ids-enterprise-typings 13.4.1 → 13.5.0

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.
@@ -1295,6 +1295,12 @@ interface SohoDataGridStatic {
1295
1295
  */
1296
1296
  cellNode(row: number, cell: number, includeGroups: boolean): any;
1297
1297
 
1298
+ /**
1299
+ * Expand Detail Row Or Tree Row
1300
+ * @param {number} dataRowIndex The row to toggle
1301
+ */
1302
+ toggleRowDetail(dataRowIndex: number): void;
1303
+
1298
1304
  /**
1299
1305
  * Destructor,
1300
1306
  */
@@ -1345,9 +1351,8 @@ type SohoDataGridSelectedEventType = 'deselectall' | 'selectall' | 'select' | 'd
1345
1351
  interface SohoDataGridSelectedEvent {
1346
1352
  e: JQuery.TriggeredEvent;
1347
1353
  rows: SohoDataGridSelectedRow[];
1348
-
1349
- /** What was the action that caused the event? */
1350
1354
  type: SohoDataGridSelectedEventType;
1355
+ rowData?: SohoDataGridSelectedRow[] | SohoDataGridSelectedRow;
1351
1356
  }
1352
1357
 
1353
1358
  interface SohoDataGridCellChangeEvent {
@@ -57,6 +57,8 @@ interface SohoTextAreaStatic {
57
57
 
58
58
  destroy(): void;
59
59
 
60
+ updated(settings: SohoTextAreaOptions): void;
61
+
60
62
  updateCounter(): void;
61
63
 
62
64
  autoGrow(): void;
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.5.0",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "dependencies": {