vcomply-workflow-engine 5.0.8 → 5.0.9

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.
@@ -118,6 +118,7 @@ export declare class RcDetailsComponent {
118
118
  selectedRcList: any[];
119
119
  selectedMainRcItems: any[];
120
120
  fieldSelector: string[];
121
+ currentSelector: string;
121
122
  payload: any;
122
123
  fieldSelected: string;
123
124
  caseTypeSelected: string;
@@ -120,6 +120,7 @@ export declare class ReportDateComponent {
120
120
  datePickerPopUp: ElementRef;
121
121
  openDatePicker(): void;
122
122
  closeDatePicker(evt: any): void;
123
+ resetValidationErrors(): void;
123
124
  documentClick(event: any): void;
124
125
  static ɵfac: i0.ɵɵFactoryDeclaration<ReportDateComponent, never>;
125
126
  static ɵcmp: i0.ɵɵComponentDeclaration<ReportDateComponent, "app-report-date", never, { "payload": { "alias": "payload"; "required": false; }; "fieldSelected": { "alias": "fieldSelected"; "required": false; }; "validationError": { "alias": "validationError"; "required": false; }; }, {}, never, never, false, never>;
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "5.0.8",
3
+ "version": "5.0.9",
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 "
7
7
  },
8
8
  "dependencies": {
9
+ "publish": "^0.6.0",
9
10
  "tslib": "^2.1.0"
10
11
  },
11
12
  "module": "fesm2022/vcomply-workflow-engine.mjs",
@@ -22,4 +23,4 @@
22
23
  }
23
24
  },
24
25
  "sideEffects": false
25
- }
26
+ }