Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
ba583b0
fix(core): fix status column not being selected when priority column …
nileshkumar-sf Apr 25, 2023
b22334b
fix(styles): fix UI discrepency when value width is too large
nileshkumar-sf May 3, 2023
d5beb73
feat(core): add validation and fix icon properties
nileshkumar-sf May 3, 2023
1b517c4
fix(core): incorrect condition for is past today
maninder-pal-singh May 23, 2023
5851aab
feat(core): changes condition script for passed by and coming in clauses
maninder-pal-singh Jun 9, 2023
0500568
fix(core): incorrect addition of read block and gateway when change t…
maninder-pal-singh Jun 15, 2023
422ffd6
fix(core): insert column var at caret position
maninder-pal-singh Jun 30, 2023
315d7a5
feat(core): setting output var in send email service task
maninder-pal-singh Jul 6, 2023
5336a42
fix(core): escape double quotes in email body and subject
maninder-pal-singh Jul 14, 2023
27880b4
fix(core): message and subject getting copied to fresh email popup
maninder-pal-singh Jul 18, 2023
b8d2878
feat(core): add custom date option handling in events (#43)
nileshkumar-sf Feb 8, 2024
090187c
fix(core): camunda update changes and valueType anyValue fix (#85)
abhinavverma-sf Sep 18, 2024
242eaeb
feat(core): add criteriaInput and optionlist for add a condition (#86)
VipulSha99 Nov 21, 2024
2a7d458
feat(core): add timeinterval for the interval trigger in workflow (#88)
VipulSha99 Jan 7, 2025
d0a1cdb
feat(core): allow email to get edited without removing sequence selec…
VipulSha99 Mar 24, 2025
8020519
feat(core): to handle multi line action inputs (#91)
Akanksha13-dev Nov 13, 2025
5f72393
feat(core): filter action based on selected event (#94)
Akanksha13-dev Nov 24, 2025
14edf50
feat(core): emit updated actions groups to parent (#95)
Akanksha13-dev Dec 15, 2025
52965c8
fix(styles): on hover over delete for multi steps input add line thr…
Akanksha13-dev Dec 23, 2025
55fbdf1
feat(core): event extention handle else logic block case (#99)
Akanksha13-dev Jan 14, 2026
a12921c
fix(core): remove action details on change of trigger events only (#101)
Akanksha13-dev Jan 15, 2026
7c0b1eb
chore(core): updates package compatibility with angular 20 (#100)
maninder-pal-singh Jan 15, 2026
e394cd4
feat(core): updates eslint packages
maninder-pal-singh Jan 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .claude/settings.local.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"permissions": {
"allow": [
"Bash(tree:*)"
]
},
"enabledMcpjsonServers": [
"postgres",
"newrelic"
],
"enableAllProjectMcpServers": true
}
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"prefix": "workflow",
"style": "kebab-case"
}
]
],
"@angular-eslint/prefer-standalone": "off"
}
},
{
Expand Down
35 changes: 31 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"cli": {
"analytics": false,
"defaultCollection": "@angular-eslint/schematics"
"schematicCollections": [
"@angular-eslint/schematics"
]
},
"version": 1,
"newProjectRoot": "projects",
Expand Down Expand Up @@ -31,9 +33,9 @@
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/workflows-creator/src/test.ts",
"tsConfig": "projects/workflows-creator/tsconfig.spec.json",
"karmaConfig": "projects/workflows-creator/karma.conf.js"
"karmaConfig": "projects/workflows-creator/karma.conf.js",
"polyfills": ["zone.js", "zone.js/testing"]
}
},
"lint": {
Expand All @@ -48,5 +50,30 @@
}
}
},
"defaultProject": "workflows-creator"
"schematics": {
"@schematics/angular:component": {
"type": "component"
},
"@schematics/angular:directive": {
"type": "directive"
},
"@schematics/angular:service": {
"type": "service"
},
"@schematics/angular:guard": {
"typeSeparator": "."
},
"@schematics/angular:interceptor": {
"typeSeparator": "."
},
"@schematics/angular:module": {
"typeSeparator": "."
},
"@schematics/angular:pipe": {
"typeSeparator": "."
},
"@schematics/angular:resolver": {
"typeSeparator": "."
}
}
}
43 changes: 21 additions & 22 deletions dist/workflows-creator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,26 @@
"angular-library"
],
"peerDependencies": {
"@angular/common": "~13.3.11",
"@angular/core": "~13.3.11",
"@angular/forms": "~13.3.11",
"@popperjs/core": "^2.11.6",
"bpmn-moddle": "^8.0.0",
"lodash": "^4.17.21",
"ngx-popperjs": "^13.3.0"
"@angular/animations": "^20.0.0",
"@angular/common": "^20.0.0",
"@angular/core": "^20.0.0",
"@angular/forms": "^20.0.0",
"@angular/platform-browser": "^20.0.0",
"@angular/platform-browser-dynamic": "^20.0.0",
"@angular/router": "^20.0.0",
"@ng-bootstrap/ng-bootstrap": "^20.0.0",
"@ng-select/ng-select": "^21.0.0",
"@popperjs/core": "^2.11.0",
"bootstrap": "^5.3.0",
"ngx-popperjs": "^17.0.0",
"rxjs": "^7.8.0",
"zone.js": "~0.15.0"
},
"dependencies": {
"@ng-bootstrap/ng-bootstrap": "^12.1.2",
"bpmn-moddle": "^8.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"ng-multiselect-dropdown": "^0.3.9",
"tslib": "^2.2.0"
"tslib": "^2.8.1"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -67,23 +74,15 @@
],
"repositoryUrl": "git@github.com:sourcefuse/workflows-creator.git"
},
"module": "fesm2015/sourceloop-workflows-creator.mjs",
"es2020": "fesm2020/sourceloop-workflows-creator.mjs",
"esm2020": "esm2020/sourceloop-workflows-creator.mjs",
"fesm2020": "fesm2020/sourceloop-workflows-creator.mjs",
"fesm2015": "fesm2015/sourceloop-workflows-creator.mjs",
"typings": "sourceloop-workflows-creator.d.ts",
"module": "fesm2022/sourceloop-workflows-creator.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./sourceloop-workflows-creator.d.ts",
"esm2020": "./esm2020/sourceloop-workflows-creator.mjs",
"es2020": "./fesm2020/sourceloop-workflows-creator.mjs",
"es2015": "./fesm2015/sourceloop-workflows-creator.mjs",
"node": "./fesm2015/sourceloop-workflows-creator.mjs",
"default": "./fesm2020/sourceloop-workflows-creator.mjs"
"types": "./index.d.ts",
"default": "./fesm2022/sourceloop-workflows-creator.mjs"
}
},
"sideEffects": false
Expand Down
Loading