monkey-front-components 0.0.625 → 0.0.626

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 (180) hide show
  1. package/README.md +24 -24
  2. package/esm2020/lib/components/base/base-component.mjs +335 -335
  3. package/esm2020/lib/components/base/base-dynamic-array.mjs +221 -221
  4. package/esm2020/lib/components/base/base-dynamic.mjs +102 -102
  5. package/esm2020/lib/components/base/base-scroll-component.mjs +55 -55
  6. package/esm2020/lib/components/base/base-validators.mjs +20 -20
  7. package/esm2020/lib/components/base/index.mjs +6 -6
  8. package/esm2020/lib/components/dynamic/button/button.component.mjs +52 -52
  9. package/esm2020/lib/components/dynamic/button/index.mjs +2 -2
  10. package/esm2020/lib/components/dynamic/dynamic-directive.mjs +95 -95
  11. package/esm2020/lib/components/dynamic/dynamic.module.mjs +84 -84
  12. package/esm2020/lib/components/dynamic/file-upload/file-upload.component.mjs +53 -53
  13. package/esm2020/lib/components/dynamic/file-upload/index.mjs +2 -2
  14. package/esm2020/lib/components/dynamic/form/dynamic-form-array.component.mjs +72 -72
  15. package/esm2020/lib/components/dynamic/form/dynamic-form.component.mjs +46 -46
  16. package/esm2020/lib/components/dynamic/form/index.mjs +3 -3
  17. package/esm2020/lib/components/dynamic/index.mjs +9 -9
  18. package/esm2020/lib/components/dynamic/input/index.mjs +2 -2
  19. package/esm2020/lib/components/dynamic/input/input.component.mjs +65 -65
  20. package/esm2020/lib/components/dynamic/input-phone/index.mjs +2 -2
  21. package/esm2020/lib/components/dynamic/input-phone/input-phone.component.mjs +65 -65
  22. package/esm2020/lib/components/dynamic/radio/index.mjs +2 -2
  23. package/esm2020/lib/components/dynamic/radio/radio.component.mjs +33 -33
  24. package/esm2020/lib/components/dynamic/select/index.mjs +2 -2
  25. package/esm2020/lib/components/dynamic/select/select.component.mjs +85 -85
  26. package/esm2020/lib/components/dynamic/select-search/index.mjs +2 -2
  27. package/esm2020/lib/components/dynamic/select-search/select-search.component.mjs +92 -92
  28. package/esm2020/lib/components/index.mjs +4 -4
  29. package/esm2020/lib/components/shared/filter/filter.component.mjs +144 -144
  30. package/esm2020/lib/components/shared/filter/filter.module.mjs +67 -67
  31. package/esm2020/lib/components/shared/filter/index.mjs +3 -3
  32. package/esm2020/lib/components/shared/filter/menu/index.mjs +2 -2
  33. package/esm2020/lib/components/shared/filter/menu/menu.component.mjs +120 -120
  34. package/esm2020/lib/components/shared/filter/menu/menu.module.mjs +70 -70
  35. package/esm2020/lib/components/shared/filter/options/children/children.component.mjs +50 -50
  36. package/esm2020/lib/components/shared/filter/options/children/index.mjs +2 -2
  37. package/esm2020/lib/components/shared/filter/options/currency/currency.component.mjs +46 -46
  38. package/esm2020/lib/components/shared/filter/options/currency/index.mjs +2 -2
  39. package/esm2020/lib/components/shared/filter/options/date-range/date-range.component.mjs +65 -65
  40. package/esm2020/lib/components/shared/filter/options/date-range/index.mjs +2 -2
  41. package/esm2020/lib/components/shared/filter/options/index.mjs +2 -2
  42. package/esm2020/lib/components/shared/filter/options/input/index.mjs +2 -2
  43. package/esm2020/lib/components/shared/filter/options/input/input.component.mjs +46 -46
  44. package/esm2020/lib/components/shared/filter/options/options.component.mjs +102 -102
  45. package/esm2020/lib/components/shared/filter/options/options.module.mjs +103 -103
  46. package/esm2020/lib/components/shared/filter/options/status/index.mjs +2 -2
  47. package/esm2020/lib/components/shared/filter/options/status/status.component.mjs +66 -66
  48. package/esm2020/lib/components/shared/filter/options/status-radio/index.mjs +2 -2
  49. package/esm2020/lib/components/shared/filter/options/status-radio/status-radio.component.mjs +37 -37
  50. package/esm2020/lib/components/shared/filter/selected/index.mjs +2 -2
  51. package/esm2020/lib/components/shared/filter/selected/item/children/children.component.mjs +57 -57
  52. package/esm2020/lib/components/shared/filter/selected/item/children/index.mjs +2 -2
  53. package/esm2020/lib/components/shared/filter/selected/item/currency/currency.component.mjs +28 -28
  54. package/esm2020/lib/components/shared/filter/selected/item/currency/index.mjs +2 -2
  55. package/esm2020/lib/components/shared/filter/selected/item/date-range/date-range.component.mjs +42 -42
  56. package/esm2020/lib/components/shared/filter/selected/item/date-range/index.mjs +2 -2
  57. package/esm2020/lib/components/shared/filter/selected/item/date-with-action/date-with-action.component.mjs +32 -32
  58. package/esm2020/lib/components/shared/filter/selected/item/date-with-action/index.mjs +2 -2
  59. package/esm2020/lib/components/shared/filter/selected/item/index.mjs +9 -9
  60. package/esm2020/lib/components/shared/filter/selected/item/input/index.mjs +2 -2
  61. package/esm2020/lib/components/shared/filter/selected/item/input/input.component.mjs +27 -27
  62. package/esm2020/lib/components/shared/filter/selected/item/item.component.mjs +75 -75
  63. package/esm2020/lib/components/shared/filter/selected/item/status/index.mjs +2 -2
  64. package/esm2020/lib/components/shared/filter/selected/item/status/status.component.mjs +38 -38
  65. package/esm2020/lib/components/shared/filter/selected/item/status-radio/index.mjs +2 -2
  66. package/esm2020/lib/components/shared/filter/selected/item/status-radio/status-radio.component.mjs +29 -29
  67. package/esm2020/lib/components/shared/filter/selected/selected.component.mjs +85 -85
  68. package/esm2020/lib/components/shared/filter/selected/selected.module.mjs +92 -92
  69. package/esm2020/lib/components/shared/index.mjs +5 -5
  70. package/esm2020/lib/components/shared/password-strength/index.mjs +3 -3
  71. package/esm2020/lib/components/shared/password-strength/password-strength.component.mjs +85 -85
  72. package/esm2020/lib/components/shared/password-strength/password-strength.mjs +2 -2
  73. package/esm2020/lib/components/shared/password-strength/password-strength.module.mjs +50 -50
  74. package/esm2020/lib/components/shared/products/filter/filter.component.mjs +36 -36
  75. package/esm2020/lib/components/shared/products/index.mjs +3 -3
  76. package/esm2020/lib/components/shared/products/products.component.mjs +91 -91
  77. package/esm2020/lib/components/shared/products/products.module.mjs +22 -22
  78. package/esm2020/lib/components/shared/products/providers/index.mjs +2 -2
  79. package/esm2020/lib/components/shared/products/providers/products.model.mjs +38 -38
  80. package/esm2020/lib/components/shared/progress-bar/index.mjs +4 -4
  81. package/esm2020/lib/components/shared/progress-bar/progress-bar.component.mjs +28 -28
  82. package/esm2020/lib/components/shared/progress-bar/progress-bar.module.mjs +18 -18
  83. package/esm2020/lib/components/shared/progress-bar/progress-bar.service.mjs +49 -49
  84. package/esm2020/lib/interfaces/field-config.mjs +2 -2
  85. package/esm2020/lib/interfaces/index.mjs +2 -2
  86. package/esm2020/monkey-front-components.mjs +4 -4
  87. package/esm2020/public-api.mjs +5 -5
  88. package/fesm2015/monkey-front-components.mjs +2932 -2932
  89. package/fesm2015/monkey-front-components.mjs.map +1 -1
  90. package/fesm2020/monkey-front-components.mjs +2908 -2908
  91. package/fesm2020/monkey-front-components.mjs.map +1 -1
  92. package/lib/components/base/base-component.d.ts +54 -54
  93. package/lib/components/base/base-dynamic-array.d.ts +34 -34
  94. package/lib/components/base/base-dynamic.d.ts +25 -25
  95. package/lib/components/base/base-scroll-component.d.ts +16 -16
  96. package/lib/components/base/base-validators.d.ts +1 -1
  97. package/lib/components/base/index.d.ts +5 -5
  98. package/lib/components/dynamic/button/button.component.d.ts +17 -17
  99. package/lib/components/dynamic/button/index.d.ts +1 -1
  100. package/lib/components/dynamic/dynamic-directive.d.ts +22 -22
  101. package/lib/components/dynamic/dynamic.module.d.ts +20 -20
  102. package/lib/components/dynamic/file-upload/file-upload.component.d.ts +17 -17
  103. package/lib/components/dynamic/file-upload/index.d.ts +1 -1
  104. package/lib/components/dynamic/form/dynamic-form-array.component.d.ts +16 -16
  105. package/lib/components/dynamic/form/dynamic-form.component.d.ts +14 -14
  106. package/lib/components/dynamic/form/index.d.ts +2 -2
  107. package/lib/components/dynamic/index.d.ts +8 -8
  108. package/lib/components/dynamic/input/index.d.ts +1 -1
  109. package/lib/components/dynamic/input/input.component.d.ts +20 -20
  110. package/lib/components/dynamic/input-phone/index.d.ts +1 -1
  111. package/lib/components/dynamic/input-phone/input-phone.component.d.ts +20 -20
  112. package/lib/components/dynamic/radio/index.d.ts +1 -1
  113. package/lib/components/dynamic/radio/radio.component.d.ts +11 -11
  114. package/lib/components/dynamic/select/index.d.ts +1 -1
  115. package/lib/components/dynamic/select/select.component.d.ts +17 -17
  116. package/lib/components/dynamic/select-search/index.d.ts +1 -1
  117. package/lib/components/dynamic/select-search/select-search.component.d.ts +19 -19
  118. package/lib/components/index.d.ts +3 -3
  119. package/lib/components/shared/filter/filter.component.d.ts +41 -41
  120. package/lib/components/shared/filter/filter.module.d.ts +14 -14
  121. package/lib/components/shared/filter/index.d.ts +2 -2
  122. package/lib/components/shared/filter/menu/index.d.ts +1 -1
  123. package/lib/components/shared/filter/menu/menu.component.d.ts +24 -24
  124. package/lib/components/shared/filter/menu/menu.module.d.ts +14 -14
  125. package/lib/components/shared/filter/options/children/children.component.d.ts +17 -17
  126. package/lib/components/shared/filter/options/children/index.d.ts +1 -1
  127. package/lib/components/shared/filter/options/currency/currency.component.d.ts +17 -17
  128. package/lib/components/shared/filter/options/currency/index.d.ts +1 -1
  129. package/lib/components/shared/filter/options/date-range/date-range.component.d.ts +24 -24
  130. package/lib/components/shared/filter/options/date-range/index.d.ts +1 -1
  131. package/lib/components/shared/filter/options/index.d.ts +1 -1
  132. package/lib/components/shared/filter/options/input/index.d.ts +1 -1
  133. package/lib/components/shared/filter/options/input/input.component.d.ts +17 -17
  134. package/lib/components/shared/filter/options/options.component.d.ts +28 -28
  135. package/lib/components/shared/filter/options/options.module.d.ts +19 -19
  136. package/lib/components/shared/filter/options/status/index.d.ts +1 -1
  137. package/lib/components/shared/filter/options/status/status.component.d.ts +19 -19
  138. package/lib/components/shared/filter/options/status-radio/index.d.ts +1 -1
  139. package/lib/components/shared/filter/options/status-radio/status-radio.component.d.ts +15 -15
  140. package/lib/components/shared/filter/selected/index.d.ts +1 -1
  141. package/lib/components/shared/filter/selected/item/children/children.component.d.ts +16 -16
  142. package/lib/components/shared/filter/selected/item/children/index.d.ts +1 -1
  143. package/lib/components/shared/filter/selected/item/currency/currency.component.d.ts +11 -11
  144. package/lib/components/shared/filter/selected/item/currency/index.d.ts +1 -1
  145. package/lib/components/shared/filter/selected/item/date-range/date-range.component.d.ts +12 -12
  146. package/lib/components/shared/filter/selected/item/date-range/index.d.ts +1 -1
  147. package/lib/components/shared/filter/selected/item/date-with-action/date-with-action.component.d.ts +11 -11
  148. package/lib/components/shared/filter/selected/item/date-with-action/index.d.ts +1 -1
  149. package/lib/components/shared/filter/selected/item/index.d.ts +8 -8
  150. package/lib/components/shared/filter/selected/item/input/index.d.ts +1 -1
  151. package/lib/components/shared/filter/selected/item/input/input.component.d.ts +11 -11
  152. package/lib/components/shared/filter/selected/item/item.component.d.ts +20 -20
  153. package/lib/components/shared/filter/selected/item/status/index.d.ts +1 -1
  154. package/lib/components/shared/filter/selected/item/status/status.component.d.ts +13 -13
  155. package/lib/components/shared/filter/selected/item/status-radio/index.d.ts +1 -1
  156. package/lib/components/shared/filter/selected/item/status-radio/status-radio.component.d.ts +11 -11
  157. package/lib/components/shared/filter/selected/selected.component.d.ts +19 -19
  158. package/lib/components/shared/filter/selected/selected.module.d.ts +22 -22
  159. package/lib/components/shared/index.d.ts +4 -4
  160. package/lib/components/shared/password-strength/index.d.ts +2 -2
  161. package/lib/components/shared/password-strength/password-strength.component.d.ts +23 -23
  162. package/lib/components/shared/password-strength/password-strength.d.ts +5 -5
  163. package/lib/components/shared/password-strength/password-strength.module.d.ts +12 -12
  164. package/lib/components/shared/products/filter/filter.component.d.ts +12 -12
  165. package/lib/components/shared/products/index.d.ts +2 -2
  166. package/lib/components/shared/products/products.component.d.ts +20 -20
  167. package/lib/components/shared/products/products.module.d.ts +11 -11
  168. package/lib/components/shared/products/providers/index.d.ts +1 -1
  169. package/lib/components/shared/products/providers/products.model.d.ts +13 -13
  170. package/lib/components/shared/progress-bar/index.d.ts +3 -3
  171. package/lib/components/shared/progress-bar/progress-bar.component.d.ts +12 -12
  172. package/lib/components/shared/progress-bar/progress-bar.module.d.ts +8 -8
  173. package/lib/components/shared/progress-bar/progress-bar.service.d.ts +14 -14
  174. package/lib/interfaces/field-config.d.ts +55 -55
  175. package/lib/interfaces/index.d.ts +1 -1
  176. package/monkey-front-components-0.0.626.tgz +0 -0
  177. package/monkey-front-components.d.ts +5 -5
  178. package/package.json +2 -2
  179. package/public-api.d.ts +1 -1
  180. package/monkey-front-components-0.0.625.tgz +0 -0
@@ -1,19 +1,19 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./children/children.component";
3
- import * as i2 from "./options.component";
4
- import * as i3 from "./currency/currency.component";
5
- import * as i4 from "./date-range/date-range.component";
6
- import * as i5 from "./input/input.component";
7
- import * as i6 from "./status/status.component";
8
- import * as i7 from "./status-radio/status-radio.component";
9
- import * as i8 from "@angular/common";
10
- import * as i9 from "@angular/forms";
11
- import * as i10 from "monkey-style-guide";
12
- import * as i11 from "monkey-front-core";
13
- import * as i12 from "@angular/router";
14
- import * as i13 from "@ngx-translate/core";
15
- export declare class MECXFilterOptionsModule {
16
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterOptionsModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<MECXFilterOptionsModule, [typeof i1.MECXFilterOptionsChildrenComponent, typeof i2.MECXFilterOptionsComponent, typeof i3.MECXFilterOptionsCurrencyComponent, typeof i4.MECXFilterOptionsDateRangeComponent, typeof i5.MECXFilterOptionsInputComponent, typeof i6.MECXFilterOptionsStatusComponent, typeof i7.MECXFilterOptionsStatusRadioComponent], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i10.MonkeyBadgeModule, typeof i10.MonkeyButtonModule, typeof i10.MonkeyCheckboxModule, typeof i10.MonkeyRadioButtonModule, typeof i10.MonkeyDateRangePickerModule, typeof i11.MonkeyEcxDirectivesModule, typeof i10.MonkeyIconModule, typeof i10.MonkeyInputModule, typeof i10.MonkeyOptionModule, typeof i10.MonkeySelectModule, typeof i9.ReactiveFormsModule, typeof i12.RouterModule, typeof i13.TranslateModule], [typeof i1.MECXFilterOptionsChildrenComponent, typeof i2.MECXFilterOptionsComponent, typeof i3.MECXFilterOptionsCurrencyComponent, typeof i4.MECXFilterOptionsDateRangeComponent, typeof i5.MECXFilterOptionsInputComponent, typeof i6.MECXFilterOptionsStatusComponent, typeof i7.MECXFilterOptionsStatusRadioComponent]>;
18
- static ɵinj: i0.ɵɵInjectorDeclaration<MECXFilterOptionsModule>;
19
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./children/children.component";
3
+ import * as i2 from "./options.component";
4
+ import * as i3 from "./currency/currency.component";
5
+ import * as i4 from "./date-range/date-range.component";
6
+ import * as i5 from "./input/input.component";
7
+ import * as i6 from "./status/status.component";
8
+ import * as i7 from "./status-radio/status-radio.component";
9
+ import * as i8 from "@angular/common";
10
+ import * as i9 from "@angular/forms";
11
+ import * as i10 from "monkey-style-guide";
12
+ import * as i11 from "monkey-front-core";
13
+ import * as i12 from "@angular/router";
14
+ import * as i13 from "@ngx-translate/core";
15
+ export declare class MECXFilterOptionsModule {
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterOptionsModule, never>;
17
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MECXFilterOptionsModule, [typeof i1.MECXFilterOptionsChildrenComponent, typeof i2.MECXFilterOptionsComponent, typeof i3.MECXFilterOptionsCurrencyComponent, typeof i4.MECXFilterOptionsDateRangeComponent, typeof i5.MECXFilterOptionsInputComponent, typeof i6.MECXFilterOptionsStatusComponent, typeof i7.MECXFilterOptionsStatusRadioComponent], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i10.MonkeyBadgeModule, typeof i10.MonkeyButtonModule, typeof i10.MonkeyCheckboxModule, typeof i10.MonkeyRadioButtonModule, typeof i10.MonkeyDateRangePickerModule, typeof i11.MonkeyEcxDirectivesModule, typeof i10.MonkeyIconModule, typeof i10.MonkeyInputModule, typeof i10.MonkeyOptionModule, typeof i10.MonkeySelectModule, typeof i9.ReactiveFormsModule, typeof i12.RouterModule, typeof i13.TranslateModule], [typeof i1.MECXFilterOptionsChildrenComponent, typeof i2.MECXFilterOptionsComponent, typeof i3.MECXFilterOptionsCurrencyComponent, typeof i4.MECXFilterOptionsDateRangeComponent, typeof i5.MECXFilterOptionsInputComponent, typeof i6.MECXFilterOptionsStatusComponent, typeof i7.MECXFilterOptionsStatusRadioComponent]>;
18
+ static ɵinj: i0.ɵɵInjectorDeclaration<MECXFilterOptionsModule>;
19
+ }
@@ -1 +1 @@
1
- export * from './status.component';
1
+ export * from './status.component';
@@ -1,19 +1,19 @@
1
- import { EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
2
- import { MonkeyEcxFilterMenu } from 'monkey-front-core';
3
- import * as i0 from "@angular/core";
4
- export declare class MECXFilterOptionsStatusComponent implements OnInit, OnChanges, OnDestroy {
5
- option: MonkeyEcxFilterMenu;
6
- onSubmit: EventEmitter<any>;
7
- _value: string;
8
- private eventHandle;
9
- private eventSubscription;
10
- constructor();
11
- private verifySelected;
12
- ngOnInit(): void;
13
- ngOnDestroy(): void;
14
- ngOnChanges(changes: SimpleChanges): void;
15
- onHandleChecked(cmp: string): boolean;
16
- onChangeFilter(event: any, value: string): void;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterOptionsStatusComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterOptionsStatusComponent, "mecx-filter-options-status", never, { "option": "option"; }, { "onSubmit": "onSubmit"; }, never, never>;
19
- }
1
+ import { EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
2
+ import { MonkeyEcxFilterMenu } from 'monkey-front-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MECXFilterOptionsStatusComponent implements OnInit, OnChanges, OnDestroy {
5
+ option: MonkeyEcxFilterMenu;
6
+ onSubmit: EventEmitter<any>;
7
+ _value: string;
8
+ private eventHandle;
9
+ private eventSubscription;
10
+ constructor();
11
+ private verifySelected;
12
+ ngOnInit(): void;
13
+ ngOnDestroy(): void;
14
+ ngOnChanges(changes: SimpleChanges): void;
15
+ onHandleChecked(cmp: string): boolean;
16
+ onChangeFilter(event: any, value: string): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterOptionsStatusComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterOptionsStatusComponent, "mecx-filter-options-status", never, { "option": "option"; }, { "onSubmit": "onSubmit"; }, never, never>;
19
+ }
@@ -1 +1 @@
1
- export * from './status-radio.component';
1
+ export * from './status-radio.component';
@@ -1,15 +1,15 @@
1
- import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
- import { MonkeyEcxFilterMenu } from 'monkey-front-core';
3
- import * as i0 from "@angular/core";
4
- export declare class MECXFilterOptionsStatusRadioComponent implements OnInit, OnDestroy {
5
- option: MonkeyEcxFilterMenu;
6
- onSubmit: EventEmitter<any>;
7
- private eventHandle;
8
- private eventSubscription;
9
- constructor();
10
- ngOnInit(): void;
11
- ngOnDestroy(): void;
12
- onChangeFilter(event: any): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterOptionsStatusRadioComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterOptionsStatusRadioComponent, "mecx-filter-options-status-radio", never, { "option": "option"; }, { "onSubmit": "onSubmit"; }, never, never>;
15
- }
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { MonkeyEcxFilterMenu } from 'monkey-front-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MECXFilterOptionsStatusRadioComponent implements OnInit, OnDestroy {
5
+ option: MonkeyEcxFilterMenu;
6
+ onSubmit: EventEmitter<any>;
7
+ private eventHandle;
8
+ private eventSubscription;
9
+ constructor();
10
+ ngOnInit(): void;
11
+ ngOnDestroy(): void;
12
+ onChangeFilter(event: any): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterOptionsStatusRadioComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterOptionsStatusRadioComponent, "mecx-filter-options-status-radio", never, { "option": "option"; }, { "onSubmit": "onSubmit"; }, never, never>;
15
+ }
@@ -1 +1 @@
1
- export * from './selected.module';
1
+ export * from './selected.module';
@@ -1,16 +1,16 @@
1
- import { ElementRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
- import { MonkeyEcxFilterMenu } from 'monkey-front-core';
3
- import * as i0 from "@angular/core";
4
- export declare class MECXFilterSelectedItemChildrenComponent implements OnChanges {
5
- private elRef;
6
- option: MonkeyEcxFilterMenu;
7
- onShow: EventEmitter<any>;
8
- onRemove: EventEmitter<any>;
9
- _child: any;
10
- constructor(elRef: ElementRef);
11
- private validateValue;
12
- private onHandleSelectedValue;
13
- ngOnChanges(changes: SimpleChanges): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterSelectedItemChildrenComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterSelectedItemChildrenComponent, "mecx-filter-selected-item-children", never, { "option": "option"; }, { "onShow": "onShow"; "onRemove": "onRemove"; }, never, never>;
16
- }
1
+ import { ElementRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
+ import { MonkeyEcxFilterMenu } from 'monkey-front-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MECXFilterSelectedItemChildrenComponent implements OnChanges {
5
+ private elRef;
6
+ option: MonkeyEcxFilterMenu;
7
+ onShow: EventEmitter<any>;
8
+ onRemove: EventEmitter<any>;
9
+ _child: any;
10
+ constructor(elRef: ElementRef);
11
+ private validateValue;
12
+ private onHandleSelectedValue;
13
+ ngOnChanges(changes: SimpleChanges): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterSelectedItemChildrenComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterSelectedItemChildrenComponent, "mecx-filter-selected-item-children", never, { "option": "option"; }, { "onShow": "onShow"; "onRemove": "onRemove"; }, never, never>;
16
+ }
@@ -1 +1 @@
1
- export * from './children.component';
1
+ export * from './children.component';
@@ -1,11 +1,11 @@
1
- import { OnChanges, SimpleChanges } from '@angular/core';
2
- import { MonkeyEcxFilterMenu } from 'monkey-front-core';
3
- import * as i0 from "@angular/core";
4
- export declare class MECXFilterSelectedItemCurrencyComponent implements OnChanges {
5
- option: MonkeyEcxFilterMenu;
6
- _value: any;
7
- private onHandleSelectedValue;
8
- ngOnChanges(changes: SimpleChanges): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterSelectedItemCurrencyComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterSelectedItemCurrencyComponent, "mecx-filter-selected-item-currency", never, { "option": "option"; }, {}, never, never>;
11
- }
1
+ import { OnChanges, SimpleChanges } from '@angular/core';
2
+ import { MonkeyEcxFilterMenu } from 'monkey-front-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MECXFilterSelectedItemCurrencyComponent implements OnChanges {
5
+ option: MonkeyEcxFilterMenu;
6
+ _value: any;
7
+ private onHandleSelectedValue;
8
+ ngOnChanges(changes: SimpleChanges): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterSelectedItemCurrencyComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterSelectedItemCurrencyComponent, "mecx-filter-selected-item-currency", never, { "option": "option"; }, {}, never, never>;
11
+ }
@@ -1 +1 @@
1
- export * from './currency.component';
1
+ export * from './currency.component';
@@ -1,12 +1,12 @@
1
- import { OnChanges, SimpleChanges } from '@angular/core';
2
- import { MonkeyEcxFilterMenu, MonkeyEcxFilterMenuChildren } from 'monkey-front-core';
3
- import * as i0 from "@angular/core";
4
- export declare class MECXFilterSelectedItemDateRangeComponent implements OnChanges {
5
- option: MonkeyEcxFilterMenu | MonkeyEcxFilterMenuChildren;
6
- _startDate: string;
7
- _endDate: string;
8
- private onHandleSelectedValue;
9
- ngOnChanges(changes: SimpleChanges): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterSelectedItemDateRangeComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterSelectedItemDateRangeComponent, "mecx-filter-selected-item-date-range", never, { "option": "option"; }, {}, never, never>;
12
- }
1
+ import { OnChanges, SimpleChanges } from '@angular/core';
2
+ import { MonkeyEcxFilterMenu, MonkeyEcxFilterMenuChildren } from 'monkey-front-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MECXFilterSelectedItemDateRangeComponent implements OnChanges {
5
+ option: MonkeyEcxFilterMenu | MonkeyEcxFilterMenuChildren;
6
+ _startDate: string;
7
+ _endDate: string;
8
+ private onHandleSelectedValue;
9
+ ngOnChanges(changes: SimpleChanges): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterSelectedItemDateRangeComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterSelectedItemDateRangeComponent, "mecx-filter-selected-item-date-range", never, { "option": "option"; }, {}, never, never>;
12
+ }
@@ -1 +1 @@
1
- export * from './date-range.component';
1
+ export * from './date-range.component';
@@ -1,11 +1,11 @@
1
- import { OnChanges, SimpleChanges } from '@angular/core';
2
- import { MonkeyEcxFilterMenuChildren } from 'monkey-front-core';
3
- import * as i0 from "@angular/core";
4
- export declare class MECXFilterSelectedItemDateWithActionComponent implements OnChanges {
5
- option: MonkeyEcxFilterMenuChildren;
6
- _date: string;
7
- private onHandleSelectedValue;
8
- ngOnChanges(changes: SimpleChanges): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterSelectedItemDateWithActionComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterSelectedItemDateWithActionComponent, "mecx-filter-selected-item-date-with-action", never, { "option": "option"; }, {}, never, never>;
11
- }
1
+ import { OnChanges, SimpleChanges } from '@angular/core';
2
+ import { MonkeyEcxFilterMenuChildren } from 'monkey-front-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MECXFilterSelectedItemDateWithActionComponent implements OnChanges {
5
+ option: MonkeyEcxFilterMenuChildren;
6
+ _date: string;
7
+ private onHandleSelectedValue;
8
+ ngOnChanges(changes: SimpleChanges): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterSelectedItemDateWithActionComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterSelectedItemDateWithActionComponent, "mecx-filter-selected-item-date-with-action", never, { "option": "option"; }, {}, never, never>;
11
+ }
@@ -1 +1 @@
1
- export * from './date-with-action.component';
1
+ export * from './date-with-action.component';
@@ -1,8 +1,8 @@
1
- export * from './children';
2
- export * from './currency';
3
- export * from './date-range';
4
- export * from './date-with-action';
5
- export * from './input';
6
- export * from './item.component';
7
- export * from './status';
8
- export * from './status-radio';
1
+ export * from './children';
2
+ export * from './currency';
3
+ export * from './date-range';
4
+ export * from './date-with-action';
5
+ export * from './input';
6
+ export * from './item.component';
7
+ export * from './status';
8
+ export * from './status-radio';
@@ -1 +1 @@
1
- export * from './input.component';
1
+ export * from './input.component';
@@ -1,11 +1,11 @@
1
- import { OnChanges, SimpleChanges } from '@angular/core';
2
- import { MonkeyEcxFilterMenu } from 'monkey-front-core';
3
- import * as i0 from "@angular/core";
4
- export declare class MECXFilterSelectedItemInputComponent implements OnChanges {
5
- option: MonkeyEcxFilterMenu;
6
- _value: any;
7
- private onHandleSelectedValue;
8
- ngOnChanges(changes: SimpleChanges): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterSelectedItemInputComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterSelectedItemInputComponent, "mecx-filter-selected-item-input", never, { "option": "option"; }, {}, never, never>;
11
- }
1
+ import { OnChanges, SimpleChanges } from '@angular/core';
2
+ import { MonkeyEcxFilterMenu } from 'monkey-front-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MECXFilterSelectedItemInputComponent implements OnChanges {
5
+ option: MonkeyEcxFilterMenu;
6
+ _value: any;
7
+ private onHandleSelectedValue;
8
+ ngOnChanges(changes: SimpleChanges): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterSelectedItemInputComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterSelectedItemInputComponent, "mecx-filter-selected-item-input", never, { "option": "option"; }, {}, never, never>;
11
+ }
@@ -1,20 +1,20 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { MonkeyEcxFilterMenu } from 'monkey-front-core';
3
- import * as i0 from "@angular/core";
4
- export declare class MECXFilterSelectedItemComponent {
5
- set option(value: MonkeyEcxFilterMenu);
6
- onClose: EventEmitter<any>;
7
- onSubmit: EventEmitter<any>;
8
- _option: MonkeyEcxFilterMenu;
9
- _showMenu: boolean;
10
- _actionElement: HTMLElement;
11
- closeMenu: () => void;
12
- constructor();
13
- onHandleShowMenu(): void;
14
- onHandleClose(): void;
15
- onHandleSubmit(event: any): void;
16
- onHandleRemove(): void;
17
- onHandleShowFromChildren(event: any): void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterSelectedItemComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterSelectedItemComponent, "mecx-filter-selected-item", never, { "option": "option"; }, { "onClose": "onClose"; "onSubmit": "onSubmit"; }, never, never>;
20
- }
1
+ import { EventEmitter } from '@angular/core';
2
+ import { MonkeyEcxFilterMenu } from 'monkey-front-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MECXFilterSelectedItemComponent {
5
+ set option(value: MonkeyEcxFilterMenu);
6
+ onClose: EventEmitter<any>;
7
+ onSubmit: EventEmitter<any>;
8
+ _option: MonkeyEcxFilterMenu;
9
+ _showMenu: boolean;
10
+ _actionElement: HTMLElement;
11
+ closeMenu: () => void;
12
+ constructor();
13
+ onHandleShowMenu(): void;
14
+ onHandleClose(): void;
15
+ onHandleSubmit(event: any): void;
16
+ onHandleRemove(): void;
17
+ onHandleShowFromChildren(event: any): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterSelectedItemComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterSelectedItemComponent, "mecx-filter-selected-item", never, { "option": "option"; }, { "onClose": "onClose"; "onSubmit": "onSubmit"; }, never, never>;
20
+ }
@@ -1 +1 @@
1
- export * from './status.component';
1
+ export * from './status.component';
@@ -1,13 +1,13 @@
1
- import { OnChanges, SimpleChanges } from '@angular/core';
2
- import { MonkeyEcxFilterMenu } from 'monkey-front-core';
3
- import * as i0 from "@angular/core";
4
- export declare class MECXFilterSelectedItemStatusComponent implements OnChanges {
5
- option: MonkeyEcxFilterMenu;
6
- labelMoreValues: string;
7
- _selectedValue: string;
8
- _labelMoreValues: string;
9
- private onHandleSelectedValue;
10
- ngOnChanges(changes: SimpleChanges): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterSelectedItemStatusComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterSelectedItemStatusComponent, "mecx-filter-selected-item-status", never, { "option": "option"; "labelMoreValues": "labelMoreValues"; }, {}, never, never>;
13
- }
1
+ import { OnChanges, SimpleChanges } from '@angular/core';
2
+ import { MonkeyEcxFilterMenu } from 'monkey-front-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MECXFilterSelectedItemStatusComponent implements OnChanges {
5
+ option: MonkeyEcxFilterMenu;
6
+ labelMoreValues: string;
7
+ _selectedValue: string;
8
+ _labelMoreValues: string;
9
+ private onHandleSelectedValue;
10
+ ngOnChanges(changes: SimpleChanges): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterSelectedItemStatusComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterSelectedItemStatusComponent, "mecx-filter-selected-item-status", never, { "option": "option"; "labelMoreValues": "labelMoreValues"; }, {}, never, never>;
13
+ }
@@ -1 +1 @@
1
- export * from './status-radio.component';
1
+ export * from './status-radio.component';
@@ -1,11 +1,11 @@
1
- import { OnChanges, SimpleChanges } from '@angular/core';
2
- import { MonkeyEcxFilterMenu } from 'monkey-front-core';
3
- import * as i0 from "@angular/core";
4
- export declare class MECXFilterSelectedItemStatusRadioComponent implements OnChanges {
5
- option: MonkeyEcxFilterMenu;
6
- _selectedValue: string;
7
- private onHandleSelectedValue;
8
- ngOnChanges(changes: SimpleChanges): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterSelectedItemStatusRadioComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterSelectedItemStatusRadioComponent, "mecx-filter-selected-item-status-radio", never, { "option": "option"; }, {}, never, never>;
11
- }
1
+ import { OnChanges, SimpleChanges } from '@angular/core';
2
+ import { MonkeyEcxFilterMenu } from 'monkey-front-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MECXFilterSelectedItemStatusRadioComponent implements OnChanges {
5
+ option: MonkeyEcxFilterMenu;
6
+ _selectedValue: string;
7
+ private onHandleSelectedValue;
8
+ ngOnChanges(changes: SimpleChanges): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterSelectedItemStatusRadioComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterSelectedItemStatusRadioComponent, "mecx-filter-selected-item-status-radio", never, { "option": "option"; }, {}, never, never>;
11
+ }
@@ -1,19 +1,19 @@
1
- import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
- import { MonkeyEcxFilterMenu } from 'monkey-front-core';
3
- import * as i0 from "@angular/core";
4
- export declare class MECXFilterSelectedComponent implements OnChanges {
5
- model: MonkeyEcxFilterMenu[];
6
- onOpenFilters: EventEmitter<any>;
7
- onClose: EventEmitter<any>;
8
- onSubmit: EventEmitter<any>;
9
- _model: MonkeyEcxFilterMenu[];
10
- constructor();
11
- private validateValue;
12
- private handleValidateChildrenValue;
13
- private onHandleSelectedValue;
14
- ngOnChanges(changes: SimpleChanges): void;
15
- onHandleClose(): void;
16
- onHandleSubmit(event: any): void;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterSelectedComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterSelectedComponent, "mecx-filter-selected", never, { "model": "model"; }, { "onOpenFilters": "onOpenFilters"; "onClose": "onClose"; "onSubmit": "onSubmit"; }, never, never>;
19
- }
1
+ import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
+ import { MonkeyEcxFilterMenu } from 'monkey-front-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MECXFilterSelectedComponent implements OnChanges {
5
+ model: MonkeyEcxFilterMenu[];
6
+ onOpenFilters: EventEmitter<any>;
7
+ onClose: EventEmitter<any>;
8
+ onSubmit: EventEmitter<any>;
9
+ _model: MonkeyEcxFilterMenu[];
10
+ constructor();
11
+ private validateValue;
12
+ private handleValidateChildrenValue;
13
+ private onHandleSelectedValue;
14
+ ngOnChanges(changes: SimpleChanges): void;
15
+ onHandleClose(): void;
16
+ onHandleSubmit(event: any): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterSelectedComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterSelectedComponent, "mecx-filter-selected", never, { "model": "model"; }, { "onOpenFilters": "onOpenFilters"; "onClose": "onClose"; "onSubmit": "onSubmit"; }, never, never>;
19
+ }
@@ -1,22 +1,22 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./selected.component";
3
- import * as i2 from "./item/children/children.component";
4
- import * as i3 from "./item/item.component";
5
- import * as i4 from "./item/currency/currency.component";
6
- import * as i5 from "./item/date-range/date-range.component";
7
- import * as i6 from "./item/date-with-action/date-with-action.component";
8
- import * as i7 from "./item/input/input.component";
9
- import * as i8 from "./item/status/status.component";
10
- import * as i9 from "./item/status-radio/status-radio.component";
11
- import * as i10 from "@angular/common";
12
- import * as i11 from "@angular/forms";
13
- import * as i12 from "../options/options.module";
14
- import * as i13 from "monkey-style-guide";
15
- import * as i14 from "monkey-front-core";
16
- import * as i15 from "@angular/router";
17
- import * as i16 from "@ngx-translate/core";
18
- export declare class MECXFilterSelectedModule {
19
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterSelectedModule, never>;
20
- static ɵmod: i0.ɵɵNgModuleDeclaration<MECXFilterSelectedModule, [typeof i1.MECXFilterSelectedComponent, typeof i2.MECXFilterSelectedItemChildrenComponent, typeof i3.MECXFilterSelectedItemComponent, typeof i4.MECXFilterSelectedItemCurrencyComponent, typeof i5.MECXFilterSelectedItemDateRangeComponent, typeof i6.MECXFilterSelectedItemDateWithActionComponent, typeof i7.MECXFilterSelectedItemInputComponent, typeof i8.MECXFilterSelectedItemStatusComponent, typeof i9.MECXFilterSelectedItemStatusRadioComponent], [typeof i10.CommonModule, typeof i11.FormsModule, typeof i12.MECXFilterOptionsModule, typeof i13.MonkeyBadgeModule, typeof i13.MonkeyButtonModule, typeof i13.MonkeyCheckboxModule, typeof i13.MonkeyDateRangePickerModule, typeof i14.MonkeyEcxDirectivesModule, typeof i14.MonkeyEcxPipesModule, typeof i13.MonkeyIconModule, typeof i13.MonkeyInputModule, typeof i13.MonkeyOptionModule, typeof i13.MonkeySelectModule, typeof i11.ReactiveFormsModule, typeof i15.RouterModule, typeof i16.TranslateModule], [typeof i1.MECXFilterSelectedComponent]>;
21
- static ɵinj: i0.ɵɵInjectorDeclaration<MECXFilterSelectedModule>;
22
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./selected.component";
3
+ import * as i2 from "./item/children/children.component";
4
+ import * as i3 from "./item/item.component";
5
+ import * as i4 from "./item/currency/currency.component";
6
+ import * as i5 from "./item/date-range/date-range.component";
7
+ import * as i6 from "./item/date-with-action/date-with-action.component";
8
+ import * as i7 from "./item/input/input.component";
9
+ import * as i8 from "./item/status/status.component";
10
+ import * as i9 from "./item/status-radio/status-radio.component";
11
+ import * as i10 from "@angular/common";
12
+ import * as i11 from "@angular/forms";
13
+ import * as i12 from "../options/options.module";
14
+ import * as i13 from "monkey-style-guide";
15
+ import * as i14 from "monkey-front-core";
16
+ import * as i15 from "@angular/router";
17
+ import * as i16 from "@ngx-translate/core";
18
+ export declare class MECXFilterSelectedModule {
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterSelectedModule, never>;
20
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MECXFilterSelectedModule, [typeof i1.MECXFilterSelectedComponent, typeof i2.MECXFilterSelectedItemChildrenComponent, typeof i3.MECXFilterSelectedItemComponent, typeof i4.MECXFilterSelectedItemCurrencyComponent, typeof i5.MECXFilterSelectedItemDateRangeComponent, typeof i6.MECXFilterSelectedItemDateWithActionComponent, typeof i7.MECXFilterSelectedItemInputComponent, typeof i8.MECXFilterSelectedItemStatusComponent, typeof i9.MECXFilterSelectedItemStatusRadioComponent], [typeof i10.CommonModule, typeof i11.FormsModule, typeof i12.MECXFilterOptionsModule, typeof i13.MonkeyBadgeModule, typeof i13.MonkeyButtonModule, typeof i13.MonkeyCheckboxModule, typeof i13.MonkeyDateRangePickerModule, typeof i14.MonkeyEcxDirectivesModule, typeof i14.MonkeyEcxPipesModule, typeof i13.MonkeyIconModule, typeof i13.MonkeyInputModule, typeof i13.MonkeyOptionModule, typeof i13.MonkeySelectModule, typeof i11.ReactiveFormsModule, typeof i15.RouterModule, typeof i16.TranslateModule], [typeof i1.MECXFilterSelectedComponent]>;
21
+ static ɵinj: i0.ɵɵInjectorDeclaration<MECXFilterSelectedModule>;
22
+ }
@@ -1,4 +1,4 @@
1
- export * from './filter';
2
- export * from './password-strength';
3
- export * from './progress-bar';
4
- export * from './products';
1
+ export * from './filter';
2
+ export * from './password-strength';
3
+ export * from './progress-bar';
4
+ export * from './products';
@@ -1,2 +1,2 @@
1
- export * from './password-strength.component';
2
- export * from './password-strength.module';
1
+ export * from './password-strength.component';
2
+ export * from './password-strength.module';
@@ -1,23 +1,23 @@
1
- import { OnChanges, EventEmitter } from '@angular/core';
2
- import { MonkeyEcxConfigService } from 'monkey-front-core';
3
- import { PasswordStrength } from './password-strength';
4
- import * as i0 from "@angular/core";
5
- export declare class MECXPasswordStrengthComponent implements OnChanges {
6
- private configService;
7
- passwordToCheck: string | null;
8
- i18n: any;
9
- onHandleSubmitReady: EventEmitter<any>;
10
- _validatorsPasswordPass: Array<PasswordStrength>;
11
- _stepPassword: number;
12
- private validatorsPassword;
13
- constructor(configService: MonkeyEcxConfigService);
14
- private handleColor;
15
- private passwordStrengthValidator;
16
- private onHandleReady;
17
- private onHandleChages;
18
- private onHandlePasswordStrengthKeys;
19
- ngOnInit(): void;
20
- ngOnChanges(): void;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXPasswordStrengthComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<MECXPasswordStrengthComponent, "mecx-password-strength", never, { "passwordToCheck": "passwordToCheck"; "i18n": "i18n"; }, { "onHandleSubmitReady": "onHandleSubmitReady"; }, never, never>;
23
- }
1
+ import { OnChanges, EventEmitter } from '@angular/core';
2
+ import { MonkeyEcxConfigService } from 'monkey-front-core';
3
+ import { PasswordStrength } from './password-strength';
4
+ import * as i0 from "@angular/core";
5
+ export declare class MECXPasswordStrengthComponent implements OnChanges {
6
+ private configService;
7
+ passwordToCheck: string | null;
8
+ i18n: any;
9
+ onHandleSubmitReady: EventEmitter<any>;
10
+ _validatorsPasswordPass: Array<PasswordStrength>;
11
+ _stepPassword: number;
12
+ private validatorsPassword;
13
+ constructor(configService: MonkeyEcxConfigService);
14
+ private handleColor;
15
+ private passwordStrengthValidator;
16
+ private onHandleReady;
17
+ private onHandleChages;
18
+ private onHandlePasswordStrengthKeys;
19
+ ngOnInit(): void;
20
+ ngOnChanges(): void;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXPasswordStrengthComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<MECXPasswordStrengthComponent, "mecx-password-strength", never, { "passwordToCheck": "passwordToCheck"; "i18n": "i18n"; }, { "onHandleSubmitReady": "onHandleSubmitReady"; }, never, never>;
23
+ }
@@ -1,5 +1,5 @@
1
- export interface PasswordStrength {
2
- regex: string;
3
- validate: boolean;
4
- percent: number;
5
- }
1
+ export interface PasswordStrength {
2
+ regex: string;
3
+ validate: boolean;
4
+ percent: number;
5
+ }
@@ -1,12 +1,12 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./password-strength.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "monkey-front-core";
6
- import * as i5 from "monkey-style-guide";
7
- import * as i6 from "@ngx-translate/core";
8
- export declare class MECXPasswordStrengthModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXPasswordStrengthModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<MECXPasswordStrengthModule, [typeof i1.MECXPasswordStrengthComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MonkeyEcxPipesModule, typeof i4.MonkeyEcxDirectivesModule, typeof i5.MonkeyButtonModule, typeof i5.MonkeyInputModule, typeof i5.MonkeyIconModule, typeof i6.TranslateModule], [typeof i1.MECXPasswordStrengthComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<MECXPasswordStrengthModule>;
12
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./password-strength.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "monkey-front-core";
6
+ import * as i5 from "monkey-style-guide";
7
+ import * as i6 from "@ngx-translate/core";
8
+ export declare class MECXPasswordStrengthModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXPasswordStrengthModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MECXPasswordStrengthModule, [typeof i1.MECXPasswordStrengthComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MonkeyEcxPipesModule, typeof i4.MonkeyEcxDirectivesModule, typeof i5.MonkeyButtonModule, typeof i5.MonkeyInputModule, typeof i5.MonkeyIconModule, typeof i6.TranslateModule], [typeof i1.MECXPasswordStrengthComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<MECXPasswordStrengthModule>;
12
+ }