monkey-front-components 0.0.407 → 0.0.409
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.
- package/esm2020/lib/components/base/base-component.mjs +322 -322
- package/esm2020/lib/components/base/base-dynamic-array.mjs +221 -221
- package/esm2020/lib/components/base/base-dynamic.mjs +102 -102
- package/esm2020/lib/components/base/base-scroll-component.mjs +55 -55
- package/esm2020/lib/components/base/base-validators.mjs +18 -18
- package/esm2020/lib/components/base/index.mjs +5 -5
- package/esm2020/lib/components/dynamic/button/button.component.mjs +52 -52
- package/esm2020/lib/components/dynamic/button/index.mjs +1 -1
- package/esm2020/lib/components/dynamic/dynamic-directive.mjs +95 -95
- package/esm2020/lib/components/dynamic/dynamic.module.mjs +84 -84
- package/esm2020/lib/components/dynamic/file-upload/file-upload.component.mjs +53 -53
- package/esm2020/lib/components/dynamic/file-upload/index.mjs +1 -1
- package/esm2020/lib/components/dynamic/form/dynamic-form-array.component.mjs +72 -72
- package/esm2020/lib/components/dynamic/form/dynamic-form.component.mjs +46 -46
- package/esm2020/lib/components/dynamic/form/index.mjs +2 -2
- package/esm2020/lib/components/dynamic/index.mjs +8 -8
- package/esm2020/lib/components/dynamic/input/index.mjs +1 -1
- package/esm2020/lib/components/dynamic/input/input.component.mjs +65 -65
- package/esm2020/lib/components/dynamic/input-phone/index.mjs +1 -1
- package/esm2020/lib/components/dynamic/input-phone/input-phone.component.mjs +65 -65
- package/esm2020/lib/components/dynamic/radio/index.mjs +1 -1
- package/esm2020/lib/components/dynamic/radio/radio.component.mjs +33 -33
- package/esm2020/lib/components/dynamic/select/index.mjs +1 -1
- package/esm2020/lib/components/dynamic/select/select.component.mjs +80 -80
- package/esm2020/lib/components/dynamic/select-search/index.mjs +1 -1
- package/esm2020/lib/components/dynamic/select-search/select-search.component.mjs +86 -86
- package/esm2020/lib/components/index.mjs +3 -3
- package/esm2020/lib/components/shared/filter/filter.component.mjs +119 -119
- package/esm2020/lib/components/shared/filter/filter.module.mjs +63 -63
- package/esm2020/lib/components/shared/filter/index.mjs +2 -2
- package/esm2020/lib/components/shared/filter/menu/index.mjs +1 -1
- package/esm2020/lib/components/shared/filter/menu/menu.component.mjs +120 -120
- package/esm2020/lib/components/shared/filter/menu/menu.module.mjs +70 -70
- package/esm2020/lib/components/shared/filter/options/children/children.component.mjs +50 -50
- package/esm2020/lib/components/shared/filter/options/children/index.mjs +1 -1
- package/esm2020/lib/components/shared/filter/options/currency/currency.component.mjs +46 -46
- package/esm2020/lib/components/shared/filter/options/currency/index.mjs +1 -1
- package/esm2020/lib/components/shared/filter/options/date-range/date-range.component.mjs +65 -65
- package/esm2020/lib/components/shared/filter/options/date-range/index.mjs +1 -1
- package/esm2020/lib/components/shared/filter/options/index.mjs +1 -1
- package/esm2020/lib/components/shared/filter/options/input/index.mjs +1 -1
- package/esm2020/lib/components/shared/filter/options/input/input.component.mjs +46 -46
- package/esm2020/lib/components/shared/filter/options/options.component.mjs +68 -68
- package/esm2020/lib/components/shared/filter/options/options.module.mjs +95 -95
- package/esm2020/lib/components/shared/filter/options/status/index.mjs +1 -1
- package/esm2020/lib/components/shared/filter/options/status/status.component.mjs +66 -66
- package/esm2020/lib/components/shared/filter/selected/index.mjs +1 -1
- package/esm2020/lib/components/shared/filter/selected/item/children/children.component.mjs +57 -57
- package/esm2020/lib/components/shared/filter/selected/item/children/index.mjs +1 -1
- package/esm2020/lib/components/shared/filter/selected/item/currency/currency.component.mjs +29 -29
- package/esm2020/lib/components/shared/filter/selected/item/currency/index.mjs +1 -1
- package/esm2020/lib/components/shared/filter/selected/item/date-range/date-range.component.mjs +42 -42
- package/esm2020/lib/components/shared/filter/selected/item/date-range/index.mjs +1 -1
- package/esm2020/lib/components/shared/filter/selected/item/date-with-action/date-with-action.component.mjs +33 -33
- package/esm2020/lib/components/shared/filter/selected/item/date-with-action/index.mjs +1 -1
- package/esm2020/lib/components/shared/filter/selected/item/index.mjs +7 -7
- package/esm2020/lib/components/shared/filter/selected/item/input/index.mjs +1 -1
- package/esm2020/lib/components/shared/filter/selected/item/input/input.component.mjs +28 -28
- package/esm2020/lib/components/shared/filter/selected/item/item.component.mjs +74 -74
- package/esm2020/lib/components/shared/filter/selected/item/status/index.mjs +1 -1
- package/esm2020/lib/components/shared/filter/selected/item/status/status.component.mjs +39 -39
- package/esm2020/lib/components/shared/filter/selected/selected.component.mjs +80 -80
- package/esm2020/lib/components/shared/filter/selected/selected.module.mjs +90 -90
- package/esm2020/lib/components/shared/index.mjs +4 -4
- package/esm2020/lib/components/shared/password-strength/index.mjs +2 -2
- package/esm2020/lib/components/shared/password-strength/password-strength.component.mjs +85 -85
- package/esm2020/lib/components/shared/password-strength/password-strength.mjs +1 -1
- package/esm2020/lib/components/shared/password-strength/password-strength.module.mjs +50 -50
- package/esm2020/lib/components/shared/products/filter/filter.component.mjs +36 -36
- package/esm2020/lib/components/shared/products/index.mjs +2 -2
- package/esm2020/lib/components/shared/products/products.component.mjs +91 -91
- package/esm2020/lib/components/shared/products/products.module.mjs +22 -22
- package/esm2020/lib/components/shared/products/providers/index.mjs +1 -1
- package/esm2020/lib/components/shared/products/providers/products.model.mjs +37 -37
- package/esm2020/lib/components/shared/progress-bar/index.mjs +3 -3
- package/esm2020/lib/components/shared/progress-bar/progress-bar.component.mjs +28 -28
- package/esm2020/lib/components/shared/progress-bar/progress-bar.module.mjs +18 -18
- package/esm2020/lib/components/shared/progress-bar/progress-bar.service.mjs +49 -49
- package/esm2020/lib/interfaces/field-config.mjs +1 -1
- package/esm2020/lib/interfaces/index.mjs +1 -1
- package/esm2020/monkey-front-components.mjs +4 -4
- package/esm2020/public-api.mjs +4 -4
- package/fesm2015/monkey-front-components.mjs +2774 -2774
- package/fesm2015/monkey-front-components.mjs.map +1 -1
- package/fesm2020/monkey-front-components.mjs +2756 -2756
- package/fesm2020/monkey-front-components.mjs.map +1 -1
- package/lib/components/base/base-component.d.ts +50 -50
- package/lib/components/base/base-dynamic-array.d.ts +34 -34
- package/lib/components/base/base-dynamic.d.ts +25 -25
- package/lib/components/base/base-scroll-component.d.ts +16 -16
- package/lib/components/base/base-validators.d.ts +1 -1
- package/lib/components/base/index.d.ts +5 -5
- package/lib/components/dynamic/button/button.component.d.ts +17 -17
- package/lib/components/dynamic/button/index.d.ts +1 -1
- package/lib/components/dynamic/dynamic-directive.d.ts +22 -22
- package/lib/components/dynamic/dynamic.module.d.ts +20 -20
- package/lib/components/dynamic/file-upload/file-upload.component.d.ts +17 -17
- package/lib/components/dynamic/file-upload/index.d.ts +1 -1
- package/lib/components/dynamic/form/dynamic-form-array.component.d.ts +16 -16
- package/lib/components/dynamic/form/dynamic-form.component.d.ts +14 -14
- package/lib/components/dynamic/form/index.d.ts +2 -2
- package/lib/components/dynamic/index.d.ts +8 -8
- package/lib/components/dynamic/input/index.d.ts +1 -1
- package/lib/components/dynamic/input/input.component.d.ts +20 -20
- package/lib/components/dynamic/input-phone/index.d.ts +1 -1
- package/lib/components/dynamic/input-phone/input-phone.component.d.ts +20 -20
- package/lib/components/dynamic/radio/index.d.ts +1 -1
- package/lib/components/dynamic/radio/radio.component.d.ts +11 -11
- package/lib/components/dynamic/select/index.d.ts +1 -1
- package/lib/components/dynamic/select/select.component.d.ts +16 -16
- package/lib/components/dynamic/select-search/index.d.ts +1 -1
- package/lib/components/dynamic/select-search/select-search.component.d.ts +18 -18
- package/lib/components/index.d.ts +3 -3
- package/lib/components/shared/filter/filter.component.d.ts +32 -32
- package/lib/components/shared/filter/filter.module.d.ts +14 -14
- package/lib/components/shared/filter/index.d.ts +2 -2
- package/lib/components/shared/filter/menu/index.d.ts +1 -1
- package/lib/components/shared/filter/menu/menu.component.d.ts +24 -24
- package/lib/components/shared/filter/menu/menu.module.d.ts +14 -14
- package/lib/components/shared/filter/options/children/children.component.d.ts +17 -17
- package/lib/components/shared/filter/options/children/index.d.ts +1 -1
- package/lib/components/shared/filter/options/currency/currency.component.d.ts +17 -17
- package/lib/components/shared/filter/options/currency/index.d.ts +1 -1
- package/lib/components/shared/filter/options/date-range/date-range.component.d.ts +24 -24
- package/lib/components/shared/filter/options/date-range/index.d.ts +1 -1
- package/lib/components/shared/filter/options/index.d.ts +1 -1
- package/lib/components/shared/filter/options/input/index.d.ts +1 -1
- package/lib/components/shared/filter/options/input/input.component.d.ts +17 -17
- package/lib/components/shared/filter/options/options.component.d.ts +20 -20
- package/lib/components/shared/filter/options/options.module.d.ts +18 -18
- package/lib/components/shared/filter/options/status/index.d.ts +1 -1
- package/lib/components/shared/filter/options/status/status.component.d.ts +19 -19
- package/lib/components/shared/filter/selected/index.d.ts +1 -1
- package/lib/components/shared/filter/selected/item/children/children.component.d.ts +16 -16
- package/lib/components/shared/filter/selected/item/children/index.d.ts +1 -1
- package/lib/components/shared/filter/selected/item/currency/currency.component.d.ts +11 -11
- package/lib/components/shared/filter/selected/item/currency/index.d.ts +1 -1
- package/lib/components/shared/filter/selected/item/date-range/date-range.component.d.ts +12 -12
- package/lib/components/shared/filter/selected/item/date-range/index.d.ts +1 -1
- package/lib/components/shared/filter/selected/item/date-with-action/date-with-action.component.d.ts +11 -11
- package/lib/components/shared/filter/selected/item/date-with-action/index.d.ts +1 -1
- package/lib/components/shared/filter/selected/item/index.d.ts +7 -7
- package/lib/components/shared/filter/selected/item/input/index.d.ts +1 -1
- package/lib/components/shared/filter/selected/item/input/input.component.d.ts +11 -11
- package/lib/components/shared/filter/selected/item/item.component.d.ts +20 -20
- package/lib/components/shared/filter/selected/item/status/index.d.ts +1 -1
- package/lib/components/shared/filter/selected/item/status/status.component.d.ts +13 -13
- package/lib/components/shared/filter/selected/selected.component.d.ts +18 -18
- package/lib/components/shared/filter/selected/selected.module.d.ts +21 -21
- package/lib/components/shared/index.d.ts +4 -4
- package/lib/components/shared/password-strength/index.d.ts +2 -2
- package/lib/components/shared/password-strength/password-strength.component.d.ts +23 -23
- package/lib/components/shared/password-strength/password-strength.d.ts +5 -5
- package/lib/components/shared/password-strength/password-strength.module.d.ts +12 -12
- package/lib/components/shared/products/filter/filter.component.d.ts +12 -12
- package/lib/components/shared/products/index.d.ts +2 -2
- package/lib/components/shared/products/products.component.d.ts +20 -20
- package/lib/components/shared/products/products.module.d.ts +11 -11
- package/lib/components/shared/products/providers/index.d.ts +1 -1
- package/lib/components/shared/products/providers/products.model.d.ts +13 -13
- package/lib/components/shared/progress-bar/index.d.ts +3 -3
- package/lib/components/shared/progress-bar/progress-bar.component.d.ts +12 -12
- package/lib/components/shared/progress-bar/progress-bar.module.d.ts +8 -8
- package/lib/components/shared/progress-bar/progress-bar.service.d.ts +14 -14
- package/lib/interfaces/field-config.d.ts +54 -54
- package/lib/interfaces/index.d.ts +1 -1
- package/monkey-front-components-0.0.409.tgz +0 -0
- package/monkey-front-components.d.ts +5 -5
- package/package.json +3 -3
- package/public-api.d.ts +1 -1
- package/monkey-front-components-0.0.407.tgz +0 -0
|
@@ -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,32 +1,32 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { MonkeyEcxFilterMenu, MonkeyEcxFilterOrder } 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
|
-
set search(value: string);
|
|
11
|
-
set order(value: any);
|
|
12
|
-
isLoading: boolean;
|
|
13
|
-
onFilter: EventEmitter<any>;
|
|
14
|
-
_order: MonkeyEcxFilterOrder;
|
|
15
|
-
_search: string;
|
|
16
|
-
_showMenu: boolean;
|
|
17
|
-
_hasFilterByMenu: boolean;
|
|
18
|
-
_actionElement: HTMLElement;
|
|
19
|
-
closeMenu: () => void;
|
|
20
|
-
constructor();
|
|
21
|
-
private validateValue;
|
|
22
|
-
private handleFilters;
|
|
23
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
24
|
-
onSearchFilter(event: string): void;
|
|
25
|
-
onClearFilter(): void;
|
|
26
|
-
onHandleSubmit(event: any): void;
|
|
27
|
-
onHandleShowMenu(): void;
|
|
28
|
-
onHandleClose(): void;
|
|
29
|
-
onHandleOrder(event: any): void;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterComponent, "mecx-filter", never, { "searchPlaceholder": "searchPlaceholder"; "orderPlaceholder": "orderPlaceholder"; "menus": "menus"; "orders": "orders"; "enableSearch": "enableSearch"; "search": "search"; "order": "order"; "isLoading": "isLoading"; }, { "onFilter": "onFilter"; }, never, never>;
|
|
32
|
-
}
|
|
1
|
+
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { MonkeyEcxFilterMenu, MonkeyEcxFilterOrder } 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
|
+
set search(value: string);
|
|
11
|
+
set order(value: any);
|
|
12
|
+
isLoading: boolean;
|
|
13
|
+
onFilter: EventEmitter<any>;
|
|
14
|
+
_order: MonkeyEcxFilterOrder;
|
|
15
|
+
_search: string;
|
|
16
|
+
_showMenu: boolean;
|
|
17
|
+
_hasFilterByMenu: boolean;
|
|
18
|
+
_actionElement: HTMLElement;
|
|
19
|
+
closeMenu: () => void;
|
|
20
|
+
constructor();
|
|
21
|
+
private validateValue;
|
|
22
|
+
private handleFilters;
|
|
23
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
24
|
+
onSearchFilter(event: string): void;
|
|
25
|
+
onClearFilter(): void;
|
|
26
|
+
onHandleSubmit(event: any): void;
|
|
27
|
+
onHandleShowMenu(): void;
|
|
28
|
+
onHandleClose(): void;
|
|
29
|
+
onHandleOrder(event: any): void;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterComponent, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterComponent, "mecx-filter", never, { "searchPlaceholder": "searchPlaceholder"; "orderPlaceholder": "orderPlaceholder"; "menus": "menus"; "orders": "orders"; "enableSearch": "enableSearch"; "search": "search"; "order": "order"; "isLoading": "isLoading"; }, { "onFilter": "onFilter"; }, never, never>;
|
|
32
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./filter.component";
|
|
3
|
-
import * as i2 from "monkey-front-core";
|
|
4
|
-
import * as i3 from "monkey-style-guide";
|
|
5
|
-
import * as i4 from "@ngx-translate/core";
|
|
6
|
-
import * as i5 from "./menu/menu.module";
|
|
7
|
-
import * as i6 from "./selected/selected.module";
|
|
8
|
-
import * as i7 from "@angular/common";
|
|
9
|
-
import * as i8 from "@angular/forms";
|
|
10
|
-
export declare class MECXFilterModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MECXFilterModule, [typeof i1.MECXFilterComponent], [typeof i2.MonkeyEcxDirectivesModule, typeof i2.MonkeyEcxPipesModule, typeof i3.MonkeyButtonModule, typeof i3.MonkeyInputModule, typeof i3.MonkeyIconModule, typeof i3.MonkeySelectModule, typeof i3.MonkeyOptionModule, typeof i4.TranslateModule, typeof i5.MECXFilterMenuModule, typeof i6.MECXFilterSelectedModule, typeof i7.CommonModule, typeof i8.FormsModule, typeof i8.ReactiveFormsModule], [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 "monkey-front-core";
|
|
4
|
+
import * as i3 from "monkey-style-guide";
|
|
5
|
+
import * as i4 from "@ngx-translate/core";
|
|
6
|
+
import * as i5 from "./menu/menu.module";
|
|
7
|
+
import * as i6 from "./selected/selected.module";
|
|
8
|
+
import * as i7 from "@angular/common";
|
|
9
|
+
import * as i8 from "@angular/forms";
|
|
10
|
+
export declare class MECXFilterModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MECXFilterModule, [typeof i1.MECXFilterComponent], [typeof i2.MonkeyEcxDirectivesModule, typeof i2.MonkeyEcxPipesModule, typeof i3.MonkeyButtonModule, typeof i3.MonkeyInputModule, typeof i3.MonkeyIconModule, typeof i3.MonkeySelectModule, typeof i3.MonkeyOptionModule, typeof i4.TranslateModule, typeof i5.MECXFilterMenuModule, typeof i6.MECXFilterSelectedModule, typeof i7.CommonModule, typeof i8.FormsModule, typeof i8.ReactiveFormsModule], [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,20 +1,20 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { MonkeyEcxFilterMenu, MonkeyEcxFilterMenuChildren } from 'monkey-front-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class MECXFilterOptionsComponent {
|
|
5
|
-
option: MonkeyEcxFilterMenu;
|
|
6
|
-
closeDirectly: boolean;
|
|
7
|
-
onClose: EventEmitter<any>;
|
|
8
|
-
onRemove: EventEmitter<any>;
|
|
9
|
-
onSubmit: EventEmitter<any>;
|
|
10
|
-
onShowFromChildren: EventEmitter<any>;
|
|
11
|
-
_showMenu: boolean;
|
|
12
|
-
closeMenu: () => void;
|
|
13
|
-
constructor();
|
|
14
|
-
onHandleChildrenAction(child: MonkeyEcxFilterMenuChildren): void;
|
|
15
|
-
onHandleSubmitChildren(event: any): void;
|
|
16
|
-
onHandleSubmit(event: any): void;
|
|
17
|
-
onHandleShowMenu(): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterOptionsComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterOptionsComponent, "mecx-filter-options", never, { "option": "option"; "closeDirectly": "closeDirectly"; }, { "onClose": "onClose"; "onRemove": "onRemove"; "onSubmit": "onSubmit"; "onShowFromChildren": "onShowFromChildren"; }, never, never>;
|
|
20
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { MonkeyEcxFilterMenu, MonkeyEcxFilterMenuChildren } from 'monkey-front-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MECXFilterOptionsComponent {
|
|
5
|
+
option: MonkeyEcxFilterMenu;
|
|
6
|
+
closeDirectly: boolean;
|
|
7
|
+
onClose: EventEmitter<any>;
|
|
8
|
+
onRemove: EventEmitter<any>;
|
|
9
|
+
onSubmit: EventEmitter<any>;
|
|
10
|
+
onShowFromChildren: EventEmitter<any>;
|
|
11
|
+
_showMenu: boolean;
|
|
12
|
+
closeMenu: () => void;
|
|
13
|
+
constructor();
|
|
14
|
+
onHandleChildrenAction(child: MonkeyEcxFilterMenuChildren): void;
|
|
15
|
+
onHandleSubmitChildren(event: any): void;
|
|
16
|
+
onHandleSubmit(event: any): void;
|
|
17
|
+
onHandleShowMenu(): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterOptionsComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MECXFilterOptionsComponent, "mecx-filter-options", never, { "option": "option"; "closeDirectly": "closeDirectly"; }, { "onClose": "onClose"; "onRemove": "onRemove"; "onSubmit": "onSubmit"; "onShowFromChildren": "onShowFromChildren"; }, never, never>;
|
|
20
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
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 "@angular/common";
|
|
9
|
-
import * as i8 from "@angular/forms";
|
|
10
|
-
import * as i9 from "monkey-style-guide";
|
|
11
|
-
import * as i10 from "monkey-front-core";
|
|
12
|
-
import * as i11 from "@angular/router";
|
|
13
|
-
import * as i12 from "@ngx-translate/core";
|
|
14
|
-
export declare class MECXFilterOptionsModule {
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterOptionsModule, never>;
|
|
16
|
-
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.CommonModule, typeof i8.FormsModule, typeof i9.MonkeyBadgeModule, typeof i9.MonkeyButtonModule, typeof i9.MonkeyCheckboxModule, typeof i9.MonkeyDateRangePickerModule, typeof i10.MonkeyEcxDirectivesModule, typeof i9.MonkeyIconModule, typeof i9.MonkeyInputModule, typeof i9.MonkeyOptionModule, typeof i9.MonkeySelectModule, typeof i8.ReactiveFormsModule, typeof i11.RouterModule, typeof i12.TranslateModule], [typeof i1.MECXFilterOptionsChildrenComponent, typeof i2.MECXFilterOptionsComponent, typeof i3.MECXFilterOptionsCurrencyComponent, typeof i4.MECXFilterOptionsDateRangeComponent, typeof i5.MECXFilterOptionsInputComponent, typeof i6.MECXFilterOptionsStatusComponent]>;
|
|
17
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MECXFilterOptionsModule>;
|
|
18
|
-
}
|
|
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 "@angular/common";
|
|
9
|
+
import * as i8 from "@angular/forms";
|
|
10
|
+
import * as i9 from "monkey-style-guide";
|
|
11
|
+
import * as i10 from "monkey-front-core";
|
|
12
|
+
import * as i11 from "@angular/router";
|
|
13
|
+
import * as i12 from "@ngx-translate/core";
|
|
14
|
+
export declare class MECXFilterOptionsModule {
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterOptionsModule, never>;
|
|
16
|
+
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.CommonModule, typeof i8.FormsModule, typeof i9.MonkeyBadgeModule, typeof i9.MonkeyButtonModule, typeof i9.MonkeyCheckboxModule, typeof i9.MonkeyDateRangePickerModule, typeof i10.MonkeyEcxDirectivesModule, typeof i9.MonkeyIconModule, typeof i9.MonkeyInputModule, typeof i9.MonkeyOptionModule, typeof i9.MonkeySelectModule, typeof i8.ReactiveFormsModule, typeof i11.RouterModule, typeof i12.TranslateModule], [typeof i1.MECXFilterOptionsChildrenComponent, typeof i2.MECXFilterOptionsComponent, typeof i3.MECXFilterOptionsCurrencyComponent, typeof i4.MECXFilterOptionsDateRangeComponent, typeof i5.MECXFilterOptionsInputComponent, typeof i6.MECXFilterOptionsStatusComponent]>;
|
|
17
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MECXFilterOptionsModule>;
|
|
18
|
+
}
|
|
@@ -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 './selected.module';
|
|
1
|
+
export * from './selected.module';
|