@mirweb/mir-web-components 1.2.6 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/blocks/image/image.vue.d.ts +1 -1
- package/dist/components/organisms/footer/footer.vue.d.ts +1 -1
- package/dist/mir-web-components.cjs.js +1 -1
- package/dist/mir-web-components.css +1 -1
- package/dist/mir-web-components.es.js +240 -229
- package/dist/mir-web-components.umd.js +2 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as g, computed as
|
|
1
|
+
import { defineComponent as g, computed as D, openBlock as l, createElementBlock as i, normalizeClass as m, toDisplayString as n, createElementVNode as t, renderSlot as c, pushScopeId as E, popScopeId as H, createTextVNode as x, ref as q, withDirectives as K, Fragment as P, renderList as M, vShow as Y, normalizeProps as F, guardReactiveProps as R, toRefs as $e, mergeProps as de, createVNode as S, Transition as ke, withCtx as $, withModifiers as he, createBlock as T, createCommentVNode as p, watchEffect as pe, withKeys as we, useSlots as Se, normalizeStyle as ce, isRef as ne, unref as I, onMounted as me, watch as W, onUnmounted as Be } from "vue";
|
|
2
2
|
const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
@@ -14,7 +14,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
14
14
|
close: "close",
|
|
15
15
|
next: "next",
|
|
16
16
|
previous: "previous"
|
|
17
|
-
}, r = e, s =
|
|
17
|
+
}, r = e, s = D(() => a[r.variant]);
|
|
18
18
|
return (o, u) => (l(), i("button", {
|
|
19
19
|
class: m(["button", "button--" + s.value]),
|
|
20
20
|
"aria-label": o.ariaLabel
|
|
@@ -25,7 +25,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
25
25
|
for (const [s, o] of a)
|
|
26
26
|
r[s] = o;
|
|
27
27
|
return r;
|
|
28
|
-
}, ae = /* @__PURE__ */ f(qe, [["__scopeId", "data-v-f61b579c"]]), Le = (e) => (E("data-v-0adb65a6"), e = e(),
|
|
28
|
+
}, ae = /* @__PURE__ */ f(qe, [["__scopeId", "data-v-f61b579c"]]), Le = (e) => (E("data-v-0adb65a6"), e = e(), H(), e), Ce = ["id", "name", "value", "disabled", "required", "checked"], De = ["for"], Te = /* @__PURE__ */ Le(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Ve = /* @__PURE__ */ g({
|
|
29
29
|
__name: "checkbox",
|
|
30
30
|
props: {
|
|
31
31
|
name: { default: "checkbox" },
|
|
@@ -54,17 +54,17 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
54
54
|
checked: o.checked,
|
|
55
55
|
class: "checkbox__checkbox",
|
|
56
56
|
onChange: s
|
|
57
|
-
}, null, 40,
|
|
57
|
+
}, null, 40, Ce),
|
|
58
58
|
t("label", {
|
|
59
59
|
for: o.id,
|
|
60
60
|
class: m(["checkbox__label", o.required ? "required" : ""])
|
|
61
61
|
}, [
|
|
62
|
-
|
|
62
|
+
Te,
|
|
63
63
|
c(o.$slots, "default", {}, void 0, !0)
|
|
64
|
-
], 10,
|
|
64
|
+
], 10, De)
|
|
65
65
|
], 2));
|
|
66
66
|
}
|
|
67
|
-
}), Ae = /* @__PURE__ */ f(
|
|
67
|
+
}), Ae = /* @__PURE__ */ f(Ve, [["__scopeId", "data-v-0adb65a6"]]), Pe = (e) => (E("data-v-08813346"), e = e(), H(), e), Me = ["aria-label"], Oe = /* @__PURE__ */ Pe(() => /* @__PURE__ */ t("img", {
|
|
68
68
|
src: "https://a.storyblok.com/f/230581/9x9/e4fb715dc9/close.svg?cv=1695125714598",
|
|
69
69
|
alt: "close",
|
|
70
70
|
class: "close-icon"
|
|
@@ -75,7 +75,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
75
75
|
},
|
|
76
76
|
emits: ["remove-chip"],
|
|
77
77
|
setup(e) {
|
|
78
|
-
const a = e, r =
|
|
78
|
+
const a = e, r = D(() => `Chip: ${a.text}`);
|
|
79
79
|
return (s, o) => (l(), i("div", {
|
|
80
80
|
class: "chip__wrapper",
|
|
81
81
|
onClick: o[0] || (o[0] = (u) => s.$emit("remove-chip"))
|
|
@@ -89,7 +89,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
89
89
|
], 8, Me)
|
|
90
90
|
]));
|
|
91
91
|
}
|
|
92
|
-
}), Ee = /* @__PURE__ */ f(Fe, [["__scopeId", "data-v-08813346"]]),
|
|
92
|
+
}), Ee = /* @__PURE__ */ f(Fe, [["__scopeId", "data-v-08813346"]]), He = ["value"], Re = ["id"], Ne = { class: "listbox__dropdown" }, ze = ["id", "aria-labelledby", "aria-disabled"], je = ["aria-labelledby", "aria-activedescendant"], Ue = ["aria-selected", "data-value"], Ke = /* @__PURE__ */ g({
|
|
93
93
|
__name: "dropdown",
|
|
94
94
|
props: {
|
|
95
95
|
modelValue: {},
|
|
@@ -107,7 +107,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
107
107
|
const r = {
|
|
108
108
|
primary: "dropdown-dark-bg-primary",
|
|
109
109
|
dark: "dropdown-dark dropdown-dark-bg-dark"
|
|
110
|
-
}, s = e, o =
|
|
110
|
+
}, s = e, o = D(() => r[s.variant]), u = q(null), h = q(null), _ = q([]), B = q(0), v = q(""), w = q(!0), L = q(0), oe = a, le = D(() => {
|
|
111
111
|
const d = s.options.find(
|
|
112
112
|
(y) => y.value === s.modelValue
|
|
113
113
|
);
|
|
@@ -137,11 +137,11 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
137
137
|
case "ArrowUp":
|
|
138
138
|
case "ArrowDown": {
|
|
139
139
|
d.preventDefault();
|
|
140
|
-
const
|
|
140
|
+
const C = s.options.findIndex(
|
|
141
141
|
(J) => J.value === s.modelValue
|
|
142
142
|
);
|
|
143
|
-
let z =
|
|
144
|
-
y === "ArrowUp" ?
|
|
143
|
+
let z = C ? _.value[C] : _.value[0];
|
|
144
|
+
y === "ArrowUp" ? C - 1 >= 0 && (z = _.value[C - 1]) : C + 1 <= s.options.length && (z = _.value[C + 1]), z && X(z);
|
|
145
145
|
break;
|
|
146
146
|
}
|
|
147
147
|
case "Home":
|
|
@@ -157,8 +157,8 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
157
157
|
d.preventDefault(), te(), (k = u.value) == null || k.focus();
|
|
158
158
|
break;
|
|
159
159
|
default: {
|
|
160
|
-
const
|
|
161
|
-
|
|
160
|
+
const C = U(y);
|
|
161
|
+
C && X(C);
|
|
162
162
|
break;
|
|
163
163
|
}
|
|
164
164
|
}
|
|
@@ -183,7 +183,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
183
183
|
function U(d) {
|
|
184
184
|
let y = "";
|
|
185
185
|
(v.value === "" || y !== d) && (L.value = s.options.findIndex(
|
|
186
|
-
(
|
|
186
|
+
(C) => C.value === s.modelValue
|
|
187
187
|
)), v.value = y === d ? d : v.value + d, y = d, N();
|
|
188
188
|
let k = O(
|
|
189
189
|
L.value + 1,
|
|
@@ -201,7 +201,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
201
201
|
X(_.value[0]);
|
|
202
202
|
}
|
|
203
203
|
function X(d) {
|
|
204
|
-
var k,
|
|
204
|
+
var k, C;
|
|
205
205
|
const y = d.getAttribute("data-value");
|
|
206
206
|
if (s.modelValue) {
|
|
207
207
|
const z = s.options.findIndex(
|
|
@@ -209,12 +209,12 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
209
209
|
), J = _.value[z];
|
|
210
210
|
b(J);
|
|
211
211
|
}
|
|
212
|
-
if (d.setAttribute("aria-selected", "true"), (k =
|
|
212
|
+
if (d.setAttribute("aria-selected", "true"), (k = h.value) == null || k.setAttribute(
|
|
213
213
|
"aria-activedescendant",
|
|
214
214
|
y || ""
|
|
215
|
-
), ie(y || ""),
|
|
216
|
-
const z =
|
|
217
|
-
J > z ?
|
|
215
|
+
), ie(y || ""), h.value && h.value.scrollHeight > h.value.clientHeight) {
|
|
216
|
+
const z = h.value.clientHeight + h.value.scrollTop, J = d.offsetTop + d.offsetHeight;
|
|
217
|
+
J > z ? h.value.scrollTop = J - ((C = h.value) == null ? void 0 : C.clientHeight) : d.offsetTop < h.value.scrollTop && (h.value.scrollTop = d.offsetTop);
|
|
218
218
|
}
|
|
219
219
|
}
|
|
220
220
|
function ge() {
|
|
@@ -228,7 +228,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
228
228
|
}
|
|
229
229
|
function _e() {
|
|
230
230
|
var d, y;
|
|
231
|
-
w.value = !1, (d = u.value) == null || d.setAttribute("aria-expanded", "true"), (y =
|
|
231
|
+
w.value = !1, (d = u.value) == null || d.setAttribute("aria-expanded", "true"), (y = h.value) == null || y.focus();
|
|
232
232
|
}
|
|
233
233
|
function be() {
|
|
234
234
|
s.disabled || (w.value ? _e() : te());
|
|
@@ -245,7 +245,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
245
245
|
"is-disabled": d.disabled,
|
|
246
246
|
"is-required": d.required
|
|
247
247
|
}, "listbox__label"])
|
|
248
|
-
}, n(d.label), 11,
|
|
248
|
+
}, n(d.label), 11, Re),
|
|
249
249
|
K((l(), i("div", Ne, [
|
|
250
250
|
t("button", {
|
|
251
251
|
id: `${d.name}-button-label`,
|
|
@@ -261,7 +261,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
261
261
|
}, n(d.modelValue ? le.value : d.placeholder), 43, ze),
|
|
262
262
|
K(t("ul", {
|
|
263
263
|
ref_key: "listboxNode",
|
|
264
|
-
ref:
|
|
264
|
+
ref: h,
|
|
265
265
|
"aria-labelledby": `${d.name}-label`,
|
|
266
266
|
"aria-activedescendant": d.modelValue,
|
|
267
267
|
tabindex: "0",
|
|
@@ -270,8 +270,8 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
270
270
|
onKeydown: Z,
|
|
271
271
|
onClick: G
|
|
272
272
|
}, [
|
|
273
|
-
(l(!0), i(P, null, M(d.options, (k,
|
|
274
|
-
key: `${d.name}-option-${
|
|
273
|
+
(l(!0), i(P, null, M(d.options, (k, C) => (l(), i("li", {
|
|
274
|
+
key: `${d.name}-option-${C}`,
|
|
275
275
|
ref_for: !0,
|
|
276
276
|
ref_key: "listboxOptions",
|
|
277
277
|
ref: _,
|
|
@@ -286,7 +286,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
286
286
|
])), [
|
|
287
287
|
[se, te]
|
|
288
288
|
])
|
|
289
|
-
], 8,
|
|
289
|
+
], 8, He));
|
|
290
290
|
}
|
|
291
291
|
}), Ge = /* @__PURE__ */ f(Ke, [["__scopeId", "data-v-6a8da7a4"]]), Je = { class: "image__wrapper" }, We = /* @__PURE__ */ g({
|
|
292
292
|
__name: "image",
|
|
@@ -301,7 +301,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
301
301
|
},
|
|
302
302
|
setup(e) {
|
|
303
303
|
return (a, r) => (l(), i("div", Je, [
|
|
304
|
-
c(a.$slots, "default", F(
|
|
304
|
+
c(a.$slots, "default", F(R(a.$attrs)))
|
|
305
305
|
]));
|
|
306
306
|
}
|
|
307
307
|
}), A = /* @__PURE__ */ f(We, [["__scopeId", "data-v-e10217bd"]]), Ye = { class: "label__wrapper" }, Qe = ["aria-label", "label-dark"], Ze = /* @__PURE__ */ g({
|
|
@@ -311,7 +311,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
311
311
|
labelDark: { type: Boolean, default: !1 }
|
|
312
312
|
},
|
|
313
313
|
setup(e) {
|
|
314
|
-
const a = e, r =
|
|
314
|
+
const a = e, r = D(() => `Label: ${a.text}`);
|
|
315
315
|
return (s, o) => (l(), i("div", Ye, [
|
|
316
316
|
t("span", {
|
|
317
317
|
"aria-label": r.value,
|
|
@@ -320,7 +320,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
320
320
|
}, n(s.text), 11, Qe)
|
|
321
321
|
]));
|
|
322
322
|
}
|
|
323
|
-
}), Q = /* @__PURE__ */ f(Ze, [["__scopeId", "data-v-7d9d3a8a"]]), Xe = { class: "link__wrapper" },
|
|
323
|
+
}), Q = /* @__PURE__ */ f(Ze, [["__scopeId", "data-v-7d9d3a8a"]]), Xe = { class: "link__wrapper" }, V = /* @__PURE__ */ g({
|
|
324
324
|
__name: "link",
|
|
325
325
|
props: {
|
|
326
326
|
linkType: { default: "regular" },
|
|
@@ -342,12 +342,12 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
342
342
|
hover: "underline-hover",
|
|
343
343
|
true: "add-underline",
|
|
344
344
|
false: "remove-underline"
|
|
345
|
-
}, s = e, o =
|
|
345
|
+
}, s = e, o = D(() => a[s.linkType]), u = D(() => r[s.underline]), h = D(() => {
|
|
346
346
|
const { ..._ } = $e(s);
|
|
347
347
|
return _;
|
|
348
348
|
});
|
|
349
349
|
return (_, B) => (l(), i("div", Xe, [
|
|
350
|
-
t("div", de(
|
|
350
|
+
t("div", de(h.value, {
|
|
351
351
|
class: ["mir-link", [
|
|
352
352
|
o.value,
|
|
353
353
|
_.disabled ? "disabled" : "",
|
|
@@ -359,7 +359,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
359
359
|
], 16)
|
|
360
360
|
]));
|
|
361
361
|
}
|
|
362
|
-
}), xe = (e) => (E("data-v-fa1bda9b"), e = e(),
|
|
362
|
+
}), xe = (e) => (E("data-v-fa1bda9b"), e = e(), H(), e), et = ["id", "name", "value", "checked", "disabled", "required"], tt = ["for"], at = /* @__PURE__ */ xe(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), ot = /* @__PURE__ */ g({
|
|
363
363
|
__name: "radio-button",
|
|
364
364
|
props: {
|
|
365
365
|
name: { default: "radio" },
|
|
@@ -444,7 +444,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
444
444
|
const r = e, s = a, o = () => {
|
|
445
445
|
s("update:show", !r.show);
|
|
446
446
|
};
|
|
447
|
-
return (u,
|
|
447
|
+
return (u, h) => (l(), i("div", ut, [
|
|
448
448
|
S(ke, {
|
|
449
449
|
duration: 300,
|
|
450
450
|
name: "nested"
|
|
@@ -459,11 +459,11 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
459
459
|
t("div", {
|
|
460
460
|
id: "modal",
|
|
461
461
|
class: m([u.searchBar ? "search" : ""]),
|
|
462
|
-
onClick:
|
|
462
|
+
onClick: h[0] || (h[0] = he(() => {
|
|
463
463
|
}, ["stop"]))
|
|
464
464
|
}, [
|
|
465
465
|
t("div", null, [
|
|
466
|
-
u.searchBar ?
|
|
466
|
+
u.searchBar ? p("", !0) : (l(), T(ae, {
|
|
467
467
|
key: 0,
|
|
468
468
|
"aria-label": "close",
|
|
469
469
|
variant: "close",
|
|
@@ -480,7 +480,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
480
480
|
})
|
|
481
481
|
]));
|
|
482
482
|
}
|
|
483
|
-
}), ve = /* @__PURE__ */ f(_t, [["__scopeId", "data-v-80f0fb08"]]),
|
|
483
|
+
}), ve = /* @__PURE__ */ f(_t, [["__scopeId", "data-v-80f0fb08"]]), 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 = { class: "modal-information" }, yt = /* @__PURE__ */ g({
|
|
484
484
|
__name: "slider",
|
|
485
485
|
props: {
|
|
486
486
|
label: {},
|
|
@@ -496,11 +496,11 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
496
496
|
},
|
|
497
497
|
emits: ["update:modelValue"],
|
|
498
498
|
setup(e, { emit: a }) {
|
|
499
|
-
const r = e, s = a, o = q(r.modelValue), u = q(),
|
|
499
|
+
const r = e, s = a, o = q(r.modelValue), u = q(), h = q(!1), _ = (v, w, L) => (v - w) / (L - w) * 100, B = (v) => {
|
|
500
500
|
var w;
|
|
501
501
|
(w = u.value) == null || w.style.setProperty("--ProgressPercent", `${v}%`);
|
|
502
502
|
};
|
|
503
|
-
return
|
|
503
|
+
return pe(() => {
|
|
504
504
|
if (u.value) {
|
|
505
505
|
s("update:modelValue", o.value);
|
|
506
506
|
const v = _(o.value, r.min, r.max);
|
|
@@ -508,8 +508,8 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
508
508
|
B(v + w);
|
|
509
509
|
}
|
|
510
510
|
}), (v, w) => (l(), i("div", null, [
|
|
511
|
-
t("div",
|
|
512
|
-
t("div",
|
|
511
|
+
t("div", ht, [
|
|
512
|
+
t("div", pt, [
|
|
513
513
|
t("label", {
|
|
514
514
|
for: v.id,
|
|
515
515
|
class: m([v.variant, ""])
|
|
@@ -521,9 +521,9 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
521
521
|
"aria-label": v.informationLabel,
|
|
522
522
|
tabindex: "0",
|
|
523
523
|
"aria-haspopup": "dialog",
|
|
524
|
-
onClick: w[0] || (w[0] = (L) =>
|
|
525
|
-
onKeyup: w[1] || (w[1] = we((L) =>
|
|
526
|
-
}, null, 42, vt)) :
|
|
524
|
+
onClick: w[0] || (w[0] = (L) => h.value = !h.value),
|
|
525
|
+
onKeyup: w[1] || (w[1] = we((L) => h.value = !h.value, ["enter"]))
|
|
526
|
+
}, null, 42, vt)) : p("", !0)
|
|
527
527
|
]),
|
|
528
528
|
t("div", ft, [
|
|
529
529
|
t("span", {
|
|
@@ -550,16 +550,16 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
550
550
|
class: m([v.variant, "slider__value"])
|
|
551
551
|
}, n(v.modelValue), 3)
|
|
552
552
|
]),
|
|
553
|
-
v.information ? (l(),
|
|
553
|
+
v.information ? (l(), T(ve, {
|
|
554
554
|
key: 0,
|
|
555
|
-
show:
|
|
556
|
-
"onUpdate:show": w[3] || (w[3] = (L) =>
|
|
555
|
+
show: h.value,
|
|
556
|
+
"onUpdate:show": w[3] || (w[3] = (L) => h.value = L)
|
|
557
557
|
}, {
|
|
558
558
|
default: $(() => [
|
|
559
559
|
t("p", bt, n(v.information), 1)
|
|
560
560
|
]),
|
|
561
561
|
_: 1
|
|
562
|
-
}, 8, ["show"])) :
|
|
562
|
+
}, 8, ["show"])) : p("", !0)
|
|
563
563
|
]));
|
|
564
564
|
}
|
|
565
565
|
}), $t = /* @__PURE__ */ f(yt, [["__scopeId", "data-v-24a83011"]]), kt = { id: "textarea-wrapper" }, wt = ["for"], St = ["id"], Bt = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], It = { class: "textarea-info" }, qt = { key: 0 }, Lt = /* @__PURE__ */ g({
|
|
@@ -602,7 +602,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
602
602
|
], 8, St),
|
|
603
603
|
t("div", It, [
|
|
604
604
|
t("div", null, [
|
|
605
|
-
a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (l(), i("p", qt, " Too many characters. Please make it shorter ")) :
|
|
605
|
+
a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (l(), i("p", qt, " Too many characters. Please make it shorter ")) : p("", !0)
|
|
606
606
|
]),
|
|
607
607
|
t("p", {
|
|
608
608
|
class: m(
|
|
@@ -612,7 +612,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
612
612
|
])
|
|
613
613
|
]));
|
|
614
614
|
}
|
|
615
|
-
}),
|
|
615
|
+
}), Ct = /* @__PURE__ */ f(Lt, [["__scopeId", "data-v-220a973c"]]), Dt = { class: "text-field__wrapper" }, Tt = ["for"], Vt = { key: 0 }, At = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Pt = ["aria-expanded"], Mt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Ot = {
|
|
616
616
|
key: 2,
|
|
617
617
|
class: "search"
|
|
618
618
|
}, Ft = {
|
|
@@ -621,7 +621,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
621
621
|
}, Et = {
|
|
622
622
|
key: 4,
|
|
623
623
|
class: "helperText"
|
|
624
|
-
},
|
|
624
|
+
}, Ht = /* @__PURE__ */ g({
|
|
625
625
|
__name: "text-field",
|
|
626
626
|
props: {
|
|
627
627
|
type: { default: "text" },
|
|
@@ -648,12 +648,12 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
648
648
|
tel: "tel",
|
|
649
649
|
url: "url",
|
|
650
650
|
search: "search"
|
|
651
|
-
}, r = e, s =
|
|
651
|
+
}, r = e, s = D(() => a[r.type]), o = q(!0), u = D(
|
|
652
652
|
() => o.value ? "showPassword" : "hidePassword"
|
|
653
|
-
),
|
|
653
|
+
), h = D(
|
|
654
654
|
() => o.value ? "password" : "text"
|
|
655
655
|
);
|
|
656
|
-
return (_, B) => (l(), i("div",
|
|
656
|
+
return (_, B) => (l(), i("div", Dt, [
|
|
657
657
|
t("label", {
|
|
658
658
|
for: _.id,
|
|
659
659
|
class: m([
|
|
@@ -661,12 +661,12 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
661
661
|
_.disabled ? "disabled" : "",
|
|
662
662
|
_.search ? "search" : ""
|
|
663
663
|
])
|
|
664
|
-
}, n(_.label), 11,
|
|
665
|
-
s.value === "password" ? (l(), i("div",
|
|
664
|
+
}, n(_.label), 11, Tt),
|
|
665
|
+
s.value === "password" ? (l(), i("div", Vt, [
|
|
666
666
|
t("input", {
|
|
667
667
|
id: _.id,
|
|
668
668
|
ref: "passwordField",
|
|
669
|
-
type:
|
|
669
|
+
type: h.value,
|
|
670
670
|
value: _.modelValue,
|
|
671
671
|
placeholder: _.placeholder,
|
|
672
672
|
required: _.required,
|
|
@@ -698,12 +698,12 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
698
698
|
name: _.fieldName,
|
|
699
699
|
onInput: B[2] || (B[2] = (v) => _.$emit("update:modelValue", v.target.value))
|
|
700
700
|
}, null, 42, Mt)),
|
|
701
|
-
_.search ? (l(), i("i", Ot)) :
|
|
702
|
-
_.errorMessage ? (l(), i("strong", Ft, n(_.errorMessage), 1)) :
|
|
703
|
-
_.helperText ? (l(), i("span", Et, n(_.helperText), 1)) :
|
|
701
|
+
_.search ? (l(), i("i", Ot)) : p("", !0),
|
|
702
|
+
_.errorMessage ? (l(), i("strong", Ft, n(_.errorMessage), 1)) : p("", !0),
|
|
703
|
+
_.helperText ? (l(), i("span", Et, n(_.helperText), 1)) : p("", !0)
|
|
704
704
|
]));
|
|
705
705
|
}
|
|
706
|
-
}),
|
|
706
|
+
}), Rt = /* @__PURE__ */ f(Ht, [["__scopeId", "data-v-414b9435"]]), Nt = { class: "video__wrapper" }, zt = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], jt = ["src", "aria-label", "title", "width", "height"], Ut = /* @__PURE__ */ g({
|
|
707
707
|
__name: "video",
|
|
708
708
|
props: {
|
|
709
709
|
play: { type: Boolean, default: !1 },
|
|
@@ -722,13 +722,13 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
722
722
|
setup(e, { expose: a }) {
|
|
723
723
|
const r = e;
|
|
724
724
|
let s = q(null);
|
|
725
|
-
return
|
|
725
|
+
return pe(() => {
|
|
726
726
|
s.value && (r.play ? s.value.play() : r.play || s.value.pause());
|
|
727
727
|
}), a({
|
|
728
728
|
resetVideo: () => {
|
|
729
729
|
s.value && (s.value.currentTime = 0, s.value.play());
|
|
730
730
|
}
|
|
731
|
-
}), (u,
|
|
731
|
+
}), (u, h) => (l(), i("div", Nt, [
|
|
732
732
|
u.localVideo ? (l(), i("video", {
|
|
733
733
|
key: 0,
|
|
734
734
|
ref_key: "videoRef",
|
|
@@ -780,10 +780,10 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
780
780
|
t("p", null, n(a.company), 1),
|
|
781
781
|
t("p", null, n(a.addressLine1), 1),
|
|
782
782
|
t("p", null, n(a.addressLine2), 1),
|
|
783
|
-
a.addressLine3 ? (l(), i("p", Qt, n(a.addressLine3), 1)) :
|
|
783
|
+
a.addressLine3 ? (l(), i("p", Qt, n(a.addressLine3), 1)) : p("", !0)
|
|
784
784
|
]),
|
|
785
785
|
t("div", Zt, [
|
|
786
|
-
a.website ? (l(),
|
|
786
|
+
a.website ? (l(), T(V, {
|
|
787
787
|
key: 0,
|
|
788
788
|
underline: "false",
|
|
789
789
|
"link-type": "regular"
|
|
@@ -795,8 +795,8 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
795
795
|
}, n(a.website), 9, Xt)
|
|
796
796
|
]),
|
|
797
797
|
_: 1
|
|
798
|
-
})) :
|
|
799
|
-
(l(!0), i(P, null, M(a.phoneNumbers, (s) => (l(),
|
|
798
|
+
})) : p("", !0),
|
|
799
|
+
(l(!0), i(P, null, M(a.phoneNumbers, (s) => (l(), T(V, {
|
|
800
800
|
key: s,
|
|
801
801
|
underline: "false",
|
|
802
802
|
"link-type": "regular"
|
|
@@ -817,7 +817,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
817
817
|
])
|
|
818
818
|
]));
|
|
819
819
|
}
|
|
820
|
-
}), aa = /* @__PURE__ */ f(ta, [["__scopeId", "data-v-e1c72a18"]]), oa = (e) => (E("data-v-a44fd57d"), e = e(),
|
|
820
|
+
}), aa = /* @__PURE__ */ f(ta, [["__scopeId", "data-v-e1c72a18"]]), oa = (e) => (E("data-v-a44fd57d"), e = e(), H(), e), la = { class: "bullet-list__wrapper" }, sa = /* @__PURE__ */ oa(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), ia = /* @__PURE__ */ g({
|
|
821
821
|
__name: "bullet-list",
|
|
822
822
|
props: {
|
|
823
823
|
list: {
|
|
@@ -890,30 +890,30 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
890
890
|
width: "596",
|
|
891
891
|
height: "335"
|
|
892
892
|
}
|
|
893
|
-
}, o = e, u =
|
|
894
|
-
return (
|
|
893
|
+
}, o = e, u = D(() => s[o.size]);
|
|
894
|
+
return (h, _) => (l(), i("div", na, [
|
|
895
895
|
t("div", {
|
|
896
896
|
class: m(["card", [
|
|
897
|
-
|
|
898
|
-
|
|
897
|
+
h.theme === "dark" ? "card--dark" : "card--light",
|
|
898
|
+
h.orientation === "vertical" ? "vertical" : "horizontal",
|
|
899
899
|
u.value.class,
|
|
900
|
-
|
|
901
|
-
|
|
900
|
+
h.size === "large" && h.variant === "article" ? "card--large-article" : "",
|
|
901
|
+
h.variant === "product" ? "card--product" : "card--article"
|
|
902
902
|
]]),
|
|
903
|
-
style: ce([
|
|
903
|
+
style: ce([h.variant === "product" ? "font-weight: 700" : "font-weight: 300"]),
|
|
904
904
|
onMouseover: _[0] || (_[0] = (B) => ne(r) ? r.value = !0 : r = !0),
|
|
905
905
|
onMouseout: _[1] || (_[1] = (B) => ne(r) ? r.value = !1 : r = !1)
|
|
906
906
|
}, [
|
|
907
|
-
|
|
907
|
+
h.mediaType === "image" ? (l(), T(A, { key: 0 }, {
|
|
908
908
|
default: $(() => [
|
|
909
|
-
c(
|
|
910
|
-
src:
|
|
909
|
+
c(h.$slots, "card-image", de({
|
|
910
|
+
src: h.imgSrc,
|
|
911
911
|
width: "596",
|
|
912
912
|
height: "335",
|
|
913
|
-
alt:
|
|
913
|
+
alt: h.alt,
|
|
914
914
|
loading: "auto",
|
|
915
915
|
sizes: "(min-width: 581px) 582px, 100vw"
|
|
916
|
-
}, { srcset:
|
|
916
|
+
}, { srcset: h.srcSet }))
|
|
917
917
|
]),
|
|
918
918
|
_: 3
|
|
919
919
|
})) : (l(), i("div", {
|
|
@@ -923,10 +923,10 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
923
923
|
S(ee, {
|
|
924
924
|
play: I(r),
|
|
925
925
|
"local-video": !0,
|
|
926
|
-
src:
|
|
927
|
-
"aria-label":
|
|
926
|
+
src: h.videoSrc,
|
|
927
|
+
"aria-label": h.arialabel,
|
|
928
928
|
controls: !1,
|
|
929
|
-
poster:
|
|
929
|
+
poster: h.imgSrc,
|
|
930
930
|
width: u.value.width,
|
|
931
931
|
height: u.value.height,
|
|
932
932
|
autoplay: !0,
|
|
@@ -935,27 +935,27 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
935
935
|
}, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
|
|
936
936
|
], 2)),
|
|
937
937
|
I(a)["card-label"] ? (l(), i("div", da, [
|
|
938
|
-
c(
|
|
939
|
-
])) :
|
|
940
|
-
|
|
938
|
+
c(h.$slots, "card-label")
|
|
939
|
+
])) : p("", !0),
|
|
940
|
+
h.variant === "product" ? (l(), i("div", {
|
|
941
941
|
key: 3,
|
|
942
942
|
class: m([
|
|
943
943
|
"card__headline",
|
|
944
|
-
|
|
944
|
+
h.theme === "dark" ? "regular-dark" : "regular-blue"
|
|
945
945
|
]),
|
|
946
946
|
style: { "font-weight": "700" }
|
|
947
|
-
}, n(
|
|
947
|
+
}, n(h.headline), 3)) : (l(), i("div", {
|
|
948
948
|
key: 4,
|
|
949
949
|
class: m([
|
|
950
950
|
"card__headline",
|
|
951
|
-
|
|
951
|
+
h.theme === "dark" ? "regular-dark" : "regular-dark-blue"
|
|
952
952
|
])
|
|
953
|
-
}, n(
|
|
954
|
-
|
|
953
|
+
}, n(h.headline), 3)),
|
|
954
|
+
h.variant === "product" ? (l(), i("p", ca, n(h.paragraph), 1)) : p("", !0)
|
|
955
955
|
], 38)
|
|
956
956
|
]));
|
|
957
957
|
}
|
|
958
|
-
}), _a = /* @__PURE__ */ f(ua, [["__scopeId", "data-v-351c5fbb"]]),
|
|
958
|
+
}), _a = /* @__PURE__ */ f(ua, [["__scopeId", "data-v-351c5fbb"]]), ha = (e) => (E("data-v-2c394add"), e = e(), H(), e), pa = { class: "event__wrapper" }, ma = { class: "event__headline" }, va = { class: "event__date-location" }, fa = /* @__PURE__ */ ha(() => /* @__PURE__ */ t("br", null, null, -1)), ga = { class: "event__exhibitor" }, ba = /* @__PURE__ */ g({
|
|
959
959
|
__name: "event-card",
|
|
960
960
|
props: {
|
|
961
961
|
eventType: {
|
|
@@ -980,7 +980,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
980
980
|
}
|
|
981
981
|
},
|
|
982
982
|
setup(e) {
|
|
983
|
-
return (a, r) => (l(), i("div",
|
|
983
|
+
return (a, r) => (l(), i("div", pa, [
|
|
984
984
|
S(Q, {
|
|
985
985
|
"label-dark": !1,
|
|
986
986
|
text: e.eventType ? e.eventType : ""
|
|
@@ -1022,7 +1022,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1022
1022
|
])
|
|
1023
1023
|
]));
|
|
1024
1024
|
}
|
|
1025
|
-
}), Ba = /* @__PURE__ */ f(Sa, [["__scopeId", "data-v-ebdea819"]]), Ia = { class: "facts__wrapper" }, qa = { class: "facts__content" }, La = { class: "facts__headline" },
|
|
1025
|
+
}), Ba = /* @__PURE__ */ f(Sa, [["__scopeId", "data-v-ebdea819"]]), Ia = { class: "facts__wrapper" }, qa = { class: "facts__content" }, La = { class: "facts__headline" }, Ca = { class: "facts" }, Da = { class: "fact__value" }, Ta = { class: "fact__metric" }, Va = {
|
|
1026
1026
|
key: 0,
|
|
1027
1027
|
class: "facts__link"
|
|
1028
1028
|
}, Aa = /* @__PURE__ */ g({
|
|
@@ -1052,21 +1052,21 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1052
1052
|
return (a, r) => (l(), i("div", Ia, [
|
|
1053
1053
|
t("div", qa, [
|
|
1054
1054
|
t("h2", La, n(a.headline), 1),
|
|
1055
|
-
t("div",
|
|
1055
|
+
t("div", Ca, [
|
|
1056
1056
|
(l(!0), i(P, null, M(a.facts, (s) => (l(), i("div", {
|
|
1057
1057
|
key: s.value + s.metric,
|
|
1058
1058
|
class: "fact"
|
|
1059
1059
|
}, [
|
|
1060
|
-
t("div",
|
|
1060
|
+
t("div", Da, [
|
|
1061
1061
|
t("span", null, n(s.value), 1)
|
|
1062
1062
|
]),
|
|
1063
|
-
t("div",
|
|
1063
|
+
t("div", Ta, [
|
|
1064
1064
|
t("span", null, n(s.metric), 1)
|
|
1065
1065
|
])
|
|
1066
1066
|
]))), 128))
|
|
1067
1067
|
]),
|
|
1068
|
-
a.link ? (l(), i("div",
|
|
1069
|
-
S(
|
|
1068
|
+
a.link ? (l(), i("div", Va, [
|
|
1069
|
+
S(V, {
|
|
1070
1070
|
"link-type": "regular_light",
|
|
1071
1071
|
arrow: ""
|
|
1072
1072
|
}, {
|
|
@@ -1075,7 +1075,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1075
1075
|
]),
|
|
1076
1076
|
_: 3
|
|
1077
1077
|
})
|
|
1078
|
-
])) :
|
|
1078
|
+
])) : p("", !0)
|
|
1079
1079
|
])
|
|
1080
1080
|
]));
|
|
1081
1081
|
}
|
|
@@ -1085,7 +1085,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1085
1085
|
}, Ea = {
|
|
1086
1086
|
key: 1,
|
|
1087
1087
|
class: "features__body"
|
|
1088
|
-
},
|
|
1088
|
+
}, Ha = { class: "element__headline" }, Ra = { class: "element__body" }, Na = /* @__PURE__ */ g({
|
|
1089
1089
|
__name: "features",
|
|
1090
1090
|
props: {
|
|
1091
1091
|
headline: { default: "" },
|
|
@@ -1097,10 +1097,10 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1097
1097
|
t("div", Oa, [
|
|
1098
1098
|
a.headline ? (l(), i("div", Fa, [
|
|
1099
1099
|
t("h2", null, n(a.headline), 1)
|
|
1100
|
-
])) :
|
|
1100
|
+
])) : p("", !0),
|
|
1101
1101
|
a.body ? (l(), i("div", Ea, [
|
|
1102
1102
|
c(a.$slots, "features-body", {}, void 0, !0)
|
|
1103
|
-
])) :
|
|
1103
|
+
])) : p("", !0),
|
|
1104
1104
|
t("div", {
|
|
1105
1105
|
class: m(["features__elements", [a.elements.length === 6 ? "features__elements--grid-6" : ""]])
|
|
1106
1106
|
}, [
|
|
@@ -1110,7 +1110,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1110
1110
|
}, [
|
|
1111
1111
|
S(A, { class: "element__icon" }, {
|
|
1112
1112
|
default: $(() => [
|
|
1113
|
-
c(a.$slots, "features-icon", F(
|
|
1113
|
+
c(a.$slots, "features-icon", F(R({
|
|
1114
1114
|
src: s.icon.src,
|
|
1115
1115
|
height: 30,
|
|
1116
1116
|
width: 30,
|
|
@@ -1119,8 +1119,8 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1119
1119
|
]),
|
|
1120
1120
|
_: 2
|
|
1121
1121
|
}, 1024),
|
|
1122
|
-
t("p",
|
|
1123
|
-
t("p",
|
|
1122
|
+
t("p", Ha, n(s.headline), 1),
|
|
1123
|
+
t("p", Ra, n(s.body), 1)
|
|
1124
1124
|
]))), 128))
|
|
1125
1125
|
], 2)
|
|
1126
1126
|
])
|
|
@@ -1165,6 +1165,11 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1165
1165
|
alt: {
|
|
1166
1166
|
type: String,
|
|
1167
1167
|
required: !0
|
|
1168
|
+
},
|
|
1169
|
+
fullHeight: {
|
|
1170
|
+
type: Boolean,
|
|
1171
|
+
required: !1,
|
|
1172
|
+
default: !1
|
|
1168
1173
|
}
|
|
1169
1174
|
},
|
|
1170
1175
|
setup(e) {
|
|
@@ -1173,7 +1178,13 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1173
1178
|
t("div", xa, [
|
|
1174
1179
|
S(A, null, {
|
|
1175
1180
|
default: $(() => [
|
|
1176
|
-
c(a.$slots, "image", F(
|
|
1181
|
+
c(a.$slots, "image", F(R({
|
|
1182
|
+
width: 984,
|
|
1183
|
+
height: e.fullHeight ? "100%" : 554,
|
|
1184
|
+
src: e.src,
|
|
1185
|
+
alt: e.alt,
|
|
1186
|
+
class: e.fullHeight ? "full-height" : "default"
|
|
1187
|
+
})))
|
|
1177
1188
|
]),
|
|
1178
1189
|
_: 3
|
|
1179
1190
|
})
|
|
@@ -1182,7 +1193,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1182
1193
|
])
|
|
1183
1194
|
]));
|
|
1184
1195
|
}
|
|
1185
|
-
}), ao = /* @__PURE__ */ f(to, [["__scopeId", "data-v-
|
|
1196
|
+
}), ao = /* @__PURE__ */ f(to, [["__scopeId", "data-v-c583d657"]]), oo = { class: "gallery__large" }, lo = {
|
|
1186
1197
|
key: 0,
|
|
1187
1198
|
class: "image image--large"
|
|
1188
1199
|
}, so = {
|
|
@@ -1207,7 +1218,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1207
1218
|
white: "",
|
|
1208
1219
|
light: "gallery__wrapper--light",
|
|
1209
1220
|
dark: "gallery__wrapper--dark mirsaic--dark"
|
|
1210
|
-
}, r = e, s =
|
|
1221
|
+
}, r = e, s = D(() => a[r.bgColor]);
|
|
1211
1222
|
return (o, u) => (l(), i("div", {
|
|
1212
1223
|
class: m(["gallery__wrapper", s.value])
|
|
1213
1224
|
}, [
|
|
@@ -1221,7 +1232,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1221
1232
|
o.mediaLarge && o.mediaType === "image" ? (l(), i("div", lo, [
|
|
1222
1233
|
S(A, null, {
|
|
1223
1234
|
default: $(() => [
|
|
1224
|
-
c(o.$slots, "image-large", F(
|
|
1235
|
+
c(o.$slots, "image-large", F(R({
|
|
1225
1236
|
width: 617,
|
|
1226
1237
|
height: 530,
|
|
1227
1238
|
src: o.mediaLarge.src,
|
|
@@ -1230,7 +1241,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1230
1241
|
]),
|
|
1231
1242
|
_: 3
|
|
1232
1243
|
})
|
|
1233
|
-
])) :
|
|
1244
|
+
])) : p("", !0),
|
|
1234
1245
|
o.mediaLarge && o.mediaType === "video" ? (l(), i("div", so, [
|
|
1235
1246
|
S(ee, {
|
|
1236
1247
|
src: o.mediaLarge.src,
|
|
@@ -1244,7 +1255,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1244
1255
|
muted: "",
|
|
1245
1256
|
play: ""
|
|
1246
1257
|
}, null, 8, ["src", "aria-label"])
|
|
1247
|
-
])) :
|
|
1258
|
+
])) : p("", !0)
|
|
1248
1259
|
]),
|
|
1249
1260
|
t("div", {
|
|
1250
1261
|
style: ce([o.mediaSmall.length === 2 ? "grid-gap: 38px;" : ""]),
|
|
@@ -1253,17 +1264,17 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1253
1264
|
o.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
|
|
1254
1265
|
])
|
|
1255
1266
|
}, [
|
|
1256
|
-
(l(!0), i(P, null, M(o.mediaSmall, (
|
|
1257
|
-
key:
|
|
1267
|
+
(l(!0), i(P, null, M(o.mediaSmall, (h) => (l(), i("div", {
|
|
1268
|
+
key: h.src + h.alt,
|
|
1258
1269
|
class: "image image--small"
|
|
1259
1270
|
}, [
|
|
1260
1271
|
S(A, null, {
|
|
1261
1272
|
default: $(() => [
|
|
1262
|
-
c(o.$slots, "image-small", F(
|
|
1273
|
+
c(o.$slots, "image-small", F(R({
|
|
1263
1274
|
width: 328,
|
|
1264
1275
|
height: 246,
|
|
1265
|
-
src:
|
|
1266
|
-
alt:
|
|
1276
|
+
src: h.src,
|
|
1277
|
+
alt: h.alt
|
|
1267
1278
|
})))
|
|
1268
1279
|
]),
|
|
1269
1280
|
_: 2
|
|
@@ -1271,7 +1282,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1271
1282
|
]))), 128)),
|
|
1272
1283
|
o.mediaSmall.length < 2 ? (l(), i("div", io, [
|
|
1273
1284
|
t("p", null, n(o.body), 1)
|
|
1274
|
-
])) :
|
|
1285
|
+
])) : p("", !0)
|
|
1275
1286
|
], 6)
|
|
1276
1287
|
], 2)
|
|
1277
1288
|
], 2));
|
|
@@ -1306,7 +1317,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1306
1317
|
], 2)
|
|
1307
1318
|
]));
|
|
1308
1319
|
}
|
|
1309
|
-
}),
|
|
1320
|
+
}), ho = /* @__PURE__ */ f(_o, [["__scopeId", "data-v-3ef1567e"]]), po = (e) => (E("data-v-22f9be13"), e = e(), H(), e), mo = { class: "hero__wrapper" }, vo = { class: "hero__content" }, fo = { class: "hero__top" }, go = { class: "hero__elements" }, bo = { class: "hero__headline" }, yo = { class: "hero__link" }, $o = { class: "hero__video" }, ko = /* @__PURE__ */ po(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), wo = { class: "hero__video__video" }, So = { class: "hero__image" }, Bo = /* @__PURE__ */ g({
|
|
1310
1321
|
__name: "hero",
|
|
1311
1322
|
props: {
|
|
1312
1323
|
headline: {
|
|
@@ -1323,7 +1334,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1323
1334
|
t("h1", null, n(e.headline), 1)
|
|
1324
1335
|
]),
|
|
1325
1336
|
t("div", yo, [
|
|
1326
|
-
S(
|
|
1337
|
+
S(V, {
|
|
1327
1338
|
"link-type": "regular_light",
|
|
1328
1339
|
arrow: ""
|
|
1329
1340
|
}, {
|
|
@@ -1347,10 +1358,10 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1347
1358
|
])
|
|
1348
1359
|
]));
|
|
1349
1360
|
}
|
|
1350
|
-
}), Io = /* @__PURE__ */ f(Bo, [["__scopeId", "data-v-22f9be13"]]), qo = { class: "logo-wall__wrapper" }, Lo = { class: "logo-wall__content" },
|
|
1361
|
+
}), Io = /* @__PURE__ */ f(Bo, [["__scopeId", "data-v-22f9be13"]]), qo = { class: "logo-wall__wrapper" }, Lo = { class: "logo-wall__content" }, Co = {
|
|
1351
1362
|
key: 0,
|
|
1352
1363
|
class: "logo-wall__text"
|
|
1353
|
-
},
|
|
1364
|
+
}, Do = { key: 0 }, To = { key: 1 }, Vo = { class: "logo-wall__logos" }, Ao = { class: "logo-wall__link" }, Po = /* @__PURE__ */ g({
|
|
1354
1365
|
__name: "logo-wall",
|
|
1355
1366
|
props: {
|
|
1356
1367
|
headline: {
|
|
@@ -1370,18 +1381,18 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1370
1381
|
setup(e) {
|
|
1371
1382
|
return (a, r) => (l(), i("div", qo, [
|
|
1372
1383
|
t("div", Lo, [
|
|
1373
|
-
e.headline || e.body ? (l(), i("div",
|
|
1374
|
-
e.headline ? (l(), i("h2",
|
|
1375
|
-
e.body ? (l(), i("p",
|
|
1376
|
-
])) :
|
|
1377
|
-
t("div",
|
|
1384
|
+
e.headline || e.body ? (l(), i("div", Co, [
|
|
1385
|
+
e.headline ? (l(), i("h2", Do, n(e.headline), 1)) : p("", !0),
|
|
1386
|
+
e.body ? (l(), i("p", To, n(e.body), 1)) : p("", !0)
|
|
1387
|
+
])) : p("", !0),
|
|
1388
|
+
t("div", Vo, [
|
|
1378
1389
|
(l(!0), i(P, null, M(e.logos, (s) => (l(), i("div", {
|
|
1379
1390
|
key: s.src + s.alt,
|
|
1380
1391
|
class: "logo-wall__logo"
|
|
1381
1392
|
}, [
|
|
1382
1393
|
S(A, null, {
|
|
1383
1394
|
default: $(() => [
|
|
1384
|
-
c(a.$slots, "logo-wall-logo", F(
|
|
1395
|
+
c(a.$slots, "logo-wall-logo", F(R({
|
|
1385
1396
|
width: 130,
|
|
1386
1397
|
height: 130,
|
|
1387
1398
|
src: s.src,
|
|
@@ -1393,7 +1404,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1393
1404
|
]))), 128))
|
|
1394
1405
|
]),
|
|
1395
1406
|
t("div", Ao, [
|
|
1396
|
-
S(
|
|
1407
|
+
S(V, {
|
|
1397
1408
|
"link-type": "regular_light",
|
|
1398
1409
|
arrow: !0
|
|
1399
1410
|
}, {
|
|
@@ -1412,7 +1423,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1412
1423
|
}, Eo = {
|
|
1413
1424
|
key: 1,
|
|
1414
1425
|
class: "body"
|
|
1415
|
-
},
|
|
1426
|
+
}, Ho = { class: "micro-stories__splide" }, Ro = /* @__PURE__ */ g({
|
|
1416
1427
|
__name: "micro-stories",
|
|
1417
1428
|
props: {
|
|
1418
1429
|
bgColor: { default: "blue" },
|
|
@@ -1424,19 +1435,19 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1424
1435
|
white: "micro-stories__wrapper--white",
|
|
1425
1436
|
blue: "micro-stories__wrapper--blue",
|
|
1426
1437
|
dark: "micro-stories__wrapper--dark"
|
|
1427
|
-
}, r =
|
|
1438
|
+
}, r = D(() => a[s.bgColor]), s = e;
|
|
1428
1439
|
return (o, u) => (l(), i("div", {
|
|
1429
1440
|
class: m(["micro-stories__wrapper", r.value])
|
|
1430
1441
|
}, [
|
|
1431
1442
|
t("div", Oo, [
|
|
1432
1443
|
o.headline ? (l(), i("div", Fo, [
|
|
1433
1444
|
t("h2", null, n(o.headline), 1)
|
|
1434
|
-
])) :
|
|
1445
|
+
])) : p("", !0),
|
|
1435
1446
|
o.body ? (l(), i("div", Eo, [
|
|
1436
1447
|
t("p", null, n(o.body), 1)
|
|
1437
|
-
])) :
|
|
1448
|
+
])) : p("", !0)
|
|
1438
1449
|
]),
|
|
1439
|
-
t("div",
|
|
1450
|
+
t("div", Ho, [
|
|
1440
1451
|
c(o.$slots, "micro-stories-slides")
|
|
1441
1452
|
]),
|
|
1442
1453
|
c(o.$slots, "micro-stories-controls")
|
|
@@ -1478,9 +1489,9 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1478
1489
|
}, [
|
|
1479
1490
|
t("div", Go, [
|
|
1480
1491
|
e.headline || e.paragraph ? (l(), i("div", Jo, [
|
|
1481
|
-
e.headline ? (l(), i("h2", Wo, n(e.headline), 1)) :
|
|
1482
|
-
e.paragraph ? (l(), i("p", Yo, n(e.paragraph), 1)) :
|
|
1483
|
-
])) :
|
|
1492
|
+
e.headline ? (l(), i("h2", Wo, n(e.headline), 1)) : p("", !0),
|
|
1493
|
+
e.paragraph ? (l(), i("p", Yo, n(e.paragraph), 1)) : p("", !0)
|
|
1494
|
+
])) : p("", !0),
|
|
1484
1495
|
t("div", Qo, [
|
|
1485
1496
|
c(a.$slots, "card-display-cards", {}, void 0, !0)
|
|
1486
1497
|
])
|
|
@@ -1507,7 +1518,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1507
1518
|
dark: "promo__wrapper--dark",
|
|
1508
1519
|
light: "promo__wrapper--light",
|
|
1509
1520
|
default: "promo__wrapper--default"
|
|
1510
|
-
}, r = e, s =
|
|
1521
|
+
}, r = e, s = D(() => a[r.variant]);
|
|
1511
1522
|
return (o, u) => (l(), i("div", {
|
|
1512
1523
|
class: m([
|
|
1513
1524
|
"promo__wrapper",
|
|
@@ -1526,11 +1537,11 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1526
1537
|
}, [
|
|
1527
1538
|
S(A, null, {
|
|
1528
1539
|
default: $(() => [
|
|
1529
|
-
c(o.$slots, "promo-image", F(
|
|
1540
|
+
c(o.$slots, "promo-image", F(R({ src: o.src, width: 1920, alt: o.alt, height: 1080 })))
|
|
1530
1541
|
]),
|
|
1531
1542
|
_: 3
|
|
1532
1543
|
})
|
|
1533
|
-
], 2)) :
|
|
1544
|
+
], 2)) : p("", !0),
|
|
1534
1545
|
o.mediaType === "video" ? (l(), i("div", {
|
|
1535
1546
|
key: 1,
|
|
1536
1547
|
class: m([
|
|
@@ -1549,18 +1560,18 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1549
1560
|
play: "",
|
|
1550
1561
|
poster: o.fallbackImage
|
|
1551
1562
|
}, null, 8, ["src", "aria-label", "poster"])
|
|
1552
|
-
], 2)) :
|
|
1563
|
+
], 2)) : p("", !0),
|
|
1553
1564
|
t("div", {
|
|
1554
1565
|
class: m([
|
|
1555
1566
|
"promo__text",
|
|
1556
1567
|
o.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
1557
1568
|
])
|
|
1558
1569
|
}, [
|
|
1559
|
-
o.label ? (l(),
|
|
1570
|
+
o.label ? (l(), T(Q, {
|
|
1560
1571
|
key: 0,
|
|
1561
1572
|
text: o.label,
|
|
1562
1573
|
"label-dark": o.variant === "dark"
|
|
1563
|
-
}, null, 8, ["text", "label-dark"])) :
|
|
1574
|
+
}, null, 8, ["text", "label-dark"])) : p("", !0),
|
|
1564
1575
|
t("div", {
|
|
1565
1576
|
class: m([
|
|
1566
1577
|
"promo__title",
|
|
@@ -1569,7 +1580,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1569
1580
|
}, [
|
|
1570
1581
|
c(o.$slots, "promo-headline")
|
|
1571
1582
|
], 2),
|
|
1572
|
-
o.linkType === "link" ? (l(),
|
|
1583
|
+
o.linkType === "link" ? (l(), T(V, {
|
|
1573
1584
|
key: 1,
|
|
1574
1585
|
"link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
|
|
1575
1586
|
arrow: ""
|
|
@@ -1578,8 +1589,8 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1578
1589
|
c(o.$slots, "promo-link")
|
|
1579
1590
|
]),
|
|
1580
1591
|
_: 3
|
|
1581
|
-
}, 8, ["link-type"])) :
|
|
1582
|
-
o.linkType === "button" ? (l(),
|
|
1592
|
+
}, 8, ["link-type"])) : p("", !0),
|
|
1593
|
+
o.linkType === "button" ? (l(), T(V, {
|
|
1583
1594
|
key: 2,
|
|
1584
1595
|
"link-type": o.variant === "dark" ? "secondary_dark" : (o.variant === "light", "secondary")
|
|
1585
1596
|
}, {
|
|
@@ -1587,15 +1598,15 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1587
1598
|
c(o.$slots, "promo-link")
|
|
1588
1599
|
]),
|
|
1589
1600
|
_: 3
|
|
1590
|
-
}, 8, ["link-type"])) :
|
|
1601
|
+
}, 8, ["link-type"])) : p("", !0)
|
|
1591
1602
|
], 2)
|
|
1592
1603
|
])
|
|
1593
1604
|
], 2));
|
|
1594
1605
|
}
|
|
1595
|
-
}), tl = /* @__PURE__ */ f(el, [["__scopeId", "data-v-df54d965"]]), al = (e) => (E("data-v-e3cc8e27"), e = e(),
|
|
1606
|
+
}), tl = /* @__PURE__ */ f(el, [["__scopeId", "data-v-df54d965"]]), al = (e) => (E("data-v-e3cc8e27"), e = e(), H(), e), ol = { class: "quote__wrapper" }, ll = { class: "quote__content" }, sl = /* @__PURE__ */ al(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), il = { class: "quote__quote" }, rl = { class: "quote__quote-text" }, nl = { class: "quote__author" }, dl = {
|
|
1596
1607
|
key: 0,
|
|
1597
1608
|
class: "quote__image"
|
|
1598
|
-
}, cl = { class: "quote__text" }, ul = { class: "quote__author-name" }, _l = { class: "quote__author-title" },
|
|
1609
|
+
}, cl = { class: "quote__text" }, ul = { class: "quote__author-name" }, _l = { class: "quote__author-title" }, hl = /* @__PURE__ */ g({
|
|
1599
1610
|
__name: "quote",
|
|
1600
1611
|
props: {
|
|
1601
1612
|
quote: {
|
|
@@ -1626,7 +1637,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1626
1637
|
e.authorImage ? (l(), i("div", dl, [
|
|
1627
1638
|
S(A, null, {
|
|
1628
1639
|
default: $(() => [
|
|
1629
|
-
c(a.$slots, "author-image", F(
|
|
1640
|
+
c(a.$slots, "author-image", F(R({
|
|
1630
1641
|
src: e.authorImage + "/m/100x100",
|
|
1631
1642
|
width: 60,
|
|
1632
1643
|
height: 60
|
|
@@ -1634,7 +1645,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1634
1645
|
]),
|
|
1635
1646
|
_: 3
|
|
1636
1647
|
})
|
|
1637
|
-
])) :
|
|
1648
|
+
])) : p("", !0),
|
|
1638
1649
|
t("div", cl, [
|
|
1639
1650
|
t("p", ul, n(e.author), 1),
|
|
1640
1651
|
t("p", _l, n(e.authorTitle), 1)
|
|
@@ -1644,7 +1655,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1644
1655
|
])
|
|
1645
1656
|
]));
|
|
1646
1657
|
}
|
|
1647
|
-
}),
|
|
1658
|
+
}), pl = /* @__PURE__ */ f(hl, [["__scopeId", "data-v-e3cc8e27"]]), ml = { class: "rich-text__wrapper" }, vl = {
|
|
1648
1659
|
key: 0,
|
|
1649
1660
|
class: "rich-text__links"
|
|
1650
1661
|
}, fl = {
|
|
@@ -1670,18 +1681,18 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1670
1681
|
])
|
|
1671
1682
|
}, [
|
|
1672
1683
|
t("div", ml, [
|
|
1673
|
-
a.label ? (l(),
|
|
1684
|
+
a.label ? (l(), T(Q, {
|
|
1674
1685
|
key: 0,
|
|
1675
1686
|
text: a.label,
|
|
1676
1687
|
"label-dark": !1
|
|
1677
|
-
}, null, 8, ["text"])) :
|
|
1688
|
+
}, null, 8, ["text"])) : p("", !0),
|
|
1678
1689
|
a.headline ? (l(), i("h2", {
|
|
1679
1690
|
key: 1,
|
|
1680
1691
|
class: m([
|
|
1681
1692
|
"rich-text__headline",
|
|
1682
1693
|
a.leftAligned || a.bulletList || a.image ? "rich-text__headline--left-aligned" : "rich-text__headline--centered"
|
|
1683
1694
|
])
|
|
1684
|
-
}, n(a.headline), 3)) :
|
|
1695
|
+
}, n(a.headline), 3)) : p("", !0),
|
|
1685
1696
|
t("div", {
|
|
1686
1697
|
class: m([
|
|
1687
1698
|
"rich-text__content",
|
|
@@ -1697,11 +1708,11 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1697
1708
|
c(a.$slots, "rich-text-content"),
|
|
1698
1709
|
a.links ? (l(), i("div", vl, [
|
|
1699
1710
|
c(a.$slots, "rich-text-links")
|
|
1700
|
-
])) :
|
|
1711
|
+
])) : p("", !0)
|
|
1701
1712
|
], 2),
|
|
1702
1713
|
a.bulletList ? (l(), i("div", fl, [
|
|
1703
1714
|
c(a.$slots, "rich-text-bullet-list")
|
|
1704
|
-
])) :
|
|
1715
|
+
])) : p("", !0),
|
|
1705
1716
|
a.image ? (l(), i("div", {
|
|
1706
1717
|
key: 1,
|
|
1707
1718
|
class: m([
|
|
@@ -1711,11 +1722,11 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1711
1722
|
}, [
|
|
1712
1723
|
S(A, null, {
|
|
1713
1724
|
default: $(() => [
|
|
1714
|
-
c(a.$slots, "rich-text-image", F(
|
|
1725
|
+
c(a.$slots, "rich-text-image", F(R({ width: 865, height: 307 })))
|
|
1715
1726
|
]),
|
|
1716
1727
|
_: 3
|
|
1717
1728
|
})
|
|
1718
|
-
], 2)) :
|
|
1729
|
+
], 2)) : p("", !0)
|
|
1719
1730
|
], 2)
|
|
1720
1731
|
])
|
|
1721
1732
|
], 2));
|
|
@@ -1737,7 +1748,7 @@ function Bl(e, a) {
|
|
|
1737
1748
|
])
|
|
1738
1749
|
]);
|
|
1739
1750
|
}
|
|
1740
|
-
const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040"]]), ql = (e) => (E("data-v-e254e1e0"), e = e(),
|
|
1751
|
+
const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040"]]), ql = (e) => (E("data-v-e254e1e0"), e = e(), H(), e), Ll = { class: "timeline__wrapper" }, Cl = { class: "timeline__content" }, Dl = { class: "timeline__items" }, Tl = { class: "item__left" }, Vl = /* @__PURE__ */ ql(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
|
|
1741
1752
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
1742
1753
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
1743
1754
|
], -1)), Al = { class: "item__right" }, Pl = ["innerHTML"], Ml = /* @__PURE__ */ g({
|
|
@@ -1764,18 +1775,18 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
1764
1775
|
r.observe(s);
|
|
1765
1776
|
});
|
|
1766
1777
|
}), (a, r) => (l(), i("div", Ll, [
|
|
1767
|
-
t("div",
|
|
1768
|
-
t("div",
|
|
1778
|
+
t("div", Cl, [
|
|
1779
|
+
t("div", Dl, [
|
|
1769
1780
|
(l(!0), i(P, null, M(e.timelineItems, (s) => (l(), i("div", {
|
|
1770
1781
|
key: s.year,
|
|
1771
1782
|
class: "timeline__item faded"
|
|
1772
1783
|
}, [
|
|
1773
|
-
t("div",
|
|
1774
|
-
|
|
1784
|
+
t("div", Tl, n(s.year), 1),
|
|
1785
|
+
Vl,
|
|
1775
1786
|
t("div", Al, [
|
|
1776
1787
|
S(A, null, {
|
|
1777
1788
|
default: $(() => [
|
|
1778
|
-
s.media.src ? c(a.$slots, "timeline-image", F(de({ key: 0 }, { src: s.media.src, alt: s.media.alt })), void 0, !0) :
|
|
1789
|
+
s.media.src ? c(a.$slots, "timeline-image", F(de({ key: 0 }, { src: s.media.src, alt: s.media.alt })), void 0, !0) : p("", !0)
|
|
1779
1790
|
]),
|
|
1780
1791
|
_: 2
|
|
1781
1792
|
}, 1024),
|
|
@@ -1790,10 +1801,10 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
1790
1801
|
])
|
|
1791
1802
|
]));
|
|
1792
1803
|
}
|
|
1793
|
-
}), Ol = /* @__PURE__ */ f(Ml, [["__scopeId", "data-v-e254e1e0"]]), Fl = { class: "vimeo" }, El = { class: "vimeo__wrapper" },
|
|
1804
|
+
}), Ol = /* @__PURE__ */ f(Ml, [["__scopeId", "data-v-e254e1e0"]]), Fl = { class: "vimeo" }, El = { class: "vimeo__wrapper" }, Hl = {
|
|
1794
1805
|
key: 0,
|
|
1795
1806
|
class: "vimeo__headline"
|
|
1796
|
-
},
|
|
1807
|
+
}, Rl = {
|
|
1797
1808
|
key: 1,
|
|
1798
1809
|
class: "vimeo__description"
|
|
1799
1810
|
}, Nl = /* @__PURE__ */ g({
|
|
@@ -1811,9 +1822,9 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
1811
1822
|
setup(e) {
|
|
1812
1823
|
return (a, r) => (l(), i("div", Fl, [
|
|
1813
1824
|
t("div", El, [
|
|
1814
|
-
e.headline ? (l(), i("h2",
|
|
1825
|
+
e.headline ? (l(), i("h2", Hl, n(e.headline), 1)) : p("", !0),
|
|
1815
1826
|
c(a.$slots, "vimeo-content", {}, void 0, !0),
|
|
1816
|
-
e.description ? (l(), i("p",
|
|
1827
|
+
e.description ? (l(), i("p", Rl, n(e.description), 1)) : p("", !0)
|
|
1817
1828
|
])
|
|
1818
1829
|
]));
|
|
1819
1830
|
}
|
|
@@ -1859,8 +1870,8 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
1859
1870
|
t("div", ls, n(a.hero.pointsLabel), 1)
|
|
1860
1871
|
])
|
|
1861
1872
|
])
|
|
1862
|
-
])) :
|
|
1863
|
-
a.hero.showStats ?
|
|
1873
|
+
])) : p("", !0),
|
|
1874
|
+
a.hero.showStats ? p("", !0) : (l(), i("div", ss, [
|
|
1864
1875
|
c(a.$slots, "button", {}, void 0, !0)
|
|
1865
1876
|
]))
|
|
1866
1877
|
])
|
|
@@ -1885,7 +1896,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
1885
1896
|
])
|
|
1886
1897
|
]));
|
|
1887
1898
|
}
|
|
1888
|
-
}),
|
|
1899
|
+
}), hs = /* @__PURE__ */ f(_s, [["__scopeId", "data-v-b829ca6c"]]), ps = { class: "filter__wrapper" }, ms = { class: "filter__content" }, vs = { class: "filter__dropdowns" }, fs = { class: "filter__chips" }, gs = /* @__PURE__ */ g({
|
|
1889
1900
|
__name: "filter",
|
|
1890
1901
|
props: {
|
|
1891
1902
|
hasChips: {
|
|
@@ -1899,7 +1910,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
1899
1910
|
},
|
|
1900
1911
|
emits: ["clearFilters"],
|
|
1901
1912
|
setup(e) {
|
|
1902
|
-
return (a, r) => (l(), i("div",
|
|
1913
|
+
return (a, r) => (l(), i("div", ps, [
|
|
1903
1914
|
t("div", ms, [
|
|
1904
1915
|
t("div", vs, [
|
|
1905
1916
|
c(a.$slots, "filter-dropdowns")
|
|
@@ -1910,18 +1921,18 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
1910
1921
|
key: 0,
|
|
1911
1922
|
class: "filter__clear",
|
|
1912
1923
|
onClick: r[0] || (r[0] = (s) => a.$emit("clearFilters"))
|
|
1913
|
-
}, n(e.removeAll), 1)) :
|
|
1924
|
+
}, n(e.removeAll), 1)) : p("", !0)
|
|
1914
1925
|
])
|
|
1915
1926
|
])
|
|
1916
1927
|
]));
|
|
1917
1928
|
}
|
|
1918
|
-
}), bs = /* @__PURE__ */ f(gs, [["__scopeId", "data-v-31c1ba00"]]), j = (e) => (E("data-v-
|
|
1929
|
+
}), bs = /* @__PURE__ */ f(gs, [["__scopeId", "data-v-31c1ba00"]]), j = (e) => (E("data-v-1a9efdfb"), e = e(), H(), e), ys = { class: "footer__wrapper" }, $s = { class: "footer__content" }, ks = { class: "footer__sections" }, ws = { class: "section__title" }, Ss = { class: "section__list" }, Bs = { class: "section" }, Is = /* @__PURE__ */ j(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), qs = /* @__PURE__ */ j(() => /* @__PURE__ */ t("span", null, "Energivej 51", -1)), Ls = /* @__PURE__ */ j(() => /* @__PURE__ */ t("span", null, "5260 Odense S", -1)), Cs = /* @__PURE__ */ j(() => /* @__PURE__ */ t("span", null, "CVR: 35251235", -1)), Ds = /* @__PURE__ */ j(() => /* @__PURE__ */ t("br", null, null, -1)), Ts = /* @__PURE__ */ j(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), Vs = /* @__PURE__ */ j(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), As = { class: "footer__bottom" }, Ps = { class: "copyright" }, Ms = { class: "footer__policy" }, Os = /* @__PURE__ */ j(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), Fs = {
|
|
1919
1930
|
key: 0,
|
|
1920
1931
|
class: "footer__social"
|
|
1921
|
-
}, Es = ["href", "aria-label"],
|
|
1932
|
+
}, Es = ["href", "aria-label"], Hs = {
|
|
1922
1933
|
key: 1,
|
|
1923
1934
|
class: "footer__social"
|
|
1924
|
-
},
|
|
1935
|
+
}, Rs = ["href", "aria-label"], Ns = /* @__PURE__ */ g({
|
|
1925
1936
|
__name: "footer",
|
|
1926
1937
|
props: {
|
|
1927
1938
|
language: { default: "" },
|
|
@@ -1955,25 +1966,25 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
1955
1966
|
t("address", null, [
|
|
1956
1967
|
qs,
|
|
1957
1968
|
Ls,
|
|
1969
|
+
Cs,
|
|
1958
1970
|
Ds,
|
|
1959
|
-
|
|
1960
|
-
S(T, {
|
|
1971
|
+
S(V, {
|
|
1961
1972
|
class: "footer__contact",
|
|
1962
1973
|
"link-type": "regular_light",
|
|
1963
1974
|
underline: "false"
|
|
1964
1975
|
}, {
|
|
1965
1976
|
default: $(() => [
|
|
1966
|
-
|
|
1977
|
+
Ts
|
|
1967
1978
|
]),
|
|
1968
1979
|
_: 1
|
|
1969
1980
|
}),
|
|
1970
|
-
S(
|
|
1981
|
+
S(V, {
|
|
1971
1982
|
class: "footer__contact",
|
|
1972
1983
|
"link-type": "regular_light",
|
|
1973
1984
|
underline: "false"
|
|
1974
1985
|
}, {
|
|
1975
1986
|
default: $(() => [
|
|
1976
|
-
|
|
1987
|
+
Vs
|
|
1977
1988
|
]),
|
|
1978
1989
|
_: 1
|
|
1979
1990
|
})
|
|
@@ -1996,7 +2007,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
1996
2007
|
c(a.$slots, "footer-cookie-link")
|
|
1997
2008
|
]),
|
|
1998
2009
|
a.language !== "zh" ? (l(), i("div", Fs, [
|
|
1999
|
-
(l(!0), i(P, null, M(a.socialMedia, (s) => (l(),
|
|
2010
|
+
(l(!0), i(P, null, M(a.socialMedia, (s) => (l(), T(V, {
|
|
2000
2011
|
key: s.title,
|
|
2001
2012
|
underline: "false",
|
|
2002
2013
|
"link-type": "regular"
|
|
@@ -2016,8 +2027,8 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2016
2027
|
]),
|
|
2017
2028
|
_: 2
|
|
2018
2029
|
}, 1024))), 128))
|
|
2019
|
-
])) : (l(), i("div",
|
|
2020
|
-
(l(!0), i(P, null, M(a.socialMediaChina, (s) => (l(),
|
|
2030
|
+
])) : (l(), i("div", Hs, [
|
|
2031
|
+
(l(!0), i(P, null, M(a.socialMediaChina, (s) => (l(), T(V, {
|
|
2021
2032
|
key: s.title,
|
|
2022
2033
|
underline: "false",
|
|
2023
2034
|
"link-type": "regular"
|
|
@@ -2033,7 +2044,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2033
2044
|
height: "14",
|
|
2034
2045
|
class: m(["footer__social--icon", [s.title ? "bg-" + s.title : ""]])
|
|
2035
2046
|
}, null, 2)
|
|
2036
|
-
], 8,
|
|
2047
|
+
], 8, Rs)
|
|
2037
2048
|
]),
|
|
2038
2049
|
_: 2
|
|
2039
2050
|
}, 1024))), 128))
|
|
@@ -2042,7 +2053,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2042
2053
|
])
|
|
2043
2054
|
]));
|
|
2044
2055
|
}
|
|
2045
|
-
}), zs = /* @__PURE__ */ f(Ns, [["__scopeId", "data-v-
|
|
2056
|
+
}), zs = /* @__PURE__ */ f(Ns, [["__scopeId", "data-v-1a9efdfb"]]), fe = (e) => (E("data-v-766d3c80"), e = e(), H(), e), js = { class: "header__wrapper" }, Us = { class: "nav-wrapper" }, Ks = { class: "mir-link-logo" }, Gs = { class: "main-nav-items" }, Js = {
|
|
2046
2057
|
key: 0,
|
|
2047
2058
|
id: "menu-dropdown",
|
|
2048
2059
|
ref: "dropdownDiv"
|
|
@@ -2083,10 +2094,10 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2083
2094
|
height: "15"
|
|
2084
2095
|
}, null, -1)), di = [
|
|
2085
2096
|
ni
|
|
2086
|
-
], ci = { class: "profile-dropdown-content" }, ui = { class: "mobile-logo-search-burger-wrapper" }, _i = { class: "mobile-mir-link-logo" },
|
|
2097
|
+
], ci = { class: "profile-dropdown-content" }, ui = { class: "mobile-logo-search-burger-wrapper" }, _i = { class: "mobile-mir-link-logo" }, hi = {
|
|
2087
2098
|
key: 0,
|
|
2088
2099
|
class: "mobile-search-wrapper"
|
|
2089
|
-
},
|
|
2100
|
+
}, pi = ["src"], mi = ["src"], vi = { class: "mobile-menu-content-wrapper" }, fi = { class: "mobile-dropdown-content" }, gi = /* @__PURE__ */ g({
|
|
2090
2101
|
__name: "header",
|
|
2091
2102
|
props: {
|
|
2092
2103
|
burgerState: {
|
|
@@ -2140,13 +2151,13 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2140
2151
|
setup(e, { expose: a, emit: r }) {
|
|
2141
2152
|
let s = null;
|
|
2142
2153
|
const o = e;
|
|
2143
|
-
let u = q(o.burgerState),
|
|
2154
|
+
let u = q(o.burgerState), h = q(o.search), _ = q(o.showDropDown), B = q(o.showPortalSwitcherDropDown), v = q(o.showProfileDropDown), w = q(o.isAuthenticated);
|
|
2144
2155
|
W(
|
|
2145
2156
|
() => o.burgerState,
|
|
2146
2157
|
(b) => u.value = b
|
|
2147
2158
|
), W(
|
|
2148
2159
|
() => o.search,
|
|
2149
|
-
(b) =>
|
|
2160
|
+
(b) => h.value = b
|
|
2150
2161
|
), W(
|
|
2151
2162
|
() => o.showDropDown,
|
|
2152
2163
|
(b) => _.value = b
|
|
@@ -2207,8 +2218,8 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2207
2218
|
], 512), [
|
|
2208
2219
|
[Y, I(_)]
|
|
2209
2220
|
])
|
|
2210
|
-
], 512)) :
|
|
2211
|
-
I(
|
|
2221
|
+
], 512)) : p("", !0),
|
|
2222
|
+
I(h) ? (l(), i("div", Zs, [
|
|
2212
2223
|
t("button", {
|
|
2213
2224
|
ref_key: "navSearchButton",
|
|
2214
2225
|
ref: G,
|
|
@@ -2225,7 +2236,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2225
2236
|
height: "20"
|
|
2226
2237
|
}, null, 8, Xs)
|
|
2227
2238
|
], 512)
|
|
2228
|
-
])) :
|
|
2239
|
+
])) : p("", !0),
|
|
2229
2240
|
e.usePortalSwitcher ? (l(), i("div", xs, [
|
|
2230
2241
|
t("button", {
|
|
2231
2242
|
class: "nav-portal-switcher-btn",
|
|
@@ -2237,7 +2248,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2237
2248
|
key: O,
|
|
2238
2249
|
class: "portal-switcher-link"
|
|
2239
2250
|
}, [
|
|
2240
|
-
S(I(
|
|
2251
|
+
S(I(V), { "link-type": "regular" }, {
|
|
2241
2252
|
default: $(() => [
|
|
2242
2253
|
t("a", {
|
|
2243
2254
|
href: U.link,
|
|
@@ -2256,22 +2267,22 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2256
2267
|
], 512), [
|
|
2257
2268
|
[Y, I(B)]
|
|
2258
2269
|
])
|
|
2259
|
-
])) :
|
|
2270
|
+
])) : p("", !0),
|
|
2260
2271
|
e.useProfileDropdown ? (l(), i("div", ii, [
|
|
2261
|
-
I(w) ?
|
|
2272
|
+
I(w) ? p("", !0) : (l(), i("div", ri, [
|
|
2262
2273
|
c(b.$slots, "profile-dropdown-sign-in", {}, void 0, !0)
|
|
2263
2274
|
])),
|
|
2264
2275
|
I(w) ? (l(), i("button", {
|
|
2265
2276
|
key: 1,
|
|
2266
2277
|
class: "nav-profile-dropdown-btn",
|
|
2267
2278
|
onClick: se
|
|
2268
|
-
}, di)) :
|
|
2279
|
+
}, di)) : p("", !0),
|
|
2269
2280
|
K(t("div", ci, [
|
|
2270
2281
|
c(b.$slots, "profile-dropdown-links", {}, void 0, !0)
|
|
2271
2282
|
], 512), [
|
|
2272
2283
|
[Y, I(v)]
|
|
2273
2284
|
])
|
|
2274
|
-
])) :
|
|
2285
|
+
])) : p("", !0)
|
|
2275
2286
|
]),
|
|
2276
2287
|
t("div", {
|
|
2277
2288
|
class: m(["mobile-nav-wrapper", I(u) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
|
|
@@ -2280,7 +2291,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2280
2291
|
t("div", _i, [
|
|
2281
2292
|
c(b.$slots, "link-logo", {}, void 0, !0)
|
|
2282
2293
|
]),
|
|
2283
|
-
I(
|
|
2294
|
+
I(h) ? (l(), i("div", hi, [
|
|
2284
2295
|
t("button", {
|
|
2285
2296
|
ref_key: "mobileSearchButton",
|
|
2286
2297
|
ref: Z,
|
|
@@ -2296,13 +2307,13 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2296
2307
|
alt: "search icon",
|
|
2297
2308
|
width: "20",
|
|
2298
2309
|
height: "20"
|
|
2299
|
-
}, null, 8,
|
|
2310
|
+
}, null, 8, pi)
|
|
2300
2311
|
], 512)
|
|
2301
|
-
])) :
|
|
2312
|
+
])) : p("", !0),
|
|
2302
2313
|
t("button", {
|
|
2303
2314
|
class: "mobile-burger-wrapper",
|
|
2304
2315
|
"aria-label": "Toggle menu",
|
|
2305
|
-
onClick:
|
|
2316
|
+
onClick: he(ie, ["prevent"])
|
|
2306
2317
|
}, [
|
|
2307
2318
|
t("img", {
|
|
2308
2319
|
width: "20",
|
|
@@ -2350,7 +2361,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2350
2361
|
])
|
|
2351
2362
|
]));
|
|
2352
2363
|
}
|
|
2353
|
-
}), Ii = /* @__PURE__ */ f(Bi, [["__scopeId", "data-v-dc8cc97e"]]), qi = { class: "pagination__wrapper" }, Li = { class: "pagination__content" },
|
|
2364
|
+
}), Ii = /* @__PURE__ */ f(Bi, [["__scopeId", "data-v-dc8cc97e"]]), qi = { class: "pagination__wrapper" }, Li = { class: "pagination__content" }, Ci = /* @__PURE__ */ g({
|
|
2354
2365
|
__name: "pagination",
|
|
2355
2366
|
props: {
|
|
2356
2367
|
isPreviousDisabled: {
|
|
@@ -2382,13 +2393,13 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2382
2393
|
])
|
|
2383
2394
|
]));
|
|
2384
2395
|
}
|
|
2385
|
-
}),
|
|
2396
|
+
}), Di = /* @__PURE__ */ f(Ci, [["__scopeId", "data-v-da6d07c9"]]), Ti = {}, Vi = { class: "search__wrapper" };
|
|
2386
2397
|
function Ai(e, a) {
|
|
2387
|
-
return l(), i("div",
|
|
2398
|
+
return l(), i("div", Vi, [
|
|
2388
2399
|
c(e.$slots, "default", { class: "search__content" })
|
|
2389
2400
|
]);
|
|
2390
2401
|
}
|
|
2391
|
-
const Pi = /* @__PURE__ */ f(
|
|
2402
|
+
const Pi = /* @__PURE__ */ f(Ti, [["render", Ai], ["__scopeId", "data-v-c07a6cf3"]]), Mi = { class: "product-hero__wrapper" }, Oi = { class: "product-hero__content" }, Fi = { class: "product-hero__headline" }, Ei = { class: "product-hero__video" }, Hi = { class: "product-hero__insignia" }, Ri = {
|
|
2392
2403
|
key: 0,
|
|
2393
2404
|
class: "product-hero__logo"
|
|
2394
2405
|
}, Ni = {
|
|
@@ -2433,7 +2444,7 @@ const Pi = /* @__PURE__ */ f(Ci, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
|
|
|
2433
2444
|
t("div", Oi, [
|
|
2434
2445
|
t("div", Fi, n(e.headline), 1),
|
|
2435
2446
|
t("div", Ei, [
|
|
2436
|
-
e.videoSrc !== "" ? (l(),
|
|
2447
|
+
e.videoSrc !== "" ? (l(), T(ee, {
|
|
2437
2448
|
key: 0,
|
|
2438
2449
|
play: "",
|
|
2439
2450
|
"local-video": !0,
|
|
@@ -2444,21 +2455,21 @@ const Pi = /* @__PURE__ */ f(Ci, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
|
|
|
2444
2455
|
autoplay: "",
|
|
2445
2456
|
loop: "",
|
|
2446
2457
|
muted: ""
|
|
2447
|
-
}, null, 8, ["src", "aria-label", "poster"])) : (l(),
|
|
2458
|
+
}, null, 8, ["src", "aria-label", "poster"])) : (l(), T(I(A), { key: 1 }, {
|
|
2448
2459
|
default: $(() => [
|
|
2449
2460
|
c(a.$slots, "product-hero-image", {}, void 0, !0)
|
|
2450
2461
|
]),
|
|
2451
2462
|
_: 3
|
|
2452
2463
|
})),
|
|
2453
|
-
t("div",
|
|
2454
|
-
e.logoSrc ? (l(), i("div",
|
|
2464
|
+
t("div", Hi, [
|
|
2465
|
+
e.logoSrc ? (l(), i("div", Ri, [
|
|
2455
2466
|
S(I(A), null, {
|
|
2456
2467
|
default: $(() => [
|
|
2457
2468
|
c(a.$slots, "product-hero-logo", {}, void 0, !0)
|
|
2458
2469
|
]),
|
|
2459
2470
|
_: 3
|
|
2460
2471
|
})
|
|
2461
|
-
])) :
|
|
2472
|
+
])) : p("", !0),
|
|
2462
2473
|
e.isCertified ? (l(), i("div", Ni, [
|
|
2463
2474
|
S(I(A), null, {
|
|
2464
2475
|
default: $(() => [
|
|
@@ -2466,7 +2477,7 @@ const Pi = /* @__PURE__ */ f(Ci, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
|
|
|
2466
2477
|
]),
|
|
2467
2478
|
_: 3
|
|
2468
2479
|
})
|
|
2469
|
-
])) :
|
|
2480
|
+
])) : p("", !0)
|
|
2470
2481
|
])
|
|
2471
2482
|
])
|
|
2472
2483
|
])
|
|
@@ -2490,7 +2501,7 @@ const Pi = /* @__PURE__ */ f(Ci, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
|
|
|
2490
2501
|
dark: "promo__wrapper--dark",
|
|
2491
2502
|
light: "promo__wrapper--light",
|
|
2492
2503
|
default: "promo__wrapper--default"
|
|
2493
|
-
}, r = e, s =
|
|
2504
|
+
}, r = e, s = D(() => a[r.variant]);
|
|
2494
2505
|
return (o, u) => (l(), i("div", {
|
|
2495
2506
|
class: m([
|
|
2496
2507
|
"promo__wrapper",
|
|
@@ -2524,11 +2535,11 @@ const Pi = /* @__PURE__ */ f(Ci, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
|
|
|
2524
2535
|
o.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
2525
2536
|
])
|
|
2526
2537
|
}, [
|
|
2527
|
-
o.label ? (l(),
|
|
2538
|
+
o.label ? (l(), T(Q, {
|
|
2528
2539
|
key: 0,
|
|
2529
2540
|
text: o.label,
|
|
2530
2541
|
"label-dark": o.variant === "dark"
|
|
2531
|
-
}, null, 8, ["text", "label-dark"])) :
|
|
2542
|
+
}, null, 8, ["text", "label-dark"])) : p("", !0),
|
|
2532
2543
|
t("div", {
|
|
2533
2544
|
class: m([
|
|
2534
2545
|
"promo__title",
|
|
@@ -2537,7 +2548,7 @@ const Pi = /* @__PURE__ */ f(Ci, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
|
|
|
2537
2548
|
}, [
|
|
2538
2549
|
c(o.$slots, "promo-text")
|
|
2539
2550
|
], 2),
|
|
2540
|
-
o.linkType === "link" ? (l(),
|
|
2551
|
+
o.linkType === "link" ? (l(), T(V, {
|
|
2541
2552
|
key: 1,
|
|
2542
2553
|
"link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
|
|
2543
2554
|
arrow: ""
|
|
@@ -2546,8 +2557,8 @@ const Pi = /* @__PURE__ */ f(Ci, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
|
|
|
2546
2557
|
c(o.$slots, "promo-link")
|
|
2547
2558
|
]),
|
|
2548
2559
|
_: 3
|
|
2549
|
-
}, 8, ["link-type"])) :
|
|
2550
|
-
o.linkType === "button" ? (l(),
|
|
2560
|
+
}, 8, ["link-type"])) : p("", !0),
|
|
2561
|
+
o.linkType === "button" ? (l(), T(V, {
|
|
2551
2562
|
key: 2,
|
|
2552
2563
|
"link-type": o.variant === "dark" ? "secondary_dark" : (o.variant === "light", "secondary")
|
|
2553
2564
|
}, {
|
|
@@ -2555,14 +2566,14 @@ const Pi = /* @__PURE__ */ f(Ci, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
|
|
|
2555
2566
|
c(o.$slots, "promo-link")
|
|
2556
2567
|
]),
|
|
2557
2568
|
_: 3
|
|
2558
|
-
}, 8, ["link-type"])) :
|
|
2569
|
+
}, 8, ["link-type"])) : p("", !0)
|
|
2559
2570
|
], 2)
|
|
2560
2571
|
])
|
|
2561
2572
|
], 2));
|
|
2562
2573
|
}
|
|
2563
2574
|
}), Zi = /* @__PURE__ */ f(Qi, [["__scopeId", "data-v-00c0bad3"]]), xi = {
|
|
2564
2575
|
install: (e) => {
|
|
2565
|
-
e.component("AtomButton", ae), e.component("AtomCheckbox", Ae), e.component("AtomChip", Ee), e.component("AtomDropdown", Ge), e.component("AtomImage", A), e.component("AtomLabel", Q), e.component("AtomLink",
|
|
2576
|
+
e.component("AtomButton", ae), e.component("AtomCheckbox", Ae), e.component("AtomChip", Ee), e.component("AtomDropdown", Ge), e.component("AtomImage", A), e.component("AtomLabel", Q), e.component("AtomLink", V), e.component("AtomRadioButton", lt), e.component("AtomSelect", ct), e.component("AtomSlider", $t), e.component("AtomTextarea", Ct), e.component("AtomTextField", Rt), e.component("AtomVideo", ee), e.component("MoleculeAddress", aa), e.component("MoleculeBulletList", ra), e.component("MoleculeCard", _a), e.component("MoleculeEventCard", ya), e.component("MoleculeModal", ve), e.component("MoleculeTextCard", Ba), e.component("BlockFacts", Pa), e.component("BlockFeatures", za), e.component("BlockFormScript", Qa), e.component("BlockHeadline", ho), e.component("BlockHero", Io), e.component("BlockImage", ao), e.component("BlockImageGallery", no), e.component("BlockLogoWall", Mo), e.component("BlockMicroStories", Ro), e.component("BlockPolicy", Ko), e.component("BlockProductHero", ji), e.component("BlockPromo", tl), e.component("BlockQuote", pl), e.component("BlockRichText", bl), e.component("BlockRichTextColumns", Il), e.component("BlockTimeline", Ol), e.component("BlockCardDisplay", Xo), e.component("BlockVimeo", zl), e.component("BlockPalletJack", Zi), e.component("BlockFrontPageHero", rs), e.component("Organism404", hs), e.component("OrganismFilter", bs), e.component("OrganismFooter", zs), e.component("OrganismHeader", bi), e.component("OrganismLanguageSwitcher", Ii), e.component("OrganismPagination", Di), e.component("OrganismSearch", Pi);
|
|
2566
2577
|
}
|
|
2567
2578
|
};
|
|
2568
2579
|
export {
|
|
@@ -2572,29 +2583,29 @@ export {
|
|
|
2572
2583
|
Ge as AtomDropdown,
|
|
2573
2584
|
A as AtomImage,
|
|
2574
2585
|
Q as AtomLabel,
|
|
2575
|
-
|
|
2586
|
+
V as AtomLink,
|
|
2576
2587
|
lt as AtomRadioButton,
|
|
2577
2588
|
ct as AtomSelect,
|
|
2578
2589
|
$t as AtomSlider,
|
|
2579
|
-
|
|
2580
|
-
|
|
2590
|
+
Rt as AtomTextField,
|
|
2591
|
+
Ct as AtomTextarea,
|
|
2581
2592
|
ee as AtomVideo,
|
|
2582
2593
|
Xo as BlockCardDisplay,
|
|
2583
2594
|
Pa as BlockFacts,
|
|
2584
2595
|
za as BlockFeatures,
|
|
2585
2596
|
Qa as BlockFormScript,
|
|
2586
2597
|
rs as BlockFrontPageHero,
|
|
2587
|
-
|
|
2598
|
+
ho as BlockHeadline,
|
|
2588
2599
|
Io as BlockHero,
|
|
2589
2600
|
ao as BlockImage,
|
|
2590
2601
|
no as BlockImageGallery,
|
|
2591
2602
|
Mo as BlockLogoWall,
|
|
2592
|
-
|
|
2603
|
+
Ro as BlockMicroStories,
|
|
2593
2604
|
Zi as BlockPalletJack,
|
|
2594
2605
|
Ko as BlockPolicy,
|
|
2595
2606
|
ji as BlockProductHero,
|
|
2596
2607
|
tl as BlockPromo,
|
|
2597
|
-
|
|
2608
|
+
pl as BlockQuote,
|
|
2598
2609
|
bl as BlockRichText,
|
|
2599
2610
|
Il as BlockRichTextColumns,
|
|
2600
2611
|
Ol as BlockTimeline,
|
|
@@ -2605,12 +2616,12 @@ export {
|
|
|
2605
2616
|
ya as MoleculeEventCard,
|
|
2606
2617
|
ve as MoleculeModal,
|
|
2607
2618
|
Ba as MoleculeTextCard,
|
|
2608
|
-
|
|
2619
|
+
hs as Organism404,
|
|
2609
2620
|
bs as OrganismFilter,
|
|
2610
2621
|
zs as OrganismFooter,
|
|
2611
2622
|
bi as OrganismHeader,
|
|
2612
2623
|
Ii as OrganismLanguageSwitcher,
|
|
2613
|
-
|
|
2624
|
+
Di as OrganismPagination,
|
|
2614
2625
|
Pi as OrganismSearch,
|
|
2615
2626
|
xi as default
|
|
2616
2627
|
};
|