ids-enterprise-typings 16.9.0-dev.0 → 16.9.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.
@@ -1115,6 +1115,9 @@ interface SohoDataGridStatic {
1115
1115
  /** Updates the data displayed in the given row. */
1116
1116
  updateRow(idx: number, rowData: Object): void;
1117
1117
 
1118
+ /** Updates the data displayed in the given cell and runs the formatter. */
1119
+ updateCell(row: number, cell: number, rowCellValue: any): void;
1120
+
1118
1121
  /**
1119
1122
  * Hides the column at the given index.
1120
1123
  * @param id The id of the column to show.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ids-enterprise-typings",
3
3
  "slug": "ids-enterprise-typings",
4
- "version": "16.9.0-dev.0",
4
+ "version": "16.9.0",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "dependencies": {