vcomply-workflow-engine 7.3.4 → 7.3.6
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 +18 -18
- package/esm2022/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.mjs +8 -35
- package/fesm2022/vcomply-workflow-engine.mjs +24 -51
- package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts +0 -2
- package/lib/workflow-risk/workflow-risk.component.d.ts +1 -1
- package/package.json +1 -1
package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts
CHANGED
|
@@ -112,7 +112,6 @@ export declare class UserGroupListComponent implements OnInit {
|
|
|
112
112
|
defaultSelectedUserIds: any;
|
|
113
113
|
set setDefaultSelectedUsers(value: any);
|
|
114
114
|
userType: string;
|
|
115
|
-
showConfirmation: boolean;
|
|
116
115
|
setUserListInit(): void;
|
|
117
116
|
allUserSelectedStatus(): void;
|
|
118
117
|
set setGroupList(value: any);
|
|
@@ -159,7 +158,6 @@ export declare class UserGroupListComponent implements OnInit {
|
|
|
159
158
|
currentTab: string;
|
|
160
159
|
switchTab(tab: string): void;
|
|
161
160
|
saveList(): void;
|
|
162
|
-
confirmAction(evt: 'YES' | 'NO'): void;
|
|
163
161
|
closeList(): void;
|
|
164
162
|
/**
|
|
165
163
|
* #### Description
|
|
@@ -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.3.
|
|
3
|
+
"version": "7.3.6",
|
|
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 "
|