@acorex/data-grid 6.5.44 → 6.5.45

Sign up to get free protection for your applications and to get access to all the features.
@@ -94,7 +94,7 @@ 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
+ getRowHeight(param: any): void;
98
98
  rowClass?: (params: AXGridRowParams) => (string | string[]) | (string | string[]);
99
99
  rtl: boolean;
100
100
  constructor(ref: ElementRef<HTMLDivElement>, cdr: ChangeDetectorRef);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/data-grid",
3
- "version": "6.5.44",
3
+ "version": "6.5.45",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.3.8",
6
6
  "@angular/core": "^13.3.8",