ng-tailwind 5.2.4 → 5.2.6
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 +20 -20
- 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 +70 -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 +66 -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 +69 -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 +299 -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 +279 -273
- package/esm2020/services/validation/ngt-ability-validation.service.mjs +3 -3
- package/fesm2015/ng-tailwind.mjs +8669 -8653
- package/fesm2015/ng-tailwind.mjs.map +1 -1
- package/fesm2020/ng-tailwind.mjs +8494 -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 +99 -96
- package/services/validation/ngt-ability-validation.service.d.ts +5 -5
|
@@ -1,125 +1,125 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, EventEmitter, Injector, OnDestroy, OnInit, SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
|
-
import { NgtHttpService } from '../../services/http/ngt-http.service';
|
|
3
|
-
import { NgtTranslateService } from '../../services/http/ngt-translate.service';
|
|
4
|
-
import { NgtInputComponent } from '../ngt-input/ngt-input.component';
|
|
5
|
-
import { NgtModalComponent } from '../ngt-modal/ngt-modal.component';
|
|
6
|
-
import { NgtPaginationComponent } from '../ngt-pagination/ngt-pagination.component';
|
|
7
|
-
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class NgtDatatableComponent implements OnInit, OnDestroy {
|
|
10
|
-
private injector;
|
|
11
|
-
private ngtHttpService;
|
|
12
|
-
private changeDetector;
|
|
13
|
-
ngtTranslateService: NgtTranslateService;
|
|
14
|
-
table: ElementRef;
|
|
15
|
-
ngtPagination: NgtPaginationComponent;
|
|
16
|
-
searchModal: NgtModalComponent;
|
|
17
|
-
remoteResource: any;
|
|
18
|
-
type: NgtDatatableType;
|
|
19
|
-
filterTagBgColor: string;
|
|
20
|
-
filterTagMargin: string;
|
|
21
|
-
paginationMargin: string;
|
|
22
|
-
inputSearch: NgtInputComponent;
|
|
23
|
-
searchDelay: number;
|
|
24
|
-
searchTermMinLength: number;
|
|
25
|
-
searchTermOnEnter: boolean;
|
|
26
|
-
defaultFilters: any;
|
|
27
|
-
filtersDescription: {};
|
|
28
|
-
canSelectAllRegisters: boolean;
|
|
29
|
-
onDataChange: EventEmitter<any>;
|
|
30
|
-
onClearFilter: EventEmitter<any>;
|
|
31
|
-
onClearSelectedElements: EventEmitter<any>;
|
|
32
|
-
onSelectedElementsChange: EventEmitter<Array<NgtCheckedElement>>;
|
|
33
|
-
onToogleAllCheckboxes: EventEmitter<any>;
|
|
34
|
-
onToogleCheckbox: EventEmitter<NgtCheckedElement>;
|
|
35
|
-
onSelectAllRegisters: EventEmitter<void>;
|
|
36
|
-
onOpenSearchModal: EventEmitter<string>;
|
|
37
|
-
onSearch: EventEmitter<any>;
|
|
38
|
-
searchModalTemplate: TemplateRef<any>;
|
|
39
|
-
data: any[];
|
|
40
|
-
loading: boolean;
|
|
41
|
-
cleaningFilter: boolean;
|
|
42
|
-
componentReady: boolean;
|
|
43
|
-
filtersTranslated: any[];
|
|
44
|
-
emptyStateVisible: boolean;
|
|
45
|
-
columnCount: any[];
|
|
46
|
-
hasSelectedAllElements: boolean;
|
|
47
|
-
selectedElements: Array<NgtCheckedElement>;
|
|
48
|
-
filterModalStyle: NgtStylizableService;
|
|
49
|
-
private searching;
|
|
50
|
-
private searchTimeout;
|
|
51
|
-
private subscriptions;
|
|
52
|
-
private currentState;
|
|
53
|
-
constructor(injector: Injector, ngtHttpService: NgtHttpService, changeDetector: ChangeDetectorRef, ngtTranslateService: NgtTranslateService);
|
|
54
|
-
ngOnInit(): void;
|
|
55
|
-
ngOnDestroy(): void;
|
|
56
|
-
setSearchModalTemplate(template: TemplateRef<any>): void;
|
|
57
|
-
openSearchModal(reference?: string): void;
|
|
58
|
-
clearSelectedElements(): void;
|
|
59
|
-
getCurrentState(): {
|
|
60
|
-
filters: {
|
|
61
|
-
defaultFilters: {};
|
|
62
|
-
silentFilters: {};
|
|
63
|
-
qualifiedFilters: {};
|
|
64
|
-
};
|
|
65
|
-
sort: {
|
|
66
|
-
field: string;
|
|
67
|
-
direction: string;
|
|
68
|
-
};
|
|
69
|
-
};
|
|
70
|
-
init(): void;
|
|
71
|
-
search(filters: Object, searchType?: NgtDatatableSearchType, applyDelayOnSearch?: boolean): Promise<void>;
|
|
72
|
-
sort(field: any, direction: any): Promise<void>;
|
|
73
|
-
refresh(stayInPage?: NgtDatatableParam, loader?: NgtDatatableParam): Promise<void>;
|
|
74
|
-
getData(): any[];
|
|
75
|
-
getCurrentSort(): {
|
|
76
|
-
field: string;
|
|
77
|
-
direction: string;
|
|
78
|
-
};
|
|
79
|
-
setPerPage(perPage: number): void;
|
|
80
|
-
applyFiltersDescription(): void;
|
|
81
|
-
setFilterDescription(reference: string, description: string): void;
|
|
82
|
-
removeFilter(reference?: string, refresh?: boolean): Promise<void>;
|
|
83
|
-
hasAppliedFilter(filter: Object | NgtCustomFilter | string): boolean;
|
|
84
|
-
hasAppliedFilters(searchType?: NgtDatatableSearchType): boolean;
|
|
85
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
86
|
-
apply(page?: number, applyDelayOnSearch?: boolean, loader?: NgtDatatableParam): Promise<void>;
|
|
87
|
-
getTagFilterValue(filter: any): string;
|
|
88
|
-
getTitle(filter: any): string;
|
|
89
|
-
private getFiltersTagArray;
|
|
90
|
-
private loadData;
|
|
91
|
-
private getQualifiedFilters;
|
|
92
|
-
private bindVisibilityAttributes;
|
|
93
|
-
private proccessRemoteResponse;
|
|
94
|
-
private initSearchWithInput;
|
|
95
|
-
private initCheckboxEvent;
|
|
96
|
-
private canApplyFilters;
|
|
97
|
-
private isValidFilter;
|
|
98
|
-
private destroySubscriptions;
|
|
99
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgtDatatableComponent, [null, null, null, { optional: true; }]>;
|
|
100
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtDatatableComponent, "ngt-datatable", never, { "remoteResource": "remoteResource"; "type": "type"; "filterTagBgColor": "filterTagBgColor"; "filterTagMargin": "filterTagMargin"; "paginationMargin": "paginationMargin"; "inputSearch": "inputSearch"; "searchDelay": "searchDelay"; "searchTermMinLength": "searchTermMinLength"; "searchTermOnEnter": "searchTermOnEnter"; "defaultFilters": "defaultFilters"; "filtersDescription": "filtersDescription"; "canSelectAllRegisters": "canSelectAllRegisters"; }, { "onDataChange": "onDataChange"; "onClearFilter": "onClearFilter"; "onClearSelectedElements": "onClearSelectedElements"; "onSelectedElementsChange": "onSelectedElementsChange"; "onToogleAllCheckboxes": "onToogleAllCheckboxes"; "onToogleCheckbox": "onToogleCheckbox"; "onSelectAllRegisters": "onSelectAllRegisters"; "onOpenSearchModal": "onOpenSearchModal"; "onSearch": "onSearch"; }, never, ["*"], false, never>;
|
|
101
|
-
}
|
|
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
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, EventEmitter, Injector, OnDestroy, OnInit, SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
|
+
import { NgtHttpService } from '../../services/http/ngt-http.service';
|
|
3
|
+
import { NgtTranslateService } from '../../services/http/ngt-translate.service';
|
|
4
|
+
import { NgtInputComponent } from '../ngt-input/ngt-input.component';
|
|
5
|
+
import { NgtModalComponent } from '../ngt-modal/ngt-modal.component';
|
|
6
|
+
import { NgtPaginationComponent } from '../ngt-pagination/ngt-pagination.component';
|
|
7
|
+
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class NgtDatatableComponent implements OnInit, OnDestroy {
|
|
10
|
+
private injector;
|
|
11
|
+
private ngtHttpService;
|
|
12
|
+
private changeDetector;
|
|
13
|
+
ngtTranslateService: NgtTranslateService;
|
|
14
|
+
table: ElementRef;
|
|
15
|
+
ngtPagination: NgtPaginationComponent;
|
|
16
|
+
searchModal: NgtModalComponent;
|
|
17
|
+
remoteResource: any;
|
|
18
|
+
type: NgtDatatableType;
|
|
19
|
+
filterTagBgColor: string;
|
|
20
|
+
filterTagMargin: string;
|
|
21
|
+
paginationMargin: string;
|
|
22
|
+
inputSearch: NgtInputComponent;
|
|
23
|
+
searchDelay: number;
|
|
24
|
+
searchTermMinLength: number;
|
|
25
|
+
searchTermOnEnter: boolean;
|
|
26
|
+
defaultFilters: any;
|
|
27
|
+
filtersDescription: {};
|
|
28
|
+
canSelectAllRegisters: boolean;
|
|
29
|
+
onDataChange: EventEmitter<any>;
|
|
30
|
+
onClearFilter: EventEmitter<any>;
|
|
31
|
+
onClearSelectedElements: EventEmitter<any>;
|
|
32
|
+
onSelectedElementsChange: EventEmitter<Array<NgtCheckedElement>>;
|
|
33
|
+
onToogleAllCheckboxes: EventEmitter<any>;
|
|
34
|
+
onToogleCheckbox: EventEmitter<NgtCheckedElement>;
|
|
35
|
+
onSelectAllRegisters: EventEmitter<void>;
|
|
36
|
+
onOpenSearchModal: EventEmitter<string>;
|
|
37
|
+
onSearch: EventEmitter<any>;
|
|
38
|
+
searchModalTemplate: TemplateRef<any>;
|
|
39
|
+
data: any[];
|
|
40
|
+
loading: boolean;
|
|
41
|
+
cleaningFilter: boolean;
|
|
42
|
+
componentReady: boolean;
|
|
43
|
+
filtersTranslated: any[];
|
|
44
|
+
emptyStateVisible: boolean;
|
|
45
|
+
columnCount: any[];
|
|
46
|
+
hasSelectedAllElements: boolean;
|
|
47
|
+
selectedElements: Array<NgtCheckedElement>;
|
|
48
|
+
filterModalStyle: NgtStylizableService;
|
|
49
|
+
private searching;
|
|
50
|
+
private searchTimeout;
|
|
51
|
+
private subscriptions;
|
|
52
|
+
private currentState;
|
|
53
|
+
constructor(injector: Injector, ngtHttpService: NgtHttpService, changeDetector: ChangeDetectorRef, ngtTranslateService: NgtTranslateService);
|
|
54
|
+
ngOnInit(): void;
|
|
55
|
+
ngOnDestroy(): void;
|
|
56
|
+
setSearchModalTemplate(template: TemplateRef<any>): void;
|
|
57
|
+
openSearchModal(reference?: string): void;
|
|
58
|
+
clearSelectedElements(): void;
|
|
59
|
+
getCurrentState(): {
|
|
60
|
+
filters: {
|
|
61
|
+
defaultFilters: {};
|
|
62
|
+
silentFilters: {};
|
|
63
|
+
qualifiedFilters: {};
|
|
64
|
+
};
|
|
65
|
+
sort: {
|
|
66
|
+
field: string;
|
|
67
|
+
direction: string;
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
init(): void;
|
|
71
|
+
search(filters: Object, searchType?: NgtDatatableSearchType, applyDelayOnSearch?: boolean): Promise<void>;
|
|
72
|
+
sort(field: any, direction: any): Promise<void>;
|
|
73
|
+
refresh(stayInPage?: NgtDatatableParam, loader?: NgtDatatableParam): Promise<void>;
|
|
74
|
+
getData(): any[];
|
|
75
|
+
getCurrentSort(): {
|
|
76
|
+
field: string;
|
|
77
|
+
direction: string;
|
|
78
|
+
};
|
|
79
|
+
setPerPage(perPage: number): void;
|
|
80
|
+
applyFiltersDescription(): void;
|
|
81
|
+
setFilterDescription(reference: string, description: string): void;
|
|
82
|
+
removeFilter(reference?: string, refresh?: boolean): Promise<void>;
|
|
83
|
+
hasAppliedFilter(filter: Object | NgtCustomFilter | string): boolean;
|
|
84
|
+
hasAppliedFilters(searchType?: NgtDatatableSearchType): boolean;
|
|
85
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
86
|
+
apply(page?: number, applyDelayOnSearch?: boolean, loader?: NgtDatatableParam): Promise<void>;
|
|
87
|
+
getTagFilterValue(filter: any): string;
|
|
88
|
+
getTitle(filter: any): string;
|
|
89
|
+
private getFiltersTagArray;
|
|
90
|
+
private loadData;
|
|
91
|
+
private getQualifiedFilters;
|
|
92
|
+
private bindVisibilityAttributes;
|
|
93
|
+
private proccessRemoteResponse;
|
|
94
|
+
private initSearchWithInput;
|
|
95
|
+
private initCheckboxEvent;
|
|
96
|
+
private canApplyFilters;
|
|
97
|
+
private isValidFilter;
|
|
98
|
+
private destroySubscriptions;
|
|
99
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtDatatableComponent, [null, null, null, { optional: true; }]>;
|
|
100
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtDatatableComponent, "ngt-datatable", never, { "remoteResource": "remoteResource"; "type": "type"; "filterTagBgColor": "filterTagBgColor"; "filterTagMargin": "filterTagMargin"; "paginationMargin": "paginationMargin"; "inputSearch": "inputSearch"; "searchDelay": "searchDelay"; "searchTermMinLength": "searchTermMinLength"; "searchTermOnEnter": "searchTermOnEnter"; "defaultFilters": "defaultFilters"; "filtersDescription": "filtersDescription"; "canSelectAllRegisters": "canSelectAllRegisters"; }, { "onDataChange": "onDataChange"; "onClearFilter": "onClearFilter"; "onClearSelectedElements": "onClearSelectedElements"; "onSelectedElementsChange": "onSelectedElementsChange"; "onToogleAllCheckboxes": "onToogleAllCheckboxes"; "onToogleCheckbox": "onToogleCheckbox"; "onSelectAllRegisters": "onSelectAllRegisters"; "onOpenSearchModal": "onOpenSearchModal"; "onSearch": "onSearch"; }, never, ["*"], false, never>;
|
|
101
|
+
}
|
|
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
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./ngt-datatable.component";
|
|
3
|
-
import * as i2 from "./ngt-tbody/ngt-tbody.component";
|
|
4
|
-
import * as i3 from "./ngt-td/ngt-td.component";
|
|
5
|
-
import * as i4 from "./ngt-td-check/ngt-td-check.component";
|
|
6
|
-
import * as i5 from "./ngt-th/ngt-th.component";
|
|
7
|
-
import * as i6 from "./ngt-th-check/ngt-th-check.component";
|
|
8
|
-
import * as i7 from "./ngt-thead/ngt-thead.component";
|
|
9
|
-
import * as i8 from "./ngt-tr/ngt-tr.component";
|
|
10
|
-
import * as i9 from "@angular/common";
|
|
11
|
-
import * as i10 from "@angular/forms";
|
|
12
|
-
import * as i11 from "../ngt-shining/ngt-shining.module";
|
|
13
|
-
import * as i12 from "../ngt-pagination/ngt-pagination.module";
|
|
14
|
-
import * as i13 from "../ngt-checkbox/ngt-checkbox.module";
|
|
15
|
-
import * as i14 from "../ngt-input/ngt-input.module";
|
|
16
|
-
import * as i15 from "../ngt-modal/ngt-modal.module";
|
|
17
|
-
import * as i16 from "../ngt-tag/ngt-tag.module";
|
|
18
|
-
import * as i17 from "../ngt-action/ngt-action.module";
|
|
19
|
-
import * as i18 from "../../directives/ngt-stylizable/ngt-stylizable.module";
|
|
20
|
-
import * as i19 from "../ngt-svg/ngt-svg.module";
|
|
21
|
-
export declare class NgtDatatableModule {
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgtDatatableModule, never>;
|
|
23
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgtDatatableModule, [typeof i1.NgtDatatableComponent, typeof i2.NgtTbodyComponent, typeof i3.NgtTdComponent, typeof i4.NgtTdCheckComponent, typeof i5.NgtThComponent, typeof i6.NgtThCheckComponent, typeof i7.NgtTheadComponent, typeof i8.NgtTrComponent], [typeof i9.CommonModule, typeof i10.FormsModule, typeof i11.NgtShiningModule, typeof i12.NgtPaginationModule, typeof i13.NgtCheckboxModule, typeof i14.NgtInputModule, typeof i15.NgtModalModule, typeof i16.NgtTagModule, typeof i17.NgtActionModule, typeof i18.NgtStylizableModule, typeof i19.NgtSvgModule], [typeof i1.NgtDatatableComponent, typeof i2.NgtTbodyComponent, typeof i3.NgtTdComponent, typeof i4.NgtTdCheckComponent, typeof i5.NgtThComponent, typeof i6.NgtThCheckComponent, typeof i7.NgtTheadComponent, typeof i8.NgtTrComponent]>;
|
|
24
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<NgtDatatableModule>;
|
|
25
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./ngt-datatable.component";
|
|
3
|
+
import * as i2 from "./ngt-tbody/ngt-tbody.component";
|
|
4
|
+
import * as i3 from "./ngt-td/ngt-td.component";
|
|
5
|
+
import * as i4 from "./ngt-td-check/ngt-td-check.component";
|
|
6
|
+
import * as i5 from "./ngt-th/ngt-th.component";
|
|
7
|
+
import * as i6 from "./ngt-th-check/ngt-th-check.component";
|
|
8
|
+
import * as i7 from "./ngt-thead/ngt-thead.component";
|
|
9
|
+
import * as i8 from "./ngt-tr/ngt-tr.component";
|
|
10
|
+
import * as i9 from "@angular/common";
|
|
11
|
+
import * as i10 from "@angular/forms";
|
|
12
|
+
import * as i11 from "../ngt-shining/ngt-shining.module";
|
|
13
|
+
import * as i12 from "../ngt-pagination/ngt-pagination.module";
|
|
14
|
+
import * as i13 from "../ngt-checkbox/ngt-checkbox.module";
|
|
15
|
+
import * as i14 from "../ngt-input/ngt-input.module";
|
|
16
|
+
import * as i15 from "../ngt-modal/ngt-modal.module";
|
|
17
|
+
import * as i16 from "../ngt-tag/ngt-tag.module";
|
|
18
|
+
import * as i17 from "../ngt-action/ngt-action.module";
|
|
19
|
+
import * as i18 from "../../directives/ngt-stylizable/ngt-stylizable.module";
|
|
20
|
+
import * as i19 from "../ngt-svg/ngt-svg.module";
|
|
21
|
+
export declare class NgtDatatableModule {
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtDatatableModule, never>;
|
|
23
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgtDatatableModule, [typeof i1.NgtDatatableComponent, typeof i2.NgtTbodyComponent, typeof i3.NgtTdComponent, typeof i4.NgtTdCheckComponent, typeof i5.NgtThComponent, typeof i6.NgtThCheckComponent, typeof i7.NgtTheadComponent, typeof i8.NgtTrComponent], [typeof i9.CommonModule, typeof i10.FormsModule, typeof i11.NgtShiningModule, typeof i12.NgtPaginationModule, typeof i13.NgtCheckboxModule, typeof i14.NgtInputModule, typeof i15.NgtModalModule, typeof i16.NgtTagModule, typeof i17.NgtActionModule, typeof i18.NgtStylizableModule, typeof i19.NgtSvgModule], [typeof i1.NgtDatatableComponent, typeof i2.NgtTbodyComponent, typeof i3.NgtTdComponent, typeof i4.NgtTdCheckComponent, typeof i5.NgtThComponent, typeof i6.NgtThCheckComponent, typeof i7.NgtTheadComponent, typeof i8.NgtTrComponent]>;
|
|
24
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NgtDatatableModule>;
|
|
25
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { ElementRef, 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 NgtTbodyComponent {
|
|
6
|
-
private injector;
|
|
7
|
-
private hostElement;
|
|
8
|
-
private ngtStylizableDirective;
|
|
9
|
-
ngtStyle: NgtStylizableService;
|
|
10
|
-
constructor(injector: Injector, hostElement: ElementRef, ngtStylizableDirective: NgtStylizableDirective);
|
|
11
|
-
private bindNgtStyle;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgtTbodyComponent, [null, null, { optional: true; self: true; }]>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtTbodyComponent, "[ngt-tbody]", never, {}, {}, never, ["*"], false, never>;
|
|
14
|
-
}
|
|
1
|
+
import { ElementRef, 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 NgtTbodyComponent {
|
|
6
|
+
private injector;
|
|
7
|
+
private hostElement;
|
|
8
|
+
private ngtStylizableDirective;
|
|
9
|
+
ngtStyle: NgtStylizableService;
|
|
10
|
+
constructor(injector: Injector, hostElement: ElementRef, ngtStylizableDirective: NgtStylizableDirective);
|
|
11
|
+
private bindNgtStyle;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtTbodyComponent, [null, null, { optional: true; self: true; }]>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtTbodyComponent, "[ngt-tbody]", never, {}, {}, never, ["*"], false, never>;
|
|
14
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { ElementRef, 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 NgtTdComponent {
|
|
6
|
-
private injector;
|
|
7
|
-
private hostElement;
|
|
8
|
-
private ngtStylizableDirective;
|
|
9
|
-
ngtStyle: NgtStylizableService;
|
|
10
|
-
constructor(injector: Injector, hostElement: ElementRef, ngtStylizableDirective: NgtStylizableDirective);
|
|
11
|
-
private bindNgtStyle;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgtTdComponent, [null, null, { optional: true; self: true; }]>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtTdComponent, "[ngt-td]", never, {}, {}, never, ["*"], false, never>;
|
|
14
|
-
}
|
|
1
|
+
import { ElementRef, 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 NgtTdComponent {
|
|
6
|
+
private injector;
|
|
7
|
+
private hostElement;
|
|
8
|
+
private ngtStylizableDirective;
|
|
9
|
+
ngtStyle: NgtStylizableService;
|
|
10
|
+
constructor(injector: Injector, hostElement: ElementRef, ngtStylizableDirective: NgtStylizableDirective);
|
|
11
|
+
private bindNgtStyle;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtTdComponent, [null, null, { optional: true; self: true; }]>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtTdComponent, "[ngt-td]", never, {}, {}, never, ["*"], false, never>;
|
|
14
|
+
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, Injector, OnDestroy } 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 { NgtCheckboxComponent } from '../../ngt-checkbox/ngt-checkbox.component';
|
|
5
|
-
import { NgtDatatableComponent } from '../ngt-datatable.component';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class NgtTdCheckComponent implements OnDestroy {
|
|
8
|
-
private injector;
|
|
9
|
-
private hostElement;
|
|
10
|
-
private ngtStylizableDirective;
|
|
11
|
-
private ngtDataTable;
|
|
12
|
-
checkbox: NgtCheckboxComponent;
|
|
13
|
-
reference: any;
|
|
14
|
-
isDisabled: boolean;
|
|
15
|
-
checked: boolean;
|
|
16
|
-
onCheckboxInit: EventEmitter<any>;
|
|
17
|
-
ngtStyle: NgtStylizableService;
|
|
18
|
-
private id;
|
|
19
|
-
private subscriptions;
|
|
20
|
-
private isFirstChange;
|
|
21
|
-
constructor(injector: Injector, hostElement: ElementRef, ngtStylizableDirective: NgtStylizableDirective, ngtDataTable: NgtDatatableComponent);
|
|
22
|
-
ngAfterContentInit(): void;
|
|
23
|
-
ngOnDestroy(): void;
|
|
24
|
-
onCheckboxChange(checked: boolean): void;
|
|
25
|
-
private bindNgtStyle;
|
|
26
|
-
private destroySubscriptions;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgtTdCheckComponent, [null, null, { optional: true; self: true; }, { optional: true; skipSelf: true; }]>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtTdCheckComponent, "[ngt-td-check]", never, { "reference": "reference"; "isDisabled": "isDisabled"; "checked": "checked"; }, { "onCheckboxInit": "onCheckboxInit"; }, never, ["*"], false, never>;
|
|
29
|
-
}
|
|
1
|
+
import { ElementRef, EventEmitter, Injector, OnDestroy } 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 { NgtCheckboxComponent } from '../../ngt-checkbox/ngt-checkbox.component';
|
|
5
|
+
import { NgtDatatableComponent } from '../ngt-datatable.component';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class NgtTdCheckComponent implements OnDestroy {
|
|
8
|
+
private injector;
|
|
9
|
+
private hostElement;
|
|
10
|
+
private ngtStylizableDirective;
|
|
11
|
+
private ngtDataTable;
|
|
12
|
+
checkbox: NgtCheckboxComponent;
|
|
13
|
+
reference: any;
|
|
14
|
+
isDisabled: boolean;
|
|
15
|
+
checked: boolean;
|
|
16
|
+
onCheckboxInit: EventEmitter<any>;
|
|
17
|
+
ngtStyle: NgtStylizableService;
|
|
18
|
+
private id;
|
|
19
|
+
private subscriptions;
|
|
20
|
+
private isFirstChange;
|
|
21
|
+
constructor(injector: Injector, hostElement: ElementRef, ngtStylizableDirective: NgtStylizableDirective, ngtDataTable: NgtDatatableComponent);
|
|
22
|
+
ngAfterContentInit(): void;
|
|
23
|
+
ngOnDestroy(): void;
|
|
24
|
+
onCheckboxChange(checked: boolean): void;
|
|
25
|
+
private bindNgtStyle;
|
|
26
|
+
private destroySubscriptions;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtTdCheckComponent, [null, null, { optional: true; self: true; }, { optional: true; skipSelf: true; }]>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtTdCheckComponent, "[ngt-td-check]", never, { "reference": "reference"; "isDisabled": "isDisabled"; "checked": "checked"; }, { "onCheckboxInit": "onCheckboxInit"; }, never, ["*"], false, never>;
|
|
29
|
+
}
|
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, Injector, OnChanges, OnDestroy, SimpleChanges, TemplateRef } 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 { NgtInputComponent } from '../../ngt-input/ngt-input.component';
|
|
5
|
-
import { NgtDatatableComponent } from '../ngt-datatable.component';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class NgtThComponent implements OnChanges, OnDestroy {
|
|
8
|
-
private injector;
|
|
9
|
-
private hostElement;
|
|
10
|
-
private ngtStylizableDirective;
|
|
11
|
-
ngtDataTable: NgtDatatableComponent;
|
|
12
|
-
searchInput: NgtInputComponent;
|
|
13
|
-
modal: TemplateRef<any>;
|
|
14
|
-
reference: string;
|
|
15
|
-
sortReference: string;
|
|
16
|
-
modalWidth: string;
|
|
17
|
-
searchModalOverflow: string;
|
|
18
|
-
sortable: boolean;
|
|
19
|
-
searchable: boolean;
|
|
20
|
-
hasCustomSearch: boolean;
|
|
21
|
-
searchLabel: string;
|
|
22
|
-
searchIcon: string;
|
|
23
|
-
sortableTooltip: NgtSortableTooltip;
|
|
24
|
-
onEnableSearch: EventEmitter<any>;
|
|
25
|
-
inputFocused: boolean;
|
|
26
|
-
isCurrentSort: boolean;
|
|
27
|
-
sortDirection: string;
|
|
28
|
-
searchTerm: any;
|
|
29
|
-
customSearchTerm: any;
|
|
30
|
-
ngtStyle: NgtStylizableService;
|
|
31
|
-
filterModalHeaderStyle: NgtStylizableService;
|
|
32
|
-
filterModalBodyStyle: NgtStylizableService;
|
|
33
|
-
private subscriptions;
|
|
34
|
-
constructor(injector: Injector, hostElement: ElementRef, ngtStylizableDirective: NgtStylizableDirective, ngtDataTable: NgtDatatableComponent);
|
|
35
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
36
|
-
ngOnDestroy(): void;
|
|
37
|
-
sort(): Promise<void>;
|
|
38
|
-
enableSearch(event: any): void;
|
|
39
|
-
search(term: any): void;
|
|
40
|
-
customSearch(term: any): void;
|
|
41
|
-
getTooltip(): string;
|
|
42
|
-
private getSortReference;
|
|
43
|
-
private checkDataTable;
|
|
44
|
-
private checkReference;
|
|
45
|
-
private getNextSortDirection;
|
|
46
|
-
private bindNgtStyle;
|
|
47
|
-
private destroySubscriptions;
|
|
48
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgtThComponent, [null, null, { optional: true; self: true; }, { optional: true; skipSelf: true; }]>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtThComponent, "[ngt-th]", never, { "reference": "reference"; "sortReference": "sortReference"; "modalWidth": "modalWidth"; "searchModalOverflow": "searchModalOverflow"; "sortable": "sortable"; "searchable": "searchable"; "hasCustomSearch": "hasCustomSearch"; "searchLabel": "searchLabel"; "searchIcon": "searchIcon"; "sortableTooltip": "sortableTooltip"; }, { "onEnableSearch": "onEnableSearch"; }, never, ["*", "[customSearchHeader]", "[customSearch]"], false, never>;
|
|
50
|
-
}
|
|
51
|
-
export interface NgtSortableTooltip {
|
|
52
|
-
ascending: string;
|
|
53
|
-
descending: string;
|
|
54
|
-
unordered: string;
|
|
55
|
-
}
|
|
1
|
+
import { ElementRef, EventEmitter, Injector, OnChanges, OnDestroy, SimpleChanges, TemplateRef } 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 { NgtInputComponent } from '../../ngt-input/ngt-input.component';
|
|
5
|
+
import { NgtDatatableComponent } from '../ngt-datatable.component';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class NgtThComponent implements OnChanges, OnDestroy {
|
|
8
|
+
private injector;
|
|
9
|
+
private hostElement;
|
|
10
|
+
private ngtStylizableDirective;
|
|
11
|
+
ngtDataTable: NgtDatatableComponent;
|
|
12
|
+
searchInput: NgtInputComponent;
|
|
13
|
+
modal: TemplateRef<any>;
|
|
14
|
+
reference: string;
|
|
15
|
+
sortReference: string;
|
|
16
|
+
modalWidth: string;
|
|
17
|
+
searchModalOverflow: string;
|
|
18
|
+
sortable: boolean;
|
|
19
|
+
searchable: boolean;
|
|
20
|
+
hasCustomSearch: boolean;
|
|
21
|
+
searchLabel: string;
|
|
22
|
+
searchIcon: string;
|
|
23
|
+
sortableTooltip: NgtSortableTooltip;
|
|
24
|
+
onEnableSearch: EventEmitter<any>;
|
|
25
|
+
inputFocused: boolean;
|
|
26
|
+
isCurrentSort: boolean;
|
|
27
|
+
sortDirection: string;
|
|
28
|
+
searchTerm: any;
|
|
29
|
+
customSearchTerm: any;
|
|
30
|
+
ngtStyle: NgtStylizableService;
|
|
31
|
+
filterModalHeaderStyle: NgtStylizableService;
|
|
32
|
+
filterModalBodyStyle: NgtStylizableService;
|
|
33
|
+
private subscriptions;
|
|
34
|
+
constructor(injector: Injector, hostElement: ElementRef, ngtStylizableDirective: NgtStylizableDirective, ngtDataTable: NgtDatatableComponent);
|
|
35
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
36
|
+
ngOnDestroy(): void;
|
|
37
|
+
sort(): Promise<void>;
|
|
38
|
+
enableSearch(event: any): void;
|
|
39
|
+
search(term: any): void;
|
|
40
|
+
customSearch(term: any): void;
|
|
41
|
+
getTooltip(): string;
|
|
42
|
+
private getSortReference;
|
|
43
|
+
private checkDataTable;
|
|
44
|
+
private checkReference;
|
|
45
|
+
private getNextSortDirection;
|
|
46
|
+
private bindNgtStyle;
|
|
47
|
+
private destroySubscriptions;
|
|
48
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtThComponent, [null, null, { optional: true; self: true; }, { optional: true; skipSelf: true; }]>;
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtThComponent, "[ngt-th]", never, { "reference": "reference"; "sortReference": "sortReference"; "modalWidth": "modalWidth"; "searchModalOverflow": "searchModalOverflow"; "sortable": "sortable"; "searchable": "searchable"; "hasCustomSearch": "hasCustomSearch"; "searchLabel": "searchLabel"; "searchIcon": "searchIcon"; "sortableTooltip": "sortableTooltip"; }, { "onEnableSearch": "onEnableSearch"; }, never, ["*", "[customSearchHeader]", "[customSearch]"], false, never>;
|
|
50
|
+
}
|
|
51
|
+
export interface NgtSortableTooltip {
|
|
52
|
+
ascending: string;
|
|
53
|
+
descending: string;
|
|
54
|
+
unordered: string;
|
|
55
|
+
}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { AfterContentInit, ElementRef, Injector, OnDestroy } from '@angular/core';
|
|
2
|
-
import { NgtTranslateService } from '../../../services/http/ngt-translate.service';
|
|
3
|
-
import { NgtStylizableDirective } from '../../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
4
|
-
import { NgtStylizableService } from '../../../services/ngt-stylizable/ngt-stylizable.service';
|
|
5
|
-
import { NgtCheckboxComponent } from '../../ngt-checkbox/ngt-checkbox.component';
|
|
6
|
-
import { NgtDatatableComponent } from '../ngt-datatable.component';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class NgtThCheckComponent implements AfterContentInit, OnDestroy {
|
|
9
|
-
private injector;
|
|
10
|
-
private hostElement;
|
|
11
|
-
private ngtStylizableDirective;
|
|
12
|
-
private ngtDataTable;
|
|
13
|
-
ngtTranslateService: NgtTranslateService;
|
|
14
|
-
ngtCheckbox: NgtCheckboxComponent;
|
|
15
|
-
checked: boolean;
|
|
16
|
-
ngtStyle: NgtStylizableService;
|
|
17
|
-
hasSelectedAllCheckboxes: boolean;
|
|
18
|
-
private subscriptions;
|
|
19
|
-
constructor(injector: Injector, hostElement: ElementRef, ngtStylizableDirective: NgtStylizableDirective, ngtDataTable: NgtDatatableComponent, ngtTranslateService: NgtTranslateService);
|
|
20
|
-
getSelectAllElementsCheckboxStyle(): string;
|
|
21
|
-
hasSelectedAllElements(): boolean;
|
|
22
|
-
canSelectAllFilter(): boolean;
|
|
23
|
-
getPaginationTotal(): number;
|
|
24
|
-
onToggleSelectAllElements(): void;
|
|
25
|
-
ngAfterContentInit(): void;
|
|
26
|
-
ngOnDestroy(): void;
|
|
27
|
-
onCheckboxChange(checked: boolean): void;
|
|
28
|
-
private bindNgtStyle;
|
|
29
|
-
private destroySubscriptions;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgtThCheckComponent, [null, null, { optional: true; self: true; }, { optional: true; skipSelf: true; }, { optional: true; }]>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtThCheckComponent, "[ngt-th-check]", never, {}, {}, never, ["*"], false, never>;
|
|
32
|
-
}
|
|
1
|
+
import { AfterContentInit, ElementRef, Injector, OnDestroy } from '@angular/core';
|
|
2
|
+
import { NgtTranslateService } from '../../../services/http/ngt-translate.service';
|
|
3
|
+
import { NgtStylizableDirective } from '../../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
4
|
+
import { NgtStylizableService } from '../../../services/ngt-stylizable/ngt-stylizable.service';
|
|
5
|
+
import { NgtCheckboxComponent } from '../../ngt-checkbox/ngt-checkbox.component';
|
|
6
|
+
import { NgtDatatableComponent } from '../ngt-datatable.component';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class NgtThCheckComponent implements AfterContentInit, OnDestroy {
|
|
9
|
+
private injector;
|
|
10
|
+
private hostElement;
|
|
11
|
+
private ngtStylizableDirective;
|
|
12
|
+
private ngtDataTable;
|
|
13
|
+
ngtTranslateService: NgtTranslateService;
|
|
14
|
+
ngtCheckbox: NgtCheckboxComponent;
|
|
15
|
+
checked: boolean;
|
|
16
|
+
ngtStyle: NgtStylizableService;
|
|
17
|
+
hasSelectedAllCheckboxes: boolean;
|
|
18
|
+
private subscriptions;
|
|
19
|
+
constructor(injector: Injector, hostElement: ElementRef, ngtStylizableDirective: NgtStylizableDirective, ngtDataTable: NgtDatatableComponent, ngtTranslateService: NgtTranslateService);
|
|
20
|
+
getSelectAllElementsCheckboxStyle(): string;
|
|
21
|
+
hasSelectedAllElements(): boolean;
|
|
22
|
+
canSelectAllFilter(): boolean;
|
|
23
|
+
getPaginationTotal(): number;
|
|
24
|
+
onToggleSelectAllElements(): void;
|
|
25
|
+
ngAfterContentInit(): void;
|
|
26
|
+
ngOnDestroy(): void;
|
|
27
|
+
onCheckboxChange(checked: boolean): void;
|
|
28
|
+
private bindNgtStyle;
|
|
29
|
+
private destroySubscriptions;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtThCheckComponent, [null, null, { optional: true; self: true; }, { optional: true; skipSelf: true; }, { optional: true; }]>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtThCheckComponent, "[ngt-th-check]", never, {}, {}, never, ["*"], false, never>;
|
|
32
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { ElementRef, 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 NgtTheadComponent {
|
|
6
|
-
private injector;
|
|
7
|
-
private hostElement;
|
|
8
|
-
private ngtStylizableDirective;
|
|
9
|
-
ngtStyle: NgtStylizableService;
|
|
10
|
-
constructor(injector: Injector, hostElement: ElementRef, ngtStylizableDirective: NgtStylizableDirective);
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgtTheadComponent, [null, null, { optional: true; self: true; }]>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgtTheadComponent, "[ngt-thead]", never, {}, {}, never, ["*"], false, never>;
|
|
13
|
-
}
|
|
1
|
+
import { ElementRef, 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 NgtTheadComponent {
|
|
6
|
+
private injector;
|
|
7
|
+
private hostElement;
|
|
8
|
+
private ngtStylizableDirective;
|
|
9
|
+
ngtStyle: NgtStylizableService;
|
|
10
|
+
constructor(injector: Injector, hostElement: ElementRef, ngtStylizableDirective: NgtStylizableDirective);
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtTheadComponent, [null, null, { optional: true; self: true; }]>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtTheadComponent, "[ngt-thead]", never, {}, {}, never, ["*"], false, never>;
|
|
13
|
+
}
|