@unimelb/pattern-lib-vue 17.0.0 → 17.1.0
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/.out/vue.js +422 -463
- package/package.json +1 -1
package/.out/vue.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useId as w2, openBlock as d, createBlock as H, resolveDynamicComponent as he, normalizeClass as D, withCtx as M, renderSlot as G, resolveComponent as T, createElementVNode as o, toDisplayString as b, createElementBlock as h, Transition as qe, mergeProps as Ie, createTextVNode as R, createCommentVNode as L, createVNode as w, withDirectives as pe, vShow as
|
|
1
|
+
import { useId as w2, openBlock as d, createBlock as H, resolveDynamicComponent as he, normalizeClass as D, withCtx as M, renderSlot as G, resolveComponent as T, createElementVNode as o, toDisplayString as b, createElementBlock as h, Transition as qe, mergeProps as Ie, createTextVNode as R, createCommentVNode as L, createVNode as w, withDirectives as pe, vShow as ot, normalizeStyle as ne, Fragment as Y, renderList as J, useTemplateRef as Ze, ref as re, computed as ee, onMounted as Qe, withKeys as ue, createApp as sn, h as be, withModifiers as le, resolveDirective as o0, vModelSelect as an, useAttrs as c0, unref as xe, nextTick as d0, onUnmounted as rn, vModelText as ct, createSlots as $t, TransitionGroup as X2, useModel as dt, onBeforeMount as ln, mergeModels as Ge, vModelRadio as d2, toRef as on, readonly as cn, customRef as dn, getCurrentScope as un, onScopeDispose as fn, shallowRef as Q2, watch as ut, toValue as ze, onUpdated as u0, provide as f0, onBeforeUnmount as h0, onBeforeUpdate as hn } from "vue";
|
|
2
2
|
var pn = function(n, t, s, a) {
|
|
3
3
|
return n /= a / 2, n < 1 ? s / 2 * n * n + t : (n--, -s / 2 * (n * (n - 2) - 1) + t);
|
|
4
4
|
}, It = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
@@ -68,7 +68,7 @@ const m0 = (e) => {
|
|
|
68
68
|
return [].slice.call(
|
|
69
69
|
e.querySelectorAll(n.join())
|
|
70
70
|
).filter((a) => !a.disabled);
|
|
71
|
-
},
|
|
71
|
+
}, ft = "Tab", k2 = "Enter", L2 = "Escape", T2 = " ", gn = "PageUp", _n = "PageDown", g0 = "End", _0 = "Home", ht = "ArrowLeft", u2 = "ArrowUp", pt = "ArrowRight", f2 = "ArrowDown", O = (e, n) => {
|
|
72
72
|
const t = e.__vccOpts || e;
|
|
73
73
|
for (const [s, a] of n)
|
|
74
74
|
t[s] = a;
|
|
@@ -178,7 +178,7 @@ const m0 = (e) => {
|
|
|
178
178
|
},
|
|
179
179
|
handleKey(e) {
|
|
180
180
|
if (!(e.metaKey || e.altKey))
|
|
181
|
-
switch (e.key !==
|
|
181
|
+
switch (e.key !== ft && e.preventDefault(), e.key) {
|
|
182
182
|
// esc
|
|
183
183
|
case L2:
|
|
184
184
|
this.isActive = !1;
|
|
@@ -367,7 +367,7 @@ const kn = /* @__PURE__ */ O(Cn, [["render", wn]]), Et = 0, Ln = -1, Tn = {
|
|
|
367
367
|
},
|
|
368
368
|
handleKey(e) {
|
|
369
369
|
if (!(e.metaKey || e.altKey))
|
|
370
|
-
switch (e.key !==
|
|
370
|
+
switch (e.key !== ft && e.preventDefault(), this.getCurrent(e), e.key) {
|
|
371
371
|
// esc
|
|
372
372
|
case L2:
|
|
373
373
|
this.hidePanel(this.current);
|
|
@@ -394,12 +394,12 @@ const kn = /* @__PURE__ */ O(Cn, [["render", wn]]), Et = 0, Ln = -1, Tn = {
|
|
|
394
394
|
this.current = Et, this.giveHeaderFocus();
|
|
395
395
|
break;
|
|
396
396
|
// left / up
|
|
397
|
-
case
|
|
397
|
+
case ht:
|
|
398
398
|
case u2:
|
|
399
399
|
this.previousPanel();
|
|
400
400
|
break;
|
|
401
401
|
// right / down
|
|
402
|
-
case
|
|
402
|
+
case pt:
|
|
403
403
|
case f2:
|
|
404
404
|
this.nextPanel();
|
|
405
405
|
break;
|
|
@@ -481,7 +481,7 @@ const Yh = /* @__PURE__ */ O(In, [["render", En]]), An = {
|
|
|
481
481
|
default: !1
|
|
482
482
|
}
|
|
483
483
|
},
|
|
484
|
-
emits: ["accordion:open", "accordion:close"],
|
|
484
|
+
emits: ["accordion:open", "accordion:close", "expand-tab"],
|
|
485
485
|
data() {
|
|
486
486
|
return {
|
|
487
487
|
tabInFocus: 0,
|
|
@@ -528,9 +528,9 @@ const Yh = /* @__PURE__ */ O(In, [["render", En]]), An = {
|
|
|
528
528
|
SPACE: T2,
|
|
529
529
|
END: g0,
|
|
530
530
|
HOME: _0,
|
|
531
|
-
LEFT:
|
|
531
|
+
LEFT: ht,
|
|
532
532
|
UP: u2,
|
|
533
|
-
RIGHT:
|
|
533
|
+
RIGHT: pt,
|
|
534
534
|
DOWN: f2
|
|
535
535
|
}, t = e.target, s = [...this.$el.querySelectorAll('[role="tab"]')];
|
|
536
536
|
if (t.getAttribute("role") !== "tab")
|
|
@@ -651,7 +651,7 @@ function Nn(e, n, t, s, a, i) {
|
|
|
651
651
|
_: 3
|
|
652
652
|
}, 8, ["onEnter", "onAfterEnter", "onLeave"]);
|
|
653
653
|
}
|
|
654
|
-
const Rn = /* @__PURE__ */ O(Vn, [["render", Nn], ["__scopeId", "data-v-ea62d763"]]),
|
|
654
|
+
const Rn = /* @__PURE__ */ O(Vn, [["render", Nn], ["__scopeId", "data-v-ea62d763"]]), mt = (e) => e.toString().toLowerCase().trim().replace(/\s+/g, "-").replace(/\(/g, "-").replace(/\)/g, "-").replace(/[^\w-]+/g, "").replace(/--+/g, "-").replace(/^-+/, "").replace(/-+$/, ""), qn = {
|
|
655
655
|
components: {
|
|
656
656
|
SvgIcon: te,
|
|
657
657
|
TransitionExpand: Rn
|
|
@@ -681,7 +681,7 @@ const Rn = /* @__PURE__ */ O(Vn, [["render", Nn], ["__scopeId", "data-v-ea62d763
|
|
|
681
681
|
return this.$parent.$options.name === "app-accordion";
|
|
682
682
|
},
|
|
683
683
|
tabId() {
|
|
684
|
-
return this.id ? this.id :
|
|
684
|
+
return this.id ? this.id : mt(this.title);
|
|
685
685
|
},
|
|
686
686
|
isFullWidth() {
|
|
687
687
|
return this.$parent.fullWidth;
|
|
@@ -739,14 +739,14 @@ function Kn(e, n, t, s, a, i) {
|
|
|
739
739
|
G(e.$slots, "default")
|
|
740
740
|
])
|
|
741
741
|
], 8, Wn), [
|
|
742
|
-
[
|
|
742
|
+
[ot, a.expanded]
|
|
743
743
|
])
|
|
744
744
|
]),
|
|
745
745
|
_: 3
|
|
746
746
|
})
|
|
747
747
|
]);
|
|
748
748
|
}
|
|
749
|
-
const Qh = /* @__PURE__ */ O(qn, [["render", Kn]]), Yn = "https://d2glwx35mhbfwf.cloudfront.net/v17.
|
|
749
|
+
const Qh = /* @__PURE__ */ O(qn, [["render", Kn]]), Yn = "https://d2glwx35mhbfwf.cloudfront.net/v17.1.0/staff-placeholder.png", Xn = "https://d2glwx35mhbfwf.cloudfront.net/v17.1.0/staff-placeholder-short.png", Je = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=", Ee = Yn, Qn = Xn, Jn = {
|
|
750
750
|
name: "FocusWrapper",
|
|
751
751
|
props: {
|
|
752
752
|
padded: {
|
|
@@ -776,13 +776,11 @@ const De = /* @__PURE__ */ O(Jn, [["render", ei]]), ti = {
|
|
|
776
776
|
},
|
|
777
777
|
name: {
|
|
778
778
|
type: String,
|
|
779
|
-
default: "",
|
|
780
779
|
required: !0
|
|
781
780
|
},
|
|
782
781
|
text: {
|
|
783
782
|
type: String,
|
|
784
|
-
default: ""
|
|
785
|
-
required: !0
|
|
783
|
+
default: ""
|
|
786
784
|
}
|
|
787
785
|
}
|
|
788
786
|
}, ni = { ref: "card" }, ii = { class: "alumni" }, si = ["aria-label"], ai = { class: "alumni__info" }, ri = { class: "alumni__title" }, li = { class: "alumni__name" }, oi = ["innerHTML"];
|
|
@@ -981,12 +979,11 @@ function Ai(e, n, t, s, a, i) {
|
|
|
981
979
|
])) : L("", !0)
|
|
982
980
|
]);
|
|
983
981
|
}
|
|
984
|
-
const
|
|
985
|
-
components: { ContactList: gi, SocialListGeneric:
|
|
982
|
+
const gt = /* @__PURE__ */ O(_i, [["render", Ai]]), Mi = {
|
|
983
|
+
components: { ContactList: gi, SocialListGeneric: gt },
|
|
986
984
|
props: {
|
|
987
985
|
title: {
|
|
988
986
|
type: String,
|
|
989
|
-
default: "",
|
|
990
987
|
required: !0
|
|
991
988
|
},
|
|
992
989
|
contact: {
|
|
@@ -1220,11 +1217,10 @@ function Xi(e, n, t, s, a, i) {
|
|
|
1220
1217
|
_: 3
|
|
1221
1218
|
}, 8, ["class", "role", "tabindex", "href", "aria-disabled", "disabled", "target", "onClick"]);
|
|
1222
1219
|
}
|
|
1223
|
-
const
|
|
1220
|
+
const ie = /* @__PURE__ */ O(Yi, [["render", Xi]]), Qi = {
|
|
1224
1221
|
props: {
|
|
1225
1222
|
name: {
|
|
1226
1223
|
type: String,
|
|
1227
|
-
default: "",
|
|
1228
1224
|
required: !0
|
|
1229
1225
|
},
|
|
1230
1226
|
title: {
|
|
@@ -1254,6 +1250,9 @@ function ss(e, n, t, s, a, i) {
|
|
|
1254
1250
|
]);
|
|
1255
1251
|
}
|
|
1256
1252
|
const tp = /* @__PURE__ */ O(Qi, [["render", ss]]), as = {
|
|
1253
|
+
components: {
|
|
1254
|
+
ButtonIcon: ie
|
|
1255
|
+
},
|
|
1257
1256
|
props: {
|
|
1258
1257
|
thumb: {
|
|
1259
1258
|
type: String,
|
|
@@ -1265,7 +1264,6 @@ const tp = /* @__PURE__ */ O(Qi, [["render", ss]]), as = {
|
|
|
1265
1264
|
},
|
|
1266
1265
|
name: {
|
|
1267
1266
|
type: String,
|
|
1268
|
-
default: "",
|
|
1269
1267
|
required: !0
|
|
1270
1268
|
},
|
|
1271
1269
|
meta: {
|
|
@@ -1274,7 +1272,6 @@ const tp = /* @__PURE__ */ O(Qi, [["render", ss]]), as = {
|
|
|
1274
1272
|
},
|
|
1275
1273
|
href: {
|
|
1276
1274
|
type: String,
|
|
1277
|
-
default: "#",
|
|
1278
1275
|
required: !0
|
|
1279
1276
|
},
|
|
1280
1277
|
excerpt: {
|
|
@@ -1313,6 +1310,7 @@ function hs(e, n, t, s, a, i) {
|
|
|
1313
1310
|
}
|
|
1314
1311
|
const np = /* @__PURE__ */ O(as, [["render", hs]]), ps = {
|
|
1315
1312
|
components: {
|
|
1313
|
+
ButtonIcon: ie,
|
|
1316
1314
|
FocusWrapper: De
|
|
1317
1315
|
},
|
|
1318
1316
|
props: {
|
|
@@ -1330,12 +1328,10 @@ const np = /* @__PURE__ */ O(as, [["render", hs]]), ps = {
|
|
|
1330
1328
|
},
|
|
1331
1329
|
name: {
|
|
1332
1330
|
type: String,
|
|
1333
|
-
default: "",
|
|
1334
1331
|
required: !0
|
|
1335
1332
|
},
|
|
1336
1333
|
href: {
|
|
1337
1334
|
type: String,
|
|
1338
|
-
default: "",
|
|
1339
1335
|
required: !0
|
|
1340
1336
|
},
|
|
1341
1337
|
compact: {
|
|
@@ -1577,7 +1573,7 @@ const ap = /* @__PURE__ */ O(Is, [["render", As]]), Ms = ["alt", "loading", "src
|
|
|
1577
1573
|
}
|
|
1578
1574
|
},
|
|
1579
1575
|
setup(e) {
|
|
1580
|
-
const n = e, t = Ze("image"), s =
|
|
1576
|
+
const n = e, t = Ze("image"), s = re(!1), a = re(!1), i = ee(() => ({
|
|
1581
1577
|
aspectRatio: n.aspectRatio,
|
|
1582
1578
|
height: n.height,
|
|
1583
1579
|
width: n.width
|
|
@@ -1600,7 +1596,7 @@ const ap = /* @__PURE__ */ O(Is, [["render", As]]), Ms = ["alt", "loading", "src
|
|
|
1600
1596
|
}, f = () => {
|
|
1601
1597
|
s.value = !0, t.value && a.value && n.animation === "fade-in" && t.value.classList.remove("animate-fade-in-start");
|
|
1602
1598
|
};
|
|
1603
|
-
return
|
|
1599
|
+
return Qe(() => {
|
|
1604
1600
|
n.animation === "fade-in" && (t.value.classList.add("animate-fade-in-start"), l());
|
|
1605
1601
|
}), (m, u) => (d(), h("div", {
|
|
1606
1602
|
class: "image-component",
|
|
@@ -1619,6 +1615,7 @@ const ap = /* @__PURE__ */ O(Is, [["render", As]]), Ms = ["alt", "loading", "src
|
|
|
1619
1615
|
}
|
|
1620
1616
|
}, Os = {
|
|
1621
1617
|
components: {
|
|
1618
|
+
ButtonIcon: ie,
|
|
1622
1619
|
ImageComponent: me
|
|
1623
1620
|
},
|
|
1624
1621
|
props: {
|
|
@@ -1784,7 +1781,6 @@ const qs = /* @__PURE__ */ O(Ds, [["render", Rs]]), zs = {
|
|
|
1784
1781
|
},
|
|
1785
1782
|
href: {
|
|
1786
1783
|
type: String,
|
|
1787
|
-
default: "",
|
|
1788
1784
|
required: !0
|
|
1789
1785
|
}
|
|
1790
1786
|
}
|
|
@@ -1820,7 +1816,7 @@ const lp = /* @__PURE__ */ O(zs, [["render", js]]), Ws = {
|
|
|
1820
1816
|
props: {
|
|
1821
1817
|
thumb: {
|
|
1822
1818
|
type: String,
|
|
1823
|
-
default:
|
|
1819
|
+
default: Je
|
|
1824
1820
|
},
|
|
1825
1821
|
title: {
|
|
1826
1822
|
type: String,
|
|
@@ -1884,7 +1880,7 @@ const op = /* @__PURE__ */ O(Ws, [["render", Qs]]), Js = {
|
|
|
1884
1880
|
props: {
|
|
1885
1881
|
thumb: {
|
|
1886
1882
|
type: [String, Boolean],
|
|
1887
|
-
default:
|
|
1883
|
+
default: Je
|
|
1888
1884
|
},
|
|
1889
1885
|
title: {
|
|
1890
1886
|
type: String,
|
|
@@ -1951,18 +1947,17 @@ function na(e, n, t, s, a, i) {
|
|
|
1951
1947
|
const cp = /* @__PURE__ */ O(Js, [["render", na]]), ia = {
|
|
1952
1948
|
name: "CardPathfinder",
|
|
1953
1949
|
components: {
|
|
1950
|
+
ButtonIcon: ie,
|
|
1954
1951
|
FocusWrapper: De
|
|
1955
1952
|
},
|
|
1956
1953
|
props: {
|
|
1957
1954
|
title: {
|
|
1958
1955
|
type: String,
|
|
1959
|
-
default: ""
|
|
1960
|
-
required: !0
|
|
1956
|
+
default: ""
|
|
1961
1957
|
},
|
|
1962
1958
|
href: {
|
|
1963
1959
|
type: String,
|
|
1964
|
-
default: "www.unimelb.edu.au"
|
|
1965
|
-
required: !0
|
|
1960
|
+
default: "www.unimelb.edu.au"
|
|
1966
1961
|
},
|
|
1967
1962
|
compact: {
|
|
1968
1963
|
type: Boolean,
|
|
@@ -2174,8 +2169,7 @@ const $a = /* @__PURE__ */ O(Sa, [["render", xa]]), Ia = {
|
|
|
2174
2169
|
},
|
|
2175
2170
|
title: {
|
|
2176
2171
|
type: String,
|
|
2177
|
-
default: ""
|
|
2178
|
-
required: !0
|
|
2172
|
+
default: ""
|
|
2179
2173
|
},
|
|
2180
2174
|
cols: {
|
|
2181
2175
|
type: Number,
|
|
@@ -2184,8 +2178,7 @@ const $a = /* @__PURE__ */ O(Sa, [["render", xa]]), Ia = {
|
|
|
2184
2178
|
},
|
|
2185
2179
|
href: {
|
|
2186
2180
|
type: String,
|
|
2187
|
-
default: ""
|
|
2188
|
-
required: !0
|
|
2181
|
+
default: ""
|
|
2189
2182
|
},
|
|
2190
2183
|
excerpt: {
|
|
2191
2184
|
type: String,
|
|
@@ -2301,7 +2294,7 @@ function Da(e, n, t, s, a, i) {
|
|
|
2301
2294
|
])
|
|
2302
2295
|
], 2);
|
|
2303
2296
|
}
|
|
2304
|
-
const
|
|
2297
|
+
const e2 = /* @__PURE__ */ O(Ia, [["render", Da]]), Va = {
|
|
2305
2298
|
name: "CardStat",
|
|
2306
2299
|
components: { FocusWrapper: De },
|
|
2307
2300
|
props: {
|
|
@@ -2362,7 +2355,6 @@ const up = /* @__PURE__ */ O(Va, [["render", qa]]), za = {
|
|
|
2362
2355
|
props: {
|
|
2363
2356
|
src: {
|
|
2364
2357
|
type: String,
|
|
2365
|
-
default: "",
|
|
2366
2358
|
required: !0
|
|
2367
2359
|
},
|
|
2368
2360
|
videoLabel: {
|
|
@@ -2439,8 +2431,7 @@ const x2 = /* @__PURE__ */ O(za, [["render", Za]]), Ga = {
|
|
|
2439
2431
|
},
|
|
2440
2432
|
title: {
|
|
2441
2433
|
type: String,
|
|
2442
|
-
default: ""
|
|
2443
|
-
required: !0
|
|
2434
|
+
default: ""
|
|
2444
2435
|
},
|
|
2445
2436
|
subTitle: {
|
|
2446
2437
|
type: String,
|
|
@@ -2523,8 +2514,8 @@ function n1(e, n, t, s, a, i) {
|
|
|
2523
2514
|
"aria-controls": t.bio ? i.bioId : void 0,
|
|
2524
2515
|
onClick: n[0] || (n[0] = (...l) => i.changeIcon && i.changeIcon(...l)),
|
|
2525
2516
|
onKeyup: [
|
|
2526
|
-
n[1] || (n[1] =
|
|
2527
|
-
n[2] || (n[2] =
|
|
2517
|
+
n[1] || (n[1] = ue((...l) => i.changeIcon && i.changeIcon(...l), ["enter"])),
|
|
2518
|
+
n[2] || (n[2] = ue((...l) => i.changeIcon && i.changeIcon(...l), ["space"]))
|
|
2528
2519
|
]
|
|
2529
2520
|
}, [
|
|
2530
2521
|
o("div", {
|
|
@@ -2560,27 +2551,25 @@ function n1(e, n, t, s, a, i) {
|
|
|
2560
2551
|
}, null, 8, ["src", "video-label"])) : L("", !0),
|
|
2561
2552
|
t.bio ? (d(), h("p", t1, b(t.bio), 1)) : L("", !0)
|
|
2562
2553
|
], 10, e1), [
|
|
2563
|
-
[
|
|
2554
|
+
[ot, !a.isHidden]
|
|
2564
2555
|
])
|
|
2565
2556
|
]);
|
|
2566
2557
|
}
|
|
2567
2558
|
const fp = /* @__PURE__ */ O(Ga, [["render", n1]]), i1 = {
|
|
2568
2559
|
name: "CardEvents",
|
|
2569
|
-
components: { GenericCard:
|
|
2560
|
+
components: { GenericCard: e2 },
|
|
2570
2561
|
props: {
|
|
2571
2562
|
thumb: {
|
|
2572
2563
|
type: String,
|
|
2573
|
-
default:
|
|
2564
|
+
default: Je
|
|
2574
2565
|
},
|
|
2575
2566
|
title: {
|
|
2576
2567
|
type: String,
|
|
2577
|
-
default: ""
|
|
2578
|
-
required: !0
|
|
2568
|
+
default: ""
|
|
2579
2569
|
},
|
|
2580
2570
|
href: {
|
|
2581
2571
|
type: String,
|
|
2582
|
-
default: ""
|
|
2583
|
-
required: !0
|
|
2572
|
+
default: ""
|
|
2584
2573
|
},
|
|
2585
2574
|
excerpt: {
|
|
2586
2575
|
type: String,
|
|
@@ -2615,7 +2604,7 @@ function s1(e, n, t, s, a, i) {
|
|
|
2615
2604
|
}, 8, ["thumb", "title", "href", "excerpt", "tags"]);
|
|
2616
2605
|
}
|
|
2617
2606
|
const hp = /* @__PURE__ */ O(i1, [["render", s1]]), a1 = {
|
|
2618
|
-
components: { ButtonIcon:
|
|
2607
|
+
components: { ButtonIcon: ie },
|
|
2619
2608
|
props: {
|
|
2620
2609
|
thumb: {
|
|
2621
2610
|
type: String,
|
|
@@ -2627,7 +2616,6 @@ const hp = /* @__PURE__ */ O(i1, [["render", s1]]), a1 = {
|
|
|
2627
2616
|
},
|
|
2628
2617
|
title: {
|
|
2629
2618
|
type: String,
|
|
2630
|
-
default: "",
|
|
2631
2619
|
required: !0
|
|
2632
2620
|
},
|
|
2633
2621
|
text: {
|
|
@@ -2695,7 +2683,6 @@ const pp = /* @__PURE__ */ O(a1, [["render", h1]]), p1 = {
|
|
|
2695
2683
|
},
|
|
2696
2684
|
title: {
|
|
2697
2685
|
type: String,
|
|
2698
|
-
default: "",
|
|
2699
2686
|
required: !0
|
|
2700
2687
|
},
|
|
2701
2688
|
href: {
|
|
@@ -2730,7 +2717,7 @@ function At(e) {
|
|
|
2730
2717
|
return t.unmount(), s;
|
|
2731
2718
|
}
|
|
2732
2719
|
const C1 = {
|
|
2733
|
-
components: { ButtonIcon:
|
|
2720
|
+
components: { ButtonIcon: ie },
|
|
2734
2721
|
props: {
|
|
2735
2722
|
checkedCount: {
|
|
2736
2723
|
type: [Number, String],
|
|
@@ -2857,21 +2844,21 @@ const gp = /* @__PURE__ */ O(C1, [["render", L1]]), T1 = { class: "content-block
|
|
|
2857
2844
|
], 2));
|
|
2858
2845
|
}
|
|
2859
2846
|
}, I1 = {
|
|
2847
|
+
components: {
|
|
2848
|
+
ButtonIcon: ie
|
|
2849
|
+
},
|
|
2860
2850
|
props: {
|
|
2861
2851
|
href: {
|
|
2862
2852
|
type: String,
|
|
2863
|
-
default: "#",
|
|
2864
2853
|
required: !0
|
|
2865
2854
|
},
|
|
2866
2855
|
header: {
|
|
2867
2856
|
type: String,
|
|
2868
|
-
default: ""
|
|
2869
|
-
required: !0
|
|
2857
|
+
default: ""
|
|
2870
2858
|
},
|
|
2871
2859
|
img: {
|
|
2872
2860
|
type: String,
|
|
2873
|
-
default: ""
|
|
2874
|
-
required: !0
|
|
2861
|
+
default: ""
|
|
2875
2862
|
},
|
|
2876
2863
|
btnText: {
|
|
2877
2864
|
type: String,
|
|
@@ -2883,13 +2870,11 @@ const gp = /* @__PURE__ */ O(C1, [["render", L1]]), T1 = { class: "content-block
|
|
|
2883
2870
|
},
|
|
2884
2871
|
size: {
|
|
2885
2872
|
type: String,
|
|
2886
|
-
default: ""
|
|
2887
|
-
required: !0
|
|
2873
|
+
default: ""
|
|
2888
2874
|
},
|
|
2889
2875
|
format: {
|
|
2890
2876
|
type: String,
|
|
2891
|
-
default: ""
|
|
2892
|
-
required: !0
|
|
2877
|
+
default: ""
|
|
2893
2878
|
}
|
|
2894
2879
|
}
|
|
2895
2880
|
}, E1 = ["href"], A1 = { class: "download-block__thumb" }, M1 = ["src"], O1 = { class: "download-block__inner" }, P1 = { class: "metadata" };
|
|
@@ -2961,12 +2946,12 @@ function N1(e, n, t, s, a, i) {
|
|
|
2961
2946
|
}
|
|
2962
2947
|
const vp = /* @__PURE__ */ O(D1, [["render", N1]]);
|
|
2963
2948
|
var ye = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
2964
|
-
function
|
|
2949
|
+
function t2(e) {
|
|
2965
2950
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
2966
2951
|
}
|
|
2967
|
-
var
|
|
2952
|
+
var M2, Mt;
|
|
2968
2953
|
function R1() {
|
|
2969
|
-
if (Mt) return
|
|
2954
|
+
if (Mt) return M2;
|
|
2970
2955
|
Mt = 1;
|
|
2971
2956
|
var e = "Expected a function", n = NaN, t = "[object Symbol]", s = /^\s+|\s+$/g, a = /^[-+]0x[0-9a-f]+$/i, i = /^0b[01]+$/i, r = /^0o[0-7]+$/i, c = parseInt, l = typeof ye == "object" && ye && ye.Object === Object && ye, f = typeof self == "object" && self && self.Object === Object && self, m = l || f || Function("return this")(), u = Object.prototype, g = u.toString, p = Math.max, C = Math.min, I = function() {
|
|
2972
2957
|
return m.Date.now();
|
|
@@ -2976,39 +2961,39 @@ function R1() {
|
|
|
2976
2961
|
if (typeof $ != "function")
|
|
2977
2962
|
throw new TypeError(e);
|
|
2978
2963
|
N = A(N) || 0, v(F) && (E = !!F.leading, P = "maxWait" in F, V = P ? p(A(F.maxWait) || 0, N) : V, Z = "trailing" in F ? !!F.trailing : Z);
|
|
2979
|
-
function B(
|
|
2964
|
+
function B(ae) {
|
|
2980
2965
|
var Ce = S, we = U;
|
|
2981
|
-
return S = U = void 0, x =
|
|
2966
|
+
return S = U = void 0, x = ae, q = $.apply(we, Ce), q;
|
|
2982
2967
|
}
|
|
2983
|
-
function j(
|
|
2984
|
-
return x =
|
|
2968
|
+
function j(ae) {
|
|
2969
|
+
return x = ae, z = setTimeout(Q, N), E ? B(ae) : q;
|
|
2985
2970
|
}
|
|
2986
|
-
function K(
|
|
2987
|
-
var Ce =
|
|
2971
|
+
function K(ae) {
|
|
2972
|
+
var Ce = ae - W, we = ae - x, xt = N - Ce;
|
|
2988
2973
|
return P ? C(xt, V - we) : xt;
|
|
2989
2974
|
}
|
|
2990
|
-
function X(
|
|
2991
|
-
var Ce =
|
|
2975
|
+
function X(ae) {
|
|
2976
|
+
var Ce = ae - W, we = ae - x;
|
|
2992
2977
|
return W === void 0 || Ce >= N || Ce < 0 || P && we >= V;
|
|
2993
2978
|
}
|
|
2994
2979
|
function Q() {
|
|
2995
|
-
var
|
|
2996
|
-
if (X(
|
|
2997
|
-
return
|
|
2998
|
-
z = setTimeout(Q, K(
|
|
2980
|
+
var ae = I();
|
|
2981
|
+
if (X(ae))
|
|
2982
|
+
return se(ae);
|
|
2983
|
+
z = setTimeout(Q, K(ae));
|
|
2999
2984
|
}
|
|
3000
|
-
function
|
|
3001
|
-
return z = void 0, Z && S ? B(
|
|
2985
|
+
function se(ae) {
|
|
2986
|
+
return z = void 0, Z && S ? B(ae) : (S = U = void 0, q);
|
|
3002
2987
|
}
|
|
3003
|
-
function
|
|
2988
|
+
function oe() {
|
|
3004
2989
|
z !== void 0 && clearTimeout(z), x = 0, S = W = U = z = void 0;
|
|
3005
2990
|
}
|
|
3006
|
-
function
|
|
3007
|
-
return z === void 0 ? q :
|
|
2991
|
+
function de() {
|
|
2992
|
+
return z === void 0 ? q : se(I());
|
|
3008
2993
|
}
|
|
3009
2994
|
function ge() {
|
|
3010
|
-
var
|
|
3011
|
-
if (S = arguments, U = this, W =
|
|
2995
|
+
var ae = I(), Ce = X(ae);
|
|
2996
|
+
if (S = arguments, U = this, W = ae, Ce) {
|
|
3012
2997
|
if (z === void 0)
|
|
3013
2998
|
return j(W);
|
|
3014
2999
|
if (P)
|
|
@@ -3016,7 +3001,7 @@ function R1() {
|
|
|
3016
3001
|
}
|
|
3017
3002
|
return z === void 0 && (z = setTimeout(Q, N)), q;
|
|
3018
3003
|
}
|
|
3019
|
-
return ge.cancel =
|
|
3004
|
+
return ge.cancel = oe, ge.flush = de, ge;
|
|
3020
3005
|
}
|
|
3021
3006
|
function v($) {
|
|
3022
3007
|
var N = typeof $;
|
|
@@ -3043,10 +3028,10 @@ function R1() {
|
|
|
3043
3028
|
var F = i.test($);
|
|
3044
3029
|
return F || r.test($) ? c($.slice(2), F ? 2 : 8) : a.test($) ? n : +$;
|
|
3045
3030
|
}
|
|
3046
|
-
return
|
|
3031
|
+
return M2 = k, M2;
|
|
3047
3032
|
}
|
|
3048
3033
|
var q1 = R1();
|
|
3049
|
-
const z1 = /* @__PURE__ */
|
|
3034
|
+
const z1 = /* @__PURE__ */ t2(q1), H1 = "https://d2glwx35mhbfwf.cloudfront.net/v17.1.0/video-placeholder-16x9.png", Ot = 50, J2 = 100, Z1 = 300, Ye = 500, G1 = 2e3, et = () => {
|
|
3050
3035
|
let e = !1;
|
|
3051
3036
|
return window && window.navigator && (e = /Mobi/i.test(window.navigator.userAgent)), e;
|
|
3052
3037
|
}, j1 = {
|
|
@@ -3063,7 +3048,11 @@ const z1 = /* @__PURE__ */ e2(q1), H1 = "https://d2glwx35mhbfwf.cloudfront.net/v
|
|
|
3063
3048
|
alt: "Video placeholder"
|
|
3064
3049
|
})
|
|
3065
3050
|
},
|
|
3066
|
-
video: {
|
|
3051
|
+
video: {
|
|
3052
|
+
type: Object,
|
|
3053
|
+
required: !0,
|
|
3054
|
+
validator: (e) => !e.src || typeof e.src == "string"
|
|
3055
|
+
},
|
|
3067
3056
|
orientation: { type: String, default: "landscape" },
|
|
3068
3057
|
autoplay: { type: Boolean, default: !1 },
|
|
3069
3058
|
videoApi: { type: Boolean, default: !0 },
|
|
@@ -3082,7 +3071,7 @@ const z1 = /* @__PURE__ */ e2(q1), H1 = "https://d2glwx35mhbfwf.cloudfront.net/v
|
|
|
3082
3071
|
},
|
|
3083
3072
|
computed: {
|
|
3084
3073
|
uuid() {
|
|
3085
|
-
return
|
|
3074
|
+
return mt(this.videoSrc);
|
|
3086
3075
|
},
|
|
3087
3076
|
youTubeIframeId() {
|
|
3088
3077
|
return `iframe-${this.uuid}`;
|
|
@@ -3150,7 +3139,7 @@ const z1 = /* @__PURE__ */ e2(q1), H1 = "https://d2glwx35mhbfwf.cloudfront.net/v
|
|
|
3150
3139
|
mounted() {
|
|
3151
3140
|
this.isPreviewAutoplay && (this.checkInViewport(), this.debouncedMediaGalleryScrollEvent = z1(
|
|
3152
3141
|
this.checkInViewport,
|
|
3153
|
-
|
|
3142
|
+
J2
|
|
3154
3143
|
), window.addEventListener("scroll", this.debouncedMediaGalleryScrollEvent)), this.video.url && (this.videoSrc = this.video.url);
|
|
3155
3144
|
},
|
|
3156
3145
|
beforeUnmount() {
|
|
@@ -3185,7 +3174,7 @@ const z1 = /* @__PURE__ */ e2(q1), H1 = "https://d2glwx35mhbfwf.cloudfront.net/v
|
|
|
3185
3174
|
this.videoPlaying = !0;
|
|
3186
3175
|
},
|
|
3187
3176
|
stopAutoplay() {
|
|
3188
|
-
this.videoPlaying = !1, setTimeout(() => this.$refs.playVideo.focus(),
|
|
3177
|
+
this.videoPlaying = !1, setTimeout(() => this.$refs.playVideo.focus(), J2);
|
|
3189
3178
|
},
|
|
3190
3179
|
checkInViewport() {
|
|
3191
3180
|
if (this.$refs.videoPreview) {
|
|
@@ -3194,7 +3183,7 @@ const z1 = /* @__PURE__ */ e2(q1), H1 = "https://d2glwx35mhbfwf.cloudfront.net/v
|
|
|
3194
3183
|
}
|
|
3195
3184
|
},
|
|
3196
3185
|
onYouTubePlayerReady(e) {
|
|
3197
|
-
|
|
3186
|
+
et() && e.target.mute(), e.target.playVideo();
|
|
3198
3187
|
}
|
|
3199
3188
|
}
|
|
3200
3189
|
}, W1 = { key: 0 }, U1 = { key: 0 }, K1 = ["aria-label"], Y1 = ["src"], X1 = ["aria-label", "aria-describedby"], Q1 = { class: "video__btn-label" }, J1 = {
|
|
@@ -3304,10 +3293,10 @@ function ir(e, n, t, s, a, i) {
|
|
|
3304
3293
|
})
|
|
3305
3294
|
], 2);
|
|
3306
3295
|
}
|
|
3307
|
-
const
|
|
3296
|
+
const _t = /* @__PURE__ */ O(j1, [["render", ir]]), sr = {
|
|
3308
3297
|
components: {
|
|
3309
3298
|
ImageComponent: me,
|
|
3310
|
-
VideoPlayer:
|
|
3299
|
+
VideoPlayer: _t
|
|
3311
3300
|
},
|
|
3312
3301
|
props: {
|
|
3313
3302
|
label: {
|
|
@@ -3317,17 +3306,15 @@ const gt = /* @__PURE__ */ O(j1, [["render", ir]]), sr = {
|
|
|
3317
3306
|
},
|
|
3318
3307
|
poster: {
|
|
3319
3308
|
type: Object,
|
|
3320
|
-
required: !0,
|
|
3321
3309
|
default() {
|
|
3322
3310
|
return {};
|
|
3323
|
-
}
|
|
3311
|
+
},
|
|
3312
|
+
validator: (e) => !e.src || typeof e.src == "string"
|
|
3324
3313
|
},
|
|
3325
3314
|
video: {
|
|
3326
3315
|
type: Object,
|
|
3327
3316
|
required: !0,
|
|
3328
|
-
|
|
3329
|
-
return {};
|
|
3330
|
-
}
|
|
3317
|
+
validator: (e) => !e.src || typeof e.src == "string"
|
|
3331
3318
|
},
|
|
3332
3319
|
autoplay: {
|
|
3333
3320
|
type: Boolean,
|
|
@@ -3470,8 +3457,8 @@ function _r(e, n, t, s, a, i) {
|
|
|
3470
3457
|
G(e.$slots, "default")
|
|
3471
3458
|
], 2);
|
|
3472
3459
|
}
|
|
3473
|
-
const
|
|
3474
|
-
class
|
|
3460
|
+
const je = /* @__PURE__ */ O(gr, [["render", _r]]);
|
|
3461
|
+
class vt {
|
|
3475
3462
|
constructor() {
|
|
3476
3463
|
this.el = document.querySelector(".blanket"), this.props = {}, this.el || (this.el = document.createElement("div"), this.el.className = "blanket", document.body.appendChild(this.el));
|
|
3477
3464
|
}
|
|
@@ -3537,13 +3524,13 @@ function wr(e, n, t, s, a, i) {
|
|
|
3537
3524
|
G(e.$slots, "default")
|
|
3538
3525
|
]);
|
|
3539
3526
|
}
|
|
3540
|
-
const
|
|
3527
|
+
const bt = /* @__PURE__ */ O(vr, [["render", wr]]), kr = {
|
|
3541
3528
|
name: "PageSearch",
|
|
3542
|
-
components: { SvgIcon: te, PageSearchForm:
|
|
3529
|
+
components: { SvgIcon: te, PageSearchForm: bt },
|
|
3543
3530
|
emits: ["page-search-open", "page-search-close"],
|
|
3544
3531
|
domFriendly: !0,
|
|
3545
3532
|
mounted() {
|
|
3546
|
-
this.blanket = new
|
|
3533
|
+
this.blanket = new vt(), this.$refs.form.$refs.input.addEventListener("keyup", this.esc);
|
|
3547
3534
|
},
|
|
3548
3535
|
methods: {
|
|
3549
3536
|
open() {
|
|
@@ -3566,8 +3553,8 @@ function xr(e, n, t, s, a, i) {
|
|
|
3566
3553
|
o("button", {
|
|
3567
3554
|
class: "header-tools__btn",
|
|
3568
3555
|
"aria-label": "Search",
|
|
3569
|
-
onClick: n[0] || (n[0] =
|
|
3570
|
-
onKeypress: n[1] || (n[1] =
|
|
3556
|
+
onClick: n[0] || (n[0] = le((...l) => i.open && i.open(...l), ["prevent"])),
|
|
3557
|
+
onKeypress: n[1] || (n[1] = ue((...l) => i.open && i.open(...l), ["enter"]))
|
|
3571
3558
|
}, [
|
|
3572
3559
|
w(r, {
|
|
3573
3560
|
"aria-hidden": "true",
|
|
@@ -3584,7 +3571,7 @@ function xr(e, n, t, s, a, i) {
|
|
|
3584
3571
|
role: "button",
|
|
3585
3572
|
href: "#",
|
|
3586
3573
|
tabindex: "0",
|
|
3587
|
-
onClick: n[2] || (n[2] =
|
|
3574
|
+
onClick: n[2] || (n[2] = le((...l) => i.close && i.close(...l), ["prevent"]))
|
|
3588
3575
|
}, [
|
|
3589
3576
|
w(r, {
|
|
3590
3577
|
class: "header-tools__btn-icon",
|
|
@@ -3688,7 +3675,7 @@ function Zr(e, n, t, s, a, i) {
|
|
|
3688
3675
|
])
|
|
3689
3676
|
]);
|
|
3690
3677
|
}
|
|
3691
|
-
const $2 = /* @__PURE__ */ O(Rr, [["render", Zr]]), Gr = 1099,
|
|
3678
|
+
const $2 = /* @__PURE__ */ O(Rr, [["render", Zr]]), Gr = 1099, tt = (e, n, t, s) => {
|
|
3692
3679
|
window && window.utag && window.utag_data && window.utag.link({
|
|
3693
3680
|
ga_EventCategory: e,
|
|
3694
3681
|
ga_EventAction: n,
|
|
@@ -3699,7 +3686,7 @@ const $2 = /* @__PURE__ */ O(Rr, [["render", Zr]]), Gr = 1099, et = (e, n, t, s)
|
|
|
3699
3686
|
components: {
|
|
3700
3687
|
SvgIcon: te,
|
|
3701
3688
|
PageSearch: $r,
|
|
3702
|
-
PageSearchForm:
|
|
3689
|
+
PageSearchForm: bt,
|
|
3703
3690
|
MegaMenuTitle: Mr,
|
|
3704
3691
|
MegaMenuTopNavigation: Vr,
|
|
3705
3692
|
Logo: $2
|
|
@@ -3758,21 +3745,21 @@ const $2 = /* @__PURE__ */ O(Rr, [["render", Zr]]), Gr = 1099, et = (e, n, t, s)
|
|
|
3758
3745
|
computed: {
|
|
3759
3746
|
isMobile() {
|
|
3760
3747
|
let e = !1;
|
|
3761
|
-
return typeof window < "u" && (e =
|
|
3748
|
+
return typeof window < "u" && (e = et()), e;
|
|
3762
3749
|
},
|
|
3763
3750
|
isShowTopMenu() {
|
|
3764
3751
|
return this.topMenu.length;
|
|
3765
3752
|
}
|
|
3766
3753
|
},
|
|
3767
3754
|
mounted() {
|
|
3768
|
-
this.blanket = new
|
|
3755
|
+
this.blanket = new vt(), window.addEventListener("resize", this.closeMobileIfDesktop.bind(this));
|
|
3769
3756
|
},
|
|
3770
3757
|
unmounted() {
|
|
3771
3758
|
window.removeEventListener("resize", this.closeMobileIfDesktop.bind(this));
|
|
3772
3759
|
},
|
|
3773
3760
|
methods: {
|
|
3774
3761
|
trackClick(e) {
|
|
3775
|
-
|
|
3762
|
+
et() || tt(
|
|
3776
3763
|
`Megamenu - ${this.deviceType}`,
|
|
3777
3764
|
`Click - Sub menu - ${e}`,
|
|
3778
3765
|
this.getCurrentUrl(),
|
|
@@ -3823,7 +3810,7 @@ const $2 = /* @__PURE__ */ O(Rr, [["render", Zr]]), Gr = 1099, et = (e, n, t, s)
|
|
|
3823
3810
|
"inner--fade"
|
|
3824
3811
|
), this.isDesktopOpen = !0, this.$emit("mega-menu-activate-desktop-menu"), this.hoverFlag !== 1) {
|
|
3825
3812
|
const s = this.items[e].title;
|
|
3826
|
-
|
|
3813
|
+
tt(
|
|
3827
3814
|
`Megamenu - ${this.deviceType}`,
|
|
3828
3815
|
`Hover - Main menu - ${s}`,
|
|
3829
3816
|
this.getCurrentUrl(),
|
|
@@ -3877,7 +3864,7 @@ const $2 = /* @__PURE__ */ O(Rr, [["render", Zr]]), Gr = 1099, et = (e, n, t, s)
|
|
|
3877
3864
|
handleKey(e) {
|
|
3878
3865
|
if (e.metaKey || e.altKey || this.isMobile)
|
|
3879
3866
|
return;
|
|
3880
|
-
e.key !==
|
|
3867
|
+
e.key !== ft && e.preventDefault();
|
|
3881
3868
|
let n;
|
|
3882
3869
|
switch ((e.key === u2 || e.key === f2) && (n = this.$refs.rootitems[this.current].querySelectorAll(
|
|
3883
3870
|
".menu__aside a,.menu__section a"
|
|
@@ -3892,11 +3879,11 @@ const $2 = /* @__PURE__ */ O(Rr, [["render", Zr]]), Gr = 1099, et = (e, n, t, s)
|
|
|
3892
3879
|
e.target.classList.contains(".menu__item") ? e.target.querySelector(".menu__link").click() : e.target.click();
|
|
3893
3880
|
break;
|
|
3894
3881
|
// left
|
|
3895
|
-
case
|
|
3882
|
+
case ht:
|
|
3896
3883
|
this.prevRootItem();
|
|
3897
3884
|
break;
|
|
3898
3885
|
// right
|
|
3899
|
-
case
|
|
3886
|
+
case pt:
|
|
3900
3887
|
this.nextRootItem();
|
|
3901
3888
|
break;
|
|
3902
3889
|
// up
|
|
@@ -3943,7 +3930,7 @@ function cl(e, n, t, s, a, i) {
|
|
|
3943
3930
|
ref: "blanket",
|
|
3944
3931
|
class: "megamenu__blanket",
|
|
3945
3932
|
onClick: n[9] || (n[9] = (...g) => i.dismissMobileMenuIfBlanket && i.dismissMobileMenuIfBlanket(...g)),
|
|
3946
|
-
onKeypress: n[10] || (n[10] =
|
|
3933
|
+
onKeypress: n[10] || (n[10] = ue((...g) => i.dismissMobileMenu && i.dismissMobileMenu(...g), ["esc"]))
|
|
3947
3934
|
}, [
|
|
3948
3935
|
i.isShowTopMenu && a.isMobileOpen === !1 ? (d(), H(l, {
|
|
3949
3936
|
key: 0,
|
|
@@ -4187,8 +4174,8 @@ function cl(e, n, t, s, a, i) {
|
|
|
4187
4174
|
"aria-controls": "sitemapmenu",
|
|
4188
4175
|
href: "#sitemapmenu",
|
|
4189
4176
|
class: "header-tools__btn",
|
|
4190
|
-
onClick: n[12] || (n[12] =
|
|
4191
|
-
onKeydown: n[13] || (n[13] =
|
|
4177
|
+
onClick: n[12] || (n[12] = le((...g) => i.activateMobileMenu && i.activateMobileMenu(...g), ["prevent"])),
|
|
4178
|
+
onKeydown: n[13] || (n[13] = ue((...g) => e.activeMobileMenu && e.activeMobileMenu(...g), ["enter"]))
|
|
4192
4179
|
}, [
|
|
4193
4180
|
w(f, {
|
|
4194
4181
|
name: "menu",
|
|
@@ -4217,8 +4204,7 @@ const Cp = /* @__PURE__ */ O(jr, [["render", cl]]), dl = () => {
|
|
|
4217
4204
|
},
|
|
4218
4205
|
trigger: {
|
|
4219
4206
|
type: String,
|
|
4220
|
-
default: ""
|
|
4221
|
-
required: !0
|
|
4207
|
+
default: ""
|
|
4222
4208
|
},
|
|
4223
4209
|
isVideo: {
|
|
4224
4210
|
type: Boolean,
|
|
@@ -4286,8 +4272,8 @@ function vl(e, n, t, s, a, i) {
|
|
|
4286
4272
|
"aria-hidden": "true",
|
|
4287
4273
|
onClick: n[3] || (n[3] = (...r) => i.closeContainer && i.closeContainer(...r)),
|
|
4288
4274
|
onKeydown: [
|
|
4289
|
-
n[4] || (n[4] =
|
|
4290
|
-
n[5] || (n[5] =
|
|
4275
|
+
n[4] || (n[4] = ue((...r) => i.closeDialog && i.closeDialog(...r), ["esc"])),
|
|
4276
|
+
n[5] || (n[5] = ue((...r) => i.inputTrap && i.inputTrap(...r), ["tab"]))
|
|
4291
4277
|
]
|
|
4292
4278
|
}, [
|
|
4293
4279
|
o("div", {
|
|
@@ -4307,7 +4293,7 @@ function vl(e, n, t, s, a, i) {
|
|
|
4307
4293
|
class: D(["modal-dialog__close", t.isVideo ? "modal-dialog__close--video" : ""]),
|
|
4308
4294
|
"aria-label": "Close Dialog",
|
|
4309
4295
|
type: "button",
|
|
4310
|
-
onKeydown: n[1] || (n[1] =
|
|
4296
|
+
onKeydown: n[1] || (n[1] = ue((...r) => i.closeDialog && i.closeDialog(...r), ["esc"])),
|
|
4311
4297
|
onClick: n[2] || (n[2] = (...r) => i.closeDialog && i.closeDialog(...r))
|
|
4312
4298
|
}, " ✕ ", 34)
|
|
4313
4299
|
])
|
|
@@ -4339,7 +4325,7 @@ const bl = /* @__PURE__ */ O(ul, [["render", vl]]), Cl = {
|
|
|
4339
4325
|
}
|
|
4340
4326
|
},
|
|
4341
4327
|
setup(e) {
|
|
4342
|
-
const n = e, t =
|
|
4328
|
+
const n = e, t = re(!1), s = ee(() => ({
|
|
4343
4329
|
notice: !0,
|
|
4344
4330
|
hidden: t.value,
|
|
4345
4331
|
"notice--default": n.level === "default",
|
|
@@ -4355,7 +4341,7 @@ const bl = /* @__PURE__ */ O(ul, [["render", vl]]), Cl = {
|
|
|
4355
4341
|
}, [
|
|
4356
4342
|
G(i.$slots, "default"),
|
|
4357
4343
|
e.dismissible ? (d(), h("div", Cl, [
|
|
4358
|
-
w(
|
|
4344
|
+
w(ie, {
|
|
4359
4345
|
class: "btn--ghost",
|
|
4360
4346
|
element: "button",
|
|
4361
4347
|
icon: "close",
|
|
@@ -4378,7 +4364,6 @@ const bl = /* @__PURE__ */ O(ul, [["render", vl]]), Cl = {
|
|
|
4378
4364
|
},
|
|
4379
4365
|
title: {
|
|
4380
4366
|
type: String,
|
|
4381
|
-
default: "",
|
|
4382
4367
|
required: !0
|
|
4383
4368
|
},
|
|
4384
4369
|
entity: {
|
|
@@ -4426,7 +4411,8 @@ function xl(e, n, t, s, a, i) {
|
|
|
4426
4411
|
}
|
|
4427
4412
|
const Sp = /* @__PURE__ */ O(yl, [["render", xl]]), $l = {
|
|
4428
4413
|
components: {
|
|
4429
|
-
|
|
4414
|
+
ButtonIcon: ie,
|
|
4415
|
+
SocialListGeneric: gt
|
|
4430
4416
|
},
|
|
4431
4417
|
props: {
|
|
4432
4418
|
headerText: {
|
|
@@ -4435,7 +4421,6 @@ const Sp = /* @__PURE__ */ O(yl, [["render", xl]]), $l = {
|
|
|
4435
4421
|
},
|
|
4436
4422
|
titleText: {
|
|
4437
4423
|
type: String,
|
|
4438
|
-
default: "",
|
|
4439
4424
|
required: !0
|
|
4440
4425
|
},
|
|
4441
4426
|
subTitleText: {
|
|
@@ -4531,8 +4516,7 @@ const kp = /* @__PURE__ */ O(Vl, [["render", ql]]), zl = {
|
|
|
4531
4516
|
props: {
|
|
4532
4517
|
title: {
|
|
4533
4518
|
type: String,
|
|
4534
|
-
required: !0
|
|
4535
|
-
default: ""
|
|
4519
|
+
required: !0
|
|
4536
4520
|
},
|
|
4537
4521
|
tag: {
|
|
4538
4522
|
type: Object,
|
|
@@ -4629,8 +4613,7 @@ const Lp = /* @__PURE__ */ O(zl, [["render", Yl]]), Xl = {
|
|
|
4629
4613
|
props: {
|
|
4630
4614
|
title: {
|
|
4631
4615
|
type: String,
|
|
4632
|
-
required: !0
|
|
4633
|
-
default: ""
|
|
4616
|
+
required: !0
|
|
4634
4617
|
},
|
|
4635
4618
|
introduction: {
|
|
4636
4619
|
type: String,
|
|
@@ -4681,8 +4664,7 @@ const Tp = /* @__PURE__ */ O(Xl, [["render", ao]]), ro = {
|
|
|
4681
4664
|
props: {
|
|
4682
4665
|
title: {
|
|
4683
4666
|
type: String,
|
|
4684
|
-
required: !0
|
|
4685
|
-
default: ""
|
|
4667
|
+
required: !0
|
|
4686
4668
|
},
|
|
4687
4669
|
img: {
|
|
4688
4670
|
type: Object,
|
|
@@ -4772,7 +4754,7 @@ const xp = /* @__PURE__ */ O(ro, [["render", _o]]), vo = {
|
|
|
4772
4754
|
"page-nav-close-nested-panel"
|
|
4773
4755
|
],
|
|
4774
4756
|
mounted() {
|
|
4775
|
-
this.blanket = new
|
|
4757
|
+
this.blanket = new vt(), this.state = { open: [this.$refs.sitemap] }, this.initSiteNav(), this.initLinks(), this.initInternalLinks(), this.initNestedPanels(), this.$refs.sitemap.setAttribute("aria-hidden", !0);
|
|
4776
4758
|
},
|
|
4777
4759
|
methods: {
|
|
4778
4760
|
activateMenu() {
|
|
@@ -4848,7 +4830,7 @@ function So(e, n, t, s, a, i) {
|
|
|
4848
4830
|
"aria-controls": "sitemapmenu",
|
|
4849
4831
|
href: "#sitemap",
|
|
4850
4832
|
class: "header-tools__btn",
|
|
4851
|
-
onClick: n[0] || (n[0] =
|
|
4833
|
+
onClick: n[0] || (n[0] = le((...c) => i.activateMenu && i.activateMenu(...c), ["prevent"]))
|
|
4852
4834
|
}, [
|
|
4853
4835
|
w(r, {
|
|
4854
4836
|
name: "menu",
|
|
@@ -4861,7 +4843,7 @@ function So(e, n, t, s, a, i) {
|
|
|
4861
4843
|
class: "sitenav__back-btn button-ui",
|
|
4862
4844
|
"aria-label": "Close",
|
|
4863
4845
|
type: "button",
|
|
4864
|
-
onClick: n[1] || (n[1] =
|
|
4846
|
+
onClick: n[1] || (n[1] = le((...c) => i.dismissMenu && i.dismissMenu(...c), ["prevent"]))
|
|
4865
4847
|
}, " Close "),
|
|
4866
4848
|
o("h2", {
|
|
4867
4849
|
ref: "navtitle",
|
|
@@ -4873,11 +4855,11 @@ function So(e, n, t, s, a, i) {
|
|
|
4873
4855
|
}
|
|
4874
4856
|
const $p = /* @__PURE__ */ O(vo, [["render", So]]), wo = {
|
|
4875
4857
|
name: "Pathfinder",
|
|
4876
|
-
components: { CardPathfinder: ca },
|
|
4858
|
+
components: { CardPathfinder: ca, ListItem: je },
|
|
4877
4859
|
props: {
|
|
4878
4860
|
image: {
|
|
4879
4861
|
type: String,
|
|
4880
|
-
default:
|
|
4862
|
+
default: Je
|
|
4881
4863
|
},
|
|
4882
4864
|
boxes: {
|
|
4883
4865
|
type: String,
|
|
@@ -4916,7 +4898,6 @@ const Ip = /* @__PURE__ */ O(wo, [["render", To]]), xo = {
|
|
|
4916
4898
|
props: {
|
|
4917
4899
|
title: {
|
|
4918
4900
|
type: String,
|
|
4919
|
-
default: "",
|
|
4920
4901
|
required: !0
|
|
4921
4902
|
},
|
|
4922
4903
|
subtitle: {
|
|
@@ -4979,8 +4960,8 @@ function Po(e, n, t, s, a, i) {
|
|
|
4979
4960
|
role: "button",
|
|
4980
4961
|
onClick: n[0] || (n[0] = (...c) => i.toggle && i.toggle(...c)),
|
|
4981
4962
|
onKeydown: [
|
|
4982
|
-
n[1] || (n[1] =
|
|
4983
|
-
n[2] || (n[2] =
|
|
4963
|
+
n[1] || (n[1] = ue((...c) => i.toggle && i.toggle(...c), ["enter"])),
|
|
4964
|
+
n[2] || (n[2] = ue((...c) => i.toggle && i.toggle(...c), ["space"]))
|
|
4984
4965
|
]
|
|
4985
4966
|
}, " Close panel ", 34)
|
|
4986
4967
|
]),
|
|
@@ -5049,8 +5030,8 @@ function Fo(e, n, t, s, a, i) {
|
|
|
5049
5030
|
_: 3
|
|
5050
5031
|
}, 8, ["no-ratio", "src", "class", "style"]);
|
|
5051
5032
|
}
|
|
5052
|
-
const
|
|
5053
|
-
components: { ListingWrap: mr, SectionWrap:
|
|
5033
|
+
const I2 = /* @__PURE__ */ O(Bo, [["render", Fo]]), Do = {
|
|
5034
|
+
components: { ListingWrap: mr, SectionWrap: I2, ListItem: je },
|
|
5054
5035
|
props: {
|
|
5055
5036
|
direction: {
|
|
5056
5037
|
type: String,
|
|
@@ -5433,7 +5414,6 @@ const Pp = /* @__PURE__ */ O(ac, [["render", rc]]), lc = {
|
|
|
5433
5414
|
},
|
|
5434
5415
|
title: {
|
|
5435
5416
|
type: String,
|
|
5436
|
-
default: "",
|
|
5437
5417
|
required: !0
|
|
5438
5418
|
},
|
|
5439
5419
|
initialOpen: {
|
|
@@ -5610,7 +5590,10 @@ function Ic(e, n, t, s, a, i) {
|
|
|
5610
5590
|
])
|
|
5611
5591
|
]);
|
|
5612
5592
|
}
|
|
5613
|
-
const Vp = /* @__PURE__ */ O(Lc, [["render", Ic]]), Ec = "https://d2glwx35mhbfwf.cloudfront.net/v17.
|
|
5593
|
+
const Vp = /* @__PURE__ */ O(Lc, [["render", Ic]]), Ec = "https://d2glwx35mhbfwf.cloudfront.net/v17.1.0/profile-pic.jpg", Ac = {
|
|
5594
|
+
components: {
|
|
5595
|
+
ButtonIcon: ie
|
|
5596
|
+
},
|
|
5614
5597
|
props: {
|
|
5615
5598
|
img: {
|
|
5616
5599
|
type: String,
|
|
@@ -5685,9 +5668,9 @@ function Vc(e, n, t, s, a, i) {
|
|
|
5685
5668
|
]);
|
|
5686
5669
|
}
|
|
5687
5670
|
const Np = /* @__PURE__ */ O(Ac, [["render", Vc]]);
|
|
5688
|
-
var
|
|
5671
|
+
var O2, Pt;
|
|
5689
5672
|
function Nc() {
|
|
5690
|
-
if (Pt) return
|
|
5673
|
+
if (Pt) return O2;
|
|
5691
5674
|
Pt = 1;
|
|
5692
5675
|
var e = "[object Object]";
|
|
5693
5676
|
function n(g) {
|
|
@@ -5717,10 +5700,10 @@ function Nc() {
|
|
|
5717
5700
|
var C = r.call(p, "constructor") && p.constructor;
|
|
5718
5701
|
return typeof C == "function" && C instanceof C && i.call(C) == c;
|
|
5719
5702
|
}
|
|
5720
|
-
return
|
|
5703
|
+
return O2 = u, O2;
|
|
5721
5704
|
}
|
|
5722
5705
|
var Rc = Nc();
|
|
5723
|
-
const qc = /* @__PURE__ */
|
|
5706
|
+
const qc = /* @__PURE__ */ t2(Rc), zc = {
|
|
5724
5707
|
name: "StyledSelect",
|
|
5725
5708
|
props: {
|
|
5726
5709
|
id: {
|
|
@@ -5852,7 +5835,7 @@ const Ct = /* @__PURE__ */ O(zc, [["render", Gc]]), jc = ["aria-hidden", "aria-l
|
|
|
5852
5835
|
setup(e) {
|
|
5853
5836
|
const n = e, t = (i, r) => {
|
|
5854
5837
|
const c = r === "graphic" ? "graphic" : "functional", l = encodeURIComponent(i);
|
|
5855
|
-
return `https://d2glwx35mhbfwf.cloudfront.net/v17.
|
|
5838
|
+
return `https://d2glwx35mhbfwf.cloudfront.net/v17.1.0/icons/${c}/${l}.svg`;
|
|
5856
5839
|
}, s = ee(() => ({
|
|
5857
5840
|
"uom-icon": !0,
|
|
5858
5841
|
"uom-icon--graphic": n.iconSet === "graphic",
|
|
@@ -6022,7 +6005,7 @@ const Ct = /* @__PURE__ */ O(zc, [["render", Gc]]), jc = ["aria-hidden", "aria-l
|
|
|
6022
6005
|
}
|
|
6023
6006
|
},
|
|
6024
6007
|
setup(e) {
|
|
6025
|
-
const n = e, t =
|
|
6008
|
+
const n = e, t = re([]), s = re(!1), a = re(""), i = re(/* @__PURE__ */ new Map()), r = Ze("dropdownRef"), c = Ze("inPageNavigationRef"), l = ee(() => ({
|
|
6026
6009
|
"in-page-navigation-v2__collapsed--fixed": s.value
|
|
6027
6010
|
})), f = ee(() => (r.value?.getBoundingClientRect().height ?? 0) + 50), m = () => {
|
|
6028
6011
|
const y = Array.from(
|
|
@@ -6070,7 +6053,7 @@ const Ct = /* @__PURE__ */ O(zc, [["render", Gc]]), jc = ["aria-hidden", "aria-l
|
|
|
6070
6053
|
const _ = () => {
|
|
6071
6054
|
clearTimeout(v), v = setTimeout(p, 100);
|
|
6072
6055
|
};
|
|
6073
|
-
return
|
|
6056
|
+
return Qe(async () => {
|
|
6074
6057
|
m(), I(), window.addEventListener("scroll", _, { passive: !0 }), await d0(), k(), a.value || p();
|
|
6075
6058
|
}), rn(() => {
|
|
6076
6059
|
clearTimeout(v), window.removeEventListener("scroll", _), i.value.clear();
|
|
@@ -6243,13 +6226,11 @@ const jp = /* @__PURE__ */ O(u3, [["render", f3]]), h3 = {
|
|
|
6243
6226
|
},
|
|
6244
6227
|
name: {
|
|
6245
6228
|
type: String,
|
|
6246
|
-
default: "",
|
|
6247
6229
|
required: !0
|
|
6248
6230
|
},
|
|
6249
6231
|
year: {
|
|
6250
6232
|
type: String,
|
|
6251
|
-
default: ""
|
|
6252
|
-
required: !0
|
|
6233
|
+
default: ""
|
|
6253
6234
|
},
|
|
6254
6235
|
post: {
|
|
6255
6236
|
type: String,
|
|
@@ -6257,7 +6238,6 @@ const jp = /* @__PURE__ */ O(u3, [["render", f3]]), h3 = {
|
|
|
6257
6238
|
},
|
|
6258
6239
|
testimonials: {
|
|
6259
6240
|
type: String,
|
|
6260
|
-
default: "",
|
|
6261
6241
|
required: !0
|
|
6262
6242
|
}
|
|
6263
6243
|
},
|
|
@@ -6358,15 +6338,14 @@ function S3(e, n, t, s, a, i) {
|
|
|
6358
6338
|
}
|
|
6359
6339
|
const Up = /* @__PURE__ */ O(b3, [["render", S3]]), w3 = {
|
|
6360
6340
|
components: {
|
|
6361
|
-
VideoPlayer:
|
|
6362
|
-
ButtonIcon:
|
|
6341
|
+
VideoPlayer: _t,
|
|
6342
|
+
ButtonIcon: ie,
|
|
6363
6343
|
ImageComponent: me
|
|
6364
6344
|
},
|
|
6365
6345
|
props: {
|
|
6366
6346
|
title: {
|
|
6367
6347
|
type: String,
|
|
6368
|
-
required: !0
|
|
6369
|
-
default: ""
|
|
6348
|
+
required: !0
|
|
6370
6349
|
},
|
|
6371
6350
|
description: {
|
|
6372
6351
|
type: String,
|
|
@@ -6457,12 +6436,11 @@ function $3(e, n, t, s, a, i) {
|
|
|
6457
6436
|
const Kp = /* @__PURE__ */ O(w3, [["render", $3]]), I3 = {
|
|
6458
6437
|
components: {
|
|
6459
6438
|
SvgIcon: te,
|
|
6460
|
-
SocialListGeneric:
|
|
6439
|
+
SocialListGeneric: gt
|
|
6461
6440
|
},
|
|
6462
6441
|
props: {
|
|
6463
6442
|
title: {
|
|
6464
6443
|
type: String,
|
|
6465
|
-
default: "",
|
|
6466
6444
|
required: !0
|
|
6467
6445
|
},
|
|
6468
6446
|
className: {
|
|
@@ -6565,8 +6543,7 @@ const Yp = /* @__PURE__ */ O(I3, [["render", D3]]), V3 = {
|
|
|
6565
6543
|
},
|
|
6566
6544
|
title: {
|
|
6567
6545
|
type: String,
|
|
6568
|
-
default: ""
|
|
6569
|
-
required: !0
|
|
6546
|
+
default: ""
|
|
6570
6547
|
}
|
|
6571
6548
|
}
|
|
6572
6549
|
}, N3 = { class: "info-panel" }, R3 = { class: "info-panel__inner" }, q3 = { class: "title--xxs info-panel__title" };
|
|
@@ -6638,9 +6615,9 @@ function U3(e, n, t, s, a, i) {
|
|
|
6638
6615
|
], 2);
|
|
6639
6616
|
}
|
|
6640
6617
|
const Qp = /* @__PURE__ */ O(W3, [["render", U3]]);
|
|
6641
|
-
var
|
|
6618
|
+
var P2, Bt;
|
|
6642
6619
|
function K3() {
|
|
6643
|
-
if (Bt) return
|
|
6620
|
+
if (Bt) return P2;
|
|
6644
6621
|
Bt = 1;
|
|
6645
6622
|
var e = "[object Symbol]", n = /[\\^$.*+?()[\]{}|]/g, t = RegExp(n.source), s = typeof ye == "object" && ye && ye.Object === Object && ye, a = typeof self == "object" && self && self.Object === Object && self, i = s || a || Function("return this")(), r = Object.prototype, c = r.toString, l = i.Symbol, f = l ? l.prototype : void 0, m = f ? f.toString : void 0;
|
|
6646
6623
|
function u(k) {
|
|
@@ -6663,10 +6640,10 @@ function K3() {
|
|
|
6663
6640
|
function I(k) {
|
|
6664
6641
|
return k = C(k), k && t.test(k) ? k.replace(n, "\\$&") : k;
|
|
6665
6642
|
}
|
|
6666
|
-
return
|
|
6643
|
+
return P2 = I, P2;
|
|
6667
6644
|
}
|
|
6668
6645
|
var Y3 = K3();
|
|
6669
|
-
const Pe = /* @__PURE__ */
|
|
6646
|
+
const Pe = /* @__PURE__ */ t2(Y3), X3 = {
|
|
6670
6647
|
components: { StyledSelect: Ct },
|
|
6671
6648
|
props: {
|
|
6672
6649
|
id: {
|
|
@@ -6717,7 +6694,7 @@ function J3(e, n, t, s, a, i) {
|
|
|
6717
6694
|
_: 1
|
|
6718
6695
|
}, 8, ["id", "modelValue", "callback"]);
|
|
6719
6696
|
}
|
|
6720
|
-
const
|
|
6697
|
+
const E2 = /* @__PURE__ */ O(X3, [["render", J3]]), ed = {
|
|
6721
6698
|
props: {
|
|
6722
6699
|
data: {
|
|
6723
6700
|
type: Number,
|
|
@@ -6743,11 +6720,11 @@ function ad(e, n, t, s, a, i) {
|
|
|
6743
6720
|
}
|
|
6744
6721
|
const n2 = /* @__PURE__ */ O(id, [["render", ad]]), rd = {
|
|
6745
6722
|
components: {
|
|
6746
|
-
ListItem:
|
|
6723
|
+
ListItem: je,
|
|
6747
6724
|
SvgIcon: te,
|
|
6748
|
-
ButtonIcon:
|
|
6749
|
-
GenericCard:
|
|
6750
|
-
DropdownFilter:
|
|
6725
|
+
ButtonIcon: ie,
|
|
6726
|
+
GenericCard: e2,
|
|
6727
|
+
DropdownFilter: E2,
|
|
6751
6728
|
FilterResultsCount: St,
|
|
6752
6729
|
FilterResults: n2
|
|
6753
6730
|
},
|
|
@@ -6836,7 +6813,7 @@ function vd(e, n, t, s, a, i) {
|
|
|
6836
6813
|
type: "search",
|
|
6837
6814
|
placeholder: "Type to search title"
|
|
6838
6815
|
}, null, 512), [
|
|
6839
|
-
[
|
|
6816
|
+
[ct, a.searchText]
|
|
6840
6817
|
])
|
|
6841
6818
|
]),
|
|
6842
6819
|
o("div", cd, [
|
|
@@ -6884,7 +6861,7 @@ function vd(e, n, t, s, a, i) {
|
|
|
6884
6861
|
element: "button",
|
|
6885
6862
|
class: "filter__button btn--secondary",
|
|
6886
6863
|
"no-icon": "",
|
|
6887
|
-
onClick:
|
|
6864
|
+
onClick: le(i.resetSearch, ["prevent"])
|
|
6888
6865
|
}, {
|
|
6889
6866
|
default: M(() => [...n[8] || (n[8] = [
|
|
6890
6867
|
R(" Reset all ", -1)
|
|
@@ -6896,7 +6873,7 @@ function vd(e, n, t, s, a, i) {
|
|
|
6896
6873
|
class: D([i.animationclass, "filter__button btn--secondary"]),
|
|
6897
6874
|
"data-test": "search-btn",
|
|
6898
6875
|
icon: "search",
|
|
6899
|
-
onClick:
|
|
6876
|
+
onClick: le(i.filterDataButton, ["prevent"])
|
|
6900
6877
|
}, {
|
|
6901
6878
|
default: M(() => [...n[9] || (n[9] = [
|
|
6902
6879
|
R(" Search ", -1)
|
|
@@ -6960,7 +6937,7 @@ function vd(e, n, t, s, a, i) {
|
|
|
6960
6937
|
]);
|
|
6961
6938
|
}
|
|
6962
6939
|
const Jp = /* @__PURE__ */ O(rd, [["render", vd]]);
|
|
6963
|
-
var i2 = { exports: {} },
|
|
6940
|
+
var i2 = { exports: {} }, ce = {}, s2 = { exports: {} }, Ae = {}, Ft;
|
|
6964
6941
|
function C0() {
|
|
6965
6942
|
if (Ft) return Ae;
|
|
6966
6943
|
Ft = 1;
|
|
@@ -6978,9 +6955,9 @@ function C0() {
|
|
|
6978
6955
|
}
|
|
6979
6956
|
return Ae.whiteList = e(), Ae.getDefaultWhiteList = e, Ae.onAttr = n, Ae.onIgnoreAttr = t, Ae.safeAttrValue = a, Ae;
|
|
6980
6957
|
}
|
|
6981
|
-
var
|
|
6958
|
+
var B2, Dt;
|
|
6982
6959
|
function y0() {
|
|
6983
|
-
return Dt || (Dt = 1,
|
|
6960
|
+
return Dt || (Dt = 1, B2 = {
|
|
6984
6961
|
indexOf: function(e, n) {
|
|
6985
6962
|
var t, s;
|
|
6986
6963
|
if (Array.prototype.indexOf)
|
|
@@ -7003,11 +6980,11 @@ function y0() {
|
|
|
7003
6980
|
trimRight: function(e) {
|
|
7004
6981
|
return String.prototype.trimRight ? e.trimRight() : e.replace(/(\s*$)/g, "");
|
|
7005
6982
|
}
|
|
7006
|
-
}),
|
|
6983
|
+
}), B2;
|
|
7007
6984
|
}
|
|
7008
|
-
var
|
|
6985
|
+
var F2, Vt;
|
|
7009
6986
|
function bd() {
|
|
7010
|
-
if (Vt) return
|
|
6987
|
+
if (Vt) return F2;
|
|
7011
6988
|
Vt = 1;
|
|
7012
6989
|
var e = y0();
|
|
7013
6990
|
function n(t, s) {
|
|
@@ -7037,11 +7014,11 @@ function bd() {
|
|
|
7037
7014
|
}
|
|
7038
7015
|
return e.trim(l);
|
|
7039
7016
|
}
|
|
7040
|
-
return
|
|
7017
|
+
return F2 = n, F2;
|
|
7041
7018
|
}
|
|
7042
|
-
var
|
|
7019
|
+
var D2, Nt;
|
|
7043
7020
|
function Cd() {
|
|
7044
|
-
if (Nt) return
|
|
7021
|
+
if (Nt) return D2;
|
|
7045
7022
|
Nt = 1;
|
|
7046
7023
|
var e = C0(), n = bd();
|
|
7047
7024
|
y0();
|
|
@@ -7079,10 +7056,10 @@ function Cd() {
|
|
|
7079
7056
|
}
|
|
7080
7057
|
});
|
|
7081
7058
|
return g;
|
|
7082
|
-
},
|
|
7059
|
+
}, D2 = a, D2;
|
|
7083
7060
|
}
|
|
7084
7061
|
var Rt;
|
|
7085
|
-
function
|
|
7062
|
+
function nt() {
|
|
7086
7063
|
return Rt || (Rt = 1, (function(e, n) {
|
|
7087
7064
|
var t = C0(), s = Cd();
|
|
7088
7065
|
function a(r, c) {
|
|
@@ -7094,9 +7071,9 @@ function tt() {
|
|
|
7094
7071
|
typeof window < "u" && (window.filterCSS = e.exports);
|
|
7095
7072
|
})(s2, s2.exports)), s2.exports;
|
|
7096
7073
|
}
|
|
7097
|
-
var
|
|
7074
|
+
var V2, qt;
|
|
7098
7075
|
function wt() {
|
|
7099
|
-
return qt || (qt = 1,
|
|
7076
|
+
return qt || (qt = 1, V2 = {
|
|
7100
7077
|
indexOf: function(e, n) {
|
|
7101
7078
|
var t, s;
|
|
7102
7079
|
if (Array.prototype.indexOf)
|
|
@@ -7120,13 +7097,13 @@ function wt() {
|
|
|
7120
7097
|
var n = /\s|\n|\t/, t = n.exec(e);
|
|
7121
7098
|
return t ? t.index : -1;
|
|
7122
7099
|
}
|
|
7123
|
-
}),
|
|
7100
|
+
}), V2;
|
|
7124
7101
|
}
|
|
7125
7102
|
var zt;
|
|
7126
7103
|
function S0() {
|
|
7127
|
-
if (zt) return
|
|
7104
|
+
if (zt) return ce;
|
|
7128
7105
|
zt = 1;
|
|
7129
|
-
var e =
|
|
7106
|
+
var e = nt().FilterCSS, n = nt().getDefaultWhiteList, t = wt();
|
|
7130
7107
|
function s() {
|
|
7131
7108
|
return {
|
|
7132
7109
|
a: ["target", "href", "title"],
|
|
@@ -7284,24 +7261,24 @@ function S0() {
|
|
|
7284
7261
|
}
|
|
7285
7262
|
var K = [], X = !1;
|
|
7286
7263
|
return {
|
|
7287
|
-
onIgnoreTag: function(Q,
|
|
7264
|
+
onIgnoreTag: function(Q, se, oe) {
|
|
7288
7265
|
if (j(Q))
|
|
7289
|
-
if (
|
|
7290
|
-
var
|
|
7266
|
+
if (oe.isClosing) {
|
|
7267
|
+
var de = "[/removed]", ge = oe.position + de.length;
|
|
7291
7268
|
return K.push([
|
|
7292
|
-
X !== !1 ? X :
|
|
7269
|
+
X !== !1 ? X : oe.position,
|
|
7293
7270
|
ge
|
|
7294
|
-
]), X = !1,
|
|
7271
|
+
]), X = !1, de;
|
|
7295
7272
|
} else
|
|
7296
|
-
return X || (X =
|
|
7273
|
+
return X || (X = oe.position), "[removed]";
|
|
7297
7274
|
else
|
|
7298
|
-
return Z(Q,
|
|
7275
|
+
return Z(Q, se, oe);
|
|
7299
7276
|
},
|
|
7300
7277
|
remove: function(Q) {
|
|
7301
|
-
var
|
|
7302
|
-
return t.forEach(K, function(
|
|
7303
|
-
|
|
7304
|
-
}),
|
|
7278
|
+
var se = "", oe = 0;
|
|
7279
|
+
return t.forEach(K, function(de) {
|
|
7280
|
+
se += Q.slice(oe, de[0]), oe = de[1];
|
|
7281
|
+
}), se += Q.slice(oe), se;
|
|
7305
7282
|
}
|
|
7306
7283
|
};
|
|
7307
7284
|
}
|
|
@@ -7327,7 +7304,7 @@ function S0() {
|
|
|
7327
7304
|
return j === 127 ? !1 : j <= 31 ? j === 10 || j === 13 : !0;
|
|
7328
7305
|
}), Z.join("");
|
|
7329
7306
|
}
|
|
7330
|
-
return
|
|
7307
|
+
return ce.whiteList = s(), ce.getDefaultWhiteList = s, ce.onTag = i, ce.onIgnoreTag = r, ce.onTagAttr = c, ce.onIgnoreTagAttr = l, ce.safeAttrValue = m, ce.escapeHtml = f, ce.escapeQuote = $, ce.unescapeQuote = N, ce.escapeHtmlEntities = F, ce.escapeDangerHtml5Entities = S, ce.clearNonPrintableCharacter = U, ce.friendlyAttrValue = V, ce.escapeAttrValue = q, ce.onIgnoreTagStripAll = z, ce.StripTagBody = W, ce.stripCommentTag = x, ce.stripBlankChar = E, ce.attributeWrapSign = '"', ce.cssFilter = a, ce.getDefaultCSSWhiteList = n, ce;
|
|
7331
7308
|
}
|
|
7332
7309
|
var a2 = {}, Ht;
|
|
7333
7310
|
function w0() {
|
|
@@ -7447,11 +7424,11 @@ function w0() {
|
|
|
7447
7424
|
}
|
|
7448
7425
|
return a2.parseTag = s, a2.parseAttr = i, a2;
|
|
7449
7426
|
}
|
|
7450
|
-
var
|
|
7427
|
+
var N2, Zt;
|
|
7451
7428
|
function yd() {
|
|
7452
|
-
if (Zt) return
|
|
7429
|
+
if (Zt) return N2;
|
|
7453
7430
|
Zt = 1;
|
|
7454
|
-
var e =
|
|
7431
|
+
var e = nt().FilterCSS, n = S0(), t = w0(), s = t.parseTag, a = t.parseAttr, i = wt();
|
|
7455
7432
|
function r(u) {
|
|
7456
7433
|
return u == null;
|
|
7457
7434
|
}
|
|
@@ -7521,7 +7498,7 @@ function yd() {
|
|
|
7521
7498
|
A
|
|
7522
7499
|
);
|
|
7523
7500
|
return F && (S = F.remove(S)), S;
|
|
7524
|
-
},
|
|
7501
|
+
}, N2 = m, N2;
|
|
7525
7502
|
}
|
|
7526
7503
|
var Gt;
|
|
7527
7504
|
function Sd() {
|
|
@@ -7544,15 +7521,15 @@ function Sd() {
|
|
|
7544
7521
|
})(i2, i2.exports)), i2.exports;
|
|
7545
7522
|
}
|
|
7546
7523
|
var wd = Sd();
|
|
7547
|
-
const k0 = /* @__PURE__ */
|
|
7524
|
+
const k0 = /* @__PURE__ */ t2(wd), kd = {
|
|
7548
7525
|
components: {
|
|
7549
|
-
ListItem:
|
|
7526
|
+
ListItem: je,
|
|
7550
7527
|
SvgIcon: te,
|
|
7551
|
-
GenericCard:
|
|
7552
|
-
DropdownFilter:
|
|
7528
|
+
GenericCard: e2,
|
|
7529
|
+
DropdownFilter: E2,
|
|
7553
7530
|
FilterResultsCount: St,
|
|
7554
7531
|
FilterResults: n2,
|
|
7555
|
-
ButtonIcon:
|
|
7532
|
+
ButtonIcon: ie
|
|
7556
7533
|
},
|
|
7557
7534
|
props: {
|
|
7558
7535
|
data: {
|
|
@@ -7696,7 +7673,7 @@ function Vd(e, n, t, s, a, i) {
|
|
|
7696
7673
|
class: "filter__button",
|
|
7697
7674
|
inverted: "",
|
|
7698
7675
|
"no-icon": "",
|
|
7699
|
-
onClick:
|
|
7676
|
+
onClick: le(i.resetSearch, ["prevent"])
|
|
7700
7677
|
}, {
|
|
7701
7678
|
default: M(() => [...n[7] || (n[7] = [
|
|
7702
7679
|
R(" Reset all ", -1)
|
|
@@ -7709,7 +7686,7 @@ function Vd(e, n, t, s, a, i) {
|
|
|
7709
7686
|
class: D([i.animationclass, "filter__button btn--secondary"]),
|
|
7710
7687
|
"data-test": "search-btn",
|
|
7711
7688
|
icon: "search",
|
|
7712
|
-
onClick:
|
|
7689
|
+
onClick: le(i.filterDataButton, ["prevent"])
|
|
7713
7690
|
}, {
|
|
7714
7691
|
default: M(() => [...n[8] || (n[8] = [
|
|
7715
7692
|
R(" Search ", -1)
|
|
@@ -7725,7 +7702,7 @@ function Vd(e, n, t, s, a, i) {
|
|
|
7725
7702
|
element: "button",
|
|
7726
7703
|
class: "filter__no-results-btn",
|
|
7727
7704
|
"no-icon": "",
|
|
7728
|
-
onClick:
|
|
7705
|
+
onClick: le(i.resetSearch, ["prevent"])
|
|
7729
7706
|
}, {
|
|
7730
7707
|
default: M(() => [...n[9] || (n[9] = [
|
|
7731
7708
|
R(" View all articles ", -1)
|
|
@@ -7820,9 +7797,9 @@ function Vd(e, n, t, s, a, i) {
|
|
|
7820
7797
|
const em = /* @__PURE__ */ O(kd, [["render", Vd]]), Nd = {
|
|
7821
7798
|
components: {
|
|
7822
7799
|
Accordion: kn,
|
|
7823
|
-
DropdownFilter:
|
|
7800
|
+
DropdownFilter: E2,
|
|
7824
7801
|
FilterResultsCount: St,
|
|
7825
|
-
ButtonIcon:
|
|
7802
|
+
ButtonIcon: ie,
|
|
7826
7803
|
FilterResults: n2
|
|
7827
7804
|
},
|
|
7828
7805
|
props: {
|
|
@@ -7914,7 +7891,7 @@ function Kd(e, n, t, s, a, i) {
|
|
|
7914
7891
|
type: "search",
|
|
7915
7892
|
placeholder: "Type to search title"
|
|
7916
7893
|
}, null, 512), [
|
|
7917
|
-
[
|
|
7894
|
+
[ct, a.searchText]
|
|
7918
7895
|
])
|
|
7919
7896
|
]),
|
|
7920
7897
|
o("div", zd, [
|
|
@@ -7962,7 +7939,7 @@ function Kd(e, n, t, s, a, i) {
|
|
|
7962
7939
|
element: "button",
|
|
7963
7940
|
class: "filter__button btn--secondary",
|
|
7964
7941
|
"no-icon": "",
|
|
7965
|
-
onClick:
|
|
7942
|
+
onClick: le(i.resetSearch, ["prevent"])
|
|
7966
7943
|
}, {
|
|
7967
7944
|
default: M(() => [...n[8] || (n[8] = [
|
|
7968
7945
|
R(" Reset all ", -1)
|
|
@@ -7974,7 +7951,7 @@ function Kd(e, n, t, s, a, i) {
|
|
|
7974
7951
|
class: D([i.animationclass, "filter__button btn--secondary"]),
|
|
7975
7952
|
"data-test": "search-btn",
|
|
7976
7953
|
icon: "search",
|
|
7977
|
-
onClick:
|
|
7954
|
+
onClick: le(i.filterDataButton, ["prevent"])
|
|
7978
7955
|
}, {
|
|
7979
7956
|
default: M(() => [...n[9] || (n[9] = [
|
|
7980
7957
|
R(" Search ", -1)
|
|
@@ -7996,7 +7973,7 @@ function Kd(e, n, t, s, a, i) {
|
|
|
7996
7973
|
show: !a.showSSRCode
|
|
7997
7974
|
}, {
|
|
7998
7975
|
default: M(() => [
|
|
7999
|
-
w(
|
|
7976
|
+
w(X2, {
|
|
8000
7977
|
name: "fade",
|
|
8001
7978
|
tag: "div"
|
|
8002
7979
|
}, {
|
|
@@ -8129,7 +8106,7 @@ const Xd = ["data-name", "tabindex", "aria-label", "aria-checked", "onKeypress"]
|
|
|
8129
8106
|
},
|
|
8130
8107
|
emits: ["change"],
|
|
8131
8108
|
setup(e, { emit: n }) {
|
|
8132
|
-
const t = e, s = n, a =
|
|
8109
|
+
const t = e, s = n, a = re(!1), i = ee(
|
|
8133
8110
|
() => !t.isIndeterminate && t.isChecked
|
|
8134
8111
|
), r = ee(() => [
|
|
8135
8112
|
"base-checkbox",
|
|
@@ -8170,8 +8147,8 @@ const Xd = ["data-name", "tabindex", "aria-label", "aria-checked", "onKeypress"]
|
|
|
8170
8147
|
"aria-checked": i.value + "",
|
|
8171
8148
|
onFocus: u,
|
|
8172
8149
|
onBlur: g,
|
|
8173
|
-
onClick:
|
|
8174
|
-
onKeypress:
|
|
8150
|
+
onClick: le(m, ["prevent"]),
|
|
8151
|
+
onKeypress: ue(le(m, ["prevent"]), ["space"])
|
|
8175
8152
|
}, [
|
|
8176
8153
|
o("input", {
|
|
8177
8154
|
checked: i.value,
|
|
@@ -8451,7 +8428,7 @@ const ou = /* @__PURE__ */ O(ru, [["render", lu]]), x0 = (e) => e.reduce(
|
|
|
8451
8428
|
);
|
|
8452
8429
|
let jt = 0;
|
|
8453
8430
|
const cu = {
|
|
8454
|
-
components: { NestedCheckbox: ou, SvgIcon: te, ButtonIcon:
|
|
8431
|
+
components: { NestedCheckbox: ou, SvgIcon: te, ButtonIcon: ie },
|
|
8455
8432
|
props: {
|
|
8456
8433
|
options: {
|
|
8457
8434
|
type: Array,
|
|
@@ -8595,8 +8572,8 @@ function vu(e, n, t, s, a, i) {
|
|
|
8595
8572
|
class: "filter-dropdown",
|
|
8596
8573
|
"data-uuid": a.uuid,
|
|
8597
8574
|
onKeydown: [
|
|
8598
|
-
n[5] || (n[5] =
|
|
8599
|
-
n[6] || (n[6] =
|
|
8575
|
+
n[5] || (n[5] = ue((...f) => i.closeOnKeypress && i.closeOnKeypress(...f), ["esc"])),
|
|
8576
|
+
n[6] || (n[6] = ue((...f) => i.closeOnKeypress && i.closeOnKeypress(...f), ["enter"]))
|
|
8600
8577
|
],
|
|
8601
8578
|
onFocusout: n[7] || (n[7] = (...f) => i.onFocusOut && i.onFocusOut(...f))
|
|
8602
8579
|
}, [
|
|
@@ -8608,8 +8585,8 @@ function vu(e, n, t, s, a, i) {
|
|
|
8608
8585
|
class: D(i.classSelect),
|
|
8609
8586
|
"data-testid": "filter-dropdown-select",
|
|
8610
8587
|
onKeydown: [
|
|
8611
|
-
n[0] || (n[0] =
|
|
8612
|
-
n[1] || (n[1] =
|
|
8588
|
+
n[0] || (n[0] = ue(le((...f) => i.onSelectKeyPress && i.onSelectKeyPress(...f), ["stop"]), ["down"])),
|
|
8589
|
+
n[1] || (n[1] = ue(le((...f) => i.onSelectKeyPress && i.onSelectKeyPress(...f), ["stop"]), ["enter"]))
|
|
8613
8590
|
],
|
|
8614
8591
|
onClick: n[2] || (n[2] = (...f) => i.onSelectClick && i.onSelectClick(...f))
|
|
8615
8592
|
}, [
|
|
@@ -8644,9 +8621,9 @@ function vu(e, n, t, s, a, i) {
|
|
|
8644
8621
|
"data-testid": "filter-dropdown-btn-apply",
|
|
8645
8622
|
class: "btn--secondary",
|
|
8646
8623
|
width: "fullwidth",
|
|
8647
|
-
onKeydown: n[3] || (n[3] =
|
|
8624
|
+
onKeydown: n[3] || (n[3] = ue(le(() => {
|
|
8648
8625
|
}, ["stop"]), ["enter"])),
|
|
8649
|
-
onClick:
|
|
8626
|
+
onClick: le(i.onApplyClick, ["prevent"])
|
|
8650
8627
|
}, {
|
|
8651
8628
|
default: M(() => [...n[8] || (n[8] = [
|
|
8652
8629
|
R(" Apply filter ", -1)
|
|
@@ -8662,9 +8639,9 @@ function vu(e, n, t, s, a, i) {
|
|
|
8662
8639
|
class: "btn--secondary",
|
|
8663
8640
|
"data-testid": "filter-dropdown-btn-clear",
|
|
8664
8641
|
width: "fullwidth",
|
|
8665
|
-
onKeydown: n[4] || (n[4] =
|
|
8642
|
+
onKeydown: n[4] || (n[4] = ue(le(() => {
|
|
8666
8643
|
}, ["stop"]), ["enter"])),
|
|
8667
|
-
onClick:
|
|
8644
|
+
onClick: le(i.onClearClick, ["prevent"])
|
|
8668
8645
|
}, {
|
|
8669
8646
|
default: M(() => [...n[9] || (n[9] = [
|
|
8670
8647
|
R(" Clear filter ", -1)
|
|
@@ -8678,7 +8655,7 @@ function vu(e, n, t, s, a, i) {
|
|
|
8678
8655
|
}
|
|
8679
8656
|
const bu = /* @__PURE__ */ O(cu, [["render", vu]]), Cu = {
|
|
8680
8657
|
name: "FilterBox",
|
|
8681
|
-
components: { ButtonIcon:
|
|
8658
|
+
components: { ButtonIcon: ie, FilterDropdown: bu },
|
|
8682
8659
|
props: {
|
|
8683
8660
|
filters: {
|
|
8684
8661
|
type: Array,
|
|
@@ -8730,7 +8707,7 @@ function Tu(e, n, t, s, a, i) {
|
|
|
8730
8707
|
"no-icon": "",
|
|
8731
8708
|
element: "button",
|
|
8732
8709
|
width: "fullwidth",
|
|
8733
|
-
onClick:
|
|
8710
|
+
onClick: le(i.onUpdateResults, ["prevent"])
|
|
8734
8711
|
}, {
|
|
8735
8712
|
default: M(() => [...n[1] || (n[1] = [
|
|
8736
8713
|
R(" Update results ", -1)
|
|
@@ -8744,7 +8721,7 @@ function Tu(e, n, t, s, a, i) {
|
|
|
8744
8721
|
element: "button",
|
|
8745
8722
|
class: "btn--tertiary",
|
|
8746
8723
|
width: "fullwidth",
|
|
8747
|
-
onClick: n[0] || (n[0] =
|
|
8724
|
+
onClick: n[0] || (n[0] = le((l) => i.onClearFilters(null), ["prevent"]))
|
|
8748
8725
|
}, {
|
|
8749
8726
|
default: M(() => [...n[2] || (n[2] = [
|
|
8750
8727
|
R(" Clear filters ", -1)
|
|
@@ -8759,13 +8736,11 @@ const xu = /* @__PURE__ */ O(Cu, [["render", Tu]]), $u = {
|
|
|
8759
8736
|
props: {
|
|
8760
8737
|
items: {
|
|
8761
8738
|
type: Number,
|
|
8762
|
-
default: 0
|
|
8763
|
-
required: !0
|
|
8739
|
+
default: 0
|
|
8764
8740
|
},
|
|
8765
8741
|
filters: {
|
|
8766
8742
|
type: Number,
|
|
8767
|
-
default: 0
|
|
8768
|
-
required: !0
|
|
8743
|
+
default: 0
|
|
8769
8744
|
}
|
|
8770
8745
|
},
|
|
8771
8746
|
computed: {
|
|
@@ -8792,13 +8767,11 @@ const Au = /* @__PURE__ */ O($u, [["render", Eu]]), Mu = {
|
|
|
8792
8767
|
props: {
|
|
8793
8768
|
items: {
|
|
8794
8769
|
type: Number,
|
|
8795
|
-
default: 0
|
|
8796
|
-
required: !0
|
|
8770
|
+
default: 0
|
|
8797
8771
|
},
|
|
8798
8772
|
filters: {
|
|
8799
8773
|
type: Number,
|
|
8800
|
-
default: 0
|
|
8801
|
-
required: !0
|
|
8774
|
+
default: 0
|
|
8802
8775
|
}
|
|
8803
8776
|
}
|
|
8804
8777
|
}, Ou = { class: "filtered-results" }, Pu = { class: "filtered-results__inner" }, Bu = {
|
|
@@ -8854,9 +8827,9 @@ const Vu = /* @__PURE__ */ O(Mu, [["render", Du]]), kt = (e, n = []) => e.reduce
|
|
|
8854
8827
|
), Hu = {
|
|
8855
8828
|
name: "FilterWidget",
|
|
8856
8829
|
components: {
|
|
8857
|
-
ButtonIcon:
|
|
8830
|
+
ButtonIcon: ie,
|
|
8858
8831
|
SectionAlt: b0,
|
|
8859
|
-
ListItem:
|
|
8832
|
+
ListItem: je,
|
|
8860
8833
|
FilterBox: xu,
|
|
8861
8834
|
FilteredResults: Vu
|
|
8862
8835
|
},
|
|
@@ -8945,7 +8918,7 @@ const Vu = /* @__PURE__ */ O(Mu, [["render", Du]]), kt = (e, n = []) => e.reduce
|
|
|
8945
8918
|
const t = this.selectedNames[e], s = [];
|
|
8946
8919
|
t.forEach((a) => {
|
|
8947
8920
|
s.push(a.join("_"));
|
|
8948
|
-
}),
|
|
8921
|
+
}), tt(e, "Selection", s);
|
|
8949
8922
|
},
|
|
8950
8923
|
onClear(e) {
|
|
8951
8924
|
e ? this.clearFilter(e) : this.clearFilters();
|
|
@@ -9009,7 +8982,7 @@ function Zu(e, n, t, s, a, i) {
|
|
|
9009
8982
|
size: "xsml",
|
|
9010
8983
|
width: "fullwidth",
|
|
9011
8984
|
icon: "chevron-down",
|
|
9012
|
-
onClick:
|
|
8985
|
+
onClick: le(i.loadMore, ["prevent"])
|
|
9013
8986
|
}, {
|
|
9014
8987
|
default: M(() => [...n[0] || (n[0] = [
|
|
9015
8988
|
R(" View more courses ", -1)
|
|
@@ -9025,11 +8998,11 @@ function Zu(e, n, t, s, a, i) {
|
|
|
9025
8998
|
}
|
|
9026
8999
|
const nm = /* @__PURE__ */ O(Hu, [["render", Zu]]), Gu = {
|
|
9027
9000
|
name: "CardNewsTag",
|
|
9028
|
-
components: { GenericCard:
|
|
9001
|
+
components: { GenericCard: e2 },
|
|
9029
9002
|
props: {
|
|
9030
9003
|
thumb: {
|
|
9031
9004
|
type: String,
|
|
9032
|
-
default:
|
|
9005
|
+
default: Je
|
|
9033
9006
|
},
|
|
9034
9007
|
title: {
|
|
9035
9008
|
type: String,
|
|
@@ -9074,13 +9047,13 @@ function ju(e, n, t, s, a, i) {
|
|
|
9074
9047
|
}
|
|
9075
9048
|
const im = /* @__PURE__ */ O(Gu, [["render", ju]]), Wu = {
|
|
9076
9049
|
components: {
|
|
9050
|
+
ButtonIcon: ie,
|
|
9077
9051
|
SvgIcon: te
|
|
9078
9052
|
},
|
|
9079
9053
|
props: {
|
|
9080
9054
|
title: {
|
|
9081
9055
|
type: String,
|
|
9082
|
-
default: ""
|
|
9083
|
-
required: !0
|
|
9056
|
+
default: ""
|
|
9084
9057
|
},
|
|
9085
9058
|
titleIcon: {
|
|
9086
9059
|
type: String,
|
|
@@ -9162,6 +9135,9 @@ function s4(e, n, t, s, a, i) {
|
|
|
9162
9135
|
]);
|
|
9163
9136
|
}
|
|
9164
9137
|
const sm = /* @__PURE__ */ O(Wu, [["render", s4]]), a4 = {
|
|
9138
|
+
components: {
|
|
9139
|
+
SectionWrap: I2
|
|
9140
|
+
},
|
|
9165
9141
|
props: {
|
|
9166
9142
|
data: {
|
|
9167
9143
|
type: Array,
|
|
@@ -9170,7 +9146,7 @@ const sm = /* @__PURE__ */ O(Wu, [["render", s4]]), a4 = {
|
|
|
9170
9146
|
}
|
|
9171
9147
|
}, r4 = { class: "logo-listing" }, l4 = ["href"], o4 = ["alt", "src"];
|
|
9172
9148
|
function c4(e, n, t, s, a, i) {
|
|
9173
|
-
const r = T("
|
|
9149
|
+
const r = T("SectionWrap");
|
|
9174
9150
|
return d(), H(r, null, {
|
|
9175
9151
|
default: M(() => [
|
|
9176
9152
|
o("div", r4, [
|
|
@@ -9194,10 +9170,12 @@ function c4(e, n, t, s, a, i) {
|
|
|
9194
9170
|
});
|
|
9195
9171
|
}
|
|
9196
9172
|
const am = /* @__PURE__ */ O(a4, [["render", c4]]), d4 = {
|
|
9173
|
+
components: {
|
|
9174
|
+
ButtonIcon: ie
|
|
9175
|
+
},
|
|
9197
9176
|
props: {
|
|
9198
9177
|
title: {
|
|
9199
9178
|
type: String,
|
|
9200
|
-
default: "",
|
|
9201
9179
|
required: !0
|
|
9202
9180
|
},
|
|
9203
9181
|
subTitle: {
|
|
@@ -9246,7 +9224,7 @@ function g4(e, n, t, s, a, i) {
|
|
|
9246
9224
|
}
|
|
9247
9225
|
const rm = /* @__PURE__ */ O(d4, [["render", g4]]), _4 = {
|
|
9248
9226
|
components: {
|
|
9249
|
-
ButtonIcon:
|
|
9227
|
+
ButtonIcon: ie
|
|
9250
9228
|
},
|
|
9251
9229
|
props: {
|
|
9252
9230
|
text: {
|
|
@@ -9284,13 +9262,11 @@ const C4 = /* @__PURE__ */ O(_4, [["render", b4]]), y4 = {
|
|
|
9284
9262
|
props: {
|
|
9285
9263
|
label: {
|
|
9286
9264
|
type: String,
|
|
9287
|
-
required: !0
|
|
9288
|
-
default: ""
|
|
9265
|
+
required: !0
|
|
9289
9266
|
},
|
|
9290
9267
|
id: {
|
|
9291
9268
|
type: String,
|
|
9292
|
-
required: !0
|
|
9293
|
-
default: ""
|
|
9269
|
+
required: !0
|
|
9294
9270
|
},
|
|
9295
9271
|
name: {
|
|
9296
9272
|
type: String,
|
|
@@ -9400,7 +9376,7 @@ const x4 = /* @__PURE__ */ O(y4, [["render", T4]]), lm = {
|
|
|
9400
9376
|
}),
|
|
9401
9377
|
emits: /* @__PURE__ */ Ge(["change"], ["update:modelValue"]),
|
|
9402
9378
|
setup(e, { emit: n }) {
|
|
9403
|
-
const t = e, s = n, a =
|
|
9379
|
+
const t = e, s = n, a = dt(e, "modelValue"), i = ee(() => Array.isArray(a.value) ? a.value.includes(t.name) : a.value), r = (c) => {
|
|
9404
9380
|
const l = !c.isChecked;
|
|
9405
9381
|
if (Array.isArray(a.value)) {
|
|
9406
9382
|
const f = [...a.value];
|
|
@@ -9504,7 +9480,7 @@ function V4(e, n, t, s, a, i) {
|
|
|
9504
9480
|
], 2)
|
|
9505
9481
|
]);
|
|
9506
9482
|
}
|
|
9507
|
-
const
|
|
9483
|
+
const A2 = /* @__PURE__ */ O(F4, [["render", V4]]), N4 = {
|
|
9508
9484
|
name: "ErrorBox",
|
|
9509
9485
|
props: {
|
|
9510
9486
|
messages: {
|
|
@@ -9648,12 +9624,10 @@ const om = /* @__PURE__ */ O(N4, [["render", q4]]), z4 = (e, n) => {
|
|
|
9648
9624
|
},
|
|
9649
9625
|
label: {
|
|
9650
9626
|
type: String,
|
|
9651
|
-
default: "",
|
|
9652
9627
|
required: !0
|
|
9653
9628
|
},
|
|
9654
9629
|
link: {
|
|
9655
9630
|
type: String,
|
|
9656
|
-
default: "",
|
|
9657
9631
|
required: !0
|
|
9658
9632
|
},
|
|
9659
9633
|
inverted: {
|
|
@@ -9787,7 +9761,7 @@ function d8(e, n, t, s, a, i) {
|
|
|
9787
9761
|
}
|
|
9788
9762
|
const dm = /* @__PURE__ */ O(i8, [["render", d8]]), u8 = {
|
|
9789
9763
|
components: {
|
|
9790
|
-
SectionWrap:
|
|
9764
|
+
SectionWrap: I2,
|
|
9791
9765
|
FigureRounded: M0,
|
|
9792
9766
|
FigureWrap: fr,
|
|
9793
9767
|
ButtonCard: J4
|
|
@@ -9795,8 +9769,7 @@ const dm = /* @__PURE__ */ O(i8, [["render", d8]]), u8 = {
|
|
|
9795
9769
|
props: {
|
|
9796
9770
|
img: {
|
|
9797
9771
|
type: String,
|
|
9798
|
-
default: ""
|
|
9799
|
-
required: !0
|
|
9772
|
+
default: ""
|
|
9800
9773
|
},
|
|
9801
9774
|
heading: {
|
|
9802
9775
|
type: String,
|
|
@@ -9809,7 +9782,7 @@ const dm = /* @__PURE__ */ O(i8, [["render", d8]]), u8 = {
|
|
|
9809
9782
|
buttonCardData: {
|
|
9810
9783
|
type: Array,
|
|
9811
9784
|
default: () => [{}],
|
|
9812
|
-
|
|
9785
|
+
validator: (e) => e.every((n) => !!n.label && !!n.link)
|
|
9813
9786
|
},
|
|
9814
9787
|
bgColor: {
|
|
9815
9788
|
type: String,
|
|
@@ -9862,13 +9835,12 @@ function _8(e, n, t, s, a, i) {
|
|
|
9862
9835
|
}
|
|
9863
9836
|
const um = /* @__PURE__ */ O(u8, [["render", _8]]), v8 = {
|
|
9864
9837
|
components: {
|
|
9865
|
-
ButtonIcon:
|
|
9838
|
+
ButtonIcon: ie
|
|
9866
9839
|
},
|
|
9867
9840
|
props: {
|
|
9868
9841
|
title: {
|
|
9869
9842
|
type: String,
|
|
9870
|
-
required: !0
|
|
9871
|
-
default: ""
|
|
9843
|
+
required: !0
|
|
9872
9844
|
},
|
|
9873
9845
|
subHeading: {
|
|
9874
9846
|
type: String,
|
|
@@ -10019,7 +9991,6 @@ const fm = /* @__PURE__ */ O(v8, [["render", $8]]), I8 = {
|
|
|
10019
9991
|
},
|
|
10020
9992
|
ariaLabel: {
|
|
10021
9993
|
type: String,
|
|
10022
|
-
default: "",
|
|
10023
9994
|
required: !0
|
|
10024
9995
|
},
|
|
10025
9996
|
heading: {
|
|
@@ -10054,16 +10025,16 @@ function F8(e, n, t, s, a, i) {
|
|
|
10054
10025
|
}
|
|
10055
10026
|
const hm = /* @__PURE__ */ O(I8, [["render", F8]]), D8 = {
|
|
10056
10027
|
components: {
|
|
10057
|
-
ListItem:
|
|
10028
|
+
ListItem: je,
|
|
10058
10029
|
SvgIcon: te,
|
|
10059
|
-
GenericCard:
|
|
10060
|
-
DropdownFilter:
|
|
10030
|
+
GenericCard: e2,
|
|
10031
|
+
DropdownFilter: E2,
|
|
10061
10032
|
FilterResults: n2,
|
|
10062
10033
|
Loader: A0,
|
|
10063
|
-
LoadingOverlay:
|
|
10034
|
+
LoadingOverlay: A2,
|
|
10064
10035
|
ModalDialog: bl,
|
|
10065
10036
|
VideoEmbed: x2,
|
|
10066
|
-
SectionWrap:
|
|
10037
|
+
SectionWrap: I2
|
|
10067
10038
|
},
|
|
10068
10039
|
props: {
|
|
10069
10040
|
data: {
|
|
@@ -10123,7 +10094,7 @@ const hm = /* @__PURE__ */ O(I8, [["render", F8]]), D8 = {
|
|
|
10123
10094
|
mounted() {
|
|
10124
10095
|
this.filters = this.getFilters(), this.dataFiltered = this.filteredData, this.countFiltersApplied = this.countFiltersAppliedCalculation(), this.isLoading = !0, setTimeout(() => {
|
|
10125
10096
|
this.isLoading = !1;
|
|
10126
|
-
},
|
|
10097
|
+
}, Ye);
|
|
10127
10098
|
},
|
|
10128
10099
|
methods: {
|
|
10129
10100
|
focusBack(e) {
|
|
@@ -10134,7 +10105,7 @@ const hm = /* @__PURE__ */ O(I8, [["render", F8]]), D8 = {
|
|
|
10134
10105
|
filterDataButton() {
|
|
10135
10106
|
this.dataFiltered = this.filteredData, this.isFetching = !0, this.countFiltersApplied = this.countFiltersAppliedCalculation(), setTimeout(() => {
|
|
10136
10107
|
this.isFetching = !1;
|
|
10137
|
-
},
|
|
10108
|
+
}, Ye);
|
|
10138
10109
|
},
|
|
10139
10110
|
countFiltersAppliedCalculation() {
|
|
10140
10111
|
let e = 0;
|
|
@@ -10190,7 +10161,7 @@ function e6(e, n, t, s, a, i) {
|
|
|
10190
10161
|
default: M(() => [
|
|
10191
10162
|
o("form", {
|
|
10192
10163
|
class: "filter-category__container",
|
|
10193
|
-
onSubmit: n[6] || (n[6] =
|
|
10164
|
+
onSubmit: n[6] || (n[6] = le(() => {
|
|
10194
10165
|
}, ["prevent"]))
|
|
10195
10166
|
}, [
|
|
10196
10167
|
o("div", N8, [
|
|
@@ -10258,7 +10229,7 @@ function e6(e, n, t, s, a, i) {
|
|
|
10258
10229
|
class: "filter-category__input",
|
|
10259
10230
|
type: "search"
|
|
10260
10231
|
}, null, 512), [
|
|
10261
|
-
[
|
|
10232
|
+
[ct, a.searchText]
|
|
10262
10233
|
])
|
|
10263
10234
|
]),
|
|
10264
10235
|
o("div", U8, [
|
|
@@ -10314,7 +10285,7 @@ function e6(e, n, t, s, a, i) {
|
|
|
10314
10285
|
}),
|
|
10315
10286
|
n[17] || (n[17] = R(" Show all categories ", -1))
|
|
10316
10287
|
])) : L("", !0),
|
|
10317
|
-
w(
|
|
10288
|
+
w(X2, {
|
|
10318
10289
|
name: "list",
|
|
10319
10290
|
tag: "div"
|
|
10320
10291
|
}, {
|
|
@@ -10324,7 +10295,7 @@ function e6(e, n, t, s, a, i) {
|
|
|
10324
10295
|
class: "filter-category__section"
|
|
10325
10296
|
}, [
|
|
10326
10297
|
o("h2", X8, b(k.category.name), 1),
|
|
10327
|
-
w(
|
|
10298
|
+
w(X2, {
|
|
10328
10299
|
name: "list",
|
|
10329
10300
|
tag: "div",
|
|
10330
10301
|
class: "grid grid--4col"
|
|
@@ -10405,11 +10376,11 @@ function e6(e, n, t, s, a, i) {
|
|
|
10405
10376
|
const pm = /* @__PURE__ */ O(D8, [["render", e6]]), t6 = {
|
|
10406
10377
|
components: {
|
|
10407
10378
|
SvgIcon: te,
|
|
10408
|
-
ButtonIcon:
|
|
10379
|
+
ButtonIcon: ie,
|
|
10409
10380
|
StyledSelect: Ct,
|
|
10410
10381
|
FilterResults: n2,
|
|
10411
10382
|
Loader: A0,
|
|
10412
|
-
LoadingOverlay:
|
|
10383
|
+
LoadingOverlay: A2,
|
|
10413
10384
|
ResponsiveTable: j3
|
|
10414
10385
|
},
|
|
10415
10386
|
props: {
|
|
@@ -10466,13 +10437,13 @@ const pm = /* @__PURE__ */ O(D8, [["render", e6]]), t6 = {
|
|
|
10466
10437
|
...this.filters.area_of_interest
|
|
10467
10438
|
], setTimeout(() => {
|
|
10468
10439
|
this.isLoading = !1;
|
|
10469
|
-
},
|
|
10440
|
+
}, Ye);
|
|
10470
10441
|
},
|
|
10471
10442
|
methods: {
|
|
10472
10443
|
filterDataButton() {
|
|
10473
10444
|
this.dataFiltered = this.filteredData, this.isFetching = !0, this.countFiltersApplied = this.countFiltersAppliedCalculation(), setTimeout(() => {
|
|
10474
10445
|
this.isFetching = !1;
|
|
10475
|
-
},
|
|
10446
|
+
}, Ye);
|
|
10476
10447
|
},
|
|
10477
10448
|
countFiltersAppliedCalculation() {
|
|
10478
10449
|
let e = 0;
|
|
@@ -10481,7 +10452,7 @@ const pm = /* @__PURE__ */ O(D8, [["render", e6]]), t6 = {
|
|
|
10481
10452
|
clearSearch() {
|
|
10482
10453
|
this.isFetching = !0, this.dataFiltered = this.data, this.selectedStudyMode = "", this.selectedAreaOfInterest = "", this.selectedCsp = "all", this.countFiltersApplied = 0, setTimeout(() => {
|
|
10483
10454
|
this.isFetching = !1;
|
|
10484
|
-
},
|
|
10455
|
+
}, Ye);
|
|
10485
10456
|
},
|
|
10486
10457
|
getFilters() {
|
|
10487
10458
|
const e = {
|
|
@@ -10591,7 +10562,7 @@ function y6(e, n, t, s, a, i) {
|
|
|
10591
10562
|
element: "button",
|
|
10592
10563
|
"no-icon": "",
|
|
10593
10564
|
class: "btn--sml btn--secondary",
|
|
10594
|
-
onClick:
|
|
10565
|
+
onClick: le(i.filterDataButton, ["prevent"])
|
|
10595
10566
|
}, {
|
|
10596
10567
|
default: M(() => [...n[11] || (n[11] = [
|
|
10597
10568
|
R(" Filter ", -1)
|
|
@@ -10747,7 +10718,7 @@ function A6(e, n, t, s, a, i) {
|
|
|
10747
10718
|
}
|
|
10748
10719
|
const gm = /* @__PURE__ */ O(S6, [["render", A6]]), M6 = {
|
|
10749
10720
|
components: {
|
|
10750
|
-
ButtonIcon:
|
|
10721
|
+
ButtonIcon: ie
|
|
10751
10722
|
},
|
|
10752
10723
|
props: {
|
|
10753
10724
|
items: {
|
|
@@ -10846,7 +10817,7 @@ function z6(e, n, t, s, a, i) {
|
|
|
10846
10817
|
return d(), h("div", {
|
|
10847
10818
|
class: "mega-menu-alt-mobile",
|
|
10848
10819
|
onClick: n[1] || (n[1] = (...l) => i.handleClick && i.handleClick(...l)),
|
|
10849
|
-
onKeydown: n[2] || (n[2] =
|
|
10820
|
+
onKeydown: n[2] || (n[2] = ue((...l) => i.closeMenu && i.closeMenu(...l), ["esc"]))
|
|
10850
10821
|
}, [
|
|
10851
10822
|
o("div", B6, [
|
|
10852
10823
|
o("div", null, [
|
|
@@ -10908,7 +10879,7 @@ const H6 = /* @__PURE__ */ O(P6, [["render", z6]]), Z6 = {
|
|
|
10908
10879
|
components: {
|
|
10909
10880
|
Logo: $2,
|
|
10910
10881
|
MegaMenuAltMobile: H6,
|
|
10911
|
-
PageSearchForm:
|
|
10882
|
+
PageSearchForm: bt,
|
|
10912
10883
|
ScreenReaderJumpTo: C4,
|
|
10913
10884
|
SvgIcon: te
|
|
10914
10885
|
},
|
|
@@ -11030,7 +11001,7 @@ function r5(e, n, t, s, a, i) {
|
|
|
11030
11001
|
}, null, 8, ["modelValue", "primary-links", "secondary-links", "onClose"]),
|
|
11031
11002
|
o("div", {
|
|
11032
11003
|
class: D(["page-header-search", { active: a.isSearchOpen }]),
|
|
11033
|
-
onKeydown: n[4] || (n[4] =
|
|
11004
|
+
onKeydown: n[4] || (n[4] = ue((...u) => i.closeSearch && i.closeSearch(...u), ["esc"]))
|
|
11034
11005
|
}, [
|
|
11035
11006
|
o("div", null, [
|
|
11036
11007
|
w(m, null, {
|
|
@@ -11039,7 +11010,7 @@ function r5(e, n, t, s, a, i) {
|
|
|
11039
11010
|
href: "#",
|
|
11040
11011
|
"aria-haspopup": "true",
|
|
11041
11012
|
class: "page-header-search__close header-tools__btn",
|
|
11042
|
-
onClick: n[3] || (n[3] =
|
|
11013
|
+
onClick: n[3] || (n[3] = le((...u) => i.closeSearch && i.closeSearch(...u), ["prevent"]))
|
|
11043
11014
|
}, [
|
|
11044
11015
|
w(l, {
|
|
11045
11016
|
class: "header-tools__btn-icon",
|
|
@@ -11059,15 +11030,14 @@ function r5(e, n, t, s, a, i) {
|
|
|
11059
11030
|
}
|
|
11060
11031
|
const vm = /* @__PURE__ */ O(Z6, [["render", r5]]), l5 = {
|
|
11061
11032
|
components: {
|
|
11062
|
-
ButtonIcon:
|
|
11033
|
+
ButtonIcon: ie,
|
|
11063
11034
|
ImageComponent: me,
|
|
11064
11035
|
VideoEmbed: x2
|
|
11065
11036
|
},
|
|
11066
11037
|
props: {
|
|
11067
11038
|
title: {
|
|
11068
11039
|
type: String,
|
|
11069
|
-
required: !0
|
|
11070
|
-
default: ""
|
|
11040
|
+
required: !0
|
|
11071
11041
|
},
|
|
11072
11042
|
description: {
|
|
11073
11043
|
type: String,
|
|
@@ -11149,9 +11119,7 @@ const m5 = /* @__PURE__ */ O(l5, [["render", p5]]), g5 = {
|
|
|
11149
11119
|
items: {
|
|
11150
11120
|
type: Array,
|
|
11151
11121
|
required: !0,
|
|
11152
|
-
|
|
11153
|
-
return [];
|
|
11154
|
-
}
|
|
11122
|
+
validator: (e) => e.every((n) => !!n.title)
|
|
11155
11123
|
}
|
|
11156
11124
|
}
|
|
11157
11125
|
}, _5 = { class: "grid" };
|
|
@@ -11168,23 +11136,20 @@ function v5(e, n, t, s, a, i) {
|
|
|
11168
11136
|
}
|
|
11169
11137
|
const bm = /* @__PURE__ */ O(g5, [["render", v5]]), b5 = {
|
|
11170
11138
|
components: {
|
|
11171
|
-
ButtonIcon:
|
|
11139
|
+
ButtonIcon: ie
|
|
11172
11140
|
},
|
|
11173
11141
|
props: {
|
|
11174
11142
|
href: {
|
|
11175
11143
|
type: String,
|
|
11176
|
-
required: !0,
|
|
11177
11144
|
default: ""
|
|
11178
11145
|
},
|
|
11179
11146
|
title: {
|
|
11180
11147
|
type: String,
|
|
11181
|
-
required: !0,
|
|
11182
11148
|
default: ""
|
|
11183
11149
|
},
|
|
11184
11150
|
category: {
|
|
11185
11151
|
type: String,
|
|
11186
|
-
required: !0
|
|
11187
|
-
default: ""
|
|
11152
|
+
required: !0
|
|
11188
11153
|
}
|
|
11189
11154
|
}
|
|
11190
11155
|
}, C5 = { class: "article-card" }, y5 = { class: "article-card__inner border-top" }, S5 = { class: "article-card__title heading-sm" }, w5 = { class: "article-card__category" };
|
|
@@ -11210,7 +11175,7 @@ function k5(e, n, t, s, a, i) {
|
|
|
11210
11175
|
}
|
|
11211
11176
|
const L5 = /* @__PURE__ */ O(b5, [["render", k5]]), T5 = {
|
|
11212
11177
|
components: {
|
|
11213
|
-
ButtonIcon:
|
|
11178
|
+
ButtonIcon: ie,
|
|
11214
11179
|
ImageComponent: me
|
|
11215
11180
|
},
|
|
11216
11181
|
props: {
|
|
@@ -11287,9 +11252,7 @@ const Cm = /* @__PURE__ */ O(T5, [["render", P5]]), B5 = {
|
|
|
11287
11252
|
items: {
|
|
11288
11253
|
type: Array,
|
|
11289
11254
|
required: !0,
|
|
11290
|
-
|
|
11291
|
-
return [];
|
|
11292
|
-
}
|
|
11255
|
+
validator: (e) => e.length && e.every((n) => !!n.category)
|
|
11293
11256
|
}
|
|
11294
11257
|
}
|
|
11295
11258
|
}, F5 = { class: "article-card-list grid" };
|
|
@@ -11394,7 +11357,7 @@ function N5() {
|
|
|
11394
11357
|
})(o2)), o2.exports;
|
|
11395
11358
|
}
|
|
11396
11359
|
var R5 = N5();
|
|
11397
|
-
const q5 = /* @__PURE__ */
|
|
11360
|
+
const q5 = /* @__PURE__ */ t2(R5);
|
|
11398
11361
|
function O0(e, n, t) {
|
|
11399
11362
|
var s = t || {}, a = s.noTrailing, i = a === void 0 ? !1 : a, r = s.noLeading, c = r === void 0 ? !1 : r, l = s.debounceMode, f = l === void 0 ? void 0 : l, m, u = !1, g = 0;
|
|
11400
11363
|
function p() {
|
|
@@ -11646,7 +11609,7 @@ const Sm = /* @__PURE__ */ O(H5, [["render", X5]]), Q5 = { class: "checkbox-pill
|
|
|
11646
11609
|
}),
|
|
11647
11610
|
emits: /* @__PURE__ */ Ge(["change"], ["update:modelValue"]),
|
|
11648
11611
|
setup(e, { emit: n }) {
|
|
11649
|
-
const t = e, s = n, a =
|
|
11612
|
+
const t = e, s = n, a = dt(e, "modelValue"), i = ee(() => Array.isArray(a.value) ? a.value.includes(t.value) : a.value), r = (c) => {
|
|
11650
11613
|
c.preventDefault();
|
|
11651
11614
|
const l = a.value, f = Array.isArray(l), m = f ? [...l] : !l;
|
|
11652
11615
|
if (f) {
|
|
@@ -11683,22 +11646,18 @@ const Sm = /* @__PURE__ */ O(H5, [["render", X5]]), Q5 = { class: "checkbox-pill
|
|
|
11683
11646
|
/** The legend/heading for the checkbox group */
|
|
11684
11647
|
legend: {
|
|
11685
11648
|
type: String,
|
|
11686
|
-
required: !0,
|
|
11687
11649
|
default: ""
|
|
11688
11650
|
},
|
|
11689
11651
|
/** Unique identifier for the checkbox group */
|
|
11690
11652
|
id: {
|
|
11691
11653
|
type: String,
|
|
11692
|
-
required: !0,
|
|
11693
11654
|
default: ""
|
|
11694
11655
|
},
|
|
11695
11656
|
/** Array of checkbox pill options - can be strings or objects with id/label/value properties */
|
|
11696
11657
|
values: {
|
|
11697
11658
|
type: Array,
|
|
11698
11659
|
required: !0,
|
|
11699
|
-
|
|
11700
|
-
return [];
|
|
11701
|
-
}
|
|
11660
|
+
validator: (e) => e.every((n) => !!n.value && !!n.label)
|
|
11702
11661
|
}
|
|
11703
11662
|
}, {
|
|
11704
11663
|
modelValue: {
|
|
@@ -11709,7 +11668,7 @@ const Sm = /* @__PURE__ */ O(H5, [["render", X5]]), Q5 = { class: "checkbox-pill
|
|
|
11709
11668
|
}),
|
|
11710
11669
|
emits: /* @__PURE__ */ Ge(["change"], ["update:modelValue"]),
|
|
11711
11670
|
setup(e, { emit: n }) {
|
|
11712
|
-
const t = n, s =
|
|
11671
|
+
const t = n, s = dt(e, "modelValue"), a = (i) => {
|
|
11713
11672
|
t("change", i);
|
|
11714
11673
|
};
|
|
11715
11674
|
return (i, r) => (d(), h("fieldset", n9, [
|
|
@@ -11775,7 +11734,7 @@ const Sm = /* @__PURE__ */ O(H5, [["render", X5]]), Q5 = { class: "checkbox-pill
|
|
|
11775
11734
|
}
|
|
11776
11735
|
},
|
|
11777
11736
|
mounted() {
|
|
11778
|
-
this.handleScroll(), this.checkHashAndActivateTab(), this.throttledTabsScrollEvent = O0(
|
|
11737
|
+
this.handleScroll(), this.checkHashAndActivateTab(), this.throttledTabsScrollEvent = O0(J2, this.handleScroll), window.addEventListener("resize", this.throttledTabsScrollEvent);
|
|
11779
11738
|
},
|
|
11780
11739
|
unmounted() {
|
|
11781
11740
|
typeof window < "u" && window.removeEventListener("resize", this.throttledTabsScrollEvent);
|
|
@@ -11931,7 +11890,7 @@ function u9(e, n, t, s, a, i) {
|
|
|
11931
11890
|
}
|
|
11932
11891
|
const km = /* @__PURE__ */ O(a9, [["render", u9]]), f9 = {
|
|
11933
11892
|
components: {
|
|
11934
|
-
LoadingOverlay:
|
|
11893
|
+
LoadingOverlay: A2
|
|
11935
11894
|
},
|
|
11936
11895
|
props: {
|
|
11937
11896
|
title: {
|
|
@@ -11983,7 +11942,7 @@ const km = /* @__PURE__ */ O(a9, [["render", u9]]), f9 = {
|
|
|
11983
11942
|
return this.$parent.$options.name === "app-tabs";
|
|
11984
11943
|
},
|
|
11985
11944
|
tabId() {
|
|
11986
|
-
return this.id ? this.id :
|
|
11945
|
+
return this.id ? this.id : mt(this.title);
|
|
11987
11946
|
}
|
|
11988
11947
|
},
|
|
11989
11948
|
mounted() {
|
|
@@ -12013,7 +11972,7 @@ function m9(e, n, t, s, a, i) {
|
|
|
12013
11972
|
G(e.$slots, "default")
|
|
12014
11973
|
])
|
|
12015
11974
|
], 10, h9)), [
|
|
12016
|
-
[
|
|
11975
|
+
[ot, a.active]
|
|
12017
11976
|
]);
|
|
12018
11977
|
}
|
|
12019
11978
|
const Lm = /* @__PURE__ */ O(f9, [["render", m9]]);
|
|
@@ -12029,7 +11988,7 @@ function v9(...e) {
|
|
|
12029
11988
|
return typeof n == "function" ? cn(dn(() => ({
|
|
12030
11989
|
get: n,
|
|
12031
11990
|
set: _9
|
|
12032
|
-
}))) :
|
|
11991
|
+
}))) : re(n);
|
|
12033
11992
|
}
|
|
12034
11993
|
function b9(e) {
|
|
12035
11994
|
return Array.isArray(e) ? e : [e];
|
|
@@ -12039,27 +11998,27 @@ function C9(e) {
|
|
|
12039
11998
|
const t = ze(e);
|
|
12040
11999
|
return (n = t?.$el) !== null && n !== void 0 ? n : t;
|
|
12041
12000
|
}
|
|
12042
|
-
function
|
|
12001
|
+
function R2(e) {
|
|
12043
12002
|
return typeof Window < "u" && e instanceof Window ? e.document.documentElement : typeof Document < "u" && e instanceof Document ? e.documentElement : e;
|
|
12044
12003
|
}
|
|
12045
|
-
const
|
|
12004
|
+
const q2 = /* @__PURE__ */ new WeakMap();
|
|
12046
12005
|
function y9(e, n = !1) {
|
|
12047
|
-
const t =
|
|
12006
|
+
const t = Q2(n);
|
|
12048
12007
|
let s = "";
|
|
12049
|
-
|
|
12050
|
-
const c =
|
|
12008
|
+
ut(v9(e), (r) => {
|
|
12009
|
+
const c = R2(ze(r));
|
|
12051
12010
|
if (c) {
|
|
12052
12011
|
const l = c;
|
|
12053
|
-
if (
|
|
12012
|
+
if (q2.get(l) || q2.set(l, l.style.overflow), l.style.overflow !== "hidden" && (s = l.style.overflow), l.style.overflow === "hidden") return t.value = !0;
|
|
12054
12013
|
if (t.value) return l.style.overflow = "hidden";
|
|
12055
12014
|
}
|
|
12056
12015
|
}, { immediate: !0 });
|
|
12057
12016
|
const a = () => {
|
|
12058
|
-
const r =
|
|
12017
|
+
const r = R2(ze(e));
|
|
12059
12018
|
!r || t.value || (r.style.overflow = "hidden", t.value = !0);
|
|
12060
12019
|
}, i = () => {
|
|
12061
|
-
const r =
|
|
12062
|
-
!r || !t.value || (r.style.overflow = s,
|
|
12020
|
+
const r = R2(ze(e));
|
|
12021
|
+
!r || !t.value || (r.style.overflow = s, q2.delete(r), t.value = !1);
|
|
12063
12022
|
};
|
|
12064
12023
|
return P0(i), ee({
|
|
12065
12024
|
get() {
|
|
@@ -12233,7 +12192,7 @@ var B0 = ["input:not([inert]):not([inert] *)", "select:not([inert]):not([inert]
|
|
|
12233
12192
|
}, _2 = function(n, t) {
|
|
12234
12193
|
return !(t.disabled || L9(t) || M9(t, n) || // For a details element with a summary, the summary element gets the focus
|
|
12235
12194
|
T9(t) || O9(t));
|
|
12236
|
-
},
|
|
12195
|
+
}, it = function(n, t) {
|
|
12237
12196
|
return !(E9(t) || Me(t) < 0 || !_2(n, t));
|
|
12238
12197
|
}, P9 = function(n) {
|
|
12239
12198
|
var t = parseInt(n.getAttribute("tabindex"), 10);
|
|
@@ -12256,11 +12215,11 @@ var B0 = ["input:not([inert]):not([inert] *)", "select:not([inert]):not([inert]
|
|
|
12256
12215
|
t = t || {};
|
|
12257
12216
|
var s;
|
|
12258
12217
|
return t.getShadowRoot ? s = g2([n], t.includeContainer, {
|
|
12259
|
-
filter:
|
|
12218
|
+
filter: it.bind(null, t),
|
|
12260
12219
|
flatten: !1,
|
|
12261
12220
|
getShadowRoot: t.getShadowRoot,
|
|
12262
12221
|
shadowRootFilter: P9
|
|
12263
|
-
}) : s = D0(n, t.includeContainer,
|
|
12222
|
+
}) : s = D0(n, t.includeContainer, it.bind(null, t)), R0(s);
|
|
12264
12223
|
}, F9 = function(n, t) {
|
|
12265
12224
|
t = t || {};
|
|
12266
12225
|
var s;
|
|
@@ -12272,19 +12231,19 @@ var B0 = ["input:not([inert]):not([inert] *)", "select:not([inert]):not([inert]
|
|
|
12272
12231
|
}, Ne = function(n, t) {
|
|
12273
12232
|
if (t = t || {}, !n)
|
|
12274
12233
|
throw new Error("No node provided");
|
|
12275
|
-
return Be.call(n, h2) === !1 ? !1 :
|
|
12276
|
-
}, D9 = /* @__PURE__ */ B0.concat("iframe:not([inert]):not([inert] *)").join(","),
|
|
12234
|
+
return Be.call(n, h2) === !1 ? !1 : it(t, n);
|
|
12235
|
+
}, D9 = /* @__PURE__ */ B0.concat("iframe:not([inert]):not([inert] *)").join(","), z2 = function(n, t) {
|
|
12277
12236
|
if (t = t || {}, !n)
|
|
12278
12237
|
throw new Error("No node provided");
|
|
12279
12238
|
return Be.call(n, D9) === !1 ? !1 : _2(t, n);
|
|
12280
12239
|
};
|
|
12281
|
-
function
|
|
12240
|
+
function st(e, n) {
|
|
12282
12241
|
(n == null || n > e.length) && (n = e.length);
|
|
12283
12242
|
for (var t = 0, s = Array(n); t < n; t++) s[t] = e[t];
|
|
12284
12243
|
return s;
|
|
12285
12244
|
}
|
|
12286
12245
|
function V9(e) {
|
|
12287
|
-
if (Array.isArray(e)) return
|
|
12246
|
+
if (Array.isArray(e)) return st(e);
|
|
12288
12247
|
}
|
|
12289
12248
|
function Kt(e, n, t, s, a, i, r) {
|
|
12290
12249
|
try {
|
|
@@ -12392,7 +12351,7 @@ function Jt(e) {
|
|
|
12392
12351
|
}
|
|
12393
12352
|
return e;
|
|
12394
12353
|
}
|
|
12395
|
-
function
|
|
12354
|
+
function Ke() {
|
|
12396
12355
|
var e, n, t = typeof Symbol == "function" ? Symbol : {}, s = t.iterator || "@@iterator", a = t.toStringTag || "@@toStringTag";
|
|
12397
12356
|
function i(p, C, I, k) {
|
|
12398
12357
|
var v = C && C.prototype instanceof c ? C : c, _ = Object.create(v.prototype);
|
|
@@ -12459,7 +12418,7 @@ function Ue() {
|
|
|
12459
12418
|
return this;
|
|
12460
12419
|
}), _e(u, "toString", function() {
|
|
12461
12420
|
return "[object Generator]";
|
|
12462
|
-
}), (
|
|
12421
|
+
}), (Ke = function() {
|
|
12463
12422
|
return {
|
|
12464
12423
|
w: i,
|
|
12465
12424
|
m: g
|
|
@@ -12506,9 +12465,9 @@ function Z9(e) {
|
|
|
12506
12465
|
}
|
|
12507
12466
|
function q0(e, n) {
|
|
12508
12467
|
if (e) {
|
|
12509
|
-
if (typeof e == "string") return
|
|
12468
|
+
if (typeof e == "string") return st(e, n);
|
|
12510
12469
|
var t = {}.toString.call(e).slice(8, -1);
|
|
12511
|
-
return t === "Object" && e.constructor && (t = e.constructor.name), t === "Map" || t === "Set" ? Array.from(e) : t === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ?
|
|
12470
|
+
return t === "Object" && e.constructor && (t = e.constructor.name), t === "Map" || t === "Set" ? Array.from(e) : t === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? st(e, n) : void 0;
|
|
12512
12471
|
}
|
|
12513
12472
|
}
|
|
12514
12473
|
var Te = {
|
|
@@ -12542,15 +12501,15 @@ var Te = {
|
|
|
12542
12501
|
return n.tagName && n.tagName.toLowerCase() === "input" && typeof n.select == "function";
|
|
12543
12502
|
}, j9 = function(n) {
|
|
12544
12503
|
return n?.key === "Escape" || n?.key === "Esc" || n?.keyCode === 27;
|
|
12545
|
-
},
|
|
12504
|
+
}, Xe = function(n) {
|
|
12546
12505
|
return n?.key === "Tab" || n?.keyCode === 9;
|
|
12547
12506
|
}, W9 = function(n) {
|
|
12548
|
-
return
|
|
12507
|
+
return Xe(n) && !n.shiftKey;
|
|
12549
12508
|
}, U9 = function(n) {
|
|
12550
|
-
return
|
|
12509
|
+
return Xe(n) && n.shiftKey;
|
|
12551
12510
|
}, e0 = function(n) {
|
|
12552
12511
|
return setTimeout(n, 0);
|
|
12553
|
-
},
|
|
12512
|
+
}, We = function(n) {
|
|
12554
12513
|
for (var t = arguments.length, s = new Array(t > 1 ? t - 1 : 0), a = 1; a < t; a++)
|
|
12555
12514
|
s[a - 1] = arguments[a];
|
|
12556
12515
|
return typeof n == "function" ? n.apply(void 0, s) : n;
|
|
@@ -12642,7 +12601,7 @@ var Te = {
|
|
|
12642
12601
|
});
|
|
12643
12602
|
if (x === !1)
|
|
12644
12603
|
return !1;
|
|
12645
|
-
if (x === void 0 || x && !
|
|
12604
|
+
if (x === void 0 || x && !z2(x, i.tabbableOptions))
|
|
12646
12605
|
if (f(s.activeElement) >= 0)
|
|
12647
12606
|
x = s.activeElement;
|
|
12648
12607
|
else {
|
|
@@ -12691,13 +12650,13 @@ var Te = {
|
|
|
12691
12650
|
* in reverse.
|
|
12692
12651
|
* @returns {HTMLElement|undefined} The next tabbable node, if any.
|
|
12693
12652
|
*/
|
|
12694
|
-
nextTabbableNode: function(
|
|
12695
|
-
var
|
|
12696
|
-
return
|
|
12653
|
+
nextTabbableNode: function(se) {
|
|
12654
|
+
var oe = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0, de = E.indexOf(se);
|
|
12655
|
+
return de < 0 ? oe ? P.slice(P.indexOf(se) + 1).find(function(ge) {
|
|
12697
12656
|
return Ne(ge);
|
|
12698
|
-
}) : P.slice(0, P.indexOf(
|
|
12657
|
+
}) : P.slice(0, P.indexOf(se)).reverse().find(function(ge) {
|
|
12699
12658
|
return Ne(ge);
|
|
12700
|
-
}) : E[
|
|
12659
|
+
}) : E[de + (oe ? 1 : -1)];
|
|
12701
12660
|
}
|
|
12702
12661
|
};
|
|
12703
12662
|
}), r.tabbableGroups = r.containerGroups.filter(function(x) {
|
|
@@ -12740,19 +12699,19 @@ var Te = {
|
|
|
12740
12699
|
var we = Ce.firstTabbableNode;
|
|
12741
12700
|
return E === we;
|
|
12742
12701
|
});
|
|
12743
|
-
if (Q < 0 && (X.container === E ||
|
|
12744
|
-
var
|
|
12745
|
-
j = Me(E) >= 0 ?
|
|
12746
|
-
} else
|
|
12702
|
+
if (Q < 0 && (X.container === E || z2(E, i.tabbableOptions) && !Ne(E, i.tabbableOptions) && !X.nextTabbableNode(E, !1)) && (Q = K), Q >= 0) {
|
|
12703
|
+
var se = Q === 0 ? r.tabbableGroups.length - 1 : Q - 1, oe = r.tabbableGroups[se];
|
|
12704
|
+
j = Me(E) >= 0 ? oe.lastTabbableNode : oe.lastDomTabbableNode;
|
|
12705
|
+
} else Xe(P) || (j = X.nextTabbableNode(E, !1));
|
|
12747
12706
|
} else {
|
|
12748
|
-
var
|
|
12707
|
+
var de = r.tabbableGroups.findIndex(function(Ce) {
|
|
12749
12708
|
var we = Ce.lastTabbableNode;
|
|
12750
12709
|
return E === we;
|
|
12751
12710
|
});
|
|
12752
|
-
if (
|
|
12753
|
-
var ge =
|
|
12754
|
-
j = Me(E) >= 0 ?
|
|
12755
|
-
} else
|
|
12711
|
+
if (de < 0 && (X.container === E || z2(E, i.tabbableOptions) && !Ne(E, i.tabbableOptions) && !X.nextTabbableNode(E)) && (de = K), de >= 0) {
|
|
12712
|
+
var ge = de === r.tabbableGroups.length - 1 ? 0 : de + 1, ae = r.tabbableGroups[ge];
|
|
12713
|
+
j = Me(E) >= 0 ? ae.firstTabbableNode : ae.firstDomTabbableNode;
|
|
12714
|
+
} else Xe(P) || (j = X.nextTabbableNode(E));
|
|
12756
12715
|
}
|
|
12757
12716
|
} else
|
|
12758
12717
|
j = m("fallbackFocus");
|
|
@@ -12760,7 +12719,7 @@ var Te = {
|
|
|
12760
12719
|
}, v = function(x) {
|
|
12761
12720
|
var E = r2(x);
|
|
12762
12721
|
if (!(f(E, x) >= 0)) {
|
|
12763
|
-
if (
|
|
12722
|
+
if (We(i.clickOutsideDeactivates, x)) {
|
|
12764
12723
|
c.deactivate({
|
|
12765
12724
|
// NOTE: by setting `returnFocus: false`, deactivate() will do nothing,
|
|
12766
12725
|
// which will result in the outside click setting focus to the node
|
|
@@ -12772,7 +12731,7 @@ var Te = {
|
|
|
12772
12731
|
});
|
|
12773
12732
|
return;
|
|
12774
12733
|
}
|
|
12775
|
-
|
|
12734
|
+
We(i.allowOutsideClick, x) || x.preventDefault();
|
|
12776
12735
|
}
|
|
12777
12736
|
}, _ = function(x) {
|
|
12778
12737
|
var E = r2(x), P = f(E, x) >= 0;
|
|
@@ -12792,8 +12751,8 @@ var Te = {
|
|
|
12792
12751
|
}
|
|
12793
12752
|
} else
|
|
12794
12753
|
r.containerGroups.some(function(Q) {
|
|
12795
|
-
return Q.tabbableNodes.some(function(
|
|
12796
|
-
return Me(
|
|
12754
|
+
return Q.tabbableNodes.some(function(se) {
|
|
12755
|
+
return Me(se) > 0;
|
|
12797
12756
|
});
|
|
12798
12757
|
}) || (B = !1);
|
|
12799
12758
|
else
|
|
@@ -12813,14 +12772,14 @@ var Te = {
|
|
|
12813
12772
|
event: x,
|
|
12814
12773
|
isBackward: E
|
|
12815
12774
|
});
|
|
12816
|
-
P && (
|
|
12775
|
+
P && (Xe(x) && x.preventDefault(), C(P));
|
|
12817
12776
|
}, A = function(x) {
|
|
12818
12777
|
(i.isKeyForward(x) || i.isKeyBackward(x)) && y(x, i.isKeyBackward(x));
|
|
12819
12778
|
}, $ = function(x) {
|
|
12820
|
-
j9(x) &&
|
|
12779
|
+
j9(x) && We(i.escapeDeactivates, x) !== !1 && (x.preventDefault(), c.deactivate());
|
|
12821
12780
|
}, N = function(x) {
|
|
12822
12781
|
var E = r2(x);
|
|
12823
|
-
f(E, x) >= 0 ||
|
|
12782
|
+
f(E, x) >= 0 || We(i.clickOutsideDeactivates, x) || We(i.allowOutsideClick, x) || (x.preventDefault(), x.stopImmediatePropagation());
|
|
12824
12783
|
}, F = function() {
|
|
12825
12784
|
if (!r.active)
|
|
12826
12785
|
return Promise.resolve();
|
|
@@ -12852,29 +12811,29 @@ var Te = {
|
|
|
12852
12811
|
E.add(j);
|
|
12853
12812
|
for (var K = typeof ShadowRoot < "u" && j.getRootNode() instanceof ShadowRoot, X = j; X; ) {
|
|
12854
12813
|
E.add(X);
|
|
12855
|
-
var Q = X.parentElement,
|
|
12856
|
-
Q ?
|
|
12857
|
-
var
|
|
12814
|
+
var Q = X.parentElement, se = [];
|
|
12815
|
+
Q ? se = Q.children : !Q && K && (se = X.getRootNode().children, Q = X.getRootNode().host, K = typeof ShadowRoot < "u" && Q.getRootNode() instanceof ShadowRoot);
|
|
12816
|
+
var oe = Xt(se), de;
|
|
12858
12817
|
try {
|
|
12859
|
-
for (
|
|
12860
|
-
var ge =
|
|
12818
|
+
for (oe.s(); !(de = oe.n()).done; ) {
|
|
12819
|
+
var ge = de.value;
|
|
12861
12820
|
P.add(ge);
|
|
12862
12821
|
}
|
|
12863
|
-
} catch (
|
|
12864
|
-
|
|
12822
|
+
} catch (ae) {
|
|
12823
|
+
oe.e(ae);
|
|
12865
12824
|
} finally {
|
|
12866
|
-
|
|
12825
|
+
oe.f();
|
|
12867
12826
|
}
|
|
12868
12827
|
X = Q;
|
|
12869
12828
|
}
|
|
12870
12829
|
}
|
|
12871
|
-
} catch (
|
|
12872
|
-
Z.e(
|
|
12830
|
+
} catch (ae) {
|
|
12831
|
+
Z.e(ae);
|
|
12873
12832
|
} finally {
|
|
12874
12833
|
Z.f();
|
|
12875
12834
|
}
|
|
12876
|
-
E.forEach(function(
|
|
12877
|
-
P.delete(
|
|
12835
|
+
E.forEach(function(ae) {
|
|
12836
|
+
P.delete(ae);
|
|
12878
12837
|
}), r.adjacentElements = P;
|
|
12879
12838
|
}, U = function() {
|
|
12880
12839
|
if (r.active)
|
|
@@ -12913,31 +12872,31 @@ var Te = {
|
|
|
12913
12872
|
try {
|
|
12914
12873
|
Z || g(), r.active = !0, r.paused = !1, r.nodeFocusedBeforeActivation = p(s), E?.();
|
|
12915
12874
|
var X = /* @__PURE__ */ (function() {
|
|
12916
|
-
var
|
|
12917
|
-
return
|
|
12918
|
-
for (; ; ) switch (
|
|
12875
|
+
var se = Yt(/* @__PURE__ */ Ke().m(function oe() {
|
|
12876
|
+
return Ke().w(function(de) {
|
|
12877
|
+
for (; ; ) switch (de.n) {
|
|
12919
12878
|
case 0:
|
|
12920
|
-
return Z && g(),
|
|
12879
|
+
return Z && g(), de.n = 1, F();
|
|
12921
12880
|
case 1:
|
|
12922
12881
|
c._setSubtreeIsolation(!0), z(), P?.();
|
|
12923
12882
|
case 2:
|
|
12924
|
-
return
|
|
12883
|
+
return de.a(2);
|
|
12925
12884
|
}
|
|
12926
|
-
},
|
|
12885
|
+
}, oe);
|
|
12927
12886
|
}));
|
|
12928
12887
|
return function() {
|
|
12929
|
-
return
|
|
12888
|
+
return se.apply(this, arguments);
|
|
12930
12889
|
};
|
|
12931
12890
|
})();
|
|
12932
12891
|
if (Z)
|
|
12933
12892
|
return Z(r.containers.concat()).then(X, X), this;
|
|
12934
12893
|
X();
|
|
12935
|
-
} catch (
|
|
12894
|
+
} catch (se) {
|
|
12936
12895
|
if (B === Te.getActiveTrap(a) && j) {
|
|
12937
12896
|
var Q;
|
|
12938
12897
|
(Q = B._setSubtreeIsolation) === null || Q === void 0 || Q.call(B, !0);
|
|
12939
12898
|
}
|
|
12940
|
-
throw
|
|
12899
|
+
throw se;
|
|
12941
12900
|
}
|
|
12942
12901
|
return this;
|
|
12943
12902
|
},
|
|
@@ -12988,15 +12947,15 @@ var Te = {
|
|
|
12988
12947
|
var B = l(E, "onUnpause"), j = l(E, "onPostUnpause");
|
|
12989
12948
|
B?.();
|
|
12990
12949
|
var K = /* @__PURE__ */ (function() {
|
|
12991
|
-
var X = Yt(/* @__PURE__ */
|
|
12992
|
-
return
|
|
12993
|
-
for (; ; ) switch (
|
|
12950
|
+
var X = Yt(/* @__PURE__ */ Ke().m(function Q() {
|
|
12951
|
+
return Ke().w(function(se) {
|
|
12952
|
+
for (; ; ) switch (se.n) {
|
|
12994
12953
|
case 0:
|
|
12995
|
-
return g(),
|
|
12954
|
+
return g(), se.n = 1, F();
|
|
12996
12955
|
case 1:
|
|
12997
12956
|
c._setSubtreeIsolation(!0), z(), j?.();
|
|
12998
12957
|
case 2:
|
|
12999
|
-
return
|
|
12958
|
+
return se.a(2);
|
|
13000
12959
|
}
|
|
13001
12960
|
}, Q);
|
|
13002
12961
|
}));
|
|
@@ -13021,12 +12980,12 @@ var Te = {
|
|
|
13021
12980
|
};
|
|
13022
12981
|
function X9(e, n = {}) {
|
|
13023
12982
|
let t;
|
|
13024
|
-
const { immediate: s, ...a } = n, i =
|
|
12983
|
+
const { immediate: s, ...a } = n, i = Q2(!1), r = Q2(!1), c = (u) => t && t.activate(u), l = (u) => t && t.deactivate(u), f = () => {
|
|
13025
12984
|
t && (t.pause(), r.value = !0);
|
|
13026
12985
|
}, m = () => {
|
|
13027
12986
|
t && (t.unpause(), r.value = !1);
|
|
13028
12987
|
};
|
|
13029
|
-
return
|
|
12988
|
+
return ut(ee(() => b9(ze(e)).map((u) => {
|
|
13030
12989
|
const g = ze(u);
|
|
13031
12990
|
return typeof g == "string" ? g : C9(g);
|
|
13032
12991
|
}).filter(g9)), (u) => {
|
|
@@ -13057,7 +13016,7 @@ function X9(e, n = {}) {
|
|
|
13057
13016
|
const Q9 = {
|
|
13058
13017
|
components: {
|
|
13059
13018
|
ImageComponent: me,
|
|
13060
|
-
LoadingOverlay:
|
|
13019
|
+
LoadingOverlay: A2
|
|
13061
13020
|
},
|
|
13062
13021
|
props: {
|
|
13063
13022
|
id: {
|
|
@@ -13176,7 +13135,7 @@ function r7(e, n, t, s, a, i) {
|
|
|
13176
13135
|
class: "modal-sidebar",
|
|
13177
13136
|
"data-testid": "modal-sidebar",
|
|
13178
13137
|
onClick: n[1] || (n[1] = (...l) => i.handleClick && i.handleClick(...l)),
|
|
13179
|
-
onKeydown: n[2] || (n[2] =
|
|
13138
|
+
onKeydown: n[2] || (n[2] = ue((...l) => i.closeMenu && i.closeMenu(...l), ["esc"]))
|
|
13180
13139
|
}, [
|
|
13181
13140
|
o("div", null, [
|
|
13182
13141
|
o("div", e7, [
|
|
@@ -13225,7 +13184,7 @@ function r7(e, n, t, s, a, i) {
|
|
|
13225
13184
|
}
|
|
13226
13185
|
const Tm = /* @__PURE__ */ O(Q9, [["render", r7]]), l7 = {
|
|
13227
13186
|
name: "SlimlineCta",
|
|
13228
|
-
components: { ButtonIcon:
|
|
13187
|
+
components: { ButtonIcon: ie, SvgIcon: te },
|
|
13229
13188
|
props: {
|
|
13230
13189
|
links: {
|
|
13231
13190
|
type: Array,
|
|
@@ -13290,7 +13249,7 @@ const xm = /* @__PURE__ */ O(l7, [["render", d7]]), z0 = (e = {}) => {
|
|
|
13290
13249
|
const u = t.options.find((g) => g.id === m.target.value)?.name || "";
|
|
13291
13250
|
s("audience-updated", { id: m.target.value, name: u });
|
|
13292
13251
|
};
|
|
13293
|
-
return
|
|
13252
|
+
return Qe(() => {
|
|
13294
13253
|
if (!t.selected || t.selected === "") {
|
|
13295
13254
|
const m = t.options[0];
|
|
13296
13255
|
m && (c.value[0].checked = !0, s("audience-updated", { id: m.id, name: m.name }));
|
|
@@ -13852,7 +13811,7 @@ function j0(e, n) {
|
|
|
13852
13811
|
n ? s.matches(n) && t.push(s) : t.push(s), s = s.parentElement;
|
|
13853
13812
|
return t;
|
|
13854
13813
|
}
|
|
13855
|
-
function
|
|
13814
|
+
function at(e, n, t) {
|
|
13856
13815
|
const s = fe();
|
|
13857
13816
|
return e[n === "width" ? "offsetWidth" : "offsetHeight"] + parseFloat(s.getComputedStyle(e, null).getPropertyValue(n === "width" ? "margin-right" : "margin-top")) + parseFloat(s.getComputedStyle(e, null).getPropertyValue(n === "width" ? "margin-left" : "margin-bottom"));
|
|
13858
13817
|
}
|
|
@@ -13864,7 +13823,7 @@ function S2(e, n = "") {
|
|
|
13864
13823
|
createHTML: (t) => t
|
|
13865
13824
|
}).createHTML(n) : e.innerHTML = n;
|
|
13866
13825
|
}
|
|
13867
|
-
let
|
|
13826
|
+
let H2;
|
|
13868
13827
|
function D7() {
|
|
13869
13828
|
const e = fe(), n = Ve();
|
|
13870
13829
|
return {
|
|
@@ -13873,9 +13832,9 @@ function D7() {
|
|
|
13873
13832
|
};
|
|
13874
13833
|
}
|
|
13875
13834
|
function W0() {
|
|
13876
|
-
return
|
|
13835
|
+
return H2 || (H2 = D7()), H2;
|
|
13877
13836
|
}
|
|
13878
|
-
let
|
|
13837
|
+
let Z2;
|
|
13879
13838
|
function V7({
|
|
13880
13839
|
userAgent: e
|
|
13881
13840
|
} = {}) {
|
|
@@ -13890,9 +13849,9 @@ function V7({
|
|
|
13890
13849
|
return !f && p && n.touch && C.indexOf(`${r}x${c}`) >= 0 && (f = a.match(/(Version)\/([\d.]+)/), f || (f = [0, 1, "13_0_0"]), p = !1), l && !g && (i.os = "android", i.android = !0), (f || u || m) && (i.os = "ios", i.ios = !0), i;
|
|
13891
13850
|
}
|
|
13892
13851
|
function U0(e = {}) {
|
|
13893
|
-
return
|
|
13852
|
+
return Z2 || (Z2 = V7(e)), Z2;
|
|
13894
13853
|
}
|
|
13895
|
-
let
|
|
13854
|
+
let G2;
|
|
13896
13855
|
function N7() {
|
|
13897
13856
|
const e = fe(), n = U0();
|
|
13898
13857
|
let t = !1;
|
|
@@ -13916,7 +13875,7 @@ function N7() {
|
|
|
13916
13875
|
};
|
|
13917
13876
|
}
|
|
13918
13877
|
function K0() {
|
|
13919
|
-
return
|
|
13878
|
+
return G2 || (G2 = N7()), G2;
|
|
13920
13879
|
}
|
|
13921
13880
|
function R7({
|
|
13922
13881
|
swiper: e,
|
|
@@ -14104,7 +14063,7 @@ function Z7() {
|
|
|
14104
14063
|
U && (q.style[e.getDirectionLabel("width")] = "");
|
|
14105
14064
|
const z = getComputedStyle(q), W = q.style.transform, x = q.style.webkitTransform;
|
|
14106
14065
|
if (W && (q.style.transform = "none"), x && (q.style.webkitTransform = "none"), t.roundLengths)
|
|
14107
|
-
S = e.isHorizontal() ?
|
|
14066
|
+
S = e.isHorizontal() ? at(q, "width") : at(q, "height");
|
|
14108
14067
|
else {
|
|
14109
14068
|
const E = n(z, "width"), P = n(z, "padding-left"), Z = n(z, "padding-right"), B = n(z, "margin-left"), j = n(z, "margin-right"), K = z.getPropertyValue("box-sizing");
|
|
14110
14069
|
if (K && K === "border-box")
|
|
@@ -14281,7 +14240,7 @@ function U7(e) {
|
|
|
14281
14240
|
isEnd: r
|
|
14282
14241
|
}), (t.watchSlidesProgress || t.centeredSlides && t.autoHeight) && n.updateSlidesProgress(e), i && !l && n.emit("reachBeginning toEdge"), r && !f && n.emit("reachEnd toEdge"), (l && !i || f && !r) && n.emit("fromEdge"), n.emit("progress", a);
|
|
14283
14242
|
}
|
|
14284
|
-
const
|
|
14243
|
+
const j2 = (e, n, t) => {
|
|
14285
14244
|
n && !e.classList.contains(t) ? e.classList.add(t) : !n && e.classList.contains(t) && e.classList.remove(t);
|
|
14286
14245
|
};
|
|
14287
14246
|
function K7() {
|
|
@@ -14301,7 +14260,7 @@ function K7() {
|
|
|
14301
14260
|
else
|
|
14302
14261
|
r ? (l = n.find((u) => u.column === a), m = n.find((u) => u.column === a + 1), f = n.find((u) => u.column === a - 1)) : l = n[a];
|
|
14303
14262
|
l && (r || (m = F7(l, `.${t.slideClass}, swiper-slide`)[0], t.loop && !m && (m = n[0]), f = B7(l, `.${t.slideClass}, swiper-slide`)[0], t.loop && !f === 0 && (f = n[n.length - 1]))), n.forEach((u) => {
|
|
14304
|
-
|
|
14263
|
+
j2(u, u === l, t.slideActiveClass), j2(u, u === m, t.slideNextClass), j2(u, u === f, t.slidePrevClass);
|
|
14305
14264
|
}), e.emitSlidesClasses();
|
|
14306
14265
|
}
|
|
14307
14266
|
const c2 = (e, n) => {
|
|
@@ -14313,11 +14272,11 @@ const c2 = (e, n) => {
|
|
|
14313
14272
|
s.shadowRoot && (a = s.shadowRoot.querySelector(`.${e.params.lazyPreloaderClass}`), a && !a.lazyPreloaderManaged && a.remove());
|
|
14314
14273
|
})), a && !a.lazyPreloaderManaged && a.remove();
|
|
14315
14274
|
}
|
|
14316
|
-
},
|
|
14275
|
+
}, W2 = (e, n) => {
|
|
14317
14276
|
if (!e.slides[n]) return;
|
|
14318
14277
|
const t = e.slides[n].querySelector('[loading="lazy"]');
|
|
14319
14278
|
t && t.removeAttribute("loading");
|
|
14320
|
-
},
|
|
14279
|
+
}, rt = (e) => {
|
|
14321
14280
|
if (!e || e.destroyed || !e.params) return;
|
|
14322
14281
|
let n = e.params.lazyPreloadPrevNext;
|
|
14323
14282
|
const t = e.slides.length;
|
|
@@ -14329,7 +14288,7 @@ const c2 = (e, n) => {
|
|
|
14329
14288
|
c.push(...Array.from({
|
|
14330
14289
|
length: n
|
|
14331
14290
|
}).map((l, f) => r + s + f)), e.slides.forEach((l, f) => {
|
|
14332
|
-
c.includes(l.column) &&
|
|
14291
|
+
c.includes(l.column) && W2(e, f);
|
|
14333
14292
|
});
|
|
14334
14293
|
return;
|
|
14335
14294
|
}
|
|
@@ -14337,11 +14296,11 @@ const c2 = (e, n) => {
|
|
|
14337
14296
|
if (e.params.rewind || e.params.loop)
|
|
14338
14297
|
for (let r = a - n; r <= i + n; r += 1) {
|
|
14339
14298
|
const c = (r % t + t) % t;
|
|
14340
|
-
(c < a || c > i) &&
|
|
14299
|
+
(c < a || c > i) && W2(e, c);
|
|
14341
14300
|
}
|
|
14342
14301
|
else
|
|
14343
14302
|
for (let r = Math.max(a - n, 0); r <= Math.min(i + n, t - 1); r += 1)
|
|
14344
|
-
r !== a && (r > i || r < a) &&
|
|
14303
|
+
r !== a && (r > i || r < a) && W2(e, r);
|
|
14345
14304
|
};
|
|
14346
14305
|
function Y7(e) {
|
|
14347
14306
|
const {
|
|
@@ -14400,7 +14359,7 @@ function X7(e) {
|
|
|
14400
14359
|
realIndex: g,
|
|
14401
14360
|
previousIndex: i,
|
|
14402
14361
|
activeIndex: l
|
|
14403
|
-
}), n.initialized &&
|
|
14362
|
+
}), n.initialized && rt(n), n.emit("activeIndexChange"), n.emit("snapIndexChange"), (n.initialized || n.params.runCallbacksOnInit) && (r !== g && n.emit("realIndexChange"), n.emit("slideChange"));
|
|
14404
14363
|
}
|
|
14405
14364
|
function Q7(e, n) {
|
|
14406
14365
|
const t = this, s = t.params;
|
|
@@ -15424,7 +15383,7 @@ function Zf() {
|
|
|
15424
15383
|
}
|
|
15425
15384
|
var Gf = {
|
|
15426
15385
|
checkOverflow: Zf
|
|
15427
|
-
},
|
|
15386
|
+
}, lt = {
|
|
15428
15387
|
init: !0,
|
|
15429
15388
|
direction: "horizontal",
|
|
15430
15389
|
oneWayMovement: !1,
|
|
@@ -15564,7 +15523,7 @@ function jf(e, n) {
|
|
|
15564
15523
|
}), ve(n, s);
|
|
15565
15524
|
};
|
|
15566
15525
|
}
|
|
15567
|
-
const
|
|
15526
|
+
const U2 = {
|
|
15568
15527
|
eventsEmitter: z7,
|
|
15569
15528
|
update: J7,
|
|
15570
15529
|
translate: rf,
|
|
@@ -15576,7 +15535,7 @@ const W2 = {
|
|
|
15576
15535
|
breakpoints: Nf,
|
|
15577
15536
|
checkOverflow: Gf,
|
|
15578
15537
|
classes: Hf
|
|
15579
|
-
},
|
|
15538
|
+
}, K2 = {};
|
|
15580
15539
|
let Tt = class Le {
|
|
15581
15540
|
constructor(...n) {
|
|
15582
15541
|
let t, s;
|
|
@@ -15609,8 +15568,8 @@ let Tt = class Le {
|
|
|
15609
15568
|
emit: i.emit.bind(i)
|
|
15610
15569
|
});
|
|
15611
15570
|
});
|
|
15612
|
-
const c = ve({},
|
|
15613
|
-
return i.params = ve({}, c,
|
|
15571
|
+
const c = ve({}, lt, r);
|
|
15572
|
+
return i.params = ve({}, c, K2, s), i.originalParams = ve({}, i.params), i.passedParams = ve({}, s), i.params && i.params.on && Object.keys(i.params.on).forEach((l) => {
|
|
15614
15573
|
i.on(l, i.params.on[l]);
|
|
15615
15574
|
}), i.params && i.params.onAny && i.onAny(i.params.onAny), Object.assign(i, {
|
|
15616
15575
|
enabled: i.params.enabled,
|
|
@@ -15847,7 +15806,7 @@ let Tt = class Le {
|
|
|
15847
15806
|
i.complete ? c2(t, i) : i.addEventListener("load", (r) => {
|
|
15848
15807
|
c2(t, r.target);
|
|
15849
15808
|
});
|
|
15850
|
-
}),
|
|
15809
|
+
}), rt(t), t.initialized = !0, rt(t), t.emit("init"), t.emit("afterInit"), t;
|
|
15851
15810
|
}
|
|
15852
15811
|
destroy(n = !0, t = !0) {
|
|
15853
15812
|
const s = this, {
|
|
@@ -15863,13 +15822,13 @@ let Tt = class Le {
|
|
|
15863
15822
|
}), n !== !1 && (s.el && typeof s.el != "string" && (s.el.swiper = null), I7(s)), s.destroyed = !0), null;
|
|
15864
15823
|
}
|
|
15865
15824
|
static extendDefaults(n) {
|
|
15866
|
-
ve(
|
|
15825
|
+
ve(K2, n);
|
|
15867
15826
|
}
|
|
15868
15827
|
static get extendedDefaults() {
|
|
15869
|
-
return
|
|
15828
|
+
return K2;
|
|
15870
15829
|
}
|
|
15871
15830
|
static get defaults() {
|
|
15872
|
-
return
|
|
15831
|
+
return lt;
|
|
15873
15832
|
}
|
|
15874
15833
|
static installModule(n) {
|
|
15875
15834
|
Le.prototype.__modules__ || (Le.prototype.__modules__ = []);
|
|
@@ -15880,9 +15839,9 @@ let Tt = class Le {
|
|
|
15880
15839
|
return Array.isArray(n) ? (n.forEach((t) => Le.installModule(t)), Le) : (Le.installModule(n), Le);
|
|
15881
15840
|
}
|
|
15882
15841
|
};
|
|
15883
|
-
Object.keys(
|
|
15884
|
-
Object.keys(
|
|
15885
|
-
Tt.prototype[n] =
|
|
15842
|
+
Object.keys(U2).forEach((e) => {
|
|
15843
|
+
Object.keys(U2[e]).forEach((n) => {
|
|
15844
|
+
Tt.prototype[n] = U2[e][n];
|
|
15886
15845
|
});
|
|
15887
15846
|
});
|
|
15888
15847
|
Tt.use([R7, q7]);
|
|
@@ -16069,7 +16028,7 @@ function r0(e = {}, n = !0) {
|
|
|
16069
16028
|
const t = {
|
|
16070
16029
|
on: {}
|
|
16071
16030
|
}, s = {}, a = {};
|
|
16072
|
-
He(t,
|
|
16031
|
+
He(t, lt), t._emitClasses = !0, t.init = !1;
|
|
16073
16032
|
const i = {}, r = Q0.map((l) => l.replace(/_/, "")), c = Object.assign({}, e);
|
|
16074
16033
|
return Object.keys(c).forEach((l) => {
|
|
16075
16034
|
typeof e[l] > "u" || (r.indexOf(l) >= 0 ? Fe(e[l]) ? (t[l] = {}, a[l] = {}, He(t[l], e[l]), He(a[l], e[l])) : (t[l] = e[l], a[l] = e[l]) : l.search(/on[A-Z]/) === 0 && typeof e[l] == "function" ? n ? s[`${l[2].toLowerCase()}${l.substr(3)}`] = e[l] : t.on[`${l[2].toLowerCase()}${l.substr(3)}`] = e[l] : i[l] = e[l]);
|
|
@@ -16117,7 +16076,7 @@ function Yf(e, n, t, s, a) {
|
|
|
16117
16076
|
const Xf = (e) => {
|
|
16118
16077
|
!e || e.destroyed || !e.params.virtual || e.params.virtual && !e.params.virtual.enabled || (e.updateSlides(), e.updateProgress(), e.updateSlidesClasses(), e.emit("_virtualUpdated"), e.parallax && e.params.parallax && e.params.parallax.enabled && e.parallax.setTranslate());
|
|
16119
16078
|
};
|
|
16120
|
-
function
|
|
16079
|
+
function Y2(e = {}, n, t) {
|
|
16121
16080
|
const s = [], a = {
|
|
16122
16081
|
"container-start": [],
|
|
16123
16082
|
"container-end": [],
|
|
@@ -16636,17 +16595,17 @@ const Jf = {
|
|
|
16636
16595
|
const {
|
|
16637
16596
|
tag: s,
|
|
16638
16597
|
wrapperTag: a
|
|
16639
|
-
} = e, i =
|
|
16598
|
+
} = e, i = re("swiper"), r = re(null), c = re(!1), l = re(!1), f = re(null), m = re(null), u = re(null), g = {
|
|
16640
16599
|
value: []
|
|
16641
16600
|
}, p = {
|
|
16642
16601
|
value: []
|
|
16643
|
-
}, C =
|
|
16602
|
+
}, C = re(null), I = re(null), k = re(null), v = re(null), {
|
|
16644
16603
|
params: _,
|
|
16645
16604
|
passedParams: y
|
|
16646
16605
|
} = r0(e, !1);
|
|
16647
|
-
|
|
16606
|
+
Y2(n, g, p), u.value = y, p.value = g.value;
|
|
16648
16607
|
const A = () => {
|
|
16649
|
-
|
|
16608
|
+
Y2(n, g, p), c.value = !0;
|
|
16650
16609
|
};
|
|
16651
16610
|
_.onAny = (F, ...S) => {
|
|
16652
16611
|
t(F, ...S);
|
|
@@ -16686,11 +16645,11 @@ const Jf = {
|
|
|
16686
16645
|
scrollbarEl: v.value,
|
|
16687
16646
|
paginationEl: k.value
|
|
16688
16647
|
}), c.value = !1;
|
|
16689
|
-
}), f0("swiper", m),
|
|
16648
|
+
}), f0("swiper", m), ut(r, () => {
|
|
16690
16649
|
d0(() => {
|
|
16691
16650
|
Xf(m.value);
|
|
16692
16651
|
});
|
|
16693
|
-
}),
|
|
16652
|
+
}), Qe(() => {
|
|
16694
16653
|
f.value && (Kf({
|
|
16695
16654
|
el: f.value,
|
|
16696
16655
|
nextEl: C.value,
|
|
@@ -16711,7 +16670,7 @@ const Jf = {
|
|
|
16711
16670
|
const {
|
|
16712
16671
|
slides: F,
|
|
16713
16672
|
slots: S
|
|
16714
|
-
} =
|
|
16673
|
+
} = Y2(n, g, p);
|
|
16715
16674
|
return be(s, {
|
|
16716
16675
|
ref: f,
|
|
16717
16676
|
class: nn(i.value)
|
|
@@ -16769,11 +16728,11 @@ const Jf = {
|
|
|
16769
16728
|
let t = !1;
|
|
16770
16729
|
const {
|
|
16771
16730
|
swiperRef: s
|
|
16772
|
-
} = e, a =
|
|
16731
|
+
} = e, a = re(null), i = re("swiper-slide"), r = re(!1);
|
|
16773
16732
|
function c(m, u, g) {
|
|
16774
16733
|
u === a.value && (i.value = g);
|
|
16775
16734
|
}
|
|
16776
|
-
|
|
16735
|
+
Qe(() => {
|
|
16777
16736
|
!s || !s.value || (s.value.on("_slideClass", c), t = !0);
|
|
16778
16737
|
}), hn(() => {
|
|
16779
16738
|
t || !s || !s.value || (s.value.on("_slideClass", c), t = !0);
|
|
@@ -16821,7 +16780,7 @@ function th(e, n, t, s) {
|
|
|
16821
16780
|
}
|
|
16822
16781
|
}), t;
|
|
16823
16782
|
}
|
|
16824
|
-
function
|
|
16783
|
+
function Ue(e = "") {
|
|
16825
16784
|
return `.${e.trim().replace(/([\.:!+\/()[\]#>~*^$|=,'"@{}\\])/g, "\\$1").replace(/ /g, ".")}`;
|
|
16826
16785
|
}
|
|
16827
16786
|
function nh({
|
|
@@ -16883,7 +16842,7 @@ function nh({
|
|
|
16883
16842
|
return "previous";
|
|
16884
16843
|
}
|
|
16885
16844
|
function m(v) {
|
|
16886
|
-
const _ = v.target.closest(
|
|
16845
|
+
const _ = v.target.closest(Ue(e.params.pagination.bulletClass));
|
|
16887
16846
|
if (!_)
|
|
16888
16847
|
return;
|
|
16889
16848
|
v.preventDefault();
|
|
@@ -16905,7 +16864,7 @@ function nh({
|
|
|
16905
16864
|
if (e.params.loop ? ($ = e.previousRealIndex || 0, A = e.params.slidesPerGroup > 1 ? Math.floor(e.realIndex / e.params.slidesPerGroup) : e.realIndex) : typeof e.snapIndex < "u" ? (A = e.snapIndex, $ = e.previousSnapIndex) : ($ = e.previousIndex || 0, A = e.activeIndex || 0), _.type === "bullets" && e.pagination.bullets && e.pagination.bullets.length > 0) {
|
|
16906
16865
|
const S = e.pagination.bullets;
|
|
16907
16866
|
let U, V, q;
|
|
16908
|
-
if (_.dynamicBullets && (i =
|
|
16867
|
+
if (_.dynamicBullets && (i = at(S[0], e.isHorizontal() ? "width" : "height"), y.forEach((z) => {
|
|
16909
16868
|
z.style[e.isHorizontal() ? "width" : "height"] = `${i * (_.dynamicMainBullets + 4)}px`;
|
|
16910
16869
|
}), _.dynamicMainBullets > 1 && $ !== void 0 && (r += A - ($ || 0), r > _.dynamicMainBullets - 1 ? r = _.dynamicMainBullets - 1 : r < 0 && (r = 0)), U = Math.max(A - r, 0), V = U + (Math.min(S.length, _.dynamicMainBullets) - 1), q = (V + U) / 2), S.forEach((z) => {
|
|
16911
16870
|
const W = [...["", "-next", "-next-next", "-prev", "-prev-prev", "-main"].map((x) => `${_.bulletActiveClass}${x}`)].map((x) => typeof x == "string" && x.includes(" ") ? x.split(" ") : x).flat();
|
|
@@ -16934,16 +16893,16 @@ function nh({
|
|
|
16934
16893
|
}
|
|
16935
16894
|
}
|
|
16936
16895
|
y.forEach((S, U) => {
|
|
16937
|
-
if (_.type === "fraction" && (S.querySelectorAll(
|
|
16896
|
+
if (_.type === "fraction" && (S.querySelectorAll(Ue(_.currentClass)).forEach((V) => {
|
|
16938
16897
|
V.textContent = _.formatFractionCurrent(A + 1);
|
|
16939
|
-
}), S.querySelectorAll(
|
|
16898
|
+
}), S.querySelectorAll(Ue(_.totalClass)).forEach((V) => {
|
|
16940
16899
|
V.textContent = _.formatFractionTotal(F);
|
|
16941
16900
|
})), _.type === "progressbar") {
|
|
16942
16901
|
let V;
|
|
16943
16902
|
_.progressbarOpposite ? V = e.isHorizontal() ? "vertical" : "horizontal" : V = e.isHorizontal() ? "horizontal" : "vertical";
|
|
16944
16903
|
const q = (A + 1) / F;
|
|
16945
16904
|
let z = 1, W = 1;
|
|
16946
|
-
V === "horizontal" ? z = q : W = q, S.querySelectorAll(
|
|
16905
|
+
V === "horizontal" ? z = q : W = q, S.querySelectorAll(Ue(_.progressbarFillClass)).forEach((x) => {
|
|
16947
16906
|
x.style.transform = `translate3d(0,0,0) scaleX(${z}) scaleY(${W})`, x.style.transitionDuration = `${e.params.speed}ms`;
|
|
16948
16907
|
});
|
|
16949
16908
|
}
|
|
@@ -16964,7 +16923,7 @@ function nh({
|
|
|
16964
16923
|
v.renderBullet ? A += v.renderBullet.call(e, N, v.bulletClass) : A += `<${v.bulletElement} ${e.isElement ? 'part="bullet"' : ""} class="${v.bulletClass}"></${v.bulletElement}>`;
|
|
16965
16924
|
}
|
|
16966
16925
|
v.type === "fraction" && (v.renderFraction ? A = v.renderFraction.call(e, v.currentClass, v.totalClass) : A = `<span class="${v.currentClass}"></span> / <span class="${v.totalClass}"></span>`), v.type === "progressbar" && (v.renderProgressbar ? A = v.renderProgressbar.call(e, v.progressbarFillClass) : A = `<span class="${v.progressbarFillClass}"></span>`), e.pagination.bullets = [], y.forEach(($) => {
|
|
16967
|
-
v.type !== "custom" && S2($, A || ""), v.type === "bullets" && e.pagination.bullets.push(...$.querySelectorAll(
|
|
16926
|
+
v.type !== "custom" && S2($, A || ""), v.type === "bullets" && e.pagination.bullets.push(...$.querySelectorAll(Ue(v.bulletClass)));
|
|
16968
16927
|
}), v.type !== "custom" && s("paginationRender", y[0]);
|
|
16969
16928
|
}
|
|
16970
16929
|
function p() {
|
|
@@ -17099,7 +17058,7 @@ const ih = ["id", "aria-label"], sh = { class: "uom-media-carousel__heading" },
|
|
|
17099
17058
|
}
|
|
17100
17059
|
},
|
|
17101
17060
|
setup(e) {
|
|
17102
|
-
const n = e, t = z0(), s = ee(() => n.id || `uom-media-carousel-${t}`), a = n.items.length, i =
|
|
17061
|
+
const n = e, t = z0(), s = ee(() => n.id || `uom-media-carousel-${t}`), a = n.items.length, i = re(1), r = re(1), c = re(!1), l = re(!1), f = Ze("swiper"), m = ee(() => {
|
|
17103
17062
|
const S = /* @__PURE__ */ new Set([n.aspectRatio]);
|
|
17104
17063
|
return n.items.forEach((V) => {
|
|
17105
17064
|
V.aspectRatio ? S.add(V.aspectRatio) : V.type === "video" && V.orientation === "portrait" && S.add(l0);
|
|
@@ -17180,7 +17139,7 @@ const ih = ["id", "aria-label"], sh = { class: "uom-media-carousel__heading" },
|
|
|
17180
17139
|
o("div", sh, [
|
|
17181
17140
|
o("div", ah, [
|
|
17182
17141
|
o("div", rh, [
|
|
17183
|
-
w(
|
|
17142
|
+
w(ie, {
|
|
17184
17143
|
class: D(g.value),
|
|
17185
17144
|
disabled: c.value,
|
|
17186
17145
|
element: "button",
|
|
@@ -17192,7 +17151,7 @@ const ih = ["id", "aria-label"], sh = { class: "uom-media-carousel__heading" },
|
|
|
17192
17151
|
])]),
|
|
17193
17152
|
_: 1
|
|
17194
17153
|
}, 8, ["class", "disabled"]),
|
|
17195
|
-
w(
|
|
17154
|
+
w(ie, {
|
|
17196
17155
|
class: D(g.value),
|
|
17197
17156
|
disabled: l.value,
|
|
17198
17157
|
element: "button",
|
|
@@ -17250,7 +17209,7 @@ const ih = ["id", "aria-label"], sh = { class: "uom-media-carousel__heading" },
|
|
|
17250
17209
|
class: "uom-media-carousel__video",
|
|
17251
17210
|
style: ne(`aspect-ratio: ${p(V)}; width: 100%; height: 100%;`)
|
|
17252
17211
|
}, [
|
|
17253
|
-
V.poster ? (d(), H(
|
|
17212
|
+
V.poster ? (d(), H(_t, {
|
|
17254
17213
|
key: 0,
|
|
17255
17214
|
style: ne(`aspect-ratio: ${p(V)}}`),
|
|
17256
17215
|
label: V.videoLabel,
|
|
@@ -17353,7 +17312,7 @@ const ih = ["id", "aria-label"], sh = { class: "uom-media-carousel__heading" },
|
|
|
17353
17312
|
},
|
|
17354
17313
|
{
|
|
17355
17314
|
title: "WeChat",
|
|
17356
|
-
href: "https://www.
|
|
17315
|
+
href: "https://www.unimelb.edu.au/alumni/support-resources/contact-us/wechat",
|
|
17357
17316
|
ariaLabel: "Visit University of Melbourne on WeChat"
|
|
17358
17317
|
},
|
|
17359
17318
|
{
|
|
@@ -17668,7 +17627,7 @@ export {
|
|
|
17668
17627
|
$m as AudienceSwitcher,
|
|
17669
17628
|
Ki as BlockQuotation,
|
|
17670
17629
|
J4 as ButtonCard,
|
|
17671
|
-
|
|
17630
|
+
ie as ButtonIcon,
|
|
17672
17631
|
fm as CampaignBannerAlt,
|
|
17673
17632
|
L5 as CardArticle,
|
|
17674
17633
|
Cm as CardArticleLarge,
|
|
@@ -17714,7 +17673,7 @@ export {
|
|
|
17714
17673
|
nm as FilterWidget,
|
|
17715
17674
|
Vu as FilteredResults,
|
|
17716
17675
|
De as FocusWrapper,
|
|
17717
|
-
|
|
17676
|
+
e2 as GenericCard,
|
|
17718
17677
|
qp as Heading1,
|
|
17719
17678
|
zp as Heading2,
|
|
17720
17679
|
Hp as Heading3,
|
|
@@ -17726,10 +17685,10 @@ export {
|
|
|
17726
17685
|
Rp as InPageNavigationV2,
|
|
17727
17686
|
Xp as InfoPanel,
|
|
17728
17687
|
x4 as InlineSearch,
|
|
17729
|
-
|
|
17688
|
+
je as ListItem,
|
|
17730
17689
|
mr as ListingWrap,
|
|
17731
17690
|
A0 as Loader,
|
|
17732
|
-
|
|
17691
|
+
A2 as LoadingOverlay,
|
|
17733
17692
|
$2 as Logo,
|
|
17734
17693
|
am as LogoListing,
|
|
17735
17694
|
Cp as MegaMenu,
|
|
@@ -17746,7 +17705,7 @@ export {
|
|
|
17746
17705
|
Tp as PageHeaderStudy,
|
|
17747
17706
|
$p as PageNav,
|
|
17748
17707
|
$r as PageSearch,
|
|
17749
|
-
|
|
17708
|
+
bt as PageSearchForm,
|
|
17750
17709
|
Ip as Pathfinder,
|
|
17751
17710
|
gm as PathfinderToday,
|
|
17752
17711
|
_m as QuickLinksAlt,
|
|
@@ -17756,12 +17715,12 @@ export {
|
|
|
17756
17715
|
Ep as SectionDivider,
|
|
17757
17716
|
Op as SectionImage,
|
|
17758
17717
|
Mp as SectionTwoCol,
|
|
17759
|
-
|
|
17718
|
+
I2 as SectionWrap,
|
|
17760
17719
|
Bp as SidePanel,
|
|
17761
17720
|
Fp as SidePanelNavItem,
|
|
17762
17721
|
sm as Sidebar,
|
|
17763
17722
|
xm as SlimlineCta,
|
|
17764
|
-
|
|
17723
|
+
gt as SocialListGeneric,
|
|
17765
17724
|
Yp as SocialMediaBar,
|
|
17766
17725
|
vp as SoundcloudEmbed,
|
|
17767
17726
|
E0 as Spinner,
|
|
@@ -17790,6 +17749,6 @@ export {
|
|
|
17790
17749
|
Mm as UomStatsAndRankings,
|
|
17791
17750
|
x2 as VideoEmbed,
|
|
17792
17751
|
bp as VideoFullWidth,
|
|
17793
|
-
|
|
17752
|
+
_t as VideoPlayer,
|
|
17794
17753
|
Np as Welcome
|
|
17795
17754
|
};
|