awf-test-lib 0.1.24 → 0.1.25

Sign up to get free protection for your applications and to get access to all the features.
Files changed (216) hide show
  1. package/karma.conf.js +44 -0
  2. package/ng-package.json +7 -0
  3. package/package.json +10 -24
  4. package/src/lib/core/core-routing.module.ts +10 -0
  5. package/src/lib/core/core.module.ts +35 -0
  6. package/src/lib/core/menu/menu.component.css +18 -0
  7. package/src/lib/core/menu/menu.component.html +8 -0
  8. package/src/lib/core/menu/menu.component.spec.ts +23 -0
  9. package/src/lib/core/menu/menu.component.ts +28 -0
  10. package/src/lib/core/menu-consomer/menu-consomer.component.html +20 -0
  11. package/src/lib/core/menu-consomer/menu-consomer.component.scss +20 -0
  12. package/src/lib/core/menu-consomer/menu-consomer.component.spec.ts +25 -0
  13. package/src/lib/core/menu-consomer/menu-consomer.component.ts +21 -0
  14. package/src/lib/core/menu-ge-portal/menu-ge-portal.component.html +7 -0
  15. package/src/lib/core/menu-ge-portal/menu-ge-portal.component.scss +17 -0
  16. package/src/lib/core/menu-ge-portal/menu-ge-portal.component.spec.ts +25 -0
  17. package/src/lib/core/menu-ge-portal/menu-ge-portal.component.ts +83 -0
  18. package/src/lib/core/menu-warranty/menu-warranty.component.html +20 -0
  19. package/src/lib/core/menu-warranty/menu-warranty.component.scss +16 -0
  20. package/src/lib/core/menu-warranty/menu-warranty.component.spec.ts +25 -0
  21. package/src/lib/core/menu-warranty/menu-warranty.component.ts +31 -0
  22. package/src/lib/core/not-found/not-found.component.css +31 -0
  23. package/src/lib/core/not-found/not-found.component.html +6 -0
  24. package/src/lib/core/not-found/not-found.component.spec.ts +23 -0
  25. package/src/lib/core/not-found/not-found.component.ts +15 -0
  26. package/src/lib/core/top-bar/top-bar.component.css +116 -0
  27. package/src/lib/core/top-bar/top-bar.component.html +1 -0
  28. package/src/lib/core/top-bar/top-bar.component.spec.ts +23 -0
  29. package/src/lib/core/top-bar/top-bar.component.ts +39 -0
  30. package/{lib/models/account.model.d.ts → src/lib/models/account.model.ts} +17 -14
  31. package/src/lib/models/alternativeDate.model.ts +6 -0
  32. package/src/lib/models/applicationName.ts +6 -0
  33. package/{lib/models/cancelPMMailRequest.model.d.ts → src/lib/models/cancelPMMailRequest.model.ts} +7 -5
  34. package/src/lib/models/customObject.model.ts +4 -0
  35. package/src/lib/models/detailedPmJob.model.ts +25 -0
  36. package/src/lib/models/emailStatus.ts +4 -0
  37. package/src/lib/models/emailType.ts +19 -0
  38. package/src/lib/models/eventStatus.ts +8 -0
  39. package/src/lib/models/field.ts +7 -0
  40. package/src/lib/models/language.ts +4 -0
  41. package/{lib/models/mailRequest.model.d.ts → src/lib/models/mailRequest.model.ts} +18 -16
  42. package/src/lib/models/pMGroupedJob.model.ts +4 -0
  43. package/{lib/models/pmJob.model.d.ts → src/lib/models/pmJob.model.ts} +26 -25
  44. package/src/lib/models/pmJobRequest.model.ts +6 -0
  45. package/{lib/models/pmJobStatus.d.ts → src/lib/models/pmJobStatus.ts} +19 -14
  46. package/src/lib/models/reason.model.ts +7 -0
  47. package/src/lib/models/reasonCode.ts +9 -0
  48. package/src/lib/models/reasonContact.ts +7 -0
  49. package/{lib/models/reportDateMailRequest.model.d.ts → src/lib/models/reportDateMailRequest.model.ts} +7 -5
  50. package/src/lib/models/role.ts +5 -0
  51. package/src/lib/models/service.model.ts +8 -0
  52. package/src/lib/models/serviceName.ts +14 -0
  53. package/{lib/models/socialLoginRequest.model.d.ts → src/lib/models/socialLoginRequest.model.ts} +6 -6
  54. package/src/lib/models/socialMadia.ts +4 -0
  55. package/src/lib/models/stingBoolean.ts +7 -0
  56. package/src/lib/models/system.ts +15 -0
  57. package/{lib/models/theme.model.d.ts → src/lib/models/theme.model.ts} +45 -38
  58. package/src/lib/models/tokenStatus.ts +6 -0
  59. package/src/lib/models/warranty.ts +18 -0
  60. package/src/lib/pipes/pipes/pipes.module.ts +14 -0
  61. package/src/lib/pipes/subrtring-w.pipe.spec.ts +8 -0
  62. package/src/lib/pipes/subrtring-w.pipe.ts +16 -0
  63. package/src/lib/pipes/substring.pipe.spec.ts +8 -0
  64. package/src/lib/pipes/substring.pipe.ts +15 -0
  65. package/src/lib/shared/choose-another-date/choose-another-date.component.html +12 -0
  66. package/src/lib/shared/choose-another-date/choose-another-date.component.scss +12 -0
  67. package/src/lib/shared/choose-another-date/choose-another-date.component.spec.ts +25 -0
  68. package/src/lib/shared/choose-another-date/choose-another-date.component.ts +127 -0
  69. package/src/lib/shared/confirm-dialog/confirm-dialog.component.html +26 -0
  70. package/src/lib/shared/confirm-dialog/confirm-dialog.component.scss +0 -0
  71. package/src/lib/shared/confirm-dialog/confirm-dialog.component.spec.ts +25 -0
  72. package/src/lib/shared/confirm-dialog/confirm-dialog.component.ts +39 -0
  73. package/src/lib/shared/confirm-dialog-contact/confirm-dialog-contact.component.css +0 -0
  74. package/src/lib/shared/confirm-dialog-contact/confirm-dialog-contact.component.html +19 -0
  75. package/src/lib/shared/confirm-dialog-contact/confirm-dialog-contact.component.spec.ts +23 -0
  76. package/src/lib/shared/confirm-dialog-contact/confirm-dialog-contact.component.ts +36 -0
  77. package/src/lib/shared/confirmed-date-information/confirmed-date-information.component.html +25 -0
  78. package/src/lib/shared/confirmed-date-information/confirmed-date-information.component.scss +23 -0
  79. package/src/lib/shared/confirmed-date-information/confirmed-date-information.component.spec.ts +25 -0
  80. package/src/lib/shared/confirmed-date-information/confirmed-date-information.component.ts +30 -0
  81. package/src/lib/shared/contact/contact.component.css +144 -0
  82. package/src/lib/shared/contact/contact.component.html +136 -0
  83. package/src/lib/shared/contact/contact.component.spec.ts +23 -0
  84. package/src/lib/shared/contact/contact.component.ts +169 -0
  85. package/src/lib/shared/contact-support/contact-support.component.html +130 -0
  86. package/src/lib/shared/contact-support/contact-support.component.scss +10 -0
  87. package/src/lib/shared/contact-support/contact-support.component.spec.ts +25 -0
  88. package/src/lib/shared/contact-support/contact-support.component.ts +188 -0
  89. package/src/lib/shared/dashboard/dashboard.component.html +81 -0
  90. package/src/lib/shared/dashboard/dashboard.component.scss +5 -0
  91. package/src/lib/shared/dashboard/dashboard.component.spec.ts +23 -0
  92. package/src/lib/shared/dashboard/dashboard.component.ts +23 -0
  93. package/src/lib/shared/maintenance-list/maintenance-list.component.html +105 -0
  94. package/src/lib/shared/maintenance-list/maintenance-list.component.scss +26 -0
  95. package/src/lib/shared/maintenance-list/maintenance-list.component.spec.ts +25 -0
  96. package/src/lib/shared/maintenance-list/maintenance-list.component.ts +403 -0
  97. package/src/lib/shared/shared-routing.module.ts +10 -0
  98. package/src/lib/shared/shared.module.ts +80 -0
  99. package/src/lib/shared/show-links/show-links.component.html +49 -0
  100. package/src/lib/shared/show-links/show-links.component.scss +0 -0
  101. package/src/lib/shared/show-links/show-links.component.spec.ts +25 -0
  102. package/src/lib/shared/show-links/show-links.component.ts +78 -0
  103. package/src/lib/shared/system-list/system-list.component.css +0 -0
  104. package/src/lib/shared/system-list/system-list.component.html +40 -0
  105. package/src/lib/shared/system-list/system-list.component.spec.ts +23 -0
  106. package/src/lib/shared/system-list/system-list.component.ts +26 -0
  107. package/{public-api.d.ts → src/public-api.ts} +57 -42
  108. package/src/test.ts +27 -0
  109. package/tsconfig.lib.dev.json +10 -0
  110. package/tsconfig.lib.json +15 -0
  111. package/tsconfig.lib.pp.json +10 -0
  112. package/tsconfig.lib.prod.json +10 -0
  113. package/tsconfig.spec.json +17 -0
  114. package/esm2022/awf-test-lib.mjs +0 -5
  115. package/esm2022/lib/core/core-routing.module.mjs +0 -18
  116. package/esm2022/lib/core/core.module.mjs +0 -51
  117. package/esm2022/lib/core/menu/menu.component.mjs +0 -44
  118. package/esm2022/lib/core/menu-consomer/menu-consomer.component.mjs +0 -28
  119. package/esm2022/lib/core/menu-ge-portal/menu-ge-portal.component.mjs +0 -108
  120. package/esm2022/lib/core/menu-warranty/menu-warranty.component.mjs +0 -37
  121. package/esm2022/lib/core/not-found/not-found.component.mjs +0 -21
  122. package/esm2022/lib/core/top-bar/top-bar.component.mjs +0 -43
  123. package/esm2022/lib/models/account.model.mjs +0 -15
  124. package/esm2022/lib/models/alternativeDate.model.mjs +0 -7
  125. package/esm2022/lib/models/applicationName.mjs +0 -7
  126. package/esm2022/lib/models/cancelPMMailRequest.model.mjs +0 -6
  127. package/esm2022/lib/models/customObject.model.mjs +0 -4
  128. package/esm2022/lib/models/detailedPmJob.model.mjs +0 -23
  129. package/esm2022/lib/models/emailStatus.mjs +0 -6
  130. package/esm2022/lib/models/emailType.mjs +0 -17
  131. package/esm2022/lib/models/eventStatus.mjs +0 -9
  132. package/esm2022/lib/models/field.mjs +0 -9
  133. package/esm2022/lib/models/language.mjs +0 -6
  134. package/esm2022/lib/models/mailRequest.model.mjs +0 -17
  135. package/esm2022/lib/models/pMGroupedJob.model.mjs +0 -4
  136. package/esm2022/lib/models/pmJob.model.mjs +0 -23
  137. package/esm2022/lib/models/pmJobRequest.model.mjs +0 -5
  138. package/esm2022/lib/models/pmJobStatus.mjs +0 -17
  139. package/esm2022/lib/models/reason.model.mjs +0 -5
  140. package/esm2022/lib/models/reasonCode.mjs +0 -9
  141. package/esm2022/lib/models/reasonContact.mjs +0 -8
  142. package/esm2022/lib/models/reportDateMailRequest.model.mjs +0 -6
  143. package/esm2022/lib/models/role.mjs +0 -7
  144. package/esm2022/lib/models/service.model.mjs +0 -9
  145. package/esm2022/lib/models/serviceName.mjs +0 -12
  146. package/esm2022/lib/models/socialLoginRequest.model.mjs +0 -7
  147. package/esm2022/lib/models/socialMadia.mjs +0 -5
  148. package/esm2022/lib/models/stingBoolean.mjs +0 -6
  149. package/esm2022/lib/models/system.mjs +0 -14
  150. package/esm2022/lib/models/theme.model.mjs +0 -2
  151. package/esm2022/lib/models/tokenStatus.mjs +0 -7
  152. package/esm2022/lib/models/warranty.mjs +0 -18
  153. package/esm2022/lib/pipes/pipes/pipes.module.mjs +0 -21
  154. package/esm2022/lib/pipes/subrtring-w.pipe.mjs +0 -20
  155. package/esm2022/lib/pipes/substring.pipe.mjs +0 -16
  156. package/esm2022/lib/shared/choose-another-date/choose-another-date.component.mjs +0 -117
  157. package/esm2022/lib/shared/confirm-dialog/confirm-dialog.component.mjs +0 -52
  158. package/esm2022/lib/shared/confirm-dialog-contact/confirm-dialog-contact.component.mjs +0 -48
  159. package/esm2022/lib/shared/confirmed-date-information/confirmed-date-information.component.mjs +0 -44
  160. package/esm2022/lib/shared/contact/contact.component.mjs +0 -170
  161. package/esm2022/lib/shared/contact-support/contact-support.component.mjs +0 -186
  162. package/esm2022/lib/shared/dashboard/dashboard.component.mjs +0 -39
  163. package/esm2022/lib/shared/maintenance-list/maintenance-list.component.mjs +0 -372
  164. package/esm2022/lib/shared/shared-routing.module.mjs +0 -18
  165. package/esm2022/lib/shared/shared.module.mjs +0 -144
  166. package/esm2022/lib/shared/show-links/show-links.component.mjs +0 -86
  167. package/esm2022/lib/shared/system-list/system-list.component.mjs +0 -35
  168. package/esm2022/public-api.mjs +0 -48
  169. package/fesm2022/awf-test-lib.mjs +0 -1860
  170. package/fesm2022/awf-test-lib.mjs.map +0 -1
  171. package/index.d.ts +0 -5
  172. package/lib/core/core-routing.module.d.ts +0 -7
  173. package/lib/core/core.module.d.ts +0 -15
  174. package/lib/core/menu/menu.component.d.ts +0 -17
  175. package/lib/core/menu-consomer/menu-consomer.component.d.ts +0 -12
  176. package/lib/core/menu-ge-portal/menu-ge-portal.component.d.ts +0 -20
  177. package/lib/core/menu-warranty/menu-warranty.component.d.ts +0 -15
  178. package/lib/core/not-found/not-found.component.d.ts +0 -10
  179. package/lib/core/top-bar/top-bar.component.d.ts +0 -13
  180. package/lib/models/alternativeDate.model.d.ts +0 -6
  181. package/lib/models/applicationName.d.ts +0 -5
  182. package/lib/models/customObject.model.d.ts +0 -3
  183. package/lib/models/detailedPmJob.model.d.ts +0 -23
  184. package/lib/models/emailStatus.d.ts +0 -4
  185. package/lib/models/emailType.d.ts +0 -15
  186. package/lib/models/eventStatus.d.ts +0 -7
  187. package/lib/models/field.d.ts +0 -7
  188. package/lib/models/language.d.ts +0 -4
  189. package/lib/models/pMGroupedJob.model.d.ts +0 -3
  190. package/lib/models/pmJobRequest.model.d.ts +0 -5
  191. package/lib/models/reason.model.d.ts +0 -4
  192. package/lib/models/reasonCode.d.ts +0 -7
  193. package/lib/models/reasonContact.d.ts +0 -6
  194. package/lib/models/role.d.ts +0 -5
  195. package/lib/models/service.model.d.ts +0 -8
  196. package/lib/models/serviceName.d.ts +0 -10
  197. package/lib/models/socialMadia.d.ts +0 -3
  198. package/lib/models/stingBoolean.d.ts +0 -4
  199. package/lib/models/system.d.ts +0 -14
  200. package/lib/models/tokenStatus.d.ts +0 -5
  201. package/lib/models/warranty.d.ts +0 -17
  202. package/lib/pipes/pipes/pipes.module.d.ts +0 -9
  203. package/lib/pipes/subrtring-w.pipe.d.ts +0 -7
  204. package/lib/pipes/substring.pipe.d.ts +0 -7
  205. package/lib/shared/choose-another-date/choose-another-date.component.d.ts +0 -33
  206. package/lib/shared/confirm-dialog/confirm-dialog.component.d.ts +0 -21
  207. package/lib/shared/confirm-dialog-contact/confirm-dialog-contact.component.d.ts +0 -19
  208. package/lib/shared/confirmed-date-information/confirmed-date-information.component.d.ts +0 -17
  209. package/lib/shared/contact/contact.component.d.ts +0 -39
  210. package/lib/shared/contact-support/contact-support.component.d.ts +0 -50
  211. package/lib/shared/dashboard/dashboard.component.d.ts +0 -18
  212. package/lib/shared/maintenance-list/maintenance-list.component.d.ts +0 -81
  213. package/lib/shared/shared-routing.module.d.ts +0 -7
  214. package/lib/shared/shared.module.d.ts +0 -40
  215. package/lib/shared/show-links/show-links.component.d.ts +0 -24
  216. package/lib/shared/system-list/system-list.component.d.ts +0 -16
@@ -1,20 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { Router } from '@angular/router';
3
- import * as i0 from "@angular/core";
4
- export declare class MenuGePortalComponent {
5
- private readonly router;
6
- logOutClick: EventEmitter<any>;
7
- translate: any;
8
- isAdmin: boolean;
9
- hideMenu: EventEmitter<any>;
10
- displayViewAs: boolean;
11
- constructor(router: Router);
12
- logout(): void;
13
- menuMethode(path?: string): void;
14
- isTokenExpired(): boolean;
15
- redirectByPath(path?: string): void;
16
- deleteConnexionInfo(): void;
17
- navigate(route: string): void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<MenuGePortalComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<MenuGePortalComponent, "awf-menu-ge-portal", never, { "translate": { "alias": "translate"; "required": false; }; "isAdmin": { "alias": "isAdmin"; "required": false; }; }, { "logOutClick": "logOutClick"; "hideMenu": "hideMenu"; }, never, never, false, never>;
20
- }
@@ -1,15 +0,0 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MenuWarrantyComponent implements OnInit {
4
- logOutClick: EventEmitter<any>;
5
- hideMenu: EventEmitter<any>;
6
- isAdmin: boolean;
7
- translate: any;
8
- haveConsumerDataId: boolean;
9
- constructor();
10
- ngOnInit(): void;
11
- logout(): void;
12
- hideMenuMethode(): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<MenuWarrantyComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<MenuWarrantyComponent, "awf-menu-warranty", never, { "isAdmin": { "alias": "isAdmin"; "required": false; }; "translate": { "alias": "translate"; "required": false; }; "haveConsumerDataId": { "alias": "haveConsumerDataId"; "required": false; }; }, { "logOutClick": "logOutClick"; "hideMenu": "hideMenu"; }, never, never, false, never>;
15
- }
@@ -1,10 +0,0 @@
1
- import { OnChanges } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class NotFoundComponent implements OnChanges {
4
- translate: any;
5
- applicationName: any;
6
- constructor();
7
- ngOnChanges(): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<NotFoundComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<NotFoundComponent, "awf-not-found", never, { "translate": { "alias": "translate"; "required": false; }; "applicationName": { "alias": "applicationName"; "required": false; }; }, {}, never, never, false, never>;
10
- }
@@ -1,13 +0,0 @@
1
- import { OnChanges, EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class TopBarComponent implements OnChanges {
4
- translate: any;
5
- applicationName: any;
6
- logOutClick: EventEmitter<any>;
7
- items: any[];
8
- constructor();
9
- ngOnChanges(): void;
10
- logout(): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<TopBarComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<TopBarComponent, "awf-top-bar", never, { "translate": { "alias": "translate"; "required": false; }; "applicationName": { "alias": "applicationName"; "required": false; }; }, { "logOutClick": "logOutClick"; }, never, never, false, never>;
13
- }
@@ -1,6 +0,0 @@
1
- export declare class AlternativeDate {
2
- startDateTime: string;
3
- endDateTime: string;
4
- fseSSO?: string[];
5
- selected?: string;
6
- }
@@ -1,5 +0,0 @@
1
- export declare enum ApplicationName {
2
- ConsomerPortal = "ConsomerPortal",
3
- WarrantyPortal = "WarrantyPortal",
4
- GEPortal = "GEPortal"
5
- }
@@ -1,3 +0,0 @@
1
- export declare class CustomObject {
2
- customerWaiting?: string;
3
- }
@@ -1,23 +0,0 @@
1
- import { PmJob } from "./pmJob.model";
2
- export declare class DetailedPmJob {
3
- systemId?: string;
4
- systemName?: string;
5
- status: string;
6
- siteName?: string;
7
- siteCity?: string;
8
- language?: string;
9
- pmJob: PmJob;
10
- comment?: string;
11
- name?: string;
12
- email?: string;
13
- phone?: string;
14
- extentionOrComment?: string;
15
- reason?: string;
16
- reasonContact?: string;
17
- futureStatus?: string;
18
- selectedDate?: string;
19
- toUpdate?: boolean;
20
- WorkorderNumberSelected?: string;
21
- sitePostalCode?: string;
22
- room?: string;
23
- }
@@ -1,4 +0,0 @@
1
- export declare enum EmailStatus {
2
- Verifying = 0,
3
- Failed = 1
4
- }
@@ -1,15 +0,0 @@
1
- export declare enum EmailType {
2
- Accepted_Clients_Alternate = "Accepted_Clients_Alternate",
3
- Accepted_CSC_Alternate = "Accepted_CSC_Alternate",
4
- Accepted_Clients = "Accepted_Clients",
5
- Accepted_CSC = "Accepted_CSC",
6
- CancelPM_Clients = "CancelPM_Clients",
7
- CancelPM_CSC = "CancelPM_CSC",
8
- ContactMe_Clients = "ContactMe_Clients",
9
- ContactMe_CSC = "ContactMe_CSC",
10
- ReportDate_Clients = "ReportDate_Clients",
11
- ReportDate_CSC = "ReportDate_CSC",
12
- SendNewDates_Clients = "SendNewDates_Clients",
13
- SendNewDates_CSC = "SendNewDates_CSC",
14
- DesynchroPM_CSC = "DesynchroPM_CSC"
15
- }
@@ -1,7 +0,0 @@
1
- export declare enum EventStatus {
2
- ASSIGNEDANC = "Assigned ANC",
3
- ASSIGNED = "Assigned",
4
- ASSIGNEDPINNED = "Assigned Pinned",
5
- COMPLETE = "Complete",
6
- INCOMPLETE = "Incomplete"
7
- }
@@ -1,7 +0,0 @@
1
- export declare enum Field {
2
- Textbox = "textbox",
3
- File = "file",
4
- Dropdown = "dropdown",
5
- Radio = "radio",
6
- Checkbox = "checkbox"
7
- }
@@ -1,4 +0,0 @@
1
- export declare enum Language {
2
- FR = "fr-FR",
3
- EN = "en-US"
4
- }
@@ -1,3 +0,0 @@
1
- export declare class PMGroupedJob {
2
- workorderId: string;
3
- }
@@ -1,5 +0,0 @@
1
- import { PmJob } from "./pmJob.model";
2
- export declare class PmJobRequest {
3
- countrymodule?: string;
4
- pmJob?: PmJob;
5
- }
@@ -1,4 +0,0 @@
1
- export declare class Reason {
2
- name: string;
3
- code: string;
4
- }
@@ -1,7 +0,0 @@
1
- export declare enum ReasonCode {
2
- MPM = "MPM",
3
- RPM = "RPM",
4
- CPM = "CPM",
5
- SDI = "SDI",
6
- OTH = "OTH"
7
- }
@@ -1,6 +0,0 @@
1
- export declare enum ReasonContact {
2
- MoreDatesFormPm = "MoreDatesFormPm",
3
- ContactFormPm = "ContactFormPm",
4
- CancelFormPm = "CancelFormPm",
5
- Contact = "Contact"
6
- }
@@ -1,5 +0,0 @@
1
- export declare enum Role {
2
- User = "BasicUser",
3
- Admin = "Admin",
4
- RGPDUser = "RGPDUser"
5
- }
@@ -1,8 +0,0 @@
1
- export declare class Service {
2
- id?: string;
3
- label: string;
4
- name: string;
5
- routerLink: string;
6
- description: string;
7
- display: boolean;
8
- }
@@ -1,10 +0,0 @@
1
- export declare enum ServiceName {
2
- Repairer = "repairer",
3
- WarrantyContract = "warrantyContract",
4
- Devices = "devices",
5
- TrackRepairs = "trackRepairs",
6
- ExtendedWarranty = "extendedWarranty",
7
- ScheduleAppointment = "scheduleAppointment",
8
- Documentation = "documentation",
9
- RepairabilityIndex = "repairabilityIndex"
10
- }
@@ -1,3 +0,0 @@
1
- export declare enum SocialMadia {
2
- Gmail = "Gmail"
3
- }
@@ -1,4 +0,0 @@
1
- export declare enum StingBoolean {
2
- YES = "Yes",
3
- NO = "No"
4
- }
@@ -1,14 +0,0 @@
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,5 +0,0 @@
1
- export declare enum TokenStatus {
2
- Validating = 0,
3
- Valid = 1,
4
- Invalid = 2
5
- }
@@ -1,17 +0,0 @@
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 +0,0 @@
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 +0,0 @@
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 +0,0 @@
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 +0,0 @@
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 +0,0 @@
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 +0,0 @@
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 +0,0 @@
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 +0,0 @@
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 +0,0 @@
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
- }
@@ -1,18 +0,0 @@
1
- import { OnChanges, SimpleChanges } from '@angular/core';
2
- import { DetailedPmJob } from '../../models/detailedPmJob.model';
3
- import { System } from '../../models/system';
4
- import * as i0 from "@angular/core";
5
- export declare class DashboardComponent implements OnChanges {
6
- name: string;
7
- email: string;
8
- number: string;
9
- systems: System[];
10
- toBeScheduledMaintenanceList: DetailedPmJob[];
11
- alreadyScheduledMaintenanceList: DetailedPmJob[];
12
- translate: any;
13
- language: string;
14
- constructor();
15
- ngOnChanges(changes: SimpleChanges): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<DashboardComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<DashboardComponent, "awf-dashboard", never, { "name": { "alias": "name"; "required": false; }; "email": { "alias": "email"; "required": false; }; "number": { "alias": "number"; "required": false; }; "systems": { "alias": "systems"; "required": false; }; "toBeScheduledMaintenanceList": { "alias": "toBeScheduledMaintenanceList"; "required": false; }; "alreadyScheduledMaintenanceList": { "alias": "alreadyScheduledMaintenanceList"; "required": false; }; "translate": { "alias": "translate"; "required": false; }; }, {}, never, never, false, never>;
18
- }
@@ -1,81 +0,0 @@
1
- import { EventEmitter, OnDestroy } from '@angular/core';
2
- import { Table } from 'primeng/table';
3
- import { Subscription } from 'rxjs';
4
- import { DetailedPmJob } from '../../models/detailedPmJob.model';
5
- import { AlternativeDate } from '../../models/alternativeDate.model';
6
- import { PmJob } from '../../models/pmJob.model';
7
- import * as i0 from "@angular/core";
8
- export declare class MaintenanceListComponent implements OnDestroy {
9
- dt: Table | undefined;
10
- op: any | undefined;
11
- translate: any;
12
- reasons: any;
13
- globaltranslate: any;
14
- maintenanceList: DetailedPmJob[];
15
- maintenanceListNotDisplayed: DetailedPmJob[];
16
- pmJobList: DetailedPmJob[];
17
- isAlreadyScheduled: Boolean;
18
- displayConfirmedDateInfo: boolean;
19
- alternativeDatesList: any;
20
- emitForUpdate: EventEmitter<any>;
21
- emitForAlternativeDates: EventEmitter<any>;
22
- sendContactMeEmail: EventEmitter<any>;
23
- status: any;
24
- sendForm: EventEmitter<any>;
25
- moreDates: boolean;
26
- detailedPmJobLinkedList: DetailedPmJob[];
27
- updatePmSubscription: Subscription;
28
- alternativeDatesSubscription: Subscription;
29
- showDate: boolean;
30
- maintenanceSelected: DetailedPmJob;
31
- startDateTime: any;
32
- endDateTime: any;
33
- selectedWorkorderId: any;
34
- alternativeDate: AlternativeDate;
35
- alternativeDatesSelected: AlternativeDate[];
36
- displaycontactSupport: boolean;
37
- displayConfirmDialog: boolean;
38
- displayConfirmDateAlternativeDialog: boolean;
39
- displayConfirmDialogContact: boolean;
40
- displayShowLinks: boolean;
41
- displayAnotherDate: boolean;
42
- isWithLinks: boolean;
43
- isProposedDate: boolean;
44
- pmSelectedStatus: string;
45
- emailTypes: string[];
46
- alreadyScheduledMsg: boolean;
47
- reasonContact: string;
48
- contactMeRequest: DetailedPmJob;
49
- first: number;
50
- language: string;
51
- constructor();
52
- ngOnDestroy(): void;
53
- applyFilterGlobal($event: any, stringVal: any): void;
54
- selectElement(element: DetailedPmJob): void;
55
- getAlternativeDates(pmJob: PmJob): void;
56
- getLinkedPmJob(): void;
57
- confirmDialog(): void;
58
- closeConfirmDialog(confirm: any): void;
59
- closeConfirmDialogContact(confirm: any): void;
60
- updateLinkedPMFormContact(): void;
61
- closeContactSupport(event: any): void;
62
- proposeAnotherDate(): void;
63
- contactSupport(fromOtherDate: boolean): void;
64
- showLinks(element?: any): void;
65
- closeShowLinks(): void;
66
- closeConfirmedDateInfo(): void;
67
- acceptDate(alternativeDates: AlternativeDate[]): void;
68
- findDatesSelected(): void;
69
- closeAnotherDate(event: any): void;
70
- updatePmJob(): void;
71
- editPm(): void;
72
- prepareForPopup(): void;
73
- updateProposedDate(): void;
74
- updateAlternativeDate(): void;
75
- sendContactMeForm(contactMeRequest: any): void;
76
- callApiToUpdate(): void;
77
- transformStatus(status: string): string;
78
- getStatusTooltip(status: string): string;
79
- static ɵfac: i0.ɵɵFactoryDeclaration<MaintenanceListComponent, never>;
80
- static ɵcmp: i0.ɵɵComponentDeclaration<MaintenanceListComponent, "awf-maintenance-list", never, { "translate": { "alias": "translate"; "required": false; }; "reasons": { "alias": "reasons"; "required": false; }; "globaltranslate": { "alias": "globaltranslate"; "required": false; }; "maintenanceList": { "alias": "maintenanceList"; "required": false; }; "maintenanceListNotDisplayed": { "alias": "maintenanceListNotDisplayed"; "required": false; }; "pmJobList": { "alias": "pmJobList"; "required": false; }; "isAlreadyScheduled": { "alias": "isAlreadyScheduled"; "required": false; }; "displayConfirmedDateInfo": { "alias": "displayConfirmedDateInfo"; "required": false; }; "alternativeDatesList": { "alias": "alternativeDatesList"; "required": false; }; "status": { "alias": "status"; "required": false; }; }, { "emitForUpdate": "emitForUpdate"; "emitForAlternativeDates": "emitForAlternativeDates"; "sendContactMeEmail": "sendContactMeEmail"; "sendForm": "sendForm"; }, never, never, false, never>;
81
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/router";
3
- export declare class SharedRoutingModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<SharedRoutingModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<SharedRoutingModule>;
7
- }