ecabs-components 1.0.22 → 1.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (152) hide show
  1. package/esm2022/ecabs-components.mjs +4 -4
  2. package/esm2022/lib/base/consts/date-mask.consts.mjs +56 -56
  3. package/esm2022/lib/base/directives/date-mask.directive.mjs +65 -67
  4. package/esm2022/lib/base/directives/date-mask.directive.module.mjs +22 -22
  5. package/esm2022/lib/base/directives/digits-only.directive.mjs +130 -133
  6. package/esm2022/lib/base/directives/digits-only.directive.module.mjs +22 -22
  7. package/esm2022/lib/base/directives/number-border.directive.mjs +54 -58
  8. package/esm2022/lib/base/directives/number-border.directive.module.mjs +22 -22
  9. package/esm2022/lib/base/element-base.mjs +100 -105
  10. package/esm2022/lib/base/element-wrapper/element-wrapper.component.mjs +53 -56
  11. package/esm2022/lib/base/element-wrapper/element-wrapper.module.mjs +52 -52
  12. package/esm2022/lib/base/hint/hint.component.mjs +21 -21
  13. package/esm2022/lib/base/hint/hint.module.mjs +20 -20
  14. package/esm2022/lib/base/validation/validation.component.mjs +70 -75
  15. package/esm2022/lib/base/validation/validation.module.mjs +20 -20
  16. package/esm2022/lib/ecabs-breadcrumb/ecabs-breadcrumb.component.mjs +16 -17
  17. package/esm2022/lib/ecabs-breadcrumb/ecabs-breadcrumb.module.mjs +20 -20
  18. package/esm2022/lib/ecabs-buttons/ecabs-buttons.component.mjs +63 -64
  19. package/esm2022/lib/ecabs-buttons/ecabs-buttons.module.mjs +21 -21
  20. package/esm2022/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.mjs +101 -94
  21. package/esm2022/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.module.mjs +36 -36
  22. package/esm2022/lib/ecabs-date-picker/components/ecabs-date-picker-header/ecabs-date-picker-header.component.mjs +17 -15
  23. package/esm2022/lib/ecabs-date-picker/ecabs-date-picker.component.mjs +85 -89
  24. package/esm2022/lib/ecabs-date-picker/ecabs-date-picker.module.mjs +48 -48
  25. package/esm2022/lib/ecabs-date-time-picker/components/ecabs-date-time-picker-header/ecabs-date-time-picker-header.component.mjs +17 -15
  26. package/esm2022/lib/ecabs-date-time-picker/ecabs-date-time-picker.component.mjs +179 -186
  27. package/esm2022/lib/ecabs-date-time-picker/ecabs-date-time-picker.module.mjs +64 -64
  28. package/esm2022/lib/ecabs-date-time-range-picker/components/ecabs-date-time-range-picker-header/ecabs-date-time-range-picker-header.component.mjs +17 -15
  29. package/esm2022/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.component.mjs +193 -199
  30. package/esm2022/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.module.mjs +65 -65
  31. package/esm2022/lib/ecabs-date-time-range-picker/time-range.directive.mjs +45 -48
  32. package/esm2022/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.mjs +47 -50
  33. package/esm2022/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.module.mjs +20 -20
  34. package/esm2022/lib/ecabs-dialog-message/ecabs-dialog-message.component.mjs +44 -47
  35. package/esm2022/lib/ecabs-dialog-message/ecabs-dialog-message.module.mjs +20 -20
  36. package/esm2022/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.component.mjs +19 -22
  37. package/esm2022/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.module.mjs +19 -19
  38. package/esm2022/lib/ecabs-expansion-panel/ecabs-expansion-panel.component.mjs +76 -85
  39. package/esm2022/lib/ecabs-expansion-panel/ecabs-expansion-panel.module.mjs +24 -24
  40. package/esm2022/lib/ecabs-increment/ecabs-increment.component.mjs +78 -83
  41. package/esm2022/lib/ecabs-increment/ecabs-increment.module.mjs +23 -23
  42. package/esm2022/lib/ecabs-input/ecabs-input.component.mjs +83 -90
  43. package/esm2022/lib/ecabs-input/ecabs-input.module.mjs +22 -22
  44. package/esm2022/lib/ecabs-language-selector/ecabs-language-selector.component.mjs +62 -64
  45. package/esm2022/lib/ecabs-language-selector/ecabs-language-selector.module.mjs +39 -39
  46. package/esm2022/lib/ecabs-loading/ecabs-loading.component.mjs +24 -22
  47. package/esm2022/lib/ecabs-loading/ecabs-loading.module.mjs +19 -19
  48. package/esm2022/lib/ecabs-loading/spinner/spinner.component.mjs +16 -14
  49. package/esm2022/lib/ecabs-note/ecabs-note.component.mjs +30 -28
  50. package/esm2022/lib/ecabs-note/ecabs-note.module.mjs +19 -19
  51. package/esm2022/lib/ecabs-phone/ecabs-phone.component.mjs +104 -111
  52. package/esm2022/lib/ecabs-phone/ecabs-phone.module.mjs +22 -22
  53. package/esm2022/lib/ecabs-picker-header/ecabs-picker-header.component.mjs +50 -53
  54. package/esm2022/lib/ecabs-picker-header/ecabs-picker-header.module.mjs +22 -22
  55. package/esm2022/lib/ecabs-radio-button-list/ecabs-radio-button-list.component.mjs +65 -68
  56. package/esm2022/lib/ecabs-radio-button-list/ecabs-radio-button-list.module.mjs +32 -32
  57. package/esm2022/lib/ecabs-select/ecabs-select.component.mjs +310 -316
  58. package/esm2022/lib/ecabs-select/ecabs-select.module.mjs +60 -60
  59. package/esm2022/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.component.mjs +17 -19
  60. package/esm2022/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.module.mjs +24 -24
  61. package/esm2022/lib/ecabs-table/ecabs-table.component.mjs +43 -48
  62. package/esm2022/lib/ecabs-table/ecabs-table.module.mjs +33 -33
  63. package/esm2022/lib/ecabs-textarea/ecabs-textarea.component.mjs +62 -65
  64. package/esm2022/lib/ecabs-textarea/ecabs-textarea.module.mjs +20 -20
  65. package/esm2022/lib/ecabs-timepicker/componets/ecabs-time-list-panel/ecabs-time-list-panel.component.mjs +137 -144
  66. package/esm2022/lib/ecabs-timepicker/config.model.mjs +1 -1
  67. package/esm2022/lib/ecabs-timepicker/ecabs-timepicker.component.mjs +312 -322
  68. package/esm2022/lib/ecabs-timepicker/ecabs-timepicker.module.mjs +20 -20
  69. package/esm2022/lib/ecabs-timepicker/ecabs-timepicker.service.mjs +31 -29
  70. package/esm2022/lib/models/bread-crumb.mjs +1 -1
  71. package/esm2022/lib/models/timepicker.models.mjs +1 -1
  72. package/esm2022/lib/services/ecabs-components.service.mjs +32 -31
  73. package/esm2022/public-api.mjs +54 -54
  74. package/fesm2022/ecabs-components.mjs +3192 -3292
  75. package/fesm2022/ecabs-components.mjs.map +1 -1
  76. package/index.d.ts +5 -5
  77. package/lib/base/consts/date-mask.consts.d.ts +7 -7
  78. package/lib/base/directives/date-mask.directive.d.ts +16 -16
  79. package/lib/base/directives/date-mask.directive.module.d.ts +8 -8
  80. package/lib/base/directives/digits-only.directive.d.ts +26 -26
  81. package/lib/base/directives/digits-only.directive.module.d.ts +8 -8
  82. package/lib/base/directives/number-border.directive.d.ts +13 -13
  83. package/lib/base/directives/number-border.directive.module.d.ts +8 -8
  84. package/lib/base/element-base.d.ts +28 -28
  85. package/lib/base/element-wrapper/element-wrapper.component.d.ts +19 -19
  86. package/lib/base/element-wrapper/element-wrapper.module.d.ts +16 -16
  87. package/lib/base/hint/hint.component.d.ts +8 -8
  88. package/lib/base/hint/hint.module.d.ts +10 -10
  89. package/lib/base/validation/validation.component.d.ts +24 -24
  90. package/lib/base/validation/validation.module.d.ts +10 -10
  91. package/lib/ecabs-breadcrumb/ecabs-breadcrumb.component.d.ts +7 -7
  92. package/lib/ecabs-breadcrumb/ecabs-breadcrumb.module.d.ts +10 -10
  93. package/lib/ecabs-buttons/ecabs-buttons.component.d.ts +20 -20
  94. package/lib/ecabs-buttons/ecabs-buttons.module.d.ts +11 -11
  95. package/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.d.ts +31 -29
  96. package/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.module.d.ts +12 -12
  97. package/lib/ecabs-date-picker/components/ecabs-date-picker-header/ecabs-date-picker-header.component.d.ts +6 -6
  98. package/lib/ecabs-date-picker/ecabs-date-picker.component.d.ts +29 -29
  99. package/lib/ecabs-date-picker/ecabs-date-picker.module.d.ts +15 -15
  100. package/lib/ecabs-date-time-picker/components/ecabs-date-time-picker-header/ecabs-date-time-picker-header.component.d.ts +6 -6
  101. package/lib/ecabs-date-time-picker/ecabs-date-time-picker.component.d.ts +51 -51
  102. package/lib/ecabs-date-time-picker/ecabs-date-time-picker.module.d.ts +19 -19
  103. package/lib/ecabs-date-time-range-picker/components/ecabs-date-time-range-picker-header/ecabs-date-time-range-picker-header.component.d.ts +6 -6
  104. package/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.component.d.ts +58 -58
  105. package/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.module.d.ts +20 -20
  106. package/lib/ecabs-date-time-range-picker/time-range.directive.d.ts +15 -15
  107. package/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.d.ts +31 -31
  108. package/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.module.d.ts +11 -11
  109. package/lib/ecabs-dialog-message/ecabs-dialog-message.component.d.ts +28 -28
  110. package/lib/ecabs-dialog-message/ecabs-dialog-message.module.d.ts +11 -11
  111. package/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.component.d.ts +12 -12
  112. package/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.module.d.ts +9 -9
  113. package/lib/ecabs-expansion-panel/ecabs-expansion-panel.component.d.ts +28 -28
  114. package/lib/ecabs-expansion-panel/ecabs-expansion-panel.module.d.ts +14 -14
  115. package/lib/ecabs-increment/ecabs-increment.component.d.ts +26 -26
  116. package/lib/ecabs-increment/ecabs-increment.module.d.ts +13 -13
  117. package/lib/ecabs-input/ecabs-input.component.d.ts +27 -27
  118. package/lib/ecabs-input/ecabs-input.module.d.ts +12 -12
  119. package/lib/ecabs-language-selector/ecabs-language-selector.component.d.ts +20 -20
  120. package/lib/ecabs-language-selector/ecabs-language-selector.module.d.ts +12 -12
  121. package/lib/ecabs-loading/ecabs-loading.component.d.ts +8 -8
  122. package/lib/ecabs-loading/ecabs-loading.module.d.ts +9 -9
  123. package/lib/ecabs-loading/spinner/spinner.component.d.ts +6 -6
  124. package/lib/ecabs-note/ecabs-note.component.d.ts +7 -7
  125. package/lib/ecabs-note/ecabs-note.module.d.ts +9 -9
  126. package/lib/ecabs-phone/ecabs-phone.component.d.ts +33 -33
  127. package/lib/ecabs-phone/ecabs-phone.module.d.ts +12 -12
  128. package/lib/ecabs-picker-header/ecabs-picker-header.component.d.ts +19 -19
  129. package/lib/ecabs-picker-header/ecabs-picker-header.module.d.ts +12 -12
  130. package/lib/ecabs-radio-button-list/ecabs-radio-button-list.component.d.ts +24 -24
  131. package/lib/ecabs-radio-button-list/ecabs-radio-button-list.module.d.ts +11 -11
  132. package/lib/ecabs-select/ecabs-select.component.d.ts +71 -71
  133. package/lib/ecabs-select/ecabs-select.module.d.ts +15 -15
  134. package/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.component.d.ts +8 -8
  135. package/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.module.d.ts +9 -9
  136. package/lib/ecabs-table/ecabs-table.component.d.ts +18 -18
  137. package/lib/ecabs-table/ecabs-table.module.d.ts +12 -12
  138. package/lib/ecabs-textarea/ecabs-textarea.component.d.ts +20 -20
  139. package/lib/ecabs-textarea/ecabs-textarea.module.d.ts +10 -10
  140. package/lib/ecabs-timepicker/componets/ecabs-time-list-panel/ecabs-time-list-panel.component.d.ts +40 -40
  141. package/lib/ecabs-timepicker/config.model.d.ts +5 -5
  142. package/lib/ecabs-timepicker/ecabs-timepicker.component.d.ts +53 -53
  143. package/lib/ecabs-timepicker/ecabs-timepicker.module.d.ts +10 -10
  144. package/lib/ecabs-timepicker/ecabs-timepicker.service.d.ts +12 -12
  145. package/lib/models/bread-crumb.d.ts +5 -5
  146. package/lib/models/timepicker.models.d.ts +6 -6
  147. package/lib/services/ecabs-components.service.d.ts +16 -16
  148. package/package.json +1 -1
  149. package/public-api.d.ts +54 -54
  150. package/styles/material/overrides/_form.scss +13 -1
  151. package/styles/scss/modules/_form.scss +13 -8
  152. package/styles/scss/utilities/_helpers.scss +9 -0
@@ -1,28 +1,28 @@
1
- import { OnDestroy } from '@angular/core';
2
- import { MatDialogRef } from '@angular/material/dialog';
3
- import { ThemePalette } from '@angular/material/core';
4
- import { Observable } from 'rxjs';
5
- import * as i0 from "@angular/core";
6
- export declare class EcabsDialogMessageComponent implements OnDestroy {
7
- dialogRef: MatDialogRef<EcabsDialogMessageComponentConfig>;
8
- data: EcabsDialogMessageComponentConfig;
9
- message: string;
10
- color: ThemePalette;
11
- titleColor: string;
12
- private destroy$;
13
- constructor(dialogRef: MatDialogRef<EcabsDialogMessageComponentConfig>, data: EcabsDialogMessageComponentConfig);
14
- ngOnDestroy(): void;
15
- closeDialog(): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDialogMessageComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDialogMessageComponent, "ecabs-dialog-message", never, {}, {}, never, never, false, never>;
18
- }
19
- export interface EcabsDialogMessageComponentConfig {
20
- title?: string;
21
- titleColor?: ThemePalette | 'success';
22
- message: string;
23
- color?: ThemePalette;
24
- confirmLabel?: string;
25
- isPopover?: boolean;
26
- isButtonBlock?: boolean;
27
- loading$?: Observable<boolean>;
28
- }
1
+ import { OnDestroy } from '@angular/core';
2
+ import { MatDialogRef } from '@angular/material/dialog';
3
+ import { ThemePalette } from '@angular/material/core';
4
+ import { Observable } from 'rxjs';
5
+ import * as i0 from "@angular/core";
6
+ export declare class EcabsDialogMessageComponent implements OnDestroy {
7
+ dialogRef: MatDialogRef<EcabsDialogMessageComponentConfig>;
8
+ data: EcabsDialogMessageComponentConfig;
9
+ message: string;
10
+ color: ThemePalette;
11
+ titleColor: string;
12
+ private destroy$;
13
+ constructor(dialogRef: MatDialogRef<EcabsDialogMessageComponentConfig>, data: EcabsDialogMessageComponentConfig);
14
+ ngOnDestroy(): void;
15
+ closeDialog(): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDialogMessageComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDialogMessageComponent, "ecabs-dialog-message", never, {}, {}, never, never, false, never>;
18
+ }
19
+ export interface EcabsDialogMessageComponentConfig {
20
+ title?: string;
21
+ titleColor?: ThemePalette | 'success';
22
+ message: string;
23
+ color?: ThemePalette;
24
+ confirmLabel?: string;
25
+ isPopover?: boolean;
26
+ isButtonBlock?: boolean;
27
+ loading$?: Observable<boolean>;
28
+ }
@@ -1,11 +1,11 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./ecabs-dialog-message.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/legacy-dialog";
5
- import * as i4 from "../ecabs-buttons/ecabs-buttons.module";
6
- import * as i5 from "@angular/material/icon";
7
- export declare class EcabsDialogMessageModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDialogMessageModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsDialogMessageModule, [typeof i1.EcabsDialogMessageComponent], [typeof i2.CommonModule, typeof i3.MatLegacyDialogModule, typeof i4.EcabsButtonsModule, typeof i5.MatIconModule], never>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<EcabsDialogMessageModule>;
11
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ecabs-dialog-message.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/legacy-dialog";
5
+ import * as i4 from "../ecabs-buttons/ecabs-buttons.module";
6
+ import * as i5 from "@angular/material/icon";
7
+ export declare class EcabsDialogMessageModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDialogMessageModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsDialogMessageModule, [typeof i1.EcabsDialogMessageComponent], [typeof i2.CommonModule, typeof i3.MatLegacyDialogModule, typeof i4.EcabsButtonsModule, typeof i5.MatIconModule], never>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<EcabsDialogMessageModule>;
11
+ }
@@ -1,12 +1,12 @@
1
- import * as i0 from "@angular/core";
2
- export interface PlaceholderRedirectPath {
3
- title: string;
4
- path: string;
5
- }
6
- export declare class EcabsEmptyPlaceholderComponent {
7
- isEmptyMessage: string;
8
- redirectPath: PlaceholderRedirectPath;
9
- srcImage: string;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsEmptyPlaceholderComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<EcabsEmptyPlaceholderComponent, "ecabs-empty-placeholder", never, { "isEmptyMessage": { "alias": "isEmptyMessage"; "required": false; }; "redirectPath": { "alias": "redirectPath"; "required": false; }; "srcImage": { "alias": "srcImage"; "required": false; }; }, {}, never, never, false, never>;
12
- }
1
+ import * as i0 from "@angular/core";
2
+ export interface PlaceholderRedirectPath {
3
+ title: string;
4
+ path: string;
5
+ }
6
+ export declare class EcabsEmptyPlaceholderComponent {
7
+ isEmptyMessage: string;
8
+ redirectPath: PlaceholderRedirectPath;
9
+ srcImage: string;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsEmptyPlaceholderComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsEmptyPlaceholderComponent, "ecabs-empty-placeholder", never, { "isEmptyMessage": { "alias": "isEmptyMessage"; "required": false; }; "redirectPath": { "alias": "redirectPath"; "required": false; }; "srcImage": { "alias": "srcImage"; "required": false; }; }, {}, never, never, false, never>;
12
+ }
@@ -1,9 +1,9 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./ecabs-empty-placeholder.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/router";
5
- export declare class EcabsEmptyPlaceholderModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsEmptyPlaceholderModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsEmptyPlaceholderModule, [typeof i1.EcabsEmptyPlaceholderComponent], [typeof i2.CommonModule, typeof i3.RouterModule], [typeof i1.EcabsEmptyPlaceholderComponent]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<EcabsEmptyPlaceholderModule>;
9
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ecabs-empty-placeholder.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/router";
5
+ export declare class EcabsEmptyPlaceholderModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsEmptyPlaceholderModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsEmptyPlaceholderModule, [typeof i1.EcabsEmptyPlaceholderComponent], [typeof i2.CommonModule, typeof i3.RouterModule], [typeof i1.EcabsEmptyPlaceholderComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<EcabsEmptyPlaceholderModule>;
9
+ }
@@ -1,28 +1,28 @@
1
- import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
- import { MatExpansionPanel } from '@angular/material/expansion';
3
- import * as i0 from "@angular/core";
4
- export declare class EcabsExpansionPanelComponent implements OnChanges {
5
- title: string;
6
- description: string;
7
- index: any;
8
- expanded: boolean;
9
- disabled: boolean;
10
- errorMessage: string;
11
- showErrorMessage: boolean;
12
- closePanel: boolean;
13
- showIcon: boolean;
14
- iconName: string;
15
- showCheckbox: boolean;
16
- showStatus: boolean;
17
- status: string;
18
- hideToggle: boolean;
19
- checked: EventEmitter<boolean>;
20
- opened: EventEmitter<void>;
21
- expansionPanel: MatExpansionPanel;
22
- toggle: boolean;
23
- onOpened(): void;
24
- ngOnChanges(changes: SimpleChanges): void;
25
- toggleAction(): void;
26
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsExpansionPanelComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<EcabsExpansionPanelComponent, "ecabs-expansion-panel", never, { "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "index": { "alias": "index"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "showErrorMessage": { "alias": "showErrorMessage"; "required": false; }; "closePanel": { "alias": "closePanel"; "required": false; }; "showIcon": { "alias": "showIcon"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "showCheckbox": { "alias": "showCheckbox"; "required": false; }; "showStatus": { "alias": "showStatus"; "required": false; }; "status": { "alias": "status"; "required": false; }; "hideToggle": { "alias": "hideToggle"; "required": false; }; }, { "checked": "checked"; "opened": "opened"; }, never, ["*"], false, never>;
28
- }
1
+ import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
+ import { MatExpansionPanel } from '@angular/material/expansion';
3
+ import * as i0 from "@angular/core";
4
+ export declare class EcabsExpansionPanelComponent implements OnChanges {
5
+ title: string;
6
+ description: string;
7
+ index: any;
8
+ expanded: boolean;
9
+ disabled: boolean;
10
+ errorMessage: string;
11
+ showErrorMessage: boolean;
12
+ closePanel: boolean;
13
+ showIcon: boolean;
14
+ iconName: string;
15
+ showCheckbox: boolean;
16
+ showStatus: boolean;
17
+ status: string;
18
+ hideToggle: boolean;
19
+ checked: EventEmitter<boolean>;
20
+ opened: EventEmitter<void>;
21
+ expansionPanel: MatExpansionPanel;
22
+ toggle: boolean;
23
+ onOpened(): void;
24
+ ngOnChanges(changes: SimpleChanges): void;
25
+ toggleAction(): void;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsExpansionPanelComponent, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsExpansionPanelComponent, "ecabs-expansion-panel", never, { "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "index": { "alias": "index"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "showErrorMessage": { "alias": "showErrorMessage"; "required": false; }; "closePanel": { "alias": "closePanel"; "required": false; }; "showIcon": { "alias": "showIcon"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "showCheckbox": { "alias": "showCheckbox"; "required": false; }; "showStatus": { "alias": "showStatus"; "required": false; }; "status": { "alias": "status"; "required": false; }; "hideToggle": { "alias": "hideToggle"; "required": false; }; }, { "checked": "checked"; "opened": "opened"; }, never, ["*"], false, never>;
28
+ }
@@ -1,14 +1,14 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./ecabs-expansion-panel.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "@angular/material/legacy-button";
6
- import * as i5 from "@angular/material/expansion";
7
- import * as i6 from "@angular/material/icon";
8
- import * as i7 from "@angular/material/legacy-chips";
9
- import * as i8 from "../ecabs-checkbox-toggle/ecabs-checkbox-toggle.module";
10
- export declare class EcabsExpansionPanelModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsExpansionPanelModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsExpansionPanelModule, [typeof i1.EcabsExpansionPanelComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MatLegacyButtonModule, typeof i5.MatExpansionModule, typeof i6.MatIconModule, typeof i7.MatLegacyChipsModule, typeof i8.EcabsCheckboxToggleModule], [typeof i1.EcabsExpansionPanelComponent]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<EcabsExpansionPanelModule>;
14
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ecabs-expansion-panel.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "@angular/material/legacy-button";
6
+ import * as i5 from "@angular/material/expansion";
7
+ import * as i6 from "@angular/material/icon";
8
+ import * as i7 from "@angular/material/legacy-chips";
9
+ import * as i8 from "../ecabs-checkbox-toggle/ecabs-checkbox-toggle.module";
10
+ export declare class EcabsExpansionPanelModule {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsExpansionPanelModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsExpansionPanelModule, [typeof i1.EcabsExpansionPanelComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MatLegacyButtonModule, typeof i5.MatExpansionModule, typeof i6.MatIconModule, typeof i7.MatLegacyChipsModule, typeof i8.EcabsCheckboxToggleModule], [typeof i1.EcabsExpansionPanelComponent]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<EcabsExpansionPanelModule>;
14
+ }
@@ -1,26 +1,26 @@
1
- import { AfterViewInit, EventEmitter, Injector } from '@angular/core';
2
- import { ControlValueAccessor } from '@angular/forms';
3
- import ElementBaseComponent from '../base/element-base';
4
- import * as i0 from "@angular/core";
5
- export declare class EcabsIncrementComponent extends ElementBaseComponent implements ControlValueAccessor, AfterViewInit {
6
- private injector;
7
- digitsOnly: boolean;
8
- allowDecimal: boolean;
9
- allowHyphen: boolean;
10
- onblur: EventEmitter<any>;
11
- val: string | number;
12
- get value(): string | number;
13
- set value(val: string | number);
14
- constructor(injector: Injector);
15
- ngAfterViewInit(): void;
16
- onChange: any;
17
- onTouch: any;
18
- writeValue(value: any): void;
19
- registerOnChange(fn: any): void;
20
- registerOnTouched(fn: any): void;
21
- blurChange(e: any): void;
22
- increment(): void;
23
- decrement(): void;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsIncrementComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<EcabsIncrementComponent, "ecabs-increment", never, { "digitsOnly": { "alias": "digitsOnly"; "required": false; }; "allowDecimal": { "alias": "allowDecimal"; "required": false; }; "allowHyphen": { "alias": "allowHyphen"; "required": false; }; }, { "onblur": "onblur"; }, never, never, false, never>;
26
- }
1
+ import { AfterViewInit, EventEmitter, Injector } from '@angular/core';
2
+ import { ControlValueAccessor } from '@angular/forms';
3
+ import ElementBaseComponent from '../base/element-base';
4
+ import * as i0 from "@angular/core";
5
+ export declare class EcabsIncrementComponent extends ElementBaseComponent implements ControlValueAccessor, AfterViewInit {
6
+ private injector;
7
+ digitsOnly: boolean;
8
+ allowDecimal: boolean;
9
+ allowHyphen: boolean;
10
+ onblur: EventEmitter<any>;
11
+ val: string | number;
12
+ get value(): string | number;
13
+ set value(val: string | number);
14
+ constructor(injector: Injector);
15
+ ngAfterViewInit(): void;
16
+ onChange: any;
17
+ onTouch: any;
18
+ writeValue(value: any): void;
19
+ registerOnChange(fn: any): void;
20
+ registerOnTouched(fn: any): void;
21
+ blurChange(e: any): void;
22
+ increment(): void;
23
+ decrement(): void;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsIncrementComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsIncrementComponent, "ecabs-increment", never, { "digitsOnly": { "alias": "digitsOnly"; "required": false; }; "allowDecimal": { "alias": "allowDecimal"; "required": false; }; "allowHyphen": { "alias": "allowHyphen"; "required": false; }; }, { "onblur": "onblur"; }, never, never, false, never>;
26
+ }
@@ -1,13 +1,13 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./ecabs-increment.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/legacy-input";
5
- import * as i4 from "@angular/material/icon";
6
- import * as i5 from "../base/element-wrapper/element-wrapper.module";
7
- import * as i6 from "@angular/forms";
8
- import * as i7 from "../base/directives/digits-only.directive.module";
9
- export declare class EcabsIncrementModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsIncrementModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsIncrementModule, [typeof i1.EcabsIncrementComponent], [typeof i2.CommonModule, typeof i3.MatLegacyInputModule, typeof i4.MatIconModule, typeof i5.ElementWrapperModule, typeof i6.FormsModule, typeof i7.DigitsOnlyDirectivesModule], [typeof i1.EcabsIncrementComponent]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<EcabsIncrementModule>;
13
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ecabs-increment.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/legacy-input";
5
+ import * as i4 from "@angular/material/icon";
6
+ import * as i5 from "../base/element-wrapper/element-wrapper.module";
7
+ import * as i6 from "@angular/forms";
8
+ import * as i7 from "../base/directives/digits-only.directive.module";
9
+ export declare class EcabsIncrementModule {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsIncrementModule, never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsIncrementModule, [typeof i1.EcabsIncrementComponent], [typeof i2.CommonModule, typeof i3.MatLegacyInputModule, typeof i4.MatIconModule, typeof i5.ElementWrapperModule, typeof i6.FormsModule, typeof i7.DigitsOnlyDirectivesModule], [typeof i1.EcabsIncrementComponent]>;
12
+ static ɵinj: i0.ɵɵInjectorDeclaration<EcabsIncrementModule>;
13
+ }
@@ -1,27 +1,27 @@
1
- import { AfterViewInit, EventEmitter, Injector, OnInit } from '@angular/core';
2
- import { ControlValueAccessor } from '@angular/forms';
3
- import ElementBaseComponent from '../base/element-base';
4
- import * as i0 from "@angular/core";
5
- export declare class EcabsInputComponent extends ElementBaseComponent implements ControlValueAccessor, AfterViewInit, OnInit {
6
- private injector;
7
- digitsOnly: boolean;
8
- allowDecimal: boolean;
9
- allowHyphen: boolean;
10
- max: number;
11
- step: number;
12
- onblur: EventEmitter<any>;
13
- val: string | number;
14
- get value(): string | number;
15
- set value(val: string | number);
16
- constructor(injector: Injector);
17
- ngOnInit(): void;
18
- ngAfterViewInit(): void;
19
- onChange: any;
20
- onTouch: any;
21
- writeValue(value: any): void;
22
- registerOnChange(fn: any): void;
23
- registerOnTouched(fn: any): void;
24
- blurChange(e: any): void;
25
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsInputComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<EcabsInputComponent, "ecabs-input", never, { "digitsOnly": { "alias": "digitsOnly"; "required": false; }; "allowDecimal": { "alias": "allowDecimal"; "required": false; }; "allowHyphen": { "alias": "allowHyphen"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; }, { "onblur": "onblur"; }, never, ["mat-icon", ".suffix"], false, never>;
27
- }
1
+ import { AfterViewInit, EventEmitter, Injector, OnInit } from '@angular/core';
2
+ import { ControlValueAccessor } from '@angular/forms';
3
+ import ElementBaseComponent from '../base/element-base';
4
+ import * as i0 from "@angular/core";
5
+ export declare class EcabsInputComponent extends ElementBaseComponent implements ControlValueAccessor, AfterViewInit, OnInit {
6
+ private injector;
7
+ digitsOnly: boolean;
8
+ allowDecimal: boolean;
9
+ allowHyphen: boolean;
10
+ max: number;
11
+ step: number;
12
+ onblur: EventEmitter<any>;
13
+ val: string | number;
14
+ get value(): string | number;
15
+ set value(val: string | number);
16
+ constructor(injector: Injector);
17
+ ngOnInit(): void;
18
+ ngAfterViewInit(): void;
19
+ onChange: any;
20
+ onTouch: any;
21
+ writeValue(value: any): void;
22
+ registerOnChange(fn: any): void;
23
+ registerOnTouched(fn: any): void;
24
+ blurChange(e: any): void;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsInputComponent, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsInputComponent, "ecabs-input", never, { "digitsOnly": { "alias": "digitsOnly"; "required": false; }; "allowDecimal": { "alias": "allowDecimal"; "required": false; }; "allowHyphen": { "alias": "allowHyphen"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; }, { "onblur": "onblur"; }, never, ["mat-icon", ".suffix"], false, never>;
27
+ }
@@ -1,12 +1,12 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./ecabs-input.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/legacy-input";
5
- import * as i4 from "../base/element-wrapper/element-wrapper.module";
6
- import * as i5 from "@angular/forms";
7
- import * as i6 from "../base/directives/digits-only.directive.module";
8
- export declare class EcabsInputModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsInputModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsInputModule, [typeof i1.EcabsInputComponent], [typeof i2.CommonModule, typeof i3.MatLegacyInputModule, typeof i4.ElementWrapperModule, typeof i5.FormsModule, typeof i6.DigitsOnlyDirectivesModule], [typeof i1.EcabsInputComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<EcabsInputModule>;
12
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ecabs-input.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/legacy-input";
5
+ import * as i4 from "../base/element-wrapper/element-wrapper.module";
6
+ import * as i5 from "@angular/forms";
7
+ import * as i6 from "../base/directives/digits-only.directive.module";
8
+ export declare class EcabsInputModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsInputModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsInputModule, [typeof i1.EcabsInputComponent], [typeof i2.CommonModule, typeof i3.MatLegacyInputModule, typeof i4.ElementWrapperModule, typeof i5.FormsModule, typeof i6.DigitsOnlyDirectivesModule], [typeof i1.EcabsInputComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<EcabsInputModule>;
12
+ }
@@ -1,20 +1,20 @@
1
- import { EventEmitter, OnChanges } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class EcabsLanguageSelectorComponent implements OnChanges {
4
- languages: string[];
5
- currentLanguage: string;
6
- showLabelTitle: boolean;
7
- flagOnly: boolean;
8
- tooltip: string;
9
- languageChanged: EventEmitter<string>;
10
- selectedLang: string;
11
- get panelClass(): string;
12
- ngOnChanges(): void;
13
- toggleLang(): void;
14
- matchSelected(): string;
15
- standardLang(code: string): string;
16
- flagClass(lang: string): string;
17
- private standardise;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsLanguageSelectorComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<EcabsLanguageSelectorComponent, "ecabs-language-selector", never, { "languages": { "alias": "languages"; "required": false; }; "currentLanguage": { "alias": "currentLanguage"; "required": false; }; "showLabelTitle": { "alias": "showLabelTitle"; "required": false; }; "flagOnly": { "alias": "flagOnly"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, { "languageChanged": "languageChanged"; }, never, never, false, never>;
20
- }
1
+ import { EventEmitter, OnChanges } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class EcabsLanguageSelectorComponent implements OnChanges {
4
+ languages: string[];
5
+ currentLanguage: string;
6
+ showLabelTitle: boolean;
7
+ flagOnly: boolean;
8
+ tooltip: string;
9
+ languageChanged: EventEmitter<string>;
10
+ selectedLang: string;
11
+ get panelClass(): string;
12
+ ngOnChanges(): void;
13
+ toggleLang(): void;
14
+ matchSelected(): string;
15
+ standardLang(code: string): string;
16
+ flagClass(lang: string): string;
17
+ private standardise;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsLanguageSelectorComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsLanguageSelectorComponent, "ecabs-language-selector", never, { "languages": { "alias": "languages"; "required": false; }; "currentLanguage": { "alias": "currentLanguage"; "required": false; }; "showLabelTitle": { "alias": "showLabelTitle"; "required": false; }; "flagOnly": { "alias": "flagOnly"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, { "languageChanged": "languageChanged"; }, never, never, false, never>;
20
+ }
@@ -1,12 +1,12 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./ecabs-language-selector.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/legacy-select";
5
- import * as i4 from "@angular/material/legacy-form-field";
6
- import * as i5 from "@angular/forms";
7
- import * as i6 from "@angular/material/legacy-tooltip";
8
- export declare class EcabsLanguageSelectorModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsLanguageSelectorModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsLanguageSelectorModule, [typeof i1.EcabsLanguageSelectorComponent], [typeof i2.CommonModule, typeof i3.MatLegacySelectModule, typeof i4.MatLegacyFormFieldModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.MatLegacyTooltipModule], [typeof i1.EcabsLanguageSelectorComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<EcabsLanguageSelectorModule>;
12
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ecabs-language-selector.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/legacy-select";
5
+ import * as i4 from "@angular/material/legacy-form-field";
6
+ import * as i5 from "@angular/forms";
7
+ import * as i6 from "@angular/material/legacy-tooltip";
8
+ export declare class EcabsLanguageSelectorModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsLanguageSelectorModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsLanguageSelectorModule, [typeof i1.EcabsLanguageSelectorComponent], [typeof i2.CommonModule, typeof i3.MatLegacySelectModule, typeof i4.MatLegacyFormFieldModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.MatLegacyTooltipModule], [typeof i1.EcabsLanguageSelectorComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<EcabsLanguageSelectorModule>;
12
+ }
@@ -1,8 +1,8 @@
1
- import * as i0 from "@angular/core";
2
- export declare class EcabsLoadingComponent {
3
- loading: boolean;
4
- backgroundColor: string;
5
- size: 'large' | 'medium' | 'tiny';
6
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsLoadingComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<EcabsLoadingComponent, "ecabs-loading", never, { "loading": { "alias": "loading"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
8
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class EcabsLoadingComponent {
3
+ loading: boolean;
4
+ backgroundColor: string;
5
+ size: 'large' | 'medium' | 'tiny';
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsLoadingComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsLoadingComponent, "ecabs-loading", never, { "loading": { "alias": "loading"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
8
+ }
@@ -1,9 +1,9 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./ecabs-loading.component";
3
- import * as i2 from "./spinner/spinner.component";
4
- import * as i3 from "@angular/common";
5
- export declare class EcabsLoadingModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsLoadingModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsLoadingModule, [typeof i1.EcabsLoadingComponent, typeof i2.EcabsSpinnerComponent], [typeof i3.CommonModule], [typeof i1.EcabsLoadingComponent, typeof i2.EcabsSpinnerComponent]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<EcabsLoadingModule>;
9
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ecabs-loading.component";
3
+ import * as i2 from "./spinner/spinner.component";
4
+ import * as i3 from "@angular/common";
5
+ export declare class EcabsLoadingModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsLoadingModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsLoadingModule, [typeof i1.EcabsLoadingComponent, typeof i2.EcabsSpinnerComponent], [typeof i3.CommonModule], [typeof i1.EcabsLoadingComponent, typeof i2.EcabsSpinnerComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<EcabsLoadingModule>;
9
+ }
@@ -1,6 +1,6 @@
1
- import * as i0 from "@angular/core";
2
- export declare class EcabsSpinnerComponent {
3
- size: 'large' | 'medium' | 'tiny';
4
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsSpinnerComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<EcabsSpinnerComponent, "ecabs-loading-spinner", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
6
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class EcabsSpinnerComponent {
3
+ size: 'large' | 'medium' | 'tiny';
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsSpinnerComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsSpinnerComponent, "ecabs-loading-spinner", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
6
+ }
@@ -1,7 +1,7 @@
1
- import * as i0 from "@angular/core";
2
- export declare class NoteComponent {
3
- type: 'default' | 'danger' | 'warn' | 'success';
4
- get classByType(): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<NoteComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<NoteComponent, "ecabs-note", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
7
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class NoteComponent {
3
+ type: 'default' | 'danger' | 'warn' | 'success';
4
+ get classByType(): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<NoteComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<NoteComponent, "ecabs-note", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
7
+ }
@@ -1,9 +1,9 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./ecabs-note.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/icon";
5
- export declare class NoteModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<NoteModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<NoteModule, [typeof i1.NoteComponent], [typeof i2.CommonModule, typeof i3.MatIconModule], [typeof i1.NoteComponent]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<NoteModule>;
9
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ecabs-note.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/icon";
5
+ export declare class NoteModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NoteModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NoteModule, [typeof i1.NoteComponent], [typeof i2.CommonModule, typeof i3.MatIconModule], [typeof i1.NoteComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<NoteModule>;
9
+ }
@@ -1,33 +1,33 @@
1
- import { AfterViewInit, Injector, OnDestroy, OnInit } from '@angular/core';
2
- import { ControlValueAccessor, UntypedFormGroup } from '@angular/forms';
3
- import { NgxMatIntlTelInputComponent } from 'ngx-mat-intl-tel-input';
4
- import ElementBaseComponent from '../base/element-base';
5
- import * as i0 from "@angular/core";
6
- export declare class EcabsPhoneComponent extends ElementBaseComponent implements ControlValueAccessor, AfterViewInit, OnDestroy, OnInit {
7
- private readonly injector;
8
- preferredCountries: string[];
9
- enablePlaceholder: boolean;
10
- enableSearch: boolean;
11
- useOnlyDisabledClass: boolean;
12
- required: boolean;
13
- phoneInput: NgxMatIntlTelInputComponent;
14
- phoneForm: UntypedFormGroup;
15
- phoneSub: any;
16
- prohibitedCharacters: string[];
17
- get value(): any;
18
- set value(val: any);
19
- constructor(injector: Injector);
20
- onInput(event: KeyboardEvent): void;
21
- ngOnInit(): void;
22
- ngAfterViewInit(): void;
23
- onChange: any;
24
- onTouch: any;
25
- writeValue(value: any): void;
26
- registerOnChange(fn: any): void;
27
- registerOnTouched(fn: any): void;
28
- ngOnDestroy(): void;
29
- reset(): void;
30
- onBlur(): void;
31
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsPhoneComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<EcabsPhoneComponent, "ecabs-phone", never, { "preferredCountries": { "alias": "preferredCountries"; "required": false; }; "enablePlaceholder": { "alias": "enablePlaceholder"; "required": false; }; "enableSearch": { "alias": "enableSearch"; "required": false; }; "useOnlyDisabledClass": { "alias": "useOnlyDisabledClass"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, {}, never, never, false, never>;
33
- }
1
+ import { AfterViewInit, Injector, OnDestroy, OnInit } from '@angular/core';
2
+ import { ControlValueAccessor, UntypedFormGroup } from '@angular/forms';
3
+ import { NgxMatIntlTelInputComponent } from 'ngx-mat-intl-tel-input';
4
+ import ElementBaseComponent from '../base/element-base';
5
+ import * as i0 from "@angular/core";
6
+ export declare class EcabsPhoneComponent extends ElementBaseComponent implements ControlValueAccessor, AfterViewInit, OnDestroy, OnInit {
7
+ private readonly injector;
8
+ preferredCountries: string[];
9
+ enablePlaceholder: boolean;
10
+ enableSearch: boolean;
11
+ useOnlyDisabledClass: boolean;
12
+ required: boolean;
13
+ phoneInput: NgxMatIntlTelInputComponent;
14
+ phoneForm: UntypedFormGroup;
15
+ phoneSub: any;
16
+ prohibitedCharacters: string[];
17
+ get value(): any;
18
+ set value(val: any);
19
+ constructor(injector: Injector);
20
+ onInput(event: KeyboardEvent): void;
21
+ ngOnInit(): void;
22
+ ngAfterViewInit(): void;
23
+ onChange: any;
24
+ onTouch: any;
25
+ writeValue(value: any): void;
26
+ registerOnChange(fn: any): void;
27
+ registerOnTouched(fn: any): void;
28
+ ngOnDestroy(): void;
29
+ reset(): void;
30
+ onBlur(): void;
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsPhoneComponent, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsPhoneComponent, "ecabs-phone", never, { "preferredCountries": { "alias": "preferredCountries"; "required": false; }; "enablePlaceholder": { "alias": "enablePlaceholder"; "required": false; }; "enableSearch": { "alias": "enableSearch"; "required": false; }; "useOnlyDisabledClass": { "alias": "useOnlyDisabledClass"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, {}, never, never, false, never>;
33
+ }