awf-test-lib 0.1.22 → 0.1.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (141) hide show
  1. package/{esm2020 → esm2022}/awf-test-lib.mjs +4 -4
  2. package/{esm2020 → esm2022}/lib/core/core-routing.module.mjs +18 -18
  3. package/{esm2020 → esm2022}/lib/core/core.module.mjs +51 -51
  4. package/esm2022/lib/core/menu/menu.component.mjs +44 -0
  5. package/esm2022/lib/core/menu-consomer/menu-consomer.component.mjs +28 -0
  6. package/esm2022/lib/core/menu-ge-portal/menu-ge-portal.component.mjs +108 -0
  7. package/esm2022/lib/core/menu-warranty/menu-warranty.component.mjs +37 -0
  8. package/esm2022/lib/core/not-found/not-found.component.mjs +21 -0
  9. package/{esm2020 → esm2022}/lib/core/top-bar/top-bar.component.mjs +43 -41
  10. package/esm2022/lib/models/account.model.mjs +15 -0
  11. package/esm2022/lib/models/alternativeDate.model.mjs +7 -0
  12. package/{esm2020 → esm2022}/lib/models/applicationName.mjs +6 -6
  13. package/{esm2020 → esm2022}/lib/models/cancelPMMailRequest.model.mjs +6 -4
  14. package/{esm2020 → esm2022}/lib/models/customObject.model.mjs +4 -3
  15. package/esm2022/lib/models/detailedPmJob.model.mjs +23 -0
  16. package/{esm2020 → esm2022}/lib/models/emailStatus.mjs +5 -5
  17. package/{esm2020 → esm2022}/lib/models/emailType.mjs +16 -16
  18. package/{esm2020 → esm2022}/lib/models/eventStatus.mjs +8 -8
  19. package/{esm2020 → esm2022}/lib/models/field.mjs +8 -8
  20. package/{esm2020 → esm2022}/lib/models/language.mjs +5 -5
  21. package/esm2022/lib/models/mailRequest.model.mjs +17 -0
  22. package/{esm2020 → esm2022}/lib/models/pMGroupedJob.model.mjs +4 -3
  23. package/esm2022/lib/models/pmJob.model.mjs +23 -0
  24. package/esm2022/lib/models/pmJobRequest.model.mjs +5 -0
  25. package/{esm2020 → esm2022}/lib/models/pmJobStatus.mjs +16 -16
  26. package/{esm2020 → esm2022}/lib/models/reason.model.mjs +5 -3
  27. package/{esm2020 → esm2022}/lib/models/reasonCode.mjs +8 -8
  28. package/{esm2020 → esm2022}/lib/models/reasonContact.mjs +7 -7
  29. package/{esm2020 → esm2022}/lib/models/reportDateMailRequest.model.mjs +6 -4
  30. package/{esm2020 → esm2022}/lib/models/role.mjs +6 -6
  31. package/esm2022/lib/models/service.model.mjs +9 -0
  32. package/{esm2020 → esm2022}/lib/models/serviceName.mjs +11 -11
  33. package/esm2022/lib/models/socialLoginRequest.model.mjs +7 -0
  34. package/{esm2020 → esm2022}/lib/models/socialMadia.mjs +4 -4
  35. package/{esm2020 → esm2022}/lib/models/stingBoolean.mjs +5 -5
  36. package/esm2022/lib/models/system.mjs +14 -0
  37. package/{esm2020 → esm2022}/lib/models/theme.model.mjs +1 -1
  38. package/{esm2020 → esm2022}/lib/models/tokenStatus.mjs +6 -6
  39. package/esm2022/lib/models/warranty.mjs +18 -0
  40. package/{esm2020 → esm2022}/lib/pipes/pipes/pipes.module.mjs +21 -21
  41. package/esm2022/lib/pipes/subrtring-w.pipe.mjs +20 -0
  42. package/{esm2020 → esm2022}/lib/pipes/substring.pipe.mjs +16 -16
  43. package/esm2022/lib/shared/choose-another-date/choose-another-date.component.mjs +117 -0
  44. package/esm2022/lib/shared/confirm-dialog/confirm-dialog.component.mjs +52 -0
  45. package/esm2022/lib/shared/confirm-dialog-contact/confirm-dialog-contact.component.mjs +48 -0
  46. package/esm2022/lib/shared/confirmed-date-information/confirmed-date-information.component.mjs +44 -0
  47. package/esm2022/lib/shared/contact/contact.component.mjs +170 -0
  48. package/esm2022/lib/shared/contact-support/contact-support.component.mjs +186 -0
  49. package/esm2022/lib/shared/dashboard/dashboard.component.mjs +39 -0
  50. package/esm2022/lib/shared/maintenance-list/maintenance-list.component.mjs +372 -0
  51. package/{esm2020 → esm2022}/lib/shared/shared-routing.module.mjs +18 -18
  52. package/{esm2020 → esm2022}/lib/shared/shared.module.mjs +144 -144
  53. package/esm2022/lib/shared/show-links/show-links.component.mjs +86 -0
  54. package/{esm2020 → esm2022}/lib/shared/system-list/system-list.component.mjs +35 -33
  55. package/{esm2020 → esm2022}/public-api.mjs +47 -47
  56. package/{fesm2020 → fesm2022}/awf-test-lib.mjs +1709 -1499
  57. package/fesm2022/awf-test-lib.mjs.map +1 -0
  58. package/index.d.ts +5 -5
  59. package/lib/core/core-routing.module.d.ts +7 -7
  60. package/lib/core/core.module.d.ts +15 -15
  61. package/lib/core/menu/menu.component.d.ts +17 -17
  62. package/lib/core/menu-consomer/menu-consomer.component.d.ts +12 -12
  63. package/lib/core/menu-ge-portal/menu-ge-portal.component.d.ts +20 -20
  64. package/lib/core/menu-warranty/menu-warranty.component.d.ts +15 -15
  65. package/lib/core/not-found/not-found.component.d.ts +10 -10
  66. package/lib/core/top-bar/top-bar.component.d.ts +13 -13
  67. package/lib/models/account.model.d.ts +14 -14
  68. package/lib/models/alternativeDate.model.d.ts +6 -6
  69. package/lib/models/applicationName.d.ts +5 -5
  70. package/lib/models/cancelPMMailRequest.model.d.ts +5 -5
  71. package/lib/models/customObject.model.d.ts +3 -3
  72. package/lib/models/detailedPmJob.model.d.ts +23 -23
  73. package/lib/models/emailStatus.d.ts +4 -4
  74. package/lib/models/emailType.d.ts +15 -15
  75. package/lib/models/eventStatus.d.ts +7 -7
  76. package/lib/models/field.d.ts +7 -7
  77. package/lib/models/language.d.ts +4 -4
  78. package/lib/models/mailRequest.model.d.ts +16 -16
  79. package/lib/models/pMGroupedJob.model.d.ts +3 -3
  80. package/lib/models/pmJob.model.d.ts +25 -25
  81. package/lib/models/pmJobRequest.model.d.ts +5 -5
  82. package/lib/models/pmJobStatus.d.ts +14 -14
  83. package/lib/models/reason.model.d.ts +4 -4
  84. package/lib/models/reasonCode.d.ts +7 -7
  85. package/lib/models/reasonContact.d.ts +6 -6
  86. package/lib/models/reportDateMailRequest.model.d.ts +5 -5
  87. package/lib/models/role.d.ts +5 -5
  88. package/lib/models/service.model.d.ts +8 -8
  89. package/lib/models/serviceName.d.ts +10 -10
  90. package/lib/models/socialLoginRequest.model.d.ts +6 -6
  91. package/lib/models/socialMadia.d.ts +3 -3
  92. package/lib/models/stingBoolean.d.ts +4 -4
  93. package/lib/models/system.d.ts +14 -14
  94. package/lib/models/theme.model.d.ts +38 -38
  95. package/lib/models/tokenStatus.d.ts +5 -5
  96. package/lib/models/warranty.d.ts +17 -17
  97. package/lib/pipes/pipes/pipes.module.d.ts +9 -9
  98. package/lib/pipes/subrtring-w.pipe.d.ts +7 -7
  99. package/lib/pipes/substring.pipe.d.ts +7 -7
  100. package/lib/shared/choose-another-date/choose-another-date.component.d.ts +33 -33
  101. package/lib/shared/confirm-dialog/confirm-dialog.component.d.ts +21 -21
  102. package/lib/shared/confirm-dialog-contact/confirm-dialog-contact.component.d.ts +19 -19
  103. package/lib/shared/confirmed-date-information/confirmed-date-information.component.d.ts +17 -17
  104. package/lib/shared/contact/contact.component.d.ts +39 -39
  105. package/lib/shared/contact-support/contact-support.component.d.ts +50 -50
  106. package/lib/shared/dashboard/dashboard.component.d.ts +18 -18
  107. package/lib/shared/maintenance-list/maintenance-list.component.d.ts +81 -81
  108. package/lib/shared/shared-routing.module.d.ts +7 -7
  109. package/lib/shared/shared.module.d.ts +40 -40
  110. package/lib/shared/show-links/show-links.component.d.ts +24 -24
  111. package/lib/shared/system-list/system-list.component.d.ts +16 -16
  112. package/package.json +7 -13
  113. package/public-api.d.ts +42 -42
  114. package/esm2020/lib/core/menu/menu.component.mjs +0 -40
  115. package/esm2020/lib/core/menu-consomer/menu-consomer.component.mjs +0 -27
  116. package/esm2020/lib/core/menu-ge-portal/menu-ge-portal.component.mjs +0 -105
  117. package/esm2020/lib/core/menu-warranty/menu-warranty.component.mjs +0 -35
  118. package/esm2020/lib/core/not-found/not-found.component.mjs +0 -19
  119. package/esm2020/lib/models/account.model.mjs +0 -3
  120. package/esm2020/lib/models/alternativeDate.model.mjs +0 -3
  121. package/esm2020/lib/models/detailedPmJob.model.mjs +0 -3
  122. package/esm2020/lib/models/mailRequest.model.mjs +0 -3
  123. package/esm2020/lib/models/pmJob.model.mjs +0 -3
  124. package/esm2020/lib/models/pmJobRequest.model.mjs +0 -3
  125. package/esm2020/lib/models/service.model.mjs +0 -3
  126. package/esm2020/lib/models/socialLoginRequest.model.mjs +0 -3
  127. package/esm2020/lib/models/system.mjs +0 -3
  128. package/esm2020/lib/models/warranty.mjs +0 -3
  129. package/esm2020/lib/pipes/subrtring-w.pipe.mjs +0 -20
  130. package/esm2020/lib/shared/choose-another-date/choose-another-date.component.mjs +0 -110
  131. package/esm2020/lib/shared/confirm-dialog/confirm-dialog.component.mjs +0 -45
  132. package/esm2020/lib/shared/confirm-dialog-contact/confirm-dialog-contact.component.mjs +0 -42
  133. package/esm2020/lib/shared/confirmed-date-information/confirmed-date-information.component.mjs +0 -39
  134. package/esm2020/lib/shared/contact/contact.component.mjs +0 -160
  135. package/esm2020/lib/shared/contact-support/contact-support.component.mjs +0 -172
  136. package/esm2020/lib/shared/dashboard/dashboard.component.mjs +0 -35
  137. package/esm2020/lib/shared/maintenance-list/maintenance-list.component.mjs +0 -352
  138. package/esm2020/lib/shared/show-links/show-links.component.mjs +0 -80
  139. package/fesm2015/awf-test-lib.mjs +0 -1654
  140. package/fesm2015/awf-test-lib.mjs.map +0 -1
  141. package/fesm2020/awf-test-lib.mjs.map +0 -1
@@ -1,6 +1,6 @@
1
- export declare class SocialLoginRequest {
2
- acessToken?: string;
3
- userName?: string;
4
- applicationName?: string;
5
- socialMediaName?: string;
6
- }
1
+ export declare class SocialLoginRequest {
2
+ acessToken?: string;
3
+ userName?: string;
4
+ applicationName?: string;
5
+ socialMediaName?: string;
6
+ }
@@ -1,3 +1,3 @@
1
- export declare enum SocialMadia {
2
- Gmail = "Gmail"
3
- }
1
+ export declare enum SocialMadia {
2
+ Gmail = "Gmail"
3
+ }
@@ -1,4 +1,4 @@
1
- export declare enum StingBoolean {
2
- YES = "Yes",
3
- NO = "No"
4
- }
1
+ export declare enum StingBoolean {
2
+ YES = "Yes",
3
+ NO = "No"
4
+ }
@@ -1,14 +1,14 @@
1
- import { PmJob } from "./pmJob.model";
2
- export declare class System {
3
- id: string;
4
- systemId: string;
5
- name: string;
6
- modality?: string;
7
- installDate?: string;
8
- siteName?: string;
9
- siteCity?: string;
10
- pmJobs: PmJob[];
11
- description?: string;
12
- sitePostalCode?: string;
13
- room?: string;
14
- }
1
+ import { PmJob } from "./pmJob.model";
2
+ export declare class System {
3
+ id: string;
4
+ systemId: string;
5
+ name: string;
6
+ modality?: string;
7
+ installDate?: string;
8
+ siteName?: string;
9
+ siteCity?: string;
10
+ pmJobs: PmJob[];
11
+ description?: string;
12
+ sitePostalCode?: string;
13
+ room?: string;
14
+ }
@@ -1,38 +1,38 @@
1
- export interface Theme {
2
- cardColor: string;
3
- cardBackground: string;
4
- buttonColor: string;
5
- buttonBackground: string;
6
- footerColor: string;
7
- footerBackground: string;
8
- footerAlignment: string;
9
- headerBackground: string;
10
- headerColor: string;
11
- primarycolor: string;
12
- secondarycolor: string;
13
- primarycolorwhite: string;
14
- navBackground: string;
15
- navColor: string;
16
- borderbutton: string;
17
- borderraduis: string;
18
- bordercolor: string;
19
- fontsizeH1: string;
20
- fontsizeH2: string;
21
- fontsizeH3: string;
22
- fontsizeH4: string;
23
- fontsizeH5: string;
24
- fontsizeH6: string;
25
- fontsizeP: string;
26
- font: string;
27
- verySmallscreen: string;
28
- tinyscreen: string;
29
- smallscreen: string;
30
- smscreen: string;
31
- mediumscreen: string;
32
- largescreen: string;
33
- ligthprimarycolor: string;
34
- Dangercolor: string;
35
- Successcolor: string;
36
- Warnigcolor: string;
37
- Infocolor: string;
38
- }
1
+ export interface Theme {
2
+ cardColor: string;
3
+ cardBackground: string;
4
+ buttonColor: string;
5
+ buttonBackground: string;
6
+ footerColor: string;
7
+ footerBackground: string;
8
+ footerAlignment: string;
9
+ headerBackground: string;
10
+ headerColor: string;
11
+ primarycolor: string;
12
+ secondarycolor: string;
13
+ primarycolorwhite: string;
14
+ navBackground: string;
15
+ navColor: string;
16
+ borderbutton: string;
17
+ borderraduis: string;
18
+ bordercolor: string;
19
+ fontsizeH1: string;
20
+ fontsizeH2: string;
21
+ fontsizeH3: string;
22
+ fontsizeH4: string;
23
+ fontsizeH5: string;
24
+ fontsizeH6: string;
25
+ fontsizeP: string;
26
+ font: string;
27
+ verySmallscreen: string;
28
+ tinyscreen: string;
29
+ smallscreen: string;
30
+ smscreen: string;
31
+ mediumscreen: string;
32
+ largescreen: string;
33
+ ligthprimarycolor: string;
34
+ Dangercolor: string;
35
+ Successcolor: string;
36
+ Warnigcolor: string;
37
+ Infocolor: string;
38
+ }
@@ -1,5 +1,5 @@
1
- export declare enum TokenStatus {
2
- Validating = 0,
3
- Valid = 1,
4
- Invalid = 2
5
- }
1
+ export declare enum TokenStatus {
2
+ Validating = 0,
3
+ Valid = 1,
4
+ Invalid = 2
5
+ }
@@ -1,17 +1,17 @@
1
- export declare class Warranty {
2
- manufacturerId: number;
3
- contractId: number;
4
- contractProductId?: number;
5
- contractProductParentId?: number;
6
- contractCode: string;
7
- saleDate?: Date;
8
- brand: string;
9
- family: string;
10
- commercialReference: string;
11
- technicalReference: string;
12
- productDescription: string;
13
- startDate?: Date;
14
- endDate?: Date;
15
- PdfLink?: string;
16
- consId?: number;
17
- }
1
+ export declare class Warranty {
2
+ manufacturerId: number;
3
+ contractId: number;
4
+ contractProductId?: number;
5
+ contractProductParentId?: number;
6
+ contractCode: string;
7
+ saleDate?: Date;
8
+ brand: string;
9
+ family: string;
10
+ commercialReference: string;
11
+ technicalReference: string;
12
+ productDescription: string;
13
+ startDate?: Date;
14
+ endDate?: Date;
15
+ PdfLink?: string;
16
+ consId?: number;
17
+ }
@@ -1,9 +1,9 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "../substring.pipe";
3
- import * as i2 from "../subrtring-w.pipe";
4
- import * as i3 from "@angular/common";
5
- export declare class PipesModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<PipesModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<PipesModule, [typeof i1.SubstringPipe, typeof i2.SubrtringWPipe], [typeof i3.CommonModule], [typeof i1.SubstringPipe, typeof i2.SubrtringWPipe]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<PipesModule>;
9
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "../substring.pipe";
3
+ import * as i2 from "../subrtring-w.pipe";
4
+ import * as i3 from "@angular/common";
5
+ export declare class PipesModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<PipesModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PipesModule, [typeof i1.SubstringPipe, typeof i2.SubrtringWPipe], [typeof i3.CommonModule], [typeof i1.SubstringPipe, typeof i2.SubrtringWPipe]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<PipesModule>;
9
+ }
@@ -1,7 +1,7 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class SubrtringWPipe implements PipeTransform {
4
- transform(brand: string, manufacturerId: number): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<SubrtringWPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<SubrtringWPipe, "subrtringW", false>;
7
- }
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SubrtringWPipe implements PipeTransform {
4
+ transform(brand: string, manufacturerId: number): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<SubrtringWPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<SubrtringWPipe, "subrtringW", false>;
7
+ }
@@ -1,7 +1,7 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class SubstringPipe implements PipeTransform {
4
- transform(time: string, arg1: number, arg2: number): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<SubstringPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<SubstringPipe, "substring", false>;
7
- }
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SubstringPipe implements PipeTransform {
4
+ transform(time: string, arg1: number, arg2: number): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<SubstringPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<SubstringPipe, "substring", false>;
7
+ }
@@ -1,33 +1,33 @@
1
- import { EventEmitter, OnChanges, OnInit } from '@angular/core';
2
- import { MessageService } from 'primeng/api';
3
- import { Calendar } from 'primeng/calendar';
4
- import { AlternativeDate } from '../../models/alternativeDate.model';
5
- import * as i0 from "@angular/core";
6
- export declare class ChooseAnotherDateComponent implements OnChanges, OnInit {
7
- private messageService;
8
- displayAnotherDate: boolean;
9
- globaltranslate: any;
10
- translate: any;
11
- alternativeDatesList: AlternativeDate[];
12
- closeAnotherDate: EventEmitter<boolean>;
13
- acceptDate: EventEmitter<AlternativeDate[]>;
14
- calendar: Calendar;
15
- dates: Date[];
16
- datesRef: Date[];
17
- selectedDate: any;
18
- show: boolean;
19
- dateslength: number;
20
- indexSelectedDate: number;
21
- constructor(messageService: MessageService);
22
- ngOnInit(): void;
23
- ngOnChanges(): void;
24
- close(): void;
25
- accept(): void;
26
- askDate(): void;
27
- controlAlternativeDates(): void;
28
- loadDates(): void;
29
- onSelect(): void;
30
- arrdiff(a1: any, a2: any): string[];
31
- static ɵfac: i0.ɵɵFactoryDeclaration<ChooseAnotherDateComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<ChooseAnotherDateComponent, "app-choose-another-date", never, { "displayAnotherDate": "displayAnotherDate"; "globaltranslate": "globaltranslate"; "translate": "translate"; "alternativeDatesList": "alternativeDatesList"; }, { "closeAnotherDate": "closeAnotherDate"; "acceptDate": "acceptDate"; }, never, never, false>;
33
- }
1
+ import { EventEmitter, OnChanges, OnInit } from '@angular/core';
2
+ import { MessageService } from 'primeng/api';
3
+ import { Calendar } from 'primeng/calendar';
4
+ import { AlternativeDate } from '../../models/alternativeDate.model';
5
+ import * as i0 from "@angular/core";
6
+ export declare class ChooseAnotherDateComponent implements OnChanges, OnInit {
7
+ private messageService;
8
+ displayAnotherDate: boolean;
9
+ globaltranslate: any;
10
+ translate: any;
11
+ alternativeDatesList: AlternativeDate[];
12
+ closeAnotherDate: EventEmitter<boolean>;
13
+ acceptDate: EventEmitter<AlternativeDate[]>;
14
+ calendar: Calendar;
15
+ dates: Date[];
16
+ datesRef: Date[];
17
+ selectedDate: any;
18
+ show: boolean;
19
+ dateslength: number;
20
+ indexSelectedDate: number;
21
+ constructor(messageService: MessageService);
22
+ ngOnInit(): void;
23
+ ngOnChanges(): void;
24
+ close(): void;
25
+ accept(): void;
26
+ askDate(): void;
27
+ controlAlternativeDates(): void;
28
+ loadDates(): void;
29
+ onSelect(): void;
30
+ arrdiff(a1: any, a2: any): string[];
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChooseAnotherDateComponent, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChooseAnotherDateComponent, "app-choose-another-date", never, { "displayAnotherDate": { "alias": "displayAnotherDate"; "required": false; }; "globaltranslate": { "alias": "globaltranslate"; "required": false; }; "translate": { "alias": "translate"; "required": false; }; "alternativeDatesList": { "alias": "alternativeDatesList"; "required": false; }; }, { "closeAnotherDate": "closeAnotherDate"; "acceptDate": "acceptDate"; }, never, never, false, never>;
33
+ }
@@ -1,21 +1,21 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { MessageService } from 'primeng/api';
3
- import { DetailedPmJob } from '../../models/detailedPmJob.model';
4
- import * as i0 from "@angular/core";
5
- export declare class ConfirmDialogComponent {
6
- private messageService;
7
- displayConfirmDialog: boolean;
8
- startDateTime: any;
9
- endDateTime: any;
10
- globaltranslate: any;
11
- translate: any;
12
- isProposedDate: boolean;
13
- detailedPmJobLinkedList: DetailedPmJob[];
14
- closeConfirmDialog: EventEmitter<boolean>;
15
- language: string;
16
- constructor(messageService: MessageService);
17
- rejectDate(): void;
18
- confirmDate(): void;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDialogComponent, "app-confirm-dialog", never, { "displayConfirmDialog": "displayConfirmDialog"; "startDateTime": "startDateTime"; "endDateTime": "endDateTime"; "globaltranslate": "globaltranslate"; "translate": "translate"; "isProposedDate": "isProposedDate"; "detailedPmJobLinkedList": "detailedPmJobLinkedList"; }, { "closeConfirmDialog": "closeConfirmDialog"; }, never, never, false>;
21
- }
1
+ import { EventEmitter } from '@angular/core';
2
+ import { MessageService } from 'primeng/api';
3
+ import { DetailedPmJob } from '../../models/detailedPmJob.model';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ConfirmDialogComponent {
6
+ private messageService;
7
+ displayConfirmDialog: boolean;
8
+ startDateTime: any;
9
+ endDateTime: any;
10
+ globaltranslate: any;
11
+ translate: any;
12
+ isProposedDate: boolean;
13
+ detailedPmJobLinkedList: DetailedPmJob[];
14
+ closeConfirmDialog: EventEmitter<boolean>;
15
+ language: string;
16
+ constructor(messageService: MessageService);
17
+ rejectDate(): void;
18
+ confirmDate(): void;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDialogComponent, "app-confirm-dialog", never, { "displayConfirmDialog": { "alias": "displayConfirmDialog"; "required": false; }; "startDateTime": { "alias": "startDateTime"; "required": false; }; "endDateTime": { "alias": "endDateTime"; "required": false; }; "globaltranslate": { "alias": "globaltranslate"; "required": false; }; "translate": { "alias": "translate"; "required": false; }; "isProposedDate": { "alias": "isProposedDate"; "required": false; }; "detailedPmJobLinkedList": { "alias": "detailedPmJobLinkedList"; "required": false; }; }, { "closeConfirmDialog": "closeConfirmDialog"; }, never, never, false, never>;
21
+ }
@@ -1,19 +1,19 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { MessageService } from 'primeng/api';
3
- import { DetailedPmJob } from '../../models/detailedPmJob.model';
4
- import * as i0 from "@angular/core";
5
- export declare class ConfirmDialogContactComponent {
6
- private messageService;
7
- displayConfirmDialogContact: boolean;
8
- startDateTime: any;
9
- endDateTime: any;
10
- globaltranslate: any;
11
- translate: any;
12
- detailedPmJobLinkedList: DetailedPmJob[];
13
- closeConfirmDialogContact: EventEmitter<boolean>;
14
- constructor(messageService: MessageService);
15
- rejectDate(): void;
16
- confirmDate(): void;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogContactComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDialogContactComponent, "app-confirm-dialog-contact", never, { "displayConfirmDialogContact": "displayConfirmDialogContact"; "startDateTime": "startDateTime"; "endDateTime": "endDateTime"; "globaltranslate": "globaltranslate"; "translate": "translate"; "detailedPmJobLinkedList": "detailedPmJobLinkedList"; }, { "closeConfirmDialogContact": "closeConfirmDialogContact"; }, never, never, false>;
19
- }
1
+ import { EventEmitter } from '@angular/core';
2
+ import { MessageService } from 'primeng/api';
3
+ import { DetailedPmJob } from '../../models/detailedPmJob.model';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ConfirmDialogContactComponent {
6
+ private messageService;
7
+ displayConfirmDialogContact: boolean;
8
+ startDateTime: any;
9
+ endDateTime: any;
10
+ globaltranslate: any;
11
+ translate: any;
12
+ detailedPmJobLinkedList: DetailedPmJob[];
13
+ closeConfirmDialogContact: EventEmitter<boolean>;
14
+ constructor(messageService: MessageService);
15
+ rejectDate(): void;
16
+ confirmDate(): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogContactComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDialogContactComponent, "app-confirm-dialog-contact", never, { "displayConfirmDialogContact": { "alias": "displayConfirmDialogContact"; "required": false; }; "startDateTime": { "alias": "startDateTime"; "required": false; }; "endDateTime": { "alias": "endDateTime"; "required": false; }; "globaltranslate": { "alias": "globaltranslate"; "required": false; }; "translate": { "alias": "translate"; "required": false; }; "detailedPmJobLinkedList": { "alias": "detailedPmJobLinkedList"; "required": false; }; }, { "closeConfirmDialogContact": "closeConfirmDialogContact"; }, never, never, false, never>;
19
+ }
@@ -1,17 +1,17 @@
1
- import { EventEmitter, OnDestroy } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class ConfirmedDateInformationComponent implements OnDestroy {
4
- displayConfirmedDateInfos: boolean;
5
- startDateTime: any;
6
- endDateTime: any;
7
- globaltranslate: any;
8
- translate: any;
9
- moreDates: boolean;
10
- closeConfirmedDateInfo: EventEmitter<boolean>;
11
- language: string;
12
- constructor();
13
- ngOnDestroy(): void;
14
- confirmDate(): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmedDateInformationComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmedDateInformationComponent, "app-confirmed-date-information", never, { "displayConfirmedDateInfos": "displayConfirmedDateInfos"; "startDateTime": "startDateTime"; "endDateTime": "endDateTime"; "globaltranslate": "globaltranslate"; "translate": "translate"; "moreDates": "moreDates"; }, { "closeConfirmedDateInfo": "closeConfirmedDateInfo"; }, never, never, false>;
17
- }
1
+ import { EventEmitter, OnDestroy } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ConfirmedDateInformationComponent implements OnDestroy {
4
+ displayConfirmedDateInfos: boolean;
5
+ startDateTime: any;
6
+ endDateTime: any;
7
+ globaltranslate: any;
8
+ translate: any;
9
+ moreDates: boolean;
10
+ closeConfirmedDateInfo: EventEmitter<boolean>;
11
+ language: string;
12
+ constructor();
13
+ ngOnDestroy(): void;
14
+ confirmDate(): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmedDateInformationComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmedDateInformationComponent, "app-confirmed-date-information", never, { "displayConfirmedDateInfos": { "alias": "displayConfirmedDateInfos"; "required": false; }; "startDateTime": { "alias": "startDateTime"; "required": false; }; "endDateTime": { "alias": "endDateTime"; "required": false; }; "globaltranslate": { "alias": "globaltranslate"; "required": false; }; "translate": { "alias": "translate"; "required": false; }; "moreDates": { "alias": "moreDates"; "required": false; }; }, { "closeConfirmedDateInfo": "closeConfirmedDateInfo"; }, never, never, false, never>;
17
+ }
@@ -1,39 +1,39 @@
1
- import { OnChanges, EventEmitter } from '@angular/core';
2
- import { FormBuilder, FormGroup } from '@angular/forms';
3
- import { MessageService } from 'primeng/api';
4
- import { PmJobStatus } from '../../models/pmJobStatus';
5
- import { Reason } from '../../models/reason.model';
6
- import { System } from '../../models/system';
7
- import { DatePipe } from '@angular/common';
8
- import * as i0 from "@angular/core";
9
- export declare class ContactComponent implements OnChanges {
10
- private formBuilder;
11
- private messageService;
12
- private datePipe;
13
- loading: boolean;
14
- submitted: boolean;
15
- systems: System[];
16
- selectedSystems: System[];
17
- translate: any;
18
- reasons: Reason[];
19
- sendForm: EventEmitter<any>;
20
- form: FormGroup;
21
- selectedReason: any;
22
- selectedSystem: System;
23
- selectedPm: any;
24
- pmJobs: any[];
25
- systemContainPm: boolean;
26
- showPm: boolean;
27
- constructor(formBuilder: FormBuilder, messageService: MessageService, datePipe: DatePipe);
28
- ngOnChanges(): void;
29
- get f(): {
30
- [key: string]: import("@angular/forms").AbstractControl<any, any>;
31
- };
32
- preventStringKeypress(event: any): void;
33
- onSubmit(): void;
34
- slectsFutureStatus(status: any): PmJobStatus.WAITING | PmJobStatus.DESINSTALLED | PmJobStatus.REPORTED | PmJobStatus.CANCELLED | PmJobStatus.OTHER | "Erreur";
35
- loadForm(): void;
36
- selectPM(selectedSystem: any): void;
37
- static ɵfac: i0.ɵɵFactoryDeclaration<ContactComponent, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<ContactComponent, "awf-contact", never, { "loading": "loading"; "submitted": "submitted"; "systems": "systems"; "selectedSystems": "selectedSystems"; "translate": "translate"; "reasons": "reasons"; }, { "sendForm": "sendForm"; }, never, never, false>;
39
- }
1
+ import { OnChanges, EventEmitter } from '@angular/core';
2
+ import { FormBuilder, FormGroup } from '@angular/forms';
3
+ import { MessageService } from 'primeng/api';
4
+ import { PmJobStatus } from '../../models/pmJobStatus';
5
+ import { Reason } from '../../models/reason.model';
6
+ import { System } from '../../models/system';
7
+ import { DatePipe } from '@angular/common';
8
+ import * as i0 from "@angular/core";
9
+ export declare class ContactComponent implements OnChanges {
10
+ private formBuilder;
11
+ private messageService;
12
+ private datePipe;
13
+ loading: boolean;
14
+ submitted: boolean;
15
+ systems: System[];
16
+ selectedSystems: System[];
17
+ translate: any;
18
+ reasons: Reason[];
19
+ sendForm: EventEmitter<any>;
20
+ form: FormGroup;
21
+ selectedReason: any;
22
+ selectedSystem: System;
23
+ selectedPm: any;
24
+ pmJobs: any[];
25
+ systemContainPm: boolean;
26
+ showPm: boolean;
27
+ constructor(formBuilder: FormBuilder, messageService: MessageService, datePipe: DatePipe);
28
+ ngOnChanges(): void;
29
+ get f(): {
30
+ [key: string]: import("@angular/forms").AbstractControl<any, any>;
31
+ };
32
+ preventStringKeypress(event: any): void;
33
+ onSubmit(): void;
34
+ slectsFutureStatus(status: any): PmJobStatus.WAITING | PmJobStatus.DESINSTALLED | PmJobStatus.REPORTED | PmJobStatus.CANCELLED | PmJobStatus.OTHER | "Erreur";
35
+ loadForm(): void;
36
+ selectPM(selectedSystem: any): void;
37
+ static ɵfac: i0.ɵɵFactoryDeclaration<ContactComponent, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<ContactComponent, "awf-contact", never, { "loading": { "alias": "loading"; "required": false; }; "submitted": { "alias": "submitted"; "required": false; }; "systems": { "alias": "systems"; "required": false; }; "selectedSystems": { "alias": "selectedSystems"; "required": false; }; "translate": { "alias": "translate"; "required": false; }; "reasons": { "alias": "reasons"; "required": false; }; }, { "sendForm": "sendForm"; }, never, never, false, never>;
39
+ }
@@ -1,50 +1,50 @@
1
- import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
- import { FormBuilder, FormGroup } from '@angular/forms';
3
- import { MessageService } from 'primeng/api';
4
- import { DetailedPmJob } from '../../models/detailedPmJob.model';
5
- import { PmJobStatus } from '../../models/pmJobStatus';
6
- import { Reason } from '../../models/reason.model';
7
- import * as i0 from "@angular/core";
8
- export declare class ContactSupportComponent implements OnInit, OnChanges {
9
- private messageService;
10
- private formBuilder;
11
- displaycontactSupport: boolean;
12
- globaltranslate: any;
13
- translate: any;
14
- showDate: boolean;
15
- detailedPmJob: DetailedPmJob;
16
- reasonContact: string;
17
- reasons: Reason[];
18
- sendDetailedPm: EventEmitter<any>;
19
- sendForm: EventEmitter<any>;
20
- closeContactSupport: EventEmitter<boolean>;
21
- form: FormGroup;
22
- dates: Date[];
23
- loading: boolean;
24
- submitted: boolean;
25
- minDate: Date;
26
- maxDate: Date;
27
- displayNumber: boolean;
28
- selectedReason: Reason;
29
- constructor(messageService: MessageService, formBuilder: FormBuilder);
30
- ngOnChanges(changes: SimpleChanges): void;
31
- ngOnInit(): void;
32
- loadDatas(): void;
33
- filterReasons(): void;
34
- cancelContactSupport(): void;
35
- get f(): {
36
- [key: string]: import("@angular/forms").AbstractControl<any, any>;
37
- };
38
- setDateRules(): void;
39
- loadForm(): void;
40
- checkPhone(phone: any): boolean;
41
- contacted(): void;
42
- contact(): void;
43
- closeNumber(): void;
44
- sendContactMeEmailMethode(): void;
45
- slectsFutureStatus(status: any): PmJobStatus.WAITING | PmJobStatus.DESINSTALLED | PmJobStatus.REPORTED | PmJobStatus.CANCELLED | PmJobStatus.OTHER | "Erreur";
46
- onSubmit(): void;
47
- preventStringKeypress(event: any): void;
48
- static ɵfac: i0.ɵɵFactoryDeclaration<ContactSupportComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<ContactSupportComponent, "app-contact-support", never, { "displaycontactSupport": "displaycontactSupport"; "globaltranslate": "globaltranslate"; "translate": "translate"; "showDate": "showDate"; "detailedPmJob": "detailedPmJob"; "reasonContact": "reasonContact"; "reasons": "reasons"; }, { "sendDetailedPm": "sendDetailedPm"; "sendForm": "sendForm"; "closeContactSupport": "closeContactSupport"; }, never, never, false>;
50
- }
1
+ import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
+ import { FormBuilder, FormGroup } from '@angular/forms';
3
+ import { MessageService } from 'primeng/api';
4
+ import { DetailedPmJob } from '../../models/detailedPmJob.model';
5
+ import { PmJobStatus } from '../../models/pmJobStatus';
6
+ import { Reason } from '../../models/reason.model';
7
+ import * as i0 from "@angular/core";
8
+ export declare class ContactSupportComponent implements OnInit, OnChanges {
9
+ private messageService;
10
+ private formBuilder;
11
+ displaycontactSupport: boolean;
12
+ globaltranslate: any;
13
+ translate: any;
14
+ showDate: boolean;
15
+ detailedPmJob: DetailedPmJob;
16
+ reasonContact: string;
17
+ reasons: Reason[];
18
+ sendDetailedPm: EventEmitter<any>;
19
+ sendForm: EventEmitter<any>;
20
+ closeContactSupport: EventEmitter<boolean>;
21
+ form: FormGroup;
22
+ dates: Date[];
23
+ loading: boolean;
24
+ submitted: boolean;
25
+ minDate: Date;
26
+ maxDate: Date;
27
+ displayNumber: boolean;
28
+ selectedReason: Reason;
29
+ constructor(messageService: MessageService, formBuilder: FormBuilder);
30
+ ngOnChanges(changes: SimpleChanges): void;
31
+ ngOnInit(): void;
32
+ loadDatas(): void;
33
+ filterReasons(): void;
34
+ cancelContactSupport(): void;
35
+ get f(): {
36
+ [key: string]: import("@angular/forms").AbstractControl<any, any>;
37
+ };
38
+ setDateRules(): void;
39
+ loadForm(): void;
40
+ checkPhone(phone: any): boolean;
41
+ contacted(): void;
42
+ contact(): void;
43
+ closeNumber(): void;
44
+ sendContactMeEmailMethode(): void;
45
+ slectsFutureStatus(status: any): PmJobStatus.WAITING | PmJobStatus.DESINSTALLED | PmJobStatus.REPORTED | PmJobStatus.CANCELLED | PmJobStatus.OTHER | "Erreur";
46
+ onSubmit(): void;
47
+ preventStringKeypress(event: any): void;
48
+ static ɵfac: i0.ɵɵFactoryDeclaration<ContactSupportComponent, never>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<ContactSupportComponent, "app-contact-support", never, { "displaycontactSupport": { "alias": "displaycontactSupport"; "required": false; }; "globaltranslate": { "alias": "globaltranslate"; "required": false; }; "translate": { "alias": "translate"; "required": false; }; "showDate": { "alias": "showDate"; "required": false; }; "detailedPmJob": { "alias": "detailedPmJob"; "required": false; }; "reasonContact": { "alias": "reasonContact"; "required": false; }; "reasons": { "alias": "reasons"; "required": false; }; }, { "sendDetailedPm": "sendDetailedPm"; "sendForm": "sendForm"; "closeContactSupport": "closeContactSupport"; }, never, never, false, never>;
50
+ }