@mirweb/mir-web-components 0.17.28 → 0.17.29
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
|
|
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 h, 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 de, createBlock as C, createCommentVNode as g, watchEffect as ce, withKeys as ke, useSlots as we, normalizeStyle as ae, isRef as re, unref as V, onMounted as le, watch as ne, onUnmounted as Se } from "vue";
|
|
2
2
|
const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
@@ -15,7 +15,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
15
15
|
previous: "previous"
|
|
16
16
|
}, r = e, l = T(() => a[r.variant]);
|
|
17
17
|
return (s, u) => (o(), i("button", {
|
|
18
|
-
class:
|
|
18
|
+
class: p(["button", "button--" + l.value]),
|
|
19
19
|
"aria-label": s.ariaLabel
|
|
20
20
|
}, n(l.value === "close" ? "" : s.buttonText), 11, Be));
|
|
21
21
|
}
|
|
@@ -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)), Ae = /* @__PURE__ */ f({
|
|
28
28
|
__name: "checkbox",
|
|
29
29
|
props: {
|
|
30
30
|
name: { default: "checkbox" },
|
|
@@ -40,7 +40,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
40
40
|
r("input", u.checked);
|
|
41
41
|
};
|
|
42
42
|
return (s, u) => (o(), i("div", {
|
|
43
|
-
class:
|
|
43
|
+
class: p(["checkbox__wrapper", s.disabled ? "disabled" : ""])
|
|
44
44
|
}, [
|
|
45
45
|
t("input", {
|
|
46
46
|
id: s.id,
|
|
@@ -54,14 +54,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
54
54
|
}, null, 40, Le),
|
|
55
55
|
t("label", {
|
|
56
56
|
for: s.id,
|
|
57
|
-
class:
|
|
57
|
+
class: p(["checkbox__label", s.required ? "required" : ""])
|
|
58
58
|
}, [
|
|
59
59
|
Ve,
|
|
60
|
-
|
|
60
|
+
h(s.$slots, "default", {}, void 0, !0)
|
|
61
61
|
], 10, Te)
|
|
62
62
|
], 2));
|
|
63
63
|
}
|
|
64
|
-
}),
|
|
64
|
+
}), Ce = /* @__PURE__ */ v(Ae, [["__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"
|
|
@@ -127,7 +127,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
127
127
|
const b = d.target;
|
|
128
128
|
b.getAttribute("role") === "option" && (W(b), Q(), ($ = u.value) == null || $.focus());
|
|
129
129
|
}
|
|
130
|
-
function
|
|
130
|
+
function oe(d) {
|
|
131
131
|
var $;
|
|
132
132
|
const b = d.key;
|
|
133
133
|
switch (b) {
|
|
@@ -165,14 +165,14 @@ 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(), ie(), oe(d);
|
|
169
169
|
break;
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
|
-
function
|
|
172
|
+
function he(d) {
|
|
173
173
|
d && d.removeAttribute("aria-selected");
|
|
174
174
|
}
|
|
175
|
-
function
|
|
175
|
+
function pe() {
|
|
176
176
|
S.value && (clearTimeout(S.value), S.value = 0), S.value = setTimeout(() => {
|
|
177
177
|
m.value = "", S.value = 0;
|
|
178
178
|
}, 500);
|
|
@@ -181,14 +181,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
181
181
|
let b = "";
|
|
182
182
|
(m.value === "" || b !== d) && (q.value = l.options.findIndex(
|
|
183
183
|
(L) => L.value === l.modelValue
|
|
184
|
-
)), m.value = b === d ? d : m.value + d, b = d,
|
|
185
|
-
let $ =
|
|
184
|
+
)), m.value = b === d ? d : m.value + d, b = d, pe();
|
|
185
|
+
let $ = se(
|
|
186
186
|
q.value + 1,
|
|
187
187
|
l.options.length
|
|
188
188
|
);
|
|
189
|
-
return !$ && m.value.length === 1 && ($ =
|
|
189
|
+
return !$ && m.value.length === 1 && ($ = se(0, q.value)), q.value = (q.value + 1) % l.options.length, $;
|
|
190
190
|
}
|
|
191
|
-
function
|
|
191
|
+
function se(d, b) {
|
|
192
192
|
for (let $ = d; $ < b; $++)
|
|
193
193
|
if (l.options[$].label && l.options[$].label.toUpperCase().indexOf(m.value.toUpperCase()) === 0)
|
|
194
194
|
return _.value[$];
|
|
@@ -204,7 +204,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
204
204
|
const N = l.options.findIndex(
|
|
205
205
|
(be) => be.value === l.modelValue
|
|
206
206
|
), K = _.value[N];
|
|
207
|
-
|
|
207
|
+
he(K);
|
|
208
208
|
}
|
|
209
209
|
if (d.setAttribute("aria-selected", "true"), ($ = c.value) == null || $.setAttribute(
|
|
210
210
|
"aria-activedescendant",
|
|
@@ -223,12 +223,12 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
223
223
|
var d;
|
|
224
224
|
y.value = !0, (d = u.value) == null || d.removeAttribute("aria-expanded");
|
|
225
225
|
}
|
|
226
|
-
function
|
|
226
|
+
function ie() {
|
|
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 ? ie() : Q());
|
|
232
232
|
}
|
|
233
233
|
return (d, b) => (o(), i("div", {
|
|
234
234
|
ref: "listbox",
|
|
@@ -237,7 +237,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
237
237
|
}, [
|
|
238
238
|
t("label", {
|
|
239
239
|
id: `${d.name}-label`,
|
|
240
|
-
class:
|
|
240
|
+
class: p([{
|
|
241
241
|
"listbox__label--visually-hidden": !d.showLabel,
|
|
242
242
|
"is-disabled": d.disabled,
|
|
243
243
|
"is-required": d.required
|
|
@@ -252,7 +252,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
252
252
|
type: "button",
|
|
253
253
|
"aria-haspopup": "listbox",
|
|
254
254
|
"aria-disabled": d.disabled,
|
|
255
|
-
class:
|
|
255
|
+
class: p(["listbox__button", s.value]),
|
|
256
256
|
onClick: ge,
|
|
257
257
|
onKeydown: _e
|
|
258
258
|
}, n(d.modelValue ? B.value : d.placeholder), 43, He),
|
|
@@ -264,7 +264,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
264
264
|
tabindex: "0",
|
|
265
265
|
role: "listbox",
|
|
266
266
|
class: "listbox__list",
|
|
267
|
-
onKeydown:
|
|
267
|
+
onKeydown: oe,
|
|
268
268
|
onClick: H
|
|
269
269
|
}, [
|
|
270
270
|
(o(!0), i(D, null, M(d.options, ($, L) => (o(), i("li", {
|
|
@@ -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
|
+
h(a.$slots, "default", P(F(a.$attrs)))
|
|
302
302
|
]));
|
|
303
303
|
}
|
|
304
|
-
}),
|
|
304
|
+
}), A = /* @__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: {},
|
|
@@ -313,7 +313,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
313
313
|
t("span", {
|
|
314
314
|
"aria-label": r.value,
|
|
315
315
|
"label-dark": l.labelDark,
|
|
316
|
-
class:
|
|
316
|
+
class: p(l.labelDark ? "label--dark" : "label--light")
|
|
317
317
|
}, n(l.text), 11, Qe)
|
|
318
318
|
]));
|
|
319
319
|
}
|
|
@@ -351,7 +351,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
351
351
|
_.arrow ? "link-arrow" : ""
|
|
352
352
|
]]
|
|
353
353
|
}), [
|
|
354
|
-
|
|
354
|
+
h(_.$slots, "default")
|
|
355
355
|
], 16)
|
|
356
356
|
]));
|
|
357
357
|
}
|
|
@@ -372,7 +372,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
372
372
|
r("input", u.checked);
|
|
373
373
|
};
|
|
374
374
|
return (s, u) => (o(), i("div", {
|
|
375
|
-
class:
|
|
375
|
+
class: p(["radio__wrapper", s.disabled ? "disabled" : ""])
|
|
376
376
|
}, [
|
|
377
377
|
t("input", {
|
|
378
378
|
id: s.id,
|
|
@@ -387,10 +387,10 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
387
387
|
}, null, 40, xe),
|
|
388
388
|
t("label", {
|
|
389
389
|
for: s.id,
|
|
390
|
-
class:
|
|
390
|
+
class: p(["radio__label", s.required ? "required" : ""])
|
|
391
391
|
}, [
|
|
392
392
|
tt,
|
|
393
|
-
|
|
393
|
+
h(s.$slots, "default", {}, void 0, !0)
|
|
394
394
|
], 10, et)
|
|
395
395
|
], 2));
|
|
396
396
|
}
|
|
@@ -410,11 +410,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
410
410
|
return (a, r) => (o(), i("div", ot, [
|
|
411
411
|
t("label", {
|
|
412
412
|
for: a.id,
|
|
413
|
-
class:
|
|
413
|
+
class: p([a.required ? "required" : "", a.disabled ? "disabled" : ""])
|
|
414
414
|
}, n(a.label), 11, st),
|
|
415
415
|
t("select", {
|
|
416
416
|
id: a.id,
|
|
417
|
-
class:
|
|
417
|
+
class: p(a.disabled ? "disabled" : ""),
|
|
418
418
|
disabled: a.disabled,
|
|
419
419
|
name: a.name,
|
|
420
420
|
value: a.modelValue,
|
|
@@ -448,26 +448,26 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
448
448
|
default: w(() => [
|
|
449
449
|
u.show ? (o(), i("div", {
|
|
450
450
|
key: 0,
|
|
451
|
-
class:
|
|
451
|
+
class: p(["overlay", u.searchBar ? "overlay-search" : "overlay-default"]),
|
|
452
452
|
ariaLabel: "modal",
|
|
453
453
|
role: "dialog",
|
|
454
454
|
onClick: s
|
|
455
455
|
}, [
|
|
456
456
|
t("div", {
|
|
457
457
|
id: "modal",
|
|
458
|
-
class:
|
|
459
|
-
onClick: c[0] || (c[0] =
|
|
458
|
+
class: p([u.searchBar ? "search" : ""]),
|
|
459
|
+
onClick: c[0] || (c[0] = de(() => {
|
|
460
460
|
}, ["stop"]))
|
|
461
461
|
}, [
|
|
462
462
|
t("div", null, [
|
|
463
|
-
u.searchBar ? g("", !0) : (o(),
|
|
463
|
+
u.searchBar ? g("", !0) : (o(), C(J, {
|
|
464
464
|
key: 0,
|
|
465
465
|
"aria-label": "close",
|
|
466
466
|
variant: "close",
|
|
467
467
|
onClick: s
|
|
468
468
|
}))
|
|
469
469
|
]),
|
|
470
|
-
|
|
470
|
+
h(u.$slots, "default", {}, void 0, !0)
|
|
471
471
|
], 2)
|
|
472
472
|
], 2)) : g("", !0)
|
|
473
473
|
]),
|
|
@@ -475,7 +475,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
475
475
|
})
|
|
476
476
|
]));
|
|
477
477
|
}
|
|
478
|
-
}), ue = /* @__PURE__ */ v(ut, [["__scopeId", "data-v-cc647ee6"]]), _t = { class: "slider__wrapper" },
|
|
478
|
+
}), ue = /* @__PURE__ */ v(ut, [["__scopeId", "data-v-cc647ee6"]]), _t = { class: "slider__wrapper" }, ht = { class: "slider__label" }, pt = ["for"], mt = ["aria-label"], vt = { class: "slider__content" }, ft = ["id", "name", "value", "min", "step", "max"], gt = /* @__PURE__ */ f({
|
|
479
479
|
__name: "slider",
|
|
480
480
|
props: {
|
|
481
481
|
label: {},
|
|
@@ -495,7 +495,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
495
495
|
var y;
|
|
496
496
|
(y = u.value) == null || y.style.setProperty("--ProgressPercent", `${m}%`);
|
|
497
497
|
};
|
|
498
|
-
return
|
|
498
|
+
return ce(() => {
|
|
499
499
|
if (u.value) {
|
|
500
500
|
l("update:modelValue", s.value);
|
|
501
501
|
const m = _(s.value, r.min, r.max);
|
|
@@ -504,15 +504,15 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
504
504
|
}
|
|
505
505
|
}), (m, y) => (o(), i("div", null, [
|
|
506
506
|
t("div", _t, [
|
|
507
|
-
t("div",
|
|
507
|
+
t("div", ht, [
|
|
508
508
|
t("label", {
|
|
509
509
|
for: m.id,
|
|
510
|
-
class:
|
|
511
|
-
}, n(m.label), 11,
|
|
510
|
+
class: p([m.variant, ""])
|
|
511
|
+
}, n(m.label), 11, pt),
|
|
512
512
|
m.information ? (o(), i("i", {
|
|
513
513
|
key: 0,
|
|
514
514
|
role: "button",
|
|
515
|
-
class:
|
|
515
|
+
class: p([m.variant, "slider__information"]),
|
|
516
516
|
"aria-label": m.informationLabel,
|
|
517
517
|
tabindex: "0",
|
|
518
518
|
"aria-haspopup": "dialog",
|
|
@@ -522,7 +522,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
522
522
|
]),
|
|
523
523
|
t("div", vt, [
|
|
524
524
|
t("span", {
|
|
525
|
-
class:
|
|
525
|
+
class: p([m.variant, "slider__minmax"])
|
|
526
526
|
}, n(m.min), 3),
|
|
527
527
|
t("input", {
|
|
528
528
|
id: m.id,
|
|
@@ -534,18 +534,18 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
534
534
|
min: m.min,
|
|
535
535
|
step: m.step,
|
|
536
536
|
max: m.max,
|
|
537
|
-
class:
|
|
537
|
+
class: p(m.variant),
|
|
538
538
|
onInput: y[2] || (y[2] = ({ target: q }) => s.value = parseFloat(q.value))
|
|
539
539
|
}, null, 42, ft),
|
|
540
540
|
t("span", {
|
|
541
|
-
class:
|
|
541
|
+
class: p([m.variant, "slider__minmax"])
|
|
542
542
|
}, n(m.max), 3)
|
|
543
543
|
]),
|
|
544
544
|
t("span", {
|
|
545
|
-
class:
|
|
545
|
+
class: p([m.variant, "slider__value"])
|
|
546
546
|
}, n(m.modelValue), 3)
|
|
547
547
|
]),
|
|
548
|
-
m.information ? (o(),
|
|
548
|
+
m.information ? (o(), C(ue, {
|
|
549
549
|
key: 0,
|
|
550
550
|
show: c.value,
|
|
551
551
|
"onUpdate:show": y[3] || (y[3] = (q) => c.value = q)
|
|
@@ -574,7 +574,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
574
574
|
return (a, r) => (o(), i("div", yt, [
|
|
575
575
|
t("label", {
|
|
576
576
|
for: a.id,
|
|
577
|
-
class:
|
|
577
|
+
class: p({ required: a.required })
|
|
578
578
|
}, n(a.labelText) + n(a.required ? " *" : ""), 11, $t),
|
|
579
579
|
t("div", {
|
|
580
580
|
id: a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? "textarea-wrapper__inner" : ""
|
|
@@ -589,7 +589,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
589
589
|
disabled: a.disabled,
|
|
590
590
|
maxlength: a.maxLength,
|
|
591
591
|
value: a.modelValue,
|
|
592
|
-
class:
|
|
592
|
+
class: p(
|
|
593
593
|
a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? "reached-meter-limit" : "border"
|
|
594
594
|
),
|
|
595
595
|
onInput: r[0] || (r[0] = (l) => a.$emit("update:modelValue", l.target.value))
|
|
@@ -600,14 +600,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
600
600
|
a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (o(), i("p", Bt, " Too many characters. Please make it shorter ")) : g("", !0)
|
|
601
601
|
]),
|
|
602
602
|
t("p", {
|
|
603
|
-
class:
|
|
603
|
+
class: p(
|
|
604
604
|
a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? "reached-meter-limit-meter" : ""
|
|
605
605
|
)
|
|
606
606
|
}, n(a.maxLength !== void 0 && a.modelValue !== void 0 && a.maxLength - a.modelValue.length >= 0 ? a.modelValue.length : 0) + " / " + n(a.maxLength), 3)
|
|
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 }, At = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Ct = ["aria-expanded"], Dt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Mt = {
|
|
611
611
|
key: 2,
|
|
612
612
|
class: "search"
|
|
613
613
|
}, Ot = {
|
|
@@ -651,7 +651,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
651
651
|
return (_, S) => (o(), i("div", Lt, [
|
|
652
652
|
t("label", {
|
|
653
653
|
for: _.id,
|
|
654
|
-
class:
|
|
654
|
+
class: p([
|
|
655
655
|
_.required ? "required" : "",
|
|
656
656
|
_.disabled ? "disabled" : "",
|
|
657
657
|
_.search ? "search" : ""
|
|
@@ -668,14 +668,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
668
668
|
disabled: _.disabled,
|
|
669
669
|
name: _.fieldName,
|
|
670
670
|
onInput: S[0] || (S[0] = (m) => _.$emit("update:modelValue", m.target.value))
|
|
671
|
-
}, null, 40,
|
|
671
|
+
}, null, 40, At),
|
|
672
672
|
t("i", {
|
|
673
673
|
role: "button",
|
|
674
|
-
class:
|
|
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, Ct)
|
|
679
679
|
])) : (o(), i("input", {
|
|
680
680
|
key: 1,
|
|
681
681
|
id: _.id,
|
|
@@ -684,7 +684,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
684
684
|
value: _.modelValue,
|
|
685
685
|
placeholder: _.placeholder,
|
|
686
686
|
required: _.required,
|
|
687
|
-
class:
|
|
687
|
+
class: p([
|
|
688
688
|
_.invalid ? "invalid" : "",
|
|
689
689
|
_.valid ? "valid" : "",
|
|
690
690
|
_.search ? "search" : ""
|
|
@@ -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 ce(() => {
|
|
721
721
|
l.value && (r.play ? l.value.play() : r.play || l.value.pause());
|
|
722
722
|
}), a({
|
|
723
723
|
resetVideo: () => {
|
|
@@ -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
|
+
h(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(), C(O, {
|
|
781
781
|
key: l,
|
|
782
782
|
underline: "false",
|
|
783
783
|
"link-type": "regular"
|
|
@@ -820,7 +820,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
820
820
|
setup(e) {
|
|
821
821
|
return (a, r) => (o(), i("div", ta, [
|
|
822
822
|
t("div", {
|
|
823
|
-
class:
|
|
823
|
+
class: p(["bullet-list", e.variant])
|
|
824
824
|
}, [
|
|
825
825
|
t("ul", null, [
|
|
826
826
|
(o(!0), i(D, null, M(e.list, (l) => (o(), i("li", { key: l }, [
|
|
@@ -877,7 +877,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
877
877
|
}, s = e, u = T(() => l[s.size]);
|
|
878
878
|
return (c, _) => (o(), i("div", sa, [
|
|
879
879
|
t("div", {
|
|
880
|
-
class:
|
|
880
|
+
class: p(["card", [
|
|
881
881
|
c.theme === "dark" ? "card--dark" : "card--light",
|
|
882
882
|
c.orientation === "vertical" ? "vertical" : "horizontal",
|
|
883
883
|
u.value.class,
|
|
@@ -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: _[0] || (_[0] = (S) =>
|
|
889
|
-
onMouseout: _[1] || (_[1] = (S) =>
|
|
888
|
+
onMouseover: _[0] || (_[0] = (S) => re(r) ? r.value = !0 : r = !0),
|
|
889
|
+
onMouseout: _[1] || (_[1] = (S) => re(r) ? r.value = !1 : r = !1)
|
|
890
890
|
}, [
|
|
891
|
-
c.mediaType === "image" ? (o(), A
|
|
891
|
+
c.mediaType === "image" ? (o(), C(A, { key: 0 }, {
|
|
892
892
|
default: w(() => [
|
|
893
|
-
|
|
893
|
+
h(c.$slots, "card-image", te({
|
|
894
894
|
src: c.imgSrc,
|
|
895
895
|
width: "596",
|
|
896
896
|
height: "335",
|
|
@@ -902,7 +902,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
902
902
|
_: 3
|
|
903
903
|
})) : (o(), i("div", {
|
|
904
904
|
key: 1,
|
|
905
|
-
class:
|
|
905
|
+
class: p(["video-card__wrapper", V(r) === !0 ? "vimeoPlaying" : ""])
|
|
906
906
|
}, [
|
|
907
907
|
k(G, {
|
|
908
908
|
play: V(r),
|
|
@@ -919,21 +919,21 @@ 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
|
+
h(c.$slots, "card-label")
|
|
923
923
|
])) : g("", !0),
|
|
924
924
|
c.variant === "product" ? (o(), i("h3", {
|
|
925
925
|
key: 3,
|
|
926
|
-
class:
|
|
926
|
+
class: p(c.theme === "dark" ? "regular-dark" : "regular-blue"),
|
|
927
927
|
style: { "font-weight": "700" }
|
|
928
928
|
}, n(c.headline), 3)) : (o(), i("h3", {
|
|
929
929
|
key: 4,
|
|
930
|
-
class:
|
|
930
|
+
class: p(c.theme === "dark" ? "regular-dark" : "regular-dark-blue")
|
|
931
931
|
}, n(c.headline), 3)),
|
|
932
932
|
c.variant === "product" ? (o(), i("p", ra, n(c.paragraph), 1)) : g("", !0)
|
|
933
933
|
], 38)
|
|
934
934
|
]));
|
|
935
935
|
}
|
|
936
|
-
}), da = /* @__PURE__ */ v(na, [["__scopeId", "data-v-c95ee545"]]), ca = (e) => (E("data-v-bc91c976"), e = e(), R(), e), ua = { class: "event__wrapper" }, _a = { class: "event__headline" },
|
|
936
|
+
}), da = /* @__PURE__ */ v(na, [["__scopeId", "data-v-c95ee545"]]), ca = (e) => (E("data-v-bc91c976"), e = e(), R(), e), ua = { class: "event__wrapper" }, _a = { class: "event__headline" }, ha = { class: "event__date-location" }, pa = /* @__PURE__ */ ca(() => /* @__PURE__ */ t("br", null, null, -1)), ma = { class: "event__exhibitor" }, va = /* @__PURE__ */ f({
|
|
937
937
|
__name: "event-card",
|
|
938
938
|
props: {
|
|
939
939
|
eventType: {
|
|
@@ -964,9 +964,9 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
964
964
|
text: e.eventType ? e.eventType : ""
|
|
965
965
|
}, null, 8, ["text"]),
|
|
966
966
|
t("div", _a, n(e.headline), 1),
|
|
967
|
-
t("div",
|
|
967
|
+
t("div", ha, [
|
|
968
968
|
j(n(e.dateTime), 1),
|
|
969
|
-
|
|
969
|
+
pa,
|
|
970
970
|
j(n(e.location), 1)
|
|
971
971
|
]),
|
|
972
972
|
t("div", ma, n(e.exhibitor), 1)
|
|
@@ -1049,7 +1049,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1049
1049
|
arrow: ""
|
|
1050
1050
|
}, {
|
|
1051
1051
|
default: w(() => [
|
|
1052
|
-
|
|
1052
|
+
h(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
|
+
}), Aa = /* @__PURE__ */ v(Va, [["__scopeId", "data-v-d2b231d4"]]), Ca = { 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", Ca, [
|
|
1075
1075
|
t("div", Da, [
|
|
1076
1076
|
a.headline ? (o(), i("div", Ma, [
|
|
1077
1077
|
t("h2", null, n(a.headline), 1)
|
|
@@ -1080,15 +1080,15 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1080
1080
|
t("p", null, n(a.body), 1)
|
|
1081
1081
|
])) : g("", !0),
|
|
1082
1082
|
t("div", {
|
|
1083
|
-
class:
|
|
1083
|
+
class: p(["features__elements", [a.elements.length === 6 ? "features__elements--grid-6" : ""]])
|
|
1084
1084
|
}, [
|
|
1085
1085
|
(o(!0), i(D, null, M(a.elements, (l) => (o(), i("div", {
|
|
1086
1086
|
key: l.headline,
|
|
1087
1087
|
class: "features__element"
|
|
1088
1088
|
}, [
|
|
1089
|
-
k(
|
|
1089
|
+
k(A, { class: "element__icon" }, {
|
|
1090
1090
|
default: w(() => [
|
|
1091
|
-
|
|
1091
|
+
h(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
|
+
h(a.$slots, "form-body", {}, void 0, !0)
|
|
1122
1122
|
])
|
|
1123
1123
|
]),
|
|
1124
1124
|
t("div", ja, [
|
|
1125
|
-
|
|
1125
|
+
h(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(A, null, {
|
|
1153
1153
|
default: w(() => [
|
|
1154
|
-
|
|
1154
|
+
h(a.$slots, "image", P(F({ width: 984, height: 554, src: e.src, alt: e.alt })))
|
|
1155
1155
|
]),
|
|
1156
1156
|
_: 3
|
|
1157
1157
|
})
|
|
@@ -1187,19 +1187,19 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1187
1187
|
dark: "gallery__wrapper--dark mirsaic--dark"
|
|
1188
1188
|
}, r = e, l = T(() => a[r.bgColor]);
|
|
1189
1189
|
return (s, u) => (o(), i("div", {
|
|
1190
|
-
class:
|
|
1190
|
+
class: p(["gallery__wrapper", l.value])
|
|
1191
1191
|
}, [
|
|
1192
1192
|
t("div", {
|
|
1193
|
-
class:
|
|
1193
|
+
class: p([
|
|
1194
1194
|
"gallery__content",
|
|
1195
1195
|
s.flipHorizontal ? "gallery__content--reverse" : "gallery__content--default"
|
|
1196
1196
|
])
|
|
1197
1197
|
}, [
|
|
1198
1198
|
t("div", el, [
|
|
1199
1199
|
s.mediaLarge && s.mediaType === "image" ? (o(), i("div", tl, [
|
|
1200
|
-
k(
|
|
1200
|
+
k(A, null, {
|
|
1201
1201
|
default: w(() => [
|
|
1202
|
-
|
|
1202
|
+
h(s.$slots, "image-large", P(F({
|
|
1203
1203
|
width: 617,
|
|
1204
1204
|
height: 530,
|
|
1205
1205
|
src: s.mediaLarge.src,
|
|
@@ -1226,7 +1226,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1226
1226
|
]),
|
|
1227
1227
|
t("div", {
|
|
1228
1228
|
style: ae([s.mediaSmall.length === 2 ? "grid-gap: 38px;" : ""]),
|
|
1229
|
-
class:
|
|
1229
|
+
class: p([
|
|
1230
1230
|
"gallery__small",
|
|
1231
1231
|
s.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
|
|
1232
1232
|
])
|
|
@@ -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(A, null, {
|
|
1239
1239
|
default: w(() => [
|
|
1240
|
-
|
|
1240
|
+
h(s.$slots, "image-small", P(F({
|
|
1241
1241
|
width: 328,
|
|
1242
1242
|
height: 246,
|
|
1243
1243
|
src: c.src,
|
|
@@ -1273,7 +1273,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1273
1273
|
setup(e) {
|
|
1274
1274
|
return (a, r) => (o(), i("div", il, [
|
|
1275
1275
|
t("div", {
|
|
1276
|
-
class:
|
|
1276
|
+
class: p({
|
|
1277
1277
|
"headline__content--article-and-submenu": e.article && e.subMenu,
|
|
1278
1278
|
"headline__content--article": e.article && !e.subMenu,
|
|
1279
1279
|
"headline__content--default headline__content--submenu": !e.article && e.subMenu,
|
|
@@ -1284,7 +1284,13 @@ 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-
|
|
1287
|
+
}), dl = /* @__PURE__ */ v(nl, [["__scopeId", "data-v-080238bd"]]), cl = (e) => (E("data-v-88ef4a9e"), 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 = {
|
|
1288
|
+
key: 0,
|
|
1289
|
+
class: "hero__video__video"
|
|
1290
|
+
}, yl = {
|
|
1291
|
+
key: 1,
|
|
1292
|
+
class: "hero__image"
|
|
1293
|
+
}, $l = /* @__PURE__ */ f({
|
|
1288
1294
|
__name: "hero",
|
|
1289
1295
|
props: {
|
|
1290
1296
|
headline: {
|
|
@@ -1297,10 +1303,16 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1297
1303
|
}
|
|
1298
1304
|
},
|
|
1299
1305
|
setup(e) {
|
|
1300
|
-
|
|
1306
|
+
const a = I(!1);
|
|
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, [
|
|
1301
1313
|
t("div", _l, [
|
|
1302
|
-
t("div",
|
|
1303
|
-
t("div",
|
|
1314
|
+
t("div", hl, [
|
|
1315
|
+
t("div", pl, [
|
|
1304
1316
|
t("div", ml, [
|
|
1305
1317
|
t("h1", null, n(e.headline), 1)
|
|
1306
1318
|
]),
|
|
@@ -1310,7 +1322,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1310
1322
|
arrow: ""
|
|
1311
1323
|
}, {
|
|
1312
1324
|
default: w(() => [
|
|
1313
|
-
|
|
1325
|
+
h(r.$slots, "hero-link", {}, void 0, !0)
|
|
1314
1326
|
]),
|
|
1315
1327
|
_: 3
|
|
1316
1328
|
})
|
|
@@ -1319,25 +1331,29 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1319
1331
|
]),
|
|
1320
1332
|
t("div", fl, [
|
|
1321
1333
|
gl,
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1334
|
+
a.value ? (o(), i("div", yl, [
|
|
1335
|
+
h(r.$slots, "hero-image", {}, void 0, !0)
|
|
1336
|
+
])) : (o(), i("div", bl, [
|
|
1337
|
+
k(G, {
|
|
1338
|
+
src: e.video.src,
|
|
1339
|
+
"local-video": "",
|
|
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
|
+
]))
|
|
1333
1349
|
])
|
|
1334
1350
|
])
|
|
1335
1351
|
]));
|
|
1336
1352
|
}
|
|
1337
|
-
}),
|
|
1353
|
+
}), kl = /* @__PURE__ */ v($l, [["__scopeId", "data-v-88ef4a9e"]]), wl = { class: "logo-wall__wrapper" }, Sl = { class: "logo-wall__content" }, Bl = {
|
|
1338
1354
|
key: 0,
|
|
1339
1355
|
class: "logo-wall__text"
|
|
1340
|
-
},
|
|
1356
|
+
}, Il = { key: 0 }, ql = { key: 1 }, Ll = { class: "logo-wall__logos" }, Tl = { class: "logo-wall__link" }, Vl = /* @__PURE__ */ f({
|
|
1341
1357
|
__name: "logo-wall",
|
|
1342
1358
|
props: {
|
|
1343
1359
|
headline: {
|
|
@@ -1355,20 +1371,20 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1355
1371
|
}
|
|
1356
1372
|
},
|
|
1357
1373
|
setup(e) {
|
|
1358
|
-
return (a, r) => (o(), i("div",
|
|
1359
|
-
t("div",
|
|
1360
|
-
e.headline || e.body ? (o(), i("div",
|
|
1361
|
-
e.headline ? (o(), i("h2",
|
|
1362
|
-
e.body ? (o(), i("p",
|
|
1374
|
+
return (a, r) => (o(), i("div", wl, [
|
|
1375
|
+
t("div", Sl, [
|
|
1376
|
+
e.headline || e.body ? (o(), i("div", Bl, [
|
|
1377
|
+
e.headline ? (o(), i("h2", Il, n(e.headline), 1)) : g("", !0),
|
|
1378
|
+
e.body ? (o(), i("p", ql, n(e.body), 1)) : g("", !0)
|
|
1363
1379
|
])) : g("", !0),
|
|
1364
|
-
t("div",
|
|
1380
|
+
t("div", Ll, [
|
|
1365
1381
|
(o(!0), i(D, null, M(e.logos, (l) => (o(), i("div", {
|
|
1366
1382
|
key: l.src + l.alt,
|
|
1367
1383
|
class: "logo-wall__logo"
|
|
1368
1384
|
}, [
|
|
1369
|
-
k(
|
|
1385
|
+
k(A, null, {
|
|
1370
1386
|
default: w(() => [
|
|
1371
|
-
|
|
1387
|
+
h(a.$slots, "logo-wall-logo", P(F({
|
|
1372
1388
|
width: 130,
|
|
1373
1389
|
height: 130,
|
|
1374
1390
|
src: l.src,
|
|
@@ -1379,13 +1395,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1379
1395
|
}, 1024)
|
|
1380
1396
|
]))), 128))
|
|
1381
1397
|
]),
|
|
1382
|
-
t("div",
|
|
1398
|
+
t("div", Tl, [
|
|
1383
1399
|
k(O, {
|
|
1384
1400
|
"link-type": "regular_light",
|
|
1385
1401
|
arrow: !0
|
|
1386
1402
|
}, {
|
|
1387
1403
|
default: w(() => [
|
|
1388
|
-
|
|
1404
|
+
h(a.$slots, "logo-wall-link", {}, void 0, !0)
|
|
1389
1405
|
]),
|
|
1390
1406
|
_: 3
|
|
1391
1407
|
})
|
|
@@ -1393,13 +1409,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1393
1409
|
])
|
|
1394
1410
|
]));
|
|
1395
1411
|
}
|
|
1396
|
-
}),
|
|
1412
|
+
}), Al = /* @__PURE__ */ v(Vl, [["__scopeId", "data-v-a8afd396"]]), Cl = { class: "micro-stories__top" }, Dl = {
|
|
1397
1413
|
key: 0,
|
|
1398
1414
|
class: "headline"
|
|
1399
|
-
},
|
|
1415
|
+
}, Ml = {
|
|
1400
1416
|
key: 1,
|
|
1401
1417
|
class: "body"
|
|
1402
|
-
},
|
|
1418
|
+
}, Ol = { class: "micro-stories__splide" }, Pl = /* @__PURE__ */ f({
|
|
1403
1419
|
__name: "micro-stories",
|
|
1404
1420
|
props: {
|
|
1405
1421
|
bgColor: { default: "blue" },
|
|
@@ -1413,34 +1429,34 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1413
1429
|
dark: "micro-stories__wrapper--dark"
|
|
1414
1430
|
}, r = T(() => a[l.bgColor]), l = e;
|
|
1415
1431
|
return (s, u) => (o(), i("div", {
|
|
1416
|
-
class:
|
|
1432
|
+
class: p(["micro-stories__wrapper", r.value])
|
|
1417
1433
|
}, [
|
|
1418
|
-
t("div",
|
|
1419
|
-
s.headline ? (o(), i("div",
|
|
1434
|
+
t("div", Cl, [
|
|
1435
|
+
s.headline ? (o(), i("div", Dl, [
|
|
1420
1436
|
t("h2", null, n(s.headline), 1)
|
|
1421
1437
|
])) : g("", !0),
|
|
1422
|
-
s.body ? (o(), i("div",
|
|
1438
|
+
s.body ? (o(), i("div", Ml, [
|
|
1423
1439
|
t("p", null, n(s.body), 1)
|
|
1424
1440
|
])) : g("", !0)
|
|
1425
1441
|
]),
|
|
1426
|
-
t("div",
|
|
1427
|
-
|
|
1442
|
+
t("div", Ol, [
|
|
1443
|
+
h(s.$slots, "micro-stories-slides")
|
|
1428
1444
|
]),
|
|
1429
|
-
|
|
1445
|
+
h(s.$slots, "micro-stories-controls")
|
|
1430
1446
|
], 2));
|
|
1431
1447
|
}
|
|
1432
|
-
}),
|
|
1433
|
-
function
|
|
1434
|
-
return o(), i("div",
|
|
1435
|
-
t("div",
|
|
1436
|
-
|
|
1448
|
+
}), Fl = {}, El = { class: "policy__wrapper" }, Rl = { class: "policy__content" };
|
|
1449
|
+
function Nl(e, a) {
|
|
1450
|
+
return o(), i("div", El, [
|
|
1451
|
+
t("div", Rl, [
|
|
1452
|
+
h(e.$slots, "default", {}, void 0, !0)
|
|
1437
1453
|
])
|
|
1438
1454
|
]);
|
|
1439
1455
|
}
|
|
1440
|
-
const
|
|
1456
|
+
const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b"]]), zl = { class: "card-display__wrapper" }, Ul = {
|
|
1441
1457
|
key: 0,
|
|
1442
1458
|
class: "card__content"
|
|
1443
|
-
},
|
|
1459
|
+
}, Kl = { key: 0 }, jl = { key: 1 }, Gl = { class: "card__cards" }, Wl = /* @__PURE__ */ f({
|
|
1444
1460
|
__name: "card-display",
|
|
1445
1461
|
props: {
|
|
1446
1462
|
headline: {
|
|
@@ -1458,23 +1474,23 @@ const Rl = /* @__PURE__ */ v(Ol, [["render", El], ["__scopeId", "data-v-8765ee0b
|
|
|
1458
1474
|
},
|
|
1459
1475
|
setup(e) {
|
|
1460
1476
|
return (a, r) => (o(), i("div", {
|
|
1461
|
-
class:
|
|
1477
|
+
class: p([
|
|
1462
1478
|
"card-display",
|
|
1463
1479
|
e.bgColor === "blue" ? "card-display--blue" : "card-display--white"
|
|
1464
1480
|
])
|
|
1465
1481
|
}, [
|
|
1466
|
-
t("div",
|
|
1467
|
-
e.headline || e.paragraph ? (o(), i("div",
|
|
1468
|
-
e.headline ? (o(), i("h2",
|
|
1469
|
-
e.paragraph ? (o(), i("p",
|
|
1482
|
+
t("div", zl, [
|
|
1483
|
+
e.headline || e.paragraph ? (o(), i("div", Ul, [
|
|
1484
|
+
e.headline ? (o(), i("h2", Kl, n(e.headline), 1)) : g("", !0),
|
|
1485
|
+
e.paragraph ? (o(), i("p", jl, n(e.paragraph), 1)) : g("", !0)
|
|
1470
1486
|
])) : g("", !0),
|
|
1471
|
-
t("div",
|
|
1472
|
-
|
|
1487
|
+
t("div", Gl, [
|
|
1488
|
+
h(a.$slots, "card-display-cards", {}, void 0, !0)
|
|
1473
1489
|
])
|
|
1474
1490
|
])
|
|
1475
1491
|
], 2));
|
|
1476
1492
|
}
|
|
1477
|
-
}),
|
|
1493
|
+
}), Yl = /* @__PURE__ */ v(Wl, [["__scopeId", "data-v-183dcee5"]]), Ql = { class: "promo__content" }, Zl = /* @__PURE__ */ f({
|
|
1478
1494
|
__name: "promo",
|
|
1479
1495
|
props: {
|
|
1480
1496
|
label: { default: "" },
|
|
@@ -1496,30 +1512,30 @@ const Rl = /* @__PURE__ */ v(Ol, [["render", El], ["__scopeId", "data-v-8765ee0b
|
|
|
1496
1512
|
default: "promo__wrapper--default"
|
|
1497
1513
|
}, r = e, l = T(() => a[r.variant]);
|
|
1498
1514
|
return (s, u) => (o(), i("div", {
|
|
1499
|
-
class:
|
|
1515
|
+
class: p([
|
|
1500
1516
|
"promo__wrapper",
|
|
1501
1517
|
l.value,
|
|
1502
1518
|
s.teaser ? "promo__wrapper--teaser" : ""
|
|
1503
1519
|
])
|
|
1504
1520
|
}, [
|
|
1505
|
-
t("div",
|
|
1521
|
+
t("div", Ql, [
|
|
1506
1522
|
s.mediaType === "image" ? (o(), i("div", {
|
|
1507
1523
|
key: 0,
|
|
1508
|
-
class:
|
|
1524
|
+
class: p([
|
|
1509
1525
|
"promo__image",
|
|
1510
1526
|
s.reverse ? "promo__image--reverse" : "promo__image--default"
|
|
1511
1527
|
])
|
|
1512
1528
|
}, [
|
|
1513
|
-
k(
|
|
1529
|
+
k(A, null, {
|
|
1514
1530
|
default: w(() => [
|
|
1515
|
-
|
|
1531
|
+
h(s.$slots, "promo-image", P(F({ src: s.src, width: 1920, alt: s.alt, height: 1080 })))
|
|
1516
1532
|
]),
|
|
1517
1533
|
_: 3
|
|
1518
1534
|
})
|
|
1519
1535
|
], 2)) : g("", !0),
|
|
1520
1536
|
s.mediaType === "video" ? (o(), i("div", {
|
|
1521
1537
|
key: 1,
|
|
1522
|
-
class:
|
|
1538
|
+
class: p([
|
|
1523
1539
|
"promo__video",
|
|
1524
1540
|
s.reverse ? "promo__video--reverse" : "promo__video--default"
|
|
1525
1541
|
])
|
|
@@ -1537,38 +1553,38 @@ const Rl = /* @__PURE__ */ v(Ol, [["render", El], ["__scopeId", "data-v-8765ee0b
|
|
|
1537
1553
|
}, null, 8, ["src", "aria-label", "poster"])
|
|
1538
1554
|
], 2)) : g("", !0),
|
|
1539
1555
|
t("div", {
|
|
1540
|
-
class:
|
|
1556
|
+
class: p([
|
|
1541
1557
|
"promo__text",
|
|
1542
1558
|
s.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
1543
1559
|
])
|
|
1544
1560
|
}, [
|
|
1545
|
-
s.label ? (o(),
|
|
1561
|
+
s.label ? (o(), C(Y, {
|
|
1546
1562
|
key: 0,
|
|
1547
1563
|
text: s.label,
|
|
1548
1564
|
"label-dark": s.variant === "dark"
|
|
1549
1565
|
}, null, 8, ["text", "label-dark"])) : g("", !0),
|
|
1550
1566
|
t("div", {
|
|
1551
|
-
class:
|
|
1567
|
+
class: p([
|
|
1552
1568
|
"promo__title",
|
|
1553
1569
|
s.variant === "dark" ? "promo__title--dark" : ""
|
|
1554
1570
|
])
|
|
1555
1571
|
}, n(s.headline), 3),
|
|
1556
|
-
s.linkType === "link" ? (o(),
|
|
1572
|
+
s.linkType === "link" ? (o(), C(O, {
|
|
1557
1573
|
key: 1,
|
|
1558
1574
|
"link-type": s.variant === "dark" ? "regular_dark" : (s.variant === "light", "regular_light"),
|
|
1559
1575
|
arrow: ""
|
|
1560
1576
|
}, {
|
|
1561
1577
|
default: w(() => [
|
|
1562
|
-
|
|
1578
|
+
h(s.$slots, "promo-link")
|
|
1563
1579
|
]),
|
|
1564
1580
|
_: 3
|
|
1565
1581
|
}, 8, ["link-type"])) : g("", !0),
|
|
1566
|
-
s.linkType === "button" ? (o(),
|
|
1582
|
+
s.linkType === "button" ? (o(), C(O, {
|
|
1567
1583
|
key: 2,
|
|
1568
1584
|
"link-type": s.variant === "dark" ? "secondary_dark" : (s.variant === "light", "secondary")
|
|
1569
1585
|
}, {
|
|
1570
1586
|
default: w(() => [
|
|
1571
|
-
|
|
1587
|
+
h(s.$slots, "promo-link")
|
|
1572
1588
|
]),
|
|
1573
1589
|
_: 3
|
|
1574
1590
|
}, 8, ["link-type"])) : g("", !0)
|
|
@@ -1576,10 +1592,10 @@ const Rl = /* @__PURE__ */ v(Ol, [["render", El], ["__scopeId", "data-v-8765ee0b
|
|
|
1576
1592
|
])
|
|
1577
1593
|
], 2));
|
|
1578
1594
|
}
|
|
1579
|
-
}),
|
|
1595
|
+
}), Jl = /* @__PURE__ */ v(Zl, [["__scopeId", "data-v-7e80a0f0"]]), Xl = (e) => (E("data-v-e3cc8e27"), e = e(), R(), e), xl = { class: "quote__wrapper" }, eo = { class: "quote__content" }, to = /* @__PURE__ */ Xl(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), ao = { class: "quote__quote" }, lo = { class: "quote__quote-text" }, oo = { class: "quote__author" }, so = {
|
|
1580
1596
|
key: 0,
|
|
1581
1597
|
class: "quote__image"
|
|
1582
|
-
},
|
|
1598
|
+
}, io = { class: "quote__text" }, ro = { class: "quote__author-name" }, no = { class: "quote__author-title" }, co = /* @__PURE__ */ f({
|
|
1583
1599
|
__name: "quote",
|
|
1584
1600
|
props: {
|
|
1585
1601
|
quote: {
|
|
@@ -1601,16 +1617,16 @@ const Rl = /* @__PURE__ */ v(Ol, [["render", El], ["__scopeId", "data-v-8765ee0b
|
|
|
1601
1617
|
}
|
|
1602
1618
|
},
|
|
1603
1619
|
setup(e) {
|
|
1604
|
-
return (a, r) => (o(), i("div",
|
|
1605
|
-
t("div",
|
|
1606
|
-
|
|
1607
|
-
t("div",
|
|
1608
|
-
t("p",
|
|
1609
|
-
t("div",
|
|
1610
|
-
e.authorImage ? (o(), i("div",
|
|
1611
|
-
k(
|
|
1620
|
+
return (a, r) => (o(), i("div", xl, [
|
|
1621
|
+
t("div", eo, [
|
|
1622
|
+
to,
|
|
1623
|
+
t("div", ao, [
|
|
1624
|
+
t("p", lo, n(e.quote), 1),
|
|
1625
|
+
t("div", oo, [
|
|
1626
|
+
e.authorImage ? (o(), i("div", so, [
|
|
1627
|
+
k(A, null, {
|
|
1612
1628
|
default: w(() => [
|
|
1613
|
-
|
|
1629
|
+
h(a.$slots, "author-image", P(F({
|
|
1614
1630
|
src: e.authorImage + "/m/100x100",
|
|
1615
1631
|
width: 60,
|
|
1616
1632
|
height: 60
|
|
@@ -1619,22 +1635,22 @@ const Rl = /* @__PURE__ */ v(Ol, [["render", El], ["__scopeId", "data-v-8765ee0b
|
|
|
1619
1635
|
_: 3
|
|
1620
1636
|
})
|
|
1621
1637
|
])) : g("", !0),
|
|
1622
|
-
t("div",
|
|
1623
|
-
t("p",
|
|
1624
|
-
t("p",
|
|
1638
|
+
t("div", io, [
|
|
1639
|
+
t("p", ro, n(e.author), 1),
|
|
1640
|
+
t("p", no, n(e.authorTitle), 1)
|
|
1625
1641
|
])
|
|
1626
1642
|
])
|
|
1627
1643
|
])
|
|
1628
1644
|
])
|
|
1629
1645
|
]));
|
|
1630
1646
|
}
|
|
1631
|
-
}),
|
|
1647
|
+
}), uo = /* @__PURE__ */ v(co, [["__scopeId", "data-v-e3cc8e27"]]), _o = { class: "rich-text__wrapper" }, ho = {
|
|
1632
1648
|
key: 0,
|
|
1633
1649
|
class: "rich-text__links"
|
|
1634
|
-
},
|
|
1650
|
+
}, po = {
|
|
1635
1651
|
key: 0,
|
|
1636
1652
|
class: "rich-text__bullet-list"
|
|
1637
|
-
},
|
|
1653
|
+
}, mo = /* @__PURE__ */ f({
|
|
1638
1654
|
__name: "rich-text",
|
|
1639
1655
|
props: {
|
|
1640
1656
|
headline: { default: "" },
|
|
@@ -1648,54 +1664,54 @@ const Rl = /* @__PURE__ */ v(Ol, [["render", El], ["__scopeId", "data-v-8765ee0b
|
|
|
1648
1664
|
},
|
|
1649
1665
|
setup(e) {
|
|
1650
1666
|
return (a, r) => (o(), i("div", {
|
|
1651
|
-
class:
|
|
1667
|
+
class: p([
|
|
1652
1668
|
"rich-text",
|
|
1653
1669
|
a.bgColor === "blue" ? "rich-text--blue" : "rich-text--white"
|
|
1654
1670
|
])
|
|
1655
1671
|
}, [
|
|
1656
|
-
t("div",
|
|
1657
|
-
a.label ? (o(),
|
|
1672
|
+
t("div", _o, [
|
|
1673
|
+
a.label ? (o(), C(Y, {
|
|
1658
1674
|
key: 0,
|
|
1659
1675
|
text: a.label,
|
|
1660
1676
|
"label-dark": !1
|
|
1661
1677
|
}, null, 8, ["text"])) : g("", !0),
|
|
1662
1678
|
a.headline ? (o(), i("h2", {
|
|
1663
1679
|
key: 1,
|
|
1664
|
-
class:
|
|
1680
|
+
class: p([
|
|
1665
1681
|
"rich-text__headline",
|
|
1666
1682
|
a.leftAligned || a.bulletList || a.image ? "rich-text__headline--left-aligned" : "rich-text__headline--centered"
|
|
1667
1683
|
])
|
|
1668
1684
|
}, n(a.headline), 3)) : g("", !0),
|
|
1669
1685
|
t("div", {
|
|
1670
|
-
class:
|
|
1686
|
+
class: p([
|
|
1671
1687
|
"rich-text__content",
|
|
1672
1688
|
a.leftAligned || a.bulletList || a.image ? "rich-text__content--left-aligned" : "rich-text__content--centered"
|
|
1673
1689
|
])
|
|
1674
1690
|
}, [
|
|
1675
1691
|
t("div", {
|
|
1676
|
-
class:
|
|
1692
|
+
class: p([
|
|
1677
1693
|
"rich-text__body",
|
|
1678
1694
|
a.bulletList || a.image ? "rich-text__body--content-right" : ""
|
|
1679
1695
|
])
|
|
1680
1696
|
}, [
|
|
1681
|
-
|
|
1682
|
-
a.links ? (o(), i("div",
|
|
1683
|
-
|
|
1697
|
+
h(a.$slots, "rich-text-content"),
|
|
1698
|
+
a.links ? (o(), i("div", ho, [
|
|
1699
|
+
h(a.$slots, "rich-text-links")
|
|
1684
1700
|
])) : g("", !0)
|
|
1685
1701
|
], 2),
|
|
1686
|
-
a.bulletList ? (o(), i("div",
|
|
1687
|
-
|
|
1702
|
+
a.bulletList ? (o(), i("div", po, [
|
|
1703
|
+
h(a.$slots, "rich-text-bullet-list")
|
|
1688
1704
|
])) : g("", !0),
|
|
1689
1705
|
a.image ? (o(), i("div", {
|
|
1690
1706
|
key: 1,
|
|
1691
|
-
class:
|
|
1707
|
+
class: p([
|
|
1692
1708
|
"rich-text__image",
|
|
1693
1709
|
a.imageClip ? "rich-text__image--clip" : ""
|
|
1694
1710
|
])
|
|
1695
1711
|
}, [
|
|
1696
|
-
k(
|
|
1712
|
+
k(A, null, {
|
|
1697
1713
|
default: w(() => [
|
|
1698
|
-
|
|
1714
|
+
h(a.$slots, "rich-text-image", P(F({ width: 865, height: 307 })))
|
|
1699
1715
|
]),
|
|
1700
1716
|
_: 3
|
|
1701
1717
|
})
|
|
@@ -1704,27 +1720,27 @@ const Rl = /* @__PURE__ */ v(Ol, [["render", El], ["__scopeId", "data-v-8765ee0b
|
|
|
1704
1720
|
])
|
|
1705
1721
|
], 2));
|
|
1706
1722
|
}
|
|
1707
|
-
}),
|
|
1708
|
-
function
|
|
1709
|
-
return o(), i("div",
|
|
1710
|
-
t("div",
|
|
1711
|
-
t("div",
|
|
1712
|
-
t("div",
|
|
1723
|
+
}), vo = /* @__PURE__ */ v(mo, [["__scopeId", "data-v-7bcde564"]]), fo = {}, go = { class: "rich-text" }, bo = { class: "rich-text__wrapper" }, yo = { class: "rich-text__content rich-text__content--left-aligned" }, $o = { class: "rich-text__body" };
|
|
1724
|
+
function ko(e, a) {
|
|
1725
|
+
return o(), i("div", go, [
|
|
1726
|
+
t("div", bo, [
|
|
1727
|
+
t("div", yo, [
|
|
1728
|
+
t("div", $o, [
|
|
1713
1729
|
t("div", null, [
|
|
1714
|
-
|
|
1730
|
+
h(e.$slots, "rich-text-content-left", {}, void 0, !0)
|
|
1715
1731
|
]),
|
|
1716
1732
|
t("div", null, [
|
|
1717
|
-
|
|
1733
|
+
h(e.$slots, "rich-text-content-right", {}, void 0, !0)
|
|
1718
1734
|
])
|
|
1719
1735
|
])
|
|
1720
1736
|
])
|
|
1721
1737
|
])
|
|
1722
1738
|
]);
|
|
1723
1739
|
}
|
|
1724
|
-
const
|
|
1740
|
+
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" }, [
|
|
1725
1741
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
1726
1742
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
1727
|
-
], -1)),
|
|
1743
|
+
], -1)), Vo = { class: "item__right" }, Ao = ["innerHTML"], Co = /* @__PURE__ */ f({
|
|
1728
1744
|
__name: "timeline",
|
|
1729
1745
|
props: {
|
|
1730
1746
|
timelineItems: {
|
|
@@ -1733,7 +1749,7 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
1733
1749
|
}
|
|
1734
1750
|
},
|
|
1735
1751
|
setup(e) {
|
|
1736
|
-
return
|
|
1752
|
+
return le(() => {
|
|
1737
1753
|
const a = document.querySelectorAll(".timeline__item"), r = new IntersectionObserver(
|
|
1738
1754
|
(l) => {
|
|
1739
1755
|
l.forEach((s) => {
|
|
@@ -1747,19 +1763,19 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
1747
1763
|
a.forEach((l) => {
|
|
1748
1764
|
r.observe(l);
|
|
1749
1765
|
});
|
|
1750
|
-
}), (a, r) => (o(), i("div",
|
|
1751
|
-
t("div",
|
|
1752
|
-
t("div",
|
|
1766
|
+
}), (a, r) => (o(), i("div", Bo, [
|
|
1767
|
+
t("div", Io, [
|
|
1768
|
+
t("div", qo, [
|
|
1753
1769
|
(o(!0), i(D, null, M(e.timelineItems, (l) => (o(), i("div", {
|
|
1754
1770
|
key: l.year,
|
|
1755
1771
|
class: "timeline__item faded"
|
|
1756
1772
|
}, [
|
|
1757
|
-
t("div",
|
|
1758
|
-
|
|
1759
|
-
t("div",
|
|
1760
|
-
k(
|
|
1773
|
+
t("div", Lo, n(l.year), 1),
|
|
1774
|
+
To,
|
|
1775
|
+
t("div", Vo, [
|
|
1776
|
+
k(A, null, {
|
|
1761
1777
|
default: w(() => [
|
|
1762
|
-
l.media.type === "image" ?
|
|
1778
|
+
l.media.type === "image" ? h(a.$slots, "timeline-image", P(te({ key: 0 }, { src: l.media.src, alt: l.media.alt })), void 0, !0) : g("", !0)
|
|
1763
1779
|
]),
|
|
1764
1780
|
_: 2
|
|
1765
1781
|
}, 1024),
|
|
@@ -1767,20 +1783,20 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
1767
1783
|
style: ae([l.media.type === "none" ? "margin-top: 0px" : ""]),
|
|
1768
1784
|
class: "rich-text",
|
|
1769
1785
|
innerHTML: l.text
|
|
1770
|
-
}, null, 12,
|
|
1786
|
+
}, null, 12, Ao)
|
|
1771
1787
|
])
|
|
1772
1788
|
]))), 128))
|
|
1773
1789
|
])
|
|
1774
1790
|
])
|
|
1775
1791
|
]));
|
|
1776
1792
|
}
|
|
1777
|
-
}),
|
|
1793
|
+
}), Do = /* @__PURE__ */ v(Co, [["__scopeId", "data-v-78d319df"]]), Mo = { class: "vimeo" }, Oo = { class: "vimeo__wrapper" }, Po = {
|
|
1778
1794
|
key: 0,
|
|
1779
1795
|
class: "vimeo__headline"
|
|
1780
|
-
},
|
|
1796
|
+
}, Fo = {
|
|
1781
1797
|
key: 1,
|
|
1782
1798
|
class: "vimeo__description"
|
|
1783
|
-
},
|
|
1799
|
+
}, Eo = /* @__PURE__ */ f({
|
|
1784
1800
|
__name: "vimeo",
|
|
1785
1801
|
props: {
|
|
1786
1802
|
headline: {
|
|
@@ -1793,15 +1809,15 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
1793
1809
|
}
|
|
1794
1810
|
},
|
|
1795
1811
|
setup(e) {
|
|
1796
|
-
return (a, r) => (o(), i("div",
|
|
1797
|
-
t("div",
|
|
1798
|
-
e.headline ? (o(), i("h2",
|
|
1799
|
-
|
|
1800
|
-
e.description ? (o(), i("p",
|
|
1812
|
+
return (a, r) => (o(), i("div", Mo, [
|
|
1813
|
+
t("div", Oo, [
|
|
1814
|
+
e.headline ? (o(), i("h2", Po, n(e.headline), 1)) : g("", !0),
|
|
1815
|
+
h(a.$slots, "vimeo-content", {}, void 0, !0),
|
|
1816
|
+
e.description ? (o(), i("p", Fo, n(e.description), 1)) : g("", !0)
|
|
1801
1817
|
])
|
|
1802
1818
|
]));
|
|
1803
1819
|
}
|
|
1804
|
-
}),
|
|
1820
|
+
}), Ro = /* @__PURE__ */ v(Eo, [["__scopeId", "data-v-599c68c7"]]), No = { class: "not-found__wrapper" }, Ho = { class: "not-found__content" }, zo = { class: "not-found__headline" }, Uo = { class: "not-found__body" }, Ko = /* @__PURE__ */ f({
|
|
1805
1821
|
__name: "404",
|
|
1806
1822
|
props: {
|
|
1807
1823
|
headline: {
|
|
@@ -1810,16 +1826,16 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
1810
1826
|
}
|
|
1811
1827
|
},
|
|
1812
1828
|
setup(e) {
|
|
1813
|
-
return (a, r) => (o(), i("div",
|
|
1814
|
-
t("div",
|
|
1815
|
-
t("h1",
|
|
1816
|
-
t("div",
|
|
1817
|
-
|
|
1829
|
+
return (a, r) => (o(), i("div", No, [
|
|
1830
|
+
t("div", Ho, [
|
|
1831
|
+
t("h1", zo, n(e.headline), 1),
|
|
1832
|
+
t("div", Uo, [
|
|
1833
|
+
h(a.$slots, "not-found-body", {}, void 0, !0)
|
|
1818
1834
|
])
|
|
1819
1835
|
])
|
|
1820
1836
|
]));
|
|
1821
1837
|
}
|
|
1822
|
-
}),
|
|
1838
|
+
}), jo = /* @__PURE__ */ v(Ko, [["__scopeId", "data-v-b829ca6c"]]), Go = { class: "filter__wrapper" }, Wo = { class: "filter__content" }, Yo = { class: "filter__dropdowns" }, Qo = { class: "filter__chips" }, Zo = /* @__PURE__ */ f({
|
|
1823
1839
|
__name: "filter",
|
|
1824
1840
|
props: {
|
|
1825
1841
|
hasChips: {
|
|
@@ -1833,13 +1849,13 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
1833
1849
|
},
|
|
1834
1850
|
emits: ["clearFilters"],
|
|
1835
1851
|
setup(e) {
|
|
1836
|
-
return (a, r) => (o(), i("div",
|
|
1837
|
-
t("div",
|
|
1838
|
-
t("div",
|
|
1839
|
-
|
|
1852
|
+
return (a, r) => (o(), i("div", Go, [
|
|
1853
|
+
t("div", Wo, [
|
|
1854
|
+
t("div", Yo, [
|
|
1855
|
+
h(a.$slots, "filter-dropdowns")
|
|
1840
1856
|
]),
|
|
1841
|
-
t("div",
|
|
1842
|
-
|
|
1857
|
+
t("div", Qo, [
|
|
1858
|
+
h(a.$slots, "filter-chips"),
|
|
1843
1859
|
e.hasChips ? (o(), i("button", {
|
|
1844
1860
|
key: 0,
|
|
1845
1861
|
class: "filter__clear",
|
|
@@ -1849,7 +1865,7 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
1849
1865
|
])
|
|
1850
1866
|
]));
|
|
1851
1867
|
}
|
|
1852
|
-
}),
|
|
1868
|
+
}), Jo = /* @__PURE__ */ v(Zo, [["__scopeId", "data-v-31c1ba00"]]), z = (e) => (E("data-v-5258b418"), e = e(), R(), e), Xo = { class: "footer__wrapper" }, xo = { class: "footer__content" }, es = { class: "footer__sections" }, ts = { class: "section__title" }, as = { class: "section__list" }, ls = { class: "section" }, os = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), ss = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), is = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), rs = /* @__PURE__ */ z(() => /* @__PURE__ */ t("br", null, null, -1)), ns = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), ds = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), cs = { class: "footer__bottom" }, us = { class: "copyright" }, _s = { class: "footer__policy" }, hs = /* @__PURE__ */ z(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), ps = { class: "footer__social" }, ms = ["href", "aria-label"], vs = /* @__PURE__ */ f({
|
|
1853
1869
|
__name: "footer",
|
|
1854
1870
|
props: {
|
|
1855
1871
|
footerSections: { default: () => [] },
|
|
@@ -1860,35 +1876,35 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
1860
1876
|
},
|
|
1861
1877
|
emits: ["changeRegionClicked"],
|
|
1862
1878
|
setup(e) {
|
|
1863
|
-
return (a, r) => (o(), i("div",
|
|
1864
|
-
t("footer",
|
|
1865
|
-
t("div",
|
|
1879
|
+
return (a, r) => (o(), i("div", Xo, [
|
|
1880
|
+
t("footer", xo, [
|
|
1881
|
+
t("div", es, [
|
|
1866
1882
|
(o(!0), i(D, null, M(a.footerSections, (l) => (o(), i("div", {
|
|
1867
1883
|
key: l.title,
|
|
1868
1884
|
class: "section"
|
|
1869
1885
|
}, [
|
|
1870
|
-
t("span",
|
|
1886
|
+
t("span", ts, n(l.title), 1),
|
|
1871
1887
|
t("nav", null, [
|
|
1872
|
-
t("ul",
|
|
1873
|
-
|
|
1888
|
+
t("ul", as, [
|
|
1889
|
+
h(a.$slots, "section-links", {
|
|
1874
1890
|
links: l.links
|
|
1875
1891
|
})
|
|
1876
1892
|
])
|
|
1877
1893
|
])
|
|
1878
1894
|
]))), 128)),
|
|
1879
|
-
t("div",
|
|
1880
|
-
|
|
1895
|
+
t("div", ls, [
|
|
1896
|
+
os,
|
|
1881
1897
|
t("address", null, [
|
|
1882
|
-
ls,
|
|
1883
|
-
os,
|
|
1884
1898
|
ss,
|
|
1899
|
+
is,
|
|
1900
|
+
rs,
|
|
1885
1901
|
k(O, {
|
|
1886
1902
|
class: "footer__contact",
|
|
1887
1903
|
"link-type": "regular_light",
|
|
1888
1904
|
underline: "false"
|
|
1889
1905
|
}, {
|
|
1890
1906
|
default: w(() => [
|
|
1891
|
-
|
|
1907
|
+
ns
|
|
1892
1908
|
]),
|
|
1893
1909
|
_: 1
|
|
1894
1910
|
}),
|
|
@@ -1898,30 +1914,30 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
1898
1914
|
underline: "false"
|
|
1899
1915
|
}, {
|
|
1900
1916
|
default: w(() => [
|
|
1901
|
-
|
|
1917
|
+
ds
|
|
1902
1918
|
]),
|
|
1903
1919
|
_: 1
|
|
1904
1920
|
})
|
|
1905
1921
|
])
|
|
1906
1922
|
])
|
|
1907
1923
|
]),
|
|
1908
|
-
t("div",
|
|
1909
|
-
t("p",
|
|
1910
|
-
t("div",
|
|
1924
|
+
t("div", cs, [
|
|
1925
|
+
t("p", us, "© MiR " + n((/* @__PURE__ */ new Date()).getFullYear()), 1),
|
|
1926
|
+
t("div", _s, [
|
|
1911
1927
|
t("button", {
|
|
1912
1928
|
class: "footer__language-switcher",
|
|
1913
1929
|
onClick: r[0] || (r[0] = (l) => a.$emit("changeRegionClicked"))
|
|
1914
1930
|
}, [
|
|
1915
1931
|
t("span", null, [
|
|
1916
|
-
|
|
1932
|
+
hs,
|
|
1917
1933
|
j(n(a.changeRegion), 1)
|
|
1918
1934
|
])
|
|
1919
1935
|
]),
|
|
1920
|
-
|
|
1921
|
-
|
|
1936
|
+
h(a.$slots, "footer-privacy-link"),
|
|
1937
|
+
h(a.$slots, "footer-cookie-link")
|
|
1922
1938
|
]),
|
|
1923
|
-
t("div",
|
|
1924
|
-
(o(!0), i(D, null, M(a.socialMedia, (l) => (o(),
|
|
1939
|
+
t("div", ps, [
|
|
1940
|
+
(o(!0), i(D, null, M(a.socialMedia, (l) => (o(), C(O, {
|
|
1925
1941
|
key: l.title,
|
|
1926
1942
|
underline: "false",
|
|
1927
1943
|
"link-type": "regular"
|
|
@@ -1934,9 +1950,9 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
1934
1950
|
t("i", {
|
|
1935
1951
|
width: "19",
|
|
1936
1952
|
height: "14",
|
|
1937
|
-
class:
|
|
1953
|
+
class: p(["footer__social--icon", [l.title ? "bg-" + l.title : ""]])
|
|
1938
1954
|
}, null, 2)
|
|
1939
|
-
], 8,
|
|
1955
|
+
], 8, ms)
|
|
1940
1956
|
]),
|
|
1941
1957
|
_: 2
|
|
1942
1958
|
}, 1024))), 128))
|
|
@@ -1945,19 +1961,19 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
1945
1961
|
])
|
|
1946
1962
|
]));
|
|
1947
1963
|
}
|
|
1948
|
-
}),
|
|
1964
|
+
}), fs = /* @__PURE__ */ v(vs, [["__scopeId", "data-v-5258b418"]]), gs = { class: "header__wrapper" }, bs = { class: "nav-wrapper" }, ys = { class: "mir-link-logo" }, $s = { class: "main-nav-items" }, ks = {
|
|
1949
1965
|
id: "menu-dropdown",
|
|
1950
1966
|
ref: "dropdownDiv"
|
|
1951
|
-
},
|
|
1967
|
+
}, ws = {
|
|
1952
1968
|
key: 0,
|
|
1953
1969
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
1954
1970
|
alt: "dropdownarrow"
|
|
1955
|
-
},
|
|
1971
|
+
}, Ss = {
|
|
1956
1972
|
key: 1,
|
|
1957
1973
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
1958
1974
|
alt: "dropdownarrow",
|
|
1959
1975
|
style: { transform: "rotate(180deg)" }
|
|
1960
|
-
},
|
|
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" }, As = ["src"], Cs = ["src"], Ds = { class: "mobile-menu-content-wrapper" }, Ms = { class: "mobile-dropdown-content" }, Os = /* @__PURE__ */ f({
|
|
1961
1977
|
__name: "header",
|
|
1962
1978
|
props: {
|
|
1963
1979
|
burgerState: {
|
|
@@ -1978,13 +1994,13 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
1978
1994
|
let l = null;
|
|
1979
1995
|
const s = e;
|
|
1980
1996
|
let u = I(s.burgerState), c = I(s.showDropDown);
|
|
1981
|
-
|
|
1997
|
+
ne(
|
|
1982
1998
|
() => s.burgerState,
|
|
1983
1999
|
(B) => u.value = B
|
|
1984
|
-
),
|
|
2000
|
+
), ne(
|
|
1985
2001
|
() => s.showDropDown,
|
|
1986
2002
|
(B) => c.value = B
|
|
1987
|
-
),
|
|
2003
|
+
), le(() => {
|
|
1988
2004
|
l = (B) => {
|
|
1989
2005
|
B.target.closest("#menu-dropdown") || (c.value = !1);
|
|
1990
2006
|
}, window.addEventListener("click", l);
|
|
@@ -2004,30 +2020,30 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
2004
2020
|
}
|
|
2005
2021
|
return a({
|
|
2006
2022
|
defocusSearchButton: X
|
|
2007
|
-
}), (B, U) => (o(), i("div",
|
|
2023
|
+
}), (B, U) => (o(), i("div", gs, [
|
|
2008
2024
|
t("nav", null, [
|
|
2009
|
-
t("div",
|
|
2010
|
-
t("div",
|
|
2011
|
-
|
|
2025
|
+
t("div", bs, [
|
|
2026
|
+
t("div", ys, [
|
|
2027
|
+
h(B.$slots, "link-logo", {}, void 0, !0)
|
|
2012
2028
|
]),
|
|
2013
|
-
t("ul",
|
|
2014
|
-
|
|
2029
|
+
t("ul", $s, [
|
|
2030
|
+
h(B.$slots, "main-nav-items", {}, void 0, !0)
|
|
2015
2031
|
]),
|
|
2016
|
-
t("div",
|
|
2032
|
+
t("div", ks, [
|
|
2017
2033
|
t("button", {
|
|
2018
2034
|
class: "nav-dropdown-btn",
|
|
2019
2035
|
onClick: S
|
|
2020
2036
|
}, [
|
|
2021
|
-
|
|
2022
|
-
V(c) === !1 ? (o(), i("img",
|
|
2037
|
+
h(B.$slots, "dropdown-title", {}, void 0, !0),
|
|
2038
|
+
V(c) === !1 ? (o(), i("img", ws)) : (o(), i("img", Ss))
|
|
2023
2039
|
]),
|
|
2024
|
-
Z(t("div",
|
|
2025
|
-
|
|
2040
|
+
Z(t("div", Bs, [
|
|
2041
|
+
h(B.$slots, "dropdown-links", {}, void 0, !0)
|
|
2026
2042
|
], 512), [
|
|
2027
2043
|
[ee, V(c)]
|
|
2028
2044
|
])
|
|
2029
2045
|
], 512),
|
|
2030
|
-
t("div",
|
|
2046
|
+
t("div", Is, [
|
|
2031
2047
|
t("button", {
|
|
2032
2048
|
ref_key: "navSearchButton",
|
|
2033
2049
|
ref: y,
|
|
@@ -2042,18 +2058,18 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
2042
2058
|
alt: "search icon",
|
|
2043
2059
|
width: "20",
|
|
2044
2060
|
height: "20"
|
|
2045
|
-
}, null, 8,
|
|
2061
|
+
}, null, 8, qs)
|
|
2046
2062
|
], 512)
|
|
2047
2063
|
])
|
|
2048
2064
|
]),
|
|
2049
2065
|
t("div", {
|
|
2050
|
-
class:
|
|
2066
|
+
class: p(["mobile-nav-wrapper", V(u) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
|
|
2051
2067
|
}, [
|
|
2052
|
-
t("div",
|
|
2053
|
-
t("div",
|
|
2054
|
-
|
|
2068
|
+
t("div", Ls, [
|
|
2069
|
+
t("div", Ts, [
|
|
2070
|
+
h(B.$slots, "link-logo", {}, void 0, !0)
|
|
2055
2071
|
]),
|
|
2056
|
-
t("div",
|
|
2072
|
+
t("div", Vs, [
|
|
2057
2073
|
t("button", {
|
|
2058
2074
|
ref_key: "mobileSearchButton",
|
|
2059
2075
|
ref: q,
|
|
@@ -2069,29 +2085,29 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
2069
2085
|
alt: "search icon",
|
|
2070
2086
|
width: "20",
|
|
2071
2087
|
height: "20"
|
|
2072
|
-
}, null, 8,
|
|
2088
|
+
}, null, 8, As)
|
|
2073
2089
|
], 512)
|
|
2074
2090
|
]),
|
|
2075
2091
|
t("button", {
|
|
2076
2092
|
class: "mobile-burger-wrapper",
|
|
2077
2093
|
"aria-label": "Toggle menu",
|
|
2078
|
-
onClick:
|
|
2094
|
+
onClick: de(m, ["prevent"])
|
|
2079
2095
|
}, [
|
|
2080
2096
|
t("img", {
|
|
2081
2097
|
width: "20",
|
|
2082
2098
|
height: "20",
|
|
2083
2099
|
alt: "burger menu line icon",
|
|
2084
2100
|
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"
|
|
2085
|
-
}, null, 8,
|
|
2101
|
+
}, null, 8, Cs)
|
|
2086
2102
|
])
|
|
2087
2103
|
]),
|
|
2088
|
-
Z(t("div",
|
|
2104
|
+
Z(t("div", Ds, [
|
|
2089
2105
|
t("ul", null, [
|
|
2090
|
-
|
|
2106
|
+
h(B.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2091
2107
|
]),
|
|
2092
|
-
t("ul",
|
|
2093
|
-
|
|
2094
|
-
|
|
2108
|
+
t("ul", Ms, [
|
|
2109
|
+
h(B.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2110
|
+
h(B.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2095
2111
|
])
|
|
2096
2112
|
], 512), [
|
|
2097
2113
|
[ee, V(u)]
|
|
@@ -2100,7 +2116,7 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
2100
2116
|
])
|
|
2101
2117
|
]));
|
|
2102
2118
|
}
|
|
2103
|
-
}),
|
|
2119
|
+
}), Ps = /* @__PURE__ */ v(Os, [["__scopeId", "data-v-e129834d"]]), Fs = { class: "language__wrapper" }, Es = { class: "language__content" }, Rs = { class: "language__headline" }, Ns = { class: "language__paragraph" }, Hs = { class: "language__links" }, zs = /* @__PURE__ */ f({
|
|
2104
2120
|
__name: "language-switcher",
|
|
2105
2121
|
props: {
|
|
2106
2122
|
headline: {
|
|
@@ -2113,17 +2129,17 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
2113
2129
|
}
|
|
2114
2130
|
},
|
|
2115
2131
|
setup(e) {
|
|
2116
|
-
return (a, r) => (o(), i("div",
|
|
2117
|
-
t("div",
|
|
2118
|
-
t("h2",
|
|
2119
|
-
t("p",
|
|
2120
|
-
t("div",
|
|
2121
|
-
|
|
2132
|
+
return (a, r) => (o(), i("div", Fs, [
|
|
2133
|
+
t("div", Es, [
|
|
2134
|
+
t("h2", Rs, n(e.headline), 1),
|
|
2135
|
+
t("p", Ns, n(e.paragraph), 1),
|
|
2136
|
+
t("div", Hs, [
|
|
2137
|
+
h(a.$slots, "language-links", {}, void 0, !0)
|
|
2122
2138
|
])
|
|
2123
2139
|
])
|
|
2124
2140
|
]));
|
|
2125
2141
|
}
|
|
2126
|
-
}),
|
|
2142
|
+
}), Us = /* @__PURE__ */ v(zs, [["__scopeId", "data-v-dc8cc97e"]]), Ks = { class: "pagination__wrapper" }, js = { class: "pagination__content" }, Gs = /* @__PURE__ */ f({
|
|
2127
2143
|
__name: "pagination",
|
|
2128
2144
|
props: {
|
|
2129
2145
|
isPreviousDisabled: {
|
|
@@ -2137,15 +2153,15 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
2137
2153
|
},
|
|
2138
2154
|
emits: ["previous", "next"],
|
|
2139
2155
|
setup(e) {
|
|
2140
|
-
return (a, r) => (o(), i("div",
|
|
2141
|
-
t("div",
|
|
2156
|
+
return (a, r) => (o(), i("div", Ks, [
|
|
2157
|
+
t("div", js, [
|
|
2142
2158
|
k(J, {
|
|
2143
2159
|
disabled: e.isPreviousDisabled,
|
|
2144
2160
|
variant: "previous",
|
|
2145
2161
|
"aria-label": "previous",
|
|
2146
2162
|
onClick: r[0] || (r[0] = (l) => a.$emit("previous"))
|
|
2147
2163
|
}, null, 8, ["disabled"]),
|
|
2148
|
-
|
|
2164
|
+
h(a.$slots, "pagination-numbers"),
|
|
2149
2165
|
k(J, {
|
|
2150
2166
|
disabled: e.isNextDisabled,
|
|
2151
2167
|
variant: "next",
|
|
@@ -2155,13 +2171,13 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
2155
2171
|
])
|
|
2156
2172
|
]));
|
|
2157
2173
|
}
|
|
2158
|
-
}),
|
|
2159
|
-
function
|
|
2160
|
-
return o(), i("div",
|
|
2161
|
-
|
|
2174
|
+
}), Ws = /* @__PURE__ */ v(Gs, [["__scopeId", "data-v-f760f1c6"]]), Ys = {}, Qs = { class: "search__wrapper" };
|
|
2175
|
+
function Zs(e, a) {
|
|
2176
|
+
return o(), i("div", Qs, [
|
|
2177
|
+
h(e.$slots, "default", { class: "search__content" })
|
|
2162
2178
|
]);
|
|
2163
2179
|
}
|
|
2164
|
-
const
|
|
2180
|
+
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({
|
|
2165
2181
|
__name: "product-hero",
|
|
2166
2182
|
props: {
|
|
2167
2183
|
headline: {
|
|
@@ -2186,13 +2202,13 @@ const Qs = /* @__PURE__ */ v(Gs, [["render", Ys], ["__scopeId", "data-v-623adb82
|
|
|
2186
2202
|
}
|
|
2187
2203
|
},
|
|
2188
2204
|
setup(e) {
|
|
2189
|
-
return (a, r) => (o(), i("div",
|
|
2190
|
-
t("div",
|
|
2191
|
-
t("div",
|
|
2205
|
+
return (a, r) => (o(), i("div", Xs, [
|
|
2206
|
+
t("div", xs, [
|
|
2207
|
+
t("div", ei, [
|
|
2192
2208
|
t("h1", null, n(e.headline), 1)
|
|
2193
2209
|
]),
|
|
2194
|
-
t("div",
|
|
2195
|
-
e.videoSrc !== "" ? (o(),
|
|
2210
|
+
t("div", ti, [
|
|
2211
|
+
e.videoSrc !== "" ? (o(), C(G, {
|
|
2196
2212
|
key: 0,
|
|
2197
2213
|
play: "",
|
|
2198
2214
|
"local-video": !0,
|
|
@@ -2203,9 +2219,9 @@ const Qs = /* @__PURE__ */ v(Gs, [["render", Ys], ["__scopeId", "data-v-623adb82
|
|
|
2203
2219
|
autoplay: "",
|
|
2204
2220
|
loop: "",
|
|
2205
2221
|
muted: ""
|
|
2206
|
-
}, null, 8, ["src", "aria-label", "poster"])) : (o(),
|
|
2222
|
+
}, null, 8, ["src", "aria-label", "poster"])) : (o(), C(V(A), { key: 1 }, {
|
|
2207
2223
|
default: w(() => [
|
|
2208
|
-
|
|
2224
|
+
h(a.$slots, "product-hero-image", {}, void 0, !0)
|
|
2209
2225
|
]),
|
|
2210
2226
|
_: 3
|
|
2211
2227
|
}))
|
|
@@ -2213,17 +2229,17 @@ const Qs = /* @__PURE__ */ v(Gs, [["render", Ys], ["__scopeId", "data-v-623adb82
|
|
|
2213
2229
|
])
|
|
2214
2230
|
]));
|
|
2215
2231
|
}
|
|
2216
|
-
}),
|
|
2232
|
+
}), li = /* @__PURE__ */ v(ai, [["__scopeId", "data-v-e394473d"]]), si = {
|
|
2217
2233
|
install: (e) => {
|
|
2218
|
-
e.component("AtomButton", J), e.component("AtomCheckbox",
|
|
2234
|
+
e.component("AtomButton", J), e.component("AtomCheckbox", Ce), e.component("AtomChip", Fe), e.component("AtomDropdown", je), e.component("AtomImage", A), e.component("AtomLabel", Y), 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", G), 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", Aa), 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", Al), 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);
|
|
2219
2235
|
}
|
|
2220
2236
|
};
|
|
2221
2237
|
export {
|
|
2222
2238
|
J as AtomButton,
|
|
2223
|
-
|
|
2239
|
+
Ce as AtomCheckbox,
|
|
2224
2240
|
Fe as AtomChip,
|
|
2225
2241
|
je as AtomDropdown,
|
|
2226
|
-
|
|
2242
|
+
A as AtomImage,
|
|
2227
2243
|
Y as AtomLabel,
|
|
2228
2244
|
O as AtomLink,
|
|
2229
2245
|
lt as AtomRadioButton,
|
|
@@ -2232,36 +2248,36 @@ export {
|
|
|
2232
2248
|
Et as AtomTextField,
|
|
2233
2249
|
qt as AtomTextarea,
|
|
2234
2250
|
G as AtomVideo,
|
|
2235
|
-
|
|
2236
|
-
|
|
2251
|
+
Yl as BlockCardDisplay,
|
|
2252
|
+
Aa as BlockFacts,
|
|
2237
2253
|
Ra as BlockFeatures,
|
|
2238
2254
|
Wa as BlockFormScript,
|
|
2239
2255
|
dl as BlockHeadline,
|
|
2240
|
-
|
|
2256
|
+
kl as BlockHero,
|
|
2241
2257
|
xa as BlockImage,
|
|
2242
2258
|
sl as BlockImageGallery,
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2259
|
+
Al as BlockLogoWall,
|
|
2260
|
+
Pl as BlockMicroStories,
|
|
2261
|
+
Hl as BlockPolicy,
|
|
2262
|
+
li as BlockProductHero,
|
|
2263
|
+
Jl as BlockPromo,
|
|
2264
|
+
uo as BlockQuote,
|
|
2265
|
+
vo as BlockRichText,
|
|
2266
|
+
wo as BlockRichTextColumns,
|
|
2267
|
+
Do as BlockTimeline,
|
|
2268
|
+
Ro as BlockVimeo,
|
|
2253
2269
|
xt as MoleculeAddress,
|
|
2254
2270
|
oa as MoleculeBulletList,
|
|
2255
2271
|
da as MoleculeCard,
|
|
2256
2272
|
fa as MoleculeEventCard,
|
|
2257
2273
|
ue as MoleculeModal,
|
|
2258
2274
|
ka as MoleculeTextCard,
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2275
|
+
jo as Organism404,
|
|
2276
|
+
Jo as OrganismFilter,
|
|
2277
|
+
fs as OrganismFooter,
|
|
2278
|
+
Ps as OrganismHeader,
|
|
2279
|
+
Us as OrganismLanguageSwitcher,
|
|
2280
|
+
Ws as OrganismPagination,
|
|
2281
|
+
Js as OrganismSearch,
|
|
2282
|
+
si as default
|
|
2267
2283
|
};
|