vcomply-workflow-engine 6.1.35 → 6.1.37

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.
@@ -351,6 +351,10 @@ export declare class WorkflowComplianceComponent implements OnInit {
351
351
  closeSmiley(event: any): void;
352
352
  getOnCompletionReportDetails(event: any): any;
353
353
  frequencyDataPopulation(event: any): void;
354
+ getSelectedAttributes(event: any): {
355
+ selectedDay: number[];
356
+ selectedMonth: number[];
357
+ };
354
358
  frequencyPopulation(event: any): void;
355
359
  setPayload(event: any): Responsibility | null;
356
360
  frequencyData(event: any): 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): "compliance" | "others" | "strategic" | "operational";
170
+ setCategoryType(type: any): "strategic" | "compliance" | "others" | "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.1.35",
3
+ "version": "6.1.37",
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 "