vcomply-workflow-engine 7.0.8 → 7.1.0
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/group-users-list/group-users-list.component.mjs +3 -3
- package/esm2022/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.mjs +3 -3
- package/esm2022/lib/workflow-program/workflow-program.component.mjs +3 -3
- package/esm2022/lib/workflow-risk/workflow-risk.component.mjs +3 -4
- package/fesm2022/vcomply-workflow-engine.mjs +8 -9
- package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/workflow-risk/workflow-risk.component.d.ts +1 -2
- package/package.json +1 -1
|
@@ -153,7 +153,6 @@ export declare class WorkflowRiskComponent implements OnInit {
|
|
|
153
153
|
grcSearchString: string;
|
|
154
154
|
grcTabLoader: boolean;
|
|
155
155
|
settingLoader: boolean;
|
|
156
|
-
/** GRC objects are not supported for risk workflow (create or edit). */
|
|
157
156
|
private readonly grcEnabledForRisk;
|
|
158
157
|
constructor(riskService: AddRiskService, authService: AuthService, uiKitService: UiKitService, snackBar: SnackBarService, frequencyService: FrequencyService, grcService: GrcService, organizationCommonService: OrganizationCommonService, iframeService: IframeService, config?: Configurations);
|
|
159
158
|
description: EditorConfig;
|
|
@@ -170,7 +169,7 @@ export declare class WorkflowRiskComponent implements OnInit {
|
|
|
170
169
|
setPopupButtons(): void;
|
|
171
170
|
getRiskDetails(riskId: any): void;
|
|
172
171
|
populateOptionalFields(): void;
|
|
173
|
-
setCategoryType(type: any): "strategic" | "
|
|
172
|
+
setCategoryType(type: any): "strategic" | "compliance" | "others" | "operational";
|
|
174
173
|
getRCList(): void;
|
|
175
174
|
getCategoryList(): void;
|
|
176
175
|
getOwnersList(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "7.0
|
|
3
|
+
"version": "7.1.0",
|
|
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 "
|