ids-enterprise-typings 13.4.2 → 13.5.1

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
  */
@@ -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.2",
4
+ "version": "13.5.1",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "dependencies": {