@ulu/frontend-vue 0.1.0-beta.25 → 0.1.0-beta.26
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.
- package/dist/{breakpoints-BvNFc-QA.js → breakpoints-aTCoPjuD.js} +1 -1
- package/dist/frontend-vue.js +15 -16
- package/dist/{index-BoP_DGKp.js → index-BmSq65FA.js} +937 -941
- package/lib/composables/index.js +1 -2
- package/lib/composables/useDocumentTitle.js +39 -25
- package/lib/utils/router.js +32 -43
- package/package.json +1 -1
- package/types/composables/index.d.ts +0 -1
- package/types/composables/useDocumentTitle.d.ts +11 -7
- package/types/composables/useDocumentTitle.d.ts.map +1 -1
- package/types/utils/router.d.ts +11 -8
- package/types/utils/router.d.ts.map +1 -1
- package/lib/composables/usePageTitle.js +0 -37
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { reactive as
|
|
1
|
+
import { reactive as rt, ref as M, computed as w, resolveDirective as is, createElementBlock as d, openBlock as l, Fragment as $, withDirectives as me, createElementVNode as f, unref as T, normalizeClass as m, renderSlot as g, withKeys as rs, normalizeStyle as P, createCommentVNode as y, nextTick as as, toRef as Xs, toDisplayString as _, createBlock as p, Teleport as at, resolveDynamicComponent as B, mergeProps as G, inject as lt, watchEffect as ct, defineAsyncComponent as qs, markRaw as de, toRefs as Ys, toValue as ze, resolveComponent as E, withModifiers as Ks, createVNode as R, useSlots as Gs, renderList as A, TransitionGroup as ls, withCtx as v, createTextVNode as k, vShow as cs, watch as us, isRef as Zs, hasInjectionContext as Js, getCurrentInstance as Qs, onBeforeUnmount as en, onDeactivated as tn, onActivated as sn, onUnmounted as ds, onMounted as nn, normalizeProps as X, guardReactiveProps as q, vModelCheckbox as on, vModelText as rn, createSlots as ue } from "vue";
|
|
2
2
|
import { inline as fs, offset as hs, flip as ms, shift as gs, arrow as ys, useFloating as ps, autoUpdate as _s } from "@floating-ui/vue";
|
|
3
|
-
import { Disclosure as
|
|
4
|
-
import { useRoute as
|
|
5
|
-
import
|
|
6
|
-
import
|
|
3
|
+
import { Disclosure as an, DisclosureButton as ln, DisclosurePanel as cn, Tab as un, TabGroup as dn, TabList as fn, TabPanel as hn, TabPanels as mn } from "@headlessui/vue";
|
|
4
|
+
import { useRoute as vs, useRouter as gn, RouterLink as Pe } from "vue-router";
|
|
5
|
+
import yn from "gsap";
|
|
6
|
+
import pn from "fuse.js";
|
|
7
7
|
const Tt = {
|
|
8
8
|
fontAwesomeStatic: !1,
|
|
9
9
|
iconComponent: null,
|
|
@@ -29,7 +29,7 @@ const Tt = {
|
|
|
29
29
|
}
|
|
30
30
|
};
|
|
31
31
|
function qd(e, s = {}) {
|
|
32
|
-
const t =
|
|
32
|
+
const t = rt({ ...Tt }), { iconsByType: n, ...i } = s || {};
|
|
33
33
|
i && Object.assign(t, i);
|
|
34
34
|
const o = {
|
|
35
35
|
// Methods to interact with settings
|
|
@@ -181,19 +181,19 @@ const Ue = {
|
|
|
181
181
|
popover: { ...Ue.popover },
|
|
182
182
|
tooltip: { ...Ue.tooltip, ...Ue.popover }
|
|
183
183
|
}, ut = M(!1), dt = M(null);
|
|
184
|
-
function
|
|
184
|
+
function _n(e = {}) {
|
|
185
185
|
return Object.assign(oe.popover, e.popover), Object.assign(oe.tooltip, e.tooltip), Object.assign(oe.plugin, e.plugin), oe;
|
|
186
186
|
}
|
|
187
|
-
function
|
|
187
|
+
function vn(e) {
|
|
188
188
|
return Object.assign({}, oe.tooltip, e);
|
|
189
189
|
}
|
|
190
|
-
function
|
|
190
|
+
function bn(e) {
|
|
191
191
|
ut.value = !0, dt.value = e;
|
|
192
192
|
}
|
|
193
|
-
function
|
|
193
|
+
function wn() {
|
|
194
194
|
ut.value = !1, dt.value = null;
|
|
195
195
|
}
|
|
196
|
-
const Ee = /* @__PURE__ */ new WeakMap(),
|
|
196
|
+
const Ee = /* @__PURE__ */ new WeakMap(), Sn = {
|
|
197
197
|
mounted(e, s) {
|
|
198
198
|
At(e, s);
|
|
199
199
|
},
|
|
@@ -208,15 +208,15 @@ const Ee = /* @__PURE__ */ new WeakMap(), wn = {
|
|
|
208
208
|
}
|
|
209
209
|
};
|
|
210
210
|
function At(e, s) {
|
|
211
|
-
const t =
|
|
211
|
+
const t = kn(e, s);
|
|
212
212
|
if (!t) return;
|
|
213
213
|
let n = null;
|
|
214
214
|
const i = () => {
|
|
215
215
|
n || (n = setTimeout(() => {
|
|
216
|
-
|
|
216
|
+
bn(t), clearTimeout(n);
|
|
217
217
|
}, t.delay));
|
|
218
218
|
}, o = () => {
|
|
219
|
-
n && (clearTimeout(n), n = null),
|
|
219
|
+
n && (clearTimeout(n), n = null), wn();
|
|
220
220
|
};
|
|
221
221
|
t.showEvents.forEach((r) => {
|
|
222
222
|
e.addEventListener(r, i);
|
|
@@ -234,17 +234,17 @@ function $t(e) {
|
|
|
234
234
|
e.removeEventListener(i, n);
|
|
235
235
|
}), Ee.delete(e);
|
|
236
236
|
}
|
|
237
|
-
function
|
|
237
|
+
function kn(e, s) {
|
|
238
238
|
const { value: t } = s;
|
|
239
239
|
let n;
|
|
240
240
|
if (!(t === !1 || t === null))
|
|
241
|
-
return typeof t == "object" ? n = t : n = { content: t },
|
|
241
|
+
return typeof t == "object" ? n = t : n = { content: t }, vn(Object.assign({}, { trigger: e }, n));
|
|
242
242
|
}
|
|
243
|
-
let
|
|
244
|
-
function
|
|
245
|
-
return `ulu-popovers-uid-${++
|
|
243
|
+
let Cn = 0;
|
|
244
|
+
function Tn() {
|
|
245
|
+
return `ulu-popovers-uid-${++Cn}`;
|
|
246
246
|
}
|
|
247
|
-
const
|
|
247
|
+
const An = ["disabled", "aria-expanded", "aria-controls", "aria-label"], $n = ["aria-hidden", "id", "data-placement"], On = { class: "popover__inner" }, Rn = {
|
|
248
248
|
key: 0,
|
|
249
249
|
class: "popover__footer"
|
|
250
250
|
}, ft = {
|
|
@@ -278,7 +278,7 @@ const Tn = ["disabled", "aria-expanded", "aria-controls", "aria-label"], An = ["
|
|
|
278
278
|
},
|
|
279
279
|
emits: ["toggle"],
|
|
280
280
|
setup(e, { emit: s }) {
|
|
281
|
-
const t = s, n = e, i =
|
|
281
|
+
const t = s, n = e, i = Tn(), o = Object.assign({}, oe.popover, n.config), r = M(n.startOpen || !1), a = M(null), c = M(null), u = M(null), h = [
|
|
282
282
|
...o.inline ? [fs()] : [],
|
|
283
283
|
...o.offset ? [hs(o.offset)] : [],
|
|
284
284
|
ms(),
|
|
@@ -344,7 +344,7 @@ const Tn = ["disabled", "aria-expanded", "aria-controls", "aria-label"], An = ["
|
|
|
344
344
|
"aria-label": e.triggerAlt
|
|
345
345
|
}, [
|
|
346
346
|
g(V.$slots, "trigger", { isOpen: r.value })
|
|
347
|
-
], 10,
|
|
347
|
+
], 10, An)), [
|
|
348
348
|
[le, e.tooltip ? e.tooltip : null]
|
|
349
349
|
]),
|
|
350
350
|
f("span", {
|
|
@@ -360,15 +360,15 @@ const Tn = ["disabled", "aria-expanded", "aria-controls", "aria-label"], An = ["
|
|
|
360
360
|
ref: c,
|
|
361
361
|
"aria-hidden": r.value ? "false" : "true",
|
|
362
362
|
id: T(i),
|
|
363
|
-
style:
|
|
363
|
+
style: P(T(C)),
|
|
364
364
|
"data-placement": T(U),
|
|
365
365
|
onKeydown: ee[0] || (ee[0] = rs((O) => ne(!1), ["esc"])),
|
|
366
366
|
tabindex: "-1"
|
|
367
367
|
}, [
|
|
368
|
-
f("span",
|
|
368
|
+
f("span", On, [
|
|
369
369
|
g(V.$slots, "content", { close: ve })
|
|
370
370
|
]),
|
|
371
|
-
V.$slots.footer ? (l(), d("span",
|
|
371
|
+
V.$slots.footer ? (l(), d("span", Rn, [
|
|
372
372
|
g(V.$slots, "footer", { close: ve })
|
|
373
373
|
])) : y("", !0),
|
|
374
374
|
T(o).arrow ? (l(), d("span", {
|
|
@@ -376,23 +376,23 @@ const Tn = ["disabled", "aria-expanded", "aria-controls", "aria-label"], An = ["
|
|
|
376
376
|
class: "popover__arrow",
|
|
377
377
|
ref_key: "contentArrow",
|
|
378
378
|
ref: u,
|
|
379
|
-
style:
|
|
379
|
+
style: P(J.value),
|
|
380
380
|
"data-ulu-popover-arrow": ""
|
|
381
381
|
}, null, 4)) : y("", !0)
|
|
382
|
-
], 46,
|
|
382
|
+
], 46, $n)
|
|
383
383
|
], 64);
|
|
384
384
|
};
|
|
385
385
|
}
|
|
386
|
-
},
|
|
386
|
+
}, xn = ["data-placement"], Un = ["innerHTML"], jn = {
|
|
387
387
|
key: 1,
|
|
388
388
|
class: "popover__inner"
|
|
389
|
-
},
|
|
389
|
+
}, zn = {
|
|
390
390
|
__name: "UluTooltipPopover",
|
|
391
391
|
props: {
|
|
392
392
|
config: Object
|
|
393
393
|
},
|
|
394
394
|
setup(e) {
|
|
395
|
-
const s =
|
|
395
|
+
const s = Xs(e.config.trigger), t = M(null), n = M(null), i = [
|
|
396
396
|
...e.config.inline ? [fs()] : [],
|
|
397
397
|
...e.config.offset ? [hs(e.config.offset)] : [],
|
|
398
398
|
ms(),
|
|
@@ -422,29 +422,29 @@ const Tn = ["disabled", "aria-expanded", "aria-controls", "aria-label"], An = ["
|
|
|
422
422
|
ref: t,
|
|
423
423
|
"aria-hidden": "true",
|
|
424
424
|
"data-placement": T(a),
|
|
425
|
-
style:
|
|
425
|
+
style: P(T(r))
|
|
426
426
|
}, [
|
|
427
427
|
e.config.isHtml ? (l(), d("span", {
|
|
428
428
|
key: 0,
|
|
429
429
|
class: "popover__inner",
|
|
430
430
|
innerHTML: e.config.content
|
|
431
|
-
}, null, 8,
|
|
431
|
+
}, null, 8, Un)) : (l(), d("span", jn, _(e.config.content), 1)),
|
|
432
432
|
e.config.arrow ? (l(), d("span", {
|
|
433
433
|
key: 2,
|
|
434
434
|
class: "popover__arrow",
|
|
435
435
|
ref_key: "contentArrow",
|
|
436
436
|
ref: n,
|
|
437
|
-
style:
|
|
437
|
+
style: P(b.value)
|
|
438
438
|
}, null, 4)) : y("", !0)
|
|
439
|
-
], 14,
|
|
439
|
+
], 14, xn));
|
|
440
440
|
}
|
|
441
|
-
},
|
|
441
|
+
}, En = {
|
|
442
442
|
__name: "UluTooltipDisplay",
|
|
443
443
|
setup(e) {
|
|
444
|
-
return (s, t) => (l(), p(
|
|
444
|
+
return (s, t) => (l(), p(at, {
|
|
445
445
|
to: T(oe).plugin.tooltipTeleportTo
|
|
446
446
|
}, [
|
|
447
|
-
T(ut) ? (l(), p(
|
|
447
|
+
T(ut) ? (l(), p(zn, {
|
|
448
448
|
key: 0,
|
|
449
449
|
config: T(dt)
|
|
450
450
|
}, null, 8, ["config"])) : y("", !0)
|
|
@@ -452,15 +452,15 @@ const Tn = ["disabled", "aria-expanded", "aria-controls", "aria-label"], An = ["
|
|
|
452
452
|
}
|
|
453
453
|
};
|
|
454
454
|
function Yd(e, s = {}) {
|
|
455
|
-
const t =
|
|
456
|
-
t.plugin.global && (e.directive(t.plugin.directiveName,
|
|
455
|
+
const t = _n(s);
|
|
456
|
+
t.plugin.global && (e.directive(t.plugin.directiveName, Sn), e.component("UluTooltipDisplay", En), e.component("UluPopover", ft));
|
|
457
457
|
}
|
|
458
458
|
const S = (e, s) => {
|
|
459
459
|
const t = e.__vccOpts || e;
|
|
460
460
|
for (const [n, i] of s)
|
|
461
461
|
t[n] = i;
|
|
462
462
|
return t;
|
|
463
|
-
},
|
|
463
|
+
}, In = {
|
|
464
464
|
name: "UluModalsDisplay",
|
|
465
465
|
emits: [
|
|
466
466
|
"modal-unmount",
|
|
@@ -500,15 +500,15 @@ const S = (e, s) => {
|
|
|
500
500
|
}
|
|
501
501
|
}
|
|
502
502
|
};
|
|
503
|
-
function
|
|
504
|
-
return o.currentModal ? (l(), p(
|
|
503
|
+
function Mn(e, s, t, n, i, o) {
|
|
504
|
+
return o.currentModal ? (l(), p(B(o.currentModal.component), G({ key: 0 }, o.currentProps, {
|
|
505
505
|
modelValue: i.open,
|
|
506
506
|
"onUpdate:modelValue": s[0] || (s[0] = (r) => i.open = r),
|
|
507
507
|
onVnodeMounted: o.modalMounted,
|
|
508
508
|
onVnodeUnmounted: o.modalUnmounted
|
|
509
509
|
}), null, 16, ["modelValue", "onVnodeMounted", "onVnodeUnmounted"])) : y("", !0);
|
|
510
510
|
}
|
|
511
|
-
const
|
|
511
|
+
const Bn = /* @__PURE__ */ S(In, [["render", Mn]]);
|
|
512
512
|
function Pn() {
|
|
513
513
|
return { getIconProps: (t) => t ? typeof t == "object" && !Array.isArray(t) ? t : { icon: t } : null, getClassesFromDefinition: (t) => {
|
|
514
514
|
if (!t)
|
|
@@ -540,7 +540,7 @@ const D = {
|
|
|
540
540
|
spaced: Boolean
|
|
541
541
|
},
|
|
542
542
|
setup(e) {
|
|
543
|
-
const s =
|
|
543
|
+
const s = lt("uluCore"), t = M(null), { getIconProps: n, getClassesFromDefinition: i } = Pn();
|
|
544
544
|
let o;
|
|
545
545
|
const r = e, a = w(() => s.getSetting("fontAwesomeStatic")), c = w(() => s.getSetting("iconComponent")), u = w(() => s.getSetting("iconPropResolver")), h = w(() => {
|
|
546
546
|
const { icon: F } = r;
|
|
@@ -555,13 +555,13 @@ const D = {
|
|
|
555
555
|
}), b = w(() => !c.value || !h.value ? null : u.value(h.value)), C = w(() => n(h.value)), U = w(() => i(h.value)), I = w(() => ({
|
|
556
556
|
"flow-inline": r.spaced
|
|
557
557
|
}));
|
|
558
|
-
return
|
|
558
|
+
return ct(async () => {
|
|
559
559
|
if (!a.value && h.value) {
|
|
560
560
|
if (t.value === null)
|
|
561
561
|
if (o)
|
|
562
562
|
t.value = de(o.FontAwesomeIcon);
|
|
563
563
|
else {
|
|
564
|
-
const F =
|
|
564
|
+
const F = qs(async () => {
|
|
565
565
|
const j = await import("./index.es-HlG3u0J5.js");
|
|
566
566
|
return o = j, j.FontAwesomeIcon;
|
|
567
567
|
});
|
|
@@ -569,14 +569,14 @@ const D = {
|
|
|
569
569
|
}
|
|
570
570
|
} else
|
|
571
571
|
t.value = null;
|
|
572
|
-
}), (F, j) => c.value ? (l(), p(
|
|
572
|
+
}), (F, j) => c.value ? (l(), p(B(c.value), G({ key: 0 }, b.value, { class: I.value }), null, 16, ["class"])) : !a.value && t.value && h.value ? (l(), p(B(t.value), G({ key: 1 }, C.value, { class: I.value }), null, 16, ["class"])) : a.value && h.value ? (l(), d("span", {
|
|
573
573
|
key: 2,
|
|
574
574
|
class: m([U.value, I.value]),
|
|
575
575
|
"aria-hidden": "true"
|
|
576
576
|
}, null, 2)) : y("", !0);
|
|
577
577
|
}
|
|
578
578
|
};
|
|
579
|
-
function
|
|
579
|
+
function Je(e) {
|
|
580
580
|
const s = /* @__PURE__ */ new Set();
|
|
581
581
|
if (!e)
|
|
582
582
|
return s;
|
|
@@ -586,7 +586,7 @@ function Ze(e) {
|
|
|
586
586
|
});
|
|
587
587
|
else if (Array.isArray(e))
|
|
588
588
|
e.forEach((t) => {
|
|
589
|
-
|
|
589
|
+
Je(t).forEach((n) => s.add(n));
|
|
590
590
|
});
|
|
591
591
|
else if (typeof e == "object")
|
|
592
592
|
for (const t in e)
|
|
@@ -594,32 +594,32 @@ function Ze(e) {
|
|
|
594
594
|
return s;
|
|
595
595
|
}
|
|
596
596
|
function se({ props: e, baseClass: s, internal: t = {} }) {
|
|
597
|
-
const { modifiers: n } =
|
|
597
|
+
const { modifiers: n } = Ys(e);
|
|
598
598
|
return { resolvedModifiers: w(() => {
|
|
599
|
-
const o = ze(s), r =
|
|
599
|
+
const o = ze(s), r = Je(ze(n)), a = Je(ze(t));
|
|
600
600
|
if (!o)
|
|
601
601
|
return console.warn("useModifiers: Missing 'baseClass' argument, modifiers will not be applied."), "";
|
|
602
602
|
const c = /* @__PURE__ */ new Set([...a, ...r]);
|
|
603
603
|
return Array.from(c).map((u) => `${o}--${u}`);
|
|
604
604
|
}) };
|
|
605
605
|
}
|
|
606
|
-
function
|
|
606
|
+
function bs() {
|
|
607
607
|
return typeof window < "u" && typeof window.document < "u";
|
|
608
608
|
}
|
|
609
|
-
function
|
|
609
|
+
function Fn(e, s) {
|
|
610
610
|
const t = e.getBoundingClientRect();
|
|
611
611
|
return s.clientY < t.top || // above
|
|
612
612
|
s.clientY > t.top + t.height || // below
|
|
613
613
|
s.clientX < t.left || // left side
|
|
614
614
|
s.clientX > t.left + t.width;
|
|
615
615
|
}
|
|
616
|
-
function
|
|
616
|
+
function Ln(e = document.body, s = window) {
|
|
617
617
|
return s.innerWidth - e.clientWidth;
|
|
618
618
|
}
|
|
619
|
-
function
|
|
619
|
+
function Hn({ preventShift: e = !1, container: s = document.body }) {
|
|
620
620
|
const t = s.style.overflow, n = s.style.paddingRight;
|
|
621
621
|
if (s.style.overflow = "hidden", e) {
|
|
622
|
-
const i =
|
|
622
|
+
const i = Ln();
|
|
623
623
|
if (i > 0) {
|
|
624
624
|
const o = parseInt(n || "0px", 10);
|
|
625
625
|
s.style.paddingRight = `${o + i}px`;
|
|
@@ -629,7 +629,7 @@ function Ln({ preventShift: e = !1, container: s = document.body }) {
|
|
|
629
629
|
s.style.overflow = t, s.style.paddingRight = n;
|
|
630
630
|
};
|
|
631
631
|
}
|
|
632
|
-
function
|
|
632
|
+
function Fe(e, s, t, n) {
|
|
633
633
|
var i;
|
|
634
634
|
return function() {
|
|
635
635
|
var r = n || this, a = arguments, c = function() {
|
|
@@ -638,7 +638,7 @@ function Le(e, s, t, n) {
|
|
|
638
638
|
clearTimeout(i), i = setTimeout(c, s), u && e.apply(r, a);
|
|
639
639
|
};
|
|
640
640
|
}
|
|
641
|
-
|
|
641
|
+
bs() && (Vn(), Nn());
|
|
642
642
|
const Ot = {
|
|
643
643
|
/**
|
|
644
644
|
* Event is dispatched when DOM in the page has changed, triggers updates from
|
|
@@ -667,36 +667,36 @@ const Ot = {
|
|
|
667
667
|
e.dispatchEvent(we("afterPrint"));
|
|
668
668
|
}
|
|
669
669
|
};
|
|
670
|
-
function
|
|
670
|
+
function Qe(e, s) {
|
|
671
671
|
Ot[e] ? Ot[e](s) : console.warn(`Unable to dispatch site event: ${e} in context:`, s);
|
|
672
672
|
}
|
|
673
|
-
function
|
|
673
|
+
function Dn(e) {
|
|
674
674
|
return "ulu:" + e;
|
|
675
675
|
}
|
|
676
676
|
function we(e, s = null, t = { bubbles: !0 }) {
|
|
677
|
-
return new CustomEvent(
|
|
678
|
-
}
|
|
679
|
-
function Dn() {
|
|
680
|
-
window.addEventListener("resize", Le(() => Je("pageResized", document), 250));
|
|
677
|
+
return new CustomEvent(Dn(e), { detail: s, ...t });
|
|
681
678
|
}
|
|
682
679
|
function Vn() {
|
|
680
|
+
window.addEventListener("resize", Fe(() => Qe("pageResized", document), 250));
|
|
681
|
+
}
|
|
682
|
+
function Nn() {
|
|
683
683
|
window.addEventListener("beforeprint", () => {
|
|
684
|
-
|
|
684
|
+
Qe("beforePrint", document);
|
|
685
685
|
}), window.addEventListener("afterprint", () => {
|
|
686
|
-
|
|
686
|
+
Qe("afterPrint", document);
|
|
687
687
|
});
|
|
688
688
|
}
|
|
689
|
-
function
|
|
689
|
+
function Wn(e) {
|
|
690
690
|
return typeof e == "object" && e?.constructor?.name;
|
|
691
691
|
}
|
|
692
|
-
function
|
|
693
|
-
const n =
|
|
692
|
+
function Xn(e, s, t) {
|
|
693
|
+
const n = Wn(s) || "Logger";
|
|
694
694
|
console[e](n, ...t);
|
|
695
695
|
}
|
|
696
696
|
function ce(e, ...s) {
|
|
697
697
|
}
|
|
698
698
|
function je(e, ...s) {
|
|
699
|
-
|
|
699
|
+
Xn("error", e, s);
|
|
700
700
|
}
|
|
701
701
|
class ht {
|
|
702
702
|
static defaults = {
|
|
@@ -930,7 +930,7 @@ class ht {
|
|
|
930
930
|
}
|
|
931
931
|
}
|
|
932
932
|
let Xe = 0;
|
|
933
|
-
const
|
|
933
|
+
const qn = {
|
|
934
934
|
name: "UluModal",
|
|
935
935
|
components: {
|
|
936
936
|
UluIcon: D
|
|
@@ -1049,7 +1049,7 @@ const Xn = {
|
|
|
1049
1049
|
};
|
|
1050
1050
|
},
|
|
1051
1051
|
setup(e) {
|
|
1052
|
-
const s =
|
|
1052
|
+
const s = Gs(), t = w(() => e.title || s.title), n = w(() => {
|
|
1053
1053
|
const { allowResize: a, position: c } = e;
|
|
1054
1054
|
if (!a || !c) return;
|
|
1055
1055
|
const u = ["left", "right", "center"];
|
|
@@ -1118,7 +1118,7 @@ const Xn = {
|
|
|
1118
1118
|
handleClick(e) {
|
|
1119
1119
|
if (this.clickOutsideCloses && !this.isResizing) {
|
|
1120
1120
|
const { target: s } = e, { container: t } = this.$refs;
|
|
1121
|
-
s === t &&
|
|
1121
|
+
s === t && Fn(t, e) && this.close();
|
|
1122
1122
|
}
|
|
1123
1123
|
},
|
|
1124
1124
|
setupPreventScroll() {
|
|
@@ -1131,7 +1131,7 @@ const Xn = {
|
|
|
1131
1131
|
handleToggle(e) {
|
|
1132
1132
|
if (!this.nonModal && this.preventScroll) {
|
|
1133
1133
|
const { preventScrollShift: s } = this;
|
|
1134
|
-
e.newState === "open" ? this.restoreScroll =
|
|
1134
|
+
e.newState === "open" ? this.restoreScroll = Hn({ preventShift: s }) : this.destroyPreventScroll();
|
|
1135
1135
|
}
|
|
1136
1136
|
},
|
|
1137
1137
|
setupResizer() {
|
|
@@ -1159,15 +1159,15 @@ const Xn = {
|
|
|
1159
1159
|
const { container: e } = this.$refs;
|
|
1160
1160
|
e && e.open && e.close(), this.destroyPreventScroll(), this.destroyResizer();
|
|
1161
1161
|
}
|
|
1162
|
-
},
|
|
1162
|
+
}, Yn = ["aria-labelledby", "aria-describedby"], Kn = ["id"], Gn = { class: "modal__title-text" }, Zn = {
|
|
1163
1163
|
key: 2,
|
|
1164
1164
|
class: "modal__resizer",
|
|
1165
1165
|
ref: "resizer",
|
|
1166
1166
|
type: "button"
|
|
1167
1167
|
};
|
|
1168
|
-
function
|
|
1168
|
+
function Jn(e, s, t, n, i, o) {
|
|
1169
1169
|
const r = E("UluIcon");
|
|
1170
|
-
return l(), p(
|
|
1170
|
+
return l(), p(at, {
|
|
1171
1171
|
to: t.teleport === !1 ? null : t.teleport,
|
|
1172
1172
|
disabled: t.teleport === !1
|
|
1173
1173
|
}, [
|
|
@@ -1176,8 +1176,8 @@ function Zn(e, s, t, n, i, o) {
|
|
|
1176
1176
|
"aria-labelledby": o.resolvedLabelledby,
|
|
1177
1177
|
"aria-describedby": t.describedby,
|
|
1178
1178
|
ref: "container",
|
|
1179
|
-
style:
|
|
1180
|
-
onCancel: s[1] || (s[1] =
|
|
1179
|
+
style: P({ width: i.containerWidth }),
|
|
1180
|
+
onCancel: s[1] || (s[1] = Ks((...a) => o.close && o.close(...a), ["prevent"])),
|
|
1181
1181
|
onClose: s[2] || (s[2] = (...a) => o.handleDialogCloseEvent && o.handleDialogCloseEvent(...a)),
|
|
1182
1182
|
onClick: s[3] || (s[3] = (...a) => o.handleClick && o.handleClick(...a)),
|
|
1183
1183
|
onToggle: s[4] || (s[4] = (...a) => o.handleToggle && o.handleToggle(...a))
|
|
@@ -1196,9 +1196,9 @@ function Zn(e, s, t, n, i, o) {
|
|
|
1196
1196
|
class: "modal__title-icon",
|
|
1197
1197
|
icon: t.titleIcon
|
|
1198
1198
|
}, null, 8, ["icon"])) : y("", !0),
|
|
1199
|
-
f("span",
|
|
1199
|
+
f("span", Gn, _(t.title), 1)
|
|
1200
1200
|
])
|
|
1201
|
-
], 10,
|
|
1201
|
+
], 10, Kn),
|
|
1202
1202
|
f("button", {
|
|
1203
1203
|
class: "modal__close",
|
|
1204
1204
|
"aria-label": "Close modal",
|
|
@@ -1224,7 +1224,7 @@ function Zn(e, s, t, n, i, o) {
|
|
|
1224
1224
|
}, [
|
|
1225
1225
|
g(e.$slots, "footer", { close: o.close })
|
|
1226
1226
|
], 2)) : y("", !0),
|
|
1227
|
-
n.resizerEnabled ? (l(), d("button",
|
|
1227
|
+
n.resizerEnabled ? (l(), d("button", Zn, [
|
|
1228
1228
|
g(e.$slots, "resizerIcon", {}, () => [
|
|
1229
1229
|
R(r, {
|
|
1230
1230
|
class: "modal__resizer-icon",
|
|
@@ -1232,10 +1232,10 @@ function Zn(e, s, t, n, i, o) {
|
|
|
1232
1232
|
}, null, 8, ["icon"])
|
|
1233
1233
|
])
|
|
1234
1234
|
], 512)) : y("", !0)
|
|
1235
|
-
], 46,
|
|
1235
|
+
], 46, Yn)
|
|
1236
1236
|
], 8, ["to", "disabled"]);
|
|
1237
1237
|
}
|
|
1238
|
-
const
|
|
1238
|
+
const Qn = /* @__PURE__ */ S(qn, [["render", Jn]]), Se = [], eo = M({
|
|
1239
1239
|
/**
|
|
1240
1240
|
* Holds active component options (including component, and options)
|
|
1241
1241
|
*/
|
|
@@ -1244,10 +1244,10 @@ const Jn = /* @__PURE__ */ S(Xn, [["render", Zn]]), Se = [], Qn = M({
|
|
|
1244
1244
|
* Populated with any props passed to open method, bound to modal component
|
|
1245
1245
|
*/
|
|
1246
1246
|
activeProps: null
|
|
1247
|
-
}), ke =
|
|
1247
|
+
}), ke = eo.value, Rt = {
|
|
1248
1248
|
data: ke,
|
|
1249
1249
|
modals: Se
|
|
1250
|
-
},
|
|
1250
|
+
}, to = (e) => ({
|
|
1251
1251
|
open(s, t = null) {
|
|
1252
1252
|
const n = this.get(s);
|
|
1253
1253
|
ke.active = de(n), ke.activeProps = Object.assign({}, n.props, t);
|
|
@@ -1287,19 +1287,19 @@ const Jn = /* @__PURE__ */ S(Xn, [["render", Zn]]), Se = [], Qn = M({
|
|
|
1287
1287
|
return Se.splice(t, 1);
|
|
1288
1288
|
warn("unable to find modal to remove");
|
|
1289
1289
|
}
|
|
1290
|
-
}),
|
|
1290
|
+
}), so = {
|
|
1291
1291
|
componentNameDisplay: "UluModalsDisplay",
|
|
1292
1292
|
componentNameModal: "UluModal",
|
|
1293
1293
|
modals: [],
|
|
1294
1294
|
modalOptions: {}
|
|
1295
1295
|
};
|
|
1296
1296
|
function Kd(e, s) {
|
|
1297
|
-
const t = Object.assign({},
|
|
1298
|
-
e.component(t.componentNameDisplay,
|
|
1297
|
+
const t = Object.assign({}, so, s), i = to((o) => Object.assign({}, t.modalOptions, o));
|
|
1298
|
+
e.component(t.componentNameDisplay, Bn), e.component(t.componentNameModal, Qn), t.modals.forEach((o) => {
|
|
1299
1299
|
i.add(o);
|
|
1300
1300
|
}), Rt.options = t, e.config.globalProperties.$uluModals = i, e.provide("uluModals", i), e.config.globalProperties.$uluModalsState = Rt;
|
|
1301
1301
|
}
|
|
1302
|
-
const
|
|
1302
|
+
const no = {
|
|
1303
1303
|
name: "UluToast",
|
|
1304
1304
|
components: {
|
|
1305
1305
|
UluIcon: D
|
|
@@ -1331,8 +1331,8 @@ const so = {
|
|
|
1331
1331
|
});
|
|
1332
1332
|
}
|
|
1333
1333
|
}
|
|
1334
|
-
},
|
|
1335
|
-
function
|
|
1334
|
+
}, oo = ["onClick"];
|
|
1335
|
+
function io(e, s, t, n, i, o) {
|
|
1336
1336
|
const r = E("UluIcon");
|
|
1337
1337
|
return l(), d("div", {
|
|
1338
1338
|
class: m(["toast", [
|
|
@@ -1383,7 +1383,7 @@ function oo(e, s, t, n, i, o) {
|
|
|
1383
1383
|
key: c,
|
|
1384
1384
|
class: m(["toast__action", t.classes.action]),
|
|
1385
1385
|
onClick: (u) => o.handleAction(u, a)
|
|
1386
|
-
}, _(a.label), 11,
|
|
1386
|
+
}, _(a.label), 11, oo))), 128))
|
|
1387
1387
|
], 2)) : y("", !0),
|
|
1388
1388
|
f("button", {
|
|
1389
1389
|
class: m(["toast__close", t.classes.closeButton]),
|
|
@@ -1393,12 +1393,12 @@ function oo(e, s, t, n, i, o) {
|
|
|
1393
1393
|
], 2)
|
|
1394
1394
|
], 2);
|
|
1395
1395
|
}
|
|
1396
|
-
const
|
|
1396
|
+
const ws = /* @__PURE__ */ S(no, [["render", io]]), xt = {
|
|
1397
1397
|
toastOptions: {
|
|
1398
1398
|
/**
|
|
1399
1399
|
* Component used to render the toast in the display
|
|
1400
1400
|
*/
|
|
1401
|
-
component: de(
|
|
1401
|
+
component: de(ws),
|
|
1402
1402
|
/**
|
|
1403
1403
|
* Duration of toast
|
|
1404
1404
|
*/
|
|
@@ -1419,8 +1419,8 @@ const bs = /* @__PURE__ */ S(so, [["render", oo]]), xt = {
|
|
|
1419
1419
|
position: ["top", "right"]
|
|
1420
1420
|
}
|
|
1421
1421
|
}, { assign: qe } = Object;
|
|
1422
|
-
let
|
|
1423
|
-
const te =
|
|
1422
|
+
let ro = 0;
|
|
1423
|
+
const te = rt({
|
|
1424
1424
|
toasts: [],
|
|
1425
1425
|
/**
|
|
1426
1426
|
* Saveable
|
|
@@ -1434,15 +1434,15 @@ const te = it({
|
|
|
1434
1434
|
return this.pluginOptions = qe({}, this.pluginOptions, e), this.pluginOptions;
|
|
1435
1435
|
},
|
|
1436
1436
|
createToast(e) {
|
|
1437
|
-
const s = `toast-${++
|
|
1437
|
+
const s = `toast-${++ro}`;
|
|
1438
1438
|
return qe({}, this.toastOptions, e, {
|
|
1439
1439
|
uid: s,
|
|
1440
1440
|
close() {
|
|
1441
|
-
|
|
1441
|
+
et.remove(s);
|
|
1442
1442
|
}
|
|
1443
1443
|
});
|
|
1444
1444
|
}
|
|
1445
|
-
}),
|
|
1445
|
+
}), et = {
|
|
1446
1446
|
/**
|
|
1447
1447
|
*
|
|
1448
1448
|
* @param {Object} options Toast options
|
|
@@ -1468,7 +1468,7 @@ const te = it({
|
|
|
1468
1468
|
removeAll() {
|
|
1469
1469
|
te.toasts = [];
|
|
1470
1470
|
}
|
|
1471
|
-
},
|
|
1471
|
+
}, ao = {
|
|
1472
1472
|
name: "UluTooltipDisplay",
|
|
1473
1473
|
data() {
|
|
1474
1474
|
const { toasts: e, pluginOptions: s } = te;
|
|
@@ -1481,8 +1481,8 @@ const te = it({
|
|
|
1481
1481
|
}
|
|
1482
1482
|
}
|
|
1483
1483
|
};
|
|
1484
|
-
function
|
|
1485
|
-
return l(), p(
|
|
1484
|
+
function lo(e, s, t, n, i, o) {
|
|
1485
|
+
return l(), p(at, {
|
|
1486
1486
|
to: i.pluginOptions.teleportTo
|
|
1487
1487
|
}, [
|
|
1488
1488
|
R(ls, {
|
|
@@ -1491,7 +1491,7 @@ function ao(e, s, t, n, i, o) {
|
|
|
1491
1491
|
tag: "div"
|
|
1492
1492
|
}, {
|
|
1493
1493
|
default: v(() => [
|
|
1494
|
-
(l(!0), d($, null, A(i.toasts, (r) => (l(), p(
|
|
1494
|
+
(l(!0), d($, null, A(i.toasts, (r) => (l(), p(B(r.component), {
|
|
1495
1495
|
key: r.uid,
|
|
1496
1496
|
toast: r
|
|
1497
1497
|
}, null, 8, ["toast"]))), 128))
|
|
@@ -1500,12 +1500,12 @@ function ao(e, s, t, n, i, o) {
|
|
|
1500
1500
|
}, 8, ["class"])
|
|
1501
1501
|
], 8, ["to"]);
|
|
1502
1502
|
}
|
|
1503
|
-
const
|
|
1503
|
+
const co = /* @__PURE__ */ S(ao, [["render", lo]]);
|
|
1504
1504
|
function Gd(e, s = {}) {
|
|
1505
1505
|
const t = te.setPluginOptions(s?.plugin);
|
|
1506
|
-
te.setToastOptions(s?.toast), e.component(t.componentName,
|
|
1506
|
+
te.setToastOptions(s?.toast), e.component(t.componentName, ws), e.component(t.componentNameDisplay, co), e.config.globalProperties.$uluToast = et, e.provide("uluToast", et);
|
|
1507
1507
|
}
|
|
1508
|
-
const
|
|
1508
|
+
const uo = {
|
|
1509
1509
|
/**
|
|
1510
1510
|
* Set an initial value (value in mounted, SSR)
|
|
1511
1511
|
*/
|
|
@@ -1521,14 +1521,14 @@ const co = {
|
|
|
1521
1521
|
customProperty: "--breakpoint"
|
|
1522
1522
|
}
|
|
1523
1523
|
};
|
|
1524
|
-
function
|
|
1525
|
-
const s = Object.assign({},
|
|
1524
|
+
function fo(e) {
|
|
1525
|
+
const s = Object.assign({}, uo, e), t = M(null), n = M(s.initialValue), i = M(null);
|
|
1526
1526
|
return (async () => {
|
|
1527
|
-
if (!
|
|
1527
|
+
if (!bs()) return;
|
|
1528
1528
|
await new Promise((h) => {
|
|
1529
1529
|
document.readyState === "loading" ? document.addEventListener("DOMContentLoaded", () => h()) : h();
|
|
1530
1530
|
});
|
|
1531
|
-
const r = await import("./breakpoints-
|
|
1531
|
+
const r = await import("./breakpoints-aTCoPjuD.js"), { BreakpointManager: a } = r, c = de(new a(s.plugin));
|
|
1532
1532
|
t.value = de(c);
|
|
1533
1533
|
const u = () => {
|
|
1534
1534
|
n.value = c.active, i.value = c.resizeDirection;
|
|
@@ -1536,7 +1536,7 @@ function uo(e) {
|
|
|
1536
1536
|
u(), s.onReady && s.onReady(c), c.onChange(u);
|
|
1537
1537
|
})(), { breakpointManager: t, breakpointActive: n, breakpointDirection: i };
|
|
1538
1538
|
}
|
|
1539
|
-
const
|
|
1539
|
+
const ho = {
|
|
1540
1540
|
/**
|
|
1541
1541
|
* Breakpoint for mobile down/max
|
|
1542
1542
|
*/
|
|
@@ -1547,7 +1547,7 @@ const fo = {
|
|
|
1547
1547
|
managerOptions: {}
|
|
1548
1548
|
};
|
|
1549
1549
|
function Zd(e, s) {
|
|
1550
|
-
const t = M(!1), n = Object.assign({},
|
|
1550
|
+
const t = M(!1), n = Object.assign({}, ho, s), { breakpointMobile: i } = n, { onReady: o } = n.managerOptions, r = {
|
|
1551
1551
|
onReady(b) {
|
|
1552
1552
|
b.at(i).max({
|
|
1553
1553
|
on() {
|
|
@@ -1562,7 +1562,7 @@ function Zd(e, s) {
|
|
|
1562
1562
|
breakpointManager: c,
|
|
1563
1563
|
breakpointActive: u,
|
|
1564
1564
|
breakpointDirection: h
|
|
1565
|
-
} =
|
|
1565
|
+
} = fo(a);
|
|
1566
1566
|
e.provide("uluBreakpointActive", w(() => u.value)), e.provide("uluBreakpointDirection", w(() => h.value)), e.provide("uluBreakpointManager", w(() => c.value)), e.provide("uluIsMobile", w(() => t.value));
|
|
1567
1567
|
}
|
|
1568
1568
|
const Jd = {
|
|
@@ -1605,7 +1605,7 @@ const Jd = {
|
|
|
1605
1605
|
},
|
|
1606
1606
|
setup(e) {
|
|
1607
1607
|
const s = e, { resolvedModifiers: t } = se({ props: s, baseClass: "button" });
|
|
1608
|
-
return (n, i) => (l(), p(T(
|
|
1608
|
+
return (n, i) => (l(), p(T(an), { defaultOpen: e.defaultOpen }, {
|
|
1609
1609
|
default: v(({ open: o }) => [
|
|
1610
1610
|
f("div", {
|
|
1611
1611
|
class: m(["accordion", [
|
|
@@ -1614,7 +1614,7 @@ const Jd = {
|
|
|
1614
1614
|
T(t)
|
|
1615
1615
|
]])
|
|
1616
1616
|
}, [
|
|
1617
|
-
R(T(
|
|
1617
|
+
R(T(ln), {
|
|
1618
1618
|
class: m(["accordion__summary", [
|
|
1619
1619
|
{ [e.activeClass]: o },
|
|
1620
1620
|
e.classes.summary
|
|
@@ -1622,7 +1622,7 @@ const Jd = {
|
|
|
1622
1622
|
}, {
|
|
1623
1623
|
default: v(() => [
|
|
1624
1624
|
g(n.$slots, "summary", { open: o }, () => [
|
|
1625
|
-
(l(), p(
|
|
1625
|
+
(l(), p(B(e.summaryTextElement), null, {
|
|
1626
1626
|
default: v(() => [
|
|
1627
1627
|
k(_(e.summaryText), 1)
|
|
1628
1628
|
]),
|
|
@@ -1642,7 +1642,7 @@ const Jd = {
|
|
|
1642
1642
|
]),
|
|
1643
1643
|
_: 2
|
|
1644
1644
|
}, 1032, ["class"]),
|
|
1645
|
-
R(T(
|
|
1645
|
+
R(T(cn), {
|
|
1646
1646
|
class: m(["accordion__content", e.classes.content])
|
|
1647
1647
|
}, {
|
|
1648
1648
|
default: v(() => [
|
|
@@ -1656,8 +1656,8 @@ const Jd = {
|
|
|
1656
1656
|
}, 8, ["defaultOpen"]));
|
|
1657
1657
|
}
|
|
1658
1658
|
};
|
|
1659
|
-
let
|
|
1660
|
-
const
|
|
1659
|
+
let mo = 0;
|
|
1660
|
+
const go = {
|
|
1661
1661
|
name: "UluCollapsibleRegion",
|
|
1662
1662
|
props: {
|
|
1663
1663
|
/**
|
|
@@ -1802,12 +1802,12 @@ const mo = {
|
|
|
1802
1802
|
* Recursive function to generate and test id uniqueness
|
|
1803
1803
|
*/
|
|
1804
1804
|
getUid() {
|
|
1805
|
-
const e = `Ulu-C-${++
|
|
1805
|
+
const e = `Ulu-C-${++mo}`;
|
|
1806
1806
|
return document.getElementById(e) ? this.getUid() : e;
|
|
1807
1807
|
}
|
|
1808
1808
|
}
|
|
1809
|
-
},
|
|
1810
|
-
function
|
|
1809
|
+
}, yo = ["id", "aria-controls", "aria-expanded"], po = ["id", "aria-hidden", "aria-labelledby"], _o = { class: "CollapsibleRegion__content-inner" };
|
|
1810
|
+
function vo(e, s, t, n, i, o) {
|
|
1811
1811
|
return l(), d("div", {
|
|
1812
1812
|
class: m(["CollapsibleRegion", {
|
|
1813
1813
|
"CollapsibleRegion--open": i.isOpen,
|
|
@@ -1826,7 +1826,7 @@ function _o(e, s, t, n, i, o) {
|
|
|
1826
1826
|
g(e.$slots, "toggle", { isOpen: i.isOpen }, () => [
|
|
1827
1827
|
k(_(t.title), 1)
|
|
1828
1828
|
])
|
|
1829
|
-
], 8,
|
|
1829
|
+
], 8, yo),
|
|
1830
1830
|
me(f("div", {
|
|
1831
1831
|
class: "CollapsibleRegion__content",
|
|
1832
1832
|
tabindex: "-1",
|
|
@@ -1834,17 +1834,17 @@ function _o(e, s, t, n, i, o) {
|
|
|
1834
1834
|
id: i.contentId,
|
|
1835
1835
|
"aria-hidden": !i.isOpen,
|
|
1836
1836
|
"aria-labelledby": i.toggleId,
|
|
1837
|
-
style:
|
|
1837
|
+
style: P(o.contentStyles)
|
|
1838
1838
|
}, [
|
|
1839
|
-
f("div",
|
|
1839
|
+
f("div", _o, [
|
|
1840
1840
|
g(e.$slots, "default")
|
|
1841
1841
|
])
|
|
1842
|
-
], 12,
|
|
1842
|
+
], 12, po), [
|
|
1843
1843
|
[cs, !i.isHidden]
|
|
1844
1844
|
])
|
|
1845
1845
|
], 34);
|
|
1846
1846
|
}
|
|
1847
|
-
const Ut = /* @__PURE__ */ S(
|
|
1847
|
+
const Ut = /* @__PURE__ */ S(go, [["render", vo]]), Ss = {
|
|
1848
1848
|
__name: "UluTag",
|
|
1849
1849
|
props: {
|
|
1850
1850
|
/**
|
|
@@ -1895,11 +1895,11 @@ const Ut = /* @__PURE__ */ S(mo, [["render", _o]]), ws = {
|
|
|
1895
1895
|
])
|
|
1896
1896
|
], 2));
|
|
1897
1897
|
}
|
|
1898
|
-
},
|
|
1898
|
+
}, bo = {
|
|
1899
1899
|
name: "UluMenu",
|
|
1900
1900
|
components: {
|
|
1901
1901
|
UluIcon: D,
|
|
1902
|
-
UluTag:
|
|
1902
|
+
UluTag: Ss
|
|
1903
1903
|
},
|
|
1904
1904
|
emits: [
|
|
1905
1905
|
/**
|
|
@@ -1944,7 +1944,7 @@ const Ut = /* @__PURE__ */ S(mo, [["render", _o]]), ws = {
|
|
|
1944
1944
|
}
|
|
1945
1945
|
}
|
|
1946
1946
|
};
|
|
1947
|
-
function
|
|
1947
|
+
function wo(e, s, t, n, i, o) {
|
|
1948
1948
|
const r = E("UluIcon"), a = E("UluTag"), c = E("UluMenu", !0), u = is("ulu-tooltip");
|
|
1949
1949
|
return t.items?.length ? (l(), d("ul", {
|
|
1950
1950
|
key: 0,
|
|
@@ -1954,7 +1954,7 @@ function bo(e, s, t, n, i, o) {
|
|
|
1954
1954
|
key: b,
|
|
1955
1955
|
class: m([t.classes.item, h?.classes?.item])
|
|
1956
1956
|
}, [
|
|
1957
|
-
me((l(), p(
|
|
1957
|
+
me((l(), p(B(h.to || h.path ? "router-link" : h.click ? "button" : "a"), G({ ref_for: !0 }, {
|
|
1958
1958
|
...h.to || h.path ? { to: h.to || h.path } : {},
|
|
1959
1959
|
...h.href ? { href: h.href || "#" } : {}
|
|
1960
1960
|
}, {
|
|
@@ -1999,10 +1999,10 @@ function bo(e, s, t, n, i, o) {
|
|
|
1999
1999
|
], 2))), 128))
|
|
2000
2000
|
], 2)) : y("", !0);
|
|
2001
2001
|
}
|
|
2002
|
-
const
|
|
2002
|
+
const ks = /* @__PURE__ */ S(bo, [["render", wo]]), So = {
|
|
2003
2003
|
name: "UluMenuStack",
|
|
2004
2004
|
components: {
|
|
2005
|
-
UluMenu:
|
|
2005
|
+
UluMenu: ks
|
|
2006
2006
|
},
|
|
2007
2007
|
props: {
|
|
2008
2008
|
/**
|
|
@@ -2023,7 +2023,7 @@ const Ss = /* @__PURE__ */ S(vo, [["render", bo]]), wo = {
|
|
|
2023
2023
|
noChildren: Boolean
|
|
2024
2024
|
}
|
|
2025
2025
|
};
|
|
2026
|
-
function
|
|
2026
|
+
function ko(e, s, t, n, i, o) {
|
|
2027
2027
|
const r = E("UluMenu");
|
|
2028
2028
|
return l(), d("nav", {
|
|
2029
2029
|
class: m(["menu-stack", {
|
|
@@ -2044,11 +2044,11 @@ function So(e, s, t, n, i, o) {
|
|
|
2044
2044
|
}, null, 8, ["items", "noChildren"])
|
|
2045
2045
|
], 2);
|
|
2046
2046
|
}
|
|
2047
|
-
const
|
|
2047
|
+
const Co = /* @__PURE__ */ S(So, [["render", ko]]), To = {
|
|
2048
2048
|
name: "UluDropdown",
|
|
2049
2049
|
components: {
|
|
2050
2050
|
UluPopover: ft,
|
|
2051
|
-
UluMenuStack:
|
|
2051
|
+
UluMenuStack: Co
|
|
2052
2052
|
},
|
|
2053
2053
|
props: {
|
|
2054
2054
|
/**
|
|
@@ -2071,7 +2071,7 @@ const ko = /* @__PURE__ */ S(wo, [["render", So]]), Co = {
|
|
|
2071
2071
|
}
|
|
2072
2072
|
}
|
|
2073
2073
|
};
|
|
2074
|
-
function
|
|
2074
|
+
function Ao(e, s, t, n, i, o) {
|
|
2075
2075
|
const r = E("UluMenuStack"), a = E("UluPopover");
|
|
2076
2076
|
return l(), p(a, { classes: t.popoverClasses }, {
|
|
2077
2077
|
trigger: v(({ isOpen: c }) => [
|
|
@@ -2083,24 +2083,24 @@ function To(e, s, t, n, i, o) {
|
|
|
2083
2083
|
_: 3
|
|
2084
2084
|
}, 8, ["classes"]);
|
|
2085
2085
|
}
|
|
2086
|
-
const Qd = /* @__PURE__ */ S(
|
|
2086
|
+
const Qd = /* @__PURE__ */ S(To, [["render", Ao]]), mt = M(!1), Me = {
|
|
2087
2087
|
start: [],
|
|
2088
2088
|
end: []
|
|
2089
2089
|
};
|
|
2090
2090
|
function gt() {
|
|
2091
2091
|
window.removeEventListener("resize", gt), mt.value = !0, Me.start.forEach((e) => e());
|
|
2092
2092
|
}
|
|
2093
|
-
function
|
|
2093
|
+
function $o() {
|
|
2094
2094
|
mt.value = !1, Me.end.forEach((e) => e()), window.addEventListener("resize", gt);
|
|
2095
2095
|
}
|
|
2096
|
-
window.addEventListener("resize", gt), window.addEventListener("resize",
|
|
2096
|
+
window.addEventListener("resize", gt), window.addEventListener("resize", Fe($o, 300));
|
|
2097
2097
|
function jt(e, s) {
|
|
2098
2098
|
return e.push(s), () => {
|
|
2099
2099
|
const t = e.findIndex((n) => n === s);
|
|
2100
2100
|
t > -1 && e.splice(t);
|
|
2101
2101
|
};
|
|
2102
2102
|
}
|
|
2103
|
-
function
|
|
2103
|
+
function Oo() {
|
|
2104
2104
|
return {
|
|
2105
2105
|
resizing: mt,
|
|
2106
2106
|
onResizeStart(e) {
|
|
@@ -2111,7 +2111,7 @@ function $o() {
|
|
|
2111
2111
|
}
|
|
2112
2112
|
};
|
|
2113
2113
|
}
|
|
2114
|
-
const
|
|
2114
|
+
const Ro = {
|
|
2115
2115
|
uluCore: "Core",
|
|
2116
2116
|
uluIsMobile: "Breakpoints",
|
|
2117
2117
|
uluBreakpointActive: "Breakpoints",
|
|
@@ -2120,16 +2120,16 @@ const Oo = {
|
|
|
2120
2120
|
uluModals: "Modals",
|
|
2121
2121
|
uluToast: "Toast"
|
|
2122
2122
|
}, zt = {};
|
|
2123
|
-
function
|
|
2124
|
-
const s =
|
|
2123
|
+
function xo(e) {
|
|
2124
|
+
const s = lt(e, zt);
|
|
2125
2125
|
if (s === zt) {
|
|
2126
|
-
const t =
|
|
2126
|
+
const t = Ro[e] || "", n = t ? ` from the '${t}' plugin` : "", i = t ? "Please install missing plugin." : "";
|
|
2127
2127
|
throw new Error(`Required inject: '${e}'${n} was not provided. ${i}`);
|
|
2128
2128
|
}
|
|
2129
2129
|
return s;
|
|
2130
2130
|
}
|
|
2131
2131
|
function ef(e, s) {
|
|
2132
|
-
const t =
|
|
2132
|
+
const t = vs(), n = gn(), i = w(() => {
|
|
2133
2133
|
const u = parseInt(t.query.page || "1", 10);
|
|
2134
2134
|
return isNaN(u) || u < 1 ? 1 : u;
|
|
2135
2135
|
}), o = w(() => !e.value || e.value.length === 0 ? 1 : Math.ceil(e.value.length / s));
|
|
@@ -2172,74 +2172,199 @@ function ef(e, s) {
|
|
|
2172
2172
|
pagerEllipses: c
|
|
2173
2173
|
};
|
|
2174
2174
|
}
|
|
2175
|
-
function
|
|
2175
|
+
function tt(e, s, t) {
|
|
2176
2176
|
typeof e === "function" && (!t || t !== "titleTemplate" && !(t[0] === "o" && t[1] === "n")) && (e = e());
|
|
2177
2177
|
let i;
|
|
2178
2178
|
if (s && (i = s(t, e)), Array.isArray(i))
|
|
2179
|
-
return i.map((o) =>
|
|
2179
|
+
return i.map((o) => tt(o, s));
|
|
2180
2180
|
if (i?.constructor === Object) {
|
|
2181
2181
|
const o = {};
|
|
2182
2182
|
for (const r of Object.keys(i))
|
|
2183
|
-
o[r] =
|
|
2183
|
+
o[r] = tt(i[r], s, r);
|
|
2184
2184
|
return o;
|
|
2185
2185
|
}
|
|
2186
2186
|
return i;
|
|
2187
2187
|
}
|
|
2188
|
-
const
|
|
2189
|
-
function
|
|
2190
|
-
if (
|
|
2191
|
-
const e =
|
|
2188
|
+
const Uo = (e, s) => Zs(s) ? ze(s) : s, jo = "usehead";
|
|
2189
|
+
function zo() {
|
|
2190
|
+
if (Js()) {
|
|
2191
|
+
const e = lt(jo);
|
|
2192
2192
|
if (!e)
|
|
2193
2193
|
throw new Error("useHead() was called without provide context, ensure you call it through the setup() function.");
|
|
2194
2194
|
return e;
|
|
2195
2195
|
}
|
|
2196
2196
|
throw new Error("useHead() was called without provide context, ensure you call it through the setup() function.");
|
|
2197
2197
|
}
|
|
2198
|
-
function
|
|
2199
|
-
const t = s.head ||
|
|
2200
|
-
return t.ssr ? t.push(e || {}, s) :
|
|
2198
|
+
function Eo(e, s = {}) {
|
|
2199
|
+
const t = s.head || zo();
|
|
2200
|
+
return t.ssr ? t.push(e || {}, s) : Io(t, e, s);
|
|
2201
2201
|
}
|
|
2202
|
-
function
|
|
2202
|
+
function Io(e, s, t = {}) {
|
|
2203
2203
|
const n = M(!1);
|
|
2204
2204
|
let i;
|
|
2205
|
-
return
|
|
2206
|
-
const r = n.value ? {} :
|
|
2205
|
+
return ct(() => {
|
|
2206
|
+
const r = n.value ? {} : tt(s, Uo);
|
|
2207
2207
|
i ? i.patch(r) : i = e.push(r, t);
|
|
2208
|
-
}),
|
|
2208
|
+
}), Qs() && (en(() => {
|
|
2209
2209
|
i.dispose();
|
|
2210
|
-
}), en(() => {
|
|
2211
|
-
n.value = !0;
|
|
2212
2210
|
}), tn(() => {
|
|
2211
|
+
n.value = !0;
|
|
2212
|
+
}), sn(() => {
|
|
2213
2213
|
n.value = !1;
|
|
2214
2214
|
})), i;
|
|
2215
2215
|
}
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2216
|
+
function Le(e, s) {
|
|
2217
|
+
let n = (e?.meta || {}).title;
|
|
2218
|
+
return typeof n == "function" && (n = n(s || e)), n;
|
|
2219
|
+
}
|
|
2220
|
+
function Mo(e, s) {
|
|
2221
|
+
const n = Object.assign({}, {
|
|
2222
|
+
qualifier(r, a) {
|
|
2223
|
+
return a ? pt(r) : Cs(r);
|
|
2224
|
+
},
|
|
2225
|
+
sort: vt,
|
|
2226
|
+
item: {},
|
|
2227
|
+
includeChildren: !1
|
|
2228
|
+
}, s), i = (r, a) => a ? `${a}/${r.path}` : r.path, o = (r, a = null) => r.filter((c) => n.qualifier(c, a)).map((c) => {
|
|
2229
|
+
const u = c.children ? yt(c.children) : c, h = c.children ? c.children.filter((C) => C.path !== "") : !1, b = He(u, i(c, a), n.item);
|
|
2230
|
+
return n.includeChildren && h.length && (b.children = o(h, b.path)), b;
|
|
2231
|
+
}).sort(n.sort);
|
|
2232
|
+
return o(e);
|
|
2233
|
+
}
|
|
2234
|
+
function Bo(e) {
|
|
2235
|
+
function s(t) {
|
|
2236
|
+
const n = [];
|
|
2237
|
+
for (const i of t) {
|
|
2238
|
+
const o = { ...i };
|
|
2239
|
+
delete o.children, n.push(o), i.children && n.push(...s(i.children));
|
|
2240
|
+
}
|
|
2241
|
+
return n;
|
|
2242
|
+
}
|
|
2243
|
+
return s(e);
|
|
2244
|
+
}
|
|
2245
|
+
function Po(e, s, t) {
|
|
2246
|
+
const i = Object.assign({}, {
|
|
2247
|
+
includeIndex: !1,
|
|
2248
|
+
item: {},
|
|
2249
|
+
sort: vt
|
|
2250
|
+
}, t), o = e.find((u) => u.path !== "/" && s.includes(u.path)), r = (u, h, b) => {
|
|
2251
|
+
if (u.children) {
|
|
2252
|
+
const C = u.children.find((U) => U.path.includes(s));
|
|
2253
|
+
if (C)
|
|
2254
|
+
return r(C, u, b + C.path);
|
|
2255
|
+
}
|
|
2256
|
+
return { route: h, path: b };
|
|
2257
|
+
}, { route: a, path: c } = r(o, o, o.path);
|
|
2258
|
+
return a.children ? a.children.filter(As(i.includeIndex)).map((u) => He(u, `${c}/${u.path}`, i.item)).sort(i.sort) : (console.warn("Unable to build menu for:", s), []);
|
|
2259
|
+
}
|
|
2260
|
+
function yt(e) {
|
|
2261
|
+
return e.find((s) => s.path === "");
|
|
2262
|
+
}
|
|
2263
|
+
function He(e, s = e.path, t) {
|
|
2264
|
+
const i = Object.assign({}, {
|
|
2265
|
+
indexMeta: !0,
|
|
2266
|
+
modify: null
|
|
2267
|
+
}, t);
|
|
2268
|
+
let o = Object.assign({}, e.meta);
|
|
2269
|
+
i.indexMeta && e.children && (o = Object.assign({}, o, yt(e.children)?.meta));
|
|
2270
|
+
const r = { ...e, meta: o }, a = {
|
|
2271
|
+
path: s,
|
|
2272
|
+
title: Le(r, e) || "Missing Title",
|
|
2273
|
+
weight: o?.weight || 0,
|
|
2274
|
+
meta: o
|
|
2275
|
+
};
|
|
2276
|
+
return i.modify && i.modify(a, e), a;
|
|
2277
|
+
}
|
|
2278
|
+
function pt(e) {
|
|
2279
|
+
return !e.path.includes("/:");
|
|
2280
|
+
}
|
|
2281
|
+
function Cs(e) {
|
|
2282
|
+
const s = e.path.match(/\//g) || [];
|
|
2283
|
+
return pt(e) && s.length === 1;
|
|
2284
|
+
}
|
|
2285
|
+
function Fo(e, s) {
|
|
2286
|
+
const { target: t } = s, n = t.closest("a");
|
|
2287
|
+
if (n) {
|
|
2288
|
+
let i = n.getAttribute("href");
|
|
2289
|
+
i.startsWith("/") && (e.push(i), s.preventDefault());
|
|
2290
|
+
}
|
|
2291
|
+
}
|
|
2292
|
+
function Ts(e, s = _t(e)) {
|
|
2293
|
+
return s?.children;
|
|
2294
|
+
}
|
|
2295
|
+
function _t(e, s) {
|
|
2296
|
+
const t = e.matched.length, n = t - 2;
|
|
2297
|
+
return s ? t > 1 ? e.matched[0] : null : n < 0 ? null : e.matched[n];
|
|
2298
|
+
}
|
|
2299
|
+
function As(e) {
|
|
2300
|
+
return (s) => e || s.path !== "";
|
|
2301
|
+
}
|
|
2302
|
+
function vt(e, s) {
|
|
2303
|
+
return e?.weight - s?.weight;
|
|
2304
|
+
}
|
|
2305
|
+
function Lo(e, s) {
|
|
2306
|
+
const n = Object.assign({}, {
|
|
2307
|
+
parent: null,
|
|
2308
|
+
includeIndex: !1,
|
|
2309
|
+
item: {},
|
|
2310
|
+
sort: vt
|
|
2311
|
+
}, s), i = n.parent || _t(e);
|
|
2312
|
+
return (Ts(e, i) || []).filter(As(n.includeIndex)).map((r) => He(r, `${i.path}/${r.path}`, n.item)).sort(n.sort);
|
|
2224
2313
|
}
|
|
2225
|
-
function
|
|
2226
|
-
|
|
2314
|
+
function Ho(e) {
|
|
2315
|
+
const { matched: s, path: t } = e;
|
|
2316
|
+
let n;
|
|
2317
|
+
return s.reduce((o, r, a) => {
|
|
2318
|
+
if (r.meta?.breadcrumb === !1 || r.path === n)
|
|
2319
|
+
return o;
|
|
2320
|
+
const c = a === s.length - 1, u = Le(r, e) || "Missing Title";
|
|
2321
|
+
return o.push({
|
|
2322
|
+
title: u,
|
|
2323
|
+
to: { path: c ? t : r.path },
|
|
2324
|
+
current: c
|
|
2325
|
+
}), n = r.path, o;
|
|
2326
|
+
}, []);
|
|
2227
2327
|
}
|
|
2228
|
-
|
|
2328
|
+
const Do = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2329
|
+
__proto__: null,
|
|
2330
|
+
$createBreadcrumb: Ho,
|
|
2331
|
+
$createSectionMenu: Lo,
|
|
2332
|
+
$getParentRoute: _t,
|
|
2333
|
+
$getRouteChildren: Ts,
|
|
2334
|
+
createBaseMenu: Mo,
|
|
2335
|
+
createMenuItem: He,
|
|
2336
|
+
createSectionMenu: Po,
|
|
2337
|
+
flattenMenu: Bo,
|
|
2338
|
+
getChildIndexRoute: yt,
|
|
2339
|
+
getRouteTitle: Le,
|
|
2340
|
+
isStaticBaseRoute: Cs,
|
|
2341
|
+
isStaticRoute: pt,
|
|
2342
|
+
nativeLinkRouter: Fo
|
|
2343
|
+
}, Symbol.toStringTag, { value: "Module" })), Ye = rt({});
|
|
2344
|
+
function tf(e = {}) {
|
|
2229
2345
|
const {
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2346
|
+
title: s,
|
|
2347
|
+
titleTemplate: t = "%s",
|
|
2348
|
+
useRoute: n = vs,
|
|
2349
|
+
useHead: i = Eo
|
|
2350
|
+
} = e, o = n(), r = o.path;
|
|
2351
|
+
if (s !== void 0) {
|
|
2352
|
+
ct(() => {
|
|
2353
|
+
Ye[r] = T(s);
|
|
2354
|
+
}), ds(() => {
|
|
2355
|
+
delete Ye[r];
|
|
2356
|
+
});
|
|
2357
|
+
return;
|
|
2358
|
+
}
|
|
2359
|
+
const a = w(() => {
|
|
2360
|
+
const c = Ye[o.path], u = Le(o, o), h = c || u;
|
|
2361
|
+
return h ? t.replace("%s", h) : "App";
|
|
2237
2362
|
});
|
|
2238
|
-
|
|
2239
|
-
title:
|
|
2363
|
+
i({
|
|
2364
|
+
title: a
|
|
2240
2365
|
});
|
|
2241
2366
|
}
|
|
2242
|
-
const
|
|
2367
|
+
const Vo = { class: "layout-flex-baseline" }, No = { class: "type-word-break" }, sf = {
|
|
2243
2368
|
__name: "UluOverflowPopover",
|
|
2244
2369
|
props: {
|
|
2245
2370
|
/**
|
|
@@ -2248,13 +2373,13 @@ const Mo = { class: "layout-flex-baseline" }, Po = { class: "type-word-break" },
|
|
|
2248
2373
|
triggerIcon: String
|
|
2249
2374
|
},
|
|
2250
2375
|
setup(e) {
|
|
2251
|
-
const { resizing: s, onResizeEnd: t } =
|
|
2376
|
+
const { resizing: s, onResizeEnd: t } = Oo(), n = M(null), i = M(!1), o = () => {
|
|
2252
2377
|
as(() => {
|
|
2253
2378
|
const a = n.value;
|
|
2254
2379
|
i.value = a.offsetWidth < a.scrollWidth;
|
|
2255
2380
|
});
|
|
2256
2381
|
}, r = t(o);
|
|
2257
|
-
return
|
|
2382
|
+
return nn(o), ds(r), (a, c) => (l(), d("div", Vo, [
|
|
2258
2383
|
f("div", {
|
|
2259
2384
|
class: "type-truncate",
|
|
2260
2385
|
ref_key: "text",
|
|
@@ -2273,7 +2398,7 @@ const Mo = { class: "layout-flex-baseline" }, Po = { class: "type-word-break" },
|
|
|
2273
2398
|
}, null, 8, ["icon"])
|
|
2274
2399
|
]),
|
|
2275
2400
|
content: v(() => [
|
|
2276
|
-
f("div",
|
|
2401
|
+
f("div", No, [
|
|
2277
2402
|
g(a.$slots, "default")
|
|
2278
2403
|
])
|
|
2279
2404
|
]),
|
|
@@ -2281,17 +2406,17 @@ const Mo = { class: "layout-flex-baseline" }, Po = { class: "type-word-break" },
|
|
|
2281
2406
|
})) : y("", !0)
|
|
2282
2407
|
]));
|
|
2283
2408
|
}
|
|
2284
|
-
},
|
|
2409
|
+
}, nf = {
|
|
2285
2410
|
__name: "UluTab",
|
|
2286
2411
|
setup(e) {
|
|
2287
|
-
return (s, t) => (l(), p(T(
|
|
2412
|
+
return (s, t) => (l(), p(T(un), null, {
|
|
2288
2413
|
default: v((n) => [
|
|
2289
2414
|
g(s.$slots, "default", X(q(n)))
|
|
2290
2415
|
]),
|
|
2291
2416
|
_: 3
|
|
2292
2417
|
}));
|
|
2293
2418
|
}
|
|
2294
|
-
},
|
|
2419
|
+
}, of = /* @__PURE__ */ Object.assign({
|
|
2295
2420
|
inheritAttrs: !1
|
|
2296
2421
|
}, {
|
|
2297
2422
|
__name: "UluTabGroup",
|
|
@@ -2306,7 +2431,7 @@ const Mo = { class: "layout-flex-baseline" }, Po = { class: "type-word-break" },
|
|
|
2306
2431
|
vertical: Boolean
|
|
2307
2432
|
},
|
|
2308
2433
|
setup(e) {
|
|
2309
|
-
return (s, t) => (l(), p(T(
|
|
2434
|
+
return (s, t) => (l(), p(T(dn), {
|
|
2310
2435
|
defaultIndex: e.defaultIndex,
|
|
2311
2436
|
vertical: e.vertical
|
|
2312
2437
|
}, {
|
|
@@ -2322,37 +2447,37 @@ const Mo = { class: "layout-flex-baseline" }, Po = { class: "type-word-break" },
|
|
|
2322
2447
|
_: 3
|
|
2323
2448
|
}, 8, ["defaultIndex", "vertical"]));
|
|
2324
2449
|
}
|
|
2325
|
-
}),
|
|
2450
|
+
}), rf = {
|
|
2326
2451
|
__name: "UluTabList",
|
|
2327
2452
|
setup(e) {
|
|
2328
|
-
return (s, t) => (l(), p(T(
|
|
2453
|
+
return (s, t) => (l(), p(T(fn), { class: "tabs__tablist" }, {
|
|
2329
2454
|
default: v(() => [
|
|
2330
2455
|
g(s.$slots, "default")
|
|
2331
2456
|
]),
|
|
2332
2457
|
_: 3
|
|
2333
2458
|
}));
|
|
2334
2459
|
}
|
|
2335
|
-
},
|
|
2460
|
+
}, af = {
|
|
2336
2461
|
__name: "UluTabPanel",
|
|
2337
2462
|
setup(e) {
|
|
2338
|
-
return (s, t) => (l(), p(T(
|
|
2463
|
+
return (s, t) => (l(), p(T(hn), null, {
|
|
2339
2464
|
default: v((n) => [
|
|
2340
2465
|
g(s.$slots, "default", X(q(n)))
|
|
2341
2466
|
]),
|
|
2342
2467
|
_: 3
|
|
2343
2468
|
}));
|
|
2344
2469
|
}
|
|
2345
|
-
},
|
|
2470
|
+
}, lf = {
|
|
2346
2471
|
__name: "UluTabPanels",
|
|
2347
2472
|
setup(e) {
|
|
2348
|
-
return (s, t) => (l(), p(T(
|
|
2473
|
+
return (s, t) => (l(), p(T(mn), null, {
|
|
2349
2474
|
default: v((n) => [
|
|
2350
2475
|
g(s.$slots, "default", X(q(n)))
|
|
2351
2476
|
]),
|
|
2352
2477
|
_: 3
|
|
2353
2478
|
}));
|
|
2354
2479
|
}
|
|
2355
|
-
},
|
|
2480
|
+
}, Wo = {
|
|
2356
2481
|
name: "UluButton",
|
|
2357
2482
|
components: {
|
|
2358
2483
|
UluIcon: D
|
|
@@ -2446,17 +2571,17 @@ const Mo = { class: "layout-flex-baseline" }, Po = { class: "type-word-break" },
|
|
|
2446
2571
|
return s && e.push(`button--${s}`), e;
|
|
2447
2572
|
},
|
|
2448
2573
|
element() {
|
|
2449
|
-
return this.to ?
|
|
2574
|
+
return this.to ? Pe : this.href ? "a" : "button";
|
|
2450
2575
|
},
|
|
2451
2576
|
attrs() {
|
|
2452
2577
|
const { to: e, href: s, download: t, target: n } = this, i = e ? { to: e } : s ? { href: s } : {};
|
|
2453
2578
|
return s && (n && (i.target = n), t && (i.download = typeof t == "string" ? t : !0)), i;
|
|
2454
2579
|
}
|
|
2455
2580
|
}
|
|
2456
|
-
},
|
|
2457
|
-
function
|
|
2581
|
+
}, Xo = { key: 1 };
|
|
2582
|
+
function qo(e, s, t, n, i, o) {
|
|
2458
2583
|
const r = E("UluIcon");
|
|
2459
|
-
return l(), p(
|
|
2584
|
+
return l(), p(B(o.element), G({
|
|
2460
2585
|
class: ["button", [
|
|
2461
2586
|
{
|
|
2462
2587
|
"button--transparent": t.transparent,
|
|
@@ -2479,7 +2604,7 @@ function Lo(e, s, t, n, i, o) {
|
|
|
2479
2604
|
icon: t.icon,
|
|
2480
2605
|
class: "button__icon"
|
|
2481
2606
|
}, null, 8, ["icon"])) : y("", !0),
|
|
2482
|
-
(e.$slots.default || t.text) && !t.iconOnly ? (l(), d("span",
|
|
2607
|
+
(e.$slots.default || t.text) && !t.iconOnly ? (l(), d("span", Xo, [
|
|
2483
2608
|
g(e.$slots, "default", {}, () => [
|
|
2484
2609
|
k(_(t.text), 1)
|
|
2485
2610
|
])
|
|
@@ -2494,10 +2619,10 @@ function Lo(e, s, t, n, i, o) {
|
|
|
2494
2619
|
_: 3
|
|
2495
2620
|
}, 16, ["class", "aria-label"]);
|
|
2496
2621
|
}
|
|
2497
|
-
const
|
|
2622
|
+
const Yo = /* @__PURE__ */ S(Wo, [["render", qo]]), Ko = {
|
|
2498
2623
|
name: "UluAlert",
|
|
2499
2624
|
components: {
|
|
2500
|
-
UluButton:
|
|
2625
|
+
UluButton: Yo,
|
|
2501
2626
|
UluIcon: D
|
|
2502
2627
|
},
|
|
2503
2628
|
props: {
|
|
@@ -2540,21 +2665,21 @@ const Ho = /* @__PURE__ */ S(Bo, [["render", Lo]]), Do = {
|
|
|
2540
2665
|
});
|
|
2541
2666
|
return { resolvedModifiers: s };
|
|
2542
2667
|
}
|
|
2543
|
-
},
|
|
2668
|
+
}, Go = { class: "layout-flex" }, Zo = { class: "type-small" }, Jo = {
|
|
2544
2669
|
key: 0,
|
|
2545
2670
|
class: "margin-left-auto align-self-center"
|
|
2546
2671
|
};
|
|
2547
|
-
function
|
|
2672
|
+
function Qo(e, s, t, n, i, o) {
|
|
2548
2673
|
const r = E("UluIcon");
|
|
2549
2674
|
return l(), d("div", {
|
|
2550
2675
|
class: m(["callout", n.resolvedModifiers])
|
|
2551
2676
|
}, [
|
|
2552
|
-
f("div",
|
|
2677
|
+
f("div", Go, [
|
|
2553
2678
|
R(r, {
|
|
2554
2679
|
class: m(["type-large margin-right-small", `color-${t.type}`]),
|
|
2555
2680
|
icon: t.icon || `type:${t.type}`
|
|
2556
2681
|
}, null, 8, ["class", "icon"]),
|
|
2557
|
-
f("div",
|
|
2682
|
+
f("div", Zo, [
|
|
2558
2683
|
f("div", null, [
|
|
2559
2684
|
g(e.$slots, "title", {}, () => [
|
|
2560
2685
|
f("strong", null, _(t.title), 1)
|
|
@@ -2566,16 +2691,16 @@ function Xo(e, s, t, n, i, o) {
|
|
|
2566
2691
|
])
|
|
2567
2692
|
])
|
|
2568
2693
|
]),
|
|
2569
|
-
e.$slots.action ? (l(), d("div",
|
|
2694
|
+
e.$slots.action ? (l(), d("div", Jo, [
|
|
2570
2695
|
g(e.$slots, "action")
|
|
2571
2696
|
])) : y("", !0)
|
|
2572
2697
|
])
|
|
2573
2698
|
], 2);
|
|
2574
2699
|
}
|
|
2575
|
-
const
|
|
2700
|
+
const cf = /* @__PURE__ */ S(Ko, [["render", Qo]]), ei = ["aria-hidden"], ti = {
|
|
2576
2701
|
key: 2,
|
|
2577
2702
|
class: "hidden-visually"
|
|
2578
|
-
},
|
|
2703
|
+
}, si = {
|
|
2579
2704
|
__name: "UluBadge",
|
|
2580
2705
|
props: {
|
|
2581
2706
|
skeleton: Boolean,
|
|
@@ -2590,9 +2715,9 @@ const uf = /* @__PURE__ */ S(Do, [["render", Xo]]), qo = ["aria-hidden"], Yo = {
|
|
|
2590
2715
|
setup(e) {
|
|
2591
2716
|
const s = e, t = w(() => !!(s.to || s.click)), n = w(() => {
|
|
2592
2717
|
const { click: i, to: o, href: r } = s;
|
|
2593
|
-
return i ? "button" : o ?
|
|
2718
|
+
return i ? "button" : o ? Pe : r ? "a" : "span";
|
|
2594
2719
|
});
|
|
2595
|
-
return (i, o) => (l(), p(
|
|
2720
|
+
return (i, o) => (l(), p(B(n.value), {
|
|
2596
2721
|
class: m(["badge", [
|
|
2597
2722
|
e.size ? `badge--${e.size}` : null,
|
|
2598
2723
|
e.type ? `badge--${e.type}` : null,
|
|
@@ -2609,14 +2734,14 @@ const uf = /* @__PURE__ */ S(Do, [["render", Xo]]), qo = ["aria-hidden"], Yo = {
|
|
|
2609
2734
|
e.text ? (l(), d("span", {
|
|
2610
2735
|
key: 0,
|
|
2611
2736
|
"aria-hidden": e.alt ? "true" : null
|
|
2612
|
-
}, _(e.text), 9,
|
|
2613
|
-
e.alt ? (l(), d("span",
|
|
2737
|
+
}, _(e.text), 9, ei)) : g(i.$slots, "default", { key: 1 }),
|
|
2738
|
+
e.alt ? (l(), d("span", ti, _(e.alt), 1)) : y("", !0)
|
|
2614
2739
|
], 2)
|
|
2615
2740
|
]),
|
|
2616
2741
|
_: 3
|
|
2617
2742
|
}, 8, ["class", "to", "href", "onClick"]));
|
|
2618
2743
|
}
|
|
2619
|
-
},
|
|
2744
|
+
}, ni = { class: "badge-stack" }, uf = {
|
|
2620
2745
|
__name: "UluBadgeStack",
|
|
2621
2746
|
props: {
|
|
2622
2747
|
/**
|
|
@@ -2625,16 +2750,16 @@ const uf = /* @__PURE__ */ S(Do, [["render", Xo]]), qo = ["aria-hidden"], Yo = {
|
|
|
2625
2750
|
items: Array
|
|
2626
2751
|
},
|
|
2627
2752
|
setup(e) {
|
|
2628
|
-
return (s, t) => (l(), d("ul",
|
|
2753
|
+
return (s, t) => (l(), d("ul", ni, [
|
|
2629
2754
|
(l(!0), d($, null, A(e.items, (n, i) => (l(), d("li", {
|
|
2630
2755
|
class: "badge-stack__item",
|
|
2631
2756
|
key: i
|
|
2632
2757
|
}, [
|
|
2633
|
-
R(
|
|
2758
|
+
R(si, G({ ref_for: !0 }, n), null, 16)
|
|
2634
2759
|
]))), 128))
|
|
2635
2760
|
]));
|
|
2636
2761
|
}
|
|
2637
|
-
},
|
|
2762
|
+
}, oi = {
|
|
2638
2763
|
name: "UluButtonVerbose",
|
|
2639
2764
|
components: {
|
|
2640
2765
|
UluIcon: D
|
|
@@ -2694,20 +2819,20 @@ const uf = /* @__PURE__ */ S(Do, [["render", Xo]]), qo = ["aria-hidden"], Yo = {
|
|
|
2694
2819
|
},
|
|
2695
2820
|
computed: {
|
|
2696
2821
|
element() {
|
|
2697
|
-
return this.to ?
|
|
2822
|
+
return this.to ? Pe : this.href ? "a" : "button";
|
|
2698
2823
|
},
|
|
2699
2824
|
attrs() {
|
|
2700
2825
|
const { to: e, href: s, download: t, target: n } = this, i = e ? { to: e } : s ? { href: s } : {};
|
|
2701
2826
|
return s && (n && (i.target = n), t && (i.download = typeof t == "string" ? t : !0)), i;
|
|
2702
2827
|
}
|
|
2703
2828
|
}
|
|
2704
|
-
},
|
|
2829
|
+
}, ii = {
|
|
2705
2830
|
key: 1,
|
|
2706
2831
|
class: "button-verbose__body"
|
|
2707
2832
|
};
|
|
2708
|
-
function
|
|
2833
|
+
function ri(e, s, t, n, i, o) {
|
|
2709
2834
|
const r = E("UluIcon");
|
|
2710
|
-
return l(), p(
|
|
2835
|
+
return l(), p(B(o.element), G({
|
|
2711
2836
|
class: ["button-verbose", [
|
|
2712
2837
|
{
|
|
2713
2838
|
"button-verbose--inline": t.inline,
|
|
@@ -2717,7 +2842,7 @@ function Qo(e, s, t, n, i, o) {
|
|
|
2717
2842
|
]]
|
|
2718
2843
|
}, o.attrs), {
|
|
2719
2844
|
default: v(() => [
|
|
2720
|
-
e.$slots.title || t.title ? (l(), p(
|
|
2845
|
+
e.$slots.title || t.title ? (l(), p(B(t.titleElement), {
|
|
2721
2846
|
key: 0,
|
|
2722
2847
|
class: "button-verbose__title"
|
|
2723
2848
|
}, {
|
|
@@ -2728,7 +2853,7 @@ function Qo(e, s, t, n, i, o) {
|
|
|
2728
2853
|
]),
|
|
2729
2854
|
_: 3
|
|
2730
2855
|
})) : y("", !0),
|
|
2731
|
-
e.$slots.default || t.body ? (l(), d("span",
|
|
2856
|
+
e.$slots.default || t.body ? (l(), d("span", ii, [
|
|
2732
2857
|
g(e.$slots, "default", {}, () => [
|
|
2733
2858
|
k(_(t.body), 1)
|
|
2734
2859
|
])
|
|
@@ -2743,7 +2868,7 @@ function Qo(e, s, t, n, i, o) {
|
|
|
2743
2868
|
_: 3
|
|
2744
2869
|
}, 16, ["class"]);
|
|
2745
2870
|
}
|
|
2746
|
-
const
|
|
2871
|
+
const df = /* @__PURE__ */ S(oi, [["render", ri]]), ai = {
|
|
2747
2872
|
name: "UluCallout",
|
|
2748
2873
|
props: {
|
|
2749
2874
|
/**
|
|
@@ -2761,17 +2886,17 @@ const ff = /* @__PURE__ */ S(Zo, [["render", Qo]]), ei = {
|
|
|
2761
2886
|
return { resolvedModifiers: s };
|
|
2762
2887
|
}
|
|
2763
2888
|
};
|
|
2764
|
-
function
|
|
2889
|
+
function li(e, s, t, n, i, o) {
|
|
2765
2890
|
return l(), d("div", {
|
|
2766
2891
|
class: m(["callout", [n.resolvedModifiers, { "full-height": t.fullHeight }]])
|
|
2767
2892
|
}, [
|
|
2768
2893
|
g(e.$slots, "default")
|
|
2769
2894
|
], 2);
|
|
2770
2895
|
}
|
|
2771
|
-
const
|
|
2896
|
+
const ff = /* @__PURE__ */ S(ai, [["render", li]]), Et = (e, s) => {
|
|
2772
2897
|
const t = !(s.to || s.href);
|
|
2773
2898
|
return t || console.warn("'titleHref' and 'titleTo' can't be used with to or href (nesting links)"), t;
|
|
2774
|
-
},
|
|
2899
|
+
}, ci = {
|
|
2775
2900
|
name: "UluCard",
|
|
2776
2901
|
props: {
|
|
2777
2902
|
/**
|
|
@@ -2897,7 +3022,7 @@ const hf = /* @__PURE__ */ S(ei, [["render", ti]]), Et = (e, s) => {
|
|
|
2897
3022
|
computed: {
|
|
2898
3023
|
resolvedElement() {
|
|
2899
3024
|
const { cardElement: e, to: s, href: t } = this;
|
|
2900
|
-
return s ?
|
|
3025
|
+
return s ? Pe : t ? "a" : e;
|
|
2901
3026
|
}
|
|
2902
3027
|
},
|
|
2903
3028
|
methods: {
|
|
@@ -2912,16 +3037,16 @@ const hf = /* @__PURE__ */ S(ei, [["render", ti]]), Et = (e, s) => {
|
|
|
2912
3037
|
this.shouldProxy && e - this.proxyStart < n && s.click();
|
|
2913
3038
|
}
|
|
2914
3039
|
}
|
|
2915
|
-
},
|
|
3040
|
+
}, ui = { class: "card__body" }, di = { class: "card__main" }, fi = ["href", "target"], hi = {
|
|
2916
3041
|
key: 0,
|
|
2917
3042
|
class: "card__aside"
|
|
2918
|
-
},
|
|
3043
|
+
}, mi = ["src", "alt"], gi = {
|
|
2919
3044
|
key: 1,
|
|
2920
3045
|
class: "card__footer"
|
|
2921
3046
|
};
|
|
2922
|
-
function
|
|
3047
|
+
function yi(e, s, t, n, i, o) {
|
|
2923
3048
|
const r = E("router-link");
|
|
2924
|
-
return l(), p(
|
|
3049
|
+
return l(), p(B(o.resolvedElement), {
|
|
2925
3050
|
class: m(["card", [
|
|
2926
3051
|
{
|
|
2927
3052
|
"card--horizontal": t.horizontal || t.horizontalCenter,
|
|
@@ -2932,16 +3057,16 @@ function ci(e, s, t, n, i, o) {
|
|
|
2932
3057
|
]]),
|
|
2933
3058
|
onMousedown: o.onMousedown,
|
|
2934
3059
|
onMouseup: o.onMouseup,
|
|
2935
|
-
style:
|
|
3060
|
+
style: P({ cursor: i.cursorStyle }),
|
|
2936
3061
|
target: t.target,
|
|
2937
3062
|
to: t.to,
|
|
2938
3063
|
href: t.href,
|
|
2939
3064
|
"data-ulu-proxy-click-init": i.proxyClickEnabled
|
|
2940
3065
|
}, {
|
|
2941
3066
|
default: v(() => [
|
|
2942
|
-
f("div",
|
|
2943
|
-
f("div",
|
|
2944
|
-
(l(), p(
|
|
3067
|
+
f("div", ui, [
|
|
3068
|
+
f("div", di, [
|
|
3069
|
+
(l(), p(B(t.titleElement), {
|
|
2945
3070
|
class: m(["card__title", t.classes.title])
|
|
2946
3071
|
}, {
|
|
2947
3072
|
default: v(() => [
|
|
@@ -2967,7 +3092,7 @@ function ci(e, s, t, n, i, o) {
|
|
|
2967
3092
|
g(e.$slots, "title", {}, () => [
|
|
2968
3093
|
k(_(t.title), 1)
|
|
2969
3094
|
])
|
|
2970
|
-
], 8,
|
|
3095
|
+
], 8, fi)) : g(e.$slots, "title", { key: 2 }, () => [
|
|
2971
3096
|
k(_(t.title), 1)
|
|
2972
3097
|
])
|
|
2973
3098
|
]),
|
|
@@ -2975,7 +3100,7 @@ function ci(e, s, t, n, i, o) {
|
|
|
2975
3100
|
}, 8, ["class"])),
|
|
2976
3101
|
g(e.$slots, "body")
|
|
2977
3102
|
]),
|
|
2978
|
-
e.$slots.aside ? (l(), d("div",
|
|
3103
|
+
e.$slots.aside ? (l(), d("div", hi, [
|
|
2979
3104
|
g(e.$slots, "aside")
|
|
2980
3105
|
])) : y("", !0)
|
|
2981
3106
|
]),
|
|
@@ -2990,17 +3115,17 @@ function ci(e, s, t, n, i, o) {
|
|
|
2990
3115
|
f("img", {
|
|
2991
3116
|
src: t.imageSrc,
|
|
2992
3117
|
alt: t.imageAlt
|
|
2993
|
-
}, null, 8,
|
|
3118
|
+
}, null, 8, mi)
|
|
2994
3119
|
])
|
|
2995
3120
|
], 2)) : y("", !0),
|
|
2996
|
-
e.$slots.footer ? (l(), d("div",
|
|
3121
|
+
e.$slots.footer ? (l(), d("div", gi, [
|
|
2997
3122
|
g(e.$slots, "footer")
|
|
2998
3123
|
])) : y("", !0)
|
|
2999
3124
|
]),
|
|
3000
3125
|
_: 3
|
|
3001
3126
|
}, 40, ["onMousedown", "onMouseup", "class", "style", "target", "to", "href", "data-ulu-proxy-click-init"]);
|
|
3002
3127
|
}
|
|
3003
|
-
const
|
|
3128
|
+
const hf = /* @__PURE__ */ S(ci, [["render", yi]]), mf = {
|
|
3004
3129
|
__name: "UluDefinitionList",
|
|
3005
3130
|
props: {
|
|
3006
3131
|
/**
|
|
@@ -3047,7 +3172,7 @@ const mf = /* @__PURE__ */ S(si, [["render", ci]]), gf = {
|
|
|
3047
3172
|
], 2))), 128))
|
|
3048
3173
|
], 2));
|
|
3049
3174
|
}
|
|
3050
|
-
},
|
|
3175
|
+
}, pi = ["href", "target"], _i = { class: "external-link__text" }, gf = {
|
|
3051
3176
|
__name: "UluExternalLink",
|
|
3052
3177
|
props: {
|
|
3053
3178
|
/**
|
|
@@ -3076,7 +3201,7 @@ const mf = /* @__PURE__ */ S(si, [["render", ci]]), gf = {
|
|
|
3076
3201
|
href: e.href,
|
|
3077
3202
|
target: e.target
|
|
3078
3203
|
}, [
|
|
3079
|
-
f("span",
|
|
3204
|
+
f("span", _i, [
|
|
3080
3205
|
g(s.$slots, "default", {}, () => [
|
|
3081
3206
|
k(_(e.text), 1)
|
|
3082
3207
|
])
|
|
@@ -3085,9 +3210,9 @@ const mf = /* @__PURE__ */ S(si, [["render", ci]]), gf = {
|
|
|
3085
3210
|
class: "external-link__icon margin-left-small-x display-inline",
|
|
3086
3211
|
icon: e.icon || "type:externalLink"
|
|
3087
3212
|
}, null, 8, ["icon"])
|
|
3088
|
-
], 8,
|
|
3213
|
+
], 8, pi));
|
|
3089
3214
|
}
|
|
3090
|
-
},
|
|
3215
|
+
}, yf = {
|
|
3091
3216
|
__name: "UluList",
|
|
3092
3217
|
props: {
|
|
3093
3218
|
/**
|
|
@@ -3138,7 +3263,7 @@ const mf = /* @__PURE__ */ S(si, [["render", ci]]), gf = {
|
|
|
3138
3263
|
},
|
|
3139
3264
|
setup(e) {
|
|
3140
3265
|
const s = e, t = w(() => s.ordered || s.forceOrdered ? "ol" : "ul");
|
|
3141
|
-
return (n, i) => (l(), p(
|
|
3266
|
+
return (n, i) => (l(), p(B(t.value), {
|
|
3142
3267
|
class: m([
|
|
3143
3268
|
{
|
|
3144
3269
|
"list-ordered": e.ordered,
|
|
@@ -3148,7 +3273,7 @@ const mf = /* @__PURE__ */ S(si, [["render", ci]]), gf = {
|
|
|
3148
3273
|
},
|
|
3149
3274
|
e.classes.list
|
|
3150
3275
|
]),
|
|
3151
|
-
style:
|
|
3276
|
+
style: P({
|
|
3152
3277
|
listStyleType: e.listStyleType
|
|
3153
3278
|
}),
|
|
3154
3279
|
reversed: e.reversed,
|
|
@@ -3170,13 +3295,13 @@ const mf = /* @__PURE__ */ S(si, [["render", ci]]), gf = {
|
|
|
3170
3295
|
_: 3
|
|
3171
3296
|
}, 8, ["class", "style", "reversed", "start"]));
|
|
3172
3297
|
}
|
|
3173
|
-
},
|
|
3174
|
-
function
|
|
3175
|
-
return l(), d("main",
|
|
3298
|
+
}, vi = {}, bi = { id: "main-content" };
|
|
3299
|
+
function wi(e, s) {
|
|
3300
|
+
return l(), d("main", bi, [
|
|
3176
3301
|
g(e.$slots, "default")
|
|
3177
3302
|
]);
|
|
3178
3303
|
}
|
|
3179
|
-
const
|
|
3304
|
+
const pf = /* @__PURE__ */ S(vi, [["render", wi]]), Si = { class: "spoke-spinner__spinner" }, _f = {
|
|
3180
3305
|
__name: "UluSpokeSpinner",
|
|
3181
3306
|
props: {
|
|
3182
3307
|
/**
|
|
@@ -3188,12 +3313,12 @@ const _f = /* @__PURE__ */ S(fi, [["render", mi]]), gi = { class: "spoke-spinner
|
|
|
3188
3313
|
return (s, t) => (l(), d("div", {
|
|
3189
3314
|
class: m(["spoke-spinner", { [`spoke-spinner--${e.type}`]: e.type }])
|
|
3190
3315
|
}, [
|
|
3191
|
-
f("div",
|
|
3316
|
+
f("div", Si, [
|
|
3192
3317
|
(l(), d($, null, A(12, (n) => f("div", { key: n })), 64))
|
|
3193
3318
|
])
|
|
3194
3319
|
], 2));
|
|
3195
3320
|
}
|
|
3196
|
-
},
|
|
3321
|
+
}, ki = { class: "menu-stack form-theme" }, Ci = { class: "menu-stack__list" }, Ti = { class: "menu-stack__selectable" }, Ai = ["id", "onUpdate:modelValue"], $i = ["for"], vf = {
|
|
3197
3322
|
__name: "UluCheckboxMenu",
|
|
3198
3323
|
props: {
|
|
3199
3324
|
/**
|
|
@@ -3203,19 +3328,19 @@ const _f = /* @__PURE__ */ S(fi, [["render", mi]]), gi = { class: "spoke-spinner
|
|
|
3203
3328
|
},
|
|
3204
3329
|
setup(e) {
|
|
3205
3330
|
const s = (t) => `checkbox-menu-opt-${t}`;
|
|
3206
|
-
return (t, n) => (l(), d("div",
|
|
3207
|
-
f("ul",
|
|
3331
|
+
return (t, n) => (l(), d("div", ki, [
|
|
3332
|
+
f("ul", Ci, [
|
|
3208
3333
|
(l(!0), d($, null, A(e.options, (i, o) => (l(), d("li", {
|
|
3209
3334
|
class: "menu-stack__item",
|
|
3210
3335
|
key: o
|
|
3211
3336
|
}, [
|
|
3212
|
-
f("div",
|
|
3337
|
+
f("div", Ti, [
|
|
3213
3338
|
me(f("input", {
|
|
3214
3339
|
type: "checkbox",
|
|
3215
3340
|
id: s(o),
|
|
3216
3341
|
"onUpdate:modelValue": (r) => i.checked = r
|
|
3217
|
-
}, null, 8,
|
|
3218
|
-
[
|
|
3342
|
+
}, null, 8, Ai), [
|
|
3343
|
+
[on, i.checked]
|
|
3219
3344
|
]),
|
|
3220
3345
|
f("label", {
|
|
3221
3346
|
for: s(o)
|
|
@@ -3223,13 +3348,13 @@ const _f = /* @__PURE__ */ S(fi, [["render", mi]]), gi = { class: "spoke-spinner
|
|
|
3223
3348
|
g(t.$slots, "default", {}, () => [
|
|
3224
3349
|
k(_(i?.title || i?.text), 1)
|
|
3225
3350
|
])
|
|
3226
|
-
], 8,
|
|
3351
|
+
], 8, $i)
|
|
3227
3352
|
])
|
|
3228
3353
|
]))), 128))
|
|
3229
3354
|
])
|
|
3230
3355
|
]));
|
|
3231
3356
|
}
|
|
3232
|
-
},
|
|
3357
|
+
}, Oi = ["href", "download"], Ri = { class: "margin-left-small-x" }, bf = {
|
|
3233
3358
|
__name: "UluFileDisplay",
|
|
3234
3359
|
props: {
|
|
3235
3360
|
file: {
|
|
@@ -3260,9 +3385,9 @@ const _f = /* @__PURE__ */ S(fi, [["render", mi]]), gi = { class: "spoke-spinner
|
|
|
3260
3385
|
class: "ui-icon",
|
|
3261
3386
|
icon: e.icon
|
|
3262
3387
|
}, null, 8, ["icon"]),
|
|
3263
|
-
f("span",
|
|
3388
|
+
f("span", Ri, [
|
|
3264
3389
|
k(_(e.file.name) + " ", 1),
|
|
3265
|
-
e.noFileSize ? y("", !0) : (l(), p(
|
|
3390
|
+
e.noFileSize ? y("", !0) : (l(), p(Ss, {
|
|
3266
3391
|
key: 0,
|
|
3267
3392
|
text: n.value,
|
|
3268
3393
|
small: "",
|
|
@@ -3270,9 +3395,9 @@ const _f = /* @__PURE__ */ S(fi, [["render", mi]]), gi = { class: "spoke-spinner
|
|
|
3270
3395
|
}, null, 8, ["text"]))
|
|
3271
3396
|
])
|
|
3272
3397
|
])
|
|
3273
|
-
], 8,
|
|
3398
|
+
], 8, Oi));
|
|
3274
3399
|
}
|
|
3275
|
-
},
|
|
3400
|
+
}, xi = { class: "site-form__item site-form__item--file" }, Ui = ["for"], ji = ["multiple", "id"], wf = {
|
|
3276
3401
|
__name: "UluFormFile",
|
|
3277
3402
|
props: {
|
|
3278
3403
|
label: {
|
|
@@ -3292,7 +3417,7 @@ const _f = /* @__PURE__ */ S(fi, [["render", mi]]), gi = { class: "spoke-spinner
|
|
|
3292
3417
|
})(), n = s, i = t(), o = (r) => {
|
|
3293
3418
|
n("file-change", r.target.files);
|
|
3294
3419
|
};
|
|
3295
|
-
return (r, a) => (l(), d("div",
|
|
3420
|
+
return (r, a) => (l(), d("div", xi, [
|
|
3296
3421
|
f("label", {
|
|
3297
3422
|
class: m({ "hidden-visually": e.labelHidden }),
|
|
3298
3423
|
for: T(i)
|
|
@@ -3300,16 +3425,16 @@ const _f = /* @__PURE__ */ S(fi, [["render", mi]]), gi = { class: "spoke-spinner
|
|
|
3300
3425
|
g(r.$slots, "label", {}, () => [
|
|
3301
3426
|
k(_(e.label), 1)
|
|
3302
3427
|
])
|
|
3303
|
-
], 10,
|
|
3428
|
+
], 10, Ui),
|
|
3304
3429
|
f("input", G({
|
|
3305
3430
|
type: "file",
|
|
3306
3431
|
onChange: o,
|
|
3307
3432
|
multiple: e.multiple,
|
|
3308
3433
|
id: T(i)
|
|
3309
|
-
}, e.inputAttrs), null, 16,
|
|
3434
|
+
}, e.inputAttrs), null, 16, ji)
|
|
3310
3435
|
]));
|
|
3311
3436
|
}
|
|
3312
|
-
},
|
|
3437
|
+
}, Sf = {
|
|
3313
3438
|
__name: "UluFormMessage",
|
|
3314
3439
|
props: {
|
|
3315
3440
|
warning: Boolean,
|
|
@@ -3329,7 +3454,7 @@ const _f = /* @__PURE__ */ S(fi, [["render", mi]]), gi = { class: "spoke-spinner
|
|
|
3329
3454
|
g(s.$slots, "default")
|
|
3330
3455
|
], 2));
|
|
3331
3456
|
}
|
|
3332
|
-
},
|
|
3457
|
+
}, zi = { class: "site-form__item site-form__item--select" }, Ei = ["for"], Ii = ["id", "value"], Mi = ["value"], kf = {
|
|
3333
3458
|
__name: "UluFormSelect",
|
|
3334
3459
|
props: {
|
|
3335
3460
|
label: String,
|
|
@@ -3343,7 +3468,7 @@ const _f = /* @__PURE__ */ S(fi, [["render", mi]]), gi = { class: "spoke-spinner
|
|
|
3343
3468
|
let n = 0;
|
|
3344
3469
|
return () => `select-id-${++n}`;
|
|
3345
3470
|
})())();
|
|
3346
|
-
return (n, i) => (l(), d("div",
|
|
3471
|
+
return (n, i) => (l(), d("div", zi, [
|
|
3347
3472
|
f("label", {
|
|
3348
3473
|
class: m({ "hidden-visually": e.labelHidden }),
|
|
3349
3474
|
for: T(t)
|
|
@@ -3351,7 +3476,7 @@ const _f = /* @__PURE__ */ S(fi, [["render", mi]]), gi = { class: "spoke-spinner
|
|
|
3351
3476
|
g(n.$slots, "default", {}, () => [
|
|
3352
3477
|
k(_(e.label), 1)
|
|
3353
3478
|
])
|
|
3354
|
-
], 10,
|
|
3479
|
+
], 10, Ei),
|
|
3355
3480
|
f("select", {
|
|
3356
3481
|
id: T(t),
|
|
3357
3482
|
value: e.modelValue,
|
|
@@ -3364,11 +3489,11 @@ const _f = /* @__PURE__ */ S(fi, [["render", mi]]), gi = { class: "spoke-spinner
|
|
|
3364
3489
|
(l(!0), d($, null, A(e.options, (o, r) => (l(), d("option", {
|
|
3365
3490
|
key: r,
|
|
3366
3491
|
value: o.value
|
|
3367
|
-
}, _(o.text), 9,
|
|
3368
|
-
], 40,
|
|
3492
|
+
}, _(o.text), 9, Mi))), 128))
|
|
3493
|
+
], 40, Ii)
|
|
3369
3494
|
]));
|
|
3370
3495
|
}
|
|
3371
|
-
},
|
|
3496
|
+
}, Bi = { class: "site-form__item site-form__item--text" }, Pi = ["for"], Fi = ["value", "id"], Cf = {
|
|
3372
3497
|
__name: "UluFormText",
|
|
3373
3498
|
props: {
|
|
3374
3499
|
label: String,
|
|
@@ -3381,7 +3506,7 @@ const _f = /* @__PURE__ */ S(fi, [["render", mi]]), gi = { class: "spoke-spinner
|
|
|
3381
3506
|
let n = 0;
|
|
3382
3507
|
return () => `text-input-id-${++n}`;
|
|
3383
3508
|
})())();
|
|
3384
|
-
return (n, i) => (l(), d("div",
|
|
3509
|
+
return (n, i) => (l(), d("div", Bi, [
|
|
3385
3510
|
f("label", {
|
|
3386
3511
|
class: m({ "hidden-visually": e.labelHidden }),
|
|
3387
3512
|
for: T(t)
|
|
@@ -3389,19 +3514,19 @@ const _f = /* @__PURE__ */ S(fi, [["render", mi]]), gi = { class: "spoke-spinner
|
|
|
3389
3514
|
g(n.$slots, "default", {}, () => [
|
|
3390
3515
|
k(_(e.label), 1)
|
|
3391
3516
|
])
|
|
3392
|
-
], 10,
|
|
3517
|
+
], 10, Pi),
|
|
3393
3518
|
f("input", {
|
|
3394
3519
|
type: "text",
|
|
3395
3520
|
value: e.modelValue,
|
|
3396
3521
|
onInput: i[0] || (i[0] = (o) => n.$emit("update:modelValue", o.target.value)),
|
|
3397
3522
|
id: T(t)
|
|
3398
|
-
}, null, 40,
|
|
3523
|
+
}, null, 40, Fi)
|
|
3399
3524
|
]));
|
|
3400
3525
|
}
|
|
3401
|
-
},
|
|
3526
|
+
}, Li = { class: "form-theme search-form type-small" }, Hi = { class: "search-form__field" }, Di = ["placeholder"], Vi = {
|
|
3402
3527
|
class: "search-form__submit button button--primary",
|
|
3403
3528
|
"aria-label": "Submit Search"
|
|
3404
|
-
},
|
|
3529
|
+
}, Tf = {
|
|
3405
3530
|
__name: "UluSearchForm",
|
|
3406
3531
|
props: {
|
|
3407
3532
|
placeholder: {
|
|
@@ -3410,33 +3535,33 @@ const _f = /* @__PURE__ */ S(fi, [["render", mi]]), gi = { class: "spoke-spinner
|
|
|
3410
3535
|
}
|
|
3411
3536
|
},
|
|
3412
3537
|
setup(e) {
|
|
3413
|
-
return (s, t) => (l(), d("div",
|
|
3414
|
-
f("div",
|
|
3538
|
+
return (s, t) => (l(), d("div", Li, [
|
|
3539
|
+
f("div", Hi, [
|
|
3415
3540
|
t[0] || (t[0] = f("label", { class: "hidden-visually" }, "Search", -1)),
|
|
3416
3541
|
f("input", {
|
|
3417
3542
|
class: "search-form__input",
|
|
3418
3543
|
type: "text",
|
|
3419
3544
|
id: "example-input",
|
|
3420
3545
|
placeholder: e.placeholder
|
|
3421
|
-
}, null, 8,
|
|
3546
|
+
}, null, 8, Di)
|
|
3422
3547
|
]),
|
|
3423
|
-
f("button",
|
|
3548
|
+
f("button", Vi, [
|
|
3424
3549
|
R(D, { icon: "type:search" })
|
|
3425
3550
|
])
|
|
3426
3551
|
]));
|
|
3427
3552
|
}
|
|
3428
|
-
},
|
|
3553
|
+
}, Af = {
|
|
3429
3554
|
__name: "UluAdaptiveLayout",
|
|
3430
3555
|
setup(e) {
|
|
3431
|
-
const s =
|
|
3556
|
+
const s = xo("uluIsMobile");
|
|
3432
3557
|
return (t, n) => !T(s) || !t.$slots.mobile ? g(t.$slots, "default", { key: 0 }) : g(t.$slots, "mobile", { key: 1 });
|
|
3433
3558
|
}
|
|
3434
3559
|
};
|
|
3435
|
-
function
|
|
3560
|
+
function Ni(e) {
|
|
3436
3561
|
var s;
|
|
3437
3562
|
return e = e.replace(/^[^-_a-zA-Z]+/, "").replace(/^-(?:[-0-9]+)/, "-"), s = e && e.replace(/[^-_a-zA-Z0-9]+/g, "-"), s.toLowerCase();
|
|
3438
3563
|
}
|
|
3439
|
-
function
|
|
3564
|
+
function Wi(e, s = {
|
|
3440
3565
|
columnFirst: "position-column-first",
|
|
3441
3566
|
columnLast: "position-column-last",
|
|
3442
3567
|
rowFirst: "position-row-first",
|
|
@@ -3453,22 +3578,22 @@ function Bi(e, s = {
|
|
|
3453
3578
|
});
|
|
3454
3579
|
});
|
|
3455
3580
|
}
|
|
3456
|
-
const
|
|
3581
|
+
const Xi = {
|
|
3457
3582
|
name: "UluDataGrid",
|
|
3458
3583
|
async mounted() {
|
|
3459
|
-
const e = () =>
|
|
3460
|
-
e(), this.resizeHandler =
|
|
3584
|
+
const e = () => Wi(this.$el);
|
|
3585
|
+
e(), this.resizeHandler = Fe(e, 200, !1, this), window.addEventListener("resize", this.resizeHandler);
|
|
3461
3586
|
},
|
|
3462
3587
|
beforeUnmount() {
|
|
3463
3588
|
this.resizeHandler && window.removeEventListener("resize", this.resizeHandler);
|
|
3464
3589
|
}
|
|
3465
3590
|
};
|
|
3466
|
-
function
|
|
3591
|
+
function qi(e, s, t, n, i, o) {
|
|
3467
3592
|
return l(), d("div", null, [
|
|
3468
3593
|
g(e.$slots, "default")
|
|
3469
3594
|
]);
|
|
3470
3595
|
}
|
|
3471
|
-
const
|
|
3596
|
+
const $f = /* @__PURE__ */ S(Xi, [["render", qi]]), Yi = {
|
|
3472
3597
|
name: "UluTitleRail",
|
|
3473
3598
|
components: {
|
|
3474
3599
|
UluIcon: D
|
|
@@ -3493,11 +3618,11 @@ const Of = /* @__PURE__ */ S(Fi, [["render", Li]]), Hi = {
|
|
|
3493
3618
|
},
|
|
3494
3619
|
rule: Boolean
|
|
3495
3620
|
}
|
|
3496
|
-
},
|
|
3621
|
+
}, Ki = {
|
|
3497
3622
|
key: 0,
|
|
3498
3623
|
class: "rail__item rail__item--pull"
|
|
3499
3624
|
};
|
|
3500
|
-
function
|
|
3625
|
+
function Gi(e, s, t, n, i, o) {
|
|
3501
3626
|
const r = E("UluIcon");
|
|
3502
3627
|
return l(), d("div", {
|
|
3503
3628
|
class: m(["rail rail--title-rail", {
|
|
@@ -3507,9 +3632,9 @@ function Vi(e, s, t, n, i, o) {
|
|
|
3507
3632
|
f("div", {
|
|
3508
3633
|
class: m(["rail__item rail__item--title", t.classes.itemTitle])
|
|
3509
3634
|
}, [
|
|
3510
|
-
(l(), p(
|
|
3635
|
+
(l(), p(B(t.titleElement), {
|
|
3511
3636
|
class: m(["layout-flex type-max-width-small no-margin", t.classes.title]),
|
|
3512
|
-
style:
|
|
3637
|
+
style: P({ alignItems: t.iconAlign })
|
|
3513
3638
|
}, {
|
|
3514
3639
|
default: v(() => [
|
|
3515
3640
|
t.icon ? (l(), p(r, {
|
|
@@ -3524,12 +3649,12 @@ function Vi(e, s, t, n, i, o) {
|
|
|
3524
3649
|
_: 3
|
|
3525
3650
|
}, 8, ["class", "style"]))
|
|
3526
3651
|
], 2),
|
|
3527
|
-
e.$slots.end ? (l(), d("div",
|
|
3652
|
+
e.$slots.end ? (l(), d("div", Ki, [
|
|
3528
3653
|
g(e.$slots, "end")
|
|
3529
3654
|
])) : y("", !0)
|
|
3530
3655
|
], 2);
|
|
3531
3656
|
}
|
|
3532
|
-
const
|
|
3657
|
+
const Of = /* @__PURE__ */ S(Yi, [["render", Gi]]), Zi = {
|
|
3533
3658
|
name: "UluBreadcrumb",
|
|
3534
3659
|
components: {
|
|
3535
3660
|
UluIcon: D
|
|
@@ -3563,7 +3688,7 @@ const Rf = /* @__PURE__ */ S(Hi, [["render", Vi]]), Ni = {
|
|
|
3563
3688
|
}
|
|
3564
3689
|
}
|
|
3565
3690
|
};
|
|
3566
|
-
function
|
|
3691
|
+
function Ji(e, s, t, n, i, o) {
|
|
3567
3692
|
const r = E("router-link"), a = E("UluIcon");
|
|
3568
3693
|
return t.items.length ? (l(), d("nav", {
|
|
3569
3694
|
key: 0,
|
|
@@ -3599,10 +3724,10 @@ function Wi(e, s, t, n, i, o) {
|
|
|
3599
3724
|
], 2)
|
|
3600
3725
|
], 2)) : y("", !0);
|
|
3601
3726
|
}
|
|
3602
|
-
const
|
|
3727
|
+
const Rf = /* @__PURE__ */ S(Zi, [["render", Ji]]), Qi = {
|
|
3603
3728
|
name: "UluNavStrip",
|
|
3604
3729
|
components: {
|
|
3605
|
-
UluMenu:
|
|
3730
|
+
UluMenu: ks
|
|
3606
3731
|
},
|
|
3607
3732
|
props: {
|
|
3608
3733
|
/**
|
|
@@ -3623,7 +3748,7 @@ const xf = /* @__PURE__ */ S(Ni, [["render", Wi]]), Xi = {
|
|
|
3623
3748
|
rule: Boolean
|
|
3624
3749
|
}
|
|
3625
3750
|
};
|
|
3626
|
-
function
|
|
3751
|
+
function er(e, s, t, n, i, o) {
|
|
3627
3752
|
const r = E("UluMenu");
|
|
3628
3753
|
return l(), d("nav", {
|
|
3629
3754
|
class: m(["nav-strip", {
|
|
@@ -3643,14 +3768,14 @@ function qi(e, s, t, n, i, o) {
|
|
|
3643
3768
|
}, null, 8, ["items"])
|
|
3644
3769
|
], 2);
|
|
3645
3770
|
}
|
|
3646
|
-
const
|
|
3771
|
+
const xf = /* @__PURE__ */ S(Qi, [["render", er]]), tr = {}, sr = {
|
|
3647
3772
|
class: "site-skip-link hidden-visually-focusable",
|
|
3648
3773
|
href: "#main-content"
|
|
3649
3774
|
};
|
|
3650
|
-
function
|
|
3651
|
-
return l(), d("a",
|
|
3775
|
+
function nr(e, s) {
|
|
3776
|
+
return l(), d("a", sr, " Skip to main content ");
|
|
3652
3777
|
}
|
|
3653
|
-
const
|
|
3778
|
+
const Uf = /* @__PURE__ */ S(tr, [["render", nr]]), or = {
|
|
3654
3779
|
name: "UluCondText",
|
|
3655
3780
|
props: {
|
|
3656
3781
|
/**
|
|
@@ -3666,28 +3791,28 @@ const jf = /* @__PURE__ */ S(Yi, [["render", Gi]]), Zi = {
|
|
|
3666
3791
|
}
|
|
3667
3792
|
}
|
|
3668
3793
|
};
|
|
3669
|
-
function
|
|
3670
|
-
return t.text != null ? (l(), p(
|
|
3794
|
+
function ir(e, s, t, n, i, o) {
|
|
3795
|
+
return t.text != null ? (l(), p(B(t.element), { key: 0 }, {
|
|
3671
3796
|
default: v(() => [
|
|
3672
3797
|
k(_(t.text), 1)
|
|
3673
3798
|
]),
|
|
3674
3799
|
_: 1
|
|
3675
3800
|
})) : y("", !0);
|
|
3676
3801
|
}
|
|
3677
|
-
const
|
|
3678
|
-
function
|
|
3679
|
-
return l(), d("span",
|
|
3802
|
+
const jf = /* @__PURE__ */ S(or, [["render", ir]]), rr = {}, ar = { style: { display: "none" } };
|
|
3803
|
+
function lr(e, s) {
|
|
3804
|
+
return l(), d("span", ar);
|
|
3680
3805
|
}
|
|
3681
|
-
const
|
|
3682
|
-
function
|
|
3806
|
+
const zf = /* @__PURE__ */ S(rr, [["render", lr]]), cr = {};
|
|
3807
|
+
function ur(e, s) {
|
|
3683
3808
|
const t = E("router-view");
|
|
3684
3809
|
return l(), p(t);
|
|
3685
3810
|
}
|
|
3686
|
-
const
|
|
3811
|
+
const Ef = /* @__PURE__ */ S(cr, [["render", ur]]);
|
|
3687
3812
|
function Be(e = 0, s = 100) {
|
|
3688
3813
|
return e = Math.ceil(e), s = Math.floor(s), Math.floor(Math.random() * (s - e) + e);
|
|
3689
3814
|
}
|
|
3690
|
-
const
|
|
3815
|
+
const dr = {
|
|
3691
3816
|
name: "UluPlaceholderImage",
|
|
3692
3817
|
props: {
|
|
3693
3818
|
imageId: String,
|
|
@@ -3727,14 +3852,14 @@ const or = {
|
|
|
3727
3852
|
} : { width: s, height: t };
|
|
3728
3853
|
}
|
|
3729
3854
|
}
|
|
3730
|
-
},
|
|
3731
|
-
function
|
|
3855
|
+
}, fr = ["src", "alt"];
|
|
3856
|
+
function hr(e, s, t, n, i, o) {
|
|
3732
3857
|
return l(), d("img", {
|
|
3733
3858
|
src: o.src,
|
|
3734
3859
|
alt: t.alt
|
|
3735
|
-
}, null, 8,
|
|
3860
|
+
}, null, 8, fr);
|
|
3736
3861
|
}
|
|
3737
|
-
const
|
|
3862
|
+
const If = /* @__PURE__ */ S(dr, [["render", hr]]), mr = {
|
|
3738
3863
|
name: "PlaceholderText",
|
|
3739
3864
|
props: {
|
|
3740
3865
|
amount: {
|
|
@@ -3747,15 +3872,15 @@ const Mf = /* @__PURE__ */ S(or, [["render", rr]]), ar = {
|
|
|
3747
3872
|
}
|
|
3748
3873
|
}
|
|
3749
3874
|
};
|
|
3750
|
-
function
|
|
3751
|
-
return l(!0), d($, null, A(parseInt(t.amount), (r) => (l(), p(
|
|
3875
|
+
function gr(e, s, t, n, i, o) {
|
|
3876
|
+
return l(!0), d($, null, A(parseInt(t.amount), (r) => (l(), p(B(t.element), { key: r }, {
|
|
3752
3877
|
default: v(() => [...s[0] || (s[0] = [
|
|
3753
3878
|
k(" Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed semper erat tincidunt tellus vestibulum dictum. Fusce vel augue commodo, egestas diam sed, accumsan leo. Maecenas congue nec nisl et ullamcorper. Maecenas tincidunt, tortor et viverra eleifend, enim leo vestibulum ipsum, quis placerat mi nisi nec ex. Vivamus a justo volutpat, scelerisque elit eget, lacinia ex. Phasellus dapibus sollicitudin tortor, vitae suscipit nunc condimentum ut. Cras suscipit feugiat nibh nec consectetur. Phasellus vitae quam blandit, cursus metus ut, placerat mi. Sed tempor lacus non est interdum imperdiet nec quis metus. Praesent vel eleifend diam. Donec tincidunt eget purus sed posuere. ", -1)
|
|
3754
3879
|
])]),
|
|
3755
3880
|
_: 2
|
|
3756
3881
|
}, 1024))), 128);
|
|
3757
3882
|
}
|
|
3758
|
-
const
|
|
3883
|
+
const Mf = /* @__PURE__ */ S(mr, [["render", gr]]), yr = {
|
|
3759
3884
|
name: "RouteAnnouncer",
|
|
3760
3885
|
props: {
|
|
3761
3886
|
/**
|
|
@@ -3800,7 +3925,7 @@ const Pf = /* @__PURE__ */ S(ar, [["render", lr]]), cr = {
|
|
|
3800
3925
|
}
|
|
3801
3926
|
}
|
|
3802
3927
|
};
|
|
3803
|
-
function
|
|
3928
|
+
function pr(e, s, t, n, i, o) {
|
|
3804
3929
|
return o.title ? (l(), d("p", {
|
|
3805
3930
|
key: 0,
|
|
3806
3931
|
tabindex: "-1",
|
|
@@ -3808,7 +3933,7 @@ function ur(e, s, t, n, i, o) {
|
|
|
3808
3933
|
ref: "el"
|
|
3809
3934
|
}, _(o.title), 513)) : y("", !0);
|
|
3810
3935
|
}
|
|
3811
|
-
const Bf = /* @__PURE__ */ S(
|
|
3936
|
+
const Bf = /* @__PURE__ */ S(yr, [["render", pr]]), _r = {
|
|
3812
3937
|
name: "AnimateNumber",
|
|
3813
3938
|
props: {
|
|
3814
3939
|
/**
|
|
@@ -3818,7 +3943,7 @@ const Bf = /* @__PURE__ */ S(cr, [["render", ur]]), dr = {
|
|
|
3818
3943
|
},
|
|
3819
3944
|
watch: {
|
|
3820
3945
|
value() {
|
|
3821
|
-
|
|
3946
|
+
yn.to(this, {
|
|
3822
3947
|
tweenValue: this.value,
|
|
3823
3948
|
onUpdate: () => {
|
|
3824
3949
|
this.currentValue = Math.ceil(this.tweenValue);
|
|
@@ -3833,14 +3958,14 @@ const Bf = /* @__PURE__ */ S(cr, [["render", ur]]), dr = {
|
|
|
3833
3958
|
};
|
|
3834
3959
|
}
|
|
3835
3960
|
};
|
|
3836
|
-
function
|
|
3961
|
+
function vr(e, s, t, n, i, o) {
|
|
3837
3962
|
return l(), d("span", null, [
|
|
3838
3963
|
g(e.$slots, "default", { currentValue: i.currentValue }, () => [
|
|
3839
3964
|
k(_(i.currentValue), 1)
|
|
3840
3965
|
])
|
|
3841
3966
|
]);
|
|
3842
3967
|
}
|
|
3843
|
-
const
|
|
3968
|
+
const Pf = /* @__PURE__ */ S(_r, [["render", vr]]), br = {
|
|
3844
3969
|
name: "ProgressBar",
|
|
3845
3970
|
props: {
|
|
3846
3971
|
small: Boolean,
|
|
@@ -3876,14 +4001,14 @@ const Ff = /* @__PURE__ */ S(dr, [["render", fr]]), hr = {
|
|
|
3876
4001
|
} : null;
|
|
3877
4002
|
}
|
|
3878
4003
|
}
|
|
3879
|
-
},
|
|
4004
|
+
}, wr = { class: "progress-bar__header" }, Sr = {
|
|
3880
4005
|
key: 0,
|
|
3881
4006
|
class: "progress-bar__icon"
|
|
3882
|
-
},
|
|
4007
|
+
}, kr = { class: "hidden-visually" }, Cr = { class: "progress-bar__track" }, Tr = { class: "progress-bar__values" }, Ar = { class: "progress-bar__value progress-bar__value--amount" }, $r = {
|
|
3883
4008
|
key: 0,
|
|
3884
4009
|
class: "progress-bar__value progress-bar__value--deficit color-status is-danger"
|
|
3885
|
-
},
|
|
3886
|
-
function
|
|
4010
|
+
}, Or = { class: "progress-bar__value progress-bar__value--total" };
|
|
4011
|
+
function Rr(e, s, t, n, i, o) {
|
|
3887
4012
|
const r = E("StatusIcon");
|
|
3888
4013
|
return l(), d("div", {
|
|
3889
4014
|
class: m(["progress-bar", {
|
|
@@ -3892,50 +4017,50 @@ function Sr(e, s, t, n, i, o) {
|
|
|
3892
4017
|
"type-small": t.small
|
|
3893
4018
|
}])
|
|
3894
4019
|
}, [
|
|
3895
|
-
f("div",
|
|
4020
|
+
f("div", wr, [
|
|
3896
4021
|
f("strong", {
|
|
3897
4022
|
class: m(["progress-bar__label", {
|
|
3898
4023
|
"type-normal": t.small,
|
|
3899
4024
|
"hidden-visually": t.labelHidden
|
|
3900
4025
|
}])
|
|
3901
4026
|
}, _(t.label), 3),
|
|
3902
|
-
o.status ? (l(), d("div",
|
|
4027
|
+
o.status ? (l(), d("div", Sr, [
|
|
3903
4028
|
R(r, {
|
|
3904
4029
|
type: o.status.type
|
|
3905
4030
|
}, null, 8, ["type"]),
|
|
3906
|
-
f("span",
|
|
4031
|
+
f("span", kr, _(o.status.message), 1)
|
|
3907
4032
|
])) : y("", !0)
|
|
3908
4033
|
]),
|
|
3909
|
-
f("div",
|
|
4034
|
+
f("div", Cr, [
|
|
3910
4035
|
f("div", {
|
|
3911
4036
|
class: "progress-bar__bar",
|
|
3912
|
-
style:
|
|
4037
|
+
style: P(`width: ${o.percentage}%`)
|
|
3913
4038
|
}, null, 4),
|
|
3914
4039
|
t.deficit ? (l(), d("div", {
|
|
3915
4040
|
key: 0,
|
|
3916
4041
|
class: "progress-bar__bar--deficit",
|
|
3917
|
-
style:
|
|
4042
|
+
style: P(`width: ${o.defPercentage}%`)
|
|
3918
4043
|
}, null, 4)) : y("", !0)
|
|
3919
4044
|
]),
|
|
3920
|
-
f("div",
|
|
3921
|
-
f("div",
|
|
4045
|
+
f("div", Tr, [
|
|
4046
|
+
f("div", Ar, [
|
|
3922
4047
|
s[0] || (s[0] = f("strong", { class: "hidden-visually" }, "Amount:", -1)),
|
|
3923
4048
|
k(" " + _(t.amount), 1)
|
|
3924
4049
|
]),
|
|
3925
|
-
t.deficit > 0 ? (l(), d("div",
|
|
4050
|
+
t.deficit > 0 ? (l(), d("div", $r, [
|
|
3926
4051
|
s[1] || (s[1] = f("strong", { class: "hidden-visually" }, "Deficit: ", -1)),
|
|
3927
4052
|
k(" -" + _(t.deficit), 1)
|
|
3928
4053
|
])) : y("", !0),
|
|
3929
|
-
f("div",
|
|
4054
|
+
f("div", Or, [
|
|
3930
4055
|
s[2] || (s[2] = f("strong", { class: "hidden-visually" }, "Total:", -1)),
|
|
3931
4056
|
k(" " + _(t.total), 1)
|
|
3932
4057
|
])
|
|
3933
4058
|
])
|
|
3934
4059
|
], 2);
|
|
3935
4060
|
}
|
|
3936
|
-
const
|
|
3937
|
-
let
|
|
3938
|
-
const
|
|
4061
|
+
const Ff = /* @__PURE__ */ S(br, [["render", Rr]]);
|
|
4062
|
+
let xr = 0;
|
|
4063
|
+
const Ur = {
|
|
3939
4064
|
name: "ProgressDonut",
|
|
3940
4065
|
props: {
|
|
3941
4066
|
percentage: {
|
|
@@ -3956,7 +4081,7 @@ const Cr = {
|
|
|
3956
4081
|
},
|
|
3957
4082
|
data() {
|
|
3958
4083
|
return {
|
|
3959
|
-
uid: `progress-donut-${++
|
|
4084
|
+
uid: `progress-donut-${++xr}`
|
|
3960
4085
|
};
|
|
3961
4086
|
},
|
|
3962
4087
|
watch: {
|
|
@@ -3984,17 +4109,17 @@ const Cr = {
|
|
|
3984
4109
|
mounted() {
|
|
3985
4110
|
this.animate();
|
|
3986
4111
|
}
|
|
3987
|
-
},
|
|
4112
|
+
}, jr = { class: "progress-donut__chart" }, zr = {
|
|
3988
4113
|
class: "progress-donut__chart-svg",
|
|
3989
4114
|
viewBox: "0 0 32 32"
|
|
3990
|
-
},
|
|
4115
|
+
}, Er = ["r"], Ir = {
|
|
3991
4116
|
key: 0,
|
|
3992
4117
|
class: "progress-donut__chart-value"
|
|
3993
|
-
},
|
|
4118
|
+
}, Mr = {
|
|
3994
4119
|
key: 0,
|
|
3995
4120
|
class: "progress-donut__value type-small-x"
|
|
3996
4121
|
};
|
|
3997
|
-
function
|
|
4122
|
+
function Br(e, s, t, n, i, o) {
|
|
3998
4123
|
return l(), d("div", {
|
|
3999
4124
|
class: m(["progress-donut", {
|
|
4000
4125
|
"progress-donut--small": t.small,
|
|
@@ -4005,30 +4130,30 @@ function xr(e, s, t, n, i, o) {
|
|
|
4005
4130
|
}])
|
|
4006
4131
|
}, [
|
|
4007
4132
|
s[0] || (s[0] = f("strong", { class: "hidden-visually" }, "Course Progress", -1)),
|
|
4008
|
-
f("div",
|
|
4009
|
-
(l(), d("svg",
|
|
4133
|
+
f("div", jr, [
|
|
4134
|
+
(l(), d("svg", zr, [
|
|
4010
4135
|
f("circle", {
|
|
4011
4136
|
class: "progress-donut__chart-pie",
|
|
4012
4137
|
ref: "pie",
|
|
4013
4138
|
r: "16",
|
|
4014
4139
|
cx: "16",
|
|
4015
4140
|
cy: "16",
|
|
4016
|
-
style:
|
|
4141
|
+
style: P({ strokeDasharray: o.endDasharray })
|
|
4017
4142
|
}, null, 4),
|
|
4018
4143
|
f("circle", {
|
|
4019
4144
|
class: "progress-donut__chart-mask",
|
|
4020
4145
|
r: t.small ? 7 : 11,
|
|
4021
4146
|
cx: "16",
|
|
4022
4147
|
cy: "16"
|
|
4023
|
-
}, null, 8,
|
|
4148
|
+
}, null, 8, Er)
|
|
4024
4149
|
])),
|
|
4025
|
-
t.small ? y("", !0) : (l(), d("strong",
|
|
4150
|
+
t.small ? y("", !0) : (l(), d("strong", Ir, _(t.percentage) + "% ", 1))
|
|
4026
4151
|
]),
|
|
4027
|
-
t.small ? (l(), d("strong",
|
|
4152
|
+
t.small ? (l(), d("strong", Mr, _(t.percentage) + "% ", 1)) : y("", !0)
|
|
4028
4153
|
], 2);
|
|
4029
4154
|
}
|
|
4030
|
-
const
|
|
4031
|
-
function
|
|
4155
|
+
const Lf = /* @__PURE__ */ S(Ur, [["render", Br]]);
|
|
4156
|
+
function Pr(e, s) {
|
|
4032
4157
|
return !s || !Array.isArray(s) ? [] : s.map((t) => {
|
|
4033
4158
|
const n = /* @__PURE__ */ new Set(), i = t.getValue || ((r) => r[t.uid]);
|
|
4034
4159
|
e.forEach((r) => {
|
|
@@ -4046,7 +4171,7 @@ function Ur(e, s) {
|
|
|
4046
4171
|
};
|
|
4047
4172
|
});
|
|
4048
4173
|
}
|
|
4049
|
-
function
|
|
4174
|
+
function Hf(e, s = {}) {
|
|
4050
4175
|
const t = (O, L) => {
|
|
4051
4176
|
const H = O[L];
|
|
4052
4177
|
return H === null || typeof H > "u" ? [] : Array.isArray(H) ? H : [H];
|
|
@@ -4078,7 +4203,7 @@ function Df(e, s = {}) {
|
|
|
4078
4203
|
selectedCount: 0
|
|
4079
4204
|
}));
|
|
4080
4205
|
}
|
|
4081
|
-
const F = w(() => !i || !e.value?.length ? null :
|
|
4206
|
+
const F = w(() => !i || !e.value?.length ? null : Pr(e.value, i)), j = M(I(n || F.value)), J = M(o), Re = M(r);
|
|
4082
4207
|
i && !n && us(F, (O) => {
|
|
4083
4208
|
j.value = I(O);
|
|
4084
4209
|
});
|
|
@@ -4101,7 +4226,7 @@ function Df(e, s = {}) {
|
|
|
4101
4226
|
}), _e = w(() => pe.value.length ? e.value.filter((O) => pe.value.every((L) => {
|
|
4102
4227
|
const H = h(O, L.uid);
|
|
4103
4228
|
return H && H.length ? L.children.some((W) => H.includes(W.uid)) : !1;
|
|
4104
|
-
})) : e.value), ve = w(() => J.value?.length ? new
|
|
4229
|
+
})) : e.value), ve = w(() => J.value?.length ? new pn(_e.value, Q.value).search(J.value).map((L) => L.item) : _e.value), V = w(() => {
|
|
4105
4230
|
const O = ne.value[Re.value]?.sort;
|
|
4106
4231
|
return typeof O != "function" ? ve.value : O([...ve.value]);
|
|
4107
4232
|
});
|
|
@@ -4131,7 +4256,7 @@ function Df(e, s = {}) {
|
|
|
4131
4256
|
handleFacetChange: le
|
|
4132
4257
|
};
|
|
4133
4258
|
}
|
|
4134
|
-
const
|
|
4259
|
+
const Fr = { class: "UluFacets__facet-list" }, Lr = ["id", "checked", "onChange"], Hr = ["for"], It = {
|
|
4135
4260
|
__name: "UluFacetsList",
|
|
4136
4261
|
props: {
|
|
4137
4262
|
groupUid: String,
|
|
@@ -4144,7 +4269,7 @@ const jr = { class: "UluFacets__facet-list" }, zr = ["id", "checked", "onChange"
|
|
|
4144
4269
|
function i(o) {
|
|
4145
4270
|
return `facet-${t.groupUid}-${o.uid}`;
|
|
4146
4271
|
}
|
|
4147
|
-
return (o, r) => (l(), d("ul",
|
|
4272
|
+
return (o, r) => (l(), d("ul", Fr, [
|
|
4148
4273
|
(l(!0), d($, null, A(e.children, (a) => (l(), d("li", {
|
|
4149
4274
|
class: m(["UluFacets__facet", e.classFacet]),
|
|
4150
4275
|
key: a.uid
|
|
@@ -4155,15 +4280,15 @@ const jr = { class: "UluFacets__facet-list" }, zr = ["id", "checked", "onChange"
|
|
|
4155
4280
|
type: "checkbox",
|
|
4156
4281
|
checked: a.selected,
|
|
4157
4282
|
onChange: (c) => n("facet-change", { groupUid: e.groupUid, facetUid: a.uid, selected: c.target.checked })
|
|
4158
|
-
}, null, 40,
|
|
4283
|
+
}, null, 40, Lr),
|
|
4159
4284
|
f("label", {
|
|
4160
4285
|
class: "UluFacets__facet-label",
|
|
4161
4286
|
for: i(a)
|
|
4162
|
-
}, _(a.label), 9,
|
|
4287
|
+
}, _(a.label), 9, Hr)
|
|
4163
4288
|
], 2))), 128))
|
|
4164
4289
|
]));
|
|
4165
4290
|
}
|
|
4166
|
-
},
|
|
4291
|
+
}, Dr = { class: "UluFacetsFilters" }, Df = {
|
|
4167
4292
|
__name: "UluFacetsFilters",
|
|
4168
4293
|
props: {
|
|
4169
4294
|
classes: {
|
|
@@ -4182,7 +4307,7 @@ const jr = { class: "UluFacets__facet-list" }, zr = ["id", "checked", "onChange"
|
|
|
4182
4307
|
emits: ["facet-change"],
|
|
4183
4308
|
setup(e, { emit: s }) {
|
|
4184
4309
|
const t = s;
|
|
4185
|
-
return (n, i) => (l(), d("div",
|
|
4310
|
+
return (n, i) => (l(), d("div", Dr, [
|
|
4186
4311
|
(l(!0), d($, null, A(e.facets, (o) => (l(), p(Ut, {
|
|
4187
4312
|
class: m(["UluFacets__group", e.classes.group]),
|
|
4188
4313
|
classToggle: ["UluFacets__group-toggle", e.classes.groupToggle],
|
|
@@ -4234,10 +4359,10 @@ const jr = { class: "UluFacets__facet-list" }, zr = ["id", "checked", "onChange"
|
|
|
4234
4359
|
}, 1032, ["class", "classToggle", "classContent", "group", "startOpen"]))), 128))
|
|
4235
4360
|
]));
|
|
4236
4361
|
}
|
|
4237
|
-
},
|
|
4362
|
+
}, Vr = { class: "UluFacetsResults" }, Nr = {
|
|
4238
4363
|
key: 1,
|
|
4239
4364
|
class: "UluFacetsResults__empty"
|
|
4240
|
-
},
|
|
4365
|
+
}, Vf = {
|
|
4241
4366
|
__name: "UluFacetsResults",
|
|
4242
4367
|
props: {
|
|
4243
4368
|
items: {
|
|
@@ -4254,7 +4379,7 @@ const jr = { class: "UluFacets__facet-list" }, zr = ["id", "checked", "onChange"
|
|
|
4254
4379
|
}
|
|
4255
4380
|
},
|
|
4256
4381
|
setup(e) {
|
|
4257
|
-
return (s, t) => (l(), d("div",
|
|
4382
|
+
return (s, t) => (l(), d("div", Vr, [
|
|
4258
4383
|
e.items.length ? (l(), p(ls, {
|
|
4259
4384
|
key: 0,
|
|
4260
4385
|
tag: e.tag,
|
|
@@ -4273,14 +4398,14 @@ const jr = { class: "UluFacets__facet-list" }, zr = ["id", "checked", "onChange"
|
|
|
4273
4398
|
]))), 128))
|
|
4274
4399
|
]),
|
|
4275
4400
|
_: 3
|
|
4276
|
-
}, 8, ["tag", "name"])) : (l(), d("div",
|
|
4401
|
+
}, 8, ["tag", "name"])) : (l(), d("div", Nr, [
|
|
4277
4402
|
g(s.$slots, "empty", {}, () => [
|
|
4278
4403
|
t[0] || (t[0] = f("p", null, "No matching items found.", -1))
|
|
4279
4404
|
])
|
|
4280
4405
|
]))
|
|
4281
4406
|
]));
|
|
4282
4407
|
}
|
|
4283
|
-
},
|
|
4408
|
+
}, Wr = { class: "UluFacets__keyword-search" }, Xr = ["placeholder"], Nf = {
|
|
4284
4409
|
__name: "UluFacetsSearch",
|
|
4285
4410
|
props: {
|
|
4286
4411
|
classes: {
|
|
@@ -4305,7 +4430,7 @@ const jr = { class: "UluFacets__facet-list" }, zr = ["id", "checked", "onChange"
|
|
|
4305
4430
|
n("update:modelValue", a);
|
|
4306
4431
|
}
|
|
4307
4432
|
});
|
|
4308
|
-
return (a, c) => (l(), d("div",
|
|
4433
|
+
return (a, c) => (l(), d("div", Wr, [
|
|
4309
4434
|
f("label", {
|
|
4310
4435
|
class: m(e.classes.searchLabel),
|
|
4311
4436
|
for: o
|
|
@@ -4318,29 +4443,29 @@ const jr = { class: "UluFacets__facet-list" }, zr = ["id", "checked", "onChange"
|
|
|
4318
4443
|
"onUpdate:modelValue": c[0] || (c[0] = (u) => r.value = u),
|
|
4319
4444
|
type: "text",
|
|
4320
4445
|
placeholder: e.placeholder
|
|
4321
|
-
}, null, 10,
|
|
4322
|
-
[
|
|
4446
|
+
}, null, 10, Xr), [
|
|
4447
|
+
[rn, r.value]
|
|
4323
4448
|
])
|
|
4324
4449
|
]));
|
|
4325
4450
|
}
|
|
4326
|
-
},
|
|
4451
|
+
}, qr = { class: "UluFacetsSidebarLayout" }, Yr = { class: "UluFacetsSidebarLayout__header" }, Kr = { class: "UluFacetsSidebarLayout__body" }, Gr = { class: "UluFacetsSidebarLayout__sidebar" }, Zr = { class: "UluFacetsSidebarLayout__main" }, Wf = {
|
|
4327
4452
|
__name: "UluFacetsSidebarLayout",
|
|
4328
4453
|
setup(e) {
|
|
4329
|
-
return (s, t) => (l(), d("div",
|
|
4330
|
-
f("div",
|
|
4454
|
+
return (s, t) => (l(), d("div", qr, [
|
|
4455
|
+
f("div", Yr, [
|
|
4331
4456
|
g(s.$slots, "header")
|
|
4332
4457
|
]),
|
|
4333
|
-
f("div",
|
|
4334
|
-
f("div",
|
|
4458
|
+
f("div", Kr, [
|
|
4459
|
+
f("div", Gr, [
|
|
4335
4460
|
g(s.$slots, "sidebar")
|
|
4336
4461
|
]),
|
|
4337
|
-
f("div",
|
|
4462
|
+
f("div", Zr, [
|
|
4338
4463
|
g(s.$slots, "main")
|
|
4339
4464
|
])
|
|
4340
4465
|
])
|
|
4341
4466
|
]));
|
|
4342
4467
|
}
|
|
4343
|
-
},
|
|
4468
|
+
}, Jr = ["for"], Qr = ["value", "id"], ea = ["value"], Xf = {
|
|
4344
4469
|
__name: "UluFacetsSort",
|
|
4345
4470
|
props: {
|
|
4346
4471
|
classes: {
|
|
@@ -4370,7 +4495,7 @@ const jr = { class: "UluFacets__facet-list" }, zr = ["id", "checked", "onChange"
|
|
|
4370
4495
|
g(o.$slots, "default", {}, () => [
|
|
4371
4496
|
r[1] || (r[1] = k("Sort:", -1))
|
|
4372
4497
|
])
|
|
4373
|
-
], 10,
|
|
4498
|
+
], 10, Jr),
|
|
4374
4499
|
f("select", {
|
|
4375
4500
|
value: e.modelValue,
|
|
4376
4501
|
onChange: r[0] || (r[0] = (a) => n("update:modelValue", a.target.value)),
|
|
@@ -4380,11 +4505,11 @@ const jr = { class: "UluFacets__facet-list" }, zr = ["id", "checked", "onChange"
|
|
|
4380
4505
|
(l(!0), d($, null, A(e.sortTypes, (a, c) => (l(), d("option", {
|
|
4381
4506
|
value: c,
|
|
4382
4507
|
key: c
|
|
4383
|
-
}, _(a.text), 9,
|
|
4384
|
-
], 42,
|
|
4508
|
+
}, _(a.text), 9, ea))), 128))
|
|
4509
|
+
], 42, Qr)
|
|
4385
4510
|
], 2));
|
|
4386
4511
|
}
|
|
4387
|
-
},
|
|
4512
|
+
}, $s = Symbol(), Os = Symbol(), De = Symbol(), ta = {
|
|
4388
4513
|
name: "ScrollAnchors",
|
|
4389
4514
|
emits: ["section-change"],
|
|
4390
4515
|
props: {
|
|
@@ -4417,8 +4542,8 @@ const jr = { class: "UluFacets__facet-list" }, zr = ["id", "checked", "onChange"
|
|
|
4417
4542
|
*/
|
|
4418
4543
|
provide() {
|
|
4419
4544
|
return {
|
|
4420
|
-
[
|
|
4421
|
-
[
|
|
4545
|
+
[De]: w(() => this.sections),
|
|
4546
|
+
[$s]: (e) => {
|
|
4422
4547
|
const { titleId: s, title: t } = e, { element: n } = e.$refs;
|
|
4423
4548
|
this.sections.push({
|
|
4424
4549
|
instance: e,
|
|
@@ -4428,7 +4553,7 @@ const jr = { class: "UluFacets__facet-list" }, zr = ["id", "checked", "onChange"
|
|
|
4428
4553
|
active: !1
|
|
4429
4554
|
}), this.update();
|
|
4430
4555
|
},
|
|
4431
|
-
[
|
|
4556
|
+
[Os]: (e) => {
|
|
4432
4557
|
const s = this.sections, t = s.findIndex((n) => n.instance === e);
|
|
4433
4558
|
t > -1 && s.splice(t, 1), this.update();
|
|
4434
4559
|
}
|
|
@@ -4489,16 +4614,16 @@ const jr = { class: "UluFacets__facet-list" }, zr = ["id", "checked", "onChange"
|
|
|
4489
4614
|
unmounted() {
|
|
4490
4615
|
this.destroyObserver();
|
|
4491
4616
|
}
|
|
4492
|
-
},
|
|
4493
|
-
function
|
|
4494
|
-
return l(), d("div",
|
|
4617
|
+
}, sa = { class: "scroll-anchors" };
|
|
4618
|
+
function na(e, s, t, n, i, o) {
|
|
4619
|
+
return l(), d("div", sa, [
|
|
4495
4620
|
g(e.$slots, "default")
|
|
4496
4621
|
]);
|
|
4497
4622
|
}
|
|
4498
|
-
const
|
|
4623
|
+
const qf = /* @__PURE__ */ S(ta, [["render", na]]), oa = {
|
|
4499
4624
|
name: "ScrollAnchorsNav",
|
|
4500
4625
|
inject: {
|
|
4501
|
-
sections: { from:
|
|
4626
|
+
sections: { from: De }
|
|
4502
4627
|
},
|
|
4503
4628
|
props: {
|
|
4504
4629
|
element: {
|
|
@@ -4506,9 +4631,9 @@ const Yf = /* @__PURE__ */ S(Yr, [["render", Gr]]), Zr = {
|
|
|
4506
4631
|
default: "nav"
|
|
4507
4632
|
}
|
|
4508
4633
|
}
|
|
4509
|
-
},
|
|
4510
|
-
function
|
|
4511
|
-
return o.sections.length ? (l(), p(
|
|
4634
|
+
}, ia = ["href"];
|
|
4635
|
+
function ra(e, s, t, n, i, o) {
|
|
4636
|
+
return o.sections.length ? (l(), p(B(t.element), {
|
|
4512
4637
|
key: 0,
|
|
4513
4638
|
class: "scroll-anchors__nav"
|
|
4514
4639
|
}, {
|
|
@@ -4521,24 +4646,24 @@ function Qr(e, s, t, n, i, o) {
|
|
|
4521
4646
|
f("a", {
|
|
4522
4647
|
class: m({ "is-active": r.active }),
|
|
4523
4648
|
href: `#${r.titleId}`
|
|
4524
|
-
}, _(r.title), 11,
|
|
4649
|
+
}, _(r.title), 11, ia)
|
|
4525
4650
|
], 2))), 128))
|
|
4526
4651
|
])
|
|
4527
4652
|
]),
|
|
4528
4653
|
_: 1
|
|
4529
4654
|
})) : y("", !0);
|
|
4530
4655
|
}
|
|
4531
|
-
const
|
|
4532
|
-
function
|
|
4656
|
+
const Yf = /* @__PURE__ */ S(oa, [["render", ra]]);
|
|
4657
|
+
function Rs(e) {
|
|
4533
4658
|
requestAnimationFrame(() => {
|
|
4534
4659
|
const s = new MessageChannel();
|
|
4535
4660
|
s.port1.onmessage = e, s.port2.postMessage(void 0);
|
|
4536
4661
|
});
|
|
4537
4662
|
}
|
|
4538
|
-
const
|
|
4663
|
+
const aa = {
|
|
4539
4664
|
name: "ScrollAnchorsNavAnimated",
|
|
4540
4665
|
inject: {
|
|
4541
|
-
sections: { from:
|
|
4666
|
+
sections: { from: De }
|
|
4542
4667
|
},
|
|
4543
4668
|
props: {
|
|
4544
4669
|
/**
|
|
@@ -4573,7 +4698,7 @@ const ea = {
|
|
|
4573
4698
|
},
|
|
4574
4699
|
watch: {
|
|
4575
4700
|
indicatorStyles(e) {
|
|
4576
|
-
e && !this.indicatorAnimReady &&
|
|
4701
|
+
e && !this.indicatorAnimReady && Rs(() => {
|
|
4577
4702
|
this.indicatorAnimReady = !0;
|
|
4578
4703
|
});
|
|
4579
4704
|
}
|
|
@@ -4583,14 +4708,14 @@ const ea = {
|
|
|
4583
4708
|
this.linkRefs[e] = s;
|
|
4584
4709
|
}
|
|
4585
4710
|
}
|
|
4586
|
-
},
|
|
4587
|
-
function
|
|
4588
|
-
return o.sections.length ? (l(), p(
|
|
4711
|
+
}, la = { class: "scroll-anchors__rail" }, ca = ["href"];
|
|
4712
|
+
function ua(e, s, t, n, i, o) {
|
|
4713
|
+
return o.sections.length ? (l(), p(B(t.element), {
|
|
4589
4714
|
key: 0,
|
|
4590
4715
|
class: "scroll-anchors__nav scroll-anchors__nav--animated"
|
|
4591
4716
|
}, {
|
|
4592
4717
|
default: v(() => [
|
|
4593
|
-
f("ul",
|
|
4718
|
+
f("ul", la, [
|
|
4594
4719
|
(l(!0), d($, null, A(o.sections, (r, a) => (l(), d("li", {
|
|
4595
4720
|
key: a,
|
|
4596
4721
|
class: m({ "is-active": r.active })
|
|
@@ -4600,7 +4725,7 @@ function na(e, s, t, n, i, o) {
|
|
|
4600
4725
|
ref_for: !0,
|
|
4601
4726
|
ref: (c) => o.addLinkRef(a, c),
|
|
4602
4727
|
href: `#${r.titleId}`
|
|
4603
|
-
}, _(r.title), 11,
|
|
4728
|
+
}, _(r.title), 11, ca)
|
|
4604
4729
|
], 2))), 128))
|
|
4605
4730
|
]),
|
|
4606
4731
|
f("div", {
|
|
@@ -4608,7 +4733,7 @@ function na(e, s, t, n, i, o) {
|
|
|
4608
4733
|
"scroll-anchors__indicator--can-transition": i.indicatorAnimReady
|
|
4609
4734
|
}]),
|
|
4610
4735
|
ref: "indicator",
|
|
4611
|
-
style:
|
|
4736
|
+
style: P({
|
|
4612
4737
|
opacity: o.indicatorStyles ? "1" : "0",
|
|
4613
4738
|
transform: `translateY(${o.indicatorStyles.y}px)`,
|
|
4614
4739
|
height: `${o.indicatorStyles.height}px`
|
|
@@ -4618,7 +4743,7 @@ function na(e, s, t, n, i, o) {
|
|
|
4618
4743
|
_: 1
|
|
4619
4744
|
})) : y("", !0);
|
|
4620
4745
|
}
|
|
4621
|
-
const
|
|
4746
|
+
const Kf = /* @__PURE__ */ S(aa, [["render", ua]]), da = {
|
|
4622
4747
|
name: "ScrollAnchorsSection",
|
|
4623
4748
|
props: {
|
|
4624
4749
|
title: String,
|
|
@@ -4641,14 +4766,14 @@ const Gf = /* @__PURE__ */ S(ea, [["render", na]]), oa = {
|
|
|
4641
4766
|
}
|
|
4642
4767
|
},
|
|
4643
4768
|
inject: {
|
|
4644
|
-
register: { from:
|
|
4645
|
-
unregister: { from:
|
|
4646
|
-
sections: { from:
|
|
4769
|
+
register: { from: $s },
|
|
4770
|
+
unregister: { from: Os },
|
|
4771
|
+
sections: { from: De, default: () => w(() => []) }
|
|
4647
4772
|
},
|
|
4648
4773
|
data() {
|
|
4649
4774
|
const { anchorId: e, title: s } = this;
|
|
4650
4775
|
return {
|
|
4651
|
-
titleId: e || `sas-title-${
|
|
4776
|
+
titleId: e || `sas-title-${Ni(s)}`
|
|
4652
4777
|
};
|
|
4653
4778
|
},
|
|
4654
4779
|
computed: {
|
|
@@ -4663,12 +4788,12 @@ const Gf = /* @__PURE__ */ S(ea, [["render", na]]), oa = {
|
|
|
4663
4788
|
this.unregister && this.unregister(this);
|
|
4664
4789
|
}
|
|
4665
4790
|
};
|
|
4666
|
-
function
|
|
4791
|
+
function fa(e, s, t, n, i, o) {
|
|
4667
4792
|
return l(), d("div", {
|
|
4668
4793
|
class: m([t.wrapperClass, { [t.activeClass]: t.activeClass && o.section?.active }]),
|
|
4669
4794
|
ref: "element"
|
|
4670
4795
|
}, [
|
|
4671
|
-
(l(), p(
|
|
4796
|
+
(l(), p(B(t.titleElement), {
|
|
4672
4797
|
class: m(t.titleClass),
|
|
4673
4798
|
id: i.titleId
|
|
4674
4799
|
}, {
|
|
@@ -4680,7 +4805,7 @@ function ia(e, s, t, n, i, o) {
|
|
|
4680
4805
|
g(e.$slots, "default", { section: o.section })
|
|
4681
4806
|
], 2);
|
|
4682
4807
|
}
|
|
4683
|
-
const
|
|
4808
|
+
const Gf = /* @__PURE__ */ S(da, [["render", fa]]), ha = {
|
|
4684
4809
|
__name: "UluSkeletonText",
|
|
4685
4810
|
props: {
|
|
4686
4811
|
/**
|
|
@@ -4705,7 +4830,7 @@ const Zf = /* @__PURE__ */ S(oa, [["render", ia]]), ra = {
|
|
|
4705
4830
|
}])
|
|
4706
4831
|
}, null, 2));
|
|
4707
4832
|
}
|
|
4708
|
-
},
|
|
4833
|
+
}, Zf = {
|
|
4709
4834
|
__name: "UluShowSkeleton",
|
|
4710
4835
|
props: {
|
|
4711
4836
|
/**
|
|
@@ -4714,20 +4839,20 @@ const Zf = /* @__PURE__ */ S(oa, [["render", ia]]), ra = {
|
|
|
4714
4839
|
when: Boolean
|
|
4715
4840
|
},
|
|
4716
4841
|
setup(e) {
|
|
4717
|
-
return (s, t) => e.when ? (l(), p(
|
|
4842
|
+
return (s, t) => e.when ? (l(), p(ha, {
|
|
4718
4843
|
key: 1,
|
|
4719
4844
|
inline: ""
|
|
4720
4845
|
})) : g(s.$slots, "default", { key: 0 });
|
|
4721
4846
|
}
|
|
4722
4847
|
};
|
|
4723
|
-
function
|
|
4848
|
+
function ma(e, s) {
|
|
4724
4849
|
return [...Array(e)].map((t, n) => s(n));
|
|
4725
4850
|
}
|
|
4726
|
-
function
|
|
4851
|
+
function Jf(e, s) {
|
|
4727
4852
|
var t = e.indexOf(s);
|
|
4728
4853
|
t > -1 && e.splice(t, 1);
|
|
4729
4854
|
}
|
|
4730
|
-
const
|
|
4855
|
+
const Qf = {
|
|
4731
4856
|
__name: "UluSkeletonContent",
|
|
4732
4857
|
props: {
|
|
4733
4858
|
/**
|
|
@@ -4739,7 +4864,7 @@ const eh = {
|
|
|
4739
4864
|
}
|
|
4740
4865
|
},
|
|
4741
4866
|
setup(e) {
|
|
4742
|
-
const s = e, t = w(() =>
|
|
4867
|
+
const s = e, t = w(() => ma(s.lines, () => {
|
|
4743
4868
|
const i = Be(70, 100);
|
|
4744
4869
|
let o = 0;
|
|
4745
4870
|
const r = () => {
|
|
@@ -4758,19 +4883,19 @@ const eh = {
|
|
|
4758
4883
|
(l(!0), d($, null, A(o, (a) => (l(), d("span", {
|
|
4759
4884
|
key: a,
|
|
4760
4885
|
class: m(["skeleton skeleton--text skeleton--inline", { "skeleton--background-alt": a.alt }]),
|
|
4761
|
-
style:
|
|
4886
|
+
style: P({ width: `${a.width}%` })
|
|
4762
4887
|
}, null, 6))), 128))
|
|
4763
4888
|
]))), 128))
|
|
4764
4889
|
]));
|
|
4765
4890
|
}
|
|
4766
|
-
},
|
|
4891
|
+
}, ga = { class: "skeleton skeleton-block--media" }, eh = {
|
|
4767
4892
|
__name: "UluSkeletonMedia",
|
|
4768
4893
|
setup(e) {
|
|
4769
|
-
return (s, t) => (l(), d("div",
|
|
4894
|
+
return (s, t) => (l(), d("div", ga, [
|
|
4770
4895
|
R(D, { icon: "type:image" })
|
|
4771
4896
|
]));
|
|
4772
4897
|
}
|
|
4773
|
-
},
|
|
4898
|
+
}, ya = {
|
|
4774
4899
|
name: "SlideShow",
|
|
4775
4900
|
emits: ["slide-change"],
|
|
4776
4901
|
components: {
|
|
@@ -4965,26 +5090,26 @@ const eh = {
|
|
|
4965
5090
|
beforeUnmount() {
|
|
4966
5091
|
this.destroyObserver();
|
|
4967
5092
|
}
|
|
4968
|
-
},
|
|
5093
|
+
}, pa = { class: "slideshow" }, _a = {
|
|
4969
5094
|
class: "slideshow__control-context",
|
|
4970
5095
|
ref: "context"
|
|
4971
|
-
},
|
|
5096
|
+
}, va = {
|
|
4972
5097
|
class: "slideshow__track-crop",
|
|
4973
5098
|
ref: "crop"
|
|
4974
|
-
},
|
|
5099
|
+
}, ba = {
|
|
4975
5100
|
class: "slideshow__track",
|
|
4976
5101
|
ref: "track"
|
|
4977
|
-
},
|
|
5102
|
+
}, wa = ["tabindex"], Sa = { class: "slideshow__controls" }, ka = { class: "slideshow__controls-item slideshow__controls-item--previous" }, Ca = ["disabled"], Ta = { class: "slideshow__controls-item slideshow__controls-item--next" }, Aa = ["disabled"], $a = {
|
|
4978
5103
|
key: 0,
|
|
4979
5104
|
class: "slideshow__nav",
|
|
4980
5105
|
ref: "nav"
|
|
4981
|
-
},
|
|
4982
|
-
function
|
|
5106
|
+
}, Oa = ["onClick"], Ra = { class: "hidden-visually" };
|
|
5107
|
+
function xa(e, s, t, n, i, o) {
|
|
4983
5108
|
const r = E("UluIcon");
|
|
4984
|
-
return l(), d("div",
|
|
4985
|
-
f("div",
|
|
4986
|
-
f("div",
|
|
4987
|
-
f("ul",
|
|
5109
|
+
return l(), d("div", pa, [
|
|
5110
|
+
f("div", _a, [
|
|
5111
|
+
f("div", va, [
|
|
5112
|
+
f("ul", ba, [
|
|
4988
5113
|
(l(!0), d($, null, A(i.slides, (a, c) => (l(), d("li", {
|
|
4989
5114
|
class: m(["slideshow__slide", { "is-active": a.active }]),
|
|
4990
5115
|
key: c,
|
|
@@ -4998,11 +5123,11 @@ function ka(e, s, t, n, i, o) {
|
|
|
4998
5123
|
item: a.item,
|
|
4999
5124
|
index: c
|
|
5000
5125
|
})
|
|
5001
|
-
], 10,
|
|
5126
|
+
], 10, wa))), 128))
|
|
5002
5127
|
], 512)
|
|
5003
5128
|
], 512),
|
|
5004
|
-
f("ul",
|
|
5005
|
-
f("li",
|
|
5129
|
+
f("ul", Sa, [
|
|
5130
|
+
f("li", ka, [
|
|
5006
5131
|
f("button", {
|
|
5007
5132
|
class: "slideshow__control-button slideshow__control-button--previous",
|
|
5008
5133
|
"aria-label": "Scroll Right",
|
|
@@ -5013,9 +5138,9 @@ function ka(e, s, t, n, i, o) {
|
|
|
5013
5138
|
class: "slideshow__control-icon",
|
|
5014
5139
|
icon: "type:next"
|
|
5015
5140
|
})
|
|
5016
|
-
], 8,
|
|
5141
|
+
], 8, Ca)
|
|
5017
5142
|
]),
|
|
5018
|
-
f("li",
|
|
5143
|
+
f("li", Ta, [
|
|
5019
5144
|
f("button", {
|
|
5020
5145
|
class: "slideshow__control-button slideshow__control-button--next",
|
|
5021
5146
|
"aria-label": "Scroll Left",
|
|
@@ -5026,11 +5151,11 @@ function ka(e, s, t, n, i, o) {
|
|
|
5026
5151
|
class: "slideshow__control-icon",
|
|
5027
5152
|
icon: "type:previous"
|
|
5028
5153
|
})
|
|
5029
|
-
], 8,
|
|
5154
|
+
], 8, Aa)
|
|
5030
5155
|
])
|
|
5031
5156
|
])
|
|
5032
5157
|
], 512),
|
|
5033
|
-
t.noNav ? y("", !0) : (l(), d("ul",
|
|
5158
|
+
t.noNav ? y("", !0) : (l(), d("ul", $a, [
|
|
5034
5159
|
(l(!0), d($, null, A(i.slides, (a, c) => (l(), d("li", {
|
|
5035
5160
|
class: m(["slideshow__nav-item", { "is-active": a.active }]),
|
|
5036
5161
|
ref_for: !0,
|
|
@@ -5048,17 +5173,17 @@ function ka(e, s, t, n, i, o) {
|
|
|
5048
5173
|
index: c,
|
|
5049
5174
|
active: a.active
|
|
5050
5175
|
}, () => [
|
|
5051
|
-
f("span",
|
|
5176
|
+
f("span", Ra, "Item " + _(c + 1), 1)
|
|
5052
5177
|
])
|
|
5053
|
-
], 10,
|
|
5178
|
+
], 10, Oa)
|
|
5054
5179
|
], 2))), 128))
|
|
5055
5180
|
], 512))
|
|
5056
5181
|
]);
|
|
5057
5182
|
}
|
|
5058
|
-
const
|
|
5183
|
+
const Ua = /* @__PURE__ */ S(ya, [["render", xa]]), ja = {
|
|
5059
5184
|
name: "ImageSlideShow",
|
|
5060
5185
|
components: {
|
|
5061
|
-
UluSlideShow:
|
|
5186
|
+
UluSlideShow: Ua
|
|
5062
5187
|
},
|
|
5063
5188
|
props: {
|
|
5064
5189
|
images: Array,
|
|
@@ -5084,8 +5209,8 @@ const Ca = /* @__PURE__ */ S(ca, [["render", ka]]), Ta = {
|
|
|
5084
5209
|
console.log("left/right", o, c), t && n && (u > c ? h = o + (u - c) : r < o && (h = r), h !== null && s.scrollTo({ left: h, top: 0, behavior: "smooth" }));
|
|
5085
5210
|
}
|
|
5086
5211
|
}
|
|
5087
|
-
},
|
|
5088
|
-
function
|
|
5212
|
+
}, za = ["src", "alt"], Ea = { class: "slideshow__image-actions" }, Ia = ["src", "alt"];
|
|
5213
|
+
function Ma(e, s, t, n, i, o) {
|
|
5089
5214
|
const r = E("AppButton"), a = E("UluSlideShow");
|
|
5090
5215
|
return l(), p(a, {
|
|
5091
5216
|
class: "slideshow--images",
|
|
@@ -5096,8 +5221,8 @@ function Ra(e, s, t, n, i, o) {
|
|
|
5096
5221
|
f("img", {
|
|
5097
5222
|
src: c.src,
|
|
5098
5223
|
alt: c.alt
|
|
5099
|
-
}, null, 8,
|
|
5100
|
-
f("div",
|
|
5224
|
+
}, null, 8, za),
|
|
5225
|
+
f("div", Ea, [
|
|
5101
5226
|
t.selectButton ? (l(), p(r, {
|
|
5102
5227
|
key: 0,
|
|
5103
5228
|
class: "type-small",
|
|
@@ -5116,12 +5241,12 @@ function Ra(e, s, t, n, i, o) {
|
|
|
5116
5241
|
f("img", {
|
|
5117
5242
|
src: t.images[c].src,
|
|
5118
5243
|
alt: `View image ${c}`
|
|
5119
|
-
}, null, 8,
|
|
5244
|
+
}, null, 8, Ia)
|
|
5120
5245
|
]),
|
|
5121
5246
|
_: 1
|
|
5122
5247
|
}, 8, ["items", "onSlideChange"]);
|
|
5123
5248
|
}
|
|
5124
|
-
const
|
|
5249
|
+
const th = /* @__PURE__ */ S(ja, [["render", Ma]]), Ba = {
|
|
5125
5250
|
name: "SlideShowSlide",
|
|
5126
5251
|
props: {
|
|
5127
5252
|
/**
|
|
@@ -5134,14 +5259,14 @@ const sh = /* @__PURE__ */ S(Ta, [["render", Ra]]), xa = {
|
|
|
5134
5259
|
console.log("slide mounted");
|
|
5135
5260
|
}
|
|
5136
5261
|
};
|
|
5137
|
-
function
|
|
5262
|
+
function Pa(e, s, t, n, i, o) {
|
|
5138
5263
|
return l(), d("li", {
|
|
5139
5264
|
class: m(["slideshow__slide", { "is-active": t.active }])
|
|
5140
5265
|
}, [
|
|
5141
5266
|
g(e.$slots, "default")
|
|
5142
5267
|
], 2);
|
|
5143
5268
|
}
|
|
5144
|
-
const
|
|
5269
|
+
const sh = /* @__PURE__ */ S(Ba, [["render", Pa]]), Fa = {
|
|
5145
5270
|
name: "UluTableStickyRows",
|
|
5146
5271
|
props: {
|
|
5147
5272
|
rows: Array,
|
|
@@ -5158,23 +5283,23 @@ const nh = /* @__PURE__ */ S(xa, [["render", Ua]]), ja = {
|
|
|
5158
5283
|
default: !1
|
|
5159
5284
|
}
|
|
5160
5285
|
}
|
|
5161
|
-
},
|
|
5162
|
-
function
|
|
5286
|
+
}, La = ["id"], Ha = ["innerHTML"];
|
|
5287
|
+
function Da(e, s, t, n, i, o) {
|
|
5163
5288
|
return l(!0), d($, null, A(t.rows, (r, a) => (l(), d("tr", {
|
|
5164
5289
|
key: `br-${a}`,
|
|
5165
5290
|
id: t.optionalAttr(t.isActual && r.id),
|
|
5166
5291
|
class: m(t.resolveClasses(t.classes.row, { row: r.data, rowIndex: a, isActual: t.isActual, foot: t.foot })),
|
|
5167
|
-
style:
|
|
5292
|
+
style: P({
|
|
5168
5293
|
height: r.height
|
|
5169
5294
|
})
|
|
5170
5295
|
}, [
|
|
5171
|
-
(l(!0), d($, null, A(t.rowColumns, (c, u) => (l(), p(
|
|
5296
|
+
(l(!0), d($, null, A(t.rowColumns, (c, u) => (l(), p(B(c.rowHeader ? "th" : "td"), {
|
|
5172
5297
|
id: t.optionalAttr(t.isActual && c.rowHeader && c.getRowHeaderId(a)),
|
|
5173
5298
|
scope: t.optionalAttr(t.isActual && c.rowHeader && "row"),
|
|
5174
5299
|
key: `bc-${u}`,
|
|
5175
5300
|
headers: t.optionalAttr(t.isActual && t.getCellHeaders(c, a)),
|
|
5176
5301
|
class: m(t.resolveClasses(c.class, { column: c, index: u, isActual: t.isActual, row: r, rowIndex: a, foot: t.foot })),
|
|
5177
|
-
style:
|
|
5302
|
+
style: P({
|
|
5178
5303
|
width: t.columnWidth
|
|
5179
5304
|
})
|
|
5180
5305
|
}, {
|
|
@@ -5190,18 +5315,18 @@ function Ia(e, s, t, n, i, o) {
|
|
|
5190
5315
|
}) : c.html ? (l(), d("div", {
|
|
5191
5316
|
key: 1,
|
|
5192
5317
|
innerHTML: t.value({ row: r, column: c, rowIndex: a, isActual: t.isActual, foot: t.foot })
|
|
5193
|
-
}, null, 8,
|
|
5318
|
+
}, null, 8, Ha)) : (l(), d($, { key: 2 }, [
|
|
5194
5319
|
k(_(t.value({ row: r, column: c, rowIndex: a, isActual: t.isActual, foot: t.foot })), 1)
|
|
5195
5320
|
], 64))
|
|
5196
5321
|
]),
|
|
5197
5322
|
_: 2
|
|
5198
5323
|
}, 1032, ["id", "scope", "headers", "class", "style"]))), 128))
|
|
5199
|
-
], 14,
|
|
5324
|
+
], 14, La))), 128);
|
|
5200
5325
|
}
|
|
5201
|
-
const
|
|
5326
|
+
const Va = /* @__PURE__ */ S(Fa, [["render", Da]]), Na = {
|
|
5202
5327
|
name: "UluTableStickyTable",
|
|
5203
5328
|
components: {
|
|
5204
|
-
UluTableStickyRows:
|
|
5329
|
+
UluTableStickyRows: Va
|
|
5205
5330
|
},
|
|
5206
5331
|
props: {
|
|
5207
5332
|
resolveClasses: Function,
|
|
@@ -5281,26 +5406,26 @@ const Ma = /* @__PURE__ */ S(ja, [["render", Ia]]), Pa = {
|
|
|
5281
5406
|
return s.join(" ");
|
|
5282
5407
|
}
|
|
5283
5408
|
}
|
|
5284
|
-
},
|
|
5409
|
+
}, Wa = ["aria-hidden"], Xa = {
|
|
5285
5410
|
key: 0,
|
|
5286
5411
|
class: "table-sticky__caption"
|
|
5287
|
-
},
|
|
5412
|
+
}, qa = ["id"], Ya = ["id", "rowspan", "colspan", "data-child-columns", "aria-sort", "scope", "headers"], Ka = ["innerHTML"], Ga = {
|
|
5288
5413
|
class: "table-sticky__sort-icon",
|
|
5289
5414
|
"aria-hidden": "true"
|
|
5290
|
-
},
|
|
5291
|
-
function
|
|
5415
|
+
}, Za = { class: "table-sticky__sort-icon-inner" }, Ja = ["innerHTML"], Qa = { key: 1 }, el = { key: 2 };
|
|
5416
|
+
function tl(e, s, t, n, i, o) {
|
|
5292
5417
|
const r = E("UluTableStickyRows");
|
|
5293
5418
|
return l(), d("table", {
|
|
5294
5419
|
class: m(t.resolveClasses(t.classes.table, { isActual: t.isActual })),
|
|
5295
5420
|
"aria-hidden": t.isActual ? "false" : "true"
|
|
5296
5421
|
}, [
|
|
5297
|
-
t.caption ? (l(), d("caption",
|
|
5422
|
+
t.caption ? (l(), d("caption", Xa, _(t.caption), 1)) : y("", !0),
|
|
5298
5423
|
f("thead", null, [
|
|
5299
5424
|
(l(!0), d($, null, A(t.headerRows, (a, c) => (l(), d("tr", {
|
|
5300
5425
|
key: `hr-${c}`,
|
|
5301
5426
|
id: o.optionalAttr(t.isActual && a.id),
|
|
5302
5427
|
class: m(t.resolveClasses(t.classes.rowHeader, { row: a, rowIndex: c, isActual: t.isActual })),
|
|
5303
|
-
style:
|
|
5428
|
+
style: P({
|
|
5304
5429
|
height: a.height
|
|
5305
5430
|
})
|
|
5306
5431
|
}, [
|
|
@@ -5318,7 +5443,7 @@ function Ya(e, s, t, n, i, o) {
|
|
|
5318
5443
|
},
|
|
5319
5444
|
t.resolveClasses(u.classHeader, { column: u, index: h, isActual: t.isActual })
|
|
5320
5445
|
]),
|
|
5321
|
-
style:
|
|
5446
|
+
style: P({
|
|
5322
5447
|
width: u.width
|
|
5323
5448
|
}),
|
|
5324
5449
|
"aria-sort": u.sort ? u.sortAscending ? "ascending" : "descending" : null,
|
|
@@ -5327,7 +5452,7 @@ function Ya(e, s, t, n, i, o) {
|
|
|
5327
5452
|
ref_for: !0,
|
|
5328
5453
|
ref: (b) => o.addHeaderRef(u, b)
|
|
5329
5454
|
}, [
|
|
5330
|
-
u.sortable ? (l(), p(
|
|
5455
|
+
u.sortable ? (l(), p(B(t.isActual ? "button" : "div"), {
|
|
5331
5456
|
key: 0,
|
|
5332
5457
|
class: m(["table-sticky__sort-button", {
|
|
5333
5458
|
"table-sticky__sort-button--focused": u.sortFocused
|
|
@@ -5346,11 +5471,11 @@ function Ya(e, s, t, n, i, o) {
|
|
|
5346
5471
|
}) : u.htmlTitle ? (l(), d("div", {
|
|
5347
5472
|
key: 1,
|
|
5348
5473
|
innerHTML: t.getColumnTitle({ column: u, index: h, isActual: t.isActual })
|
|
5349
|
-
}, null, 8,
|
|
5474
|
+
}, null, 8, Ka)) : (l(), d($, { key: 2 }, [
|
|
5350
5475
|
k(_(t.getColumnTitle({ column: u, index: h, isActual: t.isActual })), 1)
|
|
5351
5476
|
], 64)),
|
|
5352
|
-
f("span",
|
|
5353
|
-
f("span",
|
|
5477
|
+
f("span", Ga, [
|
|
5478
|
+
f("span", Za, [
|
|
5354
5479
|
g(e.$slots, "sortIcon", {}, () => [
|
|
5355
5480
|
s[0] || (s[0] = k("▼", -1))
|
|
5356
5481
|
])
|
|
@@ -5367,14 +5492,14 @@ function Ya(e, s, t, n, i, o) {
|
|
|
5367
5492
|
}) : u.htmlTitle ? (l(), d("div", {
|
|
5368
5493
|
key: 1,
|
|
5369
5494
|
innerHTML: t.getColumnTitle({ column: u, index: h, isActual: t.isActual })
|
|
5370
|
-
}, null, 8,
|
|
5495
|
+
}, null, 8, Ja)) : (l(), d($, { key: 2 }, [
|
|
5371
5496
|
k(_(t.getColumnTitle({ column: u, index: h, isActual: t.isActual })), 1)
|
|
5372
5497
|
], 64))
|
|
5373
5498
|
], 64))
|
|
5374
|
-
], 14,
|
|
5375
|
-
], 14,
|
|
5499
|
+
], 14, Ya))), 128))
|
|
5500
|
+
], 14, qa))), 128))
|
|
5376
5501
|
]),
|
|
5377
|
-
t.rows ? (l(), d("tbody",
|
|
5502
|
+
t.rows ? (l(), d("tbody", Qa, [
|
|
5378
5503
|
R(r, {
|
|
5379
5504
|
rows: t.rows,
|
|
5380
5505
|
rowColumns: t.rowColumns,
|
|
@@ -5394,7 +5519,7 @@ function Ya(e, s, t, n, i, o) {
|
|
|
5394
5519
|
}))
|
|
5395
5520
|
]), 1032, ["rows", "rowColumns", "optionalAttr", "resolveClasses", "getCellHeaders", "isActual", "columnWidth", "classes", "value"])
|
|
5396
5521
|
])) : y("", !0),
|
|
5397
|
-
t.footerRows ? (l(), d("tfoot",
|
|
5522
|
+
t.footerRows ? (l(), d("tfoot", el, [
|
|
5398
5523
|
R(r, {
|
|
5399
5524
|
rows: t.footerRows,
|
|
5400
5525
|
rowColumns: t.rowColumns,
|
|
@@ -5415,38 +5540,38 @@ function Ya(e, s, t, n, i, o) {
|
|
|
5415
5540
|
}))
|
|
5416
5541
|
]), 1032, ["rows", "rowColumns", "optionalAttr", "resolveClasses", "getCellHeaders", "isActual", "columnWidth", "classes", "value"])
|
|
5417
5542
|
])) : y("", !0)
|
|
5418
|
-
], 10,
|
|
5543
|
+
], 10, Wa);
|
|
5419
5544
|
}
|
|
5420
|
-
const
|
|
5421
|
-
function
|
|
5545
|
+
const sl = /* @__PURE__ */ S(Na, [["render", tl]]);
|
|
5546
|
+
function nl() {
|
|
5422
5547
|
this.__data__ = [], this.size = 0;
|
|
5423
5548
|
}
|
|
5424
|
-
function
|
|
5549
|
+
function xs(e, s) {
|
|
5425
5550
|
return e === s || e !== e && s !== s;
|
|
5426
5551
|
}
|
|
5427
|
-
function
|
|
5552
|
+
function Ve(e, s) {
|
|
5428
5553
|
for (var t = e.length; t--; )
|
|
5429
|
-
if (
|
|
5554
|
+
if (xs(e[t][0], s))
|
|
5430
5555
|
return t;
|
|
5431
5556
|
return -1;
|
|
5432
5557
|
}
|
|
5433
|
-
var
|
|
5434
|
-
function
|
|
5435
|
-
var s = this.__data__, t =
|
|
5558
|
+
var ol = Array.prototype, il = ol.splice;
|
|
5559
|
+
function rl(e) {
|
|
5560
|
+
var s = this.__data__, t = Ve(s, e);
|
|
5436
5561
|
if (t < 0)
|
|
5437
5562
|
return !1;
|
|
5438
5563
|
var n = s.length - 1;
|
|
5439
|
-
return t == n ? s.pop() :
|
|
5564
|
+
return t == n ? s.pop() : il.call(s, t, 1), --this.size, !0;
|
|
5440
5565
|
}
|
|
5441
|
-
function
|
|
5442
|
-
var s = this.__data__, t =
|
|
5566
|
+
function al(e) {
|
|
5567
|
+
var s = this.__data__, t = Ve(s, e);
|
|
5443
5568
|
return t < 0 ? void 0 : s[t][1];
|
|
5444
5569
|
}
|
|
5445
|
-
function
|
|
5446
|
-
return
|
|
5570
|
+
function ll(e) {
|
|
5571
|
+
return Ve(this.__data__, e) > -1;
|
|
5447
5572
|
}
|
|
5448
|
-
function
|
|
5449
|
-
var t = this.__data__, n =
|
|
5573
|
+
function cl(e, s) {
|
|
5574
|
+
var t = this.__data__, n = Ve(t, e);
|
|
5450
5575
|
return n < 0 ? (++this.size, t.push([e, s])) : t[n][1] = s, this;
|
|
5451
5576
|
}
|
|
5452
5577
|
function Z(e) {
|
|
@@ -5456,66 +5581,66 @@ function Z(e) {
|
|
|
5456
5581
|
this.set(n[0], n[1]);
|
|
5457
5582
|
}
|
|
5458
5583
|
}
|
|
5459
|
-
Z.prototype.clear =
|
|
5460
|
-
Z.prototype.delete =
|
|
5461
|
-
Z.prototype.get =
|
|
5462
|
-
Z.prototype.has =
|
|
5463
|
-
Z.prototype.set =
|
|
5464
|
-
function
|
|
5584
|
+
Z.prototype.clear = nl;
|
|
5585
|
+
Z.prototype.delete = rl;
|
|
5586
|
+
Z.prototype.get = al;
|
|
5587
|
+
Z.prototype.has = ll;
|
|
5588
|
+
Z.prototype.set = cl;
|
|
5589
|
+
function ul() {
|
|
5465
5590
|
this.__data__ = new Z(), this.size = 0;
|
|
5466
5591
|
}
|
|
5467
|
-
function
|
|
5592
|
+
function dl(e) {
|
|
5468
5593
|
var s = this.__data__, t = s.delete(e);
|
|
5469
5594
|
return this.size = s.size, t;
|
|
5470
5595
|
}
|
|
5471
|
-
function
|
|
5596
|
+
function fl(e) {
|
|
5472
5597
|
return this.__data__.get(e);
|
|
5473
5598
|
}
|
|
5474
|
-
function
|
|
5599
|
+
function hl(e) {
|
|
5475
5600
|
return this.__data__.has(e);
|
|
5476
5601
|
}
|
|
5477
|
-
var
|
|
5478
|
-
function
|
|
5479
|
-
var s =
|
|
5602
|
+
var Us = typeof global == "object" && global && global.Object === Object && global, ml = typeof self == "object" && self && self.Object === Object && self, Y = Us || ml || Function("return this")(), fe = Y.Symbol, js = Object.prototype, gl = js.hasOwnProperty, yl = js.toString, be = fe ? fe.toStringTag : void 0;
|
|
5603
|
+
function pl(e) {
|
|
5604
|
+
var s = gl.call(e, be), t = e[be];
|
|
5480
5605
|
try {
|
|
5481
5606
|
e[be] = void 0;
|
|
5482
5607
|
var n = !0;
|
|
5483
5608
|
} catch {
|
|
5484
5609
|
}
|
|
5485
|
-
var i =
|
|
5610
|
+
var i = yl.call(e);
|
|
5486
5611
|
return n && (s ? e[be] = t : delete e[be]), i;
|
|
5487
5612
|
}
|
|
5488
|
-
var
|
|
5489
|
-
function
|
|
5490
|
-
return
|
|
5613
|
+
var _l = Object.prototype, vl = _l.toString;
|
|
5614
|
+
function bl(e) {
|
|
5615
|
+
return vl.call(e);
|
|
5491
5616
|
}
|
|
5492
|
-
var
|
|
5617
|
+
var wl = "[object Null]", Sl = "[object Undefined]", Mt = fe ? fe.toStringTag : void 0;
|
|
5493
5618
|
function $e(e) {
|
|
5494
|
-
return e == null ? e === void 0 ?
|
|
5619
|
+
return e == null ? e === void 0 ? Sl : wl : Mt && Mt in Object(e) ? pl(e) : bl(e);
|
|
5495
5620
|
}
|
|
5496
|
-
function
|
|
5621
|
+
function Ne(e) {
|
|
5497
5622
|
var s = typeof e;
|
|
5498
5623
|
return e != null && (s == "object" || s == "function");
|
|
5499
5624
|
}
|
|
5500
|
-
var
|
|
5501
|
-
function
|
|
5502
|
-
if (!
|
|
5625
|
+
var kl = "[object AsyncFunction]", Cl = "[object Function]", Tl = "[object GeneratorFunction]", Al = "[object Proxy]";
|
|
5626
|
+
function zs(e) {
|
|
5627
|
+
if (!Ne(e))
|
|
5503
5628
|
return !1;
|
|
5504
5629
|
var s = $e(e);
|
|
5505
|
-
return s ==
|
|
5630
|
+
return s == Cl || s == Tl || s == kl || s == Al;
|
|
5506
5631
|
}
|
|
5507
|
-
var
|
|
5508
|
-
var e = /[^.]+$/.exec(
|
|
5632
|
+
var Ke = Y["__core-js_shared__"], Bt = function() {
|
|
5633
|
+
var e = /[^.]+$/.exec(Ke && Ke.keys && Ke.keys.IE_PROTO || "");
|
|
5509
5634
|
return e ? "Symbol(src)_1." + e : "";
|
|
5510
5635
|
}();
|
|
5511
|
-
function
|
|
5512
|
-
return !!
|
|
5636
|
+
function $l(e) {
|
|
5637
|
+
return !!Bt && Bt in e;
|
|
5513
5638
|
}
|
|
5514
|
-
var
|
|
5639
|
+
var Ol = Function.prototype, Rl = Ol.toString;
|
|
5515
5640
|
function re(e) {
|
|
5516
5641
|
if (e != null) {
|
|
5517
5642
|
try {
|
|
5518
|
-
return
|
|
5643
|
+
return Rl.call(e);
|
|
5519
5644
|
} catch {
|
|
5520
5645
|
}
|
|
5521
5646
|
try {
|
|
@@ -5525,48 +5650,48 @@ function re(e) {
|
|
|
5525
5650
|
}
|
|
5526
5651
|
return "";
|
|
5527
5652
|
}
|
|
5528
|
-
var
|
|
5529
|
-
"^" +
|
|
5653
|
+
var xl = /[\\^$.*+?()[\]{}|]/g, Ul = /^\[object .+?Constructor\]$/, jl = Function.prototype, zl = Object.prototype, El = jl.toString, Il = zl.hasOwnProperty, Ml = RegExp(
|
|
5654
|
+
"^" + El.call(Il).replace(xl, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
5530
5655
|
);
|
|
5531
|
-
function
|
|
5532
|
-
if (!
|
|
5656
|
+
function Bl(e) {
|
|
5657
|
+
if (!Ne(e) || $l(e))
|
|
5533
5658
|
return !1;
|
|
5534
|
-
var s =
|
|
5659
|
+
var s = zs(e) ? Ml : Ul;
|
|
5535
5660
|
return s.test(re(e));
|
|
5536
5661
|
}
|
|
5537
|
-
function
|
|
5662
|
+
function Pl(e, s) {
|
|
5538
5663
|
return e?.[s];
|
|
5539
5664
|
}
|
|
5540
5665
|
function ae(e, s) {
|
|
5541
|
-
var t =
|
|
5542
|
-
return
|
|
5666
|
+
var t = Pl(e, s);
|
|
5667
|
+
return Bl(t) ? t : void 0;
|
|
5543
5668
|
}
|
|
5544
5669
|
var Te = ae(Y, "Map"), Ae = ae(Object, "create");
|
|
5545
|
-
function
|
|
5670
|
+
function Fl() {
|
|
5546
5671
|
this.__data__ = Ae ? Ae(null) : {}, this.size = 0;
|
|
5547
5672
|
}
|
|
5548
|
-
function
|
|
5673
|
+
function Ll(e) {
|
|
5549
5674
|
var s = this.has(e) && delete this.__data__[e];
|
|
5550
5675
|
return this.size -= s ? 1 : 0, s;
|
|
5551
5676
|
}
|
|
5552
|
-
var
|
|
5553
|
-
function
|
|
5677
|
+
var Hl = "__lodash_hash_undefined__", Dl = Object.prototype, Vl = Dl.hasOwnProperty;
|
|
5678
|
+
function Nl(e) {
|
|
5554
5679
|
var s = this.__data__;
|
|
5555
5680
|
if (Ae) {
|
|
5556
5681
|
var t = s[e];
|
|
5557
|
-
return t ===
|
|
5682
|
+
return t === Hl ? void 0 : t;
|
|
5558
5683
|
}
|
|
5559
|
-
return
|
|
5684
|
+
return Vl.call(s, e) ? s[e] : void 0;
|
|
5560
5685
|
}
|
|
5561
|
-
var
|
|
5562
|
-
function
|
|
5686
|
+
var Wl = Object.prototype, Xl = Wl.hasOwnProperty;
|
|
5687
|
+
function ql(e) {
|
|
5563
5688
|
var s = this.__data__;
|
|
5564
|
-
return Ae ? s[e] !== void 0 :
|
|
5689
|
+
return Ae ? s[e] !== void 0 : Xl.call(s, e);
|
|
5565
5690
|
}
|
|
5566
|
-
var
|
|
5567
|
-
function
|
|
5691
|
+
var Yl = "__lodash_hash_undefined__";
|
|
5692
|
+
function Kl(e, s) {
|
|
5568
5693
|
var t = this.__data__;
|
|
5569
|
-
return this.size += this.has(e) ? 0 : 1, t[e] = Ae && s === void 0 ?
|
|
5694
|
+
return this.size += this.has(e) ? 0 : 1, t[e] = Ae && s === void 0 ? Yl : s, this;
|
|
5570
5695
|
}
|
|
5571
5696
|
function ie(e) {
|
|
5572
5697
|
var s = -1, t = e == null ? 0 : e.length;
|
|
@@ -5575,38 +5700,38 @@ function ie(e) {
|
|
|
5575
5700
|
this.set(n[0], n[1]);
|
|
5576
5701
|
}
|
|
5577
5702
|
}
|
|
5578
|
-
ie.prototype.clear =
|
|
5579
|
-
ie.prototype.delete =
|
|
5580
|
-
ie.prototype.get =
|
|
5581
|
-
ie.prototype.has =
|
|
5582
|
-
ie.prototype.set =
|
|
5583
|
-
function
|
|
5703
|
+
ie.prototype.clear = Fl;
|
|
5704
|
+
ie.prototype.delete = Ll;
|
|
5705
|
+
ie.prototype.get = Nl;
|
|
5706
|
+
ie.prototype.has = ql;
|
|
5707
|
+
ie.prototype.set = Kl;
|
|
5708
|
+
function Gl() {
|
|
5584
5709
|
this.size = 0, this.__data__ = {
|
|
5585
5710
|
hash: new ie(),
|
|
5586
5711
|
map: new (Te || Z)(),
|
|
5587
5712
|
string: new ie()
|
|
5588
5713
|
};
|
|
5589
5714
|
}
|
|
5590
|
-
function
|
|
5715
|
+
function Zl(e) {
|
|
5591
5716
|
var s = typeof e;
|
|
5592
5717
|
return s == "string" || s == "number" || s == "symbol" || s == "boolean" ? e !== "__proto__" : e === null;
|
|
5593
5718
|
}
|
|
5594
|
-
function
|
|
5719
|
+
function We(e, s) {
|
|
5595
5720
|
var t = e.__data__;
|
|
5596
|
-
return
|
|
5721
|
+
return Zl(s) ? t[typeof s == "string" ? "string" : "hash"] : t.map;
|
|
5597
5722
|
}
|
|
5598
|
-
function
|
|
5599
|
-
var s =
|
|
5723
|
+
function Jl(e) {
|
|
5724
|
+
var s = We(this, e).delete(e);
|
|
5600
5725
|
return this.size -= s ? 1 : 0, s;
|
|
5601
5726
|
}
|
|
5602
|
-
function
|
|
5603
|
-
return
|
|
5727
|
+
function Ql(e) {
|
|
5728
|
+
return We(this, e).get(e);
|
|
5604
5729
|
}
|
|
5605
|
-
function
|
|
5606
|
-
return
|
|
5730
|
+
function ec(e) {
|
|
5731
|
+
return We(this, e).has(e);
|
|
5607
5732
|
}
|
|
5608
|
-
function
|
|
5609
|
-
var t =
|
|
5733
|
+
function tc(e, s) {
|
|
5734
|
+
var t = We(this, e), n = t.size;
|
|
5610
5735
|
return t.set(e, s), this.size += t.size == n ? 0 : 1, this;
|
|
5611
5736
|
}
|
|
5612
5737
|
function ge(e) {
|
|
@@ -5616,17 +5741,17 @@ function ge(e) {
|
|
|
5616
5741
|
this.set(n[0], n[1]);
|
|
5617
5742
|
}
|
|
5618
5743
|
}
|
|
5619
|
-
ge.prototype.clear =
|
|
5620
|
-
ge.prototype.delete =
|
|
5621
|
-
ge.prototype.get =
|
|
5622
|
-
ge.prototype.has =
|
|
5623
|
-
ge.prototype.set =
|
|
5624
|
-
var
|
|
5625
|
-
function
|
|
5744
|
+
ge.prototype.clear = Gl;
|
|
5745
|
+
ge.prototype.delete = Jl;
|
|
5746
|
+
ge.prototype.get = Ql;
|
|
5747
|
+
ge.prototype.has = ec;
|
|
5748
|
+
ge.prototype.set = tc;
|
|
5749
|
+
var sc = 200;
|
|
5750
|
+
function nc(e, s) {
|
|
5626
5751
|
var t = this.__data__;
|
|
5627
5752
|
if (t instanceof Z) {
|
|
5628
5753
|
var n = t.__data__;
|
|
5629
|
-
if (!Te || n.length <
|
|
5754
|
+
if (!Te || n.length < sc - 1)
|
|
5630
5755
|
return n.push([e, s]), this.size = ++t.size, this;
|
|
5631
5756
|
t = this.__data__ = new ge(n);
|
|
5632
5757
|
}
|
|
@@ -5636,37 +5761,37 @@ function ye(e) {
|
|
|
5636
5761
|
var s = this.__data__ = new Z(e);
|
|
5637
5762
|
this.size = s.size;
|
|
5638
5763
|
}
|
|
5639
|
-
ye.prototype.clear =
|
|
5640
|
-
ye.prototype.delete =
|
|
5641
|
-
ye.prototype.get =
|
|
5642
|
-
ye.prototype.has =
|
|
5643
|
-
ye.prototype.set =
|
|
5644
|
-
function
|
|
5764
|
+
ye.prototype.clear = ul;
|
|
5765
|
+
ye.prototype.delete = dl;
|
|
5766
|
+
ye.prototype.get = fl;
|
|
5767
|
+
ye.prototype.has = hl;
|
|
5768
|
+
ye.prototype.set = nc;
|
|
5769
|
+
function oc(e, s) {
|
|
5645
5770
|
for (var t = -1, n = e == null ? 0 : e.length; ++t < n && s(e[t], t, e) !== !1; )
|
|
5646
5771
|
;
|
|
5647
5772
|
return e;
|
|
5648
5773
|
}
|
|
5649
|
-
var
|
|
5774
|
+
var Pt = function() {
|
|
5650
5775
|
try {
|
|
5651
5776
|
var e = ae(Object, "defineProperty");
|
|
5652
5777
|
return e({}, "", {}), e;
|
|
5653
5778
|
} catch {
|
|
5654
5779
|
}
|
|
5655
5780
|
}();
|
|
5656
|
-
function
|
|
5657
|
-
s == "__proto__" &&
|
|
5781
|
+
function ic(e, s, t) {
|
|
5782
|
+
s == "__proto__" && Pt ? Pt(e, s, {
|
|
5658
5783
|
configurable: !0,
|
|
5659
5784
|
enumerable: !0,
|
|
5660
5785
|
value: t,
|
|
5661
5786
|
writable: !0
|
|
5662
5787
|
}) : e[s] = t;
|
|
5663
5788
|
}
|
|
5664
|
-
var
|
|
5665
|
-
function
|
|
5789
|
+
var rc = Object.prototype, ac = rc.hasOwnProperty;
|
|
5790
|
+
function lc(e, s, t) {
|
|
5666
5791
|
var n = e[s];
|
|
5667
|
-
(!(
|
|
5792
|
+
(!(ac.call(e, s) && xs(n, t)) || t === void 0 && !(s in e)) && ic(e, s, t);
|
|
5668
5793
|
}
|
|
5669
|
-
function
|
|
5794
|
+
function cc(e, s) {
|
|
5670
5795
|
for (var t = -1, n = Array(e); ++t < e; )
|
|
5671
5796
|
n[t] = s(t);
|
|
5672
5797
|
return n;
|
|
@@ -5674,197 +5799,197 @@ function sc(e, s) {
|
|
|
5674
5799
|
function Oe(e) {
|
|
5675
5800
|
return e != null && typeof e == "object";
|
|
5676
5801
|
}
|
|
5677
|
-
var
|
|
5802
|
+
var uc = "[object Arguments]";
|
|
5678
5803
|
function Ft(e) {
|
|
5679
|
-
return Oe(e) && $e(e) ==
|
|
5804
|
+
return Oe(e) && $e(e) == uc;
|
|
5680
5805
|
}
|
|
5681
|
-
var
|
|
5806
|
+
var Es = Object.prototype, dc = Es.hasOwnProperty, fc = Es.propertyIsEnumerable, hc = Ft(/* @__PURE__ */ function() {
|
|
5682
5807
|
return arguments;
|
|
5683
5808
|
}()) ? Ft : function(e) {
|
|
5684
|
-
return Oe(e) &&
|
|
5685
|
-
},
|
|
5686
|
-
function
|
|
5809
|
+
return Oe(e) && dc.call(e, "callee") && !fc.call(e, "callee");
|
|
5810
|
+
}, bt = Array.isArray;
|
|
5811
|
+
function mc() {
|
|
5687
5812
|
return !1;
|
|
5688
5813
|
}
|
|
5689
|
-
var
|
|
5690
|
-
function
|
|
5814
|
+
var Is = typeof exports == "object" && exports && !exports.nodeType && exports, Lt = Is && typeof module == "object" && module && !module.nodeType && module, gc = Lt && Lt.exports === Is, Ht = gc ? Y.Buffer : void 0, yc = Ht ? Ht.isBuffer : void 0, Ms = yc || mc, pc = 9007199254740991, _c = /^(?:0|[1-9]\d*)$/;
|
|
5815
|
+
function vc(e, s) {
|
|
5691
5816
|
var t = typeof e;
|
|
5692
|
-
return s = s ??
|
|
5817
|
+
return s = s ?? pc, !!s && (t == "number" || t != "symbol" && _c.test(e)) && e > -1 && e % 1 == 0 && e < s;
|
|
5693
5818
|
}
|
|
5694
|
-
var
|
|
5695
|
-
function
|
|
5696
|
-
return typeof e == "number" && e > -1 && e % 1 == 0 && e <=
|
|
5819
|
+
var bc = 9007199254740991;
|
|
5820
|
+
function Bs(e) {
|
|
5821
|
+
return typeof e == "number" && e > -1 && e % 1 == 0 && e <= bc;
|
|
5697
5822
|
}
|
|
5698
|
-
var
|
|
5699
|
-
z[
|
|
5700
|
-
z[
|
|
5701
|
-
function
|
|
5702
|
-
return Oe(e) &&
|
|
5823
|
+
var wc = "[object Arguments]", Sc = "[object Array]", kc = "[object Boolean]", Cc = "[object Date]", Tc = "[object Error]", Ac = "[object Function]", $c = "[object Map]", Oc = "[object Number]", Rc = "[object Object]", xc = "[object RegExp]", Uc = "[object Set]", jc = "[object String]", zc = "[object WeakMap]", Ec = "[object ArrayBuffer]", Ic = "[object DataView]", Mc = "[object Float32Array]", Bc = "[object Float64Array]", Pc = "[object Int8Array]", Fc = "[object Int16Array]", Lc = "[object Int32Array]", Hc = "[object Uint8Array]", Dc = "[object Uint8ClampedArray]", Vc = "[object Uint16Array]", Nc = "[object Uint32Array]", z = {};
|
|
5824
|
+
z[Mc] = z[Bc] = z[Pc] = z[Fc] = z[Lc] = z[Hc] = z[Dc] = z[Vc] = z[Nc] = !0;
|
|
5825
|
+
z[wc] = z[Sc] = z[Ec] = z[kc] = z[Ic] = z[Cc] = z[Tc] = z[Ac] = z[$c] = z[Oc] = z[Rc] = z[xc] = z[Uc] = z[jc] = z[zc] = !1;
|
|
5826
|
+
function Wc(e) {
|
|
5827
|
+
return Oe(e) && Bs(e.length) && !!z[$e(e)];
|
|
5703
5828
|
}
|
|
5704
|
-
function
|
|
5829
|
+
function wt(e) {
|
|
5705
5830
|
return function(s) {
|
|
5706
5831
|
return e(s);
|
|
5707
5832
|
};
|
|
5708
5833
|
}
|
|
5709
|
-
var
|
|
5834
|
+
var Ps = typeof exports == "object" && exports && !exports.nodeType && exports, Ce = Ps && typeof module == "object" && module && !module.nodeType && module, Xc = Ce && Ce.exports === Ps, Ge = Xc && Us.process, he = function() {
|
|
5710
5835
|
try {
|
|
5711
5836
|
var e = Ce && Ce.require && Ce.require("util").types;
|
|
5712
|
-
return e ||
|
|
5837
|
+
return e || Ge && Ge.binding && Ge.binding("util");
|
|
5713
5838
|
} catch {
|
|
5714
5839
|
}
|
|
5715
|
-
}(), Dt = he && he.isTypedArray,
|
|
5716
|
-
function
|
|
5717
|
-
var t =
|
|
5840
|
+
}(), Dt = he && he.isTypedArray, qc = Dt ? wt(Dt) : Wc, Yc = Object.prototype, Kc = Yc.hasOwnProperty;
|
|
5841
|
+
function Gc(e, s) {
|
|
5842
|
+
var t = bt(e), n = !t && hc(e), i = !t && !n && Ms(e), o = !t && !n && !i && qc(e), r = t || n || i || o, a = r ? cc(e.length, String) : [], c = a.length;
|
|
5718
5843
|
for (var u in e)
|
|
5719
|
-
|
|
5844
|
+
Kc.call(e, u) && !(r && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
5720
5845
|
(u == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
5721
5846
|
i && (u == "offset" || u == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
|
|
5722
5847
|
o && (u == "buffer" || u == "byteLength" || u == "byteOffset") || // Skip index properties.
|
|
5723
|
-
|
|
5848
|
+
vc(u, c))) && a.push(u);
|
|
5724
5849
|
return a;
|
|
5725
5850
|
}
|
|
5726
|
-
var
|
|
5727
|
-
function
|
|
5728
|
-
var s = e && e.constructor, t = typeof s == "function" && s.prototype ||
|
|
5851
|
+
var Zc = Object.prototype;
|
|
5852
|
+
function Fs(e) {
|
|
5853
|
+
var s = e && e.constructor, t = typeof s == "function" && s.prototype || Zc;
|
|
5729
5854
|
return e === t;
|
|
5730
5855
|
}
|
|
5731
|
-
function
|
|
5856
|
+
function Ls(e, s) {
|
|
5732
5857
|
return function(t) {
|
|
5733
5858
|
return e(s(t));
|
|
5734
5859
|
};
|
|
5735
5860
|
}
|
|
5736
|
-
var
|
|
5737
|
-
function
|
|
5738
|
-
if (!
|
|
5739
|
-
return
|
|
5861
|
+
var Jc = Ls(Object.keys, Object), Qc = Object.prototype, eu = Qc.hasOwnProperty;
|
|
5862
|
+
function tu(e) {
|
|
5863
|
+
if (!Fs(e))
|
|
5864
|
+
return Jc(e);
|
|
5740
5865
|
var s = [];
|
|
5741
5866
|
for (var t in Object(e))
|
|
5742
|
-
|
|
5867
|
+
eu.call(e, t) && t != "constructor" && s.push(t);
|
|
5743
5868
|
return s;
|
|
5744
5869
|
}
|
|
5745
|
-
function
|
|
5746
|
-
return e != null &&
|
|
5870
|
+
function su(e) {
|
|
5871
|
+
return e != null && Bs(e.length) && !zs(e);
|
|
5747
5872
|
}
|
|
5748
|
-
function
|
|
5749
|
-
return
|
|
5873
|
+
function nu(e) {
|
|
5874
|
+
return su(e) ? Gc(e) : tu(e);
|
|
5750
5875
|
}
|
|
5751
|
-
var
|
|
5876
|
+
var Hs = typeof exports == "object" && exports && !exports.nodeType && exports, Vt = Hs && typeof module == "object" && module && !module.nodeType && module, ou = Vt && Vt.exports === Hs, Nt = ou ? Y.Buffer : void 0;
|
|
5752
5877
|
Nt && Nt.allocUnsafe;
|
|
5753
|
-
function
|
|
5878
|
+
function iu(e, s) {
|
|
5754
5879
|
return e.slice();
|
|
5755
5880
|
}
|
|
5756
|
-
function
|
|
5881
|
+
function ru(e, s) {
|
|
5757
5882
|
for (var t = -1, n = e == null ? 0 : e.length, i = 0, o = []; ++t < n; ) {
|
|
5758
5883
|
var r = e[t];
|
|
5759
5884
|
s(r, t, e) && (o[i++] = r);
|
|
5760
5885
|
}
|
|
5761
5886
|
return o;
|
|
5762
5887
|
}
|
|
5763
|
-
function
|
|
5888
|
+
function au() {
|
|
5764
5889
|
return [];
|
|
5765
5890
|
}
|
|
5766
|
-
var
|
|
5767
|
-
return e == null ? [] : (e = Object(e),
|
|
5768
|
-
return
|
|
5891
|
+
var lu = Object.prototype, cu = lu.propertyIsEnumerable, Wt = Object.getOwnPropertySymbols, uu = Wt ? function(e) {
|
|
5892
|
+
return e == null ? [] : (e = Object(e), ru(Wt(e), function(s) {
|
|
5893
|
+
return cu.call(e, s);
|
|
5769
5894
|
}));
|
|
5770
|
-
} :
|
|
5771
|
-
function
|
|
5895
|
+
} : au;
|
|
5896
|
+
function du(e, s) {
|
|
5772
5897
|
for (var t = -1, n = s.length, i = e.length; ++t < n; )
|
|
5773
5898
|
e[i + t] = s[t];
|
|
5774
5899
|
return e;
|
|
5775
5900
|
}
|
|
5776
|
-
var
|
|
5777
|
-
function
|
|
5901
|
+
var fu = Ls(Object.getPrototypeOf, Object);
|
|
5902
|
+
function hu(e, s, t) {
|
|
5778
5903
|
var n = s(e);
|
|
5779
|
-
return
|
|
5904
|
+
return bt(e) ? n : du(n, t(e));
|
|
5780
5905
|
}
|
|
5781
|
-
function
|
|
5782
|
-
return
|
|
5906
|
+
function mu(e) {
|
|
5907
|
+
return hu(e, nu, uu);
|
|
5783
5908
|
}
|
|
5784
|
-
var
|
|
5785
|
-
(
|
|
5786
|
-
var s = $e(e), t = s ==
|
|
5909
|
+
var st = ae(Y, "DataView"), nt = ae(Y, "Promise"), ot = ae(Y, "Set"), it = ae(Y, "WeakMap"), Xt = "[object Map]", gu = "[object Object]", qt = "[object Promise]", Yt = "[object Set]", Kt = "[object WeakMap]", Gt = "[object DataView]", yu = re(st), pu = re(Te), _u = re(nt), vu = re(ot), bu = re(it), K = $e;
|
|
5910
|
+
(st && K(new st(new ArrayBuffer(1))) != Gt || Te && K(new Te()) != Xt || nt && K(nt.resolve()) != qt || ot && K(new ot()) != Yt || it && K(new it()) != Kt) && (K = function(e) {
|
|
5911
|
+
var s = $e(e), t = s == gu ? e.constructor : void 0, n = t ? re(t) : "";
|
|
5787
5912
|
if (n)
|
|
5788
5913
|
switch (n) {
|
|
5789
|
-
case
|
|
5914
|
+
case yu:
|
|
5790
5915
|
return Gt;
|
|
5791
|
-
case
|
|
5916
|
+
case pu:
|
|
5792
5917
|
return Xt;
|
|
5793
|
-
case
|
|
5918
|
+
case _u:
|
|
5794
5919
|
return qt;
|
|
5795
|
-
case
|
|
5920
|
+
case vu:
|
|
5796
5921
|
return Yt;
|
|
5797
|
-
case
|
|
5922
|
+
case bu:
|
|
5798
5923
|
return Kt;
|
|
5799
5924
|
}
|
|
5800
5925
|
return s;
|
|
5801
5926
|
});
|
|
5802
|
-
var
|
|
5803
|
-
function
|
|
5927
|
+
var wu = Object.prototype, Su = wu.hasOwnProperty;
|
|
5928
|
+
function ku(e) {
|
|
5804
5929
|
var s = e.length, t = new e.constructor(s);
|
|
5805
|
-
return s && typeof e[0] == "string" &&
|
|
5930
|
+
return s && typeof e[0] == "string" && Su.call(e, "index") && (t.index = e.index, t.input = e.input), t;
|
|
5806
5931
|
}
|
|
5807
5932
|
var Zt = Y.Uint8Array;
|
|
5808
|
-
function
|
|
5933
|
+
function St(e) {
|
|
5809
5934
|
var s = new e.constructor(e.byteLength);
|
|
5810
5935
|
return new Zt(s).set(new Zt(e)), s;
|
|
5811
5936
|
}
|
|
5812
|
-
function
|
|
5813
|
-
var t =
|
|
5937
|
+
function Cu(e, s) {
|
|
5938
|
+
var t = St(e.buffer);
|
|
5814
5939
|
return new e.constructor(t, e.byteOffset, e.byteLength);
|
|
5815
5940
|
}
|
|
5816
|
-
var
|
|
5817
|
-
function
|
|
5818
|
-
var s = new e.constructor(e.source,
|
|
5941
|
+
var Tu = /\w*$/;
|
|
5942
|
+
function Au(e) {
|
|
5943
|
+
var s = new e.constructor(e.source, Tu.exec(e));
|
|
5819
5944
|
return s.lastIndex = e.lastIndex, s;
|
|
5820
5945
|
}
|
|
5821
5946
|
var Jt = fe ? fe.prototype : void 0, Qt = Jt ? Jt.valueOf : void 0;
|
|
5822
|
-
function
|
|
5947
|
+
function $u(e) {
|
|
5823
5948
|
return Qt ? Object(Qt.call(e)) : {};
|
|
5824
5949
|
}
|
|
5825
|
-
function
|
|
5826
|
-
var t =
|
|
5950
|
+
function Ou(e, s) {
|
|
5951
|
+
var t = St(e.buffer);
|
|
5827
5952
|
return new e.constructor(t, e.byteOffset, e.length);
|
|
5828
5953
|
}
|
|
5829
|
-
var
|
|
5830
|
-
function
|
|
5954
|
+
var Ru = "[object Boolean]", xu = "[object Date]", Uu = "[object Map]", ju = "[object Number]", zu = "[object RegExp]", Eu = "[object Set]", Iu = "[object String]", Mu = "[object Symbol]", Bu = "[object ArrayBuffer]", Pu = "[object DataView]", Fu = "[object Float32Array]", Lu = "[object Float64Array]", Hu = "[object Int8Array]", Du = "[object Int16Array]", Vu = "[object Int32Array]", Nu = "[object Uint8Array]", Wu = "[object Uint8ClampedArray]", Xu = "[object Uint16Array]", qu = "[object Uint32Array]";
|
|
5955
|
+
function Yu(e, s, t) {
|
|
5831
5956
|
var n = e.constructor;
|
|
5832
5957
|
switch (s) {
|
|
5958
|
+
case Bu:
|
|
5959
|
+
return St(e);
|
|
5960
|
+
case Ru:
|
|
5833
5961
|
case xu:
|
|
5834
|
-
return _t(e);
|
|
5835
|
-
case Su:
|
|
5836
|
-
case ku:
|
|
5837
5962
|
return new n(+e);
|
|
5838
|
-
case Uu:
|
|
5839
|
-
return pu(e);
|
|
5840
|
-
case ju:
|
|
5841
|
-
case zu:
|
|
5842
|
-
case Eu:
|
|
5843
|
-
case Iu:
|
|
5844
|
-
case Mu:
|
|
5845
5963
|
case Pu:
|
|
5846
|
-
|
|
5964
|
+
return Cu(e);
|
|
5847
5965
|
case Fu:
|
|
5848
5966
|
case Lu:
|
|
5849
|
-
|
|
5850
|
-
case
|
|
5967
|
+
case Hu:
|
|
5968
|
+
case Du:
|
|
5969
|
+
case Vu:
|
|
5970
|
+
case Nu:
|
|
5971
|
+
case Wu:
|
|
5972
|
+
case Xu:
|
|
5973
|
+
case qu:
|
|
5974
|
+
return Ou(e);
|
|
5975
|
+
case Uu:
|
|
5851
5976
|
return new n();
|
|
5852
|
-
case
|
|
5853
|
-
case
|
|
5977
|
+
case ju:
|
|
5978
|
+
case Iu:
|
|
5854
5979
|
return new n(e);
|
|
5855
|
-
case
|
|
5856
|
-
return
|
|
5857
|
-
case
|
|
5980
|
+
case zu:
|
|
5981
|
+
return Au(e);
|
|
5982
|
+
case Eu:
|
|
5858
5983
|
return new n();
|
|
5859
|
-
case
|
|
5860
|
-
return
|
|
5984
|
+
case Mu:
|
|
5985
|
+
return $u(e);
|
|
5861
5986
|
}
|
|
5862
5987
|
}
|
|
5863
|
-
var es = Object.create,
|
|
5988
|
+
var es = Object.create, Ku = /* @__PURE__ */ function() {
|
|
5864
5989
|
function e() {
|
|
5865
5990
|
}
|
|
5866
5991
|
return function(s) {
|
|
5867
|
-
if (!
|
|
5992
|
+
if (!Ne(s))
|
|
5868
5993
|
return {};
|
|
5869
5994
|
if (es)
|
|
5870
5995
|
return es(s);
|
|
@@ -5873,65 +5998,65 @@ var es = Object.create, Du = /* @__PURE__ */ function() {
|
|
|
5873
5998
|
return e.prototype = void 0, t;
|
|
5874
5999
|
};
|
|
5875
6000
|
}();
|
|
5876
|
-
function
|
|
5877
|
-
return typeof e.constructor == "function" && !
|
|
6001
|
+
function Gu(e) {
|
|
6002
|
+
return typeof e.constructor == "function" && !Fs(e) ? Ku(fu(e)) : {};
|
|
5878
6003
|
}
|
|
5879
|
-
var
|
|
5880
|
-
function
|
|
5881
|
-
return Oe(e) && K(e) ==
|
|
6004
|
+
var Zu = "[object Map]";
|
|
6005
|
+
function Ju(e) {
|
|
6006
|
+
return Oe(e) && K(e) == Zu;
|
|
5882
6007
|
}
|
|
5883
|
-
var ts = he && he.isMap,
|
|
5884
|
-
function
|
|
5885
|
-
return Oe(e) && K(e) ==
|
|
6008
|
+
var ts = he && he.isMap, Qu = ts ? wt(ts) : Ju, ed = "[object Set]";
|
|
6009
|
+
function td(e) {
|
|
6010
|
+
return Oe(e) && K(e) == ed;
|
|
5886
6011
|
}
|
|
5887
|
-
var ss = he && he.isSet,
|
|
5888
|
-
x[
|
|
5889
|
-
x[
|
|
6012
|
+
var ss = he && he.isSet, sd = ss ? wt(ss) : td, Ds = "[object Arguments]", nd = "[object Array]", od = "[object Boolean]", id = "[object Date]", rd = "[object Error]", Vs = "[object Function]", ad = "[object GeneratorFunction]", ld = "[object Map]", cd = "[object Number]", Ns = "[object Object]", ud = "[object RegExp]", dd = "[object Set]", fd = "[object String]", hd = "[object Symbol]", md = "[object WeakMap]", gd = "[object ArrayBuffer]", yd = "[object DataView]", pd = "[object Float32Array]", _d = "[object Float64Array]", vd = "[object Int8Array]", bd = "[object Int16Array]", wd = "[object Int32Array]", Sd = "[object Uint8Array]", kd = "[object Uint8ClampedArray]", Cd = "[object Uint16Array]", Td = "[object Uint32Array]", x = {};
|
|
6013
|
+
x[Ds] = x[nd] = x[gd] = x[yd] = x[od] = x[id] = x[pd] = x[_d] = x[vd] = x[bd] = x[wd] = x[ld] = x[cd] = x[Ns] = x[ud] = x[dd] = x[fd] = x[hd] = x[Sd] = x[kd] = x[Cd] = x[Td] = !0;
|
|
6014
|
+
x[rd] = x[Vs] = x[md] = !1;
|
|
5890
6015
|
function Ie(e, s, t, n, i, o) {
|
|
5891
6016
|
var r;
|
|
5892
6017
|
if (r !== void 0)
|
|
5893
6018
|
return r;
|
|
5894
|
-
if (!
|
|
6019
|
+
if (!Ne(e))
|
|
5895
6020
|
return e;
|
|
5896
|
-
var a =
|
|
6021
|
+
var a = bt(e);
|
|
5897
6022
|
if (a)
|
|
5898
|
-
r =
|
|
6023
|
+
r = ku(e);
|
|
5899
6024
|
else {
|
|
5900
|
-
var c = K(e), u = c ==
|
|
5901
|
-
if (
|
|
5902
|
-
return
|
|
5903
|
-
if (c ==
|
|
5904
|
-
r = u ? {} :
|
|
6025
|
+
var c = K(e), u = c == Vs || c == ad;
|
|
6026
|
+
if (Ms(e))
|
|
6027
|
+
return iu(e);
|
|
6028
|
+
if (c == Ns || c == Ds || u && !i)
|
|
6029
|
+
r = u ? {} : Gu(e);
|
|
5905
6030
|
else {
|
|
5906
6031
|
if (!x[c])
|
|
5907
6032
|
return i ? e : {};
|
|
5908
|
-
r =
|
|
6033
|
+
r = Yu(e, c);
|
|
5909
6034
|
}
|
|
5910
6035
|
}
|
|
5911
6036
|
o || (o = new ye());
|
|
5912
6037
|
var h = o.get(e);
|
|
5913
6038
|
if (h)
|
|
5914
6039
|
return h;
|
|
5915
|
-
o.set(e, r),
|
|
6040
|
+
o.set(e, r), sd(e) ? e.forEach(function(U) {
|
|
5916
6041
|
r.add(Ie(U, s, t, U, e, o));
|
|
5917
|
-
}) :
|
|
6042
|
+
}) : Qu(e) && e.forEach(function(U, I) {
|
|
5918
6043
|
r.set(I, Ie(U, s, t, I, e, o));
|
|
5919
6044
|
});
|
|
5920
|
-
var b =
|
|
5921
|
-
return
|
|
5922
|
-
C && (I = U, U = e[I]),
|
|
6045
|
+
var b = mu, C = a ? void 0 : b(e);
|
|
6046
|
+
return oc(C || e, function(U, I) {
|
|
6047
|
+
C && (I = U, U = e[I]), lc(r, I, Ie(U, s, t, I, e, o));
|
|
5923
6048
|
}), r;
|
|
5924
6049
|
}
|
|
5925
|
-
var
|
|
5926
|
-
function
|
|
5927
|
-
return Ie(e,
|
|
6050
|
+
var Ad = 1, $d = 4;
|
|
6051
|
+
function Od(e) {
|
|
6052
|
+
return Ie(e, Ad | $d);
|
|
5928
6053
|
}
|
|
5929
|
-
const
|
|
5930
|
-
let os =
|
|
5931
|
-
const
|
|
6054
|
+
const Ze = (e) => e.every((s) => typeof s == "object"), ns = !0, Ws = () => window.innerWidth;
|
|
6055
|
+
let os = Ws();
|
|
6056
|
+
const Rd = {
|
|
5932
6057
|
name: "UluTableSticky",
|
|
5933
6058
|
components: {
|
|
5934
|
-
UluTableStickyTable:
|
|
6059
|
+
UluTableStickyTable: sl
|
|
5935
6060
|
},
|
|
5936
6061
|
props: {
|
|
5937
6062
|
/**
|
|
@@ -5983,7 +6108,7 @@ const Sd = {
|
|
|
5983
6108
|
*/
|
|
5984
6109
|
columns: {
|
|
5985
6110
|
type: Array,
|
|
5986
|
-
validator:
|
|
6111
|
+
validator: Ze,
|
|
5987
6112
|
required: ns
|
|
5988
6113
|
},
|
|
5989
6114
|
/**
|
|
@@ -6004,7 +6129,7 @@ const Sd = {
|
|
|
6004
6129
|
*/
|
|
6005
6130
|
rows: {
|
|
6006
6131
|
type: Array,
|
|
6007
|
-
validator:
|
|
6132
|
+
validator: Ze
|
|
6008
6133
|
// required
|
|
6009
6134
|
},
|
|
6010
6135
|
/**
|
|
@@ -6012,7 +6137,7 @@ const Sd = {
|
|
|
6012
6137
|
*/
|
|
6013
6138
|
footerRows: {
|
|
6014
6139
|
type: Array,
|
|
6015
|
-
validator:
|
|
6140
|
+
validator: Ze
|
|
6016
6141
|
},
|
|
6017
6142
|
/**
|
|
6018
6143
|
* Enables the visibility of the scroll controls
|
|
@@ -6048,7 +6173,7 @@ const Sd = {
|
|
|
6048
6173
|
headerRows: this.createHeaderRows(e),
|
|
6049
6174
|
sizesCalculated: !1,
|
|
6050
6175
|
tableWidth: "auto",
|
|
6051
|
-
resizeHandler:
|
|
6176
|
+
resizeHandler: Fe(this.onResize.bind(this), 500, !0),
|
|
6052
6177
|
resizing: !1,
|
|
6053
6178
|
overflownX: !1,
|
|
6054
6179
|
canScrollLeft: !1,
|
|
@@ -6188,7 +6313,7 @@ const Sd = {
|
|
|
6188
6313
|
* - Can be used in the future for adding/removing or enabling/disabling
|
|
6189
6314
|
*/
|
|
6190
6315
|
createColumns() {
|
|
6191
|
-
const e = this.idCreator("c"), s =
|
|
6316
|
+
const e = this.idCreator("c"), s = Od(this.columns), t = (n, i) => {
|
|
6192
6317
|
n.id = e(), n.parent = i, n.width = "auto", n.boxWidth = null, n.sortApplied = !1, n.sortAscending = !1, n.sortFocused = !1;
|
|
6193
6318
|
let o = [];
|
|
6194
6319
|
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);
|
|
@@ -6228,7 +6353,7 @@ const Sd = {
|
|
|
6228
6353
|
})) : [];
|
|
6229
6354
|
},
|
|
6230
6355
|
onResize() {
|
|
6231
|
-
const e =
|
|
6356
|
+
const e = Ws();
|
|
6232
6357
|
os !== e && (os = e, this.resizing ? (this.resizing = !1, this.setTableSizes(), this.checkOverflowX(), this.syncScrollLeft()) : (this.resizing = !0, this.removeTableSizes()));
|
|
6233
6358
|
},
|
|
6234
6359
|
/**
|
|
@@ -6303,7 +6428,7 @@ const Sd = {
|
|
|
6303
6428
|
o && (i.boxWidth = e(o, "width"), i.width = `${i.boxWidth}px`);
|
|
6304
6429
|
});
|
|
6305
6430
|
}), this.firstColumnSticky && (this.currentRows.forEach((n) => t(n)), this.currentFooterRows.forEach((n) => t(n))), this.$nextTick(() => {
|
|
6306
|
-
this.sizesCalculated = !0,
|
|
6431
|
+
this.sizesCalculated = !0, Rs(() => {
|
|
6307
6432
|
this.sizesPainted = !0;
|
|
6308
6433
|
});
|
|
6309
6434
|
});
|
|
@@ -6332,14 +6457,14 @@ const Sd = {
|
|
|
6332
6457
|
unmounted() {
|
|
6333
6458
|
this.columnResizeObserver.disconnect(), this.columnResizeObserver = null;
|
|
6334
6459
|
}
|
|
6335
|
-
},
|
|
6460
|
+
}, xd = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--header" }, Ud = { class: "table-sticky__header-wrap" }, jd = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--first-column-header" }, zd = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--controls" }, Ed = {
|
|
6336
6461
|
key: 2,
|
|
6337
6462
|
class: "table-sticky__controls-inner"
|
|
6338
|
-
},
|
|
6463
|
+
}, Id = ["disabled"], Md = ["disabled"], Bd = {
|
|
6339
6464
|
ref: "display",
|
|
6340
6465
|
class: "table-sticky__display"
|
|
6341
6466
|
};
|
|
6342
|
-
function
|
|
6467
|
+
function Pd(e, s, t, n, i, o) {
|
|
6343
6468
|
const r = E("UluTableStickyTable");
|
|
6344
6469
|
return l(), d("div", {
|
|
6345
6470
|
class: m(["table-sticky", {
|
|
@@ -6348,8 +6473,8 @@ function Ud(e, s, t, n, i, o) {
|
|
|
6348
6473
|
"table-sticky--can-scroll-left": i.canScrollLeft
|
|
6349
6474
|
}])
|
|
6350
6475
|
}, [
|
|
6351
|
-
f("div",
|
|
6352
|
-
f("div",
|
|
6476
|
+
f("div", xd, [
|
|
6477
|
+
f("div", Ud, [
|
|
6353
6478
|
R(r, {
|
|
6354
6479
|
ref: "header",
|
|
6355
6480
|
class: "table-sticky__table table-sticky__table--header",
|
|
@@ -6359,7 +6484,7 @@ function Ud(e, s, t, n, i, o) {
|
|
|
6359
6484
|
getColumnTitle: t.getColumnTitle,
|
|
6360
6485
|
idPrefix: t.idPrefix,
|
|
6361
6486
|
headerRows: i.headerRows,
|
|
6362
|
-
style:
|
|
6487
|
+
style: P({
|
|
6363
6488
|
opacity: i.sizesCalculated ? "1" : "0",
|
|
6364
6489
|
pointerEvents: i.sizesCalculated ? "auto" : "none",
|
|
6365
6490
|
width: i.tableWidth
|
|
@@ -6375,7 +6500,7 @@ function Ud(e, s, t, n, i, o) {
|
|
|
6375
6500
|
]), 1032, ["classes", "caption", "resolveClasses", "getColumnTitle", "idPrefix", "headerRows", "style", "onColumnSorted"])
|
|
6376
6501
|
])
|
|
6377
6502
|
]),
|
|
6378
|
-
f("div",
|
|
6503
|
+
f("div", jd, [
|
|
6379
6504
|
t.firstColumnSticky ? (l(), p(r, {
|
|
6380
6505
|
key: 0,
|
|
6381
6506
|
ref: "firstColumnHeader",
|
|
@@ -6386,7 +6511,7 @@ function Ud(e, s, t, n, i, o) {
|
|
|
6386
6511
|
getColumnTitle: t.getColumnTitle,
|
|
6387
6512
|
idPrefix: t.idPrefix,
|
|
6388
6513
|
headerRows: o.headerRowsFirst,
|
|
6389
|
-
style:
|
|
6514
|
+
style: P({
|
|
6390
6515
|
opacity: o.headerOpacityX,
|
|
6391
6516
|
pointerEvents: o.headerVisibleX ? "auto" : "none"
|
|
6392
6517
|
}),
|
|
@@ -6400,7 +6525,7 @@ function Ud(e, s, t, n, i, o) {
|
|
|
6400
6525
|
}))
|
|
6401
6526
|
]), 1032, ["classes", "caption", "resolveClasses", "getColumnTitle", "idPrefix", "headerRows", "style", "onColumnSorted"])) : y("", !0)
|
|
6402
6527
|
]),
|
|
6403
|
-
f("div",
|
|
6528
|
+
f("div", zd, [
|
|
6404
6529
|
me(f("div", {
|
|
6405
6530
|
class: m(["table-sticky__controls", o.resolveClasses(t.classes.controls)]),
|
|
6406
6531
|
ref: "controls"
|
|
@@ -6411,13 +6536,13 @@ function Ud(e, s, t, n, i, o) {
|
|
|
6411
6536
|
scrollRight: o.scrollRight,
|
|
6412
6537
|
canScrollLeft: i.canScrollLeft,
|
|
6413
6538
|
canScrollRight: i.canScrollRight
|
|
6414
|
-
}) : t.controlsComponent ? (l(), p(
|
|
6539
|
+
}) : t.controlsComponent ? (l(), p(B(t.controlsComponent), {
|
|
6415
6540
|
key: 1,
|
|
6416
6541
|
scrollLeft: o.scrollLeft,
|
|
6417
6542
|
scrollRight: o.scrollRight,
|
|
6418
6543
|
canScrollLeft: i.canScrollLeft,
|
|
6419
6544
|
canScrollRight: i.canScrollRight
|
|
6420
|
-
}, null, 8, ["scrollLeft", "scrollRight", "canScrollLeft", "canScrollRight"])) : (l(), d("div",
|
|
6545
|
+
}, null, 8, ["scrollLeft", "scrollRight", "canScrollLeft", "canScrollRight"])) : (l(), d("div", Ed, [
|
|
6421
6546
|
f("button", {
|
|
6422
6547
|
class: m(["table-sticky__control table-sticky__control--left", o.resolveClasses(t.classes.controlButton)]),
|
|
6423
6548
|
"aria-label": "Scroll Left",
|
|
@@ -6427,7 +6552,7 @@ function Ud(e, s, t, n, i, o) {
|
|
|
6427
6552
|
g(e.$slots, "controlLeft", {}, () => [
|
|
6428
6553
|
s[2] || (s[2] = k(" ← ", -1))
|
|
6429
6554
|
])
|
|
6430
|
-
], 10,
|
|
6555
|
+
], 10, Id),
|
|
6431
6556
|
f("button", {
|
|
6432
6557
|
class: m(["table-sticky__control table-sticky__control--right", o.resolveClasses(t.classes.controlButton)]),
|
|
6433
6558
|
"aria-label": "Scroll Right",
|
|
@@ -6437,13 +6562,13 @@ function Ud(e, s, t, n, i, o) {
|
|
|
6437
6562
|
g(e.$slots, "controlRight", {}, () => [
|
|
6438
6563
|
s[3] || (s[3] = k(" → ", -1))
|
|
6439
6564
|
])
|
|
6440
|
-
], 10,
|
|
6565
|
+
], 10, Md)
|
|
6441
6566
|
]))
|
|
6442
6567
|
], 2), [
|
|
6443
6568
|
[cs, o.controlsShown]
|
|
6444
6569
|
])
|
|
6445
6570
|
]),
|
|
6446
|
-
f("div",
|
|
6571
|
+
f("div", Bd, [
|
|
6447
6572
|
R(r, {
|
|
6448
6573
|
ref: "table",
|
|
6449
6574
|
class: "table-sticky__table table-sticky__table--actual",
|
|
@@ -6486,7 +6611,7 @@ function Ud(e, s, t, n, i, o) {
|
|
|
6486
6611
|
idPrefix: t.idPrefix,
|
|
6487
6612
|
getRowValue: t.getRowValue,
|
|
6488
6613
|
getColumnTitle: t.getColumnTitle,
|
|
6489
|
-
style:
|
|
6614
|
+
style: P({
|
|
6490
6615
|
opacity: o.headerOpacityX,
|
|
6491
6616
|
pointerEvents: o.headerVisibleX ? "auto" : "none"
|
|
6492
6617
|
}),
|
|
@@ -6501,8 +6626,8 @@ function Ud(e, s, t, n, i, o) {
|
|
|
6501
6626
|
]), 1032, ["classes", "resolveClasses", "caption", "headerRows", "columnWidth", "rows", "footerRows", "rowColumns", "idPrefix", "getRowValue", "getColumnTitle", "style", "onColumnSorted"])) : y("", !0)
|
|
6502
6627
|
], 2);
|
|
6503
6628
|
}
|
|
6504
|
-
const
|
|
6505
|
-
function
|
|
6629
|
+
const nh = /* @__PURE__ */ S(Rd, [["render", Pd]]);
|
|
6630
|
+
function Fd(e) {
|
|
6506
6631
|
if (e) {
|
|
6507
6632
|
if (e instanceof HTMLElement)
|
|
6508
6633
|
return e;
|
|
@@ -6510,228 +6635,99 @@ function jd(e) {
|
|
|
6510
6635
|
return e.$el;
|
|
6511
6636
|
}
|
|
6512
6637
|
}
|
|
6513
|
-
const zd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6514
|
-
__proto__: null,
|
|
6515
|
-
refToElement: jd
|
|
6516
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
6517
|
-
function Ed(e, s) {
|
|
6518
|
-
const n = Object.assign({}, {
|
|
6519
|
-
qualifier(r, a) {
|
|
6520
|
-
return a ? bt(r) : Ds(r);
|
|
6521
|
-
},
|
|
6522
|
-
sort: St,
|
|
6523
|
-
item: {},
|
|
6524
|
-
includeChildren: !1
|
|
6525
|
-
}, s), i = (r, a) => a ? `${a}/${r.path}` : r.path, o = (r, a = null) => r.filter((c) => n.qualifier(c, a)).map((c) => {
|
|
6526
|
-
const u = c.children ? vt(c.children) : c, h = c.children ? c.children.filter((C) => C.path !== "") : !1, b = We(u, i(c, a), n.item);
|
|
6527
|
-
return n.includeChildren && h.length && (b.children = o(h, b.path)), b;
|
|
6528
|
-
}).sort(n.sort);
|
|
6529
|
-
return o(e);
|
|
6530
|
-
}
|
|
6531
|
-
function Id(e) {
|
|
6532
|
-
function s(t) {
|
|
6533
|
-
const n = [];
|
|
6534
|
-
for (const i of t) {
|
|
6535
|
-
const o = { ...i };
|
|
6536
|
-
delete o.children, n.push(o), i.children && n.push(...s(i.children));
|
|
6537
|
-
}
|
|
6538
|
-
return n;
|
|
6539
|
-
}
|
|
6540
|
-
return s(e);
|
|
6541
|
-
}
|
|
6542
|
-
function Md(e, s, t) {
|
|
6543
|
-
const i = Object.assign({}, {
|
|
6544
|
-
includeIndex: !1,
|
|
6545
|
-
item: {},
|
|
6546
|
-
sort: St
|
|
6547
|
-
}, t), o = e.find((u) => u.path !== "/" && s.includes(u.path)), r = (u, h, b) => {
|
|
6548
|
-
if (u.children) {
|
|
6549
|
-
const C = u.children.find((U) => U.path.includes(s));
|
|
6550
|
-
if (C)
|
|
6551
|
-
return r(C, u, b + C.path);
|
|
6552
|
-
}
|
|
6553
|
-
return { route: h, path: b };
|
|
6554
|
-
}, { route: a, path: c } = r(o, o, o.path);
|
|
6555
|
-
return a.children ? a.children.filter(Ns(i.includeIndex)).map((u) => We(u, `${c}/${u.path}`, i.item)).sort(i.sort) : (console.warn("Unable to build menu for:", s), []);
|
|
6556
|
-
}
|
|
6557
|
-
function vt(e) {
|
|
6558
|
-
return e.find((s) => s.path === "");
|
|
6559
|
-
}
|
|
6560
|
-
function We(e, s = e.path, t) {
|
|
6561
|
-
const i = Object.assign({}, {
|
|
6562
|
-
indexMeta: !0,
|
|
6563
|
-
modify: null
|
|
6564
|
-
}, t);
|
|
6565
|
-
let o = Object.assign({}, e.meta);
|
|
6566
|
-
i.indexMeta && e.children && (o = Object.assign({}, o, vt(e.children)?.meta));
|
|
6567
|
-
const r = {
|
|
6568
|
-
path: s,
|
|
6569
|
-
title: o?.title || "Missing Title",
|
|
6570
|
-
weight: o?.weight || 0,
|
|
6571
|
-
meta: o
|
|
6572
|
-
};
|
|
6573
|
-
return i.modify && i.modify(r, e), r;
|
|
6574
|
-
}
|
|
6575
|
-
function bt(e) {
|
|
6576
|
-
return !e.path.includes("/:");
|
|
6577
|
-
}
|
|
6578
|
-
function Ds(e) {
|
|
6579
|
-
const s = e.path.match(/\//) || [];
|
|
6580
|
-
return bt(e) && s.length === 1;
|
|
6581
|
-
}
|
|
6582
|
-
function Pd(e, s) {
|
|
6583
|
-
const { target: t } = s, n = t.closest("a");
|
|
6584
|
-
if (n) {
|
|
6585
|
-
let i = n.getAttribute("href");
|
|
6586
|
-
i.startsWith("/") && (e.push(i), s.preventDefault());
|
|
6587
|
-
}
|
|
6588
|
-
}
|
|
6589
|
-
function Vs(e, s = wt(e)) {
|
|
6590
|
-
return s?.children;
|
|
6591
|
-
}
|
|
6592
|
-
function wt(e, s) {
|
|
6593
|
-
const t = e.matched.length, n = t - 2;
|
|
6594
|
-
return s ? t > 1 ? e.matched[0] : null : n < 0 ? null : e.matched[n];
|
|
6595
|
-
}
|
|
6596
|
-
function Ns(e) {
|
|
6597
|
-
return (s) => e || s.path !== "";
|
|
6598
|
-
}
|
|
6599
|
-
function St(e, s) {
|
|
6600
|
-
return e?.weight - s?.weight;
|
|
6601
|
-
}
|
|
6602
|
-
function Bd(e, s) {
|
|
6603
|
-
const n = Object.assign({}, {
|
|
6604
|
-
parent: null,
|
|
6605
|
-
includeIndex: !1,
|
|
6606
|
-
item: {},
|
|
6607
|
-
sort: St
|
|
6608
|
-
}, s), i = n.parent || wt(e);
|
|
6609
|
-
return (Vs(e, i) || []).filter(Ns(n.includeIndex)).map((r) => We(r, `${i.path}/${r.path}`, n.item)).sort(n.sort);
|
|
6610
|
-
}
|
|
6611
|
-
function Fd(e) {
|
|
6612
|
-
const { matched: s, path: t } = e;
|
|
6613
|
-
let n;
|
|
6614
|
-
return s.reduce((o, r, a) => {
|
|
6615
|
-
if (r.meta?.breadcrumb === !1 || r.path === n)
|
|
6616
|
-
return o;
|
|
6617
|
-
const c = a === s.length - 1;
|
|
6618
|
-
let u;
|
|
6619
|
-
if (c && (u = Io(t)), !u) {
|
|
6620
|
-
const h = r.meta?.title;
|
|
6621
|
-
typeof h == "function" ? u = h(e) : u = h;
|
|
6622
|
-
}
|
|
6623
|
-
return u = u || "Missing Title", o.push({
|
|
6624
|
-
title: u,
|
|
6625
|
-
to: { path: c ? t : r.path },
|
|
6626
|
-
current: c
|
|
6627
|
-
}), n = r.path, o;
|
|
6628
|
-
}, []);
|
|
6629
|
-
}
|
|
6630
6638
|
const Ld = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6631
6639
|
__proto__: null,
|
|
6632
|
-
|
|
6633
|
-
|
|
6634
|
-
$getParentRoute: wt,
|
|
6635
|
-
$getRouteChildren: Vs,
|
|
6636
|
-
createBaseMenu: Ed,
|
|
6637
|
-
createMenuItem: We,
|
|
6638
|
-
createSectionMenu: Md,
|
|
6639
|
-
flattenMenu: Id,
|
|
6640
|
-
getChildIndexRoute: vt,
|
|
6641
|
-
isStaticBaseRoute: Ds,
|
|
6642
|
-
isStaticRoute: bt,
|
|
6643
|
-
nativeLinkRouter: Pd
|
|
6644
|
-
}, Symbol.toStringTag, { value: "Module" })), ih = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6640
|
+
refToElement: Fd
|
|
6641
|
+
}, Symbol.toStringTag, { value: "Module" })), oh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6645
6642
|
__proto__: null,
|
|
6646
|
-
dom:
|
|
6647
|
-
router:
|
|
6643
|
+
dom: Ld,
|
|
6644
|
+
router: Do
|
|
6648
6645
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
6649
6646
|
export {
|
|
6650
|
-
|
|
6651
|
-
|
|
6647
|
+
Mf as $,
|
|
6648
|
+
gf as A,
|
|
6652
6649
|
D as B,
|
|
6653
|
-
|
|
6654
|
-
|
|
6655
|
-
|
|
6656
|
-
|
|
6657
|
-
|
|
6658
|
-
|
|
6659
|
-
|
|
6660
|
-
|
|
6661
|
-
|
|
6662
|
-
|
|
6663
|
-
|
|
6664
|
-
|
|
6665
|
-
|
|
6666
|
-
|
|
6667
|
-
|
|
6668
|
-
|
|
6669
|
-
|
|
6670
|
-
|
|
6650
|
+
yf as C,
|
|
6651
|
+
pf as D,
|
|
6652
|
+
_f as E,
|
|
6653
|
+
Ss as F,
|
|
6654
|
+
vf as G,
|
|
6655
|
+
bf as H,
|
|
6656
|
+
wf as I,
|
|
6657
|
+
Sf as J,
|
|
6658
|
+
kf as K,
|
|
6659
|
+
Cf as L,
|
|
6660
|
+
Tf as M,
|
|
6661
|
+
Af as N,
|
|
6662
|
+
$f as O,
|
|
6663
|
+
Of as P,
|
|
6664
|
+
Rf as Q,
|
|
6665
|
+
ks as R,
|
|
6666
|
+
Co as S,
|
|
6667
|
+
xf as T,
|
|
6671
6668
|
Ut as U,
|
|
6672
|
-
|
|
6673
|
-
|
|
6674
|
-
|
|
6675
|
-
|
|
6676
|
-
|
|
6669
|
+
Uf as V,
|
|
6670
|
+
jf as W,
|
|
6671
|
+
zf as X,
|
|
6672
|
+
Ef as Y,
|
|
6673
|
+
If as Z,
|
|
6677
6674
|
Jd as _,
|
|
6678
6675
|
je as a,
|
|
6679
6676
|
Bf as a0,
|
|
6680
|
-
|
|
6681
|
-
|
|
6682
|
-
|
|
6683
|
-
|
|
6684
|
-
|
|
6685
|
-
|
|
6686
|
-
|
|
6687
|
-
|
|
6688
|
-
|
|
6677
|
+
Pf as a1,
|
|
6678
|
+
Ff as a2,
|
|
6679
|
+
Lf as a3,
|
|
6680
|
+
Hf as a4,
|
|
6681
|
+
Df as a5,
|
|
6682
|
+
Vf as a6,
|
|
6683
|
+
Nf as a7,
|
|
6684
|
+
Wf as a8,
|
|
6685
|
+
Xf as a9,
|
|
6689
6686
|
It as aa,
|
|
6690
|
-
|
|
6691
|
-
|
|
6692
|
-
|
|
6693
|
-
|
|
6694
|
-
|
|
6695
|
-
|
|
6696
|
-
|
|
6697
|
-
|
|
6698
|
-
|
|
6699
|
-
|
|
6700
|
-
|
|
6701
|
-
|
|
6702
|
-
|
|
6703
|
-
|
|
6687
|
+
qf as ab,
|
|
6688
|
+
Yf as ac,
|
|
6689
|
+
Kf as ad,
|
|
6690
|
+
Gf as ae,
|
|
6691
|
+
Zf as af,
|
|
6692
|
+
Qf as ag,
|
|
6693
|
+
eh as ah,
|
|
6694
|
+
ha as ai,
|
|
6695
|
+
th as aj,
|
|
6696
|
+
Ua as ak,
|
|
6697
|
+
sh as al,
|
|
6698
|
+
nh as am,
|
|
6699
|
+
Va as an,
|
|
6700
|
+
sl as ao,
|
|
6704
6701
|
Pn as ap,
|
|
6705
6702
|
se as aq,
|
|
6706
|
-
|
|
6707
|
-
|
|
6708
|
-
|
|
6703
|
+
Oo as ar,
|
|
6704
|
+
xo as as,
|
|
6705
|
+
fo as at,
|
|
6709
6706
|
ef as au,
|
|
6710
|
-
|
|
6711
|
-
tf as aw,
|
|
6707
|
+
tf as av,
|
|
6712
6708
|
qd as b,
|
|
6713
6709
|
Yd as c,
|
|
6714
6710
|
Kd as d,
|
|
6715
6711
|
Gd as e,
|
|
6716
6712
|
Zd as f,
|
|
6717
|
-
|
|
6713
|
+
Dn as g,
|
|
6718
6714
|
Qd as h,
|
|
6719
|
-
|
|
6720
|
-
|
|
6721
|
-
|
|
6715
|
+
oh as i,
|
|
6716
|
+
Qn as j,
|
|
6717
|
+
sf as k,
|
|
6722
6718
|
ce as l,
|
|
6723
|
-
|
|
6724
|
-
|
|
6725
|
-
|
|
6726
|
-
|
|
6727
|
-
|
|
6728
|
-
|
|
6729
|
-
|
|
6730
|
-
|
|
6731
|
-
|
|
6732
|
-
|
|
6733
|
-
|
|
6734
|
-
|
|
6735
|
-
|
|
6736
|
-
|
|
6719
|
+
nf as m,
|
|
6720
|
+
of as n,
|
|
6721
|
+
rf as o,
|
|
6722
|
+
af as p,
|
|
6723
|
+
lf as q,
|
|
6724
|
+
Jf as r,
|
|
6725
|
+
cf as s,
|
|
6726
|
+
si as t,
|
|
6727
|
+
uf as u,
|
|
6728
|
+
Yo as v,
|
|
6729
|
+
df as w,
|
|
6730
|
+
ff as x,
|
|
6731
|
+
hf as y,
|
|
6732
|
+
mf as z
|
|
6737
6733
|
};
|