ids-enterprise-typings 18.1.5 → 18.1.6

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.
@@ -1016,6 +1016,9 @@ interface SohoDataGridColumn {
1016
1016
  /** Enforce a max length when editing this column */
1017
1017
  maxLength?: number;
1018
1018
 
1019
+ /** Whether to render html contents in tooltip */
1020
+ renderTooltipHtmlContents?: boolean;
1021
+
1019
1022
  /** Validators to assign to any editable columns. */
1020
1023
  validate?: string;
1021
1024
 
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.1.5",
4
+ "version": "18.1.6",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "dependencies": {