@ascentgl/ads-ui 22.16.0 → 22.17.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.
package/package.json
CHANGED
|
@@ -1738,10 +1738,14 @@ declare class AdsSearchDropdownComponent extends AbstractDropdownComponent imple
|
|
|
1738
1738
|
get canUsePrependOption(): boolean;
|
|
1739
1739
|
/**
|
|
1740
1740
|
* @ignore
|
|
1741
|
-
*
|
|
1742
|
-
*
|
|
1743
|
-
*
|
|
1744
|
-
*
|
|
1741
|
+
* Kept through a reload, like the prepend slot above it. The options a search
|
|
1742
|
+
* is replacing stay on screen while it runs, so dropping the bar underneath
|
|
1743
|
+
* them resizes the panel out from under the pointer every time a character is
|
|
1744
|
+
* deleted — worse than a count that is a moment out of date.
|
|
1745
|
+
*
|
|
1746
|
+
* Deliberately not gated on there being options either: a footer reporting
|
|
1747
|
+
* that nothing was found is a valid use, and the caller decides by passing
|
|
1748
|
+
* the option or not.
|
|
1745
1749
|
*/
|
|
1746
1750
|
get canUseFooterOption(): boolean;
|
|
1747
1751
|
/**
|