@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/fesm2022/acorex-data-grid.mjs +39 -39
- package/fesm2022/acorex-data-grid.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
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();
|