ng-tailwind 5.2.1 → 5.2.2
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/animations/ngt-angular-animations.d.ts +5 -5
- package/base/ngt-base-ng-model.d.ts +32 -32
- package/components/ngt-action/ngt-action.component.d.ts +30 -30
- package/components/ngt-action/ngt-action.module.d.ts +10 -10
- package/components/ngt-button/ngt-button.component.d.ts +35 -35
- package/components/ngt-button/ngt-button.module.d.ts +10 -10
- package/components/ngt-checkbox/ngt-checkbox.component.d.ts +53 -53
- package/components/ngt-checkbox/ngt-checkbox.module.d.ts +10 -10
- package/components/ngt-content/ngt-content.component.d.ts +12 -12
- package/components/ngt-content/ngt-content.module.d.ts +8 -8
- package/components/ngt-context-menu/ngt-context-menu.component.d.ts +19 -19
- package/components/ngt-context-menu/ngt-context-menu.directive.d.ts +25 -25
- package/components/ngt-context-menu/ngt-context-menu.module.d.ts +10 -10
- package/components/ngt-datatable/ngt-datatable.component.d.ts +125 -125
- package/components/ngt-datatable/ngt-datatable.module.d.ts +25 -25
- package/components/ngt-datatable/ngt-tbody/ngt-tbody.component.d.ts +14 -14
- package/components/ngt-datatable/ngt-td/ngt-td.component.d.ts +14 -14
- package/components/ngt-datatable/ngt-td-check/ngt-td-check.component.d.ts +29 -29
- package/components/ngt-datatable/ngt-th/ngt-th.component.d.ts +55 -55
- package/components/ngt-datatable/ngt-th-check/ngt-th-check.component.d.ts +32 -32
- package/components/ngt-datatable/ngt-thead/ngt-thead.component.d.ts +13 -13
- package/components/ngt-datatable/ngt-tr/ngt-tr.component.d.ts +20 -20
- package/components/ngt-date/ngt-date.component.d.ts +85 -85
- package/components/ngt-date/ngt-date.module.d.ts +13 -13
- package/components/ngt-dropdown/ngt-dropdown-container/ngt-dropdown-container.component.d.ts +8 -8
- package/components/ngt-dropdown/ngt-dropdown.component.d.ts +53 -53
- package/components/ngt-dropdown/ngt-dropdown.module.d.ts +9 -9
- package/components/ngt-dropzone/custom-dropzone-preview/custom-dropzone-preview.component.d.ts +14 -14
- package/components/ngt-dropzone/ngt-dropzone-file-viewer/ngt-dropzone-file-viewer.component.d.ts +25 -25
- package/components/ngt-dropzone/ngt-dropzone-view/ngt-dropzone-view.component.d.ts +35 -35
- package/components/ngt-dropzone/ngt-dropzone.component.d.ts +95 -95
- package/components/ngt-dropzone/ngt-dropzone.meta.d.ts +27 -27
- package/components/ngt-dropzone/ngt-dropzone.module.d.ts +17 -17
- package/components/ngt-floating-button/ngt-floating-button.component.d.ts +35 -35
- package/components/ngt-floating-button/ngt-floating-button.module.d.ts +10 -10
- package/components/ngt-form/ngt-form-validation-message/ngt-form-validation-message.component.d.ts +10 -10
- package/components/ngt-form/ngt-form.component.d.ts +60 -60
- package/components/ngt-form/ngt-form.module.d.ts +9 -9
- package/components/ngt-header-nav/ngt-header-nav.component.d.ts +14 -14
- package/components/ngt-header-nav/ngt-header-nav.module.d.ts +8 -8
- package/components/ngt-helper/ngt-helper.component.d.ts +25 -25
- package/components/ngt-helper/ngt-helper.module.d.ts +10 -10
- package/components/ngt-input/ngt-input.component.d.ts +129 -129
- package/components/ngt-input/ngt-input.module.d.ts +14 -14
- package/components/ngt-modal/ngt-modal-body/ngt-modal-body.component.d.ts +17 -17
- package/components/ngt-modal/ngt-modal-footer/ngt-modal-footer.component.d.ts +12 -12
- package/components/ngt-modal/ngt-modal-header/ngt-modal-header.component.d.ts +15 -15
- package/components/ngt-modal/ngt-modal.component.d.ts +31 -31
- package/components/ngt-modal/ngt-modal.module.d.ts +11 -11
- package/components/ngt-multi-select/ngt-multi-select.component.d.ts +116 -116
- package/components/ngt-multi-select/ngt-multi-select.module.d.ts +15 -15
- package/components/ngt-pagination/ngt-pagination.component.d.ts +43 -43
- package/components/ngt-pagination/ngt-pagination.module.d.ts +12 -12
- package/components/ngt-popover/ngt-popover-tooltip/ngt-popover-tooltip.component.d.ts +21 -21
- package/components/ngt-popover/ngt-popover.component.d.ts +31 -31
- package/components/ngt-popover/ngt-popover.directive.d.ts +31 -31
- package/components/ngt-popover/ngt-popover.module.d.ts +11 -11
- package/components/ngt-portlet/ngt-portlet-body/ngt-portlet-body.component.d.ts +12 -12
- package/components/ngt-portlet/ngt-portlet-footer/ngt-portlet-footer.component.d.ts +12 -12
- package/components/ngt-portlet/ngt-portlet-header/ngt-portlet-header.component.d.ts +18 -18
- package/components/ngt-portlet/ngt-portlet.component.d.ts +20 -20
- package/components/ngt-portlet/ngt-portlet.module.d.ts +13 -13
- package/components/ngt-radio-button/ngt-radio-button-container/ngt-radio-button-container.component.d.ts +9 -9
- package/components/ngt-radio-button/ngt-radio-button.component.d.ts +45 -45
- package/components/ngt-radio-button/ngt-radio-button.module.d.ts +11 -11
- package/components/ngt-section/ngt-section.component.d.ts +38 -38
- package/components/ngt-section/ngt-section.module.d.ts +11 -11
- package/components/ngt-select/ngt-select.component.d.ts +154 -154
- package/components/ngt-select/ngt-select.directive.d.ts +20 -20
- package/components/ngt-select/ngt-select.module.d.ts +16 -16
- package/components/ngt-shining/ngt-shining.component.d.ts +19 -19
- package/components/ngt-shining/ngt-shining.module.d.ts +8 -8
- package/components/ngt-sidenav/ngt-sidenav.component.d.ts +32 -32
- package/components/ngt-sidenav/ngt-sidenav.module.d.ts +8 -8
- package/components/ngt-slider/ngt-slider.component.d.ts +36 -36
- package/components/ngt-slider/ngt-slider.module.d.ts +9 -9
- package/components/ngt-svg/ngt-svg.component.d.ts +13 -13
- package/components/ngt-svg/ngt-svg.module.d.ts +10 -10
- package/components/ngt-tag/ngt-tag.component.d.ts +13 -13
- package/components/ngt-tag/ngt-tag.module.d.ts +9 -9
- package/components/ngt-textarea/ngt-textarea.component.d.ts +49 -49
- package/components/ngt-textarea/ngt-textarea.module.d.ts +13 -13
- package/components/ngt-validation/ngt-validation.component.d.ts +13 -13
- package/components/ngt-validation/ngt-validation.module.d.ts +8 -8
- package/directives/ngt-stylizable/ngt-stylizable.directive.d.ts +68 -68
- package/directives/ngt-stylizable/ngt-stylizable.module.d.ts +8 -8
- package/enums/size.enum.d.ts +8 -8
- package/esm2020/animations/ngt-angular-animations.mjs +34 -34
- package/esm2020/base/ngt-base-ng-model.mjs +90 -90
- package/esm2020/components/ngt-action/ngt-action.component.mjs +96 -96
- package/esm2020/components/ngt-action/ngt-action.module.mjs +28 -28
- package/esm2020/components/ngt-button/ngt-button.component.mjs +142 -142
- package/esm2020/components/ngt-button/ngt-button.module.mjs +28 -28
- package/esm2020/components/ngt-checkbox/ngt-checkbox.component.mjs +192 -192
- package/esm2020/components/ngt-checkbox/ngt-checkbox.module.mjs +28 -28
- package/esm2020/components/ngt-content/ngt-content.component.mjs +32 -32
- package/esm2020/components/ngt-content/ngt-content.module.mjs +20 -20
- package/esm2020/components/ngt-context-menu/ngt-context-menu.component.mjs +25 -25
- package/esm2020/components/ngt-context-menu/ngt-context-menu.directive.mjs +89 -89
- package/esm2020/components/ngt-context-menu/ngt-context-menu.module.mjs +33 -33
- package/esm2020/components/ngt-datatable/ngt-datatable.component.mjs +470 -470
- package/esm2020/components/ngt-datatable/ngt-datatable.module.mjs +99 -99
- package/esm2020/components/ngt-datatable/ngt-tbody/ngt-tbody.component.mjs +57 -57
- package/esm2020/components/ngt-datatable/ngt-td/ngt-td.component.mjs +62 -62
- package/esm2020/components/ngt-datatable/ngt-td-check/ngt-td-check.component.mjs +113 -113
- package/esm2020/components/ngt-datatable/ngt-th/ngt-th.component.mjs +228 -228
- package/esm2020/components/ngt-datatable/ngt-th-check/ngt-th-check.component.mjs +127 -127
- package/esm2020/components/ngt-datatable/ngt-thead/ngt-thead.component.mjs +55 -55
- package/esm2020/components/ngt-datatable/ngt-tr/ngt-tr.component.mjs +86 -86
- package/esm2020/components/ngt-date/ngt-date.component.mjs +435 -435
- package/esm2020/components/ngt-date/ngt-date.module.mjs +40 -40
- package/esm2020/components/ngt-dropdown/ngt-dropdown-container/ngt-dropdown-container.component.mjs +19 -19
- package/esm2020/components/ngt-dropdown/ngt-dropdown.component.mjs +204 -204
- package/esm2020/components/ngt-dropdown/ngt-dropdown.module.mjs +21 -21
- package/esm2020/components/ngt-dropzone/custom-dropzone-preview/custom-dropzone-preview.component.mjs +54 -54
- package/esm2020/components/ngt-dropzone/ngt-dropzone-file-viewer/ngt-dropzone-file-viewer.component.mjs +69 -66
- package/esm2020/components/ngt-dropzone/ngt-dropzone-view/ngt-dropzone-view.component.mjs +94 -94
- package/esm2020/components/ngt-dropzone/ngt-dropzone.component.mjs +496 -496
- package/esm2020/components/ngt-dropzone/ngt-dropzone.meta.mjs +24 -24
- package/esm2020/components/ngt-dropzone/ngt-dropzone.module.mjs +55 -55
- package/esm2020/components/ngt-floating-button/ngt-floating-button.component.mjs +119 -119
- package/esm2020/components/ngt-floating-button/ngt-floating-button.module.mjs +28 -28
- package/esm2020/components/ngt-form/ngt-form-validation-message/ngt-form-validation-message.component.mjs +22 -22
- package/esm2020/components/ngt-form/ngt-form.component.mjs +207 -207
- package/esm2020/components/ngt-form/ngt-form.module.mjs +29 -29
- package/esm2020/components/ngt-header-nav/ngt-header-nav.component.mjs +39 -39
- package/esm2020/components/ngt-header-nav/ngt-header-nav.module.mjs +20 -20
- package/esm2020/components/ngt-helper/ngt-helper.component.mjs +68 -68
- package/esm2020/components/ngt-helper/ngt-helper.module.mjs +28 -28
- package/esm2020/components/ngt-input/ngt-input.component.mjs +844 -844
- package/esm2020/components/ngt-input/ngt-input.module.mjs +47 -47
- package/esm2020/components/ngt-modal/ngt-modal-body/ngt-modal-body.component.mjs +46 -46
- package/esm2020/components/ngt-modal/ngt-modal-footer/ngt-modal-footer.component.mjs +33 -33
- package/esm2020/components/ngt-modal/ngt-modal-header/ngt-modal-header.component.mjs +40 -40
- package/esm2020/components/ngt-modal/ngt-modal.component.mjs +122 -122
- package/esm2020/components/ngt-modal/ngt-modal.module.mjs +39 -39
- package/esm2020/components/ngt-multi-select/ngt-multi-select.component.mjs +503 -503
- package/esm2020/components/ngt-multi-select/ngt-multi-select.module.mjs +52 -52
- package/esm2020/components/ngt-pagination/ngt-pagination.component.mjs +162 -162
- package/esm2020/components/ngt-pagination/ngt-pagination.module.mjs +36 -36
- package/esm2020/components/ngt-popover/ngt-popover-tooltip/ngt-popover-tooltip.component.mjs +58 -58
- package/esm2020/components/ngt-popover/ngt-popover.component.mjs +85 -85
- package/esm2020/components/ngt-popover/ngt-popover.directive.mjs +126 -126
- package/esm2020/components/ngt-popover/ngt-popover.module.mjs +36 -36
- package/esm2020/components/ngt-portlet/ngt-portlet-body/ngt-portlet-body.component.mjs +34 -34
- package/esm2020/components/ngt-portlet/ngt-portlet-footer/ngt-portlet-footer.component.mjs +35 -35
- package/esm2020/components/ngt-portlet/ngt-portlet-header/ngt-portlet-header.component.mjs +57 -57
- package/esm2020/components/ngt-portlet/ngt-portlet.component.mjs +74 -74
- package/esm2020/components/ngt-portlet/ngt-portlet.module.mjs +47 -47
- package/esm2020/components/ngt-radio-button/ngt-radio-button-container/ngt-radio-button-container.component.mjs +19 -19
- package/esm2020/components/ngt-radio-button/ngt-radio-button.component.mjs +153 -153
- package/esm2020/components/ngt-radio-button/ngt-radio-button.module.mjs +29 -29
- package/esm2020/components/ngt-section/ngt-section.component.mjs +151 -151
- package/esm2020/components/ngt-section/ngt-section.module.mjs +32 -32
- package/esm2020/components/ngt-select/ngt-select.component.mjs +670 -670
- package/esm2020/components/ngt-select/ngt-select.directive.mjs +36 -36
- package/esm2020/components/ngt-select/ngt-select.module.mjs +65 -65
- package/esm2020/components/ngt-shining/ngt-shining.component.mjs +40 -40
- package/esm2020/components/ngt-shining/ngt-shining.module.mjs +20 -20
- package/esm2020/components/ngt-sidenav/ngt-sidenav.component.mjs +132 -132
- package/esm2020/components/ngt-sidenav/ngt-sidenav.module.mjs +20 -20
- package/esm2020/components/ngt-slider/ngt-slider.component.mjs +100 -100
- package/esm2020/components/ngt-slider/ngt-slider.module.mjs +24 -24
- package/esm2020/components/ngt-svg/ngt-svg.component.mjs +53 -53
- package/esm2020/components/ngt-svg/ngt-svg.module.mjs +28 -28
- package/esm2020/components/ngt-tag/ngt-tag.component.mjs +37 -37
- package/esm2020/components/ngt-tag/ngt-tag.module.mjs +24 -24
- package/esm2020/components/ngt-textarea/ngt-textarea.component.mjs +238 -238
- package/esm2020/components/ngt-textarea/ngt-textarea.module.mjs +43 -43
- package/esm2020/components/ngt-validation/ngt-validation.component.mjs +26 -26
- package/esm2020/components/ngt-validation/ngt-validation.module.mjs +20 -20
- package/esm2020/directives/ngt-stylizable/ngt-stylizable.directive.mjs +290 -290
- package/esm2020/directives/ngt-stylizable/ngt-stylizable.module.mjs +20 -20
- package/esm2020/enums/size.enum.mjs +11 -11
- package/esm2020/helpers/enum/enum.mjs +7 -7
- package/esm2020/helpers/form/form.mjs +14 -14
- package/esm2020/helpers/input-mask/input-mask.helper.mjs +26 -26
- package/esm2020/helpers/promise/promise-helper.mjs +4 -4
- package/esm2020/helpers/routing/route.mjs +11 -11
- package/esm2020/helpers/uuid.mjs +10 -10
- package/esm2020/ng-tailwind.mjs +4 -4
- package/esm2020/public-api.mjs +127 -127
- package/esm2020/services/http/ngt-attachment-http.service.mjs +3 -3
- package/esm2020/services/http/ngt-http-form.service.mjs +3 -3
- package/esm2020/services/http/ngt-http-resource.service.mjs +3 -3
- package/esm2020/services/http/ngt-http-validation.service.mjs +3 -3
- package/esm2020/services/http/ngt-http.service.mjs +3 -3
- package/esm2020/services/http/ngt-translate.service.mjs +3 -3
- package/esm2020/services/ngt-stylizable/ngt-stylizable.service.mjs +273 -273
- package/esm2020/services/validation/ngt-ability-validation.service.mjs +3 -3
- package/fesm2015/ng-tailwind.mjs +8656 -8653
- package/fesm2015/ng-tailwind.mjs.map +1 -1
- package/fesm2020/ng-tailwind.mjs +8481 -8478
- package/fesm2020/ng-tailwind.mjs.map +1 -1
- package/helpers/enum/enum.d.ts +1 -1
- package/helpers/form/form.d.ts +4 -4
- package/helpers/input-mask/input-mask.helper.d.ts +20 -20
- package/helpers/promise/promise-helper.d.ts +1 -1
- package/helpers/routing/route.d.ts +2 -2
- package/helpers/uuid.d.ts +1 -1
- package/index.d.ts +5 -5
- package/package.json +1 -1
- package/public-api.d.ts +87 -87
- package/services/http/ngt-attachment-http.service.d.ts +9 -9
- package/services/http/ngt-http-form.service.d.ts +5 -5
- package/services/http/ngt-http-resource.service.d.ts +12 -12
- package/services/http/ngt-http-validation.service.d.ts +12 -12
- package/services/http/ngt-http.service.d.ts +27 -27
- package/services/http/ngt-translate.service.d.ts +33 -33
- package/services/ngt-stylizable/ngt-stylizable.service.d.ts +96 -96
- package/services/validation/ngt-ability-validation.service.d.ts +5 -5
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { ElementRef, Injector } from '@angular/core';
|
|
2
|
-
import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
3
|
-
import { NgtTranslateService } from '../../services/http/ngt-translate.service';
|
|
4
|
-
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class NgtHelperComponent {
|
|
7
|
-
ngtStylizableDirective: NgtStylizableDirective;
|
|
8
|
-
ngtTranslateService: NgtTranslateService;
|
|
9
|
-
private injector;
|
|
10
|
-
dropdownRef: ElementRef;
|
|
11
|
-
helpTextColor: string;
|
|
12
|
-
helpText: string;
|
|
13
|
-
helpTitle: string;
|
|
14
|
-
icon: string;
|
|
15
|
-
iconSize: string;
|
|
16
|
-
iconColor: string;
|
|
17
|
-
iconTitle: string;
|
|
18
|
-
tooltipSize: string;
|
|
19
|
-
autoXReverse: boolean;
|
|
20
|
-
helperReverseYPosition: boolean;
|
|
21
|
-
ngtStyle: NgtStylizableService;
|
|
22
|
-
constructor(ngtStylizableDirective: NgtStylizableDirective, ngtTranslateService: NgtTranslateService, injector: Injector);
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgtHelperComponent, [{ optional: true; self: true; }, { optional: true; }, null]>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtHelperComponent, "ngt-helper", never, { "helpTextColor": "helpTextColor"; "helpText": "helpText"; "helpTitle": "helpTitle"; "icon": "icon"; "iconSize": "iconSize"; "iconColor": "iconColor"; "iconTitle": "iconTitle"; "tooltipSize": "tooltipSize"; "autoXReverse": "autoXReverse"; "helperReverseYPosition": "helperReverseYPosition"; }, {}, never, ["*"], false, never>;
|
|
25
|
-
}
|
|
1
|
+
import { ElementRef, Injector } from '@angular/core';
|
|
2
|
+
import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
3
|
+
import { NgtTranslateService } from '../../services/http/ngt-translate.service';
|
|
4
|
+
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class NgtHelperComponent {
|
|
7
|
+
ngtStylizableDirective: NgtStylizableDirective;
|
|
8
|
+
ngtTranslateService: NgtTranslateService;
|
|
9
|
+
private injector;
|
|
10
|
+
dropdownRef: ElementRef;
|
|
11
|
+
helpTextColor: string;
|
|
12
|
+
helpText: string;
|
|
13
|
+
helpTitle: string;
|
|
14
|
+
icon: string;
|
|
15
|
+
iconSize: string;
|
|
16
|
+
iconColor: string;
|
|
17
|
+
iconTitle: string;
|
|
18
|
+
tooltipSize: string;
|
|
19
|
+
autoXReverse: boolean;
|
|
20
|
+
helperReverseYPosition: boolean;
|
|
21
|
+
ngtStyle: NgtStylizableService;
|
|
22
|
+
constructor(ngtStylizableDirective: NgtStylizableDirective, ngtTranslateService: NgtTranslateService, injector: Injector);
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtHelperComponent, [{ optional: true; self: true; }, { optional: true; }, null]>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtHelperComponent, "ngt-helper", never, { "helpTextColor": "helpTextColor"; "helpText": "helpText"; "helpTitle": "helpTitle"; "icon": "icon"; "iconSize": "iconSize"; "iconColor": "iconColor"; "iconTitle": "iconTitle"; "tooltipSize": "tooltipSize"; "autoXReverse": "autoXReverse"; "helperReverseYPosition": "helperReverseYPosition"; }, {}, never, ["*"], false, never>;
|
|
25
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./ngt-helper.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../ngt-svg/ngt-svg.module";
|
|
5
|
-
import * as i4 from "../ngt-dropdown/ngt-dropdown.module";
|
|
6
|
-
export declare class NgtHelperModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgtHelperModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgtHelperModule, [typeof i1.NgtHelperComponent], [typeof i2.CommonModule, typeof i3.NgtSvgModule, typeof i4.NgtDropdownModule], [typeof i1.NgtHelperComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<NgtHelperModule>;
|
|
10
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./ngt-helper.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../ngt-svg/ngt-svg.module";
|
|
5
|
+
import * as i4 from "../ngt-dropdown/ngt-dropdown.module";
|
|
6
|
+
export declare class NgtHelperModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtHelperModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgtHelperModule, [typeof i1.NgtHelperComponent], [typeof i2.CommonModule, typeof i3.NgtSvgModule, typeof i4.NgtDropdownModule], [typeof i1.NgtHelperComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NgtHelperModule>;
|
|
10
|
+
}
|
|
@@ -1,129 +1,129 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, EventEmitter, Injector, OnDestroy, OnInit, Renderer2, SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
|
-
import { AsyncValidatorFn, ControlContainer } from '@angular/forms';
|
|
3
|
-
import { NgtBaseNgModel } from '../../base/ngt-base-ng-model';
|
|
4
|
-
import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
5
|
-
import { NgtHttpFindExistingResourceInterface, NgtHttpResourceService } from '../../services/http/ngt-http-resource.service';
|
|
6
|
-
import { NgtHttpValidationService } from '../../services/http/ngt-http-validation.service';
|
|
7
|
-
import { NgtTranslateService } from '../../services/http/ngt-translate.service';
|
|
8
|
-
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
9
|
-
import { NgtFormComponent } from '../ngt-form/ngt-form.component';
|
|
10
|
-
import { NgtSectionComponent } from '../ngt-section/ngt-section.component';
|
|
11
|
-
import { NgtModalComponent } from '../ngt-modal/ngt-modal.component';
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
|
-
export declare class NgtInputComponent extends NgtBaseNgModel implements OnInit, OnDestroy {
|
|
14
|
-
private injector;
|
|
15
|
-
private renderer;
|
|
16
|
-
private changeDetector;
|
|
17
|
-
private ngtStylizableDirective;
|
|
18
|
-
formContainer: ControlContainer;
|
|
19
|
-
private ngtFormComponent;
|
|
20
|
-
private ngtValidationService;
|
|
21
|
-
private ngtResourceService;
|
|
22
|
-
private ngtForm;
|
|
23
|
-
private ngtSection;
|
|
24
|
-
private ngtModal;
|
|
25
|
-
ngtTranslateService: NgtTranslateService;
|
|
26
|
-
element: ElementRef;
|
|
27
|
-
label: string;
|
|
28
|
-
placeholder: string;
|
|
29
|
-
shining: boolean;
|
|
30
|
-
loading: boolean;
|
|
31
|
-
helpTitle: string;
|
|
32
|
-
helpTextColor: string;
|
|
33
|
-
helpText: string;
|
|
34
|
-
innerLeftIcon: string;
|
|
35
|
-
innerLeftIconColor: string;
|
|
36
|
-
innerRightIcon: string;
|
|
37
|
-
innerRightIconColor: string;
|
|
38
|
-
decimalMaskPrecision: number;
|
|
39
|
-
showCharactersLength: boolean;
|
|
40
|
-
uppercase: boolean;
|
|
41
|
-
customInnerContentTemplate: TemplateRef<any>;
|
|
42
|
-
helperReverseYPosition: boolean;
|
|
43
|
-
helperAutoXReverse: boolean;
|
|
44
|
-
isDisabled: boolean;
|
|
45
|
-
isReadonly: boolean;
|
|
46
|
-
showRoundedIcon: boolean;
|
|
47
|
-
type: string;
|
|
48
|
-
name: string;
|
|
49
|
-
mask: string;
|
|
50
|
-
focus: boolean;
|
|
51
|
-
allowClear: boolean;
|
|
52
|
-
jit: boolean;
|
|
53
|
-
useInputEvent: boolean;
|
|
54
|
-
findExistingResource: NgtHttpFindExistingResourceInterface;
|
|
55
|
-
allowPhoneValidation: boolean;
|
|
56
|
-
validatePassword: boolean;
|
|
57
|
-
passwordableId: string;
|
|
58
|
-
passwordPolicyId: string;
|
|
59
|
-
isRequired: boolean;
|
|
60
|
-
uniqueResource: any;
|
|
61
|
-
minValue: number;
|
|
62
|
-
maxValue: number;
|
|
63
|
-
maxLength: number;
|
|
64
|
-
minLength: number;
|
|
65
|
-
match: string;
|
|
66
|
-
multipleOf: number;
|
|
67
|
-
validateMinValueOnMask: boolean;
|
|
68
|
-
externalServerDependency: boolean;
|
|
69
|
-
customValidator: () => AsyncValidatorFn;
|
|
70
|
-
onClickLeftIcon: EventEmitter<any>;
|
|
71
|
-
onClickRightIcon: EventEmitter<any>;
|
|
72
|
-
validatePhoneResult: EventEmitter<any>;
|
|
73
|
-
maxTotalCharsCount: number;
|
|
74
|
-
existingResourceId: string;
|
|
75
|
-
componentReady: boolean;
|
|
76
|
-
inputProperties: {
|
|
77
|
-
htmlType?: string;
|
|
78
|
-
length?: number;
|
|
79
|
-
};
|
|
80
|
-
ngtStyle: NgtStylizableService;
|
|
81
|
-
private emailValidatorTimeout;
|
|
82
|
-
private passwordValidatorTimeout;
|
|
83
|
-
private phoneValidatorTimeout;
|
|
84
|
-
private uniqueValidatorTimeout;
|
|
85
|
-
private searchExistingResourceTimeout;
|
|
86
|
-
private subscriptions;
|
|
87
|
-
constructor(injector: Injector, renderer: Renderer2, changeDetector: ChangeDetectorRef, ngtStylizableDirective: NgtStylizableDirective, formContainer: ControlContainer, ngtFormComponent: NgtFormComponent, ngtValidationService: NgtHttpValidationService, ngtResourceService: NgtHttpResourceService, ngtForm: NgtFormComponent, ngtSection: NgtSectionComponent, ngtModal: NgtModalComponent, ngtTranslateService: NgtTranslateService);
|
|
88
|
-
ngOnInit(): void;
|
|
89
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
90
|
-
ngOnDestroy(): void;
|
|
91
|
-
onNativeChange(): void;
|
|
92
|
-
change(value: any): void;
|
|
93
|
-
setFocus(): void;
|
|
94
|
-
clearInput(event?: Event): void;
|
|
95
|
-
restorePlaceholder(): void;
|
|
96
|
-
showPassword(): void;
|
|
97
|
-
hidePassword(): void;
|
|
98
|
-
getInputPaddings(): string;
|
|
99
|
-
getRemainingCharacters(): number;
|
|
100
|
-
hasFocus(): boolean;
|
|
101
|
-
disabled(): boolean;
|
|
102
|
-
private initComponent;
|
|
103
|
-
private updateValidations;
|
|
104
|
-
private setupMasks;
|
|
105
|
-
private setupProperties;
|
|
106
|
-
private minValueValidator;
|
|
107
|
-
private multipleOfValidator;
|
|
108
|
-
private externalServerDependencyValidator;
|
|
109
|
-
private timeValidator;
|
|
110
|
-
private cnpjCpfValidator;
|
|
111
|
-
private matchValidator;
|
|
112
|
-
private emailValidator;
|
|
113
|
-
private passwordValidator;
|
|
114
|
-
private searchExistingResource;
|
|
115
|
-
private validatePhone;
|
|
116
|
-
private uniqueValidator;
|
|
117
|
-
private validatorCNPJ;
|
|
118
|
-
private validatorCPF;
|
|
119
|
-
private getNativeValue;
|
|
120
|
-
private getElementTitle;
|
|
121
|
-
private removeMasks;
|
|
122
|
-
private hasEmailServiceValidation;
|
|
123
|
-
private hasPasswordValidation;
|
|
124
|
-
private isDisabledByParent;
|
|
125
|
-
private hasChangesBetweenModels;
|
|
126
|
-
private destroySubscriptions;
|
|
127
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgtInputComponent, [null, null, null, { optional: true; self: true; }, { optional: true; host: true; }, { optional: true; skipSelf: true; }, { optional: true; skipSelf: true; }, { optional: true; skipSelf: true; }, { optional: true; skipSelf: true; }, { optional: true; skipSelf: true; }, { optional: true; skipSelf: true; }, { optional: true; }]>;
|
|
128
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtInputComponent, "ngt-input", never, { "label": "label"; "placeholder": "placeholder"; "shining": "shining"; "loading": "loading"; "helpTitle": "helpTitle"; "helpTextColor": "helpTextColor"; "helpText": "helpText"; "innerLeftIcon": "innerLeftIcon"; "innerLeftIconColor": "innerLeftIconColor"; "innerRightIcon": "innerRightIcon"; "innerRightIconColor": "innerRightIconColor"; "decimalMaskPrecision": "decimalMaskPrecision"; "showCharactersLength": "showCharactersLength"; "uppercase": "uppercase"; "customInnerContentTemplate": "customInnerContentTemplate"; "helperReverseYPosition": "helperReverseYPosition"; "helperAutoXReverse": "helperAutoXReverse"; "isDisabled": "isDisabled"; "isReadonly": "isReadonly"; "showRoundedIcon": "showRoundedIcon"; "type": "type"; "name": "name"; "mask": "mask"; "focus": "focus"; "allowClear": "allowClear"; "jit": "jit"; "useInputEvent": "useInputEvent"; "findExistingResource": "findExistingResource"; "allowPhoneValidation": "allowPhoneValidation"; "validatePassword": "validatePassword"; "passwordableId": "passwordableId"; "passwordPolicyId": "passwordPolicyId"; "isRequired": "isRequired"; "uniqueResource": "uniqueResource"; "minValue": "minValue"; "maxValue": "maxValue"; "maxLength": "maxLength"; "minLength": "minLength"; "match": "match"; "multipleOf": "multipleOf"; "validateMinValueOnMask": "validateMinValueOnMask"; "externalServerDependency": "externalServerDependency"; "customValidator": "customValidator"; }, { "onClickLeftIcon": "onClickLeftIcon"; "onClickRightIcon": "onClickRightIcon"; "validatePhoneResult": "validatePhoneResult"; }, never, ["*"], false, never>;
|
|
129
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, EventEmitter, Injector, OnDestroy, OnInit, Renderer2, SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
|
+
import { AsyncValidatorFn, ControlContainer } from '@angular/forms';
|
|
3
|
+
import { NgtBaseNgModel } from '../../base/ngt-base-ng-model';
|
|
4
|
+
import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
5
|
+
import { NgtHttpFindExistingResourceInterface, NgtHttpResourceService } from '../../services/http/ngt-http-resource.service';
|
|
6
|
+
import { NgtHttpValidationService } from '../../services/http/ngt-http-validation.service';
|
|
7
|
+
import { NgtTranslateService } from '../../services/http/ngt-translate.service';
|
|
8
|
+
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
9
|
+
import { NgtFormComponent } from '../ngt-form/ngt-form.component';
|
|
10
|
+
import { NgtSectionComponent } from '../ngt-section/ngt-section.component';
|
|
11
|
+
import { NgtModalComponent } from '../ngt-modal/ngt-modal.component';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
export declare class NgtInputComponent extends NgtBaseNgModel implements OnInit, OnDestroy {
|
|
14
|
+
private injector;
|
|
15
|
+
private renderer;
|
|
16
|
+
private changeDetector;
|
|
17
|
+
private ngtStylizableDirective;
|
|
18
|
+
formContainer: ControlContainer;
|
|
19
|
+
private ngtFormComponent;
|
|
20
|
+
private ngtValidationService;
|
|
21
|
+
private ngtResourceService;
|
|
22
|
+
private ngtForm;
|
|
23
|
+
private ngtSection;
|
|
24
|
+
private ngtModal;
|
|
25
|
+
ngtTranslateService: NgtTranslateService;
|
|
26
|
+
element: ElementRef;
|
|
27
|
+
label: string;
|
|
28
|
+
placeholder: string;
|
|
29
|
+
shining: boolean;
|
|
30
|
+
loading: boolean;
|
|
31
|
+
helpTitle: string;
|
|
32
|
+
helpTextColor: string;
|
|
33
|
+
helpText: string;
|
|
34
|
+
innerLeftIcon: string;
|
|
35
|
+
innerLeftIconColor: string;
|
|
36
|
+
innerRightIcon: string;
|
|
37
|
+
innerRightIconColor: string;
|
|
38
|
+
decimalMaskPrecision: number;
|
|
39
|
+
showCharactersLength: boolean;
|
|
40
|
+
uppercase: boolean;
|
|
41
|
+
customInnerContentTemplate: TemplateRef<any>;
|
|
42
|
+
helperReverseYPosition: boolean;
|
|
43
|
+
helperAutoXReverse: boolean;
|
|
44
|
+
isDisabled: boolean;
|
|
45
|
+
isReadonly: boolean;
|
|
46
|
+
showRoundedIcon: boolean;
|
|
47
|
+
type: string;
|
|
48
|
+
name: string;
|
|
49
|
+
mask: string;
|
|
50
|
+
focus: boolean;
|
|
51
|
+
allowClear: boolean;
|
|
52
|
+
jit: boolean;
|
|
53
|
+
useInputEvent: boolean;
|
|
54
|
+
findExistingResource: NgtHttpFindExistingResourceInterface;
|
|
55
|
+
allowPhoneValidation: boolean;
|
|
56
|
+
validatePassword: boolean;
|
|
57
|
+
passwordableId: string;
|
|
58
|
+
passwordPolicyId: string;
|
|
59
|
+
isRequired: boolean;
|
|
60
|
+
uniqueResource: any;
|
|
61
|
+
minValue: number;
|
|
62
|
+
maxValue: number;
|
|
63
|
+
maxLength: number;
|
|
64
|
+
minLength: number;
|
|
65
|
+
match: string;
|
|
66
|
+
multipleOf: number;
|
|
67
|
+
validateMinValueOnMask: boolean;
|
|
68
|
+
externalServerDependency: boolean;
|
|
69
|
+
customValidator: () => AsyncValidatorFn;
|
|
70
|
+
onClickLeftIcon: EventEmitter<any>;
|
|
71
|
+
onClickRightIcon: EventEmitter<any>;
|
|
72
|
+
validatePhoneResult: EventEmitter<any>;
|
|
73
|
+
maxTotalCharsCount: number;
|
|
74
|
+
existingResourceId: string;
|
|
75
|
+
componentReady: boolean;
|
|
76
|
+
inputProperties: {
|
|
77
|
+
htmlType?: string;
|
|
78
|
+
length?: number;
|
|
79
|
+
};
|
|
80
|
+
ngtStyle: NgtStylizableService;
|
|
81
|
+
private emailValidatorTimeout;
|
|
82
|
+
private passwordValidatorTimeout;
|
|
83
|
+
private phoneValidatorTimeout;
|
|
84
|
+
private uniqueValidatorTimeout;
|
|
85
|
+
private searchExistingResourceTimeout;
|
|
86
|
+
private subscriptions;
|
|
87
|
+
constructor(injector: Injector, renderer: Renderer2, changeDetector: ChangeDetectorRef, ngtStylizableDirective: NgtStylizableDirective, formContainer: ControlContainer, ngtFormComponent: NgtFormComponent, ngtValidationService: NgtHttpValidationService, ngtResourceService: NgtHttpResourceService, ngtForm: NgtFormComponent, ngtSection: NgtSectionComponent, ngtModal: NgtModalComponent, ngtTranslateService: NgtTranslateService);
|
|
88
|
+
ngOnInit(): void;
|
|
89
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
90
|
+
ngOnDestroy(): void;
|
|
91
|
+
onNativeChange(): void;
|
|
92
|
+
change(value: any): void;
|
|
93
|
+
setFocus(): void;
|
|
94
|
+
clearInput(event?: Event): void;
|
|
95
|
+
restorePlaceholder(): void;
|
|
96
|
+
showPassword(): void;
|
|
97
|
+
hidePassword(): void;
|
|
98
|
+
getInputPaddings(): string;
|
|
99
|
+
getRemainingCharacters(): number;
|
|
100
|
+
hasFocus(): boolean;
|
|
101
|
+
disabled(): boolean;
|
|
102
|
+
private initComponent;
|
|
103
|
+
private updateValidations;
|
|
104
|
+
private setupMasks;
|
|
105
|
+
private setupProperties;
|
|
106
|
+
private minValueValidator;
|
|
107
|
+
private multipleOfValidator;
|
|
108
|
+
private externalServerDependencyValidator;
|
|
109
|
+
private timeValidator;
|
|
110
|
+
private cnpjCpfValidator;
|
|
111
|
+
private matchValidator;
|
|
112
|
+
private emailValidator;
|
|
113
|
+
private passwordValidator;
|
|
114
|
+
private searchExistingResource;
|
|
115
|
+
private validatePhone;
|
|
116
|
+
private uniqueValidator;
|
|
117
|
+
private validatorCNPJ;
|
|
118
|
+
private validatorCPF;
|
|
119
|
+
private getNativeValue;
|
|
120
|
+
private getElementTitle;
|
|
121
|
+
private removeMasks;
|
|
122
|
+
private hasEmailServiceValidation;
|
|
123
|
+
private hasPasswordValidation;
|
|
124
|
+
private isDisabledByParent;
|
|
125
|
+
private hasChangesBetweenModels;
|
|
126
|
+
private destroySubscriptions;
|
|
127
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtInputComponent, [null, null, null, { optional: true; self: true; }, { optional: true; host: true; }, { optional: true; skipSelf: true; }, { optional: true; skipSelf: true; }, { optional: true; skipSelf: true; }, { optional: true; skipSelf: true; }, { optional: true; skipSelf: true; }, { optional: true; skipSelf: true; }, { optional: true; }]>;
|
|
128
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtInputComponent, "ngt-input", never, { "label": "label"; "placeholder": "placeholder"; "shining": "shining"; "loading": "loading"; "helpTitle": "helpTitle"; "helpTextColor": "helpTextColor"; "helpText": "helpText"; "innerLeftIcon": "innerLeftIcon"; "innerLeftIconColor": "innerLeftIconColor"; "innerRightIcon": "innerRightIcon"; "innerRightIconColor": "innerRightIconColor"; "decimalMaskPrecision": "decimalMaskPrecision"; "showCharactersLength": "showCharactersLength"; "uppercase": "uppercase"; "customInnerContentTemplate": "customInnerContentTemplate"; "helperReverseYPosition": "helperReverseYPosition"; "helperAutoXReverse": "helperAutoXReverse"; "isDisabled": "isDisabled"; "isReadonly": "isReadonly"; "showRoundedIcon": "showRoundedIcon"; "type": "type"; "name": "name"; "mask": "mask"; "focus": "focus"; "allowClear": "allowClear"; "jit": "jit"; "useInputEvent": "useInputEvent"; "findExistingResource": "findExistingResource"; "allowPhoneValidation": "allowPhoneValidation"; "validatePassword": "validatePassword"; "passwordableId": "passwordableId"; "passwordPolicyId": "passwordPolicyId"; "isRequired": "isRequired"; "uniqueResource": "uniqueResource"; "minValue": "minValue"; "maxValue": "maxValue"; "maxLength": "maxLength"; "minLength": "minLength"; "match": "match"; "multipleOf": "multipleOf"; "validateMinValueOnMask": "validateMinValueOnMask"; "externalServerDependency": "externalServerDependency"; "customValidator": "customValidator"; }, { "onClickLeftIcon": "onClickLeftIcon"; "onClickRightIcon": "onClickRightIcon"; "validatePhoneResult": "validatePhoneResult"; }, never, ["*"], false, never>;
|
|
129
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./ngt-input.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "../ngt-validation/ngt-validation.module";
|
|
6
|
-
import * as i5 from "../ngt-shining/ngt-shining.module";
|
|
7
|
-
import * as i6 from "../ngt-svg/ngt-svg.module";
|
|
8
|
-
import * as i7 from "../ngt-form/ngt-form.module";
|
|
9
|
-
import * as i8 from "../ngt-helper/ngt-helper.module";
|
|
10
|
-
export declare class NgtInputModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgtInputModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgtInputModule, [typeof i1.NgtInputComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.NgtValidationModule, typeof i5.NgtShiningModule, typeof i6.NgtSvgModule, typeof i7.NgtFormModule, typeof i8.NgtHelperModule], [typeof i1.NgtInputComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<NgtInputModule>;
|
|
14
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./ngt-input.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "../ngt-validation/ngt-validation.module";
|
|
6
|
+
import * as i5 from "../ngt-shining/ngt-shining.module";
|
|
7
|
+
import * as i6 from "../ngt-svg/ngt-svg.module";
|
|
8
|
+
import * as i7 from "../ngt-form/ngt-form.module";
|
|
9
|
+
import * as i8 from "../ngt-helper/ngt-helper.module";
|
|
10
|
+
export declare class NgtInputModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtInputModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgtInputModule, [typeof i1.NgtInputComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.NgtValidationModule, typeof i5.NgtShiningModule, typeof i6.NgtSvgModule, typeof i7.NgtFormModule, typeof i8.NgtHelperModule], [typeof i1.NgtInputComponent]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NgtInputModule>;
|
|
14
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, Injector } from '@angular/core';
|
|
2
|
-
import { NgtAbilityValidationService } from '../../../services/validation/ngt-ability-validation.service';
|
|
3
|
-
import { NgtStylizableDirective } from '../../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
4
|
-
import { NgtStylizableService } from '../../../services/ngt-stylizable/ngt-stylizable.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class NgtModalBodyComponent implements AfterViewInit {
|
|
7
|
-
private injector;
|
|
8
|
-
private changeDetector;
|
|
9
|
-
private tailStylizableDirective;
|
|
10
|
-
private ngtAbilityValidationService;
|
|
11
|
-
ngtStyle: NgtStylizableService;
|
|
12
|
-
isDisabled: boolean;
|
|
13
|
-
constructor(injector: Injector, changeDetector: ChangeDetectorRef, tailStylizableDirective: NgtStylizableDirective, ngtAbilityValidationService: NgtAbilityValidationService);
|
|
14
|
-
ngAfterViewInit(): Promise<void>;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgtModalBodyComponent, [null, null, { optional: true; self: true; }, { optional: true; }]>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtModalBodyComponent, "ngt-modal-body", never, { "ngtStyle": "ngtStyle"; "isDisabled": "isDisabled"; }, {}, never, ["*"], false, never>;
|
|
17
|
-
}
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, Injector } from '@angular/core';
|
|
2
|
+
import { NgtAbilityValidationService } from '../../../services/validation/ngt-ability-validation.service';
|
|
3
|
+
import { NgtStylizableDirective } from '../../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
4
|
+
import { NgtStylizableService } from '../../../services/ngt-stylizable/ngt-stylizable.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class NgtModalBodyComponent implements AfterViewInit {
|
|
7
|
+
private injector;
|
|
8
|
+
private changeDetector;
|
|
9
|
+
private tailStylizableDirective;
|
|
10
|
+
private ngtAbilityValidationService;
|
|
11
|
+
ngtStyle: NgtStylizableService;
|
|
12
|
+
isDisabled: boolean;
|
|
13
|
+
constructor(injector: Injector, changeDetector: ChangeDetectorRef, tailStylizableDirective: NgtStylizableDirective, ngtAbilityValidationService: NgtAbilityValidationService);
|
|
14
|
+
ngAfterViewInit(): Promise<void>;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtModalBodyComponent, [null, null, { optional: true; self: true; }, { optional: true; }]>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtModalBodyComponent, "ngt-modal-body", never, { "ngtStyle": "ngtStyle"; "isDisabled": "isDisabled"; }, {}, never, ["*"], false, never>;
|
|
17
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Injector } from '@angular/core';
|
|
2
|
-
import { NgtStylizableDirective } from '../../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
3
|
-
import { NgtStylizableService } from '../../../services/ngt-stylizable/ngt-stylizable.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class NgtModalFooterComponent {
|
|
6
|
-
private injector;
|
|
7
|
-
private tailStylizableDirective;
|
|
8
|
-
ngtStyle: NgtStylizableService;
|
|
9
|
-
constructor(injector: Injector, tailStylizableDirective: NgtStylizableDirective);
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgtModalFooterComponent, [null, { optional: true; self: true; }]>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtModalFooterComponent, "ngt-modal-footer", never, { "ngtStyle": "ngtStyle"; }, {}, never, ["*"], false, never>;
|
|
12
|
-
}
|
|
1
|
+
import { Injector } from '@angular/core';
|
|
2
|
+
import { NgtStylizableDirective } from '../../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
3
|
+
import { NgtStylizableService } from '../../../services/ngt-stylizable/ngt-stylizable.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class NgtModalFooterComponent {
|
|
6
|
+
private injector;
|
|
7
|
+
private tailStylizableDirective;
|
|
8
|
+
ngtStyle: NgtStylizableService;
|
|
9
|
+
constructor(injector: Injector, tailStylizableDirective: NgtStylizableDirective);
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtModalFooterComponent, [null, { optional: true; self: true; }]>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtModalFooterComponent, "ngt-modal-footer", never, { "ngtStyle": "ngtStyle"; }, {}, never, ["*"], false, never>;
|
|
12
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { EventEmitter, Injector } from '@angular/core';
|
|
2
|
-
import { NgtStylizableDirective } from '../../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
3
|
-
import { NgtStylizableService } from '../../../services/ngt-stylizable/ngt-stylizable.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class NgtModalHeaderComponent {
|
|
6
|
-
private injector;
|
|
7
|
-
private tailStylizableDirective;
|
|
8
|
-
static onCloseModalByHeader: EventEmitter<void>;
|
|
9
|
-
disableDefaultCloses: boolean;
|
|
10
|
-
ngtStyle: NgtStylizableService;
|
|
11
|
-
constructor(injector: Injector, tailStylizableDirective: NgtStylizableDirective);
|
|
12
|
-
emitOnCloseEvent(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgtModalHeaderComponent, [null, { optional: true; self: true; }]>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtModalHeaderComponent, "ngt-modal-header", never, { "disableDefaultCloses": "disableDefaultCloses"; "ngtStyle": "ngtStyle"; }, {}, never, ["*"], false, never>;
|
|
15
|
-
}
|
|
1
|
+
import { EventEmitter, Injector } from '@angular/core';
|
|
2
|
+
import { NgtStylizableDirective } from '../../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
3
|
+
import { NgtStylizableService } from '../../../services/ngt-stylizable/ngt-stylizable.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class NgtModalHeaderComponent {
|
|
6
|
+
private injector;
|
|
7
|
+
private tailStylizableDirective;
|
|
8
|
+
static onCloseModalByHeader: EventEmitter<void>;
|
|
9
|
+
disableDefaultCloses: boolean;
|
|
10
|
+
ngtStyle: NgtStylizableService;
|
|
11
|
+
constructor(injector: Injector, tailStylizableDirective: NgtStylizableDirective);
|
|
12
|
+
emitOnCloseEvent(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtModalHeaderComponent, [null, { optional: true; self: true; }]>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtModalHeaderComponent, "ngt-modal-header", never, { "disableDefaultCloses": "disableDefaultCloses"; "ngtStyle": "ngtStyle"; }, {}, never, ["*"], false, never>;
|
|
15
|
+
}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, EventEmitter, Injector } from '@angular/core';
|
|
2
|
-
import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
3
|
-
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
4
|
-
import { NgtAbilityValidationService } from '../../services/validation/ngt-ability-validation.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class NgtModalComponent implements AfterViewInit {
|
|
7
|
-
private changeDetectorRef;
|
|
8
|
-
private injector;
|
|
9
|
-
private tailStylizableDirective;
|
|
10
|
-
private ngtAbilityValidationService;
|
|
11
|
-
customLayout: boolean;
|
|
12
|
-
disableDefaultCloses: boolean;
|
|
13
|
-
isDisabled: boolean;
|
|
14
|
-
ngtStyle: NgtStylizableService;
|
|
15
|
-
onCloseModal: EventEmitter<void>;
|
|
16
|
-
onOpenModal: EventEmitter<void>;
|
|
17
|
-
isOpen: boolean;
|
|
18
|
-
viewMode: boolean;
|
|
19
|
-
private keydownEventWasAdded;
|
|
20
|
-
private subscriptions;
|
|
21
|
-
constructor(changeDetectorRef: ChangeDetectorRef, injector: Injector, tailStylizableDirective: NgtStylizableDirective, ngtAbilityValidationService: NgtAbilityValidationService);
|
|
22
|
-
ngAfterViewInit(): Promise<void>;
|
|
23
|
-
close(): void;
|
|
24
|
-
open(): void;
|
|
25
|
-
private addKeydownEventListener;
|
|
26
|
-
private bindOnCloseModalByHeaderSubscription;
|
|
27
|
-
private destroySubscriptions;
|
|
28
|
-
private closeViewMode;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgtModalComponent, [null, null, { optional: true; self: true; }, { optional: true; }]>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtModalComponent, "ngt-modal", never, { "customLayout": "customLayout"; "disableDefaultCloses": "disableDefaultCloses"; "isDisabled": "isDisabled"; "ngtStyle": "ngtStyle"; }, { "onCloseModal": "onCloseModal"; "onOpenModal": "onOpenModal"; }, never, ["[header]", "[body]", "[footer]", "*"], false, never>;
|
|
31
|
-
}
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, EventEmitter, Injector } from '@angular/core';
|
|
2
|
+
import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
3
|
+
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
4
|
+
import { NgtAbilityValidationService } from '../../services/validation/ngt-ability-validation.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class NgtModalComponent implements AfterViewInit {
|
|
7
|
+
private changeDetectorRef;
|
|
8
|
+
private injector;
|
|
9
|
+
private tailStylizableDirective;
|
|
10
|
+
private ngtAbilityValidationService;
|
|
11
|
+
customLayout: boolean;
|
|
12
|
+
disableDefaultCloses: boolean;
|
|
13
|
+
isDisabled: boolean;
|
|
14
|
+
ngtStyle: NgtStylizableService;
|
|
15
|
+
onCloseModal: EventEmitter<void>;
|
|
16
|
+
onOpenModal: EventEmitter<void>;
|
|
17
|
+
isOpen: boolean;
|
|
18
|
+
viewMode: boolean;
|
|
19
|
+
private keydownEventWasAdded;
|
|
20
|
+
private subscriptions;
|
|
21
|
+
constructor(changeDetectorRef: ChangeDetectorRef, injector: Injector, tailStylizableDirective: NgtStylizableDirective, ngtAbilityValidationService: NgtAbilityValidationService);
|
|
22
|
+
ngAfterViewInit(): Promise<void>;
|
|
23
|
+
close(): void;
|
|
24
|
+
open(): void;
|
|
25
|
+
private addKeydownEventListener;
|
|
26
|
+
private bindOnCloseModalByHeaderSubscription;
|
|
27
|
+
private destroySubscriptions;
|
|
28
|
+
private closeViewMode;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtModalComponent, [null, null, { optional: true; self: true; }, { optional: true; }]>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtModalComponent, "ngt-modal", never, { "customLayout": "customLayout"; "disableDefaultCloses": "disableDefaultCloses"; "isDisabled": "isDisabled"; "ngtStyle": "ngtStyle"; }, { "onCloseModal": "onCloseModal"; "onOpenModal": "onOpenModal"; }, never, ["[header]", "[body]", "[footer]", "*"], false, never>;
|
|
31
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./ngt-modal.component";
|
|
3
|
-
import * as i2 from "./ngt-modal-header/ngt-modal-header.component";
|
|
4
|
-
import * as i3 from "./ngt-modal-body/ngt-modal-body.component";
|
|
5
|
-
import * as i4 from "./ngt-modal-footer/ngt-modal-footer.component";
|
|
6
|
-
import * as i5 from "@angular/common";
|
|
7
|
-
export declare class NgtModalModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgtModalModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgtModalModule, [typeof i1.NgtModalComponent, typeof i2.NgtModalHeaderComponent, typeof i3.NgtModalBodyComponent, typeof i4.NgtModalFooterComponent], [typeof i5.CommonModule], [typeof i1.NgtModalComponent, typeof i2.NgtModalHeaderComponent, typeof i3.NgtModalBodyComponent, typeof i4.NgtModalFooterComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<NgtModalModule>;
|
|
11
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./ngt-modal.component";
|
|
3
|
+
import * as i2 from "./ngt-modal-header/ngt-modal-header.component";
|
|
4
|
+
import * as i3 from "./ngt-modal-body/ngt-modal-body.component";
|
|
5
|
+
import * as i4 from "./ngt-modal-footer/ngt-modal-footer.component";
|
|
6
|
+
import * as i5 from "@angular/common";
|
|
7
|
+
export declare class NgtModalModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtModalModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgtModalModule, [typeof i1.NgtModalComponent, typeof i2.NgtModalHeaderComponent, typeof i3.NgtModalBodyComponent, typeof i4.NgtModalFooterComponent], [typeof i5.CommonModule], [typeof i1.NgtModalComponent, typeof i2.NgtModalHeaderComponent, typeof i3.NgtModalBodyComponent, typeof i4.NgtModalFooterComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NgtModalModule>;
|
|
11
|
+
}
|