@acorex/data-grid 16.18.32 → 16.18.34

Sign up to get free protection for your applications and to get access to all the features.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/data-grid",
3
- "version": "16.18.32",
3
+ "version": "16.18.34",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",