ids-enterprise-typings 18.6.6 → 18.6.8
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.
|
@@ -125,6 +125,9 @@ interface SohoDropDownOptions {
|
|
|
125
125
|
*/
|
|
126
126
|
delay?: number;
|
|
127
127
|
|
|
128
|
+
/** Allows dropdown tooltips to overflow */
|
|
129
|
+
enableTooltipOverflow?: boolean;
|
|
130
|
+
|
|
128
131
|
/**
|
|
129
132
|
* If set the width of the dropdown is limited to this pixel width.
|
|
130
133
|
* Fx 300 for the 300 px size fields. Default is size of the largest data.
|