@acorex/data-grid 16.20.7 → 16.20.9

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
@@ -287,6 +287,7 @@ declare class AXDataGridComponent {
287
287
  save(): Promise<void>;
288
288
  private gridApi;
289
289
  private dataSourceSuccessCallback;
290
+ private params;
290
291
  localeText: any;
291
292
  private isInitialLoad;
292
293
  gridOptions: GridOptions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/data-grid",
3
- "version": "16.20.7",
3
+ "version": "16.20.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.5",
6
6
  "@angular/core": "^19.0.5",