vcomply-workflow-engine 3.7.4 → 3.7.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/workflow-services/policy.service.mjs +10 -5
- package/fesm2022/vcomply-workflow-engine.mjs +9 -4
- package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/add-multiple-risk/add-multiple-risk.component.d.ts +1 -1
- package/lib/workflow-risk/workflow-risk.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -97,7 +97,7 @@ export declare class AddMultipleRiskComponent implements OnInit, OnChanges {
|
|
|
97
97
|
* @param {string} [label] - the label of the risk
|
|
98
98
|
* @returns The return value is the value of the last expression in the function.
|
|
99
99
|
*/
|
|
100
|
-
setRiskLabel(label?: string):
|
|
100
|
+
setRiskLabel(label?: string): 2 | 1;
|
|
101
101
|
/**
|
|
102
102
|
* "If the date is a number, convert it to a date object, then create a new date object with the
|
|
103
103
|
* timezone set to the user's timezone, then return the date in the format YYYY-MM-DD."
|
|
@@ -104,7 +104,7 @@ export declare class WorkflowRiskComponent implements OnInit {
|
|
|
104
104
|
setPopupButtons(): void;
|
|
105
105
|
getRiskDetails(riskId: any): void;
|
|
106
106
|
populateOptionalFields(): void;
|
|
107
|
-
setCategoryType(type: any): "
|
|
107
|
+
setCategoryType(type: any): "strategic" | "compliance" | "operational" | "others";
|
|
108
108
|
getRCList(): void;
|
|
109
109
|
getCategoryList(): void;
|
|
110
110
|
getOwnersList(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.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 "
|