@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascentgl/ads-ui",
3
- "version": "22.16.0",
3
+ "version": "22.17.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">=22.0.0",
6
6
  "date-fns": ">=4.1.0",
@@ -1738,10 +1738,14 @@ declare class AdsSearchDropdownComponent extends AbstractDropdownComponent imple
1738
1738
  get canUsePrependOption(): boolean;
1739
1739
  /**
1740
1740
  * @ignore
1741
- * Hidden while results are still loading, so the bar doesn't report a stale
1742
- * count over a list that is about to be replaced. Deliberately not gated on
1743
- * there being options: a footer reporting that nothing was found is a valid
1744
- * use, and the caller decides by passing the option or not.
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
  /**