@acorex/data-grid 6.5.55 → 6.5.56

Sign up to get free protection for your applications and to get access to all the features.
@@ -48,7 +48,6 @@ export declare class AXDataGridComponent {
48
48
  oldSelectionNodes: any[];
49
49
  paginationAutoPageSize: boolean;
50
50
  paginationPageSize: number;
51
- cacheBlockSize: number;
52
51
  remoteOperation: boolean;
53
52
  rowMultiSelectWithClick: boolean;
54
53
  suppressRowClickSelection: boolean;
@@ -56,6 +55,7 @@ export declare class AXDataGridComponent {
56
55
  sizeColumnsToFit: boolean;
57
56
  showCheckBox: boolean;
58
57
  floatingFilter: boolean;
58
+ cacheBlockSize: number;
59
59
  autoGroupColumnDef: any;
60
60
  selectionMode: 'single' | 'multiple';
61
61
  pagination: boolean;
@@ -94,9 +94,10 @@ export declare class AXDataGridComponent {
94
94
  selectionChanged: EventEmitter<AXDataGridSelectionChangeEvent>;
95
95
  rowSelectionChange: EventEmitter<AXDataGridSelectionChangeEvent>;
96
96
  onRowSelectionChanged: EventEmitter<AXDataGridRowSelectionChangeEvent>;
97
+ getRowHeight(param: any): any;
97
98
  rowClass?: (params: AXGridRowParams) => (string | string[]) | (string | string[]);
98
99
  rtl: boolean;
99
- constructor(ref: ElementRef<HTMLDivElement>, cdr: ChangeDetectorRef);
100
+ constructor(ref: ElementRef, cdr: ChangeDetectorRef);
100
101
  private calcHeight;
101
102
  private get intenalGridDataSource();
102
103
  getMainMenuItems(e: any): string[];
@@ -136,7 +137,6 @@ export declare class AXDataGridComponent {
136
137
  internalGridSizeChanged(e: GridSizeChangedEvent): void;
137
138
  internalGridFirstDataRendered(e: FirstDataRenderedEvent): void;
138
139
  private performSizeColumnsToFit;
139
- private handlePageSize;
140
140
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDataGridComponent, never>;
141
- static ɵcmp: i0.ɵɵComponentDeclaration<AXDataGridComponent, "ax-data-grid", never, { "paginationAutoPageSize": "paginationAutoPageSize"; "paginationPageSize": "paginationPageSize"; "remoteOperation": "remoteOperation"; "rowMultiSelectWithClick": "rowMultiSelectWithClick"; "suppressRowClickSelection": "suppressRowClickSelection"; "suppressCellSelection": "suppressCellSelection"; "sizeColumnsToFit": "sizeColumnsToFit"; "showCheckBox": "showCheckBox"; "floatingFilter": "floatingFilter"; "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"]>;
141
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXDataGridComponent, "ax-data-grid", never, { "remoteOperation": "remoteOperation"; "rowMultiSelectWithClick": "rowMultiSelectWithClick"; "suppressRowClickSelection": "suppressRowClickSelection"; "suppressCellSelection": "suppressCellSelection"; "sizeColumnsToFit": "sizeColumnsToFit"; "showCheckBox": "showCheckBox"; "floatingFilter": "floatingFilter"; "cacheBlockSize": "cacheBlockSize"; "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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/data-grid",
3
- "version": "6.5.55",
3
+ "version": "6.5.56",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.3.8",
6
6
  "@angular/core": "^13.3.8",