vcomply-workflow-engine 5.0.9 → 5.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -297,6 +297,7 @@ export declare class WorkflowCaseComponent {
297
297
  sideSelectorElements: any;
298
298
  additionalOptionStatus: any;
299
299
  fieldSelector: string[];
300
+ caseData: any;
300
301
  fieldClicked: string;
301
302
  activeField: string;
302
303
  activeSelector: string;
package/package.json CHANGED
@@ -1,12 +1,11 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "5.0.9",
3
+ "version": "5.0.11",
4
4
  "peerDependencies": {
5
5
  "@angular/common": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x ",
6
6
  "@angular/core": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x "
7
7
  },
8
8
  "dependencies": {
9
- "publish": "^0.6.0",
10
9
  "tslib": "^2.1.0"
11
10
  },
12
11
  "module": "fesm2022/vcomply-workflow-engine.mjs",
@@ -23,4 +22,4 @@
23
22
  }
24
23
  },
25
24
  "sideEffects": false
26
- }
25
+ }