@annalib/anna-core 2.4.6 → 2.6.1
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/esm2020/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.mjs +4 -4
- package/esm2020/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.mjs +4 -4
- package/esm2020/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.mjs +4 -4
- package/esm2020/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.mjs +4 -4
- package/esm2020/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.mjs +4 -4
- package/esm2020/lib/anna-core-shared-lib/constants/shared.constant.mjs +1 -1
- package/esm2020/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.mjs +1 -1
- package/esm2020/lib/anna-core-shared-lib/services/anna-date-time-format.service.mjs +1 -5
- package/esm2020/lib/anna-generic-table-lib/anna-generic-table-lib.module.mjs +1 -5
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +42 -81
- package/esm2020/src/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.mjs +4 -4
- package/esm2020/src/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.mjs +4 -4
- package/esm2020/src/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.mjs +4 -4
- package/esm2020/src/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.mjs +4 -4
- package/esm2020/src/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.mjs +4 -4
- package/esm2020/src/lib/anna-core-shared-lib/constants/shared.constant.mjs +1 -1
- package/esm2020/src/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.mjs +1 -1
- package/esm2020/src/lib/anna-core-shared-lib/services/anna-date-time-format.service.mjs +1 -5
- package/esm2020/src/lib/anna-generic-table-lib/anna-generic-table-lib.module.mjs +1 -5
- package/esm2020/src/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +42 -81
- package/fesm2015/annalib-anna-core-src-lib-anna-core-shared-lib.mjs +10 -14
- package/fesm2015/annalib-anna-core-src-lib-anna-core-shared-lib.mjs.map +1 -1
- package/fesm2015/annalib-anna-core-src-lib-anna-generic-table-lib.mjs +42 -85
- package/fesm2015/annalib-anna-core-src-lib-anna-generic-table-lib.mjs.map +1 -1
- package/fesm2015/annalib-anna-core.mjs +53 -100
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core-src-lib-anna-core-shared-lib.mjs +10 -14
- package/fesm2020/annalib-anna-core-src-lib-anna-core-shared-lib.mjs.map +1 -1
- package/fesm2020/annalib-anna-core-src-lib-anna-generic-table-lib.mjs +42 -85
- package/fesm2020/annalib-anna-core-src-lib-anna-generic-table-lib.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +53 -100
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.d.ts +1 -0
- package/lib/anna-generic-table-lib/anna-generic-table-lib.module.d.ts +2 -3
- package/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +4 -11
- package/package.json +1 -1
- package/src/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.d.ts +1 -0
- package/src/lib/anna-generic-table-lib/anna-generic-table-lib.module.d.ts +2 -3
- package/src/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +4 -11
|
@@ -43,6 +43,7 @@ export interface IGtGeneralConfig extends ISpotTableConfig {
|
|
|
43
43
|
multiWeekPickerConfig?: IWeekCalendar;
|
|
44
44
|
verticalScrollOffsetForFilterTooltip?: number;
|
|
45
45
|
tableContainerName?: string;
|
|
46
|
+
tableOuterContainerName?: string;
|
|
46
47
|
showAllColumnFilter: boolean;
|
|
47
48
|
bufferSize: number;
|
|
48
49
|
page: string;
|
|
@@ -13,10 +13,9 @@ import * as i11 from "@angular-slider/ngx-slider";
|
|
|
13
13
|
import * as i12 from "ngx-skeleton-loader";
|
|
14
14
|
import * as i13 from "@angular/material/table";
|
|
15
15
|
import * as i14 from "@angular/material/radio";
|
|
16
|
-
import * as i15 from "@
|
|
17
|
-
import * as i16 from "@annalib/anna-core/src/lib/anna-core-shared-lib";
|
|
16
|
+
import * as i15 from "@annalib/anna-core/src/lib/anna-core-shared-lib";
|
|
18
17
|
export declare class AnnaGenericTableLibModule {
|
|
19
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaGenericTableLibModule, never>;
|
|
20
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AnnaGenericTableLibModule, [typeof i1.AnnaNonEditableGenericTableComponent, typeof i2.AnnaSortComponent, typeof i3.AnnaTableVirtualScrollViewportComponent, typeof i4.AnnaFixedRowSizeTableVirtualScrollStrategyDirective, typeof i5.AnnaVirtualTableDirective], [typeof i6.CommonModule, typeof i7.NgbModule, typeof i8.AnnaDropdownLibModule, typeof i9.MatButtonToggleModule, typeof i10.FormsModule, typeof i11.NgxSliderModule, typeof i12.NgxSkeletonLoaderModule, typeof i13.MatTableModule, typeof i14.MatRadioModule, typeof i15.
|
|
19
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AnnaGenericTableLibModule, [typeof i1.AnnaNonEditableGenericTableComponent, typeof i2.AnnaSortComponent, typeof i3.AnnaTableVirtualScrollViewportComponent, typeof i4.AnnaFixedRowSizeTableVirtualScrollStrategyDirective, typeof i5.AnnaVirtualTableDirective], [typeof i6.CommonModule, typeof i7.NgbModule, typeof i8.AnnaDropdownLibModule, typeof i9.MatButtonToggleModule, typeof i10.FormsModule, typeof i11.NgxSliderModule, typeof i12.NgxSkeletonLoaderModule, typeof i13.MatTableModule, typeof i14.MatRadioModule, typeof i15.AnnaCoreSharedLibModule], [typeof i1.AnnaNonEditableGenericTableComponent, typeof i2.AnnaSortComponent, typeof i3.AnnaTableVirtualScrollViewportComponent, typeof i4.AnnaFixedRowSizeTableVirtualScrollStrategyDirective, typeof i5.AnnaVirtualTableDirective]>;
|
|
21
20
|
static ɵinj: i0.ɵɵInjectorDeclaration<AnnaGenericTableLibModule>;
|
|
22
21
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { OnInit, QueryList, EventEmitter, SimpleChanges, OnChanges, ChangeDetectorRef, ElementRef, AfterViewChecked } from '@angular/core';
|
|
2
2
|
import moment from "moment";
|
|
3
3
|
import { Options } from '@angular-slider/ngx-slider';
|
|
4
|
+
import { AnnaSortComponent } from '../anna-sort/anna-sort.component';
|
|
4
5
|
import { SellerGroupHierarchy, IWeekCalendar, TooltipModel, AnnaSortService, AnnaDateTimeFormatService, NgbDateType, AnnaFilterService, IGtGeneralConfig, IGtTableHeader, ITotalRowInfo, AnnaGenericTableService, SortType, IHeaderInfo, radioButtonModel, GtColumnIconEmittedData } from "@annalib/anna-core/src/lib/anna-core-shared-lib";
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnChanges, AfterViewChecked {
|
|
@@ -25,7 +26,6 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
|
|
|
25
26
|
tableClass: string;
|
|
26
27
|
maximumRowsWhichCanBeRenderedWithoutScroll: number;
|
|
27
28
|
includeBorderInTableHeight: boolean;
|
|
28
|
-
limit: number;
|
|
29
29
|
toggleCheckbox: EventEmitter<any>;
|
|
30
30
|
toggleRowCheckbox: EventEmitter<any>;
|
|
31
31
|
toggleHeaderCheckbox: EventEmitter<any>;
|
|
@@ -96,6 +96,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
|
|
|
96
96
|
};
|
|
97
97
|
sellerGroupHierarchy: SellerGroupHierarchy[];
|
|
98
98
|
showFilterTooltipTabs: boolean;
|
|
99
|
+
sortComponent: QueryList<AnnaSortComponent>;
|
|
99
100
|
isScrolledLeft: boolean;
|
|
100
101
|
rowBorderWidth: number;
|
|
101
102
|
showSortComponent: boolean;
|
|
@@ -126,10 +127,6 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
|
|
|
126
127
|
isSortChanged: boolean;
|
|
127
128
|
isDifferenceLessThan25Percent: boolean;
|
|
128
129
|
incorrectSliderInput: boolean;
|
|
129
|
-
start: number;
|
|
130
|
-
end: number;
|
|
131
|
-
renderedData: any[];
|
|
132
|
-
heightOfCheckboxTooltipFilter: number;
|
|
133
130
|
constructor(cdRef: ChangeDetectorRef, annaSortService: AnnaSortService, annaDateTimeFormatService: AnnaDateTimeFormatService, annaFilterService: AnnaFilterService, annaGenericTableService: AnnaGenericTableService);
|
|
134
131
|
ngAfterViewChecked(): void;
|
|
135
132
|
ngOnInit(): void;
|
|
@@ -205,6 +202,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
|
|
|
205
202
|
sortedData(event: any): void;
|
|
206
203
|
checkIfSortingIsApplied(): void;
|
|
207
204
|
disableEnableEachColumnTooltipIcon(): void;
|
|
205
|
+
ngAfterViewInit(): void;
|
|
208
206
|
setMarginLeftForFilterIcon(): void;
|
|
209
207
|
dataRowClicked(rowData: any): void;
|
|
210
208
|
radioButtonClicked(data: any, action: string, isDisabled: boolean): void;
|
|
@@ -241,12 +239,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
|
|
|
241
239
|
trackByTooltipModelId(index: number, item: TooltipModel): number;
|
|
242
240
|
setActiveStateObject(): void;
|
|
243
241
|
setIsDifference(value: boolean): void;
|
|
244
|
-
resetIndex(): void;
|
|
245
|
-
onTableContainerScroll(e: any): void;
|
|
246
|
-
getTableData(start: number, end: number): any[];
|
|
247
|
-
updateIndex(): void;
|
|
248
|
-
setInitialRowsForTable(): void;
|
|
249
242
|
tableContainerScrolled(event: any): void;
|
|
250
243
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNonEditableGenericTableComponent, never>;
|
|
251
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNonEditableGenericTableComponent, "anna-core-non-editable-generic-table-lib", never, { "showSkeletonLoading": "showSkeletonLoading"; "tableHeaders": "tableHeaders"; "tableData": "tableData"; "clonedTableData": "clonedTableData"; "numberOfSkeletonRows": "numberOfSkeletonRows"; "numberOfSkeletonColumns": "numberOfSkeletonColumns"; "gtGeneralConfig": "gtGeneralConfig"; "totalRowInfo": "totalRowInfo"; "gtDimension": "gtDimension"; "tableClass": "tableClass"; "maximumRowsWhichCanBeRenderedWithoutScroll": "maximumRowsWhichCanBeRenderedWithoutScroll"; "includeBorderInTableHeight": "includeBorderInTableHeight";
|
|
244
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNonEditableGenericTableComponent, "anna-core-non-editable-generic-table-lib", never, { "showSkeletonLoading": "showSkeletonLoading"; "tableHeaders": "tableHeaders"; "tableData": "tableData"; "clonedTableData": "clonedTableData"; "numberOfSkeletonRows": "numberOfSkeletonRows"; "numberOfSkeletonColumns": "numberOfSkeletonColumns"; "gtGeneralConfig": "gtGeneralConfig"; "totalRowInfo": "totalRowInfo"; "gtDimension": "gtDimension"; "tableClass": "tableClass"; "maximumRowsWhichCanBeRenderedWithoutScroll": "maximumRowsWhichCanBeRenderedWithoutScroll"; "includeBorderInTableHeight": "includeBorderInTableHeight"; }, { "toggleCheckbox": "toggleCheckbox"; "toggleRowCheckbox": "toggleRowCheckbox"; "toggleHeaderCheckbox": "toggleHeaderCheckbox"; "undoIconClicked": "undoIconClicked"; "filterAppliedToTable": "filterAppliedToTable"; "sortingAppliedToTable": "sortingAppliedToTable"; "rowClicked": "rowClicked"; "radioButtonSelected": "radioButtonSelected"; "columnFilterOpened": "columnFilterOpened"; "columnFilterClosed": "columnFilterClosed"; "gtIconClicked": "gtIconClicked"; "gtSVGIconClicked": "gtSVGIconClicked"; "gtTextActionClicked": "gtTextActionClicked"; "gtViewDetailClicked": "gtViewDetailClicked"; }, never, never>;
|
|
252
245
|
}
|
package/package.json
CHANGED
|
@@ -43,6 +43,7 @@ export interface IGtGeneralConfig extends ISpotTableConfig {
|
|
|
43
43
|
multiWeekPickerConfig?: IWeekCalendar;
|
|
44
44
|
verticalScrollOffsetForFilterTooltip?: number;
|
|
45
45
|
tableContainerName?: string;
|
|
46
|
+
tableOuterContainerName?: string;
|
|
46
47
|
showAllColumnFilter: boolean;
|
|
47
48
|
bufferSize: number;
|
|
48
49
|
page: string;
|
|
@@ -13,10 +13,9 @@ import * as i11 from "@angular-slider/ngx-slider";
|
|
|
13
13
|
import * as i12 from "ngx-skeleton-loader";
|
|
14
14
|
import * as i13 from "@angular/material/table";
|
|
15
15
|
import * as i14 from "@angular/material/radio";
|
|
16
|
-
import * as i15 from "@
|
|
17
|
-
import * as i16 from "@annalib/anna-core/src/lib/anna-core-shared-lib";
|
|
16
|
+
import * as i15 from "@annalib/anna-core/src/lib/anna-core-shared-lib";
|
|
18
17
|
export declare class AnnaGenericTableLibModule {
|
|
19
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaGenericTableLibModule, never>;
|
|
20
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AnnaGenericTableLibModule, [typeof i1.AnnaNonEditableGenericTableComponent, typeof i2.AnnaSortComponent, typeof i3.AnnaTableVirtualScrollViewportComponent, typeof i4.AnnaFixedRowSizeTableVirtualScrollStrategyDirective, typeof i5.AnnaVirtualTableDirective], [typeof i6.CommonModule, typeof i7.NgbModule, typeof i8.AnnaDropdownLibModule, typeof i9.MatButtonToggleModule, typeof i10.FormsModule, typeof i11.NgxSliderModule, typeof i12.NgxSkeletonLoaderModule, typeof i13.MatTableModule, typeof i14.MatRadioModule, typeof i15.
|
|
19
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AnnaGenericTableLibModule, [typeof i1.AnnaNonEditableGenericTableComponent, typeof i2.AnnaSortComponent, typeof i3.AnnaTableVirtualScrollViewportComponent, typeof i4.AnnaFixedRowSizeTableVirtualScrollStrategyDirective, typeof i5.AnnaVirtualTableDirective], [typeof i6.CommonModule, typeof i7.NgbModule, typeof i8.AnnaDropdownLibModule, typeof i9.MatButtonToggleModule, typeof i10.FormsModule, typeof i11.NgxSliderModule, typeof i12.NgxSkeletonLoaderModule, typeof i13.MatTableModule, typeof i14.MatRadioModule, typeof i15.AnnaCoreSharedLibModule], [typeof i1.AnnaNonEditableGenericTableComponent, typeof i2.AnnaSortComponent, typeof i3.AnnaTableVirtualScrollViewportComponent, typeof i4.AnnaFixedRowSizeTableVirtualScrollStrategyDirective, typeof i5.AnnaVirtualTableDirective]>;
|
|
21
20
|
static ɵinj: i0.ɵɵInjectorDeclaration<AnnaGenericTableLibModule>;
|
|
22
21
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { OnInit, QueryList, EventEmitter, SimpleChanges, OnChanges, ChangeDetectorRef, ElementRef, AfterViewChecked } from '@angular/core';
|
|
2
2
|
import moment from "moment";
|
|
3
3
|
import { Options } from '@angular-slider/ngx-slider';
|
|
4
|
+
import { AnnaSortComponent } from '../anna-sort/anna-sort.component';
|
|
4
5
|
import { SellerGroupHierarchy, IWeekCalendar, TooltipModel, AnnaSortService, AnnaDateTimeFormatService, NgbDateType, AnnaFilterService, IGtGeneralConfig, IGtTableHeader, ITotalRowInfo, AnnaGenericTableService, SortType, IHeaderInfo, radioButtonModel, GtColumnIconEmittedData } from "@annalib/anna-core/src/lib/anna-core-shared-lib";
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnChanges, AfterViewChecked {
|
|
@@ -25,7 +26,6 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
|
|
|
25
26
|
tableClass: string;
|
|
26
27
|
maximumRowsWhichCanBeRenderedWithoutScroll: number;
|
|
27
28
|
includeBorderInTableHeight: boolean;
|
|
28
|
-
limit: number;
|
|
29
29
|
toggleCheckbox: EventEmitter<any>;
|
|
30
30
|
toggleRowCheckbox: EventEmitter<any>;
|
|
31
31
|
toggleHeaderCheckbox: EventEmitter<any>;
|
|
@@ -96,6 +96,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
|
|
|
96
96
|
};
|
|
97
97
|
sellerGroupHierarchy: SellerGroupHierarchy[];
|
|
98
98
|
showFilterTooltipTabs: boolean;
|
|
99
|
+
sortComponent: QueryList<AnnaSortComponent>;
|
|
99
100
|
isScrolledLeft: boolean;
|
|
100
101
|
rowBorderWidth: number;
|
|
101
102
|
showSortComponent: boolean;
|
|
@@ -126,10 +127,6 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
|
|
|
126
127
|
isSortChanged: boolean;
|
|
127
128
|
isDifferenceLessThan25Percent: boolean;
|
|
128
129
|
incorrectSliderInput: boolean;
|
|
129
|
-
start: number;
|
|
130
|
-
end: number;
|
|
131
|
-
renderedData: any[];
|
|
132
|
-
heightOfCheckboxTooltipFilter: number;
|
|
133
130
|
constructor(cdRef: ChangeDetectorRef, annaSortService: AnnaSortService, annaDateTimeFormatService: AnnaDateTimeFormatService, annaFilterService: AnnaFilterService, annaGenericTableService: AnnaGenericTableService);
|
|
134
131
|
ngAfterViewChecked(): void;
|
|
135
132
|
ngOnInit(): void;
|
|
@@ -205,6 +202,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
|
|
|
205
202
|
sortedData(event: any): void;
|
|
206
203
|
checkIfSortingIsApplied(): void;
|
|
207
204
|
disableEnableEachColumnTooltipIcon(): void;
|
|
205
|
+
ngAfterViewInit(): void;
|
|
208
206
|
setMarginLeftForFilterIcon(): void;
|
|
209
207
|
dataRowClicked(rowData: any): void;
|
|
210
208
|
radioButtonClicked(data: any, action: string, isDisabled: boolean): void;
|
|
@@ -241,12 +239,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
|
|
|
241
239
|
trackByTooltipModelId(index: number, item: TooltipModel): number;
|
|
242
240
|
setActiveStateObject(): void;
|
|
243
241
|
setIsDifference(value: boolean): void;
|
|
244
|
-
resetIndex(): void;
|
|
245
|
-
onTableContainerScroll(e: any): void;
|
|
246
|
-
getTableData(start: number, end: number): any[];
|
|
247
|
-
updateIndex(): void;
|
|
248
|
-
setInitialRowsForTable(): void;
|
|
249
242
|
tableContainerScrolled(event: any): void;
|
|
250
243
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNonEditableGenericTableComponent, never>;
|
|
251
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNonEditableGenericTableComponent, "anna-core-non-editable-generic-table-lib", never, { "showSkeletonLoading": "showSkeletonLoading"; "tableHeaders": "tableHeaders"; "tableData": "tableData"; "clonedTableData": "clonedTableData"; "numberOfSkeletonRows": "numberOfSkeletonRows"; "numberOfSkeletonColumns": "numberOfSkeletonColumns"; "gtGeneralConfig": "gtGeneralConfig"; "totalRowInfo": "totalRowInfo"; "gtDimension": "gtDimension"; "tableClass": "tableClass"; "maximumRowsWhichCanBeRenderedWithoutScroll": "maximumRowsWhichCanBeRenderedWithoutScroll"; "includeBorderInTableHeight": "includeBorderInTableHeight";
|
|
244
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNonEditableGenericTableComponent, "anna-core-non-editable-generic-table-lib", never, { "showSkeletonLoading": "showSkeletonLoading"; "tableHeaders": "tableHeaders"; "tableData": "tableData"; "clonedTableData": "clonedTableData"; "numberOfSkeletonRows": "numberOfSkeletonRows"; "numberOfSkeletonColumns": "numberOfSkeletonColumns"; "gtGeneralConfig": "gtGeneralConfig"; "totalRowInfo": "totalRowInfo"; "gtDimension": "gtDimension"; "tableClass": "tableClass"; "maximumRowsWhichCanBeRenderedWithoutScroll": "maximumRowsWhichCanBeRenderedWithoutScroll"; "includeBorderInTableHeight": "includeBorderInTableHeight"; }, { "toggleCheckbox": "toggleCheckbox"; "toggleRowCheckbox": "toggleRowCheckbox"; "toggleHeaderCheckbox": "toggleHeaderCheckbox"; "undoIconClicked": "undoIconClicked"; "filterAppliedToTable": "filterAppliedToTable"; "sortingAppliedToTable": "sortingAppliedToTable"; "rowClicked": "rowClicked"; "radioButtonSelected": "radioButtonSelected"; "columnFilterOpened": "columnFilterOpened"; "columnFilterClosed": "columnFilterClosed"; "gtIconClicked": "gtIconClicked"; "gtSVGIconClicked": "gtSVGIconClicked"; "gtTextActionClicked": "gtTextActionClicked"; "gtViewDetailClicked": "gtViewDetailClicked"; }, never, never>;
|
|
252
245
|
}
|