ids-enterprise-typings 19.0.2 → 19.1.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.
@@ -1022,6 +1022,9 @@ interface SohoDataGridColumn {
1022
1022
  /** Enforce a max length when editing this column */
1023
1023
  maxLength?: number;
1024
1024
 
1025
+ /** Whether to render html contents in tooltip */
1026
+ renderTooltipHtmlContents?: boolean;
1027
+
1025
1028
  /** Validators to assign to any editable columns. */
1026
1029
  validate?: string;
1027
1030
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ids-enterprise-typings",
3
3
  "slug": "ids-enterprise-typings",
4
- "version": "19.0.2",
4
+ "version": "19.1.0",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "peerDependencies": {