@mirweb/mir-web-components 0.17.29 → 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 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
|
|
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" },
|
|
@@ -17,14 +17,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
17
17
|
return (s, u) => (o(), i("button", {
|
|
18
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" },
|
|
@@ -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
57
|
class: p(["checkbox__label", s.required ? "required" : ""])
|
|
58
58
|
}, [
|
|
59
|
-
|
|
59
|
+
Ae,
|
|
60
60
|
h(s.$slots, "default", {}, void 0, !0)
|
|
61
|
-
], 10,
|
|
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
|
);
|
|
@@ -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 le(d) {
|
|
131
131
|
var $;
|
|
132
132
|
const b = d.key;
|
|
133
133
|
switch (b) {
|
|
@@ -165,7 +165,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
165
165
|
switch (d.key) {
|
|
166
166
|
case "ArrowUp":
|
|
167
167
|
case "ArrowDown":
|
|
168
|
-
d.preventDefault(),
|
|
168
|
+
d.preventDefault(), se(), le(d);
|
|
169
169
|
break;
|
|
170
170
|
}
|
|
171
171
|
}
|
|
@@ -173,8 +173,8 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
173
173
|
d && d.removeAttribute("aria-selected");
|
|
174
174
|
}
|
|
175
175
|
function pe() {
|
|
176
|
-
|
|
177
|
-
m.value = "",
|
|
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) {
|
|
@@ -182,13 +182,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
182
182
|
(m.value === "" || b !== d) && (q.value = l.options.findIndex(
|
|
183
183
|
(L) => L.value === l.modelValue
|
|
184
184
|
)), m.value = b === d ? d : m.value + d, b = d, pe();
|
|
185
|
-
let $ =
|
|
185
|
+
let $ = oe(
|
|
186
186
|
q.value + 1,
|
|
187
187
|
l.options.length
|
|
188
188
|
);
|
|
189
|
-
return !$ && m.value.length === 1 && ($ =
|
|
189
|
+
return !$ && m.value.length === 1 && ($ = oe(0, q.value)), q.value = (q.value + 1) % l.options.length, $;
|
|
190
190
|
}
|
|
191
|
-
function
|
|
191
|
+
function oe(d, b) {
|
|
192
192
|
for (let $ = d; $ < b; $++)
|
|
193
193
|
if (l.options[$].label && l.options[$].label.toUpperCase().indexOf(m.value.toUpperCase()) === 0)
|
|
194
194
|
return _.value[$];
|
|
@@ -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 se() {
|
|
227
227
|
var d, b;
|
|
228
228
|
y.value = !1, (d = u.value) == null || d.setAttribute("aria-expanded", "true"), (b = c.value) == null || b.focus();
|
|
229
229
|
}
|
|
230
230
|
function ge() {
|
|
231
|
-
l.disabled || (y.value ?
|
|
231
|
+
l.disabled || (y.value ? se() : Q());
|
|
232
232
|
}
|
|
233
233
|
return (d, b) => (o(), i("div", {
|
|
234
234
|
ref: "listbox",
|
|
@@ -242,8 +242,8 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
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",
|
|
@@ -255,7 +255,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
255
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,
|
|
@@ -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: le,
|
|
268
268
|
onClick: H
|
|
269
269
|
}, [
|
|
270
270
|
(o(!0), i(D, null, M(d.options, ($, L) => (o(), i("li", {
|
|
@@ -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",
|
|
300
|
+
return (a, r) => (o(), i("div", We, [
|
|
301
301
|
h(a.$slots, "default", P(F(a.$attrs)))
|
|
302
302
|
]));
|
|
303
303
|
}
|
|
304
|
-
}), A = /* @__PURE__ */ v(
|
|
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
316
|
class: p(l.labelDark ? "label--dark" : "label--light")
|
|
317
|
-
}, n(l.text), 11,
|
|
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,
|
|
@@ -355,7 +355,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
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" },
|
|
@@ -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
390
|
class: p(["radio__label", s.required ? "required" : ""])
|
|
391
391
|
}, [
|
|
392
|
-
|
|
392
|
+
at,
|
|
393
393
|
h(s.$slots, "default", {}, void 0, !0)
|
|
394
|
-
], 10,
|
|
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,11 +407,11 @@ 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
413
|
class: p([a.required ? "required" : "", a.disabled ? "disabled" : ""])
|
|
414
|
-
}, n(a.label), 11,
|
|
414
|
+
}, n(a.label), 11, it),
|
|
415
415
|
t("select", {
|
|
416
416
|
id: a.id,
|
|
417
417
|
class: p(a.disabled ? "disabled" : ""),
|
|
@@ -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"
|
|
@@ -456,7 +456,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
456
456
|
t("div", {
|
|
457
457
|
id: "modal",
|
|
458
458
|
class: p([u.searchBar ? "search" : ""]),
|
|
459
|
-
onClick: c[0] || (c[0] =
|
|
459
|
+
onClick: c[0] || (c[0] = ne(() => {
|
|
460
460
|
}, ["stop"]))
|
|
461
461
|
}, [
|
|
462
462
|
t("div", null, [
|
|
@@ -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,24 +491,24 @@ 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
|
};
|
|
498
|
-
return
|
|
498
|
+
return de(() => {
|
|
499
499
|
if (u.value) {
|
|
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",
|
|
507
|
-
t("div",
|
|
506
|
+
t("div", ht, [
|
|
507
|
+
t("div", pt, [
|
|
508
508
|
t("label", {
|
|
509
509
|
for: m.id,
|
|
510
510
|
class: p([m.variant, ""])
|
|
511
|
-
}, n(m.label), 11,
|
|
511
|
+
}, n(m.label), 11, mt),
|
|
512
512
|
m.information ? (o(), i("i", {
|
|
513
513
|
key: 0,
|
|
514
514
|
role: "button",
|
|
@@ -518,9 +518,9 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
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
525
|
class: p([m.variant, "slider__minmax"])
|
|
526
526
|
}, n(m.min), 3),
|
|
@@ -536,7 +536,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
536
536
|
max: m.max,
|
|
537
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
541
|
class: p([m.variant, "slider__minmax"])
|
|
542
542
|
}, n(m.max), 3)
|
|
@@ -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
577
|
class: p({ required: a.required })
|
|
578
|
-
}, n(a.labelText) + n(a.required ? " *" : ""), 11,
|
|
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
|
}, [
|
|
@@ -593,11 +593,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
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
603
|
class: p(
|
|
@@ -607,16 +607,16 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
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,7 +648,7 @@ 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
654
|
class: p([
|
|
@@ -656,8 +656,8 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
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:
|
|
671
|
-
}, null, 40,
|
|
670
|
+
onInput: B[0] || (B[0] = (m) => _.$emit("update:modelValue", m.target.value))
|
|
671
|
+
}, null, 40, Ct),
|
|
672
672
|
t("i", {
|
|
673
673
|
role: "button",
|
|
674
674
|
class: p([u.value]),
|
|
675
675
|
"aria-controls": "password",
|
|
676
676
|
"aria-expanded": !s.value,
|
|
677
|
-
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,
|
|
@@ -691,14 +691,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
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 },
|
|
@@ -717,13 +717,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
717
717
|
setup(e, { expose: a }) {
|
|
718
718
|
const r = e;
|
|
719
719
|
let l = I(null);
|
|
720
|
-
return
|
|
720
|
+
return de(() => {
|
|
721
721
|
l.value && (r.play ? l.value.play() : r.play || l.value.pause());
|
|
722
722
|
}), a({
|
|
723
723
|
resetVideo: () => {
|
|
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,19 +764,19 @@ 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",
|
|
767
|
+
return (a, r) => (o(), i("div", Kt, [
|
|
768
|
+
t("div", jt, [
|
|
769
|
+
t("div", Gt, [
|
|
770
770
|
h(a.$slots, "address-flag", {}, void 0, !0)
|
|
771
771
|
]),
|
|
772
|
-
t("div",
|
|
773
|
-
t("p",
|
|
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",
|
|
779
|
+
t("div", Zt, [
|
|
780
780
|
(o(!0), i(D, null, M(a.phoneNumbers, (l) => (o(), C(O, {
|
|
781
781
|
key: l,
|
|
782
782
|
underline: "false",
|
|
@@ -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
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,7 +875,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
875
875
|
height: "335"
|
|
876
876
|
}
|
|
877
877
|
}, s = e, u = T(() => l[s.size]);
|
|
878
|
-
return (c, _) => (o(), i("div",
|
|
878
|
+
return (c, _) => (o(), i("div", ia, [
|
|
879
879
|
t("div", {
|
|
880
880
|
class: p(["card", [
|
|
881
881
|
c.theme === "dark" ? "card--dark" : "card--light",
|
|
@@ -885,8 +885,8 @@ 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
891
|
c.mediaType === "image" ? (o(), C(A, { key: 0 }, {
|
|
892
892
|
default: w(() => [
|
|
@@ -918,7 +918,7 @@ 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",
|
|
921
|
+
V(a)["card-label"] ? (o(), i("div", ra, [
|
|
922
922
|
h(c.$slots, "card-label")
|
|
923
923
|
])) : g("", !0),
|
|
924
924
|
c.variant === "product" ? (o(), i("h3", {
|
|
@@ -929,11 +929,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
929
929
|
key: 4,
|
|
930
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",
|
|
967
|
-
t("div",
|
|
966
|
+
t("div", ha, n(e.headline), 1),
|
|
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,23 +1027,23 @@ 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: ""
|
|
@@ -1057,13 +1057,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1057
1057
|
])
|
|
1058
1058
|
]));
|
|
1059
1059
|
}
|
|
1060
|
-
}),
|
|
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,12 +1071,12 @@ 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", {
|
|
@@ -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",
|
|
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
1121
|
h(a.$slots, "form-body", {}, void 0, !0)
|
|
1122
1122
|
])
|
|
1123
1123
|
]),
|
|
1124
|
-
t("div",
|
|
1124
|
+
t("div", Ga, [
|
|
1125
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,9 +1146,9 @@ 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",
|
|
1149
|
+
return (a, r) => (o(), i("div", Qa, [
|
|
1150
|
+
t("div", Za, [
|
|
1151
|
+
t("div", Ja, [
|
|
1152
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 })))
|
|
@@ -1156,20 +1156,20 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
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: {},
|
|
@@ -1195,8 +1195,8 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
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",
|
|
1198
|
+
t("div", tl, [
|
|
1199
|
+
s.mediaLarge && s.mediaType === "image" ? (o(), i("div", al, [
|
|
1200
1200
|
k(A, null, {
|
|
1201
1201
|
default: w(() => [
|
|
1202
1202
|
h(s.$slots, "image-large", P(F({
|
|
@@ -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": "",
|
|
@@ -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,7 +1271,7 @@ 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
1276
|
class: p({
|
|
1277
1277
|
"headline__content--article-and-submenu": e.article && e.subMenu,
|
|
@@ -1280,17 +1280,17 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
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
1288
|
key: 0,
|
|
1289
1289
|
class: "hero__video__video"
|
|
1290
|
-
},
|
|
1290
|
+
}, $l = {
|
|
1291
1291
|
key: 1,
|
|
1292
1292
|
class: "hero__image"
|
|
1293
|
-
},
|
|
1293
|
+
}, kl = /* @__PURE__ */ f({
|
|
1294
1294
|
__name: "hero",
|
|
1295
1295
|
props: {
|
|
1296
1296
|
headline: {
|
|
@@ -1304,19 +1304,19 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1304
1304
|
},
|
|
1305
1305
|
setup(e) {
|
|
1306
1306
|
const a = I(!1);
|
|
1307
|
-
return
|
|
1307
|
+
return Be(() => {
|
|
1308
1308
|
const r = navigator.userAgent;
|
|
1309
1309
|
a.value = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(
|
|
1310
1310
|
r
|
|
1311
1311
|
);
|
|
1312
|
-
}), (r, l) => (o(), i("div",
|
|
1313
|
-
t("div",
|
|
1314
|
-
t("div",
|
|
1315
|
-
t("div",
|
|
1316
|
-
t("div",
|
|
1312
|
+
}), (r, l) => (o(), i("div", _l, [
|
|
1313
|
+
t("div", hl, [
|
|
1314
|
+
t("div", pl, [
|
|
1315
|
+
t("div", ml, [
|
|
1316
|
+
t("div", vl, [
|
|
1317
1317
|
t("h1", null, n(e.headline), 1)
|
|
1318
1318
|
]),
|
|
1319
|
-
t("div",
|
|
1319
|
+
t("div", fl, [
|
|
1320
1320
|
k(O, {
|
|
1321
1321
|
"link-type": "regular_light",
|
|
1322
1322
|
arrow: ""
|
|
@@ -1329,11 +1329,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1329
1329
|
])
|
|
1330
1330
|
])
|
|
1331
1331
|
]),
|
|
1332
|
-
t("div",
|
|
1333
|
-
|
|
1334
|
-
a.value ? (o(), i("div",
|
|
1332
|
+
t("div", gl, [
|
|
1333
|
+
bl,
|
|
1334
|
+
a.value ? (o(), i("div", $l, [
|
|
1335
1335
|
h(r.$slots, "hero-image", {}, void 0, !0)
|
|
1336
|
-
])) : (o(), i("div",
|
|
1336
|
+
])) : (o(), i("div", yl, [
|
|
1337
1337
|
k(G, {
|
|
1338
1338
|
src: e.video.src,
|
|
1339
1339
|
"local-video": "",
|
|
@@ -1350,10 +1350,10 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1350
1350
|
])
|
|
1351
1351
|
]));
|
|
1352
1352
|
}
|
|
1353
|
-
}),
|
|
1353
|
+
}), wl = /* @__PURE__ */ v(kl, [["__scopeId", "data-v-08ad0da9"]]), Bl = { class: "logo-wall__wrapper" }, Sl = { class: "logo-wall__content" }, Il = {
|
|
1354
1354
|
key: 0,
|
|
1355
1355
|
class: "logo-wall__text"
|
|
1356
|
-
},
|
|
1356
|
+
}, ql = { key: 0 }, Ll = { key: 1 }, Tl = { class: "logo-wall__logos" }, Vl = { class: "logo-wall__link" }, Al = /* @__PURE__ */ f({
|
|
1357
1357
|
__name: "logo-wall",
|
|
1358
1358
|
props: {
|
|
1359
1359
|
headline: {
|
|
@@ -1371,13 +1371,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1371
1371
|
}
|
|
1372
1372
|
},
|
|
1373
1373
|
setup(e) {
|
|
1374
|
-
return (a, r) => (o(), i("div",
|
|
1374
|
+
return (a, r) => (o(), i("div", Bl, [
|
|
1375
1375
|
t("div", Sl, [
|
|
1376
|
-
e.headline || e.body ? (o(), i("div",
|
|
1377
|
-
e.headline ? (o(), i("h2",
|
|
1378
|
-
e.body ? (o(), i("p",
|
|
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)
|
|
1379
1379
|
])) : g("", !0),
|
|
1380
|
-
t("div",
|
|
1380
|
+
t("div", Tl, [
|
|
1381
1381
|
(o(!0), i(D, null, M(e.logos, (l) => (o(), i("div", {
|
|
1382
1382
|
key: l.src + l.alt,
|
|
1383
1383
|
class: "logo-wall__logo"
|
|
@@ -1395,7 +1395,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1395
1395
|
}, 1024)
|
|
1396
1396
|
]))), 128))
|
|
1397
1397
|
]),
|
|
1398
|
-
t("div",
|
|
1398
|
+
t("div", Vl, [
|
|
1399
1399
|
k(O, {
|
|
1400
1400
|
"link-type": "regular_light",
|
|
1401
1401
|
arrow: !0
|
|
@@ -1409,13 +1409,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1409
1409
|
])
|
|
1410
1410
|
]));
|
|
1411
1411
|
}
|
|
1412
|
-
}),
|
|
1412
|
+
}), Cl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-a8afd396"]]), Dl = { class: "micro-stories__top" }, Ml = {
|
|
1413
1413
|
key: 0,
|
|
1414
1414
|
class: "headline"
|
|
1415
|
-
},
|
|
1415
|
+
}, Ol = {
|
|
1416
1416
|
key: 1,
|
|
1417
1417
|
class: "body"
|
|
1418
|
-
},
|
|
1418
|
+
}, Pl = { class: "micro-stories__splide" }, Fl = /* @__PURE__ */ f({
|
|
1419
1419
|
__name: "micro-stories",
|
|
1420
1420
|
props: {
|
|
1421
1421
|
bgColor: { default: "blue" },
|
|
@@ -1431,32 +1431,32 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1431
1431
|
return (s, u) => (o(), i("div", {
|
|
1432
1432
|
class: p(["micro-stories__wrapper", r.value])
|
|
1433
1433
|
}, [
|
|
1434
|
-
t("div",
|
|
1435
|
-
s.headline ? (o(), i("div",
|
|
1434
|
+
t("div", Dl, [
|
|
1435
|
+
s.headline ? (o(), i("div", Ml, [
|
|
1436
1436
|
t("h2", null, n(s.headline), 1)
|
|
1437
1437
|
])) : g("", !0),
|
|
1438
|
-
s.body ? (o(), i("div",
|
|
1438
|
+
s.body ? (o(), i("div", Ol, [
|
|
1439
1439
|
t("p", null, n(s.body), 1)
|
|
1440
1440
|
])) : g("", !0)
|
|
1441
1441
|
]),
|
|
1442
|
-
t("div",
|
|
1442
|
+
t("div", Pl, [
|
|
1443
1443
|
h(s.$slots, "micro-stories-slides")
|
|
1444
1444
|
]),
|
|
1445
1445
|
h(s.$slots, "micro-stories-controls")
|
|
1446
1446
|
], 2));
|
|
1447
1447
|
}
|
|
1448
|
-
}),
|
|
1449
|
-
function
|
|
1450
|
-
return o(), i("div",
|
|
1451
|
-
t("div",
|
|
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
1452
|
h(e.$slots, "default", {}, void 0, !0)
|
|
1453
1453
|
])
|
|
1454
1454
|
]);
|
|
1455
1455
|
}
|
|
1456
|
-
const
|
|
1456
|
+
const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-8765ee0b"]]), Ul = { class: "card-display__wrapper" }, Kl = {
|
|
1457
1457
|
key: 0,
|
|
1458
1458
|
class: "card__content"
|
|
1459
|
-
},
|
|
1459
|
+
}, jl = { key: 0 }, Gl = { key: 1 }, Wl = { class: "card__cards" }, Yl = /* @__PURE__ */ f({
|
|
1460
1460
|
__name: "card-display",
|
|
1461
1461
|
props: {
|
|
1462
1462
|
headline: {
|
|
@@ -1479,18 +1479,18 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1479
1479
|
e.bgColor === "blue" ? "card-display--blue" : "card-display--white"
|
|
1480
1480
|
])
|
|
1481
1481
|
}, [
|
|
1482
|
-
t("div",
|
|
1483
|
-
e.headline || e.paragraph ? (o(), i("div",
|
|
1484
|
-
e.headline ? (o(), i("h2",
|
|
1485
|
-
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)
|
|
1486
1486
|
])) : g("", !0),
|
|
1487
|
-
t("div",
|
|
1487
|
+
t("div", Wl, [
|
|
1488
1488
|
h(a.$slots, "card-display-cards", {}, void 0, !0)
|
|
1489
1489
|
])
|
|
1490
1490
|
])
|
|
1491
1491
|
], 2));
|
|
1492
1492
|
}
|
|
1493
|
-
}),
|
|
1493
|
+
}), Ql = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-183dcee5"]]), Zl = { class: "promo__content" }, Jl = /* @__PURE__ */ f({
|
|
1494
1494
|
__name: "promo",
|
|
1495
1495
|
props: {
|
|
1496
1496
|
label: { default: "" },
|
|
@@ -1518,7 +1518,7 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1518
1518
|
s.teaser ? "promo__wrapper--teaser" : ""
|
|
1519
1519
|
])
|
|
1520
1520
|
}, [
|
|
1521
|
-
t("div",
|
|
1521
|
+
t("div", Zl, [
|
|
1522
1522
|
s.mediaType === "image" ? (o(), i("div", {
|
|
1523
1523
|
key: 0,
|
|
1524
1524
|
class: p([
|
|
@@ -1592,10 +1592,10 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1592
1592
|
])
|
|
1593
1593
|
], 2));
|
|
1594
1594
|
}
|
|
1595
|
-
}),
|
|
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 = {
|
|
1596
1596
|
key: 0,
|
|
1597
1597
|
class: "quote__image"
|
|
1598
|
-
},
|
|
1598
|
+
}, ro = { class: "quote__text" }, no = { class: "quote__author-name" }, co = { class: "quote__author-title" }, uo = /* @__PURE__ */ f({
|
|
1599
1599
|
__name: "quote",
|
|
1600
1600
|
props: {
|
|
1601
1601
|
quote: {
|
|
@@ -1617,13 +1617,13 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1617
1617
|
}
|
|
1618
1618
|
},
|
|
1619
1619
|
setup(e) {
|
|
1620
|
-
return (a, r) => (o(), i("div",
|
|
1621
|
-
t("div",
|
|
1622
|
-
|
|
1623
|
-
t("div",
|
|
1624
|
-
t("p",
|
|
1625
|
-
t("div",
|
|
1626
|
-
e.authorImage ? (o(), i("div",
|
|
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
1627
|
k(A, null, {
|
|
1628
1628
|
default: w(() => [
|
|
1629
1629
|
h(a.$slots, "author-image", P(F({
|
|
@@ -1635,22 +1635,22 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1635
1635
|
_: 3
|
|
1636
1636
|
})
|
|
1637
1637
|
])) : g("", !0),
|
|
1638
|
-
t("div",
|
|
1639
|
-
t("p",
|
|
1640
|
-
t("p",
|
|
1638
|
+
t("div", ro, [
|
|
1639
|
+
t("p", no, n(e.author), 1),
|
|
1640
|
+
t("p", co, n(e.authorTitle), 1)
|
|
1641
1641
|
])
|
|
1642
1642
|
])
|
|
1643
1643
|
])
|
|
1644
1644
|
])
|
|
1645
1645
|
]));
|
|
1646
1646
|
}
|
|
1647
|
-
}),
|
|
1647
|
+
}), _o = /* @__PURE__ */ v(uo, [["__scopeId", "data-v-e3cc8e27"]]), ho = { class: "rich-text__wrapper" }, po = {
|
|
1648
1648
|
key: 0,
|
|
1649
1649
|
class: "rich-text__links"
|
|
1650
|
-
},
|
|
1650
|
+
}, mo = {
|
|
1651
1651
|
key: 0,
|
|
1652
1652
|
class: "rich-text__bullet-list"
|
|
1653
|
-
},
|
|
1653
|
+
}, vo = /* @__PURE__ */ f({
|
|
1654
1654
|
__name: "rich-text",
|
|
1655
1655
|
props: {
|
|
1656
1656
|
headline: { default: "" },
|
|
@@ -1669,7 +1669,7 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1669
1669
|
a.bgColor === "blue" ? "rich-text--blue" : "rich-text--white"
|
|
1670
1670
|
])
|
|
1671
1671
|
}, [
|
|
1672
|
-
t("div",
|
|
1672
|
+
t("div", ho, [
|
|
1673
1673
|
a.label ? (o(), C(Y, {
|
|
1674
1674
|
key: 0,
|
|
1675
1675
|
text: a.label,
|
|
@@ -1695,11 +1695,11 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1695
1695
|
])
|
|
1696
1696
|
}, [
|
|
1697
1697
|
h(a.$slots, "rich-text-content"),
|
|
1698
|
-
a.links ? (o(), i("div",
|
|
1698
|
+
a.links ? (o(), i("div", po, [
|
|
1699
1699
|
h(a.$slots, "rich-text-links")
|
|
1700
1700
|
])) : g("", !0)
|
|
1701
1701
|
], 2),
|
|
1702
|
-
a.bulletList ? (o(), i("div",
|
|
1702
|
+
a.bulletList ? (o(), i("div", mo, [
|
|
1703
1703
|
h(a.$slots, "rich-text-bullet-list")
|
|
1704
1704
|
])) : g("", !0),
|
|
1705
1705
|
a.image ? (o(), i("div", {
|
|
@@ -1720,12 +1720,12 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1720
1720
|
])
|
|
1721
1721
|
], 2));
|
|
1722
1722
|
}
|
|
1723
|
-
}),
|
|
1724
|
-
function
|
|
1725
|
-
return o(), i("div",
|
|
1726
|
-
t("div",
|
|
1727
|
-
t("div",
|
|
1728
|
-
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, [
|
|
1729
1729
|
t("div", null, [
|
|
1730
1730
|
h(e.$slots, "rich-text-content-left", {}, void 0, !0)
|
|
1731
1731
|
]),
|
|
@@ -1737,10 +1737,10 @@ function ko(e, a) {
|
|
|
1737
1737
|
])
|
|
1738
1738
|
]);
|
|
1739
1739
|
}
|
|
1740
|
-
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" }, [
|
|
1741
1741
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
1742
1742
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
1743
|
-
], -1)),
|
|
1743
|
+
], -1)), Ao = { class: "item__right" }, Co = ["innerHTML"], Do = /* @__PURE__ */ f({
|
|
1744
1744
|
__name: "timeline",
|
|
1745
1745
|
props: {
|
|
1746
1746
|
timelineItems: {
|
|
@@ -1749,7 +1749,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1749
1749
|
}
|
|
1750
1750
|
},
|
|
1751
1751
|
setup(e) {
|
|
1752
|
-
return
|
|
1752
|
+
return ce(() => {
|
|
1753
1753
|
const a = document.querySelectorAll(".timeline__item"), r = new IntersectionObserver(
|
|
1754
1754
|
(l) => {
|
|
1755
1755
|
l.forEach((s) => {
|
|
@@ -1763,16 +1763,16 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1763
1763
|
a.forEach((l) => {
|
|
1764
1764
|
r.observe(l);
|
|
1765
1765
|
});
|
|
1766
|
-
}), (a, r) => (o(), i("div",
|
|
1767
|
-
t("div",
|
|
1768
|
-
t("div",
|
|
1766
|
+
}), (a, r) => (o(), i("div", Io, [
|
|
1767
|
+
t("div", qo, [
|
|
1768
|
+
t("div", Lo, [
|
|
1769
1769
|
(o(!0), i(D, null, M(e.timelineItems, (l) => (o(), i("div", {
|
|
1770
1770
|
key: l.year,
|
|
1771
1771
|
class: "timeline__item faded"
|
|
1772
1772
|
}, [
|
|
1773
|
-
t("div",
|
|
1774
|
-
|
|
1775
|
-
t("div",
|
|
1773
|
+
t("div", To, n(l.year), 1),
|
|
1774
|
+
Vo,
|
|
1775
|
+
t("div", Ao, [
|
|
1776
1776
|
k(A, null, {
|
|
1777
1777
|
default: w(() => [
|
|
1778
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)
|
|
@@ -1783,20 +1783,20 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1783
1783
|
style: ae([l.media.type === "none" ? "margin-top: 0px" : ""]),
|
|
1784
1784
|
class: "rich-text",
|
|
1785
1785
|
innerHTML: l.text
|
|
1786
|
-
}, null, 12,
|
|
1786
|
+
}, null, 12, Co)
|
|
1787
1787
|
])
|
|
1788
1788
|
]))), 128))
|
|
1789
1789
|
])
|
|
1790
1790
|
])
|
|
1791
1791
|
]));
|
|
1792
1792
|
}
|
|
1793
|
-
}),
|
|
1793
|
+
}), Mo = /* @__PURE__ */ v(Do, [["__scopeId", "data-v-78d319df"]]), Oo = { class: "vimeo" }, Po = { class: "vimeo__wrapper" }, Fo = {
|
|
1794
1794
|
key: 0,
|
|
1795
1795
|
class: "vimeo__headline"
|
|
1796
|
-
},
|
|
1796
|
+
}, Eo = {
|
|
1797
1797
|
key: 1,
|
|
1798
1798
|
class: "vimeo__description"
|
|
1799
|
-
},
|
|
1799
|
+
}, Ro = /* @__PURE__ */ f({
|
|
1800
1800
|
__name: "vimeo",
|
|
1801
1801
|
props: {
|
|
1802
1802
|
headline: {
|
|
@@ -1809,15 +1809,15 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1809
1809
|
}
|
|
1810
1810
|
},
|
|
1811
1811
|
setup(e) {
|
|
1812
|
-
return (a, r) => (o(), i("div",
|
|
1813
|
-
t("div",
|
|
1814
|
-
e.headline ? (o(), i("h2",
|
|
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
1815
|
h(a.$slots, "vimeo-content", {}, void 0, !0),
|
|
1816
|
-
e.description ? (o(), i("p",
|
|
1816
|
+
e.description ? (o(), i("p", Eo, n(e.description), 1)) : g("", !0)
|
|
1817
1817
|
])
|
|
1818
1818
|
]));
|
|
1819
1819
|
}
|
|
1820
|
-
}),
|
|
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({
|
|
1821
1821
|
__name: "404",
|
|
1822
1822
|
props: {
|
|
1823
1823
|
headline: {
|
|
@@ -1826,16 +1826,16 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1826
1826
|
}
|
|
1827
1827
|
},
|
|
1828
1828
|
setup(e) {
|
|
1829
|
-
return (a, r) => (o(), i("div",
|
|
1830
|
-
t("div",
|
|
1831
|
-
t("h1",
|
|
1832
|
-
t("div",
|
|
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
1833
|
h(a.$slots, "not-found-body", {}, void 0, !0)
|
|
1834
1834
|
])
|
|
1835
1835
|
])
|
|
1836
1836
|
]));
|
|
1837
1837
|
}
|
|
1838
|
-
}),
|
|
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({
|
|
1839
1839
|
__name: "filter",
|
|
1840
1840
|
props: {
|
|
1841
1841
|
hasChips: {
|
|
@@ -1849,12 +1849,12 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1849
1849
|
},
|
|
1850
1850
|
emits: ["clearFilters"],
|
|
1851
1851
|
setup(e) {
|
|
1852
|
-
return (a, r) => (o(), i("div",
|
|
1853
|
-
t("div",
|
|
1854
|
-
t("div",
|
|
1852
|
+
return (a, r) => (o(), i("div", Wo, [
|
|
1853
|
+
t("div", Yo, [
|
|
1854
|
+
t("div", Qo, [
|
|
1855
1855
|
h(a.$slots, "filter-dropdowns")
|
|
1856
1856
|
]),
|
|
1857
|
-
t("div",
|
|
1857
|
+
t("div", Zo, [
|
|
1858
1858
|
h(a.$slots, "filter-chips"),
|
|
1859
1859
|
e.hasChips ? (o(), i("button", {
|
|
1860
1860
|
key: 0,
|
|
@@ -1865,7 +1865,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1865
1865
|
])
|
|
1866
1866
|
]));
|
|
1867
1867
|
}
|
|
1868
|
-
}),
|
|
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({
|
|
1869
1869
|
__name: "footer",
|
|
1870
1870
|
props: {
|
|
1871
1871
|
footerSections: { default: () => [] },
|
|
@@ -1876,35 +1876,35 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1876
1876
|
},
|
|
1877
1877
|
emits: ["changeRegionClicked"],
|
|
1878
1878
|
setup(e) {
|
|
1879
|
-
return (a, r) => (o(), i("div",
|
|
1880
|
-
t("footer",
|
|
1881
|
-
t("div",
|
|
1879
|
+
return (a, r) => (o(), i("div", xo, [
|
|
1880
|
+
t("footer", es, [
|
|
1881
|
+
t("div", ts, [
|
|
1882
1882
|
(o(!0), i(D, null, M(a.footerSections, (l) => (o(), i("div", {
|
|
1883
1883
|
key: l.title,
|
|
1884
1884
|
class: "section"
|
|
1885
1885
|
}, [
|
|
1886
|
-
t("span",
|
|
1886
|
+
t("span", as, n(l.title), 1),
|
|
1887
1887
|
t("nav", null, [
|
|
1888
|
-
t("ul",
|
|
1888
|
+
t("ul", ls, [
|
|
1889
1889
|
h(a.$slots, "section-links", {
|
|
1890
1890
|
links: l.links
|
|
1891
1891
|
})
|
|
1892
1892
|
])
|
|
1893
1893
|
])
|
|
1894
1894
|
]))), 128)),
|
|
1895
|
-
t("div",
|
|
1896
|
-
|
|
1895
|
+
t("div", os, [
|
|
1896
|
+
ss,
|
|
1897
1897
|
t("address", null, [
|
|
1898
|
-
ss,
|
|
1899
1898
|
is,
|
|
1900
1899
|
rs,
|
|
1900
|
+
ns,
|
|
1901
1901
|
k(O, {
|
|
1902
1902
|
class: "footer__contact",
|
|
1903
1903
|
"link-type": "regular_light",
|
|
1904
1904
|
underline: "false"
|
|
1905
1905
|
}, {
|
|
1906
1906
|
default: w(() => [
|
|
1907
|
-
|
|
1907
|
+
ds
|
|
1908
1908
|
]),
|
|
1909
1909
|
_: 1
|
|
1910
1910
|
}),
|
|
@@ -1914,29 +1914,29 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1914
1914
|
underline: "false"
|
|
1915
1915
|
}, {
|
|
1916
1916
|
default: w(() => [
|
|
1917
|
-
|
|
1917
|
+
cs
|
|
1918
1918
|
]),
|
|
1919
1919
|
_: 1
|
|
1920
1920
|
})
|
|
1921
1921
|
])
|
|
1922
1922
|
])
|
|
1923
1923
|
]),
|
|
1924
|
-
t("div",
|
|
1925
|
-
t("p",
|
|
1926
|
-
t("div",
|
|
1924
|
+
t("div", us, [
|
|
1925
|
+
t("p", _s, "© MiR " + n((/* @__PURE__ */ new Date()).getFullYear()), 1),
|
|
1926
|
+
t("div", hs, [
|
|
1927
1927
|
t("button", {
|
|
1928
1928
|
class: "footer__language-switcher",
|
|
1929
1929
|
onClick: r[0] || (r[0] = (l) => a.$emit("changeRegionClicked"))
|
|
1930
1930
|
}, [
|
|
1931
1931
|
t("span", null, [
|
|
1932
|
-
|
|
1932
|
+
ps,
|
|
1933
1933
|
j(n(a.changeRegion), 1)
|
|
1934
1934
|
])
|
|
1935
1935
|
]),
|
|
1936
1936
|
h(a.$slots, "footer-privacy-link"),
|
|
1937
1937
|
h(a.$slots, "footer-cookie-link")
|
|
1938
1938
|
]),
|
|
1939
|
-
t("div",
|
|
1939
|
+
t("div", ms, [
|
|
1940
1940
|
(o(!0), i(D, null, M(a.socialMedia, (l) => (o(), C(O, {
|
|
1941
1941
|
key: l.title,
|
|
1942
1942
|
underline: "false",
|
|
@@ -1952,7 +1952,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1952
1952
|
height: "14",
|
|
1953
1953
|
class: p(["footer__social--icon", [l.title ? "bg-" + l.title : ""]])
|
|
1954
1954
|
}, null, 2)
|
|
1955
|
-
], 8,
|
|
1955
|
+
], 8, vs)
|
|
1956
1956
|
]),
|
|
1957
1957
|
_: 2
|
|
1958
1958
|
}, 1024))), 128))
|
|
@@ -1961,10 +1961,10 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1961
1961
|
])
|
|
1962
1962
|
]));
|
|
1963
1963
|
}
|
|
1964
|
-
}),
|
|
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 = {
|
|
1965
1965
|
id: "menu-dropdown",
|
|
1966
1966
|
ref: "dropdownDiv"
|
|
1967
|
-
},
|
|
1967
|
+
}, Bs = {
|
|
1968
1968
|
key: 0,
|
|
1969
1969
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
1970
1970
|
alt: "dropdownarrow"
|
|
@@ -1973,7 +1973,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1973
1973
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
1974
1974
|
alt: "dropdownarrow",
|
|
1975
1975
|
style: { transform: "rotate(180deg)" }
|
|
1976
|
-
},
|
|
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({
|
|
1977
1977
|
__name: "header",
|
|
1978
1978
|
props: {
|
|
1979
1979
|
burgerState: {
|
|
@@ -1994,21 +1994,21 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1994
1994
|
let l = null;
|
|
1995
1995
|
const s = e;
|
|
1996
1996
|
let u = I(s.burgerState), c = I(s.showDropDown);
|
|
1997
|
-
|
|
1997
|
+
re(
|
|
1998
1998
|
() => s.burgerState,
|
|
1999
|
-
(
|
|
2000
|
-
),
|
|
1999
|
+
(S) => u.value = S
|
|
2000
|
+
), re(
|
|
2001
2001
|
() => s.showDropDown,
|
|
2002
|
-
(
|
|
2003
|
-
),
|
|
2004
|
-
l = (
|
|
2005
|
-
|
|
2002
|
+
(S) => c.value = S
|
|
2003
|
+
), ce(() => {
|
|
2004
|
+
l = (S) => {
|
|
2005
|
+
S.target.closest("#menu-dropdown") || (c.value = !1);
|
|
2006
2006
|
}, window.addEventListener("click", l);
|
|
2007
2007
|
}), Se(() => {
|
|
2008
2008
|
l !== null && window.removeEventListener("click", l);
|
|
2009
2009
|
});
|
|
2010
2010
|
const _ = r;
|
|
2011
|
-
function
|
|
2011
|
+
function B() {
|
|
2012
2012
|
c.value = !c.value, _("update:showDropDown", c.value);
|
|
2013
2013
|
}
|
|
2014
2014
|
function m() {
|
|
@@ -2020,37 +2020,37 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2020
2020
|
}
|
|
2021
2021
|
return a({
|
|
2022
2022
|
defocusSearchButton: X
|
|
2023
|
-
}), (
|
|
2023
|
+
}), (S, U) => (o(), i("div", bs, [
|
|
2024
2024
|
t("nav", null, [
|
|
2025
|
-
t("div",
|
|
2026
|
-
t("div",
|
|
2027
|
-
h(
|
|
2025
|
+
t("div", ys, [
|
|
2026
|
+
t("div", $s, [
|
|
2027
|
+
h(S.$slots, "link-logo", {}, void 0, !0)
|
|
2028
2028
|
]),
|
|
2029
|
-
t("ul",
|
|
2030
|
-
h(
|
|
2029
|
+
t("ul", ks, [
|
|
2030
|
+
h(S.$slots, "main-nav-items", {}, void 0, !0)
|
|
2031
2031
|
]),
|
|
2032
|
-
t("div",
|
|
2032
|
+
t("div", ws, [
|
|
2033
2033
|
t("button", {
|
|
2034
2034
|
class: "nav-dropdown-btn",
|
|
2035
|
-
onClick:
|
|
2035
|
+
onClick: B
|
|
2036
2036
|
}, [
|
|
2037
|
-
h(
|
|
2038
|
-
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))
|
|
2039
2039
|
]),
|
|
2040
|
-
Z(t("div",
|
|
2041
|
-
h(
|
|
2040
|
+
Z(t("div", Is, [
|
|
2041
|
+
h(S.$slots, "dropdown-links", {}, void 0, !0)
|
|
2042
2042
|
], 512), [
|
|
2043
2043
|
[ee, V(c)]
|
|
2044
2044
|
])
|
|
2045
2045
|
], 512),
|
|
2046
|
-
t("div",
|
|
2046
|
+
t("div", qs, [
|
|
2047
2047
|
t("button", {
|
|
2048
2048
|
ref_key: "navSearchButton",
|
|
2049
2049
|
ref: y,
|
|
2050
2050
|
class: "search-icon",
|
|
2051
2051
|
onClick: U[0] || (U[0] = (x) => {
|
|
2052
2052
|
var H;
|
|
2053
|
-
return
|
|
2053
|
+
return S.$emit("clickSearch"), (H = V(y)) == null ? void 0 : H.blur();
|
|
2054
2054
|
})
|
|
2055
2055
|
}, [
|
|
2056
2056
|
t("img", {
|
|
@@ -2058,18 +2058,18 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2058
2058
|
alt: "search icon",
|
|
2059
2059
|
width: "20",
|
|
2060
2060
|
height: "20"
|
|
2061
|
-
}, null, 8,
|
|
2061
|
+
}, null, 8, Ls)
|
|
2062
2062
|
], 512)
|
|
2063
2063
|
])
|
|
2064
2064
|
]),
|
|
2065
2065
|
t("div", {
|
|
2066
2066
|
class: p(["mobile-nav-wrapper", V(u) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
|
|
2067
2067
|
}, [
|
|
2068
|
-
t("div",
|
|
2069
|
-
t("div", Ts, [
|
|
2070
|
-
h(B.$slots, "link-logo", {}, void 0, !0)
|
|
2071
|
-
]),
|
|
2068
|
+
t("div", Ts, [
|
|
2072
2069
|
t("div", Vs, [
|
|
2070
|
+
h(S.$slots, "link-logo", {}, void 0, !0)
|
|
2071
|
+
]),
|
|
2072
|
+
t("div", As, [
|
|
2073
2073
|
t("button", {
|
|
2074
2074
|
ref_key: "mobileSearchButton",
|
|
2075
2075
|
ref: q,
|
|
@@ -2077,7 +2077,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2077
2077
|
"aria-label": "Toggle search",
|
|
2078
2078
|
onClick: U[1] || (U[1] = (x) => {
|
|
2079
2079
|
var H;
|
|
2080
|
-
return
|
|
2080
|
+
return S.$emit("clickSearch"), (H = V(q)) == null ? void 0 : H.blur();
|
|
2081
2081
|
})
|
|
2082
2082
|
}, [
|
|
2083
2083
|
t("img", {
|
|
@@ -2085,29 +2085,29 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2085
2085
|
alt: "search icon",
|
|
2086
2086
|
width: "20",
|
|
2087
2087
|
height: "20"
|
|
2088
|
-
}, null, 8,
|
|
2088
|
+
}, null, 8, Cs)
|
|
2089
2089
|
], 512)
|
|
2090
2090
|
]),
|
|
2091
2091
|
t("button", {
|
|
2092
2092
|
class: "mobile-burger-wrapper",
|
|
2093
2093
|
"aria-label": "Toggle menu",
|
|
2094
|
-
onClick:
|
|
2094
|
+
onClick: ne(m, ["prevent"])
|
|
2095
2095
|
}, [
|
|
2096
2096
|
t("img", {
|
|
2097
2097
|
width: "20",
|
|
2098
2098
|
height: "20",
|
|
2099
2099
|
alt: "burger menu line icon",
|
|
2100
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"
|
|
2101
|
-
}, null, 8,
|
|
2101
|
+
}, null, 8, Ds)
|
|
2102
2102
|
])
|
|
2103
2103
|
]),
|
|
2104
|
-
Z(t("div",
|
|
2104
|
+
Z(t("div", Ms, [
|
|
2105
2105
|
t("ul", null, [
|
|
2106
|
-
h(
|
|
2106
|
+
h(S.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2107
2107
|
]),
|
|
2108
|
-
t("ul",
|
|
2109
|
-
h(
|
|
2110
|
-
h(
|
|
2108
|
+
t("ul", Os, [
|
|
2109
|
+
h(S.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2110
|
+
h(S.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2111
2111
|
])
|
|
2112
2112
|
], 512), [
|
|
2113
2113
|
[ee, V(u)]
|
|
@@ -2116,7 +2116,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2116
2116
|
])
|
|
2117
2117
|
]));
|
|
2118
2118
|
}
|
|
2119
|
-
}),
|
|
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({
|
|
2120
2120
|
__name: "language-switcher",
|
|
2121
2121
|
props: {
|
|
2122
2122
|
headline: {
|
|
@@ -2129,17 +2129,17 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2129
2129
|
}
|
|
2130
2130
|
},
|
|
2131
2131
|
setup(e) {
|
|
2132
|
-
return (a, r) => (o(), i("div",
|
|
2133
|
-
t("div",
|
|
2134
|
-
t("h2",
|
|
2135
|
-
t("p",
|
|
2136
|
-
t("div",
|
|
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
2137
|
h(a.$slots, "language-links", {}, void 0, !0)
|
|
2138
2138
|
])
|
|
2139
2139
|
])
|
|
2140
2140
|
]));
|
|
2141
2141
|
}
|
|
2142
|
-
}),
|
|
2142
|
+
}), Ks = /* @__PURE__ */ v(Us, [["__scopeId", "data-v-dc8cc97e"]]), js = { class: "pagination__wrapper" }, Gs = { class: "pagination__content" }, Ws = /* @__PURE__ */ f({
|
|
2143
2143
|
__name: "pagination",
|
|
2144
2144
|
props: {
|
|
2145
2145
|
isPreviousDisabled: {
|
|
@@ -2153,8 +2153,8 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2153
2153
|
},
|
|
2154
2154
|
emits: ["previous", "next"],
|
|
2155
2155
|
setup(e) {
|
|
2156
|
-
return (a, r) => (o(), i("div",
|
|
2157
|
-
t("div",
|
|
2156
|
+
return (a, r) => (o(), i("div", js, [
|
|
2157
|
+
t("div", Gs, [
|
|
2158
2158
|
k(J, {
|
|
2159
2159
|
disabled: e.isPreviousDisabled,
|
|
2160
2160
|
variant: "previous",
|
|
@@ -2171,13 +2171,13 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2171
2171
|
])
|
|
2172
2172
|
]));
|
|
2173
2173
|
}
|
|
2174
|
-
}),
|
|
2175
|
-
function
|
|
2176
|
-
return o(), i("div",
|
|
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
2177
|
h(e.$slots, "default", { class: "search__content" })
|
|
2178
2178
|
]);
|
|
2179
2179
|
}
|
|
2180
|
-
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({
|
|
2181
2181
|
__name: "product-hero",
|
|
2182
2182
|
props: {
|
|
2183
2183
|
headline: {
|
|
@@ -2202,12 +2202,12 @@ const Js = /* @__PURE__ */ v(Ys, [["render", Zs], ["__scopeId", "data-v-623adb82
|
|
|
2202
2202
|
}
|
|
2203
2203
|
},
|
|
2204
2204
|
setup(e) {
|
|
2205
|
-
return (a, r) => (o(), i("div",
|
|
2206
|
-
t("div",
|
|
2207
|
-
t("div",
|
|
2205
|
+
return (a, r) => (o(), i("div", xs, [
|
|
2206
|
+
t("div", ei, [
|
|
2207
|
+
t("div", ti, [
|
|
2208
2208
|
t("h1", null, n(e.headline), 1)
|
|
2209
2209
|
]),
|
|
2210
|
-
t("div",
|
|
2210
|
+
t("div", ai, [
|
|
2211
2211
|
e.videoSrc !== "" ? (o(), C(G, {
|
|
2212
2212
|
key: 0,
|
|
2213
2213
|
play: "",
|
|
@@ -2229,55 +2229,55 @@ const Js = /* @__PURE__ */ v(Ys, [["render", Zs], ["__scopeId", "data-v-623adb82
|
|
|
2229
2229
|
])
|
|
2230
2230
|
]));
|
|
2231
2231
|
}
|
|
2232
|
-
}),
|
|
2232
|
+
}), oi = /* @__PURE__ */ v(li, [["__scopeId", "data-v-e394473d"]]), ii = {
|
|
2233
2233
|
install: (e) => {
|
|
2234
|
-
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);
|
|
2235
2235
|
}
|
|
2236
2236
|
};
|
|
2237
2237
|
export {
|
|
2238
2238
|
J as AtomButton,
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2239
|
+
De as AtomCheckbox,
|
|
2240
|
+
Ee as AtomChip,
|
|
2241
|
+
Ge as AtomDropdown,
|
|
2242
2242
|
A as AtomImage,
|
|
2243
2243
|
Y as AtomLabel,
|
|
2244
2244
|
O as AtomLink,
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2245
|
+
ot as AtomRadioButton,
|
|
2246
|
+
ct as AtomSelect,
|
|
2247
|
+
yt as AtomSlider,
|
|
2248
|
+
Rt as AtomTextField,
|
|
2249
|
+
Lt as AtomTextarea,
|
|
2250
2250
|
G as AtomVideo,
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2251
|
+
Ql as BlockCardDisplay,
|
|
2252
|
+
Ca as BlockFacts,
|
|
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,
|
|
2273
2273
|
ue as MoleculeModal,
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
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
|
|
2283
2283
|
};
|