@mirweb/mir-web-components 0.17.29 → 0.17.31
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as f, computed as T, openBlock as o, createElementBlock as i, normalizeClass as p, toDisplayString as n, createElementVNode as t, renderSlot as
|
|
1
|
+
import { defineComponent as f, computed as T, openBlock as o, createElementBlock as i, normalizeClass as p, toDisplayString as n, createElementVNode as t, renderSlot as _, pushScopeId as E, popScopeId as R, createTextVNode as j, ref as I, withDirectives as Z, Fragment as D, renderList as M, vShow as ee, normalizeProps as P, guardReactiveProps as F, toRefs as ye, mergeProps as te, createVNode as k, Transition as $e, withCtx as w, withModifiers as ne, createBlock as A, createCommentVNode as g, watchEffect as de, withKeys as ke, useSlots as we, normalizeStyle as ae, isRef as ie, unref as V, onMounted as ce, watch as re, onUnmounted as Se } from "vue";
|
|
2
2
|
const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
@@ -24,7 +24,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
24
24
|
for (const [l, s] of a)
|
|
25
25
|
r[l] = s;
|
|
26
26
|
return r;
|
|
27
|
-
}, J = /* @__PURE__ */ v(Ie, [["__scopeId", "data-v-a3e038ec"]]), qe = (e) => (E("data-v-42c44141"), e = e(), R(), e), Le = ["id", "name", "value", "disabled", "required"], Te = ["for"], Ve = /* @__PURE__ */ qe(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)),
|
|
27
|
+
}, J = /* @__PURE__ */ v(Ie, [["__scopeId", "data-v-a3e038ec"]]), qe = (e) => (E("data-v-42c44141"), e = e(), R(), e), Le = ["id", "name", "value", "disabled", "required"], Te = ["for"], Ve = /* @__PURE__ */ qe(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Ce = /* @__PURE__ */ f({
|
|
28
28
|
__name: "checkbox",
|
|
29
29
|
props: {
|
|
30
30
|
name: { default: "checkbox" },
|
|
@@ -57,11 +57,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
57
57
|
class: p(["checkbox__label", s.required ? "required" : ""])
|
|
58
58
|
}, [
|
|
59
59
|
Ve,
|
|
60
|
-
|
|
60
|
+
_(s.$slots, "default", {}, void 0, !0)
|
|
61
61
|
], 10, Te)
|
|
62
62
|
], 2));
|
|
63
63
|
}
|
|
64
|
-
}),
|
|
64
|
+
}), Ae = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-42c44141"]]), De = (e) => (E("data-v-08813346"), e = e(), R(), e), Me = ["aria-label"], Oe = /* @__PURE__ */ De(() => /* @__PURE__ */ t("img", {
|
|
65
65
|
src: "https://a.storyblok.com/f/230581/9x9/e4fb715dc9/close.svg?cv=1695125714598",
|
|
66
66
|
alt: "close",
|
|
67
67
|
class: "close-icon"
|
|
@@ -104,7 +104,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
104
104
|
const r = {
|
|
105
105
|
primary: "dropdown-dark-bg-primary",
|
|
106
106
|
dark: "dropdown-dark dropdown-dark-bg-dark"
|
|
107
|
-
}, l = e, s = T(() => r[l.variant]), u = I(null), c = I(null),
|
|
107
|
+
}, l = e, s = T(() => r[l.variant]), u = I(null), c = I(null), h = I([]), S = I(0), m = I(""), y = I(!0), q = I(0), X = a, B = T(() => {
|
|
108
108
|
const d = l.options.find(
|
|
109
109
|
(b) => b.value === l.modelValue
|
|
110
110
|
);
|
|
@@ -125,9 +125,9 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
125
125
|
function H(d) {
|
|
126
126
|
var $;
|
|
127
127
|
const b = d.target;
|
|
128
|
-
b.getAttribute("role") === "option" && (
|
|
128
|
+
b.getAttribute("role") === "option" && (G(b), Q(), ($ = u.value) == null || $.focus());
|
|
129
129
|
}
|
|
130
|
-
function
|
|
130
|
+
function le(d) {
|
|
131
131
|
var $;
|
|
132
132
|
const b = d.key;
|
|
133
133
|
switch (b) {
|
|
@@ -137,8 +137,8 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
137
137
|
const L = l.options.findIndex(
|
|
138
138
|
(K) => K.value === l.modelValue
|
|
139
139
|
);
|
|
140
|
-
let N = L ?
|
|
141
|
-
b === "ArrowUp" ? L - 1 >= 0 && (N =
|
|
140
|
+
let N = L ? h.value[L] : h.value[0];
|
|
141
|
+
b === "ArrowUp" ? L - 1 >= 0 && (N = h.value[L - 1]) : L + 1 <= l.options.length && (N = h.value[L + 1]), N && G(N);
|
|
142
142
|
break;
|
|
143
143
|
}
|
|
144
144
|
case "Home":
|
|
@@ -155,7 +155,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
155
155
|
break;
|
|
156
156
|
default: {
|
|
157
157
|
const L = me(b);
|
|
158
|
-
L &&
|
|
158
|
+
L && G(L);
|
|
159
159
|
break;
|
|
160
160
|
}
|
|
161
161
|
}
|
|
@@ -165,7 +165,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
165
165
|
switch (d.key) {
|
|
166
166
|
case "ArrowUp":
|
|
167
167
|
case "ArrowDown":
|
|
168
|
-
d.preventDefault(),
|
|
168
|
+
d.preventDefault(), se(), le(d);
|
|
169
169
|
break;
|
|
170
170
|
}
|
|
171
171
|
}
|
|
@@ -182,28 +182,28 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
182
182
|
(m.value === "" || b !== d) && (q.value = l.options.findIndex(
|
|
183
183
|
(L) => L.value === l.modelValue
|
|
184
184
|
)), m.value = b === d ? d : m.value + d, b = d, pe();
|
|
185
|
-
let $ =
|
|
185
|
+
let $ = oe(
|
|
186
186
|
q.value + 1,
|
|
187
187
|
l.options.length
|
|
188
188
|
);
|
|
189
|
-
return !$ && m.value.length === 1 && ($ =
|
|
189
|
+
return !$ && m.value.length === 1 && ($ = oe(0, q.value)), q.value = (q.value + 1) % l.options.length, $;
|
|
190
190
|
}
|
|
191
|
-
function
|
|
191
|
+
function oe(d, b) {
|
|
192
192
|
for (let $ = d; $ < b; $++)
|
|
193
193
|
if (l.options[$].label && l.options[$].label.toUpperCase().indexOf(m.value.toUpperCase()) === 0)
|
|
194
|
-
return
|
|
194
|
+
return h.value[$];
|
|
195
195
|
return null;
|
|
196
196
|
}
|
|
197
197
|
function ve() {
|
|
198
|
-
|
|
198
|
+
G(h.value[0]);
|
|
199
199
|
}
|
|
200
|
-
function
|
|
200
|
+
function G(d) {
|
|
201
201
|
var $, L;
|
|
202
202
|
const b = d.getAttribute("data-value");
|
|
203
203
|
if (l.modelValue) {
|
|
204
204
|
const N = l.options.findIndex(
|
|
205
205
|
(be) => be.value === l.modelValue
|
|
206
|
-
), K =
|
|
206
|
+
), K = h.value[N];
|
|
207
207
|
he(K);
|
|
208
208
|
}
|
|
209
209
|
if (d.setAttribute("aria-selected", "true"), ($ = c.value) == null || $.setAttribute(
|
|
@@ -216,19 +216,19 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
216
216
|
}
|
|
217
217
|
function fe() {
|
|
218
218
|
var b;
|
|
219
|
-
const d = (b =
|
|
220
|
-
|
|
219
|
+
const d = (b = h.value) == null ? void 0 : b[l.options.length - 1];
|
|
220
|
+
G(d);
|
|
221
221
|
}
|
|
222
222
|
function Q() {
|
|
223
223
|
var d;
|
|
224
224
|
y.value = !0, (d = u.value) == null || d.removeAttribute("aria-expanded");
|
|
225
225
|
}
|
|
226
|
-
function
|
|
226
|
+
function se() {
|
|
227
227
|
var d, b;
|
|
228
228
|
y.value = !1, (d = u.value) == null || d.setAttribute("aria-expanded", "true"), (b = c.value) == null || b.focus();
|
|
229
229
|
}
|
|
230
230
|
function ge() {
|
|
231
|
-
l.disabled || (y.value ?
|
|
231
|
+
l.disabled || (y.value ? se() : Q());
|
|
232
232
|
}
|
|
233
233
|
return (d, b) => (o(), i("div", {
|
|
234
234
|
ref: "listbox",
|
|
@@ -264,14 +264,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
264
264
|
tabindex: "0",
|
|
265
265
|
role: "listbox",
|
|
266
266
|
class: "listbox__list",
|
|
267
|
-
onKeydown:
|
|
267
|
+
onKeydown: le,
|
|
268
268
|
onClick: H
|
|
269
269
|
}, [
|
|
270
270
|
(o(!0), i(D, null, M(d.options, ($, L) => (o(), i("li", {
|
|
271
271
|
key: `${d.name}-option-${L}`,
|
|
272
272
|
ref_for: !0,
|
|
273
273
|
ref_key: "listboxOptions",
|
|
274
|
-
ref:
|
|
274
|
+
ref: h,
|
|
275
275
|
"aria-selected": $.value === d.modelValue,
|
|
276
276
|
"data-value": $.value,
|
|
277
277
|
class: "listbox__option",
|
|
@@ -298,10 +298,10 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
298
298
|
},
|
|
299
299
|
setup(e) {
|
|
300
300
|
return (a, r) => (o(), i("div", Ge, [
|
|
301
|
-
|
|
301
|
+
_(a.$slots, "default", P(F(a.$attrs)))
|
|
302
302
|
]));
|
|
303
303
|
}
|
|
304
|
-
}),
|
|
304
|
+
}), C = /* @__PURE__ */ v(We, [["__scopeId", "data-v-f71a3c87"]]), Ye = { class: "label__wrapper" }, Qe = ["aria-label", "label-dark"], Ze = /* @__PURE__ */ f({
|
|
305
305
|
__name: "label",
|
|
306
306
|
props: {
|
|
307
307
|
text: {},
|
|
@@ -317,7 +317,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
317
317
|
}, n(l.text), 11, Qe)
|
|
318
318
|
]));
|
|
319
319
|
}
|
|
320
|
-
}),
|
|
320
|
+
}), W = /* @__PURE__ */ v(Ze, [["__scopeId", "data-v-7d9d3a8a"]]), Je = { class: "link__wrapper" }, O = /* @__PURE__ */ f({
|
|
321
321
|
__name: "link",
|
|
322
322
|
props: {
|
|
323
323
|
linkType: { default: "regular" },
|
|
@@ -339,19 +339,19 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
339
339
|
true: "add-underline",
|
|
340
340
|
false: "remove-underline"
|
|
341
341
|
}, l = e, s = T(() => a[l.linkType]), u = T(() => r[l.underline]), c = T(() => {
|
|
342
|
-
const { ...
|
|
343
|
-
return
|
|
342
|
+
const { ...h } = ye(l);
|
|
343
|
+
return h;
|
|
344
344
|
});
|
|
345
|
-
return (
|
|
345
|
+
return (h, S) => (o(), i("div", Je, [
|
|
346
346
|
t("div", te(c.value, {
|
|
347
347
|
class: ["mir-link", [
|
|
348
348
|
s.value,
|
|
349
|
-
|
|
349
|
+
h.disabled ? "disabled" : "",
|
|
350
350
|
u.value,
|
|
351
|
-
|
|
351
|
+
h.arrow ? "link-arrow" : ""
|
|
352
352
|
]]
|
|
353
353
|
}), [
|
|
354
|
-
h
|
|
354
|
+
_(h.$slots, "default")
|
|
355
355
|
], 16)
|
|
356
356
|
]));
|
|
357
357
|
}
|
|
@@ -390,7 +390,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
390
390
|
class: p(["radio__label", s.required ? "required" : ""])
|
|
391
391
|
}, [
|
|
392
392
|
tt,
|
|
393
|
-
|
|
393
|
+
_(s.$slots, "default", {}, void 0, !0)
|
|
394
394
|
], 10, et)
|
|
395
395
|
], 2));
|
|
396
396
|
}
|
|
@@ -456,18 +456,18 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
456
456
|
t("div", {
|
|
457
457
|
id: "modal",
|
|
458
458
|
class: p([u.searchBar ? "search" : ""]),
|
|
459
|
-
onClick: c[0] || (c[0] =
|
|
459
|
+
onClick: c[0] || (c[0] = ne(() => {
|
|
460
460
|
}, ["stop"]))
|
|
461
461
|
}, [
|
|
462
462
|
t("div", null, [
|
|
463
|
-
u.searchBar ? g("", !0) : (o(),
|
|
463
|
+
u.searchBar ? g("", !0) : (o(), A(J, {
|
|
464
464
|
key: 0,
|
|
465
465
|
"aria-label": "close",
|
|
466
466
|
variant: "close",
|
|
467
467
|
onClick: s
|
|
468
468
|
}))
|
|
469
469
|
]),
|
|
470
|
-
|
|
470
|
+
_(u.$slots, "default", {}, void 0, !0)
|
|
471
471
|
], 2)
|
|
472
472
|
], 2)) : g("", !0)
|
|
473
473
|
]),
|
|
@@ -491,14 +491,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
491
491
|
},
|
|
492
492
|
emits: ["update:modelValue"],
|
|
493
493
|
setup(e, { emit: a }) {
|
|
494
|
-
const r = e, l = a, s = I(r.modelValue), u = I(), c = I(!1),
|
|
494
|
+
const r = e, l = a, s = I(r.modelValue), u = I(), c = I(!1), h = (m, y, q) => (m - y) / (q - y) * 100, S = (m) => {
|
|
495
495
|
var y;
|
|
496
496
|
(y = u.value) == null || y.style.setProperty("--ProgressPercent", `${m}%`);
|
|
497
497
|
};
|
|
498
|
-
return
|
|
498
|
+
return de(() => {
|
|
499
499
|
if (u.value) {
|
|
500
500
|
l("update:modelValue", s.value);
|
|
501
|
-
const m =
|
|
501
|
+
const m = h(s.value, r.min, r.max);
|
|
502
502
|
let y = (50 - m) / 100;
|
|
503
503
|
S(m + y);
|
|
504
504
|
}
|
|
@@ -545,7 +545,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
545
545
|
class: p([m.variant, "slider__value"])
|
|
546
546
|
}, n(m.modelValue), 3)
|
|
547
547
|
]),
|
|
548
|
-
m.information ? (o(),
|
|
548
|
+
m.information ? (o(), A(ue, {
|
|
549
549
|
key: 0,
|
|
550
550
|
show: c.value,
|
|
551
551
|
"onUpdate:show": y[3] || (y[3] = (q) => c.value = q)
|
|
@@ -607,7 +607,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
607
607
|
])
|
|
608
608
|
]));
|
|
609
609
|
}
|
|
610
|
-
}), qt = /* @__PURE__ */ v(It, [["__scopeId", "data-v-220a973c"]]), Lt = { class: "text-field__wrapper" }, Tt = ["for"], Vt = { key: 0 },
|
|
610
|
+
}), qt = /* @__PURE__ */ v(It, [["__scopeId", "data-v-220a973c"]]), Lt = { class: "text-field__wrapper" }, Tt = ["for"], Vt = { key: 0 }, Ct = ["id", "type", "value", "placeholder", "required", "disabled", "name"], At = ["aria-expanded"], Dt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Mt = {
|
|
611
611
|
key: 2,
|
|
612
612
|
class: "search"
|
|
613
613
|
}, Ot = {
|
|
@@ -648,54 +648,54 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
648
648
|
), c = T(
|
|
649
649
|
() => s.value ? "password" : "text"
|
|
650
650
|
);
|
|
651
|
-
return (
|
|
651
|
+
return (h, S) => (o(), i("div", Lt, [
|
|
652
652
|
t("label", {
|
|
653
|
-
for:
|
|
653
|
+
for: h.id,
|
|
654
654
|
class: p([
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
655
|
+
h.required ? "required" : "",
|
|
656
|
+
h.disabled ? "disabled" : "",
|
|
657
|
+
h.search ? "search" : ""
|
|
658
658
|
])
|
|
659
|
-
}, n(
|
|
659
|
+
}, n(h.label), 11, Tt),
|
|
660
660
|
l.value === "password" ? (o(), i("div", Vt, [
|
|
661
661
|
t("input", {
|
|
662
|
-
id:
|
|
662
|
+
id: h.id,
|
|
663
663
|
ref: "passwordField",
|
|
664
664
|
type: c.value,
|
|
665
|
-
value:
|
|
666
|
-
placeholder:
|
|
667
|
-
required:
|
|
668
|
-
disabled:
|
|
669
|
-
name:
|
|
670
|
-
onInput: S[0] || (S[0] = (m) =>
|
|
671
|
-
}, null, 40,
|
|
665
|
+
value: h.modelValue,
|
|
666
|
+
placeholder: h.placeholder,
|
|
667
|
+
required: h.required,
|
|
668
|
+
disabled: h.disabled,
|
|
669
|
+
name: h.fieldName,
|
|
670
|
+
onInput: S[0] || (S[0] = (m) => h.$emit("update:modelValue", m.target.value))
|
|
671
|
+
}, null, 40, Ct),
|
|
672
672
|
t("i", {
|
|
673
673
|
role: "button",
|
|
674
674
|
class: p([u.value]),
|
|
675
675
|
"aria-controls": "password",
|
|
676
676
|
"aria-expanded": !s.value,
|
|
677
677
|
onClick: S[1] || (S[1] = (m) => s.value = !s.value)
|
|
678
|
-
}, null, 10,
|
|
678
|
+
}, null, 10, At)
|
|
679
679
|
])) : (o(), i("input", {
|
|
680
680
|
key: 1,
|
|
681
|
-
id:
|
|
681
|
+
id: h.id,
|
|
682
682
|
ref: "textField",
|
|
683
683
|
type: l.value,
|
|
684
|
-
value:
|
|
685
|
-
placeholder:
|
|
686
|
-
required:
|
|
684
|
+
value: h.modelValue,
|
|
685
|
+
placeholder: h.placeholder,
|
|
686
|
+
required: h.required,
|
|
687
687
|
class: p([
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
688
|
+
h.invalid ? "invalid" : "",
|
|
689
|
+
h.valid ? "valid" : "",
|
|
690
|
+
h.search ? "search" : ""
|
|
691
691
|
]),
|
|
692
|
-
disabled:
|
|
693
|
-
name:
|
|
694
|
-
onInput: S[2] || (S[2] = (m) =>
|
|
692
|
+
disabled: h.disabled,
|
|
693
|
+
name: h.fieldName,
|
|
694
|
+
onInput: S[2] || (S[2] = (m) => h.$emit("update:modelValue", m.target.value))
|
|
695
695
|
}, null, 42, Dt)),
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
696
|
+
h.search ? (o(), i("i", Mt)) : g("", !0),
|
|
697
|
+
h.errorMessage ? (o(), i("strong", Ot, n(h.errorMessage), 1)) : g("", !0),
|
|
698
|
+
h.helperText ? (o(), i("span", Pt, n(h.helperText), 1)) : g("", !0)
|
|
699
699
|
]));
|
|
700
700
|
}
|
|
701
701
|
}), Et = /* @__PURE__ */ v(Ft, [["__scopeId", "data-v-414b9435"]]), Rt = { class: "video__wrapper" }, Nt = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], Ht = ["src", "aria-label", "title", "width", "height"], zt = /* @__PURE__ */ f({
|
|
@@ -717,7 +717,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
717
717
|
setup(e, { expose: a }) {
|
|
718
718
|
const r = e;
|
|
719
719
|
let l = I(null);
|
|
720
|
-
return
|
|
720
|
+
return de(() => {
|
|
721
721
|
l.value && (r.play ? l.value.play() : r.play || l.value.pause());
|
|
722
722
|
}), a({
|
|
723
723
|
resetVideo: () => {
|
|
@@ -752,7 +752,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
752
752
|
}, null, 8, Ht))
|
|
753
753
|
]));
|
|
754
754
|
}
|
|
755
|
-
}),
|
|
755
|
+
}), Y = /* @__PURE__ */ v(zt, [["__scopeId", "data-v-c6a0feb6"]]), Ut = { class: "address__wrapper" }, Kt = { class: "address__content" }, jt = { class: "address__flag" }, Gt = { class: "address__address" }, Wt = { class: "address__name" }, Yt = { key: 0 }, Qt = { class: "address__contact" }, Zt = ["href"], Jt = ["href"], Xt = /* @__PURE__ */ f({
|
|
756
756
|
__name: "address",
|
|
757
757
|
props: {
|
|
758
758
|
name: {},
|
|
@@ -767,7 +767,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
767
767
|
return (a, r) => (o(), i("div", Ut, [
|
|
768
768
|
t("div", Kt, [
|
|
769
769
|
t("div", jt, [
|
|
770
|
-
|
|
770
|
+
_(a.$slots, "address-flag", {}, void 0, !0)
|
|
771
771
|
]),
|
|
772
772
|
t("div", Gt, [
|
|
773
773
|
t("p", Wt, n(a.name), 1),
|
|
@@ -777,7 +777,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
777
777
|
a.addressLine3 ? (o(), i("p", Yt, n(a.addressLine3), 1)) : g("", !0)
|
|
778
778
|
]),
|
|
779
779
|
t("div", Qt, [
|
|
780
|
-
(o(!0), i(D, null, M(a.phoneNumbers, (l) => (o(),
|
|
780
|
+
(o(!0), i(D, null, M(a.phoneNumbers, (l) => (o(), A(O, {
|
|
781
781
|
key: l,
|
|
782
782
|
underline: "false",
|
|
783
783
|
"link-type": "regular"
|
|
@@ -875,7 +875,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
875
875
|
height: "335"
|
|
876
876
|
}
|
|
877
877
|
}, s = e, u = T(() => l[s.size]);
|
|
878
|
-
return (c,
|
|
878
|
+
return (c, h) => (o(), i("div", sa, [
|
|
879
879
|
t("div", {
|
|
880
880
|
class: p(["card", [
|
|
881
881
|
c.theme === "dark" ? "card--dark" : "card--light",
|
|
@@ -885,12 +885,12 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
885
885
|
c.variant === "product" ? "card--product" : "card--article"
|
|
886
886
|
]]),
|
|
887
887
|
style: ae([c.variant === "product" ? "font-weight: 700" : "font-weight: 300"]),
|
|
888
|
-
onMouseover:
|
|
889
|
-
onMouseout:
|
|
888
|
+
onMouseover: h[0] || (h[0] = (S) => ie(r) ? r.value = !0 : r = !0),
|
|
889
|
+
onMouseout: h[1] || (h[1] = (S) => ie(r) ? r.value = !1 : r = !1)
|
|
890
890
|
}, [
|
|
891
|
-
c.mediaType === "image" ? (o(), C
|
|
891
|
+
c.mediaType === "image" ? (o(), A(C, { key: 0 }, {
|
|
892
892
|
default: w(() => [
|
|
893
|
-
|
|
893
|
+
_(c.$slots, "card-image", te({
|
|
894
894
|
src: c.imgSrc,
|
|
895
895
|
width: "596",
|
|
896
896
|
height: "335",
|
|
@@ -904,7 +904,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
904
904
|
key: 1,
|
|
905
905
|
class: p(["video-card__wrapper", V(r) === !0 ? "vimeoPlaying" : ""])
|
|
906
906
|
}, [
|
|
907
|
-
k(
|
|
907
|
+
k(Y, {
|
|
908
908
|
play: V(r),
|
|
909
909
|
"local-video": !0,
|
|
910
910
|
src: c.videoSrc,
|
|
@@ -919,7 +919,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
919
919
|
}, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
|
|
920
920
|
], 2)),
|
|
921
921
|
V(a)["card-label"] ? (o(), i("div", ia, [
|
|
922
|
-
|
|
922
|
+
_(c.$slots, "card-label")
|
|
923
923
|
])) : g("", !0),
|
|
924
924
|
c.variant === "product" ? (o(), i("h3", {
|
|
925
925
|
key: 3,
|
|
@@ -959,7 +959,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
959
959
|
},
|
|
960
960
|
setup(e) {
|
|
961
961
|
return (a, r) => (o(), i("div", ua, [
|
|
962
|
-
k(
|
|
962
|
+
k(W, {
|
|
963
963
|
"label-dark": !1,
|
|
964
964
|
text: e.eventType ? e.eventType : ""
|
|
965
965
|
}, null, 8, ["text"]),
|
|
@@ -990,7 +990,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
990
990
|
},
|
|
991
991
|
setup(e) {
|
|
992
992
|
return (a, r) => (o(), i("div", ga, [
|
|
993
|
-
k(
|
|
993
|
+
k(W, {
|
|
994
994
|
"label-dark": !1,
|
|
995
995
|
text: e.label ? e.label : ""
|
|
996
996
|
}, null, 8, ["text"]),
|
|
@@ -1049,7 +1049,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1049
1049
|
arrow: ""
|
|
1050
1050
|
}, {
|
|
1051
1051
|
default: w(() => [
|
|
1052
|
-
|
|
1052
|
+
_(a.$slots, "facts-link", {}, void 0, !0)
|
|
1053
1053
|
]),
|
|
1054
1054
|
_: 3
|
|
1055
1055
|
})
|
|
@@ -1057,7 +1057,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1057
1057
|
])
|
|
1058
1058
|
]));
|
|
1059
1059
|
}
|
|
1060
|
-
}),
|
|
1060
|
+
}), Ca = /* @__PURE__ */ v(Va, [["__scopeId", "data-v-d2b231d4"]]), Aa = { class: "features__wrapper" }, Da = { class: "features__content" }, Ma = {
|
|
1061
1061
|
key: 0,
|
|
1062
1062
|
class: "features__headline"
|
|
1063
1063
|
}, Oa = {
|
|
@@ -1071,7 +1071,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1071
1071
|
elements: { default: () => [] }
|
|
1072
1072
|
},
|
|
1073
1073
|
setup(e) {
|
|
1074
|
-
return (a, r) => (o(), i("div",
|
|
1074
|
+
return (a, r) => (o(), i("div", Aa, [
|
|
1075
1075
|
t("div", Da, [
|
|
1076
1076
|
a.headline ? (o(), i("div", Ma, [
|
|
1077
1077
|
t("h2", null, n(a.headline), 1)
|
|
@@ -1086,9 +1086,9 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1086
1086
|
key: l.headline,
|
|
1087
1087
|
class: "features__element"
|
|
1088
1088
|
}, [
|
|
1089
|
-
k(
|
|
1089
|
+
k(C, { class: "element__icon" }, {
|
|
1090
1090
|
default: w(() => [
|
|
1091
|
-
|
|
1091
|
+
_(a.$slots, "features-icon", P(F({
|
|
1092
1092
|
src: l.icon.src,
|
|
1093
1093
|
height: 30,
|
|
1094
1094
|
width: 30,
|
|
@@ -1118,11 +1118,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1118
1118
|
t("div", za, [
|
|
1119
1119
|
t("h2", Ua, n(e.headline), 1),
|
|
1120
1120
|
t("div", Ka, [
|
|
1121
|
-
|
|
1121
|
+
_(a.$slots, "form-body", {}, void 0, !0)
|
|
1122
1122
|
])
|
|
1123
1123
|
]),
|
|
1124
1124
|
t("div", ja, [
|
|
1125
|
-
|
|
1125
|
+
_(a.$slots, "form-script", {}, void 0, !0)
|
|
1126
1126
|
])
|
|
1127
1127
|
])
|
|
1128
1128
|
]));
|
|
@@ -1149,9 +1149,9 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1149
1149
|
return (a, r) => (o(), i("div", Ya, [
|
|
1150
1150
|
t("div", Qa, [
|
|
1151
1151
|
t("div", Za, [
|
|
1152
|
-
k(
|
|
1152
|
+
k(C, null, {
|
|
1153
1153
|
default: w(() => [
|
|
1154
|
-
|
|
1154
|
+
_(a.$slots, "image", P(F({ width: 984, height: 554, src: e.src, alt: e.alt })))
|
|
1155
1155
|
]),
|
|
1156
1156
|
_: 3
|
|
1157
1157
|
})
|
|
@@ -1197,9 +1197,9 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1197
1197
|
}, [
|
|
1198
1198
|
t("div", el, [
|
|
1199
1199
|
s.mediaLarge && s.mediaType === "image" ? (o(), i("div", tl, [
|
|
1200
|
-
k(
|
|
1200
|
+
k(C, null, {
|
|
1201
1201
|
default: w(() => [
|
|
1202
|
-
|
|
1202
|
+
_(s.$slots, "image-large", P(F({
|
|
1203
1203
|
width: 617,
|
|
1204
1204
|
height: 530,
|
|
1205
1205
|
src: s.mediaLarge.src,
|
|
@@ -1210,7 +1210,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1210
1210
|
})
|
|
1211
1211
|
])) : g("", !0),
|
|
1212
1212
|
s.mediaLarge && s.mediaType === "video" ? (o(), i("div", al, [
|
|
1213
|
-
k(
|
|
1213
|
+
k(Y, {
|
|
1214
1214
|
src: s.mediaLarge.src,
|
|
1215
1215
|
"local-video": "",
|
|
1216
1216
|
"aria-label": s.mediaLarge.alt,
|
|
@@ -1235,9 +1235,9 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1235
1235
|
key: c.src + c.alt,
|
|
1236
1236
|
class: "image image--small"
|
|
1237
1237
|
}, [
|
|
1238
|
-
k(
|
|
1238
|
+
k(C, null, {
|
|
1239
1239
|
default: w(() => [
|
|
1240
|
-
|
|
1240
|
+
_(s.$slots, "image-small", P(F({
|
|
1241
1241
|
width: 328,
|
|
1242
1242
|
height: 246,
|
|
1243
1243
|
src: c.src,
|
|
@@ -1284,32 +1284,16 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1284
1284
|
], 2)
|
|
1285
1285
|
]));
|
|
1286
1286
|
}
|
|
1287
|
-
}), dl = /* @__PURE__ */ v(nl, [["__scopeId", "data-v-080238bd"]]), cl = (e) => (E("data-v-
|
|
1288
|
-
key: 0,
|
|
1289
|
-
class: "hero__video__video"
|
|
1290
|
-
}, yl = {
|
|
1291
|
-
key: 1,
|
|
1292
|
-
class: "hero__image"
|
|
1293
|
-
}, $l = /* @__PURE__ */ f({
|
|
1287
|
+
}), dl = /* @__PURE__ */ v(nl, [["__scopeId", "data-v-080238bd"]]), cl = (e) => (E("data-v-22f9be13"), e = e(), R(), e), ul = { class: "hero__wrapper" }, _l = { class: "hero__content" }, hl = { class: "hero__top" }, pl = { class: "hero__elements" }, ml = { class: "hero__headline" }, vl = { class: "hero__link" }, fl = { class: "hero__video" }, gl = /* @__PURE__ */ cl(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), bl = { class: "hero__video__video" }, yl = { class: "hero__image" }, $l = /* @__PURE__ */ f({
|
|
1294
1288
|
__name: "hero",
|
|
1295
1289
|
props: {
|
|
1296
1290
|
headline: {
|
|
1297
1291
|
type: String,
|
|
1298
1292
|
required: !0
|
|
1299
|
-
},
|
|
1300
|
-
video: {
|
|
1301
|
-
type: Object,
|
|
1302
|
-
required: !0
|
|
1303
1293
|
}
|
|
1304
1294
|
},
|
|
1305
1295
|
setup(e) {
|
|
1306
|
-
|
|
1307
|
-
return le(() => {
|
|
1308
|
-
const r = navigator.userAgent;
|
|
1309
|
-
a.value = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(
|
|
1310
|
-
r
|
|
1311
|
-
);
|
|
1312
|
-
}), (r, l) => (o(), i("div", ul, [
|
|
1296
|
+
return (a, r) => (o(), i("div", ul, [
|
|
1313
1297
|
t("div", _l, [
|
|
1314
1298
|
t("div", hl, [
|
|
1315
1299
|
t("div", pl, [
|
|
@@ -1322,7 +1306,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1322
1306
|
arrow: ""
|
|
1323
1307
|
}, {
|
|
1324
1308
|
default: w(() => [
|
|
1325
|
-
|
|
1309
|
+
_(a.$slots, "hero-link", {}, void 0, !0)
|
|
1326
1310
|
]),
|
|
1327
1311
|
_: 3
|
|
1328
1312
|
})
|
|
@@ -1331,26 +1315,17 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1331
1315
|
]),
|
|
1332
1316
|
t("div", fl, [
|
|
1333
1317
|
gl,
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
])
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
"aria-label": e.video.alt,
|
|
1341
|
-
controls: !1,
|
|
1342
|
-
autoplay: "",
|
|
1343
|
-
loop: "",
|
|
1344
|
-
muted: "",
|
|
1345
|
-
play: "",
|
|
1346
|
-
poster: e.video.poster
|
|
1347
|
-
}, null, 8, ["src", "aria-label", "poster"])
|
|
1348
|
-
]))
|
|
1318
|
+
t("div", bl, [
|
|
1319
|
+
_(a.$slots, "hero-video", {}, void 0, !0)
|
|
1320
|
+
]),
|
|
1321
|
+
t("div", yl, [
|
|
1322
|
+
_(a.$slots, "hero-image", {}, void 0, !0)
|
|
1323
|
+
])
|
|
1349
1324
|
])
|
|
1350
1325
|
])
|
|
1351
1326
|
]));
|
|
1352
1327
|
}
|
|
1353
|
-
}), kl = /* @__PURE__ */ v($l, [["__scopeId", "data-v-
|
|
1328
|
+
}), kl = /* @__PURE__ */ v($l, [["__scopeId", "data-v-22f9be13"]]), wl = { class: "logo-wall__wrapper" }, Sl = { class: "logo-wall__content" }, Bl = {
|
|
1354
1329
|
key: 0,
|
|
1355
1330
|
class: "logo-wall__text"
|
|
1356
1331
|
}, Il = { key: 0 }, ql = { key: 1 }, Ll = { class: "logo-wall__logos" }, Tl = { class: "logo-wall__link" }, Vl = /* @__PURE__ */ f({
|
|
@@ -1382,9 +1357,9 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1382
1357
|
key: l.src + l.alt,
|
|
1383
1358
|
class: "logo-wall__logo"
|
|
1384
1359
|
}, [
|
|
1385
|
-
k(
|
|
1360
|
+
k(C, null, {
|
|
1386
1361
|
default: w(() => [
|
|
1387
|
-
|
|
1362
|
+
_(a.$slots, "logo-wall-logo", P(F({
|
|
1388
1363
|
width: 130,
|
|
1389
1364
|
height: 130,
|
|
1390
1365
|
src: l.src,
|
|
@@ -1401,7 +1376,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1401
1376
|
arrow: !0
|
|
1402
1377
|
}, {
|
|
1403
1378
|
default: w(() => [
|
|
1404
|
-
|
|
1379
|
+
_(a.$slots, "logo-wall-link", {}, void 0, !0)
|
|
1405
1380
|
]),
|
|
1406
1381
|
_: 3
|
|
1407
1382
|
})
|
|
@@ -1409,7 +1384,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1409
1384
|
])
|
|
1410
1385
|
]));
|
|
1411
1386
|
}
|
|
1412
|
-
}),
|
|
1387
|
+
}), Cl = /* @__PURE__ */ v(Vl, [["__scopeId", "data-v-a8afd396"]]), Al = { class: "micro-stories__top" }, Dl = {
|
|
1413
1388
|
key: 0,
|
|
1414
1389
|
class: "headline"
|
|
1415
1390
|
}, Ml = {
|
|
@@ -1431,7 +1406,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1431
1406
|
return (s, u) => (o(), i("div", {
|
|
1432
1407
|
class: p(["micro-stories__wrapper", r.value])
|
|
1433
1408
|
}, [
|
|
1434
|
-
t("div",
|
|
1409
|
+
t("div", Al, [
|
|
1435
1410
|
s.headline ? (o(), i("div", Dl, [
|
|
1436
1411
|
t("h2", null, n(s.headline), 1)
|
|
1437
1412
|
])) : g("", !0),
|
|
@@ -1440,16 +1415,16 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1440
1415
|
])) : g("", !0)
|
|
1441
1416
|
]),
|
|
1442
1417
|
t("div", Ol, [
|
|
1443
|
-
|
|
1418
|
+
_(s.$slots, "micro-stories-slides")
|
|
1444
1419
|
]),
|
|
1445
|
-
|
|
1420
|
+
_(s.$slots, "micro-stories-controls")
|
|
1446
1421
|
], 2));
|
|
1447
1422
|
}
|
|
1448
1423
|
}), Fl = {}, El = { class: "policy__wrapper" }, Rl = { class: "policy__content" };
|
|
1449
1424
|
function Nl(e, a) {
|
|
1450
1425
|
return o(), i("div", El, [
|
|
1451
1426
|
t("div", Rl, [
|
|
1452
|
-
|
|
1427
|
+
_(e.$slots, "default", {}, void 0, !0)
|
|
1453
1428
|
])
|
|
1454
1429
|
]);
|
|
1455
1430
|
}
|
|
@@ -1485,7 +1460,7 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1485
1460
|
e.paragraph ? (o(), i("p", jl, n(e.paragraph), 1)) : g("", !0)
|
|
1486
1461
|
])) : g("", !0),
|
|
1487
1462
|
t("div", Gl, [
|
|
1488
|
-
|
|
1463
|
+
_(a.$slots, "card-display-cards", {}, void 0, !0)
|
|
1489
1464
|
])
|
|
1490
1465
|
])
|
|
1491
1466
|
], 2));
|
|
@@ -1526,9 +1501,9 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1526
1501
|
s.reverse ? "promo__image--reverse" : "promo__image--default"
|
|
1527
1502
|
])
|
|
1528
1503
|
}, [
|
|
1529
|
-
k(
|
|
1504
|
+
k(C, null, {
|
|
1530
1505
|
default: w(() => [
|
|
1531
|
-
|
|
1506
|
+
_(s.$slots, "promo-image", P(F({ src: s.src, width: 1920, alt: s.alt, height: 1080 })))
|
|
1532
1507
|
]),
|
|
1533
1508
|
_: 3
|
|
1534
1509
|
})
|
|
@@ -1540,7 +1515,7 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1540
1515
|
s.reverse ? "promo__video--reverse" : "promo__video--default"
|
|
1541
1516
|
])
|
|
1542
1517
|
}, [
|
|
1543
|
-
k(
|
|
1518
|
+
k(Y, {
|
|
1544
1519
|
src: s.src,
|
|
1545
1520
|
"local-video": "",
|
|
1546
1521
|
"aria-label": s.alt,
|
|
@@ -1558,7 +1533,7 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1558
1533
|
s.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
1559
1534
|
])
|
|
1560
1535
|
}, [
|
|
1561
|
-
s.label ? (o(),
|
|
1536
|
+
s.label ? (o(), A(W, {
|
|
1562
1537
|
key: 0,
|
|
1563
1538
|
text: s.label,
|
|
1564
1539
|
"label-dark": s.variant === "dark"
|
|
@@ -1569,22 +1544,22 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1569
1544
|
s.variant === "dark" ? "promo__title--dark" : ""
|
|
1570
1545
|
])
|
|
1571
1546
|
}, n(s.headline), 3),
|
|
1572
|
-
s.linkType === "link" ? (o(),
|
|
1547
|
+
s.linkType === "link" ? (o(), A(O, {
|
|
1573
1548
|
key: 1,
|
|
1574
1549
|
"link-type": s.variant === "dark" ? "regular_dark" : (s.variant === "light", "regular_light"),
|
|
1575
1550
|
arrow: ""
|
|
1576
1551
|
}, {
|
|
1577
1552
|
default: w(() => [
|
|
1578
|
-
|
|
1553
|
+
_(s.$slots, "promo-link")
|
|
1579
1554
|
]),
|
|
1580
1555
|
_: 3
|
|
1581
1556
|
}, 8, ["link-type"])) : g("", !0),
|
|
1582
|
-
s.linkType === "button" ? (o(),
|
|
1557
|
+
s.linkType === "button" ? (o(), A(O, {
|
|
1583
1558
|
key: 2,
|
|
1584
1559
|
"link-type": s.variant === "dark" ? "secondary_dark" : (s.variant === "light", "secondary")
|
|
1585
1560
|
}, {
|
|
1586
1561
|
default: w(() => [
|
|
1587
|
-
|
|
1562
|
+
_(s.$slots, "promo-link")
|
|
1588
1563
|
]),
|
|
1589
1564
|
_: 3
|
|
1590
1565
|
}, 8, ["link-type"])) : g("", !0)
|
|
@@ -1624,9 +1599,9 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1624
1599
|
t("p", lo, n(e.quote), 1),
|
|
1625
1600
|
t("div", oo, [
|
|
1626
1601
|
e.authorImage ? (o(), i("div", so, [
|
|
1627
|
-
k(
|
|
1602
|
+
k(C, null, {
|
|
1628
1603
|
default: w(() => [
|
|
1629
|
-
|
|
1604
|
+
_(a.$slots, "author-image", P(F({
|
|
1630
1605
|
src: e.authorImage + "/m/100x100",
|
|
1631
1606
|
width: 60,
|
|
1632
1607
|
height: 60
|
|
@@ -1670,7 +1645,7 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1670
1645
|
])
|
|
1671
1646
|
}, [
|
|
1672
1647
|
t("div", _o, [
|
|
1673
|
-
a.label ? (o(),
|
|
1648
|
+
a.label ? (o(), A(W, {
|
|
1674
1649
|
key: 0,
|
|
1675
1650
|
text: a.label,
|
|
1676
1651
|
"label-dark": !1
|
|
@@ -1694,13 +1669,13 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1694
1669
|
a.bulletList || a.image ? "rich-text__body--content-right" : ""
|
|
1695
1670
|
])
|
|
1696
1671
|
}, [
|
|
1697
|
-
|
|
1672
|
+
_(a.$slots, "rich-text-content"),
|
|
1698
1673
|
a.links ? (o(), i("div", ho, [
|
|
1699
|
-
|
|
1674
|
+
_(a.$slots, "rich-text-links")
|
|
1700
1675
|
])) : g("", !0)
|
|
1701
1676
|
], 2),
|
|
1702
1677
|
a.bulletList ? (o(), i("div", po, [
|
|
1703
|
-
|
|
1678
|
+
_(a.$slots, "rich-text-bullet-list")
|
|
1704
1679
|
])) : g("", !0),
|
|
1705
1680
|
a.image ? (o(), i("div", {
|
|
1706
1681
|
key: 1,
|
|
@@ -1709,9 +1684,9 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1709
1684
|
a.imageClip ? "rich-text__image--clip" : ""
|
|
1710
1685
|
])
|
|
1711
1686
|
}, [
|
|
1712
|
-
k(
|
|
1687
|
+
k(C, null, {
|
|
1713
1688
|
default: w(() => [
|
|
1714
|
-
|
|
1689
|
+
_(a.$slots, "rich-text-image", P(F({ width: 865, height: 307 })))
|
|
1715
1690
|
]),
|
|
1716
1691
|
_: 3
|
|
1717
1692
|
})
|
|
@@ -1727,10 +1702,10 @@ function ko(e, a) {
|
|
|
1727
1702
|
t("div", yo, [
|
|
1728
1703
|
t("div", $o, [
|
|
1729
1704
|
t("div", null, [
|
|
1730
|
-
|
|
1705
|
+
_(e.$slots, "rich-text-content-left", {}, void 0, !0)
|
|
1731
1706
|
]),
|
|
1732
1707
|
t("div", null, [
|
|
1733
|
-
|
|
1708
|
+
_(e.$slots, "rich-text-content-right", {}, void 0, !0)
|
|
1734
1709
|
])
|
|
1735
1710
|
])
|
|
1736
1711
|
])
|
|
@@ -1740,7 +1715,7 @@ function ko(e, a) {
|
|
|
1740
1715
|
const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4"]]), So = (e) => (E("data-v-78d319df"), e = e(), R(), e), Bo = { class: "timeline__wrapper" }, Io = { class: "timeline__content" }, qo = { class: "timeline__items" }, Lo = { class: "item__left" }, To = /* @__PURE__ */ So(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
|
|
1741
1716
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
1742
1717
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
1743
|
-
], -1)), Vo = { class: "item__right" },
|
|
1718
|
+
], -1)), Vo = { class: "item__right" }, Co = ["innerHTML"], Ao = /* @__PURE__ */ f({
|
|
1744
1719
|
__name: "timeline",
|
|
1745
1720
|
props: {
|
|
1746
1721
|
timelineItems: {
|
|
@@ -1749,7 +1724,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1749
1724
|
}
|
|
1750
1725
|
},
|
|
1751
1726
|
setup(e) {
|
|
1752
|
-
return
|
|
1727
|
+
return ce(() => {
|
|
1753
1728
|
const a = document.querySelectorAll(".timeline__item"), r = new IntersectionObserver(
|
|
1754
1729
|
(l) => {
|
|
1755
1730
|
l.forEach((s) => {
|
|
@@ -1773,9 +1748,9 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1773
1748
|
t("div", Lo, n(l.year), 1),
|
|
1774
1749
|
To,
|
|
1775
1750
|
t("div", Vo, [
|
|
1776
|
-
k(
|
|
1751
|
+
k(C, null, {
|
|
1777
1752
|
default: w(() => [
|
|
1778
|
-
l.media.type === "image" ?
|
|
1753
|
+
l.media.type === "image" ? _(a.$slots, "timeline-image", P(te({ key: 0 }, { src: l.media.src, alt: l.media.alt })), void 0, !0) : g("", !0)
|
|
1779
1754
|
]),
|
|
1780
1755
|
_: 2
|
|
1781
1756
|
}, 1024),
|
|
@@ -1783,14 +1758,14 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1783
1758
|
style: ae([l.media.type === "none" ? "margin-top: 0px" : ""]),
|
|
1784
1759
|
class: "rich-text",
|
|
1785
1760
|
innerHTML: l.text
|
|
1786
|
-
}, null, 12,
|
|
1761
|
+
}, null, 12, Co)
|
|
1787
1762
|
])
|
|
1788
1763
|
]))), 128))
|
|
1789
1764
|
])
|
|
1790
1765
|
])
|
|
1791
1766
|
]));
|
|
1792
1767
|
}
|
|
1793
|
-
}), Do = /* @__PURE__ */ v(
|
|
1768
|
+
}), Do = /* @__PURE__ */ v(Ao, [["__scopeId", "data-v-78d319df"]]), Mo = { class: "vimeo" }, Oo = { class: "vimeo__wrapper" }, Po = {
|
|
1794
1769
|
key: 0,
|
|
1795
1770
|
class: "vimeo__headline"
|
|
1796
1771
|
}, Fo = {
|
|
@@ -1812,7 +1787,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1812
1787
|
return (a, r) => (o(), i("div", Mo, [
|
|
1813
1788
|
t("div", Oo, [
|
|
1814
1789
|
e.headline ? (o(), i("h2", Po, n(e.headline), 1)) : g("", !0),
|
|
1815
|
-
|
|
1790
|
+
_(a.$slots, "vimeo-content", {}, void 0, !0),
|
|
1816
1791
|
e.description ? (o(), i("p", Fo, n(e.description), 1)) : g("", !0)
|
|
1817
1792
|
])
|
|
1818
1793
|
]));
|
|
@@ -1830,7 +1805,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1830
1805
|
t("div", Ho, [
|
|
1831
1806
|
t("h1", zo, n(e.headline), 1),
|
|
1832
1807
|
t("div", Uo, [
|
|
1833
|
-
|
|
1808
|
+
_(a.$slots, "not-found-body", {}, void 0, !0)
|
|
1834
1809
|
])
|
|
1835
1810
|
])
|
|
1836
1811
|
]));
|
|
@@ -1852,10 +1827,10 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1852
1827
|
return (a, r) => (o(), i("div", Go, [
|
|
1853
1828
|
t("div", Wo, [
|
|
1854
1829
|
t("div", Yo, [
|
|
1855
|
-
|
|
1830
|
+
_(a.$slots, "filter-dropdowns")
|
|
1856
1831
|
]),
|
|
1857
1832
|
t("div", Qo, [
|
|
1858
|
-
|
|
1833
|
+
_(a.$slots, "filter-chips"),
|
|
1859
1834
|
e.hasChips ? (o(), i("button", {
|
|
1860
1835
|
key: 0,
|
|
1861
1836
|
class: "filter__clear",
|
|
@@ -1886,7 +1861,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1886
1861
|
t("span", ts, n(l.title), 1),
|
|
1887
1862
|
t("nav", null, [
|
|
1888
1863
|
t("ul", as, [
|
|
1889
|
-
|
|
1864
|
+
_(a.$slots, "section-links", {
|
|
1890
1865
|
links: l.links
|
|
1891
1866
|
})
|
|
1892
1867
|
])
|
|
@@ -1933,11 +1908,11 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1933
1908
|
j(n(a.changeRegion), 1)
|
|
1934
1909
|
])
|
|
1935
1910
|
]),
|
|
1936
|
-
|
|
1937
|
-
|
|
1911
|
+
_(a.$slots, "footer-privacy-link"),
|
|
1912
|
+
_(a.$slots, "footer-cookie-link")
|
|
1938
1913
|
]),
|
|
1939
1914
|
t("div", ps, [
|
|
1940
|
-
(o(!0), i(D, null, M(a.socialMedia, (l) => (o(),
|
|
1915
|
+
(o(!0), i(D, null, M(a.socialMedia, (l) => (o(), A(O, {
|
|
1941
1916
|
key: l.title,
|
|
1942
1917
|
underline: "false",
|
|
1943
1918
|
"link-type": "regular"
|
|
@@ -1973,7 +1948,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1973
1948
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
1974
1949
|
alt: "dropdownarrow",
|
|
1975
1950
|
style: { transform: "rotate(180deg)" }
|
|
1976
|
-
}, Bs = { class: "dropdown-content" }, Is = { class: "nav-search-wrapper" }, qs = ["src"], Ls = { class: "mobile-logo-search-burger-wrapper" }, Ts = { class: "mobile-mir-link-logo" }, Vs = { class: "mobile-search-wrapper" },
|
|
1951
|
+
}, Bs = { class: "dropdown-content" }, Is = { class: "nav-search-wrapper" }, qs = ["src"], Ls = { class: "mobile-logo-search-burger-wrapper" }, Ts = { class: "mobile-mir-link-logo" }, Vs = { class: "mobile-search-wrapper" }, Cs = ["src"], As = ["src"], Ds = { class: "mobile-menu-content-wrapper" }, Ms = { class: "mobile-dropdown-content" }, Os = /* @__PURE__ */ f({
|
|
1977
1952
|
__name: "header",
|
|
1978
1953
|
props: {
|
|
1979
1954
|
burgerState: {
|
|
@@ -1994,25 +1969,25 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1994
1969
|
let l = null;
|
|
1995
1970
|
const s = e;
|
|
1996
1971
|
let u = I(s.burgerState), c = I(s.showDropDown);
|
|
1997
|
-
|
|
1972
|
+
re(
|
|
1998
1973
|
() => s.burgerState,
|
|
1999
1974
|
(B) => u.value = B
|
|
2000
|
-
),
|
|
1975
|
+
), re(
|
|
2001
1976
|
() => s.showDropDown,
|
|
2002
1977
|
(B) => c.value = B
|
|
2003
|
-
),
|
|
1978
|
+
), ce(() => {
|
|
2004
1979
|
l = (B) => {
|
|
2005
1980
|
B.target.closest("#menu-dropdown") || (c.value = !1);
|
|
2006
1981
|
}, window.addEventListener("click", l);
|
|
2007
1982
|
}), Se(() => {
|
|
2008
1983
|
l !== null && window.removeEventListener("click", l);
|
|
2009
1984
|
});
|
|
2010
|
-
const
|
|
1985
|
+
const h = r;
|
|
2011
1986
|
function S() {
|
|
2012
|
-
c.value = !c.value,
|
|
1987
|
+
c.value = !c.value, h("update:showDropDown", c.value);
|
|
2013
1988
|
}
|
|
2014
1989
|
function m() {
|
|
2015
|
-
u.value = !u.value,
|
|
1990
|
+
u.value = !u.value, h("update:burgerState", u.value);
|
|
2016
1991
|
}
|
|
2017
1992
|
let y = I(null), q = I(null);
|
|
2018
1993
|
function X() {
|
|
@@ -2024,21 +1999,21 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2024
1999
|
t("nav", null, [
|
|
2025
2000
|
t("div", bs, [
|
|
2026
2001
|
t("div", ys, [
|
|
2027
|
-
|
|
2002
|
+
_(B.$slots, "link-logo", {}, void 0, !0)
|
|
2028
2003
|
]),
|
|
2029
2004
|
t("ul", $s, [
|
|
2030
|
-
|
|
2005
|
+
_(B.$slots, "main-nav-items", {}, void 0, !0)
|
|
2031
2006
|
]),
|
|
2032
2007
|
t("div", ks, [
|
|
2033
2008
|
t("button", {
|
|
2034
2009
|
class: "nav-dropdown-btn",
|
|
2035
2010
|
onClick: S
|
|
2036
2011
|
}, [
|
|
2037
|
-
|
|
2012
|
+
_(B.$slots, "dropdown-title", {}, void 0, !0),
|
|
2038
2013
|
V(c) === !1 ? (o(), i("img", ws)) : (o(), i("img", Ss))
|
|
2039
2014
|
]),
|
|
2040
2015
|
Z(t("div", Bs, [
|
|
2041
|
-
|
|
2016
|
+
_(B.$slots, "dropdown-links", {}, void 0, !0)
|
|
2042
2017
|
], 512), [
|
|
2043
2018
|
[ee, V(c)]
|
|
2044
2019
|
])
|
|
@@ -2067,7 +2042,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2067
2042
|
}, [
|
|
2068
2043
|
t("div", Ls, [
|
|
2069
2044
|
t("div", Ts, [
|
|
2070
|
-
|
|
2045
|
+
_(B.$slots, "link-logo", {}, void 0, !0)
|
|
2071
2046
|
]),
|
|
2072
2047
|
t("div", Vs, [
|
|
2073
2048
|
t("button", {
|
|
@@ -2085,29 +2060,29 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2085
2060
|
alt: "search icon",
|
|
2086
2061
|
width: "20",
|
|
2087
2062
|
height: "20"
|
|
2088
|
-
}, null, 8,
|
|
2063
|
+
}, null, 8, Cs)
|
|
2089
2064
|
], 512)
|
|
2090
2065
|
]),
|
|
2091
2066
|
t("button", {
|
|
2092
2067
|
class: "mobile-burger-wrapper",
|
|
2093
2068
|
"aria-label": "Toggle menu",
|
|
2094
|
-
onClick:
|
|
2069
|
+
onClick: ne(m, ["prevent"])
|
|
2095
2070
|
}, [
|
|
2096
2071
|
t("img", {
|
|
2097
2072
|
width: "20",
|
|
2098
2073
|
height: "20",
|
|
2099
2074
|
alt: "burger menu line icon",
|
|
2100
2075
|
src: V(u) === !0 ? "https://a.storyblok.com/f/230581/17x18/20e9329e46/close-white.svg" : "https://a.storyblok.com/f/230581/23x14/739e917bca/burger-menu-line.svg"
|
|
2101
|
-
}, null, 8,
|
|
2076
|
+
}, null, 8, As)
|
|
2102
2077
|
])
|
|
2103
2078
|
]),
|
|
2104
2079
|
Z(t("div", Ds, [
|
|
2105
2080
|
t("ul", null, [
|
|
2106
|
-
|
|
2081
|
+
_(B.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2107
2082
|
]),
|
|
2108
2083
|
t("ul", Ms, [
|
|
2109
|
-
|
|
2110
|
-
|
|
2084
|
+
_(B.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2085
|
+
_(B.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2111
2086
|
])
|
|
2112
2087
|
], 512), [
|
|
2113
2088
|
[ee, V(u)]
|
|
@@ -2134,7 +2109,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2134
2109
|
t("h2", Rs, n(e.headline), 1),
|
|
2135
2110
|
t("p", Ns, n(e.paragraph), 1),
|
|
2136
2111
|
t("div", Hs, [
|
|
2137
|
-
|
|
2112
|
+
_(a.$slots, "language-links", {}, void 0, !0)
|
|
2138
2113
|
])
|
|
2139
2114
|
])
|
|
2140
2115
|
]));
|
|
@@ -2161,7 +2136,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2161
2136
|
"aria-label": "previous",
|
|
2162
2137
|
onClick: r[0] || (r[0] = (l) => a.$emit("previous"))
|
|
2163
2138
|
}, null, 8, ["disabled"]),
|
|
2164
|
-
|
|
2139
|
+
_(a.$slots, "pagination-numbers"),
|
|
2165
2140
|
k(J, {
|
|
2166
2141
|
disabled: e.isNextDisabled,
|
|
2167
2142
|
variant: "next",
|
|
@@ -2174,7 +2149,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2174
2149
|
}), Ws = /* @__PURE__ */ v(Gs, [["__scopeId", "data-v-f760f1c6"]]), Ys = {}, Qs = { class: "search__wrapper" };
|
|
2175
2150
|
function Zs(e, a) {
|
|
2176
2151
|
return o(), i("div", Qs, [
|
|
2177
|
-
|
|
2152
|
+
_(e.$slots, "default", { class: "search__content" })
|
|
2178
2153
|
]);
|
|
2179
2154
|
}
|
|
2180
2155
|
const Js = /* @__PURE__ */ v(Ys, [["render", Zs], ["__scopeId", "data-v-623adb82"]]), Xs = { class: "product-hero__wrapper" }, xs = { class: "product-hero__content" }, ei = { class: "product-hero__headline" }, ti = { class: "product-hero__video" }, ai = /* @__PURE__ */ f({
|
|
@@ -2208,7 +2183,7 @@ const Js = /* @__PURE__ */ v(Ys, [["render", Zs], ["__scopeId", "data-v-623adb82
|
|
|
2208
2183
|
t("h1", null, n(e.headline), 1)
|
|
2209
2184
|
]),
|
|
2210
2185
|
t("div", ti, [
|
|
2211
|
-
e.videoSrc !== "" ? (o(),
|
|
2186
|
+
e.videoSrc !== "" ? (o(), A(Y, {
|
|
2212
2187
|
key: 0,
|
|
2213
2188
|
play: "",
|
|
2214
2189
|
"local-video": !0,
|
|
@@ -2219,9 +2194,9 @@ const Js = /* @__PURE__ */ v(Ys, [["render", Zs], ["__scopeId", "data-v-623adb82
|
|
|
2219
2194
|
autoplay: "",
|
|
2220
2195
|
loop: "",
|
|
2221
2196
|
muted: ""
|
|
2222
|
-
}, null, 8, ["src", "aria-label", "poster"])) : (o(),
|
|
2197
|
+
}, null, 8, ["src", "aria-label", "poster"])) : (o(), A(V(C), { key: 1 }, {
|
|
2223
2198
|
default: w(() => [
|
|
2224
|
-
|
|
2199
|
+
_(a.$slots, "product-hero-image", {}, void 0, !0)
|
|
2225
2200
|
]),
|
|
2226
2201
|
_: 3
|
|
2227
2202
|
}))
|
|
@@ -2231,32 +2206,32 @@ const Js = /* @__PURE__ */ v(Ys, [["render", Zs], ["__scopeId", "data-v-623adb82
|
|
|
2231
2206
|
}
|
|
2232
2207
|
}), li = /* @__PURE__ */ v(ai, [["__scopeId", "data-v-e394473d"]]), si = {
|
|
2233
2208
|
install: (e) => {
|
|
2234
|
-
e.component("AtomButton", J), e.component("AtomCheckbox",
|
|
2209
|
+
e.component("AtomButton", J), e.component("AtomCheckbox", Ae), e.component("AtomChip", Fe), e.component("AtomDropdown", je), e.component("AtomImage", C), e.component("AtomLabel", W), e.component("AtomLink", O), e.component("AtomRadioButton", lt), e.component("AtomSelect", dt), e.component("AtomSlider", bt), e.component("AtomTextarea", qt), e.component("AtomTextField", Et), e.component("AtomVideo", Y), e.component("MoleculeAddress", xt), e.component("MoleculeBulletList", oa), e.component("MoleculeCard", da), e.component("MoleculeEventCard", fa), e.component("MoleculeModal", ue), e.component("MoleculeTextCard", ka), e.component("BlockFacts", Ca), e.component("BlockFeatures", Ra), e.component("BlockFormScript", Wa), e.component("BlockHeadline", dl), e.component("BlockHero", kl), e.component("BlockImage", xa), e.component("BlockImageGallery", sl), e.component("BlockLogoWall", Cl), e.component("BlockMicroStories", Pl), e.component("BlockPolicy", Hl), e.component("BlockProductHero", li), e.component("BlockPromo", Jl), e.component("BlockQuote", uo), e.component("BlockRichText", vo), e.component("BlockRichTextColumns", wo), e.component("BlockTimeline", Do), e.component("BlockCardDisplay", Yl), e.component("BlockVimeo", Ro), e.component("Organism404", jo), e.component("OrganismFilter", Jo), e.component("OrganismFooter", fs), e.component("OrganismHeader", Ps), e.component("OrganismLanguageSwitcher", Us), e.component("OrganismPagination", Ws), e.component("OrganismSearch", Js);
|
|
2235
2210
|
}
|
|
2236
2211
|
};
|
|
2237
2212
|
export {
|
|
2238
2213
|
J as AtomButton,
|
|
2239
|
-
|
|
2214
|
+
Ae as AtomCheckbox,
|
|
2240
2215
|
Fe as AtomChip,
|
|
2241
2216
|
je as AtomDropdown,
|
|
2242
|
-
|
|
2243
|
-
|
|
2217
|
+
C as AtomImage,
|
|
2218
|
+
W as AtomLabel,
|
|
2244
2219
|
O as AtomLink,
|
|
2245
2220
|
lt as AtomRadioButton,
|
|
2246
2221
|
dt as AtomSelect,
|
|
2247
2222
|
bt as AtomSlider,
|
|
2248
2223
|
Et as AtomTextField,
|
|
2249
2224
|
qt as AtomTextarea,
|
|
2250
|
-
|
|
2225
|
+
Y as AtomVideo,
|
|
2251
2226
|
Yl as BlockCardDisplay,
|
|
2252
|
-
|
|
2227
|
+
Ca as BlockFacts,
|
|
2253
2228
|
Ra as BlockFeatures,
|
|
2254
2229
|
Wa as BlockFormScript,
|
|
2255
2230
|
dl as BlockHeadline,
|
|
2256
2231
|
kl as BlockHero,
|
|
2257
2232
|
xa as BlockImage,
|
|
2258
2233
|
sl as BlockImageGallery,
|
|
2259
|
-
|
|
2234
|
+
Cl as BlockLogoWall,
|
|
2260
2235
|
Pl as BlockMicroStories,
|
|
2261
2236
|
Hl as BlockPolicy,
|
|
2262
2237
|
li as BlockProductHero,
|