monkey-front-components 0.0.371 → 0.0.375
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/shared/filter/options/currency/currency.component.mjs +2 -2
- package/esm2020/lib/components/shared/filter/options/date-range/date-range.component.mjs +2 -2
- package/esm2020/lib/components/shared/filter/options/input/index.mjs +2 -0
- package/esm2020/lib/components/shared/filter/options/input/input.component.mjs +46 -0
- package/esm2020/lib/components/shared/filter/options/options.component.mjs +7 -6
- package/esm2020/lib/components/shared/filter/options/options.module.mjs +43 -38
- package/esm2020/lib/components/shared/filter/options/status/status.component.mjs +2 -2
- package/esm2020/lib/components/shared/filter/selected/item/index.mjs +2 -1
- package/esm2020/lib/components/shared/filter/selected/item/input/index.mjs +2 -0
- package/esm2020/lib/components/shared/filter/selected/item/input/input.component.mjs +28 -0
- package/esm2020/lib/components/shared/filter/selected/item/item.component.mjs +11 -10
- package/esm2020/lib/components/shared/filter/selected/selected.module.mjs +37 -35
- package/fesm2015/monkey-front-components.mjs +152 -78
- package/fesm2015/monkey-front-components.mjs.map +1 -1
- package/fesm2020/monkey-front-components.mjs +152 -78
- package/fesm2020/monkey-front-components.mjs.map +1 -1
- package/lib/components/shared/filter/options/input/index.d.ts +1 -0
- package/lib/components/shared/filter/options/input/input.component.d.ts +17 -0
- package/lib/components/shared/filter/options/options.module.d.ts +13 -12
- package/lib/components/shared/filter/selected/item/index.d.ts +1 -0
- package/lib/components/shared/filter/selected/item/input/index.d.ts +1 -0
- package/lib/components/shared/filter/selected/item/input/input.component.d.ts +11 -0
- package/lib/components/shared/filter/selected/selected.module.d.ts +14 -13
- package/monkey-front-components-0.0.375.tgz +0 -0
- package/package.json +5 -5
- package/monkey-front-components-0.0.371.tgz +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './input.component';
|
|
@@ -0,0 +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,17 +1,18 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./
|
|
3
|
-
import * as i2 from "./
|
|
4
|
-
import * as i3 from "./
|
|
5
|
-
import * as i4 from "./
|
|
6
|
-
import * as i5 from "./
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "@angular/
|
|
10
|
-
import * as i9 from "
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "@
|
|
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";
|
|
13
14
|
export declare class MECXFilterOptionsModule {
|
|
14
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterOptionsModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MECXFilterOptionsModule, [typeof i1.
|
|
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]>;
|
|
16
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<MECXFilterOptionsModule>;
|
|
17
18
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './input.component';
|
|
@@ -0,0 +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,20 +1,21 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./selected.component";
|
|
3
|
-
import * as i2 from "./item/
|
|
4
|
-
import * as i3 from "./item/
|
|
5
|
-
import * as i4 from "./item/
|
|
6
|
-
import * as i5 from "./item/
|
|
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
7
|
import * as i6 from "./item/date-with-action/date-with-action.component";
|
|
8
|
-
import * as i7 from "./item/
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "
|
|
11
|
-
import * as i10 from "@angular/
|
|
12
|
-
import * as i11 from "
|
|
13
|
-
import * as i12 from "
|
|
14
|
-
import * as i13 from "
|
|
15
|
-
import * as i14 from "@
|
|
8
|
+
import * as i7 from "./item/input/input.component";
|
|
9
|
+
import * as i8 from "./item/status/status.component";
|
|
10
|
+
import * as i9 from "@angular/common";
|
|
11
|
+
import * as i10 from "@angular/forms";
|
|
12
|
+
import * as i11 from "../options/options.module";
|
|
13
|
+
import * as i12 from "monkey-style-guide";
|
|
14
|
+
import * as i13 from "monkey-front-core";
|
|
15
|
+
import * as i14 from "@angular/router";
|
|
16
|
+
import * as i15 from "@ngx-translate/core";
|
|
16
17
|
export declare class MECXFilterSelectedModule {
|
|
17
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<MECXFilterSelectedModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MECXFilterSelectedModule, [typeof i1.MECXFilterSelectedComponent, typeof i2.
|
|
19
|
+
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.CommonModule, typeof i10.FormsModule, typeof i11.MECXFilterOptionsModule, typeof i12.MonkeyBadgeModule, typeof i12.MonkeyButtonModule, typeof i12.MonkeyCheckboxModule, typeof i12.MonkeyDateRangePickerModule, typeof i13.MonkeyEcxDirectivesModule, typeof i13.MonkeyEcxPipesModule, typeof i12.MonkeyIconModule, typeof i12.MonkeyInputModule, typeof i12.MonkeyOptionModule, typeof i12.MonkeySelectModule, typeof i10.ReactiveFormsModule, typeof i14.RouterModule, typeof i15.TranslateModule], [typeof i1.MECXFilterSelectedComponent]>;
|
|
19
20
|
static ɵinj: i0.ɵɵInjectorDeclaration<MECXFilterSelectedModule>;
|
|
20
21
|
}
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "monkey-front-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.375",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "13.1.1",
|
|
6
6
|
"@angular/core": "13.1.1",
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
"@angular/router": "13.1.1",
|
|
9
9
|
"rxjs": "^6.6.3",
|
|
10
10
|
"@ngx-translate/core": "^13.0.0",
|
|
11
|
-
"monkey-style-guide": "2.0.
|
|
12
|
-
"monkey-front-core": "0.0.
|
|
11
|
+
"monkey-style-guide": "2.0.151",
|
|
12
|
+
"monkey-front-core": "0.0.228",
|
|
13
13
|
"ngx-mask": "^12.0.0"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"monkey-style-guide": "2.0.
|
|
17
|
-
"monkey-front-core": "0.0.
|
|
16
|
+
"monkey-style-guide": "2.0.151",
|
|
17
|
+
"monkey-front-core": "0.0.228",
|
|
18
18
|
"tslib": "^2.3.0"
|
|
19
19
|
},
|
|
20
20
|
"module": "fesm2015/monkey-front-components.mjs",
|
|
Binary file
|