@dev-tcloud/tcloud-ui 2.4.14 → 3.0.0
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 +3 -1
- package/esm2022/dev-tcloud-tcloud-ui.mjs +4 -4
- package/esm2022/lib/_directives/align/align.directive.mjs +42 -42
- package/esm2022/lib/_directives/currency/currency.directive.mjs +160 -160
- package/esm2022/lib/_directives/directives.module.mjs +39 -39
- package/esm2022/lib/_directives/el-copy/el-copy.directive.mjs +68 -68
- package/esm2022/lib/_directives/hover-parent/hover-parent.directive.mjs +58 -58
- package/esm2022/lib/_directives/tooltip/tooltip.directive.mjs +151 -151
- package/esm2022/lib/_modules/tcloud-ui-accordion/components/tcloud-ui-accordion-body/tcloud-ui-accordion-body.component.mjs +34 -34
- package/esm2022/lib/_modules/tcloud-ui-accordion/components/tcloud-ui-accordion-title/tcloud-ui-accordion-title.component.mjs +54 -54
- package/esm2022/lib/_modules/tcloud-ui-accordion/services/tcloud-ui-accordion.service.mjs +37 -37
- package/esm2022/lib/_modules/tcloud-ui-accordion/tcloud-ui-accordion.component.mjs +75 -75
- package/esm2022/lib/_modules/tcloud-ui-accordion/tcloud-ui-accordion.module.mjs +34 -34
- package/esm2022/lib/_modules/tcloud-ui-choice-issues/tcloud-ui-choice-issues.component.mjs +87 -87
- package/esm2022/lib/_modules/tcloud-ui-choice-issues/tcloud-ui-choice-issues.module.mjs +31 -31
- package/esm2022/lib/_modules/tcloud-ui-data-list/services/data-list.service.mjs +37 -37
- package/esm2022/lib/_modules/tcloud-ui-data-list/tcloud-ui-data-list-option/tcloud-ui-data-list-option.component.mjs +65 -65
- package/esm2022/lib/_modules/tcloud-ui-data-list/tcloud-ui-data-list.component.mjs +317 -317
- package/esm2022/lib/_modules/tcloud-ui-data-list/tcloud-ui-data-list.mjs +2 -2
- package/esm2022/lib/_modules/tcloud-ui-data-list/tcloud-ui-data-list.module.mjs +36 -36
- package/esm2022/lib/_modules/tcloud-ui-datepicker/tcloud-ui-datepicker.component.mjs +440 -440
- package/esm2022/lib/_modules/tcloud-ui-datepicker/tcloud-ui-datepicker.module.mjs +31 -31
- package/esm2022/lib/_modules/tcloud-ui-datepicker-time/tcloud-ui-datepicker-time.component.mjs +320 -320
- package/esm2022/lib/_modules/tcloud-ui-datepicker-time/tcloud-ui-datepicker-time.module.mjs +39 -39
- package/esm2022/lib/_modules/tcloud-ui-filters/components/range-date/range-date.component.mjs +213 -213
- package/esm2022/lib/_modules/tcloud-ui-filters/tcloud-ui-filters.component.mjs +537 -534
- package/esm2022/lib/_modules/tcloud-ui-filters/tcloud-ui-filters.mjs +19 -19
- package/esm2022/lib/_modules/tcloud-ui-filters/tcloud-ui-filters.module.mjs +44 -44
- package/esm2022/lib/_modules/tcloud-ui-input-password/tcloud-ui-input-password.component.mjs +142 -142
- package/esm2022/lib/_modules/tcloud-ui-input-password/tcloud-ui-input-password.module.mjs +31 -31
- package/esm2022/lib/_modules/tcloud-ui-input-search/tcloud-ui-input-search.component.mjs +66 -66
- package/esm2022/lib/_modules/tcloud-ui-input-search/tcloud-ui-input-search.module.mjs +31 -31
- package/esm2022/lib/_modules/tcloud-ui-label-token/tcloud-ui-label-token.component.mjs +36 -36
- package/esm2022/lib/_modules/tcloud-ui-label-token/tcloud-ui-label-token.module.mjs +30 -30
- package/esm2022/lib/_modules/tcloud-ui-line-step-circle/tcloud-ui-line-step-circle.component.mjs +93 -93
- package/esm2022/lib/_modules/tcloud-ui-line-step-circle/tcloud-ui-line-step-circle.module.mjs +24 -24
- package/esm2022/lib/_modules/tcloud-ui-line-step-title/tcloud-ui-line-step-title.component.mjs +42 -42
- package/esm2022/lib/_modules/tcloud-ui-line-step-title/tcloud-ui-line-step-title.mjs +1 -1
- package/esm2022/lib/_modules/tcloud-ui-line-step-title/tcloud-ui-line-step-title.module.mjs +18 -18
- package/esm2022/lib/_modules/tcloud-ui-linha-logo/tcloud-ui-linha-logo.component.mjs +65 -65
- package/esm2022/lib/_modules/tcloud-ui-linha-logo/tcloud-ui-linha-logo.module.mjs +24 -24
- package/esm2022/lib/_modules/tcloud-ui-loading/components/tcloud-ui-cubes/tcloud-ui-cubes.component.mjs +10 -10
- package/esm2022/lib/_modules/tcloud-ui-loading/tcloud-ui-loading.component.mjs +29 -29
- package/esm2022/lib/_modules/tcloud-ui-loading/tcloud-ui-loading.module.mjs +20 -20
- package/esm2022/lib/_modules/tcloud-ui-modal/components/tcloud-ui-modal-body/tcloud-ui-modal-body.component.mjs +13 -13
- package/esm2022/lib/_modules/tcloud-ui-modal/components/tcloud-ui-modal-footer/tcloud-ui-modal-footer.component.mjs +61 -61
- package/esm2022/lib/_modules/tcloud-ui-modal/components/tcloud-ui-modal-header/tcloud-ui-modal-header.component.mjs +24 -24
- package/esm2022/lib/_modules/tcloud-ui-modal/services/tcloud-modal.service.mjs +63 -63
- package/esm2022/lib/_modules/tcloud-ui-modal/tcloud-ui-modal.component.mjs +203 -203
- package/esm2022/lib/_modules/tcloud-ui-modal/tcloud-ui-modal.mjs +1 -1
- package/esm2022/lib/_modules/tcloud-ui-modal/tcloud-ui-modal.module.mjs +46 -46
- package/esm2022/lib/_modules/tcloud-ui-multi-input/tcloud-ui-multi-input.component.mjs +152 -152
- package/esm2022/lib/_modules/tcloud-ui-multi-input/tcloud-ui-multi-input.module.mjs +27 -27
- package/esm2022/lib/_modules/tcloud-ui-multi-select/tcloud-ui-multi-select.component.mjs +167 -167
- package/esm2022/lib/_modules/tcloud-ui-multi-select/tcloud-ui-multi-select.module.mjs +27 -27
- package/esm2022/lib/_modules/tcloud-ui-multiples-values/tcloud-ui-multiples-values.component.mjs +348 -348
- package/esm2022/lib/_modules/tcloud-ui-multiples-values/tcloud-ui-multiples-values.module.mjs +35 -35
- package/esm2022/lib/_modules/tcloud-ui-not-found/tcloud-ui-not-found.component.mjs +19 -19
- package/esm2022/lib/_modules/tcloud-ui-not-found/tcloud-ui-not-found.module.mjs +24 -24
- package/esm2022/lib/_modules/tcloud-ui-number-step/tcloud-ui-number-step.component.mjs +99 -99
- package/esm2022/lib/_modules/tcloud-ui-number-step/tcloud-ui-number-step.module.mjs +24 -24
- package/esm2022/lib/_modules/tcloud-ui-progress-bar/tcloud-ui-progress-bar.component.mjs +165 -161
- package/esm2022/lib/_modules/tcloud-ui-progress-bar/tcloud-ui-progress-bar.module.mjs +20 -20
- package/esm2022/lib/_modules/tcloud-ui-reorder-items/tcloud-ui-reorder-items.component.mjs +105 -105
- package/esm2022/lib/_modules/tcloud-ui-reorder-items/tcloud-ui-reorder-items.mjs +1 -1
- package/esm2022/lib/_modules/tcloud-ui-reorder-items/tcloud-ui-reorder-items.module.mjs +23 -23
- package/esm2022/lib/_modules/tcloud-ui-scroll-box/tcloud-ui-scroll-box.component.mjs +46 -46
- package/esm2022/lib/_modules/tcloud-ui-scroll-box/tcloud-ui-scroll-box.module.mjs +24 -24
- package/esm2022/lib/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-content/tcloud-ui-tab-content.component.mjs +36 -36
- package/esm2022/lib/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-head/tcloud-ui-tab-head.component.mjs +85 -85
- package/esm2022/lib/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-subtitle/tcloud-ui-tab-subtitle.component.mjs +69 -69
- package/esm2022/lib/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-title/tcloud-ui-tab-title.component.mjs +71 -71
- package/esm2022/lib/_modules/tcloud-ui-tab-menu/services/tab-menu.service.mjs +104 -104
- package/esm2022/lib/_modules/tcloud-ui-tab-menu/tcloud-ui-tab-menu.component.mjs +64 -64
- package/esm2022/lib/_modules/tcloud-ui-tab-menu/tcloud-ui-tab-menu.mjs +1 -1
- package/esm2022/lib/_modules/tcloud-ui-tab-menu/tcloud-ui-tab-menu.module.mjs +44 -44
- package/esm2022/lib/_modules/tcloud-ui-table/tcloud-ui-table.component.mjs +21 -21
- package/esm2022/lib/_modules/tcloud-ui-table/tcloud-ui-table.module.mjs +24 -24
- package/esm2022/lib/_modules/tcloud-ui-welcome/tcloud-ui-welcome.component.mjs +37 -37
- package/esm2022/lib/_modules/tcloud-ui-welcome/tcloud-ui-welcome.module.mjs +24 -24
- package/esm2022/lib/_pipes/array-to-text.mjs +29 -29
- package/esm2022/lib/_pipes/bytes.mjs +31 -31
- package/esm2022/lib/_pipes/cnpj.mjs +37 -37
- package/esm2022/lib/_pipes/cpf.mjs +37 -37
- package/esm2022/lib/_pipes/datebr.mjs +102 -102
- package/esm2022/lib/_pipes/index.mjs +8 -8
- package/esm2022/lib/_pipes/monthname.mjs +25 -25
- package/esm2022/lib/_pipes/respective.mjs +73 -73
- package/esm2022/lib/_pipes/statusinfo.mjs +78 -78
- package/esm2022/lib/_pipes/tcloud-pipes.module.mjs +74 -74
- package/esm2022/lib/_services/loading-transitions.service.mjs +52 -52
- package/esm2022/lib/_services/search-in-object.service.mjs +99 -99
- package/esm2022/lib/tcloud-ui.module.mjs +222 -222
- package/esm2022/public-api.mjs +107 -107
- package/fesm2022/dev-tcloud-tcloud-ui.mjs +6284 -6277
- package/fesm2022/dev-tcloud-tcloud-ui.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/lib/_directives/align/align.directive.d.ts +13 -13
- package/lib/_directives/currency/currency.directive.d.ts +24 -24
- package/lib/_directives/directives.module.d.ts +11 -11
- package/lib/_directives/el-copy/el-copy.directive.d.ts +13 -13
- package/lib/_directives/hover-parent/hover-parent.directive.d.ts +15 -15
- package/lib/_directives/tooltip/tooltip.directive.d.ts +18 -18
- package/lib/_modules/tcloud-ui-accordion/components/tcloud-ui-accordion-body/tcloud-ui-accordion-body.component.d.ts +11 -11
- package/lib/_modules/tcloud-ui-accordion/components/tcloud-ui-accordion-title/tcloud-ui-accordion-title.component.d.ts +20 -20
- package/lib/_modules/tcloud-ui-accordion/services/tcloud-ui-accordion.service.d.ts +20 -20
- package/lib/_modules/tcloud-ui-accordion/tcloud-ui-accordion.component.d.ts +27 -27
- package/lib/_modules/tcloud-ui-accordion/tcloud-ui-accordion.module.d.ts +10 -10
- package/lib/_modules/tcloud-ui-choice-issues/tcloud-ui-choice-issues.component.d.ts +27 -27
- package/lib/_modules/tcloud-ui-choice-issues/tcloud-ui-choice-issues.module.d.ts +9 -9
- package/lib/_modules/tcloud-ui-data-list/services/data-list.service.d.ts +20 -20
- package/lib/_modules/tcloud-ui-data-list/tcloud-ui-data-list-option/tcloud-ui-data-list-option.component.d.ts +23 -23
- package/lib/_modules/tcloud-ui-data-list/tcloud-ui-data-list.component.d.ts +74 -74
- package/lib/_modules/tcloud-ui-data-list/tcloud-ui-data-list.d.ts +5 -5
- package/lib/_modules/tcloud-ui-data-list/tcloud-ui-data-list.module.d.ts +10 -10
- package/lib/_modules/tcloud-ui-datepicker/tcloud-ui-datepicker.component.d.ts +59 -59
- package/lib/_modules/tcloud-ui-datepicker/tcloud-ui-datepicker.module.d.ts +9 -9
- package/lib/_modules/tcloud-ui-datepicker-time/tcloud-ui-datepicker-time.component.d.ts +52 -52
- package/lib/_modules/tcloud-ui-datepicker-time/tcloud-ui-datepicker-time.module.d.ts +11 -11
- package/lib/_modules/tcloud-ui-filters/components/range-date/range-date.component.d.ts +41 -41
- package/lib/_modules/tcloud-ui-filters/tcloud-ui-filters.component.d.ts +64 -63
- package/lib/_modules/tcloud-ui-filters/tcloud-ui-filters.d.ts +40 -40
- package/lib/_modules/tcloud-ui-filters/tcloud-ui-filters.module.d.ts +12 -12
- package/lib/_modules/tcloud-ui-input-password/tcloud-ui-input-password.component.d.ts +36 -36
- package/lib/_modules/tcloud-ui-input-password/tcloud-ui-input-password.module.d.ts +9 -9
- package/lib/_modules/tcloud-ui-input-search/tcloud-ui-input-search.component.d.ts +28 -28
- package/lib/_modules/tcloud-ui-input-search/tcloud-ui-input-search.module.d.ts +9 -9
- package/lib/_modules/tcloud-ui-label-token/tcloud-ui-label-token.component.d.ts +14 -14
- package/lib/_modules/tcloud-ui-label-token/tcloud-ui-label-token.module.d.ts +9 -9
- package/lib/_modules/tcloud-ui-line-step-circle/tcloud-ui-line-step-circle.component.d.ts +28 -28
- package/lib/_modules/tcloud-ui-line-step-circle/tcloud-ui-line-step-circle.module.d.ts +8 -8
- package/lib/_modules/tcloud-ui-line-step-title/tcloud-ui-line-step-title.component.d.ts +12 -12
- package/lib/_modules/tcloud-ui-line-step-title/tcloud-ui-line-step-title.d.ts +5 -5
- package/lib/_modules/tcloud-ui-line-step-title/tcloud-ui-line-step-title.module.d.ts +8 -8
- package/lib/_modules/tcloud-ui-linha-logo/tcloud-ui-linha-logo.component.d.ts +17 -17
- package/lib/_modules/tcloud-ui-linha-logo/tcloud-ui-linha-logo.module.d.ts +8 -8
- package/lib/_modules/tcloud-ui-loading/components/tcloud-ui-cubes/tcloud-ui-cubes.component.d.ts +5 -5
- package/lib/_modules/tcloud-ui-loading/tcloud-ui-loading.component.d.ts +11 -11
- package/lib/_modules/tcloud-ui-loading/tcloud-ui-loading.module.d.ts +9 -9
- package/lib/_modules/tcloud-ui-modal/components/tcloud-ui-modal-body/tcloud-ui-modal-body.component.d.ts +8 -8
- package/lib/_modules/tcloud-ui-modal/components/tcloud-ui-modal-footer/tcloud-ui-modal-footer.component.d.ts +26 -26
- package/lib/_modules/tcloud-ui-modal/components/tcloud-ui-modal-header/tcloud-ui-modal-header.component.d.ts +12 -12
- package/lib/_modules/tcloud-ui-modal/services/tcloud-modal.service.d.ts +28 -28
- package/lib/_modules/tcloud-ui-modal/tcloud-ui-modal.component.d.ts +68 -68
- package/lib/_modules/tcloud-ui-modal/tcloud-ui-modal.d.ts +4 -4
- package/lib/_modules/tcloud-ui-modal/tcloud-ui-modal.module.d.ts +12 -12
- package/lib/_modules/tcloud-ui-multi-input/tcloud-ui-multi-input.component.d.ts +39 -39
- package/lib/_modules/tcloud-ui-multi-input/tcloud-ui-multi-input.module.d.ts +9 -9
- package/lib/_modules/tcloud-ui-multi-select/tcloud-ui-multi-select.component.d.ts +39 -39
- package/lib/_modules/tcloud-ui-multi-select/tcloud-ui-multi-select.module.d.ts +9 -9
- package/lib/_modules/tcloud-ui-multiples-values/tcloud-ui-multiples-values.component.d.ts +69 -69
- package/lib/_modules/tcloud-ui-multiples-values/tcloud-ui-multiples-values.module.d.ts +10 -10
- package/lib/_modules/tcloud-ui-not-found/tcloud-ui-not-found.component.d.ts +8 -8
- package/lib/_modules/tcloud-ui-not-found/tcloud-ui-not-found.module.d.ts +8 -8
- package/lib/_modules/tcloud-ui-number-step/tcloud-ui-number-step.component.d.ts +29 -29
- package/lib/_modules/tcloud-ui-number-step/tcloud-ui-number-step.module.d.ts +8 -8
- package/lib/_modules/tcloud-ui-progress-bar/tcloud-ui-progress-bar.component.d.ts +31 -29
- package/lib/_modules/tcloud-ui-progress-bar/tcloud-ui-progress-bar.module.d.ts +8 -8
- package/lib/_modules/tcloud-ui-reorder-items/tcloud-ui-reorder-items.component.d.ts +17 -17
- package/lib/_modules/tcloud-ui-reorder-items/tcloud-ui-reorder-items.d.ts +4 -4
- package/lib/_modules/tcloud-ui-reorder-items/tcloud-ui-reorder-items.module.d.ts +8 -8
- package/lib/_modules/tcloud-ui-scroll-box/tcloud-ui-scroll-box.component.d.ts +13 -13
- package/lib/_modules/tcloud-ui-scroll-box/tcloud-ui-scroll-box.module.d.ts +8 -8
- package/lib/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-content/tcloud-ui-tab-content.component.d.ts +15 -15
- package/lib/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-head/tcloud-ui-tab-head.component.d.ts +24 -24
- package/lib/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-subtitle/tcloud-ui-tab-subtitle.component.d.ts +21 -21
- package/lib/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-title/tcloud-ui-tab-title.component.d.ts +22 -22
- package/lib/_modules/tcloud-ui-tab-menu/services/tab-menu.service.d.ts +38 -38
- package/lib/_modules/tcloud-ui-tab-menu/tcloud-ui-tab-menu.component.d.ts +23 -23
- package/lib/_modules/tcloud-ui-tab-menu/tcloud-ui-tab-menu.d.ts +4 -4
- package/lib/_modules/tcloud-ui-tab-menu/tcloud-ui-tab-menu.module.d.ts +12 -12
- package/lib/_modules/tcloud-ui-table/tcloud-ui-table.component.d.ts +10 -10
- package/lib/_modules/tcloud-ui-table/tcloud-ui-table.module.d.ts +8 -8
- package/lib/_modules/tcloud-ui-welcome/tcloud-ui-welcome.component.d.ts +17 -17
- package/lib/_modules/tcloud-ui-welcome/tcloud-ui-welcome.module.d.ts +8 -8
- package/lib/_pipes/array-to-text.d.ts +8 -8
- package/lib/_pipes/bytes.d.ts +8 -8
- package/lib/_pipes/cnpj.d.ts +9 -9
- package/lib/_pipes/cpf.d.ts +9 -9
- package/lib/_pipes/datebr.d.ts +11 -11
- package/lib/_pipes/index.d.ts +8 -8
- package/lib/_pipes/monthname.d.ts +8 -8
- package/lib/_pipes/respective.d.ts +11 -11
- package/lib/_pipes/statusinfo.d.ts +15 -15
- package/lib/_pipes/tcloud-pipes.module.d.ts +15 -15
- package/lib/_services/loading-transitions.service.d.ts +16 -16
- package/lib/_services/search-in-object.service.d.ts +19 -19
- package/lib/tcloud-ui.module.d.ts +33 -33
- package/package.json +1 -1
- package/public-api.d.ts +76 -76
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./tcloud-ui-linha-logo.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class TCloudUiLinhaLogoModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiLinhaLogoModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TCloudUiLinhaLogoModule, [typeof i1.TCloudUiLinhaLogoComponent], [typeof i2.CommonModule], [typeof i1.TCloudUiLinhaLogoComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TCloudUiLinhaLogoModule>;
|
|
8
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./tcloud-ui-linha-logo.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class TCloudUiLinhaLogoModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiLinhaLogoModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TCloudUiLinhaLogoModule, [typeof i1.TCloudUiLinhaLogoComponent], [typeof i2.CommonModule], [typeof i1.TCloudUiLinhaLogoComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TCloudUiLinhaLogoModule>;
|
|
8
|
+
}
|
package/lib/_modules/tcloud-ui-loading/components/tcloud-ui-cubes/tcloud-ui-cubes.component.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class TCloudUiCubesComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiCubesComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiCubesComponent, "tcloud-ui-cubes", never, {}, {}, never, never, false, never>;
|
|
5
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TCloudUiCubesComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiCubesComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiCubesComponent, "tcloud-ui-cubes", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class TCloudUiLoadingComponent {
|
|
3
|
-
full: boolean;
|
|
4
|
-
private _loading;
|
|
5
|
-
set loading(loading: boolean);
|
|
6
|
-
get loading(): boolean;
|
|
7
|
-
constructor();
|
|
8
|
-
ngOnInit(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiLoadingComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiLoadingComponent, "tcloud-ui-loading", never, { "full": { "alias": "full"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TCloudUiLoadingComponent {
|
|
3
|
+
full: boolean;
|
|
4
|
+
private _loading;
|
|
5
|
+
set loading(loading: boolean);
|
|
6
|
+
get loading(): boolean;
|
|
7
|
+
constructor();
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiLoadingComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiLoadingComponent, "tcloud-ui-loading", never, { "full": { "alias": "full"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./tcloud-ui-loading.component";
|
|
3
|
-
import * as i2 from "./components/tcloud-ui-cubes/tcloud-ui-cubes.component";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
export declare class TCloudUiLoadingModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiLoadingModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TCloudUiLoadingModule, [typeof i1.TCloudUiLoadingComponent, typeof i2.TCloudUiCubesComponent], [typeof i3.CommonModule], [typeof i1.TCloudUiLoadingComponent, typeof i2.TCloudUiCubesComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TCloudUiLoadingModule>;
|
|
9
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./tcloud-ui-loading.component";
|
|
3
|
+
import * as i2 from "./components/tcloud-ui-cubes/tcloud-ui-cubes.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
export declare class TCloudUiLoadingModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiLoadingModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TCloudUiLoadingModule, [typeof i1.TCloudUiLoadingComponent, typeof i2.TCloudUiCubesComponent], [typeof i3.CommonModule], [typeof i1.TCloudUiLoadingComponent, typeof i2.TCloudUiCubesComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TCloudUiLoadingModule>;
|
|
9
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TCloudUiModalBodyComponent implements OnInit {
|
|
4
|
-
constructor();
|
|
5
|
-
ngOnInit(): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiModalBodyComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiModalBodyComponent, "tcloud-ui-modal-body", never, {}, {}, never, ["*"], false, never>;
|
|
8
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TCloudUiModalBodyComponent implements OnInit {
|
|
4
|
+
constructor();
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiModalBodyComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiModalBodyComponent, "tcloud-ui-modal-body", never, {}, {}, never, ["*"], false, never>;
|
|
8
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { Subscription } from 'rxjs';
|
|
2
|
-
import { TcloudModalService } from './../../services/tcloud-modal.service';
|
|
3
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
4
|
-
import { IConfirm } from '../../tcloud-ui-modal';
|
|
5
|
-
import { NgForm } from '@angular/forms';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class TCloudUiModalFooterComponent implements OnInit, OnDestroy {
|
|
8
|
-
private tcloudModalService;
|
|
9
|
-
btnCloseText: string;
|
|
10
|
-
btnCancelText: string;
|
|
11
|
-
btnConfirmText: string;
|
|
12
|
-
_formulario: NgForm | undefined;
|
|
13
|
-
txt_value: string;
|
|
14
|
-
param_confirm: IConfirm;
|
|
15
|
-
loading: boolean;
|
|
16
|
-
subscription: Subscription | undefined;
|
|
17
|
-
constructor(tcloudModalService: TcloudModalService);
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
toClose(): void;
|
|
20
|
-
toConfirm(valid: boolean | any): void;
|
|
21
|
-
toCancel(): void;
|
|
22
|
-
toStateLoading(): void;
|
|
23
|
-
ngOnDestroy(): void;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiModalFooterComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiModalFooterComponent, "tcloud-ui-modal-footer", never, { "btnCloseText": { "alias": "btnCloseText"; "required": false; }; "btnCancelText": { "alias": "btnCancelText"; "required": false; }; "btnConfirmText": { "alias": "btnConfirmText"; "required": false; }; }, {}, never, never, false, never>;
|
|
26
|
-
}
|
|
1
|
+
import { Subscription } from 'rxjs';
|
|
2
|
+
import { TcloudModalService } from './../../services/tcloud-modal.service';
|
|
3
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
4
|
+
import { IConfirm } from '../../tcloud-ui-modal';
|
|
5
|
+
import { NgForm } from '@angular/forms';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class TCloudUiModalFooterComponent implements OnInit, OnDestroy {
|
|
8
|
+
private tcloudModalService;
|
|
9
|
+
btnCloseText: string;
|
|
10
|
+
btnCancelText: string;
|
|
11
|
+
btnConfirmText: string;
|
|
12
|
+
_formulario: NgForm | undefined;
|
|
13
|
+
txt_value: string;
|
|
14
|
+
param_confirm: IConfirm;
|
|
15
|
+
loading: boolean;
|
|
16
|
+
subscription: Subscription | undefined;
|
|
17
|
+
constructor(tcloudModalService: TcloudModalService);
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
toClose(): void;
|
|
20
|
+
toConfirm(valid: boolean | any): void;
|
|
21
|
+
toCancel(): void;
|
|
22
|
+
toStateLoading(): void;
|
|
23
|
+
ngOnDestroy(): void;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiModalFooterComponent, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiModalFooterComponent, "tcloud-ui-modal-footer", never, { "btnCloseText": { "alias": "btnCloseText"; "required": false; }; "btnCancelText": { "alias": "btnCancelText"; "required": false; }; "btnConfirmText": { "alias": "btnConfirmText"; "required": false; }; }, {}, never, never, false, never>;
|
|
26
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { TcloudModalService } from '../../services/tcloud-modal.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TCloudUiModalHeaderComponent implements OnInit {
|
|
5
|
-
private _tcloudModalService;
|
|
6
|
-
mode: 'colorless' | 'info' | 'success' | 'danger' | 'warning';
|
|
7
|
-
title: any | undefined;
|
|
8
|
-
constructor(_tcloudModalService: TcloudModalService);
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiModalHeaderComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiModalHeaderComponent, "tcloud-ui-modal-header", never, { "mode": { "alias": "mode"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
12
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { TcloudModalService } from '../../services/tcloud-modal.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class TCloudUiModalHeaderComponent implements OnInit {
|
|
5
|
+
private _tcloudModalService;
|
|
6
|
+
mode: 'colorless' | 'info' | 'success' | 'danger' | 'warning';
|
|
7
|
+
title: any | undefined;
|
|
8
|
+
constructor(_tcloudModalService: TcloudModalService);
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiModalHeaderComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiModalHeaderComponent, "tcloud-ui-modal-header", never, { "mode": { "alias": "mode"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
12
|
+
}
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { IConfirm } from './../tcloud-ui-modal';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TcloudModalService {
|
|
5
|
-
private loading;
|
|
6
|
-
private param_mode;
|
|
7
|
-
private param_confirm;
|
|
8
|
-
private _stateClose;
|
|
9
|
-
stateClose$: Observable<boolean>;
|
|
10
|
-
private _stateConfirm;
|
|
11
|
-
stateConfirm$: Observable<IConfirm>;
|
|
12
|
-
private _stateRespConfirm;
|
|
13
|
-
stateRespConfirm$: Observable<boolean>;
|
|
14
|
-
private _stateLoading;
|
|
15
|
-
stateLoading$: Observable<boolean>;
|
|
16
|
-
private _stateMode;
|
|
17
|
-
stateMode$: Observable<string>;
|
|
18
|
-
toModal(action: 'open' | 'close'): void;
|
|
19
|
-
toRespConfirm(resp: boolean): void;
|
|
20
|
-
getParamConfirm(): IConfirm;
|
|
21
|
-
toConfirm(confirm: IConfirm): void;
|
|
22
|
-
toMode(mode: string): void;
|
|
23
|
-
getLoading(): boolean | undefined;
|
|
24
|
-
setLoading(loading: boolean): void;
|
|
25
|
-
fixed_body(fixed: 'on' | 'off'): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TcloudModalService, never>;
|
|
27
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TcloudModalService>;
|
|
28
|
-
}
|
|
1
|
+
import { IConfirm } from './../tcloud-ui-modal';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class TcloudModalService {
|
|
5
|
+
private loading;
|
|
6
|
+
private param_mode;
|
|
7
|
+
private param_confirm;
|
|
8
|
+
private _stateClose;
|
|
9
|
+
stateClose$: Observable<boolean>;
|
|
10
|
+
private _stateConfirm;
|
|
11
|
+
stateConfirm$: Observable<IConfirm>;
|
|
12
|
+
private _stateRespConfirm;
|
|
13
|
+
stateRespConfirm$: Observable<boolean>;
|
|
14
|
+
private _stateLoading;
|
|
15
|
+
stateLoading$: Observable<boolean>;
|
|
16
|
+
private _stateMode;
|
|
17
|
+
stateMode$: Observable<string>;
|
|
18
|
+
toModal(action: 'open' | 'close'): void;
|
|
19
|
+
toRespConfirm(resp: boolean): void;
|
|
20
|
+
getParamConfirm(): IConfirm;
|
|
21
|
+
toConfirm(confirm: IConfirm): void;
|
|
22
|
+
toMode(mode: string): void;
|
|
23
|
+
getLoading(): boolean | undefined;
|
|
24
|
+
setLoading(loading: boolean): void;
|
|
25
|
+
fixed_body(fixed: 'on' | 'off'): void;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TcloudModalService, never>;
|
|
27
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TcloudModalService>;
|
|
28
|
+
}
|
|
@@ -1,68 +1,68 @@
|
|
|
1
|
-
import { Subscription } from 'rxjs';
|
|
2
|
-
import { OnInit, EventEmitter, OnDestroy } from '@angular/core';
|
|
3
|
-
import { TcloudModalService } from './services/tcloud-modal.service';
|
|
4
|
-
import { IConfirm } from './tcloud-ui-modal';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class TCloudUiModalComponent implements OnInit, OnDestroy {
|
|
7
|
-
private tcloudModalService;
|
|
8
|
-
/**
|
|
9
|
-
* tcloud-ui-modal - Cria e exibe um modal
|
|
10
|
-
*
|
|
11
|
-
* toAction - (toAction) - Resultado do evento - 'confirmed'|'cancel'|'close'
|
|
12
|
-
* toConfirm - (toConfirm) - Indica que a ação foi confirmada - resultado true
|
|
13
|
-
* toCancel - (toCancel() - Indica que a ação foi cancelada - resultado false
|
|
14
|
-
*/
|
|
15
|
-
param_confirm: IConfirm;
|
|
16
|
-
private _confirm;
|
|
17
|
-
private _confirmText;
|
|
18
|
-
/**
|
|
19
|
-
* confirm boolean - Indica se será um modal do tipo confirmação - default false
|
|
20
|
-
*/
|
|
21
|
-
set confirm(v: boolean);
|
|
22
|
-
/**
|
|
23
|
-
* confirmText string - Texto que deverá ser digitado - defualt Confirmo
|
|
24
|
-
*/
|
|
25
|
-
set confirmText(v: string);
|
|
26
|
-
subscription: Subscription;
|
|
27
|
-
/**
|
|
28
|
-
* autoClose boolean - Indica se deverá ser fechado quando confirmar uma ação - default true
|
|
29
|
-
*/
|
|
30
|
-
autoClose: boolean;
|
|
31
|
-
/**
|
|
32
|
-
* title - string - Título a ser exibido no topo do modal
|
|
33
|
-
*/
|
|
34
|
-
title: any | undefined;
|
|
35
|
-
/**
|
|
36
|
-
* maxWidth - number - Largura máxima do modal - default 500px
|
|
37
|
-
*/
|
|
38
|
-
maxWidth: number;
|
|
39
|
-
/**
|
|
40
|
-
* window - string - nome referente ao tamanho do modal - não utilizar maxWidth se for utilizar window - default 500 (medium)
|
|
41
|
-
*/
|
|
42
|
-
set window(size: 'small' | 'medium' | 'large' | 'big' | 'full');
|
|
43
|
-
mode: string;
|
|
44
|
-
control_open: boolean;
|
|
45
|
-
private _open;
|
|
46
|
-
/**
|
|
47
|
-
* open - boolean - Variável de controle para exibição do modal - obrigatório
|
|
48
|
-
*/
|
|
49
|
-
set open(open: boolean);
|
|
50
|
-
get open(): boolean;
|
|
51
|
-
private _loading;
|
|
52
|
-
/**
|
|
53
|
-
* loading - boolean - Coloca o modal em modo de carregamento - default false
|
|
54
|
-
*/
|
|
55
|
-
set loading(loading: boolean);
|
|
56
|
-
get loading(): boolean;
|
|
57
|
-
openChange: EventEmitter<boolean>;
|
|
58
|
-
toConfirm: EventEmitter<boolean>;
|
|
59
|
-
toCancel: EventEmitter<boolean>;
|
|
60
|
-
toAction: EventEmitter<"
|
|
61
|
-
constructor(tcloudModalService: TcloudModalService);
|
|
62
|
-
ngOnInit(): void;
|
|
63
|
-
toClose(action?: any | undefined): void;
|
|
64
|
-
checkIsOpen(): void;
|
|
65
|
-
ngOnDestroy(): void;
|
|
66
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiModalComponent, never>;
|
|
67
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiModalComponent, "tcloud-ui-modal", never, { "confirm": { "alias": "confirm"; "required": false; }; "confirmText": { "alias": "confirmText"; "required": false; }; "autoClose": { "alias": "autoClose"; "required": false; }; "title": { "alias": "title"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "window": { "alias": "window"; "required": false; }; "open": { "alias": "open"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, { "openChange": "openChange"; "toConfirm": "toConfirm"; "toCancel": "toCancel"; "toAction": "toAction"; }, never, ["*"], false, never>;
|
|
68
|
-
}
|
|
1
|
+
import { Subscription } from 'rxjs';
|
|
2
|
+
import { OnInit, EventEmitter, OnDestroy } from '@angular/core';
|
|
3
|
+
import { TcloudModalService } from './services/tcloud-modal.service';
|
|
4
|
+
import { IConfirm } from './tcloud-ui-modal';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class TCloudUiModalComponent implements OnInit, OnDestroy {
|
|
7
|
+
private tcloudModalService;
|
|
8
|
+
/**
|
|
9
|
+
* tcloud-ui-modal - Cria e exibe um modal
|
|
10
|
+
*
|
|
11
|
+
* toAction - (toAction) - Resultado do evento - 'confirmed'|'cancel'|'close'
|
|
12
|
+
* toConfirm - (toConfirm) - Indica que a ação foi confirmada - resultado true
|
|
13
|
+
* toCancel - (toCancel() - Indica que a ação foi cancelada - resultado false
|
|
14
|
+
*/
|
|
15
|
+
param_confirm: IConfirm;
|
|
16
|
+
private _confirm;
|
|
17
|
+
private _confirmText;
|
|
18
|
+
/**
|
|
19
|
+
* confirm boolean - Indica se será um modal do tipo confirmação - default false
|
|
20
|
+
*/
|
|
21
|
+
set confirm(v: boolean);
|
|
22
|
+
/**
|
|
23
|
+
* confirmText string - Texto que deverá ser digitado - defualt Confirmo
|
|
24
|
+
*/
|
|
25
|
+
set confirmText(v: string);
|
|
26
|
+
subscription: Subscription;
|
|
27
|
+
/**
|
|
28
|
+
* autoClose boolean - Indica se deverá ser fechado quando confirmar uma ação - default true
|
|
29
|
+
*/
|
|
30
|
+
autoClose: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* title - string - Título a ser exibido no topo do modal
|
|
33
|
+
*/
|
|
34
|
+
title: any | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* maxWidth - number - Largura máxima do modal - default 500px
|
|
37
|
+
*/
|
|
38
|
+
maxWidth: number;
|
|
39
|
+
/**
|
|
40
|
+
* window - string - nome referente ao tamanho do modal - não utilizar maxWidth se for utilizar window - default 500 (medium)
|
|
41
|
+
*/
|
|
42
|
+
set window(size: 'small' | 'medium' | 'large' | 'big' | 'full');
|
|
43
|
+
mode: string;
|
|
44
|
+
control_open: boolean;
|
|
45
|
+
private _open;
|
|
46
|
+
/**
|
|
47
|
+
* open - boolean - Variável de controle para exibição do modal - obrigatório
|
|
48
|
+
*/
|
|
49
|
+
set open(open: boolean);
|
|
50
|
+
get open(): boolean;
|
|
51
|
+
private _loading;
|
|
52
|
+
/**
|
|
53
|
+
* loading - boolean - Coloca o modal em modo de carregamento - default false
|
|
54
|
+
*/
|
|
55
|
+
set loading(loading: boolean);
|
|
56
|
+
get loading(): boolean;
|
|
57
|
+
openChange: EventEmitter<boolean>;
|
|
58
|
+
toConfirm: EventEmitter<boolean>;
|
|
59
|
+
toCancel: EventEmitter<boolean>;
|
|
60
|
+
toAction: EventEmitter<"close" | "confirmed" | "cancel">;
|
|
61
|
+
constructor(tcloudModalService: TcloudModalService);
|
|
62
|
+
ngOnInit(): void;
|
|
63
|
+
toClose(action?: any | undefined): void;
|
|
64
|
+
checkIsOpen(): void;
|
|
65
|
+
ngOnDestroy(): void;
|
|
66
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiModalComponent, never>;
|
|
67
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiModalComponent, "tcloud-ui-modal", never, { "confirm": { "alias": "confirm"; "required": false; }; "confirmText": { "alias": "confirmText"; "required": false; }; "autoClose": { "alias": "autoClose"; "required": false; }; "title": { "alias": "title"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "window": { "alias": "window"; "required": false; }; "open": { "alias": "open"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, { "openChange": "openChange"; "toConfirm": "toConfirm"; "toCancel": "toCancel"; "toAction": "toAction"; }, never, ["*"], false, never>;
|
|
68
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export interface IConfirm {
|
|
2
|
-
confirmText: string;
|
|
3
|
-
confirm: boolean;
|
|
4
|
-
}
|
|
1
|
+
export interface IConfirm {
|
|
2
|
+
confirmText: string;
|
|
3
|
+
confirm: boolean;
|
|
4
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./tcloud-ui-modal.component";
|
|
3
|
-
import * as i2 from "./components/tcloud-ui-modal-header/tcloud-ui-modal-header.component";
|
|
4
|
-
import * as i3 from "./components/tcloud-ui-modal-body/tcloud-ui-modal-body.component";
|
|
5
|
-
import * as i4 from "./components/tcloud-ui-modal-footer/tcloud-ui-modal-footer.component";
|
|
6
|
-
import * as i5 from "@angular/common";
|
|
7
|
-
import * as i6 from "@angular/forms";
|
|
8
|
-
export declare class TCloudUiModalModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiModalModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TCloudUiModalModule, [typeof i1.TCloudUiModalComponent, typeof i2.TCloudUiModalHeaderComponent, typeof i3.TCloudUiModalBodyComponent, typeof i4.TCloudUiModalFooterComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule], [typeof i1.TCloudUiModalComponent, typeof i2.TCloudUiModalHeaderComponent, typeof i3.TCloudUiModalBodyComponent, typeof i4.TCloudUiModalFooterComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TCloudUiModalModule>;
|
|
12
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./tcloud-ui-modal.component";
|
|
3
|
+
import * as i2 from "./components/tcloud-ui-modal-header/tcloud-ui-modal-header.component";
|
|
4
|
+
import * as i3 from "./components/tcloud-ui-modal-body/tcloud-ui-modal-body.component";
|
|
5
|
+
import * as i4 from "./components/tcloud-ui-modal-footer/tcloud-ui-modal-footer.component";
|
|
6
|
+
import * as i5 from "@angular/common";
|
|
7
|
+
import * as i6 from "@angular/forms";
|
|
8
|
+
export declare class TCloudUiModalModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiModalModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TCloudUiModalModule, [typeof i1.TCloudUiModalComponent, typeof i2.TCloudUiModalHeaderComponent, typeof i3.TCloudUiModalBodyComponent, typeof i4.TCloudUiModalFooterComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule], [typeof i1.TCloudUiModalComponent, typeof i2.TCloudUiModalHeaderComponent, typeof i3.TCloudUiModalBodyComponent, typeof i4.TCloudUiModalFooterComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TCloudUiModalModule>;
|
|
12
|
+
}
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
import { OnInit, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
-
import { FormControl, Validator } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TCloudUiMultiInputComponent implements OnInit, OnDestroy, Validator {
|
|
5
|
-
input_value: any;
|
|
6
|
-
tcList: any[] | undefined;
|
|
7
|
-
placeholder: string;
|
|
8
|
-
disabled: boolean;
|
|
9
|
-
loading: boolean;
|
|
10
|
-
required: string | undefined;
|
|
11
|
-
maxWidthLabel: string | undefined;
|
|
12
|
-
values: any[] | undefined;
|
|
13
|
-
count_actives: number;
|
|
14
|
-
use_validation_required: boolean;
|
|
15
|
-
item_value: any | undefined;
|
|
16
|
-
tcChange: EventEmitter<any[]>;
|
|
17
|
-
constructor();
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
addItem(item: any): void;
|
|
20
|
-
removeItem(item: any, index: number): void;
|
|
21
|
-
private toChange;
|
|
22
|
-
check_is_valid(): boolean;
|
|
23
|
-
onChangeTouched(): void;
|
|
24
|
-
onChange: EventEmitter<any>;
|
|
25
|
-
innerValue: any | undefined;
|
|
26
|
-
private onTouchedCallback;
|
|
27
|
-
private onChangeCallback;
|
|
28
|
-
get value(): any;
|
|
29
|
-
set value(v: any);
|
|
30
|
-
onBlur(): void;
|
|
31
|
-
writeValue(value: any): void;
|
|
32
|
-
registerOnChange(fn: any): void;
|
|
33
|
-
registerOnTouched(fn: any): void;
|
|
34
|
-
toSetDefault(value: any): void;
|
|
35
|
-
validate(c: FormControl): any;
|
|
36
|
-
ngOnDestroy(): void;
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiMultiInputComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiMultiInputComponent, "tcloud-ui-multi-input", never, { "tcList": { "alias": "tcList"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "required": { "alias": "required"; "required": false; }; "maxWidthLabel": { "alias": "maxWidthLabel"; "required": false; }; }, { "tcChange": "tcChange"; "onChange": "onChange"; }, never, never, false, never>;
|
|
39
|
-
}
|
|
1
|
+
import { OnInit, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
+
import { FormControl, Validator } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class TCloudUiMultiInputComponent implements OnInit, OnDestroy, Validator {
|
|
5
|
+
input_value: any;
|
|
6
|
+
tcList: any[] | undefined;
|
|
7
|
+
placeholder: string;
|
|
8
|
+
disabled: boolean;
|
|
9
|
+
loading: boolean;
|
|
10
|
+
required: string | undefined;
|
|
11
|
+
maxWidthLabel: string | undefined;
|
|
12
|
+
values: any[] | undefined;
|
|
13
|
+
count_actives: number;
|
|
14
|
+
use_validation_required: boolean;
|
|
15
|
+
item_value: any | undefined;
|
|
16
|
+
tcChange: EventEmitter<any[]>;
|
|
17
|
+
constructor();
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
addItem(item: any): void;
|
|
20
|
+
removeItem(item: any, index: number): void;
|
|
21
|
+
private toChange;
|
|
22
|
+
check_is_valid(): boolean;
|
|
23
|
+
onChangeTouched(): void;
|
|
24
|
+
onChange: EventEmitter<any>;
|
|
25
|
+
innerValue: any | undefined;
|
|
26
|
+
private onTouchedCallback;
|
|
27
|
+
private onChangeCallback;
|
|
28
|
+
get value(): any;
|
|
29
|
+
set value(v: any);
|
|
30
|
+
onBlur(): void;
|
|
31
|
+
writeValue(value: any): void;
|
|
32
|
+
registerOnChange(fn: any): void;
|
|
33
|
+
registerOnTouched(fn: any): void;
|
|
34
|
+
toSetDefault(value: any): void;
|
|
35
|
+
validate(c: FormControl): any;
|
|
36
|
+
ngOnDestroy(): void;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiMultiInputComponent, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiMultiInputComponent, "tcloud-ui-multi-input", never, { "tcList": { "alias": "tcList"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "required": { "alias": "required"; "required": false; }; "maxWidthLabel": { "alias": "maxWidthLabel"; "required": false; }; }, { "tcChange": "tcChange"; "onChange": "onChange"; }, never, never, false, never>;
|
|
39
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./tcloud-ui-multi-input.component";
|
|
3
|
-
import * as i2 from "@angular/forms";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
export declare class TCloudUiMultiInputModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiMultiInputModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TCloudUiMultiInputModule, [typeof i1.TCloudUiMultiInputComponent], [typeof i2.FormsModule, typeof i2.ReactiveFormsModule, typeof i3.CommonModule], [typeof i1.TCloudUiMultiInputComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TCloudUiMultiInputModule>;
|
|
9
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./tcloud-ui-multi-input.component";
|
|
3
|
+
import * as i2 from "@angular/forms";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
export declare class TCloudUiMultiInputModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiMultiInputModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TCloudUiMultiInputModule, [typeof i1.TCloudUiMultiInputComponent], [typeof i2.FormsModule, typeof i2.ReactiveFormsModule, typeof i3.CommonModule], [typeof i1.TCloudUiMultiInputComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TCloudUiMultiInputModule>;
|
|
9
|
+
}
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
import { EventEmitter, OnInit, OnDestroy } from '@angular/core';
|
|
2
|
-
import { FormControl, Validator } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TCloudUiMultiSelectComponent implements OnInit, OnDestroy, Validator {
|
|
5
|
-
tcList: any[] | undefined;
|
|
6
|
-
placeholder: string;
|
|
7
|
-
disabled: boolean;
|
|
8
|
-
loading: boolean;
|
|
9
|
-
required: string | undefined;
|
|
10
|
-
maxWidthLabel: string | undefined;
|
|
11
|
-
showDescriptionInValue: boolean;
|
|
12
|
-
tcChange: EventEmitter<any[]>;
|
|
13
|
-
use_validation_required: boolean;
|
|
14
|
-
values: any[] | undefined;
|
|
15
|
-
count_actives: number;
|
|
16
|
-
item_value: any | undefined;
|
|
17
|
-
constructor();
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
addItem(item: any): void;
|
|
20
|
-
removeItem(item: any): void;
|
|
21
|
-
private toChange;
|
|
22
|
-
check_is_valid(): boolean;
|
|
23
|
-
onChangeTouched(): void;
|
|
24
|
-
onChange: EventEmitter<any>;
|
|
25
|
-
innerValue: any | undefined;
|
|
26
|
-
private onTouchedCallback;
|
|
27
|
-
private onChangeCallback;
|
|
28
|
-
get value(): any;
|
|
29
|
-
set value(v: any);
|
|
30
|
-
onBlur(): void;
|
|
31
|
-
writeValue(value: any): void;
|
|
32
|
-
registerOnChange(fn: any): void;
|
|
33
|
-
registerOnTouched(fn: any): void;
|
|
34
|
-
toSetDefault(value: any): void;
|
|
35
|
-
validate(c: FormControl): any;
|
|
36
|
-
ngOnDestroy(): void;
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiMultiSelectComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiMultiSelectComponent, "tcloud-ui-multi-select", never, { "tcList": { "alias": "tcList"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "required": { "alias": "required"; "required": false; }; "maxWidthLabel": { "alias": "maxWidthLabel"; "required": false; }; "showDescriptionInValue": { "alias": "showDescriptionInValue"; "required": false; }; }, { "tcChange": "tcChange"; "onChange": "onChange"; }, never, never, false, never>;
|
|
39
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit, OnDestroy } from '@angular/core';
|
|
2
|
+
import { FormControl, Validator } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class TCloudUiMultiSelectComponent implements OnInit, OnDestroy, Validator {
|
|
5
|
+
tcList: any[] | undefined;
|
|
6
|
+
placeholder: string;
|
|
7
|
+
disabled: boolean;
|
|
8
|
+
loading: boolean;
|
|
9
|
+
required: string | undefined;
|
|
10
|
+
maxWidthLabel: string | undefined;
|
|
11
|
+
showDescriptionInValue: boolean;
|
|
12
|
+
tcChange: EventEmitter<any[]>;
|
|
13
|
+
use_validation_required: boolean;
|
|
14
|
+
values: any[] | undefined;
|
|
15
|
+
count_actives: number;
|
|
16
|
+
item_value: any | undefined;
|
|
17
|
+
constructor();
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
addItem(item: any): void;
|
|
20
|
+
removeItem(item: any): void;
|
|
21
|
+
private toChange;
|
|
22
|
+
check_is_valid(): boolean;
|
|
23
|
+
onChangeTouched(): void;
|
|
24
|
+
onChange: EventEmitter<any>;
|
|
25
|
+
innerValue: any | undefined;
|
|
26
|
+
private onTouchedCallback;
|
|
27
|
+
private onChangeCallback;
|
|
28
|
+
get value(): any;
|
|
29
|
+
set value(v: any);
|
|
30
|
+
onBlur(): void;
|
|
31
|
+
writeValue(value: any): void;
|
|
32
|
+
registerOnChange(fn: any): void;
|
|
33
|
+
registerOnTouched(fn: any): void;
|
|
34
|
+
toSetDefault(value: any): void;
|
|
35
|
+
validate(c: FormControl): any;
|
|
36
|
+
ngOnDestroy(): void;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiMultiSelectComponent, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiMultiSelectComponent, "tcloud-ui-multi-select", never, { "tcList": { "alias": "tcList"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "required": { "alias": "required"; "required": false; }; "maxWidthLabel": { "alias": "maxWidthLabel"; "required": false; }; "showDescriptionInValue": { "alias": "showDescriptionInValue"; "required": false; }; }, { "tcChange": "tcChange"; "onChange": "onChange"; }, never, never, false, never>;
|
|
39
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./tcloud-ui-multi-select.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
export declare class TCloudUiMultiSelectModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiMultiSelectModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TCloudUiMultiSelectModule, [typeof i1.TCloudUiMultiSelectComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule], [typeof i1.TCloudUiMultiSelectComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TCloudUiMultiSelectModule>;
|
|
9
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./tcloud-ui-multi-select.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
export declare class TCloudUiMultiSelectModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiMultiSelectModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TCloudUiMultiSelectModule, [typeof i1.TCloudUiMultiSelectComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule], [typeof i1.TCloudUiMultiSelectComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TCloudUiMultiSelectModule>;
|
|
9
|
+
}
|