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,40 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./system-list/system-list.component";
3
- import * as i2 from "./contact/contact.component";
4
- import * as i3 from "./choose-another-date/choose-another-date.component";
5
- import * as i4 from "./confirm-dialog/confirm-dialog.component";
6
- import * as i5 from "./confirmed-date-information/confirmed-date-information.component";
7
- import * as i6 from "./contact-support/contact-support.component";
8
- import * as i7 from "./maintenance-list/maintenance-list.component";
9
- import * as i8 from "./show-links/show-links.component";
10
- import * as i9 from "./dashboard/dashboard.component";
11
- import * as i10 from "./confirm-dialog-contact/confirm-dialog-contact.component";
12
- import * as i11 from "@angular/common";
13
- import * as i12 from "./shared-routing.module";
14
- import * as i13 from "primeng/table";
15
- import * as i14 from "primeng/inputtext";
16
- import * as i15 from "../pipes/pipes/pipes.module";
17
- import * as i16 from "primeng/toast";
18
- import * as i17 from "primeng/inputtextarea";
19
- import * as i18 from "primeng/multiselect";
20
- import * as i19 from "@angular/forms";
21
- import * as i20 from "primeng/progressspinner";
22
- import * as i21 from "primeng/radiobutton";
23
- import * as i22 from "primeng/checkbox";
24
- import * as i23 from "primeng/selectbutton";
25
- import * as i24 from "primeng/tooltip";
26
- import * as i25 from "primeng/overlaypanel";
27
- import * as i26 from "primeng/calendar";
28
- import * as i27 from "primeng/slider";
29
- import * as i28 from "primeng/dialog";
30
- import * as i29 from "primeng/confirmpopup";
31
- import * as i30 from "primeng/confirmdialog";
32
- import * as i31 from "primeng/contextmenu";
33
- import * as i32 from "primeng/dropdown";
34
- import * as i33 from "primeng/button";
35
- import * as i34 from "primeng/toolbar";
36
- export declare class SharedModule {
37
- static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
38
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.SystemListComponent, typeof i2.ContactComponent, typeof i3.ChooseAnotherDateComponent, typeof i4.ConfirmDialogComponent, typeof i5.ConfirmedDateInformationComponent, typeof i6.ContactSupportComponent, typeof i7.MaintenanceListComponent, typeof i8.ShowLinksComponent, typeof i9.DashboardComponent, typeof i10.ConfirmDialogContactComponent], [typeof i11.CommonModule, typeof i12.SharedRoutingModule, typeof i13.TableModule, typeof i14.InputTextModule, typeof i15.PipesModule, typeof i16.ToastModule, typeof i17.InputTextareaModule, typeof i18.MultiSelectModule, typeof i19.FormsModule, typeof i19.ReactiveFormsModule, typeof i20.ProgressSpinnerModule, typeof i21.RadioButtonModule, typeof i22.CheckboxModule, typeof i23.SelectButtonModule, typeof i24.TooltipModule, typeof i25.OverlayPanelModule, typeof i26.CalendarModule, typeof i27.SliderModule, typeof i28.DialogModule, typeof i29.ConfirmPopupModule, typeof i30.ConfirmDialogModule, typeof i31.ContextMenuModule, typeof i32.DropdownModule, typeof i33.ButtonModule, typeof i34.ToolbarModule], [typeof i1.SystemListComponent, typeof i2.ContactComponent, typeof i7.MaintenanceListComponent, typeof i9.DashboardComponent]>;
39
- static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
40
- }
@@ -1,24 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { Table } from 'primeng/table';
3
- import { DetailedPmJob } from '../../models/detailedPmJob.model';
4
- import * as i0 from "@angular/core";
5
- export declare class ShowLinksComponent {
6
- dt: Table | undefined;
7
- displayShowLinks: boolean;
8
- closeShowLinks: EventEmitter<boolean>;
9
- detailedPmJobLinkedList: DetailedPmJob[];
10
- selectedWorkorderId: any;
11
- globaltranslate: any;
12
- translate: any;
13
- status: any;
14
- header: string;
15
- language: string;
16
- constructor();
17
- close(): void;
18
- applyFilterGlobal($event: any, stringVal: any): void;
19
- transformStatus(status: string): string;
20
- getStatusTooltip(status: string): string;
21
- transformType(type: string): string;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<ShowLinksComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<ShowLinksComponent, "app-show-links", never, { "displayShowLinks": { "alias": "displayShowLinks"; "required": false; }; "detailedPmJobLinkedList": { "alias": "detailedPmJobLinkedList"; "required": false; }; "selectedWorkorderId": { "alias": "selectedWorkorderId"; "required": false; }; "globaltranslate": { "alias": "globaltranslate"; "required": false; }; "translate": { "alias": "translate"; "required": false; }; "status": { "alias": "status"; "required": false; }; }, { "closeShowLinks": "closeShowLinks"; }, never, never, false, never>;
24
- }
@@ -1,16 +0,0 @@
1
- import { OnChanges } from '@angular/core';
2
- import { Table } from 'primeng/table';
3
- import { System } from '../../models/system';
4
- import * as i0 from "@angular/core";
5
- export declare class SystemListComponent implements OnChanges {
6
- dt: Table | undefined;
7
- translate: any;
8
- globaltranslate: any;
9
- systems: System[];
10
- language: string;
11
- constructor();
12
- ngOnChanges(): void;
13
- applyFilterGlobal($event: any, stringVal: any): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<SystemListComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<SystemListComponent, "awf-system-list", never, { "translate": { "alias": "translate"; "required": false; }; "globaltranslate": { "alias": "globaltranslate"; "required": false; }; "systems": { "alias": "systems"; "required": false; }; }, {}, never, never, false, never>;
16
- }