@mirweb/mir-web-components 1.7.16 → 1.7.17
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/blocks/promo/promo.vue.d.ts +1 -1
- 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 +65 -61
- 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,12 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
899
899
|
_.value,
|
|
900
900
|
n.variant === "product" ? "card--product" : "card--article"
|
|
901
901
|
]]),
|
|
902
|
-
style:
|
|
903
|
-
|
|
904
|
-
|
|
902
|
+
style: ee([n.variant === "product" ? "font-weight: 700" : "font-weight: 300"]),
|
|
903
|
+
tabindex: "0",
|
|
904
|
+
onMouseover: b[0] || (b[0] = (f) => x(r) ? r.value = !0 : r = !0),
|
|
905
|
+
onMouseout: b[1] || (b[1] = (f) => x(r) ? r.value = !1 : r = !1),
|
|
906
|
+
onFocus: b[2] || (b[2] = (f) => x(r) ? r.value = !0 : r = !0),
|
|
907
|
+
onBlur: b[3] || (b[3] = (f) => x(r) ? r.value = !1 : r = !1)
|
|
905
908
|
}, [
|
|
906
909
|
n.mediaType === "image" ? (l(), L(F, { key: 0 }, {
|
|
907
910
|
default: y(() => [
|
|
@@ -919,7 +922,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
919
922
|
key: 1,
|
|
920
923
|
class: p(["video-card__wrapper", I(r) === !0 ? "vimeoPlaying" : ""])
|
|
921
924
|
}, [
|
|
922
|
-
S(
|
|
925
|
+
S(te, {
|
|
923
926
|
play: I(r),
|
|
924
927
|
"local-video": !0,
|
|
925
928
|
src: n.videoSrc,
|
|
@@ -954,7 +957,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
954
957
|
], 38)
|
|
955
958
|
]));
|
|
956
959
|
}
|
|
957
|
-
}), ma = /* @__PURE__ */ v(pa, [["__scopeId", "data-v-
|
|
960
|
+
}), ma = /* @__PURE__ */ v(pa, [["__scopeId", "data-v-30238efa"]]), fa = { class: "column-card" }, va = { class: "column-card__content" }, ga = { class: "column-card__headline" }, ba = { class: "column-card__bodytext" }, ya = /* @__PURE__ */ g({
|
|
958
961
|
__name: "column-card",
|
|
959
962
|
props: {
|
|
960
963
|
headline: {},
|
|
@@ -1020,16 +1023,16 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1020
1023
|
t("div", Ia, d(e.exhibitor), 1)
|
|
1021
1024
|
]));
|
|
1022
1025
|
}
|
|
1023
|
-
}), qa = /* @__PURE__ */ v(Ca, [["__scopeId", "data-v-2c394add"]]),
|
|
1026
|
+
}), 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
1027
|
key: 0,
|
|
1025
1028
|
class: "content"
|
|
1026
1029
|
}, Da = { key: 0 }, Ta = {
|
|
1027
1030
|
key: 1,
|
|
1028
1031
|
class: "flashcard-body"
|
|
1029
|
-
}, Va = /* @__PURE__ */
|
|
1032
|
+
}, Va = /* @__PURE__ */ ie(() => /* @__PURE__ */ t("img", {
|
|
1030
1033
|
class: "flip-icon",
|
|
1031
1034
|
src: "https://a.storyblok.com/f/230581/22x21/23d87eccc4/icon_reverse_blue.svg"
|
|
1032
|
-
}, null, -1)), Pa = /* @__PURE__ */
|
|
1035
|
+
}, null, -1)), Pa = /* @__PURE__ */ ie(() => /* @__PURE__ */ t("img", {
|
|
1033
1036
|
class: "flip-icon",
|
|
1034
1037
|
src: "https://a.storyblok.com/f/230581/22x21/23d87eccc4/icon_reverse_blue.svg"
|
|
1035
1038
|
}, null, -1)), Fa = {
|
|
@@ -1038,10 +1041,10 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1038
1041
|
}, Ma = { key: 0 }, Oa = {
|
|
1039
1042
|
key: 1,
|
|
1040
1043
|
class: "flashcard-body"
|
|
1041
|
-
}, za = /* @__PURE__ */
|
|
1044
|
+
}, za = /* @__PURE__ */ ie(() => /* @__PURE__ */ t("img", {
|
|
1042
1045
|
class: "flip-icon",
|
|
1043
1046
|
src: "https://a.storyblok.com/f/230581/22x22/50edea5341/icon_reverse_white.svg"
|
|
1044
|
-
}, null, -1)), Ha = /* @__PURE__ */
|
|
1047
|
+
}, null, -1)), Ha = /* @__PURE__ */ ie(() => /* @__PURE__ */ t("img", {
|
|
1045
1048
|
class: "flip-icon",
|
|
1046
1049
|
src: "https://a.storyblok.com/f/230581/22x22/50edea5341/icon_reverse_white.svg"
|
|
1047
1050
|
}, null, -1)), Ra = /* @__PURE__ */ g({
|
|
@@ -1182,7 +1185,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1182
1185
|
], 8, Ya),
|
|
1183
1186
|
t("div", {
|
|
1184
1187
|
class: p(["accordion__content", { "accordion__content--reverse": _.imageFirst }]),
|
|
1185
|
-
style:
|
|
1188
|
+
style: ee({
|
|
1186
1189
|
display: o(_._uid) ? "flex" : "none"
|
|
1187
1190
|
})
|
|
1188
1191
|
}, [
|
|
@@ -1659,7 +1662,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1659
1662
|
})
|
|
1660
1663
|
])) : h("", !0),
|
|
1661
1664
|
s.mediaLarge && s.mediaType === "video" ? (l(), i("div", gs, [
|
|
1662
|
-
S(
|
|
1665
|
+
S(te, {
|
|
1663
1666
|
src: s.mediaLarge.src,
|
|
1664
1667
|
"local-video": "",
|
|
1665
1668
|
"aria-label": s.mediaLarge.alt,
|
|
@@ -1674,7 +1677,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1674
1677
|
])) : h("", !0)
|
|
1675
1678
|
]),
|
|
1676
1679
|
t("div", {
|
|
1677
|
-
style:
|
|
1680
|
+
style: ee([s.mediaSmall.length === 2 ? "grid-gap: 38px;" : ""]),
|
|
1678
1681
|
class: p([
|
|
1679
1682
|
"gallery__small",
|
|
1680
1683
|
s.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
|
|
@@ -1854,7 +1857,7 @@ const Hs = /* @__PURE__ */ v(Fs, [["render", zs], ["__scopeId", "data-v-ea887d7a
|
|
|
1854
1857
|
t("div", Ns, [
|
|
1855
1858
|
t("div", Es, d(e.headline), 1),
|
|
1856
1859
|
t("div", js, [
|
|
1857
|
-
e.videoSrc !== "" ? (l(), L(
|
|
1860
|
+
e.videoSrc !== "" ? (l(), L(te, {
|
|
1858
1861
|
key: 0,
|
|
1859
1862
|
play: "",
|
|
1860
1863
|
"local-video": !0,
|
|
@@ -1942,9 +1945,10 @@ const Hs = /* @__PURE__ */ v(Fs, [["render", zs], ["__scopeId", "data-v-ea887d7a
|
|
|
1942
1945
|
class: p([
|
|
1943
1946
|
"promo__video",
|
|
1944
1947
|
s.reverse ? "promo__video--reverse" : "promo__video--default"
|
|
1945
|
-
])
|
|
1948
|
+
]),
|
|
1949
|
+
tabindex: "0"
|
|
1946
1950
|
}, [
|
|
1947
|
-
S(
|
|
1951
|
+
S(te, {
|
|
1948
1952
|
src: s.src,
|
|
1949
1953
|
"local-video": "",
|
|
1950
1954
|
"aria-label": s.alt,
|
|
@@ -1998,7 +2002,7 @@ const Hs = /* @__PURE__ */ v(Fs, [["render", zs], ["__scopeId", "data-v-ea887d7a
|
|
|
1998
2002
|
])
|
|
1999
2003
|
], 2));
|
|
2000
2004
|
}
|
|
2001
|
-
}), Zs = /* @__PURE__ */ v(Qs, [["__scopeId", "data-v-
|
|
2005
|
+
}), Zs = /* @__PURE__ */ v(Qs, [["__scopeId", "data-v-0ff968f7"]]), Xs = (e) => (H("data-v-e3cc8e27"), e = e(), R(), e), xs = { class: "quote__wrapper" }, el = { class: "quote__content" }, tl = /* @__PURE__ */ Xs(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), al = { class: "quote__quote" }, ol = { class: "quote__quote-text" }, sl = { class: "quote__author" }, ll = {
|
|
2002
2006
|
key: 0,
|
|
2003
2007
|
class: "quote__image"
|
|
2004
2008
|
}, il = { class: "quote__text" }, rl = { class: "quote__author-name" }, nl = { class: "quote__author-title" }, dl = /* @__PURE__ */ g({
|
|
@@ -2189,7 +2193,7 @@ const $l = /* @__PURE__ */ v(fl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2189
2193
|
_: 2
|
|
2190
2194
|
}, 1024),
|
|
2191
2195
|
t("div", {
|
|
2192
|
-
style:
|
|
2196
|
+
style: ee([o.media.src ? "" : "margin-top: 0px"]),
|
|
2193
2197
|
class: "rich-text",
|
|
2194
2198
|
innerHTML: o.text
|
|
2195
2199
|
}, null, 12, Ll)
|
|
@@ -2467,7 +2471,7 @@ const $l = /* @__PURE__ */ v(fl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2467
2471
|
])
|
|
2468
2472
|
]));
|
|
2469
2473
|
}
|
|
2470
|
-
}), Ni = /* @__PURE__ */ v(Ri, [["__scopeId", "data-v-3d0cbbd5"]]), ke = (e) => (H("data-v-
|
|
2474
|
+
}), 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
2475
|
key: 0,
|
|
2472
2476
|
id: "menu-dropdown",
|
|
2473
2477
|
ref: "dropdownDiv"
|
|
@@ -2592,24 +2596,24 @@ const $l = /* @__PURE__ */ v(fl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2592
2596
|
o !== null && window.removeEventListener("click", o);
|
|
2593
2597
|
});
|
|
2594
2598
|
const w = r;
|
|
2595
|
-
function
|
|
2599
|
+
function ae() {
|
|
2596
2600
|
n.value = !n.value, w("update:showDropDown", n.value);
|
|
2597
2601
|
}
|
|
2598
|
-
function
|
|
2602
|
+
function re() {
|
|
2599
2603
|
b.value = !b.value, w("update:showPortalSwitcherDropDown", b.value);
|
|
2600
2604
|
}
|
|
2601
|
-
function
|
|
2605
|
+
function ne() {
|
|
2602
2606
|
f.value = !f.value, w("update:showProfileDropDown", f.value);
|
|
2603
2607
|
}
|
|
2604
|
-
function
|
|
2608
|
+
function de() {
|
|
2605
2609
|
u.value = !u.value, w("update:burgerState", u.value);
|
|
2606
2610
|
}
|
|
2607
|
-
let G = C(null),
|
|
2608
|
-
function
|
|
2611
|
+
let G = C(null), oe = C(null);
|
|
2612
|
+
function ce() {
|
|
2609
2613
|
G.value && G.value.blur();
|
|
2610
2614
|
}
|
|
2611
2615
|
return a({
|
|
2612
|
-
defocusSearchButton:
|
|
2616
|
+
defocusSearchButton: ce
|
|
2613
2617
|
}), ($, j) => (l(), i("div", Ei, [
|
|
2614
2618
|
t("nav", null, [
|
|
2615
2619
|
t("div", ji, [
|
|
@@ -2622,7 +2626,7 @@ const $l = /* @__PURE__ */ v(fl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2622
2626
|
e.useDropdown ? (l(), i("div", Gi, [
|
|
2623
2627
|
t("button", {
|
|
2624
2628
|
class: "nav-dropdown-btn",
|
|
2625
|
-
onClick:
|
|
2629
|
+
onClick: ae
|
|
2626
2630
|
}, [
|
|
2627
2631
|
c($.$slots, "dropdown-title", {}, void 0, !0),
|
|
2628
2632
|
I(n) === !1 ? (l(), i("img", Ji)) : (l(), i("img", Wi))
|
|
@@ -2654,7 +2658,7 @@ const $l = /* @__PURE__ */ v(fl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2654
2658
|
e.usePortalSwitcher ? (l(), i("div", Xi, [
|
|
2655
2659
|
t("button", {
|
|
2656
2660
|
class: "nav-portal-switcher-btn",
|
|
2657
|
-
onClick:
|
|
2661
|
+
onClick: re
|
|
2658
2662
|
}, er),
|
|
2659
2663
|
U(t("div", tr, [
|
|
2660
2664
|
t("ul", ar, [
|
|
@@ -2666,7 +2670,7 @@ const $l = /* @__PURE__ */ v(fl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2666
2670
|
default: y(() => [
|
|
2667
2671
|
t("a", {
|
|
2668
2672
|
href: K.link,
|
|
2669
|
-
onClick: j[1] || (j[1] = (W) =>
|
|
2673
|
+
onClick: j[1] || (j[1] = (W) => x(n) ? n.value = !1 : n = !1)
|
|
2670
2674
|
}, [
|
|
2671
2675
|
t("img", {
|
|
2672
2676
|
src: K.icon
|
|
@@ -2689,7 +2693,7 @@ const $l = /* @__PURE__ */ v(fl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2689
2693
|
I(k) ? (l(), i("button", {
|
|
2690
2694
|
key: 1,
|
|
2691
2695
|
class: "nav-profile-dropdown-btn",
|
|
2692
|
-
onClick:
|
|
2696
|
+
onClick: ne
|
|
2693
2697
|
}, nr)) : h("", !0),
|
|
2694
2698
|
U(t("div", dr, [
|
|
2695
2699
|
c($.$slots, "profile-dropdown-links", {}, void 0, !0)
|
|
@@ -2708,12 +2712,12 @@ const $l = /* @__PURE__ */ v(fl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2708
2712
|
I(_) ? (l(), i("div", _r, [
|
|
2709
2713
|
t("button", {
|
|
2710
2714
|
ref_key: "mobileSearchButton",
|
|
2711
|
-
ref:
|
|
2715
|
+
ref: oe,
|
|
2712
2716
|
class: "search-icon",
|
|
2713
2717
|
"aria-label": "Toggle search",
|
|
2714
2718
|
onClick: j[2] || (j[2] = (K) => {
|
|
2715
2719
|
var E;
|
|
2716
|
-
return $.$emit("clickSearch"), (E = I(
|
|
2720
|
+
return $.$emit("clickSearch"), (E = I(oe)) == null ? void 0 : E.blur();
|
|
2717
2721
|
})
|
|
2718
2722
|
}, [
|
|
2719
2723
|
t("img", {
|
|
@@ -2727,7 +2731,7 @@ const $l = /* @__PURE__ */ v(fl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2727
2731
|
t("button", {
|
|
2728
2732
|
class: "mobile-burger-wrapper",
|
|
2729
2733
|
"aria-label": "Toggle menu",
|
|
2730
|
-
onClick: he(
|
|
2734
|
+
onClick: he(de, ["prevent"])
|
|
2731
2735
|
}, [
|
|
2732
2736
|
t("img", {
|
|
2733
2737
|
width: "20",
|
|
@@ -2752,7 +2756,7 @@ const $l = /* @__PURE__ */ v(fl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2752
2756
|
])
|
|
2753
2757
|
]));
|
|
2754
2758
|
}
|
|
2755
|
-
}), gr = /* @__PURE__ */ v(vr, [["__scopeId", "data-v-
|
|
2759
|
+
}), 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
2760
|
__name: "language-switcher",
|
|
2757
2761
|
props: {
|
|
2758
2762
|
headline: {
|
|
@@ -2791,14 +2795,14 @@ const $l = /* @__PURE__ */ v(fl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2791
2795
|
setup(e) {
|
|
2792
2796
|
return (a, r) => (l(), i("div", Ir, [
|
|
2793
2797
|
t("div", Cr, [
|
|
2794
|
-
S(
|
|
2798
|
+
S(le, {
|
|
2795
2799
|
disabled: e.isPreviousDisabled,
|
|
2796
2800
|
variant: "previous",
|
|
2797
2801
|
"aria-label": "previous",
|
|
2798
2802
|
onClick: r[0] || (r[0] = (o) => a.$emit("previous"))
|
|
2799
2803
|
}, null, 8, ["disabled"]),
|
|
2800
2804
|
c(a.$slots, "pagination-numbers"),
|
|
2801
|
-
S(
|
|
2805
|
+
S(le, {
|
|
2802
2806
|
disabled: e.isNextDisabled,
|
|
2803
2807
|
variant: "next",
|
|
2804
2808
|
"aria-label": "next",
|
|
@@ -2835,7 +2839,7 @@ const Vr = /* @__PURE__ */ v(Lr, [["render", Tr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2835
2839
|
return U((l(), i("div", Pr, [
|
|
2836
2840
|
t("button", {
|
|
2837
2841
|
class: "dropdown-button",
|
|
2838
|
-
style:
|
|
2842
|
+
style: ee({ "z-index": r.value ? 2 : 0 }),
|
|
2839
2843
|
"aria-expanded": r.value ? "true" : "false",
|
|
2840
2844
|
onClick: f[0] || (f[0] = (w) => r.value = !r.value)
|
|
2841
2845
|
}, [
|
|
@@ -2854,7 +2858,7 @@ const Vr = /* @__PURE__ */ v(Lr, [["render", Tr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2854
2858
|
disabled: !1,
|
|
2855
2859
|
value: w.value,
|
|
2856
2860
|
checked: b.selectedOptions.includes(w.value),
|
|
2857
|
-
onInput: (
|
|
2861
|
+
onInput: (ae) => u(w.value)
|
|
2858
2862
|
}, {
|
|
2859
2863
|
default: y(() => [
|
|
2860
2864
|
J(d(w.text), 1)
|
|
@@ -2957,11 +2961,11 @@ const Vr = /* @__PURE__ */ v(Lr, [["render", Tr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2957
2961
|
}
|
|
2958
2962
|
}), Ur = /* @__PURE__ */ v(Kr, [["__scopeId", "data-v-00c0bad3"]]), Jr = {
|
|
2959
2963
|
install: (e) => {
|
|
2960
|
-
e.component("AtomButton",
|
|
2964
|
+
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
2965
|
}
|
|
2962
2966
|
};
|
|
2963
2967
|
export {
|
|
2964
|
-
|
|
2968
|
+
le as AtomButton,
|
|
2965
2969
|
fe as AtomCheckbox,
|
|
2966
2970
|
Ne as AtomChip,
|
|
2967
2971
|
Ye as AtomDropdown,
|
|
@@ -2974,7 +2978,7 @@ export {
|
|
|
2974
2978
|
Bt as AtomSlider,
|
|
2975
2979
|
jt as AtomTextField,
|
|
2976
2980
|
Tt as AtomTextarea,
|
|
2977
|
-
|
|
2981
|
+
te as AtomVideo,
|
|
2978
2982
|
ao as BlockAccordion,
|
|
2979
2983
|
co as BlockCardDisplay,
|
|
2980
2984
|
fo as BlockColumnGrid,
|