vcomply-workflow-engine 6.0.35 → 6.0.36
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.
|
@@ -103,7 +103,7 @@ export declare class AddMultipleRiskComponent implements OnInit, OnChanges {
|
|
|
103
103
|
* @param {string} [label] - the label of the risk
|
|
104
104
|
* @returns The return value is the value of the last expression in the function.
|
|
105
105
|
*/
|
|
106
|
-
setRiskLabel(label?: string):
|
|
106
|
+
setRiskLabel(label?: string): 1 | 2;
|
|
107
107
|
/**
|
|
108
108
|
* "If the date is a number, convert it to a date object, then create a new date object with the
|
|
109
109
|
* timezone set to the user's timezone, then return the date in the format YYYY-MM-DD."
|
|
@@ -111,7 +111,7 @@ export declare class WorkflowRiskComponent implements OnInit {
|
|
|
111
111
|
setPopupButtons(): void;
|
|
112
112
|
getRiskDetails(riskId: any): void;
|
|
113
113
|
populateOptionalFields(): void;
|
|
114
|
-
setCategoryType(type: any): "
|
|
114
|
+
setCategoryType(type: any): "strategic" | "compliance" | "others" | "operational";
|
|
115
115
|
getRCList(): void;
|
|
116
116
|
getCategoryList(): void;
|
|
117
117
|
getOwnersList(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.36",
|
|
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 "
|