@mirweb/mir-web-components 0.17.27 → 0.17.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/atoms/video/video.vue.d.ts +1 -1
- package/dist/components/blocks/hero/hero.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 +672 -667
- package/dist/mir-web-components.umd.js +2 -2
- package/package.json +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const Be = ["aria-label"], Ie = /* @__PURE__ */
|
|
1
|
+
import { defineComponent as f, computed as T, openBlock as o, createElementBlock as i, normalizeClass as p, toDisplayString as n, createElementVNode as t, renderSlot as h, pushScopeId as E, popScopeId as R, createTextVNode as j, ref as I, withDirectives as Z, Fragment as D, renderList as M, vShow as ee, normalizeProps as P, guardReactiveProps as F, toRefs as ye, mergeProps as te, createVNode as k, Transition as $e, withCtx as w, withModifiers as de, createBlock as C, createCommentVNode as g, watchEffect as ce, withKeys as ke, useSlots as we, normalizeStyle as ae, isRef as re, unref as V, onMounted as le, watch as ne, onUnmounted as Se } from "vue";
|
|
2
|
+
const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
5
5
|
variant: { default: "primary" },
|
|
@@ -13,18 +13,18 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
13
13
|
close: "close",
|
|
14
14
|
next: "next",
|
|
15
15
|
previous: "previous"
|
|
16
|
-
}, r = e, l =
|
|
17
|
-
return (s,
|
|
18
|
-
class:
|
|
16
|
+
}, r = e, l = T(() => a[r.variant]);
|
|
17
|
+
return (s, u) => (o(), i("button", {
|
|
18
|
+
class: p(["button", "button--" + l.value]),
|
|
19
19
|
"aria-label": s.ariaLabel
|
|
20
|
-
},
|
|
20
|
+
}, n(l.value === "close" ? "" : s.buttonText), 11, Be));
|
|
21
21
|
}
|
|
22
22
|
}), v = (e, a) => {
|
|
23
23
|
const r = e.__vccOpts || e;
|
|
24
24
|
for (const [l, s] of a)
|
|
25
25
|
r[l] = s;
|
|
26
26
|
return r;
|
|
27
|
-
}, J = /* @__PURE__ */ v(Ie, [["__scopeId", "data-v-a3e038ec"]]), qe = (e) => (E("data-v-42c44141"), e = e(), R(), e), Le = ["id", "name", "value", "disabled", "required"], Te = ["for"], Ve = /* @__PURE__ */ qe(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)),
|
|
27
|
+
}, J = /* @__PURE__ */ v(Ie, [["__scopeId", "data-v-a3e038ec"]]), qe = (e) => (E("data-v-42c44141"), e = e(), R(), e), Le = ["id", "name", "value", "disabled", "required"], Te = ["for"], Ve = /* @__PURE__ */ qe(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Ae = /* @__PURE__ */ f({
|
|
28
28
|
__name: "checkbox",
|
|
29
29
|
props: {
|
|
30
30
|
name: { default: "checkbox" },
|
|
@@ -36,11 +36,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
36
36
|
emits: ["input"],
|
|
37
37
|
setup(e, { emit: a }) {
|
|
38
38
|
const r = a, l = (s) => {
|
|
39
|
-
const
|
|
40
|
-
r("input",
|
|
39
|
+
const u = s.target;
|
|
40
|
+
r("input", u.checked);
|
|
41
41
|
};
|
|
42
|
-
return (s,
|
|
43
|
-
class:
|
|
42
|
+
return (s, u) => (o(), i("div", {
|
|
43
|
+
class: p(["checkbox__wrapper", s.disabled ? "disabled" : ""])
|
|
44
44
|
}, [
|
|
45
45
|
t("input", {
|
|
46
46
|
id: s.id,
|
|
@@ -54,39 +54,39 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
54
54
|
}, null, 40, Le),
|
|
55
55
|
t("label", {
|
|
56
56
|
for: s.id,
|
|
57
|
-
class:
|
|
57
|
+
class: p(["checkbox__label", s.required ? "required" : ""])
|
|
58
58
|
}, [
|
|
59
59
|
Ve,
|
|
60
|
-
|
|
60
|
+
h(s.$slots, "default", {}, void 0, !0)
|
|
61
61
|
], 10, Te)
|
|
62
62
|
], 2));
|
|
63
63
|
}
|
|
64
|
-
}),
|
|
64
|
+
}), Ce = /* @__PURE__ */ v(Ae, [["__scopeId", "data-v-42c44141"]]), De = (e) => (E("data-v-08813346"), e = e(), R(), e), Me = ["aria-label"], Oe = /* @__PURE__ */ De(() => /* @__PURE__ */ t("img", {
|
|
65
65
|
src: "https://a.storyblok.com/f/230581/9x9/e4fb715dc9/close.svg?cv=1695125714598",
|
|
66
66
|
alt: "close",
|
|
67
67
|
class: "close-icon"
|
|
68
|
-
}, null, -1)), Pe = /* @__PURE__ */
|
|
68
|
+
}, null, -1)), Pe = /* @__PURE__ */ f({
|
|
69
69
|
__name: "chip",
|
|
70
70
|
props: {
|
|
71
71
|
text: { default: "" }
|
|
72
72
|
},
|
|
73
73
|
emits: ["remove-chip"],
|
|
74
74
|
setup(e) {
|
|
75
|
-
const a = e, r =
|
|
75
|
+
const a = e, r = T(() => `Chip: ${a.text}`);
|
|
76
76
|
return (l, s) => (o(), i("div", {
|
|
77
77
|
class: "chip__wrapper",
|
|
78
|
-
onClick: s[0] || (s[0] = (
|
|
78
|
+
onClick: s[0] || (s[0] = (u) => l.$emit("remove-chip"))
|
|
79
79
|
}, [
|
|
80
80
|
t("span", {
|
|
81
81
|
class: "chip",
|
|
82
82
|
"aria-label": r.value
|
|
83
83
|
}, [
|
|
84
|
-
j(
|
|
84
|
+
j(n(l.text) + " ", 1),
|
|
85
85
|
Oe
|
|
86
86
|
], 8, Me)
|
|
87
87
|
]));
|
|
88
88
|
}
|
|
89
|
-
}), Fe = /* @__PURE__ */ v(Pe, [["__scopeId", "data-v-08813346"]]), Ee = ["value"], Re = ["id"], Ne = { class: "listbox__dropdown" }, He = ["id", "aria-labelledby", "aria-disabled"], ze = ["aria-labelledby", "aria-activedescendant"], Ue = ["aria-selected", "data-value"], Ke = /* @__PURE__ */
|
|
89
|
+
}), Fe = /* @__PURE__ */ v(Pe, [["__scopeId", "data-v-08813346"]]), Ee = ["value"], Re = ["id"], Ne = { class: "listbox__dropdown" }, He = ["id", "aria-labelledby", "aria-disabled"], ze = ["aria-labelledby", "aria-activedescendant"], Ue = ["aria-selected", "data-value"], Ke = /* @__PURE__ */ f({
|
|
90
90
|
__name: "dropdown",
|
|
91
91
|
props: {
|
|
92
92
|
modelValue: {},
|
|
@@ -104,179 +104,179 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
104
104
|
const r = {
|
|
105
105
|
primary: "dropdown-dark-bg-primary",
|
|
106
106
|
dark: "dropdown-dark dropdown-dark-bg-dark"
|
|
107
|
-
}, l = e, s =
|
|
108
|
-
const
|
|
107
|
+
}, l = e, s = T(() => r[l.variant]), u = I(null), c = I(null), _ = I([]), S = I(0), m = I(""), y = I(!0), q = I(0), X = a, B = T(() => {
|
|
108
|
+
const d = l.options.find(
|
|
109
109
|
(b) => b.value === l.modelValue
|
|
110
110
|
);
|
|
111
|
-
return
|
|
111
|
+
return d && d.label;
|
|
112
112
|
}), U = {
|
|
113
|
-
beforeMount(
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
}, document.body.addEventListener("click",
|
|
113
|
+
beforeMount(d, b) {
|
|
114
|
+
d.clickOutsideEvent = function($) {
|
|
115
|
+
d === $.target || d.contains($.target) || b.value($);
|
|
116
|
+
}, document.body.addEventListener("click", d.clickOutsideEvent);
|
|
117
117
|
},
|
|
118
|
-
unmounted(
|
|
119
|
-
document.body.removeEventListener("click",
|
|
118
|
+
unmounted(d) {
|
|
119
|
+
document.body.removeEventListener("click", d.clickOutsideEvent);
|
|
120
120
|
}
|
|
121
121
|
};
|
|
122
|
-
function x(
|
|
123
|
-
X("update:modelValue",
|
|
122
|
+
function x(d) {
|
|
123
|
+
X("update:modelValue", d);
|
|
124
124
|
}
|
|
125
|
-
function H(
|
|
125
|
+
function H(d) {
|
|
126
126
|
var $;
|
|
127
|
-
const b =
|
|
128
|
-
b.getAttribute("role") === "option" && (W(b), Q(), ($ =
|
|
127
|
+
const b = d.target;
|
|
128
|
+
b.getAttribute("role") === "option" && (W(b), Q(), ($ = u.value) == null || $.focus());
|
|
129
129
|
}
|
|
130
|
-
function oe(
|
|
130
|
+
function oe(d) {
|
|
131
131
|
var $;
|
|
132
|
-
const b =
|
|
132
|
+
const b = d.key;
|
|
133
133
|
switch (b) {
|
|
134
134
|
case "ArrowUp":
|
|
135
135
|
case "ArrowDown": {
|
|
136
|
-
|
|
137
|
-
const
|
|
136
|
+
d.preventDefault();
|
|
137
|
+
const L = l.options.findIndex(
|
|
138
138
|
(K) => K.value === l.modelValue
|
|
139
139
|
);
|
|
140
|
-
let N =
|
|
141
|
-
b === "ArrowUp" ?
|
|
140
|
+
let N = L ? _.value[L] : _.value[0];
|
|
141
|
+
b === "ArrowUp" ? L - 1 >= 0 && (N = _.value[L - 1]) : L + 1 <= l.options.length && (N = _.value[L + 1]), N && W(N);
|
|
142
142
|
break;
|
|
143
143
|
}
|
|
144
144
|
case "Home":
|
|
145
145
|
case "PageUp":
|
|
146
|
-
|
|
146
|
+
d.preventDefault(), ve();
|
|
147
147
|
break;
|
|
148
148
|
case "End":
|
|
149
149
|
case "PageDown":
|
|
150
|
-
|
|
150
|
+
d.preventDefault(), fe();
|
|
151
151
|
break;
|
|
152
152
|
case "Enter":
|
|
153
153
|
case "Escape":
|
|
154
|
-
|
|
154
|
+
d.preventDefault(), Q(), ($ = u.value) == null || $.focus();
|
|
155
155
|
break;
|
|
156
156
|
default: {
|
|
157
|
-
const
|
|
158
|
-
|
|
157
|
+
const L = me(b);
|
|
158
|
+
L && W(L);
|
|
159
159
|
break;
|
|
160
160
|
}
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
|
-
function _e(
|
|
163
|
+
function _e(d) {
|
|
164
164
|
if (!l.disabled)
|
|
165
|
-
switch (
|
|
165
|
+
switch (d.key) {
|
|
166
166
|
case "ArrowUp":
|
|
167
167
|
case "ArrowDown":
|
|
168
|
-
|
|
168
|
+
d.preventDefault(), ie(), oe(d);
|
|
169
169
|
break;
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
|
-
function he(
|
|
173
|
-
|
|
172
|
+
function he(d) {
|
|
173
|
+
d && d.removeAttribute("aria-selected");
|
|
174
174
|
}
|
|
175
175
|
function pe() {
|
|
176
176
|
S.value && (clearTimeout(S.value), S.value = 0), S.value = setTimeout(() => {
|
|
177
177
|
m.value = "", S.value = 0;
|
|
178
178
|
}, 500);
|
|
179
179
|
}
|
|
180
|
-
function me(
|
|
180
|
+
function me(d) {
|
|
181
181
|
let b = "";
|
|
182
|
-
(m.value === "" || b !==
|
|
183
|
-
(
|
|
184
|
-
)), m.value = b ===
|
|
182
|
+
(m.value === "" || b !== d) && (q.value = l.options.findIndex(
|
|
183
|
+
(L) => L.value === l.modelValue
|
|
184
|
+
)), m.value = b === d ? d : m.value + d, b = d, pe();
|
|
185
185
|
let $ = se(
|
|
186
|
-
|
|
186
|
+
q.value + 1,
|
|
187
187
|
l.options.length
|
|
188
188
|
);
|
|
189
|
-
return !$ && m.value.length === 1 && ($ = se(0,
|
|
189
|
+
return !$ && m.value.length === 1 && ($ = se(0, q.value)), q.value = (q.value + 1) % l.options.length, $;
|
|
190
190
|
}
|
|
191
|
-
function se(
|
|
192
|
-
for (let $ =
|
|
191
|
+
function se(d, b) {
|
|
192
|
+
for (let $ = d; $ < b; $++)
|
|
193
193
|
if (l.options[$].label && l.options[$].label.toUpperCase().indexOf(m.value.toUpperCase()) === 0)
|
|
194
|
-
return
|
|
194
|
+
return _.value[$];
|
|
195
195
|
return null;
|
|
196
196
|
}
|
|
197
197
|
function ve() {
|
|
198
|
-
W(
|
|
198
|
+
W(_.value[0]);
|
|
199
199
|
}
|
|
200
|
-
function W(
|
|
201
|
-
var $,
|
|
202
|
-
const b =
|
|
200
|
+
function W(d) {
|
|
201
|
+
var $, L;
|
|
202
|
+
const b = d.getAttribute("data-value");
|
|
203
203
|
if (l.modelValue) {
|
|
204
204
|
const N = l.options.findIndex(
|
|
205
205
|
(be) => be.value === l.modelValue
|
|
206
|
-
), K =
|
|
206
|
+
), K = _.value[N];
|
|
207
207
|
he(K);
|
|
208
208
|
}
|
|
209
|
-
if (
|
|
209
|
+
if (d.setAttribute("aria-selected", "true"), ($ = c.value) == null || $.setAttribute(
|
|
210
210
|
"aria-activedescendant",
|
|
211
211
|
b || ""
|
|
212
|
-
), x(b || ""),
|
|
213
|
-
const N =
|
|
214
|
-
K > N ?
|
|
212
|
+
), x(b || ""), c.value && c.value.scrollHeight > c.value.clientHeight) {
|
|
213
|
+
const N = c.value.clientHeight + c.value.scrollTop, K = d.offsetTop + d.offsetHeight;
|
|
214
|
+
K > N ? c.value.scrollTop = K - ((L = c.value) == null ? void 0 : L.clientHeight) : d.offsetTop < c.value.scrollTop && (c.value.scrollTop = d.offsetTop);
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
function fe() {
|
|
218
218
|
var b;
|
|
219
|
-
const
|
|
220
|
-
W(
|
|
219
|
+
const d = (b = _.value) == null ? void 0 : b[l.options.length - 1];
|
|
220
|
+
W(d);
|
|
221
221
|
}
|
|
222
222
|
function Q() {
|
|
223
|
-
var
|
|
224
|
-
y.value = !0, (
|
|
223
|
+
var d;
|
|
224
|
+
y.value = !0, (d = u.value) == null || d.removeAttribute("aria-expanded");
|
|
225
225
|
}
|
|
226
226
|
function ie() {
|
|
227
|
-
var
|
|
228
|
-
y.value = !1, (
|
|
227
|
+
var d, b;
|
|
228
|
+
y.value = !1, (d = u.value) == null || d.setAttribute("aria-expanded", "true"), (b = c.value) == null || b.focus();
|
|
229
229
|
}
|
|
230
230
|
function ge() {
|
|
231
231
|
l.disabled || (y.value ? ie() : Q());
|
|
232
232
|
}
|
|
233
|
-
return (
|
|
233
|
+
return (d, b) => (o(), i("div", {
|
|
234
234
|
ref: "listbox",
|
|
235
235
|
class: "listbox__wrapper",
|
|
236
|
-
value:
|
|
236
|
+
value: d.modelValue
|
|
237
237
|
}, [
|
|
238
238
|
t("label", {
|
|
239
|
-
id: `${
|
|
240
|
-
class:
|
|
241
|
-
"listbox__label--visually-hidden": !
|
|
242
|
-
"is-disabled":
|
|
243
|
-
"is-required":
|
|
239
|
+
id: `${d.name}-label`,
|
|
240
|
+
class: p([{
|
|
241
|
+
"listbox__label--visually-hidden": !d.showLabel,
|
|
242
|
+
"is-disabled": d.disabled,
|
|
243
|
+
"is-required": d.required
|
|
244
244
|
}, "listbox__label"])
|
|
245
|
-
}, d
|
|
245
|
+
}, n(d.label), 11, Re),
|
|
246
246
|
Z((o(), i("div", Ne, [
|
|
247
247
|
t("button", {
|
|
248
|
-
id: `${
|
|
248
|
+
id: `${d.name}-button-label`,
|
|
249
249
|
ref_key: "listboxButton",
|
|
250
|
-
ref:
|
|
251
|
-
"aria-labelledby": `${
|
|
250
|
+
ref: u,
|
|
251
|
+
"aria-labelledby": `${d.name}-label ${d.name}-button-label`,
|
|
252
252
|
type: "button",
|
|
253
253
|
"aria-haspopup": "listbox",
|
|
254
|
-
"aria-disabled":
|
|
255
|
-
class:
|
|
254
|
+
"aria-disabled": d.disabled,
|
|
255
|
+
class: p(["listbox__button", s.value]),
|
|
256
256
|
onClick: ge,
|
|
257
257
|
onKeydown: _e
|
|
258
|
-
}, d
|
|
258
|
+
}, n(d.modelValue ? B.value : d.placeholder), 43, He),
|
|
259
259
|
Z(t("ul", {
|
|
260
260
|
ref_key: "listboxNode",
|
|
261
|
-
ref:
|
|
262
|
-
"aria-labelledby": `${
|
|
263
|
-
"aria-activedescendant":
|
|
261
|
+
ref: c,
|
|
262
|
+
"aria-labelledby": `${d.name}-label`,
|
|
263
|
+
"aria-activedescendant": d.modelValue,
|
|
264
264
|
tabindex: "0",
|
|
265
265
|
role: "listbox",
|
|
266
266
|
class: "listbox__list",
|
|
267
267
|
onKeydown: oe,
|
|
268
268
|
onClick: H
|
|
269
269
|
}, [
|
|
270
|
-
(o(!0), i(D, null, M(
|
|
271
|
-
key: `${
|
|
270
|
+
(o(!0), i(D, null, M(d.options, ($, L) => (o(), i("li", {
|
|
271
|
+
key: `${d.name}-option-${L}`,
|
|
272
272
|
ref_for: !0,
|
|
273
273
|
ref_key: "listboxOptions",
|
|
274
|
-
ref:
|
|
275
|
-
"aria-selected": $.value ===
|
|
274
|
+
ref: _,
|
|
275
|
+
"aria-selected": $.value === d.modelValue,
|
|
276
276
|
"data-value": $.value,
|
|
277
277
|
class: "listbox__option",
|
|
278
278
|
role: "option"
|
|
279
|
-
},
|
|
279
|
+
}, n($.label), 9, Ue))), 128))
|
|
280
280
|
], 40, ze), [
|
|
281
281
|
[ee, !y.value]
|
|
282
282
|
])
|
|
@@ -285,7 +285,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
285
285
|
])
|
|
286
286
|
], 8, Ee));
|
|
287
287
|
}
|
|
288
|
-
}), je = /* @__PURE__ */ v(Ke, [["__scopeId", "data-v-6a8da7a4"]]), Ge = { class: "image__wrapper" }, We = /* @__PURE__ */
|
|
288
|
+
}), je = /* @__PURE__ */ v(Ke, [["__scopeId", "data-v-6a8da7a4"]]), Ge = { class: "image__wrapper" }, We = /* @__PURE__ */ f({
|
|
289
289
|
__name: "image",
|
|
290
290
|
props: {
|
|
291
291
|
src: { default: void 0 },
|
|
@@ -298,26 +298,26 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
298
298
|
},
|
|
299
299
|
setup(e) {
|
|
300
300
|
return (a, r) => (o(), i("div", Ge, [
|
|
301
|
-
|
|
301
|
+
h(a.$slots, "default", P(F(a.$attrs)))
|
|
302
302
|
]));
|
|
303
303
|
}
|
|
304
|
-
}),
|
|
304
|
+
}), A = /* @__PURE__ */ v(We, [["__scopeId", "data-v-f71a3c87"]]), Ye = { class: "label__wrapper" }, Qe = ["aria-label", "label-dark"], Ze = /* @__PURE__ */ f({
|
|
305
305
|
__name: "label",
|
|
306
306
|
props: {
|
|
307
307
|
text: {},
|
|
308
308
|
labelDark: { type: Boolean, default: !1 }
|
|
309
309
|
},
|
|
310
310
|
setup(e) {
|
|
311
|
-
const a = e, r =
|
|
311
|
+
const a = e, r = T(() => `Label: ${a.text}`);
|
|
312
312
|
return (l, s) => (o(), i("div", Ye, [
|
|
313
313
|
t("span", {
|
|
314
314
|
"aria-label": r.value,
|
|
315
315
|
"label-dark": l.labelDark,
|
|
316
|
-
class:
|
|
317
|
-
},
|
|
316
|
+
class: p(l.labelDark ? "label--dark" : "label--light")
|
|
317
|
+
}, n(l.text), 11, Qe)
|
|
318
318
|
]));
|
|
319
319
|
}
|
|
320
|
-
}), Y = /* @__PURE__ */ v(Ze, [["__scopeId", "data-v-7d9d3a8a"]]), Je = { class: "link__wrapper" }, O = /* @__PURE__ */
|
|
320
|
+
}), Y = /* @__PURE__ */ v(Ze, [["__scopeId", "data-v-7d9d3a8a"]]), Je = { class: "link__wrapper" }, O = /* @__PURE__ */ f({
|
|
321
321
|
__name: "link",
|
|
322
322
|
props: {
|
|
323
323
|
linkType: { default: "regular" },
|
|
@@ -338,24 +338,24 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
338
338
|
hover: "underline-hover",
|
|
339
339
|
true: "add-underline",
|
|
340
340
|
false: "remove-underline"
|
|
341
|
-
}, l = e, s =
|
|
342
|
-
const { ...
|
|
343
|
-
return
|
|
341
|
+
}, l = e, s = T(() => a[l.linkType]), u = T(() => r[l.underline]), c = T(() => {
|
|
342
|
+
const { ..._ } = ye(l);
|
|
343
|
+
return _;
|
|
344
344
|
});
|
|
345
|
-
return (
|
|
346
|
-
t("div", te(
|
|
345
|
+
return (_, S) => (o(), i("div", Je, [
|
|
346
|
+
t("div", te(c.value, {
|
|
347
347
|
class: ["mir-link", [
|
|
348
348
|
s.value,
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
349
|
+
_.disabled ? "disabled" : "",
|
|
350
|
+
u.value,
|
|
351
|
+
_.arrow ? "link-arrow" : ""
|
|
352
352
|
]]
|
|
353
353
|
}), [
|
|
354
|
-
_
|
|
354
|
+
h(_.$slots, "default")
|
|
355
355
|
], 16)
|
|
356
356
|
]));
|
|
357
357
|
}
|
|
358
|
-
}), Xe = (e) => (E("data-v-fa1bda9b"), e = e(), R(), e), xe = ["id", "name", "value", "checked", "disabled", "required"], et = ["for"], tt = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), at = /* @__PURE__ */
|
|
358
|
+
}), Xe = (e) => (E("data-v-fa1bda9b"), e = e(), R(), e), xe = ["id", "name", "value", "checked", "disabled", "required"], et = ["for"], tt = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), at = /* @__PURE__ */ f({
|
|
359
359
|
__name: "radio-button",
|
|
360
360
|
props: {
|
|
361
361
|
name: { default: "radio" },
|
|
@@ -368,11 +368,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
368
368
|
emits: ["input"],
|
|
369
369
|
setup(e, { emit: a }) {
|
|
370
370
|
const r = a, l = (s) => {
|
|
371
|
-
const
|
|
372
|
-
r("input",
|
|
371
|
+
const u = s.target;
|
|
372
|
+
r("input", u.checked);
|
|
373
373
|
};
|
|
374
|
-
return (s,
|
|
375
|
-
class:
|
|
374
|
+
return (s, u) => (o(), i("div", {
|
|
375
|
+
class: p(["radio__wrapper", s.disabled ? "disabled" : ""])
|
|
376
376
|
}, [
|
|
377
377
|
t("input", {
|
|
378
378
|
id: s.id,
|
|
@@ -387,14 +387,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
387
387
|
}, null, 40, xe),
|
|
388
388
|
t("label", {
|
|
389
389
|
for: s.id,
|
|
390
|
-
class:
|
|
390
|
+
class: p(["radio__label", s.required ? "required" : ""])
|
|
391
391
|
}, [
|
|
392
392
|
tt,
|
|
393
|
-
|
|
393
|
+
h(s.$slots, "default", {}, void 0, !0)
|
|
394
394
|
], 10, et)
|
|
395
395
|
], 2));
|
|
396
396
|
}
|
|
397
|
-
}), lt = /* @__PURE__ */ v(at, [["__scopeId", "data-v-fa1bda9b"]]), ot = { class: "select__wrapper" }, st = ["for"], it = ["id", "disabled", "name", "value"], rt = ["value"], nt = /* @__PURE__ */
|
|
397
|
+
}), lt = /* @__PURE__ */ v(at, [["__scopeId", "data-v-fa1bda9b"]]), ot = { class: "select__wrapper" }, st = ["for"], it = ["id", "disabled", "name", "value"], rt = ["value"], nt = /* @__PURE__ */ f({
|
|
398
398
|
__name: "select",
|
|
399
399
|
props: {
|
|
400
400
|
id: {},
|
|
@@ -410,11 +410,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
410
410
|
return (a, r) => (o(), i("div", ot, [
|
|
411
411
|
t("label", {
|
|
412
412
|
for: a.id,
|
|
413
|
-
class:
|
|
414
|
-
},
|
|
413
|
+
class: p([a.required ? "required" : "", a.disabled ? "disabled" : ""])
|
|
414
|
+
}, n(a.label), 11, st),
|
|
415
415
|
t("select", {
|
|
416
416
|
id: a.id,
|
|
417
|
-
class:
|
|
417
|
+
class: p(a.disabled ? "disabled" : ""),
|
|
418
418
|
disabled: a.disabled,
|
|
419
419
|
name: a.name,
|
|
420
420
|
value: a.modelValue,
|
|
@@ -425,11 +425,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
425
425
|
(o(!0), i(D, null, M(a.options, (l) => (o(), i("option", {
|
|
426
426
|
key: l.value,
|
|
427
427
|
value: l.value
|
|
428
|
-
},
|
|
428
|
+
}, n(l.text), 9, rt))), 128))
|
|
429
429
|
], 42, it)
|
|
430
430
|
]));
|
|
431
431
|
}
|
|
432
|
-
}), dt = /* @__PURE__ */ v(nt, [["__scopeId", "data-v-d5c46463"]]), ct = { class: "modal__wrapper" }, ut = /* @__PURE__ */
|
|
432
|
+
}), dt = /* @__PURE__ */ v(nt, [["__scopeId", "data-v-d5c46463"]]), ct = { class: "modal__wrapper" }, ut = /* @__PURE__ */ f({
|
|
433
433
|
__name: "modal",
|
|
434
434
|
props: {
|
|
435
435
|
show: { type: Boolean, default: !1 },
|
|
@@ -440,42 +440,42 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
440
440
|
const r = e, l = a, s = () => {
|
|
441
441
|
l("update:show", !r.show);
|
|
442
442
|
};
|
|
443
|
-
return (
|
|
443
|
+
return (u, c) => (o(), i("div", ct, [
|
|
444
444
|
k($e, {
|
|
445
445
|
duration: 300,
|
|
446
446
|
name: "nested"
|
|
447
447
|
}, {
|
|
448
448
|
default: w(() => [
|
|
449
|
-
|
|
449
|
+
u.show ? (o(), i("div", {
|
|
450
450
|
key: 0,
|
|
451
|
-
class:
|
|
451
|
+
class: p(["overlay", u.searchBar ? "overlay-search" : "overlay-default"]),
|
|
452
452
|
ariaLabel: "modal",
|
|
453
453
|
role: "dialog",
|
|
454
454
|
onClick: s
|
|
455
455
|
}, [
|
|
456
456
|
t("div", {
|
|
457
457
|
id: "modal",
|
|
458
|
-
class:
|
|
459
|
-
onClick:
|
|
458
|
+
class: p([u.searchBar ? "search" : ""]),
|
|
459
|
+
onClick: c[0] || (c[0] = de(() => {
|
|
460
460
|
}, ["stop"]))
|
|
461
461
|
}, [
|
|
462
462
|
t("div", null, [
|
|
463
|
-
|
|
463
|
+
u.searchBar ? g("", !0) : (o(), C(J, {
|
|
464
464
|
key: 0,
|
|
465
465
|
"aria-label": "close",
|
|
466
466
|
variant: "close",
|
|
467
467
|
onClick: s
|
|
468
468
|
}))
|
|
469
469
|
]),
|
|
470
|
-
|
|
470
|
+
h(u.$slots, "default", {}, void 0, !0)
|
|
471
471
|
], 2)
|
|
472
|
-
], 2)) :
|
|
472
|
+
], 2)) : g("", !0)
|
|
473
473
|
]),
|
|
474
474
|
_: 3
|
|
475
475
|
})
|
|
476
476
|
]));
|
|
477
477
|
}
|
|
478
|
-
}), ue = /* @__PURE__ */ v(ut, [["__scopeId", "data-v-cc647ee6"]]), _t = { class: "slider__wrapper" }, ht = { class: "slider__label" }, pt = ["for"], mt = ["aria-label"], vt = { class: "slider__content" }, ft = ["id", "name", "value", "min", "step", "max"], gt = /* @__PURE__ */
|
|
478
|
+
}), ue = /* @__PURE__ */ v(ut, [["__scopeId", "data-v-cc647ee6"]]), _t = { class: "slider__wrapper" }, ht = { class: "slider__label" }, pt = ["for"], mt = ["aria-label"], vt = { class: "slider__content" }, ft = ["id", "name", "value", "min", "step", "max"], gt = /* @__PURE__ */ f({
|
|
479
479
|
__name: "slider",
|
|
480
480
|
props: {
|
|
481
481
|
label: {},
|
|
@@ -491,14 +491,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
491
491
|
},
|
|
492
492
|
emits: ["update:modelValue"],
|
|
493
493
|
setup(e, { emit: a }) {
|
|
494
|
-
const r = e, l = a, s = I(r.modelValue),
|
|
494
|
+
const r = e, l = a, s = I(r.modelValue), u = I(), c = I(!1), _ = (m, y, q) => (m - y) / (q - y) * 100, S = (m) => {
|
|
495
495
|
var y;
|
|
496
|
-
(y =
|
|
496
|
+
(y = u.value) == null || y.style.setProperty("--ProgressPercent", `${m}%`);
|
|
497
497
|
};
|
|
498
498
|
return ce(() => {
|
|
499
|
-
if (
|
|
499
|
+
if (u.value) {
|
|
500
500
|
l("update:modelValue", s.value);
|
|
501
|
-
const m =
|
|
501
|
+
const m = _(s.value, r.min, r.max);
|
|
502
502
|
let y = (50 - m) / 100;
|
|
503
503
|
S(m + y);
|
|
504
504
|
}
|
|
@@ -507,57 +507,57 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
507
507
|
t("div", ht, [
|
|
508
508
|
t("label", {
|
|
509
509
|
for: m.id,
|
|
510
|
-
class:
|
|
511
|
-
},
|
|
510
|
+
class: p([m.variant, ""])
|
|
511
|
+
}, n(m.label), 11, pt),
|
|
512
512
|
m.information ? (o(), i("i", {
|
|
513
513
|
key: 0,
|
|
514
514
|
role: "button",
|
|
515
|
-
class:
|
|
515
|
+
class: p([m.variant, "slider__information"]),
|
|
516
516
|
"aria-label": m.informationLabel,
|
|
517
517
|
tabindex: "0",
|
|
518
518
|
"aria-haspopup": "dialog",
|
|
519
|
-
onClick: y[0] || (y[0] = (
|
|
520
|
-
onKeyup: y[1] || (y[1] = ke((
|
|
521
|
-
}, null, 42, mt)) :
|
|
519
|
+
onClick: y[0] || (y[0] = (q) => c.value = !c.value),
|
|
520
|
+
onKeyup: y[1] || (y[1] = ke((q) => c.value = !c.value, ["enter"]))
|
|
521
|
+
}, null, 42, mt)) : g("", !0)
|
|
522
522
|
]),
|
|
523
523
|
t("div", vt, [
|
|
524
524
|
t("span", {
|
|
525
|
-
class:
|
|
526
|
-
},
|
|
525
|
+
class: p([m.variant, "slider__minmax"])
|
|
526
|
+
}, n(m.min), 3),
|
|
527
527
|
t("input", {
|
|
528
528
|
id: m.id,
|
|
529
529
|
ref_key: "slider",
|
|
530
|
-
ref:
|
|
530
|
+
ref: u,
|
|
531
531
|
type: "range",
|
|
532
532
|
name: m.name,
|
|
533
533
|
value: m.modelValue,
|
|
534
534
|
min: m.min,
|
|
535
535
|
step: m.step,
|
|
536
536
|
max: m.max,
|
|
537
|
-
class:
|
|
538
|
-
onInput: y[2] || (y[2] = ({ target:
|
|
537
|
+
class: p(m.variant),
|
|
538
|
+
onInput: y[2] || (y[2] = ({ target: q }) => s.value = parseFloat(q.value))
|
|
539
539
|
}, null, 42, ft),
|
|
540
540
|
t("span", {
|
|
541
|
-
class:
|
|
542
|
-
},
|
|
541
|
+
class: p([m.variant, "slider__minmax"])
|
|
542
|
+
}, n(m.max), 3)
|
|
543
543
|
]),
|
|
544
544
|
t("span", {
|
|
545
|
-
class:
|
|
546
|
-
},
|
|
545
|
+
class: p([m.variant, "slider__value"])
|
|
546
|
+
}, n(m.modelValue), 3)
|
|
547
547
|
]),
|
|
548
|
-
m.information ? (o(),
|
|
548
|
+
m.information ? (o(), C(ue, {
|
|
549
549
|
key: 0,
|
|
550
|
-
show:
|
|
551
|
-
"onUpdate:show": y[3] || (y[3] = (
|
|
550
|
+
show: c.value,
|
|
551
|
+
"onUpdate:show": y[3] || (y[3] = (q) => c.value = q)
|
|
552
552
|
}, {
|
|
553
553
|
default: w(() => [
|
|
554
|
-
j(
|
|
554
|
+
j(n(m.information), 1)
|
|
555
555
|
]),
|
|
556
556
|
_: 1
|
|
557
|
-
}, 8, ["show"])) :
|
|
557
|
+
}, 8, ["show"])) : g("", !0)
|
|
558
558
|
]));
|
|
559
559
|
}
|
|
560
|
-
}), bt = /* @__PURE__ */ v(gt, [["__scopeId", "data-v-b8d6d141"]]), yt = { id: "textarea-wrapper" }, $t = ["for"], kt = ["id"], wt = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], St = { class: "textarea-info" }, Bt = { key: 0 }, It = /* @__PURE__ */
|
|
560
|
+
}), bt = /* @__PURE__ */ v(gt, [["__scopeId", "data-v-b8d6d141"]]), yt = { id: "textarea-wrapper" }, $t = ["for"], kt = ["id"], wt = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], St = { class: "textarea-info" }, Bt = { key: 0 }, It = /* @__PURE__ */ f({
|
|
561
561
|
__name: "textarea",
|
|
562
562
|
props: {
|
|
563
563
|
id: { default: "" },
|
|
@@ -574,8 +574,8 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
574
574
|
return (a, r) => (o(), i("div", yt, [
|
|
575
575
|
t("label", {
|
|
576
576
|
for: a.id,
|
|
577
|
-
class:
|
|
578
|
-
},
|
|
577
|
+
class: p({ required: a.required })
|
|
578
|
+
}, n(a.labelText) + n(a.required ? " *" : ""), 11, $t),
|
|
579
579
|
t("div", {
|
|
580
580
|
id: a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? "textarea-wrapper__inner" : ""
|
|
581
581
|
}, [
|
|
@@ -589,7 +589,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
589
589
|
disabled: a.disabled,
|
|
590
590
|
maxlength: a.maxLength,
|
|
591
591
|
value: a.modelValue,
|
|
592
|
-
class:
|
|
592
|
+
class: p(
|
|
593
593
|
a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? "reached-meter-limit" : "border"
|
|
594
594
|
),
|
|
595
595
|
onInput: r[0] || (r[0] = (l) => a.$emit("update:modelValue", l.target.value))
|
|
@@ -597,17 +597,17 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
597
597
|
], 8, kt),
|
|
598
598
|
t("div", St, [
|
|
599
599
|
t("div", null, [
|
|
600
|
-
a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (o(), i("p", Bt, " Too many characters. Please make it shorter ")) :
|
|
600
|
+
a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (o(), i("p", Bt, " Too many characters. Please make it shorter ")) : g("", !0)
|
|
601
601
|
]),
|
|
602
602
|
t("p", {
|
|
603
|
-
class:
|
|
603
|
+
class: p(
|
|
604
604
|
a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? "reached-meter-limit-meter" : ""
|
|
605
605
|
)
|
|
606
|
-
},
|
|
606
|
+
}, n(a.maxLength !== void 0 && a.modelValue !== void 0 && a.maxLength - a.modelValue.length >= 0 ? a.modelValue.length : 0) + " / " + n(a.maxLength), 3)
|
|
607
607
|
])
|
|
608
608
|
]));
|
|
609
609
|
}
|
|
610
|
-
}), qt = /* @__PURE__ */ v(It, [["__scopeId", "data-v-220a973c"]]), Lt = { class: "text-field__wrapper" }, Tt = ["for"], Vt = { key: 0 },
|
|
610
|
+
}), qt = /* @__PURE__ */ v(It, [["__scopeId", "data-v-220a973c"]]), Lt = { class: "text-field__wrapper" }, Tt = ["for"], Vt = { key: 0 }, At = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Ct = ["aria-expanded"], Dt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Mt = {
|
|
611
611
|
key: 2,
|
|
612
612
|
class: "search"
|
|
613
613
|
}, Ot = {
|
|
@@ -616,7 +616,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
616
616
|
}, Pt = {
|
|
617
617
|
key: 4,
|
|
618
618
|
class: "helperText"
|
|
619
|
-
}, Ft = /* @__PURE__ */
|
|
619
|
+
}, Ft = /* @__PURE__ */ f({
|
|
620
620
|
__name: "text-field",
|
|
621
621
|
props: {
|
|
622
622
|
type: { default: "text" },
|
|
@@ -643,62 +643,62 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
643
643
|
tel: "tel",
|
|
644
644
|
url: "url",
|
|
645
645
|
search: "search"
|
|
646
|
-
}, r = e, l =
|
|
646
|
+
}, r = e, l = T(() => a[r.type]), s = I(!0), u = T(
|
|
647
647
|
() => s.value ? "showPassword" : "hidePassword"
|
|
648
|
-
),
|
|
648
|
+
), c = T(
|
|
649
649
|
() => s.value ? "password" : "text"
|
|
650
650
|
);
|
|
651
|
-
return (
|
|
651
|
+
return (_, S) => (o(), i("div", Lt, [
|
|
652
652
|
t("label", {
|
|
653
|
-
for:
|
|
654
|
-
class:
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
653
|
+
for: _.id,
|
|
654
|
+
class: p([
|
|
655
|
+
_.required ? "required" : "",
|
|
656
|
+
_.disabled ? "disabled" : "",
|
|
657
|
+
_.search ? "search" : ""
|
|
658
658
|
])
|
|
659
|
-
},
|
|
659
|
+
}, n(_.label), 11, Tt),
|
|
660
660
|
l.value === "password" ? (o(), i("div", Vt, [
|
|
661
661
|
t("input", {
|
|
662
|
-
id:
|
|
662
|
+
id: _.id,
|
|
663
663
|
ref: "passwordField",
|
|
664
|
-
type:
|
|
665
|
-
value:
|
|
666
|
-
placeholder:
|
|
667
|
-
required:
|
|
668
|
-
disabled:
|
|
669
|
-
name:
|
|
670
|
-
onInput: S[0] || (S[0] = (m) =>
|
|
671
|
-
}, null, 40,
|
|
664
|
+
type: c.value,
|
|
665
|
+
value: _.modelValue,
|
|
666
|
+
placeholder: _.placeholder,
|
|
667
|
+
required: _.required,
|
|
668
|
+
disabled: _.disabled,
|
|
669
|
+
name: _.fieldName,
|
|
670
|
+
onInput: S[0] || (S[0] = (m) => _.$emit("update:modelValue", m.target.value))
|
|
671
|
+
}, null, 40, At),
|
|
672
672
|
t("i", {
|
|
673
673
|
role: "button",
|
|
674
|
-
class:
|
|
674
|
+
class: p([u.value]),
|
|
675
675
|
"aria-controls": "password",
|
|
676
676
|
"aria-expanded": !s.value,
|
|
677
677
|
onClick: S[1] || (S[1] = (m) => s.value = !s.value)
|
|
678
|
-
}, null, 10,
|
|
678
|
+
}, null, 10, Ct)
|
|
679
679
|
])) : (o(), i("input", {
|
|
680
680
|
key: 1,
|
|
681
|
-
id:
|
|
681
|
+
id: _.id,
|
|
682
682
|
ref: "textField",
|
|
683
683
|
type: l.value,
|
|
684
|
-
value:
|
|
685
|
-
placeholder:
|
|
686
|
-
required:
|
|
687
|
-
class:
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
684
|
+
value: _.modelValue,
|
|
685
|
+
placeholder: _.placeholder,
|
|
686
|
+
required: _.required,
|
|
687
|
+
class: p([
|
|
688
|
+
_.invalid ? "invalid" : "",
|
|
689
|
+
_.valid ? "valid" : "",
|
|
690
|
+
_.search ? "search" : ""
|
|
691
691
|
]),
|
|
692
|
-
disabled:
|
|
693
|
-
name:
|
|
694
|
-
onInput: S[2] || (S[2] = (m) =>
|
|
692
|
+
disabled: _.disabled,
|
|
693
|
+
name: _.fieldName,
|
|
694
|
+
onInput: S[2] || (S[2] = (m) => _.$emit("update:modelValue", m.target.value))
|
|
695
695
|
}, null, 42, Dt)),
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
696
|
+
_.search ? (o(), i("i", Mt)) : g("", !0),
|
|
697
|
+
_.errorMessage ? (o(), i("strong", Ot, n(_.errorMessage), 1)) : g("", !0),
|
|
698
|
+
_.helperText ? (o(), i("span", Pt, n(_.helperText), 1)) : g("", !0)
|
|
699
699
|
]));
|
|
700
700
|
}
|
|
701
|
-
}), Et = /* @__PURE__ */ v(Ft, [["__scopeId", "data-v-414b9435"]]), Rt = { class: "video__wrapper" }, Nt = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], Ht = ["src", "
|
|
701
|
+
}), Et = /* @__PURE__ */ v(Ft, [["__scopeId", "data-v-414b9435"]]), Rt = { class: "video__wrapper" }, Nt = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], Ht = ["src", "aria-label", "title", "width", "height"], zt = /* @__PURE__ */ f({
|
|
702
702
|
__name: "video",
|
|
703
703
|
props: {
|
|
704
704
|
play: { type: Boolean, default: !1 },
|
|
@@ -716,54 +716,43 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
716
716
|
},
|
|
717
717
|
setup(e, { expose: a }) {
|
|
718
718
|
const r = e;
|
|
719
|
-
let l = I(null)
|
|
720
|
-
return
|
|
721
|
-
setTimeout(() => {
|
|
722
|
-
s.value = !0;
|
|
723
|
-
}, 2e3);
|
|
724
|
-
}), ce(() => {
|
|
719
|
+
let l = I(null);
|
|
720
|
+
return ce(() => {
|
|
725
721
|
l.value && (r.play ? l.value.play() : r.play || l.value.pause());
|
|
726
722
|
}), a({
|
|
727
723
|
resetVideo: () => {
|
|
728
724
|
l.value && (l.value.currentTime = 0, l.value.play());
|
|
729
725
|
}
|
|
730
|
-
}), (
|
|
731
|
-
|
|
726
|
+
}), (u, c) => (o(), i("div", Rt, [
|
|
727
|
+
u.localVideo ? (o(), i("video", {
|
|
732
728
|
key: 0,
|
|
733
729
|
ref_key: "videoRef",
|
|
734
730
|
ref: l,
|
|
735
|
-
"aria-label":
|
|
736
|
-
controls:
|
|
737
|
-
poster:
|
|
738
|
-
width:
|
|
739
|
-
height:
|
|
740
|
-
autoplay:
|
|
741
|
-
loop:
|
|
742
|
-
muted:
|
|
731
|
+
"aria-label": u.ariaLabel,
|
|
732
|
+
controls: u.controls,
|
|
733
|
+
poster: u.poster,
|
|
734
|
+
width: u.width,
|
|
735
|
+
height: u.height,
|
|
736
|
+
autoplay: u.autoplay,
|
|
737
|
+
loop: u.loop,
|
|
738
|
+
muted: u.muted,
|
|
743
739
|
type: "video/mp4",
|
|
744
740
|
playsinline: "",
|
|
745
|
-
src:
|
|
746
|
-
}, null, 8, Nt)) : (o(), i("
|
|
741
|
+
src: u.src
|
|
742
|
+
}, null, 8, Nt)) : (o(), i("iframe", {
|
|
747
743
|
key: 1,
|
|
748
|
-
src:
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
q(s) && !n.localVideo ? (o(), i("iframe", {
|
|
754
|
-
key: 2,
|
|
755
|
-
src: n.src,
|
|
756
|
-
"aria-label": n.ariaLabel,
|
|
757
|
-
title: n.title,
|
|
758
|
-
width: n.width,
|
|
759
|
-
height: n.height,
|
|
744
|
+
src: u.src,
|
|
745
|
+
"aria-label": u.ariaLabel,
|
|
746
|
+
title: u.title,
|
|
747
|
+
width: u.width,
|
|
748
|
+
height: u.height,
|
|
760
749
|
frameborder: "0",
|
|
761
750
|
allow: "autoplay; fullscreen",
|
|
762
751
|
allowfullscreen: ""
|
|
763
|
-
}, null, 8,
|
|
752
|
+
}, null, 8, Ht))
|
|
764
753
|
]));
|
|
765
754
|
}
|
|
766
|
-
}), G = /* @__PURE__ */ v(
|
|
755
|
+
}), G = /* @__PURE__ */ v(zt, [["__scopeId", "data-v-c6a0feb6"]]), Ut = { class: "address__wrapper" }, Kt = { class: "address__content" }, jt = { class: "address__flag" }, Gt = { class: "address__address" }, Wt = { class: "address__name" }, Yt = { key: 0 }, Qt = { class: "address__contact" }, Zt = ["href"], Jt = ["href"], Xt = /* @__PURE__ */ f({
|
|
767
756
|
__name: "address",
|
|
768
757
|
props: {
|
|
769
758
|
name: {},
|
|
@@ -775,20 +764,20 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
775
764
|
email: {}
|
|
776
765
|
},
|
|
777
766
|
setup(e) {
|
|
778
|
-
return (a, r) => (o(), i("div",
|
|
779
|
-
t("div",
|
|
780
|
-
t("div",
|
|
781
|
-
|
|
767
|
+
return (a, r) => (o(), i("div", Ut, [
|
|
768
|
+
t("div", Kt, [
|
|
769
|
+
t("div", jt, [
|
|
770
|
+
h(a.$slots, "address-flag", {}, void 0, !0)
|
|
782
771
|
]),
|
|
783
|
-
t("div",
|
|
784
|
-
t("p",
|
|
785
|
-
t("p", null,
|
|
786
|
-
t("p", null,
|
|
787
|
-
t("p", null,
|
|
788
|
-
a.addressLine3 ? (o(), i("p",
|
|
772
|
+
t("div", Gt, [
|
|
773
|
+
t("p", Wt, n(a.name), 1),
|
|
774
|
+
t("p", null, n(a.company), 1),
|
|
775
|
+
t("p", null, n(a.addressLine1), 1),
|
|
776
|
+
t("p", null, n(a.addressLine2), 1),
|
|
777
|
+
a.addressLine3 ? (o(), i("p", Yt, n(a.addressLine3), 1)) : g("", !0)
|
|
789
778
|
]),
|
|
790
|
-
t("div",
|
|
791
|
-
(o(!0), i(D, null, M(a.phoneNumbers, (l) => (o(),
|
|
779
|
+
t("div", Qt, [
|
|
780
|
+
(o(!0), i(D, null, M(a.phoneNumbers, (l) => (o(), C(O, {
|
|
792
781
|
key: l,
|
|
793
782
|
underline: "false",
|
|
794
783
|
"link-type": "regular"
|
|
@@ -797,19 +786,19 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
797
786
|
t("a", {
|
|
798
787
|
href: "tel:" + l,
|
|
799
788
|
class: "address__phone"
|
|
800
|
-
},
|
|
789
|
+
}, n(l), 9, Zt)
|
|
801
790
|
]),
|
|
802
791
|
_: 2
|
|
803
792
|
}, 1024))), 128)),
|
|
804
793
|
t("a", {
|
|
805
794
|
href: "mailto:" + a.email,
|
|
806
795
|
class: "address__email"
|
|
807
|
-
},
|
|
796
|
+
}, n(a.email), 9, Jt)
|
|
808
797
|
])
|
|
809
798
|
])
|
|
810
799
|
]));
|
|
811
800
|
}
|
|
812
|
-
}),
|
|
801
|
+
}), xt = /* @__PURE__ */ v(Xt, [["__scopeId", "data-v-88ee2983"]]), ea = (e) => (E("data-v-a44fd57d"), e = e(), R(), e), ta = { class: "bullet-list__wrapper" }, aa = /* @__PURE__ */ ea(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), la = /* @__PURE__ */ f({
|
|
813
802
|
__name: "bullet-list",
|
|
814
803
|
props: {
|
|
815
804
|
list: {
|
|
@@ -829,23 +818,23 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
829
818
|
}
|
|
830
819
|
},
|
|
831
820
|
setup(e) {
|
|
832
|
-
return (a, r) => (o(), i("div",
|
|
821
|
+
return (a, r) => (o(), i("div", ta, [
|
|
833
822
|
t("div", {
|
|
834
|
-
class:
|
|
823
|
+
class: p(["bullet-list", e.variant])
|
|
835
824
|
}, [
|
|
836
825
|
t("ul", null, [
|
|
837
826
|
(o(!0), i(D, null, M(e.list, (l) => (o(), i("li", { key: l }, [
|
|
838
|
-
|
|
839
|
-
j(" " +
|
|
827
|
+
aa,
|
|
828
|
+
j(" " + n(l), 1)
|
|
840
829
|
]))), 128))
|
|
841
830
|
])
|
|
842
831
|
], 2)
|
|
843
832
|
]));
|
|
844
833
|
}
|
|
845
|
-
}),
|
|
834
|
+
}), oa = /* @__PURE__ */ v(la, [["__scopeId", "data-v-a44fd57d"]]), sa = { class: "card__wrapper" }, ia = {
|
|
846
835
|
key: 2,
|
|
847
836
|
class: "card__label"
|
|
848
|
-
},
|
|
837
|
+
}, ra = { key: 5 }, na = /* @__PURE__ */ f({
|
|
849
838
|
__name: "card",
|
|
850
839
|
props: {
|
|
851
840
|
variant: { default: "product" },
|
|
@@ -885,66 +874,66 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
885
874
|
width: "596",
|
|
886
875
|
height: "335"
|
|
887
876
|
}
|
|
888
|
-
}, s = e,
|
|
889
|
-
return (
|
|
877
|
+
}, s = e, u = T(() => l[s.size]);
|
|
878
|
+
return (c, _) => (o(), i("div", sa, [
|
|
890
879
|
t("div", {
|
|
891
|
-
class:
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
880
|
+
class: p(["card", [
|
|
881
|
+
c.theme === "dark" ? "card--dark" : "card--light",
|
|
882
|
+
c.orientation === "vertical" ? "vertical" : "horizontal",
|
|
883
|
+
u.value.class,
|
|
884
|
+
c.size === "large" && c.variant === "article" ? "card--large-article" : "",
|
|
885
|
+
c.variant === "product" ? "card--product" : "card--article"
|
|
897
886
|
]]),
|
|
898
|
-
style:
|
|
899
|
-
onMouseover:
|
|
900
|
-
onMouseout:
|
|
887
|
+
style: ae([c.variant === "product" ? "font-weight: 700" : "font-weight: 300"]),
|
|
888
|
+
onMouseover: _[0] || (_[0] = (S) => re(r) ? r.value = !0 : r = !0),
|
|
889
|
+
onMouseout: _[1] || (_[1] = (S) => re(r) ? r.value = !1 : r = !1)
|
|
901
890
|
}, [
|
|
902
|
-
|
|
891
|
+
c.mediaType === "image" ? (o(), C(A, { key: 0 }, {
|
|
903
892
|
default: w(() => [
|
|
904
|
-
|
|
905
|
-
src:
|
|
893
|
+
h(c.$slots, "card-image", te({
|
|
894
|
+
src: c.imgSrc,
|
|
906
895
|
width: "596",
|
|
907
896
|
height: "335",
|
|
908
|
-
alt:
|
|
897
|
+
alt: c.alt,
|
|
909
898
|
loading: "auto",
|
|
910
899
|
sizes: "(min-width: 581px) 582px, 100vw"
|
|
911
|
-
}, { srcset:
|
|
900
|
+
}, { srcset: c.srcSet }))
|
|
912
901
|
]),
|
|
913
902
|
_: 3
|
|
914
903
|
})) : (o(), i("div", {
|
|
915
904
|
key: 1,
|
|
916
|
-
class:
|
|
905
|
+
class: p(["video-card__wrapper", V(r) === !0 ? "vimeoPlaying" : ""])
|
|
917
906
|
}, [
|
|
918
907
|
k(G, {
|
|
919
|
-
play:
|
|
908
|
+
play: V(r),
|
|
920
909
|
"local-video": !0,
|
|
921
|
-
src:
|
|
922
|
-
"aria-label":
|
|
910
|
+
src: c.videoSrc,
|
|
911
|
+
"aria-label": c.arialabel,
|
|
923
912
|
controls: !1,
|
|
924
|
-
poster:
|
|
925
|
-
width:
|
|
926
|
-
height:
|
|
913
|
+
poster: c.imgSrc,
|
|
914
|
+
width: u.value.width,
|
|
915
|
+
height: u.value.height,
|
|
927
916
|
autoplay: !0,
|
|
928
917
|
loop: !0,
|
|
929
918
|
muted: !0
|
|
930
919
|
}, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
|
|
931
920
|
], 2)),
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
])) :
|
|
935
|
-
|
|
921
|
+
V(a)["card-label"] ? (o(), i("div", ia, [
|
|
922
|
+
h(c.$slots, "card-label")
|
|
923
|
+
])) : g("", !0),
|
|
924
|
+
c.variant === "product" ? (o(), i("h3", {
|
|
936
925
|
key: 3,
|
|
937
|
-
class:
|
|
926
|
+
class: p(c.theme === "dark" ? "regular-dark" : "regular-blue"),
|
|
938
927
|
style: { "font-weight": "700" }
|
|
939
|
-
},
|
|
928
|
+
}, n(c.headline), 3)) : (o(), i("h3", {
|
|
940
929
|
key: 4,
|
|
941
|
-
class:
|
|
942
|
-
},
|
|
943
|
-
|
|
930
|
+
class: p(c.theme === "dark" ? "regular-dark" : "regular-dark-blue")
|
|
931
|
+
}, n(c.headline), 3)),
|
|
932
|
+
c.variant === "product" ? (o(), i("p", ra, n(c.paragraph), 1)) : g("", !0)
|
|
944
933
|
], 38)
|
|
945
934
|
]));
|
|
946
935
|
}
|
|
947
|
-
}),
|
|
936
|
+
}), da = /* @__PURE__ */ v(na, [["__scopeId", "data-v-c95ee545"]]), ca = (e) => (E("data-v-bc91c976"), e = e(), R(), e), ua = { class: "event__wrapper" }, _a = { class: "event__headline" }, ha = { class: "event__date-location" }, pa = /* @__PURE__ */ ca(() => /* @__PURE__ */ t("br", null, null, -1)), ma = { class: "event__exhibitor" }, va = /* @__PURE__ */ f({
|
|
948
937
|
__name: "event-card",
|
|
949
938
|
props: {
|
|
950
939
|
eventType: {
|
|
@@ -969,21 +958,21 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
969
958
|
}
|
|
970
959
|
},
|
|
971
960
|
setup(e) {
|
|
972
|
-
return (a, r) => (o(), i("div",
|
|
961
|
+
return (a, r) => (o(), i("div", ua, [
|
|
973
962
|
k(Y, {
|
|
974
963
|
"label-dark": !1,
|
|
975
964
|
text: e.eventType ? e.eventType : ""
|
|
976
965
|
}, null, 8, ["text"]),
|
|
977
|
-
t("div",
|
|
978
|
-
t("div",
|
|
979
|
-
j(
|
|
980
|
-
|
|
981
|
-
j(
|
|
966
|
+
t("div", _a, n(e.headline), 1),
|
|
967
|
+
t("div", ha, [
|
|
968
|
+
j(n(e.dateTime), 1),
|
|
969
|
+
pa,
|
|
970
|
+
j(n(e.location), 1)
|
|
982
971
|
]),
|
|
983
|
-
t("div",
|
|
972
|
+
t("div", ma, n(e.exhibitor), 1)
|
|
984
973
|
]));
|
|
985
974
|
}
|
|
986
|
-
}),
|
|
975
|
+
}), fa = /* @__PURE__ */ v(va, [["__scopeId", "data-v-bc91c976"]]), ga = { class: "text__wrapper" }, ba = { class: "text__headline" }, ya = { class: "text__paragraph" }, $a = /* @__PURE__ */ f({
|
|
987
976
|
__name: "text-card",
|
|
988
977
|
props: {
|
|
989
978
|
label: {
|
|
@@ -1000,21 +989,21 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1000
989
|
}
|
|
1001
990
|
},
|
|
1002
991
|
setup(e) {
|
|
1003
|
-
return (a, r) => (o(), i("div",
|
|
992
|
+
return (a, r) => (o(), i("div", ga, [
|
|
1004
993
|
k(Y, {
|
|
1005
994
|
"label-dark": !1,
|
|
1006
995
|
text: e.label ? e.label : ""
|
|
1007
996
|
}, null, 8, ["text"]),
|
|
1008
|
-
t("div",
|
|
1009
|
-
t("div",
|
|
1010
|
-
t("p", null,
|
|
997
|
+
t("div", ba, n(e.headline), 1),
|
|
998
|
+
t("div", ya, [
|
|
999
|
+
t("p", null, n(e.paragraph), 1)
|
|
1011
1000
|
])
|
|
1012
1001
|
]));
|
|
1013
1002
|
}
|
|
1014
|
-
}),
|
|
1003
|
+
}), ka = /* @__PURE__ */ v($a, [["__scopeId", "data-v-ebdea819"]]), wa = { class: "facts__wrapper" }, Sa = { class: "facts__content" }, Ba = { class: "facts__headline" }, Ia = { class: "facts" }, qa = { class: "fact__value" }, La = { class: "fact__metric" }, Ta = {
|
|
1015
1004
|
key: 0,
|
|
1016
1005
|
class: "facts__link"
|
|
1017
|
-
},
|
|
1006
|
+
}, Va = /* @__PURE__ */ f({
|
|
1018
1007
|
__name: "facts",
|
|
1019
1008
|
props: {
|
|
1020
1009
|
headline: { default: "" },
|
|
@@ -1038,43 +1027,43 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1038
1027
|
}) }
|
|
1039
1028
|
},
|
|
1040
1029
|
setup(e) {
|
|
1041
|
-
return (a, r) => (o(), i("div",
|
|
1042
|
-
t("div",
|
|
1043
|
-
t("h2",
|
|
1044
|
-
t("div",
|
|
1030
|
+
return (a, r) => (o(), i("div", wa, [
|
|
1031
|
+
t("div", Sa, [
|
|
1032
|
+
t("h2", Ba, n(a.headline), 1),
|
|
1033
|
+
t("div", Ia, [
|
|
1045
1034
|
(o(!0), i(D, null, M(a.facts, (l) => (o(), i("div", {
|
|
1046
1035
|
key: l.value + l.metric,
|
|
1047
1036
|
class: "fact"
|
|
1048
1037
|
}, [
|
|
1049
|
-
t("div",
|
|
1050
|
-
t("span", null,
|
|
1038
|
+
t("div", qa, [
|
|
1039
|
+
t("span", null, n(l.value), 1)
|
|
1051
1040
|
]),
|
|
1052
|
-
t("div",
|
|
1053
|
-
t("span", null,
|
|
1041
|
+
t("div", La, [
|
|
1042
|
+
t("span", null, n(l.metric), 1)
|
|
1054
1043
|
])
|
|
1055
1044
|
]))), 128))
|
|
1056
1045
|
]),
|
|
1057
|
-
a.link ? (o(), i("div",
|
|
1046
|
+
a.link ? (o(), i("div", Ta, [
|
|
1058
1047
|
k(O, {
|
|
1059
1048
|
"link-type": "regular_light",
|
|
1060
1049
|
arrow: ""
|
|
1061
1050
|
}, {
|
|
1062
1051
|
default: w(() => [
|
|
1063
|
-
|
|
1052
|
+
h(a.$slots, "facts-link", {}, void 0, !0)
|
|
1064
1053
|
]),
|
|
1065
1054
|
_: 3
|
|
1066
1055
|
})
|
|
1067
|
-
])) :
|
|
1056
|
+
])) : g("", !0)
|
|
1068
1057
|
])
|
|
1069
1058
|
]));
|
|
1070
1059
|
}
|
|
1071
|
-
}), Aa = /* @__PURE__ */ v(
|
|
1060
|
+
}), Aa = /* @__PURE__ */ v(Va, [["__scopeId", "data-v-d2b231d4"]]), Ca = { class: "features__wrapper" }, Da = { class: "features__content" }, Ma = {
|
|
1072
1061
|
key: 0,
|
|
1073
1062
|
class: "features__headline"
|
|
1074
|
-
},
|
|
1063
|
+
}, Oa = {
|
|
1075
1064
|
key: 1,
|
|
1076
1065
|
class: "features__body"
|
|
1077
|
-
},
|
|
1066
|
+
}, Pa = { class: "element__headline" }, Fa = { class: "element__body" }, Ea = /* @__PURE__ */ f({
|
|
1078
1067
|
__name: "features",
|
|
1079
1068
|
props: {
|
|
1080
1069
|
headline: { default: "" },
|
|
@@ -1082,24 +1071,24 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1082
1071
|
elements: { default: () => [] }
|
|
1083
1072
|
},
|
|
1084
1073
|
setup(e) {
|
|
1085
|
-
return (a, r) => (o(), i("div",
|
|
1086
|
-
t("div",
|
|
1087
|
-
a.headline ? (o(), i("div",
|
|
1088
|
-
t("h2", null,
|
|
1089
|
-
])) :
|
|
1090
|
-
a.body ? (o(), i("div",
|
|
1091
|
-
t("p", null,
|
|
1092
|
-
])) :
|
|
1074
|
+
return (a, r) => (o(), i("div", Ca, [
|
|
1075
|
+
t("div", Da, [
|
|
1076
|
+
a.headline ? (o(), i("div", Ma, [
|
|
1077
|
+
t("h2", null, n(a.headline), 1)
|
|
1078
|
+
])) : g("", !0),
|
|
1079
|
+
a.body ? (o(), i("div", Oa, [
|
|
1080
|
+
t("p", null, n(a.body), 1)
|
|
1081
|
+
])) : g("", !0),
|
|
1093
1082
|
t("div", {
|
|
1094
|
-
class:
|
|
1083
|
+
class: p(["features__elements", [a.elements.length === 6 ? "features__elements--grid-6" : ""]])
|
|
1095
1084
|
}, [
|
|
1096
1085
|
(o(!0), i(D, null, M(a.elements, (l) => (o(), i("div", {
|
|
1097
1086
|
key: l.headline,
|
|
1098
1087
|
class: "features__element"
|
|
1099
1088
|
}, [
|
|
1100
|
-
k(
|
|
1089
|
+
k(A, { class: "element__icon" }, {
|
|
1101
1090
|
default: w(() => [
|
|
1102
|
-
|
|
1091
|
+
h(a.$slots, "features-icon", P(F({
|
|
1103
1092
|
src: l.icon.src,
|
|
1104
1093
|
height: 30,
|
|
1105
1094
|
width: 30,
|
|
@@ -1108,14 +1097,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1108
1097
|
]),
|
|
1109
1098
|
_: 2
|
|
1110
1099
|
}, 1024),
|
|
1111
|
-
t("p",
|
|
1112
|
-
t("p",
|
|
1100
|
+
t("p", Pa, n(l.headline), 1),
|
|
1101
|
+
t("p", Fa, n(l.body), 1)
|
|
1113
1102
|
]))), 128))
|
|
1114
1103
|
], 2)
|
|
1115
1104
|
])
|
|
1116
1105
|
]));
|
|
1117
1106
|
}
|
|
1118
|
-
}),
|
|
1107
|
+
}), Ra = /* @__PURE__ */ v(Ea, [["__scopeId", "data-v-1585e65f"]]), Na = { class: "form__wrapper" }, Ha = { class: "form__content" }, za = { class: "form__information" }, Ua = { class: "form__headline" }, Ka = { class: "form__body" }, ja = { class: "form__script" }, Ga = /* @__PURE__ */ f({
|
|
1119
1108
|
__name: "form-script",
|
|
1120
1109
|
props: {
|
|
1121
1110
|
headline: {
|
|
@@ -1124,21 +1113,21 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1124
1113
|
}
|
|
1125
1114
|
},
|
|
1126
1115
|
setup(e) {
|
|
1127
|
-
return (a, r) => (o(), i("div",
|
|
1128
|
-
t("div",
|
|
1129
|
-
t("div",
|
|
1130
|
-
t("h2",
|
|
1131
|
-
t("div",
|
|
1132
|
-
|
|
1116
|
+
return (a, r) => (o(), i("div", Na, [
|
|
1117
|
+
t("div", Ha, [
|
|
1118
|
+
t("div", za, [
|
|
1119
|
+
t("h2", Ua, n(e.headline), 1),
|
|
1120
|
+
t("div", Ka, [
|
|
1121
|
+
h(a.$slots, "form-body", {}, void 0, !0)
|
|
1133
1122
|
])
|
|
1134
1123
|
]),
|
|
1135
|
-
t("div",
|
|
1136
|
-
|
|
1124
|
+
t("div", ja, [
|
|
1125
|
+
h(a.$slots, "form-script", {}, void 0, !0)
|
|
1137
1126
|
])
|
|
1138
1127
|
])
|
|
1139
1128
|
]));
|
|
1140
1129
|
}
|
|
1141
|
-
}),
|
|
1130
|
+
}), Wa = /* @__PURE__ */ v(Ga, [["__scopeId", "data-v-55d9c2fd"]]), Ya = { class: "image__wrapper" }, Qa = { class: "image__content" }, Za = { class: "image__image" }, Ja = { class: "image__caption" }, Xa = /* @__PURE__ */ f({
|
|
1142
1131
|
inheritAttrs: !1,
|
|
1143
1132
|
__name: "image",
|
|
1144
1133
|
props: {
|
|
@@ -1157,30 +1146,30 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1157
1146
|
}
|
|
1158
1147
|
},
|
|
1159
1148
|
setup(e) {
|
|
1160
|
-
return (a, r) => (o(), i("div",
|
|
1161
|
-
t("div",
|
|
1162
|
-
t("div",
|
|
1163
|
-
k(
|
|
1149
|
+
return (a, r) => (o(), i("div", Ya, [
|
|
1150
|
+
t("div", Qa, [
|
|
1151
|
+
t("div", Za, [
|
|
1152
|
+
k(A, null, {
|
|
1164
1153
|
default: w(() => [
|
|
1165
|
-
|
|
1154
|
+
h(a.$slots, "image", P(F({ width: 984, height: 554, src: e.src, alt: e.alt })))
|
|
1166
1155
|
]),
|
|
1167
1156
|
_: 3
|
|
1168
1157
|
})
|
|
1169
1158
|
]),
|
|
1170
|
-
t("p",
|
|
1159
|
+
t("p", Ja, n(e.caption), 1)
|
|
1171
1160
|
])
|
|
1172
1161
|
]));
|
|
1173
1162
|
}
|
|
1174
|
-
}),
|
|
1163
|
+
}), xa = /* @__PURE__ */ v(Xa, [["__scopeId", "data-v-79ce0bb6"]]), el = { class: "gallery__large" }, tl = {
|
|
1175
1164
|
key: 0,
|
|
1176
1165
|
class: "image image--large"
|
|
1177
|
-
},
|
|
1166
|
+
}, al = {
|
|
1178
1167
|
key: 1,
|
|
1179
1168
|
class: "video"
|
|
1180
|
-
},
|
|
1169
|
+
}, ll = {
|
|
1181
1170
|
key: 0,
|
|
1182
1171
|
class: "body"
|
|
1183
|
-
},
|
|
1172
|
+
}, ol = /* @__PURE__ */ f({
|
|
1184
1173
|
__name: "image-gallery",
|
|
1185
1174
|
props: {
|
|
1186
1175
|
mediaLarge: {},
|
|
@@ -1196,21 +1185,21 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1196
1185
|
white: "",
|
|
1197
1186
|
light: "gallery__wrapper--light",
|
|
1198
1187
|
dark: "gallery__wrapper--dark mirsaic--dark"
|
|
1199
|
-
}, r = e, l =
|
|
1200
|
-
return (s,
|
|
1201
|
-
class:
|
|
1188
|
+
}, r = e, l = T(() => a[r.bgColor]);
|
|
1189
|
+
return (s, u) => (o(), i("div", {
|
|
1190
|
+
class: p(["gallery__wrapper", l.value])
|
|
1202
1191
|
}, [
|
|
1203
1192
|
t("div", {
|
|
1204
|
-
class:
|
|
1193
|
+
class: p([
|
|
1205
1194
|
"gallery__content",
|
|
1206
1195
|
s.flipHorizontal ? "gallery__content--reverse" : "gallery__content--default"
|
|
1207
1196
|
])
|
|
1208
1197
|
}, [
|
|
1209
|
-
t("div",
|
|
1210
|
-
s.mediaLarge && s.mediaType === "image" ? (o(), i("div",
|
|
1211
|
-
k(
|
|
1198
|
+
t("div", el, [
|
|
1199
|
+
s.mediaLarge && s.mediaType === "image" ? (o(), i("div", tl, [
|
|
1200
|
+
k(A, null, {
|
|
1212
1201
|
default: w(() => [
|
|
1213
|
-
|
|
1202
|
+
h(s.$slots, "image-large", P(F({
|
|
1214
1203
|
width: 617,
|
|
1215
1204
|
height: 530,
|
|
1216
1205
|
src: s.mediaLarge.src,
|
|
@@ -1219,8 +1208,8 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1219
1208
|
]),
|
|
1220
1209
|
_: 3
|
|
1221
1210
|
})
|
|
1222
|
-
])) :
|
|
1223
|
-
s.mediaLarge && s.mediaType === "video" ? (o(), i("div",
|
|
1211
|
+
])) : g("", !0),
|
|
1212
|
+
s.mediaLarge && s.mediaType === "video" ? (o(), i("div", al, [
|
|
1224
1213
|
k(G, {
|
|
1225
1214
|
src: s.mediaLarge.src,
|
|
1226
1215
|
"local-video": "",
|
|
@@ -1233,39 +1222,39 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1233
1222
|
muted: "",
|
|
1234
1223
|
play: ""
|
|
1235
1224
|
}, null, 8, ["src", "aria-label"])
|
|
1236
|
-
])) :
|
|
1225
|
+
])) : g("", !0)
|
|
1237
1226
|
]),
|
|
1238
1227
|
t("div", {
|
|
1239
|
-
style:
|
|
1240
|
-
class:
|
|
1228
|
+
style: ae([s.mediaSmall.length === 2 ? "grid-gap: 38px;" : ""]),
|
|
1229
|
+
class: p([
|
|
1241
1230
|
"gallery__small",
|
|
1242
1231
|
s.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
|
|
1243
1232
|
])
|
|
1244
1233
|
}, [
|
|
1245
|
-
(o(!0), i(D, null, M(s.mediaSmall, (
|
|
1246
|
-
key:
|
|
1234
|
+
(o(!0), i(D, null, M(s.mediaSmall, (c) => (o(), i("div", {
|
|
1235
|
+
key: c.src + c.alt,
|
|
1247
1236
|
class: "image image--small"
|
|
1248
1237
|
}, [
|
|
1249
|
-
k(
|
|
1238
|
+
k(A, null, {
|
|
1250
1239
|
default: w(() => [
|
|
1251
|
-
|
|
1240
|
+
h(s.$slots, "image-small", P(F({
|
|
1252
1241
|
width: 328,
|
|
1253
1242
|
height: 246,
|
|
1254
|
-
src:
|
|
1255
|
-
alt:
|
|
1243
|
+
src: c.src,
|
|
1244
|
+
alt: c.alt
|
|
1256
1245
|
})))
|
|
1257
1246
|
]),
|
|
1258
1247
|
_: 2
|
|
1259
1248
|
}, 1024)
|
|
1260
1249
|
]))), 128)),
|
|
1261
|
-
s.mediaSmall.length < 2 ? (o(), i("div",
|
|
1262
|
-
t("p", null,
|
|
1263
|
-
])) :
|
|
1250
|
+
s.mediaSmall.length < 2 ? (o(), i("div", ll, [
|
|
1251
|
+
t("p", null, n(s.body), 1)
|
|
1252
|
+
])) : g("", !0)
|
|
1264
1253
|
], 6)
|
|
1265
1254
|
], 2)
|
|
1266
1255
|
], 2));
|
|
1267
1256
|
}
|
|
1268
|
-
}),
|
|
1257
|
+
}), sl = /* @__PURE__ */ v(ol, [["__scopeId", "data-v-029495a0"]]), il = { class: "headline__wrapper" }, rl = { class: "headline__h1" }, nl = /* @__PURE__ */ f({
|
|
1269
1258
|
__name: "headline",
|
|
1270
1259
|
props: {
|
|
1271
1260
|
headline: {
|
|
@@ -1282,20 +1271,26 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1282
1271
|
}
|
|
1283
1272
|
},
|
|
1284
1273
|
setup(e) {
|
|
1285
|
-
return (a, r) => (o(), i("div",
|
|
1274
|
+
return (a, r) => (o(), i("div", il, [
|
|
1286
1275
|
t("div", {
|
|
1287
|
-
class:
|
|
1276
|
+
class: p({
|
|
1288
1277
|
"headline__content--article-and-submenu": e.article && e.subMenu,
|
|
1289
1278
|
"headline__content--article": e.article && !e.subMenu,
|
|
1290
1279
|
"headline__content--default headline__content--submenu": !e.article && e.subMenu,
|
|
1291
1280
|
"headline__content--default": !e.article && !e.subMenu
|
|
1292
1281
|
})
|
|
1293
1282
|
}, [
|
|
1294
|
-
t("h1",
|
|
1283
|
+
t("h1", rl, n(e.headline), 1)
|
|
1295
1284
|
], 2)
|
|
1296
1285
|
]));
|
|
1297
1286
|
}
|
|
1298
|
-
}),
|
|
1287
|
+
}), dl = /* @__PURE__ */ v(nl, [["__scopeId", "data-v-080238bd"]]), cl = (e) => (E("data-v-88ef4a9e"), e = e(), R(), e), ul = { class: "hero__wrapper" }, _l = { class: "hero__content" }, hl = { class: "hero__top" }, pl = { class: "hero__elements" }, ml = { class: "hero__headline" }, vl = { class: "hero__link" }, fl = { class: "hero__video" }, gl = /* @__PURE__ */ cl(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), bl = {
|
|
1288
|
+
key: 0,
|
|
1289
|
+
class: "hero__video__video"
|
|
1290
|
+
}, yl = {
|
|
1291
|
+
key: 1,
|
|
1292
|
+
class: "hero__image"
|
|
1293
|
+
}, $l = /* @__PURE__ */ f({
|
|
1299
1294
|
__name: "hero",
|
|
1300
1295
|
props: {
|
|
1301
1296
|
headline: {
|
|
@@ -1308,47 +1303,57 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1308
1303
|
}
|
|
1309
1304
|
},
|
|
1310
1305
|
setup(e) {
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1306
|
+
const a = I(!1);
|
|
1307
|
+
return le(() => {
|
|
1308
|
+
const r = navigator.userAgent;
|
|
1309
|
+
a.value = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(
|
|
1310
|
+
r
|
|
1311
|
+
);
|
|
1312
|
+
}), (r, l) => (o(), i("div", ul, [
|
|
1313
|
+
t("div", _l, [
|
|
1314
|
+
t("div", hl, [
|
|
1315
|
+
t("div", pl, [
|
|
1316
|
+
t("div", ml, [
|
|
1317
|
+
t("h1", null, n(e.headline), 1)
|
|
1317
1318
|
]),
|
|
1318
|
-
t("div",
|
|
1319
|
+
t("div", vl, [
|
|
1319
1320
|
k(O, {
|
|
1320
1321
|
"link-type": "regular_light",
|
|
1321
1322
|
arrow: ""
|
|
1322
1323
|
}, {
|
|
1323
1324
|
default: w(() => [
|
|
1324
|
-
|
|
1325
|
+
h(r.$slots, "hero-link", {}, void 0, !0)
|
|
1325
1326
|
]),
|
|
1326
1327
|
_: 3
|
|
1327
1328
|
})
|
|
1328
1329
|
])
|
|
1329
1330
|
])
|
|
1330
1331
|
]),
|
|
1331
|
-
t("div",
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1332
|
+
t("div", fl, [
|
|
1333
|
+
gl,
|
|
1334
|
+
a.value ? (o(), i("div", yl, [
|
|
1335
|
+
h(r.$slots, "hero-image", {}, void 0, !0)
|
|
1336
|
+
])) : (o(), i("div", bl, [
|
|
1337
|
+
k(G, {
|
|
1338
|
+
src: e.video.src,
|
|
1339
|
+
"local-video": "",
|
|
1340
|
+
"aria-label": e.video.alt,
|
|
1341
|
+
controls: !1,
|
|
1342
|
+
autoplay: "",
|
|
1343
|
+
loop: "",
|
|
1344
|
+
muted: "",
|
|
1345
|
+
play: "",
|
|
1346
|
+
poster: e.video.poster
|
|
1347
|
+
}, null, 8, ["src", "aria-label", "poster"])
|
|
1348
|
+
]))
|
|
1344
1349
|
])
|
|
1345
1350
|
])
|
|
1346
1351
|
]));
|
|
1347
1352
|
}
|
|
1348
|
-
}),
|
|
1353
|
+
}), kl = /* @__PURE__ */ v($l, [["__scopeId", "data-v-88ef4a9e"]]), wl = { class: "logo-wall__wrapper" }, Sl = { class: "logo-wall__content" }, Bl = {
|
|
1349
1354
|
key: 0,
|
|
1350
1355
|
class: "logo-wall__text"
|
|
1351
|
-
},
|
|
1356
|
+
}, Il = { key: 0 }, ql = { key: 1 }, Ll = { class: "logo-wall__logos" }, Tl = { class: "logo-wall__link" }, Vl = /* @__PURE__ */ f({
|
|
1352
1357
|
__name: "logo-wall",
|
|
1353
1358
|
props: {
|
|
1354
1359
|
headline: {
|
|
@@ -1366,20 +1371,20 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1366
1371
|
}
|
|
1367
1372
|
},
|
|
1368
1373
|
setup(e) {
|
|
1369
|
-
return (a, r) => (o(), i("div",
|
|
1370
|
-
t("div",
|
|
1371
|
-
e.headline || e.body ? (o(), i("div",
|
|
1372
|
-
e.headline ? (o(), i("h2",
|
|
1373
|
-
e.body ? (o(), i("p",
|
|
1374
|
-
])) :
|
|
1375
|
-
t("div",
|
|
1374
|
+
return (a, r) => (o(), i("div", wl, [
|
|
1375
|
+
t("div", Sl, [
|
|
1376
|
+
e.headline || e.body ? (o(), i("div", Bl, [
|
|
1377
|
+
e.headline ? (o(), i("h2", Il, n(e.headline), 1)) : g("", !0),
|
|
1378
|
+
e.body ? (o(), i("p", ql, n(e.body), 1)) : g("", !0)
|
|
1379
|
+
])) : g("", !0),
|
|
1380
|
+
t("div", Ll, [
|
|
1376
1381
|
(o(!0), i(D, null, M(e.logos, (l) => (o(), i("div", {
|
|
1377
1382
|
key: l.src + l.alt,
|
|
1378
1383
|
class: "logo-wall__logo"
|
|
1379
1384
|
}, [
|
|
1380
|
-
k(
|
|
1385
|
+
k(A, null, {
|
|
1381
1386
|
default: w(() => [
|
|
1382
|
-
|
|
1387
|
+
h(a.$slots, "logo-wall-logo", P(F({
|
|
1383
1388
|
width: 130,
|
|
1384
1389
|
height: 130,
|
|
1385
1390
|
src: l.src,
|
|
@@ -1390,13 +1395,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1390
1395
|
}, 1024)
|
|
1391
1396
|
]))), 128))
|
|
1392
1397
|
]),
|
|
1393
|
-
t("div",
|
|
1398
|
+
t("div", Tl, [
|
|
1394
1399
|
k(O, {
|
|
1395
1400
|
"link-type": "regular_light",
|
|
1396
1401
|
arrow: !0
|
|
1397
1402
|
}, {
|
|
1398
1403
|
default: w(() => [
|
|
1399
|
-
|
|
1404
|
+
h(a.$slots, "logo-wall-link", {}, void 0, !0)
|
|
1400
1405
|
]),
|
|
1401
1406
|
_: 3
|
|
1402
1407
|
})
|
|
@@ -1404,13 +1409,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1404
1409
|
])
|
|
1405
1410
|
]));
|
|
1406
1411
|
}
|
|
1407
|
-
}),
|
|
1412
|
+
}), Al = /* @__PURE__ */ v(Vl, [["__scopeId", "data-v-a8afd396"]]), Cl = { class: "micro-stories__top" }, Dl = {
|
|
1408
1413
|
key: 0,
|
|
1409
1414
|
class: "headline"
|
|
1410
|
-
},
|
|
1415
|
+
}, Ml = {
|
|
1411
1416
|
key: 1,
|
|
1412
1417
|
class: "body"
|
|
1413
|
-
},
|
|
1418
|
+
}, Ol = { class: "micro-stories__splide" }, Pl = /* @__PURE__ */ f({
|
|
1414
1419
|
__name: "micro-stories",
|
|
1415
1420
|
props: {
|
|
1416
1421
|
bgColor: { default: "blue" },
|
|
@@ -1422,36 +1427,36 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1422
1427
|
white: "micro-stories__wrapper--white",
|
|
1423
1428
|
blue: "micro-stories__wrapper--blue",
|
|
1424
1429
|
dark: "micro-stories__wrapper--dark"
|
|
1425
|
-
}, r =
|
|
1426
|
-
return (s,
|
|
1427
|
-
class:
|
|
1430
|
+
}, r = T(() => a[l.bgColor]), l = e;
|
|
1431
|
+
return (s, u) => (o(), i("div", {
|
|
1432
|
+
class: p(["micro-stories__wrapper", r.value])
|
|
1428
1433
|
}, [
|
|
1429
1434
|
t("div", Cl, [
|
|
1430
|
-
s.headline ? (o(), i("div",
|
|
1431
|
-
t("h2", null,
|
|
1432
|
-
])) :
|
|
1433
|
-
s.body ? (o(), i("div",
|
|
1434
|
-
t("p", null,
|
|
1435
|
-
])) :
|
|
1435
|
+
s.headline ? (o(), i("div", Dl, [
|
|
1436
|
+
t("h2", null, n(s.headline), 1)
|
|
1437
|
+
])) : g("", !0),
|
|
1438
|
+
s.body ? (o(), i("div", Ml, [
|
|
1439
|
+
t("p", null, n(s.body), 1)
|
|
1440
|
+
])) : g("", !0)
|
|
1436
1441
|
]),
|
|
1437
|
-
t("div",
|
|
1438
|
-
|
|
1442
|
+
t("div", Ol, [
|
|
1443
|
+
h(s.$slots, "micro-stories-slides")
|
|
1439
1444
|
]),
|
|
1440
|
-
|
|
1445
|
+
h(s.$slots, "micro-stories-controls")
|
|
1441
1446
|
], 2));
|
|
1442
1447
|
}
|
|
1443
|
-
}),
|
|
1444
|
-
function
|
|
1445
|
-
return o(), i("div",
|
|
1446
|
-
t("div",
|
|
1447
|
-
|
|
1448
|
+
}), Fl = {}, El = { class: "policy__wrapper" }, Rl = { class: "policy__content" };
|
|
1449
|
+
function Nl(e, a) {
|
|
1450
|
+
return o(), i("div", El, [
|
|
1451
|
+
t("div", Rl, [
|
|
1452
|
+
h(e.$slots, "default", {}, void 0, !0)
|
|
1448
1453
|
])
|
|
1449
1454
|
]);
|
|
1450
1455
|
}
|
|
1451
|
-
const
|
|
1456
|
+
const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b"]]), zl = { class: "card-display__wrapper" }, Ul = {
|
|
1452
1457
|
key: 0,
|
|
1453
1458
|
class: "card__content"
|
|
1454
|
-
},
|
|
1459
|
+
}, Kl = { key: 0 }, jl = { key: 1 }, Gl = { class: "card__cards" }, Wl = /* @__PURE__ */ f({
|
|
1455
1460
|
__name: "card-display",
|
|
1456
1461
|
props: {
|
|
1457
1462
|
headline: {
|
|
@@ -1469,23 +1474,23 @@ const Nl = /* @__PURE__ */ v(Pl, [["render", Rl], ["__scopeId", "data-v-8765ee0b
|
|
|
1469
1474
|
},
|
|
1470
1475
|
setup(e) {
|
|
1471
1476
|
return (a, r) => (o(), i("div", {
|
|
1472
|
-
class:
|
|
1477
|
+
class: p([
|
|
1473
1478
|
"card-display",
|
|
1474
1479
|
e.bgColor === "blue" ? "card-display--blue" : "card-display--white"
|
|
1475
1480
|
])
|
|
1476
1481
|
}, [
|
|
1477
|
-
t("div",
|
|
1478
|
-
e.headline || e.paragraph ? (o(), i("div",
|
|
1479
|
-
e.headline ? (o(), i("h2",
|
|
1480
|
-
e.paragraph ? (o(), i("p",
|
|
1481
|
-
])) :
|
|
1482
|
-
t("div",
|
|
1483
|
-
|
|
1482
|
+
t("div", zl, [
|
|
1483
|
+
e.headline || e.paragraph ? (o(), i("div", Ul, [
|
|
1484
|
+
e.headline ? (o(), i("h2", Kl, n(e.headline), 1)) : g("", !0),
|
|
1485
|
+
e.paragraph ? (o(), i("p", jl, n(e.paragraph), 1)) : g("", !0)
|
|
1486
|
+
])) : g("", !0),
|
|
1487
|
+
t("div", Gl, [
|
|
1488
|
+
h(a.$slots, "card-display-cards", {}, void 0, !0)
|
|
1484
1489
|
])
|
|
1485
1490
|
])
|
|
1486
1491
|
], 2));
|
|
1487
1492
|
}
|
|
1488
|
-
}),
|
|
1493
|
+
}), Yl = /* @__PURE__ */ v(Wl, [["__scopeId", "data-v-183dcee5"]]), Ql = { class: "promo__content" }, Zl = /* @__PURE__ */ f({
|
|
1489
1494
|
__name: "promo",
|
|
1490
1495
|
props: {
|
|
1491
1496
|
label: { default: "" },
|
|
@@ -1505,32 +1510,32 @@ const Nl = /* @__PURE__ */ v(Pl, [["render", Rl], ["__scopeId", "data-v-8765ee0b
|
|
|
1505
1510
|
dark: "promo__wrapper--dark",
|
|
1506
1511
|
light: "promo__wrapper--light",
|
|
1507
1512
|
default: "promo__wrapper--default"
|
|
1508
|
-
}, r = e, l =
|
|
1509
|
-
return (s,
|
|
1510
|
-
class:
|
|
1513
|
+
}, r = e, l = T(() => a[r.variant]);
|
|
1514
|
+
return (s, u) => (o(), i("div", {
|
|
1515
|
+
class: p([
|
|
1511
1516
|
"promo__wrapper",
|
|
1512
1517
|
l.value,
|
|
1513
1518
|
s.teaser ? "promo__wrapper--teaser" : ""
|
|
1514
1519
|
])
|
|
1515
1520
|
}, [
|
|
1516
|
-
t("div",
|
|
1521
|
+
t("div", Ql, [
|
|
1517
1522
|
s.mediaType === "image" ? (o(), i("div", {
|
|
1518
1523
|
key: 0,
|
|
1519
|
-
class:
|
|
1524
|
+
class: p([
|
|
1520
1525
|
"promo__image",
|
|
1521
1526
|
s.reverse ? "promo__image--reverse" : "promo__image--default"
|
|
1522
1527
|
])
|
|
1523
1528
|
}, [
|
|
1524
|
-
k(
|
|
1529
|
+
k(A, null, {
|
|
1525
1530
|
default: w(() => [
|
|
1526
|
-
|
|
1531
|
+
h(s.$slots, "promo-image", P(F({ src: s.src, width: 1920, alt: s.alt, height: 1080 })))
|
|
1527
1532
|
]),
|
|
1528
1533
|
_: 3
|
|
1529
1534
|
})
|
|
1530
|
-
], 2)) :
|
|
1535
|
+
], 2)) : g("", !0),
|
|
1531
1536
|
s.mediaType === "video" ? (o(), i("div", {
|
|
1532
1537
|
key: 1,
|
|
1533
|
-
class:
|
|
1538
|
+
class: p([
|
|
1534
1539
|
"promo__video",
|
|
1535
1540
|
s.reverse ? "promo__video--reverse" : "promo__video--default"
|
|
1536
1541
|
])
|
|
@@ -1546,51 +1551,51 @@ const Nl = /* @__PURE__ */ v(Pl, [["render", Rl], ["__scopeId", "data-v-8765ee0b
|
|
|
1546
1551
|
play: "",
|
|
1547
1552
|
poster: s.fallbackImage
|
|
1548
1553
|
}, null, 8, ["src", "aria-label", "poster"])
|
|
1549
|
-
], 2)) :
|
|
1554
|
+
], 2)) : g("", !0),
|
|
1550
1555
|
t("div", {
|
|
1551
|
-
class:
|
|
1556
|
+
class: p([
|
|
1552
1557
|
"promo__text",
|
|
1553
1558
|
s.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
1554
1559
|
])
|
|
1555
1560
|
}, [
|
|
1556
|
-
s.label ? (o(),
|
|
1561
|
+
s.label ? (o(), C(Y, {
|
|
1557
1562
|
key: 0,
|
|
1558
1563
|
text: s.label,
|
|
1559
1564
|
"label-dark": s.variant === "dark"
|
|
1560
|
-
}, null, 8, ["text", "label-dark"])) :
|
|
1565
|
+
}, null, 8, ["text", "label-dark"])) : g("", !0),
|
|
1561
1566
|
t("div", {
|
|
1562
|
-
class:
|
|
1567
|
+
class: p([
|
|
1563
1568
|
"promo__title",
|
|
1564
1569
|
s.variant === "dark" ? "promo__title--dark" : ""
|
|
1565
1570
|
])
|
|
1566
|
-
},
|
|
1567
|
-
s.linkType === "link" ? (o(),
|
|
1571
|
+
}, n(s.headline), 3),
|
|
1572
|
+
s.linkType === "link" ? (o(), C(O, {
|
|
1568
1573
|
key: 1,
|
|
1569
1574
|
"link-type": s.variant === "dark" ? "regular_dark" : (s.variant === "light", "regular_light"),
|
|
1570
1575
|
arrow: ""
|
|
1571
1576
|
}, {
|
|
1572
1577
|
default: w(() => [
|
|
1573
|
-
|
|
1578
|
+
h(s.$slots, "promo-link")
|
|
1574
1579
|
]),
|
|
1575
1580
|
_: 3
|
|
1576
|
-
}, 8, ["link-type"])) :
|
|
1577
|
-
s.linkType === "button" ? (o(),
|
|
1581
|
+
}, 8, ["link-type"])) : g("", !0),
|
|
1582
|
+
s.linkType === "button" ? (o(), C(O, {
|
|
1578
1583
|
key: 2,
|
|
1579
1584
|
"link-type": s.variant === "dark" ? "secondary_dark" : (s.variant === "light", "secondary")
|
|
1580
1585
|
}, {
|
|
1581
1586
|
default: w(() => [
|
|
1582
|
-
|
|
1587
|
+
h(s.$slots, "promo-link")
|
|
1583
1588
|
]),
|
|
1584
1589
|
_: 3
|
|
1585
|
-
}, 8, ["link-type"])) :
|
|
1590
|
+
}, 8, ["link-type"])) : g("", !0)
|
|
1586
1591
|
], 2)
|
|
1587
1592
|
])
|
|
1588
1593
|
], 2));
|
|
1589
1594
|
}
|
|
1590
|
-
}),
|
|
1595
|
+
}), Jl = /* @__PURE__ */ v(Zl, [["__scopeId", "data-v-7e80a0f0"]]), Xl = (e) => (E("data-v-e3cc8e27"), e = e(), R(), e), xl = { class: "quote__wrapper" }, eo = { class: "quote__content" }, to = /* @__PURE__ */ Xl(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), ao = { class: "quote__quote" }, lo = { class: "quote__quote-text" }, oo = { class: "quote__author" }, so = {
|
|
1591
1596
|
key: 0,
|
|
1592
1597
|
class: "quote__image"
|
|
1593
|
-
},
|
|
1598
|
+
}, io = { class: "quote__text" }, ro = { class: "quote__author-name" }, no = { class: "quote__author-title" }, co = /* @__PURE__ */ f({
|
|
1594
1599
|
__name: "quote",
|
|
1595
1600
|
props: {
|
|
1596
1601
|
quote: {
|
|
@@ -1612,16 +1617,16 @@ const Nl = /* @__PURE__ */ v(Pl, [["render", Rl], ["__scopeId", "data-v-8765ee0b
|
|
|
1612
1617
|
}
|
|
1613
1618
|
},
|
|
1614
1619
|
setup(e) {
|
|
1615
|
-
return (a, r) => (o(), i("div",
|
|
1616
|
-
t("div",
|
|
1617
|
-
|
|
1618
|
-
t("div",
|
|
1619
|
-
t("p",
|
|
1620
|
-
t("div",
|
|
1621
|
-
e.authorImage ? (o(), i("div",
|
|
1622
|
-
k(
|
|
1620
|
+
return (a, r) => (o(), i("div", xl, [
|
|
1621
|
+
t("div", eo, [
|
|
1622
|
+
to,
|
|
1623
|
+
t("div", ao, [
|
|
1624
|
+
t("p", lo, n(e.quote), 1),
|
|
1625
|
+
t("div", oo, [
|
|
1626
|
+
e.authorImage ? (o(), i("div", so, [
|
|
1627
|
+
k(A, null, {
|
|
1623
1628
|
default: w(() => [
|
|
1624
|
-
|
|
1629
|
+
h(a.$slots, "author-image", P(F({
|
|
1625
1630
|
src: e.authorImage + "/m/100x100",
|
|
1626
1631
|
width: 60,
|
|
1627
1632
|
height: 60
|
|
@@ -1629,23 +1634,23 @@ const Nl = /* @__PURE__ */ v(Pl, [["render", Rl], ["__scopeId", "data-v-8765ee0b
|
|
|
1629
1634
|
]),
|
|
1630
1635
|
_: 3
|
|
1631
1636
|
})
|
|
1632
|
-
])) :
|
|
1633
|
-
t("div",
|
|
1634
|
-
t("p",
|
|
1635
|
-
t("p",
|
|
1637
|
+
])) : g("", !0),
|
|
1638
|
+
t("div", io, [
|
|
1639
|
+
t("p", ro, n(e.author), 1),
|
|
1640
|
+
t("p", no, n(e.authorTitle), 1)
|
|
1636
1641
|
])
|
|
1637
1642
|
])
|
|
1638
1643
|
])
|
|
1639
1644
|
])
|
|
1640
1645
|
]));
|
|
1641
1646
|
}
|
|
1642
|
-
}),
|
|
1647
|
+
}), uo = /* @__PURE__ */ v(co, [["__scopeId", "data-v-e3cc8e27"]]), _o = { class: "rich-text__wrapper" }, ho = {
|
|
1643
1648
|
key: 0,
|
|
1644
1649
|
class: "rich-text__links"
|
|
1645
|
-
},
|
|
1650
|
+
}, po = {
|
|
1646
1651
|
key: 0,
|
|
1647
1652
|
class: "rich-text__bullet-list"
|
|
1648
|
-
},
|
|
1653
|
+
}, mo = /* @__PURE__ */ f({
|
|
1649
1654
|
__name: "rich-text",
|
|
1650
1655
|
props: {
|
|
1651
1656
|
headline: { default: "" },
|
|
@@ -1659,83 +1664,83 @@ const Nl = /* @__PURE__ */ v(Pl, [["render", Rl], ["__scopeId", "data-v-8765ee0b
|
|
|
1659
1664
|
},
|
|
1660
1665
|
setup(e) {
|
|
1661
1666
|
return (a, r) => (o(), i("div", {
|
|
1662
|
-
class:
|
|
1667
|
+
class: p([
|
|
1663
1668
|
"rich-text",
|
|
1664
1669
|
a.bgColor === "blue" ? "rich-text--blue" : "rich-text--white"
|
|
1665
1670
|
])
|
|
1666
1671
|
}, [
|
|
1667
|
-
t("div",
|
|
1668
|
-
a.label ? (o(),
|
|
1672
|
+
t("div", _o, [
|
|
1673
|
+
a.label ? (o(), C(Y, {
|
|
1669
1674
|
key: 0,
|
|
1670
1675
|
text: a.label,
|
|
1671
1676
|
"label-dark": !1
|
|
1672
|
-
}, null, 8, ["text"])) :
|
|
1677
|
+
}, null, 8, ["text"])) : g("", !0),
|
|
1673
1678
|
a.headline ? (o(), i("h2", {
|
|
1674
1679
|
key: 1,
|
|
1675
|
-
class:
|
|
1680
|
+
class: p([
|
|
1676
1681
|
"rich-text__headline",
|
|
1677
1682
|
a.leftAligned || a.bulletList || a.image ? "rich-text__headline--left-aligned" : "rich-text__headline--centered"
|
|
1678
1683
|
])
|
|
1679
|
-
},
|
|
1684
|
+
}, n(a.headline), 3)) : g("", !0),
|
|
1680
1685
|
t("div", {
|
|
1681
|
-
class:
|
|
1686
|
+
class: p([
|
|
1682
1687
|
"rich-text__content",
|
|
1683
1688
|
a.leftAligned || a.bulletList || a.image ? "rich-text__content--left-aligned" : "rich-text__content--centered"
|
|
1684
1689
|
])
|
|
1685
1690
|
}, [
|
|
1686
1691
|
t("div", {
|
|
1687
|
-
class:
|
|
1692
|
+
class: p([
|
|
1688
1693
|
"rich-text__body",
|
|
1689
1694
|
a.bulletList || a.image ? "rich-text__body--content-right" : ""
|
|
1690
1695
|
])
|
|
1691
1696
|
}, [
|
|
1692
|
-
|
|
1693
|
-
a.links ? (o(), i("div",
|
|
1694
|
-
|
|
1695
|
-
])) :
|
|
1697
|
+
h(a.$slots, "rich-text-content"),
|
|
1698
|
+
a.links ? (o(), i("div", ho, [
|
|
1699
|
+
h(a.$slots, "rich-text-links")
|
|
1700
|
+
])) : g("", !0)
|
|
1696
1701
|
], 2),
|
|
1697
|
-
a.bulletList ? (o(), i("div",
|
|
1698
|
-
|
|
1699
|
-
])) :
|
|
1702
|
+
a.bulletList ? (o(), i("div", po, [
|
|
1703
|
+
h(a.$slots, "rich-text-bullet-list")
|
|
1704
|
+
])) : g("", !0),
|
|
1700
1705
|
a.image ? (o(), i("div", {
|
|
1701
1706
|
key: 1,
|
|
1702
|
-
class:
|
|
1707
|
+
class: p([
|
|
1703
1708
|
"rich-text__image",
|
|
1704
1709
|
a.imageClip ? "rich-text__image--clip" : ""
|
|
1705
1710
|
])
|
|
1706
1711
|
}, [
|
|
1707
|
-
k(
|
|
1712
|
+
k(A, null, {
|
|
1708
1713
|
default: w(() => [
|
|
1709
|
-
|
|
1714
|
+
h(a.$slots, "rich-text-image", P(F({ width: 865, height: 307 })))
|
|
1710
1715
|
]),
|
|
1711
1716
|
_: 3
|
|
1712
1717
|
})
|
|
1713
|
-
], 2)) :
|
|
1718
|
+
], 2)) : g("", !0)
|
|
1714
1719
|
], 2)
|
|
1715
1720
|
])
|
|
1716
1721
|
], 2));
|
|
1717
1722
|
}
|
|
1718
|
-
}),
|
|
1719
|
-
function
|
|
1720
|
-
return o(), i("div",
|
|
1721
|
-
t("div",
|
|
1722
|
-
t("div",
|
|
1723
|
-
t("div",
|
|
1723
|
+
}), vo = /* @__PURE__ */ v(mo, [["__scopeId", "data-v-7bcde564"]]), fo = {}, go = { class: "rich-text" }, bo = { class: "rich-text__wrapper" }, yo = { class: "rich-text__content rich-text__content--left-aligned" }, $o = { class: "rich-text__body" };
|
|
1724
|
+
function ko(e, a) {
|
|
1725
|
+
return o(), i("div", go, [
|
|
1726
|
+
t("div", bo, [
|
|
1727
|
+
t("div", yo, [
|
|
1728
|
+
t("div", $o, [
|
|
1724
1729
|
t("div", null, [
|
|
1725
|
-
|
|
1730
|
+
h(e.$slots, "rich-text-content-left", {}, void 0, !0)
|
|
1726
1731
|
]),
|
|
1727
1732
|
t("div", null, [
|
|
1728
|
-
|
|
1733
|
+
h(e.$slots, "rich-text-content-right", {}, void 0, !0)
|
|
1729
1734
|
])
|
|
1730
1735
|
])
|
|
1731
1736
|
])
|
|
1732
1737
|
])
|
|
1733
1738
|
]);
|
|
1734
1739
|
}
|
|
1735
|
-
const
|
|
1740
|
+
const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4"]]), So = (e) => (E("data-v-78d319df"), e = e(), R(), e), Bo = { class: "timeline__wrapper" }, Io = { class: "timeline__content" }, qo = { class: "timeline__items" }, Lo = { class: "item__left" }, To = /* @__PURE__ */ So(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
|
|
1736
1741
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
1737
1742
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
1738
|
-
], -1)),
|
|
1743
|
+
], -1)), Vo = { class: "item__right" }, Ao = ["innerHTML"], Co = /* @__PURE__ */ f({
|
|
1739
1744
|
__name: "timeline",
|
|
1740
1745
|
props: {
|
|
1741
1746
|
timelineItems: {
|
|
@@ -1744,7 +1749,7 @@ const ko = /* @__PURE__ */ v(vo, [["render", $o], ["__scopeId", "data-v-3abe0bb4
|
|
|
1744
1749
|
}
|
|
1745
1750
|
},
|
|
1746
1751
|
setup(e) {
|
|
1747
|
-
return
|
|
1752
|
+
return le(() => {
|
|
1748
1753
|
const a = document.querySelectorAll(".timeline__item"), r = new IntersectionObserver(
|
|
1749
1754
|
(l) => {
|
|
1750
1755
|
l.forEach((s) => {
|
|
@@ -1758,40 +1763,40 @@ const ko = /* @__PURE__ */ v(vo, [["render", $o], ["__scopeId", "data-v-3abe0bb4
|
|
|
1758
1763
|
a.forEach((l) => {
|
|
1759
1764
|
r.observe(l);
|
|
1760
1765
|
});
|
|
1761
|
-
}), (a, r) => (o(), i("div",
|
|
1762
|
-
t("div",
|
|
1763
|
-
t("div",
|
|
1766
|
+
}), (a, r) => (o(), i("div", Bo, [
|
|
1767
|
+
t("div", Io, [
|
|
1768
|
+
t("div", qo, [
|
|
1764
1769
|
(o(!0), i(D, null, M(e.timelineItems, (l) => (o(), i("div", {
|
|
1765
1770
|
key: l.year,
|
|
1766
1771
|
class: "timeline__item faded"
|
|
1767
1772
|
}, [
|
|
1768
|
-
t("div",
|
|
1769
|
-
|
|
1770
|
-
t("div",
|
|
1771
|
-
k(
|
|
1773
|
+
t("div", Lo, n(l.year), 1),
|
|
1774
|
+
To,
|
|
1775
|
+
t("div", Vo, [
|
|
1776
|
+
k(A, null, {
|
|
1772
1777
|
default: w(() => [
|
|
1773
|
-
l.media.type === "image" ?
|
|
1778
|
+
l.media.type === "image" ? h(a.$slots, "timeline-image", P(te({ key: 0 }, { src: l.media.src, alt: l.media.alt })), void 0, !0) : g("", !0)
|
|
1774
1779
|
]),
|
|
1775
1780
|
_: 2
|
|
1776
1781
|
}, 1024),
|
|
1777
1782
|
t("div", {
|
|
1778
|
-
style:
|
|
1783
|
+
style: ae([l.media.type === "none" ? "margin-top: 0px" : ""]),
|
|
1779
1784
|
class: "rich-text",
|
|
1780
1785
|
innerHTML: l.text
|
|
1781
|
-
}, null, 12,
|
|
1786
|
+
}, null, 12, Ao)
|
|
1782
1787
|
])
|
|
1783
1788
|
]))), 128))
|
|
1784
1789
|
])
|
|
1785
1790
|
])
|
|
1786
1791
|
]));
|
|
1787
1792
|
}
|
|
1788
|
-
}),
|
|
1793
|
+
}), Do = /* @__PURE__ */ v(Co, [["__scopeId", "data-v-78d319df"]]), Mo = { class: "vimeo" }, Oo = { class: "vimeo__wrapper" }, Po = {
|
|
1789
1794
|
key: 0,
|
|
1790
1795
|
class: "vimeo__headline"
|
|
1791
|
-
},
|
|
1796
|
+
}, Fo = {
|
|
1792
1797
|
key: 1,
|
|
1793
1798
|
class: "vimeo__description"
|
|
1794
|
-
},
|
|
1799
|
+
}, Eo = /* @__PURE__ */ f({
|
|
1795
1800
|
__name: "vimeo",
|
|
1796
1801
|
props: {
|
|
1797
1802
|
headline: {
|
|
@@ -1804,15 +1809,15 @@ const ko = /* @__PURE__ */ v(vo, [["render", $o], ["__scopeId", "data-v-3abe0bb4
|
|
|
1804
1809
|
}
|
|
1805
1810
|
},
|
|
1806
1811
|
setup(e) {
|
|
1807
|
-
return (a, r) => (o(), i("div",
|
|
1808
|
-
t("div",
|
|
1809
|
-
e.headline ? (o(), i("h2",
|
|
1810
|
-
|
|
1811
|
-
e.description ? (o(), i("p",
|
|
1812
|
+
return (a, r) => (o(), i("div", Mo, [
|
|
1813
|
+
t("div", Oo, [
|
|
1814
|
+
e.headline ? (o(), i("h2", Po, n(e.headline), 1)) : g("", !0),
|
|
1815
|
+
h(a.$slots, "vimeo-content", {}, void 0, !0),
|
|
1816
|
+
e.description ? (o(), i("p", Fo, n(e.description), 1)) : g("", !0)
|
|
1812
1817
|
])
|
|
1813
1818
|
]));
|
|
1814
1819
|
}
|
|
1815
|
-
}),
|
|
1820
|
+
}), Ro = /* @__PURE__ */ v(Eo, [["__scopeId", "data-v-599c68c7"]]), No = { class: "not-found__wrapper" }, Ho = { class: "not-found__content" }, zo = { class: "not-found__headline" }, Uo = { class: "not-found__body" }, Ko = /* @__PURE__ */ f({
|
|
1816
1821
|
__name: "404",
|
|
1817
1822
|
props: {
|
|
1818
1823
|
headline: {
|
|
@@ -1821,16 +1826,16 @@ const ko = /* @__PURE__ */ v(vo, [["render", $o], ["__scopeId", "data-v-3abe0bb4
|
|
|
1821
1826
|
}
|
|
1822
1827
|
},
|
|
1823
1828
|
setup(e) {
|
|
1824
|
-
return (a, r) => (o(), i("div",
|
|
1825
|
-
t("div",
|
|
1826
|
-
t("h1",
|
|
1827
|
-
t("div",
|
|
1828
|
-
|
|
1829
|
+
return (a, r) => (o(), i("div", No, [
|
|
1830
|
+
t("div", Ho, [
|
|
1831
|
+
t("h1", zo, n(e.headline), 1),
|
|
1832
|
+
t("div", Uo, [
|
|
1833
|
+
h(a.$slots, "not-found-body", {}, void 0, !0)
|
|
1829
1834
|
])
|
|
1830
1835
|
])
|
|
1831
1836
|
]));
|
|
1832
1837
|
}
|
|
1833
|
-
}),
|
|
1838
|
+
}), jo = /* @__PURE__ */ v(Ko, [["__scopeId", "data-v-b829ca6c"]]), Go = { class: "filter__wrapper" }, Wo = { class: "filter__content" }, Yo = { class: "filter__dropdowns" }, Qo = { class: "filter__chips" }, Zo = /* @__PURE__ */ f({
|
|
1834
1839
|
__name: "filter",
|
|
1835
1840
|
props: {
|
|
1836
1841
|
hasChips: {
|
|
@@ -1844,23 +1849,23 @@ const ko = /* @__PURE__ */ v(vo, [["render", $o], ["__scopeId", "data-v-3abe0bb4
|
|
|
1844
1849
|
},
|
|
1845
1850
|
emits: ["clearFilters"],
|
|
1846
1851
|
setup(e) {
|
|
1847
|
-
return (a, r) => (o(), i("div",
|
|
1848
|
-
t("div",
|
|
1849
|
-
t("div", Wo, [
|
|
1850
|
-
_(a.$slots, "filter-dropdowns")
|
|
1851
|
-
]),
|
|
1852
|
+
return (a, r) => (o(), i("div", Go, [
|
|
1853
|
+
t("div", Wo, [
|
|
1852
1854
|
t("div", Yo, [
|
|
1853
|
-
|
|
1855
|
+
h(a.$slots, "filter-dropdowns")
|
|
1856
|
+
]),
|
|
1857
|
+
t("div", Qo, [
|
|
1858
|
+
h(a.$slots, "filter-chips"),
|
|
1854
1859
|
e.hasChips ? (o(), i("button", {
|
|
1855
1860
|
key: 0,
|
|
1856
1861
|
class: "filter__clear",
|
|
1857
1862
|
onClick: r[0] || (r[0] = (l) => a.$emit("clearFilters"))
|
|
1858
|
-
},
|
|
1863
|
+
}, n(e.removeAll), 1)) : g("", !0)
|
|
1859
1864
|
])
|
|
1860
1865
|
])
|
|
1861
1866
|
]));
|
|
1862
1867
|
}
|
|
1863
|
-
}),
|
|
1868
|
+
}), Jo = /* @__PURE__ */ v(Zo, [["__scopeId", "data-v-31c1ba00"]]), z = (e) => (E("data-v-5258b418"), e = e(), R(), e), Xo = { class: "footer__wrapper" }, xo = { class: "footer__content" }, es = { class: "footer__sections" }, ts = { class: "section__title" }, as = { class: "section__list" }, ls = { class: "section" }, os = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), ss = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), is = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), rs = /* @__PURE__ */ z(() => /* @__PURE__ */ t("br", null, null, -1)), ns = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), ds = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), cs = { class: "footer__bottom" }, us = { class: "copyright" }, _s = { class: "footer__policy" }, hs = /* @__PURE__ */ z(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), ps = { class: "footer__social" }, ms = ["href", "aria-label"], vs = /* @__PURE__ */ f({
|
|
1864
1869
|
__name: "footer",
|
|
1865
1870
|
props: {
|
|
1866
1871
|
footerSections: { default: () => [] },
|
|
@@ -1871,35 +1876,35 @@ const ko = /* @__PURE__ */ v(vo, [["render", $o], ["__scopeId", "data-v-3abe0bb4
|
|
|
1871
1876
|
},
|
|
1872
1877
|
emits: ["changeRegionClicked"],
|
|
1873
1878
|
setup(e) {
|
|
1874
|
-
return (a, r) => (o(), i("div",
|
|
1875
|
-
t("footer",
|
|
1876
|
-
t("div",
|
|
1879
|
+
return (a, r) => (o(), i("div", Xo, [
|
|
1880
|
+
t("footer", xo, [
|
|
1881
|
+
t("div", es, [
|
|
1877
1882
|
(o(!0), i(D, null, M(a.footerSections, (l) => (o(), i("div", {
|
|
1878
1883
|
key: l.title,
|
|
1879
1884
|
class: "section"
|
|
1880
1885
|
}, [
|
|
1881
|
-
t("span",
|
|
1886
|
+
t("span", ts, n(l.title), 1),
|
|
1882
1887
|
t("nav", null, [
|
|
1883
|
-
t("ul",
|
|
1884
|
-
|
|
1888
|
+
t("ul", as, [
|
|
1889
|
+
h(a.$slots, "section-links", {
|
|
1885
1890
|
links: l.links
|
|
1886
1891
|
})
|
|
1887
1892
|
])
|
|
1888
1893
|
])
|
|
1889
1894
|
]))), 128)),
|
|
1890
|
-
t("div",
|
|
1891
|
-
|
|
1895
|
+
t("div", ls, [
|
|
1896
|
+
os,
|
|
1892
1897
|
t("address", null, [
|
|
1893
|
-
os,
|
|
1894
1898
|
ss,
|
|
1895
1899
|
is,
|
|
1900
|
+
rs,
|
|
1896
1901
|
k(O, {
|
|
1897
1902
|
class: "footer__contact",
|
|
1898
1903
|
"link-type": "regular_light",
|
|
1899
1904
|
underline: "false"
|
|
1900
1905
|
}, {
|
|
1901
1906
|
default: w(() => [
|
|
1902
|
-
|
|
1907
|
+
ns
|
|
1903
1908
|
]),
|
|
1904
1909
|
_: 1
|
|
1905
1910
|
}),
|
|
@@ -1909,30 +1914,30 @@ const ko = /* @__PURE__ */ v(vo, [["render", $o], ["__scopeId", "data-v-3abe0bb4
|
|
|
1909
1914
|
underline: "false"
|
|
1910
1915
|
}, {
|
|
1911
1916
|
default: w(() => [
|
|
1912
|
-
|
|
1917
|
+
ds
|
|
1913
1918
|
]),
|
|
1914
1919
|
_: 1
|
|
1915
1920
|
})
|
|
1916
1921
|
])
|
|
1917
1922
|
])
|
|
1918
1923
|
]),
|
|
1919
|
-
t("div",
|
|
1920
|
-
t("p",
|
|
1921
|
-
t("div",
|
|
1924
|
+
t("div", cs, [
|
|
1925
|
+
t("p", us, "© MiR " + n((/* @__PURE__ */ new Date()).getFullYear()), 1),
|
|
1926
|
+
t("div", _s, [
|
|
1922
1927
|
t("button", {
|
|
1923
1928
|
class: "footer__language-switcher",
|
|
1924
1929
|
onClick: r[0] || (r[0] = (l) => a.$emit("changeRegionClicked"))
|
|
1925
1930
|
}, [
|
|
1926
1931
|
t("span", null, [
|
|
1927
|
-
|
|
1928
|
-
j(
|
|
1932
|
+
hs,
|
|
1933
|
+
j(n(a.changeRegion), 1)
|
|
1929
1934
|
])
|
|
1930
1935
|
]),
|
|
1931
|
-
|
|
1932
|
-
|
|
1936
|
+
h(a.$slots, "footer-privacy-link"),
|
|
1937
|
+
h(a.$slots, "footer-cookie-link")
|
|
1933
1938
|
]),
|
|
1934
|
-
t("div",
|
|
1935
|
-
(o(!0), i(D, null, M(a.socialMedia, (l) => (o(),
|
|
1939
|
+
t("div", ps, [
|
|
1940
|
+
(o(!0), i(D, null, M(a.socialMedia, (l) => (o(), C(O, {
|
|
1936
1941
|
key: l.title,
|
|
1937
1942
|
underline: "false",
|
|
1938
1943
|
"link-type": "regular"
|
|
@@ -1945,9 +1950,9 @@ const ko = /* @__PURE__ */ v(vo, [["render", $o], ["__scopeId", "data-v-3abe0bb4
|
|
|
1945
1950
|
t("i", {
|
|
1946
1951
|
width: "19",
|
|
1947
1952
|
height: "14",
|
|
1948
|
-
class:
|
|
1953
|
+
class: p(["footer__social--icon", [l.title ? "bg-" + l.title : ""]])
|
|
1949
1954
|
}, null, 2)
|
|
1950
|
-
], 8,
|
|
1955
|
+
], 8, ms)
|
|
1951
1956
|
]),
|
|
1952
1957
|
_: 2
|
|
1953
1958
|
}, 1024))), 128))
|
|
@@ -1956,19 +1961,19 @@ const ko = /* @__PURE__ */ v(vo, [["render", $o], ["__scopeId", "data-v-3abe0bb4
|
|
|
1956
1961
|
])
|
|
1957
1962
|
]));
|
|
1958
1963
|
}
|
|
1959
|
-
}),
|
|
1964
|
+
}), fs = /* @__PURE__ */ v(vs, [["__scopeId", "data-v-5258b418"]]), gs = { class: "header__wrapper" }, bs = { class: "nav-wrapper" }, ys = { class: "mir-link-logo" }, $s = { class: "main-nav-items" }, ks = {
|
|
1960
1965
|
id: "menu-dropdown",
|
|
1961
1966
|
ref: "dropdownDiv"
|
|
1962
|
-
},
|
|
1967
|
+
}, ws = {
|
|
1963
1968
|
key: 0,
|
|
1964
1969
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
1965
1970
|
alt: "dropdownarrow"
|
|
1966
|
-
},
|
|
1971
|
+
}, Ss = {
|
|
1967
1972
|
key: 1,
|
|
1968
1973
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
1969
1974
|
alt: "dropdownarrow",
|
|
1970
1975
|
style: { transform: "rotate(180deg)" }
|
|
1971
|
-
},
|
|
1976
|
+
}, Bs = { class: "dropdown-content" }, Is = { class: "nav-search-wrapper" }, qs = ["src"], Ls = { class: "mobile-logo-search-burger-wrapper" }, Ts = { class: "mobile-mir-link-logo" }, Vs = { class: "mobile-search-wrapper" }, As = ["src"], Cs = ["src"], Ds = { class: "mobile-menu-content-wrapper" }, Ms = { class: "mobile-dropdown-content" }, Os = /* @__PURE__ */ f({
|
|
1972
1977
|
__name: "header",
|
|
1973
1978
|
props: {
|
|
1974
1979
|
burgerState: {
|
|
@@ -1988,99 +1993,99 @@ const ko = /* @__PURE__ */ v(vo, [["render", $o], ["__scopeId", "data-v-3abe0bb4
|
|
|
1988
1993
|
setup(e, { expose: a, emit: r }) {
|
|
1989
1994
|
let l = null;
|
|
1990
1995
|
const s = e;
|
|
1991
|
-
let
|
|
1996
|
+
let u = I(s.burgerState), c = I(s.showDropDown);
|
|
1992
1997
|
ne(
|
|
1993
1998
|
() => s.burgerState,
|
|
1994
|
-
(B) =>
|
|
1999
|
+
(B) => u.value = B
|
|
1995
2000
|
), ne(
|
|
1996
2001
|
() => s.showDropDown,
|
|
1997
|
-
(B) =>
|
|
1998
|
-
),
|
|
2002
|
+
(B) => c.value = B
|
|
2003
|
+
), le(() => {
|
|
1999
2004
|
l = (B) => {
|
|
2000
|
-
B.target.closest("#menu-dropdown") || (
|
|
2005
|
+
B.target.closest("#menu-dropdown") || (c.value = !1);
|
|
2001
2006
|
}, window.addEventListener("click", l);
|
|
2002
2007
|
}), Se(() => {
|
|
2003
2008
|
l !== null && window.removeEventListener("click", l);
|
|
2004
2009
|
});
|
|
2005
|
-
const
|
|
2010
|
+
const _ = r;
|
|
2006
2011
|
function S() {
|
|
2007
|
-
|
|
2012
|
+
c.value = !c.value, _("update:showDropDown", c.value);
|
|
2008
2013
|
}
|
|
2009
2014
|
function m() {
|
|
2010
|
-
|
|
2015
|
+
u.value = !u.value, _("update:burgerState", u.value);
|
|
2011
2016
|
}
|
|
2012
|
-
let y = I(null),
|
|
2017
|
+
let y = I(null), q = I(null);
|
|
2013
2018
|
function X() {
|
|
2014
2019
|
y.value && y.value.blur();
|
|
2015
2020
|
}
|
|
2016
2021
|
return a({
|
|
2017
2022
|
defocusSearchButton: X
|
|
2018
|
-
}), (B, U) => (o(), i("div",
|
|
2023
|
+
}), (B, U) => (o(), i("div", gs, [
|
|
2019
2024
|
t("nav", null, [
|
|
2020
|
-
t("div",
|
|
2021
|
-
t("div",
|
|
2022
|
-
|
|
2025
|
+
t("div", bs, [
|
|
2026
|
+
t("div", ys, [
|
|
2027
|
+
h(B.$slots, "link-logo", {}, void 0, !0)
|
|
2023
2028
|
]),
|
|
2024
|
-
t("ul",
|
|
2025
|
-
|
|
2029
|
+
t("ul", $s, [
|
|
2030
|
+
h(B.$slots, "main-nav-items", {}, void 0, !0)
|
|
2026
2031
|
]),
|
|
2027
|
-
t("div",
|
|
2032
|
+
t("div", ks, [
|
|
2028
2033
|
t("button", {
|
|
2029
2034
|
class: "nav-dropdown-btn",
|
|
2030
2035
|
onClick: S
|
|
2031
2036
|
}, [
|
|
2032
|
-
|
|
2033
|
-
|
|
2037
|
+
h(B.$slots, "dropdown-title", {}, void 0, !0),
|
|
2038
|
+
V(c) === !1 ? (o(), i("img", ws)) : (o(), i("img", Ss))
|
|
2034
2039
|
]),
|
|
2035
|
-
Z(t("div",
|
|
2036
|
-
|
|
2040
|
+
Z(t("div", Bs, [
|
|
2041
|
+
h(B.$slots, "dropdown-links", {}, void 0, !0)
|
|
2037
2042
|
], 512), [
|
|
2038
|
-
[ee,
|
|
2043
|
+
[ee, V(c)]
|
|
2039
2044
|
])
|
|
2040
2045
|
], 512),
|
|
2041
|
-
t("div",
|
|
2046
|
+
t("div", Is, [
|
|
2042
2047
|
t("button", {
|
|
2043
2048
|
ref_key: "navSearchButton",
|
|
2044
2049
|
ref: y,
|
|
2045
2050
|
class: "search-icon",
|
|
2046
2051
|
onClick: U[0] || (U[0] = (x) => {
|
|
2047
2052
|
var H;
|
|
2048
|
-
return B.$emit("clickSearch"), (H =
|
|
2053
|
+
return B.$emit("clickSearch"), (H = V(y)) == null ? void 0 : H.blur();
|
|
2049
2054
|
})
|
|
2050
2055
|
}, [
|
|
2051
2056
|
t("img", {
|
|
2052
|
-
src:
|
|
2057
|
+
src: V(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",
|
|
2053
2058
|
alt: "search icon",
|
|
2054
2059
|
width: "20",
|
|
2055
2060
|
height: "20"
|
|
2056
|
-
}, null, 8,
|
|
2061
|
+
}, null, 8, qs)
|
|
2057
2062
|
], 512)
|
|
2058
2063
|
])
|
|
2059
2064
|
]),
|
|
2060
2065
|
t("div", {
|
|
2061
|
-
class:
|
|
2066
|
+
class: p(["mobile-nav-wrapper", V(u) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
|
|
2062
2067
|
}, [
|
|
2063
|
-
t("div",
|
|
2064
|
-
t("div", Ls, [
|
|
2065
|
-
_(B.$slots, "link-logo", {}, void 0, !0)
|
|
2066
|
-
]),
|
|
2068
|
+
t("div", Ls, [
|
|
2067
2069
|
t("div", Ts, [
|
|
2070
|
+
h(B.$slots, "link-logo", {}, void 0, !0)
|
|
2071
|
+
]),
|
|
2072
|
+
t("div", Vs, [
|
|
2068
2073
|
t("button", {
|
|
2069
2074
|
ref_key: "mobileSearchButton",
|
|
2070
|
-
ref:
|
|
2075
|
+
ref: q,
|
|
2071
2076
|
class: "search-icon",
|
|
2072
2077
|
"aria-label": "Toggle search",
|
|
2073
2078
|
onClick: U[1] || (U[1] = (x) => {
|
|
2074
2079
|
var H;
|
|
2075
|
-
return B.$emit("clickSearch"), (H = q
|
|
2080
|
+
return B.$emit("clickSearch"), (H = V(q)) == null ? void 0 : H.blur();
|
|
2076
2081
|
})
|
|
2077
2082
|
}, [
|
|
2078
2083
|
t("img", {
|
|
2079
|
-
src:
|
|
2084
|
+
src: V(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",
|
|
2080
2085
|
alt: "search icon",
|
|
2081
2086
|
width: "20",
|
|
2082
2087
|
height: "20"
|
|
2083
|
-
}, null, 8,
|
|
2088
|
+
}, null, 8, As)
|
|
2084
2089
|
], 512)
|
|
2085
2090
|
]),
|
|
2086
2091
|
t("button", {
|
|
@@ -2092,26 +2097,26 @@ const ko = /* @__PURE__ */ v(vo, [["render", $o], ["__scopeId", "data-v-3abe0bb4
|
|
|
2092
2097
|
width: "20",
|
|
2093
2098
|
height: "20",
|
|
2094
2099
|
alt: "burger menu line icon",
|
|
2095
|
-
src:
|
|
2100
|
+
src: V(u) === !0 ? "https://a.storyblok.com/f/230581/17x18/20e9329e46/close-white.svg" : "https://a.storyblok.com/f/230581/23x14/739e917bca/burger-menu-line.svg"
|
|
2096
2101
|
}, null, 8, Cs)
|
|
2097
2102
|
])
|
|
2098
2103
|
]),
|
|
2099
|
-
Z(t("div",
|
|
2104
|
+
Z(t("div", Ds, [
|
|
2100
2105
|
t("ul", null, [
|
|
2101
|
-
|
|
2106
|
+
h(B.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2102
2107
|
]),
|
|
2103
|
-
t("ul",
|
|
2104
|
-
|
|
2105
|
-
|
|
2108
|
+
t("ul", Ms, [
|
|
2109
|
+
h(B.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2110
|
+
h(B.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2106
2111
|
])
|
|
2107
2112
|
], 512), [
|
|
2108
|
-
[ee,
|
|
2113
|
+
[ee, V(u)]
|
|
2109
2114
|
])
|
|
2110
2115
|
], 2)
|
|
2111
2116
|
])
|
|
2112
2117
|
]));
|
|
2113
2118
|
}
|
|
2114
|
-
}),
|
|
2119
|
+
}), Ps = /* @__PURE__ */ v(Os, [["__scopeId", "data-v-e129834d"]]), Fs = { class: "language__wrapper" }, Es = { class: "language__content" }, Rs = { class: "language__headline" }, Ns = { class: "language__paragraph" }, Hs = { class: "language__links" }, zs = /* @__PURE__ */ f({
|
|
2115
2120
|
__name: "language-switcher",
|
|
2116
2121
|
props: {
|
|
2117
2122
|
headline: {
|
|
@@ -2124,17 +2129,17 @@ const ko = /* @__PURE__ */ v(vo, [["render", $o], ["__scopeId", "data-v-3abe0bb4
|
|
|
2124
2129
|
}
|
|
2125
2130
|
},
|
|
2126
2131
|
setup(e) {
|
|
2127
|
-
return (a, r) => (o(), i("div",
|
|
2128
|
-
t("div",
|
|
2129
|
-
t("h2",
|
|
2130
|
-
t("p",
|
|
2131
|
-
t("div",
|
|
2132
|
-
|
|
2132
|
+
return (a, r) => (o(), i("div", Fs, [
|
|
2133
|
+
t("div", Es, [
|
|
2134
|
+
t("h2", Rs, n(e.headline), 1),
|
|
2135
|
+
t("p", Ns, n(e.paragraph), 1),
|
|
2136
|
+
t("div", Hs, [
|
|
2137
|
+
h(a.$slots, "language-links", {}, void 0, !0)
|
|
2133
2138
|
])
|
|
2134
2139
|
])
|
|
2135
2140
|
]));
|
|
2136
2141
|
}
|
|
2137
|
-
}),
|
|
2142
|
+
}), Us = /* @__PURE__ */ v(zs, [["__scopeId", "data-v-dc8cc97e"]]), Ks = { class: "pagination__wrapper" }, js = { class: "pagination__content" }, Gs = /* @__PURE__ */ f({
|
|
2138
2143
|
__name: "pagination",
|
|
2139
2144
|
props: {
|
|
2140
2145
|
isPreviousDisabled: {
|
|
@@ -2148,15 +2153,15 @@ const ko = /* @__PURE__ */ v(vo, [["render", $o], ["__scopeId", "data-v-3abe0bb4
|
|
|
2148
2153
|
},
|
|
2149
2154
|
emits: ["previous", "next"],
|
|
2150
2155
|
setup(e) {
|
|
2151
|
-
return (a, r) => (o(), i("div",
|
|
2152
|
-
t("div",
|
|
2156
|
+
return (a, r) => (o(), i("div", Ks, [
|
|
2157
|
+
t("div", js, [
|
|
2153
2158
|
k(J, {
|
|
2154
2159
|
disabled: e.isPreviousDisabled,
|
|
2155
2160
|
variant: "previous",
|
|
2156
2161
|
"aria-label": "previous",
|
|
2157
2162
|
onClick: r[0] || (r[0] = (l) => a.$emit("previous"))
|
|
2158
2163
|
}, null, 8, ["disabled"]),
|
|
2159
|
-
|
|
2164
|
+
h(a.$slots, "pagination-numbers"),
|
|
2160
2165
|
k(J, {
|
|
2161
2166
|
disabled: e.isNextDisabled,
|
|
2162
2167
|
variant: "next",
|
|
@@ -2166,13 +2171,13 @@ const ko = /* @__PURE__ */ v(vo, [["render", $o], ["__scopeId", "data-v-3abe0bb4
|
|
|
2166
2171
|
])
|
|
2167
2172
|
]));
|
|
2168
2173
|
}
|
|
2169
|
-
}),
|
|
2170
|
-
function
|
|
2171
|
-
return o(), i("div",
|
|
2172
|
-
|
|
2174
|
+
}), Ws = /* @__PURE__ */ v(Gs, [["__scopeId", "data-v-f760f1c6"]]), Ys = {}, Qs = { class: "search__wrapper" };
|
|
2175
|
+
function Zs(e, a) {
|
|
2176
|
+
return o(), i("div", Qs, [
|
|
2177
|
+
h(e.$slots, "default", { class: "search__content" })
|
|
2173
2178
|
]);
|
|
2174
2179
|
}
|
|
2175
|
-
const
|
|
2180
|
+
const Js = /* @__PURE__ */ v(Ys, [["render", Zs], ["__scopeId", "data-v-623adb82"]]), Xs = { class: "product-hero__wrapper" }, xs = { class: "product-hero__content" }, ei = { class: "product-hero__headline" }, ti = { class: "product-hero__video" }, ai = /* @__PURE__ */ f({
|
|
2176
2181
|
__name: "product-hero",
|
|
2177
2182
|
props: {
|
|
2178
2183
|
headline: {
|
|
@@ -2197,13 +2202,13 @@ const Zs = /* @__PURE__ */ v(Ws, [["render", Qs], ["__scopeId", "data-v-623adb82
|
|
|
2197
2202
|
}
|
|
2198
2203
|
},
|
|
2199
2204
|
setup(e) {
|
|
2200
|
-
return (a, r) => (o(), i("div",
|
|
2201
|
-
t("div",
|
|
2202
|
-
t("div", xs, [
|
|
2203
|
-
t("h1", null, d(e.headline), 1)
|
|
2204
|
-
]),
|
|
2205
|
+
return (a, r) => (o(), i("div", Xs, [
|
|
2206
|
+
t("div", xs, [
|
|
2205
2207
|
t("div", ei, [
|
|
2206
|
-
|
|
2208
|
+
t("h1", null, n(e.headline), 1)
|
|
2209
|
+
]),
|
|
2210
|
+
t("div", ti, [
|
|
2211
|
+
e.videoSrc !== "" ? (o(), C(G, {
|
|
2207
2212
|
key: 0,
|
|
2208
2213
|
play: "",
|
|
2209
2214
|
"local-video": !0,
|
|
@@ -2214,9 +2219,9 @@ const Zs = /* @__PURE__ */ v(Ws, [["render", Qs], ["__scopeId", "data-v-623adb82
|
|
|
2214
2219
|
autoplay: "",
|
|
2215
2220
|
loop: "",
|
|
2216
2221
|
muted: ""
|
|
2217
|
-
}, null, 8, ["src", "aria-label", "poster"])) : (o(),
|
|
2222
|
+
}, null, 8, ["src", "aria-label", "poster"])) : (o(), C(V(A), { key: 1 }, {
|
|
2218
2223
|
default: w(() => [
|
|
2219
|
-
|
|
2224
|
+
h(a.$slots, "product-hero-image", {}, void 0, !0)
|
|
2220
2225
|
]),
|
|
2221
2226
|
_: 3
|
|
2222
2227
|
}))
|
|
@@ -2224,17 +2229,17 @@ const Zs = /* @__PURE__ */ v(Ws, [["render", Qs], ["__scopeId", "data-v-623adb82
|
|
|
2224
2229
|
])
|
|
2225
2230
|
]));
|
|
2226
2231
|
}
|
|
2227
|
-
}),
|
|
2232
|
+
}), li = /* @__PURE__ */ v(ai, [["__scopeId", "data-v-e394473d"]]), si = {
|
|
2228
2233
|
install: (e) => {
|
|
2229
|
-
e.component("AtomButton", J), e.component("AtomCheckbox",
|
|
2234
|
+
e.component("AtomButton", J), e.component("AtomCheckbox", Ce), e.component("AtomChip", Fe), e.component("AtomDropdown", je), e.component("AtomImage", A), e.component("AtomLabel", Y), e.component("AtomLink", O), e.component("AtomRadioButton", lt), e.component("AtomSelect", dt), e.component("AtomSlider", bt), e.component("AtomTextarea", qt), e.component("AtomTextField", Et), e.component("AtomVideo", G), e.component("MoleculeAddress", xt), e.component("MoleculeBulletList", oa), e.component("MoleculeCard", da), e.component("MoleculeEventCard", fa), e.component("MoleculeModal", ue), e.component("MoleculeTextCard", ka), e.component("BlockFacts", Aa), e.component("BlockFeatures", Ra), e.component("BlockFormScript", Wa), e.component("BlockHeadline", dl), e.component("BlockHero", kl), e.component("BlockImage", xa), e.component("BlockImageGallery", sl), e.component("BlockLogoWall", Al), e.component("BlockMicroStories", Pl), e.component("BlockPolicy", Hl), e.component("BlockProductHero", li), e.component("BlockPromo", Jl), e.component("BlockQuote", uo), e.component("BlockRichText", vo), e.component("BlockRichTextColumns", wo), e.component("BlockTimeline", Do), e.component("BlockCardDisplay", Yl), e.component("BlockVimeo", Ro), e.component("Organism404", jo), e.component("OrganismFilter", Jo), e.component("OrganismFooter", fs), e.component("OrganismHeader", Ps), e.component("OrganismLanguageSwitcher", Us), e.component("OrganismPagination", Ws), e.component("OrganismSearch", Js);
|
|
2230
2235
|
}
|
|
2231
2236
|
};
|
|
2232
2237
|
export {
|
|
2233
2238
|
J as AtomButton,
|
|
2234
|
-
|
|
2239
|
+
Ce as AtomCheckbox,
|
|
2235
2240
|
Fe as AtomChip,
|
|
2236
2241
|
je as AtomDropdown,
|
|
2237
|
-
|
|
2242
|
+
A as AtomImage,
|
|
2238
2243
|
Y as AtomLabel,
|
|
2239
2244
|
O as AtomLink,
|
|
2240
2245
|
lt as AtomRadioButton,
|
|
@@ -2243,36 +2248,36 @@ export {
|
|
|
2243
2248
|
Et as AtomTextField,
|
|
2244
2249
|
qt as AtomTextarea,
|
|
2245
2250
|
G as AtomVideo,
|
|
2246
|
-
|
|
2251
|
+
Yl as BlockCardDisplay,
|
|
2247
2252
|
Aa as BlockFacts,
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2253
|
+
Ra as BlockFeatures,
|
|
2254
|
+
Wa as BlockFormScript,
|
|
2255
|
+
dl as BlockHeadline,
|
|
2256
|
+
kl as BlockHero,
|
|
2257
|
+
xa as BlockImage,
|
|
2258
|
+
sl as BlockImageGallery,
|
|
2259
|
+
Al as BlockLogoWall,
|
|
2260
|
+
Pl as BlockMicroStories,
|
|
2261
|
+
Hl as BlockPolicy,
|
|
2262
|
+
li as BlockProductHero,
|
|
2263
|
+
Jl as BlockPromo,
|
|
2264
|
+
uo as BlockQuote,
|
|
2265
|
+
vo as BlockRichText,
|
|
2266
|
+
wo as BlockRichTextColumns,
|
|
2267
|
+
Do as BlockTimeline,
|
|
2268
|
+
Ro as BlockVimeo,
|
|
2269
|
+
xt as MoleculeAddress,
|
|
2270
|
+
oa as MoleculeBulletList,
|
|
2271
|
+
da as MoleculeCard,
|
|
2272
|
+
fa as MoleculeEventCard,
|
|
2268
2273
|
ue as MoleculeModal,
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2274
|
+
ka as MoleculeTextCard,
|
|
2275
|
+
jo as Organism404,
|
|
2276
|
+
Jo as OrganismFilter,
|
|
2277
|
+
fs as OrganismFooter,
|
|
2278
|
+
Ps as OrganismHeader,
|
|
2279
|
+
Us as OrganismLanguageSwitcher,
|
|
2280
|
+
Ws as OrganismPagination,
|
|
2281
|
+
Js as OrganismSearch,
|
|
2282
|
+
si as default
|
|
2278
2283
|
};
|