monkey-front-components 0.0.562 → 0.0.564
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/README.md +24 -24
- package/esm2020/lib/components/base/base-component.mjs +330 -330
- 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 +19 -19
- package/esm2020/lib/components/base/index.mjs +6 -6
- package/esm2020/lib/components/dynamic/button/button.component.mjs +52 -52
- package/esm2020/lib/components/dynamic/button/index.mjs +2 -2
- 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 +2 -2
- 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 +3 -3
- package/esm2020/lib/components/dynamic/index.mjs +9 -9
- package/esm2020/lib/components/dynamic/input/index.mjs +2 -2
- package/esm2020/lib/components/dynamic/input/input.component.mjs +65 -65
- package/esm2020/lib/components/dynamic/input-phone/index.mjs +2 -2
- package/esm2020/lib/components/dynamic/input-phone/input-phone.component.mjs +65 -65
- package/esm2020/lib/components/dynamic/radio/index.mjs +2 -2
- package/esm2020/lib/components/dynamic/radio/radio.component.mjs +33 -33
- package/esm2020/lib/components/dynamic/select/index.mjs +2 -2
- package/esm2020/lib/components/dynamic/select/select.component.mjs +80 -80
- package/esm2020/lib/components/dynamic/select-search/index.mjs +2 -2
- package/esm2020/lib/components/dynamic/select-search/select-search.component.mjs +86 -86
- package/esm2020/lib/components/index.mjs +4 -4
- package/esm2020/lib/components/shared/filter/filter.component.mjs +142 -142
- package/esm2020/lib/components/shared/filter/filter.module.mjs +67 -67
- package/esm2020/lib/components/shared/filter/index.mjs +3 -3
- package/esm2020/lib/components/shared/filter/menu/index.mjs +2 -2
- 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 +2 -2
- package/esm2020/lib/components/shared/filter/options/currency/currency.component.mjs +46 -46
- package/esm2020/lib/components/shared/filter/options/currency/index.mjs +2 -2
- 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 +2 -2
- package/esm2020/lib/components/shared/filter/options/index.mjs +2 -2
- package/esm2020/lib/components/shared/filter/options/input/index.mjs +2 -2
- package/esm2020/lib/components/shared/filter/options/input/input.component.mjs +46 -46
- package/esm2020/lib/components/shared/filter/options/options.component.mjs +102 -102
- package/esm2020/lib/components/shared/filter/options/options.module.mjs +103 -103
- package/esm2020/lib/components/shared/filter/options/status/index.mjs +2 -2
- package/esm2020/lib/components/shared/filter/options/status/status.component.mjs +66 -66
- package/esm2020/lib/components/shared/filter/options/status-radio/index.mjs +2 -2
- package/esm2020/lib/components/shared/filter/options/status-radio/status-radio.component.mjs +37 -37
- package/esm2020/lib/components/shared/filter/selected/index.mjs +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- package/esm2020/lib/components/shared/filter/selected/item/index.mjs +9 -9
- package/esm2020/lib/components/shared/filter/selected/item/input/index.mjs +2 -2
- 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 +75 -75
- package/esm2020/lib/components/shared/filter/selected/item/status/index.mjs +2 -2
- package/esm2020/lib/components/shared/filter/selected/item/status/status.component.mjs +39 -39
- package/esm2020/lib/components/shared/filter/selected/item/status-radio/index.mjs +2 -2
- package/esm2020/lib/components/shared/filter/selected/item/status-radio/status-radio.component.mjs +29 -29
- package/esm2020/lib/components/shared/filter/selected/selected.component.mjs +85 -80
- package/esm2020/lib/components/shared/filter/selected/selected.module.mjs +92 -92
- package/esm2020/lib/components/shared/index.mjs +5 -5
- package/esm2020/lib/components/shared/password-strength/index.mjs +3 -3
- package/esm2020/lib/components/shared/password-strength/password-strength.component.mjs +85 -85
- package/esm2020/lib/components/shared/password-strength/password-strength.mjs +2 -2
- 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 +3 -3
- 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 +2 -2
- package/esm2020/lib/components/shared/products/providers/products.model.mjs +38 -38
- package/esm2020/lib/components/shared/progress-bar/index.mjs +4 -4
- 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 +2 -2
- package/esm2020/lib/interfaces/index.mjs +2 -2
- package/esm2020/monkey-front-components.mjs +4 -4
- package/esm2020/public-api.mjs +5 -5
- package/fesm2015/monkey-front-components.mjs +2912 -2904
- package/fesm2015/monkey-front-components.mjs.map +1 -1
- package/fesm2020/monkey-front-components.mjs +2889 -2884
- package/fesm2020/monkey-front-components.mjs.map +1 -1
- package/lib/components/base/base-component.d.ts +54 -54
- 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 +40 -40
- 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 +28 -28
- package/lib/components/shared/filter/options/options.module.d.ts +19 -19
- 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/options/status-radio/index.d.ts +1 -1
- package/lib/components/shared/filter/options/status-radio/status-radio.component.d.ts +15 -15
- 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 +8 -8
- 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/item/status-radio/index.d.ts +1 -1
- package/lib/components/shared/filter/selected/item/status-radio/status-radio.component.d.ts +11 -11
- package/lib/components/shared/filter/selected/selected.component.d.ts +19 -18
- package/lib/components/shared/filter/selected/selected.module.d.ts +22 -22
- 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.564.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.562.tgz +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MECXProductsFilterComponent {
|
|
4
|
-
isLoading: boolean;
|
|
5
|
-
onChangeFilter: EventEmitter<any>;
|
|
6
|
-
_search: string;
|
|
7
|
-
constructor();
|
|
8
|
-
onSearchFilter(event: string): void;
|
|
9
|
-
onClearFilter(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MECXProductsFilterComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MECXProductsFilterComponent, "mecx-products-filter", never, { "isLoading": "isLoading"; }, { "onChangeFilter": "onChangeFilter"; }, never, never>;
|
|
12
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MECXProductsFilterComponent {
|
|
4
|
+
isLoading: boolean;
|
|
5
|
+
onChangeFilter: EventEmitter<any>;
|
|
6
|
+
_search: string;
|
|
7
|
+
constructor();
|
|
8
|
+
onSearchFilter(event: string): void;
|
|
9
|
+
onClearFilter(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MECXProductsFilterComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MECXProductsFilterComponent, "mecx-products-filter", never, { "isLoading": "isLoading"; }, { "onChangeFilter": "onChangeFilter"; }, never, never>;
|
|
12
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './products.component';
|
|
2
|
-
export * from './products.module';
|
|
1
|
+
export * from './products.component';
|
|
2
|
+
export * from './products.module';
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { MonkeyEcxTokenStorageService } from 'monkey-front-core';
|
|
3
|
-
import { BaseComponent } from '../../base/base-component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class MECXProductsComponent extends BaseComponent implements OnInit {
|
|
6
|
-
private tokenStorage;
|
|
7
|
-
onAccess: EventEmitter<any>;
|
|
8
|
-
_products: any[];
|
|
9
|
-
_filteredProducts: any[];
|
|
10
|
-
_filter: string;
|
|
11
|
-
_hasMoreProducts: boolean;
|
|
12
|
-
constructor(tokenStorage: MonkeyEcxTokenStorageService);
|
|
13
|
-
onImgError(img: HTMLImageElement): void;
|
|
14
|
-
private onHandleProducts;
|
|
15
|
-
private onHandleMe;
|
|
16
|
-
ngOnInit(): void;
|
|
17
|
-
onHandleChangeFilter(event: string): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MECXProductsComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MECXProductsComponent, "mecx-products", never, {}, { "onAccess": "onAccess"; }, never, never>;
|
|
20
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { MonkeyEcxTokenStorageService } from 'monkey-front-core';
|
|
3
|
+
import { BaseComponent } from '../../base/base-component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class MECXProductsComponent extends BaseComponent implements OnInit {
|
|
6
|
+
private tokenStorage;
|
|
7
|
+
onAccess: EventEmitter<any>;
|
|
8
|
+
_products: any[];
|
|
9
|
+
_filteredProducts: any[];
|
|
10
|
+
_filter: string;
|
|
11
|
+
_hasMoreProducts: boolean;
|
|
12
|
+
constructor(tokenStorage: MonkeyEcxTokenStorageService);
|
|
13
|
+
onImgError(img: HTMLImageElement): void;
|
|
14
|
+
private onHandleProducts;
|
|
15
|
+
private onHandleMe;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
onHandleChangeFilter(event: string): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MECXProductsComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MECXProductsComponent, "mecx-products", never, {}, { "onAccess": "onAccess"; }, never, never>;
|
|
20
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./products.component";
|
|
3
|
-
import * as i2 from "./filter/filter.component";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "@ngx-translate/core";
|
|
6
|
-
import * as i5 from "monkey-style-guide";
|
|
7
|
-
export declare class MECXProductsModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MECXProductsModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MECXProductsModule, [typeof i1.MECXProductsComponent, typeof i2.MECXProductsFilterComponent], [typeof i3.CommonModule, typeof i4.TranslateModule, typeof i5.MonkeyInputModule, typeof i5.MonkeyButtonModule], [typeof i1.MECXProductsComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MECXProductsModule>;
|
|
11
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./products.component";
|
|
3
|
+
import * as i2 from "./filter/filter.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@ngx-translate/core";
|
|
6
|
+
import * as i5 from "monkey-style-guide";
|
|
7
|
+
export declare class MECXProductsModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MECXProductsModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MECXProductsModule, [typeof i1.MECXProductsComponent, typeof i2.MECXProductsFilterComponent], [typeof i3.CommonModule, typeof i4.TranslateModule, typeof i5.MonkeyInputModule, typeof i5.MonkeyButtonModule], [typeof i1.MECXProductsComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MECXProductsModule>;
|
|
11
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './products.model';
|
|
1
|
+
export * from './products.model';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export declare class ProductsModel {
|
|
2
|
-
url: string;
|
|
3
|
-
token: string;
|
|
4
|
-
username: string;
|
|
5
|
-
ownerGovernmentId: string;
|
|
6
|
-
ownerName: string;
|
|
7
|
-
product: string;
|
|
8
|
-
name: string;
|
|
9
|
-
type: string;
|
|
10
|
-
logo: string;
|
|
11
|
-
constructor(data?: any);
|
|
12
|
-
private handleLogo;
|
|
13
|
-
}
|
|
1
|
+
export declare class ProductsModel {
|
|
2
|
+
url: string;
|
|
3
|
+
token: string;
|
|
4
|
+
username: string;
|
|
5
|
+
ownerGovernmentId: string;
|
|
6
|
+
ownerName: string;
|
|
7
|
+
product: string;
|
|
8
|
+
name: string;
|
|
9
|
+
type: string;
|
|
10
|
+
logo: string;
|
|
11
|
+
constructor(data?: any);
|
|
12
|
+
private handleLogo;
|
|
13
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './progress-bar.component';
|
|
2
|
-
export * from './progress-bar.module';
|
|
3
|
-
export * from './progress-bar.service';
|
|
1
|
+
export * from './progress-bar.component';
|
|
2
|
+
export * from './progress-bar.module';
|
|
3
|
+
export * from './progress-bar.service';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { BaseComponent } from '../../base/base-component';
|
|
3
|
-
import { MECXProgressBarService } from './progress-bar.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class MECXProgressBarComponent extends BaseComponent implements OnInit, OnDestroy {
|
|
6
|
-
private progressBarService;
|
|
7
|
-
visible: boolean;
|
|
8
|
-
constructor(progressBarService: MECXProgressBarService);
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MECXProgressBarComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MECXProgressBarComponent, "mecx-progress-bar", never, {}, {}, never, never>;
|
|
12
|
-
}
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { BaseComponent } from '../../base/base-component';
|
|
3
|
+
import { MECXProgressBarService } from './progress-bar.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class MECXProgressBarComponent extends BaseComponent implements OnInit, OnDestroy {
|
|
6
|
+
private progressBarService;
|
|
7
|
+
visible: boolean;
|
|
8
|
+
constructor(progressBarService: MECXProgressBarService);
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MECXProgressBarComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MECXProgressBarComponent, "mecx-progress-bar", never, {}, {}, never, never>;
|
|
12
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./progress-bar.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class MECXProgressBarModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MECXProgressBarModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MECXProgressBarModule, [typeof i1.MECXProgressBarComponent], [typeof i2.CommonModule], [typeof i1.MECXProgressBarComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MECXProgressBarModule>;
|
|
8
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./progress-bar.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class MECXProgressBarModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MECXProgressBarModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MECXProgressBarModule, [typeof i1.MECXProgressBarComponent], [typeof i2.CommonModule], [typeof i1.MECXProgressBarComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MECXProgressBarModule>;
|
|
8
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { Router } from '@angular/router';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class MECXProgressBarService {
|
|
5
|
-
private router;
|
|
6
|
-
private visible;
|
|
7
|
-
constructor(router: Router);
|
|
8
|
-
private init;
|
|
9
|
-
show(): void;
|
|
10
|
-
hide(): void;
|
|
11
|
-
visibleConfig(): Observable<any>;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MECXProgressBarService, never>;
|
|
13
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MECXProgressBarService>;
|
|
14
|
-
}
|
|
1
|
+
import { Router } from '@angular/router';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MECXProgressBarService {
|
|
5
|
+
private router;
|
|
6
|
+
private visible;
|
|
7
|
+
constructor(router: Router);
|
|
8
|
+
private init;
|
|
9
|
+
show(): void;
|
|
10
|
+
hide(): void;
|
|
11
|
+
visibleConfig(): Observable<any>;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MECXProgressBarService, never>;
|
|
13
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MECXProgressBarService>;
|
|
14
|
+
}
|
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
export interface MECXFieldConfigValidator {
|
|
2
|
-
name: string;
|
|
3
|
-
param: string | number;
|
|
4
|
-
}
|
|
5
|
-
export interface MECXFieldConfigStyle {
|
|
6
|
-
class: string;
|
|
7
|
-
}
|
|
8
|
-
export interface MECXFieldConfigValue {
|
|
9
|
-
description: string;
|
|
10
|
-
value: string;
|
|
11
|
-
}
|
|
12
|
-
export interface MECXFieldConfigFunctions {
|
|
13
|
-
onChange: string;
|
|
14
|
-
onClick: string;
|
|
15
|
-
onHandleUpload: {
|
|
16
|
-
func: string;
|
|
17
|
-
type: string;
|
|
18
|
-
};
|
|
19
|
-
onHandleGenericLoad: {
|
|
20
|
-
func: string;
|
|
21
|
-
url: string;
|
|
22
|
-
};
|
|
23
|
-
}
|
|
24
|
-
export interface MECXFieldConfig {
|
|
25
|
-
fieldType?: string;
|
|
26
|
-
label?: string;
|
|
27
|
-
icon?: string;
|
|
28
|
-
helperMessage?: string;
|
|
29
|
-
mask?: string;
|
|
30
|
-
prefix?: string;
|
|
31
|
-
internationalNumber?: string;
|
|
32
|
-
name?: string;
|
|
33
|
-
placeholder?: string;
|
|
34
|
-
type?: string;
|
|
35
|
-
color?: string;
|
|
36
|
-
disabled?: boolean;
|
|
37
|
-
value?: string | number | Date | undefined | MECXFieldConfigValue | MECXFieldConfigValue[];
|
|
38
|
-
validations?: MECXFieldConfigValidator[];
|
|
39
|
-
functions?: MECXFieldConfigFunctions;
|
|
40
|
-
style?: MECXFieldConfigStyle;
|
|
41
|
-
maxSize?: number;
|
|
42
|
-
maxLength?: number;
|
|
43
|
-
onlyNumber?: boolean;
|
|
44
|
-
currency?: boolean;
|
|
45
|
-
maxDateToday?: boolean;
|
|
46
|
-
allowedExtensions?: string[];
|
|
47
|
-
alwaysShow?: boolean;
|
|
48
|
-
alwaysShowPlusValidation: {
|
|
49
|
-
field?: string;
|
|
50
|
-
operator?: string;
|
|
51
|
-
value?: string;
|
|
52
|
-
};
|
|
53
|
-
fieldToCompare?: string;
|
|
54
|
-
}
|
|
1
|
+
export interface MECXFieldConfigValidator {
|
|
2
|
+
name: string;
|
|
3
|
+
param: string | number;
|
|
4
|
+
}
|
|
5
|
+
export interface MECXFieldConfigStyle {
|
|
6
|
+
class: string;
|
|
7
|
+
}
|
|
8
|
+
export interface MECXFieldConfigValue {
|
|
9
|
+
description: string;
|
|
10
|
+
value: string;
|
|
11
|
+
}
|
|
12
|
+
export interface MECXFieldConfigFunctions {
|
|
13
|
+
onChange: string;
|
|
14
|
+
onClick: string;
|
|
15
|
+
onHandleUpload: {
|
|
16
|
+
func: string;
|
|
17
|
+
type: string;
|
|
18
|
+
};
|
|
19
|
+
onHandleGenericLoad: {
|
|
20
|
+
func: string;
|
|
21
|
+
url: string;
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
export interface MECXFieldConfig {
|
|
25
|
+
fieldType?: string;
|
|
26
|
+
label?: string;
|
|
27
|
+
icon?: string;
|
|
28
|
+
helperMessage?: string;
|
|
29
|
+
mask?: string;
|
|
30
|
+
prefix?: string;
|
|
31
|
+
internationalNumber?: string;
|
|
32
|
+
name?: string;
|
|
33
|
+
placeholder?: string;
|
|
34
|
+
type?: string;
|
|
35
|
+
color?: string;
|
|
36
|
+
disabled?: boolean;
|
|
37
|
+
value?: string | number | Date | undefined | MECXFieldConfigValue | MECXFieldConfigValue[];
|
|
38
|
+
validations?: MECXFieldConfigValidator[];
|
|
39
|
+
functions?: MECXFieldConfigFunctions;
|
|
40
|
+
style?: MECXFieldConfigStyle;
|
|
41
|
+
maxSize?: number;
|
|
42
|
+
maxLength?: number;
|
|
43
|
+
onlyNumber?: boolean;
|
|
44
|
+
currency?: boolean;
|
|
45
|
+
maxDateToday?: boolean;
|
|
46
|
+
allowedExtensions?: string[];
|
|
47
|
+
alwaysShow?: boolean;
|
|
48
|
+
alwaysShowPlusValidation: {
|
|
49
|
+
field?: string;
|
|
50
|
+
operator?: string;
|
|
51
|
+
value?: string;
|
|
52
|
+
};
|
|
53
|
+
fieldToCompare?: string;
|
|
54
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './field-config';
|
|
1
|
+
export * from './field-config';
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="monkey-front-components" />
|
|
5
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="monkey-front-components" />
|
|
5
|
+
export * from './public-api';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "monkey-front-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.564",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "13.1.1",
|
|
6
6
|
"@angular/core": "13.1.1",
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
"rxjs": "^6.6.3",
|
|
10
10
|
"@ngx-translate/core": "^13.0.0",
|
|
11
11
|
"monkey-style-guide": "2.0.177",
|
|
12
|
-
"monkey-front-core": "0.0.
|
|
12
|
+
"monkey-front-core": "0.0.407",
|
|
13
13
|
"ngx-mask": "^12.0.0"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"monkey-style-guide": "2.0.177",
|
|
17
|
-
"monkey-front-core": "0.0.
|
|
17
|
+
"monkey-front-core": "0.0.407",
|
|
18
18
|
"tslib": "^2.3.0"
|
|
19
19
|
},
|
|
20
20
|
"module": "fesm2015/monkey-front-components.mjs",
|
package/public-api.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './lib/components';
|
|
1
|
+
export * from './lib/components';
|
|
Binary file
|