@mirweb/mir-web-components 1.7.14 → 1.7.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -6
- package/dist/components/blocks/frontpage-hero/frontpage-hero.vue.d.ts +1 -1
- package/dist/components/molecules/card/card.vue.d.ts +1 -1
- package/dist/mir-web-components.cjs.js +1 -1
- package/dist/mir-web-components.css +1 -1
- package/dist/mir-web-components.es.js +526 -529
- package/dist/mir-web-components.umd.js +2 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as g, computed as A, openBlock as
|
|
1
|
+
import { defineComponent as g, computed as A, openBlock as l, createElementBlock as i, normalizeClass as p, toDisplayString as d, createElementVNode as t, renderSlot as c, pushScopeId as H, popScopeId as R, createTextVNode as J, ref as C, resolveDirective as _e, withDirectives as U, Fragment as T, renderList as V, vShow as Z, normalizeProps as O, guardReactiveProps as z, toRefs as Se, mergeProps as M, createVNode as S, Transition as Ie, withCtx as y, withModifiers as he, createBlock as L, createCommentVNode as h, watchEffect as pe, withKeys as Ce, useSlots as qe, normalizeStyle as x, isRef as ce, unref as I, onMounted as me, watch as Q, onUnmounted as Ae } from "vue";
|
|
2
2
|
const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
@@ -15,17 +15,17 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
15
15
|
next: "next",
|
|
16
16
|
previous: "previous"
|
|
17
17
|
}, r = e, o = A(() => a[r.variant]);
|
|
18
|
-
return (
|
|
18
|
+
return (s, u) => (l(), i("button", {
|
|
19
19
|
class: p(["button", "button--" + o.value]),
|
|
20
|
-
"aria-label":
|
|
21
|
-
}, d(o.value === "close" ? "" :
|
|
20
|
+
"aria-label": s.ariaLabel
|
|
21
|
+
}, d(o.value === "close" ? "" : s.buttonText), 11, Le));
|
|
22
22
|
}
|
|
23
|
-
}),
|
|
23
|
+
}), v = (e, a) => {
|
|
24
24
|
const r = e.__vccOpts || e;
|
|
25
|
-
for (const [o,
|
|
26
|
-
r[o] =
|
|
25
|
+
for (const [o, s] of a)
|
|
26
|
+
r[o] = s;
|
|
27
27
|
return r;
|
|
28
|
-
}, se = /* @__PURE__ */
|
|
28
|
+
}, se = /* @__PURE__ */ v(De, [["__scopeId", "data-v-f61b579c"]]), Te = (e) => (H("data-v-0c4c6d8e"), e = e(), R(), e), Ve = ["id", "name", "value", "disabled", "required", "checked"], Pe = ["for"], Fe = /* @__PURE__ */ Te(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Me = /* @__PURE__ */ g({
|
|
29
29
|
__name: "checkbox",
|
|
30
30
|
props: {
|
|
31
31
|
name: { default: "checkbox" },
|
|
@@ -37,34 +37,34 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
37
37
|
},
|
|
38
38
|
emits: ["input"],
|
|
39
39
|
setup(e, { emit: a }) {
|
|
40
|
-
const r = a, o = (
|
|
41
|
-
const
|
|
42
|
-
r("input",
|
|
40
|
+
const r = a, o = (s) => {
|
|
41
|
+
const u = s.target;
|
|
42
|
+
r("input", u.checked);
|
|
43
43
|
};
|
|
44
|
-
return (
|
|
45
|
-
class: p(["checkbox__wrapper",
|
|
44
|
+
return (s, u) => (l(), i("div", {
|
|
45
|
+
class: p(["checkbox__wrapper", s.disabled ? "disabled" : ""])
|
|
46
46
|
}, [
|
|
47
47
|
t("input", {
|
|
48
|
-
id:
|
|
48
|
+
id: s.id,
|
|
49
49
|
type: "checkbox",
|
|
50
|
-
name:
|
|
51
|
-
value:
|
|
52
|
-
disabled:
|
|
53
|
-
required:
|
|
54
|
-
checked:
|
|
50
|
+
name: s.name,
|
|
51
|
+
value: s.value,
|
|
52
|
+
disabled: s.disabled,
|
|
53
|
+
required: s.required,
|
|
54
|
+
checked: s.checked,
|
|
55
55
|
class: "checkbox__checkbox",
|
|
56
56
|
onChange: o
|
|
57
57
|
}, null, 40, Ve),
|
|
58
58
|
t("label", {
|
|
59
|
-
for:
|
|
60
|
-
class: p(["checkbox__label",
|
|
59
|
+
for: s.id,
|
|
60
|
+
class: p(["checkbox__label", s.required ? "required" : ""])
|
|
61
61
|
}, [
|
|
62
62
|
Fe,
|
|
63
|
-
c(
|
|
63
|
+
c(s.$slots, "default", {}, void 0, !0)
|
|
64
64
|
], 10, Pe)
|
|
65
65
|
], 2));
|
|
66
66
|
}
|
|
67
|
-
}),
|
|
67
|
+
}), fe = /* @__PURE__ */ v(Me, [["__scopeId", "data-v-0c4c6d8e"]]), Oe = (e) => (H("data-v-08813346"), e = e(), R(), 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"
|
|
@@ -76,9 +76,9 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
76
76
|
emits: ["remove-chip"],
|
|
77
77
|
setup(e) {
|
|
78
78
|
const a = e, r = A(() => `Chip: ${a.text}`);
|
|
79
|
-
return (o,
|
|
79
|
+
return (o, s) => (l(), i("div", {
|
|
80
80
|
class: "chip__wrapper",
|
|
81
|
-
onClick:
|
|
81
|
+
onClick: s[0] || (s[0] = (u) => o.$emit("remove-chip"))
|
|
82
82
|
}, [
|
|
83
83
|
t("span", {
|
|
84
84
|
class: "chip",
|
|
@@ -86,10 +86,10 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
86
86
|
}, [
|
|
87
87
|
J(d(o.text) + " ", 1),
|
|
88
88
|
He
|
|
89
|
-
], 8,
|
|
89
|
+
], 8, ze)
|
|
90
90
|
]));
|
|
91
91
|
}
|
|
92
|
-
}), Ne = /* @__PURE__ */
|
|
92
|
+
}), Ne = /* @__PURE__ */ v(Re, [["__scopeId", "data-v-08813346"]]), Ee = ["value"], je = ["id"], Ke = { class: "listbox__dropdown" }, Ue = ["id", "aria-labelledby", "aria-disabled"], Ge = ["aria-labelledby", "aria-activedescendant"], Je = ["aria-selected", "data-value"], We = /* @__PURE__ */ g({
|
|
93
93
|
__name: "dropdown",
|
|
94
94
|
props: {
|
|
95
95
|
modelValue: {},
|
|
@@ -107,7 +107,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
107
107
|
const r = {
|
|
108
108
|
primary: "dropdown-dark-bg-primary",
|
|
109
109
|
dark: "dropdown-dark dropdown-dark-bg-dark"
|
|
110
|
-
}, o = e,
|
|
110
|
+
}, o = e, s = A(() => r[o.variant]), u = C(null), _ = C(null), n = C([]), b = C(0), f = C(""), k = C(!0), w = C(0), te = a, ie = A(() => {
|
|
111
111
|
const m = o.options.find(
|
|
112
112
|
(B) => B.value === o.modelValue
|
|
113
113
|
);
|
|
@@ -119,7 +119,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
119
119
|
function ne(m) {
|
|
120
120
|
var q;
|
|
121
121
|
const B = m.target;
|
|
122
|
-
B.getAttribute("role") === "option" && (W(B), oe(), (q =
|
|
122
|
+
B.getAttribute("role") === "option" && (W(B), oe(), (q = u.value) == null || q.focus());
|
|
123
123
|
}
|
|
124
124
|
function G(m) {
|
|
125
125
|
var q;
|
|
@@ -131,8 +131,8 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
131
131
|
const D = o.options.findIndex(
|
|
132
132
|
(Y) => Y.value === o.modelValue
|
|
133
133
|
);
|
|
134
|
-
let N = D ?
|
|
135
|
-
B === "ArrowUp" ? D - 1 >= 0 && (N =
|
|
134
|
+
let N = D ? n.value[D] : n.value[0];
|
|
135
|
+
B === "ArrowUp" ? D - 1 >= 0 && (N = n.value[D - 1]) : D + 1 <= o.options.length && (N = n.value[D + 1]), N && W(N);
|
|
136
136
|
break;
|
|
137
137
|
}
|
|
138
138
|
case "Home":
|
|
@@ -145,7 +145,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
145
145
|
break;
|
|
146
146
|
case "Enter":
|
|
147
147
|
case "Escape":
|
|
148
|
-
m.preventDefault(), oe(), (q =
|
|
148
|
+
m.preventDefault(), oe(), (q = u.value) == null || q.focus();
|
|
149
149
|
break;
|
|
150
150
|
default: {
|
|
151
151
|
const D = j(B);
|
|
@@ -168,28 +168,28 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
168
168
|
}
|
|
169
169
|
function $() {
|
|
170
170
|
b.value && (clearTimeout(b.value), b.value = 0), b.value = setTimeout(() => {
|
|
171
|
-
|
|
171
|
+
f.value = "", b.value = 0;
|
|
172
172
|
}, 500);
|
|
173
173
|
}
|
|
174
174
|
function j(m) {
|
|
175
175
|
let B = "";
|
|
176
|
-
(
|
|
176
|
+
(f.value === "" || B !== m) && (w.value = o.options.findIndex(
|
|
177
177
|
(D) => D.value === o.modelValue
|
|
178
|
-
)),
|
|
178
|
+
)), f.value = B === m ? m : f.value + m, B = m, $();
|
|
179
179
|
let q = K(
|
|
180
180
|
w.value + 1,
|
|
181
181
|
o.options.length
|
|
182
182
|
);
|
|
183
|
-
return !q &&
|
|
183
|
+
return !q && f.value.length === 1 && (q = K(0, w.value)), w.value = (w.value + 1) % o.options.length, q;
|
|
184
184
|
}
|
|
185
185
|
function K(m, B) {
|
|
186
186
|
for (let q = m; q < B; q++)
|
|
187
|
-
if (o.options[q].label && o.options[q].label.toUpperCase().indexOf(
|
|
188
|
-
return
|
|
187
|
+
if (o.options[q].label && o.options[q].label.toUpperCase().indexOf(f.value.toUpperCase()) === 0)
|
|
188
|
+
return n.value[q];
|
|
189
189
|
return null;
|
|
190
190
|
}
|
|
191
191
|
function E() {
|
|
192
|
-
W(
|
|
192
|
+
W(n.value[0]);
|
|
193
193
|
}
|
|
194
194
|
function W(m) {
|
|
195
195
|
var q, D;
|
|
@@ -197,36 +197,36 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
197
197
|
if (o.modelValue) {
|
|
198
198
|
const N = o.options.findIndex(
|
|
199
199
|
(Be) => Be.value === o.modelValue
|
|
200
|
-
), Y =
|
|
200
|
+
), Y = n.value[N];
|
|
201
201
|
de(Y);
|
|
202
202
|
}
|
|
203
|
-
if (m.setAttribute("aria-selected", "true"), (q =
|
|
203
|
+
if (m.setAttribute("aria-selected", "true"), (q = _.value) == null || q.setAttribute(
|
|
204
204
|
"aria-activedescendant",
|
|
205
205
|
B || ""
|
|
206
|
-
), re(B || ""),
|
|
207
|
-
const N =
|
|
208
|
-
Y > N ?
|
|
206
|
+
), re(B || ""), _.value && _.value.scrollHeight > _.value.clientHeight) {
|
|
207
|
+
const N = _.value.clientHeight + _.value.scrollTop, Y = m.offsetTop + m.offsetHeight;
|
|
208
|
+
Y > N ? _.value.scrollTop = Y - ((D = _.value) == null ? void 0 : D.clientHeight) : m.offsetTop < _.value.scrollTop && (_.value.scrollTop = m.offsetTop);
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
211
|
function $e() {
|
|
212
212
|
var B;
|
|
213
|
-
const m = (B =
|
|
213
|
+
const m = (B = n.value) == null ? void 0 : B[o.options.length - 1];
|
|
214
214
|
W(m);
|
|
215
215
|
}
|
|
216
216
|
function oe() {
|
|
217
217
|
var m;
|
|
218
|
-
k.value = !0, (m =
|
|
218
|
+
k.value = !0, (m = u.value) == null || m.removeAttribute("aria-expanded");
|
|
219
219
|
}
|
|
220
220
|
function ue() {
|
|
221
221
|
var m, B;
|
|
222
|
-
k.value = !1, (m =
|
|
222
|
+
k.value = !1, (m = u.value) == null || m.setAttribute("aria-expanded", "true"), (B = _.value) == null || B.focus();
|
|
223
223
|
}
|
|
224
224
|
function we() {
|
|
225
225
|
o.disabled || (k.value ? ue() : oe());
|
|
226
226
|
}
|
|
227
227
|
return (m, B) => {
|
|
228
228
|
const q = _e("click-outside");
|
|
229
|
-
return
|
|
229
|
+
return l(), i("div", {
|
|
230
230
|
ref: "listbox",
|
|
231
231
|
class: "listbox__wrapper",
|
|
232
232
|
value: m.modelValue
|
|
@@ -239,22 +239,22 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
239
239
|
"is-required": m.required
|
|
240
240
|
}, "listbox__label"])
|
|
241
241
|
}, d(m.label), 11, je),
|
|
242
|
-
U((
|
|
242
|
+
U((l(), i("div", Ke, [
|
|
243
243
|
t("button", {
|
|
244
244
|
id: `${m.name}-button-label`,
|
|
245
245
|
ref_key: "listboxButton",
|
|
246
|
-
ref:
|
|
246
|
+
ref: u,
|
|
247
247
|
"aria-labelledby": `${m.name}-label ${m.name}-button-label`,
|
|
248
248
|
type: "button",
|
|
249
249
|
"aria-haspopup": "listbox",
|
|
250
250
|
"aria-disabled": m.disabled,
|
|
251
|
-
class: p(["listbox__button",
|
|
251
|
+
class: p(["listbox__button", s.value]),
|
|
252
252
|
onClick: we,
|
|
253
253
|
onKeydown: ae
|
|
254
254
|
}, d(m.modelValue ? ie.value : m.placeholder), 43, Ue),
|
|
255
255
|
U(t("ul", {
|
|
256
256
|
ref_key: "listboxNode",
|
|
257
|
-
ref:
|
|
257
|
+
ref: _,
|
|
258
258
|
"aria-labelledby": `${m.name}-label`,
|
|
259
259
|
"aria-activedescendant": m.modelValue,
|
|
260
260
|
tabindex: "0",
|
|
@@ -263,11 +263,11 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
263
263
|
onKeydown: G,
|
|
264
264
|
onClick: ne
|
|
265
265
|
}, [
|
|
266
|
-
(
|
|
266
|
+
(l(!0), i(T, null, V(m.options, (D, N) => (l(), i("li", {
|
|
267
267
|
key: `${m.name}-option-${N}`,
|
|
268
268
|
ref_for: !0,
|
|
269
269
|
ref_key: "listboxOptions",
|
|
270
|
-
ref:
|
|
270
|
+
ref: n,
|
|
271
271
|
"aria-selected": D.value === m.modelValue,
|
|
272
272
|
"data-value": D.value,
|
|
273
273
|
class: "listbox__option",
|
|
@@ -282,7 +282,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
282
282
|
], 8, Ee);
|
|
283
283
|
};
|
|
284
284
|
}
|
|
285
|
-
}), Ye = /* @__PURE__ */
|
|
285
|
+
}), Ye = /* @__PURE__ */ v(We, [["__scopeId", "data-v-a17afd8c"]]), Qe = { class: "image__wrapper" }, Ze = /* @__PURE__ */ g({
|
|
286
286
|
__name: "image",
|
|
287
287
|
props: {
|
|
288
288
|
src: { default: void 0 },
|
|
@@ -294,11 +294,11 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
294
294
|
loading: { default: "auto" }
|
|
295
295
|
},
|
|
296
296
|
setup(e) {
|
|
297
|
-
return (a, r) => (
|
|
298
|
-
c(a.$slots, "default", z(
|
|
297
|
+
return (a, r) => (l(), i("div", Qe, [
|
|
298
|
+
c(a.$slots, "default", O(z(a.$attrs)))
|
|
299
299
|
]));
|
|
300
300
|
}
|
|
301
|
-
}), F = /* @__PURE__ */
|
|
301
|
+
}), F = /* @__PURE__ */ v(Ze, [["__scopeId", "data-v-e10217bd"]]), Xe = { class: "label__wrapper" }, xe = ["aria-label", "label-dark"], et = /* @__PURE__ */ g({
|
|
302
302
|
__name: "label",
|
|
303
303
|
props: {
|
|
304
304
|
text: {},
|
|
@@ -306,7 +306,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
306
306
|
},
|
|
307
307
|
setup(e) {
|
|
308
308
|
const a = e, r = A(() => `Label: ${a.text}`);
|
|
309
|
-
return (o,
|
|
309
|
+
return (o, s) => (l(), i("div", Xe, [
|
|
310
310
|
t("span", {
|
|
311
311
|
"aria-label": r.value,
|
|
312
312
|
"label-dark": o.labelDark,
|
|
@@ -314,7 +314,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
314
314
|
}, d(o.text), 11, xe)
|
|
315
315
|
]));
|
|
316
316
|
}
|
|
317
|
-
}), X = /* @__PURE__ */
|
|
317
|
+
}), X = /* @__PURE__ */ v(et, [["__scopeId", "data-v-7d9d3a8a"]]), tt = { class: "link__wrapper" }, P = /* @__PURE__ */ g({
|
|
318
318
|
__name: "link",
|
|
319
319
|
props: {
|
|
320
320
|
linkType: { default: "regular" },
|
|
@@ -336,20 +336,20 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
336
336
|
hover: "underline-hover",
|
|
337
337
|
true: "add-underline",
|
|
338
338
|
false: "remove-underline"
|
|
339
|
-
}, o = e,
|
|
340
|
-
const { ...
|
|
341
|
-
return
|
|
339
|
+
}, o = e, s = A(() => a[o.linkType]), u = A(() => r[o.underline]), _ = A(() => {
|
|
340
|
+
const { ...n } = Se(o);
|
|
341
|
+
return n;
|
|
342
342
|
});
|
|
343
|
-
return (
|
|
344
|
-
t("div", M(
|
|
343
|
+
return (n, b) => (l(), i("div", tt, [
|
|
344
|
+
t("div", M(_.value, {
|
|
345
345
|
class: ["mir-link", [
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
346
|
+
s.value,
|
|
347
|
+
n.disabled ? "disabled" : "",
|
|
348
|
+
u.value,
|
|
349
|
+
n.arrow ? "link-arrow" : ""
|
|
350
350
|
]]
|
|
351
351
|
}), [
|
|
352
|
-
c(
|
|
352
|
+
c(n.$slots, "default")
|
|
353
353
|
], 16)
|
|
354
354
|
]));
|
|
355
355
|
}
|
|
@@ -365,34 +365,34 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
365
365
|
},
|
|
366
366
|
emits: ["input"],
|
|
367
367
|
setup(e, { emit: a }) {
|
|
368
|
-
const r = a, o = (
|
|
369
|
-
const
|
|
370
|
-
r("input",
|
|
368
|
+
const r = a, o = (s) => {
|
|
369
|
+
const u = s.target;
|
|
370
|
+
r("input", u.checked);
|
|
371
371
|
};
|
|
372
|
-
return (
|
|
373
|
-
class: p(["radio__wrapper",
|
|
372
|
+
return (s, u) => (l(), i("div", {
|
|
373
|
+
class: p(["radio__wrapper", s.disabled ? "disabled" : ""])
|
|
374
374
|
}, [
|
|
375
375
|
t("input", {
|
|
376
|
-
id:
|
|
376
|
+
id: s.id,
|
|
377
377
|
type: "radio",
|
|
378
|
-
name:
|
|
379
|
-
value:
|
|
380
|
-
checked:
|
|
381
|
-
disabled:
|
|
382
|
-
required:
|
|
378
|
+
name: s.name,
|
|
379
|
+
value: s.value,
|
|
380
|
+
checked: s.checked,
|
|
381
|
+
disabled: s.disabled,
|
|
382
|
+
required: s.required,
|
|
383
383
|
class: "radio__radio",
|
|
384
384
|
onChange: o
|
|
385
385
|
}, null, 40, ot),
|
|
386
386
|
t("label", {
|
|
387
|
-
for:
|
|
388
|
-
class: p(["radio__label",
|
|
387
|
+
for: s.id,
|
|
388
|
+
class: p(["radio__label", s.required ? "required" : ""])
|
|
389
389
|
}, [
|
|
390
390
|
lt,
|
|
391
|
-
c(
|
|
391
|
+
c(s.$slots, "default", {}, void 0, !0)
|
|
392
392
|
], 10, st)
|
|
393
393
|
], 2));
|
|
394
394
|
}
|
|
395
|
-
}), rt = /* @__PURE__ */
|
|
395
|
+
}), rt = /* @__PURE__ */ v(it, [["__scopeId", "data-v-60c6ff7e"]]), nt = { class: "select__wrapper" }, dt = ["for"], ct = ["id", "disabled", "name", "value"], ut = ["value"], _t = /* @__PURE__ */ g({
|
|
396
396
|
__name: "select",
|
|
397
397
|
props: {
|
|
398
398
|
id: {},
|
|
@@ -405,7 +405,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
405
405
|
},
|
|
406
406
|
emits: ["update:modelValue"],
|
|
407
407
|
setup(e) {
|
|
408
|
-
return (a, r) => (
|
|
408
|
+
return (a, r) => (l(), i("div", nt, [
|
|
409
409
|
t("label", {
|
|
410
410
|
for: a.id,
|
|
411
411
|
class: p([a.required ? "required" : "", a.disabled ? "disabled" : ""])
|
|
@@ -420,14 +420,14 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
420
420
|
a.$emit("update:modelValue", o.target.value), o.target.blur();
|
|
421
421
|
})
|
|
422
422
|
}, [
|
|
423
|
-
(
|
|
423
|
+
(l(!0), i(T, null, V(a.options, (o) => (l(), i("option", {
|
|
424
424
|
key: o.value,
|
|
425
425
|
value: o.value
|
|
426
426
|
}, d(o.text), 9, ut))), 128))
|
|
427
427
|
], 42, ct)
|
|
428
428
|
]));
|
|
429
429
|
}
|
|
430
|
-
}), ht = /* @__PURE__ */
|
|
430
|
+
}), ht = /* @__PURE__ */ v(_t, [["__scopeId", "data-v-d5c46463"]]), pt = { class: "modal__wrapper" }, mt = /* @__PURE__ */ g({
|
|
431
431
|
__name: "modal",
|
|
432
432
|
props: {
|
|
433
433
|
show: { type: Boolean, default: !1 },
|
|
@@ -435,46 +435,46 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
435
435
|
},
|
|
436
436
|
emits: ["update:show"],
|
|
437
437
|
setup(e, { emit: a }) {
|
|
438
|
-
const r = e, o = a,
|
|
438
|
+
const r = e, o = a, s = () => {
|
|
439
439
|
o("update:show", !r.show);
|
|
440
440
|
};
|
|
441
|
-
return (
|
|
441
|
+
return (u, _) => (l(), i("div", pt, [
|
|
442
442
|
S(Ie, {
|
|
443
443
|
duration: 300,
|
|
444
444
|
name: "nested"
|
|
445
445
|
}, {
|
|
446
446
|
default: y(() => [
|
|
447
447
|
U(t("div", {
|
|
448
|
-
class: p(["overlay",
|
|
448
|
+
class: p(["overlay", u.searchBar ? "overlay-search" : "overlay-default"]),
|
|
449
449
|
ariaLabel: "modal",
|
|
450
450
|
role: "dialog",
|
|
451
|
-
onClick:
|
|
451
|
+
onClick: s
|
|
452
452
|
}, [
|
|
453
453
|
t("div", {
|
|
454
454
|
id: "modal",
|
|
455
|
-
class: p([
|
|
456
|
-
onClick:
|
|
455
|
+
class: p([u.searchBar ? "search" : ""]),
|
|
456
|
+
onClick: _[0] || (_[0] = he(() => {
|
|
457
457
|
}, ["stop"]))
|
|
458
458
|
}, [
|
|
459
459
|
t("div", null, [
|
|
460
|
-
|
|
460
|
+
u.searchBar ? h("", !0) : (l(), L(se, {
|
|
461
461
|
key: 0,
|
|
462
462
|
"aria-label": "close",
|
|
463
463
|
variant: "close",
|
|
464
|
-
onClick:
|
|
464
|
+
onClick: s
|
|
465
465
|
}))
|
|
466
466
|
]),
|
|
467
|
-
c(
|
|
467
|
+
c(u.$slots, "default", {}, void 0, !0)
|
|
468
468
|
], 2)
|
|
469
469
|
], 2), [
|
|
470
|
-
[Z,
|
|
470
|
+
[Z, u.show]
|
|
471
471
|
])
|
|
472
472
|
]),
|
|
473
473
|
_: 3
|
|
474
474
|
})
|
|
475
475
|
]));
|
|
476
476
|
}
|
|
477
|
-
}),
|
|
477
|
+
}), ve = /* @__PURE__ */ v(mt, [["__scopeId", "data-v-80f0fb08"]]), ft = { class: "slider__wrapper" }, vt = { class: "slider__label" }, gt = ["for"], bt = ["aria-label"], yt = { class: "slider__content" }, kt = ["id", "name", "value", "min", "step", "max"], $t = { class: "modal-information" }, wt = /* @__PURE__ */ g({
|
|
478
478
|
__name: "slider",
|
|
479
479
|
props: {
|
|
480
480
|
label: {},
|
|
@@ -490,73 +490,73 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
490
490
|
},
|
|
491
491
|
emits: ["update:modelValue"],
|
|
492
492
|
setup(e, { emit: a }) {
|
|
493
|
-
const r = e, o = a,
|
|
493
|
+
const r = e, o = a, s = C(r.modelValue), u = C(), _ = C(!1), n = (f, k, w) => (f - k) / (w - k) * 100, b = (f) => {
|
|
494
494
|
var k;
|
|
495
|
-
(k =
|
|
495
|
+
(k = u.value) == null || k.style.setProperty("--ProgressPercent", `${f}%`);
|
|
496
496
|
};
|
|
497
497
|
return pe(() => {
|
|
498
|
-
if (
|
|
499
|
-
o("update:modelValue",
|
|
500
|
-
const
|
|
501
|
-
let k = (50 -
|
|
502
|
-
b(
|
|
498
|
+
if (u.value) {
|
|
499
|
+
o("update:modelValue", s.value);
|
|
500
|
+
const f = n(s.value, r.min, r.max);
|
|
501
|
+
let k = (50 - f) / 100;
|
|
502
|
+
b(f + k);
|
|
503
503
|
}
|
|
504
|
-
}), (
|
|
505
|
-
t("div",
|
|
506
|
-
t("div",
|
|
504
|
+
}), (f, k) => (l(), i("div", null, [
|
|
505
|
+
t("div", ft, [
|
|
506
|
+
t("div", vt, [
|
|
507
507
|
t("label", {
|
|
508
|
-
for:
|
|
509
|
-
class: p([
|
|
510
|
-
}, d(
|
|
511
|
-
|
|
508
|
+
for: f.id,
|
|
509
|
+
class: p([f.variant, ""])
|
|
510
|
+
}, d(f.label), 11, gt),
|
|
511
|
+
f.information ? (l(), i("i", {
|
|
512
512
|
key: 0,
|
|
513
513
|
role: "button",
|
|
514
|
-
class: p([
|
|
515
|
-
"aria-label":
|
|
514
|
+
class: p([f.variant, "slider__information"]),
|
|
515
|
+
"aria-label": f.informationLabel,
|
|
516
516
|
tabindex: "0",
|
|
517
517
|
"aria-haspopup": "dialog",
|
|
518
|
-
onClick: k[0] || (k[0] = (w) =>
|
|
519
|
-
onKeyup: k[1] || (k[1] = Ce((w) =>
|
|
518
|
+
onClick: k[0] || (k[0] = (w) => _.value = !_.value),
|
|
519
|
+
onKeyup: k[1] || (k[1] = Ce((w) => _.value = !_.value, ["enter"]))
|
|
520
520
|
}, null, 42, bt)) : h("", !0)
|
|
521
521
|
]),
|
|
522
522
|
t("div", yt, [
|
|
523
523
|
t("span", {
|
|
524
|
-
class: p([
|
|
525
|
-
}, d(
|
|
524
|
+
class: p([f.variant, "slider__minmax"])
|
|
525
|
+
}, d(f.min), 3),
|
|
526
526
|
t("input", {
|
|
527
|
-
id:
|
|
527
|
+
id: f.id,
|
|
528
528
|
ref_key: "slider",
|
|
529
|
-
ref:
|
|
529
|
+
ref: u,
|
|
530
530
|
type: "range",
|
|
531
|
-
name:
|
|
532
|
-
value:
|
|
533
|
-
min:
|
|
534
|
-
step:
|
|
535
|
-
max:
|
|
536
|
-
class: p(
|
|
537
|
-
onInput: k[2] || (k[2] = ({ target: w }) =>
|
|
531
|
+
name: f.name,
|
|
532
|
+
value: f.modelValue,
|
|
533
|
+
min: f.min,
|
|
534
|
+
step: f.step,
|
|
535
|
+
max: f.max,
|
|
536
|
+
class: p(f.variant),
|
|
537
|
+
onInput: k[2] || (k[2] = ({ target: w }) => s.value = parseFloat(w.value))
|
|
538
538
|
}, null, 42, kt),
|
|
539
539
|
t("span", {
|
|
540
|
-
class: p([
|
|
541
|
-
}, d(
|
|
540
|
+
class: p([f.variant, "slider__minmax"])
|
|
541
|
+
}, d(f.max), 3)
|
|
542
542
|
]),
|
|
543
543
|
t("span", {
|
|
544
|
-
class: p([
|
|
545
|
-
}, d(
|
|
544
|
+
class: p([f.variant, "slider__value"])
|
|
545
|
+
}, d(f.modelValue), 3)
|
|
546
546
|
]),
|
|
547
|
-
|
|
547
|
+
f.information ? (l(), L(ve, {
|
|
548
548
|
key: 0,
|
|
549
|
-
show:
|
|
550
|
-
"onUpdate:show": k[3] || (k[3] = (w) =>
|
|
549
|
+
show: _.value,
|
|
550
|
+
"onUpdate:show": k[3] || (k[3] = (w) => _.value = w)
|
|
551
551
|
}, {
|
|
552
552
|
default: y(() => [
|
|
553
|
-
t("p", $t, d(
|
|
553
|
+
t("p", $t, d(f.information), 1)
|
|
554
554
|
]),
|
|
555
555
|
_: 1
|
|
556
556
|
}, 8, ["show"])) : h("", !0)
|
|
557
557
|
]));
|
|
558
558
|
}
|
|
559
|
-
}), Bt = /* @__PURE__ */
|
|
559
|
+
}), Bt = /* @__PURE__ */ v(wt, [["__scopeId", "data-v-24a83011"]]), St = { id: "textarea-wrapper" }, It = ["for"], Ct = ["id"], qt = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], At = { class: "textarea-info" }, Lt = { key: 0 }, Dt = /* @__PURE__ */ g({
|
|
560
560
|
__name: "textarea",
|
|
561
561
|
props: {
|
|
562
562
|
id: { default: "" },
|
|
@@ -570,7 +570,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
570
570
|
},
|
|
571
571
|
emits: ["update:modelValue"],
|
|
572
572
|
setup(e) {
|
|
573
|
-
return (a, r) => (
|
|
573
|
+
return (a, r) => (l(), i("div", St, [
|
|
574
574
|
t("label", {
|
|
575
575
|
for: a.id,
|
|
576
576
|
class: p({ required: a.required })
|
|
@@ -596,7 +596,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
596
596
|
], 8, Ct),
|
|
597
597
|
t("div", At, [
|
|
598
598
|
t("div", null, [
|
|
599
|
-
a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (
|
|
599
|
+
a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (l(), i("p", Lt, " Too many characters. Please make it shorter ")) : h("", !0)
|
|
600
600
|
]),
|
|
601
601
|
t("p", {
|
|
602
602
|
class: p(
|
|
@@ -606,7 +606,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
606
606
|
])
|
|
607
607
|
]));
|
|
608
608
|
}
|
|
609
|
-
}), Tt = /* @__PURE__ */
|
|
609
|
+
}), Tt = /* @__PURE__ */ v(Dt, [["__scopeId", "data-v-220a973c"]]), Vt = { class: "text-field__wrapper" }, Pt = ["for"], Ft = { key: 0 }, Mt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Ot = ["aria-expanded"], zt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Ht = {
|
|
610
610
|
key: 2,
|
|
611
611
|
class: "search"
|
|
612
612
|
}, Rt = {
|
|
@@ -642,62 +642,62 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
642
642
|
tel: "tel",
|
|
643
643
|
url: "url",
|
|
644
644
|
search: "search"
|
|
645
|
-
}, r = e, o = A(() => a[r.type]),
|
|
646
|
-
() =>
|
|
647
|
-
),
|
|
648
|
-
() =>
|
|
645
|
+
}, r = e, o = A(() => a[r.type]), s = C(!0), u = A(
|
|
646
|
+
() => s.value ? "showPassword" : "hidePassword"
|
|
647
|
+
), _ = A(
|
|
648
|
+
() => s.value ? "password" : "text"
|
|
649
649
|
);
|
|
650
|
-
return (
|
|
650
|
+
return (n, b) => (l(), i("div", Vt, [
|
|
651
651
|
t("label", {
|
|
652
|
-
for:
|
|
652
|
+
for: n.id,
|
|
653
653
|
class: p([
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
654
|
+
n.required ? "required" : "",
|
|
655
|
+
n.disabled ? "disabled" : "",
|
|
656
|
+
n.search ? "search" : ""
|
|
657
657
|
])
|
|
658
|
-
}, d(
|
|
659
|
-
o.value === "password" ? (
|
|
658
|
+
}, d(n.label), 11, Pt),
|
|
659
|
+
o.value === "password" ? (l(), i("div", Ft, [
|
|
660
660
|
t("input", {
|
|
661
|
-
id:
|
|
661
|
+
id: n.id,
|
|
662
662
|
ref: "passwordField",
|
|
663
|
-
type:
|
|
664
|
-
value:
|
|
665
|
-
placeholder:
|
|
666
|
-
required:
|
|
667
|
-
disabled:
|
|
668
|
-
name:
|
|
669
|
-
onInput: b[0] || (b[0] = (
|
|
663
|
+
type: _.value,
|
|
664
|
+
value: n.modelValue,
|
|
665
|
+
placeholder: n.placeholder,
|
|
666
|
+
required: n.required,
|
|
667
|
+
disabled: n.disabled,
|
|
668
|
+
name: n.fieldName,
|
|
669
|
+
onInput: b[0] || (b[0] = (f) => n.$emit("update:modelValue", f.target.value))
|
|
670
670
|
}, null, 40, Mt),
|
|
671
671
|
t("i", {
|
|
672
672
|
role: "button",
|
|
673
|
-
class: p([
|
|
673
|
+
class: p([u.value]),
|
|
674
674
|
"aria-controls": "password",
|
|
675
|
-
"aria-expanded": !
|
|
676
|
-
onClick: b[1] || (b[1] = (
|
|
677
|
-
}, null, 10,
|
|
678
|
-
])) : (
|
|
675
|
+
"aria-expanded": !s.value,
|
|
676
|
+
onClick: b[1] || (b[1] = (f) => s.value = !s.value)
|
|
677
|
+
}, null, 10, Ot)
|
|
678
|
+
])) : (l(), i("input", {
|
|
679
679
|
key: 1,
|
|
680
|
-
id:
|
|
680
|
+
id: n.id,
|
|
681
681
|
ref: "textField",
|
|
682
682
|
type: o.value,
|
|
683
|
-
value:
|
|
684
|
-
placeholder:
|
|
685
|
-
required:
|
|
683
|
+
value: n.modelValue,
|
|
684
|
+
placeholder: n.placeholder,
|
|
685
|
+
required: n.required,
|
|
686
686
|
class: p([
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
687
|
+
n.invalid ? "invalid" : "",
|
|
688
|
+
n.valid ? "valid" : "",
|
|
689
|
+
n.search ? "search" : ""
|
|
690
690
|
]),
|
|
691
|
-
disabled:
|
|
692
|
-
name:
|
|
693
|
-
onInput: b[2] || (b[2] = (
|
|
694
|
-
}, null, 42,
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
691
|
+
disabled: n.disabled,
|
|
692
|
+
name: n.fieldName,
|
|
693
|
+
onInput: b[2] || (b[2] = (f) => n.$emit("update:modelValue", f.target.value))
|
|
694
|
+
}, null, 42, zt)),
|
|
695
|
+
n.search ? (l(), i("i", Ht)) : h("", !0),
|
|
696
|
+
n.errorMessage ? (l(), i("strong", Rt, d(n.errorMessage), 1)) : h("", !0),
|
|
697
|
+
n.helperText ? (l(), i("span", Nt, d(n.helperText), 1)) : h("", !0)
|
|
698
698
|
]));
|
|
699
699
|
}
|
|
700
|
-
}), jt = /* @__PURE__ */
|
|
700
|
+
}), jt = /* @__PURE__ */ v(Et, [["__scopeId", "data-v-414b9435"]]), Kt = { class: "video__wrapper" }, Ut = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], Gt = ["src", "aria-label", "title", "width", "height"], Jt = /* @__PURE__ */ g({
|
|
701
701
|
__name: "video",
|
|
702
702
|
props: {
|
|
703
703
|
play: { type: Boolean, default: !1 },
|
|
@@ -722,36 +722,36 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
722
722
|
resetVideo: () => {
|
|
723
723
|
o.value && (o.value.currentTime = 0, o.value.play());
|
|
724
724
|
}
|
|
725
|
-
}), (
|
|
726
|
-
|
|
725
|
+
}), (u, _) => (l(), i("div", Kt, [
|
|
726
|
+
u.localVideo ? (l(), i("video", {
|
|
727
727
|
key: 0,
|
|
728
728
|
ref_key: "videoRef",
|
|
729
729
|
ref: o,
|
|
730
|
-
"aria-label":
|
|
731
|
-
controls:
|
|
732
|
-
poster:
|
|
733
|
-
width:
|
|
734
|
-
height:
|
|
735
|
-
autoplay:
|
|
736
|
-
loop:
|
|
737
|
-
muted:
|
|
730
|
+
"aria-label": u.ariaLabel,
|
|
731
|
+
controls: u.controls,
|
|
732
|
+
poster: u.poster,
|
|
733
|
+
width: u.width,
|
|
734
|
+
height: u.height,
|
|
735
|
+
autoplay: u.autoplay,
|
|
736
|
+
loop: u.loop,
|
|
737
|
+
muted: u.muted,
|
|
738
738
|
type: "video/mp4",
|
|
739
739
|
playsinline: "",
|
|
740
|
-
src:
|
|
741
|
-
}, null, 8, Ut)) : (
|
|
740
|
+
src: u.src
|
|
741
|
+
}, null, 8, Ut)) : (l(), i("iframe", {
|
|
742
742
|
key: 1,
|
|
743
|
-
src:
|
|
744
|
-
"aria-label":
|
|
745
|
-
title:
|
|
746
|
-
width:
|
|
747
|
-
height:
|
|
743
|
+
src: u.src,
|
|
744
|
+
"aria-label": u.ariaLabel,
|
|
745
|
+
title: u.title,
|
|
746
|
+
width: u.width,
|
|
747
|
+
height: u.height,
|
|
748
748
|
frameborder: "0",
|
|
749
749
|
allow: "autoplay; fullscreen",
|
|
750
750
|
allowfullscreen: ""
|
|
751
751
|
}, null, 8, Gt))
|
|
752
752
|
]));
|
|
753
753
|
}
|
|
754
|
-
}), ee = /* @__PURE__ */
|
|
754
|
+
}), ee = /* @__PURE__ */ v(Jt, [["__scopeId", "data-v-c6a0feb6"]]), Wt = { class: "address__wrapper" }, Yt = { class: "address__content" }, Qt = { class: "address__flag" }, Zt = { class: "address__address" }, Xt = { class: "address__name" }, xt = { key: 0 }, ea = { class: "address__contact" }, ta = ["href"], aa = ["href"], oa = ["href"], sa = /* @__PURE__ */ g({
|
|
755
755
|
__name: "address",
|
|
756
756
|
props: {
|
|
757
757
|
name: {},
|
|
@@ -764,7 +764,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
764
764
|
email: {}
|
|
765
765
|
},
|
|
766
766
|
setup(e) {
|
|
767
|
-
return (a, r) => (
|
|
767
|
+
return (a, r) => (l(), i("div", Wt, [
|
|
768
768
|
t("div", Yt, [
|
|
769
769
|
t("div", Qt, [
|
|
770
770
|
c(a.$slots, "address-flag", {}, void 0, !0)
|
|
@@ -774,10 +774,10 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
774
774
|
t("p", null, d(a.company), 1),
|
|
775
775
|
t("p", null, d(a.addressLine1), 1),
|
|
776
776
|
t("p", null, d(a.addressLine2), 1),
|
|
777
|
-
a.addressLine3 ? (
|
|
777
|
+
a.addressLine3 ? (l(), i("p", xt, d(a.addressLine3), 1)) : h("", !0)
|
|
778
778
|
]),
|
|
779
779
|
t("div", ea, [
|
|
780
|
-
a.website ? (
|
|
780
|
+
a.website ? (l(), L(P, {
|
|
781
781
|
key: 0,
|
|
782
782
|
underline: "false",
|
|
783
783
|
"link-type": "regular"
|
|
@@ -790,7 +790,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
790
790
|
]),
|
|
791
791
|
_: 1
|
|
792
792
|
})) : h("", !0),
|
|
793
|
-
(
|
|
793
|
+
(l(!0), i(T, null, V(a.phoneNumbers, (o) => (l(), L(P, {
|
|
794
794
|
key: o,
|
|
795
795
|
underline: "false",
|
|
796
796
|
"link-type": "regular"
|
|
@@ -811,7 +811,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
811
811
|
])
|
|
812
812
|
]));
|
|
813
813
|
}
|
|
814
|
-
}), la = /* @__PURE__ */
|
|
814
|
+
}), la = /* @__PURE__ */ v(sa, [["__scopeId", "data-v-e1c72a18"]]), ia = (e) => (H("data-v-a44fd57d"), e = e(), R(), e), ra = { class: "bullet-list__wrapper" }, na = /* @__PURE__ */ ia(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), da = /* @__PURE__ */ g({
|
|
815
815
|
__name: "bullet-list",
|
|
816
816
|
props: {
|
|
817
817
|
list: {
|
|
@@ -831,12 +831,12 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
831
831
|
}
|
|
832
832
|
},
|
|
833
833
|
setup(e) {
|
|
834
|
-
return (a, r) => (
|
|
834
|
+
return (a, r) => (l(), i("div", ra, [
|
|
835
835
|
t("div", {
|
|
836
836
|
class: p(["bullet-list", e.variant])
|
|
837
837
|
}, [
|
|
838
838
|
t("ul", null, [
|
|
839
|
-
(
|
|
839
|
+
(l(!0), i(T, null, V(e.list, (o) => (l(), i("li", { key: o }, [
|
|
840
840
|
na,
|
|
841
841
|
J(" " + d(o), 1)
|
|
842
842
|
]))), 128))
|
|
@@ -844,7 +844,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
844
844
|
], 2)
|
|
845
845
|
]));
|
|
846
846
|
}
|
|
847
|
-
}), ca = /* @__PURE__ */
|
|
847
|
+
}), ca = /* @__PURE__ */ v(da, [["__scopeId", "data-v-a44fd57d"]]), ua = { class: "card__wrapper" }, _a = { key: 2 }, ha = { key: 5 }, pa = /* @__PURE__ */ g({
|
|
848
848
|
__name: "card",
|
|
849
849
|
props: {
|
|
850
850
|
variant: { default: "product" },
|
|
@@ -889,21 +889,21 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
889
889
|
width: "596",
|
|
890
890
|
height: "335"
|
|
891
891
|
}
|
|
892
|
-
},
|
|
893
|
-
return (n,
|
|
892
|
+
}, s = e, u = A(() => o[s.size]), _ = A(() => s.variant === "article" || s.variant === "product" ? `card--${s.size}-${s.variant}` : `card--${s.variant}`);
|
|
893
|
+
return (n, b) => (l(), i("div", ua, [
|
|
894
894
|
t("div", {
|
|
895
895
|
class: p(["card", [
|
|
896
896
|
n.theme === "dark" ? "card--dark" : "card--light",
|
|
897
897
|
n.orientation === "vertical" ? "vertical" : "horizontal",
|
|
898
|
-
|
|
899
|
-
|
|
898
|
+
u.value.class,
|
|
899
|
+
_.value,
|
|
900
900
|
n.variant === "product" ? "card--product" : "card--article"
|
|
901
901
|
]]),
|
|
902
902
|
style: x([n.variant === "product" ? "font-weight: 700" : "font-weight: 300"]),
|
|
903
|
-
onMouseover:
|
|
904
|
-
onMouseout:
|
|
903
|
+
onMouseover: b[0] || (b[0] = (f) => ce(r) ? r.value = !0 : r = !0),
|
|
904
|
+
onMouseout: b[1] || (b[1] = (f) => ce(r) ? r.value = !1 : r = !1)
|
|
905
905
|
}, [
|
|
906
|
-
n.mediaType === "image" ? (
|
|
906
|
+
n.mediaType === "image" ? (l(), L(F, { key: 0 }, {
|
|
907
907
|
default: y(() => [
|
|
908
908
|
c(n.$slots, "card-image", M({
|
|
909
909
|
src: n.imgSrc,
|
|
@@ -915,7 +915,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
915
915
|
}, { srcset: n.srcSet }))
|
|
916
916
|
]),
|
|
917
917
|
_: 3
|
|
918
|
-
})) : (
|
|
918
|
+
})) : (l(), i("div", {
|
|
919
919
|
key: 1,
|
|
920
920
|
class: p(["video-card__wrapper", I(r) === !0 ? "vimeoPlaying" : ""])
|
|
921
921
|
}, [
|
|
@@ -926,35 +926,35 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
926
926
|
"aria-label": n.arialabel,
|
|
927
927
|
controls: !1,
|
|
928
928
|
poster: n.imgSrc,
|
|
929
|
-
width:
|
|
930
|
-
height:
|
|
929
|
+
width: u.value.width,
|
|
930
|
+
height: u.value.height,
|
|
931
931
|
autoplay: !0,
|
|
932
932
|
loop: !0,
|
|
933
933
|
muted: !0
|
|
934
934
|
}, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
|
|
935
935
|
], 2)),
|
|
936
|
-
I(a)["card-label"] ? (
|
|
936
|
+
I(a)["card-label"] ? (l(), i("div", _a, [
|
|
937
937
|
c(n.$slots, "card-label")
|
|
938
938
|
])) : h("", !0),
|
|
939
|
-
n.variant === "product" ? (
|
|
939
|
+
n.variant === "product" ? (l(), i("div", {
|
|
940
940
|
key: 3,
|
|
941
941
|
class: p([
|
|
942
942
|
"card__headline",
|
|
943
943
|
n.theme === "dark" ? "regular-dark" : "regular-blue"
|
|
944
944
|
]),
|
|
945
945
|
style: { "font-weight": "700" }
|
|
946
|
-
}, d(n.headline), 3)) : (
|
|
946
|
+
}, d(n.headline), 3)) : (l(), i("div", {
|
|
947
947
|
key: 4,
|
|
948
948
|
class: p([
|
|
949
949
|
"card__headline",
|
|
950
950
|
n.theme === "dark" ? "regular-dark" : "regular-dark-blue"
|
|
951
951
|
])
|
|
952
952
|
}, d(n.headline), 3)),
|
|
953
|
-
n.variant === "product" ? (
|
|
953
|
+
n.variant === "product" ? (l(), i("p", ha, d(n.paragraph), 1)) : h("", !0)
|
|
954
954
|
], 38)
|
|
955
955
|
]));
|
|
956
956
|
}
|
|
957
|
-
}), ma = /* @__PURE__ */
|
|
957
|
+
}), ma = /* @__PURE__ */ v(pa, [["__scopeId", "data-v-cb201b36"]]), fa = { class: "column-card" }, va = { class: "column-card__content" }, ga = { class: "column-card__headline" }, ba = { class: "column-card__bodytext" }, ya = /* @__PURE__ */ g({
|
|
958
958
|
__name: "column-card",
|
|
959
959
|
props: {
|
|
960
960
|
headline: {},
|
|
@@ -963,13 +963,13 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
963
963
|
imageFit: { type: Boolean }
|
|
964
964
|
},
|
|
965
965
|
setup(e) {
|
|
966
|
-
return (a, r) => (
|
|
967
|
-
t("div",
|
|
968
|
-
a.image.filename ? (
|
|
966
|
+
return (a, r) => (l(), i("div", fa, [
|
|
967
|
+
t("div", va, [
|
|
968
|
+
a.image.filename ? (l(), i("div", {
|
|
969
969
|
key: 0,
|
|
970
970
|
class: p(["column-card__image", { cover: a.imageFit, contain: !a.imageFit }])
|
|
971
971
|
}, [
|
|
972
|
-
c(a.$slots, "column-card-image", z(
|
|
972
|
+
c(a.$slots, "column-card-image", O(z({
|
|
973
973
|
src: a.image.filename,
|
|
974
974
|
alt: a.image.alt
|
|
975
975
|
})), void 0, !0)
|
|
@@ -981,7 +981,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
981
981
|
])
|
|
982
982
|
]));
|
|
983
983
|
}
|
|
984
|
-
}), ge = /* @__PURE__ */
|
|
984
|
+
}), ge = /* @__PURE__ */ v(ya, [["__scopeId", "data-v-fc3755f9"]]), ka = (e) => (H("data-v-2c394add"), e = e(), R(), e), $a = { class: "event__wrapper" }, wa = { class: "event__headline" }, Ba = { class: "event__date-location" }, Sa = /* @__PURE__ */ ka(() => /* @__PURE__ */ t("br", null, null, -1)), Ia = { class: "event__exhibitor" }, Ca = /* @__PURE__ */ g({
|
|
985
985
|
__name: "event-card",
|
|
986
986
|
props: {
|
|
987
987
|
eventType: {
|
|
@@ -1006,7 +1006,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1006
1006
|
}
|
|
1007
1007
|
},
|
|
1008
1008
|
setup(e) {
|
|
1009
|
-
return (a, r) => (
|
|
1009
|
+
return (a, r) => (l(), i("div", $a, [
|
|
1010
1010
|
S(X, {
|
|
1011
1011
|
"label-dark": !1,
|
|
1012
1012
|
text: e.eventType ? e.eventType : ""
|
|
@@ -1020,7 +1020,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1020
1020
|
t("div", Ia, d(e.exhibitor), 1)
|
|
1021
1021
|
]));
|
|
1022
1022
|
}
|
|
1023
|
-
}), qa = /* @__PURE__ */
|
|
1023
|
+
}), qa = /* @__PURE__ */ v(Ca, [["__scopeId", "data-v-2c394add"]]), le = (e) => (H("data-v-93ee37aa"), e = e(), R(), e), Aa = { class: "flashcard-side flashcard-front" }, La = {
|
|
1024
1024
|
key: 0,
|
|
1025
1025
|
class: "content"
|
|
1026
1026
|
}, Da = { key: 0 }, Ta = {
|
|
@@ -1035,10 +1035,10 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1035
1035
|
}, null, -1)), Fa = {
|
|
1036
1036
|
key: 0,
|
|
1037
1037
|
class: "content"
|
|
1038
|
-
}, Ma = { key: 0 },
|
|
1038
|
+
}, Ma = { key: 0 }, Oa = {
|
|
1039
1039
|
key: 1,
|
|
1040
1040
|
class: "flashcard-body"
|
|
1041
|
-
},
|
|
1041
|
+
}, za = /* @__PURE__ */ le(() => /* @__PURE__ */ t("img", {
|
|
1042
1042
|
class: "flip-icon",
|
|
1043
1043
|
src: "https://a.storyblok.com/f/230581/22x22/50edea5341/icon_reverse_white.svg"
|
|
1044
1044
|
}, null, -1)), Ha = /* @__PURE__ */ le(() => /* @__PURE__ */ t("img", {
|
|
@@ -1062,9 +1062,9 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1062
1062
|
function r() {
|
|
1063
1063
|
a.value = !a.value;
|
|
1064
1064
|
}
|
|
1065
|
-
return (o,
|
|
1066
|
-
var _, n,
|
|
1067
|
-
return
|
|
1065
|
+
return (o, s) => {
|
|
1066
|
+
var u, _, n, b, f, k;
|
|
1067
|
+
return l(), i("div", {
|
|
1068
1068
|
class: "flashcard-container",
|
|
1069
1069
|
onClick: r
|
|
1070
1070
|
}, [
|
|
@@ -1077,20 +1077,20 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1077
1077
|
}])
|
|
1078
1078
|
}, [
|
|
1079
1079
|
t("div", Aa, [
|
|
1080
|
-
o.name || ((
|
|
1081
|
-
o.name ? (
|
|
1082
|
-
o.bodytext ? (
|
|
1083
|
-
c(o.$slots, "flashcard-front-body", z(
|
|
1080
|
+
o.name || ((u = o.bodytext) == null ? void 0 : u.length) > 0 ? (l(), i("div", La, [
|
|
1081
|
+
o.name ? (l(), i("h3", Da, d(o.name), 1)) : h("", !0),
|
|
1082
|
+
o.bodytext ? (l(), i("div", Ta, [
|
|
1083
|
+
c(o.$slots, "flashcard-front-body", O(z({ bodytext: o.bodytext })), void 0, !0)
|
|
1084
1084
|
])) : h("", !0),
|
|
1085
1085
|
Va
|
|
1086
|
-
])) : (
|
|
1086
|
+
])) : (l(), i("div", {
|
|
1087
1087
|
key: 1,
|
|
1088
1088
|
class: p(["flashcard-image", {
|
|
1089
1089
|
contain: o.imageFit,
|
|
1090
1090
|
cover: !o.imageFit
|
|
1091
1091
|
}])
|
|
1092
1092
|
}, [
|
|
1093
|
-
c(o.$slots, "flashcard-front-image", z(
|
|
1093
|
+
c(o.$slots, "flashcard-front-image", O(z({ src: (_ = o.image) == null ? void 0 : _.filename, alt: (n = o.image) == null ? void 0 : n.alt })), void 0, !0),
|
|
1094
1094
|
Pa
|
|
1095
1095
|
], 2))
|
|
1096
1096
|
]),
|
|
@@ -1100,20 +1100,20 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1100
1100
|
(b = o.imagebackside) != null && b.filename ? "flashcard-back--image" : "flashcard-back--no-image"
|
|
1101
1101
|
])
|
|
1102
1102
|
}, [
|
|
1103
|
-
o.namebackside || o.bodytextbackside.length > 0 ? (
|
|
1104
|
-
o.namebackside ? (
|
|
1105
|
-
o.bodytextbackside ? (
|
|
1106
|
-
c(o.$slots, "flashcard-back-body", z(
|
|
1103
|
+
o.namebackside || o.bodytextbackside.length > 0 ? (l(), i("div", Fa, [
|
|
1104
|
+
o.namebackside ? (l(), i("h3", Ma, d(o.namebackside), 1)) : h("", !0),
|
|
1105
|
+
o.bodytextbackside ? (l(), i("div", Oa, [
|
|
1106
|
+
c(o.$slots, "flashcard-back-body", O(z({ bodytextbackside: o.bodytextbackside })), void 0, !0)
|
|
1107
1107
|
])) : h("", !0),
|
|
1108
|
-
|
|
1109
|
-
])) : (
|
|
1108
|
+
za
|
|
1109
|
+
])) : (l(), i("div", {
|
|
1110
1110
|
key: 1,
|
|
1111
1111
|
class: p(["flashcard-image", {
|
|
1112
1112
|
contain: o.imageFitBack,
|
|
1113
1113
|
cover: !o.imageFitBack
|
|
1114
1114
|
}])
|
|
1115
1115
|
}, [
|
|
1116
|
-
c(o.$slots, "flashcard-back-image", z(
|
|
1116
|
+
c(o.$slots, "flashcard-back-image", O(z({ src: (f = o.imagebackside) == null ? void 0 : f.filename, alt: (k = o.imagebackside) == null ? void 0 : k.alt })), void 0, !0),
|
|
1117
1117
|
Ha
|
|
1118
1118
|
], 2))
|
|
1119
1119
|
], 2)
|
|
@@ -1121,7 +1121,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1121
1121
|
]);
|
|
1122
1122
|
};
|
|
1123
1123
|
}
|
|
1124
|
-
}), be = /* @__PURE__ */
|
|
1124
|
+
}), be = /* @__PURE__ */ v(Ra, [["__scopeId", "data-v-93ee37aa"]]), Na = { class: "text__wrapper" }, Ea = { class: "text__headline" }, ja = { class: "text__paragraph" }, Ka = /* @__PURE__ */ g({
|
|
1125
1125
|
__name: "text-card",
|
|
1126
1126
|
props: {
|
|
1127
1127
|
label: {
|
|
@@ -1138,7 +1138,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1138
1138
|
}
|
|
1139
1139
|
},
|
|
1140
1140
|
setup(e) {
|
|
1141
|
-
return (a, r) => (
|
|
1141
|
+
return (a, r) => (l(), i("div", Na, [
|
|
1142
1142
|
S(X, {
|
|
1143
1143
|
"label-dark": !1,
|
|
1144
1144
|
text: e.label ? e.label : ""
|
|
@@ -1149,7 +1149,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1149
1149
|
])
|
|
1150
1150
|
]));
|
|
1151
1151
|
}
|
|
1152
|
-
}), Ua = /* @__PURE__ */
|
|
1152
|
+
}), Ua = /* @__PURE__ */ v(Ka, [["__scopeId", "data-v-ebdea819"]]), Ga = { class: "accordions" }, Ja = { class: "accordions__wrapper" }, Wa = { class: "accordion" }, Ya = ["onClick"], Qa = { class: "accordion__headline" }, Za = { class: "accordion__icon" }, Xa = {
|
|
1153
1153
|
key: 0,
|
|
1154
1154
|
src: "https://a.storyblok.com/f/230581/21x21/42c9c3b5ba/icon_add.svg"
|
|
1155
1155
|
}, xa = {
|
|
@@ -1161,42 +1161,42 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1161
1161
|
accordions: {}
|
|
1162
1162
|
},
|
|
1163
1163
|
setup(e) {
|
|
1164
|
-
const a = C([]), r = (
|
|
1165
|
-
const
|
|
1166
|
-
|
|
1167
|
-
}, o = (
|
|
1168
|
-
return (
|
|
1164
|
+
const a = C([]), r = (s) => {
|
|
1165
|
+
const u = a.value.indexOf(s);
|
|
1166
|
+
u > -1 ? a.value.splice(u, 1) : a.value.push(s);
|
|
1167
|
+
}, o = (s) => a.value.includes(s);
|
|
1168
|
+
return (s, u) => (l(), i("section", Ga, [
|
|
1169
1169
|
t("div", Ja, [
|
|
1170
|
-
(
|
|
1171
|
-
key:
|
|
1170
|
+
(l(!0), i(T, null, V(s.accordions, (_) => (l(), i("div", {
|
|
1171
|
+
key: _._uid
|
|
1172
1172
|
}, [
|
|
1173
1173
|
t("div", Wa, [
|
|
1174
1174
|
t("div", {
|
|
1175
1175
|
class: "accordion__header",
|
|
1176
|
-
onClick: (
|
|
1176
|
+
onClick: (n) => r(_._uid)
|
|
1177
1177
|
}, [
|
|
1178
|
-
t("h3", Qa, d(
|
|
1178
|
+
t("h3", Qa, d(_.headline), 1),
|
|
1179
1179
|
t("span", Za, [
|
|
1180
|
-
o(
|
|
1180
|
+
o(_._uid) ? (l(), i("img", xa)) : (l(), i("img", Xa))
|
|
1181
1181
|
])
|
|
1182
1182
|
], 8, Ya),
|
|
1183
1183
|
t("div", {
|
|
1184
|
-
class: p(["accordion__content", { "accordion__content--reverse":
|
|
1184
|
+
class: p(["accordion__content", { "accordion__content--reverse": _.imageFirst }]),
|
|
1185
1185
|
style: x({
|
|
1186
|
-
display: o(
|
|
1186
|
+
display: o(_._uid) ? "flex" : "none"
|
|
1187
1187
|
})
|
|
1188
1188
|
}, [
|
|
1189
1189
|
t("div", eo, [
|
|
1190
|
-
c(
|
|
1190
|
+
c(s.$slots, "accordion-body", M({ ref_for: !0 }, { body: _.bodytext }), void 0, !0)
|
|
1191
1191
|
]),
|
|
1192
1192
|
S(F, null, {
|
|
1193
1193
|
default: y(() => [
|
|
1194
|
-
|
|
1194
|
+
_.image ? c(s.$slots, "accordion-image", M({
|
|
1195
1195
|
key: 0,
|
|
1196
1196
|
ref_for: !0
|
|
1197
1197
|
}, {
|
|
1198
|
-
src:
|
|
1199
|
-
alt:
|
|
1198
|
+
src: _.image.filename,
|
|
1199
|
+
alt: _.image.alt,
|
|
1200
1200
|
class: "accordion__image"
|
|
1201
1201
|
}), void 0, !0) : h("", !0)
|
|
1202
1202
|
]),
|
|
@@ -1208,7 +1208,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1208
1208
|
])
|
|
1209
1209
|
]));
|
|
1210
1210
|
}
|
|
1211
|
-
}), ao = /* @__PURE__ */
|
|
1211
|
+
}), ao = /* @__PURE__ */ v(to, [["__scopeId", "data-v-0e6f6da8"]]), oo = { class: "card-display__wrapper" }, so = {
|
|
1212
1212
|
key: 0,
|
|
1213
1213
|
class: "card__content"
|
|
1214
1214
|
}, lo = { key: 0 }, io = { key: 1 }, ro = { class: "card__cards" }, no = /* @__PURE__ */ g({
|
|
@@ -1228,16 +1228,16 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1228
1228
|
}
|
|
1229
1229
|
},
|
|
1230
1230
|
setup(e) {
|
|
1231
|
-
return (a, r) => (
|
|
1231
|
+
return (a, r) => (l(), i("div", {
|
|
1232
1232
|
class: p([
|
|
1233
1233
|
"card-display",
|
|
1234
1234
|
e.bgColor === "blue" ? "card-display--blue" : "card-display--white"
|
|
1235
1235
|
])
|
|
1236
1236
|
}, [
|
|
1237
1237
|
t("div", oo, [
|
|
1238
|
-
e.headline || e.paragraph ? (
|
|
1239
|
-
e.headline ? (
|
|
1240
|
-
e.paragraph ? (
|
|
1238
|
+
e.headline || e.paragraph ? (l(), i("div", so, [
|
|
1239
|
+
e.headline ? (l(), i("h2", lo, d(e.headline), 1)) : h("", !0),
|
|
1240
|
+
e.paragraph ? (l(), i("p", io, d(e.paragraph), 1)) : h("", !0)
|
|
1241
1241
|
])) : h("", !0),
|
|
1242
1242
|
t("div", ro, [
|
|
1243
1243
|
c(a.$slots, "card-display-cards", {}, void 0, !0)
|
|
@@ -1245,7 +1245,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1245
1245
|
])
|
|
1246
1246
|
], 2));
|
|
1247
1247
|
}
|
|
1248
|
-
}), co = /* @__PURE__ */
|
|
1248
|
+
}), co = /* @__PURE__ */ v(no, [["__scopeId", "data-v-e5d1b11a"]]), uo = { class: "column-grid__top-section" }, _o = {
|
|
1249
1249
|
key: 0,
|
|
1250
1250
|
class: "column-grid__headline"
|
|
1251
1251
|
}, ho = {
|
|
@@ -1260,20 +1260,20 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1260
1260
|
columns: {}
|
|
1261
1261
|
},
|
|
1262
1262
|
setup(e) {
|
|
1263
|
-
return (a, r) => (
|
|
1263
|
+
return (a, r) => (l(), i("div", {
|
|
1264
1264
|
class: p([
|
|
1265
1265
|
"column-grid",
|
|
1266
1266
|
a.bgColor === "dark" ? "column-grid--dark" : a.bgColor === "light" ? "column-grid--light" : "column-grid--white"
|
|
1267
1267
|
])
|
|
1268
1268
|
}, [
|
|
1269
1269
|
t("div", uo, [
|
|
1270
|
-
a.headline ? (
|
|
1271
|
-
a.bodytext ? (
|
|
1270
|
+
a.headline ? (l(), i("h2", _o, d(a.headline), 1)) : h("", !0),
|
|
1271
|
+
a.bodytext ? (l(), i("div", ho, [
|
|
1272
1272
|
c(a.$slots, "column-grid-body", {}, void 0, !0)
|
|
1273
1273
|
])) : h("", !0)
|
|
1274
1274
|
]),
|
|
1275
1275
|
t("div", po, [
|
|
1276
|
-
(
|
|
1276
|
+
(l(!0), i(T, null, V(a.columns, (o) => (l(), L(ge, {
|
|
1277
1277
|
key: o._uid,
|
|
1278
1278
|
headline: o.headline,
|
|
1279
1279
|
bodytext: o.bodytext,
|
|
@@ -1298,7 +1298,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1298
1298
|
])
|
|
1299
1299
|
], 2));
|
|
1300
1300
|
}
|
|
1301
|
-
}),
|
|
1301
|
+
}), fo = /* @__PURE__ */ v(mo, [["__scopeId", "data-v-c07b3f47"]]), vo = { class: "facts__wrapper" }, go = { class: "facts__content" }, bo = { class: "facts__headline" }, yo = { class: "facts" }, ko = { class: "fact__value" }, $o = { class: "fact__metric" }, wo = {
|
|
1302
1302
|
key: 0,
|
|
1303
1303
|
class: "facts__link"
|
|
1304
1304
|
}, Bo = /* @__PURE__ */ g({
|
|
@@ -1325,11 +1325,11 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1325
1325
|
}) }
|
|
1326
1326
|
},
|
|
1327
1327
|
setup(e) {
|
|
1328
|
-
return (a, r) => (
|
|
1328
|
+
return (a, r) => (l(), i("div", vo, [
|
|
1329
1329
|
t("div", go, [
|
|
1330
1330
|
t("h2", bo, d(a.headline), 1),
|
|
1331
1331
|
t("div", yo, [
|
|
1332
|
-
(
|
|
1332
|
+
(l(!0), i(T, null, V(a.facts, (o) => (l(), i("div", {
|
|
1333
1333
|
key: o.value + o.metric,
|
|
1334
1334
|
class: "fact"
|
|
1335
1335
|
}, [
|
|
@@ -1341,7 +1341,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1341
1341
|
])
|
|
1342
1342
|
]))), 128))
|
|
1343
1343
|
]),
|
|
1344
|
-
a.link ? (
|
|
1344
|
+
a.link ? (l(), i("div", wo, [
|
|
1345
1345
|
S(P, {
|
|
1346
1346
|
"link-type": "regular_light",
|
|
1347
1347
|
arrow: ""
|
|
@@ -1355,7 +1355,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1355
1355
|
])
|
|
1356
1356
|
]));
|
|
1357
1357
|
}
|
|
1358
|
-
}), So = /* @__PURE__ */
|
|
1358
|
+
}), So = /* @__PURE__ */ v(Bo, [["__scopeId", "data-v-d2b231d4"]]), Io = { class: "features__wrapper" }, Co = { class: "features__content" }, qo = {
|
|
1359
1359
|
key: 0,
|
|
1360
1360
|
class: "features__headline"
|
|
1361
1361
|
}, Ao = {
|
|
@@ -1369,18 +1369,18 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1369
1369
|
elements: { default: () => [] }
|
|
1370
1370
|
},
|
|
1371
1371
|
setup(e) {
|
|
1372
|
-
return (a, r) => (
|
|
1372
|
+
return (a, r) => (l(), i("div", Io, [
|
|
1373
1373
|
t("div", Co, [
|
|
1374
|
-
a.headline ? (
|
|
1374
|
+
a.headline ? (l(), i("div", qo, [
|
|
1375
1375
|
t("h2", null, d(a.headline), 1)
|
|
1376
1376
|
])) : h("", !0),
|
|
1377
|
-
a.body ? (
|
|
1377
|
+
a.body ? (l(), i("div", Ao, [
|
|
1378
1378
|
c(a.$slots, "features-body", {}, void 0, !0)
|
|
1379
1379
|
])) : h("", !0),
|
|
1380
1380
|
t("div", {
|
|
1381
1381
|
class: p(["features__elements", [a.elements.length === 6 ? "features__elements--grid-6" : ""]])
|
|
1382
1382
|
}, [
|
|
1383
|
-
(
|
|
1383
|
+
(l(!0), i(T, null, V(a.elements, (o) => (l(), i("div", {
|
|
1384
1384
|
key: o.headline,
|
|
1385
1385
|
class: "features__element"
|
|
1386
1386
|
}, [
|
|
@@ -1402,13 +1402,13 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1402
1402
|
])
|
|
1403
1403
|
]));
|
|
1404
1404
|
}
|
|
1405
|
-
}), Vo = /* @__PURE__ */
|
|
1405
|
+
}), Vo = /* @__PURE__ */ v(To, [["__scopeId", "data-v-57a22df7"]]), Po = { class: "flashcard-wrapper" }, Fo = {
|
|
1406
1406
|
key: 0,
|
|
1407
1407
|
class: "flashcard-wrapper__headline"
|
|
1408
1408
|
}, Mo = {
|
|
1409
1409
|
key: 1,
|
|
1410
1410
|
class: "flashcard-wrapper__bodytext"
|
|
1411
|
-
},
|
|
1411
|
+
}, Oo = /* @__PURE__ */ g({
|
|
1412
1412
|
__name: "flashcards",
|
|
1413
1413
|
props: {
|
|
1414
1414
|
headline: {},
|
|
@@ -1418,12 +1418,12 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1418
1418
|
},
|
|
1419
1419
|
setup(e) {
|
|
1420
1420
|
const a = e, r = A(() => a.body.trim().length > 0), o = A(() => {
|
|
1421
|
-
var
|
|
1422
|
-
const
|
|
1423
|
-
return
|
|
1421
|
+
var u;
|
|
1422
|
+
const s = (u = a.flashcards) == null ? void 0 : u.length;
|
|
1423
|
+
return s === 4 || s === 5 ? "sm" : s === 6 || s === 3 ? "md" : s === 2 ? "lg" : "sm";
|
|
1424
1424
|
});
|
|
1425
|
-
return (
|
|
1426
|
-
class: p(["flashcards",
|
|
1425
|
+
return (s, u) => (l(), i("div", {
|
|
1426
|
+
class: p(["flashcards", s.bgColor === "light" ? "flashcards--light" : "flashcards--white"])
|
|
1427
1427
|
}, [
|
|
1428
1428
|
t("div", Po, [
|
|
1429
1429
|
t("div", {
|
|
@@ -1432,9 +1432,9 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1432
1432
|
"flashcard-wrapper__top-section"
|
|
1433
1433
|
])
|
|
1434
1434
|
}, [
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
c(
|
|
1435
|
+
s.headline ? (l(), i("h2", Fo, d(s.headline), 1)) : h("", !0),
|
|
1436
|
+
s.body ? (l(), i("div", Mo, [
|
|
1437
|
+
c(s.$slots, "flashcard-wrapper-body", {}, void 0, !0)
|
|
1438
1438
|
])) : h("", !0)
|
|
1439
1439
|
], 2),
|
|
1440
1440
|
t("div", {
|
|
@@ -1444,29 +1444,29 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1444
1444
|
lg: o.value === "lg"
|
|
1445
1445
|
}])
|
|
1446
1446
|
}, [
|
|
1447
|
-
(
|
|
1448
|
-
key:
|
|
1449
|
-
name:
|
|
1450
|
-
bodytext:
|
|
1451
|
-
image:
|
|
1452
|
-
namebackside:
|
|
1453
|
-
bodytextbackside:
|
|
1454
|
-
imagebackside:
|
|
1447
|
+
(l(!0), i(T, null, V(s.flashcards, (_) => (l(), L(I(be), {
|
|
1448
|
+
key: _._uid,
|
|
1449
|
+
name: _.name,
|
|
1450
|
+
bodytext: _.bodytext,
|
|
1451
|
+
image: _.image,
|
|
1452
|
+
namebackside: _.namebackside ? _.namebackside : "",
|
|
1453
|
+
bodytextbackside: _.bodytextbackside,
|
|
1454
|
+
imagebackside: _.imagebackside ? _.imagebackside : { filename: "", alt: "" },
|
|
1455
1455
|
size: o.value,
|
|
1456
|
-
"image-fit":
|
|
1457
|
-
"image-fit-back":
|
|
1456
|
+
"image-fit": _.imageFit,
|
|
1457
|
+
"image-fit-back": _.imageFitBack
|
|
1458
1458
|
}, {
|
|
1459
|
-
"flashcard-front-body": y(({ bodytext:
|
|
1460
|
-
c(
|
|
1459
|
+
"flashcard-front-body": y(({ bodytext: n }) => [
|
|
1460
|
+
c(s.$slots, "flashcard-front-body", M({ ref_for: !0 }, { bodytext: n }), void 0, !0)
|
|
1461
1461
|
]),
|
|
1462
|
-
"flashcard-front-image": y(({ src:
|
|
1463
|
-
c(
|
|
1462
|
+
"flashcard-front-image": y(({ src: n, alt: b }) => [
|
|
1463
|
+
c(s.$slots, "flashcard-front-image", M({ ref_for: !0 }, { src: n, alt: b }), void 0, !0)
|
|
1464
1464
|
]),
|
|
1465
|
-
"flashcard-back-body": y(({ bodytextbackside:
|
|
1466
|
-
c(
|
|
1465
|
+
"flashcard-back-body": y(({ bodytextbackside: n }) => [
|
|
1466
|
+
c(s.$slots, "flashcard-back-body", M({ ref_for: !0 }, { bodytextbackside: n }), void 0, !0)
|
|
1467
1467
|
]),
|
|
1468
|
-
"flashcard-back-image": y(({ src:
|
|
1469
|
-
c(
|
|
1468
|
+
"flashcard-back-image": y(({ src: n, alt: b }) => [
|
|
1469
|
+
c(s.$slots, "flashcard-back-image", M({ ref_for: !0 }, { src: n, alt: b }), void 0, !0)
|
|
1470
1470
|
]),
|
|
1471
1471
|
_: 2
|
|
1472
1472
|
}, 1032, ["name", "bodytext", "image", "namebackside", "bodytextbackside", "imagebackside", "size", "image-fit", "image-fit-back"]))), 128))
|
|
@@ -1474,7 +1474,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1474
1474
|
])
|
|
1475
1475
|
], 2));
|
|
1476
1476
|
}
|
|
1477
|
-
}),
|
|
1477
|
+
}), zo = /* @__PURE__ */ v(Oo, [["__scopeId", "data-v-de3c8751"]]), Ho = { class: "form__wrapper" }, Ro = { class: "form__content" }, No = { class: "form__information" }, Eo = { class: "form__headline" }, jo = { class: "form__body" }, Ko = { class: "form__script" }, Uo = /* @__PURE__ */ g({
|
|
1478
1478
|
__name: "form-script",
|
|
1479
1479
|
props: {
|
|
1480
1480
|
headline: {
|
|
@@ -1483,7 +1483,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1483
1483
|
}
|
|
1484
1484
|
},
|
|
1485
1485
|
setup(e) {
|
|
1486
|
-
return (a, r) => (
|
|
1486
|
+
return (a, r) => (l(), i("div", Ho, [
|
|
1487
1487
|
t("div", Ro, [
|
|
1488
1488
|
t("div", No, [
|
|
1489
1489
|
t("h2", Eo, d(e.headline), 1),
|
|
@@ -1497,7 +1497,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1497
1497
|
])
|
|
1498
1498
|
]));
|
|
1499
1499
|
}
|
|
1500
|
-
}), Go = /* @__PURE__ */
|
|
1500
|
+
}), Go = /* @__PURE__ */ v(Uo, [["__scopeId", "data-v-87a67c13"]]), Jo = { class: "headline__wrapper" }, Wo = { class: "headline__h1" }, Yo = /* @__PURE__ */ g({
|
|
1501
1501
|
__name: "headline",
|
|
1502
1502
|
props: {
|
|
1503
1503
|
headline: {
|
|
@@ -1514,7 +1514,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1514
1514
|
}
|
|
1515
1515
|
},
|
|
1516
1516
|
setup(e) {
|
|
1517
|
-
return (a, r) => (
|
|
1517
|
+
return (a, r) => (l(), i("div", Jo, [
|
|
1518
1518
|
t("div", {
|
|
1519
1519
|
class: p({
|
|
1520
1520
|
"headline__content--article-and-submenu": e.article && e.subMenu,
|
|
@@ -1527,7 +1527,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1527
1527
|
], 2)
|
|
1528
1528
|
]));
|
|
1529
1529
|
}
|
|
1530
|
-
}), Qo = /* @__PURE__ */
|
|
1530
|
+
}), Qo = /* @__PURE__ */ v(Yo, [["__scopeId", "data-v-3ef1567e"]]), Zo = (e) => (H("data-v-22f9be13"), e = e(), R(), e), Xo = { class: "hero__wrapper" }, xo = { class: "hero__content" }, es = { class: "hero__top" }, ts = { class: "hero__elements" }, as = { class: "hero__headline" }, os = { class: "hero__link" }, ss = { class: "hero__video" }, ls = /* @__PURE__ */ Zo(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), is = { class: "hero__video__video" }, rs = { class: "hero__image" }, ns = /* @__PURE__ */ g({
|
|
1531
1531
|
__name: "hero",
|
|
1532
1532
|
props: {
|
|
1533
1533
|
headline: {
|
|
@@ -1536,7 +1536,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1536
1536
|
}
|
|
1537
1537
|
},
|
|
1538
1538
|
setup(e) {
|
|
1539
|
-
return (a, r) => (
|
|
1539
|
+
return (a, r) => (l(), i("div", Xo, [
|
|
1540
1540
|
t("div", xo, [
|
|
1541
1541
|
t("div", es, [
|
|
1542
1542
|
t("div", ts, [
|
|
@@ -1568,7 +1568,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1568
1568
|
])
|
|
1569
1569
|
]));
|
|
1570
1570
|
}
|
|
1571
|
-
}), ds = /* @__PURE__ */
|
|
1571
|
+
}), ds = /* @__PURE__ */ v(ns, [["__scopeId", "data-v-22f9be13"]]), cs = { class: "image__wrapper" }, us = { class: "image__content" }, _s = { class: "image__image" }, hs = { class: "image__caption" }, ps = /* @__PURE__ */ g({
|
|
1572
1572
|
inheritAttrs: !1,
|
|
1573
1573
|
__name: "image",
|
|
1574
1574
|
props: {
|
|
@@ -1592,12 +1592,12 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1592
1592
|
}
|
|
1593
1593
|
},
|
|
1594
1594
|
setup(e) {
|
|
1595
|
-
return (a, r) => (
|
|
1595
|
+
return (a, r) => (l(), i("div", cs, [
|
|
1596
1596
|
t("div", us, [
|
|
1597
1597
|
t("div", _s, [
|
|
1598
1598
|
S(F, null, {
|
|
1599
1599
|
default: y(() => [
|
|
1600
|
-
c(a.$slots, "image", z(
|
|
1600
|
+
c(a.$slots, "image", O(z({
|
|
1601
1601
|
width: 984,
|
|
1602
1602
|
height: e.fullHeight ? "100%" : 554,
|
|
1603
1603
|
src: e.src,
|
|
@@ -1612,7 +1612,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1612
1612
|
])
|
|
1613
1613
|
]));
|
|
1614
1614
|
}
|
|
1615
|
-
}), ms = /* @__PURE__ */
|
|
1615
|
+
}), ms = /* @__PURE__ */ v(ps, [["__scopeId", "data-v-c583d657"]]), fs = { class: "gallery__large" }, vs = {
|
|
1616
1616
|
key: 0,
|
|
1617
1617
|
class: "image image--large"
|
|
1618
1618
|
}, gs = {
|
|
@@ -1635,34 +1635,34 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1635
1635
|
light: "gallery__wrapper--light",
|
|
1636
1636
|
dark: "gallery__wrapper--dark mirsaic--dark"
|
|
1637
1637
|
}, r = e, o = A(() => a[r.bgColor]);
|
|
1638
|
-
return (
|
|
1638
|
+
return (s, u) => (l(), i("div", {
|
|
1639
1639
|
class: p(["gallery__wrapper", o.value])
|
|
1640
1640
|
}, [
|
|
1641
1641
|
t("div", {
|
|
1642
1642
|
class: p([
|
|
1643
1643
|
"gallery__content",
|
|
1644
|
-
|
|
1644
|
+
s.flipHorizontal ? "gallery__content--reverse" : "gallery__content--default"
|
|
1645
1645
|
])
|
|
1646
1646
|
}, [
|
|
1647
|
-
t("div",
|
|
1648
|
-
|
|
1647
|
+
t("div", fs, [
|
|
1648
|
+
s.mediaLarge && s.mediaType === "image" ? (l(), i("div", vs, [
|
|
1649
1649
|
S(F, null, {
|
|
1650
1650
|
default: y(() => [
|
|
1651
|
-
c(
|
|
1651
|
+
c(s.$slots, "image-large", O(z({
|
|
1652
1652
|
width: 617,
|
|
1653
1653
|
height: 530,
|
|
1654
|
-
src:
|
|
1655
|
-
alt:
|
|
1654
|
+
src: s.mediaLarge.src,
|
|
1655
|
+
alt: s.mediaLarge.alt
|
|
1656
1656
|
})))
|
|
1657
1657
|
]),
|
|
1658
1658
|
_: 3
|
|
1659
1659
|
})
|
|
1660
1660
|
])) : h("", !0),
|
|
1661
|
-
|
|
1661
|
+
s.mediaLarge && s.mediaType === "video" ? (l(), i("div", gs, [
|
|
1662
1662
|
S(ee, {
|
|
1663
|
-
src:
|
|
1663
|
+
src: s.mediaLarge.src,
|
|
1664
1664
|
"local-video": "",
|
|
1665
|
-
"aria-label":
|
|
1665
|
+
"aria-label": s.mediaLarge.alt,
|
|
1666
1666
|
controls: !1,
|
|
1667
1667
|
height: "530",
|
|
1668
1668
|
width: "617",
|
|
@@ -1674,39 +1674,39 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1674
1674
|
])) : h("", !0)
|
|
1675
1675
|
]),
|
|
1676
1676
|
t("div", {
|
|
1677
|
-
style: x([
|
|
1677
|
+
style: x([s.mediaSmall.length === 2 ? "grid-gap: 38px;" : ""]),
|
|
1678
1678
|
class: p([
|
|
1679
1679
|
"gallery__small",
|
|
1680
|
-
|
|
1680
|
+
s.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
|
|
1681
1681
|
])
|
|
1682
1682
|
}, [
|
|
1683
|
-
(
|
|
1684
|
-
key:
|
|
1683
|
+
(l(!0), i(T, null, V(s.mediaSmall, (_) => (l(), i("div", {
|
|
1684
|
+
key: _.src + _.alt,
|
|
1685
1685
|
class: "image image--small"
|
|
1686
1686
|
}, [
|
|
1687
1687
|
S(F, null, {
|
|
1688
1688
|
default: y(() => [
|
|
1689
|
-
c(
|
|
1689
|
+
c(s.$slots, "image-small", M({ ref_for: !0 }, {
|
|
1690
1690
|
width: 328,
|
|
1691
1691
|
height: 246,
|
|
1692
|
-
src:
|
|
1693
|
-
alt:
|
|
1692
|
+
src: _.src,
|
|
1693
|
+
alt: _.alt
|
|
1694
1694
|
}))
|
|
1695
1695
|
]),
|
|
1696
1696
|
_: 2
|
|
1697
1697
|
}, 1024)
|
|
1698
1698
|
]))), 128)),
|
|
1699
|
-
|
|
1699
|
+
s.mediaSmall.length < 2 ? (l(), i("div", {
|
|
1700
1700
|
key: 0,
|
|
1701
|
-
class: p(["body",
|
|
1701
|
+
class: p(["body", s.bgColor === "dark" ? "body--dark" : ""])
|
|
1702
1702
|
}, [
|
|
1703
|
-
t("p", null, d(
|
|
1703
|
+
t("p", null, d(s.body), 1)
|
|
1704
1704
|
], 2)) : h("", !0)
|
|
1705
1705
|
], 6)
|
|
1706
1706
|
], 2)
|
|
1707
1707
|
], 2));
|
|
1708
1708
|
}
|
|
1709
|
-
}), ys = /* @__PURE__ */
|
|
1709
|
+
}), ys = /* @__PURE__ */ v(bs, [["__scopeId", "data-v-4997f83a"]]), ks = { class: "logo-wall__wrapper" }, $s = { class: "logo-wall__content" }, ws = {
|
|
1710
1710
|
key: 0,
|
|
1711
1711
|
class: "logo-wall__text"
|
|
1712
1712
|
}, Bs = { key: 0 }, Ss = { key: 1 }, Is = { class: "logo-wall__logos" }, Cs = { class: "logo-wall__link" }, qs = /* @__PURE__ */ g({
|
|
@@ -1727,14 +1727,14 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1727
1727
|
}
|
|
1728
1728
|
},
|
|
1729
1729
|
setup(e) {
|
|
1730
|
-
return (a, r) => (
|
|
1730
|
+
return (a, r) => (l(), i("div", ks, [
|
|
1731
1731
|
t("div", $s, [
|
|
1732
|
-
e.headline || e.body ? (
|
|
1733
|
-
e.headline ? (
|
|
1734
|
-
e.body ? (
|
|
1732
|
+
e.headline || e.body ? (l(), i("div", ws, [
|
|
1733
|
+
e.headline ? (l(), i("h2", Bs, d(e.headline), 1)) : h("", !0),
|
|
1734
|
+
e.body ? (l(), i("p", Ss, d(e.body), 1)) : h("", !0)
|
|
1735
1735
|
])) : h("", !0),
|
|
1736
1736
|
t("div", Is, [
|
|
1737
|
-
(
|
|
1737
|
+
(l(!0), i(T, null, V(e.logos, (o) => (l(), i("div", {
|
|
1738
1738
|
key: o.src + o.alt,
|
|
1739
1739
|
class: "logo-wall__logo"
|
|
1740
1740
|
}, [
|
|
@@ -1765,7 +1765,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1765
1765
|
])
|
|
1766
1766
|
]));
|
|
1767
1767
|
}
|
|
1768
|
-
}), As = /* @__PURE__ */
|
|
1768
|
+
}), As = /* @__PURE__ */ v(qs, [["__scopeId", "data-v-fd489289"]]), Ls = { class: "micro-stories__top" }, Ds = {
|
|
1769
1769
|
key: 0,
|
|
1770
1770
|
class: "headline"
|
|
1771
1771
|
}, Ts = {
|
|
@@ -1784,32 +1784,32 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1784
1784
|
blue: "micro-stories__wrapper--blue",
|
|
1785
1785
|
dark: "micro-stories__wrapper--dark"
|
|
1786
1786
|
}, r = A(() => a[o.bgColor]), o = e;
|
|
1787
|
-
return (
|
|
1787
|
+
return (s, u) => (l(), i("div", {
|
|
1788
1788
|
class: p(["micro-stories__wrapper", r.value])
|
|
1789
1789
|
}, [
|
|
1790
1790
|
t("div", Ls, [
|
|
1791
|
-
|
|
1792
|
-
t("h2", null, d(
|
|
1791
|
+
s.headline ? (l(), i("div", Ds, [
|
|
1792
|
+
t("h2", null, d(s.headline), 1)
|
|
1793
1793
|
])) : h("", !0),
|
|
1794
|
-
|
|
1795
|
-
t("p", null, d(
|
|
1794
|
+
s.body ? (l(), i("div", Ts, [
|
|
1795
|
+
t("p", null, d(s.body), 1)
|
|
1796
1796
|
])) : h("", !0)
|
|
1797
1797
|
]),
|
|
1798
1798
|
t("div", Vs, [
|
|
1799
|
-
c(
|
|
1799
|
+
c(s.$slots, "micro-stories-slides")
|
|
1800
1800
|
]),
|
|
1801
|
-
c(
|
|
1801
|
+
c(s.$slots, "micro-stories-controls")
|
|
1802
1802
|
], 2));
|
|
1803
1803
|
}
|
|
1804
|
-
}), Fs = {}, Ms = { class: "policy__wrapper" },
|
|
1805
|
-
function
|
|
1806
|
-
return
|
|
1807
|
-
t("div",
|
|
1804
|
+
}), Fs = {}, Ms = { class: "policy__wrapper" }, Os = { class: "policy__content" };
|
|
1805
|
+
function zs(e, a) {
|
|
1806
|
+
return l(), i("div", Ms, [
|
|
1807
|
+
t("div", Os, [
|
|
1808
1808
|
c(e.$slots, "default", {}, void 0, !0)
|
|
1809
1809
|
])
|
|
1810
1810
|
]);
|
|
1811
1811
|
}
|
|
1812
|
-
const Hs = /* @__PURE__ */
|
|
1812
|
+
const Hs = /* @__PURE__ */ v(Fs, [["render", zs], ["__scopeId", "data-v-ea887d7a"]]), Rs = { class: "product-hero__wrapper" }, Ns = { class: "product-hero__content" }, Es = { class: "product-hero__headline" }, js = { class: "product-hero__video" }, Ks = { class: "product-hero__insignia" }, Us = {
|
|
1813
1813
|
key: 0,
|
|
1814
1814
|
class: "product-hero__logo"
|
|
1815
1815
|
}, Gs = {
|
|
@@ -1850,11 +1850,11 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
1850
1850
|
}
|
|
1851
1851
|
},
|
|
1852
1852
|
setup(e) {
|
|
1853
|
-
return (a, r) => (
|
|
1853
|
+
return (a, r) => (l(), i("div", Rs, [
|
|
1854
1854
|
t("div", Ns, [
|
|
1855
1855
|
t("div", Es, d(e.headline), 1),
|
|
1856
1856
|
t("div", js, [
|
|
1857
|
-
e.videoSrc !== "" ? (
|
|
1857
|
+
e.videoSrc !== "" ? (l(), L(ee, {
|
|
1858
1858
|
key: 0,
|
|
1859
1859
|
play: "",
|
|
1860
1860
|
"local-video": !0,
|
|
@@ -1865,14 +1865,14 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
1865
1865
|
autoplay: "",
|
|
1866
1866
|
loop: "",
|
|
1867
1867
|
muted: ""
|
|
1868
|
-
}, null, 8, ["src", "aria-label", "poster"])) : (
|
|
1868
|
+
}, null, 8, ["src", "aria-label", "poster"])) : (l(), L(I(F), { key: 1 }, {
|
|
1869
1869
|
default: y(() => [
|
|
1870
1870
|
c(a.$slots, "product-hero-image", {}, void 0, !0)
|
|
1871
1871
|
]),
|
|
1872
1872
|
_: 3
|
|
1873
1873
|
})),
|
|
1874
1874
|
t("div", Ks, [
|
|
1875
|
-
e.logoSrc ? (
|
|
1875
|
+
e.logoSrc ? (l(), i("div", Us, [
|
|
1876
1876
|
S(I(F), null, {
|
|
1877
1877
|
default: y(() => [
|
|
1878
1878
|
c(a.$slots, "product-hero-logo", {}, void 0, !0)
|
|
@@ -1880,7 +1880,7 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
1880
1880
|
_: 3
|
|
1881
1881
|
})
|
|
1882
1882
|
])) : h("", !0),
|
|
1883
|
-
e.isCertified ? (
|
|
1883
|
+
e.isCertified ? (l(), i("div", Gs, [
|
|
1884
1884
|
S(I(F), null, {
|
|
1885
1885
|
default: y(() => [
|
|
1886
1886
|
c(a.$slots, "product-hero-certification", {}, void 0, !0)
|
|
@@ -1893,7 +1893,7 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
1893
1893
|
])
|
|
1894
1894
|
]));
|
|
1895
1895
|
}
|
|
1896
|
-
}), Ws = /* @__PURE__ */
|
|
1896
|
+
}), Ws = /* @__PURE__ */ v(Js, [["__scopeId", "data-v-deab9c3a"]]), Ys = { class: "promo__content" }, Qs = /* @__PURE__ */ g({
|
|
1897
1897
|
__name: "promo",
|
|
1898
1898
|
props: {
|
|
1899
1899
|
label: { default: "" },
|
|
@@ -1914,83 +1914,83 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
1914
1914
|
light: "promo__wrapper--light",
|
|
1915
1915
|
default: "promo__wrapper--default"
|
|
1916
1916
|
}, r = e, o = A(() => a[r.variant]);
|
|
1917
|
-
return (
|
|
1917
|
+
return (s, u) => (l(), i("div", {
|
|
1918
1918
|
class: p([
|
|
1919
1919
|
"promo__wrapper",
|
|
1920
1920
|
o.value,
|
|
1921
|
-
|
|
1922
|
-
|
|
1921
|
+
s.teaser ? "promo__wrapper--teaser" : "",
|
|
1922
|
+
s.multiply ? "promo__wrapper--multiply" : ""
|
|
1923
1923
|
])
|
|
1924
1924
|
}, [
|
|
1925
1925
|
t("div", Ys, [
|
|
1926
|
-
|
|
1926
|
+
s.mediaType === "image" ? (l(), i("div", {
|
|
1927
1927
|
key: 0,
|
|
1928
1928
|
class: p([
|
|
1929
1929
|
"promo__image",
|
|
1930
|
-
|
|
1930
|
+
s.reverse ? "promo__image--reverse" : "promo__image--default"
|
|
1931
1931
|
])
|
|
1932
1932
|
}, [
|
|
1933
1933
|
S(F, null, {
|
|
1934
1934
|
default: y(() => [
|
|
1935
|
-
c(
|
|
1935
|
+
c(s.$slots, "promo-image", O(z({ src: s.src, width: 1920, alt: s.alt, height: 1080 })))
|
|
1936
1936
|
]),
|
|
1937
1937
|
_: 3
|
|
1938
1938
|
})
|
|
1939
1939
|
], 2)) : h("", !0),
|
|
1940
|
-
|
|
1940
|
+
s.mediaType === "video" ? (l(), i("div", {
|
|
1941
1941
|
key: 1,
|
|
1942
1942
|
class: p([
|
|
1943
1943
|
"promo__video",
|
|
1944
|
-
|
|
1944
|
+
s.reverse ? "promo__video--reverse" : "promo__video--default"
|
|
1945
1945
|
])
|
|
1946
1946
|
}, [
|
|
1947
1947
|
S(ee, {
|
|
1948
|
-
src:
|
|
1948
|
+
src: s.src,
|
|
1949
1949
|
"local-video": "",
|
|
1950
|
-
"aria-label":
|
|
1950
|
+
"aria-label": s.alt,
|
|
1951
1951
|
controls: !1,
|
|
1952
1952
|
autoplay: "",
|
|
1953
1953
|
loop: "",
|
|
1954
1954
|
muted: "",
|
|
1955
1955
|
play: "",
|
|
1956
|
-
poster:
|
|
1956
|
+
poster: s.fallbackImage
|
|
1957
1957
|
}, null, 8, ["src", "aria-label", "poster"])
|
|
1958
1958
|
], 2)) : h("", !0),
|
|
1959
1959
|
t("div", {
|
|
1960
1960
|
class: p([
|
|
1961
1961
|
"promo__text",
|
|
1962
|
-
|
|
1962
|
+
s.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
1963
1963
|
])
|
|
1964
1964
|
}, [
|
|
1965
|
-
|
|
1965
|
+
s.label ? (l(), L(X, {
|
|
1966
1966
|
key: 0,
|
|
1967
|
-
text:
|
|
1968
|
-
"label-dark":
|
|
1967
|
+
text: s.label,
|
|
1968
|
+
"label-dark": s.variant === "dark"
|
|
1969
1969
|
}, null, 8, ["text", "label-dark"])) : h("", !0),
|
|
1970
1970
|
t("div", {
|
|
1971
1971
|
class: p([
|
|
1972
1972
|
"promo__title",
|
|
1973
|
-
|
|
1973
|
+
s.variant === "dark" ? "promo__title--dark" : ""
|
|
1974
1974
|
])
|
|
1975
1975
|
}, [
|
|
1976
|
-
c(
|
|
1976
|
+
c(s.$slots, "promo-headline")
|
|
1977
1977
|
], 2),
|
|
1978
|
-
|
|
1978
|
+
s.linkType === "link" ? (l(), L(P, {
|
|
1979
1979
|
key: 1,
|
|
1980
|
-
"link-type":
|
|
1980
|
+
"link-type": s.variant === "dark" ? "regular_dark" : (s.variant === "light", "regular_light"),
|
|
1981
1981
|
arrow: ""
|
|
1982
1982
|
}, {
|
|
1983
1983
|
default: y(() => [
|
|
1984
|
-
c(
|
|
1984
|
+
c(s.$slots, "promo-link")
|
|
1985
1985
|
]),
|
|
1986
1986
|
_: 3
|
|
1987
1987
|
}, 8, ["link-type"])) : h("", !0),
|
|
1988
|
-
|
|
1988
|
+
s.linkType === "button" ? (l(), L(P, {
|
|
1989
1989
|
key: 2,
|
|
1990
|
-
"link-type":
|
|
1990
|
+
"link-type": s.variant === "dark" ? "secondary_dark" : (s.variant === "light", "secondary")
|
|
1991
1991
|
}, {
|
|
1992
1992
|
default: y(() => [
|
|
1993
|
-
c(
|
|
1993
|
+
c(s.$slots, "promo-link")
|
|
1994
1994
|
]),
|
|
1995
1995
|
_: 3
|
|
1996
1996
|
}, 8, ["link-type"])) : h("", !0)
|
|
@@ -1998,7 +1998,7 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
1998
1998
|
])
|
|
1999
1999
|
], 2));
|
|
2000
2000
|
}
|
|
2001
|
-
}), Zs = /* @__PURE__ */
|
|
2001
|
+
}), Zs = /* @__PURE__ */ v(Qs, [["__scopeId", "data-v-df54d965"]]), Xs = (e) => (H("data-v-e3cc8e27"), e = e(), R(), e), xs = { class: "quote__wrapper" }, el = { class: "quote__content" }, tl = /* @__PURE__ */ Xs(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), al = { class: "quote__quote" }, ol = { class: "quote__quote-text" }, sl = { class: "quote__author" }, ll = {
|
|
2002
2002
|
key: 0,
|
|
2003
2003
|
class: "quote__image"
|
|
2004
2004
|
}, il = { class: "quote__text" }, rl = { class: "quote__author-name" }, nl = { class: "quote__author-title" }, dl = /* @__PURE__ */ g({
|
|
@@ -2023,16 +2023,16 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
2023
2023
|
}
|
|
2024
2024
|
},
|
|
2025
2025
|
setup(e) {
|
|
2026
|
-
return (a, r) => (
|
|
2026
|
+
return (a, r) => (l(), i("div", xs, [
|
|
2027
2027
|
t("div", el, [
|
|
2028
2028
|
tl,
|
|
2029
2029
|
t("div", al, [
|
|
2030
2030
|
t("p", ol, d(e.quote), 1),
|
|
2031
2031
|
t("div", sl, [
|
|
2032
|
-
e.authorImage ? (
|
|
2032
|
+
e.authorImage ? (l(), i("div", ll, [
|
|
2033
2033
|
S(F, null, {
|
|
2034
2034
|
default: y(() => [
|
|
2035
|
-
c(a.$slots, "author-image", z(
|
|
2035
|
+
c(a.$slots, "author-image", O(z({
|
|
2036
2036
|
src: e.authorImage + "/m/100x100",
|
|
2037
2037
|
width: 60,
|
|
2038
2038
|
height: 60
|
|
@@ -2050,7 +2050,7 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
2050
2050
|
])
|
|
2051
2051
|
]));
|
|
2052
2052
|
}
|
|
2053
|
-
}), cl = /* @__PURE__ */
|
|
2053
|
+
}), cl = /* @__PURE__ */ v(dl, [["__scopeId", "data-v-e3cc8e27"]]), ul = { class: "rich-text__wrapper" }, _l = {
|
|
2054
2054
|
key: 0,
|
|
2055
2055
|
class: "rich-text__links"
|
|
2056
2056
|
}, hl = {
|
|
@@ -2069,19 +2069,19 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
2069
2069
|
label: { default: "" }
|
|
2070
2070
|
},
|
|
2071
2071
|
setup(e) {
|
|
2072
|
-
return (a, r) => (
|
|
2072
|
+
return (a, r) => (l(), i("div", {
|
|
2073
2073
|
class: p([
|
|
2074
2074
|
"rich-text",
|
|
2075
2075
|
a.bgColor === "blue" ? "rich-text--blue" : "rich-text--white"
|
|
2076
2076
|
])
|
|
2077
2077
|
}, [
|
|
2078
2078
|
t("div", ul, [
|
|
2079
|
-
a.label ? (
|
|
2079
|
+
a.label ? (l(), L(X, {
|
|
2080
2080
|
key: 0,
|
|
2081
2081
|
text: a.label,
|
|
2082
2082
|
"label-dark": !1
|
|
2083
2083
|
}, null, 8, ["text"])) : h("", !0),
|
|
2084
|
-
a.headline ? (
|
|
2084
|
+
a.headline ? (l(), i("h2", {
|
|
2085
2085
|
key: 1,
|
|
2086
2086
|
class: p([
|
|
2087
2087
|
"rich-text__headline",
|
|
@@ -2101,14 +2101,14 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
2101
2101
|
])
|
|
2102
2102
|
}, [
|
|
2103
2103
|
c(a.$slots, "rich-text-content"),
|
|
2104
|
-
a.links ? (
|
|
2104
|
+
a.links ? (l(), i("div", _l, [
|
|
2105
2105
|
c(a.$slots, "rich-text-links")
|
|
2106
2106
|
])) : h("", !0)
|
|
2107
2107
|
], 2),
|
|
2108
|
-
a.bulletList ? (
|
|
2108
|
+
a.bulletList ? (l(), i("div", hl, [
|
|
2109
2109
|
c(a.$slots, "rich-text-bullet-list")
|
|
2110
2110
|
])) : h("", !0),
|
|
2111
|
-
a.image ? (
|
|
2111
|
+
a.image ? (l(), i("div", {
|
|
2112
2112
|
key: 1,
|
|
2113
2113
|
class: p([
|
|
2114
2114
|
"rich-text__image",
|
|
@@ -2117,7 +2117,7 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
2117
2117
|
}, [
|
|
2118
2118
|
S(F, null, {
|
|
2119
2119
|
default: y(() => [
|
|
2120
|
-
c(a.$slots, "rich-text-image", z(
|
|
2120
|
+
c(a.$slots, "rich-text-image", O(z({ width: 865, height: 307 })))
|
|
2121
2121
|
]),
|
|
2122
2122
|
_: 3
|
|
2123
2123
|
})
|
|
@@ -2126,9 +2126,9 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
2126
2126
|
])
|
|
2127
2127
|
], 2));
|
|
2128
2128
|
}
|
|
2129
|
-
}), ml = /* @__PURE__ */
|
|
2129
|
+
}), ml = /* @__PURE__ */ v(pl, [["__scopeId", "data-v-db485b9d"]]), fl = {}, vl = { class: "rich-text" }, gl = { class: "rich-text__wrapper" }, bl = { class: "rich-text__content rich-text__content--left-aligned" }, yl = { class: "rich-text__body" };
|
|
2130
2130
|
function kl(e, a) {
|
|
2131
|
-
return
|
|
2131
|
+
return l(), i("div", vl, [
|
|
2132
2132
|
t("div", gl, [
|
|
2133
2133
|
t("div", bl, [
|
|
2134
2134
|
t("div", yl, [
|
|
@@ -2143,7 +2143,7 @@ function kl(e, a) {
|
|
|
2143
2143
|
])
|
|
2144
2144
|
]);
|
|
2145
2145
|
}
|
|
2146
|
-
const $l = /* @__PURE__ */
|
|
2146
|
+
const $l = /* @__PURE__ */ v(fl, [["render", kl], ["__scopeId", "data-v-776750d2"]]), wl = (e) => (H("data-v-798e7a06"), e = e(), R(), e), Bl = { class: "timeline__wrapper" }, Sl = { class: "timeline__content" }, Il = { class: "timeline__items" }, Cl = { class: "item__left" }, ql = /* @__PURE__ */ wl(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
|
|
2147
2147
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
2148
2148
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
2149
2149
|
], -1)), Al = { class: "item__right" }, Ll = ["innerHTML"], Dl = /* @__PURE__ */ g({
|
|
@@ -2158,8 +2158,8 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2158
2158
|
return me(() => {
|
|
2159
2159
|
const a = document.querySelectorAll(".timeline__item"), r = new IntersectionObserver(
|
|
2160
2160
|
(o) => {
|
|
2161
|
-
o.forEach((
|
|
2162
|
-
|
|
2161
|
+
o.forEach((s) => {
|
|
2162
|
+
s.isIntersecting && (s.target.classList.add("visible"), s.target.classList.remove("faded"), r.unobserve(s.target));
|
|
2163
2163
|
});
|
|
2164
2164
|
},
|
|
2165
2165
|
{
|
|
@@ -2169,10 +2169,10 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2169
2169
|
a.forEach((o) => {
|
|
2170
2170
|
r.observe(o);
|
|
2171
2171
|
});
|
|
2172
|
-
}), (a, r) => (
|
|
2172
|
+
}), (a, r) => (l(), i("div", Bl, [
|
|
2173
2173
|
t("div", Sl, [
|
|
2174
2174
|
t("div", Il, [
|
|
2175
|
-
(
|
|
2175
|
+
(l(!0), i(T, null, V(e.timelineItems, (o) => (l(), i("div", {
|
|
2176
2176
|
key: o.year,
|
|
2177
2177
|
class: "timeline__item faded"
|
|
2178
2178
|
}, [
|
|
@@ -2199,13 +2199,13 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2199
2199
|
])
|
|
2200
2200
|
]));
|
|
2201
2201
|
}
|
|
2202
|
-
}), Tl = /* @__PURE__ */
|
|
2202
|
+
}), Tl = /* @__PURE__ */ v(Dl, [["__scopeId", "data-v-798e7a06"]]), Vl = { class: "vimeo" }, Pl = { class: "vimeo__wrapper" }, Fl = {
|
|
2203
2203
|
key: 0,
|
|
2204
2204
|
class: "vimeo__headline"
|
|
2205
2205
|
}, Ml = {
|
|
2206
2206
|
key: 1,
|
|
2207
2207
|
class: "vimeo__description"
|
|
2208
|
-
},
|
|
2208
|
+
}, Ol = /* @__PURE__ */ g({
|
|
2209
2209
|
__name: "vimeo",
|
|
2210
2210
|
props: {
|
|
2211
2211
|
headline: {
|
|
@@ -2218,18 +2218,15 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2218
2218
|
}
|
|
2219
2219
|
},
|
|
2220
2220
|
setup(e) {
|
|
2221
|
-
return (a, r) => (
|
|
2221
|
+
return (a, r) => (l(), i("div", Vl, [
|
|
2222
2222
|
t("div", Pl, [
|
|
2223
|
-
e.headline ? (
|
|
2223
|
+
e.headline ? (l(), i("h2", Fl, d(e.headline), 1)) : h("", !0),
|
|
2224
2224
|
c(a.$slots, "vimeo-content", {}, void 0, !0),
|
|
2225
|
-
e.description ? (
|
|
2225
|
+
e.description ? (l(), i("p", Ml, d(e.description), 1)) : h("", !0)
|
|
2226
2226
|
])
|
|
2227
2227
|
]));
|
|
2228
2228
|
}
|
|
2229
|
-
}),
|
|
2230
|
-
key: 0,
|
|
2231
|
-
class: "academy-overview__button-wrapper"
|
|
2232
|
-
}, Ul = {
|
|
2229
|
+
}), zl = /* @__PURE__ */ v(Ol, [["__scopeId", "data-v-90a2b109"]]), Hl = { class: "academy-overview" }, Rl = { class: "academy-overview__content-wrapper" }, Nl = { class: "academy-overview__content" }, El = { class: "academy-overview__title" }, jl = { class: "academy-overview__description" }, Kl = { class: "academy-overview__button-wrapper" }, Ul = {
|
|
2233
2230
|
key: 0,
|
|
2234
2231
|
class: "academy-overview__stats"
|
|
2235
2232
|
}, Gl = { class: "academy-overview__stats-row" }, Jl = { class: "academy-overview__stat" }, Wl = { class: "academy-overview__value" }, Yl = { class: "academy-overview__label" }, Ql = { class: "academy-overview__stat" }, Zl = { class: "academy-overview__value" }, Xl = { class: "academy-overview__label" }, xl = /* @__PURE__ */ g({
|
|
@@ -2246,17 +2243,17 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2246
2243
|
}) }
|
|
2247
2244
|
},
|
|
2248
2245
|
setup(e) {
|
|
2249
|
-
return (a, r) => (
|
|
2246
|
+
return (a, r) => (l(), i("div", Hl, [
|
|
2250
2247
|
t("div", Rl, [
|
|
2251
2248
|
t("div", Nl, [
|
|
2252
2249
|
t("div", null, [
|
|
2253
2250
|
t("h1", El, d(a.hero.headline), 1),
|
|
2254
2251
|
t("p", jl, d(a.hero.description), 1),
|
|
2255
|
-
|
|
2252
|
+
t("div", Kl, [
|
|
2256
2253
|
c(a.$slots, "button", {}, void 0, !0)
|
|
2257
|
-
])
|
|
2254
|
+
])
|
|
2258
2255
|
]),
|
|
2259
|
-
a.hero.showStats ? (
|
|
2256
|
+
a.hero.showStats ? (l(), i("div", Ul, [
|
|
2260
2257
|
t("div", Gl, [
|
|
2261
2258
|
t("div", Jl, [
|
|
2262
2259
|
t("div", Wl, d(a.hero.lessonValue), 1),
|
|
@@ -2272,7 +2269,7 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2272
2269
|
])
|
|
2273
2270
|
]));
|
|
2274
2271
|
}
|
|
2275
|
-
}), ei = /* @__PURE__ */
|
|
2272
|
+
}), ei = /* @__PURE__ */ v(xl, [["__scopeId", "data-v-1594f3e8"]]), ti = { class: "not-found__wrapper" }, ai = { class: "not-found__content" }, oi = { class: "not-found__headline" }, si = { class: "not-found__body" }, li = /* @__PURE__ */ g({
|
|
2276
2273
|
__name: "404",
|
|
2277
2274
|
props: {
|
|
2278
2275
|
headline: {
|
|
@@ -2281,7 +2278,7 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2281
2278
|
}
|
|
2282
2279
|
},
|
|
2283
2280
|
setup(e) {
|
|
2284
|
-
return (a, r) => (
|
|
2281
|
+
return (a, r) => (l(), i("div", ti, [
|
|
2285
2282
|
t("div", ai, [
|
|
2286
2283
|
t("h1", oi, d(e.headline), 1),
|
|
2287
2284
|
t("div", si, [
|
|
@@ -2290,7 +2287,7 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2290
2287
|
])
|
|
2291
2288
|
]));
|
|
2292
2289
|
}
|
|
2293
|
-
}), ii = /* @__PURE__ */
|
|
2290
|
+
}), ii = /* @__PURE__ */ v(li, [["__scopeId", "data-v-b829ca6c"]]), ri = { class: "filter__wrapper" }, ni = { class: "filter__content" }, di = { class: "filter__dropdowns" }, ci = { class: "filter__chips" }, ui = /* @__PURE__ */ g({
|
|
2294
2291
|
__name: "filter",
|
|
2295
2292
|
props: {
|
|
2296
2293
|
hasChips: {
|
|
@@ -2304,14 +2301,14 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2304
2301
|
},
|
|
2305
2302
|
emits: ["clearFilters"],
|
|
2306
2303
|
setup(e) {
|
|
2307
|
-
return (a, r) => (
|
|
2304
|
+
return (a, r) => (l(), i("div", ri, [
|
|
2308
2305
|
t("div", ni, [
|
|
2309
2306
|
t("div", di, [
|
|
2310
2307
|
c(a.$slots, "filter-dropdowns")
|
|
2311
2308
|
]),
|
|
2312
2309
|
t("div", ci, [
|
|
2313
2310
|
c(a.$slots, "filter-chips"),
|
|
2314
|
-
e.hasChips ? (
|
|
2311
|
+
e.hasChips ? (l(), i("button", {
|
|
2315
2312
|
key: 0,
|
|
2316
2313
|
class: "filter__clear",
|
|
2317
2314
|
onClick: r[0] || (r[0] = (o) => a.$emit("clearFilters"))
|
|
@@ -2320,11 +2317,11 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2320
2317
|
])
|
|
2321
2318
|
]));
|
|
2322
2319
|
}
|
|
2323
|
-
}), _i = /* @__PURE__ */
|
|
2320
|
+
}), _i = /* @__PURE__ */ v(ui, [["__scopeId", "data-v-31c1ba00"]]), ye = (e) => (H("data-v-3d0cbbd5"), e = e(), R(), e), hi = { class: "footer__wrapper" }, pi = { class: "footer__content" }, mi = {
|
|
2324
2321
|
key: 0,
|
|
2325
2322
|
src: "https://mobile-industrial-robots.com/logo/mir-main-logo.svg",
|
|
2326
2323
|
style: { margin: "0 auto" }
|
|
2327
|
-
},
|
|
2324
|
+
}, fi = { class: "footer__sections" }, vi = { class: "section__title" }, gi = { class: "section__list" }, bi = { class: "section" }, yi = {
|
|
2328
2325
|
key: 0,
|
|
2329
2326
|
class: "section__title"
|
|
2330
2327
|
}, ki = {
|
|
@@ -2345,7 +2342,7 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2345
2342
|
}, Ti = { class: "footer__bottom" }, Vi = { class: "copyright" }, Pi = { class: "footer__policy" }, Fi = /* @__PURE__ */ ye(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), Mi = {
|
|
2346
2343
|
key: 0,
|
|
2347
2344
|
class: "footer__social"
|
|
2348
|
-
},
|
|
2345
|
+
}, Oi = ["href", "aria-label"], zi = {
|
|
2349
2346
|
key: 1,
|
|
2350
2347
|
class: "footer__social"
|
|
2351
2348
|
}, Hi = ["href", "aria-label"], Ri = /* @__PURE__ */ g({
|
|
@@ -2361,15 +2358,15 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2361
2358
|
},
|
|
2362
2359
|
emits: ["changeRegionClicked"],
|
|
2363
2360
|
setup(e) {
|
|
2364
|
-
return (a, r) => (
|
|
2361
|
+
return (a, r) => (l(), i("div", hi, [
|
|
2365
2362
|
t("footer", pi, [
|
|
2366
|
-
a.language === "zh" ? (
|
|
2367
|
-
t("div",
|
|
2368
|
-
(
|
|
2363
|
+
a.language === "zh" ? (l(), i("img", mi)) : h("", !0),
|
|
2364
|
+
t("div", fi, [
|
|
2365
|
+
(l(!0), i(T, null, V(a.footerSections, (o) => (l(), i("div", {
|
|
2369
2366
|
key: o.title,
|
|
2370
2367
|
class: "section"
|
|
2371
2368
|
}, [
|
|
2372
|
-
t("span",
|
|
2369
|
+
t("span", vi, d(o.title), 1),
|
|
2373
2370
|
t("nav", null, [
|
|
2374
2371
|
t("ul", gi, [
|
|
2375
2372
|
c(a.$slots, "section-links", {
|
|
@@ -2379,11 +2376,11 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2379
2376
|
])
|
|
2380
2377
|
]))), 128)),
|
|
2381
2378
|
t("div", bi, [
|
|
2382
|
-
a.language === "zh" ? (
|
|
2379
|
+
a.language === "zh" ? (l(), i("span", yi, "名傲移动机器人(上海)有限公司")) : (l(), i("span", ki, "Mobile Industrial Robots A/S")),
|
|
2383
2380
|
t("address", null, [
|
|
2384
|
-
a.language === "zh" ? (
|
|
2385
|
-
a.language === "zh" ? (
|
|
2386
|
-
a.language !== "zh" ? (
|
|
2381
|
+
a.language === "zh" ? (l(), i("span", $i, "上海浦东新区金桥出口加工区")) : (l(), i("span", wi, "Energivej 51")),
|
|
2382
|
+
a.language === "zh" ? (l(), i("span", Bi, "桂桥路1201号10栋2楼")) : (l(), i("span", Si, "5260 Odense S")),
|
|
2383
|
+
a.language !== "zh" ? (l(), i("span", Ii, "CVR: 35251235")) : h("", !0),
|
|
2387
2384
|
Ci,
|
|
2388
2385
|
S(P, {
|
|
2389
2386
|
class: "footer__contact",
|
|
@@ -2391,7 +2388,7 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2391
2388
|
underline: "false"
|
|
2392
2389
|
}, {
|
|
2393
2390
|
default: y(() => [
|
|
2394
|
-
a.language === "zh" ? (
|
|
2391
|
+
a.language === "zh" ? (l(), i("a", qi, "china@mir-robots.com")) : (l(), i("a", Ai, "mail@mir-robots.com"))
|
|
2395
2392
|
]),
|
|
2396
2393
|
_: 1
|
|
2397
2394
|
}),
|
|
@@ -2401,7 +2398,7 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2401
2398
|
underline: "false"
|
|
2402
2399
|
}, {
|
|
2403
2400
|
default: y(() => [
|
|
2404
|
-
a.language === "zh" ? (
|
|
2401
|
+
a.language === "zh" ? (l(), i("a", Li, "+86 13661856951(微信同号)")) : (l(), i("a", Di, "+45 20 377 577"))
|
|
2405
2402
|
]),
|
|
2406
2403
|
_: 1
|
|
2407
2404
|
})
|
|
@@ -2423,8 +2420,8 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2423
2420
|
c(a.$slots, "footer-privacy-link"),
|
|
2424
2421
|
c(a.$slots, "footer-cookie-link")
|
|
2425
2422
|
]),
|
|
2426
|
-
a.language !== "zh" ? (
|
|
2427
|
-
(
|
|
2423
|
+
a.language !== "zh" ? (l(), i("div", Mi, [
|
|
2424
|
+
(l(!0), i(T, null, V(a.socialMedia, (o) => (l(), L(P, {
|
|
2428
2425
|
key: o.title,
|
|
2429
2426
|
underline: "false",
|
|
2430
2427
|
"link-type": "regular"
|
|
@@ -2440,12 +2437,12 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2440
2437
|
height: "14",
|
|
2441
2438
|
class: p(["footer__social--icon", [o.title ? "bg-" + o.title : ""]])
|
|
2442
2439
|
}, null, 2)
|
|
2443
|
-
], 8,
|
|
2440
|
+
], 8, Oi)
|
|
2444
2441
|
]),
|
|
2445
2442
|
_: 2
|
|
2446
2443
|
}, 1024))), 128))
|
|
2447
|
-
])) : (
|
|
2448
|
-
(
|
|
2444
|
+
])) : (l(), i("div", zi, [
|
|
2445
|
+
(l(!0), i(T, null, V(a.socialMediaChina, (o) => (l(), L(P, {
|
|
2449
2446
|
key: o.title,
|
|
2450
2447
|
underline: "false",
|
|
2451
2448
|
"link-type": "regular"
|
|
@@ -2470,7 +2467,7 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2470
2467
|
])
|
|
2471
2468
|
]));
|
|
2472
2469
|
}
|
|
2473
|
-
}), Ni = /* @__PURE__ */
|
|
2470
|
+
}), Ni = /* @__PURE__ */ v(Ri, [["__scopeId", "data-v-3d0cbbd5"]]), ke = (e) => (H("data-v-ca578d77"), e = e(), R(), e), Ei = { class: "header__wrapper" }, ji = { class: "nav-wrapper" }, Ki = { class: "mir-link-logo" }, Ui = { class: "main-nav-items" }, Gi = {
|
|
2474
2471
|
key: 0,
|
|
2475
2472
|
id: "menu-dropdown",
|
|
2476
2473
|
ref: "dropdownDiv"
|
|
@@ -2514,7 +2511,7 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2514
2511
|
], dr = { class: "profile-dropdown-content" }, cr = { class: "mobile-logo-search-burger-wrapper" }, ur = { class: "mobile-mir-link-logo" }, _r = {
|
|
2515
2512
|
key: 0,
|
|
2516
2513
|
class: "mobile-search-wrapper"
|
|
2517
|
-
}, hr = ["src"], pr = ["src"], mr = { class: "mobile-menu-content-wrapper" },
|
|
2514
|
+
}, hr = ["src"], pr = ["src"], mr = { class: "mobile-menu-content-wrapper" }, fr = { class: "mobile-dropdown-content" }, vr = /* @__PURE__ */ g({
|
|
2518
2515
|
__name: "header",
|
|
2519
2516
|
props: {
|
|
2520
2517
|
burgerState: {
|
|
@@ -2567,45 +2564,45 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2567
2564
|
],
|
|
2568
2565
|
setup(e, { expose: a, emit: r }) {
|
|
2569
2566
|
let o = null;
|
|
2570
|
-
const
|
|
2571
|
-
let
|
|
2567
|
+
const s = e;
|
|
2568
|
+
let u = C(s.burgerState), _ = C(s.search), n = C(s.showDropDown), b = C(s.showPortalSwitcherDropDown), f = C(s.showProfileDropDown), k = C(s.isAuthenticated);
|
|
2572
2569
|
Q(
|
|
2573
|
-
() =>
|
|
2570
|
+
() => s.burgerState,
|
|
2571
|
+
($) => u.value = $
|
|
2572
|
+
), Q(
|
|
2573
|
+
() => s.search,
|
|
2574
2574
|
($) => _.value = $
|
|
2575
2575
|
), Q(
|
|
2576
|
-
() =>
|
|
2576
|
+
() => s.showDropDown,
|
|
2577
2577
|
($) => n.value = $
|
|
2578
2578
|
), Q(
|
|
2579
|
-
() =>
|
|
2580
|
-
($) => u.value = $
|
|
2581
|
-
), Q(
|
|
2582
|
-
() => l.showPortalSwitcherDropDown,
|
|
2579
|
+
() => s.showPortalSwitcherDropDown,
|
|
2583
2580
|
($) => b.value = $
|
|
2584
2581
|
), Q(
|
|
2585
|
-
() =>
|
|
2586
|
-
($) =>
|
|
2582
|
+
() => s.showProfileDropDown,
|
|
2583
|
+
($) => f.value = $
|
|
2587
2584
|
), Q(
|
|
2588
|
-
() =>
|
|
2585
|
+
() => s.isAuthenticated,
|
|
2589
2586
|
($) => k.value = $
|
|
2590
2587
|
), me(() => {
|
|
2591
2588
|
o = ($) => {
|
|
2592
|
-
$.target.closest("#menu-dropdown") || (
|
|
2589
|
+
$.target.closest("#menu-dropdown") || (n.value = !1), $.target.closest("#menu-portal-switcher") || (b.value = !1), $.target.closest("#menu-profile-dropdown") || (f.value = !1);
|
|
2593
2590
|
}, window.addEventListener("click", o);
|
|
2594
2591
|
}), Ae(() => {
|
|
2595
2592
|
o !== null && window.removeEventListener("click", o);
|
|
2596
2593
|
});
|
|
2597
2594
|
const w = r;
|
|
2598
2595
|
function te() {
|
|
2599
|
-
|
|
2596
|
+
n.value = !n.value, w("update:showDropDown", n.value);
|
|
2600
2597
|
}
|
|
2601
2598
|
function ie() {
|
|
2602
2599
|
b.value = !b.value, w("update:showPortalSwitcherDropDown", b.value);
|
|
2603
2600
|
}
|
|
2604
2601
|
function re() {
|
|
2605
|
-
|
|
2602
|
+
f.value = !f.value, w("update:showProfileDropDown", f.value);
|
|
2606
2603
|
}
|
|
2607
2604
|
function ne() {
|
|
2608
|
-
|
|
2605
|
+
u.value = !u.value, w("update:burgerState", u.value);
|
|
2609
2606
|
}
|
|
2610
2607
|
let G = C(null), ae = C(null);
|
|
2611
2608
|
function de() {
|
|
@@ -2613,7 +2610,7 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2613
2610
|
}
|
|
2614
2611
|
return a({
|
|
2615
2612
|
defocusSearchButton: de
|
|
2616
|
-
}), ($, j) => (
|
|
2613
|
+
}), ($, j) => (l(), i("div", Ei, [
|
|
2617
2614
|
t("nav", null, [
|
|
2618
2615
|
t("div", ji, [
|
|
2619
2616
|
t("div", Ki, [
|
|
@@ -2622,21 +2619,21 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2622
2619
|
t("ul", Ui, [
|
|
2623
2620
|
c($.$slots, "main-nav-items", {}, void 0, !0)
|
|
2624
2621
|
]),
|
|
2625
|
-
e.useDropdown ? (
|
|
2622
|
+
e.useDropdown ? (l(), i("div", Gi, [
|
|
2626
2623
|
t("button", {
|
|
2627
2624
|
class: "nav-dropdown-btn",
|
|
2628
2625
|
onClick: te
|
|
2629
2626
|
}, [
|
|
2630
2627
|
c($.$slots, "dropdown-title", {}, void 0, !0),
|
|
2631
|
-
I(
|
|
2628
|
+
I(n) === !1 ? (l(), i("img", Ji)) : (l(), i("img", Wi))
|
|
2632
2629
|
]),
|
|
2633
2630
|
U(t("div", Yi, [
|
|
2634
2631
|
c($.$slots, "dropdown-links", {}, void 0, !0)
|
|
2635
2632
|
], 512), [
|
|
2636
|
-
[Z, I(
|
|
2633
|
+
[Z, I(n)]
|
|
2637
2634
|
])
|
|
2638
2635
|
], 512)) : h("", !0),
|
|
2639
|
-
I(
|
|
2636
|
+
I(_) ? (l(), i("div", Qi, [
|
|
2640
2637
|
t("button", {
|
|
2641
2638
|
ref_key: "navSearchButton",
|
|
2642
2639
|
ref: G,
|
|
@@ -2647,21 +2644,21 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2647
2644
|
})
|
|
2648
2645
|
}, [
|
|
2649
2646
|
t("img", {
|
|
2650
|
-
src: I(
|
|
2647
|
+
src: I(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",
|
|
2651
2648
|
alt: "search icon",
|
|
2652
2649
|
width: "20",
|
|
2653
2650
|
height: "20"
|
|
2654
2651
|
}, null, 8, Zi)
|
|
2655
2652
|
], 512)
|
|
2656
2653
|
])) : h("", !0),
|
|
2657
|
-
e.usePortalSwitcher ? (
|
|
2654
|
+
e.usePortalSwitcher ? (l(), i("div", Xi, [
|
|
2658
2655
|
t("button", {
|
|
2659
2656
|
class: "nav-portal-switcher-btn",
|
|
2660
2657
|
onClick: ie
|
|
2661
2658
|
}, er),
|
|
2662
2659
|
U(t("div", tr, [
|
|
2663
2660
|
t("ul", ar, [
|
|
2664
|
-
(
|
|
2661
|
+
(l(!0), i(T, null, V(e.portals, (K, E) => (l(), i("li", {
|
|
2665
2662
|
key: E,
|
|
2666
2663
|
class: "portal-switcher-link"
|
|
2667
2664
|
}, [
|
|
@@ -2669,7 +2666,7 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2669
2666
|
default: y(() => [
|
|
2670
2667
|
t("a", {
|
|
2671
2668
|
href: K.link,
|
|
2672
|
-
onClick: j[1] || (j[1] = (W) => ce(
|
|
2669
|
+
onClick: j[1] || (j[1] = (W) => ce(n) ? n.value = !1 : n = !1)
|
|
2673
2670
|
}, [
|
|
2674
2671
|
t("img", {
|
|
2675
2672
|
src: K.icon
|
|
@@ -2685,11 +2682,11 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2685
2682
|
[Z, I(b)]
|
|
2686
2683
|
])
|
|
2687
2684
|
])) : h("", !0),
|
|
2688
|
-
e.useProfileDropdown ? (
|
|
2689
|
-
I(k) ? h("", !0) : (
|
|
2685
|
+
e.useProfileDropdown ? (l(), i("div", lr, [
|
|
2686
|
+
I(k) ? h("", !0) : (l(), i("div", ir, [
|
|
2690
2687
|
c($.$slots, "profile-dropdown-sign-in", {}, void 0, !0)
|
|
2691
2688
|
])),
|
|
2692
|
-
I(k) ? (
|
|
2689
|
+
I(k) ? (l(), i("button", {
|
|
2693
2690
|
key: 1,
|
|
2694
2691
|
class: "nav-profile-dropdown-btn",
|
|
2695
2692
|
onClick: re
|
|
@@ -2697,18 +2694,18 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2697
2694
|
U(t("div", dr, [
|
|
2698
2695
|
c($.$slots, "profile-dropdown-links", {}, void 0, !0)
|
|
2699
2696
|
], 512), [
|
|
2700
|
-
[Z, I(
|
|
2697
|
+
[Z, I(f)]
|
|
2701
2698
|
])
|
|
2702
2699
|
])) : h("", !0)
|
|
2703
2700
|
]),
|
|
2704
2701
|
t("div", {
|
|
2705
|
-
class: p(["mobile-nav-wrapper", I(
|
|
2702
|
+
class: p(["mobile-nav-wrapper", I(u) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
|
|
2706
2703
|
}, [
|
|
2707
2704
|
t("div", cr, [
|
|
2708
2705
|
t("div", ur, [
|
|
2709
2706
|
c($.$slots, "link-logo", {}, void 0, !0)
|
|
2710
2707
|
]),
|
|
2711
|
-
I(
|
|
2708
|
+
I(_) ? (l(), i("div", _r, [
|
|
2712
2709
|
t("button", {
|
|
2713
2710
|
ref_key: "mobileSearchButton",
|
|
2714
2711
|
ref: ae,
|
|
@@ -2720,7 +2717,7 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2720
2717
|
})
|
|
2721
2718
|
}, [
|
|
2722
2719
|
t("img", {
|
|
2723
|
-
src: I(
|
|
2720
|
+
src: I(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",
|
|
2724
2721
|
alt: "search icon",
|
|
2725
2722
|
width: "20",
|
|
2726
2723
|
height: "20"
|
|
@@ -2736,7 +2733,7 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2736
2733
|
width: "20",
|
|
2737
2734
|
height: "20",
|
|
2738
2735
|
alt: "burger menu line icon",
|
|
2739
|
-
src: I(
|
|
2736
|
+
src: I(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"
|
|
2740
2737
|
}, null, 8, pr)
|
|
2741
2738
|
])
|
|
2742
2739
|
]),
|
|
@@ -2744,18 +2741,18 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2744
2741
|
t("ul", null, [
|
|
2745
2742
|
c($.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2746
2743
|
]),
|
|
2747
|
-
t("ul",
|
|
2744
|
+
t("ul", fr, [
|
|
2748
2745
|
c($.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2749
2746
|
c($.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2750
2747
|
])
|
|
2751
2748
|
], 512), [
|
|
2752
|
-
[Z, I(
|
|
2749
|
+
[Z, I(u)]
|
|
2753
2750
|
])
|
|
2754
2751
|
], 2)
|
|
2755
2752
|
])
|
|
2756
2753
|
]));
|
|
2757
2754
|
}
|
|
2758
|
-
}), gr = /* @__PURE__ */
|
|
2755
|
+
}), gr = /* @__PURE__ */ v(vr, [["__scopeId", "data-v-ca578d77"]]), br = { class: "language__wrapper" }, yr = { class: "language__content" }, kr = { class: "language__headline" }, $r = { class: "language__paragraph" }, wr = { class: "language__links" }, Br = /* @__PURE__ */ g({
|
|
2759
2756
|
__name: "language-switcher",
|
|
2760
2757
|
props: {
|
|
2761
2758
|
headline: {
|
|
@@ -2768,7 +2765,7 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2768
2765
|
}
|
|
2769
2766
|
},
|
|
2770
2767
|
setup(e) {
|
|
2771
|
-
return (a, r) => (
|
|
2768
|
+
return (a, r) => (l(), i("div", br, [
|
|
2772
2769
|
t("div", yr, [
|
|
2773
2770
|
t("h2", kr, d(e.headline), 1),
|
|
2774
2771
|
t("p", $r, d(e.paragraph), 1),
|
|
@@ -2778,7 +2775,7 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2778
2775
|
])
|
|
2779
2776
|
]));
|
|
2780
2777
|
}
|
|
2781
|
-
}), Sr = /* @__PURE__ */
|
|
2778
|
+
}), Sr = /* @__PURE__ */ v(Br, [["__scopeId", "data-v-dc8cc97e"]]), Ir = { class: "pagination__wrapper" }, Cr = { class: "pagination__content" }, qr = /* @__PURE__ */ g({
|
|
2782
2779
|
__name: "pagination",
|
|
2783
2780
|
props: {
|
|
2784
2781
|
isPreviousDisabled: {
|
|
@@ -2792,7 +2789,7 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2792
2789
|
},
|
|
2793
2790
|
emits: ["previous", "next"],
|
|
2794
2791
|
setup(e) {
|
|
2795
|
-
return (a, r) => (
|
|
2792
|
+
return (a, r) => (l(), i("div", Ir, [
|
|
2796
2793
|
t("div", Cr, [
|
|
2797
2794
|
S(se, {
|
|
2798
2795
|
disabled: e.isPreviousDisabled,
|
|
@@ -2810,13 +2807,13 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2810
2807
|
])
|
|
2811
2808
|
]));
|
|
2812
2809
|
}
|
|
2813
|
-
}), Ar = /* @__PURE__ */
|
|
2810
|
+
}), Ar = /* @__PURE__ */ v(qr, [["__scopeId", "data-v-da6d07c9"]]), Lr = {}, Dr = { class: "search__wrapper" };
|
|
2814
2811
|
function Tr(e, a) {
|
|
2815
|
-
return
|
|
2812
|
+
return l(), i("div", Dr, [
|
|
2816
2813
|
c(e.$slots, "default", { class: "search__content" })
|
|
2817
2814
|
]);
|
|
2818
2815
|
}
|
|
2819
|
-
const Vr = /* @__PURE__ */
|
|
2816
|
+
const Vr = /* @__PURE__ */ v(Lr, [["render", Tr], ["__scopeId", "data-v-c07a6cf3"]]), Pr = { class: "dropdown" }, Fr = ["aria-expanded"], Mr = /* @__PURE__ */ g({
|
|
2820
2817
|
__name: "select-multiple",
|
|
2821
2818
|
props: {
|
|
2822
2819
|
label: { default: "" },
|
|
@@ -2825,31 +2822,31 @@ const Vr = /* @__PURE__ */ f(Lr, [["render", Tr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2825
2822
|
},
|
|
2826
2823
|
emits: ["filter", "remove-filter"],
|
|
2827
2824
|
setup(e, { emit: a }) {
|
|
2828
|
-
const r = C(!1), o = e,
|
|
2829
|
-
function
|
|
2830
|
-
o.selectedOptions.includes(b) ?
|
|
2825
|
+
const r = C(!1), o = e, s = a;
|
|
2826
|
+
function u(b) {
|
|
2827
|
+
o.selectedOptions.includes(b) ? s("remove-filter", b) : s("filter", b);
|
|
2831
2828
|
}
|
|
2832
|
-
function
|
|
2829
|
+
function _() {
|
|
2833
2830
|
r.value = !1;
|
|
2834
2831
|
}
|
|
2835
|
-
const
|
|
2836
|
-
return (b,
|
|
2832
|
+
const n = A(() => o.options.length > 8);
|
|
2833
|
+
return (b, f) => {
|
|
2837
2834
|
const k = _e("click-outside");
|
|
2838
|
-
return U((
|
|
2835
|
+
return U((l(), i("div", Pr, [
|
|
2839
2836
|
t("button", {
|
|
2840
2837
|
class: "dropdown-button",
|
|
2841
2838
|
style: x({ "z-index": r.value ? 2 : 0 }),
|
|
2842
2839
|
"aria-expanded": r.value ? "true" : "false",
|
|
2843
|
-
onClick:
|
|
2840
|
+
onClick: f[0] || (f[0] = (w) => r.value = !r.value)
|
|
2844
2841
|
}, [
|
|
2845
2842
|
c(b.$slots, "button", {}, () => [
|
|
2846
2843
|
J(d(b.label), 1)
|
|
2847
2844
|
], !0)
|
|
2848
2845
|
], 12, Fr),
|
|
2849
2846
|
t("div", {
|
|
2850
|
-
class: p([{ hidden: !r.value, "adjust-height":
|
|
2847
|
+
class: p([{ hidden: !r.value, "adjust-height": n.value }, "dropdown-content"])
|
|
2851
2848
|
}, [
|
|
2852
|
-
(
|
|
2849
|
+
(l(!0), i(T, null, V(b.options, (w) => (l(), L(I(fe), {
|
|
2853
2850
|
id: w.value,
|
|
2854
2851
|
key: w.value,
|
|
2855
2852
|
name: w.text,
|
|
@@ -2857,7 +2854,7 @@ const Vr = /* @__PURE__ */ f(Lr, [["render", Tr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2857
2854
|
disabled: !1,
|
|
2858
2855
|
value: w.value,
|
|
2859
2856
|
checked: b.selectedOptions.includes(w.value),
|
|
2860
|
-
onInput: (te) =>
|
|
2857
|
+
onInput: (te) => u(w.value)
|
|
2861
2858
|
}, {
|
|
2862
2859
|
default: y(() => [
|
|
2863
2860
|
J(d(w.text), 1)
|
|
@@ -2866,11 +2863,11 @@ const Vr = /* @__PURE__ */ f(Lr, [["render", Tr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2866
2863
|
}, 1032, ["id", "name", "value", "checked", "onInput"]))), 128))
|
|
2867
2864
|
], 2)
|
|
2868
2865
|
])), [
|
|
2869
|
-
[k,
|
|
2866
|
+
[k, _]
|
|
2870
2867
|
]);
|
|
2871
2868
|
};
|
|
2872
2869
|
}
|
|
2873
|
-
}),
|
|
2870
|
+
}), Or = /* @__PURE__ */ v(Mr, [["__scopeId", "data-v-164647da"]]), zr = { class: "promo__content" }, Hr = { class: "pallet-jack__media-wrap" }, Rr = { class: "pallet-jack-link" }, Nr = { class: "pallet-jack__media-wrap__inner-wrap" }, Er = { class: "pallet-jack__media-wrap__content-wrap" }, jr = { class: "regular-blue" }, Kr = /* @__PURE__ */ g({
|
|
2874
2871
|
__name: "pallet-jack",
|
|
2875
2872
|
props: {
|
|
2876
2873
|
label: { default: "" },
|
|
@@ -2889,68 +2886,68 @@ const Vr = /* @__PURE__ */ f(Lr, [["render", Tr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2889
2886
|
light: "promo__wrapper--light",
|
|
2890
2887
|
default: "promo__wrapper--default"
|
|
2891
2888
|
}, r = e, o = A(() => a[r.variant]);
|
|
2892
|
-
return (
|
|
2889
|
+
return (s, u) => (l(), i("div", {
|
|
2893
2890
|
class: p([
|
|
2894
2891
|
"promo__wrapper",
|
|
2895
2892
|
o.value,
|
|
2896
|
-
|
|
2893
|
+
s.teaser ? "promo__wrapper--teaser" : ""
|
|
2897
2894
|
])
|
|
2898
2895
|
}, [
|
|
2899
|
-
t("div",
|
|
2896
|
+
t("div", zr, [
|
|
2900
2897
|
t("div", {
|
|
2901
2898
|
class: p([
|
|
2902
2899
|
"promo__video",
|
|
2903
|
-
|
|
2900
|
+
s.reverse ? "promo__video--reverse" : "promo__video--default"
|
|
2904
2901
|
])
|
|
2905
2902
|
}, [
|
|
2906
2903
|
t("div", Hr, [
|
|
2907
2904
|
t("div", Rr, [
|
|
2908
|
-
c(
|
|
2905
|
+
c(s.$slots, "pallet-jack-link")
|
|
2909
2906
|
]),
|
|
2910
2907
|
t("div", Nr, [
|
|
2911
|
-
c(
|
|
2908
|
+
c(s.$slots, "pallet-jack-video")
|
|
2912
2909
|
]),
|
|
2913
2910
|
t("div", Er, [
|
|
2914
|
-
t("h3", jr, d(
|
|
2915
|
-
t("p", null, d(
|
|
2911
|
+
t("h3", jr, d(s.headline), 1),
|
|
2912
|
+
t("p", null, d(s.shortDescription), 1)
|
|
2916
2913
|
])
|
|
2917
2914
|
])
|
|
2918
2915
|
], 2),
|
|
2919
2916
|
t("div", {
|
|
2920
2917
|
class: p([
|
|
2921
2918
|
"promo__text",
|
|
2922
|
-
|
|
2919
|
+
s.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
2923
2920
|
])
|
|
2924
2921
|
}, [
|
|
2925
|
-
|
|
2922
|
+
s.label ? (l(), L(X, {
|
|
2926
2923
|
key: 0,
|
|
2927
|
-
text:
|
|
2928
|
-
"label-dark":
|
|
2924
|
+
text: s.label,
|
|
2925
|
+
"label-dark": s.variant === "dark"
|
|
2929
2926
|
}, null, 8, ["text", "label-dark"])) : h("", !0),
|
|
2930
2927
|
t("div", {
|
|
2931
2928
|
class: p([
|
|
2932
2929
|
"promo__title",
|
|
2933
|
-
|
|
2930
|
+
s.variant === "dark" ? "promo__title--dark" : ""
|
|
2934
2931
|
])
|
|
2935
2932
|
}, [
|
|
2936
|
-
c(
|
|
2933
|
+
c(s.$slots, "promo-text")
|
|
2937
2934
|
], 2),
|
|
2938
|
-
|
|
2935
|
+
s.linkType === "link" ? (l(), L(P, {
|
|
2939
2936
|
key: 1,
|
|
2940
|
-
"link-type":
|
|
2937
|
+
"link-type": s.variant === "dark" ? "regular_dark" : (s.variant === "light", "regular_light"),
|
|
2941
2938
|
arrow: ""
|
|
2942
2939
|
}, {
|
|
2943
2940
|
default: y(() => [
|
|
2944
|
-
c(
|
|
2941
|
+
c(s.$slots, "promo-link")
|
|
2945
2942
|
]),
|
|
2946
2943
|
_: 3
|
|
2947
2944
|
}, 8, ["link-type"])) : h("", !0),
|
|
2948
|
-
|
|
2945
|
+
s.linkType === "button" ? (l(), L(P, {
|
|
2949
2946
|
key: 2,
|
|
2950
|
-
"link-type":
|
|
2947
|
+
"link-type": s.variant === "dark" ? "secondary_dark" : (s.variant === "light", "secondary")
|
|
2951
2948
|
}, {
|
|
2952
2949
|
default: y(() => [
|
|
2953
|
-
c(
|
|
2950
|
+
c(s.$slots, "promo-link")
|
|
2954
2951
|
]),
|
|
2955
2952
|
_: 3
|
|
2956
2953
|
}, 8, ["link-type"])) : h("", !0)
|
|
@@ -2958,14 +2955,14 @@ const Vr = /* @__PURE__ */ f(Lr, [["render", Tr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2958
2955
|
])
|
|
2959
2956
|
], 2));
|
|
2960
2957
|
}
|
|
2961
|
-
}), Ur = /* @__PURE__ */
|
|
2958
|
+
}), Ur = /* @__PURE__ */ v(Kr, [["__scopeId", "data-v-00c0bad3"]]), Jr = {
|
|
2962
2959
|
install: (e) => {
|
|
2963
|
-
e.component("AtomButton", se), e.component("AtomCheckbox",
|
|
2960
|
+
e.component("AtomButton", se), e.component("AtomCheckbox", fe), e.component("AtomChip", Ne), e.component("AtomDropdown", Ye), e.component("AtomImage", F), e.component("AtomLabel", X), e.component("AtomLink", P), e.component("AtomRadioButton", rt), e.component("AtomSelect", ht), e.component("AtomSelectMultiple", Or), e.component("AtomSlider", Bt), e.component("AtomTextarea", Tt), e.component("AtomTextField", jt), e.component("AtomVideo", ee), e.component("MoleculeAddress", la), e.component("MoleculeBulletList", ca), e.component("MoleculeCard", ma), e.component("MoleculeColumnCard", ge), e.component("MoleculeEventCard", qa), e.component("MoleculeFlashcard", be), e.component("MoleculeModal", ve), e.component("MoleculeTextCard", Ua), e.component("BlockAccordion", ao), e.component("BlockFacts", So), e.component("BlockFeatures", Vo), e.component("BlockFlashcards", zo), e.component("BlockFormScript", Go), e.component("BlockHeadline", Qo), e.component("BlockHero", ds), e.component("BlockImage", ms), e.component("BlockImageGallery", ys), e.component("BlockLogoWall", As), e.component("BlockMicroStories", Ps), e.component("BlockPolicy", Hs), e.component("BlockProductHero", Ws), e.component("BlockPromo", Zs), e.component("BlockQuote", cl), e.component("BlockRichText", ml), e.component("BlockRichTextColumns", $l), e.component("BlockTimeline", Tl), e.component("BlockCardDisplay", co), e.component("BlockColumnGrid", fo), e.component("BlockVimeo", zl), e.component("BlockPalletJack", Ur), e.component("BlockFrontPageHero", ei), e.component("Organism404", ii), e.component("OrganismFilter", _i), e.component("OrganismFooter", Ni), e.component("OrganismHeader", gr), e.component("OrganismLanguageSwitcher", Sr), e.component("OrganismPagination", Ar), e.component("OrganismSearch", Vr);
|
|
2964
2961
|
}
|
|
2965
2962
|
};
|
|
2966
2963
|
export {
|
|
2967
2964
|
se as AtomButton,
|
|
2968
|
-
|
|
2965
|
+
fe as AtomCheckbox,
|
|
2969
2966
|
Ne as AtomChip,
|
|
2970
2967
|
Ye as AtomDropdown,
|
|
2971
2968
|
F as AtomImage,
|
|
@@ -2973,17 +2970,17 @@ export {
|
|
|
2973
2970
|
P as AtomLink,
|
|
2974
2971
|
rt as AtomRadioButton,
|
|
2975
2972
|
ht as AtomSelect,
|
|
2976
|
-
|
|
2973
|
+
Or as AtomSelectMultiple,
|
|
2977
2974
|
Bt as AtomSlider,
|
|
2978
2975
|
jt as AtomTextField,
|
|
2979
2976
|
Tt as AtomTextarea,
|
|
2980
2977
|
ee as AtomVideo,
|
|
2981
2978
|
ao as BlockAccordion,
|
|
2982
2979
|
co as BlockCardDisplay,
|
|
2983
|
-
|
|
2980
|
+
fo as BlockColumnGrid,
|
|
2984
2981
|
So as BlockFacts,
|
|
2985
2982
|
Vo as BlockFeatures,
|
|
2986
|
-
|
|
2983
|
+
zo as BlockFlashcards,
|
|
2987
2984
|
Go as BlockFormScript,
|
|
2988
2985
|
ei as BlockFrontPageHero,
|
|
2989
2986
|
Qo as BlockHeadline,
|
|
@@ -3000,14 +2997,14 @@ export {
|
|
|
3000
2997
|
ml as BlockRichText,
|
|
3001
2998
|
$l as BlockRichTextColumns,
|
|
3002
2999
|
Tl as BlockTimeline,
|
|
3003
|
-
|
|
3000
|
+
zl as BlockVimeo,
|
|
3004
3001
|
la as MoleculeAddress,
|
|
3005
3002
|
ca as MoleculeBulletList,
|
|
3006
3003
|
ma as MoleculeCard,
|
|
3007
3004
|
ge as MoleculeColumnCard,
|
|
3008
3005
|
qa as MoleculeEventCard,
|
|
3009
3006
|
be as MoleculeFlashcard,
|
|
3010
|
-
|
|
3007
|
+
ve as MoleculeModal,
|
|
3011
3008
|
Ua as MoleculeTextCard,
|
|
3012
3009
|
ii as Organism404,
|
|
3013
3010
|
_i as OrganismFilter,
|