vcomply-workflow-engine 6.2.4 → 6.2.5
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.
- package/esm2022/lib/sharedComponents/policy-category-list/category-list/category-list.component.mjs +10 -10
- package/esm2022/lib/sharedComponents/policy-category-list/constants/policy.constants.mjs +2 -2
- package/esm2022/lib/workflow-policy/workflow-policy.component.mjs +8 -15
- package/fesm2022/vcomply-workflow-engine.mjs +17 -24
- package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/workflow-policy/workflow-policy.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -423,6 +423,7 @@ export declare class WorkflowPolicyComponent implements OnInit {
|
|
|
423
423
|
selectCategory(): void;
|
|
424
424
|
removeProgram(program: any): void;
|
|
425
425
|
getLinkProgram(policyId: string): void;
|
|
426
|
+
deleteSelected(): void;
|
|
426
427
|
static ɵfac: i0.ɵɵFactoryDeclaration<WorkflowPolicyComponent, never>;
|
|
427
428
|
static ɵcmp: i0.ɵɵComponentDeclaration<WorkflowPolicyComponent, "app-workflow-policy", never, { "mode": { "alias": "mode"; "required": false; }; "policyId": { "alias": "policyId"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; "convertFileData": { "alias": "convertFileData"; "required": false; }; "selectedCategory": { "alias": "selectedCategory"; "required": false; }; "isSendForAttestation": { "alias": "isSendForAttestation"; "required": false; }; "templateId": { "alias": "templateId"; "required": false; }; }, { "pickerChanged": "pickerChanged"; "showConfirmationAlert": "showConfirmationAlert"; "populateOption": "populateOption"; "disconnectRefresh": "disconnectRefresh"; "shiftToEditMode": "shiftToEditMode"; }, never, never, false, never>;
|
|
428
429
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.5",
|
|
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 "
|