@jblehm/super-list 1.0.28 → 1.0.30

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.
@@ -1,4 +1,4 @@
1
- import { defineComponent as Y, ref as f, computed as O, createElementBlock as M, openBlock as T, normalizeClass as R, withKeys as b, createElementVNode as B, useTemplateRef as Ee, watch as F, Fragment as ce, createCommentVNode as $, renderList as Ae, withModifiers as oe, createBlock as fe, toDisplayString as me, useCssVars as Fe, onMounted as Le, onUnmounted as Se, renderSlot as xe, createVNode as Z, nextTick as Be, resolveDynamicComponent as Ne, withCtx as be } from "vue";
1
+ import { defineComponent as Y, ref as p, computed as O, createElementBlock as M, openBlock as T, normalizeClass as R, withKeys as b, createElementVNode as N, useTemplateRef as Ee, watch as A, Fragment as ce, createCommentVNode as $, renderList as Se, withModifiers as oe, createBlock as fe, toDisplayString as me, useCssVars as Ae, onMounted as Le, onUnmounted as Fe, renderSlot as xe, createVNode as Z, nextTick as Ne, resolveDynamicComponent as Be, withCtx as be } from "vue";
2
2
  import './index.css';class He {
3
3
  eventsTypes = ["resize", "load", "scroll", "wheel", "touchmove"];
4
4
  config = {
@@ -8,12 +8,12 @@ import './index.css';class He {
8
8
  };
9
9
  mutationObserver;
10
10
  callbackFunction;
11
- constructor(i, a = document.body) {
12
- this.targetNode = a, this.callbackFunction = (v) => i(v), this.mutationObserver = new MutationObserver(() => i());
11
+ constructor(s, a = document.body) {
12
+ this.targetNode = a, this.callbackFunction = (v) => s(v), this.mutationObserver = new MutationObserver(() => s());
13
13
  }
14
14
  observe() {
15
15
  this.mutationObserver.observe(this.targetNode, this.config);
16
- for (const i of this.eventsTypes) this.addListener(i);
16
+ for (const s of this.eventsTypes) this.addListener(s);
17
17
  this.addResizeListener(), this.addTransitionEndListener();
18
18
  }
19
19
  pauseMutationObserver() {
@@ -24,14 +24,14 @@ import './index.css';class He {
24
24
  }
25
25
  unobserve() {
26
26
  this.mutationObserver.disconnect();
27
- for (const i of this.eventsTypes) this.removeListener(i);
27
+ for (const s of this.eventsTypes) this.removeListener(s);
28
28
  this.removeResizeListener(), this.removeTransitionEndListener();
29
29
  }
30
- addListener(i) {
31
- document.addEventListener(i, this.callbackFunction, !0);
30
+ addListener(s) {
31
+ document.addEventListener(s, this.callbackFunction, !0);
32
32
  }
33
- removeListener(i) {
34
- document.removeEventListener(i, this.callbackFunction, !0);
33
+ removeListener(s) {
34
+ document.removeEventListener(s, this.callbackFunction, !0);
35
35
  }
36
36
  addTransitionEndListener() {
37
37
  this.targetNode.addEventListener("transitionend", this.callbackFunction);
@@ -46,11 +46,11 @@ import './index.css';class He {
46
46
  window.removeEventListener("resize", this.callbackFunction);
47
47
  }
48
48
  }
49
- function Re(e, i, a, v) {
50
- return i != null ? i(e) : e == null ? "" : typeof e == "object" ? e[a] : v ? Pe(e, v) : "" + e;
49
+ function Re(e, s, a, v) {
50
+ return s != null ? s(e) : e == null ? "" : typeof e == "object" ? e[a] : v ? Pe(e, v) : "" + e;
51
51
  }
52
- function Pe(e, i) {
53
- return i.find((a) => a.type === e)?.label ?? "";
52
+ function Pe(e, s) {
53
+ return s.find((a) => a.type === e)?.label ?? "";
54
54
  }
55
55
  class qe {
56
56
  constructor() {
@@ -58,25 +58,25 @@ class qe {
58
58
  }, this.then = () => {
59
59
  };
60
60
  }
61
- async abortablePromise(i, a, v) {
61
+ async abortablePromise(s, a, v) {
62
62
  const o = await a();
63
- if (!i.aborted)
63
+ if (!s.aborted)
64
64
  return v(o);
65
65
  }
66
- setFunc(i) {
67
- this.func = i;
66
+ setFunc(s) {
67
+ this.func = s;
68
68
  }
69
- setThen(i) {
70
- this.then = i;
69
+ setThen(s) {
70
+ this.then = s;
71
71
  }
72
72
  execute() {
73
73
  return this.abortablePromise(this.abortController.signal, this.func, this.then);
74
74
  }
75
- abort(i) {
76
- this.abortController.abort(i || "Aborted By Controller."), this.abortController = new AbortController();
75
+ abort(s) {
76
+ this.abortController.abort(s || "Aborted By Controller."), this.abortController = new AbortController();
77
77
  }
78
- resetAndExecute(i, a) {
79
- return this.abort("New Request From Controller."), this.setFunc(i), this.setThen(a), this.execute();
78
+ resetAndExecute(s, a) {
79
+ return this.abort("New Request From Controller."), this.setFunc(s), this.setThen(a), this.execute();
80
80
  }
81
81
  }
82
82
  const je = ["tabindex", "placeholder", "size"], $e = /* @__PURE__ */ Y({
@@ -108,21 +108,21 @@ const je = ["tabindex", "placeholder", "size"], $e = /* @__PURE__ */ Y({
108
108
  "update:query": null,
109
109
  "update:press": null
110
110
  },
111
- setup(e, { expose: i, emit: a }) {
112
- const v = a, o = e, d = f(null);
111
+ setup(e, { expose: s, emit: a }) {
112
+ const v = a, o = e, d = p(null);
113
113
  function w(h) {
114
114
  "sourceCapabilities" in h && h.sourceCapabilities == null ? o.parentMethods.closeList() : o.parentMethods.openList();
115
115
  }
116
116
  function t(h) {
117
117
  o.parentMethods.unfocus(h);
118
118
  }
119
- function s(h) {
119
+ function i(h) {
120
120
  h?.target?.value != null && v("update:query", h.target.value);
121
121
  }
122
122
  const c = O(() => {
123
- const h = d?.value ? d.value.length : 0, y = o.placeholder?.length || 0;
124
- return h > 0 ? h : y > 0 ? y : 5;
125
- }), l = O(() => o.enableButtonClick === !0 && o.enableTextFilter === !0 ? "" : "click-through"), g = O(() => o.showDropDown && !o.enableTextFilter || !o.showDropDown ? "dark-placeholder-text" : "light-placeholder-text");
123
+ const h = d?.value ? d.value.length : 0, g = o.placeholder?.length || 0;
124
+ return h > 0 ? h : g > 0 ? g : 5;
125
+ }), r = O(() => o.enableButtonClick === !0 && o.enableTextFilter === !0 ? "" : "click-through"), y = O(() => o.showDropDown && !o.enableTextFilter || !o.showDropDown ? "dark-placeholder-text" : "light-placeholder-text");
126
126
  function k() {
127
127
  if (d?.value) {
128
128
  const h = d.value;
@@ -132,35 +132,35 @@ const je = ["tabindex", "placeholder", "size"], $e = /* @__PURE__ */ Y({
132
132
  function I() {
133
133
  d?.value && d.value.focus();
134
134
  }
135
- return i({ blurInput: k, focusInput: I, textInputRef: d }), (h, y) => (T(), M("input", {
135
+ return s({ blurInput: k, focusInput: I, textInputRef: d }), (h, g) => (T(), M("input", {
136
136
  ref_key: "textInputRef",
137
137
  ref: d,
138
138
  tabindex: e.enableTextFilter ? 0 : -1,
139
139
  onKeydown: [
140
- y[0] || (y[0] = b((m) => e.parentMethods.press(m), ["enter"])),
141
- y[1] || (y[1] = b((m) => e.parentMethods.press(), ["space"])),
142
- y[2] || (y[2] = b((m) => e.parentMethods.press(m), ["esc"])),
143
- y[3] || (y[3] = b((m) => e.parentMethods.press(m), ["up"])),
144
- y[4] || (y[4] = b((m) => e.parentMethods.press(m), ["down"]))
140
+ g[0] || (g[0] = b((m) => e.parentMethods.press(m), ["enter"])),
141
+ g[1] || (g[1] = b((m) => e.parentMethods.press(), ["space"])),
142
+ g[2] || (g[2] = b((m) => e.parentMethods.press(m), ["esc"])),
143
+ g[3] || (g[3] = b((m) => e.parentMethods.press(m), ["up"])),
144
+ g[4] || (g[4] = b((m) => e.parentMethods.press(m), ["down"]))
145
145
  ],
146
- onFocusin: y[5] || (y[5] = (m) => w(m)),
147
- onFocusout: y[6] || (y[6] = (m) => t(m)),
148
- onInput: y[7] || (y[7] = (m) => s(m)),
146
+ onFocusin: g[5] || (g[5] = (m) => w(m)),
147
+ onFocusout: g[6] || (g[6] = (m) => t(m)),
148
+ onInput: g[7] || (g[7] = (m) => i(m)),
149
149
  type: "text",
150
150
  "aria-autocomplete": "none",
151
151
  autocomplete: "off",
152
152
  placeholder: e.placeholder,
153
153
  size: c.value,
154
154
  class: R([[
155
- l.value,
156
- g.value,
155
+ r.value,
156
+ y.value,
157
157
  { "text-filter-disabled": !e.enableTextFilter }
158
158
  ], "list-filter-text-input"])
159
159
  }, null, 42, je));
160
160
  }
161
- }), K = (e, i) => {
161
+ }), K = (e, s) => {
162
162
  const a = e.__vccOpts || e;
163
- for (const [v, o] of i)
163
+ for (const [v, o] of s)
164
164
  a[v] = o;
165
165
  return a;
166
166
  }, he = /* @__PURE__ */ K($e, [["__scopeId", "data-v-acc7ac24"]]), Ke = {}, Ve = {
@@ -170,9 +170,9 @@ const je = ["tabindex", "placeholder", "size"], $e = /* @__PURE__ */ Y({
170
170
  "data-slot": "icon",
171
171
  viewBox: "0 -16 16 17"
172
172
  };
173
- function ze(e, i) {
174
- return T(), M("svg", Ve, i[0] || (i[0] = [
175
- B("path", {
173
+ function ze(e, s) {
174
+ return T(), M("svg", Ve, s[0] || (s[0] = [
175
+ N("path", {
176
176
  "shape-rendering": "geometricPrecision",
177
177
  d: "M 6 -2.25 L 13.75 -14 A 0.5 0.5 90 0 1 15 -13 L 6.5 -0.5 A 2 1 90 0 1 5.5 -0.5 L 1 -6 A 0.5 0.5 90 0 1 2.25 -7 Z"
178
178
  }, null, -1)
@@ -215,47 +215,47 @@ const Xe = /* @__PURE__ */ K(Ke, [["render", ze]]), Ue = ["onMousedown"], Je = {
215
215
  }
216
216
  },
217
217
  setup(e) {
218
- const i = e, a = Ee("items"), v = O(() => {
218
+ const s = e, a = Ee("items"), v = O(() => {
219
219
  if (!a?.value) return null;
220
- const t = (Array.isArray(a.value) ? a.value : [a.value])[i.focusedIndex];
220
+ const t = (Array.isArray(a.value) ? a.value : [a.value])[s.focusedIndex];
221
221
  return t && typeof t == "object" && "scrollIntoView" in t && typeof t.scrollIntoView == "function" ? t : null;
222
222
  });
223
- F(
224
- () => i.showDropDown,
223
+ A(
224
+ () => s.showDropDown,
225
225
  () => o()
226
- ), F(
227
- () => i.listElementOpenAndVisible,
226
+ ), A(
227
+ () => s.listElementOpenAndVisible,
228
228
  () => d()
229
- ), F(
229
+ ), A(
230
230
  () => v.value,
231
231
  () => d()
232
232
  );
233
233
  function o() {
234
- !i.showDropDown || !v?.value?.parentElement?.parentElement || (v.value.parentElement.parentElement.scrollTop = v.value.offsetTop);
234
+ !s.showDropDown || !v?.value?.parentElement?.parentElement || (v.value.parentElement.parentElement.scrollTop = v.value.offsetTop);
235
235
  }
236
236
  function d() {
237
237
  const w = v.value, t = w?.parentElement?.parentElement;
238
- if (!i.showDropDown || !w || !t) return;
239
- const s = w.offsetTop - t.scrollTop < 0, c = w.offsetTop + w.offsetHeight - t.scrollTop > t.clientHeight;
240
- s && (t.scrollTop = w.offsetTop), c && (t.scrollTop = w.offsetTop + w.clientHeight - t.clientHeight);
238
+ if (!s.showDropDown || !w || !t) return;
239
+ const i = w.offsetTop - t.scrollTop < 0, c = w.offsetTop + w.offsetHeight - t.scrollTop > t.clientHeight;
240
+ i && (t.scrollTop = w.offsetTop), c && (t.scrollTop = w.offsetTop + w.clientHeight - t.clientHeight);
241
241
  }
242
242
  return (w, t) => (T(), M(ce, null, [
243
- (T(!0), M(ce, null, Ae(e.filteredListItems, (s, c) => (T(), M("li", {
243
+ (T(!0), M(ce, null, Se(e.filteredListItems, (i, c) => (T(), M("li", {
244
244
  key: c,
245
245
  ref_for: !0,
246
246
  ref: "items",
247
247
  onKeyup: [
248
- t[0] || (t[0] = b((l) => e.parentMethods.press(l), ["enter"])),
249
- t[1] || (t[1] = b((l) => e.parentMethods.press(l), ["space"])),
250
- t[2] || (t[2] = b((l) => e.parentMethods.press(l), ["esc"]))
248
+ t[0] || (t[0] = b((r) => e.parentMethods.press(r), ["enter"])),
249
+ t[1] || (t[1] = b((r) => e.parentMethods.press(r), ["space"])),
250
+ t[2] || (t[2] = b((r) => e.parentMethods.press(r), ["esc"]))
251
251
  ],
252
252
  onKeydown: [
253
- t[3] || (t[3] = b((l) => e.parentMethods.press(l), ["up"])),
254
- t[4] || (t[4] = b((l) => e.parentMethods.press(l), ["down"]))
253
+ t[3] || (t[3] = b((r) => e.parentMethods.press(r), ["up"])),
254
+ t[4] || (t[4] = b((r) => e.parentMethods.press(r), ["down"]))
255
255
  ],
256
- onFocusout: t[5] || (t[5] = (l) => e.parentMethods.unfocus(l)),
256
+ onFocusout: t[5] || (t[5] = (r) => e.parentMethods.unfocus(r)),
257
257
  tabindex: "-1",
258
- onMousedown: oe((l) => e.parentMethods.updatedSelected(s), ["left"]),
258
+ onMousedown: oe((r) => e.parentMethods.updatedSelected(i), ["left"]),
259
259
  class: R([
260
260
  { "list-option-selected": e.selectedIndex === c },
261
261
  {
@@ -264,7 +264,7 @@ const Xe = /* @__PURE__ */ K(Ke, [["render", ze]]), Ue = ["onMousedown"], Je = {
264
264
  "list-option"
265
265
  ])
266
266
  }, [
267
- B("span", Je, me(e.parentMethods.getLabel(s)), 1),
267
+ N("span", Je, me(e.parentMethods.getLabel(i)), 1),
268
268
  e.selectedIndex === c ? (T(), fe(Xe, {
269
269
  key: 0,
270
270
  class: "list-item-icon",
@@ -274,38 +274,38 @@ const Xe = /* @__PURE__ */ K(Ke, [["render", ze]]), Ue = ["onMousedown"], Je = {
274
274
  e.filteredListItems.length === 0 ? (T(), M("li", {
275
275
  key: 0,
276
276
  onKeyup: [
277
- t[6] || (t[6] = b((s) => e.parentMethods.press(s), ["enter"])),
278
- t[7] || (t[7] = b((s) => e.parentMethods.press(s), ["space"])),
279
- t[8] || (t[8] = b((s) => e.parentMethods.press(s), ["esc"]))
277
+ t[6] || (t[6] = b((i) => e.parentMethods.press(i), ["enter"])),
278
+ t[7] || (t[7] = b((i) => e.parentMethods.press(i), ["space"])),
279
+ t[8] || (t[8] = b((i) => e.parentMethods.press(i), ["esc"]))
280
280
  ],
281
281
  onKeydown: [
282
- t[9] || (t[9] = b((s) => e.parentMethods.press(s), ["up"])),
283
- t[10] || (t[10] = b((s) => e.parentMethods.press(s), ["down"]))
282
+ t[9] || (t[9] = b((i) => e.parentMethods.press(i), ["up"])),
283
+ t[10] || (t[10] = b((i) => e.parentMethods.press(i), ["down"]))
284
284
  ],
285
- onFocusout: t[11] || (t[11] = (s) => e.parentMethods.unfocus(s)),
286
- onMousedown: t[12] || (t[12] = oe((s) => e.parentMethods.closeList(s), ["left"])),
285
+ onFocusout: t[11] || (t[11] = (i) => e.parentMethods.unfocus(i)),
286
+ onMousedown: t[12] || (t[12] = oe((i) => e.parentMethods.closeList(i), ["left"])),
287
287
  tabindex: "-1",
288
288
  class: "list-option-message"
289
289
  }, t[20] || (t[20] = [
290
- B("span", { class: "list-item-span" }, "No Items To Display.", -1)
290
+ N("span", { class: "list-item-span" }, "No Items To Display.", -1)
291
291
  ]), 32)) : $("", !0),
292
292
  e.totalOptionsCount && e.totalOptionsCount > (e.filteredListItems?.length || 0) ? (T(), M("li", {
293
293
  key: 1,
294
294
  onKeyup: [
295
- t[13] || (t[13] = b((s) => e.parentMethods.press(s), ["enter"])),
296
- t[14] || (t[14] = b((s) => e.parentMethods.press(s), ["space"])),
297
- t[15] || (t[15] = b((s) => e.parentMethods.press(s), ["esc"]))
295
+ t[13] || (t[13] = b((i) => e.parentMethods.press(i), ["enter"])),
296
+ t[14] || (t[14] = b((i) => e.parentMethods.press(i), ["space"])),
297
+ t[15] || (t[15] = b((i) => e.parentMethods.press(i), ["esc"]))
298
298
  ],
299
299
  onKeydown: [
300
- t[16] || (t[16] = b((s) => e.parentMethods.press(s), ["up"])),
301
- t[17] || (t[17] = b((s) => e.parentMethods.press(s), ["down"]))
300
+ t[16] || (t[16] = b((i) => e.parentMethods.press(i), ["up"])),
301
+ t[17] || (t[17] = b((i) => e.parentMethods.press(i), ["down"]))
302
302
  ],
303
- onFocusout: t[18] || (t[18] = (s) => e.parentMethods.unfocus(s)),
304
- onMousedown: t[19] || (t[19] = oe((s) => e.parentMethods.closeList(s), ["left"])),
303
+ onFocusout: t[18] || (t[18] = (i) => e.parentMethods.unfocus(i)),
304
+ onMousedown: t[19] || (t[19] = oe((i) => e.parentMethods.closeList(i), ["left"])),
305
305
  tabindex: "-1",
306
306
  class: "list-option-message"
307
307
  }, [
308
- B("span", We, " +" + me(e.totalOptionsCount - e.filteredListItems?.length || 0) + " More Items...", 1)
308
+ N("span", We, " +" + me(e.totalOptionsCount - e.filteredListItems?.length || 0) + " More Items...", 1)
309
309
  ], 32)) : $("", !0)
310
310
  ], 64));
311
311
  }
@@ -355,84 +355,80 @@ const Xe = /* @__PURE__ */ K(Ke, [["render", ze]]), Ue = ["onMousedown"], Je = {
355
355
  enableScrollClose: {
356
356
  type: Boolean,
357
357
  default: !0
358
- },
359
- enableTextFilter: {
360
- type: Boolean,
361
- required: !0
362
358
  }
363
359
  },
364
360
  emits: ["reverseDropDownList"],
365
- setup(e, { expose: i, emit: a }) {
366
- Fe((r) => ({
367
- "220f507e": k.value,
368
- "935a72a0": S.value,
369
- "935a6b1e": se.value,
370
- "4076fb5c": q.value,
371
- "51ba7f6b": G.value
361
+ setup(e, { expose: s, emit: a }) {
362
+ Ae((u) => ({
363
+ "8d801350": k.value,
364
+ "2724698a": F.value,
365
+ "27246d4b": se.value,
366
+ ffcaa9a8: q.value,
367
+ "414dd276": G.value
372
368
  }));
373
- const v = a, o = e, d = f(null), w = f(null), t = f(null), s = f(0), c = f(0), l = f(0), g = f(0), k = f("0px"), I = f(!1), h = f([]), y = f(0), m = O(() => !I.value || window?.innerHeight == null ? !1 : X() && le()), V = O(() => o.maxListHeightPX >= y.value);
374
- F(
369
+ const v = a, o = e, d = p(null), w = p(null), t = p(null), i = p(0), c = p(0), r = p(0), y = p(0), k = p("0px"), I = p(!1), h = p([]), g = p(0), m = O(() => !I.value || window?.innerHeight == null ? !1 : X() && le()), V = O(() => o.maxListHeightPX >= g.value);
370
+ A(
375
371
  () => m.value,
376
- (r) => v("reverseDropDownList", r),
372
+ (u) => v("reverseDropDownList", u),
377
373
  { immediate: !0 }
378
374
  );
379
- const S = O(() => s.value + "px"), se = O(() => g.value + "px");
380
- i({ listContainerRef: t });
381
- const P = (r) => {
382
- r?.key && r.key === " " && r.preventDefault();
383
- }, ie = (r) => {
384
- const L = t?.value, x = r.target;
375
+ const F = O(() => i.value + "px"), se = O(() => y.value + "px");
376
+ s({ listContainerRef: t });
377
+ const P = (u) => {
378
+ u?.key && u.key === " " && u.preventDefault();
379
+ }, ie = (u) => {
380
+ const L = t?.value, x = u.target;
385
381
  (!(L && x && L.contains(x)) || L.isEqualNode(x)) && o.parentMethods.focusInput();
386
382
  };
387
- function N() {
383
+ function B() {
388
384
  return w?.value ? (w?.value).clientHeight : 0;
389
385
  }
390
386
  function E() {
391
- if (!I.value || N() === 0) return o.maxListHeightPX;
392
- const r = N() === 0 ? o.maxListHeightPX : +N();
393
- return o.maxListHeightPX && o.maxListHeightPX > r ? r : o.maxListHeightPX;
387
+ if (!I.value || B() === 0) return o.maxListHeightPX;
388
+ const u = B() === 0 ? o.maxListHeightPX : +B();
389
+ return o.maxListHeightPX && o.maxListHeightPX > u ? u : o.maxListHeightPX;
394
390
  }
395
391
  function X() {
396
392
  return c.value > E();
397
393
  }
398
394
  function le() {
399
- return l.value < E();
395
+ return r.value < E();
400
396
  }
401
397
  const G = O(() => (o.maxListHeightPX || 0) + "px"), q = O(() => (o.listAnimationDurationMs || 0) + "ms"), _ = O(() => o.blockListChange ? h.value : o.filteredListItems);
402
- F(
398
+ A(
403
399
  () => _,
404
- (r) => {
405
- r && (h.value = r.value);
400
+ (u) => {
401
+ u && (h.value = u.value);
406
402
  },
407
403
  { immediate: !1, deep: !0 }
408
404
  );
409
405
  let C = setTimeout(() => {
410
- }, 0), A = null;
406
+ }, 0), S = null;
411
407
  function j() {
412
- y.value = N(), clearTimeout(C), A && A.observe(), I.value = !0, z(void 0);
408
+ g.value = B(), clearTimeout(C), S && S.observe(), I.value = !0, z(void 0);
413
409
  }
414
410
  function re() {
415
411
  clearTimeout(C), C = setTimeout(() => {
416
- o.showDropDown || (I.value = !1, A && A.unobserve());
412
+ o.showDropDown || (I.value = !1, S && S.unobserve());
417
413
  }, o.listAnimationDurationMs + 50);
418
414
  }
419
- F(
415
+ A(
420
416
  () => o.showDropDown,
421
- (r, L) => {
422
- r !== L && (U(), r ? j() : re());
417
+ (u, L) => {
418
+ u !== L && (U(), u ? j() : re());
423
419
  },
424
420
  { immediate: !0 }
425
421
  );
426
- function z(r) {
427
- U(), Be(() => U()), ee(r);
422
+ function z(u) {
423
+ U(), Ne(() => U()), ee(u);
428
424
  }
429
- function ee(r) {
430
- if (!o.enableScrollClose || !o.showDropDown || typeof t?.value?.contains != "function" || r?.target?.nodeType == null || te(r)) return;
431
- const x = ["scroll", "wheel", "touchmove"].includes(r?.type);
425
+ function ee(u) {
426
+ if (!o.enableScrollClose || !o.showDropDown || typeof t?.value?.contains != "function" || u?.target?.nodeType == null || te(u)) return;
427
+ const x = ["scroll", "wheel", "touchmove"].includes(u?.type);
432
428
  o.showDropDown && x && o.parentMethods.closeList();
433
429
  }
434
- function te(r) {
435
- const L = !!d.value?.contains(r?.target), x = !!t.value?.contains(r.target), Q = [r?.srcElement?.id, r?.target?.id].includes("super-list-select-list");
430
+ function te(u) {
431
+ const L = !!d.value?.contains(u?.target), x = !!t.value?.contains(u.target), Q = [u?.srcElement?.id, u?.target?.id].includes("super-list-select-list");
436
432
  return L || x || Q;
437
433
  }
438
434
  function U() {
@@ -440,13 +436,13 @@ const Xe = /* @__PURE__ */ K(Ke, [["render", ze]]), Ue = ["onMousedown"], Je = {
440
436
  }
441
437
  function J() {
442
438
  if (d?.value == null) return;
443
- const r = d.value.getBoundingClientRect();
444
- c.value = r.top, l.value = window.innerHeight - r.bottom, k.value = r.width + "px";
439
+ const u = d.value.getBoundingClientRect();
440
+ c.value = u.top, r.value = window.innerHeight - u.bottom, k.value = u.width + "px";
445
441
  }
446
442
  function W() {
447
443
  if (d?.value == null || t?.value == null) return;
448
- const r = ne().getBoundingClientRect(), L = t.value.getBoundingClientRect(), x = g.value, Q = s.value;
449
- m.value ? g.value = x - (r.top - L.bottom) : g.value = x - (L.top - r.bottom), s.value = Q - (L.left - r.left);
444
+ const u = ne().getBoundingClientRect(), L = t.value.getBoundingClientRect(), x = y.value, Q = i.value;
445
+ m.value ? y.value = x - (u.top - L.bottom) : y.value = x - (L.top - u.bottom), i.value = Q - (L.left - u.left);
450
446
  }
451
447
  function ue() {
452
448
  return (d?.value).getElementsByTagName("button")[0];
@@ -455,18 +451,18 @@ const Xe = /* @__PURE__ */ K(Ke, [["render", ze]]), Ue = ["onMousedown"], Je = {
455
451
  return d?.value;
456
452
  }
457
453
  return Le(() => {
458
- A = new He(z, ue()), setTimeout(() => z(void 0), 250);
459
- }), Se(() => {
460
- A?.unobserve();
461
- }), (r, L) => (T(), M(ce, null, [
462
- B("div", {
454
+ S = new He(z, ue()), setTimeout(() => z(void 0), 250);
455
+ }), Fe(() => {
456
+ S?.unobserve();
457
+ }), (u, L) => (T(), M(ce, null, [
458
+ N("div", {
463
459
  ref_key: "dropDownButtonContainer",
464
460
  ref: d,
465
461
  class: "super-list-button-container"
466
462
  }, [
467
- xe(r.$slots, "default", {}, void 0, !0)
463
+ xe(u.$slots, "default", {}, void 0, !0)
468
464
  ], 512),
469
- B("div", {
465
+ N("div", {
470
466
  id: "super-list-select-list",
471
467
  ref_key: "listContainerRef",
472
468
  ref: t,
@@ -483,7 +479,7 @@ const Xe = /* @__PURE__ */ K(Ke, [["render", ze]]), Ue = ["onMousedown"], Je = {
483
479
  onKeydown: L[1] || (L[1] = b((x) => P(x), ["space"])),
484
480
  onMouseup: L[2] || (L[2] = oe((x) => ie(x), ["left"]))
485
481
  }, [
486
- B("ul", {
482
+ N("ul", {
487
483
  tabindex: "-1",
488
484
  ref_key: "dropDownListUL",
489
485
  ref: w,
@@ -503,22 +499,22 @@ const Xe = /* @__PURE__ */ K(Ke, [["render", ze]]), Ue = ["onMousedown"], Je = {
503
499
  ], 34)
504
500
  ], 64));
505
501
  }
506
- }), ye = /* @__PURE__ */ K(Ye, [["__scopeId", "data-v-53c634fd"]]), Ge = {}, _e = {
502
+ }), ge = /* @__PURE__ */ K(Ye, [["__scopeId", "data-v-e58cd48c"]]), Ge = {}, _e = {
507
503
  xmlns: "http://www.w3.org/2000/svg",
508
504
  fill: "currentColor",
509
505
  "aria-hidden": "true",
510
506
  "data-slot": "icon",
511
507
  viewBox: "0 0 12 6"
512
508
  };
513
- function et(e, i) {
514
- return T(), M("svg", _e, i[0] || (i[0] = [
515
- B("path", {
509
+ function et(e, s) {
510
+ return T(), M("svg", _e, s[0] || (s[0] = [
511
+ N("path", {
516
512
  "shape-rendering": "geometricPrecision",
517
513
  d: "M 6 4 L 10 0.25 A 0.5 0.5 90 0 1 11 1.25 L 6.5 5.75 A 15 3 90 0 1 5.5 5.75 L 1 1.25 A 0.5 0.5 90 0 1 2 0.25 Z"
518
514
  }, null, -1)
519
515
  ]));
520
516
  }
521
- const ge = /* @__PURE__ */ K(Ge, [["render", et]]), tt = ["tabindex"], nt = {
517
+ const ye = /* @__PURE__ */ K(Ge, [["render", et]]), tt = ["tabindex"], nt = {
522
518
  key: 2,
523
519
  class: "list-button-icon custom-icon"
524
520
  }, ot = /* @__PURE__ */ Y({
@@ -546,8 +542,8 @@ const ge = /* @__PURE__ */ K(Ge, [["render", et]]), tt = ["tabindex"], nt = {
546
542
  required: !0
547
543
  }
548
544
  },
549
- setup(e, { expose: i }) {
550
- const a = e, v = f(null);
545
+ setup(e, { expose: s }) {
546
+ const a = e, v = p(null);
551
547
  function o() {
552
548
  a.enableTextFilter || a.parentMethods.openList();
553
549
  }
@@ -560,46 +556,46 @@ const ge = /* @__PURE__ */ K(Ge, [["render", et]]), tt = ["tabindex"], nt = {
560
556
  function t() {
561
557
  v?.value && v.value.blur();
562
558
  }
563
- function s() {
559
+ function i() {
564
560
  v?.value && v.value.focus();
565
561
  }
566
- return i({ blurInput: t, focusInput: s, buttonRef: v }), (c, l) => (T(), M("button", {
562
+ return s({ blurInput: t, focusInput: i, buttonRef: v }), (c, r) => (T(), M("button", {
567
563
  ref_key: "buttonRef",
568
564
  ref: v,
569
565
  tabindex: e.enableTextFilter ? -1 : 0,
570
566
  onKeydown: [
571
- l[0] || (l[0] = b((g) => d(g), ["enter"])),
572
- l[1] || (l[1] = b((g) => w(g), ["space"])),
573
- l[2] || (l[2] = b((g) => e.parentMethods.press(g), ["esc"])),
574
- l[3] || (l[3] = b((g) => e.parentMethods.press(g), ["up"])),
575
- l[4] || (l[4] = b((g) => e.parentMethods.press(g), ["down"]))
567
+ r[0] || (r[0] = b((y) => d(y), ["enter"])),
568
+ r[1] || (r[1] = b((y) => w(y), ["space"])),
569
+ r[2] || (r[2] = b((y) => e.parentMethods.press(y), ["esc"])),
570
+ r[3] || (r[3] = b((y) => e.parentMethods.press(y), ["up"])),
571
+ r[4] || (r[4] = b((y) => e.parentMethods.press(y), ["down"]))
576
572
  ],
577
- onFocusout: l[5] || (l[5] = (g) => e.parentMethods.unfocus(g)),
578
- onClick: l[6] || (l[6] = (g) => o()),
573
+ onFocusout: r[5] || (r[5] = (y) => e.parentMethods.unfocus(y)),
574
+ onClick: r[6] || (r[6] = (y) => o()),
579
575
  type: "button",
580
576
  class: R([[{ "click-through": a.enableTextFilter || a.showDropDown }], "list-button"])
581
577
  }, [
582
578
  xe(c.$slots, "default", {}, void 0, !0),
583
- B("span", {
579
+ N("span", {
584
580
  class: R(["list-button-icon-div", { "bigger-gap": a.showDropDown }])
585
581
  }, [
586
582
  e.customIcon ? $("", !0) : (T(), M("span", {
587
583
  key: 0,
588
584
  class: R(["list-button-icon", [{ "rotate-180": !a.showDropDown }]])
589
585
  }, [
590
- Z(ge, { "aria-hidden": "true" })
586
+ Z(ye, { "aria-hidden": "true" })
591
587
  ], 2)),
592
588
  e.customIcon ? $("", !0) : (T(), M("span", {
593
589
  key: 1,
594
590
  class: R(["list-button-icon", [{ "rotate-180": a.showDropDown }]])
595
591
  }, [
596
- e.customIcon == null ? (T(), fe(ge, {
592
+ e.customIcon == null ? (T(), fe(ye, {
597
593
  key: 0,
598
594
  "aria-hidden": "true"
599
595
  })) : $("", !0)
600
596
  ], 2)),
601
597
  e.customIcon ? (T(), M("span", nt, [
602
- (T(), fe(Ne(e.customIcon), { "aria-hidden": "true" }))
598
+ (T(), fe(Be(e.customIcon), { "aria-hidden": "true" }))
603
599
  ])) : $("", !0)
604
600
  ], 2)
605
601
  ], 42, tt));
@@ -660,19 +656,19 @@ const ge = /* @__PURE__ */ K(Ge, [["render", et]]), tt = ["tabindex"], nt = {
660
656
  }
661
657
  },
662
658
  emits: { "update:selected": null },
663
- setup(e, { expose: i, emit: a }) {
664
- const v = a, o = e, d = f([]), w = new qe(), t = f(0), s = O(() => o.forceTextFilterVisibilityTo != null ? o.forceTextFilterVisibilityTo : t.value > o.maxListOptions), c = f(!1), l = f(!1), g = f(!1), k = f(!0), I = f(!1), h = f(!1), y = f(ye), m = f(he), V = f(we), S = f("");
665
- F(
666
- () => S.value,
667
- (n, u) => {
668
- n !== u && typeof o.options == "function" && x(n);
659
+ setup(e, { expose: s, emit: a }) {
660
+ const v = a, o = e, d = p([]), w = new qe(), t = p(0), i = O(() => o.forceTextFilterVisibilityTo != null ? o.forceTextFilterVisibilityTo : t.value > o.maxListOptions), c = p(!1), r = p(!1), y = p(!1), k = p(!0), I = p(!1), h = p(!1), g = p(ge), m = p(he), V = p(we), F = p("");
661
+ A(
662
+ () => F.value,
663
+ (n, l) => {
664
+ n !== l && typeof o.options == "function" && x(n);
669
665
  }
670
666
  );
671
667
  const se = () => {
672
- s.value && m?.value?.blurInput();
668
+ i.value && m?.value?.blurInput();
673
669
  }, P = () => {
674
- clearTimeout(W), se(), S.value = "", c.value = !1, k.value = !0;
675
- }, ie = O(() => h?.value === !0 ? "Error loading data" : I?.value === !0 ? "Loading..." : E(o.selected)), N = (n) => {
670
+ clearTimeout(W), se(), F.value = "", c.value = !1, k.value = !0;
671
+ }, ie = O(() => h?.value === !0 ? "Error loading data" : I?.value === !0 ? "Loading..." : E(o.selected)), B = (n) => {
676
672
  n && v("update:selected", n), P();
677
673
  }, E = (n) => Re(
678
674
  n,
@@ -690,31 +686,31 @@ const ge = /* @__PURE__ */ K(Ge, [["render", et]]), tt = ["tabindex"], nt = {
690
686
  throw I.value = !0, h.value = !0, new Error("Invalid objectLabelKeyName for provided Dropdown list value.");
691
687
  }
692
688
  Le(() => {
693
- typeof o.options != "function" && !Array.isArray(o.options) ? X() : r();
689
+ typeof o.options != "function" && !Array.isArray(o.options) ? X() : u();
694
690
  });
695
- const q = f(!1), _ = f(0), C = f(0), A = f(0);
696
- F(
691
+ const q = p(!1), _ = p(0), C = p(0), S = p(0);
692
+ A(
697
693
  () => C.value,
698
- (n, u) => {
699
- n != u && !l.value && (A.value = n);
694
+ (n, l) => {
695
+ n != l && !r.value && (S.value = n);
700
696
  },
701
697
  { immediate: !0 }
702
- ), F(
703
- () => l.value,
698
+ ), A(
699
+ () => r.value,
704
700
  (n) => {
705
- n || (A.value = C.value);
701
+ n || (S.value = C.value);
706
702
  },
707
703
  { immediate: !0 }
708
704
  );
709
705
  const j = O(() => {
710
706
  if (typeof o.options == "function" && !Array.isArray(o.options)) return d.value;
711
- const n = S.value, u = d.value;
712
- return n === "" ? u : u.filter((p) => E(p).toLowerCase().includes(n.toLowerCase()));
707
+ const n = F.value, l = d.value;
708
+ return n === "" ? l : l.filter((f) => E(f).toLowerCase().includes(n.toLowerCase()));
713
709
  });
714
- F(
710
+ A(
715
711
  () => j.value,
716
- (n, u) => {
717
- JSON.stringify(n) !== JSON.stringify(u) && z();
712
+ (n, l) => {
713
+ JSON.stringify(n) !== JSON.stringify(l) && z();
718
714
  },
719
715
  { immediate: !1, deep: !0 }
720
716
  );
@@ -726,70 +722,79 @@ const ge = /* @__PURE__ */ K(Ge, [["render", et]]), tt = ["tabindex"], nt = {
726
722
  };
727
723
  function ee() {
728
724
  if (o.selected == null) return -1;
729
- const n = d.value.map((p) => E(p)), u = n.filter((p) => p === E(o.selected));
730
- if (u.length > 1) {
731
- const p = u.map((D) => n.indexOf(D));
732
- for (let D = 0; D < p.length; D++) {
733
- const H = JSON.stringify(d.value[p[D]]), de = JSON.stringify(o.selected);
734
- if (H === de) return p[D];
725
+ const n = d.value.map((f) => E(f)), l = n.filter((f) => f === E(o.selected));
726
+ if (l.length > 1) {
727
+ const f = l.map((D) => n.indexOf(D));
728
+ for (let D = 0; D < f.length; D++) {
729
+ const H = JSON.stringify(d.value[f[D]]), de = JSON.stringify(o.selected);
730
+ if (H === de) return f[D];
735
731
  }
736
732
  return -1;
737
733
  }
738
734
  return n.indexOf(E(o.selected));
739
735
  }
740
736
  const te = () => {
741
- I.value || (c.value || (l.value = !1, z(), o.scrollTextInputToTopOnMobile && U(), c.value = !0), q.value = !1, k.value = !1);
737
+ I.value || (c.value || (r.value = !1, z(), U(), c.value = !0), q.value = !1, k.value = !1);
742
738
  }, U = () => {
743
- const n = window?.innerWidth != null && window.innerWidth < 640, u = screen?.width != null && screen.width < 640, p = m.value.textInputRef;
744
- (n || u) && s.value && (ue(), p?.scrollIntoView({ block: "start", inline: "center" }));
745
- }, J = f(!0);
739
+ const n = window?.innerWidth != null && window.innerWidth < 640, l = screen?.width != null && screen.width < 640, f = m.value.textInputRef;
740
+ (n || l) && i.value && (ue(), o.scrollTextInputToTopOnMobile && f?.scrollIntoView({ block: "start", inline: "center" }));
741
+ }, J = p(!0);
746
742
  let W = setTimeout(() => {
747
743
  }, 0);
748
744
  function ue() {
749
- m.value.textInputRef && (clearTimeout(W), J.value = !1, W = setTimeout(() => {
750
- J.value = !0;
751
- }, 300));
745
+ const n = m.value.textInputRef;
746
+ if (!n) return;
747
+ J.value = !1;
748
+ let l = null;
749
+ const f = () => {
750
+ l && clearInterval(l), clearTimeout(W), setTimeout(() => {
751
+ J.value = !0;
752
+ }, 100);
753
+ };
754
+ W = setTimeout(f, 5e3), l = setInterval(() => {
755
+ (c.value === !1 || n?.scrollTop === 0 && document.readyState === "complete") && f();
756
+ }, 100);
752
757
  }
753
758
  const ne = () => {
754
- s?.value == !0 ? m.value.focusInput() : V?.value?.focusInput && V?.value?.focusInput();
759
+ i?.value == !0 ? m.value.focusInput() : V?.value?.focusInput && V?.value?.focusInput();
755
760
  };
756
- async function r() {
757
- typeof o.options == "function" ? await x(S.value ? S.value : void 0, !0) : (ve(o.options), t.value = d.value.length), L();
761
+ async function u() {
762
+ typeof o.options == "function" ? await x(F.value ? F.value : void 0, !0) : (ve(o.options), t.value = d.value.length), L();
758
763
  }
759
- i({ initializeOptions: r, getLabel: E });
764
+ s({ initializeOptions: u, getLabel: E });
760
765
  function L() {
761
- ee() == -1 && d.value && !!d.value[0] && N(d.value[0]);
766
+ ee() == -1 && d.value && !!d.value[0] && B(d.value[0]);
762
767
  }
763
- async function x(n, u = !0) {
764
- I.value = u;
765
- const p = async () => o.options(o.maxListOptions, n || ""), D = (H) => {
768
+ async function x(n, l = !0) {
769
+ I.value = l;
770
+ const f = async () => o.options(o.maxListOptions, n || ""), D = (H) => {
766
771
  (!H || !("data" in H)) && X(), ve(H.data), Q(H?.data?.length ?? 0).then(() => {
767
772
  I.value = !1;
768
773
  });
769
774
  };
770
- await w.resetAndExecute(p, D);
775
+ await w.resetAndExecute(f, D);
771
776
  }
772
777
  async function Q(n) {
773
- const u = async () => o.options(1, ""), p = (D) => {
778
+ const l = async () => o.options(1, ""), f = (D) => {
774
779
  (!D || !("totalNum" in D)) && le(), t.value = D.totalNum ?? n;
775
780
  };
776
- await w.resetAndExecute(u, p);
781
+ await w.resetAndExecute(l, f);
777
782
  }
778
783
  const pe = () => m?.value?.textInputRef?.getElementsByTagName("li")[C.value] ?? null, Ie = (n) => {
779
784
  c.value == !1 ? te() : n && Te(n);
780
785
  }, Te = (n) => {
781
- const u = n.key || n.code;
782
- (u === "Tab" || u === "Escape") && P(), u === "ArrowDown" && Oe(n), u === "ArrowUp" && Me(n), (u === "Enter" || u === " ") && De(), n.preventDefault(), n.stopPropagation();
786
+ const l = n.key || n.code;
787
+ (l === "Tab" || l === "Escape") && P(), l === "ArrowDown" && Oe(n), l === "ArrowUp" && Me(n), (l === "Enter" || l === " ") && De(), n.preventDefault(), n.stopPropagation();
783
788
  }, De = () => {
784
- j.value.length > 0 ? (l.value = !0, N(j.value[C.value])) : P();
789
+ j.value.length > 0 ? (r.value = !0, B(j.value[C.value])) : P();
785
790
  }, Oe = (n) => {
786
791
  k.value = !0, C.value < j.value.length - 1 && (n.preventDefault(), q.value = !1, C.value++, pe()?.focus());
787
792
  }, Me = (n) => {
788
793
  k.value = !0, C.value > 0 && (n.preventDefault(), q.value = !1, C.value--, pe()?.focus());
789
794
  }, Ce = (n) => {
790
795
  if (c?.value === !1) return;
791
- S.value.length > 0 && (l.value = !0);
792
- const u = y?.value?.listContainerRef, p = m?.value?.textInputRef, D = n?.relatedTarget && p?.isEqualNode(n?.relatedTarget), H = n?.relatedTarget && u && u.contains(n?.relatedTarget), de = n?.relatedTarget && u && u.isEqualNode(n?.relatedTarget);
796
+ F.value.length > 0 && (r.value = !0);
797
+ const l = g?.value?.listContainerRef, f = m?.value?.textInputRef, D = n?.relatedTarget && f?.isEqualNode(n?.relatedTarget), H = n?.relatedTarget && l && l.contains(n?.relatedTarget), de = n?.relatedTarget && l && l.isEqualNode(n?.relatedTarget);
793
798
  if (!(H || D)) {
794
799
  if (de) {
795
800
  ne();
@@ -803,9 +808,9 @@ const ge = /* @__PURE__ */ K(Ge, [["render", et]]), tt = ["tabindex"], nt = {
803
808
  }
804
809
  function ke(n) {
805
810
  (!o.objectLabelKeyName || o.objectLabelKeyName.length === 0) && G();
806
- const u = o.objectLabelKeyName;
807
- for (let p = 0; p < n.length; p++)
808
- (typeof n[p] != "object" || !(u in n[p])) && G();
811
+ const l = o.objectLabelKeyName;
812
+ for (let f = 0; f < n.length; f++)
813
+ (typeof n[f] != "object" || !(l in n[f])) && G();
809
814
  }
810
815
  const ae = {
811
816
  openList: te,
@@ -813,31 +818,30 @@ const ge = /* @__PURE__ */ K(Ge, [["render", et]]), tt = ["tabindex"], nt = {
813
818
  press: Ie,
814
819
  mouseOverList: re,
815
820
  getLabel: E,
816
- updatedSelected: N,
821
+ updatedSelected: B,
817
822
  focusInput: ne,
818
823
  closeList: P
819
824
  };
820
- return (n, u) => (T(), M("div", {
825
+ return (n, l) => (T(), M("div", {
821
826
  style: { position: "relative" },
822
827
  class: R(n.$attrs.class)
823
828
  }, [
824
- Z(ye, {
829
+ Z(ge, {
825
830
  ref_key: "itemListRef",
826
- ref: y,
831
+ ref: g,
827
832
  "show-drop-down": c.value,
828
833
  filteredListItems: j.value,
829
834
  mouseHoveringOnList: q.value,
830
- focusedIndex: A.value,
835
+ focusedIndex: S.value,
831
836
  selectedIndex: _.value,
832
837
  "max-list-height-p-x": e.maxListHeightPX,
833
838
  "list-animation-duration-ms": e.listAnimationDurationMs,
834
839
  "parent-methods": ae,
835
- blockListChange: l.value,
836
- "onUpdate:blockListChange": u[1] || (u[1] = (p) => l.value = p),
840
+ blockListChange: r.value,
841
+ "onUpdate:blockListChange": l[1] || (l[1] = (f) => r.value = f),
837
842
  "total-options-count": t.value,
838
- onReverseDropDownList: u[2] || (u[2] = (p) => g.value = p),
839
- enableScrollClose: J.value,
840
- "enable-text-filter": s.value
843
+ onReverseDropDownList: l[2] || (l[2] = (f) => y.value = f),
844
+ enableScrollClose: J.value
841
845
  }, {
842
846
  default: be(() => [
843
847
  Z(we, {
@@ -845,30 +849,30 @@ const ge = /* @__PURE__ */ K(Ge, [["render", et]]), tt = ["tabindex"], nt = {
845
849
  ref: V,
846
850
  "parent-methods": ae,
847
851
  "show-drop-down": c.value,
848
- "enable-text-filter": s.value,
852
+ "enable-text-filter": i.value,
849
853
  "custom-icon": e.customIcon,
850
- "reverse-drop-down-list": g.value
854
+ "reverse-drop-down-list": y.value
851
855
  }, {
852
856
  default: be(() => [
853
857
  Z(he, {
854
858
  ref_key: "dropDownTextInput",
855
859
  ref: m,
856
- "enable-text-filter": s.value,
860
+ "enable-text-filter": i.value,
857
861
  "show-drop-down": c.value,
858
862
  placeholder: ie.value,
859
863
  "enable-button-click": k.value,
860
864
  "parent-methods": ae,
861
- "onUpdate:query": u[0] || (u[0] = (p) => S.value = p)
865
+ "onUpdate:query": l[0] || (l[0] = (f) => F.value = f)
862
866
  }, null, 8, ["enable-text-filter", "show-drop-down", "placeholder", "enable-button-click"])
863
867
  ]),
864
868
  _: 1
865
869
  }, 8, ["show-drop-down", "enable-text-filter", "custom-icon", "reverse-drop-down-list"])
866
870
  ]),
867
871
  _: 1
868
- }, 8, ["show-drop-down", "filteredListItems", "mouseHoveringOnList", "focusedIndex", "selectedIndex", "max-list-height-p-x", "list-animation-duration-ms", "blockListChange", "total-options-count", "enableScrollClose", "enable-text-filter"])
872
+ }, 8, ["show-drop-down", "filteredListItems", "mouseHoveringOnList", "focusedIndex", "selectedIndex", "max-list-height-p-x", "list-animation-duration-ms", "blockListChange", "total-options-count", "enableScrollClose"])
869
873
  ], 2));
870
874
  }
871
- }), lt = /* @__PURE__ */ K(st, [["__scopeId", "data-v-c65b5182"]]);
875
+ }), lt = /* @__PURE__ */ K(st, [["__scopeId", "data-v-6c6e7e6a"]]);
872
876
  export {
873
877
  lt as default
874
878
  };