vcomply-workflow-engine 7.2.0 → 7.2.1
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/workflow-compliance/workflow-compliance.component.mjs +77 -17
- package/fesm2022/vcomply-workflow-engine.mjs +76 -16
- package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/workflow-compliance/workflow-compliance.component.d.ts +3 -0
- package/lib/workflow-risk/workflow-risk.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -293,6 +293,8 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
293
293
|
getGroupsList(program_id?: string): void;
|
|
294
294
|
getEditResponsibilityDetails(id: any): void;
|
|
295
295
|
setList(list: any[], ids: any[], key: string): any;
|
|
296
|
+
private normalizeResponsibilityCenterIdList;
|
|
297
|
+
private setRcListFromWorkflowIdentifiers;
|
|
296
298
|
returnIds(list: any[], key: string): any[];
|
|
297
299
|
populateProgramAssigneeGroup(): void;
|
|
298
300
|
populateProgramOverseerGroup(): void;
|
|
@@ -538,6 +540,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
538
540
|
populateCustomFields(res: any): any;
|
|
539
541
|
populateformatDetails(res: any): void;
|
|
540
542
|
populateProgramDetails(res: any): void;
|
|
543
|
+
populateLinkedAssessmentFromMeta(res: any): void;
|
|
541
544
|
populateFrequencyDetails(frequency: any): void;
|
|
542
545
|
mapLinkedPrograms(programs: {
|
|
543
546
|
linked: Record<string, number[]>;
|
|
@@ -169,7 +169,7 @@ export declare class WorkflowRiskComponent implements OnInit {
|
|
|
169
169
|
setPopupButtons(): void;
|
|
170
170
|
getRiskDetails(riskId: any): void;
|
|
171
171
|
populateOptionalFields(): void;
|
|
172
|
-
setCategoryType(type: any): "
|
|
172
|
+
setCategoryType(type: any): "compliance" | "strategic" | "others" | "operational";
|
|
173
173
|
getRCList(): void;
|
|
174
174
|
getCategoryList(): void;
|
|
175
175
|
getOwnersList(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.1",
|
|
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 "
|