@ulu/frontend-vue 0.1.0-beta.16 → 0.1.0-beta.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{breakpoints-BRe-TsJk.js → breakpoints-Cd3pu0Is.js} +1 -1
- package/dist/frontend-vue.js +5 -5
- package/dist/{index-BSMuClr2.js → index-Cdy3vpXx.js} +902 -895
- package/lib/components/elements/UluCard.vue +1 -1
- package/lib/components/systems/facets/_facets.scss +2 -3
- package/lib/components/systems/index.js +5 -1
- package/lib/components/systems/skeleton/UluShowSkeleton.vue +9 -8
- package/lib/components/systems/skeleton/UluSkeletonContent.vue +39 -43
- package/lib/components/systems/skeleton/UluSkeletonMedia.vue +4 -6
- package/lib/components/systems/skeleton/UluSkeletonText.vue +27 -0
- package/lib/plugins/core/index.js +2 -1
- package/package.json +5 -4
- package/types/plugins/core/index.d.ts.map +1 -1
- package/lib/components/systems/skeleton/UluSkeletonTextInline.vue +0 -9
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { reactive as qt, ref as M, computed as k, resolveDirective as Kt, createElementBlock as d, openBlock as l, Fragment as
|
|
1
|
+
import { reactive as qt, ref as M, computed as k, resolveDirective as Kt, createElementBlock as d, openBlock as l, Fragment as $, withDirectives as me, createElementVNode as f, unref as I, normalizeClass as h, renderSlot as g, withKeys as Gt, normalizeStyle as B, createCommentVNode as _, nextTick as Zt, toRef as xs, toDisplayString as v, createBlock as y, Teleport as st, resolveDynamicComponent as j, mergeProps as G, inject as Jt, watchEffect as Es, defineAsyncComponent as Is, markRaw as de, normalizeProps as N, toRefs as zs, toValue as Ve, resolveComponent as T, withModifiers as js, createVNode as R, useSlots as Ms, renderList as C, TransitionGroup as Qt, withCtx as b, createTextVNode as w, vShow as es, watch as ts, onMounted as Bs, onUnmounted as Ps, guardReactiveProps as Y, vModelCheckbox as Fs, vModelText as Ls, createSlots as ue } from "vue";
|
|
2
2
|
import { inline as ss, offset as ns, flip as os, shift as is, arrow as rs, useFloating as as, autoUpdate as ls } from "@floating-ui/vue";
|
|
3
3
|
import { Disclosure as Hs, DisclosureButton as Ds, DisclosurePanel as Vs, Tab as Ns, TabGroup as Ws, TabList as Xs, TabPanel as Ys, TabPanels as qs } from "@headlessui/vue";
|
|
4
|
-
import { useRoute as Ks, useRouter as Gs, RouterLink as
|
|
4
|
+
import { useRoute as Ks, useRouter as Gs, RouterLink as Be } from "vue-router";
|
|
5
5
|
import Zs from "gsap";
|
|
6
6
|
import Js from "fuse.js";
|
|
7
7
|
const mt = {
|
|
@@ -21,10 +21,11 @@ const mt = {
|
|
|
21
21
|
resizeVertical: "fas fa-grip-lines",
|
|
22
22
|
resizeBoth: "fas fa-grip",
|
|
23
23
|
ellipsis: "fas fa-ellipsis",
|
|
24
|
-
pathSeparator: "fas fa-chevron-right"
|
|
24
|
+
pathSeparator: "fas fa-chevron-right",
|
|
25
|
+
image: "fas fa-image"
|
|
25
26
|
}
|
|
26
27
|
};
|
|
27
|
-
function
|
|
28
|
+
function Xd(e, s = {}) {
|
|
28
29
|
const t = qt({ ...mt }), { iconsByType: n, ...i } = s || {};
|
|
29
30
|
i && Object.assign(t, i);
|
|
30
31
|
const o = {
|
|
@@ -65,7 +66,7 @@ function tf(e, s = {}) {
|
|
|
65
66
|
o.setIcon(r, a);
|
|
66
67
|
e.provide("uluCore", o), e.config.globalProperties.$uluCore = o;
|
|
67
68
|
}
|
|
68
|
-
const
|
|
69
|
+
const xe = {
|
|
69
70
|
/**
|
|
70
71
|
* Default Plugin Options
|
|
71
72
|
* @type {Object}
|
|
@@ -173,9 +174,9 @@ const Ie = {
|
|
|
173
174
|
onReady: null
|
|
174
175
|
}
|
|
175
176
|
}, oe = {
|
|
176
|
-
plugin: { ...
|
|
177
|
-
popover: { ...
|
|
178
|
-
tooltip: { ...
|
|
177
|
+
plugin: { ...xe.plugin },
|
|
178
|
+
popover: { ...xe.popover },
|
|
179
|
+
tooltip: { ...xe.tooltip, ...xe.popover }
|
|
179
180
|
}, nt = M(!1), ot = M(null);
|
|
180
181
|
function Qs(e = {}) {
|
|
181
182
|
return Object.assign(oe.popover, e.popover), Object.assign(oe.tooltip, e.tooltip), Object.assign(oe.plugin, e.plugin), oe;
|
|
@@ -189,7 +190,7 @@ function tn(e) {
|
|
|
189
190
|
function sn() {
|
|
190
191
|
nt.value = !1, ot.value = null;
|
|
191
192
|
}
|
|
192
|
-
const
|
|
193
|
+
const Ie = /* @__PURE__ */ new WeakMap(), nn = {
|
|
193
194
|
mounted(e, s) {
|
|
194
195
|
gt(e, s);
|
|
195
196
|
},
|
|
@@ -218,17 +219,17 @@ function gt(e, s) {
|
|
|
218
219
|
e.addEventListener(r, i);
|
|
219
220
|
}), t.hideEvents.forEach((r) => {
|
|
220
221
|
e.addEventListener(r, o);
|
|
221
|
-
}),
|
|
222
|
+
}), Ie.set(e, { onShow: i, onHide: o, config: t });
|
|
222
223
|
}
|
|
223
224
|
function _t(e) {
|
|
224
|
-
if (!
|
|
225
|
+
if (!Ie.has(e))
|
|
225
226
|
return;
|
|
226
|
-
const { config: s, onShow: t, onHide: n } =
|
|
227
|
+
const { config: s, onShow: t, onHide: n } = Ie.get(e);
|
|
227
228
|
s.showEvents.forEach((i) => {
|
|
228
229
|
e.removeEventListener(i, t);
|
|
229
230
|
}), s.hideEvents.forEach((i) => {
|
|
230
231
|
e.removeEventListener(i, n);
|
|
231
|
-
}),
|
|
232
|
+
}), Ie.delete(e);
|
|
232
233
|
}
|
|
233
234
|
function on(e, s) {
|
|
234
235
|
const { value: t } = s;
|
|
@@ -274,7 +275,7 @@ const ln = ["disabled", "aria-expanded", "aria-controls", "aria-label"], cn = ["
|
|
|
274
275
|
},
|
|
275
276
|
emits: ["toggle"],
|
|
276
277
|
setup(e, { emit: s }) {
|
|
277
|
-
const t = s, n = e, i = an(), o = Object.assign({}, oe.popover, n.config), r = M(n.startOpen || !1), a = M(null), c = M(null), u = M(null),
|
|
278
|
+
const t = s, n = e, i = an(), o = Object.assign({}, oe.popover, n.config), r = M(n.startOpen || !1), a = M(null), c = M(null), u = M(null), m = [
|
|
278
279
|
...o.inline ? [ss()] : [],
|
|
279
280
|
...o.offset ? [ns(o.offset)] : [],
|
|
280
281
|
os(),
|
|
@@ -283,15 +284,15 @@ const ln = ["disabled", "aria-expanded", "aria-controls", "aria-label"], cn = ["
|
|
|
283
284
|
], S = {
|
|
284
285
|
placement: o.placement,
|
|
285
286
|
whileElementsMounted: ls,
|
|
286
|
-
middleware:
|
|
287
|
+
middleware: m
|
|
287
288
|
}, {
|
|
288
289
|
floatingStyles: O,
|
|
289
290
|
placement: z,
|
|
290
|
-
middlewareData:
|
|
291
|
+
middlewareData: U,
|
|
291
292
|
update: P,
|
|
292
293
|
isPositioned: H
|
|
293
294
|
} = as(a, c, S), J = k(() => {
|
|
294
|
-
const D =
|
|
295
|
+
const D = U.value?.arrow;
|
|
295
296
|
return D ? {
|
|
296
297
|
position: "absolute",
|
|
297
298
|
left: D?.x != null ? `${D.x}px` : "",
|
|
@@ -299,14 +300,14 @@ const ln = ["disabled", "aria-expanded", "aria-controls", "aria-label"], cn = ["
|
|
|
299
300
|
} : null;
|
|
300
301
|
});
|
|
301
302
|
o.onReady && o.onReady({ update: P, isPositioned: H });
|
|
302
|
-
const
|
|
303
|
+
const Re = () => {
|
|
303
304
|
ne(!r.value);
|
|
304
305
|
}, ne = (D) => {
|
|
305
306
|
r.value = D;
|
|
306
307
|
const ee = {
|
|
307
|
-
trigger:
|
|
308
|
-
content:
|
|
309
|
-
isOpen:
|
|
308
|
+
trigger: I(a),
|
|
309
|
+
content: I(c),
|
|
310
|
+
isOpen: I(r)
|
|
310
311
|
}, le = { isOpen: ee.isOpen };
|
|
311
312
|
Zt(() => {
|
|
312
313
|
r.value ? (P(), window.setTimeout(() => {
|
|
@@ -324,22 +325,22 @@ const ln = ["disabled", "aria-expanded", "aria-controls", "aria-label"], cn = ["
|
|
|
324
325
|
}, pe = () => ne(!1);
|
|
325
326
|
return (D, ee) => {
|
|
326
327
|
const le = Kt("ulu-tooltip");
|
|
327
|
-
return l(), d(
|
|
328
|
+
return l(), d($, null, [
|
|
328
329
|
me((l(), d("button", {
|
|
329
330
|
type: "button",
|
|
330
331
|
ref_key: "trigger",
|
|
331
332
|
ref: a,
|
|
332
|
-
onClick:
|
|
333
|
+
onClick: Re,
|
|
333
334
|
disabled: e.disabled,
|
|
334
335
|
class: h([
|
|
335
336
|
{ [e.activeClass]: r.value },
|
|
336
337
|
e.classes.trigger
|
|
337
338
|
]),
|
|
338
339
|
"aria-expanded": r.value ? "true" : "false",
|
|
339
|
-
"aria-controls":
|
|
340
|
+
"aria-controls": I(i),
|
|
340
341
|
"aria-label": e.triggerAlt
|
|
341
342
|
}, [
|
|
342
|
-
|
|
343
|
+
g(D.$slots, "trigger", { isOpen: r.value })
|
|
343
344
|
], 10, ln)), [
|
|
344
345
|
[le, e.tooltip ? e.tooltip : null]
|
|
345
346
|
]),
|
|
@@ -355,24 +356,24 @@ const ln = ["disabled", "aria-expanded", "aria-controls", "aria-label"], cn = ["
|
|
|
355
356
|
ref_key: "content",
|
|
356
357
|
ref: c,
|
|
357
358
|
"aria-hidden": r.value ? "false" : "true",
|
|
358
|
-
id:
|
|
359
|
-
style:
|
|
360
|
-
"data-placement":
|
|
361
|
-
onKeydown: ee[0] || (ee[0] = Gt((
|
|
359
|
+
id: I(i),
|
|
360
|
+
style: B(I(O)),
|
|
361
|
+
"data-placement": I(z),
|
|
362
|
+
onKeydown: ee[0] || (ee[0] = Gt((A) => ne(!1), ["esc"])),
|
|
362
363
|
tabindex: "-1"
|
|
363
364
|
}, [
|
|
364
365
|
f("span", un, [
|
|
365
|
-
|
|
366
|
+
g(D.$slots, "content", { close: pe })
|
|
366
367
|
]),
|
|
367
368
|
D.$slots.footer ? (l(), d("span", dn, [
|
|
368
|
-
|
|
369
|
+
g(D.$slots, "footer", { close: pe })
|
|
369
370
|
])) : _("", !0),
|
|
370
|
-
|
|
371
|
+
I(o).arrow ? (l(), d("span", {
|
|
371
372
|
key: 1,
|
|
372
373
|
class: "popover__arrow",
|
|
373
374
|
ref_key: "contentArrow",
|
|
374
375
|
ref: u,
|
|
375
|
-
style:
|
|
376
|
+
style: B(J.value),
|
|
376
377
|
"data-ulu-popover-arrow": ""
|
|
377
378
|
}, null, 4)) : _("", !0)
|
|
378
379
|
], 46, cn)
|
|
@@ -388,7 +389,7 @@ const ln = ["disabled", "aria-expanded", "aria-controls", "aria-label"], cn = ["
|
|
|
388
389
|
config: Object
|
|
389
390
|
},
|
|
390
391
|
setup(e) {
|
|
391
|
-
const s =
|
|
392
|
+
const s = xs(e.config.trigger), t = M(null), n = M(null), i = [
|
|
392
393
|
...e.config.inline ? [ss()] : [],
|
|
393
394
|
...e.config.offset ? [ns(e.config.offset)] : [],
|
|
394
395
|
os(),
|
|
@@ -403,7 +404,7 @@ const ln = ["disabled", "aria-expanded", "aria-controls", "aria-label"], cn = ["
|
|
|
403
404
|
placement: a,
|
|
404
405
|
middlewareData: c,
|
|
405
406
|
update: u,
|
|
406
|
-
isPositioned:
|
|
407
|
+
isPositioned: m
|
|
407
408
|
} = as(s, t, o), S = k(() => {
|
|
408
409
|
const O = c.value?.arrow;
|
|
409
410
|
return O ? {
|
|
@@ -412,25 +413,25 @@ const ln = ["disabled", "aria-expanded", "aria-controls", "aria-label"], cn = ["
|
|
|
412
413
|
top: O?.y != null ? `${O.y}px` : ""
|
|
413
414
|
} : null;
|
|
414
415
|
});
|
|
415
|
-
return e.config.onReady && e.config.onReady({ update: u, isPositioned:
|
|
416
|
+
return e.config.onReady && e.config.onReady({ update: u, isPositioned: m }), (O, z) => (l(), d("span", {
|
|
416
417
|
class: h(["popover popover--tooltip is-active", e.config.class]),
|
|
417
418
|
ref_key: "content",
|
|
418
419
|
ref: t,
|
|
419
420
|
"aria-hidden": "true",
|
|
420
|
-
"data-placement":
|
|
421
|
-
style:
|
|
421
|
+
"data-placement": I(a),
|
|
422
|
+
style: B(I(r))
|
|
422
423
|
}, [
|
|
423
424
|
e.config.isHtml ? (l(), d("span", {
|
|
424
425
|
key: 0,
|
|
425
426
|
class: "popover__inner",
|
|
426
427
|
innerHTML: e.config.content
|
|
427
|
-
}, null, 8, hn)) : (l(), d("span", mn,
|
|
428
|
+
}, null, 8, hn)) : (l(), d("span", mn, v(e.config.content), 1)),
|
|
428
429
|
e.config.arrow ? (l(), d("span", {
|
|
429
430
|
key: 2,
|
|
430
431
|
class: "popover__arrow",
|
|
431
432
|
ref_key: "contentArrow",
|
|
432
433
|
ref: n,
|
|
433
|
-
style:
|
|
434
|
+
style: B(S.value)
|
|
434
435
|
}, null, 4)) : _("", !0)
|
|
435
436
|
], 14, fn));
|
|
436
437
|
}
|
|
@@ -438,20 +439,20 @@ const ln = ["disabled", "aria-expanded", "aria-controls", "aria-label"], cn = ["
|
|
|
438
439
|
__name: "UluTooltipDisplay",
|
|
439
440
|
setup(e) {
|
|
440
441
|
return (s, t) => (l(), y(st, {
|
|
441
|
-
to:
|
|
442
|
+
to: I(oe).plugin.tooltipTeleportTo
|
|
442
443
|
}, [
|
|
443
|
-
|
|
444
|
+
I(nt) ? (l(), y(gn, {
|
|
444
445
|
key: 0,
|
|
445
|
-
config:
|
|
446
|
+
config: I(ot)
|
|
446
447
|
}, null, 8, ["config"])) : _("", !0)
|
|
447
448
|
], 8, ["to"]));
|
|
448
449
|
}
|
|
449
450
|
};
|
|
450
|
-
function
|
|
451
|
+
function Yd(e, s = {}) {
|
|
451
452
|
const t = Qs(s);
|
|
452
453
|
t.plugin.global && (e.directive(t.plugin.directiveName, nn), e.component("UluTooltipDisplay", _n), e.component("UluPopover", it));
|
|
453
454
|
}
|
|
454
|
-
const
|
|
455
|
+
const p = (e, s) => {
|
|
455
456
|
const t = e.__vccOpts || e;
|
|
456
457
|
for (const [n, i] of s)
|
|
457
458
|
t[n] = i;
|
|
@@ -504,7 +505,7 @@ function vn(e, s, t, n, i, o) {
|
|
|
504
505
|
onVnodeUnmounted: o.modalUnmounted
|
|
505
506
|
}), null, 16, ["modelValue", "onVnodeMounted", "onVnodeUnmounted"])) : _("", !0);
|
|
506
507
|
}
|
|
507
|
-
const pn = /* @__PURE__ */
|
|
508
|
+
const pn = /* @__PURE__ */ p(yn, [["render", vn]]);
|
|
508
509
|
function bn() {
|
|
509
510
|
return { getIconProps: (t) => t ? typeof t == "object" && !Array.isArray(t) ? t : { icon: t } : null, getClassesFromDefinition: (t) => {
|
|
510
511
|
if (!t)
|
|
@@ -522,7 +523,7 @@ function bn() {
|
|
|
522
523
|
return console.warn("useIcon: Unable to parse definition for static FontAwesome classes:", t), null;
|
|
523
524
|
} };
|
|
524
525
|
}
|
|
525
|
-
const
|
|
526
|
+
const V = {
|
|
526
527
|
__name: "UluIcon",
|
|
527
528
|
props: {
|
|
528
529
|
/**
|
|
@@ -534,32 +535,32 @@ const N = {
|
|
|
534
535
|
setup(e) {
|
|
535
536
|
const s = Jt("uluCore"), t = M(null), { getIconProps: n, getClassesFromDefinition: i } = bn();
|
|
536
537
|
let o;
|
|
537
|
-
const r = e, a = k(() => s.getSetting("fontAwesomeStatic")), c = k(() => s.getSetting("iconComponent")), u = k(() => s.getSetting("iconPropResolver")),
|
|
538
|
-
const { icon:
|
|
539
|
-
if (typeof
|
|
538
|
+
const r = e, a = k(() => s.getSetting("fontAwesomeStatic")), c = k(() => s.getSetting("iconComponent")), u = k(() => s.getSetting("iconPropResolver")), m = k(() => {
|
|
539
|
+
const { icon: U } = r;
|
|
540
|
+
if (typeof U == "string" && U.startsWith("type:"))
|
|
540
541
|
try {
|
|
541
|
-
const P =
|
|
542
|
+
const P = U.substring(5);
|
|
542
543
|
return s.getIcon(P);
|
|
543
544
|
} catch (P) {
|
|
544
545
|
return console.warn(P), null;
|
|
545
546
|
}
|
|
546
|
-
return
|
|
547
|
-
}), S = k(() => !c.value || !
|
|
548
|
-
return
|
|
549
|
-
if (!a.value &&
|
|
547
|
+
return U;
|
|
548
|
+
}), S = k(() => !c.value || !m.value ? null : u.value(m.value)), O = k(() => n(m.value)), z = k(() => i(m.value));
|
|
549
|
+
return Es(async () => {
|
|
550
|
+
if (!a.value && m.value) {
|
|
550
551
|
if (t.value === null)
|
|
551
552
|
if (o)
|
|
552
553
|
t.value = de(o.FontAwesomeIcon);
|
|
553
554
|
else {
|
|
554
|
-
const
|
|
555
|
+
const U = Is(async () => {
|
|
555
556
|
const P = await import("./index.es-HlG3u0J5.js");
|
|
556
557
|
return o = P, P.FontAwesomeIcon;
|
|
557
558
|
});
|
|
558
|
-
t.value = de(
|
|
559
|
+
t.value = de(U);
|
|
559
560
|
}
|
|
560
561
|
} else
|
|
561
562
|
t.value = null;
|
|
562
|
-
}), (
|
|
563
|
+
}), (U, P) => c.value ? (l(), y(j(c.value), N(G({ key: 0 }, S.value)), null, 16)) : !a.value && t.value && m.value ? (l(), y(j(t.value), N(G({ key: 1 }, O.value)), null, 16)) : a.value && m.value ? (l(), d("span", {
|
|
563
564
|
key: 2,
|
|
564
565
|
class: h(z.value),
|
|
565
566
|
"aria-hidden": "true"
|
|
@@ -628,7 +629,7 @@ function Pe(e, s, t, n) {
|
|
|
628
629
|
clearTimeout(i), i = setTimeout(c, s), u && e.apply(r, a);
|
|
629
630
|
};
|
|
630
631
|
}
|
|
631
|
-
cs() && (Tn(),
|
|
632
|
+
cs() && (Tn(), An());
|
|
632
633
|
const yt = {
|
|
633
634
|
/**
|
|
634
635
|
* Event is dispatched when DOM in the page has changed, triggers updates from
|
|
@@ -669,18 +670,18 @@ function we(e, s = null, t = { bubbles: !0 }) {
|
|
|
669
670
|
function Tn() {
|
|
670
671
|
window.addEventListener("resize", Pe(() => Ge("pageResized", document), 250));
|
|
671
672
|
}
|
|
672
|
-
function
|
|
673
|
+
function An() {
|
|
673
674
|
window.addEventListener("beforeprint", () => {
|
|
674
675
|
Ge("beforePrint", document);
|
|
675
676
|
}), window.addEventListener("afterprint", () => {
|
|
676
677
|
Ge("afterPrint", document);
|
|
677
678
|
});
|
|
678
679
|
}
|
|
679
|
-
function
|
|
680
|
+
function $n(e) {
|
|
680
681
|
return typeof e == "object" && e?.constructor?.name;
|
|
681
682
|
}
|
|
682
683
|
function On(e, s, t) {
|
|
683
|
-
const n =
|
|
684
|
+
const n = $n(s) || "Logger";
|
|
684
685
|
console[e](n, ...t);
|
|
685
686
|
}
|
|
686
687
|
function ce(e, ...s) {
|
|
@@ -923,7 +924,7 @@ let Ne = 0;
|
|
|
923
924
|
const Rn = {
|
|
924
925
|
name: "UluModal",
|
|
925
926
|
components: {
|
|
926
|
-
UluIcon:
|
|
927
|
+
UluIcon: V
|
|
927
928
|
},
|
|
928
929
|
emits: ["update:modelValue", "close", "open"],
|
|
929
930
|
props: {
|
|
@@ -1149,14 +1150,14 @@ const Rn = {
|
|
|
1149
1150
|
const { container: e } = this.$refs;
|
|
1150
1151
|
e && e.open && e.close(), this.destroyPreventScroll(), this.destroyResizer();
|
|
1151
1152
|
}
|
|
1152
|
-
},
|
|
1153
|
+
}, Un = ["aria-labelledby", "aria-describedby"], xn = ["id"], En = { class: "modal__title-text" }, In = {
|
|
1153
1154
|
key: 2,
|
|
1154
1155
|
class: "modal__resizer",
|
|
1155
1156
|
ref: "resizer",
|
|
1156
1157
|
type: "button"
|
|
1157
1158
|
};
|
|
1158
1159
|
function zn(e, s, t, n, i, o) {
|
|
1159
|
-
const r =
|
|
1160
|
+
const r = T("UluIcon");
|
|
1160
1161
|
return l(), y(st, {
|
|
1161
1162
|
to: t.teleport === !1 ? null : t.teleport,
|
|
1162
1163
|
disabled: t.teleport === !1
|
|
@@ -1166,7 +1167,7 @@ function zn(e, s, t, n, i, o) {
|
|
|
1166
1167
|
"aria-labelledby": o.resolvedLabelledby,
|
|
1167
1168
|
"aria-describedby": t.describedby,
|
|
1168
1169
|
ref: "container",
|
|
1169
|
-
style:
|
|
1170
|
+
style: B({ width: i.containerWidth }),
|
|
1170
1171
|
onCancel: s[1] || (s[1] = js((...a) => o.close && o.close(...a), ["prevent"])),
|
|
1171
1172
|
onClose: s[2] || (s[2] = (...a) => o.handleDialogCloseEvent && o.handleDialogCloseEvent(...a)),
|
|
1172
1173
|
onClick: s[3] || (s[3] = (...a) => o.handleClick && o.handleClick(...a)),
|
|
@@ -1180,22 +1181,22 @@ function zn(e, s, t, n, i, o) {
|
|
|
1180
1181
|
class: h(["modal__title", t.classes.title]),
|
|
1181
1182
|
id: i.titleId
|
|
1182
1183
|
}, [
|
|
1183
|
-
|
|
1184
|
+
g(e.$slots, "title", { close: o.close }, () => [
|
|
1184
1185
|
t.titleIcon ? (l(), y(r, {
|
|
1185
1186
|
key: 0,
|
|
1186
1187
|
class: "modal__title-icon",
|
|
1187
1188
|
icon: t.titleIcon
|
|
1188
1189
|
}, null, 8, ["icon"])) : _("", !0),
|
|
1189
|
-
f("span",
|
|
1190
|
+
f("span", En, v(t.title), 1)
|
|
1190
1191
|
])
|
|
1191
|
-
], 10,
|
|
1192
|
+
], 10, xn),
|
|
1192
1193
|
f("button", {
|
|
1193
1194
|
class: "modal__close",
|
|
1194
1195
|
"aria-label": "Close modal",
|
|
1195
1196
|
onClick: s[0] || (s[0] = (...a) => o.close && o.close(...a)),
|
|
1196
1197
|
autofocus: ""
|
|
1197
1198
|
}, [
|
|
1198
|
-
|
|
1199
|
+
g(e.$slots, "closeIcon", {}, () => [
|
|
1199
1200
|
R(r, {
|
|
1200
1201
|
class: "modal__close-icon",
|
|
1201
1202
|
icon: t.closeIcon || "type:close"
|
|
@@ -1206,26 +1207,26 @@ function zn(e, s, t, n, i, o) {
|
|
|
1206
1207
|
f("div", {
|
|
1207
1208
|
class: h(["modal__body", t.classes.body])
|
|
1208
1209
|
}, [
|
|
1209
|
-
|
|
1210
|
+
g(e.$slots, "default", { close: o.close })
|
|
1210
1211
|
], 2),
|
|
1211
1212
|
e.$slots.footer ? (l(), d("div", {
|
|
1212
1213
|
key: 1,
|
|
1213
1214
|
class: h(["site-modal__footer", t.classes.footer])
|
|
1214
1215
|
}, [
|
|
1215
|
-
|
|
1216
|
+
g(e.$slots, "footer", { close: o.close })
|
|
1216
1217
|
], 2)) : _("", !0),
|
|
1217
|
-
n.resizerEnabled ? (l(), d("button",
|
|
1218
|
-
|
|
1218
|
+
n.resizerEnabled ? (l(), d("button", In, [
|
|
1219
|
+
g(e.$slots, "resizerIcon", {}, () => [
|
|
1219
1220
|
R(r, {
|
|
1220
1221
|
class: "modal__resizer-icon",
|
|
1221
1222
|
icon: t.resizerIcon || n.resizerIconType
|
|
1222
1223
|
}, null, 8, ["icon"])
|
|
1223
1224
|
])
|
|
1224
1225
|
], 512)) : _("", !0)
|
|
1225
|
-
], 46,
|
|
1226
|
+
], 46, Un)
|
|
1226
1227
|
], 8, ["to", "disabled"]);
|
|
1227
1228
|
}
|
|
1228
|
-
const jn = /* @__PURE__ */
|
|
1229
|
+
const jn = /* @__PURE__ */ p(Rn, [["render", zn]]), Se = [], Mn = M({
|
|
1229
1230
|
/**
|
|
1230
1231
|
* Holds active component options (including component, and options)
|
|
1231
1232
|
*/
|
|
@@ -1237,7 +1238,7 @@ const jn = /* @__PURE__ */ v(Rn, [["render", zn]]), Se = [], Mn = M({
|
|
|
1237
1238
|
}), ke = Mn.value, vt = {
|
|
1238
1239
|
data: ke,
|
|
1239
1240
|
modals: Se
|
|
1240
|
-
},
|
|
1241
|
+
}, Bn = (e) => ({
|
|
1241
1242
|
open(s, t = null) {
|
|
1242
1243
|
const n = this.get(s);
|
|
1243
1244
|
ke.active = de(n), ke.activeProps = Object.assign({}, n.props, t);
|
|
@@ -1283,16 +1284,16 @@ const jn = /* @__PURE__ */ v(Rn, [["render", zn]]), Se = [], Mn = M({
|
|
|
1283
1284
|
modals: [],
|
|
1284
1285
|
modalOptions: {}
|
|
1285
1286
|
};
|
|
1286
|
-
function
|
|
1287
|
-
const t = Object.assign({}, Pn, s), i =
|
|
1287
|
+
function qd(e, s) {
|
|
1288
|
+
const t = Object.assign({}, Pn, s), i = Bn((o) => Object.assign({}, t.modalOptions, o));
|
|
1288
1289
|
e.component(t.componentNameDisplay, pn), e.component(t.componentNameModal, jn), t.modals.forEach((o) => {
|
|
1289
1290
|
i.add(o);
|
|
1290
1291
|
}), vt.options = t, e.config.globalProperties.$uluModals = i, e.provide("uluModals", i), e.config.globalProperties.$uluModalsState = vt;
|
|
1291
1292
|
}
|
|
1292
|
-
const
|
|
1293
|
+
const Fn = {
|
|
1293
1294
|
name: "UluToast",
|
|
1294
1295
|
components: {
|
|
1295
|
-
UluIcon:
|
|
1296
|
+
UluIcon: V
|
|
1296
1297
|
},
|
|
1297
1298
|
props: {
|
|
1298
1299
|
/**
|
|
@@ -1323,7 +1324,7 @@ const Bn = {
|
|
|
1323
1324
|
}
|
|
1324
1325
|
}, Ln = ["onClick"];
|
|
1325
1326
|
function Hn(e, s, t, n, i, o) {
|
|
1326
|
-
const r =
|
|
1327
|
+
const r = T("FaIcon"), a = T("UluIcon");
|
|
1327
1328
|
return l(), d("div", {
|
|
1328
1329
|
class: h(["toast", [
|
|
1329
1330
|
{
|
|
@@ -1336,7 +1337,7 @@ function Hn(e, s, t, n, i, o) {
|
|
|
1336
1337
|
key: 0,
|
|
1337
1338
|
class: h(["toast__icon", t.classes.icon])
|
|
1338
1339
|
}, [
|
|
1339
|
-
|
|
1340
|
+
g(e.$slots, "icon", { toast: t.toast }, () => [
|
|
1340
1341
|
t.toast.icon ? (l(), y(r, {
|
|
1341
1342
|
key: 0,
|
|
1342
1343
|
icon: t.toast.icon
|
|
@@ -1346,34 +1347,34 @@ function Hn(e, s, t, n, i, o) {
|
|
|
1346
1347
|
f("div", {
|
|
1347
1348
|
class: h(["toast__content", t.classes.content])
|
|
1348
1349
|
}, [
|
|
1349
|
-
|
|
1350
|
+
g(e.$slots, "content", { toast: t.toast }, () => [
|
|
1350
1351
|
t.toast.title ? (l(), d("div", {
|
|
1351
1352
|
key: 0,
|
|
1352
1353
|
class: h(["toast__header", t.classes.header])
|
|
1353
1354
|
}, [
|
|
1354
1355
|
f("strong", {
|
|
1355
1356
|
class: h(["toast__title", t.classes.title])
|
|
1356
|
-
},
|
|
1357
|
+
}, v(t.toast.title), 3),
|
|
1357
1358
|
t.toast.date ? (l(), d("span", {
|
|
1358
1359
|
key: 0,
|
|
1359
1360
|
class: h(["toast__date", t.classes.date])
|
|
1360
|
-
},
|
|
1361
|
+
}, v(t.toast.date), 3)) : _("", !0)
|
|
1361
1362
|
], 2)) : _("", !0),
|
|
1362
1363
|
t.toast.description ? (l(), d("div", {
|
|
1363
1364
|
key: 1,
|
|
1364
1365
|
class: h(["toast__body", t.classes.body])
|
|
1365
|
-
},
|
|
1366
|
+
}, v(t.toast.description), 3)) : _("", !0)
|
|
1366
1367
|
])
|
|
1367
1368
|
], 2),
|
|
1368
1369
|
t.toast.actions?.length ? (l(), d("div", {
|
|
1369
1370
|
key: 1,
|
|
1370
1371
|
class: h(["toast__actions", t.classes.actions])
|
|
1371
1372
|
}, [
|
|
1372
|
-
(l(!0), d(
|
|
1373
|
+
(l(!0), d($, null, C(t.toast.actions, (c, u) => (l(), d("button", {
|
|
1373
1374
|
key: u,
|
|
1374
1375
|
class: h(["toast__action", t.classes.action]),
|
|
1375
|
-
onClick: (
|
|
1376
|
-
},
|
|
1376
|
+
onClick: (m) => o.handleAction(m, c)
|
|
1377
|
+
}, v(c.label), 11, Ln))), 128))
|
|
1377
1378
|
], 2)) : _("", !0),
|
|
1378
1379
|
f("button", {
|
|
1379
1380
|
class: h(["toast__close", t.classes.closeButton]),
|
|
@@ -1383,7 +1384,7 @@ function Hn(e, s, t, n, i, o) {
|
|
|
1383
1384
|
], 2)
|
|
1384
1385
|
], 2);
|
|
1385
1386
|
}
|
|
1386
|
-
const us = /* @__PURE__ */
|
|
1387
|
+
const us = /* @__PURE__ */ p(Fn, [["render", Hn]]), pt = {
|
|
1387
1388
|
toastOptions: {
|
|
1388
1389
|
/**
|
|
1389
1390
|
* Component used to render the toast in the display
|
|
@@ -1481,7 +1482,7 @@ function Nn(e, s, t, n, i, o) {
|
|
|
1481
1482
|
tag: "div"
|
|
1482
1483
|
}, {
|
|
1483
1484
|
default: b(() => [
|
|
1484
|
-
(l(!0), d(
|
|
1485
|
+
(l(!0), d($, null, C(i.toasts, (r) => (l(), y(j(r.component), {
|
|
1485
1486
|
key: r.uid,
|
|
1486
1487
|
toast: r
|
|
1487
1488
|
}, null, 8, ["toast"]))), 128))
|
|
@@ -1490,8 +1491,8 @@ function Nn(e, s, t, n, i, o) {
|
|
|
1490
1491
|
}, 8, ["class"])
|
|
1491
1492
|
], 8, ["to"]);
|
|
1492
1493
|
}
|
|
1493
|
-
const Wn = /* @__PURE__ */
|
|
1494
|
-
function
|
|
1494
|
+
const Wn = /* @__PURE__ */ p(Vn, [["render", Nn]]);
|
|
1495
|
+
function Kd(e, s = {}) {
|
|
1495
1496
|
const t = te.setPluginOptions(s?.plugin);
|
|
1496
1497
|
te.setToastOptions(s?.toast), e.component(t.componentName, us), e.component(t.componentNameDisplay, Wn), e.config.globalProperties.$uluToast = Ze, e.provide("uluToast", Ze);
|
|
1497
1498
|
}
|
|
@@ -1515,10 +1516,10 @@ function Yn(e) {
|
|
|
1515
1516
|
const s = Object.assign({}, Xn, e), t = M(null), n = M(s.initialValue), i = M(null);
|
|
1516
1517
|
return (async () => {
|
|
1517
1518
|
if (!cs()) return;
|
|
1518
|
-
await new Promise((
|
|
1519
|
-
document.readyState === "loading" ? document.addEventListener("DOMContentLoaded", () =>
|
|
1519
|
+
await new Promise((m) => {
|
|
1520
|
+
document.readyState === "loading" ? document.addEventListener("DOMContentLoaded", () => m()) : m();
|
|
1520
1521
|
});
|
|
1521
|
-
const r = await import("./breakpoints-
|
|
1522
|
+
const r = await import("./breakpoints-Cd3pu0Is.js"), { BreakpointManager: a } = r, c = de(new a(s.plugin));
|
|
1522
1523
|
t.value = de(c);
|
|
1523
1524
|
const u = () => {
|
|
1524
1525
|
n.value = c.active, i.value = c.resizeDirection;
|
|
@@ -1536,7 +1537,7 @@ const qn = {
|
|
|
1536
1537
|
*/
|
|
1537
1538
|
managerOptions: {}
|
|
1538
1539
|
};
|
|
1539
|
-
function
|
|
1540
|
+
function Gd(e, s) {
|
|
1540
1541
|
const t = M(!1), n = Object.assign({}, qn, s), { breakpointMobile: i } = n, { onReady: o } = n.managerOptions, r = {
|
|
1541
1542
|
onReady(S) {
|
|
1542
1543
|
S.at(i).max({
|
|
@@ -1551,11 +1552,11 @@ function rf(e, s) {
|
|
|
1551
1552
|
}, a = Object.assign({}, n.managerOptions, r), {
|
|
1552
1553
|
breakpointManager: c,
|
|
1553
1554
|
breakpointActive: u,
|
|
1554
|
-
breakpointDirection:
|
|
1555
|
+
breakpointDirection: m
|
|
1555
1556
|
} = Yn(a);
|
|
1556
|
-
e.provide("uluBreakpointActive", k(() => u.value)), e.provide("uluBreakpointDirection", k(() =>
|
|
1557
|
+
e.provide("uluBreakpointActive", k(() => u.value)), e.provide("uluBreakpointDirection", k(() => m.value)), e.provide("uluBreakpointManager", k(() => c.value)), e.provide("uluIsMobile", k(() => t.value));
|
|
1557
1558
|
}
|
|
1558
|
-
const
|
|
1559
|
+
const Zd = {
|
|
1559
1560
|
__name: "UluAccordion",
|
|
1560
1561
|
props: {
|
|
1561
1562
|
/**
|
|
@@ -1595,35 +1596,35 @@ const af = {
|
|
|
1595
1596
|
},
|
|
1596
1597
|
setup(e) {
|
|
1597
1598
|
const s = e, { resolvedModifiers: t } = se({ props: s, baseClass: "button" });
|
|
1598
|
-
return (n, i) => (l(), y(
|
|
1599
|
+
return (n, i) => (l(), y(I(Hs), { defaultOpen: e.defaultOpen }, {
|
|
1599
1600
|
default: b(({ open: o }) => [
|
|
1600
1601
|
f("div", {
|
|
1601
1602
|
class: h(["accordion", [
|
|
1602
1603
|
{ [e.activeClass]: o },
|
|
1603
1604
|
e.classes.container,
|
|
1604
|
-
|
|
1605
|
+
I(t)
|
|
1605
1606
|
]])
|
|
1606
1607
|
}, [
|
|
1607
|
-
R(
|
|
1608
|
+
R(I(Ds), {
|
|
1608
1609
|
class: h(["accordion__summary", [
|
|
1609
1610
|
{ [e.activeClass]: o },
|
|
1610
1611
|
e.classes.summary
|
|
1611
1612
|
]])
|
|
1612
1613
|
}, {
|
|
1613
1614
|
default: b(() => [
|
|
1614
|
-
|
|
1615
|
+
g(n.$slots, "summary", { open: o }, () => [
|
|
1615
1616
|
(l(), y(j(e.summaryTextElement), null, {
|
|
1616
1617
|
default: b(() => [
|
|
1617
|
-
w(
|
|
1618
|
+
w(v(e.summaryText), 1)
|
|
1618
1619
|
]),
|
|
1619
1620
|
_: 1
|
|
1620
1621
|
}))
|
|
1621
1622
|
]),
|
|
1622
|
-
|
|
1623
|
+
g(n.$slots, "icon", { open: o }, () => [
|
|
1623
1624
|
f("span", {
|
|
1624
1625
|
class: h(["accordion__icon", e.classes.icon])
|
|
1625
1626
|
}, [
|
|
1626
|
-
R(
|
|
1627
|
+
R(V, {
|
|
1627
1628
|
icon: o ? "type:collapse" : "type:expand",
|
|
1628
1629
|
style: { display: "inline" }
|
|
1629
1630
|
}, null, 8, ["icon"])
|
|
@@ -1632,11 +1633,11 @@ const af = {
|
|
|
1632
1633
|
]),
|
|
1633
1634
|
_: 2
|
|
1634
1635
|
}, 1032, ["class"]),
|
|
1635
|
-
R(
|
|
1636
|
+
R(I(Vs), {
|
|
1636
1637
|
class: h(["accordion__content", e.classes.content])
|
|
1637
1638
|
}, {
|
|
1638
1639
|
default: b(() => [
|
|
1639
|
-
|
|
1640
|
+
g(n.$slots, "default", { open: o })
|
|
1640
1641
|
]),
|
|
1641
1642
|
_: 2
|
|
1642
1643
|
}, 1032, ["class"])
|
|
@@ -1813,8 +1814,8 @@ function eo(e, s, t, n, i, o) {
|
|
|
1813
1814
|
"aria-expanded": i.isOpen,
|
|
1814
1815
|
onClick: s[0] || (s[0] = (...r) => o.toggle && o.toggle(...r))
|
|
1815
1816
|
}, [
|
|
1816
|
-
|
|
1817
|
-
w(
|
|
1817
|
+
g(e.$slots, "toggle", { isOpen: i.isOpen }, () => [
|
|
1818
|
+
w(v(t.title), 1)
|
|
1818
1819
|
])
|
|
1819
1820
|
], 8, Zn),
|
|
1820
1821
|
me(f("div", {
|
|
@@ -1824,20 +1825,20 @@ function eo(e, s, t, n, i, o) {
|
|
|
1824
1825
|
id: i.contentId,
|
|
1825
1826
|
"aria-hidden": !i.isOpen,
|
|
1826
1827
|
"aria-labelledby": i.toggleId,
|
|
1827
|
-
style:
|
|
1828
|
+
style: B(o.contentStyles)
|
|
1828
1829
|
}, [
|
|
1829
1830
|
f("div", Qn, [
|
|
1830
|
-
|
|
1831
|
+
g(e.$slots, "default")
|
|
1831
1832
|
])
|
|
1832
1833
|
], 12, Jn), [
|
|
1833
1834
|
[es, !i.isHidden]
|
|
1834
1835
|
])
|
|
1835
1836
|
], 34);
|
|
1836
1837
|
}
|
|
1837
|
-
const bt = /* @__PURE__ */
|
|
1838
|
+
const bt = /* @__PURE__ */ p(Gn, [["render", eo]]), to = {
|
|
1838
1839
|
name: "UluTag",
|
|
1839
1840
|
components: {
|
|
1840
|
-
UluIcon:
|
|
1841
|
+
UluIcon: V
|
|
1841
1842
|
},
|
|
1842
1843
|
props: {
|
|
1843
1844
|
type: [String],
|
|
@@ -1865,7 +1866,7 @@ const bt = /* @__PURE__ */ v(Gn, [["render", eo]]), to = {
|
|
|
1865
1866
|
}
|
|
1866
1867
|
};
|
|
1867
1868
|
function so(e, s, t, n, i, o) {
|
|
1868
|
-
const r =
|
|
1869
|
+
const r = T("UluIcon");
|
|
1869
1870
|
return l(), d("span", {
|
|
1870
1871
|
class: h(["tag", [
|
|
1871
1872
|
{
|
|
@@ -1880,15 +1881,15 @@ function so(e, s, t, n, i, o) {
|
|
|
1880
1881
|
key: 0,
|
|
1881
1882
|
icon: t.icon
|
|
1882
1883
|
}, null, 8, ["icon"])) : _("", !0),
|
|
1883
|
-
|
|
1884
|
-
w(
|
|
1884
|
+
g(e.$slots, "default", {}, () => [
|
|
1885
|
+
w(v(t.text), 1)
|
|
1885
1886
|
])
|
|
1886
1887
|
], 2);
|
|
1887
1888
|
}
|
|
1888
|
-
const no = /* @__PURE__ */
|
|
1889
|
+
const no = /* @__PURE__ */ p(to, [["render", so]]), oo = {
|
|
1889
1890
|
name: "UluMenu",
|
|
1890
1891
|
components: {
|
|
1891
|
-
UluIcon:
|
|
1892
|
+
UluIcon: V,
|
|
1892
1893
|
UluTag: no
|
|
1893
1894
|
},
|
|
1894
1895
|
emits: [
|
|
@@ -1935,61 +1936,61 @@ const no = /* @__PURE__ */ v(to, [["render", so]]), oo = {
|
|
|
1935
1936
|
}
|
|
1936
1937
|
};
|
|
1937
1938
|
function io(e, s, t, n, i, o) {
|
|
1938
|
-
const r =
|
|
1939
|
+
const r = T("UluIcon"), a = T("UluTag"), c = T("UluMenu", !0), u = Kt("ulu-tooltip");
|
|
1939
1940
|
return t.items?.length ? (l(), d("ul", {
|
|
1940
1941
|
key: 0,
|
|
1941
1942
|
class: h(t.classes.list)
|
|
1942
1943
|
}, [
|
|
1943
|
-
(l(!0), d(
|
|
1944
|
+
(l(!0), d($, null, C(t.items, (m, S) => (l(), d("li", {
|
|
1944
1945
|
key: S,
|
|
1945
|
-
class: h([t.classes.item,
|
|
1946
|
+
class: h([t.classes.item, m?.classes?.item])
|
|
1946
1947
|
}, [
|
|
1947
|
-
me((l(), y(j(
|
|
1948
|
-
...
|
|
1949
|
-
...
|
|
1948
|
+
me((l(), y(j(m.to || m.path ? "router-link" : m.click ? "button" : "a"), G({ ref_for: !0 }, {
|
|
1949
|
+
...m.to || m.path ? { to: m.to || m.path } : {},
|
|
1950
|
+
...m.href ? { href: m.href || "#" } : {}
|
|
1950
1951
|
}, {
|
|
1951
1952
|
onClick: (O) => {
|
|
1952
|
-
o.handleItemClick(O,
|
|
1953
|
+
o.handleItemClick(O, m);
|
|
1953
1954
|
},
|
|
1954
|
-
class: [t.classes.link,
|
|
1955
|
+
class: [t.classes.link, m?.classes?.link],
|
|
1955
1956
|
activeClass: t.classes.linkActive,
|
|
1956
1957
|
exactActiveClass: t.classes.linkExactActive,
|
|
1957
|
-
"aria-label": t.iconOnly ?
|
|
1958
|
-
id:
|
|
1958
|
+
"aria-label": t.iconOnly ? m.title : null,
|
|
1959
|
+
id: m.id
|
|
1959
1960
|
}), {
|
|
1960
1961
|
default: b(() => [
|
|
1961
|
-
|
|
1962
|
-
item:
|
|
1962
|
+
g(e.$slots, "default", {
|
|
1963
|
+
item: m,
|
|
1963
1964
|
index: S
|
|
1964
1965
|
}, () => [
|
|
1965
|
-
|
|
1966
|
+
m.icon ? (l(), y(r, {
|
|
1966
1967
|
key: 0,
|
|
1967
|
-
icon:
|
|
1968
|
-
class: h([t.classes.linkIcon,
|
|
1968
|
+
icon: m.icon,
|
|
1969
|
+
class: h([t.classes.linkIcon, m?.classes?.linkIcon])
|
|
1969
1970
|
}, null, 8, ["icon", "class"])) : _("", !0),
|
|
1970
1971
|
f("span", {
|
|
1971
|
-
class: h([t.classes.linkText,
|
|
1972
|
-
},
|
|
1973
|
-
|
|
1972
|
+
class: h([t.classes.linkText, m?.classes?.linkText])
|
|
1973
|
+
}, v(m.title), 3),
|
|
1974
|
+
m.tag ? (l(), y(a, G({
|
|
1974
1975
|
key: 1,
|
|
1975
1976
|
ref_for: !0
|
|
1976
|
-
},
|
|
1977
|
+
}, m.tag), null, 16)) : _("", !0)
|
|
1977
1978
|
])
|
|
1978
1979
|
]),
|
|
1979
1980
|
_: 2
|
|
1980
1981
|
}, 1040, ["onClick", "class", "activeClass", "exactActiveClass", "aria-label", "id"])), [
|
|
1981
|
-
[u, t.iconOnly ?
|
|
1982
|
+
[u, t.iconOnly ? m.title : m.tooltip || null]
|
|
1982
1983
|
]),
|
|
1983
|
-
!t.noChildren &&
|
|
1984
|
+
!t.noChildren && m?.children?.length ? (l(), y(c, {
|
|
1984
1985
|
key: 0,
|
|
1985
1986
|
iconOnly: t.iconOnly,
|
|
1986
1987
|
classes: t.classes,
|
|
1987
|
-
items:
|
|
1988
|
+
items: m.children
|
|
1988
1989
|
}, null, 8, ["iconOnly", "classes", "items"])) : _("", !0)
|
|
1989
1990
|
], 2))), 128))
|
|
1990
1991
|
], 2)) : _("", !0);
|
|
1991
1992
|
}
|
|
1992
|
-
const ds = /* @__PURE__ */
|
|
1993
|
+
const ds = /* @__PURE__ */ p(oo, [["render", io]]), ro = {
|
|
1993
1994
|
name: "UluMenuStack",
|
|
1994
1995
|
components: {
|
|
1995
1996
|
UluMenu: ds
|
|
@@ -2014,7 +2015,7 @@ const ds = /* @__PURE__ */ v(oo, [["render", io]]), ro = {
|
|
|
2014
2015
|
}
|
|
2015
2016
|
};
|
|
2016
2017
|
function ao(e, s, t, n, i, o) {
|
|
2017
|
-
const r =
|
|
2018
|
+
const r = T("UluMenu");
|
|
2018
2019
|
return l(), d("nav", {
|
|
2019
2020
|
class: h(["menu-stack", {
|
|
2020
2021
|
"menu-stack--hanging": t.hanging,
|
|
@@ -2034,7 +2035,7 @@ function ao(e, s, t, n, i, o) {
|
|
|
2034
2035
|
}, null, 8, ["items", "noChildren"])
|
|
2035
2036
|
], 2);
|
|
2036
2037
|
}
|
|
2037
|
-
const lo = /* @__PURE__ */
|
|
2038
|
+
const lo = /* @__PURE__ */ p(ro, [["render", ao]]), co = {
|
|
2038
2039
|
name: "UluDropdown",
|
|
2039
2040
|
components: {
|
|
2040
2041
|
UluPopover: it,
|
|
@@ -2062,10 +2063,10 @@ const lo = /* @__PURE__ */ v(ro, [["render", ao]]), co = {
|
|
|
2062
2063
|
}
|
|
2063
2064
|
};
|
|
2064
2065
|
function uo(e, s, t, n, i, o) {
|
|
2065
|
-
const r =
|
|
2066
|
+
const r = T("UluMenuStack"), a = T("UluPopover");
|
|
2066
2067
|
return l(), y(a, { classes: t.popoverClasses }, {
|
|
2067
2068
|
trigger: b(({ isOpen: c }) => [
|
|
2068
|
-
|
|
2069
|
+
g(e.$slots, "default", { isOpen: c })
|
|
2069
2070
|
]),
|
|
2070
2071
|
content: b(() => [
|
|
2071
2072
|
R(r, { items: t.items }, null, 8, ["items"])
|
|
@@ -2073,15 +2074,15 @@ function uo(e, s, t, n, i, o) {
|
|
|
2073
2074
|
_: 3
|
|
2074
2075
|
}, 8, ["classes"]);
|
|
2075
2076
|
}
|
|
2076
|
-
const
|
|
2077
|
+
const Jd = /* @__PURE__ */ p(co, [["render", uo]]), at = M(!1), je = {
|
|
2077
2078
|
start: [],
|
|
2078
2079
|
end: []
|
|
2079
2080
|
};
|
|
2080
2081
|
function lt() {
|
|
2081
|
-
window.removeEventListener("resize", lt), at.value = !0,
|
|
2082
|
+
window.removeEventListener("resize", lt), at.value = !0, je.start.forEach((e) => e());
|
|
2082
2083
|
}
|
|
2083
2084
|
function fo() {
|
|
2084
|
-
at.value = !1,
|
|
2085
|
+
at.value = !1, je.end.forEach((e) => e()), window.addEventListener("resize", lt);
|
|
2085
2086
|
}
|
|
2086
2087
|
window.addEventListener("resize", lt), window.addEventListener("resize", Pe(fo, 300));
|
|
2087
2088
|
function wt(e, s) {
|
|
@@ -2094,10 +2095,10 @@ function ho() {
|
|
|
2094
2095
|
return {
|
|
2095
2096
|
resizing: at,
|
|
2096
2097
|
onResizeStart(e) {
|
|
2097
|
-
return wt(
|
|
2098
|
+
return wt(je.start, e);
|
|
2098
2099
|
},
|
|
2099
2100
|
onResizeEnd(e) {
|
|
2100
|
-
return wt(
|
|
2101
|
+
return wt(je.end, e);
|
|
2101
2102
|
}
|
|
2102
2103
|
};
|
|
2103
2104
|
}
|
|
@@ -2118,7 +2119,7 @@ function go(e) {
|
|
|
2118
2119
|
}
|
|
2119
2120
|
return s;
|
|
2120
2121
|
}
|
|
2121
|
-
function
|
|
2122
|
+
function Qd(e, s) {
|
|
2122
2123
|
const t = Ks(), n = Gs(), i = k(() => {
|
|
2123
2124
|
const u = parseInt(t.query.page || "1", 10);
|
|
2124
2125
|
return isNaN(u) || u < 1 ? 1 : u;
|
|
@@ -2127,31 +2128,31 @@ function cf(e, s) {
|
|
|
2127
2128
|
i.value > u && n.push({ query: { ...t.query, page: u } });
|
|
2128
2129
|
});
|
|
2129
2130
|
const r = k(() => {
|
|
2130
|
-
const u = (i.value - 1) * s,
|
|
2131
|
-
return e.value.slice(u,
|
|
2131
|
+
const u = (i.value - 1) * s, m = u + s;
|
|
2132
|
+
return e.value.slice(u, m);
|
|
2132
2133
|
}), a = k(() => {
|
|
2133
2134
|
if (o.value <= 1)
|
|
2134
2135
|
return null;
|
|
2135
2136
|
const u = {
|
|
2136
2137
|
pages: {}
|
|
2137
|
-
},
|
|
2138
|
-
|
|
2139
|
-
let
|
|
2138
|
+
}, m = i.value, S = o.value, O = 5, z = (H) => ({ query: { ...t.query, page: H } });
|
|
2139
|
+
m > 1 && (u.first = { href: z(1) }, u.previous = { href: z(m - 1) }), m < S && (u.next = { href: z(m + 1) }, u.last = { href: z(S) });
|
|
2140
|
+
let U, P;
|
|
2140
2141
|
if (S <= O)
|
|
2141
|
-
|
|
2142
|
+
U = 1, P = S;
|
|
2142
2143
|
else {
|
|
2143
2144
|
const H = Math.floor(O / 2), J = Math.ceil(O / 2) - 1;
|
|
2144
|
-
|
|
2145
|
+
m <= H ? (U = 1, P = O) : m + J >= S ? (U = S - O + 1, P = S) : (U = m - H, P = m + J);
|
|
2145
2146
|
}
|
|
2146
|
-
for (let H =
|
|
2147
|
+
for (let H = U; H <= P; H++)
|
|
2147
2148
|
u.pages[H] = { href: z(H) };
|
|
2148
2149
|
return u;
|
|
2149
2150
|
}), c = k(() => {
|
|
2150
2151
|
const u = { previous: !1, next: !1 };
|
|
2151
2152
|
if (!a.value || !a.value.pages) return u;
|
|
2152
|
-
const
|
|
2153
|
-
if (
|
|
2154
|
-
const S = Math.min(...
|
|
2153
|
+
const m = Object.keys(a.value.pages).map(Number);
|
|
2154
|
+
if (m.length === 0) return u;
|
|
2155
|
+
const S = Math.min(...m), O = Math.max(...m);
|
|
2155
2156
|
return S > 1 && (u.previous = !0), O < o.value && (u.next = !0), u;
|
|
2156
2157
|
});
|
|
2157
2158
|
return {
|
|
@@ -2162,7 +2163,7 @@ function cf(e, s) {
|
|
|
2162
2163
|
pagerEllipses: c
|
|
2163
2164
|
};
|
|
2164
2165
|
}
|
|
2165
|
-
const _o = { class: "layout-flex-baseline" }, yo = { class: "type-word-break" },
|
|
2166
|
+
const _o = { class: "layout-flex-baseline" }, yo = { class: "type-word-break" }, ef = {
|
|
2166
2167
|
__name: "UluOverflowPopover",
|
|
2167
2168
|
props: {
|
|
2168
2169
|
/**
|
|
@@ -2177,44 +2178,44 @@ const _o = { class: "layout-flex-baseline" }, yo = { class: "type-word-break" },
|
|
|
2177
2178
|
i.value = a.offsetWidth < a.scrollWidth;
|
|
2178
2179
|
});
|
|
2179
2180
|
}, r = t(o);
|
|
2180
|
-
return
|
|
2181
|
+
return Bs(o), Ps(r), (a, c) => (l(), d("div", _o, [
|
|
2181
2182
|
f("div", {
|
|
2182
2183
|
class: "type-truncate",
|
|
2183
2184
|
ref_key: "text",
|
|
2184
2185
|
ref: n
|
|
2185
2186
|
}, [
|
|
2186
|
-
|
|
2187
|
+
g(a.$slots, "default")
|
|
2187
2188
|
], 512),
|
|
2188
|
-
i.value && !
|
|
2189
|
+
i.value && !I(s) ? (l(), y(it, {
|
|
2189
2190
|
key: 0,
|
|
2190
2191
|
triggerAlt: "Show Full Text",
|
|
2191
2192
|
size: "large"
|
|
2192
2193
|
}, {
|
|
2193
2194
|
trigger: b(() => [
|
|
2194
|
-
R(
|
|
2195
|
+
R(V, {
|
|
2195
2196
|
icon: e.triggerIcon || "type:ellipsis"
|
|
2196
2197
|
}, null, 8, ["icon"])
|
|
2197
2198
|
]),
|
|
2198
2199
|
content: b(() => [
|
|
2199
2200
|
f("div", yo, [
|
|
2200
|
-
|
|
2201
|
+
g(a.$slots, "default")
|
|
2201
2202
|
])
|
|
2202
2203
|
]),
|
|
2203
2204
|
_: 3
|
|
2204
2205
|
})) : _("", !0)
|
|
2205
2206
|
]));
|
|
2206
2207
|
}
|
|
2207
|
-
},
|
|
2208
|
+
}, tf = {
|
|
2208
2209
|
__name: "UluTab",
|
|
2209
2210
|
setup(e) {
|
|
2210
|
-
return (s, t) => (l(), y(
|
|
2211
|
+
return (s, t) => (l(), y(I(Ns), null, {
|
|
2211
2212
|
default: b((n) => [
|
|
2212
|
-
|
|
2213
|
+
g(s.$slots, "default", N(Y(n)))
|
|
2213
2214
|
]),
|
|
2214
2215
|
_: 3
|
|
2215
2216
|
}));
|
|
2216
2217
|
}
|
|
2217
|
-
},
|
|
2218
|
+
}, sf = /* @__PURE__ */ Object.assign({
|
|
2218
2219
|
inheritAttrs: !1
|
|
2219
2220
|
}, {
|
|
2220
2221
|
__name: "UluTabGroup",
|
|
@@ -2229,7 +2230,7 @@ const _o = { class: "layout-flex-baseline" }, yo = { class: "type-word-break" },
|
|
|
2229
2230
|
vertical: Boolean
|
|
2230
2231
|
},
|
|
2231
2232
|
setup(e) {
|
|
2232
|
-
return (s, t) => (l(), y(
|
|
2233
|
+
return (s, t) => (l(), y(I(Ws), {
|
|
2233
2234
|
defaultIndex: e.defaultIndex,
|
|
2234
2235
|
vertical: e.vertical
|
|
2235
2236
|
}, {
|
|
@@ -2239,38 +2240,38 @@ const _o = { class: "layout-flex-baseline" }, yo = { class: "type-word-break" },
|
|
|
2239
2240
|
"tabs--vertical": e.vertical
|
|
2240
2241
|
}])
|
|
2241
2242
|
}, [
|
|
2242
|
-
|
|
2243
|
+
g(s.$slots, "default", N(Y(n)))
|
|
2243
2244
|
], 2)
|
|
2244
2245
|
]),
|
|
2245
2246
|
_: 3
|
|
2246
2247
|
}, 8, ["defaultIndex", "vertical"]));
|
|
2247
2248
|
}
|
|
2248
|
-
}),
|
|
2249
|
+
}), nf = {
|
|
2249
2250
|
__name: "UluTabList",
|
|
2250
2251
|
setup(e) {
|
|
2251
|
-
return (s, t) => (l(), y(
|
|
2252
|
+
return (s, t) => (l(), y(I(Xs), { class: "tabs__tablist" }, {
|
|
2252
2253
|
default: b(() => [
|
|
2253
|
-
|
|
2254
|
+
g(s.$slots, "default")
|
|
2254
2255
|
]),
|
|
2255
2256
|
_: 3
|
|
2256
2257
|
}));
|
|
2257
2258
|
}
|
|
2258
|
-
},
|
|
2259
|
+
}, of = {
|
|
2259
2260
|
__name: "UluTabPanel",
|
|
2260
2261
|
setup(e) {
|
|
2261
|
-
return (s, t) => (l(), y(
|
|
2262
|
+
return (s, t) => (l(), y(I(Ys), null, {
|
|
2262
2263
|
default: b((n) => [
|
|
2263
|
-
|
|
2264
|
+
g(s.$slots, "default", N(Y(n)))
|
|
2264
2265
|
]),
|
|
2265
2266
|
_: 3
|
|
2266
2267
|
}));
|
|
2267
2268
|
}
|
|
2268
|
-
},
|
|
2269
|
+
}, rf = {
|
|
2269
2270
|
__name: "UluTabPanels",
|
|
2270
2271
|
setup(e) {
|
|
2271
|
-
return (s, t) => (l(), y(
|
|
2272
|
+
return (s, t) => (l(), y(I(qs), null, {
|
|
2272
2273
|
default: b((n) => [
|
|
2273
|
-
|
|
2274
|
+
g(s.$slots, "default", N(Y(n)))
|
|
2274
2275
|
]),
|
|
2275
2276
|
_: 3
|
|
2276
2277
|
}));
|
|
@@ -2278,7 +2279,7 @@ const _o = { class: "layout-flex-baseline" }, yo = { class: "type-word-break" },
|
|
|
2278
2279
|
}, vo = {
|
|
2279
2280
|
name: "UluButton",
|
|
2280
2281
|
components: {
|
|
2281
|
-
UluIcon:
|
|
2282
|
+
UluIcon: V
|
|
2282
2283
|
},
|
|
2283
2284
|
props: {
|
|
2284
2285
|
/**
|
|
@@ -2369,7 +2370,7 @@ const _o = { class: "layout-flex-baseline" }, yo = { class: "type-word-break" },
|
|
|
2369
2370
|
return s && e.push(`button--${s}`), e;
|
|
2370
2371
|
},
|
|
2371
2372
|
element() {
|
|
2372
|
-
return this.to ?
|
|
2373
|
+
return this.to ? Be : this.href ? "a" : "button";
|
|
2373
2374
|
},
|
|
2374
2375
|
attrs() {
|
|
2375
2376
|
const { to: e, href: s, download: t, target: n } = this, i = e ? { to: e } : s ? { href: s } : {};
|
|
@@ -2378,7 +2379,7 @@ const _o = { class: "layout-flex-baseline" }, yo = { class: "type-word-break" },
|
|
|
2378
2379
|
}
|
|
2379
2380
|
}, po = { key: 1 };
|
|
2380
2381
|
function bo(e, s, t, n, i, o) {
|
|
2381
|
-
const r =
|
|
2382
|
+
const r = T("UluIcon");
|
|
2382
2383
|
return l(), y(j(o.element), G({
|
|
2383
2384
|
class: ["button", [
|
|
2384
2385
|
{
|
|
@@ -2396,15 +2397,15 @@ function bo(e, s, t, n, i, o) {
|
|
|
2396
2397
|
]]
|
|
2397
2398
|
}, o.attrs, { "aria-label": o.resolvedAriaLabel }), {
|
|
2398
2399
|
default: b(() => [
|
|
2399
|
-
|
|
2400
|
+
g(e.$slots, "before"),
|
|
2400
2401
|
t.icon && (t.iconBefore || t.iconOnly) ? (l(), y(r, {
|
|
2401
2402
|
key: 0,
|
|
2402
2403
|
icon: t.icon,
|
|
2403
2404
|
class: "button__icon"
|
|
2404
2405
|
}, null, 8, ["icon"])) : _("", !0),
|
|
2405
2406
|
(e.$slots.default || t.text) && !t.iconOnly ? (l(), d("span", po, [
|
|
2406
|
-
|
|
2407
|
-
w(
|
|
2407
|
+
g(e.$slots, "default", {}, () => [
|
|
2408
|
+
w(v(t.text), 1)
|
|
2408
2409
|
])
|
|
2409
2410
|
])) : _("", !0),
|
|
2410
2411
|
t.icon && !t.iconBefore && !t.iconOnly ? (l(), y(r, {
|
|
@@ -2412,16 +2413,16 @@ function bo(e, s, t, n, i, o) {
|
|
|
2412
2413
|
icon: t.icon,
|
|
2413
2414
|
class: "button__icon"
|
|
2414
2415
|
}, null, 8, ["icon"])) : _("", !0),
|
|
2415
|
-
|
|
2416
|
+
g(e.$slots, "after")
|
|
2416
2417
|
]),
|
|
2417
2418
|
_: 3
|
|
2418
2419
|
}, 16, ["class", "aria-label"]);
|
|
2419
2420
|
}
|
|
2420
|
-
const wo = /* @__PURE__ */
|
|
2421
|
+
const wo = /* @__PURE__ */ p(vo, [["render", bo]]), So = {
|
|
2421
2422
|
name: "UluAlert",
|
|
2422
2423
|
components: {
|
|
2423
2424
|
UluButton: wo,
|
|
2424
|
-
UluIcon:
|
|
2425
|
+
UluIcon: V
|
|
2425
2426
|
},
|
|
2426
2427
|
props: {
|
|
2427
2428
|
/**
|
|
@@ -2467,8 +2468,8 @@ const wo = /* @__PURE__ */ v(vo, [["render", bo]]), So = {
|
|
|
2467
2468
|
key: 0,
|
|
2468
2469
|
class: "margin-left-auto align-self-center"
|
|
2469
2470
|
};
|
|
2470
|
-
function
|
|
2471
|
-
const r =
|
|
2471
|
+
function Ao(e, s, t, n, i, o) {
|
|
2472
|
+
const r = T("UluIcon");
|
|
2472
2473
|
return l(), d("div", {
|
|
2473
2474
|
class: h(["callout", n.resolvedModifiers])
|
|
2474
2475
|
}, [
|
|
@@ -2479,23 +2480,23 @@ function $o(e, s, t, n, i, o) {
|
|
|
2479
2480
|
}, null, 8, ["class", "icon"]),
|
|
2480
2481
|
f("div", Co, [
|
|
2481
2482
|
f("div", null, [
|
|
2482
|
-
|
|
2483
|
-
f("strong", null,
|
|
2483
|
+
g(e.$slots, "title", {}, () => [
|
|
2484
|
+
f("strong", null, v(t.title), 1)
|
|
2484
2485
|
])
|
|
2485
2486
|
]),
|
|
2486
2487
|
f("div", null, [
|
|
2487
|
-
|
|
2488
|
-
w(
|
|
2488
|
+
g(e.$slots, "description", {}, () => [
|
|
2489
|
+
w(v(t.description), 1)
|
|
2489
2490
|
])
|
|
2490
2491
|
])
|
|
2491
2492
|
]),
|
|
2492
2493
|
e.$slots.action ? (l(), d("div", To, [
|
|
2493
|
-
|
|
2494
|
+
g(e.$slots, "action")
|
|
2494
2495
|
])) : _("", !0)
|
|
2495
2496
|
])
|
|
2496
2497
|
], 2);
|
|
2497
2498
|
}
|
|
2498
|
-
const
|
|
2499
|
+
const af = /* @__PURE__ */ p(So, [["render", Ao]]), $o = {
|
|
2499
2500
|
name: "UluBadge",
|
|
2500
2501
|
props: {
|
|
2501
2502
|
skeleton: Boolean,
|
|
@@ -2513,14 +2514,14 @@ const _f = /* @__PURE__ */ v(So, [["render", $o]]), Ao = {
|
|
|
2513
2514
|
},
|
|
2514
2515
|
element() {
|
|
2515
2516
|
const { click: e, to: s, href: t } = this;
|
|
2516
|
-
return e ? "button" : s ?
|
|
2517
|
+
return e ? "button" : s ? Be : t ? "a" : "span";
|
|
2517
2518
|
}
|
|
2518
2519
|
}
|
|
2519
2520
|
}, Oo = ["aria-hidden"], Ro = {
|
|
2520
2521
|
key: 2,
|
|
2521
2522
|
class: "hidden-visually"
|
|
2522
2523
|
};
|
|
2523
|
-
function
|
|
2524
|
+
function Uo(e, s, t, n, i, o) {
|
|
2524
2525
|
return l(), y(j(o.element), {
|
|
2525
2526
|
class: h(["badge", [
|
|
2526
2527
|
t.size ? `badge--${t.size}` : null,
|
|
@@ -2538,17 +2539,17 @@ function xo(e, s, t, n, i, o) {
|
|
|
2538
2539
|
t.text ? (l(), d("span", {
|
|
2539
2540
|
key: 0,
|
|
2540
2541
|
"aria-hidden": t.alt ? "true" : null
|
|
2541
|
-
},
|
|
2542
|
-
t.alt ? (l(), d("span", Ro,
|
|
2542
|
+
}, v(t.text), 9, Oo)) : g(e.$slots, "default", { key: 1 }),
|
|
2543
|
+
t.alt ? (l(), d("span", Ro, v(t.alt), 1)) : _("", !0)
|
|
2543
2544
|
], 2)
|
|
2544
2545
|
]),
|
|
2545
2546
|
_: 3
|
|
2546
2547
|
}, 8, ["class", "to", "href", "onClick"]);
|
|
2547
2548
|
}
|
|
2548
|
-
const
|
|
2549
|
+
const xo = /* @__PURE__ */ p($o, [["render", Uo]]), Eo = {
|
|
2549
2550
|
name: "UluBadgeStack",
|
|
2550
2551
|
components: {
|
|
2551
|
-
UluBadge:
|
|
2552
|
+
UluBadge: xo
|
|
2552
2553
|
},
|
|
2553
2554
|
props: {
|
|
2554
2555
|
/**
|
|
@@ -2556,11 +2557,11 @@ const Uo = /* @__PURE__ */ v(Ao, [["render", xo]]), Io = {
|
|
|
2556
2557
|
*/
|
|
2557
2558
|
items: Array
|
|
2558
2559
|
}
|
|
2559
|
-
},
|
|
2560
|
+
}, Io = { class: "badge-stack" };
|
|
2560
2561
|
function zo(e, s, t, n, i, o) {
|
|
2561
|
-
const r =
|
|
2562
|
-
return l(), d("ul",
|
|
2563
|
-
(l(!0), d(
|
|
2562
|
+
const r = T("UluBadge");
|
|
2563
|
+
return l(), d("ul", Io, [
|
|
2564
|
+
(l(!0), d($, null, C(t.items, (a, c) => (l(), d("li", {
|
|
2564
2565
|
class: "badge-stack__item",
|
|
2565
2566
|
key: c
|
|
2566
2567
|
}, [
|
|
@@ -2568,10 +2569,10 @@ function zo(e, s, t, n, i, o) {
|
|
|
2568
2569
|
]))), 128))
|
|
2569
2570
|
]);
|
|
2570
2571
|
}
|
|
2571
|
-
const
|
|
2572
|
+
const lf = /* @__PURE__ */ p(Eo, [["render", zo]]), jo = {
|
|
2572
2573
|
name: "UluButtonVerbose",
|
|
2573
2574
|
components: {
|
|
2574
|
-
UluIcon:
|
|
2575
|
+
UluIcon: V
|
|
2575
2576
|
},
|
|
2576
2577
|
props: {
|
|
2577
2578
|
/**
|
|
@@ -2628,7 +2629,7 @@ const yf = /* @__PURE__ */ v(Io, [["render", zo]]), jo = {
|
|
|
2628
2629
|
},
|
|
2629
2630
|
computed: {
|
|
2630
2631
|
element() {
|
|
2631
|
-
return this.to ?
|
|
2632
|
+
return this.to ? Be : this.href ? "a" : "button";
|
|
2632
2633
|
},
|
|
2633
2634
|
attrs() {
|
|
2634
2635
|
const { to: e, href: s, download: t, target: n } = this, i = e ? { to: e } : s ? { href: s } : {};
|
|
@@ -2639,8 +2640,8 @@ const yf = /* @__PURE__ */ v(Io, [["render", zo]]), jo = {
|
|
|
2639
2640
|
key: 1,
|
|
2640
2641
|
class: "button-verbose__body"
|
|
2641
2642
|
};
|
|
2642
|
-
function
|
|
2643
|
-
const r =
|
|
2643
|
+
function Bo(e, s, t, n, i, o) {
|
|
2644
|
+
const r = T("UluIcon");
|
|
2644
2645
|
return l(), y(j(o.element), G({
|
|
2645
2646
|
class: ["button-verbose", [
|
|
2646
2647
|
{
|
|
@@ -2656,15 +2657,15 @@ function Fo(e, s, t, n, i, o) {
|
|
|
2656
2657
|
class: "button-verbose__title"
|
|
2657
2658
|
}, {
|
|
2658
2659
|
default: b(() => [
|
|
2659
|
-
|
|
2660
|
-
w(
|
|
2660
|
+
g(e.$slots, "title", {}, () => [
|
|
2661
|
+
w(v(t.title), 1)
|
|
2661
2662
|
])
|
|
2662
2663
|
]),
|
|
2663
2664
|
_: 3
|
|
2664
2665
|
})) : _("", !0),
|
|
2665
2666
|
e.$slots.default || t.body ? (l(), d("span", Mo, [
|
|
2666
|
-
|
|
2667
|
-
w(
|
|
2667
|
+
g(e.$slots, "default", {}, () => [
|
|
2668
|
+
w(v(t.body), 1)
|
|
2668
2669
|
])
|
|
2669
2670
|
])) : _("", !0),
|
|
2670
2671
|
t.icon ? (l(), y(r, {
|
|
@@ -2677,7 +2678,7 @@ function Fo(e, s, t, n, i, o) {
|
|
|
2677
2678
|
_: 3
|
|
2678
2679
|
}, 16, ["class"]);
|
|
2679
2680
|
}
|
|
2680
|
-
const
|
|
2681
|
+
const cf = /* @__PURE__ */ p(jo, [["render", Bo]]), Po = {
|
|
2681
2682
|
name: "UluCallout",
|
|
2682
2683
|
props: {
|
|
2683
2684
|
/**
|
|
@@ -2695,14 +2696,14 @@ const vf = /* @__PURE__ */ v(jo, [["render", Fo]]), Po = {
|
|
|
2695
2696
|
return { resolvedModifiers: s };
|
|
2696
2697
|
}
|
|
2697
2698
|
};
|
|
2698
|
-
function
|
|
2699
|
+
function Fo(e, s, t, n, i, o) {
|
|
2699
2700
|
return l(), d("div", {
|
|
2700
2701
|
class: h(["callout", [n.resolvedModifiers, { "full-height": t.fullHeight }]])
|
|
2701
2702
|
}, [
|
|
2702
|
-
|
|
2703
|
+
g(e.$slots, "default")
|
|
2703
2704
|
], 2);
|
|
2704
2705
|
}
|
|
2705
|
-
const
|
|
2706
|
+
const uf = /* @__PURE__ */ p(Po, [["render", Fo]]), kt = (e, s) => {
|
|
2706
2707
|
const t = !(s.to || s.href);
|
|
2707
2708
|
return t || console.warn("'titleHref' and 'titleTo' can't be used with to or href (nesting links)"), t;
|
|
2708
2709
|
}, Lo = {
|
|
@@ -2831,7 +2832,7 @@ const pf = /* @__PURE__ */ v(Po, [["render", Bo]]), kt = (e, s) => {
|
|
|
2831
2832
|
computed: {
|
|
2832
2833
|
resolvedElement() {
|
|
2833
2834
|
const { cardElement: e, to: s, href: t } = this;
|
|
2834
|
-
return s ?
|
|
2835
|
+
return s ? Be : t ? "a" : e;
|
|
2835
2836
|
}
|
|
2836
2837
|
},
|
|
2837
2838
|
methods: {
|
|
@@ -2854,7 +2855,7 @@ const pf = /* @__PURE__ */ v(Po, [["render", Bo]]), kt = (e, s) => {
|
|
|
2854
2855
|
class: "card__footer"
|
|
2855
2856
|
};
|
|
2856
2857
|
function Yo(e, s, t, n, i, o) {
|
|
2857
|
-
const r =
|
|
2858
|
+
const r = T("router-link");
|
|
2858
2859
|
return l(), y(j(o.resolvedElement), {
|
|
2859
2860
|
class: h(["card", [
|
|
2860
2861
|
{
|
|
@@ -2866,7 +2867,7 @@ function Yo(e, s, t, n, i, o) {
|
|
|
2866
2867
|
]]),
|
|
2867
2868
|
onMousedown: o.onMousedown,
|
|
2868
2869
|
onMouseup: o.onMouseup,
|
|
2869
|
-
style:
|
|
2870
|
+
style: B({ cursor: i.cursorStyle }),
|
|
2870
2871
|
target: t.target,
|
|
2871
2872
|
to: t.to,
|
|
2872
2873
|
href: t.href,
|
|
@@ -2886,8 +2887,8 @@ function Yo(e, s, t, n, i, o) {
|
|
|
2886
2887
|
ref: "link"
|
|
2887
2888
|
}, {
|
|
2888
2889
|
default: b(() => [
|
|
2889
|
-
|
|
2890
|
-
w(
|
|
2890
|
+
g(e.$slots, "title", {}, () => [
|
|
2891
|
+
w(v(t.title), 1)
|
|
2891
2892
|
])
|
|
2892
2893
|
]),
|
|
2893
2894
|
_: 3
|
|
@@ -2898,19 +2899,19 @@ function Yo(e, s, t, n, i, o) {
|
|
|
2898
2899
|
target: t.titleTarget,
|
|
2899
2900
|
ref: "link"
|
|
2900
2901
|
}, [
|
|
2901
|
-
|
|
2902
|
-
w(
|
|
2902
|
+
g(e.$slots, "title", {}, () => [
|
|
2903
|
+
w(v(t.title), 1)
|
|
2903
2904
|
])
|
|
2904
|
-
], 8, Vo)) :
|
|
2905
|
-
w(
|
|
2905
|
+
], 8, Vo)) : g(e.$slots, "title", { key: 2 }, () => [
|
|
2906
|
+
w(v(t.title), 1)
|
|
2906
2907
|
])
|
|
2907
2908
|
]),
|
|
2908
2909
|
_: 3
|
|
2909
2910
|
}, 8, ["class"])),
|
|
2910
|
-
|
|
2911
|
+
g(e.$slots, "body")
|
|
2911
2912
|
]),
|
|
2912
|
-
e.$slots.
|
|
2913
|
-
|
|
2913
|
+
e.$slots.aside ? (l(), d("div", No, [
|
|
2914
|
+
g(e.$slots, "aside")
|
|
2914
2915
|
])) : _("", !0)
|
|
2915
2916
|
]),
|
|
2916
2917
|
e.$slots.image || t.imageSrc ? (l(), d("div", {
|
|
@@ -2920,7 +2921,7 @@ function Yo(e, s, t, n, i, o) {
|
|
|
2920
2921
|
t.classes.image
|
|
2921
2922
|
]])
|
|
2922
2923
|
}, [
|
|
2923
|
-
|
|
2924
|
+
g(e.$slots, "image", {}, () => [
|
|
2924
2925
|
f("img", {
|
|
2925
2926
|
src: t.imageSrc,
|
|
2926
2927
|
alt: t.imageAlt
|
|
@@ -2928,13 +2929,13 @@ function Yo(e, s, t, n, i, o) {
|
|
|
2928
2929
|
])
|
|
2929
2930
|
], 2)) : _("", !0),
|
|
2930
2931
|
e.$slots.footer ? (l(), d("div", Xo, [
|
|
2931
|
-
|
|
2932
|
+
g(e.$slots, "footer")
|
|
2932
2933
|
])) : _("", !0)
|
|
2933
2934
|
]),
|
|
2934
2935
|
_: 3
|
|
2935
2936
|
}, 40, ["onMousedown", "onMouseup", "class", "style", "target", "to", "href", "data-ulu-proxy-click-init"]);
|
|
2936
2937
|
}
|
|
2937
|
-
const
|
|
2938
|
+
const df = /* @__PURE__ */ p(Lo, [["render", Yo]]), qo = {
|
|
2938
2939
|
name: "UluDefinitionList",
|
|
2939
2940
|
props: {
|
|
2940
2941
|
/**
|
|
@@ -2955,37 +2956,37 @@ function Ko(e, s, t, n, i, o) {
|
|
|
2955
2956
|
return l(), d("dl", {
|
|
2956
2957
|
class: h(t.classes.list)
|
|
2957
2958
|
}, [
|
|
2958
|
-
(l(!0), d(
|
|
2959
|
+
(l(!0), d($, null, C(t.items, (r, a) => (l(), d("div", {
|
|
2959
2960
|
key: a,
|
|
2960
2961
|
class: h(t.classes.item)
|
|
2961
2962
|
}, [
|
|
2962
2963
|
f("dt", {
|
|
2963
2964
|
class: h(t.classes.term)
|
|
2964
2965
|
}, [
|
|
2965
|
-
|
|
2966
|
+
g(e.$slots, "term", {
|
|
2966
2967
|
item: r,
|
|
2967
2968
|
index: a
|
|
2968
2969
|
}, () => [
|
|
2969
|
-
w(
|
|
2970
|
+
w(v(r.term), 1)
|
|
2970
2971
|
])
|
|
2971
2972
|
], 2),
|
|
2972
2973
|
f("dd", {
|
|
2973
2974
|
class: h(t.classes.description)
|
|
2974
2975
|
}, [
|
|
2975
|
-
|
|
2976
|
+
g(e.$slots, "description", {
|
|
2976
2977
|
item: r,
|
|
2977
2978
|
index: a
|
|
2978
2979
|
}, () => [
|
|
2979
|
-
w(
|
|
2980
|
+
w(v(r.description), 1)
|
|
2980
2981
|
])
|
|
2981
2982
|
], 2)
|
|
2982
2983
|
], 2))), 128))
|
|
2983
2984
|
], 2);
|
|
2984
2985
|
}
|
|
2985
|
-
const
|
|
2986
|
+
const ff = /* @__PURE__ */ p(qo, [["render", Ko]]), Go = {
|
|
2986
2987
|
name: "UluExternalLink",
|
|
2987
2988
|
components: {
|
|
2988
|
-
UluIcon:
|
|
2989
|
+
UluIcon: V
|
|
2989
2990
|
},
|
|
2990
2991
|
props: {
|
|
2991
2992
|
/**
|
|
@@ -3010,15 +3011,15 @@ const wf = /* @__PURE__ */ v(qo, [["render", Ko]]), Go = {
|
|
|
3010
3011
|
}
|
|
3011
3012
|
}, Zo = ["href", "target"], Jo = { class: "external-link__text" };
|
|
3012
3013
|
function Qo(e, s, t, n, i, o) {
|
|
3013
|
-
const r =
|
|
3014
|
+
const r = T("UluIcon");
|
|
3014
3015
|
return l(), d("a", {
|
|
3015
3016
|
class: "external-link",
|
|
3016
3017
|
href: t.href,
|
|
3017
3018
|
target: t.target
|
|
3018
3019
|
}, [
|
|
3019
3020
|
f("span", Jo, [
|
|
3020
|
-
|
|
3021
|
-
w(
|
|
3021
|
+
g(e.$slots, "default", {}, () => [
|
|
3022
|
+
w(v(t.text), 1)
|
|
3022
3023
|
])
|
|
3023
3024
|
]),
|
|
3024
3025
|
R(r, {
|
|
@@ -3027,7 +3028,7 @@ function Qo(e, s, t, n, i, o) {
|
|
|
3027
3028
|
}, null, 8, ["icon"])
|
|
3028
3029
|
], 8, Zo);
|
|
3029
3030
|
}
|
|
3030
|
-
const
|
|
3031
|
+
const hf = /* @__PURE__ */ p(Go, [["render", Qo]]), ei = {
|
|
3031
3032
|
name: "UluList",
|
|
3032
3033
|
props: {
|
|
3033
3034
|
/**
|
|
@@ -3093,35 +3094,35 @@ function ti(e, s, t, n, i, o) {
|
|
|
3093
3094
|
},
|
|
3094
3095
|
t.classes.list
|
|
3095
3096
|
]),
|
|
3096
|
-
style:
|
|
3097
|
+
style: B({
|
|
3097
3098
|
listStyleType: t.listStyleType
|
|
3098
3099
|
}),
|
|
3099
3100
|
reversed: t.reversed,
|
|
3100
3101
|
start: t.start
|
|
3101
3102
|
}, {
|
|
3102
3103
|
default: b(() => [
|
|
3103
|
-
(l(!0), d(
|
|
3104
|
+
(l(!0), d($, null, C(t.items, (r, a) => (l(), d("li", {
|
|
3104
3105
|
key: a,
|
|
3105
3106
|
class: h(t.classes.listItem)
|
|
3106
3107
|
}, [
|
|
3107
|
-
|
|
3108
|
+
g(e.$slots, "default", {
|
|
3108
3109
|
item: r,
|
|
3109
3110
|
index: a
|
|
3110
3111
|
}, () => [
|
|
3111
|
-
w(
|
|
3112
|
+
w(v(r), 1)
|
|
3112
3113
|
])
|
|
3113
3114
|
], 2))), 128))
|
|
3114
3115
|
]),
|
|
3115
3116
|
_: 3
|
|
3116
3117
|
}, 8, ["class", "style", "reversed", "start"]);
|
|
3117
3118
|
}
|
|
3118
|
-
const
|
|
3119
|
+
const mf = /* @__PURE__ */ p(ei, [["render", ti]]), si = {}, ni = { id: "main-content" };
|
|
3119
3120
|
function oi(e, s) {
|
|
3120
3121
|
return l(), d("main", ni, [
|
|
3121
|
-
|
|
3122
|
+
g(e.$slots, "default")
|
|
3122
3123
|
]);
|
|
3123
3124
|
}
|
|
3124
|
-
const
|
|
3125
|
+
const gf = /* @__PURE__ */ p(si, [["render", oi]]), ii = {
|
|
3125
3126
|
name: "UluSpokeSpinner",
|
|
3126
3127
|
props: {
|
|
3127
3128
|
/**
|
|
@@ -3156,7 +3157,7 @@ function ri(e, s, t, n, i, o) {
|
|
|
3156
3157
|
], -1)
|
|
3157
3158
|
]), 2);
|
|
3158
3159
|
}
|
|
3159
|
-
const
|
|
3160
|
+
const _f = /* @__PURE__ */ p(ii, [["render", ri]]), ai = {
|
|
3160
3161
|
name: "UluCheckboxMenu",
|
|
3161
3162
|
props: {
|
|
3162
3163
|
options: Array
|
|
@@ -3169,7 +3170,7 @@ const Tf = /* @__PURE__ */ v(ii, [["render", ri]]), ai = {
|
|
|
3169
3170
|
}, li = { class: "site-menu site-form" }, ci = { class: "site-menu__checkbox" }, ui = ["id", "onUpdate:modelValue"], di = ["for"];
|
|
3170
3171
|
function fi(e, s, t, n, i, o) {
|
|
3171
3172
|
return l(), d("ul", li, [
|
|
3172
|
-
(l(!0), d(
|
|
3173
|
+
(l(!0), d($, null, C(t.options, (r, a) => (l(), d("li", {
|
|
3173
3174
|
class: "site-menu__item",
|
|
3174
3175
|
key: a
|
|
3175
3176
|
}, [
|
|
@@ -3179,20 +3180,20 @@ function fi(e, s, t, n, i, o) {
|
|
|
3179
3180
|
id: o.getId(a),
|
|
3180
3181
|
"onUpdate:modelValue": (c) => r.checked = c
|
|
3181
3182
|
}, null, 8, ui), [
|
|
3182
|
-
[
|
|
3183
|
+
[Fs, r.checked]
|
|
3183
3184
|
]),
|
|
3184
3185
|
f("label", {
|
|
3185
3186
|
for: o.getId(a)
|
|
3186
3187
|
}, [
|
|
3187
|
-
|
|
3188
|
-
w(
|
|
3188
|
+
g(e.$slots, "default", {}, () => [
|
|
3189
|
+
w(v(r?.title || r?.text), 1)
|
|
3189
3190
|
])
|
|
3190
3191
|
], 8, di)
|
|
3191
3192
|
])
|
|
3192
3193
|
]))), 128))
|
|
3193
3194
|
]);
|
|
3194
3195
|
}
|
|
3195
|
-
const
|
|
3196
|
+
const yf = /* @__PURE__ */ p(ai, [["render", fi]]), hi = {
|
|
3196
3197
|
name: "FileDisplay",
|
|
3197
3198
|
props: {
|
|
3198
3199
|
file: {
|
|
@@ -3211,7 +3212,7 @@ const $f = /* @__PURE__ */ v(ai, [["render", fi]]), hi = {
|
|
|
3211
3212
|
}
|
|
3212
3213
|
}, mi = ["href", "download"], gi = { class: "margin-left-small-x" }, _i = { class: "tag tag--small tag--outline type-small-x" };
|
|
3213
3214
|
function yi(e, s, t, n, i, o) {
|
|
3214
|
-
const r =
|
|
3215
|
+
const r = T("FaIcon");
|
|
3215
3216
|
return l(), d("a", {
|
|
3216
3217
|
class: "layout-flex-baseline",
|
|
3217
3218
|
href: o.fileUrl,
|
|
@@ -3222,12 +3223,12 @@ function yi(e, s, t, n, i, o) {
|
|
|
3222
3223
|
icon: ["far", e.$site.getIcon("file")]
|
|
3223
3224
|
}, null, 8, ["icon"]),
|
|
3224
3225
|
f("span", gi, [
|
|
3225
|
-
w(
|
|
3226
|
-
f("span", _i,
|
|
3226
|
+
w(v(t.file.name) + " ", 1),
|
|
3227
|
+
f("span", _i, v(o.fileSize), 1)
|
|
3227
3228
|
])
|
|
3228
3229
|
], 8, mi);
|
|
3229
3230
|
}
|
|
3230
|
-
const
|
|
3231
|
+
const vf = /* @__PURE__ */ p(hi, [["render", yi]]);
|
|
3231
3232
|
let vi = 0;
|
|
3232
3233
|
const pi = {
|
|
3233
3234
|
name: "FormFile",
|
|
@@ -3259,8 +3260,8 @@ function ki(e, s, t, n, i, o) {
|
|
|
3259
3260
|
class: h({ "hidden-visually": t.labelHidden }),
|
|
3260
3261
|
for: i.id
|
|
3261
3262
|
}, [
|
|
3262
|
-
|
|
3263
|
-
w(
|
|
3263
|
+
g(e.$slots, "label", {}, () => [
|
|
3264
|
+
w(v(t.label), 1)
|
|
3264
3265
|
])
|
|
3265
3266
|
], 10, wi),
|
|
3266
3267
|
f("input", G({
|
|
@@ -3271,7 +3272,7 @@ function ki(e, s, t, n, i, o) {
|
|
|
3271
3272
|
}, t.inputAttrs), null, 16, Si)
|
|
3272
3273
|
]);
|
|
3273
3274
|
}
|
|
3274
|
-
const
|
|
3275
|
+
const pf = /* @__PURE__ */ p(pi, [["render", ki]]), Ci = {
|
|
3275
3276
|
name: "FormMessage",
|
|
3276
3277
|
props: {
|
|
3277
3278
|
warning: Boolean,
|
|
@@ -3279,7 +3280,7 @@ const Of = /* @__PURE__ */ v(pi, [["render", ki]]), Ci = {
|
|
|
3279
3280
|
}
|
|
3280
3281
|
};
|
|
3281
3282
|
function Ti(e, s, t, n, i, o) {
|
|
3282
|
-
const r =
|
|
3283
|
+
const r = T("FaIcon");
|
|
3283
3284
|
return l(), d("p", {
|
|
3284
3285
|
class: h(["site-form__description", {
|
|
3285
3286
|
"site-form__error": t.error,
|
|
@@ -3294,12 +3295,12 @@ function Ti(e, s, t, n, i, o) {
|
|
|
3294
3295
|
key: 1,
|
|
3295
3296
|
icon: e.$site.getIcon("warning")
|
|
3296
3297
|
}, null, 8, ["icon"])) : _("", !0),
|
|
3297
|
-
|
|
3298
|
+
g(e.$slots, "default")
|
|
3298
3299
|
], 2);
|
|
3299
3300
|
}
|
|
3300
|
-
const
|
|
3301
|
-
let
|
|
3302
|
-
const
|
|
3301
|
+
const bf = /* @__PURE__ */ p(Ci, [["render", Ti]]);
|
|
3302
|
+
let Ai = 0;
|
|
3303
|
+
const $i = {
|
|
3303
3304
|
name: "FormSelect",
|
|
3304
3305
|
props: {
|
|
3305
3306
|
label: String,
|
|
@@ -3309,18 +3310,18 @@ const Ai = {
|
|
|
3309
3310
|
},
|
|
3310
3311
|
data() {
|
|
3311
3312
|
return {
|
|
3312
|
-
id: `select-id-${
|
|
3313
|
+
id: `select-id-${++Ai}`
|
|
3313
3314
|
};
|
|
3314
3315
|
}
|
|
3315
|
-
}, Oi = { class: "site-form__item site-form__item--select" }, Ri = ["for"],
|
|
3316
|
-
function
|
|
3316
|
+
}, Oi = { class: "site-form__item site-form__item--select" }, Ri = ["for"], Ui = ["id", "value"], xi = ["value"];
|
|
3317
|
+
function Ei(e, s, t, n, i, o) {
|
|
3317
3318
|
return l(), d("div", Oi, [
|
|
3318
3319
|
f("label", {
|
|
3319
3320
|
class: h({ "hidden-visually": t.labelHidden }),
|
|
3320
3321
|
for: i.id
|
|
3321
3322
|
}, [
|
|
3322
|
-
|
|
3323
|
-
w(
|
|
3323
|
+
g(e.$slots, "default", {}, () => [
|
|
3324
|
+
w(v(t.label), 1)
|
|
3324
3325
|
])
|
|
3325
3326
|
], 10, Ri),
|
|
3326
3327
|
f("select", {
|
|
@@ -3332,15 +3333,15 @@ function Ii(e, s, t, n, i, o) {
|
|
|
3332
3333
|
disabled: "",
|
|
3333
3334
|
value: ""
|
|
3334
3335
|
}, "Please select one", -1)),
|
|
3335
|
-
(l(!0), d(
|
|
3336
|
+
(l(!0), d($, null, C(t.options, (r, a) => (l(), d("option", {
|
|
3336
3337
|
key: a,
|
|
3337
3338
|
value: r.value
|
|
3338
|
-
},
|
|
3339
|
-
], 40,
|
|
3339
|
+
}, v(r.text), 9, xi))), 128))
|
|
3340
|
+
], 40, Ui)
|
|
3340
3341
|
]);
|
|
3341
3342
|
}
|
|
3342
|
-
const
|
|
3343
|
-
let
|
|
3343
|
+
const wf = /* @__PURE__ */ p($i, [["render", Ei]]);
|
|
3344
|
+
let Ii = 0;
|
|
3344
3345
|
const zi = {
|
|
3345
3346
|
name: "FormText",
|
|
3346
3347
|
props: {
|
|
@@ -3350,18 +3351,18 @@ const zi = {
|
|
|
3350
3351
|
},
|
|
3351
3352
|
data() {
|
|
3352
3353
|
return {
|
|
3353
|
-
id: `text-input-id-${++
|
|
3354
|
+
id: `text-input-id-${++Ii}`
|
|
3354
3355
|
};
|
|
3355
3356
|
}
|
|
3356
|
-
}, ji = { class: "site-form__item site-form__item--text" }, Mi = ["for"],
|
|
3357
|
+
}, ji = { class: "site-form__item site-form__item--text" }, Mi = ["for"], Bi = ["value", "id"];
|
|
3357
3358
|
function Pi(e, s, t, n, i, o) {
|
|
3358
3359
|
return l(), d("div", ji, [
|
|
3359
3360
|
f("label", {
|
|
3360
3361
|
class: h({ "hidden-visually": t.labelHidden }),
|
|
3361
3362
|
for: i.id
|
|
3362
3363
|
}, [
|
|
3363
|
-
|
|
3364
|
-
w(
|
|
3364
|
+
g(e.$slots, "default", {}, () => [
|
|
3365
|
+
w(v(t.label), 1)
|
|
3365
3366
|
])
|
|
3366
3367
|
], 10, Mi),
|
|
3367
3368
|
f("input", {
|
|
@@ -3369,10 +3370,10 @@ function Pi(e, s, t, n, i, o) {
|
|
|
3369
3370
|
value: t.modelValue,
|
|
3370
3371
|
onInput: s[0] || (s[0] = (r) => e.$emit("update:modelValue", r.target.value)),
|
|
3371
3372
|
id: i.id
|
|
3372
|
-
}, null, 40,
|
|
3373
|
+
}, null, 40, Bi)
|
|
3373
3374
|
]);
|
|
3374
3375
|
}
|
|
3375
|
-
const
|
|
3376
|
+
const Sf = /* @__PURE__ */ p(zi, [["render", Pi]]), Fi = {
|
|
3376
3377
|
name: "SearchForm",
|
|
3377
3378
|
props: {
|
|
3378
3379
|
placeholder: {
|
|
@@ -3385,7 +3386,7 @@ const Uf = /* @__PURE__ */ v(zi, [["render", Pi]]), Bi = {
|
|
|
3385
3386
|
"aria-label": "Submit Search"
|
|
3386
3387
|
};
|
|
3387
3388
|
function Ni(e, s, t, n, i, o) {
|
|
3388
|
-
const r =
|
|
3389
|
+
const r = T("FaIcon");
|
|
3389
3390
|
return l(), d("div", Li, [
|
|
3390
3391
|
f("div", Hi, [
|
|
3391
3392
|
s[0] || (s[0] = f("label", { class: "hidden-visually" }, "Search", -1)),
|
|
@@ -3403,11 +3404,11 @@ function Ni(e, s, t, n, i, o) {
|
|
|
3403
3404
|
])
|
|
3404
3405
|
]);
|
|
3405
3406
|
}
|
|
3406
|
-
const
|
|
3407
|
+
const kf = /* @__PURE__ */ p(Fi, [["render", Ni]]), Cf = {
|
|
3407
3408
|
__name: "UluAdaptiveLayout",
|
|
3408
3409
|
setup(e) {
|
|
3409
3410
|
const s = go("uluIsMobile");
|
|
3410
|
-
return (t, n) => !
|
|
3411
|
+
return (t, n) => !I(s) || !t.$slots.mobile ? g(t.$slots, "default", { key: 0 }) : g(t.$slots, "mobile", { key: 1 });
|
|
3411
3412
|
}
|
|
3412
3413
|
};
|
|
3413
3414
|
function Wi(e) {
|
|
@@ -3443,13 +3444,13 @@ const Yi = {
|
|
|
3443
3444
|
};
|
|
3444
3445
|
function qi(e, s, t, n, i, o) {
|
|
3445
3446
|
return l(), d("div", null, [
|
|
3446
|
-
|
|
3447
|
+
g(e.$slots, "default")
|
|
3447
3448
|
]);
|
|
3448
3449
|
}
|
|
3449
|
-
const
|
|
3450
|
+
const Tf = /* @__PURE__ */ p(Yi, [["render", qi]]), Ki = {
|
|
3450
3451
|
name: "UluTitleRail",
|
|
3451
3452
|
components: {
|
|
3452
|
-
UluIcon:
|
|
3453
|
+
UluIcon: V
|
|
3453
3454
|
},
|
|
3454
3455
|
props: {
|
|
3455
3456
|
icon: String,
|
|
@@ -3476,7 +3477,7 @@ const zf = /* @__PURE__ */ v(Yi, [["render", qi]]), Ki = {
|
|
|
3476
3477
|
class: "rail__item rail__item--pull"
|
|
3477
3478
|
};
|
|
3478
3479
|
function Zi(e, s, t, n, i, o) {
|
|
3479
|
-
const r =
|
|
3480
|
+
const r = T("UluIcon");
|
|
3480
3481
|
return l(), d("div", {
|
|
3481
3482
|
class: h(["rail rail--title-rail", {
|
|
3482
3483
|
"rail--rule": t.rule
|
|
@@ -3487,7 +3488,7 @@ function Zi(e, s, t, n, i, o) {
|
|
|
3487
3488
|
}, [
|
|
3488
3489
|
(l(), y(j(t.titleElement), {
|
|
3489
3490
|
class: h(["layout-flex type-max-width-small no-margin", t.classes.title]),
|
|
3490
|
-
style:
|
|
3491
|
+
style: B({ alignItems: t.iconAlign })
|
|
3491
3492
|
}, {
|
|
3492
3493
|
default: b(() => [
|
|
3493
3494
|
t.icon ? (l(), y(r, {
|
|
@@ -3495,22 +3496,22 @@ function Zi(e, s, t, n, i, o) {
|
|
|
3495
3496
|
class: h(t.classes.icon),
|
|
3496
3497
|
icon: t.icon
|
|
3497
3498
|
}, null, 8, ["class", "icon"])) : _("", !0),
|
|
3498
|
-
|
|
3499
|
-
w(
|
|
3499
|
+
g(e.$slots, "default", {}, () => [
|
|
3500
|
+
w(v(t.title), 1)
|
|
3500
3501
|
])
|
|
3501
3502
|
]),
|
|
3502
3503
|
_: 3
|
|
3503
3504
|
}, 8, ["class", "style"]))
|
|
3504
3505
|
], 2),
|
|
3505
3506
|
e.$slots.end ? (l(), d("div", Gi, [
|
|
3506
|
-
|
|
3507
|
+
g(e.$slots, "end")
|
|
3507
3508
|
])) : _("", !0)
|
|
3508
3509
|
], 2);
|
|
3509
3510
|
}
|
|
3510
|
-
const
|
|
3511
|
+
const Af = /* @__PURE__ */ p(Ki, [["render", Zi]]), Ji = {
|
|
3511
3512
|
name: "UluBreadcrumb",
|
|
3512
3513
|
components: {
|
|
3513
|
-
UluIcon:
|
|
3514
|
+
UluIcon: V
|
|
3514
3515
|
},
|
|
3515
3516
|
props: {
|
|
3516
3517
|
/**
|
|
@@ -3542,7 +3543,7 @@ const jf = /* @__PURE__ */ v(Ki, [["render", Zi]]), Ji = {
|
|
|
3542
3543
|
}
|
|
3543
3544
|
};
|
|
3544
3545
|
function Qi(e, s, t, n, i, o) {
|
|
3545
|
-
const r =
|
|
3546
|
+
const r = T("router-link"), a = T("UluIcon");
|
|
3546
3547
|
return t.items.length ? (l(), d("nav", {
|
|
3547
3548
|
key: 0,
|
|
3548
3549
|
class: h(t.classes.nav),
|
|
@@ -3551,7 +3552,7 @@ function Qi(e, s, t, n, i, o) {
|
|
|
3551
3552
|
f("ul", {
|
|
3552
3553
|
class: h(t.classes.list)
|
|
3553
3554
|
}, [
|
|
3554
|
-
(l(!0), d(
|
|
3555
|
+
(l(!0), d($, null, C(t.items, (c, u) => (l(), d("li", {
|
|
3555
3556
|
key: u,
|
|
3556
3557
|
class: h(t.classes.item)
|
|
3557
3558
|
}, [
|
|
@@ -3561,13 +3562,13 @@ function Qi(e, s, t, n, i, o) {
|
|
|
3561
3562
|
"aria-current": c.current ? "page" : null
|
|
3562
3563
|
}, {
|
|
3563
3564
|
default: b(() => [
|
|
3564
|
-
|
|
3565
|
-
w(
|
|
3565
|
+
g(e.$slots, "default", { item: c }, () => [
|
|
3566
|
+
w(v(c.title), 1)
|
|
3566
3567
|
])
|
|
3567
3568
|
]),
|
|
3568
3569
|
_: 2
|
|
3569
3570
|
}, 1032, ["to", "class", "aria-current"]),
|
|
3570
|
-
u < t.items.length - 1 ?
|
|
3571
|
+
u < t.items.length - 1 ? g(e.$slots, "separator", { key: 0 }, () => [
|
|
3571
3572
|
R(a, {
|
|
3572
3573
|
class: h(t.classes.separator),
|
|
3573
3574
|
icon: t.separatorIcon || "type:pathSeparator"
|
|
@@ -3577,7 +3578,7 @@ function Qi(e, s, t, n, i, o) {
|
|
|
3577
3578
|
], 2)
|
|
3578
3579
|
], 2)) : _("", !0);
|
|
3579
3580
|
}
|
|
3580
|
-
const
|
|
3581
|
+
const $f = /* @__PURE__ */ p(Ji, [["render", Qi]]), er = {
|
|
3581
3582
|
name: "UluNavStrip",
|
|
3582
3583
|
components: {
|
|
3583
3584
|
UluMenu: ds
|
|
@@ -3602,7 +3603,7 @@ const Mf = /* @__PURE__ */ v(Ji, [["render", Qi]]), er = {
|
|
|
3602
3603
|
}
|
|
3603
3604
|
};
|
|
3604
3605
|
function tr(e, s, t, n, i, o) {
|
|
3605
|
-
const r =
|
|
3606
|
+
const r = T("UluMenu");
|
|
3606
3607
|
return l(), d("nav", {
|
|
3607
3608
|
class: h(["nav-strip", {
|
|
3608
3609
|
"nav-strip--rule": t.rule,
|
|
@@ -3621,14 +3622,14 @@ function tr(e, s, t, n, i, o) {
|
|
|
3621
3622
|
}, null, 8, ["items"])
|
|
3622
3623
|
], 2);
|
|
3623
3624
|
}
|
|
3624
|
-
const
|
|
3625
|
+
const Of = /* @__PURE__ */ p(er, [["render", tr]]), sr = {}, nr = {
|
|
3625
3626
|
class: "site-skip-link hidden-visually-focusable",
|
|
3626
3627
|
href: "#main-content"
|
|
3627
3628
|
};
|
|
3628
3629
|
function or(e, s) {
|
|
3629
3630
|
return l(), d("a", nr, " Skip to main content ");
|
|
3630
3631
|
}
|
|
3631
|
-
const
|
|
3632
|
+
const Rf = /* @__PURE__ */ p(sr, [["render", or]]), ir = {
|
|
3632
3633
|
name: "UluCondText",
|
|
3633
3634
|
props: {
|
|
3634
3635
|
/**
|
|
@@ -3647,22 +3648,22 @@ const Pf = /* @__PURE__ */ v(sr, [["render", or]]), ir = {
|
|
|
3647
3648
|
function rr(e, s, t, n, i, o) {
|
|
3648
3649
|
return t.text != null ? (l(), y(j(t.element), { key: 0 }, {
|
|
3649
3650
|
default: b(() => [
|
|
3650
|
-
w(
|
|
3651
|
+
w(v(t.text), 1)
|
|
3651
3652
|
]),
|
|
3652
3653
|
_: 1
|
|
3653
3654
|
})) : _("", !0);
|
|
3654
3655
|
}
|
|
3655
|
-
const
|
|
3656
|
+
const Uf = /* @__PURE__ */ p(ir, [["render", rr]]), ar = {}, lr = { style: { display: "none" } };
|
|
3656
3657
|
function cr(e, s) {
|
|
3657
3658
|
return l(), d("span", lr);
|
|
3658
3659
|
}
|
|
3659
|
-
const
|
|
3660
|
+
const xf = /* @__PURE__ */ p(ar, [["render", cr]]), ur = {};
|
|
3660
3661
|
function dr(e, s) {
|
|
3661
|
-
const t =
|
|
3662
|
+
const t = T("router-view");
|
|
3662
3663
|
return l(), y(t);
|
|
3663
3664
|
}
|
|
3664
|
-
const
|
|
3665
|
-
function
|
|
3665
|
+
const Ef = /* @__PURE__ */ p(ur, [["render", dr]]);
|
|
3666
|
+
function Me(e = 0, s = 100) {
|
|
3666
3667
|
return e = Math.ceil(e), s = Math.floor(s), Math.floor(Math.random() * (s - e) + e);
|
|
3667
3668
|
}
|
|
3668
3669
|
const fr = {
|
|
@@ -3700,8 +3701,8 @@ const fr = {
|
|
|
3700
3701
|
size() {
|
|
3701
3702
|
const { random: e, width: s, height: t } = this;
|
|
3702
3703
|
return e ? {
|
|
3703
|
-
width:
|
|
3704
|
-
height:
|
|
3704
|
+
width: Me(500, 1e3),
|
|
3705
|
+
height: Me(500, 1e3)
|
|
3705
3706
|
} : { width: s, height: t };
|
|
3706
3707
|
}
|
|
3707
3708
|
}
|
|
@@ -3712,7 +3713,7 @@ function mr(e, s, t, n, i, o) {
|
|
|
3712
3713
|
alt: t.alt
|
|
3713
3714
|
}, null, 8, hr);
|
|
3714
3715
|
}
|
|
3715
|
-
const
|
|
3716
|
+
const If = /* @__PURE__ */ p(fr, [["render", mr]]), gr = {
|
|
3716
3717
|
name: "PlaceholderText",
|
|
3717
3718
|
props: {
|
|
3718
3719
|
amount: {
|
|
@@ -3726,7 +3727,7 @@ const Df = /* @__PURE__ */ v(fr, [["render", mr]]), gr = {
|
|
|
3726
3727
|
}
|
|
3727
3728
|
};
|
|
3728
3729
|
function _r(e, s, t, n, i, o) {
|
|
3729
|
-
return l(!0), d(
|
|
3730
|
+
return l(!0), d($, null, C(parseInt(t.amount), (r) => (l(), y(j(t.element), { key: r }, {
|
|
3730
3731
|
default: b(() => s[0] || (s[0] = [
|
|
3731
3732
|
w(" Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed semper erat tincidunt tellus vestibulum dictum. Fusce vel augue commodo, egestas diam sed, accumsan leo. Maecenas congue nec nisl et ullamcorper. Maecenas tincidunt, tortor et viverra eleifend, enim leo vestibulum ipsum, quis placerat mi nisi nec ex. Vivamus a justo volutpat, scelerisque elit eget, lacinia ex. Phasellus dapibus sollicitudin tortor, vitae suscipit nunc condimentum ut. Cras suscipit feugiat nibh nec consectetur. Phasellus vitae quam blandit, cursus metus ut, placerat mi. Sed tempor lacus non est interdum imperdiet nec quis metus. Praesent vel eleifend diam. Donec tincidunt eget purus sed posuere. ")
|
|
3732
3733
|
])),
|
|
@@ -3734,7 +3735,7 @@ function _r(e, s, t, n, i, o) {
|
|
|
3734
3735
|
__: [0]
|
|
3735
3736
|
}, 1024))), 128);
|
|
3736
3737
|
}
|
|
3737
|
-
const
|
|
3738
|
+
const zf = /* @__PURE__ */ p(gr, [["render", _r]]), yr = {
|
|
3738
3739
|
name: "RouteAnnouncer",
|
|
3739
3740
|
props: {
|
|
3740
3741
|
/**
|
|
@@ -3785,9 +3786,9 @@ function vr(e, s, t, n, i, o) {
|
|
|
3785
3786
|
tabindex: "-1",
|
|
3786
3787
|
class: "hidden-visually",
|
|
3787
3788
|
ref: "el"
|
|
3788
|
-
},
|
|
3789
|
+
}, v(o.title), 513)) : _("", !0);
|
|
3789
3790
|
}
|
|
3790
|
-
const
|
|
3791
|
+
const jf = /* @__PURE__ */ p(yr, [["render", vr]]), pr = {
|
|
3791
3792
|
name: "AnimateNumber",
|
|
3792
3793
|
props: {
|
|
3793
3794
|
/**
|
|
@@ -3814,12 +3815,12 @@ const Nf = /* @__PURE__ */ v(yr, [["render", vr]]), pr = {
|
|
|
3814
3815
|
};
|
|
3815
3816
|
function br(e, s, t, n, i, o) {
|
|
3816
3817
|
return l(), d("span", null, [
|
|
3817
|
-
|
|
3818
|
-
w(
|
|
3818
|
+
g(e.$slots, "default", { currentValue: i.currentValue }, () => [
|
|
3819
|
+
w(v(i.currentValue), 1)
|
|
3819
3820
|
])
|
|
3820
3821
|
]);
|
|
3821
3822
|
}
|
|
3822
|
-
const
|
|
3823
|
+
const Mf = /* @__PURE__ */ p(pr, [["render", br]]), wr = {
|
|
3823
3824
|
name: "ProgressBar",
|
|
3824
3825
|
props: {
|
|
3825
3826
|
small: Boolean,
|
|
@@ -3858,12 +3859,12 @@ const Wf = /* @__PURE__ */ v(pr, [["render", br]]), wr = {
|
|
|
3858
3859
|
}, Sr = { class: "progress-bar__header" }, kr = {
|
|
3859
3860
|
key: 0,
|
|
3860
3861
|
class: "progress-bar__icon"
|
|
3861
|
-
}, Cr = { class: "hidden-visually" }, Tr = { class: "progress-bar__track" },
|
|
3862
|
+
}, Cr = { class: "hidden-visually" }, Tr = { class: "progress-bar__track" }, Ar = { class: "progress-bar__values" }, $r = { class: "progress-bar__value progress-bar__value--amount" }, Or = {
|
|
3862
3863
|
key: 0,
|
|
3863
3864
|
class: "progress-bar__value progress-bar__value--deficit color-status is-danger"
|
|
3864
3865
|
}, Rr = { class: "progress-bar__value progress-bar__value--total" };
|
|
3865
|
-
function
|
|
3866
|
-
const r =
|
|
3866
|
+
function Ur(e, s, t, n, i, o) {
|
|
3867
|
+
const r = T("StatusIcon");
|
|
3867
3868
|
return l(), d("div", {
|
|
3868
3869
|
class: h(["progress-bar", {
|
|
3869
3870
|
"progress-bar--small": t.small,
|
|
@@ -3877,44 +3878,44 @@ function xr(e, s, t, n, i, o) {
|
|
|
3877
3878
|
"type-normal": t.small,
|
|
3878
3879
|
"hidden-visually": t.labelHidden
|
|
3879
3880
|
}])
|
|
3880
|
-
},
|
|
3881
|
+
}, v(t.label), 3),
|
|
3881
3882
|
o.status ? (l(), d("div", kr, [
|
|
3882
3883
|
R(r, {
|
|
3883
3884
|
type: o.status.type
|
|
3884
3885
|
}, null, 8, ["type"]),
|
|
3885
|
-
f("span", Cr,
|
|
3886
|
+
f("span", Cr, v(o.status.message), 1)
|
|
3886
3887
|
])) : _("", !0)
|
|
3887
3888
|
]),
|
|
3888
3889
|
f("div", Tr, [
|
|
3889
3890
|
f("div", {
|
|
3890
3891
|
class: "progress-bar__bar",
|
|
3891
|
-
style:
|
|
3892
|
+
style: B(`width: ${o.percentage}%`)
|
|
3892
3893
|
}, null, 4),
|
|
3893
3894
|
t.deficit ? (l(), d("div", {
|
|
3894
3895
|
key: 0,
|
|
3895
3896
|
class: "progress-bar__bar--deficit",
|
|
3896
|
-
style:
|
|
3897
|
+
style: B(`width: ${o.defPercentage}%`)
|
|
3897
3898
|
}, null, 4)) : _("", !0)
|
|
3898
3899
|
]),
|
|
3899
|
-
f("div",
|
|
3900
|
-
f("div",
|
|
3900
|
+
f("div", Ar, [
|
|
3901
|
+
f("div", $r, [
|
|
3901
3902
|
s[0] || (s[0] = f("strong", { class: "hidden-visually" }, "Amount:", -1)),
|
|
3902
|
-
w(" " +
|
|
3903
|
+
w(" " + v(t.amount), 1)
|
|
3903
3904
|
]),
|
|
3904
3905
|
t.deficit > 0 ? (l(), d("div", Or, [
|
|
3905
3906
|
s[1] || (s[1] = f("strong", { class: "hidden-visually" }, "Deficit: ", -1)),
|
|
3906
|
-
w(" -" +
|
|
3907
|
+
w(" -" + v(t.deficit), 1)
|
|
3907
3908
|
])) : _("", !0),
|
|
3908
3909
|
f("div", Rr, [
|
|
3909
3910
|
s[2] || (s[2] = f("strong", { class: "hidden-visually" }, "Total:", -1)),
|
|
3910
|
-
w(" " +
|
|
3911
|
+
w(" " + v(t.total), 1)
|
|
3911
3912
|
])
|
|
3912
3913
|
])
|
|
3913
3914
|
], 2);
|
|
3914
3915
|
}
|
|
3915
|
-
const
|
|
3916
|
-
let
|
|
3917
|
-
const
|
|
3916
|
+
const Bf = /* @__PURE__ */ p(wr, [["render", Ur]]);
|
|
3917
|
+
let xr = 0;
|
|
3918
|
+
const Er = {
|
|
3918
3919
|
name: "ProgressDonut",
|
|
3919
3920
|
props: {
|
|
3920
3921
|
percentage: {
|
|
@@ -3935,7 +3936,7 @@ const Ir = {
|
|
|
3935
3936
|
},
|
|
3936
3937
|
data() {
|
|
3937
3938
|
return {
|
|
3938
|
-
uid: `progress-donut-${++
|
|
3939
|
+
uid: `progress-donut-${++xr}`
|
|
3939
3940
|
};
|
|
3940
3941
|
},
|
|
3941
3942
|
watch: {
|
|
@@ -3963,13 +3964,13 @@ const Ir = {
|
|
|
3963
3964
|
mounted() {
|
|
3964
3965
|
this.animate();
|
|
3965
3966
|
}
|
|
3966
|
-
},
|
|
3967
|
+
}, Ir = { class: "progress-donut__chart" }, zr = {
|
|
3967
3968
|
class: "progress-donut__chart-svg",
|
|
3968
3969
|
viewBox: "0 0 32 32"
|
|
3969
3970
|
}, jr = ["r"], Mr = {
|
|
3970
3971
|
key: 0,
|
|
3971
3972
|
class: "progress-donut__chart-value"
|
|
3972
|
-
},
|
|
3973
|
+
}, Br = {
|
|
3973
3974
|
key: 0,
|
|
3974
3975
|
class: "progress-donut__value type-small-x"
|
|
3975
3976
|
};
|
|
@@ -3984,7 +3985,7 @@ function Pr(e, s, t, n, i, o) {
|
|
|
3984
3985
|
}])
|
|
3985
3986
|
}, [
|
|
3986
3987
|
s[0] || (s[0] = f("strong", { class: "hidden-visually" }, "Course Progress", -1)),
|
|
3987
|
-
f("div",
|
|
3988
|
+
f("div", Ir, [
|
|
3988
3989
|
(l(), d("svg", zr, [
|
|
3989
3990
|
f("circle", {
|
|
3990
3991
|
class: "progress-donut__chart-pie",
|
|
@@ -3992,7 +3993,7 @@ function Pr(e, s, t, n, i, o) {
|
|
|
3992
3993
|
r: "16",
|
|
3993
3994
|
cx: "16",
|
|
3994
3995
|
cy: "16",
|
|
3995
|
-
style:
|
|
3996
|
+
style: B({ strokeDasharray: o.endDasharray })
|
|
3996
3997
|
}, null, 4),
|
|
3997
3998
|
f("circle", {
|
|
3998
3999
|
class: "progress-donut__chart-mask",
|
|
@@ -4001,13 +4002,13 @@ function Pr(e, s, t, n, i, o) {
|
|
|
4001
4002
|
cy: "16"
|
|
4002
4003
|
}, null, 8, jr)
|
|
4003
4004
|
])),
|
|
4004
|
-
t.small ? _("", !0) : (l(), d("strong", Mr,
|
|
4005
|
+
t.small ? _("", !0) : (l(), d("strong", Mr, v(t.percentage) + "% ", 1))
|
|
4005
4006
|
]),
|
|
4006
|
-
t.small ? (l(), d("strong",
|
|
4007
|
+
t.small ? (l(), d("strong", Br, v(t.percentage) + "% ", 1)) : _("", !0)
|
|
4007
4008
|
], 2);
|
|
4008
4009
|
}
|
|
4009
|
-
const
|
|
4010
|
-
function
|
|
4010
|
+
const Pf = /* @__PURE__ */ p(Er, [["render", Pr]]);
|
|
4011
|
+
function Fr(e, s) {
|
|
4011
4012
|
return !s || !Array.isArray(s) ? [] : s.map((t) => {
|
|
4012
4013
|
const n = /* @__PURE__ */ new Set(), i = t.getValue || ((r) => r[t.uid]);
|
|
4013
4014
|
e.forEach((r) => {
|
|
@@ -4025,9 +4026,9 @@ function Br(e, s) {
|
|
|
4025
4026
|
};
|
|
4026
4027
|
});
|
|
4027
4028
|
}
|
|
4028
|
-
function
|
|
4029
|
-
const t = (
|
|
4030
|
-
const L =
|
|
4029
|
+
function Ff(e, s = {}) {
|
|
4030
|
+
const t = (A, F) => {
|
|
4031
|
+
const L = A[F];
|
|
4031
4032
|
return L === null || typeof L > "u" ? [] : Array.isArray(L) ? L : [L];
|
|
4032
4033
|
}, {
|
|
4033
4034
|
initialFacets: n,
|
|
@@ -4037,29 +4038,29 @@ function qf(e, s = {}) {
|
|
|
4037
4038
|
noDefaultSorts: a = !1,
|
|
4038
4039
|
extraSortTypes: c = {},
|
|
4039
4040
|
searchOptions: u = {},
|
|
4040
|
-
getItemFacet:
|
|
4041
|
-
getSortValue: S = (
|
|
4042
|
-
} = s, O = (
|
|
4043
|
-
const X = S(
|
|
4041
|
+
getItemFacet: m = t,
|
|
4042
|
+
getSortValue: S = (A) => A.title || A.label || ""
|
|
4043
|
+
} = s, O = (A) => A.sort((F, L) => {
|
|
4044
|
+
const X = S(F), W = S(L);
|
|
4044
4045
|
return X && W ? String(X).localeCompare(String(W)) : X ? -1 : W ? 1 : 0;
|
|
4045
4046
|
}), z = {
|
|
4046
4047
|
az: { text: "A-Z", sort: O },
|
|
4047
|
-
za: { text: "Z-A", sort: (
|
|
4048
|
+
za: { text: "Z-A", sort: (A) => O(A).reverse() }
|
|
4048
4049
|
};
|
|
4049
|
-
function
|
|
4050
|
-
return (
|
|
4051
|
-
...
|
|
4052
|
-
open:
|
|
4053
|
-
children:
|
|
4050
|
+
function U(A) {
|
|
4051
|
+
return (A || []).map((F) => ({
|
|
4052
|
+
...F,
|
|
4053
|
+
open: F.open || !1,
|
|
4054
|
+
children: F.children.map((L) => ({
|
|
4054
4055
|
...L,
|
|
4055
4056
|
selected: L.selected || !1
|
|
4056
4057
|
})),
|
|
4057
4058
|
selectedCount: 0
|
|
4058
4059
|
}));
|
|
4059
4060
|
}
|
|
4060
|
-
const P = k(() => !i || !e.value?.length ? null :
|
|
4061
|
-
i && !n && ts(P, (
|
|
4062
|
-
H.value =
|
|
4061
|
+
const P = k(() => !i || !e.value?.length ? null : Fr(e.value, i)), H = M(U(n || P.value)), J = M(o), Re = M(r);
|
|
4062
|
+
i && !n && ts(P, (A) => {
|
|
4063
|
+
H.value = U(A);
|
|
4063
4064
|
});
|
|
4064
4065
|
const ne = k(() => ({
|
|
4065
4066
|
...a ? {} : z,
|
|
@@ -4069,30 +4070,30 @@ function qf(e, s = {}) {
|
|
|
4069
4070
|
keys: ["title", "label", "description", "author"],
|
|
4070
4071
|
...u
|
|
4071
4072
|
})), ye = k(() => {
|
|
4072
|
-
const
|
|
4073
|
-
return H.value.forEach((
|
|
4074
|
-
const { name: L, uid: X, children: W } =
|
|
4073
|
+
const A = [];
|
|
4074
|
+
return H.value.forEach((F) => {
|
|
4075
|
+
const { name: L, uid: X, children: W } = F;
|
|
4075
4076
|
let Ue = 0, ft = !1;
|
|
4076
4077
|
W && W.forEach((ht) => {
|
|
4077
|
-
ht.selected && (++Ue, ft || (
|
|
4078
|
-
}),
|
|
4079
|
-
}),
|
|
4080
|
-
}), ve = k(() => ye.value.length ? e.value.filter((
|
|
4081
|
-
const L =
|
|
4082
|
-
return L && L.length ?
|
|
4083
|
-
})) : e.value), pe = k(() => J.value?.length ? new Js(ve.value, Q.value).search(J.value).map((
|
|
4084
|
-
const
|
|
4085
|
-
return typeof
|
|
4078
|
+
ht.selected && (++Ue, ft || (A.push({ uid: X, name: L, children: [] }), ft = !0), A[A.length - 1].children.push(ht));
|
|
4079
|
+
}), F.selectedCount = Ue;
|
|
4080
|
+
}), A;
|
|
4081
|
+
}), ve = k(() => ye.value.length ? e.value.filter((A) => ye.value.every((F) => {
|
|
4082
|
+
const L = m(A, F.uid);
|
|
4083
|
+
return L && L.length ? F.children.some((X) => L.includes(X.uid)) : !1;
|
|
4084
|
+
})) : e.value), pe = k(() => J.value?.length ? new Js(ve.value, Q.value).search(J.value).map((F) => F.item) : ve.value), D = k(() => {
|
|
4085
|
+
const A = ne.value[Re.value]?.sort;
|
|
4086
|
+
return typeof A != "function" ? pe.value : A([...pe.value]);
|
|
4086
4087
|
});
|
|
4087
4088
|
function ee() {
|
|
4088
|
-
H.value.forEach((
|
|
4089
|
-
|
|
4089
|
+
H.value.forEach((A) => {
|
|
4090
|
+
A.children && A.children.forEach((F) => F.selected = !1);
|
|
4090
4091
|
});
|
|
4091
4092
|
}
|
|
4092
|
-
function le({ groupUid:
|
|
4093
|
-
const X = H.value.find((W) => W.uid ===
|
|
4093
|
+
function le({ groupUid: A, facetUid: F, selected: L }) {
|
|
4094
|
+
const X = H.value.find((W) => W.uid === A);
|
|
4094
4095
|
if (X) {
|
|
4095
|
-
const W = X.children.find((Ue) => Ue.uid ===
|
|
4096
|
+
const W = X.children.find((Ue) => Ue.uid === F);
|
|
4096
4097
|
W && (W.selected = L);
|
|
4097
4098
|
}
|
|
4098
4099
|
}
|
|
@@ -4100,7 +4101,7 @@ function qf(e, s = {}) {
|
|
|
4100
4101
|
// State
|
|
4101
4102
|
facets: H,
|
|
4102
4103
|
searchValue: J,
|
|
4103
|
-
selectedSort:
|
|
4104
|
+
selectedSort: Re,
|
|
4104
4105
|
sortTypes: ne,
|
|
4105
4106
|
// Computed
|
|
4106
4107
|
displayItems: D,
|
|
@@ -4124,7 +4125,7 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4124
4125
|
return `facet-${t.groupUid}-${o.uid}`;
|
|
4125
4126
|
}
|
|
4126
4127
|
return (o, r) => (l(), d("ul", Lr, [
|
|
4127
|
-
(l(!0), d(
|
|
4128
|
+
(l(!0), d($, null, C(e.children, (a) => (l(), d("li", {
|
|
4128
4129
|
class: h(["UluFacets__facet", e.classFacet]),
|
|
4129
4130
|
key: a.uid
|
|
4130
4131
|
}, [
|
|
@@ -4138,11 +4139,11 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4138
4139
|
f("label", {
|
|
4139
4140
|
class: "UluFacets__facet-label",
|
|
4140
4141
|
for: i(a)
|
|
4141
|
-
},
|
|
4142
|
+
}, v(a.label), 9, Dr)
|
|
4142
4143
|
], 2))), 128))
|
|
4143
4144
|
]));
|
|
4144
4145
|
}
|
|
4145
|
-
}, Vr = { class: "UluFacetsFilters" },
|
|
4146
|
+
}, Vr = { class: "UluFacetsFilters" }, Lf = {
|
|
4146
4147
|
__name: "UluFacetsFilters",
|
|
4147
4148
|
props: {
|
|
4148
4149
|
classes: {
|
|
@@ -4162,7 +4163,7 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4162
4163
|
setup(e, { emit: s }) {
|
|
4163
4164
|
const t = s;
|
|
4164
4165
|
return (n, i) => (l(), d("div", Vr, [
|
|
4165
|
-
(l(!0), d(
|
|
4166
|
+
(l(!0), d($, null, C(e.facets, (o) => (l(), y(bt, {
|
|
4166
4167
|
class: h(["UluFacets__group", e.classes.group]),
|
|
4167
4168
|
classToggle: ["UluFacets__group-toggle", e.classes.groupToggle],
|
|
4168
4169
|
classContent: ["UluFacets__group-content", e.classes.groupContent],
|
|
@@ -4174,11 +4175,11 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4174
4175
|
transitionHeight: !0
|
|
4175
4176
|
}, {
|
|
4176
4177
|
toggle: b(({ isOpen: r }) => [
|
|
4177
|
-
|
|
4178
|
+
g(n.$slots, "groupToggle", {
|
|
4178
4179
|
group: o,
|
|
4179
4180
|
isOpen: r
|
|
4180
4181
|
}, () => [
|
|
4181
|
-
w(
|
|
4182
|
+
w(v(o.name), 1)
|
|
4182
4183
|
])
|
|
4183
4184
|
]),
|
|
4184
4185
|
default: b(() => [
|
|
@@ -4196,7 +4197,7 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4196
4197
|
transitionHeight: !0
|
|
4197
4198
|
}, {
|
|
4198
4199
|
toggle: b(({ isOpen: r }) => [
|
|
4199
|
-
w(
|
|
4200
|
+
w(v(r ? "- Less" : "+ More"), 1)
|
|
4200
4201
|
]),
|
|
4201
4202
|
default: b(() => [
|
|
4202
4203
|
R(Ct, {
|
|
@@ -4216,7 +4217,7 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4216
4217
|
}, Nr = { class: "UluFacetsResults" }, Wr = {
|
|
4217
4218
|
key: 1,
|
|
4218
4219
|
class: "UluFacetsResults__empty"
|
|
4219
|
-
},
|
|
4220
|
+
}, Hf = {
|
|
4220
4221
|
__name: "UluFacetsResults",
|
|
4221
4222
|
props: {
|
|
4222
4223
|
items: {
|
|
@@ -4241,11 +4242,11 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4241
4242
|
class: "UluFacetsResults__list"
|
|
4242
4243
|
}, {
|
|
4243
4244
|
default: b(() => [
|
|
4244
|
-
(l(!0), d(
|
|
4245
|
+
(l(!0), d($, null, C(e.items, (n, i) => (l(), d("li", {
|
|
4245
4246
|
class: "UluFacetsResults__item",
|
|
4246
4247
|
key: n.id || i
|
|
4247
4248
|
}, [
|
|
4248
|
-
|
|
4249
|
+
g(s.$slots, "item", {
|
|
4249
4250
|
item: n,
|
|
4250
4251
|
index: i
|
|
4251
4252
|
})
|
|
@@ -4253,13 +4254,13 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4253
4254
|
]),
|
|
4254
4255
|
_: 3
|
|
4255
4256
|
}, 8, ["tag", "name"])) : (l(), d("div", Wr, [
|
|
4256
|
-
|
|
4257
|
+
g(s.$slots, "empty", {}, () => [
|
|
4257
4258
|
t[0] || (t[0] = f("p", null, "No matching items found.", -1))
|
|
4258
4259
|
])
|
|
4259
4260
|
]))
|
|
4260
4261
|
]));
|
|
4261
4262
|
}
|
|
4262
|
-
}, Xr = { class: "UluFacets__keyword-search" }, Yr = ["placeholder"],
|
|
4263
|
+
}, Xr = { class: "UluFacets__keyword-search" }, Yr = ["placeholder"], Df = {
|
|
4263
4264
|
__name: "UluFacetsSearch",
|
|
4264
4265
|
props: {
|
|
4265
4266
|
classes: {
|
|
@@ -4302,24 +4303,24 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4302
4303
|
])
|
|
4303
4304
|
]));
|
|
4304
4305
|
}
|
|
4305
|
-
}, qr = { class: "UluFacetsSidebarLayout" }, Kr = { class: "UluFacetsSidebarLayout__header" }, Gr = { class: "UluFacetsSidebarLayout__body" }, Zr = { class: "UluFacetsSidebarLayout__sidebar" }, Jr = { class: "UluFacetsSidebarLayout__main" },
|
|
4306
|
+
}, qr = { class: "UluFacetsSidebarLayout" }, Kr = { class: "UluFacetsSidebarLayout__header" }, Gr = { class: "UluFacetsSidebarLayout__body" }, Zr = { class: "UluFacetsSidebarLayout__sidebar" }, Jr = { class: "UluFacetsSidebarLayout__main" }, Vf = {
|
|
4306
4307
|
__name: "UluFacetsSidebarLayout",
|
|
4307
4308
|
setup(e) {
|
|
4308
4309
|
return (s, t) => (l(), d("div", qr, [
|
|
4309
4310
|
f("div", Kr, [
|
|
4310
|
-
|
|
4311
|
+
g(s.$slots, "header")
|
|
4311
4312
|
]),
|
|
4312
4313
|
f("div", Gr, [
|
|
4313
4314
|
f("div", Zr, [
|
|
4314
|
-
|
|
4315
|
+
g(s.$slots, "sidebar")
|
|
4315
4316
|
]),
|
|
4316
4317
|
f("div", Jr, [
|
|
4317
|
-
|
|
4318
|
+
g(s.$slots, "main")
|
|
4318
4319
|
])
|
|
4319
4320
|
])
|
|
4320
4321
|
]));
|
|
4321
4322
|
}
|
|
4322
|
-
}, Qr = ["for"], ea = ["value", "id"], ta = ["value"],
|
|
4323
|
+
}, Qr = ["for"], ea = ["value", "id"], ta = ["value"], Nf = {
|
|
4323
4324
|
__name: "UluFacetsSort",
|
|
4324
4325
|
props: {
|
|
4325
4326
|
classes: {
|
|
@@ -4346,7 +4347,7 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4346
4347
|
for: i.value,
|
|
4347
4348
|
class: h(e.classes.sortFormLabel)
|
|
4348
4349
|
}, [
|
|
4349
|
-
|
|
4350
|
+
g(o.$slots, "default", {}, () => [
|
|
4350
4351
|
r[1] || (r[1] = w("Sort:"))
|
|
4351
4352
|
])
|
|
4352
4353
|
], 10, Qr),
|
|
@@ -4356,14 +4357,14 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4356
4357
|
id: i.value,
|
|
4357
4358
|
class: h(e.classes.sortFormSelect)
|
|
4358
4359
|
}, [
|
|
4359
|
-
(l(!0), d(
|
|
4360
|
+
(l(!0), d($, null, C(e.sortTypes, (a, c) => (l(), d("option", {
|
|
4360
4361
|
value: c,
|
|
4361
4362
|
key: c
|
|
4362
|
-
},
|
|
4363
|
+
}, v(a.text), 9, ta))), 128))
|
|
4363
4364
|
], 42, ea)
|
|
4364
4365
|
], 2));
|
|
4365
4366
|
}
|
|
4366
|
-
}, fs = Symbol(), hs = Symbol(),
|
|
4367
|
+
}, fs = Symbol(), hs = Symbol(), Fe = Symbol(), sa = {
|
|
4367
4368
|
name: "ScrollAnchors",
|
|
4368
4369
|
props: {
|
|
4369
4370
|
firstItemActive: Boolean,
|
|
@@ -4395,7 +4396,7 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4395
4396
|
*/
|
|
4396
4397
|
provide() {
|
|
4397
4398
|
return {
|
|
4398
|
-
[
|
|
4399
|
+
[Fe]: k(() => this.sections),
|
|
4399
4400
|
[fs]: (e) => {
|
|
4400
4401
|
const { titleId: s, title: t } = e, { element: n } = e.$refs;
|
|
4401
4402
|
this.sections.push({
|
|
@@ -4427,7 +4428,7 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4427
4428
|
let i = 0;
|
|
4428
4429
|
const o = (r) => {
|
|
4429
4430
|
r.forEach(({ target: a, isIntersecting: c }) => {
|
|
4430
|
-
const u = this.getSectionIndex(a),
|
|
4431
|
+
const u = this.getSectionIndex(a), m = a.offsetTop, S = s[u], O = u === 0 && i > m, z = u === s.length - 1 && i < m;
|
|
4431
4432
|
S && this.$nextTick(() => {
|
|
4432
4433
|
c ? (t(S), S.active = !0) : (O && !n || z && S.active) && t(), this.$emit("sectionChange", {
|
|
4433
4434
|
section: S,
|
|
@@ -4470,13 +4471,13 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4470
4471
|
}, na = { class: "scroll-anchors" };
|
|
4471
4472
|
function oa(e, s, t, n, i, o) {
|
|
4472
4473
|
return l(), d("div", na, [
|
|
4473
|
-
|
|
4474
|
+
g(e.$slots, "default")
|
|
4474
4475
|
]);
|
|
4475
4476
|
}
|
|
4476
|
-
const
|
|
4477
|
+
const Wf = /* @__PURE__ */ p(sa, [["render", oa]]), ia = {
|
|
4477
4478
|
name: "ScrollAnchorsNav",
|
|
4478
4479
|
inject: {
|
|
4479
|
-
sections: { from:
|
|
4480
|
+
sections: { from: Fe }
|
|
4480
4481
|
},
|
|
4481
4482
|
props: {
|
|
4482
4483
|
element: {
|
|
@@ -4492,21 +4493,21 @@ function aa(e, s, t, n, i, o) {
|
|
|
4492
4493
|
}, {
|
|
4493
4494
|
default: b(() => [
|
|
4494
4495
|
f("ul", null, [
|
|
4495
|
-
(l(!0), d(
|
|
4496
|
+
(l(!0), d($, null, C(o.sections, (r, a) => (l(), d("li", {
|
|
4496
4497
|
key: a,
|
|
4497
4498
|
class: h({ "is-active": r.active })
|
|
4498
4499
|
}, [
|
|
4499
4500
|
f("a", {
|
|
4500
4501
|
class: h({ "is-active": r.active }),
|
|
4501
4502
|
href: `#${r.titleId}`
|
|
4502
|
-
},
|
|
4503
|
+
}, v(r.title), 11, ra)
|
|
4503
4504
|
], 2))), 128))
|
|
4504
4505
|
])
|
|
4505
4506
|
]),
|
|
4506
4507
|
_: 1
|
|
4507
4508
|
})) : _("", !0);
|
|
4508
4509
|
}
|
|
4509
|
-
const
|
|
4510
|
+
const Xf = /* @__PURE__ */ p(ia, [["render", aa]]);
|
|
4510
4511
|
function ms(e) {
|
|
4511
4512
|
requestAnimationFrame(() => {
|
|
4512
4513
|
const s = new MessageChannel();
|
|
@@ -4516,7 +4517,7 @@ function ms(e) {
|
|
|
4516
4517
|
const la = {
|
|
4517
4518
|
name: "ScrollAnchorsNavAnimated",
|
|
4518
4519
|
inject: {
|
|
4519
|
-
sections: { from:
|
|
4520
|
+
sections: { from: Fe }
|
|
4520
4521
|
},
|
|
4521
4522
|
props: {
|
|
4522
4523
|
/**
|
|
@@ -4569,7 +4570,7 @@ function da(e, s, t, n, i, o) {
|
|
|
4569
4570
|
}, {
|
|
4570
4571
|
default: b(() => [
|
|
4571
4572
|
f("ul", ca, [
|
|
4572
|
-
(l(!0), d(
|
|
4573
|
+
(l(!0), d($, null, C(o.sections, (r, a) => (l(), d("li", {
|
|
4573
4574
|
key: a,
|
|
4574
4575
|
class: h({ "is-active": r.active })
|
|
4575
4576
|
}, [
|
|
@@ -4578,7 +4579,7 @@ function da(e, s, t, n, i, o) {
|
|
|
4578
4579
|
ref_for: !0,
|
|
4579
4580
|
ref: (c) => o.addLinkRef(a, c),
|
|
4580
4581
|
href: `#${r.titleId}`
|
|
4581
|
-
},
|
|
4582
|
+
}, v(r.title), 11, ua)
|
|
4582
4583
|
], 2))), 128))
|
|
4583
4584
|
]),
|
|
4584
4585
|
f("div", {
|
|
@@ -4586,7 +4587,7 @@ function da(e, s, t, n, i, o) {
|
|
|
4586
4587
|
"scroll-anchors__indicator--can-transition": i.indicatorAnimReady
|
|
4587
4588
|
}]),
|
|
4588
4589
|
ref: "indicator",
|
|
4589
|
-
style:
|
|
4590
|
+
style: B({
|
|
4590
4591
|
opacity: o.indicatorStyles ? "1" : "0",
|
|
4591
4592
|
transform: `translateY(${o.indicatorStyles.y}px)`,
|
|
4592
4593
|
height: `${o.indicatorStyles.height}px`
|
|
@@ -4596,7 +4597,7 @@ function da(e, s, t, n, i, o) {
|
|
|
4596
4597
|
_: 1
|
|
4597
4598
|
})) : _("", !0);
|
|
4598
4599
|
}
|
|
4599
|
-
const
|
|
4600
|
+
const Yf = /* @__PURE__ */ p(la, [["render", da]]), fa = {
|
|
4600
4601
|
name: "ScrollAnchorsSection",
|
|
4601
4602
|
props: {
|
|
4602
4603
|
title: String,
|
|
@@ -4621,7 +4622,7 @@ const sh = /* @__PURE__ */ v(la, [["render", da]]), fa = {
|
|
|
4621
4622
|
inject: {
|
|
4622
4623
|
register: { from: fs },
|
|
4623
4624
|
unregister: { from: hs },
|
|
4624
|
-
sections: { from:
|
|
4625
|
+
sections: { from: Fe, default: () => k(() => []) }
|
|
4625
4626
|
},
|
|
4626
4627
|
data() {
|
|
4627
4628
|
const { anchorId: e, title: s } = this;
|
|
@@ -4651,98 +4652,104 @@ function ha(e, s, t, n, i, o) {
|
|
|
4651
4652
|
id: i.titleId
|
|
4652
4653
|
}, {
|
|
4653
4654
|
default: b(() => [
|
|
4654
|
-
w(
|
|
4655
|
+
w(v(t.title), 1)
|
|
4655
4656
|
]),
|
|
4656
4657
|
_: 1
|
|
4657
4658
|
}, 8, ["class", "id"])),
|
|
4658
|
-
|
|
4659
|
+
g(e.$slots, "default", { section: o.section })
|
|
4659
4660
|
], 2);
|
|
4660
4661
|
}
|
|
4661
|
-
const
|
|
4662
|
-
|
|
4662
|
+
const qf = /* @__PURE__ */ p(fa, [["render", ha]]), ma = {
|
|
4663
|
+
__name: "UluSkeletonText",
|
|
4664
|
+
props: {
|
|
4665
|
+
/**
|
|
4666
|
+
* Inline modifier
|
|
4667
|
+
*/
|
|
4668
|
+
inline: Boolean,
|
|
4669
|
+
/**
|
|
4670
|
+
* Use alternate background color
|
|
4671
|
+
*/
|
|
4672
|
+
alt: Boolean,
|
|
4673
|
+
/**
|
|
4674
|
+
* Optional size (width) - should correspond with width setup in scss component
|
|
4675
|
+
*/
|
|
4676
|
+
width: String
|
|
4677
|
+
},
|
|
4678
|
+
setup(e) {
|
|
4679
|
+
return (s, t) => (l(), d("span", {
|
|
4680
|
+
class: h(["skeleton skeleton--text", {
|
|
4681
|
+
"skeleton--inline": e.inline,
|
|
4682
|
+
"skeleton--background-alt": e.alt,
|
|
4683
|
+
[`skeleton--width-${e.width}`]: e.width
|
|
4684
|
+
}])
|
|
4685
|
+
}, null, 2));
|
|
4686
|
+
}
|
|
4687
|
+
}, Kf = {
|
|
4688
|
+
__name: "UluShowSkeleton",
|
|
4663
4689
|
props: {
|
|
4690
|
+
/**
|
|
4691
|
+
* If true will show whatever is passed to slot, else skeleton text
|
|
4692
|
+
*/
|
|
4664
4693
|
when: Boolean
|
|
4694
|
+
},
|
|
4695
|
+
setup(e) {
|
|
4696
|
+
return (s, t) => e.when ? (l(), y(ma, {
|
|
4697
|
+
key: 1,
|
|
4698
|
+
inline: ""
|
|
4699
|
+
})) : g(s.$slots, "default", { key: 0 });
|
|
4665
4700
|
}
|
|
4666
4701
|
};
|
|
4667
|
-
function ga(e, s
|
|
4668
|
-
const r = C("SkeletonTextInline");
|
|
4669
|
-
return t.when ? (l(), y(r, {
|
|
4670
|
-
key: 1,
|
|
4671
|
-
class: "skeleton"
|
|
4672
|
-
})) : m(e.$slots, "default", { key: 0 });
|
|
4673
|
-
}
|
|
4674
|
-
const oh = /* @__PURE__ */ v(ma, [["render", ga]]);
|
|
4675
|
-
function _a(e, s) {
|
|
4702
|
+
function ga(e, s) {
|
|
4676
4703
|
return [...Array(e)].map((t, n) => s(n));
|
|
4677
4704
|
}
|
|
4678
|
-
function
|
|
4705
|
+
function Gf(e, s) {
|
|
4679
4706
|
var t = e.indexOf(s);
|
|
4680
4707
|
t > -1 && e.splice(t, 1);
|
|
4681
4708
|
}
|
|
4682
|
-
const
|
|
4683
|
-
|
|
4709
|
+
const Zf = {
|
|
4710
|
+
__name: "UluSkeletonContent",
|
|
4684
4711
|
props: {
|
|
4712
|
+
/**
|
|
4713
|
+
* Amount of lines to generate
|
|
4714
|
+
*/
|
|
4685
4715
|
lines: {
|
|
4686
4716
|
type: Number,
|
|
4687
4717
|
default: 6
|
|
4688
4718
|
}
|
|
4689
4719
|
},
|
|
4690
|
-
|
|
4691
|
-
|
|
4692
|
-
|
|
4693
|
-
|
|
4694
|
-
|
|
4695
|
-
|
|
4696
|
-
|
|
4697
|
-
|
|
4698
|
-
|
|
4699
|
-
|
|
4700
|
-
|
|
4701
|
-
|
|
4702
|
-
|
|
4703
|
-
|
|
4704
|
-
|
|
4705
|
-
|
|
4706
|
-
|
|
4707
|
-
|
|
4708
|
-
|
|
4709
|
-
|
|
4710
|
-
|
|
4711
|
-
|
|
4712
|
-
|
|
4713
|
-
|
|
4720
|
+
setup(e) {
|
|
4721
|
+
const s = e, t = k(() => ga(s.lines, () => {
|
|
4722
|
+
const i = Me(70, 100);
|
|
4723
|
+
let o = 0;
|
|
4724
|
+
const r = () => {
|
|
4725
|
+
const u = i - o, m = Me(15, u);
|
|
4726
|
+
return o += m, m;
|
|
4727
|
+
}, a = [];
|
|
4728
|
+
for (; o < i - 15; )
|
|
4729
|
+
a.push(r());
|
|
4730
|
+
const c = () => a.reduce((u, m) => u + m, 0);
|
|
4731
|
+
for (; c() >= i && a.pop(); )
|
|
4732
|
+
;
|
|
4733
|
+
return a.map((u) => ({ width: u, alt: Math.random() < 0.5 }));
|
|
4734
|
+
}));
|
|
4735
|
+
return (n, i) => (l(), d("div", null, [
|
|
4736
|
+
(l(!0), d($, null, C(t.value, (o, r) => (l(), d("div", { key: r }, [
|
|
4737
|
+
(l(!0), d($, null, C(o, (a) => (l(), d("span", {
|
|
4738
|
+
key: a,
|
|
4739
|
+
class: h(["skeleton skeleton--text skeleton--inline", { "skeleton--background-alt": a.alt }]),
|
|
4740
|
+
style: B({ width: `${a.width}%` })
|
|
4741
|
+
}, null, 6))), 128))
|
|
4742
|
+
]))), 128))
|
|
4743
|
+
]));
|
|
4714
4744
|
}
|
|
4715
|
-
},
|
|
4716
|
-
|
|
4717
|
-
|
|
4718
|
-
|
|
4719
|
-
(
|
|
4720
|
-
|
|
4721
|
-
|
|
4722
|
-
|
|
4723
|
-
}, null, 6))), 128))
|
|
4724
|
-
]))), 128))
|
|
4725
|
-
]);
|
|
4726
|
-
}
|
|
4727
|
-
const rh = /* @__PURE__ */ v(ya, [["render", pa]]), ba = {
|
|
4728
|
-
name: "SkeletonMedia"
|
|
4729
|
-
}, wa = { class: "skeleton__block skeleton__block--media layout-flex-center-all" };
|
|
4730
|
-
function Sa(e, s, t, n, i, o) {
|
|
4731
|
-
const r = C("FaIcon");
|
|
4732
|
-
return l(), d("div", wa, [
|
|
4733
|
-
R(r, {
|
|
4734
|
-
style: { "font-size": "2rem" },
|
|
4735
|
-
icon: "image"
|
|
4736
|
-
})
|
|
4737
|
-
]);
|
|
4738
|
-
}
|
|
4739
|
-
const ah = /* @__PURE__ */ v(ba, [["render", Sa]]), ka = {
|
|
4740
|
-
name: "SkeletonTextInline"
|
|
4741
|
-
}, Ca = { class: "skeleton__text skeleton__text--inline" };
|
|
4742
|
-
function Ta(e, s, t, n, i, o) {
|
|
4743
|
-
return l(), d("span", Ca);
|
|
4744
|
-
}
|
|
4745
|
-
const lh = /* @__PURE__ */ v(ka, [["render", Ta]]), $a = {
|
|
4745
|
+
}, _a = { class: "skeleton skeleton-block--media" }, Jf = {
|
|
4746
|
+
__name: "UluSkeletonMedia",
|
|
4747
|
+
setup(e) {
|
|
4748
|
+
return (s, t) => (l(), d("div", _a, [
|
|
4749
|
+
R(V, { icon: "type:image" })
|
|
4750
|
+
]));
|
|
4751
|
+
}
|
|
4752
|
+
}, ya = {
|
|
4746
4753
|
name: "SlideShow",
|
|
4747
4754
|
props: {
|
|
4748
4755
|
/**
|
|
@@ -4933,27 +4940,27 @@ const lh = /* @__PURE__ */ v(ka, [["render", Ta]]), $a = {
|
|
|
4933
4940
|
beforeUnmount() {
|
|
4934
4941
|
this.destroyObserver();
|
|
4935
4942
|
}
|
|
4936
|
-
},
|
|
4943
|
+
}, va = { class: "slideshow" }, pa = {
|
|
4937
4944
|
class: "slideshow__control-context",
|
|
4938
4945
|
ref: "context"
|
|
4939
|
-
},
|
|
4946
|
+
}, ba = {
|
|
4940
4947
|
class: "slideshow__track-crop",
|
|
4941
4948
|
ref: "crop"
|
|
4942
|
-
},
|
|
4949
|
+
}, wa = {
|
|
4943
4950
|
class: "slideshow__track",
|
|
4944
4951
|
ref: "track"
|
|
4945
|
-
},
|
|
4952
|
+
}, Sa = ["tabindex"], ka = { class: "slideshow__controls" }, Ca = { class: "slideshow__controls-item slideshow__controls-item--previous" }, Ta = ["disabled"], Aa = { class: "slideshow__controls-item slideshow__controls-item--next" }, $a = ["disabled"], Oa = {
|
|
4946
4953
|
key: 0,
|
|
4947
4954
|
class: "slideshow__nav",
|
|
4948
4955
|
ref: "nav"
|
|
4949
|
-
},
|
|
4950
|
-
function
|
|
4951
|
-
const r =
|
|
4952
|
-
return l(), d("div",
|
|
4953
|
-
f("div",
|
|
4954
|
-
f("div",
|
|
4955
|
-
f("ul",
|
|
4956
|
-
(l(!0), d(
|
|
4956
|
+
}, Ra = ["onClick"], Ua = { class: "hidden-visually" };
|
|
4957
|
+
function xa(e, s, t, n, i, o) {
|
|
4958
|
+
const r = T("FaIcon");
|
|
4959
|
+
return l(), d("div", va, [
|
|
4960
|
+
f("div", pa, [
|
|
4961
|
+
f("div", ba, [
|
|
4962
|
+
f("ul", wa, [
|
|
4963
|
+
(l(!0), d($, null, C(i.slides, (a, c) => (l(), d("li", {
|
|
4957
4964
|
class: h(["slideshow__slide", { "is-active": a.active }]),
|
|
4958
4965
|
key: c,
|
|
4959
4966
|
tabindex: t.slideFocusable ? "0" : "-1",
|
|
@@ -4962,15 +4969,15 @@ function La(e, s, t, n, i, o) {
|
|
|
4962
4969
|
a.element = u;
|
|
4963
4970
|
}
|
|
4964
4971
|
}, [
|
|
4965
|
-
|
|
4972
|
+
g(e.$slots, "slide", {
|
|
4966
4973
|
item: a.item,
|
|
4967
4974
|
index: c
|
|
4968
4975
|
})
|
|
4969
|
-
], 10,
|
|
4976
|
+
], 10, Sa))), 128))
|
|
4970
4977
|
], 512)
|
|
4971
4978
|
], 512),
|
|
4972
|
-
f("ul",
|
|
4973
|
-
f("li",
|
|
4979
|
+
f("ul", ka, [
|
|
4980
|
+
f("li", Ca, [
|
|
4974
4981
|
f("button", {
|
|
4975
4982
|
class: "slideshow__control-button slideshow__control-button--previous",
|
|
4976
4983
|
"aria-label": "Scroll Right",
|
|
@@ -4981,9 +4988,9 @@ function La(e, s, t, n, i, o) {
|
|
|
4981
4988
|
class: "slideshow__control-icon",
|
|
4982
4989
|
icon: "fas fa-chevron-left"
|
|
4983
4990
|
})
|
|
4984
|
-
], 8,
|
|
4991
|
+
], 8, Ta)
|
|
4985
4992
|
]),
|
|
4986
|
-
f("li",
|
|
4993
|
+
f("li", Aa, [
|
|
4987
4994
|
f("button", {
|
|
4988
4995
|
class: "slideshow__control-button slideshow__control-button--next",
|
|
4989
4996
|
"aria-label": "Scroll Left",
|
|
@@ -4994,12 +5001,12 @@ function La(e, s, t, n, i, o) {
|
|
|
4994
5001
|
class: "slideshow__control-icon",
|
|
4995
5002
|
icon: "fas fa-chevron-right"
|
|
4996
5003
|
})
|
|
4997
|
-
], 8,
|
|
5004
|
+
], 8, $a)
|
|
4998
5005
|
])
|
|
4999
5006
|
])
|
|
5000
5007
|
], 512),
|
|
5001
|
-
t.noNav ? _("", !0) : (l(), d("ul",
|
|
5002
|
-
(l(!0), d(
|
|
5008
|
+
t.noNav ? _("", !0) : (l(), d("ul", Oa, [
|
|
5009
|
+
(l(!0), d($, null, C(i.slides, (a, c) => (l(), d("li", {
|
|
5003
5010
|
class: h(["slideshow__nav-item", { "is-active": a.active }]),
|
|
5004
5011
|
ref_for: !0,
|
|
5005
5012
|
ref: (u) => {
|
|
@@ -5011,22 +5018,22 @@ function La(e, s, t, n, i, o) {
|
|
|
5011
5018
|
class: h(["slideshow__nav-button", { "is-active": a.active }]),
|
|
5012
5019
|
onClick: (u) => o.to(c)
|
|
5013
5020
|
}, [
|
|
5014
|
-
|
|
5021
|
+
g(e.$slots, "nav", {
|
|
5015
5022
|
item: a.item,
|
|
5016
5023
|
index: c,
|
|
5017
5024
|
active: a.active
|
|
5018
5025
|
}, () => [
|
|
5019
|
-
f("span",
|
|
5026
|
+
f("span", Ua, "Item " + v(c + 1), 1)
|
|
5020
5027
|
])
|
|
5021
|
-
], 10,
|
|
5028
|
+
], 10, Ra)
|
|
5022
5029
|
], 2))), 128))
|
|
5023
5030
|
], 512))
|
|
5024
5031
|
]);
|
|
5025
5032
|
}
|
|
5026
|
-
const
|
|
5033
|
+
const Ea = /* @__PURE__ */ p(ya, [["render", xa]]), Ia = {
|
|
5027
5034
|
name: "ImageSlideShow",
|
|
5028
5035
|
components: {
|
|
5029
|
-
UluSlideShow:
|
|
5036
|
+
UluSlideShow: Ea
|
|
5030
5037
|
},
|
|
5031
5038
|
props: {
|
|
5032
5039
|
images: Array,
|
|
@@ -5048,13 +5055,13 @@ const Ha = /* @__PURE__ */ v($a, [["render", La]]), Da = {
|
|
|
5048
5055
|
const { active: t, navElement: n } = e;
|
|
5049
5056
|
if (!n) return;
|
|
5050
5057
|
const { offsetWidth: i, scrollLeft: o } = s, { offsetLeft: r, offsetWidth: a } = n, c = o + i, u = r + a;
|
|
5051
|
-
let
|
|
5052
|
-
console.log("left/right", o, c), t && n && (u > c ?
|
|
5058
|
+
let m = null;
|
|
5059
|
+
console.log("left/right", o, c), t && n && (u > c ? m = o + (u - c) : r < o && (m = r), m !== null && s.scrollTo({ left: m, top: 0, behavior: "smooth" }));
|
|
5053
5060
|
}
|
|
5054
5061
|
}
|
|
5055
|
-
},
|
|
5056
|
-
function
|
|
5057
|
-
const r =
|
|
5062
|
+
}, za = ["src", "alt"], ja = { class: "slideshow__image-actions" }, Ma = ["src", "alt"];
|
|
5063
|
+
function Ba(e, s, t, n, i, o) {
|
|
5064
|
+
const r = T("AppButton"), a = T("UluSlideShow");
|
|
5058
5065
|
return l(), y(a, {
|
|
5059
5066
|
class: "slideshow--images",
|
|
5060
5067
|
items: t.images,
|
|
@@ -5064,8 +5071,8 @@ function Xa(e, s, t, n, i, o) {
|
|
|
5064
5071
|
f("img", {
|
|
5065
5072
|
src: c.src,
|
|
5066
5073
|
alt: c.alt
|
|
5067
|
-
}, null, 8,
|
|
5068
|
-
f("div",
|
|
5074
|
+
}, null, 8, za),
|
|
5075
|
+
f("div", ja, [
|
|
5069
5076
|
t.selectButton ? (l(), y(r, {
|
|
5070
5077
|
key: 0,
|
|
5071
5078
|
class: "type-small",
|
|
@@ -5085,12 +5092,12 @@ function Xa(e, s, t, n, i, o) {
|
|
|
5085
5092
|
f("img", {
|
|
5086
5093
|
src: t.images[c].src,
|
|
5087
5094
|
alt: `View image ${c}`
|
|
5088
|
-
}, null, 8,
|
|
5095
|
+
}, null, 8, Ma)
|
|
5089
5096
|
]),
|
|
5090
5097
|
_: 1
|
|
5091
5098
|
}, 8, ["items", "onSlideChange"]);
|
|
5092
5099
|
}
|
|
5093
|
-
const
|
|
5100
|
+
const Qf = /* @__PURE__ */ p(Ia, [["render", Ba]]), Pa = {
|
|
5094
5101
|
name: "SlideShowSlide",
|
|
5095
5102
|
props: {
|
|
5096
5103
|
/**
|
|
@@ -5103,14 +5110,14 @@ const ch = /* @__PURE__ */ v(Da, [["render", Xa]]), Ya = {
|
|
|
5103
5110
|
console.log("slide mounted");
|
|
5104
5111
|
}
|
|
5105
5112
|
};
|
|
5106
|
-
function
|
|
5113
|
+
function Fa(e, s, t, n, i, o) {
|
|
5107
5114
|
return l(), d("li", {
|
|
5108
5115
|
class: h(["slideshow__slide", { "is-active": t.active }])
|
|
5109
5116
|
}, [
|
|
5110
|
-
|
|
5117
|
+
g(e.$slots, "default")
|
|
5111
5118
|
], 2);
|
|
5112
5119
|
}
|
|
5113
|
-
const
|
|
5120
|
+
const eh = /* @__PURE__ */ p(Pa, [["render", Fa]]), La = {
|
|
5114
5121
|
name: "UluTableStickyRows",
|
|
5115
5122
|
props: {
|
|
5116
5123
|
rows: Array,
|
|
@@ -5127,28 +5134,28 @@ const uh = /* @__PURE__ */ v(Ya, [["render", qa]]), Ka = {
|
|
|
5127
5134
|
default: !1
|
|
5128
5135
|
}
|
|
5129
5136
|
}
|
|
5130
|
-
},
|
|
5131
|
-
function
|
|
5132
|
-
return l(!0), d(
|
|
5137
|
+
}, Ha = ["id"], Da = ["innerHTML"];
|
|
5138
|
+
function Va(e, s, t, n, i, o) {
|
|
5139
|
+
return l(!0), d($, null, C(t.rows, (r, a) => (l(), d("tr", {
|
|
5133
5140
|
key: `br-${a}`,
|
|
5134
5141
|
id: t.optionalAttr(t.isActual && r.id),
|
|
5135
5142
|
class: h(t.resolveClasses(t.classes.row, { row: r.data, rowIndex: a, isActual: t.isActual, foot: t.foot })),
|
|
5136
|
-
style:
|
|
5143
|
+
style: B({
|
|
5137
5144
|
height: r.height
|
|
5138
5145
|
})
|
|
5139
5146
|
}, [
|
|
5140
|
-
(l(!0), d(
|
|
5147
|
+
(l(!0), d($, null, C(t.rowColumns, (c, u) => (l(), y(j(c.rowHeader ? "th" : "td"), {
|
|
5141
5148
|
id: t.optionalAttr(t.isActual && c.rowHeader && c.getRowHeaderId(a)),
|
|
5142
5149
|
scope: t.optionalAttr(t.isActual && c.rowHeader && "row"),
|
|
5143
5150
|
key: `bc-${u}`,
|
|
5144
5151
|
headers: t.optionalAttr(t.isActual && t.getCellHeaders(c, a)),
|
|
5145
5152
|
class: h(t.resolveClasses(c.class, { column: c, index: u, isActual: t.isActual, row: r, rowIndex: a, foot: t.foot })),
|
|
5146
|
-
style:
|
|
5153
|
+
style: B({
|
|
5147
5154
|
width: t.columnWidth
|
|
5148
5155
|
})
|
|
5149
5156
|
}, {
|
|
5150
5157
|
default: b(() => [
|
|
5151
|
-
e.$slots[c.slot] ?
|
|
5158
|
+
e.$slots[c.slot] ? g(e.$slots, c.slot, {
|
|
5152
5159
|
key: 0,
|
|
5153
5160
|
row: r.data,
|
|
5154
5161
|
column: c,
|
|
@@ -5159,18 +5166,18 @@ function Ja(e, s, t, n, i, o) {
|
|
|
5159
5166
|
}) : c.html ? (l(), d("div", {
|
|
5160
5167
|
key: 1,
|
|
5161
5168
|
innerHTML: t.value({ row: r, column: c, rowIndex: a, isActual: t.isActual, foot: t.foot })
|
|
5162
|
-
}, null, 8,
|
|
5163
|
-
w(
|
|
5169
|
+
}, null, 8, Da)) : (l(), d($, { key: 2 }, [
|
|
5170
|
+
w(v(t.value({ row: r, column: c, rowIndex: a, isActual: t.isActual, foot: t.foot })), 1)
|
|
5164
5171
|
], 64))
|
|
5165
5172
|
]),
|
|
5166
5173
|
_: 2
|
|
5167
5174
|
}, 1032, ["id", "scope", "headers", "class", "style"]))), 128))
|
|
5168
|
-
], 14,
|
|
5175
|
+
], 14, Ha))), 128);
|
|
5169
5176
|
}
|
|
5170
|
-
const
|
|
5177
|
+
const Na = /* @__PURE__ */ p(La, [["render", Va]]), Wa = {
|
|
5171
5178
|
name: "UluTableStickyTable",
|
|
5172
5179
|
components: {
|
|
5173
|
-
UluTableStickyRows:
|
|
5180
|
+
UluTableStickyRows: Na
|
|
5174
5181
|
},
|
|
5175
5182
|
props: {
|
|
5176
5183
|
resolveClasses: Function,
|
|
@@ -5250,31 +5257,31 @@ const Qa = /* @__PURE__ */ v(Ka, [["render", Ja]]), el = {
|
|
|
5250
5257
|
return s.join(" ");
|
|
5251
5258
|
}
|
|
5252
5259
|
}
|
|
5253
|
-
},
|
|
5260
|
+
}, Xa = ["aria-hidden"], Ya = {
|
|
5254
5261
|
key: 0,
|
|
5255
5262
|
class: "table-sticky__caption"
|
|
5256
|
-
},
|
|
5263
|
+
}, qa = ["id"], Ka = ["id", "rowspan", "colspan", "data-child-columns", "aria-sort", "scope", "headers"], Ga = ["innerHTML"], Za = {
|
|
5257
5264
|
class: "table-sticky__sort-icon",
|
|
5258
5265
|
"aria-hidden": "true"
|
|
5259
|
-
},
|
|
5260
|
-
function
|
|
5261
|
-
const r =
|
|
5266
|
+
}, Ja = { class: "table-sticky__sort-icon-inner" }, Qa = ["innerHTML"], el = { key: 1 }, tl = { key: 2 };
|
|
5267
|
+
function sl(e, s, t, n, i, o) {
|
|
5268
|
+
const r = T("UluTableStickyRows");
|
|
5262
5269
|
return l(), d("table", {
|
|
5263
5270
|
class: h(t.resolveClasses(t.classes.table, { isActual: t.isActual })),
|
|
5264
5271
|
"aria-hidden": t.isActual ? "false" : "true"
|
|
5265
5272
|
}, [
|
|
5266
|
-
t.caption ? (l(), d("caption",
|
|
5273
|
+
t.caption ? (l(), d("caption", Ya, v(t.caption), 1)) : _("", !0),
|
|
5267
5274
|
f("thead", null, [
|
|
5268
|
-
(l(!0), d(
|
|
5275
|
+
(l(!0), d($, null, C(t.headerRows, (a, c) => (l(), d("tr", {
|
|
5269
5276
|
key: `hr-${c}`,
|
|
5270
5277
|
id: o.optionalAttr(t.isActual && a.id),
|
|
5271
5278
|
class: h(t.resolveClasses(t.classes.rowHeader, { row: a, rowIndex: c, isActual: t.isActual })),
|
|
5272
|
-
style:
|
|
5279
|
+
style: B({
|
|
5273
5280
|
height: a.height
|
|
5274
5281
|
})
|
|
5275
5282
|
}, [
|
|
5276
|
-
(l(!0), d(
|
|
5277
|
-
key: `hc-${
|
|
5283
|
+
(l(!0), d($, null, C(a.columns, (u, m) => (l(), d("th", {
|
|
5284
|
+
key: `hc-${m}`,
|
|
5278
5285
|
id: o.optionalAttr(t.isActual && u.id),
|
|
5279
5286
|
rowspan: u.rowspan,
|
|
5280
5287
|
colspan: u.colspan,
|
|
@@ -5285,9 +5292,9 @@ function dl(e, s, t, n, i, o) {
|
|
|
5285
5292
|
"sort-ascending": u.sortApplied && u.sortAscending,
|
|
5286
5293
|
"sort-descending": u.sortApplied && !u.sortAscending
|
|
5287
5294
|
},
|
|
5288
|
-
t.resolveClasses(u.classHeader, { column: u, index:
|
|
5295
|
+
t.resolveClasses(u.classHeader, { column: u, index: m, isActual: t.isActual })
|
|
5289
5296
|
]),
|
|
5290
|
-
style:
|
|
5297
|
+
style: B({
|
|
5291
5298
|
width: u.width
|
|
5292
5299
|
}),
|
|
5293
5300
|
"aria-sort": u.sort ? u.sortAscending ? "ascending" : "descending" : null,
|
|
@@ -5307,43 +5314,43 @@ function dl(e, s, t, n, i, o) {
|
|
|
5307
5314
|
"aria-pressed": u.sortApplied ? "true" : "false"
|
|
5308
5315
|
}, {
|
|
5309
5316
|
default: b(() => [
|
|
5310
|
-
e.$slots[u.slotHeader] ?
|
|
5317
|
+
e.$slots[u.slotHeader] ? g(e.$slots, u.slotHeader, {
|
|
5311
5318
|
key: 0,
|
|
5312
5319
|
isActual: t.isActual,
|
|
5313
5320
|
column: u,
|
|
5314
|
-
index:
|
|
5321
|
+
index: m
|
|
5315
5322
|
}) : u.htmlTitle ? (l(), d("div", {
|
|
5316
5323
|
key: 1,
|
|
5317
|
-
innerHTML: t.getColumnTitle({ column: u, index:
|
|
5318
|
-
}, null, 8,
|
|
5319
|
-
w(
|
|
5324
|
+
innerHTML: t.getColumnTitle({ column: u, index: m, isActual: t.isActual })
|
|
5325
|
+
}, null, 8, Ga)) : (l(), d($, { key: 2 }, [
|
|
5326
|
+
w(v(t.getColumnTitle({ column: u, index: m, isActual: t.isActual })), 1)
|
|
5320
5327
|
], 64)),
|
|
5321
|
-
f("span",
|
|
5322
|
-
f("span",
|
|
5323
|
-
|
|
5328
|
+
f("span", Za, [
|
|
5329
|
+
f("span", Ja, [
|
|
5330
|
+
g(e.$slots, "sortIcon", {}, () => [
|
|
5324
5331
|
s[0] || (s[0] = w("▼"))
|
|
5325
5332
|
])
|
|
5326
5333
|
])
|
|
5327
5334
|
])
|
|
5328
5335
|
]),
|
|
5329
5336
|
_: 2
|
|
5330
|
-
}, 1064, ["class", "onClick", "onFocus", "onBlur", "aria-pressed"])) : (l(), d(
|
|
5331
|
-
e.$slots[u.slotHeader] ?
|
|
5337
|
+
}, 1064, ["class", "onClick", "onFocus", "onBlur", "aria-pressed"])) : (l(), d($, { key: 1 }, [
|
|
5338
|
+
e.$slots[u.slotHeader] ? g(e.$slots, u.slotHeader, {
|
|
5332
5339
|
key: 0,
|
|
5333
5340
|
isActual: t.isActual,
|
|
5334
5341
|
column: u,
|
|
5335
|
-
index:
|
|
5342
|
+
index: m
|
|
5336
5343
|
}) : u.htmlTitle ? (l(), d("div", {
|
|
5337
5344
|
key: 1,
|
|
5338
|
-
innerHTML: t.getColumnTitle({ column: u, index:
|
|
5339
|
-
}, null, 8,
|
|
5340
|
-
w(
|
|
5345
|
+
innerHTML: t.getColumnTitle({ column: u, index: m, isActual: t.isActual })
|
|
5346
|
+
}, null, 8, Qa)) : (l(), d($, { key: 2 }, [
|
|
5347
|
+
w(v(t.getColumnTitle({ column: u, index: m, isActual: t.isActual })), 1)
|
|
5341
5348
|
], 64))
|
|
5342
5349
|
], 64))
|
|
5343
|
-
], 14,
|
|
5344
|
-
], 14,
|
|
5350
|
+
], 14, Ka))), 128))
|
|
5351
|
+
], 14, qa))), 128))
|
|
5345
5352
|
]),
|
|
5346
|
-
t.rows ? (l(), d("tbody",
|
|
5353
|
+
t.rows ? (l(), d("tbody", el, [
|
|
5347
5354
|
R(r, {
|
|
5348
5355
|
rows: t.rows,
|
|
5349
5356
|
rowColumns: t.rowColumns,
|
|
@@ -5355,15 +5362,15 @@ function dl(e, s, t, n, i, o) {
|
|
|
5355
5362
|
classes: t.classes,
|
|
5356
5363
|
value: o.value
|
|
5357
5364
|
}, ue({ _: 2 }, [
|
|
5358
|
-
|
|
5365
|
+
C(e.$slots, (a, c) => ({
|
|
5359
5366
|
name: c,
|
|
5360
5367
|
fn: b((u) => [
|
|
5361
|
-
|
|
5368
|
+
g(e.$slots, c, N(Y(u)))
|
|
5362
5369
|
])
|
|
5363
5370
|
}))
|
|
5364
5371
|
]), 1032, ["rows", "rowColumns", "optionalAttr", "resolveClasses", "getCellHeaders", "isActual", "columnWidth", "classes", "value"])
|
|
5365
5372
|
])) : _("", !0),
|
|
5366
|
-
t.footerRows ? (l(), d("tfoot",
|
|
5373
|
+
t.footerRows ? (l(), d("tfoot", tl, [
|
|
5367
5374
|
R(r, {
|
|
5368
5375
|
rows: t.footerRows,
|
|
5369
5376
|
rowColumns: t.rowColumns,
|
|
@@ -5376,18 +5383,18 @@ function dl(e, s, t, n, i, o) {
|
|
|
5376
5383
|
value: o.value,
|
|
5377
5384
|
foot: ""
|
|
5378
5385
|
}, ue({ _: 2 }, [
|
|
5379
|
-
|
|
5386
|
+
C(e.$slots, (a, c) => ({
|
|
5380
5387
|
name: c,
|
|
5381
5388
|
fn: b((u) => [
|
|
5382
|
-
|
|
5389
|
+
g(e.$slots, c, N(Y(u)))
|
|
5383
5390
|
])
|
|
5384
5391
|
}))
|
|
5385
5392
|
]), 1032, ["rows", "rowColumns", "optionalAttr", "resolveClasses", "getCellHeaders", "isActual", "columnWidth", "classes", "value"])
|
|
5386
5393
|
])) : _("", !0)
|
|
5387
|
-
], 10,
|
|
5394
|
+
], 10, Xa);
|
|
5388
5395
|
}
|
|
5389
|
-
const
|
|
5390
|
-
function
|
|
5396
|
+
const nl = /* @__PURE__ */ p(Wa, [["render", sl]]);
|
|
5397
|
+
function ol() {
|
|
5391
5398
|
this.__data__ = [], this.size = 0;
|
|
5392
5399
|
}
|
|
5393
5400
|
function gs(e, s) {
|
|
@@ -5399,22 +5406,22 @@ function Le(e, s) {
|
|
|
5399
5406
|
return t;
|
|
5400
5407
|
return -1;
|
|
5401
5408
|
}
|
|
5402
|
-
var
|
|
5403
|
-
function
|
|
5409
|
+
var il = Array.prototype, rl = il.splice;
|
|
5410
|
+
function al(e) {
|
|
5404
5411
|
var s = this.__data__, t = Le(s, e);
|
|
5405
5412
|
if (t < 0)
|
|
5406
5413
|
return !1;
|
|
5407
5414
|
var n = s.length - 1;
|
|
5408
|
-
return t == n ? s.pop() :
|
|
5415
|
+
return t == n ? s.pop() : rl.call(s, t, 1), --this.size, !0;
|
|
5409
5416
|
}
|
|
5410
|
-
function
|
|
5417
|
+
function ll(e) {
|
|
5411
5418
|
var s = this.__data__, t = Le(s, e);
|
|
5412
5419
|
return t < 0 ? void 0 : s[t][1];
|
|
5413
5420
|
}
|
|
5414
|
-
function
|
|
5421
|
+
function cl(e) {
|
|
5415
5422
|
return Le(this.__data__, e) > -1;
|
|
5416
5423
|
}
|
|
5417
|
-
function
|
|
5424
|
+
function ul(e, s) {
|
|
5418
5425
|
var t = this.__data__, n = Le(t, e);
|
|
5419
5426
|
return n < 0 ? (++this.size, t.push([e, s])) : t[n][1] = s, this;
|
|
5420
5427
|
}
|
|
@@ -5425,66 +5432,66 @@ function Z(e) {
|
|
|
5425
5432
|
this.set(n[0], n[1]);
|
|
5426
5433
|
}
|
|
5427
5434
|
}
|
|
5428
|
-
Z.prototype.clear =
|
|
5429
|
-
Z.prototype.delete =
|
|
5430
|
-
Z.prototype.get =
|
|
5431
|
-
Z.prototype.has =
|
|
5432
|
-
Z.prototype.set =
|
|
5433
|
-
function
|
|
5435
|
+
Z.prototype.clear = ol;
|
|
5436
|
+
Z.prototype.delete = al;
|
|
5437
|
+
Z.prototype.get = ll;
|
|
5438
|
+
Z.prototype.has = cl;
|
|
5439
|
+
Z.prototype.set = ul;
|
|
5440
|
+
function dl() {
|
|
5434
5441
|
this.__data__ = new Z(), this.size = 0;
|
|
5435
5442
|
}
|
|
5436
|
-
function
|
|
5443
|
+
function fl(e) {
|
|
5437
5444
|
var s = this.__data__, t = s.delete(e);
|
|
5438
5445
|
return this.size = s.size, t;
|
|
5439
5446
|
}
|
|
5440
|
-
function
|
|
5447
|
+
function hl(e) {
|
|
5441
5448
|
return this.__data__.get(e);
|
|
5442
5449
|
}
|
|
5443
|
-
function
|
|
5450
|
+
function ml(e) {
|
|
5444
5451
|
return this.__data__.has(e);
|
|
5445
5452
|
}
|
|
5446
|
-
var _s = typeof global == "object" && global && global.Object === Object && global,
|
|
5447
|
-
function
|
|
5448
|
-
var s =
|
|
5453
|
+
var _s = typeof global == "object" && global && global.Object === Object && global, gl = typeof self == "object" && self && self.Object === Object && self, q = _s || gl || Function("return this")(), fe = q.Symbol, ys = Object.prototype, _l = ys.hasOwnProperty, yl = ys.toString, be = fe ? fe.toStringTag : void 0;
|
|
5454
|
+
function vl(e) {
|
|
5455
|
+
var s = _l.call(e, be), t = e[be];
|
|
5449
5456
|
try {
|
|
5450
5457
|
e[be] = void 0;
|
|
5451
5458
|
var n = !0;
|
|
5452
5459
|
} catch {
|
|
5453
5460
|
}
|
|
5454
|
-
var i =
|
|
5461
|
+
var i = yl.call(e);
|
|
5455
5462
|
return n && (s ? e[be] = t : delete e[be]), i;
|
|
5456
5463
|
}
|
|
5457
|
-
var
|
|
5458
|
-
function
|
|
5459
|
-
return
|
|
5464
|
+
var pl = Object.prototype, bl = pl.toString;
|
|
5465
|
+
function wl(e) {
|
|
5466
|
+
return bl.call(e);
|
|
5460
5467
|
}
|
|
5461
|
-
var
|
|
5462
|
-
function
|
|
5463
|
-
return e == null ? e === void 0 ?
|
|
5468
|
+
var Sl = "[object Null]", kl = "[object Undefined]", Tt = fe ? fe.toStringTag : void 0;
|
|
5469
|
+
function $e(e) {
|
|
5470
|
+
return e == null ? e === void 0 ? kl : Sl : Tt && Tt in Object(e) ? vl(e) : wl(e);
|
|
5464
5471
|
}
|
|
5465
5472
|
function He(e) {
|
|
5466
5473
|
var s = typeof e;
|
|
5467
5474
|
return e != null && (s == "object" || s == "function");
|
|
5468
5475
|
}
|
|
5469
|
-
var
|
|
5476
|
+
var Cl = "[object AsyncFunction]", Tl = "[object Function]", Al = "[object GeneratorFunction]", $l = "[object Proxy]";
|
|
5470
5477
|
function vs(e) {
|
|
5471
5478
|
if (!He(e))
|
|
5472
5479
|
return !1;
|
|
5473
|
-
var s =
|
|
5474
|
-
return s ==
|
|
5480
|
+
var s = $e(e);
|
|
5481
|
+
return s == Tl || s == Al || s == Cl || s == $l;
|
|
5475
5482
|
}
|
|
5476
|
-
var Xe = q["__core-js_shared__"],
|
|
5483
|
+
var Xe = q["__core-js_shared__"], At = function() {
|
|
5477
5484
|
var e = /[^.]+$/.exec(Xe && Xe.keys && Xe.keys.IE_PROTO || "");
|
|
5478
5485
|
return e ? "Symbol(src)_1." + e : "";
|
|
5479
5486
|
}();
|
|
5480
|
-
function
|
|
5481
|
-
return
|
|
5487
|
+
function Ol(e) {
|
|
5488
|
+
return !!At && At in e;
|
|
5482
5489
|
}
|
|
5483
|
-
var
|
|
5490
|
+
var Rl = Function.prototype, Ul = Rl.toString;
|
|
5484
5491
|
function re(e) {
|
|
5485
5492
|
if (e != null) {
|
|
5486
5493
|
try {
|
|
5487
|
-
return
|
|
5494
|
+
return Ul.call(e);
|
|
5488
5495
|
} catch {
|
|
5489
5496
|
}
|
|
5490
5497
|
try {
|
|
@@ -5494,48 +5501,48 @@ function re(e) {
|
|
|
5494
5501
|
}
|
|
5495
5502
|
return "";
|
|
5496
5503
|
}
|
|
5497
|
-
var
|
|
5498
|
-
"^" +
|
|
5504
|
+
var xl = /[\\^$.*+?()[\]{}|]/g, El = /^\[object .+?Constructor\]$/, Il = Function.prototype, zl = Object.prototype, jl = Il.toString, Ml = zl.hasOwnProperty, Bl = RegExp(
|
|
5505
|
+
"^" + jl.call(Ml).replace(xl, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
5499
5506
|
);
|
|
5500
|
-
function
|
|
5501
|
-
if (!He(e) ||
|
|
5507
|
+
function Pl(e) {
|
|
5508
|
+
if (!He(e) || Ol(e))
|
|
5502
5509
|
return !1;
|
|
5503
|
-
var s = vs(e) ?
|
|
5510
|
+
var s = vs(e) ? Bl : El;
|
|
5504
5511
|
return s.test(re(e));
|
|
5505
5512
|
}
|
|
5506
|
-
function
|
|
5513
|
+
function Fl(e, s) {
|
|
5507
5514
|
return e?.[s];
|
|
5508
5515
|
}
|
|
5509
5516
|
function ae(e, s) {
|
|
5510
|
-
var t =
|
|
5511
|
-
return
|
|
5517
|
+
var t = Fl(e, s);
|
|
5518
|
+
return Pl(t) ? t : void 0;
|
|
5512
5519
|
}
|
|
5513
|
-
var
|
|
5514
|
-
function
|
|
5520
|
+
var Te = ae(q, "Map"), Ae = ae(Object, "create");
|
|
5521
|
+
function Ll() {
|
|
5515
5522
|
this.__data__ = Ae ? Ae(null) : {}, this.size = 0;
|
|
5516
5523
|
}
|
|
5517
|
-
function
|
|
5524
|
+
function Hl(e) {
|
|
5518
5525
|
var s = this.has(e) && delete this.__data__[e];
|
|
5519
5526
|
return this.size -= s ? 1 : 0, s;
|
|
5520
5527
|
}
|
|
5521
|
-
var
|
|
5522
|
-
function
|
|
5528
|
+
var Dl = "__lodash_hash_undefined__", Vl = Object.prototype, Nl = Vl.hasOwnProperty;
|
|
5529
|
+
function Wl(e) {
|
|
5523
5530
|
var s = this.__data__;
|
|
5524
5531
|
if (Ae) {
|
|
5525
5532
|
var t = s[e];
|
|
5526
|
-
return t ===
|
|
5533
|
+
return t === Dl ? void 0 : t;
|
|
5527
5534
|
}
|
|
5528
|
-
return
|
|
5535
|
+
return Nl.call(s, e) ? s[e] : void 0;
|
|
5529
5536
|
}
|
|
5530
|
-
var
|
|
5531
|
-
function
|
|
5537
|
+
var Xl = Object.prototype, Yl = Xl.hasOwnProperty;
|
|
5538
|
+
function ql(e) {
|
|
5532
5539
|
var s = this.__data__;
|
|
5533
|
-
return Ae ? s[e] !== void 0 :
|
|
5540
|
+
return Ae ? s[e] !== void 0 : Yl.call(s, e);
|
|
5534
5541
|
}
|
|
5535
|
-
var
|
|
5536
|
-
function
|
|
5542
|
+
var Kl = "__lodash_hash_undefined__";
|
|
5543
|
+
function Gl(e, s) {
|
|
5537
5544
|
var t = this.__data__;
|
|
5538
|
-
return this.size += this.has(e) ? 0 : 1, t[e] = Ae && s === void 0 ?
|
|
5545
|
+
return this.size += this.has(e) ? 0 : 1, t[e] = Ae && s === void 0 ? Kl : s, this;
|
|
5539
5546
|
}
|
|
5540
5547
|
function ie(e) {
|
|
5541
5548
|
var s = -1, t = e == null ? 0 : e.length;
|
|
@@ -5544,37 +5551,37 @@ function ie(e) {
|
|
|
5544
5551
|
this.set(n[0], n[1]);
|
|
5545
5552
|
}
|
|
5546
5553
|
}
|
|
5547
|
-
ie.prototype.clear =
|
|
5548
|
-
ie.prototype.delete =
|
|
5549
|
-
ie.prototype.get =
|
|
5550
|
-
ie.prototype.has =
|
|
5551
|
-
ie.prototype.set =
|
|
5552
|
-
function
|
|
5554
|
+
ie.prototype.clear = Ll;
|
|
5555
|
+
ie.prototype.delete = Hl;
|
|
5556
|
+
ie.prototype.get = Wl;
|
|
5557
|
+
ie.prototype.has = ql;
|
|
5558
|
+
ie.prototype.set = Gl;
|
|
5559
|
+
function Zl() {
|
|
5553
5560
|
this.size = 0, this.__data__ = {
|
|
5554
5561
|
hash: new ie(),
|
|
5555
|
-
map: new (
|
|
5562
|
+
map: new (Te || Z)(),
|
|
5556
5563
|
string: new ie()
|
|
5557
5564
|
};
|
|
5558
5565
|
}
|
|
5559
|
-
function
|
|
5566
|
+
function Jl(e) {
|
|
5560
5567
|
var s = typeof e;
|
|
5561
5568
|
return s == "string" || s == "number" || s == "symbol" || s == "boolean" ? e !== "__proto__" : e === null;
|
|
5562
5569
|
}
|
|
5563
5570
|
function De(e, s) {
|
|
5564
5571
|
var t = e.__data__;
|
|
5565
|
-
return
|
|
5572
|
+
return Jl(s) ? t[typeof s == "string" ? "string" : "hash"] : t.map;
|
|
5566
5573
|
}
|
|
5567
|
-
function
|
|
5574
|
+
function Ql(e) {
|
|
5568
5575
|
var s = De(this, e).delete(e);
|
|
5569
5576
|
return this.size -= s ? 1 : 0, s;
|
|
5570
5577
|
}
|
|
5571
|
-
function
|
|
5578
|
+
function ec(e) {
|
|
5572
5579
|
return De(this, e).get(e);
|
|
5573
5580
|
}
|
|
5574
|
-
function
|
|
5581
|
+
function tc(e) {
|
|
5575
5582
|
return De(this, e).has(e);
|
|
5576
5583
|
}
|
|
5577
|
-
function
|
|
5584
|
+
function sc(e, s) {
|
|
5578
5585
|
var t = De(this, e), n = t.size;
|
|
5579
5586
|
return t.set(e, s), this.size += t.size == n ? 0 : 1, this;
|
|
5580
5587
|
}
|
|
@@ -5585,17 +5592,17 @@ function ge(e) {
|
|
|
5585
5592
|
this.set(n[0], n[1]);
|
|
5586
5593
|
}
|
|
5587
5594
|
}
|
|
5588
|
-
ge.prototype.clear =
|
|
5589
|
-
ge.prototype.delete =
|
|
5590
|
-
ge.prototype.get =
|
|
5591
|
-
ge.prototype.has =
|
|
5592
|
-
ge.prototype.set =
|
|
5593
|
-
var
|
|
5594
|
-
function
|
|
5595
|
+
ge.prototype.clear = Zl;
|
|
5596
|
+
ge.prototype.delete = Ql;
|
|
5597
|
+
ge.prototype.get = ec;
|
|
5598
|
+
ge.prototype.has = tc;
|
|
5599
|
+
ge.prototype.set = sc;
|
|
5600
|
+
var nc = 200;
|
|
5601
|
+
function oc(e, s) {
|
|
5595
5602
|
var t = this.__data__;
|
|
5596
5603
|
if (t instanceof Z) {
|
|
5597
5604
|
var n = t.__data__;
|
|
5598
|
-
if (
|
|
5605
|
+
if (!Te || n.length < nc - 1)
|
|
5599
5606
|
return n.push([e, s]), this.size = ++t.size, this;
|
|
5600
5607
|
t = this.__data__ = new ge(n);
|
|
5601
5608
|
}
|
|
@@ -5605,96 +5612,96 @@ function _e(e) {
|
|
|
5605
5612
|
var s = this.__data__ = new Z(e);
|
|
5606
5613
|
this.size = s.size;
|
|
5607
5614
|
}
|
|
5608
|
-
_e.prototype.clear =
|
|
5609
|
-
_e.prototype.delete =
|
|
5610
|
-
_e.prototype.get =
|
|
5611
|
-
_e.prototype.has =
|
|
5612
|
-
_e.prototype.set =
|
|
5613
|
-
function
|
|
5615
|
+
_e.prototype.clear = dl;
|
|
5616
|
+
_e.prototype.delete = fl;
|
|
5617
|
+
_e.prototype.get = hl;
|
|
5618
|
+
_e.prototype.has = ml;
|
|
5619
|
+
_e.prototype.set = oc;
|
|
5620
|
+
function ic(e, s) {
|
|
5614
5621
|
for (var t = -1, n = e == null ? 0 : e.length; ++t < n && s(e[t], t, e) !== !1; )
|
|
5615
5622
|
;
|
|
5616
5623
|
return e;
|
|
5617
5624
|
}
|
|
5618
|
-
var
|
|
5625
|
+
var $t = function() {
|
|
5619
5626
|
try {
|
|
5620
5627
|
var e = ae(Object, "defineProperty");
|
|
5621
5628
|
return e({}, "", {}), e;
|
|
5622
5629
|
} catch {
|
|
5623
5630
|
}
|
|
5624
5631
|
}();
|
|
5625
|
-
function
|
|
5626
|
-
s == "__proto__" &&
|
|
5632
|
+
function rc(e, s, t) {
|
|
5633
|
+
s == "__proto__" && $t ? $t(e, s, {
|
|
5627
5634
|
configurable: !0,
|
|
5628
5635
|
enumerable: !0,
|
|
5629
5636
|
value: t,
|
|
5630
5637
|
writable: !0
|
|
5631
5638
|
}) : e[s] = t;
|
|
5632
5639
|
}
|
|
5633
|
-
var
|
|
5634
|
-
function
|
|
5640
|
+
var ac = Object.prototype, lc = ac.hasOwnProperty;
|
|
5641
|
+
function cc(e, s, t) {
|
|
5635
5642
|
var n = e[s];
|
|
5636
|
-
(!(
|
|
5643
|
+
(!(lc.call(e, s) && gs(n, t)) || t === void 0 && !(s in e)) && rc(e, s, t);
|
|
5637
5644
|
}
|
|
5638
|
-
function
|
|
5645
|
+
function uc(e, s) {
|
|
5639
5646
|
for (var t = -1, n = Array(e); ++t < e; )
|
|
5640
5647
|
n[t] = s(t);
|
|
5641
5648
|
return n;
|
|
5642
5649
|
}
|
|
5643
|
-
function
|
|
5650
|
+
function Oe(e) {
|
|
5644
5651
|
return e != null && typeof e == "object";
|
|
5645
5652
|
}
|
|
5646
|
-
var
|
|
5653
|
+
var dc = "[object Arguments]";
|
|
5647
5654
|
function Ot(e) {
|
|
5648
|
-
return
|
|
5655
|
+
return Oe(e) && $e(e) == dc;
|
|
5649
5656
|
}
|
|
5650
|
-
var ps = Object.prototype,
|
|
5657
|
+
var ps = Object.prototype, fc = ps.hasOwnProperty, hc = ps.propertyIsEnumerable, mc = Ot(/* @__PURE__ */ function() {
|
|
5651
5658
|
return arguments;
|
|
5652
5659
|
}()) ? Ot : function(e) {
|
|
5653
|
-
return
|
|
5660
|
+
return Oe(e) && fc.call(e, "callee") && !hc.call(e, "callee");
|
|
5654
5661
|
}, ct = Array.isArray;
|
|
5655
|
-
function
|
|
5662
|
+
function gc() {
|
|
5656
5663
|
return !1;
|
|
5657
5664
|
}
|
|
5658
|
-
var bs = typeof exports == "object" && exports && !exports.nodeType && exports, Rt = bs && typeof module == "object" && module && !module.nodeType && module,
|
|
5659
|
-
function
|
|
5665
|
+
var bs = typeof exports == "object" && exports && !exports.nodeType && exports, Rt = bs && typeof module == "object" && module && !module.nodeType && module, _c = Rt && Rt.exports === bs, Ut = _c ? q.Buffer : void 0, yc = Ut ? Ut.isBuffer : void 0, ws = yc || gc, vc = 9007199254740991, pc = /^(?:0|[1-9]\d*)$/;
|
|
5666
|
+
function bc(e, s) {
|
|
5660
5667
|
var t = typeof e;
|
|
5661
|
-
return s = s ??
|
|
5668
|
+
return s = s ?? vc, !!s && (t == "number" || t != "symbol" && pc.test(e)) && e > -1 && e % 1 == 0 && e < s;
|
|
5662
5669
|
}
|
|
5663
|
-
var
|
|
5670
|
+
var wc = 9007199254740991;
|
|
5664
5671
|
function Ss(e) {
|
|
5665
|
-
return typeof e == "number" && e > -1 && e % 1 == 0 && e <=
|
|
5672
|
+
return typeof e == "number" && e > -1 && e % 1 == 0 && e <= wc;
|
|
5666
5673
|
}
|
|
5667
|
-
var
|
|
5668
|
-
|
|
5669
|
-
|
|
5670
|
-
function
|
|
5671
|
-
return
|
|
5674
|
+
var Sc = "[object Arguments]", kc = "[object Array]", Cc = "[object Boolean]", Tc = "[object Date]", Ac = "[object Error]", $c = "[object Function]", Oc = "[object Map]", Rc = "[object Number]", Uc = "[object Object]", xc = "[object RegExp]", Ec = "[object Set]", Ic = "[object String]", zc = "[object WeakMap]", jc = "[object ArrayBuffer]", Mc = "[object DataView]", Bc = "[object Float32Array]", Pc = "[object Float64Array]", Fc = "[object Int8Array]", Lc = "[object Int16Array]", Hc = "[object Int32Array]", Dc = "[object Uint8Array]", Vc = "[object Uint8ClampedArray]", Nc = "[object Uint16Array]", Wc = "[object Uint32Array]", E = {};
|
|
5675
|
+
E[Bc] = E[Pc] = E[Fc] = E[Lc] = E[Hc] = E[Dc] = E[Vc] = E[Nc] = E[Wc] = !0;
|
|
5676
|
+
E[Sc] = E[kc] = E[jc] = E[Cc] = E[Mc] = E[Tc] = E[Ac] = E[$c] = E[Oc] = E[Rc] = E[Uc] = E[xc] = E[Ec] = E[Ic] = E[zc] = !1;
|
|
5677
|
+
function Xc(e) {
|
|
5678
|
+
return Oe(e) && Ss(e.length) && !!E[$e(e)];
|
|
5672
5679
|
}
|
|
5673
5680
|
function ut(e) {
|
|
5674
5681
|
return function(s) {
|
|
5675
5682
|
return e(s);
|
|
5676
5683
|
};
|
|
5677
5684
|
}
|
|
5678
|
-
var ks = typeof exports == "object" && exports && !exports.nodeType && exports,
|
|
5685
|
+
var ks = typeof exports == "object" && exports && !exports.nodeType && exports, Ce = ks && typeof module == "object" && module && !module.nodeType && module, Yc = Ce && Ce.exports === ks, Ye = Yc && _s.process, he = function() {
|
|
5679
5686
|
try {
|
|
5680
|
-
var e =
|
|
5687
|
+
var e = Ce && Ce.require && Ce.require("util").types;
|
|
5681
5688
|
return e || Ye && Ye.binding && Ye.binding("util");
|
|
5682
5689
|
} catch {
|
|
5683
5690
|
}
|
|
5684
|
-
}(),
|
|
5685
|
-
function
|
|
5686
|
-
var t = ct(e), n = !t &&
|
|
5691
|
+
}(), xt = he && he.isTypedArray, qc = xt ? ut(xt) : Xc, Kc = Object.prototype, Gc = Kc.hasOwnProperty;
|
|
5692
|
+
function Zc(e, s) {
|
|
5693
|
+
var t = ct(e), n = !t && mc(e), i = !t && !n && ws(e), o = !t && !n && !i && qc(e), r = t || n || i || o, a = r ? uc(e.length, String) : [], c = a.length;
|
|
5687
5694
|
for (var u in e)
|
|
5688
|
-
|
|
5695
|
+
Gc.call(e, u) && !(r && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
5689
5696
|
(u == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
5690
5697
|
i && (u == "offset" || u == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
|
|
5691
5698
|
o && (u == "buffer" || u == "byteLength" || u == "byteOffset") || // Skip index properties.
|
|
5692
|
-
|
|
5699
|
+
bc(u, c))) && a.push(u);
|
|
5693
5700
|
return a;
|
|
5694
5701
|
}
|
|
5695
|
-
var
|
|
5702
|
+
var Jc = Object.prototype;
|
|
5696
5703
|
function Cs(e) {
|
|
5697
|
-
var s = e && e.constructor, t = typeof s == "function" && s.prototype ||
|
|
5704
|
+
var s = e && e.constructor, t = typeof s == "function" && s.prototype || Jc;
|
|
5698
5705
|
return e === t;
|
|
5699
5706
|
}
|
|
5700
5707
|
function Ts(e, s) {
|
|
@@ -5702,134 +5709,134 @@ function Ts(e, s) {
|
|
|
5702
5709
|
return e(s(t));
|
|
5703
5710
|
};
|
|
5704
5711
|
}
|
|
5705
|
-
var
|
|
5706
|
-
function
|
|
5712
|
+
var Qc = Ts(Object.keys, Object), eu = Object.prototype, tu = eu.hasOwnProperty;
|
|
5713
|
+
function su(e) {
|
|
5707
5714
|
if (!Cs(e))
|
|
5708
|
-
return
|
|
5715
|
+
return Qc(e);
|
|
5709
5716
|
var s = [];
|
|
5710
5717
|
for (var t in Object(e))
|
|
5711
|
-
|
|
5718
|
+
tu.call(e, t) && t != "constructor" && s.push(t);
|
|
5712
5719
|
return s;
|
|
5713
5720
|
}
|
|
5714
|
-
function
|
|
5721
|
+
function nu(e) {
|
|
5715
5722
|
return e != null && Ss(e.length) && !vs(e);
|
|
5716
5723
|
}
|
|
5717
|
-
function
|
|
5718
|
-
return
|
|
5724
|
+
function ou(e) {
|
|
5725
|
+
return nu(e) ? Zc(e) : su(e);
|
|
5719
5726
|
}
|
|
5720
|
-
var
|
|
5721
|
-
|
|
5722
|
-
function
|
|
5727
|
+
var As = typeof exports == "object" && exports && !exports.nodeType && exports, Et = As && typeof module == "object" && module && !module.nodeType && module, iu = Et && Et.exports === As, It = iu ? q.Buffer : void 0;
|
|
5728
|
+
It && It.allocUnsafe;
|
|
5729
|
+
function ru(e, s) {
|
|
5723
5730
|
return e.slice();
|
|
5724
5731
|
}
|
|
5725
|
-
function
|
|
5732
|
+
function au(e, s) {
|
|
5726
5733
|
for (var t = -1, n = e == null ? 0 : e.length, i = 0, o = []; ++t < n; ) {
|
|
5727
5734
|
var r = e[t];
|
|
5728
5735
|
s(r, t, e) && (o[i++] = r);
|
|
5729
5736
|
}
|
|
5730
5737
|
return o;
|
|
5731
5738
|
}
|
|
5732
|
-
function
|
|
5739
|
+
function lu() {
|
|
5733
5740
|
return [];
|
|
5734
5741
|
}
|
|
5735
|
-
var
|
|
5736
|
-
return e == null ? [] : (e = Object(e),
|
|
5737
|
-
return
|
|
5742
|
+
var cu = Object.prototype, uu = cu.propertyIsEnumerable, zt = Object.getOwnPropertySymbols, du = zt ? function(e) {
|
|
5743
|
+
return e == null ? [] : (e = Object(e), au(zt(e), function(s) {
|
|
5744
|
+
return uu.call(e, s);
|
|
5738
5745
|
}));
|
|
5739
|
-
} :
|
|
5740
|
-
function
|
|
5746
|
+
} : lu;
|
|
5747
|
+
function fu(e, s) {
|
|
5741
5748
|
for (var t = -1, n = s.length, i = e.length; ++t < n; )
|
|
5742
5749
|
e[i + t] = s[t];
|
|
5743
5750
|
return e;
|
|
5744
5751
|
}
|
|
5745
|
-
var
|
|
5746
|
-
function
|
|
5752
|
+
var hu = Ts(Object.getPrototypeOf, Object);
|
|
5753
|
+
function mu(e, s, t) {
|
|
5747
5754
|
var n = s(e);
|
|
5748
|
-
return ct(e) ? n :
|
|
5755
|
+
return ct(e) ? n : fu(n, t(e));
|
|
5749
5756
|
}
|
|
5750
|
-
function
|
|
5751
|
-
return
|
|
5757
|
+
function gu(e) {
|
|
5758
|
+
return mu(e, ou, du);
|
|
5752
5759
|
}
|
|
5753
|
-
var Je = ae(q, "DataView"), Qe = ae(q, "Promise"), et = ae(q, "Set"), tt = ae(q, "WeakMap"), jt = "[object Map]",
|
|
5754
|
-
(Je && K(new Je(new ArrayBuffer(1))) !=
|
|
5755
|
-
var s =
|
|
5760
|
+
var Je = ae(q, "DataView"), Qe = ae(q, "Promise"), et = ae(q, "Set"), tt = ae(q, "WeakMap"), jt = "[object Map]", _u = "[object Object]", Mt = "[object Promise]", Bt = "[object Set]", Pt = "[object WeakMap]", Ft = "[object DataView]", yu = re(Je), vu = re(Te), pu = re(Qe), bu = re(et), wu = re(tt), K = $e;
|
|
5761
|
+
(Je && K(new Je(new ArrayBuffer(1))) != Ft || Te && K(new Te()) != jt || Qe && K(Qe.resolve()) != Mt || et && K(new et()) != Bt || tt && K(new tt()) != Pt) && (K = function(e) {
|
|
5762
|
+
var s = $e(e), t = s == _u ? e.constructor : void 0, n = t ? re(t) : "";
|
|
5756
5763
|
if (n)
|
|
5757
5764
|
switch (n) {
|
|
5758
|
-
case
|
|
5759
|
-
return
|
|
5760
|
-
case
|
|
5765
|
+
case yu:
|
|
5766
|
+
return Ft;
|
|
5767
|
+
case vu:
|
|
5761
5768
|
return jt;
|
|
5762
|
-
case
|
|
5769
|
+
case pu:
|
|
5763
5770
|
return Mt;
|
|
5764
|
-
case
|
|
5765
|
-
return
|
|
5766
|
-
case
|
|
5771
|
+
case bu:
|
|
5772
|
+
return Bt;
|
|
5773
|
+
case wu:
|
|
5767
5774
|
return Pt;
|
|
5768
5775
|
}
|
|
5769
5776
|
return s;
|
|
5770
5777
|
});
|
|
5771
|
-
var
|
|
5772
|
-
function
|
|
5778
|
+
var Su = Object.prototype, ku = Su.hasOwnProperty;
|
|
5779
|
+
function Cu(e) {
|
|
5773
5780
|
var s = e.length, t = new e.constructor(s);
|
|
5774
|
-
return s && typeof e[0] == "string" &&
|
|
5781
|
+
return s && typeof e[0] == "string" && ku.call(e, "index") && (t.index = e.index, t.input = e.input), t;
|
|
5775
5782
|
}
|
|
5776
5783
|
var Lt = q.Uint8Array;
|
|
5777
5784
|
function dt(e) {
|
|
5778
5785
|
var s = new e.constructor(e.byteLength);
|
|
5779
5786
|
return new Lt(s).set(new Lt(e)), s;
|
|
5780
5787
|
}
|
|
5781
|
-
function
|
|
5788
|
+
function Tu(e, s) {
|
|
5782
5789
|
var t = dt(e.buffer);
|
|
5783
5790
|
return new e.constructor(t, e.byteOffset, e.byteLength);
|
|
5784
5791
|
}
|
|
5785
|
-
var
|
|
5786
|
-
function
|
|
5787
|
-
var s = new e.constructor(e.source,
|
|
5792
|
+
var Au = /\w*$/;
|
|
5793
|
+
function $u(e) {
|
|
5794
|
+
var s = new e.constructor(e.source, Au.exec(e));
|
|
5788
5795
|
return s.lastIndex = e.lastIndex, s;
|
|
5789
5796
|
}
|
|
5790
5797
|
var Ht = fe ? fe.prototype : void 0, Dt = Ht ? Ht.valueOf : void 0;
|
|
5791
|
-
function
|
|
5798
|
+
function Ou(e) {
|
|
5792
5799
|
return Dt ? Object(Dt.call(e)) : {};
|
|
5793
5800
|
}
|
|
5794
|
-
function
|
|
5801
|
+
function Ru(e, s) {
|
|
5795
5802
|
var t = dt(e.buffer);
|
|
5796
5803
|
return new e.constructor(t, e.byteOffset, e.length);
|
|
5797
5804
|
}
|
|
5798
|
-
var
|
|
5799
|
-
function
|
|
5805
|
+
var Uu = "[object Boolean]", xu = "[object Date]", Eu = "[object Map]", Iu = "[object Number]", zu = "[object RegExp]", ju = "[object Set]", Mu = "[object String]", Bu = "[object Symbol]", Pu = "[object ArrayBuffer]", Fu = "[object DataView]", Lu = "[object Float32Array]", Hu = "[object Float64Array]", Du = "[object Int8Array]", Vu = "[object Int16Array]", Nu = "[object Int32Array]", Wu = "[object Uint8Array]", Xu = "[object Uint8ClampedArray]", Yu = "[object Uint16Array]", qu = "[object Uint32Array]";
|
|
5806
|
+
function Ku(e, s, t) {
|
|
5800
5807
|
var n = e.constructor;
|
|
5801
5808
|
switch (s) {
|
|
5802
|
-
case
|
|
5809
|
+
case Pu:
|
|
5803
5810
|
return dt(e);
|
|
5804
|
-
case
|
|
5805
|
-
case
|
|
5811
|
+
case Uu:
|
|
5812
|
+
case xu:
|
|
5806
5813
|
return new n(+e);
|
|
5807
|
-
case
|
|
5808
|
-
return
|
|
5809
|
-
case
|
|
5810
|
-
case Gu:
|
|
5811
|
-
case Zu:
|
|
5812
|
-
case Ju:
|
|
5813
|
-
case Qu:
|
|
5814
|
-
case ed:
|
|
5815
|
-
case td:
|
|
5816
|
-
case sd:
|
|
5817
|
-
case nd:
|
|
5818
|
-
return Pu(e);
|
|
5814
|
+
case Fu:
|
|
5815
|
+
return Tu(e);
|
|
5816
|
+
case Lu:
|
|
5819
5817
|
case Hu:
|
|
5820
|
-
return new n();
|
|
5821
5818
|
case Du:
|
|
5822
|
-
case Wu:
|
|
5823
|
-
return new n(e);
|
|
5824
5819
|
case Vu:
|
|
5825
|
-
return Mu(e);
|
|
5826
5820
|
case Nu:
|
|
5827
|
-
|
|
5821
|
+
case Wu:
|
|
5828
5822
|
case Xu:
|
|
5829
|
-
|
|
5823
|
+
case Yu:
|
|
5824
|
+
case qu:
|
|
5825
|
+
return Ru(e);
|
|
5826
|
+
case Eu:
|
|
5827
|
+
return new n();
|
|
5828
|
+
case Iu:
|
|
5829
|
+
case Mu:
|
|
5830
|
+
return new n(e);
|
|
5831
|
+
case zu:
|
|
5832
|
+
return $u(e);
|
|
5833
|
+
case ju:
|
|
5834
|
+
return new n();
|
|
5835
|
+
case Bu:
|
|
5836
|
+
return Ou(e);
|
|
5830
5837
|
}
|
|
5831
5838
|
}
|
|
5832
|
-
var Vt = Object.create,
|
|
5839
|
+
var Vt = Object.create, Gu = /* @__PURE__ */ function() {
|
|
5833
5840
|
function e() {
|
|
5834
5841
|
}
|
|
5835
5842
|
return function(s) {
|
|
@@ -5842,21 +5849,21 @@ var Vt = Object.create, id = /* @__PURE__ */ function() {
|
|
|
5842
5849
|
return e.prototype = void 0, t;
|
|
5843
5850
|
};
|
|
5844
5851
|
}();
|
|
5845
|
-
function
|
|
5846
|
-
return typeof e.constructor == "function" && !Cs(e) ?
|
|
5852
|
+
function Zu(e) {
|
|
5853
|
+
return typeof e.constructor == "function" && !Cs(e) ? Gu(hu(e)) : {};
|
|
5847
5854
|
}
|
|
5848
|
-
var
|
|
5849
|
-
function
|
|
5850
|
-
return
|
|
5855
|
+
var Ju = "[object Map]";
|
|
5856
|
+
function Qu(e) {
|
|
5857
|
+
return Oe(e) && K(e) == Ju;
|
|
5851
5858
|
}
|
|
5852
|
-
var Nt = he && he.isMap,
|
|
5853
|
-
function
|
|
5854
|
-
return
|
|
5859
|
+
var Nt = he && he.isMap, ed = Nt ? ut(Nt) : Qu, td = "[object Set]";
|
|
5860
|
+
function sd(e) {
|
|
5861
|
+
return Oe(e) && K(e) == td;
|
|
5855
5862
|
}
|
|
5856
|
-
var Wt = he && he.isSet,
|
|
5857
|
-
|
|
5858
|
-
|
|
5859
|
-
function
|
|
5863
|
+
var Wt = he && he.isSet, nd = Wt ? ut(Wt) : sd, $s = "[object Arguments]", od = "[object Array]", id = "[object Boolean]", rd = "[object Date]", ad = "[object Error]", Os = "[object Function]", ld = "[object GeneratorFunction]", cd = "[object Map]", ud = "[object Number]", Rs = "[object Object]", dd = "[object RegExp]", fd = "[object Set]", hd = "[object String]", md = "[object Symbol]", gd = "[object WeakMap]", _d = "[object ArrayBuffer]", yd = "[object DataView]", vd = "[object Float32Array]", pd = "[object Float64Array]", bd = "[object Int8Array]", wd = "[object Int16Array]", Sd = "[object Int32Array]", kd = "[object Uint8Array]", Cd = "[object Uint8ClampedArray]", Td = "[object Uint16Array]", Ad = "[object Uint32Array]", x = {};
|
|
5864
|
+
x[$s] = x[od] = x[_d] = x[yd] = x[id] = x[rd] = x[vd] = x[pd] = x[bd] = x[wd] = x[Sd] = x[cd] = x[ud] = x[Rs] = x[dd] = x[fd] = x[hd] = x[md] = x[kd] = x[Cd] = x[Td] = x[Ad] = !0;
|
|
5865
|
+
x[ad] = x[Os] = x[gd] = !1;
|
|
5866
|
+
function ze(e, s, t, n, i, o) {
|
|
5860
5867
|
var r;
|
|
5861
5868
|
if (r !== void 0)
|
|
5862
5869
|
return r;
|
|
@@ -5864,43 +5871,43 @@ function je(e, s, t, n, i, o) {
|
|
|
5864
5871
|
return e;
|
|
5865
5872
|
var a = ct(e);
|
|
5866
5873
|
if (a)
|
|
5867
|
-
r =
|
|
5874
|
+
r = Cu(e);
|
|
5868
5875
|
else {
|
|
5869
|
-
var c = K(e), u = c == Os || c ==
|
|
5876
|
+
var c = K(e), u = c == Os || c == ld;
|
|
5870
5877
|
if (ws(e))
|
|
5871
|
-
return
|
|
5872
|
-
if (c == Rs || c ==
|
|
5873
|
-
r = u ? {} :
|
|
5878
|
+
return ru(e);
|
|
5879
|
+
if (c == Rs || c == $s || u && !i)
|
|
5880
|
+
r = u ? {} : Zu(e);
|
|
5874
5881
|
else {
|
|
5875
|
-
if (!
|
|
5882
|
+
if (!x[c])
|
|
5876
5883
|
return i ? e : {};
|
|
5877
|
-
r =
|
|
5884
|
+
r = Ku(e, c);
|
|
5878
5885
|
}
|
|
5879
5886
|
}
|
|
5880
5887
|
o || (o = new _e());
|
|
5881
|
-
var
|
|
5882
|
-
if (
|
|
5883
|
-
return
|
|
5884
|
-
o.set(e, r),
|
|
5885
|
-
r.add(
|
|
5886
|
-
}) :
|
|
5887
|
-
r.set(
|
|
5888
|
+
var m = o.get(e);
|
|
5889
|
+
if (m)
|
|
5890
|
+
return m;
|
|
5891
|
+
o.set(e, r), nd(e) ? e.forEach(function(z) {
|
|
5892
|
+
r.add(ze(z, s, t, z, e, o));
|
|
5893
|
+
}) : ed(e) && e.forEach(function(z, U) {
|
|
5894
|
+
r.set(U, ze(z, s, t, U, e, o));
|
|
5888
5895
|
});
|
|
5889
|
-
var S =
|
|
5890
|
-
return
|
|
5891
|
-
O && (
|
|
5896
|
+
var S = gu, O = a ? void 0 : S(e);
|
|
5897
|
+
return ic(O || e, function(z, U) {
|
|
5898
|
+
O && (U = z, z = e[U]), cc(r, U, ze(z, s, t, U, e, o));
|
|
5892
5899
|
}), r;
|
|
5893
5900
|
}
|
|
5894
|
-
var
|
|
5895
|
-
function
|
|
5896
|
-
return
|
|
5901
|
+
var $d = 1, Od = 4;
|
|
5902
|
+
function Rd(e) {
|
|
5903
|
+
return ze(e, $d | Od);
|
|
5897
5904
|
}
|
|
5898
|
-
const qe = (e) => e.every((s) => typeof s == "object"), Xt = !0,
|
|
5899
|
-
let Yt =
|
|
5900
|
-
const
|
|
5905
|
+
const qe = (e) => e.every((s) => typeof s == "object"), Xt = !0, Us = () => window.innerWidth;
|
|
5906
|
+
let Yt = Us();
|
|
5907
|
+
const Ud = {
|
|
5901
5908
|
name: "UluTableSticky",
|
|
5902
5909
|
components: {
|
|
5903
|
-
UluTableStickyTable:
|
|
5910
|
+
UluTableStickyTable: nl
|
|
5904
5911
|
},
|
|
5905
5912
|
props: {
|
|
5906
5913
|
/**
|
|
@@ -6157,7 +6164,7 @@ const Bd = {
|
|
|
6157
6164
|
* - Can be used in the future for adding/removing or enabling/disabling
|
|
6158
6165
|
*/
|
|
6159
6166
|
createColumns() {
|
|
6160
|
-
const e = this.idCreator("c"), s =
|
|
6167
|
+
const e = this.idCreator("c"), s = Rd(this.columns), t = (n, i) => {
|
|
6161
6168
|
n.id = e(), n.parent = i, n.width = "auto", n.boxWidth = null, n.sortApplied = !1, n.sortAscending = !1, n.sortFocused = !1;
|
|
6162
6169
|
let o = [];
|
|
6163
6170
|
i && (i.headers && i.headers.length ? o = [...i.headers] : o.push(i.id)), o.push(n.id), n.headers = o, n.columns ? n.columns.forEach((r) => t(r, n)) : !n.key && !n.value && !n.slot && console.warn("UluTableSticky: Missing 'key', 'value' or 'slot' in column configuration for", n);
|
|
@@ -6179,7 +6186,7 @@ const Bd = {
|
|
|
6179
6186
|
}));
|
|
6180
6187
|
function o(r, a) {
|
|
6181
6188
|
const c = a.columns;
|
|
6182
|
-
c && c.forEach((u) => o(1 + r, u)), a.rowspan = c ? 1 : t - r, a.colspan = c ? c.reduce((u,
|
|
6189
|
+
c && c.forEach((u) => o(1 + r, u)), a.rowspan = c ? 1 : t - r, a.colspan = c ? c.reduce((u, m) => u + m.colspan, 0) : 1, i[r].columns.push(a);
|
|
6183
6190
|
}
|
|
6184
6191
|
return e.forEach((r) => o(0, r)), i;
|
|
6185
6192
|
},
|
|
@@ -6197,7 +6204,7 @@ const Bd = {
|
|
|
6197
6204
|
})) : [];
|
|
6198
6205
|
},
|
|
6199
6206
|
onResize() {
|
|
6200
|
-
const e =
|
|
6207
|
+
const e = Us();
|
|
6201
6208
|
Yt !== e && (Yt = e, this.resizing ? (this.resizing = !1, this.setTableSizes(), this.checkOverflowX(), this.syncScrollLeft()) : (this.resizing = !0, this.removeTableSizes()));
|
|
6202
6209
|
},
|
|
6203
6210
|
/**
|
|
@@ -6301,15 +6308,15 @@ const Bd = {
|
|
|
6301
6308
|
unmounted() {
|
|
6302
6309
|
this.columnResizeObserver.disconnect(), this.columnResizeObserver = null;
|
|
6303
6310
|
}
|
|
6304
|
-
},
|
|
6311
|
+
}, xd = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--header" }, Ed = { class: "table-sticky__header-wrap" }, Id = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--first-column-header" }, zd = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--controls" }, jd = {
|
|
6305
6312
|
key: 2,
|
|
6306
6313
|
class: "table-sticky__controls-inner"
|
|
6307
|
-
},
|
|
6314
|
+
}, Md = ["disabled"], Bd = ["disabled"], Pd = {
|
|
6308
6315
|
ref: "display",
|
|
6309
6316
|
class: "table-sticky__display"
|
|
6310
6317
|
};
|
|
6311
|
-
function
|
|
6312
|
-
const r =
|
|
6318
|
+
function Fd(e, s, t, n, i, o) {
|
|
6319
|
+
const r = T("UluTableStickyTable");
|
|
6313
6320
|
return l(), d("div", {
|
|
6314
6321
|
class: h(["table-sticky", {
|
|
6315
6322
|
"table-sticky--overflown-x": i.overflownX,
|
|
@@ -6317,8 +6324,8 @@ function qd(e, s, t, n, i, o) {
|
|
|
6317
6324
|
"table-sticky--can-scroll-left": i.canScrollLeft
|
|
6318
6325
|
}])
|
|
6319
6326
|
}, [
|
|
6320
|
-
f("div",
|
|
6321
|
-
f("div",
|
|
6327
|
+
f("div", xd, [
|
|
6328
|
+
f("div", Ed, [
|
|
6322
6329
|
R(r, {
|
|
6323
6330
|
ref: "header",
|
|
6324
6331
|
class: "table-sticky__table table-sticky__table--header",
|
|
@@ -6328,23 +6335,23 @@ function qd(e, s, t, n, i, o) {
|
|
|
6328
6335
|
getColumnTitle: t.getColumnTitle,
|
|
6329
6336
|
idPrefix: t.idPrefix,
|
|
6330
6337
|
headerRows: i.headerRows,
|
|
6331
|
-
style:
|
|
6338
|
+
style: B({
|
|
6332
6339
|
opacity: i.sizesCalculated ? "1" : "0",
|
|
6333
6340
|
pointerEvents: i.sizesCalculated ? "auto" : "none",
|
|
6334
6341
|
width: i.tableWidth
|
|
6335
6342
|
}),
|
|
6336
6343
|
onColumnSorted: o.applySort
|
|
6337
6344
|
}, ue({ _: 2 }, [
|
|
6338
|
-
|
|
6345
|
+
C(e.$slots, (a, c) => ({
|
|
6339
6346
|
name: c,
|
|
6340
6347
|
fn: b((u) => [
|
|
6341
|
-
|
|
6348
|
+
g(e.$slots, c, N(Y(u)))
|
|
6342
6349
|
])
|
|
6343
6350
|
}))
|
|
6344
6351
|
]), 1032, ["classes", "caption", "resolveClasses", "getColumnTitle", "idPrefix", "headerRows", "style", "onColumnSorted"])
|
|
6345
6352
|
])
|
|
6346
6353
|
]),
|
|
6347
|
-
f("div",
|
|
6354
|
+
f("div", Id, [
|
|
6348
6355
|
t.firstColumnSticky ? (l(), y(r, {
|
|
6349
6356
|
key: 0,
|
|
6350
6357
|
ref: "firstColumnHeader",
|
|
@@ -6355,26 +6362,26 @@ function qd(e, s, t, n, i, o) {
|
|
|
6355
6362
|
getColumnTitle: t.getColumnTitle,
|
|
6356
6363
|
idPrefix: t.idPrefix,
|
|
6357
6364
|
headerRows: o.headerRowsFirst,
|
|
6358
|
-
style:
|
|
6365
|
+
style: B({
|
|
6359
6366
|
opacity: o.headerOpacityX,
|
|
6360
6367
|
pointerEvents: o.headerVisibleX ? "auto" : "none"
|
|
6361
6368
|
}),
|
|
6362
6369
|
onColumnSorted: o.applySort
|
|
6363
6370
|
}, ue({ _: 2 }, [
|
|
6364
|
-
|
|
6371
|
+
C(e.$slots, (a, c) => ({
|
|
6365
6372
|
name: c,
|
|
6366
6373
|
fn: b((u) => [
|
|
6367
|
-
|
|
6374
|
+
g(e.$slots, c, N(Y(u)))
|
|
6368
6375
|
])
|
|
6369
6376
|
}))
|
|
6370
6377
|
]), 1032, ["classes", "caption", "resolveClasses", "getColumnTitle", "idPrefix", "headerRows", "style", "onColumnSorted"])) : _("", !0)
|
|
6371
6378
|
]),
|
|
6372
|
-
f("div",
|
|
6379
|
+
f("div", zd, [
|
|
6373
6380
|
me(f("div", {
|
|
6374
6381
|
class: h(["table-sticky__controls", o.resolveClasses(t.classes.controls)]),
|
|
6375
6382
|
ref: "controls"
|
|
6376
6383
|
}, [
|
|
6377
|
-
e.$slots.controls ?
|
|
6384
|
+
e.$slots.controls ? g(e.$slots, "controls", {
|
|
6378
6385
|
key: 0,
|
|
6379
6386
|
scrollLeft: o.scrollLeft,
|
|
6380
6387
|
scrollRight: o.scrollRight,
|
|
@@ -6386,33 +6393,33 @@ function qd(e, s, t, n, i, o) {
|
|
|
6386
6393
|
scrollRight: o.scrollRight,
|
|
6387
6394
|
canScrollLeft: i.canScrollLeft,
|
|
6388
6395
|
canScrollRight: i.canScrollRight
|
|
6389
|
-
}, null, 8, ["scrollLeft", "scrollRight", "canScrollLeft", "canScrollRight"])) : (l(), d("div",
|
|
6396
|
+
}, null, 8, ["scrollLeft", "scrollRight", "canScrollLeft", "canScrollRight"])) : (l(), d("div", jd, [
|
|
6390
6397
|
f("button", {
|
|
6391
6398
|
class: h(["table-sticky__control table-sticky__control--left", o.resolveClasses(t.classes.controlButton)]),
|
|
6392
6399
|
"aria-label": "Scroll Left",
|
|
6393
6400
|
onClick: s[0] || (s[0] = (...a) => o.scrollLeft && o.scrollLeft(...a)),
|
|
6394
6401
|
disabled: !i.canScrollLeft
|
|
6395
6402
|
}, [
|
|
6396
|
-
|
|
6403
|
+
g(e.$slots, "controlLeft", {}, () => [
|
|
6397
6404
|
s[2] || (s[2] = w(" ← "))
|
|
6398
6405
|
])
|
|
6399
|
-
], 10,
|
|
6406
|
+
], 10, Md),
|
|
6400
6407
|
f("button", {
|
|
6401
6408
|
class: h(["table-sticky__control table-sticky__control--right", o.resolveClasses(t.classes.controlButton)]),
|
|
6402
6409
|
"aria-label": "Scroll Right",
|
|
6403
6410
|
onClick: s[1] || (s[1] = (...a) => o.scrollRight && o.scrollRight(...a)),
|
|
6404
6411
|
disabled: !i.canScrollRight
|
|
6405
6412
|
}, [
|
|
6406
|
-
|
|
6413
|
+
g(e.$slots, "controlRight", {}, () => [
|
|
6407
6414
|
s[3] || (s[3] = w(" → "))
|
|
6408
6415
|
])
|
|
6409
|
-
], 10,
|
|
6416
|
+
], 10, Bd)
|
|
6410
6417
|
]))
|
|
6411
6418
|
], 2), [
|
|
6412
6419
|
[es, o.controlsShown]
|
|
6413
6420
|
])
|
|
6414
6421
|
]),
|
|
6415
|
-
f("div",
|
|
6422
|
+
f("div", Pd, [
|
|
6416
6423
|
R(r, {
|
|
6417
6424
|
ref: "table",
|
|
6418
6425
|
class: "table-sticky__table table-sticky__table--actual",
|
|
@@ -6432,10 +6439,10 @@ function qd(e, s, t, n, i, o) {
|
|
|
6432
6439
|
onActualHeaderAdded: o.headerAdded,
|
|
6433
6440
|
onColumnSorted: o.applySort
|
|
6434
6441
|
}, ue({ _: 2 }, [
|
|
6435
|
-
|
|
6442
|
+
C(e.$slots, (a, c) => ({
|
|
6436
6443
|
name: c,
|
|
6437
6444
|
fn: b((u) => [
|
|
6438
|
-
|
|
6445
|
+
g(e.$slots, c, N(Y(u)))
|
|
6439
6446
|
])
|
|
6440
6447
|
}))
|
|
6441
6448
|
]), 1032, ["classes", "resolveClasses", "headerRows", "rows", "footerRows", "rowColumns", "caption", "idPrefix", "getRowValue", "getColumnTitle", "onVnodeMounted", "onActualHeaderRemoved", "onActualHeaderAdded", "onColumnSorted"])
|
|
@@ -6455,105 +6462,105 @@ function qd(e, s, t, n, i, o) {
|
|
|
6455
6462
|
idPrefix: t.idPrefix,
|
|
6456
6463
|
getRowValue: t.getRowValue,
|
|
6457
6464
|
getColumnTitle: t.getColumnTitle,
|
|
6458
|
-
style:
|
|
6465
|
+
style: B({
|
|
6459
6466
|
opacity: o.headerOpacityX,
|
|
6460
6467
|
pointerEvents: o.headerVisibleX ? "auto" : "none"
|
|
6461
6468
|
}),
|
|
6462
6469
|
onColumnSorted: o.applySort
|
|
6463
6470
|
}, ue({ _: 2 }, [
|
|
6464
|
-
|
|
6471
|
+
C(e.$slots, (a, c) => ({
|
|
6465
6472
|
name: c,
|
|
6466
6473
|
fn: b((u) => [
|
|
6467
|
-
|
|
6474
|
+
g(e.$slots, c, N(Y(u)))
|
|
6468
6475
|
])
|
|
6469
6476
|
}))
|
|
6470
6477
|
]), 1032, ["classes", "resolveClasses", "caption", "headerRows", "columnWidth", "rows", "footerRows", "rowColumns", "idPrefix", "getRowValue", "getColumnTitle", "style", "onColumnSorted"])) : _("", !0)
|
|
6471
6478
|
], 2);
|
|
6472
6479
|
}
|
|
6473
|
-
const
|
|
6480
|
+
const th = /* @__PURE__ */ p(Ud, [["render", Fd]]);
|
|
6474
6481
|
export {
|
|
6475
|
-
|
|
6476
|
-
|
|
6477
|
-
|
|
6478
|
-
|
|
6479
|
-
|
|
6482
|
+
jf as $,
|
|
6483
|
+
V as A,
|
|
6484
|
+
mf as B,
|
|
6485
|
+
gf as C,
|
|
6486
|
+
_f as D,
|
|
6480
6487
|
no as E,
|
|
6481
|
-
|
|
6482
|
-
|
|
6483
|
-
|
|
6484
|
-
|
|
6485
|
-
|
|
6486
|
-
|
|
6487
|
-
|
|
6488
|
-
|
|
6489
|
-
|
|
6490
|
-
|
|
6491
|
-
|
|
6488
|
+
yf as F,
|
|
6489
|
+
vf as G,
|
|
6490
|
+
pf as H,
|
|
6491
|
+
bf as I,
|
|
6492
|
+
wf as J,
|
|
6493
|
+
Sf as K,
|
|
6494
|
+
kf as L,
|
|
6495
|
+
Cf as M,
|
|
6496
|
+
Tf as N,
|
|
6497
|
+
Af as O,
|
|
6498
|
+
$f as P,
|
|
6492
6499
|
ds as Q,
|
|
6493
6500
|
lo as R,
|
|
6494
|
-
|
|
6495
|
-
|
|
6501
|
+
Of as S,
|
|
6502
|
+
Rf as T,
|
|
6496
6503
|
bt as U,
|
|
6497
|
-
|
|
6498
|
-
|
|
6499
|
-
|
|
6500
|
-
|
|
6501
|
-
|
|
6502
|
-
|
|
6504
|
+
Uf as V,
|
|
6505
|
+
xf as W,
|
|
6506
|
+
Ef as X,
|
|
6507
|
+
If as Y,
|
|
6508
|
+
zf as Z,
|
|
6509
|
+
Zd as _,
|
|
6503
6510
|
Ee as a,
|
|
6504
|
-
|
|
6505
|
-
|
|
6506
|
-
|
|
6507
|
-
|
|
6508
|
-
|
|
6509
|
-
|
|
6510
|
-
|
|
6511
|
-
|
|
6512
|
-
|
|
6511
|
+
Mf as a0,
|
|
6512
|
+
Bf as a1,
|
|
6513
|
+
Pf as a2,
|
|
6514
|
+
Ff as a3,
|
|
6515
|
+
Lf as a4,
|
|
6516
|
+
Hf as a5,
|
|
6517
|
+
Df as a6,
|
|
6518
|
+
Vf as a7,
|
|
6519
|
+
Nf as a8,
|
|
6513
6520
|
Ct as a9,
|
|
6514
|
-
|
|
6515
|
-
|
|
6516
|
-
|
|
6517
|
-
|
|
6518
|
-
|
|
6519
|
-
|
|
6520
|
-
|
|
6521
|
-
|
|
6522
|
-
|
|
6523
|
-
|
|
6524
|
-
|
|
6525
|
-
|
|
6526
|
-
|
|
6527
|
-
|
|
6521
|
+
Wf as aa,
|
|
6522
|
+
Xf as ab,
|
|
6523
|
+
Yf as ac,
|
|
6524
|
+
qf as ad,
|
|
6525
|
+
Kf as ae,
|
|
6526
|
+
Zf as af,
|
|
6527
|
+
Jf as ag,
|
|
6528
|
+
ma as ah,
|
|
6529
|
+
Qf as ai,
|
|
6530
|
+
Ea as aj,
|
|
6531
|
+
eh as ak,
|
|
6532
|
+
th as al,
|
|
6533
|
+
Na as am,
|
|
6534
|
+
nl as an,
|
|
6528
6535
|
bn as ao,
|
|
6529
6536
|
se as ap,
|
|
6530
6537
|
ho as aq,
|
|
6531
6538
|
go as ar,
|
|
6532
6539
|
Yn as as,
|
|
6533
|
-
|
|
6534
|
-
|
|
6535
|
-
|
|
6536
|
-
|
|
6537
|
-
|
|
6538
|
-
|
|
6540
|
+
Qd as at,
|
|
6541
|
+
Yd as b,
|
|
6542
|
+
qd as c,
|
|
6543
|
+
Kd as d,
|
|
6544
|
+
Gd as e,
|
|
6545
|
+
Jd as f,
|
|
6539
6546
|
Cn as g,
|
|
6540
6547
|
jn as h,
|
|
6541
|
-
|
|
6542
|
-
|
|
6543
|
-
|
|
6548
|
+
Xd as i,
|
|
6549
|
+
ef as j,
|
|
6550
|
+
tf as k,
|
|
6544
6551
|
ce as l,
|
|
6545
|
-
|
|
6546
|
-
|
|
6547
|
-
|
|
6548
|
-
|
|
6549
|
-
|
|
6550
|
-
|
|
6551
|
-
|
|
6552
|
-
|
|
6552
|
+
sf as m,
|
|
6553
|
+
nf as n,
|
|
6554
|
+
of as o,
|
|
6555
|
+
rf as p,
|
|
6556
|
+
af as q,
|
|
6557
|
+
Gf as r,
|
|
6558
|
+
xo as s,
|
|
6559
|
+
lf as t,
|
|
6553
6560
|
wo as u,
|
|
6554
|
-
|
|
6555
|
-
|
|
6556
|
-
|
|
6557
|
-
|
|
6558
|
-
|
|
6561
|
+
cf as v,
|
|
6562
|
+
uf as w,
|
|
6563
|
+
df as x,
|
|
6564
|
+
ff as y,
|
|
6565
|
+
hf as z
|
|
6559
6566
|
};
|