@acorex/data-grid 6.5.38 → 6.5.40
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/lib/data-grid/datagrid.component.mjs +9 -7
- package/esm2020/lib/data-lov/data-lov-popup/data-lov-popup.component.mjs +1 -1
- package/fesm2015/acorex-data-grid.mjs +9 -7
- package/fesm2015/acorex-data-grid.mjs.map +1 -1
- package/fesm2020/acorex-data-grid.mjs +9 -7
- package/fesm2020/acorex-data-grid.mjs.map +1 -1
- package/lib/data-grid/datagrid.component.d.ts +3 -3
- package/package.json +1 -1
@@ -46,8 +46,6 @@ export declare class AXDataGridComponent {
|
|
46
46
|
gridView: boolean;
|
47
47
|
groupSelectsChildren: boolean;
|
48
48
|
oldSelectionNodes: any[];
|
49
|
-
paginationAutoPageSize: boolean;
|
50
|
-
paginationPageSize: number;
|
51
49
|
remoteOperation: boolean;
|
52
50
|
rowMultiSelectWithClick: boolean;
|
53
51
|
suppressRowClickSelection: boolean;
|
@@ -55,6 +53,8 @@ export declare class AXDataGridComponent {
|
|
55
53
|
sizeColumnsToFit: boolean;
|
56
54
|
showCheckBox: boolean;
|
57
55
|
floatingFilter: boolean;
|
56
|
+
paginationAutoPageSize: boolean;
|
57
|
+
paginationPageSize: number;
|
58
58
|
cacheBlockSize: number;
|
59
59
|
autoGroupColumnDef: any;
|
60
60
|
selectionMode: 'single' | 'multiple';
|
@@ -138,5 +138,5 @@ export declare class AXDataGridComponent {
|
|
138
138
|
internalGridFirstDataRendered(e: FirstDataRenderedEvent): void;
|
139
139
|
private performSizeColumnsToFit;
|
140
140
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDataGridComponent, never>;
|
141
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXDataGridComponent, "ax-data-grid", never, { "remoteOperation": "remoteOperation"; "rowMultiSelectWithClick": "rowMultiSelectWithClick"; "suppressRowClickSelection": "suppressRowClickSelection"; "suppressCellSelection": "suppressCellSelection"; "sizeColumnsToFit": "sizeColumnsToFit"; "showCheckBox": "showCheckBox"; "floatingFilter": "floatingFilter"; "
|
141
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXDataGridComponent, "ax-data-grid", never, { "remoteOperation": "remoteOperation"; "rowMultiSelectWithClick": "rowMultiSelectWithClick"; "suppressRowClickSelection": "suppressRowClickSelection"; "suppressCellSelection": "suppressCellSelection"; "sizeColumnsToFit": "sizeColumnsToFit"; "showCheckBox": "showCheckBox"; "floatingFilter": "floatingFilter"; "paginationAutoPageSize": "paginationAutoPageSize"; "paginationPageSize": "paginationPageSize"; "selectionMode": "selectionMode"; "pagination": "pagination"; "selectRow": "selectRow"; "rowGroupPanelShow": "rowGroupPanelShow"; "loadOnInit": "loadOnInit"; "keyField": "keyField"; "hasChildField": "hasChildField"; "searchText": "searchText"; "filter": "filter"; "columns": "columns"; "rowHeight": "rowHeight"; "dataSource": "dataSource"; "groupHideOpenParents": "groupHideOpenParents"; "rowClass": "rowClass"; "rtl": "rtl"; }, { "columnsChange": "columnsChange"; "cellClick": "cellClick"; "cellDbClick": "cellDbClick"; "cellFocuse": "cellFocuse"; "rowClick": "rowClick"; "rowDbClick": "rowDbClick"; "selectionChanged": "selectionChanged"; "rowSelectionChange": "rowSelectionChange"; "onRowSelectionChanged": "onRowSelectionChanged"; }, ["searchInput", "toolbar", "rowTemplate", "gridDetailTemplate", "_contentDataSource", "_inlineColumns"], ["ax-toolbar"]>;
|
142
142
|
}
|