ng-tailwind 6.2.0 → 6.4.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/components/ngt-checkbox/ngt-checkbox.component.d.ts +6 -6
- package/components/ngt-datatable/ngt-datatable.component.d.ts +24 -24
- package/components/ngt-date/ngt-date.component.d.ts +8 -8
- package/components/ngt-dropdown/ngt-dropdown.component.d.ts +6 -6
- package/components/ngt-floating-button/ngt-floating-button.component.d.ts +13 -13
- package/components/ngt-form/ngt-form.component.d.ts +4 -4
- package/components/ngt-popover/ngt-popover-tooltip/ngt-popover-tooltip.component.d.ts +5 -5
- package/components/ngt-popover/ngt-popover.component.d.ts +6 -6
- package/components/ngt-select/ngt-select.component.d.ts +8 -8
- package/components/ngt-shining/ngt-shining.component.d.ts +6 -6
- package/components/ngt-slider/ngt-slider.component.d.ts +6 -6
- package/components/ngt-svg/ngt-svg.module.d.ts +2 -3
- package/fesm2022/ng-tailwind.mjs +464 -455
- package/fesm2022/ng-tailwind.mjs.map +1 -1
- package/package.json +1 -3
- package/services/http/ngt-http-validation.service.d.ts +3 -5
- package/esm2022/animations/ngt-angular-animations.mjs +0 -34
- package/esm2022/base/ngt-base-ng-model.mjs +0 -90
- package/esm2022/components/ngt-action/ngt-action.component.mjs +0 -96
- package/esm2022/components/ngt-action/ngt-action.module.mjs +0 -28
- package/esm2022/components/ngt-button/ngt-button.component.mjs +0 -142
- package/esm2022/components/ngt-button/ngt-button.module.mjs +0 -28
- package/esm2022/components/ngt-checkbox/ngt-checkbox.component.mjs +0 -192
- package/esm2022/components/ngt-checkbox/ngt-checkbox.module.mjs +0 -28
- package/esm2022/components/ngt-content/ngt-content.component.mjs +0 -32
- package/esm2022/components/ngt-content/ngt-content.module.mjs +0 -20
- package/esm2022/components/ngt-context-menu/ngt-context-menu.component.mjs +0 -25
- package/esm2022/components/ngt-context-menu/ngt-context-menu.directive.mjs +0 -89
- package/esm2022/components/ngt-context-menu/ngt-context-menu.module.mjs +0 -33
- package/esm2022/components/ngt-datatable/ngt-datatable.component.mjs +0 -470
- package/esm2022/components/ngt-datatable/ngt-datatable.module.mjs +0 -99
- package/esm2022/components/ngt-datatable/ngt-tbody/ngt-tbody.component.mjs +0 -57
- package/esm2022/components/ngt-datatable/ngt-td/ngt-td.component.mjs +0 -62
- package/esm2022/components/ngt-datatable/ngt-td-check/ngt-td-check.component.mjs +0 -113
- package/esm2022/components/ngt-datatable/ngt-th/ngt-th.component.mjs +0 -228
- package/esm2022/components/ngt-datatable/ngt-th-check/ngt-th-check.component.mjs +0 -127
- package/esm2022/components/ngt-datatable/ngt-thead/ngt-thead.component.mjs +0 -55
- package/esm2022/components/ngt-datatable/ngt-tr/ngt-tr.component.mjs +0 -86
- package/esm2022/components/ngt-date/ngt-date.component.mjs +0 -436
- package/esm2022/components/ngt-date/ngt-date.module.mjs +0 -40
- package/esm2022/components/ngt-dropdown/ngt-dropdown-container/ngt-dropdown-container.component.mjs +0 -19
- package/esm2022/components/ngt-dropdown/ngt-dropdown.component.mjs +0 -205
- package/esm2022/components/ngt-dropdown/ngt-dropdown.module.mjs +0 -21
- package/esm2022/components/ngt-dropzone/custom-dropzone-preview/custom-dropzone-preview.component.mjs +0 -54
- package/esm2022/components/ngt-dropzone/ngt-dropzone-file-viewer/ngt-dropzone-file-viewer.component.mjs +0 -66
- package/esm2022/components/ngt-dropzone/ngt-dropzone-view/ngt-dropzone-view.component.mjs +0 -94
- package/esm2022/components/ngt-dropzone/ngt-dropzone.component.mjs +0 -496
- package/esm2022/components/ngt-dropzone/ngt-dropzone.meta.mjs +0 -24
- package/esm2022/components/ngt-dropzone/ngt-dropzone.module.mjs +0 -55
- package/esm2022/components/ngt-floating-button/ngt-floating-button.component.mjs +0 -119
- package/esm2022/components/ngt-floating-button/ngt-floating-button.module.mjs +0 -28
- package/esm2022/components/ngt-form/ngt-form-validation-message/ngt-form-validation-message.component.mjs +0 -22
- package/esm2022/components/ngt-form/ngt-form.component.mjs +0 -207
- package/esm2022/components/ngt-form/ngt-form.module.mjs +0 -29
- package/esm2022/components/ngt-header-nav/ngt-header-nav.component.mjs +0 -39
- package/esm2022/components/ngt-header-nav/ngt-header-nav.module.mjs +0 -20
- package/esm2022/components/ngt-helper/ngt-helper.component.mjs +0 -69
- package/esm2022/components/ngt-helper/ngt-helper.module.mjs +0 -28
- package/esm2022/components/ngt-input/ngt-input.component.mjs +0 -844
- package/esm2022/components/ngt-input/ngt-input.module.mjs +0 -47
- package/esm2022/components/ngt-modal/ngt-modal-body/ngt-modal-body.component.mjs +0 -46
- package/esm2022/components/ngt-modal/ngt-modal-footer/ngt-modal-footer.component.mjs +0 -33
- package/esm2022/components/ngt-modal/ngt-modal-header/ngt-modal-header.component.mjs +0 -40
- package/esm2022/components/ngt-modal/ngt-modal.component.mjs +0 -122
- package/esm2022/components/ngt-modal/ngt-modal.module.mjs +0 -39
- package/esm2022/components/ngt-multi-select/ngt-multi-select.component.mjs +0 -503
- package/esm2022/components/ngt-multi-select/ngt-multi-select.module.mjs +0 -52
- package/esm2022/components/ngt-pagination/ngt-pagination.component.mjs +0 -162
- package/esm2022/components/ngt-pagination/ngt-pagination.module.mjs +0 -36
- package/esm2022/components/ngt-popover/ngt-popover-tooltip/ngt-popover-tooltip.component.mjs +0 -59
- package/esm2022/components/ngt-popover/ngt-popover.component.mjs +0 -85
- package/esm2022/components/ngt-popover/ngt-popover.directive.mjs +0 -130
- package/esm2022/components/ngt-popover/ngt-popover.module.mjs +0 -36
- package/esm2022/components/ngt-portlet/ngt-portlet-body/ngt-portlet-body.component.mjs +0 -34
- package/esm2022/components/ngt-portlet/ngt-portlet-footer/ngt-portlet-footer.component.mjs +0 -35
- package/esm2022/components/ngt-portlet/ngt-portlet-header/ngt-portlet-header.component.mjs +0 -57
- package/esm2022/components/ngt-portlet/ngt-portlet.component.mjs +0 -74
- package/esm2022/components/ngt-portlet/ngt-portlet.module.mjs +0 -47
- package/esm2022/components/ngt-radio-button/ngt-radio-button-container/ngt-radio-button-container.component.mjs +0 -19
- package/esm2022/components/ngt-radio-button/ngt-radio-button.component.mjs +0 -153
- package/esm2022/components/ngt-radio-button/ngt-radio-button.module.mjs +0 -29
- package/esm2022/components/ngt-section/ngt-section.component.mjs +0 -151
- package/esm2022/components/ngt-section/ngt-section.module.mjs +0 -32
- package/esm2022/components/ngt-select/ngt-select.component.mjs +0 -670
- package/esm2022/components/ngt-select/ngt-select.directive.mjs +0 -36
- package/esm2022/components/ngt-select/ngt-select.module.mjs +0 -65
- package/esm2022/components/ngt-shining/ngt-shining.component.mjs +0 -40
- package/esm2022/components/ngt-shining/ngt-shining.module.mjs +0 -20
- package/esm2022/components/ngt-sidenav/ngt-sidenav.component.mjs +0 -132
- package/esm2022/components/ngt-sidenav/ngt-sidenav.module.mjs +0 -20
- package/esm2022/components/ngt-slider/ngt-slider.component.mjs +0 -100
- package/esm2022/components/ngt-slider/ngt-slider.module.mjs +0 -24
- package/esm2022/components/ngt-svg/ngt-svg.component.mjs +0 -53
- package/esm2022/components/ngt-svg/ngt-svg.module.mjs +0 -28
- package/esm2022/components/ngt-tag/ngt-tag.component.mjs +0 -37
- package/esm2022/components/ngt-tag/ngt-tag.module.mjs +0 -24
- package/esm2022/components/ngt-textarea/ngt-textarea.component.mjs +0 -238
- package/esm2022/components/ngt-textarea/ngt-textarea.module.mjs +0 -43
- package/esm2022/components/ngt-validation/ngt-validation.component.mjs +0 -26
- package/esm2022/components/ngt-validation/ngt-validation.module.mjs +0 -20
- package/esm2022/directives/ngt-stylizable/ngt-stylizable.directive.mjs +0 -299
- package/esm2022/directives/ngt-stylizable/ngt-stylizable.module.mjs +0 -20
- package/esm2022/enums/size.enum.mjs +0 -11
- package/esm2022/helpers/enum/enum.mjs +0 -7
- package/esm2022/helpers/form/form.mjs +0 -14
- package/esm2022/helpers/input-mask/input-mask.helper.mjs +0 -26
- package/esm2022/helpers/promise/promise-helper.mjs +0 -4
- package/esm2022/helpers/routing/route.mjs +0 -11
- package/esm2022/helpers/uuid.mjs +0 -10
- package/esm2022/ng-tailwind.mjs +0 -5
- package/esm2022/public-api.mjs +0 -127
- package/esm2022/services/http/ngt-attachment-http.service.mjs +0 -3
- package/esm2022/services/http/ngt-http-form.service.mjs +0 -3
- package/esm2022/services/http/ngt-http-resource.service.mjs +0 -3
- package/esm2022/services/http/ngt-http-validation.service.mjs +0 -3
- package/esm2022/services/http/ngt-http.service.mjs +0 -3
- package/esm2022/services/http/ngt-translate.service.mjs +0 -3
- package/esm2022/services/ngt-stylizable/ngt-stylizable.service.mjs +0 -279
- package/esm2022/services/validation/ngt-ability-validation.service.mjs +0 -3
|
@@ -7,6 +7,12 @@ import { NgtFormComponent } from '../ngt-form/ngt-form.component';
|
|
|
7
7
|
import { NgtSectionComponent } from '../ngt-section/ngt-section.component';
|
|
8
8
|
import { NgtModalComponent } from '../ngt-modal/ngt-modal.component';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
|
+
export declare enum NgtCheckboxMode {
|
|
11
|
+
DEFAULT = "DEFAULT",
|
|
12
|
+
TOGGLE = "TOGGLE",
|
|
13
|
+
SIDE_TOGGLE = "SIDE_TOGGLE",
|
|
14
|
+
RADIO = "RADIO"
|
|
15
|
+
}
|
|
10
16
|
export declare class NgtCheckboxComponent extends NgtBaseNgModel implements AfterViewInit, OnChanges, OnDestroy {
|
|
11
17
|
private injector;
|
|
12
18
|
private renderer;
|
|
@@ -45,9 +51,3 @@ export declare class NgtCheckboxComponent extends NgtBaseNgModel implements Afte
|
|
|
45
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtCheckboxComponent, [null, null, { optional: true; host: true; }, { optional: true; self: true; }, { optional: true; skipSelf: true; }, { optional: true; skipSelf: true; }, { optional: true; skipSelf: true; }]>;
|
|
46
52
|
static ɵcmp: i0.ɵɵComponentDeclaration<NgtCheckboxComponent, "ngt-checkbox", never, { "label": { "alias": "label"; "required": false; }; "shining": { "alias": "shining"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isClickDisabled": { "alias": "isClickDisabled"; "required": false; }; "name": { "alias": "name"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "helpTitle": { "alias": "helpTitle"; "required": false; }; "helpTextColor": { "alias": "helpTextColor"; "required": false; }; "helpText": { "alias": "helpText"; "required": false; }; "helperAutoXReverse": { "alias": "helperAutoXReverse"; "required": false; }; }, {}, never, never, false, never>;
|
|
47
53
|
}
|
|
48
|
-
export declare enum NgtCheckboxMode {
|
|
49
|
-
DEFAULT = "DEFAULT",
|
|
50
|
-
TOGGLE = "TOGGLE",
|
|
51
|
-
SIDE_TOGGLE = "SIDE_TOGGLE",
|
|
52
|
-
RADIO = "RADIO"
|
|
53
|
-
}
|
|
@@ -6,6 +6,30 @@ import { NgtModalComponent } from '../ngt-modal/ngt-modal.component';
|
|
|
6
6
|
import { NgtPaginationComponent } from '../ngt-pagination/ngt-pagination.component';
|
|
7
7
|
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
|
+
export declare enum NgtDatatableType {
|
|
10
|
+
REMOTE = "REMOTE",
|
|
11
|
+
FIXED = "FIXED"
|
|
12
|
+
}
|
|
13
|
+
export declare enum NgtDatatableSearchType {
|
|
14
|
+
DEFAULT = "DEFAULT",
|
|
15
|
+
SILENT = "SILENT"
|
|
16
|
+
}
|
|
17
|
+
export declare enum NgtDatatableParam {
|
|
18
|
+
STAY_IN_PAGE = 1,
|
|
19
|
+
RESET_PAGE = 0,
|
|
20
|
+
ENABLE_LOADER = 1,
|
|
21
|
+
DISABLE_LOADER = 0
|
|
22
|
+
}
|
|
23
|
+
export declare class NgtCheckedElement {
|
|
24
|
+
id: string;
|
|
25
|
+
checked: boolean;
|
|
26
|
+
reference: any;
|
|
27
|
+
}
|
|
28
|
+
export declare class NgtCustomFilter {
|
|
29
|
+
term: string;
|
|
30
|
+
tagValue: string;
|
|
31
|
+
tagLabel?: string;
|
|
32
|
+
}
|
|
9
33
|
export declare class NgtDatatableComponent implements OnInit, OnDestroy {
|
|
10
34
|
private injector;
|
|
11
35
|
private ngtHttpService;
|
|
@@ -99,27 +123,3 @@ export declare class NgtDatatableComponent implements OnInit, OnDestroy {
|
|
|
99
123
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtDatatableComponent, [null, null, null, { optional: true; }]>;
|
|
100
124
|
static ɵcmp: i0.ɵɵComponentDeclaration<NgtDatatableComponent, "ngt-datatable", never, { "remoteResource": { "alias": "remoteResource"; "required": false; }; "type": { "alias": "type"; "required": false; }; "filterTagBgColor": { "alias": "filterTagBgColor"; "required": false; }; "filterTagMargin": { "alias": "filterTagMargin"; "required": false; }; "paginationMargin": { "alias": "paginationMargin"; "required": false; }; "inputSearch": { "alias": "inputSearch"; "required": false; }; "searchDelay": { "alias": "searchDelay"; "required": false; }; "searchTermMinLength": { "alias": "searchTermMinLength"; "required": false; }; "searchTermOnEnter": { "alias": "searchTermOnEnter"; "required": false; }; "defaultFilters": { "alias": "defaultFilters"; "required": false; }; "filtersDescription": { "alias": "filtersDescription"; "required": false; }; "canSelectAllRegisters": { "alias": "canSelectAllRegisters"; "required": false; }; }, { "onDataChange": "onDataChange"; "onClearFilter": "onClearFilter"; "onClearSelectedElements": "onClearSelectedElements"; "onSelectedElementsChange": "onSelectedElementsChange"; "onToogleAllCheckboxes": "onToogleAllCheckboxes"; "onToogleCheckbox": "onToogleCheckbox"; "onSelectAllRegisters": "onSelectAllRegisters"; "onOpenSearchModal": "onOpenSearchModal"; "onSearch": "onSearch"; }, never, ["*"], false, never>;
|
|
101
125
|
}
|
|
102
|
-
export declare enum NgtDatatableType {
|
|
103
|
-
REMOTE = "REMOTE",
|
|
104
|
-
FIXED = "FIXED"
|
|
105
|
-
}
|
|
106
|
-
export declare enum NgtDatatableSearchType {
|
|
107
|
-
DEFAULT = "DEFAULT",
|
|
108
|
-
SILENT = "SILENT"
|
|
109
|
-
}
|
|
110
|
-
export declare enum NgtDatatableParam {
|
|
111
|
-
STAY_IN_PAGE = 1,
|
|
112
|
-
RESET_PAGE = 0,
|
|
113
|
-
ENABLE_LOADER = 1,
|
|
114
|
-
DISABLE_LOADER = 0
|
|
115
|
-
}
|
|
116
|
-
export declare class NgtCheckedElement {
|
|
117
|
-
id: string;
|
|
118
|
-
checked: boolean;
|
|
119
|
-
reference: any;
|
|
120
|
-
}
|
|
121
|
-
export declare class NgtCustomFilter {
|
|
122
|
-
term: string;
|
|
123
|
-
tagValue: string;
|
|
124
|
-
tagLabel?: string;
|
|
125
|
-
}
|
|
@@ -9,6 +9,14 @@ import { NgtFormComponent } from '../ngt-form/ngt-form.component';
|
|
|
9
9
|
import { NgtSectionComponent } from '../ngt-section/ngt-section.component';
|
|
10
10
|
import { NgtModalComponent } from '../ngt-modal/ngt-modal.component';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
|
+
export declare enum NgtDateLocale {
|
|
13
|
+
BRAZIL = "BRAZIL",
|
|
14
|
+
US = "US"
|
|
15
|
+
}
|
|
16
|
+
export declare enum NgtDateMode {
|
|
17
|
+
SINGLE = "SINGLE",
|
|
18
|
+
RANGE = "RANGE"
|
|
19
|
+
}
|
|
12
20
|
export declare class NgtDateComponent extends NgtBaseNgModel implements OnInit, OnDestroy {
|
|
13
21
|
formContainer: ControlContainer;
|
|
14
22
|
private injector;
|
|
@@ -76,11 +84,3 @@ export declare class NgtDateComponent extends NgtBaseNgModel implements OnInit,
|
|
|
76
84
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtDateComponent, [{ optional: true; host: true; }, null, { optional: true; self: true; }, { optional: true; skipSelf: true; }, { optional: true; skipSelf: true; }, { optional: true; skipSelf: true; }]>;
|
|
77
85
|
static ɵcmp: i0.ɵɵComponentDeclaration<NgtDateComponent, "ngt-date", never, { "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "helpTitle": { "alias": "helpTitle"; "required": false; }; "helpText": { "alias": "helpText"; "required": false; }; "helpTextColor": { "alias": "helpTextColor"; "required": false; }; "shining": { "alias": "shining"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "dateFormatNgModel": { "alias": "dateFormatNgModel"; "required": false; }; "showCalendarIcon": { "alias": "showCalendarIcon"; "required": false; }; "helperReverseYPosition": { "alias": "helperReverseYPosition"; "required": false; }; "name": { "alias": "name"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isReadonly": { "alias": "isReadonly"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "time_24hr": { "alias": "time_24hr"; "required": false; }; "enableTime": { "alias": "enableTime"; "required": false; }; "noCalendar": { "alias": "noCalendar"; "required": false; }; "minuteIncrement": { "alias": "minuteIncrement"; "required": false; }; "allowInput": { "alias": "allowInput"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "allowClear": { "alias": "allowClear"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "defaultDate": { "alias": "defaultDate"; "required": false; }; "isRequired": { "alias": "isRequired"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
78
86
|
}
|
|
79
|
-
export declare enum NgtDateLocale {
|
|
80
|
-
BRAZIL = "BRAZIL",
|
|
81
|
-
US = "US"
|
|
82
|
-
}
|
|
83
|
-
export declare enum NgtDateMode {
|
|
84
|
-
SINGLE = "SINGLE",
|
|
85
|
-
RANGE = "RANGE"
|
|
86
|
-
}
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { NgtDropdownContainerComponent } from './ngt-dropdown-container/ngt-dropdown-container.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
export declare enum NgtDropdownOpenMethod {
|
|
5
|
+
CLICK = "CLICK",
|
|
6
|
+
POPOVER_CLICK = "POPOVER_CLICK",
|
|
7
|
+
RIGHT_CLICK = "RIGHT_CLICK",
|
|
8
|
+
HOVER = "HOVER"
|
|
9
|
+
}
|
|
4
10
|
export declare class NgtDropdownComponent implements OnDestroy {
|
|
5
11
|
private ngtDropdownContainer;
|
|
6
12
|
private changeDetector;
|
|
@@ -45,9 +51,3 @@ export declare class NgtDropdownComponent implements OnDestroy {
|
|
|
45
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtDropdownComponent, [{ optional: true; skipSelf: true; }, null]>;
|
|
46
52
|
static ɵcmp: i0.ɵɵComponentDeclaration<NgtDropdownComponent, "ngt-dropdown", never, { "scrollable": { "alias": "scrollable"; "required": false; }; "autoXReverse": { "alias": "autoXReverse"; "required": false; }; "autoYReverse": { "alias": "autoYReverse"; "required": false; }; "reverseXPosition": { "alias": "reverseXPosition"; "required": false; }; "reverseYPosition": { "alias": "reverseYPosition"; "required": false; }; "closeOnClick": { "alias": "closeOnClick"; "required": false; }; "closeTimeout": { "alias": "closeTimeout"; "required": false; }; "openMethod": { "alias": "openMethod"; "required": false; }; }, { "onToggle": "onToggle"; "onHostClick": "onHostClick"; }, never, ["[host]", "[container]"], false, never>;
|
|
47
53
|
}
|
|
48
|
-
export declare enum NgtDropdownOpenMethod {
|
|
49
|
-
CLICK = "CLICK",
|
|
50
|
-
POPOVER_CLICK = "POPOVER_CLICK",
|
|
51
|
-
RIGHT_CLICK = "RIGHT_CLICK",
|
|
52
|
-
HOVER = "HOVER"
|
|
53
|
-
}
|
|
@@ -2,6 +2,19 @@ import { Injector } from '@angular/core';
|
|
|
2
2
|
import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
3
3
|
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
export interface NgtFloatingButtonMenu {
|
|
6
|
+
name?: string;
|
|
7
|
+
type: NgtFloatingButtonType;
|
|
8
|
+
icon?: string;
|
|
9
|
+
tooltip?: string;
|
|
10
|
+
externalLink?: boolean;
|
|
11
|
+
url?: string;
|
|
12
|
+
action?: Function;
|
|
13
|
+
}
|
|
14
|
+
export declare enum NgtFloatingButtonType {
|
|
15
|
+
NAVIGATION = "NAVIGATION",
|
|
16
|
+
ACTION = "ACTION"
|
|
17
|
+
}
|
|
5
18
|
export declare class NgtFloatingButtonComponent {
|
|
6
19
|
private injector;
|
|
7
20
|
private ngtStylizableDirective;
|
|
@@ -20,16 +33,3 @@ export declare class NgtFloatingButtonComponent {
|
|
|
20
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtFloatingButtonComponent, [null, { optional: true; self: true; }]>;
|
|
21
34
|
static ɵcmp: i0.ɵɵComponentDeclaration<NgtFloatingButtonComponent, "ngt-floating-button", never, { "menus": { "alias": "menus"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "withAnimation": { "alias": "withAnimation"; "required": false; }; }, {}, never, never, false, never>;
|
|
22
35
|
}
|
|
23
|
-
export interface NgtFloatingButtonMenu {
|
|
24
|
-
name?: string;
|
|
25
|
-
type: NgtFloatingButtonType;
|
|
26
|
-
icon?: string;
|
|
27
|
-
tooltip?: string;
|
|
28
|
-
externalLink?: boolean;
|
|
29
|
-
url?: string;
|
|
30
|
-
action?: Function;
|
|
31
|
-
}
|
|
32
|
-
export declare enum NgtFloatingButtonType {
|
|
33
|
-
NAVIGATION = "NAVIGATION",
|
|
34
|
-
ACTION = "ACTION"
|
|
35
|
-
}
|
|
@@ -5,6 +5,10 @@ import { Observable } from 'rxjs';
|
|
|
5
5
|
import { NgtHttpFormService } from '../../services/http/ngt-http-form.service';
|
|
6
6
|
import { NgtAbilityValidationService } from '../../services/validation/ngt-ability-validation.service';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
+
export declare enum NgtFormState {
|
|
9
|
+
CREATING = "CREATING",
|
|
10
|
+
EDITING = "EDITING"
|
|
11
|
+
}
|
|
8
12
|
export declare class NgtFormComponent implements OnInit, OnDestroy, AfterViewInit {
|
|
9
13
|
router: Router;
|
|
10
14
|
route: ActivatedRoute;
|
|
@@ -54,7 +58,3 @@ export declare class NgtFormComponent implements OnInit, OnDestroy, AfterViewIni
|
|
|
54
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtFormComponent, [null, null, { optional: true; host: true; }, { optional: true; host: true; }, null, null, { optional: true; }]>;
|
|
55
59
|
static ɵcmp: i0.ɵɵComponentDeclaration<NgtFormComponent, "ngt-form", never, { "guessFormState": { "alias": "guessFormState"; "required": false; }; "message": { "alias": "message"; "required": false; }; "routeIdentifier": { "alias": "routeIdentifier"; "required": false; }; "resource": { "alias": "resource"; "required": false; }; "customLayout": { "alias": "customLayout"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; }, { "onCreating": "onCreating"; "onEditing": "onEditing"; "onLoadingChange": "onLoadingChange"; "onShiningChange": "onShiningChange"; "setupComponent": "setupComponent"; "onResourceLoadingError": "onResourceLoadingError"; }, never, ["*"], false, never>;
|
|
56
60
|
}
|
|
57
|
-
export declare enum NgtFormState {
|
|
58
|
-
CREATING = "CREATING",
|
|
59
|
-
EDITING = "EDITING"
|
|
60
|
-
}
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
export declare enum NgtPopoverPosition {
|
|
4
|
+
DEFAULT = "TOP",
|
|
5
|
+
TOP = "TOP",
|
|
6
|
+
BOTTOM = "BOTTOM"
|
|
7
|
+
}
|
|
3
8
|
export declare class NgtPopoverTooltipComponent {
|
|
4
9
|
onMouseHoverEvent: EventEmitter<void>;
|
|
5
10
|
onMouseLeaveEvent: EventEmitter<void>;
|
|
@@ -15,8 +20,3 @@ export declare class NgtPopoverTooltipComponent {
|
|
|
15
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtPopoverTooltipComponent, never>;
|
|
16
21
|
static ɵcmp: i0.ɵɵComponentDeclaration<NgtPopoverTooltipComponent, "ngt-popover-tooltip", never, {}, { "onMouseHoverEvent": "onMouseHoverEvent"; "onMouseLeaveEvent": "onMouseLeaveEvent"; }, never, never, false, never>;
|
|
17
22
|
}
|
|
18
|
-
export declare enum NgtPopoverPosition {
|
|
19
|
-
DEFAULT = "TOP",
|
|
20
|
-
TOP = "TOP",
|
|
21
|
-
BOTTOM = "BOTTOM"
|
|
22
|
-
}
|
|
@@ -3,6 +3,12 @@ import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-styl
|
|
|
3
3
|
import { NgtTranslateService } from '../../services/http/ngt-translate.service';
|
|
4
4
|
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
export declare enum NgtPopoverOpenMethod {
|
|
7
|
+
CLICK = "CLICK",
|
|
8
|
+
POPOVER_CLICK = "POPOVER_CLICK",
|
|
9
|
+
RIGHT_CLICK = "RIGHT_CLICK",
|
|
10
|
+
HOVER = "HOVER"
|
|
11
|
+
}
|
|
6
12
|
export declare class NgtPopoverComponent {
|
|
7
13
|
ngtStylizableDirective: NgtStylizableDirective;
|
|
8
14
|
ngtTranslateService: NgtTranslateService;
|
|
@@ -23,9 +29,3 @@ export declare class NgtPopoverComponent {
|
|
|
23
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtPopoverComponent, [{ optional: true; self: true; }, { optional: true; }, null]>;
|
|
24
30
|
static ɵcmp: i0.ɵɵComponentDeclaration<NgtPopoverComponent, "ngt-popover", never, { "closeTimeout": { "alias": "closeTimeout"; "required": false; }; "openMethod": { "alias": "openMethod"; "required": false; }; "closeOnClick": { "alias": "closeOnClick"; "required": false; }; "placeOnBottom": { "alias": "placeOnBottom"; "required": false; }; "placeOnLeft": { "alias": "placeOnLeft"; "required": false; }; }, { "onClick": "onClick"; }, never, ["*", "[popover-content]"], false, never>;
|
|
25
31
|
}
|
|
26
|
-
export declare enum NgtPopoverOpenMethod {
|
|
27
|
-
CLICK = "CLICK",
|
|
28
|
-
POPOVER_CLICK = "POPOVER_CLICK",
|
|
29
|
-
RIGHT_CLICK = "RIGHT_CLICK",
|
|
30
|
-
HOVER = "HOVER"
|
|
31
|
-
}
|
|
@@ -11,6 +11,14 @@ import { NgtFormComponent } from '../ngt-form/ngt-form.component';
|
|
|
11
11
|
import { NgtSectionComponent } from '../ngt-section/ngt-section.component';
|
|
12
12
|
import { NgtModalComponent } from '../ngt-modal/ngt-modal.component';
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
14
|
+
export declare enum NgtSelectDropdownPanelHeight {
|
|
15
|
+
AUTO = "auto",
|
|
16
|
+
XS = "xs",
|
|
17
|
+
MD = "md",
|
|
18
|
+
SM = "sm",
|
|
19
|
+
LG = "lg",
|
|
20
|
+
XL = "xl"
|
|
21
|
+
}
|
|
14
22
|
export declare class NgtSelectComponent extends NgtBaseNgModel implements OnChanges, OnDestroy, OnInit, DoCheck {
|
|
15
23
|
ngtStylizableDirective: NgtStylizableDirective;
|
|
16
24
|
formContainer: ControlContainer;
|
|
@@ -144,11 +152,3 @@ export declare class NgtSelectComponent extends NgtBaseNgModel implements OnChan
|
|
|
144
152
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtSelectComponent, [{ optional: true; self: true; }, { optional: true; host: true; }, { optional: true; }, null, null, null, { optional: true; skipSelf: true; }, { optional: true; skipSelf: true; }, { optional: true; skipSelf: true; }]>;
|
|
145
153
|
static ɵcmp: i0.ɵɵComponentDeclaration<NgtSelectComponent, "ngt-select", never, { "label": { "alias": "label"; "required": false; }; "labelIcon": { "alias": "labelIcon"; "required": false; }; "labelIconColor": { "alias": "labelIconColor"; "required": false; }; "helpTitle": { "alias": "helpTitle"; "required": false; }; "helpText": { "alias": "helpText"; "required": false; }; "helpTextColor": { "alias": "helpTextColor"; "required": false; }; "shining": { "alias": "shining"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadingText": { "alias": "loadingText"; "required": false; }; "notFoundText": { "alias": "notFoundText"; "required": false; }; "dropdownPosition": { "alias": "dropdownPosition"; "required": false; }; "typeToSearchText": { "alias": "typeToSearchText"; "required": false; }; "clearAllTooltip": { "alias": "clearAllTooltip"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "createText": { "alias": "createText"; "required": false; }; "labelForId": { "alias": "labelForId"; "required": false; }; "dropdownPanelMinHeight": { "alias": "dropdownPanelMinHeight"; "required": false; }; "helperReverseYPosition": { "alias": "helperReverseYPosition"; "required": false; }; "helperAutoXReverse": { "alias": "helperAutoXReverse"; "required": false; }; "name": { "alias": "name"; "required": false; }; "autoLoad": { "alias": "autoLoad"; "required": false; }; "allowCreate": { "alias": "allowCreate"; "required": false; }; "allowOriginalItemsUnselect": { "alias": "allowOriginalItemsUnselect"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isReadonly": { "alias": "isReadonly"; "required": false; }; "remoteResource": { "alias": "remoteResource"; "required": false; }; "hideSelected": { "alias": "hideSelected"; "required": false; }; "bindLabel": { "alias": "bindLabel"; "required": false; }; "bindValue": { "alias": "bindValue"; "required": false; }; "items": { "alias": "items"; "required": false; }; "inputAttrs": { "alias": "inputAttrs"; "required": false; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "groupBy": { "alias": "groupBy"; "required": false; }; "maxSelectedItems": { "alias": "maxSelectedItems"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "searchable": { "alias": "searchable"; "required": false; }; "clearSearchOnAdd": { "alias": "clearSearchOnAdd"; "required": false; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "typeahead": { "alias": "typeahead"; "required": false; }; "guessCompareWith": { "alias": "guessCompareWith"; "required": false; }; "autoSelectUniqueOption": { "alias": "autoSelectUniqueOption"; "required": false; }; "groupValue": { "alias": "groupValue"; "required": false; }; "trackBy": { "alias": "trackBy"; "required": false; }; "sortSelectedItemsFn": { "alias": "sortSelectedItemsFn"; "required": false; }; "isAllowedToRemoveFn": { "alias": "isAllowedToRemoveFn"; "required": false; }; "isRequired": { "alias": "isRequired"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; }, { "onLoadRemoteResource": "onLoadRemoteResource"; "onSelectedItemRemove": "onSelectedItemRemove"; "onClear": "onClear"; "onClose": "onClose"; }, ["ngtOptionTemplate", "ngtOptionSelectedTemplate", "ngtSelectHeaderTemplate"], never, false, never>;
|
|
146
154
|
}
|
|
147
|
-
export declare enum NgtSelectDropdownPanelHeight {
|
|
148
|
-
AUTO = "auto",
|
|
149
|
-
XS = "xs",
|
|
150
|
-
MD = "md",
|
|
151
|
-
SM = "sm",
|
|
152
|
-
LG = "lg",
|
|
153
|
-
XL = "xl"
|
|
154
|
-
}
|
|
@@ -2,6 +2,12 @@ import { Injector } from '@angular/core';
|
|
|
2
2
|
import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
3
3
|
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
export declare enum NgtShiningWidth {
|
|
6
|
+
xs = "xs",
|
|
7
|
+
sm = "sm",
|
|
8
|
+
lg = "lg",
|
|
9
|
+
xl = "xl"
|
|
10
|
+
}
|
|
5
11
|
export declare class NgtShiningComponent {
|
|
6
12
|
private injector;
|
|
7
13
|
private ngtStylizableDirective;
|
|
@@ -11,9 +17,3 @@ export declare class NgtShiningComponent {
|
|
|
11
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtShiningComponent, [null, { optional: true; self: true; }]>;
|
|
12
18
|
static ɵcmp: i0.ɵɵComponentDeclaration<NgtShiningComponent, "ngt-shining", never, { "shiningWidth": { "alias": "shiningWidth"; "required": false; }; }, {}, never, never, false, never>;
|
|
13
19
|
}
|
|
14
|
-
export declare enum NgtShiningWidth {
|
|
15
|
-
xs = "xs",
|
|
16
|
-
sm = "sm",
|
|
17
|
-
lg = "lg",
|
|
18
|
-
xl = "xl"
|
|
19
|
-
}
|
|
@@ -3,6 +3,12 @@ import { ControlContainer } from '@angular/forms';
|
|
|
3
3
|
import { NgtBaseNgModel } from '../../base/ngt-base-ng-model';
|
|
4
4
|
import { NgtFormComponent } from '../ngt-form/ngt-form.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
export declare enum NgtSliderColorSchemeEnum {
|
|
7
|
+
PRIMARY = "primary",
|
|
8
|
+
SUCCESS = "success",
|
|
9
|
+
WARNING = "warning",
|
|
10
|
+
DANGER = "danger"
|
|
11
|
+
}
|
|
6
12
|
export declare class NgtSliderComponent extends NgtBaseNgModel implements AfterViewInit, OnDestroy {
|
|
7
13
|
formContainer: ControlContainer;
|
|
8
14
|
private renderer;
|
|
@@ -28,9 +34,3 @@ export declare class NgtSliderComponent extends NgtBaseNgModel implements AfterV
|
|
|
28
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtSliderComponent, [{ optional: true; host: true; }, null, { optional: true; skipSelf: true; }]>;
|
|
29
35
|
static ɵcmp: i0.ɵɵComponentDeclaration<NgtSliderComponent, "ngt-slider", never, { "label": { "alias": "label"; "required": false; }; "shining": { "alias": "shining"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "showPercentageSymbol": { "alias": "showPercentageSymbol"; "required": false; }; "name": { "alias": "name"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, false, never>;
|
|
30
36
|
}
|
|
31
|
-
export declare enum NgtSliderColorSchemeEnum {
|
|
32
|
-
PRIMARY = "primary",
|
|
33
|
-
SUCCESS = "success",
|
|
34
|
-
WARNING = "warning",
|
|
35
|
-
DANGER = "danger"
|
|
36
|
-
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./ngt-svg.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "angular-svg-icon";
|
|
4
|
+
import * as i3 from "angular-svg-icon";
|
|
6
5
|
export declare class NgtSvgModule {
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgtSvgModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgtSvgModule, [typeof i1.NgtSvgComponent], [typeof i2.CommonModule, typeof i3.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgtSvgModule, [typeof i1.NgtSvgComponent], [typeof i2.CommonModule, typeof i3.AngularSvgIconModule], [typeof i1.NgtSvgComponent]>;
|
|
9
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<NgtSvgModule>;
|
|
10
9
|
}
|