@ulu/frontend-vue 0.1.2-beta.8 → 0.1.2-beta.9
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/frontend-vue.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { reactive as ft, inject as ht, ref as R, computed as _, watch as
|
|
2
|
-
import { useFloating as
|
|
1
|
+
import { reactive as ft, inject as ht, ref as R, computed as _, watch as ye, toRef as Un, createElementBlock as f, openBlock as u, normalizeStyle as q, unref as A, normalizeClass as m, createCommentVNode as p, createBlock as S, resolveDynamicComponent as P, normalizeProps as ie, mergeProps as Q, Fragment as U, createTextVNode as C, toDisplayString as w, Teleport as mt, createVNode as O, resolveDirective as Fs, withDirectives as Me, createElementVNode as h, renderSlot as g, withKeys as Ls, nextTick as Vs, markRaw as Ce, watchEffect as gt, defineAsyncComponent as En, toRefs as Bn, toValue as ot, resolveComponent as K, withModifiers as Rn, useSlots as Hs, renderList as E, TransitionGroup as Ns, withCtx as k, onMounted as vt, onBeforeUnmount as Ds, isRef as jn, hasInjectionContext as In, getCurrentInstance as Mn, onDeactivated as Pn, onActivated as zn, onUnmounted as Ws, guardReactiveProps as fe, h as Fn, watchPostEffect as Ln, vModelText as Vn, vShow as Mt, createSlots as je } from "vue";
|
|
2
|
+
import { useFloating as Hn, autoUpdate as Nn, inline as Dn, offset as Wn, flip as Xn, shift as qn, arrow as Gn } from "@floating-ui/vue";
|
|
3
3
|
import { normalizeClasses as is } from "@ulu/utils/templating.js";
|
|
4
|
-
import { preventScroll as
|
|
5
|
-
import { Resizer as
|
|
4
|
+
import { preventScroll as Yn, wasClickOutside as Kn, isBrowser as Jn } from "@ulu/utils/browser/dom.js";
|
|
5
|
+
import { Resizer as Zn } from "@ulu/frontend/js/ui/resizer.js";
|
|
6
6
|
import { debounce as Xt } from "@ulu/utils/performance.js";
|
|
7
|
-
import { useRoute as Xs, useRouter as
|
|
8
|
-
import { Tab as
|
|
9
|
-
import { setPositionClasses as
|
|
7
|
+
import { useRoute as Xs, useRouter as Qn, RouterLink as Ge } from "vue-router";
|
|
8
|
+
import { Tab as eo, TabGroup as to, TabList as so, TabPanel as no, TabPanels as oo } from "@headlessui/vue";
|
|
9
|
+
import { setPositionClasses as lo } from "@ulu/frontend/js/utils/dom.js";
|
|
10
10
|
import { randomInt as it } from "@ulu/utils/random.js";
|
|
11
|
-
import { PortableText as
|
|
12
|
-
import
|
|
13
|
-
import
|
|
11
|
+
import { PortableText as ro } from "@portabletext/vue";
|
|
12
|
+
import io from "gsap";
|
|
13
|
+
import ao from "fuse.js";
|
|
14
14
|
import { runAfterFramePaint as qs } from "@ulu/utils/browser/performance.js";
|
|
15
|
-
import { urlize as
|
|
16
|
-
import { arrayCreate as
|
|
15
|
+
import { urlize as co } from "@ulu/utils/string.js";
|
|
16
|
+
import { arrayCreate as uo } from "@ulu/utils/array.js";
|
|
17
17
|
const as = {
|
|
18
18
|
fontAwesomeStatic: !1,
|
|
19
19
|
iconComponent: null,
|
|
@@ -40,7 +40,7 @@ const as = {
|
|
|
40
40
|
dropdownExpand: "fas fa-caret-down"
|
|
41
41
|
}
|
|
42
42
|
};
|
|
43
|
-
function
|
|
43
|
+
function Xf(e, s = {}) {
|
|
44
44
|
const t = ft({ ...as }), { iconsByType: n, ...o } = s || {};
|
|
45
45
|
o && Object.assign(t, o);
|
|
46
46
|
const l = {
|
|
@@ -81,7 +81,7 @@ function Wf(e, s = {}) {
|
|
|
81
81
|
l.setIcon(r, i);
|
|
82
82
|
e.provide("uluCore", l), e.config.globalProperties.$uluCore = l;
|
|
83
83
|
}
|
|
84
|
-
const
|
|
84
|
+
const fo = {
|
|
85
85
|
uluCore: "Core",
|
|
86
86
|
uluIsMobile: "Breakpoints",
|
|
87
87
|
uluBreakpointActive: "Breakpoints",
|
|
@@ -95,7 +95,7 @@ const uo = {
|
|
|
95
95
|
function Te(e) {
|
|
96
96
|
const s = ht(e, cs);
|
|
97
97
|
if (s === cs) {
|
|
98
|
-
const t =
|
|
98
|
+
const t = fo[e] || "", n = t ? ` from the '${t}' plugin` : "", o = t ? "Please install missing plugin." : "";
|
|
99
99
|
throw new Error(`Required inject: '${e}'${n} was not provided. ${o}`);
|
|
100
100
|
}
|
|
101
101
|
return s;
|
|
@@ -107,16 +107,16 @@ function Gs(e, s, t) {
|
|
|
107
107
|
middlewareData: c,
|
|
108
108
|
update: a,
|
|
109
109
|
isPositioned: d
|
|
110
|
-
} =
|
|
110
|
+
} = Hn(e, s, {
|
|
111
111
|
placement: l,
|
|
112
|
-
whileElementsMounted:
|
|
112
|
+
whileElementsMounted: Nn,
|
|
113
113
|
middleware: o
|
|
114
114
|
});
|
|
115
|
-
|
|
115
|
+
ye(
|
|
116
116
|
[t, n],
|
|
117
117
|
([b, T]) => {
|
|
118
118
|
const $ = [];
|
|
119
|
-
b && (b.inline && $.push(
|
|
119
|
+
b && (b.inline && $.push(Dn()), b.offset && $.push(Wn(b.offset)), $.push(Xn()), $.push(qn()), b.arrow && T && $.push(Gn({ element: T })), o.value = $);
|
|
120
120
|
},
|
|
121
121
|
{ immediate: !0, deep: !0 }
|
|
122
122
|
);
|
|
@@ -128,7 +128,7 @@ function Gs(e, s, t) {
|
|
|
128
128
|
top: b?.y != null ? `${b.y}px` : ""
|
|
129
129
|
} : null;
|
|
130
130
|
});
|
|
131
|
-
|
|
131
|
+
ye(t, (b) => {
|
|
132
132
|
b && b.onReady && b.onReady({ update: a, isPositioned: d });
|
|
133
133
|
});
|
|
134
134
|
const y = _(() => t.value?.strategy === "fixed");
|
|
@@ -143,10 +143,10 @@ function Gs(e, s, t) {
|
|
|
143
143
|
isFixedStrategy: y
|
|
144
144
|
};
|
|
145
145
|
}
|
|
146
|
-
const
|
|
146
|
+
const ho = ["id", "data-placement"], mo = ["innerHTML"], go = {
|
|
147
147
|
key: 1,
|
|
148
148
|
class: "popover__inner"
|
|
149
|
-
},
|
|
149
|
+
}, vo = {
|
|
150
150
|
__name: "UluTooltipPopover",
|
|
151
151
|
props: {
|
|
152
152
|
config: Object,
|
|
@@ -180,8 +180,8 @@ const fo = ["id", "data-placement"], ho = ["innerHTML"], mo = {
|
|
|
180
180
|
key: 0,
|
|
181
181
|
class: "popover__inner",
|
|
182
182
|
innerHTML: n.value.content
|
|
183
|
-
}, null, 8,
|
|
184
|
-
n.value.component ? (u(), S(
|
|
183
|
+
}, null, 8, mo)) : (u(), f("span", go, [
|
|
184
|
+
n.value.component ? (u(), S(P(n.value.component), ie(Q({ key: 0 }, n.value.componentProps)), null, 16)) : (u(), f(U, { key: 1 }, [
|
|
185
185
|
C(w(n.value.content), 1)
|
|
186
186
|
], 64))
|
|
187
187
|
])),
|
|
@@ -192,9 +192,9 @@ const fo = ["id", "data-placement"], ho = ["innerHTML"], mo = {
|
|
|
192
192
|
ref: i,
|
|
193
193
|
style: q(A(r))
|
|
194
194
|
}, null, 4)) : p("", !0)
|
|
195
|
-
], 14,
|
|
195
|
+
], 14, ho));
|
|
196
196
|
}
|
|
197
|
-
},
|
|
197
|
+
}, yo = {
|
|
198
198
|
__name: "UluTooltipDisplay",
|
|
199
199
|
setup(e) {
|
|
200
200
|
const s = Te(bt);
|
|
@@ -202,7 +202,7 @@ const fo = ["id", "data-placement"], ho = ["innerHTML"], mo = {
|
|
|
202
202
|
key: 0,
|
|
203
203
|
to: A(s).state.config.teleportTo || "body"
|
|
204
204
|
}, [
|
|
205
|
-
O(
|
|
205
|
+
O(vo, {
|
|
206
206
|
trigger: A(s).state.trigger,
|
|
207
207
|
config: A(s).state.config
|
|
208
208
|
}, null, 8, ["trigger", "config"])
|
|
@@ -319,7 +319,7 @@ const fo = ["id", "data-placement"], ho = ["innerHTML"], mo = {
|
|
|
319
319
|
componentProps: {}
|
|
320
320
|
}
|
|
321
321
|
};
|
|
322
|
-
function
|
|
322
|
+
function po(e) {
|
|
323
323
|
if (e) {
|
|
324
324
|
if (e instanceof HTMLElement)
|
|
325
325
|
return e;
|
|
@@ -327,16 +327,16 @@ function yo(e) {
|
|
|
327
327
|
return e.$el;
|
|
328
328
|
}
|
|
329
329
|
}
|
|
330
|
-
let
|
|
331
|
-
function
|
|
332
|
-
const s = `${e}-${++
|
|
333
|
-
return typeof document < "u" && document.getElementById(s) ?
|
|
330
|
+
let bo = 0;
|
|
331
|
+
function Pe(e = "ulu-id") {
|
|
332
|
+
const s = `${e}-${++bo}`;
|
|
333
|
+
return typeof document < "u" && document.getElementById(s) ? Pe(e) : s;
|
|
334
334
|
}
|
|
335
|
-
const
|
|
335
|
+
const _o = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
336
336
|
__proto__: null,
|
|
337
|
-
newId:
|
|
338
|
-
refToElement:
|
|
339
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
337
|
+
newId: Pe,
|
|
338
|
+
refToElement: po
|
|
339
|
+
}, Symbol.toStringTag, { value: "Module" })), wo = ["id", "disabled", "aria-expanded", "aria-controls", "aria-label"], So = ["aria-labelledby", "id", "data-placement"], ko = { class: "popover__inner" }, $o = {
|
|
340
340
|
key: 0,
|
|
341
341
|
class: "popover__footer"
|
|
342
342
|
}, yt = {
|
|
@@ -374,7 +374,7 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
374
374
|
},
|
|
375
375
|
emits: ["toggle"],
|
|
376
376
|
setup(e, { emit: s }) {
|
|
377
|
-
const t = s, n = e, o =
|
|
377
|
+
const t = s, n = e, o = Pe(), l = Pe(), r = Te(pt), i = r ? r.popover : Ie.popover, c = _(() => ({ ...i, ...n.config })), a = R(n.startOpen || !1), d = R(null), v = R(null), {
|
|
378
378
|
floatingStyles: y,
|
|
379
379
|
placement: b,
|
|
380
380
|
update: T,
|
|
@@ -382,8 +382,8 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
382
382
|
contentArrow: B,
|
|
383
383
|
isFixedStrategy: G
|
|
384
384
|
} = Gs(d, v, c), te = () => {
|
|
385
|
-
|
|
386
|
-
},
|
|
385
|
+
z(!a.value);
|
|
386
|
+
}, z = (le) => {
|
|
387
387
|
a.value = le;
|
|
388
388
|
const we = {
|
|
389
389
|
trigger: A(d),
|
|
@@ -399,11 +399,11 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
399
399
|
let Z;
|
|
400
400
|
const _e = () => {
|
|
401
401
|
n.clickOutsideCloses && (Z && se(), Z = (le) => {
|
|
402
|
-
v.value && !v.value.contains(le.target) &&
|
|
402
|
+
v.value && !v.value.contains(le.target) && z(!1);
|
|
403
403
|
}, document.addEventListener("click", Z));
|
|
404
404
|
}, se = () => {
|
|
405
405
|
Z && (document.removeEventListener("click", Z), Z = null);
|
|
406
|
-
}, ae = () =>
|
|
406
|
+
}, ae = () => z(!1);
|
|
407
407
|
return (le, we) => {
|
|
408
408
|
const Be = Fs("ulu-tooltip");
|
|
409
409
|
return u(), f(U, null, [
|
|
@@ -428,7 +428,7 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
428
428
|
}, () => [
|
|
429
429
|
C(w(e.triggerText), 1)
|
|
430
430
|
])
|
|
431
|
-
], 10,
|
|
431
|
+
], 10, wo)), [
|
|
432
432
|
[Be, e.tooltip ? e.tooltip : null]
|
|
433
433
|
]),
|
|
434
434
|
h("span", {
|
|
@@ -447,17 +447,17 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
447
447
|
id: A(o),
|
|
448
448
|
style: q(A(y)),
|
|
449
449
|
"data-placement": A(b),
|
|
450
|
-
onKeydown: we[0] || (we[0] = Ls((At) =>
|
|
450
|
+
onKeydown: we[0] || (we[0] = Ls((At) => z(!1), ["esc"])),
|
|
451
451
|
tabindex: "-1"
|
|
452
452
|
}, [
|
|
453
|
-
h("span",
|
|
453
|
+
h("span", ko, [
|
|
454
454
|
g(le.$slots, "default", {
|
|
455
455
|
isOpen: a.value,
|
|
456
456
|
toggle: te,
|
|
457
457
|
close: ae
|
|
458
458
|
})
|
|
459
459
|
]),
|
|
460
|
-
le.$slots.footer ? (u(), f("span",
|
|
460
|
+
le.$slots.footer ? (u(), f("span", $o, [
|
|
461
461
|
g(le.$slots, "footer", { close: ae })
|
|
462
462
|
])) : p("", !0),
|
|
463
463
|
c.value.arrow ? (u(), f("span", {
|
|
@@ -468,23 +468,23 @@ const bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
468
468
|
style: q(A($)),
|
|
469
469
|
"data-ulu-popover-arrow": ""
|
|
470
470
|
}, null, 4)) : p("", !0)
|
|
471
|
-
], 46,
|
|
471
|
+
], 46, So)
|
|
472
472
|
], 64);
|
|
473
473
|
};
|
|
474
474
|
}
|
|
475
475
|
};
|
|
476
|
-
function
|
|
476
|
+
function qf() {
|
|
477
477
|
const e = Te(bt), s = Te(pt), t = { ...s.popover, ...s.tooltip };
|
|
478
478
|
return {
|
|
479
479
|
showTooltip: (o, l) => {
|
|
480
|
-
const r =
|
|
480
|
+
const r = Pt(l, t);
|
|
481
481
|
r && e.show(o, r);
|
|
482
482
|
},
|
|
483
483
|
hideTooltip: e.hide,
|
|
484
484
|
tooltipState: e.state
|
|
485
485
|
};
|
|
486
486
|
}
|
|
487
|
-
function
|
|
487
|
+
function Gf(e) {
|
|
488
488
|
const s = Te(bt), t = Te(pt);
|
|
489
489
|
e.content || console.warn("Missing content for 'useTooltipFollow' tooltip", e);
|
|
490
490
|
let n;
|
|
@@ -524,12 +524,12 @@ function qf(e) {
|
|
|
524
524
|
}
|
|
525
525
|
};
|
|
526
526
|
}
|
|
527
|
-
const pt = "uluPopoverOptions", bt = "uluTooltipState", Ys = "ulu-global-tooltip",
|
|
527
|
+
const pt = "uluPopoverOptions", bt = "uluTooltipState", Ys = "ulu-global-tooltip", Pt = (e, s) => {
|
|
528
528
|
if (e === !1 || e === null) return null;
|
|
529
529
|
let t = e;
|
|
530
530
|
return (typeof t != "object" || Array.isArray(t)) && (t = { content: t }), t.component && (t.component = Ce(t.component)), { ...s, ...t };
|
|
531
531
|
};
|
|
532
|
-
function
|
|
532
|
+
function Yf(e, s = {}) {
|
|
533
533
|
const t = {
|
|
534
534
|
plugin: { ...Ie.plugin, ...s.plugin || {} },
|
|
535
535
|
popover: { ...Ie.popover, ...s.popover || {} },
|
|
@@ -549,11 +549,11 @@ function Gf(e, s = {}) {
|
|
|
549
549
|
state: n,
|
|
550
550
|
show: o,
|
|
551
551
|
hide: l
|
|
552
|
-
}), e.component("UluTooltipDisplay",
|
|
552
|
+
}), e.component("UluTooltipDisplay", yo), e.component("UluPopover", yt);
|
|
553
553
|
const r = /* @__PURE__ */ new WeakMap(), i = t.popover, c = t.tooltip, a = { ...i, ...c };
|
|
554
554
|
e.directive(t.plugin.directiveName, {
|
|
555
555
|
mounted(d, v) {
|
|
556
|
-
const y =
|
|
556
|
+
const y = Pt(v.value, a);
|
|
557
557
|
if (!y) return;
|
|
558
558
|
let b = null;
|
|
559
559
|
const T = () => {
|
|
@@ -567,8 +567,8 @@ function Gf(e, s = {}) {
|
|
|
567
567
|
},
|
|
568
568
|
updated(d, v) {
|
|
569
569
|
const y = r.get(d);
|
|
570
|
-
y && (y.showEvents.forEach((
|
|
571
|
-
const b =
|
|
570
|
+
y && (y.showEvents.forEach((z) => d.removeEventListener(z, y.show)), y.hideEvents.forEach((z) => d.removeEventListener(z, y.hide)));
|
|
571
|
+
const b = Pt(v.value, a);
|
|
572
572
|
if (!b) {
|
|
573
573
|
n.trigger === d && l();
|
|
574
574
|
return;
|
|
@@ -581,7 +581,7 @@ function Gf(e, s = {}) {
|
|
|
581
581
|
}, B = () => {
|
|
582
582
|
clearTimeout(T), T = null, l();
|
|
583
583
|
}, { showEvents: G, hideEvents: te } = b;
|
|
584
|
-
G.forEach((
|
|
584
|
+
G.forEach((z) => d.addEventListener(z, $)), te.forEach((z) => d.addEventListener(z, B)), r.set(d, { show: $, hide: B, showEvents: G, hideEvents: te }), n.visible && n.trigger === d && o(d, b);
|
|
585
585
|
},
|
|
586
586
|
beforeUnmount(d) {
|
|
587
587
|
n.visible && n.trigger === d && l();
|
|
@@ -595,7 +595,7 @@ const j = (e, s) => {
|
|
|
595
595
|
for (const [n, o] of s)
|
|
596
596
|
t[n] = o;
|
|
597
597
|
return t;
|
|
598
|
-
},
|
|
598
|
+
}, Co = {
|
|
599
599
|
name: "UluModalsDisplay",
|
|
600
600
|
emits: [
|
|
601
601
|
"modal-unmount",
|
|
@@ -635,16 +635,16 @@ const j = (e, s) => {
|
|
|
635
635
|
}
|
|
636
636
|
}
|
|
637
637
|
};
|
|
638
|
-
function
|
|
639
|
-
return l.currentModal ? (u(), S(
|
|
638
|
+
function To(e, s, t, n, o, l) {
|
|
639
|
+
return l.currentModal ? (u(), S(P(l.currentModal.component), Q({ key: 0 }, l.currentProps, {
|
|
640
640
|
modelValue: o.open,
|
|
641
641
|
"onUpdate:modelValue": s[0] || (s[0] = (r) => o.open = r),
|
|
642
642
|
onVnodeMounted: l.modalMounted,
|
|
643
643
|
onVnodeUnmounted: l.modalUnmounted
|
|
644
644
|
}), null, 16, ["modelValue", "onVnodeMounted", "onVnodeUnmounted"])) : p("", !0);
|
|
645
645
|
}
|
|
646
|
-
const
|
|
647
|
-
function
|
|
646
|
+
const Ao = /* @__PURE__ */ j(Co, [["render", To]]);
|
|
647
|
+
function Oo() {
|
|
648
648
|
return { getIconProps: (t) => t ? typeof t == "object" && !Array.isArray(t) ? t : { icon: t } : null, getClassesFromDefinition: (t) => {
|
|
649
649
|
if (!t)
|
|
650
650
|
return null;
|
|
@@ -675,7 +675,7 @@ const D = {
|
|
|
675
675
|
spaced: Boolean
|
|
676
676
|
},
|
|
677
677
|
setup(e) {
|
|
678
|
-
const s = ht("uluCore"), t = R(null), { getIconProps: n, getClassesFromDefinition: o } =
|
|
678
|
+
const s = ht("uluCore"), t = R(null), { getIconProps: n, getClassesFromDefinition: o } = Oo();
|
|
679
679
|
let l;
|
|
680
680
|
const r = e, i = _(() => s.getSetting("fontAwesomeStatic")), c = _(() => s.getSetting("iconComponent")), a = _(() => s.getSetting("iconPropResolver")), d = _(() => {
|
|
681
681
|
const { icon: $ } = r;
|
|
@@ -704,14 +704,14 @@ const D = {
|
|
|
704
704
|
}
|
|
705
705
|
} else
|
|
706
706
|
t.value = null;
|
|
707
|
-
}), ($, B) => c.value ? (u(), S(
|
|
707
|
+
}), ($, B) => c.value ? (u(), S(P(c.value), Q({ key: 0 }, v.value, { class: T.value }), null, 16, ["class"])) : !i.value && t.value && d.value ? (u(), S(P(t.value), Q({ key: 1 }, y.value, { class: T.value }), null, 16, ["class"])) : i.value && d.value ? (u(), f("span", {
|
|
708
708
|
key: 2,
|
|
709
709
|
class: m([b.value, T.value]),
|
|
710
710
|
"aria-hidden": "true"
|
|
711
711
|
}, null, 2)) : p("", !0);
|
|
712
712
|
}
|
|
713
713
|
};
|
|
714
|
-
function
|
|
714
|
+
function he({ props: e, baseClass: s, internal: t = {} }) {
|
|
715
715
|
const { modifiers: n } = Bn(e);
|
|
716
716
|
return { resolvedModifiers: _(() => {
|
|
717
717
|
const l = ot(s), r = is(ot(n)), i = is(ot(t));
|
|
@@ -722,7 +722,7 @@ function me({ props: e, baseClass: s, internal: t = {} }) {
|
|
|
722
722
|
}) };
|
|
723
723
|
}
|
|
724
724
|
let Ot = 0;
|
|
725
|
-
const
|
|
725
|
+
const xo = {
|
|
726
726
|
name: "UluModal",
|
|
727
727
|
components: {
|
|
728
728
|
UluIcon: D
|
|
@@ -856,7 +856,7 @@ const Oo = {
|
|
|
856
856
|
"no-min-height": e.noMinHeight,
|
|
857
857
|
"non-modal": e.nonModal,
|
|
858
858
|
"resizer-active": n.value
|
|
859
|
-
})), { resolvedModifiers: r } =
|
|
859
|
+
})), { resolvedModifiers: r } = he({
|
|
860
860
|
props: e,
|
|
861
861
|
baseClass: "modal",
|
|
862
862
|
internal: l
|
|
@@ -910,7 +910,7 @@ const Oo = {
|
|
|
910
910
|
handleClick(e) {
|
|
911
911
|
if (this.clickOutsideCloses && !this.isResizing) {
|
|
912
912
|
const { target: s } = e, { container: t } = this.$refs;
|
|
913
|
-
s === t &&
|
|
913
|
+
s === t && Kn(t, e) && this.close();
|
|
914
914
|
}
|
|
915
915
|
},
|
|
916
916
|
setupPreventScroll() {
|
|
@@ -923,14 +923,14 @@ const Oo = {
|
|
|
923
923
|
handleToggle(e) {
|
|
924
924
|
if (!this.nonModal && this.preventScroll) {
|
|
925
925
|
const { preventScrollShift: s } = this;
|
|
926
|
-
e.newState === "open" ? this.restoreScroll =
|
|
926
|
+
e.newState === "open" ? this.restoreScroll = Yn({ preventShift: s }) : this.destroyPreventScroll();
|
|
927
927
|
}
|
|
928
928
|
},
|
|
929
929
|
setupResizer() {
|
|
930
930
|
const { position: e, resizerEnabled: s } = this;
|
|
931
931
|
if (s) {
|
|
932
932
|
const { container: t, resizer: n } = this.$refs, o = e === "center" ? { fromX: "right", fromY: "bottom", multiplier: 2 } : { fromX: e === "right" ? "left" : "right" };
|
|
933
|
-
this.resizerInstance = new
|
|
933
|
+
this.resizerInstance = new Zn(t, n, o), this.handleResizerStart = () => {
|
|
934
934
|
this.isResizing = !0;
|
|
935
935
|
}, this.handleResizerEnd = () => {
|
|
936
936
|
setTimeout(() => {
|
|
@@ -951,13 +951,13 @@ const Oo = {
|
|
|
951
951
|
const { container: e } = this.$refs;
|
|
952
952
|
e && e.open && e.close(), this.destroyPreventScroll(), this.destroyResizer();
|
|
953
953
|
}
|
|
954
|
-
},
|
|
954
|
+
}, Uo = ["aria-labelledby", "aria-describedby"], Eo = ["id"], Bo = { class: "modal__title-text" }, Ro = {
|
|
955
955
|
key: 2,
|
|
956
956
|
class: "modal__resizer",
|
|
957
957
|
ref: "resizer",
|
|
958
958
|
type: "button"
|
|
959
959
|
};
|
|
960
|
-
function
|
|
960
|
+
function jo(e, s, t, n, o, l) {
|
|
961
961
|
const r = K("UluIcon");
|
|
962
962
|
return u(), S(mt, {
|
|
963
963
|
to: t.teleport === !1 ? null : t.teleport,
|
|
@@ -988,9 +988,9 @@ function Ro(e, s, t, n, o, l) {
|
|
|
988
988
|
class: "modal__title-icon",
|
|
989
989
|
icon: t.titleIcon
|
|
990
990
|
}, null, 8, ["icon"])) : p("", !0),
|
|
991
|
-
h("span",
|
|
991
|
+
h("span", Bo, w(t.title), 1)
|
|
992
992
|
])
|
|
993
|
-
], 10,
|
|
993
|
+
], 10, Eo),
|
|
994
994
|
h("button", {
|
|
995
995
|
class: "modal__close",
|
|
996
996
|
"aria-label": "Close modal",
|
|
@@ -1016,7 +1016,7 @@ function Ro(e, s, t, n, o, l) {
|
|
|
1016
1016
|
}, [
|
|
1017
1017
|
g(e.$slots, "footer", { close: l.close })
|
|
1018
1018
|
], 2)) : p("", !0),
|
|
1019
|
-
n.resizerEnabled ? (u(), f("button",
|
|
1019
|
+
n.resizerEnabled ? (u(), f("button", Ro, [
|
|
1020
1020
|
g(e.$slots, "resizerIcon", {}, () => [
|
|
1021
1021
|
O(r, {
|
|
1022
1022
|
class: "modal__resizer-icon",
|
|
@@ -1024,10 +1024,10 @@ function Ro(e, s, t, n, o, l) {
|
|
|
1024
1024
|
}, null, 8, ["icon"])
|
|
1025
1025
|
])
|
|
1026
1026
|
], 512)) : p("", !0)
|
|
1027
|
-
], 46,
|
|
1027
|
+
], 46, Uo)
|
|
1028
1028
|
], 8, ["to", "disabled"]);
|
|
1029
1029
|
}
|
|
1030
|
-
const Ks = /* @__PURE__ */ j(
|
|
1030
|
+
const Ks = /* @__PURE__ */ j(xo, [["render", jo]]), De = [], Io = R({
|
|
1031
1031
|
/**
|
|
1032
1032
|
* Holds active component options (including component, and options)
|
|
1033
1033
|
*/
|
|
@@ -1036,10 +1036,10 @@ const Ks = /* @__PURE__ */ j(Oo, [["render", Ro]]), De = [], jo = R({
|
|
|
1036
1036
|
* Populated with any props passed to open method, bound to modal component
|
|
1037
1037
|
*/
|
|
1038
1038
|
activeProps: null
|
|
1039
|
-
}), We =
|
|
1039
|
+
}), We = Io.value, us = {
|
|
1040
1040
|
data: We,
|
|
1041
1041
|
modals: De
|
|
1042
|
-
},
|
|
1042
|
+
}, Mo = (e) => ({
|
|
1043
1043
|
open(s, t = null) {
|
|
1044
1044
|
const n = this.get(s);
|
|
1045
1045
|
We.active = Ce(n), We.activeProps = Object.assign({}, n.props, t);
|
|
@@ -1079,13 +1079,13 @@ const Ks = /* @__PURE__ */ j(Oo, [["render", Ro]]), De = [], jo = R({
|
|
|
1079
1079
|
return De.splice(t, 1);
|
|
1080
1080
|
warn("unable to find modal to remove");
|
|
1081
1081
|
}
|
|
1082
|
-
}),
|
|
1082
|
+
}), Po = {
|
|
1083
1083
|
modals: [],
|
|
1084
1084
|
modalOptions: {}
|
|
1085
1085
|
};
|
|
1086
|
-
function
|
|
1087
|
-
const t = Object.assign({},
|
|
1088
|
-
e.component("UluModalsDisplay",
|
|
1086
|
+
function Kf(e, s) {
|
|
1087
|
+
const t = Object.assign({}, Po, s), o = Mo((l) => Object.assign({}, t.modalOptions, l));
|
|
1088
|
+
e.component("UluModalsDisplay", Ao), e.component("UluModal", Ks), t.modals.forEach((l) => {
|
|
1089
1089
|
o.add(l);
|
|
1090
1090
|
}), us.options = t, e.config.globalProperties.$uluModals = o, e.provide("uluModals", o), e.config.globalProperties.$uluModalsState = us;
|
|
1091
1091
|
}
|
|
@@ -1121,8 +1121,8 @@ const zo = {
|
|
|
1121
1121
|
});
|
|
1122
1122
|
}
|
|
1123
1123
|
}
|
|
1124
|
-
},
|
|
1125
|
-
function
|
|
1124
|
+
}, Fo = ["onClick"];
|
|
1125
|
+
function Lo(e, s, t, n, o, l) {
|
|
1126
1126
|
const r = K("UluIcon");
|
|
1127
1127
|
return u(), f("div", {
|
|
1128
1128
|
class: m(["toast", [
|
|
@@ -1173,7 +1173,7 @@ function Fo(e, s, t, n, o, l) {
|
|
|
1173
1173
|
key: c,
|
|
1174
1174
|
class: m(["toast__action", t.classes.action]),
|
|
1175
1175
|
onClick: (a) => l.handleAction(a, i)
|
|
1176
|
-
}, w(i.label), 11,
|
|
1176
|
+
}, w(i.label), 11, Fo))), 128))
|
|
1177
1177
|
], 2)) : p("", !0),
|
|
1178
1178
|
h("button", {
|
|
1179
1179
|
class: m(["toast__close", t.classes.closeButton]),
|
|
@@ -1183,7 +1183,7 @@ function Fo(e, s, t, n, o, l) {
|
|
|
1183
1183
|
], 2)
|
|
1184
1184
|
], 2);
|
|
1185
1185
|
}
|
|
1186
|
-
const Js = /* @__PURE__ */ j(zo, [["render",
|
|
1186
|
+
const Js = /* @__PURE__ */ j(zo, [["render", Lo]]), ds = {
|
|
1187
1187
|
toastOptions: {
|
|
1188
1188
|
/**
|
|
1189
1189
|
* Component used to render the toast in the display
|
|
@@ -1207,7 +1207,7 @@ const Js = /* @__PURE__ */ j(zo, [["render", Fo]]), ds = {
|
|
|
1207
1207
|
position: ["top", "right"]
|
|
1208
1208
|
}
|
|
1209
1209
|
}, { assign: xt } = Object;
|
|
1210
|
-
let
|
|
1210
|
+
let Vo = 0;
|
|
1211
1211
|
const Se = ft({
|
|
1212
1212
|
toasts: [],
|
|
1213
1213
|
/**
|
|
@@ -1222,15 +1222,15 @@ const Se = ft({
|
|
|
1222
1222
|
return this.pluginOptions = xt({}, this.pluginOptions, e), this.pluginOptions;
|
|
1223
1223
|
},
|
|
1224
1224
|
createToast(e) {
|
|
1225
|
-
const s = `toast-${++
|
|
1225
|
+
const s = `toast-${++Vo}`;
|
|
1226
1226
|
return xt({}, this.toastOptions, e, {
|
|
1227
1227
|
uid: s,
|
|
1228
1228
|
close() {
|
|
1229
|
-
|
|
1229
|
+
zt.remove(s);
|
|
1230
1230
|
}
|
|
1231
1231
|
});
|
|
1232
1232
|
}
|
|
1233
|
-
}),
|
|
1233
|
+
}), zt = {
|
|
1234
1234
|
/**
|
|
1235
1235
|
*
|
|
1236
1236
|
* @param {Object} options Toast options
|
|
@@ -1256,7 +1256,7 @@ const Se = ft({
|
|
|
1256
1256
|
removeAll() {
|
|
1257
1257
|
Se.toasts = [];
|
|
1258
1258
|
}
|
|
1259
|
-
},
|
|
1259
|
+
}, Ho = {
|
|
1260
1260
|
name: "UluTooltipDisplay",
|
|
1261
1261
|
data() {
|
|
1262
1262
|
const { toasts: e, pluginOptions: s } = Se;
|
|
@@ -1269,7 +1269,7 @@ const Se = ft({
|
|
|
1269
1269
|
}
|
|
1270
1270
|
}
|
|
1271
1271
|
};
|
|
1272
|
-
function
|
|
1272
|
+
function No(e, s, t, n, o, l) {
|
|
1273
1273
|
return u(), S(mt, {
|
|
1274
1274
|
to: o.pluginOptions.teleportTo
|
|
1275
1275
|
}, [
|
|
@@ -1279,7 +1279,7 @@ function Ho(e, s, t, n, o, l) {
|
|
|
1279
1279
|
tag: "div"
|
|
1280
1280
|
}, {
|
|
1281
1281
|
default: k(() => [
|
|
1282
|
-
(u(!0), f(U, null, E(o.toasts, (r) => (u(), S(
|
|
1282
|
+
(u(!0), f(U, null, E(o.toasts, (r) => (u(), S(P(r.component), {
|
|
1283
1283
|
key: r.uid,
|
|
1284
1284
|
toast: r
|
|
1285
1285
|
}, null, 8, ["toast"]))), 128))
|
|
@@ -1288,11 +1288,11 @@ function Ho(e, s, t, n, o, l) {
|
|
|
1288
1288
|
}, 8, ["class"])
|
|
1289
1289
|
], 8, ["to"]);
|
|
1290
1290
|
}
|
|
1291
|
-
const
|
|
1292
|
-
function
|
|
1293
|
-
Se.setPluginOptions(s?.plugin), Se.setToastOptions(s?.toast), e.component("UluToast", Js), e.component("UluToastDisplay",
|
|
1291
|
+
const Do = /* @__PURE__ */ j(Ho, [["render", No]]);
|
|
1292
|
+
function Jf(e, s = {}) {
|
|
1293
|
+
Se.setPluginOptions(s?.plugin), Se.setToastOptions(s?.toast), e.component("UluToast", Js), e.component("UluToastDisplay", Do), e.config.globalProperties.$uluToast = zt, e.provide("uluToast", zt);
|
|
1294
1294
|
}
|
|
1295
|
-
const
|
|
1295
|
+
const Wo = {
|
|
1296
1296
|
/**
|
|
1297
1297
|
* Set an initial value (value in mounted, SSR)
|
|
1298
1298
|
*/
|
|
@@ -1308,10 +1308,10 @@ const Do = {
|
|
|
1308
1308
|
customProperty: "--breakpoint"
|
|
1309
1309
|
}
|
|
1310
1310
|
};
|
|
1311
|
-
function
|
|
1312
|
-
const s = Object.assign({},
|
|
1311
|
+
function Xo(e) {
|
|
1312
|
+
const s = Object.assign({}, Wo, e), t = R(null), n = R(s.initialValue), o = R(null);
|
|
1313
1313
|
return (async () => {
|
|
1314
|
-
if (!
|
|
1314
|
+
if (!Jn()) return;
|
|
1315
1315
|
await new Promise((d) => {
|
|
1316
1316
|
document.readyState === "loading" ? document.addEventListener("DOMContentLoaded", () => d()) : d();
|
|
1317
1317
|
});
|
|
@@ -1323,7 +1323,7 @@ function Wo(e) {
|
|
|
1323
1323
|
a(), s.onReady && s.onReady(c), c.onChange(a);
|
|
1324
1324
|
})(), { breakpointManager: t, breakpointActive: n, breakpointDirection: o };
|
|
1325
1325
|
}
|
|
1326
|
-
const
|
|
1326
|
+
const qo = {
|
|
1327
1327
|
/**
|
|
1328
1328
|
* Breakpoint for mobile down/max
|
|
1329
1329
|
*/
|
|
@@ -1333,8 +1333,8 @@ const Xo = {
|
|
|
1333
1333
|
*/
|
|
1334
1334
|
managerOptions: {}
|
|
1335
1335
|
};
|
|
1336
|
-
function
|
|
1337
|
-
const t = R(!1), n = Object.assign({},
|
|
1336
|
+
function Zf(e, s) {
|
|
1337
|
+
const t = R(!1), n = Object.assign({}, qo, s), { breakpointMobile: o } = n, { onReady: l } = n.managerOptions, r = {
|
|
1338
1338
|
onReady(v) {
|
|
1339
1339
|
v.at(o).max({
|
|
1340
1340
|
on() {
|
|
@@ -1349,17 +1349,17 @@ function Jf(e, s) {
|
|
|
1349
1349
|
breakpointManager: c,
|
|
1350
1350
|
breakpointActive: a,
|
|
1351
1351
|
breakpointDirection: d
|
|
1352
|
-
} =
|
|
1352
|
+
} = Xo(i);
|
|
1353
1353
|
e.provide("uluBreakpointActive", _(() => a.value)), e.provide("uluBreakpointDirection", _(() => d.value)), e.provide("uluBreakpointManager", _(() => c.value)), e.provide("uluIsMobile", _(() => t.value));
|
|
1354
1354
|
}
|
|
1355
1355
|
const Ft = /* @__PURE__ */ new Set(), J = /* @__PURE__ */ new WeakMap(), Ae = /* @__PURE__ */ new WeakMap(), ne = /* @__PURE__ */ new WeakMap(), Ye = /* @__PURE__ */ new WeakMap(), Ut = /* @__PURE__ */ new WeakMap(), Xe = /* @__PURE__ */ new WeakMap(), $e = /* @__PURE__ */ new WeakMap(), ke = /* @__PURE__ */ new WeakMap(), Re = /* @__PURE__ */ new WeakSet();
|
|
1356
1356
|
let ee, qt = 0, Gt = 0;
|
|
1357
1357
|
const pe = "__aa_tgt", Ke = "__aa_del", at = "__aa_new", Zs = (e) => {
|
|
1358
|
-
const s =
|
|
1359
|
-
s && s.forEach((t) =>
|
|
1360
|
-
},
|
|
1358
|
+
const s = Jo(e);
|
|
1359
|
+
s && s.forEach((t) => Zo(t));
|
|
1360
|
+
}, Go = (e) => {
|
|
1361
1361
|
e.forEach((s) => {
|
|
1362
|
-
s.target === ee &&
|
|
1362
|
+
s.target === ee && Yo(), J.has(s.target) && xe(s.target);
|
|
1363
1363
|
});
|
|
1364
1364
|
};
|
|
1365
1365
|
function Qs(e) {
|
|
@@ -1371,7 +1371,7 @@ function Yt(e) {
|
|
|
1371
1371
|
s?.disconnect();
|
|
1372
1372
|
let t = J.get(e), n = 0;
|
|
1373
1373
|
const o = 5;
|
|
1374
|
-
t || (t =
|
|
1374
|
+
t || (t = ze(e), J.set(e, t));
|
|
1375
1375
|
const { offsetWidth: l, offsetHeight: r } = ee, c = [
|
|
1376
1376
|
t.top - o,
|
|
1377
1377
|
l - (t.left + o + t.width),
|
|
@@ -1392,17 +1392,17 @@ function xe(e, s = !0) {
|
|
|
1392
1392
|
ke.set(e, setTimeout(async () => {
|
|
1393
1393
|
const o = ne.get(e);
|
|
1394
1394
|
try {
|
|
1395
|
-
await o?.finished, J.set(e,
|
|
1395
|
+
await o?.finished, J.set(e, ze(e)), Yt(e);
|
|
1396
1396
|
} catch {
|
|
1397
1397
|
}
|
|
1398
1398
|
}, n));
|
|
1399
1399
|
}
|
|
1400
|
-
function
|
|
1400
|
+
function Yo() {
|
|
1401
1401
|
clearTimeout(ke.get(ee)), ke.set(ee, setTimeout(() => {
|
|
1402
1402
|
Ft.forEach((e) => lt(e, (s) => en(() => xe(s))));
|
|
1403
1403
|
}, 100));
|
|
1404
1404
|
}
|
|
1405
|
-
function
|
|
1405
|
+
function Ko(e) {
|
|
1406
1406
|
setTimeout(() => {
|
|
1407
1407
|
Xe.set(e, setInterval(() => en(xe.bind(null, e)), 2e3));
|
|
1408
1408
|
}, Math.round(2e3 * Math.random()));
|
|
@@ -1410,12 +1410,12 @@ function Yo(e) {
|
|
|
1410
1410
|
function en(e) {
|
|
1411
1411
|
typeof requestIdleCallback == "function" ? requestIdleCallback(() => e()) : requestAnimationFrame(() => e());
|
|
1412
1412
|
}
|
|
1413
|
-
let
|
|
1413
|
+
let ge;
|
|
1414
1414
|
const tn = typeof window < "u" && "ResizeObserver" in window;
|
|
1415
|
-
tn && (ee = document.documentElement, new MutationObserver(Zs),
|
|
1415
|
+
tn && (ee = document.documentElement, new MutationObserver(Zs), ge = new ResizeObserver(Go), window.addEventListener("scroll", () => {
|
|
1416
1416
|
Gt = window.scrollY, qt = window.scrollX;
|
|
1417
|
-
}),
|
|
1418
|
-
function
|
|
1417
|
+
}), ge.observe(ee));
|
|
1418
|
+
function Jo(e) {
|
|
1419
1419
|
return e.reduce((n, o) => [
|
|
1420
1420
|
...n,
|
|
1421
1421
|
...Array.from(o.addedNodes),
|
|
@@ -1452,15 +1452,15 @@ function Ko(e) {
|
|
|
1452
1452
|
function Et(e, s) {
|
|
1453
1453
|
!s && !(pe in e) ? Object.defineProperty(e, pe, { value: e }) : s && !(pe in s) && Object.defineProperty(s, pe, { value: e });
|
|
1454
1454
|
}
|
|
1455
|
-
function
|
|
1455
|
+
function Zo(e) {
|
|
1456
1456
|
var s, t;
|
|
1457
1457
|
const n = e.isConnected, o = J.has(e);
|
|
1458
|
-
n && Ae.has(e) && Ae.delete(e), ((s = ne.get(e)) === null || s === void 0 ? void 0 : s.playState) !== "finished" && ((t = ne.get(e)) === null || t === void 0 || t.cancel()), at in e ? fs(e) : o && n ?
|
|
1458
|
+
n && Ae.has(e) && Ae.delete(e), ((s = ne.get(e)) === null || s === void 0 ? void 0 : s.playState) !== "finished" && ((t = ne.get(e)) === null || t === void 0 || t.cancel()), at in e ? fs(e) : o && n ? el(e) : o && !n ? tl(e) : fs(e);
|
|
1459
1459
|
}
|
|
1460
1460
|
function de(e) {
|
|
1461
1461
|
return Number(e.replace(/[^0-9.\-]/g, ""));
|
|
1462
1462
|
}
|
|
1463
|
-
function
|
|
1463
|
+
function Qo(e) {
|
|
1464
1464
|
let s = e.parentElement;
|
|
1465
1465
|
for (; s; ) {
|
|
1466
1466
|
if (s.scrollLeft || s.scrollTop)
|
|
@@ -1469,8 +1469,8 @@ function Zo(e) {
|
|
|
1469
1469
|
}
|
|
1470
1470
|
return { x: 0, y: 0 };
|
|
1471
1471
|
}
|
|
1472
|
-
function
|
|
1473
|
-
const s = e.getBoundingClientRect(), { x: t, y: n } =
|
|
1472
|
+
function ze(e) {
|
|
1473
|
+
const s = e.getBoundingClientRect(), { x: t, y: n } = Qo(e);
|
|
1474
1474
|
return {
|
|
1475
1475
|
top: s.top + n,
|
|
1476
1476
|
left: s.left + t,
|
|
@@ -1511,8 +1511,8 @@ function Jt(e) {
|
|
|
1511
1511
|
function Je(e) {
|
|
1512
1512
|
return typeof e == "function";
|
|
1513
1513
|
}
|
|
1514
|
-
function
|
|
1515
|
-
const s = J.get(e), t =
|
|
1514
|
+
function el(e) {
|
|
1515
|
+
const s = J.get(e), t = ze(e);
|
|
1516
1516
|
if (!Kt(e))
|
|
1517
1517
|
return J.set(e, t);
|
|
1518
1518
|
if (Qs(e)) {
|
|
@@ -1546,7 +1546,7 @@ function Qo(e) {
|
|
|
1546
1546
|
}
|
|
1547
1547
|
function fs(e) {
|
|
1548
1548
|
at in e && delete e[at];
|
|
1549
|
-
const s =
|
|
1549
|
+
const s = ze(e);
|
|
1550
1550
|
J.set(e, s);
|
|
1551
1551
|
const t = _t(e);
|
|
1552
1552
|
if (!Kt(e))
|
|
@@ -1581,7 +1581,7 @@ function hs(e, s) {
|
|
|
1581
1581
|
e.style[n] = "";
|
|
1582
1582
|
}, 0);
|
|
1583
1583
|
}
|
|
1584
|
-
function
|
|
1584
|
+
function tl(e) {
|
|
1585
1585
|
var s;
|
|
1586
1586
|
if (!Ae.has(e) || !J.has(e))
|
|
1587
1587
|
return;
|
|
@@ -1590,8 +1590,8 @@ function el(e) {
|
|
|
1590
1590
|
const o = window.scrollX, l = window.scrollY;
|
|
1591
1591
|
if (n && n.parentNode && n.parentNode instanceof Element ? n.parentNode.insertBefore(e, n) : t && t.parentNode ? t.parentNode.appendChild(e) : (s = nn(e)) === null || s === void 0 || s.appendChild(e), !Kt(e))
|
|
1592
1592
|
return hs(e);
|
|
1593
|
-
const [r, i, c, a] =
|
|
1594
|
-
(o !== qt || l !== Gt) &&
|
|
1593
|
+
const [r, i, c, a] = nl(e), d = _t(e), v = J.get(e);
|
|
1594
|
+
(o !== qt || l !== Gt) && sl(e, o, l, d);
|
|
1595
1595
|
let y, b = {
|
|
1596
1596
|
position: "absolute",
|
|
1597
1597
|
top: `${r}px`,
|
|
@@ -1625,7 +1625,7 @@ function el(e) {
|
|
|
1625
1625
|
once: !0
|
|
1626
1626
|
});
|
|
1627
1627
|
}
|
|
1628
|
-
function
|
|
1628
|
+
function sl(e, s, t, n) {
|
|
1629
1629
|
const o = qt - s, l = Gt - t, r = document.documentElement.style.scrollBehavior;
|
|
1630
1630
|
if (getComputedStyle(ee).scrollBehavior === "smooth" && (document.documentElement.style.scrollBehavior = "auto"), window.scrollTo(window.scrollX + o, window.scrollY + l), !e.parentElement)
|
|
1631
1631
|
return;
|
|
@@ -1645,19 +1645,19 @@ function tl(e, s, t, n) {
|
|
|
1645
1645
|
}
|
|
1646
1646
|
y();
|
|
1647
1647
|
}
|
|
1648
|
-
function
|
|
1648
|
+
function nl(e) {
|
|
1649
1649
|
var s;
|
|
1650
|
-
const t = J.get(e), [n, , o] = sn(e, t,
|
|
1650
|
+
const t = J.get(e), [n, , o] = sn(e, t, ze(e));
|
|
1651
1651
|
let l = e.parentElement;
|
|
1652
1652
|
for (; l && (getComputedStyle(l).position === "static" || l instanceof HTMLBodyElement); )
|
|
1653
1653
|
l = l.parentElement;
|
|
1654
1654
|
l || (l = document.body);
|
|
1655
|
-
const r = getComputedStyle(l), i = !ne.has(e) || ((s = ne.get(e)) === null || s === void 0 ? void 0 : s.playState) === "finished" ?
|
|
1655
|
+
const r = getComputedStyle(l), i = !ne.has(e) || ((s = ne.get(e)) === null || s === void 0 ? void 0 : s.playState) === "finished" ? ze(l) : J.get(l), c = Math.round(t.top - i.top) - de(r.borderTopWidth), a = Math.round(t.left - i.left) - de(r.borderLeftWidth);
|
|
1656
1656
|
return [c, a, n, o];
|
|
1657
1657
|
}
|
|
1658
|
-
function
|
|
1659
|
-
if (tn &&
|
|
1660
|
-
Re.add(e), getComputedStyle(e).position === "static" && Object.assign(e.style, { position: "relative" }), lt(e, xe,
|
|
1658
|
+
function ol(e, s = {}) {
|
|
1659
|
+
if (tn && ge && !(window.matchMedia("(prefers-reduced-motion: reduce)").matches && !Je(s) && !s.disrespectUserMotionPreference)) {
|
|
1660
|
+
Re.add(e), getComputedStyle(e).position === "static" && Object.assign(e.style, { position: "relative" }), lt(e, xe, Ko, (r) => ge?.observe(r)), Je(s) ? $e.set(e, s) : $e.set(e, {
|
|
1661
1661
|
duration: 250,
|
|
1662
1662
|
easing: "ease-in-out",
|
|
1663
1663
|
...s
|
|
@@ -1689,7 +1689,7 @@ function nl(e, s = {}) {
|
|
|
1689
1689
|
Re.delete(e), Ft.delete(e), $e.delete(e);
|
|
1690
1690
|
const n = Ut.get(e);
|
|
1691
1691
|
n?.disconnect(), Ut.delete(e), lt(e, (o) => {
|
|
1692
|
-
|
|
1692
|
+
ge?.unobserve(o);
|
|
1693
1693
|
const l = ne.get(o);
|
|
1694
1694
|
try {
|
|
1695
1695
|
l?.cancel();
|
|
@@ -1706,7 +1706,7 @@ function nl(e, s = {}) {
|
|
|
1706
1706
|
}
|
|
1707
1707
|
});
|
|
1708
1708
|
}
|
|
1709
|
-
function
|
|
1709
|
+
function ll(e) {
|
|
1710
1710
|
const s = R();
|
|
1711
1711
|
let t;
|
|
1712
1712
|
function n(o) {
|
|
@@ -1715,7 +1715,7 @@ function ol(e) {
|
|
|
1715
1715
|
return vt(() => {
|
|
1716
1716
|
gt((o) => {
|
|
1717
1717
|
let l;
|
|
1718
|
-
s.value instanceof HTMLElement ? l = s.value : s.value && "$el" in s.value && s.value.$el instanceof HTMLElement && (l = s.value.$el), l && (t =
|
|
1718
|
+
s.value instanceof HTMLElement ? l = s.value : s.value && "$el" in s.value && s.value.$el instanceof HTMLElement && (l = s.value.$el), l && (t = ol(l, e || {}), o(() => {
|
|
1719
1719
|
var r;
|
|
1720
1720
|
(r = t?.destroy) === null || r === void 0 || r.call(t), t = void 0;
|
|
1721
1721
|
}));
|
|
@@ -1725,7 +1725,7 @@ function ol(e) {
|
|
|
1725
1725
|
(o = t?.destroy) === null || o === void 0 || o.call(t), t = void 0;
|
|
1726
1726
|
}), [s, n];
|
|
1727
1727
|
}
|
|
1728
|
-
const
|
|
1728
|
+
const rl = ["id", "aria-controls", "aria-expanded"], il = ["id", "aria-hidden", "aria-labelledby"], Lt = {
|
|
1729
1729
|
__name: "UluCollapsible",
|
|
1730
1730
|
props: {
|
|
1731
1731
|
/**
|
|
@@ -1774,10 +1774,10 @@ const ll = ["id", "aria-controls", "aria-expanded"], rl = ["id", "aria-hidden",
|
|
|
1774
1774
|
},
|
|
1775
1775
|
emits: ["update:modelValue"],
|
|
1776
1776
|
setup(e, { emit: s }) {
|
|
1777
|
-
const t = e, n = s, o = _(() => typeof t.animate == "object" ? t.animate : {}), [l, r] =
|
|
1777
|
+
const t = e, n = s, o = _(() => typeof t.animate == "object" ? t.animate : {}), [l, r] = ll(o);
|
|
1778
1778
|
vt(() => {
|
|
1779
1779
|
r(!!t.animate);
|
|
1780
|
-
}),
|
|
1780
|
+
}), ye(() => t.animate, (T) => {
|
|
1781
1781
|
r(!!T);
|
|
1782
1782
|
});
|
|
1783
1783
|
const i = _(() => t.modelValue !== void 0), c = R(t.startOpen), a = _({
|
|
@@ -1787,7 +1787,7 @@ const ll = ["id", "aria-controls", "aria-expanded"], rl = ["id", "aria-hidden",
|
|
|
1787
1787
|
set(T) {
|
|
1788
1788
|
i.value ? n("update:modelValue", T) : c.value = T;
|
|
1789
1789
|
}
|
|
1790
|
-
}), d = R(
|
|
1790
|
+
}), d = R(Pe("ulu-collapsible-trigger")), v = R(Pe("ulu-collapsible-content"));
|
|
1791
1791
|
function y() {
|
|
1792
1792
|
a.value = !a.value;
|
|
1793
1793
|
}
|
|
@@ -1810,7 +1810,7 @@ const ll = ["id", "aria-controls", "aria-expanded"], rl = ["id", "aria-hidden",
|
|
|
1810
1810
|
g(T.$slots, "trigger", { isOpen: a.value }, () => [
|
|
1811
1811
|
C(w(e.triggerText), 1)
|
|
1812
1812
|
])
|
|
1813
|
-
], 10,
|
|
1813
|
+
], 10, rl),
|
|
1814
1814
|
a.value ? (u(), f("div", {
|
|
1815
1815
|
key: 0,
|
|
1816
1816
|
class: m(e.classes.content),
|
|
@@ -1823,7 +1823,7 @@ const ll = ["id", "aria-controls", "aria-expanded"], rl = ["id", "aria-hidden",
|
|
|
1823
1823
|
isOpen: a.value,
|
|
1824
1824
|
toggle: y
|
|
1825
1825
|
})
|
|
1826
|
-
], 10,
|
|
1826
|
+
], 10, il)) : p("", !0)
|
|
1827
1827
|
], 34));
|
|
1828
1828
|
}
|
|
1829
1829
|
}, ms = {
|
|
@@ -1882,7 +1882,7 @@ const ll = ["id", "aria-controls", "aria-expanded"], rl = ["id", "aria-hidden",
|
|
|
1882
1882
|
},
|
|
1883
1883
|
emits: ["update:modelValue"],
|
|
1884
1884
|
setup(e, { emit: s }) {
|
|
1885
|
-
const t = e, { resolvedModifiers: n } =
|
|
1885
|
+
const t = e, { resolvedModifiers: n } = he({ props: t, baseClass: "accordion" }), o = _(() => {
|
|
1886
1886
|
const l = { ...t.classes };
|
|
1887
1887
|
return l.container = [l.container, n.value], l;
|
|
1888
1888
|
});
|
|
@@ -1896,7 +1896,7 @@ const ll = ["id", "aria-controls", "aria-expanded"], rl = ["id", "aria-hidden",
|
|
|
1896
1896
|
}, {
|
|
1897
1897
|
trigger: k(({ isOpen: i }) => [
|
|
1898
1898
|
g(l.$slots, "trigger", { isOpen: i }, () => [
|
|
1899
|
-
(u(), S(
|
|
1899
|
+
(u(), S(P(e.triggerTextElement), null, {
|
|
1900
1900
|
default: k(() => [
|
|
1901
1901
|
C(w(e.triggerText), 1)
|
|
1902
1902
|
]),
|
|
@@ -1953,7 +1953,7 @@ const ll = ["id", "aria-controls", "aria-expanded"], rl = ["id", "aria-hidden",
|
|
|
1953
1953
|
modifiers: [String, Array]
|
|
1954
1954
|
},
|
|
1955
1955
|
setup(e) {
|
|
1956
|
-
const s = e, { resolvedModifiers: t } =
|
|
1956
|
+
const s = e, { resolvedModifiers: t } = he({ props: s, baseClass: "tag" });
|
|
1957
1957
|
return (n, o) => (u(), f("span", {
|
|
1958
1958
|
class: m(["tag", [
|
|
1959
1959
|
{
|
|
@@ -1974,7 +1974,7 @@ const ll = ["id", "aria-controls", "aria-expanded"], rl = ["id", "aria-hidden",
|
|
|
1974
1974
|
])
|
|
1975
1975
|
], 2));
|
|
1976
1976
|
}
|
|
1977
|
-
},
|
|
1977
|
+
}, al = {
|
|
1978
1978
|
name: "UluMenu",
|
|
1979
1979
|
components: {
|
|
1980
1980
|
UluIcon: D,
|
|
@@ -2023,7 +2023,7 @@ const ll = ["id", "aria-controls", "aria-expanded"], rl = ["id", "aria-hidden",
|
|
|
2023
2023
|
}
|
|
2024
2024
|
}
|
|
2025
2025
|
};
|
|
2026
|
-
function
|
|
2026
|
+
function cl(e, s, t, n, o, l) {
|
|
2027
2027
|
const r = K("UluIcon"), i = K("UluTag"), c = K("UluMenu", !0), a = Fs("ulu-tooltip");
|
|
2028
2028
|
return t.items?.length ? (u(), f("ul", {
|
|
2029
2029
|
key: 0,
|
|
@@ -2038,7 +2038,7 @@ function al(e, s, t, n, o, l) {
|
|
|
2038
2038
|
d.separatorAfter ? t.classes.itemSeparatorAfter : ""
|
|
2039
2039
|
])
|
|
2040
2040
|
}, [
|
|
2041
|
-
Me((u(), S(
|
|
2041
|
+
Me((u(), S(P(d.to || d.path ? "router-link" : d.click ? "button" : "a"), Q({ ref_for: !0 }, {
|
|
2042
2042
|
...d.to || d.path ? {
|
|
2043
2043
|
to: d.to || d.path,
|
|
2044
2044
|
activeClass: t.classes.linkActive || null,
|
|
@@ -2085,7 +2085,7 @@ function al(e, s, t, n, o, l) {
|
|
|
2085
2085
|
], 2))), 128))
|
|
2086
2086
|
], 2)) : p("", !0);
|
|
2087
2087
|
}
|
|
2088
|
-
const ln = /* @__PURE__ */ j(
|
|
2088
|
+
const ln = /* @__PURE__ */ j(al, [["render", cl]]), ul = {
|
|
2089
2089
|
__name: "UluMenuStack",
|
|
2090
2090
|
props: {
|
|
2091
2091
|
/**
|
|
@@ -2120,12 +2120,12 @@ const ln = /* @__PURE__ */ j(il, [["render", al]]), cl = {
|
|
|
2120
2120
|
const s = e, t = _(() => ({
|
|
2121
2121
|
hanging: s.hanging,
|
|
2122
2122
|
compact: s.compact
|
|
2123
|
-
})), { resolvedModifiers: n } =
|
|
2123
|
+
})), { resolvedModifiers: n } = he({
|
|
2124
2124
|
props: s,
|
|
2125
2125
|
internal: t,
|
|
2126
2126
|
baseClass: "menu-stack"
|
|
2127
2127
|
});
|
|
2128
|
-
return (o, l) => (u(), S(
|
|
2128
|
+
return (o, l) => (u(), S(P(e.containerElement), {
|
|
2129
2129
|
class: m(["menu-stack", A(n)])
|
|
2130
2130
|
}, {
|
|
2131
2131
|
default: k(() => [
|
|
@@ -2146,7 +2146,7 @@ const ln = /* @__PURE__ */ j(il, [["render", al]]), cl = {
|
|
|
2146
2146
|
_: 1
|
|
2147
2147
|
}, 8, ["class"]));
|
|
2148
2148
|
}
|
|
2149
|
-
},
|
|
2149
|
+
}, Qf = {
|
|
2150
2150
|
__name: "UluDropdown",
|
|
2151
2151
|
props: {
|
|
2152
2152
|
/**
|
|
@@ -2180,7 +2180,7 @@ const ln = /* @__PURE__ */ j(il, [["render", al]]), cl = {
|
|
|
2180
2180
|
])
|
|
2181
2181
|
]),
|
|
2182
2182
|
default: k(() => [
|
|
2183
|
-
O(
|
|
2183
|
+
O(ul, { items: e.items }, null, 8, ["items"])
|
|
2184
2184
|
]),
|
|
2185
2185
|
_: 3
|
|
2186
2186
|
}, 8, ["classes"]));
|
|
@@ -2192,17 +2192,17 @@ const ln = /* @__PURE__ */ j(il, [["render", al]]), cl = {
|
|
|
2192
2192
|
function Qt() {
|
|
2193
2193
|
window.removeEventListener("resize", Qt), Zt.value = !0, ct.start.forEach((e) => e());
|
|
2194
2194
|
}
|
|
2195
|
-
function
|
|
2195
|
+
function dl() {
|
|
2196
2196
|
Zt.value = !1, ct.end.forEach((e) => e()), window.addEventListener("resize", Qt);
|
|
2197
2197
|
}
|
|
2198
|
-
window.addEventListener("resize", Qt), window.addEventListener("resize", Xt(
|
|
2198
|
+
window.addEventListener("resize", Qt), window.addEventListener("resize", Xt(dl, 300));
|
|
2199
2199
|
function gs(e, s) {
|
|
2200
2200
|
return e.push(s), () => {
|
|
2201
2201
|
const t = e.findIndex((n) => n === s);
|
|
2202
2202
|
t > -1 && e.splice(t);
|
|
2203
2203
|
};
|
|
2204
2204
|
}
|
|
2205
|
-
function
|
|
2205
|
+
function fl() {
|
|
2206
2206
|
return {
|
|
2207
2207
|
resizing: Zt,
|
|
2208
2208
|
onResizeStart(e) {
|
|
@@ -2213,12 +2213,12 @@ function dl() {
|
|
|
2213
2213
|
}
|
|
2214
2214
|
};
|
|
2215
2215
|
}
|
|
2216
|
-
function
|
|
2217
|
-
const t = Xs(), n =
|
|
2216
|
+
function eh(e, s) {
|
|
2217
|
+
const t = Xs(), n = Qn(), o = _(() => {
|
|
2218
2218
|
const a = parseInt(t.query.page || "1", 10);
|
|
2219
2219
|
return isNaN(a) || a < 1 ? 1 : a;
|
|
2220
2220
|
}), l = _(() => !e.value || e.value.length === 0 ? 1 : Math.ceil(e.value.length / s));
|
|
2221
|
-
|
|
2221
|
+
ye(l, (a) => {
|
|
2222
2222
|
o.value > a && n.push({ query: { ...t.query, page: a } });
|
|
2223
2223
|
});
|
|
2224
2224
|
const r = _(() => {
|
|
@@ -2270,31 +2270,31 @@ function Vt(e, s, t) {
|
|
|
2270
2270
|
}
|
|
2271
2271
|
return o;
|
|
2272
2272
|
}
|
|
2273
|
-
const
|
|
2274
|
-
function
|
|
2273
|
+
const hl = (e, s) => jn(s) ? ot(s) : s, ml = "usehead";
|
|
2274
|
+
function gl() {
|
|
2275
2275
|
if (In()) {
|
|
2276
|
-
const e = ht(
|
|
2276
|
+
const e = ht(ml);
|
|
2277
2277
|
if (!e)
|
|
2278
2278
|
throw new Error("useHead() was called without provide context, ensure you call it through the setup() function.");
|
|
2279
2279
|
return e;
|
|
2280
2280
|
}
|
|
2281
2281
|
throw new Error("useHead() was called without provide context, ensure you call it through the setup() function.");
|
|
2282
2282
|
}
|
|
2283
|
-
function
|
|
2284
|
-
const t = s.head ||
|
|
2285
|
-
return t.ssr ? t.push(e || {}, s) :
|
|
2283
|
+
function vl(e, s = {}) {
|
|
2284
|
+
const t = s.head || gl();
|
|
2285
|
+
return t.ssr ? t.push(e || {}, s) : yl(t, e, s);
|
|
2286
2286
|
}
|
|
2287
|
-
function
|
|
2287
|
+
function yl(e, s, t = {}) {
|
|
2288
2288
|
const n = R(!1);
|
|
2289
2289
|
let o;
|
|
2290
2290
|
return gt(() => {
|
|
2291
|
-
const r = n.value ? {} : Vt(s,
|
|
2291
|
+
const r = n.value ? {} : Vt(s, hl);
|
|
2292
2292
|
o ? o.patch(r) : o = e.push(r, t);
|
|
2293
2293
|
}), Mn() && (Ds(() => {
|
|
2294
2294
|
o.dispose();
|
|
2295
|
-
}), zn(() => {
|
|
2296
|
-
n.value = !0;
|
|
2297
2295
|
}), Pn(() => {
|
|
2296
|
+
n.value = !0;
|
|
2297
|
+
}), zn(() => {
|
|
2298
2298
|
n.value = !1;
|
|
2299
2299
|
})), o;
|
|
2300
2300
|
}
|
|
@@ -2302,7 +2302,7 @@ function wt(e, s) {
|
|
|
2302
2302
|
let n = (e?.meta || {}).title;
|
|
2303
2303
|
return typeof n == "function" && (n = n(s || e)), n;
|
|
2304
2304
|
}
|
|
2305
|
-
function
|
|
2305
|
+
function pl(e, s) {
|
|
2306
2306
|
const n = Object.assign({}, {
|
|
2307
2307
|
qualifier(r, i) {
|
|
2308
2308
|
return i ? ts(r) : rn(r);
|
|
@@ -2316,7 +2316,7 @@ function yl(e, s) {
|
|
|
2316
2316
|
}).sort(n.sort);
|
|
2317
2317
|
return l(e);
|
|
2318
2318
|
}
|
|
2319
|
-
function
|
|
2319
|
+
function bl(e) {
|
|
2320
2320
|
function s(t) {
|
|
2321
2321
|
const n = [];
|
|
2322
2322
|
for (const o of t) {
|
|
@@ -2327,7 +2327,7 @@ function pl(e) {
|
|
|
2327
2327
|
}
|
|
2328
2328
|
return s(e);
|
|
2329
2329
|
}
|
|
2330
|
-
function
|
|
2330
|
+
function _l(e, s, t) {
|
|
2331
2331
|
const o = Object.assign({}, {
|
|
2332
2332
|
includeIndex: !1,
|
|
2333
2333
|
item: {},
|
|
@@ -2367,7 +2367,7 @@ function rn(e) {
|
|
|
2367
2367
|
const s = e.path.match(/\//g) || [];
|
|
2368
2368
|
return ts(e) && s.length === 1;
|
|
2369
2369
|
}
|
|
2370
|
-
function
|
|
2370
|
+
function wl(e, s) {
|
|
2371
2371
|
const { target: t } = s, n = t.closest("a");
|
|
2372
2372
|
if (n) {
|
|
2373
2373
|
let o = n.getAttribute("href");
|
|
@@ -2387,7 +2387,7 @@ function cn(e) {
|
|
|
2387
2387
|
function ns(e, s) {
|
|
2388
2388
|
return e?.weight - s?.weight;
|
|
2389
2389
|
}
|
|
2390
|
-
function
|
|
2390
|
+
function Sl(e, s) {
|
|
2391
2391
|
const n = Object.assign({}, {
|
|
2392
2392
|
parent: null,
|
|
2393
2393
|
includeIndex: !1,
|
|
@@ -2396,7 +2396,7 @@ function wl(e, s) {
|
|
|
2396
2396
|
}, s), o = n.parent || ss(e);
|
|
2397
2397
|
return (an(e, o) || []).filter(cn(n.includeIndex)).map((r) => St(r, `${o.path}/${r.path}`, n.item)).sort(n.sort);
|
|
2398
2398
|
}
|
|
2399
|
-
function
|
|
2399
|
+
function kl(e) {
|
|
2400
2400
|
const { matched: s, path: t } = e;
|
|
2401
2401
|
let n;
|
|
2402
2402
|
return s.reduce((l, r, i) => {
|
|
@@ -2410,28 +2410,28 @@ function Sl(e) {
|
|
|
2410
2410
|
}), n = r.path, l;
|
|
2411
2411
|
}, []);
|
|
2412
2412
|
}
|
|
2413
|
-
const
|
|
2413
|
+
const $l = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2414
2414
|
__proto__: null,
|
|
2415
|
-
$createBreadcrumb:
|
|
2416
|
-
$createSectionMenu:
|
|
2415
|
+
$createBreadcrumb: kl,
|
|
2416
|
+
$createSectionMenu: Sl,
|
|
2417
2417
|
$getParentRoute: ss,
|
|
2418
2418
|
$getRouteChildren: an,
|
|
2419
|
-
createBaseMenu:
|
|
2419
|
+
createBaseMenu: pl,
|
|
2420
2420
|
createMenuItem: St,
|
|
2421
|
-
createSectionMenu:
|
|
2422
|
-
flattenMenu:
|
|
2421
|
+
createSectionMenu: _l,
|
|
2422
|
+
flattenMenu: bl,
|
|
2423
2423
|
getChildIndexRoute: es,
|
|
2424
2424
|
getRouteTitle: wt,
|
|
2425
2425
|
isStaticBaseRoute: rn,
|
|
2426
2426
|
isStaticRoute: ts,
|
|
2427
|
-
nativeLinkRouter:
|
|
2427
|
+
nativeLinkRouter: wl
|
|
2428
2428
|
}, Symbol.toStringTag, { value: "Module" })), Bt = ft({});
|
|
2429
|
-
function
|
|
2429
|
+
function th(e = {}) {
|
|
2430
2430
|
const {
|
|
2431
2431
|
title: s,
|
|
2432
2432
|
titleTemplate: t = "%s",
|
|
2433
2433
|
useRoute: n = Xs,
|
|
2434
|
-
useHead: o =
|
|
2434
|
+
useHead: o = vl
|
|
2435
2435
|
} = e, l = n(), r = l.path;
|
|
2436
2436
|
if (s !== void 0) {
|
|
2437
2437
|
gt(() => {
|
|
@@ -2449,7 +2449,7 @@ function eh(e = {}) {
|
|
|
2449
2449
|
title: i
|
|
2450
2450
|
});
|
|
2451
2451
|
}
|
|
2452
|
-
const
|
|
2452
|
+
const Cl = { class: "layout-flex-baseline" }, Tl = { class: "type-word-break" }, sh = {
|
|
2453
2453
|
__name: "UluOverflowPopover",
|
|
2454
2454
|
props: {
|
|
2455
2455
|
/**
|
|
@@ -2458,13 +2458,13 @@ const $l = { class: "layout-flex-baseline" }, Cl = { class: "type-word-break" },
|
|
|
2458
2458
|
triggerIcon: String
|
|
2459
2459
|
},
|
|
2460
2460
|
setup(e) {
|
|
2461
|
-
const { resizing: s, onResizeEnd: t } =
|
|
2461
|
+
const { resizing: s, onResizeEnd: t } = fl(), n = R(null), o = R(!1), l = () => {
|
|
2462
2462
|
Vs(() => {
|
|
2463
2463
|
const i = n.value;
|
|
2464
2464
|
o.value = i.offsetWidth < i.scrollWidth;
|
|
2465
2465
|
});
|
|
2466
2466
|
}, r = t(l);
|
|
2467
|
-
return vt(l), Ws(r), (i, c) => (u(), f("div",
|
|
2467
|
+
return vt(l), Ws(r), (i, c) => (u(), f("div", Cl, [
|
|
2468
2468
|
h("div", {
|
|
2469
2469
|
class: "type-truncate",
|
|
2470
2470
|
ref_key: "text",
|
|
@@ -2483,7 +2483,7 @@ const $l = { class: "layout-flex-baseline" }, Cl = { class: "type-word-break" },
|
|
|
2483
2483
|
}, null, 8, ["icon"])
|
|
2484
2484
|
]),
|
|
2485
2485
|
default: k(() => [
|
|
2486
|
-
h("div",
|
|
2486
|
+
h("div", Tl, [
|
|
2487
2487
|
g(i.$slots, "default")
|
|
2488
2488
|
])
|
|
2489
2489
|
]),
|
|
@@ -2491,17 +2491,17 @@ const $l = { class: "layout-flex-baseline" }, Cl = { class: "type-word-break" },
|
|
|
2491
2491
|
})) : p("", !0)
|
|
2492
2492
|
]));
|
|
2493
2493
|
}
|
|
2494
|
-
},
|
|
2494
|
+
}, nh = {
|
|
2495
2495
|
__name: "UluTab",
|
|
2496
2496
|
setup(e) {
|
|
2497
|
-
return (s, t) => (u(), S(A(
|
|
2497
|
+
return (s, t) => (u(), S(A(eo), null, {
|
|
2498
2498
|
default: k((n) => [
|
|
2499
|
-
g(s.$slots, "default", ie(
|
|
2499
|
+
g(s.$slots, "default", ie(fe(n)))
|
|
2500
2500
|
]),
|
|
2501
2501
|
_: 3
|
|
2502
2502
|
}));
|
|
2503
2503
|
}
|
|
2504
|
-
},
|
|
2504
|
+
}, oh = /* @__PURE__ */ Object.assign({
|
|
2505
2505
|
inheritAttrs: !1
|
|
2506
2506
|
}, {
|
|
2507
2507
|
__name: "UluTabGroup",
|
|
@@ -2516,7 +2516,7 @@ const $l = { class: "layout-flex-baseline" }, Cl = { class: "type-word-break" },
|
|
|
2516
2516
|
vertical: Boolean
|
|
2517
2517
|
},
|
|
2518
2518
|
setup(e) {
|
|
2519
|
-
return (s, t) => (u(), S(A(
|
|
2519
|
+
return (s, t) => (u(), S(A(to), {
|
|
2520
2520
|
defaultIndex: e.defaultIndex,
|
|
2521
2521
|
vertical: e.vertical
|
|
2522
2522
|
}, {
|
|
@@ -2526,43 +2526,43 @@ const $l = { class: "layout-flex-baseline" }, Cl = { class: "type-word-break" },
|
|
|
2526
2526
|
"tabs--vertical": e.vertical
|
|
2527
2527
|
}])
|
|
2528
2528
|
}, [
|
|
2529
|
-
g(s.$slots, "default", ie(
|
|
2529
|
+
g(s.$slots, "default", ie(fe(n)))
|
|
2530
2530
|
], 2)
|
|
2531
2531
|
]),
|
|
2532
2532
|
_: 3
|
|
2533
2533
|
}, 8, ["defaultIndex", "vertical"]));
|
|
2534
2534
|
}
|
|
2535
|
-
}),
|
|
2535
|
+
}), lh = {
|
|
2536
2536
|
__name: "UluTabList",
|
|
2537
2537
|
setup(e) {
|
|
2538
|
-
return (s, t) => (u(), S(A(
|
|
2538
|
+
return (s, t) => (u(), S(A(so), { class: "tabs__tablist" }, {
|
|
2539
2539
|
default: k(() => [
|
|
2540
2540
|
g(s.$slots, "default")
|
|
2541
2541
|
]),
|
|
2542
2542
|
_: 3
|
|
2543
2543
|
}));
|
|
2544
2544
|
}
|
|
2545
|
-
},
|
|
2545
|
+
}, rh = {
|
|
2546
2546
|
__name: "UluTabPanel",
|
|
2547
2547
|
setup(e) {
|
|
2548
|
-
return (s, t) => (u(), S(A(
|
|
2548
|
+
return (s, t) => (u(), S(A(no), null, {
|
|
2549
2549
|
default: k((n) => [
|
|
2550
|
-
g(s.$slots, "default", ie(
|
|
2550
|
+
g(s.$slots, "default", ie(fe(n)))
|
|
2551
2551
|
]),
|
|
2552
2552
|
_: 3
|
|
2553
2553
|
}));
|
|
2554
2554
|
}
|
|
2555
|
-
},
|
|
2555
|
+
}, ih = {
|
|
2556
2556
|
__name: "UluTabPanels",
|
|
2557
2557
|
setup(e) {
|
|
2558
|
-
return (s, t) => (u(), S(A(
|
|
2558
|
+
return (s, t) => (u(), S(A(oo), null, {
|
|
2559
2559
|
default: k((n) => [
|
|
2560
|
-
g(s.$slots, "default", ie(
|
|
2560
|
+
g(s.$slots, "default", ie(fe(n)))
|
|
2561
2561
|
]),
|
|
2562
2562
|
_: 3
|
|
2563
2563
|
}));
|
|
2564
2564
|
}
|
|
2565
|
-
},
|
|
2565
|
+
}, Al = {
|
|
2566
2566
|
name: "UluButton",
|
|
2567
2567
|
components: {
|
|
2568
2568
|
UluIcon: D
|
|
@@ -2643,7 +2643,7 @@ const $l = { class: "layout-flex-baseline" }, Cl = { class: "type-word-break" },
|
|
|
2643
2643
|
modifiers: [String, Array]
|
|
2644
2644
|
},
|
|
2645
2645
|
setup(e) {
|
|
2646
|
-
const { resolvedModifiers: s } =
|
|
2646
|
+
const { resolvedModifiers: s } = he({ props: e, baseClass: "button" });
|
|
2647
2647
|
return { resolvedModifiers: s };
|
|
2648
2648
|
},
|
|
2649
2649
|
computed: {
|
|
@@ -2663,10 +2663,10 @@ const $l = { class: "layout-flex-baseline" }, Cl = { class: "type-word-break" },
|
|
|
2663
2663
|
return s && (n && (o.target = n), t && (o.download = typeof t == "string" ? t : !0)), o;
|
|
2664
2664
|
}
|
|
2665
2665
|
}
|
|
2666
|
-
},
|
|
2667
|
-
function
|
|
2666
|
+
}, Ol = { key: 1 };
|
|
2667
|
+
function xl(e, s, t, n, o, l) {
|
|
2668
2668
|
const r = K("UluIcon");
|
|
2669
|
-
return u(), S(
|
|
2669
|
+
return u(), S(P(l.element), Q({
|
|
2670
2670
|
class: ["button", [
|
|
2671
2671
|
{
|
|
2672
2672
|
"button--transparent": t.transparent,
|
|
@@ -2689,7 +2689,7 @@ function Ol(e, s, t, n, o, l) {
|
|
|
2689
2689
|
icon: t.icon,
|
|
2690
2690
|
class: "button__icon"
|
|
2691
2691
|
}, null, 8, ["icon"])) : p("", !0),
|
|
2692
|
-
(e.$slots.default || t.text) && !t.iconOnly ? (u(), f("span",
|
|
2692
|
+
(e.$slots.default || t.text) && !t.iconOnly ? (u(), f("span", Ol, [
|
|
2693
2693
|
g(e.$slots, "default", {}, () => [
|
|
2694
2694
|
C(w(t.text), 1)
|
|
2695
2695
|
])
|
|
@@ -2704,10 +2704,10 @@ function Ol(e, s, t, n, o, l) {
|
|
|
2704
2704
|
_: 3
|
|
2705
2705
|
}, 16, ["class", "aria-label"]);
|
|
2706
2706
|
}
|
|
2707
|
-
const
|
|
2707
|
+
const Ul = /* @__PURE__ */ j(Al, [["render", xl]]), El = {
|
|
2708
2708
|
name: "UluAlert",
|
|
2709
2709
|
components: {
|
|
2710
|
-
UluButton:
|
|
2710
|
+
UluButton: Ul,
|
|
2711
2711
|
UluIcon: D
|
|
2712
2712
|
},
|
|
2713
2713
|
props: {
|
|
@@ -2740,7 +2740,7 @@ const xl = /* @__PURE__ */ j(Tl, [["render", Ol]]), Ul = {
|
|
|
2740
2740
|
modifiers: [String, Array]
|
|
2741
2741
|
},
|
|
2742
2742
|
setup(e) {
|
|
2743
|
-
const { resolvedModifiers: s } =
|
|
2743
|
+
const { resolvedModifiers: s } = he({
|
|
2744
2744
|
props: e,
|
|
2745
2745
|
baseClass: "callout",
|
|
2746
2746
|
internal: _(() => ({
|
|
@@ -2750,21 +2750,21 @@ const xl = /* @__PURE__ */ j(Tl, [["render", Ol]]), Ul = {
|
|
|
2750
2750
|
});
|
|
2751
2751
|
return { resolvedModifiers: s };
|
|
2752
2752
|
}
|
|
2753
|
-
},
|
|
2753
|
+
}, Bl = { class: "layout-flex" }, Rl = { class: "type-small" }, jl = {
|
|
2754
2754
|
key: 0,
|
|
2755
2755
|
class: "margin-left-auto align-self-center"
|
|
2756
2756
|
};
|
|
2757
|
-
function
|
|
2757
|
+
function Il(e, s, t, n, o, l) {
|
|
2758
2758
|
const r = K("UluIcon");
|
|
2759
2759
|
return u(), f("div", {
|
|
2760
2760
|
class: m(["callout", n.resolvedModifiers])
|
|
2761
2761
|
}, [
|
|
2762
|
-
h("div",
|
|
2762
|
+
h("div", Bl, [
|
|
2763
2763
|
O(r, {
|
|
2764
2764
|
class: m(["type-large margin-right-small", `color-${t.type}`]),
|
|
2765
2765
|
icon: t.icon || `type:${t.type}`
|
|
2766
2766
|
}, null, 8, ["class", "icon"]),
|
|
2767
|
-
h("div",
|
|
2767
|
+
h("div", Rl, [
|
|
2768
2768
|
h("div", null, [
|
|
2769
2769
|
g(e.$slots, "title", {}, () => [
|
|
2770
2770
|
h("strong", null, w(t.title), 1)
|
|
@@ -2776,13 +2776,13 @@ function jl(e, s, t, n, o, l) {
|
|
|
2776
2776
|
])
|
|
2777
2777
|
])
|
|
2778
2778
|
]),
|
|
2779
|
-
e.$slots.action ? (u(), f("div",
|
|
2779
|
+
e.$slots.action ? (u(), f("div", jl, [
|
|
2780
2780
|
g(e.$slots, "action")
|
|
2781
2781
|
])) : p("", !0)
|
|
2782
2782
|
])
|
|
2783
2783
|
], 2);
|
|
2784
2784
|
}
|
|
2785
|
-
const
|
|
2785
|
+
const ah = /* @__PURE__ */ j(El, [["render", Il]]), Ml = ["aria-hidden"], Pl = {
|
|
2786
2786
|
key: 2,
|
|
2787
2787
|
class: "hidden-visually"
|
|
2788
2788
|
}, zl = {
|
|
@@ -2826,7 +2826,7 @@ const ih = /* @__PURE__ */ j(Ul, [["render", jl]]), Il = ["aria-hidden"], Ml = {
|
|
|
2826
2826
|
const { click: o, to: l, href: r } = s;
|
|
2827
2827
|
return o ? "button" : l ? Ge : r ? "a" : "span";
|
|
2828
2828
|
});
|
|
2829
|
-
return (o, l) => (u(), S(
|
|
2829
|
+
return (o, l) => (u(), S(P(n.value), {
|
|
2830
2830
|
class: m(["badge", [
|
|
2831
2831
|
e.size ? `badge--${e.size}` : null,
|
|
2832
2832
|
e.type ? `badge--${e.type}` : null,
|
|
@@ -2843,14 +2843,14 @@ const ih = /* @__PURE__ */ j(Ul, [["render", jl]]), Il = ["aria-hidden"], Ml = {
|
|
|
2843
2843
|
e.text ? (u(), f("span", {
|
|
2844
2844
|
key: 0,
|
|
2845
2845
|
"aria-hidden": e.alt ? "true" : null
|
|
2846
|
-
}, w(e.text), 9,
|
|
2847
|
-
e.alt ? (u(), f("span",
|
|
2846
|
+
}, w(e.text), 9, Ml)) : g(o.$slots, "default", { key: 1 }),
|
|
2847
|
+
e.alt ? (u(), f("span", Pl, w(e.alt), 1)) : p("", !0)
|
|
2848
2848
|
], 2)
|
|
2849
2849
|
]),
|
|
2850
2850
|
_: 3
|
|
2851
2851
|
}, 8, ["class", "to", "href", "onClick"]));
|
|
2852
2852
|
}
|
|
2853
|
-
},
|
|
2853
|
+
}, Fl = { class: "badge-stack" }, ch = {
|
|
2854
2854
|
__name: "UluBadgeStack",
|
|
2855
2855
|
props: {
|
|
2856
2856
|
/**
|
|
@@ -2859,7 +2859,7 @@ const ih = /* @__PURE__ */ j(Ul, [["render", jl]]), Il = ["aria-hidden"], Ml = {
|
|
|
2859
2859
|
items: Array
|
|
2860
2860
|
},
|
|
2861
2861
|
setup(e) {
|
|
2862
|
-
return (s, t) => (u(), f("ul",
|
|
2862
|
+
return (s, t) => (u(), f("ul", Fl, [
|
|
2863
2863
|
(u(!0), f(U, null, E(e.items, (n, o) => (u(), f("li", {
|
|
2864
2864
|
class: "badge-stack__item",
|
|
2865
2865
|
key: o
|
|
@@ -2868,7 +2868,7 @@ const ih = /* @__PURE__ */ j(Ul, [["render", jl]]), Il = ["aria-hidden"], Ml = {
|
|
|
2868
2868
|
]))), 128))
|
|
2869
2869
|
]));
|
|
2870
2870
|
}
|
|
2871
|
-
},
|
|
2871
|
+
}, Ll = {
|
|
2872
2872
|
name: "UluButtonVerbose",
|
|
2873
2873
|
components: {
|
|
2874
2874
|
UluIcon: D
|
|
@@ -2923,7 +2923,7 @@ const ih = /* @__PURE__ */ j(Ul, [["render", jl]]), Il = ["aria-hidden"], Ml = {
|
|
|
2923
2923
|
modifiers: [String, Array]
|
|
2924
2924
|
},
|
|
2925
2925
|
setup(e) {
|
|
2926
|
-
const { resolvedModifiers: s } =
|
|
2926
|
+
const { resolvedModifiers: s } = he({ props: e, baseClass: "button-verbose" });
|
|
2927
2927
|
return { resolvedModifiers: s };
|
|
2928
2928
|
},
|
|
2929
2929
|
computed: {
|
|
@@ -2935,13 +2935,13 @@ const ih = /* @__PURE__ */ j(Ul, [["render", jl]]), Il = ["aria-hidden"], Ml = {
|
|
|
2935
2935
|
return s && (n && (o.target = n), t && (o.download = typeof t == "string" ? t : !0)), o;
|
|
2936
2936
|
}
|
|
2937
2937
|
}
|
|
2938
|
-
},
|
|
2938
|
+
}, Vl = {
|
|
2939
2939
|
key: 1,
|
|
2940
2940
|
class: "button-verbose__body"
|
|
2941
2941
|
};
|
|
2942
|
-
function
|
|
2942
|
+
function Hl(e, s, t, n, o, l) {
|
|
2943
2943
|
const r = K("UluIcon");
|
|
2944
|
-
return u(), S(
|
|
2944
|
+
return u(), S(P(l.element), Q({
|
|
2945
2945
|
class: ["button-verbose", [
|
|
2946
2946
|
{
|
|
2947
2947
|
"button-verbose--inline": t.inline,
|
|
@@ -2951,7 +2951,7 @@ function Vl(e, s, t, n, o, l) {
|
|
|
2951
2951
|
]]
|
|
2952
2952
|
}, l.attrs), {
|
|
2953
2953
|
default: k(() => [
|
|
2954
|
-
e.$slots.title || t.title ? (u(), S(
|
|
2954
|
+
e.$slots.title || t.title ? (u(), S(P(t.titleElement), {
|
|
2955
2955
|
key: 0,
|
|
2956
2956
|
class: "button-verbose__title"
|
|
2957
2957
|
}, {
|
|
@@ -2962,7 +2962,7 @@ function Vl(e, s, t, n, o, l) {
|
|
|
2962
2962
|
]),
|
|
2963
2963
|
_: 3
|
|
2964
2964
|
})) : p("", !0),
|
|
2965
|
-
e.$slots.default || t.body ? (u(), f("span",
|
|
2965
|
+
e.$slots.default || t.body ? (u(), f("span", Vl, [
|
|
2966
2966
|
g(e.$slots, "default", {}, () => [
|
|
2967
2967
|
C(w(t.body), 1)
|
|
2968
2968
|
])
|
|
@@ -2977,7 +2977,7 @@ function Vl(e, s, t, n, o, l) {
|
|
|
2977
2977
|
_: 3
|
|
2978
2978
|
}, 16, ["class"]);
|
|
2979
2979
|
}
|
|
2980
|
-
const
|
|
2980
|
+
const uh = /* @__PURE__ */ j(Ll, [["render", Hl]]), Nl = {
|
|
2981
2981
|
name: "UluCallout",
|
|
2982
2982
|
props: {
|
|
2983
2983
|
/**
|
|
@@ -2991,24 +2991,24 @@ const ch = /* @__PURE__ */ j(Fl, [["render", Vl]]), Hl = {
|
|
|
2991
2991
|
modifiers: [String, Array]
|
|
2992
2992
|
},
|
|
2993
2993
|
setup(e) {
|
|
2994
|
-
const { resolvedModifiers: s } =
|
|
2994
|
+
const { resolvedModifiers: s } = he({ props: e, baseClass: "callout" });
|
|
2995
2995
|
return { resolvedModifiers: s };
|
|
2996
2996
|
}
|
|
2997
2997
|
};
|
|
2998
|
-
function
|
|
2998
|
+
function Dl(e, s, t, n, o, l) {
|
|
2999
2999
|
return u(), f("div", {
|
|
3000
3000
|
class: m(["callout", [n.resolvedModifiers, { "full-height": t.fullHeight }]])
|
|
3001
3001
|
}, [
|
|
3002
3002
|
g(e.$slots, "default")
|
|
3003
3003
|
], 2);
|
|
3004
3004
|
}
|
|
3005
|
-
const
|
|
3005
|
+
const dh = /* @__PURE__ */ j(Nl, [["render", Dl]]), Wl = { class: "card__body" }, Xl = { class: "card__main" }, ql = ["href", "target"], Gl = {
|
|
3006
3006
|
key: 0,
|
|
3007
3007
|
class: "card__aside"
|
|
3008
|
-
},
|
|
3008
|
+
}, Yl = ["src", "alt"], Kl = {
|
|
3009
3009
|
key: 1,
|
|
3010
3010
|
class: "card__footer"
|
|
3011
|
-
},
|
|
3011
|
+
}, fh = {
|
|
3012
3012
|
__name: "UluCard",
|
|
3013
3013
|
props: {
|
|
3014
3014
|
/**
|
|
@@ -3115,20 +3115,20 @@ const uh = /* @__PURE__ */ j(Hl, [["render", Nl]]), Dl = { class: "card__body" }
|
|
|
3115
3115
|
setup(e, { emit: s }) {
|
|
3116
3116
|
const t = e, n = s, o = Hs();
|
|
3117
3117
|
t.proxyClick && (t.to || t.href) && console.warn("UluCard: 'proxyClick' is ignored when 'to' or 'href' are present."), (t.titleTo || t.titleHref) && (t.to || t.href) && console.warn("UluCard: 'titleTo'/'titleHref' should not be used with 'to'/'href'.");
|
|
3118
|
-
const l = R(null), r = R(null), { resolvedModifiers: i } =
|
|
3118
|
+
const l = R(null), r = R(null), { resolvedModifiers: i } = he({ props: t, baseClass: "card" }), c = R(null), a = R(!1), d = _(() => t.proxyClick && !t.to && !t.href), v = _(() => d.value && (t.titleTo || t.titleHref)), y = _(() => d.value && !v.value), b = _(() => d.value || null), T = _(() => ({
|
|
3119
3119
|
selectorPrevent: "input, select, textarea, button, a, [tabindex='-1']",
|
|
3120
3120
|
mousedownDurationPrevent: 250,
|
|
3121
3121
|
...t.proxyClickOptions
|
|
3122
3122
|
})), $ = _(() => d.value ? "pointer" : null), B = _(() => t.to ? Ge : t.href ? "a" : t.cardElement);
|
|
3123
|
-
function G({ target:
|
|
3123
|
+
function G({ target: z, timeStamp: Z }) {
|
|
3124
3124
|
if (!b.value) return;
|
|
3125
3125
|
const { selectorPrevent: _e } = T.value;
|
|
3126
|
-
a.value = !1,
|
|
3126
|
+
a.value = !1, z.closest(_e) || (a.value = !0, c.value = Z);
|
|
3127
3127
|
}
|
|
3128
|
-
function te({ timeStamp:
|
|
3128
|
+
function te({ timeStamp: z }) {
|
|
3129
3129
|
if (!b.value || !a.value) return;
|
|
3130
3130
|
const { mousedownDurationPrevent: Z } = T.value;
|
|
3131
|
-
if (
|
|
3131
|
+
if (z - c.value < Z) {
|
|
3132
3132
|
if (v.value)
|
|
3133
3133
|
r.value?.click();
|
|
3134
3134
|
else if (y.value) {
|
|
@@ -3138,7 +3138,7 @@ const uh = /* @__PURE__ */ j(Hl, [["render", Nl]]), Dl = { class: "card__body" }
|
|
|
3138
3138
|
}
|
|
3139
3139
|
a.value = !1;
|
|
3140
3140
|
}
|
|
3141
|
-
return (
|
|
3141
|
+
return (z, Z) => (u(), S(P(B.value), {
|
|
3142
3142
|
ref_key: "cardRoot",
|
|
3143
3143
|
ref: l,
|
|
3144
3144
|
class: m(["card", [
|
|
@@ -3158,9 +3158,9 @@ const uh = /* @__PURE__ */ j(Hl, [["render", Nl]]), Dl = { class: "card__body" }
|
|
|
3158
3158
|
"data-ulu-proxy-click-init": b.value
|
|
3159
3159
|
}, {
|
|
3160
3160
|
default: k(() => [
|
|
3161
|
-
h("div",
|
|
3162
|
-
h("div",
|
|
3163
|
-
e.title || A(o).title ? (u(), S(
|
|
3161
|
+
h("div", Wl, [
|
|
3162
|
+
h("div", Xl, [
|
|
3163
|
+
e.title || A(o).title ? (u(), S(P(e.titleElement), {
|
|
3164
3164
|
key: 0,
|
|
3165
3165
|
class: m(["card__title", e.classes.title])
|
|
3166
3166
|
}, {
|
|
@@ -3173,7 +3173,7 @@ const uh = /* @__PURE__ */ j(Hl, [["render", Nl]]), Dl = { class: "card__body" }
|
|
|
3173
3173
|
ref: r
|
|
3174
3174
|
}, {
|
|
3175
3175
|
default: k(() => [
|
|
3176
|
-
g(
|
|
3176
|
+
g(z.$slots, "title", {}, () => [
|
|
3177
3177
|
C(w(e.title), 1)
|
|
3178
3178
|
])
|
|
3179
3179
|
]),
|
|
@@ -3186,19 +3186,19 @@ const uh = /* @__PURE__ */ j(Hl, [["render", Nl]]), Dl = { class: "card__body" }
|
|
|
3186
3186
|
ref_key: "link",
|
|
3187
3187
|
ref: r
|
|
3188
3188
|
}, [
|
|
3189
|
-
g(
|
|
3189
|
+
g(z.$slots, "title", {}, () => [
|
|
3190
3190
|
C(w(e.title), 1)
|
|
3191
3191
|
])
|
|
3192
|
-
], 8,
|
|
3192
|
+
], 8, ql)) : g(z.$slots, "title", { key: 2 }, () => [
|
|
3193
3193
|
C(w(e.title), 1)
|
|
3194
3194
|
])
|
|
3195
3195
|
]),
|
|
3196
3196
|
_: 3
|
|
3197
3197
|
}, 8, ["class"])) : p("", !0),
|
|
3198
|
-
g(
|
|
3198
|
+
g(z.$slots, "body")
|
|
3199
3199
|
]),
|
|
3200
|
-
A(o).aside ? (u(), f("div",
|
|
3201
|
-
g(
|
|
3200
|
+
A(o).aside ? (u(), f("div", Gl, [
|
|
3201
|
+
g(z.$slots, "aside")
|
|
3202
3202
|
])) : p("", !0)
|
|
3203
3203
|
]),
|
|
3204
3204
|
A(o).image || e.imageSrc ? (u(), f("div", {
|
|
@@ -3208,21 +3208,21 @@ const uh = /* @__PURE__ */ j(Hl, [["render", Nl]]), Dl = { class: "card__body" }
|
|
|
3208
3208
|
e.classes.image
|
|
3209
3209
|
]])
|
|
3210
3210
|
}, [
|
|
3211
|
-
g(
|
|
3211
|
+
g(z.$slots, "image", {}, () => [
|
|
3212
3212
|
h("img", {
|
|
3213
3213
|
src: e.imageSrc,
|
|
3214
3214
|
alt: e.imageAlt
|
|
3215
|
-
}, null, 8,
|
|
3215
|
+
}, null, 8, Yl)
|
|
3216
3216
|
])
|
|
3217
3217
|
], 2)) : p("", !0),
|
|
3218
|
-
A(o).footer ? (u(), f("div",
|
|
3219
|
-
g(
|
|
3218
|
+
A(o).footer ? (u(), f("div", Kl, [
|
|
3219
|
+
g(z.$slots, "footer")
|
|
3220
3220
|
])) : p("", !0)
|
|
3221
3221
|
]),
|
|
3222
3222
|
_: 3
|
|
3223
3223
|
}, 40, ["class", "style", "target", "to", "href", "data-ulu-proxy-click-init"]));
|
|
3224
3224
|
}
|
|
3225
|
-
},
|
|
3225
|
+
}, hh = {
|
|
3226
3226
|
__name: "UluDefinitionList",
|
|
3227
3227
|
props: {
|
|
3228
3228
|
/**
|
|
@@ -3279,7 +3279,7 @@ const uh = /* @__PURE__ */ j(Hl, [["render", Nl]]), Dl = { class: "card__body" }
|
|
|
3279
3279
|
"separated-first": s.separatedFirst,
|
|
3280
3280
|
"separated-last": s.separatedLast,
|
|
3281
3281
|
compact: s.compact
|
|
3282
|
-
})), { resolvedModifiers: n } =
|
|
3282
|
+
})), { resolvedModifiers: n } = he({
|
|
3283
3283
|
props: s,
|
|
3284
3284
|
internal: t,
|
|
3285
3285
|
baseClass: "definition-list"
|
|
@@ -3314,7 +3314,7 @@ const uh = /* @__PURE__ */ j(Hl, [["render", Nl]]), Dl = { class: "card__body" }
|
|
|
3314
3314
|
], 2))), 128))
|
|
3315
3315
|
], 2));
|
|
3316
3316
|
}
|
|
3317
|
-
},
|
|
3317
|
+
}, Jl = ["href", "target"], Zl = { class: "external-link__text" }, mh = {
|
|
3318
3318
|
__name: "UluExternalLink",
|
|
3319
3319
|
props: {
|
|
3320
3320
|
/**
|
|
@@ -3343,7 +3343,7 @@ const uh = /* @__PURE__ */ j(Hl, [["render", Nl]]), Dl = { class: "card__body" }
|
|
|
3343
3343
|
href: e.href,
|
|
3344
3344
|
target: e.target
|
|
3345
3345
|
}, [
|
|
3346
|
-
h("span",
|
|
3346
|
+
h("span", Zl, [
|
|
3347
3347
|
g(s.$slots, "default", {}, () => [
|
|
3348
3348
|
C(w(e.text), 1)
|
|
3349
3349
|
])
|
|
@@ -3352,9 +3352,9 @@ const uh = /* @__PURE__ */ j(Hl, [["render", Nl]]), Dl = { class: "card__body" }
|
|
|
3352
3352
|
class: "external-link__icon margin-left-small-x display-inline",
|
|
3353
3353
|
icon: e.icon || "type:externalLink"
|
|
3354
3354
|
}, null, 8, ["icon"])
|
|
3355
|
-
], 8,
|
|
3355
|
+
], 8, Jl));
|
|
3356
3356
|
}
|
|
3357
|
-
},
|
|
3357
|
+
}, gh = {
|
|
3358
3358
|
__name: "UluList",
|
|
3359
3359
|
props: {
|
|
3360
3360
|
/**
|
|
@@ -3405,7 +3405,7 @@ const uh = /* @__PURE__ */ j(Hl, [["render", Nl]]), Dl = { class: "card__body" }
|
|
|
3405
3405
|
},
|
|
3406
3406
|
setup(e) {
|
|
3407
3407
|
const s = e, t = _(() => s.ordered || s.forceOrdered ? "ol" : "ul");
|
|
3408
|
-
return (n, o) => (u(), S(
|
|
3408
|
+
return (n, o) => (u(), S(P(t.value), {
|
|
3409
3409
|
class: m([
|
|
3410
3410
|
{
|
|
3411
3411
|
"list-ordered": e.ordered,
|
|
@@ -3437,13 +3437,13 @@ const uh = /* @__PURE__ */ j(Hl, [["render", Nl]]), Dl = { class: "card__body" }
|
|
|
3437
3437
|
_: 3
|
|
3438
3438
|
}, 8, ["class", "style", "reversed", "start"]));
|
|
3439
3439
|
}
|
|
3440
|
-
},
|
|
3441
|
-
function
|
|
3442
|
-
return u(), f("main",
|
|
3440
|
+
}, Ql = {}, er = { id: "main-content" };
|
|
3441
|
+
function tr(e, s) {
|
|
3442
|
+
return u(), f("main", er, [
|
|
3443
3443
|
g(e.$slots, "default")
|
|
3444
3444
|
]);
|
|
3445
3445
|
}
|
|
3446
|
-
const
|
|
3446
|
+
const vh = /* @__PURE__ */ j(Ql, [["render", tr]]), sr = { class: "spoke-spinner__spinner" }, yh = {
|
|
3447
3447
|
__name: "UluSpokeSpinner",
|
|
3448
3448
|
props: {
|
|
3449
3449
|
/**
|
|
@@ -3455,12 +3455,12 @@ const gh = /* @__PURE__ */ j(Zl, [["render", er]]), tr = { class: "spoke-spinner
|
|
|
3455
3455
|
return (s, t) => (u(), f("div", {
|
|
3456
3456
|
class: m(["spoke-spinner", { [`spoke-spinner--${e.type}`]: e.type }])
|
|
3457
3457
|
}, [
|
|
3458
|
-
h("div",
|
|
3458
|
+
h("div", sr, [
|
|
3459
3459
|
(u(), f(U, null, E(12, (n) => h("div", { key: n })), 64))
|
|
3460
3460
|
])
|
|
3461
3461
|
], 2));
|
|
3462
3462
|
}
|
|
3463
|
-
},
|
|
3463
|
+
}, nr = ["role", "aria-labelledby"], or = ["id"], lr = { class: "menu-stack__list" }, rr = { class: "menu-stack__selectable" }, ir = ["type", "id", "name", "value", "checked", "onChange"], ar = ["for"], un = {
|
|
3464
3464
|
__name: "UluSelectableMenu",
|
|
3465
3465
|
props: {
|
|
3466
3466
|
/**
|
|
@@ -3514,13 +3514,13 @@ const gh = /* @__PURE__ */ j(Zl, [["render", er]]), tr = { class: "spoke-spinner
|
|
|
3514
3514
|
key: 0,
|
|
3515
3515
|
id: l.value,
|
|
3516
3516
|
class: "hidden-visually"
|
|
3517
|
-
}, w(e.legend), 9,
|
|
3518
|
-
h("ul",
|
|
3517
|
+
}, w(e.legend), 9, or)) : p("", !0),
|
|
3518
|
+
h("ul", lr, [
|
|
3519
3519
|
(u(!0), f(U, null, E(e.options, (y) => (u(), f("li", {
|
|
3520
3520
|
class: "menu-stack__item",
|
|
3521
3521
|
key: y.uid
|
|
3522
3522
|
}, [
|
|
3523
|
-
h("div",
|
|
3523
|
+
h("div", rr, [
|
|
3524
3524
|
h("input", {
|
|
3525
3525
|
type: e.type,
|
|
3526
3526
|
id: i(y),
|
|
@@ -3528,20 +3528,20 @@ const gh = /* @__PURE__ */ j(Zl, [["render", er]]), tr = { class: "spoke-spinner
|
|
|
3528
3528
|
value: y.uid,
|
|
3529
3529
|
checked: c(y),
|
|
3530
3530
|
onChange: (b) => a(y, b)
|
|
3531
|
-
}, null, 40,
|
|
3531
|
+
}, null, 40, ir),
|
|
3532
3532
|
h("label", {
|
|
3533
3533
|
for: i(y)
|
|
3534
3534
|
}, [
|
|
3535
3535
|
g(d.$slots, "default", { option: y }, () => [
|
|
3536
3536
|
C(w(y?.label || y?.title || y?.text), 1)
|
|
3537
3537
|
])
|
|
3538
|
-
], 8,
|
|
3538
|
+
], 8, ar)
|
|
3539
3539
|
])
|
|
3540
3540
|
]))), 128))
|
|
3541
3541
|
])
|
|
3542
|
-
], 10,
|
|
3542
|
+
], 10, nr));
|
|
3543
3543
|
}
|
|
3544
|
-
},
|
|
3544
|
+
}, cr = ["href", "download"], ur = { class: "margin-left-small-x" }, ph = {
|
|
3545
3545
|
__name: "UluFileDisplay",
|
|
3546
3546
|
props: {
|
|
3547
3547
|
/**
|
|
@@ -3581,7 +3581,7 @@ const gh = /* @__PURE__ */ j(Zl, [["render", er]]), tr = { class: "spoke-spinner
|
|
|
3581
3581
|
class: "ui-icon",
|
|
3582
3582
|
icon: e.icon
|
|
3583
3583
|
}, null, 8, ["icon"]),
|
|
3584
|
-
h("span",
|
|
3584
|
+
h("span", ur, [
|
|
3585
3585
|
C(w(e.file.name) + " ", 1),
|
|
3586
3586
|
e.noFileSize ? p("", !0) : (u(), S(on, {
|
|
3587
3587
|
key: 0,
|
|
@@ -3591,9 +3591,9 @@ const gh = /* @__PURE__ */ j(Zl, [["render", er]]), tr = { class: "spoke-spinner
|
|
|
3591
3591
|
}, null, 8, ["text"]))
|
|
3592
3592
|
])
|
|
3593
3593
|
])
|
|
3594
|
-
], 8,
|
|
3594
|
+
], 8, cr));
|
|
3595
3595
|
}
|
|
3596
|
-
},
|
|
3596
|
+
}, dr = { class: "site-form__item site-form__item--file" }, fr = ["for"], hr = ["multiple", "id"], bh = {
|
|
3597
3597
|
__name: "UluFormFile",
|
|
3598
3598
|
props: {
|
|
3599
3599
|
/**
|
|
@@ -3628,7 +3628,7 @@ const gh = /* @__PURE__ */ j(Zl, [["render", er]]), tr = { class: "spoke-spinner
|
|
|
3628
3628
|
})(), n = s, o = t(), l = (r) => {
|
|
3629
3629
|
n("file-change", r.target.files);
|
|
3630
3630
|
};
|
|
3631
|
-
return (r, i) => (u(), f("div",
|
|
3631
|
+
return (r, i) => (u(), f("div", dr, [
|
|
3632
3632
|
h("label", {
|
|
3633
3633
|
class: m({ "hidden-visually": e.labelHidden }),
|
|
3634
3634
|
for: A(o)
|
|
@@ -3636,16 +3636,16 @@ const gh = /* @__PURE__ */ j(Zl, [["render", er]]), tr = { class: "spoke-spinner
|
|
|
3636
3636
|
g(r.$slots, "label", {}, () => [
|
|
3637
3637
|
C(w(e.label), 1)
|
|
3638
3638
|
])
|
|
3639
|
-
], 10,
|
|
3639
|
+
], 10, fr),
|
|
3640
3640
|
h("input", Q({
|
|
3641
3641
|
type: "file",
|
|
3642
3642
|
onChange: l,
|
|
3643
3643
|
multiple: e.multiple,
|
|
3644
3644
|
id: A(o)
|
|
3645
|
-
}, e.inputAttrs), null, 16,
|
|
3645
|
+
}, e.inputAttrs), null, 16, hr)
|
|
3646
3646
|
]));
|
|
3647
3647
|
}
|
|
3648
|
-
},
|
|
3648
|
+
}, _h = {
|
|
3649
3649
|
__name: "UluFormMessage",
|
|
3650
3650
|
props: {
|
|
3651
3651
|
/**
|
|
@@ -3671,7 +3671,7 @@ const gh = /* @__PURE__ */ j(Zl, [["render", er]]), tr = { class: "spoke-spinner
|
|
|
3671
3671
|
g(s.$slots, "default")
|
|
3672
3672
|
], 2));
|
|
3673
3673
|
}
|
|
3674
|
-
},
|
|
3674
|
+
}, mr = { class: "site-form__item site-form__item--select" }, gr = ["for"], vr = ["id", "value"], yr = ["value"], wh = {
|
|
3675
3675
|
__name: "UluFormSelect",
|
|
3676
3676
|
props: {
|
|
3677
3677
|
/**
|
|
@@ -3697,7 +3697,7 @@ const gh = /* @__PURE__ */ j(Zl, [["render", er]]), tr = { class: "spoke-spinner
|
|
|
3697
3697
|
let n = 0;
|
|
3698
3698
|
return () => `select-id-${++n}`;
|
|
3699
3699
|
})())();
|
|
3700
|
-
return (n, o) => (u(), f("div",
|
|
3700
|
+
return (n, o) => (u(), f("div", mr, [
|
|
3701
3701
|
h("label", {
|
|
3702
3702
|
class: m({ "hidden-visually": e.labelHidden }),
|
|
3703
3703
|
for: A(t)
|
|
@@ -3705,7 +3705,7 @@ const gh = /* @__PURE__ */ j(Zl, [["render", er]]), tr = { class: "spoke-spinner
|
|
|
3705
3705
|
g(n.$slots, "default", {}, () => [
|
|
3706
3706
|
C(w(e.label), 1)
|
|
3707
3707
|
])
|
|
3708
|
-
], 10,
|
|
3708
|
+
], 10, gr),
|
|
3709
3709
|
h("select", {
|
|
3710
3710
|
id: A(t),
|
|
3711
3711
|
value: e.modelValue,
|
|
@@ -3718,11 +3718,11 @@ const gh = /* @__PURE__ */ j(Zl, [["render", er]]), tr = { class: "spoke-spinner
|
|
|
3718
3718
|
(u(!0), f(U, null, E(e.options, (l, r) => (u(), f("option", {
|
|
3719
3719
|
key: r,
|
|
3720
3720
|
value: l.value
|
|
3721
|
-
}, w(l.text), 9,
|
|
3722
|
-
], 40,
|
|
3721
|
+
}, w(l.text), 9, yr))), 128))
|
|
3722
|
+
], 40, vr)
|
|
3723
3723
|
]));
|
|
3724
3724
|
}
|
|
3725
|
-
},
|
|
3725
|
+
}, pr = { class: "site-form__item site-form__item--text" }, br = ["for"], _r = ["value", "id"], Sh = {
|
|
3726
3726
|
__name: "UluFormText",
|
|
3727
3727
|
props: {
|
|
3728
3728
|
/**
|
|
@@ -3744,7 +3744,7 @@ const gh = /* @__PURE__ */ j(Zl, [["render", er]]), tr = { class: "spoke-spinner
|
|
|
3744
3744
|
let n = 0;
|
|
3745
3745
|
return () => `text-input-id-${++n}`;
|
|
3746
3746
|
})())();
|
|
3747
|
-
return (n, o) => (u(), f("div",
|
|
3747
|
+
return (n, o) => (u(), f("div", pr, [
|
|
3748
3748
|
h("label", {
|
|
3749
3749
|
class: m({ "hidden-visually": e.labelHidden }),
|
|
3750
3750
|
for: A(t)
|
|
@@ -3752,19 +3752,19 @@ const gh = /* @__PURE__ */ j(Zl, [["render", er]]), tr = { class: "spoke-spinner
|
|
|
3752
3752
|
g(n.$slots, "default", {}, () => [
|
|
3753
3753
|
C(w(e.label), 1)
|
|
3754
3754
|
])
|
|
3755
|
-
], 10,
|
|
3755
|
+
], 10, br),
|
|
3756
3756
|
h("input", {
|
|
3757
3757
|
type: "text",
|
|
3758
3758
|
value: e.modelValue,
|
|
3759
3759
|
onInput: o[0] || (o[0] = (l) => n.$emit("update:modelValue", l.target.value)),
|
|
3760
3760
|
id: A(t)
|
|
3761
|
-
}, null, 40,
|
|
3761
|
+
}, null, 40, _r)
|
|
3762
3762
|
]));
|
|
3763
3763
|
}
|
|
3764
|
-
},
|
|
3764
|
+
}, wr = { class: "form-theme search-form type-small" }, Sr = { class: "search-form__field" }, kr = ["placeholder"], $r = {
|
|
3765
3765
|
class: "search-form__submit button button--primary",
|
|
3766
3766
|
"aria-label": "Submit Search"
|
|
3767
|
-
},
|
|
3767
|
+
}, kh = {
|
|
3768
3768
|
__name: "UluSearchForm",
|
|
3769
3769
|
props: {
|
|
3770
3770
|
/**
|
|
@@ -3776,43 +3776,43 @@ const gh = /* @__PURE__ */ j(Zl, [["render", er]]), tr = { class: "spoke-spinner
|
|
|
3776
3776
|
}
|
|
3777
3777
|
},
|
|
3778
3778
|
setup(e) {
|
|
3779
|
-
return (s, t) => (u(), f("div",
|
|
3780
|
-
h("div",
|
|
3779
|
+
return (s, t) => (u(), f("div", wr, [
|
|
3780
|
+
h("div", Sr, [
|
|
3781
3781
|
t[0] || (t[0] = h("label", { class: "hidden-visually" }, "Search", -1)),
|
|
3782
3782
|
h("input", {
|
|
3783
3783
|
class: "search-form__input",
|
|
3784
3784
|
type: "text",
|
|
3785
3785
|
id: "example-input",
|
|
3786
3786
|
placeholder: e.placeholder
|
|
3787
|
-
}, null, 8,
|
|
3787
|
+
}, null, 8, kr)
|
|
3788
3788
|
]),
|
|
3789
|
-
h("button",
|
|
3789
|
+
h("button", $r, [
|
|
3790
3790
|
O(D, { icon: "type:search" })
|
|
3791
3791
|
])
|
|
3792
3792
|
]));
|
|
3793
3793
|
}
|
|
3794
|
-
},
|
|
3794
|
+
}, $h = {
|
|
3795
3795
|
__name: "UluAdaptiveLayout",
|
|
3796
3796
|
setup(e) {
|
|
3797
3797
|
const s = Te("uluIsMobile");
|
|
3798
3798
|
return (t, n) => !A(s) || !t.$slots.mobile ? g(t.$slots, "default", { key: 0 }) : g(t.$slots, "mobile", { key: 1 });
|
|
3799
3799
|
}
|
|
3800
|
-
},
|
|
3800
|
+
}, Cr = {
|
|
3801
3801
|
name: "UluDataGrid",
|
|
3802
3802
|
async mounted() {
|
|
3803
|
-
const e = () =>
|
|
3803
|
+
const e = () => lo(this.$el);
|
|
3804
3804
|
e(), this.resizeHandler = Xt(e, 200, !1, this), window.addEventListener("resize", this.resizeHandler);
|
|
3805
3805
|
},
|
|
3806
3806
|
beforeUnmount() {
|
|
3807
3807
|
this.resizeHandler && window.removeEventListener("resize", this.resizeHandler);
|
|
3808
3808
|
}
|
|
3809
3809
|
};
|
|
3810
|
-
function
|
|
3810
|
+
function Tr(e, s, t, n, o, l) {
|
|
3811
3811
|
return u(), f("div", null, [
|
|
3812
3812
|
g(e.$slots, "default")
|
|
3813
3813
|
]);
|
|
3814
3814
|
}
|
|
3815
|
-
const
|
|
3815
|
+
const Ch = /* @__PURE__ */ j(Cr, [["render", Tr]]), Ar = {
|
|
3816
3816
|
name: "UluTitleRail",
|
|
3817
3817
|
components: {
|
|
3818
3818
|
UluIcon: D
|
|
@@ -3855,11 +3855,11 @@ const $h = /* @__PURE__ */ j($r, [["render", Cr]]), Tr = {
|
|
|
3855
3855
|
*/
|
|
3856
3856
|
rule: Boolean
|
|
3857
3857
|
}
|
|
3858
|
-
},
|
|
3858
|
+
}, Or = {
|
|
3859
3859
|
key: 0,
|
|
3860
3860
|
class: "rail__item rail__item--pull"
|
|
3861
3861
|
};
|
|
3862
|
-
function
|
|
3862
|
+
function xr(e, s, t, n, o, l) {
|
|
3863
3863
|
const r = K("UluIcon");
|
|
3864
3864
|
return u(), f("div", {
|
|
3865
3865
|
class: m(["rail rail--title-rail", {
|
|
@@ -3869,7 +3869,7 @@ function Or(e, s, t, n, o, l) {
|
|
|
3869
3869
|
h("div", {
|
|
3870
3870
|
class: m(["rail__item rail__item--title", t.classes.itemTitle])
|
|
3871
3871
|
}, [
|
|
3872
|
-
(u(), S(
|
|
3872
|
+
(u(), S(P(t.titleElement), {
|
|
3873
3873
|
class: m(["layout-flex type-max-width-small no-margin", t.classes.title]),
|
|
3874
3874
|
style: q({ alignItems: t.iconAlign })
|
|
3875
3875
|
}, {
|
|
@@ -3886,12 +3886,12 @@ function Or(e, s, t, n, o, l) {
|
|
|
3886
3886
|
_: 3
|
|
3887
3887
|
}, 8, ["class", "style"]))
|
|
3888
3888
|
], 2),
|
|
3889
|
-
e.$slots.end ? (u(), f("div",
|
|
3889
|
+
e.$slots.end ? (u(), f("div", Or, [
|
|
3890
3890
|
g(e.$slots, "end")
|
|
3891
3891
|
])) : p("", !0)
|
|
3892
3892
|
], 2);
|
|
3893
3893
|
}
|
|
3894
|
-
const
|
|
3894
|
+
const Th = /* @__PURE__ */ j(Ar, [["render", xr]]), Ur = {
|
|
3895
3895
|
name: "UluBreadcrumb",
|
|
3896
3896
|
components: {
|
|
3897
3897
|
UluIcon: D
|
|
@@ -3926,7 +3926,7 @@ const Ch = /* @__PURE__ */ j(Tr, [["render", Or]]), xr = {
|
|
|
3926
3926
|
}
|
|
3927
3927
|
}
|
|
3928
3928
|
};
|
|
3929
|
-
function
|
|
3929
|
+
function Er(e, s, t, n, o, l) {
|
|
3930
3930
|
const r = K("router-link"), i = K("UluIcon");
|
|
3931
3931
|
return t.items.length ? (u(), f("nav", {
|
|
3932
3932
|
key: 0,
|
|
@@ -3970,7 +3970,7 @@ function Ur(e, s, t, n, o, l) {
|
|
|
3970
3970
|
], 2)
|
|
3971
3971
|
], 2)) : p("", !0);
|
|
3972
3972
|
}
|
|
3973
|
-
const
|
|
3973
|
+
const Ah = /* @__PURE__ */ j(Ur, [["render", Er]]), Br = {
|
|
3974
3974
|
name: "UluNavStrip",
|
|
3975
3975
|
components: {
|
|
3976
3976
|
UluMenu: ln
|
|
@@ -3994,7 +3994,7 @@ const Th = /* @__PURE__ */ j(xr, [["render", Ur]]), Er = {
|
|
|
3994
3994
|
rule: Boolean
|
|
3995
3995
|
}
|
|
3996
3996
|
};
|
|
3997
|
-
function
|
|
3997
|
+
function Rr(e, s, t, n, o, l) {
|
|
3998
3998
|
const r = K("UluMenu");
|
|
3999
3999
|
return u(), f("nav", {
|
|
4000
4000
|
class: m(["nav-strip", {
|
|
@@ -4014,27 +4014,27 @@ function Br(e, s, t, n, o, l) {
|
|
|
4014
4014
|
}, null, 8, ["items"])
|
|
4015
4015
|
], 2);
|
|
4016
4016
|
}
|
|
4017
|
-
const
|
|
4017
|
+
const Oh = /* @__PURE__ */ j(Br, [["render", Rr]]), jr = { class: "pager__items js-pager__items" }, Ir = {
|
|
4018
4018
|
key: 0,
|
|
4019
4019
|
class: "pager__item pager__item--first"
|
|
4020
|
-
},
|
|
4020
|
+
}, Mr = {
|
|
4021
4021
|
key: 1,
|
|
4022
4022
|
class: "pager__item pager__item--previous"
|
|
4023
|
-
},
|
|
4023
|
+
}, Pr = {
|
|
4024
4024
|
key: 2,
|
|
4025
4025
|
class: "pager__item pager__item--ellipsis",
|
|
4026
4026
|
role: "presentation"
|
|
4027
|
-
}, zr = { class: "hidden-visually" },
|
|
4027
|
+
}, zr = { class: "hidden-visually" }, Fr = {
|
|
4028
4028
|
key: 3,
|
|
4029
4029
|
class: "pager__item pager__item--ellipsis",
|
|
4030
4030
|
role: "presentation"
|
|
4031
|
-
},
|
|
4031
|
+
}, Lr = {
|
|
4032
4032
|
key: 4,
|
|
4033
4033
|
class: "pager__item pager__item--next"
|
|
4034
|
-
},
|
|
4034
|
+
}, Vr = {
|
|
4035
4035
|
key: 5,
|
|
4036
4036
|
class: "pager__item pager__item--last"
|
|
4037
|
-
},
|
|
4037
|
+
}, xh = {
|
|
4038
4038
|
__name: "UluPager",
|
|
4039
4039
|
props: {
|
|
4040
4040
|
/**
|
|
@@ -4080,7 +4080,7 @@ const Ah = /* @__PURE__ */ j(Er, [["render", Br]]), Rr = { class: "pager__items
|
|
|
4080
4080
|
role: "navigation",
|
|
4081
4081
|
"aria-labelledby": n
|
|
4082
4082
|
}, [
|
|
4083
|
-
(u(), S(
|
|
4083
|
+
(u(), S(P(e.titleElement), {
|
|
4084
4084
|
id: n,
|
|
4085
4085
|
class: "hidden-visually"
|
|
4086
4086
|
}, {
|
|
@@ -4089,8 +4089,8 @@ const Ah = /* @__PURE__ */ j(Er, [["render", Br]]), Rr = { class: "pager__items
|
|
|
4089
4089
|
])]),
|
|
4090
4090
|
_: 1
|
|
4091
4091
|
})),
|
|
4092
|
-
h("ul",
|
|
4093
|
-
e.items.first ? (u(), f("li",
|
|
4092
|
+
h("ul", jr, [
|
|
4093
|
+
e.items.first ? (u(), f("li", Ir, [
|
|
4094
4094
|
O(i, Q({
|
|
4095
4095
|
to: e.items.first.href,
|
|
4096
4096
|
title: "Go to first page"
|
|
@@ -4105,7 +4105,7 @@ const Ah = /* @__PURE__ */ j(Er, [["render", Br]]), Rr = { class: "pager__items
|
|
|
4105
4105
|
_: 1
|
|
4106
4106
|
}, 16, ["to"])
|
|
4107
4107
|
])) : p("", !0),
|
|
4108
|
-
e.items.previous ? (u(), f("li",
|
|
4108
|
+
e.items.previous ? (u(), f("li", Mr, [
|
|
4109
4109
|
O(i, Q({
|
|
4110
4110
|
to: e.items.previous.href,
|
|
4111
4111
|
title: "Go to previous page",
|
|
@@ -4121,7 +4121,7 @@ const Ah = /* @__PURE__ */ j(Er, [["render", Br]]), Rr = { class: "pager__items
|
|
|
4121
4121
|
_: 1
|
|
4122
4122
|
}, 16, ["to"])
|
|
4123
4123
|
])) : p("", !0),
|
|
4124
|
-
e.ellipses.previous ? (u(), f("li",
|
|
4124
|
+
e.ellipses.previous ? (u(), f("li", Pr, "…")) : p("", !0),
|
|
4125
4125
|
(u(!0), f(U, null, E(e.items.pages, (c, a) => (u(), f("li", {
|
|
4126
4126
|
key: a,
|
|
4127
4127
|
class: m(["pager__item", { "is-active": e.current == a }])
|
|
@@ -4137,8 +4137,8 @@ const Ah = /* @__PURE__ */ j(Er, [["render", Br]]), Rr = { class: "pager__items
|
|
|
4137
4137
|
_: 2
|
|
4138
4138
|
}, 1040, ["to", "title"])
|
|
4139
4139
|
], 2))), 128)),
|
|
4140
|
-
e.ellipses.next ? (u(), f("li",
|
|
4141
|
-
e.items.next ? (u(), f("li",
|
|
4140
|
+
e.ellipses.next ? (u(), f("li", Fr, "…")) : p("", !0),
|
|
4141
|
+
e.items.next ? (u(), f("li", Lr, [
|
|
4142
4142
|
O(i, Q({
|
|
4143
4143
|
to: e.items.next.href,
|
|
4144
4144
|
title: "Go to next page",
|
|
@@ -4154,7 +4154,7 @@ const Ah = /* @__PURE__ */ j(Er, [["render", Br]]), Rr = { class: "pager__items
|
|
|
4154
4154
|
_: 1
|
|
4155
4155
|
}, 16, ["to"])
|
|
4156
4156
|
])) : p("", !0),
|
|
4157
|
-
e.items.last ? (u(), f("li",
|
|
4157
|
+
e.items.last ? (u(), f("li", Vr, [
|
|
4158
4158
|
O(i, Q({
|
|
4159
4159
|
to: e.items.last.href,
|
|
4160
4160
|
title: "Go to last page"
|
|
@@ -4173,14 +4173,14 @@ const Ah = /* @__PURE__ */ j(Er, [["render", Br]]), Rr = { class: "pager__items
|
|
|
4173
4173
|
])) : p("", !0);
|
|
4174
4174
|
};
|
|
4175
4175
|
}
|
|
4176
|
-
},
|
|
4176
|
+
}, Hr = {}, Nr = {
|
|
4177
4177
|
class: "site-skip-link hidden-visually-focusable",
|
|
4178
4178
|
href: "#main-content"
|
|
4179
4179
|
};
|
|
4180
|
-
function
|
|
4181
|
-
return u(), f("a",
|
|
4180
|
+
function Dr(e, s) {
|
|
4181
|
+
return u(), f("a", Nr, " Skip to main content ");
|
|
4182
4182
|
}
|
|
4183
|
-
const
|
|
4183
|
+
const Uh = /* @__PURE__ */ j(Hr, [["render", Dr]]), Wr = {
|
|
4184
4184
|
name: "UluConditionalText",
|
|
4185
4185
|
props: {
|
|
4186
4186
|
/**
|
|
@@ -4196,15 +4196,15 @@ const xh = /* @__PURE__ */ j(Vr, [["render", Nr]]), Dr = {
|
|
|
4196
4196
|
}
|
|
4197
4197
|
}
|
|
4198
4198
|
};
|
|
4199
|
-
function
|
|
4200
|
-
return t.text != null ? (u(), S(
|
|
4199
|
+
function Xr(e, s, t, n, o, l) {
|
|
4200
|
+
return t.text != null ? (u(), S(P(t.element), { key: 0 }, {
|
|
4201
4201
|
default: k(() => [
|
|
4202
4202
|
C(w(t.text), 1)
|
|
4203
4203
|
]),
|
|
4204
4204
|
_: 1
|
|
4205
4205
|
})) : p("", !0);
|
|
4206
4206
|
}
|
|
4207
|
-
const
|
|
4207
|
+
const Eh = /* @__PURE__ */ j(Wr, [["render", Xr]]), qr = {
|
|
4208
4208
|
__name: "UluConditionalWrapper",
|
|
4209
4209
|
props: {
|
|
4210
4210
|
/**
|
|
@@ -4227,23 +4227,23 @@ const Uh = /* @__PURE__ */ j(Dr, [["render", Wr]]), Xr = {
|
|
|
4227
4227
|
}
|
|
4228
4228
|
},
|
|
4229
4229
|
setup(e) {
|
|
4230
|
-
return (s, t) => e.unwrapped ? g(s.$slots, "default", { key: 1 }) : (u(), S(
|
|
4230
|
+
return (s, t) => e.unwrapped ? g(s.$slots, "default", { key: 1 }) : (u(), S(P(e.is), { key: 0 }, {
|
|
4231
4231
|
default: k(() => [
|
|
4232
4232
|
g(s.$slots, "default")
|
|
4233
4233
|
]),
|
|
4234
4234
|
_: 3
|
|
4235
4235
|
}));
|
|
4236
4236
|
}
|
|
4237
|
-
},
|
|
4238
|
-
function
|
|
4239
|
-
return u(), f("span",
|
|
4237
|
+
}, Gr = {}, Yr = { style: { display: "none" } };
|
|
4238
|
+
function Kr(e, s) {
|
|
4239
|
+
return u(), f("span", Yr);
|
|
4240
4240
|
}
|
|
4241
|
-
const
|
|
4242
|
-
function
|
|
4241
|
+
const Bh = /* @__PURE__ */ j(Gr, [["render", Kr]]), Jr = {};
|
|
4242
|
+
function Zr(e, s) {
|
|
4243
4243
|
const t = K("router-view");
|
|
4244
4244
|
return u(), S(t);
|
|
4245
4245
|
}
|
|
4246
|
-
const
|
|
4246
|
+
const Rh = /* @__PURE__ */ j(Jr, [["render", Zr]]), Qr = {
|
|
4247
4247
|
name: "UluPlaceholderImage",
|
|
4248
4248
|
props: {
|
|
4249
4249
|
imageId: String,
|
|
@@ -4283,14 +4283,14 @@ const Bh = /* @__PURE__ */ j(Kr, [["render", Jr]]), Zr = {
|
|
|
4283
4283
|
} : { width: s, height: t };
|
|
4284
4284
|
}
|
|
4285
4285
|
}
|
|
4286
|
-
},
|
|
4287
|
-
function
|
|
4286
|
+
}, ei = ["src", "alt"];
|
|
4287
|
+
function ti(e, s, t, n, o, l) {
|
|
4288
4288
|
return u(), f("img", {
|
|
4289
4289
|
src: l.src,
|
|
4290
4290
|
alt: t.alt
|
|
4291
|
-
}, null, 8,
|
|
4291
|
+
}, null, 8, ei);
|
|
4292
4292
|
}
|
|
4293
|
-
const
|
|
4293
|
+
const jh = /* @__PURE__ */ j(Qr, [["render", ti]]), si = {
|
|
4294
4294
|
name: "PlaceholderText",
|
|
4295
4295
|
props: {
|
|
4296
4296
|
amount: {
|
|
@@ -4303,15 +4303,15 @@ const Rh = /* @__PURE__ */ j(Zr, [["render", ei]]), ti = {
|
|
|
4303
4303
|
}
|
|
4304
4304
|
}
|
|
4305
4305
|
};
|
|
4306
|
-
function
|
|
4307
|
-
return u(!0), f(U, null, E(parseInt(t.amount), (r) => (u(), S(
|
|
4306
|
+
function ni(e, s, t, n, o, l) {
|
|
4307
|
+
return u(!0), f(U, null, E(parseInt(t.amount), (r) => (u(), S(P(t.element), { key: r }, {
|
|
4308
4308
|
default: k(() => [...s[0] || (s[0] = [
|
|
4309
4309
|
C(" 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)
|
|
4310
4310
|
])]),
|
|
4311
4311
|
_: 2
|
|
4312
4312
|
}, 1024))), 128);
|
|
4313
4313
|
}
|
|
4314
|
-
const
|
|
4314
|
+
const Ih = /* @__PURE__ */ j(si, [["render", ni]]), oi = {
|
|
4315
4315
|
name: "RouteAnnouncer",
|
|
4316
4316
|
props: {
|
|
4317
4317
|
/**
|
|
@@ -4356,7 +4356,7 @@ const jh = /* @__PURE__ */ j(ti, [["render", si]]), ni = {
|
|
|
4356
4356
|
}
|
|
4357
4357
|
}
|
|
4358
4358
|
};
|
|
4359
|
-
function
|
|
4359
|
+
function li(e, s, t, n, o, l) {
|
|
4360
4360
|
return l.title ? (u(), f("p", {
|
|
4361
4361
|
key: 0,
|
|
4362
4362
|
tabindex: "-1",
|
|
@@ -4364,7 +4364,7 @@ function oi(e, s, t, n, o, l) {
|
|
|
4364
4364
|
ref: "el"
|
|
4365
4365
|
}, w(l.title), 513)) : p("", !0);
|
|
4366
4366
|
}
|
|
4367
|
-
const
|
|
4367
|
+
const Mh = /* @__PURE__ */ j(oi, [["render", li]]), Ph = {
|
|
4368
4368
|
__name: "UluSanityRichText",
|
|
4369
4369
|
props: {
|
|
4370
4370
|
/**
|
|
@@ -4388,13 +4388,13 @@ const Ih = /* @__PURE__ */ j(ni, [["render", oi]]), Mh = {
|
|
|
4388
4388
|
})
|
|
4389
4389
|
}
|
|
4390
4390
|
};
|
|
4391
|
-
return (t, n) => e.content?.length ? (u(), S(
|
|
4391
|
+
return (t, n) => e.content?.length ? (u(), S(qr, {
|
|
4392
4392
|
key: 0,
|
|
4393
4393
|
class: "wysiwyg",
|
|
4394
4394
|
unwrapped: e.noWrapper
|
|
4395
4395
|
}, {
|
|
4396
4396
|
default: k(() => [
|
|
4397
|
-
O(A(
|
|
4397
|
+
O(A(ro), {
|
|
4398
4398
|
value: e.content,
|
|
4399
4399
|
components: s
|
|
4400
4400
|
}, null, 8, ["value"])
|
|
@@ -4402,7 +4402,7 @@ const Ih = /* @__PURE__ */ j(ni, [["render", oi]]), Mh = {
|
|
|
4402
4402
|
_: 1
|
|
4403
4403
|
}, 8, ["unwrapped"])) : p("", !0);
|
|
4404
4404
|
}
|
|
4405
|
-
},
|
|
4405
|
+
}, ri = {
|
|
4406
4406
|
name: "AnimateNumber",
|
|
4407
4407
|
props: {
|
|
4408
4408
|
/**
|
|
@@ -4412,7 +4412,7 @@ const Ih = /* @__PURE__ */ j(ni, [["render", oi]]), Mh = {
|
|
|
4412
4412
|
},
|
|
4413
4413
|
watch: {
|
|
4414
4414
|
value() {
|
|
4415
|
-
|
|
4415
|
+
io.to(this, {
|
|
4416
4416
|
tweenValue: this.value,
|
|
4417
4417
|
onUpdate: () => {
|
|
4418
4418
|
this.currentValue = Math.ceil(this.tweenValue);
|
|
@@ -4427,29 +4427,29 @@ const Ih = /* @__PURE__ */ j(ni, [["render", oi]]), Mh = {
|
|
|
4427
4427
|
};
|
|
4428
4428
|
}
|
|
4429
4429
|
};
|
|
4430
|
-
function
|
|
4430
|
+
function ii(e, s, t, n, o, l) {
|
|
4431
4431
|
return u(), f("span", null, [
|
|
4432
4432
|
g(e.$slots, "default", { currentValue: o.currentValue }, () => [
|
|
4433
4433
|
C(w(o.currentValue), 1)
|
|
4434
4434
|
])
|
|
4435
4435
|
]);
|
|
4436
4436
|
}
|
|
4437
|
-
const zh = /* @__PURE__ */ j(
|
|
4437
|
+
const zh = /* @__PURE__ */ j(ri, [["render", ii]]), ai = {
|
|
4438
4438
|
key: 0,
|
|
4439
4439
|
class: "progress-bar__header"
|
|
4440
|
-
},
|
|
4440
|
+
}, ci = {
|
|
4441
4441
|
key: 1,
|
|
4442
4442
|
class: "progress-bar__value progress-bar__value--amount"
|
|
4443
|
-
},
|
|
4443
|
+
}, ui = {
|
|
4444
4444
|
key: 2,
|
|
4445
4445
|
class: "progress-bar__icon"
|
|
4446
|
-
},
|
|
4446
|
+
}, di = { class: "progress-bar__track" }, fi = {
|
|
4447
4447
|
key: 1,
|
|
4448
4448
|
class: "progress-bar__values"
|
|
4449
|
-
},
|
|
4449
|
+
}, hi = { class: "progress-bar__value progress-bar__value--amount" }, mi = {
|
|
4450
4450
|
key: 0,
|
|
4451
4451
|
class: "progress-bar__value progress-bar__value--deficit"
|
|
4452
|
-
},
|
|
4452
|
+
}, gi = { class: "progress-bar__value progress-bar__value--total" }, Fh = {
|
|
4453
4453
|
__name: "UluProgressBar",
|
|
4454
4454
|
props: {
|
|
4455
4455
|
/**
|
|
@@ -4546,8 +4546,8 @@ const zh = /* @__PURE__ */ j(li, [["render", ri]]), ii = {
|
|
|
4546
4546
|
return (r, i) => (u(), f("div", {
|
|
4547
4547
|
class: m(l.value)
|
|
4548
4548
|
}, [
|
|
4549
|
-
e.label || r.$slots.label || r.$slots.icon || e.amountInHeader ? (u(), f("div",
|
|
4550
|
-
e.label ? (u(), S(
|
|
4549
|
+
e.label || r.$slots.label || r.$slots.icon || e.amountInHeader ? (u(), f("div", ai, [
|
|
4550
|
+
e.label ? (u(), S(P(e.labelElement), {
|
|
4551
4551
|
key: 0,
|
|
4552
4552
|
class: m(["progress-bar__label", [e.classes.label, { "hidden-visually": e.labelHidden }]])
|
|
4553
4553
|
}, {
|
|
@@ -4558,17 +4558,17 @@ const zh = /* @__PURE__ */ j(li, [["render", ri]]), ii = {
|
|
|
4558
4558
|
]),
|
|
4559
4559
|
_: 3
|
|
4560
4560
|
}, 8, ["class"])) : p("", !0),
|
|
4561
|
-
e.amountInHeader ? (u(), f("div",
|
|
4561
|
+
e.amountInHeader ? (u(), f("div", ci, [
|
|
4562
4562
|
i[0] || (i[0] = h("strong", { class: "hidden-visually" }, "Amount:", -1)),
|
|
4563
4563
|
g(r.$slots, "valueAmount", { value: e.amount }, () => [
|
|
4564
4564
|
C(w(e.formatValue(e.amount, "amount")), 1)
|
|
4565
4565
|
])
|
|
4566
4566
|
])) : p("", !0),
|
|
4567
|
-
r.$slots.icon ? (u(), f("div",
|
|
4567
|
+
r.$slots.icon ? (u(), f("div", ui, [
|
|
4568
4568
|
g(r.$slots, "icon")
|
|
4569
4569
|
])) : p("", !0)
|
|
4570
4570
|
])) : p("", !0),
|
|
4571
|
-
h("div",
|
|
4571
|
+
h("div", di, [
|
|
4572
4572
|
h("div", {
|
|
4573
4573
|
class: "progress-bar__bar",
|
|
4574
4574
|
style: q({ width: n.value })
|
|
@@ -4579,20 +4579,20 @@ const zh = /* @__PURE__ */ j(li, [["render", ri]]), ii = {
|
|
|
4579
4579
|
style: q({ width: o.value })
|
|
4580
4580
|
}, null, 4)) : p("", !0)
|
|
4581
4581
|
]),
|
|
4582
|
-
!e.noValues && !e.amountInHeader && !e.loader && !e.indeterminate ? (u(), f("div",
|
|
4583
|
-
h("div",
|
|
4582
|
+
!e.noValues && !e.amountInHeader && !e.loader && !e.indeterminate ? (u(), f("div", fi, [
|
|
4583
|
+
h("div", hi, [
|
|
4584
4584
|
i[1] || (i[1] = h("strong", { class: "hidden-visually" }, "Amount:", -1)),
|
|
4585
4585
|
g(r.$slots, "valueAmount", { value: e.amount }, () => [
|
|
4586
4586
|
C(w(e.formatValue(e.amount, "amount")), 1)
|
|
4587
4587
|
])
|
|
4588
4588
|
]),
|
|
4589
|
-
e.deficit > 0 ? (u(), f("div",
|
|
4589
|
+
e.deficit > 0 ? (u(), f("div", mi, [
|
|
4590
4590
|
i[2] || (i[2] = h("strong", { class: "hidden-visually" }, "Deficit: ", -1)),
|
|
4591
4591
|
g(r.$slots, "valueDeficit", { value: e.deficit }, () => [
|
|
4592
4592
|
C("-" + w(e.formatValue(e.deficit, "deficit")), 1)
|
|
4593
4593
|
])
|
|
4594
4594
|
])) : p("", !0),
|
|
4595
|
-
h("div",
|
|
4595
|
+
h("div", gi, [
|
|
4596
4596
|
i[3] || (i[3] = h("strong", { class: "hidden-visually" }, "Total:", -1)),
|
|
4597
4597
|
g(r.$slots, "valueTotal", { value: e.total }, () => [
|
|
4598
4598
|
C(w(e.formatValue(e.total, "total")), 1)
|
|
@@ -4601,16 +4601,16 @@ const zh = /* @__PURE__ */ j(li, [["render", ri]]), ii = {
|
|
|
4601
4601
|
])) : p("", !0)
|
|
4602
4602
|
], 2));
|
|
4603
4603
|
}
|
|
4604
|
-
},
|
|
4604
|
+
}, vi = { class: "hidden-visually" }, yi = { class: "progress-circle__chart" }, pi = {
|
|
4605
4605
|
class: "progress-circle__chart-svg",
|
|
4606
4606
|
viewBox: "0 0 32 32"
|
|
4607
|
-
},
|
|
4607
|
+
}, bi = {
|
|
4608
4608
|
key: 0,
|
|
4609
4609
|
class: "progress-circle__chart-value"
|
|
4610
|
-
},
|
|
4610
|
+
}, _i = {
|
|
4611
4611
|
key: 0,
|
|
4612
4612
|
class: "progress-circle__value type-small-x"
|
|
4613
|
-
},
|
|
4613
|
+
}, Lh = {
|
|
4614
4614
|
__name: "UluProgressCircle",
|
|
4615
4615
|
props: {
|
|
4616
4616
|
/**
|
|
@@ -4689,7 +4689,7 @@ const zh = /* @__PURE__ */ j(li, [["render", ri]]), ii = {
|
|
|
4689
4689
|
const a = { strokeDasharray: [`${c} 100`, l.value] };
|
|
4690
4690
|
t.value.animate(a, { duration: s.duration, easing: s.easing, fill: "forwards" });
|
|
4691
4691
|
};
|
|
4692
|
-
|
|
4692
|
+
ye(() => s.percentage, (c, a) => {
|
|
4693
4693
|
c !== a && o(n(a));
|
|
4694
4694
|
});
|
|
4695
4695
|
const l = _(() => `${n(s.percentage)} 100`), r = _(() => s.outside || s.outsideBelow || s.small), i = _(() => {
|
|
@@ -4708,9 +4708,9 @@ const zh = /* @__PURE__ */ j(li, [["render", ri]]), ii = {
|
|
|
4708
4708
|
}), (c, a) => (u(), f("div", {
|
|
4709
4709
|
class: m(i.value)
|
|
4710
4710
|
}, [
|
|
4711
|
-
h("strong",
|
|
4712
|
-
h("div",
|
|
4713
|
-
(u(), f("svg",
|
|
4711
|
+
h("strong", vi, w(e.label), 1),
|
|
4712
|
+
h("div", yi, [
|
|
4713
|
+
(u(), f("svg", pi, [
|
|
4714
4714
|
a[0] || (a[0] = h("circle", {
|
|
4715
4715
|
class: "progress-circle__chart-track",
|
|
4716
4716
|
r: "16",
|
|
@@ -4732,13 +4732,13 @@ const zh = /* @__PURE__ */ j(li, [["render", ri]]), ii = {
|
|
|
4732
4732
|
cy: "16"
|
|
4733
4733
|
}, null, -1))
|
|
4734
4734
|
])),
|
|
4735
|
-
!r.value && !e.noValue ? (u(), f("strong",
|
|
4735
|
+
!r.value && !e.noValue ? (u(), f("strong", bi, [
|
|
4736
4736
|
g(c.$slots, "value", { value: e.percentage }, () => [
|
|
4737
4737
|
C(w(e.formatValue(e.percentage)), 1)
|
|
4738
4738
|
])
|
|
4739
4739
|
])) : p("", !0)
|
|
4740
4740
|
]),
|
|
4741
|
-
r.value && !e.noValue ? (u(), f("strong",
|
|
4741
|
+
r.value && !e.noValue ? (u(), f("strong", _i, [
|
|
4742
4742
|
g(c.$slots, "value", { value: e.percentage }, () => [
|
|
4743
4743
|
C(w(e.formatValue(e.percentage)), 1)
|
|
4744
4744
|
])
|
|
@@ -4746,7 +4746,7 @@ const zh = /* @__PURE__ */ j(li, [["render", ri]]), ii = {
|
|
|
4746
4746
|
], 2));
|
|
4747
4747
|
}
|
|
4748
4748
|
};
|
|
4749
|
-
function
|
|
4749
|
+
function wi(e) {
|
|
4750
4750
|
const s = /* @__PURE__ */ new Set();
|
|
4751
4751
|
for (const t of e)
|
|
4752
4752
|
for (const n of t)
|
|
@@ -4771,11 +4771,11 @@ function nt(e, s, t) {
|
|
|
4771
4771
|
const i = `${o.uid}:${r.uid}`;
|
|
4772
4772
|
return s.get(i) || /* @__PURE__ */ new Set();
|
|
4773
4773
|
});
|
|
4774
|
-
return o.match === "all" ? ut(l) :
|
|
4774
|
+
return o.match === "all" ? ut(l) : wi(l);
|
|
4775
4775
|
});
|
|
4776
4776
|
return ut(n);
|
|
4777
4777
|
}
|
|
4778
|
-
function
|
|
4778
|
+
function Si(e, s) {
|
|
4779
4779
|
return !s || !Array.isArray(s) ? [] : s.map((t) => {
|
|
4780
4780
|
const n = /* @__PURE__ */ new Set(), o = t.getValue || ((i) => i[t.uid]);
|
|
4781
4781
|
e.forEach((i) => {
|
|
@@ -4793,7 +4793,7 @@ function wi(e, s) {
|
|
|
4793
4793
|
};
|
|
4794
4794
|
});
|
|
4795
4795
|
}
|
|
4796
|
-
function
|
|
4796
|
+
function Vh(e, s = {}) {
|
|
4797
4797
|
const {
|
|
4798
4798
|
initialFacets: t,
|
|
4799
4799
|
facetFields: n,
|
|
@@ -4824,7 +4824,7 @@ function Lh(e, s = {}) {
|
|
|
4824
4824
|
selectedCount: 0
|
|
4825
4825
|
}));
|
|
4826
4826
|
}
|
|
4827
|
-
const $ = R([]), B = R(o), G = R(l), te = _(() => !n || !e.value?.length ? null :
|
|
4827
|
+
const $ = R([]), B = R(o), G = R(l), te = _(() => !n || !e.value?.length ? null : Si(e.value, n)), z = _(() => ({
|
|
4828
4828
|
...r ? {} : b,
|
|
4829
4829
|
...i
|
|
4830
4830
|
})), Z = _(() => {
|
|
@@ -4837,7 +4837,7 @@ function Lh(e, s = {}) {
|
|
|
4837
4837
|
for (let M = 0; M < I.length; M++) {
|
|
4838
4838
|
const F = I[M];
|
|
4839
4839
|
for (const Y of n) {
|
|
4840
|
-
const
|
|
4840
|
+
const V = X.get(Y.uid)(F), W = Array.isArray(V) ? V : V ? [V] : [];
|
|
4841
4841
|
for (const oe of W) {
|
|
4842
4842
|
const re = `${Y.uid}:${oe}`;
|
|
4843
4843
|
x.has(re) || x.set(re, /* @__PURE__ */ new Set()), x.get(re).add(M);
|
|
@@ -4849,7 +4849,7 @@ function Lh(e, s = {}) {
|
|
|
4849
4849
|
shouldSort: !0,
|
|
4850
4850
|
keys: ["title", "label", "description", "author"],
|
|
4851
4851
|
...c
|
|
4852
|
-
})), se = _(() => B.value?.length ? new
|
|
4852
|
+
})), se = _(() => B.value?.length ? new ao(e.value, _e.value).search(B.value).map((I) => I.item) : e.value), ae = _(() => {
|
|
4853
4853
|
const x = [];
|
|
4854
4854
|
return $.value.forEach((I) => {
|
|
4855
4855
|
const X = I.children.filter((M) => M.selected);
|
|
@@ -4866,7 +4866,7 @@ function Lh(e, s = {}) {
|
|
|
4866
4866
|
M.push(se.value[F]);
|
|
4867
4867
|
return M;
|
|
4868
4868
|
}), we = _(() => {
|
|
4869
|
-
const x =
|
|
4869
|
+
const x = z.value[G.value]?.sort;
|
|
4870
4870
|
return typeof x != "function" ? le.value : x([...le.value]);
|
|
4871
4871
|
});
|
|
4872
4872
|
function Be() {
|
|
@@ -4884,22 +4884,22 @@ function Lh(e, s = {}) {
|
|
|
4884
4884
|
F && (F.selected = X), M.selectedCount = M.children.filter((Y) => Y.selected).length;
|
|
4885
4885
|
}
|
|
4886
4886
|
}
|
|
4887
|
-
if (
|
|
4887
|
+
if (ye(te, (x) => {
|
|
4888
4888
|
const I = T(t || x);
|
|
4889
4889
|
I.forEach((X) => {
|
|
4890
4890
|
X.selectedCount = X.children.filter((M) => M.selected).length;
|
|
4891
4891
|
}), $.value = I;
|
|
4892
|
-
}, { immediate: !0 }),
|
|
4892
|
+
}, { immediate: !0 }), ye([ae, se], ([x, I], [X, M]) => {
|
|
4893
4893
|
if (!(d === "none" || !$.value.length) && !(x === X && I === M)) {
|
|
4894
4894
|
if (d === "simple") {
|
|
4895
4895
|
const F = Z.value;
|
|
4896
4896
|
if (F.size === 0 && se.value.length > 0 && n?.length > 0)
|
|
4897
4897
|
return;
|
|
4898
|
-
const Y = new Set(se.value.map((
|
|
4899
|
-
$.value.forEach((
|
|
4900
|
-
const
|
|
4901
|
-
|
|
4902
|
-
const re = `${
|
|
4898
|
+
const Y = new Set(se.value.map((N, V) => V));
|
|
4899
|
+
$.value.forEach((N) => {
|
|
4900
|
+
const V = x.filter((oe) => oe.uid !== N.uid), W = nt(V, F, Y);
|
|
4901
|
+
N.children.forEach((oe) => {
|
|
4902
|
+
const re = `${N.uid}:${oe.uid}`, ce = F.get(re) || /* @__PURE__ */ new Set(), ue = ut([W, ce]);
|
|
4903
4903
|
oe.count = ue.size;
|
|
4904
4904
|
});
|
|
4905
4905
|
});
|
|
@@ -4907,22 +4907,22 @@ function Lh(e, s = {}) {
|
|
|
4907
4907
|
const F = Z.value;
|
|
4908
4908
|
if (F.size === 0 && se.value.length > 0 && n?.length > 0)
|
|
4909
4909
|
return;
|
|
4910
|
-
const Y = new Set(se.value.map((
|
|
4911
|
-
$.value.forEach((
|
|
4912
|
-
|
|
4913
|
-
const oe = `${
|
|
4910
|
+
const Y = new Set(se.value.map((V, W) => W)), N = nt(x, F, Y);
|
|
4911
|
+
$.value.forEach((V) => {
|
|
4912
|
+
V.children.forEach((W) => {
|
|
4913
|
+
const oe = `${V.uid}:${W.uid}`, re = F.get(oe) || /* @__PURE__ */ new Set();
|
|
4914
4914
|
if (W.selected)
|
|
4915
|
-
if (
|
|
4916
|
-
const ce = ut([
|
|
4915
|
+
if (V.multiple) {
|
|
4916
|
+
const ce = ut([N, re]);
|
|
4917
4917
|
W.count = ce.size;
|
|
4918
4918
|
} else
|
|
4919
|
-
W.count =
|
|
4919
|
+
W.count = N.size;
|
|
4920
4920
|
else {
|
|
4921
4921
|
const ce = [];
|
|
4922
4922
|
for (const st of x)
|
|
4923
4923
|
ce.push({ ...st, children: [...st.children] });
|
|
4924
|
-
let ue = ce.find((st) => st.uid ===
|
|
4925
|
-
ue || (ue = { ...
|
|
4924
|
+
let ue = ce.find((st) => st.uid === V.uid);
|
|
4925
|
+
ue || (ue = { ...V, children: [] }, ce.push(ue)), V.multiple ? ue.children.push(W) : ue.children = [W];
|
|
4926
4926
|
const xn = nt(ce, F, Y);
|
|
4927
4927
|
W.count = xn.size;
|
|
4928
4928
|
}
|
|
@@ -4933,41 +4933,41 @@ function Lh(e, s = {}) {
|
|
|
4933
4933
|
}, { deep: !0, immediate: !0 }), v?.router && v?.route) {
|
|
4934
4934
|
const { router: x, route: I } = v, X = () => $.value && $.value.length > 0, M = () => {
|
|
4935
4935
|
if (!X()) return;
|
|
4936
|
-
const
|
|
4937
|
-
delete
|
|
4938
|
-
|
|
4939
|
-
}), JSON.stringify(
|
|
4936
|
+
const N = { ...I.query };
|
|
4937
|
+
delete N.sort, delete N.search, $.value.forEach((V) => delete N[V.uid]), G.value && G.value !== l && (N.sort = G.value), B.value && (N.search = B.value), ae.value.forEach((V) => {
|
|
4938
|
+
V.children.length > 0 && (N[V.uid] = V.children.map((W) => W.uid).join(","));
|
|
4939
|
+
}), JSON.stringify(N) !== JSON.stringify(I.query) && x.push({ query: N });
|
|
4940
4940
|
}, F = () => {
|
|
4941
|
-
const
|
|
4942
|
-
|
|
4943
|
-
const
|
|
4941
|
+
const N = I.query;
|
|
4942
|
+
N.sort && (G.value = N.sort), N.search && (B.value = N.search);
|
|
4943
|
+
const V = /* @__PURE__ */ new Map();
|
|
4944
4944
|
$.value.forEach((W) => {
|
|
4945
|
-
const oe =
|
|
4946
|
-
|
|
4945
|
+
const oe = N[W.uid] ? N[W.uid].split(",") : [];
|
|
4946
|
+
V.set(W.uid, new Set(oe));
|
|
4947
4947
|
}), $.value.forEach((W) => {
|
|
4948
|
-
const oe =
|
|
4948
|
+
const oe = V.get(W.uid) || /* @__PURE__ */ new Set();
|
|
4949
4949
|
W.children.forEach((re) => {
|
|
4950
4950
|
const ce = re.selected, ue = oe.has(re.uid);
|
|
4951
4951
|
ce !== ue && At({ groupUid: W.uid, facetUid: re.uid, selected: ue });
|
|
4952
4952
|
});
|
|
4953
4953
|
});
|
|
4954
|
-
}, Y =
|
|
4955
|
-
|
|
4956
|
-
}
|
|
4957
|
-
|
|
4954
|
+
}, Y = Ln(() => {
|
|
4955
|
+
$.value && $.value.length > 0 && (F(), Y());
|
|
4956
|
+
});
|
|
4957
|
+
ye([G, B, ae], M, { deep: !0 }), ye(() => I.query, F);
|
|
4958
4958
|
}
|
|
4959
4959
|
return {
|
|
4960
4960
|
facets: $,
|
|
4961
4961
|
searchValue: B,
|
|
4962
4962
|
selectedSort: G,
|
|
4963
|
-
sortTypes:
|
|
4963
|
+
sortTypes: z,
|
|
4964
4964
|
displayItems: we,
|
|
4965
4965
|
selectedFacets: ae,
|
|
4966
4966
|
clearFilters: Be,
|
|
4967
4967
|
handleFacetChange: At
|
|
4968
4968
|
};
|
|
4969
4969
|
}
|
|
4970
|
-
const
|
|
4970
|
+
const ki = ["onClick"], Hh = {
|
|
4971
4971
|
__name: "UluFacetsActiveFilters",
|
|
4972
4972
|
props: {
|
|
4973
4973
|
/**
|
|
@@ -5035,7 +5035,7 @@ const Si = ["onClick"], Vh = {
|
|
|
5035
5035
|
key: 0,
|
|
5036
5036
|
class: m(["facets-active", e.classes.container])
|
|
5037
5037
|
}, [
|
|
5038
|
-
(u(), S(
|
|
5038
|
+
(u(), S(P(e.labelElement), {
|
|
5039
5039
|
class: m(["facets-active__label", e.classes.label])
|
|
5040
5040
|
}, {
|
|
5041
5041
|
default: k(() => [
|
|
@@ -5068,7 +5068,7 @@ const Si = ["onClick"], Vh = {
|
|
|
5068
5068
|
}, [
|
|
5069
5069
|
O(D, { icon: e.removeIcon }, null, 8, ["icon"])
|
|
5070
5070
|
], 2)
|
|
5071
|
-
], 10,
|
|
5071
|
+
], 10, ki)
|
|
5072
5072
|
], 2))), 128))
|
|
5073
5073
|
], 2),
|
|
5074
5074
|
h("button", {
|
|
@@ -5077,7 +5077,7 @@ const Si = ["onClick"], Vh = {
|
|
|
5077
5077
|
}, "Clear All", 2)
|
|
5078
5078
|
], 2)) : p("", !0);
|
|
5079
5079
|
}
|
|
5080
|
-
},
|
|
5080
|
+
}, $i = { key: 0 }, dt = {
|
|
5081
5081
|
__name: "UluFacetsList",
|
|
5082
5082
|
props: {
|
|
5083
5083
|
groupUid: String,
|
|
@@ -5127,12 +5127,12 @@ const Si = ["onClick"], Vh = {
|
|
|
5127
5127
|
}, {
|
|
5128
5128
|
default: k(({ option: c }) => [
|
|
5129
5129
|
C(w(c.label) + " ", 1),
|
|
5130
|
-
c.count !== void 0 ? (u(), f("span",
|
|
5130
|
+
c.count !== void 0 ? (u(), f("span", $i, "(" + w(c.count) + ")", 1)) : p("", !0)
|
|
5131
5131
|
]),
|
|
5132
5132
|
_: 1
|
|
5133
5133
|
}, 8, ["legend", "type", "options", "compact", "model-value"]));
|
|
5134
5134
|
}
|
|
5135
|
-
},
|
|
5135
|
+
}, Ci = { class: "facets-filters" }, Nh = {
|
|
5136
5136
|
__name: "UluFacetsFilterLists",
|
|
5137
5137
|
props: {
|
|
5138
5138
|
/**
|
|
@@ -5164,7 +5164,7 @@ const Si = ["onClick"], Vh = {
|
|
|
5164
5164
|
emits: ["facet-change"],
|
|
5165
5165
|
setup(e, { emit: s }) {
|
|
5166
5166
|
const t = s, n = (o) => o.multiple ? o.children.filter((l) => l.selected).map((l) => l.uid) : o.children.find((l) => l.selected)?.uid || "";
|
|
5167
|
-
return (o, l) => (u(), f("div",
|
|
5167
|
+
return (o, l) => (u(), f("div", Ci, [
|
|
5168
5168
|
(u(!0), f(U, null, E(e.facets, (r) => (u(), S(Lt, {
|
|
5169
5169
|
key: r.uid,
|
|
5170
5170
|
classes: {
|
|
@@ -5219,7 +5219,7 @@ const Si = ["onClick"], Vh = {
|
|
|
5219
5219
|
}, 1032, ["classes", "startOpen"]))), 128))
|
|
5220
5220
|
]));
|
|
5221
5221
|
}
|
|
5222
|
-
},
|
|
5222
|
+
}, Ti = { class: "facets-filters" }, Dh = {
|
|
5223
5223
|
__name: "UluFacetsFilterAccordions",
|
|
5224
5224
|
props: {
|
|
5225
5225
|
/**
|
|
@@ -5255,7 +5255,7 @@ const Si = ["onClick"], Vh = {
|
|
|
5255
5255
|
emits: ["facet-change"],
|
|
5256
5256
|
setup(e, { emit: s }) {
|
|
5257
5257
|
const t = s, n = (o) => o.multiple ? o.children.filter((l) => l.selected).map((l) => l.uid) : o.children.find((l) => l.selected)?.uid || "";
|
|
5258
|
-
return (o, l) => (u(), f("div",
|
|
5258
|
+
return (o, l) => (u(), f("div", Ti, [
|
|
5259
5259
|
(u(!0), f(U, null, E(e.facets, (r) => (u(), S(ms, {
|
|
5260
5260
|
key: r.uid,
|
|
5261
5261
|
modifiers: e.accordionModifiers,
|
|
@@ -5305,7 +5305,7 @@ const Si = ["onClick"], Vh = {
|
|
|
5305
5305
|
}, 1032, ["modifiers", "startOpen"]))), 128))
|
|
5306
5306
|
]));
|
|
5307
5307
|
}
|
|
5308
|
-
},
|
|
5308
|
+
}, Wh = {
|
|
5309
5309
|
__name: "UluFacetsFilterPopovers",
|
|
5310
5310
|
props: {
|
|
5311
5311
|
/**
|
|
@@ -5405,7 +5405,7 @@ const Si = ["onClick"], Vh = {
|
|
|
5405
5405
|
], 2))), 128))
|
|
5406
5406
|
], 2));
|
|
5407
5407
|
}
|
|
5408
|
-
},
|
|
5408
|
+
}, Ai = { class: "facets-dropdown-filters" }, Oi = ["for"], xi = ["id", "onChange"], Ui = { value: "" }, Ei = ["value", "selected"], Xh = {
|
|
5409
5409
|
__name: "UluFacetsFilterSelects",
|
|
5410
5410
|
props: {
|
|
5411
5411
|
facets: {
|
|
@@ -5427,7 +5427,7 @@ const Si = ["onClick"], Vh = {
|
|
|
5427
5427
|
});
|
|
5428
5428
|
});
|
|
5429
5429
|
}
|
|
5430
|
-
return (o, l) => (u(), f("div",
|
|
5430
|
+
return (o, l) => (u(), f("div", Ai, [
|
|
5431
5431
|
(u(!0), f(U, null, E(e.facets, (r) => (u(), f("div", {
|
|
5432
5432
|
class: "facets-dropdown-filters__group",
|
|
5433
5433
|
key: r.uid
|
|
@@ -5435,38 +5435,38 @@ const Si = ["onClick"], Vh = {
|
|
|
5435
5435
|
h("label", {
|
|
5436
5436
|
for: `facet-dropdown-${r.uid}`,
|
|
5437
5437
|
class: "facets-dropdown-filters__label"
|
|
5438
|
-
}, w(r.name), 9,
|
|
5438
|
+
}, w(r.name), 9, Oi),
|
|
5439
5439
|
h("select", {
|
|
5440
5440
|
id: `facet-dropdown-${r.uid}`,
|
|
5441
5441
|
class: "facets-dropdown-filters__select",
|
|
5442
5442
|
onChange: (i) => n(r, i)
|
|
5443
5443
|
}, [
|
|
5444
|
-
h("option",
|
|
5444
|
+
h("option", Ui, "All " + w(r.name) + "s", 1),
|
|
5445
5445
|
(u(!0), f(U, null, E(r.children, (i) => (u(), f("option", {
|
|
5446
5446
|
key: i.uid,
|
|
5447
5447
|
value: i.uid,
|
|
5448
5448
|
selected: i.selected
|
|
5449
|
-
}, w(i.label), 9,
|
|
5450
|
-
], 40,
|
|
5449
|
+
}, w(i.label), 9, Ei))), 128))
|
|
5450
|
+
], 40, xi)
|
|
5451
5451
|
]))), 128))
|
|
5452
5452
|
]));
|
|
5453
5453
|
}
|
|
5454
|
-
},
|
|
5454
|
+
}, Bi = { class: "facets-header-layout" }, Ri = { class: "facets-header-layout__header" }, ji = { class: "facets-header-layout__main" }, qh = {
|
|
5455
5455
|
__name: "UluFacetsHeaderLayout",
|
|
5456
5456
|
setup(e) {
|
|
5457
|
-
return (s, t) => (u(), f("div",
|
|
5458
|
-
h("div",
|
|
5457
|
+
return (s, t) => (u(), f("div", Bi, [
|
|
5458
|
+
h("div", Ri, [
|
|
5459
5459
|
g(s.$slots, "header")
|
|
5460
5460
|
]),
|
|
5461
|
-
h("div",
|
|
5461
|
+
h("div", ji, [
|
|
5462
5462
|
g(s.$slots, "main")
|
|
5463
5463
|
])
|
|
5464
5464
|
]));
|
|
5465
5465
|
}
|
|
5466
|
-
},
|
|
5466
|
+
}, Ii = { class: "facets-results" }, Mi = {
|
|
5467
5467
|
key: 1,
|
|
5468
5468
|
class: "facets-results__empty"
|
|
5469
|
-
},
|
|
5469
|
+
}, Gh = {
|
|
5470
5470
|
__name: "UluFacetsResults",
|
|
5471
5471
|
props: {
|
|
5472
5472
|
items: {
|
|
@@ -5487,7 +5487,7 @@ const Si = ["onClick"], Vh = {
|
|
|
5487
5487
|
}
|
|
5488
5488
|
},
|
|
5489
5489
|
setup(e) {
|
|
5490
|
-
return (s, t) => (u(), f("div",
|
|
5490
|
+
return (s, t) => (u(), f("div", Ii, [
|
|
5491
5491
|
e.items.length ? (u(), S(Ns, {
|
|
5492
5492
|
key: 0,
|
|
5493
5493
|
tag: e.tag,
|
|
@@ -5506,14 +5506,14 @@ const Si = ["onClick"], Vh = {
|
|
|
5506
5506
|
], 2))), 128))
|
|
5507
5507
|
]),
|
|
5508
5508
|
_: 3
|
|
5509
|
-
}, 8, ["tag", "name", "class"])) : (u(), f("div",
|
|
5509
|
+
}, 8, ["tag", "name", "class"])) : (u(), f("div", Mi, [
|
|
5510
5510
|
g(s.$slots, "empty", {}, () => [
|
|
5511
5511
|
t[0] || (t[0] = h("p", null, "No matching items found.", -1))
|
|
5512
5512
|
])
|
|
5513
5513
|
]))
|
|
5514
5514
|
]));
|
|
5515
5515
|
}
|
|
5516
|
-
},
|
|
5516
|
+
}, Pi = { class: "facets-search" }, zi = ["placeholder"], Yh = {
|
|
5517
5517
|
__name: "UluFacetsSearch",
|
|
5518
5518
|
props: {
|
|
5519
5519
|
classes: {
|
|
@@ -5538,7 +5538,7 @@ const Si = ["onClick"], Vh = {
|
|
|
5538
5538
|
n("update:modelValue", i);
|
|
5539
5539
|
}
|
|
5540
5540
|
});
|
|
5541
|
-
return (i, c) => (u(), f("div",
|
|
5541
|
+
return (i, c) => (u(), f("div", Pi, [
|
|
5542
5542
|
h("label", {
|
|
5543
5543
|
class: m(e.classes.searchLabel),
|
|
5544
5544
|
for: l
|
|
@@ -5552,11 +5552,11 @@ const Si = ["onClick"], Vh = {
|
|
|
5552
5552
|
type: "text",
|
|
5553
5553
|
placeholder: e.placeholder
|
|
5554
5554
|
}, null, 10, zi), [
|
|
5555
|
-
[
|
|
5555
|
+
[Vn, r.value]
|
|
5556
5556
|
])
|
|
5557
5557
|
]));
|
|
5558
5558
|
}
|
|
5559
|
-
},
|
|
5559
|
+
}, Fi = { class: "facets-sidebar__header" }, Li = { class: "facets-sidebar__mobile-controls" }, Vi = { class: "facets-sidebar__body" }, Hi = { class: "facets-sidebar__main" }, Kh = {
|
|
5560
5560
|
__name: "UluFacetsSidebarLayout",
|
|
5561
5561
|
props: {
|
|
5562
5562
|
mobileButtonText: {
|
|
@@ -5580,10 +5580,10 @@ const Si = ["onClick"], Vh = {
|
|
|
5580
5580
|
return (r, i) => (u(), f("div", {
|
|
5581
5581
|
class: m(["facets-sidebar", { "facets-sidebar--filters-hidden": A(t) }])
|
|
5582
5582
|
}, [
|
|
5583
|
-
h("div",
|
|
5583
|
+
h("div", Fi, [
|
|
5584
5584
|
g(r.$slots, "header")
|
|
5585
5585
|
]),
|
|
5586
|
-
Me(h("div",
|
|
5586
|
+
Me(h("div", Li, [
|
|
5587
5587
|
h("button", {
|
|
5588
5588
|
class: m(e.classes.mobileButton),
|
|
5589
5589
|
onClick: i[0] || (i[0] = (c) => s.value = !0)
|
|
@@ -5591,7 +5591,7 @@ const Si = ["onClick"], Vh = {
|
|
|
5591
5591
|
], 512), [
|
|
5592
5592
|
[Mt, A(t)]
|
|
5593
5593
|
]),
|
|
5594
|
-
h("div",
|
|
5594
|
+
h("div", Vi, [
|
|
5595
5595
|
Me(h("div", {
|
|
5596
5596
|
class: "facets-sidebar__sidebar",
|
|
5597
5597
|
ref_key: "desktopTarget",
|
|
@@ -5599,7 +5599,7 @@ const Si = ["onClick"], Vh = {
|
|
|
5599
5599
|
}, null, 512), [
|
|
5600
5600
|
[Mt, !A(t)]
|
|
5601
5601
|
]),
|
|
5602
|
-
h("div",
|
|
5602
|
+
h("div", Hi, [
|
|
5603
5603
|
g(r.$slots, "main")
|
|
5604
5604
|
])
|
|
5605
5605
|
]),
|
|
@@ -5628,7 +5628,7 @@ const Si = ["onClick"], Vh = {
|
|
|
5628
5628
|
], 8, ["to"])) : p("", !0)
|
|
5629
5629
|
], 2));
|
|
5630
5630
|
}
|
|
5631
|
-
},
|
|
5631
|
+
}, Ni = ["for"], Di = ["value", "id"], Wi = ["value"], Jh = {
|
|
5632
5632
|
__name: "UluFacetsSort",
|
|
5633
5633
|
props: {
|
|
5634
5634
|
classes: {
|
|
@@ -5658,7 +5658,7 @@ const Si = ["onClick"], Vh = {
|
|
|
5658
5658
|
g(l.$slots, "default", {}, () => [
|
|
5659
5659
|
r[1] || (r[1] = C("Sort:", -1))
|
|
5660
5660
|
])
|
|
5661
|
-
], 10,
|
|
5661
|
+
], 10, Ni),
|
|
5662
5662
|
h("select", {
|
|
5663
5663
|
value: e.modelValue,
|
|
5664
5664
|
onChange: r[0] || (r[0] = (i) => n("update:modelValue", i.target.value)),
|
|
@@ -5668,11 +5668,11 @@ const Si = ["onClick"], Vh = {
|
|
|
5668
5668
|
(u(!0), f(U, null, E(e.sortTypes, (i, c) => (u(), f("option", {
|
|
5669
5669
|
value: c,
|
|
5670
5670
|
key: c
|
|
5671
|
-
}, w(i.text), 9,
|
|
5672
|
-
], 42,
|
|
5671
|
+
}, w(i.text), 9, Wi))), 128))
|
|
5672
|
+
], 42, Di)
|
|
5673
5673
|
], 2));
|
|
5674
5674
|
}
|
|
5675
|
-
}, dn = Symbol(), fn = Symbol(), kt = Symbol(),
|
|
5675
|
+
}, dn = Symbol(), fn = Symbol(), kt = Symbol(), Xi = {
|
|
5676
5676
|
name: "ScrollAnchors",
|
|
5677
5677
|
emits: ["section-change"],
|
|
5678
5678
|
props: {
|
|
@@ -5777,13 +5777,13 @@ const Si = ["onClick"], Vh = {
|
|
|
5777
5777
|
unmounted() {
|
|
5778
5778
|
this.destroyObserver();
|
|
5779
5779
|
}
|
|
5780
|
-
},
|
|
5781
|
-
function
|
|
5782
|
-
return u(), f("div",
|
|
5780
|
+
}, qi = { class: "scroll-anchors" };
|
|
5781
|
+
function Gi(e, s, t, n, o, l) {
|
|
5782
|
+
return u(), f("div", qi, [
|
|
5783
5783
|
g(e.$slots, "default")
|
|
5784
5784
|
]);
|
|
5785
5785
|
}
|
|
5786
|
-
const
|
|
5786
|
+
const Zh = /* @__PURE__ */ j(Xi, [["render", Gi]]), Yi = {
|
|
5787
5787
|
name: "ScrollAnchorsNav",
|
|
5788
5788
|
inject: {
|
|
5789
5789
|
sections: { from: kt }
|
|
@@ -5794,9 +5794,9 @@ const Jh = /* @__PURE__ */ j(Wi, [["render", qi]]), Gi = {
|
|
|
5794
5794
|
default: "nav"
|
|
5795
5795
|
}
|
|
5796
5796
|
}
|
|
5797
|
-
},
|
|
5798
|
-
function
|
|
5799
|
-
return l.sections.length ? (u(), S(
|
|
5797
|
+
}, Ki = ["href"];
|
|
5798
|
+
function Ji(e, s, t, n, o, l) {
|
|
5799
|
+
return l.sections.length ? (u(), S(P(t.element), {
|
|
5800
5800
|
key: 0,
|
|
5801
5801
|
class: "scroll-anchors__nav"
|
|
5802
5802
|
}, {
|
|
@@ -5809,14 +5809,14 @@ function Ki(e, s, t, n, o, l) {
|
|
|
5809
5809
|
h("a", {
|
|
5810
5810
|
class: m({ "is-active": r.active }),
|
|
5811
5811
|
href: `#${r.titleId}`
|
|
5812
|
-
}, w(r.title), 11,
|
|
5812
|
+
}, w(r.title), 11, Ki)
|
|
5813
5813
|
], 2))), 128))
|
|
5814
5814
|
])
|
|
5815
5815
|
]),
|
|
5816
5816
|
_: 1
|
|
5817
5817
|
})) : p("", !0);
|
|
5818
5818
|
}
|
|
5819
|
-
const
|
|
5819
|
+
const Qh = /* @__PURE__ */ j(Yi, [["render", Ji]]), Zi = {
|
|
5820
5820
|
name: "ScrollAnchorsNavAnimated",
|
|
5821
5821
|
inject: {
|
|
5822
5822
|
sections: { from: kt }
|
|
@@ -5864,14 +5864,14 @@ const Zh = /* @__PURE__ */ j(Gi, [["render", Ki]]), Ji = {
|
|
|
5864
5864
|
this.linkRefs[e] = s;
|
|
5865
5865
|
}
|
|
5866
5866
|
}
|
|
5867
|
-
},
|
|
5868
|
-
function
|
|
5869
|
-
return l.sections.length ? (u(), S(
|
|
5867
|
+
}, Qi = { class: "scroll-anchors__rail" }, ea = ["href"];
|
|
5868
|
+
function ta(e, s, t, n, o, l) {
|
|
5869
|
+
return l.sections.length ? (u(), S(P(t.element), {
|
|
5870
5870
|
key: 0,
|
|
5871
5871
|
class: "scroll-anchors__nav scroll-anchors__nav--animated"
|
|
5872
5872
|
}, {
|
|
5873
5873
|
default: k(() => [
|
|
5874
|
-
h("ul",
|
|
5874
|
+
h("ul", Qi, [
|
|
5875
5875
|
(u(!0), f(U, null, E(l.sections, (r, i) => (u(), f("li", {
|
|
5876
5876
|
key: i,
|
|
5877
5877
|
class: m({ "is-active": r.active })
|
|
@@ -5881,7 +5881,7 @@ function ea(e, s, t, n, o, l) {
|
|
|
5881
5881
|
ref_for: !0,
|
|
5882
5882
|
ref: (c) => l.addLinkRef(i, c),
|
|
5883
5883
|
href: `#${r.titleId}`
|
|
5884
|
-
}, w(r.title), 11,
|
|
5884
|
+
}, w(r.title), 11, ea)
|
|
5885
5885
|
], 2))), 128))
|
|
5886
5886
|
]),
|
|
5887
5887
|
h("div", {
|
|
@@ -5899,7 +5899,7 @@ function ea(e, s, t, n, o, l) {
|
|
|
5899
5899
|
_: 1
|
|
5900
5900
|
})) : p("", !0);
|
|
5901
5901
|
}
|
|
5902
|
-
const
|
|
5902
|
+
const em = /* @__PURE__ */ j(Zi, [["render", ta]]), sa = {
|
|
5903
5903
|
name: "ScrollAnchorsSection",
|
|
5904
5904
|
props: {
|
|
5905
5905
|
title: String,
|
|
@@ -5929,7 +5929,7 @@ const Qh = /* @__PURE__ */ j(Ji, [["render", ea]]), ta = {
|
|
|
5929
5929
|
data() {
|
|
5930
5930
|
const { anchorId: e, title: s } = this;
|
|
5931
5931
|
return {
|
|
5932
|
-
titleId: e || `sas-title-${
|
|
5932
|
+
titleId: e || `sas-title-${co(s)}`
|
|
5933
5933
|
};
|
|
5934
5934
|
},
|
|
5935
5935
|
computed: {
|
|
@@ -5944,12 +5944,12 @@ const Qh = /* @__PURE__ */ j(Ji, [["render", ea]]), ta = {
|
|
|
5944
5944
|
this.unregister && this.unregister(this);
|
|
5945
5945
|
}
|
|
5946
5946
|
};
|
|
5947
|
-
function
|
|
5947
|
+
function na(e, s, t, n, o, l) {
|
|
5948
5948
|
return u(), f("div", {
|
|
5949
5949
|
class: m([t.wrapperClass, { [t.activeClass]: t.activeClass && l.section?.active }]),
|
|
5950
5950
|
ref: "element"
|
|
5951
5951
|
}, [
|
|
5952
|
-
(u(), S(
|
|
5952
|
+
(u(), S(P(t.titleElement), {
|
|
5953
5953
|
class: m(t.titleClass),
|
|
5954
5954
|
id: o.titleId
|
|
5955
5955
|
}, {
|
|
@@ -5961,7 +5961,7 @@ function sa(e, s, t, n, o, l) {
|
|
|
5961
5961
|
g(e.$slots, "default", { section: l.section })
|
|
5962
5962
|
], 2);
|
|
5963
5963
|
}
|
|
5964
|
-
const
|
|
5964
|
+
const tm = /* @__PURE__ */ j(sa, [["render", na]]), oa = {
|
|
5965
5965
|
__name: "UluSkeletonText",
|
|
5966
5966
|
props: {
|
|
5967
5967
|
/**
|
|
@@ -5986,7 +5986,7 @@ const em = /* @__PURE__ */ j(ta, [["render", sa]]), na = {
|
|
|
5986
5986
|
}])
|
|
5987
5987
|
}, null, 2));
|
|
5988
5988
|
}
|
|
5989
|
-
},
|
|
5989
|
+
}, sm = {
|
|
5990
5990
|
__name: "UluShowSkeleton",
|
|
5991
5991
|
props: {
|
|
5992
5992
|
/**
|
|
@@ -5995,12 +5995,12 @@ const em = /* @__PURE__ */ j(ta, [["render", sa]]), na = {
|
|
|
5995
5995
|
when: Boolean
|
|
5996
5996
|
},
|
|
5997
5997
|
setup(e) {
|
|
5998
|
-
return (s, t) => e.when ? (u(), S(
|
|
5998
|
+
return (s, t) => e.when ? (u(), S(oa, {
|
|
5999
5999
|
key: 1,
|
|
6000
6000
|
inline: ""
|
|
6001
6001
|
})) : g(s.$slots, "default", { key: 0 });
|
|
6002
6002
|
}
|
|
6003
|
-
},
|
|
6003
|
+
}, nm = {
|
|
6004
6004
|
__name: "UluSkeletonContent",
|
|
6005
6005
|
props: {
|
|
6006
6006
|
/**
|
|
@@ -6012,7 +6012,7 @@ const em = /* @__PURE__ */ j(ta, [["render", sa]]), na = {
|
|
|
6012
6012
|
}
|
|
6013
6013
|
},
|
|
6014
6014
|
setup(e) {
|
|
6015
|
-
const s = e, t = _(() =>
|
|
6015
|
+
const s = e, t = _(() => uo(s.lines, () => {
|
|
6016
6016
|
const o = it(70, 100);
|
|
6017
6017
|
let l = 0;
|
|
6018
6018
|
const r = () => {
|
|
@@ -6036,14 +6036,14 @@ const em = /* @__PURE__ */ j(ta, [["render", sa]]), na = {
|
|
|
6036
6036
|
]))), 128))
|
|
6037
6037
|
]));
|
|
6038
6038
|
}
|
|
6039
|
-
},
|
|
6039
|
+
}, la = { class: "skeleton skeleton-block--media" }, om = {
|
|
6040
6040
|
__name: "UluSkeletonMedia",
|
|
6041
6041
|
setup(e) {
|
|
6042
|
-
return (s, t) => (u(), f("div",
|
|
6042
|
+
return (s, t) => (u(), f("div", la, [
|
|
6043
6043
|
O(D, { icon: "type:image" })
|
|
6044
6044
|
]));
|
|
6045
6045
|
}
|
|
6046
|
-
},
|
|
6046
|
+
}, ra = {
|
|
6047
6047
|
name: "SlideShow",
|
|
6048
6048
|
emits: ["slide-change"],
|
|
6049
6049
|
components: {
|
|
@@ -6238,26 +6238,26 @@ const em = /* @__PURE__ */ j(ta, [["render", sa]]), na = {
|
|
|
6238
6238
|
beforeUnmount() {
|
|
6239
6239
|
this.destroyObserver();
|
|
6240
6240
|
}
|
|
6241
|
-
},
|
|
6241
|
+
}, ia = { class: "slideshow" }, aa = {
|
|
6242
6242
|
class: "slideshow__control-context",
|
|
6243
6243
|
ref: "context"
|
|
6244
|
-
},
|
|
6244
|
+
}, ca = {
|
|
6245
6245
|
class: "slideshow__track-crop",
|
|
6246
6246
|
ref: "crop"
|
|
6247
|
-
},
|
|
6247
|
+
}, ua = {
|
|
6248
6248
|
class: "slideshow__track",
|
|
6249
6249
|
ref: "track"
|
|
6250
|
-
},
|
|
6250
|
+
}, da = ["tabindex"], fa = { class: "slideshow__controls" }, ha = { class: "slideshow__controls-item slideshow__controls-item--previous" }, ma = ["disabled"], ga = { class: "slideshow__controls-item slideshow__controls-item--next" }, va = ["disabled"], ya = {
|
|
6251
6251
|
key: 0,
|
|
6252
6252
|
class: "slideshow__nav",
|
|
6253
6253
|
ref: "nav"
|
|
6254
|
-
},
|
|
6255
|
-
function
|
|
6254
|
+
}, pa = ["onClick"], ba = { class: "hidden-visually" };
|
|
6255
|
+
function _a(e, s, t, n, o, l) {
|
|
6256
6256
|
const r = K("UluIcon");
|
|
6257
|
-
return u(), f("div",
|
|
6258
|
-
h("div",
|
|
6259
|
-
h("div",
|
|
6260
|
-
h("ul",
|
|
6257
|
+
return u(), f("div", ia, [
|
|
6258
|
+
h("div", aa, [
|
|
6259
|
+
h("div", ca, [
|
|
6260
|
+
h("ul", ua, [
|
|
6261
6261
|
(u(!0), f(U, null, E(o.slides, (i, c) => (u(), f("li", {
|
|
6262
6262
|
class: m(["slideshow__slide", { "is-active": i.active }]),
|
|
6263
6263
|
key: c,
|
|
@@ -6271,11 +6271,11 @@ function ba(e, s, t, n, o, l) {
|
|
|
6271
6271
|
item: i.item,
|
|
6272
6272
|
index: c
|
|
6273
6273
|
})
|
|
6274
|
-
], 10,
|
|
6274
|
+
], 10, da))), 128))
|
|
6275
6275
|
], 512)
|
|
6276
6276
|
], 512),
|
|
6277
|
-
h("ul",
|
|
6278
|
-
h("li",
|
|
6277
|
+
h("ul", fa, [
|
|
6278
|
+
h("li", ha, [
|
|
6279
6279
|
h("button", {
|
|
6280
6280
|
class: "slideshow__control-button slideshow__control-button--previous",
|
|
6281
6281
|
"aria-label": "Scroll Right",
|
|
@@ -6286,9 +6286,9 @@ function ba(e, s, t, n, o, l) {
|
|
|
6286
6286
|
class: "slideshow__control-icon",
|
|
6287
6287
|
icon: "type:previous"
|
|
6288
6288
|
})
|
|
6289
|
-
], 8,
|
|
6289
|
+
], 8, ma)
|
|
6290
6290
|
]),
|
|
6291
|
-
h("li",
|
|
6291
|
+
h("li", ga, [
|
|
6292
6292
|
h("button", {
|
|
6293
6293
|
class: "slideshow__control-button slideshow__control-button--next",
|
|
6294
6294
|
"aria-label": "Scroll Left",
|
|
@@ -6299,11 +6299,11 @@ function ba(e, s, t, n, o, l) {
|
|
|
6299
6299
|
class: "slideshow__control-icon",
|
|
6300
6300
|
icon: "type:next"
|
|
6301
6301
|
})
|
|
6302
|
-
], 8,
|
|
6302
|
+
], 8, va)
|
|
6303
6303
|
])
|
|
6304
6304
|
])
|
|
6305
6305
|
], 512),
|
|
6306
|
-
t.noNav ? p("", !0) : (u(), f("ul",
|
|
6306
|
+
t.noNav ? p("", !0) : (u(), f("ul", ya, [
|
|
6307
6307
|
(u(!0), f(U, null, E(o.slides, (i, c) => (u(), f("li", {
|
|
6308
6308
|
class: m(["slideshow__nav-item", { "is-active": i.active }]),
|
|
6309
6309
|
ref_for: !0,
|
|
@@ -6321,17 +6321,17 @@ function ba(e, s, t, n, o, l) {
|
|
|
6321
6321
|
index: c,
|
|
6322
6322
|
active: i.active
|
|
6323
6323
|
}, () => [
|
|
6324
|
-
h("span",
|
|
6324
|
+
h("span", ba, "Item " + w(c + 1), 1)
|
|
6325
6325
|
])
|
|
6326
|
-
], 10,
|
|
6326
|
+
], 10, pa)
|
|
6327
6327
|
], 2))), 128))
|
|
6328
6328
|
], 512))
|
|
6329
6329
|
]);
|
|
6330
6330
|
}
|
|
6331
|
-
const
|
|
6331
|
+
const wa = /* @__PURE__ */ j(ra, [["render", _a]]), Sa = {
|
|
6332
6332
|
name: "ImageSlideShow",
|
|
6333
6333
|
components: {
|
|
6334
|
-
UluSlideShow:
|
|
6334
|
+
UluSlideShow: wa
|
|
6335
6335
|
},
|
|
6336
6336
|
props: {
|
|
6337
6337
|
images: Array,
|
|
@@ -6357,8 +6357,8 @@ const _a = /* @__PURE__ */ j(la, [["render", ba]]), wa = {
|
|
|
6357
6357
|
console.log("left/right", l, c), t && n && (a > c ? d = l + (a - c) : r < l && (d = r), d !== null && s.scrollTo({ left: d, top: 0, behavior: "smooth" }));
|
|
6358
6358
|
}
|
|
6359
6359
|
}
|
|
6360
|
-
},
|
|
6361
|
-
function
|
|
6360
|
+
}, ka = ["src", "alt"], $a = { class: "slideshow__image-actions" }, Ca = ["src", "alt"];
|
|
6361
|
+
function Ta(e, s, t, n, o, l) {
|
|
6362
6362
|
const r = K("AppButton"), i = K("UluSlideShow");
|
|
6363
6363
|
return u(), S(i, {
|
|
6364
6364
|
class: "slideshow--images",
|
|
@@ -6369,8 +6369,8 @@ function Ca(e, s, t, n, o, l) {
|
|
|
6369
6369
|
h("img", {
|
|
6370
6370
|
src: c.src,
|
|
6371
6371
|
alt: c.alt
|
|
6372
|
-
}, null, 8,
|
|
6373
|
-
h("div",
|
|
6372
|
+
}, null, 8, ka),
|
|
6373
|
+
h("div", $a, [
|
|
6374
6374
|
t.selectButton ? (u(), S(r, {
|
|
6375
6375
|
key: 0,
|
|
6376
6376
|
class: "type-small",
|
|
@@ -6389,12 +6389,12 @@ function Ca(e, s, t, n, o, l) {
|
|
|
6389
6389
|
h("img", {
|
|
6390
6390
|
src: t.images[c].src,
|
|
6391
6391
|
alt: `View image ${c}`
|
|
6392
|
-
}, null, 8,
|
|
6392
|
+
}, null, 8, Ca)
|
|
6393
6393
|
]),
|
|
6394
6394
|
_: 1
|
|
6395
6395
|
}, 8, ["items", "onSlideChange"]);
|
|
6396
6396
|
}
|
|
6397
|
-
const
|
|
6397
|
+
const lm = /* @__PURE__ */ j(Sa, [["render", Ta]]), Aa = {
|
|
6398
6398
|
name: "SlideShowSlide",
|
|
6399
6399
|
props: {
|
|
6400
6400
|
/**
|
|
@@ -6407,14 +6407,14 @@ const om = /* @__PURE__ */ j(wa, [["render", Ca]]), Ta = {
|
|
|
6407
6407
|
console.log("slide mounted");
|
|
6408
6408
|
}
|
|
6409
6409
|
};
|
|
6410
|
-
function
|
|
6410
|
+
function Oa(e, s, t, n, o, l) {
|
|
6411
6411
|
return u(), f("li", {
|
|
6412
6412
|
class: m(["slideshow__slide", { "is-active": t.active }])
|
|
6413
6413
|
}, [
|
|
6414
6414
|
g(e.$slots, "default")
|
|
6415
6415
|
], 2);
|
|
6416
6416
|
}
|
|
6417
|
-
const
|
|
6417
|
+
const rm = /* @__PURE__ */ j(Aa, [["render", Oa]]), xa = {
|
|
6418
6418
|
name: "UluTableStickyRows",
|
|
6419
6419
|
props: {
|
|
6420
6420
|
rows: Array,
|
|
@@ -6431,8 +6431,8 @@ const lm = /* @__PURE__ */ j(Ta, [["render", Aa]]), Oa = {
|
|
|
6431
6431
|
default: !1
|
|
6432
6432
|
}
|
|
6433
6433
|
}
|
|
6434
|
-
},
|
|
6435
|
-
function
|
|
6434
|
+
}, Ua = ["id"], Ea = ["innerHTML"];
|
|
6435
|
+
function Ba(e, s, t, n, o, l) {
|
|
6436
6436
|
return u(!0), f(U, null, E(t.rows, (r, i) => (u(), f("tr", {
|
|
6437
6437
|
key: `br-${i}`,
|
|
6438
6438
|
id: t.optionalAttr(t.isActual && r.id),
|
|
@@ -6441,7 +6441,7 @@ function Ea(e, s, t, n, o, l) {
|
|
|
6441
6441
|
height: r.height
|
|
6442
6442
|
})
|
|
6443
6443
|
}, [
|
|
6444
|
-
(u(!0), f(U, null, E(t.rowColumns, (c, a) => (u(), S(
|
|
6444
|
+
(u(!0), f(U, null, E(t.rowColumns, (c, a) => (u(), S(P(c.rowHeader ? "th" : "td"), {
|
|
6445
6445
|
id: t.optionalAttr(t.isActual && c.rowHeader && c.getRowHeaderId(i)),
|
|
6446
6446
|
scope: t.optionalAttr(t.isActual && c.rowHeader && "row"),
|
|
6447
6447
|
key: `bc-${a}`,
|
|
@@ -6463,18 +6463,18 @@ function Ea(e, s, t, n, o, l) {
|
|
|
6463
6463
|
}) : c.html ? (u(), f("div", {
|
|
6464
6464
|
key: 1,
|
|
6465
6465
|
innerHTML: t.value({ row: r, column: c, rowIndex: i, isActual: t.isActual, foot: t.foot })
|
|
6466
|
-
}, null, 8,
|
|
6466
|
+
}, null, 8, Ea)) : (u(), f(U, { key: 2 }, [
|
|
6467
6467
|
C(w(t.value({ row: r, column: c, rowIndex: i, isActual: t.isActual, foot: t.foot })), 1)
|
|
6468
6468
|
], 64))
|
|
6469
6469
|
]),
|
|
6470
6470
|
_: 2
|
|
6471
6471
|
}, 1032, ["id", "scope", "headers", "class", "style"]))), 128))
|
|
6472
|
-
], 14,
|
|
6472
|
+
], 14, Ua))), 128);
|
|
6473
6473
|
}
|
|
6474
|
-
const
|
|
6474
|
+
const Ra = /* @__PURE__ */ j(xa, [["render", Ba]]), ja = {
|
|
6475
6475
|
name: "UluTableStickyTable",
|
|
6476
6476
|
components: {
|
|
6477
|
-
UluTableStickyRows:
|
|
6477
|
+
UluTableStickyRows: Ra
|
|
6478
6478
|
},
|
|
6479
6479
|
props: {
|
|
6480
6480
|
resolveClasses: Function,
|
|
@@ -6554,20 +6554,20 @@ const Ba = /* @__PURE__ */ j(Oa, [["render", Ea]]), Ra = {
|
|
|
6554
6554
|
return s.join(" ");
|
|
6555
6555
|
}
|
|
6556
6556
|
}
|
|
6557
|
-
},
|
|
6557
|
+
}, Ia = ["aria-hidden"], Ma = {
|
|
6558
6558
|
key: 0,
|
|
6559
6559
|
class: "table-sticky__caption"
|
|
6560
|
-
},
|
|
6560
|
+
}, Pa = ["id"], za = ["id", "rowspan", "colspan", "data-child-columns", "aria-sort", "scope", "headers"], Fa = ["innerHTML"], La = {
|
|
6561
6561
|
class: "table-sticky__sort-icon",
|
|
6562
6562
|
"aria-hidden": "true"
|
|
6563
|
-
},
|
|
6564
|
-
function
|
|
6563
|
+
}, Va = { class: "table-sticky__sort-icon-inner" }, Ha = ["innerHTML"], Na = { key: 1 }, Da = { key: 2 };
|
|
6564
|
+
function Wa(e, s, t, n, o, l) {
|
|
6565
6565
|
const r = K("UluTableStickyRows");
|
|
6566
6566
|
return u(), f("table", {
|
|
6567
6567
|
class: m(t.resolveClasses(t.classes.table, { isActual: t.isActual })),
|
|
6568
6568
|
"aria-hidden": t.isActual ? "false" : "true"
|
|
6569
6569
|
}, [
|
|
6570
|
-
t.caption ? (u(), f("caption",
|
|
6570
|
+
t.caption ? (u(), f("caption", Ma, w(t.caption), 1)) : p("", !0),
|
|
6571
6571
|
h("thead", null, [
|
|
6572
6572
|
(u(!0), f(U, null, E(t.headerRows, (i, c) => (u(), f("tr", {
|
|
6573
6573
|
key: `hr-${c}`,
|
|
@@ -6600,7 +6600,7 @@ function Da(e, s, t, n, o, l) {
|
|
|
6600
6600
|
ref_for: !0,
|
|
6601
6601
|
ref: (v) => l.addHeaderRef(a, v)
|
|
6602
6602
|
}, [
|
|
6603
|
-
a.sortable ? (u(), S(
|
|
6603
|
+
a.sortable ? (u(), S(P(t.isActual ? "button" : "div"), {
|
|
6604
6604
|
key: 0,
|
|
6605
6605
|
class: m(["table-sticky__sort-button", {
|
|
6606
6606
|
"table-sticky__sort-button--focused": a.sortFocused
|
|
@@ -6619,11 +6619,11 @@ function Da(e, s, t, n, o, l) {
|
|
|
6619
6619
|
}) : a.htmlTitle ? (u(), f("div", {
|
|
6620
6620
|
key: 1,
|
|
6621
6621
|
innerHTML: t.getColumnTitle({ column: a, index: d, isActual: t.isActual })
|
|
6622
|
-
}, null, 8,
|
|
6622
|
+
}, null, 8, Fa)) : (u(), f(U, { key: 2 }, [
|
|
6623
6623
|
C(w(t.getColumnTitle({ column: a, index: d, isActual: t.isActual })), 1)
|
|
6624
6624
|
], 64)),
|
|
6625
|
-
h("span",
|
|
6626
|
-
h("span",
|
|
6625
|
+
h("span", La, [
|
|
6626
|
+
h("span", Va, [
|
|
6627
6627
|
g(e.$slots, "sortIcon", {}, () => [
|
|
6628
6628
|
s[0] || (s[0] = C("▼", -1))
|
|
6629
6629
|
])
|
|
@@ -6640,14 +6640,14 @@ function Da(e, s, t, n, o, l) {
|
|
|
6640
6640
|
}) : a.htmlTitle ? (u(), f("div", {
|
|
6641
6641
|
key: 1,
|
|
6642
6642
|
innerHTML: t.getColumnTitle({ column: a, index: d, isActual: t.isActual })
|
|
6643
|
-
}, null, 8,
|
|
6643
|
+
}, null, 8, Ha)) : (u(), f(U, { key: 2 }, [
|
|
6644
6644
|
C(w(t.getColumnTitle({ column: a, index: d, isActual: t.isActual })), 1)
|
|
6645
6645
|
], 64))
|
|
6646
6646
|
], 64))
|
|
6647
6647
|
], 14, za))), 128))
|
|
6648
|
-
], 14,
|
|
6648
|
+
], 14, Pa))), 128))
|
|
6649
6649
|
]),
|
|
6650
|
-
t.rows ? (u(), f("tbody",
|
|
6650
|
+
t.rows ? (u(), f("tbody", Na, [
|
|
6651
6651
|
O(r, {
|
|
6652
6652
|
rows: t.rows,
|
|
6653
6653
|
rowColumns: t.rowColumns,
|
|
@@ -6662,12 +6662,12 @@ function Da(e, s, t, n, o, l) {
|
|
|
6662
6662
|
E(e.$slots, (i, c) => ({
|
|
6663
6663
|
name: c,
|
|
6664
6664
|
fn: k((a) => [
|
|
6665
|
-
g(e.$slots, c, ie(
|
|
6665
|
+
g(e.$slots, c, ie(fe(a)))
|
|
6666
6666
|
])
|
|
6667
6667
|
}))
|
|
6668
6668
|
]), 1032, ["rows", "rowColumns", "optionalAttr", "resolveClasses", "getCellHeaders", "isActual", "columnWidth", "classes", "value"])
|
|
6669
6669
|
])) : p("", !0),
|
|
6670
|
-
t.footerRows ? (u(), f("tfoot",
|
|
6670
|
+
t.footerRows ? (u(), f("tfoot", Da, [
|
|
6671
6671
|
O(r, {
|
|
6672
6672
|
rows: t.footerRows,
|
|
6673
6673
|
rowColumns: t.rowColumns,
|
|
@@ -6683,15 +6683,15 @@ function Da(e, s, t, n, o, l) {
|
|
|
6683
6683
|
E(e.$slots, (i, c) => ({
|
|
6684
6684
|
name: c,
|
|
6685
6685
|
fn: k((a) => [
|
|
6686
|
-
g(e.$slots, c, ie(
|
|
6686
|
+
g(e.$slots, c, ie(fe(a)))
|
|
6687
6687
|
])
|
|
6688
6688
|
}))
|
|
6689
6689
|
]), 1032, ["rows", "rowColumns", "optionalAttr", "resolveClasses", "getCellHeaders", "isActual", "columnWidth", "classes", "value"])
|
|
6690
6690
|
])) : p("", !0)
|
|
6691
|
-
], 10,
|
|
6691
|
+
], 10, Ia);
|
|
6692
6692
|
}
|
|
6693
|
-
const
|
|
6694
|
-
function
|
|
6693
|
+
const Xa = /* @__PURE__ */ j(ja, [["render", Wa]]);
|
|
6694
|
+
function qa() {
|
|
6695
6695
|
this.__data__ = [], this.size = 0;
|
|
6696
6696
|
}
|
|
6697
6697
|
function hn(e, s) {
|
|
@@ -6703,22 +6703,22 @@ function $t(e, s) {
|
|
|
6703
6703
|
return t;
|
|
6704
6704
|
return -1;
|
|
6705
6705
|
}
|
|
6706
|
-
var
|
|
6707
|
-
function
|
|
6706
|
+
var Ga = Array.prototype, Ya = Ga.splice;
|
|
6707
|
+
function Ka(e) {
|
|
6708
6708
|
var s = this.__data__, t = $t(s, e);
|
|
6709
6709
|
if (t < 0)
|
|
6710
6710
|
return !1;
|
|
6711
6711
|
var n = s.length - 1;
|
|
6712
|
-
return t == n ? s.pop() :
|
|
6712
|
+
return t == n ? s.pop() : Ya.call(s, t, 1), --this.size, !0;
|
|
6713
6713
|
}
|
|
6714
|
-
function
|
|
6714
|
+
function Ja(e) {
|
|
6715
6715
|
var s = this.__data__, t = $t(s, e);
|
|
6716
6716
|
return t < 0 ? void 0 : s[t][1];
|
|
6717
6717
|
}
|
|
6718
|
-
function
|
|
6718
|
+
function Za(e) {
|
|
6719
6719
|
return $t(this.__data__, e) > -1;
|
|
6720
6720
|
}
|
|
6721
|
-
function
|
|
6721
|
+
function Qa(e, s) {
|
|
6722
6722
|
var t = this.__data__, n = $t(t, e);
|
|
6723
6723
|
return n < 0 ? (++this.size, t.push([e, s])) : t[n][1] = s, this;
|
|
6724
6724
|
}
|
|
@@ -6729,66 +6729,66 @@ function be(e) {
|
|
|
6729
6729
|
this.set(n[0], n[1]);
|
|
6730
6730
|
}
|
|
6731
6731
|
}
|
|
6732
|
-
be.prototype.clear =
|
|
6733
|
-
be.prototype.delete =
|
|
6734
|
-
be.prototype.get =
|
|
6735
|
-
be.prototype.has =
|
|
6736
|
-
be.prototype.set =
|
|
6737
|
-
function
|
|
6732
|
+
be.prototype.clear = qa;
|
|
6733
|
+
be.prototype.delete = Ka;
|
|
6734
|
+
be.prototype.get = Ja;
|
|
6735
|
+
be.prototype.has = Za;
|
|
6736
|
+
be.prototype.set = Qa;
|
|
6737
|
+
function ec() {
|
|
6738
6738
|
this.__data__ = new be(), this.size = 0;
|
|
6739
6739
|
}
|
|
6740
|
-
function
|
|
6740
|
+
function tc(e) {
|
|
6741
6741
|
var s = this.__data__, t = s.delete(e);
|
|
6742
6742
|
return this.size = s.size, t;
|
|
6743
6743
|
}
|
|
6744
|
-
function
|
|
6744
|
+
function sc(e) {
|
|
6745
6745
|
return this.__data__.get(e);
|
|
6746
6746
|
}
|
|
6747
|
-
function
|
|
6747
|
+
function nc(e) {
|
|
6748
6748
|
return this.__data__.has(e);
|
|
6749
6749
|
}
|
|
6750
|
-
var mn = typeof global == "object" && global && global.Object === Object && global,
|
|
6751
|
-
function
|
|
6752
|
-
var s =
|
|
6750
|
+
var mn = typeof global == "object" && global && global.Object === Object && global, oc = typeof self == "object" && self && self.Object === Object && self, me = mn || oc || Function("return this")(), Fe = me.Symbol, gn = Object.prototype, lc = gn.hasOwnProperty, rc = gn.toString, Ne = Fe ? Fe.toStringTag : void 0;
|
|
6751
|
+
function ic(e) {
|
|
6752
|
+
var s = lc.call(e, Ne), t = e[Ne];
|
|
6753
6753
|
try {
|
|
6754
6754
|
e[Ne] = void 0;
|
|
6755
6755
|
var n = !0;
|
|
6756
6756
|
} catch {
|
|
6757
6757
|
}
|
|
6758
|
-
var o =
|
|
6758
|
+
var o = rc.call(e);
|
|
6759
6759
|
return n && (s ? e[Ne] = t : delete e[Ne]), o;
|
|
6760
6760
|
}
|
|
6761
|
-
var
|
|
6762
|
-
function
|
|
6763
|
-
return
|
|
6761
|
+
var ac = Object.prototype, cc = ac.toString;
|
|
6762
|
+
function uc(e) {
|
|
6763
|
+
return cc.call(e);
|
|
6764
6764
|
}
|
|
6765
|
-
var
|
|
6765
|
+
var dc = "[object Null]", fc = "[object Undefined]", vs = Fe ? Fe.toStringTag : void 0;
|
|
6766
6766
|
function et(e) {
|
|
6767
|
-
return e == null ? e === void 0 ?
|
|
6767
|
+
return e == null ? e === void 0 ? fc : dc : vs && vs in Object(e) ? ic(e) : uc(e);
|
|
6768
6768
|
}
|
|
6769
6769
|
function Ct(e) {
|
|
6770
6770
|
var s = typeof e;
|
|
6771
6771
|
return e != null && (s == "object" || s == "function");
|
|
6772
6772
|
}
|
|
6773
|
-
var
|
|
6773
|
+
var hc = "[object AsyncFunction]", mc = "[object Function]", gc = "[object GeneratorFunction]", vc = "[object Proxy]";
|
|
6774
6774
|
function vn(e) {
|
|
6775
6775
|
if (!Ct(e))
|
|
6776
6776
|
return !1;
|
|
6777
6777
|
var s = et(e);
|
|
6778
|
-
return s ==
|
|
6778
|
+
return s == mc || s == gc || s == hc || s == vc;
|
|
6779
6779
|
}
|
|
6780
|
-
var Rt =
|
|
6780
|
+
var Rt = me["__core-js_shared__"], ys = function() {
|
|
6781
6781
|
var e = /[^.]+$/.exec(Rt && Rt.keys && Rt.keys.IE_PROTO || "");
|
|
6782
6782
|
return e ? "Symbol(src)_1." + e : "";
|
|
6783
6783
|
}();
|
|
6784
|
-
function
|
|
6784
|
+
function yc(e) {
|
|
6785
6785
|
return !!ys && ys in e;
|
|
6786
6786
|
}
|
|
6787
|
-
var
|
|
6787
|
+
var pc = Function.prototype, bc = pc.toString;
|
|
6788
6788
|
function Ue(e) {
|
|
6789
6789
|
if (e != null) {
|
|
6790
6790
|
try {
|
|
6791
|
-
return
|
|
6791
|
+
return bc.call(e);
|
|
6792
6792
|
} catch {
|
|
6793
6793
|
}
|
|
6794
6794
|
try {
|
|
@@ -6798,46 +6798,46 @@ function Ue(e) {
|
|
|
6798
6798
|
}
|
|
6799
6799
|
return "";
|
|
6800
6800
|
}
|
|
6801
|
-
var
|
|
6802
|
-
"^" +
|
|
6801
|
+
var _c = /[\\^$.*+?()[\]{}|]/g, wc = /^\[object .+?Constructor\]$/, Sc = Function.prototype, kc = Object.prototype, $c = Sc.toString, Cc = kc.hasOwnProperty, Tc = RegExp(
|
|
6802
|
+
"^" + $c.call(Cc).replace(_c, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
6803
6803
|
);
|
|
6804
|
-
function
|
|
6805
|
-
if (!Ct(e) ||
|
|
6804
|
+
function Ac(e) {
|
|
6805
|
+
if (!Ct(e) || yc(e))
|
|
6806
6806
|
return !1;
|
|
6807
|
-
var s = vn(e) ?
|
|
6807
|
+
var s = vn(e) ? Tc : wc;
|
|
6808
6808
|
return s.test(Ue(e));
|
|
6809
6809
|
}
|
|
6810
|
-
function
|
|
6810
|
+
function Oc(e, s) {
|
|
6811
6811
|
return e?.[s];
|
|
6812
6812
|
}
|
|
6813
6813
|
function Ee(e, s) {
|
|
6814
|
-
var t =
|
|
6815
|
-
return
|
|
6814
|
+
var t = Oc(e, s);
|
|
6815
|
+
return Ac(t) ? t : void 0;
|
|
6816
6816
|
}
|
|
6817
|
-
var Ze = Ee(
|
|
6818
|
-
function
|
|
6817
|
+
var Ze = Ee(me, "Map"), Qe = Ee(Object, "create");
|
|
6818
|
+
function xc() {
|
|
6819
6819
|
this.__data__ = Qe ? Qe(null) : {}, this.size = 0;
|
|
6820
6820
|
}
|
|
6821
|
-
function
|
|
6821
|
+
function Uc(e) {
|
|
6822
6822
|
var s = this.has(e) && delete this.__data__[e];
|
|
6823
6823
|
return this.size -= s ? 1 : 0, s;
|
|
6824
6824
|
}
|
|
6825
|
-
var
|
|
6826
|
-
function
|
|
6825
|
+
var Ec = "__lodash_hash_undefined__", Bc = Object.prototype, Rc = Bc.hasOwnProperty;
|
|
6826
|
+
function jc(e) {
|
|
6827
6827
|
var s = this.__data__;
|
|
6828
6828
|
if (Qe) {
|
|
6829
6829
|
var t = s[e];
|
|
6830
|
-
return t ===
|
|
6830
|
+
return t === Ec ? void 0 : t;
|
|
6831
6831
|
}
|
|
6832
|
-
return
|
|
6832
|
+
return Rc.call(s, e) ? s[e] : void 0;
|
|
6833
6833
|
}
|
|
6834
|
-
var
|
|
6835
|
-
function
|
|
6834
|
+
var Ic = Object.prototype, Mc = Ic.hasOwnProperty;
|
|
6835
|
+
function Pc(e) {
|
|
6836
6836
|
var s = this.__data__;
|
|
6837
|
-
return Qe ? s[e] !== void 0 :
|
|
6837
|
+
return Qe ? s[e] !== void 0 : Mc.call(s, e);
|
|
6838
6838
|
}
|
|
6839
6839
|
var zc = "__lodash_hash_undefined__";
|
|
6840
|
-
function
|
|
6840
|
+
function Fc(e, s) {
|
|
6841
6841
|
var t = this.__data__;
|
|
6842
6842
|
return this.size += this.has(e) ? 0 : 1, t[e] = Qe && s === void 0 ? zc : s, this;
|
|
6843
6843
|
}
|
|
@@ -6848,37 +6848,37 @@ function Oe(e) {
|
|
|
6848
6848
|
this.set(n[0], n[1]);
|
|
6849
6849
|
}
|
|
6850
6850
|
}
|
|
6851
|
-
Oe.prototype.clear =
|
|
6852
|
-
Oe.prototype.delete =
|
|
6853
|
-
Oe.prototype.get =
|
|
6854
|
-
Oe.prototype.has =
|
|
6855
|
-
Oe.prototype.set =
|
|
6856
|
-
function
|
|
6851
|
+
Oe.prototype.clear = xc;
|
|
6852
|
+
Oe.prototype.delete = Uc;
|
|
6853
|
+
Oe.prototype.get = jc;
|
|
6854
|
+
Oe.prototype.has = Pc;
|
|
6855
|
+
Oe.prototype.set = Fc;
|
|
6856
|
+
function Lc() {
|
|
6857
6857
|
this.size = 0, this.__data__ = {
|
|
6858
6858
|
hash: new Oe(),
|
|
6859
6859
|
map: new (Ze || be)(),
|
|
6860
6860
|
string: new Oe()
|
|
6861
6861
|
};
|
|
6862
6862
|
}
|
|
6863
|
-
function
|
|
6863
|
+
function Vc(e) {
|
|
6864
6864
|
var s = typeof e;
|
|
6865
6865
|
return s == "string" || s == "number" || s == "symbol" || s == "boolean" ? e !== "__proto__" : e === null;
|
|
6866
6866
|
}
|
|
6867
6867
|
function Tt(e, s) {
|
|
6868
6868
|
var t = e.__data__;
|
|
6869
|
-
return
|
|
6869
|
+
return Vc(s) ? t[typeof s == "string" ? "string" : "hash"] : t.map;
|
|
6870
6870
|
}
|
|
6871
|
-
function
|
|
6871
|
+
function Hc(e) {
|
|
6872
6872
|
var s = Tt(this, e).delete(e);
|
|
6873
6873
|
return this.size -= s ? 1 : 0, s;
|
|
6874
6874
|
}
|
|
6875
|
-
function
|
|
6875
|
+
function Nc(e) {
|
|
6876
6876
|
return Tt(this, e).get(e);
|
|
6877
6877
|
}
|
|
6878
|
-
function
|
|
6878
|
+
function Dc(e) {
|
|
6879
6879
|
return Tt(this, e).has(e);
|
|
6880
6880
|
}
|
|
6881
|
-
function
|
|
6881
|
+
function Wc(e, s) {
|
|
6882
6882
|
var t = Tt(this, e), n = t.size;
|
|
6883
6883
|
return t.set(e, s), this.size += t.size == n ? 0 : 1, this;
|
|
6884
6884
|
}
|
|
@@ -6889,17 +6889,17 @@ function Ve(e) {
|
|
|
6889
6889
|
this.set(n[0], n[1]);
|
|
6890
6890
|
}
|
|
6891
6891
|
}
|
|
6892
|
-
Ve.prototype.clear =
|
|
6893
|
-
Ve.prototype.delete =
|
|
6894
|
-
Ve.prototype.get =
|
|
6895
|
-
Ve.prototype.has =
|
|
6896
|
-
Ve.prototype.set =
|
|
6897
|
-
var
|
|
6898
|
-
function
|
|
6892
|
+
Ve.prototype.clear = Lc;
|
|
6893
|
+
Ve.prototype.delete = Hc;
|
|
6894
|
+
Ve.prototype.get = Nc;
|
|
6895
|
+
Ve.prototype.has = Dc;
|
|
6896
|
+
Ve.prototype.set = Wc;
|
|
6897
|
+
var Xc = 200;
|
|
6898
|
+
function qc(e, s) {
|
|
6899
6899
|
var t = this.__data__;
|
|
6900
6900
|
if (t instanceof be) {
|
|
6901
6901
|
var n = t.__data__;
|
|
6902
|
-
if (!Ze || n.length <
|
|
6902
|
+
if (!Ze || n.length < Xc - 1)
|
|
6903
6903
|
return n.push([e, s]), this.size = ++t.size, this;
|
|
6904
6904
|
t = this.__data__ = new Ve(n);
|
|
6905
6905
|
}
|
|
@@ -6909,12 +6909,12 @@ function He(e) {
|
|
|
6909
6909
|
var s = this.__data__ = new be(e);
|
|
6910
6910
|
this.size = s.size;
|
|
6911
6911
|
}
|
|
6912
|
-
He.prototype.clear =
|
|
6913
|
-
He.prototype.delete =
|
|
6914
|
-
He.prototype.get =
|
|
6915
|
-
He.prototype.has =
|
|
6916
|
-
He.prototype.set =
|
|
6917
|
-
function
|
|
6912
|
+
He.prototype.clear = ec;
|
|
6913
|
+
He.prototype.delete = tc;
|
|
6914
|
+
He.prototype.get = sc;
|
|
6915
|
+
He.prototype.has = nc;
|
|
6916
|
+
He.prototype.set = qc;
|
|
6917
|
+
function Gc(e, s) {
|
|
6918
6918
|
for (var t = -1, n = e == null ? 0 : e.length; ++t < n && s(e[t], t, e) !== !1; )
|
|
6919
6919
|
;
|
|
6920
6920
|
return e;
|
|
@@ -6926,7 +6926,7 @@ var ps = function() {
|
|
|
6926
6926
|
} catch {
|
|
6927
6927
|
}
|
|
6928
6928
|
}();
|
|
6929
|
-
function
|
|
6929
|
+
function Yc(e, s, t) {
|
|
6930
6930
|
s == "__proto__" && ps ? ps(e, s, {
|
|
6931
6931
|
configurable: !0,
|
|
6932
6932
|
enumerable: !0,
|
|
@@ -6934,12 +6934,12 @@ function Gc(e, s, t) {
|
|
|
6934
6934
|
writable: !0
|
|
6935
6935
|
}) : e[s] = t;
|
|
6936
6936
|
}
|
|
6937
|
-
var
|
|
6938
|
-
function
|
|
6937
|
+
var Kc = Object.prototype, Jc = Kc.hasOwnProperty;
|
|
6938
|
+
function Zc(e, s, t) {
|
|
6939
6939
|
var n = e[s];
|
|
6940
|
-
(!(
|
|
6940
|
+
(!(Jc.call(e, s) && hn(n, t)) || t === void 0 && !(s in e)) && Yc(e, s, t);
|
|
6941
6941
|
}
|
|
6942
|
-
function
|
|
6942
|
+
function Qc(e, s) {
|
|
6943
6943
|
for (var t = -1, n = Array(e); ++t < e; )
|
|
6944
6944
|
n[t] = s(t);
|
|
6945
6945
|
return n;
|
|
@@ -6947,58 +6947,58 @@ function Zc(e, s) {
|
|
|
6947
6947
|
function tt(e) {
|
|
6948
6948
|
return e != null && typeof e == "object";
|
|
6949
6949
|
}
|
|
6950
|
-
var
|
|
6950
|
+
var eu = "[object Arguments]";
|
|
6951
6951
|
function bs(e) {
|
|
6952
|
-
return tt(e) && et(e) ==
|
|
6952
|
+
return tt(e) && et(e) == eu;
|
|
6953
6953
|
}
|
|
6954
|
-
var yn = Object.prototype,
|
|
6954
|
+
var yn = Object.prototype, tu = yn.hasOwnProperty, su = yn.propertyIsEnumerable, nu = bs(/* @__PURE__ */ function() {
|
|
6955
6955
|
return arguments;
|
|
6956
6956
|
}()) ? bs : function(e) {
|
|
6957
|
-
return tt(e) &&
|
|
6957
|
+
return tt(e) && tu.call(e, "callee") && !su.call(e, "callee");
|
|
6958
6958
|
}, os = Array.isArray;
|
|
6959
|
-
function
|
|
6959
|
+
function ou() {
|
|
6960
6960
|
return !1;
|
|
6961
6961
|
}
|
|
6962
|
-
var pn = typeof exports == "object" && exports && !exports.nodeType && exports, _s = pn && typeof module == "object" && module && !module.nodeType && module,
|
|
6963
|
-
function
|
|
6962
|
+
var pn = typeof exports == "object" && exports && !exports.nodeType && exports, _s = pn && typeof module == "object" && module && !module.nodeType && module, lu = _s && _s.exports === pn, ws = lu ? me.Buffer : void 0, ru = ws ? ws.isBuffer : void 0, bn = ru || ou, iu = 9007199254740991, au = /^(?:0|[1-9]\d*)$/;
|
|
6963
|
+
function cu(e, s) {
|
|
6964
6964
|
var t = typeof e;
|
|
6965
|
-
return s = s ??
|
|
6965
|
+
return s = s ?? iu, !!s && (t == "number" || t != "symbol" && au.test(e)) && e > -1 && e % 1 == 0 && e < s;
|
|
6966
6966
|
}
|
|
6967
|
-
var
|
|
6967
|
+
var uu = 9007199254740991;
|
|
6968
6968
|
function _n(e) {
|
|
6969
|
-
return typeof e == "number" && e > -1 && e % 1 == 0 && e <=
|
|
6969
|
+
return typeof e == "number" && e > -1 && e % 1 == 0 && e <= uu;
|
|
6970
6970
|
}
|
|
6971
|
-
var
|
|
6972
|
-
|
|
6973
|
-
|
|
6974
|
-
function
|
|
6975
|
-
return tt(e) && _n(e.length) && !!
|
|
6971
|
+
var du = "[object Arguments]", fu = "[object Array]", hu = "[object Boolean]", mu = "[object Date]", gu = "[object Error]", vu = "[object Function]", yu = "[object Map]", pu = "[object Number]", bu = "[object Object]", _u = "[object RegExp]", wu = "[object Set]", Su = "[object String]", ku = "[object WeakMap]", $u = "[object ArrayBuffer]", Cu = "[object DataView]", Tu = "[object Float32Array]", Au = "[object Float64Array]", Ou = "[object Int8Array]", xu = "[object Int16Array]", Uu = "[object Int32Array]", Eu = "[object Uint8Array]", Bu = "[object Uint8ClampedArray]", Ru = "[object Uint16Array]", ju = "[object Uint32Array]", H = {};
|
|
6972
|
+
H[Tu] = H[Au] = H[Ou] = H[xu] = H[Uu] = H[Eu] = H[Bu] = H[Ru] = H[ju] = !0;
|
|
6973
|
+
H[du] = H[fu] = H[$u] = H[hu] = H[Cu] = H[mu] = H[gu] = H[vu] = H[yu] = H[pu] = H[bu] = H[_u] = H[wu] = H[Su] = H[ku] = !1;
|
|
6974
|
+
function Iu(e) {
|
|
6975
|
+
return tt(e) && _n(e.length) && !!H[et(e)];
|
|
6976
6976
|
}
|
|
6977
6977
|
function ls(e) {
|
|
6978
6978
|
return function(s) {
|
|
6979
6979
|
return e(s);
|
|
6980
6980
|
};
|
|
6981
6981
|
}
|
|
6982
|
-
var wn = typeof exports == "object" && exports && !exports.nodeType && exports, qe = wn && typeof module == "object" && module && !module.nodeType && module,
|
|
6982
|
+
var wn = typeof exports == "object" && exports && !exports.nodeType && exports, qe = wn && typeof module == "object" && module && !module.nodeType && module, Mu = qe && qe.exports === wn, jt = Mu && mn.process, Le = function() {
|
|
6983
6983
|
try {
|
|
6984
6984
|
var e = qe && qe.require && qe.require("util").types;
|
|
6985
6985
|
return e || jt && jt.binding && jt.binding("util");
|
|
6986
6986
|
} catch {
|
|
6987
6987
|
}
|
|
6988
|
-
}(), Ss = Le && Le.isTypedArray,
|
|
6989
|
-
function
|
|
6990
|
-
var t = os(e), n = !t &&
|
|
6988
|
+
}(), Ss = Le && Le.isTypedArray, Pu = Ss ? ls(Ss) : Iu, zu = Object.prototype, Fu = zu.hasOwnProperty;
|
|
6989
|
+
function Lu(e, s) {
|
|
6990
|
+
var t = os(e), n = !t && nu(e), o = !t && !n && bn(e), l = !t && !n && !o && Pu(e), r = t || n || o || l, i = r ? Qc(e.length, String) : [], c = i.length;
|
|
6991
6991
|
for (var a in e)
|
|
6992
|
-
|
|
6992
|
+
Fu.call(e, a) && !(r && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
6993
6993
|
(a == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
6994
6994
|
o && (a == "offset" || a == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
|
|
6995
6995
|
l && (a == "buffer" || a == "byteLength" || a == "byteOffset") || // Skip index properties.
|
|
6996
|
-
|
|
6996
|
+
cu(a, c))) && i.push(a);
|
|
6997
6997
|
return i;
|
|
6998
6998
|
}
|
|
6999
|
-
var
|
|
6999
|
+
var Vu = Object.prototype;
|
|
7000
7000
|
function Sn(e) {
|
|
7001
|
-
var s = e && e.constructor, t = typeof s == "function" && s.prototype ||
|
|
7001
|
+
var s = e && e.constructor, t = typeof s == "function" && s.prototype || Vu;
|
|
7002
7002
|
return e === t;
|
|
7003
7003
|
}
|
|
7004
7004
|
function kn(e, s) {
|
|
@@ -7006,111 +7006,110 @@ function kn(e, s) {
|
|
|
7006
7006
|
return e(s(t));
|
|
7007
7007
|
};
|
|
7008
7008
|
}
|
|
7009
|
-
var
|
|
7010
|
-
function
|
|
7009
|
+
var Hu = kn(Object.keys, Object), Nu = Object.prototype, Du = Nu.hasOwnProperty;
|
|
7010
|
+
function Wu(e) {
|
|
7011
7011
|
if (!Sn(e))
|
|
7012
|
-
return
|
|
7012
|
+
return Hu(e);
|
|
7013
7013
|
var s = [];
|
|
7014
7014
|
for (var t in Object(e))
|
|
7015
|
-
|
|
7015
|
+
Du.call(e, t) && t != "constructor" && s.push(t);
|
|
7016
7016
|
return s;
|
|
7017
7017
|
}
|
|
7018
|
-
function
|
|
7018
|
+
function Xu(e) {
|
|
7019
7019
|
return e != null && _n(e.length) && !vn(e);
|
|
7020
7020
|
}
|
|
7021
|
-
function
|
|
7022
|
-
return
|
|
7021
|
+
function qu(e) {
|
|
7022
|
+
return Xu(e) ? Lu(e) : Wu(e);
|
|
7023
7023
|
}
|
|
7024
|
-
var $n = typeof exports == "object" && exports && !exports.nodeType && exports, ks = $n && typeof module == "object" && module && !module.nodeType && module,
|
|
7024
|
+
var $n = typeof exports == "object" && exports && !exports.nodeType && exports, ks = $n && typeof module == "object" && module && !module.nodeType && module, Gu = ks && ks.exports === $n, $s = Gu ? me.Buffer : void 0;
|
|
7025
7025
|
$s && $s.allocUnsafe;
|
|
7026
|
-
function
|
|
7026
|
+
function Yu(e, s) {
|
|
7027
7027
|
return e.slice();
|
|
7028
7028
|
}
|
|
7029
|
-
function
|
|
7029
|
+
function Ku(e, s) {
|
|
7030
7030
|
for (var t = -1, n = e == null ? 0 : e.length, o = 0, l = []; ++t < n; ) {
|
|
7031
7031
|
var r = e[t];
|
|
7032
7032
|
s(r, t, e) && (l[o++] = r);
|
|
7033
7033
|
}
|
|
7034
7034
|
return l;
|
|
7035
7035
|
}
|
|
7036
|
-
function
|
|
7036
|
+
function Ju() {
|
|
7037
7037
|
return [];
|
|
7038
7038
|
}
|
|
7039
|
-
var
|
|
7040
|
-
return e == null ? [] : (e = Object(e),
|
|
7041
|
-
return
|
|
7039
|
+
var Zu = Object.prototype, Qu = Zu.propertyIsEnumerable, Cs = Object.getOwnPropertySymbols, ed = Cs ? function(e) {
|
|
7040
|
+
return e == null ? [] : (e = Object(e), Ku(Cs(e), function(s) {
|
|
7041
|
+
return Qu.call(e, s);
|
|
7042
7042
|
}));
|
|
7043
|
-
} :
|
|
7044
|
-
function
|
|
7043
|
+
} : Ju;
|
|
7044
|
+
function td(e, s) {
|
|
7045
7045
|
for (var t = -1, n = s.length, o = e.length; ++t < n; )
|
|
7046
7046
|
e[o + t] = s[t];
|
|
7047
7047
|
return e;
|
|
7048
7048
|
}
|
|
7049
|
-
var
|
|
7050
|
-
function
|
|
7049
|
+
var sd = kn(Object.getPrototypeOf, Object);
|
|
7050
|
+
function nd(e, s, t) {
|
|
7051
7051
|
var n = s(e);
|
|
7052
|
-
return os(e) ? n :
|
|
7052
|
+
return os(e) ? n : td(n, t(e));
|
|
7053
7053
|
}
|
|
7054
|
-
function
|
|
7055
|
-
return
|
|
7054
|
+
function od(e) {
|
|
7055
|
+
return nd(e, qu, ed);
|
|
7056
7056
|
}
|
|
7057
|
-
var Ht = Ee(
|
|
7058
|
-
(Ht &&
|
|
7059
|
-
var s = et(e), t = s ==
|
|
7057
|
+
var Ht = Ee(me, "DataView"), Nt = Ee(me, "Promise"), Dt = Ee(me, "Set"), Wt = Ee(me, "WeakMap"), Ts = "[object Map]", ld = "[object Object]", As = "[object Promise]", Os = "[object Set]", xs = "[object WeakMap]", Us = "[object DataView]", rd = Ue(Ht), id = Ue(Ze), ad = Ue(Nt), cd = Ue(Dt), ud = Ue(Wt), ve = et;
|
|
7058
|
+
(Ht && ve(new Ht(new ArrayBuffer(1))) != Us || Ze && ve(new Ze()) != Ts || Nt && ve(Nt.resolve()) != As || Dt && ve(new Dt()) != Os || Wt && ve(new Wt()) != xs) && (ve = function(e) {
|
|
7059
|
+
var s = et(e), t = s == ld ? e.constructor : void 0, n = t ? Ue(t) : "";
|
|
7060
7060
|
if (n)
|
|
7061
7061
|
switch (n) {
|
|
7062
|
-
case ld:
|
|
7063
|
-
return Us;
|
|
7064
7062
|
case rd:
|
|
7065
|
-
return
|
|
7063
|
+
return Us;
|
|
7066
7064
|
case id:
|
|
7067
|
-
return
|
|
7065
|
+
return Ts;
|
|
7068
7066
|
case ad:
|
|
7069
|
-
return
|
|
7067
|
+
return As;
|
|
7070
7068
|
case cd:
|
|
7069
|
+
return Os;
|
|
7070
|
+
case ud:
|
|
7071
7071
|
return xs;
|
|
7072
7072
|
}
|
|
7073
7073
|
return s;
|
|
7074
7074
|
});
|
|
7075
|
-
var
|
|
7076
|
-
function
|
|
7075
|
+
var dd = Object.prototype, fd = dd.hasOwnProperty;
|
|
7076
|
+
function hd(e) {
|
|
7077
7077
|
var s = e.length, t = new e.constructor(s);
|
|
7078
|
-
return s && typeof e[0] == "string" &&
|
|
7078
|
+
return s && typeof e[0] == "string" && fd.call(e, "index") && (t.index = e.index, t.input = e.input), t;
|
|
7079
7079
|
}
|
|
7080
|
-
var Es =
|
|
7080
|
+
var Es = me.Uint8Array;
|
|
7081
7081
|
function rs(e) {
|
|
7082
7082
|
var s = new e.constructor(e.byteLength);
|
|
7083
7083
|
return new Es(s).set(new Es(e)), s;
|
|
7084
7084
|
}
|
|
7085
|
-
function
|
|
7085
|
+
function md(e, s) {
|
|
7086
7086
|
var t = rs(e.buffer);
|
|
7087
7087
|
return new e.constructor(t, e.byteOffset, e.byteLength);
|
|
7088
7088
|
}
|
|
7089
|
-
var
|
|
7090
|
-
function
|
|
7091
|
-
var s = new e.constructor(e.source,
|
|
7089
|
+
var gd = /\w*$/;
|
|
7090
|
+
function vd(e) {
|
|
7091
|
+
var s = new e.constructor(e.source, gd.exec(e));
|
|
7092
7092
|
return s.lastIndex = e.lastIndex, s;
|
|
7093
7093
|
}
|
|
7094
7094
|
var Bs = Fe ? Fe.prototype : void 0, Rs = Bs ? Bs.valueOf : void 0;
|
|
7095
|
-
function
|
|
7095
|
+
function yd(e) {
|
|
7096
7096
|
return Rs ? Object(Rs.call(e)) : {};
|
|
7097
7097
|
}
|
|
7098
|
-
function
|
|
7098
|
+
function pd(e, s) {
|
|
7099
7099
|
var t = rs(e.buffer);
|
|
7100
7100
|
return new e.constructor(t, e.byteOffset, e.length);
|
|
7101
7101
|
}
|
|
7102
|
-
var
|
|
7102
|
+
var bd = "[object Boolean]", _d = "[object Date]", wd = "[object Map]", Sd = "[object Number]", kd = "[object RegExp]", $d = "[object Set]", Cd = "[object String]", Td = "[object Symbol]", Ad = "[object ArrayBuffer]", Od = "[object DataView]", xd = "[object Float32Array]", Ud = "[object Float64Array]", Ed = "[object Int8Array]", Bd = "[object Int16Array]", Rd = "[object Int32Array]", jd = "[object Uint8Array]", Id = "[object Uint8ClampedArray]", Md = "[object Uint16Array]", Pd = "[object Uint32Array]";
|
|
7103
7103
|
function zd(e, s, t) {
|
|
7104
7104
|
var n = e.constructor;
|
|
7105
7105
|
switch (s) {
|
|
7106
|
-
case
|
|
7106
|
+
case Ad:
|
|
7107
7107
|
return rs(e);
|
|
7108
|
-
case pd:
|
|
7109
7108
|
case bd:
|
|
7109
|
+
case _d:
|
|
7110
7110
|
return new n(+e);
|
|
7111
|
-
case Ad:
|
|
7112
|
-
return hd(e);
|
|
7113
7111
|
case Od:
|
|
7112
|
+
return md(e);
|
|
7114
7113
|
case xd:
|
|
7115
7114
|
case Ud:
|
|
7116
7115
|
case Ed:
|
|
@@ -7119,21 +7118,22 @@ function zd(e, s, t) {
|
|
|
7119
7118
|
case jd:
|
|
7120
7119
|
case Id:
|
|
7121
7120
|
case Md:
|
|
7122
|
-
|
|
7123
|
-
|
|
7124
|
-
return new n();
|
|
7121
|
+
case Pd:
|
|
7122
|
+
return pd(e);
|
|
7125
7123
|
case wd:
|
|
7126
|
-
case $d:
|
|
7127
|
-
return new n(e);
|
|
7128
|
-
case Sd:
|
|
7129
|
-
return gd(e);
|
|
7130
|
-
case kd:
|
|
7131
7124
|
return new n();
|
|
7125
|
+
case Sd:
|
|
7132
7126
|
case Cd:
|
|
7127
|
+
return new n(e);
|
|
7128
|
+
case kd:
|
|
7133
7129
|
return vd(e);
|
|
7130
|
+
case $d:
|
|
7131
|
+
return new n();
|
|
7132
|
+
case Td:
|
|
7133
|
+
return yd(e);
|
|
7134
7134
|
}
|
|
7135
7135
|
}
|
|
7136
|
-
var js = Object.create,
|
|
7136
|
+
var js = Object.create, Fd = /* @__PURE__ */ function() {
|
|
7137
7137
|
function e() {
|
|
7138
7138
|
}
|
|
7139
7139
|
return function(s) {
|
|
@@ -7146,20 +7146,20 @@ var js = Object.create, Pd = /* @__PURE__ */ function() {
|
|
|
7146
7146
|
return e.prototype = void 0, t;
|
|
7147
7147
|
};
|
|
7148
7148
|
}();
|
|
7149
|
-
function
|
|
7150
|
-
return typeof e.constructor == "function" && !Sn(e) ?
|
|
7149
|
+
function Ld(e) {
|
|
7150
|
+
return typeof e.constructor == "function" && !Sn(e) ? Fd(sd(e)) : {};
|
|
7151
7151
|
}
|
|
7152
|
-
var
|
|
7153
|
-
function
|
|
7154
|
-
return tt(e) &&
|
|
7152
|
+
var Vd = "[object Map]";
|
|
7153
|
+
function Hd(e) {
|
|
7154
|
+
return tt(e) && ve(e) == Vd;
|
|
7155
7155
|
}
|
|
7156
|
-
var Is = Le && Le.isMap,
|
|
7157
|
-
function
|
|
7158
|
-
return tt(e) &&
|
|
7156
|
+
var Is = Le && Le.isMap, Nd = Is ? ls(Is) : Hd, Dd = "[object Set]";
|
|
7157
|
+
function Wd(e) {
|
|
7158
|
+
return tt(e) && ve(e) == Dd;
|
|
7159
7159
|
}
|
|
7160
|
-
var Ms = Le && Le.isSet,
|
|
7161
|
-
|
|
7162
|
-
|
|
7160
|
+
var Ms = Le && Le.isSet, Xd = Ms ? ls(Ms) : Wd, Cn = "[object Arguments]", qd = "[object Array]", Gd = "[object Boolean]", Yd = "[object Date]", Kd = "[object Error]", Tn = "[object Function]", Jd = "[object GeneratorFunction]", Zd = "[object Map]", Qd = "[object Number]", An = "[object Object]", ef = "[object RegExp]", tf = "[object Set]", sf = "[object String]", nf = "[object Symbol]", of = "[object WeakMap]", lf = "[object ArrayBuffer]", rf = "[object DataView]", af = "[object Float32Array]", cf = "[object Float64Array]", uf = "[object Int8Array]", df = "[object Int16Array]", ff = "[object Int32Array]", hf = "[object Uint8Array]", mf = "[object Uint8ClampedArray]", gf = "[object Uint16Array]", vf = "[object Uint32Array]", L = {};
|
|
7161
|
+
L[Cn] = L[qd] = L[lf] = L[rf] = L[Gd] = L[Yd] = L[af] = L[cf] = L[uf] = L[df] = L[ff] = L[Zd] = L[Qd] = L[An] = L[ef] = L[tf] = L[sf] = L[nf] = L[hf] = L[mf] = L[gf] = L[vf] = !0;
|
|
7162
|
+
L[Kd] = L[Tn] = L[of] = !1;
|
|
7163
7163
|
function rt(e, s, t, n, o, l) {
|
|
7164
7164
|
var r;
|
|
7165
7165
|
if (r !== void 0)
|
|
@@ -7168,15 +7168,15 @@ function rt(e, s, t, n, o, l) {
|
|
|
7168
7168
|
return e;
|
|
7169
7169
|
var i = os(e);
|
|
7170
7170
|
if (i)
|
|
7171
|
-
r =
|
|
7171
|
+
r = hd(e);
|
|
7172
7172
|
else {
|
|
7173
|
-
var c =
|
|
7173
|
+
var c = ve(e), a = c == Tn || c == Jd;
|
|
7174
7174
|
if (bn(e))
|
|
7175
|
-
return
|
|
7175
|
+
return Yu(e);
|
|
7176
7176
|
if (c == An || c == Cn || a && !o)
|
|
7177
|
-
r = a ? {} :
|
|
7177
|
+
r = a ? {} : Ld(e);
|
|
7178
7178
|
else {
|
|
7179
|
-
if (!
|
|
7179
|
+
if (!L[c])
|
|
7180
7180
|
return o ? e : {};
|
|
7181
7181
|
r = zd(e, c);
|
|
7182
7182
|
}
|
|
@@ -7185,26 +7185,26 @@ function rt(e, s, t, n, o, l) {
|
|
|
7185
7185
|
var d = l.get(e);
|
|
7186
7186
|
if (d)
|
|
7187
7187
|
return d;
|
|
7188
|
-
l.set(e, r),
|
|
7188
|
+
l.set(e, r), Xd(e) ? e.forEach(function(b) {
|
|
7189
7189
|
r.add(rt(b, s, t, b, e, l));
|
|
7190
|
-
}) :
|
|
7190
|
+
}) : Nd(e) && e.forEach(function(b, T) {
|
|
7191
7191
|
r.set(T, rt(b, s, t, T, e, l));
|
|
7192
7192
|
});
|
|
7193
|
-
var v =
|
|
7194
|
-
return
|
|
7195
|
-
y && (T = b, b = e[T]),
|
|
7193
|
+
var v = od, y = i ? void 0 : v(e);
|
|
7194
|
+
return Gc(y || e, function(b, T) {
|
|
7195
|
+
y && (T = b, b = e[T]), Zc(r, T, rt(b, s, t, T, e, l));
|
|
7196
7196
|
}), r;
|
|
7197
7197
|
}
|
|
7198
|
-
var
|
|
7199
|
-
function
|
|
7200
|
-
return rt(e,
|
|
7198
|
+
var yf = 1, pf = 4;
|
|
7199
|
+
function bf(e) {
|
|
7200
|
+
return rt(e, yf | pf);
|
|
7201
7201
|
}
|
|
7202
|
-
const It = (e) => e.every((s) => typeof s == "object"),
|
|
7203
|
-
let
|
|
7204
|
-
const
|
|
7202
|
+
const It = (e) => e.every((s) => typeof s == "object"), Ps = !0, On = () => window.innerWidth;
|
|
7203
|
+
let zs = On();
|
|
7204
|
+
const _f = {
|
|
7205
7205
|
name: "UluTableSticky",
|
|
7206
7206
|
components: {
|
|
7207
|
-
UluTableStickyTable:
|
|
7207
|
+
UluTableStickyTable: Xa
|
|
7208
7208
|
},
|
|
7209
7209
|
props: {
|
|
7210
7210
|
/**
|
|
@@ -7235,7 +7235,7 @@ const bf = {
|
|
|
7235
7235
|
*/
|
|
7236
7236
|
caption: {
|
|
7237
7237
|
type: String,
|
|
7238
|
-
required:
|
|
7238
|
+
required: Ps
|
|
7239
7239
|
},
|
|
7240
7240
|
/**
|
|
7241
7241
|
* Array of column configurations to convert to list output
|
|
@@ -7257,7 +7257,7 @@ const bf = {
|
|
|
7257
7257
|
columns: {
|
|
7258
7258
|
type: Array,
|
|
7259
7259
|
validator: It,
|
|
7260
|
-
required:
|
|
7260
|
+
required: Ps
|
|
7261
7261
|
},
|
|
7262
7262
|
/**
|
|
7263
7263
|
* Whether the first column of the table should be sticky
|
|
@@ -7461,7 +7461,7 @@ const bf = {
|
|
|
7461
7461
|
* - Can be used in the future for adding/removing or enabling/disabling
|
|
7462
7462
|
*/
|
|
7463
7463
|
createColumns() {
|
|
7464
|
-
const e = this.idCreator("c"), s =
|
|
7464
|
+
const e = this.idCreator("c"), s = bf(this.columns), t = (n, o) => {
|
|
7465
7465
|
n.id = e(), n.parent = o, n.width = "auto", n.boxWidth = null, n.sortApplied = !1, n.sortAscending = !1, n.sortFocused = !1;
|
|
7466
7466
|
let l = [];
|
|
7467
7467
|
o && (o.headers && o.headers.length ? l = [...o.headers] : l.push(o.id)), l.push(n.id), n.headers = l, 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);
|
|
@@ -7502,7 +7502,7 @@ const bf = {
|
|
|
7502
7502
|
},
|
|
7503
7503
|
onResize() {
|
|
7504
7504
|
const e = On();
|
|
7505
|
-
|
|
7505
|
+
zs !== e && (zs = e, this.resizing ? (this.resizing = !1, this.setTableSizes(), this.checkOverflowX(), this.syncScrollLeft()) : (this.resizing = !0, this.removeTableSizes()));
|
|
7506
7506
|
},
|
|
7507
7507
|
/**
|
|
7508
7508
|
* Method to update the table (sizes, etc) when data has changed
|
|
@@ -7605,14 +7605,14 @@ const bf = {
|
|
|
7605
7605
|
unmounted() {
|
|
7606
7606
|
this.columnResizeObserver.disconnect(), this.columnResizeObserver = null;
|
|
7607
7607
|
}
|
|
7608
|
-
},
|
|
7608
|
+
}, wf = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--header" }, Sf = { class: "table-sticky__header-wrap" }, kf = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--first-column-header" }, $f = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--controls" }, Cf = {
|
|
7609
7609
|
key: 2,
|
|
7610
7610
|
class: "table-sticky__controls-inner"
|
|
7611
|
-
},
|
|
7611
|
+
}, Tf = ["disabled"], Af = ["disabled"], Of = {
|
|
7612
7612
|
ref: "display",
|
|
7613
7613
|
class: "table-sticky__display"
|
|
7614
7614
|
};
|
|
7615
|
-
function
|
|
7615
|
+
function xf(e, s, t, n, o, l) {
|
|
7616
7616
|
const r = K("UluTableStickyTable");
|
|
7617
7617
|
return u(), f("div", {
|
|
7618
7618
|
class: m(["table-sticky", {
|
|
@@ -7621,8 +7621,8 @@ function Of(e, s, t, n, o, l) {
|
|
|
7621
7621
|
"table-sticky--can-scroll-left": o.canScrollLeft
|
|
7622
7622
|
}])
|
|
7623
7623
|
}, [
|
|
7624
|
-
h("div",
|
|
7625
|
-
h("div",
|
|
7624
|
+
h("div", wf, [
|
|
7625
|
+
h("div", Sf, [
|
|
7626
7626
|
O(r, {
|
|
7627
7627
|
ref: "header",
|
|
7628
7628
|
class: "table-sticky__table table-sticky__table--header",
|
|
@@ -7642,13 +7642,13 @@ function Of(e, s, t, n, o, l) {
|
|
|
7642
7642
|
E(e.$slots, (i, c) => ({
|
|
7643
7643
|
name: c,
|
|
7644
7644
|
fn: k((a) => [
|
|
7645
|
-
g(e.$slots, c, ie(
|
|
7645
|
+
g(e.$slots, c, ie(fe(a)))
|
|
7646
7646
|
])
|
|
7647
7647
|
}))
|
|
7648
7648
|
]), 1032, ["classes", "caption", "resolveClasses", "getColumnTitle", "idPrefix", "headerRows", "style", "onColumnSorted"])
|
|
7649
7649
|
])
|
|
7650
7650
|
]),
|
|
7651
|
-
h("div",
|
|
7651
|
+
h("div", kf, [
|
|
7652
7652
|
t.firstColumnSticky ? (u(), S(r, {
|
|
7653
7653
|
key: 0,
|
|
7654
7654
|
ref: "firstColumnHeader",
|
|
@@ -7668,12 +7668,12 @@ function Of(e, s, t, n, o, l) {
|
|
|
7668
7668
|
E(e.$slots, (i, c) => ({
|
|
7669
7669
|
name: c,
|
|
7670
7670
|
fn: k((a) => [
|
|
7671
|
-
g(e.$slots, c, ie(
|
|
7671
|
+
g(e.$slots, c, ie(fe(a)))
|
|
7672
7672
|
])
|
|
7673
7673
|
}))
|
|
7674
7674
|
]), 1032, ["classes", "caption", "resolveClasses", "getColumnTitle", "idPrefix", "headerRows", "style", "onColumnSorted"])) : p("", !0)
|
|
7675
7675
|
]),
|
|
7676
|
-
h("div",
|
|
7676
|
+
h("div", $f, [
|
|
7677
7677
|
Me(h("div", {
|
|
7678
7678
|
class: m(["table-sticky__controls", l.resolveClasses(t.classes.controls)]),
|
|
7679
7679
|
ref: "controls"
|
|
@@ -7684,13 +7684,13 @@ function Of(e, s, t, n, o, l) {
|
|
|
7684
7684
|
scrollRight: l.scrollRight,
|
|
7685
7685
|
canScrollLeft: o.canScrollLeft,
|
|
7686
7686
|
canScrollRight: o.canScrollRight
|
|
7687
|
-
}) : t.controlsComponent ? (u(), S(
|
|
7687
|
+
}) : t.controlsComponent ? (u(), S(P(t.controlsComponent), {
|
|
7688
7688
|
key: 1,
|
|
7689
7689
|
scrollLeft: l.scrollLeft,
|
|
7690
7690
|
scrollRight: l.scrollRight,
|
|
7691
7691
|
canScrollLeft: o.canScrollLeft,
|
|
7692
7692
|
canScrollRight: o.canScrollRight
|
|
7693
|
-
}, null, 8, ["scrollLeft", "scrollRight", "canScrollLeft", "canScrollRight"])) : (u(), f("div",
|
|
7693
|
+
}, null, 8, ["scrollLeft", "scrollRight", "canScrollLeft", "canScrollRight"])) : (u(), f("div", Cf, [
|
|
7694
7694
|
h("button", {
|
|
7695
7695
|
class: m(["table-sticky__control table-sticky__control--left", l.resolveClasses(t.classes.controlButton)]),
|
|
7696
7696
|
"aria-label": "Scroll Left",
|
|
@@ -7700,7 +7700,7 @@ function Of(e, s, t, n, o, l) {
|
|
|
7700
7700
|
g(e.$slots, "controlLeft", {}, () => [
|
|
7701
7701
|
s[2] || (s[2] = C(" ← ", -1))
|
|
7702
7702
|
])
|
|
7703
|
-
], 10,
|
|
7703
|
+
], 10, Tf),
|
|
7704
7704
|
h("button", {
|
|
7705
7705
|
class: m(["table-sticky__control table-sticky__control--right", l.resolveClasses(t.classes.controlButton)]),
|
|
7706
7706
|
"aria-label": "Scroll Right",
|
|
@@ -7710,13 +7710,13 @@ function Of(e, s, t, n, o, l) {
|
|
|
7710
7710
|
g(e.$slots, "controlRight", {}, () => [
|
|
7711
7711
|
s[3] || (s[3] = C(" → ", -1))
|
|
7712
7712
|
])
|
|
7713
|
-
], 10,
|
|
7713
|
+
], 10, Af)
|
|
7714
7714
|
]))
|
|
7715
7715
|
], 2), [
|
|
7716
7716
|
[Mt, l.controlsShown]
|
|
7717
7717
|
])
|
|
7718
7718
|
]),
|
|
7719
|
-
h("div",
|
|
7719
|
+
h("div", Of, [
|
|
7720
7720
|
O(r, {
|
|
7721
7721
|
ref: "table",
|
|
7722
7722
|
class: "table-sticky__table table-sticky__table--actual",
|
|
@@ -7739,7 +7739,7 @@ function Of(e, s, t, n, o, l) {
|
|
|
7739
7739
|
E(e.$slots, (i, c) => ({
|
|
7740
7740
|
name: c,
|
|
7741
7741
|
fn: k((a) => [
|
|
7742
|
-
g(e.$slots, c, ie(
|
|
7742
|
+
g(e.$slots, c, ie(fe(a)))
|
|
7743
7743
|
])
|
|
7744
7744
|
}))
|
|
7745
7745
|
]), 1032, ["classes", "resolveClasses", "headerRows", "rows", "footerRows", "rowColumns", "caption", "idPrefix", "getRowValue", "getColumnTitle", "onVnodeMounted", "onActualHeaderRemoved", "onActualHeaderAdded", "onColumnSorted"])
|
|
@@ -7768,109 +7768,109 @@ function Of(e, s, t, n, o, l) {
|
|
|
7768
7768
|
E(e.$slots, (i, c) => ({
|
|
7769
7769
|
name: c,
|
|
7770
7770
|
fn: k((a) => [
|
|
7771
|
-
g(e.$slots, c, ie(
|
|
7771
|
+
g(e.$slots, c, ie(fe(a)))
|
|
7772
7772
|
])
|
|
7773
7773
|
}))
|
|
7774
7774
|
]), 1032, ["classes", "resolveClasses", "caption", "headerRows", "columnWidth", "rows", "footerRows", "rowColumns", "idPrefix", "getRowValue", "getColumnTitle", "style", "onColumnSorted"])) : p("", !0)
|
|
7775
7775
|
], 2);
|
|
7776
7776
|
}
|
|
7777
|
-
const
|
|
7777
|
+
const im = /* @__PURE__ */ j(_f, [["render", xf]]), am = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7778
7778
|
__proto__: null,
|
|
7779
|
-
dom:
|
|
7780
|
-
router:
|
|
7779
|
+
dom: _o,
|
|
7780
|
+
router: $l
|
|
7781
7781
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
7782
7782
|
export {
|
|
7783
7783
|
ms as UluAccordion,
|
|
7784
|
-
|
|
7785
|
-
|
|
7784
|
+
$h as UluAdaptiveLayout,
|
|
7785
|
+
ah as UluAlert,
|
|
7786
7786
|
zh as UluAnimateNumber,
|
|
7787
7787
|
zl as UluBadge,
|
|
7788
|
-
|
|
7789
|
-
|
|
7790
|
-
|
|
7791
|
-
|
|
7792
|
-
|
|
7793
|
-
|
|
7788
|
+
ch as UluBadgeStack,
|
|
7789
|
+
Ah as UluBreadcrumb,
|
|
7790
|
+
Ul as UluButton,
|
|
7791
|
+
uh as UluButtonVerbose,
|
|
7792
|
+
dh as UluCallout,
|
|
7793
|
+
fh as UluCard,
|
|
7794
7794
|
Lt as UluCollapsible,
|
|
7795
|
-
|
|
7796
|
-
|
|
7797
|
-
|
|
7798
|
-
|
|
7799
|
-
|
|
7800
|
-
|
|
7801
|
-
|
|
7802
|
-
|
|
7803
|
-
|
|
7804
|
-
|
|
7805
|
-
|
|
7806
|
-
|
|
7807
|
-
|
|
7808
|
-
|
|
7795
|
+
Eh as UluConditionalText,
|
|
7796
|
+
qr as UluConditionalWrapper,
|
|
7797
|
+
Ch as UluDataGrid,
|
|
7798
|
+
hh as UluDefinitionList,
|
|
7799
|
+
Qf as UluDropdown,
|
|
7800
|
+
Bh as UluEmpty,
|
|
7801
|
+
Rh as UluEmptyView,
|
|
7802
|
+
mh as UluExternalLink,
|
|
7803
|
+
Hh as UluFacetsActiveFilters,
|
|
7804
|
+
Dh as UluFacetsFilterAccordions,
|
|
7805
|
+
Nh as UluFacetsFilterLists,
|
|
7806
|
+
Wh as UluFacetsFilterPopovers,
|
|
7807
|
+
Xh as UluFacetsFilterSelects,
|
|
7808
|
+
qh as UluFacetsHeaderLayout,
|
|
7809
7809
|
dt as UluFacetsList,
|
|
7810
|
-
|
|
7811
|
-
|
|
7812
|
-
|
|
7813
|
-
|
|
7814
|
-
|
|
7815
|
-
|
|
7816
|
-
|
|
7817
|
-
|
|
7818
|
-
|
|
7810
|
+
Gh as UluFacetsResults,
|
|
7811
|
+
Yh as UluFacetsSearch,
|
|
7812
|
+
Kh as UluFacetsSidebarLayout,
|
|
7813
|
+
Jh as UluFacetsSort,
|
|
7814
|
+
ph as UluFileDisplay,
|
|
7815
|
+
bh as UluFormFile,
|
|
7816
|
+
_h as UluFormMessage,
|
|
7817
|
+
wh as UluFormSelect,
|
|
7818
|
+
Sh as UluFormText,
|
|
7819
7819
|
D as UluIcon,
|
|
7820
|
-
|
|
7821
|
-
|
|
7822
|
-
|
|
7820
|
+
lm as UluImageSlideShow,
|
|
7821
|
+
gh as UluList,
|
|
7822
|
+
vh as UluMain,
|
|
7823
7823
|
ln as UluMenu,
|
|
7824
|
-
|
|
7824
|
+
ul as UluMenuStack,
|
|
7825
7825
|
Ks as UluModal,
|
|
7826
|
-
|
|
7827
|
-
|
|
7828
|
-
|
|
7829
|
-
|
|
7830
|
-
|
|
7831
|
-
|
|
7832
|
-
|
|
7833
|
-
|
|
7834
|
-
|
|
7835
|
-
|
|
7836
|
-
|
|
7837
|
-
|
|
7838
|
-
|
|
7839
|
-
|
|
7826
|
+
Oh as UluNavStrip,
|
|
7827
|
+
sh as UluOverflowPopover,
|
|
7828
|
+
xh as UluPager,
|
|
7829
|
+
jh as UluPlaceholderImage,
|
|
7830
|
+
Ih as UluPlaceholderText,
|
|
7831
|
+
Fh as UluProgressBar,
|
|
7832
|
+
Lh as UluProgressCircle,
|
|
7833
|
+
Mh as UluRouteAnnouncer,
|
|
7834
|
+
Ph as UluSanityRichText,
|
|
7835
|
+
Zh as UluScrollAnchors,
|
|
7836
|
+
Qh as UluScrollAnchorsNav,
|
|
7837
|
+
em as UluScrollAnchorsNavAnimated,
|
|
7838
|
+
tm as UluScrollAnchorsSection,
|
|
7839
|
+
kh as UluSearchForm,
|
|
7840
7840
|
un as UluSelectableMenu,
|
|
7841
|
-
|
|
7842
|
-
|
|
7843
|
-
|
|
7844
|
-
|
|
7845
|
-
|
|
7846
|
-
|
|
7847
|
-
|
|
7848
|
-
|
|
7849
|
-
|
|
7850
|
-
|
|
7851
|
-
|
|
7852
|
-
|
|
7853
|
-
|
|
7854
|
-
|
|
7855
|
-
|
|
7856
|
-
|
|
7841
|
+
sm as UluShowSkeleton,
|
|
7842
|
+
nm as UluSkeletonContent,
|
|
7843
|
+
om as UluSkeletonMedia,
|
|
7844
|
+
oa as UluSkeletonText,
|
|
7845
|
+
Uh as UluSkipLink,
|
|
7846
|
+
wa as UluSlideShow,
|
|
7847
|
+
rm as UluSlideShowSlide,
|
|
7848
|
+
yh as UluSpokeSpinner,
|
|
7849
|
+
nh as UluTab,
|
|
7850
|
+
oh as UluTabGroup,
|
|
7851
|
+
lh as UluTabList,
|
|
7852
|
+
rh as UluTabPanel,
|
|
7853
|
+
ih as UluTabPanels,
|
|
7854
|
+
im as UluTableSticky,
|
|
7855
|
+
Ra as UluTableStickyRows,
|
|
7856
|
+
Xa as UluTableStickyTable,
|
|
7857
7857
|
on as UluTag,
|
|
7858
|
-
|
|
7859
|
-
|
|
7860
|
-
|
|
7861
|
-
|
|
7862
|
-
|
|
7863
|
-
|
|
7864
|
-
|
|
7865
|
-
|
|
7866
|
-
|
|
7867
|
-
|
|
7868
|
-
|
|
7869
|
-
|
|
7858
|
+
Th as UluTitleRail,
|
|
7859
|
+
Zf as breakpointsPlugin,
|
|
7860
|
+
Xf as corePlugin,
|
|
7861
|
+
Kf as modalsPlugin,
|
|
7862
|
+
Yf as popoversPlugin,
|
|
7863
|
+
Jf as toastPlugin,
|
|
7864
|
+
Xo as useBreakpointManager,
|
|
7865
|
+
th as useDocumentTitle,
|
|
7866
|
+
Vh as useFacets,
|
|
7867
|
+
Oo as useIcon,
|
|
7868
|
+
he as useModifiers,
|
|
7869
|
+
eh as usePagination,
|
|
7870
7870
|
Te as useRequiredInject,
|
|
7871
|
-
|
|
7872
|
-
|
|
7871
|
+
qf as useTooltip,
|
|
7872
|
+
Gf as useTooltipFollow,
|
|
7873
7873
|
Gs as useUluFloating,
|
|
7874
|
-
|
|
7875
|
-
|
|
7874
|
+
fl as useWindowResize,
|
|
7875
|
+
am as utils
|
|
7876
7876
|
};
|