@ulu/frontend-vue 0.1.1-beta.5 → 0.1.1-beta.7

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