awf-test-lib 0.0.24 → 0.0.27

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,4 +7,7 @@ export declare class DetailedPmJob {
7
7
  siteCity?: string;
8
8
  language?: string;
9
9
  pmJob: PmJob;
10
+ comment?: string;
11
+ customerName?: string;
12
+ customerEmail?: string;
10
13
  }
@@ -1,6 +1,12 @@
1
1
  export declare enum EmailType {
2
- ACCEPTED = "Accepted",
3
- SENDNEWDATES = "SendNewDates",
4
- CANCEL = "Cancel",
5
- REPORTANDCANCEL = "ReportAndCancel"
2
+ Accepted_Clients = "Accepted_Clients",
3
+ Accepted_CSC = "Accepted_CSC",
4
+ CancelPM_Clients = "CancelPM_Clients",
5
+ CancelPM_CSC = "CancelPM_CSC",
6
+ ContactMe_Clients = "ContactMe_Clients",
7
+ ContactMe_CSC = "ContactMe_CSC",
8
+ ReportDate_Clients = "ReportDate_Clients",
9
+ ReportDate_CSC = "ReportDate_CSC",
10
+ SendNewDates_Clients = "SendNewDates_Clients",
11
+ SendNewDates_CSC = "SendNewDates_CSC"
6
12
  }
@@ -19,6 +19,7 @@ export declare class MaintenanceListComponent implements OnChanges, OnDestroy {
19
19
  alternativeDatesList: AlternativeDate[];
20
20
  emitForUpdate: EventEmitter<any>;
21
21
  emitForAlternativeDates: EventEmitter<any>;
22
+ sendContactMeEmail: EventEmitter<any>;
22
23
  status: any;
23
24
  pmJobLinkedList: DetailedPmJob[];
24
25
  detailedPmJobLinkedList: DetailedPmJob[];
@@ -39,7 +40,7 @@ export declare class MaintenanceListComponent implements OnChanges, OnDestroy {
39
40
  isLinks: boolean;
40
41
  isProposedDate: boolean;
41
42
  pmSelectedStatus: string;
42
- emailType: string;
43
+ emailTypes: string[];
43
44
  alreadyScheduledMsg: boolean;
44
45
  constructor(messageService: MessageService);
45
46
  ngOnChanges(changes: SimpleChanges): void;
@@ -65,9 +66,10 @@ export declare class MaintenanceListComponent implements OnChanges, OnDestroy {
65
66
  updateAlternativeDate(): void;
66
67
  getAlternativeDates(pmJob: PmJob): void;
67
68
  getLinkedPmJob(): void;
69
+ sendContactMeEmailMethode(detailedPmJob: any): void;
68
70
  callApiToUpdate(): void;
69
71
  transformStatus(status: string): string;
70
72
  getStatusTooltip(status: string): string;
71
73
  static ɵfac: i0.ɵɵFactoryDeclaration<MaintenanceListComponent, never>;
72
- static ɵcmp: i0.ɵɵComponentDeclaration<MaintenanceListComponent, "awf-maintenance-list", never, { "translate": "translate"; "globaltranslate": "globaltranslate"; "maintenanceList": "maintenanceList"; "pmJobList": "pmJobList"; "isAlreadyScheduled": "isAlreadyScheduled"; "displayConfirmedDateInfo": "displayConfirmedDateInfo"; "alternativeDatesList": "alternativeDatesList"; "status": "status"; }, { "emitForUpdate": "emitForUpdate"; "emitForAlternativeDates": "emitForAlternativeDates"; }, never, never, false>;
74
+ static ɵcmp: i0.ɵɵComponentDeclaration<MaintenanceListComponent, "awf-maintenance-list", never, { "translate": "translate"; "globaltranslate": "globaltranslate"; "maintenanceList": "maintenanceList"; "pmJobList": "pmJobList"; "isAlreadyScheduled": "isAlreadyScheduled"; "displayConfirmedDateInfo": "displayConfirmedDateInfo"; "alternativeDatesList": "alternativeDatesList"; "status": "status"; }, { "emitForUpdate": "emitForUpdate"; "emitForAlternativeDates": "emitForAlternativeDates"; "sendContactMeEmail": "sendContactMeEmail"; }, never, never, false>;
73
75
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awf-test-lib",
3
- "version": "0.0.24",
3
+ "version": "0.0.27",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0"