@acorex/data-grid 16.18.32 → 16.18.34
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/esm2022/lib/data-grid/columns/column.component.mjs +4 -2
- package/esm2022/lib/data-grid/columns/row-number-column.component.mjs +19 -6
- package/esm2022/lib/data-grid/datagrid.component.mjs +13 -1
- package/esm2022/lib/data-lov/data-lov.component.mjs +2 -1
- package/fesm2022/acorex-data-grid.mjs +34 -6
- package/fesm2022/acorex-data-grid.mjs.map +1 -1
- package/lib/data-lov/data-lov.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -8,6 +8,7 @@ export declare class AXLOVComponent extends AXValidatableComponent implements AX
|
|
|
8
8
|
private _validation;
|
|
9
9
|
get validation(): AXValidation;
|
|
10
10
|
set validation(v: AXValidation);
|
|
11
|
+
componentName: string;
|
|
11
12
|
constructor(popup: AXPopupService, ref: ElementRef);
|
|
12
13
|
selectBox: AXSelectBoxComponent;
|
|
13
14
|
dataSource: AXDataSourceComponent;
|