ng-tailwind 6.1.3 → 6.3.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 +5 -5
- 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/esm2022/base/ngt-base-ng-model.mjs +1 -1
- package/esm2022/components/ngt-action/ngt-action.component.mjs +6 -6
- package/esm2022/components/ngt-action/ngt-action.module.mjs +4 -4
- package/esm2022/components/ngt-button/ngt-button.component.mjs +6 -6
- package/esm2022/components/ngt-button/ngt-button.module.mjs +4 -4
- package/esm2022/components/ngt-checkbox/ngt-checkbox.component.mjs +13 -13
- package/esm2022/components/ngt-checkbox/ngt-checkbox.module.mjs +4 -4
- package/esm2022/components/ngt-content/ngt-content.component.mjs +6 -6
- package/esm2022/components/ngt-content/ngt-content.module.mjs +4 -4
- package/esm2022/components/ngt-context-menu/ngt-context-menu.component.mjs +3 -3
- package/esm2022/components/ngt-context-menu/ngt-context-menu.directive.mjs +5 -5
- package/esm2022/components/ngt-context-menu/ngt-context-menu.module.mjs +4 -4
- package/esm2022/components/ngt-datatable/ngt-datatable.component.mjs +39 -37
- package/esm2022/components/ngt-datatable/ngt-datatable.module.mjs +4 -4
- package/esm2022/components/ngt-datatable/ngt-tbody/ngt-tbody.component.mjs +6 -6
- package/esm2022/components/ngt-datatable/ngt-td/ngt-td.component.mjs +6 -6
- package/esm2022/components/ngt-datatable/ngt-td-check/ngt-td-check.component.mjs +6 -6
- package/esm2022/components/ngt-datatable/ngt-th/ngt-th.component.mjs +6 -6
- package/esm2022/components/ngt-datatable/ngt-th-check/ngt-th-check.component.mjs +6 -6
- package/esm2022/components/ngt-datatable/ngt-thead/ngt-thead.component.mjs +6 -6
- package/esm2022/components/ngt-datatable/ngt-tr/ngt-tr.component.mjs +6 -6
- package/esm2022/components/ngt-date/ngt-date.component.mjs +18 -19
- package/esm2022/components/ngt-date/ngt-date.module.mjs +6 -6
- package/esm2022/components/ngt-dropdown/ngt-dropdown-container/ngt-dropdown-container.component.mjs +3 -3
- package/esm2022/components/ngt-dropdown/ngt-dropdown.component.mjs +13 -13
- package/esm2022/components/ngt-dropdown/ngt-dropdown.module.mjs +4 -4
- package/esm2022/components/ngt-dropzone/custom-dropzone-preview/custom-dropzone-preview.component.mjs +5 -5
- package/esm2022/components/ngt-dropzone/ngt-dropzone-file-viewer/ngt-dropzone-file-viewer.component.mjs +5 -5
- package/esm2022/components/ngt-dropzone/ngt-dropzone-view/ngt-dropzone-view.component.mjs +4 -4
- package/esm2022/components/ngt-dropzone/ngt-dropzone.component.mjs +6 -6
- package/esm2022/components/ngt-dropzone/ngt-dropzone.module.mjs +4 -4
- package/esm2022/components/ngt-floating-button/ngt-floating-button.component.mjs +11 -11
- package/esm2022/components/ngt-floating-button/ngt-floating-button.module.mjs +4 -4
- package/esm2022/components/ngt-form/ngt-form-validation-message/ngt-form-validation-message.component.mjs +6 -6
- package/esm2022/components/ngt-form/ngt-form.component.mjs +13 -13
- package/esm2022/components/ngt-form/ngt-form.module.mjs +4 -4
- package/esm2022/components/ngt-header-nav/ngt-header-nav.component.mjs +6 -6
- package/esm2022/components/ngt-header-nav/ngt-header-nav.module.mjs +4 -4
- package/esm2022/components/ngt-helper/ngt-helper.component.mjs +6 -6
- package/esm2022/components/ngt-helper/ngt-helper.module.mjs +4 -4
- package/esm2022/components/ngt-input/ngt-input.component.mjs +6 -6
- package/esm2022/components/ngt-input/ngt-input.module.mjs +4 -4
- package/esm2022/components/ngt-modal/ngt-modal-body/ngt-modal-body.component.mjs +6 -6
- package/esm2022/components/ngt-modal/ngt-modal-footer/ngt-modal-footer.component.mjs +6 -6
- package/esm2022/components/ngt-modal/ngt-modal-header/ngt-modal-header.component.mjs +6 -6
- package/esm2022/components/ngt-modal/ngt-modal.component.mjs +6 -6
- package/esm2022/components/ngt-modal/ngt-modal.module.mjs +4 -4
- package/esm2022/components/ngt-multi-select/ngt-multi-select.component.mjs +6 -6
- package/esm2022/components/ngt-multi-select/ngt-multi-select.module.mjs +4 -4
- package/esm2022/components/ngt-pagination/ngt-pagination.component.mjs +6 -6
- package/esm2022/components/ngt-pagination/ngt-pagination.module.mjs +4 -4
- package/esm2022/components/ngt-popover/ngt-popover-tooltip/ngt-popover-tooltip.component.mjs +10 -10
- package/esm2022/components/ngt-popover/ngt-popover.component.mjs +13 -13
- package/esm2022/components/ngt-popover/ngt-popover.directive.mjs +5 -5
- package/esm2022/components/ngt-popover/ngt-popover.module.mjs +4 -4
- package/esm2022/components/ngt-portlet/ngt-portlet-body/ngt-portlet-body.component.mjs +6 -6
- package/esm2022/components/ngt-portlet/ngt-portlet-footer/ngt-portlet-footer.component.mjs +6 -6
- package/esm2022/components/ngt-portlet/ngt-portlet-header/ngt-portlet-header.component.mjs +6 -6
- package/esm2022/components/ngt-portlet/ngt-portlet.component.mjs +6 -6
- package/esm2022/components/ngt-portlet/ngt-portlet.module.mjs +4 -4
- package/esm2022/components/ngt-radio-button/ngt-radio-button-container/ngt-radio-button-container.component.mjs +3 -3
- package/esm2022/components/ngt-radio-button/ngt-radio-button.component.mjs +6 -6
- package/esm2022/components/ngt-radio-button/ngt-radio-button.module.mjs +4 -4
- package/esm2022/components/ngt-section/ngt-section.component.mjs +6 -6
- package/esm2022/components/ngt-section/ngt-section.module.mjs +4 -4
- package/esm2022/components/ngt-select/ngt-select.component.mjs +16 -16
- package/esm2022/components/ngt-select/ngt-select.directive.mjs +12 -12
- package/esm2022/components/ngt-select/ngt-select.module.mjs +4 -4
- package/esm2022/components/ngt-shining/ngt-shining.component.mjs +13 -13
- package/esm2022/components/ngt-shining/ngt-shining.module.mjs +4 -4
- package/esm2022/components/ngt-sidenav/ngt-sidenav.component.mjs +6 -6
- package/esm2022/components/ngt-sidenav/ngt-sidenav.module.mjs +4 -4
- package/esm2022/components/ngt-slider/ngt-slider.component.mjs +16 -16
- package/esm2022/components/ngt-slider/ngt-slider.module.mjs +4 -4
- package/esm2022/components/ngt-svg/ngt-svg.component.mjs +5 -5
- package/esm2022/components/ngt-svg/ngt-svg.module.mjs +8 -12
- package/esm2022/components/ngt-tag/ngt-tag.component.mjs +6 -6
- package/esm2022/components/ngt-tag/ngt-tag.module.mjs +4 -4
- package/esm2022/components/ngt-textarea/ngt-textarea.component.mjs +6 -6
- package/esm2022/components/ngt-textarea/ngt-textarea.module.mjs +4 -4
- package/esm2022/components/ngt-validation/ngt-validation.component.mjs +6 -6
- package/esm2022/components/ngt-validation/ngt-validation.module.mjs +4 -4
- package/esm2022/directives/ngt-stylizable/ngt-stylizable.directive.mjs +5 -5
- package/esm2022/directives/ngt-stylizable/ngt-stylizable.module.mjs +4 -4
- package/esm2022/helpers/enum/enum.mjs +1 -1
- package/esm2022/services/http/ngt-http-validation.service.mjs +1 -1
- package/esm2022/services/ngt-stylizable/ngt-stylizable.service.mjs +1 -1
- package/fesm2022/ng-tailwind.mjs +492 -495
- package/fesm2022/ng-tailwind.mjs.map +1 -1
- package/package.json +1 -1
- package/services/http/ngt-http-validation.service.d.ts +3 -5
|
@@ -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;
|
|
@@ -13,13 +17,13 @@ export declare class NgtFormComponent implements OnInit, OnDestroy, AfterViewIni
|
|
|
13
17
|
private changeDetector;
|
|
14
18
|
private ngtHttpFormService;
|
|
15
19
|
private ngtAbilityValidationService;
|
|
20
|
+
static onSubmitInvalidForm: EventEmitter<NgForm>;
|
|
16
21
|
guessFormState: boolean;
|
|
17
22
|
message: string;
|
|
18
23
|
routeIdentifier: string;
|
|
19
24
|
resource: any;
|
|
20
25
|
customLayout: boolean;
|
|
21
26
|
isDisabled: boolean;
|
|
22
|
-
static onSubmitInvalidForm: EventEmitter<NgForm>;
|
|
23
27
|
onCreating: EventEmitter<any>;
|
|
24
28
|
onEditing: EventEmitter<any>;
|
|
25
29
|
onLoadingChange: EventEmitter<boolean>;
|
|
@@ -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
|
}
|
|
@@ -87,4 +87,4 @@ export function NgtMakeProvider(type) {
|
|
|
87
87
|
multi: true
|
|
88
88
|
};
|
|
89
89
|
}
|
|
90
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
90
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd0LWJhc2UtbmctbW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9uZy10YWlsd2luZC9zcmMvYmFzZS9uZ3QtYmFzZS1uZy1tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6RCxPQUFPLEVBQTJELGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFNUc7O0dBRUc7QUFDSCxNQUFNLE9BQWdCLGNBQWM7SUFTaEM7UUFMTyx1QkFBa0IsR0FBRyxJQUFJLFlBQVksQ0FBQztRQUVyQyxXQUFNLEdBQUcsOEJBQThCLENBQUM7UUFDeEMsV0FBTSxHQUFRLElBQUksQ0FBQyxNQUFNLENBQUM7UUFxQzNCLGFBQVEsR0FBRyxDQUFDLENBQUMsRUFBRSxFQUFFLEdBQUcsQ0FBQyxDQUFDO1FBSXRCLGNBQVMsR0FBRyxHQUFHLEVBQUU7WUFDcEIsSUFBSSxJQUFJLENBQUMsV0FBVyxFQUFFLENBQUM7Z0JBQ25CLElBQUksQ0FBQyxXQUFXLENBQUMsYUFBYSxFQUFFLENBQUM7WUFDckMsQ0FBQztRQUNMLENBQUMsQ0FBQztRQTFDRSxJQUFJLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDO0lBQzNDLENBQUM7SUFFRCxJQUFXLEtBQUs7UUFDWixPQUFPLElBQUksQ0FBQyxNQUFNLElBQUksSUFBSSxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDO0lBQzNELENBQUM7SUFBQSxDQUFDO0lBRUYsSUFBVyxLQUFLLENBQUMsQ0FBTTtRQUNuQixJQUFJLENBQUMsSUFBSSxDQUFDLGVBQWUsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUM7WUFDeEMsSUFBSSxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUM7WUFDaEIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsQ0FBQztZQUVqQixJQUFJLElBQUksQ0FBQyxXQUFXLEVBQUUsQ0FBQztnQkFDbkIsSUFBSSxDQUFDLFdBQVcsQ0FBQyxXQUFXLEVBQUUsQ0FBQztZQUNuQyxDQUFDO1lBRUQsSUFBSSxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsQ0FBQztRQUNuQixDQUFDO0lBQ0wsQ0FBQztJQUVNLGFBQWE7UUFDaEIsT0FBTyxJQUFJLENBQUMsa0JBQWtCLENBQUM7SUFDbkMsQ0FBQztJQUVNLFVBQVUsQ0FBQyxLQUFVO1FBQ3hCLElBQUksS0FBSyxJQUFJLElBQUksQ0FBQyxNQUFNLElBQUksSUFBSSxDQUFDLGVBQWUsQ0FBQyxLQUFLLEVBQUUsSUFBSSxDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUM7WUFDbkUsT0FBTztRQUNYLENBQUM7UUFFRCxJQUFJLENBQUMsTUFBTSxHQUFHLEtBQUssQ0FBQztRQUNwQixJQUFJLENBQUMsUUFBUSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQ3JCLElBQUksQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDdkIsQ0FBQztJQUlNLE1BQU0sQ0FBQyxDQUFDLElBQUksQ0FBQztJQUFBLENBQUM7SUFRZCxnQkFBZ0IsQ0FBQyxFQUFvQjtRQUN4QyxJQUFJLENBQUMsUUFBUSxHQUFHLEVBQUUsQ0FBQztJQUN2QixDQUFDO0lBRU0saUJBQWlCLENBQUMsRUFBYztRQUNuQyxJQUFJLENBQUMsU0FBUyxHQUFHLEVBQUUsQ0FBQztJQUN4QixDQUFDO0lBRU0sT0FBTztRQUNWLElBQUksSUFBSSxDQUFDLFdBQVcsRUFBRSxDQUFDO1lBQ25CLElBQUksQ0FBQyxXQUFXLENBQUMsV0FBVyxFQUFFLENBQUM7WUFFL0IsT0FBTyxJQUFJLENBQUMsV0FBVyxDQUFDLEtBQUssQ0FBQztRQUNsQyxDQUFDO0lBQ0wsQ0FBQztJQUVNLGNBQWM7UUFDakIsSUFBSSxJQUFJLENBQUMsV0FBVyxFQUFFLENBQUM7WUFDbkIsSUFBSSxDQUFDLFdBQVcsQ0FBQyxjQUFjLEVBQUUsQ0FBQztRQUN0QyxDQUFDO0lBQ0wsQ0FBQztJQUVNLFdBQVc7UUFDZCxJQUFJLElBQUksQ0FBQyxXQUFXLEVBQUUsQ0FBQztZQUNuQixJQUFJLENBQUMsV0FBVyxDQUFDLFdBQVcsRUFBRSxDQUFDO1FBQ25DLENBQUM7SUFDTCxDQUFDO0lBRU0sWUFBWSxDQUFDLFNBQWtCO1FBQ2xDLElBQUksSUFBSSxDQUFDLGFBQWEsRUFBRSxDQUFDO1lBQ3JCLElBQUksQ0FBQyxhQUFhLENBQUMsV0FBVyxDQUFDLEdBQUcsU0FBUyxDQUFDO1FBQ2hELENBQUM7SUFDTCxDQUFDO0lBRU8sZUFBZSxDQUFDLE1BQU0sRUFBRSxNQUFNO1FBQ2xDLElBQUksS0FBSyxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsRUFBRSxDQUFDO1lBQ3hCLE1BQU0sR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBQ3BDLENBQUM7UUFFRCxJQUFJLEtBQUssQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLEVBQUUsQ0FBQztZQUN4QixNQUFNLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUNwQyxDQUFDO1FBRUQsT0FBTyxNQUFNLEtBQUssTUFBTSxDQUFDO0lBQzdCLENBQUM7Q0FDSjtBQUVELE1BQU0sVUFBVSxlQUFlLENBQUMsSUFBUztJQUNyQyxPQUFPO1FBQ0gsT0FBTyxFQUFFLGlCQUFpQjtRQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQztRQUNuQyxLQUFLLEVBQUUsSUFBSTtLQUNkLENBQUM7QUFDTixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRXZlbnRFbWl0dGVyLCBmb3J3YXJkUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBYnN0cmFjdENvbnRyb2wsIENvbnRyb2xDb250YWluZXIsIENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuLyoqXG4gKiBCYXNlZCBvbiBodHRwczovL3N0YWNrb3ZlcmZsb3cuY29tL2EvMzc3ODYxNDIvODA1NTk5N1xuICovXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgTmd0QmFzZU5nTW9kZWwgaW1wbGVtZW50cyBDb250cm9sVmFsdWVBY2Nlc3NvciB7XG4gICAgcHVibGljIGZvcm1Db250cm9sOiBBYnN0cmFjdENvbnRyb2w7XG4gICAgcHVibGljIGZvcm1Db250YWluZXI6IENvbnRyb2xDb250YWluZXI7XG5cbiAgICBwdWJsaWMgb25WYWx1ZUNoYW5nZUV2ZW50ID0gbmV3IEV2ZW50RW1pdHRlcjtcblxuICAgIHByaXZhdGUgaWdub3JlID0gJ3t7e3tJTklUSUFMX1ZBTFVFX0lHTk9SRX19fX0nO1xuICAgIHByaXZhdGUgX3ZhbHVlOiBhbnkgPSB0aGlzLmlnbm9yZTtcblxuICAgIHB1YmxpYyBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgdGhpcy5yZWdpc3Rlck9uVG91Y2hlZCh0aGlzLm9uVG91Y2hlZCk7XG4gICAgfVxuXG4gICAgcHVibGljIGdldCB2YWx1ZSgpOiBhbnkge1xuICAgICAgICByZXR1cm4gdGhpcy5fdmFsdWUgIT0gdGhpcy5pZ25vcmUgPyB0aGlzLl92YWx1ZSA6IG51bGw7XG4gICAgfTtcblxuICAgIHB1YmxpYyBzZXQgdmFsdWUodjogYW55KSB7XG4gICAgICAgIGlmICghdGhpcy52YWx1ZXNBcmVFcXVhbHModiwgdGhpcy5fdmFsdWUpKSB7XG4gICAgICAgICAgICB0aGlzLl92YWx1ZSA9IHY7XG4gICAgICAgICAgICB0aGlzLm9uQ2hhbmdlKHYpO1xuXG4gICAgICAgICAgICBpZiAodGhpcy5mb3JtQ29udHJvbCkge1xuICAgICAgICAgICAgICAgIHRoaXMuZm9ybUNvbnRyb2wubWFya0FzRGlydHkoKTtcbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgdGhpcy5jaGFuZ2Uodik7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwdWJsaWMgb25WYWx1ZUNoYW5nZSgpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMub25WYWx1ZUNoYW5nZUV2ZW50O1xuICAgIH1cblxuICAgIHB1YmxpYyB3cml0ZVZhbHVlKHZhbHVlOiBhbnkpIHtcbiAgICAgICAgaWYgKHZhbHVlID09IHRoaXMuaWdub3JlIHx8IHRoaXMudmFsdWVzQXJlRXF1YWxzKHZhbHVlLCB0aGlzLl92YWx1ZSkpIHtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuXG4gICAgICAgIHRoaXMuX3ZhbHVlID0gdmFsdWU7XG4gICAgICAgIHRoaXMub25DaGFuZ2UodmFsdWUpO1xuICAgICAgICB0aGlzLmNoYW5nZSh2YWx1ZSk7XG4gICAgfVxuXG4gICAgcHVibGljIG9uQ2hhbmdlID0gKF8pID0+IHsgfTtcblxuICAgIHB1YmxpYyBjaGFuZ2UodikgeyB9O1xuXG4gICAgcHVibGljIG9uVG91Y2hlZCA9ICgpID0+IHtcbiAgICAgICAgaWYgKHRoaXMuZm9ybUNvbnRyb2wpIHtcbiAgICAgICAgICAgIHRoaXMuZm9ybUNvbnRyb2wubWFya0FzVG91Y2hlZCgpO1xuICAgICAgICB9XG4gICAgfTtcblxuICAgIHB1YmxpYyByZWdpc3Rlck9uQ2hhbmdlKGZuOiAoXzogYW55KSA9PiB2b2lkKTogdm9pZCB7XG4gICAgICAgIHRoaXMub25DaGFuZ2UgPSBmbjtcbiAgICB9XG5cbiAgICBwdWJsaWMgcmVnaXN0ZXJPblRvdWNoZWQoZm46ICgpID0+IHZvaWQpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5vblRvdWNoZWQgPSBmbjtcbiAgICB9XG5cbiAgICBwdWJsaWMgaXNWYWxpZCgpOiBib29sZWFuIHtcbiAgICAgICAgaWYgKHRoaXMuZm9ybUNvbnRyb2wpIHtcbiAgICAgICAgICAgIHRoaXMuZm9ybUNvbnRyb2wubWFya0FzRGlydHkoKTtcblxuICAgICAgICAgICAgcmV0dXJuIHRoaXMuZm9ybUNvbnRyb2wudmFsaWQ7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwdWJsaWMgbWFya0FzUHJpc3RpbmUoKSB7XG4gICAgICAgIGlmICh0aGlzLmZvcm1Db250cm9sKSB7XG4gICAgICAgICAgICB0aGlzLmZvcm1Db250cm9sLm1hcmtBc1ByaXN0aW5lKCk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwdWJsaWMgbWFya0FzRGlydHkoKSB7XG4gICAgICAgIGlmICh0aGlzLmZvcm1Db250cm9sKSB7XG4gICAgICAgICAgICB0aGlzLmZvcm1Db250cm9sLm1hcmtBc0RpcnR5KCk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwdWJsaWMgc2V0U3VibWl0dGVkKHN1Ym1pdHRlZDogYm9vbGVhbikge1xuICAgICAgICBpZiAodGhpcy5mb3JtQ29udGFpbmVyKSB7XG4gICAgICAgICAgICB0aGlzLmZvcm1Db250YWluZXJbJ3N1Ym1pdHRlZCddID0gc3VibWl0dGVkO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgcHJpdmF0ZSB2YWx1ZXNBcmVFcXVhbHModmFsdWUxLCB2YWx1ZTIpIHtcbiAgICAgICAgaWYgKEFycmF5LmlzQXJyYXkodmFsdWUxKSkge1xuICAgICAgICAgICAgdmFsdWUxID0gSlNPTi5zdHJpbmdpZnkodmFsdWUxKTtcbiAgICAgICAgfVxuXG4gICAgICAgIGlmIChBcnJheS5pc0FycmF5KHZhbHVlMikpIHtcbiAgICAgICAgICAgIHZhbHVlMiA9IEpTT04uc3RyaW5naWZ5KHZhbHVlMik7XG4gICAgICAgIH1cblxuICAgICAgICByZXR1cm4gdmFsdWUxID09PSB2YWx1ZTI7XG4gICAgfVxufVxuXG5leHBvcnQgZnVuY3Rpb24gTmd0TWFrZVByb3ZpZGVyKHR5cGU6IGFueSkge1xuICAgIHJldHVybiB7XG4gICAgICAgIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxuICAgICAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiB0eXBlKSxcbiAgICAgICAgbXVsdGk6IHRydWVcbiAgICB9O1xufVxuIl19
|
|
@@ -56,13 +56,13 @@ export class NgtActionComponent {
|
|
|
56
56
|
this.subscriptions.forEach(subscription => subscription.unsubscribe());
|
|
57
57
|
this.subscriptions = [];
|
|
58
58
|
}
|
|
59
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
60
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
59
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NgtActionComponent, deps: [{ token: i0.Injector }, { token: i1.NgtStylizableDirective, optional: true, self: true }, { token: i2.NgtFormComponent, optional: true, skipSelf: true }, { token: i3.NgtSectionComponent, optional: true, skipSelf: true }, { token: i4.NgtModalComponent, optional: true, skipSelf: true }, { token: i5.NgtModalBodyComponent, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
60
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NgtActionComponent, selector: "ngt-action", inputs: { href: "href", icon: "icon", ngtStyle: "ngtStyle", isDisabled: "isDisabled", forceEnable: "forceEnable" }, ngImport: i0, template: "<a *ngIf=\"href\"\n [class]=\"disabled() ? 'block rounded-full cursor-not-allowed text-gray-600 bg-gray-400 hover:bg-gray-400 opacity-50' : 'cursor-pointer'\"\n [routerLink]=\"href\" (click)='onClick($event)'>\n <div\n class=\"flex justify-center rounded-full {{ ngtStyle.compile(['h', 'w', 'color.bg', 'color.text', 'px', 'py', 'shadow', 'text']) }}\">\n <ngt-svg [src]=\"icon\" class='self-center' *ngIf=\"icon\">\n </ngt-svg>\n <div class=\"self-center\">\n <ng-content></ng-content>\n </div>\n </div>\n</a>\n\n<a *ngIf=\"!href\"\n [class]=\"disabled() ? 'block rounded-full cursor-not-allowed text-gray-600 bg-gray-400 hover:bg-gray-400 opacity-50' : 'cursor-pointer'\"\n (click)='onClick($event)'>\n <div\n class=\"flex justify-center rounded-full {{ ngtStyle.compile(['h', 'w', 'color.bg', 'color.text', 'px', 'py', 'shadow', 'text', 'border', 'color.border']) }}\">\n <ngt-svg [src]=\"icon\" class='self-center' *ngIf=\"icon\"></ngt-svg>\n <div class=\"self-center\">\n <ng-content></ng-content>\n </div>\n </div>\n</a>", dependencies: [{ kind: "directive", type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i7.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: i8.NgtSvgComponent, selector: "ngt-svg", inputs: ["src", "class"] }] }); }
|
|
61
61
|
}
|
|
62
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
62
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NgtActionComponent, decorators: [{
|
|
63
63
|
type: Component,
|
|
64
64
|
args: [{ selector: 'ngt-action', template: "<a *ngIf=\"href\"\n [class]=\"disabled() ? 'block rounded-full cursor-not-allowed text-gray-600 bg-gray-400 hover:bg-gray-400 opacity-50' : 'cursor-pointer'\"\n [routerLink]=\"href\" (click)='onClick($event)'>\n <div\n class=\"flex justify-center rounded-full {{ ngtStyle.compile(['h', 'w', 'color.bg', 'color.text', 'px', 'py', 'shadow', 'text']) }}\">\n <ngt-svg [src]=\"icon\" class='self-center' *ngIf=\"icon\">\n </ngt-svg>\n <div class=\"self-center\">\n <ng-content></ng-content>\n </div>\n </div>\n</a>\n\n<a *ngIf=\"!href\"\n [class]=\"disabled() ? 'block rounded-full cursor-not-allowed text-gray-600 bg-gray-400 hover:bg-gray-400 opacity-50' : 'cursor-pointer'\"\n (click)='onClick($event)'>\n <div\n class=\"flex justify-center rounded-full {{ ngtStyle.compile(['h', 'w', 'color.bg', 'color.text', 'px', 'py', 'shadow', 'text', 'border', 'color.border']) }}\">\n <ngt-svg [src]=\"icon\" class='self-center' *ngIf=\"icon\"></ngt-svg>\n <div class=\"self-center\">\n <ng-content></ng-content>\n </div>\n </div>\n</a>" }]
|
|
65
|
-
}], ctorParameters:
|
|
65
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i1.NgtStylizableDirective, decorators: [{
|
|
66
66
|
type: Self
|
|
67
67
|
}, {
|
|
68
68
|
type: Optional
|
|
@@ -82,7 +82,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
82
82
|
type: Optional
|
|
83
83
|
}, {
|
|
84
84
|
type: SkipSelf
|
|
85
|
-
}] }]
|
|
85
|
+
}] }], propDecorators: { href: [{
|
|
86
86
|
type: Input
|
|
87
87
|
}], icon: [{
|
|
88
88
|
type: Input
|
|
@@ -93,4 +93,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
93
93
|
}], forceEnable: [{
|
|
94
94
|
type: Input
|
|
95
95
|
}] } });
|
|
96
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
96
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd0LWFjdGlvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZy10YWlsd2luZC9zcmMvY29tcG9uZW50cy9uZ3QtYWN0aW9uL25ndC1hY3Rpb24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmctdGFpbHdpbmQvc3JjL2NvbXBvbmVudHMvbmd0LWFjdGlvbi9uZ3QtYWN0aW9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDSCxTQUFTLEVBRVQsS0FBSyxFQUVMLFFBQVEsRUFDUixJQUFJLEVBQ0osUUFBUSxHQUNYLE1BQU0sZUFBZSxDQUFDO0FBSXZCLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHNEQUFzRCxDQUFDOzs7Ozs7Ozs7O0FBVTVGLE1BQU0sT0FBTyxrQkFBa0I7SUFTM0IsWUFDWSxRQUFrQixFQUdsQixzQkFBOEMsRUFHL0MsT0FBeUIsRUFHekIsVUFBK0IsRUFHL0IsUUFBMkIsRUFHM0IsWUFBbUM7UUFmbEMsYUFBUSxHQUFSLFFBQVEsQ0FBVTtRQUdsQiwyQkFBc0IsR0FBdEIsc0JBQXNCLENBQXdCO1FBRy9DLFlBQU8sR0FBUCxPQUFPLENBQWtCO1FBR3pCLGVBQVUsR0FBVixVQUFVLENBQXFCO1FBRy9CLGFBQVEsR0FBUixRQUFRLENBQW1CO1FBRzNCLGlCQUFZLEdBQVosWUFBWSxDQUF1QjtRQWxCdEMsa0JBQWEsR0FBd0IsRUFBRSxDQUFDO1FBb0I1QyxJQUFJLElBQUksQ0FBQyxzQkFBc0IsRUFBRSxDQUFDO1lBQzlCLElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLHNCQUFzQixDQUFDLHVCQUF1QixFQUFFLENBQUM7UUFDMUUsQ0FBQzthQUFNLENBQUM7WUFDSixJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksb0JBQW9CLEVBQUUsQ0FBQztRQUMvQyxDQUFDO1FBRUQsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsRUFBRSxXQUFXLEVBQUU7WUFDM0MsQ0FBQyxFQUFFLFFBQVE7WUFDWCxDQUFDLEVBQUUsUUFBUTtZQUNYLEtBQUssRUFBRTtnQkFDSCxFQUFFLEVBQUUsYUFBYTtnQkFDakIsSUFBSSxFQUFFLFlBQVk7Z0JBQ2xCLE1BQU0sRUFBRSxFQUFFO2FBQ2I7WUFDRCxJQUFJLEVBQUUsU0FBUztZQUNmLE1BQU0sRUFBRSxVQUFVO1NBQ3JCLENBQUMsQ0FBQztJQUNQLENBQUM7SUFFTSxXQUFXO1FBQ2QsSUFBSSxDQUFDLG9CQUFvQixFQUFFLENBQUM7SUFDaEMsQ0FBQztJQUVNLE9BQU8sQ0FBQyxLQUFZO1FBQ3ZCLElBQUksSUFBSSxDQUFDLFFBQVEsRUFBRSxFQUFFLENBQUM7WUFDbEIsS0FBSyxDQUFDLGVBQWUsRUFBRSxDQUFDO1FBQzVCLENBQUM7SUFDTCxDQUFDO0lBRU0sUUFBUTtRQUNYLE9BQU8sQ0FBQyxJQUFJLENBQUMsV0FBVyxJQUFJLENBQUMsSUFBSSxDQUFDLFVBQVUsSUFBSSxJQUFJLENBQUMsa0JBQWtCLEVBQUUsQ0FBQyxDQUFDO0lBQy9FLENBQUM7SUFFTyxrQkFBa0I7UUFDdEIsT0FBTyxJQUFJLENBQUMsT0FBTyxFQUFFLFVBQVU7ZUFDeEIsSUFBSSxDQUFDLFVBQVUsRUFBRSxVQUFVO2VBQzNCLElBQUksQ0FBQyxRQUFRLEVBQUUsVUFBVSxDQUFDO0lBQ3JDLENBQUM7SUFFTyxvQkFBb0I7UUFDeEIsSUFBSSxDQUFDLGFBQWEsQ0FBQyxPQUFPLENBQUMsWUFBWSxDQUFDLEVBQUUsQ0FBQyxZQUFZLENBQUMsV0FBVyxFQUFFLENBQUMsQ0FBQztRQUN2RSxJQUFJLENBQUMsYUFBYSxHQUFHLEVBQUUsQ0FBQztJQUM1QixDQUFDOytHQXJFUSxrQkFBa0I7bUdBQWxCLGtCQUFrQixzS0N0Qi9CLGluQ0F1Qkk7OzRGRERTLGtCQUFrQjtrQkFKOUIsU0FBUzsrQkFDSSxZQUFZOzswQkFlakIsSUFBSTs7MEJBQUksUUFBUTs7MEJBR2hCLFFBQVE7OzBCQUFJLFFBQVE7OzBCQUdwQixRQUFROzswQkFBSSxRQUFROzswQkFHcEIsUUFBUTs7MEJBQUksUUFBUTs7MEJBR3BCLFFBQVE7OzBCQUFJLFFBQVE7eUNBdkJULElBQUk7c0JBQW5CLEtBQUs7Z0JBQ1UsSUFBSTtzQkFBbkIsS0FBSztnQkFDVSxRQUFRO3NCQUF2QixLQUFLO2dCQUNVLFVBQVU7c0JBQXpCLEtBQUs7Z0JBQ1UsV0FBVztzQkFBMUIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gICAgQ29tcG9uZW50LFxuICAgIEluamVjdG9yLFxuICAgIElucHV0LFxuICAgIE9uRGVzdHJveSxcbiAgICBPcHRpb25hbCxcbiAgICBTZWxmLFxuICAgIFNraXBTZWxmLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFN1YnNjcmlwdGlvbiB9IGZyb20gJ3J4anMnO1xuXG5pbXBvcnQgeyBOZ3RTdHlsaXphYmxlRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vZGlyZWN0aXZlcy9uZ3Qtc3R5bGl6YWJsZS9uZ3Qtc3R5bGl6YWJsZS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgTmd0U3R5bGl6YWJsZVNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9uZ3Qtc3R5bGl6YWJsZS9uZ3Qtc3R5bGl6YWJsZS5zZXJ2aWNlJztcbmltcG9ydCB7IE5ndEZvcm1Db21wb25lbnQgfSBmcm9tICcuLi9uZ3QtZm9ybS9uZ3QtZm9ybS5jb21wb25lbnQnO1xuaW1wb3J0IHsgTmd0U2VjdGlvbkNvbXBvbmVudCB9IGZyb20gJy4uL25ndC1zZWN0aW9uL25ndC1zZWN0aW9uLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBOZ3RNb2RhbENvbXBvbmVudCB9IGZyb20gJy4uL25ndC1tb2RhbC9uZ3QtbW9kYWwuY29tcG9uZW50JztcbmltcG9ydCB7IE5ndE1vZGFsQm9keUNvbXBvbmVudCB9IGZyb20gJy4uL25ndC1tb2RhbC9uZ3QtbW9kYWwtYm9keS9uZ3QtbW9kYWwtYm9keS5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ25ndC1hY3Rpb24nLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9uZ3QtYWN0aW9uLmNvbXBvbmVudC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBOZ3RBY3Rpb25Db21wb25lbnQgaW1wbGVtZW50cyBPbkRlc3Ryb3kge1xuICAgIEBJbnB1dCgpIHB1YmxpYyBocmVmOiBzdHJpbmc7XG4gICAgQElucHV0KCkgcHVibGljIGljb246IHN0cmluZztcbiAgICBASW5wdXQoKSBwdWJsaWMgbmd0U3R5bGU6IE5ndFN0eWxpemFibGVTZXJ2aWNlO1xuICAgIEBJbnB1dCgpIHB1YmxpYyBpc0Rpc2FibGVkOiBib29sZWFuO1xuICAgIEBJbnB1dCgpIHB1YmxpYyBmb3JjZUVuYWJsZTogYm9vbGVhbjtcblxuICAgIHByaXZhdGUgc3Vic2NyaXB0aW9uczogQXJyYXk8U3Vic2NyaXB0aW9uPiA9IFtdO1xuXG4gICAgcHVibGljIGNvbnN0cnVjdG9yKFxuICAgICAgICBwcml2YXRlIGluamVjdG9yOiBJbmplY3RvcixcblxuICAgICAgICBAU2VsZigpIEBPcHRpb25hbCgpXG4gICAgICAgIHByaXZhdGUgbmd0U3R5bGl6YWJsZURpcmVjdGl2ZTogTmd0U3R5bGl6YWJsZURpcmVjdGl2ZSxcblxuICAgICAgICBAT3B0aW9uYWwoKSBAU2tpcFNlbGYoKVxuICAgICAgICBwdWJsaWMgbmd0Rm9ybTogTmd0Rm9ybUNvbXBvbmVudCxcblxuICAgICAgICBAT3B0aW9uYWwoKSBAU2tpcFNlbGYoKVxuICAgICAgICBwdWJsaWMgbmd0U2VjdGlvbjogTmd0U2VjdGlvbkNvbXBvbmVudCxcblxuICAgICAgICBAT3B0aW9uYWwoKSBAU2tpcFNlbGYoKVxuICAgICAgICBwdWJsaWMgbmd0TW9kYWw6IE5ndE1vZGFsQ29tcG9uZW50LFxuXG4gICAgICAgIEBPcHRpb25hbCgpIEBTa2lwU2VsZigpXG4gICAgICAgIHB1YmxpYyBuZ3RNb2RhbEJvZHk6IE5ndE1vZGFsQm9keUNvbXBvbmVudFxuICAgICkge1xuICAgICAgICBpZiAodGhpcy5uZ3RTdHlsaXphYmxlRGlyZWN0aXZlKSB7XG4gICAgICAgICAgICB0aGlzLm5ndFN0eWxlID0gdGhpcy5uZ3RTdHlsaXphYmxlRGlyZWN0aXZlLmdldE5ndFN0eWxpemFibGVTZXJ2aWNlKCk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICB0aGlzLm5ndFN0eWxlID0gbmV3IE5ndFN0eWxpemFibGVTZXJ2aWNlKCk7XG4gICAgICAgIH1cblxuICAgICAgICB0aGlzLm5ndFN0eWxlLmxvYWQodGhpcy5pbmplY3RvciwgJ05ndEFjdGlvbicsIHtcbiAgICAgICAgICAgIGg6ICdoLWZ1bGwnLFxuICAgICAgICAgICAgdzogJ3ctZnVsbCcsXG4gICAgICAgICAgICBjb2xvcjoge1xuICAgICAgICAgICAgICAgIGJnOiAnYmctZ3JheS01MDAnLFxuICAgICAgICAgICAgICAgIHRleHQ6ICd0ZXh0LXdoaXRlJyxcbiAgICAgICAgICAgICAgICBib3JkZXI6ICcnLFxuICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIHRleHQ6ICd0ZXh0LXNtJyxcbiAgICAgICAgICAgIGJvcmRlcjogJ2JvcmRlci0wJyxcbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nT25EZXN0cm95KCkge1xuICAgICAgICB0aGlzLmRlc3Ryb3lTdWJzY3JpcHRpb25zKCk7XG4gICAgfVxuXG4gICAgcHVibGljIG9uQ2xpY2soZXZlbnQ6IEV2ZW50KSB7XG4gICAgICAgIGlmICh0aGlzLmRpc2FibGVkKCkpIHtcbiAgICAgICAgICAgIGV2ZW50LnN0b3BQcm9wYWdhdGlvbigpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgcHVibGljIGRpc2FibGVkKCk6IGJvb2xlYW4ge1xuICAgICAgICByZXR1cm4gIXRoaXMuZm9yY2VFbmFibGUgJiYgKHRoaXMuaXNEaXNhYmxlZCB8fCB0aGlzLmlzRGlzYWJsZWRCeVBhcmVudCgpKTtcbiAgICB9XG5cbiAgICBwcml2YXRlIGlzRGlzYWJsZWRCeVBhcmVudCgpOiBib29sZWFuIHtcbiAgICAgICAgcmV0dXJuIHRoaXMubmd0Rm9ybT8uaXNEaXNhYmxlZFxuICAgICAgICAgICAgfHwgdGhpcy5uZ3RTZWN0aW9uPy5pc0Rpc2FibGVkXG4gICAgICAgICAgICB8fCB0aGlzLm5ndE1vZGFsPy5pc0Rpc2FibGVkO1xuICAgIH1cblxuICAgIHByaXZhdGUgZGVzdHJveVN1YnNjcmlwdGlvbnMoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuc3Vic2NyaXB0aW9ucy5mb3JFYWNoKHN1YnNjcmlwdGlvbiA9PiBzdWJzY3JpcHRpb24udW5zdWJzY3JpYmUoKSk7XG4gICAgICAgIHRoaXMuc3Vic2NyaXB0aW9ucyA9IFtdO1xuICAgIH1cbn1cbiIsIjxhICpuZ0lmPVwiaHJlZlwiXG4gICAgW2NsYXNzXT1cImRpc2FibGVkKCkgPyAnYmxvY2sgcm91bmRlZC1mdWxsIGN1cnNvci1ub3QtYWxsb3dlZCB0ZXh0LWdyYXktNjAwIGJnLWdyYXktNDAwIGhvdmVyOmJnLWdyYXktNDAwIG9wYWNpdHktNTAnIDogJ2N1cnNvci1wb2ludGVyJ1wiXG4gICAgW3JvdXRlckxpbmtdPVwiaHJlZlwiIChjbGljayk9J29uQ2xpY2soJGV2ZW50KSc+XG4gICAgPGRpdlxuICAgICAgICBjbGFzcz1cImZsZXgganVzdGlmeS1jZW50ZXIgcm91bmRlZC1mdWxsIHt7IG5ndFN0eWxlLmNvbXBpbGUoWydoJywgJ3cnLCAnY29sb3IuYmcnLCAnY29sb3IudGV4dCcsICdweCcsICdweScsICdzaGFkb3cnLCAndGV4dCddKSB9fVwiPlxuICAgICAgICA8bmd0LXN2ZyBbc3JjXT1cImljb25cIiBjbGFzcz0nc2VsZi1jZW50ZXInICpuZ0lmPVwiaWNvblwiPlxuICAgICAgICA8L25ndC1zdmc+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJzZWxmLWNlbnRlclwiPlxuICAgICAgICAgICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbjwvYT5cblxuPGEgKm5nSWY9XCIhaHJlZlwiXG4gICAgW2NsYXNzXT1cImRpc2FibGVkKCkgPyAnYmxvY2sgcm91bmRlZC1mdWxsIGN1cnNvci1ub3QtYWxsb3dlZCB0ZXh0LWdyYXktNjAwIGJnLWdyYXktNDAwIGhvdmVyOmJnLWdyYXktNDAwIG9wYWNpdHktNTAnIDogJ2N1cnNvci1wb2ludGVyJ1wiXG4gICAgKGNsaWNrKT0nb25DbGljaygkZXZlbnQpJz5cbiAgICA8ZGl2XG4gICAgICAgIGNsYXNzPVwiZmxleCBqdXN0aWZ5LWNlbnRlciByb3VuZGVkLWZ1bGwge3sgbmd0U3R5bGUuY29tcGlsZShbJ2gnLCAndycsICdjb2xvci5iZycsICdjb2xvci50ZXh0JywgJ3B4JywgJ3B5JywgJ3NoYWRvdycsICd0ZXh0JywgJ2JvcmRlcicsICdjb2xvci5ib3JkZXInXSkgfX1cIj5cbiAgICAgICAgPG5ndC1zdmcgW3NyY109XCJpY29uXCIgY2xhc3M9J3NlbGYtY2VudGVyJyAqbmdJZj1cImljb25cIj48L25ndC1zdmc+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJzZWxmLWNlbnRlclwiPlxuICAgICAgICAgICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbjwvYT4iXX0=
|
|
@@ -5,15 +5,15 @@ import { NgtSvgModule } from '../ngt-svg/ngt-svg.module';
|
|
|
5
5
|
import { NgtActionComponent } from './ngt-action.component';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export class NgtActionModule {
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
8
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NgtActionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NgtActionModule, declarations: [NgtActionComponent], imports: [CommonModule,
|
|
10
10
|
RouterModule,
|
|
11
11
|
NgtSvgModule], exports: [NgtActionComponent] }); }
|
|
12
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
12
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NgtActionModule, imports: [CommonModule,
|
|
13
13
|
RouterModule,
|
|
14
14
|
NgtSvgModule] }); }
|
|
15
15
|
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NgtActionModule, decorators: [{
|
|
17
17
|
type: NgModule,
|
|
18
18
|
args: [{
|
|
19
19
|
declarations: [NgtActionComponent],
|