@mirweb/mir-web-components 0.17.28 → 0.17.30
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,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as f, computed as T, openBlock as o, createElementBlock as i, normalizeClass as
|
|
2
|
-
const
|
|
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 ne, createBlock as C, createCommentVNode as g, watchEffect as de, withKeys as ke, useSlots as we, normalizeStyle as ae, isRef as ie, unref as V, onBeforeMount as Be, onMounted as ce, watch as re, onUnmounted as Se } from "vue";
|
|
2
|
+
const Ie = ["aria-label"], qe = /* @__PURE__ */ f({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
5
5
|
variant: { default: "primary" },
|
|
@@ -15,16 +15,16 @@ 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
|
-
}, n(l.value === "close" ? "" : s.buttonText), 11,
|
|
20
|
+
}, n(l.value === "close" ? "" : s.buttonText), 11, Ie));
|
|
21
21
|
}
|
|
22
22
|
}), v = (e, a) => {
|
|
23
23
|
const r = e.__vccOpts || e;
|
|
24
24
|
for (const [l, s] of a)
|
|
25
25
|
r[l] = s;
|
|
26
26
|
return r;
|
|
27
|
-
}, J = /* @__PURE__ */ v(
|
|
27
|
+
}, J = /* @__PURE__ */ v(qe, [["__scopeId", "data-v-a3e038ec"]]), Le = (e) => (E("data-v-42c44141"), e = e(), R(), e), Te = ["id", "name", "value", "disabled", "required"], Ve = ["for"], Ae = /* @__PURE__ */ Le(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Ce = /* @__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,
|
|
@@ -51,21 +51,21 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
51
51
|
required: s.required,
|
|
52
52
|
class: "checkbox__checkbox",
|
|
53
53
|
onChange: l
|
|
54
|
-
}, null, 40,
|
|
54
|
+
}, null, 40, Te),
|
|
55
55
|
t("label", {
|
|
56
56
|
for: s.id,
|
|
57
|
-
class:
|
|
57
|
+
class: p(["checkbox__label", s.required ? "required" : ""])
|
|
58
58
|
}, [
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
], 10,
|
|
59
|
+
Ae,
|
|
60
|
+
h(s.$slots, "default", {}, void 0, !0)
|
|
61
|
+
], 10, Ve)
|
|
62
62
|
], 2));
|
|
63
63
|
}
|
|
64
|
-
}),
|
|
64
|
+
}), De = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-42c44141"]]), Me = (e) => (E("data-v-08813346"), e = e(), R(), e), Oe = ["aria-label"], Pe = /* @__PURE__ */ Me(() => /* @__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"
|
|
68
|
-
}, null, -1)),
|
|
68
|
+
}, null, -1)), Fe = /* @__PURE__ */ f({
|
|
69
69
|
__name: "chip",
|
|
70
70
|
props: {
|
|
71
71
|
text: { default: "" }
|
|
@@ -82,11 +82,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
82
82
|
"aria-label": r.value
|
|
83
83
|
}, [
|
|
84
84
|
j(n(l.text) + " ", 1),
|
|
85
|
-
|
|
86
|
-
], 8,
|
|
85
|
+
Pe
|
|
86
|
+
], 8, Oe)
|
|
87
87
|
]));
|
|
88
88
|
}
|
|
89
|
-
}),
|
|
89
|
+
}), Ee = /* @__PURE__ */ v(Fe, [["__scopeId", "data-v-08813346"]]), Re = ["value"], Ne = ["id"], He = { class: "listbox__dropdown" }, ze = ["id", "aria-labelledby", "aria-disabled"], Ue = ["aria-labelledby", "aria-activedescendant"], Ke = ["aria-selected", "data-value"], je = /* @__PURE__ */ f({
|
|
90
90
|
__name: "dropdown",
|
|
91
91
|
props: {
|
|
92
92
|
modelValue: {},
|
|
@@ -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), _ = I([]),
|
|
107
|
+
}, l = e, s = T(() => r[l.variant]), u = I(null), c = I(null), _ = I([]), B = I(0), m = I(""), y = I(!0), q = I(0), X = a, S = T(() => {
|
|
108
108
|
const d = l.options.find(
|
|
109
109
|
(b) => b.value === l.modelValue
|
|
110
110
|
);
|
|
@@ -169,19 +169,19 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
169
169
|
break;
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
|
-
function
|
|
172
|
+
function he(d) {
|
|
173
173
|
d && d.removeAttribute("aria-selected");
|
|
174
174
|
}
|
|
175
|
-
function
|
|
176
|
-
|
|
177
|
-
m.value = "",
|
|
175
|
+
function pe() {
|
|
176
|
+
B.value && (clearTimeout(B.value), B.value = 0), B.value = setTimeout(() => {
|
|
177
|
+
m.value = "", B.value = 0;
|
|
178
178
|
}, 500);
|
|
179
179
|
}
|
|
180
180
|
function me(d) {
|
|
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,
|
|
184
|
+
)), m.value = b === d ? d : m.value + d, b = d, pe();
|
|
185
185
|
let $ = oe(
|
|
186
186
|
q.value + 1,
|
|
187
187
|
l.options.length
|
|
@@ -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",
|
|
@@ -237,13 +237,13 @@ 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
|
|
244
244
|
}, "listbox__label"])
|
|
245
|
-
}, n(d.label), 11,
|
|
246
|
-
Z((o(), i("div",
|
|
245
|
+
}, n(d.label), 11, Ne),
|
|
246
|
+
Z((o(), i("div", He, [
|
|
247
247
|
t("button", {
|
|
248
248
|
id: `${d.name}-button-label`,
|
|
249
249
|
ref_key: "listboxButton",
|
|
@@ -252,10 +252,10 @@ 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
|
-
}, n(d.modelValue ?
|
|
258
|
+
}, n(d.modelValue ? S.value : d.placeholder), 43, ze),
|
|
259
259
|
Z(t("ul", {
|
|
260
260
|
ref_key: "listboxNode",
|
|
261
261
|
ref: c,
|
|
@@ -276,16 +276,16 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
276
276
|
"data-value": $.value,
|
|
277
277
|
class: "listbox__option",
|
|
278
278
|
role: "option"
|
|
279
|
-
}, n($.label), 9,
|
|
280
|
-
], 40,
|
|
279
|
+
}, n($.label), 9, Ke))), 128))
|
|
280
|
+
], 40, Ue), [
|
|
281
281
|
[ee, !y.value]
|
|
282
282
|
])
|
|
283
283
|
])), [
|
|
284
284
|
[U, Q]
|
|
285
285
|
])
|
|
286
|
-
], 8,
|
|
286
|
+
], 8, Re));
|
|
287
287
|
}
|
|
288
|
-
}),
|
|
288
|
+
}), Ge = /* @__PURE__ */ v(je, [["__scopeId", "data-v-6a8da7a4"]]), We = { class: "image__wrapper" }, Ye = /* @__PURE__ */ f({
|
|
289
289
|
__name: "image",
|
|
290
290
|
props: {
|
|
291
291
|
src: { default: void 0 },
|
|
@@ -297,11 +297,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
297
297
|
loading: { default: "auto" }
|
|
298
298
|
},
|
|
299
299
|
setup(e) {
|
|
300
|
-
return (a, r) => (o(), i("div",
|
|
301
|
-
|
|
300
|
+
return (a, r) => (o(), i("div", We, [
|
|
301
|
+
h(a.$slots, "default", P(F(a.$attrs)))
|
|
302
302
|
]));
|
|
303
303
|
}
|
|
304
|
-
}),
|
|
304
|
+
}), A = /* @__PURE__ */ v(Ye, [["__scopeId", "data-v-f71a3c87"]]), Qe = { class: "label__wrapper" }, Ze = ["aria-label", "label-dark"], Je = /* @__PURE__ */ f({
|
|
305
305
|
__name: "label",
|
|
306
306
|
props: {
|
|
307
307
|
text: {},
|
|
@@ -309,15 +309,15 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
309
309
|
},
|
|
310
310
|
setup(e) {
|
|
311
311
|
const a = e, r = T(() => `Label: ${a.text}`);
|
|
312
|
-
return (l, s) => (o(), i("div",
|
|
312
|
+
return (l, s) => (o(), i("div", Qe, [
|
|
313
313
|
t("span", {
|
|
314
314
|
"aria-label": r.value,
|
|
315
315
|
"label-dark": l.labelDark,
|
|
316
|
-
class:
|
|
317
|
-
}, n(l.text), 11,
|
|
316
|
+
class: p(l.labelDark ? "label--dark" : "label--light")
|
|
317
|
+
}, n(l.text), 11, Ze)
|
|
318
318
|
]));
|
|
319
319
|
}
|
|
320
|
-
}), Y = /* @__PURE__ */ v(
|
|
320
|
+
}), Y = /* @__PURE__ */ v(Je, [["__scopeId", "data-v-7d9d3a8a"]]), Xe = { class: "link__wrapper" }, O = /* @__PURE__ */ f({
|
|
321
321
|
__name: "link",
|
|
322
322
|
props: {
|
|
323
323
|
linkType: { default: "regular" },
|
|
@@ -342,7 +342,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
342
342
|
const { ..._ } = ye(l);
|
|
343
343
|
return _;
|
|
344
344
|
});
|
|
345
|
-
return (_,
|
|
345
|
+
return (_, B) => (o(), i("div", Xe, [
|
|
346
346
|
t("div", te(c.value, {
|
|
347
347
|
class: ["mir-link", [
|
|
348
348
|
s.value,
|
|
@@ -351,11 +351,11 @@ 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
|
}
|
|
358
|
-
}),
|
|
358
|
+
}), xe = (e) => (E("data-v-fa1bda9b"), e = e(), R(), e), et = ["id", "name", "value", "checked", "disabled", "required"], tt = ["for"], at = /* @__PURE__ */ xe(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), lt = /* @__PURE__ */ f({
|
|
359
359
|
__name: "radio-button",
|
|
360
360
|
props: {
|
|
361
361
|
name: { default: "radio" },
|
|
@@ -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,
|
|
@@ -384,17 +384,17 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
384
384
|
required: s.required,
|
|
385
385
|
class: "radio__radio",
|
|
386
386
|
onChange: l
|
|
387
|
-
}, null, 40,
|
|
387
|
+
}, null, 40, et),
|
|
388
388
|
t("label", {
|
|
389
389
|
for: s.id,
|
|
390
|
-
class:
|
|
390
|
+
class: p(["radio__label", s.required ? "required" : ""])
|
|
391
391
|
}, [
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
], 10,
|
|
392
|
+
at,
|
|
393
|
+
h(s.$slots, "default", {}, void 0, !0)
|
|
394
|
+
], 10, tt)
|
|
395
395
|
], 2));
|
|
396
396
|
}
|
|
397
|
-
}),
|
|
397
|
+
}), ot = /* @__PURE__ */ v(lt, [["__scopeId", "data-v-fa1bda9b"]]), st = { class: "select__wrapper" }, it = ["for"], rt = ["id", "disabled", "name", "value"], nt = ["value"], dt = /* @__PURE__ */ f({
|
|
398
398
|
__name: "select",
|
|
399
399
|
props: {
|
|
400
400
|
id: {},
|
|
@@ -407,14 +407,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
407
407
|
},
|
|
408
408
|
emits: ["update:modelValue"],
|
|
409
409
|
setup(e) {
|
|
410
|
-
return (a, r) => (o(), i("div",
|
|
410
|
+
return (a, r) => (o(), i("div", st, [
|
|
411
411
|
t("label", {
|
|
412
412
|
for: a.id,
|
|
413
|
-
class:
|
|
414
|
-
}, n(a.label), 11,
|
|
413
|
+
class: p([a.required ? "required" : "", a.disabled ? "disabled" : ""])
|
|
414
|
+
}, n(a.label), 11, it),
|
|
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,
|
|
@@ -425,11 +425,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
425
425
|
(o(!0), i(D, null, M(a.options, (l) => (o(), i("option", {
|
|
426
426
|
key: l.value,
|
|
427
427
|
value: l.value
|
|
428
|
-
}, n(l.text), 9,
|
|
429
|
-
], 42,
|
|
428
|
+
}, n(l.text), 9, nt))), 128))
|
|
429
|
+
], 42, rt)
|
|
430
430
|
]));
|
|
431
431
|
}
|
|
432
|
-
}),
|
|
432
|
+
}), ct = /* @__PURE__ */ v(dt, [["__scopeId", "data-v-d5c46463"]]), ut = { class: "modal__wrapper" }, _t = /* @__PURE__ */ f({
|
|
433
433
|
__name: "modal",
|
|
434
434
|
props: {
|
|
435
435
|
show: { type: Boolean, default: !1 },
|
|
@@ -440,7 +440,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
440
440
|
const r = e, l = a, s = () => {
|
|
441
441
|
l("update:show", !r.show);
|
|
442
442
|
};
|
|
443
|
-
return (u, c) => (o(), i("div",
|
|
443
|
+
return (u, c) => (o(), i("div", ut, [
|
|
444
444
|
k($e, {
|
|
445
445
|
duration: 300,
|
|
446
446
|
name: "nested"
|
|
@@ -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:
|
|
458
|
+
class: p([u.searchBar ? "search" : ""]),
|
|
459
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(), 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(
|
|
478
|
+
}), ue = /* @__PURE__ */ v(_t, [["__scopeId", "data-v-cc647ee6"]]), ht = { class: "slider__wrapper" }, pt = { class: "slider__label" }, mt = ["for"], vt = ["aria-label"], ft = { class: "slider__content" }, gt = ["id", "name", "value", "min", "step", "max"], bt = /* @__PURE__ */ f({
|
|
479
479
|
__name: "slider",
|
|
480
480
|
props: {
|
|
481
481
|
label: {},
|
|
@@ -491,7 +491,7 @@ 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), _ = (m, y, q) => (m - y) / (q - y) * 100,
|
|
494
|
+
const r = e, l = a, s = I(r.modelValue), u = I(), c = I(!1), _ = (m, y, q) => (m - y) / (q - y) * 100, B = (m) => {
|
|
495
495
|
var y;
|
|
496
496
|
(y = u.value) == null || y.style.setProperty("--ProgressPercent", `${m}%`);
|
|
497
497
|
};
|
|
@@ -500,29 +500,29 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
500
500
|
l("update:modelValue", s.value);
|
|
501
501
|
const m = _(s.value, r.min, r.max);
|
|
502
502
|
let y = (50 - m) / 100;
|
|
503
|
-
|
|
503
|
+
B(m + y);
|
|
504
504
|
}
|
|
505
505
|
}), (m, y) => (o(), i("div", null, [
|
|
506
|
-
t("div",
|
|
506
|
+
t("div", ht, [
|
|
507
507
|
t("div", pt, [
|
|
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, mt),
|
|
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",
|
|
519
519
|
onClick: y[0] || (y[0] = (q) => c.value = !c.value),
|
|
520
520
|
onKeyup: y[1] || (y[1] = ke((q) => c.value = !c.value, ["enter"]))
|
|
521
|
-
}, null, 42,
|
|
521
|
+
}, null, 42, vt)) : g("", !0)
|
|
522
522
|
]),
|
|
523
|
-
t("div",
|
|
523
|
+
t("div", ft, [
|
|
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
|
-
}, null, 42,
|
|
539
|
+
}, null, 42, gt),
|
|
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)
|
|
@@ -557,7 +557,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
557
557
|
}, 8, ["show"])) : g("", !0)
|
|
558
558
|
]));
|
|
559
559
|
}
|
|
560
|
-
}),
|
|
560
|
+
}), yt = /* @__PURE__ */ v(bt, [["__scopeId", "data-v-b8d6d141"]]), $t = { id: "textarea-wrapper" }, kt = ["for"], wt = ["id"], Bt = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], St = { class: "textarea-info" }, It = { key: 0 }, qt = /* @__PURE__ */ f({
|
|
561
561
|
__name: "textarea",
|
|
562
562
|
props: {
|
|
563
563
|
id: { default: "" },
|
|
@@ -571,11 +571,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
571
571
|
},
|
|
572
572
|
emits: ["update:modelValue"],
|
|
573
573
|
setup(e) {
|
|
574
|
-
return (a, r) => (o(), i("div",
|
|
574
|
+
return (a, r) => (o(), i("div", $t, [
|
|
575
575
|
t("label", {
|
|
576
576
|
for: a.id,
|
|
577
|
-
class:
|
|
578
|
-
}, n(a.labelText) + n(a.required ? " *" : ""), 11,
|
|
577
|
+
class: p({ required: a.required })
|
|
578
|
+
}, n(a.labelText) + n(a.required ? " *" : ""), 11, kt),
|
|
579
579
|
t("div", {
|
|
580
580
|
id: a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? "textarea-wrapper__inner" : ""
|
|
581
581
|
}, [
|
|
@@ -589,34 +589,34 @@ 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))
|
|
596
|
-
}, null, 42,
|
|
597
|
-
], 8,
|
|
596
|
+
}, null, 42, Bt)
|
|
597
|
+
], 8, wt),
|
|
598
598
|
t("div", St, [
|
|
599
599
|
t("div", null, [
|
|
600
|
-
a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (o(), i("p",
|
|
600
|
+
a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (o(), i("p", It, " 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
|
-
}),
|
|
610
|
+
}), Lt = /* @__PURE__ */ v(qt, [["__scopeId", "data-v-220a973c"]]), Tt = { class: "text-field__wrapper" }, Vt = ["for"], At = { key: 0 }, Ct = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Dt = ["aria-expanded"], Mt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Ot = {
|
|
611
611
|
key: 2,
|
|
612
612
|
class: "search"
|
|
613
|
-
},
|
|
613
|
+
}, Pt = {
|
|
614
614
|
key: 3,
|
|
615
615
|
class: "errorMessage"
|
|
616
|
-
},
|
|
616
|
+
}, Ft = {
|
|
617
617
|
key: 4,
|
|
618
618
|
class: "helperText"
|
|
619
|
-
},
|
|
619
|
+
}, Et = /* @__PURE__ */ f({
|
|
620
620
|
__name: "text-field",
|
|
621
621
|
props: {
|
|
622
622
|
type: { default: "text" },
|
|
@@ -648,16 +648,16 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
648
648
|
), c = T(
|
|
649
649
|
() => s.value ? "password" : "text"
|
|
650
650
|
);
|
|
651
|
-
return (_,
|
|
651
|
+
return (_, B) => (o(), i("div", Tt, [
|
|
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" : ""
|
|
658
658
|
])
|
|
659
|
-
}, n(_.label), 11,
|
|
660
|
-
l.value === "password" ? (o(), i("div",
|
|
659
|
+
}, n(_.label), 11, Vt),
|
|
660
|
+
l.value === "password" ? (o(), i("div", At, [
|
|
661
661
|
t("input", {
|
|
662
662
|
id: _.id,
|
|
663
663
|
ref: "passwordField",
|
|
@@ -667,15 +667,15 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
667
667
|
required: _.required,
|
|
668
668
|
disabled: _.disabled,
|
|
669
669
|
name: _.fieldName,
|
|
670
|
-
onInput:
|
|
670
|
+
onInput: B[0] || (B[0] = (m) => _.$emit("update:modelValue", m.target.value))
|
|
671
671
|
}, null, 40, Ct),
|
|
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
|
-
onClick:
|
|
678
|
-
}, null, 10,
|
|
677
|
+
onClick: B[1] || (B[1] = (m) => s.value = !s.value)
|
|
678
|
+
}, null, 10, Dt)
|
|
679
679
|
])) : (o(), i("input", {
|
|
680
680
|
key: 1,
|
|
681
681
|
id: _.id,
|
|
@@ -684,21 +684,21 @@ 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" : ""
|
|
691
691
|
]),
|
|
692
692
|
disabled: _.disabled,
|
|
693
693
|
name: _.fieldName,
|
|
694
|
-
onInput:
|
|
695
|
-
}, null, 42,
|
|
696
|
-
_.search ? (o(), i("i",
|
|
697
|
-
_.errorMessage ? (o(), i("strong",
|
|
698
|
-
_.helperText ? (o(), i("span",
|
|
694
|
+
onInput: B[2] || (B[2] = (m) => _.$emit("update:modelValue", m.target.value))
|
|
695
|
+
}, null, 42, Mt)),
|
|
696
|
+
_.search ? (o(), i("i", Ot)) : g("", !0),
|
|
697
|
+
_.errorMessage ? (o(), i("strong", Pt, n(_.errorMessage), 1)) : g("", !0),
|
|
698
|
+
_.helperText ? (o(), i("span", Ft, n(_.helperText), 1)) : g("", !0)
|
|
699
699
|
]));
|
|
700
700
|
}
|
|
701
|
-
}),
|
|
701
|
+
}), Rt = /* @__PURE__ */ v(Et, [["__scopeId", "data-v-414b9435"]]), Nt = { class: "video__wrapper" }, Ht = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], zt = ["src", "aria-label", "title", "width", "height"], Ut = /* @__PURE__ */ f({
|
|
702
702
|
__name: "video",
|
|
703
703
|
props: {
|
|
704
704
|
play: { type: Boolean, default: !1 },
|
|
@@ -723,7 +723,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
723
723
|
resetVideo: () => {
|
|
724
724
|
l.value && (l.value.currentTime = 0, l.value.play());
|
|
725
725
|
}
|
|
726
|
-
}), (u, c) => (o(), i("div",
|
|
726
|
+
}), (u, c) => (o(), i("div", Nt, [
|
|
727
727
|
u.localVideo ? (o(), i("video", {
|
|
728
728
|
key: 0,
|
|
729
729
|
ref_key: "videoRef",
|
|
@@ -739,7 +739,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
739
739
|
type: "video/mp4",
|
|
740
740
|
playsinline: "",
|
|
741
741
|
src: u.src
|
|
742
|
-
}, null, 8,
|
|
742
|
+
}, null, 8, Ht)) : (o(), i("iframe", {
|
|
743
743
|
key: 1,
|
|
744
744
|
src: u.src,
|
|
745
745
|
"aria-label": u.ariaLabel,
|
|
@@ -749,10 +749,10 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
749
749
|
frameborder: "0",
|
|
750
750
|
allow: "autoplay; fullscreen",
|
|
751
751
|
allowfullscreen: ""
|
|
752
|
-
}, null, 8,
|
|
752
|
+
}, null, 8, zt))
|
|
753
753
|
]));
|
|
754
754
|
}
|
|
755
|
-
}), G = /* @__PURE__ */ v(
|
|
755
|
+
}), G = /* @__PURE__ */ v(Ut, [["__scopeId", "data-v-c6a0feb6"]]), Kt = { class: "address__wrapper" }, jt = { class: "address__content" }, Gt = { class: "address__flag" }, Wt = { class: "address__address" }, Yt = { class: "address__name" }, Qt = { key: 0 }, Zt = { class: "address__contact" }, Jt = ["href"], Xt = ["href"], xt = /* @__PURE__ */ f({
|
|
756
756
|
__name: "address",
|
|
757
757
|
props: {
|
|
758
758
|
name: {},
|
|
@@ -764,20 +764,20 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
764
764
|
email: {}
|
|
765
765
|
},
|
|
766
766
|
setup(e) {
|
|
767
|
-
return (a, r) => (o(), i("div",
|
|
768
|
-
t("div",
|
|
769
|
-
t("div", jt, [
|
|
770
|
-
p(a.$slots, "address-flag", {}, void 0, !0)
|
|
771
|
-
]),
|
|
767
|
+
return (a, r) => (o(), i("div", Kt, [
|
|
768
|
+
t("div", jt, [
|
|
772
769
|
t("div", Gt, [
|
|
773
|
-
|
|
770
|
+
h(a.$slots, "address-flag", {}, void 0, !0)
|
|
771
|
+
]),
|
|
772
|
+
t("div", Wt, [
|
|
773
|
+
t("p", Yt, n(a.name), 1),
|
|
774
774
|
t("p", null, n(a.company), 1),
|
|
775
775
|
t("p", null, n(a.addressLine1), 1),
|
|
776
776
|
t("p", null, n(a.addressLine2), 1),
|
|
777
|
-
a.addressLine3 ? (o(), i("p",
|
|
777
|
+
a.addressLine3 ? (o(), i("p", Qt, n(a.addressLine3), 1)) : g("", !0)
|
|
778
778
|
]),
|
|
779
|
-
t("div",
|
|
780
|
-
(o(!0), i(D, null, M(a.phoneNumbers, (l) => (o(),
|
|
779
|
+
t("div", Zt, [
|
|
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"
|
|
@@ -786,19 +786,19 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
786
786
|
t("a", {
|
|
787
787
|
href: "tel:" + l,
|
|
788
788
|
class: "address__phone"
|
|
789
|
-
}, n(l), 9,
|
|
789
|
+
}, n(l), 9, Jt)
|
|
790
790
|
]),
|
|
791
791
|
_: 2
|
|
792
792
|
}, 1024))), 128)),
|
|
793
793
|
t("a", {
|
|
794
794
|
href: "mailto:" + a.email,
|
|
795
795
|
class: "address__email"
|
|
796
|
-
}, n(a.email), 9,
|
|
796
|
+
}, n(a.email), 9, Xt)
|
|
797
797
|
])
|
|
798
798
|
])
|
|
799
799
|
]));
|
|
800
800
|
}
|
|
801
|
-
}),
|
|
801
|
+
}), ea = /* @__PURE__ */ v(xt, [["__scopeId", "data-v-88ee2983"]]), ta = (e) => (E("data-v-a44fd57d"), e = e(), R(), e), aa = { class: "bullet-list__wrapper" }, la = /* @__PURE__ */ ta(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), oa = /* @__PURE__ */ f({
|
|
802
802
|
__name: "bullet-list",
|
|
803
803
|
props: {
|
|
804
804
|
list: {
|
|
@@ -818,23 +818,23 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
818
818
|
}
|
|
819
819
|
},
|
|
820
820
|
setup(e) {
|
|
821
|
-
return (a, r) => (o(), i("div",
|
|
821
|
+
return (a, r) => (o(), i("div", aa, [
|
|
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 }, [
|
|
827
|
-
|
|
827
|
+
la,
|
|
828
828
|
j(" " + n(l), 1)
|
|
829
829
|
]))), 128))
|
|
830
830
|
])
|
|
831
831
|
], 2)
|
|
832
832
|
]));
|
|
833
833
|
}
|
|
834
|
-
}),
|
|
834
|
+
}), sa = /* @__PURE__ */ v(oa, [["__scopeId", "data-v-a44fd57d"]]), ia = { class: "card__wrapper" }, ra = {
|
|
835
835
|
key: 2,
|
|
836
836
|
class: "card__label"
|
|
837
|
-
},
|
|
837
|
+
}, na = { key: 5 }, da = /* @__PURE__ */ f({
|
|
838
838
|
__name: "card",
|
|
839
839
|
props: {
|
|
840
840
|
variant: { default: "product" },
|
|
@@ -875,9 +875,9 @@ 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, _) => (o(), i("div",
|
|
878
|
+
return (c, _) => (o(), i("div", ia, [
|
|
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] = (
|
|
889
|
-
onMouseout: _[1] || (_[1] = (
|
|
888
|
+
onMouseover: _[0] || (_[0] = (B) => ie(r) ? r.value = !0 : r = !0),
|
|
889
|
+
onMouseout: _[1] || (_[1] = (B) => ie(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),
|
|
@@ -918,22 +918,22 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
918
918
|
muted: !0
|
|
919
919
|
}, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
|
|
920
920
|
], 2)),
|
|
921
|
-
V(a)["card-label"] ? (o(), i("div",
|
|
922
|
-
|
|
921
|
+
V(a)["card-label"] ? (o(), i("div", ra, [
|
|
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
|
-
c.variant === "product" ? (o(), i("p",
|
|
932
|
+
c.variant === "product" ? (o(), i("p", na, n(c.paragraph), 1)) : g("", !0)
|
|
933
933
|
], 38)
|
|
934
934
|
]));
|
|
935
935
|
}
|
|
936
|
-
}),
|
|
936
|
+
}), ca = /* @__PURE__ */ v(da, [["__scopeId", "data-v-c95ee545"]]), ua = (e) => (E("data-v-bc91c976"), e = e(), R(), e), _a = { class: "event__wrapper" }, ha = { class: "event__headline" }, pa = { class: "event__date-location" }, ma = /* @__PURE__ */ ua(() => /* @__PURE__ */ t("br", null, null, -1)), va = { class: "event__exhibitor" }, fa = /* @__PURE__ */ f({
|
|
937
937
|
__name: "event-card",
|
|
938
938
|
props: {
|
|
939
939
|
eventType: {
|
|
@@ -958,21 +958,21 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
958
958
|
}
|
|
959
959
|
},
|
|
960
960
|
setup(e) {
|
|
961
|
-
return (a, r) => (o(), i("div",
|
|
961
|
+
return (a, r) => (o(), i("div", _a, [
|
|
962
962
|
k(Y, {
|
|
963
963
|
"label-dark": !1,
|
|
964
964
|
text: e.eventType ? e.eventType : ""
|
|
965
965
|
}, null, 8, ["text"]),
|
|
966
|
-
t("div",
|
|
966
|
+
t("div", ha, n(e.headline), 1),
|
|
967
967
|
t("div", pa, [
|
|
968
968
|
j(n(e.dateTime), 1),
|
|
969
|
-
|
|
969
|
+
ma,
|
|
970
970
|
j(n(e.location), 1)
|
|
971
971
|
]),
|
|
972
|
-
t("div",
|
|
972
|
+
t("div", va, n(e.exhibitor), 1)
|
|
973
973
|
]));
|
|
974
974
|
}
|
|
975
|
-
}),
|
|
975
|
+
}), ga = /* @__PURE__ */ v(fa, [["__scopeId", "data-v-bc91c976"]]), ba = { class: "text__wrapper" }, ya = { class: "text__headline" }, $a = { class: "text__paragraph" }, ka = /* @__PURE__ */ f({
|
|
976
976
|
__name: "text-card",
|
|
977
977
|
props: {
|
|
978
978
|
label: {
|
|
@@ -989,21 +989,21 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
989
989
|
}
|
|
990
990
|
},
|
|
991
991
|
setup(e) {
|
|
992
|
-
return (a, r) => (o(), i("div",
|
|
992
|
+
return (a, r) => (o(), i("div", ba, [
|
|
993
993
|
k(Y, {
|
|
994
994
|
"label-dark": !1,
|
|
995
995
|
text: e.label ? e.label : ""
|
|
996
996
|
}, null, 8, ["text"]),
|
|
997
|
-
t("div",
|
|
998
|
-
t("div",
|
|
997
|
+
t("div", ya, n(e.headline), 1),
|
|
998
|
+
t("div", $a, [
|
|
999
999
|
t("p", null, n(e.paragraph), 1)
|
|
1000
1000
|
])
|
|
1001
1001
|
]));
|
|
1002
1002
|
}
|
|
1003
|
-
}),
|
|
1003
|
+
}), wa = /* @__PURE__ */ v(ka, [["__scopeId", "data-v-ebdea819"]]), Ba = { class: "facts__wrapper" }, Sa = { class: "facts__content" }, Ia = { class: "facts__headline" }, qa = { class: "facts" }, La = { class: "fact__value" }, Ta = { class: "fact__metric" }, Va = {
|
|
1004
1004
|
key: 0,
|
|
1005
1005
|
class: "facts__link"
|
|
1006
|
-
},
|
|
1006
|
+
}, Aa = /* @__PURE__ */ f({
|
|
1007
1007
|
__name: "facts",
|
|
1008
1008
|
props: {
|
|
1009
1009
|
headline: { default: "" },
|
|
@@ -1027,29 +1027,29 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1027
1027
|
}) }
|
|
1028
1028
|
},
|
|
1029
1029
|
setup(e) {
|
|
1030
|
-
return (a, r) => (o(), i("div",
|
|
1030
|
+
return (a, r) => (o(), i("div", Ba, [
|
|
1031
1031
|
t("div", Sa, [
|
|
1032
|
-
t("h2",
|
|
1033
|
-
t("div",
|
|
1032
|
+
t("h2", Ia, n(a.headline), 1),
|
|
1033
|
+
t("div", qa, [
|
|
1034
1034
|
(o(!0), i(D, null, M(a.facts, (l) => (o(), i("div", {
|
|
1035
1035
|
key: l.value + l.metric,
|
|
1036
1036
|
class: "fact"
|
|
1037
1037
|
}, [
|
|
1038
|
-
t("div",
|
|
1038
|
+
t("div", La, [
|
|
1039
1039
|
t("span", null, n(l.value), 1)
|
|
1040
1040
|
]),
|
|
1041
|
-
t("div",
|
|
1041
|
+
t("div", Ta, [
|
|
1042
1042
|
t("span", null, n(l.metric), 1)
|
|
1043
1043
|
])
|
|
1044
1044
|
]))), 128))
|
|
1045
1045
|
]),
|
|
1046
|
-
a.link ? (o(), i("div",
|
|
1046
|
+
a.link ? (o(), i("div", Va, [
|
|
1047
1047
|
k(O, {
|
|
1048
1048
|
"link-type": "regular_light",
|
|
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,13 +1057,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1057
1057
|
])
|
|
1058
1058
|
]));
|
|
1059
1059
|
}
|
|
1060
|
-
}), Ca = /* @__PURE__ */ v(
|
|
1060
|
+
}), Ca = /* @__PURE__ */ v(Aa, [["__scopeId", "data-v-d2b231d4"]]), Da = { class: "features__wrapper" }, Ma = { class: "features__content" }, Oa = {
|
|
1061
1061
|
key: 0,
|
|
1062
1062
|
class: "features__headline"
|
|
1063
|
-
},
|
|
1063
|
+
}, Pa = {
|
|
1064
1064
|
key: 1,
|
|
1065
1065
|
class: "features__body"
|
|
1066
|
-
},
|
|
1066
|
+
}, Fa = { class: "element__headline" }, Ea = { class: "element__body" }, Ra = /* @__PURE__ */ f({
|
|
1067
1067
|
__name: "features",
|
|
1068
1068
|
props: {
|
|
1069
1069
|
headline: { default: "" },
|
|
@@ -1071,24 +1071,24 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1071
1071
|
elements: { default: () => [] }
|
|
1072
1072
|
},
|
|
1073
1073
|
setup(e) {
|
|
1074
|
-
return (a, r) => (o(), i("div",
|
|
1075
|
-
t("div",
|
|
1076
|
-
a.headline ? (o(), i("div",
|
|
1074
|
+
return (a, r) => (o(), i("div", Da, [
|
|
1075
|
+
t("div", Ma, [
|
|
1076
|
+
a.headline ? (o(), i("div", Oa, [
|
|
1077
1077
|
t("h2", null, n(a.headline), 1)
|
|
1078
1078
|
])) : g("", !0),
|
|
1079
|
-
a.body ? (o(), i("div",
|
|
1079
|
+
a.body ? (o(), i("div", Pa, [
|
|
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,
|
|
@@ -1097,14 +1097,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1097
1097
|
]),
|
|
1098
1098
|
_: 2
|
|
1099
1099
|
}, 1024),
|
|
1100
|
-
t("p",
|
|
1101
|
-
t("p",
|
|
1100
|
+
t("p", Fa, n(l.headline), 1),
|
|
1101
|
+
t("p", Ea, n(l.body), 1)
|
|
1102
1102
|
]))), 128))
|
|
1103
1103
|
], 2)
|
|
1104
1104
|
])
|
|
1105
1105
|
]));
|
|
1106
1106
|
}
|
|
1107
|
-
}),
|
|
1107
|
+
}), Na = /* @__PURE__ */ v(Ra, [["__scopeId", "data-v-1585e65f"]]), Ha = { class: "form__wrapper" }, za = { class: "form__content" }, Ua = { class: "form__information" }, Ka = { class: "form__headline" }, ja = { class: "form__body" }, Ga = { class: "form__script" }, Wa = /* @__PURE__ */ f({
|
|
1108
1108
|
__name: "form-script",
|
|
1109
1109
|
props: {
|
|
1110
1110
|
headline: {
|
|
@@ -1113,21 +1113,21 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1113
1113
|
}
|
|
1114
1114
|
},
|
|
1115
1115
|
setup(e) {
|
|
1116
|
-
return (a, r) => (o(), i("div",
|
|
1117
|
-
t("div",
|
|
1118
|
-
t("div",
|
|
1119
|
-
t("h2",
|
|
1120
|
-
t("div",
|
|
1121
|
-
|
|
1116
|
+
return (a, r) => (o(), i("div", Ha, [
|
|
1117
|
+
t("div", za, [
|
|
1118
|
+
t("div", Ua, [
|
|
1119
|
+
t("h2", Ka, n(e.headline), 1),
|
|
1120
|
+
t("div", ja, [
|
|
1121
|
+
h(a.$slots, "form-body", {}, void 0, !0)
|
|
1122
1122
|
])
|
|
1123
1123
|
]),
|
|
1124
|
-
t("div",
|
|
1125
|
-
|
|
1124
|
+
t("div", Ga, [
|
|
1125
|
+
h(a.$slots, "form-script", {}, void 0, !0)
|
|
1126
1126
|
])
|
|
1127
1127
|
])
|
|
1128
1128
|
]));
|
|
1129
1129
|
}
|
|
1130
|
-
}),
|
|
1130
|
+
}), Ya = /* @__PURE__ */ v(Wa, [["__scopeId", "data-v-55d9c2fd"]]), Qa = { class: "image__wrapper" }, Za = { class: "image__content" }, Ja = { class: "image__image" }, Xa = { class: "image__caption" }, xa = /* @__PURE__ */ f({
|
|
1131
1131
|
inheritAttrs: !1,
|
|
1132
1132
|
__name: "image",
|
|
1133
1133
|
props: {
|
|
@@ -1146,30 +1146,30 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1146
1146
|
}
|
|
1147
1147
|
},
|
|
1148
1148
|
setup(e) {
|
|
1149
|
-
return (a, r) => (o(), i("div",
|
|
1150
|
-
t("div",
|
|
1151
|
-
t("div",
|
|
1152
|
-
k(
|
|
1149
|
+
return (a, r) => (o(), i("div", Qa, [
|
|
1150
|
+
t("div", Za, [
|
|
1151
|
+
t("div", Ja, [
|
|
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
|
})
|
|
1158
1158
|
]),
|
|
1159
|
-
t("p",
|
|
1159
|
+
t("p", Xa, n(e.caption), 1)
|
|
1160
1160
|
])
|
|
1161
1161
|
]));
|
|
1162
1162
|
}
|
|
1163
|
-
}),
|
|
1163
|
+
}), el = /* @__PURE__ */ v(xa, [["__scopeId", "data-v-79ce0bb6"]]), tl = { class: "gallery__large" }, al = {
|
|
1164
1164
|
key: 0,
|
|
1165
1165
|
class: "image image--large"
|
|
1166
|
-
},
|
|
1166
|
+
}, ll = {
|
|
1167
1167
|
key: 1,
|
|
1168
1168
|
class: "video"
|
|
1169
|
-
},
|
|
1169
|
+
}, ol = {
|
|
1170
1170
|
key: 0,
|
|
1171
1171
|
class: "body"
|
|
1172
|
-
},
|
|
1172
|
+
}, sl = /* @__PURE__ */ f({
|
|
1173
1173
|
__name: "image-gallery",
|
|
1174
1174
|
props: {
|
|
1175
1175
|
mediaLarge: {},
|
|
@@ -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
|
-
t("div",
|
|
1199
|
-
s.mediaLarge && s.mediaType === "image" ? (o(), i("div",
|
|
1200
|
-
k(
|
|
1198
|
+
t("div", tl, [
|
|
1199
|
+
s.mediaLarge && s.mediaType === "image" ? (o(), i("div", al, [
|
|
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,
|
|
@@ -1209,7 +1209,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1209
1209
|
_: 3
|
|
1210
1210
|
})
|
|
1211
1211
|
])) : g("", !0),
|
|
1212
|
-
s.mediaLarge && s.mediaType === "video" ? (o(), i("div",
|
|
1212
|
+
s.mediaLarge && s.mediaType === "video" ? (o(), i("div", ll, [
|
|
1213
1213
|
k(G, {
|
|
1214
1214
|
src: s.mediaLarge.src,
|
|
1215
1215
|
"local-video": "",
|
|
@@ -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,
|
|
@@ -1247,14 +1247,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1247
1247
|
_: 2
|
|
1248
1248
|
}, 1024)
|
|
1249
1249
|
]))), 128)),
|
|
1250
|
-
s.mediaSmall.length < 2 ? (o(), i("div",
|
|
1250
|
+
s.mediaSmall.length < 2 ? (o(), i("div", ol, [
|
|
1251
1251
|
t("p", null, n(s.body), 1)
|
|
1252
1252
|
])) : g("", !0)
|
|
1253
1253
|
], 6)
|
|
1254
1254
|
], 2)
|
|
1255
1255
|
], 2));
|
|
1256
1256
|
}
|
|
1257
|
-
}),
|
|
1257
|
+
}), il = /* @__PURE__ */ v(sl, [["__scopeId", "data-v-029495a0"]]), rl = { class: "headline__wrapper" }, nl = { class: "headline__h1" }, dl = /* @__PURE__ */ f({
|
|
1258
1258
|
__name: "headline",
|
|
1259
1259
|
props: {
|
|
1260
1260
|
headline: {
|
|
@@ -1271,20 +1271,26 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1271
1271
|
}
|
|
1272
1272
|
},
|
|
1273
1273
|
setup(e) {
|
|
1274
|
-
return (a, r) => (o(), i("div",
|
|
1274
|
+
return (a, r) => (o(), i("div", rl, [
|
|
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,
|
|
1280
1280
|
"headline__content--default": !e.article && !e.subMenu
|
|
1281
1281
|
})
|
|
1282
1282
|
}, [
|
|
1283
|
-
t("h1",
|
|
1283
|
+
t("h1", nl, n(e.headline), 1)
|
|
1284
1284
|
], 2)
|
|
1285
1285
|
]));
|
|
1286
1286
|
}
|
|
1287
|
-
}),
|
|
1287
|
+
}), cl = /* @__PURE__ */ v(dl, [["__scopeId", "data-v-080238bd"]]), ul = (e) => (E("data-v-08ad0da9"), e = e(), R(), e), _l = { class: "hero__wrapper" }, hl = { class: "hero__content" }, pl = { class: "hero__top" }, ml = { class: "hero__elements" }, vl = { class: "hero__headline" }, fl = { class: "hero__link" }, gl = { class: "hero__video" }, bl = /* @__PURE__ */ ul(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), yl = {
|
|
1288
|
+
key: 0,
|
|
1289
|
+
class: "hero__video__video"
|
|
1290
|
+
}, $l = {
|
|
1291
|
+
key: 1,
|
|
1292
|
+
class: "hero__image"
|
|
1293
|
+
}, kl = /* @__PURE__ */ f({
|
|
1288
1294
|
__name: "hero",
|
|
1289
1295
|
props: {
|
|
1290
1296
|
headline: {
|
|
@@ -1297,47 +1303,57 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1297
1303
|
}
|
|
1298
1304
|
},
|
|
1299
1305
|
setup(e) {
|
|
1300
|
-
|
|
1301
|
-
|
|
1306
|
+
const a = I(!1);
|
|
1307
|
+
return Be(() => {
|
|
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", _l, [
|
|
1313
|
+
t("div", hl, [
|
|
1302
1314
|
t("div", pl, [
|
|
1303
|
-
t("div",
|
|
1304
|
-
t("div",
|
|
1315
|
+
t("div", ml, [
|
|
1316
|
+
t("div", vl, [
|
|
1305
1317
|
t("h1", null, n(e.headline), 1)
|
|
1306
1318
|
]),
|
|
1307
|
-
t("div",
|
|
1319
|
+
t("div", fl, [
|
|
1308
1320
|
k(O, {
|
|
1309
1321
|
"link-type": "regular_light",
|
|
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
|
})
|
|
1317
1329
|
])
|
|
1318
1330
|
])
|
|
1319
1331
|
]),
|
|
1320
|
-
t("div",
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1332
|
+
t("div", gl, [
|
|
1333
|
+
bl,
|
|
1334
|
+
a.value ? (o(), i("div", $l, [
|
|
1335
|
+
h(r.$slots, "hero-image", {}, void 0, !0)
|
|
1336
|
+
])) : (o(), i("div", yl, [
|
|
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
|
+
}), wl = /* @__PURE__ */ v(kl, [["__scopeId", "data-v-08ad0da9"]]), Bl = { class: "logo-wall__wrapper" }, Sl = { class: "logo-wall__content" }, Il = {
|
|
1338
1354
|
key: 0,
|
|
1339
1355
|
class: "logo-wall__text"
|
|
1340
|
-
},
|
|
1356
|
+
}, ql = { key: 0 }, Ll = { key: 1 }, Tl = { class: "logo-wall__logos" }, Vl = { class: "logo-wall__link" }, Al = /* @__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", Bl, [
|
|
1375
|
+
t("div", Sl, [
|
|
1376
|
+
e.headline || e.body ? (o(), i("div", Il, [
|
|
1377
|
+
e.headline ? (o(), i("h2", ql, n(e.headline), 1)) : g("", !0),
|
|
1378
|
+
e.body ? (o(), i("p", Ll, n(e.body), 1)) : g("", !0)
|
|
1363
1379
|
])) : g("", !0),
|
|
1364
|
-
t("div",
|
|
1380
|
+
t("div", Tl, [
|
|
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", Vl, [
|
|
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
|
+
}), Cl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-a8afd396"]]), Dl = { class: "micro-stories__top" }, Ml = {
|
|
1397
1413
|
key: 0,
|
|
1398
1414
|
class: "headline"
|
|
1399
|
-
},
|
|
1415
|
+
}, Ol = {
|
|
1400
1416
|
key: 1,
|
|
1401
1417
|
class: "body"
|
|
1402
|
-
},
|
|
1418
|
+
}, Pl = { class: "micro-stories__splide" }, Fl = /* @__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", Dl, [
|
|
1435
|
+
s.headline ? (o(), i("div", Ml, [
|
|
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", Ol, [
|
|
1423
1439
|
t("p", null, n(s.body), 1)
|
|
1424
1440
|
])) : g("", !0)
|
|
1425
1441
|
]),
|
|
1426
|
-
t("div",
|
|
1427
|
-
|
|
1442
|
+
t("div", Pl, [
|
|
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
|
+
}), El = {}, Rl = { class: "policy__wrapper" }, Nl = { class: "policy__content" };
|
|
1449
|
+
function Hl(e, a) {
|
|
1450
|
+
return o(), i("div", Rl, [
|
|
1451
|
+
t("div", Nl, [
|
|
1452
|
+
h(e.$slots, "default", {}, void 0, !0)
|
|
1437
1453
|
])
|
|
1438
1454
|
]);
|
|
1439
1455
|
}
|
|
1440
|
-
const
|
|
1456
|
+
const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-8765ee0b"]]), Ul = { class: "card-display__wrapper" }, Kl = {
|
|
1441
1457
|
key: 0,
|
|
1442
1458
|
class: "card__content"
|
|
1443
|
-
},
|
|
1459
|
+
}, jl = { key: 0 }, Gl = { key: 1 }, Wl = { class: "card__cards" }, Yl = /* @__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", Ul, [
|
|
1483
|
+
e.headline || e.paragraph ? (o(), i("div", Kl, [
|
|
1484
|
+
e.headline ? (o(), i("h2", jl, n(e.headline), 1)) : g("", !0),
|
|
1485
|
+
e.paragraph ? (o(), i("p", Gl, n(e.paragraph), 1)) : g("", !0)
|
|
1470
1486
|
])) : g("", !0),
|
|
1471
|
-
t("div",
|
|
1472
|
-
|
|
1487
|
+
t("div", Wl, [
|
|
1488
|
+
h(a.$slots, "card-display-cards", {}, void 0, !0)
|
|
1473
1489
|
])
|
|
1474
1490
|
])
|
|
1475
1491
|
], 2));
|
|
1476
1492
|
}
|
|
1477
|
-
}),
|
|
1493
|
+
}), Ql = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-183dcee5"]]), Zl = { class: "promo__content" }, Jl = /* @__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", Zl, [
|
|
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
|
+
}), Xl = /* @__PURE__ */ v(Jl, [["__scopeId", "data-v-7e80a0f0"]]), xl = (e) => (E("data-v-e3cc8e27"), e = e(), R(), e), eo = { class: "quote__wrapper" }, to = { class: "quote__content" }, ao = /* @__PURE__ */ xl(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), lo = { class: "quote__quote" }, oo = { class: "quote__quote-text" }, so = { class: "quote__author" }, io = {
|
|
1580
1596
|
key: 0,
|
|
1581
1597
|
class: "quote__image"
|
|
1582
|
-
},
|
|
1598
|
+
}, ro = { class: "quote__text" }, no = { class: "quote__author-name" }, co = { class: "quote__author-title" }, uo = /* @__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", eo, [
|
|
1621
|
+
t("div", to, [
|
|
1622
|
+
ao,
|
|
1623
|
+
t("div", lo, [
|
|
1624
|
+
t("p", oo, n(e.quote), 1),
|
|
1625
|
+
t("div", so, [
|
|
1626
|
+
e.authorImage ? (o(), i("div", io, [
|
|
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", ro, [
|
|
1639
|
+
t("p", no, n(e.author), 1),
|
|
1640
|
+
t("p", co, n(e.authorTitle), 1)
|
|
1625
1641
|
])
|
|
1626
1642
|
])
|
|
1627
1643
|
])
|
|
1628
1644
|
])
|
|
1629
1645
|
]));
|
|
1630
1646
|
}
|
|
1631
|
-
}),
|
|
1647
|
+
}), _o = /* @__PURE__ */ v(uo, [["__scopeId", "data-v-e3cc8e27"]]), ho = { class: "rich-text__wrapper" }, po = {
|
|
1632
1648
|
key: 0,
|
|
1633
1649
|
class: "rich-text__links"
|
|
1634
|
-
},
|
|
1650
|
+
}, mo = {
|
|
1635
1651
|
key: 0,
|
|
1636
1652
|
class: "rich-text__bullet-list"
|
|
1637
|
-
},
|
|
1653
|
+
}, vo = /* @__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", ho, [
|
|
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", po, [
|
|
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", mo, [
|
|
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
|
+
}), fo = /* @__PURE__ */ v(vo, [["__scopeId", "data-v-7bcde564"]]), go = {}, bo = { class: "rich-text" }, yo = { class: "rich-text__wrapper" }, $o = { class: "rich-text__content rich-text__content--left-aligned" }, ko = { class: "rich-text__body" };
|
|
1724
|
+
function wo(e, a) {
|
|
1725
|
+
return o(), i("div", bo, [
|
|
1726
|
+
t("div", yo, [
|
|
1727
|
+
t("div", $o, [
|
|
1728
|
+
t("div", ko, [
|
|
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 Bo = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-3abe0bb4"]]), So = (e) => (E("data-v-78d319df"), e = e(), R(), e), Io = { class: "timeline__wrapper" }, qo = { class: "timeline__content" }, Lo = { class: "timeline__items" }, To = { class: "item__left" }, Vo = /* @__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)), Ao = { class: "item__right" }, Co = ["innerHTML"], Do = /* @__PURE__ */ f({
|
|
1728
1744
|
__name: "timeline",
|
|
1729
1745
|
props: {
|
|
1730
1746
|
timelineItems: {
|
|
@@ -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", Io, [
|
|
1767
|
+
t("div", qo, [
|
|
1768
|
+
t("div", Lo, [
|
|
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", To, n(l.year), 1),
|
|
1774
|
+
Vo,
|
|
1775
|
+
t("div", Ao, [
|
|
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, Co)
|
|
1771
1787
|
])
|
|
1772
1788
|
]))), 128))
|
|
1773
1789
|
])
|
|
1774
1790
|
])
|
|
1775
1791
|
]));
|
|
1776
1792
|
}
|
|
1777
|
-
}),
|
|
1793
|
+
}), Mo = /* @__PURE__ */ v(Do, [["__scopeId", "data-v-78d319df"]]), Oo = { class: "vimeo" }, Po = { class: "vimeo__wrapper" }, Fo = {
|
|
1778
1794
|
key: 0,
|
|
1779
1795
|
class: "vimeo__headline"
|
|
1780
|
-
},
|
|
1796
|
+
}, Eo = {
|
|
1781
1797
|
key: 1,
|
|
1782
1798
|
class: "vimeo__description"
|
|
1783
|
-
},
|
|
1799
|
+
}, Ro = /* @__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", Oo, [
|
|
1813
|
+
t("div", Po, [
|
|
1814
|
+
e.headline ? (o(), i("h2", Fo, n(e.headline), 1)) : g("", !0),
|
|
1815
|
+
h(a.$slots, "vimeo-content", {}, void 0, !0),
|
|
1816
|
+
e.description ? (o(), i("p", Eo, n(e.description), 1)) : g("", !0)
|
|
1801
1817
|
])
|
|
1802
1818
|
]));
|
|
1803
1819
|
}
|
|
1804
|
-
}),
|
|
1820
|
+
}), No = /* @__PURE__ */ v(Ro, [["__scopeId", "data-v-599c68c7"]]), Ho = { class: "not-found__wrapper" }, zo = { class: "not-found__content" }, Uo = { class: "not-found__headline" }, Ko = { class: "not-found__body" }, jo = /* @__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", Ho, [
|
|
1830
|
+
t("div", zo, [
|
|
1831
|
+
t("h1", Uo, n(e.headline), 1),
|
|
1832
|
+
t("div", Ko, [
|
|
1833
|
+
h(a.$slots, "not-found-body", {}, void 0, !0)
|
|
1818
1834
|
])
|
|
1819
1835
|
])
|
|
1820
1836
|
]));
|
|
1821
1837
|
}
|
|
1822
|
-
}),
|
|
1838
|
+
}), Go = /* @__PURE__ */ v(jo, [["__scopeId", "data-v-b829ca6c"]]), Wo = { class: "filter__wrapper" }, Yo = { class: "filter__content" }, Qo = { class: "filter__dropdowns" }, Zo = { class: "filter__chips" }, Jo = /* @__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", Wo, [
|
|
1853
|
+
t("div", Yo, [
|
|
1854
|
+
t("div", Qo, [
|
|
1855
|
+
h(a.$slots, "filter-dropdowns")
|
|
1840
1856
|
]),
|
|
1841
|
-
t("div",
|
|
1842
|
-
|
|
1857
|
+
t("div", Zo, [
|
|
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
|
+
}), Xo = /* @__PURE__ */ v(Jo, [["__scopeId", "data-v-31c1ba00"]]), z = (e) => (E("data-v-5258b418"), e = e(), R(), e), xo = { class: "footer__wrapper" }, es = { class: "footer__content" }, ts = { class: "footer__sections" }, as = { class: "section__title" }, ls = { class: "section__list" }, os = { class: "section" }, ss = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), is = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), rs = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), ns = /* @__PURE__ */ z(() => /* @__PURE__ */ t("br", null, null, -1)), ds = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), cs = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), us = { class: "footer__bottom" }, _s = { class: "copyright" }, hs = { class: "footer__policy" }, ps = /* @__PURE__ */ z(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), ms = { class: "footer__social" }, vs = ["href", "aria-label"], fs = /* @__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", es, [
|
|
1881
|
+
t("div", ts, [
|
|
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", as, n(l.title), 1),
|
|
1871
1887
|
t("nav", null, [
|
|
1872
|
-
t("ul",
|
|
1873
|
-
|
|
1888
|
+
t("ul", ls, [
|
|
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", os, [
|
|
1896
|
+
ss,
|
|
1881
1897
|
t("address", null, [
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1898
|
+
is,
|
|
1899
|
+
rs,
|
|
1900
|
+
ns,
|
|
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
|
+
ds
|
|
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
|
+
cs
|
|
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", us, [
|
|
1925
|
+
t("p", _s, "© MiR " + n((/* @__PURE__ */ new Date()).getFullYear()), 1),
|
|
1926
|
+
t("div", hs, [
|
|
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
|
+
ps,
|
|
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", ms, [
|
|
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, vs)
|
|
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
|
+
}), gs = /* @__PURE__ */ v(fs, [["__scopeId", "data-v-5258b418"]]), bs = { class: "header__wrapper" }, ys = { class: "nav-wrapper" }, $s = { class: "mir-link-logo" }, ks = { class: "main-nav-items" }, ws = {
|
|
1949
1965
|
id: "menu-dropdown",
|
|
1950
1966
|
ref: "dropdownDiv"
|
|
1951
|
-
},
|
|
1967
|
+
}, Bs = {
|
|
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
|
+
}, Is = { class: "dropdown-content" }, qs = { class: "nav-search-wrapper" }, Ls = ["src"], Ts = { class: "mobile-logo-search-burger-wrapper" }, Vs = { class: "mobile-mir-link-logo" }, As = { class: "mobile-search-wrapper" }, Cs = ["src"], Ds = ["src"], Ms = { class: "mobile-menu-content-wrapper" }, Os = { class: "mobile-dropdown-content" }, Ps = /* @__PURE__ */ f({
|
|
1961
1977
|
__name: "header",
|
|
1962
1978
|
props: {
|
|
1963
1979
|
burgerState: {
|
|
@@ -1980,19 +1996,19 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
1980
1996
|
let u = I(s.burgerState), c = I(s.showDropDown);
|
|
1981
1997
|
re(
|
|
1982
1998
|
() => s.burgerState,
|
|
1983
|
-
(
|
|
1999
|
+
(S) => u.value = S
|
|
1984
2000
|
), re(
|
|
1985
2001
|
() => s.showDropDown,
|
|
1986
|
-
(
|
|
2002
|
+
(S) => c.value = S
|
|
1987
2003
|
), ce(() => {
|
|
1988
|
-
l = (
|
|
1989
|
-
|
|
2004
|
+
l = (S) => {
|
|
2005
|
+
S.target.closest("#menu-dropdown") || (c.value = !1);
|
|
1990
2006
|
}, window.addEventListener("click", l);
|
|
1991
2007
|
}), Se(() => {
|
|
1992
2008
|
l !== null && window.removeEventListener("click", l);
|
|
1993
2009
|
});
|
|
1994
2010
|
const _ = r;
|
|
1995
|
-
function
|
|
2011
|
+
function B() {
|
|
1996
2012
|
c.value = !c.value, _("update:showDropDown", c.value);
|
|
1997
2013
|
}
|
|
1998
2014
|
function m() {
|
|
@@ -2004,37 +2020,37 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
2004
2020
|
}
|
|
2005
2021
|
return a({
|
|
2006
2022
|
defocusSearchButton: X
|
|
2007
|
-
}), (
|
|
2023
|
+
}), (S, U) => (o(), i("div", bs, [
|
|
2008
2024
|
t("nav", null, [
|
|
2009
|
-
t("div",
|
|
2010
|
-
t("div",
|
|
2011
|
-
|
|
2025
|
+
t("div", ys, [
|
|
2026
|
+
t("div", $s, [
|
|
2027
|
+
h(S.$slots, "link-logo", {}, void 0, !0)
|
|
2012
2028
|
]),
|
|
2013
|
-
t("ul",
|
|
2014
|
-
|
|
2029
|
+
t("ul", ks, [
|
|
2030
|
+
h(S.$slots, "main-nav-items", {}, void 0, !0)
|
|
2015
2031
|
]),
|
|
2016
|
-
t("div",
|
|
2032
|
+
t("div", ws, [
|
|
2017
2033
|
t("button", {
|
|
2018
2034
|
class: "nav-dropdown-btn",
|
|
2019
|
-
onClick:
|
|
2035
|
+
onClick: B
|
|
2020
2036
|
}, [
|
|
2021
|
-
|
|
2022
|
-
V(c) === !1 ? (o(), i("img",
|
|
2037
|
+
h(S.$slots, "dropdown-title", {}, void 0, !0),
|
|
2038
|
+
V(c) === !1 ? (o(), i("img", Bs)) : (o(), i("img", Ss))
|
|
2023
2039
|
]),
|
|
2024
|
-
Z(t("div",
|
|
2025
|
-
|
|
2040
|
+
Z(t("div", Is, [
|
|
2041
|
+
h(S.$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", qs, [
|
|
2031
2047
|
t("button", {
|
|
2032
2048
|
ref_key: "navSearchButton",
|
|
2033
2049
|
ref: y,
|
|
2034
2050
|
class: "search-icon",
|
|
2035
2051
|
onClick: U[0] || (U[0] = (x) => {
|
|
2036
2052
|
var H;
|
|
2037
|
-
return
|
|
2053
|
+
return S.$emit("clickSearch"), (H = V(y)) == null ? void 0 : H.blur();
|
|
2038
2054
|
})
|
|
2039
2055
|
}, [
|
|
2040
2056
|
t("img", {
|
|
@@ -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, Ls)
|
|
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", Ts, [
|
|
2069
|
+
t("div", Vs, [
|
|
2070
|
+
h(S.$slots, "link-logo", {}, void 0, !0)
|
|
2055
2071
|
]),
|
|
2056
|
-
t("div",
|
|
2072
|
+
t("div", As, [
|
|
2057
2073
|
t("button", {
|
|
2058
2074
|
ref_key: "mobileSearchButton",
|
|
2059
2075
|
ref: q,
|
|
@@ -2061,7 +2077,7 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
2061
2077
|
"aria-label": "Toggle search",
|
|
2062
2078
|
onClick: U[1] || (U[1] = (x) => {
|
|
2063
2079
|
var H;
|
|
2064
|
-
return
|
|
2080
|
+
return S.$emit("clickSearch"), (H = V(q)) == null ? void 0 : H.blur();
|
|
2065
2081
|
})
|
|
2066
2082
|
}, [
|
|
2067
2083
|
t("img", {
|
|
@@ -2069,7 +2085,7 @@ 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, Cs)
|
|
2073
2089
|
], 512)
|
|
2074
2090
|
]),
|
|
2075
2091
|
t("button", {
|
|
@@ -2082,16 +2098,16 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
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, Ds)
|
|
2086
2102
|
])
|
|
2087
2103
|
]),
|
|
2088
|
-
Z(t("div",
|
|
2104
|
+
Z(t("div", Ms, [
|
|
2089
2105
|
t("ul", null, [
|
|
2090
|
-
|
|
2106
|
+
h(S.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2091
2107
|
]),
|
|
2092
|
-
t("ul",
|
|
2093
|
-
|
|
2094
|
-
|
|
2108
|
+
t("ul", Os, [
|
|
2109
|
+
h(S.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2110
|
+
h(S.$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
|
+
}), Fs = /* @__PURE__ */ v(Ps, [["__scopeId", "data-v-e129834d"]]), Es = { class: "language__wrapper" }, Rs = { class: "language__content" }, Ns = { class: "language__headline" }, Hs = { class: "language__paragraph" }, zs = { class: "language__links" }, Us = /* @__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", Es, [
|
|
2133
|
+
t("div", Rs, [
|
|
2134
|
+
t("h2", Ns, n(e.headline), 1),
|
|
2135
|
+
t("p", Hs, n(e.paragraph), 1),
|
|
2136
|
+
t("div", zs, [
|
|
2137
|
+
h(a.$slots, "language-links", {}, void 0, !0)
|
|
2122
2138
|
])
|
|
2123
2139
|
])
|
|
2124
2140
|
]));
|
|
2125
2141
|
}
|
|
2126
|
-
}),
|
|
2142
|
+
}), Ks = /* @__PURE__ */ v(Us, [["__scopeId", "data-v-dc8cc97e"]]), js = { class: "pagination__wrapper" }, Gs = { class: "pagination__content" }, Ws = /* @__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", js, [
|
|
2157
|
+
t("div", Gs, [
|
|
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
|
+
}), Ys = /* @__PURE__ */ v(Ws, [["__scopeId", "data-v-f760f1c6"]]), Qs = {}, Zs = { class: "search__wrapper" };
|
|
2175
|
+
function Js(e, a) {
|
|
2176
|
+
return o(), i("div", Zs, [
|
|
2177
|
+
h(e.$slots, "default", { class: "search__content" })
|
|
2162
2178
|
]);
|
|
2163
2179
|
}
|
|
2164
|
-
const
|
|
2180
|
+
const Xs = /* @__PURE__ */ v(Qs, [["render", Js], ["__scopeId", "data-v-623adb82"]]), xs = { class: "product-hero__wrapper" }, ei = { class: "product-hero__content" }, ti = { class: "product-hero__headline" }, ai = { class: "product-hero__video" }, li = /* @__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", ei, [
|
|
2207
|
+
t("div", ti, [
|
|
2192
2208
|
t("h1", null, n(e.headline), 1)
|
|
2193
2209
|
]),
|
|
2194
|
-
t("div",
|
|
2195
|
-
e.videoSrc !== "" ? (o(),
|
|
2210
|
+
t("div", ai, [
|
|
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,55 +2229,55 @@ const Qs = /* @__PURE__ */ v(Gs, [["render", Ys], ["__scopeId", "data-v-623adb82
|
|
|
2213
2229
|
])
|
|
2214
2230
|
]));
|
|
2215
2231
|
}
|
|
2216
|
-
}),
|
|
2232
|
+
}), oi = /* @__PURE__ */ v(li, [["__scopeId", "data-v-e394473d"]]), ii = {
|
|
2217
2233
|
install: (e) => {
|
|
2218
|
-
e.component("AtomButton", J), e.component("AtomCheckbox",
|
|
2234
|
+
e.component("AtomButton", J), e.component("AtomCheckbox", De), e.component("AtomChip", Ee), e.component("AtomDropdown", Ge), e.component("AtomImage", A), e.component("AtomLabel", Y), e.component("AtomLink", O), e.component("AtomRadioButton", ot), e.component("AtomSelect", ct), e.component("AtomSlider", yt), e.component("AtomTextarea", Lt), e.component("AtomTextField", Rt), e.component("AtomVideo", G), e.component("MoleculeAddress", ea), e.component("MoleculeBulletList", sa), e.component("MoleculeCard", ca), e.component("MoleculeEventCard", ga), e.component("MoleculeModal", ue), e.component("MoleculeTextCard", wa), e.component("BlockFacts", Ca), e.component("BlockFeatures", Na), e.component("BlockFormScript", Ya), e.component("BlockHeadline", cl), e.component("BlockHero", wl), e.component("BlockImage", el), e.component("BlockImageGallery", il), e.component("BlockLogoWall", Cl), e.component("BlockMicroStories", Fl), e.component("BlockPolicy", zl), e.component("BlockProductHero", oi), e.component("BlockPromo", Xl), e.component("BlockQuote", _o), e.component("BlockRichText", fo), e.component("BlockRichTextColumns", Bo), e.component("BlockTimeline", Mo), e.component("BlockCardDisplay", Ql), e.component("BlockVimeo", No), e.component("Organism404", Go), e.component("OrganismFilter", Xo), e.component("OrganismFooter", gs), e.component("OrganismHeader", Fs), e.component("OrganismLanguageSwitcher", Ks), e.component("OrganismPagination", Ys), e.component("OrganismSearch", Xs);
|
|
2219
2235
|
}
|
|
2220
2236
|
};
|
|
2221
2237
|
export {
|
|
2222
2238
|
J as AtomButton,
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2239
|
+
De as AtomCheckbox,
|
|
2240
|
+
Ee as AtomChip,
|
|
2241
|
+
Ge as AtomDropdown,
|
|
2242
|
+
A as AtomImage,
|
|
2227
2243
|
Y as AtomLabel,
|
|
2228
2244
|
O as AtomLink,
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2245
|
+
ot as AtomRadioButton,
|
|
2246
|
+
ct as AtomSelect,
|
|
2247
|
+
yt as AtomSlider,
|
|
2248
|
+
Rt as AtomTextField,
|
|
2249
|
+
Lt as AtomTextarea,
|
|
2234
2250
|
G as AtomVideo,
|
|
2235
|
-
|
|
2251
|
+
Ql as BlockCardDisplay,
|
|
2236
2252
|
Ca as BlockFacts,
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2253
|
+
Na as BlockFeatures,
|
|
2254
|
+
Ya as BlockFormScript,
|
|
2255
|
+
cl as BlockHeadline,
|
|
2256
|
+
wl as BlockHero,
|
|
2257
|
+
el as BlockImage,
|
|
2258
|
+
il as BlockImageGallery,
|
|
2259
|
+
Cl as BlockLogoWall,
|
|
2260
|
+
Fl as BlockMicroStories,
|
|
2261
|
+
zl as BlockPolicy,
|
|
2262
|
+
oi as BlockProductHero,
|
|
2263
|
+
Xl as BlockPromo,
|
|
2264
|
+
_o as BlockQuote,
|
|
2265
|
+
fo as BlockRichText,
|
|
2266
|
+
Bo as BlockRichTextColumns,
|
|
2267
|
+
Mo as BlockTimeline,
|
|
2268
|
+
No as BlockVimeo,
|
|
2269
|
+
ea as MoleculeAddress,
|
|
2270
|
+
sa as MoleculeBulletList,
|
|
2271
|
+
ca as MoleculeCard,
|
|
2272
|
+
ga as MoleculeEventCard,
|
|
2257
2273
|
ue as MoleculeModal,
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2274
|
+
wa as MoleculeTextCard,
|
|
2275
|
+
Go as Organism404,
|
|
2276
|
+
Xo as OrganismFilter,
|
|
2277
|
+
gs as OrganismFooter,
|
|
2278
|
+
Fs as OrganismHeader,
|
|
2279
|
+
Ks as OrganismLanguageSwitcher,
|
|
2280
|
+
Ys as OrganismPagination,
|
|
2281
|
+
Xs as OrganismSearch,
|
|
2282
|
+
ii as default
|
|
2267
2283
|
};
|