awf-test-lib 0.1.16 → 0.1.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,6 @@
1
1
  export declare enum EmailType {
2
+ Accepted_Clients_Alternate = "Accepted_Clients_Alternate",
3
+ Accepted_CSC_Alternate = "Accepted_CSC_Alternate",
2
4
  Accepted_Clients = "Accepted_Clients",
3
5
  Accepted_CSC = "Accepted_CSC",
4
6
  CancelPM_Clients = "CancelPM_Clients",
@@ -35,6 +35,7 @@ export declare class MaintenanceListComponent implements OnDestroy {
35
35
  alternativeDatesSelected: AlternativeDate[];
36
36
  displaycontactSupport: boolean;
37
37
  displayConfirmDialog: boolean;
38
+ displayConfirmDateAlternativeDialog: boolean;
38
39
  displayConfirmDialogContact: boolean;
39
40
  displayShowLinks: boolean;
40
41
  displayAnotherDate: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awf-test-lib",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.0.0",
6
6
  "@angular/core": "^16.0.0"