@mirweb/mir-web-components 1.10.1 → 1.11.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.
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const Ae = ["aria-label"], Le = /* @__PURE__ */
|
|
1
|
+
import { defineComponent as b, computed as q, openBlock as s, createElementBlock as i, normalizeClass as h, toDisplayString as c, createElementVNode as t, renderSlot as d, pushScopeId as N, popScopeId as E, createTextVNode as Y, ref as C, resolveDirective as he, withDirectives as K, Fragment as V, renderList as P, vShow as W, normalizeProps as H, guardReactiveProps as R, toRefs as Se, mergeProps as F, createVNode as I, Transition as Ie, withCtx as k, withModifiers as ue, createBlock as T, createCommentVNode as _, watchEffect as pe, withKeys as Ce, useSlots as Te, normalizeStyle as x, isRef as X, unref as y, onMounted as me, watch as Z, onUnmounted as qe } from "vue";
|
|
2
|
+
const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
5
5
|
variant: { default: "primary" },
|
|
@@ -20,12 +20,12 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
20
20
|
"aria-label": o.ariaLabel
|
|
21
21
|
}, c(l.value === "close" ? "" : o.buttonText), 11, Ae));
|
|
22
22
|
}
|
|
23
|
-
}),
|
|
23
|
+
}), g = (e, a) => {
|
|
24
24
|
const r = e.__vccOpts || e;
|
|
25
25
|
for (const [l, o] of a)
|
|
26
26
|
r[l] = o;
|
|
27
27
|
return r;
|
|
28
|
-
},
|
|
28
|
+
}, ie = /* @__PURE__ */ g(Le, [["__scopeId", "data-v-f61b579c"]]), De = (e) => (N("data-v-d8d77aaf"), e = e(), E(), e), Ve = ["id", "name", "value", "disabled", "required", "checked"], Pe = ["for"], Fe = /* @__PURE__ */ De(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Me = /* @__PURE__ */ b({
|
|
29
29
|
__name: "checkbox",
|
|
30
30
|
props: {
|
|
31
31
|
name: { default: "checkbox" },
|
|
@@ -64,11 +64,11 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
64
64
|
], 10, Pe)
|
|
65
65
|
], 2));
|
|
66
66
|
}
|
|
67
|
-
}), fe = /* @__PURE__ */
|
|
67
|
+
}), fe = /* @__PURE__ */ g(Me, [["__scopeId", "data-v-d8d77aaf"]]), Oe = (e) => (N("data-v-2e1e44c1"), e = e(), E(), e), ze = ["aria-label"], He = /* @__PURE__ */ Oe(() => /* @__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"
|
|
71
|
-
}, null, -1)), Re = /* @__PURE__ */
|
|
71
|
+
}, null, -1)), Re = /* @__PURE__ */ b({
|
|
72
72
|
__name: "chip",
|
|
73
73
|
props: {
|
|
74
74
|
text: { default: "" }
|
|
@@ -84,12 +84,12 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
84
84
|
class: "chip",
|
|
85
85
|
"aria-label": r.value
|
|
86
86
|
}, [
|
|
87
|
-
|
|
87
|
+
Y(c(l.text) + " ", 1),
|
|
88
88
|
He
|
|
89
89
|
], 8, ze)
|
|
90
90
|
]));
|
|
91
91
|
}
|
|
92
|
-
}), Ne = /* @__PURE__ */
|
|
92
|
+
}), Ne = /* @__PURE__ */ g(Re, [["__scopeId", "data-v-2e1e44c1"]]), Ee = ["value"], je = ["id"], Ge = { class: "listbox__dropdown" }, Ke = ["id", "aria-labelledby", "aria-disabled"], Ue = ["aria-labelledby", "aria-activedescendant"], Je = ["aria-selected", "data-value"], We = /* @__PURE__ */ b({
|
|
93
93
|
__name: "dropdown",
|
|
94
94
|
props: {
|
|
95
95
|
modelValue: {},
|
|
@@ -107,9 +107,9 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
107
107
|
const r = {
|
|
108
108
|
primary: "dropdown-dark-bg-primary",
|
|
109
109
|
dark: "dropdown-dark dropdown-dark-bg-dark"
|
|
110
|
-
}, l = e, o = q(() => r[l.variant]), u = C(null), p = C(null), n = C([]),
|
|
110
|
+
}, l = e, o = q(() => r[l.variant]), u = C(null), p = C(null), n = C([]), v = C(0), f = C(""), $ = C(!0), B = C(0), ae = a, oe = q(() => {
|
|
111
111
|
const m = l.options.find(
|
|
112
|
-
(
|
|
112
|
+
(S) => S.value === l.modelValue
|
|
113
113
|
);
|
|
114
114
|
return m && m.label;
|
|
115
115
|
});
|
|
@@ -118,26 +118,26 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
118
118
|
}
|
|
119
119
|
function de(m) {
|
|
120
120
|
var A;
|
|
121
|
-
const
|
|
122
|
-
|
|
121
|
+
const S = m.target;
|
|
122
|
+
S.getAttribute("role") === "option" && (J(S), se(), (A = u.value) == null || A.focus());
|
|
123
123
|
}
|
|
124
124
|
function U(m) {
|
|
125
125
|
var A;
|
|
126
|
-
const
|
|
127
|
-
switch (
|
|
126
|
+
const S = m.key;
|
|
127
|
+
switch (S) {
|
|
128
128
|
case "ArrowUp":
|
|
129
129
|
case "ArrowDown": {
|
|
130
130
|
m.preventDefault();
|
|
131
131
|
const D = l.options.findIndex(
|
|
132
|
-
(
|
|
132
|
+
(Q) => Q.value === l.modelValue
|
|
133
133
|
);
|
|
134
|
-
let
|
|
135
|
-
|
|
134
|
+
let G = D ? n.value[D] : n.value[0];
|
|
135
|
+
S === "ArrowUp" ? D - 1 >= 0 && (G = n.value[D - 1]) : D + 1 <= l.options.length && (G = n.value[D + 1]), G && J(G);
|
|
136
136
|
break;
|
|
137
137
|
}
|
|
138
138
|
case "Home":
|
|
139
139
|
case "PageUp":
|
|
140
|
-
m.preventDefault(),
|
|
140
|
+
m.preventDefault(), z();
|
|
141
141
|
break;
|
|
142
142
|
case "End":
|
|
143
143
|
case "PageDown":
|
|
@@ -145,87 +145,87 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
145
145
|
break;
|
|
146
146
|
case "Enter":
|
|
147
147
|
case "Escape":
|
|
148
|
-
m.preventDefault(),
|
|
148
|
+
m.preventDefault(), se(), (A = u.value) == null || A.focus();
|
|
149
149
|
break;
|
|
150
150
|
default: {
|
|
151
|
-
const D = j(
|
|
152
|
-
D &&
|
|
151
|
+
const D = j(S);
|
|
152
|
+
D && J(D);
|
|
153
153
|
break;
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
}
|
|
157
|
-
function
|
|
157
|
+
function le(m) {
|
|
158
158
|
if (!l.disabled)
|
|
159
159
|
switch (m.key) {
|
|
160
160
|
case "ArrowUp":
|
|
161
161
|
case "ArrowDown":
|
|
162
|
-
m.preventDefault(),
|
|
162
|
+
m.preventDefault(), _e(), U(m);
|
|
163
163
|
break;
|
|
164
164
|
}
|
|
165
165
|
}
|
|
166
166
|
function ce(m) {
|
|
167
167
|
m && m.removeAttribute("aria-selected");
|
|
168
168
|
}
|
|
169
|
-
function
|
|
170
|
-
|
|
171
|
-
f.value = "",
|
|
169
|
+
function w() {
|
|
170
|
+
v.value && (clearTimeout(v.value), v.value = 0), v.value = setTimeout(() => {
|
|
171
|
+
f.value = "", v.value = 0;
|
|
172
172
|
}, 500);
|
|
173
173
|
}
|
|
174
174
|
function j(m) {
|
|
175
|
-
let
|
|
176
|
-
(f.value === "" ||
|
|
175
|
+
let S = "";
|
|
176
|
+
(f.value === "" || S !== m) && (B.value = l.options.findIndex(
|
|
177
177
|
(D) => D.value === l.modelValue
|
|
178
|
-
)), f.value =
|
|
179
|
-
let A =
|
|
180
|
-
|
|
178
|
+
)), f.value = S === m ? m : f.value + m, S = m, w();
|
|
179
|
+
let A = O(
|
|
180
|
+
B.value + 1,
|
|
181
181
|
l.options.length
|
|
182
182
|
);
|
|
183
|
-
return !A && f.value.length === 1 && (A =
|
|
183
|
+
return !A && f.value.length === 1 && (A = O(0, B.value)), B.value = (B.value + 1) % l.options.length, A;
|
|
184
184
|
}
|
|
185
|
-
function
|
|
186
|
-
for (let A = m; A <
|
|
185
|
+
function O(m, S) {
|
|
186
|
+
for (let A = m; A < S; A++)
|
|
187
187
|
if (l.options[A].label && l.options[A].label.toUpperCase().indexOf(f.value.toUpperCase()) === 0)
|
|
188
188
|
return n.value[A];
|
|
189
189
|
return null;
|
|
190
190
|
}
|
|
191
|
-
function
|
|
192
|
-
|
|
191
|
+
function z() {
|
|
192
|
+
J(n.value[0]);
|
|
193
193
|
}
|
|
194
|
-
function
|
|
194
|
+
function J(m) {
|
|
195
195
|
var A, D;
|
|
196
|
-
const
|
|
196
|
+
const S = m.getAttribute("data-value");
|
|
197
197
|
if (l.modelValue) {
|
|
198
|
-
const
|
|
198
|
+
const G = l.options.findIndex(
|
|
199
199
|
(Be) => Be.value === l.modelValue
|
|
200
|
-
),
|
|
201
|
-
ce(
|
|
200
|
+
), Q = n.value[G];
|
|
201
|
+
ce(Q);
|
|
202
202
|
}
|
|
203
203
|
if (m.setAttribute("aria-selected", "true"), (A = p.value) == null || A.setAttribute(
|
|
204
204
|
"aria-activedescendant",
|
|
205
|
-
|
|
206
|
-
), ne(
|
|
207
|
-
const
|
|
208
|
-
|
|
205
|
+
S || ""
|
|
206
|
+
), ne(S || ""), p.value && p.value.scrollHeight > p.value.clientHeight) {
|
|
207
|
+
const G = p.value.clientHeight + p.value.scrollTop, Q = m.offsetTop + m.offsetHeight;
|
|
208
|
+
Q > G ? p.value.scrollTop = Q - ((D = p.value) == null ? void 0 : D.clientHeight) : m.offsetTop < p.value.scrollTop && (p.value.scrollTop = m.offsetTop);
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
211
|
function $e() {
|
|
212
|
-
var
|
|
213
|
-
const m = (
|
|
214
|
-
|
|
212
|
+
var S;
|
|
213
|
+
const m = (S = n.value) == null ? void 0 : S[l.options.length - 1];
|
|
214
|
+
J(m);
|
|
215
215
|
}
|
|
216
|
-
function
|
|
216
|
+
function se() {
|
|
217
217
|
var m;
|
|
218
|
-
|
|
218
|
+
$.value = !0, (m = u.value) == null || m.removeAttribute("aria-expanded");
|
|
219
219
|
}
|
|
220
|
-
function
|
|
221
|
-
var m,
|
|
222
|
-
|
|
220
|
+
function _e() {
|
|
221
|
+
var m, S;
|
|
222
|
+
$.value = !1, (m = u.value) == null || m.setAttribute("aria-expanded", "true"), (S = p.value) == null || S.focus();
|
|
223
223
|
}
|
|
224
224
|
function we() {
|
|
225
|
-
l.disabled || (
|
|
225
|
+
l.disabled || ($.value ? _e() : se());
|
|
226
226
|
}
|
|
227
|
-
return (m,
|
|
228
|
-
const A =
|
|
227
|
+
return (m, S) => {
|
|
228
|
+
const A = he("click-outside");
|
|
229
229
|
return s(), i("div", {
|
|
230
230
|
ref: "listbox",
|
|
231
231
|
class: "listbox__wrapper",
|
|
@@ -250,8 +250,8 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
250
250
|
"aria-disabled": m.disabled,
|
|
251
251
|
class: h(["listbox__button", o.value]),
|
|
252
252
|
onClick: we,
|
|
253
|
-
onKeydown:
|
|
254
|
-
}, c(m.modelValue ?
|
|
253
|
+
onKeydown: le
|
|
254
|
+
}, c(m.modelValue ? oe.value : m.placeholder), 43, Ke),
|
|
255
255
|
K(t("ul", {
|
|
256
256
|
ref_key: "listboxNode",
|
|
257
257
|
ref: p,
|
|
@@ -263,8 +263,8 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
263
263
|
onKeydown: U,
|
|
264
264
|
onClick: de
|
|
265
265
|
}, [
|
|
266
|
-
(s(!0), i(V, null, P(m.options, (D,
|
|
267
|
-
key: `${m.name}-option-${
|
|
266
|
+
(s(!0), i(V, null, P(m.options, (D, G) => (s(), i("li", {
|
|
267
|
+
key: `${m.name}-option-${G}`,
|
|
268
268
|
ref_for: !0,
|
|
269
269
|
ref_key: "listboxOptions",
|
|
270
270
|
ref: n,
|
|
@@ -274,15 +274,15 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
274
274
|
role: "option"
|
|
275
275
|
}, c(D.label), 9, Je))), 128))
|
|
276
276
|
], 40, Ue), [
|
|
277
|
-
[
|
|
277
|
+
[W, !$.value]
|
|
278
278
|
])
|
|
279
279
|
])), [
|
|
280
|
-
[A,
|
|
280
|
+
[A, se]
|
|
281
281
|
])
|
|
282
282
|
], 8, Ee);
|
|
283
283
|
};
|
|
284
284
|
}
|
|
285
|
-
}), Ye = /* @__PURE__ */
|
|
285
|
+
}), Ye = /* @__PURE__ */ g(We, [["__scopeId", "data-v-a17afd8c"]]), Qe = { class: "image__wrapper" }, Ze = /* @__PURE__ */ b({
|
|
286
286
|
__name: "image",
|
|
287
287
|
props: {
|
|
288
288
|
src: { default: void 0 },
|
|
@@ -295,10 +295,10 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
295
295
|
},
|
|
296
296
|
setup(e) {
|
|
297
297
|
return (a, r) => (s(), i("div", Qe, [
|
|
298
|
-
d(a.$slots, "default",
|
|
298
|
+
d(a.$slots, "default", H(R(a.$attrs)))
|
|
299
299
|
]));
|
|
300
300
|
}
|
|
301
|
-
}), M = /* @__PURE__ */
|
|
301
|
+
}), M = /* @__PURE__ */ g(Ze, [["__scopeId", "data-v-4f7fe350"]]), Xe = { class: "label__wrapper" }, xe = ["aria-label", "label-dark"], et = /* @__PURE__ */ b({
|
|
302
302
|
__name: "label",
|
|
303
303
|
props: {
|
|
304
304
|
text: {},
|
|
@@ -314,7 +314,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
314
314
|
}, c(l.text), 11, xe)
|
|
315
315
|
]));
|
|
316
316
|
}
|
|
317
|
-
}),
|
|
317
|
+
}), ee = /* @__PURE__ */ g(et, [["__scopeId", "data-v-7d9d3a8a"]]), tt = { class: "link__wrapper" }, L = /* @__PURE__ */ b({
|
|
318
318
|
__name: "link",
|
|
319
319
|
props: {
|
|
320
320
|
linkType: { default: "regular" },
|
|
@@ -340,7 +340,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
340
340
|
const { ...n } = Se(l);
|
|
341
341
|
return n;
|
|
342
342
|
});
|
|
343
|
-
return (n,
|
|
343
|
+
return (n, v) => (s(), i("div", tt, [
|
|
344
344
|
t("div", F(p.value, {
|
|
345
345
|
class: ["mir-link", [
|
|
346
346
|
o.value,
|
|
@@ -353,7 +353,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
353
353
|
], 16)
|
|
354
354
|
]));
|
|
355
355
|
}
|
|
356
|
-
}), at = (e) => (
|
|
356
|
+
}), at = (e) => (N("data-v-60c6ff7e"), e = e(), E(), e), ot = ["id", "name", "value", "checked", "disabled", "required"], lt = ["for"], st = /* @__PURE__ */ at(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), it = /* @__PURE__ */ b({
|
|
357
357
|
__name: "radio-button",
|
|
358
358
|
props: {
|
|
359
359
|
name: { default: "radio" },
|
|
@@ -392,7 +392,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
392
392
|
], 10, lt)
|
|
393
393
|
], 2));
|
|
394
394
|
}
|
|
395
|
-
}), rt = /* @__PURE__ */
|
|
395
|
+
}), rt = /* @__PURE__ */ g(it, [["__scopeId", "data-v-60c6ff7e"]]), nt = { class: "select__wrapper" }, dt = ["for"], ct = ["id", "disabled", "name", "value"], ut = ["value"], _t = /* @__PURE__ */ b({
|
|
396
396
|
__name: "select",
|
|
397
397
|
props: {
|
|
398
398
|
id: {},
|
|
@@ -427,7 +427,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
427
427
|
], 42, ct)
|
|
428
428
|
]));
|
|
429
429
|
}
|
|
430
|
-
}), ht = /* @__PURE__ */
|
|
430
|
+
}), ht = /* @__PURE__ */ g(_t, [["__scopeId", "data-v-d5c46463"]]), pt = { class: "modal__wrapper" }, mt = /* @__PURE__ */ b({
|
|
431
431
|
__name: "modal",
|
|
432
432
|
props: {
|
|
433
433
|
show: { type: Boolean, default: !1 },
|
|
@@ -439,11 +439,11 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
439
439
|
l("update:show", !r.show);
|
|
440
440
|
};
|
|
441
441
|
return (u, p) => (s(), i("div", pt, [
|
|
442
|
-
|
|
442
|
+
I(Ie, {
|
|
443
443
|
duration: 300,
|
|
444
444
|
name: "nested"
|
|
445
445
|
}, {
|
|
446
|
-
default:
|
|
446
|
+
default: k(() => [
|
|
447
447
|
K(t("dialog", {
|
|
448
448
|
class: h(["overlay", u.searchBar ? "overlay-search" : "overlay-default"]),
|
|
449
449
|
ariaLabel: "modal",
|
|
@@ -453,11 +453,11 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
453
453
|
t("div", {
|
|
454
454
|
id: "modal",
|
|
455
455
|
class: h([u.searchBar ? "search" : ""]),
|
|
456
|
-
onClick: p[0] || (p[0] =
|
|
456
|
+
onClick: p[0] || (p[0] = ue(() => {
|
|
457
457
|
}, ["stop"]))
|
|
458
458
|
}, [
|
|
459
459
|
t("div", null, [
|
|
460
|
-
u.searchBar ? _("", !0) : (s(), T(
|
|
460
|
+
u.searchBar ? _("", !0) : (s(), T(ie, {
|
|
461
461
|
key: 0,
|
|
462
462
|
"aria-label": "close",
|
|
463
463
|
variant: "close",
|
|
@@ -467,14 +467,14 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
467
467
|
d(u.$slots, "default", {}, void 0, !0)
|
|
468
468
|
], 2)
|
|
469
469
|
], 2), [
|
|
470
|
-
[
|
|
470
|
+
[W, u.show]
|
|
471
471
|
])
|
|
472
472
|
]),
|
|
473
473
|
_: 3
|
|
474
474
|
})
|
|
475
475
|
]));
|
|
476
476
|
}
|
|
477
|
-
}), ve = /* @__PURE__ */
|
|
477
|
+
}), ve = /* @__PURE__ */ g(mt, [["__scopeId", "data-v-0c868c23"]]), ft = { class: "slider__wrapper" }, vt = { class: "slider__label" }, gt = ["for"], bt = ["aria-label"], kt = { class: "slider__content" }, yt = ["id", "name", "value", "min", "step", "max"], $t = { class: "modal-information" }, wt = /* @__PURE__ */ b({
|
|
478
478
|
__name: "slider",
|
|
479
479
|
props: {
|
|
480
480
|
label: {},
|
|
@@ -490,18 +490,18 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
490
490
|
},
|
|
491
491
|
emits: ["update:modelValue"],
|
|
492
492
|
setup(e, { emit: a }) {
|
|
493
|
-
const r = e, l = a, o = C(r.modelValue), u = C(), p = C(!1), n = (f,
|
|
494
|
-
var
|
|
495
|
-
(
|
|
493
|
+
const r = e, l = a, o = C(r.modelValue), u = C(), p = C(!1), n = (f, $, B) => (f - $) / (B - $) * 100, v = (f) => {
|
|
494
|
+
var $;
|
|
495
|
+
($ = u.value) == null || $.style.setProperty("--ProgressPercent", `${f}%`);
|
|
496
496
|
};
|
|
497
497
|
return pe(() => {
|
|
498
498
|
if (u.value) {
|
|
499
499
|
l("update:modelValue", o.value);
|
|
500
500
|
const f = n(o.value, r.min, r.max);
|
|
501
|
-
let
|
|
502
|
-
|
|
501
|
+
let $ = (50 - f) / 100;
|
|
502
|
+
v(f + $);
|
|
503
503
|
}
|
|
504
|
-
}), (f,
|
|
504
|
+
}), (f, $) => (s(), i("div", null, [
|
|
505
505
|
t("div", ft, [
|
|
506
506
|
t("div", vt, [
|
|
507
507
|
t("label", {
|
|
@@ -515,11 +515,11 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
515
515
|
"aria-label": f.informationLabel,
|
|
516
516
|
tabindex: "0",
|
|
517
517
|
"aria-haspopup": "dialog",
|
|
518
|
-
onClick:
|
|
519
|
-
onKeyup:
|
|
518
|
+
onClick: $[0] || ($[0] = (B) => p.value = !p.value),
|
|
519
|
+
onKeyup: $[1] || ($[1] = Ce((B) => p.value = !p.value, ["enter"]))
|
|
520
520
|
}, null, 42, bt)) : _("", !0)
|
|
521
521
|
]),
|
|
522
|
-
t("div",
|
|
522
|
+
t("div", kt, [
|
|
523
523
|
t("span", {
|
|
524
524
|
class: h([f.variant, "slider__minmax"])
|
|
525
525
|
}, c(f.min), 3),
|
|
@@ -534,8 +534,8 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
534
534
|
step: f.step,
|
|
535
535
|
max: f.max,
|
|
536
536
|
class: h(f.variant),
|
|
537
|
-
onInput:
|
|
538
|
-
}, null, 42,
|
|
537
|
+
onInput: $[2] || ($[2] = ({ target: B }) => o.value = parseFloat(B.value))
|
|
538
|
+
}, null, 42, yt),
|
|
539
539
|
t("span", {
|
|
540
540
|
class: h([f.variant, "slider__minmax"])
|
|
541
541
|
}, c(f.max), 3)
|
|
@@ -547,16 +547,16 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
547
547
|
f.information ? (s(), T(ve, {
|
|
548
548
|
key: 0,
|
|
549
549
|
show: p.value,
|
|
550
|
-
"onUpdate:show":
|
|
550
|
+
"onUpdate:show": $[3] || ($[3] = (B) => p.value = B)
|
|
551
551
|
}, {
|
|
552
|
-
default:
|
|
552
|
+
default: k(() => [
|
|
553
553
|
t("p", $t, c(f.information), 1)
|
|
554
554
|
]),
|
|
555
555
|
_: 1
|
|
556
556
|
}, 8, ["show"])) : _("", !0)
|
|
557
557
|
]));
|
|
558
558
|
}
|
|
559
|
-
}), Bt = /* @__PURE__ */
|
|
559
|
+
}), Bt = /* @__PURE__ */ g(wt, [["__scopeId", "data-v-24a83011"]]), St = { class: "textarea-wrapper" }, It = ["for"], Ct = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], Tt = { class: "textarea-info" }, qt = { key: 0 }, At = /* @__PURE__ */ b({
|
|
560
560
|
__name: "textarea",
|
|
561
561
|
props: {
|
|
562
562
|
id: { default: "" },
|
|
@@ -608,7 +608,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
608
608
|
])
|
|
609
609
|
]));
|
|
610
610
|
}
|
|
611
|
-
}), Lt = /* @__PURE__ */
|
|
611
|
+
}), Lt = /* @__PURE__ */ g(At, [["__scopeId", "data-v-7ecd7bf5"]]), Dt = { class: "text-field__wrapper" }, Vt = ["for"], Pt = { key: 0 }, Ft = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Mt = ["aria-expanded"], Ot = ["id", "type", "value", "placeholder", "required", "disabled", "name"], zt = {
|
|
612
612
|
key: 2,
|
|
613
613
|
class: "search"
|
|
614
614
|
}, Ht = {
|
|
@@ -617,7 +617,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
617
617
|
}, Rt = {
|
|
618
618
|
key: 4,
|
|
619
619
|
class: "helperText"
|
|
620
|
-
}, Nt = /* @__PURE__ */
|
|
620
|
+
}, Nt = /* @__PURE__ */ b({
|
|
621
621
|
__name: "text-field",
|
|
622
622
|
props: {
|
|
623
623
|
type: { default: "text" },
|
|
@@ -649,7 +649,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
649
649
|
), p = q(
|
|
650
650
|
() => o.value ? "password" : "text"
|
|
651
651
|
);
|
|
652
|
-
return (n,
|
|
652
|
+
return (n, v) => (s(), i("div", Dt, [
|
|
653
653
|
t("label", {
|
|
654
654
|
for: n.id,
|
|
655
655
|
class: h([
|
|
@@ -668,14 +668,14 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
668
668
|
required: n.required,
|
|
669
669
|
disabled: n.disabled,
|
|
670
670
|
name: n.fieldName,
|
|
671
|
-
onInput:
|
|
671
|
+
onInput: v[0] || (v[0] = (f) => n.$emit("update:modelValue", f.target.value))
|
|
672
672
|
}, null, 40, Ft),
|
|
673
673
|
t("i", {
|
|
674
674
|
role: "button",
|
|
675
675
|
class: h([u.value]),
|
|
676
676
|
"aria-controls": "password",
|
|
677
677
|
"aria-expanded": !o.value,
|
|
678
|
-
onClick:
|
|
678
|
+
onClick: v[1] || (v[1] = (f) => o.value = !o.value)
|
|
679
679
|
}, null, 10, Mt)
|
|
680
680
|
])) : (s(), i("input", {
|
|
681
681
|
key: 1,
|
|
@@ -692,14 +692,14 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
692
692
|
]),
|
|
693
693
|
disabled: n.disabled,
|
|
694
694
|
name: n.fieldName,
|
|
695
|
-
onInput:
|
|
695
|
+
onInput: v[2] || (v[2] = (f) => n.$emit("update:modelValue", f.target.value))
|
|
696
696
|
}, null, 42, Ot)),
|
|
697
697
|
n.search ? (s(), i("button", zt)) : _("", !0),
|
|
698
698
|
n.errorMessage ? (s(), i("strong", Ht, c(n.errorMessage), 1)) : _("", !0),
|
|
699
699
|
n.helperText ? (s(), i("span", Rt, c(n.helperText), 1)) : _("", !0)
|
|
700
700
|
]));
|
|
701
701
|
}
|
|
702
|
-
}), Et = /* @__PURE__ */
|
|
702
|
+
}), Et = /* @__PURE__ */ g(Nt, [["__scopeId", "data-v-1d92973b"]]), jt = { class: "video__wrapper" }, Gt = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], Kt = ["src", "aria-label", "title", "width", "height"], Ut = /* @__PURE__ */ b({
|
|
703
703
|
__name: "video",
|
|
704
704
|
props: {
|
|
705
705
|
play: { type: Boolean, default: !1 },
|
|
@@ -753,7 +753,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
753
753
|
}, null, 8, Kt))
|
|
754
754
|
]));
|
|
755
755
|
}
|
|
756
|
-
}), te = /* @__PURE__ */
|
|
756
|
+
}), te = /* @__PURE__ */ g(Ut, [["__scopeId", "data-v-c6a0feb6"]]), Jt = { class: "address__wrapper" }, Wt = { class: "address__content" }, Yt = { class: "address__flag" }, Qt = { class: "address__address" }, Zt = { class: "address__name" }, Xt = { key: 0 }, xt = { class: "address__contact" }, ea = ["href"], ta = ["href"], aa = ["href"], oa = /* @__PURE__ */ b({
|
|
757
757
|
__name: "address",
|
|
758
758
|
props: {
|
|
759
759
|
name: {},
|
|
@@ -784,7 +784,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
784
784
|
underline: "false",
|
|
785
785
|
"link-type": "regular"
|
|
786
786
|
}, {
|
|
787
|
-
default:
|
|
787
|
+
default: k(() => [
|
|
788
788
|
t("a", {
|
|
789
789
|
href: "https://" + a.website,
|
|
790
790
|
class: "address__website"
|
|
@@ -797,7 +797,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
797
797
|
underline: "false",
|
|
798
798
|
"link-type": "regular"
|
|
799
799
|
}, {
|
|
800
|
-
default:
|
|
800
|
+
default: k(() => [
|
|
801
801
|
t("a", {
|
|
802
802
|
href: "tel:" + l,
|
|
803
803
|
class: "address__phone"
|
|
@@ -813,7 +813,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
813
813
|
])
|
|
814
814
|
]));
|
|
815
815
|
}
|
|
816
|
-
}), la = /* @__PURE__ */
|
|
816
|
+
}), la = /* @__PURE__ */ g(oa, [["__scopeId", "data-v-6f5f6a44"]]), sa = (e) => (N("data-v-a44fd57d"), e = e(), E(), e), ia = { class: "bullet-list__wrapper" }, ra = /* @__PURE__ */ sa(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), na = /* @__PURE__ */ b({
|
|
817
817
|
__name: "bullet-list",
|
|
818
818
|
props: {
|
|
819
819
|
list: {
|
|
@@ -840,13 +840,13 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
840
840
|
t("ul", null, [
|
|
841
841
|
(s(!0), i(V, null, P(e.list, (l) => (s(), i("li", { key: l }, [
|
|
842
842
|
ra,
|
|
843
|
-
|
|
843
|
+
Y(" " + c(l), 1)
|
|
844
844
|
]))), 128))
|
|
845
845
|
])
|
|
846
846
|
], 2)
|
|
847
847
|
]));
|
|
848
848
|
}
|
|
849
|
-
}), da = /* @__PURE__ */
|
|
849
|
+
}), da = /* @__PURE__ */ g(na, [["__scopeId", "data-v-a44fd57d"]]), ca = { class: "card__wrapper" }, ua = { key: 2 }, _a = { key: 5 }, ha = /* @__PURE__ */ b({
|
|
850
850
|
__name: "card",
|
|
851
851
|
props: {
|
|
852
852
|
variant: { default: "product" },
|
|
@@ -892,7 +892,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
892
892
|
height: "335"
|
|
893
893
|
}
|
|
894
894
|
}, o = e, u = q(() => l[o.size]), p = q(() => o.variant === "article" || o.variant === "product" ? `card--${o.size}-${o.variant}` : `card--${o.variant}`);
|
|
895
|
-
return (n,
|
|
895
|
+
return (n, v) => (s(), i("div", ca, [
|
|
896
896
|
t("div", {
|
|
897
897
|
class: h(["card", [
|
|
898
898
|
n.theme === "dark" ? "card--dark" : "card--light",
|
|
@@ -901,14 +901,14 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
901
901
|
p.value,
|
|
902
902
|
n.variant === "product" ? "card--product" : "card--article"
|
|
903
903
|
]]),
|
|
904
|
-
style:
|
|
905
|
-
onMouseover:
|
|
906
|
-
onMouseout:
|
|
907
|
-
onFocus:
|
|
908
|
-
onBlur:
|
|
904
|
+
style: x([n.variant === "product" ? "font-weight: 700" : "font-weight: 300"]),
|
|
905
|
+
onMouseover: v[0] || (v[0] = (f) => X(r) ? r.value = !0 : r = !0),
|
|
906
|
+
onMouseout: v[1] || (v[1] = (f) => X(r) ? r.value = !1 : r = !1),
|
|
907
|
+
onFocus: v[2] || (v[2] = (f) => X(r) ? r.value = !0 : r = !0),
|
|
908
|
+
onBlur: v[3] || (v[3] = (f) => X(r) ? r.value = !1 : r = !1)
|
|
909
909
|
}, [
|
|
910
910
|
n.mediaType === "image" ? (s(), T(M, { key: 0 }, {
|
|
911
|
-
default:
|
|
911
|
+
default: k(() => [
|
|
912
912
|
d(n.$slots, "card-image", F({
|
|
913
913
|
src: n.imgSrc,
|
|
914
914
|
width: "596",
|
|
@@ -921,10 +921,10 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
921
921
|
_: 3
|
|
922
922
|
})) : (s(), i("div", {
|
|
923
923
|
key: 1,
|
|
924
|
-
class: h(["video-card__wrapper",
|
|
924
|
+
class: h(["video-card__wrapper", y(r) === !0 ? "vimeoPlaying" : ""])
|
|
925
925
|
}, [
|
|
926
|
-
|
|
927
|
-
play:
|
|
926
|
+
I(te, {
|
|
927
|
+
play: y(r),
|
|
928
928
|
"local-video": !0,
|
|
929
929
|
src: n.videoSrc,
|
|
930
930
|
"aria-label": n.arialabel,
|
|
@@ -937,7 +937,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
937
937
|
muted: !0
|
|
938
938
|
}, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
|
|
939
939
|
], 2)),
|
|
940
|
-
|
|
940
|
+
y(a)["card-label"] ? (s(), i("div", ua, [
|
|
941
941
|
d(n.$slots, "card-label")
|
|
942
942
|
])) : _("", !0),
|
|
943
943
|
n.variant === "product" ? (s(), i("div", {
|
|
@@ -958,7 +958,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
958
958
|
], 38)
|
|
959
959
|
]));
|
|
960
960
|
}
|
|
961
|
-
}), pa = /* @__PURE__ */
|
|
961
|
+
}), pa = /* @__PURE__ */ g(ha, [["__scopeId", "data-v-364d219c"]]), ma = { class: "column-card__content" }, fa = { class: "column-card__headline" }, va = { class: "column-card__bodytext" }, ga = /* @__PURE__ */ b({
|
|
962
962
|
__name: "column-card",
|
|
963
963
|
props: {
|
|
964
964
|
headline: {},
|
|
@@ -985,7 +985,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
985
985
|
key: 0,
|
|
986
986
|
class: h(["column-card__image", { cover: o.imageFit, contain: !o.imageFit }])
|
|
987
987
|
}, [
|
|
988
|
-
d(o.$slots, "column-card-image",
|
|
988
|
+
d(o.$slots, "column-card-image", H(R({
|
|
989
989
|
src: o.image.filename,
|
|
990
990
|
alt: o.image.alt
|
|
991
991
|
})), void 0, !0)
|
|
@@ -999,7 +999,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
999
999
|
"link-type": o.bgColor === "dark" ? "regular_dark" : (o.bgColor === "light", "regular_light"),
|
|
1000
1000
|
arrow: ""
|
|
1001
1001
|
}, {
|
|
1002
|
-
default:
|
|
1002
|
+
default: k(() => [
|
|
1003
1003
|
d(o.$slots, "column-link", {}, void 0, !0)
|
|
1004
1004
|
]),
|
|
1005
1005
|
_: 3
|
|
@@ -1007,10 +1007,10 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1007
1007
|
])
|
|
1008
1008
|
], 2));
|
|
1009
1009
|
}
|
|
1010
|
-
}), ge = /* @__PURE__ */
|
|
1010
|
+
}), ge = /* @__PURE__ */ g(ga, [["__scopeId", "data-v-a505d05e"]]), ba = (e) => (N("data-v-e4a362a9"), e = e(), E(), e), ka = { class: "event__wrapper" }, ya = { class: "event__headline" }, $a = { class: "event__date-location" }, wa = /* @__PURE__ */ ba(() => /* @__PURE__ */ t("br", null, null, -1)), Ba = {
|
|
1011
1011
|
key: 0,
|
|
1012
1012
|
class: "event__info"
|
|
1013
|
-
}, Sa = { class: "event__exhibitor" }, Ia = /* @__PURE__ */
|
|
1013
|
+
}, Sa = { class: "event__exhibitor" }, Ia = /* @__PURE__ */ b({
|
|
1014
1014
|
__name: "event-card",
|
|
1015
1015
|
props: {
|
|
1016
1016
|
eventType: {
|
|
@@ -1040,31 +1040,31 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1040
1040
|
}
|
|
1041
1041
|
},
|
|
1042
1042
|
setup(e) {
|
|
1043
|
-
return (a, r) => (s(), i("div",
|
|
1044
|
-
|
|
1043
|
+
return (a, r) => (s(), i("div", ka, [
|
|
1044
|
+
I(ee, {
|
|
1045
1045
|
"label-dark": !1,
|
|
1046
1046
|
text: e.eventType ? e.eventType : ""
|
|
1047
1047
|
}, null, 8, ["text"]),
|
|
1048
|
-
t("div",
|
|
1048
|
+
t("div", ya, c(e.headline), 1),
|
|
1049
1049
|
t("div", $a, [
|
|
1050
|
-
|
|
1050
|
+
Y(c(e.dateTime) + " ", 1),
|
|
1051
1051
|
wa,
|
|
1052
1052
|
e.info ? (s(), i("div", Ba, c(e.info), 1)) : _("", !0),
|
|
1053
|
-
|
|
1053
|
+
Y(" " + c(e.location), 1)
|
|
1054
1054
|
]),
|
|
1055
1055
|
t("div", Sa, c(e.exhibitor), 1)
|
|
1056
1056
|
]));
|
|
1057
1057
|
}
|
|
1058
|
-
}), Ca = /* @__PURE__ */
|
|
1058
|
+
}), Ca = /* @__PURE__ */ g(Ia, [["__scopeId", "data-v-e4a362a9"]]), re = (e) => (N("data-v-93ee37aa"), e = e(), E(), e), Ta = { class: "flashcard-side flashcard-front" }, qa = {
|
|
1059
1059
|
key: 0,
|
|
1060
1060
|
class: "content"
|
|
1061
1061
|
}, Aa = { key: 0 }, La = {
|
|
1062
1062
|
key: 1,
|
|
1063
1063
|
class: "flashcard-body"
|
|
1064
|
-
}, Da = /* @__PURE__ */
|
|
1064
|
+
}, Da = /* @__PURE__ */ re(() => /* @__PURE__ */ t("img", {
|
|
1065
1065
|
class: "flip-icon",
|
|
1066
1066
|
src: "https://a.storyblok.com/f/230581/22x21/23d87eccc4/icon_reverse_blue.svg"
|
|
1067
|
-
}, null, -1)), Va = /* @__PURE__ */
|
|
1067
|
+
}, null, -1)), Va = /* @__PURE__ */ re(() => /* @__PURE__ */ t("img", {
|
|
1068
1068
|
class: "flip-icon",
|
|
1069
1069
|
src: "https://a.storyblok.com/f/230581/22x21/23d87eccc4/icon_reverse_blue.svg"
|
|
1070
1070
|
}, null, -1)), Pa = {
|
|
@@ -1073,13 +1073,13 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1073
1073
|
}, Fa = { key: 0 }, Ma = {
|
|
1074
1074
|
key: 1,
|
|
1075
1075
|
class: "flashcard-body"
|
|
1076
|
-
}, Oa = /* @__PURE__ */
|
|
1076
|
+
}, Oa = /* @__PURE__ */ re(() => /* @__PURE__ */ t("img", {
|
|
1077
1077
|
class: "flip-icon",
|
|
1078
1078
|
src: "https://a.storyblok.com/f/230581/22x22/50edea5341/icon_reverse_white.svg"
|
|
1079
|
-
}, null, -1)), za = /* @__PURE__ */
|
|
1079
|
+
}, null, -1)), za = /* @__PURE__ */ re(() => /* @__PURE__ */ t("img", {
|
|
1080
1080
|
class: "flip-icon",
|
|
1081
1081
|
src: "https://a.storyblok.com/f/230581/22x22/50edea5341/icon_reverse_white.svg"
|
|
1082
|
-
}, null, -1)), Ha = /* @__PURE__ */
|
|
1082
|
+
}, null, -1)), Ha = /* @__PURE__ */ b({
|
|
1083
1083
|
__name: "flashcard",
|
|
1084
1084
|
props: {
|
|
1085
1085
|
name: {},
|
|
@@ -1098,7 +1098,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1098
1098
|
a.value = !a.value;
|
|
1099
1099
|
}
|
|
1100
1100
|
return (l, o) => {
|
|
1101
|
-
var u, p, n,
|
|
1101
|
+
var u, p, n, v, f, $;
|
|
1102
1102
|
return s(), i("div", {
|
|
1103
1103
|
class: "flashcard-container",
|
|
1104
1104
|
onClick: r
|
|
@@ -1115,7 +1115,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1115
1115
|
l.name || ((u = l.bodytext) == null ? void 0 : u.length) > 0 ? (s(), i("div", qa, [
|
|
1116
1116
|
l.name ? (s(), i("h3", Aa, c(l.name), 1)) : _("", !0),
|
|
1117
1117
|
l.bodytext ? (s(), i("div", La, [
|
|
1118
|
-
d(l.$slots, "flashcard-front-body",
|
|
1118
|
+
d(l.$slots, "flashcard-front-body", H(R({ bodytext: l.bodytext })), void 0, !0)
|
|
1119
1119
|
])) : _("", !0),
|
|
1120
1120
|
Da
|
|
1121
1121
|
])) : (s(), i("div", {
|
|
@@ -1125,20 +1125,20 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1125
1125
|
cover: !l.imageFit
|
|
1126
1126
|
}])
|
|
1127
1127
|
}, [
|
|
1128
|
-
d(l.$slots, "flashcard-front-image",
|
|
1128
|
+
d(l.$slots, "flashcard-front-image", H(R({ src: (p = l.image) == null ? void 0 : p.filename, alt: (n = l.image) == null ? void 0 : n.alt })), void 0, !0),
|
|
1129
1129
|
Va
|
|
1130
1130
|
], 2))
|
|
1131
1131
|
]),
|
|
1132
1132
|
t("div", {
|
|
1133
1133
|
class: h([
|
|
1134
1134
|
"flashcard-side flashcard-back",
|
|
1135
|
-
(
|
|
1135
|
+
(v = l.imagebackside) != null && v.filename ? "flashcard-back--image" : "flashcard-back--no-image"
|
|
1136
1136
|
])
|
|
1137
1137
|
}, [
|
|
1138
1138
|
l.namebackside || l.bodytextbackside.length > 0 ? (s(), i("div", Pa, [
|
|
1139
1139
|
l.namebackside ? (s(), i("h3", Fa, c(l.namebackside), 1)) : _("", !0),
|
|
1140
1140
|
l.bodytextbackside ? (s(), i("div", Ma, [
|
|
1141
|
-
d(l.$slots, "flashcard-back-body",
|
|
1141
|
+
d(l.$slots, "flashcard-back-body", H(R({ bodytextbackside: l.bodytextbackside })), void 0, !0)
|
|
1142
1142
|
])) : _("", !0),
|
|
1143
1143
|
Oa
|
|
1144
1144
|
])) : (s(), i("div", {
|
|
@@ -1148,7 +1148,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1148
1148
|
cover: !l.imageFitBack
|
|
1149
1149
|
}])
|
|
1150
1150
|
}, [
|
|
1151
|
-
d(l.$slots, "flashcard-back-image",
|
|
1151
|
+
d(l.$slots, "flashcard-back-image", H(R({ src: (f = l.imagebackside) == null ? void 0 : f.filename, alt: ($ = l.imagebackside) == null ? void 0 : $.alt })), void 0, !0),
|
|
1152
1152
|
za
|
|
1153
1153
|
], 2))
|
|
1154
1154
|
], 2)
|
|
@@ -1156,7 +1156,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1156
1156
|
]);
|
|
1157
1157
|
};
|
|
1158
1158
|
}
|
|
1159
|
-
}), be = /* @__PURE__ */
|
|
1159
|
+
}), be = /* @__PURE__ */ g(Ha, [["__scopeId", "data-v-93ee37aa"]]), Ra = { class: "text__wrapper" }, Na = { class: "text__headline" }, Ea = { class: "text__paragraph" }, ja = /* @__PURE__ */ b({
|
|
1160
1160
|
__name: "text-card",
|
|
1161
1161
|
props: {
|
|
1162
1162
|
label: {
|
|
@@ -1174,7 +1174,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1174
1174
|
},
|
|
1175
1175
|
setup(e) {
|
|
1176
1176
|
return (a, r) => (s(), i("div", Ra, [
|
|
1177
|
-
|
|
1177
|
+
I(ee, {
|
|
1178
1178
|
"label-dark": !1,
|
|
1179
1179
|
text: e.label ? e.label : ""
|
|
1180
1180
|
}, null, 8, ["text"]),
|
|
@@ -1184,13 +1184,13 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1184
1184
|
])
|
|
1185
1185
|
]));
|
|
1186
1186
|
}
|
|
1187
|
-
}), Ga = /* @__PURE__ */
|
|
1187
|
+
}), Ga = /* @__PURE__ */ g(ja, [["__scopeId", "data-v-ebdea819"]]), Ka = { class: "accordions" }, Ua = { class: "accordions__wrapper" }, Ja = { class: "accordion" }, Wa = ["onClick"], Ya = { class: "accordion__headline" }, Qa = { class: "accordion__icon" }, Za = {
|
|
1188
1188
|
key: 0,
|
|
1189
1189
|
src: "https://a.storyblok.com/f/230581/21x21/42c9c3b5ba/icon_add.svg"
|
|
1190
1190
|
}, Xa = {
|
|
1191
1191
|
key: 1,
|
|
1192
1192
|
src: "https://a.storyblok.com/f/230581/22x21/adfe5d1742/icon_substract.svg"
|
|
1193
|
-
}, xa = { class: "accordion__bodytext" }, eo = /* @__PURE__ */
|
|
1193
|
+
}, xa = { class: "accordion__bodytext" }, eo = /* @__PURE__ */ b({
|
|
1194
1194
|
__name: "accordion",
|
|
1195
1195
|
props: {
|
|
1196
1196
|
accordions: {}
|
|
@@ -1217,15 +1217,15 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1217
1217
|
], 8, Wa),
|
|
1218
1218
|
t("div", {
|
|
1219
1219
|
class: h(["accordion__content", { "accordion__content--reverse": p.imageFirst }]),
|
|
1220
|
-
style:
|
|
1220
|
+
style: x({
|
|
1221
1221
|
display: l(p._uid) ? "flex" : "none"
|
|
1222
1222
|
})
|
|
1223
1223
|
}, [
|
|
1224
1224
|
t("div", xa, [
|
|
1225
1225
|
d(o.$slots, "accordion-body", F({ ref_for: !0 }, { body: p.bodytext }), void 0, !0)
|
|
1226
1226
|
]),
|
|
1227
|
-
|
|
1228
|
-
default:
|
|
1227
|
+
I(M, null, {
|
|
1228
|
+
default: k(() => [
|
|
1229
1229
|
p.image ? d(o.$slots, "accordion-image", F({
|
|
1230
1230
|
key: 0,
|
|
1231
1231
|
ref_for: !0
|
|
@@ -1243,10 +1243,10 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1243
1243
|
])
|
|
1244
1244
|
]));
|
|
1245
1245
|
}
|
|
1246
|
-
}), to = /* @__PURE__ */
|
|
1246
|
+
}), to = /* @__PURE__ */ g(eo, [["__scopeId", "data-v-0e6f6da8"]]), ao = {
|
|
1247
1247
|
key: 0,
|
|
1248
1248
|
class: "card__content"
|
|
1249
|
-
}, oo = { key: 0 }, lo = { key: 1 }, so = { class: "card__cards" }, io = /* @__PURE__ */
|
|
1249
|
+
}, oo = { key: 0 }, lo = { key: 1 }, so = { class: "card__cards" }, io = /* @__PURE__ */ b({
|
|
1250
1250
|
__name: "card-display",
|
|
1251
1251
|
props: {
|
|
1252
1252
|
headline: {
|
|
@@ -1289,13 +1289,13 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1289
1289
|
], 2)
|
|
1290
1290
|
], 2));
|
|
1291
1291
|
}
|
|
1292
|
-
}), ro = /* @__PURE__ */
|
|
1292
|
+
}), ro = /* @__PURE__ */ g(io, [["__scopeId", "data-v-659726bd"]]), no = { class: "column-grid__top-section" }, co = {
|
|
1293
1293
|
key: 0,
|
|
1294
1294
|
class: "column-grid__headline"
|
|
1295
1295
|
}, uo = {
|
|
1296
1296
|
key: 1,
|
|
1297
1297
|
class: "column-grid__bodytext"
|
|
1298
|
-
}, _o = { class: "column-grid__teaser-list" }, ho = /* @__PURE__ */
|
|
1298
|
+
}, _o = { class: "column-grid__teaser-list" }, ho = /* @__PURE__ */ b({
|
|
1299
1299
|
__name: "column-grid",
|
|
1300
1300
|
props: {
|
|
1301
1301
|
headline: { default: "" },
|
|
@@ -1321,7 +1321,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1321
1321
|
"link-type": a.bgColor === "dark" ? "regular_dark" : (a.bgColor === "light", "regular_light"),
|
|
1322
1322
|
arrow: ""
|
|
1323
1323
|
}, {
|
|
1324
|
-
default:
|
|
1324
|
+
default: k(() => [
|
|
1325
1325
|
d(a.$slots, "column-grid-body-link", {}, void 0, !0)
|
|
1326
1326
|
]),
|
|
1327
1327
|
_: 3
|
|
@@ -1338,16 +1338,16 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1338
1338
|
image: l.image,
|
|
1339
1339
|
"image-fit": l.imageFit
|
|
1340
1340
|
}, {
|
|
1341
|
-
"column-card-body":
|
|
1341
|
+
"column-card-body": k(() => [
|
|
1342
1342
|
d(a.$slots, "column-card-body", F({ ref_for: !0 }, { body: l.bodytext }), void 0, !0)
|
|
1343
1343
|
]),
|
|
1344
|
-
"column-link":
|
|
1344
|
+
"column-link": k(() => [
|
|
1345
1345
|
d(a.$slots, "column-link", F({ ref_for: !0 }, {
|
|
1346
1346
|
link: l.link,
|
|
1347
1347
|
linkText: l.linkText
|
|
1348
1348
|
}), void 0, !0)
|
|
1349
1349
|
]),
|
|
1350
|
-
"column-card-image":
|
|
1350
|
+
"column-card-image": k(() => [
|
|
1351
1351
|
l.image ? d(a.$slots, "column-card-image", F({
|
|
1352
1352
|
key: 0,
|
|
1353
1353
|
ref_for: !0
|
|
@@ -1362,10 +1362,10 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1362
1362
|
])
|
|
1363
1363
|
], 2));
|
|
1364
1364
|
}
|
|
1365
|
-
}), po = /* @__PURE__ */
|
|
1365
|
+
}), po = /* @__PURE__ */ g(ho, [["__scopeId", "data-v-1a54852d"]]), mo = { class: "facts__wrapper" }, fo = { class: "facts__content" }, vo = { class: "facts__headline" }, go = { class: "facts" }, bo = { class: "fact__value" }, ko = { class: "fact__metric" }, yo = {
|
|
1366
1366
|
key: 0,
|
|
1367
1367
|
class: "facts__link"
|
|
1368
|
-
}, $o = /* @__PURE__ */
|
|
1368
|
+
}, $o = /* @__PURE__ */ b({
|
|
1369
1369
|
__name: "facts",
|
|
1370
1370
|
props: {
|
|
1371
1371
|
headline: { default: "" },
|
|
@@ -1400,17 +1400,17 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1400
1400
|
t("div", bo, [
|
|
1401
1401
|
t("span", null, c(l.value), 1)
|
|
1402
1402
|
]),
|
|
1403
|
-
t("div",
|
|
1403
|
+
t("div", ko, [
|
|
1404
1404
|
t("span", null, c(l.metric), 1)
|
|
1405
1405
|
])
|
|
1406
1406
|
]))), 128))
|
|
1407
1407
|
]),
|
|
1408
|
-
a.link ? (s(), i("div",
|
|
1409
|
-
|
|
1408
|
+
a.link ? (s(), i("div", yo, [
|
|
1409
|
+
I(L, {
|
|
1410
1410
|
"link-type": "regular_light",
|
|
1411
1411
|
arrow: ""
|
|
1412
1412
|
}, {
|
|
1413
|
-
default:
|
|
1413
|
+
default: k(() => [
|
|
1414
1414
|
d(a.$slots, "facts-link", {}, void 0, !0)
|
|
1415
1415
|
]),
|
|
1416
1416
|
_: 3
|
|
@@ -1419,13 +1419,13 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1419
1419
|
])
|
|
1420
1420
|
]));
|
|
1421
1421
|
}
|
|
1422
|
-
}), wo = /* @__PURE__ */
|
|
1422
|
+
}), wo = /* @__PURE__ */ g($o, [["__scopeId", "data-v-d2b231d4"]]), Bo = { class: "features__wrapper" }, So = { class: "features__content" }, Io = {
|
|
1423
1423
|
key: 0,
|
|
1424
1424
|
class: "features__headline"
|
|
1425
1425
|
}, Co = {
|
|
1426
1426
|
key: 1,
|
|
1427
1427
|
class: "features__body"
|
|
1428
|
-
}, To = { class: "element__headline" }, qo = { class: "element__body" }, Ao = /* @__PURE__ */
|
|
1428
|
+
}, To = { class: "element__headline" }, qo = { class: "element__body" }, Ao = /* @__PURE__ */ b({
|
|
1429
1429
|
__name: "features",
|
|
1430
1430
|
props: {
|
|
1431
1431
|
headline: { default: "" },
|
|
@@ -1448,8 +1448,8 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1448
1448
|
key: l.headline,
|
|
1449
1449
|
class: "features__element"
|
|
1450
1450
|
}, [
|
|
1451
|
-
|
|
1452
|
-
default:
|
|
1451
|
+
I(M, { class: "element__icon" }, {
|
|
1452
|
+
default: k(() => [
|
|
1453
1453
|
d(a.$slots, "features-icon", F({ ref_for: !0 }, {
|
|
1454
1454
|
src: l.icon.src,
|
|
1455
1455
|
height: 30,
|
|
@@ -1466,13 +1466,13 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1466
1466
|
])
|
|
1467
1467
|
]));
|
|
1468
1468
|
}
|
|
1469
|
-
}), Lo = /* @__PURE__ */
|
|
1469
|
+
}), Lo = /* @__PURE__ */ g(Ao, [["__scopeId", "data-v-57a22df7"]]), Do = { class: "flashcard-wrapper" }, Vo = {
|
|
1470
1470
|
key: 0,
|
|
1471
1471
|
class: "flashcard-wrapper__headline"
|
|
1472
1472
|
}, Po = {
|
|
1473
1473
|
key: 1,
|
|
1474
1474
|
class: "flashcard-wrapper__bodytext"
|
|
1475
|
-
}, Fo = /* @__PURE__ */
|
|
1475
|
+
}, Fo = /* @__PURE__ */ b({
|
|
1476
1476
|
__name: "flashcards",
|
|
1477
1477
|
props: {
|
|
1478
1478
|
headline: {},
|
|
@@ -1508,7 +1508,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1508
1508
|
lg: l.value === "lg"
|
|
1509
1509
|
}])
|
|
1510
1510
|
}, [
|
|
1511
|
-
(s(!0), i(V, null, P(o.flashcards, (p) => (s(), T(
|
|
1511
|
+
(s(!0), i(V, null, P(o.flashcards, (p) => (s(), T(y(be), {
|
|
1512
1512
|
key: p._uid,
|
|
1513
1513
|
name: p.name,
|
|
1514
1514
|
bodytext: p.bodytext,
|
|
@@ -1520,17 +1520,17 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1520
1520
|
"image-fit": p.imageFit,
|
|
1521
1521
|
"image-fit-back": p.imageFitBack
|
|
1522
1522
|
}, {
|
|
1523
|
-
"flashcard-front-body":
|
|
1523
|
+
"flashcard-front-body": k(({ bodytext: n }) => [
|
|
1524
1524
|
d(o.$slots, "flashcard-front-body", F({ ref_for: !0 }, { bodytext: n }), void 0, !0)
|
|
1525
1525
|
]),
|
|
1526
|
-
"flashcard-front-image":
|
|
1527
|
-
d(o.$slots, "flashcard-front-image", F({ ref_for: !0 }, { src: n, alt:
|
|
1526
|
+
"flashcard-front-image": k(({ src: n, alt: v }) => [
|
|
1527
|
+
d(o.$slots, "flashcard-front-image", F({ ref_for: !0 }, { src: n, alt: v }), void 0, !0)
|
|
1528
1528
|
]),
|
|
1529
|
-
"flashcard-back-body":
|
|
1529
|
+
"flashcard-back-body": k(({ bodytextbackside: n }) => [
|
|
1530
1530
|
d(o.$slots, "flashcard-back-body", F({ ref_for: !0 }, { bodytextbackside: n }), void 0, !0)
|
|
1531
1531
|
]),
|
|
1532
|
-
"flashcard-back-image":
|
|
1533
|
-
d(o.$slots, "flashcard-back-image", F({ ref_for: !0 }, { src: n, alt:
|
|
1532
|
+
"flashcard-back-image": k(({ src: n, alt: v }) => [
|
|
1533
|
+
d(o.$slots, "flashcard-back-image", F({ ref_for: !0 }, { src: n, alt: v }), void 0, !0)
|
|
1534
1534
|
]),
|
|
1535
1535
|
_: 2
|
|
1536
1536
|
}, 1032, ["name", "bodytext", "image", "namebackside", "bodytextbackside", "imagebackside", "size", "image-fit", "image-fit-back"]))), 128))
|
|
@@ -1538,7 +1538,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1538
1538
|
])
|
|
1539
1539
|
], 2));
|
|
1540
1540
|
}
|
|
1541
|
-
}), Mo = /* @__PURE__ */
|
|
1541
|
+
}), Mo = /* @__PURE__ */ g(Fo, [["__scopeId", "data-v-de3c8751"]]), Oo = { class: "form__content" }, zo = { class: "form__information" }, Ho = { class: "form__headline" }, Ro = { class: "form__body" }, No = { class: "form__script" }, Eo = /* @__PURE__ */ b({
|
|
1542
1542
|
__name: "form-script",
|
|
1543
1543
|
props: {
|
|
1544
1544
|
headline: { default: "" },
|
|
@@ -1566,7 +1566,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1566
1566
|
"link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
|
|
1567
1567
|
arrow: ""
|
|
1568
1568
|
}, {
|
|
1569
|
-
default:
|
|
1569
|
+
default: k(() => [
|
|
1570
1570
|
d(o.$slots, "form-link", {}, void 0, !0)
|
|
1571
1571
|
]),
|
|
1572
1572
|
_: 3
|
|
@@ -1578,7 +1578,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1578
1578
|
])
|
|
1579
1579
|
], 2));
|
|
1580
1580
|
}
|
|
1581
|
-
}), jo = /* @__PURE__ */
|
|
1581
|
+
}), jo = /* @__PURE__ */ g(Eo, [["__scopeId", "data-v-b8b02bae"]]), Go = { class: "headline__wrapper" }, Ko = { class: "headline__h1" }, Uo = /* @__PURE__ */ b({
|
|
1582
1582
|
__name: "headline",
|
|
1583
1583
|
props: {
|
|
1584
1584
|
headline: {
|
|
@@ -1608,7 +1608,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1608
1608
|
], 2)
|
|
1609
1609
|
]));
|
|
1610
1610
|
}
|
|
1611
|
-
}), Jo = /* @__PURE__ */
|
|
1611
|
+
}), Jo = /* @__PURE__ */ g(Uo, [["__scopeId", "data-v-3ef1567e"]]), Wo = (e) => (N("data-v-22f9be13"), e = e(), E(), e), Yo = { class: "hero__wrapper" }, Qo = { class: "hero__content" }, Zo = { class: "hero__top" }, Xo = { class: "hero__elements" }, xo = { class: "hero__headline" }, el = { class: "hero__link" }, tl = { class: "hero__video" }, al = /* @__PURE__ */ Wo(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), ol = { class: "hero__video__video" }, ll = { class: "hero__image" }, sl = /* @__PURE__ */ b({
|
|
1612
1612
|
__name: "hero",
|
|
1613
1613
|
props: {
|
|
1614
1614
|
headline: {
|
|
@@ -1625,11 +1625,11 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1625
1625
|
t("h1", null, c(e.headline), 1)
|
|
1626
1626
|
]),
|
|
1627
1627
|
t("div", el, [
|
|
1628
|
-
|
|
1628
|
+
I(L, {
|
|
1629
1629
|
"link-type": "regular_light",
|
|
1630
1630
|
arrow: ""
|
|
1631
1631
|
}, {
|
|
1632
|
-
default:
|
|
1632
|
+
default: k(() => [
|
|
1633
1633
|
d(a.$slots, "hero-link", {}, void 0, !0)
|
|
1634
1634
|
]),
|
|
1635
1635
|
_: 3
|
|
@@ -1649,7 +1649,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1649
1649
|
])
|
|
1650
1650
|
]));
|
|
1651
1651
|
}
|
|
1652
|
-
}), il = /* @__PURE__ */
|
|
1652
|
+
}), il = /* @__PURE__ */ g(sl, [["__scopeId", "data-v-22f9be13"]]), rl = { class: "image__wrapper" }, nl = { class: "image__content" }, dl = { class: "image__image" }, cl = { class: "image__caption" }, ul = /* @__PURE__ */ b({
|
|
1653
1653
|
inheritAttrs: !1,
|
|
1654
1654
|
__name: "image",
|
|
1655
1655
|
props: {
|
|
@@ -1676,9 +1676,9 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1676
1676
|
return (a, r) => (s(), i("div", rl, [
|
|
1677
1677
|
t("div", nl, [
|
|
1678
1678
|
t("div", dl, [
|
|
1679
|
-
|
|
1680
|
-
default:
|
|
1681
|
-
d(a.$slots, "image",
|
|
1679
|
+
I(M, null, {
|
|
1680
|
+
default: k(() => [
|
|
1681
|
+
d(a.$slots, "image", H(R({
|
|
1682
1682
|
width: 984,
|
|
1683
1683
|
height: e.fullHeight ? "100%" : 554,
|
|
1684
1684
|
src: e.src,
|
|
@@ -1693,13 +1693,13 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1693
1693
|
])
|
|
1694
1694
|
]));
|
|
1695
1695
|
}
|
|
1696
|
-
}), _l = /* @__PURE__ */
|
|
1696
|
+
}), _l = /* @__PURE__ */ g(ul, [["__scopeId", "data-v-c583d657"]]), hl = { class: "gallery__large" }, pl = {
|
|
1697
1697
|
key: 0,
|
|
1698
1698
|
class: "image image--large"
|
|
1699
1699
|
}, ml = {
|
|
1700
1700
|
key: 1,
|
|
1701
1701
|
class: "video"
|
|
1702
|
-
}, fl = /* @__PURE__ */
|
|
1702
|
+
}, fl = /* @__PURE__ */ b({
|
|
1703
1703
|
__name: "image-gallery",
|
|
1704
1704
|
props: {
|
|
1705
1705
|
mediaLarge: {},
|
|
@@ -1729,9 +1729,9 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1729
1729
|
}, [
|
|
1730
1730
|
t("div", hl, [
|
|
1731
1731
|
o.mediaLarge && o.mediaType === "image" ? (s(), i("div", pl, [
|
|
1732
|
-
|
|
1733
|
-
default:
|
|
1734
|
-
d(o.$slots, "image-large",
|
|
1732
|
+
I(M, null, {
|
|
1733
|
+
default: k(() => [
|
|
1734
|
+
d(o.$slots, "image-large", H(R({
|
|
1735
1735
|
width: 617,
|
|
1736
1736
|
height: 530,
|
|
1737
1737
|
src: o.mediaLarge.src,
|
|
@@ -1742,7 +1742,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1742
1742
|
})
|
|
1743
1743
|
])) : _("", !0),
|
|
1744
1744
|
o.mediaLarge && o.mediaType === "video" ? (s(), i("div", ml, [
|
|
1745
|
-
|
|
1745
|
+
I(te, {
|
|
1746
1746
|
src: o.mediaLarge.src,
|
|
1747
1747
|
"local-video": "",
|
|
1748
1748
|
"aria-label": o.mediaLarge.alt,
|
|
@@ -1757,7 +1757,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1757
1757
|
])) : _("", !0)
|
|
1758
1758
|
]),
|
|
1759
1759
|
t("div", {
|
|
1760
|
-
style:
|
|
1760
|
+
style: x([o.mediaSmall.length === 2 ? "grid-gap: 38px;" : ""]),
|
|
1761
1761
|
class: h([
|
|
1762
1762
|
"gallery__small",
|
|
1763
1763
|
o.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
|
|
@@ -1767,8 +1767,8 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1767
1767
|
key: p.src + p.alt,
|
|
1768
1768
|
class: "image image--small"
|
|
1769
1769
|
}, [
|
|
1770
|
-
|
|
1771
|
-
default:
|
|
1770
|
+
I(M, null, {
|
|
1771
|
+
default: k(() => [
|
|
1772
1772
|
d(o.$slots, "image-small", F({ ref_for: !0 }, {
|
|
1773
1773
|
width: 328,
|
|
1774
1774
|
height: 246,
|
|
@@ -1789,7 +1789,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1789
1789
|
"link-type": o.bgColor === "dark" ? "regular_dark" : (o.bgColor === "light", "regular_light"),
|
|
1790
1790
|
arrow: ""
|
|
1791
1791
|
}, {
|
|
1792
|
-
default:
|
|
1792
|
+
default: k(() => [
|
|
1793
1793
|
d(o.$slots, "gallery-link")
|
|
1794
1794
|
]),
|
|
1795
1795
|
_: 3
|
|
@@ -1799,10 +1799,10 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1799
1799
|
], 2)
|
|
1800
1800
|
], 2));
|
|
1801
1801
|
}
|
|
1802
|
-
}), vl = /* @__PURE__ */
|
|
1802
|
+
}), vl = /* @__PURE__ */ g(fl, [["__scopeId", "data-v-ae1f41d4"]]), gl = { class: "logo-wall__wrapper" }, bl = { class: "logo-wall__content" }, kl = {
|
|
1803
1803
|
key: 0,
|
|
1804
1804
|
class: "logo-wall__text"
|
|
1805
|
-
},
|
|
1805
|
+
}, yl = { key: 0 }, $l = { key: 1 }, wl = { class: "logo-wall__logos" }, Bl = { class: "logo-wall__link" }, Sl = /* @__PURE__ */ b({
|
|
1806
1806
|
__name: "logo-wall",
|
|
1807
1807
|
props: {
|
|
1808
1808
|
headline: {
|
|
@@ -1822,8 +1822,8 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1822
1822
|
setup(e) {
|
|
1823
1823
|
return (a, r) => (s(), i("div", gl, [
|
|
1824
1824
|
t("div", bl, [
|
|
1825
|
-
e.headline || e.body ? (s(), i("div",
|
|
1826
|
-
e.headline ? (s(), i("h2",
|
|
1825
|
+
e.headline || e.body ? (s(), i("div", kl, [
|
|
1826
|
+
e.headline ? (s(), i("h2", yl, c(e.headline), 1)) : _("", !0),
|
|
1827
1827
|
e.body ? (s(), i("p", $l, c(e.body), 1)) : _("", !0)
|
|
1828
1828
|
])) : _("", !0),
|
|
1829
1829
|
t("div", wl, [
|
|
@@ -1831,8 +1831,8 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1831
1831
|
key: l.src + l.alt,
|
|
1832
1832
|
class: "logo-wall__logo"
|
|
1833
1833
|
}, [
|
|
1834
|
-
|
|
1835
|
-
default:
|
|
1834
|
+
I(M, null, {
|
|
1835
|
+
default: k(() => [
|
|
1836
1836
|
d(a.$slots, "logo-wall-logo", F({ ref_for: !0 }, {
|
|
1837
1837
|
width: 130,
|
|
1838
1838
|
height: 130,
|
|
@@ -1845,11 +1845,11 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1845
1845
|
]))), 128))
|
|
1846
1846
|
]),
|
|
1847
1847
|
t("div", Bl, [
|
|
1848
|
-
|
|
1848
|
+
I(L, {
|
|
1849
1849
|
"link-type": "regular_light",
|
|
1850
1850
|
arrow: !0
|
|
1851
1851
|
}, {
|
|
1852
|
-
default:
|
|
1852
|
+
default: k(() => [
|
|
1853
1853
|
d(a.$slots, "logo-wall-link", {}, void 0, !0)
|
|
1854
1854
|
]),
|
|
1855
1855
|
_: 3
|
|
@@ -1858,13 +1858,13 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1858
1858
|
])
|
|
1859
1859
|
]));
|
|
1860
1860
|
}
|
|
1861
|
-
}), Il = /* @__PURE__ */
|
|
1861
|
+
}), Il = /* @__PURE__ */ g(Sl, [["__scopeId", "data-v-fd489289"]]), Cl = { class: "micro-stories__top" }, Tl = {
|
|
1862
1862
|
key: 0,
|
|
1863
1863
|
class: "micro-stories__headline"
|
|
1864
1864
|
}, ql = {
|
|
1865
1865
|
key: 1,
|
|
1866
1866
|
class: "micro-stories__body"
|
|
1867
|
-
}, Al = { class: "micro-stories__splide" }, Ll = /* @__PURE__ */
|
|
1867
|
+
}, Al = { class: "micro-stories__splide" }, Ll = /* @__PURE__ */ b({
|
|
1868
1868
|
__name: "micro-stories",
|
|
1869
1869
|
props: {
|
|
1870
1870
|
bgColor: { default: "blue" },
|
|
@@ -1902,13 +1902,13 @@ function Fl(e, a) {
|
|
|
1902
1902
|
])
|
|
1903
1903
|
]);
|
|
1904
1904
|
}
|
|
1905
|
-
const Ml = /* @__PURE__ */
|
|
1905
|
+
const Ml = /* @__PURE__ */ g(Dl, [["render", Fl], ["__scopeId", "data-v-ea887d7a"]]), Ol = { class: "product-hero__wrapper" }, zl = { class: "product-hero__content" }, Hl = { class: "product-hero__headline" }, Rl = { class: "product-hero__video" }, Nl = { class: "product-hero__insignia" }, El = {
|
|
1906
1906
|
key: 0,
|
|
1907
1907
|
class: "product-hero__logo"
|
|
1908
1908
|
}, jl = {
|
|
1909
1909
|
key: 1,
|
|
1910
1910
|
class: "product-hero__certification"
|
|
1911
|
-
}, Gl = /* @__PURE__ */
|
|
1911
|
+
}, Gl = /* @__PURE__ */ b({
|
|
1912
1912
|
__name: "product-hero",
|
|
1913
1913
|
props: {
|
|
1914
1914
|
headline: {
|
|
@@ -1958,24 +1958,24 @@ const Ml = /* @__PURE__ */ v(Dl, [["render", Fl], ["__scopeId", "data-v-ea887d7a
|
|
|
1958
1958
|
autoplay: "",
|
|
1959
1959
|
loop: "",
|
|
1960
1960
|
muted: ""
|
|
1961
|
-
}, null, 8, ["src", "aria-label", "poster"])) : (s(), T(
|
|
1962
|
-
default:
|
|
1961
|
+
}, null, 8, ["src", "aria-label", "poster"])) : (s(), T(y(M), { key: 1 }, {
|
|
1962
|
+
default: k(() => [
|
|
1963
1963
|
d(a.$slots, "product-hero-image", {}, void 0, !0)
|
|
1964
1964
|
]),
|
|
1965
1965
|
_: 3
|
|
1966
1966
|
})),
|
|
1967
1967
|
t("div", Nl, [
|
|
1968
1968
|
e.logoSrc ? (s(), i("div", El, [
|
|
1969
|
-
|
|
1970
|
-
default:
|
|
1969
|
+
I(y(M), null, {
|
|
1970
|
+
default: k(() => [
|
|
1971
1971
|
d(a.$slots, "product-hero-logo", {}, void 0, !0)
|
|
1972
1972
|
]),
|
|
1973
1973
|
_: 3
|
|
1974
1974
|
})
|
|
1975
1975
|
])) : _("", !0),
|
|
1976
1976
|
e.isCertified ? (s(), i("div", jl, [
|
|
1977
|
-
|
|
1978
|
-
default:
|
|
1977
|
+
I(y(M), null, {
|
|
1978
|
+
default: k(() => [
|
|
1979
1979
|
d(a.$slots, "product-hero-certification", {}, void 0, !0)
|
|
1980
1980
|
]),
|
|
1981
1981
|
_: 3
|
|
@@ -1986,7 +1986,7 @@ const Ml = /* @__PURE__ */ v(Dl, [["render", Fl], ["__scopeId", "data-v-ea887d7a
|
|
|
1986
1986
|
])
|
|
1987
1987
|
]));
|
|
1988
1988
|
}
|
|
1989
|
-
}), Kl = /* @__PURE__ */
|
|
1989
|
+
}), Kl = /* @__PURE__ */ g(Gl, [["__scopeId", "data-v-deab9c3a"]]), Ul = { class: "promo__content" }, Jl = /* @__PURE__ */ b({
|
|
1990
1990
|
__name: "promo",
|
|
1991
1991
|
props: {
|
|
1992
1992
|
label: { default: "" },
|
|
@@ -2023,9 +2023,9 @@ const Ml = /* @__PURE__ */ v(Dl, [["render", Fl], ["__scopeId", "data-v-ea887d7a
|
|
|
2023
2023
|
o.reverse ? "promo__image--reverse" : "promo__image--default"
|
|
2024
2024
|
])
|
|
2025
2025
|
}, [
|
|
2026
|
-
|
|
2027
|
-
default:
|
|
2028
|
-
d(o.$slots, "promo-image",
|
|
2026
|
+
I(M, null, {
|
|
2027
|
+
default: k(() => [
|
|
2028
|
+
d(o.$slots, "promo-image", H(R({ src: o.src, width: 1920, alt: o.alt, height: 1080 })))
|
|
2029
2029
|
]),
|
|
2030
2030
|
_: 3
|
|
2031
2031
|
})
|
|
@@ -2037,7 +2037,7 @@ const Ml = /* @__PURE__ */ v(Dl, [["render", Fl], ["__scopeId", "data-v-ea887d7a
|
|
|
2037
2037
|
o.reverse ? "promo__video--reverse" : "promo__video--default"
|
|
2038
2038
|
])
|
|
2039
2039
|
}, [
|
|
2040
|
-
|
|
2040
|
+
I(te, {
|
|
2041
2041
|
src: o.src,
|
|
2042
2042
|
"local-video": "",
|
|
2043
2043
|
"aria-label": o.alt,
|
|
@@ -2055,7 +2055,7 @@ const Ml = /* @__PURE__ */ v(Dl, [["render", Fl], ["__scopeId", "data-v-ea887d7a
|
|
|
2055
2055
|
o.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
2056
2056
|
])
|
|
2057
2057
|
}, [
|
|
2058
|
-
o.label ? (s(), T(
|
|
2058
|
+
o.label ? (s(), T(ee, {
|
|
2059
2059
|
key: 0,
|
|
2060
2060
|
text: o.label,
|
|
2061
2061
|
"label-dark": o.variant === "dark"
|
|
@@ -2073,7 +2073,7 @@ const Ml = /* @__PURE__ */ v(Dl, [["render", Fl], ["__scopeId", "data-v-ea887d7a
|
|
|
2073
2073
|
"link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
|
|
2074
2074
|
arrow: ""
|
|
2075
2075
|
}, {
|
|
2076
|
-
default:
|
|
2076
|
+
default: k(() => [
|
|
2077
2077
|
d(o.$slots, "promo-link")
|
|
2078
2078
|
]),
|
|
2079
2079
|
_: 3
|
|
@@ -2082,7 +2082,7 @@ const Ml = /* @__PURE__ */ v(Dl, [["render", Fl], ["__scopeId", "data-v-ea887d7a
|
|
|
2082
2082
|
key: 2,
|
|
2083
2083
|
"link-type": o.variant === "dark" ? "secondary_dark" : (o.variant === "light", "secondary")
|
|
2084
2084
|
}, {
|
|
2085
|
-
default:
|
|
2085
|
+
default: k(() => [
|
|
2086
2086
|
d(o.$slots, "promo-link")
|
|
2087
2087
|
]),
|
|
2088
2088
|
_: 3
|
|
@@ -2091,10 +2091,10 @@ const Ml = /* @__PURE__ */ v(Dl, [["render", Fl], ["__scopeId", "data-v-ea887d7a
|
|
|
2091
2091
|
])
|
|
2092
2092
|
], 2));
|
|
2093
2093
|
}
|
|
2094
|
-
}), Wl = /* @__PURE__ */
|
|
2094
|
+
}), Wl = /* @__PURE__ */ g(Jl, [["__scopeId", "data-v-df54d965"]]), Yl = (e) => (N("data-v-e3cc8e27"), e = e(), E(), e), Ql = { class: "quote__wrapper" }, Zl = { class: "quote__content" }, Xl = /* @__PURE__ */ Yl(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), xl = { class: "quote__quote" }, es = { class: "quote__quote-text" }, ts = { class: "quote__author" }, as = {
|
|
2095
2095
|
key: 0,
|
|
2096
2096
|
class: "quote__image"
|
|
2097
|
-
}, os = { class: "quote__text" }, ls = { class: "quote__author-name" }, ss = { class: "quote__author-title" }, is = /* @__PURE__ */
|
|
2097
|
+
}, os = { class: "quote__text" }, ls = { class: "quote__author-name" }, ss = { class: "quote__author-title" }, is = /* @__PURE__ */ b({
|
|
2098
2098
|
__name: "quote",
|
|
2099
2099
|
props: {
|
|
2100
2100
|
quote: {
|
|
@@ -2123,9 +2123,9 @@ const Ml = /* @__PURE__ */ v(Dl, [["render", Fl], ["__scopeId", "data-v-ea887d7a
|
|
|
2123
2123
|
t("p", es, c(e.quote), 1),
|
|
2124
2124
|
t("div", ts, [
|
|
2125
2125
|
e.authorImage ? (s(), i("div", as, [
|
|
2126
|
-
|
|
2127
|
-
default:
|
|
2128
|
-
d(a.$slots, "author-image",
|
|
2126
|
+
I(M, null, {
|
|
2127
|
+
default: k(() => [
|
|
2128
|
+
d(a.$slots, "author-image", H(R({
|
|
2129
2129
|
src: e.authorImage + "/m/100x100",
|
|
2130
2130
|
width: 60,
|
|
2131
2131
|
height: 60
|
|
@@ -2143,13 +2143,13 @@ const Ml = /* @__PURE__ */ v(Dl, [["render", Fl], ["__scopeId", "data-v-ea887d7a
|
|
|
2143
2143
|
])
|
|
2144
2144
|
]));
|
|
2145
2145
|
}
|
|
2146
|
-
}), rs = /* @__PURE__ */
|
|
2146
|
+
}), rs = /* @__PURE__ */ g(is, [["__scopeId", "data-v-e3cc8e27"]]), ns = { class: "rich-text__wrapper" }, ds = {
|
|
2147
2147
|
key: 0,
|
|
2148
2148
|
class: "rich-text__links"
|
|
2149
2149
|
}, cs = {
|
|
2150
2150
|
key: 0,
|
|
2151
2151
|
class: "rich-text__bullet-list"
|
|
2152
|
-
}, us = /* @__PURE__ */
|
|
2152
|
+
}, us = /* @__PURE__ */ b({
|
|
2153
2153
|
__name: "rich-text",
|
|
2154
2154
|
props: {
|
|
2155
2155
|
headline: { default: "" },
|
|
@@ -2169,7 +2169,7 @@ const Ml = /* @__PURE__ */ v(Dl, [["render", Fl], ["__scopeId", "data-v-ea887d7a
|
|
|
2169
2169
|
])
|
|
2170
2170
|
}, [
|
|
2171
2171
|
t("div", ns, [
|
|
2172
|
-
a.label ? (s(), T(
|
|
2172
|
+
a.label ? (s(), T(ee, {
|
|
2173
2173
|
key: 0,
|
|
2174
2174
|
text: a.label,
|
|
2175
2175
|
"label-dark": !1
|
|
@@ -2208,9 +2208,9 @@ const Ml = /* @__PURE__ */ v(Dl, [["render", Fl], ["__scopeId", "data-v-ea887d7a
|
|
|
2208
2208
|
a.imageClip ? "rich-text__image--clip" : ""
|
|
2209
2209
|
])
|
|
2210
2210
|
}, [
|
|
2211
|
-
|
|
2212
|
-
default:
|
|
2213
|
-
d(a.$slots, "rich-text-image",
|
|
2211
|
+
I(M, null, {
|
|
2212
|
+
default: k(() => [
|
|
2213
|
+
d(a.$slots, "rich-text-image", H(R({ width: 865, height: 307 })))
|
|
2214
2214
|
]),
|
|
2215
2215
|
_: 3
|
|
2216
2216
|
})
|
|
@@ -2219,7 +2219,7 @@ const Ml = /* @__PURE__ */ v(Dl, [["render", Fl], ["__scopeId", "data-v-ea887d7a
|
|
|
2219
2219
|
])
|
|
2220
2220
|
], 2));
|
|
2221
2221
|
}
|
|
2222
|
-
}), _s = /* @__PURE__ */
|
|
2222
|
+
}), _s = /* @__PURE__ */ g(us, [["__scopeId", "data-v-5441d67a"]]), hs = {}, ps = { class: "rich-text" }, ms = { class: "rich-text__wrapper" }, fs = { class: "rich-text__content rich-text__content--left-aligned" }, vs = { class: "rich-text__body" };
|
|
2223
2223
|
function gs(e, a) {
|
|
2224
2224
|
return s(), i("div", ps, [
|
|
2225
2225
|
t("div", ms, [
|
|
@@ -2236,10 +2236,10 @@ function gs(e, a) {
|
|
|
2236
2236
|
])
|
|
2237
2237
|
]);
|
|
2238
2238
|
}
|
|
2239
|
-
const bs = /* @__PURE__ */
|
|
2239
|
+
const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2"]]), ks = (e) => (N("data-v-798e7a06"), e = e(), E(), e), ys = { class: "timeline__wrapper" }, $s = { class: "timeline__content" }, ws = { class: "timeline__items" }, Bs = { class: "item__left" }, Ss = /* @__PURE__ */ ks(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
|
|
2240
2240
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
2241
2241
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
2242
|
-
], -1)), Is = { class: "item__right" }, Cs = ["innerHTML"], Ts = /* @__PURE__ */
|
|
2242
|
+
], -1)), Is = { class: "item__right" }, Cs = ["innerHTML"], Ts = /* @__PURE__ */ b({
|
|
2243
2243
|
__name: "timeline",
|
|
2244
2244
|
props: {
|
|
2245
2245
|
timelineItems: {
|
|
@@ -2262,7 +2262,7 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2262
2262
|
a.forEach((l) => {
|
|
2263
2263
|
r.observe(l);
|
|
2264
2264
|
});
|
|
2265
|
-
}), (a, r) => (s(), i("div",
|
|
2265
|
+
}), (a, r) => (s(), i("div", ys, [
|
|
2266
2266
|
t("div", $s, [
|
|
2267
2267
|
t("div", ws, [
|
|
2268
2268
|
(s(!0), i(V, null, P(e.timelineItems, (l) => (s(), i("div", {
|
|
@@ -2272,8 +2272,8 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2272
2272
|
t("div", Bs, c(l.year), 1),
|
|
2273
2273
|
Ss,
|
|
2274
2274
|
t("div", Is, [
|
|
2275
|
-
|
|
2276
|
-
default:
|
|
2275
|
+
I(M, null, {
|
|
2276
|
+
default: k(() => [
|
|
2277
2277
|
l.media.src ? d(a.$slots, "timeline-image", F({
|
|
2278
2278
|
key: 0,
|
|
2279
2279
|
ref_for: !0
|
|
@@ -2282,7 +2282,7 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2282
2282
|
_: 2
|
|
2283
2283
|
}, 1024),
|
|
2284
2284
|
t("div", {
|
|
2285
|
-
style:
|
|
2285
|
+
style: x([l.media.src ? "" : "margin-top: 0px"]),
|
|
2286
2286
|
class: "rich-text",
|
|
2287
2287
|
innerHTML: l.text
|
|
2288
2288
|
}, null, 12, Cs)
|
|
@@ -2292,13 +2292,13 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2292
2292
|
])
|
|
2293
2293
|
]));
|
|
2294
2294
|
}
|
|
2295
|
-
}), qs = /* @__PURE__ */
|
|
2295
|
+
}), qs = /* @__PURE__ */ g(Ts, [["__scopeId", "data-v-798e7a06"]]), As = { class: "vimeo" }, Ls = { class: "vimeo__wrapper" }, Ds = {
|
|
2296
2296
|
key: 0,
|
|
2297
2297
|
class: "vimeo__headline"
|
|
2298
2298
|
}, Vs = {
|
|
2299
2299
|
key: 1,
|
|
2300
2300
|
class: "vimeo__description"
|
|
2301
|
-
}, Ps = /* @__PURE__ */
|
|
2301
|
+
}, Ps = /* @__PURE__ */ b({
|
|
2302
2302
|
__name: "vimeo",
|
|
2303
2303
|
props: {
|
|
2304
2304
|
headline: {
|
|
@@ -2319,10 +2319,10 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2319
2319
|
])
|
|
2320
2320
|
]));
|
|
2321
2321
|
}
|
|
2322
|
-
}), Fs = /* @__PURE__ */
|
|
2322
|
+
}), Fs = /* @__PURE__ */ g(Ps, [["__scopeId", "data-v-90a2b109"]]), Ms = { class: "academy-overview" }, Os = { class: "academy-overview__content-wrapper" }, zs = { class: "academy-overview__content" }, Hs = { class: "academy-overview__title" }, Rs = { class: "academy-overview__description" }, Ns = { class: "academy-overview__button-wrapper" }, Es = {
|
|
2323
2323
|
key: 0,
|
|
2324
2324
|
class: "academy-overview__stats"
|
|
2325
|
-
}, js = { class: "academy-overview__stats-row" }, Gs = { class: "academy-overview__stat" }, Ks = { class: "academy-overview__value" }, Us = { class: "academy-overview__label" }, Js = { class: "academy-overview__stat" }, Ws = { class: "academy-overview__value" }, Ys = { class: "academy-overview__label" }, Qs = /* @__PURE__ */
|
|
2325
|
+
}, js = { class: "academy-overview__stats-row" }, Gs = { class: "academy-overview__stat" }, Ks = { class: "academy-overview__value" }, Us = { class: "academy-overview__label" }, Js = { class: "academy-overview__stat" }, Ws = { class: "academy-overview__value" }, Ys = { class: "academy-overview__label" }, Qs = /* @__PURE__ */ b({
|
|
2326
2326
|
__name: "frontpage-hero",
|
|
2327
2327
|
props: {
|
|
2328
2328
|
hero: { default: () => ({
|
|
@@ -2362,7 +2362,7 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2362
2362
|
])
|
|
2363
2363
|
]));
|
|
2364
2364
|
}
|
|
2365
|
-
}), Zs = /* @__PURE__ */
|
|
2365
|
+
}), Zs = /* @__PURE__ */ g(Qs, [["__scopeId", "data-v-1594f3e8"]]), Xs = { class: "not-found__wrapper" }, xs = { class: "not-found__content" }, ei = { class: "not-found__headline" }, ti = { class: "not-found__body" }, ai = /* @__PURE__ */ b({
|
|
2366
2366
|
__name: "404",
|
|
2367
2367
|
props: {
|
|
2368
2368
|
headline: {
|
|
@@ -2380,7 +2380,7 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2380
2380
|
])
|
|
2381
2381
|
]));
|
|
2382
2382
|
}
|
|
2383
|
-
}), oi = /* @__PURE__ */
|
|
2383
|
+
}), oi = /* @__PURE__ */ g(ai, [["__scopeId", "data-v-b829ca6c"]]), li = { class: "filter__wrapper" }, si = { class: "filter__content" }, ii = { class: "filter__dropdowns" }, ri = { class: "filter__chips" }, ni = /* @__PURE__ */ b({
|
|
2384
2384
|
__name: "filter",
|
|
2385
2385
|
props: {
|
|
2386
2386
|
hasChips: {
|
|
@@ -2410,7 +2410,7 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2410
2410
|
])
|
|
2411
2411
|
]));
|
|
2412
2412
|
}
|
|
2413
|
-
}), di = /* @__PURE__ */
|
|
2413
|
+
}), di = /* @__PURE__ */ g(ni, [["__scopeId", "data-v-03a6a216"]]), ke = (e) => (N("data-v-a0ab0743"), e = e(), E(), e), ci = { class: "footer__wrapper" }, ui = { class: "footer__content" }, _i = {
|
|
2414
2414
|
key: 0,
|
|
2415
2415
|
src: "https://mobile-industrial-robots.com/logo/mir-main-logo.svg",
|
|
2416
2416
|
style: { margin: "0 auto" },
|
|
@@ -2422,7 +2422,7 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2422
2422
|
}, gi = {
|
|
2423
2423
|
key: 1,
|
|
2424
2424
|
class: "section__title"
|
|
2425
|
-
}, bi = { key: 0 },
|
|
2425
|
+
}, bi = { key: 0 }, ki = { key: 1 }, yi = { key: 2 }, $i = { key: 3 }, wi = { key: 4 }, Bi = /* @__PURE__ */ ke(() => /* @__PURE__ */ t("br", null, null, -1)), Si = {
|
|
2426
2426
|
key: 0,
|
|
2427
2427
|
href: "mailto:china@mir-robots.com"
|
|
2428
2428
|
}, Ii = {
|
|
@@ -2434,13 +2434,13 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2434
2434
|
}, Ti = {
|
|
2435
2435
|
key: 1,
|
|
2436
2436
|
href: "tel:+4520377577"
|
|
2437
|
-
}, qi = { class: "footer__bottom" }, Ai = { class: "copyright" }, Li = { class: "footer__policy" }, Di = /* @__PURE__ */
|
|
2437
|
+
}, qi = { class: "footer__bottom" }, Ai = { class: "copyright" }, Li = { class: "footer__policy" }, Di = /* @__PURE__ */ ke(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), Vi = {
|
|
2438
2438
|
key: 0,
|
|
2439
2439
|
class: "footer__social"
|
|
2440
2440
|
}, Pi = ["href", "aria-label"], Fi = {
|
|
2441
2441
|
key: 1,
|
|
2442
2442
|
class: "footer__social"
|
|
2443
|
-
}, Mi = ["href", "aria-label"], Oi = /* @__PURE__ */
|
|
2443
|
+
}, Mi = ["href", "aria-label"], Oi = /* @__PURE__ */ b({
|
|
2444
2444
|
__name: "footer",
|
|
2445
2445
|
props: {
|
|
2446
2446
|
language: { default: "" },
|
|
@@ -2473,26 +2473,26 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2473
2473
|
t("div", fi, [
|
|
2474
2474
|
a.language === "zh" ? (s(), i("span", vi, "名傲移动机器人(上海)有限公司")) : (s(), i("span", gi, "Mobile Industrial Robots A/S")),
|
|
2475
2475
|
t("address", null, [
|
|
2476
|
-
a.language === "zh" ? (s(), i("span", bi, "上海浦东新区金桥出口加工区")) : (s(), i("span",
|
|
2477
|
-
a.language === "zh" ? (s(), i("span",
|
|
2476
|
+
a.language === "zh" ? (s(), i("span", bi, "上海浦东新区金桥出口加工区")) : (s(), i("span", ki, "Energivej 51")),
|
|
2477
|
+
a.language === "zh" ? (s(), i("span", yi, "桂桥路1201号10栋2楼")) : (s(), i("span", $i, "5260 Odense S")),
|
|
2478
2478
|
a.language !== "zh" ? (s(), i("span", wi, "CVR: 35251235")) : _("", !0),
|
|
2479
2479
|
Bi,
|
|
2480
|
-
|
|
2480
|
+
I(L, {
|
|
2481
2481
|
class: "footer__contact",
|
|
2482
2482
|
"link-type": "regular_light",
|
|
2483
2483
|
underline: "false"
|
|
2484
2484
|
}, {
|
|
2485
|
-
default:
|
|
2485
|
+
default: k(() => [
|
|
2486
2486
|
a.language === "zh" ? (s(), i("a", Si, "china@mir-robots.com")) : (s(), i("a", Ii, "mail@mir-robots.com"))
|
|
2487
2487
|
]),
|
|
2488
2488
|
_: 1
|
|
2489
2489
|
}),
|
|
2490
|
-
|
|
2490
|
+
I(L, {
|
|
2491
2491
|
class: "footer__contact",
|
|
2492
2492
|
"link-type": "regular_light",
|
|
2493
2493
|
underline: "false"
|
|
2494
2494
|
}, {
|
|
2495
|
-
default:
|
|
2495
|
+
default: k(() => [
|
|
2496
2496
|
a.language === "zh" ? (s(), i("a", Ci, "+86 13661856951(微信同号)")) : (s(), i("a", Ti, "+45 20 377 577"))
|
|
2497
2497
|
]),
|
|
2498
2498
|
_: 1
|
|
@@ -2509,7 +2509,7 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2509
2509
|
}, [
|
|
2510
2510
|
t("span", null, [
|
|
2511
2511
|
Di,
|
|
2512
|
-
|
|
2512
|
+
Y(c(a.changeRegion), 1)
|
|
2513
2513
|
])
|
|
2514
2514
|
]),
|
|
2515
2515
|
d(a.$slots, "footer-privacy-link"),
|
|
@@ -2521,7 +2521,7 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2521
2521
|
underline: "false",
|
|
2522
2522
|
"link-type": "regular"
|
|
2523
2523
|
}, {
|
|
2524
|
-
default:
|
|
2524
|
+
default: k(() => [
|
|
2525
2525
|
t("a", {
|
|
2526
2526
|
href: l.url,
|
|
2527
2527
|
target: "_blank",
|
|
@@ -2542,7 +2542,7 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2542
2542
|
underline: "false",
|
|
2543
2543
|
"link-type": "regular"
|
|
2544
2544
|
}, {
|
|
2545
|
-
default:
|
|
2545
|
+
default: k(() => [
|
|
2546
2546
|
t("a", {
|
|
2547
2547
|
href: l.url,
|
|
2548
2548
|
target: "_blank",
|
|
@@ -2562,7 +2562,7 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2562
2562
|
])
|
|
2563
2563
|
]));
|
|
2564
2564
|
}
|
|
2565
|
-
}), zi = /* @__PURE__ */
|
|
2565
|
+
}), zi = /* @__PURE__ */ g(Oi, [["__scopeId", "data-v-a0ab0743"]]), ye = (e) => (N("data-v-ecb5f5bd"), e = e(), E(), e), Hi = { class: "header__wrapper" }, Ri = { class: "nav-wrapper" }, Ni = { class: "mir-link-logo" }, Ei = { class: "main-nav-items" }, ji = {
|
|
2566
2566
|
key: 0,
|
|
2567
2567
|
id: "menu-dropdown",
|
|
2568
2568
|
ref: "dropdownDiv"
|
|
@@ -2582,7 +2582,7 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2582
2582
|
key: 2,
|
|
2583
2583
|
id: "menu-portal-switcher",
|
|
2584
2584
|
class: "portal-switcher-wrapper"
|
|
2585
|
-
}, Qi = /* @__PURE__ */
|
|
2585
|
+
}, Qi = /* @__PURE__ */ ye(() => /* @__PURE__ */ t("img", {
|
|
2586
2586
|
src: "https://a.storyblok.com/f/230581/14x12/1b00a4a551/portal-switcher.svg?cv=1712916615032",
|
|
2587
2587
|
alt: "portal switcher icon",
|
|
2588
2588
|
width: "20",
|
|
@@ -2596,7 +2596,7 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2596
2596
|
}, or = {
|
|
2597
2597
|
key: 0,
|
|
2598
2598
|
class: "profile-dropdown-sign-in"
|
|
2599
|
-
}, lr = /* @__PURE__ */
|
|
2599
|
+
}, lr = /* @__PURE__ */ ye(() => /* @__PURE__ */ t("img", {
|
|
2600
2600
|
src: "https://a.storyblok.com/f/230581/15x14/3b3253dd12/icon-user.svg?cv=1712916615014",
|
|
2601
2601
|
alt: "profile dropdown icon",
|
|
2602
2602
|
width: "20",
|
|
@@ -2606,7 +2606,10 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2606
2606
|
], ir = { class: "profile-dropdown-content" }, rr = { class: "mobile-logo-search-burger-wrapper" }, nr = { class: "mobile-mir-link-logo" }, dr = {
|
|
2607
2607
|
key: 0,
|
|
2608
2608
|
class: "mobile-search-wrapper"
|
|
2609
|
-
}, cr = ["src"], ur =
|
|
2609
|
+
}, cr = ["src"], ur = {
|
|
2610
|
+
id: "menu-portal-switcher",
|
|
2611
|
+
class: "menu-portal-switcher-wrapper"
|
|
2612
|
+
}, _r = ["src"], hr = { class: "portal-switcher-content" }, pr = { class: "portal-switcher-links" }, mr = ["href"], fr = ["src"], vr = ["src"], gr = { class: "mobile-menu-content-wrapper" }, br = { class: "mobile-dropdown-content" }, kr = /* @__PURE__ */ b({
|
|
2610
2613
|
__name: "header",
|
|
2611
2614
|
props: {
|
|
2612
2615
|
burgerState: {
|
|
@@ -2660,59 +2663,59 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2660
2663
|
setup(e, { expose: a, emit: r }) {
|
|
2661
2664
|
let l = null;
|
|
2662
2665
|
const o = e;
|
|
2663
|
-
let u = C(o.burgerState), p = C(o.search), n = C(o.showDropDown),
|
|
2664
|
-
|
|
2666
|
+
let u = C(o.burgerState), p = C(o.search), n = C(o.showDropDown), v = C(o.showPortalSwitcherDropDown), f = C(o.showProfileDropDown), $ = C(o.isAuthenticated);
|
|
2667
|
+
Z(
|
|
2665
2668
|
() => o.burgerState,
|
|
2666
|
-
(
|
|
2667
|
-
),
|
|
2669
|
+
(w) => u.value = w
|
|
2670
|
+
), Z(
|
|
2668
2671
|
() => o.search,
|
|
2669
|
-
(
|
|
2670
|
-
),
|
|
2672
|
+
(w) => p.value = w
|
|
2673
|
+
), Z(
|
|
2671
2674
|
() => o.showDropDown,
|
|
2672
|
-
(
|
|
2673
|
-
),
|
|
2675
|
+
(w) => n.value = w
|
|
2676
|
+
), Z(
|
|
2674
2677
|
() => o.showPortalSwitcherDropDown,
|
|
2675
|
-
(
|
|
2676
|
-
),
|
|
2678
|
+
(w) => v.value = w
|
|
2679
|
+
), Z(
|
|
2677
2680
|
() => o.showProfileDropDown,
|
|
2678
|
-
(
|
|
2679
|
-
),
|
|
2681
|
+
(w) => f.value = w
|
|
2682
|
+
), Z(
|
|
2680
2683
|
() => o.isAuthenticated,
|
|
2681
|
-
(
|
|
2684
|
+
(w) => $.value = w
|
|
2682
2685
|
), me(() => {
|
|
2683
|
-
l = (
|
|
2684
|
-
|
|
2686
|
+
l = (w) => {
|
|
2687
|
+
w.target.closest("#menu-dropdown") || (n.value = !1), w.target.closest("#menu-portal-switcher") || (v.value = !1), w.target.closest("#menu-profile-dropdown") || (f.value = !1);
|
|
2685
2688
|
}, window.addEventListener("click", l);
|
|
2686
2689
|
}), qe(() => {
|
|
2687
2690
|
l !== null && window.removeEventListener("click", l);
|
|
2688
2691
|
});
|
|
2689
|
-
const
|
|
2692
|
+
const B = r;
|
|
2690
2693
|
function ae() {
|
|
2691
|
-
n.value = !n.value,
|
|
2694
|
+
n.value = !n.value, B("update:showDropDown", n.value);
|
|
2692
2695
|
}
|
|
2693
|
-
function
|
|
2694
|
-
|
|
2696
|
+
function oe() {
|
|
2697
|
+
v.value = !v.value, B("update:showPortalSwitcherDropDown", v.value);
|
|
2695
2698
|
}
|
|
2696
2699
|
function ne() {
|
|
2697
|
-
f.value = !f.value,
|
|
2700
|
+
f.value = !f.value, B("update:showProfileDropDown", f.value);
|
|
2698
2701
|
}
|
|
2699
2702
|
function de() {
|
|
2700
|
-
u.value = !u.value,
|
|
2703
|
+
u.value = !u.value, B("update:burgerState", u.value);
|
|
2701
2704
|
}
|
|
2702
|
-
let U = C(null),
|
|
2705
|
+
let U = C(null), le = C(null);
|
|
2703
2706
|
function ce() {
|
|
2704
2707
|
U.value && U.value.blur();
|
|
2705
2708
|
}
|
|
2706
2709
|
return a({
|
|
2707
2710
|
defocusSearchButton: ce
|
|
2708
|
-
}), (
|
|
2711
|
+
}), (w, j) => (s(), i("div", Hi, [
|
|
2709
2712
|
t("nav", null, [
|
|
2710
2713
|
t("div", Ri, [
|
|
2711
2714
|
t("div", Ni, [
|
|
2712
|
-
d(
|
|
2715
|
+
d(w.$slots, "link-logo", {}, void 0, !0)
|
|
2713
2716
|
]),
|
|
2714
2717
|
t("ul", Ei, [
|
|
2715
|
-
d(
|
|
2718
|
+
d(w.$slots, "main-nav-items", {}, void 0, !0)
|
|
2716
2719
|
]),
|
|
2717
2720
|
e.useDropdown ? (s(), i("div", ji, [
|
|
2718
2721
|
t("button", {
|
|
@@ -2720,28 +2723,28 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2720
2723
|
"aria-label": "Toggle Dropdown",
|
|
2721
2724
|
onClick: ae
|
|
2722
2725
|
}, [
|
|
2723
|
-
d(
|
|
2724
|
-
|
|
2726
|
+
d(w.$slots, "dropdown-title", {}, void 0, !0),
|
|
2727
|
+
y(n) === !1 ? (s(), i("img", Gi)) : (s(), i("img", Ki))
|
|
2725
2728
|
]),
|
|
2726
2729
|
K(t("div", Ui, [
|
|
2727
|
-
d(
|
|
2730
|
+
d(w.$slots, "dropdown-links", {}, void 0, !0)
|
|
2728
2731
|
], 512), [
|
|
2729
|
-
[
|
|
2732
|
+
[W, y(n)]
|
|
2730
2733
|
])
|
|
2731
2734
|
], 512)) : _("", !0),
|
|
2732
|
-
|
|
2735
|
+
y(p) ? (s(), i("div", Ji, [
|
|
2733
2736
|
t("button", {
|
|
2734
2737
|
ref_key: "navSearchButton",
|
|
2735
2738
|
ref: U,
|
|
2736
2739
|
class: "search-icon",
|
|
2737
2740
|
"aria-label": "Toggle search",
|
|
2738
|
-
onClick: j[0] || (j[0] = (
|
|
2739
|
-
var
|
|
2740
|
-
return
|
|
2741
|
+
onClick: j[0] || (j[0] = (O) => {
|
|
2742
|
+
var z;
|
|
2743
|
+
return w.$emit("clickSearch"), (z = y(U)) == null ? void 0 : z.blur();
|
|
2741
2744
|
})
|
|
2742
2745
|
}, [
|
|
2743
2746
|
t("img", {
|
|
2744
|
-
src:
|
|
2747
|
+
src: y(u) === !0 ? "https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080" : "https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",
|
|
2745
2748
|
alt: "search icon",
|
|
2746
2749
|
width: "20",
|
|
2747
2750
|
height: "20"
|
|
@@ -2752,24 +2755,24 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2752
2755
|
t("button", {
|
|
2753
2756
|
class: "nav-portal-switcher-btn",
|
|
2754
2757
|
"aria-label": "Toggle Portal",
|
|
2755
|
-
onClick:
|
|
2758
|
+
onClick: oe
|
|
2756
2759
|
}, Zi),
|
|
2757
2760
|
K(t("div", Xi, [
|
|
2758
2761
|
t("ul", xi, [
|
|
2759
|
-
(s(!0), i(V, null, P(e.portals, (
|
|
2760
|
-
key:
|
|
2762
|
+
(s(!0), i(V, null, P(e.portals, (O, z) => (s(), i("li", {
|
|
2763
|
+
key: z,
|
|
2761
2764
|
class: "portal-switcher-link"
|
|
2762
2765
|
}, [
|
|
2763
|
-
|
|
2764
|
-
default:
|
|
2766
|
+
I(y(L), { "link-type": "regular" }, {
|
|
2767
|
+
default: k(() => [
|
|
2765
2768
|
t("a", {
|
|
2766
|
-
href:
|
|
2767
|
-
onClick: j[1] || (j[1] = (
|
|
2769
|
+
href: O.link,
|
|
2770
|
+
onClick: j[1] || (j[1] = (J) => X(n) ? n.value = !1 : n = !1)
|
|
2768
2771
|
}, [
|
|
2769
2772
|
t("img", {
|
|
2770
|
-
src:
|
|
2773
|
+
src: O.icon
|
|
2771
2774
|
}, null, 8, tr),
|
|
2772
|
-
t("div", null, c(
|
|
2775
|
+
t("div", null, c(O.name), 1)
|
|
2773
2776
|
], 8, er)
|
|
2774
2777
|
]),
|
|
2775
2778
|
_: 2
|
|
@@ -2777,81 +2780,125 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2777
2780
|
]))), 128))
|
|
2778
2781
|
])
|
|
2779
2782
|
], 512), [
|
|
2780
|
-
[
|
|
2783
|
+
[W, y(v)]
|
|
2781
2784
|
])
|
|
2782
2785
|
])) : _("", !0),
|
|
2783
2786
|
e.useProfileDropdown ? (s(), i("div", ar, [
|
|
2784
|
-
|
|
2785
|
-
d(
|
|
2787
|
+
y($) ? _("", !0) : (s(), i("div", or, [
|
|
2788
|
+
d(w.$slots, "profile-dropdown-sign-in", {}, void 0, !0)
|
|
2786
2789
|
])),
|
|
2787
|
-
|
|
2790
|
+
y($) ? (s(), i("button", {
|
|
2788
2791
|
key: 1,
|
|
2789
2792
|
"aria-label": "Toggle Profile",
|
|
2790
2793
|
class: "nav-profile-dropdown-btn",
|
|
2791
2794
|
onClick: ne
|
|
2792
2795
|
}, sr)) : _("", !0),
|
|
2793
2796
|
K(t("div", ir, [
|
|
2794
|
-
d(
|
|
2797
|
+
d(w.$slots, "profile-dropdown-links", {}, void 0, !0)
|
|
2795
2798
|
], 512), [
|
|
2796
|
-
[
|
|
2799
|
+
[W, y(f)]
|
|
2797
2800
|
])
|
|
2798
2801
|
])) : _("", !0)
|
|
2799
2802
|
]),
|
|
2800
2803
|
t("div", {
|
|
2801
|
-
class: h(["mobile-nav-wrapper",
|
|
2804
|
+
class: h(["mobile-nav-wrapper", y(u) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
|
|
2802
2805
|
}, [
|
|
2803
2806
|
t("div", rr, [
|
|
2804
2807
|
t("div", nr, [
|
|
2805
|
-
d(
|
|
2808
|
+
d(w.$slots, "link-logo", {}, void 0, !0)
|
|
2806
2809
|
]),
|
|
2807
|
-
|
|
2810
|
+
y(p) ? (s(), i("div", dr, [
|
|
2808
2811
|
t("button", {
|
|
2809
2812
|
ref_key: "mobileSearchButton",
|
|
2810
|
-
ref:
|
|
2813
|
+
ref: le,
|
|
2811
2814
|
class: "search-icon",
|
|
2812
2815
|
"aria-label": "Toggle search",
|
|
2813
|
-
onClick: j[2] || (j[2] = (
|
|
2814
|
-
var
|
|
2815
|
-
return
|
|
2816
|
+
onClick: j[2] || (j[2] = (O) => {
|
|
2817
|
+
var z;
|
|
2818
|
+
return w.$emit("clickSearch"), (z = y(le)) == null ? void 0 : z.blur();
|
|
2816
2819
|
})
|
|
2817
2820
|
}, [
|
|
2818
2821
|
t("img", {
|
|
2819
|
-
src:
|
|
2822
|
+
src: y(u) === !0 ? "https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080" : "https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",
|
|
2820
2823
|
alt: "search icon",
|
|
2821
2824
|
width: "20",
|
|
2822
2825
|
height: "20"
|
|
2823
2826
|
}, null, 8, cr)
|
|
2824
2827
|
], 512)
|
|
2825
2828
|
])) : _("", !0),
|
|
2829
|
+
t("div", ur, [
|
|
2830
|
+
t("button", {
|
|
2831
|
+
class: h({
|
|
2832
|
+
"menu-portal-switcher-btn": !0,
|
|
2833
|
+
"is-active": y(v)
|
|
2834
|
+
}),
|
|
2835
|
+
style: x({
|
|
2836
|
+
backgroundColor: y(v) && y(u) === !0 ? "#1a76bc" : y(v) ? "#cbeefa" : "transparent"
|
|
2837
|
+
}),
|
|
2838
|
+
onClick: ue(oe, ["prevent"])
|
|
2839
|
+
}, [
|
|
2840
|
+
t("img", {
|
|
2841
|
+
src: y(u) === !0 ? "https://a.storyblok.com/f/230581/14x12/84ff5537cb/portal-switcher-white.svg" : "https://a.storyblok.com/f/230581/14x12/1b00a4a551/portal-switcher.svg",
|
|
2842
|
+
alt: "portalswitchericon",
|
|
2843
|
+
width: "20",
|
|
2844
|
+
height: "20"
|
|
2845
|
+
}, null, 8, _r)
|
|
2846
|
+
], 6),
|
|
2847
|
+
K(t("div", hr, [
|
|
2848
|
+
t("ul", pr, [
|
|
2849
|
+
(s(!0), i(V, null, P(e.portals, (O, z) => (s(), i("li", {
|
|
2850
|
+
key: z,
|
|
2851
|
+
class: "portal-switcher-link"
|
|
2852
|
+
}, [
|
|
2853
|
+
I(y(L), { "link-type": "regular" }, {
|
|
2854
|
+
default: k(() => [
|
|
2855
|
+
t("a", {
|
|
2856
|
+
href: O.link,
|
|
2857
|
+
onClick: j[3] || (j[3] = (J) => X(n) ? n.value = !1 : n = !1)
|
|
2858
|
+
}, [
|
|
2859
|
+
t("img", {
|
|
2860
|
+
src: O.icon
|
|
2861
|
+
}, null, 8, fr),
|
|
2862
|
+
t("div", null, c(O.name), 1)
|
|
2863
|
+
], 8, mr)
|
|
2864
|
+
]),
|
|
2865
|
+
_: 2
|
|
2866
|
+
}, 1024)
|
|
2867
|
+
]))), 128))
|
|
2868
|
+
])
|
|
2869
|
+
], 512), [
|
|
2870
|
+
[W, y(v)]
|
|
2871
|
+
])
|
|
2872
|
+
]),
|
|
2826
2873
|
t("button", {
|
|
2827
2874
|
class: "mobile-burger-wrapper",
|
|
2828
2875
|
"aria-label": "Toggle menu",
|
|
2829
|
-
onClick:
|
|
2876
|
+
onClick: ue(de, ["prevent"])
|
|
2830
2877
|
}, [
|
|
2831
2878
|
t("img", {
|
|
2832
2879
|
width: "20",
|
|
2833
2880
|
height: "20",
|
|
2834
|
-
src:
|
|
2881
|
+
src: y(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",
|
|
2835
2882
|
alt: "burger menu icon"
|
|
2836
|
-
}, null, 8,
|
|
2883
|
+
}, null, 8, vr)
|
|
2837
2884
|
])
|
|
2838
2885
|
]),
|
|
2839
|
-
K(t("div",
|
|
2886
|
+
K(t("div", gr, [
|
|
2840
2887
|
t("ul", null, [
|
|
2841
|
-
d(
|
|
2888
|
+
d(w.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2842
2889
|
]),
|
|
2843
|
-
t("ul",
|
|
2844
|
-
d(
|
|
2845
|
-
d(
|
|
2890
|
+
t("ul", br, [
|
|
2891
|
+
d(w.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2892
|
+
d(w.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2846
2893
|
])
|
|
2847
2894
|
], 512), [
|
|
2848
|
-
[
|
|
2895
|
+
[W, y(u)]
|
|
2849
2896
|
])
|
|
2850
2897
|
], 2)
|
|
2851
2898
|
])
|
|
2852
2899
|
]));
|
|
2853
2900
|
}
|
|
2854
|
-
}),
|
|
2901
|
+
}), yr = /* @__PURE__ */ g(kr, [["__scopeId", "data-v-ecb5f5bd"]]), $r = { class: "language__wrapper" }, wr = { class: "language__content" }, Br = { class: "language__headline" }, Sr = { class: "language__paragraph" }, Ir = { class: "language__links" }, Cr = /* @__PURE__ */ b({
|
|
2855
2902
|
__name: "language-switcher",
|
|
2856
2903
|
props: {
|
|
2857
2904
|
headline: {
|
|
@@ -2864,17 +2911,17 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2864
2911
|
}
|
|
2865
2912
|
},
|
|
2866
2913
|
setup(e) {
|
|
2867
|
-
return (a, r) => (s(), i("div",
|
|
2868
|
-
t("div",
|
|
2869
|
-
t("h2",
|
|
2870
|
-
t("p",
|
|
2871
|
-
t("div",
|
|
2914
|
+
return (a, r) => (s(), i("div", $r, [
|
|
2915
|
+
t("div", wr, [
|
|
2916
|
+
t("h2", Br, c(e.headline), 1),
|
|
2917
|
+
t("p", Sr, c(e.paragraph), 1),
|
|
2918
|
+
t("div", Ir, [
|
|
2872
2919
|
d(a.$slots, "language-links", {}, void 0, !0)
|
|
2873
2920
|
])
|
|
2874
2921
|
])
|
|
2875
2922
|
]));
|
|
2876
2923
|
}
|
|
2877
|
-
}),
|
|
2924
|
+
}), Tr = /* @__PURE__ */ g(Cr, [["__scopeId", "data-v-dc8cc97e"]]), qr = { class: "pagination__wrapper" }, Ar = { class: "pagination__content" }, Lr = /* @__PURE__ */ b({
|
|
2878
2925
|
__name: "pagination",
|
|
2879
2926
|
props: {
|
|
2880
2927
|
isPreviousDisabled: {
|
|
@@ -2888,16 +2935,16 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2888
2935
|
},
|
|
2889
2936
|
emits: ["previous", "next"],
|
|
2890
2937
|
setup(e) {
|
|
2891
|
-
return (a, r) => (s(), i("div",
|
|
2892
|
-
t("div",
|
|
2893
|
-
|
|
2938
|
+
return (a, r) => (s(), i("div", qr, [
|
|
2939
|
+
t("div", Ar, [
|
|
2940
|
+
I(ie, {
|
|
2894
2941
|
disabled: e.isPreviousDisabled,
|
|
2895
2942
|
variant: "previous",
|
|
2896
2943
|
"aria-label": "previous",
|
|
2897
2944
|
onClick: r[0] || (r[0] = (l) => a.$emit("previous"))
|
|
2898
2945
|
}, null, 8, ["disabled"]),
|
|
2899
2946
|
d(a.$slots, "pagination-numbers"),
|
|
2900
|
-
|
|
2947
|
+
I(ie, {
|
|
2901
2948
|
disabled: e.isNextDisabled,
|
|
2902
2949
|
variant: "next",
|
|
2903
2950
|
"aria-label": "next",
|
|
@@ -2906,13 +2953,13 @@ const bs = /* @__PURE__ */ v(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2906
2953
|
])
|
|
2907
2954
|
]));
|
|
2908
2955
|
}
|
|
2909
|
-
}),
|
|
2910
|
-
function
|
|
2911
|
-
return s(), i("div",
|
|
2956
|
+
}), Dr = /* @__PURE__ */ g(Lr, [["__scopeId", "data-v-da6d07c9"]]), Vr = {}, Pr = { class: "search__wrapper" };
|
|
2957
|
+
function Fr(e, a) {
|
|
2958
|
+
return s(), i("div", Pr, [
|
|
2912
2959
|
d(e.$slots, "default", { class: "search__content" })
|
|
2913
2960
|
]);
|
|
2914
2961
|
}
|
|
2915
|
-
const
|
|
2962
|
+
const Mr = /* @__PURE__ */ g(Vr, [["render", Fr], ["__scopeId", "data-v-c07a6cf3"]]), Or = { class: "dropdown" }, zr = ["aria-expanded"], Hr = /* @__PURE__ */ b({
|
|
2916
2963
|
__name: "select-multiple",
|
|
2917
2964
|
props: {
|
|
2918
2965
|
label: { default: "" },
|
|
@@ -2922,51 +2969,51 @@ const Ar = /* @__PURE__ */ v(Cr, [["render", qr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2922
2969
|
emits: ["filter", "remove-filter"],
|
|
2923
2970
|
setup(e, { emit: a }) {
|
|
2924
2971
|
const r = C(!1), l = e, o = a;
|
|
2925
|
-
function u(
|
|
2926
|
-
!l.selectedOptions.includes(
|
|
2972
|
+
function u(v, f) {
|
|
2973
|
+
!l.selectedOptions.includes(v) && !l.selectedOptions.includes(f) ? o("filter", v) : o("remove-filter", v);
|
|
2927
2974
|
}
|
|
2928
2975
|
function p() {
|
|
2929
2976
|
r.value = !1;
|
|
2930
2977
|
}
|
|
2931
2978
|
const n = q(() => l.options.length > 8);
|
|
2932
|
-
return (
|
|
2933
|
-
const
|
|
2934
|
-
return K((s(), i("div",
|
|
2979
|
+
return (v, f) => {
|
|
2980
|
+
const $ = he("click-outside");
|
|
2981
|
+
return K((s(), i("div", Or, [
|
|
2935
2982
|
t("button", {
|
|
2936
2983
|
class: h(["dropdown-button", { clicked: r.value }]),
|
|
2937
|
-
style:
|
|
2984
|
+
style: x({ "z-index": r.value ? 2 : 0 }),
|
|
2938
2985
|
"aria-expanded": r.value ? "true" : "false",
|
|
2939
|
-
onClick: f[0] || (f[0] = (
|
|
2986
|
+
onClick: f[0] || (f[0] = (B) => r.value = !r.value)
|
|
2940
2987
|
}, [
|
|
2941
|
-
d(
|
|
2942
|
-
|
|
2988
|
+
d(v.$slots, "button", {}, () => [
|
|
2989
|
+
Y(c(v.label), 1)
|
|
2943
2990
|
], !0)
|
|
2944
|
-
], 14,
|
|
2991
|
+
], 14, zr),
|
|
2945
2992
|
t("div", {
|
|
2946
2993
|
class: h([{ hidden: !r.value, "adjust-height": n.value }, "dropdown-content"])
|
|
2947
2994
|
}, [
|
|
2948
|
-
(s(!0), i(V, null, P(
|
|
2949
|
-
id:
|
|
2950
|
-
key:
|
|
2951
|
-
name:
|
|
2995
|
+
(s(!0), i(V, null, P(v.options, (B) => (s(), T(y(fe), {
|
|
2996
|
+
id: B.value,
|
|
2997
|
+
key: B.value,
|
|
2998
|
+
name: B.text,
|
|
2952
2999
|
required: !1,
|
|
2953
3000
|
disabled: !1,
|
|
2954
|
-
value:
|
|
2955
|
-
checked:
|
|
2956
|
-
onInput: (ae) => u(
|
|
3001
|
+
value: B.value,
|
|
3002
|
+
checked: v.selectedOptions.includes(B.value) || v.selectedOptions.includes(B.text),
|
|
3003
|
+
onInput: (ae) => u(B.value, B.text)
|
|
2957
3004
|
}, {
|
|
2958
|
-
default:
|
|
2959
|
-
|
|
3005
|
+
default: k(() => [
|
|
3006
|
+
Y(c(B.text), 1)
|
|
2960
3007
|
]),
|
|
2961
3008
|
_: 2
|
|
2962
3009
|
}, 1032, ["id", "name", "value", "checked", "onInput"]))), 128))
|
|
2963
3010
|
], 2)
|
|
2964
3011
|
])), [
|
|
2965
|
-
[
|
|
3012
|
+
[$, p]
|
|
2966
3013
|
]);
|
|
2967
3014
|
};
|
|
2968
3015
|
}
|
|
2969
|
-
}),
|
|
3016
|
+
}), Rr = /* @__PURE__ */ g(Hr, [["__scopeId", "data-v-678cc92e"]]), Nr = { class: "promo__content" }, Er = { class: "pallet-jack__media-wrap" }, jr = { class: "pallet-jack-link" }, Gr = { class: "pallet-jack__media-wrap__inner-wrap" }, Kr = { class: "pallet-jack__media-wrap__content-wrap" }, Ur = { class: "regular-blue" }, Jr = /* @__PURE__ */ b({
|
|
2970
3017
|
__name: "pallet-jack",
|
|
2971
3018
|
props: {
|
|
2972
3019
|
label: { default: "" },
|
|
@@ -2992,22 +3039,22 @@ const Ar = /* @__PURE__ */ v(Cr, [["render", qr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2992
3039
|
o.teaser ? "promo__wrapper--teaser" : ""
|
|
2993
3040
|
])
|
|
2994
3041
|
}, [
|
|
2995
|
-
t("div",
|
|
3042
|
+
t("div", Nr, [
|
|
2996
3043
|
t("div", {
|
|
2997
3044
|
class: h([
|
|
2998
3045
|
"promo__video",
|
|
2999
3046
|
o.reverse ? "promo__video--reverse" : "promo__video--default"
|
|
3000
3047
|
])
|
|
3001
3048
|
}, [
|
|
3002
|
-
t("div",
|
|
3003
|
-
t("div",
|
|
3049
|
+
t("div", Er, [
|
|
3050
|
+
t("div", jr, [
|
|
3004
3051
|
d(o.$slots, "pallet-jack-link")
|
|
3005
3052
|
]),
|
|
3006
|
-
t("div",
|
|
3053
|
+
t("div", Gr, [
|
|
3007
3054
|
d(o.$slots, "pallet-jack-video")
|
|
3008
3055
|
]),
|
|
3009
|
-
t("div",
|
|
3010
|
-
t("h3",
|
|
3056
|
+
t("div", Kr, [
|
|
3057
|
+
t("h3", Ur, c(o.headline), 1),
|
|
3011
3058
|
t("p", null, c(o.shortDescription), 1)
|
|
3012
3059
|
])
|
|
3013
3060
|
])
|
|
@@ -3018,7 +3065,7 @@ const Ar = /* @__PURE__ */ v(Cr, [["render", qr], ["__scopeId", "data-v-c07a6cf3
|
|
|
3018
3065
|
o.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
3019
3066
|
])
|
|
3020
3067
|
}, [
|
|
3021
|
-
o.label ? (s(), T(
|
|
3068
|
+
o.label ? (s(), T(ee, {
|
|
3022
3069
|
key: 0,
|
|
3023
3070
|
text: o.label,
|
|
3024
3071
|
"label-dark": o.variant === "dark"
|
|
@@ -3036,7 +3083,7 @@ const Ar = /* @__PURE__ */ v(Cr, [["render", qr], ["__scopeId", "data-v-c07a6cf3
|
|
|
3036
3083
|
"link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
|
|
3037
3084
|
arrow: ""
|
|
3038
3085
|
}, {
|
|
3039
|
-
default:
|
|
3086
|
+
default: k(() => [
|
|
3040
3087
|
d(o.$slots, "promo-link")
|
|
3041
3088
|
]),
|
|
3042
3089
|
_: 3
|
|
@@ -3045,7 +3092,7 @@ const Ar = /* @__PURE__ */ v(Cr, [["render", qr], ["__scopeId", "data-v-c07a6cf3
|
|
|
3045
3092
|
key: 2,
|
|
3046
3093
|
"link-type": o.variant === "dark" ? "secondary_dark" : (o.variant === "light", "secondary")
|
|
3047
3094
|
}, {
|
|
3048
|
-
default:
|
|
3095
|
+
default: k(() => [
|
|
3049
3096
|
d(o.$slots, "promo-link")
|
|
3050
3097
|
]),
|
|
3051
3098
|
_: 3
|
|
@@ -3054,22 +3101,22 @@ const Ar = /* @__PURE__ */ v(Cr, [["render", qr], ["__scopeId", "data-v-c07a6cf3
|
|
|
3054
3101
|
])
|
|
3055
3102
|
], 2));
|
|
3056
3103
|
}
|
|
3057
|
-
}),
|
|
3104
|
+
}), Wr = /* @__PURE__ */ g(Jr, [["__scopeId", "data-v-00c0bad3"]]), Qr = {
|
|
3058
3105
|
install: (e) => {
|
|
3059
|
-
e.component("AtomButton",
|
|
3106
|
+
e.component("AtomButton", ie), e.component("AtomCheckbox", fe), e.component("AtomChip", Ne), e.component("AtomDropdown", Ye), e.component("AtomImage", M), e.component("AtomLabel", ee), e.component("AtomLink", L), e.component("AtomRadioButton", rt), e.component("AtomSelect", ht), e.component("AtomSelectMultiple", Rr), e.component("AtomSlider", Bt), e.component("AtomTextarea", Lt), e.component("AtomTextField", Et), e.component("AtomVideo", te), e.component("MoleculeAddress", la), e.component("MoleculeBulletList", da), e.component("MoleculeCard", pa), e.component("MoleculeColumnCard", ge), e.component("MoleculeEventCard", Ca), e.component("MoleculeFlashcard", be), e.component("MoleculeModal", ve), e.component("MoleculeTextCard", Ga), e.component("BlockAccordion", to), e.component("BlockFacts", wo), e.component("BlockFeatures", Lo), e.component("BlockFlashcards", Mo), e.component("BlockFormScript", jo), e.component("BlockHeadline", Jo), e.component("BlockHero", il), e.component("BlockImage", _l), e.component("BlockImageGallery", vl), e.component("BlockLogoWall", Il), e.component("BlockMicroStories", Ll), e.component("BlockPolicy", Ml), e.component("BlockProductHero", Kl), e.component("BlockPromo", Wl), e.component("BlockQuote", rs), e.component("BlockRichText", _s), e.component("BlockRichTextColumns", bs), e.component("BlockTimeline", qs), e.component("BlockCardDisplay", ro), e.component("BlockColumnGrid", po), e.component("BlockVimeo", Fs), e.component("BlockPalletJack", Wr), e.component("BlockFrontPageHero", Zs), e.component("Organism404", oi), e.component("OrganismFilter", di), e.component("OrganismFooter", zi), e.component("OrganismHeader", yr), e.component("OrganismLanguageSwitcher", Tr), e.component("OrganismPagination", Dr), e.component("OrganismSearch", Mr);
|
|
3060
3107
|
}
|
|
3061
3108
|
};
|
|
3062
3109
|
export {
|
|
3063
|
-
|
|
3110
|
+
ie as AtomButton,
|
|
3064
3111
|
fe as AtomCheckbox,
|
|
3065
3112
|
Ne as AtomChip,
|
|
3066
3113
|
Ye as AtomDropdown,
|
|
3067
3114
|
M as AtomImage,
|
|
3068
|
-
|
|
3115
|
+
ee as AtomLabel,
|
|
3069
3116
|
L as AtomLink,
|
|
3070
3117
|
rt as AtomRadioButton,
|
|
3071
3118
|
ht as AtomSelect,
|
|
3072
|
-
|
|
3119
|
+
Rr as AtomSelectMultiple,
|
|
3073
3120
|
Bt as AtomSlider,
|
|
3074
3121
|
Et as AtomTextField,
|
|
3075
3122
|
Lt as AtomTextarea,
|
|
@@ -3088,7 +3135,7 @@ export {
|
|
|
3088
3135
|
vl as BlockImageGallery,
|
|
3089
3136
|
Il as BlockLogoWall,
|
|
3090
3137
|
Ll as BlockMicroStories,
|
|
3091
|
-
|
|
3138
|
+
Wr as BlockPalletJack,
|
|
3092
3139
|
Ml as BlockPolicy,
|
|
3093
3140
|
Kl as BlockProductHero,
|
|
3094
3141
|
Wl as BlockPromo,
|
|
@@ -3108,9 +3155,9 @@ export {
|
|
|
3108
3155
|
oi as Organism404,
|
|
3109
3156
|
di as OrganismFilter,
|
|
3110
3157
|
zi as OrganismFooter,
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3158
|
+
yr as OrganismHeader,
|
|
3159
|
+
Tr as OrganismLanguageSwitcher,
|
|
3160
|
+
Dr as OrganismPagination,
|
|
3161
|
+
Mr as OrganismSearch,
|
|
3162
|
+
Qr as default
|
|
3116
3163
|
};
|