@lumx/vue 4.12.0-next.3 → 4.12.0-next.4

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/index.js CHANGED
@@ -248,14 +248,14 @@ const id = {
248
248
  confirmationButtonRef: h,
249
249
  focusElement: p,
250
250
  Dialog: v,
251
- Toolbar: A,
251
+ Toolbar: y,
252
252
  Button: b,
253
253
  Icon: g,
254
254
  ...w
255
255
  } = e, {
256
256
  color: P,
257
257
  icon: k
258
- } = id[i] || {}, C = `${t}-title`, y = `${t}-description`, {
258
+ } = id[i] || {}, C = `${t}-title`, A = `${t}-description`, {
259
259
  label: O,
260
260
  onClick: _,
261
261
  ...T
@@ -272,14 +272,14 @@ const id = {
272
272
  id: t,
273
273
  role: "alertdialog",
274
274
  "aria-labelledby": C,
275
- "aria-describedby": y,
275
+ "aria-describedby": A,
276
276
  ...c
277
277
  },
278
278
  className: I(a, ud({
279
279
  [`kind-${i}`]: !!i
280
280
  }))
281
281
  }, w), {
282
- default: () => [f("header", null, [f(A, {
282
+ default: () => [f("header", null, [f(y, {
283
283
  className: "lumx-spacing-margin-horizontal",
284
284
  before: f(g, {
285
285
  icon: k,
@@ -291,11 +291,11 @@ const id = {
291
291
  className: "lumx-typography-title"
292
292
  }, [n])
293
293
  }, null)]), u && f(d, {
294
- id: y,
294
+ id: A,
295
295
  className: "lumx-typography-body2 lumx-spacing-padding-vertical-big lumx-spacing-padding-horizontal-huge"
296
296
  }, Cn(u) ? u : {
297
297
  default: () => [u]
298
- }), f("footer", null, [f(A, {
298
+ }), f("footer", null, [f(y, {
299
299
  className: "lumx-spacing-margin-horizontal",
300
300
  after: f(ee, null, [r && f(b, N(D, {
301
301
  ref: m,
@@ -419,13 +419,13 @@ function Do(e, t, n = {}) {
419
419
  d.value
420
420
  ], ([p, v]) => {
421
421
  if (u(), !d.value || !p.length) return;
422
- const A = new IntersectionObserver(t, {
422
+ const y = new IntersectionObserver(t, {
423
423
  root: Ye(v),
424
424
  rootMargin: r,
425
425
  threshold: o
426
426
  });
427
- p.forEach((b) => b && A.observe(b)), u = () => {
428
- A.disconnect(), u = Dt;
427
+ p.forEach((b) => b && y.observe(b)), u = () => {
428
+ y.disconnect(), u = Dt;
429
429
  };
430
430
  }, {
431
431
  immediate: i,
@@ -498,14 +498,14 @@ const gd = "lumx-dialog", {
498
498
  dialogProps: h,
499
499
  headerChildContent: p,
500
500
  isVisible: v,
501
- Portal: A,
501
+ Portal: y,
502
502
  HeadingLevelProvider: b,
503
503
  ThemeProvider: g,
504
504
  ClickAwayProvider: w,
505
505
  shouldPreventCloseOnClickAway: P,
506
506
  clickAwayRefs: k,
507
507
  rootRef: C,
508
- wrapperRef: y,
508
+ wrapperRef: A,
509
509
  hasTopIntersection: O,
510
510
  headerChildProps: _,
511
511
  setSentinelTop: T,
@@ -517,7 +517,7 @@ const gd = "lumx-dialog", {
517
517
  hasBottomIntersection: U,
518
518
  ...K
519
519
  } = e;
520
- return f(A, null, {
520
+ return f(y, null, {
521
521
  default: () => [f("div", N({
522
522
  ref: n
523
523
  }, K, {
@@ -549,7 +549,7 @@ const gd = "lumx-dialog", {
549
549
  }, {
550
550
  default: () => [f("section", {
551
551
  className: Ae("wrapper"),
552
- ref: y
552
+ ref: A
553
553
  }, [(a || p) && f("header", N(_, {
554
554
  className: I(Ae("header", {
555
555
  "has-divider": !!(o || O)
@@ -1042,8 +1042,8 @@ function Gd() {
1042
1042
  function i(l, c, u, d) {
1043
1043
  var m = d ? n : t, h = -1, p = c.length, v = l;
1044
1044
  for (l === c && (c = r(c)), u && (v = e(l, a(u))); ++h < p; )
1045
- for (var A = 0, b = c[h], g = u ? u(b) : b; (A = m(v, g, A, d)) > -1; )
1046
- v !== l && s.call(v, A, 1), s.call(l, A, 1);
1045
+ for (var y = 0, b = c[h], g = u ? u(b) : b; (y = m(v, g, y, d)) > -1; )
1046
+ v !== l && s.call(v, y, 1), s.call(l, y, 1);
1047
1047
  return l;
1048
1048
  }
1049
1049
  return ra = i, ra;
@@ -1207,23 +1207,23 @@ const nf = {
1207
1207
  c.value = C;
1208
1208
  }, m = F(null), h = F(null);
1209
1209
  Do(l, (C) => {
1210
- const y = C[0];
1211
- m.value = y ? !y.isIntersecting : null;
1210
+ const A = C[0];
1211
+ m.value = A ? !A.isIntersecting : null;
1212
1212
  }), Do(c, (C) => {
1213
- const y = C[0];
1214
- h.value = y ? !y.isIntersecting : null;
1213
+ const A = C[0];
1214
+ h.value = A ? !A.isIntersecting : null;
1215
1215
  });
1216
1216
  const p = S(() => e.preventAutoClose || e.preventCloseOnEscape), v = () => t("close");
1217
1217
  Qt(v, S(() => !!(e.isOpen && !p.value)));
1218
- const A = S(() => e.isOpen && s.value || !1);
1219
- co(A, S(() => e.focusElement)), uo(S(() => !0), S(() => {
1218
+ const y = S(() => e.isOpen && s.value || !1);
1219
+ co(y, S(() => e.focusElement)), uo(S(() => !0), S(() => {
1220
1220
  }), S(() => e.parentElement), s, S(() => !!e.isOpen)), fc(S(() => e.disableBodyScroll !== !1 && !!e.isOpen));
1221
1221
  const b = dc(S(() => !!e.isOpen), El, S(() => (C) => t("visibilityChange", C))), g = S(() => e.isOpen || b.value || e.closeMode === "hide"), w = S(() => [s]), P = S(() => e.preventAutoClose || e.preventCloseOnClick), k = (C) => {
1222
1222
  i.value = C, e.contentRef && (e.contentRef.value = C);
1223
1223
  };
1224
1224
  return () => {
1225
1225
  if (!g.value) return null;
1226
- const C = n.default?.() ?? [], y = C.find((x) => x.type === "header"), O = C.find((x) => x.type === "footer"), T = !!(y || O) ? C.filter((x) => x.type !== "header" && x.type !== "footer" && x.type !== Fl) : C;
1226
+ const C = n.default?.() ?? [], A = C.find((x) => x.type === "header"), O = C.find((x) => x.type === "footer"), T = !!(A || O) ? C.filter((x) => x.type !== "header" && x.type !== "footer" && x.type !== Fl) : C;
1227
1227
  return Ad({
1228
1228
  ...a,
1229
1229
  ClickAwayProvider: to,
@@ -1245,7 +1245,7 @@ const nf = {
1245
1245
  hasBottomIntersection: h.value,
1246
1246
  hasTopIntersection: m.value,
1247
1247
  header: void 0,
1248
- headerChildContent: n.header?.() ?? y?.children,
1248
+ headerChildContent: n.header?.() ?? A?.children,
1249
1249
  headerChildProps: void 0,
1250
1250
  isLoading: e.isLoading,
1251
1251
  isOpen: e.isOpen,
@@ -1349,7 +1349,7 @@ var ga, Is;
1349
1349
  function ff() {
1350
1350
  if (Is) return ga;
1351
1351
  Is = 1;
1352
- var e = lf(), t = mc(), n = cf(), a = uf(), r = df(), o = Nt(), s = oc(), i = "[object Map]", l = "[object Object]", c = "[object Promise]", u = "[object Set]", d = "[object WeakMap]", m = "[object DataView]", h = s(e), p = s(t), v = s(n), A = s(a), b = s(r), g = o;
1352
+ var e = lf(), t = mc(), n = cf(), a = uf(), r = df(), o = Nt(), s = oc(), i = "[object Map]", l = "[object Object]", c = "[object Promise]", u = "[object Set]", d = "[object WeakMap]", m = "[object DataView]", h = s(e), p = s(t), v = s(n), y = s(a), b = s(r), g = o;
1353
1353
  return (e && g(new e(new ArrayBuffer(1))) != m || t && g(new t()) != i || n && g(n.resolve()) != c || a && g(new a()) != u || r && g(new r()) != d) && (g = function(w) {
1354
1354
  var P = o(w), k = P == l ? w.constructor : void 0, C = k ? s(k) : "";
1355
1355
  if (C)
@@ -1360,7 +1360,7 @@ function ff() {
1360
1360
  return i;
1361
1361
  case v:
1362
1362
  return c;
1363
- case A:
1363
+ case y:
1364
1364
  return u;
1365
1365
  case b:
1366
1366
  return d;
@@ -1446,8 +1446,8 @@ var Sa, qs;
1446
1446
  function bf() {
1447
1447
  if (qs) return Sa;
1448
1448
  qs = 1;
1449
- var e = Nt(), t = ho(), n = en(), a = "[object Arguments]", r = "[object Array]", o = "[object Boolean]", s = "[object Date]", i = "[object Error]", l = "[object Function]", c = "[object Map]", u = "[object Number]", d = "[object Object]", m = "[object RegExp]", h = "[object Set]", p = "[object String]", v = "[object WeakMap]", A = "[object ArrayBuffer]", b = "[object DataView]", g = "[object Float32Array]", w = "[object Float64Array]", P = "[object Int8Array]", k = "[object Int16Array]", C = "[object Int32Array]", y = "[object Uint8Array]", O = "[object Uint8ClampedArray]", _ = "[object Uint16Array]", T = "[object Uint32Array]", x = {};
1450
- x[g] = x[w] = x[P] = x[k] = x[C] = x[y] = x[O] = x[_] = x[T] = !0, x[a] = x[r] = x[A] = x[o] = x[b] = x[s] = x[i] = x[l] = x[c] = x[u] = x[d] = x[m] = x[h] = x[p] = x[v] = !1;
1449
+ var e = Nt(), t = ho(), n = en(), a = "[object Arguments]", r = "[object Array]", o = "[object Boolean]", s = "[object Date]", i = "[object Error]", l = "[object Function]", c = "[object Map]", u = "[object Number]", d = "[object Object]", m = "[object RegExp]", h = "[object Set]", p = "[object String]", v = "[object WeakMap]", y = "[object ArrayBuffer]", b = "[object DataView]", g = "[object Float32Array]", w = "[object Float64Array]", P = "[object Int8Array]", k = "[object Int16Array]", C = "[object Int32Array]", A = "[object Uint8Array]", O = "[object Uint8ClampedArray]", _ = "[object Uint16Array]", T = "[object Uint32Array]", x = {};
1450
+ x[g] = x[w] = x[P] = x[k] = x[C] = x[A] = x[O] = x[_] = x[T] = !0, x[a] = x[r] = x[y] = x[o] = x[b] = x[s] = x[i] = x[l] = x[c] = x[u] = x[d] = x[m] = x[h] = x[p] = x[v] = !1;
1451
1451
  function R(D) {
1452
1452
  return n(D) && t(D.length) && !!x[e(D)];
1453
1453
  }
@@ -1571,7 +1571,7 @@ const rt = (e) => {
1571
1571
  size: h,
1572
1572
  theme: p = ce.light,
1573
1573
  variant: v,
1574
- fullWidth: A,
1574
+ fullWidth: y,
1575
1575
  ref: b,
1576
1576
  ...g
1577
1577
  } = e, w = o || s !== he.high && p === ce.dark && W.light || s === he.high && W.primary || W.dark;
@@ -1593,7 +1593,7 @@ const rt = (e) => {
1593
1593
  [`size-${h}`]: !!h,
1594
1594
  [`theme-${p}`]: !!(s === he.high && p),
1595
1595
  [`variant-${v}`]: !!v,
1596
- "is-full-width": A
1596
+ "is-full-width": y
1597
1597
  }));
1598
1598
  return rt({
1599
1599
  as: m || (g.href ? "a" : "button"),
@@ -1680,8 +1680,8 @@ const Vs = L({
1680
1680
  !p && (r || l) && (p = l === ce.dark ? W.light : W.dark);
1681
1681
  let v = h;
1682
1682
  !v && r && p === W.dark && (v = "L2");
1683
- let A = s;
1684
- return s && r ? s === H.xxs || s === H.xs ? A = H.s : s === H.xxl && (A = H.xl) : r && (A = H.m), f("i", N({
1683
+ let y = s;
1684
+ return s && r ? s === H.xxs || s === H.xs ? y = H.s : s === H.xxl && (y = H.xl) : r && (y = H.m), f("i", N({
1685
1685
  ref: i
1686
1686
  }, d, {
1687
1687
  className: I(t, Rf({
@@ -1689,7 +1689,7 @@ const Vs = L({
1689
1689
  [`color-variant-${v}`]: !!v,
1690
1690
  "has-shape": r,
1691
1691
  [`theme-${l}`]: !!l,
1692
- [`size-${A}`]: !!A,
1692
+ [`size-${y}`]: !!y,
1693
1693
  "no-shape": !r,
1694
1694
  "has-dark-layer": !r && p === W.yellow && o === gt,
1695
1695
  path: !0,
@@ -1895,7 +1895,7 @@ const pe = /* @__PURE__ */ L((e, {
1895
1895
  // Redefine properties so that they come in as `props` on the `defineComponent` function
1896
1896
  props: E()("leftIcon", "rightIcon", "color", "emphasis", "hasBackground", "href", "isDisabled", "isSelected", "name", "size", "theme", "class", "aria-disabled", "disabled", "fullWidth", "isActive", "isFocused", "isHovered", "linkAs", "target", "type"),
1897
1897
  emits: Vf
1898
- }), $A = "Toolbar", Wf = "lumx-toolbar", {
1898
+ }), RA = "Toolbar", Wf = "lumx-toolbar", {
1899
1899
  block: Uf,
1900
1900
  element: _a
1901
1901
  } = B(Wf), Gf = (e) => {
@@ -1938,7 +1938,7 @@ const pe = /* @__PURE__ */ L((e, {
1938
1938
  props: E()("class")
1939
1939
  }), Xf = {
1940
1940
  close: () => !0
1941
- }, RA = /* @__PURE__ */ L((e, {
1941
+ }, MA = /* @__PURE__ */ L((e, {
1942
1942
  emit: t,
1943
1943
  slots: n
1944
1944
  }) => {
@@ -2099,14 +2099,14 @@ const th = "lumx-thumbnail", {
2099
2099
  imgRef: h,
2100
2100
  isLoading: p,
2101
2101
  objectFit: v,
2102
- loading: A = Us.loading,
2102
+ loading: y = Us.loading,
2103
2103
  loadingPlaceholderImageRef: b,
2104
2104
  isAnyDisabled: g,
2105
2105
  disabledStateProps: w,
2106
2106
  size: P,
2107
2107
  theme: k,
2108
2108
  loadingState: C,
2109
- variant: y,
2109
+ variant: A,
2110
2110
  linkProps: O,
2111
2111
  linkAs: _,
2112
2112
  handleClick: T,
@@ -2125,7 +2125,7 @@ const th = "lumx-thumbnail", {
2125
2125
  [`aspect-ratio-${a}`]: !!a,
2126
2126
  [`size-${P}`]: !!P,
2127
2127
  [`theme-${k}`]: !!k,
2128
- [`variant-${y}`]: !!y,
2128
+ [`variant-${A}`]: !!A,
2129
2129
  "is-clickable": Y,
2130
2130
  "has-error": q,
2131
2131
  "has-icon-error-fallback": z,
@@ -2158,7 +2158,7 @@ const th = "lumx-thumbnail", {
2158
2158
  crossOrigin: s,
2159
2159
  src: d,
2160
2160
  alt: n,
2161
- loading: A
2161
+ loading: y
2162
2162
  }), null), !D && q && f("span", {
2163
2163
  className: pt("fallback")
2164
2164
  }, [z ? Z({
@@ -2260,7 +2260,7 @@ const sh = {
2260
2260
  isLoaded: h
2261
2261
  }), v = (b) => {
2262
2262
  c.value || t("click", b);
2263
- }, A = (b) => {
2263
+ }, y = (b) => {
2264
2264
  c.value || t("keyPress", b);
2265
2265
  };
2266
2266
  return () => {
@@ -2279,7 +2279,7 @@ const sh = {
2279
2279
  imgRef: s,
2280
2280
  image: e.image,
2281
2281
  handleClick: i ? v : void 0,
2282
- handleKeyPress: l ? A : void 0,
2282
+ handleKeyPress: l ? y : void 0,
2283
2283
  fallback: g,
2284
2284
  badge: b && (Array.isArray(b) ? b.map((k) => ({
2285
2285
  ...k,
@@ -2301,10 +2301,10 @@ const sh = {
2301
2301
  inheritAttrs: !1,
2302
2302
  props: E()("align", "alt", "aspectRatio", "class", "crossOrigin", "fillHeight", "focusPoint", "image", "imgProps", "isLoading", "linkAs", "linkProps", "loading", "loadingPlaceholderImageRef", "objectFit", "size", "theme", "variant", "aria-disabled", "aria-label"),
2303
2303
  emits: sh
2304
- }), MA = {
2304
+ }), DA = {
2305
2305
  squared: "squared",
2306
2306
  rounded: "rounded"
2307
- }, DA = {
2307
+ }, BA = {
2308
2308
  cover: "cover",
2309
2309
  contain: "contain"
2310
2310
  }, ih = /* @__PURE__ */ L((e, {
@@ -2326,12 +2326,12 @@ const sh = {
2326
2326
  ...v
2327
2327
  } = {
2328
2328
  ...n
2329
- }, A = t.actions?.(), b = t.badge?.();
2329
+ }, y = t.actions?.(), b = t.badge?.();
2330
2330
  return f(Jf, N(v, {
2331
2331
  className: r.value,
2332
2332
  theme: m,
2333
2333
  size: i,
2334
- actions: A,
2334
+ actions: y,
2335
2335
  badge: b,
2336
2336
  image: f(nn, N({
2337
2337
  linkProps: c,
@@ -2466,9 +2466,9 @@ function Pc(e, t, n) {
2466
2466
  const k = w > 0, C = Math.abs(w);
2467
2467
  if (!P)
2468
2468
  return (k ? h() : p()) ? C === 1 ? !0 : v(k ? w - 1 : w + 1) : !1;
2469
- const y = u();
2470
- y.currentNode = P;
2471
- const O = k ? () => y.nextNode() : () => y.previousNode();
2469
+ const A = u();
2470
+ A.currentNode = P;
2471
+ const O = k ? () => A.nextNode() : () => A.previousNode();
2472
2472
  let _ = 0, T = null;
2473
2473
  for (let x = 0; x < C; x++) {
2474
2474
  const R = O();
@@ -2477,13 +2477,13 @@ function Pc(e, t, n) {
2477
2477
  else if (s) {
2478
2478
  const D = k ? d() : m();
2479
2479
  if (!D || D === P) break;
2480
- T = D, _ += 1, y.currentNode = D;
2480
+ T = D, _ += 1, A.currentNode = D;
2481
2481
  } else
2482
2482
  break;
2483
2483
  }
2484
2484
  return _ === 0 ? !1 : (lt(l, t, T), !0);
2485
2485
  }
2486
- const A = () => v(1), b = () => v(-1);
2486
+ const y = () => v(1), b = () => v(-1);
2487
2487
  function g() {
2488
2488
  const w = l();
2489
2489
  w && t.onDeactivate(w), t.onClear?.();
@@ -2532,13 +2532,13 @@ function Pc(e, t, n) {
2532
2532
  return o === "vertical" ? b() : !1;
2533
2533
  },
2534
2534
  goDown() {
2535
- return o === "vertical" ? A() : !1;
2535
+ return o === "vertical" ? y() : !1;
2536
2536
  },
2537
2537
  goLeft() {
2538
2538
  return o === "horizontal" ? b() : !1;
2539
2539
  },
2540
2540
  goRight() {
2541
- return o === "horizontal" ? A() : !1;
2541
+ return o === "horizontal" ? y() : !1;
2542
2542
  }
2543
2543
  };
2544
2544
  }
@@ -2570,21 +2570,21 @@ function fh(e, t, n) {
2570
2570
  return an(a, r);
2571
2571
  }
2572
2572
  function h(C) {
2573
- const y = m();
2573
+ const A = m();
2574
2574
  if (C === "all") {
2575
2575
  const T = [];
2576
- let x = y.nextNode();
2576
+ let x = A.nextNode();
2577
2577
  for (; x; )
2578
- d(x) && T.push(x), x = y.nextNode();
2578
+ d(x) && T.push(x), x = A.nextNode();
2579
2579
  return T;
2580
2580
  }
2581
- let O = null, _ = y.nextNode();
2581
+ let O = null, _ = A.nextNode();
2582
2582
  for (; _; ) {
2583
2583
  if (d(_)) {
2584
2584
  if (C === "first") return _;
2585
2585
  O = _;
2586
2586
  }
2587
- _ = y.nextNode();
2587
+ _ = A.nextNode();
2588
2588
  }
2589
2589
  return O;
2590
2590
  }
@@ -2592,13 +2592,13 @@ function fh(e, t, n) {
2592
2592
  return Array.from(C.querySelectorAll(o));
2593
2593
  }
2594
2594
  function v(C) {
2595
- const y = C.closest(r);
2596
- return y && a.contains(y) ? y : null;
2595
+ const A = C.closest(r);
2596
+ return A && a.contains(A) ? A : null;
2597
2597
  }
2598
- function A(C, y) {
2598
+ function y(C, A) {
2599
2599
  const O = m();
2600
2600
  O.currentNode = C;
2601
- const _ = y === "next" ? () => O.nextNode() : () => O.previousNode();
2601
+ const _ = A === "next" ? () => O.nextNode() : () => O.previousNode();
2602
2602
  let T = _();
2603
2603
  for (; T; ) {
2604
2604
  if (d(T)) return T;
@@ -2606,10 +2606,10 @@ function fh(e, t, n) {
2606
2606
  }
2607
2607
  return null;
2608
2608
  }
2609
- function b(C, y) {
2609
+ function b(C, A) {
2610
2610
  const O = p(C);
2611
2611
  if (O.length === 0) return !1;
2612
- const _ = Math.min(y, O.length - 1);
2612
+ const _ = Math.min(A, O.length - 1);
2613
2613
  return l.setActive(O[_]), !0;
2614
2614
  }
2615
2615
  function g() {
@@ -2622,15 +2622,15 @@ function fh(e, t, n) {
2622
2622
  }
2623
2623
  function P(C) {
2624
2624
  if (!l.active) return !1;
2625
- const y = v(l.active);
2626
- if (!y) return !1;
2627
- const O = p(y), _ = O.indexOf(l.active);
2625
+ const A = v(l.active);
2626
+ if (!A) return !1;
2627
+ const O = p(A), _ = O.indexOf(l.active);
2628
2628
  if (_ === -1) return !1;
2629
2629
  const T = _ + C;
2630
2630
  if (T >= 0 && T < O.length)
2631
2631
  return c = T, l.setActive(O[T]), !0;
2632
2632
  if (!i) return !1;
2633
- const x = C > 0 ? "next" : "prev", D = A(y, x) ?? (C > 0 ? h("first") : h("last"));
2633
+ const x = C > 0 ? "next" : "prev", D = y(A, x) ?? (C > 0 ? h("first") : h("last"));
2634
2634
  if (!D) return !1;
2635
2635
  const q = p(D);
2636
2636
  if (q.length === 0) return !1;
@@ -2640,9 +2640,9 @@ function fh(e, t, n) {
2640
2640
  function k(C) {
2641
2641
  if (!l.active)
2642
2642
  return C === "next" ? g() : w();
2643
- const y = v(l.active);
2644
- if (!y) return !1;
2645
- const O = A(y, C);
2643
+ const A = v(l.active);
2644
+ if (!A) return !1;
2645
+ const O = y(A, C);
2646
2646
  if (O) return b(O, c);
2647
2647
  if (i) {
2648
2648
  const _ = h(C === "next" ? "first" : "last");
@@ -2665,22 +2665,22 @@ function fh(e, t, n) {
2665
2665
  goToLast: w,
2666
2666
  goToOffset(C) {
2667
2667
  if (C === 0) return l.active !== null;
2668
- const y = h("all");
2669
- if (y.length === 0) return !1;
2668
+ const A = h("all");
2669
+ if (A.length === 0) return !1;
2670
2670
  if (!l.active) {
2671
- const x = C > 0 ? 0 : y.length - 1, R = C > 0 ? C - 1 : C + 1, D = Math.max(0, Math.min(x + R, y.length - 1));
2672
- return b(y[D], c);
2671
+ const x = C > 0 ? 0 : A.length - 1, R = C > 0 ? C - 1 : C + 1, D = Math.max(0, Math.min(x + R, A.length - 1));
2672
+ return b(A[D], c);
2673
2673
  }
2674
2674
  const O = v(l.active);
2675
2675
  if (!O) return !1;
2676
- const _ = y.indexOf(O);
2676
+ const _ = A.indexOf(O);
2677
2677
  if (_ === -1) return !1;
2678
- const T = Math.max(0, Math.min(_ + C, y.length - 1));
2679
- return T === _ ? !1 : b(y[T], c);
2678
+ const T = Math.max(0, Math.min(_ + C, A.length - 1));
2679
+ return T === _ ? !1 : b(A[T], c);
2680
2680
  },
2681
2681
  goToItemMatching(C) {
2682
- const y = m();
2683
- let O = y.nextNode();
2682
+ const A = m();
2683
+ let O = A.nextNode();
2684
2684
  for (; O; ) {
2685
2685
  if (d(O)) {
2686
2686
  const _ = p(O);
@@ -2688,14 +2688,14 @@ function fh(e, t, n) {
2688
2688
  if (C(_[T]))
2689
2689
  return c = T, l.setActive(_[T]), !0;
2690
2690
  }
2691
- O = y.nextNode();
2691
+ O = A.nextNode();
2692
2692
  }
2693
2693
  return !1;
2694
2694
  },
2695
2695
  goToItem(C) {
2696
- const y = v(C);
2697
- if (!y || !u(y)) return !1;
2698
- const _ = p(y).indexOf(C);
2696
+ const A = v(C);
2697
+ if (!A || !u(A)) return !1;
2698
+ const _ = p(A).indexOf(C);
2699
2699
  return _ === -1 ? !1 : (c = _, l.setActive(C), !0);
2700
2700
  },
2701
2701
  clear() {
@@ -2801,52 +2801,52 @@ function mh(e, t) {
2801
2801
  w && (b ? d.goToItem(w) : m(w, "0"));
2802
2802
  }
2803
2803
  p();
2804
- const A = new MutationObserver((b) => {
2804
+ const y = new MutationObserver((b) => {
2805
2805
  let g = null, w = null, P = null;
2806
2806
  const k = [], C = [];
2807
- for (const y of b) {
2808
- if (y.type === "childList") {
2807
+ for (const A of b) {
2808
+ if (A.type === "childList") {
2809
2809
  if (!g)
2810
- for (const _ of y.removedNodes) {
2810
+ for (const _ of A.removedNodes) {
2811
2811
  const { value: T } = Ys(_, l).next();
2812
2812
  if (T) {
2813
- g = T, w = y.nextSibling ?? y.previousSibling ?? null;
2813
+ g = T, w = A.nextSibling ?? A.previousSibling ?? null;
2814
2814
  break;
2815
2815
  }
2816
2816
  }
2817
- for (const _ of y.addedNodes)
2817
+ for (const _ of A.addedNodes)
2818
2818
  for (const T of Ys(_, a))
2819
2819
  C.push(T);
2820
2820
  }
2821
- const O = y.target;
2822
- y.type === "attributes" && O.matches(a) && (y.attributeName === s && O.getAttribute(s) === "true" ? P = O : o && O.matches(o) && k.push(O));
2821
+ const O = A.target;
2822
+ A.type === "attributes" && O.matches(a) && (A.attributeName === s && O.getAttribute(s) === "true" ? P = O : o && O.matches(o) && k.push(O));
2823
2823
  }
2824
2824
  if (g) {
2825
- const y = u.hasFocus;
2826
- u.reset(), v(y, w);
2825
+ const A = u.hasFocus;
2826
+ u.reset(), v(A, w);
2827
2827
  }
2828
2828
  if (C.length > 0) {
2829
- const y = n.querySelector(l) !== null;
2830
- h(C, y);
2829
+ const A = n.querySelector(l) !== null;
2830
+ h(C, A);
2831
2831
  }
2832
2832
  if (k.length > 0) {
2833
- const y = d.activeItem;
2833
+ const A = d.activeItem;
2834
2834
  for (const T of k)
2835
2835
  m(T, "-1");
2836
- const _ = !!(y && k.includes(y) && u.hasFocus);
2836
+ const _ = !!(A && k.includes(A) && u.hasFocus);
2837
2837
  v(_);
2838
2838
  }
2839
2839
  if (P) {
2840
- const y = n.querySelector(l);
2841
- y && y !== P && m(y, "-1"), m(P, "0");
2840
+ const A = n.querySelector(l);
2841
+ A && A !== P && m(A, "-1"), m(P, "0");
2842
2842
  }
2843
2843
  });
2844
- return A.observe(n, {
2844
+ return y.observe(n, {
2845
2845
  childList: !0,
2846
2846
  subtree: !0,
2847
2847
  attributes: !0,
2848
2848
  attributeFilter: ["aria-disabled", "disabled", s]
2849
- }), t.addEventListener("abort", () => A.disconnect()), n.addEventListener(
2849
+ }), t.addEventListener("abort", () => y.disconnect()), n.addEventListener(
2850
2850
  "keydown",
2851
2851
  (b) => {
2852
2852
  if (!d.activeItem) {
@@ -2956,7 +2956,7 @@ function Sc(e, t, n) {
2956
2956
  function v(x, R) {
2957
2957
  p[x].forEach((D) => D(R));
2958
2958
  }
2959
- function A() {
2959
+ function y() {
2960
2960
  for (const [q] of u)
2961
2961
  Xs(q, u, c);
2962
2962
  let x = 0;
@@ -2976,7 +2976,7 @@ function Sc(e, t, n) {
2976
2976
  const x = g > 0;
2977
2977
  v("loadingChange", x), x ? k() : (clearTimeout(w), P && (P = !1, v("loadingAnnouncement", !1)));
2978
2978
  }
2979
- let y;
2979
+ let A;
2980
2980
  function O() {
2981
2981
  d?.abort(), d = null, s = null;
2982
2982
  }
@@ -2988,29 +2988,29 @@ function Sc(e, t, n) {
2988
2988
  return;
2989
2989
  }
2990
2990
  let U = !1;
2991
- const { altKey: K } = z, j = y.focusNav;
2991
+ const { altKey: K } = z, j = A.focusNav;
2992
2992
  switch (z.key) {
2993
2993
  case "Enter":
2994
- if (y.isOpen && j?.hasActiveItem && j.activeItem) {
2994
+ if (A.isOpen && j?.hasActiveItem && j.activeItem) {
2995
2995
  const { activeItem: Y } = j;
2996
- Nc(Y) || Y.click(), !y.isMultiSelect && !Cc(Y) && y.setIsOpen(!1);
2997
- } else y.isMultiSelect || y.setIsOpen(!y.isOpen);
2996
+ Nc(Y) || Y.click(), !A.isMultiSelect && !Cc(Y) && A.setIsOpen(!1);
2997
+ } else A.isMultiSelect || A.setIsOpen(!A.isOpen);
2998
2998
  U = !0;
2999
2999
  break;
3000
3000
  case "ArrowDown":
3001
- j?.hasNavigableItems && (y.isOpen && !K ? j.hasActiveItem ? j.type === "grid" ? j.goDown() : !j.goToOffset(1) && a && j.goToFirst() : Gs(j) : (y.setIsOpen(!0), K || Gs(j))), U = !0;
3001
+ j?.hasNavigableItems && (A.isOpen && !K ? j.hasActiveItem ? j.type === "grid" ? j.goDown() : !j.goToOffset(1) && a && j.goToFirst() : Gs(j) : (A.setIsOpen(!0), K || Gs(j))), U = !0;
3002
3002
  break;
3003
3003
  case "ArrowUp":
3004
- j?.hasNavigableItems && (!y.isOpen && !K ? (y.setIsOpen(!0), Ks(j)) : y.isOpen && j.hasActiveItem ? j.type === "grid" ? j.goUp() : !j.goToOffset(-1) && a && j.goToLast() : y.isOpen && !j.hasActiveItem && !K && Ks(j)), U = !0;
3004
+ j?.hasNavigableItems && (!A.isOpen && !K ? (A.setIsOpen(!0), Ks(j)) : A.isOpen && j.hasActiveItem ? j.type === "grid" ? j.goUp() : !j.goToOffset(-1) && a && j.goToLast() : A.isOpen && !j.hasActiveItem && !K && Ks(j)), U = !0;
3005
3005
  break;
3006
3006
  case "Escape":
3007
- y.isOpen ? y.setIsOpen(!1) : y.select(null), U = !0;
3007
+ A.isOpen ? A.setIsOpen(!1) : A.select(null), U = !0;
3008
3008
  break;
3009
3009
  case "PageUp":
3010
- y.isOpen && j?.hasActiveItem && j.goToOffset(-10), U = !0;
3010
+ A.isOpen && j?.hasActiveItem && j.goToOffset(-10), U = !0;
3011
3011
  break;
3012
3012
  case "PageDown":
3013
- y.isOpen && j?.hasActiveItem && j.goToOffset(10), U = !0;
3013
+ A.isOpen && j?.hasActiveItem && j.goToOffset(10), U = !0;
3014
3014
  break;
3015
3015
  }
3016
3016
  U && (z.stopPropagation(), z.preventDefault());
@@ -3021,18 +3021,18 @@ function Sc(e, t, n) {
3021
3021
  if (!r) return;
3022
3022
  const x = !d;
3023
3023
  if (d || (d = new AbortController()), r.getAttribute("aria-activedescendant") || r.setAttribute("aria-activedescendant", ""), r.setAttribute("aria-expanded", String(i)), x) {
3024
- const R = n?.(y, d.signal) || void 0;
3024
+ const R = n?.(A, d.signal) || void 0;
3025
3025
  _(r, d.signal, R), r.addEventListener(
3026
3026
  "focusout",
3027
3027
  () => {
3028
- y.setIsOpen(!1);
3028
+ A.setIsOpen(!1);
3029
3029
  },
3030
3030
  { signal: d.signal }
3031
3031
  );
3032
3032
  }
3033
- o && !s && (s = Zs(y, d.signal, v));
3033
+ o && !s && (s = Zs(A, d.signal, v));
3034
3034
  }
3035
- return y = {
3035
+ return A = {
3036
3036
  get trigger() {
3037
3037
  return r;
3038
3038
  },
@@ -3058,12 +3058,12 @@ function Sc(e, t, n) {
3058
3058
  }
3059
3059
  },
3060
3060
  select(x) {
3061
- e.onSelect({ value: x ? mt(x) : "" }, y);
3061
+ e.onSelect({ value: x ? mt(x) : "" }, A);
3062
3062
  },
3063
3063
  registerOption(x, R) {
3064
3064
  const D = l.toLowerCase(), q = mt(x).toLowerCase(), z = D.length > 0 && !q.includes(D);
3065
- return c.set(x, { callback: R, lastFiltered: z }), R(z), A(), () => {
3066
- c.delete(x), A();
3065
+ return c.set(x, { callback: R, lastFiltered: z }), R(z), y(), () => {
3066
+ c.delete(x), y();
3067
3067
  };
3068
3068
  },
3069
3069
  setFilter(x) {
@@ -3073,13 +3073,13 @@ function Sc(e, t, n) {
3073
3073
  const z = mt(D).toLowerCase(), U = R.length > 0 && !z.includes(R);
3074
3074
  U !== q.lastFiltered && (q.lastFiltered = U, q.callback(U));
3075
3075
  }
3076
- A();
3076
+ y();
3077
3077
  },
3078
3078
  refilterOption(x) {
3079
3079
  const R = c.get(x);
3080
3080
  if (!R) return;
3081
3081
  const D = l.toLowerCase(), q = mt(x).toLowerCase(), z = D.length > 0 && !q.includes(D);
3082
- z !== R.lastFiltered && (R.lastFiltered = z, R.callback(z), A());
3082
+ z !== R.lastFiltered && (R.lastFiltered = z, R.callback(z), y());
3083
3083
  },
3084
3084
  registerSection(x, R) {
3085
3085
  return u.set(x, { callback: R, last: { hidden: !1, "aria-hidden": !1 } }), Xs(x, u, c, !0), () => {
@@ -3101,7 +3101,7 @@ function Sc(e, t, n) {
3101
3101
  if (o === x) return () => {
3102
3102
  };
3103
3103
  const R = !!o;
3104
- return o = x, r && d && (R ? (O(), T()) : s = Zs(y, d.signal, v)), () => {
3104
+ return o = x, r && d && (R ? (O(), T()) : s = Zs(A, d.signal, v)), () => {
3105
3105
  o === x && (o = null, s = null);
3106
3106
  };
3107
3107
  },
@@ -3115,7 +3115,7 @@ function Sc(e, t, n) {
3115
3115
  for (const x of Object.values(p))
3116
3116
  x.clear();
3117
3117
  }
3118
- }, y;
3118
+ }, A;
3119
3119
  }
3120
3120
  const ph = 500;
3121
3121
  function vh(e, t, n) {
@@ -3130,7 +3130,7 @@ function vh(e, t, n) {
3130
3130
  if (!c) return null;
3131
3131
  const u = c.nextNode();
3132
3132
  if (!u) return null;
3133
- const d = a.split("").every((A) => A === a[0]), m = d ? a[0] : a, h = l && c.root.contains(l) ? l : null;
3133
+ const d = a.split("").every((y) => y === a[0]), m = d ? a[0] : a, h = l && c.root.contains(l) ? l : null;
3134
3134
  let p;
3135
3135
  h ? (c.currentNode = h, d ? p = c.nextNode() ?? u : p = h) : p = u, c.currentNode = p;
3136
3136
  let v = p;
@@ -3394,8 +3394,8 @@ async function Ih(e, t) {
3394
3394
  elementContext: d = "floating",
3395
3395
  altBoundary: m = !1,
3396
3396
  padding: h = 0
3397
- } = We(t, e), p = _c(h), A = i[m ? d === "floating" ? "reference" : "floating" : d], b = Vt(await o.getClippingRect({
3398
- element: (n = await (o.isElement == null ? void 0 : o.isElement(A))) == null || n ? A : A.contextElement || await (o.getDocumentElement == null ? void 0 : o.getDocumentElement(i.floating)),
3397
+ } = We(t, e), p = _c(h), y = i[m ? d === "floating" ? "reference" : "floating" : d], b = Vt(await o.getClippingRect({
3398
+ element: (n = await (o.isElement == null ? void 0 : o.isElement(y))) == null || n ? y : y.contextElement || await (o.getDocumentElement == null ? void 0 : o.getDocumentElement(i.floating)),
3399
3399
  boundary: c,
3400
3400
  rootBoundary: u,
3401
3401
  strategy: l
@@ -3438,12 +3438,12 @@ const Lh = async (e, t, n) => {
3438
3438
  x: u,
3439
3439
  y: d
3440
3440
  } = ni(c, a, l), m = a, h = {}, p = 0;
3441
- for (let A = 0; A < i.length; A++) {
3441
+ for (let y = 0; y < i.length; y++) {
3442
3442
  var v;
3443
3443
  const {
3444
3444
  name: b,
3445
3445
  fn: g
3446
- } = i[A], {
3446
+ } = i[y], {
3447
3447
  x: w,
3448
3448
  y: P,
3449
3449
  data: k,
@@ -3478,7 +3478,7 @@ const Lh = async (e, t, n) => {
3478
3478
  }) : C.rects), {
3479
3479
  x: u,
3480
3480
  y: d
3481
- } = ni(c, m, l)), A = -1);
3481
+ } = ni(c, m, l)), y = -1);
3482
3482
  }
3483
3483
  return {
3484
3484
  x: u,
@@ -3508,10 +3508,10 @@ const Lh = async (e, t, n) => {
3508
3508
  const d = _c(u), m = {
3509
3509
  x: n,
3510
3510
  y: a
3511
- }, h = po(r), p = mo(h), v = await s.getDimensions(c), A = h === "y", b = A ? "top" : "left", g = A ? "bottom" : "right", w = A ? "clientHeight" : "clientWidth", P = o.reference[p] + o.reference[h] - m[h] - o.floating[p], k = m[h] - o.reference[h], C = await (s.getOffsetParent == null ? void 0 : s.getOffsetParent(c));
3512
- let y = C ? C[w] : 0;
3513
- (!y || !await (s.isElement == null ? void 0 : s.isElement(C))) && (y = i.floating[w] || o.floating[p]);
3514
- const O = P / 2 - k / 2, _ = y / 2 - v[p] / 2 - 1, T = Ie(d[b], _), x = Ie(d[g], _), R = T, D = y - v[p] - x, q = y / 2 - v[p] / 2 + O, z = Xr(R, q, D), U = !l.arrow && ie(r) != null && q !== z && o.reference[p] / 2 - (q < R ? T : x) - v[p] / 2 < 0, K = U ? q < R ? q - R : q - D : 0;
3511
+ }, h = po(r), p = mo(h), v = await s.getDimensions(c), y = h === "y", b = y ? "top" : "left", g = y ? "bottom" : "right", w = y ? "clientHeight" : "clientWidth", P = o.reference[p] + o.reference[h] - m[h] - o.floating[p], k = m[h] - o.reference[h], C = await (s.getOffsetParent == null ? void 0 : s.getOffsetParent(c));
3512
+ let A = C ? C[w] : 0;
3513
+ (!A || !await (s.isElement == null ? void 0 : s.isElement(C))) && (A = i.floating[w] || o.floating[p]);
3514
+ const O = P / 2 - k / 2, _ = A / 2 - v[p] / 2 - 1, T = Ie(d[b], _), x = Ie(d[g], _), R = T, D = A - v[p] - x, q = A / 2 - v[p] / 2 + O, z = Xr(R, q, D), U = !l.arrow && ie(r) != null && q !== z && o.reference[p] / 2 - (q < R ? T : x) - v[p] / 2 < 0, K = U ? q < R ? q - R : q - D : 0;
3515
3515
  return {
3516
3516
  [h]: m[h] + K,
3517
3517
  data: {
@@ -3546,7 +3546,7 @@ const Rh = function(e) {
3546
3546
  allowedPlacements: m = Qs,
3547
3547
  autoAlignment: h = !0,
3548
3548
  ...p
3549
- } = We(e, t), v = d !== void 0 || m === Qs ? $h(d || null, h, m) : m, A = await l.detectOverflow(t, p), b = ((n = s.autoPlacement) == null ? void 0 : n.index) || 0, g = v[b];
3549
+ } = We(e, t), v = d !== void 0 || m === Qs ? $h(d || null, h, m) : m, y = await l.detectOverflow(t, p), b = ((n = s.autoPlacement) == null ? void 0 : n.index) || 0, g = v[b];
3550
3550
  if (g == null)
3551
3551
  return {};
3552
3552
  const w = Oc(g, o, await (l.isRTL == null ? void 0 : l.isRTL(c.floating)));
@@ -3556,7 +3556,7 @@ const Rh = function(e) {
3556
3556
  placement: v[0]
3557
3557
  }
3558
3558
  };
3559
- const P = [A[ve(g)], A[w[0]], A[w[1]]], k = [...((a = s.autoPlacement) == null ? void 0 : a.overflows) || [], {
3559
+ const P = [y[ve(g)], y[w[0]], y[w[1]]], k = [...((a = s.autoPlacement) == null ? void 0 : a.overflows) || [], {
3560
3560
  placement: g,
3561
3561
  overflows: P
3562
3562
  }], C = v[b + 1];
@@ -3570,7 +3570,7 @@ const Rh = function(e) {
3570
3570
  placement: C
3571
3571
  }
3572
3572
  };
3573
- const y = k.map((T) => {
3573
+ const A = k.map((T) => {
3574
3574
  const x = ie(T.placement);
3575
3575
  return [T.placement, x && u ? (
3576
3576
  // Check along the mainAxis and main crossAxis side.
@@ -3579,12 +3579,12 @@ const Rh = function(e) {
3579
3579
  // Check only the mainAxis.
3580
3580
  T.overflows[0]
3581
3581
  ), T.overflows];
3582
- }).sort((T, x) => T[1] - x[1]), _ = ((r = y.filter((T) => T[2].slice(
3582
+ }).sort((T, x) => T[1] - x[1]), _ = ((r = A.filter((T) => T[2].slice(
3583
3583
  0,
3584
3584
  // Aligned placements should not check their opposite crossAxis
3585
3585
  // side.
3586
3586
  ie(T[0]) ? 2 : 3
3587
- ).every((x) => x <= 0))[0]) == null ? void 0 : r[0]) || y[0][0];
3587
+ ).every((x) => x <= 0))[0]) == null ? void 0 : r[0]) || A[0][0];
3588
3588
  return _ !== i ? {
3589
3589
  data: {
3590
3590
  index: b + 1,
@@ -3616,13 +3616,13 @@ const Rh = function(e) {
3616
3616
  fallbackStrategy: h = "bestFit",
3617
3617
  fallbackAxisSideDirection: p = "none",
3618
3618
  flipAlignment: v = !0,
3619
- ...A
3619
+ ...y
3620
3620
  } = We(e, t);
3621
3621
  if ((n = o.arrow) != null && n.alignmentOffset)
3622
3622
  return {};
3623
3623
  const b = ve(r), g = Ne(i), w = ve(i) === i, P = await (l.isRTL == null ? void 0 : l.isRTL(c.floating)), k = m || (w || !v ? [Ht(i)] : Ph(i)), C = p !== "none";
3624
3624
  !m && C && k.push(..._h(i, v, p, P));
3625
- const y = [i, ...k], O = await l.detectOverflow(t, A), _ = [];
3625
+ const A = [i, ...k], O = await l.detectOverflow(t, y), _ = [];
3626
3626
  let T = ((a = o.flip) == null ? void 0 : a.overflows) || [];
3627
3627
  if (u && _.push(O[b]), d) {
3628
3628
  const q = Oc(r, s, P);
@@ -3633,7 +3633,7 @@ const Rh = function(e) {
3633
3633
  overflows: _
3634
3634
  }], !_.every((q) => q <= 0)) {
3635
3635
  var x, R;
3636
- const q = (((x = o.flip) == null ? void 0 : x.index) || 0) + 1, z = y[q];
3636
+ const q = (((x = o.flip) == null ? void 0 : x.index) || 0) + 1, z = A[q];
3637
3637
  if (z && (!(d === "alignment" ? g !== Ne(z) : !1) || // We leave the current main axis only if every placement on that axis
3638
3638
  // overflows the main axis.
3639
3639
  T.every((j) => Ne(j.placement) === g ? j.overflows[0] > 0 : !0)))
@@ -3766,16 +3766,16 @@ const Fh = function(e) {
3766
3766
  const b = m === "y" ? "top" : "left", g = m === "y" ? "bottom" : "right", w = v + d[b], P = v - d[g];
3767
3767
  v = Xr(w, v, P);
3768
3768
  }
3769
- const A = l.fn({
3769
+ const y = l.fn({
3770
3770
  ...t,
3771
3771
  [h]: p,
3772
3772
  [m]: v
3773
3773
  });
3774
3774
  return {
3775
- ...A,
3775
+ ...y,
3776
3776
  data: {
3777
- x: A.x - n,
3778
- y: A.y - a,
3777
+ x: y.x - n,
3778
+ y: y.y - a,
3779
3779
  enabled: {
3780
3780
  [h]: s,
3781
3781
  [m]: i
@@ -3803,18 +3803,18 @@ const Fh = function(e) {
3803
3803
  width: p,
3804
3804
  height: v
3805
3805
  } = o.floating;
3806
- let A, b;
3807
- d === "top" || d === "bottom" ? (A = d, b = m === (await (s.isRTL == null ? void 0 : s.isRTL(i.floating)) ? "start" : "end") ? "left" : "right") : (b = d, A = m === "end" ? "top" : "bottom");
3808
- const g = v - u.top - u.bottom, w = p - u.left - u.right, P = Ie(v - u[A], g), k = Ie(p - u[b], w), C = !t.middlewareData.shift;
3809
- let y = P, O = k;
3810
- if ((n = t.middlewareData.shift) != null && n.enabled.x && (O = w), (a = t.middlewareData.shift) != null && a.enabled.y && (y = g), C && !m) {
3806
+ let y, b;
3807
+ d === "top" || d === "bottom" ? (y = d, b = m === (await (s.isRTL == null ? void 0 : s.isRTL(i.floating)) ? "start" : "end") ? "left" : "right") : (b = d, y = m === "end" ? "top" : "bottom");
3808
+ const g = v - u.top - u.bottom, w = p - u.left - u.right, P = Ie(v - u[y], g), k = Ie(p - u[b], w), C = !t.middlewareData.shift;
3809
+ let A = P, O = k;
3810
+ if ((n = t.middlewareData.shift) != null && n.enabled.x && (O = w), (a = t.middlewareData.shift) != null && a.enabled.y && (A = g), C && !m) {
3811
3811
  const T = ne(u.left, 0), x = ne(u.right, 0), R = ne(u.top, 0), D = ne(u.bottom, 0);
3812
- h ? O = p - 2 * (T !== 0 || x !== 0 ? T + x : ne(u.left, u.right)) : y = v - 2 * (R !== 0 || D !== 0 ? R + D : ne(u.top, u.bottom));
3812
+ h ? O = p - 2 * (T !== 0 || x !== 0 ? T + x : ne(u.left, u.right)) : A = v - 2 * (R !== 0 || D !== 0 ? R + D : ne(u.top, u.bottom));
3813
3813
  }
3814
3814
  await l({
3815
3815
  ...t,
3816
3816
  availableWidth: O,
3817
- availableHeight: y
3817
+ availableHeight: A
3818
3818
  });
3819
3819
  const _ = await s.getDimensions(i.floating);
3820
3820
  return p !== _.width || v !== _.height ? {
@@ -3989,8 +3989,8 @@ function Be(e, t, n, a) {
3989
3989
  const m = ae(o), h = a && ue(a) ? ae(a) : a;
3990
3990
  let p = m, v = Yr(p);
3991
3991
  for (; v && a && h !== p; ) {
3992
- const A = Ze(v), b = v.getBoundingClientRect(), g = de(v), w = b.left + (v.clientLeft + parseFloat(g.paddingLeft)) * A.x, P = b.top + (v.clientTop + parseFloat(g.paddingTop)) * A.y;
3993
- l *= A.x, c *= A.y, u *= A.x, d *= A.y, l += w, c += P, p = ae(v), v = Yr(p);
3992
+ const y = Ze(v), b = v.getBoundingClientRect(), g = de(v), w = b.left + (v.clientLeft + parseFloat(g.paddingLeft)) * y.x, P = b.top + (v.clientTop + parseFloat(g.paddingTop)) * y.y;
3993
+ l *= y.x, c *= y.y, u *= y.x, d *= y.y, l += w, c += P, p = ae(v), v = Yr(p);
3994
3994
  }
3995
3995
  }
3996
3996
  return Vt({
@@ -4247,21 +4247,21 @@ function fm(e, t) {
4247
4247
  } = c;
4248
4248
  if (i || t(), !m || !h)
4249
4249
  return;
4250
- const p = Lt(d), v = Lt(r.clientWidth - (u + m)), A = Lt(r.clientHeight - (d + h)), b = Lt(u), w = {
4251
- rootMargin: -p + "px " + -v + "px " + -A + "px " + -b + "px",
4250
+ const p = Lt(d), v = Lt(r.clientWidth - (u + m)), y = Lt(r.clientHeight - (d + h)), b = Lt(u), w = {
4251
+ rootMargin: -p + "px " + -v + "px " + -y + "px " + -b + "px",
4252
4252
  threshold: ne(0, Ie(1, l)) || 1
4253
4253
  };
4254
4254
  let P = !0;
4255
4255
  function k(C) {
4256
- const y = C[0].intersectionRatio;
4257
- if (y !== l) {
4256
+ const A = C[0].intersectionRatio;
4257
+ if (A !== l) {
4258
4258
  if (!P)
4259
4259
  return s();
4260
- y ? s(!1, y) : a = setTimeout(() => {
4260
+ A ? s(!1, A) : a = setTimeout(() => {
4261
4261
  s(!1, 1e-7);
4262
4262
  }, 1e3);
4263
4263
  }
4264
- y === 1 && !Mc(c, e.getBoundingClientRect()) && s(), P = !1;
4264
+ A === 1 && !Mc(c, e.getBoundingClientRect()) && s(), P = !1;
4265
4265
  }
4266
4266
  try {
4267
4267
  n = new IntersectionObserver(k, {
@@ -4300,10 +4300,10 @@ function Dc(e, t, n, a) {
4300
4300
  })), n();
4301
4301
  }), c && !l && h.observe(c), h.observe(t));
4302
4302
  let p, v = l ? Be(e) : null;
4303
- l && A();
4304
- function A() {
4303
+ l && y();
4304
+ function y() {
4305
4305
  const b = Be(e);
4306
- v && !Mc(v, b) && n(), v = b, p = requestAnimationFrame(A);
4306
+ v && !Mc(v, b) && n(), v = b, p = requestAnimationFrame(y);
4307
4307
  }
4308
4308
  return n(), () => {
4309
4309
  var b;
@@ -4348,28 +4348,28 @@ function li(e, t) {
4348
4348
  function qc(e, t, n) {
4349
4349
  n === void 0 && (n = {});
4350
4350
  const a = n.whileElementsMounted, r = S(() => {
4351
- var y;
4352
- return (y = ct(n.open)) != null ? y : !0;
4351
+ var A;
4352
+ return (A = ct(n.open)) != null ? A : !0;
4353
4353
  }), o = S(() => ct(n.middleware)), s = S(() => {
4354
- var y;
4355
- return (y = ct(n.placement)) != null ? y : "bottom";
4354
+ var A;
4355
+ return (A = ct(n.placement)) != null ? A : "bottom";
4356
4356
  }), i = S(() => {
4357
- var y;
4358
- return (y = ct(n.strategy)) != null ? y : "absolute";
4357
+ var A;
4358
+ return (A = ct(n.strategy)) != null ? A : "absolute";
4359
4359
  }), l = S(() => {
4360
- var y;
4361
- return (y = ct(n.transform)) != null ? y : !0;
4362
- }), c = S(() => ii(e.value)), u = S(() => ii(t.value)), d = F(0), m = F(0), h = F(i.value), p = F(s.value), v = Te({}), A = F(!1), b = S(() => {
4363
- const y = {
4360
+ var A;
4361
+ return (A = ct(n.transform)) != null ? A : !0;
4362
+ }), c = S(() => ii(e.value)), u = S(() => ii(t.value)), d = F(0), m = F(0), h = F(i.value), p = F(s.value), v = Te({}), y = F(!1), b = S(() => {
4363
+ const A = {
4364
4364
  position: h.value,
4365
4365
  left: "0",
4366
4366
  top: "0"
4367
4367
  };
4368
4368
  if (!u.value)
4369
- return y;
4369
+ return A;
4370
4370
  const O = li(u.value, d.value), _ = li(u.value, m.value);
4371
4371
  return l.value ? {
4372
- ...y,
4372
+ ...A,
4373
4373
  transform: "translate(" + O + "px, " + _ + "px)",
4374
4374
  ...Fc(u.value) >= 1.5 && {
4375
4375
  willChange: "transform"
@@ -4384,13 +4384,13 @@ function qc(e, t, n) {
4384
4384
  function w() {
4385
4385
  if (c.value == null || u.value == null)
4386
4386
  return;
4387
- const y = r.value;
4387
+ const A = r.value;
4388
4388
  gm(c.value, u.value, {
4389
4389
  middleware: o.value,
4390
4390
  placement: s.value,
4391
4391
  strategy: i.value
4392
4392
  }).then((O) => {
4393
- d.value = O.x, m.value = O.y, h.value = O.strategy, p.value = O.placement, v.value = O.middlewareData, A.value = y !== !1;
4393
+ d.value = O.x, m.value = O.y, h.value = O.strategy, p.value = O.placement, v.value = O.middlewareData, y.value = A !== !1;
4394
4394
  });
4395
4395
  }
4396
4396
  function P() {
@@ -4407,7 +4407,7 @@ function qc(e, t, n) {
4407
4407
  }
4408
4408
  }
4409
4409
  function C() {
4410
- r.value || (A.value = !1);
4410
+ r.value || (y.value = !1);
4411
4411
  }
4412
4412
  return G([o, s, i, r], w, {
4413
4413
  flush: "sync"
@@ -4421,7 +4421,7 @@ function qc(e, t, n) {
4421
4421
  strategy: Ge(h),
4422
4422
  placement: Ge(p),
4423
4423
  middlewareData: Ge(v),
4424
- isPositioned: Ge(A),
4424
+ isPositioned: Ge(y),
4425
4425
  floatingStyles: b,
4426
4426
  update: w
4427
4427
  };
@@ -4490,25 +4490,25 @@ function Pm(e) {
4490
4490
  o && !a || (o = !0, r = Date.now(), l(d));
4491
4491
  }, p = (b) => {
4492
4492
  !o && !a || (o = !1, l(b));
4493
- }, v = () => p(m), A = () => p(0);
4493
+ }, v = () => p(m), y = () => p(0);
4494
4494
  return {
4495
4495
  attachAnchor(b) {
4496
4496
  s = new AbortController();
4497
4497
  const { signal: g } = s;
4498
4498
  if (c) {
4499
4499
  const w = (P) => {
4500
- r && (Date.now() - r >= d ? (P.stopPropagation(), P.preventDefault(), b.focus(), v()) : A());
4500
+ r && (Date.now() - r >= d ? (P.stopPropagation(), P.preventDefault(), b.focus(), v()) : y());
4501
4501
  };
4502
4502
  b.addEventListener(u ? "touchstart" : "mousedown", h, { signal: g }), b.addEventListener(u ? "touchend" : "mouseup", w, { signal: g });
4503
4503
  } else
4504
- b.addEventListener("mouseenter", h, { signal: g }), b.addEventListener("mouseleave", v, { signal: g }), b.addEventListener("mouseup", A, { signal: g });
4504
+ b.addEventListener("mouseenter", h, { signal: g }), b.addEventListener("mouseleave", v, { signal: g }), b.addEventListener("mouseup", y, { signal: g });
4505
4505
  b.addEventListener(
4506
4506
  "focusin",
4507
4507
  (w) => {
4508
4508
  Cm(w.target) && h();
4509
4509
  },
4510
4510
  { signal: g }
4511
- ), b.addEventListener("focusout", A, { signal: g });
4511
+ ), b.addEventListener("focusout", y, { signal: g });
4512
4512
  },
4513
4513
  attachPopper(b) {
4514
4514
  if (i?.abort(), !b || c) return;
@@ -4517,7 +4517,7 @@ function Pm(e) {
4517
4517
  b.addEventListener("mouseenter", h, { signal: g }), b.addEventListener("mouseleave", v, { signal: g });
4518
4518
  },
4519
4519
  close() {
4520
- A();
4520
+ y();
4521
4521
  },
4522
4522
  destroy() {
4523
4523
  a && clearTimeout(a), s?.abort(), i?.abort();
@@ -4585,7 +4585,7 @@ const cn = /* @__PURE__ */ L((e, {
4585
4585
  isOpen: m,
4586
4586
  onPopperMount: h,
4587
4587
  manager: p
4588
- } = Sm(S(() => e.delay), r), v = S(() => (m.value || e.forceOpen) && !!e.label), A = S(() => !!e.label && (v.value || i.value === "hide")), b = S(() => !v.value && i.value === "hide");
4588
+ } = Sm(S(() => e.delay), r), v = S(() => (m.value || e.forceOpen) && !!e.label), y = S(() => !!e.label && (v.value || i.value === "hide")), b = S(() => !v.value && i.value === "hide");
4589
4589
  return Qt(S(() => v.value ? () => p.value?.close() : void 0)), qf(), () => {
4590
4590
  let g;
4591
4591
  const w = d.value ?? s.value, P = Om({
@@ -4593,12 +4593,12 @@ const cn = /* @__PURE__ */ L((e, {
4593
4593
  setAnchorElement: (k) => {
4594
4594
  r.value = k?.$el || k;
4595
4595
  },
4596
- isMounted: A.value,
4596
+ isMounted: y.value,
4597
4597
  id: n,
4598
4598
  label: e.label,
4599
4599
  ariaLinkMode: l.value
4600
4600
  });
4601
- return f(ee, null, [P, A.value && f(Gt, null, _m(g = Ao({
4601
+ return f(ee, null, [P, y.value && f(Gt, null, _m(g = Ao({
4602
4602
  ref: (k) => {
4603
4603
  const C = k?.$el || k;
4604
4604
  o.value = C, h(C);
@@ -4679,7 +4679,7 @@ const cn = /* @__PURE__ */ L((e, {
4679
4679
  un.displayName = Im;
4680
4680
  un.className = Vc;
4681
4681
  un.defaultProps = Lm;
4682
- const BA = /* @__PURE__ */ L((e, {
4682
+ const FA = /* @__PURE__ */ L((e, {
4683
4683
  slots: t
4684
4684
  }) => {
4685
4685
  const n = M(), a = $(() => e.class);
@@ -5115,32 +5115,32 @@ const rp = (e) => {
5115
5115
  labelProps: h,
5116
5116
  isAnyDisabled: p,
5117
5117
  maxLength: v,
5118
- multiline: A,
5118
+ multiline: y,
5119
5119
  placeholder: b,
5120
5120
  textFieldRef: g,
5121
5121
  helperId: w,
5122
5122
  errorId: P,
5123
5123
  labelId: k,
5124
5124
  theme: C,
5125
- value: y,
5125
+ value: A,
5126
5126
  afterElement: O,
5127
5127
  input: _,
5128
5128
  isFocus: T,
5129
5129
  IconButton: x,
5130
5130
  ref: R
5131
- } = e, D = (y || "").length, q = D > 0;
5131
+ } = e, D = (A || "").length, q = D > 0;
5132
5132
  return f("div", {
5133
5133
  ref: R,
5134
5134
  className: I(n, np({
5135
5135
  "has-chips": !!t,
5136
5136
  "has-error": !d && s,
5137
5137
  "has-icon": !!l,
5138
- "has-input": !A,
5138
+ "has-input": !y,
5139
5139
  "has-input-clear": !!(a && q),
5140
5140
  "has-label": !!m,
5141
5141
  "has-placeholder": !!b,
5142
- "has-textarea": A,
5143
- "has-value": !!y,
5142
+ "has-textarea": y,
5143
+ "has-value": !!A,
5144
5144
  "is-disabled": p,
5145
5145
  "is-focus": T || o,
5146
5146
  "is-valid": d,
@@ -5234,7 +5234,7 @@ const rp = (e) => {
5234
5234
  t("input", g, w, P);
5235
5235
  }, v = (g) => {
5236
5236
  l.value = !0, t("focus", g);
5237
- }, A = (g) => {
5237
+ }, y = (g) => {
5238
5238
  l.value = !1, t("blur", g);
5239
5239
  }, b = (g) => {
5240
5240
  g?.stopImmediatePropagation(), t("change", ""), t("clear", g);
@@ -5246,7 +5246,7 @@ const rp = (e) => {
5246
5246
  describedById: k,
5247
5247
  labelId: C
5248
5248
  } = m.value, {
5249
- class: y,
5249
+ class: A,
5250
5250
  className: O,
5251
5251
  "aria-describedby": _,
5252
5252
  disabled: T,
@@ -5273,7 +5273,7 @@ const rp = (e) => {
5273
5273
  onChange: h,
5274
5274
  onInput: p,
5275
5275
  onFocus: v,
5276
- onBlur: A
5276
+ onBlur: y
5277
5277
  }, Tt = e.multiline ? f(Gm, N({
5278
5278
  ref: d
5279
5279
  }, fe, {
@@ -5357,16 +5357,16 @@ const rp = (e) => {
5357
5357
  const {
5358
5358
  toggleButtonProps: p,
5359
5359
  onSelect: v,
5360
- filter: A,
5360
+ filter: y,
5361
5361
  openOnFocus: b,
5362
5362
  class: g,
5363
5363
  ...w
5364
5364
  } = e, P = {
5365
- onChange: (y, O, _) => t("change", y, O, _),
5366
- onInput: (y) => t("change", y),
5367
- onFocus: (y) => t("focus", y),
5368
- onBlur: (y) => t("blur", y),
5369
- onClear: (y) => t("clear", y)
5365
+ onChange: (A, O, _) => t("change", A, O, _),
5366
+ onInput: (A) => t("change", A),
5367
+ onFocus: (A) => t("focus", A),
5368
+ onBlur: (A) => t("blur", A),
5369
+ onClear: (A) => t("clear", A)
5370
5370
  }, {
5371
5371
  ariaDisabled: k,
5372
5372
  ...C
@@ -5378,12 +5378,12 @@ const rp = (e) => {
5378
5378
  ...P,
5379
5379
  listboxId: r,
5380
5380
  isOpen: l.value,
5381
- filter: A,
5382
- textFieldRef: (y) => {
5383
- d.value = y;
5381
+ filter: y,
5382
+ textFieldRef: (A) => {
5383
+ d.value = A;
5384
5384
  },
5385
- inputRef: (y) => {
5386
- u.value = y;
5385
+ inputRef: (A) => {
5386
+ u.value = A;
5387
5387
  },
5388
5388
  toggleButtonProps: p,
5389
5389
  handleToggle: h,
@@ -5515,7 +5515,7 @@ const vp = /* @__PURE__ */ L((e, {
5515
5515
  size: h = tu.size,
5516
5516
  ref: p,
5517
5517
  ...v
5518
- } = e, A = !!c || u?.href || m;
5518
+ } = e, y = !!c || u?.href || m;
5519
5519
  return f("li", N({
5520
5520
  ref: p
5521
5521
  }, v, {
@@ -5523,11 +5523,11 @@ const vp = /* @__PURE__ */ L((e, {
5523
5523
  [`size-${h}`]: !!h
5524
5524
  }))
5525
5525
  }), [rt({
5526
- as: A ? c || (u.href ? "a" : "button") : "div",
5526
+ as: y ? c || (u.href ? "a" : "button") : "div",
5527
5527
  isDisabled: i,
5528
5528
  "aria-disabled": l,
5529
5529
  ...u,
5530
- className: $t(A ? "link" : "wrapper", {
5530
+ className: $t(y ? "link" : "wrapper", {
5531
5531
  "is-highlighted": o,
5532
5532
  "is-selected": s,
5533
5533
  "is-disabled": i || l === "true"
@@ -5589,7 +5589,7 @@ const Ap = "lumx-combobox-option", {
5589
5589
  handleClick: h,
5590
5590
  actionProps: p,
5591
5591
  ref: v,
5592
- tooltipProps: A,
5592
+ tooltipProps: y,
5593
5593
  value: b,
5594
5594
  ...g
5595
5595
  } = e;
@@ -5607,7 +5607,7 @@ const Ap = "lumx-combobox-option", {
5607
5607
  "aria-disabled": u ? "true" : void 0,
5608
5608
  role: w,
5609
5609
  children: r
5610
- }), C = t && A && !l ? f(t, A, yp(k) ? k : {
5610
+ }), C = t && y && !l ? f(t, y, yp(k) ? k : {
5611
5611
  default: () => [k]
5612
5612
  }) : k;
5613
5613
  return st({
@@ -5637,54 +5637,59 @@ function xp() {
5637
5637
  throw new Error("Combobox.OptionMoreInfo must be used within a Combobox.Option `after` slot");
5638
5638
  return e;
5639
5639
  }
5640
- const Pp = /* @__PURE__ */ L((e, {
5641
- slots: t
5640
+ const Pp = {
5641
+ click: () => !0
5642
+ }, Sp = /* @__PURE__ */ L((e, {
5643
+ slots: t,
5644
+ emit: n
5642
5645
  }) => {
5643
- const n = M(), a = $(() => e.class), {
5644
- type: r
5646
+ const a = M(), r = $(() => e.class), {
5647
+ type: o
5645
5648
  } = pp(), {
5646
- handle: o
5647
- } = ye(), s = r === "grid", i = re(), l = re(), c = F(null), u = F(!1);
5649
+ handle: s
5650
+ } = ye(), i = o === "grid", l = re(), c = re(), u = F(null), d = F(!1);
5648
5651
  Cp({
5649
- optionId: i
5650
- }), ot([o, c], ([h, p]) => {
5651
- if (h && p)
5652
- return h.registerOption(p, (v) => {
5653
- u.value = v;
5652
+ optionId: l
5653
+ }), ot([s, u], ([v, y]) => {
5654
+ if (!(!v || !y))
5655
+ return v.registerOption(y, (b) => {
5656
+ d.value = b;
5654
5657
  });
5655
5658
  }), G(
5656
5659
  te(e, "value"),
5657
5660
  () => {
5658
- const h = o.value, p = c.value;
5659
- !h || !p || h.refilterOption(p);
5661
+ const v = s.value, y = u.value;
5662
+ !v || !y || v.refilterOption(y);
5660
5663
  },
5661
5664
  // ensuring data-value is committed before re-evaluating the filter.
5662
5665
  {
5663
5666
  flush: "post"
5664
5667
  }
5665
5668
  );
5666
- const d = (h) => {
5667
- c.value = h;
5668
- }, m = (h) => t[h]?.() ?? n[h];
5669
+ const m = (v) => {
5670
+ u.value = v;
5671
+ }, h = () => {
5672
+ n("click"), a.onClick?.();
5673
+ }, p = (v) => t[v]?.() ?? a[v];
5669
5674
  return () => {
5670
- const h = m("before"), p = m("after"), v = t.default?.();
5675
+ const v = p("before"), y = p("after"), b = t.default?.();
5671
5676
  return Np({
5672
- ref: d,
5673
- hidden: u.value,
5677
+ ref: m,
5678
+ hidden: d.value,
5674
5679
  value: e.value,
5675
5680
  description: e.description,
5676
- children: v,
5681
+ children: b,
5677
5682
  isSelected: e.isSelected,
5678
5683
  isDisabled: e.isDisabled,
5679
- isGrid: s,
5680
- before: h,
5681
- after: p,
5682
- handleClick: e.onClick,
5684
+ isGrid: i,
5685
+ before: v,
5686
+ after: y,
5687
+ handleClick: h,
5683
5688
  actionProps: e.actionProps,
5684
- id: i,
5685
- descriptionId: l,
5689
+ id: l,
5690
+ descriptionId: c,
5686
5691
  tooltipProps: e.tooltipProps,
5687
- className: a.value
5692
+ className: r.value
5688
5693
  }, {
5689
5694
  Tooltip: cn
5690
5695
  });
@@ -5692,8 +5697,9 @@ const Pp = /* @__PURE__ */ L((e, {
5692
5697
  }, {
5693
5698
  name: "LumxComboboxOption",
5694
5699
  inheritAttrs: !1,
5695
- props: E()("value", "description", "isDisabled", "isSelected", "tooltipProps", "onClick", "actionProps", "class")
5696
- }), Sp = "lumx-combobox-option-action", kp = (e) => {
5700
+ props: E()("value", "description", "isDisabled", "isSelected", "tooltipProps", "actionProps", "class"),
5701
+ emits: Pp
5702
+ }), kp = "lumx-combobox-option-action", Op = (e) => {
5697
5703
  const {
5698
5704
  children: t,
5699
5705
  className: n,
@@ -5705,11 +5711,11 @@ const Pp = /* @__PURE__ */ L((e, {
5705
5711
  as: a,
5706
5712
  ...o,
5707
5713
  role: "gridcell",
5708
- className: I(n, Sp),
5714
+ className: I(n, kp),
5709
5715
  handleClick: r,
5710
5716
  children: t
5711
5717
  });
5712
- }, Op = /* @__PURE__ */ L((e, {
5718
+ }, _p = /* @__PURE__ */ L((e, {
5713
5719
  slots: t,
5714
5720
  attrs: n
5715
5721
  }) => {
@@ -5723,7 +5729,7 @@ const Pp = /* @__PURE__ */ L((e, {
5723
5729
  class: c,
5724
5730
  ...u
5725
5731
  } = s.value;
5726
- return kp({
5732
+ return Op({
5727
5733
  as: "button",
5728
5734
  ...u,
5729
5735
  ...n,
@@ -5739,13 +5745,13 @@ const Pp = /* @__PURE__ */ L((e, {
5739
5745
  inheritAttrs: !1,
5740
5746
  props: E()("isDisabled", "onClick", "class")
5741
5747
  });
5742
- function _p(e) {
5748
+ function Tp(e) {
5743
5749
  return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !X(e);
5744
5750
  }
5745
- const Tp = "lumx-combobox-option-more-info", {
5746
- block: Ip,
5747
- element: Lp
5748
- } = B(Tp), Ep = (e, {
5751
+ const Ip = "lumx-combobox-option-more-info", {
5752
+ block: Lp,
5753
+ element: Ep
5754
+ } = B(Ip), $p = (e, {
5749
5755
  IconButton: t,
5750
5756
  Popover: n
5751
5757
  }) => {
@@ -5764,7 +5770,7 @@ const Tp = "lumx-combobox-option-more-info", {
5764
5770
  icon: Hu,
5765
5771
  size: "s"
5766
5772
  }, u, {
5767
- className: Ip([r, u?.className]),
5773
+ className: Lp([r, u?.className]),
5768
5774
  emphasis: "low",
5769
5775
  onMouseEnter: l,
5770
5776
  onMouseLeave: c,
@@ -5772,7 +5778,7 @@ const Tp = "lumx-combobox-option-more-info", {
5772
5778
  label: ""
5773
5779
  }), null), f(n, {
5774
5780
  id: s,
5775
- className: Lp("popover"),
5781
+ className: Ep("popover"),
5776
5782
  anchorRef: i,
5777
5783
  isOpen: o,
5778
5784
  closeMode: "unmount",
@@ -5780,10 +5786,10 @@ const Tp = "lumx-combobox-option-more-info", {
5780
5786
  closeOnClickAway: !0,
5781
5787
  placement: "bottom-end",
5782
5788
  hasArrow: !0
5783
- }, _p(a) ? a : {
5789
+ }, Tp(a) ? a : {
5784
5790
  default: () => [a]
5785
5791
  })]);
5786
- }, $p = {
5792
+ }, Rp = {
5787
5793
  AUTO: "auto",
5788
5794
  AUTO_END: "auto-end",
5789
5795
  AUTO_START: "auto-start",
@@ -5799,21 +5805,21 @@ const Tp = "lumx-combobox-option-more-info", {
5799
5805
  LEFT: "left",
5800
5806
  LEFT_END: "left-end",
5801
5807
  LEFT_START: "left-start"
5802
- }, Rp = {
5808
+ }, Mp = {
5803
5809
  MIN_WIDTH: "minWidth"
5804
- }, La = 14, Mp = 9999;
5805
- function Dp(e) {
5810
+ }, La = 14, Dp = 9999;
5811
+ function Bp(e) {
5806
5812
  return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !X(e);
5807
5813
  }
5808
- const Bp = "lumx-popover", {
5809
- block: Fp,
5810
- element: qp
5811
- } = B(Bp), Bt = {
5814
+ const Fp = "lumx-popover", {
5815
+ block: qp,
5816
+ element: zp
5817
+ } = B(Fp), Bt = {
5812
5818
  closeMode: "unmount",
5813
5819
  elevation: 3,
5814
- placement: $p.AUTO,
5820
+ placement: Rp.AUTO,
5815
5821
  usePortal: !0
5816
- }, zp = (e, {
5822
+ }, jp = (e, {
5817
5823
  Portal: t,
5818
5824
  ClickAwayProvider: n,
5819
5825
  ThemeProvider: a
@@ -5832,20 +5838,20 @@ const Bp = "lumx-popover", {
5832
5838
  theme: p,
5833
5839
  // Framework-specific
5834
5840
  ref: v,
5835
- arrowRef: A,
5841
+ arrowRef: y,
5836
5842
  usePortal: b = Bt.usePortal,
5837
5843
  clickAwayCallback: g,
5838
5844
  clickAwayRefs: w,
5839
5845
  unmountSentinel: P,
5840
5846
  // Forwarded props
5841
5847
  ...k
5842
- } = e, C = !u && i === "hide", y = u || i === "hide", O = r, _ = Math.min(l || 0, 5);
5843
- return y ? f(t, {
5848
+ } = e, C = !u && i === "hide", A = u || i === "hide", O = r, _ = Math.min(l || 0, 5);
5849
+ return A ? f(t, {
5844
5850
  enabled: b
5845
5851
  }, {
5846
5852
  default: () => [f(O, N(k, {
5847
5853
  ref: v,
5848
- className: I(s, Fp({
5854
+ className: I(s, qp({
5849
5855
  [`theme-${p}`]: !!p,
5850
5856
  [`elevation-${_}`]: !!_,
5851
5857
  [`position-${d}`]: !!d,
@@ -5859,8 +5865,8 @@ const Bp = "lumx-popover", {
5859
5865
  childrenRefs: w
5860
5866
  }, {
5861
5867
  default: () => [c && f("div", {
5862
- ref: A,
5863
- className: qp("arrow"),
5868
+ ref: y,
5869
+ className: zp("arrow"),
5864
5870
  style: C ? void 0 : h
5865
5871
  }, [f("svg", {
5866
5872
  viewBox: "0 0 14 14",
@@ -5869,21 +5875,21 @@ const Bp = "lumx-popover", {
5869
5875
  d: "M8 3.49C7.62 2.82 6.66 2.82 6.27 3.48L.04 14 14.04 14 8 3.49Z"
5870
5876
  }, null)])]), f(a, {
5871
5877
  value: p
5872
- }, Dp(o) ? o : {
5878
+ }, Bp(o) ? o : {
5873
5879
  default: () => [o]
5874
5880
  })]
5875
5881
  })]
5876
5882
  })]
5877
5883
  }) : null;
5878
5884
  };
5879
- function jp(e) {
5885
+ function Hp(e) {
5880
5886
  return e === "auto" ? { isAuto: !0 } : e === "auto-start" ? { isAuto: !0, autoAlignment: "start" } : e === "auto-end" ? { isAuto: !0, autoAlignment: "end" } : { floatingPlacement: e, isAuto: !1 };
5881
5887
  }
5882
- function Hp(e) {
5888
+ function Vp(e) {
5883
5889
  if (e)
5884
- return typeof e == "string" ? e : Rp.MIN_WIDTH;
5890
+ return typeof e == "string" ? e : Mp.MIN_WIDTH;
5885
5891
  }
5886
- function Vp(e) {
5892
+ function Wp(e) {
5887
5893
  const { offset: t, hasArrow: n, fitWidth: a, fitWithinViewportHeight: r, boundary: o, parsedPlacement: s, arrowElement: i } = e, l = [], c = (t?.away ?? 0) + (n ? La : 0), u = t?.along ?? 0;
5888
5894
  return l.push(Bc({ mainAxis: c, crossAxis: u })), s.isAuto ? l.push(
5889
5895
  hm({ ...o ? { boundary: o } : {}, alignment: s.autoAlignment })
@@ -5896,19 +5902,19 @@ function Vp(e) {
5896
5902
  })
5897
5903
  ), n && i && l.push(bm({ element: i, padding: La / 2 })), l;
5898
5904
  }
5899
- function Wp(e) {
5905
+ function Up(e) {
5900
5906
  if (e)
5901
5907
  return {
5902
5908
  left: e.x != null ? `${e.x}px` : "",
5903
5909
  top: e.y != null ? `${e.y}px` : ""
5904
5910
  };
5905
5911
  }
5906
- function Up(e) {
5912
+ function Gp(e) {
5907
5913
  return e.isAuto ? void 0 : e.floatingPlacement;
5908
5914
  }
5909
- function Gp(e) {
5910
- const t = F(), n = F(), a = S(() => jp(e.placement?.value)), r = S(() => Hp(e.fitToAnchorWidth?.value)), o = S(
5911
- () => Vp({
5915
+ function Kp(e) {
5916
+ const t = F(), n = F(), a = S(() => Hp(e.placement?.value)), r = S(() => Vp(e.fitToAnchorWidth?.value)), o = S(
5917
+ () => Wp({
5912
5918
  offset: e.offset?.value,
5913
5919
  hasArrow: e.hasArrow?.value,
5914
5920
  fitWidth: r.value,
@@ -5917,7 +5923,7 @@ function Gp(e) {
5917
5923
  parsedPlacement: a.value,
5918
5924
  arrowElement: n.value
5919
5925
  })
5920
- ), s = S(() => Up(a.value)), {
5926
+ ), s = S(() => Gp(a.value)), {
5921
5927
  floatingStyles: i,
5922
5928
  placement: l,
5923
5929
  isPositioned: c,
@@ -5928,7 +5934,7 @@ function Gp(e) {
5928
5934
  middleware: o
5929
5935
  }), d = S(
5930
5936
  () => l.value ?? e.placement?.value
5931
- ), m = S(() => Wp(u.value?.arrow)), h = S(() => ({
5937
+ ), m = S(() => Up(u.value?.arrow)), h = S(() => ({
5932
5938
  ...e.style?.value || {},
5933
5939
  ...i.value,
5934
5940
  zIndex: e.zIndex?.value
@@ -5941,14 +5947,14 @@ function Gp(e) {
5941
5947
  arrowRef: n
5942
5948
  };
5943
5949
  }
5944
- function Kp(e, t = !0) {
5950
+ function Xp(e, t = !0) {
5945
5951
  const n = F(!1);
5946
5952
  ze(() => {
5947
5953
  const a = De(e) ? e.value : e, r = De(t) ? t.value : t;
5948
5954
  r && !n.value && a && (a.focus(), n.value = !0), r || (n.value = !1);
5949
5955
  });
5950
5956
  }
5951
- const Xp = {
5957
+ const Yp = {
5952
5958
  close: () => !0
5953
5959
  }, No = /* @__PURE__ */ L((e, {
5954
5960
  emit: t,
@@ -5961,7 +5967,7 @@ const Xp = {
5961
5967
  position: c,
5962
5968
  floatingRef: u,
5963
5969
  arrowRef: d
5964
- } = Gp({
5970
+ } = Kp({
5965
5971
  anchorRef: o,
5966
5972
  boundaryRef: S(() => bt(e.boundaryRef)),
5967
5973
  offset: te(e, "offset"),
@@ -5971,7 +5977,7 @@ const Xp = {
5971
5977
  placement: S(() => e.placement || Bt.placement),
5972
5978
  style: S(() => {
5973
5979
  }),
5974
- zIndex: S(() => e.zIndex ?? Mp)
5980
+ zIndex: S(() => e.zIndex ?? Dp)
5975
5981
  });
5976
5982
  uo(S(() => e.focusAnchorOnClose ?? !0), o, S(() => e.parentElement), u, S(() => !!e.isOpen));
5977
5983
  const m = () => {
@@ -5979,11 +5985,11 @@ const Xp = {
5979
5985
  };
5980
5986
  Qt(S(() => m), S(() => !!(e.isOpen && e.closeOnEscape)));
5981
5987
  const h = S(() => !e.withFocusTrap && !!e.isOpen && l.value);
5982
- Kp(s, h);
5988
+ Xp(s, h);
5983
5989
  const p = S(() => !e.withFocusTrap || !e.isOpen ? !1 : e.focusTrapZoneElement || u.value || !1);
5984
5990
  co(p, s);
5985
5991
  const v = S(() => [u, o]);
5986
- return () => zp({
5992
+ return () => jp({
5987
5993
  ...a,
5988
5994
  as: e.as,
5989
5995
  closeMode: e.closeMode,
@@ -6010,12 +6016,12 @@ const Xp = {
6010
6016
  name: "LumxPopover",
6011
6017
  inheritAttrs: !1,
6012
6018
  props: E()("anchorRef", "as", "boundaryRef", "closeMode", "closeOnClickAway", "closeOnEscape", "elevation", "fitToAnchorWidth", "fitWithinViewportHeight", "focusElement", "focusAnchorOnClose", "hasArrow", "isOpen", "offset", "parentElement", "placement", "usePortal", "focusTrapZoneElement", "zIndex", "withFocusTrap", "theme", "class"),
6013
- emits: Xp
6019
+ emits: Yp
6014
6020
  });
6015
- function Yp(e) {
6021
+ function Zp(e) {
6016
6022
  return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !X(e);
6017
6023
  }
6018
- const Zp = /* @__PURE__ */ L((e, {
6024
+ const Jp = /* @__PURE__ */ L((e, {
6019
6025
  slots: t
6020
6026
  }) => {
6021
6027
  const n = $(() => e.class), a = F(null), r = F();
@@ -6048,13 +6054,13 @@ const Zp = /* @__PURE__ */ L((e, {
6048
6054
  } = d;
6049
6055
  return f(No, N({
6050
6056
  anchorRef: r
6051
- }, p), Yp(m) ? m : {
6057
+ }, p), Zp(m) ? m : {
6052
6058
  default: () => [m]
6053
6059
  });
6054
6060
  };
6055
6061
  return () => {
6056
6062
  const d = i.value === s, m = o.value || d, h = t.default?.();
6057
- return Ep({
6063
+ return $p({
6058
6064
  // Pass `undefined` for the core template's `ref` prop. The core template
6059
6065
  // passes `ref` to `<IconButton ref={ref}>`, but if we pass `iconButtonRef`
6060
6066
  // here, Vue would bind the outer functional component's VNode ref to
@@ -6085,10 +6091,10 @@ const Zp = /* @__PURE__ */ L((e, {
6085
6091
  emits: {
6086
6092
  toggle: (e) => typeof e == "boolean"
6087
6093
  }
6088
- }), Jp = "lumx-skeleton-typography", {
6089
- block: Qp,
6090
- element: ev
6091
- } = B(Jp), Zr = (e) => {
6094
+ }), Qp = "lumx-skeleton-typography", {
6095
+ block: ev,
6096
+ element: tv
6097
+ } = B(Qp), Zr = (e) => {
6092
6098
  const {
6093
6099
  className: t,
6094
6100
  theme: n,
@@ -6101,7 +6107,7 @@ const Zp = /* @__PURE__ */ L((e, {
6101
6107
  return f("div", N({
6102
6108
  ref: s
6103
6109
  }, i, {
6104
- className: I(t, Qp({
6110
+ className: I(t, ev({
6105
6111
  [`theme-${n}`]: !!n,
6106
6112
  [`typography-${a}`]: !!a,
6107
6113
  [`color-${o}`]: !!o
@@ -6111,9 +6117,9 @@ const Zp = /* @__PURE__ */ L((e, {
6111
6117
  width: r
6112
6118
  }
6113
6119
  }), [f("div", {
6114
- className: ev("inner")
6120
+ className: tv("inner")
6115
6121
  }, null)]);
6116
- }, tv = "lumx-combobox-option-skeleton", nv = (e) => {
6122
+ }, nv = "lumx-combobox-option-skeleton", av = (e) => {
6117
6123
  const {
6118
6124
  hasDescription: t,
6119
6125
  children: n,
@@ -6126,7 +6132,7 @@ const Zp = /* @__PURE__ */ L((e, {
6126
6132
  size: "tiny",
6127
6133
  role: "none",
6128
6134
  ...s,
6129
- className: I(a, tv),
6135
+ className: I(a, nv),
6130
6136
  children: n || f(ee, null, [f(Zr, {
6131
6137
  typography: "body1",
6132
6138
  theme: "light"
@@ -6140,7 +6146,7 @@ const Zp = /* @__PURE__ */ L((e, {
6140
6146
  }, (l, c) => f(st, N({
6141
6147
  key: c
6142
6148
  }, i), null))]);
6143
- }, av = /* @__PURE__ */ L((e, {
6149
+ }, rv = /* @__PURE__ */ L((e, {
6144
6150
  slots: t,
6145
6151
  attrs: n
6146
6152
  }) => {
@@ -6149,7 +6155,7 @@ const Zp = /* @__PURE__ */ L((e, {
6149
6155
  } = ye();
6150
6156
  return ot(r, (o) => o?.registerSkeleton()), () => {
6151
6157
  const o = n.before, s = n.after, i = t.default?.();
6152
- return nv({
6158
+ return av({
6153
6159
  ...n,
6154
6160
  className: a.value,
6155
6161
  count: e.count,
@@ -6163,13 +6169,13 @@ const Zp = /* @__PURE__ */ L((e, {
6163
6169
  inheritAttrs: !1,
6164
6170
  props: E()("hasDescription", "count", "class")
6165
6171
  });
6166
- function rv(e) {
6172
+ function ov(e) {
6167
6173
  return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !X(e);
6168
6174
  }
6169
- const ov = "lumx-combobox-popover", {
6170
- block: sv,
6171
- element: iv
6172
- } = B(ov), lv = (e, {
6175
+ const sv = "lumx-combobox-popover", {
6176
+ block: iv,
6177
+ element: lv
6178
+ } = B(sv), cv = (e, {
6173
6179
  Popover: t,
6174
6180
  FlexBox: n
6175
6181
  }) => {
@@ -6188,7 +6194,7 @@ const ov = "lumx-combobox-popover", {
6188
6194
  return f(t, N(m, {
6189
6195
  placement: c,
6190
6196
  fitToAnchorWidth: i,
6191
- className: sv([r]),
6197
+ className: iv([r]),
6192
6198
  anchorRef: u,
6193
6199
  isOpen: l,
6194
6200
  onClose: d,
@@ -6198,14 +6204,14 @@ const ov = "lumx-combobox-popover", {
6198
6204
  }), {
6199
6205
  default: () => [f(n, {
6200
6206
  orientation: "vertical",
6201
- className: iv("scroll")
6202
- }, rv(a) ? a : {
6207
+ className: lv("scroll")
6208
+ }, ov(a) ? a : {
6203
6209
  default: () => [a]
6204
6210
  })]
6205
6211
  });
6206
6212
  };
6207
6213
  var Ea, di;
6208
- function cv() {
6214
+ function uv() {
6209
6215
  if (di) return Ea;
6210
6216
  di = 1;
6211
6217
  var e = Ve();
@@ -6217,11 +6223,11 @@ function cv() {
6217
6223
  }
6218
6224
  return Ea = t, Ea;
6219
6225
  }
6220
- var uv = cv();
6221
- const dv = /* @__PURE__ */ xe(uv), fv = "lumx-flex-box", {
6222
- block: hv
6223
- } = B(fv);
6224
- function mv(e) {
6226
+ var dv = uv();
6227
+ const fv = /* @__PURE__ */ xe(dv), hv = "lumx-flex-box", {
6228
+ block: mv
6229
+ } = B(hv);
6230
+ function pv(e) {
6225
6231
  const {
6226
6232
  className: t,
6227
6233
  fillSpace: n,
@@ -6236,7 +6242,7 @@ function mv(e) {
6236
6242
  } = e, d = c ?? (l || r || i ? Je.horizontal : null);
6237
6243
  return {
6238
6244
  ...u,
6239
- className: I(t, hv({
6245
+ className: I(t, mv({
6240
6246
  [`orientation-${d}`]: !!d,
6241
6247
  [`v-align-${i}`]: !!i,
6242
6248
  [`h-align-${r}`]: !!r,
@@ -6244,7 +6250,7 @@ function mv(e) {
6244
6250
  wrap: !!l,
6245
6251
  "fill-space": n,
6246
6252
  "no-shrink": s,
6247
- ...Object.fromEntries(dv(o).filter(Boolean).map((m) => [`margin-auto-${m}`, !0]))
6253
+ ...Object.fromEntries(fv(o).filter(Boolean).map((m) => [`margin-auto-${m}`, !0]))
6248
6254
  }))
6249
6255
  };
6250
6256
  }
@@ -6253,7 +6259,7 @@ const Co = /* @__PURE__ */ L((e, {
6253
6259
  }) => {
6254
6260
  const n = M(), a = $(() => e.class);
6255
6261
  return () => {
6256
- const r = e.as || "div", o = mv({
6262
+ const r = e.as || "div", o = pv({
6257
6263
  ...e,
6258
6264
  ...n,
6259
6265
  className: a.value,
@@ -6269,7 +6275,7 @@ const Co = /* @__PURE__ */ L((e, {
6269
6275
  inheritAttrs: !1,
6270
6276
  // Redefine properties so that they come in as `props` on the `defineComponent` function
6271
6277
  props: E()("as", "fillSpace", "gap", "horizontalAlign", "marginAuto", "noShrink", "orientation", "verticalAlign", "wrap", "class")
6272
- }), pv = /* @__PURE__ */ L((e, {
6278
+ }), vv = /* @__PURE__ */ L((e, {
6273
6279
  slots: t
6274
6280
  }) => {
6275
6281
  const n = $(() => e.class), {
@@ -6283,7 +6289,7 @@ const Co = /* @__PURE__ */ L((e, {
6283
6289
  class: i,
6284
6290
  ...l
6285
6291
  } = e;
6286
- return lv({
6292
+ return cv({
6287
6293
  ...l,
6288
6294
  children: t.default?.(),
6289
6295
  className: n.value,
@@ -6299,7 +6305,7 @@ const Co = /* @__PURE__ */ L((e, {
6299
6305
  name: "LumxComboboxPopover",
6300
6306
  inheritAttrs: !1,
6301
6307
  props: E()("as", "boundaryRef", "class", "closeMode", "closeOnClickAway", "closeOnEscape", "elevation", "fitToAnchorWidth", "fitWithinViewportHeight", "focusAnchorOnClose", "focusElement", "focusTrapZoneElement", "hasArrow", "offset", "parentElement", "placement", "theme", "usePortal", "withFocusTrap", "zIndex")
6302
- }), vv = /* @__PURE__ */ L((e, {
6308
+ }), bv = /* @__PURE__ */ L((e, {
6303
6309
  slots: t,
6304
6310
  emit: n
6305
6311
  }) => {
@@ -6327,10 +6333,10 @@ const Co = /* @__PURE__ */ L((e, {
6327
6333
  open: (e) => !0
6328
6334
  }
6329
6335
  });
6330
- function bv(e) {
6336
+ function gv(e) {
6331
6337
  return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !X(e);
6332
6338
  }
6333
- const gv = "lumx-combobox-section", yv = (e, {
6339
+ const yv = "lumx-combobox-section", Av = (e, {
6334
6340
  ListSection: t
6335
6341
  }) => {
6336
6342
  const {
@@ -6343,15 +6349,15 @@ const gv = "lumx-combobox-section", yv = (e, {
6343
6349
  return f(t, N(s, {
6344
6350
  hidden: r,
6345
6351
  "aria-hidden": o || void 0,
6346
- className: r ? void 0 : I(a, gv),
6352
+ className: r ? void 0 : I(a, yv),
6347
6353
  role: o ? void 0 : "none",
6348
6354
  itemsWrapperProps: {
6349
6355
  role: "group"
6350
6356
  }
6351
- }), bv(n) ? n : {
6357
+ }), gv(n) ? n : {
6352
6358
  default: () => [n]
6353
6359
  });
6354
- }, FA = /* @__PURE__ */ L((e, {
6360
+ }, qA = /* @__PURE__ */ L((e, {
6355
6361
  slots: t
6356
6362
  }) => {
6357
6363
  const n = M(), a = $(() => e.class);
@@ -6363,7 +6369,7 @@ const gv = "lumx-combobox-section", yv = (e, {
6363
6369
  name: "LumxList",
6364
6370
  inheritAttrs: !1,
6365
6371
  props: E()("itemPadding", "class")
6366
- }), Av = "ListDivider", ru = "lumx-list-divider", wv = {}, dn = (e) => {
6372
+ }), wv = "ListDivider", ru = "lumx-list-divider", Nv = {}, dn = (e) => {
6367
6373
  const {
6368
6374
  className: t,
6369
6375
  ref: n,
@@ -6376,10 +6382,10 @@ const gv = "lumx-combobox-section", yv = (e, {
6376
6382
  className: I(t, ru)
6377
6383
  }), null);
6378
6384
  };
6379
- dn.displayName = Av;
6385
+ dn.displayName = wv;
6380
6386
  dn.className = ru;
6381
- dn.defaultProps = wv;
6382
- const Nv = /* @__PURE__ */ L((e) => {
6387
+ dn.defaultProps = Nv;
6388
+ const Cv = /* @__PURE__ */ L((e) => {
6383
6389
  const t = M(), n = $(() => e.class);
6384
6390
  return () => f(dn, N(t, {
6385
6391
  className: n.value
@@ -6388,9 +6394,9 @@ const Nv = /* @__PURE__ */ L((e) => {
6388
6394
  name: "LumxListDivider",
6389
6395
  inheritAttrs: !1,
6390
6396
  props: E()("class")
6391
- }), Cv = {
6397
+ }), xv = {
6392
6398
  click: (e) => e instanceof MouseEvent
6393
- }, xv = /* @__PURE__ */ L((e, {
6399
+ }, Pv = /* @__PURE__ */ L((e, {
6394
6400
  emit: t,
6395
6401
  slots: n,
6396
6402
  expose: a
@@ -6427,10 +6433,10 @@ const Nv = /* @__PURE__ */ L((e) => {
6427
6433
  name: "LumxListItemAction",
6428
6434
  inheritAttrs: !1,
6429
6435
  props: E()("as", "href", "class", "isDisabled", "disabled", "aria-disabled"),
6430
- emits: Cv
6431
- }), Pv = {
6436
+ emits: xv
6437
+ }), Sv = {
6432
6438
  click: (e) => e instanceof MouseEvent
6433
- }, Sv = /* @__PURE__ */ L((e, {
6439
+ }, kv = /* @__PURE__ */ L((e, {
6434
6440
  emit: t,
6435
6441
  slots: n
6436
6442
  }) => {
@@ -6464,13 +6470,13 @@ const Nv = /* @__PURE__ */ L((e) => {
6464
6470
  name: "LumxListItem",
6465
6471
  inheritAttrs: !1,
6466
6472
  props: E()("isHighlighted", "isSelected", "isDisabled", "linkAs", "linkProps", "size", "class", "aria-disabled"),
6467
- emits: Pv
6468
- }), qA = Object.assign(Sv, {
6469
- Action: xv
6470
- }), kv = "ListSection", ou = "lumx-list-section", {
6471
- block: Ov,
6473
+ emits: Sv
6474
+ }), zA = Object.assign(kv, {
6475
+ Action: Pv
6476
+ }), Ov = "ListSection", ou = "lumx-list-section", {
6477
+ block: _v,
6472
6478
  element: fi
6473
- } = B(ou), _v = {}, fn = (e) => {
6479
+ } = B(ou), Tv = {}, fn = (e) => {
6474
6480
  const {
6475
6481
  children: t,
6476
6482
  className: n,
@@ -6485,7 +6491,7 @@ const Nv = /* @__PURE__ */ L((e) => {
6485
6491
  return f("li", N({
6486
6492
  ref: i
6487
6493
  }, c, {
6488
- className: I(n, Ov())
6494
+ className: I(n, _v())
6489
6495
  }), [d && f(l, {
6490
6496
  as: "p",
6491
6497
  typography: "overline",
@@ -6500,10 +6506,10 @@ const Nv = /* @__PURE__ */ L((e) => {
6500
6506
  "aria-labelledby": d ? u : void 0
6501
6507
  }), [t])]);
6502
6508
  };
6503
- fn.displayName = kv;
6509
+ fn.displayName = Ov;
6504
6510
  fn.className = ou;
6505
- fn.defaultProps = _v;
6506
- const Tv = /* @__PURE__ */ L((e, {
6511
+ fn.defaultProps = Tv;
6512
+ const Iv = /* @__PURE__ */ L((e, {
6507
6513
  slots: t
6508
6514
  }) => {
6509
6515
  const n = M(), a = re(), r = $(() => e.class);
@@ -6517,7 +6523,7 @@ const Tv = /* @__PURE__ */ L((e, {
6517
6523
  name: "LumxListSection",
6518
6524
  inheritAttrs: !1,
6519
6525
  props: E()("label", "icon", "itemsWrapperProps", "class")
6520
- }), Iv = /* @__PURE__ */ L((e, {
6526
+ }), Lv = /* @__PURE__ */ L((e, {
6521
6527
  slots: t
6522
6528
  }) => {
6523
6529
  const n = $(() => e.class), {
@@ -6539,7 +6545,7 @@ const Tv = /* @__PURE__ */ L((e, {
6539
6545
  const i = t.default?.();
6540
6546
  if (!i || i.length === 0) return null;
6541
6547
  const l = e.label ?? t.label?.();
6542
- return yv({
6548
+ return Av({
6543
6549
  label: l,
6544
6550
  icon: e.icon,
6545
6551
  className: n.value,
@@ -6548,7 +6554,7 @@ const Tv = /* @__PURE__ */ L((e, {
6548
6554
  ref: s,
6549
6555
  children: i
6550
6556
  }, {
6551
- ListSection: Tv
6557
+ ListSection: Iv
6552
6558
  });
6553
6559
  };
6554
6560
  }, {
@@ -6559,9 +6565,9 @@ const Tv = /* @__PURE__ */ L((e, {
6559
6565
  function ut(e) {
6560
6566
  return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !X(e);
6561
6567
  }
6562
- const Lv = "lumx-combobox-state", {
6563
- block: Ev
6564
- } = B(Lv), $v = (e, {
6568
+ const Ev = "lumx-combobox-state", {
6569
+ block: $v
6570
+ } = B(Ev), Rv = (e, {
6565
6571
  GenericBlock: t,
6566
6572
  Text: n
6567
6573
  }) => {
@@ -6572,12 +6578,12 @@ const Lv = "lumx-combobox-state", {
6572
6578
  errorTryReloadMessage: s,
6573
6579
  loadingMessage: i,
6574
6580
  state: l
6575
- } = e, c = l?.isOpen ?? !0, u = l?.optionsLength ?? 0, d = u === 0, m = !!o, h = typeof a == "function" ? a(l?.inputValue || "") : a, p = d && !m && !l?.isLoading && !!h, v = !m && !!i, A = !d && !m && !l?.isLoading && r ? r(u) : void 0, b = p || m, g = {
6581
+ } = e, c = l?.isOpen ?? !0, u = l?.optionsLength ?? 0, d = u === 0, m = !!o, h = typeof a == "function" ? a(l?.inputValue || "") : a, p = d && !m && !l?.isLoading && !!h, v = !m && !!i, y = !d && !m && !l?.isLoading && r ? r(u) : void 0, b = p || m, g = {
6576
6582
  hAlign: "center",
6577
6583
  vAlign: "center"
6578
6584
  }, w = c;
6579
6585
  return f(t, N({
6580
- className: I(!b && Xt(), Ev(), rd("regular")),
6586
+ className: I(!b && Xt(), $v(), rd("regular")),
6581
6587
  orientation: "vertical"
6582
6588
  }, g, {
6583
6589
  role: "status",
@@ -6596,12 +6602,12 @@ const Lv = "lumx-combobox-state", {
6596
6602
  color: "dark-L2"
6597
6603
  }, ut(i) ? i : {
6598
6604
  default: () => [i]
6599
- }), w && !!A && f(n, {
6605
+ }), w && !!y && f(n, {
6600
6606
  as: "p",
6601
6607
  typography: "body1",
6602
6608
  color: "dark-L2"
6603
- }, ut(A) ? A : {
6604
- default: () => [A]
6609
+ }, ut(y) ? y : {
6610
+ default: () => [y]
6605
6611
  }), w && !!o && f(ee, null, [f(n, {
6606
6612
  as: "p",
6607
6613
  typography: "subtitle2"
@@ -6615,14 +6621,14 @@ const Lv = "lumx-combobox-state", {
6615
6621
  default: () => [s]
6616
6622
  })])]
6617
6623
  });
6618
- }, Rv = 100;
6619
- function Mv(e, t) {
6624
+ }, Mv = 100;
6625
+ function Dv(e, t) {
6620
6626
  const { setIsLoading: n, setShouldAnnounce: a, setIsOpen: r } = t;
6621
6627
  n(e.isLoading);
6622
6628
  const o = e.subscribe("loadingChange", n), s = e.subscribe("loadingAnnouncement", a);
6623
6629
  let i;
6624
6630
  const l = e.subscribe("open", (c) => {
6625
- clearTimeout(i), c ? i = setTimeout(() => r(!0), Rv) : r(!1);
6631
+ clearTimeout(i), c ? i = setTimeout(() => r(!0), Mv) : r(!1);
6626
6632
  });
6627
6633
  return () => {
6628
6634
  o(), s(), l(), clearTimeout(i);
@@ -6631,13 +6637,13 @@ function Mv(e, t) {
6631
6637
  function $a(e) {
6632
6638
  return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !X(e);
6633
6639
  }
6634
- const Dv = "lumx-generic-block", {
6635
- block: Bv,
6640
+ const Bv = "lumx-generic-block", {
6641
+ block: Fv,
6636
6642
  element: Ra
6637
- } = B(Dv), hi = {
6643
+ } = B(Bv), hi = {
6638
6644
  gap: H.big,
6639
6645
  orientation: Je.horizontal
6640
- }, Fv = (e) => {
6646
+ }, qv = (e) => {
6641
6647
  const {
6642
6648
  className: t,
6643
6649
  figure: n,
@@ -6655,7 +6661,7 @@ const Dv = "lumx-generic-block", {
6655
6661
  } = e;
6656
6662
  return f(m, N({
6657
6663
  ref: l,
6658
- className: I(t, Bv()),
6664
+ className: I(t, Fv()),
6659
6665
  gap: i,
6660
6666
  orientation: u
6661
6667
  }, h), {
@@ -6676,7 +6682,7 @@ const Dv = "lumx-generic-block", {
6676
6682
  default: () => [o]
6677
6683
  })]
6678
6684
  });
6679
- }, qv = /* @__PURE__ */ L((e, {
6685
+ }, zv = /* @__PURE__ */ L((e, {
6680
6686
  slots: t
6681
6687
  }) => {
6682
6688
  const n = M(), a = $(() => e.class);
@@ -6688,7 +6694,7 @@ const Dv = "lumx-generic-block", {
6688
6694
  class: l,
6689
6695
  ...c
6690
6696
  } = e;
6691
- return f(Fv, N(c, n, {
6697
+ return f(qv, N(c, n, {
6692
6698
  className: a.value,
6693
6699
  FlexBox: Co,
6694
6700
  figure: r,
@@ -6724,7 +6730,7 @@ function hn() {
6724
6730
  return Ma = a, Ma;
6725
6731
  }
6726
6732
  var Da, pi;
6727
- function zv() {
6733
+ function jv() {
6728
6734
  if (pi) return Da;
6729
6735
  pi = 1;
6730
6736
  var e = Ve(), t = hn(), n = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, a = /^\w*$/;
@@ -6744,7 +6750,7 @@ function mn() {
6744
6750
  return Ba = t, Ba;
6745
6751
  }
6746
6752
  var Fa, bi;
6747
- function jv() {
6753
+ function Hv() {
6748
6754
  if (bi) return Fa;
6749
6755
  bi = 1;
6750
6756
  var e = mn();
@@ -6754,7 +6760,7 @@ function jv() {
6754
6760
  return Fa = t, Fa;
6755
6761
  }
6756
6762
  var qa, gi;
6757
- function Hv() {
6763
+ function Vv() {
6758
6764
  if (gi) return qa;
6759
6765
  gi = 1;
6760
6766
  function e(t) {
@@ -6764,7 +6770,7 @@ function Hv() {
6764
6770
  return qa = e, qa;
6765
6771
  }
6766
6772
  var za, yi;
6767
- function Vv() {
6773
+ function Wv() {
6768
6774
  if (yi) return za;
6769
6775
  yi = 1;
6770
6776
  var e = mn(), t = "__lodash_hash_undefined__", n = Object.prototype, a = n.hasOwnProperty;
@@ -6779,7 +6785,7 @@ function Vv() {
6779
6785
  return za = r, za;
6780
6786
  }
6781
6787
  var ja, Ai;
6782
- function Wv() {
6788
+ function Uv() {
6783
6789
  if (Ai) return ja;
6784
6790
  Ai = 1;
6785
6791
  var e = mn(), t = Object.prototype, n = t.hasOwnProperty;
@@ -6790,7 +6796,7 @@ function Wv() {
6790
6796
  return ja = a, ja;
6791
6797
  }
6792
6798
  var Ha, wi;
6793
- function Uv() {
6799
+ function Gv() {
6794
6800
  if (wi) return Ha;
6795
6801
  wi = 1;
6796
6802
  var e = mn(), t = "__lodash_hash_undefined__";
@@ -6801,10 +6807,10 @@ function Uv() {
6801
6807
  return Ha = n, Ha;
6802
6808
  }
6803
6809
  var Va, Ni;
6804
- function Gv() {
6810
+ function Kv() {
6805
6811
  if (Ni) return Va;
6806
6812
  Ni = 1;
6807
- var e = jv(), t = Hv(), n = Vv(), a = Wv(), r = Uv();
6813
+ var e = Hv(), t = Vv(), n = Wv(), a = Uv(), r = Gv();
6808
6814
  function o(s) {
6809
6815
  var i = -1, l = s == null ? 0 : s.length;
6810
6816
  for (this.clear(); ++i < l; ) {
@@ -6815,7 +6821,7 @@ function Gv() {
6815
6821
  return o.prototype.clear = e, o.prototype.delete = t, o.prototype.get = n, o.prototype.has = a, o.prototype.set = r, Va = o, Va;
6816
6822
  }
6817
6823
  var Wa, Ci;
6818
- function Kv() {
6824
+ function Xv() {
6819
6825
  if (Ci) return Wa;
6820
6826
  Ci = 1;
6821
6827
  function e() {
@@ -6846,7 +6852,7 @@ function pn() {
6846
6852
  return Ga = t, Ga;
6847
6853
  }
6848
6854
  var Ka, Si;
6849
- function Xv() {
6855
+ function Yv() {
6850
6856
  if (Si) return Ka;
6851
6857
  Si = 1;
6852
6858
  var e = pn(), t = Array.prototype, n = t.splice;
@@ -6860,7 +6866,7 @@ function Xv() {
6860
6866
  return Ka = a, Ka;
6861
6867
  }
6862
6868
  var Xa, ki;
6863
- function Yv() {
6869
+ function Zv() {
6864
6870
  if (ki) return Xa;
6865
6871
  ki = 1;
6866
6872
  var e = pn();
@@ -6871,7 +6877,7 @@ function Yv() {
6871
6877
  return Xa = t, Xa;
6872
6878
  }
6873
6879
  var Ya, Oi;
6874
- function Zv() {
6880
+ function Jv() {
6875
6881
  if (Oi) return Ya;
6876
6882
  Oi = 1;
6877
6883
  var e = pn();
@@ -6881,7 +6887,7 @@ function Zv() {
6881
6887
  return Ya = t, Ya;
6882
6888
  }
6883
6889
  var Za, _i;
6884
- function Jv() {
6890
+ function Qv() {
6885
6891
  if (_i) return Za;
6886
6892
  _i = 1;
6887
6893
  var e = pn();
@@ -6892,10 +6898,10 @@ function Jv() {
6892
6898
  return Za = t, Za;
6893
6899
  }
6894
6900
  var Ja, Ti;
6895
- function Qv() {
6901
+ function eb() {
6896
6902
  if (Ti) return Ja;
6897
6903
  Ti = 1;
6898
- var e = Kv(), t = Xv(), n = Yv(), a = Zv(), r = Jv();
6904
+ var e = Xv(), t = Yv(), n = Zv(), a = Jv(), r = Qv();
6899
6905
  function o(s) {
6900
6906
  var i = -1, l = s == null ? 0 : s.length;
6901
6907
  for (this.clear(); ++i < l; ) {
@@ -6906,10 +6912,10 @@ function Qv() {
6906
6912
  return o.prototype.clear = e, o.prototype.delete = t, o.prototype.get = n, o.prototype.has = a, o.prototype.set = r, Ja = o, Ja;
6907
6913
  }
6908
6914
  var Qa, Ii;
6909
- function eb() {
6915
+ function tb() {
6910
6916
  if (Ii) return Qa;
6911
6917
  Ii = 1;
6912
- var e = Gv(), t = Qv(), n = mc();
6918
+ var e = Kv(), t = eb(), n = mc();
6913
6919
  function a() {
6914
6920
  this.size = 0, this.__data__ = {
6915
6921
  hash: new e(),
@@ -6920,7 +6926,7 @@ function eb() {
6920
6926
  return Qa = a, Qa;
6921
6927
  }
6922
6928
  var er, Li;
6923
- function tb() {
6929
+ function nb() {
6924
6930
  if (Li) return er;
6925
6931
  Li = 1;
6926
6932
  function e(t) {
@@ -6933,7 +6939,7 @@ var tr, Ei;
6933
6939
  function vn() {
6934
6940
  if (Ei) return tr;
6935
6941
  Ei = 1;
6936
- var e = tb();
6942
+ var e = nb();
6937
6943
  function t(n, a) {
6938
6944
  var r = n.__data__;
6939
6945
  return e(a) ? r[typeof a == "string" ? "string" : "hash"] : r.map;
@@ -6941,7 +6947,7 @@ function vn() {
6941
6947
  return tr = t, tr;
6942
6948
  }
6943
6949
  var nr, $i;
6944
- function nb() {
6950
+ function ab() {
6945
6951
  if ($i) return nr;
6946
6952
  $i = 1;
6947
6953
  var e = vn();
@@ -6952,7 +6958,7 @@ function nb() {
6952
6958
  return nr = t, nr;
6953
6959
  }
6954
6960
  var ar, Ri;
6955
- function ab() {
6961
+ function rb() {
6956
6962
  if (Ri) return ar;
6957
6963
  Ri = 1;
6958
6964
  var e = vn();
@@ -6962,7 +6968,7 @@ function ab() {
6962
6968
  return ar = t, ar;
6963
6969
  }
6964
6970
  var rr, Mi;
6965
- function rb() {
6971
+ function ob() {
6966
6972
  if (Mi) return rr;
6967
6973
  Mi = 1;
6968
6974
  var e = vn();
@@ -6972,7 +6978,7 @@ function rb() {
6972
6978
  return rr = t, rr;
6973
6979
  }
6974
6980
  var or, Di;
6975
- function ob() {
6981
+ function sb() {
6976
6982
  if (Di) return or;
6977
6983
  Di = 1;
6978
6984
  var e = vn();
@@ -6983,10 +6989,10 @@ function ob() {
6983
6989
  return or = t, or;
6984
6990
  }
6985
6991
  var sr, Bi;
6986
- function sb() {
6992
+ function ib() {
6987
6993
  if (Bi) return sr;
6988
6994
  Bi = 1;
6989
- var e = eb(), t = nb(), n = ab(), a = rb(), r = ob();
6995
+ var e = tb(), t = ab(), n = rb(), a = ob(), r = sb();
6990
6996
  function o(s) {
6991
6997
  var i = -1, l = s == null ? 0 : s.length;
6992
6998
  for (this.clear(); ++i < l; ) {
@@ -6997,10 +7003,10 @@ function sb() {
6997
7003
  return o.prototype.clear = e, o.prototype.delete = t, o.prototype.get = n, o.prototype.has = a, o.prototype.set = r, sr = o, sr;
6998
7004
  }
6999
7005
  var ir, Fi;
7000
- function ib() {
7006
+ function lb() {
7001
7007
  if (Fi) return ir;
7002
7008
  Fi = 1;
7003
- var e = sb(), t = "Expected a function";
7009
+ var e = ib(), t = "Expected a function";
7004
7010
  function n(a, r) {
7005
7011
  if (typeof a != "function" || r != null && typeof r != "function")
7006
7012
  throw new TypeError(t);
@@ -7016,10 +7022,10 @@ function ib() {
7016
7022
  return n.Cache = e, ir = n, ir;
7017
7023
  }
7018
7024
  var lr, qi;
7019
- function lb() {
7025
+ function cb() {
7020
7026
  if (qi) return lr;
7021
7027
  qi = 1;
7022
- var e = ib(), t = 500;
7028
+ var e = lb(), t = 500;
7023
7029
  function n(a) {
7024
7030
  var r = e(a, function(s) {
7025
7031
  return o.size === t && o.clear(), s;
@@ -7029,10 +7035,10 @@ function lb() {
7029
7035
  return lr = n, lr;
7030
7036
  }
7031
7037
  var cr, zi;
7032
- function cb() {
7038
+ function ub() {
7033
7039
  if (zi) return cr;
7034
7040
  zi = 1;
7035
- var e = lb(), t = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, n = /\\(\\)?/g, a = e(function(r) {
7041
+ var e = cb(), t = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, n = /\\(\\)?/g, a = e(function(r) {
7036
7042
  var o = [];
7037
7043
  return r.charCodeAt(0) === 46 && o.push(""), r.replace(t, function(s, i, l, c) {
7038
7044
  o.push(l ? c.replace(n, "$1") : i || s);
@@ -7041,7 +7047,7 @@ function cb() {
7041
7047
  return cr = a, cr;
7042
7048
  }
7043
7049
  var ur, ji;
7044
- function ub() {
7050
+ function db() {
7045
7051
  if (ji) return ur;
7046
7052
  ji = 1;
7047
7053
  var e = Zt(), t = lc(), n = Ve(), a = hn(), r = e ? e.prototype : void 0, o = r ? r.toString : void 0;
@@ -7058,10 +7064,10 @@ function ub() {
7058
7064
  return ur = s, ur;
7059
7065
  }
7060
7066
  var dr, Hi;
7061
- function db() {
7067
+ function fb() {
7062
7068
  if (Hi) return dr;
7063
7069
  Hi = 1;
7064
- var e = ub();
7070
+ var e = db();
7065
7071
  function t(n) {
7066
7072
  return n == null ? "" : e(n);
7067
7073
  }
@@ -7071,7 +7077,7 @@ var fr, Vi;
7071
7077
  function bn() {
7072
7078
  if (Vi) return fr;
7073
7079
  Vi = 1;
7074
- var e = Ve(), t = zv(), n = cb(), a = db();
7080
+ var e = Ve(), t = jv(), n = ub(), a = fb();
7075
7081
  function r(o, s) {
7076
7082
  return e(o) ? o : t(o, s) ? [o] : n(a(o));
7077
7083
  }
@@ -7091,7 +7097,7 @@ function xo() {
7091
7097
  return hr = t, hr;
7092
7098
  }
7093
7099
  var mr, Ui;
7094
- function fb() {
7100
+ function hb() {
7095
7101
  if (Ui) return mr;
7096
7102
  Ui = 1;
7097
7103
  var e = bn(), t = xo();
@@ -7104,7 +7110,7 @@ function fb() {
7104
7110
  return mr = n, mr;
7105
7111
  }
7106
7112
  var pr, Gi;
7107
- function hb() {
7113
+ function mb() {
7108
7114
  if (Gi) return pr;
7109
7115
  Gi = 1;
7110
7116
  var e = sc();
@@ -7119,10 +7125,10 @@ function hb() {
7119
7125
  return pr = t, pr;
7120
7126
  }
7121
7127
  var vr, Ki;
7122
- function mb() {
7128
+ function pb() {
7123
7129
  if (Ki) return vr;
7124
7130
  Ki = 1;
7125
- var e = hb(), t = su(), n = Object.prototype, a = n.hasOwnProperty;
7131
+ var e = mb(), t = su(), n = Object.prototype, a = n.hasOwnProperty;
7126
7132
  function r(o, s, i) {
7127
7133
  var l = o[s];
7128
7134
  (!(a.call(o, s) && t(l, i)) || i === void 0 && !(s in o)) && e(o, s, i);
@@ -7144,7 +7150,7 @@ var gr, Yi;
7144
7150
  function lu() {
7145
7151
  if (Yi) return gr;
7146
7152
  Yi = 1;
7147
- var e = mb(), t = bn(), n = iu(), a = Jt(), r = xo();
7153
+ var e = pb(), t = bn(), n = iu(), a = Jt(), r = xo();
7148
7154
  function o(s, i, l, c) {
7149
7155
  if (!a(s))
7150
7156
  return s;
@@ -7154,8 +7160,8 @@ function lu() {
7154
7160
  if (p === "__proto__" || p === "constructor" || p === "prototype")
7155
7161
  return s;
7156
7162
  if (u != m) {
7157
- var A = h[p];
7158
- v = c ? c(A, p, h) : void 0, v === void 0 && (v = a(A) ? A : n(i[u + 1]) ? [] : {});
7163
+ var y = h[p];
7164
+ v = c ? c(y, p, h) : void 0, v === void 0 && (v = a(y) ? y : n(i[u + 1]) ? [] : {});
7159
7165
  }
7160
7166
  e(h, p, v), h = h[p];
7161
7167
  }
@@ -7164,10 +7170,10 @@ function lu() {
7164
7170
  return gr = o, gr;
7165
7171
  }
7166
7172
  var yr, Zi;
7167
- function pb() {
7173
+ function vb() {
7168
7174
  if (Zi) return yr;
7169
7175
  Zi = 1;
7170
- var e = fb(), t = lu(), n = bn();
7176
+ var e = hb(), t = lu(), n = bn();
7171
7177
  function a(r, o, s) {
7172
7178
  for (var i = -1, l = o.length, c = {}; ++i < l; ) {
7173
7179
  var u = o[i], d = e(r, u);
@@ -7178,7 +7184,7 @@ function pb() {
7178
7184
  return yr = a, yr;
7179
7185
  }
7180
7186
  var Ar, Ji;
7181
- function vb() {
7187
+ function bb() {
7182
7188
  if (Ji) return Ar;
7183
7189
  Ji = 1;
7184
7190
  function e(t, n) {
@@ -7187,7 +7193,7 @@ function vb() {
7187
7193
  return Ar = e, Ar;
7188
7194
  }
7189
7195
  var wr, Qi;
7190
- function bb() {
7196
+ function gb() {
7191
7197
  if (Qi) return wr;
7192
7198
  Qi = 1;
7193
7199
  var e = bn(), t = fo(), n = Ve(), a = iu(), r = ho(), o = xo();
@@ -7204,20 +7210,20 @@ function bb() {
7204
7210
  return wr = s, wr;
7205
7211
  }
7206
7212
  var Nr, el;
7207
- function gb() {
7213
+ function yb() {
7208
7214
  if (el) return Nr;
7209
7215
  el = 1;
7210
- var e = vb(), t = bb();
7216
+ var e = bb(), t = gb();
7211
7217
  function n(a, r) {
7212
7218
  return a != null && t(a, r, e);
7213
7219
  }
7214
7220
  return Nr = n, Nr;
7215
7221
  }
7216
7222
  var Cr, tl;
7217
- function yb() {
7223
+ function Ab() {
7218
7224
  if (tl) return Cr;
7219
7225
  tl = 1;
7220
- var e = pb(), t = gb();
7226
+ var e = vb(), t = yb();
7221
7227
  function n(a, r) {
7222
7228
  return e(a, r, function(o, s) {
7223
7229
  return t(a, s);
@@ -7226,7 +7232,7 @@ function yb() {
7226
7232
  return Cr = n, Cr;
7227
7233
  }
7228
7234
  var xr, nl;
7229
- function Ab() {
7235
+ function wb() {
7230
7236
  if (nl) return xr;
7231
7237
  nl = 1;
7232
7238
  function e(t, n) {
@@ -7237,7 +7243,7 @@ function Ab() {
7237
7243
  return xr = e, xr;
7238
7244
  }
7239
7245
  var Pr, al;
7240
- function wb() {
7246
+ function Nb() {
7241
7247
  if (al) return Pr;
7242
7248
  al = 1;
7243
7249
  var e = Zt(), t = fo(), n = Ve(), a = e ? e.isConcatSpreadable : void 0;
@@ -7247,10 +7253,10 @@ function wb() {
7247
7253
  return Pr = r, Pr;
7248
7254
  }
7249
7255
  var Sr, rl;
7250
- function Nb() {
7256
+ function Cb() {
7251
7257
  if (rl) return Sr;
7252
7258
  rl = 1;
7253
- var e = Ab(), t = wb();
7259
+ var e = wb(), t = Nb();
7254
7260
  function n(a, r, o, s, i) {
7255
7261
  var l = -1, c = a.length;
7256
7262
  for (o || (o = t), i || (i = []); ++l < c; ) {
@@ -7262,10 +7268,10 @@ function Nb() {
7262
7268
  return Sr = n, Sr;
7263
7269
  }
7264
7270
  var kr, ol;
7265
- function Cb() {
7271
+ function xb() {
7266
7272
  if (ol) return kr;
7267
7273
  ol = 1;
7268
- var e = Nb();
7274
+ var e = Cb();
7269
7275
  function t(n) {
7270
7276
  var a = n == null ? 0 : n.length;
7271
7277
  return a ? e(n, 1) : [];
@@ -7273,32 +7279,32 @@ function Cb() {
7273
7279
  return kr = t, kr;
7274
7280
  }
7275
7281
  var Or, sl;
7276
- function xb() {
7282
+ function Pb() {
7277
7283
  if (sl) return Or;
7278
7284
  sl = 1;
7279
- var e = Cb(), t = nc(), n = ic();
7285
+ var e = xb(), t = nc(), n = ic();
7280
7286
  function a(r) {
7281
7287
  return n(t(r, void 0, e), r + "");
7282
7288
  }
7283
7289
  return Or = a, Or;
7284
7290
  }
7285
7291
  var _r, il;
7286
- function Pb() {
7292
+ function Sb() {
7287
7293
  if (il) return _r;
7288
7294
  il = 1;
7289
- var e = yb(), t = xb(), n = t(function(a, r) {
7295
+ var e = Ab(), t = Pb(), n = t(function(a, r) {
7290
7296
  return a == null ? {} : e(a, r);
7291
7297
  });
7292
7298
  return _r = n, _r;
7293
7299
  }
7294
- var Sb = Pb();
7295
- const kb = /* @__PURE__ */ xe(Sb), zA = kb(H, ["tiny", "regular", "medium", "big", "huge"]), Ob = /* @__PURE__ */ L((e) => {
7300
+ var kb = Sb();
7301
+ const Ob = /* @__PURE__ */ xe(kb), jA = Ob(H, ["tiny", "regular", "medium", "big", "huge"]), _b = /* @__PURE__ */ L((e) => {
7296
7302
  const {
7297
7303
  handle: t
7298
7304
  } = ye(), n = kt("optionsChange", void 0), a = F(!1), r = F(!1), o = F(!1);
7299
7305
  return ot(t, (s) => {
7300
7306
  if (s)
7301
- return Mv(s, {
7307
+ return Dv(s, {
7302
7308
  setIsLoading: (i) => {
7303
7309
  a.value = i;
7304
7310
  },
@@ -7315,7 +7321,7 @@ const kb = /* @__PURE__ */ xe(Sb), zA = kb(H, ["tiny", "regular", "medium", "big
7315
7321
  isLoading: a.value,
7316
7322
  isOpen: o.value
7317
7323
  }, i = r.value ? e.loadingMessage : void 0;
7318
- return $v({
7324
+ return Rv({
7319
7325
  emptyMessage: e.emptyMessage,
7320
7326
  nbOptionMessage: e.nbOptionMessage,
7321
7327
  errorMessage: e.errorMessage,
@@ -7323,7 +7329,7 @@ const kb = /* @__PURE__ */ xe(Sb), zA = kb(H, ["tiny", "regular", "medium", "big
7323
7329
  loadingMessage: i,
7324
7330
  state: s
7325
7331
  }, {
7326
- GenericBlock: qv,
7332
+ GenericBlock: zv,
7327
7333
  Text: pe
7328
7334
  });
7329
7335
  };
@@ -7331,9 +7337,9 @@ const kb = /* @__PURE__ */ xe(Sb), zA = kb(H, ["tiny", "regular", "medium", "big
7331
7337
  name: "LumxComboboxState",
7332
7338
  inheritAttrs: !1,
7333
7339
  props: E()("emptyMessage", "nbOptionMessage", "errorMessage", "errorTryReloadMessage", "loadingMessage", "class")
7334
- }), jA = {
7340
+ }), HA = {
7335
7341
  /** Provides shared combobox context (handle, listbox ID, anchor ref) to all sub-components. */
7336
- Provider: vv,
7342
+ Provider: bv,
7337
7343
  /** Button trigger for select-only combobox mode with keyboard navigation and typeahead. */
7338
7344
  Button: $m,
7339
7345
  /** Text input trigger for autocomplete combobox mode with optional toggle button and filtering. */
@@ -7341,23 +7347,23 @@ const kb = /* @__PURE__ */ xe(Sb), zA = kb(H, ["tiny", "regular", "medium", "big
7341
7347
  /** Listbox container that registers with the combobox handle and tracks loading state. */
7342
7348
  List: vp,
7343
7349
  /** Selectable option item with filtering and keyboard navigation support. */
7344
- Option: Pp,
7350
+ Option: Sp,
7345
7351
  /** Secondary action button within a grid-mode option row, rendered as an independent gridcell. */
7346
- OptionAction: Op,
7352
+ OptionAction: _p,
7347
7353
  /** Info button on an option that shows a popover on hover or keyboard highlight. */
7348
- OptionMoreInfo: Zp,
7354
+ OptionMoreInfo: Jp,
7349
7355
  /** Loading placeholder skeleton(s) that auto-register loading state with the combobox handle. */
7350
- OptionSkeleton: av,
7356
+ OptionSkeleton: rv,
7351
7357
  /** Floating popover container that auto-binds to the combobox anchor and open/close state. */
7352
- Popover: pv,
7358
+ Popover: vv,
7353
7359
  /** Labelled group of options that auto-hides when all its child options are filtered out. */
7354
- Section: Iv,
7360
+ Section: Lv,
7355
7361
  /** Displays empty, error, and loading state messages for the combobox list. */
7356
- State: Ob,
7362
+ State: _b,
7357
7363
  /** Visual separator between option groups (alias for ListDivider). Purely decorative — invisible to screen readers. */
7358
- Divider: Nv
7359
- }, _b = "Badge", cu = "lumx-badge", {
7360
- block: Tb
7364
+ Divider: Cv
7365
+ }, Tb = "Badge", cu = "lumx-badge", {
7366
+ block: Ib
7361
7367
  } = B(cu), uu = {
7362
7368
  color: W.primary
7363
7369
  }, gn = (e) => {
@@ -7371,15 +7377,15 @@ const kb = /* @__PURE__ */ xe(Sb), zA = kb(H, ["tiny", "regular", "medium", "big
7371
7377
  return f("div", N({
7372
7378
  ref: r
7373
7379
  }, o, {
7374
- className: I(n, Tb({
7380
+ className: I(n, Ib({
7375
7381
  [`color-${a}`]: !!a
7376
7382
  }))
7377
7383
  }), [t]);
7378
7384
  };
7379
- gn.displayName = _b;
7385
+ gn.displayName = Tb;
7380
7386
  gn.className = cu;
7381
7387
  gn.defaultProps = uu;
7382
- const HA = /* @__PURE__ */ L((e, {
7388
+ const VA = /* @__PURE__ */ L((e, {
7383
7389
  slots: t
7384
7390
  }) => {
7385
7391
  const n = M(), a = $(() => e.class);
@@ -7392,10 +7398,10 @@ const HA = /* @__PURE__ */ L((e, {
7392
7398
  inheritAttrs: !1,
7393
7399
  // Redefine properties so that they come in as `props` on the `defineComponent` function
7394
7400
  props: E()("color", "class")
7395
- }), Ib = "lumx-badge-wrapper", {
7396
- block: Lb,
7397
- element: Eb
7398
- } = B(Ib), $b = (e) => {
7401
+ }), Lb = "lumx-badge-wrapper", {
7402
+ block: Eb,
7403
+ element: $b
7404
+ } = B(Lb), Rb = (e) => {
7399
7405
  const {
7400
7406
  badge: t,
7401
7407
  children: n,
@@ -7406,15 +7412,15 @@ const HA = /* @__PURE__ */ L((e, {
7406
7412
  return f("div", N({
7407
7413
  ref: r
7408
7414
  }, o, {
7409
- className: I(a, Lb())
7415
+ className: I(a, Eb())
7410
7416
  }), [n, t && f("div", {
7411
- className: Eb("badge")
7417
+ className: $b("badge")
7412
7418
  }, [t])]);
7413
- }, VA = /* @__PURE__ */ L((e, {
7419
+ }, WA = /* @__PURE__ */ L((e, {
7414
7420
  slots: t
7415
7421
  }) => {
7416
7422
  const n = M(), a = $(() => e.class);
7417
- return () => f($b, N(e, n, {
7423
+ return () => f(Rb, N(e, n, {
7418
7424
  className: a.value,
7419
7425
  badge: e.badge || t.badge?.(),
7420
7426
  children: t.default?.()
@@ -7423,10 +7429,10 @@ const HA = /* @__PURE__ */ L((e, {
7423
7429
  name: "LumxBadgeWrapper",
7424
7430
  inheritAttrs: !1,
7425
7431
  props: E()("badge", "class")
7426
- }), du = "intermediate", Rb = "lumx-checkbox", {
7427
- block: Mb,
7432
+ }), du = "intermediate", Mb = "lumx-checkbox", {
7433
+ block: Db,
7428
7434
  element: Pe
7429
- } = B(Rb), Db = (e) => {
7435
+ } = B(Mb), Bb = (e) => {
7430
7436
  const {
7431
7437
  checked: t,
7432
7438
  className: n,
@@ -7443,14 +7449,14 @@ const HA = /* @__PURE__ */ L((e, {
7443
7449
  inputProps: h = {},
7444
7450
  isDisabled: p,
7445
7451
  inputId: v,
7446
- ...A
7452
+ ...y
7447
7453
  } = e, b = s === du, g = (w) => {
7448
7454
  u && u(!s, m, l, w);
7449
7455
  };
7450
7456
  return f("div", N({
7451
7457
  ref: c
7452
- }, A, {
7453
- className: I(n, Mb({
7458
+ }, y, {
7459
+ className: I(n, Db({
7454
7460
  // Whether state is intermediate class name will "-checked"
7455
7461
  "is-checked": b ? !0 : s,
7456
7462
  "is-disabled": p,
@@ -7493,9 +7499,9 @@ const HA = /* @__PURE__ */ L((e, {
7493
7499
  theme: d,
7494
7500
  children: a
7495
7501
  })])]);
7496
- }, Bb = {
7502
+ }, Fb = {
7497
7503
  change: (e, t, n, a) => typeof e == "boolean" && a instanceof Event
7498
- }, WA = /* @__PURE__ */ L((e, {
7504
+ }, UA = /* @__PURE__ */ L((e, {
7499
7505
  emit: t
7500
7506
  }) => {
7501
7507
  const n = M(), a = V(), r = $(() => e.class), o = re(), s = S(() => e.id || o), i = F(null), {
@@ -7511,10 +7517,10 @@ const HA = /* @__PURE__ */ L((e, {
7511
7517
  }, {
7512
7518
  immediate: !0
7513
7519
  });
7514
- const m = (h, p, v, A) => {
7515
- l.value || t("change", h, p, v, A);
7520
+ const m = (h, p, v, y) => {
7521
+ l.value || t("change", h, p, v, y);
7516
7522
  };
7517
- return () => f(Db, N(u.value, {
7523
+ return () => f(Bb, N(u.value, {
7518
7524
  className: r.value,
7519
7525
  theme: e.theme || a.value,
7520
7526
  inputId: s.value,
@@ -7533,13 +7539,13 @@ const HA = /* @__PURE__ */ L((e, {
7533
7539
  inheritAttrs: !1,
7534
7540
  // Redefine properties so that they come in as `props` on the `defineComponent` function
7535
7541
  props: E()("checked", "class", "disabled", "helper", "id", "inputProps", "isChecked", "isDisabled", "label", "name", "theme", "value", "aria-disabled"),
7536
- emits: Bb
7542
+ emits: Fb
7537
7543
  }), wt = "lumx-chip", {
7538
- block: Fb,
7544
+ block: qb,
7539
7545
  element: Tr
7540
- } = B(wt), qb = {
7546
+ } = B(wt), zb = {
7541
7547
  size: H.m
7542
- }, zb = (e) => {
7548
+ }, jb = (e) => {
7543
7549
  const {
7544
7550
  after: t,
7545
7551
  before: n,
@@ -7555,21 +7561,21 @@ const HA = /* @__PURE__ */ L((e, {
7555
7561
  hasAfterClick: m,
7556
7562
  hasBeforeClick: h,
7557
7563
  hasOnClick: p,
7558
- size: v = qb.size,
7559
- theme: A,
7564
+ size: v = zb.size,
7565
+ theme: y,
7560
7566
  ref: b,
7561
7567
  href: g,
7562
7568
  handleKeyDown: w,
7563
7569
  disabledStateProps: P,
7564
7570
  isAnyDisabled: k,
7565
7571
  keyDownProp: C = "onKeyDown",
7566
- tabIndexProp: y = "tabIndex",
7572
+ tabIndexProp: A = "tabIndex",
7567
7573
  ...O
7568
- } = e, _ = p && !g, T = !!p || !!g || s, x = o || (A === ce.light ? W.dark : W.light), R = (q) => {
7574
+ } = e, _ = p && !g, T = !!p || !!g || s, x = o || (y === ce.light ? W.dark : W.light), R = (q) => {
7569
7575
  w?.(q), p && d && od(d)(q);
7570
7576
  }, D = {
7571
7577
  [C]: R,
7572
- [y]: T && !P.disabled ? 0 : void 0
7578
+ [A]: T && !P.disabled ? 0 : void 0
7573
7579
  };
7574
7580
  return (
7575
7581
  // eslint-disable-next-line jsx-a11y/no-static-element-interactions
@@ -7578,7 +7584,7 @@ const HA = /* @__PURE__ */ L((e, {
7578
7584
  }, D, O, {
7579
7585
  href: P.disabled ? void 0 : g,
7580
7586
  ref: b,
7581
- className: I(r, Fb({
7587
+ className: I(r, qb({
7582
7588
  "is-clickable": T,
7583
7589
  [`color-${x}`]: !!x,
7584
7590
  "is-disabled": k,
@@ -7607,7 +7613,7 @@ const HA = /* @__PURE__ */ L((e, {
7607
7613
  onClick: c
7608
7614
  }, [t])])
7609
7615
  );
7610
- }, jb = {
7616
+ }, Hb = {
7611
7617
  click: (e) => e instanceof MouseEvent,
7612
7618
  afterClick: (e) => e instanceof MouseEvent,
7613
7619
  beforeClick: (e) => e instanceof MouseEvent,
@@ -7622,16 +7628,16 @@ const HA = /* @__PURE__ */ L((e, {
7622
7628
  } = J(S(() => ({
7623
7629
  ...e,
7624
7630
  ...a
7625
- }))), m = (A) => {
7626
- c.value || t("click", A);
7627
- }, h = (A) => {
7628
- c.value || (t("afterClick", A), A?.stopPropagation());
7629
- }, p = (A) => {
7630
- c.value || (t("beforeClick", A), A?.stopPropagation());
7631
- }, v = (A) => {
7632
- c.value || t("keydown", A);
7633
- };
7634
- return () => f(zb, N(d.value, {
7631
+ }))), m = (y) => {
7632
+ c.value || t("click", y);
7633
+ }, h = (y) => {
7634
+ c.value || (t("afterClick", y), y?.stopPropagation());
7635
+ }, p = (y) => {
7636
+ c.value || (t("beforeClick", y), y?.stopPropagation());
7637
+ }, v = (y) => {
7638
+ c.value || t("keydown", y);
7639
+ };
7640
+ return () => f(jb, N(d.value, {
7635
7641
  className: o.value,
7636
7642
  theme: e.theme || r.value,
7637
7643
  handleClick: m,
@@ -7653,8 +7659,8 @@ const HA = /* @__PURE__ */ L((e, {
7653
7659
  name: "LumxChip",
7654
7660
  inheritAttrs: !1,
7655
7661
  props: E()("color", "href", "isClickable", "isDisabled", "isHighlighted", "isSelected", "size", "theme", "class", "aria-disabled", "disabled"),
7656
- emits: jb
7657
- }), Hb = "lumx-chip-group", Vb = (e) => {
7662
+ emits: Hb
7663
+ }), Vb = "lumx-chip-group", Wb = (e) => {
7658
7664
  const {
7659
7665
  children: t,
7660
7666
  className: n,
@@ -7664,13 +7670,13 @@ const HA = /* @__PURE__ */ L((e, {
7664
7670
  return f("div", N({
7665
7671
  ref: a
7666
7672
  }, r, {
7667
- className: I(n, Hb)
7673
+ className: I(n, Vb)
7668
7674
  }), [t]);
7669
- }, Wb = /* @__PURE__ */ L((e, {
7675
+ }, Ub = /* @__PURE__ */ L((e, {
7670
7676
  slots: t
7671
7677
  }) => {
7672
7678
  const n = M(), a = $(() => e.class);
7673
- return () => f(Vb, N(e, n, {
7679
+ return () => f(Wb, N(e, n, {
7674
7680
  className: a.value,
7675
7681
  children: t.default?.()
7676
7682
  }), null);
@@ -7679,13 +7685,13 @@ const HA = /* @__PURE__ */ L((e, {
7679
7685
  inheritAttrs: !1,
7680
7686
  props: E()("align", "class")
7681
7687
  });
7682
- function Ub(e) {
7688
+ function Gb(e) {
7683
7689
  return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !X(e);
7684
7690
  }
7685
- const Gb = "lumx-selection-chip-group", {
7686
- block: Kb,
7687
- element: Xb
7688
- } = B(Gb), Yb = (e, {
7691
+ const Kb = "lumx-selection-chip-group", {
7692
+ block: Xb,
7693
+ element: Yb
7694
+ } = B(Kb), Zb = (e, {
7689
7695
  Chip: t,
7690
7696
  ChipGroup: n,
7691
7697
  Icon: a,
@@ -7703,18 +7709,18 @@ const Gb = "lumx-selection-chip-group", {
7703
7709
  theme: h,
7704
7710
  className: p,
7705
7711
  getChipProps: v,
7706
- ref: A,
7712
+ ref: y,
7707
7713
  ...b
7708
7714
  } = e;
7709
7715
  return !i || i.length === 0 ? null : f(n, N(b, {
7710
- ref: A,
7716
+ ref: y,
7711
7717
  role: "listbox",
7712
7718
  "aria-label": u,
7713
7719
  "aria-multiselectable": "true",
7714
7720
  "aria-orientation": "horizontal",
7715
- className: Kb([p])
7716
- }), Ub(s = i.map((g) => {
7717
- const w = c && Mt(c, g) || Mt(l, g), P = Mt(l, g), k = v?.(g) || {}, C = k.isDisabled || m, y = typeof k.children == "string" ? k.children : w, O = d ? `${y} - ${d}` : y;
7721
+ className: Xb([p])
7722
+ }), Gb(s = i.map((g) => {
7723
+ const w = c && Mt(c, g) || Mt(l, g), P = Mt(l, g), k = v?.(g) || {}, C = k.isDisabled || m, A = typeof k.children == "string" ? k.children : w, O = d ? `${A} - ${d}` : A;
7718
7724
  return f(o, {
7719
7725
  key: P,
7720
7726
  label: C ? void 0 : O
@@ -7726,7 +7732,7 @@ const Gb = "lumx-selection-chip-group", {
7726
7732
  after: f(a, {
7727
7733
  icon: ao
7728
7734
  }, null),
7729
- className: Xb("chip", [k.className]),
7735
+ className: Yb("chip", [k.className]),
7730
7736
  "data-option-id": P,
7731
7737
  isClickable: !0,
7732
7738
  role: "option",
@@ -7745,9 +7751,9 @@ const Gb = "lumx-selection-chip-group", {
7745
7751
  })) ? s : {
7746
7752
  default: () => [s]
7747
7753
  });
7748
- }, Zb = `.${wt}:not([aria-disabled="true"])`, cl = (e) => e?.closest?.(`.${wt}`) || null, ul = (e) => e?.getAttribute("aria-disabled") === "true";
7754
+ }, Jb = `.${wt}:not([aria-disabled="true"])`, cl = (e) => e?.closest?.(`.${wt}`) || null, ul = (e) => e?.getAttribute("aria-disabled") === "true";
7749
7755
  function dl(e, t) {
7750
- const n = an(e, Zb);
7756
+ const n = an(e, Jb);
7751
7757
  if (!t) {
7752
7758
  let a;
7753
7759
  for (; n.nextNode(); )
@@ -7764,7 +7770,7 @@ function fl(e, t) {
7764
7770
  const r = [...n];
7765
7771
  r.splice(a, 1), e.onChange(r);
7766
7772
  }
7767
- function Jb(e) {
7773
+ function Qb(e) {
7768
7774
  const t = e.getContainer();
7769
7775
  if (!t) return () => {
7770
7776
  };
@@ -7810,16 +7816,16 @@ function fu({
7810
7816
  ), s(() => l.abort());
7811
7817
  });
7812
7818
  }
7813
- const Qb = (e) => (t) => X(t) && t.type === e, eg = {
7819
+ const eg = (e) => (t) => X(t) && t.type === e, tg = {
7814
7820
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
7815
7821
  change: (e) => !0
7816
- }, UA = /* @__PURE__ */ L((e, {
7822
+ }, GA = /* @__PURE__ */ L((e, {
7817
7823
  emit: t,
7818
7824
  slots: n
7819
7825
  }) => {
7820
7826
  const a = M(), r = $(() => e.class), o = V(), s = F(null), i = () => s.value?.$el ?? s.value ?? null;
7821
7827
  ze((c) => {
7822
- const u = Jb({
7828
+ const u = Qb({
7823
7829
  getContainer: i,
7824
7830
  getInput: () => e.inputRef,
7825
7831
  onChange: (d) => t("change", d),
@@ -7840,12 +7846,12 @@ const Qb = (e) => (t) => X(t) && t.type === e, eg = {
7840
7846
  if (n.chip) {
7841
7847
  const b = n.chip({
7842
7848
  option: m
7843
- })?.find(Qb(ll));
7849
+ })?.find(eg(ll));
7844
7850
  p = b?.props || {};
7845
7851
  const g = b?.children?.before;
7846
7852
  g && (p.before = g());
7847
7853
  }
7848
- const v = Object.fromEntries(Object.entries(p).filter(([, A]) => A !== void 0));
7854
+ const v = Object.fromEntries(Object.entries(p).filter(([, y]) => y !== void 0));
7849
7855
  return {
7850
7856
  ...h,
7851
7857
  ...v
@@ -7854,7 +7860,7 @@ const Qb = (e) => (t) => X(t) && t.type === e, eg = {
7854
7860
  class: u,
7855
7861
  ...d
7856
7862
  } = e;
7857
- return Yb({
7863
+ return Zb({
7858
7864
  ...a,
7859
7865
  ...d,
7860
7866
  className: r.value,
@@ -7863,7 +7869,7 @@ const Qb = (e) => (t) => X(t) && t.type === e, eg = {
7863
7869
  ref: s
7864
7870
  }, {
7865
7871
  Chip: ll,
7866
- ChipGroup: Wb,
7872
+ ChipGroup: Ub,
7867
7873
  Icon: Qe,
7868
7874
  Tooltip: cn,
7869
7875
  Text: pe
@@ -7873,11 +7879,11 @@ const Qb = (e) => (t) => X(t) && t.type === e, eg = {
7873
7879
  name: "LumxSelectionChipGroup",
7874
7880
  inheritAttrs: !1,
7875
7881
  props: E()("getChipProps", "getOptionId", "getOptionName", "value", "label", "chipRemoveLabel", "isDisabled", "theme", "class", "inputRef"),
7876
- emits: eg
7877
- }), tg = "lumx-lightbox", {
7878
- block: ng,
7882
+ emits: tg
7883
+ }), ng = "lumx-lightbox", {
7884
+ block: ag,
7879
7885
  element: hl
7880
- } = B(tg), ag = (e) => {
7886
+ } = B(ng), rg = (e) => {
7881
7887
  const {
7882
7888
  "aria-labelledby": t,
7883
7889
  ariaLabelledBy: n = t,
@@ -7894,27 +7900,27 @@ const Qb = (e) => (t) => X(t) && t.type === e, eg = {
7894
7900
  theme: h,
7895
7901
  zIndex: p,
7896
7902
  isVisible: v,
7897
- ref: A,
7903
+ ref: y,
7898
7904
  Portal: b,
7899
7905
  HeadingLevelProvider: g,
7900
7906
  ThemeProvider: w,
7901
7907
  ClickAwayProvider: P,
7902
7908
  childrenRef: k,
7903
7909
  clickAwayRefs: C,
7904
- closeButtonRef: y,
7910
+ closeButtonRef: A,
7905
7911
  IconButton: O,
7906
7912
  ..._
7907
7913
  } = e;
7908
7914
  return !l && !v ? null : f(b, null, {
7909
7915
  default: () => [f("div", N({
7910
- ref: A
7916
+ ref: y
7911
7917
  }, _, {
7912
7918
  "aria-label": r,
7913
7919
  "aria-labelledby": n,
7914
7920
  "aria-modal": "true",
7915
7921
  role: "dialog",
7916
7922
  tabIndex: -1,
7917
- className: I(s, ng({
7923
+ className: I(s, ag({
7918
7924
  "is-hidden": !l,
7919
7925
  "is-shown": l || v,
7920
7926
  [`theme-${h}`]: !!h
@@ -7925,7 +7931,7 @@ const Qb = (e) => (t) => X(t) && t.type === e, eg = {
7925
7931
  }), [i && f("div", {
7926
7932
  className: hl("close")
7927
7933
  }, [f(O, N(i, {
7928
- ref: y,
7934
+ ref: A,
7929
7935
  emphasis: "low",
7930
7936
  hasBackground: !0,
7931
7937
  icon: ao,
@@ -7951,9 +7957,9 @@ const Qb = (e) => (t) => X(t) && t.type === e, eg = {
7951
7957
  })]
7952
7958
  })])]
7953
7959
  });
7954
- }, rg = {
7960
+ }, og = {
7955
7961
  close: () => !0
7956
- }, GA = /* @__PURE__ */ L((e, {
7962
+ }, KA = /* @__PURE__ */ L((e, {
7957
7963
  emit: t,
7958
7964
  slots: n,
7959
7965
  attrs: a
@@ -7967,7 +7973,7 @@ const Qb = (e) => (t) => X(t) && t.type === e, eg = {
7967
7973
  })), uo(S(() => !0), S(() => {
7968
7974
  }), S(() => e.parentElement), o, S(() => !!e.isOpen)), fc(S(() => !!e.isOpen));
7969
7975
  const c = dc(S(() => !!e.isOpen), El), u = S(() => e.isOpen || c.value), d = S(() => [o]);
7970
- return () => u.value ? ag({
7976
+ return () => u.value ? rg({
7971
7977
  ...a,
7972
7978
  ClickAwayProvider: to,
7973
7979
  HeadingLevelProvider: lo,
@@ -7990,10 +7996,10 @@ const Qb = (e) => (t) => X(t) && t.type === e, eg = {
7990
7996
  name: "LumxLightbox",
7991
7997
  inheritAttrs: !1,
7992
7998
  props: E()("class", "closeButtonProps", "focusElement", "isOpen", "parentElement", "preventAutoClose", "zIndex"),
7993
- emits: rg
7994
- }), og = "lumx-divider", {
7995
- block: sg
7996
- } = B(og), ig = (e) => {
7999
+ emits: og
8000
+ }), sg = "lumx-divider", {
8001
+ block: ig
8002
+ } = B(sg), lg = (e) => {
7997
8003
  const {
7998
8004
  className: t,
7999
8005
  theme: n,
@@ -8003,13 +8009,13 @@ const Qb = (e) => (t) => X(t) && t.type === e, eg = {
8003
8009
  return f("hr", N({
8004
8010
  ref: a
8005
8011
  }, r, {
8006
- className: I(t, sg({
8012
+ className: I(t, ig({
8007
8013
  [`theme-${n}`]: !!n
8008
8014
  }))
8009
8015
  }), null);
8010
- }, KA = /* @__PURE__ */ L((e) => {
8016
+ }, XA = /* @__PURE__ */ L((e) => {
8011
8017
  const t = M(), n = V(), a = $(() => e.class);
8012
- return () => f(ig, N(t, e, {
8018
+ return () => f(lg, N(t, e, {
8013
8019
  className: a.value,
8014
8020
  theme: e.theme || n.value
8015
8021
  }), null);
@@ -8018,9 +8024,9 @@ const Qb = (e) => (t) => X(t) && t.type === e, eg = {
8018
8024
  inheritAttrs: !1,
8019
8025
  // Redefine properties so that they come in as `props` on the `defineComponent` function
8020
8026
  props: E()("class", "theme")
8021
- }), lg = "lumx-drag-handle", {
8022
- block: cg
8023
- } = B(lg), ug = (e) => {
8027
+ }), cg = "lumx-drag-handle", {
8028
+ block: ug
8029
+ } = B(cg), dg = (e) => {
8024
8030
  const {
8025
8031
  className: t,
8026
8032
  theme: n,
@@ -8030,7 +8036,7 @@ const Qb = (e) => (t) => X(t) && t.type === e, eg = {
8030
8036
  return f("div", N({
8031
8037
  ref: a
8032
8038
  }, r, {
8033
- className: I(t, cg({
8039
+ className: I(t, ug({
8034
8040
  [`theme-${n}`]: !!n
8035
8041
  }))
8036
8042
  }), [Z({
@@ -8038,11 +8044,11 @@ const Qb = (e) => (t) => X(t) && t.type === e, eg = {
8038
8044
  color: n === ce.dark ? W.light : W.dark,
8039
8045
  size: H.xs
8040
8046
  })]);
8041
- }, XA = /* @__PURE__ */ L((e) => {
8047
+ }, YA = /* @__PURE__ */ L((e) => {
8042
8048
  const t = M(), n = V({
8043
8049
  defaultTheme: void 0
8044
8050
  }), a = $(() => e.class);
8045
- return () => f(ug, N(t, e, {
8051
+ return () => f(dg, N(t, e, {
8046
8052
  className: a.value,
8047
8053
  theme: e.theme || n.value
8048
8054
  }), null);
@@ -8050,12 +8056,12 @@ const Qb = (e) => (t) => X(t) && t.type === e, eg = {
8050
8056
  name: "LumxDragHandle",
8051
8057
  inheritAttrs: !1,
8052
8058
  props: E()("class", "theme")
8053
- }), dg = "lumx-expansion-panel", {
8054
- block: fg,
8059
+ }), fg = "lumx-expansion-panel", {
8060
+ block: hg,
8055
8061
  element: we
8056
- } = B(dg), hg = {
8062
+ } = B(fg), mg = {
8057
8063
  closeMode: "unmount"
8058
- }, mg = (e) => {
8064
+ }, pg = (e) => {
8059
8065
  const {
8060
8066
  className: t,
8061
8067
  children: n,
@@ -8072,17 +8078,17 @@ const Qb = (e) => (t) => X(t) && t.type === e, eg = {
8072
8078
  headerProps: h,
8073
8079
  headerContent: p,
8074
8080
  dragHandle: v,
8075
- wrapperRef: A,
8081
+ wrapperRef: y,
8076
8082
  content: b,
8077
8083
  isChildrenVisible: g,
8078
8084
  IconButton: w,
8079
8085
  footer: P,
8080
8086
  closeMode: k,
8081
8087
  ...C
8082
- } = e, y = (T) => {
8088
+ } = e, A = (T) => {
8083
8089
  const x = !s;
8084
8090
  c && x && c(T), l && !x && l(T), u && u(x, T);
8085
- }, O = d === ce.dark ? W.light : W.dark, _ = I(t, fg({
8091
+ }, O = d === ce.dark ? W.light : W.dark, _ = I(t, hg({
8086
8092
  "has-background": a,
8087
8093
  "has-header": !qt(h.children),
8088
8094
  "has-header-divider": o,
@@ -8097,7 +8103,7 @@ const Qb = (e) => (t) => X(t) && t.type === e, eg = {
8097
8103
  className: _
8098
8104
  }), [f("header", {
8099
8105
  className: we("header"),
8100
- onClick: y
8106
+ onClick: A
8101
8107
  }, [v && f("div", {
8102
8108
  className: we("header-drag")
8103
8109
  }, [v]), f("div", N(h, {
@@ -8111,7 +8117,7 @@ const Qb = (e) => (t) => X(t) && t.type === e, eg = {
8111
8117
  "aria-expanded": s || "false"
8112
8118
  }), null)])]), f("div", {
8113
8119
  className: we("wrapper"),
8114
- ref: A
8120
+ ref: y
8115
8121
  }, [(s || g) && f("div", {
8116
8122
  className: we("container")
8117
8123
  }, [f("div", {
@@ -8119,12 +8125,12 @@ const Qb = (e) => (t) => X(t) && t.type === e, eg = {
8119
8125
  }, [b]), P && f("div", {
8120
8126
  className: we("footer")
8121
8127
  }, [P])])])]);
8122
- }, pg = {
8128
+ }, vg = {
8123
8129
  open: (e) => e instanceof MouseEvent,
8124
8130
  close: (e) => e instanceof MouseEvent,
8125
8131
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
8126
8132
  toggleOpen: (e, t) => typeof e == "boolean"
8127
- }, YA = /* @__PURE__ */ L((e, {
8133
+ }, ZA = /* @__PURE__ */ L((e, {
8128
8134
  emit: t,
8129
8135
  slots: n
8130
8136
  }) => {
@@ -8155,14 +8161,14 @@ const Qb = (e) => (t) => X(t) && t.type === e, eg = {
8155
8161
  const h = n.header?.(), p = h || f("span", {
8156
8162
  class: we("label")
8157
8163
  }, [e.label]);
8158
- return f(mg, N(a, {
8164
+ return f(pg, N(a, {
8159
8165
  className: o.value,
8160
8166
  theme: e.theme || r.value,
8161
8167
  isOpen: e.isOpen,
8162
8168
  label: e.label,
8163
8169
  hasBackground: e.hasBackground,
8164
8170
  hasHeaderDivider: e.hasHeaderDivider,
8165
- closeMode: e.closeMode || hg.closeMode,
8171
+ closeMode: e.closeMode || mg.closeMode,
8166
8172
  toggleButtonProps: e.toggleButtonProps || {
8167
8173
  label: ""
8168
8174
  },
@@ -8183,15 +8189,15 @@ const Qb = (e) => (t) => X(t) && t.type === e, eg = {
8183
8189
  name: "LumxExpansionPanel",
8184
8190
  inheritAttrs: !1,
8185
8191
  props: E()("class", "closeMode", "hasBackground", "hasHeaderDivider", "isOpen", "label", "theme", "toggleButtonProps"),
8186
- emits: pg
8192
+ emits: vg
8187
8193
  });
8188
- function vg(e) {
8194
+ function bg(e) {
8189
8195
  return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !X(e);
8190
8196
  }
8191
- const bg = "lumx-flag", {
8192
- block: gg,
8197
+ const gg = "lumx-flag", {
8198
+ block: yg,
8193
8199
  element: ml
8194
- } = B(bg), yg = (e) => {
8200
+ } = B(gg), Ag = (e) => {
8195
8201
  const {
8196
8202
  children: t,
8197
8203
  icon: n,
@@ -8203,7 +8209,7 @@ const bg = "lumx-flag", {
8203
8209
  ...l
8204
8210
  } = e, c = a || (o === ce.light ? W.dark : W.light), u = !!s;
8205
8211
  return f("div", N(l, {
8206
- className: I(r, gg({
8212
+ className: I(r, yg({
8207
8213
  [`color-${c}`]: !!c,
8208
8214
  "is-truncated": u
8209
8215
  }))
@@ -8216,14 +8222,14 @@ const bg = "lumx-flag", {
8216
8222
  truncate: !!s,
8217
8223
  typography: "overline",
8218
8224
  className: ml("label")
8219
- }, vg(t) ? t : {
8225
+ }, bg(t) ? t : {
8220
8226
  default: () => [t]
8221
8227
  })]);
8222
- }, ZA = /* @__PURE__ */ L((e, {
8228
+ }, JA = /* @__PURE__ */ L((e, {
8223
8229
  slots: t
8224
8230
  }) => {
8225
8231
  const n = M(), a = V(), r = $(() => e.class);
8226
- return () => f(yg, N(e, n, {
8232
+ return () => f(Ag, N(e, n, {
8227
8233
  className: r.value,
8228
8234
  theme: e.theme || a.value,
8229
8235
  children: t.default?.(),
@@ -8236,7 +8242,7 @@ const bg = "lumx-flag", {
8236
8242
  props: E()("color", "icon", "truncate", "theme", "class")
8237
8243
  });
8238
8244
  var Ir, pl;
8239
- function Ag() {
8245
+ function wg() {
8240
8246
  if (pl) return Ir;
8241
8247
  pl = 1;
8242
8248
  var e = /\s/;
@@ -8248,20 +8254,20 @@ function Ag() {
8248
8254
  return Ir = t, Ir;
8249
8255
  }
8250
8256
  var Lr, vl;
8251
- function wg() {
8257
+ function Ng() {
8252
8258
  if (vl) return Lr;
8253
8259
  vl = 1;
8254
- var e = Ag(), t = /^\s+/;
8260
+ var e = wg(), t = /^\s+/;
8255
8261
  function n(a) {
8256
8262
  return a && a.slice(0, e(a) + 1).replace(t, "");
8257
8263
  }
8258
8264
  return Lr = n, Lr;
8259
8265
  }
8260
8266
  var Er, bl;
8261
- function Ng() {
8267
+ function Cg() {
8262
8268
  if (bl) return Er;
8263
8269
  bl = 1;
8264
- var e = wg(), t = Jt(), n = hn(), a = NaN, r = /^[-+]0x[0-9a-f]+$/i, o = /^0b[01]+$/i, s = /^0o[0-7]+$/i, i = parseInt;
8270
+ var e = Ng(), t = Jt(), n = hn(), a = NaN, r = /^[-+]0x[0-9a-f]+$/i, o = /^0b[01]+$/i, s = /^0o[0-7]+$/i, i = parseInt;
8265
8271
  function l(c) {
8266
8272
  if (typeof c == "number")
8267
8273
  return c;
@@ -8280,10 +8286,10 @@ function Ng() {
8280
8286
  return Er = l, Er;
8281
8287
  }
8282
8288
  var $r, gl;
8283
- function Cg() {
8289
+ function xg() {
8284
8290
  if (gl) return $r;
8285
8291
  gl = 1;
8286
- var e = Ng(), t = 1 / 0, n = 17976931348623157e292;
8292
+ var e = Cg(), t = 1 / 0, n = 17976931348623157e292;
8287
8293
  function a(r) {
8288
8294
  if (!r)
8289
8295
  return r === 0 ? r : 0;
@@ -8299,7 +8305,7 @@ var Rr, yl;
8299
8305
  function hu() {
8300
8306
  if (yl) return Rr;
8301
8307
  yl = 1;
8302
- var e = Cg();
8308
+ var e = xg();
8303
8309
  function t(n) {
8304
8310
  var a = e(n), r = a % 1;
8305
8311
  return a === a ? r ? a - r : a : 0;
@@ -8307,7 +8313,7 @@ function hu() {
8307
8313
  return Rr = t, Rr;
8308
8314
  }
8309
8315
  var Mr, Al;
8310
- function xg() {
8316
+ function Pg() {
8311
8317
  if (Al) return Mr;
8312
8318
  Al = 1;
8313
8319
  var e = hu();
@@ -8316,12 +8322,12 @@ function xg() {
8316
8322
  }
8317
8323
  return Mr = t, Mr;
8318
8324
  }
8319
- var Pg = xg();
8320
- const Sg = /* @__PURE__ */ xe(Pg);
8321
- function kg(e) {
8325
+ var Sg = Pg();
8326
+ const kg = /* @__PURE__ */ xe(Sg);
8327
+ function Og(e) {
8322
8328
  return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !X(e);
8323
8329
  }
8324
- const Og = "GridColumn", mu = "lumx-grid-column", _g = {}, yn = (e) => {
8330
+ const _g = "GridColumn", mu = "lumx-grid-column", Tg = {}, yn = (e) => {
8325
8331
  const {
8326
8332
  as: t = "div",
8327
8333
  gap: n,
@@ -8338,18 +8344,18 @@ const Og = "GridColumn", mu = "lumx-grid-column", _g = {}, yn = (e) => {
8338
8344
  className: I(s, mu),
8339
8345
  style: {
8340
8346
  ...i,
8341
- "--lumx-grid-column-item-min-width": Sg(r) && `${r}px`,
8347
+ "--lumx-grid-column-item-min-width": kg(r) && `${r}px`,
8342
8348
  "--lumx-grid-column-columns": a,
8343
8349
  "--lumx-grid-column-gap": n && `var(--lumx-spacing-unit-${n})`
8344
8350
  }
8345
- }), kg(o) ? o : {
8351
+ }), Og(o) ? o : {
8346
8352
  default: () => [o]
8347
8353
  });
8348
8354
  };
8349
- yn.displayName = Og;
8355
+ yn.displayName = _g;
8350
8356
  yn.className = mu;
8351
- yn.defaultProps = _g;
8352
- const JA = /* @__PURE__ */ L((e, {
8357
+ yn.defaultProps = Tg;
8358
+ const QA = /* @__PURE__ */ L((e, {
8353
8359
  slots: t
8354
8360
  }) => {
8355
8361
  const n = M(), a = $(() => e.class);
@@ -8361,22 +8367,22 @@ const JA = /* @__PURE__ */ L((e, {
8361
8367
  name: "LumxGridColumn",
8362
8368
  inheritAttrs: !1,
8363
8369
  props: E()("as", "class", "gap", "itemMinWidth", "maxColumns", "style")
8364
- }), Tg = "lumx-heading", Ig = (e, t) => {
8370
+ }), Ig = "lumx-heading", Lg = (e, t) => {
8365
8371
  const { as: n, className: a, typography: r, ...o } = e, s = n || t || "h1";
8366
8372
  return {
8367
8373
  ...o,
8368
8374
  as: s,
8369
- className: I(a, Tg),
8375
+ className: I(a, Ig),
8370
8376
  typography: r || wd[s]
8371
8377
  };
8372
- }, QA = /* @__PURE__ */ L((e, {
8378
+ }, ew = /* @__PURE__ */ L((e, {
8373
8379
  slots: t
8374
8380
  }) => {
8375
8381
  const n = M(), a = ec(), r = $(() => e.class), o = S(() => {
8376
8382
  const {
8377
8383
  className: s,
8378
8384
  ...i
8379
- } = Ig({
8385
+ } = Lg({
8380
8386
  ...n,
8381
8387
  ...e,
8382
8388
  className: r.value
@@ -8394,7 +8400,7 @@ const JA = /* @__PURE__ */ L((e, {
8394
8400
  inheritAttrs: !1,
8395
8401
  // Redefine properties so that they come in as `props` on the `defineComponent` function
8396
8402
  props: E()("as", "color", "colorVariant", "typography", "truncate", "noWrap", "whiteSpace", "style", "class")
8397
- }), ew = /* @__PURE__ */ L((e, {
8403
+ }), tw = /* @__PURE__ */ L((e, {
8398
8404
  slots: t
8399
8405
  }) => {
8400
8406
  const n = M(), a = V(), r = $(() => e.class);
@@ -8408,7 +8414,7 @@ const JA = /* @__PURE__ */ L((e, {
8408
8414
  inheritAttrs: !1,
8409
8415
  // Redefine properties so that they come in as `props` on the `defineComponent` function
8410
8416
  props: E()("kind", "theme", "class", "id")
8411
- }), tw = /* @__PURE__ */ L((e, {
8417
+ }), nw = /* @__PURE__ */ L((e, {
8412
8418
  slots: t
8413
8419
  }) => {
8414
8420
  const n = M(), a = V(), r = $(() => e.class);
@@ -8423,8 +8429,8 @@ const JA = /* @__PURE__ */ L((e, {
8423
8429
  // Redefine properties so that they come in as `props` on the `defineComponent` function
8424
8430
  props: E()("htmlFor", "id", "isRequired", "typography", "theme", "class")
8425
8431
  }), pu = "lumx-link", {
8426
- block: Lg
8427
- } = B(pu), Eg = (e) => {
8432
+ block: Eg
8433
+ } = B(pu), $g = (e) => {
8428
8434
  const {
8429
8435
  children: t,
8430
8436
  className: n,
@@ -8444,16 +8450,16 @@ const JA = /* @__PURE__ */ L((e, {
8444
8450
  ...u,
8445
8451
  handleClick: i,
8446
8452
  children: t,
8447
- className: I(n, Lg({
8453
+ className: I(n, Eg({
8448
8454
  [`color-${d}`]: !!d,
8449
8455
  [`color-variant-${m}`]: !!m,
8450
8456
  "has-typography": !!o
8451
8457
  }), o && Kt(o))
8452
8458
  });
8453
- }, $g = {
8459
+ }, Rg = {
8454
8460
  click: (e) => e instanceof MouseEvent
8455
8461
  }, {
8456
- element: Rg
8462
+ element: Mg
8457
8463
  } = le.bem(pu), vu = /* @__PURE__ */ L((e, {
8458
8464
  emit: t
8459
8465
  }) => {
@@ -8472,13 +8478,13 @@ const JA = /* @__PURE__ */ L((e, {
8472
8478
  linkAs: c,
8473
8479
  ...u
8474
8480
  } = i.value;
8475
- return f(Eg, N(u, {
8481
+ return f($g, N(u, {
8476
8482
  linkAs: je(c)
8477
8483
  }, s.value, {
8478
8484
  className: r.value,
8479
8485
  handleClick: l,
8480
8486
  children: f("span", {
8481
- className: Rg("content")
8487
+ className: Mg("content")
8482
8488
  }, [n.default?.()])
8483
8489
  }), null);
8484
8490
  };
@@ -8486,18 +8492,18 @@ const JA = /* @__PURE__ */ L((e, {
8486
8492
  name: "LumxLink",
8487
8493
  inheritAttrs: !1,
8488
8494
  props: E()("color", "colorVariant", "href", "isDisabled", "disabled", "linkAs", "target", "typography", "class", "aria-disabled"),
8489
- emits: $g
8495
+ emits: Rg
8490
8496
  });
8491
8497
  function wl(e) {
8492
8498
  return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !X(e);
8493
8499
  }
8494
- const Mg = "lumx-link-preview", {
8495
- block: Dg,
8500
+ const Dg = "lumx-link-preview", {
8501
+ block: Bg,
8496
8502
  element: Re
8497
- } = B(Mg), bu = {
8503
+ } = B(Dg), bu = {
8498
8504
  size: H.regular,
8499
8505
  titleHeading: "h2"
8500
- }, Bg = (e) => {
8506
+ }, Fg = (e) => {
8501
8507
  const {
8502
8508
  className: t,
8503
8509
  description: n,
@@ -8517,7 +8523,7 @@ const Mg = "lumx-link-preview", {
8517
8523
  return f("article", N({
8518
8524
  ref: c
8519
8525
  }, p, {
8520
- className: I(t, Dg({
8526
+ className: I(t, Bg({
8521
8527
  [`size-${v}`]: !!v,
8522
8528
  [`theme-${i}`]: !!i
8523
8529
  }))
@@ -8565,7 +8571,7 @@ const Mg = "lumx-link-preview", {
8565
8571
  }), wl(a) ? a : {
8566
8572
  default: () => [a]
8567
8573
  })])])])]);
8568
- }, nw = /* @__PURE__ */ L((e) => {
8574
+ }, aw = /* @__PURE__ */ L((e) => {
8569
8575
  const t = M(), n = V(), a = $(() => e.class);
8570
8576
  return () => {
8571
8577
  const {
@@ -8573,7 +8579,7 @@ const Mg = "lumx-link-preview", {
8573
8579
  linkAs: o,
8574
8580
  ...s
8575
8581
  } = e;
8576
- return f(Bg, N(s, t, {
8582
+ return f(Fg, N(s, t, {
8577
8583
  linkAs: je(o),
8578
8584
  className: a.value,
8579
8585
  theme: e.theme || n.value,
@@ -8586,10 +8592,10 @@ const Mg = "lumx-link-preview", {
8586
8592
  name: "LumxLinkPreview",
8587
8593
  inheritAttrs: !1,
8588
8594
  props: E()("class", "description", "link", "linkAs", "linkProps", "size", "theme", "thumbnailProps", "title", "titleHeading")
8589
- }), Fg = "Message", gu = "lumx-message", {
8590
- block: qg,
8595
+ }), qg = "Message", gu = "lumx-message", {
8596
+ block: zg,
8591
8597
  element: Dr
8592
- } = B(gu), zg = {
8598
+ } = B(gu), jg = {
8593
8599
  [Q.error]: {
8594
8600
  color: W.red,
8595
8601
  icon: Hl
@@ -8619,13 +8625,13 @@ const Mg = "lumx-link-preview", {
8619
8625
  } = e, {
8620
8626
  color: c,
8621
8627
  icon: u
8622
- } = zg[r] || {}, {
8628
+ } = jg[r] || {}, {
8623
8629
  onClick: d,
8624
8630
  label: m
8625
8631
  } = s || {}, h = a && r === "info" && d && m;
8626
8632
  return f("div", N(l, {
8627
8633
  ref: i,
8628
- className: I(n, qg({
8634
+ className: I(n, zg({
8629
8635
  [`color-${c}`]: !!c,
8630
8636
  "has-background": a
8631
8637
  }))
@@ -8644,9 +8650,9 @@ const Mg = "lumx-link-preview", {
8644
8650
  emphasis: he.low
8645
8651
  })]);
8646
8652
  };
8647
- Po.displayName = Fg;
8653
+ Po.displayName = qg;
8648
8654
  Po.className = gu;
8649
- const aw = /* @__PURE__ */ L((e, {
8655
+ const rw = /* @__PURE__ */ L((e, {
8650
8656
  slots: t,
8651
8657
  emit: n
8652
8658
  }) => {
@@ -8669,7 +8675,7 @@ const aw = /* @__PURE__ */ L((e, {
8669
8675
  emits: ["close"]
8670
8676
  });
8671
8677
  var Br, Nl;
8672
- function jg() {
8678
+ function Hg() {
8673
8679
  if (Nl) return Br;
8674
8680
  Nl = 1;
8675
8681
  function e(t, n, a) {
@@ -8682,20 +8688,20 @@ function jg() {
8682
8688
  return Br = e, Br;
8683
8689
  }
8684
8690
  var Fr, Cl;
8685
- function Hg() {
8691
+ function Vg() {
8686
8692
  if (Cl) return Fr;
8687
8693
  Cl = 1;
8688
- var e = jg(), t = hu();
8694
+ var e = Hg(), t = hu();
8689
8695
  function n(a, r, o) {
8690
8696
  return a && a.length ? (r = o || r === void 0 ? 1 : t(r), e(a, 0, r < 0 ? 0 : r)) : [];
8691
8697
  }
8692
8698
  return Fr = n, Fr;
8693
8699
  }
8694
- var Vg = Hg();
8695
- const Wg = /* @__PURE__ */ xe(Vg), Ug = "lumx-mosaic", {
8696
- block: Gg,
8700
+ var Wg = Vg();
8701
+ const Ug = /* @__PURE__ */ xe(Wg), Gg = "lumx-mosaic", {
8702
+ block: Kg,
8697
8703
  element: qr
8698
- } = B(Ug), Kg = (e) => {
8704
+ } = B(Gg), Xg = (e) => {
8699
8705
  const {
8700
8706
  className: t,
8701
8707
  theme: n,
@@ -8713,7 +8719,7 @@ const Wg = /* @__PURE__ */ xe(Vg), Ug = "lumx-mosaic", {
8713
8719
  return f("div", N({
8714
8720
  ref: s
8715
8721
  }, i, {
8716
- className: I(t, Gg({
8722
+ className: I(t, Kg({
8717
8723
  [`theme-${n}`]: !!n,
8718
8724
  "has-1-thumbnail": a?.length === 1,
8719
8725
  "has-2-thumbnails": a?.length === 2,
@@ -8722,7 +8728,7 @@ const Wg = /* @__PURE__ */ xe(Vg), Ug = "lumx-mosaic", {
8722
8728
  }))
8723
8729
  }), [f("div", {
8724
8730
  className: qr("wrapper")
8725
- }, [Wg(a, 4).map((c, u) => {
8731
+ }, [Ug(a, 4).map((c, u) => {
8726
8732
  const {
8727
8733
  image: d,
8728
8734
  onClick: m,
@@ -8743,15 +8749,15 @@ const Wg = /* @__PURE__ */ xe(Vg), Ug = "lumx-mosaic", {
8743
8749
  className: qr("overlay")
8744
8750
  }, [f("span", null, [Bu("+"), a.length - 4])])]);
8745
8751
  })])]);
8746
- }, Xg = {
8752
+ }, Yg = {
8747
8753
  handleClick: (e) => typeof e == "number"
8748
- }, rw = /* @__PURE__ */ L((e, {
8754
+ }, ow = /* @__PURE__ */ L((e, {
8749
8755
  emit: t
8750
8756
  }) => {
8751
8757
  const n = M(), a = V(), r = $(() => e.class), o = se("onHandleClick"), s = (i) => {
8752
8758
  t("handleClick", i);
8753
8759
  };
8754
- return () => f(Kg, N(n, {
8760
+ return () => f(Xg, N(n, {
8755
8761
  className: r.value,
8756
8762
  theme: e.theme || a.value,
8757
8763
  thumbnails: e.thumbnails,
@@ -8762,10 +8768,10 @@ const Wg = /* @__PURE__ */ xe(Vg), Ug = "lumx-mosaic", {
8762
8768
  name: "LumxMosaic",
8763
8769
  inheritAttrs: !1,
8764
8770
  props: E()("thumbnails", "theme", "class"),
8765
- emits: Xg
8766
- }), Yg = "PopoverDialog", Zg = "lumx-popover-dialog", Jg = {
8771
+ emits: Yg
8772
+ }), Zg = "PopoverDialog", Jg = "lumx-popover-dialog", Qg = {
8767
8773
  close: () => !0
8768
- }, ow = /* @__PURE__ */ L((e, {
8774
+ }, sw = /* @__PURE__ */ L((e, {
8769
8775
  emit: t,
8770
8776
  slots: n
8771
8777
  }) => {
@@ -8782,7 +8788,7 @@ const Wg = /* @__PURE__ */ xe(Vg), Ug = "lumx-mosaic", {
8782
8788
  "aria-modal": "true",
8783
8789
  "aria-label": o.value
8784
8790
  }), {
8785
- class: le.join(Zg, r.value),
8791
+ class: le.join(Jg, r.value),
8786
8792
  closeOnClickAway: !0,
8787
8793
  closeOnEscape: !0,
8788
8794
  withFocusTrap: !0,
@@ -8796,14 +8802,14 @@ const Wg = /* @__PURE__ */ xe(Vg), Ug = "lumx-mosaic", {
8796
8802
  });
8797
8803
  };
8798
8804
  }, {
8799
- name: `Lumx${Yg}`,
8805
+ name: `Lumx${Zg}`,
8800
8806
  inheritAttrs: !1,
8801
8807
  props: E()("anchorRef", "aria-label", "aria-labelledby", "as", "boundaryRef", "closeMode", "closeOnClickAway", "closeOnEscape", "elevation", "fitToAnchorWidth", "fitWithinViewportHeight", "focusAnchorOnClose", "focusElement", "hasArrow", "isOpen", "label", "offset", "parentElement", "placement", "usePortal", "focusTrapZoneElement", "withFocusTrap", "zIndex", "theme", "class"),
8802
- emits: Jg
8803
- }), Qg = "lumx-progress-linear", {
8804
- block: ey,
8808
+ emits: Qg
8809
+ }), ey = "lumx-progress-linear", {
8810
+ block: ty,
8805
8811
  element: xl
8806
- } = B(Qg), ty = (e) => {
8812
+ } = B(ey), ny = (e) => {
8807
8813
  const {
8808
8814
  className: t,
8809
8815
  theme: n,
@@ -8813,7 +8819,7 @@ const Wg = /* @__PURE__ */ xe(Vg), Ug = "lumx-mosaic", {
8813
8819
  return f("div", N({
8814
8820
  ref: a
8815
8821
  }, r, {
8816
- className: I(t, ey({
8822
+ className: I(t, ty({
8817
8823
  [`theme-${n}`]: !!n
8818
8824
  }))
8819
8825
  }), [f("div", {
@@ -8821,9 +8827,9 @@ const Wg = /* @__PURE__ */ xe(Vg), Ug = "lumx-mosaic", {
8821
8827
  }, null), f("div", {
8822
8828
  className: xl("line2")
8823
8829
  }, null)]);
8824
- }, sw = /* @__PURE__ */ L((e) => {
8830
+ }, iw = /* @__PURE__ */ L((e) => {
8825
8831
  const t = M(), n = V(), a = $(() => e.class);
8826
- return () => f(ty, N(e, t, {
8832
+ return () => f(ny, N(e, t, {
8827
8833
  className: a.value,
8828
8834
  theme: e.theme || n.value
8829
8835
  }), null);
@@ -8831,10 +8837,10 @@ const Wg = /* @__PURE__ */ xe(Vg), Ug = "lumx-mosaic", {
8831
8837
  name: "LumxProgressLinear",
8832
8838
  inheritAttrs: !1,
8833
8839
  props: E()("class", "theme")
8834
- }), ny = "lumx-radio-button", {
8835
- block: ay,
8840
+ }), ay = "lumx-radio-button", {
8841
+ block: ry,
8836
8842
  element: Se
8837
- } = B(ny), ry = (e) => {
8843
+ } = B(ay), oy = (e) => {
8838
8844
  const {
8839
8845
  checked: t,
8840
8846
  className: n,
@@ -8851,14 +8857,14 @@ const Wg = /* @__PURE__ */ xe(Vg), Ug = "lumx-mosaic", {
8851
8857
  inputProps: h = {},
8852
8858
  isDisabled: p,
8853
8859
  inputId: v,
8854
- ...A
8860
+ ...y
8855
8861
  } = e, b = (g) => {
8856
8862
  u && u(m, l, g);
8857
8863
  };
8858
8864
  return f("div", N({
8859
8865
  ref: c
8860
- }, A, {
8861
- className: I(n, ay({
8866
+ }, y, {
8867
+ className: I(n, ry({
8862
8868
  "is-checked": s,
8863
8869
  "is-disabled": p,
8864
8870
  "is-unchecked": !s,
@@ -8897,9 +8903,9 @@ const Wg = /* @__PURE__ */ xe(Vg), Ug = "lumx-mosaic", {
8897
8903
  theme: d,
8898
8904
  children: a
8899
8905
  })])]);
8900
- }, oy = {
8906
+ }, sy = {
8901
8907
  change: (e, t, n) => n instanceof Event
8902
- }, iw = /* @__PURE__ */ L((e, {
8908
+ }, lw = /* @__PURE__ */ L((e, {
8903
8909
  emit: t
8904
8910
  }) => {
8905
8911
  const n = M(), a = V(), r = $(() => e.class), o = re(), s = S(() => e.id || o), {
@@ -8912,7 +8918,7 @@ const Wg = /* @__PURE__ */ xe(Vg), Ug = "lumx-mosaic", {
8912
8918
  }))), u = (d, m, h) => {
8913
8919
  i.value || t("change", d, m, h);
8914
8920
  };
8915
- return () => f(ry, N(c.value, {
8921
+ return () => f(oy, N(c.value, {
8916
8922
  className: r.value,
8917
8923
  theme: e.theme || a.value,
8918
8924
  inputId: s.value,
@@ -8930,8 +8936,8 @@ const Wg = /* @__PURE__ */ xe(Vg), Ug = "lumx-mosaic", {
8930
8936
  inheritAttrs: !1,
8931
8937
  // Redefine properties so that they come in as `props` on the `defineComponent` function
8932
8938
  props: E()("checked", "class", "disabled", "helper", "id", "inputProps", "isChecked", "isDisabled", "label", "name", "theme", "value", "aria-disabled"),
8933
- emits: oy
8934
- }), sy = "RadioGroup", yu = "lumx-radio-group", iy = {}, An = (e) => {
8939
+ emits: sy
8940
+ }), iy = "RadioGroup", yu = "lumx-radio-group", ly = {}, An = (e) => {
8935
8941
  const {
8936
8942
  children: t,
8937
8943
  className: n,
@@ -8944,10 +8950,10 @@ const Wg = /* @__PURE__ */ xe(Vg), Ug = "lumx-mosaic", {
8944
8950
  className: I(n, yu)
8945
8951
  }), [t]);
8946
8952
  };
8947
- An.displayName = sy;
8953
+ An.displayName = iy;
8948
8954
  An.className = yu;
8949
- An.defaultProps = iy;
8950
- const lw = /* @__PURE__ */ L((e, {
8955
+ An.defaultProps = ly;
8956
+ const cw = /* @__PURE__ */ L((e, {
8951
8957
  slots: t
8952
8958
  }) => {
8953
8959
  const n = M(), a = $(() => e.class);
@@ -8959,9 +8965,9 @@ const lw = /* @__PURE__ */ L((e, {
8959
8965
  name: "RadioGroup",
8960
8966
  inheritAttrs: !1,
8961
8967
  props: E()("class")
8962
- }), ly = "lumx-skeleton-circle", {
8963
- block: cy
8964
- } = B(ly), uy = (e) => {
8968
+ }), cy = "lumx-skeleton-circle", {
8969
+ block: uy
8970
+ } = B(cy), dy = (e) => {
8965
8971
  const {
8966
8972
  className: t,
8967
8973
  size: n,
@@ -8973,28 +8979,28 @@ const lw = /* @__PURE__ */ L((e, {
8973
8979
  return f("div", N({
8974
8980
  ref: o
8975
8981
  }, s, {
8976
- className: I(t, cy({
8982
+ className: I(t, uy({
8977
8983
  [`size-${n}`]: !!n,
8978
8984
  [`color-${a}`]: !!a,
8979
8985
  [`theme-${r}`]: !!r
8980
8986
  }))
8981
8987
  }), null);
8982
- }, dy = {
8988
+ }, fy = {
8983
8989
  squared: "squared",
8984
8990
  rounded: "rounded",
8985
8991
  pill: "pill"
8986
- }, fy = "lumx-skeleton-rectangle", {
8987
- block: hy,
8988
- element: my
8989
- } = B(fy), py = {
8990
- variant: dy.squared
8991
- }, vy = (e) => {
8992
+ }, hy = "lumx-skeleton-rectangle", {
8993
+ block: my,
8994
+ element: py
8995
+ } = B(hy), vy = {
8996
+ variant: fy.squared
8997
+ }, by = (e) => {
8992
8998
  const {
8993
8999
  aspectRatio: t,
8994
9000
  className: n,
8995
9001
  height: a,
8996
9002
  theme: r,
8997
- variant: o = py.variant,
9003
+ variant: o = vy.variant,
8998
9004
  width: s,
8999
9005
  color: i,
9000
9006
  ref: l,
@@ -9003,7 +9009,7 @@ const lw = /* @__PURE__ */ L((e, {
9003
9009
  return f("div", N({
9004
9010
  ref: l
9005
9011
  }, c, {
9006
- className: I(n, hy({
9012
+ className: I(n, my({
9007
9013
  [`aspect-ratio-${t}`]: !!t,
9008
9014
  [`height-${a}`]: !!(!t && a),
9009
9015
  [`theme-${r}`]: !!r,
@@ -9012,11 +9018,11 @@ const lw = /* @__PURE__ */ L((e, {
9012
9018
  [`color-${i}`]: !!i
9013
9019
  }))
9014
9020
  }), [f("div", {
9015
- className: my("inner")
9021
+ className: py("inner")
9016
9022
  }, null)]);
9017
- }, cw = /* @__PURE__ */ L((e) => {
9023
+ }, uw = /* @__PURE__ */ L((e) => {
9018
9024
  const t = M(), n = V(), a = $(() => e.class);
9019
- return () => f(uy, N(e, t, {
9025
+ return () => f(dy, N(e, t, {
9020
9026
  className: a.value,
9021
9027
  theme: e.theme || n.value
9022
9028
  }), null);
@@ -9024,9 +9030,9 @@ const lw = /* @__PURE__ */ L((e, {
9024
9030
  name: "LumxSkeletonCircle",
9025
9031
  inheritAttrs: !1,
9026
9032
  props: E()("class", "size", "color", "theme")
9027
- }), uw = /* @__PURE__ */ L((e) => {
9033
+ }), dw = /* @__PURE__ */ L((e) => {
9028
9034
  const t = M(), n = V(), a = $(() => e.class);
9029
- return () => f(vy, N(e, t, {
9035
+ return () => f(by, N(e, t, {
9030
9036
  className: a.value,
9031
9037
  theme: e.theme || n.value
9032
9038
  }), null);
@@ -9034,7 +9040,7 @@ const lw = /* @__PURE__ */ L((e, {
9034
9040
  name: "SkeletonRectangle",
9035
9041
  inheritAttrs: !1,
9036
9042
  props: E()("class", "aspectRatio", "height", "variant", "width", "color", "theme")
9037
- }), dw = /* @__PURE__ */ L((e) => {
9043
+ }), fw = /* @__PURE__ */ L((e) => {
9038
9044
  const t = M(), n = V(), a = $(() => e.class);
9039
9045
  return () => f(Zr, N(e, t, {
9040
9046
  className: a.value,
@@ -9044,12 +9050,12 @@ const lw = /* @__PURE__ */ L((e, {
9044
9050
  name: "LumxSkeletonTypography",
9045
9051
  inheritAttrs: !1,
9046
9052
  props: E()("class", "typography", "width", "color", "theme", "style")
9047
- }), by = "lumx-switch", {
9048
- block: gy,
9053
+ }), gy = "lumx-switch", {
9054
+ block: yy,
9049
9055
  element: ke
9050
- } = B(by), yy = {
9056
+ } = B(gy), Ay = {
9051
9057
  position: "left"
9052
- }, Ay = (e) => {
9058
+ }, wy = (e) => {
9053
9059
  const {
9054
9060
  checked: t,
9055
9061
  className: n,
@@ -9066,7 +9072,7 @@ const lw = /* @__PURE__ */ L((e, {
9066
9072
  inputProps: h = {},
9067
9073
  isDisabled: p,
9068
9074
  inputId: v,
9069
- position: A = yy.position,
9075
+ position: y = Ay.position,
9070
9076
  ...b
9071
9077
  } = e, g = (w) => {
9072
9078
  u && u(!s, m, l, w);
@@ -9074,11 +9080,11 @@ const lw = /* @__PURE__ */ L((e, {
9074
9080
  return f("div", N({
9075
9081
  ref: c
9076
9082
  }, b, {
9077
- className: I(n, gy({
9083
+ className: I(n, yy({
9078
9084
  "is-checked": s,
9079
9085
  "is-disabled": p,
9080
9086
  "is-unchecked": !s,
9081
- [`position-${A}`]: !!A,
9087
+ [`position-${y}`]: !!y,
9082
9088
  [`theme-${d}`]: !!d
9083
9089
  }))
9084
9090
  }), [f("div", {
@@ -9116,9 +9122,9 @@ const lw = /* @__PURE__ */ L((e, {
9116
9122
  theme: d,
9117
9123
  children: a
9118
9124
  })])]);
9119
- }, wy = {
9125
+ }, Ny = {
9120
9126
  change: (e, t, n, a) => typeof e == "boolean" && a instanceof Event
9121
- }, fw = /* @__PURE__ */ L((e, {
9127
+ }, hw = /* @__PURE__ */ L((e, {
9122
9128
  emit: t,
9123
9129
  slots: n
9124
9130
  }) => {
@@ -9132,7 +9138,7 @@ const lw = /* @__PURE__ */ L((e, {
9132
9138
  }))), d = (m, h, p, v) => {
9133
9139
  l.value || t("change", m, h, p, v);
9134
9140
  };
9135
- return () => f(Ay, N(u.value, {
9141
+ return () => f(wy, N(u.value, {
9136
9142
  className: o.value,
9137
9143
  theme: e.theme || r.value,
9138
9144
  inputId: i.value,
@@ -9150,19 +9156,19 @@ const lw = /* @__PURE__ */ L((e, {
9150
9156
  inheritAttrs: !1,
9151
9157
  // Redefine properties so that they come in as `props` on the `defineComponent` function
9152
9158
  props: E()("checked", "class", "disabled", "helper", "id", "inputProps", "isChecked", "isDisabled", "label", "name", "position", "theme", "value", "aria-disabled"),
9153
- emits: wy
9159
+ emits: Ny
9154
9160
  }), Au = {
9155
9161
  square: "square",
9156
9162
  rounded: "rounded",
9157
9163
  circle: "circle"
9158
- }, Ny = "lumx-uploader", {
9159
- block: Cy,
9164
+ }, Cy = "lumx-uploader", {
9165
+ block: xy,
9160
9166
  element: dt
9161
- } = B(Ny), zr = {
9167
+ } = B(Cy), zr = {
9162
9168
  aspectRatio: at.horizontal,
9163
9169
  size: H.xl,
9164
9170
  variant: Au.square
9165
- }, xy = (e) => {
9171
+ }, Py = (e) => {
9166
9172
  const {
9167
9173
  aspectRatio: t = zr.aspectRatio,
9168
9174
  className: n,
@@ -9179,13 +9185,13 @@ const lw = /* @__PURE__ */ L((e, {
9179
9185
  handleChange: h,
9180
9186
  Component: p = "label",
9181
9187
  ref: v,
9182
- ...A
9188
+ ...y
9183
9189
  } = e, b = i === Au.circle ? at.square : t;
9184
9190
  return f(p, N({
9185
9191
  ref: v
9186
- }, A, {
9192
+ }, y, {
9187
9193
  onClick: m,
9188
- className: I(n, Cy({
9194
+ className: I(n, xy({
9189
9195
  [`aspect-ratio-${b}`]: !!b,
9190
9196
  [`size-${o}`]: !!o,
9191
9197
  [`theme-${s}`]: !!s,
@@ -9212,10 +9218,10 @@ const lw = /* @__PURE__ */ L((e, {
9212
9218
  onChange: h
9213
9219
  }), null)]
9214
9220
  });
9215
- }, Py = {
9221
+ }, Sy = {
9216
9222
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
9217
9223
  change: (e, t) => !0
9218
- }, hw = /* @__PURE__ */ L((e, {
9224
+ }, mw = /* @__PURE__ */ L((e, {
9219
9225
  emit: t
9220
9226
  }) => {
9221
9227
  const n = M(), a = V(), r = $(() => e.class), o = re(), s = S(() => e.fileInputProps?.id || o), i = F(!1), {
@@ -9241,11 +9247,11 @@ const lw = /* @__PURE__ */ L((e, {
9241
9247
  const h = !!e.fileInputProps, {
9242
9248
  onClick: p,
9243
9249
  fileInputProps: v,
9244
- class: A,
9250
+ class: y,
9245
9251
  theme: b,
9246
9252
  ...g
9247
9253
  } = u.value;
9248
- return f(xy, N(g, {
9254
+ return f(Py, N(g, {
9249
9255
  className: r.value,
9250
9256
  theme: e.theme || a.value,
9251
9257
  inputId: s.value,
@@ -9279,17 +9285,17 @@ const lw = /* @__PURE__ */ L((e, {
9279
9285
  name: "LumxUploader",
9280
9286
  inheritAttrs: !1,
9281
9287
  props: E()("class", "theme", "aspectRatio", "icon", "label", "size", "variant", "isDisabled", "disabled", "aria-disabled", "fileInputProps"),
9282
- emits: Py
9283
- }), Sy = {
9288
+ emits: Sy
9289
+ }), ky = {
9284
9290
  below: "below",
9285
9291
  over: "over"
9286
9292
  }, wu = "lumx-image-block", {
9287
- block: ky,
9293
+ block: Oy,
9288
9294
  element: Pl
9289
9295
  } = B(wu), Sl = {
9290
- captionPosition: Sy.below,
9296
+ captionPosition: ky.below,
9291
9297
  align: ro.left
9292
- }, Oy = (e) => {
9298
+ }, _y = (e) => {
9293
9299
  const {
9294
9300
  actions: t,
9295
9301
  align: n = Sl.align,
@@ -9306,7 +9312,7 @@ const lw = /* @__PURE__ */ L((e, {
9306
9312
  ref: h,
9307
9313
  theme: p,
9308
9314
  thumbnailProps: v,
9309
- title: A,
9315
+ title: y,
9310
9316
  titleProps: b,
9311
9317
  Thumbnail: g,
9312
9318
  ImageCaption: w,
@@ -9315,7 +9321,7 @@ const lw = /* @__PURE__ */ L((e, {
9315
9321
  return f("figure", N({
9316
9322
  ref: h
9317
9323
  }, P, {
9318
- className: I(s, ky({
9324
+ className: I(s, Oy({
9319
9325
  [`caption-position-${r}`]: !!r,
9320
9326
  [`align-${n}`]: !!n,
9321
9327
  [`size-${d}`]: !!d,
@@ -9329,12 +9335,12 @@ const lw = /* @__PURE__ */ L((e, {
9329
9335
  image: u,
9330
9336
  size: d,
9331
9337
  theme: p,
9332
- alt: a || A
9338
+ alt: a || y
9333
9339
  }), null), f(w, {
9334
9340
  as: "figcaption",
9335
9341
  baseClassName: wu,
9336
9342
  theme: p,
9337
- title: A,
9343
+ title: y,
9338
9344
  titleProps: b,
9339
9345
  description: i,
9340
9346
  descriptionProps: l,
@@ -9349,7 +9355,7 @@ const lw = /* @__PURE__ */ L((e, {
9349
9355
  function jr(e) {
9350
9356
  return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !X(e);
9351
9357
  }
9352
- const _y = (e) => {
9358
+ const Ty = (e) => {
9353
9359
  const {
9354
9360
  baseClassName: t,
9355
9361
  theme: n,
@@ -9372,7 +9378,7 @@ const _y = (e) => {
9372
9378
  if (!r && !s && !l) return null;
9373
9379
  const v = {
9374
9380
  color: n === "dark" ? "light" : "dark"
9375
- }, A = {
9381
+ }, y = {
9376
9382
  color: n === "dark" ? "light" : "dark",
9377
9383
  colorVariant: "L2"
9378
9384
  };
@@ -9387,7 +9393,7 @@ const _y = (e) => {
9387
9393
  as: "p",
9388
9394
  className: I(t && `${t}__caption`),
9389
9395
  truncate: d
9390
- }, A), {
9396
+ }, y), {
9391
9397
  default: () => [r && f(h, N(o, {
9392
9398
  as: "span",
9393
9399
  className: I(o?.className, t && `${t}__title`),
@@ -9413,7 +9419,7 @@ const _y = (e) => {
9413
9419
  default: () => [l]
9414
9420
  }), [[qu("align"), u]])]
9415
9421
  });
9416
- }, Ty = /* @__PURE__ */ L((e) => {
9422
+ }, Iy = /* @__PURE__ */ L((e) => {
9417
9423
  const t = V();
9418
9424
  return () => {
9419
9425
  const {
@@ -9422,7 +9428,7 @@ const _y = (e) => {
9422
9428
  align: r,
9423
9429
  ...o
9424
9430
  } = e;
9425
- return f(_y, N(o, {
9431
+ return f(Ty, N(o, {
9426
9432
  align: r,
9427
9433
  theme: a || t.value,
9428
9434
  FlexBox: Co,
@@ -9437,7 +9443,7 @@ const _y = (e) => {
9437
9443
  name: "LumxImageCaption",
9438
9444
  inheritAttrs: !1,
9439
9445
  props: E()("align", "as", "baseClassName", "captionStyle", "class", "description", "descriptionProps", "tags", "theme", "title", "titleProps", "truncate")
9440
- }), mw = /* @__PURE__ */ L((e, {
9446
+ }), pw = /* @__PURE__ */ L((e, {
9441
9447
  slots: t
9442
9448
  }) => {
9443
9449
  const n = M(), a = V(), r = $(() => e.class);
@@ -9449,23 +9455,23 @@ const _y = (e) => {
9449
9455
  actions: l,
9450
9456
  ...c
9451
9457
  } = e, u = t.tags?.() ?? i, d = t.actions?.() ?? l;
9452
- return f(Oy, N(c, n, {
9458
+ return f(_y, N(c, n, {
9453
9459
  className: r.value,
9454
9460
  theme: s || a.value,
9455
9461
  tags: u,
9456
9462
  actions: d,
9457
9463
  Thumbnail: nn,
9458
- ImageCaption: Ty
9464
+ ImageCaption: Iy
9459
9465
  }), null);
9460
9466
  };
9461
9467
  }, {
9462
9468
  name: "LumxImageBlock",
9463
9469
  inheritAttrs: !1,
9464
9470
  props: E()("actions", "align", "alt", "captionPosition", "captionStyle", "class", "description", "descriptionProps", "fillHeight", "image", "size", "tags", "theme", "thumbnailProps", "title", "titleProps")
9465
- }), Iy = "InlineList", Nu = "lumx-inline-list", {
9466
- block: Ly,
9471
+ }), Ly = "InlineList", Nu = "lumx-inline-list", {
9472
+ block: Ey,
9467
9473
  element: kl
9468
- } = B(Nu), Ey = {}, wn = (e) => {
9474
+ } = B(Nu), $y = {}, wn = (e) => {
9469
9475
  const {
9470
9476
  className: t,
9471
9477
  color: n,
@@ -9480,7 +9486,7 @@ const _y = (e) => {
9480
9486
  // eslint-disable-next-line jsx-a11y/no-redundant-roles
9481
9487
  f("ul", N(l, {
9482
9488
  ref: i,
9483
- className: I(t, Ly({
9489
+ className: I(t, Ey({
9484
9490
  wrap: !!s
9485
9491
  }), n && Gl(n, a), r && Kt(r)),
9486
9492
  role: "list"
@@ -9498,10 +9504,10 @@ const _y = (e) => {
9498
9504
  ))])
9499
9505
  );
9500
9506
  };
9501
- wn.displayName = Iy;
9507
+ wn.displayName = Ly;
9502
9508
  wn.className = Nu;
9503
- wn.defaultProps = Ey;
9504
- const pw = /* @__PURE__ */ L((e, {
9509
+ wn.defaultProps = $y;
9510
+ const vw = /* @__PURE__ */ L((e, {
9505
9511
  slots: t
9506
9512
  }) => {
9507
9513
  const n = M(), a = $(() => e.class);
@@ -9514,8 +9520,8 @@ const pw = /* @__PURE__ */ L((e, {
9514
9520
  inheritAttrs: !1,
9515
9521
  props: E()("color", "colorVariant", "typography", "wrap", "class")
9516
9522
  }), _t = "lumx-table", {
9517
- block: $y
9518
- } = B(_t), Ry = (e) => {
9523
+ block: Ry
9524
+ } = B(_t), My = (e) => {
9519
9525
  const {
9520
9526
  children: t,
9521
9527
  className: n,
@@ -9528,17 +9534,17 @@ const pw = /* @__PURE__ */ L((e, {
9528
9534
  return f("table", N({
9529
9535
  ref: o
9530
9536
  }, i, {
9531
- className: I(n, $y({
9537
+ className: I(n, Ry({
9532
9538
  "has-before": a,
9533
9539
  "has-dividers": r,
9534
9540
  [`theme-${s}`]: !!s
9535
9541
  }))
9536
9542
  }), [t]);
9537
- }, vw = /* @__PURE__ */ L((e, {
9543
+ }, bw = /* @__PURE__ */ L((e, {
9538
9544
  slots: t
9539
9545
  }) => {
9540
9546
  const n = M(), a = V(), r = $(() => e.class);
9541
- return () => f(Ry, N(e, n, {
9547
+ return () => f(My, N(e, n, {
9542
9548
  className: r.value,
9543
9549
  theme: e.theme || a.value,
9544
9550
  children: t.default?.()
@@ -9547,7 +9553,7 @@ const pw = /* @__PURE__ */ L((e, {
9547
9553
  name: "LumxTable",
9548
9554
  inheritAttrs: !1,
9549
9555
  props: E()("class", "hasBefore", "hasDividers", "theme")
9550
- }), My = `${_t}__body`, Dy = (e) => {
9556
+ }), Dy = `${_t}__body`, By = (e) => {
9551
9557
  const {
9552
9558
  children: t,
9553
9559
  className: n,
@@ -9557,13 +9563,13 @@ const pw = /* @__PURE__ */ L((e, {
9557
9563
  return f("tbody", N({
9558
9564
  ref: a
9559
9565
  }, r, {
9560
- className: I(n, My)
9566
+ className: I(n, Dy)
9561
9567
  }), [t]);
9562
- }, bw = /* @__PURE__ */ L((e, {
9568
+ }, gw = /* @__PURE__ */ L((e, {
9563
9569
  slots: t
9564
9570
  }) => {
9565
9571
  const n = M(), a = $(() => e.class);
9566
- return () => f(Dy, N(e, n, {
9572
+ return () => f(By, N(e, n, {
9567
9573
  className: a.value,
9568
9574
  children: t.default?.()
9569
9575
  }), null);
@@ -9579,9 +9585,9 @@ const pw = /* @__PURE__ */ L((e, {
9579
9585
  head: "head"
9580
9586
  }, Me = `${_t}__cell`, {
9581
9587
  block: Ol
9582
- } = B(Me), By = {
9588
+ } = B(Me), Fy = {
9583
9589
  variant: Jr.body
9584
- }, Fy = (e) => {
9590
+ }, qy = (e) => {
9585
9591
  const {
9586
9592
  children: t,
9587
9593
  className: n,
@@ -9590,7 +9596,7 @@ const pw = /* @__PURE__ */ L((e, {
9590
9596
  handleClick: o,
9591
9597
  ref: s,
9592
9598
  sortOrder: i,
9593
- variant: l = By.variant,
9599
+ variant: l = Fy.variant,
9594
9600
  ...c
9595
9601
  } = e, u = o ? "button" : "div", d = u === "button" ? {
9596
9602
  type: "button",
@@ -9633,9 +9639,9 @@ const pw = /* @__PURE__ */ L((e, {
9633
9639
  }), [f("div", {
9634
9640
  className: `${Me}-content`
9635
9641
  }, [t])])]);
9636
- }, qy = {
9642
+ }, zy = {
9637
9643
  headerClick: () => !0
9638
- }, gw = /* @__PURE__ */ L((e, {
9644
+ }, yw = /* @__PURE__ */ L((e, {
9639
9645
  emit: t,
9640
9646
  slots: n,
9641
9647
  attrs: a
@@ -9643,7 +9649,7 @@ const pw = /* @__PURE__ */ L((e, {
9643
9649
  const r = $(() => e.class), o = () => {
9644
9650
  t("headerClick");
9645
9651
  }, s = se("onHeaderClick");
9646
- return () => f(Fy, N(e, a, {
9652
+ return () => f(qy, N(e, a, {
9647
9653
  className: r.value,
9648
9654
  handleClick: s ? o : void 0,
9649
9655
  children: n.default?.()
@@ -9652,8 +9658,8 @@ const pw = /* @__PURE__ */ L((e, {
9652
9658
  name: "LumxTableCell",
9653
9659
  inheritAttrs: !1,
9654
9660
  props: E()("class", "icon", "isSortable", "sortOrder", "variant"),
9655
- emits: qy
9656
- }), zy = `${_t}__header`, jy = (e) => {
9661
+ emits: zy
9662
+ }), jy = `${_t}__header`, Hy = (e) => {
9657
9663
  const {
9658
9664
  children: t,
9659
9665
  className: n,
@@ -9663,13 +9669,13 @@ const pw = /* @__PURE__ */ L((e, {
9663
9669
  return f("thead", N({
9664
9670
  ref: a
9665
9671
  }, r, {
9666
- className: I(n, zy)
9672
+ className: I(n, jy)
9667
9673
  }), [t]);
9668
- }, yw = /* @__PURE__ */ L((e, {
9674
+ }, Aw = /* @__PURE__ */ L((e, {
9669
9675
  slots: t
9670
9676
  }) => {
9671
9677
  const n = M(), a = $(() => e.class);
9672
- return () => f(jy, N(e, n, {
9678
+ return () => f(Hy, N(e, n, {
9673
9679
  className: a.value,
9674
9680
  children: t.default?.()
9675
9681
  }), null);
@@ -9677,9 +9683,9 @@ const pw = /* @__PURE__ */ L((e, {
9677
9683
  name: "LumxTableHeader",
9678
9684
  inheritAttrs: !1,
9679
9685
  props: E()("class")
9680
- }), Hy = `${_t}__row`, {
9681
- block: Vy
9682
- } = B(Hy), Wy = (e) => {
9686
+ }), Vy = `${_t}__row`, {
9687
+ block: Wy
9688
+ } = B(Vy), Uy = (e) => {
9683
9689
  const {
9684
9690
  children: t,
9685
9691
  className: n,
@@ -9696,13 +9702,13 @@ const pw = /* @__PURE__ */ L((e, {
9696
9702
  }, s !== void 0 ? {
9697
9703
  tabIndex: s
9698
9704
  } : {}, l, {
9699
- className: I(n, Vy({
9705
+ className: I(n, Wy({
9700
9706
  "is-clickable": a && !c,
9701
9707
  "is-disabled": c,
9702
9708
  "is-selected": r && !c
9703
9709
  }))
9704
9710
  }), [t]);
9705
- }, Aw = /* @__PURE__ */ L((e, {
9711
+ }, ww = /* @__PURE__ */ L((e, {
9706
9712
  slots: t
9707
9713
  }) => {
9708
9714
  const n = M(), a = $(() => e.class), {
@@ -9712,7 +9718,7 @@ const pw = /* @__PURE__ */ L((e, {
9712
9718
  ...e,
9713
9719
  ...n
9714
9720
  })));
9715
- return () => f(Wy, N(o.value, {
9721
+ return () => f(Uy, N(o.value, {
9716
9722
  className: a.value,
9717
9723
  tabIndex: e.isClickable && !r.value ? 0 : -1,
9718
9724
  "aria-disabled": r.value,
@@ -9723,12 +9729,12 @@ const pw = /* @__PURE__ */ L((e, {
9723
9729
  inheritAttrs: !1,
9724
9730
  props: E()("class", "isClickable", "isDisabled", "isSelected")
9725
9731
  }), Cu = "lumx-tabs";
9726
- function Uy(e) {
9732
+ function Gy(e) {
9727
9733
  return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !X(e);
9728
9734
  }
9729
- const Gy = `${Cu}__link`, {
9730
- block: Ky
9731
- } = B(Gy), Xy = (e) => {
9735
+ const Ky = `${Cu}__link`, {
9736
+ block: Xy
9737
+ } = B(Ky), Yy = (e) => {
9732
9738
  const {
9733
9739
  className: t,
9734
9740
  icon: n,
@@ -9745,7 +9751,7 @@ const Gy = `${Cu}__link`, {
9745
9751
  keyPressProp: h = "onKeyPress",
9746
9752
  changeToTab: p,
9747
9753
  tabPanelId: v,
9748
- shouldActivateOnFocus: A,
9754
+ shouldActivateOnFocus: y,
9749
9755
  tabId: b,
9750
9756
  Icon: g,
9751
9757
  Text: w,
@@ -9753,8 +9759,8 @@ const Gy = `${Cu}__link`, {
9753
9759
  ...k
9754
9760
  } = e, C = () => {
9755
9761
  r || p?.();
9756
- }, y = (_) => {
9757
- c?.(_), A && C();
9762
+ }, A = (_) => {
9763
+ c?.(_), y && C();
9758
9764
  }, O = (_) => {
9759
9765
  u?.(_), !(_.key !== "Enter" || r) && C();
9760
9766
  };
@@ -9763,7 +9769,7 @@ const Gy = `${Cu}__link`, {
9763
9769
  }, k, {
9764
9770
  type: "button",
9765
9771
  id: b,
9766
- className: I(t, Ky({
9772
+ className: I(t, Xy({
9767
9773
  "is-active": i,
9768
9774
  "is-disabled": r
9769
9775
  })),
@@ -9771,7 +9777,7 @@ const Gy = `${Cu}__link`, {
9771
9777
  }, {
9772
9778
  [h]: O
9773
9779
  }, {
9774
- onFocus: y,
9780
+ onFocus: A,
9775
9781
  role: "tab"
9776
9782
  }, {
9777
9783
  [m]: i ? 0 : d
@@ -9785,7 +9791,7 @@ const Gy = `${Cu}__link`, {
9785
9791
  }, a), null), l && f(w, {
9786
9792
  as: "span",
9787
9793
  truncate: !0
9788
- }, Uy(l) ? l : {
9794
+ }, Gy(l) ? l : {
9789
9795
  default: () => [l]
9790
9796
  })]);
9791
9797
  }, vt = {
@@ -9793,7 +9799,7 @@ const Gy = `${Cu}__link`, {
9793
9799
  shouldActivateOnFocus: !1,
9794
9800
  activeTabIndex: 0,
9795
9801
  ids: { tab: [], tabPanel: [] }
9796
- }, Yy = (e, t) => {
9802
+ }, Zy = (e, t) => {
9797
9803
  switch (t.type) {
9798
9804
  case "update":
9799
9805
  return { ...e, ...t.payload };
@@ -9836,7 +9842,7 @@ const Gy = `${Cu}__link`, {
9836
9842
  changeToTab: () => r({ type: "setActiveTabIndex", payload: i })
9837
9843
  };
9838
9844
  });
9839
- }, ww = /* @__PURE__ */ L((e) => {
9845
+ }, Nw = /* @__PURE__ */ L((e) => {
9840
9846
  const t = M(), n = $(() => e.class), {
9841
9847
  isAnyDisabled: a
9842
9848
  } = J(S(() => ({
@@ -9850,7 +9856,7 @@ const Gy = `${Cu}__link`, {
9850
9856
  onKeyPress: l,
9851
9857
  ...c
9852
9858
  } = t;
9853
- return f(Xy, N(c, {
9859
+ return f(Yy, N(c, {
9854
9860
  id: e.id,
9855
9861
  className: n.value,
9856
9862
  icon: e.icon,
@@ -9876,16 +9882,16 @@ const Gy = `${Cu}__link`, {
9876
9882
  inheritAttrs: !1,
9877
9883
  props: E()("icon", "iconProps", "id", "isActive", "isDisabled", "label", "class")
9878
9884
  }), {
9879
- block: Zy,
9880
- element: Jy
9885
+ block: Jy,
9886
+ element: Qy
9881
9887
  } = B(Cu);
9882
- let Qy = /* @__PURE__ */ (function(e) {
9888
+ let eA = /* @__PURE__ */ (function(e) {
9883
9889
  return e.clustered = "clustered", e.fixed = "fixed", e;
9884
9890
  })({});
9885
9891
  const _l = {
9886
- layout: Qy.fixed,
9892
+ layout: eA.fixed,
9887
9893
  position: ro.left
9888
- }, eA = (e) => {
9894
+ }, tA = (e) => {
9889
9895
  const {
9890
9896
  "aria-label": t,
9891
9897
  children: n,
@@ -9899,22 +9905,22 @@ const _l = {
9899
9905
  return f("div", N({
9900
9906
  ref: i
9901
9907
  }, l, {
9902
- className: I(a, Zy({
9908
+ className: I(a, Jy({
9903
9909
  [`layout-${r}`]: !!r,
9904
9910
  [`position-${o}`]: !!o,
9905
9911
  [`theme-${s}`]: !!s
9906
9912
  }))
9907
9913
  }), [f("div", {
9908
- className: Jy("links"),
9914
+ className: Qy("links"),
9909
9915
  role: "tablist",
9910
9916
  "aria-label": t
9911
9917
  }, [n])]);
9912
- }, Nw = /* @__PURE__ */ L((e) => {
9918
+ }, Cw = /* @__PURE__ */ L((e) => {
9913
9919
  const t = M(), n = nt(), a = V(), r = $(() => e.class), o = F(null);
9914
9920
  return fu({
9915
9921
  containerRef: o,
9916
9922
  itemSelector: '[role="tab"]'
9917
- }), () => f(eA, N(t, {
9923
+ }), () => f(tA, N(t, {
9918
9924
  ref: o,
9919
9925
  "aria-label": t["aria-label"],
9920
9926
  className: r.value,
@@ -9927,9 +9933,9 @@ const _l = {
9927
9933
  name: "LumxTabList",
9928
9934
  inheritAttrs: !1,
9929
9935
  props: E()("layout", "position", "theme", "class")
9930
- }), tA = "lumx-tab-panel", {
9931
- block: nA
9932
- } = B(tA), aA = (e) => {
9936
+ }), nA = "lumx-tab-panel", {
9937
+ block: aA
9938
+ } = B(nA), rA = (e) => {
9933
9939
  const {
9934
9940
  children: t,
9935
9941
  className: n,
@@ -9945,7 +9951,7 @@ const _l = {
9945
9951
  ref: l
9946
9952
  }, c, {
9947
9953
  id: r,
9948
- className: I(n, nA({
9954
+ className: I(n, aA({
9949
9955
  "is-active": a
9950
9956
  })),
9951
9957
  role: "tabpanel"
@@ -9954,9 +9960,9 @@ const _l = {
9954
9960
  }, {
9955
9961
  "aria-labelledby": o
9956
9962
  }), [(!s || a) && t]);
9957
- }, Cw = /* @__PURE__ */ L((e) => {
9963
+ }, xw = /* @__PURE__ */ L((e) => {
9958
9964
  const t = M(), n = nt(), a = $(() => e.class), r = Pu("tabPanel", e.id), o = S(() => e.isActive || r.value?.isActive);
9959
- return () => f(aA, N(t, {
9965
+ return () => f(rA, N(t, {
9960
9966
  className: a.value,
9961
9967
  isActive: o.value,
9962
9968
  id: r.value?.tabPanelId,
@@ -9972,9 +9978,9 @@ const _l = {
9972
9978
  }), Tl = {
9973
9979
  isLazy: vt.isLazy,
9974
9980
  shouldActivateOnFocus: vt.shouldActivateOnFocus
9975
- }, rA = {
9981
+ }, oA = {
9976
9982
  change: (e) => typeof e == "number"
9977
- }, xw = /* @__PURE__ */ L((e, {
9983
+ }, Pw = /* @__PURE__ */ L((e, {
9978
9984
  emit: t,
9979
9985
  slots: n
9980
9986
  }) => {
@@ -9986,7 +9992,7 @@ const _l = {
9986
9992
  activeTabIndex: e.activeTabIndex
9987
9993
  } : {}
9988
9994
  }), r = (o) => {
9989
- a.value = Yy(a.value, o);
9995
+ a.value = Zy(a.value, o);
9990
9996
  };
9991
9997
  return qe(xu, {
9992
9998
  state: a,
@@ -10018,10 +10024,10 @@ const _l = {
10018
10024
  required: !1
10019
10025
  }
10020
10026
  },
10021
- emits: rA
10027
+ emits: oA
10022
10028
  });
10023
10029
  var Hr, Il;
10024
- function oA() {
10030
+ function sA() {
10025
10031
  if (Il) return Hr;
10026
10032
  Il = 1;
10027
10033
  var e = lu();
@@ -10030,15 +10036,15 @@ function oA() {
10030
10036
  }
10031
10037
  return Hr = t, Hr;
10032
10038
  }
10033
- var sA = oA();
10034
- const iA = /* @__PURE__ */ xe(sA);
10035
- function lA(e) {
10039
+ var iA = sA();
10040
+ const lA = /* @__PURE__ */ xe(iA);
10041
+ function cA(e) {
10036
10042
  return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !X(e);
10037
10043
  }
10038
- const cA = "lumx-user-block", {
10039
- block: uA,
10044
+ const uA = "lumx-user-block", {
10045
+ block: dA,
10040
10046
  element: Oe
10041
- } = B(cA), Ll = {
10047
+ } = B(uA), Ll = {
10042
10048
  orientation: Je.horizontal,
10043
10049
  size: H.m
10044
10050
  }, Qr = ({
@@ -10048,7 +10054,7 @@ const cA = "lumx-user-block", {
10048
10054
  }) => {
10049
10055
  const a = !!(t?.href || e);
10050
10056
  return !!n || a;
10051
- }, dA = (e) => {
10057
+ }, fA = (e) => {
10052
10058
  const {
10053
10059
  avatarProps: t,
10054
10060
  className: n,
@@ -10065,14 +10071,14 @@ const cA = "lumx-user-block", {
10065
10071
  handleMouseEnter: h,
10066
10072
  handleMouseLeave: p,
10067
10073
  orientation: v = Ll.orientation,
10068
- simpleAction: A,
10074
+ simpleAction: y,
10069
10075
  size: b = Ll.size,
10070
10076
  theme: g,
10071
10077
  children: w,
10072
10078
  additionalFields: P,
10073
10079
  after: k,
10074
10080
  Text: C,
10075
- Avatar: y,
10081
+ Avatar: A,
10076
10082
  ...O
10077
10083
  } = e;
10078
10084
  let _ = b;
@@ -10087,7 +10093,7 @@ const cA = "lumx-user-block", {
10087
10093
  as: "span",
10088
10094
  key: U,
10089
10095
  className: Oe("field")
10090
- }, lA(z) ? z : {
10096
+ }, cA(z) ? z : {
10091
10097
  default: () => [z]
10092
10098
  }))]), q = {
10093
10099
  ...h && {
@@ -10100,13 +10106,13 @@ const cA = "lumx-user-block", {
10100
10106
  return f("div", N({
10101
10107
  ref: s
10102
10108
  }, O, q, {
10103
- className: I(n, uA({
10109
+ className: I(n, dA({
10104
10110
  [`orientation-${v}`]: !!v,
10105
10111
  [`size-${_}`]: !!_,
10106
10112
  [`theme-${g}`]: !!g,
10107
10113
  "is-clickable": x
10108
10114
  }))
10109
- }), [t && f(y, N({
10115
+ }), [t && f(A, N({
10110
10116
  linkAs: o,
10111
10117
  linkProps: r,
10112
10118
  alt: ""
@@ -10117,22 +10123,22 @@ const cA = "lumx-user-block", {
10117
10123
  theme: g
10118
10124
  }), null), (a || u || w || P) && f("div", {
10119
10125
  className: Oe("wrapper")
10120
- }, [w, D, R ? P : null]), T && A && f("div", {
10126
+ }, [w, D, R ? P : null]), T && y && f("div", {
10121
10127
  className: Oe("action")
10122
- }, [A]), T && i && f("div", {
10128
+ }, [y]), T && i && f("div", {
10123
10129
  className: Oe("actions")
10124
10130
  }, [i]), k ? f("div", {
10125
10131
  className: Oe("after")
10126
10132
  }, [k]) : null]);
10127
10133
  };
10128
- function fA(e) {
10134
+ function hA(e) {
10129
10135
  return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !X(e);
10130
10136
  }
10131
- const hA = {
10137
+ const mA = {
10132
10138
  click: () => !0,
10133
10139
  mouseenter: () => !0,
10134
10140
  mouseleave: () => !0
10135
- }, Pw = /* @__PURE__ */ L((e, {
10141
+ }, Sw = /* @__PURE__ */ L((e, {
10136
10142
  emit: t,
10137
10143
  slots: n
10138
10144
  }) => {
@@ -10151,20 +10157,20 @@ const hA = {
10151
10157
  linkProps: e.linkProps,
10152
10158
  handleClick: c ? s : void 0
10153
10159
  });
10154
- let A = "span";
10160
+ let y = "span";
10155
10161
  const b = {
10156
10162
  ...e.nameProps,
10157
10163
  class: le.join(Oe("name"), e.linkProps?.class, e.nameProps?.class)
10158
10164
  };
10159
- return v && (A = vu, Object.assign(b, {
10165
+ return v && (y = vu, Object.assign(b, {
10160
10166
  ...e.linkProps,
10161
10167
  color: _u.dark
10162
- })), f(A, N(b, {
10168
+ })), f(y, N(b, {
10163
10169
  onClick: s
10164
10170
  }), {
10165
10171
  default: () => [f(pe, {
10166
10172
  as: "span"
10167
- }, fA(p) ? p : {
10173
+ }, hA(p) ? p : {
10168
10174
  default: () => [p]
10169
10175
  })]
10170
10176
  });
@@ -10178,7 +10184,7 @@ const hA = {
10178
10184
  const v = {
10179
10185
  ...e.avatarProps
10180
10186
  };
10181
- return iA(v, ["thumbnailProps", "tabIndex"], -1), v;
10187
+ return lA(v, ["thumbnailProps", "tabIndex"], -1), v;
10182
10188
  }
10183
10189
  return e.avatarProps;
10184
10190
  });
@@ -10186,9 +10192,9 @@ const hA = {
10186
10192
  const {
10187
10193
  linkAs: p,
10188
10194
  fields: v,
10189
- ...A
10195
+ ...y
10190
10196
  } = e, b = n.default?.() || m.value;
10191
- return f(dA, N(A, a, {
10197
+ return f(fA, N(y, a, {
10192
10198
  linkAs: je(p),
10193
10199
  className: o.value,
10194
10200
  theme: e.theme || r.value,
@@ -10220,86 +10226,86 @@ const hA = {
10220
10226
  name: "LumxUserBlock",
10221
10227
  inheritAttrs: !1,
10222
10228
  props: E()("avatarProps", "class", "fields", "linkAs", "linkProps", "name", "nameProps", "orientation", "size", "theme"),
10223
- emits: hA
10229
+ emits: mA
10224
10230
  });
10225
10231
  export {
10226
- RA as AlertDialog,
10232
+ MA as AlertDialog,
10227
10233
  ih as Avatar,
10228
- HA as Badge,
10229
- VA as BadgeWrapper,
10234
+ VA as Badge,
10235
+ WA as BadgeWrapper,
10230
10236
  Ac as Button,
10231
- BA as ButtonGroup,
10232
- WA as Checkbox,
10237
+ FA as ButtonGroup,
10238
+ UA as Checkbox,
10233
10239
  ll as Chip,
10234
- Wb as ChipGroup,
10235
- jA as Combobox,
10240
+ Ub as ChipGroup,
10241
+ HA as Combobox,
10236
10242
  af as Dialog,
10237
- KA as Divider,
10238
- XA as DragHandle,
10239
- YA as ExpansionPanel,
10240
- ZA as Flag,
10243
+ XA as Divider,
10244
+ YA as DragHandle,
10245
+ ZA as ExpansionPanel,
10246
+ JA as Flag,
10241
10247
  Co as FlexBox,
10242
- qv as GenericBlock,
10243
- zA as GenericBlockGapSize,
10244
- JA as GridColumn,
10245
- QA as Heading,
10248
+ zv as GenericBlock,
10249
+ jA as GenericBlockGapSize,
10250
+ QA as GridColumn,
10251
+ ew as Heading,
10246
10252
  lo as HeadingLevelProvider,
10247
10253
  Qe as Icon,
10248
10254
  St as IconButton,
10249
- mw as ImageBlock,
10250
- Sy as ImageBlockCaptionPosition,
10251
- pw as InlineList,
10252
- ew as InputHelper,
10253
- tw as InputLabel,
10254
- GA as Lightbox,
10255
+ pw as ImageBlock,
10256
+ ky as ImageBlockCaptionPosition,
10257
+ vw as InlineList,
10258
+ tw as InputHelper,
10259
+ nw as InputLabel,
10260
+ KA as Lightbox,
10255
10261
  vu as Link,
10256
- nw as LinkPreview,
10257
- FA as List,
10258
- Nv as ListDivider,
10259
- qA as ListItem,
10260
- xv as ListItemAction,
10261
- Tv as ListSection,
10262
- aw as Message,
10263
- rw as Mosaic,
10264
- $p as Placement,
10262
+ aw as LinkPreview,
10263
+ qA as List,
10264
+ Cv as ListDivider,
10265
+ zA as ListItem,
10266
+ Pv as ListItemAction,
10267
+ Iv as ListSection,
10268
+ rw as Message,
10269
+ ow as Mosaic,
10270
+ Rp as Placement,
10265
10271
  No as Popover,
10266
- ow as PopoverDialog,
10272
+ sw as PopoverDialog,
10267
10273
  kd as ProgressCircular,
10268
- sw as ProgressLinear,
10269
- iw as RadioButton,
10270
- lw as RadioGroup,
10274
+ iw as ProgressLinear,
10275
+ lw as RadioButton,
10276
+ cw as RadioGroup,
10271
10277
  jm as RawInputText,
10272
10278
  Gm as RawInputTextarea,
10273
- UA as SelectionChipGroup,
10274
- cw as SkeletonCircle,
10275
- uw as SkeletonRectangle,
10276
- dy as SkeletonRectangleVariant,
10277
- dw as SkeletonTypography,
10278
- fw as Switch,
10279
- $A as TOOLBAR_NAME,
10280
- ww as Tab,
10281
- Nw as TabList,
10282
- Qy as TabListLayout,
10283
- Cw as TabPanel,
10284
- xw as TabProvider,
10285
- vw as Table,
10286
- bw as TableBody,
10287
- gw as TableCell,
10279
+ GA as SelectionChipGroup,
10280
+ uw as SkeletonCircle,
10281
+ dw as SkeletonRectangle,
10282
+ fy as SkeletonRectangleVariant,
10283
+ fw as SkeletonTypography,
10284
+ hw as Switch,
10285
+ RA as TOOLBAR_NAME,
10286
+ Nw as Tab,
10287
+ Cw as TabList,
10288
+ eA as TabListLayout,
10289
+ xw as TabPanel,
10290
+ Pw as TabProvider,
10291
+ bw as Table,
10292
+ gw as TableBody,
10293
+ yw as TableCell,
10288
10294
  Jr as TableCellVariant,
10289
- yw as TableHeader,
10290
- Aw as TableRow,
10295
+ Aw as TableHeader,
10296
+ ww as TableRow,
10291
10297
  pe as Text,
10292
10298
  sp as TextField,
10293
10299
  Rt as ThOrder,
10294
10300
  nn as Thumbnail,
10295
- DA as ThumbnailObjectFit,
10296
- MA as ThumbnailVariant,
10301
+ BA as ThumbnailObjectFit,
10302
+ DA as ThumbnailVariant,
10297
10303
  Kf as Toolbar,
10298
10304
  cn as Tooltip,
10299
- hw as Uploader,
10305
+ mw as Uploader,
10300
10306
  Au as UploaderVariant,
10301
- Pw as UserBlock,
10302
- qy as emitSchema,
10307
+ Sw as UserBlock,
10308
+ zy as emitSchema,
10303
10309
  ec as useHeadingLevel
10304
10310
  };
10305
10311
  //# sourceMappingURL=index.js.map