vcomply-workflow-engine 6.0.89 → 6.0.91

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.
@@ -64,6 +64,8 @@ export declare class AddMultipleResponsibilityWithTabComponent implements OnInit
64
64
  responsibilityData: any;
65
65
  featureflag: any;
66
66
  ffBulkUploadOptimization: boolean;
67
+ isDayInvalid: boolean;
68
+ isDateFormatInvalid: boolean;
67
69
  constructor(riskService: AddRiskService, responsibilityService: ResponsibilityService, authService: AuthService, frequencyService: FrequencyBulkService, snackBar: SnackBarService, iframeService: IframeService);
68
70
  ngOnChanges(changes: SimpleChanges): void;
69
71
  ngOnInit(): void;
@@ -1,3 +1,3 @@
1
- export declare const REGIX: {
1
+ export declare const REGEX: {
2
2
  MONTH: RegExp;
3
3
  };
@@ -1,4 +1,7 @@
1
1
  export declare const RISK_CLASS_LIST: string[];
2
2
  export declare const VALIDATION_MESSAGES: {
3
3
  RISK_CLASS: string;
4
+ DAY: string;
5
+ DATE_FORMAT: string;
6
+ DUE_DATE: string;
4
7
  };
@@ -3,6 +3,9 @@ import * as i0 from "@angular/core";
3
3
  export declare class BulkResponsibilityViewComponent {
4
4
  VALIDATION_MESSAGES: {
5
5
  RISK_CLASS: string;
6
+ DAY: string;
7
+ DATE_FORMAT: string;
8
+ DUE_DATE: string;
6
9
  };
7
10
  responsibilityBulkUpload: any;
8
11
  fileName: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "6.0.89",
3
+ "version": "6.0.91",
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 "