@ulu/frontend-vue 0.1.0-beta.7 → 0.1.0-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/dist/{breakpoints-SWofnYUx.js → breakpoints-BbkGNxxt.js} +1 -1
- package/dist/frontend-vue.js +22 -21
- package/dist/{index-CtdKSn3_.js → index-D3Uc6T5M.js} +543 -521
- package/lib/components/layout/UluAdaptiveLayout.vue +3 -5
- package/lib/components/layout/UluTitleRail.vue +7 -1
- package/lib/components/layout/UluWhenBreakpoint.vue +71 -77
- package/lib/composables/index.js +1 -0
- package/lib/composables/useRequiredInject.js +26 -0
- package/lib/meta.js +14 -0
- package/package.json +1 -1
- package/types/composables/index.d.ts +1 -0
- package/types/composables/useRequiredInject.d.ts +8 -0
- package/types/composables/useRequiredInject.d.ts.map +1 -0
- package/types/meta.d.ts +10 -0
- package/types/meta.d.ts.map +1 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { reactive as Pt, ref as j, computed as
|
|
2
|
-
import { inline as
|
|
3
|
-
import { Disclosure as
|
|
4
|
-
import { RouterLink as
|
|
5
|
-
import
|
|
6
|
-
import
|
|
1
|
+
import { reactive as Pt, ref as j, computed as x, resolveDirective as Bt, createElementBlock as d, openBlock as l, Fragment as T, withDirectives as N, createElementVNode as f, unref as R, normalizeClass as h, renderSlot as m, withKeys as Ht, normalizeStyle as U, createCommentVNode as y, nextTick as Lt, toRef as ks, toDisplayString as p, createBlock as b, Teleport as De, resolveDynamicComponent as I, mergeProps as Y, inject as Vt, watchEffect as Cs, defineAsyncComponent as Ts, markRaw as ne, normalizeProps as P, toRefs as As, toValue as xe, resolveComponent as S, withModifiers as $s, createVNode as k, useSlots as Os, renderList as C, TransitionGroup as Rs, withCtx as v, createTextVNode as w, vShow as Ne, onMounted as xs, onUnmounted as Us, guardReactiveProps as L, vModelCheckbox as Dt, vModelText as Is, vModelSelect as zs, Transition as nt, createSlots as se } from "vue";
|
|
2
|
+
import { inline as Nt, offset as Wt, flip as Xt, shift as Yt, arrow as Kt, useFloating as Gt, autoUpdate as qt } from "@floating-ui/vue";
|
|
3
|
+
import { Disclosure as Es, DisclosureButton as js, DisclosurePanel as Fs, Tab as Ms, TabGroup as Ps, TabList as Bs, TabPanel as Hs, TabPanels as Ls } from "@headlessui/vue";
|
|
4
|
+
import { RouterLink as We } from "vue-router";
|
|
5
|
+
import Vs from "gsap";
|
|
6
|
+
import Ds from "fuse.js";
|
|
7
7
|
const ot = {
|
|
8
8
|
fontAwesomeStatic: !1,
|
|
9
9
|
iconComponent: null,
|
|
@@ -177,19 +177,19 @@ const ve = {
|
|
|
177
177
|
popover: { ...ve.popover },
|
|
178
178
|
tooltip: { ...ve.tooltip, ...ve.popover }
|
|
179
179
|
}, Xe = j(!1), Ye = j(null);
|
|
180
|
-
function
|
|
180
|
+
function Ns(e = {}) {
|
|
181
181
|
return Object.assign(K.popover, e.popover), Object.assign(K.tooltip, e.tooltip), Object.assign(K.plugin, e.plugin), K;
|
|
182
182
|
}
|
|
183
183
|
function Ws(e) {
|
|
184
184
|
return Object.assign({}, K.tooltip, e);
|
|
185
185
|
}
|
|
186
|
-
function
|
|
186
|
+
function Xs(e) {
|
|
187
187
|
Xe.value = !0, Ye.value = e;
|
|
188
188
|
}
|
|
189
|
-
function
|
|
189
|
+
function Ys() {
|
|
190
190
|
Xe.value = !1, Ye.value = null;
|
|
191
191
|
}
|
|
192
|
-
const Se = /* @__PURE__ */ new WeakMap(),
|
|
192
|
+
const Se = /* @__PURE__ */ new WeakMap(), Ks = {
|
|
193
193
|
mounted(e, s) {
|
|
194
194
|
it(e, s);
|
|
195
195
|
},
|
|
@@ -204,15 +204,15 @@ const Se = /* @__PURE__ */ new WeakMap(), Ys = {
|
|
|
204
204
|
}
|
|
205
205
|
};
|
|
206
206
|
function it(e, s) {
|
|
207
|
-
const t =
|
|
207
|
+
const t = Gs(e, s);
|
|
208
208
|
if (!t) return;
|
|
209
209
|
let n = null;
|
|
210
210
|
const i = () => {
|
|
211
211
|
n || (n = setTimeout(() => {
|
|
212
|
-
|
|
212
|
+
Xs(t), clearTimeout(n);
|
|
213
213
|
}, t.delay));
|
|
214
214
|
}, o = () => {
|
|
215
|
-
n && (clearTimeout(n), n = null),
|
|
215
|
+
n && (clearTimeout(n), n = null), Ys();
|
|
216
216
|
};
|
|
217
217
|
t.showEvents.forEach((r) => {
|
|
218
218
|
e.addEventListener(r, i);
|
|
@@ -230,17 +230,17 @@ function rt(e) {
|
|
|
230
230
|
e.removeEventListener(i, n);
|
|
231
231
|
}), Se.delete(e);
|
|
232
232
|
}
|
|
233
|
-
function
|
|
233
|
+
function Gs(e, s) {
|
|
234
234
|
const { value: t } = s;
|
|
235
235
|
let n;
|
|
236
236
|
if (!(t === !1 || t === null))
|
|
237
237
|
return typeof t == "object" ? n = t : n = { content: t }, Ws(Object.assign({}, { trigger: e }, n));
|
|
238
238
|
}
|
|
239
|
-
let
|
|
240
|
-
function
|
|
241
|
-
return `ulu-popovers-uid-${++
|
|
239
|
+
let qs = 0;
|
|
240
|
+
function Zs() {
|
|
241
|
+
return `ulu-popovers-uid-${++qs}`;
|
|
242
242
|
}
|
|
243
|
-
const
|
|
243
|
+
const Js = ["disabled", "aria-expanded", "aria-controls", "aria-label"], Qs = ["aria-hidden", "id", "data-placement"], en = { class: "popover__inner" }, tn = {
|
|
244
244
|
key: 0,
|
|
245
245
|
class: "popover__footer"
|
|
246
246
|
}, Ke = {
|
|
@@ -274,73 +274,73 @@ const Zs = ["disabled", "aria-expanded", "aria-controls", "aria-label"], Js = ["
|
|
|
274
274
|
},
|
|
275
275
|
emits: ["toggle"],
|
|
276
276
|
setup(e, { emit: s }) {
|
|
277
|
-
const t = s, n = e, i =
|
|
278
|
-
...o.inline ? [
|
|
279
|
-
...o.offset ? [
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
...o.arrow ? [
|
|
277
|
+
const t = s, n = e, i = Zs(), o = Object.assign({}, K.popover, n.config), r = j(n.startOpen || !1), a = j(null), c = j(null), u = j(null), g = [
|
|
278
|
+
...o.inline ? [Nt()] : [],
|
|
279
|
+
...o.offset ? [Wt(o.offset)] : [],
|
|
280
|
+
Xt(),
|
|
281
|
+
Yt(),
|
|
282
|
+
...o.arrow ? [Kt({ element: u })] : []
|
|
283
283
|
], A = {
|
|
284
284
|
placement: o.placement,
|
|
285
|
-
whileElementsMounted:
|
|
285
|
+
whileElementsMounted: qt,
|
|
286
286
|
middleware: g
|
|
287
287
|
}, {
|
|
288
288
|
floatingStyles: z,
|
|
289
289
|
placement: F,
|
|
290
290
|
middlewareData: E,
|
|
291
|
-
update:
|
|
292
|
-
isPositioned:
|
|
293
|
-
} =
|
|
294
|
-
const
|
|
295
|
-
return
|
|
291
|
+
update: H,
|
|
292
|
+
isPositioned: bs
|
|
293
|
+
} = Gt(a, c, A), vs = x(() => {
|
|
294
|
+
const M = E.value?.arrow;
|
|
295
|
+
return M ? {
|
|
296
296
|
position: "absolute",
|
|
297
|
-
left:
|
|
298
|
-
top:
|
|
297
|
+
left: M?.x != null ? `${M.x}px` : "",
|
|
298
|
+
top: M?.y != null ? `${M.y}px` : ""
|
|
299
299
|
} : null;
|
|
300
300
|
});
|
|
301
|
-
o.onReady && o.onReady({ update:
|
|
302
|
-
const
|
|
301
|
+
o.onReady && o.onReady({ update: H, isPositioned: bs });
|
|
302
|
+
const ws = () => {
|
|
303
303
|
pe(!r.value);
|
|
304
|
-
}, pe = (
|
|
305
|
-
r.value =
|
|
304
|
+
}, pe = (M) => {
|
|
305
|
+
r.value = M;
|
|
306
306
|
const ee = {
|
|
307
|
-
trigger:
|
|
308
|
-
content:
|
|
309
|
-
isOpen:
|
|
307
|
+
trigger: R(a),
|
|
308
|
+
content: R(c),
|
|
309
|
+
isOpen: R(r)
|
|
310
310
|
}, be = { isOpen: ee.isOpen };
|
|
311
311
|
Lt(() => {
|
|
312
|
-
r.value ? (
|
|
313
|
-
|
|
312
|
+
r.value ? (H(), window.setTimeout(() => {
|
|
313
|
+
Ss(), n.directFocus(ee), t("toggle", be);
|
|
314
314
|
}, 0)) : (tt(), n.directFocus(ee), t("toggle", be));
|
|
315
315
|
});
|
|
316
316
|
};
|
|
317
317
|
let Q;
|
|
318
|
-
const
|
|
319
|
-
n.clickOutsideCloses && (Q && tt(), Q = (
|
|
320
|
-
c.value.contains(
|
|
318
|
+
const Ss = () => {
|
|
319
|
+
n.clickOutsideCloses && (Q && tt(), Q = (M) => {
|
|
320
|
+
c.value.contains(M.target) || pe(!1);
|
|
321
321
|
}, document.addEventListener("click", Q));
|
|
322
322
|
}, tt = () => {
|
|
323
323
|
Q && (document.removeEventListener("click", Q), Q = null);
|
|
324
324
|
}, st = () => pe(!1);
|
|
325
|
-
return (
|
|
326
|
-
const be =
|
|
325
|
+
return (M, ee) => {
|
|
326
|
+
const be = Bt("ulu-tooltip");
|
|
327
327
|
return l(), d(T, null, [
|
|
328
|
-
|
|
328
|
+
N((l(), d("button", {
|
|
329
329
|
type: "button",
|
|
330
330
|
ref_key: "trigger",
|
|
331
331
|
ref: a,
|
|
332
|
-
onClick:
|
|
332
|
+
onClick: ws,
|
|
333
333
|
disabled: e.disabled,
|
|
334
334
|
class: h([
|
|
335
335
|
{ [e.activeClass]: r.value },
|
|
336
336
|
e.classes.trigger
|
|
337
337
|
]),
|
|
338
338
|
"aria-expanded": r.value ? "true" : "false",
|
|
339
|
-
"aria-controls":
|
|
339
|
+
"aria-controls": R(i),
|
|
340
340
|
"aria-label": e.triggerAlt
|
|
341
341
|
}, [
|
|
342
|
-
m(
|
|
343
|
-
], 10,
|
|
342
|
+
m(M.$slots, "trigger", { isOpen: r.value })
|
|
343
|
+
], 10, Js)), [
|
|
344
344
|
[be, e.tooltip ? e.tooltip : null]
|
|
345
345
|
]),
|
|
346
346
|
f("span", {
|
|
@@ -355,48 +355,48 @@ const Zs = ["disabled", "aria-expanded", "aria-controls", "aria-label"], Js = ["
|
|
|
355
355
|
ref_key: "content",
|
|
356
356
|
ref: c,
|
|
357
357
|
"aria-hidden": r.value ? "false" : "true",
|
|
358
|
-
id:
|
|
359
|
-
style: U(
|
|
360
|
-
"data-placement":
|
|
361
|
-
onKeydown: ee[0] || (ee[0] =
|
|
358
|
+
id: R(i),
|
|
359
|
+
style: U(R(z)),
|
|
360
|
+
"data-placement": R(F),
|
|
361
|
+
onKeydown: ee[0] || (ee[0] = Ht((Wd) => pe(!1), ["esc"])),
|
|
362
362
|
tabindex: "-1"
|
|
363
363
|
}, [
|
|
364
|
-
f("span",
|
|
365
|
-
m(
|
|
364
|
+
f("span", en, [
|
|
365
|
+
m(M.$slots, "content", { close: st })
|
|
366
366
|
]),
|
|
367
|
-
|
|
368
|
-
m(
|
|
367
|
+
M.$slots.footer ? (l(), d("span", tn, [
|
|
368
|
+
m(M.$slots, "footer", { close: st })
|
|
369
369
|
])) : y("", !0),
|
|
370
|
-
|
|
370
|
+
R(o).arrow ? (l(), d("span", {
|
|
371
371
|
key: 1,
|
|
372
372
|
class: "popover__arrow",
|
|
373
373
|
ref_key: "contentArrow",
|
|
374
374
|
ref: u,
|
|
375
|
-
style: U(
|
|
375
|
+
style: U(vs.value),
|
|
376
376
|
"data-ulu-popover-arrow": ""
|
|
377
377
|
}, null, 4)) : y("", !0)
|
|
378
|
-
], 46,
|
|
378
|
+
], 46, Qs)
|
|
379
379
|
], 64);
|
|
380
380
|
};
|
|
381
381
|
}
|
|
382
|
-
},
|
|
382
|
+
}, sn = ["data-placement"], nn = ["innerHTML"], on = {
|
|
383
383
|
key: 1,
|
|
384
384
|
class: "popover__inner"
|
|
385
|
-
},
|
|
385
|
+
}, rn = {
|
|
386
386
|
__name: "UluTooltipPopover",
|
|
387
387
|
props: {
|
|
388
388
|
config: Object
|
|
389
389
|
},
|
|
390
390
|
setup(e) {
|
|
391
|
-
const s =
|
|
392
|
-
...e.config.inline ? [
|
|
393
|
-
...e.config.offset ? [
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
...e.config.arrow ? [
|
|
391
|
+
const s = ks(e.config.trigger), t = j(null), n = j(null), i = [
|
|
392
|
+
...e.config.inline ? [Nt()] : [],
|
|
393
|
+
...e.config.offset ? [Wt(e.config.offset)] : [],
|
|
394
|
+
Xt(),
|
|
395
|
+
Yt(),
|
|
396
|
+
...e.config.arrow ? [Kt({ element: n })] : []
|
|
397
397
|
], o = {
|
|
398
398
|
placement: e.config.placement,
|
|
399
|
-
whileElementsMounted:
|
|
399
|
+
whileElementsMounted: qt,
|
|
400
400
|
middleware: i
|
|
401
401
|
}, {
|
|
402
402
|
floatingStyles: r,
|
|
@@ -404,7 +404,7 @@ const Zs = ["disabled", "aria-expanded", "aria-controls", "aria-label"], Js = ["
|
|
|
404
404
|
middlewareData: c,
|
|
405
405
|
update: u,
|
|
406
406
|
isPositioned: g
|
|
407
|
-
} =
|
|
407
|
+
} = Gt(s, t, o), A = x(() => {
|
|
408
408
|
const z = c.value?.arrow;
|
|
409
409
|
return z ? {
|
|
410
410
|
position: "absolute",
|
|
@@ -417,14 +417,14 @@ const Zs = ["disabled", "aria-expanded", "aria-controls", "aria-label"], Js = ["
|
|
|
417
417
|
ref_key: "content",
|
|
418
418
|
ref: t,
|
|
419
419
|
"aria-hidden": "true",
|
|
420
|
-
"data-placement":
|
|
421
|
-
style: U(
|
|
420
|
+
"data-placement": R(a),
|
|
421
|
+
style: U(R(r))
|
|
422
422
|
}, [
|
|
423
423
|
e.config.isHtml ? (l(), d("span", {
|
|
424
424
|
key: 0,
|
|
425
425
|
class: "popover__inner",
|
|
426
426
|
innerHTML: e.config.content
|
|
427
|
-
}, null, 8,
|
|
427
|
+
}, null, 8, nn)) : (l(), d("span", on, p(e.config.content), 1)),
|
|
428
428
|
e.config.arrow ? (l(), d("span", {
|
|
429
429
|
key: 2,
|
|
430
430
|
class: "popover__arrow",
|
|
@@ -432,31 +432,31 @@ const Zs = ["disabled", "aria-expanded", "aria-controls", "aria-label"], Js = ["
|
|
|
432
432
|
ref: n,
|
|
433
433
|
style: U(A.value)
|
|
434
434
|
}, null, 4)) : y("", !0)
|
|
435
|
-
], 14,
|
|
435
|
+
], 14, sn));
|
|
436
436
|
}
|
|
437
|
-
},
|
|
437
|
+
}, ln = {
|
|
438
438
|
__name: "UluTooltipDisplay",
|
|
439
439
|
setup(e) {
|
|
440
440
|
return (s, t) => (l(), b(De, {
|
|
441
|
-
to:
|
|
441
|
+
to: R(K).plugin.tooltipTeleportTo
|
|
442
442
|
}, [
|
|
443
|
-
|
|
443
|
+
R(Xe) ? (l(), b(rn, {
|
|
444
444
|
key: 0,
|
|
445
|
-
config:
|
|
445
|
+
config: R(Ye)
|
|
446
446
|
}, null, 8, ["config"])) : y("", !0)
|
|
447
447
|
], 8, ["to"]));
|
|
448
448
|
}
|
|
449
449
|
};
|
|
450
450
|
function Qd(e, s = {}) {
|
|
451
|
-
const t =
|
|
452
|
-
t.plugin.global && (e.directive(t.plugin.directiveName,
|
|
451
|
+
const t = Ns(s);
|
|
452
|
+
t.plugin.global && (e.directive(t.plugin.directiveName, Ks), e.component("UluTooltipDisplay", ln), e.component("UluPopover", Ke));
|
|
453
453
|
}
|
|
454
454
|
const _ = (e, s) => {
|
|
455
455
|
const t = e.__vccOpts || e;
|
|
456
456
|
for (const [n, i] of s)
|
|
457
457
|
t[n] = i;
|
|
458
458
|
return t;
|
|
459
|
-
},
|
|
459
|
+
}, an = {
|
|
460
460
|
name: "UluModalsDisplay",
|
|
461
461
|
emits: [
|
|
462
462
|
"modal-unmount",
|
|
@@ -496,7 +496,7 @@ const _ = (e, s) => {
|
|
|
496
496
|
}
|
|
497
497
|
}
|
|
498
498
|
};
|
|
499
|
-
function
|
|
499
|
+
function cn(e, s, t, n, i, o) {
|
|
500
500
|
return o.currentModal ? (l(), b(I(o.currentModal.component), Y({ key: 0 }, o.currentProps, {
|
|
501
501
|
modelValue: i.open,
|
|
502
502
|
"onUpdate:modelValue": s[0] || (s[0] = (r) => i.open = r),
|
|
@@ -504,8 +504,8 @@ function an(e, s, t, n, i, o) {
|
|
|
504
504
|
onVnodeUnmounted: o.modalUnmounted
|
|
505
505
|
}), null, 16, ["modelValue", "onVnodeMounted", "onVnodeUnmounted"])) : y("", !0);
|
|
506
506
|
}
|
|
507
|
-
const
|
|
508
|
-
function
|
|
507
|
+
const un = /* @__PURE__ */ _(an, [["render", cn]]);
|
|
508
|
+
function dn() {
|
|
509
509
|
return { getIconProps: (t) => t ? typeof t == "object" && !Array.isArray(t) ? t : { icon: t } : null, getClassesFromDefinition: (t) => {
|
|
510
510
|
if (!t)
|
|
511
511
|
return null;
|
|
@@ -532,34 +532,34 @@ const B = {
|
|
|
532
532
|
icon: [String, Array, Object, Boolean]
|
|
533
533
|
},
|
|
534
534
|
setup(e) {
|
|
535
|
-
const s =
|
|
535
|
+
const s = Vt("uluCore"), t = j(null), { getIconProps: n, getClassesFromDefinition: i } = dn();
|
|
536
536
|
let o;
|
|
537
|
-
const r = e, a =
|
|
537
|
+
const r = e, a = x(() => s.getSetting("fontAwesomeStatic")), c = x(() => s.getSetting("iconComponent")), u = x(() => s.getSetting("iconPropResolver")), g = x(() => {
|
|
538
538
|
const { icon: E } = r;
|
|
539
539
|
if (typeof E == "string" && E.startsWith("type:"))
|
|
540
540
|
try {
|
|
541
|
-
const
|
|
542
|
-
return s.getIcon(
|
|
543
|
-
} catch (
|
|
544
|
-
return console.warn(
|
|
541
|
+
const H = E.substring(5);
|
|
542
|
+
return s.getIcon(H);
|
|
543
|
+
} catch (H) {
|
|
544
|
+
return console.warn(H), null;
|
|
545
545
|
}
|
|
546
546
|
return E;
|
|
547
|
-
}), A =
|
|
548
|
-
return
|
|
547
|
+
}), A = x(() => !c.value || !g.value ? null : u.value(g.value)), z = x(() => n(g.value)), F = x(() => i(g.value));
|
|
548
|
+
return Cs(async () => {
|
|
549
549
|
if (!a.value && g.value) {
|
|
550
550
|
if (t.value === null)
|
|
551
551
|
if (o)
|
|
552
552
|
t.value = ne(o.FontAwesomeIcon);
|
|
553
553
|
else {
|
|
554
|
-
const E =
|
|
555
|
-
const
|
|
556
|
-
return o =
|
|
554
|
+
const E = Ts(async () => {
|
|
555
|
+
const H = await import("./index.es-HlG3u0J5.js");
|
|
556
|
+
return o = H, H.FontAwesomeIcon;
|
|
557
557
|
});
|
|
558
558
|
t.value = ne(E);
|
|
559
559
|
}
|
|
560
560
|
} else
|
|
561
561
|
t.value = null;
|
|
562
|
-
}), (E,
|
|
562
|
+
}), (E, H) => c.value ? (l(), b(I(c.value), P(Y({ key: 0 }, A.value)), null, 16)) : !a.value && t.value && g.value ? (l(), b(I(t.value), P(Y({ key: 1 }, z.value)), null, 16)) : a.value && g.value ? (l(), d("span", {
|
|
563
563
|
key: 2,
|
|
564
564
|
class: h(F.value),
|
|
565
565
|
"aria-hidden": "true"
|
|
@@ -584,32 +584,32 @@ function Fe(e) {
|
|
|
584
584
|
return s;
|
|
585
585
|
}
|
|
586
586
|
function q({ props: e, baseClass: s, internal: t = {} }) {
|
|
587
|
-
const { modifiers: n } =
|
|
588
|
-
return { resolvedModifiers:
|
|
589
|
-
const o =
|
|
587
|
+
const { modifiers: n } = As(e);
|
|
588
|
+
return { resolvedModifiers: x(() => {
|
|
589
|
+
const o = xe(s), r = Fe(xe(n)), a = Fe(xe(t));
|
|
590
590
|
if (!o)
|
|
591
591
|
return console.warn("useModifiers: Missing 'baseClass' argument, modifiers will not be applied."), "";
|
|
592
592
|
const c = /* @__PURE__ */ new Set([...a, ...r]);
|
|
593
593
|
return Array.from(c).map((u) => `${o}--${u}`);
|
|
594
594
|
}) };
|
|
595
595
|
}
|
|
596
|
-
function
|
|
596
|
+
function Zt() {
|
|
597
597
|
return typeof window < "u" && typeof window.document < "u";
|
|
598
598
|
}
|
|
599
|
-
function
|
|
599
|
+
function fn(e, s) {
|
|
600
600
|
const t = e.getBoundingClientRect();
|
|
601
601
|
return s.clientY < t.top || // above
|
|
602
602
|
s.clientY > t.top + t.height || // below
|
|
603
603
|
s.clientX < t.left || // left side
|
|
604
604
|
s.clientX > t.left + t.width;
|
|
605
605
|
}
|
|
606
|
-
function
|
|
606
|
+
function hn(e = document.body, s = window) {
|
|
607
607
|
return s.innerWidth - e.clientWidth;
|
|
608
608
|
}
|
|
609
|
-
function
|
|
609
|
+
function mn({ preventShift: e = !1, container: s = document.body }) {
|
|
610
610
|
const t = s.style.overflow, n = s.style.paddingRight;
|
|
611
611
|
if (s.style.overflow = "hidden", e) {
|
|
612
|
-
const i =
|
|
612
|
+
const i = hn();
|
|
613
613
|
if (i > 0) {
|
|
614
614
|
const o = parseInt(n || "0px", 10);
|
|
615
615
|
s.style.paddingRight = `${o + i}px`;
|
|
@@ -628,7 +628,7 @@ function Te(e, s, t, n) {
|
|
|
628
628
|
clearTimeout(i), i = setTimeout(c, s), u && e.apply(r, a);
|
|
629
629
|
};
|
|
630
630
|
}
|
|
631
|
-
|
|
631
|
+
Zt() && (_n(), yn());
|
|
632
632
|
const lt = {
|
|
633
633
|
/**
|
|
634
634
|
* Event is dispatched when DOM in the page has changed, triggers updates from
|
|
@@ -657,36 +657,36 @@ const lt = {
|
|
|
657
657
|
e.dispatchEvent(ce("afterPrint"));
|
|
658
658
|
}
|
|
659
659
|
};
|
|
660
|
-
function
|
|
660
|
+
function Me(e, s) {
|
|
661
661
|
lt[e] ? lt[e](s) : console.warn(`Unable to dispatch site event: ${e} in context:`, s);
|
|
662
662
|
}
|
|
663
|
-
function
|
|
663
|
+
function gn(e) {
|
|
664
664
|
return "ulu:" + e;
|
|
665
665
|
}
|
|
666
666
|
function ce(e, s = null, t = { bubbles: !0 }) {
|
|
667
|
-
return new CustomEvent(
|
|
668
|
-
}
|
|
669
|
-
function gn() {
|
|
670
|
-
window.addEventListener("resize", Te(() => Pe("pageResized", document), 250));
|
|
667
|
+
return new CustomEvent(gn(e), { detail: s, ...t });
|
|
671
668
|
}
|
|
672
669
|
function _n() {
|
|
670
|
+
window.addEventListener("resize", Te(() => Me("pageResized", document), 250));
|
|
671
|
+
}
|
|
672
|
+
function yn() {
|
|
673
673
|
window.addEventListener("beforeprint", () => {
|
|
674
|
-
|
|
674
|
+
Me("beforePrint", document);
|
|
675
675
|
}), window.addEventListener("afterprint", () => {
|
|
676
|
-
|
|
676
|
+
Me("afterPrint", document);
|
|
677
677
|
});
|
|
678
678
|
}
|
|
679
|
-
function
|
|
679
|
+
function pn(e) {
|
|
680
680
|
return typeof e == "object" && e?.constructor?.name;
|
|
681
681
|
}
|
|
682
|
-
function
|
|
683
|
-
const n =
|
|
682
|
+
function bn(e, s, t) {
|
|
683
|
+
const n = pn(s) || "Logger";
|
|
684
684
|
console[e](n, ...t);
|
|
685
685
|
}
|
|
686
686
|
function te(e, ...s) {
|
|
687
687
|
}
|
|
688
688
|
function we(e, ...s) {
|
|
689
|
-
|
|
689
|
+
bn("error", e, s);
|
|
690
690
|
}
|
|
691
691
|
class Ge {
|
|
692
692
|
static defaults = {
|
|
@@ -920,7 +920,7 @@ class Ge {
|
|
|
920
920
|
}
|
|
921
921
|
}
|
|
922
922
|
let Ue = 0;
|
|
923
|
-
const
|
|
923
|
+
const vn = {
|
|
924
924
|
name: "UluModal",
|
|
925
925
|
components: {
|
|
926
926
|
UluIcon: B
|
|
@@ -1039,12 +1039,12 @@ const bn = {
|
|
|
1039
1039
|
};
|
|
1040
1040
|
},
|
|
1041
1041
|
setup(e) {
|
|
1042
|
-
const s =
|
|
1042
|
+
const s = Os(), t = x(() => e.title || s.title), n = x(() => {
|
|
1043
1043
|
const { allowResize: a, position: c } = e;
|
|
1044
1044
|
if (!a || !c) return;
|
|
1045
1045
|
const u = ["left", "right", "center"];
|
|
1046
1046
|
return u.includes(c) ? !0 : (console.warn(`Passed invalid position for resize (${c}), use ${u.join(", ")}`), !1);
|
|
1047
|
-
}), i =
|
|
1047
|
+
}), i = x(() => e.position === "center" ? "type:resizeBoth" : "type:resizeHorizontal"), o = x(() => ({
|
|
1048
1048
|
[e.position]: e.position,
|
|
1049
1049
|
resize: e.allowResize,
|
|
1050
1050
|
"no-resize": !e.allowResize,
|
|
@@ -1108,7 +1108,7 @@ const bn = {
|
|
|
1108
1108
|
handleClick(e) {
|
|
1109
1109
|
if (this.clickOutsideCloses && !this.isResizing) {
|
|
1110
1110
|
const { target: s } = e, { container: t } = this.$refs;
|
|
1111
|
-
s === t &&
|
|
1111
|
+
s === t && fn(t, e) && this.close();
|
|
1112
1112
|
}
|
|
1113
1113
|
},
|
|
1114
1114
|
setupPreventScroll() {
|
|
@@ -1121,7 +1121,7 @@ const bn = {
|
|
|
1121
1121
|
handleToggle(e) {
|
|
1122
1122
|
if (!this.nonModal && this.preventScroll) {
|
|
1123
1123
|
const { preventScrollShift: s } = this;
|
|
1124
|
-
e.newState === "open" ? this.restoreScroll =
|
|
1124
|
+
e.newState === "open" ? this.restoreScroll = mn({ preventShift: s }) : this.destroyPreventScroll();
|
|
1125
1125
|
}
|
|
1126
1126
|
},
|
|
1127
1127
|
setupResizer() {
|
|
@@ -1149,13 +1149,13 @@ const bn = {
|
|
|
1149
1149
|
const { container: e } = this.$refs;
|
|
1150
1150
|
e && e.open && e.close(), this.destroyPreventScroll(), this.destroyResizer();
|
|
1151
1151
|
}
|
|
1152
|
-
},
|
|
1152
|
+
}, wn = ["aria-labelledby", "aria-describedby"], Sn = ["id"], kn = { class: "modal__title-text" }, Cn = {
|
|
1153
1153
|
key: 2,
|
|
1154
1154
|
class: "modal__resizer",
|
|
1155
1155
|
ref: "resizer",
|
|
1156
1156
|
type: "button"
|
|
1157
1157
|
};
|
|
1158
|
-
function
|
|
1158
|
+
function Tn(e, s, t, n, i, o) {
|
|
1159
1159
|
const r = S("UluIcon");
|
|
1160
1160
|
return l(), b(De, {
|
|
1161
1161
|
to: t.teleport === !1 ? null : t.teleport,
|
|
@@ -1167,7 +1167,7 @@ function Cn(e, s, t, n, i, o) {
|
|
|
1167
1167
|
"aria-describedby": t.describedby,
|
|
1168
1168
|
ref: "container",
|
|
1169
1169
|
style: U({ width: i.containerWidth }),
|
|
1170
|
-
onCancel: s[1] || (s[1] =
|
|
1170
|
+
onCancel: s[1] || (s[1] = $s((...a) => o.close && o.close(...a), ["prevent"])),
|
|
1171
1171
|
onClose: s[2] || (s[2] = (...a) => o.handleDialogCloseEvent && o.handleDialogCloseEvent(...a)),
|
|
1172
1172
|
onClick: s[3] || (s[3] = (...a) => o.handleClick && o.handleClick(...a)),
|
|
1173
1173
|
onToggle: s[4] || (s[4] = (...a) => o.handleToggle && o.handleToggle(...a))
|
|
@@ -1186,9 +1186,9 @@ function Cn(e, s, t, n, i, o) {
|
|
|
1186
1186
|
class: "modal__title-icon",
|
|
1187
1187
|
icon: t.titleIcon
|
|
1188
1188
|
}, null, 8, ["icon"])) : y("", !0),
|
|
1189
|
-
f("span",
|
|
1189
|
+
f("span", kn, p(t.title), 1)
|
|
1190
1190
|
])
|
|
1191
|
-
], 10,
|
|
1191
|
+
], 10, Sn),
|
|
1192
1192
|
f("button", {
|
|
1193
1193
|
class: "modal__close",
|
|
1194
1194
|
"aria-label": "Close modal",
|
|
@@ -1214,7 +1214,7 @@ function Cn(e, s, t, n, i, o) {
|
|
|
1214
1214
|
}, [
|
|
1215
1215
|
m(e.$slots, "footer", { close: o.close })
|
|
1216
1216
|
], 2)) : y("", !0),
|
|
1217
|
-
n.resizerEnabled ? (l(), d("button",
|
|
1217
|
+
n.resizerEnabled ? (l(), d("button", Cn, [
|
|
1218
1218
|
m(e.$slots, "resizerIcon", {}, () => [
|
|
1219
1219
|
k(r, {
|
|
1220
1220
|
class: "modal__resizer-icon",
|
|
@@ -1222,10 +1222,10 @@ function Cn(e, s, t, n, i, o) {
|
|
|
1222
1222
|
}, null, 8, ["icon"])
|
|
1223
1223
|
])
|
|
1224
1224
|
], 512)) : y("", !0)
|
|
1225
|
-
], 46,
|
|
1225
|
+
], 46, wn)
|
|
1226
1226
|
], 8, ["to", "disabled"]);
|
|
1227
1227
|
}
|
|
1228
|
-
const
|
|
1228
|
+
const An = /* @__PURE__ */ _(vn, [["render", Tn]]), ue = [], $n = j({
|
|
1229
1229
|
/**
|
|
1230
1230
|
* Holds active component options (including component, and options)
|
|
1231
1231
|
*/
|
|
@@ -1234,10 +1234,10 @@ const Tn = /* @__PURE__ */ _(bn, [["render", Cn]]), ue = [], An = j({
|
|
|
1234
1234
|
* Populated with any props passed to open method, bound to modal component
|
|
1235
1235
|
*/
|
|
1236
1236
|
activeProps: null
|
|
1237
|
-
}), de =
|
|
1237
|
+
}), de = $n.value, at = {
|
|
1238
1238
|
data: de,
|
|
1239
1239
|
modals: ue
|
|
1240
|
-
},
|
|
1240
|
+
}, On = (e) => ({
|
|
1241
1241
|
open(s, t = null) {
|
|
1242
1242
|
const n = this.get(s);
|
|
1243
1243
|
de.active = ne(n), de.activeProps = Object.assign({}, n.props, t);
|
|
@@ -1277,15 +1277,15 @@ const Tn = /* @__PURE__ */ _(bn, [["render", Cn]]), ue = [], An = j({
|
|
|
1277
1277
|
return ue.splice(t, 1);
|
|
1278
1278
|
warn("unable to find modal to remove");
|
|
1279
1279
|
}
|
|
1280
|
-
}),
|
|
1280
|
+
}), Rn = {
|
|
1281
1281
|
componentNameDisplay: "UluModalsDisplay",
|
|
1282
1282
|
componentNameModal: "UluModal",
|
|
1283
1283
|
modals: [],
|
|
1284
1284
|
modalOptions: {}
|
|
1285
1285
|
};
|
|
1286
1286
|
function ef(e, s) {
|
|
1287
|
-
const t = Object.assign({},
|
|
1288
|
-
e.component(t.componentNameDisplay,
|
|
1287
|
+
const t = Object.assign({}, Rn, s), i = On((o) => Object.assign({}, t.modalOptions, o));
|
|
1288
|
+
e.component(t.componentNameDisplay, un), e.component(t.componentNameModal, An), t.modals.forEach((o) => {
|
|
1289
1289
|
i.add(o);
|
|
1290
1290
|
}), at.options = t, e.config.globalProperties.$uluModals = i, e.provide("uluModals", i), e.config.globalProperties.$uluModalsState = at;
|
|
1291
1291
|
}
|
|
@@ -1321,8 +1321,8 @@ const xn = {
|
|
|
1321
1321
|
});
|
|
1322
1322
|
}
|
|
1323
1323
|
}
|
|
1324
|
-
},
|
|
1325
|
-
function
|
|
1324
|
+
}, Un = ["onClick"];
|
|
1325
|
+
function In(e, s, t, n, i, o) {
|
|
1326
1326
|
const r = S("FaIcon"), a = S("UluIcon");
|
|
1327
1327
|
return l(), d("div", {
|
|
1328
1328
|
class: h(["toast", [
|
|
@@ -1373,7 +1373,7 @@ function Un(e, s, t, n, i, o) {
|
|
|
1373
1373
|
key: u,
|
|
1374
1374
|
class: h(["toast__action", t.classes.action]),
|
|
1375
1375
|
onClick: (g) => o.handleAction(g, c)
|
|
1376
|
-
}, p(c.label), 11,
|
|
1376
|
+
}, p(c.label), 11, Un))), 128))
|
|
1377
1377
|
], 2)) : y("", !0),
|
|
1378
1378
|
f("button", {
|
|
1379
1379
|
class: h(["toast__close", t.classes.closeButton]),
|
|
@@ -1383,12 +1383,12 @@ function Un(e, s, t, n, i, o) {
|
|
|
1383
1383
|
], 2)
|
|
1384
1384
|
], 2);
|
|
1385
1385
|
}
|
|
1386
|
-
const
|
|
1386
|
+
const Jt = /* @__PURE__ */ _(xn, [["render", In]]), ct = {
|
|
1387
1387
|
toastOptions: {
|
|
1388
1388
|
/**
|
|
1389
1389
|
* Component used to render the toast in the display
|
|
1390
1390
|
*/
|
|
1391
|
-
component: ne(
|
|
1391
|
+
component: ne(Jt),
|
|
1392
1392
|
/**
|
|
1393
1393
|
* Duration of toast
|
|
1394
1394
|
*/
|
|
@@ -1409,7 +1409,7 @@ const qt = /* @__PURE__ */ _(xn, [["render", Un]]), ct = {
|
|
|
1409
1409
|
position: ["top", "right"]
|
|
1410
1410
|
}
|
|
1411
1411
|
}, { assign: Ie } = Object;
|
|
1412
|
-
let
|
|
1412
|
+
let zn = 0;
|
|
1413
1413
|
const X = Pt({
|
|
1414
1414
|
toasts: [],
|
|
1415
1415
|
/**
|
|
@@ -1424,15 +1424,15 @@ const X = Pt({
|
|
|
1424
1424
|
return this.pluginOptions = Ie({}, this.pluginOptions, e), this.pluginOptions;
|
|
1425
1425
|
},
|
|
1426
1426
|
createToast(e) {
|
|
1427
|
-
const s = `toast-${++
|
|
1427
|
+
const s = `toast-${++zn}`;
|
|
1428
1428
|
return Ie({}, this.toastOptions, e, {
|
|
1429
1429
|
uid: s,
|
|
1430
1430
|
close() {
|
|
1431
|
-
|
|
1431
|
+
Pe.remove(s);
|
|
1432
1432
|
}
|
|
1433
1433
|
});
|
|
1434
1434
|
}
|
|
1435
|
-
}),
|
|
1435
|
+
}), Pe = {
|
|
1436
1436
|
/**
|
|
1437
1437
|
*
|
|
1438
1438
|
* @param {Object} options Toast options
|
|
@@ -1458,7 +1458,7 @@ const X = Pt({
|
|
|
1458
1458
|
removeAll() {
|
|
1459
1459
|
X.toasts = [];
|
|
1460
1460
|
}
|
|
1461
|
-
},
|
|
1461
|
+
}, En = {
|
|
1462
1462
|
name: "UluTooltipDisplay",
|
|
1463
1463
|
data() {
|
|
1464
1464
|
const { toasts: e, pluginOptions: s } = X;
|
|
@@ -1471,11 +1471,11 @@ const X = Pt({
|
|
|
1471
1471
|
}
|
|
1472
1472
|
}
|
|
1473
1473
|
};
|
|
1474
|
-
function
|
|
1474
|
+
function jn(e, s, t, n, i, o) {
|
|
1475
1475
|
return l(), b(De, {
|
|
1476
1476
|
to: i.pluginOptions.teleportTo
|
|
1477
1477
|
}, [
|
|
1478
|
-
k(
|
|
1478
|
+
k(Rs, {
|
|
1479
1479
|
class: h(["toast-container", o.classes]),
|
|
1480
1480
|
name: "toast",
|
|
1481
1481
|
tag: "div"
|
|
@@ -1490,12 +1490,12 @@ function En(e, s, t, n, i, o) {
|
|
|
1490
1490
|
}, 8, ["class"])
|
|
1491
1491
|
], 8, ["to"]);
|
|
1492
1492
|
}
|
|
1493
|
-
const
|
|
1493
|
+
const Fn = /* @__PURE__ */ _(En, [["render", jn]]);
|
|
1494
1494
|
function tf(e, s = {}) {
|
|
1495
1495
|
const t = X.setPluginOptions(s?.plugin);
|
|
1496
|
-
X.setToastOptions(s?.toast), e.component(t.componentName,
|
|
1496
|
+
X.setToastOptions(s?.toast), e.component(t.componentName, Jt), e.component(t.componentNameDisplay, Fn), e.config.globalProperties.$uluToast = Pe, e.provide("uluToast", Pe);
|
|
1497
1497
|
}
|
|
1498
|
-
const
|
|
1498
|
+
const Mn = {
|
|
1499
1499
|
/**
|
|
1500
1500
|
* Set an initial value (value in mounted, SSR)
|
|
1501
1501
|
*/
|
|
@@ -1512,13 +1512,13 @@ const Fn = {
|
|
|
1512
1512
|
}
|
|
1513
1513
|
};
|
|
1514
1514
|
function Pn(e) {
|
|
1515
|
-
const s = Object.assign({},
|
|
1515
|
+
const s = Object.assign({}, Mn, e), t = j(null), n = j(s.initialValue), i = j(null);
|
|
1516
1516
|
return (async () => {
|
|
1517
|
-
if (!
|
|
1517
|
+
if (!Zt()) return;
|
|
1518
1518
|
await new Promise((g) => {
|
|
1519
1519
|
document.readyState === "loading" ? document.addEventListener("DOMContentLoaded", () => g()) : g();
|
|
1520
1520
|
});
|
|
1521
|
-
const r = await import("./breakpoints-
|
|
1521
|
+
const r = await import("./breakpoints-BbkGNxxt.js"), { BreakpointManager: a } = r, c = ne(new a(s.plugin));
|
|
1522
1522
|
t.value = ne(c);
|
|
1523
1523
|
const u = () => {
|
|
1524
1524
|
n.value = c.active, i.value = c.resizeDirection;
|
|
@@ -1526,7 +1526,7 @@ function Pn(e) {
|
|
|
1526
1526
|
u(), s.onReady && s.onReady(c), c.onChange(u);
|
|
1527
1527
|
})(), { breakpointManager: t, breakpointActive: n, breakpointDirection: i };
|
|
1528
1528
|
}
|
|
1529
|
-
const
|
|
1529
|
+
const Bn = {
|
|
1530
1530
|
/**
|
|
1531
1531
|
* Breakpoint for mobile down/max
|
|
1532
1532
|
*/
|
|
@@ -1537,7 +1537,7 @@ const Mn = {
|
|
|
1537
1537
|
managerOptions: {}
|
|
1538
1538
|
};
|
|
1539
1539
|
function sf(e, s) {
|
|
1540
|
-
const t = j(!1), n = Object.assign({},
|
|
1540
|
+
const t = j(!1), n = Object.assign({}, Bn, s), { breakpointMobile: i } = n, { onReady: o } = n.managerOptions, r = {
|
|
1541
1541
|
onReady(A) {
|
|
1542
1542
|
A.at(i).max({
|
|
1543
1543
|
on() {
|
|
@@ -1553,7 +1553,7 @@ function sf(e, s) {
|
|
|
1553
1553
|
breakpointActive: u,
|
|
1554
1554
|
breakpointDirection: g
|
|
1555
1555
|
} = Pn(a);
|
|
1556
|
-
e.provide("uluBreakpointActive",
|
|
1556
|
+
e.provide("uluBreakpointActive", x(() => u.value)), e.provide("uluBreakpointDirection", x(() => g.value)), e.provide("uluBreakpointManager", x(() => c.value)), e.provide("uluIsMobile", x(() => t.value));
|
|
1557
1557
|
}
|
|
1558
1558
|
const nf = {
|
|
1559
1559
|
__name: "UluAccordion",
|
|
@@ -1595,16 +1595,16 @@ const nf = {
|
|
|
1595
1595
|
},
|
|
1596
1596
|
setup(e) {
|
|
1597
1597
|
const s = e, { resolvedModifiers: t } = q({ props: s, baseClass: "button" });
|
|
1598
|
-
return (n, i) => (l(), b(
|
|
1598
|
+
return (n, i) => (l(), b(R(Es), { defaultOpen: e.defaultOpen }, {
|
|
1599
1599
|
default: v(({ open: o }) => [
|
|
1600
1600
|
f("div", {
|
|
1601
1601
|
class: h(["accordion", [
|
|
1602
1602
|
{ [e.activeClass]: o },
|
|
1603
1603
|
e.classes.container,
|
|
1604
|
-
|
|
1604
|
+
R(t)
|
|
1605
1605
|
]])
|
|
1606
1606
|
}, [
|
|
1607
|
-
k(
|
|
1607
|
+
k(R(js), {
|
|
1608
1608
|
class: h(["accordion__summary", [
|
|
1609
1609
|
{ [e.activeClass]: o },
|
|
1610
1610
|
e.classes.summary
|
|
@@ -1632,7 +1632,7 @@ const nf = {
|
|
|
1632
1632
|
]),
|
|
1633
1633
|
_: 2
|
|
1634
1634
|
}, 1032, ["class"]),
|
|
1635
|
-
k(
|
|
1635
|
+
k(R(Fs), {
|
|
1636
1636
|
class: h(["accordion__content", e.classes.content])
|
|
1637
1637
|
}, {
|
|
1638
1638
|
default: v(() => [
|
|
@@ -1646,7 +1646,7 @@ const nf = {
|
|
|
1646
1646
|
}, 8, ["defaultOpen"]));
|
|
1647
1647
|
}
|
|
1648
1648
|
};
|
|
1649
|
-
let
|
|
1649
|
+
let Hn = 0;
|
|
1650
1650
|
const Ln = {
|
|
1651
1651
|
name: "UluCollapsibleRegion",
|
|
1652
1652
|
props: {
|
|
@@ -1792,11 +1792,11 @@ const Ln = {
|
|
|
1792
1792
|
* Recursive function to generate and test id uniqueness
|
|
1793
1793
|
*/
|
|
1794
1794
|
getUid() {
|
|
1795
|
-
const e = `Ulu-C-${++
|
|
1795
|
+
const e = `Ulu-C-${++Hn}`;
|
|
1796
1796
|
return document.getElementById(e) ? this.getUid() : e;
|
|
1797
1797
|
}
|
|
1798
1798
|
}
|
|
1799
|
-
},
|
|
1799
|
+
}, Vn = ["id", "aria-controls", "aria-expanded"], Dn = ["id", "aria-hidden", "aria-labelledby"], Nn = { class: "CollapsibleRegion__content-inner" };
|
|
1800
1800
|
function Wn(e, s, t, n, i, o) {
|
|
1801
1801
|
return l(), d("div", {
|
|
1802
1802
|
class: h(["CollapsibleRegion", {
|
|
@@ -1804,7 +1804,7 @@ function Wn(e, s, t, n, i, o) {
|
|
|
1804
1804
|
"CollapsibleRegion--closed": !i.isOpen,
|
|
1805
1805
|
"CollapsibleRegion--transitioning": i.isTransitioning
|
|
1806
1806
|
}]),
|
|
1807
|
-
onKeydown: s[1] || (s[1] =
|
|
1807
|
+
onKeydown: s[1] || (s[1] = Ht((...r) => o.handleEscape && o.handleEscape(...r), ["esc"]))
|
|
1808
1808
|
}, [
|
|
1809
1809
|
f("button", {
|
|
1810
1810
|
class: "CollapsibleRegion__toggle",
|
|
@@ -1816,8 +1816,8 @@ function Wn(e, s, t, n, i, o) {
|
|
|
1816
1816
|
m(e.$slots, "toggle", { isOpen: i.isOpen }, () => [
|
|
1817
1817
|
w(p(t.title), 1)
|
|
1818
1818
|
])
|
|
1819
|
-
], 8,
|
|
1820
|
-
|
|
1819
|
+
], 8, Vn),
|
|
1820
|
+
N(f("div", {
|
|
1821
1821
|
class: "CollapsibleRegion__content",
|
|
1822
1822
|
tabindex: "-1",
|
|
1823
1823
|
ref: "content",
|
|
@@ -1826,15 +1826,15 @@ function Wn(e, s, t, n, i, o) {
|
|
|
1826
1826
|
"aria-labelledby": i.toggleId,
|
|
1827
1827
|
style: U(o.contentStyles)
|
|
1828
1828
|
}, [
|
|
1829
|
-
f("div",
|
|
1829
|
+
f("div", Nn, [
|
|
1830
1830
|
m(e.$slots, "default")
|
|
1831
1831
|
])
|
|
1832
|
-
], 12,
|
|
1833
|
-
[
|
|
1832
|
+
], 12, Dn), [
|
|
1833
|
+
[Ne, !i.isHidden]
|
|
1834
1834
|
])
|
|
1835
1835
|
], 34);
|
|
1836
1836
|
}
|
|
1837
|
-
const
|
|
1837
|
+
const Xn = /* @__PURE__ */ _(Ln, [["render", Wn]]), Yn = {
|
|
1838
1838
|
name: "UluTag",
|
|
1839
1839
|
components: {
|
|
1840
1840
|
UluIcon: B
|
|
@@ -1864,7 +1864,7 @@ const Nn = /* @__PURE__ */ _(Ln, [["render", Wn]]), Xn = {
|
|
|
1864
1864
|
return { resolvedModifiers: s };
|
|
1865
1865
|
}
|
|
1866
1866
|
};
|
|
1867
|
-
function
|
|
1867
|
+
function Kn(e, s, t, n, i, o) {
|
|
1868
1868
|
const r = S("UluIcon");
|
|
1869
1869
|
return l(), d("span", {
|
|
1870
1870
|
class: h(["tag", [
|
|
@@ -1885,11 +1885,11 @@ function Yn(e, s, t, n, i, o) {
|
|
|
1885
1885
|
])
|
|
1886
1886
|
], 2);
|
|
1887
1887
|
}
|
|
1888
|
-
const
|
|
1888
|
+
const Gn = /* @__PURE__ */ _(Yn, [["render", Kn]]), qn = {
|
|
1889
1889
|
name: "UluMenu",
|
|
1890
1890
|
components: {
|
|
1891
1891
|
UluIcon: B,
|
|
1892
|
-
UluTag:
|
|
1892
|
+
UluTag: Gn
|
|
1893
1893
|
},
|
|
1894
1894
|
emits: [
|
|
1895
1895
|
/**
|
|
@@ -1934,8 +1934,8 @@ const Kn = /* @__PURE__ */ _(Xn, [["render", Yn]]), Gn = {
|
|
|
1934
1934
|
}
|
|
1935
1935
|
}
|
|
1936
1936
|
};
|
|
1937
|
-
function
|
|
1938
|
-
const r = S("UluIcon"), a = S("UluTag"), c = S("UluMenu", !0), u =
|
|
1937
|
+
function Zn(e, s, t, n, i, o) {
|
|
1938
|
+
const r = S("UluIcon"), a = S("UluTag"), c = S("UluMenu", !0), u = Bt("ulu-tooltip");
|
|
1939
1939
|
return t.items?.length ? (l(), d("ul", {
|
|
1940
1940
|
key: 0,
|
|
1941
1941
|
class: h(t.classes.list)
|
|
@@ -1944,7 +1944,7 @@ function qn(e, s, t, n, i, o) {
|
|
|
1944
1944
|
key: A,
|
|
1945
1945
|
class: h([t.classes.item, g?.classes?.item])
|
|
1946
1946
|
}, [
|
|
1947
|
-
|
|
1947
|
+
N((l(), b(I(g.to || g.path ? "router-link" : g.click ? "button" : "a"), Y({ ref_for: !0 }, {
|
|
1948
1948
|
...g.to || g.path ? { to: g.to || g.path } : {},
|
|
1949
1949
|
...g.href ? { href: g.href || "#" } : {}
|
|
1950
1950
|
}, {
|
|
@@ -1989,10 +1989,10 @@ function qn(e, s, t, n, i, o) {
|
|
|
1989
1989
|
], 2))), 128))
|
|
1990
1990
|
], 2)) : y("", !0);
|
|
1991
1991
|
}
|
|
1992
|
-
const
|
|
1992
|
+
const Qt = /* @__PURE__ */ _(qn, [["render", Zn]]), Jn = {
|
|
1993
1993
|
name: "UluMenuStack",
|
|
1994
1994
|
components: {
|
|
1995
|
-
UluMenu:
|
|
1995
|
+
UluMenu: Qt
|
|
1996
1996
|
},
|
|
1997
1997
|
props: {
|
|
1998
1998
|
/**
|
|
@@ -2013,7 +2013,7 @@ const Zt = /* @__PURE__ */ _(Gn, [["render", qn]]), Zn = {
|
|
|
2013
2013
|
noChildren: Boolean
|
|
2014
2014
|
}
|
|
2015
2015
|
};
|
|
2016
|
-
function
|
|
2016
|
+
function Qn(e, s, t, n, i, o) {
|
|
2017
2017
|
const r = S("UluMenu");
|
|
2018
2018
|
return l(), d("nav", {
|
|
2019
2019
|
class: h(["menu-stack", {
|
|
@@ -2034,11 +2034,11 @@ function Jn(e, s, t, n, i, o) {
|
|
|
2034
2034
|
}, null, 8, ["items", "noChildren"])
|
|
2035
2035
|
], 2);
|
|
2036
2036
|
}
|
|
2037
|
-
const
|
|
2037
|
+
const eo = /* @__PURE__ */ _(Jn, [["render", Qn]]), to = {
|
|
2038
2038
|
name: "UluDropdown",
|
|
2039
2039
|
components: {
|
|
2040
2040
|
UluPopover: Ke,
|
|
2041
|
-
UluMenuStack:
|
|
2041
|
+
UluMenuStack: eo
|
|
2042
2042
|
},
|
|
2043
2043
|
props: {
|
|
2044
2044
|
/**
|
|
@@ -2061,7 +2061,7 @@ const Qn = /* @__PURE__ */ _(Zn, [["render", Jn]]), eo = {
|
|
|
2061
2061
|
}
|
|
2062
2062
|
}
|
|
2063
2063
|
};
|
|
2064
|
-
function
|
|
2064
|
+
function so(e, s, t, n, i, o) {
|
|
2065
2065
|
const r = S("UluMenuStack"), a = S("UluPopover");
|
|
2066
2066
|
return l(), b(a, { classes: t.popoverClasses }, {
|
|
2067
2067
|
trigger: v(({ isOpen: c }) => [
|
|
@@ -2073,24 +2073,24 @@ function to(e, s, t, n, i, o) {
|
|
|
2073
2073
|
_: 3
|
|
2074
2074
|
}, 8, ["classes"]);
|
|
2075
2075
|
}
|
|
2076
|
-
const of = /* @__PURE__ */ _(
|
|
2076
|
+
const of = /* @__PURE__ */ _(to, [["render", so]]), qe = j(!1), Ce = {
|
|
2077
2077
|
start: [],
|
|
2078
2078
|
end: []
|
|
2079
2079
|
};
|
|
2080
2080
|
function Ze() {
|
|
2081
2081
|
window.removeEventListener("resize", Ze), qe.value = !0, Ce.start.forEach((e) => e());
|
|
2082
2082
|
}
|
|
2083
|
-
function
|
|
2083
|
+
function no() {
|
|
2084
2084
|
qe.value = !1, Ce.end.forEach((e) => e()), window.addEventListener("resize", Ze);
|
|
2085
2085
|
}
|
|
2086
|
-
window.addEventListener("resize", Ze), window.addEventListener("resize", Te(
|
|
2086
|
+
window.addEventListener("resize", Ze), window.addEventListener("resize", Te(no, 300));
|
|
2087
2087
|
function ut(e, s) {
|
|
2088
2088
|
return e.push(s), () => {
|
|
2089
2089
|
const t = e.findIndex((n) => n === s);
|
|
2090
2090
|
t > -1 && e.splice(t);
|
|
2091
2091
|
};
|
|
2092
2092
|
}
|
|
2093
|
-
function
|
|
2093
|
+
function oo() {
|
|
2094
2094
|
return {
|
|
2095
2095
|
resizing: qe,
|
|
2096
2096
|
onResizeStart(e) {
|
|
@@ -2101,7 +2101,24 @@ function no() {
|
|
|
2101
2101
|
}
|
|
2102
2102
|
};
|
|
2103
2103
|
}
|
|
2104
|
-
const
|
|
2104
|
+
const io = {
|
|
2105
|
+
uluCore: "Core",
|
|
2106
|
+
uluIsMobile: "Breakpoints",
|
|
2107
|
+
uluBreakpointActive: "Breakpoints",
|
|
2108
|
+
uluBreakpointDirection: "Breakpoints",
|
|
2109
|
+
uluBreakpointManager: "Breakpoints",
|
|
2110
|
+
uluModals: "Modals",
|
|
2111
|
+
uluToast: "Toast"
|
|
2112
|
+
}, dt = {};
|
|
2113
|
+
function ro(e) {
|
|
2114
|
+
const s = Vt(e, dt);
|
|
2115
|
+
if (s === dt) {
|
|
2116
|
+
const t = io[e] || "", n = t ? ` from the '${t}' plugin` : "", i = t ? "Please install missing plugin." : "";
|
|
2117
|
+
throw new Error(`Required inject: '${e}'${n} was not provided. ${i}`);
|
|
2118
|
+
}
|
|
2119
|
+
return s;
|
|
2120
|
+
}
|
|
2121
|
+
const lo = { class: "layout-flex-baseline" }, ao = { class: "type-word-break" }, rf = {
|
|
2105
2122
|
__name: "UluOverflowPopover",
|
|
2106
2123
|
props: {
|
|
2107
2124
|
/**
|
|
@@ -2110,13 +2127,13 @@ const oo = { class: "layout-flex-baseline" }, io = { class: "type-word-break" },
|
|
|
2110
2127
|
triggerIcon: String
|
|
2111
2128
|
},
|
|
2112
2129
|
setup(e) {
|
|
2113
|
-
const { resizing: s, onResizeEnd: t } =
|
|
2130
|
+
const { resizing: s, onResizeEnd: t } = oo(), n = j(null), i = j(!1), o = () => {
|
|
2114
2131
|
Lt(() => {
|
|
2115
2132
|
const a = n.value;
|
|
2116
2133
|
i.value = a.offsetWidth < a.scrollWidth;
|
|
2117
2134
|
});
|
|
2118
2135
|
}, r = t(o);
|
|
2119
|
-
return xs(o),
|
|
2136
|
+
return xs(o), Us(r), (a, c) => (l(), d("div", lo, [
|
|
2120
2137
|
f("div", {
|
|
2121
2138
|
class: "type-truncate",
|
|
2122
2139
|
ref_key: "text",
|
|
@@ -2124,7 +2141,7 @@ const oo = { class: "layout-flex-baseline" }, io = { class: "type-word-break" },
|
|
|
2124
2141
|
}, [
|
|
2125
2142
|
m(a.$slots, "default")
|
|
2126
2143
|
], 512),
|
|
2127
|
-
i.value && !
|
|
2144
|
+
i.value && !R(s) ? (l(), b(Ke, {
|
|
2128
2145
|
key: 0,
|
|
2129
2146
|
triggerAlt: "Show Full Text",
|
|
2130
2147
|
size: "large"
|
|
@@ -2135,7 +2152,7 @@ const oo = { class: "layout-flex-baseline" }, io = { class: "type-word-break" },
|
|
|
2135
2152
|
}, null, 8, ["icon"])
|
|
2136
2153
|
]),
|
|
2137
2154
|
content: v(() => [
|
|
2138
|
-
f("div",
|
|
2155
|
+
f("div", ao, [
|
|
2139
2156
|
m(a.$slots, "default")
|
|
2140
2157
|
])
|
|
2141
2158
|
]),
|
|
@@ -2146,9 +2163,9 @@ const oo = { class: "layout-flex-baseline" }, io = { class: "type-word-break" },
|
|
|
2146
2163
|
}, lf = {
|
|
2147
2164
|
__name: "UluTab",
|
|
2148
2165
|
setup(e) {
|
|
2149
|
-
return (s, t) => (l(), b(
|
|
2166
|
+
return (s, t) => (l(), b(R(Ms), null, {
|
|
2150
2167
|
default: v((n) => [
|
|
2151
|
-
m(s.$slots, "default",
|
|
2168
|
+
m(s.$slots, "default", P(L(n)))
|
|
2152
2169
|
]),
|
|
2153
2170
|
_: 3
|
|
2154
2171
|
}));
|
|
@@ -2168,7 +2185,7 @@ const oo = { class: "layout-flex-baseline" }, io = { class: "type-word-break" },
|
|
|
2168
2185
|
vertical: Boolean
|
|
2169
2186
|
},
|
|
2170
2187
|
setup(e) {
|
|
2171
|
-
return (s, t) => (l(), b(
|
|
2188
|
+
return (s, t) => (l(), b(R(Ps), {
|
|
2172
2189
|
defaultIndex: e.defaultIndex,
|
|
2173
2190
|
vertical: e.vertical
|
|
2174
2191
|
}, {
|
|
@@ -2178,7 +2195,7 @@ const oo = { class: "layout-flex-baseline" }, io = { class: "type-word-break" },
|
|
|
2178
2195
|
"tabs--vertical": e.vertical
|
|
2179
2196
|
}])
|
|
2180
2197
|
}, [
|
|
2181
|
-
m(s.$slots, "default",
|
|
2198
|
+
m(s.$slots, "default", P(L(n)))
|
|
2182
2199
|
], 2)
|
|
2183
2200
|
]),
|
|
2184
2201
|
_: 3
|
|
@@ -2187,7 +2204,7 @@ const oo = { class: "layout-flex-baseline" }, io = { class: "type-word-break" },
|
|
|
2187
2204
|
}), cf = {
|
|
2188
2205
|
__name: "UluTabList",
|
|
2189
2206
|
setup(e) {
|
|
2190
|
-
return (s, t) => (l(), b(
|
|
2207
|
+
return (s, t) => (l(), b(R(Bs), { class: "tabs__tablist" }, {
|
|
2191
2208
|
default: v(() => [
|
|
2192
2209
|
m(s.$slots, "default")
|
|
2193
2210
|
]),
|
|
@@ -2197,9 +2214,9 @@ const oo = { class: "layout-flex-baseline" }, io = { class: "type-word-break" },
|
|
|
2197
2214
|
}, uf = {
|
|
2198
2215
|
__name: "UluTabPanel",
|
|
2199
2216
|
setup(e) {
|
|
2200
|
-
return (s, t) => (l(), b(
|
|
2217
|
+
return (s, t) => (l(), b(R(Hs), null, {
|
|
2201
2218
|
default: v((n) => [
|
|
2202
|
-
m(s.$slots, "default",
|
|
2219
|
+
m(s.$slots, "default", P(L(n)))
|
|
2203
2220
|
]),
|
|
2204
2221
|
_: 3
|
|
2205
2222
|
}));
|
|
@@ -2207,14 +2224,14 @@ const oo = { class: "layout-flex-baseline" }, io = { class: "type-word-break" },
|
|
|
2207
2224
|
}, df = {
|
|
2208
2225
|
__name: "UluTabPanels",
|
|
2209
2226
|
setup(e) {
|
|
2210
|
-
return (s, t) => (l(), b(
|
|
2227
|
+
return (s, t) => (l(), b(R(Ls), null, {
|
|
2211
2228
|
default: v((n) => [
|
|
2212
|
-
m(s.$slots, "default",
|
|
2229
|
+
m(s.$slots, "default", P(L(n)))
|
|
2213
2230
|
]),
|
|
2214
2231
|
_: 3
|
|
2215
2232
|
}));
|
|
2216
2233
|
}
|
|
2217
|
-
},
|
|
2234
|
+
}, co = {
|
|
2218
2235
|
name: "UluButton",
|
|
2219
2236
|
components: {
|
|
2220
2237
|
UluIcon: B
|
|
@@ -2308,15 +2325,15 @@ const oo = { class: "layout-flex-baseline" }, io = { class: "type-word-break" },
|
|
|
2308
2325
|
return s && e.push(`button--${s}`), e;
|
|
2309
2326
|
},
|
|
2310
2327
|
element() {
|
|
2311
|
-
return this.to ?
|
|
2328
|
+
return this.to ? We : this.href ? "a" : "button";
|
|
2312
2329
|
},
|
|
2313
2330
|
attrs() {
|
|
2314
2331
|
const { to: e, href: s, download: t, target: n } = this, i = e ? { to: e } : s ? { href: s } : {};
|
|
2315
2332
|
return s && (n && (i.target = n), t && (i.download = typeof t == "string" ? t : !0)), i;
|
|
2316
2333
|
}
|
|
2317
2334
|
}
|
|
2318
|
-
},
|
|
2319
|
-
function
|
|
2335
|
+
}, uo = { key: 1 };
|
|
2336
|
+
function fo(e, s, t, n, i, o) {
|
|
2320
2337
|
const r = S("UluIcon");
|
|
2321
2338
|
return l(), b(I(o.element), Y({
|
|
2322
2339
|
class: ["button", [
|
|
@@ -2341,7 +2358,7 @@ function ao(e, s, t, n, i, o) {
|
|
|
2341
2358
|
icon: t.icon,
|
|
2342
2359
|
class: "button__icon"
|
|
2343
2360
|
}, null, 8, ["icon"])) : y("", !0),
|
|
2344
|
-
(e.$slots.default || t.text) && !t.iconOnly ? (l(), d("span",
|
|
2361
|
+
(e.$slots.default || t.text) && !t.iconOnly ? (l(), d("span", uo, [
|
|
2345
2362
|
m(e.$slots, "default", {}, () => [
|
|
2346
2363
|
w(p(t.text), 1)
|
|
2347
2364
|
])
|
|
@@ -2356,10 +2373,10 @@ function ao(e, s, t, n, i, o) {
|
|
|
2356
2373
|
_: 3
|
|
2357
2374
|
}, 16, ["class", "aria-label"]);
|
|
2358
2375
|
}
|
|
2359
|
-
const
|
|
2376
|
+
const ho = /* @__PURE__ */ _(co, [["render", fo]]), mo = {
|
|
2360
2377
|
name: "UluAlert",
|
|
2361
2378
|
components: {
|
|
2362
|
-
UluButton:
|
|
2379
|
+
UluButton: ho,
|
|
2363
2380
|
UluIcon: B
|
|
2364
2381
|
},
|
|
2365
2382
|
props: {
|
|
@@ -2395,28 +2412,28 @@ const co = /* @__PURE__ */ _(ro, [["render", ao]]), uo = {
|
|
|
2395
2412
|
const { resolvedModifiers: s } = q({
|
|
2396
2413
|
props: e,
|
|
2397
2414
|
baseClass: "callout",
|
|
2398
|
-
internal:
|
|
2415
|
+
internal: x(() => ({
|
|
2399
2416
|
[e.type]: e.type,
|
|
2400
2417
|
compact: e.compact
|
|
2401
2418
|
}))
|
|
2402
2419
|
});
|
|
2403
2420
|
return { resolvedModifiers: s };
|
|
2404
2421
|
}
|
|
2405
|
-
},
|
|
2422
|
+
}, go = { class: "layout-flex" }, _o = { class: "type-small" }, yo = {
|
|
2406
2423
|
key: 0,
|
|
2407
2424
|
class: "margin-left-auto align-self-center"
|
|
2408
2425
|
};
|
|
2409
|
-
function
|
|
2426
|
+
function po(e, s, t, n, i, o) {
|
|
2410
2427
|
const r = S("UluIcon");
|
|
2411
2428
|
return l(), d("div", {
|
|
2412
2429
|
class: h(["callout", n.resolvedModifiers])
|
|
2413
2430
|
}, [
|
|
2414
|
-
f("div",
|
|
2431
|
+
f("div", go, [
|
|
2415
2432
|
k(r, {
|
|
2416
2433
|
class: h(["type-large margin-right-small", `color-${t.type}`]),
|
|
2417
2434
|
icon: t.icon || `type:${t.type}`
|
|
2418
2435
|
}, null, 8, ["class", "icon"]),
|
|
2419
|
-
f("div",
|
|
2436
|
+
f("div", _o, [
|
|
2420
2437
|
f("div", null, [
|
|
2421
2438
|
m(e.$slots, "title", {}, () => [
|
|
2422
2439
|
f("strong", null, p(t.title), 1)
|
|
@@ -2428,13 +2445,13 @@ function go(e, s, t, n, i, o) {
|
|
|
2428
2445
|
])
|
|
2429
2446
|
])
|
|
2430
2447
|
]),
|
|
2431
|
-
e.$slots.action ? (l(), d("div",
|
|
2448
|
+
e.$slots.action ? (l(), d("div", yo, [
|
|
2432
2449
|
m(e.$slots, "action")
|
|
2433
2450
|
])) : y("", !0)
|
|
2434
2451
|
])
|
|
2435
2452
|
], 2);
|
|
2436
2453
|
}
|
|
2437
|
-
const ff = /* @__PURE__ */ _(
|
|
2454
|
+
const ff = /* @__PURE__ */ _(mo, [["render", po]]), bo = {
|
|
2438
2455
|
name: "UluBadge",
|
|
2439
2456
|
props: {
|
|
2440
2457
|
skeleton: Boolean,
|
|
@@ -2452,14 +2469,14 @@ const ff = /* @__PURE__ */ _(uo, [["render", go]]), _o = {
|
|
|
2452
2469
|
},
|
|
2453
2470
|
element() {
|
|
2454
2471
|
const { click: e, to: s, href: t } = this;
|
|
2455
|
-
return e ? "button" : s ?
|
|
2472
|
+
return e ? "button" : s ? We : t ? "a" : "span";
|
|
2456
2473
|
}
|
|
2457
2474
|
}
|
|
2458
|
-
},
|
|
2475
|
+
}, vo = ["aria-hidden"], wo = {
|
|
2459
2476
|
key: 2,
|
|
2460
2477
|
class: "hidden-visually"
|
|
2461
2478
|
};
|
|
2462
|
-
function
|
|
2479
|
+
function So(e, s, t, n, i, o) {
|
|
2463
2480
|
return l(), b(I(o.element), {
|
|
2464
2481
|
class: h(["badge", [
|
|
2465
2482
|
t.size ? `badge--${t.size}` : null,
|
|
@@ -2477,17 +2494,17 @@ function bo(e, s, t, n, i, o) {
|
|
|
2477
2494
|
t.text ? (l(), d("span", {
|
|
2478
2495
|
key: 0,
|
|
2479
2496
|
"aria-hidden": t.alt ? "true" : null
|
|
2480
|
-
}, p(t.text), 9,
|
|
2481
|
-
t.alt ? (l(), d("span",
|
|
2497
|
+
}, p(t.text), 9, vo)) : m(e.$slots, "default", { key: 1 }),
|
|
2498
|
+
t.alt ? (l(), d("span", wo, p(t.alt), 1)) : y("", !0)
|
|
2482
2499
|
], 2)
|
|
2483
2500
|
]),
|
|
2484
2501
|
_: 3
|
|
2485
2502
|
}, 8, ["class", "to", "href", "onClick"]);
|
|
2486
2503
|
}
|
|
2487
|
-
const
|
|
2504
|
+
const ko = /* @__PURE__ */ _(bo, [["render", So]]), Co = {
|
|
2488
2505
|
name: "UluBadgeStack",
|
|
2489
2506
|
components: {
|
|
2490
|
-
UluBadge:
|
|
2507
|
+
UluBadge: ko
|
|
2491
2508
|
},
|
|
2492
2509
|
props: {
|
|
2493
2510
|
/**
|
|
@@ -2495,10 +2512,10 @@ const vo = /* @__PURE__ */ _(_o, [["render", bo]]), wo = {
|
|
|
2495
2512
|
*/
|
|
2496
2513
|
items: Array
|
|
2497
2514
|
}
|
|
2498
|
-
},
|
|
2499
|
-
function
|
|
2515
|
+
}, To = { class: "badge-stack" };
|
|
2516
|
+
function Ao(e, s, t, n, i, o) {
|
|
2500
2517
|
const r = S("UluBadge");
|
|
2501
|
-
return l(), d("ul",
|
|
2518
|
+
return l(), d("ul", To, [
|
|
2502
2519
|
(l(!0), d(T, null, C(t.items, (a, c) => (l(), d("li", {
|
|
2503
2520
|
class: "badge-stack__item",
|
|
2504
2521
|
key: c
|
|
@@ -2507,7 +2524,7 @@ function ko(e, s, t, n, i, o) {
|
|
|
2507
2524
|
]))), 128))
|
|
2508
2525
|
]);
|
|
2509
2526
|
}
|
|
2510
|
-
const hf = /* @__PURE__ */ _(
|
|
2527
|
+
const hf = /* @__PURE__ */ _(Co, [["render", Ao]]), $o = {
|
|
2511
2528
|
name: "UluCallout",
|
|
2512
2529
|
props: {
|
|
2513
2530
|
/**
|
|
@@ -2525,17 +2542,17 @@ const hf = /* @__PURE__ */ _(wo, [["render", ko]]), Co = {
|
|
|
2525
2542
|
return { resolvedModifiers: s };
|
|
2526
2543
|
}
|
|
2527
2544
|
};
|
|
2528
|
-
function
|
|
2545
|
+
function Oo(e, s, t, n, i, o) {
|
|
2529
2546
|
return l(), d("div", {
|
|
2530
2547
|
class: h(["callout", [n.resolvedModifiers, { "full-height": t.fullHeight }]])
|
|
2531
2548
|
}, [
|
|
2532
2549
|
m(e.$slots, "default")
|
|
2533
2550
|
], 2);
|
|
2534
2551
|
}
|
|
2535
|
-
const mf = /* @__PURE__ */ _(
|
|
2552
|
+
const mf = /* @__PURE__ */ _($o, [["render", Oo]]), ft = (e, s) => {
|
|
2536
2553
|
const t = !(s.to || s.href);
|
|
2537
2554
|
return t || console.warn("'titleHref' and 'titleTo' can't be used with to or href (nesting links)"), t;
|
|
2538
|
-
},
|
|
2555
|
+
}, Ro = {
|
|
2539
2556
|
name: "UluCard",
|
|
2540
2557
|
props: {
|
|
2541
2558
|
/**
|
|
@@ -2563,14 +2580,14 @@ const mf = /* @__PURE__ */ _(Co, [["render", To]]), dt = (e, s) => {
|
|
|
2563
2580
|
*/
|
|
2564
2581
|
titleTo: {
|
|
2565
2582
|
type: [String, Object],
|
|
2566
|
-
validator:
|
|
2583
|
+
validator: ft
|
|
2567
2584
|
},
|
|
2568
2585
|
/**
|
|
2569
2586
|
* Will make title a link to href
|
|
2570
2587
|
*/
|
|
2571
2588
|
titleHref: {
|
|
2572
2589
|
type: String,
|
|
2573
|
-
validator:
|
|
2590
|
+
validator: ft
|
|
2574
2591
|
},
|
|
2575
2592
|
/**
|
|
2576
2593
|
* When using href this will set title link's target attribute
|
|
@@ -2661,7 +2678,7 @@ const mf = /* @__PURE__ */ _(Co, [["render", To]]), dt = (e, s) => {
|
|
|
2661
2678
|
computed: {
|
|
2662
2679
|
resolvedElement() {
|
|
2663
2680
|
const { cardElement: e, to: s, href: t } = this;
|
|
2664
|
-
return s ?
|
|
2681
|
+
return s ? We : t ? "a" : e;
|
|
2665
2682
|
}
|
|
2666
2683
|
},
|
|
2667
2684
|
methods: {
|
|
@@ -2676,14 +2693,14 @@ const mf = /* @__PURE__ */ _(Co, [["render", To]]), dt = (e, s) => {
|
|
|
2676
2693
|
this.shouldProxy && e - this.proxyStart < n && s.click();
|
|
2677
2694
|
}
|
|
2678
2695
|
}
|
|
2679
|
-
},
|
|
2696
|
+
}, xo = { class: "card__body" }, Uo = { class: "card__main" }, Io = ["href", "target"], zo = {
|
|
2680
2697
|
key: 0,
|
|
2681
2698
|
class: "card__aside"
|
|
2682
|
-
},
|
|
2699
|
+
}, Eo = ["src", "alt"], jo = {
|
|
2683
2700
|
key: 1,
|
|
2684
2701
|
class: "card__footer"
|
|
2685
2702
|
};
|
|
2686
|
-
function
|
|
2703
|
+
function Fo(e, s, t, n, i, o) {
|
|
2687
2704
|
const r = S("router-link");
|
|
2688
2705
|
return l(), b(I(o.resolvedElement), {
|
|
2689
2706
|
class: h(["card", [
|
|
@@ -2703,8 +2720,8 @@ function zo(e, s, t, n, i, o) {
|
|
|
2703
2720
|
"data-ulu-proxy-click-init": i.proxyClickEnabled
|
|
2704
2721
|
}, {
|
|
2705
2722
|
default: v(() => [
|
|
2706
|
-
f("div",
|
|
2707
|
-
f("div",
|
|
2723
|
+
f("div", xo, [
|
|
2724
|
+
f("div", Uo, [
|
|
2708
2725
|
(l(), b(I(t.titleElement), {
|
|
2709
2726
|
class: h(["card__title", t.classes.title])
|
|
2710
2727
|
}, {
|
|
@@ -2731,7 +2748,7 @@ function zo(e, s, t, n, i, o) {
|
|
|
2731
2748
|
m(e.$slots, "title", {}, () => [
|
|
2732
2749
|
w(p(t.title), 1)
|
|
2733
2750
|
])
|
|
2734
|
-
], 8,
|
|
2751
|
+
], 8, Io)) : m(e.$slots, "title", { key: 2 }, () => [
|
|
2735
2752
|
w(p(t.title), 1)
|
|
2736
2753
|
])
|
|
2737
2754
|
]),
|
|
@@ -2739,7 +2756,7 @@ function zo(e, s, t, n, i, o) {
|
|
|
2739
2756
|
}, 8, ["class"])),
|
|
2740
2757
|
m(e.$slots, "body")
|
|
2741
2758
|
]),
|
|
2742
|
-
e.$slots.body ? (l(), d("div",
|
|
2759
|
+
e.$slots.body ? (l(), d("div", zo, [
|
|
2743
2760
|
m(e.$slots, "aside")
|
|
2744
2761
|
])) : y("", !0)
|
|
2745
2762
|
]),
|
|
@@ -2754,17 +2771,17 @@ function zo(e, s, t, n, i, o) {
|
|
|
2754
2771
|
f("img", {
|
|
2755
2772
|
src: t.imageSrc,
|
|
2756
2773
|
alt: t.imageAlt
|
|
2757
|
-
}, null, 8,
|
|
2774
|
+
}, null, 8, Eo)
|
|
2758
2775
|
])
|
|
2759
2776
|
], 2)) : y("", !0),
|
|
2760
|
-
e.$slots.footer ? (l(), d("div",
|
|
2777
|
+
e.$slots.footer ? (l(), d("div", jo, [
|
|
2761
2778
|
m(e.$slots, "footer")
|
|
2762
2779
|
])) : y("", !0)
|
|
2763
2780
|
]),
|
|
2764
2781
|
_: 3
|
|
2765
2782
|
}, 40, ["onMousedown", "onMouseup", "class", "style", "target", "to", "href", "data-ulu-proxy-click-init"]);
|
|
2766
2783
|
}
|
|
2767
|
-
const gf = /* @__PURE__ */ _(
|
|
2784
|
+
const gf = /* @__PURE__ */ _(Ro, [["render", Fo]]), Mo = {
|
|
2768
2785
|
name: "UluDefinitionList",
|
|
2769
2786
|
props: {
|
|
2770
2787
|
/**
|
|
@@ -2781,7 +2798,7 @@ const gf = /* @__PURE__ */ _(Ao, [["render", zo]]), Eo = {
|
|
|
2781
2798
|
}
|
|
2782
2799
|
}
|
|
2783
2800
|
};
|
|
2784
|
-
function
|
|
2801
|
+
function Po(e, s, t, n, i, o) {
|
|
2785
2802
|
return l(), d("dl", {
|
|
2786
2803
|
class: h(t.classes.list)
|
|
2787
2804
|
}, [
|
|
@@ -2812,7 +2829,7 @@ function jo(e, s, t, n, i, o) {
|
|
|
2812
2829
|
], 2))), 128))
|
|
2813
2830
|
], 2);
|
|
2814
2831
|
}
|
|
2815
|
-
const _f = /* @__PURE__ */ _(
|
|
2832
|
+
const _f = /* @__PURE__ */ _(Mo, [["render", Po]]), Bo = {
|
|
2816
2833
|
name: "UluExternalLink",
|
|
2817
2834
|
components: {
|
|
2818
2835
|
UluIcon: B
|
|
@@ -2838,15 +2855,15 @@ const _f = /* @__PURE__ */ _(Eo, [["render", jo]]), Fo = {
|
|
|
2838
2855
|
*/
|
|
2839
2856
|
icon: String
|
|
2840
2857
|
}
|
|
2841
|
-
},
|
|
2842
|
-
function
|
|
2858
|
+
}, Ho = ["href", "target"], Lo = { class: "external-link__text" };
|
|
2859
|
+
function Vo(e, s, t, n, i, o) {
|
|
2843
2860
|
const r = S("UluIcon");
|
|
2844
2861
|
return l(), d("a", {
|
|
2845
2862
|
class: "external-link",
|
|
2846
2863
|
href: t.href,
|
|
2847
2864
|
target: t.target
|
|
2848
2865
|
}, [
|
|
2849
|
-
f("span",
|
|
2866
|
+
f("span", Lo, [
|
|
2850
2867
|
m(e.$slots, "default", {}, () => [
|
|
2851
2868
|
w(p(t.text), 1)
|
|
2852
2869
|
])
|
|
@@ -2855,9 +2872,9 @@ function Bo(e, s, t, n, i, o) {
|
|
|
2855
2872
|
class: "external-link__icon margin-left-small-x display-inline",
|
|
2856
2873
|
icon: t.icon || "type:externalLink"
|
|
2857
2874
|
}, null, 8, ["icon"])
|
|
2858
|
-
], 8,
|
|
2875
|
+
], 8, Ho);
|
|
2859
2876
|
}
|
|
2860
|
-
const yf = /* @__PURE__ */ _(
|
|
2877
|
+
const yf = /* @__PURE__ */ _(Bo, [["render", Vo]]), Do = {
|
|
2861
2878
|
name: "UluList",
|
|
2862
2879
|
props: {
|
|
2863
2880
|
/**
|
|
@@ -2912,7 +2929,7 @@ const yf = /* @__PURE__ */ _(Fo, [["render", Bo]]), Lo = {
|
|
|
2912
2929
|
}
|
|
2913
2930
|
}
|
|
2914
2931
|
};
|
|
2915
|
-
function
|
|
2932
|
+
function No(e, s, t, n, i, o) {
|
|
2916
2933
|
return l(), b(I(o.listElement), {
|
|
2917
2934
|
class: h([
|
|
2918
2935
|
{
|
|
@@ -2945,13 +2962,13 @@ function Ho(e, s, t, n, i, o) {
|
|
|
2945
2962
|
_: 3
|
|
2946
2963
|
}, 8, ["class", "style", "reversed", "start"]);
|
|
2947
2964
|
}
|
|
2948
|
-
const pf = /* @__PURE__ */ _(
|
|
2949
|
-
function
|
|
2950
|
-
return l(), d("main",
|
|
2965
|
+
const pf = /* @__PURE__ */ _(Do, [["render", No]]), Wo = {}, Xo = { id: "main-content" };
|
|
2966
|
+
function Yo(e, s) {
|
|
2967
|
+
return l(), d("main", Xo, [
|
|
2951
2968
|
m(e.$slots, "default")
|
|
2952
2969
|
]);
|
|
2953
2970
|
}
|
|
2954
|
-
const bf = /* @__PURE__ */ _(
|
|
2971
|
+
const bf = /* @__PURE__ */ _(Wo, [["render", Yo]]), Ko = {
|
|
2955
2972
|
name: "UluSpokeSpinner",
|
|
2956
2973
|
props: {
|
|
2957
2974
|
/**
|
|
@@ -2966,7 +2983,7 @@ const bf = /* @__PURE__ */ _(Vo, [["render", Wo]]), No = {
|
|
|
2966
2983
|
}
|
|
2967
2984
|
}
|
|
2968
2985
|
};
|
|
2969
|
-
function
|
|
2986
|
+
function Go(e, s, t, n, i, o) {
|
|
2970
2987
|
return l(), d("div", {
|
|
2971
2988
|
class: h(["spoke-spinner", o.modifierClass])
|
|
2972
2989
|
}, s[0] || (s[0] = [
|
|
@@ -2986,7 +3003,7 @@ function Xo(e, s, t, n, i, o) {
|
|
|
2986
3003
|
], -1)
|
|
2987
3004
|
]), 2);
|
|
2988
3005
|
}
|
|
2989
|
-
const vf = /* @__PURE__ */ _(
|
|
3006
|
+
const vf = /* @__PURE__ */ _(Ko, [["render", Go]]), qo = {
|
|
2990
3007
|
name: "UluCheckboxMenu",
|
|
2991
3008
|
props: {
|
|
2992
3009
|
options: Array
|
|
@@ -2996,20 +3013,20 @@ const vf = /* @__PURE__ */ _(No, [["render", Xo]]), Yo = {
|
|
|
2996
3013
|
return `checkbox-menu-opt-${e}`;
|
|
2997
3014
|
}
|
|
2998
3015
|
}
|
|
2999
|
-
},
|
|
3000
|
-
function
|
|
3001
|
-
return l(), d("ul",
|
|
3016
|
+
}, Zo = { class: "site-menu site-form" }, Jo = { class: "site-menu__checkbox" }, Qo = ["id", "onUpdate:modelValue"], ei = ["for"];
|
|
3017
|
+
function ti(e, s, t, n, i, o) {
|
|
3018
|
+
return l(), d("ul", Zo, [
|
|
3002
3019
|
(l(!0), d(T, null, C(t.options, (r, a) => (l(), d("li", {
|
|
3003
3020
|
class: "site-menu__item",
|
|
3004
3021
|
key: a
|
|
3005
3022
|
}, [
|
|
3006
|
-
f("div",
|
|
3007
|
-
|
|
3023
|
+
f("div", Jo, [
|
|
3024
|
+
N(f("input", {
|
|
3008
3025
|
type: "checkbox",
|
|
3009
3026
|
id: o.getId(a),
|
|
3010
3027
|
"onUpdate:modelValue": (c) => r.checked = c
|
|
3011
|
-
}, null, 8,
|
|
3012
|
-
[
|
|
3028
|
+
}, null, 8, Qo), [
|
|
3029
|
+
[Dt, r.checked]
|
|
3013
3030
|
]),
|
|
3014
3031
|
f("label", {
|
|
3015
3032
|
for: o.getId(a)
|
|
@@ -3017,12 +3034,12 @@ function Jo(e, s, t, n, i, o) {
|
|
|
3017
3034
|
m(e.$slots, "default", {}, () => [
|
|
3018
3035
|
w(p(r?.title || r?.text), 1)
|
|
3019
3036
|
])
|
|
3020
|
-
], 8,
|
|
3037
|
+
], 8, ei)
|
|
3021
3038
|
])
|
|
3022
3039
|
]))), 128))
|
|
3023
3040
|
]);
|
|
3024
3041
|
}
|
|
3025
|
-
const wf = /* @__PURE__ */ _(
|
|
3042
|
+
const wf = /* @__PURE__ */ _(qo, [["render", ti]]), si = {
|
|
3026
3043
|
name: "FileDisplay",
|
|
3027
3044
|
props: {
|
|
3028
3045
|
file: {
|
|
@@ -3039,8 +3056,8 @@ const wf = /* @__PURE__ */ _(Yo, [["render", Jo]]), Qo = {
|
|
|
3039
3056
|
return s > 1 ? `${n(s)}Mb` : t > 1 ? `${n(t)}Kb` : `${n(e)}B`;
|
|
3040
3057
|
}
|
|
3041
3058
|
}
|
|
3042
|
-
},
|
|
3043
|
-
function
|
|
3059
|
+
}, ni = ["href", "download"], oi = { class: "margin-left-small-x" }, ii = { class: "tag tag--small tag--outline type-small-x" };
|
|
3060
|
+
function ri(e, s, t, n, i, o) {
|
|
3044
3061
|
const r = S("FaIcon");
|
|
3045
3062
|
return l(), d("a", {
|
|
3046
3063
|
class: "layout-flex-baseline",
|
|
@@ -3051,15 +3068,15 @@ function ni(e, s, t, n, i, o) {
|
|
|
3051
3068
|
class: "ui-icon",
|
|
3052
3069
|
icon: ["far", e.$site.getIcon("file")]
|
|
3053
3070
|
}, null, 8, ["icon"]),
|
|
3054
|
-
f("span",
|
|
3071
|
+
f("span", oi, [
|
|
3055
3072
|
w(p(t.file.name) + " ", 1),
|
|
3056
|
-
f("span",
|
|
3073
|
+
f("span", ii, p(o.fileSize), 1)
|
|
3057
3074
|
])
|
|
3058
|
-
], 8,
|
|
3075
|
+
], 8, ni);
|
|
3059
3076
|
}
|
|
3060
|
-
const Sf = /* @__PURE__ */ _(
|
|
3061
|
-
let
|
|
3062
|
-
const
|
|
3077
|
+
const Sf = /* @__PURE__ */ _(si, [["render", ri]]);
|
|
3078
|
+
let li = 0;
|
|
3079
|
+
const ai = {
|
|
3063
3080
|
name: "FormFile",
|
|
3064
3081
|
props: {
|
|
3065
3082
|
label: {
|
|
@@ -3074,7 +3091,7 @@ const ii = {
|
|
|
3074
3091
|
emits: ["filesChange"],
|
|
3075
3092
|
data() {
|
|
3076
3093
|
return {
|
|
3077
|
-
id: `file-input-id-${++
|
|
3094
|
+
id: `file-input-id-${++li}`
|
|
3078
3095
|
};
|
|
3079
3096
|
},
|
|
3080
3097
|
methods: {
|
|
@@ -3082,9 +3099,9 @@ const ii = {
|
|
|
3082
3099
|
this.$emit("filesChange", e.target.files);
|
|
3083
3100
|
}
|
|
3084
3101
|
}
|
|
3085
|
-
},
|
|
3086
|
-
function
|
|
3087
|
-
return l(), d("div",
|
|
3102
|
+
}, ci = { class: "site-form__item site-form__item--file" }, ui = ["for"], di = ["multiple", "id"];
|
|
3103
|
+
function fi(e, s, t, n, i, o) {
|
|
3104
|
+
return l(), d("div", ci, [
|
|
3088
3105
|
f("label", {
|
|
3089
3106
|
class: h({ "hidden-visually": t.labelHidden }),
|
|
3090
3107
|
for: i.id
|
|
@@ -3092,23 +3109,23 @@ function ci(e, s, t, n, i, o) {
|
|
|
3092
3109
|
m(e.$slots, "label", {}, () => [
|
|
3093
3110
|
w(p(t.label), 1)
|
|
3094
3111
|
])
|
|
3095
|
-
], 10,
|
|
3112
|
+
], 10, ui),
|
|
3096
3113
|
f("input", Y({
|
|
3097
3114
|
type: "file",
|
|
3098
3115
|
onChange: s[0] || (s[0] = (...r) => o.onChangeFile && o.onChangeFile(...r)),
|
|
3099
3116
|
multiple: t.multiple,
|
|
3100
3117
|
id: i.id
|
|
3101
|
-
}, t.inputAttrs), null, 16,
|
|
3118
|
+
}, t.inputAttrs), null, 16, di)
|
|
3102
3119
|
]);
|
|
3103
3120
|
}
|
|
3104
|
-
const kf = /* @__PURE__ */ _(
|
|
3121
|
+
const kf = /* @__PURE__ */ _(ai, [["render", fi]]), hi = {
|
|
3105
3122
|
name: "FormMessage",
|
|
3106
3123
|
props: {
|
|
3107
3124
|
warning: Boolean,
|
|
3108
3125
|
error: Boolean
|
|
3109
3126
|
}
|
|
3110
3127
|
};
|
|
3111
|
-
function
|
|
3128
|
+
function mi(e, s, t, n, i, o) {
|
|
3112
3129
|
const r = S("FaIcon");
|
|
3113
3130
|
return l(), d("p", {
|
|
3114
3131
|
class: h(["site-form__description", {
|
|
@@ -3127,9 +3144,9 @@ function di(e, s, t, n, i, o) {
|
|
|
3127
3144
|
m(e.$slots, "default")
|
|
3128
3145
|
], 2);
|
|
3129
3146
|
}
|
|
3130
|
-
const Cf = /* @__PURE__ */ _(
|
|
3131
|
-
let
|
|
3132
|
-
const
|
|
3147
|
+
const Cf = /* @__PURE__ */ _(hi, [["render", mi]]);
|
|
3148
|
+
let gi = 0;
|
|
3149
|
+
const _i = {
|
|
3133
3150
|
name: "FormSelect",
|
|
3134
3151
|
props: {
|
|
3135
3152
|
label: String,
|
|
@@ -3139,12 +3156,12 @@ const hi = {
|
|
|
3139
3156
|
},
|
|
3140
3157
|
data() {
|
|
3141
3158
|
return {
|
|
3142
|
-
id: `select-id-${++
|
|
3159
|
+
id: `select-id-${++gi}`
|
|
3143
3160
|
};
|
|
3144
3161
|
}
|
|
3145
|
-
},
|
|
3146
|
-
function
|
|
3147
|
-
return l(), d("div",
|
|
3162
|
+
}, yi = { class: "site-form__item site-form__item--select" }, pi = ["for"], bi = ["id", "value"], vi = ["value"];
|
|
3163
|
+
function wi(e, s, t, n, i, o) {
|
|
3164
|
+
return l(), d("div", yi, [
|
|
3148
3165
|
f("label", {
|
|
3149
3166
|
class: h({ "hidden-visually": t.labelHidden }),
|
|
3150
3167
|
for: i.id
|
|
@@ -3152,7 +3169,7 @@ function pi(e, s, t, n, i, o) {
|
|
|
3152
3169
|
m(e.$slots, "default", {}, () => [
|
|
3153
3170
|
w(p(t.label), 1)
|
|
3154
3171
|
])
|
|
3155
|
-
], 10,
|
|
3172
|
+
], 10, pi),
|
|
3156
3173
|
f("select", {
|
|
3157
3174
|
id: i.id,
|
|
3158
3175
|
value: t.modelValue,
|
|
@@ -3165,13 +3182,13 @@ function pi(e, s, t, n, i, o) {
|
|
|
3165
3182
|
(l(!0), d(T, null, C(t.options, (r, a) => (l(), d("option", {
|
|
3166
3183
|
key: a,
|
|
3167
3184
|
value: r.value
|
|
3168
|
-
}, p(r.text), 9,
|
|
3169
|
-
], 40,
|
|
3185
|
+
}, p(r.text), 9, vi))), 128))
|
|
3186
|
+
], 40, bi)
|
|
3170
3187
|
]);
|
|
3171
3188
|
}
|
|
3172
|
-
const Tf = /* @__PURE__ */ _(
|
|
3173
|
-
let
|
|
3174
|
-
const
|
|
3189
|
+
const Tf = /* @__PURE__ */ _(_i, [["render", wi]]);
|
|
3190
|
+
let Si = 0;
|
|
3191
|
+
const ki = {
|
|
3175
3192
|
name: "FormText",
|
|
3176
3193
|
props: {
|
|
3177
3194
|
label: String,
|
|
@@ -3180,12 +3197,12 @@ const vi = {
|
|
|
3180
3197
|
},
|
|
3181
3198
|
data() {
|
|
3182
3199
|
return {
|
|
3183
|
-
id: `text-input-id-${++
|
|
3200
|
+
id: `text-input-id-${++Si}`
|
|
3184
3201
|
};
|
|
3185
3202
|
}
|
|
3186
|
-
},
|
|
3187
|
-
function
|
|
3188
|
-
return l(), d("div",
|
|
3203
|
+
}, Ci = { class: "site-form__item site-form__item--text" }, Ti = ["for"], Ai = ["value", "id"];
|
|
3204
|
+
function $i(e, s, t, n, i, o) {
|
|
3205
|
+
return l(), d("div", Ci, [
|
|
3189
3206
|
f("label", {
|
|
3190
3207
|
class: h({ "hidden-visually": t.labelHidden }),
|
|
3191
3208
|
for: i.id
|
|
@@ -3193,16 +3210,16 @@ function Ci(e, s, t, n, i, o) {
|
|
|
3193
3210
|
m(e.$slots, "default", {}, () => [
|
|
3194
3211
|
w(p(t.label), 1)
|
|
3195
3212
|
])
|
|
3196
|
-
], 10,
|
|
3213
|
+
], 10, Ti),
|
|
3197
3214
|
f("input", {
|
|
3198
3215
|
type: "text",
|
|
3199
3216
|
value: t.modelValue,
|
|
3200
3217
|
onInput: s[0] || (s[0] = (r) => e.$emit("update:modelValue", r.target.value)),
|
|
3201
3218
|
id: i.id
|
|
3202
|
-
}, null, 40,
|
|
3219
|
+
}, null, 40, Ai)
|
|
3203
3220
|
]);
|
|
3204
3221
|
}
|
|
3205
|
-
const Af = /* @__PURE__ */ _(
|
|
3222
|
+
const Af = /* @__PURE__ */ _(ki, [["render", $i]]), Oi = {
|
|
3206
3223
|
name: "SearchForm",
|
|
3207
3224
|
props: {
|
|
3208
3225
|
placeholder: {
|
|
@@ -3210,42 +3227,41 @@ const Af = /* @__PURE__ */ _(vi, [["render", Ci]]), Ti = {
|
|
|
3210
3227
|
default: "Titles, keyword…"
|
|
3211
3228
|
}
|
|
3212
3229
|
}
|
|
3213
|
-
},
|
|
3230
|
+
}, Ri = { class: "form-theme search-form type-small" }, xi = { class: "search-form__field" }, Ui = ["placeholder"], Ii = {
|
|
3214
3231
|
class: "search-form__submit button button--primary",
|
|
3215
3232
|
"aria-label": "Submit Search"
|
|
3216
3233
|
};
|
|
3217
|
-
function
|
|
3234
|
+
function zi(e, s, t, n, i, o) {
|
|
3218
3235
|
const r = S("FaIcon");
|
|
3219
|
-
return l(), d("div",
|
|
3220
|
-
f("div",
|
|
3236
|
+
return l(), d("div", Ri, [
|
|
3237
|
+
f("div", xi, [
|
|
3221
3238
|
s[0] || (s[0] = f("label", { class: "hidden-visually" }, "Search", -1)),
|
|
3222
3239
|
f("input", {
|
|
3223
3240
|
class: "search-form__input",
|
|
3224
3241
|
type: "text",
|
|
3225
3242
|
id: "example-input",
|
|
3226
3243
|
placeholder: t.placeholder
|
|
3227
|
-
}, null, 8,
|
|
3244
|
+
}, null, 8, Ui)
|
|
3228
3245
|
]),
|
|
3229
|
-
f("button",
|
|
3246
|
+
f("button", Ii, [
|
|
3230
3247
|
k(r, {
|
|
3231
3248
|
icon: e.$site.getIcon("search")
|
|
3232
3249
|
}, null, 8, ["icon"])
|
|
3233
3250
|
])
|
|
3234
3251
|
]);
|
|
3235
3252
|
}
|
|
3236
|
-
const $f = /* @__PURE__ */ _(
|
|
3237
|
-
|
|
3238
|
-
|
|
3253
|
+
const $f = /* @__PURE__ */ _(Oi, [["render", zi]]), Of = {
|
|
3254
|
+
__name: "UluAdaptiveLayout",
|
|
3255
|
+
setup(e) {
|
|
3256
|
+
const s = ro("uluIsMobile");
|
|
3257
|
+
return (t, n) => !R(s) || !t.$slots.mobile ? m(t.$slots, "default", { key: 0 }) : m(t.$slots, "mobile", { key: 1 });
|
|
3258
|
+
}
|
|
3239
3259
|
};
|
|
3240
|
-
function
|
|
3241
|
-
return !o.uluIsMobile || !e.$slots.mobile ? m(e.$slots, "default", { key: 0 }) : m(e.$slots, "mobile", { key: 1 });
|
|
3242
|
-
}
|
|
3243
|
-
const Of = /* @__PURE__ */ _(Ui, [["render", Ii]]);
|
|
3244
|
-
function zi(e) {
|
|
3260
|
+
function Ei(e) {
|
|
3245
3261
|
var s;
|
|
3246
3262
|
return e = e.replace(/^[^-_a-zA-Z]+/, "").replace(/^-(?:[-0-9]+)/, "-"), s = e && e.replace(/[^-_a-zA-Z0-9]+/g, "-"), s.toLowerCase();
|
|
3247
3263
|
}
|
|
3248
|
-
function
|
|
3264
|
+
function ji(e, s = {
|
|
3249
3265
|
columnFirst: "position-column-first",
|
|
3250
3266
|
columnLast: "position-column-last",
|
|
3251
3267
|
rowFirst: "position-row-first",
|
|
@@ -3262,22 +3278,22 @@ function Ei(e, s = {
|
|
|
3262
3278
|
});
|
|
3263
3279
|
});
|
|
3264
3280
|
}
|
|
3265
|
-
const
|
|
3281
|
+
const Fi = {
|
|
3266
3282
|
name: "UluDataGrid",
|
|
3267
3283
|
async mounted() {
|
|
3268
|
-
const e = () =>
|
|
3284
|
+
const e = () => ji(this.$el);
|
|
3269
3285
|
e(), this.resizeHandler = Te(e, 200, !1, this), window.addEventListener("resize", this.resizeHandler);
|
|
3270
3286
|
},
|
|
3271
3287
|
beforeUnmount() {
|
|
3272
3288
|
this.resizeHandler && window.removeEventListener("resize", this.resizeHandler);
|
|
3273
3289
|
}
|
|
3274
3290
|
};
|
|
3275
|
-
function
|
|
3291
|
+
function Mi(e, s, t, n, i, o) {
|
|
3276
3292
|
return l(), d("div", null, [
|
|
3277
3293
|
m(e.$slots, "default")
|
|
3278
3294
|
]);
|
|
3279
3295
|
}
|
|
3280
|
-
const
|
|
3296
|
+
const Rf = /* @__PURE__ */ _(Fi, [["render", Mi]]), Pi = {
|
|
3281
3297
|
name: "UluTitleRail",
|
|
3282
3298
|
components: {
|
|
3283
3299
|
UluIcon: B
|
|
@@ -3299,15 +3315,20 @@ const xf = /* @__PURE__ */ _(ji, [["render", Fi]]), Pi = {
|
|
|
3299
3315
|
titleElement: {
|
|
3300
3316
|
type: String,
|
|
3301
3317
|
default: "h2"
|
|
3302
|
-
}
|
|
3318
|
+
},
|
|
3319
|
+
rule: Boolean
|
|
3303
3320
|
}
|
|
3304
|
-
},
|
|
3321
|
+
}, Bi = {
|
|
3305
3322
|
key: 0,
|
|
3306
3323
|
class: "rail__item rail__item--pull"
|
|
3307
3324
|
};
|
|
3308
|
-
function
|
|
3325
|
+
function Hi(e, s, t, n, i, o) {
|
|
3309
3326
|
const r = S("UluIcon");
|
|
3310
|
-
return l(), d("div",
|
|
3327
|
+
return l(), d("div", {
|
|
3328
|
+
class: h(["rail rail--title-rail", {
|
|
3329
|
+
"rail--rule": t.rule
|
|
3330
|
+
}])
|
|
3331
|
+
}, [
|
|
3311
3332
|
f("div", {
|
|
3312
3333
|
class: h(["rail__item rail__item--title", t.classes.itemTitle])
|
|
3313
3334
|
}, [
|
|
@@ -3331,9 +3352,9 @@ function Li(e, s, t, n, i, o) {
|
|
|
3331
3352
|
e.$slots.end ? (l(), d("div", Bi, [
|
|
3332
3353
|
m(e.$slots, "end")
|
|
3333
3354
|
])) : y("", !0)
|
|
3334
|
-
]);
|
|
3355
|
+
], 2);
|
|
3335
3356
|
}
|
|
3336
|
-
const
|
|
3357
|
+
const xf = /* @__PURE__ */ _(Pi, [["render", Hi]]), Li = {
|
|
3337
3358
|
name: "UluBreadcrumb",
|
|
3338
3359
|
components: {
|
|
3339
3360
|
UluIcon: B
|
|
@@ -3403,10 +3424,10 @@ function Vi(e, s, t, n, i, o) {
|
|
|
3403
3424
|
], 2)
|
|
3404
3425
|
], 2)) : y("", !0);
|
|
3405
3426
|
}
|
|
3406
|
-
const Uf = /* @__PURE__ */ _(
|
|
3427
|
+
const Uf = /* @__PURE__ */ _(Li, [["render", Vi]]), Di = {
|
|
3407
3428
|
name: "UluNavStrip",
|
|
3408
3429
|
components: {
|
|
3409
|
-
UluMenu:
|
|
3430
|
+
UluMenu: Qt
|
|
3410
3431
|
},
|
|
3411
3432
|
props: {
|
|
3412
3433
|
/**
|
|
@@ -3427,7 +3448,7 @@ const Uf = /* @__PURE__ */ _(Hi, [["render", Vi]]), Di = {
|
|
|
3427
3448
|
rule: Boolean
|
|
3428
3449
|
}
|
|
3429
3450
|
};
|
|
3430
|
-
function
|
|
3451
|
+
function Ni(e, s, t, n, i, o) {
|
|
3431
3452
|
const r = S("UluMenu");
|
|
3432
3453
|
return l(), d("nav", {
|
|
3433
3454
|
class: h(["nav-strip", {
|
|
@@ -3447,14 +3468,14 @@ function Wi(e, s, t, n, i, o) {
|
|
|
3447
3468
|
}, null, 8, ["items"])
|
|
3448
3469
|
], 2);
|
|
3449
3470
|
}
|
|
3450
|
-
const If = /* @__PURE__ */ _(Di, [["render",
|
|
3471
|
+
const If = /* @__PURE__ */ _(Di, [["render", Ni]]), Wi = {}, Xi = {
|
|
3451
3472
|
class: "site-skip-link hidden-visually-focusable",
|
|
3452
3473
|
href: "#main-content"
|
|
3453
3474
|
};
|
|
3454
3475
|
function Yi(e, s) {
|
|
3455
3476
|
return l(), d("a", Xi, " Skip to main content ");
|
|
3456
3477
|
}
|
|
3457
|
-
const zf = /* @__PURE__ */ _(
|
|
3478
|
+
const zf = /* @__PURE__ */ _(Wi, [["render", Yi]]), Ki = {
|
|
3458
3479
|
name: "UluCondText",
|
|
3459
3480
|
props: {
|
|
3460
3481
|
/**
|
|
@@ -3538,7 +3559,7 @@ function nr(e, s, t, n, i, o) {
|
|
|
3538
3559
|
alt: t.alt
|
|
3539
3560
|
}, null, 8, sr);
|
|
3540
3561
|
}
|
|
3541
|
-
const
|
|
3562
|
+
const Mf = /* @__PURE__ */ _(tr, [["render", nr]]), or = {
|
|
3542
3563
|
name: "PlaceholderText",
|
|
3543
3564
|
props: {
|
|
3544
3565
|
amount: {
|
|
@@ -3560,7 +3581,7 @@ function ir(e, s, t, n, i, o) {
|
|
|
3560
3581
|
__: [0]
|
|
3561
3582
|
}, 1024))), 128);
|
|
3562
3583
|
}
|
|
3563
|
-
const
|
|
3584
|
+
const Pf = /* @__PURE__ */ _(or, [["render", ir]]), rr = {
|
|
3564
3585
|
name: "RouteAnnouncer",
|
|
3565
3586
|
props: {
|
|
3566
3587
|
/**
|
|
@@ -3623,7 +3644,7 @@ const Bf = /* @__PURE__ */ _(rr, [["render", lr]]), ar = {
|
|
|
3623
3644
|
},
|
|
3624
3645
|
watch: {
|
|
3625
3646
|
value() {
|
|
3626
|
-
|
|
3647
|
+
Vs.to(this, {
|
|
3627
3648
|
tweenValue: this.value,
|
|
3628
3649
|
onUpdate: () => {
|
|
3629
3650
|
this.currentValue = Math.ceil(this.tweenValue);
|
|
@@ -3645,7 +3666,7 @@ function cr(e, s, t, n, i, o) {
|
|
|
3645
3666
|
])
|
|
3646
3667
|
]);
|
|
3647
3668
|
}
|
|
3648
|
-
const
|
|
3669
|
+
const Hf = /* @__PURE__ */ _(ar, [["render", cr]]), ur = {
|
|
3649
3670
|
name: "ProgressBar",
|
|
3650
3671
|
props: {
|
|
3651
3672
|
small: Boolean,
|
|
@@ -3738,7 +3759,7 @@ function br(e, s, t, n, i, o) {
|
|
|
3738
3759
|
])
|
|
3739
3760
|
], 2);
|
|
3740
3761
|
}
|
|
3741
|
-
const
|
|
3762
|
+
const Lf = /* @__PURE__ */ _(ur, [["render", br]]);
|
|
3742
3763
|
let vr = 0;
|
|
3743
3764
|
const wr = {
|
|
3744
3765
|
name: "ProgressDonut",
|
|
@@ -3844,20 +3865,20 @@ const Vf = /* @__PURE__ */ _(wr, [["render", $r]]), Or = {
|
|
|
3844
3865
|
return `facet-${this.groupUid}-${e.uid}`;
|
|
3845
3866
|
}
|
|
3846
3867
|
}
|
|
3847
|
-
},
|
|
3868
|
+
}, Rr = { class: "UluFacets__facet-list" }, xr = ["id", "onUpdate:modelValue"], Ur = ["for"];
|
|
3848
3869
|
function Ir(e, s, t, n, i, o) {
|
|
3849
|
-
return l(), d("ul",
|
|
3870
|
+
return l(), d("ul", Rr, [
|
|
3850
3871
|
(l(!0), d(T, null, C(t.children, (r) => (l(), d("li", {
|
|
3851
3872
|
class: h(["UluFacets__facet", t.classFacet]),
|
|
3852
3873
|
key: r.uid
|
|
3853
3874
|
}, [
|
|
3854
|
-
|
|
3875
|
+
N(f("input", {
|
|
3855
3876
|
class: "UluFacets__facet-checkbox",
|
|
3856
3877
|
id: o.facetCheckboxId(r),
|
|
3857
3878
|
type: "checkbox",
|
|
3858
3879
|
"onUpdate:modelValue": (a) => r.selected = a
|
|
3859
|
-
}, null, 8,
|
|
3860
|
-
[
|
|
3880
|
+
}, null, 8, xr), [
|
|
3881
|
+
[Dt, r.selected]
|
|
3861
3882
|
]),
|
|
3862
3883
|
f("label", {
|
|
3863
3884
|
class: "UluFacets__facet-label",
|
|
@@ -3897,7 +3918,7 @@ const jr = {
|
|
|
3897
3918
|
clear() {
|
|
3898
3919
|
}
|
|
3899
3920
|
}
|
|
3900
|
-
}, Fr = { class: "UluFacets__keyword-search" },
|
|
3921
|
+
}, Fr = { class: "UluFacets__keyword-search" }, Mr = ["for"], Pr = ["id", "placeholder"];
|
|
3901
3922
|
function Br(e, s, t, n, i, o) {
|
|
3902
3923
|
return l(), d("div", Fr, [
|
|
3903
3924
|
f("label", {
|
|
@@ -3905,32 +3926,32 @@ function Br(e, s, t, n, i, o) {
|
|
|
3905
3926
|
for: i.id
|
|
3906
3927
|
}, s[1] || (s[1] = [
|
|
3907
3928
|
f("strong", null, "Search", -1)
|
|
3908
|
-
]), 10,
|
|
3909
|
-
|
|
3929
|
+
]), 10, Mr),
|
|
3930
|
+
N(f("input", {
|
|
3910
3931
|
id: i.id,
|
|
3911
3932
|
class: h(t.classes.searchInput),
|
|
3912
3933
|
"onUpdate:modelValue": s[0] || (s[0] = (r) => o.localValue = r),
|
|
3913
3934
|
type: "text",
|
|
3914
3935
|
placeholder: t.placeholder
|
|
3915
|
-
}, null, 10,
|
|
3916
|
-
[
|
|
3936
|
+
}, null, 10, Pr), [
|
|
3937
|
+
[Is, o.localValue]
|
|
3917
3938
|
])
|
|
3918
3939
|
]);
|
|
3919
3940
|
}
|
|
3920
|
-
const
|
|
3921
|
-
let
|
|
3922
|
-
const
|
|
3941
|
+
const Hr = /* @__PURE__ */ _(jr, [["render", Br]]);
|
|
3942
|
+
let ht = 0;
|
|
3943
|
+
const mt = (e) => {
|
|
3923
3944
|
const s = (t) => t.title || t.label || "";
|
|
3924
3945
|
return e.sort((t, n) => s(t).localeCompare(s(n)));
|
|
3925
|
-
},
|
|
3926
|
-
az: { text: "A-Z", sort:
|
|
3927
|
-
za: { text: "Z-A", sort: (e) =>
|
|
3946
|
+
}, Lr = {
|
|
3947
|
+
az: { text: "A-Z", sort: mt },
|
|
3948
|
+
za: { text: "Z-A", sort: (e) => mt(e).reverse() }
|
|
3928
3949
|
}, Vr = {
|
|
3929
3950
|
name: "UluFacets",
|
|
3930
3951
|
components: {
|
|
3931
|
-
UluCollapsibleRegion:
|
|
3952
|
+
UluCollapsibleRegion: Xn,
|
|
3932
3953
|
UluFacetsList: zr,
|
|
3933
|
-
UluFacetsSearch:
|
|
3954
|
+
UluFacetsSearch: Hr
|
|
3934
3955
|
},
|
|
3935
3956
|
props: {
|
|
3936
3957
|
/**
|
|
@@ -4024,11 +4045,11 @@ const ht = (e) => {
|
|
|
4024
4045
|
extraSortTypes: i
|
|
4025
4046
|
} = this;
|
|
4026
4047
|
return {
|
|
4027
|
-
filterId: `ulu-facet-filters-${++
|
|
4028
|
-
sortId: `ulu-facet-sort-${++
|
|
4048
|
+
filterId: `ulu-facet-filters-${++ht}`,
|
|
4049
|
+
sortId: `ulu-facet-sort-${++ht}`,
|
|
4029
4050
|
selectedSort: n,
|
|
4030
4051
|
sortTypes: {
|
|
4031
|
-
...t ? {} :
|
|
4052
|
+
...t ? {} : Lr,
|
|
4032
4053
|
...i
|
|
4033
4054
|
},
|
|
4034
4055
|
facets: this.createFacets(),
|
|
@@ -4094,13 +4115,13 @@ const ht = (e) => {
|
|
|
4094
4115
|
*/
|
|
4095
4116
|
search(e) {
|
|
4096
4117
|
const { searchValue: s, searchOptions: t } = this;
|
|
4097
|
-
return s?.length ? new
|
|
4118
|
+
return s?.length ? new Ds(e, t).search(s).map((o) => o.item) : e;
|
|
4098
4119
|
},
|
|
4099
4120
|
toggleFilterVisibility() {
|
|
4100
4121
|
this.filtersHidden = !this.filtersHidden;
|
|
4101
4122
|
}
|
|
4102
4123
|
}
|
|
4103
|
-
}, Dr = { class: "UluFacets" },
|
|
4124
|
+
}, Dr = { class: "UluFacets" }, Nr = ["aria-controls", "aria-expanded"], Wr = ["for"], Xr = ["id"], Yr = ["value"], Kr = { class: "UluFacets__body" }, Gr = ["id"], qr = {
|
|
4104
4125
|
key: 1,
|
|
4105
4126
|
class: "UluFacets__empty"
|
|
4106
4127
|
};
|
|
@@ -4126,7 +4147,7 @@ function Zr(e, s, t, n, i, o) {
|
|
|
4126
4147
|
m(e.$slots, "buttonFilterToggle", { hidden: i.filtersHidden }, () => [
|
|
4127
4148
|
w(p(i.filtersHidden ? "Show" : "Hide") + " Filters ", 1)
|
|
4128
4149
|
])
|
|
4129
|
-
], 10,
|
|
4150
|
+
], 10, Nr),
|
|
4130
4151
|
o.selectedFacets.length ? (l(), d("button", {
|
|
4131
4152
|
key: 0,
|
|
4132
4153
|
onClick: s[1] || (s[1] = (...u) => o.clearFilters && o.clearFilters(...u)),
|
|
@@ -4143,8 +4164,8 @@ function Zr(e, s, t, n, i, o) {
|
|
|
4143
4164
|
f("label", {
|
|
4144
4165
|
for: i.sortId,
|
|
4145
4166
|
class: h(t.classes.sortFormLabel)
|
|
4146
|
-
}, "Sort:", 10,
|
|
4147
|
-
|
|
4167
|
+
}, "Sort:", 10, Wr),
|
|
4168
|
+
N(f("select", {
|
|
4148
4169
|
"onUpdate:modelValue": s[2] || (s[2] = (u) => i.selectedSort = u),
|
|
4149
4170
|
id: i.sortId,
|
|
4150
4171
|
class: h(t.classes.sortFormSelect)
|
|
@@ -4154,7 +4175,7 @@ function Zr(e, s, t, n, i, o) {
|
|
|
4154
4175
|
key: g
|
|
4155
4176
|
}, p(u.text), 9, Yr))), 128))
|
|
4156
4177
|
], 10, Xr), [
|
|
4157
|
-
[
|
|
4178
|
+
[zs, i.selectedSort]
|
|
4158
4179
|
])
|
|
4159
4180
|
], 2)
|
|
4160
4181
|
], 2)
|
|
@@ -4165,7 +4186,7 @@ function Zr(e, s, t, n, i, o) {
|
|
|
4165
4186
|
mode: "out-in"
|
|
4166
4187
|
}, {
|
|
4167
4188
|
default: v(() => [
|
|
4168
|
-
|
|
4189
|
+
N(f("div", {
|
|
4169
4190
|
class: h(["UluFacets__filters", { "UluFacets__filters--hidden": i.filtersHidden }]),
|
|
4170
4191
|
id: i.filterId
|
|
4171
4192
|
}, [
|
|
@@ -4224,7 +4245,7 @@ function Zr(e, s, t, n, i, o) {
|
|
|
4224
4245
|
_: 2
|
|
4225
4246
|
}, 1032, ["class", "classToggle", "classContent", "group", "startOpen"]))), 128))
|
|
4226
4247
|
], 10, Gr), [
|
|
4227
|
-
[
|
|
4248
|
+
[Ne, !i.filtersHidden]
|
|
4228
4249
|
])
|
|
4229
4250
|
]),
|
|
4230
4251
|
_: 3
|
|
@@ -4258,7 +4279,7 @@ function Zr(e, s, t, n, i, o) {
|
|
|
4258
4279
|
])
|
|
4259
4280
|
]);
|
|
4260
4281
|
}
|
|
4261
|
-
const Df = /* @__PURE__ */ _(Vr, [["render", Zr]]),
|
|
4282
|
+
const Df = /* @__PURE__ */ _(Vr, [["render", Zr]]), es = Symbol(), ts = Symbol(), Ae = Symbol(), Jr = {
|
|
4262
4283
|
name: "ScrollAnchors",
|
|
4263
4284
|
props: {
|
|
4264
4285
|
firstItemActive: Boolean,
|
|
@@ -4290,8 +4311,8 @@ const Df = /* @__PURE__ */ _(Vr, [["render", Zr]]), Jt = Symbol(), Qt = Symbol()
|
|
|
4290
4311
|
*/
|
|
4291
4312
|
provide() {
|
|
4292
4313
|
return {
|
|
4293
|
-
[Ae]:
|
|
4294
|
-
[
|
|
4314
|
+
[Ae]: x(() => this.sections),
|
|
4315
|
+
[es]: (e) => {
|
|
4295
4316
|
const { titleId: s, title: t } = e, { element: n } = e.$refs;
|
|
4296
4317
|
this.sections.push({
|
|
4297
4318
|
instance: e,
|
|
@@ -4301,7 +4322,7 @@ const Df = /* @__PURE__ */ _(Vr, [["render", Zr]]), Jt = Symbol(), Qt = Symbol()
|
|
|
4301
4322
|
active: !1
|
|
4302
4323
|
}), this.update();
|
|
4303
4324
|
},
|
|
4304
|
-
[
|
|
4325
|
+
[ts]: (e) => {
|
|
4305
4326
|
const s = this.sections, t = s.findIndex((n) => n.instance === e);
|
|
4306
4327
|
t > -1 && s.splice(t, 1), this.update();
|
|
4307
4328
|
}
|
|
@@ -4368,7 +4389,7 @@ function el(e, s, t, n, i, o) {
|
|
|
4368
4389
|
m(e.$slots, "default")
|
|
4369
4390
|
]);
|
|
4370
4391
|
}
|
|
4371
|
-
const
|
|
4392
|
+
const Nf = /* @__PURE__ */ _(Jr, [["render", el]]), tl = {
|
|
4372
4393
|
name: "ScrollAnchorsNav",
|
|
4373
4394
|
inject: {
|
|
4374
4395
|
sections: { from: Ae }
|
|
@@ -4401,8 +4422,8 @@ function nl(e, s, t, n, i, o) {
|
|
|
4401
4422
|
_: 1
|
|
4402
4423
|
})) : y("", !0);
|
|
4403
4424
|
}
|
|
4404
|
-
const
|
|
4405
|
-
function
|
|
4425
|
+
const Wf = /* @__PURE__ */ _(tl, [["render", nl]]);
|
|
4426
|
+
function ss(e) {
|
|
4406
4427
|
requestAnimationFrame(() => {
|
|
4407
4428
|
const s = new MessageChannel();
|
|
4408
4429
|
s.port1.onmessage = e, s.port2.postMessage(void 0);
|
|
@@ -4446,7 +4467,7 @@ const ol = {
|
|
|
4446
4467
|
},
|
|
4447
4468
|
watch: {
|
|
4448
4469
|
indicatorStyles(e) {
|
|
4449
|
-
e && !this.indicatorAnimReady &&
|
|
4470
|
+
e && !this.indicatorAnimReady && ss(() => {
|
|
4450
4471
|
this.indicatorAnimReady = !0;
|
|
4451
4472
|
});
|
|
4452
4473
|
}
|
|
@@ -4514,14 +4535,14 @@ const Xf = /* @__PURE__ */ _(ol, [["render", ll]]), al = {
|
|
|
4514
4535
|
}
|
|
4515
4536
|
},
|
|
4516
4537
|
inject: {
|
|
4517
|
-
register: { from:
|
|
4518
|
-
unregister: { from:
|
|
4519
|
-
sections: { from: Ae, default: () =>
|
|
4538
|
+
register: { from: es },
|
|
4539
|
+
unregister: { from: ts },
|
|
4540
|
+
sections: { from: Ae, default: () => x(() => []) }
|
|
4520
4541
|
},
|
|
4521
4542
|
data() {
|
|
4522
4543
|
const { anchorId: e, title: s } = this;
|
|
4523
4544
|
return {
|
|
4524
|
-
titleId: e || `sas-title-${
|
|
4545
|
+
titleId: e || `sas-title-${Ei(s)}`
|
|
4525
4546
|
};
|
|
4526
4547
|
},
|
|
4527
4548
|
computed: {
|
|
@@ -4837,7 +4858,7 @@ const Jf = /* @__PURE__ */ _(bl, [["render", wl]]), Sl = {
|
|
|
4837
4858
|
}, Al = {
|
|
4838
4859
|
class: "slideshow__track",
|
|
4839
4860
|
ref: "track"
|
|
4840
|
-
}, $l = ["tabindex"], Ol = { class: "slideshow__controls" },
|
|
4861
|
+
}, $l = ["tabindex"], Ol = { class: "slideshow__controls" }, Rl = { class: "slideshow__controls-item slideshow__controls-item--previous" }, xl = ["disabled"], Ul = { class: "slideshow__controls-item slideshow__controls-item--next" }, Il = ["disabled"], zl = {
|
|
4841
4862
|
key: 0,
|
|
4842
4863
|
class: "slideshow__nav",
|
|
4843
4864
|
ref: "nav"
|
|
@@ -4865,7 +4886,7 @@ function Fl(e, s, t, n, i, o) {
|
|
|
4865
4886
|
], 512)
|
|
4866
4887
|
], 512),
|
|
4867
4888
|
f("ul", Ol, [
|
|
4868
|
-
f("li",
|
|
4889
|
+
f("li", Rl, [
|
|
4869
4890
|
f("button", {
|
|
4870
4891
|
class: "slideshow__control-button slideshow__control-button--previous",
|
|
4871
4892
|
"aria-label": "Scroll Right",
|
|
@@ -4876,7 +4897,7 @@ function Fl(e, s, t, n, i, o) {
|
|
|
4876
4897
|
class: "slideshow__control-icon",
|
|
4877
4898
|
icon: "fas fa-chevron-left"
|
|
4878
4899
|
})
|
|
4879
|
-
], 8,
|
|
4900
|
+
], 8, xl)
|
|
4880
4901
|
]),
|
|
4881
4902
|
f("li", Ul, [
|
|
4882
4903
|
f("button", {
|
|
@@ -4918,10 +4939,10 @@ function Fl(e, s, t, n, i, o) {
|
|
|
4918
4939
|
], 512))
|
|
4919
4940
|
]);
|
|
4920
4941
|
}
|
|
4921
|
-
const
|
|
4942
|
+
const Ml = /* @__PURE__ */ _(Sl, [["render", Fl]]), Pl = {
|
|
4922
4943
|
name: "ImageSlideShow",
|
|
4923
4944
|
components: {
|
|
4924
|
-
UluSlideShow:
|
|
4945
|
+
UluSlideShow: Ml
|
|
4925
4946
|
},
|
|
4926
4947
|
props: {
|
|
4927
4948
|
images: Array,
|
|
@@ -4947,7 +4968,7 @@ const Pl = /* @__PURE__ */ _(Sl, [["render", Fl]]), Ml = {
|
|
|
4947
4968
|
console.log("left/right", o, c), t && n && (u > c ? g = o + (u - c) : r < o && (g = r), g !== null && s.scrollTo({ left: g, top: 0, behavior: "smooth" }));
|
|
4948
4969
|
}
|
|
4949
4970
|
}
|
|
4950
|
-
}, Bl = ["src", "alt"],
|
|
4971
|
+
}, Bl = ["src", "alt"], Hl = { class: "slideshow__image-actions" }, Ll = ["src", "alt"];
|
|
4951
4972
|
function Vl(e, s, t, n, i, o) {
|
|
4952
4973
|
const r = S("AppButton"), a = S("UluSlideShow");
|
|
4953
4974
|
return l(), b(a, {
|
|
@@ -4960,7 +4981,7 @@ function Vl(e, s, t, n, i, o) {
|
|
|
4960
4981
|
src: c.src,
|
|
4961
4982
|
alt: c.alt
|
|
4962
4983
|
}, null, 8, Bl),
|
|
4963
|
-
f("div",
|
|
4984
|
+
f("div", Hl, [
|
|
4964
4985
|
t.selectButton ? (l(), b(r, {
|
|
4965
4986
|
key: 0,
|
|
4966
4987
|
class: "type-small",
|
|
@@ -4980,12 +5001,12 @@ function Vl(e, s, t, n, i, o) {
|
|
|
4980
5001
|
f("img", {
|
|
4981
5002
|
src: t.images[c].src,
|
|
4982
5003
|
alt: `View image ${c}`
|
|
4983
|
-
}, null, 8,
|
|
5004
|
+
}, null, 8, Ll)
|
|
4984
5005
|
]),
|
|
4985
5006
|
_: 1
|
|
4986
5007
|
}, 8, ["items", "onSlideChange"]);
|
|
4987
5008
|
}
|
|
4988
|
-
const Qf = /* @__PURE__ */ _(
|
|
5009
|
+
const Qf = /* @__PURE__ */ _(Pl, [["render", Vl]]), Dl = {
|
|
4989
5010
|
name: "SlideShowSlide",
|
|
4990
5011
|
props: {
|
|
4991
5012
|
/**
|
|
@@ -4998,14 +5019,14 @@ const Qf = /* @__PURE__ */ _(Ml, [["render", Vl]]), Dl = {
|
|
|
4998
5019
|
console.log("slide mounted");
|
|
4999
5020
|
}
|
|
5000
5021
|
};
|
|
5001
|
-
function
|
|
5022
|
+
function Nl(e, s, t, n, i, o) {
|
|
5002
5023
|
return l(), d("li", {
|
|
5003
5024
|
class: h(["slideshow__slide", { "is-active": t.active }])
|
|
5004
5025
|
}, [
|
|
5005
5026
|
m(e.$slots, "default")
|
|
5006
5027
|
], 2);
|
|
5007
5028
|
}
|
|
5008
|
-
const eh = /* @__PURE__ */ _(Dl, [["render",
|
|
5029
|
+
const eh = /* @__PURE__ */ _(Dl, [["render", Nl]]), Wl = {
|
|
5009
5030
|
name: "UluTableStickyRows",
|
|
5010
5031
|
props: {
|
|
5011
5032
|
rows: Array,
|
|
@@ -5062,7 +5083,7 @@ function Kl(e, s, t, n, i, o) {
|
|
|
5062
5083
|
}, 1032, ["id", "scope", "headers", "class", "style"]))), 128))
|
|
5063
5084
|
], 14, Xl))), 128);
|
|
5064
5085
|
}
|
|
5065
|
-
const Gl = /* @__PURE__ */ _(
|
|
5086
|
+
const Gl = /* @__PURE__ */ _(Wl, [["render", Kl]]), ql = {
|
|
5066
5087
|
name: "UluTableStickyTable",
|
|
5067
5088
|
components: {
|
|
5068
5089
|
UluTableStickyRows: Gl
|
|
@@ -5253,7 +5274,7 @@ function la(e, s, t, n, i, o) {
|
|
|
5253
5274
|
C(e.$slots, (a, c) => ({
|
|
5254
5275
|
name: c,
|
|
5255
5276
|
fn: v((u) => [
|
|
5256
|
-
m(e.$slots, c,
|
|
5277
|
+
m(e.$slots, c, P(L(u)))
|
|
5257
5278
|
])
|
|
5258
5279
|
}))
|
|
5259
5280
|
]), 1032, ["rows", "rowColumns", "optionalAttr", "resolveClasses", "getCellHeaders", "isActual", "columnWidth", "classes", "value"])
|
|
@@ -5274,7 +5295,7 @@ function la(e, s, t, n, i, o) {
|
|
|
5274
5295
|
C(e.$slots, (a, c) => ({
|
|
5275
5296
|
name: c,
|
|
5276
5297
|
fn: v((u) => [
|
|
5277
|
-
m(e.$slots, c,
|
|
5298
|
+
m(e.$slots, c, P(L(u)))
|
|
5278
5299
|
])
|
|
5279
5300
|
}))
|
|
5280
5301
|
]), 1032, ["rows", "rowColumns", "optionalAttr", "resolveClasses", "getCellHeaders", "isActual", "columnWidth", "classes", "value"])
|
|
@@ -5285,12 +5306,12 @@ const aa = /* @__PURE__ */ _(ql, [["render", la]]);
|
|
|
5285
5306
|
function ca() {
|
|
5286
5307
|
this.__data__ = [], this.size = 0;
|
|
5287
5308
|
}
|
|
5288
|
-
function
|
|
5309
|
+
function ns(e, s) {
|
|
5289
5310
|
return e === s || e !== e && s !== s;
|
|
5290
5311
|
}
|
|
5291
5312
|
function $e(e, s) {
|
|
5292
5313
|
for (var t = e.length; t--; )
|
|
5293
|
-
if (
|
|
5314
|
+
if (ns(e[t][0], s))
|
|
5294
5315
|
return t;
|
|
5295
5316
|
return -1;
|
|
5296
5317
|
}
|
|
@@ -5313,20 +5334,20 @@ function ga(e, s) {
|
|
|
5313
5334
|
var t = this.__data__, n = $e(t, e);
|
|
5314
5335
|
return n < 0 ? (++this.size, t.push([e, s])) : t[n][1] = s, this;
|
|
5315
5336
|
}
|
|
5316
|
-
function
|
|
5337
|
+
function W(e) {
|
|
5317
5338
|
var s = -1, t = e == null ? 0 : e.length;
|
|
5318
5339
|
for (this.clear(); ++s < t; ) {
|
|
5319
5340
|
var n = e[s];
|
|
5320
5341
|
this.set(n[0], n[1]);
|
|
5321
5342
|
}
|
|
5322
5343
|
}
|
|
5323
|
-
|
|
5324
|
-
|
|
5325
|
-
|
|
5326
|
-
|
|
5327
|
-
|
|
5344
|
+
W.prototype.clear = ca;
|
|
5345
|
+
W.prototype.delete = fa;
|
|
5346
|
+
W.prototype.get = ha;
|
|
5347
|
+
W.prototype.has = ma;
|
|
5348
|
+
W.prototype.set = ga;
|
|
5328
5349
|
function _a() {
|
|
5329
|
-
this.__data__ = new
|
|
5350
|
+
this.__data__ = new W(), this.size = 0;
|
|
5330
5351
|
}
|
|
5331
5352
|
function ya(e) {
|
|
5332
5353
|
var s = this.__data__, t = s.delete(e);
|
|
@@ -5338,7 +5359,7 @@ function pa(e) {
|
|
|
5338
5359
|
function ba(e) {
|
|
5339
5360
|
return this.__data__.has(e);
|
|
5340
5361
|
}
|
|
5341
|
-
var
|
|
5362
|
+
var os = typeof global == "object" && global && global.Object === Object && global, va = typeof self == "object" && self && self.Object === Object && self, V = os || va || Function("return this")(), oe = V.Symbol, is = Object.prototype, wa = is.hasOwnProperty, Sa = is.toString, ae = oe ? oe.toStringTag : void 0;
|
|
5342
5363
|
function ka(e) {
|
|
5343
5364
|
var s = wa.call(e, ae), t = e[ae];
|
|
5344
5365
|
try {
|
|
@@ -5353,27 +5374,27 @@ var Ca = Object.prototype, Ta = Ca.toString;
|
|
|
5353
5374
|
function Aa(e) {
|
|
5354
5375
|
return Ta.call(e);
|
|
5355
5376
|
}
|
|
5356
|
-
var $a = "[object Null]", Oa = "[object Undefined]",
|
|
5377
|
+
var $a = "[object Null]", Oa = "[object Undefined]", gt = oe ? oe.toStringTag : void 0;
|
|
5357
5378
|
function _e(e) {
|
|
5358
|
-
return e == null ? e === void 0 ? Oa : $a :
|
|
5379
|
+
return e == null ? e === void 0 ? Oa : $a : gt && gt in Object(e) ? ka(e) : Aa(e);
|
|
5359
5380
|
}
|
|
5360
5381
|
function Oe(e) {
|
|
5361
5382
|
var s = typeof e;
|
|
5362
5383
|
return e != null && (s == "object" || s == "function");
|
|
5363
5384
|
}
|
|
5364
|
-
var
|
|
5365
|
-
function
|
|
5385
|
+
var Ra = "[object AsyncFunction]", xa = "[object Function]", Ua = "[object GeneratorFunction]", Ia = "[object Proxy]";
|
|
5386
|
+
function rs(e) {
|
|
5366
5387
|
if (!Oe(e))
|
|
5367
5388
|
return !1;
|
|
5368
5389
|
var s = _e(e);
|
|
5369
|
-
return s ==
|
|
5390
|
+
return s == xa || s == Ua || s == Ra || s == Ia;
|
|
5370
5391
|
}
|
|
5371
|
-
var ze = V["__core-js_shared__"],
|
|
5392
|
+
var ze = V["__core-js_shared__"], _t = function() {
|
|
5372
5393
|
var e = /[^.]+$/.exec(ze && ze.keys && ze.keys.IE_PROTO || "");
|
|
5373
5394
|
return e ? "Symbol(src)_1." + e : "";
|
|
5374
5395
|
}();
|
|
5375
5396
|
function za(e) {
|
|
5376
|
-
return !!
|
|
5397
|
+
return !!_t && _t in e;
|
|
5377
5398
|
}
|
|
5378
5399
|
var Ea = Function.prototype, ja = Ea.toString;
|
|
5379
5400
|
function Z(e) {
|
|
@@ -5389,24 +5410,24 @@ function Z(e) {
|
|
|
5389
5410
|
}
|
|
5390
5411
|
return "";
|
|
5391
5412
|
}
|
|
5392
|
-
var Fa = /[\\^$.*+?()[\]{}|]/g,
|
|
5393
|
-
"^" +
|
|
5413
|
+
var Fa = /[\\^$.*+?()[\]{}|]/g, Ma = /^\[object .+?Constructor\]$/, Pa = Function.prototype, Ba = Object.prototype, Ha = Pa.toString, La = Ba.hasOwnProperty, Va = RegExp(
|
|
5414
|
+
"^" + Ha.call(La).replace(Fa, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
5394
5415
|
);
|
|
5395
5416
|
function Da(e) {
|
|
5396
5417
|
if (!Oe(e) || za(e))
|
|
5397
5418
|
return !1;
|
|
5398
|
-
var s =
|
|
5419
|
+
var s = rs(e) ? Va : Ma;
|
|
5399
5420
|
return s.test(Z(e));
|
|
5400
5421
|
}
|
|
5401
|
-
function
|
|
5422
|
+
function Na(e, s) {
|
|
5402
5423
|
return e?.[s];
|
|
5403
5424
|
}
|
|
5404
5425
|
function J(e, s) {
|
|
5405
|
-
var t =
|
|
5426
|
+
var t = Na(e, s);
|
|
5406
5427
|
return Da(t) ? t : void 0;
|
|
5407
5428
|
}
|
|
5408
5429
|
var me = J(V, "Map"), ge = J(Object, "create");
|
|
5409
|
-
function
|
|
5430
|
+
function Wa() {
|
|
5410
5431
|
this.__data__ = ge ? ge(null) : {}, this.size = 0;
|
|
5411
5432
|
}
|
|
5412
5433
|
function Xa(e) {
|
|
@@ -5439,7 +5460,7 @@ function G(e) {
|
|
|
5439
5460
|
this.set(n[0], n[1]);
|
|
5440
5461
|
}
|
|
5441
5462
|
}
|
|
5442
|
-
G.prototype.clear =
|
|
5463
|
+
G.prototype.clear = Wa;
|
|
5443
5464
|
G.prototype.delete = Xa;
|
|
5444
5465
|
G.prototype.get = qa;
|
|
5445
5466
|
G.prototype.has = Qa;
|
|
@@ -5447,7 +5468,7 @@ G.prototype.set = tc;
|
|
|
5447
5468
|
function sc() {
|
|
5448
5469
|
this.size = 0, this.__data__ = {
|
|
5449
5470
|
hash: new G(),
|
|
5450
|
-
map: new (me ||
|
|
5471
|
+
map: new (me || W)(),
|
|
5451
5472
|
string: new G()
|
|
5452
5473
|
};
|
|
5453
5474
|
}
|
|
@@ -5455,22 +5476,22 @@ function nc(e) {
|
|
|
5455
5476
|
var s = typeof e;
|
|
5456
5477
|
return s == "string" || s == "number" || s == "symbol" || s == "boolean" ? e !== "__proto__" : e === null;
|
|
5457
5478
|
}
|
|
5458
|
-
function
|
|
5479
|
+
function Re(e, s) {
|
|
5459
5480
|
var t = e.__data__;
|
|
5460
5481
|
return nc(s) ? t[typeof s == "string" ? "string" : "hash"] : t.map;
|
|
5461
5482
|
}
|
|
5462
5483
|
function oc(e) {
|
|
5463
|
-
var s =
|
|
5484
|
+
var s = Re(this, e).delete(e);
|
|
5464
5485
|
return this.size -= s ? 1 : 0, s;
|
|
5465
5486
|
}
|
|
5466
5487
|
function ic(e) {
|
|
5467
|
-
return
|
|
5488
|
+
return Re(this, e).get(e);
|
|
5468
5489
|
}
|
|
5469
5490
|
function rc(e) {
|
|
5470
|
-
return
|
|
5491
|
+
return Re(this, e).has(e);
|
|
5471
5492
|
}
|
|
5472
5493
|
function lc(e, s) {
|
|
5473
|
-
var t =
|
|
5494
|
+
var t = Re(this, e), n = t.size;
|
|
5474
5495
|
return t.set(e, s), this.size += t.size == n ? 0 : 1, this;
|
|
5475
5496
|
}
|
|
5476
5497
|
function re(e) {
|
|
@@ -5488,7 +5509,7 @@ re.prototype.set = lc;
|
|
|
5488
5509
|
var ac = 200;
|
|
5489
5510
|
function cc(e, s) {
|
|
5490
5511
|
var t = this.__data__;
|
|
5491
|
-
if (t instanceof
|
|
5512
|
+
if (t instanceof W) {
|
|
5492
5513
|
var n = t.__data__;
|
|
5493
5514
|
if (!me || n.length < ac - 1)
|
|
5494
5515
|
return n.push([e, s]), this.size = ++t.size, this;
|
|
@@ -5497,7 +5518,7 @@ function cc(e, s) {
|
|
|
5497
5518
|
return t.set(e, s), this.size = t.size, this;
|
|
5498
5519
|
}
|
|
5499
5520
|
function le(e) {
|
|
5500
|
-
var s = this.__data__ = new
|
|
5521
|
+
var s = this.__data__ = new W(e);
|
|
5501
5522
|
this.size = s.size;
|
|
5502
5523
|
}
|
|
5503
5524
|
le.prototype.clear = _a;
|
|
@@ -5510,7 +5531,7 @@ function uc(e, s) {
|
|
|
5510
5531
|
;
|
|
5511
5532
|
return e;
|
|
5512
5533
|
}
|
|
5513
|
-
var
|
|
5534
|
+
var yt = function() {
|
|
5514
5535
|
try {
|
|
5515
5536
|
var e = J(Object, "defineProperty");
|
|
5516
5537
|
return e({}, "", {}), e;
|
|
@@ -5518,7 +5539,7 @@ var _t = function() {
|
|
|
5518
5539
|
}
|
|
5519
5540
|
}();
|
|
5520
5541
|
function dc(e, s, t) {
|
|
5521
|
-
s == "__proto__" &&
|
|
5542
|
+
s == "__proto__" && yt ? yt(e, s, {
|
|
5522
5543
|
configurable: !0,
|
|
5523
5544
|
enumerable: !0,
|
|
5524
5545
|
value: t,
|
|
@@ -5528,7 +5549,7 @@ function dc(e, s, t) {
|
|
|
5528
5549
|
var fc = Object.prototype, hc = fc.hasOwnProperty;
|
|
5529
5550
|
function mc(e, s, t) {
|
|
5530
5551
|
var n = e[s];
|
|
5531
|
-
(!(hc.call(e, s) &&
|
|
5552
|
+
(!(hc.call(e, s) && ns(n, t)) || t === void 0 && !(s in e)) && dc(e, s, t);
|
|
5532
5553
|
}
|
|
5533
5554
|
function gc(e, s) {
|
|
5534
5555
|
for (var t = -1, n = Array(e); ++t < e; )
|
|
@@ -5539,46 +5560,46 @@ function ye(e) {
|
|
|
5539
5560
|
return e != null && typeof e == "object";
|
|
5540
5561
|
}
|
|
5541
5562
|
var _c = "[object Arguments]";
|
|
5542
|
-
function
|
|
5563
|
+
function pt(e) {
|
|
5543
5564
|
return ye(e) && _e(e) == _c;
|
|
5544
5565
|
}
|
|
5545
|
-
var
|
|
5566
|
+
var ls = Object.prototype, yc = ls.hasOwnProperty, pc = ls.propertyIsEnumerable, bc = pt(/* @__PURE__ */ function() {
|
|
5546
5567
|
return arguments;
|
|
5547
|
-
}()) ?
|
|
5568
|
+
}()) ? pt : function(e) {
|
|
5548
5569
|
return ye(e) && yc.call(e, "callee") && !pc.call(e, "callee");
|
|
5549
5570
|
}, Je = Array.isArray;
|
|
5550
5571
|
function vc() {
|
|
5551
5572
|
return !1;
|
|
5552
5573
|
}
|
|
5553
|
-
var
|
|
5574
|
+
var as = typeof exports == "object" && exports && !exports.nodeType && exports, bt = as && typeof module == "object" && module && !module.nodeType && module, wc = bt && bt.exports === as, vt = wc ? V.Buffer : void 0, Sc = vt ? vt.isBuffer : void 0, cs = Sc || vc, kc = 9007199254740991, Cc = /^(?:0|[1-9]\d*)$/;
|
|
5554
5575
|
function Tc(e, s) {
|
|
5555
5576
|
var t = typeof e;
|
|
5556
5577
|
return s = s ?? kc, !!s && (t == "number" || t != "symbol" && Cc.test(e)) && e > -1 && e % 1 == 0 && e < s;
|
|
5557
5578
|
}
|
|
5558
5579
|
var Ac = 9007199254740991;
|
|
5559
|
-
function
|
|
5580
|
+
function us(e) {
|
|
5560
5581
|
return typeof e == "number" && e > -1 && e % 1 == 0 && e <= Ac;
|
|
5561
5582
|
}
|
|
5562
|
-
var $c = "[object Arguments]", Oc = "[object Array]",
|
|
5563
|
-
O[Vc] = O[Dc] = O[
|
|
5564
|
-
O[$c] = O[Oc] = O[
|
|
5583
|
+
var $c = "[object Arguments]", Oc = "[object Array]", Rc = "[object Boolean]", xc = "[object Date]", Uc = "[object Error]", Ic = "[object Function]", zc = "[object Map]", Ec = "[object Number]", jc = "[object Object]", Fc = "[object RegExp]", Mc = "[object Set]", Pc = "[object String]", Bc = "[object WeakMap]", Hc = "[object ArrayBuffer]", Lc = "[object DataView]", Vc = "[object Float32Array]", Dc = "[object Float64Array]", Nc = "[object Int8Array]", Wc = "[object Int16Array]", Xc = "[object Int32Array]", Yc = "[object Uint8Array]", Kc = "[object Uint8ClampedArray]", Gc = "[object Uint16Array]", qc = "[object Uint32Array]", O = {};
|
|
5584
|
+
O[Vc] = O[Dc] = O[Nc] = O[Wc] = O[Xc] = O[Yc] = O[Kc] = O[Gc] = O[qc] = !0;
|
|
5585
|
+
O[$c] = O[Oc] = O[Hc] = O[Rc] = O[Lc] = O[xc] = O[Uc] = O[Ic] = O[zc] = O[Ec] = O[jc] = O[Fc] = O[Mc] = O[Pc] = O[Bc] = !1;
|
|
5565
5586
|
function Zc(e) {
|
|
5566
|
-
return ye(e) &&
|
|
5587
|
+
return ye(e) && us(e.length) && !!O[_e(e)];
|
|
5567
5588
|
}
|
|
5568
5589
|
function Qe(e) {
|
|
5569
5590
|
return function(s) {
|
|
5570
5591
|
return e(s);
|
|
5571
5592
|
};
|
|
5572
5593
|
}
|
|
5573
|
-
var
|
|
5594
|
+
var ds = typeof exports == "object" && exports && !exports.nodeType && exports, he = ds && typeof module == "object" && module && !module.nodeType && module, Jc = he && he.exports === ds, Ee = Jc && os.process, ie = function() {
|
|
5574
5595
|
try {
|
|
5575
5596
|
var e = he && he.require && he.require("util").types;
|
|
5576
5597
|
return e || Ee && Ee.binding && Ee.binding("util");
|
|
5577
5598
|
} catch {
|
|
5578
5599
|
}
|
|
5579
|
-
}(),
|
|
5600
|
+
}(), wt = ie && ie.isTypedArray, Qc = wt ? Qe(wt) : Zc, eu = Object.prototype, tu = eu.hasOwnProperty;
|
|
5580
5601
|
function su(e, s) {
|
|
5581
|
-
var t = Je(e), n = !t && bc(e), i = !t && !n &&
|
|
5602
|
+
var t = Je(e), n = !t && bc(e), i = !t && !n && cs(e), o = !t && !n && !i && Qc(e), r = t || n || i || o, a = r ? gc(e.length, String) : [], c = a.length;
|
|
5582
5603
|
for (var u in e)
|
|
5583
5604
|
tu.call(e, u) && !(r && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
5584
5605
|
(u == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
@@ -5588,18 +5609,18 @@ function su(e, s) {
|
|
|
5588
5609
|
return a;
|
|
5589
5610
|
}
|
|
5590
5611
|
var nu = Object.prototype;
|
|
5591
|
-
function
|
|
5612
|
+
function fs(e) {
|
|
5592
5613
|
var s = e && e.constructor, t = typeof s == "function" && s.prototype || nu;
|
|
5593
5614
|
return e === t;
|
|
5594
5615
|
}
|
|
5595
|
-
function
|
|
5616
|
+
function hs(e, s) {
|
|
5596
5617
|
return function(t) {
|
|
5597
5618
|
return e(s(t));
|
|
5598
5619
|
};
|
|
5599
5620
|
}
|
|
5600
|
-
var ou =
|
|
5621
|
+
var ou = hs(Object.keys, Object), iu = Object.prototype, ru = iu.hasOwnProperty;
|
|
5601
5622
|
function lu(e) {
|
|
5602
|
-
if (!
|
|
5623
|
+
if (!fs(e))
|
|
5603
5624
|
return ou(e);
|
|
5604
5625
|
var s = [];
|
|
5605
5626
|
for (var t in Object(e))
|
|
@@ -5607,13 +5628,13 @@ function lu(e) {
|
|
|
5607
5628
|
return s;
|
|
5608
5629
|
}
|
|
5609
5630
|
function au(e) {
|
|
5610
|
-
return e != null &&
|
|
5631
|
+
return e != null && us(e.length) && !rs(e);
|
|
5611
5632
|
}
|
|
5612
5633
|
function cu(e) {
|
|
5613
5634
|
return au(e) ? su(e) : lu(e);
|
|
5614
5635
|
}
|
|
5615
|
-
var
|
|
5616
|
-
|
|
5636
|
+
var ms = typeof exports == "object" && exports && !exports.nodeType && exports, St = ms && typeof module == "object" && module && !module.nodeType && module, uu = St && St.exports === ms, kt = uu ? V.Buffer : void 0;
|
|
5637
|
+
kt && kt.allocUnsafe;
|
|
5617
5638
|
function du(e, s) {
|
|
5618
5639
|
return e.slice();
|
|
5619
5640
|
}
|
|
@@ -5627,8 +5648,8 @@ function fu(e, s) {
|
|
|
5627
5648
|
function hu() {
|
|
5628
5649
|
return [];
|
|
5629
5650
|
}
|
|
5630
|
-
var mu = Object.prototype, gu = mu.propertyIsEnumerable,
|
|
5631
|
-
return e == null ? [] : (e = Object(e), fu(
|
|
5651
|
+
var mu = Object.prototype, gu = mu.propertyIsEnumerable, Ct = Object.getOwnPropertySymbols, _u = Ct ? function(e) {
|
|
5652
|
+
return e == null ? [] : (e = Object(e), fu(Ct(e), function(s) {
|
|
5632
5653
|
return gu.call(e, s);
|
|
5633
5654
|
}));
|
|
5634
5655
|
} : hu;
|
|
@@ -5637,7 +5658,7 @@ function yu(e, s) {
|
|
|
5637
5658
|
e[i + t] = s[t];
|
|
5638
5659
|
return e;
|
|
5639
5660
|
}
|
|
5640
|
-
var pu =
|
|
5661
|
+
var pu = hs(Object.getPrototypeOf, Object);
|
|
5641
5662
|
function bu(e, s, t) {
|
|
5642
5663
|
var n = s(e);
|
|
5643
5664
|
return Je(e) ? n : yu(n, t(e));
|
|
@@ -5645,26 +5666,26 @@ function bu(e, s, t) {
|
|
|
5645
5666
|
function vu(e) {
|
|
5646
5667
|
return bu(e, cu, _u);
|
|
5647
5668
|
}
|
|
5648
|
-
var Be = J(V, "DataView"),
|
|
5649
|
-
(Be && D(new Be(new ArrayBuffer(1))) !=
|
|
5669
|
+
var Be = J(V, "DataView"), He = J(V, "Promise"), Le = J(V, "Set"), Ve = J(V, "WeakMap"), Tt = "[object Map]", wu = "[object Object]", At = "[object Promise]", $t = "[object Set]", Ot = "[object WeakMap]", Rt = "[object DataView]", Su = Z(Be), ku = Z(me), Cu = Z(He), Tu = Z(Le), Au = Z(Ve), D = _e;
|
|
5670
|
+
(Be && D(new Be(new ArrayBuffer(1))) != Rt || me && D(new me()) != Tt || He && D(He.resolve()) != At || Le && D(new Le()) != $t || Ve && D(new Ve()) != Ot) && (D = function(e) {
|
|
5650
5671
|
var s = _e(e), t = s == wu ? e.constructor : void 0, n = t ? Z(t) : "";
|
|
5651
5672
|
if (n)
|
|
5652
5673
|
switch (n) {
|
|
5653
5674
|
case Su:
|
|
5654
|
-
return
|
|
5675
|
+
return Rt;
|
|
5655
5676
|
case ku:
|
|
5656
|
-
return Ct;
|
|
5657
|
-
case Cu:
|
|
5658
5677
|
return Tt;
|
|
5659
|
-
case
|
|
5678
|
+
case Cu:
|
|
5660
5679
|
return At;
|
|
5661
|
-
case
|
|
5680
|
+
case Tu:
|
|
5662
5681
|
return $t;
|
|
5682
|
+
case Au:
|
|
5683
|
+
return Ot;
|
|
5663
5684
|
}
|
|
5664
5685
|
return s;
|
|
5665
5686
|
});
|
|
5666
5687
|
var $u = Object.prototype, Ou = $u.hasOwnProperty;
|
|
5667
|
-
function
|
|
5688
|
+
function Ru(e) {
|
|
5668
5689
|
var s = e.length, t = new e.constructor(s);
|
|
5669
5690
|
return s && typeof e[0] == "string" && Ou.call(e, "index") && (t.index = e.index, t.input = e.input), t;
|
|
5670
5691
|
}
|
|
@@ -5673,7 +5694,7 @@ function et(e) {
|
|
|
5673
5694
|
var s = new e.constructor(e.byteLength);
|
|
5674
5695
|
return new xt(s).set(new xt(e)), s;
|
|
5675
5696
|
}
|
|
5676
|
-
function
|
|
5697
|
+
function xu(e, s) {
|
|
5677
5698
|
var t = et(e.buffer);
|
|
5678
5699
|
return new e.constructor(t, e.byteOffset, e.byteLength);
|
|
5679
5700
|
}
|
|
@@ -5682,15 +5703,15 @@ function Iu(e) {
|
|
|
5682
5703
|
var s = new e.constructor(e.source, Uu.exec(e));
|
|
5683
5704
|
return s.lastIndex = e.lastIndex, s;
|
|
5684
5705
|
}
|
|
5685
|
-
var
|
|
5706
|
+
var Ut = oe ? oe.prototype : void 0, It = Ut ? Ut.valueOf : void 0;
|
|
5686
5707
|
function zu(e) {
|
|
5687
|
-
return
|
|
5708
|
+
return It ? Object(It.call(e)) : {};
|
|
5688
5709
|
}
|
|
5689
5710
|
function Eu(e, s) {
|
|
5690
5711
|
var t = et(e.buffer);
|
|
5691
5712
|
return new e.constructor(t, e.byteOffset, e.length);
|
|
5692
5713
|
}
|
|
5693
|
-
var ju = "[object Boolean]", Fu = "[object Date]",
|
|
5714
|
+
var ju = "[object Boolean]", Fu = "[object Date]", Mu = "[object Map]", Pu = "[object Number]", Bu = "[object RegExp]", Hu = "[object Set]", Lu = "[object String]", Vu = "[object Symbol]", Du = "[object ArrayBuffer]", Nu = "[object DataView]", Wu = "[object Float32Array]", Xu = "[object Float64Array]", Yu = "[object Int8Array]", Ku = "[object Int16Array]", Gu = "[object Int32Array]", qu = "[object Uint8Array]", Zu = "[object Uint8ClampedArray]", Ju = "[object Uint16Array]", Qu = "[object Uint32Array]";
|
|
5694
5715
|
function ed(e, s, t) {
|
|
5695
5716
|
var n = e.constructor;
|
|
5696
5717
|
switch (s) {
|
|
@@ -5699,9 +5720,9 @@ function ed(e, s, t) {
|
|
|
5699
5720
|
case ju:
|
|
5700
5721
|
case Fu:
|
|
5701
5722
|
return new n(+e);
|
|
5702
|
-
case Wu:
|
|
5703
|
-
return Ru(e);
|
|
5704
5723
|
case Nu:
|
|
5724
|
+
return xu(e);
|
|
5725
|
+
case Wu:
|
|
5705
5726
|
case Xu:
|
|
5706
5727
|
case Yu:
|
|
5707
5728
|
case Ku:
|
|
@@ -5711,46 +5732,46 @@ function ed(e, s, t) {
|
|
|
5711
5732
|
case Ju:
|
|
5712
5733
|
case Qu:
|
|
5713
5734
|
return Eu(e);
|
|
5714
|
-
case Pu:
|
|
5715
|
-
return new n();
|
|
5716
5735
|
case Mu:
|
|
5717
|
-
|
|
5736
|
+
return new n();
|
|
5737
|
+
case Pu:
|
|
5738
|
+
case Lu:
|
|
5718
5739
|
return new n(e);
|
|
5719
5740
|
case Bu:
|
|
5720
5741
|
return Iu(e);
|
|
5721
|
-
case
|
|
5742
|
+
case Hu:
|
|
5722
5743
|
return new n();
|
|
5723
5744
|
case Vu:
|
|
5724
5745
|
return zu(e);
|
|
5725
5746
|
}
|
|
5726
5747
|
}
|
|
5727
|
-
var
|
|
5748
|
+
var zt = Object.create, td = /* @__PURE__ */ function() {
|
|
5728
5749
|
function e() {
|
|
5729
5750
|
}
|
|
5730
5751
|
return function(s) {
|
|
5731
5752
|
if (!Oe(s))
|
|
5732
5753
|
return {};
|
|
5733
|
-
if (
|
|
5734
|
-
return
|
|
5754
|
+
if (zt)
|
|
5755
|
+
return zt(s);
|
|
5735
5756
|
e.prototype = s;
|
|
5736
5757
|
var t = new e();
|
|
5737
5758
|
return e.prototype = void 0, t;
|
|
5738
5759
|
};
|
|
5739
5760
|
}();
|
|
5740
5761
|
function sd(e) {
|
|
5741
|
-
return typeof e.constructor == "function" && !
|
|
5762
|
+
return typeof e.constructor == "function" && !fs(e) ? td(pu(e)) : {};
|
|
5742
5763
|
}
|
|
5743
5764
|
var nd = "[object Map]";
|
|
5744
5765
|
function od(e) {
|
|
5745
5766
|
return ye(e) && D(e) == nd;
|
|
5746
5767
|
}
|
|
5747
|
-
var
|
|
5768
|
+
var Et = ie && ie.isMap, id = Et ? Qe(Et) : od, rd = "[object Set]";
|
|
5748
5769
|
function ld(e) {
|
|
5749
5770
|
return ye(e) && D(e) == rd;
|
|
5750
5771
|
}
|
|
5751
|
-
var
|
|
5752
|
-
$[
|
|
5753
|
-
$[fd] = $[
|
|
5772
|
+
var jt = ie && ie.isSet, ad = jt ? Qe(jt) : ld, gs = "[object Arguments]", cd = "[object Array]", ud = "[object Boolean]", dd = "[object Date]", fd = "[object Error]", _s = "[object Function]", hd = "[object GeneratorFunction]", md = "[object Map]", gd = "[object Number]", ys = "[object Object]", _d = "[object RegExp]", yd = "[object Set]", pd = "[object String]", bd = "[object Symbol]", vd = "[object WeakMap]", wd = "[object ArrayBuffer]", Sd = "[object DataView]", kd = "[object Float32Array]", Cd = "[object Float64Array]", Td = "[object Int8Array]", Ad = "[object Int16Array]", $d = "[object Int32Array]", Od = "[object Uint8Array]", Rd = "[object Uint8ClampedArray]", xd = "[object Uint16Array]", Ud = "[object Uint32Array]", $ = {};
|
|
5773
|
+
$[gs] = $[cd] = $[wd] = $[Sd] = $[ud] = $[dd] = $[kd] = $[Cd] = $[Td] = $[Ad] = $[$d] = $[md] = $[gd] = $[ys] = $[_d] = $[yd] = $[pd] = $[bd] = $[Od] = $[Rd] = $[xd] = $[Ud] = !0;
|
|
5774
|
+
$[fd] = $[_s] = $[vd] = !1;
|
|
5754
5775
|
function ke(e, s, t, n, i, o) {
|
|
5755
5776
|
var r;
|
|
5756
5777
|
if (r !== void 0)
|
|
@@ -5759,12 +5780,12 @@ function ke(e, s, t, n, i, o) {
|
|
|
5759
5780
|
return e;
|
|
5760
5781
|
var a = Je(e);
|
|
5761
5782
|
if (a)
|
|
5762
|
-
r =
|
|
5783
|
+
r = Ru(e);
|
|
5763
5784
|
else {
|
|
5764
|
-
var c = D(e), u = c ==
|
|
5765
|
-
if (
|
|
5785
|
+
var c = D(e), u = c == _s || c == hd;
|
|
5786
|
+
if (cs(e))
|
|
5766
5787
|
return du(e);
|
|
5767
|
-
if (c ==
|
|
5788
|
+
if (c == ys || c == gs || u && !i)
|
|
5768
5789
|
r = u ? {} : sd(e);
|
|
5769
5790
|
else {
|
|
5770
5791
|
if (!$[c])
|
|
@@ -5790,8 +5811,8 @@ var Id = 1, zd = 4;
|
|
|
5790
5811
|
function Ed(e) {
|
|
5791
5812
|
return ke(e, Id | zd);
|
|
5792
5813
|
}
|
|
5793
|
-
const je = (e) => e.every((s) => typeof s == "object"),
|
|
5794
|
-
let
|
|
5814
|
+
const je = (e) => e.every((s) => typeof s == "object"), Ft = !0, ps = () => window.innerWidth;
|
|
5815
|
+
let Mt = ps();
|
|
5795
5816
|
const jd = {
|
|
5796
5817
|
name: "UluTableSticky",
|
|
5797
5818
|
components: {
|
|
@@ -5826,7 +5847,7 @@ const jd = {
|
|
|
5826
5847
|
*/
|
|
5827
5848
|
caption: {
|
|
5828
5849
|
type: String,
|
|
5829
|
-
required:
|
|
5850
|
+
required: Ft
|
|
5830
5851
|
},
|
|
5831
5852
|
/**
|
|
5832
5853
|
* Array of column configurations to convert to list output
|
|
@@ -5848,7 +5869,7 @@ const jd = {
|
|
|
5848
5869
|
columns: {
|
|
5849
5870
|
type: Array,
|
|
5850
5871
|
validator: je,
|
|
5851
|
-
required:
|
|
5872
|
+
required: Ft
|
|
5852
5873
|
},
|
|
5853
5874
|
/**
|
|
5854
5875
|
* Whether the first column of the table should be sticky
|
|
@@ -6092,8 +6113,8 @@ const jd = {
|
|
|
6092
6113
|
})) : [];
|
|
6093
6114
|
},
|
|
6094
6115
|
onResize() {
|
|
6095
|
-
const e =
|
|
6096
|
-
|
|
6116
|
+
const e = ps();
|
|
6117
|
+
Mt !== e && (Mt = e, this.resizing ? (this.resizing = !1, this.setTableSizes(), this.checkOverflowX(), this.syncScrollLeft()) : (this.resizing = !0, this.removeTableSizes()));
|
|
6097
6118
|
},
|
|
6098
6119
|
/**
|
|
6099
6120
|
* Method to update the table (sizes, etc) when data has changed
|
|
@@ -6167,7 +6188,7 @@ const jd = {
|
|
|
6167
6188
|
o && (i.boxWidth = e(o, "width"), i.width = `${i.boxWidth}px`);
|
|
6168
6189
|
});
|
|
6169
6190
|
}), this.firstColumnSticky && (this.currentRows.forEach((n) => t(n)), this.currentFooterRows.forEach((n) => t(n))), this.$nextTick(() => {
|
|
6170
|
-
this.sizesCalculated = !0,
|
|
6191
|
+
this.sizesCalculated = !0, ss(() => {
|
|
6171
6192
|
this.sizesPainted = !0;
|
|
6172
6193
|
});
|
|
6173
6194
|
});
|
|
@@ -6196,14 +6217,14 @@ const jd = {
|
|
|
6196
6217
|
unmounted() {
|
|
6197
6218
|
this.columnResizeObserver.disconnect(), this.columnResizeObserver = null;
|
|
6198
6219
|
}
|
|
6199
|
-
}, Fd = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--header" },
|
|
6220
|
+
}, Fd = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--header" }, Md = { class: "table-sticky__header-wrap" }, Pd = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--first-column-header" }, Bd = { class: "table-sticky__sticky-wrap table-sticky__sticky-wrap--controls" }, Hd = {
|
|
6200
6221
|
key: 2,
|
|
6201
6222
|
class: "table-sticky__controls-inner"
|
|
6202
|
-
},
|
|
6223
|
+
}, Ld = ["disabled"], Vd = ["disabled"], Dd = {
|
|
6203
6224
|
ref: "display",
|
|
6204
6225
|
class: "table-sticky__display"
|
|
6205
6226
|
};
|
|
6206
|
-
function
|
|
6227
|
+
function Nd(e, s, t, n, i, o) {
|
|
6207
6228
|
const r = S("UluTableStickyTable");
|
|
6208
6229
|
return l(), d("div", {
|
|
6209
6230
|
class: h(["table-sticky", {
|
|
@@ -6213,7 +6234,7 @@ function Wd(e, s, t, n, i, o) {
|
|
|
6213
6234
|
}])
|
|
6214
6235
|
}, [
|
|
6215
6236
|
f("div", Fd, [
|
|
6216
|
-
f("div",
|
|
6237
|
+
f("div", Md, [
|
|
6217
6238
|
k(r, {
|
|
6218
6239
|
ref: "header",
|
|
6219
6240
|
class: "table-sticky__table table-sticky__table--header",
|
|
@@ -6233,13 +6254,13 @@ function Wd(e, s, t, n, i, o) {
|
|
|
6233
6254
|
C(e.$slots, (a, c) => ({
|
|
6234
6255
|
name: c,
|
|
6235
6256
|
fn: v((u) => [
|
|
6236
|
-
m(e.$slots, c,
|
|
6257
|
+
m(e.$slots, c, P(L(u)))
|
|
6237
6258
|
])
|
|
6238
6259
|
}))
|
|
6239
6260
|
]), 1032, ["classes", "caption", "resolveClasses", "getColumnTitle", "idPrefix", "headerRows", "style", "onColumnSorted"])
|
|
6240
6261
|
])
|
|
6241
6262
|
]),
|
|
6242
|
-
f("div",
|
|
6263
|
+
f("div", Pd, [
|
|
6243
6264
|
t.firstColumnSticky ? (l(), b(r, {
|
|
6244
6265
|
key: 0,
|
|
6245
6266
|
ref: "firstColumnHeader",
|
|
@@ -6259,13 +6280,13 @@ function Wd(e, s, t, n, i, o) {
|
|
|
6259
6280
|
C(e.$slots, (a, c) => ({
|
|
6260
6281
|
name: c,
|
|
6261
6282
|
fn: v((u) => [
|
|
6262
|
-
m(e.$slots, c,
|
|
6283
|
+
m(e.$slots, c, P(L(u)))
|
|
6263
6284
|
])
|
|
6264
6285
|
}))
|
|
6265
6286
|
]), 1032, ["classes", "caption", "resolveClasses", "getColumnTitle", "idPrefix", "headerRows", "style", "onColumnSorted"])) : y("", !0)
|
|
6266
6287
|
]),
|
|
6267
6288
|
f("div", Bd, [
|
|
6268
|
-
|
|
6289
|
+
N(f("div", {
|
|
6269
6290
|
class: h(["table-sticky__controls", o.resolveClasses(t.classes.controls)]),
|
|
6270
6291
|
ref: "controls"
|
|
6271
6292
|
}, [
|
|
@@ -6281,7 +6302,7 @@ function Wd(e, s, t, n, i, o) {
|
|
|
6281
6302
|
scrollRight: o.scrollRight,
|
|
6282
6303
|
canScrollLeft: i.canScrollLeft,
|
|
6283
6304
|
canScrollRight: i.canScrollRight
|
|
6284
|
-
}, null, 8, ["scrollLeft", "scrollRight", "canScrollLeft", "canScrollRight"])) : (l(), d("div",
|
|
6305
|
+
}, null, 8, ["scrollLeft", "scrollRight", "canScrollLeft", "canScrollRight"])) : (l(), d("div", Hd, [
|
|
6285
6306
|
f("button", {
|
|
6286
6307
|
class: h(["table-sticky__control table-sticky__control--left", o.resolveClasses(t.classes.controlButton)]),
|
|
6287
6308
|
"aria-label": "Scroll Left",
|
|
@@ -6291,7 +6312,7 @@ function Wd(e, s, t, n, i, o) {
|
|
|
6291
6312
|
m(e.$slots, "controlLeft", {}, () => [
|
|
6292
6313
|
s[2] || (s[2] = w(" ← "))
|
|
6293
6314
|
])
|
|
6294
|
-
], 10,
|
|
6315
|
+
], 10, Ld),
|
|
6295
6316
|
f("button", {
|
|
6296
6317
|
class: h(["table-sticky__control table-sticky__control--right", o.resolveClasses(t.classes.controlButton)]),
|
|
6297
6318
|
"aria-label": "Scroll Right",
|
|
@@ -6304,7 +6325,7 @@ function Wd(e, s, t, n, i, o) {
|
|
|
6304
6325
|
], 10, Vd)
|
|
6305
6326
|
]))
|
|
6306
6327
|
], 2), [
|
|
6307
|
-
[
|
|
6328
|
+
[Ne, o.controlsShown]
|
|
6308
6329
|
])
|
|
6309
6330
|
]),
|
|
6310
6331
|
f("div", Dd, [
|
|
@@ -6330,7 +6351,7 @@ function Wd(e, s, t, n, i, o) {
|
|
|
6330
6351
|
C(e.$slots, (a, c) => ({
|
|
6331
6352
|
name: c,
|
|
6332
6353
|
fn: v((u) => [
|
|
6333
|
-
m(e.$slots, c,
|
|
6354
|
+
m(e.$slots, c, P(L(u)))
|
|
6334
6355
|
])
|
|
6335
6356
|
}))
|
|
6336
6357
|
]), 1032, ["classes", "resolveClasses", "headerRows", "rows", "footerRows", "rowColumns", "caption", "idPrefix", "getRowValue", "getColumnTitle", "onVnodeMounted", "onActualHeaderRemoved", "onActualHeaderAdded", "onColumnSorted"])
|
|
@@ -6359,19 +6380,19 @@ function Wd(e, s, t, n, i, o) {
|
|
|
6359
6380
|
C(e.$slots, (a, c) => ({
|
|
6360
6381
|
name: c,
|
|
6361
6382
|
fn: v((u) => [
|
|
6362
|
-
m(e.$slots, c,
|
|
6383
|
+
m(e.$slots, c, P(L(u)))
|
|
6363
6384
|
])
|
|
6364
6385
|
}))
|
|
6365
6386
|
]), 1032, ["classes", "resolveClasses", "caption", "headerRows", "columnWidth", "rows", "footerRows", "rowColumns", "idPrefix", "getRowValue", "getColumnTitle", "style", "onColumnSorted"])) : y("", !0)
|
|
6366
6387
|
], 2);
|
|
6367
6388
|
}
|
|
6368
|
-
const th = /* @__PURE__ */ _(jd, [["render",
|
|
6389
|
+
const th = /* @__PURE__ */ _(jd, [["render", Nd]]);
|
|
6369
6390
|
export {
|
|
6370
|
-
|
|
6391
|
+
Hf as $,
|
|
6371
6392
|
pf as A,
|
|
6372
6393
|
bf as B,
|
|
6373
6394
|
vf as C,
|
|
6374
|
-
|
|
6395
|
+
Gn as D,
|
|
6375
6396
|
wf as E,
|
|
6376
6397
|
Sf as F,
|
|
6377
6398
|
kf as G,
|
|
@@ -6380,29 +6401,29 @@ export {
|
|
|
6380
6401
|
Af as J,
|
|
6381
6402
|
$f as K,
|
|
6382
6403
|
Of as L,
|
|
6383
|
-
|
|
6384
|
-
|
|
6404
|
+
Rf as M,
|
|
6405
|
+
xf as N,
|
|
6385
6406
|
Uf as O,
|
|
6386
|
-
|
|
6387
|
-
|
|
6407
|
+
Qt as P,
|
|
6408
|
+
eo as Q,
|
|
6388
6409
|
If as R,
|
|
6389
6410
|
zf as S,
|
|
6390
6411
|
Ef as T,
|
|
6391
|
-
|
|
6412
|
+
Xn as U,
|
|
6392
6413
|
jf as V,
|
|
6393
6414
|
Ff as W,
|
|
6394
|
-
|
|
6395
|
-
|
|
6415
|
+
Mf as X,
|
|
6416
|
+
Pf as Y,
|
|
6396
6417
|
Bf as Z,
|
|
6397
6418
|
nf as _,
|
|
6398
6419
|
we as a,
|
|
6399
|
-
|
|
6420
|
+
Lf as a0,
|
|
6400
6421
|
Vf as a1,
|
|
6401
6422
|
Df as a2,
|
|
6402
|
-
|
|
6423
|
+
Hr as a3,
|
|
6403
6424
|
zr as a4,
|
|
6404
|
-
|
|
6405
|
-
|
|
6425
|
+
Nf as a5,
|
|
6426
|
+
Wf as a6,
|
|
6406
6427
|
Xf as a7,
|
|
6407
6428
|
Yf as a8,
|
|
6408
6429
|
Kf as a9,
|
|
@@ -6410,22 +6431,23 @@ export {
|
|
|
6410
6431
|
Zf as ab,
|
|
6411
6432
|
Jf as ac,
|
|
6412
6433
|
Qf as ad,
|
|
6413
|
-
|
|
6434
|
+
Ml as ae,
|
|
6414
6435
|
eh as af,
|
|
6415
6436
|
th as ag,
|
|
6416
6437
|
Gl as ah,
|
|
6417
6438
|
aa as ai,
|
|
6418
|
-
|
|
6439
|
+
dn as aj,
|
|
6419
6440
|
q as ak,
|
|
6420
|
-
|
|
6421
|
-
|
|
6441
|
+
oo as al,
|
|
6442
|
+
ro as am,
|
|
6443
|
+
Pn as an,
|
|
6422
6444
|
Qd as b,
|
|
6423
6445
|
ef as c,
|
|
6424
6446
|
tf as d,
|
|
6425
6447
|
sf as e,
|
|
6426
6448
|
of as f,
|
|
6427
|
-
|
|
6428
|
-
|
|
6449
|
+
gn as g,
|
|
6450
|
+
An as h,
|
|
6429
6451
|
Jd as i,
|
|
6430
6452
|
rf as j,
|
|
6431
6453
|
lf as k,
|
|
@@ -6436,9 +6458,9 @@ export {
|
|
|
6436
6458
|
df as p,
|
|
6437
6459
|
ff as q,
|
|
6438
6460
|
Gf as r,
|
|
6439
|
-
|
|
6461
|
+
ko as s,
|
|
6440
6462
|
hf as t,
|
|
6441
|
-
|
|
6463
|
+
ho as u,
|
|
6442
6464
|
mf as v,
|
|
6443
6465
|
gf as w,
|
|
6444
6466
|
_f as x,
|