awf-test-lib 0.0.26 → 0.0.27

Sign up to get free protection for your applications and to get access to all the features.
@@ -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[];
@@ -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.26",
3
+ "version": "0.0.27",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0"