@acorex/data-grid 16.18.1 → 16.18.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,9 @@
1
- import { AXGridDataColumn } from './column.component';
1
+ import { AXMenuItem } from '@acorex/core';
2
2
  import { EventEmitter } from '@angular/core';
3
+ import { ICellRendererAngularComp } from 'ag-grid-angular';
3
4
  import { ICellRendererParams } from 'ag-grid-community';
4
5
  import { AXGridRowCommandEvent } from '../datagrid.events';
5
- import { AXMenuItem } from '@acorex/core';
6
- import { ICellRendererAngularComp } from 'ag-grid-angular';
6
+ import { AXGridDataColumn } from './column.component';
7
7
  import * as i0 from "@angular/core";
8
8
  export type AXGridRowCommandFunction = (row: any) => AXMenuItem[];
9
9
  export declare class AXGridCommandColumn extends AXGridDataColumn {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/data-grid",
3
- "version": "16.18.1",
3
+ "version": "16.18.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",