ids-enterprise-typings 18.2.7 → 18.2.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.
@@ -1226,7 +1226,11 @@ interface SohoDataGridStatic {
1226
1226
  */
1227
1227
  toggleRowSelection(idx: number): void;
1228
1228
 
1229
- setActiveCell(idx: number, idx2: number): void;
1229
+ /** Set active cell. nodeFocus to true to force focus on cell, default is false */
1230
+ setActiveCell(row: number, cell: number, nodeFocus?: boolean): void;
1231
+
1232
+ /** Scroll into row */
1233
+ scrollRowIntoView(row: number): void;
1230
1234
 
1231
1235
  /* Gets info about the currently activated cell */
1232
1236
  activeCell: any;
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.7",
4
+ "version": "18.2.9",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "dependencies": {