@ulu/frontend-vue 0.1.1-beta.4 → 0.1.1-beta.6

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 O, normalizeClass as m, renderSlot as g, createTextVNode as $, toDisplayString as b, withKeys as Zn, normalizeStyle as H, createCommentVNode as p, nextTick as Qn, toRef as Ws, createBlock as _, Teleport as dt, resolveDynamicComponent as F, mergeProps as le, inject as ft, watchEffect as ht, defineAsyncComponent as Xs, markRaw as xe, toRefs as Ys, toValue as ot, resolveComponent as N, withModifiers as qs, createVNode as z, useSlots as Ks, renderList as R, TransitionGroup as Jn, withCtx as S, onMounted as mt, onBeforeUnmount as es, watch as We, isRef as Gs, hasInjectionContext as Zs, getCurrentInstance as Qs, onDeactivated as Js, onActivated as eo, onUnmounted as ts, normalizeProps as ee, guardReactiveProps as te, vModelText as to, vShow as Mt, createSlots as Ae } from "vue";
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 A, normalizeClass as m, renderSlot as g, createTextVNode as $, toDisplayString as b, withKeys as Zn, normalizeStyle as H, createCommentVNode as p, nextTick as Qn, toRef as Ws, createBlock as _, Teleport as dt, resolveDynamicComponent as V, mergeProps as le, inject as ft, watchEffect as ht, defineAsyncComponent as Xs, markRaw as xe, toRefs as Ys, toValue as ot, resolveComponent as N, withModifiers as qs, createVNode as z, useSlots as Ks, renderList as x, TransitionGroup as Jn, withCtx as S, onMounted as mt, onBeforeUnmount as es, watch as We, isRef as Gs, hasInjectionContext as Zs, getCurrentInstance as Qs, onDeactivated as Js, onActivated as eo, onUnmounted as ts, normalizeProps as ee, guardReactiveProps as te, vModelText as to, vShow as Mt, createSlots as Ae } 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 no, RouterLink as gt } from "vue-router";
4
4
  import { Tab as so, TabGroup as oo, TabList as io, TabPanel as ro, TabPanels as lo } from "@headlessui/vue";
@@ -29,7 +29,7 @@ const mn = {
29
29
  dropdownExpand: "fas fa-caret-down"
30
30
  }
31
31
  };
32
- function Yf(e, n = {}) {
32
+ function Wf(e, n = {}) {
33
33
  const t = qt({ ...mn }), { iconsByType: s, ...o } = n || {};
34
34
  o && Object.assign(t, o);
35
35
  const i = {
@@ -294,8 +294,8 @@ const po = ["id", "disabled", "aria-expanded", "aria-controls", "aria-label"], b
294
294
  floatingStyles: k,
295
295
  placement: j,
296
296
  middlewareData: T,
297
- update: A,
298
- isPositioned: ce
297
+ update: O,
298
+ isPositioned: ue
299
299
  } = ls(a, c, v), Je = w(() => {
300
300
  const W = T.value?.arrow;
301
301
  return W ? {
@@ -304,20 +304,20 @@ const po = ["id", "disabled", "aria-expanded", "aria-controls", "aria-label"], b
304
304
  top: W?.y != null ? `${W.y}px` : ""
305
305
  } : null;
306
306
  });
307
- r.onReady && r.onReady({ update: A, isPositioned: ce });
307
+ r.onReady && r.onReady({ update: O, isPositioned: ue });
308
308
  const Me = () => {
309
309
  ge(!l.value);
310
310
  }, ge = (W) => {
311
311
  l.value = W;
312
- const de = {
313
- trigger: O(a),
314
- content: O(c),
315
- isOpen: O(l)
316
- }, ke = { isOpen: de.isOpen };
312
+ const fe = {
313
+ trigger: A(a),
314
+ content: A(c),
315
+ isOpen: A(l)
316
+ }, ke = { isOpen: fe.isOpen };
317
317
  Qn(() => {
318
- l.value ? (A(), window.setTimeout(() => {
319
- Ct(), s.directFocus(de), t("toggle", ke);
320
- }, 0)) : (Q(), s.directFocus(de), t("toggle", ke));
318
+ l.value ? (O(), window.setTimeout(() => {
319
+ Ct(), s.directFocus(fe), t("toggle", ke);
320
+ }, 0)) : (Q(), s.directFocus(fe), t("toggle", ke));
321
321
  });
322
322
  };
323
323
  let se;
@@ -327,8 +327,8 @@ const po = ["id", "disabled", "aria-expanded", "aria-controls", "aria-label"], b
327
327
  }, document.addEventListener("click", se));
328
328
  }, Q = () => {
329
329
  se && (document.removeEventListener("click", se), se = null);
330
- }, ue = () => ge(!1);
331
- return (W, de) => {
330
+ }, de = () => ge(!1);
331
+ return (W, fe) => {
332
332
  const ke = Gn("ulu-tooltip");
333
333
  return u(), d(E, null, [
334
334
  Oe((u(), d("button", {
@@ -336,20 +336,20 @@ const po = ["id", "disabled", "aria-expanded", "aria-controls", "aria-label"], b
336
336
  ref_key: "trigger",
337
337
  ref: a,
338
338
  onClick: Me,
339
- id: O(i),
339
+ id: A(i),
340
340
  disabled: e.disabled,
341
341
  class: m([
342
342
  { [e.activeClass]: l.value },
343
343
  e.classes.trigger
344
344
  ]),
345
345
  "aria-expanded": l.value ? "true" : "false",
346
- "aria-controls": O(o),
346
+ "aria-controls": A(o),
347
347
  "aria-label": e.triggerAlt
348
348
  }, [
349
349
  g(W.$slots, "trigger", {
350
350
  isOpen: l.value,
351
351
  toggle: Me,
352
- close: ue
352
+ close: de
353
353
  }, () => [
354
354
  $(b(e.triggerText), 1)
355
355
  ])
@@ -367,24 +367,24 @@ const po = ["id", "disabled", "aria-expanded", "aria-controls", "aria-label"], b
367
367
  ]]),
368
368
  ref_key: "content",
369
369
  ref: c,
370
- "aria-labelledby": O(i),
371
- id: O(o),
372
- style: H(O(k)),
373
- "data-placement": O(j),
374
- onKeydown: de[0] || (de[0] = Zn((hn) => ge(!1), ["esc"])),
370
+ "aria-labelledby": A(i),
371
+ id: A(o),
372
+ style: H(A(k)),
373
+ "data-placement": A(j),
374
+ onKeydown: fe[0] || (fe[0] = Zn((hn) => ge(!1), ["esc"])),
375
375
  tabindex: "-1"
376
376
  }, [
377
377
  h("span", _o, [
378
378
  g(W.$slots, "default", {
379
379
  isOpen: l.value,
380
380
  toggle: Me,
381
- close: ue
381
+ close: de
382
382
  })
383
383
  ]),
384
384
  W.$slots.footer ? (u(), d("span", wo, [
385
- g(W.$slots, "footer", { close: ue })
385
+ g(W.$slots, "footer", { close: de })
386
386
  ])) : p("", !0),
387
- O(r).arrow ? (u(), d("span", {
387
+ A(r).arrow ? (u(), d("span", {
388
388
  key: 1,
389
389
  class: "popover__arrow",
390
390
  ref_key: "contentArrow",
@@ -434,8 +434,8 @@ const po = ["id", "disabled", "aria-expanded", "aria-controls", "aria-label"], b
434
434
  ref_key: "content",
435
435
  ref: t,
436
436
  "aria-hidden": "true",
437
- "data-placement": O(l),
438
- style: H(O(r))
437
+ "data-placement": A(l),
438
+ style: H(A(r))
439
439
  }, [
440
440
  e.config.isHtml ? (u(), d("span", {
441
441
  key: 0,
@@ -455,20 +455,20 @@ const po = ["id", "disabled", "aria-expanded", "aria-controls", "aria-label"], b
455
455
  __name: "UluTooltipDisplay",
456
456
  setup(e) {
457
457
  return (n, t) => (u(), _(dt, {
458
- to: O(ve).plugin.tooltipTeleportTo
458
+ to: A(ve).plugin.tooltipTeleportTo
459
459
  }, [
460
- O(Kt) ? (u(), _(Co, {
460
+ A(Kt) ? (u(), _(Co, {
461
461
  key: 0,
462
- config: O(Gt)
462
+ config: A(Gt)
463
463
  }, null, 8, ["config"])) : p("", !0)
464
464
  ], 8, ["to"]));
465
465
  }
466
466
  };
467
- function qf(e, n = {}) {
467
+ function Xf(e, n = {}) {
468
468
  const t = uo(n);
469
469
  t.plugin.global && (e.directive(t.plugin.directiveName, go), e.component("UluTooltipDisplay", To), e.component("UluPopover", vt));
470
470
  }
471
- const x = (e, n) => {
471
+ const R = (e, n) => {
472
472
  const t = e.__vccOpts || e;
473
473
  for (const [s, o] of n)
474
474
  t[s] = o;
@@ -514,14 +514,14 @@ const x = (e, n) => {
514
514
  }
515
515
  };
516
516
  function Oo(e, n, t, s, o, i) {
517
- return i.currentModal ? (u(), _(F(i.currentModal.component), le({ key: 0 }, i.currentProps, {
517
+ return i.currentModal ? (u(), _(V(i.currentModal.component), le({ key: 0 }, i.currentProps, {
518
518
  modelValue: o.open,
519
519
  "onUpdate:modelValue": n[0] || (n[0] = (r) => o.open = r),
520
520
  onVnodeMounted: i.modalMounted,
521
521
  onVnodeUnmounted: i.modalUnmounted
522
522
  }), null, 16, ["modelValue", "onVnodeMounted", "onVnodeUnmounted"])) : p("", !0);
523
523
  }
524
- const xo = /* @__PURE__ */ x(Ao, [["render", Oo]]);
524
+ const xo = /* @__PURE__ */ R(Ao, [["render", Oo]]);
525
525
  function Ro() {
526
526
  return { getIconProps: (t) => t ? typeof t == "object" && !Array.isArray(t) ? t : { icon: t } : null, getClassesFromDefinition: (t) => {
527
527
  if (!t)
@@ -559,10 +559,10 @@ const D = {
559
559
  const { icon: T } = r;
560
560
  if (typeof T == "string" && T.startsWith("type:"))
561
561
  try {
562
- const A = T.substring(5);
563
- return n.getIcon(A);
564
- } catch (A) {
565
- return console.warn(A), null;
562
+ const O = T.substring(5);
563
+ return n.getIcon(O);
564
+ } catch (O) {
565
+ return console.warn(O), null;
566
566
  }
567
567
  return T;
568
568
  }), y = w(() => !a.value || !f.value ? null : c.value(f.value)), v = w(() => s(f.value)), k = w(() => o(f.value)), j = w(() => ({
@@ -575,14 +575,14 @@ const D = {
575
575
  t.value = xe(i.FontAwesomeIcon);
576
576
  else {
577
577
  const T = Xs(async () => {
578
- const A = await import("./index.es-HlG3u0J5.js");
579
- return i = A, A.FontAwesomeIcon;
578
+ const O = await import("./index.es-HlG3u0J5.js");
579
+ return i = O, O.FontAwesomeIcon;
580
580
  });
581
581
  t.value = xe(T);
582
582
  }
583
583
  } else
584
584
  t.value = null;
585
- }), (T, A) => a.value ? (u(), _(F(a.value), le({ key: 0 }, y.value, { class: j.value }), null, 16, ["class"])) : !l.value && t.value && f.value ? (u(), _(F(t.value), le({ key: 1 }, v.value, { class: j.value }), null, 16, ["class"])) : l.value && f.value ? (u(), d("span", {
585
+ }), (T, 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", {
586
586
  key: 2,
587
587
  class: m([k.value, j.value]),
588
588
  "aria-hidden": "true"
@@ -606,7 +606,7 @@ function Ut(e) {
606
606
  Object.prototype.hasOwnProperty.call(e, t) && e[t] && t && n.add(t);
607
607
  return n;
608
608
  }
609
- function me({ props: e, baseClass: n, internal: t = {} }) {
609
+ function ae({ props: e, baseClass: n, internal: t = {} }) {
610
610
  const { modifiers: s } = Ys(e);
611
611
  return { resolvedModifiers: w(() => {
612
612
  const i = ot(n), r = Ut(ot(s)), l = Ut(ot(t));
@@ -1077,7 +1077,7 @@ const Lo = {
1077
1077
  "no-min-height": e.noMinHeight,
1078
1078
  "non-modal": e.nonModal,
1079
1079
  "resizer-active": s.value
1080
- })), { resolvedModifiers: r } = me({
1080
+ })), { resolvedModifiers: r } = ae({
1081
1081
  props: e,
1082
1082
  baseClass: "modal",
1083
1083
  internal: i
@@ -1248,7 +1248,7 @@ function Do(e, n, t, s, o, i) {
1248
1248
  ], 46, Vo)
1249
1249
  ], 8, ["to", "disabled"]);
1250
1250
  }
1251
- const ds = /* @__PURE__ */ x(Lo, [["render", Do]]), Fe = [], Wo = I({
1251
+ const ds = /* @__PURE__ */ R(Lo, [["render", Do]]), Fe = [], Wo = I({
1252
1252
  /**
1253
1253
  * Holds active component options (including component, and options)
1254
1254
  */
@@ -1306,7 +1306,7 @@ const ds = /* @__PURE__ */ x(Lo, [["render", Do]]), Fe = [], Wo = I({
1306
1306
  modals: [],
1307
1307
  modalOptions: {}
1308
1308
  };
1309
- function Kf(e, n) {
1309
+ function Yf(e, n) {
1310
1310
  const t = Object.assign({}, Yo, n), o = Xo((i) => Object.assign({}, t.modalOptions, i));
1311
1311
  e.component(t.componentNameDisplay, xo), e.component(t.componentNameModal, ds), t.modals.forEach((i) => {
1312
1312
  o.add(i);
@@ -1392,7 +1392,7 @@ function Go(e, n, t, s, o, i) {
1392
1392
  key: 1,
1393
1393
  class: m(["toast__actions", t.classes.actions])
1394
1394
  }, [
1395
- (u(!0), d(E, null, R(t.toast.actions, (l, a) => (u(), d("button", {
1395
+ (u(!0), d(E, null, x(t.toast.actions, (l, a) => (u(), d("button", {
1396
1396
  key: a,
1397
1397
  class: m(["toast__action", t.classes.action]),
1398
1398
  onClick: (c) => i.handleAction(c, l)
@@ -1406,7 +1406,7 @@ function Go(e, n, t, s, o, i) {
1406
1406
  ], 2)
1407
1407
  ], 2);
1408
1408
  }
1409
- const fs = /* @__PURE__ */ x(qo, [["render", Go]]), _n = {
1409
+ const fs = /* @__PURE__ */ R(qo, [["render", Go]]), _n = {
1410
1410
  toastOptions: {
1411
1411
  /**
1412
1412
  * Component used to render the toast in the display
@@ -1433,7 +1433,7 @@ const fs = /* @__PURE__ */ x(qo, [["render", Go]]), _n = {
1433
1433
  }
1434
1434
  }, { assign: At } = Object;
1435
1435
  let Zo = 0;
1436
- const fe = qt({
1436
+ const he = qt({
1437
1437
  toasts: [],
1438
1438
  /**
1439
1439
  * Saveable
@@ -1462,8 +1462,8 @@ const fe = qt({
1462
1462
  * @returns Toast object (to be used to remove)
1463
1463
  */
1464
1464
  add(e) {
1465
- const n = fe.createToast(e);
1466
- return fe.toasts.unshift(n), n.duration && setTimeout(() => {
1465
+ const n = he.createToast(e);
1466
+ return he.toasts.unshift(n), n.duration && setTimeout(() => {
1467
1467
  this.remove(n.uid);
1468
1468
  }, n.duration), n;
1469
1469
  },
@@ -1472,19 +1472,19 @@ const fe = qt({
1472
1472
  * @param {Object} toast Toast uid
1473
1473
  */
1474
1474
  remove(e) {
1475
- const n = fe.toasts.findIndex((t) => t.uid === e);
1476
- n > -1 && fe.toasts.splice(n, 1);
1475
+ const n = he.toasts.findIndex((t) => t.uid === e);
1476
+ n > -1 && he.toasts.splice(n, 1);
1477
1477
  },
1478
1478
  /**
1479
1479
  * Remove all toasts
1480
1480
  */
1481
1481
  removeAll() {
1482
- fe.toasts = [];
1482
+ he.toasts = [];
1483
1483
  }
1484
1484
  }, Qo = {
1485
1485
  name: "UluTooltipDisplay",
1486
1486
  data() {
1487
- const { toasts: e, pluginOptions: n } = fe;
1487
+ const { toasts: e, pluginOptions: n } = he;
1488
1488
  return { toasts: e, pluginOptions: n };
1489
1489
  },
1490
1490
  computed: {
@@ -1504,7 +1504,7 @@ function Jo(e, n, t, s, o, i) {
1504
1504
  tag: "div"
1505
1505
  }, {
1506
1506
  default: S(() => [
1507
- (u(!0), d(E, null, R(o.toasts, (r) => (u(), _(F(r.component), {
1507
+ (u(!0), d(E, null, x(o.toasts, (r) => (u(), _(V(r.component), {
1508
1508
  key: r.uid,
1509
1509
  toast: r
1510
1510
  }, null, 8, ["toast"]))), 128))
@@ -1513,10 +1513,10 @@ function Jo(e, n, t, s, o, i) {
1513
1513
  }, 8, ["class"])
1514
1514
  ], 8, ["to"]);
1515
1515
  }
1516
- const ei = /* @__PURE__ */ x(Qo, [["render", Jo]]);
1517
- function Gf(e, n = {}) {
1518
- const t = fe.setPluginOptions(n?.plugin);
1519
- fe.setToastOptions(n?.toast), e.component(t.componentName, fs), e.component(t.componentNameDisplay, ei), e.config.globalProperties.$uluToast = Pt, e.provide("uluToast", Pt);
1516
+ const ei = /* @__PURE__ */ R(Qo, [["render", Jo]]);
1517
+ function qf(e, n = {}) {
1518
+ const t = he.setPluginOptions(n?.plugin);
1519
+ he.setToastOptions(n?.toast), e.component(t.componentName, fs), e.component(t.componentNameDisplay, ei), e.config.globalProperties.$uluToast = Pt, e.provide("uluToast", Pt);
1520
1520
  }
1521
1521
  const ti = {
1522
1522
  /**
@@ -1541,7 +1541,7 @@ function ni(e) {
1541
1541
  await new Promise((f) => {
1542
1542
  document.readyState === "loading" ? document.addEventListener("DOMContentLoaded", () => f()) : f();
1543
1543
  });
1544
- const r = await import("./breakpoints-BveV_33Q.js"), { BreakpointManager: l } = r, a = xe(new l(n.plugin));
1544
+ const r = await import("./breakpoints-DfvqG8m8.js"), { BreakpointManager: l } = r, a = xe(new l(n.plugin));
1545
1545
  t.value = xe(a);
1546
1546
  const c = () => {
1547
1547
  s.value = a.active, o.value = a.resizeDirection;
@@ -1559,7 +1559,7 @@ const si = {
1559
1559
  */
1560
1560
  managerOptions: {}
1561
1561
  };
1562
- function Zf(e, n) {
1562
+ function Kf(e, n) {
1563
1563
  const t = I(!1), s = Object.assign({}, si, n), { breakpointMobile: o } = s, { onReady: i } = s.managerOptions, r = {
1564
1564
  onReady(y) {
1565
1565
  y.at(o).max({
@@ -1578,7 +1578,7 @@ function Zf(e, n) {
1578
1578
  } = ni(l);
1579
1579
  e.provide("uluBreakpointActive", w(() => c.value)), e.provide("uluBreakpointDirection", w(() => f.value)), e.provide("uluBreakpointManager", w(() => a.value)), e.provide("uluIsMobile", w(() => t.value));
1580
1580
  }
1581
- const Lt = /* @__PURE__ */ new Set(), q = /* @__PURE__ */ new WeakMap(), pe = /* @__PURE__ */ new WeakMap(), Z = /* @__PURE__ */ new WeakMap(), Xe = /* @__PURE__ */ new WeakMap(), Ot = /* @__PURE__ */ new WeakMap(), Ne = /* @__PURE__ */ new WeakMap(), ye = /* @__PURE__ */ new WeakMap(), he = /* @__PURE__ */ new WeakMap(), Te = /* @__PURE__ */ new WeakSet();
1581
+ const Lt = /* @__PURE__ */ new Set(), q = /* @__PURE__ */ new WeakMap(), pe = /* @__PURE__ */ new WeakMap(), Z = /* @__PURE__ */ new WeakMap(), Xe = /* @__PURE__ */ new WeakMap(), Ot = /* @__PURE__ */ new WeakMap(), Ne = /* @__PURE__ */ new WeakMap(), ye = /* @__PURE__ */ new WeakMap(), me = /* @__PURE__ */ new WeakMap(), Te = /* @__PURE__ */ new WeakSet();
1582
1582
  let K, Qt = 0, Jt = 0;
1583
1583
  const re = "__aa_tgt", Ye = "__aa_del", at = "__aa_new", hs = (e) => {
1584
1584
  const n = li(e);
@@ -1613,9 +1613,9 @@ function en(e) {
1613
1613
  c.observe(e), Xe.set(e, c);
1614
1614
  }
1615
1615
  function _e(e, n = !0) {
1616
- clearTimeout(he.get(e));
1616
+ clearTimeout(me.get(e));
1617
1617
  const t = pt(e), s = n ? qe(t) ? 500 : t.duration : 0;
1618
- he.set(e, setTimeout(async () => {
1618
+ me.set(e, setTimeout(async () => {
1619
1619
  const o = Z.get(e);
1620
1620
  try {
1621
1621
  await o?.finished, q.set(e, Re(e)), en(e);
@@ -1624,7 +1624,7 @@ function _e(e, n = !0) {
1624
1624
  }, s));
1625
1625
  }
1626
1626
  function ii() {
1627
- clearTimeout(he.get(K)), he.set(K, setTimeout(() => {
1627
+ clearTimeout(me.get(K)), me.set(K, setTimeout(() => {
1628
1628
  Lt.forEach((e) => rt(e, (n) => gs(() => _e(n))));
1629
1629
  }, 100));
1630
1630
  }
@@ -1904,8 +1904,8 @@ function mi(e, n = {}) {
1904
1904
  } catch {
1905
1905
  }
1906
1906
  Z.delete(s);
1907
- const i = he.get(s);
1908
- i && clearTimeout(i), he.delete(s);
1907
+ const i = me.get(s);
1908
+ i && clearTimeout(i), me.delete(s);
1909
1909
  const r = Ne.get(s);
1910
1910
  r && clearInterval(r), Ne.delete(s);
1911
1911
  });
@@ -1926,8 +1926,8 @@ function mi(e, n = {}) {
1926
1926
  r?.disconnect(), Xe.delete(o);
1927
1927
  const l = Ne.get(o);
1928
1928
  l && clearInterval(l), Ne.delete(o);
1929
- const a = he.get(o);
1930
- a && clearTimeout(a), he.delete(o), q.delete(o), pe.delete(o);
1929
+ const a = me.get(o);
1930
+ a && clearTimeout(a), me.delete(o), q.delete(o), pe.delete(o);
1931
1931
  });
1932
1932
  }
1933
1933
  });
@@ -2032,8 +2032,8 @@ const pi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2032
2032
  l.value ? s("update:modelValue", T) : a.value = T;
2033
2033
  }
2034
2034
  }), f = I(Vt("ulu-collapsible-toggle")), y = I(Vt("ulu-collapsible-content")), v = w(() => {
2035
- const T = t.classes, A = {};
2036
- return T.containerOpen && c.value && (A[T.containerOpen] = !0), T.containerClosed && !c.value && (A[T.containerClosed] = !0), A;
2035
+ const T = t.classes, O = {};
2036
+ return T.containerOpen && c.value && (O[T.containerOpen] = !0), T.containerClosed && !c.value && (O[T.containerClosed] = !0), O;
2037
2037
  });
2038
2038
  function k() {
2039
2039
  c.value = !c.value;
@@ -2041,7 +2041,7 @@ const pi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2041
2041
  function j() {
2042
2042
  t.closeOnEscape && c.value && (c.value = !1);
2043
2043
  }
2044
- return (T, A) => (u(), d("div", {
2044
+ return (T, O) => (u(), d("div", {
2045
2045
  ref_key: "container",
2046
2046
  ref: i,
2047
2047
  onKeydown: Zn(j, ["esc"]),
@@ -2080,7 +2080,7 @@ const pi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2080
2080
  ], 10, _i)) : p("", !0)
2081
2081
  ], 34));
2082
2082
  }
2083
- }, Qf = {
2083
+ }, Gf = {
2084
2084
  __name: "UluAccordion",
2085
2085
  props: {
2086
2086
  /**
@@ -2136,7 +2136,7 @@ const pi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2136
2136
  },
2137
2137
  emits: ["update:modelValue"],
2138
2138
  setup(e, { emit: n }) {
2139
- const t = e, { resolvedModifiers: s } = me({ props: t, baseClass: "accordion" }), o = w(() => {
2139
+ const t = e, { resolvedModifiers: s } = ae({ props: t, baseClass: "accordion" }), o = w(() => {
2140
2140
  const i = { ...t.classes };
2141
2141
  return i.container = [i.container, s.value], i;
2142
2142
  });
@@ -2153,7 +2153,7 @@ const pi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2153
2153
  open: l,
2154
2154
  toggle: a
2155
2155
  }, () => [
2156
- (u(), _(F(e.triggerTextElement), null, {
2156
+ (u(), _(V(e.triggerTextElement), null, {
2157
2157
  default: S(() => [
2158
2158
  $(b(e.triggerText), 1)
2159
2159
  ]),
@@ -2210,7 +2210,7 @@ const pi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2210
2210
  modifiers: [String, Array]
2211
2211
  },
2212
2212
  setup(e) {
2213
- const n = e, { resolvedModifiers: t } = me({ props: n, baseClass: "tag" });
2213
+ const n = e, { resolvedModifiers: t } = ae({ props: n, baseClass: "tag" });
2214
2214
  return (s, o) => (u(), d("span", {
2215
2215
  class: m(["tag", [
2216
2216
  {
@@ -2218,7 +2218,7 @@ const pi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2218
2218
  [`tag--${e.size}`]: e.size,
2219
2219
  [`tag--${e.type}`]: e.type
2220
2220
  },
2221
- O(t)
2221
+ A(t)
2222
2222
  ]])
2223
2223
  }, [
2224
2224
  e.icon ? (u(), _(D, {
@@ -2286,7 +2286,7 @@ function Si(e, n, t, s, o, i) {
2286
2286
  key: 0,
2287
2287
  class: m(t.classes.list)
2288
2288
  }, [
2289
- (u(!0), d(E, null, R(t.items, (f, y) => (u(), d("li", {
2289
+ (u(!0), d(E, null, x(t.items, (f, y) => (u(), d("li", {
2290
2290
  key: y,
2291
2291
  class: m([
2292
2292
  t.classes.item,
@@ -2295,7 +2295,7 @@ function Si(e, n, t, s, o, i) {
2295
2295
  f.separatorAfter ? t.classes.itemSeparatorAfter : ""
2296
2296
  ])
2297
2297
  }, [
2298
- Oe((u(), _(F(f.to || f.path ? "router-link" : f.click ? "button" : "a"), le({ ref_for: !0 }, {
2298
+ Oe((u(), _(V(f.to || f.path ? "router-link" : f.click ? "button" : "a"), le({ ref_for: !0 }, {
2299
2299
  ...f.to || f.path ? { to: f.to || f.path } : {},
2300
2300
  ...f.href ? { href: f.href || "#" } : {}
2301
2301
  }, {
@@ -2340,16 +2340,20 @@ function Si(e, n, t, s, o, i) {
2340
2340
  ], 2))), 128))
2341
2341
  ], 2)) : p("", !0);
2342
2342
  }
2343
- const _s = /* @__PURE__ */ x(wi, [["render", Si]]), ki = {
2344
- name: "UluMenuStack",
2345
- components: {
2346
- UluMenu: _s
2347
- },
2343
+ const _s = /* @__PURE__ */ R(wi, [["render", Si]]), ki = {
2344
+ __name: "UluMenuStack",
2348
2345
  props: {
2349
2346
  /**
2350
2347
  * Menu item (see UluMenu)
2351
2348
  */
2352
2349
  items: Array,
2350
+ /**
2351
+ * The HTML element to use as the container (e.g., 'nav', 'div', 'aside').
2352
+ */
2353
+ containerElement: {
2354
+ type: String,
2355
+ default: "nav"
2356
+ },
2353
2357
  /**
2354
2358
  * Hanging style menu
2355
2359
  */
@@ -2361,33 +2365,43 @@ const _s = /* @__PURE__ */ x(wi, [["render", Si]]), ki = {
2361
2365
  /**
2362
2366
  * Don't include children of menu
2363
2367
  */
2364
- noChildren: Boolean
2368
+ noChildren: Boolean,
2369
+ /**
2370
+ * Class modifiers (ie. 'transparent', 'secondary', etc)
2371
+ */
2372
+ modifiers: [String, Array]
2373
+ },
2374
+ setup(e) {
2375
+ const n = e, t = w(() => ({
2376
+ hanging: n.hanging,
2377
+ compact: n.compact
2378
+ })), { resolvedModifiers: s } = ae({
2379
+ props: n,
2380
+ internal: t,
2381
+ baseClass: "menu-stack"
2382
+ });
2383
+ return (o, i) => (u(), _(V(e.containerElement), {
2384
+ class: m(["menu-stack", A(s)])
2385
+ }, {
2386
+ default: S(() => [
2387
+ z(_s, {
2388
+ items: e.items,
2389
+ classes: {
2390
+ list: "menu-stack__list",
2391
+ item: "menu-stack__item",
2392
+ link: "menu-stack__link",
2393
+ linkText: "menu-stack__link-text",
2394
+ linkIcon: "menu-stack__link-icon",
2395
+ itemSeparatorBefore: "menu-stack__item--separator-before",
2396
+ itemSeparatorAfter: "menu-stack__item--separator-after"
2397
+ },
2398
+ noChildren: e.noChildren
2399
+ }, null, 8, ["items", "noChildren"])
2400
+ ]),
2401
+ _: 1
2402
+ }, 8, ["class"]));
2365
2403
  }
2366
- };
2367
- function $i(e, n, t, s, o, i) {
2368
- const r = N("UluMenu");
2369
- return u(), d("nav", {
2370
- class: m(["menu-stack", {
2371
- "menu-stack--hanging": t.hanging,
2372
- "menu-stack--compact": t.compact
2373
- }])
2374
- }, [
2375
- z(r, {
2376
- items: t.items,
2377
- classes: {
2378
- list: "menu-stack__list",
2379
- item: "menu-stack__item",
2380
- link: "menu-stack__link",
2381
- linkText: "menu-stack__link-text",
2382
- linkIcon: "menu-stack__link-icon",
2383
- itemSeparatorBefore: "menu-stack__item--separator-before",
2384
- itemSeparatorAfter: "menu-stack__item--separator-after"
2385
- },
2386
- noChildren: t.noChildren
2387
- }, null, 8, ["items", "noChildren"])
2388
- ], 2);
2389
- }
2390
- const Ci = /* @__PURE__ */ x(ki, [["render", $i]]), Jf = {
2404
+ }, Zf = {
2391
2405
  __name: "UluDropdown",
2392
2406
  props: {
2393
2407
  /**
@@ -2421,7 +2435,7 @@ const Ci = /* @__PURE__ */ x(ki, [["render", $i]]), Jf = {
2421
2435
  ])
2422
2436
  ]),
2423
2437
  default: S(() => [
2424
- z(Ci, { items: e.items }, null, 8, ["items"])
2438
+ z(ki, { items: e.items }, null, 8, ["items"])
2425
2439
  ]),
2426
2440
  _: 3
2427
2441
  }, 8, ["classes"]));
@@ -2433,17 +2447,17 @@ const Ci = /* @__PURE__ */ x(ki, [["render", $i]]), Jf = {
2433
2447
  function on() {
2434
2448
  window.removeEventListener("resize", on), sn.value = !0, ct.start.forEach((e) => e());
2435
2449
  }
2436
- function Ti() {
2450
+ function $i() {
2437
2451
  sn.value = !1, ct.end.forEach((e) => e()), window.addEventListener("resize", on);
2438
2452
  }
2439
- window.addEventListener("resize", on), window.addEventListener("resize", yt(Ti, 300));
2453
+ window.addEventListener("resize", on), window.addEventListener("resize", yt($i, 300));
2440
2454
  function kn(e, n) {
2441
2455
  return e.push(n), () => {
2442
2456
  const t = e.findIndex((s) => s === n);
2443
2457
  t > -1 && e.splice(t);
2444
2458
  };
2445
2459
  }
2446
- function Ai() {
2460
+ function Ci() {
2447
2461
  return {
2448
2462
  resizing: sn,
2449
2463
  onResizeStart(e) {
@@ -2454,7 +2468,7 @@ function Ai() {
2454
2468
  }
2455
2469
  };
2456
2470
  }
2457
- const Oi = {
2471
+ const Ti = {
2458
2472
  uluCore: "Core",
2459
2473
  uluIsMobile: "Breakpoints",
2460
2474
  uluBreakpointActive: "Breakpoints",
@@ -2463,15 +2477,15 @@ const Oi = {
2463
2477
  uluModals: "Modals",
2464
2478
  uluToast: "Toast"
2465
2479
  }, $n = {};
2466
- function xi(e) {
2480
+ function Ai(e) {
2467
2481
  const n = ft(e, $n);
2468
2482
  if (n === $n) {
2469
- const t = Oi[e] || "", s = t ? ` from the '${t}' plugin` : "", o = t ? "Please install missing plugin." : "";
2483
+ const t = Ti[e] || "", s = t ? ` from the '${t}' plugin` : "", o = t ? "Please install missing plugin." : "";
2470
2484
  throw new Error(`Required inject: '${e}'${s} was not provided. ${o}`);
2471
2485
  }
2472
2486
  return n;
2473
2487
  }
2474
- function eh(e, n) {
2488
+ function Qf(e, n) {
2475
2489
  const t = cs(), s = no(), o = w(() => {
2476
2490
  const c = parseInt(t.query.page || "1", 10);
2477
2491
  return isNaN(c) || c < 1 ? 1 : c;
@@ -2487,17 +2501,17 @@ function eh(e, n) {
2487
2501
  return null;
2488
2502
  const c = {
2489
2503
  pages: {}
2490
- }, f = o.value, y = i.value, v = 5, k = (A) => ({ query: { ...t.query, page: A } });
2504
+ }, f = o.value, y = i.value, v = 5, k = (O) => ({ query: { ...t.query, page: O } });
2491
2505
  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) });
2492
2506
  let j, T;
2493
2507
  if (y <= v)
2494
2508
  j = 1, T = y;
2495
2509
  else {
2496
- const A = Math.floor(v / 2), ce = Math.ceil(v / 2) - 1;
2497
- f <= A ? (j = 1, T = v) : f + ce >= y ? (j = y - v + 1, T = y) : (j = f - A, T = f + ce);
2510
+ const O = Math.floor(v / 2), ue = Math.ceil(v / 2) - 1;
2511
+ f <= O ? (j = 1, T = v) : f + ue >= y ? (j = y - v + 1, T = y) : (j = f - O, T = f + ue);
2498
2512
  }
2499
- for (let A = j; A <= T; A++)
2500
- c.pages[A] = { href: k(A) };
2513
+ for (let O = j; O <= T; O++)
2514
+ c.pages[O] = { href: k(O) };
2501
2515
  return c;
2502
2516
  }), a = w(() => {
2503
2517
  const c = { previous: !1, next: !1 };
@@ -2528,25 +2542,25 @@ function Ht(e, n, t) {
2528
2542
  }
2529
2543
  return o;
2530
2544
  }
2531
- const Ri = (e, n) => Gs(n) ? ot(n) : n, Ei = "usehead";
2532
- function ji() {
2545
+ const Oi = (e, n) => Gs(n) ? ot(n) : n, xi = "usehead";
2546
+ function Ri() {
2533
2547
  if (Zs()) {
2534
- const e = ft(Ei);
2548
+ const e = ft(xi);
2535
2549
  if (!e)
2536
2550
  throw new Error("useHead() was called without provide context, ensure you call it through the setup() function.");
2537
2551
  return e;
2538
2552
  }
2539
2553
  throw new Error("useHead() was called without provide context, ensure you call it through the setup() function.");
2540
2554
  }
2541
- function Ii(e, n = {}) {
2542
- const t = n.head || ji();
2543
- return t.ssr ? t.push(e || {}, n) : zi(t, e, n);
2555
+ function Ei(e, n = {}) {
2556
+ const t = n.head || Ri();
2557
+ return t.ssr ? t.push(e || {}, n) : ji(t, e, n);
2544
2558
  }
2545
- function zi(e, n, t = {}) {
2559
+ function ji(e, n, t = {}) {
2546
2560
  const s = I(!1);
2547
2561
  let o;
2548
2562
  return ht(() => {
2549
- const r = s.value ? {} : Ht(n, Ri);
2563
+ const r = s.value ? {} : Ht(n, Oi);
2550
2564
  o ? o.patch(r) : o = e.push(r, t);
2551
2565
  }), Qs() && (es(() => {
2552
2566
  o.dispose();
@@ -2560,7 +2574,7 @@ function bt(e, n) {
2560
2574
  let s = (e?.meta || {}).title;
2561
2575
  return typeof s == "function" && (s = s(n || e)), s;
2562
2576
  }
2563
- function Mi(e, n) {
2577
+ function Ii(e, n) {
2564
2578
  const s = Object.assign({}, {
2565
2579
  qualifier(r, l) {
2566
2580
  return l ? ln(r) : ws(r);
@@ -2574,7 +2588,7 @@ function Mi(e, n) {
2574
2588
  }).sort(s.sort);
2575
2589
  return i(e);
2576
2590
  }
2577
- function Ui(e) {
2591
+ function zi(e) {
2578
2592
  function n(t) {
2579
2593
  const s = [];
2580
2594
  for (const o of t) {
@@ -2585,7 +2599,7 @@ function Ui(e) {
2585
2599
  }
2586
2600
  return n(e);
2587
2601
  }
2588
- function Bi(e, n, t) {
2602
+ function Mi(e, n, t) {
2589
2603
  const o = Object.assign({}, {
2590
2604
  includeIndex: !1,
2591
2605
  item: {},
@@ -2625,7 +2639,7 @@ function ws(e) {
2625
2639
  const n = e.path.match(/\//g) || [];
2626
2640
  return ln(e) && n.length === 1;
2627
2641
  }
2628
- function Pi(e, n) {
2642
+ function Ui(e, n) {
2629
2643
  const { target: t } = n, s = t.closest("a");
2630
2644
  if (s) {
2631
2645
  let o = s.getAttribute("href");
@@ -2645,7 +2659,7 @@ function ks(e) {
2645
2659
  function cn(e, n) {
2646
2660
  return e?.weight - n?.weight;
2647
2661
  }
2648
- function Li(e, n) {
2662
+ function Bi(e, n) {
2649
2663
  const s = Object.assign({}, {
2650
2664
  parent: null,
2651
2665
  includeIndex: !1,
@@ -2654,7 +2668,7 @@ function Li(e, n) {
2654
2668
  }, n), o = s.parent || an(e);
2655
2669
  return (Ss(e, o) || []).filter(ks(s.includeIndex)).map((r) => _t(r, `${o.path}/${r.path}`, s.item)).sort(s.sort);
2656
2670
  }
2657
- function Vi(e) {
2671
+ function Pi(e) {
2658
2672
  const { matched: n, path: t } = e;
2659
2673
  let s;
2660
2674
  return n.reduce((i, r, l) => {
@@ -2668,32 +2682,32 @@ function Vi(e) {
2668
2682
  }), s = r.path, i;
2669
2683
  }, []);
2670
2684
  }
2671
- const Fi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2685
+ const Li = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2672
2686
  __proto__: null,
2673
- $createBreadcrumb: Vi,
2674
- $createSectionMenu: Li,
2687
+ $createBreadcrumb: Pi,
2688
+ $createSectionMenu: Bi,
2675
2689
  $getParentRoute: an,
2676
2690
  $getRouteChildren: Ss,
2677
- createBaseMenu: Mi,
2691
+ createBaseMenu: Ii,
2678
2692
  createMenuItem: _t,
2679
- createSectionMenu: Bi,
2680
- flattenMenu: Ui,
2693
+ createSectionMenu: Mi,
2694
+ flattenMenu: zi,
2681
2695
  getChildIndexRoute: rn,
2682
2696
  getRouteTitle: bt,
2683
2697
  isStaticBaseRoute: ws,
2684
2698
  isStaticRoute: ln,
2685
- nativeLinkRouter: Pi
2699
+ nativeLinkRouter: Ui
2686
2700
  }, Symbol.toStringTag, { value: "Module" })), Rt = qt({});
2687
- function th(e = {}) {
2701
+ function Jf(e = {}) {
2688
2702
  const {
2689
2703
  title: n,
2690
2704
  titleTemplate: t = "%s",
2691
2705
  useRoute: s = cs,
2692
- useHead: o = Ii
2706
+ useHead: o = Ei
2693
2707
  } = e, i = s(), r = i.path;
2694
2708
  if (n !== void 0) {
2695
2709
  ht(() => {
2696
- Rt[r] = O(n);
2710
+ Rt[r] = A(n);
2697
2711
  }), ts(() => {
2698
2712
  delete Rt[r];
2699
2713
  });
@@ -2707,7 +2721,7 @@ function th(e = {}) {
2707
2721
  title: l
2708
2722
  });
2709
2723
  }
2710
- const Hi = { class: "layout-flex-baseline" }, Ni = { class: "type-word-break" }, nh = {
2724
+ const Vi = { class: "layout-flex-baseline" }, Fi = { class: "type-word-break" }, eh = {
2711
2725
  __name: "UluOverflowPopover",
2712
2726
  props: {
2713
2727
  /**
@@ -2716,13 +2730,13 @@ const Hi = { class: "layout-flex-baseline" }, Ni = { class: "type-word-break" },
2716
2730
  triggerIcon: String
2717
2731
  },
2718
2732
  setup(e) {
2719
- const { resizing: n, onResizeEnd: t } = Ai(), s = I(null), o = I(!1), i = () => {
2733
+ const { resizing: n, onResizeEnd: t } = Ci(), s = I(null), o = I(!1), i = () => {
2720
2734
  Qn(() => {
2721
2735
  const l = s.value;
2722
2736
  o.value = l.offsetWidth < l.scrollWidth;
2723
2737
  });
2724
2738
  }, r = t(i);
2725
- return mt(i), ts(r), (l, a) => (u(), d("div", Hi, [
2739
+ return mt(i), ts(r), (l, a) => (u(), d("div", Vi, [
2726
2740
  h("div", {
2727
2741
  class: "type-truncate",
2728
2742
  ref_key: "text",
@@ -2730,7 +2744,7 @@ const Hi = { class: "layout-flex-baseline" }, Ni = { class: "type-word-break" },
2730
2744
  }, [
2731
2745
  g(l.$slots, "default")
2732
2746
  ], 512),
2733
- o.value && !O(n) ? (u(), _(vt, {
2747
+ o.value && !A(n) ? (u(), _(vt, {
2734
2748
  key: 0,
2735
2749
  triggerAlt: "Show Full Text",
2736
2750
  size: "large"
@@ -2741,7 +2755,7 @@ const Hi = { class: "layout-flex-baseline" }, Ni = { class: "type-word-break" },
2741
2755
  }, null, 8, ["icon"])
2742
2756
  ]),
2743
2757
  default: S(() => [
2744
- h("div", Ni, [
2758
+ h("div", Fi, [
2745
2759
  g(l.$slots, "default")
2746
2760
  ])
2747
2761
  ]),
@@ -2749,17 +2763,17 @@ const Hi = { class: "layout-flex-baseline" }, Ni = { class: "type-word-break" },
2749
2763
  })) : p("", !0)
2750
2764
  ]));
2751
2765
  }
2752
- }, sh = {
2766
+ }, th = {
2753
2767
  __name: "UluTab",
2754
2768
  setup(e) {
2755
- return (n, t) => (u(), _(O(so), null, {
2769
+ return (n, t) => (u(), _(A(so), null, {
2756
2770
  default: S((s) => [
2757
2771
  g(n.$slots, "default", ee(te(s)))
2758
2772
  ]),
2759
2773
  _: 3
2760
2774
  }));
2761
2775
  }
2762
- }, oh = /* @__PURE__ */ Object.assign({
2776
+ }, nh = /* @__PURE__ */ Object.assign({
2763
2777
  inheritAttrs: !1
2764
2778
  }, {
2765
2779
  __name: "UluTabGroup",
@@ -2774,7 +2788,7 @@ const Hi = { class: "layout-flex-baseline" }, Ni = { class: "type-word-break" },
2774
2788
  vertical: Boolean
2775
2789
  },
2776
2790
  setup(e) {
2777
- return (n, t) => (u(), _(O(oo), {
2791
+ return (n, t) => (u(), _(A(oo), {
2778
2792
  defaultIndex: e.defaultIndex,
2779
2793
  vertical: e.vertical
2780
2794
  }, {
@@ -2790,37 +2804,37 @@ const Hi = { class: "layout-flex-baseline" }, Ni = { class: "type-word-break" },
2790
2804
  _: 3
2791
2805
  }, 8, ["defaultIndex", "vertical"]));
2792
2806
  }
2793
- }), ih = {
2807
+ }), sh = {
2794
2808
  __name: "UluTabList",
2795
2809
  setup(e) {
2796
- return (n, t) => (u(), _(O(io), { class: "tabs__tablist" }, {
2810
+ return (n, t) => (u(), _(A(io), { class: "tabs__tablist" }, {
2797
2811
  default: S(() => [
2798
2812
  g(n.$slots, "default")
2799
2813
  ]),
2800
2814
  _: 3
2801
2815
  }));
2802
2816
  }
2803
- }, rh = {
2817
+ }, oh = {
2804
2818
  __name: "UluTabPanel",
2805
2819
  setup(e) {
2806
- return (n, t) => (u(), _(O(ro), null, {
2820
+ return (n, t) => (u(), _(A(ro), null, {
2807
2821
  default: S((s) => [
2808
2822
  g(n.$slots, "default", ee(te(s)))
2809
2823
  ]),
2810
2824
  _: 3
2811
2825
  }));
2812
2826
  }
2813
- }, lh = {
2827
+ }, ih = {
2814
2828
  __name: "UluTabPanels",
2815
2829
  setup(e) {
2816
- return (n, t) => (u(), _(O(lo), null, {
2830
+ return (n, t) => (u(), _(A(lo), null, {
2817
2831
  default: S((s) => [
2818
2832
  g(n.$slots, "default", ee(te(s)))
2819
2833
  ]),
2820
2834
  _: 3
2821
2835
  }));
2822
2836
  }
2823
- }, Di = {
2837
+ }, Hi = {
2824
2838
  name: "UluButton",
2825
2839
  components: {
2826
2840
  UluIcon: D
@@ -2901,7 +2915,7 @@ const Hi = { class: "layout-flex-baseline" }, Ni = { class: "type-word-break" },
2901
2915
  modifiers: [String, Array]
2902
2916
  },
2903
2917
  setup(e) {
2904
- const { resolvedModifiers: n } = me({ props: e, baseClass: "button" });
2918
+ const { resolvedModifiers: n } = ae({ props: e, baseClass: "button" });
2905
2919
  return { resolvedModifiers: n };
2906
2920
  },
2907
2921
  computed: {
@@ -2921,10 +2935,10 @@ const Hi = { class: "layout-flex-baseline" }, Ni = { class: "type-word-break" },
2921
2935
  return n && (s && (o.target = s), t && (o.download = typeof t == "string" ? t : !0)), o;
2922
2936
  }
2923
2937
  }
2924
- }, Wi = { key: 1 };
2925
- function Xi(e, n, t, s, o, i) {
2938
+ }, Ni = { key: 1 };
2939
+ function Di(e, n, t, s, o, i) {
2926
2940
  const r = N("UluIcon");
2927
- return u(), _(F(i.element), le({
2941
+ return u(), _(V(i.element), le({
2928
2942
  class: ["button", [
2929
2943
  {
2930
2944
  "button--transparent": t.transparent,
@@ -2947,7 +2961,7 @@ function Xi(e, n, t, s, o, i) {
2947
2961
  icon: t.icon,
2948
2962
  class: "button__icon"
2949
2963
  }, null, 8, ["icon"])) : p("", !0),
2950
- (e.$slots.default || t.text) && !t.iconOnly ? (u(), d("span", Wi, [
2964
+ (e.$slots.default || t.text) && !t.iconOnly ? (u(), d("span", Ni, [
2951
2965
  g(e.$slots, "default", {}, () => [
2952
2966
  $(b(t.text), 1)
2953
2967
  ])
@@ -2962,10 +2976,10 @@ function Xi(e, n, t, s, o, i) {
2962
2976
  _: 3
2963
2977
  }, 16, ["class", "aria-label"]);
2964
2978
  }
2965
- const Yi = /* @__PURE__ */ x(Di, [["render", Xi]]), qi = {
2979
+ const Wi = /* @__PURE__ */ R(Hi, [["render", Di]]), Xi = {
2966
2980
  name: "UluAlert",
2967
2981
  components: {
2968
- UluButton: Yi,
2982
+ UluButton: Wi,
2969
2983
  UluIcon: D
2970
2984
  },
2971
2985
  props: {
@@ -2998,7 +3012,7 @@ const Yi = /* @__PURE__ */ x(Di, [["render", Xi]]), qi = {
2998
3012
  modifiers: [String, Array]
2999
3013
  },
3000
3014
  setup(e) {
3001
- const { resolvedModifiers: n } = me({
3015
+ const { resolvedModifiers: n } = ae({
3002
3016
  props: e,
3003
3017
  baseClass: "callout",
3004
3018
  internal: w(() => ({
@@ -3008,21 +3022,21 @@ const Yi = /* @__PURE__ */ x(Di, [["render", Xi]]), qi = {
3008
3022
  });
3009
3023
  return { resolvedModifiers: n };
3010
3024
  }
3011
- }, Ki = { class: "layout-flex" }, Gi = { class: "type-small" }, Zi = {
3025
+ }, Yi = { class: "layout-flex" }, qi = { class: "type-small" }, Ki = {
3012
3026
  key: 0,
3013
3027
  class: "margin-left-auto align-self-center"
3014
3028
  };
3015
- function Qi(e, n, t, s, o, i) {
3029
+ function Gi(e, n, t, s, o, i) {
3016
3030
  const r = N("UluIcon");
3017
3031
  return u(), d("div", {
3018
3032
  class: m(["callout", s.resolvedModifiers])
3019
3033
  }, [
3020
- h("div", Ki, [
3034
+ h("div", Yi, [
3021
3035
  z(r, {
3022
3036
  class: m(["type-large margin-right-small", `color-${t.type}`]),
3023
3037
  icon: t.icon || `type:${t.type}`
3024
3038
  }, null, 8, ["class", "icon"]),
3025
- h("div", Gi, [
3039
+ h("div", qi, [
3026
3040
  h("div", null, [
3027
3041
  g(e.$slots, "title", {}, () => [
3028
3042
  h("strong", null, b(t.title), 1)
@@ -3034,16 +3048,16 @@ function Qi(e, n, t, s, o, i) {
3034
3048
  ])
3035
3049
  ])
3036
3050
  ]),
3037
- e.$slots.action ? (u(), d("div", Zi, [
3051
+ e.$slots.action ? (u(), d("div", Ki, [
3038
3052
  g(e.$slots, "action")
3039
3053
  ])) : p("", !0)
3040
3054
  ])
3041
3055
  ], 2);
3042
3056
  }
3043
- const ah = /* @__PURE__ */ x(qi, [["render", Qi]]), Ji = ["aria-hidden"], er = {
3057
+ const rh = /* @__PURE__ */ R(Xi, [["render", Gi]]), Zi = ["aria-hidden"], Qi = {
3044
3058
  key: 2,
3045
3059
  class: "hidden-visually"
3046
- }, tr = {
3060
+ }, Ji = {
3047
3061
  __name: "UluBadge",
3048
3062
  props: {
3049
3063
  /**
@@ -3084,7 +3098,7 @@ const ah = /* @__PURE__ */ x(qi, [["render", Qi]]), Ji = ["aria-hidden"], er = {
3084
3098
  const { click: o, to: i, href: r } = n;
3085
3099
  return o ? "button" : i ? gt : r ? "a" : "span";
3086
3100
  });
3087
- return (o, i) => (u(), _(F(s.value), {
3101
+ return (o, i) => (u(), _(V(s.value), {
3088
3102
  class: m(["badge", [
3089
3103
  e.size ? `badge--${e.size}` : null,
3090
3104
  e.type ? `badge--${e.type}` : null,
@@ -3101,14 +3115,14 @@ const ah = /* @__PURE__ */ x(qi, [["render", Qi]]), Ji = ["aria-hidden"], er = {
3101
3115
  e.text ? (u(), d("span", {
3102
3116
  key: 0,
3103
3117
  "aria-hidden": e.alt ? "true" : null
3104
- }, b(e.text), 9, Ji)) : g(o.$slots, "default", { key: 1 }),
3105
- e.alt ? (u(), d("span", er, b(e.alt), 1)) : p("", !0)
3118
+ }, b(e.text), 9, Zi)) : g(o.$slots, "default", { key: 1 }),
3119
+ e.alt ? (u(), d("span", Qi, b(e.alt), 1)) : p("", !0)
3106
3120
  ], 2)
3107
3121
  ]),
3108
3122
  _: 3
3109
3123
  }, 8, ["class", "to", "href", "onClick"]));
3110
3124
  }
3111
- }, nr = { class: "badge-stack" }, ch = {
3125
+ }, er = { class: "badge-stack" }, lh = {
3112
3126
  __name: "UluBadgeStack",
3113
3127
  props: {
3114
3128
  /**
@@ -3117,16 +3131,16 @@ const ah = /* @__PURE__ */ x(qi, [["render", Qi]]), Ji = ["aria-hidden"], er = {
3117
3131
  items: Array
3118
3132
  },
3119
3133
  setup(e) {
3120
- return (n, t) => (u(), d("ul", nr, [
3121
- (u(!0), d(E, null, R(e.items, (s, o) => (u(), d("li", {
3134
+ return (n, t) => (u(), d("ul", er, [
3135
+ (u(!0), d(E, null, x(e.items, (s, o) => (u(), d("li", {
3122
3136
  class: "badge-stack__item",
3123
3137
  key: o
3124
3138
  }, [
3125
- z(tr, le({ ref_for: !0 }, s), null, 16)
3139
+ z(Ji, le({ ref_for: !0 }, s), null, 16)
3126
3140
  ]))), 128))
3127
3141
  ]));
3128
3142
  }
3129
- }, sr = {
3143
+ }, tr = {
3130
3144
  name: "UluButtonVerbose",
3131
3145
  components: {
3132
3146
  UluIcon: D
@@ -3181,7 +3195,7 @@ const ah = /* @__PURE__ */ x(qi, [["render", Qi]]), Ji = ["aria-hidden"], er = {
3181
3195
  modifiers: [String, Array]
3182
3196
  },
3183
3197
  setup(e) {
3184
- const { resolvedModifiers: n } = me({ props: e, baseClass: "button-verbose" });
3198
+ const { resolvedModifiers: n } = ae({ props: e, baseClass: "button-verbose" });
3185
3199
  return { resolvedModifiers: n };
3186
3200
  },
3187
3201
  computed: {
@@ -3193,13 +3207,13 @@ const ah = /* @__PURE__ */ x(qi, [["render", Qi]]), Ji = ["aria-hidden"], er = {
3193
3207
  return n && (s && (o.target = s), t && (o.download = typeof t == "string" ? t : !0)), o;
3194
3208
  }
3195
3209
  }
3196
- }, or = {
3210
+ }, nr = {
3197
3211
  key: 1,
3198
3212
  class: "button-verbose__body"
3199
3213
  };
3200
- function ir(e, n, t, s, o, i) {
3214
+ function sr(e, n, t, s, o, i) {
3201
3215
  const r = N("UluIcon");
3202
- return u(), _(F(i.element), le({
3216
+ return u(), _(V(i.element), le({
3203
3217
  class: ["button-verbose", [
3204
3218
  {
3205
3219
  "button-verbose--inline": t.inline,
@@ -3209,7 +3223,7 @@ function ir(e, n, t, s, o, i) {
3209
3223
  ]]
3210
3224
  }, i.attrs), {
3211
3225
  default: S(() => [
3212
- e.$slots.title || t.title ? (u(), _(F(t.titleElement), {
3226
+ e.$slots.title || t.title ? (u(), _(V(t.titleElement), {
3213
3227
  key: 0,
3214
3228
  class: "button-verbose__title"
3215
3229
  }, {
@@ -3220,7 +3234,7 @@ function ir(e, n, t, s, o, i) {
3220
3234
  ]),
3221
3235
  _: 3
3222
3236
  })) : p("", !0),
3223
- e.$slots.default || t.body ? (u(), d("span", or, [
3237
+ e.$slots.default || t.body ? (u(), d("span", nr, [
3224
3238
  g(e.$slots, "default", {}, () => [
3225
3239
  $(b(t.body), 1)
3226
3240
  ])
@@ -3235,7 +3249,7 @@ function ir(e, n, t, s, o, i) {
3235
3249
  _: 3
3236
3250
  }, 16, ["class"]);
3237
3251
  }
3238
- const uh = /* @__PURE__ */ x(sr, [["render", ir]]), rr = {
3252
+ const ah = /* @__PURE__ */ R(tr, [["render", sr]]), or = {
3239
3253
  name: "UluCallout",
3240
3254
  props: {
3241
3255
  /**
@@ -3249,21 +3263,21 @@ const uh = /* @__PURE__ */ x(sr, [["render", ir]]), rr = {
3249
3263
  modifiers: [String, Array]
3250
3264
  },
3251
3265
  setup(e) {
3252
- const { resolvedModifiers: n } = me({ props: e, baseClass: "callout" });
3266
+ const { resolvedModifiers: n } = ae({ props: e, baseClass: "callout" });
3253
3267
  return { resolvedModifiers: n };
3254
3268
  }
3255
3269
  };
3256
- function lr(e, n, t, s, o, i) {
3270
+ function ir(e, n, t, s, o, i) {
3257
3271
  return u(), d("div", {
3258
3272
  class: m(["callout", [s.resolvedModifiers, { "full-height": t.fullHeight }]])
3259
3273
  }, [
3260
3274
  g(e.$slots, "default")
3261
3275
  ], 2);
3262
3276
  }
3263
- const dh = /* @__PURE__ */ x(rr, [["render", lr]]), Cn = (e, n) => {
3277
+ const ch = /* @__PURE__ */ R(or, [["render", ir]]), Cn = (e, n) => {
3264
3278
  const t = !(n.to || n.href);
3265
3279
  return t || console.warn("'titleHref' and 'titleTo' can't be used with to or href (nesting links)"), t;
3266
- }, ar = {
3280
+ }, rr = {
3267
3281
  name: "UluCard",
3268
3282
  props: {
3269
3283
  /**
@@ -3383,7 +3397,7 @@ const dh = /* @__PURE__ */ x(rr, [["render", lr]]), Cn = (e, n) => {
3383
3397
  };
3384
3398
  },
3385
3399
  setup(e) {
3386
- const { resolvedModifiers: n } = me({ props: e, baseClass: "card" });
3400
+ const { resolvedModifiers: n } = ae({ props: e, baseClass: "card" });
3387
3401
  return { resolvedModifiers: n };
3388
3402
  },
3389
3403
  computed: {
@@ -3404,16 +3418,16 @@ const dh = /* @__PURE__ */ x(rr, [["render", lr]]), Cn = (e, n) => {
3404
3418
  this.shouldProxy && e - this.proxyStart < s && n.click();
3405
3419
  }
3406
3420
  }
3407
- }, cr = { class: "card__body" }, ur = { class: "card__main" }, dr = ["href", "target"], fr = {
3421
+ }, lr = { class: "card__body" }, ar = { class: "card__main" }, cr = ["href", "target"], ur = {
3408
3422
  key: 0,
3409
3423
  class: "card__aside"
3410
- }, hr = ["src", "alt"], mr = {
3424
+ }, dr = ["src", "alt"], fr = {
3411
3425
  key: 1,
3412
3426
  class: "card__footer"
3413
3427
  };
3414
- function gr(e, n, t, s, o, i) {
3428
+ function hr(e, n, t, s, o, i) {
3415
3429
  const r = N("router-link");
3416
- return u(), _(F(i.resolvedElement), {
3430
+ return u(), _(V(i.resolvedElement), {
3417
3431
  class: m(["card", [
3418
3432
  {
3419
3433
  "card--horizontal": t.horizontal || t.horizontalCenter,
@@ -3431,9 +3445,9 @@ function gr(e, n, t, s, o, i) {
3431
3445
  "data-ulu-proxy-click-init": o.proxyClickEnabled
3432
3446
  }, {
3433
3447
  default: S(() => [
3434
- h("div", cr, [
3435
- h("div", ur, [
3436
- (u(), _(F(t.titleElement), {
3448
+ h("div", lr, [
3449
+ h("div", ar, [
3450
+ (u(), _(V(t.titleElement), {
3437
3451
  class: m(["card__title", t.classes.title])
3438
3452
  }, {
3439
3453
  default: S(() => [
@@ -3459,7 +3473,7 @@ function gr(e, n, t, s, o, i) {
3459
3473
  g(e.$slots, "title", {}, () => [
3460
3474
  $(b(t.title), 1)
3461
3475
  ])
3462
- ], 8, dr)) : g(e.$slots, "title", { key: 2 }, () => [
3476
+ ], 8, cr)) : g(e.$slots, "title", { key: 2 }, () => [
3463
3477
  $(b(t.title), 1)
3464
3478
  ])
3465
3479
  ]),
@@ -3467,7 +3481,7 @@ function gr(e, n, t, s, o, i) {
3467
3481
  }, 8, ["class"])),
3468
3482
  g(e.$slots, "body")
3469
3483
  ]),
3470
- e.$slots.aside ? (u(), d("div", fr, [
3484
+ e.$slots.aside ? (u(), d("div", ur, [
3471
3485
  g(e.$slots, "aside")
3472
3486
  ])) : p("", !0)
3473
3487
  ]),
@@ -3482,17 +3496,17 @@ function gr(e, n, t, s, o, i) {
3482
3496
  h("img", {
3483
3497
  src: t.imageSrc,
3484
3498
  alt: t.imageAlt
3485
- }, null, 8, hr)
3499
+ }, null, 8, dr)
3486
3500
  ])
3487
3501
  ], 2)) : p("", !0),
3488
- e.$slots.footer ? (u(), d("div", mr, [
3502
+ e.$slots.footer ? (u(), d("div", fr, [
3489
3503
  g(e.$slots, "footer")
3490
3504
  ])) : p("", !0)
3491
3505
  ]),
3492
3506
  _: 3
3493
3507
  }, 40, ["onMousedown", "onMouseup", "class", "style", "target", "to", "href", "data-ulu-proxy-click-init"]);
3494
3508
  }
3495
- const fh = /* @__PURE__ */ x(ar, [["render", gr]]), hh = {
3509
+ const uh = /* @__PURE__ */ R(rr, [["render", hr]]), dh = {
3496
3510
  __name: "UluDefinitionList",
3497
3511
  props: {
3498
3512
  /**
@@ -3512,7 +3526,7 @@ const fh = /* @__PURE__ */ x(ar, [["render", gr]]), hh = {
3512
3526
  return (n, t) => (u(), d("dl", {
3513
3527
  class: m(e.classes.list)
3514
3528
  }, [
3515
- (u(!0), d(E, null, R(e.items, (s, o) => (u(), d("div", {
3529
+ (u(!0), d(E, null, x(e.items, (s, o) => (u(), d("div", {
3516
3530
  key: o,
3517
3531
  class: m(e.classes.item)
3518
3532
  }, [
@@ -3539,7 +3553,7 @@ const fh = /* @__PURE__ */ x(ar, [["render", gr]]), hh = {
3539
3553
  ], 2))), 128))
3540
3554
  ], 2));
3541
3555
  }
3542
- }, vr = ["href", "target"], yr = { class: "external-link__text" }, mh = {
3556
+ }, mr = ["href", "target"], gr = { class: "external-link__text" }, fh = {
3543
3557
  __name: "UluExternalLink",
3544
3558
  props: {
3545
3559
  /**
@@ -3568,7 +3582,7 @@ const fh = /* @__PURE__ */ x(ar, [["render", gr]]), hh = {
3568
3582
  href: e.href,
3569
3583
  target: e.target
3570
3584
  }, [
3571
- h("span", yr, [
3585
+ h("span", gr, [
3572
3586
  g(n.$slots, "default", {}, () => [
3573
3587
  $(b(e.text), 1)
3574
3588
  ])
@@ -3577,9 +3591,9 @@ const fh = /* @__PURE__ */ x(ar, [["render", gr]]), hh = {
3577
3591
  class: "external-link__icon margin-left-small-x display-inline",
3578
3592
  icon: e.icon || "type:externalLink"
3579
3593
  }, null, 8, ["icon"])
3580
- ], 8, vr));
3594
+ ], 8, mr));
3581
3595
  }
3582
- }, gh = {
3596
+ }, hh = {
3583
3597
  __name: "UluList",
3584
3598
  props: {
3585
3599
  /**
@@ -3630,7 +3644,7 @@ const fh = /* @__PURE__ */ x(ar, [["render", gr]]), hh = {
3630
3644
  },
3631
3645
  setup(e) {
3632
3646
  const n = e, t = w(() => n.ordered || n.forceOrdered ? "ol" : "ul");
3633
- return (s, o) => (u(), _(F(t.value), {
3647
+ return (s, o) => (u(), _(V(t.value), {
3634
3648
  class: m([
3635
3649
  {
3636
3650
  "list-ordered": e.ordered,
@@ -3647,7 +3661,7 @@ const fh = /* @__PURE__ */ x(ar, [["render", gr]]), hh = {
3647
3661
  start: e.start
3648
3662
  }, {
3649
3663
  default: S(() => [
3650
- (u(!0), d(E, null, R(e.items, (i, r) => (u(), d("li", {
3664
+ (u(!0), d(E, null, x(e.items, (i, r) => (u(), d("li", {
3651
3665
  key: r,
3652
3666
  class: m(e.classes.listItem)
3653
3667
  }, [
@@ -3662,13 +3676,13 @@ const fh = /* @__PURE__ */ x(ar, [["render", gr]]), hh = {
3662
3676
  _: 3
3663
3677
  }, 8, ["class", "style", "reversed", "start"]));
3664
3678
  }
3665
- }, pr = {}, br = { id: "main-content" };
3666
- function _r(e, n) {
3667
- return u(), d("main", br, [
3679
+ }, vr = {}, yr = { id: "main-content" };
3680
+ function pr(e, n) {
3681
+ return u(), d("main", yr, [
3668
3682
  g(e.$slots, "default")
3669
3683
  ]);
3670
3684
  }
3671
- const vh = /* @__PURE__ */ x(pr, [["render", _r]]), wr = { class: "spoke-spinner__spinner" }, yh = {
3685
+ const mh = /* @__PURE__ */ R(vr, [["render", pr]]), br = { class: "spoke-spinner__spinner" }, gh = {
3672
3686
  __name: "UluSpokeSpinner",
3673
3687
  props: {
3674
3688
  /**
@@ -3680,12 +3694,12 @@ const vh = /* @__PURE__ */ x(pr, [["render", _r]]), wr = { class: "spoke-spinner
3680
3694
  return (n, t) => (u(), d("div", {
3681
3695
  class: m(["spoke-spinner", { [`spoke-spinner--${e.type}`]: e.type }])
3682
3696
  }, [
3683
- h("div", wr, [
3684
- (u(), d(E, null, R(12, (s) => h("div", { key: s })), 64))
3697
+ h("div", br, [
3698
+ (u(), d(E, null, x(12, (s) => h("div", { key: s })), 64))
3685
3699
  ])
3686
3700
  ], 2));
3687
3701
  }
3688
- }, Sr = ["role", "aria-labelledby"], kr = ["id"], $r = { class: "menu-stack__list" }, Cr = { class: "menu-stack__selectable" }, Tr = ["type", "id", "name", "value", "checked", "onChange"], Ar = ["for"], $s = {
3702
+ }, _r = ["role", "aria-labelledby"], wr = ["id"], Sr = { class: "menu-stack__list" }, kr = { class: "menu-stack__selectable" }, $r = ["type", "id", "name", "value", "checked", "onChange"], Cr = ["for"], $s = {
3689
3703
  __name: "UluSelectableMenu",
3690
3704
  props: {
3691
3705
  /**
@@ -3732,13 +3746,13 @@ const vh = /* @__PURE__ */ x(pr, [["render", _r]]), wr = { class: "spoke-spinner
3732
3746
  key: 0,
3733
3747
  id: i.value,
3734
3748
  class: "hidden-visually"
3735
- }, b(e.legend), 9, kr)) : p("", !0),
3736
- h("ul", $r, [
3737
- (u(!0), d(E, null, R(e.options, (v) => (u(), d("li", {
3749
+ }, b(e.legend), 9, wr)) : p("", !0),
3750
+ h("ul", Sr, [
3751
+ (u(!0), d(E, null, x(e.options, (v) => (u(), d("li", {
3738
3752
  class: "menu-stack__item",
3739
3753
  key: v.uid
3740
3754
  }, [
3741
- h("div", Cr, [
3755
+ h("div", kr, [
3742
3756
  h("input", {
3743
3757
  type: e.type,
3744
3758
  id: l(v),
@@ -3746,20 +3760,20 @@ const vh = /* @__PURE__ */ x(pr, [["render", _r]]), wr = { class: "spoke-spinner
3746
3760
  value: v.uid,
3747
3761
  checked: a(v),
3748
3762
  onChange: (k) => c(v, k)
3749
- }, null, 40, Tr),
3763
+ }, null, 40, $r),
3750
3764
  h("label", {
3751
3765
  for: l(v)
3752
3766
  }, [
3753
3767
  g(f.$slots, "default", { option: v }, () => [
3754
3768
  $(b(v?.label || v?.title || v?.text), 1)
3755
3769
  ])
3756
- ], 8, Ar)
3770
+ ], 8, Cr)
3757
3771
  ])
3758
3772
  ]))), 128))
3759
3773
  ])
3760
- ], 10, Sr));
3774
+ ], 10, _r));
3761
3775
  }
3762
- }, Or = ["href", "download"], xr = { class: "margin-left-small-x" }, ph = {
3776
+ }, Tr = ["href", "download"], Ar = { class: "margin-left-small-x" }, vh = {
3763
3777
  __name: "UluFileDisplay",
3764
3778
  props: {
3765
3779
  /**
@@ -3799,7 +3813,7 @@ const vh = /* @__PURE__ */ x(pr, [["render", _r]]), wr = { class: "spoke-spinner
3799
3813
  class: "ui-icon",
3800
3814
  icon: e.icon
3801
3815
  }, null, 8, ["icon"]),
3802
- h("span", xr, [
3816
+ h("span", Ar, [
3803
3817
  $(b(e.file.name) + " ", 1),
3804
3818
  e.noFileSize ? p("", !0) : (u(), _(bs, {
3805
3819
  key: 0,
@@ -3809,9 +3823,9 @@ const vh = /* @__PURE__ */ x(pr, [["render", _r]]), wr = { class: "spoke-spinner
3809
3823
  }, null, 8, ["text"]))
3810
3824
  ])
3811
3825
  ])
3812
- ], 8, Or));
3826
+ ], 8, Tr));
3813
3827
  }
3814
- }, Rr = { class: "site-form__item site-form__item--file" }, Er = ["for"], jr = ["multiple", "id"], bh = {
3828
+ }, Or = { class: "site-form__item site-form__item--file" }, xr = ["for"], Rr = ["multiple", "id"], yh = {
3815
3829
  __name: "UluFormFile",
3816
3830
  props: {
3817
3831
  /**
@@ -3846,24 +3860,24 @@ const vh = /* @__PURE__ */ x(pr, [["render", _r]]), wr = { class: "spoke-spinner
3846
3860
  })(), s = n, o = t(), i = (r) => {
3847
3861
  s("file-change", r.target.files);
3848
3862
  };
3849
- return (r, l) => (u(), d("div", Rr, [
3863
+ return (r, l) => (u(), d("div", Or, [
3850
3864
  h("label", {
3851
3865
  class: m({ "hidden-visually": e.labelHidden }),
3852
- for: O(o)
3866
+ for: A(o)
3853
3867
  }, [
3854
3868
  g(r.$slots, "label", {}, () => [
3855
3869
  $(b(e.label), 1)
3856
3870
  ])
3857
- ], 10, Er),
3871
+ ], 10, xr),
3858
3872
  h("input", le({
3859
3873
  type: "file",
3860
3874
  onChange: i,
3861
3875
  multiple: e.multiple,
3862
- id: O(o)
3863
- }, e.inputAttrs), null, 16, jr)
3876
+ id: A(o)
3877
+ }, e.inputAttrs), null, 16, Rr)
3864
3878
  ]));
3865
3879
  }
3866
- }, _h = {
3880
+ }, ph = {
3867
3881
  __name: "UluFormMessage",
3868
3882
  props: {
3869
3883
  /**
@@ -3889,7 +3903,7 @@ const vh = /* @__PURE__ */ x(pr, [["render", _r]]), wr = { class: "spoke-spinner
3889
3903
  g(n.$slots, "default")
3890
3904
  ], 2));
3891
3905
  }
3892
- }, Ir = { class: "site-form__item site-form__item--select" }, zr = ["for"], Mr = ["id", "value"], Ur = ["value"], wh = {
3906
+ }, Er = { class: "site-form__item site-form__item--select" }, jr = ["for"], Ir = ["id", "value"], zr = ["value"], bh = {
3893
3907
  __name: "UluFormSelect",
3894
3908
  props: {
3895
3909
  /**
@@ -3915,17 +3929,17 @@ const vh = /* @__PURE__ */ x(pr, [["render", _r]]), wr = { class: "spoke-spinner
3915
3929
  let s = 0;
3916
3930
  return () => `select-id-${++s}`;
3917
3931
  })())();
3918
- return (s, o) => (u(), d("div", Ir, [
3932
+ return (s, o) => (u(), d("div", Er, [
3919
3933
  h("label", {
3920
3934
  class: m({ "hidden-visually": e.labelHidden }),
3921
- for: O(t)
3935
+ for: A(t)
3922
3936
  }, [
3923
3937
  g(s.$slots, "default", {}, () => [
3924
3938
  $(b(e.label), 1)
3925
3939
  ])
3926
- ], 10, zr),
3940
+ ], 10, jr),
3927
3941
  h("select", {
3928
- id: O(t),
3942
+ id: A(t),
3929
3943
  value: e.modelValue,
3930
3944
  onInput: o[0] || (o[0] = (i) => s.$emit("update:modelValue", i.target.value))
3931
3945
  }, [
@@ -3933,14 +3947,14 @@ const vh = /* @__PURE__ */ x(pr, [["render", _r]]), wr = { class: "spoke-spinner
3933
3947
  disabled: "",
3934
3948
  value: ""
3935
3949
  }, "Please select one", -1)),
3936
- (u(!0), d(E, null, R(e.options, (i, r) => (u(), d("option", {
3950
+ (u(!0), d(E, null, x(e.options, (i, r) => (u(), d("option", {
3937
3951
  key: r,
3938
3952
  value: i.value
3939
- }, b(i.text), 9, Ur))), 128))
3940
- ], 40, Mr)
3953
+ }, b(i.text), 9, zr))), 128))
3954
+ ], 40, Ir)
3941
3955
  ]));
3942
3956
  }
3943
- }, Br = { class: "site-form__item site-form__item--text" }, Pr = ["for"], Lr = ["value", "id"], Sh = {
3957
+ }, Mr = { class: "site-form__item site-form__item--text" }, Ur = ["for"], Br = ["value", "id"], _h = {
3944
3958
  __name: "UluFormText",
3945
3959
  props: {
3946
3960
  /**
@@ -3962,27 +3976,27 @@ const vh = /* @__PURE__ */ x(pr, [["render", _r]]), wr = { class: "spoke-spinner
3962
3976
  let s = 0;
3963
3977
  return () => `text-input-id-${++s}`;
3964
3978
  })())();
3965
- return (s, o) => (u(), d("div", Br, [
3979
+ return (s, o) => (u(), d("div", Mr, [
3966
3980
  h("label", {
3967
3981
  class: m({ "hidden-visually": e.labelHidden }),
3968
- for: O(t)
3982
+ for: A(t)
3969
3983
  }, [
3970
3984
  g(s.$slots, "default", {}, () => [
3971
3985
  $(b(e.label), 1)
3972
3986
  ])
3973
- ], 10, Pr),
3987
+ ], 10, Ur),
3974
3988
  h("input", {
3975
3989
  type: "text",
3976
3990
  value: e.modelValue,
3977
3991
  onInput: o[0] || (o[0] = (i) => s.$emit("update:modelValue", i.target.value)),
3978
- id: O(t)
3979
- }, null, 40, Lr)
3992
+ id: A(t)
3993
+ }, null, 40, Br)
3980
3994
  ]));
3981
3995
  }
3982
- }, Vr = { class: "form-theme search-form type-small" }, Fr = { class: "search-form__field" }, Hr = ["placeholder"], Nr = {
3996
+ }, Pr = { class: "form-theme search-form type-small" }, Lr = { class: "search-form__field" }, Vr = ["placeholder"], Fr = {
3983
3997
  class: "search-form__submit button button--primary",
3984
3998
  "aria-label": "Submit Search"
3985
- }, kh = {
3999
+ }, wh = {
3986
4000
  __name: "UluSearchForm",
3987
4001
  props: {
3988
4002
  /**
@@ -3994,33 +4008,33 @@ const vh = /* @__PURE__ */ x(pr, [["render", _r]]), wr = { class: "spoke-spinner
3994
4008
  }
3995
4009
  },
3996
4010
  setup(e) {
3997
- return (n, t) => (u(), d("div", Vr, [
3998
- h("div", Fr, [
4011
+ return (n, t) => (u(), d("div", Pr, [
4012
+ h("div", Lr, [
3999
4013
  t[0] || (t[0] = h("label", { class: "hidden-visually" }, "Search", -1)),
4000
4014
  h("input", {
4001
4015
  class: "search-form__input",
4002
4016
  type: "text",
4003
4017
  id: "example-input",
4004
4018
  placeholder: e.placeholder
4005
- }, null, 8, Hr)
4019
+ }, null, 8, Vr)
4006
4020
  ]),
4007
- h("button", Nr, [
4021
+ h("button", Fr, [
4008
4022
  z(D, { icon: "type:search" })
4009
4023
  ])
4010
4024
  ]));
4011
4025
  }
4012
- }, $h = {
4026
+ }, Sh = {
4013
4027
  __name: "UluAdaptiveLayout",
4014
4028
  setup(e) {
4015
- const n = xi("uluIsMobile");
4016
- return (t, s) => !O(n) || !t.$slots.mobile ? g(t.$slots, "default", { key: 0 }) : g(t.$slots, "mobile", { key: 1 });
4029
+ const n = Ai("uluIsMobile");
4030
+ return (t, s) => !A(n) || !t.$slots.mobile ? g(t.$slots, "default", { key: 0 }) : g(t.$slots, "mobile", { key: 1 });
4017
4031
  }
4018
4032
  };
4019
- function Dr(e) {
4033
+ function Hr(e) {
4020
4034
  var n;
4021
4035
  return e = e.replace(/^[^-_a-zA-Z]+/, "").replace(/^-(?:[-0-9]+)/, "-"), n = e && e.replace(/[^-_a-zA-Z0-9]+/g, "-"), n.toLowerCase();
4022
4036
  }
4023
- function Wr(e, n = {
4037
+ function Nr(e, n = {
4024
4038
  columnFirst: "position-column-first",
4025
4039
  columnLast: "position-column-last",
4026
4040
  rowFirst: "position-row-first",
@@ -4037,22 +4051,22 @@ function Wr(e, n = {
4037
4051
  });
4038
4052
  });
4039
4053
  }
4040
- const Xr = {
4054
+ const Dr = {
4041
4055
  name: "UluDataGrid",
4042
4056
  async mounted() {
4043
- const e = () => Wr(this.$el);
4057
+ const e = () => Nr(this.$el);
4044
4058
  e(), this.resizeHandler = yt(e, 200, !1, this), window.addEventListener("resize", this.resizeHandler);
4045
4059
  },
4046
4060
  beforeUnmount() {
4047
4061
  this.resizeHandler && window.removeEventListener("resize", this.resizeHandler);
4048
4062
  }
4049
4063
  };
4050
- function Yr(e, n, t, s, o, i) {
4064
+ function Wr(e, n, t, s, o, i) {
4051
4065
  return u(), d("div", null, [
4052
4066
  g(e.$slots, "default")
4053
4067
  ]);
4054
4068
  }
4055
- const Ch = /* @__PURE__ */ x(Xr, [["render", Yr]]), qr = {
4069
+ const kh = /* @__PURE__ */ R(Dr, [["render", Wr]]), Xr = {
4056
4070
  name: "UluTitleRail",
4057
4071
  components: {
4058
4072
  UluIcon: D
@@ -4095,11 +4109,11 @@ const Ch = /* @__PURE__ */ x(Xr, [["render", Yr]]), qr = {
4095
4109
  */
4096
4110
  rule: Boolean
4097
4111
  }
4098
- }, Kr = {
4112
+ }, Yr = {
4099
4113
  key: 0,
4100
4114
  class: "rail__item rail__item--pull"
4101
4115
  };
4102
- function Gr(e, n, t, s, o, i) {
4116
+ function qr(e, n, t, s, o, i) {
4103
4117
  const r = N("UluIcon");
4104
4118
  return u(), d("div", {
4105
4119
  class: m(["rail rail--title-rail", {
@@ -4109,7 +4123,7 @@ function Gr(e, n, t, s, o, i) {
4109
4123
  h("div", {
4110
4124
  class: m(["rail__item rail__item--title", t.classes.itemTitle])
4111
4125
  }, [
4112
- (u(), _(F(t.titleElement), {
4126
+ (u(), _(V(t.titleElement), {
4113
4127
  class: m(["layout-flex type-max-width-small no-margin", t.classes.title]),
4114
4128
  style: H({ alignItems: t.iconAlign })
4115
4129
  }, {
@@ -4126,12 +4140,12 @@ function Gr(e, n, t, s, o, i) {
4126
4140
  _: 3
4127
4141
  }, 8, ["class", "style"]))
4128
4142
  ], 2),
4129
- e.$slots.end ? (u(), d("div", Kr, [
4143
+ e.$slots.end ? (u(), d("div", Yr, [
4130
4144
  g(e.$slots, "end")
4131
4145
  ])) : p("", !0)
4132
4146
  ], 2);
4133
4147
  }
4134
- const Th = /* @__PURE__ */ x(qr, [["render", Gr]]), Zr = {
4148
+ const $h = /* @__PURE__ */ R(Xr, [["render", qr]]), Kr = {
4135
4149
  name: "UluBreadcrumb",
4136
4150
  components: {
4137
4151
  UluIcon: D
@@ -4166,7 +4180,7 @@ const Th = /* @__PURE__ */ x(qr, [["render", Gr]]), Zr = {
4166
4180
  }
4167
4181
  }
4168
4182
  };
4169
- function Qr(e, n, t, s, o, i) {
4183
+ function Gr(e, n, t, s, o, i) {
4170
4184
  const r = N("router-link"), l = N("UluIcon");
4171
4185
  return t.items.length ? (u(), d("nav", {
4172
4186
  key: 0,
@@ -4176,7 +4190,7 @@ function Qr(e, n, t, s, o, i) {
4176
4190
  h("ol", {
4177
4191
  class: m(t.classes.list)
4178
4192
  }, [
4179
- (u(!0), d(E, null, R(t.items, (a, c) => (u(), d("li", {
4193
+ (u(!0), d(E, null, x(t.items, (a, c) => (u(), d("li", {
4180
4194
  key: c,
4181
4195
  class: m(t.classes.item)
4182
4196
  }, [
@@ -4210,7 +4224,7 @@ function Qr(e, n, t, s, o, i) {
4210
4224
  ], 2)
4211
4225
  ], 2)) : p("", !0);
4212
4226
  }
4213
- const Ah = /* @__PURE__ */ x(Zr, [["render", Qr]]), Jr = {
4227
+ const Ch = /* @__PURE__ */ R(Kr, [["render", Gr]]), Zr = {
4214
4228
  name: "UluNavStrip",
4215
4229
  components: {
4216
4230
  UluMenu: _s
@@ -4234,7 +4248,7 @@ const Ah = /* @__PURE__ */ x(Zr, [["render", Qr]]), Jr = {
4234
4248
  rule: Boolean
4235
4249
  }
4236
4250
  };
4237
- function el(e, n, t, s, o, i) {
4251
+ function Qr(e, n, t, s, o, i) {
4238
4252
  const r = N("UluMenu");
4239
4253
  return u(), d("nav", {
4240
4254
  class: m(["nav-strip", {
@@ -4254,14 +4268,14 @@ function el(e, n, t, s, o, i) {
4254
4268
  }, null, 8, ["items"])
4255
4269
  ], 2);
4256
4270
  }
4257
- const Oh = /* @__PURE__ */ x(Jr, [["render", el]]), tl = {}, nl = {
4271
+ const Th = /* @__PURE__ */ R(Zr, [["render", Qr]]), Jr = {}, el = {
4258
4272
  class: "site-skip-link hidden-visually-focusable",
4259
4273
  href: "#main-content"
4260
4274
  };
4261
- function sl(e, n) {
4262
- return u(), d("a", nl, " Skip to main content ");
4275
+ function tl(e, n) {
4276
+ return u(), d("a", el, " Skip to main content ");
4263
4277
  }
4264
- const xh = /* @__PURE__ */ x(tl, [["render", sl]]), ol = {
4278
+ const Ah = /* @__PURE__ */ R(Jr, [["render", tl]]), nl = {
4265
4279
  name: "UluCondText",
4266
4280
  props: {
4267
4281
  /**
@@ -4277,28 +4291,28 @@ const xh = /* @__PURE__ */ x(tl, [["render", sl]]), ol = {
4277
4291
  }
4278
4292
  }
4279
4293
  };
4280
- function il(e, n, t, s, o, i) {
4281
- return t.text != null ? (u(), _(F(t.element), { key: 0 }, {
4294
+ function sl(e, n, t, s, o, i) {
4295
+ return t.text != null ? (u(), _(V(t.element), { key: 0 }, {
4282
4296
  default: S(() => [
4283
4297
  $(b(t.text), 1)
4284
4298
  ]),
4285
4299
  _: 1
4286
4300
  })) : p("", !0);
4287
4301
  }
4288
- const Rh = /* @__PURE__ */ x(ol, [["render", il]]), rl = {}, ll = { style: { display: "none" } };
4289
- function al(e, n) {
4290
- return u(), d("span", ll);
4302
+ const Oh = /* @__PURE__ */ R(nl, [["render", sl]]), ol = {}, il = { style: { display: "none" } };
4303
+ function rl(e, n) {
4304
+ return u(), d("span", il);
4291
4305
  }
4292
- const Eh = /* @__PURE__ */ x(rl, [["render", al]]), cl = {};
4293
- function ul(e, n) {
4306
+ const xh = /* @__PURE__ */ R(ol, [["render", rl]]), ll = {};
4307
+ function al(e, n) {
4294
4308
  const t = N("router-view");
4295
4309
  return u(), _(t);
4296
4310
  }
4297
- const jh = /* @__PURE__ */ x(cl, [["render", ul]]);
4311
+ const Rh = /* @__PURE__ */ R(ll, [["render", al]]);
4298
4312
  function ut(e = 0, n = 100) {
4299
4313
  return e = Math.ceil(e), n = Math.floor(n), Math.floor(Math.random() * (n - e) + e);
4300
4314
  }
4301
- const dl = {
4315
+ const cl = {
4302
4316
  name: "UluPlaceholderImage",
4303
4317
  props: {
4304
4318
  imageId: String,
@@ -4338,14 +4352,14 @@ const dl = {
4338
4352
  } : { width: n, height: t };
4339
4353
  }
4340
4354
  }
4341
- }, fl = ["src", "alt"];
4342
- function hl(e, n, t, s, o, i) {
4355
+ }, ul = ["src", "alt"];
4356
+ function dl(e, n, t, s, o, i) {
4343
4357
  return u(), d("img", {
4344
4358
  src: i.src,
4345
4359
  alt: t.alt
4346
- }, null, 8, fl);
4360
+ }, null, 8, ul);
4347
4361
  }
4348
- const Ih = /* @__PURE__ */ x(dl, [["render", hl]]), ml = {
4362
+ const Eh = /* @__PURE__ */ R(cl, [["render", dl]]), fl = {
4349
4363
  name: "PlaceholderText",
4350
4364
  props: {
4351
4365
  amount: {
@@ -4358,15 +4372,15 @@ const Ih = /* @__PURE__ */ x(dl, [["render", hl]]), ml = {
4358
4372
  }
4359
4373
  }
4360
4374
  };
4361
- function gl(e, n, t, s, o, i) {
4362
- return u(!0), d(E, null, R(parseInt(t.amount), (r) => (u(), _(F(t.element), { key: r }, {
4375
+ function hl(e, n, t, s, o, i) {
4376
+ return u(!0), d(E, null, x(parseInt(t.amount), (r) => (u(), _(V(t.element), { key: r }, {
4363
4377
  default: S(() => [...n[0] || (n[0] = [
4364
4378
  $(" 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)
4365
4379
  ])]),
4366
4380
  _: 2
4367
4381
  }, 1024))), 128);
4368
4382
  }
4369
- const zh = /* @__PURE__ */ x(ml, [["render", gl]]), vl = {
4383
+ const jh = /* @__PURE__ */ R(fl, [["render", hl]]), ml = {
4370
4384
  name: "RouteAnnouncer",
4371
4385
  props: {
4372
4386
  /**
@@ -4411,7 +4425,7 @@ const zh = /* @__PURE__ */ x(ml, [["render", gl]]), vl = {
4411
4425
  }
4412
4426
  }
4413
4427
  };
4414
- function yl(e, n, t, s, o, i) {
4428
+ function gl(e, n, t, s, o, i) {
4415
4429
  return i.title ? (u(), d("p", {
4416
4430
  key: 0,
4417
4431
  tabindex: "-1",
@@ -4419,7 +4433,7 @@ function yl(e, n, t, s, o, i) {
4419
4433
  ref: "el"
4420
4434
  }, b(i.title), 513)) : p("", !0);
4421
4435
  }
4422
- const Mh = /* @__PURE__ */ x(vl, [["render", yl]]), pl = {
4436
+ const Ih = /* @__PURE__ */ R(ml, [["render", gl]]), vl = {
4423
4437
  name: "AnimateNumber",
4424
4438
  props: {
4425
4439
  /**
@@ -4444,29 +4458,29 @@ const Mh = /* @__PURE__ */ x(vl, [["render", yl]]), pl = {
4444
4458
  };
4445
4459
  }
4446
4460
  };
4447
- function bl(e, n, t, s, o, i) {
4461
+ function yl(e, n, t, s, o, i) {
4448
4462
  return u(), d("span", null, [
4449
4463
  g(e.$slots, "default", { currentValue: o.currentValue }, () => [
4450
4464
  $(b(o.currentValue), 1)
4451
4465
  ])
4452
4466
  ]);
4453
4467
  }
4454
- const Uh = /* @__PURE__ */ x(pl, [["render", bl]]), _l = {
4468
+ const zh = /* @__PURE__ */ R(vl, [["render", yl]]), pl = {
4455
4469
  key: 0,
4456
4470
  class: "progress-bar__header"
4457
- }, wl = {
4471
+ }, bl = {
4458
4472
  key: 1,
4459
4473
  class: "progress-bar__value progress-bar__value--amount"
4460
- }, Sl = {
4474
+ }, _l = {
4461
4475
  key: 2,
4462
4476
  class: "progress-bar__icon"
4463
- }, kl = { class: "progress-bar__track" }, $l = {
4477
+ }, wl = { class: "progress-bar__track" }, Sl = {
4464
4478
  key: 1,
4465
4479
  class: "progress-bar__values"
4466
- }, Cl = { class: "progress-bar__value progress-bar__value--amount" }, Tl = {
4480
+ }, kl = { class: "progress-bar__value progress-bar__value--amount" }, $l = {
4467
4481
  key: 0,
4468
4482
  class: "progress-bar__value progress-bar__value--deficit"
4469
- }, Al = { class: "progress-bar__value progress-bar__value--total" }, Bh = {
4483
+ }, Cl = { class: "progress-bar__value progress-bar__value--total" }, Mh = {
4470
4484
  __name: "UluProgressBar",
4471
4485
  props: {
4472
4486
  /**
@@ -4563,8 +4577,8 @@ const Uh = /* @__PURE__ */ x(pl, [["render", bl]]), _l = {
4563
4577
  return (r, l) => (u(), d("div", {
4564
4578
  class: m(i.value)
4565
4579
  }, [
4566
- e.label || r.$slots.label || r.$slots.icon || e.amountInHeader ? (u(), d("div", _l, [
4567
- e.label ? (u(), _(F(e.labelElement), {
4580
+ e.label || r.$slots.label || r.$slots.icon || e.amountInHeader ? (u(), d("div", pl, [
4581
+ e.label ? (u(), _(V(e.labelElement), {
4568
4582
  key: 0,
4569
4583
  class: m(["progress-bar__label", [e.classes.label, { "hidden-visually": e.labelHidden }]])
4570
4584
  }, {
@@ -4575,17 +4589,17 @@ const Uh = /* @__PURE__ */ x(pl, [["render", bl]]), _l = {
4575
4589
  ]),
4576
4590
  _: 3
4577
4591
  }, 8, ["class"])) : p("", !0),
4578
- e.amountInHeader ? (u(), d("div", wl, [
4592
+ e.amountInHeader ? (u(), d("div", bl, [
4579
4593
  l[0] || (l[0] = h("strong", { class: "hidden-visually" }, "Amount:", -1)),
4580
4594
  g(r.$slots, "valueAmount", { value: e.amount }, () => [
4581
4595
  $(b(e.formatValue(e.amount, "amount")), 1)
4582
4596
  ])
4583
4597
  ])) : p("", !0),
4584
- r.$slots.icon ? (u(), d("div", Sl, [
4598
+ r.$slots.icon ? (u(), d("div", _l, [
4585
4599
  g(r.$slots, "icon")
4586
4600
  ])) : p("", !0)
4587
4601
  ])) : p("", !0),
4588
- h("div", kl, [
4602
+ h("div", wl, [
4589
4603
  h("div", {
4590
4604
  class: "progress-bar__bar",
4591
4605
  style: H({ width: s.value })
@@ -4596,20 +4610,20 @@ const Uh = /* @__PURE__ */ x(pl, [["render", bl]]), _l = {
4596
4610
  style: H({ width: o.value })
4597
4611
  }, null, 4)) : p("", !0)
4598
4612
  ]),
4599
- !e.noValues && !e.amountInHeader && !e.loader && !e.indeterminate ? (u(), d("div", $l, [
4600
- h("div", Cl, [
4613
+ !e.noValues && !e.amountInHeader && !e.loader && !e.indeterminate ? (u(), d("div", Sl, [
4614
+ h("div", kl, [
4601
4615
  l[1] || (l[1] = h("strong", { class: "hidden-visually" }, "Amount:", -1)),
4602
4616
  g(r.$slots, "valueAmount", { value: e.amount }, () => [
4603
4617
  $(b(e.formatValue(e.amount, "amount")), 1)
4604
4618
  ])
4605
4619
  ]),
4606
- e.deficit > 0 ? (u(), d("div", Tl, [
4620
+ e.deficit > 0 ? (u(), d("div", $l, [
4607
4621
  l[2] || (l[2] = h("strong", { class: "hidden-visually" }, "Deficit: ", -1)),
4608
4622
  g(r.$slots, "valueDeficit", { value: e.deficit }, () => [
4609
4623
  $("-" + b(e.formatValue(e.deficit, "deficit")), 1)
4610
4624
  ])
4611
4625
  ])) : p("", !0),
4612
- h("div", Al, [
4626
+ h("div", Cl, [
4613
4627
  l[3] || (l[3] = h("strong", { class: "hidden-visually" }, "Total:", -1)),
4614
4628
  g(r.$slots, "valueTotal", { value: e.total }, () => [
4615
4629
  $(b(e.formatValue(e.total, "total")), 1)
@@ -4618,16 +4632,16 @@ const Uh = /* @__PURE__ */ x(pl, [["render", bl]]), _l = {
4618
4632
  ])) : p("", !0)
4619
4633
  ], 2));
4620
4634
  }
4621
- }, Ol = { class: "hidden-visually" }, xl = { class: "progress-circle__chart" }, Rl = {
4635
+ }, Tl = { class: "hidden-visually" }, Al = { class: "progress-circle__chart" }, Ol = {
4622
4636
  class: "progress-circle__chart-svg",
4623
4637
  viewBox: "0 0 32 32"
4624
- }, El = {
4638
+ }, xl = {
4625
4639
  key: 0,
4626
4640
  class: "progress-circle__chart-value"
4627
- }, jl = {
4641
+ }, Rl = {
4628
4642
  key: 0,
4629
4643
  class: "progress-circle__value type-small-x"
4630
- }, Ph = {
4644
+ }, Uh = {
4631
4645
  __name: "UluProgressCircle",
4632
4646
  props: {
4633
4647
  /**
@@ -4725,9 +4739,9 @@ const Uh = /* @__PURE__ */ x(pl, [["render", bl]]), _l = {
4725
4739
  }), (a, c) => (u(), d("div", {
4726
4740
  class: m(l.value)
4727
4741
  }, [
4728
- h("strong", Ol, b(e.label), 1),
4729
- h("div", xl, [
4730
- (u(), d("svg", Rl, [
4742
+ h("strong", Tl, b(e.label), 1),
4743
+ h("div", Al, [
4744
+ (u(), d("svg", Ol, [
4731
4745
  c[0] || (c[0] = h("circle", {
4732
4746
  class: "progress-circle__chart-track",
4733
4747
  r: "16",
@@ -4749,13 +4763,13 @@ const Uh = /* @__PURE__ */ x(pl, [["render", bl]]), _l = {
4749
4763
  cy: "16"
4750
4764
  }, null, -1))
4751
4765
  ])),
4752
- !r.value && !e.noValue ? (u(), d("strong", El, [
4766
+ !r.value && !e.noValue ? (u(), d("strong", xl, [
4753
4767
  g(a.$slots, "value", { value: e.percentage }, () => [
4754
4768
  $(b(e.formatValue(e.percentage)), 1)
4755
4769
  ])
4756
4770
  ])) : p("", !0)
4757
4771
  ]),
4758
- r.value && !e.noValue ? (u(), d("strong", jl, [
4772
+ r.value && !e.noValue ? (u(), d("strong", Rl, [
4759
4773
  g(a.$slots, "value", { value: e.percentage }, () => [
4760
4774
  $(b(e.formatValue(e.percentage)), 1)
4761
4775
  ])
@@ -4763,7 +4777,7 @@ const Uh = /* @__PURE__ */ x(pl, [["render", bl]]), _l = {
4763
4777
  ], 2));
4764
4778
  }
4765
4779
  };
4766
- function Il(e) {
4780
+ function El(e) {
4767
4781
  const n = /* @__PURE__ */ new Set();
4768
4782
  for (const t of e)
4769
4783
  for (const s of t)
@@ -4788,11 +4802,11 @@ function Et(e, n, t) {
4788
4802
  const l = `${o.uid}:${r.uid}`;
4789
4803
  return n.get(l) || /* @__PURE__ */ new Set();
4790
4804
  });
4791
- return o.match === "all" ? Nt(i) : Il(i);
4805
+ return o.match === "all" ? Nt(i) : El(i);
4792
4806
  });
4793
4807
  return Nt(s);
4794
4808
  }
4795
- function zl(e, n) {
4809
+ function jl(e, n) {
4796
4810
  return !n || !Array.isArray(n) ? [] : n.map((t) => {
4797
4811
  const s = /* @__PURE__ */ new Set(), o = t.getValue || ((l) => l[t.uid]);
4798
4812
  e.forEach((l) => {
@@ -4810,10 +4824,10 @@ function zl(e, n) {
4810
4824
  };
4811
4825
  });
4812
4826
  }
4813
- function Lh(e, n = {}) {
4827
+ function Bh(e, n = {}) {
4814
4828
  const t = (C, M) => {
4815
- const V = C[M];
4816
- return V === null || typeof V > "u" ? [] : Array.isArray(V) ? V : [V];
4829
+ const F = C[M];
4830
+ return F === null || typeof F > "u" ? [] : Array.isArray(F) ? F : [F];
4817
4831
  }, {
4818
4832
  initialFacets: s,
4819
4833
  facetFields: o,
@@ -4826,8 +4840,8 @@ function Lh(e, n = {}) {
4826
4840
  getSortValue: y = (C) => C.title || C.label || "",
4827
4841
  countMode: v = "none"
4828
4842
  // 'none', 'simple', 'intuitive'
4829
- } = n, k = (C) => C.sort((M, V) => {
4830
- const P = y(M), L = y(V);
4843
+ } = n, k = (C) => C.sort((M, F) => {
4844
+ const P = y(M), L = y(F);
4831
4845
  return P && L ? String(P).localeCompare(String(L)) : P ? -1 : L ? 1 : 0;
4832
4846
  }), j = {
4833
4847
  az: { text: "A-Z", sort: k },
@@ -4837,27 +4851,27 @@ function Lh(e, n = {}) {
4837
4851
  return (C || []).map((M) => ({
4838
4852
  ...M,
4839
4853
  open: M.open || !1,
4840
- children: M.children.map((V) => ({
4841
- ...V,
4842
- selected: V.selected || !1
4854
+ children: M.children.map((F) => ({
4855
+ ...F,
4856
+ selected: F.selected || !1
4843
4857
  })),
4844
4858
  selectedCount: 0
4845
4859
  }));
4846
4860
  }
4847
- const A = I([]), ce = I(i), Je = I(r), Me = w(() => !o || !e.value?.length ? null : zl(e.value, o)), ge = w(() => ({
4861
+ const O = I([]), ue = I(i), Je = I(r), Me = w(() => !o || !e.value?.length ? null : jl(e.value, o)), ge = w(() => ({
4848
4862
  ...l ? {} : j,
4849
4863
  ...a
4850
4864
  })), se = w(() => {
4851
4865
  const C = /* @__PURE__ */ new Map(), M = Q.value;
4852
4866
  if (!M || !o) return C;
4853
- const V = new Map(o.map((P) => {
4867
+ const F = new Map(o.map((P) => {
4854
4868
  const L = P.getValue || ((Y) => Y[P.uid]);
4855
4869
  return [P.uid, L];
4856
4870
  }));
4857
4871
  for (let P = 0; P < M.length; P++) {
4858
4872
  const L = M[P];
4859
4873
  for (const Y of o) {
4860
- const X = V.get(Y.uid)(L), G = Array.isArray(X) ? X : X ? [X] : [];
4874
+ const X = F.get(Y.uid)(L), G = Array.isArray(X) ? X : X ? [X] : [];
4861
4875
  for (const et of G) {
4862
4876
  const Be = `${Y.uid}:${et}`;
4863
4877
  C.has(Be) || C.set(Be, /* @__PURE__ */ new Set()), C.get(Be).add(P);
@@ -4869,47 +4883,47 @@ function Lh(e, n = {}) {
4869
4883
  shouldSort: !0,
4870
4884
  keys: ["title", "label", "description", "author"],
4871
4885
  ...c
4872
- })), Q = w(() => ce.value?.length ? new co(e.value, Ct.value).search(ce.value).map((M) => M.item) : e.value), ue = w(() => {
4886
+ })), Q = w(() => ue.value?.length ? new co(e.value, Ct.value).search(ue.value).map((M) => M.item) : e.value), de = w(() => {
4873
4887
  const C = [];
4874
- return A.value.forEach((M) => {
4875
- const V = M.children.filter((P) => P.selected);
4876
- M.selectedCount = V.length, V.length > 0 && C.push({ ...M, children: V });
4888
+ return O.value.forEach((M) => {
4889
+ const F = M.children.filter((P) => P.selected);
4890
+ M.selectedCount = F.length, F.length > 0 && C.push({ ...M, children: F });
4877
4891
  }), C;
4878
4892
  }), W = w(() => {
4879
- if (!ue.value.length)
4893
+ if (!de.value.length)
4880
4894
  return Q.value;
4881
4895
  const C = se.value;
4882
4896
  if (C.size === 0 && Q.value.length > 0 && o?.length > 0)
4883
4897
  return [];
4884
- const M = new Set(Q.value.map((L, Y) => Y)), V = Et(ue.value, C, M), P = [];
4885
- for (const L of V)
4898
+ const M = new Set(Q.value.map((L, Y) => Y)), F = Et(de.value, C, M), P = [];
4899
+ for (const L of F)
4886
4900
  P.push(Q.value[L]);
4887
4901
  return P;
4888
- }), de = w(() => {
4902
+ }), fe = w(() => {
4889
4903
  const C = ge.value[Je.value]?.sort;
4890
4904
  return typeof C != "function" ? W.value : C([...W.value]);
4891
4905
  });
4892
4906
  function ke() {
4893
- A.value.forEach((C) => {
4907
+ O.value.forEach((C) => {
4894
4908
  C.children && C.children.forEach((M) => M.selected = !1);
4895
4909
  });
4896
4910
  }
4897
- function hn({ groupUid: C, facetUid: M, selected: V }) {
4898
- const P = A.value.find((L) => L.uid === C);
4911
+ function hn({ groupUid: C, facetUid: M, selected: F }) {
4912
+ const P = O.value.find((L) => L.uid === C);
4899
4913
  if (P) {
4900
- !P.multiple && V && P.children.forEach((Y) => {
4914
+ !P.multiple && F && P.children.forEach((Y) => {
4901
4915
  Y.uid !== M && (Y.selected = !1);
4902
4916
  });
4903
4917
  const L = P.children.find((Y) => Y.uid === M);
4904
- L && (L.selected = V);
4918
+ L && (L.selected = F);
4905
4919
  }
4906
4920
  }
4907
4921
  return We(Me, (C) => {
4908
- A.value = T(s || C);
4909
- }, { immediate: !0 }), We([ue, Q], ([C, M], [V, P]) => {
4910
- if (!(v === "none" || !A.value.length) && !(C === V && M === P)) {
4922
+ O.value = T(s || C);
4923
+ }, { immediate: !0 }), We([de, Q], ([C, M], [F, P]) => {
4924
+ if (!(v === "none" || !O.value.length) && !(C === F && M === P)) {
4911
4925
  if (v === "simple")
4912
- A.value.forEach((L) => {
4926
+ O.value.forEach((L) => {
4913
4927
  const Y = C.filter((X) => X.uid !== L.uid), Ue = getFilteredItems(M, Y);
4914
4928
  L.children.forEach((X) => {
4915
4929
  X.count = Ue.filter((G) => f(G, L.uid).includes(X.uid)).length;
@@ -4920,7 +4934,7 @@ function Lh(e, n = {}) {
4920
4934
  if (L.size === 0 && Q.value.length > 0 && o?.length > 0)
4921
4935
  return;
4922
4936
  const Y = new Set(Q.value.map((X, G) => G)), Ue = Et(C, L, Y);
4923
- A.value.forEach((X) => {
4937
+ O.value.forEach((X) => {
4924
4938
  X.children.forEach((G) => {
4925
4939
  const et = `${X.uid}:${G.uid}`, Be = L.get(et) || /* @__PURE__ */ new Set();
4926
4940
  if (G.selected)
@@ -4943,17 +4957,17 @@ function Lh(e, n = {}) {
4943
4957
  }
4944
4958
  }
4945
4959
  }, { deep: !0, immediate: !0 }), {
4946
- facets: A,
4947
- searchValue: ce,
4960
+ facets: O,
4961
+ searchValue: ue,
4948
4962
  selectedSort: Je,
4949
4963
  sortTypes: ge,
4950
- displayItems: de,
4951
- selectedFacets: ue,
4964
+ displayItems: fe,
4965
+ selectedFacets: de,
4952
4966
  clearFilters: ke,
4953
4967
  handleFacetChange: hn
4954
4968
  };
4955
4969
  }
4956
- const Ml = { key: 0 }, Tn = {
4970
+ const Il = { key: 0 }, Tn = {
4957
4971
  __name: "UluFacetsList",
4958
4972
  props: {
4959
4973
  groupUid: String,
@@ -5001,12 +5015,12 @@ const Ml = { key: 0 }, Tn = {
5001
5015
  }, {
5002
5016
  default: S(({ option: a }) => [
5003
5017
  $(b(a.label) + " ", 1),
5004
- a.count !== void 0 ? (u(), d("span", Ml, "(" + b(a.count) + ")", 1)) : p("", !0)
5018
+ a.count !== void 0 ? (u(), d("span", Il, "(" + b(a.count) + ")", 1)) : p("", !0)
5005
5019
  ]),
5006
5020
  _: 1
5007
5021
  }, 8, ["legend", "type", "options", "model-value"]));
5008
5022
  }
5009
- }, Ul = { class: "UluFacetsFilters" }, Vh = {
5023
+ }, zl = { class: "UluFacetsFilters" }, Ph = {
5010
5024
  __name: "UluFacetsFilterLists",
5011
5025
  props: {
5012
5026
  /**
@@ -5034,8 +5048,8 @@ const Ml = { key: 0 }, Tn = {
5034
5048
  emits: ["facet-change"],
5035
5049
  setup(e, { emit: n }) {
5036
5050
  const t = n, s = (o) => o.multiple ? o.children.filter((i) => i.selected).map((i) => i.uid) : o.children.find((i) => i.selected)?.uid || "";
5037
- return (o, i) => (u(), d("div", Ul, [
5038
- (u(!0), d(E, null, R(e.facets, (r) => (u(), _(Ft, {
5051
+ return (o, i) => (u(), d("div", zl, [
5052
+ (u(!0), d(E, null, x(e.facets, (r) => (u(), _(Ft, {
5039
5053
  class: "ulu-facets__group",
5040
5054
  key: r.uid,
5041
5055
  classes: {
@@ -5089,7 +5103,7 @@ const Ml = { key: 0 }, Tn = {
5089
5103
  }, 1032, ["classes", "startOpen"]))), 128))
5090
5104
  ]));
5091
5105
  }
5092
- }, Fh = {
5106
+ }, Lh = {
5093
5107
  __name: "UluFacetsFilterPopovers",
5094
5108
  props: {
5095
5109
  /**
@@ -5149,7 +5163,7 @@ const Ml = { key: 0 }, Tn = {
5149
5163
  return (l, a) => (u(), d("div", {
5150
5164
  class: m(e.classes.container)
5151
5165
  }, [
5152
- (u(!0), d(E, null, R(e.facets, (c) => (u(), d("div", {
5166
+ (u(!0), d(E, null, x(e.facets, (c) => (u(), d("div", {
5153
5167
  key: c.uid,
5154
5168
  class: m(e.classes.group)
5155
5169
  }, [
@@ -5189,7 +5203,7 @@ const Ml = { key: 0 }, Tn = {
5189
5203
  ], 2))), 128))
5190
5204
  ], 2));
5191
5205
  }
5192
- }, Bl = { class: "facets-dropdown-filters" }, Pl = ["for"], Ll = ["id", "onChange"], Vl = { value: "" }, Fl = ["value", "selected"], Hh = {
5206
+ }, Ml = { class: "facets-dropdown-filters" }, Ul = ["for"], Bl = ["id", "onChange"], Pl = { value: "" }, Ll = ["value", "selected"], Vh = {
5193
5207
  __name: "UluFacetsFilterSelects",
5194
5208
  props: {
5195
5209
  facets: {
@@ -5211,46 +5225,46 @@ const Ml = { key: 0 }, Tn = {
5211
5225
  });
5212
5226
  });
5213
5227
  }
5214
- return (o, i) => (u(), d("div", Bl, [
5215
- (u(!0), d(E, null, R(e.facets, (r) => (u(), d("div", {
5228
+ return (o, i) => (u(), d("div", Ml, [
5229
+ (u(!0), d(E, null, x(e.facets, (r) => (u(), d("div", {
5216
5230
  class: "facets-dropdown-filters__group",
5217
5231
  key: r.uid
5218
5232
  }, [
5219
5233
  h("label", {
5220
5234
  for: `facet-dropdown-${r.uid}`,
5221
5235
  class: "facets-dropdown-filters__label"
5222
- }, b(r.name), 9, Pl),
5236
+ }, b(r.name), 9, Ul),
5223
5237
  h("select", {
5224
5238
  id: `facet-dropdown-${r.uid}`,
5225
5239
  class: "facets-dropdown-filters__select",
5226
5240
  onChange: (l) => s(r, l)
5227
5241
  }, [
5228
- h("option", Vl, "All " + b(r.name) + "s", 1),
5229
- (u(!0), d(E, null, R(r.children, (l) => (u(), d("option", {
5242
+ h("option", Pl, "All " + b(r.name) + "s", 1),
5243
+ (u(!0), d(E, null, x(r.children, (l) => (u(), d("option", {
5230
5244
  key: l.uid,
5231
5245
  value: l.uid,
5232
5246
  selected: l.selected
5233
- }, b(l.label), 9, Fl))), 128))
5234
- ], 40, Ll)
5247
+ }, b(l.label), 9, Ll))), 128))
5248
+ ], 40, Bl)
5235
5249
  ]))), 128))
5236
5250
  ]));
5237
5251
  }
5238
- }, Hl = { class: "facets-header-layout" }, Nl = { class: "facets-header-layout__header" }, Dl = { class: "facets-header-layout__main" }, Nh = {
5252
+ }, Vl = { class: "facets-header-layout" }, Fl = { class: "facets-header-layout__header" }, Hl = { class: "facets-header-layout__main" }, Fh = {
5239
5253
  __name: "UluFacetsHeaderLayout",
5240
5254
  setup(e) {
5241
- return (n, t) => (u(), d("div", Hl, [
5242
- h("div", Nl, [
5255
+ return (n, t) => (u(), d("div", Vl, [
5256
+ h("div", Fl, [
5243
5257
  g(n.$slots, "header")
5244
5258
  ]),
5245
- h("div", Dl, [
5259
+ h("div", Hl, [
5246
5260
  g(n.$slots, "main")
5247
5261
  ])
5248
5262
  ]));
5249
5263
  }
5250
- }, Wl = { class: "facets-results" }, Xl = {
5264
+ }, Nl = { class: "facets-results" }, Dl = {
5251
5265
  key: 1,
5252
5266
  class: "facets-results__empty"
5253
- }, Dh = {
5267
+ }, Hh = {
5254
5268
  __name: "UluFacetsResults",
5255
5269
  props: {
5256
5270
  items: {
@@ -5271,7 +5285,7 @@ const Ml = { key: 0 }, Tn = {
5271
5285
  }
5272
5286
  },
5273
5287
  setup(e) {
5274
- return (n, t) => (u(), d("div", Wl, [
5288
+ return (n, t) => (u(), d("div", Nl, [
5275
5289
  e.items.length ? (u(), _(Jn, {
5276
5290
  key: 0,
5277
5291
  tag: e.tag,
@@ -5279,7 +5293,7 @@ const Ml = { key: 0 }, Tn = {
5279
5293
  class: m(["facets-results__list", e.classes.list])
5280
5294
  }, {
5281
5295
  default: S(() => [
5282
- (u(!0), d(E, null, R(e.items, (s, o) => (u(), d("li", {
5296
+ (u(!0), d(E, null, x(e.items, (s, o) => (u(), d("li", {
5283
5297
  class: m(["facets-results__item", e.classes.item]),
5284
5298
  key: s.id || o
5285
5299
  }, [
@@ -5290,14 +5304,14 @@ const Ml = { key: 0 }, Tn = {
5290
5304
  ], 2))), 128))
5291
5305
  ]),
5292
5306
  _: 3
5293
- }, 8, ["tag", "name", "class"])) : (u(), d("div", Xl, [
5307
+ }, 8, ["tag", "name", "class"])) : (u(), d("div", Dl, [
5294
5308
  g(n.$slots, "empty", {}, () => [
5295
5309
  t[0] || (t[0] = h("p", null, "No matching items found.", -1))
5296
5310
  ])
5297
5311
  ]))
5298
5312
  ]));
5299
5313
  }
5300
- }, Yl = { class: "ulu-facets__keyword-search" }, ql = ["placeholder"], Wh = {
5314
+ }, Wl = { class: "ulu-facets__keyword-search" }, Xl = ["placeholder"], Nh = {
5301
5315
  __name: "UluFacetsSearch",
5302
5316
  props: {
5303
5317
  classes: {
@@ -5322,7 +5336,7 @@ const Ml = { key: 0 }, Tn = {
5322
5336
  s("update:modelValue", l);
5323
5337
  }
5324
5338
  });
5325
- return (l, a) => (u(), d("div", Yl, [
5339
+ return (l, a) => (u(), d("div", Wl, [
5326
5340
  h("label", {
5327
5341
  class: m(e.classes.searchLabel),
5328
5342
  for: i
@@ -5335,42 +5349,42 @@ const Ml = { key: 0 }, Tn = {
5335
5349
  "onUpdate:modelValue": a[0] || (a[0] = (c) => r.value = c),
5336
5350
  type: "text",
5337
5351
  placeholder: e.placeholder
5338
- }, null, 10, ql), [
5352
+ }, null, 10, Xl), [
5339
5353
  [to, r.value]
5340
5354
  ])
5341
5355
  ]));
5342
5356
  }
5343
- }, Kl = { class: "facets-sidebar-layout__header" }, Gl = { class: "facets-sidebar-layout__mobile-controls" }, Zl = { class: "facets-sidebar-layout__body" }, Ql = { class: "facets-sidebar-layout__main" }, Xh = {
5357
+ }, Yl = { class: "facets-sidebar-layout__header" }, ql = { class: "facets-sidebar-layout__mobile-controls" }, Kl = { class: "facets-sidebar-layout__body" }, Gl = { class: "facets-sidebar-layout__main" }, Dh = {
5344
5358
  __name: "UluFacetsSidebarLayout",
5345
5359
  setup(e) {
5346
5360
  const n = I(!1), t = ft("uluIsMobile"), s = I(null), o = I(null), i = w(() => t.value ? o.value : s.value);
5347
5361
  return (r, l) => (u(), d("div", {
5348
- class: m(["facets-sidebar-layout", { "facets-sidebar-layout--filters-hidden": O(t) }])
5362
+ class: m(["facets-sidebar-layout", { "facets-sidebar-layout--filters-hidden": A(t) }])
5349
5363
  }, [
5350
- h("div", Kl, [
5364
+ h("div", Yl, [
5351
5365
  g(r.$slots, "header")
5352
5366
  ]),
5353
- Oe(h("div", Gl, [
5367
+ Oe(h("div", ql, [
5354
5368
  h("button", {
5355
5369
  class: "button",
5356
5370
  onClick: l[0] || (l[0] = (a) => n.value = !0)
5357
5371
  }, "Filters & Sort")
5358
5372
  ], 512), [
5359
- [Mt, O(t)]
5373
+ [Mt, A(t)]
5360
5374
  ]),
5361
- h("div", Zl, [
5375
+ h("div", Kl, [
5362
5376
  Oe(h("div", {
5363
5377
  class: "facets-sidebar-layout__sidebar",
5364
5378
  ref_key: "desktopTarget",
5365
5379
  ref: s
5366
5380
  }, null, 512), [
5367
- [Mt, !O(t)]
5381
+ [Mt, !A(t)]
5368
5382
  ]),
5369
- h("div", Ql, [
5383
+ h("div", Gl, [
5370
5384
  g(r.$slots, "main")
5371
5385
  ])
5372
5386
  ]),
5373
- O(t) ? (u(), _(ds, {
5387
+ A(t) ? (u(), _(ds, {
5374
5388
  key: 0,
5375
5389
  modelValue: n.value,
5376
5390
  "onUpdate:modelValue": l[1] || (l[1] = (a) => n.value = a),
@@ -5395,7 +5409,7 @@ const Ml = { key: 0 }, Tn = {
5395
5409
  ], 8, ["to"])) : p("", !0)
5396
5410
  ], 2));
5397
5411
  }
5398
- }, Jl = ["for"], ea = ["value", "id"], ta = ["value"], Yh = {
5412
+ }, Zl = ["for"], Ql = ["value", "id"], Jl = ["value"], Wh = {
5399
5413
  __name: "UluFacetsSort",
5400
5414
  props: {
5401
5415
  classes: {
@@ -5425,21 +5439,21 @@ const Ml = { key: 0 }, Tn = {
5425
5439
  g(i.$slots, "default", {}, () => [
5426
5440
  r[1] || (r[1] = $("Sort:", -1))
5427
5441
  ])
5428
- ], 10, Jl),
5442
+ ], 10, Zl),
5429
5443
  h("select", {
5430
5444
  value: e.modelValue,
5431
5445
  onChange: r[0] || (r[0] = (l) => s("update:modelValue", l.target.value)),
5432
5446
  id: o.value,
5433
5447
  class: m(e.classes.sortFormSelect)
5434
5448
  }, [
5435
- (u(!0), d(E, null, R(e.sortTypes, (l, a) => (u(), d("option", {
5449
+ (u(!0), d(E, null, x(e.sortTypes, (l, a) => (u(), d("option", {
5436
5450
  value: a,
5437
5451
  key: a
5438
- }, b(l.text), 9, ta))), 128))
5439
- ], 42, ea)
5452
+ }, b(l.text), 9, Jl))), 128))
5453
+ ], 42, Ql)
5440
5454
  ], 2));
5441
5455
  }
5442
- }, Cs = Symbol(), Ts = Symbol(), wt = Symbol(), na = {
5456
+ }, Cs = Symbol(), Ts = Symbol(), wt = Symbol(), ea = {
5443
5457
  name: "ScrollAnchors",
5444
5458
  emits: ["section-change"],
5445
5459
  props: {
@@ -5544,13 +5558,13 @@ const Ml = { key: 0 }, Tn = {
5544
5558
  unmounted() {
5545
5559
  this.destroyObserver();
5546
5560
  }
5547
- }, sa = { class: "scroll-anchors" };
5548
- function oa(e, n, t, s, o, i) {
5549
- return u(), d("div", sa, [
5561
+ }, ta = { class: "scroll-anchors" };
5562
+ function na(e, n, t, s, o, i) {
5563
+ return u(), d("div", ta, [
5550
5564
  g(e.$slots, "default")
5551
5565
  ]);
5552
5566
  }
5553
- const qh = /* @__PURE__ */ x(na, [["render", oa]]), ia = {
5567
+ const Xh = /* @__PURE__ */ R(ea, [["render", na]]), sa = {
5554
5568
  name: "ScrollAnchorsNav",
5555
5569
  inject: {
5556
5570
  sections: { from: wt }
@@ -5561,36 +5575,36 @@ const qh = /* @__PURE__ */ x(na, [["render", oa]]), ia = {
5561
5575
  default: "nav"
5562
5576
  }
5563
5577
  }
5564
- }, ra = ["href"];
5565
- function la(e, n, t, s, o, i) {
5566
- return i.sections.length ? (u(), _(F(t.element), {
5578
+ }, oa = ["href"];
5579
+ function ia(e, n, t, s, o, i) {
5580
+ return i.sections.length ? (u(), _(V(t.element), {
5567
5581
  key: 0,
5568
5582
  class: "scroll-anchors__nav"
5569
5583
  }, {
5570
5584
  default: S(() => [
5571
5585
  h("ul", null, [
5572
- (u(!0), d(E, null, R(i.sections, (r, l) => (u(), d("li", {
5586
+ (u(!0), d(E, null, x(i.sections, (r, l) => (u(), d("li", {
5573
5587
  key: l,
5574
5588
  class: m({ "is-active": r.active })
5575
5589
  }, [
5576
5590
  h("a", {
5577
5591
  class: m({ "is-active": r.active }),
5578
5592
  href: `#${r.titleId}`
5579
- }, b(r.title), 11, ra)
5593
+ }, b(r.title), 11, oa)
5580
5594
  ], 2))), 128))
5581
5595
  ])
5582
5596
  ]),
5583
5597
  _: 1
5584
5598
  })) : p("", !0);
5585
5599
  }
5586
- const Kh = /* @__PURE__ */ x(ia, [["render", la]]);
5600
+ const Yh = /* @__PURE__ */ R(sa, [["render", ia]]);
5587
5601
  function As(e) {
5588
5602
  requestAnimationFrame(() => {
5589
5603
  const n = new MessageChannel();
5590
5604
  n.port1.onmessage = e, n.port2.postMessage(void 0);
5591
5605
  });
5592
5606
  }
5593
- const aa = {
5607
+ const ra = {
5594
5608
  name: "ScrollAnchorsNavAnimated",
5595
5609
  inject: {
5596
5610
  sections: { from: wt }
@@ -5638,15 +5652,15 @@ const aa = {
5638
5652
  this.linkRefs[e] = n;
5639
5653
  }
5640
5654
  }
5641
- }, ca = { class: "scroll-anchors__rail" }, ua = ["href"];
5642
- function da(e, n, t, s, o, i) {
5643
- return i.sections.length ? (u(), _(F(t.element), {
5655
+ }, la = { class: "scroll-anchors__rail" }, aa = ["href"];
5656
+ function ca(e, n, t, s, o, i) {
5657
+ return i.sections.length ? (u(), _(V(t.element), {
5644
5658
  key: 0,
5645
5659
  class: "scroll-anchors__nav scroll-anchors__nav--animated"
5646
5660
  }, {
5647
5661
  default: S(() => [
5648
- h("ul", ca, [
5649
- (u(!0), d(E, null, R(i.sections, (r, l) => (u(), d("li", {
5662
+ h("ul", la, [
5663
+ (u(!0), d(E, null, x(i.sections, (r, l) => (u(), d("li", {
5650
5664
  key: l,
5651
5665
  class: m({ "is-active": r.active })
5652
5666
  }, [
@@ -5655,7 +5669,7 @@ function da(e, n, t, s, o, i) {
5655
5669
  ref_for: !0,
5656
5670
  ref: (a) => i.addLinkRef(l, a),
5657
5671
  href: `#${r.titleId}`
5658
- }, b(r.title), 11, ua)
5672
+ }, b(r.title), 11, aa)
5659
5673
  ], 2))), 128))
5660
5674
  ]),
5661
5675
  h("div", {
@@ -5673,7 +5687,7 @@ function da(e, n, t, s, o, i) {
5673
5687
  _: 1
5674
5688
  })) : p("", !0);
5675
5689
  }
5676
- const Gh = /* @__PURE__ */ x(aa, [["render", da]]), fa = {
5690
+ const qh = /* @__PURE__ */ R(ra, [["render", ca]]), ua = {
5677
5691
  name: "ScrollAnchorsSection",
5678
5692
  props: {
5679
5693
  title: String,
@@ -5703,7 +5717,7 @@ const Gh = /* @__PURE__ */ x(aa, [["render", da]]), fa = {
5703
5717
  data() {
5704
5718
  const { anchorId: e, title: n } = this;
5705
5719
  return {
5706
- titleId: e || `sas-title-${Dr(n)}`
5720
+ titleId: e || `sas-title-${Hr(n)}`
5707
5721
  };
5708
5722
  },
5709
5723
  computed: {
@@ -5718,12 +5732,12 @@ const Gh = /* @__PURE__ */ x(aa, [["render", da]]), fa = {
5718
5732
  this.unregister && this.unregister(this);
5719
5733
  }
5720
5734
  };
5721
- function ha(e, n, t, s, o, i) {
5735
+ function da(e, n, t, s, o, i) {
5722
5736
  return u(), d("div", {
5723
5737
  class: m([t.wrapperClass, { [t.activeClass]: t.activeClass && i.section?.active }]),
5724
5738
  ref: "element"
5725
5739
  }, [
5726
- (u(), _(F(t.titleElement), {
5740
+ (u(), _(V(t.titleElement), {
5727
5741
  class: m(t.titleClass),
5728
5742
  id: o.titleId
5729
5743
  }, {
@@ -5735,7 +5749,7 @@ function ha(e, n, t, s, o, i) {
5735
5749
  g(e.$slots, "default", { section: i.section })
5736
5750
  ], 2);
5737
5751
  }
5738
- const Zh = /* @__PURE__ */ x(fa, [["render", ha]]), ma = {
5752
+ const Kh = /* @__PURE__ */ R(ua, [["render", da]]), fa = {
5739
5753
  __name: "UluSkeletonText",
5740
5754
  props: {
5741
5755
  /**
@@ -5760,7 +5774,7 @@ const Zh = /* @__PURE__ */ x(fa, [["render", ha]]), ma = {
5760
5774
  }])
5761
5775
  }, null, 2));
5762
5776
  }
5763
- }, Qh = {
5777
+ }, Gh = {
5764
5778
  __name: "UluShowSkeleton",
5765
5779
  props: {
5766
5780
  /**
@@ -5769,20 +5783,20 @@ const Zh = /* @__PURE__ */ x(fa, [["render", ha]]), ma = {
5769
5783
  when: Boolean
5770
5784
  },
5771
5785
  setup(e) {
5772
- return (n, t) => e.when ? (u(), _(ma, {
5786
+ return (n, t) => e.when ? (u(), _(fa, {
5773
5787
  key: 1,
5774
5788
  inline: ""
5775
5789
  })) : g(n.$slots, "default", { key: 0 });
5776
5790
  }
5777
5791
  };
5778
- function ga(e, n) {
5792
+ function ha(e, n) {
5779
5793
  return [...Array(e)].map((t, s) => n(s));
5780
5794
  }
5781
- function Jh(e, n) {
5795
+ function Zh(e, n) {
5782
5796
  var t = e.indexOf(n);
5783
5797
  t > -1 && e.splice(t, 1);
5784
5798
  }
5785
- const em = {
5799
+ const Qh = {
5786
5800
  __name: "UluSkeletonContent",
5787
5801
  props: {
5788
5802
  /**
@@ -5794,7 +5808,7 @@ const em = {
5794
5808
  }
5795
5809
  },
5796
5810
  setup(e) {
5797
- const n = e, t = w(() => ga(n.lines, () => {
5811
+ const n = e, t = w(() => ha(n.lines, () => {
5798
5812
  const o = ut(70, 100);
5799
5813
  let i = 0;
5800
5814
  const r = () => {
@@ -5809,8 +5823,8 @@ const em = {
5809
5823
  return l.map((c) => ({ width: c, alt: Math.random() < 0.5 }));
5810
5824
  }));
5811
5825
  return (s, o) => (u(), d("div", null, [
5812
- (u(!0), d(E, null, R(t.value, (i, r) => (u(), d("div", { key: r }, [
5813
- (u(!0), d(E, null, R(i, (l) => (u(), d("span", {
5826
+ (u(!0), d(E, null, x(t.value, (i, r) => (u(), d("div", { key: r }, [
5827
+ (u(!0), d(E, null, x(i, (l) => (u(), d("span", {
5814
5828
  key: l,
5815
5829
  class: m(["skeleton skeleton--text skeleton--inline", { "skeleton--background-alt": l.alt }]),
5816
5830
  style: H({ width: `${l.width}%` })
@@ -5818,14 +5832,14 @@ const em = {
5818
5832
  ]))), 128))
5819
5833
  ]));
5820
5834
  }
5821
- }, va = { class: "skeleton skeleton-block--media" }, tm = {
5835
+ }, ma = { class: "skeleton skeleton-block--media" }, Jh = {
5822
5836
  __name: "UluSkeletonMedia",
5823
5837
  setup(e) {
5824
- return (n, t) => (u(), d("div", va, [
5838
+ return (n, t) => (u(), d("div", ma, [
5825
5839
  z(D, { icon: "type:image" })
5826
5840
  ]));
5827
5841
  }
5828
- }, ya = {
5842
+ }, ga = {
5829
5843
  name: "SlideShow",
5830
5844
  emits: ["slide-change"],
5831
5845
  components: {
@@ -6020,27 +6034,27 @@ const em = {
6020
6034
  beforeUnmount() {
6021
6035
  this.destroyObserver();
6022
6036
  }
6023
- }, pa = { class: "slideshow" }, ba = {
6037
+ }, va = { class: "slideshow" }, ya = {
6024
6038
  class: "slideshow__control-context",
6025
6039
  ref: "context"
6026
- }, _a = {
6040
+ }, pa = {
6027
6041
  class: "slideshow__track-crop",
6028
6042
  ref: "crop"
6029
- }, wa = {
6043
+ }, ba = {
6030
6044
  class: "slideshow__track",
6031
6045
  ref: "track"
6032
- }, Sa = ["tabindex"], ka = { class: "slideshow__controls" }, $a = { class: "slideshow__controls-item slideshow__controls-item--previous" }, Ca = ["disabled"], Ta = { class: "slideshow__controls-item slideshow__controls-item--next" }, Aa = ["disabled"], Oa = {
6046
+ }, _a = ["tabindex"], wa = { class: "slideshow__controls" }, Sa = { class: "slideshow__controls-item slideshow__controls-item--previous" }, ka = ["disabled"], $a = { class: "slideshow__controls-item slideshow__controls-item--next" }, Ca = ["disabled"], Ta = {
6033
6047
  key: 0,
6034
6048
  class: "slideshow__nav",
6035
6049
  ref: "nav"
6036
- }, xa = ["onClick"], Ra = { class: "hidden-visually" };
6037
- function Ea(e, n, t, s, o, i) {
6050
+ }, Aa = ["onClick"], Oa = { class: "hidden-visually" };
6051
+ function xa(e, n, t, s, o, i) {
6038
6052
  const r = N("UluIcon");
6039
- return u(), d("div", pa, [
6040
- h("div", ba, [
6041
- h("div", _a, [
6042
- h("ul", wa, [
6043
- (u(!0), d(E, null, R(o.slides, (l, a) => (u(), d("li", {
6053
+ return u(), d("div", va, [
6054
+ h("div", ya, [
6055
+ h("div", pa, [
6056
+ h("ul", ba, [
6057
+ (u(!0), d(E, null, x(o.slides, (l, a) => (u(), d("li", {
6044
6058
  class: m(["slideshow__slide", { "is-active": l.active }]),
6045
6059
  key: a,
6046
6060
  tabindex: t.slideFocusable ? "0" : "-1",
@@ -6053,11 +6067,11 @@ function Ea(e, n, t, s, o, i) {
6053
6067
  item: l.item,
6054
6068
  index: a
6055
6069
  })
6056
- ], 10, Sa))), 128))
6070
+ ], 10, _a))), 128))
6057
6071
  ], 512)
6058
6072
  ], 512),
6059
- h("ul", ka, [
6060
- h("li", $a, [
6073
+ h("ul", wa, [
6074
+ h("li", Sa, [
6061
6075
  h("button", {
6062
6076
  class: "slideshow__control-button slideshow__control-button--previous",
6063
6077
  "aria-label": "Scroll Right",
@@ -6068,9 +6082,9 @@ function Ea(e, n, t, s, o, i) {
6068
6082
  class: "slideshow__control-icon",
6069
6083
  icon: "type:next"
6070
6084
  })
6071
- ], 8, Ca)
6085
+ ], 8, ka)
6072
6086
  ]),
6073
- h("li", Ta, [
6087
+ h("li", $a, [
6074
6088
  h("button", {
6075
6089
  class: "slideshow__control-button slideshow__control-button--next",
6076
6090
  "aria-label": "Scroll Left",
@@ -6081,12 +6095,12 @@ function Ea(e, n, t, s, o, i) {
6081
6095
  class: "slideshow__control-icon",
6082
6096
  icon: "type:previous"
6083
6097
  })
6084
- ], 8, Aa)
6098
+ ], 8, Ca)
6085
6099
  ])
6086
6100
  ])
6087
6101
  ], 512),
6088
- t.noNav ? p("", !0) : (u(), d("ul", Oa, [
6089
- (u(!0), d(E, null, R(o.slides, (l, a) => (u(), d("li", {
6102
+ t.noNav ? p("", !0) : (u(), d("ul", Ta, [
6103
+ (u(!0), d(E, null, x(o.slides, (l, a) => (u(), d("li", {
6090
6104
  class: m(["slideshow__nav-item", { "is-active": l.active }]),
6091
6105
  ref_for: !0,
6092
6106
  ref: (c) => {
@@ -6103,17 +6117,17 @@ function Ea(e, n, t, s, o, i) {
6103
6117
  index: a,
6104
6118
  active: l.active
6105
6119
  }, () => [
6106
- h("span", Ra, "Item " + b(a + 1), 1)
6120
+ h("span", Oa, "Item " + b(a + 1), 1)
6107
6121
  ])
6108
- ], 10, xa)
6122
+ ], 10, Aa)
6109
6123
  ], 2))), 128))
6110
6124
  ], 512))
6111
6125
  ]);
6112
6126
  }
6113
- const ja = /* @__PURE__ */ x(ya, [["render", Ea]]), Ia = {
6127
+ const Ra = /* @__PURE__ */ R(ga, [["render", xa]]), Ea = {
6114
6128
  name: "ImageSlideShow",
6115
6129
  components: {
6116
- UluSlideShow: ja
6130
+ UluSlideShow: Ra
6117
6131
  },
6118
6132
  props: {
6119
6133
  images: Array,
@@ -6139,8 +6153,8 @@ const ja = /* @__PURE__ */ x(ya, [["render", Ea]]), Ia = {
6139
6153
  console.log("left/right", i, a), t && s && (c > a ? f = i + (c - a) : r < i && (f = r), f !== null && n.scrollTo({ left: f, top: 0, behavior: "smooth" }));
6140
6154
  }
6141
6155
  }
6142
- }, za = ["src", "alt"], Ma = { class: "slideshow__image-actions" }, Ua = ["src", "alt"];
6143
- function Ba(e, n, t, s, o, i) {
6156
+ }, ja = ["src", "alt"], Ia = { class: "slideshow__image-actions" }, za = ["src", "alt"];
6157
+ function Ma(e, n, t, s, o, i) {
6144
6158
  const r = N("AppButton"), l = N("UluSlideShow");
6145
6159
  return u(), _(l, {
6146
6160
  class: "slideshow--images",
@@ -6151,8 +6165,8 @@ function Ba(e, n, t, s, o, i) {
6151
6165
  h("img", {
6152
6166
  src: a.src,
6153
6167
  alt: a.alt
6154
- }, null, 8, za),
6155
- h("div", Ma, [
6168
+ }, null, 8, ja),
6169
+ h("div", Ia, [
6156
6170
  t.selectButton ? (u(), _(r, {
6157
6171
  key: 0,
6158
6172
  class: "type-small",
@@ -6171,12 +6185,12 @@ function Ba(e, n, t, s, o, i) {
6171
6185
  h("img", {
6172
6186
  src: t.images[a].src,
6173
6187
  alt: `View image ${a}`
6174
- }, null, 8, Ua)
6188
+ }, null, 8, za)
6175
6189
  ]),
6176
6190
  _: 1
6177
6191
  }, 8, ["items", "onSlideChange"]);
6178
6192
  }
6179
- const nm = /* @__PURE__ */ x(Ia, [["render", Ba]]), Pa = {
6193
+ const em = /* @__PURE__ */ R(Ea, [["render", Ma]]), Ua = {
6180
6194
  name: "SlideShowSlide",
6181
6195
  props: {
6182
6196
  /**
@@ -6189,14 +6203,14 @@ const nm = /* @__PURE__ */ x(Ia, [["render", Ba]]), Pa = {
6189
6203
  console.log("slide mounted");
6190
6204
  }
6191
6205
  };
6192
- function La(e, n, t, s, o, i) {
6206
+ function Ba(e, n, t, s, o, i) {
6193
6207
  return u(), d("li", {
6194
6208
  class: m(["slideshow__slide", { "is-active": t.active }])
6195
6209
  }, [
6196
6210
  g(e.$slots, "default")
6197
6211
  ], 2);
6198
6212
  }
6199
- const sm = /* @__PURE__ */ x(Pa, [["render", La]]), Va = {
6213
+ const tm = /* @__PURE__ */ R(Ua, [["render", Ba]]), Pa = {
6200
6214
  name: "UluTableStickyRows",
6201
6215
  props: {
6202
6216
  rows: Array,
@@ -6213,9 +6227,9 @@ const sm = /* @__PURE__ */ x(Pa, [["render", La]]), Va = {
6213
6227
  default: !1
6214
6228
  }
6215
6229
  }
6216
- }, Fa = ["id"], Ha = ["innerHTML"];
6217
- function Na(e, n, t, s, o, i) {
6218
- return u(!0), d(E, null, R(t.rows, (r, l) => (u(), d("tr", {
6230
+ }, La = ["id"], Va = ["innerHTML"];
6231
+ function Fa(e, n, t, s, o, i) {
6232
+ return u(!0), d(E, null, x(t.rows, (r, l) => (u(), d("tr", {
6219
6233
  key: `br-${l}`,
6220
6234
  id: t.optionalAttr(t.isActual && r.id),
6221
6235
  class: m(t.resolveClasses(t.classes.row, { row: r.data, rowIndex: l, isActual: t.isActual, foot: t.foot })),
@@ -6223,7 +6237,7 @@ function Na(e, n, t, s, o, i) {
6223
6237
  height: r.height
6224
6238
  })
6225
6239
  }, [
6226
- (u(!0), d(E, null, R(t.rowColumns, (a, c) => (u(), _(F(a.rowHeader ? "th" : "td"), {
6240
+ (u(!0), d(E, null, x(t.rowColumns, (a, c) => (u(), _(V(a.rowHeader ? "th" : "td"), {
6227
6241
  id: t.optionalAttr(t.isActual && a.rowHeader && a.getRowHeaderId(l)),
6228
6242
  scope: t.optionalAttr(t.isActual && a.rowHeader && "row"),
6229
6243
  key: `bc-${c}`,
@@ -6245,18 +6259,18 @@ function Na(e, n, t, s, o, i) {
6245
6259
  }) : a.html ? (u(), d("div", {
6246
6260
  key: 1,
6247
6261
  innerHTML: t.value({ row: r, column: a, rowIndex: l, isActual: t.isActual, foot: t.foot })
6248
- }, null, 8, Ha)) : (u(), d(E, { key: 2 }, [
6262
+ }, null, 8, Va)) : (u(), d(E, { key: 2 }, [
6249
6263
  $(b(t.value({ row: r, column: a, rowIndex: l, isActual: t.isActual, foot: t.foot })), 1)
6250
6264
  ], 64))
6251
6265
  ]),
6252
6266
  _: 2
6253
6267
  }, 1032, ["id", "scope", "headers", "class", "style"]))), 128))
6254
- ], 14, Fa))), 128);
6268
+ ], 14, La))), 128);
6255
6269
  }
6256
- const Da = /* @__PURE__ */ x(Va, [["render", Na]]), Wa = {
6270
+ const Ha = /* @__PURE__ */ R(Pa, [["render", Fa]]), Na = {
6257
6271
  name: "UluTableStickyTable",
6258
6272
  components: {
6259
- UluTableStickyRows: Da
6273
+ UluTableStickyRows: Ha
6260
6274
  },
6261
6275
  props: {
6262
6276
  resolveClasses: Function,
@@ -6336,22 +6350,22 @@ const Da = /* @__PURE__ */ x(Va, [["render", Na]]), Wa = {
6336
6350
  return n.join(" ");
6337
6351
  }
6338
6352
  }
6339
- }, Xa = ["aria-hidden"], Ya = {
6353
+ }, Da = ["aria-hidden"], Wa = {
6340
6354
  key: 0,
6341
6355
  class: "table-sticky__caption"
6342
- }, qa = ["id"], Ka = ["id", "rowspan", "colspan", "data-child-columns", "aria-sort", "scope", "headers"], Ga = ["innerHTML"], Za = {
6356
+ }, Xa = ["id"], Ya = ["id", "rowspan", "colspan", "data-child-columns", "aria-sort", "scope", "headers"], qa = ["innerHTML"], Ka = {
6343
6357
  class: "table-sticky__sort-icon",
6344
6358
  "aria-hidden": "true"
6345
- }, Qa = { class: "table-sticky__sort-icon-inner" }, Ja = ["innerHTML"], ec = { key: 1 }, tc = { key: 2 };
6346
- function nc(e, n, t, s, o, i) {
6359
+ }, Ga = { class: "table-sticky__sort-icon-inner" }, Za = ["innerHTML"], Qa = { key: 1 }, Ja = { key: 2 };
6360
+ function ec(e, n, t, s, o, i) {
6347
6361
  const r = N("UluTableStickyRows");
6348
6362
  return u(), d("table", {
6349
6363
  class: m(t.resolveClasses(t.classes.table, { isActual: t.isActual })),
6350
6364
  "aria-hidden": t.isActual ? "false" : "true"
6351
6365
  }, [
6352
- t.caption ? (u(), d("caption", Ya, b(t.caption), 1)) : p("", !0),
6366
+ t.caption ? (u(), d("caption", Wa, b(t.caption), 1)) : p("", !0),
6353
6367
  h("thead", null, [
6354
- (u(!0), d(E, null, R(t.headerRows, (l, a) => (u(), d("tr", {
6368
+ (u(!0), d(E, null, x(t.headerRows, (l, a) => (u(), d("tr", {
6355
6369
  key: `hr-${a}`,
6356
6370
  id: i.optionalAttr(t.isActual && l.id),
6357
6371
  class: m(t.resolveClasses(t.classes.rowHeader, { row: l, rowIndex: a, isActual: t.isActual })),
@@ -6359,7 +6373,7 @@ function nc(e, n, t, s, o, i) {
6359
6373
  height: l.height
6360
6374
  })
6361
6375
  }, [
6362
- (u(!0), d(E, null, R(l.columns, (c, f) => (u(), d("th", {
6376
+ (u(!0), d(E, null, x(l.columns, (c, f) => (u(), d("th", {
6363
6377
  key: `hc-${f}`,
6364
6378
  id: i.optionalAttr(t.isActual && c.id),
6365
6379
  rowspan: c.rowspan,
@@ -6382,7 +6396,7 @@ function nc(e, n, t, s, o, i) {
6382
6396
  ref_for: !0,
6383
6397
  ref: (y) => i.addHeaderRef(c, y)
6384
6398
  }, [
6385
- c.sortable ? (u(), _(F(t.isActual ? "button" : "div"), {
6399
+ c.sortable ? (u(), _(V(t.isActual ? "button" : "div"), {
6386
6400
  key: 0,
6387
6401
  class: m(["table-sticky__sort-button", {
6388
6402
  "table-sticky__sort-button--focused": c.sortFocused
@@ -6401,11 +6415,11 @@ function nc(e, n, t, s, o, i) {
6401
6415
  }) : c.htmlTitle ? (u(), d("div", {
6402
6416
  key: 1,
6403
6417
  innerHTML: t.getColumnTitle({ column: c, index: f, isActual: t.isActual })
6404
- }, null, 8, Ga)) : (u(), d(E, { key: 2 }, [
6418
+ }, null, 8, qa)) : (u(), d(E, { key: 2 }, [
6405
6419
  $(b(t.getColumnTitle({ column: c, index: f, isActual: t.isActual })), 1)
6406
6420
  ], 64)),
6407
- h("span", Za, [
6408
- h("span", Qa, [
6421
+ h("span", Ka, [
6422
+ h("span", Ga, [
6409
6423
  g(e.$slots, "sortIcon", {}, () => [
6410
6424
  n[0] || (n[0] = $("▼", -1))
6411
6425
  ])
@@ -6422,14 +6436,14 @@ function nc(e, n, t, s, o, i) {
6422
6436
  }) : c.htmlTitle ? (u(), d("div", {
6423
6437
  key: 1,
6424
6438
  innerHTML: t.getColumnTitle({ column: c, index: f, isActual: t.isActual })
6425
- }, null, 8, Ja)) : (u(), d(E, { key: 2 }, [
6439
+ }, null, 8, Za)) : (u(), d(E, { key: 2 }, [
6426
6440
  $(b(t.getColumnTitle({ column: c, index: f, isActual: t.isActual })), 1)
6427
6441
  ], 64))
6428
6442
  ], 64))
6429
- ], 14, Ka))), 128))
6430
- ], 14, qa))), 128))
6443
+ ], 14, Ya))), 128))
6444
+ ], 14, Xa))), 128))
6431
6445
  ]),
6432
- t.rows ? (u(), d("tbody", ec, [
6446
+ t.rows ? (u(), d("tbody", Qa, [
6433
6447
  z(r, {
6434
6448
  rows: t.rows,
6435
6449
  rowColumns: t.rowColumns,
@@ -6441,7 +6455,7 @@ function nc(e, n, t, s, o, i) {
6441
6455
  classes: t.classes,
6442
6456
  value: i.value
6443
6457
  }, Ae({ _: 2 }, [
6444
- R(e.$slots, (l, a) => ({
6458
+ x(e.$slots, (l, a) => ({
6445
6459
  name: a,
6446
6460
  fn: S((c) => [
6447
6461
  g(e.$slots, a, ee(te(c)))
@@ -6449,7 +6463,7 @@ function nc(e, n, t, s, o, i) {
6449
6463
  }))
6450
6464
  ]), 1032, ["rows", "rowColumns", "optionalAttr", "resolveClasses", "getCellHeaders", "isActual", "columnWidth", "classes", "value"])
6451
6465
  ])) : p("", !0),
6452
- t.footerRows ? (u(), d("tfoot", tc, [
6466
+ t.footerRows ? (u(), d("tfoot", Ja, [
6453
6467
  z(r, {
6454
6468
  rows: t.footerRows,
6455
6469
  rowColumns: t.rowColumns,
@@ -6462,7 +6476,7 @@ function nc(e, n, t, s, o, i) {
6462
6476
  value: i.value,
6463
6477
  foot: ""
6464
6478
  }, Ae({ _: 2 }, [
6465
- R(e.$slots, (l, a) => ({
6479
+ x(e.$slots, (l, a) => ({
6466
6480
  name: a,
6467
6481
  fn: S((c) => [
6468
6482
  g(e.$slots, a, ee(te(c)))
@@ -6470,10 +6484,10 @@ function nc(e, n, t, s, o, i) {
6470
6484
  }))
6471
6485
  ]), 1032, ["rows", "rowColumns", "optionalAttr", "resolveClasses", "getCellHeaders", "isActual", "columnWidth", "classes", "value"])
6472
6486
  ])) : p("", !0)
6473
- ], 10, Xa);
6487
+ ], 10, Da);
6474
6488
  }
6475
- const sc = /* @__PURE__ */ x(Wa, [["render", nc]]);
6476
- function oc() {
6489
+ const tc = /* @__PURE__ */ R(Na, [["render", ec]]);
6490
+ function nc() {
6477
6491
  this.__data__ = [], this.size = 0;
6478
6492
  }
6479
6493
  function Os(e, n) {
@@ -6485,92 +6499,92 @@ function St(e, n) {
6485
6499
  return t;
6486
6500
  return -1;
6487
6501
  }
6488
- var ic = Array.prototype, rc = ic.splice;
6489
- function lc(e) {
6502
+ var sc = Array.prototype, oc = sc.splice;
6503
+ function ic(e) {
6490
6504
  var n = this.__data__, t = St(n, e);
6491
6505
  if (t < 0)
6492
6506
  return !1;
6493
6507
  var s = n.length - 1;
6494
- return t == s ? n.pop() : rc.call(n, t, 1), --this.size, !0;
6508
+ return t == s ? n.pop() : oc.call(n, t, 1), --this.size, !0;
6495
6509
  }
6496
- function ac(e) {
6510
+ function rc(e) {
6497
6511
  var n = this.__data__, t = St(n, e);
6498
6512
  return t < 0 ? void 0 : n[t][1];
6499
6513
  }
6500
- function cc(e) {
6514
+ function lc(e) {
6501
6515
  return St(this.__data__, e) > -1;
6502
6516
  }
6503
- function uc(e, n) {
6517
+ function ac(e, n) {
6504
6518
  var t = this.__data__, s = St(t, e);
6505
6519
  return s < 0 ? (++this.size, t.push([e, n])) : t[s][1] = n, this;
6506
6520
  }
6507
- function ae(e) {
6521
+ function ce(e) {
6508
6522
  var n = -1, t = e == null ? 0 : e.length;
6509
6523
  for (this.clear(); ++n < t; ) {
6510
6524
  var s = e[n];
6511
6525
  this.set(s[0], s[1]);
6512
6526
  }
6513
6527
  }
6514
- ae.prototype.clear = oc;
6515
- ae.prototype.delete = lc;
6516
- ae.prototype.get = ac;
6517
- ae.prototype.has = cc;
6518
- ae.prototype.set = uc;
6519
- function dc() {
6520
- this.__data__ = new ae(), this.size = 0;
6528
+ ce.prototype.clear = nc;
6529
+ ce.prototype.delete = ic;
6530
+ ce.prototype.get = rc;
6531
+ ce.prototype.has = lc;
6532
+ ce.prototype.set = ac;
6533
+ function cc() {
6534
+ this.__data__ = new ce(), this.size = 0;
6521
6535
  }
6522
- function fc(e) {
6536
+ function uc(e) {
6523
6537
  var n = this.__data__, t = n.delete(e);
6524
6538
  return this.size = n.size, t;
6525
6539
  }
6526
- function hc(e) {
6540
+ function dc(e) {
6527
6541
  return this.__data__.get(e);
6528
6542
  }
6529
- function mc(e) {
6543
+ function fc(e) {
6530
6544
  return this.__data__.has(e);
6531
6545
  }
6532
- var xs = typeof global == "object" && global && global.Object === Object && global, gc = typeof self == "object" && self && self.Object === Object && self, ne = xs || gc || Function("return this")(), Ee = ne.Symbol, Rs = Object.prototype, vc = Rs.hasOwnProperty, yc = Rs.toString, Le = Ee ? Ee.toStringTag : void 0;
6533
- function pc(e) {
6534
- var n = vc.call(e, Le), t = e[Le];
6546
+ var xs = typeof global == "object" && global && global.Object === Object && global, hc = typeof self == "object" && self && self.Object === Object && self, ne = xs || hc || Function("return this")(), Ee = ne.Symbol, Rs = Object.prototype, mc = Rs.hasOwnProperty, gc = Rs.toString, Le = Ee ? Ee.toStringTag : void 0;
6547
+ function vc(e) {
6548
+ var n = mc.call(e, Le), t = e[Le];
6535
6549
  try {
6536
6550
  e[Le] = void 0;
6537
6551
  var s = !0;
6538
6552
  } catch {
6539
6553
  }
6540
- var o = yc.call(e);
6554
+ var o = gc.call(e);
6541
6555
  return s && (n ? e[Le] = t : delete e[Le]), o;
6542
6556
  }
6543
- var bc = Object.prototype, _c = bc.toString;
6544
- function wc(e) {
6545
- return _c.call(e);
6557
+ var yc = Object.prototype, pc = yc.toString;
6558
+ function bc(e) {
6559
+ return pc.call(e);
6546
6560
  }
6547
- var Sc = "[object Null]", kc = "[object Undefined]", An = Ee ? Ee.toStringTag : void 0;
6561
+ var _c = "[object Null]", wc = "[object Undefined]", An = Ee ? Ee.toStringTag : void 0;
6548
6562
  function Ze(e) {
6549
- return e == null ? e === void 0 ? kc : Sc : An && An in Object(e) ? pc(e) : wc(e);
6563
+ return e == null ? e === void 0 ? wc : _c : An && An in Object(e) ? vc(e) : bc(e);
6550
6564
  }
6551
6565
  function kt(e) {
6552
6566
  var n = typeof e;
6553
6567
  return e != null && (n == "object" || n == "function");
6554
6568
  }
6555
- var $c = "[object AsyncFunction]", Cc = "[object Function]", Tc = "[object GeneratorFunction]", Ac = "[object Proxy]";
6569
+ var Sc = "[object AsyncFunction]", kc = "[object Function]", $c = "[object GeneratorFunction]", Cc = "[object Proxy]";
6556
6570
  function Es(e) {
6557
6571
  if (!kt(e))
6558
6572
  return !1;
6559
6573
  var n = Ze(e);
6560
- return n == Cc || n == Tc || n == $c || n == Ac;
6574
+ return n == kc || n == $c || n == Sc || n == Cc;
6561
6575
  }
6562
6576
  var jt = ne["__core-js_shared__"], On = function() {
6563
6577
  var e = /[^.]+$/.exec(jt && jt.keys && jt.keys.IE_PROTO || "");
6564
6578
  return e ? "Symbol(src)_1." + e : "";
6565
6579
  }();
6566
- function Oc(e) {
6580
+ function Tc(e) {
6567
6581
  return !!On && On in e;
6568
6582
  }
6569
- var xc = Function.prototype, Rc = xc.toString;
6583
+ var Ac = Function.prototype, Oc = Ac.toString;
6570
6584
  function we(e) {
6571
6585
  if (e != null) {
6572
6586
  try {
6573
- return Rc.call(e);
6587
+ return Oc.call(e);
6574
6588
  } catch {
6575
6589
  }
6576
6590
  try {
@@ -6580,48 +6594,48 @@ function we(e) {
6580
6594
  }
6581
6595
  return "";
6582
6596
  }
6583
- var Ec = /[\\^$.*+?()[\]{}|]/g, jc = /^\[object .+?Constructor\]$/, Ic = Function.prototype, zc = Object.prototype, Mc = Ic.toString, Uc = zc.hasOwnProperty, Bc = RegExp(
6584
- "^" + Mc.call(Uc).replace(Ec, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
6597
+ var xc = /[\\^$.*+?()[\]{}|]/g, Rc = /^\[object .+?Constructor\]$/, Ec = Function.prototype, jc = Object.prototype, Ic = Ec.toString, zc = jc.hasOwnProperty, Mc = RegExp(
6598
+ "^" + Ic.call(zc).replace(xc, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
6585
6599
  );
6586
- function Pc(e) {
6587
- if (!kt(e) || Oc(e))
6600
+ function Uc(e) {
6601
+ if (!kt(e) || Tc(e))
6588
6602
  return !1;
6589
- var n = Es(e) ? Bc : jc;
6603
+ var n = Es(e) ? Mc : Rc;
6590
6604
  return n.test(we(e));
6591
6605
  }
6592
- function Lc(e, n) {
6606
+ function Bc(e, n) {
6593
6607
  return e?.[n];
6594
6608
  }
6595
6609
  function Se(e, n) {
6596
- var t = Lc(e, n);
6597
- return Pc(t) ? t : void 0;
6610
+ var t = Bc(e, n);
6611
+ return Uc(t) ? t : void 0;
6598
6612
  }
6599
6613
  var Ke = Se(ne, "Map"), Ge = Se(Object, "create");
6600
- function Vc() {
6614
+ function Pc() {
6601
6615
  this.__data__ = Ge ? Ge(null) : {}, this.size = 0;
6602
6616
  }
6603
- function Fc(e) {
6617
+ function Lc(e) {
6604
6618
  var n = this.has(e) && delete this.__data__[e];
6605
6619
  return this.size -= n ? 1 : 0, n;
6606
6620
  }
6607
- var Hc = "__lodash_hash_undefined__", Nc = Object.prototype, Dc = Nc.hasOwnProperty;
6608
- function Wc(e) {
6621
+ var Vc = "__lodash_hash_undefined__", Fc = Object.prototype, Hc = Fc.hasOwnProperty;
6622
+ function Nc(e) {
6609
6623
  var n = this.__data__;
6610
6624
  if (Ge) {
6611
6625
  var t = n[e];
6612
- return t === Hc ? void 0 : t;
6626
+ return t === Vc ? void 0 : t;
6613
6627
  }
6614
- return Dc.call(n, e) ? n[e] : void 0;
6628
+ return Hc.call(n, e) ? n[e] : void 0;
6615
6629
  }
6616
- var Xc = Object.prototype, Yc = Xc.hasOwnProperty;
6617
- function qc(e) {
6630
+ var Dc = Object.prototype, Wc = Dc.hasOwnProperty;
6631
+ function Xc(e) {
6618
6632
  var n = this.__data__;
6619
- return Ge ? n[e] !== void 0 : Yc.call(n, e);
6633
+ return Ge ? n[e] !== void 0 : Wc.call(n, e);
6620
6634
  }
6621
- var Kc = "__lodash_hash_undefined__";
6622
- function Gc(e, n) {
6635
+ var Yc = "__lodash_hash_undefined__";
6636
+ function qc(e, n) {
6623
6637
  var t = this.__data__;
6624
- return this.size += this.has(e) ? 0 : 1, t[e] = Ge && n === void 0 ? Kc : n, this;
6638
+ return this.size += this.has(e) ? 0 : 1, t[e] = Ge && n === void 0 ? Yc : n, this;
6625
6639
  }
6626
6640
  function be(e) {
6627
6641
  var n = -1, t = e == null ? 0 : e.length;
@@ -6630,37 +6644,37 @@ function be(e) {
6630
6644
  this.set(s[0], s[1]);
6631
6645
  }
6632
6646
  }
6633
- be.prototype.clear = Vc;
6634
- be.prototype.delete = Fc;
6635
- be.prototype.get = Wc;
6636
- be.prototype.has = qc;
6637
- be.prototype.set = Gc;
6638
- function Zc() {
6647
+ be.prototype.clear = Pc;
6648
+ be.prototype.delete = Lc;
6649
+ be.prototype.get = Nc;
6650
+ be.prototype.has = Xc;
6651
+ be.prototype.set = qc;
6652
+ function Kc() {
6639
6653
  this.size = 0, this.__data__ = {
6640
6654
  hash: new be(),
6641
- map: new (Ke || ae)(),
6655
+ map: new (Ke || ce)(),
6642
6656
  string: new be()
6643
6657
  };
6644
6658
  }
6645
- function Qc(e) {
6659
+ function Gc(e) {
6646
6660
  var n = typeof e;
6647
6661
  return n == "string" || n == "number" || n == "symbol" || n == "boolean" ? e !== "__proto__" : e === null;
6648
6662
  }
6649
6663
  function $t(e, n) {
6650
6664
  var t = e.__data__;
6651
- return Qc(n) ? t[typeof n == "string" ? "string" : "hash"] : t.map;
6665
+ return Gc(n) ? t[typeof n == "string" ? "string" : "hash"] : t.map;
6652
6666
  }
6653
- function Jc(e) {
6667
+ function Zc(e) {
6654
6668
  var n = $t(this, e).delete(e);
6655
6669
  return this.size -= n ? 1 : 0, n;
6656
6670
  }
6657
- function eu(e) {
6671
+ function Qc(e) {
6658
6672
  return $t(this, e).get(e);
6659
6673
  }
6660
- function tu(e) {
6674
+ function Jc(e) {
6661
6675
  return $t(this, e).has(e);
6662
6676
  }
6663
- function nu(e, n) {
6677
+ function eu(e, n) {
6664
6678
  var t = $t(this, e), s = t.size;
6665
6679
  return t.set(e, n), this.size += t.size == s ? 0 : 1, this;
6666
6680
  }
@@ -6671,32 +6685,32 @@ function Ie(e) {
6671
6685
  this.set(s[0], s[1]);
6672
6686
  }
6673
6687
  }
6674
- Ie.prototype.clear = Zc;
6675
- Ie.prototype.delete = Jc;
6676
- Ie.prototype.get = eu;
6677
- Ie.prototype.has = tu;
6678
- Ie.prototype.set = nu;
6679
- var su = 200;
6680
- function ou(e, n) {
6688
+ Ie.prototype.clear = Kc;
6689
+ Ie.prototype.delete = Zc;
6690
+ Ie.prototype.get = Qc;
6691
+ Ie.prototype.has = Jc;
6692
+ Ie.prototype.set = eu;
6693
+ var tu = 200;
6694
+ function nu(e, n) {
6681
6695
  var t = this.__data__;
6682
- if (t instanceof ae) {
6696
+ if (t instanceof ce) {
6683
6697
  var s = t.__data__;
6684
- if (!Ke || s.length < su - 1)
6698
+ if (!Ke || s.length < tu - 1)
6685
6699
  return s.push([e, n]), this.size = ++t.size, this;
6686
6700
  t = this.__data__ = new Ie(s);
6687
6701
  }
6688
6702
  return t.set(e, n), this.size = t.size, this;
6689
6703
  }
6690
6704
  function ze(e) {
6691
- var n = this.__data__ = new ae(e);
6705
+ var n = this.__data__ = new ce(e);
6692
6706
  this.size = n.size;
6693
6707
  }
6694
- ze.prototype.clear = dc;
6695
- ze.prototype.delete = fc;
6696
- ze.prototype.get = hc;
6697
- ze.prototype.has = mc;
6698
- ze.prototype.set = ou;
6699
- function iu(e, n) {
6708
+ ze.prototype.clear = cc;
6709
+ ze.prototype.delete = uc;
6710
+ ze.prototype.get = dc;
6711
+ ze.prototype.has = fc;
6712
+ ze.prototype.set = nu;
6713
+ function su(e, n) {
6700
6714
  for (var t = -1, s = e == null ? 0 : e.length; ++t < s && n(e[t], t, e) !== !1; )
6701
6715
  ;
6702
6716
  return e;
@@ -6708,7 +6722,7 @@ var xn = function() {
6708
6722
  } catch {
6709
6723
  }
6710
6724
  }();
6711
- function ru(e, n, t) {
6725
+ function ou(e, n, t) {
6712
6726
  n == "__proto__" && xn ? xn(e, n, {
6713
6727
  configurable: !0,
6714
6728
  enumerable: !0,
@@ -6716,12 +6730,12 @@ function ru(e, n, t) {
6716
6730
  writable: !0
6717
6731
  }) : e[n] = t;
6718
6732
  }
6719
- var lu = Object.prototype, au = lu.hasOwnProperty;
6720
- function cu(e, n, t) {
6733
+ var iu = Object.prototype, ru = iu.hasOwnProperty;
6734
+ function lu(e, n, t) {
6721
6735
  var s = e[n];
6722
- (!(au.call(e, n) && Os(s, t)) || t === void 0 && !(n in e)) && ru(e, n, t);
6736
+ (!(ru.call(e, n) && Os(s, t)) || t === void 0 && !(n in e)) && ou(e, n, t);
6723
6737
  }
6724
- function uu(e, n) {
6738
+ function au(e, n) {
6725
6739
  for (var t = -1, s = Array(e); ++t < e; )
6726
6740
  s[t] = n(t);
6727
6741
  return s;
@@ -6729,31 +6743,31 @@ function uu(e, n) {
6729
6743
  function Qe(e) {
6730
6744
  return e != null && typeof e == "object";
6731
6745
  }
6732
- var du = "[object Arguments]";
6746
+ var cu = "[object Arguments]";
6733
6747
  function Rn(e) {
6734
- return Qe(e) && Ze(e) == du;
6748
+ return Qe(e) && Ze(e) == cu;
6735
6749
  }
6736
- var js = Object.prototype, fu = js.hasOwnProperty, hu = js.propertyIsEnumerable, mu = Rn(/* @__PURE__ */ function() {
6750
+ var js = Object.prototype, uu = js.hasOwnProperty, du = js.propertyIsEnumerable, fu = Rn(/* @__PURE__ */ function() {
6737
6751
  return arguments;
6738
6752
  }()) ? Rn : function(e) {
6739
- return Qe(e) && fu.call(e, "callee") && !hu.call(e, "callee");
6753
+ return Qe(e) && uu.call(e, "callee") && !du.call(e, "callee");
6740
6754
  }, un = Array.isArray;
6741
- function gu() {
6755
+ function hu() {
6742
6756
  return !1;
6743
6757
  }
6744
- var Is = typeof exports == "object" && exports && !exports.nodeType && exports, En = Is && typeof module == "object" && module && !module.nodeType && module, vu = En && En.exports === Is, jn = vu ? ne.Buffer : void 0, yu = jn ? jn.isBuffer : void 0, zs = yu || gu, pu = 9007199254740991, bu = /^(?:0|[1-9]\d*)$/;
6745
- function _u(e, n) {
6758
+ var Is = typeof exports == "object" && exports && !exports.nodeType && exports, En = Is && typeof module == "object" && module && !module.nodeType && module, mu = En && En.exports === Is, jn = mu ? ne.Buffer : void 0, gu = jn ? jn.isBuffer : void 0, zs = gu || hu, vu = 9007199254740991, yu = /^(?:0|[1-9]\d*)$/;
6759
+ function pu(e, n) {
6746
6760
  var t = typeof e;
6747
- return n = n ?? pu, !!n && (t == "number" || t != "symbol" && bu.test(e)) && e > -1 && e % 1 == 0 && e < n;
6761
+ return n = n ?? vu, !!n && (t == "number" || t != "symbol" && yu.test(e)) && e > -1 && e % 1 == 0 && e < n;
6748
6762
  }
6749
- var wu = 9007199254740991;
6763
+ var bu = 9007199254740991;
6750
6764
  function Ms(e) {
6751
- return typeof e == "number" && e > -1 && e % 1 == 0 && e <= wu;
6765
+ return typeof e == "number" && e > -1 && e % 1 == 0 && e <= bu;
6752
6766
  }
6753
- var Su = "[object Arguments]", ku = "[object Array]", $u = "[object Boolean]", Cu = "[object Date]", Tu = "[object Error]", Au = "[object Function]", Ou = "[object Map]", xu = "[object Number]", Ru = "[object Object]", Eu = "[object RegExp]", ju = "[object Set]", Iu = "[object String]", zu = "[object WeakMap]", Mu = "[object ArrayBuffer]", Uu = "[object DataView]", Bu = "[object Float32Array]", Pu = "[object Float64Array]", Lu = "[object Int8Array]", Vu = "[object Int16Array]", Fu = "[object Int32Array]", Hu = "[object Uint8Array]", Nu = "[object Uint8ClampedArray]", Du = "[object Uint16Array]", Wu = "[object Uint32Array]", B = {};
6754
- B[Bu] = B[Pu] = B[Lu] = B[Vu] = B[Fu] = B[Hu] = B[Nu] = B[Du] = B[Wu] = !0;
6755
- B[Su] = B[ku] = B[Mu] = B[$u] = B[Uu] = B[Cu] = B[Tu] = B[Au] = B[Ou] = B[xu] = B[Ru] = B[Eu] = B[ju] = B[Iu] = B[zu] = !1;
6756
- function Xu(e) {
6767
+ var _u = "[object Arguments]", wu = "[object Array]", Su = "[object Boolean]", ku = "[object Date]", $u = "[object Error]", Cu = "[object Function]", Tu = "[object Map]", Au = "[object Number]", Ou = "[object Object]", xu = "[object RegExp]", Ru = "[object Set]", Eu = "[object String]", ju = "[object WeakMap]", Iu = "[object ArrayBuffer]", zu = "[object DataView]", Mu = "[object Float32Array]", Uu = "[object Float64Array]", Bu = "[object Int8Array]", Pu = "[object Int16Array]", Lu = "[object Int32Array]", Vu = "[object Uint8Array]", Fu = "[object Uint8ClampedArray]", Hu = "[object Uint16Array]", Nu = "[object Uint32Array]", B = {};
6768
+ B[Mu] = B[Uu] = B[Bu] = B[Pu] = B[Lu] = B[Vu] = B[Fu] = B[Hu] = B[Nu] = !0;
6769
+ B[_u] = B[wu] = B[Iu] = B[Su] = B[zu] = B[ku] = B[$u] = B[Cu] = B[Tu] = B[Au] = B[Ou] = B[xu] = B[Ru] = B[Eu] = B[ju] = !1;
6770
+ function Du(e) {
6757
6771
  return Qe(e) && Ms(e.length) && !!B[Ze(e)];
6758
6772
  }
6759
6773
  function dn(e) {
@@ -6761,26 +6775,26 @@ function dn(e) {
6761
6775
  return e(n);
6762
6776
  };
6763
6777
  }
6764
- var Us = typeof exports == "object" && exports && !exports.nodeType && exports, De = Us && typeof module == "object" && module && !module.nodeType && module, Yu = De && De.exports === Us, It = Yu && xs.process, je = function() {
6778
+ var Us = typeof exports == "object" && exports && !exports.nodeType && exports, De = Us && typeof module == "object" && module && !module.nodeType && module, Wu = De && De.exports === Us, It = Wu && xs.process, je = function() {
6765
6779
  try {
6766
6780
  var e = De && De.require && De.require("util").types;
6767
6781
  return e || It && It.binding && It.binding("util");
6768
6782
  } catch {
6769
6783
  }
6770
- }(), In = je && je.isTypedArray, qu = In ? dn(In) : Xu, Ku = Object.prototype, Gu = Ku.hasOwnProperty;
6771
- function Zu(e, n) {
6772
- var t = un(e), s = !t && mu(e), o = !t && !s && zs(e), i = !t && !s && !o && qu(e), r = t || s || o || i, l = r ? uu(e.length, String) : [], a = l.length;
6784
+ }(), In = je && je.isTypedArray, Xu = In ? dn(In) : Du, Yu = Object.prototype, qu = Yu.hasOwnProperty;
6785
+ function Ku(e, n) {
6786
+ var t = un(e), s = !t && fu(e), o = !t && !s && zs(e), i = !t && !s && !o && Xu(e), r = t || s || o || i, l = r ? au(e.length, String) : [], a = l.length;
6773
6787
  for (var c in e)
6774
- Gu.call(e, c) && !(r && // Safari 9 has enumerable `arguments.length` in strict mode.
6788
+ qu.call(e, c) && !(r && // Safari 9 has enumerable `arguments.length` in strict mode.
6775
6789
  (c == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
6776
6790
  o && (c == "offset" || c == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
6777
6791
  i && (c == "buffer" || c == "byteLength" || c == "byteOffset") || // Skip index properties.
6778
- _u(c, a))) && l.push(c);
6792
+ pu(c, a))) && l.push(c);
6779
6793
  return l;
6780
6794
  }
6781
- var Qu = Object.prototype;
6795
+ var Gu = Object.prototype;
6782
6796
  function Bs(e) {
6783
- var n = e && e.constructor, t = typeof n == "function" && n.prototype || Qu;
6797
+ var n = e && e.constructor, t = typeof n == "function" && n.prototype || Gu;
6784
6798
  return e === t;
6785
6799
  }
6786
6800
  function Ps(e, n) {
@@ -6788,110 +6802,112 @@ function Ps(e, n) {
6788
6802
  return e(n(t));
6789
6803
  };
6790
6804
  }
6791
- var Ju = Ps(Object.keys, Object), ed = Object.prototype, td = ed.hasOwnProperty;
6792
- function nd(e) {
6805
+ var Zu = Ps(Object.keys, Object), Qu = Object.prototype, Ju = Qu.hasOwnProperty;
6806
+ function ed(e) {
6793
6807
  if (!Bs(e))
6794
- return Ju(e);
6808
+ return Zu(e);
6795
6809
  var n = [];
6796
6810
  for (var t in Object(e))
6797
- td.call(e, t) && t != "constructor" && n.push(t);
6811
+ Ju.call(e, t) && t != "constructor" && n.push(t);
6798
6812
  return n;
6799
6813
  }
6800
- function sd(e) {
6814
+ function td(e) {
6801
6815
  return e != null && Ms(e.length) && !Es(e);
6802
6816
  }
6803
- function od(e) {
6804
- return sd(e) ? Zu(e) : nd(e);
6817
+ function nd(e) {
6818
+ return td(e) ? Ku(e) : ed(e);
6805
6819
  }
6806
- var Ls = typeof exports == "object" && exports && !exports.nodeType && exports, zn = Ls && typeof module == "object" && module && !module.nodeType && module, id = zn && zn.exports === Ls, Mn = id ? ne.Buffer : void 0;
6820
+ var Ls = typeof exports == "object" && exports && !exports.nodeType && exports, zn = Ls && typeof module == "object" && module && !module.nodeType && module, sd = zn && zn.exports === Ls, Mn = sd ? ne.Buffer : void 0;
6807
6821
  Mn && Mn.allocUnsafe;
6808
- function rd(e, n) {
6822
+ function od(e, n) {
6809
6823
  return e.slice();
6810
6824
  }
6811
- function ld(e, n) {
6825
+ function id(e, n) {
6812
6826
  for (var t = -1, s = e == null ? 0 : e.length, o = 0, i = []; ++t < s; ) {
6813
6827
  var r = e[t];
6814
6828
  n(r, t, e) && (i[o++] = r);
6815
6829
  }
6816
6830
  return i;
6817
6831
  }
6818
- function ad() {
6832
+ function rd() {
6819
6833
  return [];
6820
6834
  }
6821
- var cd = Object.prototype, ud = cd.propertyIsEnumerable, Un = Object.getOwnPropertySymbols, dd = Un ? function(e) {
6822
- return e == null ? [] : (e = Object(e), ld(Un(e), function(n) {
6823
- return ud.call(e, n);
6835
+ var ld = Object.prototype, ad = ld.propertyIsEnumerable, Un = Object.getOwnPropertySymbols, cd = Un ? function(e) {
6836
+ return e == null ? [] : (e = Object(e), id(Un(e), function(n) {
6837
+ return ad.call(e, n);
6824
6838
  }));
6825
- } : ad;
6826
- function fd(e, n) {
6839
+ } : rd;
6840
+ function ud(e, n) {
6827
6841
  for (var t = -1, s = n.length, o = e.length; ++t < s; )
6828
6842
  e[o + t] = n[t];
6829
6843
  return e;
6830
6844
  }
6831
- var hd = Ps(Object.getPrototypeOf, Object);
6832
- function md(e, n, t) {
6845
+ var dd = Ps(Object.getPrototypeOf, Object);
6846
+ function fd(e, n, t) {
6833
6847
  var s = n(e);
6834
- return un(e) ? s : fd(s, t(e));
6848
+ return un(e) ? s : ud(s, t(e));
6835
6849
  }
6836
- function gd(e) {
6837
- return md(e, od, dd);
6850
+ function hd(e) {
6851
+ return fd(e, nd, cd);
6838
6852
  }
6839
- var Dt = Se(ne, "DataView"), Wt = Se(ne, "Promise"), Xt = Se(ne, "Set"), Yt = Se(ne, "WeakMap"), Bn = "[object Map]", vd = "[object Object]", Pn = "[object Promise]", Ln = "[object Set]", Vn = "[object WeakMap]", Fn = "[object DataView]", yd = we(Dt), pd = we(Ke), bd = we(Wt), _d = we(Xt), wd = we(Yt), ie = Ze;
6853
+ var Dt = Se(ne, "DataView"), Wt = Se(ne, "Promise"), Xt = Se(ne, "Set"), Yt = Se(ne, "WeakMap"), Bn = "[object Map]", md = "[object Object]", Pn = "[object Promise]", Ln = "[object Set]", Vn = "[object WeakMap]", Fn = "[object DataView]", gd = we(Dt), vd = we(Ke), yd = we(Wt), pd = we(Xt), bd = we(Yt), ie = Ze;
6840
6854
  (Dt && ie(new Dt(new ArrayBuffer(1))) != Fn || Ke && ie(new Ke()) != Bn || Wt && ie(Wt.resolve()) != Pn || Xt && ie(new Xt()) != Ln || Yt && ie(new Yt()) != Vn) && (ie = function(e) {
6841
- var n = Ze(e), t = n == vd ? e.constructor : void 0, s = t ? we(t) : "";
6855
+ var n = Ze(e), t = n == md ? e.constructor : void 0, s = t ? we(t) : "";
6842
6856
  if (s)
6843
6857
  switch (s) {
6844
- case yd:
6858
+ case gd:
6845
6859
  return Fn;
6846
- case pd:
6860
+ case vd:
6847
6861
  return Bn;
6848
- case bd:
6862
+ case yd:
6849
6863
  return Pn;
6850
- case _d:
6864
+ case pd:
6851
6865
  return Ln;
6852
- case wd:
6866
+ case bd:
6853
6867
  return Vn;
6854
6868
  }
6855
6869
  return n;
6856
6870
  });
6857
- var Sd = Object.prototype, kd = Sd.hasOwnProperty;
6858
- function $d(e) {
6871
+ var _d = Object.prototype, wd = _d.hasOwnProperty;
6872
+ function Sd(e) {
6859
6873
  var n = e.length, t = new e.constructor(n);
6860
- return n && typeof e[0] == "string" && kd.call(e, "index") && (t.index = e.index, t.input = e.input), t;
6874
+ return n && typeof e[0] == "string" && wd.call(e, "index") && (t.index = e.index, t.input = e.input), t;
6861
6875
  }
6862
6876
  var Hn = ne.Uint8Array;
6863
6877
  function fn(e) {
6864
6878
  var n = new e.constructor(e.byteLength);
6865
6879
  return new Hn(n).set(new Hn(e)), n;
6866
6880
  }
6867
- function Cd(e, n) {
6881
+ function kd(e, n) {
6868
6882
  var t = fn(e.buffer);
6869
6883
  return new e.constructor(t, e.byteOffset, e.byteLength);
6870
6884
  }
6871
- var Td = /\w*$/;
6872
- function Ad(e) {
6873
- var n = new e.constructor(e.source, Td.exec(e));
6885
+ var $d = /\w*$/;
6886
+ function Cd(e) {
6887
+ var n = new e.constructor(e.source, $d.exec(e));
6874
6888
  return n.lastIndex = e.lastIndex, n;
6875
6889
  }
6876
6890
  var Nn = Ee ? Ee.prototype : void 0, Dn = Nn ? Nn.valueOf : void 0;
6877
- function Od(e) {
6891
+ function Td(e) {
6878
6892
  return Dn ? Object(Dn.call(e)) : {};
6879
6893
  }
6880
- function xd(e, n) {
6894
+ function Ad(e, n) {
6881
6895
  var t = fn(e.buffer);
6882
6896
  return new e.constructor(t, e.byteOffset, e.length);
6883
6897
  }
6884
- var Rd = "[object Boolean]", Ed = "[object Date]", jd = "[object Map]", Id = "[object Number]", zd = "[object RegExp]", Md = "[object Set]", Ud = "[object String]", Bd = "[object Symbol]", Pd = "[object ArrayBuffer]", Ld = "[object DataView]", Vd = "[object Float32Array]", Fd = "[object Float64Array]", Hd = "[object Int8Array]", Nd = "[object Int16Array]", Dd = "[object Int32Array]", Wd = "[object Uint8Array]", Xd = "[object Uint8ClampedArray]", Yd = "[object Uint16Array]", qd = "[object Uint32Array]";
6885
- function Kd(e, n, t) {
6898
+ var Od = "[object Boolean]", xd = "[object Date]", Rd = "[object Map]", Ed = "[object Number]", jd = "[object RegExp]", Id = "[object Set]", zd = "[object String]", Md = "[object Symbol]", Ud = "[object ArrayBuffer]", Bd = "[object DataView]", Pd = "[object Float32Array]", Ld = "[object Float64Array]", Vd = "[object Int8Array]", Fd = "[object Int16Array]", Hd = "[object Int32Array]", Nd = "[object Uint8Array]", Dd = "[object Uint8ClampedArray]", Wd = "[object Uint16Array]", Xd = "[object Uint32Array]";
6899
+ function Yd(e, n, t) {
6886
6900
  var s = e.constructor;
6887
6901
  switch (n) {
6888
- case Pd:
6902
+ case Ud:
6889
6903
  return fn(e);
6890
- case Rd:
6891
- case Ed:
6904
+ case Od:
6905
+ case xd:
6892
6906
  return new s(+e);
6907
+ case Bd:
6908
+ return kd(e);
6909
+ case Pd:
6893
6910
  case Ld:
6894
- return Cd(e);
6895
6911
  case Vd:
6896
6912
  case Fd:
6897
6913
  case Hd:
@@ -6899,23 +6915,21 @@ function Kd(e, n, t) {
6899
6915
  case Dd:
6900
6916
  case Wd:
6901
6917
  case Xd:
6902
- case Yd:
6903
- case qd:
6904
- return xd(e);
6905
- case jd:
6918
+ return Ad(e);
6919
+ case Rd:
6906
6920
  return new s();
6907
- case Id:
6908
- case Ud:
6909
- return new s(e);
6921
+ case Ed:
6910
6922
  case zd:
6911
- return Ad(e);
6912
- case Md:
6923
+ return new s(e);
6924
+ case jd:
6925
+ return Cd(e);
6926
+ case Id:
6913
6927
  return new s();
6914
- case Bd:
6915
- return Od(e);
6928
+ case Md:
6929
+ return Td(e);
6916
6930
  }
6917
6931
  }
6918
- var Wn = Object.create, Gd = /* @__PURE__ */ function() {
6932
+ var Wn = Object.create, qd = /* @__PURE__ */ function() {
6919
6933
  function e() {
6920
6934
  }
6921
6935
  return function(n) {
@@ -6928,20 +6942,20 @@ var Wn = Object.create, Gd = /* @__PURE__ */ function() {
6928
6942
  return e.prototype = void 0, t;
6929
6943
  };
6930
6944
  }();
6931
- function Zd(e) {
6932
- return typeof e.constructor == "function" && !Bs(e) ? Gd(hd(e)) : {};
6945
+ function Kd(e) {
6946
+ return typeof e.constructor == "function" && !Bs(e) ? qd(dd(e)) : {};
6933
6947
  }
6934
- var Qd = "[object Map]";
6935
- function Jd(e) {
6936
- return Qe(e) && ie(e) == Qd;
6948
+ var Gd = "[object Map]";
6949
+ function Zd(e) {
6950
+ return Qe(e) && ie(e) == Gd;
6937
6951
  }
6938
- var Xn = je && je.isMap, ef = Xn ? dn(Xn) : Jd, tf = "[object Set]";
6939
- function nf(e) {
6940
- return Qe(e) && ie(e) == tf;
6952
+ var Xn = je && je.isMap, Qd = Xn ? dn(Xn) : Zd, Jd = "[object Set]";
6953
+ function ef(e) {
6954
+ return Qe(e) && ie(e) == Jd;
6941
6955
  }
6942
- 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]", Fs = "[object Function]", cf = "[object GeneratorFunction]", uf = "[object Map]", df = "[object Number]", Hs = "[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]", Tf = "[object Uint16Array]", Af = "[object Uint32Array]", U = {};
6943
- 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[Hs] = U[ff] = U[hf] = U[mf] = U[gf] = U[$f] = U[Cf] = U[Tf] = U[Af] = !0;
6944
- U[af] = U[Fs] = U[vf] = !1;
6956
+ var Yn = je && je.isSet, tf = Yn ? dn(Yn) : ef, Vs = "[object Arguments]", nf = "[object Array]", sf = "[object Boolean]", of = "[object Date]", rf = "[object Error]", Fs = "[object Function]", lf = "[object GeneratorFunction]", af = "[object Map]", cf = "[object Number]", Hs = "[object Object]", uf = "[object RegExp]", df = "[object Set]", ff = "[object String]", hf = "[object Symbol]", mf = "[object WeakMap]", gf = "[object ArrayBuffer]", vf = "[object DataView]", yf = "[object Float32Array]", pf = "[object Float64Array]", bf = "[object Int8Array]", _f = "[object Int16Array]", wf = "[object Int32Array]", Sf = "[object Uint8Array]", kf = "[object Uint8ClampedArray]", $f = "[object Uint16Array]", Cf = "[object Uint32Array]", U = {};
6957
+ U[Vs] = U[nf] = U[gf] = U[vf] = U[sf] = U[of] = U[yf] = U[pf] = U[bf] = U[_f] = U[wf] = U[af] = U[cf] = U[Hs] = U[uf] = U[df] = U[ff] = U[hf] = U[Sf] = U[kf] = U[$f] = U[Cf] = !0;
6958
+ U[rf] = U[Fs] = U[mf] = !1;
6945
6959
  function lt(e, n, t, s, o, i) {
6946
6960
  var r;
6947
6961
  if (r !== void 0)
@@ -6950,43 +6964,43 @@ function lt(e, n, t, s, o, i) {
6950
6964
  return e;
6951
6965
  var l = un(e);
6952
6966
  if (l)
6953
- r = $d(e);
6967
+ r = Sd(e);
6954
6968
  else {
6955
- var a = ie(e), c = a == Fs || a == cf;
6969
+ var a = ie(e), c = a == Fs || a == lf;
6956
6970
  if (zs(e))
6957
- return rd(e);
6971
+ return od(e);
6958
6972
  if (a == Hs || a == Vs || c && !o)
6959
- r = c ? {} : Zd(e);
6973
+ r = c ? {} : Kd(e);
6960
6974
  else {
6961
6975
  if (!U[a])
6962
6976
  return o ? e : {};
6963
- r = Kd(e, a);
6977
+ r = Yd(e, a);
6964
6978
  }
6965
6979
  }
6966
6980
  i || (i = new ze());
6967
6981
  var f = i.get(e);
6968
6982
  if (f)
6969
6983
  return f;
6970
- i.set(e, r), sf(e) ? e.forEach(function(k) {
6984
+ i.set(e, r), tf(e) ? e.forEach(function(k) {
6971
6985
  r.add(lt(k, n, t, k, e, i));
6972
- }) : ef(e) && e.forEach(function(k, j) {
6986
+ }) : Qd(e) && e.forEach(function(k, j) {
6973
6987
  r.set(j, lt(k, n, t, j, e, i));
6974
6988
  });
6975
- var y = gd, v = l ? void 0 : y(e);
6976
- return iu(v || e, function(k, j) {
6977
- v && (j = k, k = e[j]), cu(r, j, lt(k, n, t, j, e, i));
6989
+ var y = hd, v = l ? void 0 : y(e);
6990
+ return su(v || e, function(k, j) {
6991
+ v && (j = k, k = e[j]), lu(r, j, lt(k, n, t, j, e, i));
6978
6992
  }), r;
6979
6993
  }
6980
- var Of = 1, xf = 4;
6981
- function Rf(e) {
6982
- return lt(e, Of | xf);
6994
+ var Tf = 1, Af = 4;
6995
+ function Of(e) {
6996
+ return lt(e, Tf | Af);
6983
6997
  }
6984
6998
  const zt = (e) => e.every((n) => typeof n == "object"), qn = !0, Ns = () => window.innerWidth;
6985
6999
  let Kn = Ns();
6986
- const Ef = {
7000
+ const xf = {
6987
7001
  name: "UluTableSticky",
6988
7002
  components: {
6989
- UluTableStickyTable: sc
7003
+ UluTableStickyTable: tc
6990
7004
  },
6991
7005
  props: {
6992
7006
  /**
@@ -7243,7 +7257,7 @@ const Ef = {
7243
7257
  * - Can be used in the future for adding/removing or enabling/disabling
7244
7258
  */
7245
7259
  createColumns() {
7246
- const e = this.idCreator("c"), n = Rf(this.columns), t = (s, o) => {
7260
+ const e = this.idCreator("c"), n = Of(this.columns), t = (s, o) => {
7247
7261
  s.id = e(), s.parent = o, s.width = "auto", s.boxWidth = null, s.sortApplied = !1, s.sortAscending = !1, s.sortFocused = !1;
7248
7262
  let i = [];
7249
7263
  o && (o.headers && o.headers.length ? i = [...o.headers] : i.push(o.id)), i.push(s.id), s.headers = i, s.columns ? s.columns.forEach((r) => t(r, s)) : !s.key && !s.value && !s.slot && console.warn("UluTableSticky: Missing 'key', 'value' or 'slot' in column configuration for", s);
@@ -7387,14 +7401,14 @@ const Ef = {
7387
7401
  unmounted() {
7388
7402
  this.columnResizeObserver.disconnect(), this.columnResizeObserver = null;
7389
7403
  }
7390
- }, jf = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--header" }, If = { class: "table-sticky__header-wrap" }, zf = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--first-column-header" }, Mf = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--controls" }, Uf = {
7404
+ }, Rf = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--header" }, Ef = { class: "table-sticky__header-wrap" }, jf = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--first-column-header" }, If = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--controls" }, zf = {
7391
7405
  key: 2,
7392
7406
  class: "table-sticky__controls-inner"
7393
- }, Bf = ["disabled"], Pf = ["disabled"], Lf = {
7407
+ }, Mf = ["disabled"], Uf = ["disabled"], Bf = {
7394
7408
  ref: "display",
7395
7409
  class: "table-sticky__display"
7396
7410
  };
7397
- function Vf(e, n, t, s, o, i) {
7411
+ function Pf(e, n, t, s, o, i) {
7398
7412
  const r = N("UluTableStickyTable");
7399
7413
  return u(), d("div", {
7400
7414
  class: m(["table-sticky", {
@@ -7403,8 +7417,8 @@ function Vf(e, n, t, s, o, i) {
7403
7417
  "table-sticky--can-scroll-left": o.canScrollLeft
7404
7418
  }])
7405
7419
  }, [
7406
- h("div", jf, [
7407
- h("div", If, [
7420
+ h("div", Rf, [
7421
+ h("div", Ef, [
7408
7422
  z(r, {
7409
7423
  ref: "header",
7410
7424
  class: "table-sticky__table table-sticky__table--header",
@@ -7421,7 +7435,7 @@ function Vf(e, n, t, s, o, i) {
7421
7435
  }),
7422
7436
  onColumnSorted: i.applySort
7423
7437
  }, Ae({ _: 2 }, [
7424
- R(e.$slots, (l, a) => ({
7438
+ x(e.$slots, (l, a) => ({
7425
7439
  name: a,
7426
7440
  fn: S((c) => [
7427
7441
  g(e.$slots, a, ee(te(c)))
@@ -7430,7 +7444,7 @@ function Vf(e, n, t, s, o, i) {
7430
7444
  ]), 1032, ["classes", "caption", "resolveClasses", "getColumnTitle", "idPrefix", "headerRows", "style", "onColumnSorted"])
7431
7445
  ])
7432
7446
  ]),
7433
- h("div", zf, [
7447
+ h("div", jf, [
7434
7448
  t.firstColumnSticky ? (u(), _(r, {
7435
7449
  key: 0,
7436
7450
  ref: "firstColumnHeader",
@@ -7447,7 +7461,7 @@ function Vf(e, n, t, s, o, i) {
7447
7461
  }),
7448
7462
  onColumnSorted: i.applySort
7449
7463
  }, Ae({ _: 2 }, [
7450
- R(e.$slots, (l, a) => ({
7464
+ x(e.$slots, (l, a) => ({
7451
7465
  name: a,
7452
7466
  fn: S((c) => [
7453
7467
  g(e.$slots, a, ee(te(c)))
@@ -7455,7 +7469,7 @@ function Vf(e, n, t, s, o, i) {
7455
7469
  }))
7456
7470
  ]), 1032, ["classes", "caption", "resolveClasses", "getColumnTitle", "idPrefix", "headerRows", "style", "onColumnSorted"])) : p("", !0)
7457
7471
  ]),
7458
- h("div", Mf, [
7472
+ h("div", If, [
7459
7473
  Oe(h("div", {
7460
7474
  class: m(["table-sticky__controls", i.resolveClasses(t.classes.controls)]),
7461
7475
  ref: "controls"
@@ -7466,13 +7480,13 @@ function Vf(e, n, t, s, o, i) {
7466
7480
  scrollRight: i.scrollRight,
7467
7481
  canScrollLeft: o.canScrollLeft,
7468
7482
  canScrollRight: o.canScrollRight
7469
- }) : t.controlsComponent ? (u(), _(F(t.controlsComponent), {
7483
+ }) : t.controlsComponent ? (u(), _(V(t.controlsComponent), {
7470
7484
  key: 1,
7471
7485
  scrollLeft: i.scrollLeft,
7472
7486
  scrollRight: i.scrollRight,
7473
7487
  canScrollLeft: o.canScrollLeft,
7474
7488
  canScrollRight: o.canScrollRight
7475
- }, null, 8, ["scrollLeft", "scrollRight", "canScrollLeft", "canScrollRight"])) : (u(), d("div", Uf, [
7489
+ }, null, 8, ["scrollLeft", "scrollRight", "canScrollLeft", "canScrollRight"])) : (u(), d("div", zf, [
7476
7490
  h("button", {
7477
7491
  class: m(["table-sticky__control table-sticky__control--left", i.resolveClasses(t.classes.controlButton)]),
7478
7492
  "aria-label": "Scroll Left",
@@ -7482,7 +7496,7 @@ function Vf(e, n, t, s, o, i) {
7482
7496
  g(e.$slots, "controlLeft", {}, () => [
7483
7497
  n[2] || (n[2] = $(" ← ", -1))
7484
7498
  ])
7485
- ], 10, Bf),
7499
+ ], 10, Mf),
7486
7500
  h("button", {
7487
7501
  class: m(["table-sticky__control table-sticky__control--right", i.resolveClasses(t.classes.controlButton)]),
7488
7502
  "aria-label": "Scroll Right",
@@ -7492,13 +7506,13 @@ function Vf(e, n, t, s, o, i) {
7492
7506
  g(e.$slots, "controlRight", {}, () => [
7493
7507
  n[3] || (n[3] = $(" → ", -1))
7494
7508
  ])
7495
- ], 10, Pf)
7509
+ ], 10, Uf)
7496
7510
  ]))
7497
7511
  ], 2), [
7498
7512
  [Mt, i.controlsShown]
7499
7513
  ])
7500
7514
  ]),
7501
- h("div", Lf, [
7515
+ h("div", Bf, [
7502
7516
  z(r, {
7503
7517
  ref: "table",
7504
7518
  class: "table-sticky__table table-sticky__table--actual",
@@ -7518,7 +7532,7 @@ function Vf(e, n, t, s, o, i) {
7518
7532
  onActualHeaderAdded: i.headerAdded,
7519
7533
  onColumnSorted: i.applySort
7520
7534
  }, Ae({ _: 2 }, [
7521
- R(e.$slots, (l, a) => ({
7535
+ x(e.$slots, (l, a) => ({
7522
7536
  name: a,
7523
7537
  fn: S((c) => [
7524
7538
  g(e.$slots, a, ee(te(c)))
@@ -7547,7 +7561,7 @@ function Vf(e, n, t, s, o, i) {
7547
7561
  }),
7548
7562
  onColumnSorted: i.applySort
7549
7563
  }, Ae({ _: 2 }, [
7550
- R(e.$slots, (l, a) => ({
7564
+ x(e.$slots, (l, a) => ({
7551
7565
  name: a,
7552
7566
  fn: S((c) => [
7553
7567
  g(e.$slots, a, ee(te(c)))
@@ -7556,99 +7570,99 @@ function Vf(e, n, t, s, o, i) {
7556
7570
  ]), 1032, ["classes", "resolveClasses", "caption", "headerRows", "columnWidth", "rows", "footerRows", "rowColumns", "idPrefix", "getRowValue", "getColumnTitle", "style", "onColumnSorted"])) : p("", !0)
7557
7571
  ], 2);
7558
7572
  }
7559
- const om = /* @__PURE__ */ x(Ef, [["render", Vf]]), im = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7573
+ const nm = /* @__PURE__ */ R(xf, [["render", Pf]]), sm = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7560
7574
  __proto__: null,
7561
7575
  dom: pi,
7562
- router: Fi
7576
+ router: Li
7563
7577
  }, Symbol.toStringTag, { value: "Module" }));
7564
7578
  export {
7565
- zh as $,
7566
- mh as A,
7579
+ jh as $,
7580
+ fh as A,
7567
7581
  D as B,
7568
- gh as C,
7569
- vh as D,
7570
- yh as E,
7582
+ hh as C,
7583
+ mh as D,
7584
+ gh as E,
7571
7585
  bs as F,
7572
7586
  $s as G,
7573
- ph as H,
7574
- bh as I,
7575
- _h as J,
7576
- wh as K,
7577
- Sh as L,
7578
- kh as M,
7579
- $h as N,
7580
- Ch as O,
7581
- Th as P,
7582
- Ah as Q,
7587
+ vh as H,
7588
+ yh as I,
7589
+ ph as J,
7590
+ bh as K,
7591
+ _h as L,
7592
+ wh as M,
7593
+ Sh as N,
7594
+ kh as O,
7595
+ $h as P,
7596
+ Ch as Q,
7583
7597
  _s as R,
7584
- Ci as S,
7585
- Oh as T,
7598
+ ki as S,
7599
+ Th as T,
7586
7600
  ds as U,
7587
- xh as V,
7588
- Rh as W,
7589
- Eh as X,
7590
- jh as Y,
7591
- Ih as Z,
7592
- Qf as _,
7601
+ Ah as V,
7602
+ Oh as W,
7603
+ xh as X,
7604
+ Rh as Y,
7605
+ Eh as Z,
7606
+ Gf as _,
7593
7607
  st as a,
7594
- Mh as a0,
7595
- Uh as a1,
7596
- Bh as a2,
7597
- Ph as a3,
7598
- Lh as a4,
7599
- Vh as a5,
7600
- Fh as a6,
7601
- Hh as a7,
7602
- Nh as a8,
7603
- Dh as a9,
7604
- Wh as aa,
7605
- Xh as ab,
7606
- Yh as ac,
7608
+ Ih as a0,
7609
+ zh as a1,
7610
+ Mh as a2,
7611
+ Uh as a3,
7612
+ Bh as a4,
7613
+ Ph as a5,
7614
+ Lh as a6,
7615
+ Vh as a7,
7616
+ Fh as a8,
7617
+ Hh as a9,
7618
+ Nh as aa,
7619
+ Dh as ab,
7620
+ Wh as ac,
7607
7621
  Tn as ad,
7608
- qh as ae,
7609
- Kh as af,
7610
- Gh as ag,
7611
- Zh as ah,
7612
- Qh as ai,
7613
- em as aj,
7614
- tm as ak,
7615
- ma as al,
7616
- nm as am,
7617
- ja as an,
7618
- sm as ao,
7619
- om as ap,
7620
- Da as aq,
7621
- sc as ar,
7622
+ Xh as ae,
7623
+ Yh as af,
7624
+ qh as ag,
7625
+ Kh as ah,
7626
+ Gh as ai,
7627
+ Qh as aj,
7628
+ Jh as ak,
7629
+ fa as al,
7630
+ em as am,
7631
+ Ra as an,
7632
+ tm as ao,
7633
+ nm as ap,
7634
+ Ha as aq,
7635
+ tc as ar,
7622
7636
  Ro as as,
7623
- me as at,
7624
- Ai as au,
7625
- xi as av,
7637
+ ae as at,
7638
+ Ci as au,
7639
+ Ai as av,
7626
7640
  ni as aw,
7627
- eh as ax,
7628
- th as ay,
7629
- Yf as b,
7630
- qf as c,
7631
- Kf as d,
7632
- Gf as e,
7633
- Zf as f,
7641
+ Qf as ax,
7642
+ Jf as ay,
7643
+ Wf as b,
7644
+ Xf as c,
7645
+ Yf as d,
7646
+ qf as e,
7647
+ Kf as f,
7634
7648
  zo as g,
7635
7649
  Ft as h,
7636
- im as i,
7637
- Jf as j,
7638
- nh as k,
7650
+ sm as i,
7651
+ Zf as j,
7652
+ eh as k,
7639
7653
  Ce as l,
7640
- sh as m,
7641
- oh as n,
7642
- ih as o,
7643
- rh as p,
7644
- lh as q,
7645
- Jh as r,
7646
- ah as s,
7647
- tr as t,
7648
- ch as u,
7649
- Yi as v,
7650
- uh as w,
7651
- dh as x,
7652
- fh as y,
7653
- hh as z
7654
+ th as m,
7655
+ nh as n,
7656
+ sh as o,
7657
+ oh as p,
7658
+ ih as q,
7659
+ Zh as r,
7660
+ rh as s,
7661
+ Ji as t,
7662
+ lh as u,
7663
+ Wi as v,
7664
+ ah as w,
7665
+ ch as x,
7666
+ uh as y,
7667
+ dh as z
7654
7668
  };