ids-enterprise-typings 18.2.1 → 18.2.2

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.
@@ -1435,9 +1435,9 @@ interface SohoDataGridSelectedEvent {
1435
1435
  rowData?: SohoDataGridSelectedRow[] | SohoDataGridSelectedRow;
1436
1436
  }
1437
1437
 
1438
- interface SohoDataGridCellChangeEvent<T = Object> {
1438
+ interface SohoDataGridCellChangeEvent {
1439
1439
  api?: any;
1440
- rowData?: T;
1440
+ rowData?: any;
1441
1441
  row?: number;
1442
1442
  relativeRow?: number;
1443
1443
  cell?: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ids-enterprise-typings",
3
3
  "slug": "ids-enterprise-typings",
4
- "version": "18.2.1",
4
+ "version": "18.2.2",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "dependencies": {