@ulu/frontend-vue 0.1.0-beta.7 → 0.1.0-beta.8

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,9 +1,9 @@
1
- import { reactive as Pt, ref as j, computed as R, resolveDirective as Mt, createElementBlock as d, openBlock as l, Fragment as T, withDirectives as W, createElementVNode as f, unref as x, normalizeClass as h, renderSlot as m, withKeys as Bt, normalizeStyle as U, createCommentVNode as y, nextTick as Lt, toRef as ws, toDisplayString as p, createBlock as b, Teleport as De, resolveDynamicComponent as I, mergeProps as Y, inject as Ss, watchEffect as ks, defineAsyncComponent as Cs, markRaw as ne, normalizeProps as M, toRefs as Ts, toValue as Re, resolveComponent as S, withModifiers as As, createVNode as k, useSlots as $s, renderList as C, TransitionGroup as Os, withCtx as v, createTextVNode as w, vShow as We, onMounted as xs, onUnmounted as Rs, guardReactiveProps as H, vModelCheckbox as Ht, vModelText as Us, vModelSelect as Is, Transition as nt, createSlots as se } from "vue";
2
- import { inline as Vt, offset as Dt, flip as Wt, shift as Nt, arrow as Xt, useFloating as Yt, autoUpdate as Kt } from "@floating-ui/vue";
3
- import { Disclosure as zs, DisclosureButton as Es, DisclosurePanel as js, Tab as Fs, TabGroup as Ps, TabList as Ms, TabPanel as Bs, TabPanels as Ls } from "@headlessui/vue";
4
- import { RouterLink as Ne } from "vue-router";
5
- import Hs from "gsap";
6
- import Vs from "fuse.js";
1
+ import { reactive as Pt, ref as j, computed as x, resolveDirective as Bt, createElementBlock as d, openBlock as l, Fragment as T, withDirectives as N, createElementVNode as f, unref as R, normalizeClass as h, renderSlot as m, withKeys as Ht, normalizeStyle as U, createCommentVNode as y, nextTick as Lt, toRef as ks, toDisplayString as p, createBlock as b, Teleport as De, resolveDynamicComponent as I, mergeProps as Y, inject as Vt, watchEffect as Cs, defineAsyncComponent as Ts, markRaw as ne, normalizeProps as P, toRefs as As, toValue as xe, resolveComponent as S, withModifiers as $s, createVNode as k, useSlots as Os, renderList as C, TransitionGroup as Rs, withCtx as v, createTextVNode as w, vShow as Ne, onMounted as xs, onUnmounted as Us, guardReactiveProps as L, vModelCheckbox as Dt, vModelText as Is, vModelSelect as zs, Transition as nt, createSlots as se } from "vue";
2
+ import { inline as Nt, offset as Wt, flip as Xt, shift as Yt, arrow as Kt, useFloating as qt, autoUpdate as Gt } from "@floating-ui/vue";
3
+ import { Disclosure as Es, DisclosureButton as js, DisclosurePanel as Fs, Tab as Ms, TabGroup as Ps, TabList as Bs, TabPanel as Hs, TabPanels as Ls } from "@headlessui/vue";
4
+ import { RouterLink as We } from "vue-router";
5
+ import Vs from "gsap";
6
+ import Ds from "fuse.js";
7
7
  const ot = {
8
8
  fontAwesomeStatic: !1,
9
9
  iconComponent: null,
@@ -24,7 +24,7 @@ const ot = {
24
24
  pathSeparator: "fas fa-chevron-right"
25
25
  }
26
26
  };
27
- function Jd(e, s = {}) {
27
+ function Qd(e, s = {}) {
28
28
  const t = Pt({ ...ot }), { iconsByType: n, ...i } = s || {};
29
29
  i && Object.assign(t, i);
30
30
  const o = {
@@ -177,19 +177,19 @@ const ve = {
177
177
  popover: { ...ve.popover },
178
178
  tooltip: { ...ve.tooltip, ...ve.popover }
179
179
  }, Xe = j(!1), Ye = j(null);
180
- function Ds(e = {}) {
180
+ function Ns(e = {}) {
181
181
  return Object.assign(K.popover, e.popover), Object.assign(K.tooltip, e.tooltip), Object.assign(K.plugin, e.plugin), K;
182
182
  }
183
183
  function Ws(e) {
184
184
  return Object.assign({}, K.tooltip, e);
185
185
  }
186
- function Ns(e) {
186
+ function Xs(e) {
187
187
  Xe.value = !0, Ye.value = e;
188
188
  }
189
- function Xs() {
189
+ function Ys() {
190
190
  Xe.value = !1, Ye.value = null;
191
191
  }
192
- const Se = /* @__PURE__ */ new WeakMap(), Ys = {
192
+ const Se = /* @__PURE__ */ new WeakMap(), Ks = {
193
193
  mounted(e, s) {
194
194
  it(e, s);
195
195
  },
@@ -204,15 +204,15 @@ const Se = /* @__PURE__ */ new WeakMap(), Ys = {
204
204
  }
205
205
  };
206
206
  function it(e, s) {
207
- const t = Ks(e, s);
207
+ const t = qs(e, s);
208
208
  if (!t) return;
209
209
  let n = null;
210
210
  const i = () => {
211
211
  n || (n = setTimeout(() => {
212
- Ns(t), clearTimeout(n);
212
+ Xs(t), clearTimeout(n);
213
213
  }, t.delay));
214
214
  }, o = () => {
215
- n && (clearTimeout(n), n = null), Xs();
215
+ n && (clearTimeout(n), n = null), Ys();
216
216
  };
217
217
  t.showEvents.forEach((r) => {
218
218
  e.addEventListener(r, i);
@@ -230,17 +230,17 @@ function rt(e) {
230
230
  e.removeEventListener(i, n);
231
231
  }), Se.delete(e);
232
232
  }
233
- function Ks(e, s) {
233
+ function qs(e, s) {
234
234
  const { value: t } = s;
235
235
  let n;
236
236
  if (!(t === !1 || t === null))
237
237
  return typeof t == "object" ? n = t : n = { content: t }, Ws(Object.assign({}, { trigger: e }, n));
238
238
  }
239
239
  let Gs = 0;
240
- function qs() {
240
+ function Zs() {
241
241
  return `ulu-popovers-uid-${++Gs}`;
242
242
  }
243
- const Zs = ["disabled", "aria-expanded", "aria-controls", "aria-label"], Js = ["aria-hidden", "id", "data-placement"], Qs = { class: "popover__inner" }, en = {
243
+ const Js = ["disabled", "aria-expanded", "aria-controls", "aria-label"], Qs = ["aria-hidden", "id", "data-placement"], en = { class: "popover__inner" }, tn = {
244
244
  key: 0,
245
245
  class: "popover__footer"
246
246
  }, Ke = {
@@ -274,73 +274,73 @@ const Zs = ["disabled", "aria-expanded", "aria-controls", "aria-label"], Js = ["
274
274
  },
275
275
  emits: ["toggle"],
276
276
  setup(e, { emit: s }) {
277
- const t = s, n = e, i = qs(), o = Object.assign({}, K.popover, n.config), r = j(n.startOpen || !1), a = j(null), c = j(null), u = j(null), g = [
278
- ...o.inline ? [Vt()] : [],
279
- ...o.offset ? [Dt(o.offset)] : [],
280
- Wt(),
281
- Nt(),
282
- ...o.arrow ? [Xt({ element: u })] : []
277
+ const t = s, n = e, i = Zs(), o = Object.assign({}, K.popover, n.config), r = j(n.startOpen || !1), a = j(null), c = j(null), u = j(null), g = [
278
+ ...o.inline ? [Nt()] : [],
279
+ ...o.offset ? [Wt(o.offset)] : [],
280
+ Xt(),
281
+ Yt(),
282
+ ...o.arrow ? [Kt({ element: u })] : []
283
283
  ], A = {
284
284
  placement: o.placement,
285
- whileElementsMounted: Kt,
285
+ whileElementsMounted: Gt,
286
286
  middleware: g
287
287
  }, {
288
288
  floatingStyles: z,
289
289
  placement: F,
290
290
  middlewareData: E,
291
- update: L,
292
- isPositioned: ys
293
- } = Yt(a, c, A), ps = R(() => {
294
- const P = E.value?.arrow;
295
- return P ? {
291
+ update: H,
292
+ isPositioned: bs
293
+ } = qt(a, c, A), vs = x(() => {
294
+ const M = E.value?.arrow;
295
+ return M ? {
296
296
  position: "absolute",
297
- left: P?.x != null ? `${P.x}px` : "",
298
- top: P?.y != null ? `${P.y}px` : ""
297
+ left: M?.x != null ? `${M.x}px` : "",
298
+ top: M?.y != null ? `${M.y}px` : ""
299
299
  } : null;
300
300
  });
301
- o.onReady && o.onReady({ update: L, isPositioned: ys });
302
- const bs = () => {
301
+ o.onReady && o.onReady({ update: H, isPositioned: bs });
302
+ const ws = () => {
303
303
  pe(!r.value);
304
- }, pe = (P) => {
305
- r.value = P;
304
+ }, pe = (M) => {
305
+ r.value = M;
306
306
  const ee = {
307
- trigger: x(a),
308
- content: x(c),
309
- isOpen: x(r)
307
+ trigger: R(a),
308
+ content: R(c),
309
+ isOpen: R(r)
310
310
  }, be = { isOpen: ee.isOpen };
311
311
  Lt(() => {
312
- r.value ? (L(), window.setTimeout(() => {
313
- vs(), n.directFocus(ee), t("toggle", be);
312
+ r.value ? (H(), window.setTimeout(() => {
313
+ Ss(), n.directFocus(ee), t("toggle", be);
314
314
  }, 0)) : (tt(), n.directFocus(ee), t("toggle", be));
315
315
  });
316
316
  };
317
317
  let Q;
318
- const vs = () => {
319
- n.clickOutsideCloses && (Q && tt(), Q = (P) => {
320
- c.value.contains(P.target) || pe(!1);
318
+ const Ss = () => {
319
+ n.clickOutsideCloses && (Q && tt(), Q = (M) => {
320
+ c.value.contains(M.target) || pe(!1);
321
321
  }, document.addEventListener("click", Q));
322
322
  }, tt = () => {
323
323
  Q && (document.removeEventListener("click", Q), Q = null);
324
324
  }, st = () => pe(!1);
325
- return (P, ee) => {
326
- const be = Mt("ulu-tooltip");
325
+ return (M, ee) => {
326
+ const be = Bt("ulu-tooltip");
327
327
  return l(), d(T, null, [
328
- W((l(), d("button", {
328
+ N((l(), d("button", {
329
329
  type: "button",
330
330
  ref_key: "trigger",
331
331
  ref: a,
332
- onClick: bs,
332
+ onClick: ws,
333
333
  disabled: e.disabled,
334
334
  class: h([
335
335
  { [e.activeClass]: r.value },
336
336
  e.classes.trigger
337
337
  ]),
338
338
  "aria-expanded": r.value ? "true" : "false",
339
- "aria-controls": x(i),
339
+ "aria-controls": R(i),
340
340
  "aria-label": e.triggerAlt
341
341
  }, [
342
- m(P.$slots, "trigger", { isOpen: r.value })
343
- ], 10, Zs)), [
342
+ m(M.$slots, "trigger", { isOpen: r.value })
343
+ ], 10, Js)), [
344
344
  [be, e.tooltip ? e.tooltip : null]
345
345
  ]),
346
346
  f("span", {
@@ -355,48 +355,48 @@ const Zs = ["disabled", "aria-expanded", "aria-controls", "aria-label"], Js = ["
355
355
  ref_key: "content",
356
356
  ref: c,
357
357
  "aria-hidden": r.value ? "false" : "true",
358
- id: x(i),
359
- style: U(x(z)),
360
- "data-placement": x(F),
361
- onKeydown: ee[0] || (ee[0] = Bt((Nd) => pe(!1), ["esc"])),
358
+ id: R(i),
359
+ style: U(R(z)),
360
+ "data-placement": R(F),
361
+ onKeydown: ee[0] || (ee[0] = Ht((Xd) => pe(!1), ["esc"])),
362
362
  tabindex: "-1"
363
363
  }, [
364
- f("span", Qs, [
365
- m(P.$slots, "content", { close: st })
364
+ f("span", en, [
365
+ m(M.$slots, "content", { close: st })
366
366
  ]),
367
- P.$slots.footer ? (l(), d("span", en, [
368
- m(P.$slots, "footer", { close: st })
367
+ M.$slots.footer ? (l(), d("span", tn, [
368
+ m(M.$slots, "footer", { close: st })
369
369
  ])) : y("", !0),
370
- x(o).arrow ? (l(), d("span", {
370
+ R(o).arrow ? (l(), d("span", {
371
371
  key: 1,
372
372
  class: "popover__arrow",
373
373
  ref_key: "contentArrow",
374
374
  ref: u,
375
- style: U(ps.value),
375
+ style: U(vs.value),
376
376
  "data-ulu-popover-arrow": ""
377
377
  }, null, 4)) : y("", !0)
378
- ], 46, Js)
378
+ ], 46, Qs)
379
379
  ], 64);
380
380
  };
381
381
  }
382
- }, tn = ["data-placement"], sn = ["innerHTML"], nn = {
382
+ }, sn = ["data-placement"], nn = ["innerHTML"], on = {
383
383
  key: 1,
384
384
  class: "popover__inner"
385
- }, on = {
385
+ }, rn = {
386
386
  __name: "UluTooltipPopover",
387
387
  props: {
388
388
  config: Object
389
389
  },
390
390
  setup(e) {
391
- const s = ws(e.config.trigger), t = j(null), n = j(null), i = [
392
- ...e.config.inline ? [Vt()] : [],
393
- ...e.config.offset ? [Dt(e.config.offset)] : [],
394
- Wt(),
395
- Nt(),
396
- ...e.config.arrow ? [Xt({ element: n })] : []
391
+ const s = ks(e.config.trigger), t = j(null), n = j(null), i = [
392
+ ...e.config.inline ? [Nt()] : [],
393
+ ...e.config.offset ? [Wt(e.config.offset)] : [],
394
+ Xt(),
395
+ Yt(),
396
+ ...e.config.arrow ? [Kt({ element: n })] : []
397
397
  ], o = {
398
398
  placement: e.config.placement,
399
- whileElementsMounted: Kt,
399
+ whileElementsMounted: Gt,
400
400
  middleware: i
401
401
  }, {
402
402
  floatingStyles: r,
@@ -404,7 +404,7 @@ const Zs = ["disabled", "aria-expanded", "aria-controls", "aria-label"], Js = ["
404
404
  middlewareData: c,
405
405
  update: u,
406
406
  isPositioned: g
407
- } = Yt(s, t, o), A = R(() => {
407
+ } = qt(s, t, o), A = x(() => {
408
408
  const z = c.value?.arrow;
409
409
  return z ? {
410
410
  position: "absolute",
@@ -417,14 +417,14 @@ const Zs = ["disabled", "aria-expanded", "aria-controls", "aria-label"], Js = ["
417
417
  ref_key: "content",
418
418
  ref: t,
419
419
  "aria-hidden": "true",
420
- "data-placement": x(a),
421
- style: U(x(r))
420
+ "data-placement": R(a),
421
+ style: U(R(r))
422
422
  }, [
423
423
  e.config.isHtml ? (l(), d("span", {
424
424
  key: 0,
425
425
  class: "popover__inner",
426
426
  innerHTML: e.config.content
427
- }, null, 8, sn)) : (l(), d("span", nn, p(e.config.content), 1)),
427
+ }, null, 8, nn)) : (l(), d("span", on, p(e.config.content), 1)),
428
428
  e.config.arrow ? (l(), d("span", {
429
429
  key: 2,
430
430
  class: "popover__arrow",
@@ -432,31 +432,31 @@ const Zs = ["disabled", "aria-expanded", "aria-controls", "aria-label"], Js = ["
432
432
  ref: n,
433
433
  style: U(A.value)
434
434
  }, null, 4)) : y("", !0)
435
- ], 14, tn));
435
+ ], 14, sn));
436
436
  }
437
- }, rn = {
437
+ }, ln = {
438
438
  __name: "UluTooltipDisplay",
439
439
  setup(e) {
440
440
  return (s, t) => (l(), b(De, {
441
- to: x(K).plugin.tooltipTeleportTo
441
+ to: R(K).plugin.tooltipTeleportTo
442
442
  }, [
443
- x(Xe) ? (l(), b(on, {
443
+ R(Xe) ? (l(), b(rn, {
444
444
  key: 0,
445
- config: x(Ye)
445
+ config: R(Ye)
446
446
  }, null, 8, ["config"])) : y("", !0)
447
447
  ], 8, ["to"]));
448
448
  }
449
449
  };
450
- function Qd(e, s = {}) {
451
- const t = Ds(s);
452
- t.plugin.global && (e.directive(t.plugin.directiveName, Ys), e.component("UluTooltipDisplay", rn), e.component("UluPopover", Ke));
450
+ function ef(e, s = {}) {
451
+ const t = Ns(s);
452
+ t.plugin.global && (e.directive(t.plugin.directiveName, Ks), e.component("UluTooltipDisplay", ln), e.component("UluPopover", Ke));
453
453
  }
454
454
  const _ = (e, s) => {
455
455
  const t = e.__vccOpts || e;
456
456
  for (const [n, i] of s)
457
457
  t[n] = i;
458
458
  return t;
459
- }, ln = {
459
+ }, an = {
460
460
  name: "UluModalsDisplay",
461
461
  emits: [
462
462
  "modal-unmount",
@@ -496,7 +496,7 @@ const _ = (e, s) => {
496
496
  }
497
497
  }
498
498
  };
499
- function an(e, s, t, n, i, o) {
499
+ function cn(e, s, t, n, i, o) {
500
500
  return o.currentModal ? (l(), b(I(o.currentModal.component), Y({ key: 0 }, o.currentProps, {
501
501
  modelValue: i.open,
502
502
  "onUpdate:modelValue": s[0] || (s[0] = (r) => i.open = r),
@@ -504,8 +504,8 @@ function an(e, s, t, n, i, o) {
504
504
  onVnodeUnmounted: o.modalUnmounted
505
505
  }), null, 16, ["modelValue", "onVnodeMounted", "onVnodeUnmounted"])) : y("", !0);
506
506
  }
507
- const cn = /* @__PURE__ */ _(ln, [["render", an]]);
508
- function un() {
507
+ const un = /* @__PURE__ */ _(an, [["render", cn]]);
508
+ function dn() {
509
509
  return { getIconProps: (t) => t ? typeof t == "object" && !Array.isArray(t) ? t : { icon: t } : null, getClassesFromDefinition: (t) => {
510
510
  if (!t)
511
511
  return null;
@@ -532,34 +532,34 @@ const B = {
532
532
  icon: [String, Array, Object, Boolean]
533
533
  },
534
534
  setup(e) {
535
- const s = Ss("uluCore"), t = j(null), { getIconProps: n, getClassesFromDefinition: i } = un();
535
+ const s = Vt("uluCore"), t = j(null), { getIconProps: n, getClassesFromDefinition: i } = dn();
536
536
  let o;
537
- const r = e, a = R(() => s.getSetting("fontAwesomeStatic")), c = R(() => s.getSetting("iconComponent")), u = R(() => s.getSetting("iconPropResolver")), g = R(() => {
537
+ const r = e, a = x(() => s.getSetting("fontAwesomeStatic")), c = x(() => s.getSetting("iconComponent")), u = x(() => s.getSetting("iconPropResolver")), g = x(() => {
538
538
  const { icon: E } = r;
539
539
  if (typeof E == "string" && E.startsWith("type:"))
540
540
  try {
541
- const L = E.substring(5);
542
- return s.getIcon(L);
543
- } catch (L) {
544
- return console.warn(L), null;
541
+ const H = E.substring(5);
542
+ return s.getIcon(H);
543
+ } catch (H) {
544
+ return console.warn(H), null;
545
545
  }
546
546
  return E;
547
- }), A = R(() => !c.value || !g.value ? null : u.value(g.value)), z = R(() => n(g.value)), F = R(() => i(g.value));
548
- return ks(async () => {
547
+ }), A = x(() => !c.value || !g.value ? null : u.value(g.value)), z = x(() => n(g.value)), F = x(() => i(g.value));
548
+ return Cs(async () => {
549
549
  if (!a.value && g.value) {
550
550
  if (t.value === null)
551
551
  if (o)
552
552
  t.value = ne(o.FontAwesomeIcon);
553
553
  else {
554
- const E = Cs(async () => {
555
- const L = await import("./index.es-HlG3u0J5.js");
556
- return o = L, L.FontAwesomeIcon;
554
+ const E = Ts(async () => {
555
+ const H = await import("./index.es-HlG3u0J5.js");
556
+ return o = H, H.FontAwesomeIcon;
557
557
  });
558
558
  t.value = ne(E);
559
559
  }
560
560
  } else
561
561
  t.value = null;
562
- }), (E, L) => c.value ? (l(), b(I(c.value), M(Y({ key: 0 }, A.value)), null, 16)) : !a.value && t.value && g.value ? (l(), b(I(t.value), M(Y({ key: 1 }, z.value)), null, 16)) : a.value && g.value ? (l(), d("span", {
562
+ }), (E, H) => c.value ? (l(), b(I(c.value), P(Y({ key: 0 }, A.value)), null, 16)) : !a.value && t.value && g.value ? (l(), b(I(t.value), P(Y({ key: 1 }, z.value)), null, 16)) : a.value && g.value ? (l(), d("span", {
563
563
  key: 2,
564
564
  class: h(F.value),
565
565
  "aria-hidden": "true"
@@ -583,33 +583,33 @@ function Fe(e) {
583
583
  Object.prototype.hasOwnProperty.call(e, t) && e[t] && t && s.add(t);
584
584
  return s;
585
585
  }
586
- function q({ props: e, baseClass: s, internal: t = {} }) {
587
- const { modifiers: n } = Ts(e);
588
- return { resolvedModifiers: R(() => {
589
- const o = Re(s), r = Fe(Re(n)), a = Fe(Re(t));
586
+ function G({ props: e, baseClass: s, internal: t = {} }) {
587
+ const { modifiers: n } = As(e);
588
+ return { resolvedModifiers: x(() => {
589
+ const o = xe(s), r = Fe(xe(n)), a = Fe(xe(t));
590
590
  if (!o)
591
591
  return console.warn("useModifiers: Missing 'baseClass' argument, modifiers will not be applied."), "";
592
592
  const c = /* @__PURE__ */ new Set([...a, ...r]);
593
593
  return Array.from(c).map((u) => `${o}--${u}`);
594
594
  }) };
595
595
  }
596
- function Gt() {
596
+ function Zt() {
597
597
  return typeof window < "u" && typeof window.document < "u";
598
598
  }
599
- function dn(e, s) {
599
+ function fn(e, s) {
600
600
  const t = e.getBoundingClientRect();
601
601
  return s.clientY < t.top || // above
602
602
  s.clientY > t.top + t.height || // below
603
603
  s.clientX < t.left || // left side
604
604
  s.clientX > t.left + t.width;
605
605
  }
606
- function fn(e = document.body, s = window) {
606
+ function hn(e = document.body, s = window) {
607
607
  return s.innerWidth - e.clientWidth;
608
608
  }
609
- function hn({ preventShift: e = !1, container: s = document.body }) {
609
+ function mn({ preventShift: e = !1, container: s = document.body }) {
610
610
  const t = s.style.overflow, n = s.style.paddingRight;
611
611
  if (s.style.overflow = "hidden", e) {
612
- const i = fn();
612
+ const i = hn();
613
613
  if (i > 0) {
614
614
  const o = parseInt(n || "0px", 10);
615
615
  s.style.paddingRight = `${o + i}px`;
@@ -628,7 +628,7 @@ function Te(e, s, t, n) {
628
628
  clearTimeout(i), i = setTimeout(c, s), u && e.apply(r, a);
629
629
  };
630
630
  }
631
- Gt() && (gn(), _n());
631
+ Zt() && (_n(), yn());
632
632
  const lt = {
633
633
  /**
634
634
  * Event is dispatched when DOM in the page has changed, triggers updates from
@@ -657,38 +657,38 @@ const lt = {
657
657
  e.dispatchEvent(ce("afterPrint"));
658
658
  }
659
659
  };
660
- function Pe(e, s) {
660
+ function Me(e, s) {
661
661
  lt[e] ? lt[e](s) : console.warn(`Unable to dispatch site event: ${e} in context:`, s);
662
662
  }
663
- function mn(e) {
663
+ function gn(e) {
664
664
  return "ulu:" + e;
665
665
  }
666
666
  function ce(e, s = null, t = { bubbles: !0 }) {
667
- return new CustomEvent(mn(e), { detail: s, ...t });
668
- }
669
- function gn() {
670
- window.addEventListener("resize", Te(() => Pe("pageResized", document), 250));
667
+ return new CustomEvent(gn(e), { detail: s, ...t });
671
668
  }
672
669
  function _n() {
670
+ window.addEventListener("resize", Te(() => Me("pageResized", document), 250));
671
+ }
672
+ function yn() {
673
673
  window.addEventListener("beforeprint", () => {
674
- Pe("beforePrint", document);
674
+ Me("beforePrint", document);
675
675
  }), window.addEventListener("afterprint", () => {
676
- Pe("afterPrint", document);
676
+ Me("afterPrint", document);
677
677
  });
678
678
  }
679
- function yn(e) {
679
+ function pn(e) {
680
680
  return typeof e == "object" && e?.constructor?.name;
681
681
  }
682
- function pn(e, s, t) {
683
- const n = yn(s) || "Logger";
682
+ function bn(e, s, t) {
683
+ const n = pn(s) || "Logger";
684
684
  console[e](n, ...t);
685
685
  }
686
686
  function te(e, ...s) {
687
687
  }
688
688
  function we(e, ...s) {
689
- pn("error", e, s);
689
+ bn("error", e, s);
690
690
  }
691
- class Ge {
691
+ class qe {
692
692
  static defaults = {
693
693
  debug: !1,
694
694
  /**
@@ -778,7 +778,7 @@ class Ge {
778
778
  we(this, "Missing required elements: control, container");
779
779
  return;
780
780
  }
781
- const i = Object.assign({}, Ge.defaults, n);
781
+ const i = Object.assign({}, qe.defaults, n);
782
782
  this.options = i, this.container = s, this.control = t, this.debug = i.debug;
783
783
  const o = ["left", "right"], r = ["top", "bottom"], { fromX: a, fromY: c } = i;
784
784
  if (!o.includes(a) && a !== null) {
@@ -920,7 +920,7 @@ class Ge {
920
920
  }
921
921
  }
922
922
  let Ue = 0;
923
- const bn = {
923
+ const vn = {
924
924
  name: "UluModal",
925
925
  components: {
926
926
  UluIcon: B
@@ -1039,12 +1039,12 @@ const bn = {
1039
1039
  };
1040
1040
  },
1041
1041
  setup(e) {
1042
- const s = $s(), t = R(() => e.title || s.title), n = R(() => {
1042
+ const s = Os(), t = x(() => e.title || s.title), n = x(() => {
1043
1043
  const { allowResize: a, position: c } = e;
1044
1044
  if (!a || !c) return;
1045
1045
  const u = ["left", "right", "center"];
1046
1046
  return u.includes(c) ? !0 : (console.warn(`Passed invalid position for resize (${c}), use ${u.join(", ")}`), !1);
1047
- }), i = R(() => e.position === "center" ? "type:resizeBoth" : "type:resizeHorizontal"), o = R(() => ({
1047
+ }), i = x(() => e.position === "center" ? "type:resizeBoth" : "type:resizeHorizontal"), o = x(() => ({
1048
1048
  [e.position]: e.position,
1049
1049
  resize: e.allowResize,
1050
1050
  "no-resize": !e.allowResize,
@@ -1054,7 +1054,7 @@ const bn = {
1054
1054
  "no-min-height": e.noMinHeight,
1055
1055
  "non-modal": e.nonModal,
1056
1056
  "resizer-active": n.value
1057
- })), { resolvedModifiers: r } = q({
1057
+ })), { resolvedModifiers: r } = G({
1058
1058
  props: e,
1059
1059
  baseClass: "modal",
1060
1060
  internal: o
@@ -1108,7 +1108,7 @@ const bn = {
1108
1108
  handleClick(e) {
1109
1109
  if (this.clickOutsideCloses && !this.isResizing) {
1110
1110
  const { target: s } = e, { container: t } = this.$refs;
1111
- s === t && dn(t, e) && this.close();
1111
+ s === t && fn(t, e) && this.close();
1112
1112
  }
1113
1113
  },
1114
1114
  setupPreventScroll() {
@@ -1121,14 +1121,14 @@ const bn = {
1121
1121
  handleToggle(e) {
1122
1122
  if (!this.nonModal && this.preventScroll) {
1123
1123
  const { preventScrollShift: s } = this;
1124
- e.newState === "open" ? this.restoreScroll = hn({ preventShift: s }) : this.destroyPreventScroll();
1124
+ e.newState === "open" ? this.restoreScroll = mn({ preventShift: s }) : this.destroyPreventScroll();
1125
1125
  }
1126
1126
  },
1127
1127
  setupResizer() {
1128
1128
  const { position: e, resizerEnabled: s } = this;
1129
1129
  if (s) {
1130
1130
  const { container: t, resizer: n } = this.$refs, i = e === "center" ? { fromX: "right", fromY: "bottom", multiplier: 2 } : { fromX: e === "right" ? "left" : "right" };
1131
- this.resizerInstance = new Ge(t, n, i), this.handleResizerStart = () => {
1131
+ this.resizerInstance = new qe(t, n, i), this.handleResizerStart = () => {
1132
1132
  this.isResizing = !0;
1133
1133
  }, this.handleResizerEnd = () => {
1134
1134
  setTimeout(() => {
@@ -1149,13 +1149,13 @@ const bn = {
1149
1149
  const { container: e } = this.$refs;
1150
1150
  e && e.open && e.close(), this.destroyPreventScroll(), this.destroyResizer();
1151
1151
  }
1152
- }, vn = ["aria-labelledby", "aria-describedby"], wn = ["id"], Sn = { class: "modal__title-text" }, kn = {
1152
+ }, wn = ["aria-labelledby", "aria-describedby"], Sn = ["id"], kn = { class: "modal__title-text" }, Cn = {
1153
1153
  key: 2,
1154
1154
  class: "modal__resizer",
1155
1155
  ref: "resizer",
1156
1156
  type: "button"
1157
1157
  };
1158
- function Cn(e, s, t, n, i, o) {
1158
+ function Tn(e, s, t, n, i, o) {
1159
1159
  const r = S("UluIcon");
1160
1160
  return l(), b(De, {
1161
1161
  to: t.teleport === !1 ? null : t.teleport,
@@ -1167,7 +1167,7 @@ function Cn(e, s, t, n, i, o) {
1167
1167
  "aria-describedby": t.describedby,
1168
1168
  ref: "container",
1169
1169
  style: U({ width: i.containerWidth }),
1170
- onCancel: s[1] || (s[1] = As((...a) => o.close && o.close(...a), ["prevent"])),
1170
+ onCancel: s[1] || (s[1] = $s((...a) => o.close && o.close(...a), ["prevent"])),
1171
1171
  onClose: s[2] || (s[2] = (...a) => o.handleDialogCloseEvent && o.handleDialogCloseEvent(...a)),
1172
1172
  onClick: s[3] || (s[3] = (...a) => o.handleClick && o.handleClick(...a)),
1173
1173
  onToggle: s[4] || (s[4] = (...a) => o.handleToggle && o.handleToggle(...a))
@@ -1186,9 +1186,9 @@ function Cn(e, s, t, n, i, o) {
1186
1186
  class: "modal__title-icon",
1187
1187
  icon: t.titleIcon
1188
1188
  }, null, 8, ["icon"])) : y("", !0),
1189
- f("span", Sn, p(t.title), 1)
1189
+ f("span", kn, p(t.title), 1)
1190
1190
  ])
1191
- ], 10, wn),
1191
+ ], 10, Sn),
1192
1192
  f("button", {
1193
1193
  class: "modal__close",
1194
1194
  "aria-label": "Close modal",
@@ -1214,7 +1214,7 @@ function Cn(e, s, t, n, i, o) {
1214
1214
  }, [
1215
1215
  m(e.$slots, "footer", { close: o.close })
1216
1216
  ], 2)) : y("", !0),
1217
- n.resizerEnabled ? (l(), d("button", kn, [
1217
+ n.resizerEnabled ? (l(), d("button", Cn, [
1218
1218
  m(e.$slots, "resizerIcon", {}, () => [
1219
1219
  k(r, {
1220
1220
  class: "modal__resizer-icon",
@@ -1222,10 +1222,10 @@ function Cn(e, s, t, n, i, o) {
1222
1222
  }, null, 8, ["icon"])
1223
1223
  ])
1224
1224
  ], 512)) : y("", !0)
1225
- ], 46, vn)
1225
+ ], 46, wn)
1226
1226
  ], 8, ["to", "disabled"]);
1227
1227
  }
1228
- const Tn = /* @__PURE__ */ _(bn, [["render", Cn]]), ue = [], An = j({
1228
+ const An = /* @__PURE__ */ _(vn, [["render", Tn]]), ue = [], $n = j({
1229
1229
  /**
1230
1230
  * Holds active component options (including component, and options)
1231
1231
  */
@@ -1234,10 +1234,10 @@ const Tn = /* @__PURE__ */ _(bn, [["render", Cn]]), ue = [], An = j({
1234
1234
  * Populated with any props passed to open method, bound to modal component
1235
1235
  */
1236
1236
  activeProps: null
1237
- }), de = An.value, at = {
1237
+ }), de = $n.value, at = {
1238
1238
  data: de,
1239
1239
  modals: ue
1240
- }, $n = (e) => ({
1240
+ }, On = (e) => ({
1241
1241
  open(s, t = null) {
1242
1242
  const n = this.get(s);
1243
1243
  de.active = ne(n), de.activeProps = Object.assign({}, n.props, t);
@@ -1277,15 +1277,15 @@ const Tn = /* @__PURE__ */ _(bn, [["render", Cn]]), ue = [], An = j({
1277
1277
  return ue.splice(t, 1);
1278
1278
  warn("unable to find modal to remove");
1279
1279
  }
1280
- }), On = {
1280
+ }), Rn = {
1281
1281
  componentNameDisplay: "UluModalsDisplay",
1282
1282
  componentNameModal: "UluModal",
1283
1283
  modals: [],
1284
1284
  modalOptions: {}
1285
1285
  };
1286
- function ef(e, s) {
1287
- const t = Object.assign({}, On, s), i = $n((o) => Object.assign({}, t.modalOptions, o));
1288
- e.component(t.componentNameDisplay, cn), e.component(t.componentNameModal, Tn), t.modals.forEach((o) => {
1286
+ function tf(e, s) {
1287
+ const t = Object.assign({}, Rn, s), i = On((o) => Object.assign({}, t.modalOptions, o));
1288
+ e.component(t.componentNameDisplay, un), e.component(t.componentNameModal, An), t.modals.forEach((o) => {
1289
1289
  i.add(o);
1290
1290
  }), at.options = t, e.config.globalProperties.$uluModals = i, e.provide("uluModals", i), e.config.globalProperties.$uluModalsState = at;
1291
1291
  }
@@ -1321,8 +1321,8 @@ const xn = {
1321
1321
  });
1322
1322
  }
1323
1323
  }
1324
- }, Rn = ["onClick"];
1325
- function Un(e, s, t, n, i, o) {
1324
+ }, Un = ["onClick"];
1325
+ function In(e, s, t, n, i, o) {
1326
1326
  const r = S("FaIcon"), a = S("UluIcon");
1327
1327
  return l(), d("div", {
1328
1328
  class: h(["toast", [
@@ -1373,7 +1373,7 @@ function Un(e, s, t, n, i, o) {
1373
1373
  key: u,
1374
1374
  class: h(["toast__action", t.classes.action]),
1375
1375
  onClick: (g) => o.handleAction(g, c)
1376
- }, p(c.label), 11, Rn))), 128))
1376
+ }, p(c.label), 11, Un))), 128))
1377
1377
  ], 2)) : y("", !0),
1378
1378
  f("button", {
1379
1379
  class: h(["toast__close", t.classes.closeButton]),
@@ -1383,12 +1383,12 @@ function Un(e, s, t, n, i, o) {
1383
1383
  ], 2)
1384
1384
  ], 2);
1385
1385
  }
1386
- const qt = /* @__PURE__ */ _(xn, [["render", Un]]), ct = {
1386
+ const Jt = /* @__PURE__ */ _(xn, [["render", In]]), ct = {
1387
1387
  toastOptions: {
1388
1388
  /**
1389
1389
  * Component used to render the toast in the display
1390
1390
  */
1391
- component: ne(qt),
1391
+ component: ne(Jt),
1392
1392
  /**
1393
1393
  * Duration of toast
1394
1394
  */
@@ -1409,7 +1409,7 @@ const qt = /* @__PURE__ */ _(xn, [["render", Un]]), ct = {
1409
1409
  position: ["top", "right"]
1410
1410
  }
1411
1411
  }, { assign: Ie } = Object;
1412
- let In = 0;
1412
+ let zn = 0;
1413
1413
  const X = Pt({
1414
1414
  toasts: [],
1415
1415
  /**
@@ -1424,15 +1424,15 @@ const X = Pt({
1424
1424
  return this.pluginOptions = Ie({}, this.pluginOptions, e), this.pluginOptions;
1425
1425
  },
1426
1426
  createToast(e) {
1427
- const s = `toast-${++In}`;
1427
+ const s = `toast-${++zn}`;
1428
1428
  return Ie({}, this.toastOptions, e, {
1429
1429
  uid: s,
1430
1430
  close() {
1431
- Me.remove(s);
1431
+ Pe.remove(s);
1432
1432
  }
1433
1433
  });
1434
1434
  }
1435
- }), Me = {
1435
+ }), Pe = {
1436
1436
  /**
1437
1437
  *
1438
1438
  * @param {Object} options Toast options
@@ -1458,7 +1458,7 @@ const X = Pt({
1458
1458
  removeAll() {
1459
1459
  X.toasts = [];
1460
1460
  }
1461
- }, zn = {
1461
+ }, En = {
1462
1462
  name: "UluTooltipDisplay",
1463
1463
  data() {
1464
1464
  const { toasts: e, pluginOptions: s } = X;
@@ -1471,11 +1471,11 @@ const X = Pt({
1471
1471
  }
1472
1472
  }
1473
1473
  };
1474
- function En(e, s, t, n, i, o) {
1474
+ function jn(e, s, t, n, i, o) {
1475
1475
  return l(), b(De, {
1476
1476
  to: i.pluginOptions.teleportTo
1477
1477
  }, [
1478
- k(Os, {
1478
+ k(Rs, {
1479
1479
  class: h(["toast-container", o.classes]),
1480
1480
  name: "toast",
1481
1481
  tag: "div"
@@ -1490,12 +1490,12 @@ function En(e, s, t, n, i, o) {
1490
1490
  }, 8, ["class"])
1491
1491
  ], 8, ["to"]);
1492
1492
  }
1493
- const jn = /* @__PURE__ */ _(zn, [["render", En]]);
1494
- function tf(e, s = {}) {
1493
+ const Fn = /* @__PURE__ */ _(En, [["render", jn]]);
1494
+ function sf(e, s = {}) {
1495
1495
  const t = X.setPluginOptions(s?.plugin);
1496
- X.setToastOptions(s?.toast), e.component(t.componentName, qt), e.component(t.componentNameDisplay, jn), e.config.globalProperties.$uluToast = Me, e.provide("uluToast", Me);
1496
+ X.setToastOptions(s?.toast), e.component(t.componentName, Jt), e.component(t.componentNameDisplay, Fn), e.config.globalProperties.$uluToast = Pe, e.provide("uluToast", Pe);
1497
1497
  }
1498
- const Fn = {
1498
+ const Mn = {
1499
1499
  /**
1500
1500
  * Set an initial value (value in mounted, SSR)
1501
1501
  */
@@ -1512,13 +1512,13 @@ const Fn = {
1512
1512
  }
1513
1513
  };
1514
1514
  function Pn(e) {
1515
- const s = Object.assign({}, Fn, e), t = j(null), n = j(s.initialValue), i = j(null);
1515
+ const s = Object.assign({}, Mn, e), t = j(null), n = j(s.initialValue), i = j(null);
1516
1516
  return (async () => {
1517
- if (!Gt()) return;
1517
+ if (!Zt()) return;
1518
1518
  await new Promise((g) => {
1519
1519
  document.readyState === "loading" ? document.addEventListener("DOMContentLoaded", () => g()) : g();
1520
1520
  });
1521
- const r = await import("./breakpoints-SWofnYUx.js"), { BreakpointManager: a } = r, c = ne(new a(s.plugin));
1521
+ const r = await import("./breakpoints-D2CIgld-.js"), { BreakpointManager: a } = r, c = ne(new a(s.plugin));
1522
1522
  t.value = ne(c);
1523
1523
  const u = () => {
1524
1524
  n.value = c.active, i.value = c.resizeDirection;
@@ -1526,7 +1526,7 @@ function Pn(e) {
1526
1526
  u(), s.onReady && s.onReady(c), c.onChange(u);
1527
1527
  })(), { breakpointManager: t, breakpointActive: n, breakpointDirection: i };
1528
1528
  }
1529
- const Mn = {
1529
+ const Bn = {
1530
1530
  /**
1531
1531
  * Breakpoint for mobile down/max
1532
1532
  */
@@ -1536,8 +1536,8 @@ const Mn = {
1536
1536
  */
1537
1537
  managerOptions: {}
1538
1538
  };
1539
- function sf(e, s) {
1540
- const t = j(!1), n = Object.assign({}, Mn, s), { breakpointMobile: i } = n, { onReady: o } = n.managerOptions, r = {
1539
+ function nf(e, s) {
1540
+ const t = j(!1), n = Object.assign({}, Bn, s), { breakpointMobile: i } = n, { onReady: o } = n.managerOptions, r = {
1541
1541
  onReady(A) {
1542
1542
  A.at(i).max({
1543
1543
  on() {
@@ -1553,9 +1553,9 @@ function sf(e, s) {
1553
1553
  breakpointActive: u,
1554
1554
  breakpointDirection: g
1555
1555
  } = Pn(a);
1556
- e.provide("uluBreakpointActive", R(() => u.value)), e.provide("uluBreakpointDirection", R(() => g.value)), e.provide("uluBreakpointManager", R(() => c.value)), e.provide("uluIsMobile", R(() => t.value));
1556
+ e.provide("uluBreakpointActive", x(() => u.value)), e.provide("uluBreakpointDirection", x(() => g.value)), e.provide("uluBreakpointManager", x(() => c.value)), e.provide("uluIsMobile", x(() => t.value));
1557
1557
  }
1558
- const nf = {
1558
+ const of = {
1559
1559
  __name: "UluAccordion",
1560
1560
  props: {
1561
1561
  /**
@@ -1594,17 +1594,17 @@ const nf = {
1594
1594
  modifiers: [String, Array]
1595
1595
  },
1596
1596
  setup(e) {
1597
- const s = e, { resolvedModifiers: t } = q({ props: s, baseClass: "button" });
1598
- return (n, i) => (l(), b(x(zs), { defaultOpen: e.defaultOpen }, {
1597
+ const s = e, { resolvedModifiers: t } = G({ props: s, baseClass: "button" });
1598
+ return (n, i) => (l(), b(R(Es), { defaultOpen: e.defaultOpen }, {
1599
1599
  default: v(({ open: o }) => [
1600
1600
  f("div", {
1601
1601
  class: h(["accordion", [
1602
1602
  { [e.activeClass]: o },
1603
1603
  e.classes.container,
1604
- x(t)
1604
+ R(t)
1605
1605
  ]])
1606
1606
  }, [
1607
- k(x(Es), {
1607
+ k(R(js), {
1608
1608
  class: h(["accordion__summary", [
1609
1609
  { [e.activeClass]: o },
1610
1610
  e.classes.summary
@@ -1632,7 +1632,7 @@ const nf = {
1632
1632
  ]),
1633
1633
  _: 2
1634
1634
  }, 1032, ["class"]),
1635
- k(x(js), {
1635
+ k(R(Fs), {
1636
1636
  class: h(["accordion__content", e.classes.content])
1637
1637
  }, {
1638
1638
  default: v(() => [
@@ -1646,7 +1646,7 @@ const nf = {
1646
1646
  }, 8, ["defaultOpen"]));
1647
1647
  }
1648
1648
  };
1649
- let Bn = 0;
1649
+ let Hn = 0;
1650
1650
  const Ln = {
1651
1651
  name: "UluCollapsibleRegion",
1652
1652
  props: {
@@ -1792,11 +1792,11 @@ const Ln = {
1792
1792
  * Recursive function to generate and test id uniqueness
1793
1793
  */
1794
1794
  getUid() {
1795
- const e = `Ulu-C-${++Bn}`;
1795
+ const e = `Ulu-C-${++Hn}`;
1796
1796
  return document.getElementById(e) ? this.getUid() : e;
1797
1797
  }
1798
1798
  }
1799
- }, Hn = ["id", "aria-controls", "aria-expanded"], Vn = ["id", "aria-hidden", "aria-labelledby"], Dn = { class: "CollapsibleRegion__content-inner" };
1799
+ }, Vn = ["id", "aria-controls", "aria-expanded"], Dn = ["id", "aria-hidden", "aria-labelledby"], Nn = { class: "CollapsibleRegion__content-inner" };
1800
1800
  function Wn(e, s, t, n, i, o) {
1801
1801
  return l(), d("div", {
1802
1802
  class: h(["CollapsibleRegion", {
@@ -1804,7 +1804,7 @@ function Wn(e, s, t, n, i, o) {
1804
1804
  "CollapsibleRegion--closed": !i.isOpen,
1805
1805
  "CollapsibleRegion--transitioning": i.isTransitioning
1806
1806
  }]),
1807
- onKeydown: s[1] || (s[1] = Bt((...r) => o.handleEscape && o.handleEscape(...r), ["esc"]))
1807
+ onKeydown: s[1] || (s[1] = Ht((...r) => o.handleEscape && o.handleEscape(...r), ["esc"]))
1808
1808
  }, [
1809
1809
  f("button", {
1810
1810
  class: "CollapsibleRegion__toggle",
@@ -1816,8 +1816,8 @@ function Wn(e, s, t, n, i, o) {
1816
1816
  m(e.$slots, "toggle", { isOpen: i.isOpen }, () => [
1817
1817
  w(p(t.title), 1)
1818
1818
  ])
1819
- ], 8, Hn),
1820
- W(f("div", {
1819
+ ], 8, Vn),
1820
+ N(f("div", {
1821
1821
  class: "CollapsibleRegion__content",
1822
1822
  tabindex: "-1",
1823
1823
  ref: "content",
@@ -1826,15 +1826,15 @@ function Wn(e, s, t, n, i, o) {
1826
1826
  "aria-labelledby": i.toggleId,
1827
1827
  style: U(o.contentStyles)
1828
1828
  }, [
1829
- f("div", Dn, [
1829
+ f("div", Nn, [
1830
1830
  m(e.$slots, "default")
1831
1831
  ])
1832
- ], 12, Vn), [
1833
- [We, !i.isHidden]
1832
+ ], 12, Dn), [
1833
+ [Ne, !i.isHidden]
1834
1834
  ])
1835
1835
  ], 34);
1836
1836
  }
1837
- const Nn = /* @__PURE__ */ _(Ln, [["render", Wn]]), Xn = {
1837
+ const Xn = /* @__PURE__ */ _(Ln, [["render", Wn]]), Yn = {
1838
1838
  name: "UluTag",
1839
1839
  components: {
1840
1840
  UluIcon: B
@@ -1860,11 +1860,11 @@ const Nn = /* @__PURE__ */ _(Ln, [["render", Wn]]), Xn = {
1860
1860
  modifiers: [String, Array]
1861
1861
  },
1862
1862
  setup(e) {
1863
- const { resolvedModifiers: s } = q({ props: e, baseClass: "tag" });
1863
+ const { resolvedModifiers: s } = G({ props: e, baseClass: "tag" });
1864
1864
  return { resolvedModifiers: s };
1865
1865
  }
1866
1866
  };
1867
- function Yn(e, s, t, n, i, o) {
1867
+ function Kn(e, s, t, n, i, o) {
1868
1868
  const r = S("UluIcon");
1869
1869
  return l(), d("span", {
1870
1870
  class: h(["tag", [
@@ -1885,11 +1885,11 @@ function Yn(e, s, t, n, i, o) {
1885
1885
  ])
1886
1886
  ], 2);
1887
1887
  }
1888
- const Kn = /* @__PURE__ */ _(Xn, [["render", Yn]]), Gn = {
1888
+ const qn = /* @__PURE__ */ _(Yn, [["render", Kn]]), Gn = {
1889
1889
  name: "UluMenu",
1890
1890
  components: {
1891
1891
  UluIcon: B,
1892
- UluTag: Kn
1892
+ UluTag: qn
1893
1893
  },
1894
1894
  emits: [
1895
1895
  /**
@@ -1934,8 +1934,8 @@ const Kn = /* @__PURE__ */ _(Xn, [["render", Yn]]), Gn = {
1934
1934
  }
1935
1935
  }
1936
1936
  };
1937
- function qn(e, s, t, n, i, o) {
1938
- const r = S("UluIcon"), a = S("UluTag"), c = S("UluMenu", !0), u = Mt("ulu-tooltip");
1937
+ function Zn(e, s, t, n, i, o) {
1938
+ const r = S("UluIcon"), a = S("UluTag"), c = S("UluMenu", !0), u = Bt("ulu-tooltip");
1939
1939
  return t.items?.length ? (l(), d("ul", {
1940
1940
  key: 0,
1941
1941
  class: h(t.classes.list)
@@ -1944,7 +1944,7 @@ function qn(e, s, t, n, i, o) {
1944
1944
  key: A,
1945
1945
  class: h([t.classes.item, g?.classes?.item])
1946
1946
  }, [
1947
- W((l(), b(I(g.to || g.path ? "router-link" : g.click ? "button" : "a"), Y({ ref_for: !0 }, {
1947
+ N((l(), b(I(g.to || g.path ? "router-link" : g.click ? "button" : "a"), Y({ ref_for: !0 }, {
1948
1948
  ...g.to || g.path ? { to: g.to || g.path } : {},
1949
1949
  ...g.href ? { href: g.href || "#" } : {}
1950
1950
  }, {
@@ -1989,10 +1989,10 @@ function qn(e, s, t, n, i, o) {
1989
1989
  ], 2))), 128))
1990
1990
  ], 2)) : y("", !0);
1991
1991
  }
1992
- const Zt = /* @__PURE__ */ _(Gn, [["render", qn]]), Zn = {
1992
+ const Qt = /* @__PURE__ */ _(Gn, [["render", Zn]]), Jn = {
1993
1993
  name: "UluMenuStack",
1994
1994
  components: {
1995
- UluMenu: Zt
1995
+ UluMenu: Qt
1996
1996
  },
1997
1997
  props: {
1998
1998
  /**
@@ -2013,7 +2013,7 @@ const Zt = /* @__PURE__ */ _(Gn, [["render", qn]]), Zn = {
2013
2013
  noChildren: Boolean
2014
2014
  }
2015
2015
  };
2016
- function Jn(e, s, t, n, i, o) {
2016
+ function Qn(e, s, t, n, i, o) {
2017
2017
  const r = S("UluMenu");
2018
2018
  return l(), d("nav", {
2019
2019
  class: h(["menu-stack", {
@@ -2034,11 +2034,11 @@ function Jn(e, s, t, n, i, o) {
2034
2034
  }, null, 8, ["items", "noChildren"])
2035
2035
  ], 2);
2036
2036
  }
2037
- const Qn = /* @__PURE__ */ _(Zn, [["render", Jn]]), eo = {
2037
+ const eo = /* @__PURE__ */ _(Jn, [["render", Qn]]), to = {
2038
2038
  name: "UluDropdown",
2039
2039
  components: {
2040
2040
  UluPopover: Ke,
2041
- UluMenuStack: Qn
2041
+ UluMenuStack: eo
2042
2042
  },
2043
2043
  props: {
2044
2044
  /**
@@ -2061,7 +2061,7 @@ const Qn = /* @__PURE__ */ _(Zn, [["render", Jn]]), eo = {
2061
2061
  }
2062
2062
  }
2063
2063
  };
2064
- function to(e, s, t, n, i, o) {
2064
+ function so(e, s, t, n, i, o) {
2065
2065
  const r = S("UluMenuStack"), a = S("UluPopover");
2066
2066
  return l(), b(a, { classes: t.popoverClasses }, {
2067
2067
  trigger: v(({ isOpen: c }) => [
@@ -2073,26 +2073,26 @@ function to(e, s, t, n, i, o) {
2073
2073
  _: 3
2074
2074
  }, 8, ["classes"]);
2075
2075
  }
2076
- const of = /* @__PURE__ */ _(eo, [["render", to]]), qe = j(!1), Ce = {
2076
+ const rf = /* @__PURE__ */ _(to, [["render", so]]), Ge = j(!1), Ce = {
2077
2077
  start: [],
2078
2078
  end: []
2079
2079
  };
2080
2080
  function Ze() {
2081
- window.removeEventListener("resize", Ze), qe.value = !0, Ce.start.forEach((e) => e());
2081
+ window.removeEventListener("resize", Ze), Ge.value = !0, Ce.start.forEach((e) => e());
2082
2082
  }
2083
- function so() {
2084
- qe.value = !1, Ce.end.forEach((e) => e()), window.addEventListener("resize", Ze);
2083
+ function no() {
2084
+ Ge.value = !1, Ce.end.forEach((e) => e()), window.addEventListener("resize", Ze);
2085
2085
  }
2086
- window.addEventListener("resize", Ze), window.addEventListener("resize", Te(so, 300));
2086
+ window.addEventListener("resize", Ze), window.addEventListener("resize", Te(no, 300));
2087
2087
  function ut(e, s) {
2088
2088
  return e.push(s), () => {
2089
2089
  const t = e.findIndex((n) => n === s);
2090
2090
  t > -1 && e.splice(t);
2091
2091
  };
2092
2092
  }
2093
- function no() {
2093
+ function oo() {
2094
2094
  return {
2095
- resizing: qe,
2095
+ resizing: Ge,
2096
2096
  onResizeStart(e) {
2097
2097
  return ut(Ce.start, e);
2098
2098
  },
@@ -2101,7 +2101,24 @@ function no() {
2101
2101
  }
2102
2102
  };
2103
2103
  }
2104
- const oo = { class: "layout-flex-baseline" }, io = { class: "type-word-break" }, rf = {
2104
+ const io = {
2105
+ uluCore: "Core",
2106
+ uluIsMobile: "Breakpoints",
2107
+ uluBreakpointActive: "Breakpoints",
2108
+ uluBreakpointDirection: "Breakpoints",
2109
+ uluBreakpointManager: "Breakpoints",
2110
+ uluModals: "Modals",
2111
+ uluToast: "Toast"
2112
+ }, dt = {};
2113
+ function ro(e) {
2114
+ const s = Vt(e, dt);
2115
+ if (s === dt) {
2116
+ const t = io[e] || "", n = t ? ` from the '${t}' plugin` : "", i = t ? "Please install missing plugin." : "";
2117
+ throw new Error(`Required inject: '${e}'${n} was not provided. ${i}`);
2118
+ }
2119
+ return s;
2120
+ }
2121
+ const lo = { class: "layout-flex-baseline" }, ao = { class: "type-word-break" }, lf = {
2105
2122
  __name: "UluOverflowPopover",
2106
2123
  props: {
2107
2124
  /**
@@ -2110,13 +2127,13 @@ const oo = { class: "layout-flex-baseline" }, io = { class: "type-word-break" },
2110
2127
  triggerIcon: String
2111
2128
  },
2112
2129
  setup(e) {
2113
- const { resizing: s, onResizeEnd: t } = no(), n = j(null), i = j(!1), o = () => {
2130
+ const { resizing: s, onResizeEnd: t } = oo(), n = j(null), i = j(!1), o = () => {
2114
2131
  Lt(() => {
2115
2132
  const a = n.value;
2116
2133
  i.value = a.offsetWidth < a.scrollWidth;
2117
2134
  });
2118
2135
  }, r = t(o);
2119
- return xs(o), Rs(r), (a, c) => (l(), d("div", oo, [
2136
+ return xs(o), Us(r), (a, c) => (l(), d("div", lo, [
2120
2137
  f("div", {
2121
2138
  class: "type-truncate",
2122
2139
  ref_key: "text",
@@ -2124,7 +2141,7 @@ const oo = { class: "layout-flex-baseline" }, io = { class: "type-word-break" },
2124
2141
  }, [
2125
2142
  m(a.$slots, "default")
2126
2143
  ], 512),
2127
- i.value && !x(s) ? (l(), b(Ke, {
2144
+ i.value && !R(s) ? (l(), b(Ke, {
2128
2145
  key: 0,
2129
2146
  triggerAlt: "Show Full Text",
2130
2147
  size: "large"
@@ -2135,7 +2152,7 @@ const oo = { class: "layout-flex-baseline" }, io = { class: "type-word-break" },
2135
2152
  }, null, 8, ["icon"])
2136
2153
  ]),
2137
2154
  content: v(() => [
2138
- f("div", io, [
2155
+ f("div", ao, [
2139
2156
  m(a.$slots, "default")
2140
2157
  ])
2141
2158
  ]),
@@ -2143,17 +2160,17 @@ const oo = { class: "layout-flex-baseline" }, io = { class: "type-word-break" },
2143
2160
  })) : y("", !0)
2144
2161
  ]));
2145
2162
  }
2146
- }, lf = {
2163
+ }, af = {
2147
2164
  __name: "UluTab",
2148
2165
  setup(e) {
2149
- return (s, t) => (l(), b(x(Fs), null, {
2166
+ return (s, t) => (l(), b(R(Ms), null, {
2150
2167
  default: v((n) => [
2151
- m(s.$slots, "default", M(H(n)))
2168
+ m(s.$slots, "default", P(L(n)))
2152
2169
  ]),
2153
2170
  _: 3
2154
2171
  }));
2155
2172
  }
2156
- }, af = /* @__PURE__ */ Object.assign({
2173
+ }, cf = /* @__PURE__ */ Object.assign({
2157
2174
  inheritAttrs: !1
2158
2175
  }, {
2159
2176
  __name: "UluTabGroup",
@@ -2168,7 +2185,7 @@ const oo = { class: "layout-flex-baseline" }, io = { class: "type-word-break" },
2168
2185
  vertical: Boolean
2169
2186
  },
2170
2187
  setup(e) {
2171
- return (s, t) => (l(), b(x(Ps), {
2188
+ return (s, t) => (l(), b(R(Ps), {
2172
2189
  defaultIndex: e.defaultIndex,
2173
2190
  vertical: e.vertical
2174
2191
  }, {
@@ -2178,43 +2195,43 @@ const oo = { class: "layout-flex-baseline" }, io = { class: "type-word-break" },
2178
2195
  "tabs--vertical": e.vertical
2179
2196
  }])
2180
2197
  }, [
2181
- m(s.$slots, "default", M(H(n)))
2198
+ m(s.$slots, "default", P(L(n)))
2182
2199
  ], 2)
2183
2200
  ]),
2184
2201
  _: 3
2185
2202
  }, 8, ["defaultIndex", "vertical"]));
2186
2203
  }
2187
- }), cf = {
2204
+ }), uf = {
2188
2205
  __name: "UluTabList",
2189
2206
  setup(e) {
2190
- return (s, t) => (l(), b(x(Ms), { class: "tabs__tablist" }, {
2207
+ return (s, t) => (l(), b(R(Bs), { class: "tabs__tablist" }, {
2191
2208
  default: v(() => [
2192
2209
  m(s.$slots, "default")
2193
2210
  ]),
2194
2211
  _: 3
2195
2212
  }));
2196
2213
  }
2197
- }, uf = {
2214
+ }, df = {
2198
2215
  __name: "UluTabPanel",
2199
2216
  setup(e) {
2200
- return (s, t) => (l(), b(x(Bs), null, {
2217
+ return (s, t) => (l(), b(R(Hs), null, {
2201
2218
  default: v((n) => [
2202
- m(s.$slots, "default", M(H(n)))
2219
+ m(s.$slots, "default", P(L(n)))
2203
2220
  ]),
2204
2221
  _: 3
2205
2222
  }));
2206
2223
  }
2207
- }, df = {
2224
+ }, ff = {
2208
2225
  __name: "UluTabPanels",
2209
2226
  setup(e) {
2210
- return (s, t) => (l(), b(x(Ls), null, {
2227
+ return (s, t) => (l(), b(R(Ls), null, {
2211
2228
  default: v((n) => [
2212
- m(s.$slots, "default", M(H(n)))
2229
+ m(s.$slots, "default", P(L(n)))
2213
2230
  ]),
2214
2231
  _: 3
2215
2232
  }));
2216
2233
  }
2217
- }, ro = {
2234
+ }, co = {
2218
2235
  name: "UluButton",
2219
2236
  components: {
2220
2237
  UluIcon: B
@@ -2295,7 +2312,7 @@ const oo = { class: "layout-flex-baseline" }, io = { class: "type-word-break" },
2295
2312
  modifiers: [String, Array]
2296
2313
  },
2297
2314
  setup(e) {
2298
- const { resolvedModifiers: s } = q({ props: e, baseClass: "button" });
2315
+ const { resolvedModifiers: s } = G({ props: e, baseClass: "button" });
2299
2316
  return { resolvedModifiers: s };
2300
2317
  },
2301
2318
  computed: {
@@ -2308,15 +2325,15 @@ const oo = { class: "layout-flex-baseline" }, io = { class: "type-word-break" },
2308
2325
  return s && e.push(`button--${s}`), e;
2309
2326
  },
2310
2327
  element() {
2311
- return this.to ? Ne : this.href ? "a" : "button";
2328
+ return this.to ? We : this.href ? "a" : "button";
2312
2329
  },
2313
2330
  attrs() {
2314
2331
  const { to: e, href: s, download: t, target: n } = this, i = e ? { to: e } : s ? { href: s } : {};
2315
2332
  return s && (n && (i.target = n), t && (i.download = typeof t == "string" ? t : !0)), i;
2316
2333
  }
2317
2334
  }
2318
- }, lo = { key: 1 };
2319
- function ao(e, s, t, n, i, o) {
2335
+ }, uo = { key: 1 };
2336
+ function fo(e, s, t, n, i, o) {
2320
2337
  const r = S("UluIcon");
2321
2338
  return l(), b(I(o.element), Y({
2322
2339
  class: ["button", [
@@ -2341,7 +2358,7 @@ function ao(e, s, t, n, i, o) {
2341
2358
  icon: t.icon,
2342
2359
  class: "button__icon"
2343
2360
  }, null, 8, ["icon"])) : y("", !0),
2344
- (e.$slots.default || t.text) && !t.iconOnly ? (l(), d("span", lo, [
2361
+ (e.$slots.default || t.text) && !t.iconOnly ? (l(), d("span", uo, [
2345
2362
  m(e.$slots, "default", {}, () => [
2346
2363
  w(p(t.text), 1)
2347
2364
  ])
@@ -2356,10 +2373,10 @@ function ao(e, s, t, n, i, o) {
2356
2373
  _: 3
2357
2374
  }, 16, ["class", "aria-label"]);
2358
2375
  }
2359
- const co = /* @__PURE__ */ _(ro, [["render", ao]]), uo = {
2376
+ const ho = /* @__PURE__ */ _(co, [["render", fo]]), mo = {
2360
2377
  name: "UluAlert",
2361
2378
  components: {
2362
- UluButton: co,
2379
+ UluButton: ho,
2363
2380
  UluIcon: B
2364
2381
  },
2365
2382
  props: {
@@ -2392,31 +2409,31 @@ const co = /* @__PURE__ */ _(ro, [["render", ao]]), uo = {
2392
2409
  modifiers: [String, Array]
2393
2410
  },
2394
2411
  setup(e) {
2395
- const { resolvedModifiers: s } = q({
2412
+ const { resolvedModifiers: s } = G({
2396
2413
  props: e,
2397
2414
  baseClass: "callout",
2398
- internal: R(() => ({
2415
+ internal: x(() => ({
2399
2416
  [e.type]: e.type,
2400
2417
  compact: e.compact
2401
2418
  }))
2402
2419
  });
2403
2420
  return { resolvedModifiers: s };
2404
2421
  }
2405
- }, fo = { class: "layout-flex" }, ho = { class: "type-small" }, mo = {
2422
+ }, go = { class: "layout-flex" }, _o = { class: "type-small" }, yo = {
2406
2423
  key: 0,
2407
2424
  class: "margin-left-auto align-self-center"
2408
2425
  };
2409
- function go(e, s, t, n, i, o) {
2426
+ function po(e, s, t, n, i, o) {
2410
2427
  const r = S("UluIcon");
2411
2428
  return l(), d("div", {
2412
2429
  class: h(["callout", n.resolvedModifiers])
2413
2430
  }, [
2414
- f("div", fo, [
2431
+ f("div", go, [
2415
2432
  k(r, {
2416
2433
  class: h(["type-large margin-right-small", `color-${t.type}`]),
2417
2434
  icon: t.icon || `type:${t.type}`
2418
2435
  }, null, 8, ["class", "icon"]),
2419
- f("div", ho, [
2436
+ f("div", _o, [
2420
2437
  f("div", null, [
2421
2438
  m(e.$slots, "title", {}, () => [
2422
2439
  f("strong", null, p(t.title), 1)
@@ -2428,13 +2445,13 @@ function go(e, s, t, n, i, o) {
2428
2445
  ])
2429
2446
  ])
2430
2447
  ]),
2431
- e.$slots.action ? (l(), d("div", mo, [
2448
+ e.$slots.action ? (l(), d("div", yo, [
2432
2449
  m(e.$slots, "action")
2433
2450
  ])) : y("", !0)
2434
2451
  ])
2435
2452
  ], 2);
2436
2453
  }
2437
- const ff = /* @__PURE__ */ _(uo, [["render", go]]), _o = {
2454
+ const hf = /* @__PURE__ */ _(mo, [["render", po]]), bo = {
2438
2455
  name: "UluBadge",
2439
2456
  props: {
2440
2457
  skeleton: Boolean,
@@ -2452,14 +2469,14 @@ const ff = /* @__PURE__ */ _(uo, [["render", go]]), _o = {
2452
2469
  },
2453
2470
  element() {
2454
2471
  const { click: e, to: s, href: t } = this;
2455
- return e ? "button" : s ? Ne : t ? "a" : "span";
2472
+ return e ? "button" : s ? We : t ? "a" : "span";
2456
2473
  }
2457
2474
  }
2458
- }, yo = ["aria-hidden"], po = {
2475
+ }, vo = ["aria-hidden"], wo = {
2459
2476
  key: 2,
2460
2477
  class: "hidden-visually"
2461
2478
  };
2462
- function bo(e, s, t, n, i, o) {
2479
+ function So(e, s, t, n, i, o) {
2463
2480
  return l(), b(I(o.element), {
2464
2481
  class: h(["badge", [
2465
2482
  t.size ? `badge--${t.size}` : null,
@@ -2477,17 +2494,17 @@ function bo(e, s, t, n, i, o) {
2477
2494
  t.text ? (l(), d("span", {
2478
2495
  key: 0,
2479
2496
  "aria-hidden": t.alt ? "true" : null
2480
- }, p(t.text), 9, yo)) : m(e.$slots, "default", { key: 1 }),
2481
- t.alt ? (l(), d("span", po, p(t.alt), 1)) : y("", !0)
2497
+ }, p(t.text), 9, vo)) : m(e.$slots, "default", { key: 1 }),
2498
+ t.alt ? (l(), d("span", wo, p(t.alt), 1)) : y("", !0)
2482
2499
  ], 2)
2483
2500
  ]),
2484
2501
  _: 3
2485
2502
  }, 8, ["class", "to", "href", "onClick"]);
2486
2503
  }
2487
- const vo = /* @__PURE__ */ _(_o, [["render", bo]]), wo = {
2504
+ const ko = /* @__PURE__ */ _(bo, [["render", So]]), Co = {
2488
2505
  name: "UluBadgeStack",
2489
2506
  components: {
2490
- UluBadge: vo
2507
+ UluBadge: ko
2491
2508
  },
2492
2509
  props: {
2493
2510
  /**
@@ -2495,10 +2512,10 @@ const vo = /* @__PURE__ */ _(_o, [["render", bo]]), wo = {
2495
2512
  */
2496
2513
  items: Array
2497
2514
  }
2498
- }, So = { class: "badge-stack" };
2499
- function ko(e, s, t, n, i, o) {
2515
+ }, To = { class: "badge-stack" };
2516
+ function Ao(e, s, t, n, i, o) {
2500
2517
  const r = S("UluBadge");
2501
- return l(), d("ul", So, [
2518
+ return l(), d("ul", To, [
2502
2519
  (l(!0), d(T, null, C(t.items, (a, c) => (l(), d("li", {
2503
2520
  class: "badge-stack__item",
2504
2521
  key: c
@@ -2507,7 +2524,7 @@ function ko(e, s, t, n, i, o) {
2507
2524
  ]))), 128))
2508
2525
  ]);
2509
2526
  }
2510
- const hf = /* @__PURE__ */ _(wo, [["render", ko]]), Co = {
2527
+ const mf = /* @__PURE__ */ _(Co, [["render", Ao]]), $o = {
2511
2528
  name: "UluCallout",
2512
2529
  props: {
2513
2530
  /**
@@ -2521,21 +2538,21 @@ const hf = /* @__PURE__ */ _(wo, [["render", ko]]), Co = {
2521
2538
  modifiers: [String, Array]
2522
2539
  },
2523
2540
  setup(e) {
2524
- const { resolvedModifiers: s } = q({ props: e, baseClass: "callout" });
2541
+ const { resolvedModifiers: s } = G({ props: e, baseClass: "callout" });
2525
2542
  return { resolvedModifiers: s };
2526
2543
  }
2527
2544
  };
2528
- function To(e, s, t, n, i, o) {
2545
+ function Oo(e, s, t, n, i, o) {
2529
2546
  return l(), d("div", {
2530
2547
  class: h(["callout", [n.resolvedModifiers, { "full-height": t.fullHeight }]])
2531
2548
  }, [
2532
2549
  m(e.$slots, "default")
2533
2550
  ], 2);
2534
2551
  }
2535
- const mf = /* @__PURE__ */ _(Co, [["render", To]]), dt = (e, s) => {
2552
+ const gf = /* @__PURE__ */ _($o, [["render", Oo]]), ft = (e, s) => {
2536
2553
  const t = !(s.to || s.href);
2537
2554
  return t || console.warn("'titleHref' and 'titleTo' can't be used with to or href (nesting links)"), t;
2538
- }, Ao = {
2555
+ }, Ro = {
2539
2556
  name: "UluCard",
2540
2557
  props: {
2541
2558
  /**
@@ -2563,14 +2580,14 @@ const mf = /* @__PURE__ */ _(Co, [["render", To]]), dt = (e, s) => {
2563
2580
  */
2564
2581
  titleTo: {
2565
2582
  type: [String, Object],
2566
- validator: dt
2583
+ validator: ft
2567
2584
  },
2568
2585
  /**
2569
2586
  * Will make title a link to href
2570
2587
  */
2571
2588
  titleHref: {
2572
2589
  type: String,
2573
- validator: dt
2590
+ validator: ft
2574
2591
  },
2575
2592
  /**
2576
2593
  * When using href this will set title link's target attribute
@@ -2655,13 +2672,13 @@ const mf = /* @__PURE__ */ _(Co, [["render", To]]), dt = (e, s) => {
2655
2672
  };
2656
2673
  },
2657
2674
  setup(e) {
2658
- const { resolvedModifiers: s } = q({ props: e, baseClass: "card" });
2675
+ const { resolvedModifiers: s } = G({ props: e, baseClass: "card" });
2659
2676
  return { resolvedModifiers: s };
2660
2677
  },
2661
2678
  computed: {
2662
2679
  resolvedElement() {
2663
2680
  const { cardElement: e, to: s, href: t } = this;
2664
- return s ? Ne : t ? "a" : e;
2681
+ return s ? We : t ? "a" : e;
2665
2682
  }
2666
2683
  },
2667
2684
  methods: {
@@ -2676,14 +2693,14 @@ const mf = /* @__PURE__ */ _(Co, [["render", To]]), dt = (e, s) => {
2676
2693
  this.shouldProxy && e - this.proxyStart < n && s.click();
2677
2694
  }
2678
2695
  }
2679
- }, $o = { class: "card__body" }, Oo = { class: "card__main" }, xo = ["href", "target"], Ro = {
2696
+ }, xo = { class: "card__body" }, Uo = { class: "card__main" }, Io = ["href", "target"], zo = {
2680
2697
  key: 0,
2681
2698
  class: "card__aside"
2682
- }, Uo = ["src", "alt"], Io = {
2699
+ }, Eo = ["src", "alt"], jo = {
2683
2700
  key: 1,
2684
2701
  class: "card__footer"
2685
2702
  };
2686
- function zo(e, s, t, n, i, o) {
2703
+ function Fo(e, s, t, n, i, o) {
2687
2704
  const r = S("router-link");
2688
2705
  return l(), b(I(o.resolvedElement), {
2689
2706
  class: h(["card", [
@@ -2703,8 +2720,8 @@ function zo(e, s, t, n, i, o) {
2703
2720
  "data-ulu-proxy-click-init": i.proxyClickEnabled
2704
2721
  }, {
2705
2722
  default: v(() => [
2706
- f("div", $o, [
2707
- f("div", Oo, [
2723
+ f("div", xo, [
2724
+ f("div", Uo, [
2708
2725
  (l(), b(I(t.titleElement), {
2709
2726
  class: h(["card__title", t.classes.title])
2710
2727
  }, {
@@ -2731,7 +2748,7 @@ function zo(e, s, t, n, i, o) {
2731
2748
  m(e.$slots, "title", {}, () => [
2732
2749
  w(p(t.title), 1)
2733
2750
  ])
2734
- ], 8, xo)) : m(e.$slots, "title", { key: 2 }, () => [
2751
+ ], 8, Io)) : m(e.$slots, "title", { key: 2 }, () => [
2735
2752
  w(p(t.title), 1)
2736
2753
  ])
2737
2754
  ]),
@@ -2739,7 +2756,7 @@ function zo(e, s, t, n, i, o) {
2739
2756
  }, 8, ["class"])),
2740
2757
  m(e.$slots, "body")
2741
2758
  ]),
2742
- e.$slots.body ? (l(), d("div", Ro, [
2759
+ e.$slots.body ? (l(), d("div", zo, [
2743
2760
  m(e.$slots, "aside")
2744
2761
  ])) : y("", !0)
2745
2762
  ]),
@@ -2754,17 +2771,17 @@ function zo(e, s, t, n, i, o) {
2754
2771
  f("img", {
2755
2772
  src: t.imageSrc,
2756
2773
  alt: t.imageAlt
2757
- }, null, 8, Uo)
2774
+ }, null, 8, Eo)
2758
2775
  ])
2759
2776
  ], 2)) : y("", !0),
2760
- e.$slots.footer ? (l(), d("div", Io, [
2777
+ e.$slots.footer ? (l(), d("div", jo, [
2761
2778
  m(e.$slots, "footer")
2762
2779
  ])) : y("", !0)
2763
2780
  ]),
2764
2781
  _: 3
2765
2782
  }, 40, ["onMousedown", "onMouseup", "class", "style", "target", "to", "href", "data-ulu-proxy-click-init"]);
2766
2783
  }
2767
- const gf = /* @__PURE__ */ _(Ao, [["render", zo]]), Eo = {
2784
+ const _f = /* @__PURE__ */ _(Ro, [["render", Fo]]), Mo = {
2768
2785
  name: "UluDefinitionList",
2769
2786
  props: {
2770
2787
  /**
@@ -2781,7 +2798,7 @@ const gf = /* @__PURE__ */ _(Ao, [["render", zo]]), Eo = {
2781
2798
  }
2782
2799
  }
2783
2800
  };
2784
- function jo(e, s, t, n, i, o) {
2801
+ function Po(e, s, t, n, i, o) {
2785
2802
  return l(), d("dl", {
2786
2803
  class: h(t.classes.list)
2787
2804
  }, [
@@ -2812,7 +2829,7 @@ function jo(e, s, t, n, i, o) {
2812
2829
  ], 2))), 128))
2813
2830
  ], 2);
2814
2831
  }
2815
- const _f = /* @__PURE__ */ _(Eo, [["render", jo]]), Fo = {
2832
+ const yf = /* @__PURE__ */ _(Mo, [["render", Po]]), Bo = {
2816
2833
  name: "UluExternalLink",
2817
2834
  components: {
2818
2835
  UluIcon: B
@@ -2838,15 +2855,15 @@ const _f = /* @__PURE__ */ _(Eo, [["render", jo]]), Fo = {
2838
2855
  */
2839
2856
  icon: String
2840
2857
  }
2841
- }, Po = ["href", "target"], Mo = { class: "external-link__text" };
2842
- function Bo(e, s, t, n, i, o) {
2858
+ }, Ho = ["href", "target"], Lo = { class: "external-link__text" };
2859
+ function Vo(e, s, t, n, i, o) {
2843
2860
  const r = S("UluIcon");
2844
2861
  return l(), d("a", {
2845
2862
  class: "external-link",
2846
2863
  href: t.href,
2847
2864
  target: t.target
2848
2865
  }, [
2849
- f("span", Mo, [
2866
+ f("span", Lo, [
2850
2867
  m(e.$slots, "default", {}, () => [
2851
2868
  w(p(t.text), 1)
2852
2869
  ])
@@ -2855,9 +2872,9 @@ function Bo(e, s, t, n, i, o) {
2855
2872
  class: "external-link__icon margin-left-small-x display-inline",
2856
2873
  icon: t.icon || "type:externalLink"
2857
2874
  }, null, 8, ["icon"])
2858
- ], 8, Po);
2875
+ ], 8, Ho);
2859
2876
  }
2860
- const yf = /* @__PURE__ */ _(Fo, [["render", Bo]]), Lo = {
2877
+ const pf = /* @__PURE__ */ _(Bo, [["render", Vo]]), Do = {
2861
2878
  name: "UluList",
2862
2879
  props: {
2863
2880
  /**
@@ -2912,7 +2929,7 @@ const yf = /* @__PURE__ */ _(Fo, [["render", Bo]]), Lo = {
2912
2929
  }
2913
2930
  }
2914
2931
  };
2915
- function Ho(e, s, t, n, i, o) {
2932
+ function No(e, s, t, n, i, o) {
2916
2933
  return l(), b(I(o.listElement), {
2917
2934
  class: h([
2918
2935
  {
@@ -2945,13 +2962,13 @@ function Ho(e, s, t, n, i, o) {
2945
2962
  _: 3
2946
2963
  }, 8, ["class", "style", "reversed", "start"]);
2947
2964
  }
2948
- const pf = /* @__PURE__ */ _(Lo, [["render", Ho]]), Vo = {}, Do = { id: "main-content" };
2949
- function Wo(e, s) {
2950
- return l(), d("main", Do, [
2965
+ const bf = /* @__PURE__ */ _(Do, [["render", No]]), Wo = {}, Xo = { id: "main-content" };
2966
+ function Yo(e, s) {
2967
+ return l(), d("main", Xo, [
2951
2968
  m(e.$slots, "default")
2952
2969
  ]);
2953
2970
  }
2954
- const bf = /* @__PURE__ */ _(Vo, [["render", Wo]]), No = {
2971
+ const vf = /* @__PURE__ */ _(Wo, [["render", Yo]]), Ko = {
2955
2972
  name: "UluSpokeSpinner",
2956
2973
  props: {
2957
2974
  /**
@@ -2966,7 +2983,7 @@ const bf = /* @__PURE__ */ _(Vo, [["render", Wo]]), No = {
2966
2983
  }
2967
2984
  }
2968
2985
  };
2969
- function Xo(e, s, t, n, i, o) {
2986
+ function qo(e, s, t, n, i, o) {
2970
2987
  return l(), d("div", {
2971
2988
  class: h(["spoke-spinner", o.modifierClass])
2972
2989
  }, s[0] || (s[0] = [
@@ -2986,7 +3003,7 @@ function Xo(e, s, t, n, i, o) {
2986
3003
  ], -1)
2987
3004
  ]), 2);
2988
3005
  }
2989
- const vf = /* @__PURE__ */ _(No, [["render", Xo]]), Yo = {
3006
+ const wf = /* @__PURE__ */ _(Ko, [["render", qo]]), Go = {
2990
3007
  name: "UluCheckboxMenu",
2991
3008
  props: {
2992
3009
  options: Array
@@ -2996,20 +3013,20 @@ const vf = /* @__PURE__ */ _(No, [["render", Xo]]), Yo = {
2996
3013
  return `checkbox-menu-opt-${e}`;
2997
3014
  }
2998
3015
  }
2999
- }, Ko = { class: "site-menu site-form" }, Go = { class: "site-menu__checkbox" }, qo = ["id", "onUpdate:modelValue"], Zo = ["for"];
3000
- function Jo(e, s, t, n, i, o) {
3001
- return l(), d("ul", Ko, [
3016
+ }, Zo = { class: "site-menu site-form" }, Jo = { class: "site-menu__checkbox" }, Qo = ["id", "onUpdate:modelValue"], ei = ["for"];
3017
+ function ti(e, s, t, n, i, o) {
3018
+ return l(), d("ul", Zo, [
3002
3019
  (l(!0), d(T, null, C(t.options, (r, a) => (l(), d("li", {
3003
3020
  class: "site-menu__item",
3004
3021
  key: a
3005
3022
  }, [
3006
- f("div", Go, [
3007
- W(f("input", {
3023
+ f("div", Jo, [
3024
+ N(f("input", {
3008
3025
  type: "checkbox",
3009
3026
  id: o.getId(a),
3010
3027
  "onUpdate:modelValue": (c) => r.checked = c
3011
- }, null, 8, qo), [
3012
- [Ht, r.checked]
3028
+ }, null, 8, Qo), [
3029
+ [Dt, r.checked]
3013
3030
  ]),
3014
3031
  f("label", {
3015
3032
  for: o.getId(a)
@@ -3017,12 +3034,12 @@ function Jo(e, s, t, n, i, o) {
3017
3034
  m(e.$slots, "default", {}, () => [
3018
3035
  w(p(r?.title || r?.text), 1)
3019
3036
  ])
3020
- ], 8, Zo)
3037
+ ], 8, ei)
3021
3038
  ])
3022
3039
  ]))), 128))
3023
3040
  ]);
3024
3041
  }
3025
- const wf = /* @__PURE__ */ _(Yo, [["render", Jo]]), Qo = {
3042
+ const Sf = /* @__PURE__ */ _(Go, [["render", ti]]), si = {
3026
3043
  name: "FileDisplay",
3027
3044
  props: {
3028
3045
  file: {
@@ -3039,8 +3056,8 @@ const wf = /* @__PURE__ */ _(Yo, [["render", Jo]]), Qo = {
3039
3056
  return s > 1 ? `${n(s)}Mb` : t > 1 ? `${n(t)}Kb` : `${n(e)}B`;
3040
3057
  }
3041
3058
  }
3042
- }, ei = ["href", "download"], ti = { class: "margin-left-small-x" }, si = { class: "tag tag--small tag--outline type-small-x" };
3043
- function ni(e, s, t, n, i, o) {
3059
+ }, ni = ["href", "download"], oi = { class: "margin-left-small-x" }, ii = { class: "tag tag--small tag--outline type-small-x" };
3060
+ function ri(e, s, t, n, i, o) {
3044
3061
  const r = S("FaIcon");
3045
3062
  return l(), d("a", {
3046
3063
  class: "layout-flex-baseline",
@@ -3051,15 +3068,15 @@ function ni(e, s, t, n, i, o) {
3051
3068
  class: "ui-icon",
3052
3069
  icon: ["far", e.$site.getIcon("file")]
3053
3070
  }, null, 8, ["icon"]),
3054
- f("span", ti, [
3071
+ f("span", oi, [
3055
3072
  w(p(t.file.name) + " ", 1),
3056
- f("span", si, p(o.fileSize), 1)
3073
+ f("span", ii, p(o.fileSize), 1)
3057
3074
  ])
3058
- ], 8, ei);
3075
+ ], 8, ni);
3059
3076
  }
3060
- const Sf = /* @__PURE__ */ _(Qo, [["render", ni]]);
3061
- let oi = 0;
3062
- const ii = {
3077
+ const kf = /* @__PURE__ */ _(si, [["render", ri]]);
3078
+ let li = 0;
3079
+ const ai = {
3063
3080
  name: "FormFile",
3064
3081
  props: {
3065
3082
  label: {
@@ -3074,7 +3091,7 @@ const ii = {
3074
3091
  emits: ["filesChange"],
3075
3092
  data() {
3076
3093
  return {
3077
- id: `file-input-id-${++oi}`
3094
+ id: `file-input-id-${++li}`
3078
3095
  };
3079
3096
  },
3080
3097
  methods: {
@@ -3082,9 +3099,9 @@ const ii = {
3082
3099
  this.$emit("filesChange", e.target.files);
3083
3100
  }
3084
3101
  }
3085
- }, ri = { class: "site-form__item site-form__item--file" }, li = ["for"], ai = ["multiple", "id"];
3086
- function ci(e, s, t, n, i, o) {
3087
- return l(), d("div", ri, [
3102
+ }, ci = { class: "site-form__item site-form__item--file" }, ui = ["for"], di = ["multiple", "id"];
3103
+ function fi(e, s, t, n, i, o) {
3104
+ return l(), d("div", ci, [
3088
3105
  f("label", {
3089
3106
  class: h({ "hidden-visually": t.labelHidden }),
3090
3107
  for: i.id
@@ -3092,23 +3109,23 @@ function ci(e, s, t, n, i, o) {
3092
3109
  m(e.$slots, "label", {}, () => [
3093
3110
  w(p(t.label), 1)
3094
3111
  ])
3095
- ], 10, li),
3112
+ ], 10, ui),
3096
3113
  f("input", Y({
3097
3114
  type: "file",
3098
3115
  onChange: s[0] || (s[0] = (...r) => o.onChangeFile && o.onChangeFile(...r)),
3099
3116
  multiple: t.multiple,
3100
3117
  id: i.id
3101
- }, t.inputAttrs), null, 16, ai)
3118
+ }, t.inputAttrs), null, 16, di)
3102
3119
  ]);
3103
3120
  }
3104
- const kf = /* @__PURE__ */ _(ii, [["render", ci]]), ui = {
3121
+ const Cf = /* @__PURE__ */ _(ai, [["render", fi]]), hi = {
3105
3122
  name: "FormMessage",
3106
3123
  props: {
3107
3124
  warning: Boolean,
3108
3125
  error: Boolean
3109
3126
  }
3110
3127
  };
3111
- function di(e, s, t, n, i, o) {
3128
+ function mi(e, s, t, n, i, o) {
3112
3129
  const r = S("FaIcon");
3113
3130
  return l(), d("p", {
3114
3131
  class: h(["site-form__description", {
@@ -3127,9 +3144,9 @@ function di(e, s, t, n, i, o) {
3127
3144
  m(e.$slots, "default")
3128
3145
  ], 2);
3129
3146
  }
3130
- const Cf = /* @__PURE__ */ _(ui, [["render", di]]);
3131
- let fi = 0;
3132
- const hi = {
3147
+ const Tf = /* @__PURE__ */ _(hi, [["render", mi]]);
3148
+ let gi = 0;
3149
+ const _i = {
3133
3150
  name: "FormSelect",
3134
3151
  props: {
3135
3152
  label: String,
@@ -3139,12 +3156,12 @@ const hi = {
3139
3156
  },
3140
3157
  data() {
3141
3158
  return {
3142
- id: `select-id-${++fi}`
3159
+ id: `select-id-${++gi}`
3143
3160
  };
3144
3161
  }
3145
- }, mi = { class: "site-form__item site-form__item--select" }, gi = ["for"], _i = ["id", "value"], yi = ["value"];
3146
- function pi(e, s, t, n, i, o) {
3147
- return l(), d("div", mi, [
3162
+ }, yi = { class: "site-form__item site-form__item--select" }, pi = ["for"], bi = ["id", "value"], vi = ["value"];
3163
+ function wi(e, s, t, n, i, o) {
3164
+ return l(), d("div", yi, [
3148
3165
  f("label", {
3149
3166
  class: h({ "hidden-visually": t.labelHidden }),
3150
3167
  for: i.id
@@ -3152,7 +3169,7 @@ function pi(e, s, t, n, i, o) {
3152
3169
  m(e.$slots, "default", {}, () => [
3153
3170
  w(p(t.label), 1)
3154
3171
  ])
3155
- ], 10, gi),
3172
+ ], 10, pi),
3156
3173
  f("select", {
3157
3174
  id: i.id,
3158
3175
  value: t.modelValue,
@@ -3165,13 +3182,13 @@ function pi(e, s, t, n, i, o) {
3165
3182
  (l(!0), d(T, null, C(t.options, (r, a) => (l(), d("option", {
3166
3183
  key: a,
3167
3184
  value: r.value
3168
- }, p(r.text), 9, yi))), 128))
3169
- ], 40, _i)
3185
+ }, p(r.text), 9, vi))), 128))
3186
+ ], 40, bi)
3170
3187
  ]);
3171
3188
  }
3172
- const Tf = /* @__PURE__ */ _(hi, [["render", pi]]);
3173
- let bi = 0;
3174
- const vi = {
3189
+ const Af = /* @__PURE__ */ _(_i, [["render", wi]]);
3190
+ let Si = 0;
3191
+ const ki = {
3175
3192
  name: "FormText",
3176
3193
  props: {
3177
3194
  label: String,
@@ -3180,12 +3197,12 @@ const vi = {
3180
3197
  },
3181
3198
  data() {
3182
3199
  return {
3183
- id: `text-input-id-${++bi}`
3200
+ id: `text-input-id-${++Si}`
3184
3201
  };
3185
3202
  }
3186
- }, wi = { class: "site-form__item site-form__item--text" }, Si = ["for"], ki = ["value", "id"];
3187
- function Ci(e, s, t, n, i, o) {
3188
- return l(), d("div", wi, [
3203
+ }, Ci = { class: "site-form__item site-form__item--text" }, Ti = ["for"], Ai = ["value", "id"];
3204
+ function $i(e, s, t, n, i, o) {
3205
+ return l(), d("div", Ci, [
3189
3206
  f("label", {
3190
3207
  class: h({ "hidden-visually": t.labelHidden }),
3191
3208
  for: i.id
@@ -3193,16 +3210,16 @@ function Ci(e, s, t, n, i, o) {
3193
3210
  m(e.$slots, "default", {}, () => [
3194
3211
  w(p(t.label), 1)
3195
3212
  ])
3196
- ], 10, Si),
3213
+ ], 10, Ti),
3197
3214
  f("input", {
3198
3215
  type: "text",
3199
3216
  value: t.modelValue,
3200
3217
  onInput: s[0] || (s[0] = (r) => e.$emit("update:modelValue", r.target.value)),
3201
3218
  id: i.id
3202
- }, null, 40, ki)
3219
+ }, null, 40, Ai)
3203
3220
  ]);
3204
3221
  }
3205
- const Af = /* @__PURE__ */ _(vi, [["render", Ci]]), Ti = {
3222
+ const $f = /* @__PURE__ */ _(ki, [["render", $i]]), Oi = {
3206
3223
  name: "SearchForm",
3207
3224
  props: {
3208
3225
  placeholder: {
@@ -3210,42 +3227,41 @@ const Af = /* @__PURE__ */ _(vi, [["render", Ci]]), Ti = {
3210
3227
  default: "Titles, keyword…"
3211
3228
  }
3212
3229
  }
3213
- }, Ai = { class: "form-theme search-form type-small" }, $i = { class: "search-form__field" }, Oi = ["placeholder"], xi = {
3230
+ }, Ri = { class: "form-theme search-form type-small" }, xi = { class: "search-form__field" }, Ui = ["placeholder"], Ii = {
3214
3231
  class: "search-form__submit button button--primary",
3215
3232
  "aria-label": "Submit Search"
3216
3233
  };
3217
- function Ri(e, s, t, n, i, o) {
3234
+ function zi(e, s, t, n, i, o) {
3218
3235
  const r = S("FaIcon");
3219
- return l(), d("div", Ai, [
3220
- f("div", $i, [
3236
+ return l(), d("div", Ri, [
3237
+ f("div", xi, [
3221
3238
  s[0] || (s[0] = f("label", { class: "hidden-visually" }, "Search", -1)),
3222
3239
  f("input", {
3223
3240
  class: "search-form__input",
3224
3241
  type: "text",
3225
3242
  id: "example-input",
3226
3243
  placeholder: t.placeholder
3227
- }, null, 8, Oi)
3244
+ }, null, 8, Ui)
3228
3245
  ]),
3229
- f("button", xi, [
3246
+ f("button", Ii, [
3230
3247
  k(r, {
3231
3248
  icon: e.$site.getIcon("search")
3232
3249
  }, null, 8, ["icon"])
3233
3250
  ])
3234
3251
  ]);
3235
3252
  }
3236
- const $f = /* @__PURE__ */ _(Ti, [["render", Ri]]), Ui = {
3237
- name: "AdaptiveLayout",
3238
- inject: ["uluIsMobile"]
3253
+ const Of = /* @__PURE__ */ _(Oi, [["render", zi]]), Rf = {
3254
+ __name: "UluAdaptiveLayout",
3255
+ setup(e) {
3256
+ const s = ro("uluIsMobile");
3257
+ return (t, n) => !R(s) || !t.$slots.mobile ? m(t.$slots, "default", { key: 0 }) : m(t.$slots, "mobile", { key: 1 });
3258
+ }
3239
3259
  };
3240
- function Ii(e, s, t, n, i, o) {
3241
- return !o.uluIsMobile || !e.$slots.mobile ? m(e.$slots, "default", { key: 0 }) : m(e.$slots, "mobile", { key: 1 });
3242
- }
3243
- const Of = /* @__PURE__ */ _(Ui, [["render", Ii]]);
3244
- function zi(e) {
3260
+ function Ei(e) {
3245
3261
  var s;
3246
3262
  return e = e.replace(/^[^-_a-zA-Z]+/, "").replace(/^-(?:[-0-9]+)/, "-"), s = e && e.replace(/[^-_a-zA-Z0-9]+/g, "-"), s.toLowerCase();
3247
3263
  }
3248
- function Ei(e, s = {
3264
+ function ji(e, s = {
3249
3265
  columnFirst: "position-column-first",
3250
3266
  columnLast: "position-column-last",
3251
3267
  rowFirst: "position-row-first",
@@ -3262,22 +3278,22 @@ function Ei(e, s = {
3262
3278
  });
3263
3279
  });
3264
3280
  }
3265
- const ji = {
3281
+ const Fi = {
3266
3282
  name: "UluDataGrid",
3267
3283
  async mounted() {
3268
- const e = () => Ei(this.$el);
3284
+ const e = () => ji(this.$el);
3269
3285
  e(), this.resizeHandler = Te(e, 200, !1, this), window.addEventListener("resize", this.resizeHandler);
3270
3286
  },
3271
3287
  beforeUnmount() {
3272
3288
  this.resizeHandler && window.removeEventListener("resize", this.resizeHandler);
3273
3289
  }
3274
3290
  };
3275
- function Fi(e, s, t, n, i, o) {
3291
+ function Mi(e, s, t, n, i, o) {
3276
3292
  return l(), d("div", null, [
3277
3293
  m(e.$slots, "default")
3278
3294
  ]);
3279
3295
  }
3280
- const xf = /* @__PURE__ */ _(ji, [["render", Fi]]), Pi = {
3296
+ const xf = /* @__PURE__ */ _(Fi, [["render", Mi]]), Pi = {
3281
3297
  name: "UluTitleRail",
3282
3298
  components: {
3283
3299
  UluIcon: B
@@ -3301,13 +3317,13 @@ const xf = /* @__PURE__ */ _(ji, [["render", Fi]]), Pi = {
3301
3317
  default: "h2"
3302
3318
  }
3303
3319
  }
3304
- }, Mi = { class: "rail rail--title-rail" }, Bi = {
3320
+ }, Bi = { class: "rail rail--title-rail" }, Hi = {
3305
3321
  key: 0,
3306
3322
  class: "rail__item rail__item--pull"
3307
3323
  };
3308
3324
  function Li(e, s, t, n, i, o) {
3309
3325
  const r = S("UluIcon");
3310
- return l(), d("div", Mi, [
3326
+ return l(), d("div", Bi, [
3311
3327
  f("div", {
3312
3328
  class: h(["rail__item rail__item--title", t.classes.itemTitle])
3313
3329
  }, [
@@ -3328,12 +3344,12 @@ function Li(e, s, t, n, i, o) {
3328
3344
  _: 3
3329
3345
  }, 8, ["class", "style"]))
3330
3346
  ], 2),
3331
- e.$slots.end ? (l(), d("div", Bi, [
3347
+ e.$slots.end ? (l(), d("div", Hi, [
3332
3348
  m(e.$slots, "end")
3333
3349
  ])) : y("", !0)
3334
3350
  ]);
3335
3351
  }
3336
- const Rf = /* @__PURE__ */ _(Pi, [["render", Li]]), Hi = {
3352
+ const Uf = /* @__PURE__ */ _(Pi, [["render", Li]]), Vi = {
3337
3353
  name: "UluBreadcrumb",
3338
3354
  components: {
3339
3355
  UluIcon: B
@@ -3367,7 +3383,7 @@ const Rf = /* @__PURE__ */ _(Pi, [["render", Li]]), Hi = {
3367
3383
  }
3368
3384
  }
3369
3385
  };
3370
- function Vi(e, s, t, n, i, o) {
3386
+ function Di(e, s, t, n, i, o) {
3371
3387
  const r = S("router-link"), a = S("UluIcon");
3372
3388
  return t.items.length ? (l(), d("nav", {
3373
3389
  key: 0,
@@ -3403,10 +3419,10 @@ function Vi(e, s, t, n, i, o) {
3403
3419
  ], 2)
3404
3420
  ], 2)) : y("", !0);
3405
3421
  }
3406
- const Uf = /* @__PURE__ */ _(Hi, [["render", Vi]]), Di = {
3422
+ const If = /* @__PURE__ */ _(Vi, [["render", Di]]), Ni = {
3407
3423
  name: "UluNavStrip",
3408
3424
  components: {
3409
- UluMenu: Zt
3425
+ UluMenu: Qt
3410
3426
  },
3411
3427
  props: {
3412
3428
  /**
@@ -3447,14 +3463,14 @@ function Wi(e, s, t, n, i, o) {
3447
3463
  }, null, 8, ["items"])
3448
3464
  ], 2);
3449
3465
  }
3450
- const If = /* @__PURE__ */ _(Di, [["render", Wi]]), Ni = {}, Xi = {
3466
+ const zf = /* @__PURE__ */ _(Ni, [["render", Wi]]), Xi = {}, Yi = {
3451
3467
  class: "site-skip-link hidden-visually-focusable",
3452
3468
  href: "#main-content"
3453
3469
  };
3454
- function Yi(e, s) {
3455
- return l(), d("a", Xi, " Skip to main content ");
3470
+ function Ki(e, s) {
3471
+ return l(), d("a", Yi, " Skip to main content ");
3456
3472
  }
3457
- const zf = /* @__PURE__ */ _(Ni, [["render", Yi]]), Ki = {
3473
+ const Ef = /* @__PURE__ */ _(Xi, [["render", Ki]]), qi = {
3458
3474
  name: "UluCondText",
3459
3475
  props: {
3460
3476
  /**
@@ -3478,20 +3494,20 @@ function Gi(e, s, t, n, i, o) {
3478
3494
  _: 1
3479
3495
  })) : y("", !0);
3480
3496
  }
3481
- const Ef = /* @__PURE__ */ _(Ki, [["render", Gi]]), qi = {}, Zi = { style: { display: "none" } };
3482
- function Ji(e, s) {
3483
- return l(), d("span", Zi);
3497
+ const jf = /* @__PURE__ */ _(qi, [["render", Gi]]), Zi = {}, Ji = { style: { display: "none" } };
3498
+ function Qi(e, s) {
3499
+ return l(), d("span", Ji);
3484
3500
  }
3485
- const jf = /* @__PURE__ */ _(qi, [["render", Ji]]), Qi = {};
3486
- function er(e, s) {
3501
+ const Ff = /* @__PURE__ */ _(Zi, [["render", Qi]]), er = {};
3502
+ function tr(e, s) {
3487
3503
  const t = S("router-view");
3488
3504
  return l(), b(t);
3489
3505
  }
3490
- const Ff = /* @__PURE__ */ _(Qi, [["render", er]]);
3506
+ const Mf = /* @__PURE__ */ _(er, [["render", tr]]);
3491
3507
  function fe(e = 0, s = 100) {
3492
3508
  return e = Math.ceil(e), s = Math.floor(s), Math.floor(Math.random() * (s - e) + e);
3493
3509
  }
3494
- const tr = {
3510
+ const sr = {
3495
3511
  name: "UluPlaceholderImage",
3496
3512
  props: {
3497
3513
  imageId: String,
@@ -3531,14 +3547,14 @@ const tr = {
3531
3547
  } : { width: s, height: t };
3532
3548
  }
3533
3549
  }
3534
- }, sr = ["src", "alt"];
3535
- function nr(e, s, t, n, i, o) {
3550
+ }, nr = ["src", "alt"];
3551
+ function or(e, s, t, n, i, o) {
3536
3552
  return l(), d("img", {
3537
3553
  src: o.src,
3538
3554
  alt: t.alt
3539
- }, null, 8, sr);
3555
+ }, null, 8, nr);
3540
3556
  }
3541
- const Pf = /* @__PURE__ */ _(tr, [["render", nr]]), or = {
3557
+ const Pf = /* @__PURE__ */ _(sr, [["render", or]]), ir = {
3542
3558
  name: "PlaceholderText",
3543
3559
  props: {
3544
3560
  amount: {
@@ -3551,7 +3567,7 @@ const Pf = /* @__PURE__ */ _(tr, [["render", nr]]), or = {
3551
3567
  }
3552
3568
  }
3553
3569
  };
3554
- function ir(e, s, t, n, i, o) {
3570
+ function rr(e, s, t, n, i, o) {
3555
3571
  return l(!0), d(T, null, C(parseInt(t.amount), (r) => (l(), b(I(t.element), { key: r }, {
3556
3572
  default: v(() => s[0] || (s[0] = [
3557
3573
  w(" 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. ")
@@ -3560,7 +3576,7 @@ function ir(e, s, t, n, i, o) {
3560
3576
  __: [0]
3561
3577
  }, 1024))), 128);
3562
3578
  }
3563
- const Mf = /* @__PURE__ */ _(or, [["render", ir]]), rr = {
3579
+ const Bf = /* @__PURE__ */ _(ir, [["render", rr]]), lr = {
3564
3580
  name: "RouteAnnouncer",
3565
3581
  props: {
3566
3582
  /**
@@ -3605,7 +3621,7 @@ const Mf = /* @__PURE__ */ _(or, [["render", ir]]), rr = {
3605
3621
  }
3606
3622
  }
3607
3623
  };
3608
- function lr(e, s, t, n, i, o) {
3624
+ function ar(e, s, t, n, i, o) {
3609
3625
  return o.title ? (l(), d("p", {
3610
3626
  key: 0,
3611
3627
  tabindex: "-1",
@@ -3613,7 +3629,7 @@ function lr(e, s, t, n, i, o) {
3613
3629
  ref: "el"
3614
3630
  }, p(o.title), 513)) : y("", !0);
3615
3631
  }
3616
- const Bf = /* @__PURE__ */ _(rr, [["render", lr]]), ar = {
3632
+ const Hf = /* @__PURE__ */ _(lr, [["render", ar]]), cr = {
3617
3633
  name: "AnimateNumber",
3618
3634
  props: {
3619
3635
  /**
@@ -3623,7 +3639,7 @@ const Bf = /* @__PURE__ */ _(rr, [["render", lr]]), ar = {
3623
3639
  },
3624
3640
  watch: {
3625
3641
  value() {
3626
- Hs.to(this, {
3642
+ Vs.to(this, {
3627
3643
  tweenValue: this.value,
3628
3644
  onUpdate: () => {
3629
3645
  this.currentValue = Math.ceil(this.tweenValue);
@@ -3638,14 +3654,14 @@ const Bf = /* @__PURE__ */ _(rr, [["render", lr]]), ar = {
3638
3654
  };
3639
3655
  }
3640
3656
  };
3641
- function cr(e, s, t, n, i, o) {
3657
+ function ur(e, s, t, n, i, o) {
3642
3658
  return l(), d("span", null, [
3643
3659
  m(e.$slots, "default", { currentValue: i.currentValue }, () => [
3644
3660
  w(p(i.currentValue), 1)
3645
3661
  ])
3646
3662
  ]);
3647
3663
  }
3648
- const Lf = /* @__PURE__ */ _(ar, [["render", cr]]), ur = {
3664
+ const Lf = /* @__PURE__ */ _(cr, [["render", ur]]), dr = {
3649
3665
  name: "ProgressBar",
3650
3666
  props: {
3651
3667
  small: Boolean,
@@ -3681,14 +3697,14 @@ const Lf = /* @__PURE__ */ _(ar, [["render", cr]]), ur = {
3681
3697
  } : null;
3682
3698
  }
3683
3699
  }
3684
- }, dr = { class: "progress-bar__header" }, fr = {
3700
+ }, fr = { class: "progress-bar__header" }, hr = {
3685
3701
  key: 0,
3686
3702
  class: "progress-bar__icon"
3687
- }, hr = { class: "hidden-visually" }, mr = { class: "progress-bar__track" }, gr = { class: "progress-bar__values" }, _r = { class: "progress-bar__value progress-bar__value--amount" }, yr = {
3703
+ }, mr = { class: "hidden-visually" }, gr = { class: "progress-bar__track" }, _r = { class: "progress-bar__values" }, yr = { class: "progress-bar__value progress-bar__value--amount" }, pr = {
3688
3704
  key: 0,
3689
3705
  class: "progress-bar__value progress-bar__value--deficit color-status is-danger"
3690
- }, pr = { class: "progress-bar__value progress-bar__value--total" };
3691
- function br(e, s, t, n, i, o) {
3706
+ }, br = { class: "progress-bar__value progress-bar__value--total" };
3707
+ function vr(e, s, t, n, i, o) {
3692
3708
  const r = S("StatusIcon");
3693
3709
  return l(), d("div", {
3694
3710
  class: h(["progress-bar", {
@@ -3697,21 +3713,21 @@ function br(e, s, t, n, i, o) {
3697
3713
  "type-small": t.small
3698
3714
  }])
3699
3715
  }, [
3700
- f("div", dr, [
3716
+ f("div", fr, [
3701
3717
  f("strong", {
3702
3718
  class: h(["progress-bar__label", {
3703
3719
  "type-normal": t.small,
3704
3720
  "hidden-visually": t.labelHidden
3705
3721
  }])
3706
3722
  }, p(t.label), 3),
3707
- o.status ? (l(), d("div", fr, [
3723
+ o.status ? (l(), d("div", hr, [
3708
3724
  k(r, {
3709
3725
  type: o.status.type
3710
3726
  }, null, 8, ["type"]),
3711
- f("span", hr, p(o.status.message), 1)
3727
+ f("span", mr, p(o.status.message), 1)
3712
3728
  ])) : y("", !0)
3713
3729
  ]),
3714
- f("div", mr, [
3730
+ f("div", gr, [
3715
3731
  f("div", {
3716
3732
  class: "progress-bar__bar",
3717
3733
  style: U(`width: ${o.percentage}%`)
@@ -3722,25 +3738,25 @@ function br(e, s, t, n, i, o) {
3722
3738
  style: U(`width: ${o.defPercentage}%`)
3723
3739
  }, null, 4)) : y("", !0)
3724
3740
  ]),
3725
- f("div", gr, [
3726
- f("div", _r, [
3741
+ f("div", _r, [
3742
+ f("div", yr, [
3727
3743
  s[0] || (s[0] = f("strong", { class: "hidden-visually" }, "Amount:", -1)),
3728
3744
  w(" " + p(t.amount), 1)
3729
3745
  ]),
3730
- t.deficit > 0 ? (l(), d("div", yr, [
3746
+ t.deficit > 0 ? (l(), d("div", pr, [
3731
3747
  s[1] || (s[1] = f("strong", { class: "hidden-visually" }, "Deficit: ", -1)),
3732
3748
  w(" -" + p(t.deficit), 1)
3733
3749
  ])) : y("", !0),
3734
- f("div", pr, [
3750
+ f("div", br, [
3735
3751
  s[2] || (s[2] = f("strong", { class: "hidden-visually" }, "Total:", -1)),
3736
3752
  w(" " + p(t.total), 1)
3737
3753
  ])
3738
3754
  ])
3739
3755
  ], 2);
3740
3756
  }
3741
- const Hf = /* @__PURE__ */ _(ur, [["render", br]]);
3742
- let vr = 0;
3743
- const wr = {
3757
+ const Vf = /* @__PURE__ */ _(dr, [["render", vr]]);
3758
+ let wr = 0;
3759
+ const Sr = {
3744
3760
  name: "ProgressDonut",
3745
3761
  props: {
3746
3762
  percentage: {
@@ -3761,7 +3777,7 @@ const wr = {
3761
3777
  },
3762
3778
  data() {
3763
3779
  return {
3764
- uid: `progress-donut-${++vr}`
3780
+ uid: `progress-donut-${++wr}`
3765
3781
  };
3766
3782
  },
3767
3783
  watch: {
@@ -3789,17 +3805,17 @@ const wr = {
3789
3805
  mounted() {
3790
3806
  this.animate();
3791
3807
  }
3792
- }, Sr = { class: "progress-donut__chart" }, kr = {
3808
+ }, kr = { class: "progress-donut__chart" }, Cr = {
3793
3809
  class: "progress-donut__chart-svg",
3794
3810
  viewBox: "0 0 32 32"
3795
- }, Cr = ["r"], Tr = {
3811
+ }, Tr = ["r"], Ar = {
3796
3812
  key: 0,
3797
3813
  class: "progress-donut__chart-value"
3798
- }, Ar = {
3814
+ }, $r = {
3799
3815
  key: 0,
3800
3816
  class: "progress-donut__value type-small-x"
3801
3817
  };
3802
- function $r(e, s, t, n, i, o) {
3818
+ function Or(e, s, t, n, i, o) {
3803
3819
  return l(), d("div", {
3804
3820
  class: h(["progress-donut", {
3805
3821
  "progress-donut--small": t.small,
@@ -3810,8 +3826,8 @@ function $r(e, s, t, n, i, o) {
3810
3826
  }])
3811
3827
  }, [
3812
3828
  s[0] || (s[0] = f("strong", { class: "hidden-visually" }, "Course Progress", -1)),
3813
- f("div", Sr, [
3814
- (l(), d("svg", kr, [
3829
+ f("div", kr, [
3830
+ (l(), d("svg", Cr, [
3815
3831
  f("circle", {
3816
3832
  class: "progress-donut__chart-pie",
3817
3833
  ref: "pie",
@@ -3825,14 +3841,14 @@ function $r(e, s, t, n, i, o) {
3825
3841
  r: t.small ? 7 : 11,
3826
3842
  cx: "16",
3827
3843
  cy: "16"
3828
- }, null, 8, Cr)
3844
+ }, null, 8, Tr)
3829
3845
  ])),
3830
- t.small ? y("", !0) : (l(), d("strong", Tr, p(t.percentage) + "% ", 1))
3846
+ t.small ? y("", !0) : (l(), d("strong", Ar, p(t.percentage) + "% ", 1))
3831
3847
  ]),
3832
- t.small ? (l(), d("strong", Ar, p(t.percentage) + "% ", 1)) : y("", !0)
3848
+ t.small ? (l(), d("strong", $r, p(t.percentage) + "% ", 1)) : y("", !0)
3833
3849
  ], 2);
3834
3850
  }
3835
- const Vf = /* @__PURE__ */ _(wr, [["render", $r]]), Or = {
3851
+ const Df = /* @__PURE__ */ _(Sr, [["render", Or]]), Rr = {
3836
3852
  name: "UluFacetsList",
3837
3853
  props: {
3838
3854
  groupUid: String,
@@ -3844,31 +3860,31 @@ const Vf = /* @__PURE__ */ _(wr, [["render", $r]]), Or = {
3844
3860
  return `facet-${this.groupUid}-${e.uid}`;
3845
3861
  }
3846
3862
  }
3847
- }, xr = { class: "UluFacets__facet-list" }, Rr = ["id", "onUpdate:modelValue"], Ur = ["for"];
3848
- function Ir(e, s, t, n, i, o) {
3863
+ }, xr = { class: "UluFacets__facet-list" }, Ur = ["id", "onUpdate:modelValue"], Ir = ["for"];
3864
+ function zr(e, s, t, n, i, o) {
3849
3865
  return l(), d("ul", xr, [
3850
3866
  (l(!0), d(T, null, C(t.children, (r) => (l(), d("li", {
3851
3867
  class: h(["UluFacets__facet", t.classFacet]),
3852
3868
  key: r.uid
3853
3869
  }, [
3854
- W(f("input", {
3870
+ N(f("input", {
3855
3871
  class: "UluFacets__facet-checkbox",
3856
3872
  id: o.facetCheckboxId(r),
3857
3873
  type: "checkbox",
3858
3874
  "onUpdate:modelValue": (a) => r.selected = a
3859
- }, null, 8, Rr), [
3860
- [Ht, r.selected]
3875
+ }, null, 8, Ur), [
3876
+ [Dt, r.selected]
3861
3877
  ]),
3862
3878
  f("label", {
3863
3879
  class: "UluFacets__facet-label",
3864
3880
  for: o.facetCheckboxId(r)
3865
- }, p(r.label), 9, Ur)
3881
+ }, p(r.label), 9, Ir)
3866
3882
  ], 2))), 128))
3867
3883
  ]);
3868
3884
  }
3869
- const zr = /* @__PURE__ */ _(Or, [["render", Ir]]);
3870
- let Er = 0;
3871
- const jr = {
3885
+ const Er = /* @__PURE__ */ _(Rr, [["render", zr]]);
3886
+ let jr = 0;
3887
+ const Fr = {
3872
3888
  name: "UluFacetsSearch",
3873
3889
  props: {
3874
3890
  classes: Object,
@@ -3880,7 +3896,7 @@ const jr = {
3880
3896
  },
3881
3897
  data() {
3882
3898
  return {
3883
- id: `facet-view-keyword-${++Er}`
3899
+ id: `facet-view-keyword-${++jr}`
3884
3900
  };
3885
3901
  },
3886
3902
  computed: {
@@ -3897,39 +3913,39 @@ const jr = {
3897
3913
  clear() {
3898
3914
  }
3899
3915
  }
3900
- }, Fr = { class: "UluFacets__keyword-search" }, Pr = ["for"], Mr = ["id", "placeholder"];
3901
- function Br(e, s, t, n, i, o) {
3902
- return l(), d("div", Fr, [
3916
+ }, Mr = { class: "UluFacets__keyword-search" }, Pr = ["for"], Br = ["id", "placeholder"];
3917
+ function Hr(e, s, t, n, i, o) {
3918
+ return l(), d("div", Mr, [
3903
3919
  f("label", {
3904
3920
  class: h(t.classes.searchLabel),
3905
3921
  for: i.id
3906
3922
  }, s[1] || (s[1] = [
3907
3923
  f("strong", null, "Search", -1)
3908
3924
  ]), 10, Pr),
3909
- W(f("input", {
3925
+ N(f("input", {
3910
3926
  id: i.id,
3911
3927
  class: h(t.classes.searchInput),
3912
3928
  "onUpdate:modelValue": s[0] || (s[0] = (r) => o.localValue = r),
3913
3929
  type: "text",
3914
3930
  placeholder: t.placeholder
3915
- }, null, 10, Mr), [
3916
- [Us, o.localValue]
3931
+ }, null, 10, Br), [
3932
+ [Is, o.localValue]
3917
3933
  ])
3918
3934
  ]);
3919
3935
  }
3920
- const Lr = /* @__PURE__ */ _(jr, [["render", Br]]);
3921
- let ft = 0;
3922
- const ht = (e) => {
3936
+ const Lr = /* @__PURE__ */ _(Fr, [["render", Hr]]);
3937
+ let ht = 0;
3938
+ const mt = (e) => {
3923
3939
  const s = (t) => t.title || t.label || "";
3924
3940
  return e.sort((t, n) => s(t).localeCompare(s(n)));
3925
- }, Hr = {
3926
- az: { text: "A-Z", sort: ht },
3927
- za: { text: "Z-A", sort: (e) => ht(e).reverse() }
3928
3941
  }, Vr = {
3942
+ az: { text: "A-Z", sort: mt },
3943
+ za: { text: "Z-A", sort: (e) => mt(e).reverse() }
3944
+ }, Dr = {
3929
3945
  name: "UluFacets",
3930
3946
  components: {
3931
- UluCollapsibleRegion: Nn,
3932
- UluFacetsList: zr,
3947
+ UluCollapsibleRegion: Xn,
3948
+ UluFacetsList: Er,
3933
3949
  UluFacetsSearch: Lr
3934
3950
  },
3935
3951
  props: {
@@ -4024,11 +4040,11 @@ const ht = (e) => {
4024
4040
  extraSortTypes: i
4025
4041
  } = this;
4026
4042
  return {
4027
- filterId: `ulu-facet-filters-${++ft}`,
4028
- sortId: `ulu-facet-sort-${++ft}`,
4043
+ filterId: `ulu-facet-filters-${++ht}`,
4044
+ sortId: `ulu-facet-sort-${++ht}`,
4029
4045
  selectedSort: n,
4030
4046
  sortTypes: {
4031
- ...t ? {} : Hr,
4047
+ ...t ? {} : Vr,
4032
4048
  ...i
4033
4049
  },
4034
4050
  facets: this.createFacets(),
@@ -4094,19 +4110,19 @@ const ht = (e) => {
4094
4110
  */
4095
4111
  search(e) {
4096
4112
  const { searchValue: s, searchOptions: t } = this;
4097
- return s?.length ? new Vs(e, t).search(s).map((o) => o.item) : e;
4113
+ return s?.length ? new Ds(e, t).search(s).map((o) => o.item) : e;
4098
4114
  },
4099
4115
  toggleFilterVisibility() {
4100
4116
  this.filtersHidden = !this.filtersHidden;
4101
4117
  }
4102
4118
  }
4103
- }, Dr = { class: "UluFacets" }, Wr = ["aria-controls", "aria-expanded"], Nr = ["for"], Xr = ["id"], Yr = ["value"], Kr = { class: "UluFacets__body" }, Gr = ["id"], qr = {
4119
+ }, Nr = { class: "UluFacets" }, Wr = ["aria-controls", "aria-expanded"], Xr = ["for"], Yr = ["id"], Kr = ["value"], qr = { class: "UluFacets__body" }, Gr = ["id"], Zr = {
4104
4120
  key: 1,
4105
4121
  class: "UluFacets__empty"
4106
4122
  };
4107
- function Zr(e, s, t, n, i, o) {
4123
+ function Jr(e, s, t, n, i, o) {
4108
4124
  const r = S("UluFacetsSearch"), a = S("UluFacetsList"), c = S("UluCollapsibleRegion");
4109
- return l(), d("div", Dr, [
4125
+ return l(), d("div", Nr, [
4110
4126
  f("div", {
4111
4127
  class: h(["UluFacets__header", t.classes.header])
4112
4128
  }, [
@@ -4143,8 +4159,8 @@ function Zr(e, s, t, n, i, o) {
4143
4159
  f("label", {
4144
4160
  for: i.sortId,
4145
4161
  class: h(t.classes.sortFormLabel)
4146
- }, "Sort:", 10, Nr),
4147
- W(f("select", {
4162
+ }, "Sort:", 10, Xr),
4163
+ N(f("select", {
4148
4164
  "onUpdate:modelValue": s[2] || (s[2] = (u) => i.selectedSort = u),
4149
4165
  id: i.sortId,
4150
4166
  class: h(t.classes.sortFormSelect)
@@ -4152,20 +4168,20 @@ function Zr(e, s, t, n, i, o) {
4152
4168
  (l(!0), d(T, null, C(i.sortTypes, (u, g) => (l(), d("option", {
4153
4169
  value: g,
4154
4170
  key: g
4155
- }, p(u.text), 9, Yr))), 128))
4156
- ], 10, Xr), [
4157
- [Is, i.selectedSort]
4171
+ }, p(u.text), 9, Kr))), 128))
4172
+ ], 10, Yr), [
4173
+ [zs, i.selectedSort]
4158
4174
  ])
4159
4175
  ], 2)
4160
4176
  ], 2)
4161
4177
  ], 2),
4162
- f("div", Kr, [
4178
+ f("div", qr, [
4163
4179
  k(nt, {
4164
4180
  name: "UluFacetsFade",
4165
4181
  mode: "out-in"
4166
4182
  }, {
4167
4183
  default: v(() => [
4168
- W(f("div", {
4184
+ N(f("div", {
4169
4185
  class: h(["UluFacets__filters", { "UluFacets__filters--hidden": i.filtersHidden }]),
4170
4186
  id: i.filterId
4171
4187
  }, [
@@ -4224,7 +4240,7 @@ function Zr(e, s, t, n, i, o) {
4224
4240
  _: 2
4225
4241
  }, 1032, ["class", "classToggle", "classContent", "group", "startOpen"]))), 128))
4226
4242
  ], 10, Gr), [
4227
- [We, !i.filtersHidden]
4243
+ [Ne, !i.filtersHidden]
4228
4244
  ])
4229
4245
  ]),
4230
4246
  _: 3
@@ -4247,7 +4263,7 @@ function Zr(e, s, t, n, i, o) {
4247
4263
  index: g
4248
4264
  })
4249
4265
  ], 2))), 128))
4250
- ], 2)) : (l(), d("div", qr, [
4266
+ ], 2)) : (l(), d("div", Zr, [
4251
4267
  m(e.$slots, "empty", {}, () => [
4252
4268
  s[5] || (s[5] = w(" No Results Found "))
4253
4269
  ])
@@ -4258,7 +4274,7 @@ function Zr(e, s, t, n, i, o) {
4258
4274
  ])
4259
4275
  ]);
4260
4276
  }
4261
- const Df = /* @__PURE__ */ _(Vr, [["render", Zr]]), Jt = Symbol(), Qt = Symbol(), Ae = Symbol(), Jr = {
4277
+ const Nf = /* @__PURE__ */ _(Dr, [["render", Jr]]), es = Symbol(), ts = Symbol(), Ae = Symbol(), Qr = {
4262
4278
  name: "ScrollAnchors",
4263
4279
  props: {
4264
4280
  firstItemActive: Boolean,
@@ -4290,8 +4306,8 @@ const Df = /* @__PURE__ */ _(Vr, [["render", Zr]]), Jt = Symbol(), Qt = Symbol()
4290
4306
  */
4291
4307
  provide() {
4292
4308
  return {
4293
- [Ae]: R(() => this.sections),
4294
- [Jt]: (e) => {
4309
+ [Ae]: x(() => this.sections),
4310
+ [es]: (e) => {
4295
4311
  const { titleId: s, title: t } = e, { element: n } = e.$refs;
4296
4312
  this.sections.push({
4297
4313
  instance: e,
@@ -4301,7 +4317,7 @@ const Df = /* @__PURE__ */ _(Vr, [["render", Zr]]), Jt = Symbol(), Qt = Symbol()
4301
4317
  active: !1
4302
4318
  }), this.update();
4303
4319
  },
4304
- [Qt]: (e) => {
4320
+ [ts]: (e) => {
4305
4321
  const s = this.sections, t = s.findIndex((n) => n.instance === e);
4306
4322
  t > -1 && s.splice(t, 1), this.update();
4307
4323
  }
@@ -4362,13 +4378,13 @@ const Df = /* @__PURE__ */ _(Vr, [["render", Zr]]), Jt = Symbol(), Qt = Symbol()
4362
4378
  unmounted() {
4363
4379
  this.destroyObserver();
4364
4380
  }
4365
- }, Qr = { class: "scroll-anchors" };
4366
- function el(e, s, t, n, i, o) {
4367
- return l(), d("div", Qr, [
4381
+ }, el = { class: "scroll-anchors" };
4382
+ function tl(e, s, t, n, i, o) {
4383
+ return l(), d("div", el, [
4368
4384
  m(e.$slots, "default")
4369
4385
  ]);
4370
4386
  }
4371
- const Wf = /* @__PURE__ */ _(Jr, [["render", el]]), tl = {
4387
+ const Wf = /* @__PURE__ */ _(Qr, [["render", tl]]), sl = {
4372
4388
  name: "ScrollAnchorsNav",
4373
4389
  inject: {
4374
4390
  sections: { from: Ae }
@@ -4379,8 +4395,8 @@ const Wf = /* @__PURE__ */ _(Jr, [["render", el]]), tl = {
4379
4395
  default: "nav"
4380
4396
  }
4381
4397
  }
4382
- }, sl = ["href"];
4383
- function nl(e, s, t, n, i, o) {
4398
+ }, nl = ["href"];
4399
+ function ol(e, s, t, n, i, o) {
4384
4400
  return o.sections.length ? (l(), b(I(t.element), {
4385
4401
  key: 0,
4386
4402
  class: "scroll-anchors__nav"
@@ -4394,21 +4410,21 @@ function nl(e, s, t, n, i, o) {
4394
4410
  f("a", {
4395
4411
  class: h({ "is-active": r.active }),
4396
4412
  href: `#${r.titleId}`
4397
- }, p(r.title), 11, sl)
4413
+ }, p(r.title), 11, nl)
4398
4414
  ], 2))), 128))
4399
4415
  ])
4400
4416
  ]),
4401
4417
  _: 1
4402
4418
  })) : y("", !0);
4403
4419
  }
4404
- const Nf = /* @__PURE__ */ _(tl, [["render", nl]]);
4405
- function es(e) {
4420
+ const Xf = /* @__PURE__ */ _(sl, [["render", ol]]);
4421
+ function ss(e) {
4406
4422
  requestAnimationFrame(() => {
4407
4423
  const s = new MessageChannel();
4408
4424
  s.port1.onmessage = e, s.port2.postMessage(void 0);
4409
4425
  });
4410
4426
  }
4411
- const ol = {
4427
+ const il = {
4412
4428
  name: "ScrollAnchorsNavAnimated",
4413
4429
  inject: {
4414
4430
  sections: { from: Ae }
@@ -4446,7 +4462,7 @@ const ol = {
4446
4462
  },
4447
4463
  watch: {
4448
4464
  indicatorStyles(e) {
4449
- e && !this.indicatorAnimReady && es(() => {
4465
+ e && !this.indicatorAnimReady && ss(() => {
4450
4466
  this.indicatorAnimReady = !0;
4451
4467
  });
4452
4468
  }
@@ -4456,14 +4472,14 @@ const ol = {
4456
4472
  this.linkRefs[e] = s;
4457
4473
  }
4458
4474
  }
4459
- }, il = { class: "scroll-anchors__rail" }, rl = ["href"];
4460
- function ll(e, s, t, n, i, o) {
4475
+ }, rl = { class: "scroll-anchors__rail" }, ll = ["href"];
4476
+ function al(e, s, t, n, i, o) {
4461
4477
  return o.sections.length ? (l(), b(I(t.element), {
4462
4478
  key: 0,
4463
4479
  class: "scroll-anchors__nav scroll-anchors__nav--animated"
4464
4480
  }, {
4465
4481
  default: v(() => [
4466
- f("ul", il, [
4482
+ f("ul", rl, [
4467
4483
  (l(!0), d(T, null, C(o.sections, (r, a) => (l(), d("li", {
4468
4484
  key: a,
4469
4485
  class: h({ "is-active": r.active })
@@ -4473,7 +4489,7 @@ function ll(e, s, t, n, i, o) {
4473
4489
  ref_for: !0,
4474
4490
  ref: (c) => o.addLinkRef(a, c),
4475
4491
  href: `#${r.titleId}`
4476
- }, p(r.title), 11, rl)
4492
+ }, p(r.title), 11, ll)
4477
4493
  ], 2))), 128))
4478
4494
  ]),
4479
4495
  f("div", {
@@ -4491,7 +4507,7 @@ function ll(e, s, t, n, i, o) {
4491
4507
  _: 1
4492
4508
  })) : y("", !0);
4493
4509
  }
4494
- const Xf = /* @__PURE__ */ _(ol, [["render", ll]]), al = {
4510
+ const Yf = /* @__PURE__ */ _(il, [["render", al]]), cl = {
4495
4511
  name: "ScrollAnchorsSection",
4496
4512
  props: {
4497
4513
  title: String,
@@ -4514,14 +4530,14 @@ const Xf = /* @__PURE__ */ _(ol, [["render", ll]]), al = {
4514
4530
  }
4515
4531
  },
4516
4532
  inject: {
4517
- register: { from: Jt },
4518
- unregister: { from: Qt },
4519
- sections: { from: Ae, default: () => R(() => []) }
4533
+ register: { from: es },
4534
+ unregister: { from: ts },
4535
+ sections: { from: Ae, default: () => x(() => []) }
4520
4536
  },
4521
4537
  data() {
4522
4538
  const { anchorId: e, title: s } = this;
4523
4539
  return {
4524
- titleId: e || `sas-title-${zi(s)}`
4540
+ titleId: e || `sas-title-${Ei(s)}`
4525
4541
  };
4526
4542
  },
4527
4543
  computed: {
@@ -4536,7 +4552,7 @@ const Xf = /* @__PURE__ */ _(ol, [["render", ll]]), al = {
4536
4552
  this.unregister && this.unregister(this);
4537
4553
  }
4538
4554
  };
4539
- function cl(e, s, t, n, i, o) {
4555
+ function ul(e, s, t, n, i, o) {
4540
4556
  return l(), d("div", {
4541
4557
  class: h([t.wrapperClass, { [t.activeClass]: t.activeClass && o.section?.active }]),
4542
4558
  ref: "element"
@@ -4553,28 +4569,28 @@ function cl(e, s, t, n, i, o) {
4553
4569
  m(e.$slots, "default", { section: o.section })
4554
4570
  ], 2);
4555
4571
  }
4556
- const Yf = /* @__PURE__ */ _(al, [["render", cl]]), ul = {
4572
+ const Kf = /* @__PURE__ */ _(cl, [["render", ul]]), dl = {
4557
4573
  name: "ShowSkeleton",
4558
4574
  props: {
4559
4575
  when: Boolean
4560
4576
  }
4561
4577
  };
4562
- function dl(e, s, t, n, i, o) {
4578
+ function fl(e, s, t, n, i, o) {
4563
4579
  const r = S("SkeletonTextInline");
4564
4580
  return t.when ? (l(), b(r, {
4565
4581
  key: 1,
4566
4582
  class: "skeleton"
4567
4583
  })) : m(e.$slots, "default", { key: 0 });
4568
4584
  }
4569
- const Kf = /* @__PURE__ */ _(ul, [["render", dl]]);
4570
- function fl(e, s) {
4585
+ const qf = /* @__PURE__ */ _(dl, [["render", fl]]);
4586
+ function hl(e, s) {
4571
4587
  return [...Array(e)].map((t, n) => s(n));
4572
4588
  }
4573
4589
  function Gf(e, s) {
4574
4590
  var t = e.indexOf(s);
4575
4591
  t > -1 && e.splice(t, 1);
4576
4592
  }
4577
- const hl = {
4593
+ const ml = {
4578
4594
  name: "SkeletonContent",
4579
4595
  props: {
4580
4596
  lines: {
@@ -4591,7 +4607,7 @@ const hl = {
4591
4607
  * - Uses random number of segments and makes sure to fill the line between 70% - 100%
4592
4608
  */
4593
4609
  linesWithSegments() {
4594
- return fl(this.lines, () => {
4610
+ return hl(this.lines, () => {
4595
4611
  const s = fe(70, 100);
4596
4612
  let t = 0;
4597
4613
  const n = () => {
@@ -4607,9 +4623,9 @@ const hl = {
4607
4623
  });
4608
4624
  }
4609
4625
  }
4610
- }, ml = { class: "skeleton" };
4611
- function gl(e, s, t, n, i, o) {
4612
- return l(), d("div", ml, [
4626
+ }, gl = { class: "skeleton" };
4627
+ function _l(e, s, t, n, i, o) {
4628
+ return l(), d("div", gl, [
4613
4629
  (l(!0), d(T, null, C(o.linesWithSegments, (r, a) => (l(), d("div", { key: a }, [
4614
4630
  (l(!0), d(T, null, C(r, (c) => (l(), d("span", {
4615
4631
  key: c,
@@ -4619,25 +4635,25 @@ function gl(e, s, t, n, i, o) {
4619
4635
  ]))), 128))
4620
4636
  ]);
4621
4637
  }
4622
- const qf = /* @__PURE__ */ _(hl, [["render", gl]]), _l = {
4638
+ const Zf = /* @__PURE__ */ _(ml, [["render", _l]]), yl = {
4623
4639
  name: "SkeletonMedia"
4624
- }, yl = { class: "skeleton__block skeleton__block--media layout-flex-center-all" };
4625
- function pl(e, s, t, n, i, o) {
4640
+ }, pl = { class: "skeleton__block skeleton__block--media layout-flex-center-all" };
4641
+ function bl(e, s, t, n, i, o) {
4626
4642
  const r = S("FaIcon");
4627
- return l(), d("div", yl, [
4643
+ return l(), d("div", pl, [
4628
4644
  k(r, {
4629
4645
  style: { "font-size": "2rem" },
4630
4646
  icon: "image"
4631
4647
  })
4632
4648
  ]);
4633
4649
  }
4634
- const Zf = /* @__PURE__ */ _(_l, [["render", pl]]), bl = {
4650
+ const Jf = /* @__PURE__ */ _(yl, [["render", bl]]), vl = {
4635
4651
  name: "SkeletonTextInline"
4636
- }, vl = { class: "skeleton__text skeleton__text--inline" };
4637
- function wl(e, s, t, n, i, o) {
4638
- return l(), d("span", vl);
4652
+ }, wl = { class: "skeleton__text skeleton__text--inline" };
4653
+ function Sl(e, s, t, n, i, o) {
4654
+ return l(), d("span", wl);
4639
4655
  }
4640
- const Jf = /* @__PURE__ */ _(bl, [["render", wl]]), Sl = {
4656
+ const Qf = /* @__PURE__ */ _(vl, [["render", Sl]]), kl = {
4641
4657
  name: "SlideShow",
4642
4658
  props: {
4643
4659
  /**
@@ -4828,26 +4844,26 @@ const Jf = /* @__PURE__ */ _(bl, [["render", wl]]), Sl = {
4828
4844
  beforeUnmount() {
4829
4845
  this.destroyObserver();
4830
4846
  }
4831
- }, kl = { class: "slideshow" }, Cl = {
4847
+ }, Cl = { class: "slideshow" }, Tl = {
4832
4848
  class: "slideshow__control-context",
4833
4849
  ref: "context"
4834
- }, Tl = {
4850
+ }, Al = {
4835
4851
  class: "slideshow__track-crop",
4836
4852
  ref: "crop"
4837
- }, Al = {
4853
+ }, $l = {
4838
4854
  class: "slideshow__track",
4839
4855
  ref: "track"
4840
- }, $l = ["tabindex"], Ol = { class: "slideshow__controls" }, xl = { class: "slideshow__controls-item slideshow__controls-item--previous" }, Rl = ["disabled"], Ul = { class: "slideshow__controls-item slideshow__controls-item--next" }, Il = ["disabled"], zl = {
4856
+ }, Ol = ["tabindex"], Rl = { class: "slideshow__controls" }, xl = { class: "slideshow__controls-item slideshow__controls-item--previous" }, Ul = ["disabled"], Il = { class: "slideshow__controls-item slideshow__controls-item--next" }, zl = ["disabled"], El = {
4841
4857
  key: 0,
4842
4858
  class: "slideshow__nav",
4843
4859
  ref: "nav"
4844
- }, El = ["onClick"], jl = { class: "hidden-visually" };
4845
- function Fl(e, s, t, n, i, o) {
4860
+ }, jl = ["onClick"], Fl = { class: "hidden-visually" };
4861
+ function Ml(e, s, t, n, i, o) {
4846
4862
  const r = S("FaIcon");
4847
- return l(), d("div", kl, [
4848
- f("div", Cl, [
4849
- f("div", Tl, [
4850
- f("ul", Al, [
4863
+ return l(), d("div", Cl, [
4864
+ f("div", Tl, [
4865
+ f("div", Al, [
4866
+ f("ul", $l, [
4851
4867
  (l(!0), d(T, null, C(i.slides, (a, c) => (l(), d("li", {
4852
4868
  class: h(["slideshow__slide", { "is-active": a.active }]),
4853
4869
  key: c,
@@ -4861,10 +4877,10 @@ function Fl(e, s, t, n, i, o) {
4861
4877
  item: a.item,
4862
4878
  index: c
4863
4879
  })
4864
- ], 10, $l))), 128))
4880
+ ], 10, Ol))), 128))
4865
4881
  ], 512)
4866
4882
  ], 512),
4867
- f("ul", Ol, [
4883
+ f("ul", Rl, [
4868
4884
  f("li", xl, [
4869
4885
  f("button", {
4870
4886
  class: "slideshow__control-button slideshow__control-button--previous",
@@ -4876,9 +4892,9 @@ function Fl(e, s, t, n, i, o) {
4876
4892
  class: "slideshow__control-icon",
4877
4893
  icon: "fas fa-chevron-left"
4878
4894
  })
4879
- ], 8, Rl)
4895
+ ], 8, Ul)
4880
4896
  ]),
4881
- f("li", Ul, [
4897
+ f("li", Il, [
4882
4898
  f("button", {
4883
4899
  class: "slideshow__control-button slideshow__control-button--next",
4884
4900
  "aria-label": "Scroll Left",
@@ -4889,11 +4905,11 @@ function Fl(e, s, t, n, i, o) {
4889
4905
  class: "slideshow__control-icon",
4890
4906
  icon: "fas fa-chevron-right"
4891
4907
  })
4892
- ], 8, Il)
4908
+ ], 8, zl)
4893
4909
  ])
4894
4910
  ])
4895
4911
  ], 512),
4896
- t.noNav ? y("", !0) : (l(), d("ul", zl, [
4912
+ t.noNav ? y("", !0) : (l(), d("ul", El, [
4897
4913
  (l(!0), d(T, null, C(i.slides, (a, c) => (l(), d("li", {
4898
4914
  class: h(["slideshow__nav-item", { "is-active": a.active }]),
4899
4915
  ref_for: !0,
@@ -4911,14 +4927,14 @@ function Fl(e, s, t, n, i, o) {
4911
4927
  index: c,
4912
4928
  active: a.active
4913
4929
  }, () => [
4914
- f("span", jl, "Item " + p(c + 1), 1)
4930
+ f("span", Fl, "Item " + p(c + 1), 1)
4915
4931
  ])
4916
- ], 10, El)
4932
+ ], 10, jl)
4917
4933
  ], 2))), 128))
4918
4934
  ], 512))
4919
4935
  ]);
4920
4936
  }
4921
- const Pl = /* @__PURE__ */ _(Sl, [["render", Fl]]), Ml = {
4937
+ const Pl = /* @__PURE__ */ _(kl, [["render", Ml]]), Bl = {
4922
4938
  name: "ImageSlideShow",
4923
4939
  components: {
4924
4940
  UluSlideShow: Pl
@@ -4947,8 +4963,8 @@ const Pl = /* @__PURE__ */ _(Sl, [["render", Fl]]), Ml = {
4947
4963
  console.log("left/right", o, c), t && n && (u > c ? g = o + (u - c) : r < o && (g = r), g !== null && s.scrollTo({ left: g, top: 0, behavior: "smooth" }));
4948
4964
  }
4949
4965
  }
4950
- }, Bl = ["src", "alt"], Ll = { class: "slideshow__image-actions" }, Hl = ["src", "alt"];
4951
- function Vl(e, s, t, n, i, o) {
4966
+ }, Hl = ["src", "alt"], Ll = { class: "slideshow__image-actions" }, Vl = ["src", "alt"];
4967
+ function Dl(e, s, t, n, i, o) {
4952
4968
  const r = S("AppButton"), a = S("UluSlideShow");
4953
4969
  return l(), b(a, {
4954
4970
  class: "slideshow--images",
@@ -4959,7 +4975,7 @@ function Vl(e, s, t, n, i, o) {
4959
4975
  f("img", {
4960
4976
  src: c.src,
4961
4977
  alt: c.alt
4962
- }, null, 8, Bl),
4978
+ }, null, 8, Hl),
4963
4979
  f("div", Ll, [
4964
4980
  t.selectButton ? (l(), b(r, {
4965
4981
  key: 0,
@@ -4980,12 +4996,12 @@ function Vl(e, s, t, n, i, o) {
4980
4996
  f("img", {
4981
4997
  src: t.images[c].src,
4982
4998
  alt: `View image ${c}`
4983
- }, null, 8, Hl)
4999
+ }, null, 8, Vl)
4984
5000
  ]),
4985
5001
  _: 1
4986
5002
  }, 8, ["items", "onSlideChange"]);
4987
5003
  }
4988
- const Qf = /* @__PURE__ */ _(Ml, [["render", Vl]]), Dl = {
5004
+ const eh = /* @__PURE__ */ _(Bl, [["render", Dl]]), Nl = {
4989
5005
  name: "SlideShowSlide",
4990
5006
  props: {
4991
5007
  /**
@@ -5005,7 +5021,7 @@ function Wl(e, s, t, n, i, o) {
5005
5021
  m(e.$slots, "default")
5006
5022
  ], 2);
5007
5023
  }
5008
- const eh = /* @__PURE__ */ _(Dl, [["render", Wl]]), Nl = {
5024
+ const th = /* @__PURE__ */ _(Nl, [["render", Wl]]), Xl = {
5009
5025
  name: "UluTableStickyRows",
5010
5026
  props: {
5011
5027
  rows: Array,
@@ -5022,8 +5038,8 @@ const eh = /* @__PURE__ */ _(Dl, [["render", Wl]]), Nl = {
5022
5038
  default: !1
5023
5039
  }
5024
5040
  }
5025
- }, Xl = ["id"], Yl = ["innerHTML"];
5026
- function Kl(e, s, t, n, i, o) {
5041
+ }, Yl = ["id"], Kl = ["innerHTML"];
5042
+ function ql(e, s, t, n, i, o) {
5027
5043
  return l(!0), d(T, null, C(t.rows, (r, a) => (l(), d("tr", {
5028
5044
  key: `br-${a}`,
5029
5045
  id: t.optionalAttr(t.isActual && r.id),
@@ -5054,15 +5070,15 @@ function Kl(e, s, t, n, i, o) {
5054
5070
  }) : c.html ? (l(), d("div", {
5055
5071
  key: 1,
5056
5072
  innerHTML: t.value({ row: r, column: c, rowIndex: a, isActual: t.isActual, foot: t.foot })
5057
- }, null, 8, Yl)) : (l(), d(T, { key: 2 }, [
5073
+ }, null, 8, Kl)) : (l(), d(T, { key: 2 }, [
5058
5074
  w(p(t.value({ row: r, column: c, rowIndex: a, isActual: t.isActual, foot: t.foot })), 1)
5059
5075
  ], 64))
5060
5076
  ]),
5061
5077
  _: 2
5062
5078
  }, 1032, ["id", "scope", "headers", "class", "style"]))), 128))
5063
- ], 14, Xl))), 128);
5079
+ ], 14, Yl))), 128);
5064
5080
  }
5065
- const Gl = /* @__PURE__ */ _(Nl, [["render", Kl]]), ql = {
5081
+ const Gl = /* @__PURE__ */ _(Xl, [["render", ql]]), Zl = {
5066
5082
  name: "UluTableStickyTable",
5067
5083
  components: {
5068
5084
  UluTableStickyRows: Gl
@@ -5145,20 +5161,20 @@ const Gl = /* @__PURE__ */ _(Nl, [["render", Kl]]), ql = {
5145
5161
  return s.join(" ");
5146
5162
  }
5147
5163
  }
5148
- }, Zl = ["aria-hidden"], Jl = {
5164
+ }, Jl = ["aria-hidden"], Ql = {
5149
5165
  key: 0,
5150
5166
  class: "table-sticky__caption"
5151
- }, Ql = ["id"], ea = ["id", "rowspan", "colspan", "data-child-columns", "aria-sort", "scope", "headers"], ta = ["innerHTML"], sa = {
5167
+ }, ea = ["id"], ta = ["id", "rowspan", "colspan", "data-child-columns", "aria-sort", "scope", "headers"], sa = ["innerHTML"], na = {
5152
5168
  class: "table-sticky__sort-icon",
5153
5169
  "aria-hidden": "true"
5154
- }, na = { class: "table-sticky__sort-icon-inner" }, oa = ["innerHTML"], ia = { key: 1 }, ra = { key: 2 };
5155
- function la(e, s, t, n, i, o) {
5170
+ }, oa = { class: "table-sticky__sort-icon-inner" }, ia = ["innerHTML"], ra = { key: 1 }, la = { key: 2 };
5171
+ function aa(e, s, t, n, i, o) {
5156
5172
  const r = S("UluTableStickyRows");
5157
5173
  return l(), d("table", {
5158
5174
  class: h(t.resolveClasses(t.classes.table, { isActual: t.isActual })),
5159
5175
  "aria-hidden": t.isActual ? "false" : "true"
5160
5176
  }, [
5161
- t.caption ? (l(), d("caption", Jl, p(t.caption), 1)) : y("", !0),
5177
+ t.caption ? (l(), d("caption", Ql, p(t.caption), 1)) : y("", !0),
5162
5178
  f("thead", null, [
5163
5179
  (l(!0), d(T, null, C(t.headerRows, (a, c) => (l(), d("tr", {
5164
5180
  key: `hr-${c}`,
@@ -5210,11 +5226,11 @@ function la(e, s, t, n, i, o) {
5210
5226
  }) : u.htmlTitle ? (l(), d("div", {
5211
5227
  key: 1,
5212
5228
  innerHTML: t.getColumnTitle({ column: u, index: g, isActual: t.isActual })
5213
- }, null, 8, ta)) : (l(), d(T, { key: 2 }, [
5229
+ }, null, 8, sa)) : (l(), d(T, { key: 2 }, [
5214
5230
  w(p(t.getColumnTitle({ column: u, index: g, isActual: t.isActual })), 1)
5215
5231
  ], 64)),
5216
- f("span", sa, [
5217
- f("span", na, [
5232
+ f("span", na, [
5233
+ f("span", oa, [
5218
5234
  m(e.$slots, "sortIcon", {}, () => [
5219
5235
  s[0] || (s[0] = w("▼"))
5220
5236
  ])
@@ -5231,14 +5247,14 @@ function la(e, s, t, n, i, o) {
5231
5247
  }) : u.htmlTitle ? (l(), d("div", {
5232
5248
  key: 1,
5233
5249
  innerHTML: t.getColumnTitle({ column: u, index: g, isActual: t.isActual })
5234
- }, null, 8, oa)) : (l(), d(T, { key: 2 }, [
5250
+ }, null, 8, ia)) : (l(), d(T, { key: 2 }, [
5235
5251
  w(p(t.getColumnTitle({ column: u, index: g, isActual: t.isActual })), 1)
5236
5252
  ], 64))
5237
5253
  ], 64))
5238
- ], 14, ea))), 128))
5239
- ], 14, Ql))), 128))
5254
+ ], 14, ta))), 128))
5255
+ ], 14, ea))), 128))
5240
5256
  ]),
5241
- t.rows ? (l(), d("tbody", ia, [
5257
+ t.rows ? (l(), d("tbody", ra, [
5242
5258
  k(r, {
5243
5259
  rows: t.rows,
5244
5260
  rowColumns: t.rowColumns,
@@ -5253,12 +5269,12 @@ function la(e, s, t, n, i, o) {
5253
5269
  C(e.$slots, (a, c) => ({
5254
5270
  name: c,
5255
5271
  fn: v((u) => [
5256
- m(e.$slots, c, M(H(u)))
5272
+ m(e.$slots, c, P(L(u)))
5257
5273
  ])
5258
5274
  }))
5259
5275
  ]), 1032, ["rows", "rowColumns", "optionalAttr", "resolveClasses", "getCellHeaders", "isActual", "columnWidth", "classes", "value"])
5260
5276
  ])) : y("", !0),
5261
- t.footerRows ? (l(), d("tfoot", ra, [
5277
+ t.footerRows ? (l(), d("tfoot", la, [
5262
5278
  k(r, {
5263
5279
  rows: t.footerRows,
5264
5280
  rowColumns: t.rowColumns,
@@ -5274,112 +5290,112 @@ function la(e, s, t, n, i, o) {
5274
5290
  C(e.$slots, (a, c) => ({
5275
5291
  name: c,
5276
5292
  fn: v((u) => [
5277
- m(e.$slots, c, M(H(u)))
5293
+ m(e.$slots, c, P(L(u)))
5278
5294
  ])
5279
5295
  }))
5280
5296
  ]), 1032, ["rows", "rowColumns", "optionalAttr", "resolveClasses", "getCellHeaders", "isActual", "columnWidth", "classes", "value"])
5281
5297
  ])) : y("", !0)
5282
- ], 10, Zl);
5298
+ ], 10, Jl);
5283
5299
  }
5284
- const aa = /* @__PURE__ */ _(ql, [["render", la]]);
5285
- function ca() {
5300
+ const ca = /* @__PURE__ */ _(Zl, [["render", aa]]);
5301
+ function ua() {
5286
5302
  this.__data__ = [], this.size = 0;
5287
5303
  }
5288
- function ts(e, s) {
5304
+ function ns(e, s) {
5289
5305
  return e === s || e !== e && s !== s;
5290
5306
  }
5291
5307
  function $e(e, s) {
5292
5308
  for (var t = e.length; t--; )
5293
- if (ts(e[t][0], s))
5309
+ if (ns(e[t][0], s))
5294
5310
  return t;
5295
5311
  return -1;
5296
5312
  }
5297
- var ua = Array.prototype, da = ua.splice;
5298
- function fa(e) {
5313
+ var da = Array.prototype, fa = da.splice;
5314
+ function ha(e) {
5299
5315
  var s = this.__data__, t = $e(s, e);
5300
5316
  if (t < 0)
5301
5317
  return !1;
5302
5318
  var n = s.length - 1;
5303
- return t == n ? s.pop() : da.call(s, t, 1), --this.size, !0;
5319
+ return t == n ? s.pop() : fa.call(s, t, 1), --this.size, !0;
5304
5320
  }
5305
- function ha(e) {
5321
+ function ma(e) {
5306
5322
  var s = this.__data__, t = $e(s, e);
5307
5323
  return t < 0 ? void 0 : s[t][1];
5308
5324
  }
5309
- function ma(e) {
5325
+ function ga(e) {
5310
5326
  return $e(this.__data__, e) > -1;
5311
5327
  }
5312
- function ga(e, s) {
5328
+ function _a(e, s) {
5313
5329
  var t = this.__data__, n = $e(t, e);
5314
5330
  return n < 0 ? (++this.size, t.push([e, s])) : t[n][1] = s, this;
5315
5331
  }
5316
- function N(e) {
5332
+ function W(e) {
5317
5333
  var s = -1, t = e == null ? 0 : e.length;
5318
5334
  for (this.clear(); ++s < t; ) {
5319
5335
  var n = e[s];
5320
5336
  this.set(n[0], n[1]);
5321
5337
  }
5322
5338
  }
5323
- N.prototype.clear = ca;
5324
- N.prototype.delete = fa;
5325
- N.prototype.get = ha;
5326
- N.prototype.has = ma;
5327
- N.prototype.set = ga;
5328
- function _a() {
5329
- this.__data__ = new N(), this.size = 0;
5339
+ W.prototype.clear = ua;
5340
+ W.prototype.delete = ha;
5341
+ W.prototype.get = ma;
5342
+ W.prototype.has = ga;
5343
+ W.prototype.set = _a;
5344
+ function ya() {
5345
+ this.__data__ = new W(), this.size = 0;
5330
5346
  }
5331
- function ya(e) {
5347
+ function pa(e) {
5332
5348
  var s = this.__data__, t = s.delete(e);
5333
5349
  return this.size = s.size, t;
5334
5350
  }
5335
- function pa(e) {
5351
+ function ba(e) {
5336
5352
  return this.__data__.get(e);
5337
5353
  }
5338
- function ba(e) {
5354
+ function va(e) {
5339
5355
  return this.__data__.has(e);
5340
5356
  }
5341
- var ss = typeof global == "object" && global && global.Object === Object && global, va = typeof self == "object" && self && self.Object === Object && self, V = ss || va || Function("return this")(), oe = V.Symbol, ns = Object.prototype, wa = ns.hasOwnProperty, Sa = ns.toString, ae = oe ? oe.toStringTag : void 0;
5342
- function ka(e) {
5343
- var s = wa.call(e, ae), t = e[ae];
5357
+ var os = typeof global == "object" && global && global.Object === Object && global, wa = typeof self == "object" && self && self.Object === Object && self, V = os || wa || Function("return this")(), oe = V.Symbol, is = Object.prototype, Sa = is.hasOwnProperty, ka = is.toString, ae = oe ? oe.toStringTag : void 0;
5358
+ function Ca(e) {
5359
+ var s = Sa.call(e, ae), t = e[ae];
5344
5360
  try {
5345
5361
  e[ae] = void 0;
5346
5362
  var n = !0;
5347
5363
  } catch {
5348
5364
  }
5349
- var i = Sa.call(e);
5365
+ var i = ka.call(e);
5350
5366
  return n && (s ? e[ae] = t : delete e[ae]), i;
5351
5367
  }
5352
- var Ca = Object.prototype, Ta = Ca.toString;
5353
- function Aa(e) {
5354
- return Ta.call(e);
5368
+ var Ta = Object.prototype, Aa = Ta.toString;
5369
+ function $a(e) {
5370
+ return Aa.call(e);
5355
5371
  }
5356
- var $a = "[object Null]", Oa = "[object Undefined]", mt = oe ? oe.toStringTag : void 0;
5372
+ var Oa = "[object Null]", Ra = "[object Undefined]", gt = oe ? oe.toStringTag : void 0;
5357
5373
  function _e(e) {
5358
- return e == null ? e === void 0 ? Oa : $a : mt && mt in Object(e) ? ka(e) : Aa(e);
5374
+ return e == null ? e === void 0 ? Ra : Oa : gt && gt in Object(e) ? Ca(e) : $a(e);
5359
5375
  }
5360
5376
  function Oe(e) {
5361
5377
  var s = typeof e;
5362
5378
  return e != null && (s == "object" || s == "function");
5363
5379
  }
5364
- var xa = "[object AsyncFunction]", Ra = "[object Function]", Ua = "[object GeneratorFunction]", Ia = "[object Proxy]";
5365
- function os(e) {
5380
+ var xa = "[object AsyncFunction]", Ua = "[object Function]", Ia = "[object GeneratorFunction]", za = "[object Proxy]";
5381
+ function rs(e) {
5366
5382
  if (!Oe(e))
5367
5383
  return !1;
5368
5384
  var s = _e(e);
5369
- return s == Ra || s == Ua || s == xa || s == Ia;
5385
+ return s == Ua || s == Ia || s == xa || s == za;
5370
5386
  }
5371
- var ze = V["__core-js_shared__"], gt = function() {
5387
+ var ze = V["__core-js_shared__"], _t = function() {
5372
5388
  var e = /[^.]+$/.exec(ze && ze.keys && ze.keys.IE_PROTO || "");
5373
5389
  return e ? "Symbol(src)_1." + e : "";
5374
5390
  }();
5375
- function za(e) {
5376
- return !!gt && gt in e;
5391
+ function Ea(e) {
5392
+ return !!_t && _t in e;
5377
5393
  }
5378
- var Ea = Function.prototype, ja = Ea.toString;
5394
+ var ja = Function.prototype, Fa = ja.toString;
5379
5395
  function Z(e) {
5380
5396
  if (e != null) {
5381
5397
  try {
5382
- return ja.call(e);
5398
+ return Fa.call(e);
5383
5399
  } catch {
5384
5400
  }
5385
5401
  try {
@@ -5389,13 +5405,13 @@ function Z(e) {
5389
5405
  }
5390
5406
  return "";
5391
5407
  }
5392
- var Fa = /[\\^$.*+?()[\]{}|]/g, Pa = /^\[object .+?Constructor\]$/, Ma = Function.prototype, Ba = Object.prototype, La = Ma.toString, Ha = Ba.hasOwnProperty, Va = RegExp(
5393
- "^" + La.call(Ha).replace(Fa, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
5408
+ var Ma = /[\\^$.*+?()[\]{}|]/g, Pa = /^\[object .+?Constructor\]$/, Ba = Function.prototype, Ha = Object.prototype, La = Ba.toString, Va = Ha.hasOwnProperty, Da = RegExp(
5409
+ "^" + La.call(Va).replace(Ma, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
5394
5410
  );
5395
- function Da(e) {
5396
- if (!Oe(e) || za(e))
5411
+ function Na(e) {
5412
+ if (!Oe(e) || Ea(e))
5397
5413
  return !1;
5398
- var s = os(e) ? Va : Pa;
5414
+ var s = rs(e) ? Da : Pa;
5399
5415
  return s.test(Z(e));
5400
5416
  }
5401
5417
  function Wa(e, s) {
@@ -5403,74 +5419,74 @@ function Wa(e, s) {
5403
5419
  }
5404
5420
  function J(e, s) {
5405
5421
  var t = Wa(e, s);
5406
- return Da(t) ? t : void 0;
5422
+ return Na(t) ? t : void 0;
5407
5423
  }
5408
5424
  var me = J(V, "Map"), ge = J(Object, "create");
5409
- function Na() {
5425
+ function Xa() {
5410
5426
  this.__data__ = ge ? ge(null) : {}, this.size = 0;
5411
5427
  }
5412
- function Xa(e) {
5428
+ function Ya(e) {
5413
5429
  var s = this.has(e) && delete this.__data__[e];
5414
5430
  return this.size -= s ? 1 : 0, s;
5415
5431
  }
5416
- var Ya = "__lodash_hash_undefined__", Ka = Object.prototype, Ga = Ka.hasOwnProperty;
5417
- function qa(e) {
5432
+ var Ka = "__lodash_hash_undefined__", qa = Object.prototype, Ga = qa.hasOwnProperty;
5433
+ function Za(e) {
5418
5434
  var s = this.__data__;
5419
5435
  if (ge) {
5420
5436
  var t = s[e];
5421
- return t === Ya ? void 0 : t;
5437
+ return t === Ka ? void 0 : t;
5422
5438
  }
5423
5439
  return Ga.call(s, e) ? s[e] : void 0;
5424
5440
  }
5425
- var Za = Object.prototype, Ja = Za.hasOwnProperty;
5426
- function Qa(e) {
5441
+ var Ja = Object.prototype, Qa = Ja.hasOwnProperty;
5442
+ function ec(e) {
5427
5443
  var s = this.__data__;
5428
- return ge ? s[e] !== void 0 : Ja.call(s, e);
5444
+ return ge ? s[e] !== void 0 : Qa.call(s, e);
5429
5445
  }
5430
- var ec = "__lodash_hash_undefined__";
5431
- function tc(e, s) {
5446
+ var tc = "__lodash_hash_undefined__";
5447
+ function sc(e, s) {
5432
5448
  var t = this.__data__;
5433
- return this.size += this.has(e) ? 0 : 1, t[e] = ge && s === void 0 ? ec : s, this;
5449
+ return this.size += this.has(e) ? 0 : 1, t[e] = ge && s === void 0 ? tc : s, this;
5434
5450
  }
5435
- function G(e) {
5451
+ function q(e) {
5436
5452
  var s = -1, t = e == null ? 0 : e.length;
5437
5453
  for (this.clear(); ++s < t; ) {
5438
5454
  var n = e[s];
5439
5455
  this.set(n[0], n[1]);
5440
5456
  }
5441
5457
  }
5442
- G.prototype.clear = Na;
5443
- G.prototype.delete = Xa;
5444
- G.prototype.get = qa;
5445
- G.prototype.has = Qa;
5446
- G.prototype.set = tc;
5447
- function sc() {
5458
+ q.prototype.clear = Xa;
5459
+ q.prototype.delete = Ya;
5460
+ q.prototype.get = Za;
5461
+ q.prototype.has = ec;
5462
+ q.prototype.set = sc;
5463
+ function nc() {
5448
5464
  this.size = 0, this.__data__ = {
5449
- hash: new G(),
5450
- map: new (me || N)(),
5451
- string: new G()
5465
+ hash: new q(),
5466
+ map: new (me || W)(),
5467
+ string: new q()
5452
5468
  };
5453
5469
  }
5454
- function nc(e) {
5470
+ function oc(e) {
5455
5471
  var s = typeof e;
5456
5472
  return s == "string" || s == "number" || s == "symbol" || s == "boolean" ? e !== "__proto__" : e === null;
5457
5473
  }
5458
- function xe(e, s) {
5474
+ function Re(e, s) {
5459
5475
  var t = e.__data__;
5460
- return nc(s) ? t[typeof s == "string" ? "string" : "hash"] : t.map;
5461
- }
5462
- function oc(e) {
5463
- var s = xe(this, e).delete(e);
5464
- return this.size -= s ? 1 : 0, s;
5476
+ return oc(s) ? t[typeof s == "string" ? "string" : "hash"] : t.map;
5465
5477
  }
5466
5478
  function ic(e) {
5467
- return xe(this, e).get(e);
5479
+ var s = Re(this, e).delete(e);
5480
+ return this.size -= s ? 1 : 0, s;
5468
5481
  }
5469
5482
  function rc(e) {
5470
- return xe(this, e).has(e);
5483
+ return Re(this, e).get(e);
5471
5484
  }
5472
- function lc(e, s) {
5473
- var t = xe(this, e), n = t.size;
5485
+ function lc(e) {
5486
+ return Re(this, e).has(e);
5487
+ }
5488
+ function ac(e, s) {
5489
+ var t = Re(this, e), n = t.size;
5474
5490
  return t.set(e, s), this.size += t.size == n ? 0 : 1, this;
5475
5491
  }
5476
5492
  function re(e) {
@@ -5480,57 +5496,57 @@ function re(e) {
5480
5496
  this.set(n[0], n[1]);
5481
5497
  }
5482
5498
  }
5483
- re.prototype.clear = sc;
5484
- re.prototype.delete = oc;
5485
- re.prototype.get = ic;
5486
- re.prototype.has = rc;
5487
- re.prototype.set = lc;
5488
- var ac = 200;
5489
- function cc(e, s) {
5499
+ re.prototype.clear = nc;
5500
+ re.prototype.delete = ic;
5501
+ re.prototype.get = rc;
5502
+ re.prototype.has = lc;
5503
+ re.prototype.set = ac;
5504
+ var cc = 200;
5505
+ function uc(e, s) {
5490
5506
  var t = this.__data__;
5491
- if (t instanceof N) {
5507
+ if (t instanceof W) {
5492
5508
  var n = t.__data__;
5493
- if (!me || n.length < ac - 1)
5509
+ if (!me || n.length < cc - 1)
5494
5510
  return n.push([e, s]), this.size = ++t.size, this;
5495
5511
  t = this.__data__ = new re(n);
5496
5512
  }
5497
5513
  return t.set(e, s), this.size = t.size, this;
5498
5514
  }
5499
5515
  function le(e) {
5500
- var s = this.__data__ = new N(e);
5516
+ var s = this.__data__ = new W(e);
5501
5517
  this.size = s.size;
5502
5518
  }
5503
- le.prototype.clear = _a;
5504
- le.prototype.delete = ya;
5505
- le.prototype.get = pa;
5506
- le.prototype.has = ba;
5507
- le.prototype.set = cc;
5508
- function uc(e, s) {
5519
+ le.prototype.clear = ya;
5520
+ le.prototype.delete = pa;
5521
+ le.prototype.get = ba;
5522
+ le.prototype.has = va;
5523
+ le.prototype.set = uc;
5524
+ function dc(e, s) {
5509
5525
  for (var t = -1, n = e == null ? 0 : e.length; ++t < n && s(e[t], t, e) !== !1; )
5510
5526
  ;
5511
5527
  return e;
5512
5528
  }
5513
- var _t = function() {
5529
+ var yt = function() {
5514
5530
  try {
5515
5531
  var e = J(Object, "defineProperty");
5516
5532
  return e({}, "", {}), e;
5517
5533
  } catch {
5518
5534
  }
5519
5535
  }();
5520
- function dc(e, s, t) {
5521
- s == "__proto__" && _t ? _t(e, s, {
5536
+ function fc(e, s, t) {
5537
+ s == "__proto__" && yt ? yt(e, s, {
5522
5538
  configurable: !0,
5523
5539
  enumerable: !0,
5524
5540
  value: t,
5525
5541
  writable: !0
5526
5542
  }) : e[s] = t;
5527
5543
  }
5528
- var fc = Object.prototype, hc = fc.hasOwnProperty;
5529
- function mc(e, s, t) {
5544
+ var hc = Object.prototype, mc = hc.hasOwnProperty;
5545
+ function gc(e, s, t) {
5530
5546
  var n = e[s];
5531
- (!(hc.call(e, s) && ts(n, t)) || t === void 0 && !(s in e)) && dc(e, s, t);
5547
+ (!(mc.call(e, s) && ns(n, t)) || t === void 0 && !(s in e)) && fc(e, s, t);
5532
5548
  }
5533
- function gc(e, s) {
5549
+ function _c(e, s) {
5534
5550
  for (var t = -1, n = Array(e); ++t < e; )
5535
5551
  n[t] = s(t);
5536
5552
  return n;
@@ -5538,219 +5554,219 @@ function gc(e, s) {
5538
5554
  function ye(e) {
5539
5555
  return e != null && typeof e == "object";
5540
5556
  }
5541
- var _c = "[object Arguments]";
5542
- function yt(e) {
5543
- return ye(e) && _e(e) == _c;
5557
+ var yc = "[object Arguments]";
5558
+ function pt(e) {
5559
+ return ye(e) && _e(e) == yc;
5544
5560
  }
5545
- var is = Object.prototype, yc = is.hasOwnProperty, pc = is.propertyIsEnumerable, bc = yt(/* @__PURE__ */ function() {
5561
+ var ls = Object.prototype, pc = ls.hasOwnProperty, bc = ls.propertyIsEnumerable, vc = pt(/* @__PURE__ */ function() {
5546
5562
  return arguments;
5547
- }()) ? yt : function(e) {
5548
- return ye(e) && yc.call(e, "callee") && !pc.call(e, "callee");
5563
+ }()) ? pt : function(e) {
5564
+ return ye(e) && pc.call(e, "callee") && !bc.call(e, "callee");
5549
5565
  }, Je = Array.isArray;
5550
- function vc() {
5566
+ function wc() {
5551
5567
  return !1;
5552
5568
  }
5553
- var rs = typeof exports == "object" && exports && !exports.nodeType && exports, pt = rs && typeof module == "object" && module && !module.nodeType && module, wc = pt && pt.exports === rs, bt = wc ? V.Buffer : void 0, Sc = bt ? bt.isBuffer : void 0, ls = Sc || vc, kc = 9007199254740991, Cc = /^(?:0|[1-9]\d*)$/;
5554
- function Tc(e, s) {
5569
+ var as = typeof exports == "object" && exports && !exports.nodeType && exports, bt = as && typeof module == "object" && module && !module.nodeType && module, Sc = bt && bt.exports === as, vt = Sc ? V.Buffer : void 0, kc = vt ? vt.isBuffer : void 0, cs = kc || wc, Cc = 9007199254740991, Tc = /^(?:0|[1-9]\d*)$/;
5570
+ function Ac(e, s) {
5555
5571
  var t = typeof e;
5556
- return s = s ?? kc, !!s && (t == "number" || t != "symbol" && Cc.test(e)) && e > -1 && e % 1 == 0 && e < s;
5572
+ return s = s ?? Cc, !!s && (t == "number" || t != "symbol" && Tc.test(e)) && e > -1 && e % 1 == 0 && e < s;
5557
5573
  }
5558
- var Ac = 9007199254740991;
5559
- function as(e) {
5560
- return typeof e == "number" && e > -1 && e % 1 == 0 && e <= Ac;
5574
+ var $c = 9007199254740991;
5575
+ function us(e) {
5576
+ return typeof e == "number" && e > -1 && e % 1 == 0 && e <= $c;
5561
5577
  }
5562
- var $c = "[object Arguments]", Oc = "[object Array]", xc = "[object Boolean]", Rc = "[object Date]", Uc = "[object Error]", Ic = "[object Function]", zc = "[object Map]", Ec = "[object Number]", jc = "[object Object]", Fc = "[object RegExp]", Pc = "[object Set]", Mc = "[object String]", Bc = "[object WeakMap]", Lc = "[object ArrayBuffer]", Hc = "[object DataView]", Vc = "[object Float32Array]", Dc = "[object Float64Array]", Wc = "[object Int8Array]", Nc = "[object Int16Array]", Xc = "[object Int32Array]", Yc = "[object Uint8Array]", Kc = "[object Uint8ClampedArray]", Gc = "[object Uint16Array]", qc = "[object Uint32Array]", O = {};
5563
- O[Vc] = O[Dc] = O[Wc] = O[Nc] = O[Xc] = O[Yc] = O[Kc] = O[Gc] = O[qc] = !0;
5564
- O[$c] = O[Oc] = O[Lc] = O[xc] = O[Hc] = O[Rc] = O[Uc] = O[Ic] = O[zc] = O[Ec] = O[jc] = O[Fc] = O[Pc] = O[Mc] = O[Bc] = !1;
5565
- function Zc(e) {
5566
- return ye(e) && as(e.length) && !!O[_e(e)];
5578
+ var Oc = "[object Arguments]", Rc = "[object Array]", xc = "[object Boolean]", Uc = "[object Date]", Ic = "[object Error]", zc = "[object Function]", Ec = "[object Map]", jc = "[object Number]", Fc = "[object Object]", Mc = "[object RegExp]", Pc = "[object Set]", Bc = "[object String]", Hc = "[object WeakMap]", Lc = "[object ArrayBuffer]", Vc = "[object DataView]", Dc = "[object Float32Array]", Nc = "[object Float64Array]", Wc = "[object Int8Array]", Xc = "[object Int16Array]", Yc = "[object Int32Array]", Kc = "[object Uint8Array]", qc = "[object Uint8ClampedArray]", Gc = "[object Uint16Array]", Zc = "[object Uint32Array]", O = {};
5579
+ O[Dc] = O[Nc] = O[Wc] = O[Xc] = O[Yc] = O[Kc] = O[qc] = O[Gc] = O[Zc] = !0;
5580
+ O[Oc] = O[Rc] = O[Lc] = O[xc] = O[Vc] = O[Uc] = O[Ic] = O[zc] = O[Ec] = O[jc] = O[Fc] = O[Mc] = O[Pc] = O[Bc] = O[Hc] = !1;
5581
+ function Jc(e) {
5582
+ return ye(e) && us(e.length) && !!O[_e(e)];
5567
5583
  }
5568
5584
  function Qe(e) {
5569
5585
  return function(s) {
5570
5586
  return e(s);
5571
5587
  };
5572
5588
  }
5573
- var cs = typeof exports == "object" && exports && !exports.nodeType && exports, he = cs && typeof module == "object" && module && !module.nodeType && module, Jc = he && he.exports === cs, Ee = Jc && ss.process, ie = function() {
5589
+ var ds = typeof exports == "object" && exports && !exports.nodeType && exports, he = ds && typeof module == "object" && module && !module.nodeType && module, Qc = he && he.exports === ds, Ee = Qc && os.process, ie = function() {
5574
5590
  try {
5575
5591
  var e = he && he.require && he.require("util").types;
5576
5592
  return e || Ee && Ee.binding && Ee.binding("util");
5577
5593
  } catch {
5578
5594
  }
5579
- }(), vt = ie && ie.isTypedArray, Qc = vt ? Qe(vt) : Zc, eu = Object.prototype, tu = eu.hasOwnProperty;
5580
- function su(e, s) {
5581
- var t = Je(e), n = !t && bc(e), i = !t && !n && ls(e), o = !t && !n && !i && Qc(e), r = t || n || i || o, a = r ? gc(e.length, String) : [], c = a.length;
5595
+ }(), wt = ie && ie.isTypedArray, eu = wt ? Qe(wt) : Jc, tu = Object.prototype, su = tu.hasOwnProperty;
5596
+ function nu(e, s) {
5597
+ var t = Je(e), n = !t && vc(e), i = !t && !n && cs(e), o = !t && !n && !i && eu(e), r = t || n || i || o, a = r ? _c(e.length, String) : [], c = a.length;
5582
5598
  for (var u in e)
5583
- tu.call(e, u) && !(r && // Safari 9 has enumerable `arguments.length` in strict mode.
5599
+ su.call(e, u) && !(r && // Safari 9 has enumerable `arguments.length` in strict mode.
5584
5600
  (u == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
5585
5601
  i && (u == "offset" || u == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
5586
5602
  o && (u == "buffer" || u == "byteLength" || u == "byteOffset") || // Skip index properties.
5587
- Tc(u, c))) && a.push(u);
5603
+ Ac(u, c))) && a.push(u);
5588
5604
  return a;
5589
5605
  }
5590
- var nu = Object.prototype;
5591
- function us(e) {
5592
- var s = e && e.constructor, t = typeof s == "function" && s.prototype || nu;
5606
+ var ou = Object.prototype;
5607
+ function fs(e) {
5608
+ var s = e && e.constructor, t = typeof s == "function" && s.prototype || ou;
5593
5609
  return e === t;
5594
5610
  }
5595
- function ds(e, s) {
5611
+ function hs(e, s) {
5596
5612
  return function(t) {
5597
5613
  return e(s(t));
5598
5614
  };
5599
5615
  }
5600
- var ou = ds(Object.keys, Object), iu = Object.prototype, ru = iu.hasOwnProperty;
5601
- function lu(e) {
5602
- if (!us(e))
5603
- return ou(e);
5616
+ var iu = hs(Object.keys, Object), ru = Object.prototype, lu = ru.hasOwnProperty;
5617
+ function au(e) {
5618
+ if (!fs(e))
5619
+ return iu(e);
5604
5620
  var s = [];
5605
5621
  for (var t in Object(e))
5606
- ru.call(e, t) && t != "constructor" && s.push(t);
5622
+ lu.call(e, t) && t != "constructor" && s.push(t);
5607
5623
  return s;
5608
5624
  }
5609
- function au(e) {
5610
- return e != null && as(e.length) && !os(e);
5611
- }
5612
5625
  function cu(e) {
5613
- return au(e) ? su(e) : lu(e);
5626
+ return e != null && us(e.length) && !rs(e);
5614
5627
  }
5615
- var fs = typeof exports == "object" && exports && !exports.nodeType && exports, wt = fs && typeof module == "object" && module && !module.nodeType && module, uu = wt && wt.exports === fs, St = uu ? V.Buffer : void 0;
5616
- St && St.allocUnsafe;
5617
- function du(e, s) {
5618
- return e.slice();
5628
+ function uu(e) {
5629
+ return cu(e) ? nu(e) : au(e);
5619
5630
  }
5631
+ var ms = typeof exports == "object" && exports && !exports.nodeType && exports, St = ms && typeof module == "object" && module && !module.nodeType && module, du = St && St.exports === ms, kt = du ? V.Buffer : void 0;
5632
+ kt && kt.allocUnsafe;
5620
5633
  function fu(e, s) {
5634
+ return e.slice();
5635
+ }
5636
+ function hu(e, s) {
5621
5637
  for (var t = -1, n = e == null ? 0 : e.length, i = 0, o = []; ++t < n; ) {
5622
5638
  var r = e[t];
5623
5639
  s(r, t, e) && (o[i++] = r);
5624
5640
  }
5625
5641
  return o;
5626
5642
  }
5627
- function hu() {
5643
+ function mu() {
5628
5644
  return [];
5629
5645
  }
5630
- var mu = Object.prototype, gu = mu.propertyIsEnumerable, kt = Object.getOwnPropertySymbols, _u = kt ? function(e) {
5631
- return e == null ? [] : (e = Object(e), fu(kt(e), function(s) {
5632
- return gu.call(e, s);
5646
+ var gu = Object.prototype, _u = gu.propertyIsEnumerable, Ct = Object.getOwnPropertySymbols, yu = Ct ? function(e) {
5647
+ return e == null ? [] : (e = Object(e), hu(Ct(e), function(s) {
5648
+ return _u.call(e, s);
5633
5649
  }));
5634
- } : hu;
5635
- function yu(e, s) {
5650
+ } : mu;
5651
+ function pu(e, s) {
5636
5652
  for (var t = -1, n = s.length, i = e.length; ++t < n; )
5637
5653
  e[i + t] = s[t];
5638
5654
  return e;
5639
5655
  }
5640
- var pu = ds(Object.getPrototypeOf, Object);
5641
- function bu(e, s, t) {
5656
+ var bu = hs(Object.getPrototypeOf, Object);
5657
+ function vu(e, s, t) {
5642
5658
  var n = s(e);
5643
- return Je(e) ? n : yu(n, t(e));
5659
+ return Je(e) ? n : pu(n, t(e));
5644
5660
  }
5645
- function vu(e) {
5646
- return bu(e, cu, _u);
5661
+ function wu(e) {
5662
+ return vu(e, uu, yu);
5647
5663
  }
5648
- var Be = J(V, "DataView"), Le = J(V, "Promise"), He = J(V, "Set"), Ve = J(V, "WeakMap"), Ct = "[object Map]", wu = "[object Object]", Tt = "[object Promise]", At = "[object Set]", $t = "[object WeakMap]", Ot = "[object DataView]", Su = Z(Be), ku = Z(me), Cu = Z(Le), Tu = Z(He), Au = Z(Ve), D = _e;
5649
- (Be && D(new Be(new ArrayBuffer(1))) != Ot || me && D(new me()) != Ct || Le && D(Le.resolve()) != Tt || He && D(new He()) != At || Ve && D(new Ve()) != $t) && (D = function(e) {
5650
- var s = _e(e), t = s == wu ? e.constructor : void 0, n = t ? Z(t) : "";
5664
+ var Be = J(V, "DataView"), He = J(V, "Promise"), Le = J(V, "Set"), Ve = J(V, "WeakMap"), Tt = "[object Map]", Su = "[object Object]", At = "[object Promise]", $t = "[object Set]", Ot = "[object WeakMap]", Rt = "[object DataView]", ku = Z(Be), Cu = Z(me), Tu = Z(He), Au = Z(Le), $u = Z(Ve), D = _e;
5665
+ (Be && D(new Be(new ArrayBuffer(1))) != Rt || me && D(new me()) != Tt || He && D(He.resolve()) != At || Le && D(new Le()) != $t || Ve && D(new Ve()) != Ot) && (D = function(e) {
5666
+ var s = _e(e), t = s == Su ? e.constructor : void 0, n = t ? Z(t) : "";
5651
5667
  if (n)
5652
5668
  switch (n) {
5653
- case Su:
5654
- return Ot;
5655
5669
  case ku:
5656
- return Ct;
5670
+ return Rt;
5657
5671
  case Cu:
5658
5672
  return Tt;
5659
5673
  case Tu:
5660
5674
  return At;
5661
5675
  case Au:
5662
5676
  return $t;
5677
+ case $u:
5678
+ return Ot;
5663
5679
  }
5664
5680
  return s;
5665
5681
  });
5666
- var $u = Object.prototype, Ou = $u.hasOwnProperty;
5682
+ var Ou = Object.prototype, Ru = Ou.hasOwnProperty;
5667
5683
  function xu(e) {
5668
5684
  var s = e.length, t = new e.constructor(s);
5669
- return s && typeof e[0] == "string" && Ou.call(e, "index") && (t.index = e.index, t.input = e.input), t;
5685
+ return s && typeof e[0] == "string" && Ru.call(e, "index") && (t.index = e.index, t.input = e.input), t;
5670
5686
  }
5671
5687
  var xt = V.Uint8Array;
5672
5688
  function et(e) {
5673
5689
  var s = new e.constructor(e.byteLength);
5674
5690
  return new xt(s).set(new xt(e)), s;
5675
5691
  }
5676
- function Ru(e, s) {
5692
+ function Uu(e, s) {
5677
5693
  var t = et(e.buffer);
5678
5694
  return new e.constructor(t, e.byteOffset, e.byteLength);
5679
5695
  }
5680
- var Uu = /\w*$/;
5681
- function Iu(e) {
5682
- var s = new e.constructor(e.source, Uu.exec(e));
5696
+ var Iu = /\w*$/;
5697
+ function zu(e) {
5698
+ var s = new e.constructor(e.source, Iu.exec(e));
5683
5699
  return s.lastIndex = e.lastIndex, s;
5684
5700
  }
5685
- var Rt = oe ? oe.prototype : void 0, Ut = Rt ? Rt.valueOf : void 0;
5686
- function zu(e) {
5687
- return Ut ? Object(Ut.call(e)) : {};
5701
+ var Ut = oe ? oe.prototype : void 0, It = Ut ? Ut.valueOf : void 0;
5702
+ function Eu(e) {
5703
+ return It ? Object(It.call(e)) : {};
5688
5704
  }
5689
- function Eu(e, s) {
5705
+ function ju(e, s) {
5690
5706
  var t = et(e.buffer);
5691
5707
  return new e.constructor(t, e.byteOffset, e.length);
5692
5708
  }
5693
- var ju = "[object Boolean]", Fu = "[object Date]", Pu = "[object Map]", Mu = "[object Number]", Bu = "[object RegExp]", Lu = "[object Set]", Hu = "[object String]", Vu = "[object Symbol]", Du = "[object ArrayBuffer]", Wu = "[object DataView]", Nu = "[object Float32Array]", Xu = "[object Float64Array]", Yu = "[object Int8Array]", Ku = "[object Int16Array]", Gu = "[object Int32Array]", qu = "[object Uint8Array]", Zu = "[object Uint8ClampedArray]", Ju = "[object Uint16Array]", Qu = "[object Uint32Array]";
5694
- function ed(e, s, t) {
5709
+ var Fu = "[object Boolean]", Mu = "[object Date]", Pu = "[object Map]", Bu = "[object Number]", Hu = "[object RegExp]", Lu = "[object Set]", Vu = "[object String]", Du = "[object Symbol]", Nu = "[object ArrayBuffer]", Wu = "[object DataView]", Xu = "[object Float32Array]", Yu = "[object Float64Array]", Ku = "[object Int8Array]", qu = "[object Int16Array]", Gu = "[object Int32Array]", Zu = "[object Uint8Array]", Ju = "[object Uint8ClampedArray]", Qu = "[object Uint16Array]", ed = "[object Uint32Array]";
5710
+ function td(e, s, t) {
5695
5711
  var n = e.constructor;
5696
5712
  switch (s) {
5697
- case Du:
5713
+ case Nu:
5698
5714
  return et(e);
5699
- case ju:
5700
5715
  case Fu:
5716
+ case Mu:
5701
5717
  return new n(+e);
5702
5718
  case Wu:
5703
- return Ru(e);
5704
- case Nu:
5719
+ return Uu(e);
5705
5720
  case Xu:
5706
5721
  case Yu:
5707
5722
  case Ku:
5708
- case Gu:
5709
5723
  case qu:
5724
+ case Gu:
5710
5725
  case Zu:
5711
5726
  case Ju:
5712
5727
  case Qu:
5713
- return Eu(e);
5728
+ case ed:
5729
+ return ju(e);
5714
5730
  case Pu:
5715
5731
  return new n();
5716
- case Mu:
5717
- case Hu:
5718
- return new n(e);
5719
5732
  case Bu:
5720
- return Iu(e);
5721
- case Lu:
5722
- return new n();
5723
5733
  case Vu:
5734
+ return new n(e);
5735
+ case Hu:
5724
5736
  return zu(e);
5737
+ case Lu:
5738
+ return new n();
5739
+ case Du:
5740
+ return Eu(e);
5725
5741
  }
5726
5742
  }
5727
- var It = Object.create, td = /* @__PURE__ */ function() {
5743
+ var zt = Object.create, sd = /* @__PURE__ */ function() {
5728
5744
  function e() {
5729
5745
  }
5730
5746
  return function(s) {
5731
5747
  if (!Oe(s))
5732
5748
  return {};
5733
- if (It)
5734
- return It(s);
5749
+ if (zt)
5750
+ return zt(s);
5735
5751
  e.prototype = s;
5736
5752
  var t = new e();
5737
5753
  return e.prototype = void 0, t;
5738
5754
  };
5739
5755
  }();
5740
- function sd(e) {
5741
- return typeof e.constructor == "function" && !us(e) ? td(pu(e)) : {};
5756
+ function nd(e) {
5757
+ return typeof e.constructor == "function" && !fs(e) ? sd(bu(e)) : {};
5742
5758
  }
5743
- var nd = "[object Map]";
5744
- function od(e) {
5745
- return ye(e) && D(e) == nd;
5759
+ var od = "[object Map]";
5760
+ function id(e) {
5761
+ return ye(e) && D(e) == od;
5746
5762
  }
5747
- var zt = ie && ie.isMap, id = zt ? Qe(zt) : od, rd = "[object Set]";
5748
- function ld(e) {
5749
- return ye(e) && D(e) == rd;
5763
+ var Et = ie && ie.isMap, rd = Et ? Qe(Et) : id, ld = "[object Set]";
5764
+ function ad(e) {
5765
+ return ye(e) && D(e) == ld;
5750
5766
  }
5751
- var Et = ie && ie.isSet, ad = Et ? Qe(Et) : ld, hs = "[object Arguments]", cd = "[object Array]", ud = "[object Boolean]", dd = "[object Date]", fd = "[object Error]", ms = "[object Function]", hd = "[object GeneratorFunction]", md = "[object Map]", gd = "[object Number]", gs = "[object Object]", _d = "[object RegExp]", yd = "[object Set]", pd = "[object String]", bd = "[object Symbol]", vd = "[object WeakMap]", wd = "[object ArrayBuffer]", Sd = "[object DataView]", kd = "[object Float32Array]", Cd = "[object Float64Array]", Td = "[object Int8Array]", Ad = "[object Int16Array]", $d = "[object Int32Array]", Od = "[object Uint8Array]", xd = "[object Uint8ClampedArray]", Rd = "[object Uint16Array]", Ud = "[object Uint32Array]", $ = {};
5752
- $[hs] = $[cd] = $[wd] = $[Sd] = $[ud] = $[dd] = $[kd] = $[Cd] = $[Td] = $[Ad] = $[$d] = $[md] = $[gd] = $[gs] = $[_d] = $[yd] = $[pd] = $[bd] = $[Od] = $[xd] = $[Rd] = $[Ud] = !0;
5753
- $[fd] = $[ms] = $[vd] = !1;
5767
+ var jt = ie && ie.isSet, cd = jt ? Qe(jt) : ad, gs = "[object Arguments]", ud = "[object Array]", dd = "[object Boolean]", fd = "[object Date]", hd = "[object Error]", _s = "[object Function]", md = "[object GeneratorFunction]", gd = "[object Map]", _d = "[object Number]", ys = "[object Object]", yd = "[object RegExp]", pd = "[object Set]", bd = "[object String]", vd = "[object Symbol]", wd = "[object WeakMap]", Sd = "[object ArrayBuffer]", kd = "[object DataView]", Cd = "[object Float32Array]", Td = "[object Float64Array]", Ad = "[object Int8Array]", $d = "[object Int16Array]", Od = "[object Int32Array]", Rd = "[object Uint8Array]", xd = "[object Uint8ClampedArray]", Ud = "[object Uint16Array]", Id = "[object Uint32Array]", $ = {};
5768
+ $[gs] = $[ud] = $[Sd] = $[kd] = $[dd] = $[fd] = $[Cd] = $[Td] = $[Ad] = $[$d] = $[Od] = $[gd] = $[_d] = $[ys] = $[yd] = $[pd] = $[bd] = $[vd] = $[Rd] = $[xd] = $[Ud] = $[Id] = !0;
5769
+ $[hd] = $[_s] = $[wd] = !1;
5754
5770
  function ke(e, s, t, n, i, o) {
5755
5771
  var r;
5756
5772
  if (r !== void 0)
@@ -5761,41 +5777,41 @@ function ke(e, s, t, n, i, o) {
5761
5777
  if (a)
5762
5778
  r = xu(e);
5763
5779
  else {
5764
- var c = D(e), u = c == ms || c == hd;
5765
- if (ls(e))
5766
- return du(e);
5767
- if (c == gs || c == hs || u && !i)
5768
- r = u ? {} : sd(e);
5780
+ var c = D(e), u = c == _s || c == md;
5781
+ if (cs(e))
5782
+ return fu(e);
5783
+ if (c == ys || c == gs || u && !i)
5784
+ r = u ? {} : nd(e);
5769
5785
  else {
5770
5786
  if (!$[c])
5771
5787
  return i ? e : {};
5772
- r = ed(e, c);
5788
+ r = td(e, c);
5773
5789
  }
5774
5790
  }
5775
5791
  o || (o = new le());
5776
5792
  var g = o.get(e);
5777
5793
  if (g)
5778
5794
  return g;
5779
- o.set(e, r), ad(e) ? e.forEach(function(F) {
5795
+ o.set(e, r), cd(e) ? e.forEach(function(F) {
5780
5796
  r.add(ke(F, s, t, F, e, o));
5781
- }) : id(e) && e.forEach(function(F, E) {
5797
+ }) : rd(e) && e.forEach(function(F, E) {
5782
5798
  r.set(E, ke(F, s, t, E, e, o));
5783
5799
  });
5784
- var A = vu, z = a ? void 0 : A(e);
5785
- return uc(z || e, function(F, E) {
5786
- z && (E = F, F = e[E]), mc(r, E, ke(F, s, t, E, e, o));
5800
+ var A = wu, z = a ? void 0 : A(e);
5801
+ return dc(z || e, function(F, E) {
5802
+ z && (E = F, F = e[E]), gc(r, E, ke(F, s, t, E, e, o));
5787
5803
  }), r;
5788
5804
  }
5789
- var Id = 1, zd = 4;
5790
- function Ed(e) {
5791
- return ke(e, Id | zd);
5805
+ var zd = 1, Ed = 4;
5806
+ function jd(e) {
5807
+ return ke(e, zd | Ed);
5792
5808
  }
5793
- const je = (e) => e.every((s) => typeof s == "object"), jt = !0, _s = () => window.innerWidth;
5794
- let Ft = _s();
5795
- const jd = {
5809
+ const je = (e) => e.every((s) => typeof s == "object"), Ft = !0, ps = () => window.innerWidth;
5810
+ let Mt = ps();
5811
+ const Fd = {
5796
5812
  name: "UluTableSticky",
5797
5813
  components: {
5798
- UluTableStickyTable: aa
5814
+ UluTableStickyTable: ca
5799
5815
  },
5800
5816
  props: {
5801
5817
  /**
@@ -5826,7 +5842,7 @@ const jd = {
5826
5842
  */
5827
5843
  caption: {
5828
5844
  type: String,
5829
- required: jt
5845
+ required: Ft
5830
5846
  },
5831
5847
  /**
5832
5848
  * Array of column configurations to convert to list output
@@ -5848,7 +5864,7 @@ const jd = {
5848
5864
  columns: {
5849
5865
  type: Array,
5850
5866
  validator: je,
5851
- required: jt
5867
+ required: Ft
5852
5868
  },
5853
5869
  /**
5854
5870
  * Whether the first column of the table should be sticky
@@ -6052,7 +6068,7 @@ const jd = {
6052
6068
  * - Can be used in the future for adding/removing or enabling/disabling
6053
6069
  */
6054
6070
  createColumns() {
6055
- const e = this.idCreator("c"), s = Ed(this.columns), t = (n, i) => {
6071
+ const e = this.idCreator("c"), s = jd(this.columns), t = (n, i) => {
6056
6072
  n.id = e(), n.parent = i, n.width = "auto", n.boxWidth = null, n.sortApplied = !1, n.sortAscending = !1, n.sortFocused = !1;
6057
6073
  let o = [];
6058
6074
  i && (i.headers && i.headers.length ? o = [...i.headers] : o.push(i.id)), o.push(n.id), n.headers = o, n.columns ? n.columns.forEach((r) => t(r, n)) : !n.key && !n.value && !n.slot && console.warn("UluTableSticky: Missing 'key', 'value' or 'slot' in column configuration for", n);
@@ -6092,8 +6108,8 @@ const jd = {
6092
6108
  })) : [];
6093
6109
  },
6094
6110
  onResize() {
6095
- const e = _s();
6096
- Ft !== e && (Ft = e, this.resizing ? (this.resizing = !1, this.setTableSizes(), this.checkOverflowX(), this.syncScrollLeft()) : (this.resizing = !0, this.removeTableSizes()));
6111
+ const e = ps();
6112
+ Mt !== e && (Mt = e, this.resizing ? (this.resizing = !1, this.setTableSizes(), this.checkOverflowX(), this.syncScrollLeft()) : (this.resizing = !0, this.removeTableSizes()));
6097
6113
  },
6098
6114
  /**
6099
6115
  * Method to update the table (sizes, etc) when data has changed
@@ -6167,7 +6183,7 @@ const jd = {
6167
6183
  o && (i.boxWidth = e(o, "width"), i.width = `${i.boxWidth}px`);
6168
6184
  });
6169
6185
  }), this.firstColumnSticky && (this.currentRows.forEach((n) => t(n)), this.currentFooterRows.forEach((n) => t(n))), this.$nextTick(() => {
6170
- this.sizesCalculated = !0, es(() => {
6186
+ this.sizesCalculated = !0, ss(() => {
6171
6187
  this.sizesPainted = !0;
6172
6188
  });
6173
6189
  });
@@ -6196,10 +6212,10 @@ const jd = {
6196
6212
  unmounted() {
6197
6213
  this.columnResizeObserver.disconnect(), this.columnResizeObserver = null;
6198
6214
  }
6199
- }, Fd = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--header" }, Pd = { class: "table-sticky__header-wrap" }, Md = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--first-column-header" }, Bd = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--controls" }, Ld = {
6215
+ }, Md = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--header" }, Pd = { class: "table-sticky__header-wrap" }, Bd = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--first-column-header" }, Hd = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--controls" }, Ld = {
6200
6216
  key: 2,
6201
6217
  class: "table-sticky__controls-inner"
6202
- }, Hd = ["disabled"], Vd = ["disabled"], Dd = {
6218
+ }, Vd = ["disabled"], Dd = ["disabled"], Nd = {
6203
6219
  ref: "display",
6204
6220
  class: "table-sticky__display"
6205
6221
  };
@@ -6212,7 +6228,7 @@ function Wd(e, s, t, n, i, o) {
6212
6228
  "table-sticky--can-scroll-left": i.canScrollLeft
6213
6229
  }])
6214
6230
  }, [
6215
- f("div", Fd, [
6231
+ f("div", Md, [
6216
6232
  f("div", Pd, [
6217
6233
  k(r, {
6218
6234
  ref: "header",
@@ -6233,13 +6249,13 @@ function Wd(e, s, t, n, i, o) {
6233
6249
  C(e.$slots, (a, c) => ({
6234
6250
  name: c,
6235
6251
  fn: v((u) => [
6236
- m(e.$slots, c, M(H(u)))
6252
+ m(e.$slots, c, P(L(u)))
6237
6253
  ])
6238
6254
  }))
6239
6255
  ]), 1032, ["classes", "caption", "resolveClasses", "getColumnTitle", "idPrefix", "headerRows", "style", "onColumnSorted"])
6240
6256
  ])
6241
6257
  ]),
6242
- f("div", Md, [
6258
+ f("div", Bd, [
6243
6259
  t.firstColumnSticky ? (l(), b(r, {
6244
6260
  key: 0,
6245
6261
  ref: "firstColumnHeader",
@@ -6259,13 +6275,13 @@ function Wd(e, s, t, n, i, o) {
6259
6275
  C(e.$slots, (a, c) => ({
6260
6276
  name: c,
6261
6277
  fn: v((u) => [
6262
- m(e.$slots, c, M(H(u)))
6278
+ m(e.$slots, c, P(L(u)))
6263
6279
  ])
6264
6280
  }))
6265
6281
  ]), 1032, ["classes", "caption", "resolveClasses", "getColumnTitle", "idPrefix", "headerRows", "style", "onColumnSorted"])) : y("", !0)
6266
6282
  ]),
6267
- f("div", Bd, [
6268
- W(f("div", {
6283
+ f("div", Hd, [
6284
+ N(f("div", {
6269
6285
  class: h(["table-sticky__controls", o.resolveClasses(t.classes.controls)]),
6270
6286
  ref: "controls"
6271
6287
  }, [
@@ -6291,7 +6307,7 @@ function Wd(e, s, t, n, i, o) {
6291
6307
  m(e.$slots, "controlLeft", {}, () => [
6292
6308
  s[2] || (s[2] = w(" ← "))
6293
6309
  ])
6294
- ], 10, Hd),
6310
+ ], 10, Vd),
6295
6311
  f("button", {
6296
6312
  class: h(["table-sticky__control table-sticky__control--right", o.resolveClasses(t.classes.controlButton)]),
6297
6313
  "aria-label": "Scroll Right",
@@ -6301,13 +6317,13 @@ function Wd(e, s, t, n, i, o) {
6301
6317
  m(e.$slots, "controlRight", {}, () => [
6302
6318
  s[3] || (s[3] = w(" → "))
6303
6319
  ])
6304
- ], 10, Vd)
6320
+ ], 10, Dd)
6305
6321
  ]))
6306
6322
  ], 2), [
6307
- [We, o.controlsShown]
6323
+ [Ne, o.controlsShown]
6308
6324
  ])
6309
6325
  ]),
6310
- f("div", Dd, [
6326
+ f("div", Nd, [
6311
6327
  k(r, {
6312
6328
  ref: "table",
6313
6329
  class: "table-sticky__table table-sticky__table--actual",
@@ -6330,7 +6346,7 @@ function Wd(e, s, t, n, i, o) {
6330
6346
  C(e.$slots, (a, c) => ({
6331
6347
  name: c,
6332
6348
  fn: v((u) => [
6333
- m(e.$slots, c, M(H(u)))
6349
+ m(e.$slots, c, P(L(u)))
6334
6350
  ])
6335
6351
  }))
6336
6352
  ]), 1032, ["classes", "resolveClasses", "headerRows", "rows", "footerRows", "rowColumns", "caption", "idPrefix", "getRowValue", "getColumnTitle", "onVnodeMounted", "onActualHeaderRemoved", "onActualHeaderAdded", "onColumnSorted"])
@@ -6359,89 +6375,90 @@ function Wd(e, s, t, n, i, o) {
6359
6375
  C(e.$slots, (a, c) => ({
6360
6376
  name: c,
6361
6377
  fn: v((u) => [
6362
- m(e.$slots, c, M(H(u)))
6378
+ m(e.$slots, c, P(L(u)))
6363
6379
  ])
6364
6380
  }))
6365
6381
  ]), 1032, ["classes", "resolveClasses", "caption", "headerRows", "columnWidth", "rows", "footerRows", "rowColumns", "idPrefix", "getRowValue", "getColumnTitle", "style", "onColumnSorted"])) : y("", !0)
6366
6382
  ], 2);
6367
6383
  }
6368
- const th = /* @__PURE__ */ _(jd, [["render", Wd]]);
6384
+ const sh = /* @__PURE__ */ _(Fd, [["render", Wd]]);
6369
6385
  export {
6370
6386
  Lf as $,
6371
- pf as A,
6372
- bf as B,
6373
- vf as C,
6374
- Kn as D,
6375
- wf as E,
6376
- Sf as F,
6377
- kf as G,
6378
- Cf as H,
6379
- Tf as I,
6380
- Af as J,
6381
- $f as K,
6382
- Of as L,
6387
+ bf as A,
6388
+ vf as B,
6389
+ wf as C,
6390
+ qn as D,
6391
+ Sf as E,
6392
+ kf as F,
6393
+ Cf as G,
6394
+ Tf as H,
6395
+ Af as I,
6396
+ $f as J,
6397
+ Of as K,
6398
+ Rf as L,
6383
6399
  xf as M,
6384
- Rf as N,
6385
- Uf as O,
6386
- Zt as P,
6387
- Qn as Q,
6388
- If as R,
6389
- zf as S,
6390
- Ef as T,
6391
- Nn as U,
6392
- jf as V,
6393
- Ff as W,
6400
+ Uf as N,
6401
+ If as O,
6402
+ Qt as P,
6403
+ eo as Q,
6404
+ zf as R,
6405
+ Ef as S,
6406
+ jf as T,
6407
+ Xn as U,
6408
+ Ff as V,
6409
+ Mf as W,
6394
6410
  Pf as X,
6395
- Mf as Y,
6396
- Bf as Z,
6397
- nf as _,
6411
+ Bf as Y,
6412
+ Hf as Z,
6413
+ of as _,
6398
6414
  we as a,
6399
- Hf as a0,
6400
- Vf as a1,
6401
- Df as a2,
6415
+ Vf as a0,
6416
+ Df as a1,
6417
+ Nf as a2,
6402
6418
  Lr as a3,
6403
- zr as a4,
6419
+ Er as a4,
6404
6420
  Wf as a5,
6405
- Nf as a6,
6406
- Xf as a7,
6407
- Yf as a8,
6408
- Kf as a9,
6409
- qf as aa,
6410
- Zf as ab,
6411
- Jf as ac,
6412
- Qf as ad,
6421
+ Xf as a6,
6422
+ Yf as a7,
6423
+ Kf as a8,
6424
+ qf as a9,
6425
+ Zf as aa,
6426
+ Jf as ab,
6427
+ Qf as ac,
6428
+ eh as ad,
6413
6429
  Pl as ae,
6414
- eh as af,
6415
- th as ag,
6430
+ th as af,
6431
+ sh as ag,
6416
6432
  Gl as ah,
6417
- aa as ai,
6418
- un as aj,
6419
- q as ak,
6420
- no as al,
6421
- Pn as am,
6422
- Qd as b,
6423
- ef as c,
6424
- tf as d,
6425
- sf as e,
6426
- of as f,
6427
- mn as g,
6428
- Tn as h,
6429
- Jd as i,
6430
- rf as j,
6431
- lf as k,
6433
+ ca as ai,
6434
+ dn as aj,
6435
+ G as ak,
6436
+ oo as al,
6437
+ ro as am,
6438
+ Pn as an,
6439
+ ef as b,
6440
+ tf as c,
6441
+ sf as d,
6442
+ nf as e,
6443
+ rf as f,
6444
+ gn as g,
6445
+ An as h,
6446
+ Qd as i,
6447
+ lf as j,
6448
+ af as k,
6432
6449
  te as l,
6433
- af as m,
6434
- cf as n,
6435
- uf as o,
6436
- df as p,
6437
- ff as q,
6450
+ cf as m,
6451
+ uf as n,
6452
+ df as o,
6453
+ ff as p,
6454
+ hf as q,
6438
6455
  Gf as r,
6439
- vo as s,
6440
- hf as t,
6441
- co as u,
6442
- mf as v,
6443
- gf as w,
6444
- _f as x,
6445
- yf as y,
6456
+ ko as s,
6457
+ mf as t,
6458
+ ho as u,
6459
+ gf as v,
6460
+ _f as w,
6461
+ yf as x,
6462
+ pf as y,
6446
6463
  B as z
6447
6464
  };