vcomply-workflow-engine 6.1.28 → 6.1.30

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.
@@ -190,6 +190,7 @@ export declare class DueDateComponent implements OnInit {
190
190
  constructor(commonDateService: CommonService, frequencyService: FrequencyService);
191
191
  ngOnInit(): void;
192
192
  private initializeEditMode;
193
+ private parseDateString;
193
194
  private initializeDeadlineValues;
194
195
  private initializeStageAssignees;
195
196
  private setMinDate;
@@ -168,7 +168,7 @@ export declare class WorkflowRiskComponent implements OnInit {
168
168
  setPopupButtons(): void;
169
169
  getRiskDetails(riskId: any): void;
170
170
  populateOptionalFields(): void;
171
- setCategoryType(type: any): "strategic" | "compliance" | "operational" | "others";
171
+ setCategoryType(type: any): "compliance" | "strategic" | "operational" | "others";
172
172
  getRCList(): void;
173
173
  getCategoryList(): void;
174
174
  getOwnersList(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "6.1.28",
3
+ "version": "6.1.30",
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 "