@ulu/frontend-vue 0.2.0-beta.1 → 0.2.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/frontend-vue.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { reactive as kn, inject as Ot, ref as J, computed as F, watch as _e, toRef as
|
|
2
|
-
import { useFloating as
|
|
1
|
+
import { reactive as kn, inject as Ot, ref as J, computed as F, watch as _e, toRef as xu, createElementBlock as O, openBlock as b, normalizeStyle as ve, unref as z, normalizeClass as $, createCommentVNode as U, createBlock as N, resolveDynamicComponent as le, normalizeProps as He, mergeProps as $e, Fragment as ee, createTextVNode as K, toDisplayString as H, Teleport as os, createVNode as te, resolveDirective as _a, withDirectives as Kt, createElementVNode as M, renderSlot as P, withKeys as Sa, nextTick as bn, markRaw as Tt, watchEffect as is, defineAsyncComponent as wu, toRefs as _u, toValue as zn, resolveComponent as ye, withModifiers as Su, useSlots as Ca, renderList as se, TransitionGroup as Ea, withCtx as D, onMounted as $t, onBeforeUnmount as as, createSlots as Ct, isRef as Cu, hasInjectionContext as Eu, getCurrentInstance as Ou, onDeactivated as Tu, onActivated as Au, onUnmounted as ls, guardReactiveProps as Ze, h as ku, watchPostEffect as Mu, vModelText as $u, vShow as Hs, provide as Ms } from "vue";
|
|
2
|
+
import { useFloating as Pu, autoUpdate as Iu, inline as Lu, offset as ju, flip as Ru, shift as Bu, arrow as Uu } from "@floating-ui/vue";
|
|
3
3
|
import { normalizeClasses as Pi } from "@ulu/utils/templating.js";
|
|
4
|
-
import { preventScroll as
|
|
4
|
+
import { preventScroll as Fu, wasClickOutside as Nu, isBrowser as zu, getScrollParent as Hu } from "@ulu/utils/browser/dom.js";
|
|
5
5
|
import { debounce as ni } from "@ulu/utils/performance.js";
|
|
6
|
-
import { useRoute as Oa, useRouter as
|
|
7
|
-
import { Tab as
|
|
6
|
+
import { useRoute as Oa, useRouter as Du, RouterLink as _n } from "vue-router";
|
|
7
|
+
import { Tab as Vu, TabGroup as Wu, TabList as qu, TabPanel as Ku, TabPanels as Gu } from "@headlessui/vue";
|
|
8
8
|
import { randomInt as Gn } from "@ulu/utils/random.js";
|
|
9
|
-
import { PortableText as
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import { urlize as
|
|
9
|
+
import { PortableText as Xu } from "@portabletext/vue";
|
|
10
|
+
import Yu from "gsap";
|
|
11
|
+
import Zu from "fuse.js";
|
|
12
|
+
import { urlize as Ju } from "@ulu/utils/string.js";
|
|
13
13
|
import { runAfterFramePaint as Ta } from "@ulu/utils/browser/performance.js";
|
|
14
|
-
import { arrayCreate as
|
|
14
|
+
import { arrayCreate as Qu } from "@ulu/utils/array.js";
|
|
15
15
|
const Ii = {
|
|
16
16
|
fontAwesomeStatic: !1,
|
|
17
17
|
iconComponent: null,
|
|
@@ -79,7 +79,7 @@ function Dw(e, t = {}) {
|
|
|
79
79
|
r.setIcon(i, a);
|
|
80
80
|
e.provide("uluCore", r), e.config.globalProperties.$uluCore = r;
|
|
81
81
|
}
|
|
82
|
-
const
|
|
82
|
+
const ec = {
|
|
83
83
|
uluCore: "Core",
|
|
84
84
|
uluIsMobile: "Breakpoints",
|
|
85
85
|
uluBreakpointActive: "Breakpoints",
|
|
@@ -93,7 +93,7 @@ const Qu = {
|
|
|
93
93
|
function gt(e) {
|
|
94
94
|
const t = Ot(e, Li);
|
|
95
95
|
if (t === Li) {
|
|
96
|
-
const n =
|
|
96
|
+
const n = ec[e] || "", s = n ? ` from the '${n}' plugin` : "", o = n ? "Please install missing plugin." : "";
|
|
97
97
|
throw new Error(`Required inject: '${e}'${s} was not provided. ${o}`);
|
|
98
98
|
}
|
|
99
99
|
return t;
|
|
@@ -105,16 +105,16 @@ function Aa(e, t, n) {
|
|
|
105
105
|
middlewareData: l,
|
|
106
106
|
update: u,
|
|
107
107
|
isPositioned: c
|
|
108
|
-
} =
|
|
108
|
+
} = Pu(e, t, {
|
|
109
109
|
placement: r,
|
|
110
|
-
whileElementsMounted:
|
|
110
|
+
whileElementsMounted: Iu,
|
|
111
111
|
middleware: o
|
|
112
112
|
});
|
|
113
113
|
_e(
|
|
114
114
|
[n, s],
|
|
115
115
|
([h, m]) => {
|
|
116
116
|
const p = [];
|
|
117
|
-
h && (h.inline && p.push(
|
|
117
|
+
h && (h.inline && p.push(Lu()), h.offset && p.push(ju(h.offset)), p.push(Ru()), p.push(Bu()), h.arrow && m && p.push(Uu({ element: m })), o.value = p);
|
|
118
118
|
},
|
|
119
119
|
{ immediate: !0, deep: !0 }
|
|
120
120
|
);
|
|
@@ -141,10 +141,10 @@ function Aa(e, t, n) {
|
|
|
141
141
|
isFixedStrategy: f
|
|
142
142
|
};
|
|
143
143
|
}
|
|
144
|
-
const
|
|
144
|
+
const tc = ["id", "data-placement"], nc = ["innerHTML"], sc = {
|
|
145
145
|
key: 1,
|
|
146
146
|
class: "popover__inner"
|
|
147
|
-
},
|
|
147
|
+
}, rc = {
|
|
148
148
|
__name: "UluTooltipPopover",
|
|
149
149
|
props: {
|
|
150
150
|
config: Object,
|
|
@@ -160,7 +160,7 @@ const ec = ["id", "data-placement"], tc = ["innerHTML"], nc = {
|
|
|
160
160
|
arrowStyles: i,
|
|
161
161
|
contentArrow: a,
|
|
162
162
|
isFixedStrategy: l
|
|
163
|
-
} = Aa(
|
|
163
|
+
} = Aa(xu(t, "trigger"), n, s);
|
|
164
164
|
return (u, c) => (b(), O("span", {
|
|
165
165
|
class: $(["popover popover--tooltip is-active", [
|
|
166
166
|
{
|
|
@@ -170,7 +170,7 @@ const ec = ["id", "data-placement"], tc = ["innerHTML"], nc = {
|
|
|
170
170
|
]]),
|
|
171
171
|
ref_key: "content",
|
|
172
172
|
ref: n,
|
|
173
|
-
id: z(
|
|
173
|
+
id: z(Ma),
|
|
174
174
|
"data-placement": z(r),
|
|
175
175
|
style: ve(z(o))
|
|
176
176
|
}, [
|
|
@@ -178,7 +178,7 @@ const ec = ["id", "data-placement"], tc = ["innerHTML"], nc = {
|
|
|
178
178
|
key: 0,
|
|
179
179
|
class: "popover__inner",
|
|
180
180
|
innerHTML: s.value.content
|
|
181
|
-
}, null, 8,
|
|
181
|
+
}, null, 8, nc)) : (b(), O("span", sc, [
|
|
182
182
|
s.value.component ? (b(), N(le(s.value.component), He($e({ key: 0 }, s.value.componentProps)), null, 16)) : (b(), O(ee, { key: 1 }, [
|
|
183
183
|
K(H(s.value.content), 1)
|
|
184
184
|
], 64))
|
|
@@ -190,9 +190,9 @@ const ec = ["id", "data-placement"], tc = ["innerHTML"], nc = {
|
|
|
190
190
|
ref: a,
|
|
191
191
|
style: ve(z(i))
|
|
192
192
|
}, null, 4)) : U("", !0)
|
|
193
|
-
], 14,
|
|
193
|
+
], 14, tc));
|
|
194
194
|
}
|
|
195
|
-
},
|
|
195
|
+
}, oc = {
|
|
196
196
|
__name: "UluTooltipDisplay",
|
|
197
197
|
setup(e) {
|
|
198
198
|
const t = gt(ds);
|
|
@@ -200,7 +200,7 @@ const ec = ["id", "data-placement"], tc = ["innerHTML"], nc = {
|
|
|
200
200
|
key: 0,
|
|
201
201
|
to: z(t).state.config.teleportTo || "body"
|
|
202
202
|
}, [
|
|
203
|
-
te(
|
|
203
|
+
te(rc, {
|
|
204
204
|
trigger: z(t).state.trigger,
|
|
205
205
|
config: z(t).state.config
|
|
206
206
|
}, null, 8, ["trigger", "config"])
|
|
@@ -317,7 +317,7 @@ const ec = ["id", "data-placement"], tc = ["innerHTML"], nc = {
|
|
|
317
317
|
componentProps: {}
|
|
318
318
|
}
|
|
319
319
|
};
|
|
320
|
-
function
|
|
320
|
+
function ka(e) {
|
|
321
321
|
if (e) {
|
|
322
322
|
if (e instanceof HTMLElement)
|
|
323
323
|
return e;
|
|
@@ -333,7 +333,7 @@ function ke(e = "ulu-id") {
|
|
|
333
333
|
const ac = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
334
334
|
__proto__: null,
|
|
335
335
|
newId: ke,
|
|
336
|
-
refToElement:
|
|
336
|
+
refToElement: ka
|
|
337
337
|
}, Symbol.toStringTag, { value: "Module" })), lc = ["id", "disabled", "aria-expanded", "aria-controls", "aria-label"], uc = ["aria-labelledby", "id", "data-placement"], cc = { class: "popover__inner" }, dc = {
|
|
338
338
|
key: 0,
|
|
339
339
|
class: "popover__footer"
|
|
@@ -522,7 +522,7 @@ function Ww(e) {
|
|
|
522
522
|
}
|
|
523
523
|
};
|
|
524
524
|
}
|
|
525
|
-
const cs = "uluPopoverOptions", ds = "uluTooltipState",
|
|
525
|
+
const cs = "uluPopoverOptions", ds = "uluTooltipState", Ma = "ulu-global-tooltip", Ds = (e, t) => {
|
|
526
526
|
if (e === !1 || e === null) return null;
|
|
527
527
|
let n = e;
|
|
528
528
|
return (typeof n != "object" || Array.isArray(n)) && (n = { content: n }), n.component && (n.component = Tt(n.component)), { ...t, ...n };
|
|
@@ -543,7 +543,7 @@ function qw(e, t = {}) {
|
|
|
543
543
|
const f = c.closest("dialog");
|
|
544
544
|
f && (d.teleportTo = f);
|
|
545
545
|
}
|
|
546
|
-
s.trigger && s.trigger !== c && s.trigger?.removeAttribute && s.trigger.removeAttribute("aria-describedby"), c?.setAttribute && c.setAttribute("aria-describedby",
|
|
546
|
+
s.trigger && s.trigger !== c && s.trigger?.removeAttribute && s.trigger.removeAttribute("aria-describedby"), c?.setAttribute && c.setAttribute("aria-describedby", Ma), s.trigger = c, s.config = d, s.visible = !0;
|
|
547
547
|
}, r = () => {
|
|
548
548
|
s.trigger?.removeAttribute && s.trigger.removeAttribute("aria-describedby"), s.visible = !1;
|
|
549
549
|
};
|
|
@@ -551,7 +551,7 @@ function qw(e, t = {}) {
|
|
|
551
551
|
state: s,
|
|
552
552
|
show: o,
|
|
553
553
|
hide: r
|
|
554
|
-
}), e.component("UluTooltipDisplay",
|
|
554
|
+
}), e.component("UluTooltipDisplay", oc), e.component("UluPopover", us);
|
|
555
555
|
const i = /* @__PURE__ */ new WeakMap(), a = n.popover, l = n.tooltip, u = { ...a, ...l };
|
|
556
556
|
e.directive(n.plugin.directiveName, {
|
|
557
557
|
mounted(c, d) {
|
|
@@ -698,7 +698,7 @@ const pe = {
|
|
|
698
698
|
if (r)
|
|
699
699
|
n.value = Tt(r.FontAwesomeIcon);
|
|
700
700
|
else {
|
|
701
|
-
const p =
|
|
701
|
+
const p = wu(async () => {
|
|
702
702
|
const g = await import("@fortawesome/vue-fontawesome");
|
|
703
703
|
return r = g, g.FontAwesomeIcon;
|
|
704
704
|
});
|
|
@@ -714,7 +714,7 @@ const pe = {
|
|
|
714
714
|
}
|
|
715
715
|
};
|
|
716
716
|
function We({ props: e, baseClass: t, internal: n = {} }) {
|
|
717
|
-
const { modifiers: s } =
|
|
717
|
+
const { modifiers: s } = _u(e);
|
|
718
718
|
return { resolvedModifiers: F(() => {
|
|
719
719
|
const r = zn(t), i = Pi(zn(s)), a = Pi(zn(n));
|
|
720
720
|
if (!r)
|
|
@@ -747,7 +747,7 @@ function ft(e) {
|
|
|
747
747
|
function Mn(e) {
|
|
748
748
|
return e.split("-")[1];
|
|
749
749
|
}
|
|
750
|
-
function
|
|
750
|
+
function $a(e) {
|
|
751
751
|
return e === "x" ? "y" : "x";
|
|
752
752
|
}
|
|
753
753
|
function si(e) {
|
|
@@ -758,7 +758,7 @@ function ut(e) {
|
|
|
758
758
|
return bc.has(ft(e)) ? "y" : "x";
|
|
759
759
|
}
|
|
760
760
|
function ri(e) {
|
|
761
|
-
return
|
|
761
|
+
return $a(ut(e));
|
|
762
762
|
}
|
|
763
763
|
function yc(e, t, n) {
|
|
764
764
|
n === void 0 && (n = !1);
|
|
@@ -938,7 +938,7 @@ const Oc = async (e, t, n) => {
|
|
|
938
938
|
middlewareData: h
|
|
939
939
|
};
|
|
940
940
|
};
|
|
941
|
-
async function
|
|
941
|
+
async function Pa(e, t) {
|
|
942
942
|
var n;
|
|
943
943
|
t === void 0 && (t = {});
|
|
944
944
|
const {
|
|
@@ -1046,7 +1046,7 @@ const Tc = (e) => ({
|
|
|
1046
1046
|
return {};
|
|
1047
1047
|
const _ = ft(o), x = ut(a), y = ft(a) === a, w = await (l.isRTL == null ? void 0 : l.isRTL(u.floating)), T = f || (y || !p ? [Yn(a)] : xc(a)), L = m !== "none";
|
|
1048
1048
|
!f && L && T.push(...Cc(a, p, m, w));
|
|
1049
|
-
const B = [a, ...T], k = await
|
|
1049
|
+
const B = [a, ...T], k = await Pa(t, g), C = [];
|
|
1050
1050
|
let v = ((s = r.flip) == null ? void 0 : s.overflows) || [];
|
|
1051
1051
|
if (c && C.push(k[_]), d) {
|
|
1052
1052
|
const R = yc(o, i, w);
|
|
@@ -1102,7 +1102,7 @@ const Tc = (e) => ({
|
|
|
1102
1102
|
}
|
|
1103
1103
|
};
|
|
1104
1104
|
};
|
|
1105
|
-
function
|
|
1105
|
+
function Ia(e) {
|
|
1106
1106
|
const t = dt(...e.map((r) => r.left)), n = dt(...e.map((r) => r.top)), s = Je(...e.map((r) => r.right)), o = Je(...e.map((r) => r.bottom));
|
|
1107
1107
|
return {
|
|
1108
1108
|
x: t,
|
|
@@ -1118,7 +1118,7 @@ function kc(e) {
|
|
|
1118
1118
|
const r = t[o];
|
|
1119
1119
|
!s || r.y - s.y > s.height / 2 ? n.push([r]) : n[n.length - 1].push(r), s = r;
|
|
1120
1120
|
}
|
|
1121
|
-
return n.map((o) => Gt(
|
|
1121
|
+
return n.map((o) => Gt(Ia(o)));
|
|
1122
1122
|
}
|
|
1123
1123
|
const Mc = function(e) {
|
|
1124
1124
|
return e === void 0 && (e = {}), {
|
|
@@ -1135,7 +1135,7 @@ const Mc = function(e) {
|
|
|
1135
1135
|
padding: a = 2,
|
|
1136
1136
|
x: l,
|
|
1137
1137
|
y: u
|
|
1138
|
-
} = en(e, t), c = Array.from(await (r.getClientRects == null ? void 0 : r.getClientRects(s.reference)) || []), d = kc(c), f = Gt(
|
|
1138
|
+
} = en(e, t), c = Array.from(await (r.getClientRects == null ? void 0 : r.getClientRects(s.reference)) || []), d = kc(c), f = Gt(Ia(c)), h = oi(a);
|
|
1139
1139
|
function m() {
|
|
1140
1140
|
if (d.length === 2 && d[0].left > d[1].right && l != null && u != null)
|
|
1141
1141
|
return d.find((g) => l > g.left - h.left && l < g.right + h.right && u > g.top - h.top && u < g.bottom + h.bottom) || f;
|
|
@@ -1259,7 +1259,7 @@ const Ic = function(e) {
|
|
|
1259
1259
|
} = en(e, t), u = {
|
|
1260
1260
|
x: n,
|
|
1261
1261
|
y: s
|
|
1262
|
-
}, c = await
|
|
1262
|
+
}, c = await Pa(t, l), d = ut(ft(o)), f = $a(d);
|
|
1263
1263
|
let h = u[f], m = u[d];
|
|
1264
1264
|
if (r) {
|
|
1265
1265
|
const g = f === "y" ? "top" : "left", _ = f === "y" ? "bottom" : "right", x = h + c[g], y = h - c[_];
|
|
@@ -1292,7 +1292,7 @@ function fs() {
|
|
|
1292
1292
|
return typeof window < "u";
|
|
1293
1293
|
}
|
|
1294
1294
|
function tn(e) {
|
|
1295
|
-
return
|
|
1295
|
+
return La(e) ? (e.nodeName || "").toLowerCase() : "#document";
|
|
1296
1296
|
}
|
|
1297
1297
|
function Be(e) {
|
|
1298
1298
|
var t;
|
|
@@ -1300,9 +1300,9 @@ function Be(e) {
|
|
|
1300
1300
|
}
|
|
1301
1301
|
function tt(e) {
|
|
1302
1302
|
var t;
|
|
1303
|
-
return (t = (
|
|
1303
|
+
return (t = (La(e) ? e.ownerDocument : e.document) || window.document) == null ? void 0 : t.documentElement;
|
|
1304
1304
|
}
|
|
1305
|
-
function
|
|
1305
|
+
function La(e) {
|
|
1306
1306
|
return fs() ? e instanceof Node || e instanceof Be(e).Node : !1;
|
|
1307
1307
|
}
|
|
1308
1308
|
function De(e) {
|
|
@@ -1385,14 +1385,14 @@ function bt(e) {
|
|
|
1385
1385
|
);
|
|
1386
1386
|
return Ui(t) ? t.host : t;
|
|
1387
1387
|
}
|
|
1388
|
-
function
|
|
1388
|
+
function ja(e) {
|
|
1389
1389
|
const t = bt(e);
|
|
1390
|
-
return Xt(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : et(t) && $n(t) ? t :
|
|
1390
|
+
return Xt(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : et(t) && $n(t) ? t : ja(t);
|
|
1391
1391
|
}
|
|
1392
1392
|
function Sn(e, t, n) {
|
|
1393
1393
|
var s;
|
|
1394
1394
|
t === void 0 && (t = []), n === void 0 && (n = !0);
|
|
1395
|
-
const o =
|
|
1395
|
+
const o = ja(e), r = o === ((s = e.ownerDocument) == null ? void 0 : s.body), i = Be(o);
|
|
1396
1396
|
if (r) {
|
|
1397
1397
|
const a = qs(i);
|
|
1398
1398
|
return t.concat(i, i.visualViewport || [], $n(o) ? o : [], a && n ? Sn(a) : []);
|
|
@@ -1402,7 +1402,7 @@ function Sn(e, t, n) {
|
|
|
1402
1402
|
function qs(e) {
|
|
1403
1403
|
return e.parent && Object.getPrototypeOf(e.parent) ? e.frameElement : null;
|
|
1404
1404
|
}
|
|
1405
|
-
function
|
|
1405
|
+
function Ra(e) {
|
|
1406
1406
|
const t = Ve(e);
|
|
1407
1407
|
let n = parseFloat(t.width) || 0, s = parseFloat(t.height) || 0;
|
|
1408
1408
|
const o = et(e), r = o ? e.offsetWidth : n, i = o ? e.offsetHeight : s, a = Xn(n) !== r || Xn(s) !== i;
|
|
@@ -1423,7 +1423,7 @@ function qt(e) {
|
|
|
1423
1423
|
width: s,
|
|
1424
1424
|
height: o,
|
|
1425
1425
|
$: r
|
|
1426
|
-
} =
|
|
1426
|
+
} = Ra(t);
|
|
1427
1427
|
let i = (r ? Xn(n.width) : n.width) / s, a = (r ? Xn(n.height) : n.height) / o;
|
|
1428
1428
|
return (!i || !Number.isFinite(i)) && (i = 1), (!a || !Number.isFinite(a)) && (a = 1), {
|
|
1429
1429
|
x: i,
|
|
@@ -1431,7 +1431,7 @@ function qt(e) {
|
|
|
1431
1431
|
};
|
|
1432
1432
|
}
|
|
1433
1433
|
const Vc = /* @__PURE__ */ Qe(0);
|
|
1434
|
-
function
|
|
1434
|
+
function Ba(e) {
|
|
1435
1435
|
const t = Be(e);
|
|
1436
1436
|
return !ai() || !t.visualViewport ? Vc : {
|
|
1437
1437
|
x: t.visualViewport.offsetLeft,
|
|
@@ -1446,7 +1446,7 @@ function At(e, t, n, s) {
|
|
|
1446
1446
|
const o = e.getBoundingClientRect(), r = li(e);
|
|
1447
1447
|
let i = Qe(1);
|
|
1448
1448
|
t && (s ? De(s) && (i = qt(s)) : i = qt(e));
|
|
1449
|
-
const a = Wc(r, n, s) ?
|
|
1449
|
+
const a = Wc(r, n, s) ? Ba(r) : Qe(0);
|
|
1450
1450
|
let l = (o.left + a.x) / i.x, u = (o.top + a.y) / i.y, c = o.width / i.x, d = o.height / i.y;
|
|
1451
1451
|
if (r) {
|
|
1452
1452
|
const f = Be(r), h = s && De(s) ? Be(s) : s;
|
|
@@ -1467,7 +1467,7 @@ function ui(e, t) {
|
|
|
1467
1467
|
const n = ms(e).scrollLeft;
|
|
1468
1468
|
return t ? t.left + n : At(tt(e)).left + n;
|
|
1469
1469
|
}
|
|
1470
|
-
function
|
|
1470
|
+
function Ua(e, t, n) {
|
|
1471
1471
|
n === void 0 && (n = !1);
|
|
1472
1472
|
const s = e.getBoundingClientRect(), o = s.left + t.scrollLeft - (n ? 0 : (
|
|
1473
1473
|
// RTL <body> scrollbar.
|
|
@@ -1497,7 +1497,7 @@ function qc(e) {
|
|
|
1497
1497
|
const h = At(s);
|
|
1498
1498
|
u = qt(s), c.x = h.x + s.clientLeft, c.y = h.y + s.clientTop;
|
|
1499
1499
|
}
|
|
1500
|
-
const f = i && !d && !r ?
|
|
1500
|
+
const f = i && !d && !r ? Ua(i, l, !0) : Qe(0);
|
|
1501
1501
|
return {
|
|
1502
1502
|
width: n.width * u.x,
|
|
1503
1503
|
height: n.height * u.y,
|
|
@@ -1553,7 +1553,7 @@ function Fi(e, t, n) {
|
|
|
1553
1553
|
else if (De(t))
|
|
1554
1554
|
s = Zc(t, n);
|
|
1555
1555
|
else {
|
|
1556
|
-
const o =
|
|
1556
|
+
const o = Ba(e);
|
|
1557
1557
|
s = {
|
|
1558
1558
|
x: t.x - o.x,
|
|
1559
1559
|
y: t.y - o.y,
|
|
@@ -1563,9 +1563,9 @@ function Fi(e, t, n) {
|
|
|
1563
1563
|
}
|
|
1564
1564
|
return Gt(s);
|
|
1565
1565
|
}
|
|
1566
|
-
function
|
|
1566
|
+
function Fa(e, t) {
|
|
1567
1567
|
const n = bt(e);
|
|
1568
|
-
return n === t || !De(n) || Xt(n) ? !1 : Ve(n).position === "fixed" ||
|
|
1568
|
+
return n === t || !De(n) || Xt(n) ? !1 : Ve(n).position === "fixed" || Fa(n, t);
|
|
1569
1569
|
}
|
|
1570
1570
|
function Jc(e, t) {
|
|
1571
1571
|
const n = t.get(e);
|
|
@@ -1576,7 +1576,7 @@ function Jc(e, t) {
|
|
|
1576
1576
|
let i = r ? bt(e) : e;
|
|
1577
1577
|
for (; De(i) && !Xt(i); ) {
|
|
1578
1578
|
const a = Ve(i), l = ii(i);
|
|
1579
|
-
!l && a.position === "fixed" && (o = null), (r ? !l && !o : !l && a.position === "static" && !!o && Yc.has(o.position) || $n(i) && !l &&
|
|
1579
|
+
!l && a.position === "fixed" && (o = null), (r ? !l && !o : !l && a.position === "static" && !!o && Yc.has(o.position) || $n(i) && !l && Fa(e, i)) ? s = s.filter((c) => c !== i) : o = a, i = bt(i);
|
|
1580
1580
|
}
|
|
1581
1581
|
return t.set(e, s), s;
|
|
1582
1582
|
}
|
|
@@ -1602,7 +1602,7 @@ function ed(e) {
|
|
|
1602
1602
|
const {
|
|
1603
1603
|
width: t,
|
|
1604
1604
|
height: n
|
|
1605
|
-
} =
|
|
1605
|
+
} = Ra(e);
|
|
1606
1606
|
return {
|
|
1607
1607
|
width: t,
|
|
1608
1608
|
height: n
|
|
@@ -1624,7 +1624,7 @@ function td(e, t, n) {
|
|
|
1624
1624
|
l.x = h.x + t.clientLeft, l.y = h.y + t.clientTop;
|
|
1625
1625
|
} else o && u();
|
|
1626
1626
|
r && !s && o && u();
|
|
1627
|
-
const c = o && !s && !r ?
|
|
1627
|
+
const c = o && !s && !r ? Ua(o, a) : Qe(0), d = i.left + a.scrollLeft - l.x - c.x, f = i.top + a.scrollTop - l.y - c.y;
|
|
1628
1628
|
return {
|
|
1629
1629
|
x: d,
|
|
1630
1630
|
y: f,
|
|
@@ -1643,7 +1643,7 @@ function Ni(e, t) {
|
|
|
1643
1643
|
let n = e.offsetParent;
|
|
1644
1644
|
return tt(e) === n && (n = n.ownerDocument.body), n;
|
|
1645
1645
|
}
|
|
1646
|
-
function
|
|
1646
|
+
function Na(e, t) {
|
|
1647
1647
|
const n = Be(e);
|
|
1648
1648
|
if (hs(e))
|
|
1649
1649
|
return n;
|
|
@@ -1662,7 +1662,7 @@ function Fa(e, t) {
|
|
|
1662
1662
|
return s && Xt(s) && $s(s) && !ii(s) ? n : s || Hc(e) || n;
|
|
1663
1663
|
}
|
|
1664
1664
|
const nd = async function(e) {
|
|
1665
|
-
const t = this.getOffsetParent ||
|
|
1665
|
+
const t = this.getOffsetParent || Na, n = this.getDimensions, s = await n(e.floating);
|
|
1666
1666
|
return {
|
|
1667
1667
|
reference: td(e.reference, await t(e.floating), e.strategy),
|
|
1668
1668
|
floating: {
|
|
@@ -1680,7 +1680,7 @@ const rd = {
|
|
|
1680
1680
|
convertOffsetParentRelativeRectToViewportRelativeRect: qc,
|
|
1681
1681
|
getDocumentElement: tt,
|
|
1682
1682
|
getClippingRect: Qc,
|
|
1683
|
-
getOffsetParent:
|
|
1683
|
+
getOffsetParent: Na,
|
|
1684
1684
|
getElementRects: nd,
|
|
1685
1685
|
getClientRects: Kc,
|
|
1686
1686
|
getDimensions: ed,
|
|
@@ -1688,7 +1688,7 @@ const rd = {
|
|
|
1688
1688
|
isElement: De,
|
|
1689
1689
|
isRTL: sd
|
|
1690
1690
|
};
|
|
1691
|
-
function
|
|
1691
|
+
function za(e, t) {
|
|
1692
1692
|
return e.x === t.x && e.y === t.y && e.width === t.width && e.height === t.height;
|
|
1693
1693
|
}
|
|
1694
1694
|
function od(e, t) {
|
|
@@ -1722,7 +1722,7 @@ function od(e, t) {
|
|
|
1722
1722
|
i(!1, 1e-7);
|
|
1723
1723
|
}, 1e3);
|
|
1724
1724
|
}
|
|
1725
|
-
B === 1 && !
|
|
1725
|
+
B === 1 && !za(u, e.getBoundingClientRect()) && i(), w = !1;
|
|
1726
1726
|
}
|
|
1727
1727
|
try {
|
|
1728
1728
|
n = new IntersectionObserver(T, {
|
|
@@ -1764,7 +1764,7 @@ function id(e, t, n, s) {
|
|
|
1764
1764
|
l && g();
|
|
1765
1765
|
function g() {
|
|
1766
1766
|
const _ = At(e);
|
|
1767
|
-
p && !
|
|
1767
|
+
p && !za(p, _) && n(), p = _, m = requestAnimationFrame(g);
|
|
1768
1768
|
}
|
|
1769
1769
|
return n(), () => {
|
|
1770
1770
|
var _;
|
|
@@ -2101,10 +2101,10 @@ function gd() {
|
|
|
2101
2101
|
}(Is)), Is.exports;
|
|
2102
2102
|
}
|
|
2103
2103
|
gd();
|
|
2104
|
-
var bd = Object.defineProperty,
|
|
2104
|
+
var bd = Object.defineProperty, Ha = (e) => {
|
|
2105
2105
|
throw TypeError(e);
|
|
2106
|
-
}, yd = (e, t, n) => t in e ? bd(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, Se = (e, t, n) => yd(e, typeof t != "symbol" ? t + "" : t, n), ci = (e, t, n) => t.has(e) ||
|
|
2107
|
-
function
|
|
2106
|
+
}, yd = (e, t, n) => t in e ? bd(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, Se = (e, t, n) => yd(e, typeof t != "symbol" ? t + "" : t, n), ci = (e, t, n) => t.has(e) || Ha("Cannot " + n), ue = (e, t, n) => (ci(e, t, "read from private field"), n ? n.call(e) : t.get(e)), Ge = (e, t, n) => t.has(e) ? Ha("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, n), Oe = (e, t, n, s) => (ci(e, t, "write to private field"), t.set(e, n), n), it = (e, t, n) => (ci(e, t, "access private method"), n);
|
|
2107
|
+
function Da(e, t, n, s) {
|
|
2108
2108
|
let o;
|
|
2109
2109
|
const r = function() {
|
|
2110
2110
|
const i = this, a = arguments, l = function() {
|
|
@@ -2124,7 +2124,7 @@ function Sd(e, t = {}, n = null) {
|
|
|
2124
2124
|
return typeof n == "function" ? n(s, e) : console.warn("safeParse: Failed to parse JSON string:", e, "Error:", s), t;
|
|
2125
2125
|
}
|
|
2126
2126
|
}
|
|
2127
|
-
function
|
|
2127
|
+
function Va() {
|
|
2128
2128
|
return typeof window < "u" && typeof window.document < "u";
|
|
2129
2129
|
}
|
|
2130
2130
|
function Cd(e) {
|
|
@@ -2144,7 +2144,7 @@ function Od(e, t) {
|
|
|
2144
2144
|
function Td(e, t = document) {
|
|
2145
2145
|
return typeof e == "string" ? t.querySelector(e) : e instanceof Element ? e : (console.warn("getElement: Invalid target type (expected String/Node)", e), null);
|
|
2146
2146
|
}
|
|
2147
|
-
|
|
2147
|
+
Va() && (kd(), Md());
|
|
2148
2148
|
const Ks = {
|
|
2149
2149
|
pageModified(e) {
|
|
2150
2150
|
e.dispatchEvent(Ht("pageModified"));
|
|
@@ -2172,7 +2172,7 @@ function Ht(e, t = null, n = { bubbles: !0 }) {
|
|
|
2172
2172
|
return new CustomEvent(Pn(e), { detail: t, ...n });
|
|
2173
2173
|
}
|
|
2174
2174
|
function kd() {
|
|
2175
|
-
window.addEventListener("resize",
|
|
2175
|
+
window.addEventListener("resize", Da(() => Zn("pageResized", document), 250));
|
|
2176
2176
|
}
|
|
2177
2177
|
function Md() {
|
|
2178
2178
|
window.addEventListener("beforeprint", () => {
|
|
@@ -2190,7 +2190,7 @@ const $d = {
|
|
|
2190
2190
|
cssvarPrefix: ""
|
|
2191
2191
|
};
|
|
2192
2192
|
let Di = { ...$d };
|
|
2193
|
-
function
|
|
2193
|
+
function Wa(e) {
|
|
2194
2194
|
if (!Di.hasOwnProperty(e)) {
|
|
2195
2195
|
console.warn(`Attempted to access non-existent setting: ${e}`);
|
|
2196
2196
|
return;
|
|
@@ -2200,7 +2200,7 @@ function Va(e) {
|
|
|
2200
2200
|
function Yt(e, t) {
|
|
2201
2201
|
return {
|
|
2202
2202
|
toString() {
|
|
2203
|
-
const n =
|
|
2203
|
+
const n = Wa(e);
|
|
2204
2204
|
return t ? t(n) : n;
|
|
2205
2205
|
}
|
|
2206
2206
|
};
|
|
@@ -2214,10 +2214,10 @@ function Hn(e) {
|
|
|
2214
2214
|
function Pd(e) {
|
|
2215
2215
|
return e.replace(/-([a-z])/g, (t, n) => n.toUpperCase());
|
|
2216
2216
|
}
|
|
2217
|
-
function
|
|
2217
|
+
function qa(e) {
|
|
2218
2218
|
return Pd(e.replace(/^data-/, ""));
|
|
2219
2219
|
}
|
|
2220
|
-
function
|
|
2220
|
+
function Ka(e, t = {
|
|
2221
2221
|
columnFirst: "position-column-first",
|
|
2222
2222
|
columnLast: "position-column-last",
|
|
2223
2223
|
rowFirst: "position-row-first",
|
|
@@ -2326,7 +2326,7 @@ const fn = class Dn {
|
|
|
2326
2326
|
* @return {*} The value of the dataset, if JSON will return object else will return string value or undefined
|
|
2327
2327
|
*/
|
|
2328
2328
|
getData(t, n) {
|
|
2329
|
-
const s =
|
|
2329
|
+
const s = qa(this.getAttribute(n));
|
|
2330
2330
|
return Od(t, s);
|
|
2331
2331
|
}
|
|
2332
2332
|
/**
|
|
@@ -2369,20 +2369,20 @@ function Ld(e) {
|
|
|
2369
2369
|
var t;
|
|
2370
2370
|
return typeof e == "object" && ((t = e?.constructor) == null ? void 0 : t.name);
|
|
2371
2371
|
}
|
|
2372
|
-
function
|
|
2372
|
+
function Ga(e, t, n) {
|
|
2373
2373
|
const s = Ld(t) || "Logger";
|
|
2374
2374
|
console[e](s, ...n);
|
|
2375
2375
|
}
|
|
2376
2376
|
function Ue(e, ...t) {
|
|
2377
2377
|
}
|
|
2378
2378
|
function Xs(e, ...t) {
|
|
2379
|
-
|
|
2379
|
+
Ga("warn", e, t);
|
|
2380
2380
|
}
|
|
2381
2381
|
function Te(e, ...t) {
|
|
2382
|
-
|
|
2382
|
+
Ga("error", e, t);
|
|
2383
2383
|
}
|
|
2384
2384
|
const jd = (e) => Id(e, "breakpoint");
|
|
2385
|
-
|
|
2385
|
+
Va() && Bd();
|
|
2386
2386
|
const Ys = class Zs {
|
|
2387
2387
|
/**
|
|
2388
2388
|
* @param {Object} config Configuration object
|
|
@@ -2465,7 +2465,7 @@ Se(Ys, "instances", []), Se(Ys, "defaults", {
|
|
|
2465
2465
|
order: ["none", "small", "medium", "large"],
|
|
2466
2466
|
debug: !1
|
|
2467
2467
|
});
|
|
2468
|
-
let
|
|
2468
|
+
let Xa = Ys;
|
|
2469
2469
|
class Ls {
|
|
2470
2470
|
constructor(t, n) {
|
|
2471
2471
|
this.direction = t, this.active = !1, this.on = [], this.off = [], this.breakpoint = n;
|
|
@@ -2562,7 +2562,7 @@ class Rd {
|
|
|
2562
2562
|
}
|
|
2563
2563
|
function Bd() {
|
|
2564
2564
|
window.addEventListener(di("pageResized"), () => {
|
|
2565
|
-
|
|
2565
|
+
Xa.instances.forEach((e) => e.update());
|
|
2566
2566
|
});
|
|
2567
2567
|
}
|
|
2568
2568
|
let Ud = 0;
|
|
@@ -2572,7 +2572,7 @@ function hi() {
|
|
|
2572
2572
|
function Jn(e) {
|
|
2573
2573
|
e.id || (e.id = hi());
|
|
2574
2574
|
}
|
|
2575
|
-
const Fd = class
|
|
2575
|
+
const Fd = class Ya {
|
|
2576
2576
|
/**
|
|
2577
2577
|
* @param {Object} elements Elements object
|
|
2578
2578
|
* @param {Node} elements.trigger Trigger button/element that opens/closes collapsible
|
|
@@ -2586,7 +2586,7 @@ const Fd = class Xa {
|
|
|
2586
2586
|
Te(this, "missing required elements (trigger or content)");
|
|
2587
2587
|
return;
|
|
2588
2588
|
}
|
|
2589
|
-
const r = Object.assign({},
|
|
2589
|
+
const r = Object.assign({}, Ya.defaults, n);
|
|
2590
2590
|
this.elements = t, this.options = r, this.isOpen = !1, this.handlers = {}, Jn(s), Jn(o), this.debugLog(this, this), r.selfManaged || this.attachHandlers(), this.setup();
|
|
2591
2591
|
}
|
|
2592
2592
|
attachHandlers() {
|
|
@@ -2702,13 +2702,13 @@ Se(Fd, "defaults", {
|
|
|
2702
2702
|
onChange(e) {
|
|
2703
2703
|
}
|
|
2704
2704
|
});
|
|
2705
|
-
const
|
|
2705
|
+
const Za = new Pe({
|
|
2706
2706
|
type: "details-group",
|
|
2707
2707
|
baseAttribute: "data-ulu-details-group"
|
|
2708
2708
|
});
|
|
2709
|
-
|
|
2710
|
-
const
|
|
2711
|
-
|
|
2709
|
+
Za.getAttribute("child-init");
|
|
2710
|
+
const Ja = "data-ulu-dialog", Qa = new Pe({ type: "dialog", baseAttribute: Ja });
|
|
2711
|
+
Qa.getAttribute("close");
|
|
2712
2712
|
new Pe({
|
|
2713
2713
|
type: "flipcard",
|
|
2714
2714
|
baseAttribute: "data-ulu-flipcard"
|
|
@@ -2789,7 +2789,7 @@ new Pe({
|
|
|
2789
2789
|
baseAttribute: "data-grid"
|
|
2790
2790
|
});
|
|
2791
2791
|
var hn, mn, Xe, je, Dt, Vt, St, yn, xn, ze, Qn, Js, Qs, er;
|
|
2792
|
-
const
|
|
2792
|
+
const el = class tl {
|
|
2793
2793
|
/**
|
|
2794
2794
|
* @param {Node} container Container to be resized
|
|
2795
2795
|
* @param {HTMLElement} control Resize handle element (should be focusable like a button)
|
|
@@ -2811,7 +2811,7 @@ const Qa = class el {
|
|
|
2811
2811
|
Te(this, "Missing required elements: control, container");
|
|
2812
2812
|
return;
|
|
2813
2813
|
}
|
|
2814
|
-
const o = Object.assign({},
|
|
2814
|
+
const o = Object.assign({}, tl.defaults, s);
|
|
2815
2815
|
this.options = o, this.container = t, this.control = n, this.debug = o.debug;
|
|
2816
2816
|
const r = ["left", "right"], i = ["top", "bottom"], { fromX: a, fromY: l } = o;
|
|
2817
2817
|
if (!r.includes(a) && a !== null) {
|
|
@@ -2948,7 +2948,7 @@ er = function(e, t, n) {
|
|
|
2948
2948
|
event: n
|
|
2949
2949
|
};
|
|
2950
2950
|
this.dispatchEvent("resizer:update", l), Ue(this, "Resizing update.", l);
|
|
2951
|
-
}, Se(
|
|
2951
|
+
}, Se(el, "defaults", {
|
|
2952
2952
|
debug: !1,
|
|
2953
2953
|
/**
|
|
2954
2954
|
* Amount to increase size by (ie. pointer movement * multiplier)
|
|
@@ -3006,7 +3006,7 @@ er = function(e, t, n) {
|
|
|
3006
3006
|
*/
|
|
3007
3007
|
enableKeyboardResizing: !0
|
|
3008
3008
|
});
|
|
3009
|
-
let
|
|
3009
|
+
let nl = el;
|
|
3010
3010
|
new Pe({
|
|
3011
3011
|
type: "modal-builder",
|
|
3012
3012
|
baseAttribute: "data-ulu-modal-builder"
|
|
@@ -3014,9 +3014,9 @@ new Pe({
|
|
|
3014
3014
|
const Nd = [
|
|
3015
3015
|
"track",
|
|
3016
3016
|
"controls"
|
|
3017
|
-
], Wi = class
|
|
3017
|
+
], Wi = class sl {
|
|
3018
3018
|
constructor(t, n) {
|
|
3019
|
-
this.options = Object.assign({},
|
|
3019
|
+
this.options = Object.assign({}, sl.defaults, n), fi(Nd) || Te(this, "Missing a required Element"), this.elements = {
|
|
3020
3020
|
...t,
|
|
3021
3021
|
...this.createControls(t.controls)
|
|
3022
3022
|
}, this.nextEnabled = !0, this.previousEnabled = !0, this.scrollHandler = (s) => this.onScroll(s), this.elements.track.addEventListener("scroll", this.scrollHandler, { passive: !0 }), this.checkOverflow(), this.onScroll();
|
|
@@ -3091,7 +3091,7 @@ Se(Wi, "instances", []), Se(Wi, "defaults", {
|
|
|
3091
3091
|
iconClassPrevious: Yt("iconClassPrevious"),
|
|
3092
3092
|
iconClassNext: Yt("iconClassNext")
|
|
3093
3093
|
});
|
|
3094
|
-
const
|
|
3094
|
+
const rl = {
|
|
3095
3095
|
strategy: "absolute",
|
|
3096
3096
|
placement: "bottom",
|
|
3097
3097
|
inline: !1,
|
|
@@ -3103,8 +3103,8 @@ const sl = {
|
|
|
3103
3103
|
arrow: !0
|
|
3104
3104
|
// Options for arrow (not element)
|
|
3105
3105
|
};
|
|
3106
|
-
function
|
|
3107
|
-
const n = Object.assign({},
|
|
3106
|
+
function ol(e, t) {
|
|
3107
|
+
const n = Object.assign({}, rl, t), { placement: s, strategy: o } = n, { trigger: r, content: i, contentArrow: a } = e;
|
|
3108
3108
|
return id(r, i, () => {
|
|
3109
3109
|
fd(r, i, {
|
|
3110
3110
|
placement: s,
|
|
@@ -3157,14 +3157,14 @@ mi.attributeSelector("control-context");
|
|
|
3157
3157
|
const tr = new Pe({
|
|
3158
3158
|
type: "scrollpoint",
|
|
3159
3159
|
baseAttribute: "data-ulu-scrollpoint"
|
|
3160
|
-
}), zd = class
|
|
3160
|
+
}), zd = class il {
|
|
3161
3161
|
/**
|
|
3162
3162
|
* Setup a new scrollpoint
|
|
3163
3163
|
* @param {Node} element The element to create the scrollpoint for
|
|
3164
3164
|
* @param {Object} config Options to configure the scrollpoint see Scrollpoint.defaults for more information on settings
|
|
3165
3165
|
*/
|
|
3166
3166
|
constructor(t, n) {
|
|
3167
|
-
const s = Object.assign({},
|
|
3167
|
+
const s = Object.assign({}, il.defaults, n);
|
|
3168
3168
|
if (!t) {
|
|
3169
3169
|
Te(this, "Missing required element");
|
|
3170
3170
|
return;
|
|
@@ -3383,7 +3383,7 @@ var Ln = cr.exports, dr = { exports: {} };
|
|
|
3383
3383
|
}
|
|
3384
3384
|
e.exports = t.default;
|
|
3385
3385
|
})(dr, dr.exports);
|
|
3386
|
-
var
|
|
3386
|
+
var al = dr.exports, fr = { exports: {} }, hr = { exports: {} }, mr = { exports: {} }, pr = { exports: {} }, vr = { exports: {} }, es = { exports: {} };
|
|
3387
3387
|
/*!
|
|
3388
3388
|
* Platform.js <https://mths.be/platform>
|
|
3389
3389
|
* Copyright 2014-2016 Benjamin Tan <https://demoneaux.github.io/>
|
|
@@ -3837,7 +3837,7 @@ var qd = gr.exports, yr = { exports: {} };
|
|
|
3837
3837
|
return n;
|
|
3838
3838
|
}, e.exports = t.default;
|
|
3839
3839
|
})(yr, yr.exports);
|
|
3840
|
-
var
|
|
3840
|
+
var ll = yr.exports, xr = { exports: {} }, wr = { exports: {} };
|
|
3841
3841
|
(function(e, t) {
|
|
3842
3842
|
Object.defineProperty(t, "__esModule", {
|
|
3843
3843
|
value: !0
|
|
@@ -4107,12 +4107,12 @@ var df = Ur.exports, Fr = { exports: {} }, Nr = { exports: {} };
|
|
|
4107
4107
|
value: !0
|
|
4108
4108
|
}), t.default = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBpZD0ic3ZnIj48dGV4dCB4PSIxMCIgeT0iMjAiIGlkPSJzdmctbGluay10ZXh0Ij50ZXh0PC90ZXh0Pjwvc3ZnPg==", e.exports = t.default;
|
|
4109
4109
|
})(Nr, Nr.exports);
|
|
4110
|
-
var
|
|
4110
|
+
var ul = Nr.exports;
|
|
4111
4111
|
(function(e, t) {
|
|
4112
4112
|
Object.defineProperty(t, "__esModule", {
|
|
4113
4113
|
value: !0
|
|
4114
4114
|
});
|
|
4115
|
-
var n =
|
|
4115
|
+
var n = ul, s = o(n);
|
|
4116
4116
|
function o(r) {
|
|
4117
4117
|
return r && r.__esModule ? r : { default: r };
|
|
4118
4118
|
}
|
|
@@ -4128,7 +4128,7 @@ var ff = Fr.exports, zr = { exports: {} };
|
|
|
4128
4128
|
Object.defineProperty(t, "__esModule", {
|
|
4129
4129
|
value: !0
|
|
4130
4130
|
});
|
|
4131
|
-
var n =
|
|
4131
|
+
var n = ul, s = i(n), o = qe, r = i(o);
|
|
4132
4132
|
function i(a) {
|
|
4133
4133
|
return a && a.__esModule ? a : { default: a };
|
|
4134
4134
|
}
|
|
@@ -4262,7 +4262,7 @@ Object.defineProperty(nt, "__esModule", {
|
|
|
4262
4262
|
value: !0
|
|
4263
4263
|
});
|
|
4264
4264
|
nt.generate = Ef;
|
|
4265
|
-
nt.focus =
|
|
4265
|
+
nt.focus = cl;
|
|
4266
4266
|
nt.validate = Of;
|
|
4267
4267
|
var _f = wf, Sf = Cf(_f);
|
|
4268
4268
|
function Cf(e) {
|
|
@@ -4271,7 +4271,7 @@ function Cf(e) {
|
|
|
4271
4271
|
function Ef(e) {
|
|
4272
4272
|
return '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">' + e + "</svg>";
|
|
4273
4273
|
}
|
|
4274
|
-
function
|
|
4274
|
+
function cl(e) {
|
|
4275
4275
|
if (!e.focus)
|
|
4276
4276
|
try {
|
|
4277
4277
|
HTMLElement.prototype.focus.call(e);
|
|
@@ -4280,7 +4280,7 @@ function ul(e) {
|
|
|
4280
4280
|
}
|
|
4281
4281
|
}
|
|
4282
4282
|
function Of(e, t, n) {
|
|
4283
|
-
return
|
|
4283
|
+
return cl(t), n.activeElement === t;
|
|
4284
4284
|
}
|
|
4285
4285
|
(function(e, t) {
|
|
4286
4286
|
Object.defineProperty(t, "__esModule", {
|
|
@@ -4451,9 +4451,9 @@ var Uf = ao.exports;
|
|
|
4451
4451
|
Object.defineProperty(t, "__esModule", {
|
|
4452
4452
|
value: !0
|
|
4453
4453
|
}), t.default = function() {
|
|
4454
|
-
return un || (un = r.default.get(), un.time || (r.default.set(
|
|
4454
|
+
return un || (un = r.default.get(), un.time || (r.default.set(yu()), un = r.default.get()), un);
|
|
4455
4455
|
};
|
|
4456
|
-
var n = Vd, s = ne(n), o = qd, r = ne(o), i =
|
|
4456
|
+
var n = Vd, s = ne(n), o = qd, r = ne(o), i = ll, a = ne(i), l = Kd, u = ne(l), c = Gd, d = ne(c), f = Xd, h = ne(f), m = Zd, p = ne(m), g = Qd, _ = ne(g), x = ef, y = ne(x), w = tf, T = ne(w), L = nf, B = ne(L), k = sf, C = ne(k), v = rf, S = ne(v), E = of, I = ne(E), R = af, j = ne(R), q = lf, Y = ne(q), X = uf, G = ne(X), Q = cf, ge = ne(Q), me = df, be = ne(me), xe = ff, wt = ne(xe), Ne = hf, Le = ne(Ne), ot = mf, A = ne(ot), mt = pf, ie = ne(mt), Ft = vf, Ke = ne(Ft), Z = gf, ln = ne(Z), ae = bf, V = ne(ae), re = yf, Me = ne(re), W = xf, Cs = ne(W), Es = Tf, Os = ne(Es), Ts = Af, Un = ne(Ts), As = kf, ks = ne(As), we = Mf, Ee = ne(we), de = $f, oe = ne(de), Fe = Pf, au = ne(Fe), lu = If, uu = ne(lu), cu = Lf, du = ne(cu), fu = jf, hu = ne(fu), mu = Bf, pu = ne(mu), vu = Uf, gu = ne(vu);
|
|
4457
4457
|
function ne(_t) {
|
|
4458
4458
|
return _t && _t.__esModule ? _t : { default: _t };
|
|
4459
4459
|
}
|
|
@@ -4461,9 +4461,9 @@ var Uf = ao.exports;
|
|
|
4461
4461
|
cssShadowPiercingDeepCombinator: a.default,
|
|
4462
4462
|
focusInZeroDimensionObject: G.default,
|
|
4463
4463
|
focusObjectSwf: A.default,
|
|
4464
|
-
focusSvgInIframe:
|
|
4465
|
-
tabsequenceAreaAtImgPosition:
|
|
4466
|
-
},
|
|
4464
|
+
focusSvgInIframe: au.default,
|
|
4465
|
+
tabsequenceAreaAtImgPosition: gu.default
|
|
4466
|
+
}, bu = {
|
|
4467
4467
|
focusAreaImgTabindex: u.default,
|
|
4468
4468
|
focusAreaTabindex: d.default,
|
|
4469
4469
|
focusAreaWithoutHref: h.default,
|
|
@@ -4492,13 +4492,13 @@ var Uf = ao.exports;
|
|
|
4492
4492
|
focusSvgNegativeTabindexAttribute: ks.default,
|
|
4493
4493
|
focusSvgUseTabindex: Ee.default,
|
|
4494
4494
|
focusSvgForeignobjectTabindex: oe.default,
|
|
4495
|
-
focusSvg:
|
|
4496
|
-
focusTabindexTrailingCharacters:
|
|
4497
|
-
focusTable:
|
|
4498
|
-
focusVideoWithoutControls:
|
|
4495
|
+
focusSvg: uu.default,
|
|
4496
|
+
focusTabindexTrailingCharacters: du.default,
|
|
4497
|
+
focusTable: hu.default,
|
|
4498
|
+
focusVideoWithoutControls: pu.default
|
|
4499
4499
|
};
|
|
4500
|
-
function
|
|
4501
|
-
var _t = (0, s.default)(
|
|
4500
|
+
function yu() {
|
|
4501
|
+
var _t = (0, s.default)(bu);
|
|
4502
4502
|
return Object.keys(Mi).forEach(function($i) {
|
|
4503
4503
|
_t[$i] = Mi[$i]();
|
|
4504
4504
|
}), _t;
|
|
@@ -4534,7 +4534,7 @@ var st = mr.exports;
|
|
|
4534
4534
|
var a = void 0, l = /^\s*(-|\+)?[0-9]+\s*$/, u = /^\s*(-|\+)?[0-9]+.*$/;
|
|
4535
4535
|
e.exports = t.default;
|
|
4536
4536
|
})(hr, hr.exports);
|
|
4537
|
-
var
|
|
4537
|
+
var dl = hr.exports;
|
|
4538
4538
|
(function(e, t) {
|
|
4539
4539
|
Object.defineProperty(t, "__esModule", {
|
|
4540
4540
|
value: !0
|
|
@@ -4544,7 +4544,7 @@ var cl = hr.exports;
|
|
|
4544
4544
|
var i = r.hasAttribute("tabindex"), a = i ? "tabindex" : "tabIndex", l = parseInt(r.getAttribute(a), 10);
|
|
4545
4545
|
return isNaN(l) ? -1 : l;
|
|
4546
4546
|
};
|
|
4547
|
-
var n =
|
|
4547
|
+
var n = dl, s = o(n);
|
|
4548
4548
|
function o(r) {
|
|
4549
4549
|
return r && r.__esModule ? r : { default: r };
|
|
4550
4550
|
}
|
|
@@ -4555,14 +4555,14 @@ Object.defineProperty(It, "__esModule", {
|
|
|
4555
4555
|
value: !0
|
|
4556
4556
|
});
|
|
4557
4557
|
It.isUserModifyWritable = Ff;
|
|
4558
|
-
It.hasCssOverflowScroll =
|
|
4558
|
+
It.hasCssOverflowScroll = fl;
|
|
4559
4559
|
It.hasCssDisplayFlex = Nf;
|
|
4560
4560
|
It.isScrollableContainer = zf;
|
|
4561
4561
|
function Ff(e) {
|
|
4562
4562
|
var t = e.webkitUserModify || "";
|
|
4563
4563
|
return !!(t && t.indexOf("write") !== -1);
|
|
4564
4564
|
}
|
|
4565
|
-
function
|
|
4565
|
+
function fl(e) {
|
|
4566
4566
|
return [e.getPropertyValue("overflow"), e.getPropertyValue("overflow-x"), e.getPropertyValue("overflow-y")].some(function(t) {
|
|
4567
4567
|
return t === "auto" || t === "scroll";
|
|
4568
4568
|
});
|
|
@@ -4571,13 +4571,13 @@ function Nf(e) {
|
|
|
4571
4571
|
return e.display.indexOf("flex") > -1;
|
|
4572
4572
|
}
|
|
4573
4573
|
function zf(e, t, n, s) {
|
|
4574
|
-
return t !== "div" && t !== "span" || n && n !== "div" && n !== "span" && !
|
|
4574
|
+
return t !== "div" && t !== "span" || n && n !== "div" && n !== "span" && !fl(s) ? !1 : e.offsetHeight < e.scrollHeight || e.offsetWidth < e.scrollWidth;
|
|
4575
4575
|
}
|
|
4576
4576
|
(function(e, t) {
|
|
4577
4577
|
Object.defineProperty(t, "__esModule", {
|
|
4578
4578
|
value: !0
|
|
4579
4579
|
});
|
|
4580
|
-
var n = Ln, s = p(n), o = Ce, r = p(o), i =
|
|
4580
|
+
var n = Ln, s = p(n), o = Ce, r = p(o), i = al, a = p(i), l = Pt, u = p(l), c = dl, d = p(c), f = It, h = st, m = p(h);
|
|
4581
4581
|
function p(y) {
|
|
4582
4582
|
return y && y.__esModule ? y : { default: y };
|
|
4583
4583
|
}
|
|
@@ -4691,7 +4691,7 @@ var pi = ur.exports, lo = { exports: {} }, uo = { exports: {} }, co = { exports:
|
|
|
4691
4691
|
}
|
|
4692
4692
|
e.exports = t.default;
|
|
4693
4693
|
})(co, co.exports);
|
|
4694
|
-
var
|
|
4694
|
+
var hl = co.exports, fo = { exports: {} }, ho = { exports: {} };
|
|
4695
4695
|
(function(e, t) {
|
|
4696
4696
|
Object.defineProperty(t, "__esModule", {
|
|
4697
4697
|
value: !0
|
|
@@ -4736,19 +4736,19 @@ var Df = mo.exports, vo = { exports: {} };
|
|
|
4736
4736
|
}
|
|
4737
4737
|
return r ? i + r + i.replace(/\s*,\s*/g, ",").split(",").join(r) : i;
|
|
4738
4738
|
};
|
|
4739
|
-
var n =
|
|
4739
|
+
var n = ll, s = o(n);
|
|
4740
4740
|
function o(i) {
|
|
4741
4741
|
return i && i.__esModule ? i : { default: i };
|
|
4742
4742
|
}
|
|
4743
4743
|
var r = void 0;
|
|
4744
4744
|
e.exports = t.default;
|
|
4745
4745
|
})(vo, vo.exports);
|
|
4746
|
-
var
|
|
4746
|
+
var ml = vo.exports;
|
|
4747
4747
|
(function(e, t) {
|
|
4748
4748
|
Object.defineProperty(t, "__esModule", {
|
|
4749
4749
|
value: !0
|
|
4750
4750
|
}), t.default = d;
|
|
4751
|
-
var n = Hf, s = l(n), o = Df, r = l(o), i =
|
|
4751
|
+
var n = Hf, s = l(n), o = Df, r = l(o), i = ml, a = l(i);
|
|
4752
4752
|
function l(f) {
|
|
4753
4753
|
return f && f.__esModule ? f : { default: f };
|
|
4754
4754
|
}
|
|
@@ -4780,7 +4780,7 @@ var ps = fo.exports;
|
|
|
4780
4780
|
Object.defineProperty(t, "__esModule", {
|
|
4781
4781
|
value: !0
|
|
4782
4782
|
});
|
|
4783
|
-
var n =
|
|
4783
|
+
var n = hl, s = c(n), o = Ln, r = c(o), i = Ce, a = c(i), l = ps, u = c(l);
|
|
4784
4784
|
function c(x) {
|
|
4785
4785
|
return x && x.__esModule ? x : { default: x };
|
|
4786
4786
|
}
|
|
@@ -4847,7 +4847,7 @@ var ps = fo.exports;
|
|
|
4847
4847
|
var _ = g.except({});
|
|
4848
4848
|
t.default = _, e.exports = t.default;
|
|
4849
4849
|
})(uo, uo.exports);
|
|
4850
|
-
var vs = uo.exports, jt = {},
|
|
4850
|
+
var vs = uo.exports, jt = {}, pl = { exports: {} };
|
|
4851
4851
|
/*! https://mths.be/cssescape v1.5.1 by @mathias | MIT license */
|
|
4852
4852
|
(function(e, t) {
|
|
4853
4853
|
(function(n, s) {
|
|
@@ -4893,35 +4893,35 @@ var vs = uo.exports, jt = {}, ml = { exports: {} };
|
|
|
4893
4893
|
};
|
|
4894
4894
|
return n.CSS || (n.CSS = {}), n.CSS.escape = s, s;
|
|
4895
4895
|
});
|
|
4896
|
-
})(
|
|
4897
|
-
var Vf =
|
|
4896
|
+
})(pl);
|
|
4897
|
+
var Vf = pl.exports;
|
|
4898
4898
|
Object.defineProperty(jt, "__esModule", {
|
|
4899
4899
|
value: !0
|
|
4900
4900
|
});
|
|
4901
|
-
jt.getMapByName =
|
|
4901
|
+
jt.getMapByName = yl;
|
|
4902
4902
|
jt.getMapOfImage = Kf;
|
|
4903
4903
|
jt.getImageOfArea = Gf;
|
|
4904
|
-
var Wf = Vf,
|
|
4905
|
-
function
|
|
4904
|
+
var Wf = Vf, vl = bl(Wf), qf = Lt, gl = bl(qf);
|
|
4905
|
+
function bl(e) {
|
|
4906
4906
|
return e && e.__esModule ? e : { default: e };
|
|
4907
4907
|
}
|
|
4908
|
-
function
|
|
4909
|
-
var n = t.querySelector('map[name="' + (0,
|
|
4908
|
+
function yl(e, t) {
|
|
4909
|
+
var n = t.querySelector('map[name="' + (0, vl.default)(e) + '"]');
|
|
4910
4910
|
return n || null;
|
|
4911
4911
|
}
|
|
4912
4912
|
function Kf(e) {
|
|
4913
4913
|
var t = e.getAttribute("usemap");
|
|
4914
4914
|
if (!t)
|
|
4915
4915
|
return null;
|
|
4916
|
-
var n = (0,
|
|
4917
|
-
return
|
|
4916
|
+
var n = (0, gl.default)(e);
|
|
4917
|
+
return yl(t.slice(1), n);
|
|
4918
4918
|
}
|
|
4919
4919
|
function Gf(e) {
|
|
4920
4920
|
var t = e.parentElement;
|
|
4921
4921
|
if (!t.name || t.nodeName.toLowerCase() !== "map")
|
|
4922
4922
|
return null;
|
|
4923
|
-
var n = (0,
|
|
4924
|
-
return n.querySelector('img[usemap="#' + (0,
|
|
4923
|
+
var n = (0, gl.default)(e);
|
|
4924
|
+
return n.querySelector('img[usemap="#' + (0, vl.default)(t.name) + '"]') || null;
|
|
4925
4925
|
}
|
|
4926
4926
|
(function(e, t) {
|
|
4927
4927
|
Object.defineProperty(t, "__esModule", {
|
|
@@ -4981,7 +4981,7 @@ var Xf = lo.exports, go = { exports: {} }, bo = { exports: {} };
|
|
|
4981
4981
|
};
|
|
4982
4982
|
e.exports = t.default;
|
|
4983
4983
|
})(bo, bo.exports);
|
|
4984
|
-
var
|
|
4984
|
+
var xl = bo.exports;
|
|
4985
4985
|
(function(e, t) {
|
|
4986
4986
|
Object.defineProperty(t, "__esModule", {
|
|
4987
4987
|
value: !0
|
|
@@ -5000,7 +5000,7 @@ var yl = bo.exports;
|
|
|
5000
5000
|
var g = (0, r.default)({ context: p });
|
|
5001
5001
|
return !!(g.some(f) || !d.focusFormDisabled && g.some(h));
|
|
5002
5002
|
};
|
|
5003
|
-
var n = Ce, s = c(n), o = Ln, r = c(o), i =
|
|
5003
|
+
var n = Ce, s = c(n), o = Ln, r = c(o), i = xl, a = c(i), l = st, u = c(l);
|
|
5004
5004
|
function c(m) {
|
|
5005
5005
|
return m && m.__esModule ? m : { default: m };
|
|
5006
5006
|
}
|
|
@@ -5135,12 +5135,12 @@ var Zf = yo.exports;
|
|
|
5135
5135
|
var k = B.except({});
|
|
5136
5136
|
t.default = k, e.exports = t.default;
|
|
5137
5137
|
})(lr, lr.exports);
|
|
5138
|
-
var
|
|
5138
|
+
var wl = lr.exports;
|
|
5139
5139
|
(function(e, t) {
|
|
5140
5140
|
Object.defineProperty(t, "__esModule", {
|
|
5141
5141
|
value: !0
|
|
5142
5142
|
}), t.default = d;
|
|
5143
|
-
var n =
|
|
5143
|
+
var n = wl, s = l(n), o = pi, r = l(o), i = Lt, a = l(i);
|
|
5144
5144
|
function l(f) {
|
|
5145
5145
|
return f && f.__esModule ? f : { default: f };
|
|
5146
5146
|
}
|
|
@@ -5182,7 +5182,7 @@ var Jf = ar.exports, xo = { exports: {} }, wo = { exports: {} };
|
|
|
5182
5182
|
}), t.default = function() {
|
|
5183
5183
|
return a || (a = (0, r.default)()), typeof l == "string" || (l = (a.focusTable ? "table, td," : "") + (a.focusFieldset ? "fieldset," : "") + "svg a,a[href],area[href],input, select, textarea, button,iframe, object, embed,keygen," + (a.focusAudioWithoutControls ? "audio," : "audio[controls],") + (a.focusVideoWithoutControls ? "video," : "video[controls],") + (a.focusSummary ? "summary," : "") + "[tabindex],[contenteditable]", l = (0, s.default)(l)), l;
|
|
5184
5184
|
};
|
|
5185
|
-
var n =
|
|
5185
|
+
var n = ml, s = i(n), o = st, r = i(o);
|
|
5186
5186
|
function i(u) {
|
|
5187
5187
|
return u && u.__esModule ? u : { default: u };
|
|
5188
5188
|
}
|
|
@@ -5194,7 +5194,7 @@ var Qf = wo.exports;
|
|
|
5194
5194
|
Object.defineProperty(t, "__esModule", {
|
|
5195
5195
|
value: !0
|
|
5196
5196
|
}), t.default = a;
|
|
5197
|
-
var n = Qf, s = i(n), o =
|
|
5197
|
+
var n = Qf, s = i(n), o = wl, r = i(o);
|
|
5198
5198
|
function i(l) {
|
|
5199
5199
|
return l && l.__esModule ? l : { default: l };
|
|
5200
5200
|
}
|
|
@@ -5234,7 +5234,7 @@ var eh = xo.exports;
|
|
|
5234
5234
|
}
|
|
5235
5235
|
e.exports = t.default;
|
|
5236
5236
|
})(or, or.exports);
|
|
5237
|
-
var
|
|
5237
|
+
var _l = or.exports, _o = { exports: {} }, So = { exports: {} };
|
|
5238
5238
|
(function(e, t) {
|
|
5239
5239
|
Object.defineProperty(t, "__esModule", {
|
|
5240
5240
|
value: !0
|
|
@@ -5266,7 +5266,7 @@ var th = So.exports, Co = { exports: {} };
|
|
|
5266
5266
|
}
|
|
5267
5267
|
}, e.exports = t.default;
|
|
5268
5268
|
})(Co, Co.exports);
|
|
5269
|
-
var
|
|
5269
|
+
var Sl = Co.exports, Eo = { exports: {} };
|
|
5270
5270
|
(function(e, t) {
|
|
5271
5271
|
Object.defineProperty(t, "__esModule", {
|
|
5272
5272
|
value: !0
|
|
@@ -5295,7 +5295,7 @@ var nh = Eo.exports;
|
|
|
5295
5295
|
var R = I.hasAttribute("data-ally-disabled"), j = arguments.length === 1;
|
|
5296
5296
|
return (0, a.default)(I) ? j ? I.disabled : (I.disabled = E, I) : j ? R : (R === E || v(I, E), I);
|
|
5297
5297
|
};
|
|
5298
|
-
var n = Ce, s = g(n), o = Pt, r = g(o), i =
|
|
5298
|
+
var n = Ce, s = g(n), o = Pt, r = g(o), i = xl, a = g(i), l = th, u = g(l), c = Sl, d = g(c), f = nh, h = g(f), m = st, p = g(m);
|
|
5299
5299
|
function g(S) {
|
|
5300
5300
|
return S && S.__esModule ? S : { default: S };
|
|
5301
5301
|
}
|
|
@@ -5537,7 +5537,7 @@ function ih() {
|
|
|
5537
5537
|
var x = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, y = x.context, w = x.filter, T = new _({ context: y, filter: w });
|
|
5538
5538
|
return { disengage: T.disengage };
|
|
5539
5539
|
};
|
|
5540
|
-
var s = yt, o = f(s), r =
|
|
5540
|
+
var s = yt, o = f(s), r = _l, i = f(r), a = sh, l = f(a), u = oh, c = f(u), d = nn;
|
|
5541
5541
|
function f(x) {
|
|
5542
5542
|
return x && x.__esModule ? x : { default: x };
|
|
5543
5543
|
}
|
|
@@ -5694,7 +5694,7 @@ var lh = ko.exports;
|
|
|
5694
5694
|
var x = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, y = x.context, w = x.filter, T = new _({ context: y, filter: w });
|
|
5695
5695
|
return { disengage: T.disengage };
|
|
5696
5696
|
};
|
|
5697
|
-
var s = yt, o = f(s), r = lh, i = f(r), a = Ln, l = f(a), u =
|
|
5697
|
+
var s = yt, o = f(s), r = lh, i = f(r), a = Ln, l = f(a), u = Sl, c = f(u), d = nn;
|
|
5698
5698
|
function f(x) {
|
|
5699
5699
|
return x && x.__esModule ? x : { default: x };
|
|
5700
5700
|
}
|
|
@@ -5779,7 +5779,7 @@ var uh = Ao.exports, Mo = { exports: {} }, $o = { exports: {} }, Po = { exports:
|
|
|
5779
5779
|
}
|
|
5780
5780
|
e.exports = t.default;
|
|
5781
5781
|
})(Po, Po.exports);
|
|
5782
|
-
var
|
|
5782
|
+
var Cl = Po.exports;
|
|
5783
5783
|
(function(e, t) {
|
|
5784
5784
|
Object.defineProperty(t, "__esModule", {
|
|
5785
5785
|
value: !0
|
|
@@ -5794,7 +5794,7 @@ var Sl = Po.exports;
|
|
|
5794
5794
|
var f = (0, r.default)({ context: c });
|
|
5795
5795
|
return !!(f && f.shadowRoot.activeElement === c);
|
|
5796
5796
|
};
|
|
5797
|
-
var n = Ce, s = l(n), o =
|
|
5797
|
+
var n = Ce, s = l(n), o = Cl, r = l(o), i = Lt, a = l(i);
|
|
5798
5798
|
function l(u) {
|
|
5799
5799
|
return u && u.__esModule ? u : { default: u };
|
|
5800
5800
|
}
|
|
@@ -5805,7 +5805,7 @@ var ch = $o.exports, Io = { exports: {} }, Lo = { exports: {} }, jo = { exports:
|
|
|
5805
5805
|
Object.defineProperty(t, "__esModule", {
|
|
5806
5806
|
value: !0
|
|
5807
5807
|
});
|
|
5808
|
-
var n = vs, s = w(n), o = Ce, r = w(o), i =
|
|
5808
|
+
var n = vs, s = w(n), o = Ce, r = w(o), i = al, a = w(i), l = Pt, u = w(l), c = pi, d = w(c), f = ps, h = w(f), m = qe, p = w(m), g = jt, _ = It, x = st, y = w(x);
|
|
5809
5809
|
function w(S) {
|
|
5810
5810
|
return S && S.__esModule ? S : { default: S };
|
|
5811
5811
|
}
|
|
@@ -5933,13 +5933,13 @@ var dh = jo.exports;
|
|
|
5933
5933
|
strategy: d
|
|
5934
5934
|
}).filter(f);
|
|
5935
5935
|
};
|
|
5936
|
-
var n =
|
|
5936
|
+
var n = _l, s = i(n), o = dh, r = i(o);
|
|
5937
5937
|
function i(a) {
|
|
5938
5938
|
return a && a.__esModule ? a : { default: a };
|
|
5939
5939
|
}
|
|
5940
5940
|
e.exports = t.default;
|
|
5941
5941
|
})(Lo, Lo.exports);
|
|
5942
|
-
var
|
|
5942
|
+
var El = Lo.exports, Ro = { exports: {} }, Bo = { exports: {} }, Uo = { exports: {} };
|
|
5943
5943
|
(function(e, t) {
|
|
5944
5944
|
Object.defineProperty(t, "__esModule", {
|
|
5945
5945
|
value: !0
|
|
@@ -5961,7 +5961,7 @@ var fh = Uo.exports;
|
|
|
5961
5961
|
var x = c(g, _, p);
|
|
5962
5962
|
return d(g, x), g;
|
|
5963
5963
|
};
|
|
5964
|
-
var n =
|
|
5964
|
+
var n = hl, s = l(n), o = yt, r = l(o), i = fh, a = l(i);
|
|
5965
5965
|
function l(f) {
|
|
5966
5966
|
return f && f.__esModule ? f : { default: f };
|
|
5967
5967
|
}
|
|
@@ -5994,7 +5994,7 @@ var fh = Uo.exports;
|
|
|
5994
5994
|
}
|
|
5995
5995
|
e.exports = t.default;
|
|
5996
5996
|
})(Bo, Bo.exports);
|
|
5997
|
-
var
|
|
5997
|
+
var Ol = Bo.exports;
|
|
5998
5998
|
(function(e, t) {
|
|
5999
5999
|
Object.defineProperty(t, "__esModule", {
|
|
6000
6000
|
value: !0
|
|
@@ -6021,7 +6021,7 @@ var El = Bo.exports;
|
|
|
6021
6021
|
}
|
|
6022
6022
|
}) : _;
|
|
6023
6023
|
};
|
|
6024
|
-
var s =
|
|
6024
|
+
var s = El, o = c(s), r = Ol, i = c(r), a = Lt, l = c(a), u = jt;
|
|
6025
6025
|
function c(h) {
|
|
6026
6026
|
return h && h.__esModule ? h : { default: h };
|
|
6027
6027
|
}
|
|
@@ -6079,7 +6079,7 @@ var hh = Ro.exports, Fo = { exports: {} };
|
|
|
6079
6079
|
var p = new d(h, m), g = p.extractElements(f);
|
|
6080
6080
|
return g.length === f.length ? m(f) : p.sort(g);
|
|
6081
6081
|
};
|
|
6082
|
-
var s =
|
|
6082
|
+
var s = Cl, o = u(s), r = Ol, i = u(r), a = Pt, l = u(a);
|
|
6083
6083
|
function u(f) {
|
|
6084
6084
|
return f && f.__esModule ? f : { default: f };
|
|
6085
6085
|
}
|
|
@@ -6216,7 +6216,7 @@ var ph = No.exports;
|
|
|
6216
6216
|
});
|
|
6217
6217
|
return document.body.createShadowRoot && a.default.is.BLINK ? v = (0, d.default)(v, C, y) : v = y(v, C), L && (v = x(v, C)), v;
|
|
6218
6218
|
};
|
|
6219
|
-
var n =
|
|
6219
|
+
var n = El, s = g(n), o = yt, r = g(o), i = qe, a = g(i), l = hh, u = g(l), c = mh, d = g(c), f = ph, h = g(f), m = st, p = g(m);
|
|
6220
6220
|
function g(w) {
|
|
6221
6221
|
return w && w.__esModule ? w : { default: w };
|
|
6222
6222
|
}
|
|
@@ -6461,8 +6461,8 @@ jn.attributeSelector("control-context");
|
|
|
6461
6461
|
jn.attributeSelector("slide");
|
|
6462
6462
|
const Sh = matchMedia("(prefers-reduced-motion: reduce)").matches, Nt = { once: !0 }, qi = (e) => `${e}ms`;
|
|
6463
6463
|
addEventListener("load", () => {
|
|
6464
|
-
addEventListener("resize",
|
|
6465
|
-
|
|
6464
|
+
addEventListener("resize", Da(() => {
|
|
6465
|
+
Tl.instances.forEach((e) => e.handleResize());
|
|
6466
6466
|
}, 250));
|
|
6467
6467
|
});
|
|
6468
6468
|
const Ch = [
|
|
@@ -6708,7 +6708,7 @@ Se(Vo, "defaults", {
|
|
|
6708
6708
|
preventScroll: !0
|
|
6709
6709
|
}
|
|
6710
6710
|
});
|
|
6711
|
-
let
|
|
6711
|
+
let Tl = Vo;
|
|
6712
6712
|
new Pe({
|
|
6713
6713
|
type: "tabs",
|
|
6714
6714
|
baseAttribute: "data-ulu-tablist"
|
|
@@ -6800,7 +6800,7 @@ const gs = new Pe({
|
|
|
6800
6800
|
return new CustomEvent(Pn("tooltip:" + t), { detail: n });
|
|
6801
6801
|
}
|
|
6802
6802
|
createFloatingInstance() {
|
|
6803
|
-
this.floatingCleanup =
|
|
6803
|
+
this.floatingCleanup = ol(this.elements, this.floatingOptions);
|
|
6804
6804
|
}
|
|
6805
6805
|
destroyFloatingInstance() {
|
|
6806
6806
|
this.floatingCleanup && (this.floatingCleanup(), this.floatingCleanup = null);
|
|
@@ -6877,13 +6877,13 @@ Se(Ki, "defaults", {
|
|
|
6877
6877
|
}), Se(Ki, "defaultFloatingOptions", {
|
|
6878
6878
|
// strategy: "fixed"
|
|
6879
6879
|
});
|
|
6880
|
-
const Ah = class
|
|
6880
|
+
const Ah = class Al {
|
|
6881
6881
|
/**
|
|
6882
6882
|
* @param {*} data Data to put in blob file
|
|
6883
6883
|
* @param {FileSaveOptions} options Options for file, see defaults (ie. type, filename)
|
|
6884
6884
|
*/
|
|
6885
6885
|
constructor(t, n) {
|
|
6886
|
-
this.options = Object.assign({},
|
|
6886
|
+
this.options = Object.assign({}, Al.defaults, n), this.data = t, this.blob = new Blob([t], { type: this.options.type }), this.url = URL.createObjectURL(this.blob);
|
|
6887
6887
|
}
|
|
6888
6888
|
/**
|
|
6889
6889
|
* Remove the blob url
|
|
@@ -6918,30 +6918,30 @@ Se(Ah, "defaults", {
|
|
|
6918
6918
|
});
|
|
6919
6919
|
const kh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6920
6920
|
__proto__: null,
|
|
6921
|
-
BreakpointManager:
|
|
6921
|
+
BreakpointManager: Xa,
|
|
6922
6922
|
ComponentInitializer: Pe,
|
|
6923
|
-
Resizer:
|
|
6924
|
-
Slider:
|
|
6923
|
+
Resizer: nl,
|
|
6924
|
+
Slider: Tl,
|
|
6925
6925
|
classLoggerLog: Ue,
|
|
6926
6926
|
classLoggerLogError: Te,
|
|
6927
6927
|
classLoggerLogWarning: Xs,
|
|
6928
|
-
createFloatingUi:
|
|
6928
|
+
createFloatingUi: ol,
|
|
6929
6929
|
createUluEvent: Ht,
|
|
6930
|
-
dataAttributeToDatasetKey:
|
|
6931
|
-
detailsGroupInitializer:
|
|
6932
|
-
dialogBaseAttribute:
|
|
6933
|
-
dialogInitializer:
|
|
6930
|
+
dataAttributeToDatasetKey: qa,
|
|
6931
|
+
detailsGroupInitializer: Za,
|
|
6932
|
+
dialogBaseAttribute: Ja,
|
|
6933
|
+
dialogInitializer: Qa,
|
|
6934
6934
|
dispatchCoreEvent: Zn,
|
|
6935
6935
|
ensureId: Jn,
|
|
6936
|
-
floatingUiDefaults:
|
|
6936
|
+
floatingUiDefaults: rl,
|
|
6937
6937
|
getCoreEventName: di,
|
|
6938
|
-
getSetting:
|
|
6938
|
+
getSetting: Wa,
|
|
6939
6939
|
getUluEventName: Pn,
|
|
6940
6940
|
newId: hi,
|
|
6941
6941
|
popoverInitializer: In,
|
|
6942
6942
|
scrollSliderInitializer: mi,
|
|
6943
6943
|
scrollpointInitializer: tr,
|
|
6944
|
-
setPositionClasses:
|
|
6944
|
+
setPositionClasses: Ka,
|
|
6945
6945
|
sliderInitializer: jn,
|
|
6946
6946
|
themeToggleInitializer: sn,
|
|
6947
6947
|
tooltipInitializer: gs,
|
|
@@ -7134,7 +7134,7 @@ const kh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7134
7134
|
handleClick(e) {
|
|
7135
7135
|
if (this.clickOutsideCloses && !this.isResizing) {
|
|
7136
7136
|
const { target: t } = e, { container: n } = this.$refs;
|
|
7137
|
-
t === n &&
|
|
7137
|
+
t === n && Nu(n, e) && this.close();
|
|
7138
7138
|
}
|
|
7139
7139
|
},
|
|
7140
7140
|
setupPreventScroll() {
|
|
@@ -7147,14 +7147,14 @@ const kh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7147
7147
|
handleToggle(e) {
|
|
7148
7148
|
if (!this.nonModal && this.preventScroll) {
|
|
7149
7149
|
const { preventScrollShift: t } = this;
|
|
7150
|
-
e.newState === "open" ? this.restoreScroll =
|
|
7150
|
+
e.newState === "open" ? this.restoreScroll = Fu({ preventShift: t }) : this.destroyPreventScroll();
|
|
7151
7151
|
}
|
|
7152
7152
|
},
|
|
7153
7153
|
setupResizer() {
|
|
7154
7154
|
const { position: e, resizerEnabled: t } = this;
|
|
7155
7155
|
if (t) {
|
|
7156
7156
|
const { container: n, resizer: s } = this.$refs, o = e === "center" ? { fromX: "right", fromY: "bottom", multiplier: 2 } : { fromX: e === "right" ? "left" : "right" };
|
|
7157
|
-
this.resizerInstance = new
|
|
7157
|
+
this.resizerInstance = new nl(n, s, o), this.handleResizerStart = () => {
|
|
7158
7158
|
this.isResizing = !0;
|
|
7159
7159
|
}, this.handleResizerEnd = () => {
|
|
7160
7160
|
setTimeout(() => {
|
|
@@ -7193,7 +7193,7 @@ function jh(e, t, n, s, o, r) {
|
|
|
7193
7193
|
"aria-describedby": n.describedby,
|
|
7194
7194
|
ref: "container",
|
|
7195
7195
|
style: ve({ width: o.containerWidth }),
|
|
7196
|
-
onCancel: t[1] || (t[1] =
|
|
7196
|
+
onCancel: t[1] || (t[1] = Su((...a) => r.close && r.close(...a), ["prevent"])),
|
|
7197
7197
|
onClose: t[2] || (t[2] = (...a) => r.handleDialogCloseEvent && r.handleDialogCloseEvent(...a)),
|
|
7198
7198
|
onClick: t[3] || (t[3] = (...a) => r.handleClick && r.handleClick(...a)),
|
|
7199
7199
|
onToggle: t[4] || (t[4] = (...a) => r.handleToggle && r.handleToggle(...a))
|
|
@@ -7251,7 +7251,7 @@ function jh(e, t, n, s, o, r) {
|
|
|
7251
7251
|
], 46, $h)
|
|
7252
7252
|
], 8, ["to", "disabled"]);
|
|
7253
7253
|
}
|
|
7254
|
-
const
|
|
7254
|
+
const kl = /* @__PURE__ */ ce(Mh, [["render", jh]]), pn = [], Rh = J({
|
|
7255
7255
|
/**
|
|
7256
7256
|
* Holds active component options (including component, and options)
|
|
7257
7257
|
*/
|
|
@@ -7309,7 +7309,7 @@ const Al = /* @__PURE__ */ ce(Mh, [["render", jh]]), pn = [], Rh = J({
|
|
|
7309
7309
|
};
|
|
7310
7310
|
function Kw(e, t) {
|
|
7311
7311
|
const n = Object.assign({}, Uh, t), o = Bh((r) => Object.assign({}, n.modalOptions, r));
|
|
7312
|
-
e.component("UluModalsDisplay", mc), e.component("UluModal",
|
|
7312
|
+
e.component("UluModalsDisplay", mc), e.component("UluModal", kl), n.modals.forEach((r) => {
|
|
7313
7313
|
o.add(r);
|
|
7314
7314
|
}), Gi.options = n, e.config.globalProperties.$uluModals = o, e.provide("uluModals", o), e.config.globalProperties.$uluModalsState = Gi;
|
|
7315
7315
|
}
|
|
@@ -7407,12 +7407,12 @@ function zh(e, t, n, s, o, r) {
|
|
|
7407
7407
|
], 2)
|
|
7408
7408
|
], 2);
|
|
7409
7409
|
}
|
|
7410
|
-
const
|
|
7410
|
+
const Ml = /* @__PURE__ */ ce(Fh, [["render", zh]]), Xi = {
|
|
7411
7411
|
toastOptions: {
|
|
7412
7412
|
/**
|
|
7413
7413
|
* Component used to render the toast in the display
|
|
7414
7414
|
*/
|
|
7415
|
-
component: Tt(
|
|
7415
|
+
component: Tt(Ml),
|
|
7416
7416
|
/**
|
|
7417
7417
|
* Duration of toast
|
|
7418
7418
|
*/
|
|
@@ -7514,7 +7514,7 @@ function Vh(e, t, n, s, o, r) {
|
|
|
7514
7514
|
}
|
|
7515
7515
|
const Wh = /* @__PURE__ */ ce(Dh, [["render", Vh]]);
|
|
7516
7516
|
function Gw(e, t = {}) {
|
|
7517
|
-
pt.setPluginOptions(t?.plugin), pt.setToastOptions(t?.toast), e.component("UluToast",
|
|
7517
|
+
pt.setPluginOptions(t?.plugin), pt.setToastOptions(t?.toast), e.component("UluToast", Ml), e.component("UluToastDisplay", Wh), e.config.globalProperties.$uluToast = Ko, e.provide("uluToast", Ko);
|
|
7518
7518
|
}
|
|
7519
7519
|
const qh = {
|
|
7520
7520
|
/**
|
|
@@ -7535,7 +7535,7 @@ const qh = {
|
|
|
7535
7535
|
function Kh(e) {
|
|
7536
7536
|
const t = Object.assign({}, qh, e), n = J(null), s = J(t.initialValue), o = J(null);
|
|
7537
7537
|
return (async () => {
|
|
7538
|
-
if (!
|
|
7538
|
+
if (!zu()) return;
|
|
7539
7539
|
await new Promise((c) => {
|
|
7540
7540
|
document.readyState === "loading" ? document.addEventListener("DOMContentLoaded", () => c()) : c();
|
|
7541
7541
|
});
|
|
@@ -7578,7 +7578,7 @@ function Xw(e, t) {
|
|
|
7578
7578
|
}
|
|
7579
7579
|
const Go = /* @__PURE__ */ new Set(), Ae = /* @__PURE__ */ new WeakMap(), kt = /* @__PURE__ */ new WeakMap(), Re = /* @__PURE__ */ new WeakMap(), Cn = /* @__PURE__ */ new WeakMap(), Rs = /* @__PURE__ */ new WeakMap(), gn = /* @__PURE__ */ new WeakMap(), Et = /* @__PURE__ */ new WeakMap(), vt = /* @__PURE__ */ new WeakMap(), zt = /* @__PURE__ */ new WeakSet();
|
|
7580
7580
|
let Ie, vi = 0, gi = 0;
|
|
7581
|
-
const ct = "__aa_tgt", En = "__aa_del", ts = "__aa_new",
|
|
7581
|
+
const ct = "__aa_tgt", En = "__aa_del", ts = "__aa_new", $l = (e) => {
|
|
7582
7582
|
const t = Jh(e);
|
|
7583
7583
|
t && t.forEach((n) => Qh(n));
|
|
7584
7584
|
}, Xh = (e) => {
|
|
@@ -7586,7 +7586,7 @@ const ct = "__aa_tgt", En = "__aa_del", ts = "__aa_new", Ml = (e) => {
|
|
|
7586
7586
|
t.target === Ie && Yh(), Ae.has(t.target) && Rt(t.target);
|
|
7587
7587
|
});
|
|
7588
7588
|
};
|
|
7589
|
-
function
|
|
7589
|
+
function Pl(e) {
|
|
7590
7590
|
const t = e.getBoundingClientRect(), n = Ie?.clientWidth || 0, s = Ie?.clientHeight || 0;
|
|
7591
7591
|
return t.bottom < 0 || t.top > s || t.right < 0 || t.left > n;
|
|
7592
7592
|
}
|
|
@@ -7623,20 +7623,20 @@ function Rt(e, t = !0) {
|
|
|
7623
7623
|
}
|
|
7624
7624
|
function Yh() {
|
|
7625
7625
|
clearTimeout(vt.get(Ie)), vt.set(Ie, setTimeout(() => {
|
|
7626
|
-
Go.forEach((e) => qn(e, (t) =>
|
|
7626
|
+
Go.forEach((e) => qn(e, (t) => Il(() => Rt(t))));
|
|
7627
7627
|
}, 100));
|
|
7628
7628
|
}
|
|
7629
7629
|
function Zh(e) {
|
|
7630
7630
|
setTimeout(() => {
|
|
7631
|
-
gn.set(e, setInterval(() =>
|
|
7631
|
+
gn.set(e, setInterval(() => Il(Rt.bind(null, e)), 2e3));
|
|
7632
7632
|
}, Math.round(2e3 * Math.random()));
|
|
7633
7633
|
}
|
|
7634
|
-
function
|
|
7634
|
+
function Il(e) {
|
|
7635
7635
|
typeof requestIdleCallback == "function" ? requestIdleCallback(() => e()) : requestAnimationFrame(() => e());
|
|
7636
7636
|
}
|
|
7637
7637
|
let at;
|
|
7638
|
-
const
|
|
7639
|
-
|
|
7638
|
+
const Ll = typeof window < "u" && "ResizeObserver" in window;
|
|
7639
|
+
Ll && (Ie = document.documentElement, new MutationObserver($l), at = new ResizeObserver(Xh), window.addEventListener("scroll", () => {
|
|
7640
7640
|
gi = window.scrollY, vi = window.scrollX;
|
|
7641
7641
|
}), at.observe(Ie));
|
|
7642
7642
|
function Jh(e) {
|
|
@@ -7702,7 +7702,7 @@ function Zt(e) {
|
|
|
7702
7702
|
height: t.height
|
|
7703
7703
|
};
|
|
7704
7704
|
}
|
|
7705
|
-
function
|
|
7705
|
+
function jl(e, t, n) {
|
|
7706
7706
|
let s = t.width, o = t.height, r = n.width, i = n.height;
|
|
7707
7707
|
const a = getComputedStyle(e);
|
|
7708
7708
|
if (a.getPropertyValue("box-sizing") === "content-box") {
|
|
@@ -7714,12 +7714,12 @@ function Ll(e, t, n) {
|
|
|
7714
7714
|
function bs(e) {
|
|
7715
7715
|
return ct in e && Et.has(e[ct]) ? Et.get(e[ct]) : { duration: 250, easing: "ease-in-out" };
|
|
7716
7716
|
}
|
|
7717
|
-
function
|
|
7717
|
+
function Rl(e) {
|
|
7718
7718
|
if (ct in e)
|
|
7719
7719
|
return e[ct];
|
|
7720
7720
|
}
|
|
7721
7721
|
function yi(e) {
|
|
7722
|
-
const t =
|
|
7722
|
+
const t = Rl(e);
|
|
7723
7723
|
return t ? zt.has(t) : !1;
|
|
7724
7724
|
}
|
|
7725
7725
|
function qn(e, ...t) {
|
|
@@ -7739,7 +7739,7 @@ function tm(e) {
|
|
|
7739
7739
|
const t = Ae.get(e), n = Zt(e);
|
|
7740
7740
|
if (!yi(e))
|
|
7741
7741
|
return Ae.set(e, n);
|
|
7742
|
-
if (
|
|
7742
|
+
if (Pl(e)) {
|
|
7743
7743
|
Ae.set(e, n), bi(e);
|
|
7744
7744
|
return;
|
|
7745
7745
|
}
|
|
@@ -7751,7 +7751,7 @@ function tm(e) {
|
|
|
7751
7751
|
let r = t.left - n.left, i = t.top - n.top;
|
|
7752
7752
|
const a = t.left + t.width - (n.left + n.width);
|
|
7753
7753
|
t.top + t.height - (n.top + n.height) == 0 && (i = 0), a == 0 && (r = 0);
|
|
7754
|
-
const [u, c, d, f] =
|
|
7754
|
+
const [u, c, d, f] = jl(e, t, n), h = {
|
|
7755
7755
|
transform: `translate(${r}px, ${i}px)`
|
|
7756
7756
|
}, m = {
|
|
7757
7757
|
transform: "translate(0, 0)"
|
|
@@ -7775,7 +7775,7 @@ function Yi(e) {
|
|
|
7775
7775
|
const n = bs(e);
|
|
7776
7776
|
if (!yi(e))
|
|
7777
7777
|
return;
|
|
7778
|
-
if (
|
|
7778
|
+
if (Pl(e)) {
|
|
7779
7779
|
bi(e);
|
|
7780
7780
|
return;
|
|
7781
7781
|
}
|
|
@@ -7812,7 +7812,7 @@ function nm(e) {
|
|
|
7812
7812
|
const [n, s] = kt.get(e);
|
|
7813
7813
|
Object.defineProperty(e, En, { value: !0, configurable: !0 });
|
|
7814
7814
|
const o = window.scrollX, r = window.scrollY;
|
|
7815
|
-
if (s && s.parentNode && s.parentNode instanceof Element ? s.parentNode.insertBefore(e, s) : n && n.parentNode ? n.parentNode.appendChild(e) : (t =
|
|
7815
|
+
if (s && s.parentNode && s.parentNode instanceof Element ? s.parentNode.insertBefore(e, s) : n && n.parentNode ? n.parentNode.appendChild(e) : (t = Rl(e)) === null || t === void 0 || t.appendChild(e), !yi(e))
|
|
7816
7816
|
return Zi(e);
|
|
7817
7817
|
const [i, a, l, u] = rm(e), c = bs(e), d = Ae.get(e);
|
|
7818
7818
|
(o !== vi || r !== gi) && sm(e, o, r, c);
|
|
@@ -7871,7 +7871,7 @@ function sm(e, t, n, s) {
|
|
|
7871
7871
|
}
|
|
7872
7872
|
function rm(e) {
|
|
7873
7873
|
var t;
|
|
7874
|
-
const n = Ae.get(e), [s, , o] =
|
|
7874
|
+
const n = Ae.get(e), [s, , o] = jl(e, n, Zt(e));
|
|
7875
7875
|
let r = e.parentElement;
|
|
7876
7876
|
for (; r && (getComputedStyle(r).position === "static" || r instanceof HTMLBodyElement); )
|
|
7877
7877
|
r = r.parentElement;
|
|
@@ -7880,13 +7880,13 @@ function rm(e) {
|
|
|
7880
7880
|
return [l, u, s, o];
|
|
7881
7881
|
}
|
|
7882
7882
|
function om(e, t = {}) {
|
|
7883
|
-
if (
|
|
7883
|
+
if (Ll && at && !(window.matchMedia("(prefers-reduced-motion: reduce)").matches && !On(t) && !t.disrespectUserMotionPreference)) {
|
|
7884
7884
|
zt.add(e), getComputedStyle(e).position === "static" && Object.assign(e.style, { position: "relative" }), qn(e, Rt, Zh, (i) => at?.observe(i)), On(t) ? Et.set(e, t) : Et.set(e, {
|
|
7885
7885
|
duration: 250,
|
|
7886
7886
|
easing: "ease-in-out",
|
|
7887
7887
|
...t
|
|
7888
7888
|
});
|
|
7889
|
-
const r = new MutationObserver(
|
|
7889
|
+
const r = new MutationObserver($l);
|
|
7890
7890
|
r.observe(e, { childList: !0 }), Rs.set(e, r), Go.add(e);
|
|
7891
7891
|
}
|
|
7892
7892
|
return Object.freeze({
|
|
@@ -8241,7 +8241,7 @@ const am = ["id", "aria-controls", "aria-expanded"], lm = ["id", "aria-hidden",
|
|
|
8241
8241
|
]), 1032, ["model-value", "onUpdate:modelValue", "trigger-text", "classes", "trigger-text-element", "modifiers", "animate"]))), 128))
|
|
8242
8242
|
]));
|
|
8243
8243
|
}
|
|
8244
|
-
},
|
|
8244
|
+
}, Bl = {
|
|
8245
8245
|
__name: "UluTag",
|
|
8246
8246
|
props: {
|
|
8247
8247
|
/**
|
|
@@ -8296,7 +8296,7 @@ const am = ["id", "aria-controls", "aria-expanded"], lm = ["id", "aria-hidden",
|
|
|
8296
8296
|
name: "UluMenu",
|
|
8297
8297
|
components: {
|
|
8298
8298
|
UluIcon: pe,
|
|
8299
|
-
UluTag:
|
|
8299
|
+
UluTag: Bl
|
|
8300
8300
|
},
|
|
8301
8301
|
emits: [
|
|
8302
8302
|
/**
|
|
@@ -8403,7 +8403,7 @@ function dm(e, t, n, s, o, r) {
|
|
|
8403
8403
|
], 2))), 128))
|
|
8404
8404
|
], 2)) : U("", !0);
|
|
8405
8405
|
}
|
|
8406
|
-
const
|
|
8406
|
+
const Ul = /* @__PURE__ */ ce(cm, [["render", dm]]), fm = {
|
|
8407
8407
|
__name: "UluMenuStack",
|
|
8408
8408
|
props: {
|
|
8409
8409
|
/**
|
|
@@ -8447,7 +8447,7 @@ const Bl = /* @__PURE__ */ ce(cm, [["render", dm]]), fm = {
|
|
|
8447
8447
|
class: $(["menu-stack", z(s)])
|
|
8448
8448
|
}, {
|
|
8449
8449
|
default: D(() => [
|
|
8450
|
-
te(
|
|
8450
|
+
te(Ul, {
|
|
8451
8451
|
items: e.items,
|
|
8452
8452
|
classes: {
|
|
8453
8453
|
list: "menu-stack__list",
|
|
@@ -8532,7 +8532,7 @@ function mm() {
|
|
|
8532
8532
|
};
|
|
8533
8533
|
}
|
|
8534
8534
|
function Jw(e, t) {
|
|
8535
|
-
const n = Oa(), s =
|
|
8535
|
+
const n = Oa(), s = Du(), o = F(() => {
|
|
8536
8536
|
const u = parseInt(n.query.page || "1", 10);
|
|
8537
8537
|
return isNaN(u) || u < 1 ? 1 : u;
|
|
8538
8538
|
}), r = F(() => !e.value || e.value.length === 0 ? 1 : Math.ceil(e.value.length / t));
|
|
@@ -8588,9 +8588,9 @@ function Zo(e, t, n) {
|
|
|
8588
8588
|
}
|
|
8589
8589
|
return o;
|
|
8590
8590
|
}
|
|
8591
|
-
const pm = (e, t) =>
|
|
8591
|
+
const pm = (e, t) => Cu(t) ? zn(t) : t, vm = "usehead";
|
|
8592
8592
|
function gm() {
|
|
8593
|
-
if (
|
|
8593
|
+
if (Eu()) {
|
|
8594
8594
|
const e = Ot(vm);
|
|
8595
8595
|
if (!e)
|
|
8596
8596
|
throw new Error("useHead() was called without provide context, ensure you call it through the setup() function.");
|
|
@@ -8608,11 +8608,11 @@ function ym(e, t, n = {}) {
|
|
|
8608
8608
|
return is(() => {
|
|
8609
8609
|
const i = s.value ? {} : Zo(t, pm);
|
|
8610
8610
|
o ? o.patch(i) : o = e.push(i, n);
|
|
8611
|
-
}),
|
|
8611
|
+
}), Ou() && (as(() => {
|
|
8612
8612
|
o.dispose();
|
|
8613
|
-
}), Ou(() => {
|
|
8614
|
-
s.value = !0;
|
|
8615
8613
|
}), Tu(() => {
|
|
8614
|
+
s.value = !0;
|
|
8615
|
+
}), Au(() => {
|
|
8616
8616
|
s.value = !1;
|
|
8617
8617
|
})), o;
|
|
8618
8618
|
}
|
|
@@ -8623,7 +8623,7 @@ function ys(e, t) {
|
|
|
8623
8623
|
function xm(e, t) {
|
|
8624
8624
|
const s = Object.assign({}, {
|
|
8625
8625
|
qualifier(i, a) {
|
|
8626
|
-
return a ? Ci(i) :
|
|
8626
|
+
return a ? Ci(i) : Fl(i);
|
|
8627
8627
|
},
|
|
8628
8628
|
sort: Oi,
|
|
8629
8629
|
item: {},
|
|
@@ -8658,7 +8658,7 @@ function _m(e, t, n) {
|
|
|
8658
8658
|
}
|
|
8659
8659
|
return { route: c, path: d };
|
|
8660
8660
|
}, { route: a, path: l } = i(r, r, r.path);
|
|
8661
|
-
return a.children ? a.children.filter(
|
|
8661
|
+
return a.children ? a.children.filter(zl(o.includeIndex)).map((u) => xs(u, `${l}/${u.path}`, o.item)).sort(o.sort) : (console.warn("Unable to build menu for:", t), []);
|
|
8662
8662
|
}
|
|
8663
8663
|
function Si(e) {
|
|
8664
8664
|
return e.find((t) => t.path === "");
|
|
@@ -8681,7 +8681,7 @@ function xs(e, t = e.path, n) {
|
|
|
8681
8681
|
function Ci(e) {
|
|
8682
8682
|
return !e.path.includes("/:");
|
|
8683
8683
|
}
|
|
8684
|
-
function
|
|
8684
|
+
function Fl(e) {
|
|
8685
8685
|
const t = e.path.match(/\//g) || [];
|
|
8686
8686
|
return Ci(e) && t.length === 1;
|
|
8687
8687
|
}
|
|
@@ -8692,14 +8692,14 @@ function Sm(e, t) {
|
|
|
8692
8692
|
o.startsWith("/") && (e.push(o), t.preventDefault());
|
|
8693
8693
|
}
|
|
8694
8694
|
}
|
|
8695
|
-
function
|
|
8695
|
+
function Nl(e, t = Ei(e)) {
|
|
8696
8696
|
return t?.children;
|
|
8697
8697
|
}
|
|
8698
8698
|
function Ei(e, t) {
|
|
8699
8699
|
const n = e.matched.length, s = n - 2;
|
|
8700
8700
|
return t ? n > 1 ? e.matched[0] : null : s < 0 ? null : e.matched[s];
|
|
8701
8701
|
}
|
|
8702
|
-
function
|
|
8702
|
+
function zl(e) {
|
|
8703
8703
|
return (t) => e || t.path !== "";
|
|
8704
8704
|
}
|
|
8705
8705
|
function Oi(e, t) {
|
|
@@ -8712,7 +8712,7 @@ function Cm(e, t) {
|
|
|
8712
8712
|
item: {},
|
|
8713
8713
|
sort: Oi
|
|
8714
8714
|
}, t), o = s.parent || Ei(e);
|
|
8715
|
-
return (
|
|
8715
|
+
return (Nl(e, o) || []).filter(zl(s.includeIndex)).map((i) => xs(i, `${o.path}/${i.path}`, s.item)).sort(s.sort);
|
|
8716
8716
|
}
|
|
8717
8717
|
function Em(e) {
|
|
8718
8718
|
const { matched: t, path: n } = e;
|
|
@@ -8733,14 +8733,14 @@ const Om = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
8733
8733
|
$createBreadcrumb: Em,
|
|
8734
8734
|
$createSectionMenu: Cm,
|
|
8735
8735
|
$getParentRoute: Ei,
|
|
8736
|
-
$getRouteChildren:
|
|
8736
|
+
$getRouteChildren: Nl,
|
|
8737
8737
|
createBaseMenu: xm,
|
|
8738
8738
|
createMenuItem: xs,
|
|
8739
8739
|
createSectionMenu: _m,
|
|
8740
8740
|
flattenMenu: wm,
|
|
8741
8741
|
getChildIndexRoute: Si,
|
|
8742
8742
|
getRouteTitle: ys,
|
|
8743
|
-
isStaticBaseRoute:
|
|
8743
|
+
isStaticBaseRoute: Fl,
|
|
8744
8744
|
isStaticRoute: Ci,
|
|
8745
8745
|
nativeLinkRouter: Sm
|
|
8746
8746
|
}, Symbol.toStringTag, { value: "Module" })), Us = kn({});
|
|
@@ -8812,7 +8812,7 @@ const Tm = { class: "layout-flex-baseline" }, Am = { class: "type-word-break" },
|
|
|
8812
8812
|
}, t_ = {
|
|
8813
8813
|
__name: "UluTab",
|
|
8814
8814
|
setup(e) {
|
|
8815
|
-
return (t, n) => (b(), N(z(
|
|
8815
|
+
return (t, n) => (b(), N(z(Vu), null, {
|
|
8816
8816
|
default: D((s) => [
|
|
8817
8817
|
P(t.$slots, "default", He(Ze(s)))
|
|
8818
8818
|
]),
|
|
@@ -8834,7 +8834,7 @@ const Tm = { class: "layout-flex-baseline" }, Am = { class: "type-word-break" },
|
|
|
8834
8834
|
vertical: Boolean
|
|
8835
8835
|
},
|
|
8836
8836
|
setup(e) {
|
|
8837
|
-
return (t, n) => (b(), N(z(
|
|
8837
|
+
return (t, n) => (b(), N(z(Wu), {
|
|
8838
8838
|
defaultIndex: e.defaultIndex,
|
|
8839
8839
|
vertical: e.vertical
|
|
8840
8840
|
}, {
|
|
@@ -8853,7 +8853,7 @@ const Tm = { class: "layout-flex-baseline" }, Am = { class: "type-word-break" },
|
|
|
8853
8853
|
}), s_ = {
|
|
8854
8854
|
__name: "UluTabList",
|
|
8855
8855
|
setup(e) {
|
|
8856
|
-
return (t, n) => (b(), N(z(
|
|
8856
|
+
return (t, n) => (b(), N(z(qu), { class: "tabs__tablist" }, {
|
|
8857
8857
|
default: D(() => [
|
|
8858
8858
|
P(t.$slots, "default")
|
|
8859
8859
|
]),
|
|
@@ -8863,7 +8863,7 @@ const Tm = { class: "layout-flex-baseline" }, Am = { class: "type-word-break" },
|
|
|
8863
8863
|
}, r_ = {
|
|
8864
8864
|
__name: "UluTabPanel",
|
|
8865
8865
|
setup(e) {
|
|
8866
|
-
return (t, n) => (b(), N(z(
|
|
8866
|
+
return (t, n) => (b(), N(z(Ku), null, {
|
|
8867
8867
|
default: D((s) => [
|
|
8868
8868
|
P(t.$slots, "default", He(Ze(s)))
|
|
8869
8869
|
]),
|
|
@@ -8873,7 +8873,7 @@ const Tm = { class: "layout-flex-baseline" }, Am = { class: "type-word-break" },
|
|
|
8873
8873
|
}, o_ = {
|
|
8874
8874
|
__name: "UluTabPanels",
|
|
8875
8875
|
setup(e) {
|
|
8876
|
-
return (t, n) => (b(), N(z(
|
|
8876
|
+
return (t, n) => (b(), N(z(Gu), null, {
|
|
8877
8877
|
default: D((s) => [
|
|
8878
8878
|
P(t.$slots, "default", He(Ze(s)))
|
|
8879
8879
|
]),
|
|
@@ -9447,9 +9447,10 @@ const u_ = /* @__PURE__ */ ce(Wm, [["render", qm]]), Km = { class: "card__body"
|
|
|
9447
9447
|
if (!h.value || !u.value) return;
|
|
9448
9448
|
const { mousedownDurationPrevent: w } = m.value;
|
|
9449
9449
|
if (y - l.value < w) {
|
|
9450
|
-
if (d.value)
|
|
9451
|
-
i.value
|
|
9452
|
-
|
|
9450
|
+
if (d.value) {
|
|
9451
|
+
const T = ka(i.value);
|
|
9452
|
+
T ? T.click() : console.warn("Unable to resolve title link ref");
|
|
9453
|
+
} else if (f.value) {
|
|
9453
9454
|
const T = r.value?.querySelector("[data-ulu-card-proxy-target]");
|
|
9454
9455
|
T ? T.click() : s("proxy-click");
|
|
9455
9456
|
}
|
|
@@ -9825,7 +9826,7 @@ const m_ = /* @__PURE__ */ ce(tp, [["render", sp]]), p_ = {
|
|
|
9825
9826
|
])
|
|
9826
9827
|
], 2));
|
|
9827
9828
|
}
|
|
9828
|
-
}, op = ["role", "aria-labelledby"], ip = ["id"], ap = { class: "menu-stack__list" }, lp = { class: "menu-stack__selectable" }, up = ["type", "id", "name", "value", "checked", "onChange"], cp = ["for"],
|
|
9829
|
+
}, op = ["role", "aria-labelledby"], ip = ["id"], ap = { class: "menu-stack__list" }, lp = { class: "menu-stack__selectable" }, up = ["type", "id", "name", "value", "checked", "onChange"], cp = ["for"], Hl = {
|
|
9829
9830
|
__name: "UluSelectableMenu",
|
|
9830
9831
|
props: {
|
|
9831
9832
|
/**
|
|
@@ -9948,7 +9949,7 @@ const m_ = /* @__PURE__ */ ce(tp, [["render", sp]]), p_ = {
|
|
|
9948
9949
|
}, null, 8, ["icon"]),
|
|
9949
9950
|
M("span", fp, [
|
|
9950
9951
|
K(H(e.file.name) + " ", 1),
|
|
9951
|
-
e.noFileSize ? U("", !0) : (b(), N(
|
|
9952
|
+
e.noFileSize ? U("", !0) : (b(), N(Bl, {
|
|
9952
9953
|
key: 0,
|
|
9953
9954
|
text: s.value,
|
|
9954
9955
|
small: "",
|
|
@@ -10435,7 +10436,7 @@ const m_ = /* @__PURE__ */ ce(tp, [["render", sp]]), p_ = {
|
|
|
10435
10436
|
let o = null, r = null;
|
|
10436
10437
|
return $t(async () => {
|
|
10437
10438
|
o = () => {
|
|
10438
|
-
n.value &&
|
|
10439
|
+
n.value && Ka(n.value);
|
|
10439
10440
|
}, o(), s.value = !0, r = ni(o, 200, !1), window.addEventListener("resize", r);
|
|
10440
10441
|
}), as(() => {
|
|
10441
10442
|
r && (r.cancel(), window.removeEventListener("resize", r), r = null, o = null);
|
|
@@ -10666,7 +10667,7 @@ function Fp(e, t, n, s, o, r) {
|
|
|
10666
10667
|
const j_ = /* @__PURE__ */ ce(Up, [["render", Fp]]), Np = {
|
|
10667
10668
|
name: "UluNavStrip",
|
|
10668
10669
|
components: {
|
|
10669
|
-
UluMenu:
|
|
10670
|
+
UluMenu: Ul
|
|
10670
10671
|
},
|
|
10671
10672
|
props: {
|
|
10672
10673
|
/**
|
|
@@ -11074,7 +11075,7 @@ const V_ = /* @__PURE__ */ ce(hv, [["render", mv]]), W_ = {
|
|
|
11074
11075
|
setup(e) {
|
|
11075
11076
|
const t = {
|
|
11076
11077
|
types: {
|
|
11077
|
-
image: ({ value: n }) =>
|
|
11078
|
+
image: ({ value: n }) => ku("img", {
|
|
11078
11079
|
src: `${n.imageUrl}?max-w=1100&fit=crop`,
|
|
11079
11080
|
alt: n.imageAlt
|
|
11080
11081
|
})
|
|
@@ -11086,7 +11087,7 @@ const V_ = /* @__PURE__ */ ce(hv, [["render", mv]]), W_ = {
|
|
|
11086
11087
|
unwrapped: e.noWrapper
|
|
11087
11088
|
}, {
|
|
11088
11089
|
default: D(() => [
|
|
11089
|
-
te(z(
|
|
11090
|
+
te(z(Xu), {
|
|
11090
11091
|
value: e.content,
|
|
11091
11092
|
components: t
|
|
11092
11093
|
}, null, 8, ["value"])
|
|
@@ -11104,7 +11105,7 @@ const V_ = /* @__PURE__ */ ce(hv, [["render", mv]]), W_ = {
|
|
|
11104
11105
|
},
|
|
11105
11106
|
watch: {
|
|
11106
11107
|
value() {
|
|
11107
|
-
|
|
11108
|
+
Yu.to(this, {
|
|
11108
11109
|
tweenValue: this.value,
|
|
11109
11110
|
onUpdate: () => {
|
|
11110
11111
|
this.currentValue = Math.ceil(this.tweenValue);
|
|
@@ -11541,7 +11542,7 @@ function X_(e, t = {}) {
|
|
|
11541
11542
|
shouldSort: !0,
|
|
11542
11543
|
keys: ["title", "label", "description", "author"],
|
|
11543
11544
|
...l
|
|
11544
|
-
})), L = F(() => g.value?.length ? new
|
|
11545
|
+
})), L = F(() => g.value?.length ? new Zu(e.value, T.value).search(g.value).map((I) => I.item) : e.value), B = F(() => {
|
|
11545
11546
|
const E = [];
|
|
11546
11547
|
return p.value.forEach((I) => {
|
|
11547
11548
|
const R = I.children.filter((j) => j.selected);
|
|
@@ -11643,7 +11644,7 @@ function X_(e, t = {}) {
|
|
|
11643
11644
|
be !== xe && S({ groupUid: Q.uid, facetUid: me.uid, selected: xe });
|
|
11644
11645
|
});
|
|
11645
11646
|
});
|
|
11646
|
-
}, Y =
|
|
11647
|
+
}, Y = Mu(() => {
|
|
11647
11648
|
p.value && p.value.length > 0 && (q(), Y());
|
|
11648
11649
|
});
|
|
11649
11650
|
_e([_, g, B], j, { deep: !0 }), _e(() => I.query, q);
|
|
@@ -11808,7 +11809,7 @@ const Pv = ["onClick"], Y_ = {
|
|
|
11808
11809
|
});
|
|
11809
11810
|
}
|
|
11810
11811
|
}
|
|
11811
|
-
return (i, a) => (b(), N(
|
|
11812
|
+
return (i, a) => (b(), N(Hl, {
|
|
11812
11813
|
class: "facets-list",
|
|
11813
11814
|
legend: e.groupUid,
|
|
11814
11815
|
type: e.type,
|
|
@@ -12083,7 +12084,7 @@ const Pv = ["onClick"], Y_ = {
|
|
|
12083
12084
|
}, null, 8, ["class"])
|
|
12084
12085
|
]),
|
|
12085
12086
|
default: D(({ close: c }) => [
|
|
12086
|
-
te(
|
|
12087
|
+
te(Hl, {
|
|
12087
12088
|
legend: u.name,
|
|
12088
12089
|
type: u.multiple ? "checkbox" : "radio",
|
|
12089
12090
|
options: s(u),
|
|
@@ -12273,7 +12274,7 @@ const Pv = ["onClick"], Y_ = {
|
|
|
12273
12274
|
type: "text",
|
|
12274
12275
|
placeholder: e.placeholder
|
|
12275
12276
|
}, null, 10, qv), [
|
|
12276
|
-
[
|
|
12277
|
+
[$u, r.value]
|
|
12277
12278
|
])
|
|
12278
12279
|
], 2));
|
|
12279
12280
|
}
|
|
@@ -12324,7 +12325,7 @@ const Pv = ["onClick"], Y_ = {
|
|
|
12324
12325
|
P(i.$slots, "main")
|
|
12325
12326
|
])
|
|
12326
12327
|
]),
|
|
12327
|
-
z(n) ? (b(), N(
|
|
12328
|
+
z(n) ? (b(), N(kl, {
|
|
12328
12329
|
key: 0,
|
|
12329
12330
|
modelValue: t.value,
|
|
12330
12331
|
"onUpdate:modelValue": a[1] || (a[1] = (l) => t.value = l),
|
|
@@ -12439,7 +12440,7 @@ function eg({ sections: e, props: t, emit: n, componentElRef: s }) {
|
|
|
12439
12440
|
t.debug && console.groupEnd();
|
|
12440
12441
|
};
|
|
12441
12442
|
let h = null;
|
|
12442
|
-
t.observerOptions && t.observerOptions.root ? h = t.observerOptions.root : s.value && (h =
|
|
12443
|
+
t.observerOptions && t.observerOptions.root ? h = t.observerOptions.root : s.value && (h = Hu(s.value), h === document.scrollingElement && (h = null));
|
|
12443
12444
|
const m = {
|
|
12444
12445
|
...t.observerOptions,
|
|
12445
12446
|
root: h
|
|
@@ -12468,8 +12469,8 @@ function eg({ sections: e, props: t, emit: n, componentElRef: s }) {
|
|
|
12468
12469
|
});
|
|
12469
12470
|
});
|
|
12470
12471
|
}
|
|
12471
|
-
function
|
|
12472
|
-
const t = J(null), n = Ot("uluScrollAnchorsRegister"), s = Ot("uluScrollAnchorsUnregister"), o = (a) => `ulu-sa-${
|
|
12472
|
+
function Dl(e) {
|
|
12473
|
+
const t = J(null), n = Ot("uluScrollAnchorsRegister"), s = Ot("uluScrollAnchorsUnregister"), o = (a) => `ulu-sa-${Ju(a)}`, r = F(() => e.customTitleId || o(e.title)), i = kn({
|
|
12473
12474
|
id: Symbol("section-id"),
|
|
12474
12475
|
title: e.title,
|
|
12475
12476
|
titleId: r.value,
|
|
@@ -12497,7 +12498,7 @@ function Hl(e) {
|
|
|
12497
12498
|
section: i
|
|
12498
12499
|
};
|
|
12499
12500
|
}
|
|
12500
|
-
function
|
|
12501
|
+
function Vl() {
|
|
12501
12502
|
const e = Ot("uluScrollAnchorsSections");
|
|
12502
12503
|
return e || console.warn("useScrollAnchorSections() must be used within an UluScrollAnchors component provider."), e;
|
|
12503
12504
|
}
|
|
@@ -12554,7 +12555,7 @@ const i0 = {
|
|
|
12554
12555
|
}
|
|
12555
12556
|
},
|
|
12556
12557
|
setup(e) {
|
|
12557
|
-
const t =
|
|
12558
|
+
const t = Vl();
|
|
12558
12559
|
return (n, s) => z(t) && z(t).length ? (b(), N(le(e.element), {
|
|
12559
12560
|
key: 0,
|
|
12560
12561
|
class: "scroll-anchors__nav"
|
|
@@ -12630,7 +12631,7 @@ const i0 = {
|
|
|
12630
12631
|
}
|
|
12631
12632
|
},
|
|
12632
12633
|
setup(e) {
|
|
12633
|
-
const t = e, n =
|
|
12634
|
+
const t = e, n = Vl(), s = J({}), o = J(!1), r = J(null), i = F(() => {
|
|
12634
12635
|
if (!n || !n.value || !n.value.length)
|
|
12635
12636
|
return !1;
|
|
12636
12637
|
const l = n.value.findIndex((g) => g.active);
|
|
@@ -12741,7 +12742,7 @@ const i0 = {
|
|
|
12741
12742
|
}
|
|
12742
12743
|
},
|
|
12743
12744
|
setup(e) {
|
|
12744
|
-
const t = e, { sectionRef: n, titleId: s, isActive: o, inactiveFrom: r, activeFrom: i, section: a } =
|
|
12745
|
+
const t = e, { sectionRef: n, titleId: s, isActive: o, inactiveFrom: r, activeFrom: i, section: a } = Dl(t), l = F(() => {
|
|
12745
12746
|
if (o.value) {
|
|
12746
12747
|
if (i.value) return `enter-${i.value}`;
|
|
12747
12748
|
} else if (r.value) return `exit-${r.value}`;
|
|
@@ -12793,7 +12794,7 @@ const i0 = {
|
|
|
12793
12794
|
}
|
|
12794
12795
|
},
|
|
12795
12796
|
setup(e) {
|
|
12796
|
-
const t = e, { sectionRef: n, titleId: s, isActive: o, inactiveFrom: r, activeFrom: i, section: a } =
|
|
12797
|
+
const t = e, { sectionRef: n, titleId: s, isActive: o, inactiveFrom: r, activeFrom: i, section: a } = Dl(t), l = F(() => {
|
|
12797
12798
|
if (o.value) {
|
|
12798
12799
|
if (i.value) return `enter-${i.value}`;
|
|
12799
12800
|
} else if (r.value) return `exit-${r.value}`;
|
|
@@ -12872,7 +12873,7 @@ const i0 = {
|
|
|
12872
12873
|
}
|
|
12873
12874
|
},
|
|
12874
12875
|
setup(e) {
|
|
12875
|
-
const t = e, n = F(() =>
|
|
12876
|
+
const t = e, n = F(() => Qu(t.lines, () => {
|
|
12876
12877
|
const o = Gn(70, 100);
|
|
12877
12878
|
let r = 0;
|
|
12878
12879
|
const i = () => {
|
|
@@ -13554,12 +13555,12 @@ const qg = /* @__PURE__ */ ce(Lg, [["render", Wg]]);
|
|
|
13554
13555
|
function Kg() {
|
|
13555
13556
|
this.__data__ = [], this.size = 0;
|
|
13556
13557
|
}
|
|
13557
|
-
function
|
|
13558
|
+
function Wl(e, t) {
|
|
13558
13559
|
return e === t || e !== e && t !== t;
|
|
13559
13560
|
}
|
|
13560
13561
|
function ws(e, t) {
|
|
13561
13562
|
for (var n = e.length; n--; )
|
|
13562
|
-
if (
|
|
13563
|
+
if (Wl(e[n][0], t))
|
|
13563
13564
|
return n;
|
|
13564
13565
|
return -1;
|
|
13565
13566
|
}
|
|
@@ -13607,7 +13608,7 @@ function nb(e) {
|
|
|
13607
13608
|
function sb(e) {
|
|
13608
13609
|
return this.__data__.has(e);
|
|
13609
13610
|
}
|
|
13610
|
-
var
|
|
13611
|
+
var ql = typeof global == "object" && global && global.Object === Object && global, rb = typeof self == "object" && self && self.Object === Object && self, rt = ql || rb || Function("return this")(), Jt = rt.Symbol, Kl = Object.prototype, ob = Kl.hasOwnProperty, ib = Kl.toString, dn = Jt ? Jt.toStringTag : void 0;
|
|
13611
13612
|
function ab(e) {
|
|
13612
13613
|
var t = ob.call(e, dn), n = e[dn];
|
|
13613
13614
|
try {
|
|
@@ -13631,7 +13632,7 @@ function _s(e) {
|
|
|
13631
13632
|
return e != null && (t == "object" || t == "function");
|
|
13632
13633
|
}
|
|
13633
13634
|
var hb = "[object AsyncFunction]", mb = "[object Function]", pb = "[object GeneratorFunction]", vb = "[object Proxy]";
|
|
13634
|
-
function
|
|
13635
|
+
function Gl(e) {
|
|
13635
13636
|
if (!_s(e))
|
|
13636
13637
|
return !1;
|
|
13637
13638
|
var t = Rn(e);
|
|
@@ -13664,7 +13665,7 @@ var xb = /[\\^$.*+?()[\]{}|]/g, wb = /^\[object .+?Constructor\]$/, _b = Functio
|
|
|
13664
13665
|
function Tb(e) {
|
|
13665
13666
|
if (!_s(e) || gb(e))
|
|
13666
13667
|
return !1;
|
|
13667
|
-
var t =
|
|
13668
|
+
var t = Gl(e) ? Ob : wb;
|
|
13668
13669
|
return t.test(Bt(e));
|
|
13669
13670
|
}
|
|
13670
13671
|
function Ab(e, t) {
|
|
@@ -13797,7 +13798,7 @@ function Xb(e, t, n) {
|
|
|
13797
13798
|
var Yb = Object.prototype, Zb = Yb.hasOwnProperty;
|
|
13798
13799
|
function Jb(e, t, n) {
|
|
13799
13800
|
var s = e[t];
|
|
13800
|
-
(!(Zb.call(e, t) &&
|
|
13801
|
+
(!(Zb.call(e, t) && Wl(s, n)) || n === void 0 && !(t in e)) && Xb(e, t, n);
|
|
13801
13802
|
}
|
|
13802
13803
|
function Qb(e, t) {
|
|
13803
13804
|
for (var n = -1, s = Array(e); ++n < e; )
|
|
@@ -13811,7 +13812,7 @@ var ey = "[object Arguments]";
|
|
|
13811
13812
|
function na(e) {
|
|
13812
13813
|
return Bn(e) && Rn(e) == ey;
|
|
13813
13814
|
}
|
|
13814
|
-
var
|
|
13815
|
+
var Xl = Object.prototype, ty = Xl.hasOwnProperty, ny = Xl.propertyIsEnumerable, sy = na(/* @__PURE__ */ function() {
|
|
13815
13816
|
return arguments;
|
|
13816
13817
|
}()) ? na : function(e) {
|
|
13817
13818
|
return Bn(e) && ty.call(e, "callee") && !ny.call(e, "callee");
|
|
@@ -13819,27 +13820,27 @@ var Gl = Object.prototype, ty = Gl.hasOwnProperty, ny = Gl.propertyIsEnumerable,
|
|
|
13819
13820
|
function ry() {
|
|
13820
13821
|
return !1;
|
|
13821
13822
|
}
|
|
13822
|
-
var
|
|
13823
|
+
var Yl = typeof exports == "object" && exports && !exports.nodeType && exports, sa = Yl && typeof module == "object" && module && !module.nodeType && module, oy = sa && sa.exports === Yl, ra = oy ? rt.Buffer : void 0, iy = ra ? ra.isBuffer : void 0, Zl = iy || ry, ay = 9007199254740991, ly = /^(?:0|[1-9]\d*)$/;
|
|
13823
13824
|
function uy(e, t) {
|
|
13824
13825
|
var n = typeof e;
|
|
13825
13826
|
return t = t ?? ay, !!t && (n == "number" || n != "symbol" && ly.test(e)) && e > -1 && e % 1 == 0 && e < t;
|
|
13826
13827
|
}
|
|
13827
13828
|
var cy = 9007199254740991;
|
|
13828
|
-
function
|
|
13829
|
+
function Jl(e) {
|
|
13829
13830
|
return typeof e == "number" && e > -1 && e % 1 == 0 && e <= cy;
|
|
13830
13831
|
}
|
|
13831
13832
|
var dy = "[object Arguments]", fy = "[object Array]", hy = "[object Boolean]", my = "[object Date]", py = "[object Error]", vy = "[object Function]", gy = "[object Map]", by = "[object Number]", yy = "[object Object]", xy = "[object RegExp]", wy = "[object Set]", _y = "[object String]", Sy = "[object WeakMap]", Cy = "[object ArrayBuffer]", Ey = "[object DataView]", Oy = "[object Float32Array]", Ty = "[object Float64Array]", Ay = "[object Int8Array]", ky = "[object Int16Array]", My = "[object Int32Array]", $y = "[object Uint8Array]", Py = "[object Uint8ClampedArray]", Iy = "[object Uint16Array]", Ly = "[object Uint32Array]", he = {};
|
|
13832
13833
|
he[Oy] = he[Ty] = he[Ay] = he[ky] = he[My] = he[$y] = he[Py] = he[Iy] = he[Ly] = !0;
|
|
13833
13834
|
he[dy] = he[fy] = he[Cy] = he[hy] = he[Ey] = he[my] = he[py] = he[vy] = he[gy] = he[by] = he[yy] = he[xy] = he[wy] = he[_y] = he[Sy] = !1;
|
|
13834
13835
|
function jy(e) {
|
|
13835
|
-
return Bn(e) &&
|
|
13836
|
+
return Bn(e) && Jl(e.length) && !!he[Rn(e)];
|
|
13836
13837
|
}
|
|
13837
13838
|
function Ai(e) {
|
|
13838
13839
|
return function(t) {
|
|
13839
13840
|
return e(t);
|
|
13840
13841
|
};
|
|
13841
13842
|
}
|
|
13842
|
-
var
|
|
13843
|
+
var Ql = typeof exports == "object" && exports && !exports.nodeType && exports, wn = Ql && typeof module == "object" && module && !module.nodeType && module, Ry = wn && wn.exports === Ql, Ns = Ry && ql.process, Qt = function() {
|
|
13843
13844
|
try {
|
|
13844
13845
|
var e = wn && wn.require && wn.require("util").types;
|
|
13845
13846
|
return e || Ns && Ns.binding && Ns.binding("util");
|
|
@@ -13847,7 +13848,7 @@ var Jl = typeof exports == "object" && exports && !exports.nodeType && exports,
|
|
|
13847
13848
|
}
|
|
13848
13849
|
}(), oa = Qt && Qt.isTypedArray, By = oa ? Ai(oa) : jy, Uy = Object.prototype, Fy = Uy.hasOwnProperty;
|
|
13849
13850
|
function Ny(e, t) {
|
|
13850
|
-
var n = Ti(e), s = !n && sy(e), o = !n && !s &&
|
|
13851
|
+
var n = Ti(e), s = !n && sy(e), o = !n && !s && Zl(e), r = !n && !s && !o && By(e), i = n || s || o || r, a = i ? Qb(e.length, String) : [], l = a.length;
|
|
13851
13852
|
for (var u in e)
|
|
13852
13853
|
Fy.call(e, u) && !(i && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
13853
13854
|
(u == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
@@ -13857,18 +13858,18 @@ function Ny(e, t) {
|
|
|
13857
13858
|
return a;
|
|
13858
13859
|
}
|
|
13859
13860
|
var zy = Object.prototype;
|
|
13860
|
-
function
|
|
13861
|
+
function eu(e) {
|
|
13861
13862
|
var t = e && e.constructor, n = typeof t == "function" && t.prototype || zy;
|
|
13862
13863
|
return e === n;
|
|
13863
13864
|
}
|
|
13864
|
-
function
|
|
13865
|
+
function tu(e, t) {
|
|
13865
13866
|
return function(n) {
|
|
13866
13867
|
return e(t(n));
|
|
13867
13868
|
};
|
|
13868
13869
|
}
|
|
13869
|
-
var Hy =
|
|
13870
|
+
var Hy = tu(Object.keys, Object), Dy = Object.prototype, Vy = Dy.hasOwnProperty;
|
|
13870
13871
|
function Wy(e) {
|
|
13871
|
-
if (!
|
|
13872
|
+
if (!eu(e))
|
|
13872
13873
|
return Hy(e);
|
|
13873
13874
|
var t = [];
|
|
13874
13875
|
for (var n in Object(e))
|
|
@@ -13876,12 +13877,12 @@ function Wy(e) {
|
|
|
13876
13877
|
return t;
|
|
13877
13878
|
}
|
|
13878
13879
|
function qy(e) {
|
|
13879
|
-
return e != null &&
|
|
13880
|
+
return e != null && Jl(e.length) && !Gl(e);
|
|
13880
13881
|
}
|
|
13881
13882
|
function Ky(e) {
|
|
13882
13883
|
return qy(e) ? Ny(e) : Wy(e);
|
|
13883
13884
|
}
|
|
13884
|
-
var
|
|
13885
|
+
var nu = typeof exports == "object" && exports && !exports.nodeType && exports, ia = nu && typeof module == "object" && module && !module.nodeType && module, Gy = ia && ia.exports === nu, aa = Gy ? rt.Buffer : void 0;
|
|
13885
13886
|
aa && aa.allocUnsafe;
|
|
13886
13887
|
function Xy(e, t) {
|
|
13887
13888
|
return e.slice();
|
|
@@ -13906,7 +13907,7 @@ function tx(e, t) {
|
|
|
13906
13907
|
e[o + n] = t[n];
|
|
13907
13908
|
return e;
|
|
13908
13909
|
}
|
|
13909
|
-
var nx =
|
|
13910
|
+
var nx = tu(Object.getPrototypeOf, Object);
|
|
13910
13911
|
function sx(e, t, n) {
|
|
13911
13912
|
var s = t(e);
|
|
13912
13913
|
return Ti(e) ? s : tx(s, n(e));
|
|
@@ -14007,7 +14008,7 @@ var ga = Object.create, Fx = /* @__PURE__ */ function() {
|
|
|
14007
14008
|
};
|
|
14008
14009
|
}();
|
|
14009
14010
|
function Nx(e) {
|
|
14010
|
-
return typeof e.constructor == "function" && !
|
|
14011
|
+
return typeof e.constructor == "function" && !eu(e) ? Fx(nx(e)) : {};
|
|
14011
14012
|
}
|
|
14012
14013
|
var zx = "[object Map]";
|
|
14013
14014
|
function Hx(e) {
|
|
@@ -14017,9 +14018,9 @@ var ba = Qt && Qt.isMap, Dx = ba ? Ai(ba) : Hx, Vx = "[object Set]";
|
|
|
14017
14018
|
function Wx(e) {
|
|
14018
14019
|
return Bn(e) && lt(e) == Vx;
|
|
14019
14020
|
}
|
|
14020
|
-
var ya = Qt && Qt.isSet, qx = ya ? Ai(ya) : Wx,
|
|
14021
|
-
fe[
|
|
14022
|
-
fe[Yx] = fe[
|
|
14021
|
+
var ya = Qt && Qt.isSet, qx = ya ? Ai(ya) : Wx, su = "[object Arguments]", Kx = "[object Array]", Gx = "[object Boolean]", Xx = "[object Date]", Yx = "[object Error]", ru = "[object Function]", Zx = "[object GeneratorFunction]", Jx = "[object Map]", Qx = "[object Number]", ou = "[object Object]", ew = "[object RegExp]", tw = "[object Set]", nw = "[object String]", sw = "[object Symbol]", rw = "[object WeakMap]", ow = "[object ArrayBuffer]", iw = "[object DataView]", aw = "[object Float32Array]", lw = "[object Float64Array]", uw = "[object Int8Array]", cw = "[object Int16Array]", dw = "[object Int32Array]", fw = "[object Uint8Array]", hw = "[object Uint8ClampedArray]", mw = "[object Uint16Array]", pw = "[object Uint32Array]", fe = {};
|
|
14022
|
+
fe[su] = fe[Kx] = fe[ow] = fe[iw] = fe[Gx] = fe[Xx] = fe[aw] = fe[lw] = fe[uw] = fe[cw] = fe[dw] = fe[Jx] = fe[Qx] = fe[ou] = fe[ew] = fe[tw] = fe[nw] = fe[sw] = fe[fw] = fe[hw] = fe[mw] = fe[pw] = !0;
|
|
14023
|
+
fe[Yx] = fe[ru] = fe[rw] = !1;
|
|
14023
14024
|
function Kn(e, t, n, s, o, r) {
|
|
14024
14025
|
var i;
|
|
14025
14026
|
if (i !== void 0)
|
|
@@ -14030,10 +14031,10 @@ function Kn(e, t, n, s, o, r) {
|
|
|
14030
14031
|
if (a)
|
|
14031
14032
|
i = hx(e);
|
|
14032
14033
|
else {
|
|
14033
|
-
var l = lt(e), u = l ==
|
|
14034
|
-
if (
|
|
14034
|
+
var l = lt(e), u = l == ru || l == Zx;
|
|
14035
|
+
if (Zl(e))
|
|
14035
14036
|
return Xy(e);
|
|
14036
|
-
if (l ==
|
|
14037
|
+
if (l == ou || l == su || u && !o)
|
|
14037
14038
|
i = u ? {} : Nx(e);
|
|
14038
14039
|
else {
|
|
14039
14040
|
if (!fe[l])
|
|
@@ -14059,8 +14060,8 @@ var vw = 1, gw = 4;
|
|
|
14059
14060
|
function bw(e) {
|
|
14060
14061
|
return Kn(e, vw | gw);
|
|
14061
14062
|
}
|
|
14062
|
-
const zs = (e) => e.every((t) => typeof t == "object"), xa = !0,
|
|
14063
|
-
let wa =
|
|
14063
|
+
const zs = (e) => e.every((t) => typeof t == "object"), xa = !0, iu = () => window.innerWidth;
|
|
14064
|
+
let wa = iu();
|
|
14064
14065
|
const yw = {
|
|
14065
14066
|
name: "UluTableSticky",
|
|
14066
14067
|
components: {
|
|
@@ -14361,7 +14362,7 @@ const yw = {
|
|
|
14361
14362
|
})) : [];
|
|
14362
14363
|
},
|
|
14363
14364
|
onResize() {
|
|
14364
|
-
const e =
|
|
14365
|
+
const e = iu();
|
|
14365
14366
|
wa !== e && (wa = e, this.resizing ? (this.resizing = !1, this.setTableSizes(), this.checkOverflowX(), this.syncScrollLeft()) : (this.resizing = !0, this.removeTableSizes()));
|
|
14366
14367
|
},
|
|
14367
14368
|
/**
|
|
@@ -14690,9 +14691,9 @@ export {
|
|
|
14690
14691
|
m0 as UluImageSlideShow,
|
|
14691
14692
|
h_ as UluList,
|
|
14692
14693
|
m_ as UluMain,
|
|
14693
|
-
|
|
14694
|
+
Ul as UluMenu,
|
|
14694
14695
|
fm as UluMenuStack,
|
|
14695
|
-
|
|
14696
|
+
kl as UluModal,
|
|
14696
14697
|
R_ as UluNavStrip,
|
|
14697
14698
|
e_ as UluOverflowPopover,
|
|
14698
14699
|
B_ as UluPager,
|
|
@@ -14709,7 +14710,7 @@ export {
|
|
|
14709
14710
|
l0 as UluScrollAnchorsNavAnimated,
|
|
14710
14711
|
u0 as UluScrollAnchorsSection,
|
|
14711
14712
|
__ as UluSearchForm,
|
|
14712
|
-
|
|
14713
|
+
Hl as UluSelectableMenu,
|
|
14713
14714
|
d0 as UluShowSkeleton,
|
|
14714
14715
|
f0 as UluSkeletonContent,
|
|
14715
14716
|
h0 as UluSkeletonMedia,
|
|
@@ -14726,7 +14727,7 @@ export {
|
|
|
14726
14727
|
v0 as UluTableSticky,
|
|
14727
14728
|
Ig as UluTableStickyRows,
|
|
14728
14729
|
qg as UluTableStickyTable,
|
|
14729
|
-
|
|
14730
|
+
Bl as UluTag,
|
|
14730
14731
|
I_ as UluTitleRail,
|
|
14731
14732
|
L_ as UluWhenBreakpoint,
|
|
14732
14733
|
Xw as breakpointsPlugin,
|
|
@@ -14741,8 +14742,8 @@ export {
|
|
|
14741
14742
|
We as useModifiers,
|
|
14742
14743
|
Jw as usePagination,
|
|
14743
14744
|
gt as useRequiredInject,
|
|
14744
|
-
|
|
14745
|
-
|
|
14745
|
+
Dl as useScrollAnchorSection,
|
|
14746
|
+
Vl as useScrollAnchorSections,
|
|
14746
14747
|
eg as useScrollAnchors,
|
|
14747
14748
|
Vw as useTooltip,
|
|
14748
14749
|
Ww as useTooltipFollow,
|