ids-enterprise-typings 13.4.1 → 13.4.4

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.
@@ -1345,9 +1345,8 @@ type SohoDataGridSelectedEventType = 'deselectall' | 'selectall' | 'select' | 'd
1345
1345
  interface SohoDataGridSelectedEvent {
1346
1346
  e: JQuery.TriggeredEvent;
1347
1347
  rows: SohoDataGridSelectedRow[];
1348
-
1349
- /** What was the action that caused the event? */
1350
1348
  type: SohoDataGridSelectedEventType;
1349
+ rowData?: SohoDataGridSelectedRow[] | SohoDataGridSelectedRow;
1351
1350
  }
1352
1351
 
1353
1352
  interface SohoDataGridCellChangeEvent {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ids-enterprise-typings",
3
3
  "slug": "ids-enterprise-typings",
4
- "version": "13.4.1",
4
+ "version": "13.4.4",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "dependencies": {