@ulu/frontend-vue 0.1.1-beta.11 → 0.1.1-beta.13

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-CE1jJcpB.js"), { BreakpointManager: l } = r, a = xe(new l(n.plugin));
1543
+ const r = await import("./breakpoints-Vo6eWe83.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());
@@ -2000,7 +2000,7 @@ const bi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2000
2000
  default: !0
2001
2001
  },
2002
2002
  /**
2003
- * Classes for elements ({ container, trigger, content, contentInner })
2003
+ * Classes for elements ({ container, trigger, content })
2004
2004
  * - Any valid class binding value per element
2005
2005
  */
2006
2006
  classes: {
@@ -2009,7 +2009,6 @@ const bi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2009
2009
  container: "ulu-collapsible",
2010
2010
  trigger: "ulu-collapsible__trigger",
2011
2011
  content: "ulu-collapsible__content",
2012
- contentInner: "ulu-collapsible__content-inner",
2013
2012
  containerOpen: "ulu-collapsible--open",
2014
2013
  containerClosed: "ulu-collapsible--closed"
2015
2014
  })
@@ -2023,38 +2022,35 @@ const bi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2023
2022
  }), De(() => t.animate, (A) => {
2024
2023
  r(!!A);
2025
2024
  });
2026
- 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({
2027
2026
  get() {
2028
2027
  return l.value ? t.modelValue : a.value;
2029
2028
  },
2030
2029
  set(A) {
2031
2030
  l.value ? s("update:modelValue", A) : a.value = A;
2032
2031
  }
2033
- }), f = I(Ft("ulu-collapsible-trigger")), y = I(Ft("ulu-collapsible-content")), v = w(() => {
2034
- const A = t.classes, O = {};
2035
- return A.containerOpen && c.value && (O[A.containerOpen] = !0), A.containerClosed && !c.value && (O[A.containerClosed] = !0), O;
2036
- });
2037
- function k() {
2032
+ }), f = R(Ft("ulu-collapsible-trigger")), y = R(Ft("ulu-collapsible-content"));
2033
+ function v() {
2038
2034
  c.value = !c.value;
2039
2035
  }
2040
- function j() {
2036
+ function $() {
2041
2037
  t.closeOnEscape && c.value && (c.value = !1);
2042
2038
  }
2043
- return (A, O) => (u(), d("div", {
2039
+ return (A, B) => (u(), d("div", {
2044
2040
  ref_key: "container",
2045
2041
  ref: i,
2046
- onKeydown: Zn(j, ["esc"]),
2047
- 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])
2048
2044
  }, [
2049
2045
  h("button", {
2050
2046
  class: m(e.classes.trigger),
2051
2047
  id: f.value,
2052
2048
  "aria-controls": y.value,
2053
2049
  "aria-expanded": c.value,
2054
- onClick: k
2050
+ onClick: v
2055
2051
  }, [
2056
2052
  g(A.$slots, "trigger", { isOpen: c.value }, () => [
2057
- $(p(e.triggerText), 1)
2053
+ k(p(e.triggerText), 1)
2058
2054
  ])
2059
2055
  ], 10, _i),
2060
2056
  c.value ? (u(), d("div", {
@@ -2065,14 +2061,10 @@ const bi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2065
2061
  "aria-hidden": !c.value,
2066
2062
  "aria-labelledby": f.value
2067
2063
  }, [
2068
- h("div", {
2069
- class: m(e.classes.contentInner)
2070
- }, [
2071
- g(A.$slots, "default", {
2072
- isOpen: c.value,
2073
- toggle: k
2074
- })
2075
- ], 2)
2064
+ g(A.$slots, "default", {
2065
+ isOpen: c.value,
2066
+ toggle: v
2067
+ })
2076
2068
  ], 10, wi)) : b("", !0)
2077
2069
  ], 34));
2078
2070
  }
@@ -2148,7 +2140,7 @@ const bi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2148
2140
  g(i.$slots, "trigger", { isOpen: l }, () => [
2149
2141
  (u(), _(V(e.triggerTextElement), null, {
2150
2142
  default: S(() => [
2151
- $(p(e.triggerText), 1)
2143
+ k(p(e.triggerText), 1)
2152
2144
  ]),
2153
2145
  _: 1
2154
2146
  }))
@@ -2157,7 +2149,7 @@ const bi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2157
2149
  h("span", {
2158
2150
  class: m(["accordion__icon", e.classes.icon])
2159
2151
  }, [
2160
- M(N, {
2152
+ z(N, {
2161
2153
  icon: l ? "type:collapse" : "type:expand",
2162
2154
  style: { display: "inline" }
2163
2155
  }, null, 8, ["icon"])
@@ -2279,7 +2271,7 @@ function ki(e, n, t, s, o, i) {
2279
2271
  key: 0,
2280
2272
  class: m(t.classes.list)
2281
2273
  }, [
2282
- (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", {
2283
2275
  key: y,
2284
2276
  class: m([
2285
2277
  t.classes.item,
@@ -2335,7 +2327,7 @@ function ki(e, n, t, s, o, i) {
2335
2327
  ], 2))), 128))
2336
2328
  ], 2)) : b("", !0);
2337
2329
  }
2338
- const _s = /* @__PURE__ */ R(Si, [["render", ki]]), $i = {
2330
+ const _s = /* @__PURE__ */ E(Si, [["render", ki]]), $i = {
2339
2331
  __name: "UluMenuStack",
2340
2332
  props: {
2341
2333
  /**
@@ -2379,7 +2371,7 @@ const _s = /* @__PURE__ */ R(Si, [["render", ki]]), $i = {
2379
2371
  class: m(["menu-stack", T(s)])
2380
2372
  }, {
2381
2373
  default: S(() => [
2382
- M(_s, {
2374
+ z(_s, {
2383
2375
  items: e.items,
2384
2376
  classes: {
2385
2377
  list: "menu-stack__list",
@@ -2422,7 +2414,7 @@ const _s = /* @__PURE__ */ R(Si, [["render", ki]]), $i = {
2422
2414
  trigger: S(({ isOpen: s }) => [
2423
2415
  g(n.$slots, "trigger", { isOpen: s }, () => [
2424
2416
  h("span", null, p(e.triggerText), 1),
2425
- M(N, {
2417
+ z(N, {
2426
2418
  class: "button__icon",
2427
2419
  icon: "type:dropdownExpand",
2428
2420
  style: H({ transform: s ? "rotate(180deg)" : "rotate(0deg)", transition: "transform 0.2s" })
@@ -2430,12 +2422,12 @@ const _s = /* @__PURE__ */ R(Si, [["render", ki]]), $i = {
2430
2422
  ])
2431
2423
  ]),
2432
2424
  default: S(() => [
2433
- M($i, { items: e.items }, null, 8, ["items"])
2425
+ z($i, { items: e.items }, null, 8, ["items"])
2434
2426
  ]),
2435
2427
  _: 3
2436
2428
  }, 8, ["classes"]));
2437
2429
  }
2438
- }, sn = I(!1), ct = {
2430
+ }, sn = R(!1), ct = {
2439
2431
  start: [],
2440
2432
  end: []
2441
2433
  };
@@ -2496,17 +2488,17 @@ function eh(e, n) {
2496
2488
  return null;
2497
2489
  const c = {
2498
2490
  pages: {}
2499
- }, f = o.value, y = i.value, v = 5, k = (O) => ({ query: { ...t.query, page: O } });
2500
- 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) });
2501
- 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;
2502
2494
  if (y <= v)
2503
- j = 1, A = y;
2495
+ A = 1, B = y;
2504
2496
  else {
2505
- const O = Math.floor(v / 2), ue = Math.ceil(v / 2) - 1;
2506
- 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);
2507
2499
  }
2508
- for (let O = j; O <= A; O++)
2509
- c.pages[O] = { href: k(O) };
2500
+ for (let j = A; j <= B; j++)
2501
+ c.pages[j] = { href: $(j) };
2510
2502
  return c;
2511
2503
  }), a = w(() => {
2512
2504
  const c = { previous: !1, next: !1 };
@@ -2552,7 +2544,7 @@ function ji(e, n = {}) {
2552
2544
  return t.ssr ? t.push(e || {}, n) : Ii(t, e, n);
2553
2545
  }
2554
2546
  function Ii(e, n, t = {}) {
2555
- const s = I(!1);
2547
+ const s = R(!1);
2556
2548
  let o;
2557
2549
  return ht(() => {
2558
2550
  const r = s.value ? {} : Ht(n, xi);
@@ -2601,7 +2593,7 @@ function Ui(e, n, t) {
2601
2593
  sort: cn
2602
2594
  }, t), i = e.find((c) => c.path !== "/" && n.includes(c.path)), r = (c, f, y) => {
2603
2595
  if (c.children) {
2604
- const v = c.children.find((k) => k.path.includes(n));
2596
+ const v = c.children.find(($) => $.path.includes(n));
2605
2597
  if (v)
2606
2598
  return r(v, c, y + v.path);
2607
2599
  }
@@ -2725,7 +2717,7 @@ const Vi = { class: "layout-flex-baseline" }, Hi = { class: "type-word-break" },
2725
2717
  triggerIcon: String
2726
2718
  },
2727
2719
  setup(e) {
2728
- 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 = () => {
2729
2721
  Qn(() => {
2730
2722
  const l = s.value;
2731
2723
  o.value = l.offsetWidth < l.scrollWidth;
@@ -2745,7 +2737,7 @@ const Vi = { class: "layout-flex-baseline" }, Hi = { class: "type-word-break" },
2745
2737
  size: "large"
2746
2738
  }, {
2747
2739
  trigger: S(() => [
2748
- M(N, {
2740
+ z(N, {
2749
2741
  icon: e.triggerIcon || "type:ellipsis"
2750
2742
  }, null, 8, ["icon"])
2751
2743
  ]),
@@ -2958,7 +2950,7 @@ function Wi(e, n, t, s, o, i) {
2958
2950
  }, null, 8, ["icon"])) : b("", !0),
2959
2951
  (e.$slots.default || t.text) && !t.iconOnly ? (u(), d("span", Di, [
2960
2952
  g(e.$slots, "default", {}, () => [
2961
- $(p(t.text), 1)
2953
+ k(p(t.text), 1)
2962
2954
  ])
2963
2955
  ])) : b("", !0),
2964
2956
  t.icon && !t.iconBefore && !t.iconOnly ? (u(), _(r, {
@@ -2971,7 +2963,7 @@ function Wi(e, n, t, s, o, i) {
2971
2963
  _: 3
2972
2964
  }, 16, ["class", "aria-label"]);
2973
2965
  }
2974
- const $s = /* @__PURE__ */ R(Ni, [["render", Wi]]), Xi = {
2966
+ const $s = /* @__PURE__ */ E(Ni, [["render", Wi]]), Xi = {
2975
2967
  name: "UluAlert",
2976
2968
  components: {
2977
2969
  UluButton: $s,
@@ -3027,7 +3019,7 @@ function Gi(e, n, t, s, o, i) {
3027
3019
  class: m(["callout", s.resolvedModifiers])
3028
3020
  }, [
3029
3021
  h("div", Yi, [
3030
- M(r, {
3022
+ z(r, {
3031
3023
  class: m(["type-large margin-right-small", `color-${t.type}`]),
3032
3024
  icon: t.icon || `type:${t.type}`
3033
3025
  }, null, 8, ["class", "icon"]),
@@ -3039,7 +3031,7 @@ function Gi(e, n, t, s, o, i) {
3039
3031
  ]),
3040
3032
  h("div", null, [
3041
3033
  g(e.$slots, "description", {}, () => [
3042
- $(p(t.description), 1)
3034
+ k(p(t.description), 1)
3043
3035
  ])
3044
3036
  ])
3045
3037
  ]),
@@ -3049,7 +3041,7 @@ function Gi(e, n, t, s, o, i) {
3049
3041
  ])
3050
3042
  ], 2);
3051
3043
  }
3052
- const ah = /* @__PURE__ */ R(Xi, [["render", Gi]]), Zi = ["aria-hidden"], Qi = {
3044
+ const ah = /* @__PURE__ */ E(Xi, [["render", Gi]]), Zi = ["aria-hidden"], Qi = {
3053
3045
  key: 2,
3054
3046
  class: "hidden-visually"
3055
3047
  }, Ji = {
@@ -3127,11 +3119,11 @@ const ah = /* @__PURE__ */ R(Xi, [["render", Gi]]), Zi = ["aria-hidden"], Qi = {
3127
3119
  },
3128
3120
  setup(e) {
3129
3121
  return (n, t) => (u(), d("ul", er, [
3130
- (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", {
3131
3123
  class: "badge-stack__item",
3132
3124
  key: o
3133
3125
  }, [
3134
- M(Ji, le({ ref_for: !0 }, s), null, 16)
3126
+ z(Ji, le({ ref_for: !0 }, s), null, 16)
3135
3127
  ]))), 128))
3136
3128
  ]));
3137
3129
  }
@@ -3224,14 +3216,14 @@ function sr(e, n, t, s, o, i) {
3224
3216
  }, {
3225
3217
  default: S(() => [
3226
3218
  g(e.$slots, "title", {}, () => [
3227
- $(p(t.title), 1)
3219
+ k(p(t.title), 1)
3228
3220
  ])
3229
3221
  ]),
3230
3222
  _: 3
3231
3223
  })) : b("", !0),
3232
3224
  e.$slots.default || t.body ? (u(), d("span", nr, [
3233
3225
  g(e.$slots, "default", {}, () => [
3234
- $(p(t.body), 1)
3226
+ k(p(t.body), 1)
3235
3227
  ])
3236
3228
  ])) : b("", !0),
3237
3229
  t.icon ? (u(), _(r, {
@@ -3244,7 +3236,7 @@ function sr(e, n, t, s, o, i) {
3244
3236
  _: 3
3245
3237
  }, 16, ["class"]);
3246
3238
  }
3247
- const uh = /* @__PURE__ */ R(tr, [["render", sr]]), or = {
3239
+ const uh = /* @__PURE__ */ E(tr, [["render", sr]]), or = {
3248
3240
  name: "UluCallout",
3249
3241
  props: {
3250
3242
  /**
@@ -3269,7 +3261,7 @@ function ir(e, n, t, s, o, i) {
3269
3261
  g(e.$slots, "default")
3270
3262
  ], 2);
3271
3263
  }
3272
- const dh = /* @__PURE__ */ R(or, [["render", ir]]), Cn = (e, n) => {
3264
+ const dh = /* @__PURE__ */ E(or, [["render", ir]]), Cn = (e, n) => {
3273
3265
  const t = !(n.to || n.href);
3274
3266
  return t || console.warn("'titleHref' and 'titleTo' can't be used with to or href (nesting links)"), t;
3275
3267
  }, rr = {
@@ -3454,7 +3446,7 @@ function hr(e, n, t, s, o, i) {
3454
3446
  }, {
3455
3447
  default: S(() => [
3456
3448
  g(e.$slots, "title", {}, () => [
3457
- $(p(t.title), 1)
3449
+ k(p(t.title), 1)
3458
3450
  ])
3459
3451
  ]),
3460
3452
  _: 3
@@ -3466,10 +3458,10 @@ function hr(e, n, t, s, o, i) {
3466
3458
  ref: "link"
3467
3459
  }, [
3468
3460
  g(e.$slots, "title", {}, () => [
3469
- $(p(t.title), 1)
3461
+ k(p(t.title), 1)
3470
3462
  ])
3471
3463
  ], 8, cr)) : g(e.$slots, "title", { key: 2 }, () => [
3472
- $(p(t.title), 1)
3464
+ k(p(t.title), 1)
3473
3465
  ])
3474
3466
  ]),
3475
3467
  _: 3
@@ -3501,7 +3493,7 @@ function hr(e, n, t, s, o, i) {
3501
3493
  _: 3
3502
3494
  }, 40, ["onMousedown", "onMouseup", "class", "style", "target", "to", "href", "data-ulu-proxy-click-init"]);
3503
3495
  }
3504
- const fh = /* @__PURE__ */ R(rr, [["render", hr]]), hh = {
3496
+ const fh = /* @__PURE__ */ E(rr, [["render", hr]]), hh = {
3505
3497
  __name: "UluDefinitionList",
3506
3498
  props: {
3507
3499
  /**
@@ -3521,7 +3513,7 @@ const fh = /* @__PURE__ */ R(rr, [["render", hr]]), hh = {
3521
3513
  return (n, t) => (u(), d("dl", {
3522
3514
  class: m(e.classes.list)
3523
3515
  }, [
3524
- (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", {
3525
3517
  key: o,
3526
3518
  class: m(e.classes.item)
3527
3519
  }, [
@@ -3532,7 +3524,7 @@ const fh = /* @__PURE__ */ R(rr, [["render", hr]]), hh = {
3532
3524
  item: s,
3533
3525
  index: o
3534
3526
  }, () => [
3535
- $(p(s.term), 1)
3527
+ k(p(s.term), 1)
3536
3528
  ])
3537
3529
  ], 2),
3538
3530
  h("dd", {
@@ -3542,7 +3534,7 @@ const fh = /* @__PURE__ */ R(rr, [["render", hr]]), hh = {
3542
3534
  item: s,
3543
3535
  index: o
3544
3536
  }, () => [
3545
- $(p(s.description), 1)
3537
+ k(p(s.description), 1)
3546
3538
  ])
3547
3539
  ], 2)
3548
3540
  ], 2))), 128))
@@ -3579,10 +3571,10 @@ const fh = /* @__PURE__ */ R(rr, [["render", hr]]), hh = {
3579
3571
  }, [
3580
3572
  h("span", gr, [
3581
3573
  g(n.$slots, "default", {}, () => [
3582
- $(p(e.text), 1)
3574
+ k(p(e.text), 1)
3583
3575
  ])
3584
3576
  ]),
3585
- M(N, {
3577
+ z(N, {
3586
3578
  class: "external-link__icon margin-left-small-x display-inline",
3587
3579
  icon: e.icon || "type:externalLink"
3588
3580
  }, null, 8, ["icon"])
@@ -3656,7 +3648,7 @@ const fh = /* @__PURE__ */ R(rr, [["render", hr]]), hh = {
3656
3648
  start: e.start
3657
3649
  }, {
3658
3650
  default: S(() => [
3659
- (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", {
3660
3652
  key: r,
3661
3653
  class: m(e.classes.listItem)
3662
3654
  }, [
@@ -3664,7 +3656,7 @@ const fh = /* @__PURE__ */ R(rr, [["render", hr]]), hh = {
3664
3656
  item: i,
3665
3657
  index: r
3666
3658
  }, () => [
3667
- $(p(i), 1)
3659
+ k(p(i), 1)
3668
3660
  ])
3669
3661
  ], 2))), 128))
3670
3662
  ]),
@@ -3677,7 +3669,7 @@ function pr(e, n) {
3677
3669
  g(e.$slots, "default")
3678
3670
  ]);
3679
3671
  }
3680
- 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 = {
3681
3673
  __name: "UluSpokeSpinner",
3682
3674
  props: {
3683
3675
  /**
@@ -3690,7 +3682,7 @@ const vh = /* @__PURE__ */ R(vr, [["render", pr]]), br = { class: "spoke-spinner
3690
3682
  class: m(["spoke-spinner", { [`spoke-spinner--${e.type}`]: e.type }])
3691
3683
  }, [
3692
3684
  h("div", br, [
3693
- (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))
3694
3686
  ])
3695
3687
  ], 2));
3696
3688
  }
@@ -3731,8 +3723,8 @@ const vh = /* @__PURE__ */ R(vr, [["render", pr]]), br = { class: "spoke-spinner
3731
3723
  if (t.type === "radio")
3732
3724
  s("update:modelValue", f.uid);
3733
3725
  else if (Array.isArray(t.modelValue)) {
3734
- const v = [...t.modelValue], k = v.indexOf(f.uid);
3735
- 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);
3736
3728
  } else
3737
3729
  f.checked = y.target.checked;
3738
3730
  };
@@ -3750,7 +3742,7 @@ const vh = /* @__PURE__ */ R(vr, [["render", pr]]), br = { class: "spoke-spinner
3750
3742
  class: "hidden-visually"
3751
3743
  }, p(e.legend), 9, wr)) : b("", !0),
3752
3744
  h("ul", Sr, [
3753
- (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", {
3754
3746
  class: "menu-stack__item",
3755
3747
  key: v.uid
3756
3748
  }, [
@@ -3761,13 +3753,13 @@ const vh = /* @__PURE__ */ R(vr, [["render", pr]]), br = { class: "spoke-spinner
3761
3753
  name: o.value,
3762
3754
  value: v.uid,
3763
3755
  checked: a(v),
3764
- onChange: (k) => c(v, k)
3756
+ onChange: ($) => c(v, $)
3765
3757
  }, null, 40, $r),
3766
3758
  h("label", {
3767
3759
  for: l(v)
3768
3760
  }, [
3769
3761
  g(f.$slots, "default", { option: v }, () => [
3770
- $(p(v?.label || v?.title || v?.text), 1)
3762
+ k(p(v?.label || v?.title || v?.text), 1)
3771
3763
  ])
3772
3764
  ], 8, Cr)
3773
3765
  ])
@@ -3811,12 +3803,12 @@ const vh = /* @__PURE__ */ R(vr, [["render", pr]]), br = { class: "spoke-spinner
3811
3803
  fileName: e.file.name,
3812
3804
  fileSize: s.value
3813
3805
  }, () => [
3814
- M(N, {
3806
+ z(N, {
3815
3807
  class: "ui-icon",
3816
3808
  icon: e.icon
3817
3809
  }, null, 8, ["icon"]),
3818
3810
  h("span", Tr, [
3819
- $(p(e.file.name) + " ", 1),
3811
+ k(p(e.file.name) + " ", 1),
3820
3812
  e.noFileSize ? b("", !0) : (u(), _(bs, {
3821
3813
  key: 0,
3822
3814
  text: s.value,
@@ -3868,7 +3860,7 @@ const vh = /* @__PURE__ */ R(vr, [["render", pr]]), br = { class: "spoke-spinner
3868
3860
  for: T(o)
3869
3861
  }, [
3870
3862
  g(r.$slots, "label", {}, () => [
3871
- $(p(e.label), 1)
3863
+ k(p(e.label), 1)
3872
3864
  ])
3873
3865
  ], 10, xr),
3874
3866
  h("input", le({
@@ -3937,7 +3929,7 @@ const vh = /* @__PURE__ */ R(vr, [["render", pr]]), br = { class: "spoke-spinner
3937
3929
  for: T(t)
3938
3930
  }, [
3939
3931
  g(s.$slots, "default", {}, () => [
3940
- $(p(e.label), 1)
3932
+ k(p(e.label), 1)
3941
3933
  ])
3942
3934
  ], 10, jr),
3943
3935
  h("select", {
@@ -3949,7 +3941,7 @@ const vh = /* @__PURE__ */ R(vr, [["render", pr]]), br = { class: "spoke-spinner
3949
3941
  disabled: "",
3950
3942
  value: ""
3951
3943
  }, "Please select one", -1)),
3952
- (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", {
3953
3945
  key: r,
3954
3946
  value: i.value
3955
3947
  }, p(i.text), 9, zr))), 128))
@@ -3984,7 +3976,7 @@ const vh = /* @__PURE__ */ R(vr, [["render", pr]]), br = { class: "spoke-spinner
3984
3976
  for: T(t)
3985
3977
  }, [
3986
3978
  g(s.$slots, "default", {}, () => [
3987
- $(p(e.label), 1)
3979
+ k(p(e.label), 1)
3988
3980
  ])
3989
3981
  ], 10, Ur),
3990
3982
  h("input", {
@@ -4021,7 +4013,7 @@ const vh = /* @__PURE__ */ R(vr, [["render", pr]]), br = { class: "spoke-spinner
4021
4013
  }, null, 8, Fr)
4022
4014
  ]),
4023
4015
  h("button", Vr, [
4024
- M(N, { icon: "type:search" })
4016
+ z(N, { icon: "type:search" })
4025
4017
  ])
4026
4018
  ]));
4027
4019
  }
@@ -4068,7 +4060,7 @@ function Wr(e, n, t, s, o, i) {
4068
4060
  g(e.$slots, "default")
4069
4061
  ]);
4070
4062
  }
4071
- const Ch = /* @__PURE__ */ R(Dr, [["render", Wr]]), Xr = {
4063
+ const Ch = /* @__PURE__ */ E(Dr, [["render", Wr]]), Xr = {
4072
4064
  name: "UluTitleRail",
4073
4065
  components: {
4074
4066
  UluIcon: N
@@ -4136,7 +4128,7 @@ function qr(e, n, t, s, o, i) {
4136
4128
  icon: t.icon
4137
4129
  }, null, 8, ["class", "icon"])) : b("", !0),
4138
4130
  g(e.$slots, "default", {}, () => [
4139
- $(p(t.title), 1)
4131
+ k(p(t.title), 1)
4140
4132
  ])
4141
4133
  ]),
4142
4134
  _: 3
@@ -4147,7 +4139,7 @@ function qr(e, n, t, s, o, i) {
4147
4139
  ])) : b("", !0)
4148
4140
  ], 2);
4149
4141
  }
4150
- const Ah = /* @__PURE__ */ R(Xr, [["render", qr]]), Kr = {
4142
+ const Ah = /* @__PURE__ */ E(Xr, [["render", qr]]), Kr = {
4151
4143
  name: "UluBreadcrumb",
4152
4144
  components: {
4153
4145
  UluIcon: N
@@ -4192,7 +4184,7 @@ function Gr(e, n, t, s, o, i) {
4192
4184
  h("ol", {
4193
4185
  class: m(t.classes.list)
4194
4186
  }, [
4195
- (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", {
4196
4188
  key: c,
4197
4189
  class: m(t.classes.item)
4198
4190
  }, [
@@ -4201,7 +4193,7 @@ function Gr(e, n, t, s, o, i) {
4201
4193
  class: m(a.current)
4202
4194
  }, [
4203
4195
  g(e.$slots, "default", { item: a }, () => [
4204
- $(p(a.title), 1)
4196
+ k(p(a.title), 1)
4205
4197
  ])
4206
4198
  ], 2)) : (u(), _(r, {
4207
4199
  key: 0,
@@ -4211,13 +4203,13 @@ function Gr(e, n, t, s, o, i) {
4211
4203
  }, {
4212
4204
  default: S(() => [
4213
4205
  g(e.$slots, "default", { item: a }, () => [
4214
- $(p(a.title), 1)
4206
+ k(p(a.title), 1)
4215
4207
  ])
4216
4208
  ]),
4217
4209
  _: 2
4218
4210
  }, 1032, ["to", "class", "aria-current"])),
4219
4211
  c < t.items.length - 1 ? g(e.$slots, "separator", { key: 2 }, () => [
4220
- M(l, {
4212
+ z(l, {
4221
4213
  class: m(t.classes.separator),
4222
4214
  icon: t.separatorIcon || "type:pathSeparator"
4223
4215
  }, null, 8, ["class", "icon"])
@@ -4226,7 +4218,7 @@ function Gr(e, n, t, s, o, i) {
4226
4218
  ], 2)
4227
4219
  ], 2)) : b("", !0);
4228
4220
  }
4229
- const Th = /* @__PURE__ */ R(Kr, [["render", Gr]]), Zr = {
4221
+ const Th = /* @__PURE__ */ E(Kr, [["render", Gr]]), Zr = {
4230
4222
  name: "UluNavStrip",
4231
4223
  components: {
4232
4224
  UluMenu: _s
@@ -4259,7 +4251,7 @@ function Qr(e, n, t, s, o, i) {
4259
4251
  "nav-strip--right": t.right
4260
4252
  }])
4261
4253
  }, [
4262
- M(r, {
4254
+ z(r, {
4263
4255
  items: t.items,
4264
4256
  classes: {
4265
4257
  list: "nav-strip__list",
@@ -4270,14 +4262,14 @@ function Qr(e, n, t, s, o, i) {
4270
4262
  }, null, 8, ["items"])
4271
4263
  ], 2);
4272
4264
  }
4273
- const Oh = /* @__PURE__ */ R(Zr, [["render", Qr]]), Jr = {}, el = {
4265
+ const Oh = /* @__PURE__ */ E(Zr, [["render", Qr]]), Jr = {}, el = {
4274
4266
  class: "site-skip-link hidden-visually-focusable",
4275
4267
  href: "#main-content"
4276
4268
  };
4277
4269
  function tl(e, n) {
4278
4270
  return u(), d("a", el, " Skip to main content ");
4279
4271
  }
4280
- const xh = /* @__PURE__ */ R(Jr, [["render", tl]]), nl = {
4272
+ const xh = /* @__PURE__ */ E(Jr, [["render", tl]]), nl = {
4281
4273
  name: "UluCondText",
4282
4274
  props: {
4283
4275
  /**
@@ -4296,21 +4288,21 @@ const xh = /* @__PURE__ */ R(Jr, [["render", tl]]), nl = {
4296
4288
  function sl(e, n, t, s, o, i) {
4297
4289
  return t.text != null ? (u(), _(V(t.element), { key: 0 }, {
4298
4290
  default: S(() => [
4299
- $(p(t.text), 1)
4291
+ k(p(t.text), 1)
4300
4292
  ]),
4301
4293
  _: 1
4302
4294
  })) : b("", !0);
4303
4295
  }
4304
- 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" } };
4305
4297
  function rl(e, n) {
4306
4298
  return u(), d("span", il);
4307
4299
  }
4308
- const Rh = /* @__PURE__ */ R(ol, [["render", rl]]), ll = {};
4300
+ const Rh = /* @__PURE__ */ E(ol, [["render", rl]]), ll = {};
4309
4301
  function al(e, n) {
4310
4302
  const t = D("router-view");
4311
4303
  return u(), _(t);
4312
4304
  }
4313
- const jh = /* @__PURE__ */ R(ll, [["render", al]]);
4305
+ const jh = /* @__PURE__ */ E(ll, [["render", al]]);
4314
4306
  function ut(e = 0, n = 100) {
4315
4307
  return e = Math.ceil(e), n = Math.floor(n), Math.floor(Math.random() * (n - e) + e);
4316
4308
  }
@@ -4361,7 +4353,7 @@ function dl(e, n, t, s, o, i) {
4361
4353
  alt: t.alt
4362
4354
  }, null, 8, ul);
4363
4355
  }
4364
- const Ih = /* @__PURE__ */ R(cl, [["render", dl]]), fl = {
4356
+ const Ih = /* @__PURE__ */ E(cl, [["render", dl]]), fl = {
4365
4357
  name: "PlaceholderText",
4366
4358
  props: {
4367
4359
  amount: {
@@ -4375,14 +4367,14 @@ const Ih = /* @__PURE__ */ R(cl, [["render", dl]]), fl = {
4375
4367
  }
4376
4368
  };
4377
4369
  function hl(e, n, t, s, o, i) {
4378
- 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 }, {
4379
4371
  default: S(() => [...n[0] || (n[0] = [
4380
- $(" 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)
4381
4373
  ])]),
4382
4374
  _: 2
4383
4375
  }, 1024))), 128);
4384
4376
  }
4385
- const zh = /* @__PURE__ */ R(fl, [["render", hl]]), ml = {
4377
+ const zh = /* @__PURE__ */ E(fl, [["render", hl]]), ml = {
4386
4378
  name: "RouteAnnouncer",
4387
4379
  props: {
4388
4380
  /**
@@ -4435,7 +4427,7 @@ function gl(e, n, t, s, o, i) {
4435
4427
  ref: "el"
4436
4428
  }, p(i.title), 513)) : b("", !0);
4437
4429
  }
4438
- const Mh = /* @__PURE__ */ R(ml, [["render", gl]]), vl = {
4430
+ const Mh = /* @__PURE__ */ E(ml, [["render", gl]]), vl = {
4439
4431
  name: "AnimateNumber",
4440
4432
  props: {
4441
4433
  /**
@@ -4463,11 +4455,11 @@ const Mh = /* @__PURE__ */ R(ml, [["render", gl]]), vl = {
4463
4455
  function yl(e, n, t, s, o, i) {
4464
4456
  return u(), d("span", null, [
4465
4457
  g(e.$slots, "default", { currentValue: o.currentValue }, () => [
4466
- $(p(o.currentValue), 1)
4458
+ k(p(o.currentValue), 1)
4467
4459
  ])
4468
4460
  ]);
4469
4461
  }
4470
- const Uh = /* @__PURE__ */ R(vl, [["render", yl]]), pl = {
4462
+ const Uh = /* @__PURE__ */ E(vl, [["render", yl]]), pl = {
4471
4463
  key: 0,
4472
4464
  class: "progress-bar__header"
4473
4465
  }, bl = {
@@ -4586,7 +4578,7 @@ const Uh = /* @__PURE__ */ R(vl, [["render", yl]]), pl = {
4586
4578
  }, {
4587
4579
  default: S(() => [
4588
4580
  g(r.$slots, "label", {}, () => [
4589
- $(p(e.label), 1)
4581
+ k(p(e.label), 1)
4590
4582
  ])
4591
4583
  ]),
4592
4584
  _: 3
@@ -4594,7 +4586,7 @@ const Uh = /* @__PURE__ */ R(vl, [["render", yl]]), pl = {
4594
4586
  e.amountInHeader ? (u(), d("div", bl, [
4595
4587
  l[0] || (l[0] = h("strong", { class: "hidden-visually" }, "Amount:", -1)),
4596
4588
  g(r.$slots, "valueAmount", { value: e.amount }, () => [
4597
- $(p(e.formatValue(e.amount, "amount")), 1)
4589
+ k(p(e.formatValue(e.amount, "amount")), 1)
4598
4590
  ])
4599
4591
  ])) : b("", !0),
4600
4592
  r.$slots.icon ? (u(), d("div", _l, [
@@ -4616,19 +4608,19 @@ const Uh = /* @__PURE__ */ R(vl, [["render", yl]]), pl = {
4616
4608
  h("div", kl, [
4617
4609
  l[1] || (l[1] = h("strong", { class: "hidden-visually" }, "Amount:", -1)),
4618
4610
  g(r.$slots, "valueAmount", { value: e.amount }, () => [
4619
- $(p(e.formatValue(e.amount, "amount")), 1)
4611
+ k(p(e.formatValue(e.amount, "amount")), 1)
4620
4612
  ])
4621
4613
  ]),
4622
4614
  e.deficit > 0 ? (u(), d("div", $l, [
4623
4615
  l[2] || (l[2] = h("strong", { class: "hidden-visually" }, "Deficit: ", -1)),
4624
4616
  g(r.$slots, "valueDeficit", { value: e.deficit }, () => [
4625
- $("-" + p(e.formatValue(e.deficit, "deficit")), 1)
4617
+ k("-" + p(e.formatValue(e.deficit, "deficit")), 1)
4626
4618
  ])
4627
4619
  ])) : b("", !0),
4628
4620
  h("div", Cl, [
4629
4621
  l[3] || (l[3] = h("strong", { class: "hidden-visually" }, "Total:", -1)),
4630
4622
  g(r.$slots, "valueTotal", { value: e.total }, () => [
4631
- $(p(e.formatValue(e.total, "total")), 1)
4623
+ k(p(e.formatValue(e.total, "total")), 1)
4632
4624
  ])
4633
4625
  ])
4634
4626
  ])) : b("", !0)
@@ -4717,7 +4709,7 @@ const Uh = /* @__PURE__ */ R(vl, [["render", yl]]), pl = {
4717
4709
  }
4718
4710
  },
4719
4711
  setup(e) {
4720
- 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) => {
4721
4713
  if (!t.value || !t.value.animate) return;
4722
4714
  const c = { strokeDasharray: [`${a} 100`, i.value] };
4723
4715
  t.value.animate(c, { duration: n.duration, easing: n.easing, fill: "forwards" });
@@ -4767,13 +4759,13 @@ const Uh = /* @__PURE__ */ R(vl, [["render", yl]]), pl = {
4767
4759
  ])),
4768
4760
  !r.value && !e.noValue ? (u(), d("strong", xl, [
4769
4761
  g(a.$slots, "value", { value: e.percentage }, () => [
4770
- $(p(e.formatValue(e.percentage)), 1)
4762
+ k(p(e.formatValue(e.percentage)), 1)
4771
4763
  ])
4772
4764
  ])) : b("", !0)
4773
4765
  ]),
4774
4766
  r.value && !e.noValue ? (u(), d("strong", El, [
4775
4767
  g(a.$slots, "value", { value: e.percentage }, () => [
4776
- $(p(e.formatValue(e.percentage)), 1)
4768
+ k(p(e.formatValue(e.percentage)), 1)
4777
4769
  ])
4778
4770
  ])) : b("", !0)
4779
4771
  ], 2));
@@ -4827,8 +4819,8 @@ function jl(e, n) {
4827
4819
  });
4828
4820
  }
4829
4821
  function Lh(e, n = {}) {
4830
- const t = (C, z) => {
4831
- const P = C[z];
4822
+ const t = (C, I) => {
4823
+ const P = C[I];
4832
4824
  return P === null || typeof P > "u" ? [] : Array.isArray(P) ? P : [P];
4833
4825
  }, {
4834
4826
  initialFacets: s,
@@ -4842,41 +4834,41 @@ function Lh(e, n = {}) {
4842
4834
  getSortValue: y = (C) => C.title || C.label || "",
4843
4835
  countMode: v = "none"
4844
4836
  // 'none', 'simple', 'intuitive'
4845
- } = n, k = (C) => C.sort((z, P) => {
4846
- const U = y(z), F = y(P);
4847
- return U && F ? String(U).localeCompare(String(F)) : U ? -1 : F ? 1 : 0;
4848
- }), j = {
4849
- az: { text: "A-Z", sort: k },
4850
- 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() }
4851
4843
  };
4852
- function A(C) {
4853
- return (C || []).map((z) => ({
4854
- ...z,
4855
- open: z.open || !1,
4856
- 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) => ({
4857
4849
  ...P,
4858
4850
  selected: P.selected || !1
4859
4851
  })),
4860
4852
  selectedCount: 0
4861
4853
  }));
4862
4854
  }
4863
- const O = I([]), ue = I(i), Qe = I(r), Je = w(() => !o || !e.value?.length ? null : jl(e.value, o)), ge = w(() => ({
4864
- ...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,
4865
4857
  ...a
4866
4858
  })), se = w(() => {
4867
- const C = /* @__PURE__ */ new Map(), z = Q.value;
4868
- if (!z || !o) return C;
4869
- const P = new Map(o.map((U) => {
4870
- const F = U.getValue || ((W) => W[U.uid]);
4871
- 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];
4872
4864
  }));
4873
- for (let U = 0; U < z.length; U++) {
4874
- const F = z[U];
4865
+ for (let M = 0; M < I.length; M++) {
4866
+ const F = I[M];
4875
4867
  for (const W of o) {
4876
4868
  const Y = P.get(W.uid)(F), G = Array.isArray(Y) ? Y : Y ? [Y] : [];
4877
4869
  for (const et of G) {
4878
4870
  const Ue = `${W.uid}:${et}`;
4879
- 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);
4880
4872
  }
4881
4873
  }
4882
4874
  }
@@ -4885,11 +4877,11 @@ function Lh(e, n = {}) {
4885
4877
  shouldSort: !0,
4886
4878
  keys: ["title", "label", "description", "author"],
4887
4879
  ...c
4888
- })), 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(() => {
4889
4881
  const C = [];
4890
- return O.value.forEach((z) => {
4891
- const P = z.children.filter((U) => U.selected);
4892
- 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 });
4893
4885
  }), C;
4894
4886
  }), X = w(() => {
4895
4887
  if (!de.value.length)
@@ -4897,39 +4889,39 @@ function Lh(e, n = {}) {
4897
4889
  const C = se.value;
4898
4890
  if (C.size === 0 && Q.value.length > 0 && o?.length > 0)
4899
4891
  return [];
4900
- 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 = [];
4901
4893
  for (const F of P)
4902
- U.push(Q.value[F]);
4903
- return U;
4894
+ M.push(Q.value[F]);
4895
+ return M;
4904
4896
  }), fe = w(() => {
4905
4897
  const C = ge.value[Qe.value]?.sort;
4906
4898
  return typeof C != "function" ? X.value : C([...X.value]);
4907
4899
  });
4908
4900
  function ke() {
4909
- O.value.forEach((C) => {
4910
- 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;
4911
4903
  });
4912
4904
  }
4913
- function hn({ groupUid: C, facetUid: z, selected: P }) {
4914
- const U = O.value.find((F) => F.uid === C);
4915
- if (U) {
4916
- !U.multiple && P && U.children.forEach((W) => {
4917
- 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);
4918
4910
  });
4919
- const F = U.children.find((W) => W.uid === z);
4920
- 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;
4921
4913
  }
4922
4914
  }
4923
4915
  return De(Je, (C) => {
4924
- const z = A(s || C);
4925
- z.forEach((P) => {
4926
- P.selectedCount = P.children.filter((U) => U.selected).length;
4927
- }), O.value = z;
4928
- }, { immediate: !0 }), De([de, Q], ([C, z], [P, U]) => {
4929
- 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)) {
4930
4922
  if (v === "simple")
4931
- O.value.forEach((F) => {
4932
- 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);
4933
4925
  F.children.forEach((Y) => {
4934
4926
  Y.count = Me.filter((G) => f(G, F.uid).includes(Y.uid)).length;
4935
4927
  });
@@ -4939,7 +4931,7 @@ function Lh(e, n = {}) {
4939
4931
  if (F.size === 0 && Q.value.length > 0 && o?.length > 0)
4940
4932
  return;
4941
4933
  const W = new Set(Q.value.map((Y, G) => G)), Me = Rt(C, F, W);
4942
- O.value.forEach((Y) => {
4934
+ j.value.forEach((Y) => {
4943
4935
  Y.children.forEach((G) => {
4944
4936
  const et = `${Y.uid}:${G.uid}`, Ue = F.get(et) || /* @__PURE__ */ new Set();
4945
4937
  if (G.selected)
@@ -4962,7 +4954,7 @@ function Lh(e, n = {}) {
4962
4954
  }
4963
4955
  }
4964
4956
  }, { deep: !0, immediate: !0 }), {
4965
- facets: O,
4957
+ facets: j,
4966
4958
  searchValue: ue,
4967
4959
  selectedSort: Qe,
4968
4960
  sortTypes: ge,
@@ -5014,14 +5006,14 @@ const Il = {
5014
5006
  a[0] || (a[0] = h("strong", { class: "ulu-facets-active-filters__label" }, "Active Filters:", -1))
5015
5007
  ]),
5016
5008
  h("div", zl, [
5017
- (u(!0), d(E, null, x(o.value, (c) => (u(), _($s, {
5009
+ (u(!0), d(x, null, O(o.value, (c) => (u(), _($s, {
5018
5010
  key: `${c.groupUid}-${c.uid}`,
5019
5011
  class: "button--sm",
5020
5012
  onClick: (f) => i(c)
5021
5013
  }, {
5022
5014
  default: S(() => [
5023
- $(p(c.label) + " ", 1),
5024
- M(N, { icon: "type:close" })
5015
+ k(p(c.label) + " ", 1),
5016
+ z(N, { icon: "type:close" })
5025
5017
  ]),
5026
5018
  _: 2
5027
5019
  }, 1032, ["onClick"]))), 128))
@@ -5081,7 +5073,7 @@ const Il = {
5081
5073
  "onUpdate:modelValue": i
5082
5074
  }, {
5083
5075
  default: S(({ option: a }) => [
5084
- $(p(a.label) + " ", 1),
5076
+ k(p(a.label) + " ", 1),
5085
5077
  a.count !== void 0 ? (u(), d("span", Ml, "(" + p(a.count) + ")", 1)) : b("", !0)
5086
5078
  ]),
5087
5079
  _: 1
@@ -5120,11 +5112,12 @@ const Il = {
5120
5112
  setup(e, { emit: n }) {
5121
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 || "";
5122
5114
  return (o, i) => (u(), d("div", Ul, [
5123
- (u(!0), d(E, null, x(e.facets, (r) => (u(), _(Vt, {
5124
- class: "ulu-facets__group",
5115
+ (u(!0), d(x, null, O(e.facets, (r) => (u(), _(Vt, {
5125
5116
  key: r.uid,
5126
5117
  classes: {
5127
5118
  container: ["ulu-facets__group", e.classes.group],
5119
+ containerOpen: ["ulu-facets__group--open", e.classes.groupOpen],
5120
+ containerClosed: ["ulu-facets__group--closed", e.classes.groupClosed],
5128
5121
  trigger: ["ulu-facets__group-trigger", e.classes.groupTrigger],
5129
5122
  content: ["ulu-facets__group-content", e.classes.groupContent]
5130
5123
  },
@@ -5135,11 +5128,11 @@ const Il = {
5135
5128
  group: r,
5136
5129
  isOpen: l
5137
5130
  }, () => [
5138
- $(p(r.name), 1)
5131
+ k(p(r.name), 1)
5139
5132
  ])
5140
5133
  ]),
5141
5134
  default: S(() => [
5142
- M(An, {
5135
+ z(An, {
5143
5136
  children: r.children.slice(0, e.maxVisible),
5144
5137
  groupUid: r.uid,
5145
5138
  groupName: r.name,
@@ -5156,10 +5149,10 @@ const Il = {
5156
5149
  transitionHeight: !0
5157
5150
  }, {
5158
5151
  trigger: S(({ isOpen: l }) => [
5159
- $(p(l ? "View Less" : "Show More"), 1)
5152
+ k(p(l ? "View Less" : "Show More"), 1)
5160
5153
  ]),
5161
5154
  default: S(() => [
5162
- M(An, {
5155
+ z(An, {
5163
5156
  children: r.children.slice(e.maxVisible),
5164
5157
  groupUid: r.uid,
5165
5158
  groupName: r.name,
@@ -5236,11 +5229,11 @@ const Il = {
5236
5229
  return (l, a) => (u(), d("div", {
5237
5230
  class: m(e.classes.container)
5238
5231
  }, [
5239
- (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", {
5240
5233
  key: c.uid,
5241
5234
  class: m(e.classes.group)
5242
5235
  }, [
5243
- M(vt, {
5236
+ z(vt, {
5244
5237
  classes: {
5245
5238
  trigger: e.classes.trigger,
5246
5239
  content: e.classes.content
@@ -5252,17 +5245,17 @@ const Il = {
5252
5245
  label: i(c)
5253
5246
  }, () => [
5254
5247
  h("span", null, [
5255
- $(p(c.name) + ": ", 1),
5248
+ k(p(c.name) + ": ", 1),
5256
5249
  h("strong", null, p(i(c)), 1)
5257
5250
  ])
5258
5251
  ]),
5259
- M(N, {
5252
+ z(N, {
5260
5253
  class: m(e.classes.triggerIcon),
5261
5254
  icon: "fas fa-chevron-down"
5262
5255
  }, null, 8, ["class"])
5263
5256
  ]),
5264
5257
  default: S(({ close: f }) => [
5265
- M(Cs, {
5258
+ z(Cs, {
5266
5259
  legend: c.name,
5267
5260
  type: c.multiple ? "checkbox" : "radio",
5268
5261
  options: s(c),
@@ -5299,7 +5292,7 @@ const Il = {
5299
5292
  });
5300
5293
  }
5301
5294
  return (o, i) => (u(), d("div", Bl, [
5302
- (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", {
5303
5296
  class: "facets-dropdown-filters__group",
5304
5297
  key: r.uid
5305
5298
  }, [
@@ -5313,7 +5306,7 @@ const Il = {
5313
5306
  onChange: (l) => s(r, l)
5314
5307
  }, [
5315
5308
  h("option", Fl, "All " + p(r.name) + "s", 1),
5316
- (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", {
5317
5310
  key: l.uid,
5318
5311
  value: l.uid,
5319
5312
  selected: l.selected
@@ -5366,7 +5359,7 @@ const Il = {
5366
5359
  class: m(["facets-results__list", e.classes.list])
5367
5360
  }, {
5368
5361
  default: S(() => [
5369
- (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", {
5370
5363
  class: m(["facets-results__item", e.classes.item]),
5371
5364
  key: s.id || o
5372
5365
  }, [
@@ -5447,7 +5440,7 @@ const Il = {
5447
5440
  }
5448
5441
  },
5449
5442
  setup(e) {
5450
- 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);
5451
5444
  return (r, l) => (u(), d("div", {
5452
5445
  class: m(["facets-sidebar", { "facets-sidebar--filters-hidden": T(t) }])
5453
5446
  }, [
@@ -5518,7 +5511,7 @@ const Il = {
5518
5511
  emits: ["update:modelValue"],
5519
5512
  setup(e, { emit: n }) {
5520
5513
  let t = 0;
5521
- const s = n, o = I(`ulu-facet-sort-${++t}`);
5514
+ const s = n, o = R(`ulu-facet-sort-${++t}`);
5522
5515
  return (i, r) => (u(), d("div", {
5523
5516
  class: m(["facets-sort", e.classes.sortForm])
5524
5517
  }, [
@@ -5527,7 +5520,7 @@ const Il = {
5527
5520
  class: m(e.classes.sortFormLabel)
5528
5521
  }, [
5529
5522
  g(i.$slots, "default", {}, () => [
5530
- r[1] || (r[1] = $("Sort:", -1))
5523
+ r[1] || (r[1] = k("Sort:", -1))
5531
5524
  ])
5532
5525
  ], 10, Jl),
5533
5526
  h("select", {
@@ -5536,7 +5529,7 @@ const Il = {
5536
5529
  id: o.value,
5537
5530
  class: m(e.classes.sortFormSelect)
5538
5531
  }, [
5539
- (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", {
5540
5533
  value: a,
5541
5534
  key: a
5542
5535
  }, p(l.text), 9, ta))), 128))
@@ -5608,9 +5601,9 @@ const Il = {
5608
5601
  let o = 0;
5609
5602
  const i = (r) => {
5610
5603
  r.forEach(({ target: l, isIntersecting: a }) => {
5611
- 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;
5612
5605
  y && this.$nextTick(() => {
5613
- 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", {
5614
5607
  section: y,
5615
5608
  sections: n,
5616
5609
  active: a
@@ -5654,7 +5647,7 @@ function oa(e, n, t, s, o, i) {
5654
5647
  g(e.$slots, "default")
5655
5648
  ]);
5656
5649
  }
5657
- const Kh = /* @__PURE__ */ R(na, [["render", oa]]), ia = {
5650
+ const Kh = /* @__PURE__ */ E(na, [["render", oa]]), ia = {
5658
5651
  name: "ScrollAnchorsNav",
5659
5652
  inject: {
5660
5653
  sections: { from: wt }
@@ -5673,7 +5666,7 @@ function la(e, n, t, s, o, i) {
5673
5666
  }, {
5674
5667
  default: S(() => [
5675
5668
  h("ul", null, [
5676
- (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", {
5677
5670
  key: l,
5678
5671
  class: m({ "is-active": r.active })
5679
5672
  }, [
@@ -5687,7 +5680,7 @@ function la(e, n, t, s, o, i) {
5687
5680
  _: 1
5688
5681
  })) : b("", !0);
5689
5682
  }
5690
- const Gh = /* @__PURE__ */ R(ia, [["render", la]]);
5683
+ const Gh = /* @__PURE__ */ E(ia, [["render", la]]);
5691
5684
  function Os(e) {
5692
5685
  requestAnimationFrame(() => {
5693
5686
  const n = new MessageChannel();
@@ -5750,7 +5743,7 @@ function da(e, n, t, s, o, i) {
5750
5743
  }, {
5751
5744
  default: S(() => [
5752
5745
  h("ul", ca, [
5753
- (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", {
5754
5747
  key: l,
5755
5748
  class: m({ "is-active": r.active })
5756
5749
  }, [
@@ -5777,7 +5770,7 @@ function da(e, n, t, s, o, i) {
5777
5770
  _: 1
5778
5771
  })) : b("", !0);
5779
5772
  }
5780
- const Zh = /* @__PURE__ */ R(aa, [["render", da]]), fa = {
5773
+ const Zh = /* @__PURE__ */ E(aa, [["render", da]]), fa = {
5781
5774
  name: "ScrollAnchorsSection",
5782
5775
  props: {
5783
5776
  title: String,
@@ -5832,14 +5825,14 @@ function ha(e, n, t, s, o, i) {
5832
5825
  id: o.titleId
5833
5826
  }, {
5834
5827
  default: S(() => [
5835
- $(p(t.title), 1)
5828
+ k(p(t.title), 1)
5836
5829
  ]),
5837
5830
  _: 1
5838
5831
  }, 8, ["class", "id"])),
5839
5832
  g(e.$slots, "default", { section: i.section })
5840
5833
  ], 2);
5841
5834
  }
5842
- const Qh = /* @__PURE__ */ R(fa, [["render", ha]]), ma = {
5835
+ const Qh = /* @__PURE__ */ E(fa, [["render", ha]]), ma = {
5843
5836
  __name: "UluSkeletonText",
5844
5837
  props: {
5845
5838
  /**
@@ -5913,8 +5906,8 @@ const tm = {
5913
5906
  return l.map((c) => ({ width: c, alt: Math.random() < 0.5 }));
5914
5907
  }));
5915
5908
  return (s, o) => (u(), d("div", null, [
5916
- (u(!0), d(E, null, x(t.value, (i, r) => (u(), d("div", { key: r }, [
5917
- (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", {
5918
5911
  key: l,
5919
5912
  class: m(["skeleton skeleton--text skeleton--inline", { "skeleton--background-alt": l.alt }]),
5920
5913
  style: H({ width: `${l.width}%` })
@@ -5926,7 +5919,7 @@ const tm = {
5926
5919
  __name: "UluSkeletonMedia",
5927
5920
  setup(e) {
5928
5921
  return (n, t) => (u(), d("div", va, [
5929
- M(N, { icon: "type:image" })
5922
+ z(N, { icon: "type:image" })
5930
5923
  ]));
5931
5924
  }
5932
5925
  }, ya = {
@@ -6144,7 +6137,7 @@ function Ra(e, n, t, s, o, i) {
6144
6137
  h("div", ba, [
6145
6138
  h("div", _a, [
6146
6139
  h("ul", wa, [
6147
- (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", {
6148
6141
  class: m(["slideshow__slide", { "is-active": l.active }]),
6149
6142
  key: a,
6150
6143
  tabindex: t.slideFocusable ? "0" : "-1",
@@ -6168,7 +6161,7 @@ function Ra(e, n, t, s, o, i) {
6168
6161
  onClick: n[0] || (n[0] = (...l) => i.previous && i.previous(...l)),
6169
6162
  disabled: !i.canScrollLeft
6170
6163
  }, [
6171
- M(r, {
6164
+ z(r, {
6172
6165
  class: "slideshow__control-icon",
6173
6166
  icon: "type:previous"
6174
6167
  })
@@ -6181,7 +6174,7 @@ function Ra(e, n, t, s, o, i) {
6181
6174
  onClick: n[1] || (n[1] = (...l) => i.next && i.next(...l)),
6182
6175
  disabled: !i.canScrollRight
6183
6176
  }, [
6184
- M(r, {
6177
+ z(r, {
6185
6178
  class: "slideshow__control-icon",
6186
6179
  icon: "type:next"
6187
6180
  })
@@ -6190,7 +6183,7 @@ function Ra(e, n, t, s, o, i) {
6190
6183
  ])
6191
6184
  ], 512),
6192
6185
  t.noNav ? b("", !0) : (u(), d("ul", Oa, [
6193
- (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", {
6194
6187
  class: m(["slideshow__nav-item", { "is-active": l.active }]),
6195
6188
  ref_for: !0,
6196
6189
  ref: (c) => {
@@ -6214,7 +6207,7 @@ function Ra(e, n, t, s, o, i) {
6214
6207
  ], 512))
6215
6208
  ]);
6216
6209
  }
6217
- const ja = /* @__PURE__ */ R(ya, [["render", Ra]]), Ia = {
6210
+ const ja = /* @__PURE__ */ E(ya, [["render", Ra]]), Ia = {
6218
6211
  name: "ImageSlideShow",
6219
6212
  components: {
6220
6213
  UluSlideShow: ja
@@ -6265,7 +6258,7 @@ function Ba(e, n, t, s, o, i) {
6265
6258
  iconBefore: ""
6266
6259
  }, {
6267
6260
  default: S(() => [...n[0] || (n[0] = [
6268
- $(" Select ", -1)
6261
+ k(" Select ", -1)
6269
6262
  ])]),
6270
6263
  _: 1
6271
6264
  })) : b("", !0)
@@ -6280,7 +6273,7 @@ function Ba(e, n, t, s, o, i) {
6280
6273
  _: 1
6281
6274
  }, 8, ["items", "onSlideChange"]);
6282
6275
  }
6283
- const sm = /* @__PURE__ */ R(Ia, [["render", Ba]]), Pa = {
6276
+ const sm = /* @__PURE__ */ E(Ia, [["render", Ba]]), Pa = {
6284
6277
  name: "SlideShowSlide",
6285
6278
  props: {
6286
6279
  /**
@@ -6300,7 +6293,7 @@ function La(e, n, t, s, o, i) {
6300
6293
  g(e.$slots, "default")
6301
6294
  ], 2);
6302
6295
  }
6303
- const om = /* @__PURE__ */ R(Pa, [["render", La]]), Fa = {
6296
+ const om = /* @__PURE__ */ E(Pa, [["render", La]]), Fa = {
6304
6297
  name: "UluTableStickyRows",
6305
6298
  props: {
6306
6299
  rows: Array,
@@ -6319,7 +6312,7 @@ const om = /* @__PURE__ */ R(Pa, [["render", La]]), Fa = {
6319
6312
  }
6320
6313
  }, Va = ["id"], Ha = ["innerHTML"];
6321
6314
  function Na(e, n, t, s, o, i) {
6322
- 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", {
6323
6316
  key: `br-${l}`,
6324
6317
  id: t.optionalAttr(t.isActual && r.id),
6325
6318
  class: m(t.resolveClasses(t.classes.row, { row: r.data, rowIndex: l, isActual: t.isActual, foot: t.foot })),
@@ -6327,7 +6320,7 @@ function Na(e, n, t, s, o, i) {
6327
6320
  height: r.height
6328
6321
  })
6329
6322
  }, [
6330
- (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"), {
6331
6324
  id: t.optionalAttr(t.isActual && a.rowHeader && a.getRowHeaderId(l)),
6332
6325
  scope: t.optionalAttr(t.isActual && a.rowHeader && "row"),
6333
6326
  key: `bc-${c}`,
@@ -6349,15 +6342,15 @@ function Na(e, n, t, s, o, i) {
6349
6342
  }) : a.html ? (u(), d("div", {
6350
6343
  key: 1,
6351
6344
  innerHTML: t.value({ row: r, column: a, rowIndex: l, isActual: t.isActual, foot: t.foot })
6352
- }, null, 8, Ha)) : (u(), d(E, { key: 2 }, [
6353
- $(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)
6354
6347
  ], 64))
6355
6348
  ]),
6356
6349
  _: 2
6357
6350
  }, 1032, ["id", "scope", "headers", "class", "style"]))), 128))
6358
6351
  ], 14, Va))), 128);
6359
6352
  }
6360
- const Da = /* @__PURE__ */ R(Fa, [["render", Na]]), Wa = {
6353
+ const Da = /* @__PURE__ */ E(Fa, [["render", Na]]), Wa = {
6361
6354
  name: "UluTableStickyTable",
6362
6355
  components: {
6363
6356
  UluTableStickyRows: Da
@@ -6455,7 +6448,7 @@ function nc(e, n, t, s, o, i) {
6455
6448
  }, [
6456
6449
  t.caption ? (u(), d("caption", Ya, p(t.caption), 1)) : b("", !0),
6457
6450
  h("thead", null, [
6458
- (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", {
6459
6452
  key: `hr-${a}`,
6460
6453
  id: i.optionalAttr(t.isActual && l.id),
6461
6454
  class: m(t.resolveClasses(t.classes.rowHeader, { row: l, rowIndex: a, isActual: t.isActual })),
@@ -6463,7 +6456,7 @@ function nc(e, n, t, s, o, i) {
6463
6456
  height: l.height
6464
6457
  })
6465
6458
  }, [
6466
- (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", {
6467
6460
  key: `hc-${f}`,
6468
6461
  id: i.optionalAttr(t.isActual && c.id),
6469
6462
  rowspan: c.rowspan,
@@ -6505,19 +6498,19 @@ function nc(e, n, t, s, o, i) {
6505
6498
  }) : c.htmlTitle ? (u(), d("div", {
6506
6499
  key: 1,
6507
6500
  innerHTML: t.getColumnTitle({ column: c, index: f, isActual: t.isActual })
6508
- }, null, 8, Ga)) : (u(), d(E, { key: 2 }, [
6509
- $(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)
6510
6503
  ], 64)),
6511
6504
  h("span", Za, [
6512
6505
  h("span", Qa, [
6513
6506
  g(e.$slots, "sortIcon", {}, () => [
6514
- n[0] || (n[0] = $("▼", -1))
6507
+ n[0] || (n[0] = k("▼", -1))
6515
6508
  ])
6516
6509
  ])
6517
6510
  ])
6518
6511
  ]),
6519
6512
  _: 2
6520
- }, 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 }, [
6521
6514
  e.$slots[c.slotHeader] ? g(e.$slots, c.slotHeader, {
6522
6515
  key: 0,
6523
6516
  isActual: t.isActual,
@@ -6526,15 +6519,15 @@ function nc(e, n, t, s, o, i) {
6526
6519
  }) : c.htmlTitle ? (u(), d("div", {
6527
6520
  key: 1,
6528
6521
  innerHTML: t.getColumnTitle({ column: c, index: f, isActual: t.isActual })
6529
- }, null, 8, Ja)) : (u(), d(E, { key: 2 }, [
6530
- $(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)
6531
6524
  ], 64))
6532
6525
  ], 64))
6533
6526
  ], 14, Ka))), 128))
6534
6527
  ], 14, qa))), 128))
6535
6528
  ]),
6536
6529
  t.rows ? (u(), d("tbody", ec, [
6537
- M(r, {
6530
+ z(r, {
6538
6531
  rows: t.rows,
6539
6532
  rowColumns: t.rowColumns,
6540
6533
  optionalAttr: i.optionalAttr,
@@ -6545,7 +6538,7 @@ function nc(e, n, t, s, o, i) {
6545
6538
  classes: t.classes,
6546
6539
  value: i.value
6547
6540
  }, Te({ _: 2 }, [
6548
- x(e.$slots, (l, a) => ({
6541
+ O(e.$slots, (l, a) => ({
6549
6542
  name: a,
6550
6543
  fn: S((c) => [
6551
6544
  g(e.$slots, a, ee(te(c)))
@@ -6554,7 +6547,7 @@ function nc(e, n, t, s, o, i) {
6554
6547
  ]), 1032, ["rows", "rowColumns", "optionalAttr", "resolveClasses", "getCellHeaders", "isActual", "columnWidth", "classes", "value"])
6555
6548
  ])) : b("", !0),
6556
6549
  t.footerRows ? (u(), d("tfoot", tc, [
6557
- M(r, {
6550
+ z(r, {
6558
6551
  rows: t.footerRows,
6559
6552
  rowColumns: t.rowColumns,
6560
6553
  optionalAttr: i.optionalAttr,
@@ -6566,7 +6559,7 @@ function nc(e, n, t, s, o, i) {
6566
6559
  value: i.value,
6567
6560
  foot: ""
6568
6561
  }, Te({ _: 2 }, [
6569
- x(e.$slots, (l, a) => ({
6562
+ O(e.$slots, (l, a) => ({
6570
6563
  name: a,
6571
6564
  fn: S((c) => [
6572
6565
  g(e.$slots, a, ee(te(c)))
@@ -6576,7 +6569,7 @@ function nc(e, n, t, s, o, i) {
6576
6569
  ])) : b("", !0)
6577
6570
  ], 10, Xa);
6578
6571
  }
6579
- const sc = /* @__PURE__ */ R(Wa, [["render", nc]]);
6572
+ const sc = /* @__PURE__ */ E(Wa, [["render", nc]]);
6580
6573
  function oc() {
6581
6574
  this.__data__ = [], this.size = 0;
6582
6575
  }
@@ -7043,9 +7036,9 @@ var Xn = je && je.isMap, ef = Xn ? dn(Xn) : Jd, tf = "[object Set]";
7043
7036
  function nf(e) {
7044
7037
  return Ze(e) && ie(e) == tf;
7045
7038
  }
7046
- 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 = {};
7047
- 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;
7048
- 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;
7049
7042
  function lt(e, n, t, s, o, i) {
7050
7043
  var r;
7051
7044
  if (r !== void 0)
@@ -7062,7 +7055,7 @@ function lt(e, n, t, s, o, i) {
7062
7055
  if (a == Ns || a == Vs || c && !o)
7063
7056
  r = c ? {} : Zd(e);
7064
7057
  else {
7065
- if (!B[a])
7058
+ if (!U[a])
7066
7059
  return o ? e : {};
7067
7060
  r = Kd(e, a);
7068
7061
  }
@@ -7071,14 +7064,14 @@ function lt(e, n, t, s, o, i) {
7071
7064
  var f = i.get(e);
7072
7065
  if (f)
7073
7066
  return f;
7074
- i.set(e, r), sf(e) ? e.forEach(function(k) {
7075
- r.add(lt(k, n, t, k, e, i));
7076
- }) : ef(e) && e.forEach(function(k, j) {
7077
- 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));
7078
7071
  });
7079
7072
  var y = gd, v = l ? void 0 : y(e);
7080
- return iu(v || e, function(k, j) {
7081
- 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));
7082
7075
  }), r;
7083
7076
  }
7084
7077
  var Of = 1, xf = 4;
@@ -7509,7 +7502,7 @@ function Ff(e, n, t, s, o, i) {
7509
7502
  }, [
7510
7503
  h("div", jf, [
7511
7504
  h("div", If, [
7512
- M(r, {
7505
+ z(r, {
7513
7506
  ref: "header",
7514
7507
  class: "table-sticky__table table-sticky__table--header",
7515
7508
  classes: t.classes,
@@ -7525,7 +7518,7 @@ function Ff(e, n, t, s, o, i) {
7525
7518
  }),
7526
7519
  onColumnSorted: i.applySort
7527
7520
  }, Te({ _: 2 }, [
7528
- x(e.$slots, (l, a) => ({
7521
+ O(e.$slots, (l, a) => ({
7529
7522
  name: a,
7530
7523
  fn: S((c) => [
7531
7524
  g(e.$slots, a, ee(te(c)))
@@ -7551,7 +7544,7 @@ function Ff(e, n, t, s, o, i) {
7551
7544
  }),
7552
7545
  onColumnSorted: i.applySort
7553
7546
  }, Te({ _: 2 }, [
7554
- x(e.$slots, (l, a) => ({
7547
+ O(e.$slots, (l, a) => ({
7555
7548
  name: a,
7556
7549
  fn: S((c) => [
7557
7550
  g(e.$slots, a, ee(te(c)))
@@ -7584,7 +7577,7 @@ function Ff(e, n, t, s, o, i) {
7584
7577
  disabled: !o.canScrollLeft
7585
7578
  }, [
7586
7579
  g(e.$slots, "controlLeft", {}, () => [
7587
- n[2] || (n[2] = $(" ← ", -1))
7580
+ n[2] || (n[2] = k(" ← ", -1))
7588
7581
  ])
7589
7582
  ], 10, Bf),
7590
7583
  h("button", {
@@ -7594,7 +7587,7 @@ function Ff(e, n, t, s, o, i) {
7594
7587
  disabled: !o.canScrollRight
7595
7588
  }, [
7596
7589
  g(e.$slots, "controlRight", {}, () => [
7597
- n[3] || (n[3] = $(" → ", -1))
7590
+ n[3] || (n[3] = k(" → ", -1))
7598
7591
  ])
7599
7592
  ], 10, Pf)
7600
7593
  ]))
@@ -7603,7 +7596,7 @@ function Ff(e, n, t, s, o, i) {
7603
7596
  ])
7604
7597
  ]),
7605
7598
  h("div", Lf, [
7606
- M(r, {
7599
+ z(r, {
7607
7600
  ref: "table",
7608
7601
  class: "table-sticky__table table-sticky__table--actual",
7609
7602
  classes: t.classes,
@@ -7622,7 +7615,7 @@ function Ff(e, n, t, s, o, i) {
7622
7615
  onActualHeaderAdded: i.headerAdded,
7623
7616
  onColumnSorted: i.applySort
7624
7617
  }, Te({ _: 2 }, [
7625
- x(e.$slots, (l, a) => ({
7618
+ O(e.$slots, (l, a) => ({
7626
7619
  name: a,
7627
7620
  fn: S((c) => [
7628
7621
  g(e.$slots, a, ee(te(c)))
@@ -7651,7 +7644,7 @@ function Ff(e, n, t, s, o, i) {
7651
7644
  }),
7652
7645
  onColumnSorted: i.applySort
7653
7646
  }, Te({ _: 2 }, [
7654
- x(e.$slots, (l, a) => ({
7647
+ O(e.$slots, (l, a) => ({
7655
7648
  name: a,
7656
7649
  fn: S((c) => [
7657
7650
  g(e.$slots, a, ee(te(c)))
@@ -7660,7 +7653,7 @@ function Ff(e, n, t, s, o, i) {
7660
7653
  ]), 1032, ["classes", "resolveClasses", "caption", "headerRows", "columnWidth", "rows", "footerRows", "rowColumns", "idPrefix", "getRowValue", "getColumnTitle", "style", "onColumnSorted"])) : b("", !0)
7661
7654
  ], 2);
7662
7655
  }
7663
- 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({
7664
7657
  __proto__: null,
7665
7658
  dom: bi,
7666
7659
  router: Fi