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
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="ecabs-components" />
5
- export * from './public-api';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="ecabs-components" />
5
+ export * from './public-api';
@@ -1,7 +1,7 @@
1
- export declare function createAutoCorrectedDatePipe(dateFormat?: string, { minYear, maxYear }?: {
2
- minYear?: number;
3
- maxYear?: number;
4
- }): (conformedValue: any) => false | {
5
- value: any;
6
- indexesOfPipedChars: any[];
7
- };
1
+ export declare function createAutoCorrectedDatePipe(dateFormat?: string, { minYear, maxYear }?: {
2
+ minYear?: number;
3
+ maxYear?: number;
4
+ }): (conformedValue: any) => false | {
5
+ value: any;
6
+ indexesOfPipedChars: any[];
7
+ };
@@ -1,16 +1,16 @@
1
- import { ElementRef, OnDestroy, OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MaskDateDirective implements OnInit, OnDestroy {
4
- private readonly element;
5
- isDateTimeMask: boolean;
6
- considerSeconds: boolean;
7
- maskedInputController: any;
8
- mask: (string | RegExp)[];
9
- maskDateTime: (string | RegExp)[];
10
- maskDateTimeWithSeconds: (string | RegExp)[];
11
- constructor(element: ElementRef);
12
- ngOnInit(): void;
13
- ngOnDestroy(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<MaskDateDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<MaskDateDirective, "[appMaskDate]", never, { "isDateTimeMask": { "alias": "isDateTimeMask"; "required": false; }; "considerSeconds": { "alias": "considerSeconds"; "required": false; }; }, {}, never, never, false, never>;
16
- }
1
+ import { ElementRef, OnDestroy, OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MaskDateDirective implements OnInit, OnDestroy {
4
+ private readonly element;
5
+ isDateTimeMask: boolean;
6
+ considerSeconds: boolean;
7
+ maskedInputController: any;
8
+ mask: (string | RegExp)[];
9
+ maskDateTime: (string | RegExp)[];
10
+ maskDateTimeWithSeconds: (string | RegExp)[];
11
+ constructor(element: ElementRef);
12
+ ngOnInit(): void;
13
+ ngOnDestroy(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<MaskDateDirective, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MaskDateDirective, "[appMaskDate]", never, { "isDateTimeMask": { "alias": "isDateTimeMask"; "required": false; }; "considerSeconds": { "alias": "considerSeconds"; "required": false; }; }, {}, never, never, false, never>;
16
+ }
@@ -1,8 +1,8 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./date-mask.directive";
3
- import * as i2 from "@angular/common";
4
- export declare class MaskDateDirectiveModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<MaskDateDirectiveModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<MaskDateDirectiveModule, [typeof i1.MaskDateDirective], [typeof i2.CommonModule], [typeof i1.MaskDateDirective]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<MaskDateDirectiveModule>;
8
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./date-mask.directive";
3
+ import * as i2 from "@angular/common";
4
+ export declare class MaskDateDirectiveModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MaskDateDirectiveModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MaskDateDirectiveModule, [typeof i1.MaskDateDirective], [typeof i2.CommonModule], [typeof i1.MaskDateDirective]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<MaskDateDirectiveModule>;
8
+ }
@@ -1,26 +1,26 @@
1
- import { ElementRef, OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class DigitsOnlyDirective implements OnInit {
4
- el: ElementRef;
5
- digitsOnly: boolean;
6
- allowHyphen: boolean;
7
- decimal?: boolean;
8
- decimalSeparator?: string;
9
- unit?: number;
10
- inputElement: HTMLInputElement;
11
- minus: string;
12
- minusCounter: number;
13
- regex: RegExp;
14
- private decimalCounter;
15
- private readonly navigationKeys;
16
- constructor(el: ElementRef);
17
- onKeyDown(e: KeyboardEvent): void;
18
- onKeyUp(): void;
19
- onPaste(event: ClipboardEvent): void;
20
- ngOnInit(): void;
21
- private pasteData;
22
- private sanitizeInput;
23
- private isValidDecimal;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<DigitsOnlyDirective, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<DigitsOnlyDirective, "[appDigitsOnly]", never, { "digitsOnly": { "alias": "digitsOnly"; "required": false; }; "allowHyphen": { "alias": "allowHyphen"; "required": false; }; "decimal": { "alias": "decimal"; "required": false; }; "decimalSeparator": { "alias": "decimalSeparator"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; }, {}, never, never, false, never>;
26
- }
1
+ import { ElementRef, OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class DigitsOnlyDirective implements OnInit {
4
+ el: ElementRef;
5
+ digitsOnly: boolean;
6
+ allowHyphen: boolean;
7
+ decimal?: boolean;
8
+ decimalSeparator?: string;
9
+ unit?: number;
10
+ inputElement: HTMLInputElement;
11
+ minus: string;
12
+ minusCounter: number;
13
+ regex: RegExp;
14
+ private decimalCounter;
15
+ private readonly navigationKeys;
16
+ constructor(el: ElementRef);
17
+ onKeyDown(e: KeyboardEvent): void;
18
+ onKeyUp(): void;
19
+ onPaste(event: ClipboardEvent): void;
20
+ ngOnInit(): void;
21
+ private pasteData;
22
+ private sanitizeInput;
23
+ private isValidDecimal;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<DigitsOnlyDirective, never>;
25
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DigitsOnlyDirective, "[appDigitsOnly]", never, { "digitsOnly": { "alias": "digitsOnly"; "required": false; }; "allowHyphen": { "alias": "allowHyphen"; "required": false; }; "decimal": { "alias": "decimal"; "required": false; }; "decimalSeparator": { "alias": "decimalSeparator"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; }, {}, never, never, false, never>;
26
+ }
@@ -1,8 +1,8 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./digits-only.directive";
3
- import * as i2 from "@angular/common";
4
- export declare class DigitsOnlyDirectivesModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<DigitsOnlyDirectivesModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<DigitsOnlyDirectivesModule, [typeof i1.DigitsOnlyDirective], [typeof i2.CommonModule], [typeof i1.DigitsOnlyDirective]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<DigitsOnlyDirectivesModule>;
8
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./digits-only.directive";
3
+ import * as i2 from "@angular/common";
4
+ export declare class DigitsOnlyDirectivesModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<DigitsOnlyDirectivesModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DigitsOnlyDirectivesModule, [typeof i1.DigitsOnlyDirective], [typeof i2.CommonModule], [typeof i1.DigitsOnlyDirective]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<DigitsOnlyDirectivesModule>;
8
+ }
@@ -1,13 +1,13 @@
1
- import { ElementRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class NumberBorderDirective {
4
- el: ElementRef;
5
- maxValue: number;
6
- minValue: number;
7
- inputElement: HTMLInputElement;
8
- constructor(el: ElementRef);
9
- onKeyUp(e: any): void;
10
- private sanitizeInput;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<NumberBorderDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<NumberBorderDirective, "[appNumberBorder]", never, { "maxValue": { "alias": "maxValue"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; }, {}, never, never, false, never>;
13
- }
1
+ import { ElementRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class NumberBorderDirective {
4
+ el: ElementRef;
5
+ maxValue: number;
6
+ minValue: number;
7
+ inputElement: HTMLInputElement;
8
+ constructor(el: ElementRef);
9
+ onKeyUp(e: any): void;
10
+ private sanitizeInput;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<NumberBorderDirective, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NumberBorderDirective, "[appNumberBorder]", never, { "maxValue": { "alias": "maxValue"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; }, {}, never, never, false, never>;
13
+ }
@@ -1,8 +1,8 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./number-border.directive";
3
- import * as i2 from "@angular/common";
4
- export declare class NumberBorderDirectiveModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<NumberBorderDirectiveModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<NumberBorderDirectiveModule, [typeof i1.NumberBorderDirective], [typeof i2.CommonModule], [typeof i1.NumberBorderDirective]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<NumberBorderDirectiveModule>;
8
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./number-border.directive";
3
+ import * as i2 from "@angular/common";
4
+ export declare class NumberBorderDirectiveModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<NumberBorderDirectiveModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NumberBorderDirectiveModule, [typeof i1.NumberBorderDirective], [typeof i2.CommonModule], [typeof i1.NumberBorderDirective]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<NumberBorderDirectiveModule>;
8
+ }
@@ -1,28 +1,28 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { UntypedFormControl } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export default class ElementBaseComponent {
5
- type: string;
6
- name: string;
7
- label: string;
8
- placeholder: string;
9
- validationLabel: string;
10
- disabled: boolean;
11
- showValidation: boolean;
12
- showValidationOnNotTouched: boolean;
13
- hideValidationMessage: boolean;
14
- iconClass: string;
15
- loading: boolean;
16
- showHint: boolean;
17
- maxLength: number;
18
- tooltip: string;
19
- showAsterisk: boolean;
20
- focused: EventEmitter<any>;
21
- focusOuted: EventEmitter<any>;
22
- control: UntypedFormControl;
23
- required: boolean;
24
- getData(): any;
25
- private isRequired;
26
- static ɵfac: i0.ɵɵFactoryDeclaration<ElementBaseComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<ElementBaseComponent, "ng-component", never, { "type": { "alias": "type"; "required": false; }; "name": { "alias": "name"; "required": false; }; "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "validationLabel": { "alias": "validationLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "showValidation": { "alias": "showValidation"; "required": false; }; "showValidationOnNotTouched": { "alias": "showValidationOnNotTouched"; "required": false; }; "hideValidationMessage": { "alias": "hideValidationMessage"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "showHint": { "alias": "showHint"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "showAsterisk": { "alias": "showAsterisk"; "required": false; }; }, { "focused": "focused"; "focusOuted": "focusOuted"; }, never, never, false, never>;
28
- }
1
+ import { EventEmitter } from '@angular/core';
2
+ import { UntypedFormControl } from '@angular/forms';
3
+ import * as i0 from "@angular/core";
4
+ export default class ElementBaseComponent {
5
+ type: string;
6
+ name: string;
7
+ label: string;
8
+ placeholder: string;
9
+ validationLabel: string;
10
+ disabled: boolean;
11
+ showValidation: boolean;
12
+ showValidationOnNotTouched: boolean;
13
+ hideValidationMessage: boolean;
14
+ iconClass: string;
15
+ loading: boolean;
16
+ showHint: boolean;
17
+ maxLength: number;
18
+ tooltip: string;
19
+ showAsterisk: boolean;
20
+ focused: EventEmitter<any>;
21
+ focusOuted: EventEmitter<any>;
22
+ control: UntypedFormControl;
23
+ required: boolean;
24
+ getData(): any;
25
+ private isRequired;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<ElementBaseComponent, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<ElementBaseComponent, "ng-component", never, { "type": { "alias": "type"; "required": false; }; "name": { "alias": "name"; "required": false; }; "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "validationLabel": { "alias": "validationLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "showValidation": { "alias": "showValidation"; "required": false; }; "showValidationOnNotTouched": { "alias": "showValidationOnNotTouched"; "required": false; }; "hideValidationMessage": { "alias": "hideValidationMessage"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "showHint": { "alias": "showHint"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "showAsterisk": { "alias": "showAsterisk"; "required": false; }; }, { "focused": "focused"; "focusOuted": "focusOuted"; }, never, never, false, never>;
28
+ }
@@ -1,19 +1,19 @@
1
- import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class ElementWrapperComponent {
4
- data: any;
5
- showCloseIcon: boolean;
6
- focusedFlag: any;
7
- showPassword: boolean;
8
- control: any;
9
- showHidePassword: EventEmitter<any>;
10
- clear: EventEmitter<any>;
11
- increase: EventEmitter<any>;
12
- decrease: EventEmitter<any>;
13
- showHidePasswordFn(event: any): void;
14
- clearFn(): void;
15
- increaseFn(): void;
16
- decreaseFn(): void;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<ElementWrapperComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<ElementWrapperComponent, "app-element-wrapper", never, { "data": { "alias": "data"; "required": false; }; "showCloseIcon": { "alias": "showCloseIcon"; "required": false; }; "focusedFlag": { "alias": "focusedFlag"; "required": false; }; "showPassword": { "alias": "showPassword"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "showHidePassword": "showHidePassword"; "clear": "clear"; "increase": "increase"; "decrease": "decrease"; }, never, ["*"], false, never>;
19
- }
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ElementWrapperComponent {
4
+ data: any;
5
+ showCloseIcon: boolean;
6
+ focusedFlag: any;
7
+ showPassword: boolean;
8
+ control: any;
9
+ showHidePassword: EventEmitter<any>;
10
+ clear: EventEmitter<any>;
11
+ increase: EventEmitter<any>;
12
+ decrease: EventEmitter<any>;
13
+ showHidePasswordFn(event: any): void;
14
+ clearFn(): void;
15
+ increaseFn(): void;
16
+ decreaseFn(): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<ElementWrapperComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<ElementWrapperComponent, "app-element-wrapper", never, { "data": { "alias": "data"; "required": false; }; "showCloseIcon": { "alias": "showCloseIcon"; "required": false; }; "focusedFlag": { "alias": "focusedFlag"; "required": false; }; "showPassword": { "alias": "showPassword"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "showHidePassword": "showHidePassword"; "clear": "clear"; "increase": "increase"; "decrease": "decrease"; }, never, ["*"], false, never>;
19
+ }
@@ -1,16 +1,16 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./element-wrapper.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "../../ecabs-loading/ecabs-loading.module";
6
- import * as i5 from "../validation/validation.module";
7
- import * as i6 from "@angular/material/legacy-form-field";
8
- import * as i7 from "@angular/material/legacy-input";
9
- import * as i8 from "@angular/material/icon";
10
- import * as i9 from "@angular/material/legacy-tooltip";
11
- import * as i10 from "../hint/hint.module";
12
- export declare class ElementWrapperModule {
13
- static ɵfac: i0.ɵɵFactoryDeclaration<ElementWrapperModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<ElementWrapperModule, [typeof i1.ElementWrapperComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.EcabsLoadingModule, typeof i5.ValidationModule, typeof i6.MatLegacyFormFieldModule, typeof i7.MatLegacyInputModule, typeof i8.MatIconModule, typeof i9.MatLegacyTooltipModule, typeof i10.HintModule], [typeof i1.ElementWrapperComponent]>;
15
- static ɵinj: i0.ɵɵInjectorDeclaration<ElementWrapperModule>;
16
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./element-wrapper.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "../../ecabs-loading/ecabs-loading.module";
6
+ import * as i5 from "../validation/validation.module";
7
+ import * as i6 from "@angular/material/legacy-form-field";
8
+ import * as i7 from "@angular/material/legacy-input";
9
+ import * as i8 from "@angular/material/icon";
10
+ import * as i9 from "@angular/material/legacy-tooltip";
11
+ import * as i10 from "../hint/hint.module";
12
+ export declare class ElementWrapperModule {
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<ElementWrapperModule, never>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ElementWrapperModule, [typeof i1.ElementWrapperComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.EcabsLoadingModule, typeof i5.ValidationModule, typeof i6.MatLegacyFormFieldModule, typeof i7.MatLegacyInputModule, typeof i8.MatIconModule, typeof i9.MatLegacyTooltipModule, typeof i10.HintModule], [typeof i1.ElementWrapperComponent]>;
15
+ static ɵinj: i0.ɵɵInjectorDeclaration<ElementWrapperModule>;
16
+ }
@@ -1,8 +1,8 @@
1
- import * as i0 from "@angular/core";
2
- export declare class HintComponent {
3
- element: any;
4
- maxValue: number;
5
- showHint: boolean;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<HintComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<HintComponent, "app-hint", never, { "element": { "alias": "element"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "showHint": { "alias": "showHint"; "required": false; }; }, {}, never, never, false, never>;
8
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class HintComponent {
3
+ element: any;
4
+ maxValue: number;
5
+ showHint: boolean;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<HintComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<HintComponent, "app-hint", never, { "element": { "alias": "element"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "showHint": { "alias": "showHint"; "required": false; }; }, {}, never, never, false, never>;
8
+ }
@@ -1,10 +1,10 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./hint.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "@angular/material/legacy-form-field";
6
- export declare class HintModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<HintModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<HintModule, [typeof i1.HintComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MatLegacyFormFieldModule], [typeof i1.HintComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<HintModule>;
10
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./hint.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "@angular/material/legacy-form-field";
6
+ export declare class HintModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<HintModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HintModule, [typeof i1.HintComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MatLegacyFormFieldModule], [typeof i1.HintComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<HintModule>;
10
+ }
@@ -1,24 +1,24 @@
1
- import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
2
- import { EcabsComponentsConfig, EcabsComponentsService } from '../../services/ecabs-components.service';
3
- import * as i0 from "@angular/core";
4
- export declare class ValidationComponent implements OnInit, OnChanges {
5
- private ecabsService;
6
- element: any;
7
- label: string;
8
- showValidationOnNotTouched: boolean;
9
- updatedErrors: {
10
- type: string;
11
- message: string;
12
- }[];
13
- config: EcabsComponentsConfig;
14
- private _messages;
15
- get messages(): any;
16
- set messages(m: any);
17
- constructor(ecabsService: EcabsComponentsService);
18
- ngOnInit(): void;
19
- ngOnChanges(changes: SimpleChanges): void;
20
- replaceTokens(message: string): string;
21
- getMessageDetail(key: any): string;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<ValidationComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<ValidationComponent, "app-validations-messages", never, { "element": { "alias": "element"; "required": false; }; "label": { "alias": "label"; "required": false; }; "showValidationOnNotTouched": { "alias": "showValidationOnNotTouched"; "required": false; }; "updatedErrors": { "alias": "updatedErrors"; "required": false; }; }, {}, never, never, false, never>;
24
- }
1
+ import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
2
+ import { EcabsComponentsConfig, EcabsComponentsService } from '../../services/ecabs-components.service';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ValidationComponent implements OnInit, OnChanges {
5
+ private ecabsService;
6
+ element: any;
7
+ label: string;
8
+ showValidationOnNotTouched: boolean;
9
+ updatedErrors: {
10
+ type: string;
11
+ message: string;
12
+ }[];
13
+ config: EcabsComponentsConfig;
14
+ private _messages;
15
+ get messages(): any;
16
+ set messages(m: any);
17
+ constructor(ecabsService: EcabsComponentsService);
18
+ ngOnInit(): void;
19
+ ngOnChanges(changes: SimpleChanges): void;
20
+ replaceTokens(message: string): string;
21
+ getMessageDetail(key: any): string;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<ValidationComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<ValidationComponent, "app-validations-messages", never, { "element": { "alias": "element"; "required": false; }; "label": { "alias": "label"; "required": false; }; "showValidationOnNotTouched": { "alias": "showValidationOnNotTouched"; "required": false; }; "updatedErrors": { "alias": "updatedErrors"; "required": false; }; }, {}, never, never, false, never>;
24
+ }
@@ -1,10 +1,10 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./validation.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "@angular/material/legacy-form-field";
6
- export declare class ValidationModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<ValidationModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<ValidationModule, [typeof i1.ValidationComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MatLegacyFormFieldModule], [typeof i1.ValidationComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<ValidationModule>;
10
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./validation.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "@angular/material/legacy-form-field";
6
+ export declare class ValidationModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ValidationModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ValidationModule, [typeof i1.ValidationComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MatLegacyFormFieldModule], [typeof i1.ValidationComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<ValidationModule>;
10
+ }
@@ -1,7 +1,7 @@
1
- import { BreadCrumb } from '../models/bread-crumb';
2
- import * as i0 from "@angular/core";
3
- export declare class EcabsBreadcrumbComponent {
4
- breadCrumb: BreadCrumb[];
5
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsBreadcrumbComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<EcabsBreadcrumbComponent, "ecabs-breadcrumb", never, { "breadCrumb": { "alias": "breadCrumb"; "required": false; }; }, {}, never, never, false, never>;
7
- }
1
+ import { BreadCrumb } from '../models/bread-crumb';
2
+ import * as i0 from "@angular/core";
3
+ export declare class EcabsBreadcrumbComponent {
4
+ breadCrumb: BreadCrumb[];
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsBreadcrumbComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsBreadcrumbComponent, "ecabs-breadcrumb", never, { "breadCrumb": { "alias": "breadCrumb"; "required": false; }; }, {}, never, never, false, never>;
7
+ }
@@ -1,10 +1,10 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./ecabs-breadcrumb.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/icon";
5
- import * as i4 from "@angular/router";
6
- export declare class EcabsBreadcrumbModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsBreadcrumbModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsBreadcrumbModule, [typeof i1.EcabsBreadcrumbComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.RouterModule], [typeof i1.EcabsBreadcrumbComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<EcabsBreadcrumbModule>;
10
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ecabs-breadcrumb.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/icon";
5
+ import * as i4 from "@angular/router";
6
+ export declare class EcabsBreadcrumbModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsBreadcrumbModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsBreadcrumbModule, [typeof i1.EcabsBreadcrumbComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.RouterModule], [typeof i1.EcabsBreadcrumbComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<EcabsBreadcrumbModule>;
10
+ }
@@ -1,20 +1,20 @@
1
- import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
- import { ThemePalette } from '@angular/material/core';
3
- import * as i0 from "@angular/core";
4
- export declare class ButtonsComponent implements OnInit, OnChanges {
5
- label: string;
6
- disabled: boolean;
7
- loading: boolean;
8
- size: 'default' | 'large';
9
- type: 'button' | 'submit';
10
- raised: boolean;
11
- stroked: boolean;
12
- full: boolean;
13
- color: ThemePalette | 'success' | null;
14
- borderWidth: string;
15
- classAttr: string;
16
- ngOnInit(): void;
17
- ngOnChanges(changes: SimpleChanges): void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<ButtonsComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonsComponent, "ecabs-buttons", never, { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "raised": { "alias": "raised"; "required": false; }; "stroked": { "alias": "stroked"; "required": false; }; "full": { "alias": "full"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["mat-icon", "*"], false, never>;
20
- }
1
+ import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
+ import { ThemePalette } from '@angular/material/core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ButtonsComponent implements OnInit, OnChanges {
5
+ label: string;
6
+ disabled: boolean;
7
+ loading: boolean;
8
+ size: 'default' | 'large';
9
+ type: 'button' | 'submit';
10
+ raised: boolean;
11
+ stroked: boolean;
12
+ full: boolean;
13
+ color: ThemePalette | 'success' | null;
14
+ borderWidth: string;
15
+ classAttr: string;
16
+ ngOnInit(): void;
17
+ ngOnChanges(changes: SimpleChanges): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<ButtonsComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonsComponent, "ecabs-buttons", never, { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "raised": { "alias": "raised"; "required": false; }; "stroked": { "alias": "stroked"; "required": false; }; "full": { "alias": "full"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["mat-icon", "*"], false, never>;
20
+ }
@@ -1,11 +1,11 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./ecabs-buttons.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/legacy-button";
5
- import * as i4 from "../ecabs-loading/ecabs-loading.module";
6
- import * as i5 from "@angular/material/icon";
7
- export declare class EcabsButtonsModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsButtonsModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsButtonsModule, [typeof i1.ButtonsComponent], [typeof i2.CommonModule, typeof i3.MatLegacyButtonModule, typeof i4.EcabsLoadingModule, typeof i5.MatIconModule], [typeof i1.ButtonsComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<EcabsButtonsModule>;
11
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ecabs-buttons.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/legacy-button";
5
+ import * as i4 from "../ecabs-loading/ecabs-loading.module";
6
+ import * as i5 from "@angular/material/icon";
7
+ export declare class EcabsButtonsModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsButtonsModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsButtonsModule, [typeof i1.ButtonsComponent], [typeof i2.CommonModule, typeof i3.MatLegacyButtonModule, typeof i4.EcabsLoadingModule, typeof i5.MatIconModule], [typeof i1.ButtonsComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<EcabsButtonsModule>;
11
+ }
@@ -1,29 +1,31 @@
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 EcabsCheckboxToggleComponent extends ElementBaseComponent implements ControlValueAccessor, AfterViewInit {
6
- private readonly injector;
7
- type: 'checkbox' | 'toggle';
8
- text: string;
9
- labelPosition: 'before' | 'after';
10
- indeterminate: boolean;
11
- checked: boolean;
12
- click: EventEmitter<any>;
13
- changed: EventEmitter<any>;
14
- val: boolean;
15
- get value(): boolean;
16
- set value(val: boolean);
17
- constructor(injector: Injector);
18
- onChange: any;
19
- onTouch: any;
20
- ngAfterViewInit(): void;
21
- change(event: any): void;
22
- onClick($event: any): void;
23
- onBlur(): void;
24
- writeValue(value: any): void;
25
- registerOnChange(fn: any): void;
26
- registerOnTouched(fn: any): void;
27
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsCheckboxToggleComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<EcabsCheckboxToggleComponent, "ecabs-checkbox", never, { "type": { "alias": "type"; "required": false; }; "text": { "alias": "text"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, { "click": "click"; "changed": "changed"; }, never, never, false, never>;
29
- }
1
+ import { AfterViewInit, EventEmitter, Injector, OnChanges, SimpleChanges } 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 EcabsCheckboxToggleComponent extends ElementBaseComponent implements ControlValueAccessor, AfterViewInit, OnChanges {
6
+ private readonly injector;
7
+ type: 'checkbox' | 'toggle';
8
+ text: string;
9
+ readonly label: string;
10
+ labelPosition: 'before' | 'after';
11
+ indeterminate: boolean;
12
+ checked: boolean;
13
+ click: EventEmitter<any>;
14
+ changed: EventEmitter<any>;
15
+ val: boolean;
16
+ get value(): boolean;
17
+ set value(val: boolean);
18
+ constructor(injector: Injector);
19
+ onChange: any;
20
+ onTouch: any;
21
+ ngAfterViewInit(): void;
22
+ ngOnChanges(changes: SimpleChanges): void;
23
+ change(event: any): void;
24
+ onClick($event: any): void;
25
+ onBlur(): void;
26
+ writeValue(value: any): void;
27
+ registerOnChange(fn: any): void;
28
+ registerOnTouched(fn: any): void;
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsCheckboxToggleComponent, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsCheckboxToggleComponent, "ecabs-checkbox", never, { "type": { "alias": "type"; "required": false; }; "text": { "alias": "text"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, { "click": "click"; "changed": "changed"; }, never, never, false, never>;
31
+ }