monkey-front-components 0.0.569 → 0.0.571

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 +333 -333
  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 +19 -19
  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 +80 -80
  26. package/esm2020/lib/components/dynamic/select-search/index.mjs +2 -2
  27. package/esm2020/lib/components/dynamic/select-search/select-search.component.mjs +86 -86
  28. package/esm2020/lib/components/index.mjs +4 -4
  29. package/esm2020/lib/components/shared/filter/filter.component.mjs +142 -142
  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 +29 -29
  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 +33 -33
  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 +28 -28
  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 +39 -39
  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 +2914 -2914
  89. package/fesm2015/monkey-front-components.mjs.map +1 -1
  90. package/fesm2020/monkey-front-components.mjs +2892 -2892
  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 +16 -16
  116. package/lib/components/dynamic/select-search/index.d.ts +1 -1
  117. package/lib/components/dynamic/select-search/select-search.component.d.ts +18 -18
  118. package/lib/components/index.d.ts +3 -3
  119. package/lib/components/shared/filter/filter.component.d.ts +40 -40
  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 +54 -54
  175. package/lib/interfaces/index.d.ts +1 -1
  176. package/monkey-front-components-0.0.571.tgz +0 -0
  177. package/monkey-front-components.d.ts +5 -5
  178. package/package.json +5 -5
  179. package/public-api.d.ts +1 -1
  180. package/monkey-front-components-0.0.569.tgz +0 -0
@@ -1,20 +1,20 @@
1
- import { ChangeDetectorRef, OnChanges, OnInit } from '@angular/core';
2
- import { FormGroup } from '@angular/forms';
3
- import { MonkeyInputComponent } from 'monkey-style-guide';
4
- import { MECXFieldConfig } from '../../../interfaces';
5
- import * as i0 from "@angular/core";
6
- export declare class MECXDynamicInputPhoneComponent implements OnInit, OnChanges {
7
- private cdr;
8
- _field: MECXFieldConfig | null;
9
- _form: FormGroup | null;
10
- _formErrors: any | any[];
11
- self: any;
12
- inputElement: MonkeyInputComponent | null;
13
- constructor(cdr: ChangeDetectorRef);
14
- get className(): string;
15
- ngOnInit(): void;
16
- ngOnChanges(): void;
17
- onChange(event: string): void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXDynamicInputPhoneComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<MECXDynamicInputPhoneComponent, "mecx-dynamic-input-phone", never, { "_field": "_field"; "_form": "_form"; "_formErrors": "_formErrors"; "self": "self"; }, {}, never, never>;
20
- }
1
+ import { ChangeDetectorRef, OnChanges, OnInit } from '@angular/core';
2
+ import { FormGroup } from '@angular/forms';
3
+ import { MonkeyInputComponent } from 'monkey-style-guide';
4
+ import { MECXFieldConfig } from '../../../interfaces';
5
+ import * as i0 from "@angular/core";
6
+ export declare class MECXDynamicInputPhoneComponent implements OnInit, OnChanges {
7
+ private cdr;
8
+ _field: MECXFieldConfig | null;
9
+ _form: FormGroup | null;
10
+ _formErrors: any | any[];
11
+ self: any;
12
+ inputElement: MonkeyInputComponent | null;
13
+ constructor(cdr: ChangeDetectorRef);
14
+ get className(): string;
15
+ ngOnInit(): void;
16
+ ngOnChanges(): void;
17
+ onChange(event: string): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXDynamicInputPhoneComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<MECXDynamicInputPhoneComponent, "mecx-dynamic-input-phone", never, { "_field": "_field"; "_form": "_form"; "_formErrors": "_formErrors"; "self": "self"; }, {}, never, never>;
20
+ }
@@ -1 +1 @@
1
- export * from './radio.component';
1
+ export * from './radio.component';
@@ -1,11 +1,11 @@
1
- import { FormGroup } from '@angular/forms';
2
- import { MECXFieldConfig } from '../../../interfaces';
3
- import * as i0 from "@angular/core";
4
- export declare class MECXDynamicRadioComponent {
5
- _field: MECXFieldConfig | null;
6
- _form: FormGroup | null;
7
- _formErrors: any | any[];
8
- get className(): string;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXDynamicRadioComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<MECXDynamicRadioComponent, "mecx-dynamic-radio", never, { "_field": "_field"; "_form": "_form"; "_formErrors": "_formErrors"; }, {}, never, never>;
11
- }
1
+ import { FormGroup } from '@angular/forms';
2
+ import { MECXFieldConfig } from '../../../interfaces';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MECXDynamicRadioComponent {
5
+ _field: MECXFieldConfig | null;
6
+ _form: FormGroup | null;
7
+ _formErrors: any | any[];
8
+ get className(): string;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXDynamicRadioComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<MECXDynamicRadioComponent, "mecx-dynamic-radio", never, { "_field": "_field"; "_form": "_form"; "_formErrors": "_formErrors"; }, {}, never, never>;
11
+ }
@@ -1 +1 @@
1
- export * from './select.component';
1
+ export * from './select.component';
@@ -1,16 +1,16 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { FormGroup } from '@angular/forms';
3
- import { MECXFieldConfig } from '../../../interfaces';
4
- import * as i0 from "@angular/core";
5
- export declare class MECXDynamicSelectComponent {
6
- _field: MECXFieldConfig | null;
7
- _form: FormGroup | null;
8
- _formErrors: any | any[];
9
- self: any;
10
- get className(): string;
11
- _onHandleOptions: EventEmitter<any>;
12
- onHandleGenericLoad(): void;
13
- onChange(event: string): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXDynamicSelectComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<MECXDynamicSelectComponent, "mecx-dynamic-select", never, { "_field": "_field"; "_form": "_form"; "_formErrors": "_formErrors"; "self": "self"; }, {}, never, never>;
16
- }
1
+ import { EventEmitter } from '@angular/core';
2
+ import { FormGroup } from '@angular/forms';
3
+ import { MECXFieldConfig } from '../../../interfaces';
4
+ import * as i0 from "@angular/core";
5
+ export declare class MECXDynamicSelectComponent {
6
+ _field: MECXFieldConfig | null;
7
+ _form: FormGroup | null;
8
+ _formErrors: any | any[];
9
+ self: any;
10
+ get className(): string;
11
+ _onHandleOptions: EventEmitter<any>;
12
+ onHandleGenericLoad(): void;
13
+ onChange(event: string): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXDynamicSelectComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<MECXDynamicSelectComponent, "mecx-dynamic-select", never, { "_field": "_field"; "_form": "_form"; "_formErrors": "_formErrors"; "self": "self"; }, {}, never, never>;
16
+ }
@@ -1 +1 @@
1
- export * from './select-search.component';
1
+ export * from './select-search.component';
@@ -1,18 +1,18 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { FormGroup } from '@angular/forms';
3
- import { MECXFieldConfig } from '../../../interfaces';
4
- import * as i0 from "@angular/core";
5
- export declare class MECXDynamicSelectSearchComponent {
6
- _field: MECXFieldConfig | null;
7
- _form: FormGroup | null;
8
- _formErrors: any | any[];
9
- self: any;
10
- set options(value: any[]);
11
- get className(): string;
12
- _onHandleOptions: EventEmitter<any>;
13
- _options: any[];
14
- onHandleGenericLoad(): void;
15
- onChange(event: string): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXDynamicSelectSearchComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<MECXDynamicSelectSearchComponent, "mecx-dynamic-select-search", never, { "_field": "_field"; "_form": "_form"; "_formErrors": "_formErrors"; "self": "self"; "options": "options"; }, {}, never, never>;
18
- }
1
+ import { EventEmitter } from '@angular/core';
2
+ import { FormGroup } from '@angular/forms';
3
+ import { MECXFieldConfig } from '../../../interfaces';
4
+ import * as i0 from "@angular/core";
5
+ export declare class MECXDynamicSelectSearchComponent {
6
+ _field: MECXFieldConfig | null;
7
+ _form: FormGroup | null;
8
+ _formErrors: any | any[];
9
+ self: any;
10
+ set options(value: any[]);
11
+ get className(): string;
12
+ _onHandleOptions: EventEmitter<any>;
13
+ _options: any[];
14
+ onHandleGenericLoad(): void;
15
+ onChange(event: string): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXDynamicSelectSearchComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<MECXDynamicSelectSearchComponent, "mecx-dynamic-select-search", never, { "_field": "_field"; "_form": "_form"; "_formErrors": "_formErrors"; "self": "self"; "options": "options"; }, {}, never, never>;
18
+ }
@@ -1,3 +1,3 @@
1
- export * from './base';
2
- export * from './dynamic';
3
- export * from './shared';
1
+ export * from './base';
2
+ export * from './dynamic';
3
+ export * from './shared';
@@ -1,40 +1,40 @@
1
- import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
- import { MonkeyEcxFilterMenu, MonkeyEcxFilterOrder, MonkeyEcxFilterOrdersList } from 'monkey-front-core';
3
- import * as i0 from "@angular/core";
4
- export declare class MECXFilterComponent implements OnChanges {
5
- searchPlaceholder: string;
6
- orderPlaceholder: string;
7
- menus: MonkeyEcxFilterMenu[];
8
- orders: MonkeyEcxFilterOrder[];
9
- enableSearch: boolean;
10
- enableAddFilter: boolean;
11
- enableOrder: boolean;
12
- set search(value: string);
13
- set order(value: any);
14
- set ordersList(value: any[]);
15
- isLoading: boolean;
16
- onFilter: EventEmitter<any>;
17
- _order: MonkeyEcxFilterOrder;
18
- _search: string;
19
- _ordersList: MonkeyEcxFilterOrdersList | any;
20
- _showMenu: boolean;
21
- _showOrder: boolean;
22
- _hasFilterByMenu: boolean;
23
- _actionElement: HTMLElement;
24
- _actionElementOrder: HTMLElement;
25
- closeMenu: () => void;
26
- closeOrder: () => void;
27
- constructor();
28
- private validateValue;
29
- private handleFilters;
30
- ngOnChanges(changes: SimpleChanges): void;
31
- onSearchFilter(event: string): void;
32
- onClearFilter(): void;
33
- onHandleSubmit(event: any): void;
34
- onHandleShowMenu(): void;
35
- onHandleClose(): void;
36
- onHandleShowOrders(el: HTMLElement): void;
37
- onHandleOrder(event: any, field?: string): void;
38
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterComponent, "mecx-filter", never, { "searchPlaceholder": "searchPlaceholder"; "orderPlaceholder": "orderPlaceholder"; "menus": "menus"; "orders": "orders"; "enableSearch": "enableSearch"; "enableAddFilter": "enableAddFilter"; "enableOrder": "enableOrder"; "search": "search"; "order": "order"; "ordersList": "ordersList"; "isLoading": "isLoading"; }, { "onFilter": "onFilter"; }, never, never>;
40
- }
1
+ import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
+ import { MonkeyEcxFilterMenu, MonkeyEcxFilterOrder, MonkeyEcxFilterOrdersList } from 'monkey-front-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MECXFilterComponent implements OnChanges {
5
+ searchPlaceholder: string;
6
+ orderPlaceholder: string;
7
+ menus: MonkeyEcxFilterMenu[];
8
+ orders: MonkeyEcxFilterOrder[];
9
+ enableSearch: boolean;
10
+ enableAddFilter: boolean;
11
+ enableOrder: boolean;
12
+ set search(value: string);
13
+ set order(value: any);
14
+ set ordersList(value: any[]);
15
+ isLoading: boolean;
16
+ onFilter: EventEmitter<any>;
17
+ _order: MonkeyEcxFilterOrder;
18
+ _search: string;
19
+ _ordersList: MonkeyEcxFilterOrdersList | any;
20
+ _showMenu: boolean;
21
+ _showOrder: boolean;
22
+ _hasFilterByMenu: boolean;
23
+ _actionElement: HTMLElement;
24
+ _actionElementOrder: HTMLElement;
25
+ closeMenu: () => void;
26
+ closeOrder: () => void;
27
+ constructor();
28
+ private validateValue;
29
+ private handleFilters;
30
+ ngOnChanges(changes: SimpleChanges): void;
31
+ onSearchFilter(event: string): void;
32
+ onClearFilter(): void;
33
+ onHandleSubmit(event: any): void;
34
+ onHandleShowMenu(): void;
35
+ onHandleClose(): void;
36
+ onHandleShowOrders(el: HTMLElement): void;
37
+ onHandleOrder(event: any, field?: string): void;
38
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterComponent, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterComponent, "mecx-filter", never, { "searchPlaceholder": "searchPlaceholder"; "orderPlaceholder": "orderPlaceholder"; "menus": "menus"; "orders": "orders"; "enableSearch": "enableSearch"; "enableAddFilter": "enableAddFilter"; "enableOrder": "enableOrder"; "search": "search"; "order": "order"; "ordersList": "ordersList"; "isLoading": "isLoading"; }, { "onFilter": "onFilter"; }, never, never>;
40
+ }
@@ -1,14 +1,14 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./filter.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "./menu/menu.module";
6
- import * as i5 from "./selected/selected.module";
7
- import * as i6 from "monkey-style-guide";
8
- import * as i7 from "monkey-front-core";
9
- import * as i8 from "@ngx-translate/core";
10
- export declare class MECXFilterModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<MECXFilterModule, [typeof i1.MECXFilterComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MECXFilterMenuModule, typeof i5.MECXFilterSelectedModule, typeof i6.MonkeyButtonModule, typeof i7.MonkeyEcxDirectivesModule, typeof i7.MonkeyEcxPipesModule, typeof i6.MonkeyIconModule, typeof i6.MonkeyInputModule, typeof i6.MonkeyOptionModule, typeof i6.MonkeyRadioButtonModule, typeof i6.MonkeySelectModule, typeof i3.ReactiveFormsModule, typeof i8.TranslateModule], [typeof i1.MECXFilterComponent]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<MECXFilterModule>;
14
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./filter.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "./menu/menu.module";
6
+ import * as i5 from "./selected/selected.module";
7
+ import * as i6 from "monkey-style-guide";
8
+ import * as i7 from "monkey-front-core";
9
+ import * as i8 from "@ngx-translate/core";
10
+ export declare class MECXFilterModule {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MECXFilterModule, [typeof i1.MECXFilterComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MECXFilterMenuModule, typeof i5.MECXFilterSelectedModule, typeof i6.MonkeyButtonModule, typeof i7.MonkeyEcxDirectivesModule, typeof i7.MonkeyEcxPipesModule, typeof i6.MonkeyIconModule, typeof i6.MonkeyInputModule, typeof i6.MonkeyOptionModule, typeof i6.MonkeyRadioButtonModule, typeof i6.MonkeySelectModule, typeof i3.ReactiveFormsModule, typeof i8.TranslateModule], [typeof i1.MECXFilterComponent]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<MECXFilterModule>;
14
+ }
@@ -1,2 +1,2 @@
1
- export * from './filter.component';
2
- export * from './filter.module';
1
+ export * from './filter.component';
2
+ export * from './filter.module';
@@ -1 +1 @@
1
- export * from './menu.module';
1
+ export * from './menu.module';
@@ -1,24 +1,24 @@
1
- import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
- import { MonkeyEcxFilterMenu, MonkeyEcxFilterMenuChildren } from 'monkey-front-core';
3
- import * as i0 from "@angular/core";
4
- export declare class MECXFilterMenuComponent implements OnChanges {
5
- model: MonkeyEcxFilterMenu[];
6
- onClose: EventEmitter<any>;
7
- onSubmit: EventEmitter<any>;
8
- _onHandleSubmit: Function;
9
- _model: MonkeyEcxFilterMenu[];
10
- _showMenu: boolean;
11
- _menuOption: MonkeyEcxFilterMenu | MonkeyEcxFilterMenuChildren;
12
- closeMenu: () => void;
13
- constructor();
14
- private validateValue;
15
- private onHandleSubmitValue;
16
- private onHandleMenus;
17
- ngOnChanges(changes: SimpleChanges): void;
18
- onHandleChildrenAction(option: MonkeyEcxFilterMenu, child: MonkeyEcxFilterMenuChildren): void;
19
- onHandleShowMenu(option: MonkeyEcxFilterMenu): void;
20
- onHandleClose(): void;
21
- onHandleSubmit(event: any): void;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterMenuComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterMenuComponent, "mecx-filter-menu", never, { "model": "model"; }, { "onClose": "onClose"; "onSubmit": "onSubmit"; }, never, never>;
24
- }
1
+ import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
+ import { MonkeyEcxFilterMenu, MonkeyEcxFilterMenuChildren } from 'monkey-front-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MECXFilterMenuComponent implements OnChanges {
5
+ model: MonkeyEcxFilterMenu[];
6
+ onClose: EventEmitter<any>;
7
+ onSubmit: EventEmitter<any>;
8
+ _onHandleSubmit: Function;
9
+ _model: MonkeyEcxFilterMenu[];
10
+ _showMenu: boolean;
11
+ _menuOption: MonkeyEcxFilterMenu | MonkeyEcxFilterMenuChildren;
12
+ closeMenu: () => void;
13
+ constructor();
14
+ private validateValue;
15
+ private onHandleSubmitValue;
16
+ private onHandleMenus;
17
+ ngOnChanges(changes: SimpleChanges): void;
18
+ onHandleChildrenAction(option: MonkeyEcxFilterMenu, child: MonkeyEcxFilterMenuChildren): void;
19
+ onHandleShowMenu(option: MonkeyEcxFilterMenu): void;
20
+ onHandleClose(): void;
21
+ onHandleSubmit(event: any): void;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterMenuComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterMenuComponent, "mecx-filter-menu", never, { "model": "model"; }, { "onClose": "onClose"; "onSubmit": "onSubmit"; }, never, never>;
24
+ }
@@ -1,14 +1,14 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./menu.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 "@angular/router";
8
- import * as i7 from "../options/options.module";
9
- import * as i8 from "@ngx-translate/core";
10
- export declare class MECXFilterMenuModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterMenuModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<MECXFilterMenuModule, [typeof i1.MECXFilterMenuComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MonkeyEcxDirectivesModule, typeof i5.MonkeyButtonModule, typeof i5.MonkeyBadgeModule, typeof i5.MonkeyIconModule, typeof i5.MonkeyInputModule, typeof i5.MonkeyCheckboxModule, typeof i5.MonkeySelectModule, typeof i5.MonkeyOptionModule, typeof i5.MonkeyDateRangePickerModule, typeof i6.RouterModule, typeof i7.MECXFilterOptionsModule, typeof i8.TranslateModule], [typeof i1.MECXFilterMenuComponent]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<MECXFilterMenuModule>;
14
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./menu.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 "@angular/router";
8
+ import * as i7 from "../options/options.module";
9
+ import * as i8 from "@ngx-translate/core";
10
+ export declare class MECXFilterMenuModule {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterMenuModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MECXFilterMenuModule, [typeof i1.MECXFilterMenuComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MonkeyEcxDirectivesModule, typeof i5.MonkeyButtonModule, typeof i5.MonkeyBadgeModule, typeof i5.MonkeyIconModule, typeof i5.MonkeyInputModule, typeof i5.MonkeyCheckboxModule, typeof i5.MonkeySelectModule, typeof i5.MonkeyOptionModule, typeof i5.MonkeyDateRangePickerModule, typeof i6.RouterModule, typeof i7.MECXFilterOptionsModule, typeof i8.TranslateModule], [typeof i1.MECXFilterMenuComponent]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<MECXFilterMenuModule>;
14
+ }
@@ -1,17 +1,17 @@
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 MECXFilterOptionsChildrenComponent implements OnInit, OnDestroy {
5
- option: MonkeyEcxFilterMenu;
6
- onSubmit: EventEmitter<any>;
7
- onShow: EventEmitter<any>;
8
- private eventHandle;
9
- private eventSubscription;
10
- constructor();
11
- ngOnInit(): void;
12
- ngOnDestroy(): void;
13
- onHandleChildrenAction(child: any): void;
14
- onHandleValidateSelected({ field, getValue }: any): boolean;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterOptionsChildrenComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterOptionsChildrenComponent, "mecx-filter-options-children", never, { "option": "option"; }, { "onSubmit": "onSubmit"; "onShow": "onShow"; }, never, never>;
17
- }
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 MECXFilterOptionsChildrenComponent implements OnInit, OnDestroy {
5
+ option: MonkeyEcxFilterMenu;
6
+ onSubmit: EventEmitter<any>;
7
+ onShow: EventEmitter<any>;
8
+ private eventHandle;
9
+ private eventSubscription;
10
+ constructor();
11
+ ngOnInit(): void;
12
+ ngOnDestroy(): void;
13
+ onHandleChildrenAction(child: any): void;
14
+ onHandleValidateSelected({ field, getValue }: any): boolean;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterOptionsChildrenComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterOptionsChildrenComponent, "mecx-filter-options-children", never, { "option": "option"; }, { "onSubmit": "onSubmit"; "onShow": "onShow"; }, never, never>;
17
+ }
@@ -1 +1 @@
1
- export * from './children.component';
1
+ export * from './children.component';
@@ -1,17 +1,17 @@
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 MECXFilterOptionsCurrencyComponent implements OnInit, OnChanges, OnDestroy {
5
- option: MonkeyEcxFilterMenu;
6
- onSubmit: EventEmitter<any>;
7
- _value: number;
8
- private eventHandle;
9
- private eventSubscription;
10
- constructor();
11
- ngOnInit(): void;
12
- ngOnDestroy(): void;
13
- ngOnChanges(changes: SimpleChanges): void;
14
- onChangeFilter(value: number): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterOptionsCurrencyComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterOptionsCurrencyComponent, "mecx-filter-options-currency", never, { "option": "option"; }, { "onSubmit": "onSubmit"; }, never, never>;
17
- }
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 MECXFilterOptionsCurrencyComponent implements OnInit, OnChanges, OnDestroy {
5
+ option: MonkeyEcxFilterMenu;
6
+ onSubmit: EventEmitter<any>;
7
+ _value: number;
8
+ private eventHandle;
9
+ private eventSubscription;
10
+ constructor();
11
+ ngOnInit(): void;
12
+ ngOnDestroy(): void;
13
+ ngOnChanges(changes: SimpleChanges): void;
14
+ onChangeFilter(value: number): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterOptionsCurrencyComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterOptionsCurrencyComponent, "mecx-filter-options-currency", never, { "option": "option"; }, { "onSubmit": "onSubmit"; }, never, never>;
17
+ }
@@ -1 +1 @@
1
- export * from './currency.component';
1
+ export * from './currency.component';
@@ -1,24 +1,24 @@
1
- import { EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
2
- import { FormGroup } from '@angular/forms';
3
- import { MonkeyEcxFilterMenu, MonkeyEcxFilterMenuChildren } from 'monkey-front-core';
4
- import * as i0 from "@angular/core";
5
- export declare class MECXFilterOptionsDateRangeComponent implements OnInit, OnChanges, OnDestroy {
6
- option: MonkeyEcxFilterMenu | MonkeyEcxFilterMenuChildren;
7
- onSubmit: EventEmitter<any>;
8
- _value: any;
9
- _form: FormGroup;
10
- _moveDaysForward: boolean;
11
- private eventHandle;
12
- private eventSubscription;
13
- constructor();
14
- private onHandleSelectedValue;
15
- ngOnInit(): void;
16
- ngOnDestroy(): void;
17
- ngOnChanges(changes: SimpleChanges): void;
18
- onChangeFilter(value: {
19
- startDate: string;
20
- endDate: string;
21
- }): void;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterOptionsDateRangeComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterOptionsDateRangeComponent, "mecx-filter-options-date-range", never, { "option": "option"; }, { "onSubmit": "onSubmit"; }, never, never>;
24
- }
1
+ import { EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
2
+ import { FormGroup } from '@angular/forms';
3
+ import { MonkeyEcxFilterMenu, MonkeyEcxFilterMenuChildren } from 'monkey-front-core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class MECXFilterOptionsDateRangeComponent implements OnInit, OnChanges, OnDestroy {
6
+ option: MonkeyEcxFilterMenu | MonkeyEcxFilterMenuChildren;
7
+ onSubmit: EventEmitter<any>;
8
+ _value: any;
9
+ _form: FormGroup;
10
+ _moveDaysForward: boolean;
11
+ private eventHandle;
12
+ private eventSubscription;
13
+ constructor();
14
+ private onHandleSelectedValue;
15
+ ngOnInit(): void;
16
+ ngOnDestroy(): void;
17
+ ngOnChanges(changes: SimpleChanges): void;
18
+ onChangeFilter(value: {
19
+ startDate: string;
20
+ endDate: string;
21
+ }): void;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterOptionsDateRangeComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterOptionsDateRangeComponent, "mecx-filter-options-date-range", never, { "option": "option"; }, { "onSubmit": "onSubmit"; }, never, never>;
24
+ }
@@ -1 +1 @@
1
- export * from './date-range.component';
1
+ export * from './date-range.component';
@@ -1 +1 @@
1
- export * from './options.module';
1
+ export * from './options.module';
@@ -1 +1 @@
1
- export * from './input.component';
1
+ export * from './input.component';
@@ -1,17 +1,17 @@
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 MECXFilterOptionsInputComponent implements OnInit, OnChanges, OnDestroy {
5
- option: MonkeyEcxFilterMenu;
6
- onSubmit: EventEmitter<any>;
7
- _value: string;
8
- private eventHandle;
9
- private eventSubscription;
10
- constructor();
11
- ngOnInit(): void;
12
- ngOnDestroy(): void;
13
- ngOnChanges(changes: SimpleChanges): void;
14
- onChangeFilter(value: number): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterOptionsInputComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterOptionsInputComponent, "mecx-filter-options-input", never, { "option": "option"; }, { "onSubmit": "onSubmit"; }, never, never>;
17
- }
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 MECXFilterOptionsInputComponent implements OnInit, OnChanges, OnDestroy {
5
+ option: MonkeyEcxFilterMenu;
6
+ onSubmit: EventEmitter<any>;
7
+ _value: string;
8
+ private eventHandle;
9
+ private eventSubscription;
10
+ constructor();
11
+ ngOnInit(): void;
12
+ ngOnDestroy(): void;
13
+ ngOnChanges(changes: SimpleChanges): void;
14
+ onChangeFilter(value: number): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterOptionsInputComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterOptionsInputComponent, "mecx-filter-options-input", never, { "option": "option"; }, { "onSubmit": "onSubmit"; }, never, never>;
17
+ }
@@ -1,28 +1,28 @@
1
- import { EventEmitter, OnInit, AfterViewInit } from '@angular/core';
2
- import { MonkeyEcxFilterMenu, MonkeyEcxFilterMenuChildren } from 'monkey-front-core';
3
- import { BaseComponent } from '../../../base';
4
- import * as i0 from "@angular/core";
5
- export declare class MECXFilterOptionsComponent extends BaseComponent implements OnInit, AfterViewInit {
6
- option: MonkeyEcxFilterMenu;
7
- closeDirectly: boolean;
8
- onClose: EventEmitter<any>;
9
- onRemove: EventEmitter<any>;
10
- onSubmit: EventEmitter<any>;
11
- onShowFromChildren: EventEmitter<any>;
12
- _showMenu: boolean;
13
- _isLoading: boolean;
14
- _hasMoreValues: boolean;
15
- closeMenu: () => void;
16
- constructor();
17
- private onHandleLoading;
18
- private onHandleLoadValues;
19
- ngOnInit(): void;
20
- ngAfterViewInit(): void;
21
- onHandleChildrenAction(child: MonkeyEcxFilterMenuChildren): void;
22
- onHandleSubmitChildren(event: any): void;
23
- onHandleSubmit(event: any): void;
24
- onHandleShowMenu(): void;
25
- onHandleLoadMoreValues(): void;
26
- static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterOptionsComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterOptionsComponent, "mecx-filter-options", never, { "option": "option"; "closeDirectly": "closeDirectly"; }, { "onClose": "onClose"; "onRemove": "onRemove"; "onSubmit": "onSubmit"; "onShowFromChildren": "onShowFromChildren"; }, never, never>;
28
- }
1
+ import { EventEmitter, OnInit, AfterViewInit } from '@angular/core';
2
+ import { MonkeyEcxFilterMenu, MonkeyEcxFilterMenuChildren } from 'monkey-front-core';
3
+ import { BaseComponent } from '../../../base';
4
+ import * as i0 from "@angular/core";
5
+ export declare class MECXFilterOptionsComponent extends BaseComponent implements OnInit, AfterViewInit {
6
+ option: MonkeyEcxFilterMenu;
7
+ closeDirectly: boolean;
8
+ onClose: EventEmitter<any>;
9
+ onRemove: EventEmitter<any>;
10
+ onSubmit: EventEmitter<any>;
11
+ onShowFromChildren: EventEmitter<any>;
12
+ _showMenu: boolean;
13
+ _isLoading: boolean;
14
+ _hasMoreValues: boolean;
15
+ closeMenu: () => void;
16
+ constructor();
17
+ private onHandleLoading;
18
+ private onHandleLoadValues;
19
+ ngOnInit(): void;
20
+ ngAfterViewInit(): void;
21
+ onHandleChildrenAction(child: MonkeyEcxFilterMenuChildren): void;
22
+ onHandleSubmitChildren(event: any): void;
23
+ onHandleSubmit(event: any): void;
24
+ onHandleShowMenu(): void;
25
+ onHandleLoadMoreValues(): void;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterOptionsComponent, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterOptionsComponent, "mecx-filter-options", never, { "option": "option"; "closeDirectly": "closeDirectly"; }, { "onClose": "onClose"; "onRemove": "onRemove"; "onSubmit": "onSubmit"; "onShowFromChildren": "onShowFromChildren"; }, never, never>;
28
+ }