@acorex/data-grid 6.6.9 → 6.6.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -79,7 +79,7 @@ export declare class AXDataGridComponent {
79
79
  get columns(): AXGridDataColumn[];
80
80
  set columns(val: AXGridDataColumn[]);
81
81
  defaultColDef: any;
82
- rowHeight: any;
82
+ rowHeight: number;
83
83
  searchInput: AXToolbarSearchComponent;
84
84
  toolbar: AXToolbarComponent;
85
85
  rowTemplate: AXDataGridRowTemplateComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/data-grid",
3
- "version": "6.6.9",
3
+ "version": "6.6.10",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.0",
6
6
  "@angular/core": "^16.2.0",