@acorex/data-grid 16.20.0 → 16.20.1

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.
package/index.d.ts CHANGED
@@ -143,7 +143,7 @@ declare class AXGridCommandColumn extends AXGridDataColumn {
143
143
  static ɵcmp: i0.ɵɵComponentDeclaration<AXGridCommandColumn, "ax-command-column", never, { "items": { "alias": "items"; "required": false; }; }, { "onItemClick": "onItemClick"; }, never, never, false, never>;
144
144
  }
145
145
  declare class CommandRenderer implements ICellRendererAngularComp {
146
- items: AXMenuItem[] | AXGridRowCommandFunction;
146
+ items: AXMenuItem[] | AXGridRowCommandFunction | any;
147
147
  node: any;
148
148
  private clickCallback;
149
149
  constructor();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/data-grid",
3
- "version": "16.20.0",
3
+ "version": "16.20.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.5",
6
6
  "@angular/core": "^19.0.5",