@acorex/data-grid 6.5.41 → 6.5.43

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.
@@ -97,7 +97,7 @@ export declare class AXDataGridComponent {
97
97
  getRowHeight(param: any): any;
98
98
  rowClass?: (params: AXGridRowParams) => (string | string[]) | (string | string[]);
99
99
  rtl: boolean;
100
- constructor(ref: ElementRef, cdr: ChangeDetectorRef);
100
+ constructor(ref: ElementRef<HTMLDivElement>, cdr: ChangeDetectorRef);
101
101
  private calcHeight;
102
102
  private get intenalGridDataSource();
103
103
  getMainMenuItems(e: any): string[];
@@ -137,6 +137,7 @@ export declare class AXDataGridComponent {
137
137
  internalGridSizeChanged(e: GridSizeChangedEvent): void;
138
138
  internalGridFirstDataRendered(e: FirstDataRenderedEvent): void;
139
139
  private performSizeColumnsToFit;
140
+ private handlePageSize;
140
141
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDataGridComponent, never>;
141
142
  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
143
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/data-grid",
3
- "version": "6.5.41",
3
+ "version": "6.5.43",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.3.8",
6
6
  "@angular/core": "^13.3.8",