@ulu/frontend-vue 0.1.0-beta.17 → 0.1.0-beta.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{breakpoints-Cd3pu0Is.js → breakpoints-Cuct6LCy.js} +1 -1
- package/dist/frontend-vue.js +7 -6
- package/dist/{index-Cdy3vpXx.js → index-NdgoSqkD.js} +1204 -1079
- package/lib/index.js +1 -0
- package/lib/utils/index.js +2 -0
- package/lib/utils/{vue-router.js → router.js} +46 -11
- package/package.json +1 -1
- package/types/index.d.ts +1 -0
- package/types/utils/index.d.ts +3 -0
- package/types/utils/index.d.ts.map +1 -0
- package/types/utils/router.d.ts +126 -0
- package/types/utils/router.d.ts.map +1 -0
- package/lib/utils/placeholder.js +0 -6
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { reactive as
|
|
2
|
-
import { inline as
|
|
3
|
-
import { Disclosure as
|
|
4
|
-
import { useRoute as
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
const
|
|
1
|
+
import { reactive as Qt, ref as M, computed as k, resolveDirective as es, createElementBlock as d, openBlock as l, Fragment as O, withDirectives as me, createElementVNode as f, unref as E, normalizeClass as h, renderSlot as g, withKeys as ts, normalizeStyle as B, createCommentVNode as _, nextTick as ss, toRef as Fs, toDisplayString as p, createBlock as y, Teleport as nt, resolveDynamicComponent as z, mergeProps as G, inject as ns, watchEffect as Ls, defineAsyncComponent as Hs, markRaw as de, normalizeProps as N, toRefs as Ds, toValue as Ne, resolveComponent as A, withModifiers as Vs, createVNode as R, useSlots as Ns, renderList as T, TransitionGroup as os, withCtx as b, createTextVNode as S, vShow as is, watch as rs, onMounted as Ws, onUnmounted as Xs, guardReactiveProps as q, vModelCheckbox as qs, vModelText as Ys, createSlots as ue } from "vue";
|
|
2
|
+
import { inline as as, offset as ls, flip as cs, shift as us, arrow as ds, useFloating as fs, autoUpdate as hs } from "@floating-ui/vue";
|
|
3
|
+
import { Disclosure as Ks, DisclosureButton as Gs, DisclosurePanel as Zs, Tab as Js, TabGroup as Qs, TabList as en, TabPanel as tn, TabPanels as sn } from "@headlessui/vue";
|
|
4
|
+
import { useRoute as nn, useRouter as on, RouterLink as Be } from "vue-router";
|
|
5
|
+
import rn from "gsap";
|
|
6
|
+
import an from "fuse.js";
|
|
7
|
+
const vt = {
|
|
8
8
|
fontAwesomeStatic: !1,
|
|
9
9
|
iconComponent: null,
|
|
10
10
|
iconPropResolver: (e) => ({ icon: e }),
|
|
@@ -25,8 +25,8 @@ const mt = {
|
|
|
25
25
|
image: "fas fa-image"
|
|
26
26
|
}
|
|
27
27
|
};
|
|
28
|
-
function
|
|
29
|
-
const t =
|
|
28
|
+
function cf(e, s = {}) {
|
|
29
|
+
const t = Qt({ ...vt }), { iconsByType: n, ...i } = s || {};
|
|
30
30
|
i && Object.assign(t, i);
|
|
31
31
|
const o = {
|
|
32
32
|
// Methods to interact with settings
|
|
@@ -34,7 +34,7 @@ function Xd(e, s = {}) {
|
|
|
34
34
|
return t;
|
|
35
35
|
},
|
|
36
36
|
getDefaultSettings() {
|
|
37
|
-
return { ...
|
|
37
|
+
return { ...vt };
|
|
38
38
|
},
|
|
39
39
|
updateSettings(r) {
|
|
40
40
|
return Object.assign(t, r);
|
|
@@ -66,7 +66,7 @@ function Xd(e, s = {}) {
|
|
|
66
66
|
o.setIcon(r, a);
|
|
67
67
|
e.provide("uluCore", o), e.config.globalProperties.$uluCore = o;
|
|
68
68
|
}
|
|
69
|
-
const
|
|
69
|
+
const Ue = {
|
|
70
70
|
/**
|
|
71
71
|
* Default Plugin Options
|
|
72
72
|
* @type {Object}
|
|
@@ -174,77 +174,77 @@ const xe = {
|
|
|
174
174
|
onReady: null
|
|
175
175
|
}
|
|
176
176
|
}, oe = {
|
|
177
|
-
plugin: { ...
|
|
178
|
-
popover: { ...
|
|
179
|
-
tooltip: { ...
|
|
180
|
-
},
|
|
181
|
-
function
|
|
177
|
+
plugin: { ...Ue.plugin },
|
|
178
|
+
popover: { ...Ue.popover },
|
|
179
|
+
tooltip: { ...Ue.tooltip, ...Ue.popover }
|
|
180
|
+
}, ot = M(!1), it = M(null);
|
|
181
|
+
function ln(e = {}) {
|
|
182
182
|
return Object.assign(oe.popover, e.popover), Object.assign(oe.tooltip, e.tooltip), Object.assign(oe.plugin, e.plugin), oe;
|
|
183
183
|
}
|
|
184
|
-
function
|
|
184
|
+
function cn(e) {
|
|
185
185
|
return Object.assign({}, oe.tooltip, e);
|
|
186
186
|
}
|
|
187
|
-
function
|
|
188
|
-
|
|
187
|
+
function un(e) {
|
|
188
|
+
ot.value = !0, it.value = e;
|
|
189
189
|
}
|
|
190
|
-
function
|
|
191
|
-
|
|
190
|
+
function dn() {
|
|
191
|
+
ot.value = !1, it.value = null;
|
|
192
192
|
}
|
|
193
|
-
const
|
|
193
|
+
const je = /* @__PURE__ */ new WeakMap(), fn = {
|
|
194
194
|
mounted(e, s) {
|
|
195
|
-
|
|
195
|
+
bt(e, s);
|
|
196
196
|
},
|
|
197
197
|
beforeUpdate(e) {
|
|
198
|
-
|
|
198
|
+
wt(e);
|
|
199
199
|
},
|
|
200
200
|
updated(e, s) {
|
|
201
|
-
|
|
201
|
+
bt(e, s);
|
|
202
202
|
},
|
|
203
203
|
umounted(e) {
|
|
204
|
-
|
|
204
|
+
wt(e);
|
|
205
205
|
}
|
|
206
206
|
};
|
|
207
|
-
function
|
|
208
|
-
const t =
|
|
207
|
+
function bt(e, s) {
|
|
208
|
+
const t = hn(e, s);
|
|
209
209
|
if (!t) return;
|
|
210
210
|
let n = null;
|
|
211
211
|
const i = () => {
|
|
212
212
|
n || (n = setTimeout(() => {
|
|
213
|
-
|
|
213
|
+
un(t), clearTimeout(n);
|
|
214
214
|
}, t.delay));
|
|
215
215
|
}, o = () => {
|
|
216
|
-
n && (clearTimeout(n), n = null),
|
|
216
|
+
n && (clearTimeout(n), n = null), dn();
|
|
217
217
|
};
|
|
218
218
|
t.showEvents.forEach((r) => {
|
|
219
219
|
e.addEventListener(r, i);
|
|
220
220
|
}), t.hideEvents.forEach((r) => {
|
|
221
221
|
e.addEventListener(r, o);
|
|
222
|
-
}),
|
|
222
|
+
}), je.set(e, { onShow: i, onHide: o, config: t });
|
|
223
223
|
}
|
|
224
|
-
function
|
|
225
|
-
if (!
|
|
224
|
+
function wt(e) {
|
|
225
|
+
if (!je.has(e))
|
|
226
226
|
return;
|
|
227
|
-
const { config: s, onShow: t, onHide: n } =
|
|
227
|
+
const { config: s, onShow: t, onHide: n } = je.get(e);
|
|
228
228
|
s.showEvents.forEach((i) => {
|
|
229
229
|
e.removeEventListener(i, t);
|
|
230
230
|
}), s.hideEvents.forEach((i) => {
|
|
231
231
|
e.removeEventListener(i, n);
|
|
232
|
-
}),
|
|
232
|
+
}), je.delete(e);
|
|
233
233
|
}
|
|
234
|
-
function
|
|
234
|
+
function hn(e, s) {
|
|
235
235
|
const { value: t } = s;
|
|
236
236
|
let n;
|
|
237
237
|
if (!(t === !1 || t === null))
|
|
238
|
-
return typeof t == "object" ? n = t : n = { content: t },
|
|
238
|
+
return typeof t == "object" ? n = t : n = { content: t }, cn(Object.assign({}, { trigger: e }, n));
|
|
239
239
|
}
|
|
240
|
-
let
|
|
241
|
-
function
|
|
242
|
-
return `ulu-popovers-uid-${++
|
|
240
|
+
let mn = 0;
|
|
241
|
+
function gn() {
|
|
242
|
+
return `ulu-popovers-uid-${++mn}`;
|
|
243
243
|
}
|
|
244
|
-
const
|
|
244
|
+
const _n = ["disabled", "aria-expanded", "aria-controls", "aria-label"], yn = ["aria-hidden", "id", "data-placement"], pn = { class: "popover__inner" }, vn = {
|
|
245
245
|
key: 0,
|
|
246
246
|
class: "popover__footer"
|
|
247
|
-
},
|
|
247
|
+
}, rt = {
|
|
248
248
|
__name: "UluPopover",
|
|
249
249
|
props: {
|
|
250
250
|
triggerAlt: String,
|
|
@@ -275,24 +275,24 @@ const ln = ["disabled", "aria-expanded", "aria-controls", "aria-label"], cn = ["
|
|
|
275
275
|
},
|
|
276
276
|
emits: ["toggle"],
|
|
277
277
|
setup(e, { emit: s }) {
|
|
278
|
-
const t = s, n = e, i =
|
|
279
|
-
...o.inline ? [
|
|
280
|
-
...o.offset ? [
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
...o.arrow ? [
|
|
284
|
-
],
|
|
278
|
+
const t = s, n = e, i = gn(), o = Object.assign({}, oe.popover, n.config), r = M(n.startOpen || !1), a = M(null), c = M(null), u = M(null), m = [
|
|
279
|
+
...o.inline ? [as()] : [],
|
|
280
|
+
...o.offset ? [ls(o.offset)] : [],
|
|
281
|
+
cs(),
|
|
282
|
+
us(),
|
|
283
|
+
...o.arrow ? [ds({ element: u })] : []
|
|
284
|
+
], w = {
|
|
285
285
|
placement: o.placement,
|
|
286
|
-
whileElementsMounted:
|
|
286
|
+
whileElementsMounted: hs,
|
|
287
287
|
middleware: m
|
|
288
288
|
}, {
|
|
289
|
-
floatingStyles:
|
|
290
|
-
placement:
|
|
291
|
-
middlewareData:
|
|
289
|
+
floatingStyles: C,
|
|
290
|
+
placement: I,
|
|
291
|
+
middlewareData: x,
|
|
292
292
|
update: P,
|
|
293
293
|
isPositioned: H
|
|
294
|
-
} =
|
|
295
|
-
const D =
|
|
294
|
+
} = fs(a, c, w), J = k(() => {
|
|
295
|
+
const D = x.value?.arrow;
|
|
296
296
|
return D ? {
|
|
297
297
|
position: "absolute",
|
|
298
298
|
left: D?.x != null ? `${D.x}px` : "",
|
|
@@ -305,27 +305,27 @@ const ln = ["disabled", "aria-expanded", "aria-controls", "aria-label"], cn = ["
|
|
|
305
305
|
}, ne = (D) => {
|
|
306
306
|
r.value = D;
|
|
307
307
|
const ee = {
|
|
308
|
-
trigger:
|
|
309
|
-
content:
|
|
310
|
-
isOpen:
|
|
308
|
+
trigger: E(a),
|
|
309
|
+
content: E(c),
|
|
310
|
+
isOpen: E(r)
|
|
311
311
|
}, le = { isOpen: ee.isOpen };
|
|
312
|
-
|
|
312
|
+
ss(() => {
|
|
313
313
|
r.value ? (P(), window.setTimeout(() => {
|
|
314
314
|
ye(), n.directFocus(ee), t("toggle", le);
|
|
315
|
-
}, 0)) : (
|
|
315
|
+
}, 0)) : (pe(), n.directFocus(ee), t("toggle", le));
|
|
316
316
|
});
|
|
317
317
|
};
|
|
318
318
|
let Q;
|
|
319
319
|
const ye = () => {
|
|
320
|
-
n.clickOutsideCloses && (Q &&
|
|
320
|
+
n.clickOutsideCloses && (Q && pe(), Q = (D) => {
|
|
321
321
|
c.value.contains(D.target) || ne(!1);
|
|
322
322
|
}, document.addEventListener("click", Q));
|
|
323
|
-
},
|
|
323
|
+
}, pe = () => {
|
|
324
324
|
Q && (document.removeEventListener("click", Q), Q = null);
|
|
325
|
-
},
|
|
325
|
+
}, ve = () => ne(!1);
|
|
326
326
|
return (D, ee) => {
|
|
327
|
-
const le =
|
|
328
|
-
return l(), d(
|
|
327
|
+
const le = es("ulu-tooltip");
|
|
328
|
+
return l(), d(O, null, [
|
|
329
329
|
me((l(), d("button", {
|
|
330
330
|
type: "button",
|
|
331
331
|
ref_key: "trigger",
|
|
@@ -337,11 +337,11 @@ const ln = ["disabled", "aria-expanded", "aria-controls", "aria-label"], cn = ["
|
|
|
337
337
|
e.classes.trigger
|
|
338
338
|
]),
|
|
339
339
|
"aria-expanded": r.value ? "true" : "false",
|
|
340
|
-
"aria-controls":
|
|
340
|
+
"aria-controls": E(i),
|
|
341
341
|
"aria-label": e.triggerAlt
|
|
342
342
|
}, [
|
|
343
343
|
g(D.$slots, "trigger", { isOpen: r.value })
|
|
344
|
-
], 10,
|
|
344
|
+
], 10, _n)), [
|
|
345
345
|
[le, e.tooltip ? e.tooltip : null]
|
|
346
346
|
]),
|
|
347
347
|
f("span", {
|
|
@@ -356,19 +356,19 @@ const ln = ["disabled", "aria-expanded", "aria-controls", "aria-label"], cn = ["
|
|
|
356
356
|
ref_key: "content",
|
|
357
357
|
ref: c,
|
|
358
358
|
"aria-hidden": r.value ? "false" : "true",
|
|
359
|
-
id:
|
|
360
|
-
style: B(
|
|
361
|
-
"data-placement": I
|
|
362
|
-
onKeydown: ee[0] || (ee[0] =
|
|
359
|
+
id: E(i),
|
|
360
|
+
style: B(E(C)),
|
|
361
|
+
"data-placement": E(I),
|
|
362
|
+
onKeydown: ee[0] || (ee[0] = ts(($) => ne(!1), ["esc"])),
|
|
363
363
|
tabindex: "-1"
|
|
364
364
|
}, [
|
|
365
|
-
f("span",
|
|
366
|
-
g(D.$slots, "content", { close:
|
|
365
|
+
f("span", pn, [
|
|
366
|
+
g(D.$slots, "content", { close: ve })
|
|
367
367
|
]),
|
|
368
|
-
D.$slots.footer ? (l(), d("span",
|
|
369
|
-
g(D.$slots, "footer", { close:
|
|
368
|
+
D.$slots.footer ? (l(), d("span", vn, [
|
|
369
|
+
g(D.$slots, "footer", { close: ve })
|
|
370
370
|
])) : _("", !0),
|
|
371
|
-
|
|
371
|
+
E(o).arrow ? (l(), d("span", {
|
|
372
372
|
key: 1,
|
|
373
373
|
class: "popover__arrow",
|
|
374
374
|
ref_key: "contentArrow",
|
|
@@ -376,28 +376,28 @@ const ln = ["disabled", "aria-expanded", "aria-controls", "aria-label"], cn = ["
|
|
|
376
376
|
style: B(J.value),
|
|
377
377
|
"data-ulu-popover-arrow": ""
|
|
378
378
|
}, null, 4)) : _("", !0)
|
|
379
|
-
], 46,
|
|
379
|
+
], 46, yn)
|
|
380
380
|
], 64);
|
|
381
381
|
};
|
|
382
382
|
}
|
|
383
|
-
},
|
|
383
|
+
}, bn = ["data-placement"], wn = ["innerHTML"], Sn = {
|
|
384
384
|
key: 1,
|
|
385
385
|
class: "popover__inner"
|
|
386
|
-
},
|
|
386
|
+
}, kn = {
|
|
387
387
|
__name: "UluTooltipPopover",
|
|
388
388
|
props: {
|
|
389
389
|
config: Object
|
|
390
390
|
},
|
|
391
391
|
setup(e) {
|
|
392
|
-
const s =
|
|
393
|
-
...e.config.inline ? [
|
|
394
|
-
...e.config.offset ? [
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
...e.config.arrow ? [
|
|
392
|
+
const s = Fs(e.config.trigger), t = M(null), n = M(null), i = [
|
|
393
|
+
...e.config.inline ? [as()] : [],
|
|
394
|
+
...e.config.offset ? [ls(e.config.offset)] : [],
|
|
395
|
+
cs(),
|
|
396
|
+
us(),
|
|
397
|
+
...e.config.arrow ? [ds({ element: n })] : []
|
|
398
398
|
], o = {
|
|
399
399
|
placement: e.config.placement,
|
|
400
|
-
whileElementsMounted:
|
|
400
|
+
whileElementsMounted: hs,
|
|
401
401
|
middleware: i
|
|
402
402
|
}, {
|
|
403
403
|
floatingStyles: r,
|
|
@@ -405,59 +405,59 @@ const ln = ["disabled", "aria-expanded", "aria-controls", "aria-label"], cn = ["
|
|
|
405
405
|
middlewareData: c,
|
|
406
406
|
update: u,
|
|
407
407
|
isPositioned: m
|
|
408
|
-
} =
|
|
409
|
-
const
|
|
410
|
-
return
|
|
408
|
+
} = fs(s, t, o), w = k(() => {
|
|
409
|
+
const C = c.value?.arrow;
|
|
410
|
+
return C ? {
|
|
411
411
|
position: "absolute",
|
|
412
|
-
left:
|
|
413
|
-
top:
|
|
412
|
+
left: C?.x != null ? `${C.x}px` : "",
|
|
413
|
+
top: C?.y != null ? `${C.y}px` : ""
|
|
414
414
|
} : null;
|
|
415
415
|
});
|
|
416
|
-
return e.config.onReady && e.config.onReady({ update: u, isPositioned: m }), (
|
|
416
|
+
return e.config.onReady && e.config.onReady({ update: u, isPositioned: m }), (C, I) => (l(), d("span", {
|
|
417
417
|
class: h(["popover popover--tooltip is-active", e.config.class]),
|
|
418
418
|
ref_key: "content",
|
|
419
419
|
ref: t,
|
|
420
420
|
"aria-hidden": "true",
|
|
421
|
-
"data-placement":
|
|
422
|
-
style: B(
|
|
421
|
+
"data-placement": E(a),
|
|
422
|
+
style: B(E(r))
|
|
423
423
|
}, [
|
|
424
424
|
e.config.isHtml ? (l(), d("span", {
|
|
425
425
|
key: 0,
|
|
426
426
|
class: "popover__inner",
|
|
427
427
|
innerHTML: e.config.content
|
|
428
|
-
}, null, 8,
|
|
428
|
+
}, null, 8, wn)) : (l(), d("span", Sn, p(e.config.content), 1)),
|
|
429
429
|
e.config.arrow ? (l(), d("span", {
|
|
430
430
|
key: 2,
|
|
431
431
|
class: "popover__arrow",
|
|
432
432
|
ref_key: "contentArrow",
|
|
433
433
|
ref: n,
|
|
434
|
-
style: B(
|
|
434
|
+
style: B(w.value)
|
|
435
435
|
}, null, 4)) : _("", !0)
|
|
436
|
-
], 14,
|
|
436
|
+
], 14, bn));
|
|
437
437
|
}
|
|
438
|
-
},
|
|
438
|
+
}, Cn = {
|
|
439
439
|
__name: "UluTooltipDisplay",
|
|
440
440
|
setup(e) {
|
|
441
|
-
return (s, t) => (l(), y(
|
|
442
|
-
to:
|
|
441
|
+
return (s, t) => (l(), y(nt, {
|
|
442
|
+
to: E(oe).plugin.tooltipTeleportTo
|
|
443
443
|
}, [
|
|
444
|
-
|
|
444
|
+
E(ot) ? (l(), y(kn, {
|
|
445
445
|
key: 0,
|
|
446
|
-
config:
|
|
446
|
+
config: E(it)
|
|
447
447
|
}, null, 8, ["config"])) : _("", !0)
|
|
448
448
|
], 8, ["to"]));
|
|
449
449
|
}
|
|
450
450
|
};
|
|
451
|
-
function
|
|
452
|
-
const t =
|
|
453
|
-
t.plugin.global && (e.directive(t.plugin.directiveName,
|
|
451
|
+
function uf(e, s = {}) {
|
|
452
|
+
const t = ln(s);
|
|
453
|
+
t.plugin.global && (e.directive(t.plugin.directiveName, fn), e.component("UluTooltipDisplay", Cn), e.component("UluPopover", rt));
|
|
454
454
|
}
|
|
455
|
-
const
|
|
455
|
+
const v = (e, s) => {
|
|
456
456
|
const t = e.__vccOpts || e;
|
|
457
457
|
for (const [n, i] of s)
|
|
458
458
|
t[n] = i;
|
|
459
459
|
return t;
|
|
460
|
-
},
|
|
460
|
+
}, Tn = {
|
|
461
461
|
name: "UluModalsDisplay",
|
|
462
462
|
emits: [
|
|
463
463
|
"modal-unmount",
|
|
@@ -497,16 +497,16 @@ const p = (e, s) => {
|
|
|
497
497
|
}
|
|
498
498
|
}
|
|
499
499
|
};
|
|
500
|
-
function
|
|
501
|
-
return o.currentModal ? (l(), y(
|
|
500
|
+
function An(e, s, t, n, i, o) {
|
|
501
|
+
return o.currentModal ? (l(), y(z(o.currentModal.component), G({ key: 0 }, o.currentProps, {
|
|
502
502
|
modelValue: i.open,
|
|
503
503
|
"onUpdate:modelValue": s[0] || (s[0] = (r) => i.open = r),
|
|
504
504
|
onVnodeMounted: o.modalMounted,
|
|
505
505
|
onVnodeUnmounted: o.modalUnmounted
|
|
506
506
|
}), null, 16, ["modelValue", "onVnodeMounted", "onVnodeUnmounted"])) : _("", !0);
|
|
507
507
|
}
|
|
508
|
-
const
|
|
509
|
-
function
|
|
508
|
+
const $n = /* @__PURE__ */ v(Tn, [["render", An]]);
|
|
509
|
+
function On() {
|
|
510
510
|
return { getIconProps: (t) => t ? typeof t == "object" && !Array.isArray(t) ? t : { icon: t } : null, getClassesFromDefinition: (t) => {
|
|
511
511
|
if (!t)
|
|
512
512
|
return null;
|
|
@@ -533,41 +533,41 @@ const V = {
|
|
|
533
533
|
icon: [String, Array, Object, Boolean]
|
|
534
534
|
},
|
|
535
535
|
setup(e) {
|
|
536
|
-
const s =
|
|
536
|
+
const s = ns("uluCore"), t = M(null), { getIconProps: n, getClassesFromDefinition: i } = On();
|
|
537
537
|
let o;
|
|
538
538
|
const r = e, a = k(() => s.getSetting("fontAwesomeStatic")), c = k(() => s.getSetting("iconComponent")), u = k(() => s.getSetting("iconPropResolver")), m = k(() => {
|
|
539
|
-
const { icon:
|
|
540
|
-
if (typeof
|
|
539
|
+
const { icon: x } = r;
|
|
540
|
+
if (typeof x == "string" && x.startsWith("type:"))
|
|
541
541
|
try {
|
|
542
|
-
const P =
|
|
542
|
+
const P = x.substring(5);
|
|
543
543
|
return s.getIcon(P);
|
|
544
544
|
} catch (P) {
|
|
545
545
|
return console.warn(P), null;
|
|
546
546
|
}
|
|
547
|
-
return
|
|
548
|
-
}),
|
|
549
|
-
return
|
|
547
|
+
return x;
|
|
548
|
+
}), w = k(() => !c.value || !m.value ? null : u.value(m.value)), C = k(() => n(m.value)), I = k(() => i(m.value));
|
|
549
|
+
return Ls(async () => {
|
|
550
550
|
if (!a.value && m.value) {
|
|
551
551
|
if (t.value === null)
|
|
552
552
|
if (o)
|
|
553
553
|
t.value = de(o.FontAwesomeIcon);
|
|
554
554
|
else {
|
|
555
|
-
const
|
|
555
|
+
const x = Hs(async () => {
|
|
556
556
|
const P = await import("./index.es-HlG3u0J5.js");
|
|
557
557
|
return o = P, P.FontAwesomeIcon;
|
|
558
558
|
});
|
|
559
|
-
t.value = de(
|
|
559
|
+
t.value = de(x);
|
|
560
560
|
}
|
|
561
561
|
} else
|
|
562
562
|
t.value = null;
|
|
563
|
-
}), (
|
|
563
|
+
}), (x, P) => c.value ? (l(), y(z(c.value), N(G({ key: 0 }, w.value)), null, 16)) : !a.value && t.value && m.value ? (l(), y(z(t.value), N(G({ key: 1 }, C.value)), null, 16)) : a.value && m.value ? (l(), d("span", {
|
|
564
564
|
key: 2,
|
|
565
|
-
class: h(
|
|
565
|
+
class: h(I.value),
|
|
566
566
|
"aria-hidden": "true"
|
|
567
567
|
}, null, 2)) : _("", !0);
|
|
568
568
|
}
|
|
569
569
|
};
|
|
570
|
-
function
|
|
570
|
+
function Ge(e) {
|
|
571
571
|
const s = /* @__PURE__ */ new Set();
|
|
572
572
|
if (!e)
|
|
573
573
|
return s;
|
|
@@ -577,7 +577,7 @@ function Ke(e) {
|
|
|
577
577
|
});
|
|
578
578
|
else if (Array.isArray(e))
|
|
579
579
|
e.forEach((t) => {
|
|
580
|
-
|
|
580
|
+
Ge(t).forEach((n) => s.add(n));
|
|
581
581
|
});
|
|
582
582
|
else if (typeof e == "object")
|
|
583
583
|
for (const t in e)
|
|
@@ -585,32 +585,32 @@ function Ke(e) {
|
|
|
585
585
|
return s;
|
|
586
586
|
}
|
|
587
587
|
function se({ props: e, baseClass: s, internal: t = {} }) {
|
|
588
|
-
const { modifiers: n } =
|
|
588
|
+
const { modifiers: n } = Ds(e);
|
|
589
589
|
return { resolvedModifiers: k(() => {
|
|
590
|
-
const o =
|
|
590
|
+
const o = Ne(s), r = Ge(Ne(n)), a = Ge(Ne(t));
|
|
591
591
|
if (!o)
|
|
592
592
|
return console.warn("useModifiers: Missing 'baseClass' argument, modifiers will not be applied."), "";
|
|
593
593
|
const c = /* @__PURE__ */ new Set([...a, ...r]);
|
|
594
594
|
return Array.from(c).map((u) => `${o}--${u}`);
|
|
595
595
|
}) };
|
|
596
596
|
}
|
|
597
|
-
function
|
|
597
|
+
function ms() {
|
|
598
598
|
return typeof window < "u" && typeof window.document < "u";
|
|
599
599
|
}
|
|
600
|
-
function
|
|
600
|
+
function Rn(e, s) {
|
|
601
601
|
const t = e.getBoundingClientRect();
|
|
602
602
|
return s.clientY < t.top || // above
|
|
603
603
|
s.clientY > t.top + t.height || // below
|
|
604
604
|
s.clientX < t.left || // left side
|
|
605
605
|
s.clientX > t.left + t.width;
|
|
606
606
|
}
|
|
607
|
-
function
|
|
607
|
+
function xn(e = document.body, s = window) {
|
|
608
608
|
return s.innerWidth - e.clientWidth;
|
|
609
609
|
}
|
|
610
|
-
function
|
|
610
|
+
function Un({ preventShift: e = !1, container: s = document.body }) {
|
|
611
611
|
const t = s.style.overflow, n = s.style.paddingRight;
|
|
612
612
|
if (s.style.overflow = "hidden", e) {
|
|
613
|
-
const i =
|
|
613
|
+
const i = xn();
|
|
614
614
|
if (i > 0) {
|
|
615
615
|
const o = parseInt(n || "0px", 10);
|
|
616
616
|
s.style.paddingRight = `${o + i}px`;
|
|
@@ -629,8 +629,8 @@ function Pe(e, s, t, n) {
|
|
|
629
629
|
clearTimeout(i), i = setTimeout(c, s), u && e.apply(r, a);
|
|
630
630
|
};
|
|
631
631
|
}
|
|
632
|
-
|
|
633
|
-
const
|
|
632
|
+
ms() && (jn(), En());
|
|
633
|
+
const St = {
|
|
634
634
|
/**
|
|
635
635
|
* Event is dispatched when DOM in the page has changed, triggers updates from
|
|
636
636
|
* all modules listening for the change (init instances, etc)
|
|
@@ -658,38 +658,38 @@ const yt = {
|
|
|
658
658
|
e.dispatchEvent(we("afterPrint"));
|
|
659
659
|
}
|
|
660
660
|
};
|
|
661
|
-
function
|
|
662
|
-
|
|
661
|
+
function Ze(e, s) {
|
|
662
|
+
St[e] ? St[e](s) : console.warn(`Unable to dispatch site event: ${e} in context:`, s);
|
|
663
663
|
}
|
|
664
|
-
function
|
|
664
|
+
function In(e) {
|
|
665
665
|
return "ulu:" + e;
|
|
666
666
|
}
|
|
667
667
|
function we(e, s = null, t = { bubbles: !0 }) {
|
|
668
|
-
return new CustomEvent(
|
|
668
|
+
return new CustomEvent(In(e), { detail: s, ...t });
|
|
669
669
|
}
|
|
670
|
-
function
|
|
671
|
-
window.addEventListener("resize", Pe(() =>
|
|
670
|
+
function jn() {
|
|
671
|
+
window.addEventListener("resize", Pe(() => Ze("pageResized", document), 250));
|
|
672
672
|
}
|
|
673
|
-
function
|
|
673
|
+
function En() {
|
|
674
674
|
window.addEventListener("beforeprint", () => {
|
|
675
|
-
|
|
675
|
+
Ze("beforePrint", document);
|
|
676
676
|
}), window.addEventListener("afterprint", () => {
|
|
677
|
-
|
|
677
|
+
Ze("afterPrint", document);
|
|
678
678
|
});
|
|
679
679
|
}
|
|
680
|
-
function
|
|
680
|
+
function zn(e) {
|
|
681
681
|
return typeof e == "object" && e?.constructor?.name;
|
|
682
682
|
}
|
|
683
|
-
function
|
|
684
|
-
const n =
|
|
683
|
+
function Mn(e, s, t) {
|
|
684
|
+
const n = zn(s) || "Logger";
|
|
685
685
|
console[e](n, ...t);
|
|
686
686
|
}
|
|
687
687
|
function ce(e, ...s) {
|
|
688
688
|
}
|
|
689
|
-
function
|
|
690
|
-
|
|
689
|
+
function Ie(e, ...s) {
|
|
690
|
+
Mn("error", e, s);
|
|
691
691
|
}
|
|
692
|
-
class
|
|
692
|
+
class at {
|
|
693
693
|
static defaults = {
|
|
694
694
|
debug: !1,
|
|
695
695
|
/**
|
|
@@ -776,22 +776,22 @@ class rt {
|
|
|
776
776
|
*/
|
|
777
777
|
constructor(s, t, n) {
|
|
778
778
|
if (!t || !s) {
|
|
779
|
-
|
|
779
|
+
Ie(this, "Missing required elements: control, container");
|
|
780
780
|
return;
|
|
781
781
|
}
|
|
782
|
-
const i = Object.assign({},
|
|
782
|
+
const i = Object.assign({}, at.defaults, n);
|
|
783
783
|
this.options = i, this.container = s, this.control = t, this.debug = i.debug;
|
|
784
784
|
const o = ["left", "right"], r = ["top", "bottom"], { fromX: a, fromY: c } = i;
|
|
785
785
|
if (!o.includes(a) && a !== null) {
|
|
786
|
-
|
|
786
|
+
Ie(this, `Invalid fromX: ${a} (left|right|null)`);
|
|
787
787
|
return;
|
|
788
788
|
}
|
|
789
789
|
if (!r.includes(c) && c !== null) {
|
|
790
|
-
|
|
790
|
+
Ie(this, `Invalid fromY: ${c} (top|bottom|null)`);
|
|
791
791
|
return;
|
|
792
792
|
}
|
|
793
793
|
if (!a && !c) {
|
|
794
|
-
|
|
794
|
+
Ie(this, "Invalid fromX/fromY, failed to setup resizer (at least one of fromX or fromY must be set)");
|
|
795
795
|
return;
|
|
796
796
|
}
|
|
797
797
|
this.resizeHorizontal = i.fromX !== null, this.resizeVertical = i.fromY !== null, i.manageEvents && (this.#n = this.onPointerdown.bind(this), this.#o = this.onKeydown.bind(this), i.enablePointerResizing && t.addEventListener("pointerdown", this.#n), i.enableKeyboardResizing && t.addEventListener("keydown", this.#o)), this.#c(), i.manageAriaLabel && t.setAttribute("aria-label", this.getAriaLabel());
|
|
@@ -920,8 +920,8 @@ class rt {
|
|
|
920
920
|
this.container.dispatchEvent(we(s, t));
|
|
921
921
|
}
|
|
922
922
|
}
|
|
923
|
-
let
|
|
924
|
-
const
|
|
923
|
+
let We = 0;
|
|
924
|
+
const Bn = {
|
|
925
925
|
name: "UluModal",
|
|
926
926
|
components: {
|
|
927
927
|
UluIcon: V
|
|
@@ -1031,16 +1031,16 @@ const Rn = {
|
|
|
1031
1031
|
modifiers: [String, Array]
|
|
1032
1032
|
},
|
|
1033
1033
|
data() {
|
|
1034
|
-
return ++
|
|
1034
|
+
return ++We, {
|
|
1035
1035
|
containerWidth: null,
|
|
1036
|
-
titleId: `ulu-modal-${
|
|
1036
|
+
titleId: `ulu-modal-${We}-title`,
|
|
1037
1037
|
bodyOverflowValue: null,
|
|
1038
1038
|
bodyPaddingRightValue: null,
|
|
1039
1039
|
isResizing: !1
|
|
1040
1040
|
};
|
|
1041
1041
|
},
|
|
1042
1042
|
setup(e) {
|
|
1043
|
-
const s =
|
|
1043
|
+
const s = Ns(), t = k(() => e.title || s.title), n = k(() => {
|
|
1044
1044
|
const { allowResize: a, position: c } = e;
|
|
1045
1045
|
if (!a || !c) return;
|
|
1046
1046
|
const u = ["left", "right", "center"];
|
|
@@ -1109,7 +1109,7 @@ const Rn = {
|
|
|
1109
1109
|
handleClick(e) {
|
|
1110
1110
|
if (this.clickOutsideCloses && !this.isResizing) {
|
|
1111
1111
|
const { target: s } = e, { container: t } = this.$refs;
|
|
1112
|
-
s === t &&
|
|
1112
|
+
s === t && Rn(t, e) && this.close();
|
|
1113
1113
|
}
|
|
1114
1114
|
},
|
|
1115
1115
|
setupPreventScroll() {
|
|
@@ -1122,14 +1122,14 @@ const Rn = {
|
|
|
1122
1122
|
handleToggle(e) {
|
|
1123
1123
|
if (!this.nonModal && this.preventScroll) {
|
|
1124
1124
|
const { preventScrollShift: s } = this;
|
|
1125
|
-
e.newState === "open" ? this.restoreScroll =
|
|
1125
|
+
e.newState === "open" ? this.restoreScroll = Un({ preventShift: s }) : this.destroyPreventScroll();
|
|
1126
1126
|
}
|
|
1127
1127
|
},
|
|
1128
1128
|
setupResizer() {
|
|
1129
1129
|
const { position: e, resizerEnabled: s } = this;
|
|
1130
1130
|
if (s) {
|
|
1131
1131
|
const { container: t, resizer: n } = this.$refs, i = e === "center" ? { fromX: "right", fromY: "bottom", multiplier: 2 } : { fromX: e === "right" ? "left" : "right" };
|
|
1132
|
-
this.resizerInstance = new
|
|
1132
|
+
this.resizerInstance = new at(t, n, i), this.handleResizerStart = () => {
|
|
1133
1133
|
this.isResizing = !0;
|
|
1134
1134
|
}, this.handleResizerEnd = () => {
|
|
1135
1135
|
setTimeout(() => {
|
|
@@ -1144,21 +1144,21 @@ const Rn = {
|
|
|
1144
1144
|
}
|
|
1145
1145
|
},
|
|
1146
1146
|
mounted() {
|
|
1147
|
-
++
|
|
1147
|
+
++We, this.preventScroll && this.setupPreventScroll(), this.setupResizer();
|
|
1148
1148
|
},
|
|
1149
1149
|
beforeUnmount() {
|
|
1150
1150
|
const { container: e } = this.$refs;
|
|
1151
1151
|
e && e.open && e.close(), this.destroyPreventScroll(), this.destroyResizer();
|
|
1152
1152
|
}
|
|
1153
|
-
},
|
|
1153
|
+
}, Pn = ["aria-labelledby", "aria-describedby"], Fn = ["id"], Ln = { class: "modal__title-text" }, Hn = {
|
|
1154
1154
|
key: 2,
|
|
1155
1155
|
class: "modal__resizer",
|
|
1156
1156
|
ref: "resizer",
|
|
1157
1157
|
type: "button"
|
|
1158
1158
|
};
|
|
1159
|
-
function
|
|
1160
|
-
const r =
|
|
1161
|
-
return l(), y(
|
|
1159
|
+
function Dn(e, s, t, n, i, o) {
|
|
1160
|
+
const r = A("UluIcon");
|
|
1161
|
+
return l(), y(nt, {
|
|
1162
1162
|
to: t.teleport === !1 ? null : t.teleport,
|
|
1163
1163
|
disabled: t.teleport === !1
|
|
1164
1164
|
}, [
|
|
@@ -1168,7 +1168,7 @@ function zn(e, s, t, n, i, o) {
|
|
|
1168
1168
|
"aria-describedby": t.describedby,
|
|
1169
1169
|
ref: "container",
|
|
1170
1170
|
style: B({ width: i.containerWidth }),
|
|
1171
|
-
onCancel: s[1] || (s[1] =
|
|
1171
|
+
onCancel: s[1] || (s[1] = Vs((...a) => o.close && o.close(...a), ["prevent"])),
|
|
1172
1172
|
onClose: s[2] || (s[2] = (...a) => o.handleDialogCloseEvent && o.handleDialogCloseEvent(...a)),
|
|
1173
1173
|
onClick: s[3] || (s[3] = (...a) => o.handleClick && o.handleClick(...a)),
|
|
1174
1174
|
onToggle: s[4] || (s[4] = (...a) => o.handleToggle && o.handleToggle(...a))
|
|
@@ -1187,9 +1187,9 @@ function zn(e, s, t, n, i, o) {
|
|
|
1187
1187
|
class: "modal__title-icon",
|
|
1188
1188
|
icon: t.titleIcon
|
|
1189
1189
|
}, null, 8, ["icon"])) : _("", !0),
|
|
1190
|
-
f("span",
|
|
1190
|
+
f("span", Ln, p(t.title), 1)
|
|
1191
1191
|
])
|
|
1192
|
-
], 10,
|
|
1192
|
+
], 10, Fn),
|
|
1193
1193
|
f("button", {
|
|
1194
1194
|
class: "modal__close",
|
|
1195
1195
|
"aria-label": "Close modal",
|
|
@@ -1215,7 +1215,7 @@ function zn(e, s, t, n, i, o) {
|
|
|
1215
1215
|
}, [
|
|
1216
1216
|
g(e.$slots, "footer", { close: o.close })
|
|
1217
1217
|
], 2)) : _("", !0),
|
|
1218
|
-
n.resizerEnabled ? (l(), d("button",
|
|
1218
|
+
n.resizerEnabled ? (l(), d("button", Hn, [
|
|
1219
1219
|
g(e.$slots, "resizerIcon", {}, () => [
|
|
1220
1220
|
R(r, {
|
|
1221
1221
|
class: "modal__resizer-icon",
|
|
@@ -1223,10 +1223,10 @@ function zn(e, s, t, n, i, o) {
|
|
|
1223
1223
|
}, null, 8, ["icon"])
|
|
1224
1224
|
])
|
|
1225
1225
|
], 512)) : _("", !0)
|
|
1226
|
-
], 46,
|
|
1226
|
+
], 46, Pn)
|
|
1227
1227
|
], 8, ["to", "disabled"]);
|
|
1228
1228
|
}
|
|
1229
|
-
const
|
|
1229
|
+
const Vn = /* @__PURE__ */ v(Bn, [["render", Dn]]), Se = [], Nn = M({
|
|
1230
1230
|
/**
|
|
1231
1231
|
* Holds active component options (including component, and options)
|
|
1232
1232
|
*/
|
|
@@ -1235,10 +1235,10 @@ const jn = /* @__PURE__ */ p(Rn, [["render", zn]]), Se = [], Mn = M({
|
|
|
1235
1235
|
* Populated with any props passed to open method, bound to modal component
|
|
1236
1236
|
*/
|
|
1237
1237
|
activeProps: null
|
|
1238
|
-
}), ke =
|
|
1238
|
+
}), ke = Nn.value, kt = {
|
|
1239
1239
|
data: ke,
|
|
1240
1240
|
modals: Se
|
|
1241
|
-
},
|
|
1241
|
+
}, Wn = (e) => ({
|
|
1242
1242
|
open(s, t = null) {
|
|
1243
1243
|
const n = this.get(s);
|
|
1244
1244
|
ke.active = de(n), ke.activeProps = Object.assign({}, n.props, t);
|
|
@@ -1278,19 +1278,19 @@ const jn = /* @__PURE__ */ p(Rn, [["render", zn]]), Se = [], Mn = M({
|
|
|
1278
1278
|
return Se.splice(t, 1);
|
|
1279
1279
|
warn("unable to find modal to remove");
|
|
1280
1280
|
}
|
|
1281
|
-
}),
|
|
1281
|
+
}), Xn = {
|
|
1282
1282
|
componentNameDisplay: "UluModalsDisplay",
|
|
1283
1283
|
componentNameModal: "UluModal",
|
|
1284
1284
|
modals: [],
|
|
1285
1285
|
modalOptions: {}
|
|
1286
1286
|
};
|
|
1287
|
-
function
|
|
1288
|
-
const t = Object.assign({},
|
|
1289
|
-
e.component(t.componentNameDisplay,
|
|
1287
|
+
function df(e, s) {
|
|
1288
|
+
const t = Object.assign({}, Xn, s), i = Wn((o) => Object.assign({}, t.modalOptions, o));
|
|
1289
|
+
e.component(t.componentNameDisplay, $n), e.component(t.componentNameModal, Vn), t.modals.forEach((o) => {
|
|
1290
1290
|
i.add(o);
|
|
1291
|
-
}),
|
|
1291
|
+
}), kt.options = t, e.config.globalProperties.$uluModals = i, e.provide("uluModals", i), e.config.globalProperties.$uluModalsState = kt;
|
|
1292
1292
|
}
|
|
1293
|
-
const
|
|
1293
|
+
const qn = {
|
|
1294
1294
|
name: "UluToast",
|
|
1295
1295
|
components: {
|
|
1296
1296
|
UluIcon: V
|
|
@@ -1322,9 +1322,9 @@ const Fn = {
|
|
|
1322
1322
|
});
|
|
1323
1323
|
}
|
|
1324
1324
|
}
|
|
1325
|
-
},
|
|
1326
|
-
function
|
|
1327
|
-
const r =
|
|
1325
|
+
}, Yn = ["onClick"];
|
|
1326
|
+
function Kn(e, s, t, n, i, o) {
|
|
1327
|
+
const r = A("FaIcon"), a = A("UluIcon");
|
|
1328
1328
|
return l(), d("div", {
|
|
1329
1329
|
class: h(["toast", [
|
|
1330
1330
|
{
|
|
@@ -1354,27 +1354,27 @@ function Hn(e, s, t, n, i, o) {
|
|
|
1354
1354
|
}, [
|
|
1355
1355
|
f("strong", {
|
|
1356
1356
|
class: h(["toast__title", t.classes.title])
|
|
1357
|
-
},
|
|
1357
|
+
}, p(t.toast.title), 3),
|
|
1358
1358
|
t.toast.date ? (l(), d("span", {
|
|
1359
1359
|
key: 0,
|
|
1360
1360
|
class: h(["toast__date", t.classes.date])
|
|
1361
|
-
},
|
|
1361
|
+
}, p(t.toast.date), 3)) : _("", !0)
|
|
1362
1362
|
], 2)) : _("", !0),
|
|
1363
1363
|
t.toast.description ? (l(), d("div", {
|
|
1364
1364
|
key: 1,
|
|
1365
1365
|
class: h(["toast__body", t.classes.body])
|
|
1366
|
-
},
|
|
1366
|
+
}, p(t.toast.description), 3)) : _("", !0)
|
|
1367
1367
|
])
|
|
1368
1368
|
], 2),
|
|
1369
1369
|
t.toast.actions?.length ? (l(), d("div", {
|
|
1370
1370
|
key: 1,
|
|
1371
1371
|
class: h(["toast__actions", t.classes.actions])
|
|
1372
1372
|
}, [
|
|
1373
|
-
(l(!0), d(
|
|
1373
|
+
(l(!0), d(O, null, T(t.toast.actions, (c, u) => (l(), d("button", {
|
|
1374
1374
|
key: u,
|
|
1375
1375
|
class: h(["toast__action", t.classes.action]),
|
|
1376
1376
|
onClick: (m) => o.handleAction(m, c)
|
|
1377
|
-
},
|
|
1377
|
+
}, p(c.label), 11, Yn))), 128))
|
|
1378
1378
|
], 2)) : _("", !0),
|
|
1379
1379
|
f("button", {
|
|
1380
1380
|
class: h(["toast__close", t.classes.closeButton]),
|
|
@@ -1384,12 +1384,12 @@ function Hn(e, s, t, n, i, o) {
|
|
|
1384
1384
|
], 2)
|
|
1385
1385
|
], 2);
|
|
1386
1386
|
}
|
|
1387
|
-
const
|
|
1387
|
+
const gs = /* @__PURE__ */ v(qn, [["render", Kn]]), Ct = {
|
|
1388
1388
|
toastOptions: {
|
|
1389
1389
|
/**
|
|
1390
1390
|
* Component used to render the toast in the display
|
|
1391
1391
|
*/
|
|
1392
|
-
component: de(
|
|
1392
|
+
component: de(gs),
|
|
1393
1393
|
/**
|
|
1394
1394
|
* Duration of toast
|
|
1395
1395
|
*/
|
|
@@ -1409,31 +1409,31 @@ const us = /* @__PURE__ */ p(Fn, [["render", Hn]]), pt = {
|
|
|
1409
1409
|
*/
|
|
1410
1410
|
position: ["top", "right"]
|
|
1411
1411
|
}
|
|
1412
|
-
}, { assign:
|
|
1413
|
-
let
|
|
1414
|
-
const te =
|
|
1412
|
+
}, { assign: Xe } = Object;
|
|
1413
|
+
let Gn = 0;
|
|
1414
|
+
const te = Qt({
|
|
1415
1415
|
toasts: [],
|
|
1416
1416
|
/**
|
|
1417
1417
|
* Saveable
|
|
1418
1418
|
*/
|
|
1419
|
-
pluginOptions:
|
|
1420
|
-
toastOptions:
|
|
1419
|
+
pluginOptions: Ct.pluginOptions,
|
|
1420
|
+
toastOptions: Ct.toastOptions,
|
|
1421
1421
|
setToastOptions(e) {
|
|
1422
|
-
return this.toastOptions =
|
|
1422
|
+
return this.toastOptions = Xe({}, this.toastOptions, e), this.pluginOptions;
|
|
1423
1423
|
},
|
|
1424
1424
|
setPluginOptions(e) {
|
|
1425
|
-
return this.pluginOptions =
|
|
1425
|
+
return this.pluginOptions = Xe({}, this.pluginOptions, e), this.pluginOptions;
|
|
1426
1426
|
},
|
|
1427
1427
|
createToast(e) {
|
|
1428
|
-
const s = `toast-${++
|
|
1429
|
-
return
|
|
1428
|
+
const s = `toast-${++Gn}`;
|
|
1429
|
+
return Xe({}, this.toastOptions, e, {
|
|
1430
1430
|
uid: s,
|
|
1431
1431
|
close() {
|
|
1432
|
-
|
|
1432
|
+
Je.remove(s);
|
|
1433
1433
|
}
|
|
1434
1434
|
});
|
|
1435
1435
|
}
|
|
1436
|
-
}),
|
|
1436
|
+
}), Je = {
|
|
1437
1437
|
/**
|
|
1438
1438
|
*
|
|
1439
1439
|
* @param {Object} options Toast options
|
|
@@ -1459,7 +1459,7 @@ const te = qt({
|
|
|
1459
1459
|
removeAll() {
|
|
1460
1460
|
te.toasts = [];
|
|
1461
1461
|
}
|
|
1462
|
-
},
|
|
1462
|
+
}, Zn = {
|
|
1463
1463
|
name: "UluTooltipDisplay",
|
|
1464
1464
|
data() {
|
|
1465
1465
|
const { toasts: e, pluginOptions: s } = te;
|
|
@@ -1472,17 +1472,17 @@ const te = qt({
|
|
|
1472
1472
|
}
|
|
1473
1473
|
}
|
|
1474
1474
|
};
|
|
1475
|
-
function
|
|
1476
|
-
return l(), y(
|
|
1475
|
+
function Jn(e, s, t, n, i, o) {
|
|
1476
|
+
return l(), y(nt, {
|
|
1477
1477
|
to: i.pluginOptions.teleportTo
|
|
1478
1478
|
}, [
|
|
1479
|
-
R(
|
|
1479
|
+
R(os, {
|
|
1480
1480
|
class: h(["toast-container", o.classes]),
|
|
1481
1481
|
name: "toast",
|
|
1482
1482
|
tag: "div"
|
|
1483
1483
|
}, {
|
|
1484
1484
|
default: b(() => [
|
|
1485
|
-
(l(!0), d(
|
|
1485
|
+
(l(!0), d(O, null, T(i.toasts, (r) => (l(), y(z(r.component), {
|
|
1486
1486
|
key: r.uid,
|
|
1487
1487
|
toast: r
|
|
1488
1488
|
}, null, 8, ["toast"]))), 128))
|
|
@@ -1491,12 +1491,12 @@ function Nn(e, s, t, n, i, o) {
|
|
|
1491
1491
|
}, 8, ["class"])
|
|
1492
1492
|
], 8, ["to"]);
|
|
1493
1493
|
}
|
|
1494
|
-
const
|
|
1495
|
-
function
|
|
1494
|
+
const Qn = /* @__PURE__ */ v(Zn, [["render", Jn]]);
|
|
1495
|
+
function ff(e, s = {}) {
|
|
1496
1496
|
const t = te.setPluginOptions(s?.plugin);
|
|
1497
|
-
te.setToastOptions(s?.toast), e.component(t.componentName,
|
|
1497
|
+
te.setToastOptions(s?.toast), e.component(t.componentName, gs), e.component(t.componentNameDisplay, Qn), e.config.globalProperties.$uluToast = Je, e.provide("uluToast", Je);
|
|
1498
1498
|
}
|
|
1499
|
-
const
|
|
1499
|
+
const eo = {
|
|
1500
1500
|
/**
|
|
1501
1501
|
* Set an initial value (value in mounted, SSR)
|
|
1502
1502
|
*/
|
|
@@ -1512,14 +1512,14 @@ const Xn = {
|
|
|
1512
1512
|
customProperty: "--breakpoint"
|
|
1513
1513
|
}
|
|
1514
1514
|
};
|
|
1515
|
-
function
|
|
1516
|
-
const s = Object.assign({},
|
|
1515
|
+
function to(e) {
|
|
1516
|
+
const s = Object.assign({}, eo, e), t = M(null), n = M(s.initialValue), i = M(null);
|
|
1517
1517
|
return (async () => {
|
|
1518
|
-
if (!
|
|
1518
|
+
if (!ms()) return;
|
|
1519
1519
|
await new Promise((m) => {
|
|
1520
1520
|
document.readyState === "loading" ? document.addEventListener("DOMContentLoaded", () => m()) : m();
|
|
1521
1521
|
});
|
|
1522
|
-
const r = await import("./breakpoints-
|
|
1522
|
+
const r = await import("./breakpoints-Cuct6LCy.js"), { BreakpointManager: a } = r, c = de(new a(s.plugin));
|
|
1523
1523
|
t.value = de(c);
|
|
1524
1524
|
const u = () => {
|
|
1525
1525
|
n.value = c.active, i.value = c.resizeDirection;
|
|
@@ -1527,7 +1527,7 @@ function Yn(e) {
|
|
|
1527
1527
|
u(), s.onReady && s.onReady(c), c.onChange(u);
|
|
1528
1528
|
})(), { breakpointManager: t, breakpointActive: n, breakpointDirection: i };
|
|
1529
1529
|
}
|
|
1530
|
-
const
|
|
1530
|
+
const so = {
|
|
1531
1531
|
/**
|
|
1532
1532
|
* Breakpoint for mobile down/max
|
|
1533
1533
|
*/
|
|
@@ -1537,26 +1537,26 @@ const qn = {
|
|
|
1537
1537
|
*/
|
|
1538
1538
|
managerOptions: {}
|
|
1539
1539
|
};
|
|
1540
|
-
function
|
|
1541
|
-
const t = M(!1), n = Object.assign({},
|
|
1542
|
-
onReady(
|
|
1543
|
-
|
|
1540
|
+
function hf(e, s) {
|
|
1541
|
+
const t = M(!1), n = Object.assign({}, so, s), { breakpointMobile: i } = n, { onReady: o } = n.managerOptions, r = {
|
|
1542
|
+
onReady(w) {
|
|
1543
|
+
w.at(i).max({
|
|
1544
1544
|
on() {
|
|
1545
1545
|
t.value = !0;
|
|
1546
1546
|
},
|
|
1547
1547
|
off() {
|
|
1548
1548
|
t.value = !1;
|
|
1549
1549
|
}
|
|
1550
|
-
}), o && o(
|
|
1550
|
+
}), o && o(w);
|
|
1551
1551
|
}
|
|
1552
1552
|
}, a = Object.assign({}, n.managerOptions, r), {
|
|
1553
1553
|
breakpointManager: c,
|
|
1554
1554
|
breakpointActive: u,
|
|
1555
1555
|
breakpointDirection: m
|
|
1556
|
-
} =
|
|
1556
|
+
} = to(a);
|
|
1557
1557
|
e.provide("uluBreakpointActive", k(() => u.value)), e.provide("uluBreakpointDirection", k(() => m.value)), e.provide("uluBreakpointManager", k(() => c.value)), e.provide("uluIsMobile", k(() => t.value));
|
|
1558
1558
|
}
|
|
1559
|
-
const
|
|
1559
|
+
const mf = {
|
|
1560
1560
|
__name: "UluAccordion",
|
|
1561
1561
|
props: {
|
|
1562
1562
|
/**
|
|
@@ -1596,16 +1596,16 @@ const Zd = {
|
|
|
1596
1596
|
},
|
|
1597
1597
|
setup(e) {
|
|
1598
1598
|
const s = e, { resolvedModifiers: t } = se({ props: s, baseClass: "button" });
|
|
1599
|
-
return (n, i) => (l(), y(
|
|
1599
|
+
return (n, i) => (l(), y(E(Ks), { defaultOpen: e.defaultOpen }, {
|
|
1600
1600
|
default: b(({ open: o }) => [
|
|
1601
1601
|
f("div", {
|
|
1602
1602
|
class: h(["accordion", [
|
|
1603
1603
|
{ [e.activeClass]: o },
|
|
1604
1604
|
e.classes.container,
|
|
1605
|
-
|
|
1605
|
+
E(t)
|
|
1606
1606
|
]])
|
|
1607
1607
|
}, [
|
|
1608
|
-
R(
|
|
1608
|
+
R(E(Gs), {
|
|
1609
1609
|
class: h(["accordion__summary", [
|
|
1610
1610
|
{ [e.activeClass]: o },
|
|
1611
1611
|
e.classes.summary
|
|
@@ -1613,9 +1613,9 @@ const Zd = {
|
|
|
1613
1613
|
}, {
|
|
1614
1614
|
default: b(() => [
|
|
1615
1615
|
g(n.$slots, "summary", { open: o }, () => [
|
|
1616
|
-
(l(), y(
|
|
1616
|
+
(l(), y(z(e.summaryTextElement), null, {
|
|
1617
1617
|
default: b(() => [
|
|
1618
|
-
|
|
1618
|
+
S(p(e.summaryText), 1)
|
|
1619
1619
|
]),
|
|
1620
1620
|
_: 1
|
|
1621
1621
|
}))
|
|
@@ -1633,7 +1633,7 @@ const Zd = {
|
|
|
1633
1633
|
]),
|
|
1634
1634
|
_: 2
|
|
1635
1635
|
}, 1032, ["class"]),
|
|
1636
|
-
R(
|
|
1636
|
+
R(E(Zs), {
|
|
1637
1637
|
class: h(["accordion__content", e.classes.content])
|
|
1638
1638
|
}, {
|
|
1639
1639
|
default: b(() => [
|
|
@@ -1647,8 +1647,8 @@ const Zd = {
|
|
|
1647
1647
|
}, 8, ["defaultOpen"]));
|
|
1648
1648
|
}
|
|
1649
1649
|
};
|
|
1650
|
-
let
|
|
1651
|
-
const
|
|
1650
|
+
let no = 0;
|
|
1651
|
+
const oo = {
|
|
1652
1652
|
name: "UluCollapsibleRegion",
|
|
1653
1653
|
props: {
|
|
1654
1654
|
/**
|
|
@@ -1793,19 +1793,19 @@ const Gn = {
|
|
|
1793
1793
|
* Recursive function to generate and test id uniqueness
|
|
1794
1794
|
*/
|
|
1795
1795
|
getUid() {
|
|
1796
|
-
const e = `Ulu-C-${++
|
|
1796
|
+
const e = `Ulu-C-${++no}`;
|
|
1797
1797
|
return document.getElementById(e) ? this.getUid() : e;
|
|
1798
1798
|
}
|
|
1799
1799
|
}
|
|
1800
|
-
},
|
|
1801
|
-
function
|
|
1800
|
+
}, io = ["id", "aria-controls", "aria-expanded"], ro = ["id", "aria-hidden", "aria-labelledby"], ao = { class: "CollapsibleRegion__content-inner" };
|
|
1801
|
+
function lo(e, s, t, n, i, o) {
|
|
1802
1802
|
return l(), d("div", {
|
|
1803
1803
|
class: h(["CollapsibleRegion", {
|
|
1804
1804
|
"CollapsibleRegion--open": i.isOpen,
|
|
1805
1805
|
"CollapsibleRegion--closed": !i.isOpen,
|
|
1806
1806
|
"CollapsibleRegion--transitioning": i.isTransitioning
|
|
1807
1807
|
}]),
|
|
1808
|
-
onKeydown: s[1] || (s[1] =
|
|
1808
|
+
onKeydown: s[1] || (s[1] = ts((...r) => o.handleEscape && o.handleEscape(...r), ["esc"]))
|
|
1809
1809
|
}, [
|
|
1810
1810
|
f("button", {
|
|
1811
1811
|
class: "CollapsibleRegion__toggle",
|
|
@@ -1815,9 +1815,9 @@ function eo(e, s, t, n, i, o) {
|
|
|
1815
1815
|
onClick: s[0] || (s[0] = (...r) => o.toggle && o.toggle(...r))
|
|
1816
1816
|
}, [
|
|
1817
1817
|
g(e.$slots, "toggle", { isOpen: i.isOpen }, () => [
|
|
1818
|
-
|
|
1818
|
+
S(p(t.title), 1)
|
|
1819
1819
|
])
|
|
1820
|
-
], 8,
|
|
1820
|
+
], 8, io),
|
|
1821
1821
|
me(f("div", {
|
|
1822
1822
|
class: "CollapsibleRegion__content",
|
|
1823
1823
|
tabindex: "-1",
|
|
@@ -1827,15 +1827,15 @@ function eo(e, s, t, n, i, o) {
|
|
|
1827
1827
|
"aria-labelledby": i.toggleId,
|
|
1828
1828
|
style: B(o.contentStyles)
|
|
1829
1829
|
}, [
|
|
1830
|
-
f("div",
|
|
1830
|
+
f("div", ao, [
|
|
1831
1831
|
g(e.$slots, "default")
|
|
1832
1832
|
])
|
|
1833
|
-
], 12,
|
|
1834
|
-
[
|
|
1833
|
+
], 12, ro), [
|
|
1834
|
+
[is, !i.isHidden]
|
|
1835
1835
|
])
|
|
1836
1836
|
], 34);
|
|
1837
1837
|
}
|
|
1838
|
-
const
|
|
1838
|
+
const Tt = /* @__PURE__ */ v(oo, [["render", lo]]), co = {
|
|
1839
1839
|
name: "UluTag",
|
|
1840
1840
|
components: {
|
|
1841
1841
|
UluIcon: V
|
|
@@ -1865,8 +1865,8 @@ const bt = /* @__PURE__ */ p(Gn, [["render", eo]]), to = {
|
|
|
1865
1865
|
return { resolvedModifiers: s };
|
|
1866
1866
|
}
|
|
1867
1867
|
};
|
|
1868
|
-
function
|
|
1869
|
-
const r =
|
|
1868
|
+
function uo(e, s, t, n, i, o) {
|
|
1869
|
+
const r = A("UluIcon");
|
|
1870
1870
|
return l(), d("span", {
|
|
1871
1871
|
class: h(["tag", [
|
|
1872
1872
|
{
|
|
@@ -1882,15 +1882,15 @@ function so(e, s, t, n, i, o) {
|
|
|
1882
1882
|
icon: t.icon
|
|
1883
1883
|
}, null, 8, ["icon"])) : _("", !0),
|
|
1884
1884
|
g(e.$slots, "default", {}, () => [
|
|
1885
|
-
|
|
1885
|
+
S(p(t.text), 1)
|
|
1886
1886
|
])
|
|
1887
1887
|
], 2);
|
|
1888
1888
|
}
|
|
1889
|
-
const
|
|
1889
|
+
const fo = /* @__PURE__ */ v(co, [["render", uo]]), ho = {
|
|
1890
1890
|
name: "UluMenu",
|
|
1891
1891
|
components: {
|
|
1892
1892
|
UluIcon: V,
|
|
1893
|
-
UluTag:
|
|
1893
|
+
UluTag: fo
|
|
1894
1894
|
},
|
|
1895
1895
|
emits: [
|
|
1896
1896
|
/**
|
|
@@ -1935,22 +1935,22 @@ const no = /* @__PURE__ */ p(to, [["render", so]]), oo = {
|
|
|
1935
1935
|
}
|
|
1936
1936
|
}
|
|
1937
1937
|
};
|
|
1938
|
-
function
|
|
1939
|
-
const r =
|
|
1938
|
+
function mo(e, s, t, n, i, o) {
|
|
1939
|
+
const r = A("UluIcon"), a = A("UluTag"), c = A("UluMenu", !0), u = es("ulu-tooltip");
|
|
1940
1940
|
return t.items?.length ? (l(), d("ul", {
|
|
1941
1941
|
key: 0,
|
|
1942
1942
|
class: h(t.classes.list)
|
|
1943
1943
|
}, [
|
|
1944
|
-
(l(!0), d(
|
|
1945
|
-
key:
|
|
1944
|
+
(l(!0), d(O, null, T(t.items, (m, w) => (l(), d("li", {
|
|
1945
|
+
key: w,
|
|
1946
1946
|
class: h([t.classes.item, m?.classes?.item])
|
|
1947
1947
|
}, [
|
|
1948
|
-
me((l(), y(
|
|
1948
|
+
me((l(), y(z(m.to || m.path ? "router-link" : m.click ? "button" : "a"), G({ ref_for: !0 }, {
|
|
1949
1949
|
...m.to || m.path ? { to: m.to || m.path } : {},
|
|
1950
1950
|
...m.href ? { href: m.href || "#" } : {}
|
|
1951
1951
|
}, {
|
|
1952
|
-
onClick: (
|
|
1953
|
-
o.handleItemClick(
|
|
1952
|
+
onClick: (C) => {
|
|
1953
|
+
o.handleItemClick(C, m);
|
|
1954
1954
|
},
|
|
1955
1955
|
class: [t.classes.link, m?.classes?.link],
|
|
1956
1956
|
activeClass: t.classes.linkActive,
|
|
@@ -1961,7 +1961,7 @@ function io(e, s, t, n, i, o) {
|
|
|
1961
1961
|
default: b(() => [
|
|
1962
1962
|
g(e.$slots, "default", {
|
|
1963
1963
|
item: m,
|
|
1964
|
-
index:
|
|
1964
|
+
index: w
|
|
1965
1965
|
}, () => [
|
|
1966
1966
|
m.icon ? (l(), y(r, {
|
|
1967
1967
|
key: 0,
|
|
@@ -1970,7 +1970,7 @@ function io(e, s, t, n, i, o) {
|
|
|
1970
1970
|
}, null, 8, ["icon", "class"])) : _("", !0),
|
|
1971
1971
|
f("span", {
|
|
1972
1972
|
class: h([t.classes.linkText, m?.classes?.linkText])
|
|
1973
|
-
},
|
|
1973
|
+
}, p(m.title), 3),
|
|
1974
1974
|
m.tag ? (l(), y(a, G({
|
|
1975
1975
|
key: 1,
|
|
1976
1976
|
ref_for: !0
|
|
@@ -1990,10 +1990,10 @@ function io(e, s, t, n, i, o) {
|
|
|
1990
1990
|
], 2))), 128))
|
|
1991
1991
|
], 2)) : _("", !0);
|
|
1992
1992
|
}
|
|
1993
|
-
const
|
|
1993
|
+
const _s = /* @__PURE__ */ v(ho, [["render", mo]]), go = {
|
|
1994
1994
|
name: "UluMenuStack",
|
|
1995
1995
|
components: {
|
|
1996
|
-
UluMenu:
|
|
1996
|
+
UluMenu: _s
|
|
1997
1997
|
},
|
|
1998
1998
|
props: {
|
|
1999
1999
|
/**
|
|
@@ -2014,8 +2014,8 @@ const ds = /* @__PURE__ */ p(oo, [["render", io]]), ro = {
|
|
|
2014
2014
|
noChildren: Boolean
|
|
2015
2015
|
}
|
|
2016
2016
|
};
|
|
2017
|
-
function
|
|
2018
|
-
const r =
|
|
2017
|
+
function _o(e, s, t, n, i, o) {
|
|
2018
|
+
const r = A("UluMenu");
|
|
2019
2019
|
return l(), d("nav", {
|
|
2020
2020
|
class: h(["menu-stack", {
|
|
2021
2021
|
"menu-stack--hanging": t.hanging,
|
|
@@ -2035,11 +2035,11 @@ function ao(e, s, t, n, i, o) {
|
|
|
2035
2035
|
}, null, 8, ["items", "noChildren"])
|
|
2036
2036
|
], 2);
|
|
2037
2037
|
}
|
|
2038
|
-
const
|
|
2038
|
+
const yo = /* @__PURE__ */ v(go, [["render", _o]]), po = {
|
|
2039
2039
|
name: "UluDropdown",
|
|
2040
2040
|
components: {
|
|
2041
|
-
UluPopover:
|
|
2042
|
-
UluMenuStack:
|
|
2041
|
+
UluPopover: rt,
|
|
2042
|
+
UluMenuStack: yo
|
|
2043
2043
|
},
|
|
2044
2044
|
props: {
|
|
2045
2045
|
/**
|
|
@@ -2062,8 +2062,8 @@ const lo = /* @__PURE__ */ p(ro, [["render", ao]]), co = {
|
|
|
2062
2062
|
}
|
|
2063
2063
|
}
|
|
2064
2064
|
};
|
|
2065
|
-
function
|
|
2066
|
-
const r =
|
|
2065
|
+
function vo(e, s, t, n, i, o) {
|
|
2066
|
+
const r = A("UluMenuStack"), a = A("UluPopover");
|
|
2067
2067
|
return l(), y(a, { classes: t.popoverClasses }, {
|
|
2068
2068
|
trigger: b(({ isOpen: c }) => [
|
|
2069
2069
|
g(e.$slots, "default", { isOpen: c })
|
|
@@ -2074,35 +2074,35 @@ function uo(e, s, t, n, i, o) {
|
|
|
2074
2074
|
_: 3
|
|
2075
2075
|
}, 8, ["classes"]);
|
|
2076
2076
|
}
|
|
2077
|
-
const
|
|
2077
|
+
const gf = /* @__PURE__ */ v(po, [["render", vo]]), lt = M(!1), ze = {
|
|
2078
2078
|
start: [],
|
|
2079
2079
|
end: []
|
|
2080
2080
|
};
|
|
2081
|
-
function
|
|
2082
|
-
window.removeEventListener("resize",
|
|
2081
|
+
function ct() {
|
|
2082
|
+
window.removeEventListener("resize", ct), lt.value = !0, ze.start.forEach((e) => e());
|
|
2083
2083
|
}
|
|
2084
|
-
function
|
|
2085
|
-
|
|
2084
|
+
function bo() {
|
|
2085
|
+
lt.value = !1, ze.end.forEach((e) => e()), window.addEventListener("resize", ct);
|
|
2086
2086
|
}
|
|
2087
|
-
window.addEventListener("resize",
|
|
2088
|
-
function
|
|
2087
|
+
window.addEventListener("resize", ct), window.addEventListener("resize", Pe(bo, 300));
|
|
2088
|
+
function At(e, s) {
|
|
2089
2089
|
return e.push(s), () => {
|
|
2090
2090
|
const t = e.findIndex((n) => n === s);
|
|
2091
2091
|
t > -1 && e.splice(t);
|
|
2092
2092
|
};
|
|
2093
2093
|
}
|
|
2094
|
-
function
|
|
2094
|
+
function wo() {
|
|
2095
2095
|
return {
|
|
2096
|
-
resizing:
|
|
2096
|
+
resizing: lt,
|
|
2097
2097
|
onResizeStart(e) {
|
|
2098
|
-
return
|
|
2098
|
+
return At(ze.start, e);
|
|
2099
2099
|
},
|
|
2100
2100
|
onResizeEnd(e) {
|
|
2101
|
-
return
|
|
2101
|
+
return At(ze.end, e);
|
|
2102
2102
|
}
|
|
2103
2103
|
};
|
|
2104
2104
|
}
|
|
2105
|
-
const
|
|
2105
|
+
const So = {
|
|
2106
2106
|
uluCore: "Core",
|
|
2107
2107
|
uluIsMobile: "Breakpoints",
|
|
2108
2108
|
uluBreakpointActive: "Breakpoints",
|
|
@@ -2110,21 +2110,21 @@ const mo = {
|
|
|
2110
2110
|
uluBreakpointManager: "Breakpoints",
|
|
2111
2111
|
uluModals: "Modals",
|
|
2112
2112
|
uluToast: "Toast"
|
|
2113
|
-
},
|
|
2114
|
-
function
|
|
2115
|
-
const s =
|
|
2116
|
-
if (s ===
|
|
2117
|
-
const t =
|
|
2113
|
+
}, $t = {};
|
|
2114
|
+
function ko(e) {
|
|
2115
|
+
const s = ns(e, $t);
|
|
2116
|
+
if (s === $t) {
|
|
2117
|
+
const t = So[e] || "", n = t ? ` from the '${t}' plugin` : "", i = t ? "Please install missing plugin." : "";
|
|
2118
2118
|
throw new Error(`Required inject: '${e}'${n} was not provided. ${i}`);
|
|
2119
2119
|
}
|
|
2120
2120
|
return s;
|
|
2121
2121
|
}
|
|
2122
|
-
function
|
|
2123
|
-
const t =
|
|
2122
|
+
function _f(e, s) {
|
|
2123
|
+
const t = nn(), n = on(), i = k(() => {
|
|
2124
2124
|
const u = parseInt(t.query.page || "1", 10);
|
|
2125
2125
|
return isNaN(u) || u < 1 ? 1 : u;
|
|
2126
2126
|
}), o = k(() => !e.value || e.value.length === 0 ? 1 : Math.ceil(e.value.length / s));
|
|
2127
|
-
|
|
2127
|
+
rs(o, (u) => {
|
|
2128
2128
|
i.value > u && n.push({ query: { ...t.query, page: u } });
|
|
2129
2129
|
});
|
|
2130
2130
|
const r = k(() => {
|
|
@@ -2135,25 +2135,25 @@ function Qd(e, s) {
|
|
|
2135
2135
|
return null;
|
|
2136
2136
|
const u = {
|
|
2137
2137
|
pages: {}
|
|
2138
|
-
}, m = i.value,
|
|
2139
|
-
m > 1 && (u.first = { href:
|
|
2140
|
-
let
|
|
2141
|
-
if (
|
|
2142
|
-
|
|
2138
|
+
}, m = i.value, w = o.value, C = 5, I = (H) => ({ query: { ...t.query, page: H } });
|
|
2139
|
+
m > 1 && (u.first = { href: I(1) }, u.previous = { href: I(m - 1) }), m < w && (u.next = { href: I(m + 1) }, u.last = { href: I(w) });
|
|
2140
|
+
let x, P;
|
|
2141
|
+
if (w <= C)
|
|
2142
|
+
x = 1, P = w;
|
|
2143
2143
|
else {
|
|
2144
|
-
const H = Math.floor(
|
|
2145
|
-
m <= H ? (
|
|
2144
|
+
const H = Math.floor(C / 2), J = Math.ceil(C / 2) - 1;
|
|
2145
|
+
m <= H ? (x = 1, P = C) : m + J >= w ? (x = w - C + 1, P = w) : (x = m - H, P = m + J);
|
|
2146
2146
|
}
|
|
2147
|
-
for (let H =
|
|
2148
|
-
u.pages[H] = { href:
|
|
2147
|
+
for (let H = x; H <= P; H++)
|
|
2148
|
+
u.pages[H] = { href: I(H) };
|
|
2149
2149
|
return u;
|
|
2150
2150
|
}), c = k(() => {
|
|
2151
2151
|
const u = { previous: !1, next: !1 };
|
|
2152
2152
|
if (!a.value || !a.value.pages) return u;
|
|
2153
2153
|
const m = Object.keys(a.value.pages).map(Number);
|
|
2154
2154
|
if (m.length === 0) return u;
|
|
2155
|
-
const
|
|
2156
|
-
return
|
|
2155
|
+
const w = Math.min(...m), C = Math.max(...m);
|
|
2156
|
+
return w > 1 && (u.previous = !0), C < o.value && (u.next = !0), u;
|
|
2157
2157
|
});
|
|
2158
2158
|
return {
|
|
2159
2159
|
currentPage: i,
|
|
@@ -2163,7 +2163,7 @@ function Qd(e, s) {
|
|
|
2163
2163
|
pagerEllipses: c
|
|
2164
2164
|
};
|
|
2165
2165
|
}
|
|
2166
|
-
const
|
|
2166
|
+
const Co = { class: "layout-flex-baseline" }, To = { class: "type-word-break" }, yf = {
|
|
2167
2167
|
__name: "UluOverflowPopover",
|
|
2168
2168
|
props: {
|
|
2169
2169
|
/**
|
|
@@ -2172,13 +2172,13 @@ const _o = { class: "layout-flex-baseline" }, yo = { class: "type-word-break" },
|
|
|
2172
2172
|
triggerIcon: String
|
|
2173
2173
|
},
|
|
2174
2174
|
setup(e) {
|
|
2175
|
-
const { resizing: s, onResizeEnd: t } =
|
|
2176
|
-
|
|
2175
|
+
const { resizing: s, onResizeEnd: t } = wo(), n = M(null), i = M(!1), o = () => {
|
|
2176
|
+
ss(() => {
|
|
2177
2177
|
const a = n.value;
|
|
2178
2178
|
i.value = a.offsetWidth < a.scrollWidth;
|
|
2179
2179
|
});
|
|
2180
2180
|
}, r = t(o);
|
|
2181
|
-
return
|
|
2181
|
+
return Ws(o), Xs(r), (a, c) => (l(), d("div", Co, [
|
|
2182
2182
|
f("div", {
|
|
2183
2183
|
class: "type-truncate",
|
|
2184
2184
|
ref_key: "text",
|
|
@@ -2186,7 +2186,7 @@ const _o = { class: "layout-flex-baseline" }, yo = { class: "type-word-break" },
|
|
|
2186
2186
|
}, [
|
|
2187
2187
|
g(a.$slots, "default")
|
|
2188
2188
|
], 512),
|
|
2189
|
-
i.value && !
|
|
2189
|
+
i.value && !E(s) ? (l(), y(rt, {
|
|
2190
2190
|
key: 0,
|
|
2191
2191
|
triggerAlt: "Show Full Text",
|
|
2192
2192
|
size: "large"
|
|
@@ -2197,7 +2197,7 @@ const _o = { class: "layout-flex-baseline" }, yo = { class: "type-word-break" },
|
|
|
2197
2197
|
}, null, 8, ["icon"])
|
|
2198
2198
|
]),
|
|
2199
2199
|
content: b(() => [
|
|
2200
|
-
f("div",
|
|
2200
|
+
f("div", To, [
|
|
2201
2201
|
g(a.$slots, "default")
|
|
2202
2202
|
])
|
|
2203
2203
|
]),
|
|
@@ -2205,17 +2205,17 @@ const _o = { class: "layout-flex-baseline" }, yo = { class: "type-word-break" },
|
|
|
2205
2205
|
})) : _("", !0)
|
|
2206
2206
|
]));
|
|
2207
2207
|
}
|
|
2208
|
-
},
|
|
2208
|
+
}, pf = {
|
|
2209
2209
|
__name: "UluTab",
|
|
2210
2210
|
setup(e) {
|
|
2211
|
-
return (s, t) => (l(), y(
|
|
2211
|
+
return (s, t) => (l(), y(E(Js), null, {
|
|
2212
2212
|
default: b((n) => [
|
|
2213
|
-
g(s.$slots, "default", N(
|
|
2213
|
+
g(s.$slots, "default", N(q(n)))
|
|
2214
2214
|
]),
|
|
2215
2215
|
_: 3
|
|
2216
2216
|
}));
|
|
2217
2217
|
}
|
|
2218
|
-
},
|
|
2218
|
+
}, vf = /* @__PURE__ */ Object.assign({
|
|
2219
2219
|
inheritAttrs: !1
|
|
2220
2220
|
}, {
|
|
2221
2221
|
__name: "UluTabGroup",
|
|
@@ -2230,7 +2230,7 @@ const _o = { class: "layout-flex-baseline" }, yo = { class: "type-word-break" },
|
|
|
2230
2230
|
vertical: Boolean
|
|
2231
2231
|
},
|
|
2232
2232
|
setup(e) {
|
|
2233
|
-
return (s, t) => (l(), y(
|
|
2233
|
+
return (s, t) => (l(), y(E(Qs), {
|
|
2234
2234
|
defaultIndex: e.defaultIndex,
|
|
2235
2235
|
vertical: e.vertical
|
|
2236
2236
|
}, {
|
|
@@ -2240,43 +2240,43 @@ const _o = { class: "layout-flex-baseline" }, yo = { class: "type-word-break" },
|
|
|
2240
2240
|
"tabs--vertical": e.vertical
|
|
2241
2241
|
}])
|
|
2242
2242
|
}, [
|
|
2243
|
-
g(s.$slots, "default", N(
|
|
2243
|
+
g(s.$slots, "default", N(q(n)))
|
|
2244
2244
|
], 2)
|
|
2245
2245
|
]),
|
|
2246
2246
|
_: 3
|
|
2247
2247
|
}, 8, ["defaultIndex", "vertical"]));
|
|
2248
2248
|
}
|
|
2249
|
-
}),
|
|
2249
|
+
}), bf = {
|
|
2250
2250
|
__name: "UluTabList",
|
|
2251
2251
|
setup(e) {
|
|
2252
|
-
return (s, t) => (l(), y(
|
|
2252
|
+
return (s, t) => (l(), y(E(en), { class: "tabs__tablist" }, {
|
|
2253
2253
|
default: b(() => [
|
|
2254
2254
|
g(s.$slots, "default")
|
|
2255
2255
|
]),
|
|
2256
2256
|
_: 3
|
|
2257
2257
|
}));
|
|
2258
2258
|
}
|
|
2259
|
-
},
|
|
2259
|
+
}, wf = {
|
|
2260
2260
|
__name: "UluTabPanel",
|
|
2261
2261
|
setup(e) {
|
|
2262
|
-
return (s, t) => (l(), y(
|
|
2262
|
+
return (s, t) => (l(), y(E(tn), null, {
|
|
2263
2263
|
default: b((n) => [
|
|
2264
|
-
g(s.$slots, "default", N(
|
|
2264
|
+
g(s.$slots, "default", N(q(n)))
|
|
2265
2265
|
]),
|
|
2266
2266
|
_: 3
|
|
2267
2267
|
}));
|
|
2268
2268
|
}
|
|
2269
|
-
},
|
|
2269
|
+
}, Sf = {
|
|
2270
2270
|
__name: "UluTabPanels",
|
|
2271
2271
|
setup(e) {
|
|
2272
|
-
return (s, t) => (l(), y(
|
|
2272
|
+
return (s, t) => (l(), y(E(sn), null, {
|
|
2273
2273
|
default: b((n) => [
|
|
2274
|
-
g(s.$slots, "default", N(
|
|
2274
|
+
g(s.$slots, "default", N(q(n)))
|
|
2275
2275
|
]),
|
|
2276
2276
|
_: 3
|
|
2277
2277
|
}));
|
|
2278
2278
|
}
|
|
2279
|
-
},
|
|
2279
|
+
}, Ao = {
|
|
2280
2280
|
name: "UluButton",
|
|
2281
2281
|
components: {
|
|
2282
2282
|
UluIcon: V
|
|
@@ -2377,10 +2377,10 @@ const _o = { class: "layout-flex-baseline" }, yo = { class: "type-word-break" },
|
|
|
2377
2377
|
return s && (n && (i.target = n), t && (i.download = typeof t == "string" ? t : !0)), i;
|
|
2378
2378
|
}
|
|
2379
2379
|
}
|
|
2380
|
-
},
|
|
2381
|
-
function
|
|
2382
|
-
const r =
|
|
2383
|
-
return l(), y(
|
|
2380
|
+
}, $o = { key: 1 };
|
|
2381
|
+
function Oo(e, s, t, n, i, o) {
|
|
2382
|
+
const r = A("UluIcon");
|
|
2383
|
+
return l(), y(z(o.element), G({
|
|
2384
2384
|
class: ["button", [
|
|
2385
2385
|
{
|
|
2386
2386
|
"button--transparent": t.transparent,
|
|
@@ -2403,9 +2403,9 @@ function bo(e, s, t, n, i, o) {
|
|
|
2403
2403
|
icon: t.icon,
|
|
2404
2404
|
class: "button__icon"
|
|
2405
2405
|
}, null, 8, ["icon"])) : _("", !0),
|
|
2406
|
-
(e.$slots.default || t.text) && !t.iconOnly ? (l(), d("span",
|
|
2406
|
+
(e.$slots.default || t.text) && !t.iconOnly ? (l(), d("span", $o, [
|
|
2407
2407
|
g(e.$slots, "default", {}, () => [
|
|
2408
|
-
|
|
2408
|
+
S(p(t.text), 1)
|
|
2409
2409
|
])
|
|
2410
2410
|
])) : _("", !0),
|
|
2411
2411
|
t.icon && !t.iconBefore && !t.iconOnly ? (l(), y(r, {
|
|
@@ -2418,10 +2418,10 @@ function bo(e, s, t, n, i, o) {
|
|
|
2418
2418
|
_: 3
|
|
2419
2419
|
}, 16, ["class", "aria-label"]);
|
|
2420
2420
|
}
|
|
2421
|
-
const
|
|
2421
|
+
const Ro = /* @__PURE__ */ v(Ao, [["render", Oo]]), xo = {
|
|
2422
2422
|
name: "UluAlert",
|
|
2423
2423
|
components: {
|
|
2424
|
-
UluButton:
|
|
2424
|
+
UluButton: Ro,
|
|
2425
2425
|
UluIcon: V
|
|
2426
2426
|
},
|
|
2427
2427
|
props: {
|
|
@@ -2464,39 +2464,39 @@ const wo = /* @__PURE__ */ p(vo, [["render", bo]]), So = {
|
|
|
2464
2464
|
});
|
|
2465
2465
|
return { resolvedModifiers: s };
|
|
2466
2466
|
}
|
|
2467
|
-
},
|
|
2467
|
+
}, Uo = { class: "layout-flex" }, Io = { class: "type-small" }, jo = {
|
|
2468
2468
|
key: 0,
|
|
2469
2469
|
class: "margin-left-auto align-self-center"
|
|
2470
2470
|
};
|
|
2471
|
-
function
|
|
2472
|
-
const r =
|
|
2471
|
+
function Eo(e, s, t, n, i, o) {
|
|
2472
|
+
const r = A("UluIcon");
|
|
2473
2473
|
return l(), d("div", {
|
|
2474
2474
|
class: h(["callout", n.resolvedModifiers])
|
|
2475
2475
|
}, [
|
|
2476
|
-
f("div",
|
|
2476
|
+
f("div", Uo, [
|
|
2477
2477
|
R(r, {
|
|
2478
2478
|
class: h(["type-large margin-right-small", `color-${t.type}`]),
|
|
2479
2479
|
icon: t.icon || `type:${t.type}`
|
|
2480
2480
|
}, null, 8, ["class", "icon"]),
|
|
2481
|
-
f("div",
|
|
2481
|
+
f("div", Io, [
|
|
2482
2482
|
f("div", null, [
|
|
2483
2483
|
g(e.$slots, "title", {}, () => [
|
|
2484
|
-
f("strong", null,
|
|
2484
|
+
f("strong", null, p(t.title), 1)
|
|
2485
2485
|
])
|
|
2486
2486
|
]),
|
|
2487
2487
|
f("div", null, [
|
|
2488
2488
|
g(e.$slots, "description", {}, () => [
|
|
2489
|
-
|
|
2489
|
+
S(p(t.description), 1)
|
|
2490
2490
|
])
|
|
2491
2491
|
])
|
|
2492
2492
|
]),
|
|
2493
|
-
e.$slots.action ? (l(), d("div",
|
|
2493
|
+
e.$slots.action ? (l(), d("div", jo, [
|
|
2494
2494
|
g(e.$slots, "action")
|
|
2495
2495
|
])) : _("", !0)
|
|
2496
2496
|
])
|
|
2497
2497
|
], 2);
|
|
2498
2498
|
}
|
|
2499
|
-
const
|
|
2499
|
+
const kf = /* @__PURE__ */ v(xo, [["render", Eo]]), zo = {
|
|
2500
2500
|
name: "UluBadge",
|
|
2501
2501
|
props: {
|
|
2502
2502
|
skeleton: Boolean,
|
|
@@ -2517,12 +2517,12 @@ const af = /* @__PURE__ */ p(So, [["render", Ao]]), $o = {
|
|
|
2517
2517
|
return e ? "button" : s ? Be : t ? "a" : "span";
|
|
2518
2518
|
}
|
|
2519
2519
|
}
|
|
2520
|
-
},
|
|
2520
|
+
}, Mo = ["aria-hidden"], Bo = {
|
|
2521
2521
|
key: 2,
|
|
2522
2522
|
class: "hidden-visually"
|
|
2523
2523
|
};
|
|
2524
|
-
function
|
|
2525
|
-
return l(), y(
|
|
2524
|
+
function Po(e, s, t, n, i, o) {
|
|
2525
|
+
return l(), y(z(o.element), {
|
|
2526
2526
|
class: h(["badge", [
|
|
2527
2527
|
t.size ? `badge--${t.size}` : null,
|
|
2528
2528
|
t.type ? `badge--${t.type}` : null,
|
|
@@ -2539,17 +2539,17 @@ function Uo(e, s, t, n, i, o) {
|
|
|
2539
2539
|
t.text ? (l(), d("span", {
|
|
2540
2540
|
key: 0,
|
|
2541
2541
|
"aria-hidden": t.alt ? "true" : null
|
|
2542
|
-
},
|
|
2543
|
-
t.alt ? (l(), d("span",
|
|
2542
|
+
}, p(t.text), 9, Mo)) : g(e.$slots, "default", { key: 1 }),
|
|
2543
|
+
t.alt ? (l(), d("span", Bo, p(t.alt), 1)) : _("", !0)
|
|
2544
2544
|
], 2)
|
|
2545
2545
|
]),
|
|
2546
2546
|
_: 3
|
|
2547
2547
|
}, 8, ["class", "to", "href", "onClick"]);
|
|
2548
2548
|
}
|
|
2549
|
-
const
|
|
2549
|
+
const Fo = /* @__PURE__ */ v(zo, [["render", Po]]), Lo = {
|
|
2550
2550
|
name: "UluBadgeStack",
|
|
2551
2551
|
components: {
|
|
2552
|
-
UluBadge:
|
|
2552
|
+
UluBadge: Fo
|
|
2553
2553
|
},
|
|
2554
2554
|
props: {
|
|
2555
2555
|
/**
|
|
@@ -2557,11 +2557,11 @@ const xo = /* @__PURE__ */ p($o, [["render", Uo]]), Eo = {
|
|
|
2557
2557
|
*/
|
|
2558
2558
|
items: Array
|
|
2559
2559
|
}
|
|
2560
|
-
},
|
|
2561
|
-
function
|
|
2562
|
-
const r =
|
|
2563
|
-
return l(), d("ul",
|
|
2564
|
-
(l(!0), d(
|
|
2560
|
+
}, Ho = { class: "badge-stack" };
|
|
2561
|
+
function Do(e, s, t, n, i, o) {
|
|
2562
|
+
const r = A("UluBadge");
|
|
2563
|
+
return l(), d("ul", Ho, [
|
|
2564
|
+
(l(!0), d(O, null, T(t.items, (a, c) => (l(), d("li", {
|
|
2565
2565
|
class: "badge-stack__item",
|
|
2566
2566
|
key: c
|
|
2567
2567
|
}, [
|
|
@@ -2569,7 +2569,7 @@ function zo(e, s, t, n, i, o) {
|
|
|
2569
2569
|
]))), 128))
|
|
2570
2570
|
]);
|
|
2571
2571
|
}
|
|
2572
|
-
const
|
|
2572
|
+
const Cf = /* @__PURE__ */ v(Lo, [["render", Do]]), Vo = {
|
|
2573
2573
|
name: "UluButtonVerbose",
|
|
2574
2574
|
components: {
|
|
2575
2575
|
UluIcon: V
|
|
@@ -2636,13 +2636,13 @@ const lf = /* @__PURE__ */ p(Eo, [["render", zo]]), jo = {
|
|
|
2636
2636
|
return s && (n && (i.target = n), t && (i.download = typeof t == "string" ? t : !0)), i;
|
|
2637
2637
|
}
|
|
2638
2638
|
}
|
|
2639
|
-
},
|
|
2639
|
+
}, No = {
|
|
2640
2640
|
key: 1,
|
|
2641
2641
|
class: "button-verbose__body"
|
|
2642
2642
|
};
|
|
2643
|
-
function
|
|
2644
|
-
const r =
|
|
2645
|
-
return l(), y(
|
|
2643
|
+
function Wo(e, s, t, n, i, o) {
|
|
2644
|
+
const r = A("UluIcon");
|
|
2645
|
+
return l(), y(z(o.element), G({
|
|
2646
2646
|
class: ["button-verbose", [
|
|
2647
2647
|
{
|
|
2648
2648
|
"button-verbose--inline": t.inline,
|
|
@@ -2652,20 +2652,20 @@ function Bo(e, s, t, n, i, o) {
|
|
|
2652
2652
|
]]
|
|
2653
2653
|
}, o.attrs), {
|
|
2654
2654
|
default: b(() => [
|
|
2655
|
-
e.$slots.title || t.title ? (l(), y(
|
|
2655
|
+
e.$slots.title || t.title ? (l(), y(z(t.titleElement), {
|
|
2656
2656
|
key: 0,
|
|
2657
2657
|
class: "button-verbose__title"
|
|
2658
2658
|
}, {
|
|
2659
2659
|
default: b(() => [
|
|
2660
2660
|
g(e.$slots, "title", {}, () => [
|
|
2661
|
-
|
|
2661
|
+
S(p(t.title), 1)
|
|
2662
2662
|
])
|
|
2663
2663
|
]),
|
|
2664
2664
|
_: 3
|
|
2665
2665
|
})) : _("", !0),
|
|
2666
|
-
e.$slots.default || t.body ? (l(), d("span",
|
|
2666
|
+
e.$slots.default || t.body ? (l(), d("span", No, [
|
|
2667
2667
|
g(e.$slots, "default", {}, () => [
|
|
2668
|
-
|
|
2668
|
+
S(p(t.body), 1)
|
|
2669
2669
|
])
|
|
2670
2670
|
])) : _("", !0),
|
|
2671
2671
|
t.icon ? (l(), y(r, {
|
|
@@ -2678,7 +2678,7 @@ function Bo(e, s, t, n, i, o) {
|
|
|
2678
2678
|
_: 3
|
|
2679
2679
|
}, 16, ["class"]);
|
|
2680
2680
|
}
|
|
2681
|
-
const
|
|
2681
|
+
const Tf = /* @__PURE__ */ v(Vo, [["render", Wo]]), Xo = {
|
|
2682
2682
|
name: "UluCallout",
|
|
2683
2683
|
props: {
|
|
2684
2684
|
/**
|
|
@@ -2696,17 +2696,17 @@ const cf = /* @__PURE__ */ p(jo, [["render", Bo]]), Po = {
|
|
|
2696
2696
|
return { resolvedModifiers: s };
|
|
2697
2697
|
}
|
|
2698
2698
|
};
|
|
2699
|
-
function
|
|
2699
|
+
function qo(e, s, t, n, i, o) {
|
|
2700
2700
|
return l(), d("div", {
|
|
2701
2701
|
class: h(["callout", [n.resolvedModifiers, { "full-height": t.fullHeight }]])
|
|
2702
2702
|
}, [
|
|
2703
2703
|
g(e.$slots, "default")
|
|
2704
2704
|
], 2);
|
|
2705
2705
|
}
|
|
2706
|
-
const
|
|
2706
|
+
const Af = /* @__PURE__ */ v(Xo, [["render", qo]]), Ot = (e, s) => {
|
|
2707
2707
|
const t = !(s.to || s.href);
|
|
2708
2708
|
return t || console.warn("'titleHref' and 'titleTo' can't be used with to or href (nesting links)"), t;
|
|
2709
|
-
},
|
|
2709
|
+
}, Yo = {
|
|
2710
2710
|
name: "UluCard",
|
|
2711
2711
|
props: {
|
|
2712
2712
|
/**
|
|
@@ -2734,14 +2734,14 @@ const uf = /* @__PURE__ */ p(Po, [["render", Fo]]), kt = (e, s) => {
|
|
|
2734
2734
|
*/
|
|
2735
2735
|
titleTo: {
|
|
2736
2736
|
type: [String, Object],
|
|
2737
|
-
validator:
|
|
2737
|
+
validator: Ot
|
|
2738
2738
|
},
|
|
2739
2739
|
/**
|
|
2740
2740
|
* Will make title a link to href
|
|
2741
2741
|
*/
|
|
2742
2742
|
titleHref: {
|
|
2743
2743
|
type: String,
|
|
2744
|
-
validator:
|
|
2744
|
+
validator: Ot
|
|
2745
2745
|
},
|
|
2746
2746
|
/**
|
|
2747
2747
|
* When using href this will set title link's target attribute
|
|
@@ -2847,16 +2847,16 @@ const uf = /* @__PURE__ */ p(Po, [["render", Fo]]), kt = (e, s) => {
|
|
|
2847
2847
|
this.shouldProxy && e - this.proxyStart < n && s.click();
|
|
2848
2848
|
}
|
|
2849
2849
|
}
|
|
2850
|
-
},
|
|
2850
|
+
}, Ko = { class: "card__body" }, Go = { class: "card__main" }, Zo = ["href", "target"], Jo = {
|
|
2851
2851
|
key: 0,
|
|
2852
2852
|
class: "card__aside"
|
|
2853
|
-
},
|
|
2853
|
+
}, Qo = ["src", "alt"], ei = {
|
|
2854
2854
|
key: 1,
|
|
2855
2855
|
class: "card__footer"
|
|
2856
2856
|
};
|
|
2857
|
-
function
|
|
2858
|
-
const r =
|
|
2859
|
-
return l(), y(
|
|
2857
|
+
function ti(e, s, t, n, i, o) {
|
|
2858
|
+
const r = A("router-link");
|
|
2859
|
+
return l(), y(z(o.resolvedElement), {
|
|
2860
2860
|
class: h(["card", [
|
|
2861
2861
|
{
|
|
2862
2862
|
"card--horizontal": t.horizontal || t.horizontalCenter,
|
|
@@ -2874,9 +2874,9 @@ function Yo(e, s, t, n, i, o) {
|
|
|
2874
2874
|
"data-ulu-proxy-click-init": i.proxyClickEnabled
|
|
2875
2875
|
}, {
|
|
2876
2876
|
default: b(() => [
|
|
2877
|
-
f("div",
|
|
2878
|
-
f("div",
|
|
2879
|
-
(l(), y(
|
|
2877
|
+
f("div", Ko, [
|
|
2878
|
+
f("div", Go, [
|
|
2879
|
+
(l(), y(z(t.titleElement), {
|
|
2880
2880
|
class: h(["card__title", t.classes.title])
|
|
2881
2881
|
}, {
|
|
2882
2882
|
default: b(() => [
|
|
@@ -2888,7 +2888,7 @@ function Yo(e, s, t, n, i, o) {
|
|
|
2888
2888
|
}, {
|
|
2889
2889
|
default: b(() => [
|
|
2890
2890
|
g(e.$slots, "title", {}, () => [
|
|
2891
|
-
|
|
2891
|
+
S(p(t.title), 1)
|
|
2892
2892
|
])
|
|
2893
2893
|
]),
|
|
2894
2894
|
_: 3
|
|
@@ -2900,17 +2900,17 @@ function Yo(e, s, t, n, i, o) {
|
|
|
2900
2900
|
ref: "link"
|
|
2901
2901
|
}, [
|
|
2902
2902
|
g(e.$slots, "title", {}, () => [
|
|
2903
|
-
|
|
2903
|
+
S(p(t.title), 1)
|
|
2904
2904
|
])
|
|
2905
|
-
], 8,
|
|
2906
|
-
|
|
2905
|
+
], 8, Zo)) : g(e.$slots, "title", { key: 2 }, () => [
|
|
2906
|
+
S(p(t.title), 1)
|
|
2907
2907
|
])
|
|
2908
2908
|
]),
|
|
2909
2909
|
_: 3
|
|
2910
2910
|
}, 8, ["class"])),
|
|
2911
2911
|
g(e.$slots, "body")
|
|
2912
2912
|
]),
|
|
2913
|
-
e.$slots.aside ? (l(), d("div",
|
|
2913
|
+
e.$slots.aside ? (l(), d("div", Jo, [
|
|
2914
2914
|
g(e.$slots, "aside")
|
|
2915
2915
|
])) : _("", !0)
|
|
2916
2916
|
]),
|
|
@@ -2925,17 +2925,17 @@ function Yo(e, s, t, n, i, o) {
|
|
|
2925
2925
|
f("img", {
|
|
2926
2926
|
src: t.imageSrc,
|
|
2927
2927
|
alt: t.imageAlt
|
|
2928
|
-
}, null, 8,
|
|
2928
|
+
}, null, 8, Qo)
|
|
2929
2929
|
])
|
|
2930
2930
|
], 2)) : _("", !0),
|
|
2931
|
-
e.$slots.footer ? (l(), d("div",
|
|
2931
|
+
e.$slots.footer ? (l(), d("div", ei, [
|
|
2932
2932
|
g(e.$slots, "footer")
|
|
2933
2933
|
])) : _("", !0)
|
|
2934
2934
|
]),
|
|
2935
2935
|
_: 3
|
|
2936
2936
|
}, 40, ["onMousedown", "onMouseup", "class", "style", "target", "to", "href", "data-ulu-proxy-click-init"]);
|
|
2937
2937
|
}
|
|
2938
|
-
const
|
|
2938
|
+
const $f = /* @__PURE__ */ v(Yo, [["render", ti]]), si = {
|
|
2939
2939
|
name: "UluDefinitionList",
|
|
2940
2940
|
props: {
|
|
2941
2941
|
/**
|
|
@@ -2952,11 +2952,11 @@ const df = /* @__PURE__ */ p(Lo, [["render", Yo]]), qo = {
|
|
|
2952
2952
|
}
|
|
2953
2953
|
}
|
|
2954
2954
|
};
|
|
2955
|
-
function
|
|
2955
|
+
function ni(e, s, t, n, i, o) {
|
|
2956
2956
|
return l(), d("dl", {
|
|
2957
2957
|
class: h(t.classes.list)
|
|
2958
2958
|
}, [
|
|
2959
|
-
(l(!0), d(
|
|
2959
|
+
(l(!0), d(O, null, T(t.items, (r, a) => (l(), d("div", {
|
|
2960
2960
|
key: a,
|
|
2961
2961
|
class: h(t.classes.item)
|
|
2962
2962
|
}, [
|
|
@@ -2967,7 +2967,7 @@ function Ko(e, s, t, n, i, o) {
|
|
|
2967
2967
|
item: r,
|
|
2968
2968
|
index: a
|
|
2969
2969
|
}, () => [
|
|
2970
|
-
|
|
2970
|
+
S(p(r.term), 1)
|
|
2971
2971
|
])
|
|
2972
2972
|
], 2),
|
|
2973
2973
|
f("dd", {
|
|
@@ -2977,13 +2977,13 @@ function Ko(e, s, t, n, i, o) {
|
|
|
2977
2977
|
item: r,
|
|
2978
2978
|
index: a
|
|
2979
2979
|
}, () => [
|
|
2980
|
-
|
|
2980
|
+
S(p(r.description), 1)
|
|
2981
2981
|
])
|
|
2982
2982
|
], 2)
|
|
2983
2983
|
], 2))), 128))
|
|
2984
2984
|
], 2);
|
|
2985
2985
|
}
|
|
2986
|
-
const
|
|
2986
|
+
const Of = /* @__PURE__ */ v(si, [["render", ni]]), oi = {
|
|
2987
2987
|
name: "UluExternalLink",
|
|
2988
2988
|
components: {
|
|
2989
2989
|
UluIcon: V
|
|
@@ -3009,26 +3009,26 @@ const ff = /* @__PURE__ */ p(qo, [["render", Ko]]), Go = {
|
|
|
3009
3009
|
*/
|
|
3010
3010
|
icon: String
|
|
3011
3011
|
}
|
|
3012
|
-
},
|
|
3013
|
-
function
|
|
3014
|
-
const r =
|
|
3012
|
+
}, ii = ["href", "target"], ri = { class: "external-link__text" };
|
|
3013
|
+
function ai(e, s, t, n, i, o) {
|
|
3014
|
+
const r = A("UluIcon");
|
|
3015
3015
|
return l(), d("a", {
|
|
3016
3016
|
class: "external-link",
|
|
3017
3017
|
href: t.href,
|
|
3018
3018
|
target: t.target
|
|
3019
3019
|
}, [
|
|
3020
|
-
f("span",
|
|
3020
|
+
f("span", ri, [
|
|
3021
3021
|
g(e.$slots, "default", {}, () => [
|
|
3022
|
-
|
|
3022
|
+
S(p(t.text), 1)
|
|
3023
3023
|
])
|
|
3024
3024
|
]),
|
|
3025
3025
|
R(r, {
|
|
3026
3026
|
class: "external-link__icon margin-left-small-x display-inline",
|
|
3027
3027
|
icon: t.icon || "type:externalLink"
|
|
3028
3028
|
}, null, 8, ["icon"])
|
|
3029
|
-
], 8,
|
|
3029
|
+
], 8, ii);
|
|
3030
3030
|
}
|
|
3031
|
-
const
|
|
3031
|
+
const Rf = /* @__PURE__ */ v(oi, [["render", ai]]), li = {
|
|
3032
3032
|
name: "UluList",
|
|
3033
3033
|
props: {
|
|
3034
3034
|
/**
|
|
@@ -3083,8 +3083,8 @@ const hf = /* @__PURE__ */ p(Go, [["render", Qo]]), ei = {
|
|
|
3083
3083
|
}
|
|
3084
3084
|
}
|
|
3085
3085
|
};
|
|
3086
|
-
function
|
|
3087
|
-
return l(), y(
|
|
3086
|
+
function ci(e, s, t, n, i, o) {
|
|
3087
|
+
return l(), y(z(o.listElement), {
|
|
3088
3088
|
class: h([
|
|
3089
3089
|
{
|
|
3090
3090
|
"list-ordered": t.ordered,
|
|
@@ -3101,7 +3101,7 @@ function ti(e, s, t, n, i, o) {
|
|
|
3101
3101
|
start: t.start
|
|
3102
3102
|
}, {
|
|
3103
3103
|
default: b(() => [
|
|
3104
|
-
(l(!0), d(
|
|
3104
|
+
(l(!0), d(O, null, T(t.items, (r, a) => (l(), d("li", {
|
|
3105
3105
|
key: a,
|
|
3106
3106
|
class: h(t.classes.listItem)
|
|
3107
3107
|
}, [
|
|
@@ -3109,20 +3109,20 @@ function ti(e, s, t, n, i, o) {
|
|
|
3109
3109
|
item: r,
|
|
3110
3110
|
index: a
|
|
3111
3111
|
}, () => [
|
|
3112
|
-
|
|
3112
|
+
S(p(r), 1)
|
|
3113
3113
|
])
|
|
3114
3114
|
], 2))), 128))
|
|
3115
3115
|
]),
|
|
3116
3116
|
_: 3
|
|
3117
3117
|
}, 8, ["class", "style", "reversed", "start"]);
|
|
3118
3118
|
}
|
|
3119
|
-
const
|
|
3120
|
-
function
|
|
3121
|
-
return l(), d("main",
|
|
3119
|
+
const xf = /* @__PURE__ */ v(li, [["render", ci]]), ui = {}, di = { id: "main-content" };
|
|
3120
|
+
function fi(e, s) {
|
|
3121
|
+
return l(), d("main", di, [
|
|
3122
3122
|
g(e.$slots, "default")
|
|
3123
3123
|
]);
|
|
3124
3124
|
}
|
|
3125
|
-
const
|
|
3125
|
+
const Uf = /* @__PURE__ */ v(ui, [["render", fi]]), hi = {
|
|
3126
3126
|
name: "UluSpokeSpinner",
|
|
3127
3127
|
props: {
|
|
3128
3128
|
/**
|
|
@@ -3137,7 +3137,7 @@ const gf = /* @__PURE__ */ p(si, [["render", oi]]), ii = {
|
|
|
3137
3137
|
}
|
|
3138
3138
|
}
|
|
3139
3139
|
};
|
|
3140
|
-
function
|
|
3140
|
+
function mi(e, s, t, n, i, o) {
|
|
3141
3141
|
return l(), d("div", {
|
|
3142
3142
|
class: h(["spoke-spinner", o.modifierClass])
|
|
3143
3143
|
}, s[0] || (s[0] = [
|
|
@@ -3157,7 +3157,7 @@ function ri(e, s, t, n, i, o) {
|
|
|
3157
3157
|
], -1)
|
|
3158
3158
|
]), 2);
|
|
3159
3159
|
}
|
|
3160
|
-
const
|
|
3160
|
+
const If = /* @__PURE__ */ v(hi, [["render", mi]]), gi = {
|
|
3161
3161
|
name: "UluCheckboxMenu",
|
|
3162
3162
|
props: {
|
|
3163
3163
|
options: Array
|
|
@@ -3167,33 +3167,33 @@ const _f = /* @__PURE__ */ p(ii, [["render", ri]]), ai = {
|
|
|
3167
3167
|
return `checkbox-menu-opt-${e}`;
|
|
3168
3168
|
}
|
|
3169
3169
|
}
|
|
3170
|
-
},
|
|
3171
|
-
function
|
|
3172
|
-
return l(), d("ul",
|
|
3173
|
-
(l(!0), d(
|
|
3170
|
+
}, _i = { class: "site-menu site-form" }, yi = { class: "site-menu__checkbox" }, pi = ["id", "onUpdate:modelValue"], vi = ["for"];
|
|
3171
|
+
function bi(e, s, t, n, i, o) {
|
|
3172
|
+
return l(), d("ul", _i, [
|
|
3173
|
+
(l(!0), d(O, null, T(t.options, (r, a) => (l(), d("li", {
|
|
3174
3174
|
class: "site-menu__item",
|
|
3175
3175
|
key: a
|
|
3176
3176
|
}, [
|
|
3177
|
-
f("div",
|
|
3177
|
+
f("div", yi, [
|
|
3178
3178
|
me(f("input", {
|
|
3179
3179
|
type: "checkbox",
|
|
3180
3180
|
id: o.getId(a),
|
|
3181
3181
|
"onUpdate:modelValue": (c) => r.checked = c
|
|
3182
|
-
}, null, 8,
|
|
3183
|
-
[
|
|
3182
|
+
}, null, 8, pi), [
|
|
3183
|
+
[qs, r.checked]
|
|
3184
3184
|
]),
|
|
3185
3185
|
f("label", {
|
|
3186
3186
|
for: o.getId(a)
|
|
3187
3187
|
}, [
|
|
3188
3188
|
g(e.$slots, "default", {}, () => [
|
|
3189
|
-
|
|
3189
|
+
S(p(r?.title || r?.text), 1)
|
|
3190
3190
|
])
|
|
3191
|
-
], 8,
|
|
3191
|
+
], 8, vi)
|
|
3192
3192
|
])
|
|
3193
3193
|
]))), 128))
|
|
3194
3194
|
]);
|
|
3195
3195
|
}
|
|
3196
|
-
const
|
|
3196
|
+
const jf = /* @__PURE__ */ v(gi, [["render", bi]]), wi = {
|
|
3197
3197
|
name: "FileDisplay",
|
|
3198
3198
|
props: {
|
|
3199
3199
|
file: {
|
|
@@ -3210,9 +3210,9 @@ const yf = /* @__PURE__ */ p(ai, [["render", fi]]), hi = {
|
|
|
3210
3210
|
return s > 1 ? `${n(s)}Mb` : t > 1 ? `${n(t)}Kb` : `${n(e)}B`;
|
|
3211
3211
|
}
|
|
3212
3212
|
}
|
|
3213
|
-
},
|
|
3214
|
-
function
|
|
3215
|
-
const r =
|
|
3213
|
+
}, Si = ["href", "download"], ki = { class: "margin-left-small-x" }, Ci = { class: "tag tag--small tag--outline type-small-x" };
|
|
3214
|
+
function Ti(e, s, t, n, i, o) {
|
|
3215
|
+
const r = A("FaIcon");
|
|
3216
3216
|
return l(), d("a", {
|
|
3217
3217
|
class: "layout-flex-baseline",
|
|
3218
3218
|
href: o.fileUrl,
|
|
@@ -3222,15 +3222,15 @@ function yi(e, s, t, n, i, o) {
|
|
|
3222
3222
|
class: "ui-icon",
|
|
3223
3223
|
icon: ["far", e.$site.getIcon("file")]
|
|
3224
3224
|
}, null, 8, ["icon"]),
|
|
3225
|
-
f("span",
|
|
3226
|
-
|
|
3227
|
-
f("span",
|
|
3225
|
+
f("span", ki, [
|
|
3226
|
+
S(p(t.file.name) + " ", 1),
|
|
3227
|
+
f("span", Ci, p(o.fileSize), 1)
|
|
3228
3228
|
])
|
|
3229
|
-
], 8,
|
|
3229
|
+
], 8, Si);
|
|
3230
3230
|
}
|
|
3231
|
-
const
|
|
3232
|
-
let
|
|
3233
|
-
const
|
|
3231
|
+
const Ef = /* @__PURE__ */ v(wi, [["render", Ti]]);
|
|
3232
|
+
let Ai = 0;
|
|
3233
|
+
const $i = {
|
|
3234
3234
|
name: "FormFile",
|
|
3235
3235
|
props: {
|
|
3236
3236
|
label: {
|
|
@@ -3245,7 +3245,7 @@ const pi = {
|
|
|
3245
3245
|
emits: ["filesChange"],
|
|
3246
3246
|
data() {
|
|
3247
3247
|
return {
|
|
3248
|
-
id: `file-input-id-${++
|
|
3248
|
+
id: `file-input-id-${++Ai}`
|
|
3249
3249
|
};
|
|
3250
3250
|
},
|
|
3251
3251
|
methods: {
|
|
@@ -3253,34 +3253,34 @@ const pi = {
|
|
|
3253
3253
|
this.$emit("filesChange", e.target.files);
|
|
3254
3254
|
}
|
|
3255
3255
|
}
|
|
3256
|
-
},
|
|
3257
|
-
function
|
|
3258
|
-
return l(), d("div",
|
|
3256
|
+
}, Oi = { class: "site-form__item site-form__item--file" }, Ri = ["for"], xi = ["multiple", "id"];
|
|
3257
|
+
function Ui(e, s, t, n, i, o) {
|
|
3258
|
+
return l(), d("div", Oi, [
|
|
3259
3259
|
f("label", {
|
|
3260
3260
|
class: h({ "hidden-visually": t.labelHidden }),
|
|
3261
3261
|
for: i.id
|
|
3262
3262
|
}, [
|
|
3263
3263
|
g(e.$slots, "label", {}, () => [
|
|
3264
|
-
|
|
3264
|
+
S(p(t.label), 1)
|
|
3265
3265
|
])
|
|
3266
|
-
], 10,
|
|
3266
|
+
], 10, Ri),
|
|
3267
3267
|
f("input", G({
|
|
3268
3268
|
type: "file",
|
|
3269
3269
|
onChange: s[0] || (s[0] = (...r) => o.onChangeFile && o.onChangeFile(...r)),
|
|
3270
3270
|
multiple: t.multiple,
|
|
3271
3271
|
id: i.id
|
|
3272
|
-
}, t.inputAttrs), null, 16,
|
|
3272
|
+
}, t.inputAttrs), null, 16, xi)
|
|
3273
3273
|
]);
|
|
3274
3274
|
}
|
|
3275
|
-
const
|
|
3275
|
+
const zf = /* @__PURE__ */ v($i, [["render", Ui]]), Ii = {
|
|
3276
3276
|
name: "FormMessage",
|
|
3277
3277
|
props: {
|
|
3278
3278
|
warning: Boolean,
|
|
3279
3279
|
error: Boolean
|
|
3280
3280
|
}
|
|
3281
3281
|
};
|
|
3282
|
-
function
|
|
3283
|
-
const r =
|
|
3282
|
+
function ji(e, s, t, n, i, o) {
|
|
3283
|
+
const r = A("FaIcon");
|
|
3284
3284
|
return l(), d("p", {
|
|
3285
3285
|
class: h(["site-form__description", {
|
|
3286
3286
|
"site-form__error": t.error,
|
|
@@ -3298,9 +3298,9 @@ function Ti(e, s, t, n, i, o) {
|
|
|
3298
3298
|
g(e.$slots, "default")
|
|
3299
3299
|
], 2);
|
|
3300
3300
|
}
|
|
3301
|
-
const
|
|
3302
|
-
let
|
|
3303
|
-
const
|
|
3301
|
+
const Mf = /* @__PURE__ */ v(Ii, [["render", ji]]);
|
|
3302
|
+
let Ei = 0;
|
|
3303
|
+
const zi = {
|
|
3304
3304
|
name: "FormSelect",
|
|
3305
3305
|
props: {
|
|
3306
3306
|
label: String,
|
|
@@ -3310,20 +3310,20 @@ const $i = {
|
|
|
3310
3310
|
},
|
|
3311
3311
|
data() {
|
|
3312
3312
|
return {
|
|
3313
|
-
id: `select-id-${++
|
|
3313
|
+
id: `select-id-${++Ei}`
|
|
3314
3314
|
};
|
|
3315
3315
|
}
|
|
3316
|
-
},
|
|
3317
|
-
function
|
|
3318
|
-
return l(), d("div",
|
|
3316
|
+
}, Mi = { class: "site-form__item site-form__item--select" }, Bi = ["for"], Pi = ["id", "value"], Fi = ["value"];
|
|
3317
|
+
function Li(e, s, t, n, i, o) {
|
|
3318
|
+
return l(), d("div", Mi, [
|
|
3319
3319
|
f("label", {
|
|
3320
3320
|
class: h({ "hidden-visually": t.labelHidden }),
|
|
3321
3321
|
for: i.id
|
|
3322
3322
|
}, [
|
|
3323
3323
|
g(e.$slots, "default", {}, () => [
|
|
3324
|
-
|
|
3324
|
+
S(p(t.label), 1)
|
|
3325
3325
|
])
|
|
3326
|
-
], 10,
|
|
3326
|
+
], 10, Bi),
|
|
3327
3327
|
f("select", {
|
|
3328
3328
|
id: i.id,
|
|
3329
3329
|
value: t.modelValue,
|
|
@@ -3333,16 +3333,16 @@ function Ei(e, s, t, n, i, o) {
|
|
|
3333
3333
|
disabled: "",
|
|
3334
3334
|
value: ""
|
|
3335
3335
|
}, "Please select one", -1)),
|
|
3336
|
-
(l(!0), d(
|
|
3336
|
+
(l(!0), d(O, null, T(t.options, (r, a) => (l(), d("option", {
|
|
3337
3337
|
key: a,
|
|
3338
3338
|
value: r.value
|
|
3339
|
-
},
|
|
3340
|
-
], 40,
|
|
3339
|
+
}, p(r.text), 9, Fi))), 128))
|
|
3340
|
+
], 40, Pi)
|
|
3341
3341
|
]);
|
|
3342
3342
|
}
|
|
3343
|
-
const
|
|
3344
|
-
let
|
|
3345
|
-
const
|
|
3343
|
+
const Bf = /* @__PURE__ */ v(zi, [["render", Li]]);
|
|
3344
|
+
let Hi = 0;
|
|
3345
|
+
const Di = {
|
|
3346
3346
|
name: "FormText",
|
|
3347
3347
|
props: {
|
|
3348
3348
|
label: String,
|
|
@@ -3351,29 +3351,29 @@ const zi = {
|
|
|
3351
3351
|
},
|
|
3352
3352
|
data() {
|
|
3353
3353
|
return {
|
|
3354
|
-
id: `text-input-id-${++
|
|
3354
|
+
id: `text-input-id-${++Hi}`
|
|
3355
3355
|
};
|
|
3356
3356
|
}
|
|
3357
|
-
},
|
|
3358
|
-
function
|
|
3359
|
-
return l(), d("div",
|
|
3357
|
+
}, Vi = { class: "site-form__item site-form__item--text" }, Ni = ["for"], Wi = ["value", "id"];
|
|
3358
|
+
function Xi(e, s, t, n, i, o) {
|
|
3359
|
+
return l(), d("div", Vi, [
|
|
3360
3360
|
f("label", {
|
|
3361
3361
|
class: h({ "hidden-visually": t.labelHidden }),
|
|
3362
3362
|
for: i.id
|
|
3363
3363
|
}, [
|
|
3364
3364
|
g(e.$slots, "default", {}, () => [
|
|
3365
|
-
|
|
3365
|
+
S(p(t.label), 1)
|
|
3366
3366
|
])
|
|
3367
|
-
], 10,
|
|
3367
|
+
], 10, Ni),
|
|
3368
3368
|
f("input", {
|
|
3369
3369
|
type: "text",
|
|
3370
3370
|
value: t.modelValue,
|
|
3371
3371
|
onInput: s[0] || (s[0] = (r) => e.$emit("update:modelValue", r.target.value)),
|
|
3372
3372
|
id: i.id
|
|
3373
|
-
}, null, 40,
|
|
3373
|
+
}, null, 40, Wi)
|
|
3374
3374
|
]);
|
|
3375
3375
|
}
|
|
3376
|
-
const
|
|
3376
|
+
const Pf = /* @__PURE__ */ v(Di, [["render", Xi]]), qi = {
|
|
3377
3377
|
name: "SearchForm",
|
|
3378
3378
|
props: {
|
|
3379
3379
|
placeholder: {
|
|
@@ -3381,41 +3381,41 @@ const Sf = /* @__PURE__ */ p(zi, [["render", Pi]]), Fi = {
|
|
|
3381
3381
|
default: "Titles, keyword…"
|
|
3382
3382
|
}
|
|
3383
3383
|
}
|
|
3384
|
-
},
|
|
3384
|
+
}, Yi = { class: "form-theme search-form type-small" }, Ki = { class: "search-form__field" }, Gi = ["placeholder"], Zi = {
|
|
3385
3385
|
class: "search-form__submit button button--primary",
|
|
3386
3386
|
"aria-label": "Submit Search"
|
|
3387
3387
|
};
|
|
3388
|
-
function
|
|
3389
|
-
const r =
|
|
3390
|
-
return l(), d("div",
|
|
3391
|
-
f("div",
|
|
3388
|
+
function Ji(e, s, t, n, i, o) {
|
|
3389
|
+
const r = A("FaIcon");
|
|
3390
|
+
return l(), d("div", Yi, [
|
|
3391
|
+
f("div", Ki, [
|
|
3392
3392
|
s[0] || (s[0] = f("label", { class: "hidden-visually" }, "Search", -1)),
|
|
3393
3393
|
f("input", {
|
|
3394
3394
|
class: "search-form__input",
|
|
3395
3395
|
type: "text",
|
|
3396
3396
|
id: "example-input",
|
|
3397
3397
|
placeholder: t.placeholder
|
|
3398
|
-
}, null, 8,
|
|
3398
|
+
}, null, 8, Gi)
|
|
3399
3399
|
]),
|
|
3400
|
-
f("button",
|
|
3400
|
+
f("button", Zi, [
|
|
3401
3401
|
R(r, {
|
|
3402
3402
|
icon: e.$site.getIcon("search")
|
|
3403
3403
|
}, null, 8, ["icon"])
|
|
3404
3404
|
])
|
|
3405
3405
|
]);
|
|
3406
3406
|
}
|
|
3407
|
-
const
|
|
3407
|
+
const Ff = /* @__PURE__ */ v(qi, [["render", Ji]]), Lf = {
|
|
3408
3408
|
__name: "UluAdaptiveLayout",
|
|
3409
3409
|
setup(e) {
|
|
3410
|
-
const s =
|
|
3411
|
-
return (t, n) => !
|
|
3410
|
+
const s = ko("uluIsMobile");
|
|
3411
|
+
return (t, n) => !E(s) || !t.$slots.mobile ? g(t.$slots, "default", { key: 0 }) : g(t.$slots, "mobile", { key: 1 });
|
|
3412
3412
|
}
|
|
3413
3413
|
};
|
|
3414
|
-
function
|
|
3414
|
+
function Qi(e) {
|
|
3415
3415
|
var s;
|
|
3416
3416
|
return e = e.replace(/^[^-_a-zA-Z]+/, "").replace(/^-(?:[-0-9]+)/, "-"), s = e && e.replace(/[^-_a-zA-Z0-9]+/g, "-"), s.toLowerCase();
|
|
3417
3417
|
}
|
|
3418
|
-
function
|
|
3418
|
+
function er(e, s = {
|
|
3419
3419
|
columnFirst: "position-column-first",
|
|
3420
3420
|
columnLast: "position-column-last",
|
|
3421
3421
|
rowFirst: "position-row-first",
|
|
@@ -3432,22 +3432,22 @@ function Xi(e, s = {
|
|
|
3432
3432
|
});
|
|
3433
3433
|
});
|
|
3434
3434
|
}
|
|
3435
|
-
const
|
|
3435
|
+
const tr = {
|
|
3436
3436
|
name: "UluDataGrid",
|
|
3437
3437
|
async mounted() {
|
|
3438
|
-
const e = () =>
|
|
3438
|
+
const e = () => er(this.$el);
|
|
3439
3439
|
e(), this.resizeHandler = Pe(e, 200, !1, this), window.addEventListener("resize", this.resizeHandler);
|
|
3440
3440
|
},
|
|
3441
3441
|
beforeUnmount() {
|
|
3442
3442
|
this.resizeHandler && window.removeEventListener("resize", this.resizeHandler);
|
|
3443
3443
|
}
|
|
3444
3444
|
};
|
|
3445
|
-
function
|
|
3445
|
+
function sr(e, s, t, n, i, o) {
|
|
3446
3446
|
return l(), d("div", null, [
|
|
3447
3447
|
g(e.$slots, "default")
|
|
3448
3448
|
]);
|
|
3449
3449
|
}
|
|
3450
|
-
const
|
|
3450
|
+
const Hf = /* @__PURE__ */ v(tr, [["render", sr]]), nr = {
|
|
3451
3451
|
name: "UluTitleRail",
|
|
3452
3452
|
components: {
|
|
3453
3453
|
UluIcon: V
|
|
@@ -3472,12 +3472,12 @@ const Tf = /* @__PURE__ */ p(Yi, [["render", qi]]), Ki = {
|
|
|
3472
3472
|
},
|
|
3473
3473
|
rule: Boolean
|
|
3474
3474
|
}
|
|
3475
|
-
},
|
|
3475
|
+
}, or = {
|
|
3476
3476
|
key: 0,
|
|
3477
3477
|
class: "rail__item rail__item--pull"
|
|
3478
3478
|
};
|
|
3479
|
-
function
|
|
3480
|
-
const r =
|
|
3479
|
+
function ir(e, s, t, n, i, o) {
|
|
3480
|
+
const r = A("UluIcon");
|
|
3481
3481
|
return l(), d("div", {
|
|
3482
3482
|
class: h(["rail rail--title-rail", {
|
|
3483
3483
|
"rail--rule": t.rule
|
|
@@ -3486,7 +3486,7 @@ function Zi(e, s, t, n, i, o) {
|
|
|
3486
3486
|
f("div", {
|
|
3487
3487
|
class: h(["rail__item rail__item--title", t.classes.itemTitle])
|
|
3488
3488
|
}, [
|
|
3489
|
-
(l(), y(
|
|
3489
|
+
(l(), y(z(t.titleElement), {
|
|
3490
3490
|
class: h(["layout-flex type-max-width-small no-margin", t.classes.title]),
|
|
3491
3491
|
style: B({ alignItems: t.iconAlign })
|
|
3492
3492
|
}, {
|
|
@@ -3497,18 +3497,18 @@ function Zi(e, s, t, n, i, o) {
|
|
|
3497
3497
|
icon: t.icon
|
|
3498
3498
|
}, null, 8, ["class", "icon"])) : _("", !0),
|
|
3499
3499
|
g(e.$slots, "default", {}, () => [
|
|
3500
|
-
|
|
3500
|
+
S(p(t.title), 1)
|
|
3501
3501
|
])
|
|
3502
3502
|
]),
|
|
3503
3503
|
_: 3
|
|
3504
3504
|
}, 8, ["class", "style"]))
|
|
3505
3505
|
], 2),
|
|
3506
|
-
e.$slots.end ? (l(), d("div",
|
|
3506
|
+
e.$slots.end ? (l(), d("div", or, [
|
|
3507
3507
|
g(e.$slots, "end")
|
|
3508
3508
|
])) : _("", !0)
|
|
3509
3509
|
], 2);
|
|
3510
3510
|
}
|
|
3511
|
-
const
|
|
3511
|
+
const Df = /* @__PURE__ */ v(nr, [["render", ir]]), rr = {
|
|
3512
3512
|
name: "UluBreadcrumb",
|
|
3513
3513
|
components: {
|
|
3514
3514
|
UluIcon: V
|
|
@@ -3542,8 +3542,8 @@ const Af = /* @__PURE__ */ p(Ki, [["render", Zi]]), Ji = {
|
|
|
3542
3542
|
}
|
|
3543
3543
|
}
|
|
3544
3544
|
};
|
|
3545
|
-
function
|
|
3546
|
-
const r =
|
|
3545
|
+
function ar(e, s, t, n, i, o) {
|
|
3546
|
+
const r = A("router-link"), a = A("UluIcon");
|
|
3547
3547
|
return t.items.length ? (l(), d("nav", {
|
|
3548
3548
|
key: 0,
|
|
3549
3549
|
class: h(t.classes.nav),
|
|
@@ -3552,7 +3552,7 @@ function Qi(e, s, t, n, i, o) {
|
|
|
3552
3552
|
f("ul", {
|
|
3553
3553
|
class: h(t.classes.list)
|
|
3554
3554
|
}, [
|
|
3555
|
-
(l(!0), d(
|
|
3555
|
+
(l(!0), d(O, null, T(t.items, (c, u) => (l(), d("li", {
|
|
3556
3556
|
key: u,
|
|
3557
3557
|
class: h(t.classes.item)
|
|
3558
3558
|
}, [
|
|
@@ -3563,7 +3563,7 @@ function Qi(e, s, t, n, i, o) {
|
|
|
3563
3563
|
}, {
|
|
3564
3564
|
default: b(() => [
|
|
3565
3565
|
g(e.$slots, "default", { item: c }, () => [
|
|
3566
|
-
|
|
3566
|
+
S(p(c.title), 1)
|
|
3567
3567
|
])
|
|
3568
3568
|
]),
|
|
3569
3569
|
_: 2
|
|
@@ -3578,10 +3578,10 @@ function Qi(e, s, t, n, i, o) {
|
|
|
3578
3578
|
], 2)
|
|
3579
3579
|
], 2)) : _("", !0);
|
|
3580
3580
|
}
|
|
3581
|
-
const
|
|
3581
|
+
const Vf = /* @__PURE__ */ v(rr, [["render", ar]]), lr = {
|
|
3582
3582
|
name: "UluNavStrip",
|
|
3583
3583
|
components: {
|
|
3584
|
-
UluMenu:
|
|
3584
|
+
UluMenu: _s
|
|
3585
3585
|
},
|
|
3586
3586
|
props: {
|
|
3587
3587
|
/**
|
|
@@ -3602,8 +3602,8 @@ const $f = /* @__PURE__ */ p(Ji, [["render", Qi]]), er = {
|
|
|
3602
3602
|
rule: Boolean
|
|
3603
3603
|
}
|
|
3604
3604
|
};
|
|
3605
|
-
function
|
|
3606
|
-
const r =
|
|
3605
|
+
function cr(e, s, t, n, i, o) {
|
|
3606
|
+
const r = A("UluMenu");
|
|
3607
3607
|
return l(), d("nav", {
|
|
3608
3608
|
class: h(["nav-strip", {
|
|
3609
3609
|
"nav-strip--rule": t.rule,
|
|
@@ -3622,14 +3622,14 @@ function tr(e, s, t, n, i, o) {
|
|
|
3622
3622
|
}, null, 8, ["items"])
|
|
3623
3623
|
], 2);
|
|
3624
3624
|
}
|
|
3625
|
-
const
|
|
3625
|
+
const Nf = /* @__PURE__ */ v(lr, [["render", cr]]), ur = {}, dr = {
|
|
3626
3626
|
class: "site-skip-link hidden-visually-focusable",
|
|
3627
3627
|
href: "#main-content"
|
|
3628
3628
|
};
|
|
3629
|
-
function
|
|
3630
|
-
return l(), d("a",
|
|
3629
|
+
function fr(e, s) {
|
|
3630
|
+
return l(), d("a", dr, " Skip to main content ");
|
|
3631
3631
|
}
|
|
3632
|
-
const
|
|
3632
|
+
const Wf = /* @__PURE__ */ v(ur, [["render", fr]]), hr = {
|
|
3633
3633
|
name: "UluCondText",
|
|
3634
3634
|
props: {
|
|
3635
3635
|
/**
|
|
@@ -3645,28 +3645,28 @@ const Rf = /* @__PURE__ */ p(sr, [["render", or]]), ir = {
|
|
|
3645
3645
|
}
|
|
3646
3646
|
}
|
|
3647
3647
|
};
|
|
3648
|
-
function
|
|
3649
|
-
return t.text != null ? (l(), y(
|
|
3648
|
+
function mr(e, s, t, n, i, o) {
|
|
3649
|
+
return t.text != null ? (l(), y(z(t.element), { key: 0 }, {
|
|
3650
3650
|
default: b(() => [
|
|
3651
|
-
|
|
3651
|
+
S(p(t.text), 1)
|
|
3652
3652
|
]),
|
|
3653
3653
|
_: 1
|
|
3654
3654
|
})) : _("", !0);
|
|
3655
3655
|
}
|
|
3656
|
-
const
|
|
3657
|
-
function
|
|
3658
|
-
return l(), d("span",
|
|
3656
|
+
const Xf = /* @__PURE__ */ v(hr, [["render", mr]]), gr = {}, _r = { style: { display: "none" } };
|
|
3657
|
+
function yr(e, s) {
|
|
3658
|
+
return l(), d("span", _r);
|
|
3659
3659
|
}
|
|
3660
|
-
const
|
|
3661
|
-
function
|
|
3662
|
-
const t =
|
|
3660
|
+
const qf = /* @__PURE__ */ v(gr, [["render", yr]]), pr = {};
|
|
3661
|
+
function vr(e, s) {
|
|
3662
|
+
const t = A("router-view");
|
|
3663
3663
|
return l(), y(t);
|
|
3664
3664
|
}
|
|
3665
|
-
const
|
|
3665
|
+
const Yf = /* @__PURE__ */ v(pr, [["render", vr]]);
|
|
3666
3666
|
function Me(e = 0, s = 100) {
|
|
3667
3667
|
return e = Math.ceil(e), s = Math.floor(s), Math.floor(Math.random() * (s - e) + e);
|
|
3668
3668
|
}
|
|
3669
|
-
const
|
|
3669
|
+
const br = {
|
|
3670
3670
|
name: "UluPlaceholderImage",
|
|
3671
3671
|
props: {
|
|
3672
3672
|
imageId: String,
|
|
@@ -3706,14 +3706,14 @@ const fr = {
|
|
|
3706
3706
|
} : { width: s, height: t };
|
|
3707
3707
|
}
|
|
3708
3708
|
}
|
|
3709
|
-
},
|
|
3710
|
-
function
|
|
3709
|
+
}, wr = ["src", "alt"];
|
|
3710
|
+
function Sr(e, s, t, n, i, o) {
|
|
3711
3711
|
return l(), d("img", {
|
|
3712
3712
|
src: o.src,
|
|
3713
3713
|
alt: t.alt
|
|
3714
|
-
}, null, 8,
|
|
3714
|
+
}, null, 8, wr);
|
|
3715
3715
|
}
|
|
3716
|
-
const
|
|
3716
|
+
const Kf = /* @__PURE__ */ v(br, [["render", Sr]]), kr = {
|
|
3717
3717
|
name: "PlaceholderText",
|
|
3718
3718
|
props: {
|
|
3719
3719
|
amount: {
|
|
@@ -3726,16 +3726,16 @@ const If = /* @__PURE__ */ p(fr, [["render", mr]]), gr = {
|
|
|
3726
3726
|
}
|
|
3727
3727
|
}
|
|
3728
3728
|
};
|
|
3729
|
-
function
|
|
3730
|
-
return l(!0), d(
|
|
3729
|
+
function Cr(e, s, t, n, i, o) {
|
|
3730
|
+
return l(!0), d(O, null, T(parseInt(t.amount), (r) => (l(), y(z(t.element), { key: r }, {
|
|
3731
3731
|
default: b(() => s[0] || (s[0] = [
|
|
3732
|
-
|
|
3732
|
+
S(" Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed semper erat tincidunt tellus vestibulum dictum. Fusce vel augue commodo, egestas diam sed, accumsan leo. Maecenas congue nec nisl et ullamcorper. Maecenas tincidunt, tortor et viverra eleifend, enim leo vestibulum ipsum, quis placerat mi nisi nec ex. Vivamus a justo volutpat, scelerisque elit eget, lacinia ex. Phasellus dapibus sollicitudin tortor, vitae suscipit nunc condimentum ut. Cras suscipit feugiat nibh nec consectetur. Phasellus vitae quam blandit, cursus metus ut, placerat mi. Sed tempor lacus non est interdum imperdiet nec quis metus. Praesent vel eleifend diam. Donec tincidunt eget purus sed posuere. ")
|
|
3733
3733
|
])),
|
|
3734
3734
|
_: 2,
|
|
3735
3735
|
__: [0]
|
|
3736
3736
|
}, 1024))), 128);
|
|
3737
3737
|
}
|
|
3738
|
-
const
|
|
3738
|
+
const Gf = /* @__PURE__ */ v(kr, [["render", Cr]]), Tr = {
|
|
3739
3739
|
name: "RouteAnnouncer",
|
|
3740
3740
|
props: {
|
|
3741
3741
|
/**
|
|
@@ -3780,15 +3780,15 @@ const zf = /* @__PURE__ */ p(gr, [["render", _r]]), yr = {
|
|
|
3780
3780
|
}
|
|
3781
3781
|
}
|
|
3782
3782
|
};
|
|
3783
|
-
function
|
|
3783
|
+
function Ar(e, s, t, n, i, o) {
|
|
3784
3784
|
return o.title ? (l(), d("p", {
|
|
3785
3785
|
key: 0,
|
|
3786
3786
|
tabindex: "-1",
|
|
3787
3787
|
class: "hidden-visually",
|
|
3788
3788
|
ref: "el"
|
|
3789
|
-
},
|
|
3789
|
+
}, p(o.title), 513)) : _("", !0);
|
|
3790
3790
|
}
|
|
3791
|
-
const
|
|
3791
|
+
const Zf = /* @__PURE__ */ v(Tr, [["render", Ar]]), $r = {
|
|
3792
3792
|
name: "AnimateNumber",
|
|
3793
3793
|
props: {
|
|
3794
3794
|
/**
|
|
@@ -3798,7 +3798,7 @@ const jf = /* @__PURE__ */ p(yr, [["render", vr]]), pr = {
|
|
|
3798
3798
|
},
|
|
3799
3799
|
watch: {
|
|
3800
3800
|
value() {
|
|
3801
|
-
|
|
3801
|
+
rn.to(this, {
|
|
3802
3802
|
tweenValue: this.value,
|
|
3803
3803
|
onUpdate: () => {
|
|
3804
3804
|
this.currentValue = Math.ceil(this.tweenValue);
|
|
@@ -3813,14 +3813,14 @@ const jf = /* @__PURE__ */ p(yr, [["render", vr]]), pr = {
|
|
|
3813
3813
|
};
|
|
3814
3814
|
}
|
|
3815
3815
|
};
|
|
3816
|
-
function
|
|
3816
|
+
function Or(e, s, t, n, i, o) {
|
|
3817
3817
|
return l(), d("span", null, [
|
|
3818
3818
|
g(e.$slots, "default", { currentValue: i.currentValue }, () => [
|
|
3819
|
-
|
|
3819
|
+
S(p(i.currentValue), 1)
|
|
3820
3820
|
])
|
|
3821
3821
|
]);
|
|
3822
3822
|
}
|
|
3823
|
-
const
|
|
3823
|
+
const Jf = /* @__PURE__ */ v($r, [["render", Or]]), Rr = {
|
|
3824
3824
|
name: "ProgressBar",
|
|
3825
3825
|
props: {
|
|
3826
3826
|
small: Boolean,
|
|
@@ -3856,15 +3856,15 @@ const Mf = /* @__PURE__ */ p(pr, [["render", br]]), wr = {
|
|
|
3856
3856
|
} : null;
|
|
3857
3857
|
}
|
|
3858
3858
|
}
|
|
3859
|
-
},
|
|
3859
|
+
}, xr = { class: "progress-bar__header" }, Ur = {
|
|
3860
3860
|
key: 0,
|
|
3861
3861
|
class: "progress-bar__icon"
|
|
3862
|
-
},
|
|
3862
|
+
}, Ir = { class: "hidden-visually" }, jr = { class: "progress-bar__track" }, Er = { class: "progress-bar__values" }, zr = { class: "progress-bar__value progress-bar__value--amount" }, Mr = {
|
|
3863
3863
|
key: 0,
|
|
3864
3864
|
class: "progress-bar__value progress-bar__value--deficit color-status is-danger"
|
|
3865
|
-
},
|
|
3866
|
-
function
|
|
3867
|
-
const r =
|
|
3865
|
+
}, Br = { class: "progress-bar__value progress-bar__value--total" };
|
|
3866
|
+
function Pr(e, s, t, n, i, o) {
|
|
3867
|
+
const r = A("StatusIcon");
|
|
3868
3868
|
return l(), d("div", {
|
|
3869
3869
|
class: h(["progress-bar", {
|
|
3870
3870
|
"progress-bar--small": t.small,
|
|
@@ -3872,21 +3872,21 @@ function Ur(e, s, t, n, i, o) {
|
|
|
3872
3872
|
"type-small": t.small
|
|
3873
3873
|
}])
|
|
3874
3874
|
}, [
|
|
3875
|
-
f("div",
|
|
3875
|
+
f("div", xr, [
|
|
3876
3876
|
f("strong", {
|
|
3877
3877
|
class: h(["progress-bar__label", {
|
|
3878
3878
|
"type-normal": t.small,
|
|
3879
3879
|
"hidden-visually": t.labelHidden
|
|
3880
3880
|
}])
|
|
3881
|
-
},
|
|
3882
|
-
o.status ? (l(), d("div",
|
|
3881
|
+
}, p(t.label), 3),
|
|
3882
|
+
o.status ? (l(), d("div", Ur, [
|
|
3883
3883
|
R(r, {
|
|
3884
3884
|
type: o.status.type
|
|
3885
3885
|
}, null, 8, ["type"]),
|
|
3886
|
-
f("span",
|
|
3886
|
+
f("span", Ir, p(o.status.message), 1)
|
|
3887
3887
|
])) : _("", !0)
|
|
3888
3888
|
]),
|
|
3889
|
-
f("div",
|
|
3889
|
+
f("div", jr, [
|
|
3890
3890
|
f("div", {
|
|
3891
3891
|
class: "progress-bar__bar",
|
|
3892
3892
|
style: B(`width: ${o.percentage}%`)
|
|
@@ -3897,25 +3897,25 @@ function Ur(e, s, t, n, i, o) {
|
|
|
3897
3897
|
style: B(`width: ${o.defPercentage}%`)
|
|
3898
3898
|
}, null, 4)) : _("", !0)
|
|
3899
3899
|
]),
|
|
3900
|
-
f("div",
|
|
3901
|
-
f("div",
|
|
3900
|
+
f("div", Er, [
|
|
3901
|
+
f("div", zr, [
|
|
3902
3902
|
s[0] || (s[0] = f("strong", { class: "hidden-visually" }, "Amount:", -1)),
|
|
3903
|
-
|
|
3903
|
+
S(" " + p(t.amount), 1)
|
|
3904
3904
|
]),
|
|
3905
|
-
t.deficit > 0 ? (l(), d("div",
|
|
3905
|
+
t.deficit > 0 ? (l(), d("div", Mr, [
|
|
3906
3906
|
s[1] || (s[1] = f("strong", { class: "hidden-visually" }, "Deficit: ", -1)),
|
|
3907
|
-
|
|
3907
|
+
S(" -" + p(t.deficit), 1)
|
|
3908
3908
|
])) : _("", !0),
|
|
3909
|
-
f("div",
|
|
3909
|
+
f("div", Br, [
|
|
3910
3910
|
s[2] || (s[2] = f("strong", { class: "hidden-visually" }, "Total:", -1)),
|
|
3911
|
-
|
|
3911
|
+
S(" " + p(t.total), 1)
|
|
3912
3912
|
])
|
|
3913
3913
|
])
|
|
3914
3914
|
], 2);
|
|
3915
3915
|
}
|
|
3916
|
-
const
|
|
3917
|
-
let
|
|
3918
|
-
const
|
|
3916
|
+
const Qf = /* @__PURE__ */ v(Rr, [["render", Pr]]);
|
|
3917
|
+
let Fr = 0;
|
|
3918
|
+
const Lr = {
|
|
3919
3919
|
name: "ProgressDonut",
|
|
3920
3920
|
props: {
|
|
3921
3921
|
percentage: {
|
|
@@ -3936,7 +3936,7 @@ const Er = {
|
|
|
3936
3936
|
},
|
|
3937
3937
|
data() {
|
|
3938
3938
|
return {
|
|
3939
|
-
uid: `progress-donut-${++
|
|
3939
|
+
uid: `progress-donut-${++Fr}`
|
|
3940
3940
|
};
|
|
3941
3941
|
},
|
|
3942
3942
|
watch: {
|
|
@@ -3964,17 +3964,17 @@ const Er = {
|
|
|
3964
3964
|
mounted() {
|
|
3965
3965
|
this.animate();
|
|
3966
3966
|
}
|
|
3967
|
-
},
|
|
3967
|
+
}, Hr = { class: "progress-donut__chart" }, Dr = {
|
|
3968
3968
|
class: "progress-donut__chart-svg",
|
|
3969
3969
|
viewBox: "0 0 32 32"
|
|
3970
|
-
},
|
|
3970
|
+
}, Vr = ["r"], Nr = {
|
|
3971
3971
|
key: 0,
|
|
3972
3972
|
class: "progress-donut__chart-value"
|
|
3973
|
-
},
|
|
3973
|
+
}, Wr = {
|
|
3974
3974
|
key: 0,
|
|
3975
3975
|
class: "progress-donut__value type-small-x"
|
|
3976
3976
|
};
|
|
3977
|
-
function
|
|
3977
|
+
function Xr(e, s, t, n, i, o) {
|
|
3978
3978
|
return l(), d("div", {
|
|
3979
3979
|
class: h(["progress-donut", {
|
|
3980
3980
|
"progress-donut--small": t.small,
|
|
@@ -3985,8 +3985,8 @@ function Pr(e, s, t, n, i, o) {
|
|
|
3985
3985
|
}])
|
|
3986
3986
|
}, [
|
|
3987
3987
|
s[0] || (s[0] = f("strong", { class: "hidden-visually" }, "Course Progress", -1)),
|
|
3988
|
-
f("div",
|
|
3989
|
-
(l(), d("svg",
|
|
3988
|
+
f("div", Hr, [
|
|
3989
|
+
(l(), d("svg", Dr, [
|
|
3990
3990
|
f("circle", {
|
|
3991
3991
|
class: "progress-donut__chart-pie",
|
|
3992
3992
|
ref: "pie",
|
|
@@ -4000,15 +4000,15 @@ function Pr(e, s, t, n, i, o) {
|
|
|
4000
4000
|
r: t.small ? 7 : 11,
|
|
4001
4001
|
cx: "16",
|
|
4002
4002
|
cy: "16"
|
|
4003
|
-
}, null, 8,
|
|
4003
|
+
}, null, 8, Vr)
|
|
4004
4004
|
])),
|
|
4005
|
-
t.small ? _("", !0) : (l(), d("strong",
|
|
4005
|
+
t.small ? _("", !0) : (l(), d("strong", Nr, p(t.percentage) + "% ", 1))
|
|
4006
4006
|
]),
|
|
4007
|
-
t.small ? (l(), d("strong",
|
|
4007
|
+
t.small ? (l(), d("strong", Wr, p(t.percentage) + "% ", 1)) : _("", !0)
|
|
4008
4008
|
], 2);
|
|
4009
4009
|
}
|
|
4010
|
-
const
|
|
4011
|
-
function
|
|
4010
|
+
const eh = /* @__PURE__ */ v(Lr, [["render", Xr]]);
|
|
4011
|
+
function qr(e, s) {
|
|
4012
4012
|
return !s || !Array.isArray(s) ? [] : s.map((t) => {
|
|
4013
4013
|
const n = /* @__PURE__ */ new Set(), i = t.getValue || ((r) => r[t.uid]);
|
|
4014
4014
|
e.forEach((r) => {
|
|
@@ -4026,9 +4026,9 @@ function Fr(e, s) {
|
|
|
4026
4026
|
};
|
|
4027
4027
|
});
|
|
4028
4028
|
}
|
|
4029
|
-
function
|
|
4030
|
-
const t = (
|
|
4031
|
-
const L =
|
|
4029
|
+
function th(e, s = {}) {
|
|
4030
|
+
const t = ($, F) => {
|
|
4031
|
+
const L = $[F];
|
|
4032
4032
|
return L === null || typeof L > "u" ? [] : Array.isArray(L) ? L : [L];
|
|
4033
4033
|
}, {
|
|
4034
4034
|
initialFacets: n,
|
|
@@ -4039,16 +4039,16 @@ function Ff(e, s = {}) {
|
|
|
4039
4039
|
extraSortTypes: c = {},
|
|
4040
4040
|
searchOptions: u = {},
|
|
4041
4041
|
getItemFacet: m = t,
|
|
4042
|
-
getSortValue:
|
|
4043
|
-
} = s,
|
|
4044
|
-
const X =
|
|
4042
|
+
getSortValue: w = ($) => $.title || $.label || ""
|
|
4043
|
+
} = s, C = ($) => $.sort((F, L) => {
|
|
4044
|
+
const X = w(F), W = w(L);
|
|
4045
4045
|
return X && W ? String(X).localeCompare(String(W)) : X ? -1 : W ? 1 : 0;
|
|
4046
|
-
}),
|
|
4047
|
-
az: { text: "A-Z", sort:
|
|
4048
|
-
za: { text: "Z-A", sort: (
|
|
4046
|
+
}), I = {
|
|
4047
|
+
az: { text: "A-Z", sort: C },
|
|
4048
|
+
za: { text: "Z-A", sort: ($) => C($).reverse() }
|
|
4049
4049
|
};
|
|
4050
|
-
function
|
|
4051
|
-
return (
|
|
4050
|
+
function x($) {
|
|
4051
|
+
return ($ || []).map((F) => ({
|
|
4052
4052
|
...F,
|
|
4053
4053
|
open: F.open || !1,
|
|
4054
4054
|
children: F.children.map((L) => ({
|
|
@@ -4058,42 +4058,42 @@ function Ff(e, s = {}) {
|
|
|
4058
4058
|
selectedCount: 0
|
|
4059
4059
|
}));
|
|
4060
4060
|
}
|
|
4061
|
-
const P = k(() => !i || !e.value?.length ? null :
|
|
4062
|
-
i && !n &&
|
|
4063
|
-
H.value =
|
|
4061
|
+
const P = k(() => !i || !e.value?.length ? null : qr(e.value, i)), H = M(x(n || P.value)), J = M(o), Re = M(r);
|
|
4062
|
+
i && !n && rs(P, ($) => {
|
|
4063
|
+
H.value = x($);
|
|
4064
4064
|
});
|
|
4065
4065
|
const ne = k(() => ({
|
|
4066
|
-
...a ? {} :
|
|
4066
|
+
...a ? {} : I,
|
|
4067
4067
|
...c
|
|
4068
4068
|
})), Q = k(() => ({
|
|
4069
4069
|
shouldSort: !0,
|
|
4070
4070
|
keys: ["title", "label", "description", "author"],
|
|
4071
4071
|
...u
|
|
4072
4072
|
})), ye = k(() => {
|
|
4073
|
-
const
|
|
4073
|
+
const $ = [];
|
|
4074
4074
|
return H.value.forEach((F) => {
|
|
4075
4075
|
const { name: L, uid: X, children: W } = F;
|
|
4076
|
-
let
|
|
4077
|
-
W && W.forEach((
|
|
4078
|
-
|
|
4079
|
-
}), F.selectedCount =
|
|
4080
|
-
}),
|
|
4081
|
-
}),
|
|
4082
|
-
const L = m(
|
|
4076
|
+
let xe = 0, yt = !1;
|
|
4077
|
+
W && W.forEach((pt) => {
|
|
4078
|
+
pt.selected && (++xe, yt || ($.push({ uid: X, name: L, children: [] }), yt = !0), $[$.length - 1].children.push(pt));
|
|
4079
|
+
}), F.selectedCount = xe;
|
|
4080
|
+
}), $;
|
|
4081
|
+
}), pe = k(() => ye.value.length ? e.value.filter(($) => ye.value.every((F) => {
|
|
4082
|
+
const L = m($, F.uid);
|
|
4083
4083
|
return L && L.length ? F.children.some((X) => L.includes(X.uid)) : !1;
|
|
4084
|
-
})) : e.value),
|
|
4085
|
-
const
|
|
4086
|
-
return typeof
|
|
4084
|
+
})) : e.value), ve = k(() => J.value?.length ? new an(pe.value, Q.value).search(J.value).map((F) => F.item) : pe.value), D = k(() => {
|
|
4085
|
+
const $ = ne.value[Re.value]?.sort;
|
|
4086
|
+
return typeof $ != "function" ? ve.value : $([...ve.value]);
|
|
4087
4087
|
});
|
|
4088
4088
|
function ee() {
|
|
4089
|
-
H.value.forEach((
|
|
4090
|
-
|
|
4089
|
+
H.value.forEach(($) => {
|
|
4090
|
+
$.children && $.children.forEach((F) => F.selected = !1);
|
|
4091
4091
|
});
|
|
4092
4092
|
}
|
|
4093
|
-
function le({ groupUid:
|
|
4094
|
-
const X = H.value.find((W) => W.uid ===
|
|
4093
|
+
function le({ groupUid: $, facetUid: F, selected: L }) {
|
|
4094
|
+
const X = H.value.find((W) => W.uid === $);
|
|
4095
4095
|
if (X) {
|
|
4096
|
-
const W = X.children.find((
|
|
4096
|
+
const W = X.children.find((xe) => xe.uid === F);
|
|
4097
4097
|
W && (W.selected = L);
|
|
4098
4098
|
}
|
|
4099
4099
|
}
|
|
@@ -4111,7 +4111,7 @@ function Ff(e, s = {}) {
|
|
|
4111
4111
|
handleFacetChange: le
|
|
4112
4112
|
};
|
|
4113
4113
|
}
|
|
4114
|
-
const
|
|
4114
|
+
const Yr = { class: "UluFacets__facet-list" }, Kr = ["id", "checked", "onChange"], Gr = ["for"], Rt = {
|
|
4115
4115
|
__name: "UluFacetsList",
|
|
4116
4116
|
props: {
|
|
4117
4117
|
groupUid: String,
|
|
@@ -4124,8 +4124,8 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4124
4124
|
function i(o) {
|
|
4125
4125
|
return `facet-${t.groupUid}-${o.uid}`;
|
|
4126
4126
|
}
|
|
4127
|
-
return (o, r) => (l(), d("ul",
|
|
4128
|
-
(l(!0), d(
|
|
4127
|
+
return (o, r) => (l(), d("ul", Yr, [
|
|
4128
|
+
(l(!0), d(O, null, T(e.children, (a) => (l(), d("li", {
|
|
4129
4129
|
class: h(["UluFacets__facet", e.classFacet]),
|
|
4130
4130
|
key: a.uid
|
|
4131
4131
|
}, [
|
|
@@ -4135,15 +4135,15 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4135
4135
|
type: "checkbox",
|
|
4136
4136
|
checked: a.selected,
|
|
4137
4137
|
onChange: (c) => n("facet-change", { groupUid: e.groupUid, facetUid: a.uid, selected: c.target.checked })
|
|
4138
|
-
}, null, 40,
|
|
4138
|
+
}, null, 40, Kr),
|
|
4139
4139
|
f("label", {
|
|
4140
4140
|
class: "UluFacets__facet-label",
|
|
4141
4141
|
for: i(a)
|
|
4142
|
-
},
|
|
4142
|
+
}, p(a.label), 9, Gr)
|
|
4143
4143
|
], 2))), 128))
|
|
4144
4144
|
]));
|
|
4145
4145
|
}
|
|
4146
|
-
},
|
|
4146
|
+
}, Zr = { class: "UluFacetsFilters" }, sh = {
|
|
4147
4147
|
__name: "UluFacetsFilters",
|
|
4148
4148
|
props: {
|
|
4149
4149
|
classes: {
|
|
@@ -4162,8 +4162,8 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4162
4162
|
emits: ["facet-change"],
|
|
4163
4163
|
setup(e, { emit: s }) {
|
|
4164
4164
|
const t = s;
|
|
4165
|
-
return (n, i) => (l(), d("div",
|
|
4166
|
-
(l(!0), d(
|
|
4165
|
+
return (n, i) => (l(), d("div", Zr, [
|
|
4166
|
+
(l(!0), d(O, null, T(e.facets, (o) => (l(), y(Tt, {
|
|
4167
4167
|
class: h(["UluFacets__group", e.classes.group]),
|
|
4168
4168
|
classToggle: ["UluFacets__group-toggle", e.classes.groupToggle],
|
|
4169
4169
|
classContent: ["UluFacets__group-content", e.classes.groupContent],
|
|
@@ -4179,17 +4179,17 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4179
4179
|
group: o,
|
|
4180
4180
|
isOpen: r
|
|
4181
4181
|
}, () => [
|
|
4182
|
-
|
|
4182
|
+
S(p(o.name), 1)
|
|
4183
4183
|
])
|
|
4184
4184
|
]),
|
|
4185
4185
|
default: b(() => [
|
|
4186
|
-
R(
|
|
4186
|
+
R(Rt, {
|
|
4187
4187
|
children: o.children.slice(0, e.maxVisible),
|
|
4188
4188
|
groupUid: o.uid,
|
|
4189
4189
|
classFacet: e.classes.facet,
|
|
4190
4190
|
onFacetChange: i[0] || (i[0] = (r) => t("facet-change", r))
|
|
4191
4191
|
}, null, 8, ["children", "groupUid", "classFacet"]),
|
|
4192
|
-
o.children.length > e.maxVisible ? (l(), y(
|
|
4192
|
+
o.children.length > e.maxVisible ? (l(), y(Tt, {
|
|
4193
4193
|
key: 0,
|
|
4194
4194
|
class: h(["UluFacets__more-facets", e.classes.moreFacets]),
|
|
4195
4195
|
clickOutsideCloses: !1,
|
|
@@ -4197,10 +4197,10 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4197
4197
|
transitionHeight: !0
|
|
4198
4198
|
}, {
|
|
4199
4199
|
toggle: b(({ isOpen: r }) => [
|
|
4200
|
-
|
|
4200
|
+
S(p(r ? "- Less" : "+ More"), 1)
|
|
4201
4201
|
]),
|
|
4202
4202
|
default: b(() => [
|
|
4203
|
-
R(
|
|
4203
|
+
R(Rt, {
|
|
4204
4204
|
children: o.children.slice(e.maxVisible),
|
|
4205
4205
|
groupUid: o.uid,
|
|
4206
4206
|
classFacet: e.classes.facet,
|
|
@@ -4214,10 +4214,10 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4214
4214
|
}, 1032, ["class", "classToggle", "classContent", "group", "startOpen"]))), 128))
|
|
4215
4215
|
]));
|
|
4216
4216
|
}
|
|
4217
|
-
},
|
|
4217
|
+
}, Jr = { class: "UluFacetsResults" }, Qr = {
|
|
4218
4218
|
key: 1,
|
|
4219
4219
|
class: "UluFacetsResults__empty"
|
|
4220
|
-
},
|
|
4220
|
+
}, nh = {
|
|
4221
4221
|
__name: "UluFacetsResults",
|
|
4222
4222
|
props: {
|
|
4223
4223
|
items: {
|
|
@@ -4234,15 +4234,15 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4234
4234
|
}
|
|
4235
4235
|
},
|
|
4236
4236
|
setup(e) {
|
|
4237
|
-
return (s, t) => (l(), d("div",
|
|
4238
|
-
e.items.length ? (l(), y(
|
|
4237
|
+
return (s, t) => (l(), d("div", Jr, [
|
|
4238
|
+
e.items.length ? (l(), y(os, {
|
|
4239
4239
|
key: 0,
|
|
4240
4240
|
tag: e.tag,
|
|
4241
4241
|
name: e.transitionName,
|
|
4242
4242
|
class: "UluFacetsResults__list"
|
|
4243
4243
|
}, {
|
|
4244
4244
|
default: b(() => [
|
|
4245
|
-
(l(!0), d(
|
|
4245
|
+
(l(!0), d(O, null, T(e.items, (n, i) => (l(), d("li", {
|
|
4246
4246
|
class: "UluFacetsResults__item",
|
|
4247
4247
|
key: n.id || i
|
|
4248
4248
|
}, [
|
|
@@ -4253,14 +4253,14 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4253
4253
|
]))), 128))
|
|
4254
4254
|
]),
|
|
4255
4255
|
_: 3
|
|
4256
|
-
}, 8, ["tag", "name"])) : (l(), d("div",
|
|
4256
|
+
}, 8, ["tag", "name"])) : (l(), d("div", Qr, [
|
|
4257
4257
|
g(s.$slots, "empty", {}, () => [
|
|
4258
4258
|
t[0] || (t[0] = f("p", null, "No matching items found.", -1))
|
|
4259
4259
|
])
|
|
4260
4260
|
]))
|
|
4261
4261
|
]));
|
|
4262
4262
|
}
|
|
4263
|
-
},
|
|
4263
|
+
}, ea = { class: "UluFacets__keyword-search" }, ta = ["placeholder"], oh = {
|
|
4264
4264
|
__name: "UluFacetsSearch",
|
|
4265
4265
|
props: {
|
|
4266
4266
|
classes: {
|
|
@@ -4285,7 +4285,7 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4285
4285
|
n("update:modelValue", a);
|
|
4286
4286
|
}
|
|
4287
4287
|
});
|
|
4288
|
-
return (a, c) => (l(), d("div",
|
|
4288
|
+
return (a, c) => (l(), d("div", ea, [
|
|
4289
4289
|
f("label", {
|
|
4290
4290
|
class: h(e.classes.searchLabel),
|
|
4291
4291
|
for: o
|
|
@@ -4298,29 +4298,29 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4298
4298
|
"onUpdate:modelValue": c[0] || (c[0] = (u) => r.value = u),
|
|
4299
4299
|
type: "text",
|
|
4300
4300
|
placeholder: e.placeholder
|
|
4301
|
-
}, null, 10,
|
|
4302
|
-
[
|
|
4301
|
+
}, null, 10, ta), [
|
|
4302
|
+
[Ys, r.value]
|
|
4303
4303
|
])
|
|
4304
4304
|
]));
|
|
4305
4305
|
}
|
|
4306
|
-
},
|
|
4306
|
+
}, sa = { class: "UluFacetsSidebarLayout" }, na = { class: "UluFacetsSidebarLayout__header" }, oa = { class: "UluFacetsSidebarLayout__body" }, ia = { class: "UluFacetsSidebarLayout__sidebar" }, ra = { class: "UluFacetsSidebarLayout__main" }, ih = {
|
|
4307
4307
|
__name: "UluFacetsSidebarLayout",
|
|
4308
4308
|
setup(e) {
|
|
4309
|
-
return (s, t) => (l(), d("div",
|
|
4310
|
-
f("div",
|
|
4309
|
+
return (s, t) => (l(), d("div", sa, [
|
|
4310
|
+
f("div", na, [
|
|
4311
4311
|
g(s.$slots, "header")
|
|
4312
4312
|
]),
|
|
4313
|
-
f("div",
|
|
4314
|
-
f("div",
|
|
4313
|
+
f("div", oa, [
|
|
4314
|
+
f("div", ia, [
|
|
4315
4315
|
g(s.$slots, "sidebar")
|
|
4316
4316
|
]),
|
|
4317
|
-
f("div",
|
|
4317
|
+
f("div", ra, [
|
|
4318
4318
|
g(s.$slots, "main")
|
|
4319
4319
|
])
|
|
4320
4320
|
])
|
|
4321
4321
|
]));
|
|
4322
4322
|
}
|
|
4323
|
-
},
|
|
4323
|
+
}, aa = ["for"], la = ["value", "id"], ca = ["value"], rh = {
|
|
4324
4324
|
__name: "UluFacetsSort",
|
|
4325
4325
|
props: {
|
|
4326
4326
|
classes: {
|
|
@@ -4348,23 +4348,23 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4348
4348
|
class: h(e.classes.sortFormLabel)
|
|
4349
4349
|
}, [
|
|
4350
4350
|
g(o.$slots, "default", {}, () => [
|
|
4351
|
-
r[1] || (r[1] =
|
|
4351
|
+
r[1] || (r[1] = S("Sort:"))
|
|
4352
4352
|
])
|
|
4353
|
-
], 10,
|
|
4353
|
+
], 10, aa),
|
|
4354
4354
|
f("select", {
|
|
4355
4355
|
value: e.modelValue,
|
|
4356
4356
|
onChange: r[0] || (r[0] = (a) => n("update:modelValue", a.target.value)),
|
|
4357
4357
|
id: i.value,
|
|
4358
4358
|
class: h(e.classes.sortFormSelect)
|
|
4359
4359
|
}, [
|
|
4360
|
-
(l(!0), d(
|
|
4360
|
+
(l(!0), d(O, null, T(e.sortTypes, (a, c) => (l(), d("option", {
|
|
4361
4361
|
value: c,
|
|
4362
4362
|
key: c
|
|
4363
|
-
},
|
|
4364
|
-
], 42,
|
|
4363
|
+
}, p(a.text), 9, ca))), 128))
|
|
4364
|
+
], 42, la)
|
|
4365
4365
|
], 2));
|
|
4366
4366
|
}
|
|
4367
|
-
},
|
|
4367
|
+
}, ys = Symbol(), ps = Symbol(), Fe = Symbol(), ua = {
|
|
4368
4368
|
name: "ScrollAnchors",
|
|
4369
4369
|
props: {
|
|
4370
4370
|
firstItemActive: Boolean,
|
|
@@ -4397,7 +4397,7 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4397
4397
|
provide() {
|
|
4398
4398
|
return {
|
|
4399
4399
|
[Fe]: k(() => this.sections),
|
|
4400
|
-
[
|
|
4400
|
+
[ys]: (e) => {
|
|
4401
4401
|
const { titleId: s, title: t } = e, { element: n } = e.$refs;
|
|
4402
4402
|
this.sections.push({
|
|
4403
4403
|
instance: e,
|
|
@@ -4407,7 +4407,7 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4407
4407
|
active: !1
|
|
4408
4408
|
}), this.update();
|
|
4409
4409
|
},
|
|
4410
|
-
[
|
|
4410
|
+
[ps]: (e) => {
|
|
4411
4411
|
const s = this.sections, t = s.findIndex((n) => n.instance === e);
|
|
4412
4412
|
t > -1 && s.splice(t, 1), this.update();
|
|
4413
4413
|
}
|
|
@@ -4428,10 +4428,10 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4428
4428
|
let i = 0;
|
|
4429
4429
|
const o = (r) => {
|
|
4430
4430
|
r.forEach(({ target: a, isIntersecting: c }) => {
|
|
4431
|
-
const u = this.getSectionIndex(a), m = a.offsetTop,
|
|
4432
|
-
|
|
4433
|
-
c ? (t(
|
|
4434
|
-
section:
|
|
4431
|
+
const u = this.getSectionIndex(a), m = a.offsetTop, w = s[u], C = u === 0 && i > m, I = u === s.length - 1 && i < m;
|
|
4432
|
+
w && this.$nextTick(() => {
|
|
4433
|
+
c ? (t(w), w.active = !0) : (C && !n || I && w.active) && t(), this.$emit("sectionChange", {
|
|
4434
|
+
section: w,
|
|
4435
4435
|
sections: s,
|
|
4436
4436
|
active: c
|
|
4437
4437
|
});
|
|
@@ -4468,13 +4468,13 @@ const Lr = { class: "UluFacets__facet-list" }, Hr = ["id", "checked", "onChange"
|
|
|
4468
4468
|
unmounted() {
|
|
4469
4469
|
this.destroyObserver();
|
|
4470
4470
|
}
|
|
4471
|
-
},
|
|
4472
|
-
function
|
|
4473
|
-
return l(), d("div",
|
|
4471
|
+
}, da = { class: "scroll-anchors" };
|
|
4472
|
+
function fa(e, s, t, n, i, o) {
|
|
4473
|
+
return l(), d("div", da, [
|
|
4474
4474
|
g(e.$slots, "default")
|
|
4475
4475
|
]);
|
|
4476
4476
|
}
|
|
4477
|
-
const
|
|
4477
|
+
const ah = /* @__PURE__ */ v(ua, [["render", fa]]), ha = {
|
|
4478
4478
|
name: "ScrollAnchorsNav",
|
|
4479
4479
|
inject: {
|
|
4480
4480
|
sections: { from: Fe }
|
|
@@ -4485,36 +4485,36 @@ const Wf = /* @__PURE__ */ p(sa, [["render", oa]]), ia = {
|
|
|
4485
4485
|
default: "nav"
|
|
4486
4486
|
}
|
|
4487
4487
|
}
|
|
4488
|
-
},
|
|
4489
|
-
function
|
|
4490
|
-
return o.sections.length ? (l(), y(
|
|
4488
|
+
}, ma = ["href"];
|
|
4489
|
+
function ga(e, s, t, n, i, o) {
|
|
4490
|
+
return o.sections.length ? (l(), y(z(t.element), {
|
|
4491
4491
|
key: 0,
|
|
4492
4492
|
class: "scroll-anchors__nav"
|
|
4493
4493
|
}, {
|
|
4494
4494
|
default: b(() => [
|
|
4495
4495
|
f("ul", null, [
|
|
4496
|
-
(l(!0), d(
|
|
4496
|
+
(l(!0), d(O, null, T(o.sections, (r, a) => (l(), d("li", {
|
|
4497
4497
|
key: a,
|
|
4498
4498
|
class: h({ "is-active": r.active })
|
|
4499
4499
|
}, [
|
|
4500
4500
|
f("a", {
|
|
4501
4501
|
class: h({ "is-active": r.active }),
|
|
4502
4502
|
href: `#${r.titleId}`
|
|
4503
|
-
},
|
|
4503
|
+
}, p(r.title), 11, ma)
|
|
4504
4504
|
], 2))), 128))
|
|
4505
4505
|
])
|
|
4506
4506
|
]),
|
|
4507
4507
|
_: 1
|
|
4508
4508
|
})) : _("", !0);
|
|
4509
4509
|
}
|
|
4510
|
-
const
|
|
4511
|
-
function
|
|
4510
|
+
const lh = /* @__PURE__ */ v(ha, [["render", ga]]);
|
|
4511
|
+
function vs(e) {
|
|
4512
4512
|
requestAnimationFrame(() => {
|
|
4513
4513
|
const s = new MessageChannel();
|
|
4514
4514
|
s.port1.onmessage = e, s.port2.postMessage(void 0);
|
|
4515
4515
|
});
|
|
4516
4516
|
}
|
|
4517
|
-
const
|
|
4517
|
+
const _a = {
|
|
4518
4518
|
name: "ScrollAnchorsNavAnimated",
|
|
4519
4519
|
inject: {
|
|
4520
4520
|
sections: { from: Fe }
|
|
@@ -4552,7 +4552,7 @@ const la = {
|
|
|
4552
4552
|
},
|
|
4553
4553
|
watch: {
|
|
4554
4554
|
indicatorStyles(e) {
|
|
4555
|
-
e && !this.indicatorAnimReady &&
|
|
4555
|
+
e && !this.indicatorAnimReady && vs(() => {
|
|
4556
4556
|
this.indicatorAnimReady = !0;
|
|
4557
4557
|
});
|
|
4558
4558
|
}
|
|
@@ -4562,15 +4562,15 @@ const la = {
|
|
|
4562
4562
|
this.linkRefs[e] = s;
|
|
4563
4563
|
}
|
|
4564
4564
|
}
|
|
4565
|
-
},
|
|
4566
|
-
function
|
|
4567
|
-
return o.sections.length ? (l(), y(
|
|
4565
|
+
}, ya = { class: "scroll-anchors__rail" }, pa = ["href"];
|
|
4566
|
+
function va(e, s, t, n, i, o) {
|
|
4567
|
+
return o.sections.length ? (l(), y(z(t.element), {
|
|
4568
4568
|
key: 0,
|
|
4569
4569
|
class: "scroll-anchors__nav scroll-anchors__nav--animated"
|
|
4570
4570
|
}, {
|
|
4571
4571
|
default: b(() => [
|
|
4572
|
-
f("ul",
|
|
4573
|
-
(l(!0), d(
|
|
4572
|
+
f("ul", ya, [
|
|
4573
|
+
(l(!0), d(O, null, T(o.sections, (r, a) => (l(), d("li", {
|
|
4574
4574
|
key: a,
|
|
4575
4575
|
class: h({ "is-active": r.active })
|
|
4576
4576
|
}, [
|
|
@@ -4579,7 +4579,7 @@ function da(e, s, t, n, i, o) {
|
|
|
4579
4579
|
ref_for: !0,
|
|
4580
4580
|
ref: (c) => o.addLinkRef(a, c),
|
|
4581
4581
|
href: `#${r.titleId}`
|
|
4582
|
-
},
|
|
4582
|
+
}, p(r.title), 11, pa)
|
|
4583
4583
|
], 2))), 128))
|
|
4584
4584
|
]),
|
|
4585
4585
|
f("div", {
|
|
@@ -4597,7 +4597,7 @@ function da(e, s, t, n, i, o) {
|
|
|
4597
4597
|
_: 1
|
|
4598
4598
|
})) : _("", !0);
|
|
4599
4599
|
}
|
|
4600
|
-
const
|
|
4600
|
+
const ch = /* @__PURE__ */ v(_a, [["render", va]]), ba = {
|
|
4601
4601
|
name: "ScrollAnchorsSection",
|
|
4602
4602
|
props: {
|
|
4603
4603
|
title: String,
|
|
@@ -4620,14 +4620,14 @@ const Yf = /* @__PURE__ */ p(la, [["render", da]]), fa = {
|
|
|
4620
4620
|
}
|
|
4621
4621
|
},
|
|
4622
4622
|
inject: {
|
|
4623
|
-
register: { from:
|
|
4624
|
-
unregister: { from:
|
|
4623
|
+
register: { from: ys },
|
|
4624
|
+
unregister: { from: ps },
|
|
4625
4625
|
sections: { from: Fe, default: () => k(() => []) }
|
|
4626
4626
|
},
|
|
4627
4627
|
data() {
|
|
4628
4628
|
const { anchorId: e, title: s } = this;
|
|
4629
4629
|
return {
|
|
4630
|
-
titleId: e || `sas-title-${
|
|
4630
|
+
titleId: e || `sas-title-${Qi(s)}`
|
|
4631
4631
|
};
|
|
4632
4632
|
},
|
|
4633
4633
|
computed: {
|
|
@@ -4642,24 +4642,24 @@ const Yf = /* @__PURE__ */ p(la, [["render", da]]), fa = {
|
|
|
4642
4642
|
this.unregister && this.unregister(this);
|
|
4643
4643
|
}
|
|
4644
4644
|
};
|
|
4645
|
-
function
|
|
4645
|
+
function wa(e, s, t, n, i, o) {
|
|
4646
4646
|
return l(), d("div", {
|
|
4647
4647
|
class: h([t.wrapperClass, { [t.activeClass]: t.activeClass && o.section?.active }]),
|
|
4648
4648
|
ref: "element"
|
|
4649
4649
|
}, [
|
|
4650
|
-
(l(), y(
|
|
4650
|
+
(l(), y(z(t.titleElement), {
|
|
4651
4651
|
class: h(t.titleClass),
|
|
4652
4652
|
id: i.titleId
|
|
4653
4653
|
}, {
|
|
4654
4654
|
default: b(() => [
|
|
4655
|
-
|
|
4655
|
+
S(p(t.title), 1)
|
|
4656
4656
|
]),
|
|
4657
4657
|
_: 1
|
|
4658
4658
|
}, 8, ["class", "id"])),
|
|
4659
4659
|
g(e.$slots, "default", { section: o.section })
|
|
4660
4660
|
], 2);
|
|
4661
4661
|
}
|
|
4662
|
-
const
|
|
4662
|
+
const uh = /* @__PURE__ */ v(ba, [["render", wa]]), Sa = {
|
|
4663
4663
|
__name: "UluSkeletonText",
|
|
4664
4664
|
props: {
|
|
4665
4665
|
/**
|
|
@@ -4684,7 +4684,7 @@ const qf = /* @__PURE__ */ p(fa, [["render", ha]]), ma = {
|
|
|
4684
4684
|
}])
|
|
4685
4685
|
}, null, 2));
|
|
4686
4686
|
}
|
|
4687
|
-
},
|
|
4687
|
+
}, dh = {
|
|
4688
4688
|
__name: "UluShowSkeleton",
|
|
4689
4689
|
props: {
|
|
4690
4690
|
/**
|
|
@@ -4693,20 +4693,20 @@ const qf = /* @__PURE__ */ p(fa, [["render", ha]]), ma = {
|
|
|
4693
4693
|
when: Boolean
|
|
4694
4694
|
},
|
|
4695
4695
|
setup(e) {
|
|
4696
|
-
return (s, t) => e.when ? (l(), y(
|
|
4696
|
+
return (s, t) => e.when ? (l(), y(Sa, {
|
|
4697
4697
|
key: 1,
|
|
4698
4698
|
inline: ""
|
|
4699
4699
|
})) : g(s.$slots, "default", { key: 0 });
|
|
4700
4700
|
}
|
|
4701
4701
|
};
|
|
4702
|
-
function
|
|
4702
|
+
function ka(e, s) {
|
|
4703
4703
|
return [...Array(e)].map((t, n) => s(n));
|
|
4704
4704
|
}
|
|
4705
|
-
function
|
|
4705
|
+
function fh(e, s) {
|
|
4706
4706
|
var t = e.indexOf(s);
|
|
4707
4707
|
t > -1 && e.splice(t, 1);
|
|
4708
4708
|
}
|
|
4709
|
-
const
|
|
4709
|
+
const hh = {
|
|
4710
4710
|
__name: "UluSkeletonContent",
|
|
4711
4711
|
props: {
|
|
4712
4712
|
/**
|
|
@@ -4718,7 +4718,7 @@ const Zf = {
|
|
|
4718
4718
|
}
|
|
4719
4719
|
},
|
|
4720
4720
|
setup(e) {
|
|
4721
|
-
const s = e, t = k(() =>
|
|
4721
|
+
const s = e, t = k(() => ka(s.lines, () => {
|
|
4722
4722
|
const i = Me(70, 100);
|
|
4723
4723
|
let o = 0;
|
|
4724
4724
|
const r = () => {
|
|
@@ -4733,8 +4733,8 @@ const Zf = {
|
|
|
4733
4733
|
return a.map((u) => ({ width: u, alt: Math.random() < 0.5 }));
|
|
4734
4734
|
}));
|
|
4735
4735
|
return (n, i) => (l(), d("div", null, [
|
|
4736
|
-
(l(!0), d(
|
|
4737
|
-
(l(!0), d(
|
|
4736
|
+
(l(!0), d(O, null, T(t.value, (o, r) => (l(), d("div", { key: r }, [
|
|
4737
|
+
(l(!0), d(O, null, T(o, (a) => (l(), d("span", {
|
|
4738
4738
|
key: a,
|
|
4739
4739
|
class: h(["skeleton skeleton--text skeleton--inline", { "skeleton--background-alt": a.alt }]),
|
|
4740
4740
|
style: B({ width: `${a.width}%` })
|
|
@@ -4742,14 +4742,14 @@ const Zf = {
|
|
|
4742
4742
|
]))), 128))
|
|
4743
4743
|
]));
|
|
4744
4744
|
}
|
|
4745
|
-
},
|
|
4745
|
+
}, Ca = { class: "skeleton skeleton-block--media" }, mh = {
|
|
4746
4746
|
__name: "UluSkeletonMedia",
|
|
4747
4747
|
setup(e) {
|
|
4748
|
-
return (s, t) => (l(), d("div",
|
|
4748
|
+
return (s, t) => (l(), d("div", Ca, [
|
|
4749
4749
|
R(V, { icon: "type:image" })
|
|
4750
4750
|
]));
|
|
4751
4751
|
}
|
|
4752
|
-
},
|
|
4752
|
+
}, Ta = {
|
|
4753
4753
|
name: "SlideShow",
|
|
4754
4754
|
props: {
|
|
4755
4755
|
/**
|
|
@@ -4940,27 +4940,27 @@ const Zf = {
|
|
|
4940
4940
|
beforeUnmount() {
|
|
4941
4941
|
this.destroyObserver();
|
|
4942
4942
|
}
|
|
4943
|
-
},
|
|
4943
|
+
}, Aa = { class: "slideshow" }, $a = {
|
|
4944
4944
|
class: "slideshow__control-context",
|
|
4945
4945
|
ref: "context"
|
|
4946
|
-
},
|
|
4946
|
+
}, Oa = {
|
|
4947
4947
|
class: "slideshow__track-crop",
|
|
4948
4948
|
ref: "crop"
|
|
4949
|
-
},
|
|
4949
|
+
}, Ra = {
|
|
4950
4950
|
class: "slideshow__track",
|
|
4951
4951
|
ref: "track"
|
|
4952
|
-
},
|
|
4952
|
+
}, xa = ["tabindex"], Ua = { class: "slideshow__controls" }, Ia = { class: "slideshow__controls-item slideshow__controls-item--previous" }, ja = ["disabled"], Ea = { class: "slideshow__controls-item slideshow__controls-item--next" }, za = ["disabled"], Ma = {
|
|
4953
4953
|
key: 0,
|
|
4954
4954
|
class: "slideshow__nav",
|
|
4955
4955
|
ref: "nav"
|
|
4956
|
-
},
|
|
4957
|
-
function
|
|
4958
|
-
const r =
|
|
4959
|
-
return l(), d("div",
|
|
4960
|
-
f("div",
|
|
4961
|
-
f("div",
|
|
4962
|
-
f("ul",
|
|
4963
|
-
(l(!0), d(
|
|
4956
|
+
}, Ba = ["onClick"], Pa = { class: "hidden-visually" };
|
|
4957
|
+
function Fa(e, s, t, n, i, o) {
|
|
4958
|
+
const r = A("FaIcon");
|
|
4959
|
+
return l(), d("div", Aa, [
|
|
4960
|
+
f("div", $a, [
|
|
4961
|
+
f("div", Oa, [
|
|
4962
|
+
f("ul", Ra, [
|
|
4963
|
+
(l(!0), d(O, null, T(i.slides, (a, c) => (l(), d("li", {
|
|
4964
4964
|
class: h(["slideshow__slide", { "is-active": a.active }]),
|
|
4965
4965
|
key: c,
|
|
4966
4966
|
tabindex: t.slideFocusable ? "0" : "-1",
|
|
@@ -4973,11 +4973,11 @@ function xa(e, s, t, n, i, o) {
|
|
|
4973
4973
|
item: a.item,
|
|
4974
4974
|
index: c
|
|
4975
4975
|
})
|
|
4976
|
-
], 10,
|
|
4976
|
+
], 10, xa))), 128))
|
|
4977
4977
|
], 512)
|
|
4978
4978
|
], 512),
|
|
4979
|
-
f("ul",
|
|
4980
|
-
f("li",
|
|
4979
|
+
f("ul", Ua, [
|
|
4980
|
+
f("li", Ia, [
|
|
4981
4981
|
f("button", {
|
|
4982
4982
|
class: "slideshow__control-button slideshow__control-button--previous",
|
|
4983
4983
|
"aria-label": "Scroll Right",
|
|
@@ -4988,9 +4988,9 @@ function xa(e, s, t, n, i, o) {
|
|
|
4988
4988
|
class: "slideshow__control-icon",
|
|
4989
4989
|
icon: "fas fa-chevron-left"
|
|
4990
4990
|
})
|
|
4991
|
-
], 8,
|
|
4991
|
+
], 8, ja)
|
|
4992
4992
|
]),
|
|
4993
|
-
f("li",
|
|
4993
|
+
f("li", Ea, [
|
|
4994
4994
|
f("button", {
|
|
4995
4995
|
class: "slideshow__control-button slideshow__control-button--next",
|
|
4996
4996
|
"aria-label": "Scroll Left",
|
|
@@ -5001,12 +5001,12 @@ function xa(e, s, t, n, i, o) {
|
|
|
5001
5001
|
class: "slideshow__control-icon",
|
|
5002
5002
|
icon: "fas fa-chevron-right"
|
|
5003
5003
|
})
|
|
5004
|
-
], 8,
|
|
5004
|
+
], 8, za)
|
|
5005
5005
|
])
|
|
5006
5006
|
])
|
|
5007
5007
|
], 512),
|
|
5008
|
-
t.noNav ? _("", !0) : (l(), d("ul",
|
|
5009
|
-
(l(!0), d(
|
|
5008
|
+
t.noNav ? _("", !0) : (l(), d("ul", Ma, [
|
|
5009
|
+
(l(!0), d(O, null, T(i.slides, (a, c) => (l(), d("li", {
|
|
5010
5010
|
class: h(["slideshow__nav-item", { "is-active": a.active }]),
|
|
5011
5011
|
ref_for: !0,
|
|
5012
5012
|
ref: (u) => {
|
|
@@ -5023,17 +5023,17 @@ function xa(e, s, t, n, i, o) {
|
|
|
5023
5023
|
index: c,
|
|
5024
5024
|
active: a.active
|
|
5025
5025
|
}, () => [
|
|
5026
|
-
f("span",
|
|
5026
|
+
f("span", Pa, "Item " + p(c + 1), 1)
|
|
5027
5027
|
])
|
|
5028
|
-
], 10,
|
|
5028
|
+
], 10, Ba)
|
|
5029
5029
|
], 2))), 128))
|
|
5030
5030
|
], 512))
|
|
5031
5031
|
]);
|
|
5032
5032
|
}
|
|
5033
|
-
const
|
|
5033
|
+
const La = /* @__PURE__ */ v(Ta, [["render", Fa]]), Ha = {
|
|
5034
5034
|
name: "ImageSlideShow",
|
|
5035
5035
|
components: {
|
|
5036
|
-
UluSlideShow:
|
|
5036
|
+
UluSlideShow: La
|
|
5037
5037
|
},
|
|
5038
5038
|
props: {
|
|
5039
5039
|
images: Array,
|
|
@@ -5059,9 +5059,9 @@ const Ea = /* @__PURE__ */ p(ya, [["render", xa]]), Ia = {
|
|
|
5059
5059
|
console.log("left/right", o, c), t && n && (u > c ? m = o + (u - c) : r < o && (m = r), m !== null && s.scrollTo({ left: m, top: 0, behavior: "smooth" }));
|
|
5060
5060
|
}
|
|
5061
5061
|
}
|
|
5062
|
-
},
|
|
5063
|
-
function
|
|
5064
|
-
const r =
|
|
5062
|
+
}, Da = ["src", "alt"], Va = { class: "slideshow__image-actions" }, Na = ["src", "alt"];
|
|
5063
|
+
function Wa(e, s, t, n, i, o) {
|
|
5064
|
+
const r = A("AppButton"), a = A("UluSlideShow");
|
|
5065
5065
|
return l(), y(a, {
|
|
5066
5066
|
class: "slideshow--images",
|
|
5067
5067
|
items: t.images,
|
|
@@ -5071,8 +5071,8 @@ function Ba(e, s, t, n, i, o) {
|
|
|
5071
5071
|
f("img", {
|
|
5072
5072
|
src: c.src,
|
|
5073
5073
|
alt: c.alt
|
|
5074
|
-
}, null, 8,
|
|
5075
|
-
f("div",
|
|
5074
|
+
}, null, 8, Da),
|
|
5075
|
+
f("div", Va, [
|
|
5076
5076
|
t.selectButton ? (l(), y(r, {
|
|
5077
5077
|
key: 0,
|
|
5078
5078
|
class: "type-small",
|
|
@@ -5081,7 +5081,7 @@ function Ba(e, s, t, n, i, o) {
|
|
|
5081
5081
|
iconBefore: ""
|
|
5082
5082
|
}, {
|
|
5083
5083
|
default: b(() => s[0] || (s[0] = [
|
|
5084
|
-
|
|
5084
|
+
S(" Select ")
|
|
5085
5085
|
])),
|
|
5086
5086
|
_: 1,
|
|
5087
5087
|
__: [0]
|
|
@@ -5092,12 +5092,12 @@ function Ba(e, s, t, n, i, o) {
|
|
|
5092
5092
|
f("img", {
|
|
5093
5093
|
src: t.images[c].src,
|
|
5094
5094
|
alt: `View image ${c}`
|
|
5095
|
-
}, null, 8,
|
|
5095
|
+
}, null, 8, Na)
|
|
5096
5096
|
]),
|
|
5097
5097
|
_: 1
|
|
5098
5098
|
}, 8, ["items", "onSlideChange"]);
|
|
5099
5099
|
}
|
|
5100
|
-
const
|
|
5100
|
+
const gh = /* @__PURE__ */ v(Ha, [["render", Wa]]), Xa = {
|
|
5101
5101
|
name: "SlideShowSlide",
|
|
5102
5102
|
props: {
|
|
5103
5103
|
/**
|
|
@@ -5110,14 +5110,14 @@ const Qf = /* @__PURE__ */ p(Ia, [["render", Ba]]), Pa = {
|
|
|
5110
5110
|
console.log("slide mounted");
|
|
5111
5111
|
}
|
|
5112
5112
|
};
|
|
5113
|
-
function
|
|
5113
|
+
function qa(e, s, t, n, i, o) {
|
|
5114
5114
|
return l(), d("li", {
|
|
5115
5115
|
class: h(["slideshow__slide", { "is-active": t.active }])
|
|
5116
5116
|
}, [
|
|
5117
5117
|
g(e.$slots, "default")
|
|
5118
5118
|
], 2);
|
|
5119
5119
|
}
|
|
5120
|
-
const
|
|
5120
|
+
const _h = /* @__PURE__ */ v(Xa, [["render", qa]]), Ya = {
|
|
5121
5121
|
name: "UluTableStickyRows",
|
|
5122
5122
|
props: {
|
|
5123
5123
|
rows: Array,
|
|
@@ -5134,9 +5134,9 @@ const eh = /* @__PURE__ */ p(Pa, [["render", Fa]]), La = {
|
|
|
5134
5134
|
default: !1
|
|
5135
5135
|
}
|
|
5136
5136
|
}
|
|
5137
|
-
},
|
|
5138
|
-
function
|
|
5139
|
-
return l(!0), d(
|
|
5137
|
+
}, Ka = ["id"], Ga = ["innerHTML"];
|
|
5138
|
+
function Za(e, s, t, n, i, o) {
|
|
5139
|
+
return l(!0), d(O, null, T(t.rows, (r, a) => (l(), d("tr", {
|
|
5140
5140
|
key: `br-${a}`,
|
|
5141
5141
|
id: t.optionalAttr(t.isActual && r.id),
|
|
5142
5142
|
class: h(t.resolveClasses(t.classes.row, { row: r.data, rowIndex: a, isActual: t.isActual, foot: t.foot })),
|
|
@@ -5144,7 +5144,7 @@ function Va(e, s, t, n, i, o) {
|
|
|
5144
5144
|
height: r.height
|
|
5145
5145
|
})
|
|
5146
5146
|
}, [
|
|
5147
|
-
(l(!0), d(
|
|
5147
|
+
(l(!0), d(O, null, T(t.rowColumns, (c, u) => (l(), y(z(c.rowHeader ? "th" : "td"), {
|
|
5148
5148
|
id: t.optionalAttr(t.isActual && c.rowHeader && c.getRowHeaderId(a)),
|
|
5149
5149
|
scope: t.optionalAttr(t.isActual && c.rowHeader && "row"),
|
|
5150
5150
|
key: `bc-${u}`,
|
|
@@ -5166,18 +5166,18 @@ function Va(e, s, t, n, i, o) {
|
|
|
5166
5166
|
}) : c.html ? (l(), d("div", {
|
|
5167
5167
|
key: 1,
|
|
5168
5168
|
innerHTML: t.value({ row: r, column: c, rowIndex: a, isActual: t.isActual, foot: t.foot })
|
|
5169
|
-
}, null, 8,
|
|
5170
|
-
|
|
5169
|
+
}, null, 8, Ga)) : (l(), d(O, { key: 2 }, [
|
|
5170
|
+
S(p(t.value({ row: r, column: c, rowIndex: a, isActual: t.isActual, foot: t.foot })), 1)
|
|
5171
5171
|
], 64))
|
|
5172
5172
|
]),
|
|
5173
5173
|
_: 2
|
|
5174
5174
|
}, 1032, ["id", "scope", "headers", "class", "style"]))), 128))
|
|
5175
|
-
], 14,
|
|
5175
|
+
], 14, Ka))), 128);
|
|
5176
5176
|
}
|
|
5177
|
-
const
|
|
5177
|
+
const Ja = /* @__PURE__ */ v(Ya, [["render", Za]]), Qa = {
|
|
5178
5178
|
name: "UluTableStickyTable",
|
|
5179
5179
|
components: {
|
|
5180
|
-
UluTableStickyRows:
|
|
5180
|
+
UluTableStickyRows: Ja
|
|
5181
5181
|
},
|
|
5182
5182
|
props: {
|
|
5183
5183
|
resolveClasses: Function,
|
|
@@ -5257,22 +5257,22 @@ const Na = /* @__PURE__ */ p(La, [["render", Va]]), Wa = {
|
|
|
5257
5257
|
return s.join(" ");
|
|
5258
5258
|
}
|
|
5259
5259
|
}
|
|
5260
|
-
},
|
|
5260
|
+
}, el = ["aria-hidden"], tl = {
|
|
5261
5261
|
key: 0,
|
|
5262
5262
|
class: "table-sticky__caption"
|
|
5263
|
-
},
|
|
5263
|
+
}, sl = ["id"], nl = ["id", "rowspan", "colspan", "data-child-columns", "aria-sort", "scope", "headers"], ol = ["innerHTML"], il = {
|
|
5264
5264
|
class: "table-sticky__sort-icon",
|
|
5265
5265
|
"aria-hidden": "true"
|
|
5266
|
-
},
|
|
5267
|
-
function
|
|
5268
|
-
const r =
|
|
5266
|
+
}, rl = { class: "table-sticky__sort-icon-inner" }, al = ["innerHTML"], ll = { key: 1 }, cl = { key: 2 };
|
|
5267
|
+
function ul(e, s, t, n, i, o) {
|
|
5268
|
+
const r = A("UluTableStickyRows");
|
|
5269
5269
|
return l(), d("table", {
|
|
5270
5270
|
class: h(t.resolveClasses(t.classes.table, { isActual: t.isActual })),
|
|
5271
5271
|
"aria-hidden": t.isActual ? "false" : "true"
|
|
5272
5272
|
}, [
|
|
5273
|
-
t.caption ? (l(), d("caption",
|
|
5273
|
+
t.caption ? (l(), d("caption", tl, p(t.caption), 1)) : _("", !0),
|
|
5274
5274
|
f("thead", null, [
|
|
5275
|
-
(l(!0), d(
|
|
5275
|
+
(l(!0), d(O, null, T(t.headerRows, (a, c) => (l(), d("tr", {
|
|
5276
5276
|
key: `hr-${c}`,
|
|
5277
5277
|
id: o.optionalAttr(t.isActual && a.id),
|
|
5278
5278
|
class: h(t.resolveClasses(t.classes.rowHeader, { row: a, rowIndex: c, isActual: t.isActual })),
|
|
@@ -5280,7 +5280,7 @@ function sl(e, s, t, n, i, o) {
|
|
|
5280
5280
|
height: a.height
|
|
5281
5281
|
})
|
|
5282
5282
|
}, [
|
|
5283
|
-
(l(!0), d(
|
|
5283
|
+
(l(!0), d(O, null, T(a.columns, (u, m) => (l(), d("th", {
|
|
5284
5284
|
key: `hc-${m}`,
|
|
5285
5285
|
id: o.optionalAttr(t.isActual && u.id),
|
|
5286
5286
|
rowspan: u.rowspan,
|
|
@@ -5301,16 +5301,16 @@ function sl(e, s, t, n, i, o) {
|
|
|
5301
5301
|
scope: o.optionalAttr(t.isActual && (u.colspan > 1 ? "colgroup" : "col")),
|
|
5302
5302
|
headers: o.optionalAttr(t.isActual && o.getHeaderHeaders(u, c)),
|
|
5303
5303
|
ref_for: !0,
|
|
5304
|
-
ref: (
|
|
5304
|
+
ref: (w) => o.addHeaderRef(u, w)
|
|
5305
5305
|
}, [
|
|
5306
|
-
u.sortable ? (l(), y(
|
|
5306
|
+
u.sortable ? (l(), y(z(t.isActual ? "button" : "div"), {
|
|
5307
5307
|
key: 0,
|
|
5308
5308
|
class: h(["table-sticky__sort-button", {
|
|
5309
5309
|
"table-sticky__sort-button--focused": u.sortFocused
|
|
5310
5310
|
}]),
|
|
5311
|
-
onClick: (
|
|
5312
|
-
onFocus: (
|
|
5313
|
-
onBlur: (
|
|
5311
|
+
onClick: (w) => e.$emit("columnSorted", u),
|
|
5312
|
+
onFocus: (w) => o.handleSortFocus(u, !0),
|
|
5313
|
+
onBlur: (w) => o.handleSortFocus(u, !1),
|
|
5314
5314
|
"aria-pressed": u.sortApplied ? "true" : "false"
|
|
5315
5315
|
}, {
|
|
5316
5316
|
default: b(() => [
|
|
@@ -5322,19 +5322,19 @@ function sl(e, s, t, n, i, o) {
|
|
|
5322
5322
|
}) : u.htmlTitle ? (l(), d("div", {
|
|
5323
5323
|
key: 1,
|
|
5324
5324
|
innerHTML: t.getColumnTitle({ column: u, index: m, isActual: t.isActual })
|
|
5325
|
-
}, null, 8,
|
|
5326
|
-
|
|
5325
|
+
}, null, 8, ol)) : (l(), d(O, { key: 2 }, [
|
|
5326
|
+
S(p(t.getColumnTitle({ column: u, index: m, isActual: t.isActual })), 1)
|
|
5327
5327
|
], 64)),
|
|
5328
|
-
f("span",
|
|
5329
|
-
f("span",
|
|
5328
|
+
f("span", il, [
|
|
5329
|
+
f("span", rl, [
|
|
5330
5330
|
g(e.$slots, "sortIcon", {}, () => [
|
|
5331
|
-
s[0] || (s[0] =
|
|
5331
|
+
s[0] || (s[0] = S("▼"))
|
|
5332
5332
|
])
|
|
5333
5333
|
])
|
|
5334
5334
|
])
|
|
5335
5335
|
]),
|
|
5336
5336
|
_: 2
|
|
5337
|
-
}, 1064, ["class", "onClick", "onFocus", "onBlur", "aria-pressed"])) : (l(), d(
|
|
5337
|
+
}, 1064, ["class", "onClick", "onFocus", "onBlur", "aria-pressed"])) : (l(), d(O, { key: 1 }, [
|
|
5338
5338
|
e.$slots[u.slotHeader] ? g(e.$slots, u.slotHeader, {
|
|
5339
5339
|
key: 0,
|
|
5340
5340
|
isActual: t.isActual,
|
|
@@ -5343,14 +5343,14 @@ function sl(e, s, t, n, i, o) {
|
|
|
5343
5343
|
}) : u.htmlTitle ? (l(), d("div", {
|
|
5344
5344
|
key: 1,
|
|
5345
5345
|
innerHTML: t.getColumnTitle({ column: u, index: m, isActual: t.isActual })
|
|
5346
|
-
}, null, 8,
|
|
5347
|
-
|
|
5346
|
+
}, null, 8, al)) : (l(), d(O, { key: 2 }, [
|
|
5347
|
+
S(p(t.getColumnTitle({ column: u, index: m, isActual: t.isActual })), 1)
|
|
5348
5348
|
], 64))
|
|
5349
5349
|
], 64))
|
|
5350
|
-
], 14,
|
|
5351
|
-
], 14,
|
|
5350
|
+
], 14, nl))), 128))
|
|
5351
|
+
], 14, sl))), 128))
|
|
5352
5352
|
]),
|
|
5353
|
-
t.rows ? (l(), d("tbody",
|
|
5353
|
+
t.rows ? (l(), d("tbody", ll, [
|
|
5354
5354
|
R(r, {
|
|
5355
5355
|
rows: t.rows,
|
|
5356
5356
|
rowColumns: t.rowColumns,
|
|
@@ -5362,15 +5362,15 @@ function sl(e, s, t, n, i, o) {
|
|
|
5362
5362
|
classes: t.classes,
|
|
5363
5363
|
value: o.value
|
|
5364
5364
|
}, ue({ _: 2 }, [
|
|
5365
|
-
|
|
5365
|
+
T(e.$slots, (a, c) => ({
|
|
5366
5366
|
name: c,
|
|
5367
5367
|
fn: b((u) => [
|
|
5368
|
-
g(e.$slots, c, N(
|
|
5368
|
+
g(e.$slots, c, N(q(u)))
|
|
5369
5369
|
])
|
|
5370
5370
|
}))
|
|
5371
5371
|
]), 1032, ["rows", "rowColumns", "optionalAttr", "resolveClasses", "getCellHeaders", "isActual", "columnWidth", "classes", "value"])
|
|
5372
5372
|
])) : _("", !0),
|
|
5373
|
-
t.footerRows ? (l(), d("tfoot",
|
|
5373
|
+
t.footerRows ? (l(), d("tfoot", cl, [
|
|
5374
5374
|
R(r, {
|
|
5375
5375
|
rows: t.footerRows,
|
|
5376
5376
|
rowColumns: t.rowColumns,
|
|
@@ -5383,45 +5383,45 @@ function sl(e, s, t, n, i, o) {
|
|
|
5383
5383
|
value: o.value,
|
|
5384
5384
|
foot: ""
|
|
5385
5385
|
}, ue({ _: 2 }, [
|
|
5386
|
-
|
|
5386
|
+
T(e.$slots, (a, c) => ({
|
|
5387
5387
|
name: c,
|
|
5388
5388
|
fn: b((u) => [
|
|
5389
|
-
g(e.$slots, c, N(
|
|
5389
|
+
g(e.$slots, c, N(q(u)))
|
|
5390
5390
|
])
|
|
5391
5391
|
}))
|
|
5392
5392
|
]), 1032, ["rows", "rowColumns", "optionalAttr", "resolveClasses", "getCellHeaders", "isActual", "columnWidth", "classes", "value"])
|
|
5393
5393
|
])) : _("", !0)
|
|
5394
|
-
], 10,
|
|
5394
|
+
], 10, el);
|
|
5395
5395
|
}
|
|
5396
|
-
const
|
|
5397
|
-
function
|
|
5396
|
+
const dl = /* @__PURE__ */ v(Qa, [["render", ul]]);
|
|
5397
|
+
function fl() {
|
|
5398
5398
|
this.__data__ = [], this.size = 0;
|
|
5399
5399
|
}
|
|
5400
|
-
function
|
|
5400
|
+
function bs(e, s) {
|
|
5401
5401
|
return e === s || e !== e && s !== s;
|
|
5402
5402
|
}
|
|
5403
5403
|
function Le(e, s) {
|
|
5404
5404
|
for (var t = e.length; t--; )
|
|
5405
|
-
if (
|
|
5405
|
+
if (bs(e[t][0], s))
|
|
5406
5406
|
return t;
|
|
5407
5407
|
return -1;
|
|
5408
5408
|
}
|
|
5409
|
-
var
|
|
5410
|
-
function
|
|
5409
|
+
var hl = Array.prototype, ml = hl.splice;
|
|
5410
|
+
function gl(e) {
|
|
5411
5411
|
var s = this.__data__, t = Le(s, e);
|
|
5412
5412
|
if (t < 0)
|
|
5413
5413
|
return !1;
|
|
5414
5414
|
var n = s.length - 1;
|
|
5415
|
-
return t == n ? s.pop() :
|
|
5415
|
+
return t == n ? s.pop() : ml.call(s, t, 1), --this.size, !0;
|
|
5416
5416
|
}
|
|
5417
|
-
function
|
|
5417
|
+
function _l(e) {
|
|
5418
5418
|
var s = this.__data__, t = Le(s, e);
|
|
5419
5419
|
return t < 0 ? void 0 : s[t][1];
|
|
5420
5420
|
}
|
|
5421
|
-
function
|
|
5421
|
+
function yl(e) {
|
|
5422
5422
|
return Le(this.__data__, e) > -1;
|
|
5423
5423
|
}
|
|
5424
|
-
function
|
|
5424
|
+
function pl(e, s) {
|
|
5425
5425
|
var t = this.__data__, n = Le(t, e);
|
|
5426
5426
|
return n < 0 ? (++this.size, t.push([e, s])) : t[n][1] = s, this;
|
|
5427
5427
|
}
|
|
@@ -5432,66 +5432,66 @@ function Z(e) {
|
|
|
5432
5432
|
this.set(n[0], n[1]);
|
|
5433
5433
|
}
|
|
5434
5434
|
}
|
|
5435
|
-
Z.prototype.clear =
|
|
5436
|
-
Z.prototype.delete =
|
|
5437
|
-
Z.prototype.get =
|
|
5438
|
-
Z.prototype.has =
|
|
5439
|
-
Z.prototype.set =
|
|
5440
|
-
function
|
|
5435
|
+
Z.prototype.clear = fl;
|
|
5436
|
+
Z.prototype.delete = gl;
|
|
5437
|
+
Z.prototype.get = _l;
|
|
5438
|
+
Z.prototype.has = yl;
|
|
5439
|
+
Z.prototype.set = pl;
|
|
5440
|
+
function vl() {
|
|
5441
5441
|
this.__data__ = new Z(), this.size = 0;
|
|
5442
5442
|
}
|
|
5443
|
-
function
|
|
5443
|
+
function bl(e) {
|
|
5444
5444
|
var s = this.__data__, t = s.delete(e);
|
|
5445
5445
|
return this.size = s.size, t;
|
|
5446
5446
|
}
|
|
5447
|
-
function
|
|
5447
|
+
function wl(e) {
|
|
5448
5448
|
return this.__data__.get(e);
|
|
5449
5449
|
}
|
|
5450
|
-
function
|
|
5450
|
+
function Sl(e) {
|
|
5451
5451
|
return this.__data__.has(e);
|
|
5452
5452
|
}
|
|
5453
|
-
var
|
|
5454
|
-
function
|
|
5455
|
-
var s =
|
|
5453
|
+
var ws = typeof global == "object" && global && global.Object === Object && global, kl = typeof self == "object" && self && self.Object === Object && self, Y = ws || kl || Function("return this")(), fe = Y.Symbol, Ss = Object.prototype, Cl = Ss.hasOwnProperty, Tl = Ss.toString, be = fe ? fe.toStringTag : void 0;
|
|
5454
|
+
function Al(e) {
|
|
5455
|
+
var s = Cl.call(e, be), t = e[be];
|
|
5456
5456
|
try {
|
|
5457
5457
|
e[be] = void 0;
|
|
5458
5458
|
var n = !0;
|
|
5459
5459
|
} catch {
|
|
5460
5460
|
}
|
|
5461
|
-
var i =
|
|
5461
|
+
var i = Tl.call(e);
|
|
5462
5462
|
return n && (s ? e[be] = t : delete e[be]), i;
|
|
5463
5463
|
}
|
|
5464
|
-
var
|
|
5465
|
-
function
|
|
5466
|
-
return
|
|
5464
|
+
var $l = Object.prototype, Ol = $l.toString;
|
|
5465
|
+
function Rl(e) {
|
|
5466
|
+
return Ol.call(e);
|
|
5467
5467
|
}
|
|
5468
|
-
var
|
|
5468
|
+
var xl = "[object Null]", Ul = "[object Undefined]", xt = fe ? fe.toStringTag : void 0;
|
|
5469
5469
|
function $e(e) {
|
|
5470
|
-
return e == null ? e === void 0 ?
|
|
5470
|
+
return e == null ? e === void 0 ? Ul : xl : xt && xt in Object(e) ? Al(e) : Rl(e);
|
|
5471
5471
|
}
|
|
5472
5472
|
function He(e) {
|
|
5473
5473
|
var s = typeof e;
|
|
5474
5474
|
return e != null && (s == "object" || s == "function");
|
|
5475
5475
|
}
|
|
5476
|
-
var
|
|
5477
|
-
function
|
|
5476
|
+
var Il = "[object AsyncFunction]", jl = "[object Function]", El = "[object GeneratorFunction]", zl = "[object Proxy]";
|
|
5477
|
+
function ks(e) {
|
|
5478
5478
|
if (!He(e))
|
|
5479
5479
|
return !1;
|
|
5480
5480
|
var s = $e(e);
|
|
5481
|
-
return s ==
|
|
5481
|
+
return s == jl || s == El || s == Il || s == zl;
|
|
5482
5482
|
}
|
|
5483
|
-
var
|
|
5484
|
-
var e = /[^.]+$/.exec(
|
|
5483
|
+
var qe = Y["__core-js_shared__"], Ut = function() {
|
|
5484
|
+
var e = /[^.]+$/.exec(qe && qe.keys && qe.keys.IE_PROTO || "");
|
|
5485
5485
|
return e ? "Symbol(src)_1." + e : "";
|
|
5486
5486
|
}();
|
|
5487
|
-
function
|
|
5488
|
-
return !!
|
|
5487
|
+
function Ml(e) {
|
|
5488
|
+
return !!Ut && Ut in e;
|
|
5489
5489
|
}
|
|
5490
|
-
var
|
|
5490
|
+
var Bl = Function.prototype, Pl = Bl.toString;
|
|
5491
5491
|
function re(e) {
|
|
5492
5492
|
if (e != null) {
|
|
5493
5493
|
try {
|
|
5494
|
-
return
|
|
5494
|
+
return Pl.call(e);
|
|
5495
5495
|
} catch {
|
|
5496
5496
|
}
|
|
5497
5497
|
try {
|
|
@@ -5501,48 +5501,48 @@ function re(e) {
|
|
|
5501
5501
|
}
|
|
5502
5502
|
return "";
|
|
5503
5503
|
}
|
|
5504
|
-
var
|
|
5505
|
-
"^" +
|
|
5504
|
+
var Fl = /[\\^$.*+?()[\]{}|]/g, Ll = /^\[object .+?Constructor\]$/, Hl = Function.prototype, Dl = Object.prototype, Vl = Hl.toString, Nl = Dl.hasOwnProperty, Wl = RegExp(
|
|
5505
|
+
"^" + Vl.call(Nl).replace(Fl, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
5506
5506
|
);
|
|
5507
|
-
function
|
|
5508
|
-
if (!He(e) ||
|
|
5507
|
+
function Xl(e) {
|
|
5508
|
+
if (!He(e) || Ml(e))
|
|
5509
5509
|
return !1;
|
|
5510
|
-
var s =
|
|
5510
|
+
var s = ks(e) ? Wl : Ll;
|
|
5511
5511
|
return s.test(re(e));
|
|
5512
5512
|
}
|
|
5513
|
-
function
|
|
5513
|
+
function ql(e, s) {
|
|
5514
5514
|
return e?.[s];
|
|
5515
5515
|
}
|
|
5516
5516
|
function ae(e, s) {
|
|
5517
|
-
var t =
|
|
5518
|
-
return
|
|
5517
|
+
var t = ql(e, s);
|
|
5518
|
+
return Xl(t) ? t : void 0;
|
|
5519
5519
|
}
|
|
5520
|
-
var Te = ae(
|
|
5521
|
-
function
|
|
5520
|
+
var Te = ae(Y, "Map"), Ae = ae(Object, "create");
|
|
5521
|
+
function Yl() {
|
|
5522
5522
|
this.__data__ = Ae ? Ae(null) : {}, this.size = 0;
|
|
5523
5523
|
}
|
|
5524
|
-
function
|
|
5524
|
+
function Kl(e) {
|
|
5525
5525
|
var s = this.has(e) && delete this.__data__[e];
|
|
5526
5526
|
return this.size -= s ? 1 : 0, s;
|
|
5527
5527
|
}
|
|
5528
|
-
var
|
|
5529
|
-
function
|
|
5528
|
+
var Gl = "__lodash_hash_undefined__", Zl = Object.prototype, Jl = Zl.hasOwnProperty;
|
|
5529
|
+
function Ql(e) {
|
|
5530
5530
|
var s = this.__data__;
|
|
5531
5531
|
if (Ae) {
|
|
5532
5532
|
var t = s[e];
|
|
5533
|
-
return t ===
|
|
5533
|
+
return t === Gl ? void 0 : t;
|
|
5534
5534
|
}
|
|
5535
|
-
return
|
|
5535
|
+
return Jl.call(s, e) ? s[e] : void 0;
|
|
5536
5536
|
}
|
|
5537
|
-
var
|
|
5538
|
-
function
|
|
5537
|
+
var ec = Object.prototype, tc = ec.hasOwnProperty;
|
|
5538
|
+
function sc(e) {
|
|
5539
5539
|
var s = this.__data__;
|
|
5540
|
-
return Ae ? s[e] !== void 0 :
|
|
5540
|
+
return Ae ? s[e] !== void 0 : tc.call(s, e);
|
|
5541
5541
|
}
|
|
5542
|
-
var
|
|
5543
|
-
function
|
|
5542
|
+
var nc = "__lodash_hash_undefined__";
|
|
5543
|
+
function oc(e, s) {
|
|
5544
5544
|
var t = this.__data__;
|
|
5545
|
-
return this.size += this.has(e) ? 0 : 1, t[e] = Ae && s === void 0 ?
|
|
5545
|
+
return this.size += this.has(e) ? 0 : 1, t[e] = Ae && s === void 0 ? nc : s, this;
|
|
5546
5546
|
}
|
|
5547
5547
|
function ie(e) {
|
|
5548
5548
|
var s = -1, t = e == null ? 0 : e.length;
|
|
@@ -5551,37 +5551,37 @@ function ie(e) {
|
|
|
5551
5551
|
this.set(n[0], n[1]);
|
|
5552
5552
|
}
|
|
5553
5553
|
}
|
|
5554
|
-
ie.prototype.clear =
|
|
5555
|
-
ie.prototype.delete =
|
|
5556
|
-
ie.prototype.get =
|
|
5557
|
-
ie.prototype.has =
|
|
5558
|
-
ie.prototype.set =
|
|
5559
|
-
function
|
|
5554
|
+
ie.prototype.clear = Yl;
|
|
5555
|
+
ie.prototype.delete = Kl;
|
|
5556
|
+
ie.prototype.get = Ql;
|
|
5557
|
+
ie.prototype.has = sc;
|
|
5558
|
+
ie.prototype.set = oc;
|
|
5559
|
+
function ic() {
|
|
5560
5560
|
this.size = 0, this.__data__ = {
|
|
5561
5561
|
hash: new ie(),
|
|
5562
5562
|
map: new (Te || Z)(),
|
|
5563
5563
|
string: new ie()
|
|
5564
5564
|
};
|
|
5565
5565
|
}
|
|
5566
|
-
function
|
|
5566
|
+
function rc(e) {
|
|
5567
5567
|
var s = typeof e;
|
|
5568
5568
|
return s == "string" || s == "number" || s == "symbol" || s == "boolean" ? e !== "__proto__" : e === null;
|
|
5569
5569
|
}
|
|
5570
5570
|
function De(e, s) {
|
|
5571
5571
|
var t = e.__data__;
|
|
5572
|
-
return
|
|
5572
|
+
return rc(s) ? t[typeof s == "string" ? "string" : "hash"] : t.map;
|
|
5573
5573
|
}
|
|
5574
|
-
function
|
|
5574
|
+
function ac(e) {
|
|
5575
5575
|
var s = De(this, e).delete(e);
|
|
5576
5576
|
return this.size -= s ? 1 : 0, s;
|
|
5577
5577
|
}
|
|
5578
|
-
function
|
|
5578
|
+
function lc(e) {
|
|
5579
5579
|
return De(this, e).get(e);
|
|
5580
5580
|
}
|
|
5581
|
-
function
|
|
5581
|
+
function cc(e) {
|
|
5582
5582
|
return De(this, e).has(e);
|
|
5583
5583
|
}
|
|
5584
|
-
function
|
|
5584
|
+
function uc(e, s) {
|
|
5585
5585
|
var t = De(this, e), n = t.size;
|
|
5586
5586
|
return t.set(e, s), this.size += t.size == n ? 0 : 1, this;
|
|
5587
5587
|
}
|
|
@@ -5592,17 +5592,17 @@ function ge(e) {
|
|
|
5592
5592
|
this.set(n[0], n[1]);
|
|
5593
5593
|
}
|
|
5594
5594
|
}
|
|
5595
|
-
ge.prototype.clear =
|
|
5596
|
-
ge.prototype.delete =
|
|
5597
|
-
ge.prototype.get =
|
|
5598
|
-
ge.prototype.has =
|
|
5599
|
-
ge.prototype.set =
|
|
5600
|
-
var
|
|
5601
|
-
function
|
|
5595
|
+
ge.prototype.clear = ic;
|
|
5596
|
+
ge.prototype.delete = ac;
|
|
5597
|
+
ge.prototype.get = lc;
|
|
5598
|
+
ge.prototype.has = cc;
|
|
5599
|
+
ge.prototype.set = uc;
|
|
5600
|
+
var dc = 200;
|
|
5601
|
+
function fc(e, s) {
|
|
5602
5602
|
var t = this.__data__;
|
|
5603
5603
|
if (t instanceof Z) {
|
|
5604
5604
|
var n = t.__data__;
|
|
5605
|
-
if (!Te || n.length <
|
|
5605
|
+
if (!Te || n.length < dc - 1)
|
|
5606
5606
|
return n.push([e, s]), this.size = ++t.size, this;
|
|
5607
5607
|
t = this.__data__ = new ge(n);
|
|
5608
5608
|
}
|
|
@@ -5612,37 +5612,37 @@ function _e(e) {
|
|
|
5612
5612
|
var s = this.__data__ = new Z(e);
|
|
5613
5613
|
this.size = s.size;
|
|
5614
5614
|
}
|
|
5615
|
-
_e.prototype.clear =
|
|
5616
|
-
_e.prototype.delete =
|
|
5617
|
-
_e.prototype.get =
|
|
5618
|
-
_e.prototype.has =
|
|
5619
|
-
_e.prototype.set =
|
|
5620
|
-
function
|
|
5615
|
+
_e.prototype.clear = vl;
|
|
5616
|
+
_e.prototype.delete = bl;
|
|
5617
|
+
_e.prototype.get = wl;
|
|
5618
|
+
_e.prototype.has = Sl;
|
|
5619
|
+
_e.prototype.set = fc;
|
|
5620
|
+
function hc(e, s) {
|
|
5621
5621
|
for (var t = -1, n = e == null ? 0 : e.length; ++t < n && s(e[t], t, e) !== !1; )
|
|
5622
5622
|
;
|
|
5623
5623
|
return e;
|
|
5624
5624
|
}
|
|
5625
|
-
var
|
|
5625
|
+
var It = function() {
|
|
5626
5626
|
try {
|
|
5627
5627
|
var e = ae(Object, "defineProperty");
|
|
5628
5628
|
return e({}, "", {}), e;
|
|
5629
5629
|
} catch {
|
|
5630
5630
|
}
|
|
5631
5631
|
}();
|
|
5632
|
-
function
|
|
5633
|
-
s == "__proto__" &&
|
|
5632
|
+
function mc(e, s, t) {
|
|
5633
|
+
s == "__proto__" && It ? It(e, s, {
|
|
5634
5634
|
configurable: !0,
|
|
5635
5635
|
enumerable: !0,
|
|
5636
5636
|
value: t,
|
|
5637
5637
|
writable: !0
|
|
5638
5638
|
}) : e[s] = t;
|
|
5639
5639
|
}
|
|
5640
|
-
var
|
|
5641
|
-
function
|
|
5640
|
+
var gc = Object.prototype, _c = gc.hasOwnProperty;
|
|
5641
|
+
function yc(e, s, t) {
|
|
5642
5642
|
var n = e[s];
|
|
5643
|
-
(!(
|
|
5643
|
+
(!(_c.call(e, s) && bs(n, t)) || t === void 0 && !(s in e)) && mc(e, s, t);
|
|
5644
5644
|
}
|
|
5645
|
-
function
|
|
5645
|
+
function pc(e, s) {
|
|
5646
5646
|
for (var t = -1, n = Array(e); ++t < e; )
|
|
5647
5647
|
n[t] = s(t);
|
|
5648
5648
|
return n;
|
|
@@ -5650,264 +5650,264 @@ function uc(e, s) {
|
|
|
5650
5650
|
function Oe(e) {
|
|
5651
5651
|
return e != null && typeof e == "object";
|
|
5652
5652
|
}
|
|
5653
|
-
var
|
|
5654
|
-
function
|
|
5655
|
-
return Oe(e) && $e(e) ==
|
|
5653
|
+
var vc = "[object Arguments]";
|
|
5654
|
+
function jt(e) {
|
|
5655
|
+
return Oe(e) && $e(e) == vc;
|
|
5656
5656
|
}
|
|
5657
|
-
var
|
|
5657
|
+
var Cs = Object.prototype, bc = Cs.hasOwnProperty, wc = Cs.propertyIsEnumerable, Sc = jt(/* @__PURE__ */ function() {
|
|
5658
5658
|
return arguments;
|
|
5659
|
-
}()) ?
|
|
5660
|
-
return Oe(e) &&
|
|
5661
|
-
},
|
|
5662
|
-
function
|
|
5659
|
+
}()) ? jt : function(e) {
|
|
5660
|
+
return Oe(e) && bc.call(e, "callee") && !wc.call(e, "callee");
|
|
5661
|
+
}, ut = Array.isArray;
|
|
5662
|
+
function kc() {
|
|
5663
5663
|
return !1;
|
|
5664
5664
|
}
|
|
5665
|
-
var
|
|
5666
|
-
function
|
|
5665
|
+
var Ts = typeof exports == "object" && exports && !exports.nodeType && exports, Et = Ts && typeof module == "object" && module && !module.nodeType && module, Cc = Et && Et.exports === Ts, zt = Cc ? Y.Buffer : void 0, Tc = zt ? zt.isBuffer : void 0, As = Tc || kc, Ac = 9007199254740991, $c = /^(?:0|[1-9]\d*)$/;
|
|
5666
|
+
function Oc(e, s) {
|
|
5667
5667
|
var t = typeof e;
|
|
5668
|
-
return s = s ??
|
|
5668
|
+
return s = s ?? Ac, !!s && (t == "number" || t != "symbol" && $c.test(e)) && e > -1 && e % 1 == 0 && e < s;
|
|
5669
5669
|
}
|
|
5670
|
-
var
|
|
5671
|
-
function
|
|
5672
|
-
return typeof e == "number" && e > -1 && e % 1 == 0 && e <=
|
|
5670
|
+
var Rc = 9007199254740991;
|
|
5671
|
+
function $s(e) {
|
|
5672
|
+
return typeof e == "number" && e > -1 && e % 1 == 0 && e <= Rc;
|
|
5673
5673
|
}
|
|
5674
|
-
var
|
|
5675
|
-
|
|
5676
|
-
|
|
5677
|
-
function
|
|
5678
|
-
return Oe(e) &&
|
|
5674
|
+
var xc = "[object Arguments]", Uc = "[object Array]", Ic = "[object Boolean]", jc = "[object Date]", Ec = "[object Error]", zc = "[object Function]", Mc = "[object Map]", Bc = "[object Number]", Pc = "[object Object]", Fc = "[object RegExp]", Lc = "[object Set]", Hc = "[object String]", Dc = "[object WeakMap]", Vc = "[object ArrayBuffer]", Nc = "[object DataView]", Wc = "[object Float32Array]", Xc = "[object Float64Array]", qc = "[object Int8Array]", Yc = "[object Int16Array]", Kc = "[object Int32Array]", Gc = "[object Uint8Array]", Zc = "[object Uint8ClampedArray]", Jc = "[object Uint16Array]", Qc = "[object Uint32Array]", j = {};
|
|
5675
|
+
j[Wc] = j[Xc] = j[qc] = j[Yc] = j[Kc] = j[Gc] = j[Zc] = j[Jc] = j[Qc] = !0;
|
|
5676
|
+
j[xc] = j[Uc] = j[Vc] = j[Ic] = j[Nc] = j[jc] = j[Ec] = j[zc] = j[Mc] = j[Bc] = j[Pc] = j[Fc] = j[Lc] = j[Hc] = j[Dc] = !1;
|
|
5677
|
+
function eu(e) {
|
|
5678
|
+
return Oe(e) && $s(e.length) && !!j[$e(e)];
|
|
5679
5679
|
}
|
|
5680
|
-
function
|
|
5680
|
+
function dt(e) {
|
|
5681
5681
|
return function(s) {
|
|
5682
5682
|
return e(s);
|
|
5683
5683
|
};
|
|
5684
5684
|
}
|
|
5685
|
-
var
|
|
5685
|
+
var Os = typeof exports == "object" && exports && !exports.nodeType && exports, Ce = Os && typeof module == "object" && module && !module.nodeType && module, tu = Ce && Ce.exports === Os, Ye = tu && ws.process, he = function() {
|
|
5686
5686
|
try {
|
|
5687
5687
|
var e = Ce && Ce.require && Ce.require("util").types;
|
|
5688
5688
|
return e || Ye && Ye.binding && Ye.binding("util");
|
|
5689
5689
|
} catch {
|
|
5690
5690
|
}
|
|
5691
|
-
}(),
|
|
5692
|
-
function
|
|
5693
|
-
var t =
|
|
5691
|
+
}(), Mt = he && he.isTypedArray, su = Mt ? dt(Mt) : eu, nu = Object.prototype, ou = nu.hasOwnProperty;
|
|
5692
|
+
function iu(e, s) {
|
|
5693
|
+
var t = ut(e), n = !t && Sc(e), i = !t && !n && As(e), o = !t && !n && !i && su(e), r = t || n || i || o, a = r ? pc(e.length, String) : [], c = a.length;
|
|
5694
5694
|
for (var u in e)
|
|
5695
|
-
|
|
5695
|
+
ou.call(e, u) && !(r && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
5696
5696
|
(u == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
5697
5697
|
i && (u == "offset" || u == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
|
|
5698
5698
|
o && (u == "buffer" || u == "byteLength" || u == "byteOffset") || // Skip index properties.
|
|
5699
|
-
|
|
5699
|
+
Oc(u, c))) && a.push(u);
|
|
5700
5700
|
return a;
|
|
5701
5701
|
}
|
|
5702
|
-
var
|
|
5703
|
-
function
|
|
5704
|
-
var s = e && e.constructor, t = typeof s == "function" && s.prototype ||
|
|
5702
|
+
var ru = Object.prototype;
|
|
5703
|
+
function Rs(e) {
|
|
5704
|
+
var s = e && e.constructor, t = typeof s == "function" && s.prototype || ru;
|
|
5705
5705
|
return e === t;
|
|
5706
5706
|
}
|
|
5707
|
-
function
|
|
5707
|
+
function xs(e, s) {
|
|
5708
5708
|
return function(t) {
|
|
5709
5709
|
return e(s(t));
|
|
5710
5710
|
};
|
|
5711
5711
|
}
|
|
5712
|
-
var
|
|
5713
|
-
function
|
|
5714
|
-
if (!
|
|
5715
|
-
return
|
|
5712
|
+
var au = xs(Object.keys, Object), lu = Object.prototype, cu = lu.hasOwnProperty;
|
|
5713
|
+
function uu(e) {
|
|
5714
|
+
if (!Rs(e))
|
|
5715
|
+
return au(e);
|
|
5716
5716
|
var s = [];
|
|
5717
5717
|
for (var t in Object(e))
|
|
5718
|
-
|
|
5718
|
+
cu.call(e, t) && t != "constructor" && s.push(t);
|
|
5719
5719
|
return s;
|
|
5720
5720
|
}
|
|
5721
|
-
function
|
|
5722
|
-
return e != null &&
|
|
5721
|
+
function du(e) {
|
|
5722
|
+
return e != null && $s(e.length) && !ks(e);
|
|
5723
5723
|
}
|
|
5724
|
-
function
|
|
5725
|
-
return
|
|
5724
|
+
function fu(e) {
|
|
5725
|
+
return du(e) ? iu(e) : uu(e);
|
|
5726
5726
|
}
|
|
5727
|
-
var
|
|
5728
|
-
|
|
5729
|
-
function
|
|
5727
|
+
var Us = typeof exports == "object" && exports && !exports.nodeType && exports, Bt = Us && typeof module == "object" && module && !module.nodeType && module, hu = Bt && Bt.exports === Us, Pt = hu ? Y.Buffer : void 0;
|
|
5728
|
+
Pt && Pt.allocUnsafe;
|
|
5729
|
+
function mu(e, s) {
|
|
5730
5730
|
return e.slice();
|
|
5731
5731
|
}
|
|
5732
|
-
function
|
|
5732
|
+
function gu(e, s) {
|
|
5733
5733
|
for (var t = -1, n = e == null ? 0 : e.length, i = 0, o = []; ++t < n; ) {
|
|
5734
5734
|
var r = e[t];
|
|
5735
5735
|
s(r, t, e) && (o[i++] = r);
|
|
5736
5736
|
}
|
|
5737
5737
|
return o;
|
|
5738
5738
|
}
|
|
5739
|
-
function
|
|
5739
|
+
function _u() {
|
|
5740
5740
|
return [];
|
|
5741
5741
|
}
|
|
5742
|
-
var
|
|
5743
|
-
return e == null ? [] : (e = Object(e),
|
|
5744
|
-
return
|
|
5742
|
+
var yu = Object.prototype, pu = yu.propertyIsEnumerable, Ft = Object.getOwnPropertySymbols, vu = Ft ? function(e) {
|
|
5743
|
+
return e == null ? [] : (e = Object(e), gu(Ft(e), function(s) {
|
|
5744
|
+
return pu.call(e, s);
|
|
5745
5745
|
}));
|
|
5746
|
-
} :
|
|
5747
|
-
function
|
|
5746
|
+
} : _u;
|
|
5747
|
+
function bu(e, s) {
|
|
5748
5748
|
for (var t = -1, n = s.length, i = e.length; ++t < n; )
|
|
5749
5749
|
e[i + t] = s[t];
|
|
5750
5750
|
return e;
|
|
5751
5751
|
}
|
|
5752
|
-
var
|
|
5753
|
-
function
|
|
5752
|
+
var wu = xs(Object.getPrototypeOf, Object);
|
|
5753
|
+
function Su(e, s, t) {
|
|
5754
5754
|
var n = s(e);
|
|
5755
|
-
return
|
|
5755
|
+
return ut(e) ? n : bu(n, t(e));
|
|
5756
5756
|
}
|
|
5757
|
-
function
|
|
5758
|
-
return
|
|
5757
|
+
function ku(e) {
|
|
5758
|
+
return Su(e, fu, vu);
|
|
5759
5759
|
}
|
|
5760
|
-
var
|
|
5761
|
-
(
|
|
5762
|
-
var s = $e(e), t = s ==
|
|
5760
|
+
var Qe = ae(Y, "DataView"), et = ae(Y, "Promise"), tt = ae(Y, "Set"), st = ae(Y, "WeakMap"), Lt = "[object Map]", Cu = "[object Object]", Ht = "[object Promise]", Dt = "[object Set]", Vt = "[object WeakMap]", Nt = "[object DataView]", Tu = re(Qe), Au = re(Te), $u = re(et), Ou = re(tt), Ru = re(st), K = $e;
|
|
5761
|
+
(Qe && K(new Qe(new ArrayBuffer(1))) != Nt || Te && K(new Te()) != Lt || et && K(et.resolve()) != Ht || tt && K(new tt()) != Dt || st && K(new st()) != Vt) && (K = function(e) {
|
|
5762
|
+
var s = $e(e), t = s == Cu ? e.constructor : void 0, n = t ? re(t) : "";
|
|
5763
5763
|
if (n)
|
|
5764
5764
|
switch (n) {
|
|
5765
|
-
case
|
|
5766
|
-
return
|
|
5767
|
-
case
|
|
5768
|
-
return
|
|
5769
|
-
case
|
|
5770
|
-
return
|
|
5771
|
-
case
|
|
5772
|
-
return
|
|
5773
|
-
case
|
|
5774
|
-
return
|
|
5765
|
+
case Tu:
|
|
5766
|
+
return Nt;
|
|
5767
|
+
case Au:
|
|
5768
|
+
return Lt;
|
|
5769
|
+
case $u:
|
|
5770
|
+
return Ht;
|
|
5771
|
+
case Ou:
|
|
5772
|
+
return Dt;
|
|
5773
|
+
case Ru:
|
|
5774
|
+
return Vt;
|
|
5775
5775
|
}
|
|
5776
5776
|
return s;
|
|
5777
5777
|
});
|
|
5778
|
-
var
|
|
5779
|
-
function
|
|
5778
|
+
var xu = Object.prototype, Uu = xu.hasOwnProperty;
|
|
5779
|
+
function Iu(e) {
|
|
5780
5780
|
var s = e.length, t = new e.constructor(s);
|
|
5781
|
-
return s && typeof e[0] == "string" &&
|
|
5781
|
+
return s && typeof e[0] == "string" && Uu.call(e, "index") && (t.index = e.index, t.input = e.input), t;
|
|
5782
5782
|
}
|
|
5783
|
-
var
|
|
5784
|
-
function
|
|
5783
|
+
var Wt = Y.Uint8Array;
|
|
5784
|
+
function ft(e) {
|
|
5785
5785
|
var s = new e.constructor(e.byteLength);
|
|
5786
|
-
return new
|
|
5786
|
+
return new Wt(s).set(new Wt(e)), s;
|
|
5787
5787
|
}
|
|
5788
|
-
function
|
|
5789
|
-
var t =
|
|
5788
|
+
function ju(e, s) {
|
|
5789
|
+
var t = ft(e.buffer);
|
|
5790
5790
|
return new e.constructor(t, e.byteOffset, e.byteLength);
|
|
5791
5791
|
}
|
|
5792
|
-
var
|
|
5793
|
-
function
|
|
5794
|
-
var s = new e.constructor(e.source,
|
|
5792
|
+
var Eu = /\w*$/;
|
|
5793
|
+
function zu(e) {
|
|
5794
|
+
var s = new e.constructor(e.source, Eu.exec(e));
|
|
5795
5795
|
return s.lastIndex = e.lastIndex, s;
|
|
5796
5796
|
}
|
|
5797
|
-
var
|
|
5798
|
-
function
|
|
5799
|
-
return
|
|
5797
|
+
var Xt = fe ? fe.prototype : void 0, qt = Xt ? Xt.valueOf : void 0;
|
|
5798
|
+
function Mu(e) {
|
|
5799
|
+
return qt ? Object(qt.call(e)) : {};
|
|
5800
5800
|
}
|
|
5801
|
-
function
|
|
5802
|
-
var t =
|
|
5801
|
+
function Bu(e, s) {
|
|
5802
|
+
var t = ft(e.buffer);
|
|
5803
5803
|
return new e.constructor(t, e.byteOffset, e.length);
|
|
5804
5804
|
}
|
|
5805
|
-
var
|
|
5806
|
-
function
|
|
5805
|
+
var Pu = "[object Boolean]", Fu = "[object Date]", Lu = "[object Map]", Hu = "[object Number]", Du = "[object RegExp]", Vu = "[object Set]", Nu = "[object String]", Wu = "[object Symbol]", Xu = "[object ArrayBuffer]", qu = "[object DataView]", Yu = "[object Float32Array]", Ku = "[object Float64Array]", Gu = "[object Int8Array]", Zu = "[object Int16Array]", Ju = "[object Int32Array]", Qu = "[object Uint8Array]", ed = "[object Uint8ClampedArray]", td = "[object Uint16Array]", sd = "[object Uint32Array]";
|
|
5806
|
+
function nd(e, s, t) {
|
|
5807
5807
|
var n = e.constructor;
|
|
5808
5808
|
switch (s) {
|
|
5809
|
+
case Xu:
|
|
5810
|
+
return ft(e);
|
|
5809
5811
|
case Pu:
|
|
5810
|
-
return dt(e);
|
|
5811
|
-
case Uu:
|
|
5812
|
-
case xu:
|
|
5813
|
-
return new n(+e);
|
|
5814
5812
|
case Fu:
|
|
5815
|
-
return
|
|
5813
|
+
return new n(+e);
|
|
5814
|
+
case qu:
|
|
5815
|
+
return ju(e);
|
|
5816
|
+
case Yu:
|
|
5817
|
+
case Ku:
|
|
5818
|
+
case Gu:
|
|
5819
|
+
case Zu:
|
|
5820
|
+
case Ju:
|
|
5821
|
+
case Qu:
|
|
5822
|
+
case ed:
|
|
5823
|
+
case td:
|
|
5824
|
+
case sd:
|
|
5825
|
+
return Bu(e);
|
|
5816
5826
|
case Lu:
|
|
5827
|
+
return new n();
|
|
5817
5828
|
case Hu:
|
|
5818
|
-
case Du:
|
|
5819
|
-
case Vu:
|
|
5820
5829
|
case Nu:
|
|
5821
|
-
case Wu:
|
|
5822
|
-
case Xu:
|
|
5823
|
-
case Yu:
|
|
5824
|
-
case qu:
|
|
5825
|
-
return Ru(e);
|
|
5826
|
-
case Eu:
|
|
5827
|
-
return new n();
|
|
5828
|
-
case Iu:
|
|
5829
|
-
case Mu:
|
|
5830
5830
|
return new n(e);
|
|
5831
|
-
case
|
|
5832
|
-
return
|
|
5833
|
-
case
|
|
5831
|
+
case Du:
|
|
5832
|
+
return zu(e);
|
|
5833
|
+
case Vu:
|
|
5834
5834
|
return new n();
|
|
5835
|
-
case
|
|
5836
|
-
return
|
|
5835
|
+
case Wu:
|
|
5836
|
+
return Mu(e);
|
|
5837
5837
|
}
|
|
5838
5838
|
}
|
|
5839
|
-
var
|
|
5839
|
+
var Yt = Object.create, od = /* @__PURE__ */ function() {
|
|
5840
5840
|
function e() {
|
|
5841
5841
|
}
|
|
5842
5842
|
return function(s) {
|
|
5843
5843
|
if (!He(s))
|
|
5844
5844
|
return {};
|
|
5845
|
-
if (
|
|
5846
|
-
return
|
|
5845
|
+
if (Yt)
|
|
5846
|
+
return Yt(s);
|
|
5847
5847
|
e.prototype = s;
|
|
5848
5848
|
var t = new e();
|
|
5849
5849
|
return e.prototype = void 0, t;
|
|
5850
5850
|
};
|
|
5851
5851
|
}();
|
|
5852
|
-
function
|
|
5853
|
-
return typeof e.constructor == "function" && !
|
|
5852
|
+
function id(e) {
|
|
5853
|
+
return typeof e.constructor == "function" && !Rs(e) ? od(wu(e)) : {};
|
|
5854
5854
|
}
|
|
5855
|
-
var
|
|
5856
|
-
function
|
|
5857
|
-
return Oe(e) && K(e) ==
|
|
5855
|
+
var rd = "[object Map]";
|
|
5856
|
+
function ad(e) {
|
|
5857
|
+
return Oe(e) && K(e) == rd;
|
|
5858
5858
|
}
|
|
5859
|
-
var
|
|
5860
|
-
function
|
|
5861
|
-
return Oe(e) && K(e) ==
|
|
5859
|
+
var Kt = he && he.isMap, ld = Kt ? dt(Kt) : ad, cd = "[object Set]";
|
|
5860
|
+
function ud(e) {
|
|
5861
|
+
return Oe(e) && K(e) == cd;
|
|
5862
5862
|
}
|
|
5863
|
-
var
|
|
5864
|
-
|
|
5865
|
-
|
|
5866
|
-
function
|
|
5863
|
+
var Gt = he && he.isSet, dd = Gt ? dt(Gt) : ud, Is = "[object Arguments]", fd = "[object Array]", hd = "[object Boolean]", md = "[object Date]", gd = "[object Error]", js = "[object Function]", _d = "[object GeneratorFunction]", yd = "[object Map]", pd = "[object Number]", Es = "[object Object]", vd = "[object RegExp]", bd = "[object Set]", wd = "[object String]", Sd = "[object Symbol]", kd = "[object WeakMap]", Cd = "[object ArrayBuffer]", Td = "[object DataView]", Ad = "[object Float32Array]", $d = "[object Float64Array]", Od = "[object Int8Array]", Rd = "[object Int16Array]", xd = "[object Int32Array]", Ud = "[object Uint8Array]", Id = "[object Uint8ClampedArray]", jd = "[object Uint16Array]", Ed = "[object Uint32Array]", U = {};
|
|
5864
|
+
U[Is] = U[fd] = U[Cd] = U[Td] = U[hd] = U[md] = U[Ad] = U[$d] = U[Od] = U[Rd] = U[xd] = U[yd] = U[pd] = U[Es] = U[vd] = U[bd] = U[wd] = U[Sd] = U[Ud] = U[Id] = U[jd] = U[Ed] = !0;
|
|
5865
|
+
U[gd] = U[js] = U[kd] = !1;
|
|
5866
|
+
function Ee(e, s, t, n, i, o) {
|
|
5867
5867
|
var r;
|
|
5868
5868
|
if (r !== void 0)
|
|
5869
5869
|
return r;
|
|
5870
5870
|
if (!He(e))
|
|
5871
5871
|
return e;
|
|
5872
|
-
var a =
|
|
5872
|
+
var a = ut(e);
|
|
5873
5873
|
if (a)
|
|
5874
|
-
r =
|
|
5874
|
+
r = Iu(e);
|
|
5875
5875
|
else {
|
|
5876
|
-
var c = K(e), u = c ==
|
|
5877
|
-
if (
|
|
5878
|
-
return
|
|
5879
|
-
if (c ==
|
|
5880
|
-
r = u ? {} :
|
|
5876
|
+
var c = K(e), u = c == js || c == _d;
|
|
5877
|
+
if (As(e))
|
|
5878
|
+
return mu(e);
|
|
5879
|
+
if (c == Es || c == Is || u && !i)
|
|
5880
|
+
r = u ? {} : id(e);
|
|
5881
5881
|
else {
|
|
5882
|
-
if (!
|
|
5882
|
+
if (!U[c])
|
|
5883
5883
|
return i ? e : {};
|
|
5884
|
-
r =
|
|
5884
|
+
r = nd(e, c);
|
|
5885
5885
|
}
|
|
5886
5886
|
}
|
|
5887
5887
|
o || (o = new _e());
|
|
5888
5888
|
var m = o.get(e);
|
|
5889
5889
|
if (m)
|
|
5890
5890
|
return m;
|
|
5891
|
-
o.set(e, r),
|
|
5892
|
-
r.add(
|
|
5893
|
-
}) :
|
|
5894
|
-
r.set(
|
|
5891
|
+
o.set(e, r), dd(e) ? e.forEach(function(I) {
|
|
5892
|
+
r.add(Ee(I, s, t, I, e, o));
|
|
5893
|
+
}) : ld(e) && e.forEach(function(I, x) {
|
|
5894
|
+
r.set(x, Ee(I, s, t, x, e, o));
|
|
5895
5895
|
});
|
|
5896
|
-
var
|
|
5897
|
-
return
|
|
5898
|
-
|
|
5896
|
+
var w = ku, C = a ? void 0 : w(e);
|
|
5897
|
+
return hc(C || e, function(I, x) {
|
|
5898
|
+
C && (x = I, I = e[x]), yc(r, x, Ee(I, s, t, x, e, o));
|
|
5899
5899
|
}), r;
|
|
5900
5900
|
}
|
|
5901
|
-
var
|
|
5902
|
-
function
|
|
5903
|
-
return
|
|
5901
|
+
var zd = 1, Md = 4;
|
|
5902
|
+
function Bd(e) {
|
|
5903
|
+
return Ee(e, zd | Md);
|
|
5904
5904
|
}
|
|
5905
|
-
const
|
|
5906
|
-
let
|
|
5907
|
-
const
|
|
5905
|
+
const Ke = (e) => e.every((s) => typeof s == "object"), Zt = !0, zs = () => window.innerWidth;
|
|
5906
|
+
let Jt = zs();
|
|
5907
|
+
const Pd = {
|
|
5908
5908
|
name: "UluTableSticky",
|
|
5909
5909
|
components: {
|
|
5910
|
-
UluTableStickyTable:
|
|
5910
|
+
UluTableStickyTable: dl
|
|
5911
5911
|
},
|
|
5912
5912
|
props: {
|
|
5913
5913
|
/**
|
|
@@ -5938,7 +5938,7 @@ const Ud = {
|
|
|
5938
5938
|
*/
|
|
5939
5939
|
caption: {
|
|
5940
5940
|
type: String,
|
|
5941
|
-
required:
|
|
5941
|
+
required: Zt
|
|
5942
5942
|
},
|
|
5943
5943
|
/**
|
|
5944
5944
|
* Array of column configurations to convert to list output
|
|
@@ -5959,8 +5959,8 @@ const Ud = {
|
|
|
5959
5959
|
*/
|
|
5960
5960
|
columns: {
|
|
5961
5961
|
type: Array,
|
|
5962
|
-
validator:
|
|
5963
|
-
required:
|
|
5962
|
+
validator: Ke,
|
|
5963
|
+
required: Zt
|
|
5964
5964
|
},
|
|
5965
5965
|
/**
|
|
5966
5966
|
* Whether the first column of the table should be sticky
|
|
@@ -5980,7 +5980,7 @@ const Ud = {
|
|
|
5980
5980
|
*/
|
|
5981
5981
|
rows: {
|
|
5982
5982
|
type: Array,
|
|
5983
|
-
validator:
|
|
5983
|
+
validator: Ke
|
|
5984
5984
|
// required
|
|
5985
5985
|
},
|
|
5986
5986
|
/**
|
|
@@ -5988,7 +5988,7 @@ const Ud = {
|
|
|
5988
5988
|
*/
|
|
5989
5989
|
footerRows: {
|
|
5990
5990
|
type: Array,
|
|
5991
|
-
validator:
|
|
5991
|
+
validator: Ke
|
|
5992
5992
|
},
|
|
5993
5993
|
/**
|
|
5994
5994
|
* Enables the visibility of the scroll controls
|
|
@@ -6164,7 +6164,7 @@ const Ud = {
|
|
|
6164
6164
|
* - Can be used in the future for adding/removing or enabling/disabling
|
|
6165
6165
|
*/
|
|
6166
6166
|
createColumns() {
|
|
6167
|
-
const e = this.idCreator("c"), s =
|
|
6167
|
+
const e = this.idCreator("c"), s = Bd(this.columns), t = (n, i) => {
|
|
6168
6168
|
n.id = e(), n.parent = i, n.width = "auto", n.boxWidth = null, n.sortApplied = !1, n.sortAscending = !1, n.sortFocused = !1;
|
|
6169
6169
|
let o = [];
|
|
6170
6170
|
i && (i.headers && i.headers.length ? o = [...i.headers] : o.push(i.id)), o.push(n.id), n.headers = o, n.columns ? n.columns.forEach((r) => t(r, n)) : !n.key && !n.value && !n.slot && console.warn("UluTableSticky: Missing 'key', 'value' or 'slot' in column configuration for", n);
|
|
@@ -6204,8 +6204,8 @@ const Ud = {
|
|
|
6204
6204
|
})) : [];
|
|
6205
6205
|
},
|
|
6206
6206
|
onResize() {
|
|
6207
|
-
const e =
|
|
6208
|
-
|
|
6207
|
+
const e = zs();
|
|
6208
|
+
Jt !== e && (Jt = e, this.resizing ? (this.resizing = !1, this.setTableSizes(), this.checkOverflowX(), this.syncScrollLeft()) : (this.resizing = !0, this.removeTableSizes()));
|
|
6209
6209
|
},
|
|
6210
6210
|
/**
|
|
6211
6211
|
* Method to update the table (sizes, etc) when data has changed
|
|
@@ -6279,7 +6279,7 @@ const Ud = {
|
|
|
6279
6279
|
o && (i.boxWidth = e(o, "width"), i.width = `${i.boxWidth}px`);
|
|
6280
6280
|
});
|
|
6281
6281
|
}), this.firstColumnSticky && (this.currentRows.forEach((n) => t(n)), this.currentFooterRows.forEach((n) => t(n))), this.$nextTick(() => {
|
|
6282
|
-
this.sizesCalculated = !0,
|
|
6282
|
+
this.sizesCalculated = !0, vs(() => {
|
|
6283
6283
|
this.sizesPainted = !0;
|
|
6284
6284
|
});
|
|
6285
6285
|
});
|
|
@@ -6308,15 +6308,15 @@ const Ud = {
|
|
|
6308
6308
|
unmounted() {
|
|
6309
6309
|
this.columnResizeObserver.disconnect(), this.columnResizeObserver = null;
|
|
6310
6310
|
}
|
|
6311
|
-
},
|
|
6311
|
+
}, Fd = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--header" }, Ld = { class: "table-sticky__header-wrap" }, Hd = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--first-column-header" }, Dd = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--controls" }, Vd = {
|
|
6312
6312
|
key: 2,
|
|
6313
6313
|
class: "table-sticky__controls-inner"
|
|
6314
|
-
},
|
|
6314
|
+
}, Nd = ["disabled"], Wd = ["disabled"], Xd = {
|
|
6315
6315
|
ref: "display",
|
|
6316
6316
|
class: "table-sticky__display"
|
|
6317
6317
|
};
|
|
6318
|
-
function
|
|
6319
|
-
const r =
|
|
6318
|
+
function qd(e, s, t, n, i, o) {
|
|
6319
|
+
const r = A("UluTableStickyTable");
|
|
6320
6320
|
return l(), d("div", {
|
|
6321
6321
|
class: h(["table-sticky", {
|
|
6322
6322
|
"table-sticky--overflown-x": i.overflownX,
|
|
@@ -6324,8 +6324,8 @@ function Fd(e, s, t, n, i, o) {
|
|
|
6324
6324
|
"table-sticky--can-scroll-left": i.canScrollLeft
|
|
6325
6325
|
}])
|
|
6326
6326
|
}, [
|
|
6327
|
-
f("div",
|
|
6328
|
-
f("div",
|
|
6327
|
+
f("div", Fd, [
|
|
6328
|
+
f("div", Ld, [
|
|
6329
6329
|
R(r, {
|
|
6330
6330
|
ref: "header",
|
|
6331
6331
|
class: "table-sticky__table table-sticky__table--header",
|
|
@@ -6342,16 +6342,16 @@ function Fd(e, s, t, n, i, o) {
|
|
|
6342
6342
|
}),
|
|
6343
6343
|
onColumnSorted: o.applySort
|
|
6344
6344
|
}, ue({ _: 2 }, [
|
|
6345
|
-
|
|
6345
|
+
T(e.$slots, (a, c) => ({
|
|
6346
6346
|
name: c,
|
|
6347
6347
|
fn: b((u) => [
|
|
6348
|
-
g(e.$slots, c, N(
|
|
6348
|
+
g(e.$slots, c, N(q(u)))
|
|
6349
6349
|
])
|
|
6350
6350
|
}))
|
|
6351
6351
|
]), 1032, ["classes", "caption", "resolveClasses", "getColumnTitle", "idPrefix", "headerRows", "style", "onColumnSorted"])
|
|
6352
6352
|
])
|
|
6353
6353
|
]),
|
|
6354
|
-
f("div",
|
|
6354
|
+
f("div", Hd, [
|
|
6355
6355
|
t.firstColumnSticky ? (l(), y(r, {
|
|
6356
6356
|
key: 0,
|
|
6357
6357
|
ref: "firstColumnHeader",
|
|
@@ -6368,15 +6368,15 @@ function Fd(e, s, t, n, i, o) {
|
|
|
6368
6368
|
}),
|
|
6369
6369
|
onColumnSorted: o.applySort
|
|
6370
6370
|
}, ue({ _: 2 }, [
|
|
6371
|
-
|
|
6371
|
+
T(e.$slots, (a, c) => ({
|
|
6372
6372
|
name: c,
|
|
6373
6373
|
fn: b((u) => [
|
|
6374
|
-
g(e.$slots, c, N(
|
|
6374
|
+
g(e.$slots, c, N(q(u)))
|
|
6375
6375
|
])
|
|
6376
6376
|
}))
|
|
6377
6377
|
]), 1032, ["classes", "caption", "resolveClasses", "getColumnTitle", "idPrefix", "headerRows", "style", "onColumnSorted"])) : _("", !0)
|
|
6378
6378
|
]),
|
|
6379
|
-
f("div",
|
|
6379
|
+
f("div", Dd, [
|
|
6380
6380
|
me(f("div", {
|
|
6381
6381
|
class: h(["table-sticky__controls", o.resolveClasses(t.classes.controls)]),
|
|
6382
6382
|
ref: "controls"
|
|
@@ -6387,13 +6387,13 @@ function Fd(e, s, t, n, i, o) {
|
|
|
6387
6387
|
scrollRight: o.scrollRight,
|
|
6388
6388
|
canScrollLeft: i.canScrollLeft,
|
|
6389
6389
|
canScrollRight: i.canScrollRight
|
|
6390
|
-
}) : t.controlsComponent ? (l(), y(
|
|
6390
|
+
}) : t.controlsComponent ? (l(), y(z(t.controlsComponent), {
|
|
6391
6391
|
key: 1,
|
|
6392
6392
|
scrollLeft: o.scrollLeft,
|
|
6393
6393
|
scrollRight: o.scrollRight,
|
|
6394
6394
|
canScrollLeft: i.canScrollLeft,
|
|
6395
6395
|
canScrollRight: i.canScrollRight
|
|
6396
|
-
}, null, 8, ["scrollLeft", "scrollRight", "canScrollLeft", "canScrollRight"])) : (l(), d("div",
|
|
6396
|
+
}, null, 8, ["scrollLeft", "scrollRight", "canScrollLeft", "canScrollRight"])) : (l(), d("div", Vd, [
|
|
6397
6397
|
f("button", {
|
|
6398
6398
|
class: h(["table-sticky__control table-sticky__control--left", o.resolveClasses(t.classes.controlButton)]),
|
|
6399
6399
|
"aria-label": "Scroll Left",
|
|
@@ -6401,9 +6401,9 @@ function Fd(e, s, t, n, i, o) {
|
|
|
6401
6401
|
disabled: !i.canScrollLeft
|
|
6402
6402
|
}, [
|
|
6403
6403
|
g(e.$slots, "controlLeft", {}, () => [
|
|
6404
|
-
s[2] || (s[2] =
|
|
6404
|
+
s[2] || (s[2] = S(" ← "))
|
|
6405
6405
|
])
|
|
6406
|
-
], 10,
|
|
6406
|
+
], 10, Nd),
|
|
6407
6407
|
f("button", {
|
|
6408
6408
|
class: h(["table-sticky__control table-sticky__control--right", o.resolveClasses(t.classes.controlButton)]),
|
|
6409
6409
|
"aria-label": "Scroll Right",
|
|
@@ -6411,15 +6411,15 @@ function Fd(e, s, t, n, i, o) {
|
|
|
6411
6411
|
disabled: !i.canScrollRight
|
|
6412
6412
|
}, [
|
|
6413
6413
|
g(e.$slots, "controlRight", {}, () => [
|
|
6414
|
-
s[3] || (s[3] =
|
|
6414
|
+
s[3] || (s[3] = S(" → "))
|
|
6415
6415
|
])
|
|
6416
|
-
], 10,
|
|
6416
|
+
], 10, Wd)
|
|
6417
6417
|
]))
|
|
6418
6418
|
], 2), [
|
|
6419
|
-
[
|
|
6419
|
+
[is, o.controlsShown]
|
|
6420
6420
|
])
|
|
6421
6421
|
]),
|
|
6422
|
-
f("div",
|
|
6422
|
+
f("div", Xd, [
|
|
6423
6423
|
R(r, {
|
|
6424
6424
|
ref: "table",
|
|
6425
6425
|
class: "table-sticky__table table-sticky__table--actual",
|
|
@@ -6439,10 +6439,10 @@ function Fd(e, s, t, n, i, o) {
|
|
|
6439
6439
|
onActualHeaderAdded: o.headerAdded,
|
|
6440
6440
|
onColumnSorted: o.applySort
|
|
6441
6441
|
}, ue({ _: 2 }, [
|
|
6442
|
-
|
|
6442
|
+
T(e.$slots, (a, c) => ({
|
|
6443
6443
|
name: c,
|
|
6444
6444
|
fn: b((u) => [
|
|
6445
|
-
g(e.$slots, c, N(
|
|
6445
|
+
g(e.$slots, c, N(q(u)))
|
|
6446
6446
|
])
|
|
6447
6447
|
}))
|
|
6448
6448
|
]), 1032, ["classes", "resolveClasses", "headerRows", "rows", "footerRows", "rowColumns", "caption", "idPrefix", "getRowValue", "getColumnTitle", "onVnodeMounted", "onActualHeaderRemoved", "onActualHeaderAdded", "onColumnSorted"])
|
|
@@ -6468,99 +6468,224 @@ function Fd(e, s, t, n, i, o) {
|
|
|
6468
6468
|
}),
|
|
6469
6469
|
onColumnSorted: o.applySort
|
|
6470
6470
|
}, ue({ _: 2 }, [
|
|
6471
|
-
|
|
6471
|
+
T(e.$slots, (a, c) => ({
|
|
6472
6472
|
name: c,
|
|
6473
6473
|
fn: b((u) => [
|
|
6474
|
-
g(e.$slots, c, N(
|
|
6474
|
+
g(e.$slots, c, N(q(u)))
|
|
6475
6475
|
])
|
|
6476
6476
|
}))
|
|
6477
6477
|
]), 1032, ["classes", "resolveClasses", "caption", "headerRows", "columnWidth", "rows", "footerRows", "rowColumns", "idPrefix", "getRowValue", "getColumnTitle", "style", "onColumnSorted"])) : _("", !0)
|
|
6478
6478
|
], 2);
|
|
6479
6479
|
}
|
|
6480
|
-
const
|
|
6480
|
+
const yh = /* @__PURE__ */ v(Pd, [["render", qd]]);
|
|
6481
|
+
function Yd(e) {
|
|
6482
|
+
if (e) {
|
|
6483
|
+
if (e instanceof HTMLElement)
|
|
6484
|
+
return e;
|
|
6485
|
+
if (typeof e == "object" && "$el" in e)
|
|
6486
|
+
return e.$el;
|
|
6487
|
+
}
|
|
6488
|
+
}
|
|
6489
|
+
const Kd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6490
|
+
__proto__: null,
|
|
6491
|
+
refToElement: Yd
|
|
6492
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
6493
|
+
function Gd(e, s) {
|
|
6494
|
+
const n = Object.assign({}, {
|
|
6495
|
+
qualifier(r, a) {
|
|
6496
|
+
return a ? mt(r) : Ms(r);
|
|
6497
|
+
},
|
|
6498
|
+
sort: _t,
|
|
6499
|
+
item: {},
|
|
6500
|
+
includeChildren: !1
|
|
6501
|
+
}, s), i = (r, a) => a ? `${a}/${r.path}` : r.path, o = (r, a = null) => r.filter((c) => n.qualifier(c, a)).map((c) => {
|
|
6502
|
+
const u = c.children ? ht(c.children) : c, m = c.children ? c.children.filter((C) => C.path !== "") : !1, w = Ve(u, i(c, a), n.item);
|
|
6503
|
+
return n.includeChildren && m.length && (w.children = o(m, w.path)), w;
|
|
6504
|
+
}).sort(n.sort);
|
|
6505
|
+
return o(e);
|
|
6506
|
+
}
|
|
6507
|
+
function Zd(e) {
|
|
6508
|
+
function s(t) {
|
|
6509
|
+
const n = [];
|
|
6510
|
+
for (const i of t) {
|
|
6511
|
+
const o = { ...i };
|
|
6512
|
+
delete o.children, n.push(o), i.children && n.push(...s(i.children));
|
|
6513
|
+
}
|
|
6514
|
+
return n;
|
|
6515
|
+
}
|
|
6516
|
+
return s(e);
|
|
6517
|
+
}
|
|
6518
|
+
function Jd(e, s, t) {
|
|
6519
|
+
const i = Object.assign({}, {
|
|
6520
|
+
includeIndex: !1,
|
|
6521
|
+
item: {},
|
|
6522
|
+
sort: _t
|
|
6523
|
+
}, t), o = e.find((u) => u.path !== "/" && s.includes(u.path)), r = (u, m, w) => {
|
|
6524
|
+
if (u.children) {
|
|
6525
|
+
const C = u.children.find((I) => I.path.includes(s));
|
|
6526
|
+
if (C)
|
|
6527
|
+
return r(C, u, w + C.path);
|
|
6528
|
+
}
|
|
6529
|
+
return { route: m, path: w };
|
|
6530
|
+
}, { route: a, path: c } = r(o, o, o.path);
|
|
6531
|
+
return a.children ? a.children.filter(Ps(i.includeIndex)).map((u) => Ve(u, `${c}/${u.path}`, i.item)).sort(i.sort) : (console.warn("Unable to build menu for:", s), []);
|
|
6532
|
+
}
|
|
6533
|
+
function ht(e) {
|
|
6534
|
+
return e.find((s) => s.path === "");
|
|
6535
|
+
}
|
|
6536
|
+
function Ve(e, s = e.path, t) {
|
|
6537
|
+
const i = Object.assign({}, {
|
|
6538
|
+
indexMeta: !0,
|
|
6539
|
+
modify: null
|
|
6540
|
+
}, t);
|
|
6541
|
+
let o = Object.assign({}, e.meta);
|
|
6542
|
+
i.indexMeta && e.children && (o = Object.assign({}, o, ht(e.children)?.meta));
|
|
6543
|
+
const r = {
|
|
6544
|
+
path: s,
|
|
6545
|
+
title: o?.title || "Missing Title",
|
|
6546
|
+
weight: o?.weight || 0,
|
|
6547
|
+
meta: o
|
|
6548
|
+
};
|
|
6549
|
+
return i.modify && i.modify(r, e), r;
|
|
6550
|
+
}
|
|
6551
|
+
function mt(e) {
|
|
6552
|
+
return !e.path.includes("/:");
|
|
6553
|
+
}
|
|
6554
|
+
function Ms(e) {
|
|
6555
|
+
const s = e.path.match(/\//) || [];
|
|
6556
|
+
return mt(e) && s.length === 1;
|
|
6557
|
+
}
|
|
6558
|
+
function Qd(e, s) {
|
|
6559
|
+
const { target: t } = s, n = t.closest("a");
|
|
6560
|
+
if (n) {
|
|
6561
|
+
let i = n.getAttribute("href");
|
|
6562
|
+
i.startsWith("/") && (e.push(i), s.preventDefault());
|
|
6563
|
+
}
|
|
6564
|
+
}
|
|
6565
|
+
function Bs(e, s = gt(e)) {
|
|
6566
|
+
return s?.children;
|
|
6567
|
+
}
|
|
6568
|
+
function gt(e, s) {
|
|
6569
|
+
const t = e.matched.length, n = t - 2;
|
|
6570
|
+
return s ? t > 1 ? e.matched[0] : null : n < 0 ? null : e.matched[n];
|
|
6571
|
+
}
|
|
6572
|
+
function Ps(e) {
|
|
6573
|
+
return (s) => e || s.path !== "";
|
|
6574
|
+
}
|
|
6575
|
+
function _t(e, s) {
|
|
6576
|
+
return e?.weight - s?.weight;
|
|
6577
|
+
}
|
|
6578
|
+
function ef(e, s) {
|
|
6579
|
+
const n = Object.assign({}, {
|
|
6580
|
+
parent: null,
|
|
6581
|
+
includeIndex: !1,
|
|
6582
|
+
item: {},
|
|
6583
|
+
sort: _t
|
|
6584
|
+
}, s), i = n.parent || gt(e);
|
|
6585
|
+
return (Bs(e, i) || []).filter(Ps(n.includeIndex)).map((r) => Ve(r, `${i.path}/${r.path}`, n.item)).sort(n.sort);
|
|
6586
|
+
}
|
|
6587
|
+
const tf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6588
|
+
__proto__: null,
|
|
6589
|
+
$createSectionMenu: ef,
|
|
6590
|
+
$getParentRoute: gt,
|
|
6591
|
+
$getRouteChildren: Bs,
|
|
6592
|
+
createBaseMenu: Gd,
|
|
6593
|
+
createMenuItem: Ve,
|
|
6594
|
+
createSectionMenu: Jd,
|
|
6595
|
+
flattenMenu: Zd,
|
|
6596
|
+
getChildIndexRoute: ht,
|
|
6597
|
+
isStaticBaseRoute: Ms,
|
|
6598
|
+
isStaticRoute: mt,
|
|
6599
|
+
nativeLinkRouter: Qd
|
|
6600
|
+
}, Symbol.toStringTag, { value: "Module" })), ph = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6601
|
+
__proto__: null,
|
|
6602
|
+
dom: Kd,
|
|
6603
|
+
router: tf
|
|
6604
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
6481
6605
|
export {
|
|
6482
|
-
|
|
6483
|
-
|
|
6484
|
-
|
|
6485
|
-
|
|
6486
|
-
|
|
6487
|
-
|
|
6488
|
-
|
|
6489
|
-
|
|
6490
|
-
|
|
6491
|
-
|
|
6492
|
-
|
|
6493
|
-
|
|
6494
|
-
|
|
6495
|
-
|
|
6496
|
-
|
|
6497
|
-
|
|
6498
|
-
|
|
6499
|
-
|
|
6500
|
-
|
|
6501
|
-
|
|
6502
|
-
|
|
6503
|
-
|
|
6504
|
-
|
|
6505
|
-
|
|
6506
|
-
|
|
6507
|
-
|
|
6508
|
-
|
|
6509
|
-
|
|
6510
|
-
|
|
6511
|
-
|
|
6512
|
-
|
|
6513
|
-
|
|
6514
|
-
|
|
6515
|
-
|
|
6516
|
-
|
|
6517
|
-
|
|
6518
|
-
|
|
6519
|
-
|
|
6520
|
-
|
|
6521
|
-
|
|
6522
|
-
|
|
6523
|
-
|
|
6524
|
-
|
|
6525
|
-
|
|
6526
|
-
|
|
6527
|
-
|
|
6528
|
-
|
|
6529
|
-
|
|
6530
|
-
|
|
6531
|
-
|
|
6532
|
-
|
|
6533
|
-
|
|
6534
|
-
|
|
6535
|
-
|
|
6536
|
-
|
|
6537
|
-
|
|
6538
|
-
|
|
6539
|
-
|
|
6540
|
-
|
|
6541
|
-
|
|
6542
|
-
|
|
6543
|
-
|
|
6544
|
-
|
|
6545
|
-
|
|
6546
|
-
|
|
6547
|
-
|
|
6548
|
-
|
|
6549
|
-
|
|
6550
|
-
|
|
6606
|
+
Gf as $,
|
|
6607
|
+
Rf as A,
|
|
6608
|
+
V as B,
|
|
6609
|
+
xf as C,
|
|
6610
|
+
Uf as D,
|
|
6611
|
+
If as E,
|
|
6612
|
+
fo as F,
|
|
6613
|
+
jf as G,
|
|
6614
|
+
Ef as H,
|
|
6615
|
+
zf as I,
|
|
6616
|
+
Mf as J,
|
|
6617
|
+
Bf as K,
|
|
6618
|
+
Pf as L,
|
|
6619
|
+
Ff as M,
|
|
6620
|
+
Lf as N,
|
|
6621
|
+
Hf as O,
|
|
6622
|
+
Df as P,
|
|
6623
|
+
Vf as Q,
|
|
6624
|
+
_s as R,
|
|
6625
|
+
yo as S,
|
|
6626
|
+
Nf as T,
|
|
6627
|
+
Tt as U,
|
|
6628
|
+
Wf as V,
|
|
6629
|
+
Xf as W,
|
|
6630
|
+
qf as X,
|
|
6631
|
+
Yf as Y,
|
|
6632
|
+
Kf as Z,
|
|
6633
|
+
mf as _,
|
|
6634
|
+
Ie as a,
|
|
6635
|
+
Zf as a0,
|
|
6636
|
+
Jf as a1,
|
|
6637
|
+
Qf as a2,
|
|
6638
|
+
eh as a3,
|
|
6639
|
+
th as a4,
|
|
6640
|
+
sh as a5,
|
|
6641
|
+
nh as a6,
|
|
6642
|
+
oh as a7,
|
|
6643
|
+
ih as a8,
|
|
6644
|
+
rh as a9,
|
|
6645
|
+
Rt as aa,
|
|
6646
|
+
ah as ab,
|
|
6647
|
+
lh as ac,
|
|
6648
|
+
ch as ad,
|
|
6649
|
+
uh as ae,
|
|
6650
|
+
dh as af,
|
|
6651
|
+
hh as ag,
|
|
6652
|
+
mh as ah,
|
|
6653
|
+
Sa as ai,
|
|
6654
|
+
gh as aj,
|
|
6655
|
+
La as ak,
|
|
6656
|
+
_h as al,
|
|
6657
|
+
yh as am,
|
|
6658
|
+
Ja as an,
|
|
6659
|
+
dl as ao,
|
|
6660
|
+
On as ap,
|
|
6661
|
+
se as aq,
|
|
6662
|
+
wo as ar,
|
|
6663
|
+
ko as as,
|
|
6664
|
+
to as at,
|
|
6665
|
+
_f as au,
|
|
6666
|
+
cf as b,
|
|
6667
|
+
uf as c,
|
|
6668
|
+
df as d,
|
|
6669
|
+
ff as e,
|
|
6670
|
+
hf as f,
|
|
6671
|
+
In as g,
|
|
6672
|
+
gf as h,
|
|
6673
|
+
ph as i,
|
|
6674
|
+
Vn as j,
|
|
6675
|
+
yf as k,
|
|
6551
6676
|
ce as l,
|
|
6552
|
-
|
|
6553
|
-
|
|
6554
|
-
|
|
6555
|
-
|
|
6556
|
-
|
|
6557
|
-
|
|
6558
|
-
|
|
6559
|
-
|
|
6560
|
-
|
|
6561
|
-
|
|
6562
|
-
|
|
6563
|
-
|
|
6564
|
-
|
|
6565
|
-
|
|
6677
|
+
pf as m,
|
|
6678
|
+
vf as n,
|
|
6679
|
+
bf as o,
|
|
6680
|
+
wf as p,
|
|
6681
|
+
Sf as q,
|
|
6682
|
+
fh as r,
|
|
6683
|
+
kf as s,
|
|
6684
|
+
Fo as t,
|
|
6685
|
+
Cf as u,
|
|
6686
|
+
Ro as v,
|
|
6687
|
+
Tf as w,
|
|
6688
|
+
Af as x,
|
|
6689
|
+
$f as y,
|
|
6690
|
+
Of as z
|
|
6566
6691
|
};
|