ids-enterprise-typings 10.13.0 → 10.13.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.
@@ -824,6 +824,9 @@ interface SohoDataGridColumn {
824
824
  /** Options associated with the associated editor type, e.g. SohoDropDownOptions. */
825
825
  editorOptions?: any;
826
826
 
827
+ // Do not blank out the cell when editing
828
+ doNotEmptyCellWhenEditing?: boolean;
829
+
827
830
  // 'checkbox', 'date', 'decimal', 'contents', 'select' otherwise a string.
828
831
  filterType?: SohoDataGridColumnFilterType | string;
829
832
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ids-enterprise-typings",
3
3
  "slug": "ids-enterprise-typings",
4
- "version": "10.13.0",
4
+ "version": "10.13.1",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "dependencies": {