@mirweb/mir-web-components 1.7.16 → 1.7.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/molecules/card/card.vue.d.ts +1 -1
- package/dist/components/organisms/header/header.vue.d.ts +1 -1
- package/dist/mir-web-components.cjs.js +1 -1
- package/dist/mir-web-components.css +1 -1
- package/dist/mir-web-components.es.js +61 -59
- package/dist/mir-web-components.umd.js +2 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as g, computed as A, openBlock as l, createElementBlock as i, normalizeClass as p, toDisplayString as d, createElementVNode as t, renderSlot as c, pushScopeId as H, popScopeId as R, createTextVNode as J, ref as C, resolveDirective as _e, withDirectives as U, Fragment as T, renderList as V, vShow as Z, normalizeProps as O, guardReactiveProps as z, toRefs as Se, mergeProps as M, createVNode as S, Transition as Ie, withCtx as y, withModifiers as he, createBlock as L, createCommentVNode as h, watchEffect as pe, withKeys as Ce, useSlots as qe, normalizeStyle as
|
|
1
|
+
import { defineComponent as g, computed as A, openBlock as l, createElementBlock as i, normalizeClass as p, toDisplayString as d, createElementVNode as t, renderSlot as c, pushScopeId as H, popScopeId as R, createTextVNode as J, ref as C, resolveDirective as _e, withDirectives as U, Fragment as T, renderList as V, vShow as Z, normalizeProps as O, guardReactiveProps as z, toRefs as Se, mergeProps as M, createVNode as S, Transition as Ie, withCtx as y, withModifiers as he, createBlock as L, createCommentVNode as h, watchEffect as pe, withKeys as Ce, useSlots as qe, normalizeStyle as ee, isRef as x, unref as I, onMounted as me, watch as Q, onUnmounted as Ae } from "vue";
|
|
2
2
|
const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
@@ -25,7 +25,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
25
25
|
for (const [o, s] of a)
|
|
26
26
|
r[o] = s;
|
|
27
27
|
return r;
|
|
28
|
-
},
|
|
28
|
+
}, le = /* @__PURE__ */ v(De, [["__scopeId", "data-v-f61b579c"]]), Te = (e) => (H("data-v-0c4c6d8e"), e = e(), R(), e), Ve = ["id", "name", "value", "disabled", "required", "checked"], Pe = ["for"], Fe = /* @__PURE__ */ Te(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Me = /* @__PURE__ */ g({
|
|
29
29
|
__name: "checkbox",
|
|
30
30
|
props: {
|
|
31
31
|
name: { default: "checkbox" },
|
|
@@ -107,19 +107,19 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
107
107
|
const r = {
|
|
108
108
|
primary: "dropdown-dark-bg-primary",
|
|
109
109
|
dark: "dropdown-dark dropdown-dark-bg-dark"
|
|
110
|
-
}, o = e, s = A(() => r[o.variant]), u = C(null), _ = C(null), n = C([]), b = C(0), f = C(""), k = C(!0), w = C(0),
|
|
110
|
+
}, o = e, s = A(() => r[o.variant]), u = C(null), _ = C(null), n = C([]), b = C(0), f = C(""), k = C(!0), w = C(0), ae = a, re = A(() => {
|
|
111
111
|
const m = o.options.find(
|
|
112
112
|
(B) => B.value === o.modelValue
|
|
113
113
|
);
|
|
114
114
|
return m && m.label;
|
|
115
115
|
});
|
|
116
|
-
function re(m) {
|
|
117
|
-
te("update:modelValue", m);
|
|
118
|
-
}
|
|
119
116
|
function ne(m) {
|
|
117
|
+
ae("update:modelValue", m);
|
|
118
|
+
}
|
|
119
|
+
function de(m) {
|
|
120
120
|
var q;
|
|
121
121
|
const B = m.target;
|
|
122
|
-
B.getAttribute("role") === "option" && (W(B),
|
|
122
|
+
B.getAttribute("role") === "option" && (W(B), se(), (q = u.value) == null || q.focus());
|
|
123
123
|
}
|
|
124
124
|
function G(m) {
|
|
125
125
|
var q;
|
|
@@ -145,7 +145,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
145
145
|
break;
|
|
146
146
|
case "Enter":
|
|
147
147
|
case "Escape":
|
|
148
|
-
m.preventDefault(),
|
|
148
|
+
m.preventDefault(), se(), (q = u.value) == null || q.focus();
|
|
149
149
|
break;
|
|
150
150
|
default: {
|
|
151
151
|
const D = j(B);
|
|
@@ -154,7 +154,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
}
|
|
157
|
-
function
|
|
157
|
+
function oe(m) {
|
|
158
158
|
if (!o.disabled)
|
|
159
159
|
switch (m.key) {
|
|
160
160
|
case "ArrowUp":
|
|
@@ -163,7 +163,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
163
163
|
break;
|
|
164
164
|
}
|
|
165
165
|
}
|
|
166
|
-
function
|
|
166
|
+
function ce(m) {
|
|
167
167
|
m && m.removeAttribute("aria-selected");
|
|
168
168
|
}
|
|
169
169
|
function $() {
|
|
@@ -198,12 +198,12 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
198
198
|
const N = o.options.findIndex(
|
|
199
199
|
(Be) => Be.value === o.modelValue
|
|
200
200
|
), Y = n.value[N];
|
|
201
|
-
|
|
201
|
+
ce(Y);
|
|
202
202
|
}
|
|
203
203
|
if (m.setAttribute("aria-selected", "true"), (q = _.value) == null || q.setAttribute(
|
|
204
204
|
"aria-activedescendant",
|
|
205
205
|
B || ""
|
|
206
|
-
),
|
|
206
|
+
), ne(B || ""), _.value && _.value.scrollHeight > _.value.clientHeight) {
|
|
207
207
|
const N = _.value.clientHeight + _.value.scrollTop, Y = m.offsetTop + m.offsetHeight;
|
|
208
208
|
Y > N ? _.value.scrollTop = Y - ((D = _.value) == null ? void 0 : D.clientHeight) : m.offsetTop < _.value.scrollTop && (_.value.scrollTop = m.offsetTop);
|
|
209
209
|
}
|
|
@@ -213,7 +213,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
213
213
|
const m = (B = n.value) == null ? void 0 : B[o.options.length - 1];
|
|
214
214
|
W(m);
|
|
215
215
|
}
|
|
216
|
-
function
|
|
216
|
+
function se() {
|
|
217
217
|
var m;
|
|
218
218
|
k.value = !0, (m = u.value) == null || m.removeAttribute("aria-expanded");
|
|
219
219
|
}
|
|
@@ -222,7 +222,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
222
222
|
k.value = !1, (m = u.value) == null || m.setAttribute("aria-expanded", "true"), (B = _.value) == null || B.focus();
|
|
223
223
|
}
|
|
224
224
|
function we() {
|
|
225
|
-
o.disabled || (k.value ? ue() :
|
|
225
|
+
o.disabled || (k.value ? ue() : se());
|
|
226
226
|
}
|
|
227
227
|
return (m, B) => {
|
|
228
228
|
const q = _e("click-outside");
|
|
@@ -250,8 +250,8 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
250
250
|
"aria-disabled": m.disabled,
|
|
251
251
|
class: p(["listbox__button", s.value]),
|
|
252
252
|
onClick: we,
|
|
253
|
-
onKeydown:
|
|
254
|
-
}, d(m.modelValue ?
|
|
253
|
+
onKeydown: oe
|
|
254
|
+
}, d(m.modelValue ? re.value : m.placeholder), 43, Ue),
|
|
255
255
|
U(t("ul", {
|
|
256
256
|
ref_key: "listboxNode",
|
|
257
257
|
ref: _,
|
|
@@ -261,7 +261,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
261
261
|
role: "listbox",
|
|
262
262
|
class: "listbox__list",
|
|
263
263
|
onKeydown: G,
|
|
264
|
-
onClick:
|
|
264
|
+
onClick: de
|
|
265
265
|
}, [
|
|
266
266
|
(l(!0), i(T, null, V(m.options, (D, N) => (l(), i("li", {
|
|
267
267
|
key: `${m.name}-option-${N}`,
|
|
@@ -277,7 +277,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
277
277
|
[Z, !k.value]
|
|
278
278
|
])
|
|
279
279
|
])), [
|
|
280
|
-
[q,
|
|
280
|
+
[q, se]
|
|
281
281
|
])
|
|
282
282
|
], 8, Ee);
|
|
283
283
|
};
|
|
@@ -457,7 +457,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
457
457
|
}, ["stop"]))
|
|
458
458
|
}, [
|
|
459
459
|
t("div", null, [
|
|
460
|
-
u.searchBar ? h("", !0) : (l(), L(
|
|
460
|
+
u.searchBar ? h("", !0) : (l(), L(le, {
|
|
461
461
|
key: 0,
|
|
462
462
|
"aria-label": "close",
|
|
463
463
|
variant: "close",
|
|
@@ -751,7 +751,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
751
751
|
}, null, 8, Gt))
|
|
752
752
|
]));
|
|
753
753
|
}
|
|
754
|
-
}),
|
|
754
|
+
}), te = /* @__PURE__ */ v(Jt, [["__scopeId", "data-v-c6a0feb6"]]), Wt = { class: "address__wrapper" }, Yt = { class: "address__content" }, Qt = { class: "address__flag" }, Zt = { class: "address__address" }, Xt = { class: "address__name" }, xt = { key: 0 }, ea = { class: "address__contact" }, ta = ["href"], aa = ["href"], oa = ["href"], sa = /* @__PURE__ */ g({
|
|
755
755
|
__name: "address",
|
|
756
756
|
props: {
|
|
757
757
|
name: {},
|
|
@@ -899,9 +899,11 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
899
899
|
_.value,
|
|
900
900
|
n.variant === "product" ? "card--product" : "card--article"
|
|
901
901
|
]]),
|
|
902
|
-
style:
|
|
903
|
-
onMouseover: b[0] || (b[0] = (f) =>
|
|
904
|
-
onMouseout: b[1] || (b[1] = (f) =>
|
|
902
|
+
style: ee([n.variant === "product" ? "font-weight: 700" : "font-weight: 300"]),
|
|
903
|
+
onMouseover: b[0] || (b[0] = (f) => x(r) ? r.value = !0 : r = !0),
|
|
904
|
+
onMouseout: b[1] || (b[1] = (f) => x(r) ? r.value = !1 : r = !1),
|
|
905
|
+
onFocus: b[2] || (b[2] = (f) => x(r) ? r.value = !0 : r = !0),
|
|
906
|
+
onBlur: b[3] || (b[3] = (f) => x(r) ? r.value = !1 : r = !1)
|
|
905
907
|
}, [
|
|
906
908
|
n.mediaType === "image" ? (l(), L(F, { key: 0 }, {
|
|
907
909
|
default: y(() => [
|
|
@@ -919,7 +921,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
919
921
|
key: 1,
|
|
920
922
|
class: p(["video-card__wrapper", I(r) === !0 ? "vimeoPlaying" : ""])
|
|
921
923
|
}, [
|
|
922
|
-
S(
|
|
924
|
+
S(te, {
|
|
923
925
|
play: I(r),
|
|
924
926
|
"local-video": !0,
|
|
925
927
|
src: n.videoSrc,
|
|
@@ -954,7 +956,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
954
956
|
], 38)
|
|
955
957
|
]));
|
|
956
958
|
}
|
|
957
|
-
}), ma = /* @__PURE__ */ v(pa, [["__scopeId", "data-v-
|
|
959
|
+
}), ma = /* @__PURE__ */ v(pa, [["__scopeId", "data-v-cf1a39a1"]]), fa = { class: "column-card" }, va = { class: "column-card__content" }, ga = { class: "column-card__headline" }, ba = { class: "column-card__bodytext" }, ya = /* @__PURE__ */ g({
|
|
958
960
|
__name: "column-card",
|
|
959
961
|
props: {
|
|
960
962
|
headline: {},
|
|
@@ -1020,16 +1022,16 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1020
1022
|
t("div", Ia, d(e.exhibitor), 1)
|
|
1021
1023
|
]));
|
|
1022
1024
|
}
|
|
1023
|
-
}), qa = /* @__PURE__ */ v(Ca, [["__scopeId", "data-v-2c394add"]]),
|
|
1025
|
+
}), qa = /* @__PURE__ */ v(Ca, [["__scopeId", "data-v-2c394add"]]), ie = (e) => (H("data-v-93ee37aa"), e = e(), R(), e), Aa = { class: "flashcard-side flashcard-front" }, La = {
|
|
1024
1026
|
key: 0,
|
|
1025
1027
|
class: "content"
|
|
1026
1028
|
}, Da = { key: 0 }, Ta = {
|
|
1027
1029
|
key: 1,
|
|
1028
1030
|
class: "flashcard-body"
|
|
1029
|
-
}, Va = /* @__PURE__ */
|
|
1031
|
+
}, Va = /* @__PURE__ */ ie(() => /* @__PURE__ */ t("img", {
|
|
1030
1032
|
class: "flip-icon",
|
|
1031
1033
|
src: "https://a.storyblok.com/f/230581/22x21/23d87eccc4/icon_reverse_blue.svg"
|
|
1032
|
-
}, null, -1)), Pa = /* @__PURE__ */
|
|
1034
|
+
}, null, -1)), Pa = /* @__PURE__ */ ie(() => /* @__PURE__ */ t("img", {
|
|
1033
1035
|
class: "flip-icon",
|
|
1034
1036
|
src: "https://a.storyblok.com/f/230581/22x21/23d87eccc4/icon_reverse_blue.svg"
|
|
1035
1037
|
}, null, -1)), Fa = {
|
|
@@ -1038,10 +1040,10 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1038
1040
|
}, Ma = { key: 0 }, Oa = {
|
|
1039
1041
|
key: 1,
|
|
1040
1042
|
class: "flashcard-body"
|
|
1041
|
-
}, za = /* @__PURE__ */
|
|
1043
|
+
}, za = /* @__PURE__ */ ie(() => /* @__PURE__ */ t("img", {
|
|
1042
1044
|
class: "flip-icon",
|
|
1043
1045
|
src: "https://a.storyblok.com/f/230581/22x22/50edea5341/icon_reverse_white.svg"
|
|
1044
|
-
}, null, -1)), Ha = /* @__PURE__ */
|
|
1046
|
+
}, null, -1)), Ha = /* @__PURE__ */ ie(() => /* @__PURE__ */ t("img", {
|
|
1045
1047
|
class: "flip-icon",
|
|
1046
1048
|
src: "https://a.storyblok.com/f/230581/22x22/50edea5341/icon_reverse_white.svg"
|
|
1047
1049
|
}, null, -1)), Ra = /* @__PURE__ */ g({
|
|
@@ -1182,7 +1184,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1182
1184
|
], 8, Ya),
|
|
1183
1185
|
t("div", {
|
|
1184
1186
|
class: p(["accordion__content", { "accordion__content--reverse": _.imageFirst }]),
|
|
1185
|
-
style:
|
|
1187
|
+
style: ee({
|
|
1186
1188
|
display: o(_._uid) ? "flex" : "none"
|
|
1187
1189
|
})
|
|
1188
1190
|
}, [
|
|
@@ -1659,7 +1661,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1659
1661
|
})
|
|
1660
1662
|
])) : h("", !0),
|
|
1661
1663
|
s.mediaLarge && s.mediaType === "video" ? (l(), i("div", gs, [
|
|
1662
|
-
S(
|
|
1664
|
+
S(te, {
|
|
1663
1665
|
src: s.mediaLarge.src,
|
|
1664
1666
|
"local-video": "",
|
|
1665
1667
|
"aria-label": s.mediaLarge.alt,
|
|
@@ -1674,7 +1676,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1674
1676
|
])) : h("", !0)
|
|
1675
1677
|
]),
|
|
1676
1678
|
t("div", {
|
|
1677
|
-
style:
|
|
1679
|
+
style: ee([s.mediaSmall.length === 2 ? "grid-gap: 38px;" : ""]),
|
|
1678
1680
|
class: p([
|
|
1679
1681
|
"gallery__small",
|
|
1680
1682
|
s.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
|
|
@@ -1854,7 +1856,7 @@ const Hs = /* @__PURE__ */ v(Fs, [["render", zs], ["__scopeId", "data-v-ea887d7a
|
|
|
1854
1856
|
t("div", Ns, [
|
|
1855
1857
|
t("div", Es, d(e.headline), 1),
|
|
1856
1858
|
t("div", js, [
|
|
1857
|
-
e.videoSrc !== "" ? (l(), L(
|
|
1859
|
+
e.videoSrc !== "" ? (l(), L(te, {
|
|
1858
1860
|
key: 0,
|
|
1859
1861
|
play: "",
|
|
1860
1862
|
"local-video": !0,
|
|
@@ -1944,7 +1946,7 @@ const Hs = /* @__PURE__ */ v(Fs, [["render", zs], ["__scopeId", "data-v-ea887d7a
|
|
|
1944
1946
|
s.reverse ? "promo__video--reverse" : "promo__video--default"
|
|
1945
1947
|
])
|
|
1946
1948
|
}, [
|
|
1947
|
-
S(
|
|
1949
|
+
S(te, {
|
|
1948
1950
|
src: s.src,
|
|
1949
1951
|
"local-video": "",
|
|
1950
1952
|
"aria-label": s.alt,
|
|
@@ -2189,7 +2191,7 @@ const $l = /* @__PURE__ */ v(fl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2189
2191
|
_: 2
|
|
2190
2192
|
}, 1024),
|
|
2191
2193
|
t("div", {
|
|
2192
|
-
style:
|
|
2194
|
+
style: ee([o.media.src ? "" : "margin-top: 0px"]),
|
|
2193
2195
|
class: "rich-text",
|
|
2194
2196
|
innerHTML: o.text
|
|
2195
2197
|
}, null, 12, Ll)
|
|
@@ -2467,7 +2469,7 @@ const $l = /* @__PURE__ */ v(fl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2467
2469
|
])
|
|
2468
2470
|
]));
|
|
2469
2471
|
}
|
|
2470
|
-
}), Ni = /* @__PURE__ */ v(Ri, [["__scopeId", "data-v-3d0cbbd5"]]), ke = (e) => (H("data-v-
|
|
2472
|
+
}), Ni = /* @__PURE__ */ v(Ri, [["__scopeId", "data-v-3d0cbbd5"]]), ke = (e) => (H("data-v-c61022c5"), e = e(), R(), e), Ei = { class: "header__wrapper" }, ji = { class: "nav-wrapper" }, Ki = { class: "mir-link-logo" }, Ui = { class: "main-nav-items" }, Gi = {
|
|
2471
2473
|
key: 0,
|
|
2472
2474
|
id: "menu-dropdown",
|
|
2473
2475
|
ref: "dropdownDiv"
|
|
@@ -2592,24 +2594,24 @@ const $l = /* @__PURE__ */ v(fl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2592
2594
|
o !== null && window.removeEventListener("click", o);
|
|
2593
2595
|
});
|
|
2594
2596
|
const w = r;
|
|
2595
|
-
function
|
|
2597
|
+
function ae() {
|
|
2596
2598
|
n.value = !n.value, w("update:showDropDown", n.value);
|
|
2597
2599
|
}
|
|
2598
|
-
function
|
|
2600
|
+
function re() {
|
|
2599
2601
|
b.value = !b.value, w("update:showPortalSwitcherDropDown", b.value);
|
|
2600
2602
|
}
|
|
2601
|
-
function
|
|
2603
|
+
function ne() {
|
|
2602
2604
|
f.value = !f.value, w("update:showProfileDropDown", f.value);
|
|
2603
2605
|
}
|
|
2604
|
-
function
|
|
2606
|
+
function de() {
|
|
2605
2607
|
u.value = !u.value, w("update:burgerState", u.value);
|
|
2606
2608
|
}
|
|
2607
|
-
let G = C(null),
|
|
2608
|
-
function
|
|
2609
|
+
let G = C(null), oe = C(null);
|
|
2610
|
+
function ce() {
|
|
2609
2611
|
G.value && G.value.blur();
|
|
2610
2612
|
}
|
|
2611
2613
|
return a({
|
|
2612
|
-
defocusSearchButton:
|
|
2614
|
+
defocusSearchButton: ce
|
|
2613
2615
|
}), ($, j) => (l(), i("div", Ei, [
|
|
2614
2616
|
t("nav", null, [
|
|
2615
2617
|
t("div", ji, [
|
|
@@ -2622,7 +2624,7 @@ const $l = /* @__PURE__ */ v(fl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2622
2624
|
e.useDropdown ? (l(), i("div", Gi, [
|
|
2623
2625
|
t("button", {
|
|
2624
2626
|
class: "nav-dropdown-btn",
|
|
2625
|
-
onClick:
|
|
2627
|
+
onClick: ae
|
|
2626
2628
|
}, [
|
|
2627
2629
|
c($.$slots, "dropdown-title", {}, void 0, !0),
|
|
2628
2630
|
I(n) === !1 ? (l(), i("img", Ji)) : (l(), i("img", Wi))
|
|
@@ -2654,7 +2656,7 @@ const $l = /* @__PURE__ */ v(fl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2654
2656
|
e.usePortalSwitcher ? (l(), i("div", Xi, [
|
|
2655
2657
|
t("button", {
|
|
2656
2658
|
class: "nav-portal-switcher-btn",
|
|
2657
|
-
onClick:
|
|
2659
|
+
onClick: re
|
|
2658
2660
|
}, er),
|
|
2659
2661
|
U(t("div", tr, [
|
|
2660
2662
|
t("ul", ar, [
|
|
@@ -2666,7 +2668,7 @@ const $l = /* @__PURE__ */ v(fl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2666
2668
|
default: y(() => [
|
|
2667
2669
|
t("a", {
|
|
2668
2670
|
href: K.link,
|
|
2669
|
-
onClick: j[1] || (j[1] = (W) =>
|
|
2671
|
+
onClick: j[1] || (j[1] = (W) => x(n) ? n.value = !1 : n = !1)
|
|
2670
2672
|
}, [
|
|
2671
2673
|
t("img", {
|
|
2672
2674
|
src: K.icon
|
|
@@ -2689,7 +2691,7 @@ const $l = /* @__PURE__ */ v(fl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2689
2691
|
I(k) ? (l(), i("button", {
|
|
2690
2692
|
key: 1,
|
|
2691
2693
|
class: "nav-profile-dropdown-btn",
|
|
2692
|
-
onClick:
|
|
2694
|
+
onClick: ne
|
|
2693
2695
|
}, nr)) : h("", !0),
|
|
2694
2696
|
U(t("div", dr, [
|
|
2695
2697
|
c($.$slots, "profile-dropdown-links", {}, void 0, !0)
|
|
@@ -2708,12 +2710,12 @@ const $l = /* @__PURE__ */ v(fl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2708
2710
|
I(_) ? (l(), i("div", _r, [
|
|
2709
2711
|
t("button", {
|
|
2710
2712
|
ref_key: "mobileSearchButton",
|
|
2711
|
-
ref:
|
|
2713
|
+
ref: oe,
|
|
2712
2714
|
class: "search-icon",
|
|
2713
2715
|
"aria-label": "Toggle search",
|
|
2714
2716
|
onClick: j[2] || (j[2] = (K) => {
|
|
2715
2717
|
var E;
|
|
2716
|
-
return $.$emit("clickSearch"), (E = I(
|
|
2718
|
+
return $.$emit("clickSearch"), (E = I(oe)) == null ? void 0 : E.blur();
|
|
2717
2719
|
})
|
|
2718
2720
|
}, [
|
|
2719
2721
|
t("img", {
|
|
@@ -2727,7 +2729,7 @@ const $l = /* @__PURE__ */ v(fl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2727
2729
|
t("button", {
|
|
2728
2730
|
class: "mobile-burger-wrapper",
|
|
2729
2731
|
"aria-label": "Toggle menu",
|
|
2730
|
-
onClick: he(
|
|
2732
|
+
onClick: he(de, ["prevent"])
|
|
2731
2733
|
}, [
|
|
2732
2734
|
t("img", {
|
|
2733
2735
|
width: "20",
|
|
@@ -2752,7 +2754,7 @@ const $l = /* @__PURE__ */ v(fl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2752
2754
|
])
|
|
2753
2755
|
]));
|
|
2754
2756
|
}
|
|
2755
|
-
}), gr = /* @__PURE__ */ v(vr, [["__scopeId", "data-v-
|
|
2757
|
+
}), gr = /* @__PURE__ */ v(vr, [["__scopeId", "data-v-c61022c5"]]), br = { class: "language__wrapper" }, yr = { class: "language__content" }, kr = { class: "language__headline" }, $r = { class: "language__paragraph" }, wr = { class: "language__links" }, Br = /* @__PURE__ */ g({
|
|
2756
2758
|
__name: "language-switcher",
|
|
2757
2759
|
props: {
|
|
2758
2760
|
headline: {
|
|
@@ -2791,14 +2793,14 @@ const $l = /* @__PURE__ */ v(fl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2791
2793
|
setup(e) {
|
|
2792
2794
|
return (a, r) => (l(), i("div", Ir, [
|
|
2793
2795
|
t("div", Cr, [
|
|
2794
|
-
S(
|
|
2796
|
+
S(le, {
|
|
2795
2797
|
disabled: e.isPreviousDisabled,
|
|
2796
2798
|
variant: "previous",
|
|
2797
2799
|
"aria-label": "previous",
|
|
2798
2800
|
onClick: r[0] || (r[0] = (o) => a.$emit("previous"))
|
|
2799
2801
|
}, null, 8, ["disabled"]),
|
|
2800
2802
|
c(a.$slots, "pagination-numbers"),
|
|
2801
|
-
S(
|
|
2803
|
+
S(le, {
|
|
2802
2804
|
disabled: e.isNextDisabled,
|
|
2803
2805
|
variant: "next",
|
|
2804
2806
|
"aria-label": "next",
|
|
@@ -2835,7 +2837,7 @@ const Vr = /* @__PURE__ */ v(Lr, [["render", Tr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2835
2837
|
return U((l(), i("div", Pr, [
|
|
2836
2838
|
t("button", {
|
|
2837
2839
|
class: "dropdown-button",
|
|
2838
|
-
style:
|
|
2840
|
+
style: ee({ "z-index": r.value ? 2 : 0 }),
|
|
2839
2841
|
"aria-expanded": r.value ? "true" : "false",
|
|
2840
2842
|
onClick: f[0] || (f[0] = (w) => r.value = !r.value)
|
|
2841
2843
|
}, [
|
|
@@ -2854,7 +2856,7 @@ const Vr = /* @__PURE__ */ v(Lr, [["render", Tr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2854
2856
|
disabled: !1,
|
|
2855
2857
|
value: w.value,
|
|
2856
2858
|
checked: b.selectedOptions.includes(w.value),
|
|
2857
|
-
onInput: (
|
|
2859
|
+
onInput: (ae) => u(w.value)
|
|
2858
2860
|
}, {
|
|
2859
2861
|
default: y(() => [
|
|
2860
2862
|
J(d(w.text), 1)
|
|
@@ -2957,11 +2959,11 @@ const Vr = /* @__PURE__ */ v(Lr, [["render", Tr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2957
2959
|
}
|
|
2958
2960
|
}), Ur = /* @__PURE__ */ v(Kr, [["__scopeId", "data-v-00c0bad3"]]), Jr = {
|
|
2959
2961
|
install: (e) => {
|
|
2960
|
-
e.component("AtomButton",
|
|
2962
|
+
e.component("AtomButton", le), e.component("AtomCheckbox", fe), e.component("AtomChip", Ne), e.component("AtomDropdown", Ye), e.component("AtomImage", F), e.component("AtomLabel", X), e.component("AtomLink", P), e.component("AtomRadioButton", rt), e.component("AtomSelect", ht), e.component("AtomSelectMultiple", Or), e.component("AtomSlider", Bt), e.component("AtomTextarea", Tt), e.component("AtomTextField", jt), e.component("AtomVideo", te), e.component("MoleculeAddress", la), e.component("MoleculeBulletList", ca), e.component("MoleculeCard", ma), e.component("MoleculeColumnCard", ge), e.component("MoleculeEventCard", qa), e.component("MoleculeFlashcard", be), e.component("MoleculeModal", ve), e.component("MoleculeTextCard", Ua), e.component("BlockAccordion", ao), e.component("BlockFacts", So), e.component("BlockFeatures", Vo), e.component("BlockFlashcards", zo), e.component("BlockFormScript", Go), e.component("BlockHeadline", Qo), e.component("BlockHero", ds), e.component("BlockImage", ms), e.component("BlockImageGallery", ys), e.component("BlockLogoWall", As), e.component("BlockMicroStories", Ps), e.component("BlockPolicy", Hs), e.component("BlockProductHero", Ws), e.component("BlockPromo", Zs), e.component("BlockQuote", cl), e.component("BlockRichText", ml), e.component("BlockRichTextColumns", $l), e.component("BlockTimeline", Tl), e.component("BlockCardDisplay", co), e.component("BlockColumnGrid", fo), e.component("BlockVimeo", zl), e.component("BlockPalletJack", Ur), e.component("BlockFrontPageHero", ei), e.component("Organism404", ii), e.component("OrganismFilter", _i), e.component("OrganismFooter", Ni), e.component("OrganismHeader", gr), e.component("OrganismLanguageSwitcher", Sr), e.component("OrganismPagination", Ar), e.component("OrganismSearch", Vr);
|
|
2961
2963
|
}
|
|
2962
2964
|
};
|
|
2963
2965
|
export {
|
|
2964
|
-
|
|
2966
|
+
le as AtomButton,
|
|
2965
2967
|
fe as AtomCheckbox,
|
|
2966
2968
|
Ne as AtomChip,
|
|
2967
2969
|
Ye as AtomDropdown,
|
|
@@ -2974,7 +2976,7 @@ export {
|
|
|
2974
2976
|
Bt as AtomSlider,
|
|
2975
2977
|
jt as AtomTextField,
|
|
2976
2978
|
Tt as AtomTextarea,
|
|
2977
|
-
|
|
2979
|
+
te as AtomVideo,
|
|
2978
2980
|
ao as BlockAccordion,
|
|
2979
2981
|
co as BlockCardDisplay,
|
|
2980
2982
|
fo as BlockColumnGrid,
|