vcomply-workflow-engine 6.1.86 → 6.1.88
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-program/workflow-program.component.mjs +13 -12
- package/fesm2022/vcomply-workflow-engine.mjs +12 -11
- package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/workflow-program/workflow-program.component.d.ts +2 -0
- package/lib/workflow-risk/workflow-risk.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -209,6 +209,7 @@ export declare class WorkflowProgramComponent implements OnInit {
|
|
|
209
209
|
get valid(): boolean;
|
|
210
210
|
additionalOption: any;
|
|
211
211
|
activeList: string;
|
|
212
|
+
manageProgramsRoleId: string[];
|
|
212
213
|
/**
|
|
213
214
|
* #### Description
|
|
214
215
|
* Populates optional fields status for the optional fields
|
|
@@ -231,6 +232,7 @@ export declare class WorkflowProgramComponent implements OnInit {
|
|
|
231
232
|
fieldDeselector(type: any): void;
|
|
232
233
|
markasTouchedSelector(fieldName: any): void;
|
|
233
234
|
fetchRoles(): void;
|
|
235
|
+
getManageProgramsRoleId(): any;
|
|
234
236
|
fetchRC(): void;
|
|
235
237
|
fetchUsersAssociatedWithRoles(calledFrom?: any): void;
|
|
236
238
|
fetchGroupsAssociatedWithRoles(): void;
|
|
@@ -168,7 +168,7 @@ export declare class WorkflowRiskComponent implements OnInit {
|
|
|
168
168
|
setPopupButtons(): void;
|
|
169
169
|
getRiskDetails(riskId: any): void;
|
|
170
170
|
populateOptionalFields(): void;
|
|
171
|
-
setCategoryType(type: any): "
|
|
171
|
+
setCategoryType(type: any): "others" | "strategic" | "compliance" | "operational";
|
|
172
172
|
getRCList(): void;
|
|
173
173
|
getCategoryList(): void;
|
|
174
174
|
getOwnersList(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.88",
|
|
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 "
|