vcomply-workflow-engine 6.0.62 → 6.0.63

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.
@@ -159,7 +159,7 @@ export declare class AddMultipleRiskComponent implements OnInit, OnChanges {
159
159
  * @param {string} [label] - the label of the risk
160
160
  * @returns The return value is the value of the last expression in the function.
161
161
  */
162
- setRiskLabel(label?: string): 1 | 2;
162
+ setRiskLabel(label?: string): 2 | 1;
163
163
  /**
164
164
  * "If the date is a number, convert it to a date object, then create a new date object with the
165
165
  * timezone set to the user's timezone, then return the date in the format YYYY-MM-DD."
@@ -264,6 +264,7 @@ export declare class WorkflowProgramComponent implements OnInit {
264
264
  populateProgramDetails(res: any): void;
265
265
  populateMembers(res: any): void;
266
266
  populateGroups(res: any): void;
267
+ populateGroupsByGID(programDetails: any, type: string): void;
267
268
  resetAdditionalOption(): void;
268
269
  checkProgramOptionField(): any;
269
270
  enablefeature(): void;
@@ -167,7 +167,7 @@ export declare class WorkflowRiskComponent implements OnInit {
167
167
  setPopupButtons(): void;
168
168
  getRiskDetails(riskId: any): void;
169
169
  populateOptionalFields(): void;
170
- setCategoryType(type: any): "strategic" | "compliance" | "others" | "operational";
170
+ setCategoryType(type: any): "others" | "strategic" | "compliance" | "operational";
171
171
  getRCList(): void;
172
172
  getCategoryList(): void;
173
173
  getOwnersList(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "6.0.62",
3
+ "version": "6.0.63",
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 "