@ulu/frontend-vue 0.1.1-beta.12 → 0.1.1-beta.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import { reactive as qt, ref as I, computed as w, resolveDirective as Gn, createElementBlock as d, openBlock as u, Fragment as E, withDirectives as Oe, createElementVNode as h, unref as T, normalizeClass as m, renderSlot as g, createTextVNode as $, toDisplayString as p, withKeys as Zn, normalizeStyle as H, createCommentVNode as b, nextTick as Qn, toRef as Xs, createBlock as _, Teleport as dt, resolveDynamicComponent as V, mergeProps as le, inject as ft, watchEffect as ht, defineAsyncComponent as Ys, markRaw as xe, toRefs as qs, toValue as ot, resolveComponent as D, withModifiers as Ks, createVNode as M, useSlots as Gs, renderList as x, TransitionGroup as Jn, withCtx as S, onMounted as mt, onBeforeUnmount as es, watch as De, isRef as Zs, hasInjectionContext as Qs, getCurrentInstance as Js, onDeactivated as eo, onActivated as to, onUnmounted as ts, normalizeProps as ee, guardReactiveProps as te, vModelText as no, vShow as Mt, createSlots as Te } from "vue";
1
+ import { reactive as qt, ref as R, computed as w, resolveDirective as Gn, createElementBlock as d, openBlock as u, Fragment as x, withDirectives as Oe, createElementVNode as h, unref as T, normalizeClass as m, renderSlot as g, createTextVNode as k, toDisplayString as p, withKeys as Zn, normalizeStyle as H, createCommentVNode as b, nextTick as Qn, toRef as Xs, createBlock as _, Teleport as dt, resolveDynamicComponent as V, mergeProps as le, inject as ft, watchEffect as ht, defineAsyncComponent as Ys, markRaw as xe, toRefs as qs, toValue as ot, resolveComponent as D, withModifiers as Ks, createVNode as z, useSlots as Gs, renderList as O, TransitionGroup as Jn, withCtx as S, onMounted as mt, onBeforeUnmount as es, watch as De, isRef as Zs, hasInjectionContext as Qs, getCurrentInstance as Js, onDeactivated as eo, onActivated as to, onUnmounted as ts, normalizeProps as ee, guardReactiveProps as te, vModelText as no, vShow as Mt, createSlots as Te } from "vue";
2
2
  import { inline as ns, offset as ss, flip as os, shift as is, arrow as rs, useFloating as ls, autoUpdate as as } from "@floating-ui/vue";
3
3
  import { useRoute as cs, useRouter as so, RouterLink as gt } from "vue-router";
4
4
  import { Tab as oo, TabGroup as io, TabList as ro, TabPanel as lo, TabPanels as ao } from "@headlessui/vue";
@@ -181,7 +181,7 @@ const nt = {
181
181
  plugin: { ...nt.plugin },
182
182
  popover: { ...nt.popover },
183
183
  tooltip: { ...nt.tooltip, ...nt.popover }
184
- }, Kt = I(!1), Gt = I(null);
184
+ }, Kt = R(!1), Gt = R(null);
185
185
  function fo(e = {}) {
186
186
  return Object.assign(ve.popover, e.popover), Object.assign(ve.tooltip, e.tooltip), Object.assign(ve.plugin, e.plugin), ve;
187
187
  }
@@ -280,7 +280,7 @@ const bo = ["id", "disabled", "aria-expanded", "aria-controls", "aria-label"], _
280
280
  },
281
281
  emits: ["toggle"],
282
282
  setup(e, { emit: n }) {
283
- const t = n, s = e, o = yn(), i = yn(), r = Object.assign({}, ve.popover, s.config), l = I(s.startOpen || !1), a = I(null), c = I(null), f = I(null), y = [
283
+ const t = n, s = e, o = yn(), i = yn(), r = Object.assign({}, ve.popover, s.config), l = R(s.startOpen || !1), a = R(null), c = R(null), f = R(null), y = [
284
284
  ...r.inline ? [ns()] : [],
285
285
  ...r.offset ? [ss(r.offset)] : [],
286
286
  os(),
@@ -291,20 +291,20 @@ const bo = ["id", "disabled", "aria-expanded", "aria-controls", "aria-label"], _
291
291
  whileElementsMounted: as,
292
292
  middleware: y
293
293
  }, {
294
- floatingStyles: k,
295
- placement: j,
296
- middlewareData: A,
297
- update: O,
294
+ floatingStyles: $,
295
+ placement: A,
296
+ middlewareData: B,
297
+ update: j,
298
298
  isPositioned: ue
299
299
  } = ls(a, c, v), Qe = w(() => {
300
- const X = A.value?.arrow;
300
+ const X = B.value?.arrow;
301
301
  return X ? {
302
302
  position: "absolute",
303
303
  left: X?.x != null ? `${X.x}px` : "",
304
304
  top: X?.y != null ? `${X.y}px` : ""
305
305
  } : null;
306
306
  });
307
- r.onReady && r.onReady({ update: O, isPositioned: ue });
307
+ r.onReady && r.onReady({ update: j, isPositioned: ue });
308
308
  const Je = () => {
309
309
  ge(!l.value);
310
310
  }, ge = (X) => {
@@ -315,7 +315,7 @@ const bo = ["id", "disabled", "aria-expanded", "aria-controls", "aria-label"], _
315
315
  isOpen: T(l)
316
316
  }, ke = { isOpen: fe.isOpen };
317
317
  Qn(() => {
318
- l.value ? (O(), window.setTimeout(() => {
318
+ l.value ? (j(), window.setTimeout(() => {
319
319
  Ct(), s.directFocus(fe), t("toggle", ke);
320
320
  }, 0)) : (Q(), s.directFocus(fe), t("toggle", ke));
321
321
  });
@@ -330,7 +330,7 @@ const bo = ["id", "disabled", "aria-expanded", "aria-controls", "aria-label"], _
330
330
  }, de = () => ge(!1);
331
331
  return (X, fe) => {
332
332
  const ke = Gn("ulu-tooltip");
333
- return u(), d(E, null, [
333
+ return u(), d(x, null, [
334
334
  Oe((u(), d("button", {
335
335
  type: "button",
336
336
  ref_key: "trigger",
@@ -350,7 +350,7 @@ const bo = ["id", "disabled", "aria-expanded", "aria-controls", "aria-label"], _
350
350
  isOpen: l.value,
351
351
  close: de
352
352
  }, () => [
353
- $(p(e.triggerText), 1)
353
+ k(p(e.triggerText), 1)
354
354
  ])
355
355
  ], 10, bo)), [
356
356
  [ke, e.tooltip ? e.tooltip : null]
@@ -368,8 +368,8 @@ const bo = ["id", "disabled", "aria-expanded", "aria-controls", "aria-label"], _
368
368
  ref: c,
369
369
  "aria-labelledby": T(i),
370
370
  id: T(o),
371
- style: H(T(k)),
372
- "data-placement": T(j),
371
+ style: H(T($)),
372
+ "data-placement": T(A),
373
373
  onKeydown: fe[0] || (fe[0] = Zn((hn) => ge(!1), ["esc"])),
374
374
  tabindex: "-1"
375
375
  }, [
@@ -404,7 +404,7 @@ const bo = ["id", "disabled", "aria-expanded", "aria-controls", "aria-label"], _
404
404
  config: Object
405
405
  },
406
406
  setup(e) {
407
- const n = Xs(e.config.trigger), t = I(null), s = I(null), o = [
407
+ const n = Xs(e.config.trigger), t = R(null), s = R(null), o = [
408
408
  ...e.config.inline ? [ns()] : [],
409
409
  ...e.config.offset ? [ss(e.config.offset)] : [],
410
410
  os(),
@@ -428,7 +428,7 @@ const bo = ["id", "disabled", "aria-expanded", "aria-controls", "aria-label"], _
428
428
  top: v?.y != null ? `${v.y}px` : ""
429
429
  } : null;
430
430
  });
431
- return e.config.onReady && e.config.onReady({ update: c, isPositioned: f }), (v, k) => (u(), d("span", {
431
+ return e.config.onReady && e.config.onReady({ update: c, isPositioned: f }), (v, $) => (u(), d("span", {
432
432
  class: m(["popover popover--tooltip is-active", e.config.class]),
433
433
  ref_key: "content",
434
434
  ref: t,
@@ -467,7 +467,7 @@ function qf(e, n = {}) {
467
467
  const t = fo(n);
468
468
  t.plugin.global && (e.directive(t.plugin.directiveName, vo), e.component("UluTooltipDisplay", To), e.component("UluPopover", vt));
469
469
  }
470
- const R = (e, n) => {
470
+ const E = (e, n) => {
471
471
  const t = e.__vccOpts || e;
472
472
  for (const [s, o] of n)
473
473
  t[s] = o;
@@ -520,7 +520,7 @@ function xo(e, n, t, s, o, i) {
520
520
  onVnodeUnmounted: i.modalUnmounted
521
521
  }), null, 16, ["modelValue", "onVnodeMounted", "onVnodeUnmounted"])) : b("", !0);
522
522
  }
523
- const Eo = /* @__PURE__ */ R(Oo, [["render", xo]]);
523
+ const Eo = /* @__PURE__ */ E(Oo, [["render", xo]]);
524
524
  function Ro() {
525
525
  return { getIconProps: (t) => t ? typeof t == "object" && !Array.isArray(t) ? t : { icon: t } : null, getClassesFromDefinition: (t) => {
526
526
  if (!t)
@@ -552,19 +552,19 @@ const N = {
552
552
  spaced: Boolean
553
553
  },
554
554
  setup(e) {
555
- const n = ft("uluCore"), t = I(null), { getIconProps: s, getClassesFromDefinition: o } = Ro();
555
+ const n = ft("uluCore"), t = R(null), { getIconProps: s, getClassesFromDefinition: o } = Ro();
556
556
  let i;
557
557
  const r = e, l = w(() => n.getSetting("fontAwesomeStatic")), a = w(() => n.getSetting("iconComponent")), c = w(() => n.getSetting("iconPropResolver")), f = w(() => {
558
- const { icon: A } = r;
559
- if (typeof A == "string" && A.startsWith("type:"))
558
+ const { icon: B } = r;
559
+ if (typeof B == "string" && B.startsWith("type:"))
560
560
  try {
561
- const O = A.substring(5);
562
- return n.getIcon(O);
563
- } catch (O) {
564
- return console.warn(O), null;
561
+ const j = B.substring(5);
562
+ return n.getIcon(j);
563
+ } catch (j) {
564
+ return console.warn(j), null;
565
565
  }
566
- return A;
567
- }), y = w(() => !a.value || !f.value ? null : c.value(f.value)), v = w(() => s(f.value)), k = w(() => o(f.value)), j = w(() => ({
566
+ return B;
567
+ }), y = w(() => !a.value || !f.value ? null : c.value(f.value)), v = w(() => s(f.value)), $ = w(() => o(f.value)), A = w(() => ({
568
568
  "flow-inline": r.spaced
569
569
  }));
570
570
  return ht(async () => {
@@ -573,17 +573,17 @@ const N = {
573
573
  if (i)
574
574
  t.value = xe(i.FontAwesomeIcon);
575
575
  else {
576
- const A = Ys(async () => {
577
- const O = await import("./index.es-HlG3u0J5.js");
578
- return i = O, O.FontAwesomeIcon;
576
+ const B = Ys(async () => {
577
+ const j = await import("./index.es-HlG3u0J5.js");
578
+ return i = j, j.FontAwesomeIcon;
579
579
  });
580
- t.value = xe(A);
580
+ t.value = xe(B);
581
581
  }
582
582
  } else
583
583
  t.value = null;
584
- }), (A, O) => a.value ? (u(), _(V(a.value), le({ key: 0 }, y.value, { class: j.value }), null, 16, ["class"])) : !l.value && t.value && f.value ? (u(), _(V(t.value), le({ key: 1 }, v.value, { class: j.value }), null, 16, ["class"])) : l.value && f.value ? (u(), d("span", {
584
+ }), (B, j) => a.value ? (u(), _(V(a.value), le({ key: 0 }, y.value, { class: A.value }), null, 16, ["class"])) : !l.value && t.value && f.value ? (u(), _(V(t.value), le({ key: 1 }, v.value, { class: A.value }), null, 16, ["class"])) : l.value && f.value ? (u(), d("span", {
585
585
  key: 2,
586
- class: m([k.value, j.value]),
586
+ class: m([$.value, A.value]),
587
587
  "aria-hidden": "true"
588
588
  }, null, 2)) : b("", !0);
589
589
  }
@@ -1218,7 +1218,7 @@ function Wo(e, n, t, s, o, i) {
1218
1218
  autofocus: ""
1219
1219
  }, [
1220
1220
  g(e.$slots, "closeIcon", {}, () => [
1221
- M(r, {
1221
+ z(r, {
1222
1222
  class: "modal__close-icon",
1223
1223
  icon: t.closeIcon || "type:close"
1224
1224
  }, null, 8, ["icon"])
@@ -1238,7 +1238,7 @@ function Wo(e, n, t, s, o, i) {
1238
1238
  ], 2)) : b("", !0),
1239
1239
  s.resizerEnabled ? (u(), d("button", Do, [
1240
1240
  g(e.$slots, "resizerIcon", {}, () => [
1241
- M(r, {
1241
+ z(r, {
1242
1242
  class: "modal__resizer-icon",
1243
1243
  icon: t.resizerIcon || s.resizerIconType
1244
1244
  }, null, 8, ["icon"])
@@ -1247,7 +1247,7 @@ function Wo(e, n, t, s, o, i) {
1247
1247
  ], 46, Vo)
1248
1248
  ], 8, ["to", "disabled"]);
1249
1249
  }
1250
- const ds = /* @__PURE__ */ R(Fo, [["render", Wo]]), Fe = [], Xo = I({
1250
+ const ds = /* @__PURE__ */ E(Fo, [["render", Wo]]), Fe = [], Xo = R({
1251
1251
  /**
1252
1252
  * Holds active component options (including component, and options)
1253
1253
  */
@@ -1391,7 +1391,7 @@ function Zo(e, n, t, s, o, i) {
1391
1391
  key: 1,
1392
1392
  class: m(["toast__actions", t.classes.actions])
1393
1393
  }, [
1394
- (u(!0), d(E, null, x(t.toast.actions, (l, a) => (u(), d("button", {
1394
+ (u(!0), d(x, null, O(t.toast.actions, (l, a) => (u(), d("button", {
1395
1395
  key: a,
1396
1396
  class: m(["toast__action", t.classes.action]),
1397
1397
  onClick: (c) => i.handleAction(c, l)
@@ -1401,11 +1401,11 @@ function Zo(e, n, t, s, o, i) {
1401
1401
  class: m(["toast__close", t.classes.closeButton]),
1402
1402
  onClick: n[0] || (n[0] = (...l) => t.toast.close && t.toast.close(...l))
1403
1403
  }, [
1404
- M(r, { icon: "type:close" })
1404
+ z(r, { icon: "type:close" })
1405
1405
  ], 2)
1406
1406
  ], 2);
1407
1407
  }
1408
- const fs = /* @__PURE__ */ R(Ko, [["render", Zo]]), _n = {
1408
+ const fs = /* @__PURE__ */ E(Ko, [["render", Zo]]), _n = {
1409
1409
  toastOptions: {
1410
1410
  /**
1411
1411
  * Component used to render the toast in the display
@@ -1497,13 +1497,13 @@ function ei(e, n, t, s, o, i) {
1497
1497
  return u(), _(dt, {
1498
1498
  to: o.pluginOptions.teleportTo
1499
1499
  }, [
1500
- M(Jn, {
1500
+ z(Jn, {
1501
1501
  class: m(["toast-container", i.classes]),
1502
1502
  name: "toast-animation",
1503
1503
  tag: "div"
1504
1504
  }, {
1505
1505
  default: S(() => [
1506
- (u(!0), d(E, null, x(o.toasts, (r) => (u(), _(V(r.component), {
1506
+ (u(!0), d(x, null, O(o.toasts, (r) => (u(), _(V(r.component), {
1507
1507
  key: r.uid,
1508
1508
  toast: r
1509
1509
  }, null, 8, ["toast"]))), 128))
@@ -1512,7 +1512,7 @@ function ei(e, n, t, s, o, i) {
1512
1512
  }, 8, ["class"])
1513
1513
  ], 8, ["to"]);
1514
1514
  }
1515
- const ti = /* @__PURE__ */ R(Jo, [["render", ei]]);
1515
+ const ti = /* @__PURE__ */ E(Jo, [["render", ei]]);
1516
1516
  function Gf(e, n = {}) {
1517
1517
  const t = he.setPluginOptions(n?.plugin);
1518
1518
  he.setToastOptions(n?.toast), e.component(t.componentName, fs), e.component(t.componentNameDisplay, ti), e.config.globalProperties.$uluToast = Pt, e.provide("uluToast", Pt);
@@ -1534,13 +1534,13 @@ const ni = {
1534
1534
  }
1535
1535
  };
1536
1536
  function si(e) {
1537
- const n = Object.assign({}, ni, e), t = I(null), s = I(n.initialValue), o = I(null);
1537
+ const n = Object.assign({}, ni, e), t = R(null), s = R(n.initialValue), o = R(null);
1538
1538
  return (async () => {
1539
1539
  if (!us()) return;
1540
1540
  await new Promise((f) => {
1541
1541
  document.readyState === "loading" ? document.addEventListener("DOMContentLoaded", () => f()) : f();
1542
1542
  });
1543
- const r = await import("./breakpoints-DPEE3zUa.js"), { BreakpointManager: l } = r, a = xe(new l(n.plugin));
1543
+ const r = await import("./breakpoints-C2dyQISk.js"), { BreakpointManager: l } = r, a = xe(new l(n.plugin));
1544
1544
  t.value = xe(a);
1545
1545
  const c = () => {
1546
1546
  s.value = a.active, o.value = a.resizeDirection;
@@ -1559,7 +1559,7 @@ const oi = {
1559
1559
  managerOptions: {}
1560
1560
  };
1561
1561
  function Zf(e, n) {
1562
- const t = I(!1), s = Object.assign({}, oi, n), { breakpointMobile: o } = s, { onReady: i } = s.managerOptions, r = {
1562
+ const t = R(!1), s = Object.assign({}, oi, n), { breakpointMobile: o } = s, { onReady: i } = s.managerOptions, r = {
1563
1563
  onReady(y) {
1564
1564
  y.at(o).max({
1565
1565
  on() {
@@ -1752,12 +1752,12 @@ function di(e) {
1752
1752
  let i = n.left - t.left, r = n.top - t.top;
1753
1753
  const l = n.left + n.width - (t.left + t.width);
1754
1754
  n.top + n.height - (t.top + t.height) == 0 && (r = 0), l == 0 && (i = 0);
1755
- const [c, f, y, v] = ys(e, n, t), k = {
1755
+ const [c, f, y, v] = ys(e, n, t), $ = {
1756
1756
  transform: `translate(${i}px, ${r}px)`
1757
- }, j = {
1757
+ }, A = {
1758
1758
  transform: "translate(0, 0)"
1759
1759
  };
1760
- c !== f && (k.width = `${c}px`, j.width = `${f}px`), y !== v && (k.height = `${y}px`, j.height = `${v}px`), s = e.animate([k, j], {
1760
+ c !== f && ($.width = `${c}px`, A.width = `${f}px`), y !== v && ($.height = `${y}px`, A.height = `${v}px`), s = e.animate([$, A], {
1761
1761
  duration: o.duration,
1762
1762
  easing: o.easing
1763
1763
  });
@@ -1817,7 +1817,7 @@ function fi(e) {
1817
1817
  return Sn(e);
1818
1818
  const [r, l, a, c] = mi(e), f = pt(e), y = q.get(e);
1819
1819
  (o !== Qt || i !== Jt) && hi(e, o, i, f);
1820
- let v, k = {
1820
+ let v, $ = {
1821
1821
  position: "absolute",
1822
1822
  top: `${r}px`,
1823
1823
  left: `${l}px`,
@@ -1829,7 +1829,7 @@ function fi(e) {
1829
1829
  zIndex: "100"
1830
1830
  };
1831
1831
  if (!Ye(f))
1832
- Object.assign(e.style, k), v = e.animate([
1832
+ Object.assign(e.style, $), v = e.animate([
1833
1833
  {
1834
1834
  transform: "scale(1)",
1835
1835
  opacity: 1
@@ -1843,10 +1843,10 @@ function fi(e) {
1843
1843
  easing: "ease-out"
1844
1844
  });
1845
1845
  else {
1846
- const [j, A] = nn(f(e, "remove", y));
1847
- A?.styleReset !== !1 && (k = A?.styleReset || k, Object.assign(e.style, k)), v = new Animation(j), v.play();
1846
+ const [A, B] = nn(f(e, "remove", y));
1847
+ B?.styleReset !== !1 && ($ = B?.styleReset || $, Object.assign(e.style, $)), v = new Animation(A), v.play();
1848
1848
  }
1849
- Z.set(e, v), v.addEventListener("finish", () => Sn(e, k), {
1849
+ Z.set(e, v), v.addEventListener("finish", () => Sn(e, $), {
1850
1850
  once: !0
1851
1851
  });
1852
1852
  }
@@ -1860,10 +1860,10 @@ function hi(e, n, t, s) {
1860
1860
  function v() {
1861
1861
  requestAnimationFrame(() => {
1862
1862
  if (!Ye(s)) {
1863
- const k = c - a.clientHeight, j = f - a.clientWidth;
1863
+ const $ = c - a.clientHeight, A = f - a.clientWidth;
1864
1864
  y + s.duration > performance.now() ? (window.scrollTo({
1865
- left: window.scrollX - j,
1866
- top: window.scrollY - k
1865
+ left: window.scrollX - A,
1866
+ top: window.scrollY - $
1867
1867
  }), c = a.clientHeight, f = a.clientWidth, v()) : document.documentElement.style.scrollBehavior = r;
1868
1868
  }
1869
1869
  });
@@ -1932,7 +1932,7 @@ function gi(e, n = {}) {
1932
1932
  });
1933
1933
  }
1934
1934
  function vi(e) {
1935
- const n = I();
1935
+ const n = R();
1936
1936
  let t;
1937
1937
  function s(o) {
1938
1938
  t && (o ? t.enable() : t.disable());
@@ -2022,38 +2022,35 @@ const bi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2022
2022
  }), De(() => t.animate, (A) => {
2023
2023
  r(!!A);
2024
2024
  });
2025
- const l = w(() => t.modelValue !== void 0), a = I(t.startOpen), c = w({
2025
+ const l = w(() => t.modelValue !== void 0), a = R(t.startOpen), c = w({
2026
2026
  get() {
2027
2027
  return l.value ? t.modelValue : a.value;
2028
2028
  },
2029
2029
  set(A) {
2030
2030
  l.value ? s("update:modelValue", A) : a.value = A;
2031
2031
  }
2032
- }), f = I(Ft("ulu-collapsible-trigger")), y = I(Ft("ulu-collapsible-content")), v = w(() => {
2033
- const A = t.classes, O = {};
2034
- return A.containerOpen && c.value && (O[A.containerOpen] = !0), A.containerClosed && !c.value && (O[A.containerClosed] = !0), O;
2035
- });
2036
- function k() {
2032
+ }), f = R(Ft("ulu-collapsible-trigger")), y = R(Ft("ulu-collapsible-content"));
2033
+ function v() {
2037
2034
  c.value = !c.value;
2038
2035
  }
2039
- function j() {
2036
+ function $() {
2040
2037
  t.closeOnEscape && c.value && (c.value = !1);
2041
2038
  }
2042
- return (A, O) => (u(), d("div", {
2039
+ return (A, B) => (u(), d("div", {
2043
2040
  ref_key: "container",
2044
2041
  ref: i,
2045
- onKeydown: Zn(j, ["esc"]),
2046
- class: m([e.classes.container, v.value])
2042
+ onKeydown: Zn($, ["esc"]),
2043
+ class: m([e.classes.container, c.value ? e.classes.containerOpen : e.classes.containerClosed])
2047
2044
  }, [
2048
2045
  h("button", {
2049
2046
  class: m(e.classes.trigger),
2050
2047
  id: f.value,
2051
2048
  "aria-controls": y.value,
2052
2049
  "aria-expanded": c.value,
2053
- onClick: k
2050
+ onClick: v
2054
2051
  }, [
2055
2052
  g(A.$slots, "trigger", { isOpen: c.value }, () => [
2056
- $(p(e.triggerText), 1)
2053
+ k(p(e.triggerText), 1)
2057
2054
  ])
2058
2055
  ], 10, _i),
2059
2056
  c.value ? (u(), d("div", {
@@ -2066,7 +2063,7 @@ const bi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2066
2063
  }, [
2067
2064
  g(A.$slots, "default", {
2068
2065
  isOpen: c.value,
2069
- toggle: k
2066
+ toggle: v
2070
2067
  })
2071
2068
  ], 10, wi)) : b("", !0)
2072
2069
  ], 34));
@@ -2143,7 +2140,7 @@ const bi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2143
2140
  g(i.$slots, "trigger", { isOpen: l }, () => [
2144
2141
  (u(), _(V(e.triggerTextElement), null, {
2145
2142
  default: S(() => [
2146
- $(p(e.triggerText), 1)
2143
+ k(p(e.triggerText), 1)
2147
2144
  ]),
2148
2145
  _: 1
2149
2146
  }))
@@ -2152,7 +2149,7 @@ const bi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2152
2149
  h("span", {
2153
2150
  class: m(["accordion__icon", e.classes.icon])
2154
2151
  }, [
2155
- M(N, {
2152
+ z(N, {
2156
2153
  icon: l ? "type:collapse" : "type:expand",
2157
2154
  style: { display: "inline" }
2158
2155
  }, null, 8, ["icon"])
@@ -2274,7 +2271,7 @@ function ki(e, n, t, s, o, i) {
2274
2271
  key: 0,
2275
2272
  class: m(t.classes.list)
2276
2273
  }, [
2277
- (u(!0), d(E, null, x(t.items, (f, y) => (u(), d("li", {
2274
+ (u(!0), d(x, null, O(t.items, (f, y) => (u(), d("li", {
2278
2275
  key: y,
2279
2276
  class: m([
2280
2277
  t.classes.item,
@@ -2330,7 +2327,7 @@ function ki(e, n, t, s, o, i) {
2330
2327
  ], 2))), 128))
2331
2328
  ], 2)) : b("", !0);
2332
2329
  }
2333
- const _s = /* @__PURE__ */ R(Si, [["render", ki]]), $i = {
2330
+ const _s = /* @__PURE__ */ E(Si, [["render", ki]]), $i = {
2334
2331
  __name: "UluMenuStack",
2335
2332
  props: {
2336
2333
  /**
@@ -2374,7 +2371,7 @@ const _s = /* @__PURE__ */ R(Si, [["render", ki]]), $i = {
2374
2371
  class: m(["menu-stack", T(s)])
2375
2372
  }, {
2376
2373
  default: S(() => [
2377
- M(_s, {
2374
+ z(_s, {
2378
2375
  items: e.items,
2379
2376
  classes: {
2380
2377
  list: "menu-stack__list",
@@ -2417,7 +2414,7 @@ const _s = /* @__PURE__ */ R(Si, [["render", ki]]), $i = {
2417
2414
  trigger: S(({ isOpen: s }) => [
2418
2415
  g(n.$slots, "trigger", { isOpen: s }, () => [
2419
2416
  h("span", null, p(e.triggerText), 1),
2420
- M(N, {
2417
+ z(N, {
2421
2418
  class: "button__icon",
2422
2419
  icon: "type:dropdownExpand",
2423
2420
  style: H({ transform: s ? "rotate(180deg)" : "rotate(0deg)", transition: "transform 0.2s" })
@@ -2425,12 +2422,12 @@ const _s = /* @__PURE__ */ R(Si, [["render", ki]]), $i = {
2425
2422
  ])
2426
2423
  ]),
2427
2424
  default: S(() => [
2428
- M($i, { items: e.items }, null, 8, ["items"])
2425
+ z($i, { items: e.items }, null, 8, ["items"])
2429
2426
  ]),
2430
2427
  _: 3
2431
2428
  }, 8, ["classes"]));
2432
2429
  }
2433
- }, sn = I(!1), ct = {
2430
+ }, sn = R(!1), ct = {
2434
2431
  start: [],
2435
2432
  end: []
2436
2433
  };
@@ -2491,17 +2488,17 @@ function eh(e, n) {
2491
2488
  return null;
2492
2489
  const c = {
2493
2490
  pages: {}
2494
- }, f = o.value, y = i.value, v = 5, k = (O) => ({ query: { ...t.query, page: O } });
2495
- f > 1 && (c.first = { href: k(1) }, c.previous = { href: k(f - 1) }), f < y && (c.next = { href: k(f + 1) }, c.last = { href: k(y) });
2496
- let j, A;
2491
+ }, f = o.value, y = i.value, v = 5, $ = (j) => ({ query: { ...t.query, page: j } });
2492
+ f > 1 && (c.first = { href: $(1) }, c.previous = { href: $(f - 1) }), f < y && (c.next = { href: $(f + 1) }, c.last = { href: $(y) });
2493
+ let A, B;
2497
2494
  if (y <= v)
2498
- j = 1, A = y;
2495
+ A = 1, B = y;
2499
2496
  else {
2500
- const O = Math.floor(v / 2), ue = Math.ceil(v / 2) - 1;
2501
- f <= O ? (j = 1, A = v) : f + ue >= y ? (j = y - v + 1, A = y) : (j = f - O, A = f + ue);
2497
+ const j = Math.floor(v / 2), ue = Math.ceil(v / 2) - 1;
2498
+ f <= j ? (A = 1, B = v) : f + ue >= y ? (A = y - v + 1, B = y) : (A = f - j, B = f + ue);
2502
2499
  }
2503
- for (let O = j; O <= A; O++)
2504
- c.pages[O] = { href: k(O) };
2500
+ for (let j = A; j <= B; j++)
2501
+ c.pages[j] = { href: $(j) };
2505
2502
  return c;
2506
2503
  }), a = w(() => {
2507
2504
  const c = { previous: !1, next: !1 };
@@ -2547,7 +2544,7 @@ function ji(e, n = {}) {
2547
2544
  return t.ssr ? t.push(e || {}, n) : Ii(t, e, n);
2548
2545
  }
2549
2546
  function Ii(e, n, t = {}) {
2550
- const s = I(!1);
2547
+ const s = R(!1);
2551
2548
  let o;
2552
2549
  return ht(() => {
2553
2550
  const r = s.value ? {} : Ht(n, xi);
@@ -2596,7 +2593,7 @@ function Ui(e, n, t) {
2596
2593
  sort: cn
2597
2594
  }, t), i = e.find((c) => c.path !== "/" && n.includes(c.path)), r = (c, f, y) => {
2598
2595
  if (c.children) {
2599
- const v = c.children.find((k) => k.path.includes(n));
2596
+ const v = c.children.find(($) => $.path.includes(n));
2600
2597
  if (v)
2601
2598
  return r(v, c, y + v.path);
2602
2599
  }
@@ -2720,7 +2717,7 @@ const Vi = { class: "layout-flex-baseline" }, Hi = { class: "type-word-break" },
2720
2717
  triggerIcon: String
2721
2718
  },
2722
2719
  setup(e) {
2723
- const { resizing: n, onResizeEnd: t } = Ai(), s = I(null), o = I(!1), i = () => {
2720
+ const { resizing: n, onResizeEnd: t } = Ai(), s = R(null), o = R(!1), i = () => {
2724
2721
  Qn(() => {
2725
2722
  const l = s.value;
2726
2723
  o.value = l.offsetWidth < l.scrollWidth;
@@ -2740,7 +2737,7 @@ const Vi = { class: "layout-flex-baseline" }, Hi = { class: "type-word-break" },
2740
2737
  size: "large"
2741
2738
  }, {
2742
2739
  trigger: S(() => [
2743
- M(N, {
2740
+ z(N, {
2744
2741
  icon: e.triggerIcon || "type:ellipsis"
2745
2742
  }, null, 8, ["icon"])
2746
2743
  ]),
@@ -2953,7 +2950,7 @@ function Wi(e, n, t, s, o, i) {
2953
2950
  }, null, 8, ["icon"])) : b("", !0),
2954
2951
  (e.$slots.default || t.text) && !t.iconOnly ? (u(), d("span", Di, [
2955
2952
  g(e.$slots, "default", {}, () => [
2956
- $(p(t.text), 1)
2953
+ k(p(t.text), 1)
2957
2954
  ])
2958
2955
  ])) : b("", !0),
2959
2956
  t.icon && !t.iconBefore && !t.iconOnly ? (u(), _(r, {
@@ -2966,7 +2963,7 @@ function Wi(e, n, t, s, o, i) {
2966
2963
  _: 3
2967
2964
  }, 16, ["class", "aria-label"]);
2968
2965
  }
2969
- const $s = /* @__PURE__ */ R(Ni, [["render", Wi]]), Xi = {
2966
+ const $s = /* @__PURE__ */ E(Ni, [["render", Wi]]), Xi = {
2970
2967
  name: "UluAlert",
2971
2968
  components: {
2972
2969
  UluButton: $s,
@@ -3022,7 +3019,7 @@ function Gi(e, n, t, s, o, i) {
3022
3019
  class: m(["callout", s.resolvedModifiers])
3023
3020
  }, [
3024
3021
  h("div", Yi, [
3025
- M(r, {
3022
+ z(r, {
3026
3023
  class: m(["type-large margin-right-small", `color-${t.type}`]),
3027
3024
  icon: t.icon || `type:${t.type}`
3028
3025
  }, null, 8, ["class", "icon"]),
@@ -3034,7 +3031,7 @@ function Gi(e, n, t, s, o, i) {
3034
3031
  ]),
3035
3032
  h("div", null, [
3036
3033
  g(e.$slots, "description", {}, () => [
3037
- $(p(t.description), 1)
3034
+ k(p(t.description), 1)
3038
3035
  ])
3039
3036
  ])
3040
3037
  ]),
@@ -3044,7 +3041,7 @@ function Gi(e, n, t, s, o, i) {
3044
3041
  ])
3045
3042
  ], 2);
3046
3043
  }
3047
- const ah = /* @__PURE__ */ R(Xi, [["render", Gi]]), Zi = ["aria-hidden"], Qi = {
3044
+ const ah = /* @__PURE__ */ E(Xi, [["render", Gi]]), Zi = ["aria-hidden"], Qi = {
3048
3045
  key: 2,
3049
3046
  class: "hidden-visually"
3050
3047
  }, Ji = {
@@ -3122,11 +3119,11 @@ const ah = /* @__PURE__ */ R(Xi, [["render", Gi]]), Zi = ["aria-hidden"], Qi = {
3122
3119
  },
3123
3120
  setup(e) {
3124
3121
  return (n, t) => (u(), d("ul", er, [
3125
- (u(!0), d(E, null, x(e.items, (s, o) => (u(), d("li", {
3122
+ (u(!0), d(x, null, O(e.items, (s, o) => (u(), d("li", {
3126
3123
  class: "badge-stack__item",
3127
3124
  key: o
3128
3125
  }, [
3129
- M(Ji, le({ ref_for: !0 }, s), null, 16)
3126
+ z(Ji, le({ ref_for: !0 }, s), null, 16)
3130
3127
  ]))), 128))
3131
3128
  ]));
3132
3129
  }
@@ -3219,14 +3216,14 @@ function sr(e, n, t, s, o, i) {
3219
3216
  }, {
3220
3217
  default: S(() => [
3221
3218
  g(e.$slots, "title", {}, () => [
3222
- $(p(t.title), 1)
3219
+ k(p(t.title), 1)
3223
3220
  ])
3224
3221
  ]),
3225
3222
  _: 3
3226
3223
  })) : b("", !0),
3227
3224
  e.$slots.default || t.body ? (u(), d("span", nr, [
3228
3225
  g(e.$slots, "default", {}, () => [
3229
- $(p(t.body), 1)
3226
+ k(p(t.body), 1)
3230
3227
  ])
3231
3228
  ])) : b("", !0),
3232
3229
  t.icon ? (u(), _(r, {
@@ -3239,7 +3236,7 @@ function sr(e, n, t, s, o, i) {
3239
3236
  _: 3
3240
3237
  }, 16, ["class"]);
3241
3238
  }
3242
- const uh = /* @__PURE__ */ R(tr, [["render", sr]]), or = {
3239
+ const uh = /* @__PURE__ */ E(tr, [["render", sr]]), or = {
3243
3240
  name: "UluCallout",
3244
3241
  props: {
3245
3242
  /**
@@ -3264,7 +3261,7 @@ function ir(e, n, t, s, o, i) {
3264
3261
  g(e.$slots, "default")
3265
3262
  ], 2);
3266
3263
  }
3267
- const dh = /* @__PURE__ */ R(or, [["render", ir]]), Cn = (e, n) => {
3264
+ const dh = /* @__PURE__ */ E(or, [["render", ir]]), Cn = (e, n) => {
3268
3265
  const t = !(n.to || n.href);
3269
3266
  return t || console.warn("'titleHref' and 'titleTo' can't be used with to or href (nesting links)"), t;
3270
3267
  }, rr = {
@@ -3449,7 +3446,7 @@ function hr(e, n, t, s, o, i) {
3449
3446
  }, {
3450
3447
  default: S(() => [
3451
3448
  g(e.$slots, "title", {}, () => [
3452
- $(p(t.title), 1)
3449
+ k(p(t.title), 1)
3453
3450
  ])
3454
3451
  ]),
3455
3452
  _: 3
@@ -3461,10 +3458,10 @@ function hr(e, n, t, s, o, i) {
3461
3458
  ref: "link"
3462
3459
  }, [
3463
3460
  g(e.$slots, "title", {}, () => [
3464
- $(p(t.title), 1)
3461
+ k(p(t.title), 1)
3465
3462
  ])
3466
3463
  ], 8, cr)) : g(e.$slots, "title", { key: 2 }, () => [
3467
- $(p(t.title), 1)
3464
+ k(p(t.title), 1)
3468
3465
  ])
3469
3466
  ]),
3470
3467
  _: 3
@@ -3496,7 +3493,7 @@ function hr(e, n, t, s, o, i) {
3496
3493
  _: 3
3497
3494
  }, 40, ["onMousedown", "onMouseup", "class", "style", "target", "to", "href", "data-ulu-proxy-click-init"]);
3498
3495
  }
3499
- const fh = /* @__PURE__ */ R(rr, [["render", hr]]), hh = {
3496
+ const fh = /* @__PURE__ */ E(rr, [["render", hr]]), hh = {
3500
3497
  __name: "UluDefinitionList",
3501
3498
  props: {
3502
3499
  /**
@@ -3516,7 +3513,7 @@ const fh = /* @__PURE__ */ R(rr, [["render", hr]]), hh = {
3516
3513
  return (n, t) => (u(), d("dl", {
3517
3514
  class: m(e.classes.list)
3518
3515
  }, [
3519
- (u(!0), d(E, null, x(e.items, (s, o) => (u(), d("div", {
3516
+ (u(!0), d(x, null, O(e.items, (s, o) => (u(), d("div", {
3520
3517
  key: o,
3521
3518
  class: m(e.classes.item)
3522
3519
  }, [
@@ -3527,7 +3524,7 @@ const fh = /* @__PURE__ */ R(rr, [["render", hr]]), hh = {
3527
3524
  item: s,
3528
3525
  index: o
3529
3526
  }, () => [
3530
- $(p(s.term), 1)
3527
+ k(p(s.term), 1)
3531
3528
  ])
3532
3529
  ], 2),
3533
3530
  h("dd", {
@@ -3537,7 +3534,7 @@ const fh = /* @__PURE__ */ R(rr, [["render", hr]]), hh = {
3537
3534
  item: s,
3538
3535
  index: o
3539
3536
  }, () => [
3540
- $(p(s.description), 1)
3537
+ k(p(s.description), 1)
3541
3538
  ])
3542
3539
  ], 2)
3543
3540
  ], 2))), 128))
@@ -3574,10 +3571,10 @@ const fh = /* @__PURE__ */ R(rr, [["render", hr]]), hh = {
3574
3571
  }, [
3575
3572
  h("span", gr, [
3576
3573
  g(n.$slots, "default", {}, () => [
3577
- $(p(e.text), 1)
3574
+ k(p(e.text), 1)
3578
3575
  ])
3579
3576
  ]),
3580
- M(N, {
3577
+ z(N, {
3581
3578
  class: "external-link__icon margin-left-small-x display-inline",
3582
3579
  icon: e.icon || "type:externalLink"
3583
3580
  }, null, 8, ["icon"])
@@ -3651,7 +3648,7 @@ const fh = /* @__PURE__ */ R(rr, [["render", hr]]), hh = {
3651
3648
  start: e.start
3652
3649
  }, {
3653
3650
  default: S(() => [
3654
- (u(!0), d(E, null, x(e.items, (i, r) => (u(), d("li", {
3651
+ (u(!0), d(x, null, O(e.items, (i, r) => (u(), d("li", {
3655
3652
  key: r,
3656
3653
  class: m(e.classes.listItem)
3657
3654
  }, [
@@ -3659,7 +3656,7 @@ const fh = /* @__PURE__ */ R(rr, [["render", hr]]), hh = {
3659
3656
  item: i,
3660
3657
  index: r
3661
3658
  }, () => [
3662
- $(p(i), 1)
3659
+ k(p(i), 1)
3663
3660
  ])
3664
3661
  ], 2))), 128))
3665
3662
  ]),
@@ -3672,7 +3669,7 @@ function pr(e, n) {
3672
3669
  g(e.$slots, "default")
3673
3670
  ]);
3674
3671
  }
3675
- const vh = /* @__PURE__ */ R(vr, [["render", pr]]), br = { class: "spoke-spinner__spinner" }, yh = {
3672
+ const vh = /* @__PURE__ */ E(vr, [["render", pr]]), br = { class: "spoke-spinner__spinner" }, yh = {
3676
3673
  __name: "UluSpokeSpinner",
3677
3674
  props: {
3678
3675
  /**
@@ -3685,7 +3682,7 @@ const vh = /* @__PURE__ */ R(vr, [["render", pr]]), br = { class: "spoke-spinner
3685
3682
  class: m(["spoke-spinner", { [`spoke-spinner--${e.type}`]: e.type }])
3686
3683
  }, [
3687
3684
  h("div", br, [
3688
- (u(), d(E, null, x(12, (s) => h("div", { key: s })), 64))
3685
+ (u(), d(x, null, O(12, (s) => h("div", { key: s })), 64))
3689
3686
  ])
3690
3687
  ], 2));
3691
3688
  }
@@ -3726,8 +3723,8 @@ const vh = /* @__PURE__ */ R(vr, [["render", pr]]), br = { class: "spoke-spinner
3726
3723
  if (t.type === "radio")
3727
3724
  s("update:modelValue", f.uid);
3728
3725
  else if (Array.isArray(t.modelValue)) {
3729
- const v = [...t.modelValue], k = v.indexOf(f.uid);
3730
- k > -1 ? v.splice(k, 1) : v.push(f.uid), s("update:modelValue", v);
3726
+ const v = [...t.modelValue], $ = v.indexOf(f.uid);
3727
+ $ > -1 ? v.splice($, 1) : v.push(f.uid), s("update:modelValue", v);
3731
3728
  } else
3732
3729
  f.checked = y.target.checked;
3733
3730
  };
@@ -3745,7 +3742,7 @@ const vh = /* @__PURE__ */ R(vr, [["render", pr]]), br = { class: "spoke-spinner
3745
3742
  class: "hidden-visually"
3746
3743
  }, p(e.legend), 9, wr)) : b("", !0),
3747
3744
  h("ul", Sr, [
3748
- (u(!0), d(E, null, x(e.options, (v) => (u(), d("li", {
3745
+ (u(!0), d(x, null, O(e.options, (v) => (u(), d("li", {
3749
3746
  class: "menu-stack__item",
3750
3747
  key: v.uid
3751
3748
  }, [
@@ -3756,13 +3753,13 @@ const vh = /* @__PURE__ */ R(vr, [["render", pr]]), br = { class: "spoke-spinner
3756
3753
  name: o.value,
3757
3754
  value: v.uid,
3758
3755
  checked: a(v),
3759
- onChange: (k) => c(v, k)
3756
+ onChange: ($) => c(v, $)
3760
3757
  }, null, 40, $r),
3761
3758
  h("label", {
3762
3759
  for: l(v)
3763
3760
  }, [
3764
3761
  g(f.$slots, "default", { option: v }, () => [
3765
- $(p(v?.label || v?.title || v?.text), 1)
3762
+ k(p(v?.label || v?.title || v?.text), 1)
3766
3763
  ])
3767
3764
  ], 8, Cr)
3768
3765
  ])
@@ -3806,12 +3803,12 @@ const vh = /* @__PURE__ */ R(vr, [["render", pr]]), br = { class: "spoke-spinner
3806
3803
  fileName: e.file.name,
3807
3804
  fileSize: s.value
3808
3805
  }, () => [
3809
- M(N, {
3806
+ z(N, {
3810
3807
  class: "ui-icon",
3811
3808
  icon: e.icon
3812
3809
  }, null, 8, ["icon"]),
3813
3810
  h("span", Tr, [
3814
- $(p(e.file.name) + " ", 1),
3811
+ k(p(e.file.name) + " ", 1),
3815
3812
  e.noFileSize ? b("", !0) : (u(), _(bs, {
3816
3813
  key: 0,
3817
3814
  text: s.value,
@@ -3863,7 +3860,7 @@ const vh = /* @__PURE__ */ R(vr, [["render", pr]]), br = { class: "spoke-spinner
3863
3860
  for: T(o)
3864
3861
  }, [
3865
3862
  g(r.$slots, "label", {}, () => [
3866
- $(p(e.label), 1)
3863
+ k(p(e.label), 1)
3867
3864
  ])
3868
3865
  ], 10, xr),
3869
3866
  h("input", le({
@@ -3932,7 +3929,7 @@ const vh = /* @__PURE__ */ R(vr, [["render", pr]]), br = { class: "spoke-spinner
3932
3929
  for: T(t)
3933
3930
  }, [
3934
3931
  g(s.$slots, "default", {}, () => [
3935
- $(p(e.label), 1)
3932
+ k(p(e.label), 1)
3936
3933
  ])
3937
3934
  ], 10, jr),
3938
3935
  h("select", {
@@ -3944,7 +3941,7 @@ const vh = /* @__PURE__ */ R(vr, [["render", pr]]), br = { class: "spoke-spinner
3944
3941
  disabled: "",
3945
3942
  value: ""
3946
3943
  }, "Please select one", -1)),
3947
- (u(!0), d(E, null, x(e.options, (i, r) => (u(), d("option", {
3944
+ (u(!0), d(x, null, O(e.options, (i, r) => (u(), d("option", {
3948
3945
  key: r,
3949
3946
  value: i.value
3950
3947
  }, p(i.text), 9, zr))), 128))
@@ -3979,7 +3976,7 @@ const vh = /* @__PURE__ */ R(vr, [["render", pr]]), br = { class: "spoke-spinner
3979
3976
  for: T(t)
3980
3977
  }, [
3981
3978
  g(s.$slots, "default", {}, () => [
3982
- $(p(e.label), 1)
3979
+ k(p(e.label), 1)
3983
3980
  ])
3984
3981
  ], 10, Ur),
3985
3982
  h("input", {
@@ -4016,7 +4013,7 @@ const vh = /* @__PURE__ */ R(vr, [["render", pr]]), br = { class: "spoke-spinner
4016
4013
  }, null, 8, Fr)
4017
4014
  ]),
4018
4015
  h("button", Vr, [
4019
- M(N, { icon: "type:search" })
4016
+ z(N, { icon: "type:search" })
4020
4017
  ])
4021
4018
  ]));
4022
4019
  }
@@ -4063,7 +4060,7 @@ function Wr(e, n, t, s, o, i) {
4063
4060
  g(e.$slots, "default")
4064
4061
  ]);
4065
4062
  }
4066
- const Ch = /* @__PURE__ */ R(Dr, [["render", Wr]]), Xr = {
4063
+ const Ch = /* @__PURE__ */ E(Dr, [["render", Wr]]), Xr = {
4067
4064
  name: "UluTitleRail",
4068
4065
  components: {
4069
4066
  UluIcon: N
@@ -4131,7 +4128,7 @@ function qr(e, n, t, s, o, i) {
4131
4128
  icon: t.icon
4132
4129
  }, null, 8, ["class", "icon"])) : b("", !0),
4133
4130
  g(e.$slots, "default", {}, () => [
4134
- $(p(t.title), 1)
4131
+ k(p(t.title), 1)
4135
4132
  ])
4136
4133
  ]),
4137
4134
  _: 3
@@ -4142,7 +4139,7 @@ function qr(e, n, t, s, o, i) {
4142
4139
  ])) : b("", !0)
4143
4140
  ], 2);
4144
4141
  }
4145
- const Ah = /* @__PURE__ */ R(Xr, [["render", qr]]), Kr = {
4142
+ const Ah = /* @__PURE__ */ E(Xr, [["render", qr]]), Kr = {
4146
4143
  name: "UluBreadcrumb",
4147
4144
  components: {
4148
4145
  UluIcon: N
@@ -4187,7 +4184,7 @@ function Gr(e, n, t, s, o, i) {
4187
4184
  h("ol", {
4188
4185
  class: m(t.classes.list)
4189
4186
  }, [
4190
- (u(!0), d(E, null, x(t.items, (a, c) => (u(), d("li", {
4187
+ (u(!0), d(x, null, O(t.items, (a, c) => (u(), d("li", {
4191
4188
  key: c,
4192
4189
  class: m(t.classes.item)
4193
4190
  }, [
@@ -4196,7 +4193,7 @@ function Gr(e, n, t, s, o, i) {
4196
4193
  class: m(a.current)
4197
4194
  }, [
4198
4195
  g(e.$slots, "default", { item: a }, () => [
4199
- $(p(a.title), 1)
4196
+ k(p(a.title), 1)
4200
4197
  ])
4201
4198
  ], 2)) : (u(), _(r, {
4202
4199
  key: 0,
@@ -4206,13 +4203,13 @@ function Gr(e, n, t, s, o, i) {
4206
4203
  }, {
4207
4204
  default: S(() => [
4208
4205
  g(e.$slots, "default", { item: a }, () => [
4209
- $(p(a.title), 1)
4206
+ k(p(a.title), 1)
4210
4207
  ])
4211
4208
  ]),
4212
4209
  _: 2
4213
4210
  }, 1032, ["to", "class", "aria-current"])),
4214
4211
  c < t.items.length - 1 ? g(e.$slots, "separator", { key: 2 }, () => [
4215
- M(l, {
4212
+ z(l, {
4216
4213
  class: m(t.classes.separator),
4217
4214
  icon: t.separatorIcon || "type:pathSeparator"
4218
4215
  }, null, 8, ["class", "icon"])
@@ -4221,7 +4218,7 @@ function Gr(e, n, t, s, o, i) {
4221
4218
  ], 2)
4222
4219
  ], 2)) : b("", !0);
4223
4220
  }
4224
- const Th = /* @__PURE__ */ R(Kr, [["render", Gr]]), Zr = {
4221
+ const Th = /* @__PURE__ */ E(Kr, [["render", Gr]]), Zr = {
4225
4222
  name: "UluNavStrip",
4226
4223
  components: {
4227
4224
  UluMenu: _s
@@ -4254,7 +4251,7 @@ function Qr(e, n, t, s, o, i) {
4254
4251
  "nav-strip--right": t.right
4255
4252
  }])
4256
4253
  }, [
4257
- M(r, {
4254
+ z(r, {
4258
4255
  items: t.items,
4259
4256
  classes: {
4260
4257
  list: "nav-strip__list",
@@ -4265,14 +4262,14 @@ function Qr(e, n, t, s, o, i) {
4265
4262
  }, null, 8, ["items"])
4266
4263
  ], 2);
4267
4264
  }
4268
- const Oh = /* @__PURE__ */ R(Zr, [["render", Qr]]), Jr = {}, el = {
4265
+ const Oh = /* @__PURE__ */ E(Zr, [["render", Qr]]), Jr = {}, el = {
4269
4266
  class: "site-skip-link hidden-visually-focusable",
4270
4267
  href: "#main-content"
4271
4268
  };
4272
4269
  function tl(e, n) {
4273
4270
  return u(), d("a", el, " Skip to main content ");
4274
4271
  }
4275
- const xh = /* @__PURE__ */ R(Jr, [["render", tl]]), nl = {
4272
+ const xh = /* @__PURE__ */ E(Jr, [["render", tl]]), nl = {
4276
4273
  name: "UluCondText",
4277
4274
  props: {
4278
4275
  /**
@@ -4291,21 +4288,21 @@ const xh = /* @__PURE__ */ R(Jr, [["render", tl]]), nl = {
4291
4288
  function sl(e, n, t, s, o, i) {
4292
4289
  return t.text != null ? (u(), _(V(t.element), { key: 0 }, {
4293
4290
  default: S(() => [
4294
- $(p(t.text), 1)
4291
+ k(p(t.text), 1)
4295
4292
  ]),
4296
4293
  _: 1
4297
4294
  })) : b("", !0);
4298
4295
  }
4299
- const Eh = /* @__PURE__ */ R(nl, [["render", sl]]), ol = {}, il = { style: { display: "none" } };
4296
+ const Eh = /* @__PURE__ */ E(nl, [["render", sl]]), ol = {}, il = { style: { display: "none" } };
4300
4297
  function rl(e, n) {
4301
4298
  return u(), d("span", il);
4302
4299
  }
4303
- const Rh = /* @__PURE__ */ R(ol, [["render", rl]]), ll = {};
4300
+ const Rh = /* @__PURE__ */ E(ol, [["render", rl]]), ll = {};
4304
4301
  function al(e, n) {
4305
4302
  const t = D("router-view");
4306
4303
  return u(), _(t);
4307
4304
  }
4308
- const jh = /* @__PURE__ */ R(ll, [["render", al]]);
4305
+ const jh = /* @__PURE__ */ E(ll, [["render", al]]);
4309
4306
  function ut(e = 0, n = 100) {
4310
4307
  return e = Math.ceil(e), n = Math.floor(n), Math.floor(Math.random() * (n - e) + e);
4311
4308
  }
@@ -4356,7 +4353,7 @@ function dl(e, n, t, s, o, i) {
4356
4353
  alt: t.alt
4357
4354
  }, null, 8, ul);
4358
4355
  }
4359
- const Ih = /* @__PURE__ */ R(cl, [["render", dl]]), fl = {
4356
+ const Ih = /* @__PURE__ */ E(cl, [["render", dl]]), fl = {
4360
4357
  name: "PlaceholderText",
4361
4358
  props: {
4362
4359
  amount: {
@@ -4370,14 +4367,14 @@ const Ih = /* @__PURE__ */ R(cl, [["render", dl]]), fl = {
4370
4367
  }
4371
4368
  };
4372
4369
  function hl(e, n, t, s, o, i) {
4373
- return u(!0), d(E, null, x(parseInt(t.amount), (r) => (u(), _(V(t.element), { key: r }, {
4370
+ return u(!0), d(x, null, O(parseInt(t.amount), (r) => (u(), _(V(t.element), { key: r }, {
4374
4371
  default: S(() => [...n[0] || (n[0] = [
4375
- $(" Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed semper erat tincidunt tellus vestibulum dictum. Fusce vel augue commodo, egestas diam sed, accumsan leo. Maecenas congue nec nisl et ullamcorper. Maecenas tincidunt, tortor et viverra eleifend, enim leo vestibulum ipsum, quis placerat mi nisi nec ex. Vivamus a justo volutpat, scelerisque elit eget, lacinia ex. Phasellus dapibus sollicitudin tortor, vitae suscipit nunc condimentum ut. Cras suscipit feugiat nibh nec consectetur. Phasellus vitae quam blandit, cursus metus ut, placerat mi. Sed tempor lacus non est interdum imperdiet nec quis metus. Praesent vel eleifend diam. Donec tincidunt eget purus sed posuere. ", -1)
4372
+ k(" Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed semper erat tincidunt tellus vestibulum dictum. Fusce vel augue commodo, egestas diam sed, accumsan leo. Maecenas congue nec nisl et ullamcorper. Maecenas tincidunt, tortor et viverra eleifend, enim leo vestibulum ipsum, quis placerat mi nisi nec ex. Vivamus a justo volutpat, scelerisque elit eget, lacinia ex. Phasellus dapibus sollicitudin tortor, vitae suscipit nunc condimentum ut. Cras suscipit feugiat nibh nec consectetur. Phasellus vitae quam blandit, cursus metus ut, placerat mi. Sed tempor lacus non est interdum imperdiet nec quis metus. Praesent vel eleifend diam. Donec tincidunt eget purus sed posuere. ", -1)
4376
4373
  ])]),
4377
4374
  _: 2
4378
4375
  }, 1024))), 128);
4379
4376
  }
4380
- const zh = /* @__PURE__ */ R(fl, [["render", hl]]), ml = {
4377
+ const zh = /* @__PURE__ */ E(fl, [["render", hl]]), ml = {
4381
4378
  name: "RouteAnnouncer",
4382
4379
  props: {
4383
4380
  /**
@@ -4430,7 +4427,7 @@ function gl(e, n, t, s, o, i) {
4430
4427
  ref: "el"
4431
4428
  }, p(i.title), 513)) : b("", !0);
4432
4429
  }
4433
- const Mh = /* @__PURE__ */ R(ml, [["render", gl]]), vl = {
4430
+ const Mh = /* @__PURE__ */ E(ml, [["render", gl]]), vl = {
4434
4431
  name: "AnimateNumber",
4435
4432
  props: {
4436
4433
  /**
@@ -4458,11 +4455,11 @@ const Mh = /* @__PURE__ */ R(ml, [["render", gl]]), vl = {
4458
4455
  function yl(e, n, t, s, o, i) {
4459
4456
  return u(), d("span", null, [
4460
4457
  g(e.$slots, "default", { currentValue: o.currentValue }, () => [
4461
- $(p(o.currentValue), 1)
4458
+ k(p(o.currentValue), 1)
4462
4459
  ])
4463
4460
  ]);
4464
4461
  }
4465
- const Uh = /* @__PURE__ */ R(vl, [["render", yl]]), pl = {
4462
+ const Uh = /* @__PURE__ */ E(vl, [["render", yl]]), pl = {
4466
4463
  key: 0,
4467
4464
  class: "progress-bar__header"
4468
4465
  }, bl = {
@@ -4581,7 +4578,7 @@ const Uh = /* @__PURE__ */ R(vl, [["render", yl]]), pl = {
4581
4578
  }, {
4582
4579
  default: S(() => [
4583
4580
  g(r.$slots, "label", {}, () => [
4584
- $(p(e.label), 1)
4581
+ k(p(e.label), 1)
4585
4582
  ])
4586
4583
  ]),
4587
4584
  _: 3
@@ -4589,7 +4586,7 @@ const Uh = /* @__PURE__ */ R(vl, [["render", yl]]), pl = {
4589
4586
  e.amountInHeader ? (u(), d("div", bl, [
4590
4587
  l[0] || (l[0] = h("strong", { class: "hidden-visually" }, "Amount:", -1)),
4591
4588
  g(r.$slots, "valueAmount", { value: e.amount }, () => [
4592
- $(p(e.formatValue(e.amount, "amount")), 1)
4589
+ k(p(e.formatValue(e.amount, "amount")), 1)
4593
4590
  ])
4594
4591
  ])) : b("", !0),
4595
4592
  r.$slots.icon ? (u(), d("div", _l, [
@@ -4611,19 +4608,19 @@ const Uh = /* @__PURE__ */ R(vl, [["render", yl]]), pl = {
4611
4608
  h("div", kl, [
4612
4609
  l[1] || (l[1] = h("strong", { class: "hidden-visually" }, "Amount:", -1)),
4613
4610
  g(r.$slots, "valueAmount", { value: e.amount }, () => [
4614
- $(p(e.formatValue(e.amount, "amount")), 1)
4611
+ k(p(e.formatValue(e.amount, "amount")), 1)
4615
4612
  ])
4616
4613
  ]),
4617
4614
  e.deficit > 0 ? (u(), d("div", $l, [
4618
4615
  l[2] || (l[2] = h("strong", { class: "hidden-visually" }, "Deficit: ", -1)),
4619
4616
  g(r.$slots, "valueDeficit", { value: e.deficit }, () => [
4620
- $("-" + p(e.formatValue(e.deficit, "deficit")), 1)
4617
+ k("-" + p(e.formatValue(e.deficit, "deficit")), 1)
4621
4618
  ])
4622
4619
  ])) : b("", !0),
4623
4620
  h("div", Cl, [
4624
4621
  l[3] || (l[3] = h("strong", { class: "hidden-visually" }, "Total:", -1)),
4625
4622
  g(r.$slots, "valueTotal", { value: e.total }, () => [
4626
- $(p(e.formatValue(e.total, "total")), 1)
4623
+ k(p(e.formatValue(e.total, "total")), 1)
4627
4624
  ])
4628
4625
  ])
4629
4626
  ])) : b("", !0)
@@ -4712,7 +4709,7 @@ const Uh = /* @__PURE__ */ R(vl, [["render", yl]]), pl = {
4712
4709
  }
4713
4710
  },
4714
4711
  setup(e) {
4715
- const n = e, t = I(null), s = (a) => a === 100 ? 101 : a, o = (a = 0) => {
4712
+ const n = e, t = R(null), s = (a) => a === 100 ? 101 : a, o = (a = 0) => {
4716
4713
  if (!t.value || !t.value.animate) return;
4717
4714
  const c = { strokeDasharray: [`${a} 100`, i.value] };
4718
4715
  t.value.animate(c, { duration: n.duration, easing: n.easing, fill: "forwards" });
@@ -4762,13 +4759,13 @@ const Uh = /* @__PURE__ */ R(vl, [["render", yl]]), pl = {
4762
4759
  ])),
4763
4760
  !r.value && !e.noValue ? (u(), d("strong", xl, [
4764
4761
  g(a.$slots, "value", { value: e.percentage }, () => [
4765
- $(p(e.formatValue(e.percentage)), 1)
4762
+ k(p(e.formatValue(e.percentage)), 1)
4766
4763
  ])
4767
4764
  ])) : b("", !0)
4768
4765
  ]),
4769
4766
  r.value && !e.noValue ? (u(), d("strong", El, [
4770
4767
  g(a.$slots, "value", { value: e.percentage }, () => [
4771
- $(p(e.formatValue(e.percentage)), 1)
4768
+ k(p(e.formatValue(e.percentage)), 1)
4772
4769
  ])
4773
4770
  ])) : b("", !0)
4774
4771
  ], 2));
@@ -4822,8 +4819,8 @@ function jl(e, n) {
4822
4819
  });
4823
4820
  }
4824
4821
  function Lh(e, n = {}) {
4825
- const t = (C, z) => {
4826
- const P = C[z];
4822
+ const t = (C, I) => {
4823
+ const P = C[I];
4827
4824
  return P === null || typeof P > "u" ? [] : Array.isArray(P) ? P : [P];
4828
4825
  }, {
4829
4826
  initialFacets: s,
@@ -4837,41 +4834,41 @@ function Lh(e, n = {}) {
4837
4834
  getSortValue: y = (C) => C.title || C.label || "",
4838
4835
  countMode: v = "none"
4839
4836
  // 'none', 'simple', 'intuitive'
4840
- } = n, k = (C) => C.sort((z, P) => {
4841
- const U = y(z), F = y(P);
4842
- return U && F ? String(U).localeCompare(String(F)) : U ? -1 : F ? 1 : 0;
4843
- }), j = {
4844
- az: { text: "A-Z", sort: k },
4845
- za: { text: "Z-A", sort: (C) => k(C).reverse() }
4837
+ } = n, $ = (C) => C.sort((I, P) => {
4838
+ const M = y(I), F = y(P);
4839
+ return M && F ? String(M).localeCompare(String(F)) : M ? -1 : F ? 1 : 0;
4840
+ }), A = {
4841
+ az: { text: "A-Z", sort: $ },
4842
+ za: { text: "Z-A", sort: (C) => $(C).reverse() }
4846
4843
  };
4847
- function A(C) {
4848
- return (C || []).map((z) => ({
4849
- ...z,
4850
- open: z.open || !1,
4851
- children: z.children.map((P) => ({
4844
+ function B(C) {
4845
+ return (C || []).map((I) => ({
4846
+ ...I,
4847
+ open: I.open || !1,
4848
+ children: I.children.map((P) => ({
4852
4849
  ...P,
4853
4850
  selected: P.selected || !1
4854
4851
  })),
4855
4852
  selectedCount: 0
4856
4853
  }));
4857
4854
  }
4858
- const O = I([]), ue = I(i), Qe = I(r), Je = w(() => !o || !e.value?.length ? null : jl(e.value, o)), ge = w(() => ({
4859
- ...l ? {} : j,
4855
+ const j = R([]), ue = R(i), Qe = R(r), Je = w(() => !o || !e.value?.length ? null : jl(e.value, o)), ge = w(() => ({
4856
+ ...l ? {} : A,
4860
4857
  ...a
4861
4858
  })), se = w(() => {
4862
- const C = /* @__PURE__ */ new Map(), z = Q.value;
4863
- if (!z || !o) return C;
4864
- const P = new Map(o.map((U) => {
4865
- const F = U.getValue || ((W) => W[U.uid]);
4866
- return [U.uid, F];
4859
+ const C = /* @__PURE__ */ new Map(), I = Q.value;
4860
+ if (!I || !o) return C;
4861
+ const P = new Map(o.map((M) => {
4862
+ const F = M.getValue || ((W) => W[M.uid]);
4863
+ return [M.uid, F];
4867
4864
  }));
4868
- for (let U = 0; U < z.length; U++) {
4869
- const F = z[U];
4865
+ for (let M = 0; M < I.length; M++) {
4866
+ const F = I[M];
4870
4867
  for (const W of o) {
4871
4868
  const Y = P.get(W.uid)(F), G = Array.isArray(Y) ? Y : Y ? [Y] : [];
4872
4869
  for (const et of G) {
4873
4870
  const Ue = `${W.uid}:${et}`;
4874
- C.has(Ue) || C.set(Ue, /* @__PURE__ */ new Set()), C.get(Ue).add(U);
4871
+ C.has(Ue) || C.set(Ue, /* @__PURE__ */ new Set()), C.get(Ue).add(M);
4875
4872
  }
4876
4873
  }
4877
4874
  }
@@ -4880,11 +4877,11 @@ function Lh(e, n = {}) {
4880
4877
  shouldSort: !0,
4881
4878
  keys: ["title", "label", "description", "author"],
4882
4879
  ...c
4883
- })), Q = w(() => ue.value?.length ? new uo(e.value, Ct.value).search(ue.value).map((z) => z.item) : e.value), de = w(() => {
4880
+ })), Q = w(() => ue.value?.length ? new uo(e.value, Ct.value).search(ue.value).map((I) => I.item) : e.value), de = w(() => {
4884
4881
  const C = [];
4885
- return O.value.forEach((z) => {
4886
- const P = z.children.filter((U) => U.selected);
4887
- P.length > 0 && C.push({ ...z, children: P });
4882
+ return j.value.forEach((I) => {
4883
+ const P = I.children.filter((M) => M.selected);
4884
+ P.length > 0 && C.push({ ...I, children: P });
4888
4885
  }), C;
4889
4886
  }), X = w(() => {
4890
4887
  if (!de.value.length)
@@ -4892,39 +4889,39 @@ function Lh(e, n = {}) {
4892
4889
  const C = se.value;
4893
4890
  if (C.size === 0 && Q.value.length > 0 && o?.length > 0)
4894
4891
  return [];
4895
- const z = new Set(Q.value.map((F, W) => W)), P = Rt(de.value, C, z), U = [];
4892
+ const I = new Set(Q.value.map((F, W) => W)), P = Rt(de.value, C, I), M = [];
4896
4893
  for (const F of P)
4897
- U.push(Q.value[F]);
4898
- return U;
4894
+ M.push(Q.value[F]);
4895
+ return M;
4899
4896
  }), fe = w(() => {
4900
4897
  const C = ge.value[Qe.value]?.sort;
4901
4898
  return typeof C != "function" ? X.value : C([...X.value]);
4902
4899
  });
4903
4900
  function ke() {
4904
- O.value.forEach((C) => {
4905
- C.children && C.children.forEach((z) => z.selected = !1), C.selectedCount = 0;
4901
+ j.value.forEach((C) => {
4902
+ C.children && C.children.forEach((I) => I.selected = !1), C.selectedCount = 0;
4906
4903
  });
4907
4904
  }
4908
- function hn({ groupUid: C, facetUid: z, selected: P }) {
4909
- const U = O.value.find((F) => F.uid === C);
4910
- if (U) {
4911
- !U.multiple && P && U.children.forEach((W) => {
4912
- W.uid !== z && (W.selected = !1);
4905
+ function hn({ groupUid: C, facetUid: I, selected: P }) {
4906
+ const M = j.value.find((F) => F.uid === C);
4907
+ if (M) {
4908
+ !M.multiple && P && M.children.forEach((W) => {
4909
+ W.uid !== I && (W.selected = !1);
4913
4910
  });
4914
- const F = U.children.find((W) => W.uid === z);
4915
- F && (F.selected = P), U.selectedCount = U.children.filter((W) => W.selected).length;
4911
+ const F = M.children.find((W) => W.uid === I);
4912
+ F && (F.selected = P), M.selectedCount = M.children.filter((W) => W.selected).length;
4916
4913
  }
4917
4914
  }
4918
4915
  return De(Je, (C) => {
4919
- const z = A(s || C);
4920
- z.forEach((P) => {
4921
- P.selectedCount = P.children.filter((U) => U.selected).length;
4922
- }), O.value = z;
4923
- }, { immediate: !0 }), De([de, Q], ([C, z], [P, U]) => {
4924
- if (!(v === "none" || !O.value.length) && !(C === P && z === U)) {
4916
+ const I = B(s || C);
4917
+ I.forEach((P) => {
4918
+ P.selectedCount = P.children.filter((M) => M.selected).length;
4919
+ }), j.value = I;
4920
+ }, { immediate: !0 }), De([de, Q], ([C, I], [P, M]) => {
4921
+ if (!(v === "none" || !j.value.length) && !(C === P && I === M)) {
4925
4922
  if (v === "simple")
4926
- O.value.forEach((F) => {
4927
- const W = C.filter((Y) => Y.uid !== F.uid), Me = getFilteredItems(z, W);
4923
+ j.value.forEach((F) => {
4924
+ const W = C.filter((Y) => Y.uid !== F.uid), Me = getFilteredItems(I, W);
4928
4925
  F.children.forEach((Y) => {
4929
4926
  Y.count = Me.filter((G) => f(G, F.uid).includes(Y.uid)).length;
4930
4927
  });
@@ -4934,7 +4931,7 @@ function Lh(e, n = {}) {
4934
4931
  if (F.size === 0 && Q.value.length > 0 && o?.length > 0)
4935
4932
  return;
4936
4933
  const W = new Set(Q.value.map((Y, G) => G)), Me = Rt(C, F, W);
4937
- O.value.forEach((Y) => {
4934
+ j.value.forEach((Y) => {
4938
4935
  Y.children.forEach((G) => {
4939
4936
  const et = `${Y.uid}:${G.uid}`, Ue = F.get(et) || /* @__PURE__ */ new Set();
4940
4937
  if (G.selected)
@@ -4957,7 +4954,7 @@ function Lh(e, n = {}) {
4957
4954
  }
4958
4955
  }
4959
4956
  }, { deep: !0, immediate: !0 }), {
4960
- facets: O,
4957
+ facets: j,
4961
4958
  searchValue: ue,
4962
4959
  selectedSort: Qe,
4963
4960
  sortTypes: ge,
@@ -5009,14 +5006,14 @@ const Il = {
5009
5006
  a[0] || (a[0] = h("strong", { class: "ulu-facets-active-filters__label" }, "Active Filters:", -1))
5010
5007
  ]),
5011
5008
  h("div", zl, [
5012
- (u(!0), d(E, null, x(o.value, (c) => (u(), _($s, {
5009
+ (u(!0), d(x, null, O(o.value, (c) => (u(), _($s, {
5013
5010
  key: `${c.groupUid}-${c.uid}`,
5014
5011
  class: "button--sm",
5015
5012
  onClick: (f) => i(c)
5016
5013
  }, {
5017
5014
  default: S(() => [
5018
- $(p(c.label) + " ", 1),
5019
- M(N, { icon: "type:close" })
5015
+ k(p(c.label) + " ", 1),
5016
+ z(N, { icon: "type:close" })
5020
5017
  ]),
5021
5018
  _: 2
5022
5019
  }, 1032, ["onClick"]))), 128))
@@ -5076,13 +5073,13 @@ const Il = {
5076
5073
  "onUpdate:modelValue": i
5077
5074
  }, {
5078
5075
  default: S(({ option: a }) => [
5079
- $(p(a.label) + " ", 1),
5076
+ k(p(a.label) + " ", 1),
5080
5077
  a.count !== void 0 ? (u(), d("span", Ml, "(" + p(a.count) + ")", 1)) : b("", !0)
5081
5078
  ]),
5082
5079
  _: 1
5083
5080
  }, 8, ["legend", "type", "options", "compact", "model-value"]));
5084
5081
  }
5085
- }, Ul = { class: "UluFacetsFilters" }, Vh = {
5082
+ }, Ul = { class: "ulu-facets__filter-lists" }, Vh = {
5086
5083
  __name: "UluFacetsFilterLists",
5087
5084
  props: {
5088
5085
  /**
@@ -5115,8 +5112,7 @@ const Il = {
5115
5112
  setup(e, { emit: n }) {
5116
5113
  const t = n, s = (o) => o.multiple ? o.children.filter((i) => i.selected).map((i) => i.uid) : o.children.find((i) => i.selected)?.uid || "";
5117
5114
  return (o, i) => (u(), d("div", Ul, [
5118
- (u(!0), d(E, null, x(e.facets, (r) => (u(), _(Vt, {
5119
- class: "ulu-facets__group",
5115
+ (u(!0), d(x, null, O(e.facets, (r) => (u(), _(Vt, {
5120
5116
  key: r.uid,
5121
5117
  classes: {
5122
5118
  container: ["ulu-facets__group", e.classes.group],
@@ -5132,11 +5128,11 @@ const Il = {
5132
5128
  group: r,
5133
5129
  isOpen: l
5134
5130
  }, () => [
5135
- $(p(r.name), 1)
5131
+ k(p(r.name), 1)
5136
5132
  ])
5137
5133
  ]),
5138
5134
  default: S(() => [
5139
- M(An, {
5135
+ z(An, {
5140
5136
  children: r.children.slice(0, e.maxVisible),
5141
5137
  groupUid: r.uid,
5142
5138
  groupName: r.name,
@@ -5153,10 +5149,10 @@ const Il = {
5153
5149
  transitionHeight: !0
5154
5150
  }, {
5155
5151
  trigger: S(({ isOpen: l }) => [
5156
- $(p(l ? "View Less" : "Show More"), 1)
5152
+ k(p(l ? "View Less" : "Show More"), 1)
5157
5153
  ]),
5158
5154
  default: S(() => [
5159
- M(An, {
5155
+ z(An, {
5160
5156
  children: r.children.slice(e.maxVisible),
5161
5157
  groupUid: r.uid,
5162
5158
  groupName: r.name,
@@ -5233,11 +5229,11 @@ const Il = {
5233
5229
  return (l, a) => (u(), d("div", {
5234
5230
  class: m(e.classes.container)
5235
5231
  }, [
5236
- (u(!0), d(E, null, x(e.facets, (c) => (u(), d("div", {
5232
+ (u(!0), d(x, null, O(e.facets, (c) => (u(), d("div", {
5237
5233
  key: c.uid,
5238
5234
  class: m(e.classes.group)
5239
5235
  }, [
5240
- M(vt, {
5236
+ z(vt, {
5241
5237
  classes: {
5242
5238
  trigger: e.classes.trigger,
5243
5239
  content: e.classes.content
@@ -5249,17 +5245,17 @@ const Il = {
5249
5245
  label: i(c)
5250
5246
  }, () => [
5251
5247
  h("span", null, [
5252
- $(p(c.name) + ": ", 1),
5248
+ k(p(c.name) + ": ", 1),
5253
5249
  h("strong", null, p(i(c)), 1)
5254
5250
  ])
5255
5251
  ]),
5256
- M(N, {
5252
+ z(N, {
5257
5253
  class: m(e.classes.triggerIcon),
5258
5254
  icon: "fas fa-chevron-down"
5259
5255
  }, null, 8, ["class"])
5260
5256
  ]),
5261
5257
  default: S(({ close: f }) => [
5262
- M(Cs, {
5258
+ z(Cs, {
5263
5259
  legend: c.name,
5264
5260
  type: c.multiple ? "checkbox" : "radio",
5265
5261
  options: s(c),
@@ -5296,7 +5292,7 @@ const Il = {
5296
5292
  });
5297
5293
  }
5298
5294
  return (o, i) => (u(), d("div", Bl, [
5299
- (u(!0), d(E, null, x(e.facets, (r) => (u(), d("div", {
5295
+ (u(!0), d(x, null, O(e.facets, (r) => (u(), d("div", {
5300
5296
  class: "facets-dropdown-filters__group",
5301
5297
  key: r.uid
5302
5298
  }, [
@@ -5310,7 +5306,7 @@ const Il = {
5310
5306
  onChange: (l) => s(r, l)
5311
5307
  }, [
5312
5308
  h("option", Fl, "All " + p(r.name) + "s", 1),
5313
- (u(!0), d(E, null, x(r.children, (l) => (u(), d("option", {
5309
+ (u(!0), d(x, null, O(r.children, (l) => (u(), d("option", {
5314
5310
  key: l.uid,
5315
5311
  value: l.uid,
5316
5312
  selected: l.selected
@@ -5363,7 +5359,7 @@ const Il = {
5363
5359
  class: m(["facets-results__list", e.classes.list])
5364
5360
  }, {
5365
5361
  default: S(() => [
5366
- (u(!0), d(E, null, x(e.items, (s, o) => (u(), d("li", {
5362
+ (u(!0), d(x, null, O(e.items, (s, o) => (u(), d("li", {
5367
5363
  class: m(["facets-results__item", e.classes.item]),
5368
5364
  key: s.id || o
5369
5365
  }, [
@@ -5444,7 +5440,7 @@ const Il = {
5444
5440
  }
5445
5441
  },
5446
5442
  setup(e) {
5447
- const n = I(!1), t = ft("uluIsMobile"), s = I(null), o = I(null), i = w(() => t.value ? o.value : s.value);
5443
+ const n = R(!1), t = ft("uluIsMobile"), s = R(null), o = R(null), i = w(() => t.value ? o.value : s.value);
5448
5444
  return (r, l) => (u(), d("div", {
5449
5445
  class: m(["facets-sidebar", { "facets-sidebar--filters-hidden": T(t) }])
5450
5446
  }, [
@@ -5515,7 +5511,7 @@ const Il = {
5515
5511
  emits: ["update:modelValue"],
5516
5512
  setup(e, { emit: n }) {
5517
5513
  let t = 0;
5518
- const s = n, o = I(`ulu-facet-sort-${++t}`);
5514
+ const s = n, o = R(`ulu-facet-sort-${++t}`);
5519
5515
  return (i, r) => (u(), d("div", {
5520
5516
  class: m(["facets-sort", e.classes.sortForm])
5521
5517
  }, [
@@ -5524,7 +5520,7 @@ const Il = {
5524
5520
  class: m(e.classes.sortFormLabel)
5525
5521
  }, [
5526
5522
  g(i.$slots, "default", {}, () => [
5527
- r[1] || (r[1] = $("Sort:", -1))
5523
+ r[1] || (r[1] = k("Sort:", -1))
5528
5524
  ])
5529
5525
  ], 10, Jl),
5530
5526
  h("select", {
@@ -5533,7 +5529,7 @@ const Il = {
5533
5529
  id: o.value,
5534
5530
  class: m(e.classes.sortFormSelect)
5535
5531
  }, [
5536
- (u(!0), d(E, null, x(e.sortTypes, (l, a) => (u(), d("option", {
5532
+ (u(!0), d(x, null, O(e.sortTypes, (l, a) => (u(), d("option", {
5537
5533
  value: a,
5538
5534
  key: a
5539
5535
  }, p(l.text), 9, ta))), 128))
@@ -5605,9 +5601,9 @@ const Il = {
5605
5601
  let o = 0;
5606
5602
  const i = (r) => {
5607
5603
  r.forEach(({ target: l, isIntersecting: a }) => {
5608
- const c = this.getSectionIndex(l), f = l.offsetTop, y = n[c], v = c === 0 && o > f, k = c === n.length - 1 && o < f;
5604
+ const c = this.getSectionIndex(l), f = l.offsetTop, y = n[c], v = c === 0 && o > f, $ = c === n.length - 1 && o < f;
5609
5605
  y && this.$nextTick(() => {
5610
- a ? (t(y), y.active = !0) : (v && !s || k && y.active) && t(), this.$emit("section-change", {
5606
+ a ? (t(y), y.active = !0) : (v && !s || $ && y.active) && t(), this.$emit("section-change", {
5611
5607
  section: y,
5612
5608
  sections: n,
5613
5609
  active: a
@@ -5651,7 +5647,7 @@ function oa(e, n, t, s, o, i) {
5651
5647
  g(e.$slots, "default")
5652
5648
  ]);
5653
5649
  }
5654
- const Kh = /* @__PURE__ */ R(na, [["render", oa]]), ia = {
5650
+ const Kh = /* @__PURE__ */ E(na, [["render", oa]]), ia = {
5655
5651
  name: "ScrollAnchorsNav",
5656
5652
  inject: {
5657
5653
  sections: { from: wt }
@@ -5670,7 +5666,7 @@ function la(e, n, t, s, o, i) {
5670
5666
  }, {
5671
5667
  default: S(() => [
5672
5668
  h("ul", null, [
5673
- (u(!0), d(E, null, x(i.sections, (r, l) => (u(), d("li", {
5669
+ (u(!0), d(x, null, O(i.sections, (r, l) => (u(), d("li", {
5674
5670
  key: l,
5675
5671
  class: m({ "is-active": r.active })
5676
5672
  }, [
@@ -5684,7 +5680,7 @@ function la(e, n, t, s, o, i) {
5684
5680
  _: 1
5685
5681
  })) : b("", !0);
5686
5682
  }
5687
- const Gh = /* @__PURE__ */ R(ia, [["render", la]]);
5683
+ const Gh = /* @__PURE__ */ E(ia, [["render", la]]);
5688
5684
  function Os(e) {
5689
5685
  requestAnimationFrame(() => {
5690
5686
  const n = new MessageChannel();
@@ -5747,7 +5743,7 @@ function da(e, n, t, s, o, i) {
5747
5743
  }, {
5748
5744
  default: S(() => [
5749
5745
  h("ul", ca, [
5750
- (u(!0), d(E, null, x(i.sections, (r, l) => (u(), d("li", {
5746
+ (u(!0), d(x, null, O(i.sections, (r, l) => (u(), d("li", {
5751
5747
  key: l,
5752
5748
  class: m({ "is-active": r.active })
5753
5749
  }, [
@@ -5774,7 +5770,7 @@ function da(e, n, t, s, o, i) {
5774
5770
  _: 1
5775
5771
  })) : b("", !0);
5776
5772
  }
5777
- const Zh = /* @__PURE__ */ R(aa, [["render", da]]), fa = {
5773
+ const Zh = /* @__PURE__ */ E(aa, [["render", da]]), fa = {
5778
5774
  name: "ScrollAnchorsSection",
5779
5775
  props: {
5780
5776
  title: String,
@@ -5829,14 +5825,14 @@ function ha(e, n, t, s, o, i) {
5829
5825
  id: o.titleId
5830
5826
  }, {
5831
5827
  default: S(() => [
5832
- $(p(t.title), 1)
5828
+ k(p(t.title), 1)
5833
5829
  ]),
5834
5830
  _: 1
5835
5831
  }, 8, ["class", "id"])),
5836
5832
  g(e.$slots, "default", { section: i.section })
5837
5833
  ], 2);
5838
5834
  }
5839
- const Qh = /* @__PURE__ */ R(fa, [["render", ha]]), ma = {
5835
+ const Qh = /* @__PURE__ */ E(fa, [["render", ha]]), ma = {
5840
5836
  __name: "UluSkeletonText",
5841
5837
  props: {
5842
5838
  /**
@@ -5910,8 +5906,8 @@ const tm = {
5910
5906
  return l.map((c) => ({ width: c, alt: Math.random() < 0.5 }));
5911
5907
  }));
5912
5908
  return (s, o) => (u(), d("div", null, [
5913
- (u(!0), d(E, null, x(t.value, (i, r) => (u(), d("div", { key: r }, [
5914
- (u(!0), d(E, null, x(i, (l) => (u(), d("span", {
5909
+ (u(!0), d(x, null, O(t.value, (i, r) => (u(), d("div", { key: r }, [
5910
+ (u(!0), d(x, null, O(i, (l) => (u(), d("span", {
5915
5911
  key: l,
5916
5912
  class: m(["skeleton skeleton--text skeleton--inline", { "skeleton--background-alt": l.alt }]),
5917
5913
  style: H({ width: `${l.width}%` })
@@ -5923,7 +5919,7 @@ const tm = {
5923
5919
  __name: "UluSkeletonMedia",
5924
5920
  setup(e) {
5925
5921
  return (n, t) => (u(), d("div", va, [
5926
- M(N, { icon: "type:image" })
5922
+ z(N, { icon: "type:image" })
5927
5923
  ]));
5928
5924
  }
5929
5925
  }, ya = {
@@ -6141,7 +6137,7 @@ function Ra(e, n, t, s, o, i) {
6141
6137
  h("div", ba, [
6142
6138
  h("div", _a, [
6143
6139
  h("ul", wa, [
6144
- (u(!0), d(E, null, x(o.slides, (l, a) => (u(), d("li", {
6140
+ (u(!0), d(x, null, O(o.slides, (l, a) => (u(), d("li", {
6145
6141
  class: m(["slideshow__slide", { "is-active": l.active }]),
6146
6142
  key: a,
6147
6143
  tabindex: t.slideFocusable ? "0" : "-1",
@@ -6165,7 +6161,7 @@ function Ra(e, n, t, s, o, i) {
6165
6161
  onClick: n[0] || (n[0] = (...l) => i.previous && i.previous(...l)),
6166
6162
  disabled: !i.canScrollLeft
6167
6163
  }, [
6168
- M(r, {
6164
+ z(r, {
6169
6165
  class: "slideshow__control-icon",
6170
6166
  icon: "type:previous"
6171
6167
  })
@@ -6178,7 +6174,7 @@ function Ra(e, n, t, s, o, i) {
6178
6174
  onClick: n[1] || (n[1] = (...l) => i.next && i.next(...l)),
6179
6175
  disabled: !i.canScrollRight
6180
6176
  }, [
6181
- M(r, {
6177
+ z(r, {
6182
6178
  class: "slideshow__control-icon",
6183
6179
  icon: "type:next"
6184
6180
  })
@@ -6187,7 +6183,7 @@ function Ra(e, n, t, s, o, i) {
6187
6183
  ])
6188
6184
  ], 512),
6189
6185
  t.noNav ? b("", !0) : (u(), d("ul", Oa, [
6190
- (u(!0), d(E, null, x(o.slides, (l, a) => (u(), d("li", {
6186
+ (u(!0), d(x, null, O(o.slides, (l, a) => (u(), d("li", {
6191
6187
  class: m(["slideshow__nav-item", { "is-active": l.active }]),
6192
6188
  ref_for: !0,
6193
6189
  ref: (c) => {
@@ -6211,7 +6207,7 @@ function Ra(e, n, t, s, o, i) {
6211
6207
  ], 512))
6212
6208
  ]);
6213
6209
  }
6214
- const ja = /* @__PURE__ */ R(ya, [["render", Ra]]), Ia = {
6210
+ const ja = /* @__PURE__ */ E(ya, [["render", Ra]]), Ia = {
6215
6211
  name: "ImageSlideShow",
6216
6212
  components: {
6217
6213
  UluSlideShow: ja
@@ -6262,7 +6258,7 @@ function Ba(e, n, t, s, o, i) {
6262
6258
  iconBefore: ""
6263
6259
  }, {
6264
6260
  default: S(() => [...n[0] || (n[0] = [
6265
- $(" Select ", -1)
6261
+ k(" Select ", -1)
6266
6262
  ])]),
6267
6263
  _: 1
6268
6264
  })) : b("", !0)
@@ -6277,7 +6273,7 @@ function Ba(e, n, t, s, o, i) {
6277
6273
  _: 1
6278
6274
  }, 8, ["items", "onSlideChange"]);
6279
6275
  }
6280
- const sm = /* @__PURE__ */ R(Ia, [["render", Ba]]), Pa = {
6276
+ const sm = /* @__PURE__ */ E(Ia, [["render", Ba]]), Pa = {
6281
6277
  name: "SlideShowSlide",
6282
6278
  props: {
6283
6279
  /**
@@ -6297,7 +6293,7 @@ function La(e, n, t, s, o, i) {
6297
6293
  g(e.$slots, "default")
6298
6294
  ], 2);
6299
6295
  }
6300
- const om = /* @__PURE__ */ R(Pa, [["render", La]]), Fa = {
6296
+ const om = /* @__PURE__ */ E(Pa, [["render", La]]), Fa = {
6301
6297
  name: "UluTableStickyRows",
6302
6298
  props: {
6303
6299
  rows: Array,
@@ -6316,7 +6312,7 @@ const om = /* @__PURE__ */ R(Pa, [["render", La]]), Fa = {
6316
6312
  }
6317
6313
  }, Va = ["id"], Ha = ["innerHTML"];
6318
6314
  function Na(e, n, t, s, o, i) {
6319
- return u(!0), d(E, null, x(t.rows, (r, l) => (u(), d("tr", {
6315
+ return u(!0), d(x, null, O(t.rows, (r, l) => (u(), d("tr", {
6320
6316
  key: `br-${l}`,
6321
6317
  id: t.optionalAttr(t.isActual && r.id),
6322
6318
  class: m(t.resolveClasses(t.classes.row, { row: r.data, rowIndex: l, isActual: t.isActual, foot: t.foot })),
@@ -6324,7 +6320,7 @@ function Na(e, n, t, s, o, i) {
6324
6320
  height: r.height
6325
6321
  })
6326
6322
  }, [
6327
- (u(!0), d(E, null, x(t.rowColumns, (a, c) => (u(), _(V(a.rowHeader ? "th" : "td"), {
6323
+ (u(!0), d(x, null, O(t.rowColumns, (a, c) => (u(), _(V(a.rowHeader ? "th" : "td"), {
6328
6324
  id: t.optionalAttr(t.isActual && a.rowHeader && a.getRowHeaderId(l)),
6329
6325
  scope: t.optionalAttr(t.isActual && a.rowHeader && "row"),
6330
6326
  key: `bc-${c}`,
@@ -6346,15 +6342,15 @@ function Na(e, n, t, s, o, i) {
6346
6342
  }) : a.html ? (u(), d("div", {
6347
6343
  key: 1,
6348
6344
  innerHTML: t.value({ row: r, column: a, rowIndex: l, isActual: t.isActual, foot: t.foot })
6349
- }, null, 8, Ha)) : (u(), d(E, { key: 2 }, [
6350
- $(p(t.value({ row: r, column: a, rowIndex: l, isActual: t.isActual, foot: t.foot })), 1)
6345
+ }, null, 8, Ha)) : (u(), d(x, { key: 2 }, [
6346
+ k(p(t.value({ row: r, column: a, rowIndex: l, isActual: t.isActual, foot: t.foot })), 1)
6351
6347
  ], 64))
6352
6348
  ]),
6353
6349
  _: 2
6354
6350
  }, 1032, ["id", "scope", "headers", "class", "style"]))), 128))
6355
6351
  ], 14, Va))), 128);
6356
6352
  }
6357
- const Da = /* @__PURE__ */ R(Fa, [["render", Na]]), Wa = {
6353
+ const Da = /* @__PURE__ */ E(Fa, [["render", Na]]), Wa = {
6358
6354
  name: "UluTableStickyTable",
6359
6355
  components: {
6360
6356
  UluTableStickyRows: Da
@@ -6452,7 +6448,7 @@ function nc(e, n, t, s, o, i) {
6452
6448
  }, [
6453
6449
  t.caption ? (u(), d("caption", Ya, p(t.caption), 1)) : b("", !0),
6454
6450
  h("thead", null, [
6455
- (u(!0), d(E, null, x(t.headerRows, (l, a) => (u(), d("tr", {
6451
+ (u(!0), d(x, null, O(t.headerRows, (l, a) => (u(), d("tr", {
6456
6452
  key: `hr-${a}`,
6457
6453
  id: i.optionalAttr(t.isActual && l.id),
6458
6454
  class: m(t.resolveClasses(t.classes.rowHeader, { row: l, rowIndex: a, isActual: t.isActual })),
@@ -6460,7 +6456,7 @@ function nc(e, n, t, s, o, i) {
6460
6456
  height: l.height
6461
6457
  })
6462
6458
  }, [
6463
- (u(!0), d(E, null, x(l.columns, (c, f) => (u(), d("th", {
6459
+ (u(!0), d(x, null, O(l.columns, (c, f) => (u(), d("th", {
6464
6460
  key: `hc-${f}`,
6465
6461
  id: i.optionalAttr(t.isActual && c.id),
6466
6462
  rowspan: c.rowspan,
@@ -6502,19 +6498,19 @@ function nc(e, n, t, s, o, i) {
6502
6498
  }) : c.htmlTitle ? (u(), d("div", {
6503
6499
  key: 1,
6504
6500
  innerHTML: t.getColumnTitle({ column: c, index: f, isActual: t.isActual })
6505
- }, null, 8, Ga)) : (u(), d(E, { key: 2 }, [
6506
- $(p(t.getColumnTitle({ column: c, index: f, isActual: t.isActual })), 1)
6501
+ }, null, 8, Ga)) : (u(), d(x, { key: 2 }, [
6502
+ k(p(t.getColumnTitle({ column: c, index: f, isActual: t.isActual })), 1)
6507
6503
  ], 64)),
6508
6504
  h("span", Za, [
6509
6505
  h("span", Qa, [
6510
6506
  g(e.$slots, "sortIcon", {}, () => [
6511
- n[0] || (n[0] = $("▼", -1))
6507
+ n[0] || (n[0] = k("▼", -1))
6512
6508
  ])
6513
6509
  ])
6514
6510
  ])
6515
6511
  ]),
6516
6512
  _: 2
6517
- }, 1064, ["class", "onClick", "onFocus", "onBlur", "aria-pressed"])) : (u(), d(E, { key: 1 }, [
6513
+ }, 1064, ["class", "onClick", "onFocus", "onBlur", "aria-pressed"])) : (u(), d(x, { key: 1 }, [
6518
6514
  e.$slots[c.slotHeader] ? g(e.$slots, c.slotHeader, {
6519
6515
  key: 0,
6520
6516
  isActual: t.isActual,
@@ -6523,15 +6519,15 @@ function nc(e, n, t, s, o, i) {
6523
6519
  }) : c.htmlTitle ? (u(), d("div", {
6524
6520
  key: 1,
6525
6521
  innerHTML: t.getColumnTitle({ column: c, index: f, isActual: t.isActual })
6526
- }, null, 8, Ja)) : (u(), d(E, { key: 2 }, [
6527
- $(p(t.getColumnTitle({ column: c, index: f, isActual: t.isActual })), 1)
6522
+ }, null, 8, Ja)) : (u(), d(x, { key: 2 }, [
6523
+ k(p(t.getColumnTitle({ column: c, index: f, isActual: t.isActual })), 1)
6528
6524
  ], 64))
6529
6525
  ], 64))
6530
6526
  ], 14, Ka))), 128))
6531
6527
  ], 14, qa))), 128))
6532
6528
  ]),
6533
6529
  t.rows ? (u(), d("tbody", ec, [
6534
- M(r, {
6530
+ z(r, {
6535
6531
  rows: t.rows,
6536
6532
  rowColumns: t.rowColumns,
6537
6533
  optionalAttr: i.optionalAttr,
@@ -6542,7 +6538,7 @@ function nc(e, n, t, s, o, i) {
6542
6538
  classes: t.classes,
6543
6539
  value: i.value
6544
6540
  }, Te({ _: 2 }, [
6545
- x(e.$slots, (l, a) => ({
6541
+ O(e.$slots, (l, a) => ({
6546
6542
  name: a,
6547
6543
  fn: S((c) => [
6548
6544
  g(e.$slots, a, ee(te(c)))
@@ -6551,7 +6547,7 @@ function nc(e, n, t, s, o, i) {
6551
6547
  ]), 1032, ["rows", "rowColumns", "optionalAttr", "resolveClasses", "getCellHeaders", "isActual", "columnWidth", "classes", "value"])
6552
6548
  ])) : b("", !0),
6553
6549
  t.footerRows ? (u(), d("tfoot", tc, [
6554
- M(r, {
6550
+ z(r, {
6555
6551
  rows: t.footerRows,
6556
6552
  rowColumns: t.rowColumns,
6557
6553
  optionalAttr: i.optionalAttr,
@@ -6563,7 +6559,7 @@ function nc(e, n, t, s, o, i) {
6563
6559
  value: i.value,
6564
6560
  foot: ""
6565
6561
  }, Te({ _: 2 }, [
6566
- x(e.$slots, (l, a) => ({
6562
+ O(e.$slots, (l, a) => ({
6567
6563
  name: a,
6568
6564
  fn: S((c) => [
6569
6565
  g(e.$slots, a, ee(te(c)))
@@ -6573,7 +6569,7 @@ function nc(e, n, t, s, o, i) {
6573
6569
  ])) : b("", !0)
6574
6570
  ], 10, Xa);
6575
6571
  }
6576
- const sc = /* @__PURE__ */ R(Wa, [["render", nc]]);
6572
+ const sc = /* @__PURE__ */ E(Wa, [["render", nc]]);
6577
6573
  function oc() {
6578
6574
  this.__data__ = [], this.size = 0;
6579
6575
  }
@@ -7040,9 +7036,9 @@ var Xn = je && je.isMap, ef = Xn ? dn(Xn) : Jd, tf = "[object Set]";
7040
7036
  function nf(e) {
7041
7037
  return Ze(e) && ie(e) == tf;
7042
7038
  }
7043
- var Yn = je && je.isSet, sf = Yn ? dn(Yn) : nf, Vs = "[object Arguments]", of = "[object Array]", rf = "[object Boolean]", lf = "[object Date]", af = "[object Error]", Hs = "[object Function]", cf = "[object GeneratorFunction]", uf = "[object Map]", df = "[object Number]", Ns = "[object Object]", ff = "[object RegExp]", hf = "[object Set]", mf = "[object String]", gf = "[object Symbol]", vf = "[object WeakMap]", yf = "[object ArrayBuffer]", pf = "[object DataView]", bf = "[object Float32Array]", _f = "[object Float64Array]", wf = "[object Int8Array]", Sf = "[object Int16Array]", kf = "[object Int32Array]", $f = "[object Uint8Array]", Cf = "[object Uint8ClampedArray]", Af = "[object Uint16Array]", Tf = "[object Uint32Array]", B = {};
7044
- B[Vs] = B[of] = B[yf] = B[pf] = B[rf] = B[lf] = B[bf] = B[_f] = B[wf] = B[Sf] = B[kf] = B[uf] = B[df] = B[Ns] = B[ff] = B[hf] = B[mf] = B[gf] = B[$f] = B[Cf] = B[Af] = B[Tf] = !0;
7045
- B[af] = B[Hs] = B[vf] = !1;
7039
+ var Yn = je && je.isSet, sf = Yn ? dn(Yn) : nf, Vs = "[object Arguments]", of = "[object Array]", rf = "[object Boolean]", lf = "[object Date]", af = "[object Error]", Hs = "[object Function]", cf = "[object GeneratorFunction]", uf = "[object Map]", df = "[object Number]", Ns = "[object Object]", ff = "[object RegExp]", hf = "[object Set]", mf = "[object String]", gf = "[object Symbol]", vf = "[object WeakMap]", yf = "[object ArrayBuffer]", pf = "[object DataView]", bf = "[object Float32Array]", _f = "[object Float64Array]", wf = "[object Int8Array]", Sf = "[object Int16Array]", kf = "[object Int32Array]", $f = "[object Uint8Array]", Cf = "[object Uint8ClampedArray]", Af = "[object Uint16Array]", Tf = "[object Uint32Array]", U = {};
7040
+ U[Vs] = U[of] = U[yf] = U[pf] = U[rf] = U[lf] = U[bf] = U[_f] = U[wf] = U[Sf] = U[kf] = U[uf] = U[df] = U[Ns] = U[ff] = U[hf] = U[mf] = U[gf] = U[$f] = U[Cf] = U[Af] = U[Tf] = !0;
7041
+ U[af] = U[Hs] = U[vf] = !1;
7046
7042
  function lt(e, n, t, s, o, i) {
7047
7043
  var r;
7048
7044
  if (r !== void 0)
@@ -7059,7 +7055,7 @@ function lt(e, n, t, s, o, i) {
7059
7055
  if (a == Ns || a == Vs || c && !o)
7060
7056
  r = c ? {} : Zd(e);
7061
7057
  else {
7062
- if (!B[a])
7058
+ if (!U[a])
7063
7059
  return o ? e : {};
7064
7060
  r = Kd(e, a);
7065
7061
  }
@@ -7068,14 +7064,14 @@ function lt(e, n, t, s, o, i) {
7068
7064
  var f = i.get(e);
7069
7065
  if (f)
7070
7066
  return f;
7071
- i.set(e, r), sf(e) ? e.forEach(function(k) {
7072
- r.add(lt(k, n, t, k, e, i));
7073
- }) : ef(e) && e.forEach(function(k, j) {
7074
- r.set(j, lt(k, n, t, j, e, i));
7067
+ i.set(e, r), sf(e) ? e.forEach(function($) {
7068
+ r.add(lt($, n, t, $, e, i));
7069
+ }) : ef(e) && e.forEach(function($, A) {
7070
+ r.set(A, lt($, n, t, A, e, i));
7075
7071
  });
7076
7072
  var y = gd, v = l ? void 0 : y(e);
7077
- return iu(v || e, function(k, j) {
7078
- v && (j = k, k = e[j]), cu(r, j, lt(k, n, t, j, e, i));
7073
+ return iu(v || e, function($, A) {
7074
+ v && (A = $, $ = e[A]), cu(r, A, lt($, n, t, A, e, i));
7079
7075
  }), r;
7080
7076
  }
7081
7077
  var Of = 1, xf = 4;
@@ -7506,7 +7502,7 @@ function Ff(e, n, t, s, o, i) {
7506
7502
  }, [
7507
7503
  h("div", jf, [
7508
7504
  h("div", If, [
7509
- M(r, {
7505
+ z(r, {
7510
7506
  ref: "header",
7511
7507
  class: "table-sticky__table table-sticky__table--header",
7512
7508
  classes: t.classes,
@@ -7522,7 +7518,7 @@ function Ff(e, n, t, s, o, i) {
7522
7518
  }),
7523
7519
  onColumnSorted: i.applySort
7524
7520
  }, Te({ _: 2 }, [
7525
- x(e.$slots, (l, a) => ({
7521
+ O(e.$slots, (l, a) => ({
7526
7522
  name: a,
7527
7523
  fn: S((c) => [
7528
7524
  g(e.$slots, a, ee(te(c)))
@@ -7548,7 +7544,7 @@ function Ff(e, n, t, s, o, i) {
7548
7544
  }),
7549
7545
  onColumnSorted: i.applySort
7550
7546
  }, Te({ _: 2 }, [
7551
- x(e.$slots, (l, a) => ({
7547
+ O(e.$slots, (l, a) => ({
7552
7548
  name: a,
7553
7549
  fn: S((c) => [
7554
7550
  g(e.$slots, a, ee(te(c)))
@@ -7581,7 +7577,7 @@ function Ff(e, n, t, s, o, i) {
7581
7577
  disabled: !o.canScrollLeft
7582
7578
  }, [
7583
7579
  g(e.$slots, "controlLeft", {}, () => [
7584
- n[2] || (n[2] = $(" ← ", -1))
7580
+ n[2] || (n[2] = k(" ← ", -1))
7585
7581
  ])
7586
7582
  ], 10, Bf),
7587
7583
  h("button", {
@@ -7591,7 +7587,7 @@ function Ff(e, n, t, s, o, i) {
7591
7587
  disabled: !o.canScrollRight
7592
7588
  }, [
7593
7589
  g(e.$slots, "controlRight", {}, () => [
7594
- n[3] || (n[3] = $(" → ", -1))
7590
+ n[3] || (n[3] = k(" → ", -1))
7595
7591
  ])
7596
7592
  ], 10, Pf)
7597
7593
  ]))
@@ -7600,7 +7596,7 @@ function Ff(e, n, t, s, o, i) {
7600
7596
  ])
7601
7597
  ]),
7602
7598
  h("div", Lf, [
7603
- M(r, {
7599
+ z(r, {
7604
7600
  ref: "table",
7605
7601
  class: "table-sticky__table table-sticky__table--actual",
7606
7602
  classes: t.classes,
@@ -7619,7 +7615,7 @@ function Ff(e, n, t, s, o, i) {
7619
7615
  onActualHeaderAdded: i.headerAdded,
7620
7616
  onColumnSorted: i.applySort
7621
7617
  }, Te({ _: 2 }, [
7622
- x(e.$slots, (l, a) => ({
7618
+ O(e.$slots, (l, a) => ({
7623
7619
  name: a,
7624
7620
  fn: S((c) => [
7625
7621
  g(e.$slots, a, ee(te(c)))
@@ -7648,7 +7644,7 @@ function Ff(e, n, t, s, o, i) {
7648
7644
  }),
7649
7645
  onColumnSorted: i.applySort
7650
7646
  }, Te({ _: 2 }, [
7651
- x(e.$slots, (l, a) => ({
7647
+ O(e.$slots, (l, a) => ({
7652
7648
  name: a,
7653
7649
  fn: S((c) => [
7654
7650
  g(e.$slots, a, ee(te(c)))
@@ -7657,7 +7653,7 @@ function Ff(e, n, t, s, o, i) {
7657
7653
  ]), 1032, ["classes", "resolveClasses", "caption", "headerRows", "columnWidth", "rows", "footerRows", "rowColumns", "idPrefix", "getRowValue", "getColumnTitle", "style", "onColumnSorted"])) : b("", !0)
7658
7654
  ], 2);
7659
7655
  }
7660
- const im = /* @__PURE__ */ R(Rf, [["render", Ff]]), rm = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7656
+ const im = /* @__PURE__ */ E(Rf, [["render", Ff]]), rm = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7661
7657
  __proto__: null,
7662
7658
  dom: bi,
7663
7659
  router: Fi