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