@mirweb/mir-web-components 0.15.72 → 0.15.74
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,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as h, openBlock as a, createElementBlock as r, normalizeClass as c, toDisplayString as o, createElementVNode as t, renderSlot as
|
|
1
|
+
import { defineComponent as h, openBlock as a, createElementBlock as r, normalizeClass as c, toDisplayString as o, createElementVNode as t, renderSlot as _, pushScopeId as O, popScopeId as z, computed as F, createTextVNode as R, ref as w, withDirectives as G, Fragment as B, renderList as L, vShow as J, normalizeProps as A, guardReactiveProps as M, mergeProps as X, createVNode as p, Transition as fe, withCtx as $, withModifiers as re, createBlock as D, createCommentVNode as m, watchEffect as se, withKeys as ye, useSlots as be, normalizeStyle as Z, isRef as le, unref as q, onMounted as oe, watch as ie, onUnmounted as pe } from "vue";
|
|
2
2
|
const $e = ["aria-label"], ke = /* @__PURE__ */ h({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
@@ -35,7 +35,7 @@ const v = (e, i) => {
|
|
|
35
35
|
for (const [l, n] of i)
|
|
36
36
|
s[l] = n;
|
|
37
37
|
return s;
|
|
38
|
-
},
|
|
38
|
+
}, Y = /* @__PURE__ */ v(ke, [["__scopeId", "data-v-c2f14f04"]]), we = (e) => (O("data-v-c5f3542e"), e = e(), z(), e), xe = ["name", "value", "disabled", "required", "id"], Se = ["for"], qe = /* @__PURE__ */ we(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Be = /* @__PURE__ */ h({
|
|
39
39
|
__name: "checkbox",
|
|
40
40
|
props: {
|
|
41
41
|
name: String,
|
|
@@ -84,12 +84,12 @@ const v = (e, i) => {
|
|
|
84
84
|
class: c(["checkbox__label", e.required ? "required" : ""])
|
|
85
85
|
}, [
|
|
86
86
|
qe,
|
|
87
|
-
|
|
87
|
+
_(l.$slots, "default", {}, void 0, !0)
|
|
88
88
|
], 10, Se)
|
|
89
89
|
], 2));
|
|
90
90
|
}
|
|
91
91
|
});
|
|
92
|
-
const Ie = /* @__PURE__ */ v(Be, [["__scopeId", "data-v-c5f3542e"]]), Le = (e) => (
|
|
92
|
+
const Ie = /* @__PURE__ */ v(Be, [["__scopeId", "data-v-c5f3542e"]]), Le = (e) => (O("data-v-b61be596"), e = e(), z(), e), Te = ["aria-label"], Ce = /* @__PURE__ */ Le(() => /* @__PURE__ */ t("img", {
|
|
93
93
|
src: "https://a.storyblok.com/f/230581/9x9/e4fb715dc9/close.svg?cv=1695125714598",
|
|
94
94
|
alt: "close",
|
|
95
95
|
class: "close-icon"
|
|
@@ -103,16 +103,16 @@ const Ie = /* @__PURE__ */ v(Be, [["__scopeId", "data-v-c5f3542e"]]), Le = (e) =
|
|
|
103
103
|
},
|
|
104
104
|
emits: ["remove-chip"],
|
|
105
105
|
setup(e, { emit: i }) {
|
|
106
|
-
const s = e, l =
|
|
107
|
-
return (n,
|
|
106
|
+
const s = e, l = F(() => `Chip: ${s.text}`);
|
|
107
|
+
return (n, u) => (a(), r("div", {
|
|
108
108
|
class: "chip__wrapper",
|
|
109
|
-
onClick:
|
|
109
|
+
onClick: u[0] || (u[0] = (b) => n.$emit("remove-chip"))
|
|
110
110
|
}, [
|
|
111
111
|
t("span", {
|
|
112
112
|
class: "chip",
|
|
113
113
|
"aria-label": l.value
|
|
114
114
|
}, [
|
|
115
|
-
|
|
115
|
+
R(o(e.text) + " ", 1),
|
|
116
116
|
Ce
|
|
117
117
|
], 8, Te)
|
|
118
118
|
]));
|
|
@@ -168,41 +168,41 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
|
|
|
168
168
|
},
|
|
169
169
|
emits: ["update:modelValue"],
|
|
170
170
|
setup(e, { emit: i }) {
|
|
171
|
-
const s = e, l =
|
|
171
|
+
const s = e, l = w(null), n = w(null), u = w([]), b = w(0), C = w(""), S = w(!0), f = w(0), I = F(() => {
|
|
172
172
|
const d = s.options.find(
|
|
173
|
-
(
|
|
173
|
+
(g) => g.value === s.modelValue
|
|
174
174
|
);
|
|
175
175
|
return d && d.label;
|
|
176
|
-
}),
|
|
177
|
-
beforeMount(d,
|
|
178
|
-
d.clickOutsideEvent = function(
|
|
179
|
-
d ===
|
|
176
|
+
}), k = {
|
|
177
|
+
beforeMount(d, g) {
|
|
178
|
+
d.clickOutsideEvent = function(y) {
|
|
179
|
+
d === y.target || d.contains(y.target) || g.value(y);
|
|
180
180
|
}, document.body.addEventListener("click", d.clickOutsideEvent);
|
|
181
181
|
},
|
|
182
182
|
unmounted(d) {
|
|
183
183
|
document.body.removeEventListener("click", d.clickOutsideEvent);
|
|
184
184
|
}
|
|
185
185
|
};
|
|
186
|
-
function
|
|
186
|
+
function N(d) {
|
|
187
187
|
i("update:modelValue", d);
|
|
188
188
|
}
|
|
189
|
-
function
|
|
190
|
-
var
|
|
191
|
-
const
|
|
192
|
-
|
|
189
|
+
function Q(d) {
|
|
190
|
+
var y;
|
|
191
|
+
const g = d.target;
|
|
192
|
+
g.getAttribute("role") === "option" && (K(g), W(), (y = l.value) == null || y.focus());
|
|
193
193
|
}
|
|
194
|
-
function
|
|
195
|
-
var
|
|
196
|
-
const
|
|
197
|
-
switch (
|
|
194
|
+
function ee(d) {
|
|
195
|
+
var y;
|
|
196
|
+
const g = d.key;
|
|
197
|
+
switch (g) {
|
|
198
198
|
case "ArrowUp":
|
|
199
199
|
case "ArrowDown": {
|
|
200
200
|
d.preventDefault();
|
|
201
|
-
const
|
|
202
|
-
(
|
|
201
|
+
const x = s.options.findIndex(
|
|
202
|
+
(H) => H.value === s.modelValue
|
|
203
203
|
);
|
|
204
|
-
let
|
|
205
|
-
|
|
204
|
+
let P = x ? u.value[x] : u.value[0];
|
|
205
|
+
g === "ArrowUp" ? x - 1 >= 0 && (P = u.value[x - 1]) : x + 1 <= s.options.length && (P = u.value[x + 1]), P && K(P);
|
|
206
206
|
break;
|
|
207
207
|
}
|
|
208
208
|
case "Home":
|
|
@@ -215,11 +215,11 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
|
|
|
215
215
|
break;
|
|
216
216
|
case "Enter":
|
|
217
217
|
case "Escape":
|
|
218
|
-
d.preventDefault(),
|
|
218
|
+
d.preventDefault(), W(), (y = l.value) == null || y.focus();
|
|
219
219
|
break;
|
|
220
220
|
default: {
|
|
221
|
-
const
|
|
222
|
-
|
|
221
|
+
const x = _e(g);
|
|
222
|
+
x && K(x);
|
|
223
223
|
break;
|
|
224
224
|
}
|
|
225
225
|
}
|
|
@@ -229,7 +229,7 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
|
|
|
229
229
|
switch (d.key) {
|
|
230
230
|
case "ArrowUp":
|
|
231
231
|
case "ArrowDown":
|
|
232
|
-
d.preventDefault(),
|
|
232
|
+
d.preventDefault(), ae(), ee(d);
|
|
233
233
|
break;
|
|
234
234
|
}
|
|
235
235
|
}
|
|
@@ -237,64 +237,64 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
|
|
|
237
237
|
d && d.removeAttribute("aria-selected");
|
|
238
238
|
}
|
|
239
239
|
function ue() {
|
|
240
|
-
|
|
241
|
-
|
|
240
|
+
b && (clearTimeout(b.value), b.value = 0), b.value = setTimeout(() => {
|
|
241
|
+
C.value = "", b.value = 0;
|
|
242
242
|
}, 500);
|
|
243
243
|
}
|
|
244
244
|
function _e(d) {
|
|
245
|
-
let
|
|
246
|
-
(
|
|
247
|
-
(
|
|
248
|
-
)),
|
|
249
|
-
let
|
|
250
|
-
|
|
245
|
+
let g = "";
|
|
246
|
+
(C.value === "" || g !== d) && (f.value = s.options.findIndex(
|
|
247
|
+
(x) => x.value === s.modelValue
|
|
248
|
+
)), C.value = g === d ? d : C.value + d, g = d, ue();
|
|
249
|
+
let y = te(
|
|
250
|
+
f.value + 1,
|
|
251
251
|
s.options.length
|
|
252
252
|
);
|
|
253
|
-
return !
|
|
253
|
+
return !y && C.value.length === 1 && (y = te(0, f.value)), f.value = (f.value + 1) % s.options.length, y;
|
|
254
254
|
}
|
|
255
|
-
function
|
|
256
|
-
for (let
|
|
257
|
-
if (s.options[
|
|
258
|
-
return
|
|
255
|
+
function te(d, g) {
|
|
256
|
+
for (let y = d; y < g; y++)
|
|
257
|
+
if (s.options[y].label && s.options[y].label.toUpperCase().indexOf(C.value.toUpperCase()) === 0)
|
|
258
|
+
return u.value[y];
|
|
259
259
|
return null;
|
|
260
260
|
}
|
|
261
261
|
function he() {
|
|
262
|
-
|
|
262
|
+
K(u.value[0]);
|
|
263
263
|
}
|
|
264
|
-
function
|
|
265
|
-
var
|
|
266
|
-
const
|
|
264
|
+
function K(d) {
|
|
265
|
+
var y, x;
|
|
266
|
+
const g = d.getAttribute("data-value");
|
|
267
267
|
if (s.modelValue) {
|
|
268
|
-
const
|
|
268
|
+
const P = s.options.findIndex(
|
|
269
269
|
(ge) => ge.value === s.modelValue
|
|
270
|
-
),
|
|
271
|
-
ce(
|
|
270
|
+
), H = u.value[P];
|
|
271
|
+
ce(H);
|
|
272
272
|
}
|
|
273
|
-
if (d.setAttribute("aria-selected", "true"), (
|
|
273
|
+
if (d.setAttribute("aria-selected", "true"), (y = n.value) == null || y.setAttribute(
|
|
274
274
|
"aria-activedescendant",
|
|
275
|
-
|
|
276
|
-
),
|
|
277
|
-
const
|
|
278
|
-
|
|
275
|
+
g || ""
|
|
276
|
+
), N(g || ""), n.value && n.value.scrollHeight > n.value.clientHeight) {
|
|
277
|
+
const P = n.value.clientHeight + n.value.scrollTop, H = d.offsetTop + d.offsetHeight;
|
|
278
|
+
H > P ? n.value.scrollTop = H - ((x = n.value) == null ? void 0 : x.clientHeight) : d.offsetTop < n.value.scrollTop && (n.value.scrollTop = d.offsetTop);
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
281
|
function ve() {
|
|
282
|
-
var
|
|
283
|
-
const d = (
|
|
284
|
-
|
|
282
|
+
var g;
|
|
283
|
+
const d = (g = u.value) == null ? void 0 : g[s.options.length - 1];
|
|
284
|
+
K(d);
|
|
285
285
|
}
|
|
286
|
-
function
|
|
286
|
+
function W() {
|
|
287
287
|
var d;
|
|
288
|
-
|
|
288
|
+
S.value = !0, (d = l.value) == null || d.removeAttribute("aria-expanded");
|
|
289
289
|
}
|
|
290
|
-
function
|
|
291
|
-
var d,
|
|
292
|
-
|
|
290
|
+
function ae() {
|
|
291
|
+
var d, g;
|
|
292
|
+
S.value = !1, (d = l.value) == null || d.setAttribute("aria-expanded", "true"), (g = n.value) == null || g.focus();
|
|
293
293
|
}
|
|
294
294
|
function me() {
|
|
295
|
-
s.disabled || (
|
|
295
|
+
s.disabled || (S.value ? ae() : W());
|
|
296
296
|
}
|
|
297
|
-
return (d,
|
|
297
|
+
return (d, g) => (a(), r("div", {
|
|
298
298
|
class: "listbox__wrapper",
|
|
299
299
|
value: e.modelValue,
|
|
300
300
|
ref: "listbox"
|
|
@@ -307,7 +307,7 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
|
|
|
307
307
|
"is-required": e.required
|
|
308
308
|
}, "listbox__label"])
|
|
309
309
|
}, o(e.label), 11, Me),
|
|
310
|
-
|
|
310
|
+
G((a(), r("div", Oe, [
|
|
311
311
|
t("button", {
|
|
312
312
|
id: `${e.name}-button-label`,
|
|
313
313
|
"aria-labelledby": `${e.name}-label ${e.name}-button-label`,
|
|
@@ -322,33 +322,33 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
|
|
|
322
322
|
onKeydown: de,
|
|
323
323
|
ref_key: "listboxButton",
|
|
324
324
|
ref: l
|
|
325
|
-
}, o(e.modelValue ?
|
|
326
|
-
|
|
325
|
+
}, o(e.modelValue ? I.value : e.placeholder), 43, ze),
|
|
326
|
+
G(t("ul", {
|
|
327
327
|
"aria-labelledby": `${e.name}-label`,
|
|
328
328
|
"aria-activedescendant": e.modelValue,
|
|
329
329
|
tabindex: "0",
|
|
330
330
|
role: "listbox",
|
|
331
331
|
class: "listbox__list",
|
|
332
|
-
onKeydown:
|
|
333
|
-
onClick:
|
|
332
|
+
onKeydown: ee,
|
|
333
|
+
onClick: Q,
|
|
334
334
|
ref_key: "listboxNode",
|
|
335
335
|
ref: n
|
|
336
336
|
}, [
|
|
337
|
-
(a(!0), r(
|
|
338
|
-
key: `${e.name}-option-${
|
|
339
|
-
"aria-selected":
|
|
340
|
-
"data-value":
|
|
337
|
+
(a(!0), r(B, null, L(e.options, (y, x) => (a(), r("li", {
|
|
338
|
+
key: `${e.name}-option-${x}`,
|
|
339
|
+
"aria-selected": y.value === e.modelValue,
|
|
340
|
+
"data-value": y.value,
|
|
341
341
|
class: "listbox__option",
|
|
342
342
|
role: "option",
|
|
343
343
|
ref_for: !0,
|
|
344
344
|
ref_key: "listboxOptions",
|
|
345
|
-
ref:
|
|
346
|
-
}, o(
|
|
345
|
+
ref: u
|
|
346
|
+
}, o(y.label), 9, Fe))), 128))
|
|
347
347
|
], 40, Pe), [
|
|
348
|
-
[
|
|
348
|
+
[J, !S.value]
|
|
349
349
|
])
|
|
350
350
|
])), [
|
|
351
|
-
[
|
|
351
|
+
[k, W]
|
|
352
352
|
])
|
|
353
353
|
], 8, De));
|
|
354
354
|
}
|
|
@@ -392,11 +392,11 @@ const Ne = /* @__PURE__ */ v(Ee, [["__scopeId", "data-v-f69f328c"]]), He = { cla
|
|
|
392
392
|
},
|
|
393
393
|
setup(e) {
|
|
394
394
|
return (i, s) => (a(), r("div", He, [
|
|
395
|
-
|
|
395
|
+
_(i.$slots, "default", A(M(i.$attrs)))
|
|
396
396
|
]));
|
|
397
397
|
}
|
|
398
398
|
});
|
|
399
|
-
const
|
|
399
|
+
const T = /* @__PURE__ */ v(Re, [["__scopeId", "data-v-513b5384"]]), je = { class: "label__wrapper" }, Ke = ["aria-label", "label-dark"], Ue = /* @__PURE__ */ h({
|
|
400
400
|
__name: "label",
|
|
401
401
|
props: {
|
|
402
402
|
text: {
|
|
@@ -410,7 +410,7 @@ const L = /* @__PURE__ */ v(Re, [["__scopeId", "data-v-513b5384"]]), je = { clas
|
|
|
410
410
|
}
|
|
411
411
|
},
|
|
412
412
|
setup(e) {
|
|
413
|
-
const i = e, s =
|
|
413
|
+
const i = e, s = F(() => `Label: ${i.text}`);
|
|
414
414
|
return (l, n) => (a(), r("div", je, [
|
|
415
415
|
t("span", {
|
|
416
416
|
"aria-label": s.value,
|
|
@@ -420,7 +420,7 @@ const L = /* @__PURE__ */ v(Re, [["__scopeId", "data-v-513b5384"]]), je = { clas
|
|
|
420
420
|
]));
|
|
421
421
|
}
|
|
422
422
|
});
|
|
423
|
-
const
|
|
423
|
+
const U = /* @__PURE__ */ v(Ue, [["__scopeId", "data-v-d9cdf57c"]]), We = { class: "link__wrapper" }, V = /* @__PURE__ */ h({
|
|
424
424
|
__name: "link",
|
|
425
425
|
props: {
|
|
426
426
|
underline: {
|
|
@@ -455,12 +455,12 @@ const j = /* @__PURE__ */ v(Ue, [["__scopeId", "data-v-d9cdf57c"]]), We = { clas
|
|
|
455
455
|
}
|
|
456
456
|
},
|
|
457
457
|
setup(e) {
|
|
458
|
-
const i = e, s =
|
|
458
|
+
const i = e, s = F(() => {
|
|
459
459
|
const { ...l } = i;
|
|
460
460
|
return l;
|
|
461
461
|
});
|
|
462
462
|
return (l, n) => (a(), r("div", We, [
|
|
463
|
-
t("div",
|
|
463
|
+
t("div", X(s.value, {
|
|
464
464
|
class: ["mir-link", [
|
|
465
465
|
e.linkType === "primary" ? "mir-link--btn button button--primary" : e.linkType === "secondary" ? "mir-link--btn button button--secondary" : e.linkType === "secondary-dark" ? "mir-link--btn button button--secondary-dark" : e.linkType === "regular" ? "regular-link" : e.linkType === "regular-dark" ? "regular-link-dark" : e.linkType === "regular-light" ? "regular-link-light" : e.linkType === "regular-blue" ? "regular-link-blue" : "",
|
|
466
466
|
e.disabled ? "disabled" : "",
|
|
@@ -468,12 +468,12 @@ const j = /* @__PURE__ */ v(Ue, [["__scopeId", "data-v-d9cdf57c"]]), We = { clas
|
|
|
468
468
|
e.arrow ? "link-arrow" : ""
|
|
469
469
|
]]
|
|
470
470
|
}), [
|
|
471
|
-
|
|
471
|
+
_(l.$slots, "default")
|
|
472
472
|
], 16)
|
|
473
473
|
]));
|
|
474
474
|
}
|
|
475
475
|
});
|
|
476
|
-
const Ge = (e) => (
|
|
476
|
+
const Ge = (e) => (O("data-v-69095414"), e = e(), z(), e), Ye = ["name", "value", "checked", "disabled", "required", "id"], Qe = ["for"], Je = /* @__PURE__ */ Ge(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), Xe = /* @__PURE__ */ h({
|
|
477
477
|
__name: "radio-button",
|
|
478
478
|
props: {
|
|
479
479
|
name: String,
|
|
@@ -524,7 +524,7 @@ const Ge = (e) => (M("data-v-69095414"), e = e(), O(), e), Ye = ["name", "value"
|
|
|
524
524
|
class: c(["radio__label", e.required ? "required" : ""])
|
|
525
525
|
}, [
|
|
526
526
|
Je,
|
|
527
|
-
|
|
527
|
+
_(l.$slots, "default", {}, void 0, !0)
|
|
528
528
|
], 10, Qe)
|
|
529
529
|
], 2));
|
|
530
530
|
}
|
|
@@ -585,7 +585,7 @@ const Ze = /* @__PURE__ */ v(Xe, [["__scopeId", "data-v-69095414"]]), et = { cla
|
|
|
585
585
|
i.$emit("update:modelValue", l.target.value), l.target.blur();
|
|
586
586
|
})
|
|
587
587
|
}, [
|
|
588
|
-
(a(!0), r(
|
|
588
|
+
(a(!0), r(B, null, L(e.options, (l) => (a(), r("option", {
|
|
589
589
|
key: l.value,
|
|
590
590
|
value: l.value
|
|
591
591
|
}, o(l.text), 9, lt))), 128))
|
|
@@ -602,14 +602,14 @@ const rt = /* @__PURE__ */ v(it, [["__scopeId", "data-v-2d0a5b51"]]), st = { cla
|
|
|
602
602
|
emits: ["update:show"],
|
|
603
603
|
setup(e, { emit: i }) {
|
|
604
604
|
const s = e;
|
|
605
|
-
|
|
605
|
+
F({
|
|
606
606
|
get: () => s.show,
|
|
607
607
|
set: (n) => i("update:show", n)
|
|
608
608
|
});
|
|
609
609
|
const l = () => {
|
|
610
610
|
i("update:show", !s.show);
|
|
611
611
|
};
|
|
612
|
-
return (n,
|
|
612
|
+
return (n, u) => (a(), r("div", st, [
|
|
613
613
|
p(fe, {
|
|
614
614
|
duration: 300,
|
|
615
615
|
name: "nested"
|
|
@@ -624,19 +624,19 @@ const rt = /* @__PURE__ */ v(it, [["__scopeId", "data-v-2d0a5b51"]]), st = { cla
|
|
|
624
624
|
}, [
|
|
625
625
|
t("div", {
|
|
626
626
|
id: "modal",
|
|
627
|
-
onClick:
|
|
627
|
+
onClick: u[0] || (u[0] = re(() => {
|
|
628
628
|
}, ["stop"])),
|
|
629
629
|
class: c([n.searchBar ? "search" : ""])
|
|
630
630
|
}, [
|
|
631
631
|
t("div", null, [
|
|
632
|
-
n.searchBar ? m("", !0) : (a(),
|
|
632
|
+
n.searchBar ? m("", !0) : (a(), D(Y, {
|
|
633
633
|
key: 0,
|
|
634
634
|
ariaLabel: "close",
|
|
635
635
|
variant: "close",
|
|
636
636
|
onClick: l
|
|
637
637
|
}))
|
|
638
638
|
]),
|
|
639
|
-
|
|
639
|
+
_(n.$slots, "default", {}, void 0, !0)
|
|
640
640
|
], 2)
|
|
641
641
|
], 2)) : m("", !0)
|
|
642
642
|
]),
|
|
@@ -645,7 +645,7 @@ const rt = /* @__PURE__ */ v(it, [["__scopeId", "data-v-2d0a5b51"]]), st = { cla
|
|
|
645
645
|
]));
|
|
646
646
|
}
|
|
647
647
|
});
|
|
648
|
-
const
|
|
648
|
+
const ne = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-9d7aee2c"]]), nt = { class: "slider__wrapper" }, dt = { class: "slider__label" }, ct = ["for"], ut = ["aria-label"], _t = { class: "slider__content" }, ht = ["id", "name", "value", "min", "step", "max"], vt = /* @__PURE__ */ h({
|
|
649
649
|
__name: "slider",
|
|
650
650
|
props: {
|
|
651
651
|
label: {
|
|
@@ -698,18 +698,18 @@ const re = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-9d7aee2c"]]), nt = { cla
|
|
|
698
698
|
},
|
|
699
699
|
emits: ["update:modelValue"],
|
|
700
700
|
setup(e, { emit: i }) {
|
|
701
|
-
const s = e, l =
|
|
702
|
-
var
|
|
703
|
-
(
|
|
701
|
+
const s = e, l = w(s.modelValue), n = w(), u = w(!1), b = (S, f, I) => (S - f) / (I - f) * 100, C = (S) => {
|
|
702
|
+
var f;
|
|
703
|
+
(f = n.value) == null || f.style.setProperty("--ProgressPercent", `${S}%`);
|
|
704
704
|
};
|
|
705
|
-
return
|
|
705
|
+
return se(() => {
|
|
706
706
|
if (n.value) {
|
|
707
707
|
i("update:modelValue", l.value);
|
|
708
|
-
const
|
|
709
|
-
let
|
|
710
|
-
|
|
708
|
+
const S = b(l.value, s.min, s.max);
|
|
709
|
+
let f = (50 - S) / 100;
|
|
710
|
+
C(S + f);
|
|
711
711
|
}
|
|
712
|
-
}), (
|
|
712
|
+
}), (S, f) => (a(), r(B, null, [
|
|
713
713
|
t("div", nt, [
|
|
714
714
|
t("div", dt, [
|
|
715
715
|
t("label", {
|
|
@@ -720,8 +720,8 @@ const re = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-9d7aee2c"]]), nt = { cla
|
|
|
720
720
|
key: 0,
|
|
721
721
|
role: "button",
|
|
722
722
|
class: c([e.variant, "slider__information"]),
|
|
723
|
-
onClick:
|
|
724
|
-
onKeyup:
|
|
723
|
+
onClick: f[0] || (f[0] = (I) => u.value = !u.value),
|
|
724
|
+
onKeyup: f[1] || (f[1] = ye((I) => u.value = !u.value, ["enter"])),
|
|
725
725
|
"aria-label": e.informationLabel,
|
|
726
726
|
tabindex: "0",
|
|
727
727
|
"aria-haspopup": "dialog"
|
|
@@ -742,7 +742,7 @@ const re = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-9d7aee2c"]]), nt = { cla
|
|
|
742
742
|
class: c(e.variant),
|
|
743
743
|
ref_key: "slider",
|
|
744
744
|
ref: n,
|
|
745
|
-
onInput:
|
|
745
|
+
onInput: f[2] || (f[2] = ({ target: I }) => l.value = parseFloat(I.value))
|
|
746
746
|
}, null, 42, ht),
|
|
747
747
|
t("span", {
|
|
748
748
|
class: c([e.variant, "slider__minmax"])
|
|
@@ -752,13 +752,13 @@ const re = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-9d7aee2c"]]), nt = { cla
|
|
|
752
752
|
class: c([e.variant, "slider__value"])
|
|
753
753
|
}, o(e.modelValue), 3)
|
|
754
754
|
]),
|
|
755
|
-
e.information ? (a(),
|
|
755
|
+
e.information ? (a(), D(ne, {
|
|
756
756
|
key: 0,
|
|
757
|
-
show:
|
|
758
|
-
"onUpdate:show":
|
|
757
|
+
show: u.value,
|
|
758
|
+
"onUpdate:show": f[3] || (f[3] = (I) => u.value = I)
|
|
759
759
|
}, {
|
|
760
760
|
default: $(() => [
|
|
761
|
-
|
|
761
|
+
R(o(e.information), 1)
|
|
762
762
|
]),
|
|
763
763
|
_: 1
|
|
764
764
|
}, 8, ["show"])) : m("", !0)
|
|
@@ -923,12 +923,12 @@ const wt = /* @__PURE__ */ v(kt, [["__scopeId", "data-v-626f208b"]]), xt = { cla
|
|
|
923
923
|
},
|
|
924
924
|
emits: ["update:modelValue"],
|
|
925
925
|
setup(e) {
|
|
926
|
-
const i =
|
|
926
|
+
const i = w(!0), s = F(
|
|
927
927
|
() => i.value ? "showPassword" : "hidePassword"
|
|
928
|
-
), l =
|
|
928
|
+
), l = F(
|
|
929
929
|
() => i.value ? "password" : "text"
|
|
930
930
|
);
|
|
931
|
-
return (n,
|
|
931
|
+
return (n, u) => (a(), r("div", xt, [
|
|
932
932
|
t("label", {
|
|
933
933
|
for: e.id,
|
|
934
934
|
class: c([
|
|
@@ -945,13 +945,13 @@ const wt = /* @__PURE__ */ v(kt, [["__scopeId", "data-v-626f208b"]]), xt = { cla
|
|
|
945
945
|
placeholder: e.placeholder,
|
|
946
946
|
required: e.required,
|
|
947
947
|
disabled: e.disabled,
|
|
948
|
-
onInput:
|
|
948
|
+
onInput: u[0] || (u[0] = (b) => n.$emit("update:modelValue", b.target.value)),
|
|
949
949
|
name: e.fieldName
|
|
950
950
|
}, null, 40, Bt),
|
|
951
951
|
t("i", {
|
|
952
952
|
role: "button",
|
|
953
953
|
class: c([s.value]),
|
|
954
|
-
onClick:
|
|
954
|
+
onClick: u[1] || (u[1] = (b) => i.value = !i.value),
|
|
955
955
|
"aria-controls": "password",
|
|
956
956
|
"aria-expanded": !i.value
|
|
957
957
|
}, null, 10, It)
|
|
@@ -968,7 +968,7 @@ const wt = /* @__PURE__ */ v(kt, [["__scopeId", "data-v-626f208b"]]), xt = { cla
|
|
|
968
968
|
e.search ? "search" : ""
|
|
969
969
|
]),
|
|
970
970
|
disabled: e.disabled,
|
|
971
|
-
onInput:
|
|
971
|
+
onInput: u[2] || (u[2] = (b) => n.$emit("update:modelValue", b.target.value)),
|
|
972
972
|
name: e.fieldName
|
|
973
973
|
}, null, 42, Lt)),
|
|
974
974
|
e.search ? (a(), r("i", Tt)) : m("", !0),
|
|
@@ -1030,14 +1030,14 @@ const Dt = /* @__PURE__ */ v(At, [["__scopeId", "data-v-634229f5"]]), Mt = { cla
|
|
|
1030
1030
|
},
|
|
1031
1031
|
setup(e, { expose: i }) {
|
|
1032
1032
|
const s = e;
|
|
1033
|
-
let l =
|
|
1034
|
-
return
|
|
1033
|
+
let l = w(null);
|
|
1034
|
+
return se(() => {
|
|
1035
1035
|
s.play && l.value ? l.value.play() : !s.play && l.value && l.value.pause();
|
|
1036
1036
|
}), i({
|
|
1037
1037
|
resetVideo: () => {
|
|
1038
1038
|
l.value && (l.value.currentTime = 0, l.value.play());
|
|
1039
1039
|
}
|
|
1040
|
-
}), (
|
|
1040
|
+
}), (u, b) => (a(), r("div", Mt, [
|
|
1041
1041
|
e.localVideo ? (a(), r("video", {
|
|
1042
1042
|
key: 0,
|
|
1043
1043
|
ref_key: "videoRef",
|
|
@@ -1067,7 +1067,7 @@ const Dt = /* @__PURE__ */ v(At, [["__scopeId", "data-v-634229f5"]]), Mt = { cla
|
|
|
1067
1067
|
]));
|
|
1068
1068
|
}
|
|
1069
1069
|
});
|
|
1070
|
-
const
|
|
1070
|
+
const j = /* @__PURE__ */ v(Pt, [["__scopeId", "data-v-c449311a"]]), Ft = { class: "address__wrapper" }, Et = { class: "address__content" }, Nt = { class: "address__flag" }, Ht = { class: "address__address" }, Rt = { class: "address__name" }, jt = { key: 0 }, Kt = { class: "address__contact" }, Ut = ["href"], Wt = ["href"], Gt = /* @__PURE__ */ h({
|
|
1071
1071
|
__name: "address",
|
|
1072
1072
|
props: {
|
|
1073
1073
|
name: {
|
|
@@ -1101,7 +1101,7 @@ const H = /* @__PURE__ */ v(Pt, [["__scopeId", "data-v-c449311a"]]), Ft = { clas
|
|
|
1101
1101
|
return (i, s) => (a(), r("div", Ft, [
|
|
1102
1102
|
t("div", Et, [
|
|
1103
1103
|
t("div", Nt, [
|
|
1104
|
-
|
|
1104
|
+
_(i.$slots, "address-flag", {}, void 0, !0)
|
|
1105
1105
|
]),
|
|
1106
1106
|
t("div", Ht, [
|
|
1107
1107
|
t("p", Rt, o(e.name), 1),
|
|
@@ -1111,7 +1111,7 @@ const H = /* @__PURE__ */ v(Pt, [["__scopeId", "data-v-c449311a"]]), Ft = { clas
|
|
|
1111
1111
|
e.addressLine_3 ? (a(), r("p", jt, o(e.addressLine_3), 1)) : m("", !0)
|
|
1112
1112
|
]),
|
|
1113
1113
|
t("div", Kt, [
|
|
1114
|
-
(a(!0), r(
|
|
1114
|
+
(a(!0), r(B, null, L(e.phone_numbers, (l) => (a(), D(V, {
|
|
1115
1115
|
underline: "false",
|
|
1116
1116
|
linkType: "regular"
|
|
1117
1117
|
}, {
|
|
@@ -1132,7 +1132,7 @@ const H = /* @__PURE__ */ v(Pt, [["__scopeId", "data-v-c449311a"]]), Ft = { clas
|
|
|
1132
1132
|
]));
|
|
1133
1133
|
}
|
|
1134
1134
|
});
|
|
1135
|
-
const Yt = /* @__PURE__ */ v(Gt, [["__scopeId", "data-v-22ea3b79"]]), Qt = (e) => (
|
|
1135
|
+
const Yt = /* @__PURE__ */ v(Gt, [["__scopeId", "data-v-22ea3b79"]]), Qt = (e) => (O("data-v-a335dd30"), e = e(), z(), e), Jt = { class: "bullet-list__wrapper" }, Xt = /* @__PURE__ */ Qt(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), Zt = /* @__PURE__ */ h({
|
|
1136
1136
|
__name: "bullet-list",
|
|
1137
1137
|
props: {
|
|
1138
1138
|
list: {
|
|
@@ -1157,9 +1157,9 @@ const Yt = /* @__PURE__ */ v(Gt, [["__scopeId", "data-v-22ea3b79"]]), Qt = (e) =
|
|
|
1157
1157
|
class: c(["bullet-list", e.variant])
|
|
1158
1158
|
}, [
|
|
1159
1159
|
t("ul", null, [
|
|
1160
|
-
(a(!0), r(
|
|
1160
|
+
(a(!0), r(B, null, L(e.list, (l) => (a(), r("li", null, [
|
|
1161
1161
|
Xt,
|
|
1162
|
-
|
|
1162
|
+
R(" " + o(l), 1)
|
|
1163
1163
|
]))), 256))
|
|
1164
1164
|
])
|
|
1165
1165
|
], 2)
|
|
@@ -1225,8 +1225,8 @@ const ea = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-a335dd30"]]), ta = { cla
|
|
|
1225
1225
|
emits: ["clicked"],
|
|
1226
1226
|
setup(e, { emit: i }) {
|
|
1227
1227
|
const s = be();
|
|
1228
|
-
let l =
|
|
1229
|
-
return (n,
|
|
1228
|
+
let l = w(!1);
|
|
1229
|
+
return (n, u) => (a(), r("div", ta, [
|
|
1230
1230
|
t("div", {
|
|
1231
1231
|
class: c(["card", [
|
|
1232
1232
|
e.theme == "dark" ? "card--dark" : "card--light",
|
|
@@ -1235,13 +1235,13 @@ const ea = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-a335dd30"]]), ta = { cla
|
|
|
1235
1235
|
e.size == "large" && e.variant == "article" ? "card--large-article" : "",
|
|
1236
1236
|
e.variant == "product" ? "card--product" : "card--article"
|
|
1237
1237
|
]]),
|
|
1238
|
-
style:
|
|
1239
|
-
onMouseover:
|
|
1240
|
-
onMouseout:
|
|
1238
|
+
style: Z([e.variant == "product" ? "font-weight: 700" : "font-weight: 300"]),
|
|
1239
|
+
onMouseover: u[0] || (u[0] = (b) => le(l) ? l.value = !0 : l = !0),
|
|
1240
|
+
onMouseout: u[1] || (u[1] = (b) => le(l) ? l.value = !1 : l = !1)
|
|
1241
1241
|
}, [
|
|
1242
|
-
e.mediaType == "image" ? (a(),
|
|
1242
|
+
e.mediaType == "image" ? (a(), D(T, { key: 0 }, {
|
|
1243
1243
|
default: $(() => [
|
|
1244
|
-
|
|
1244
|
+
_(n.$slots, "card-image", X({
|
|
1245
1245
|
src: e.imgSrc,
|
|
1246
1246
|
height: e.size == "small" ? "186" : e.size == "medium" ? "243" : e.size == "large" ? "335" : "",
|
|
1247
1247
|
width: e.size == "small" ? "298" : e.size == "medium" ? "432" : e.size == "large" ? "596" : "",
|
|
@@ -1253,10 +1253,10 @@ const ea = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-a335dd30"]]), ta = { cla
|
|
|
1253
1253
|
_: 3
|
|
1254
1254
|
})) : (a(), r("div", {
|
|
1255
1255
|
key: 1,
|
|
1256
|
-
class: c(["video-card__wrapper",
|
|
1256
|
+
class: c(["video-card__wrapper", q(l) == !0 ? "vimeoPlaying" : ""])
|
|
1257
1257
|
}, [
|
|
1258
|
-
p(
|
|
1259
|
-
play:
|
|
1258
|
+
p(j, {
|
|
1259
|
+
play: q(l),
|
|
1260
1260
|
localVideo: !0,
|
|
1261
1261
|
src: e.videoSrc,
|
|
1262
1262
|
"aria-label": e.arialabel,
|
|
@@ -1269,8 +1269,8 @@ const ea = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-a335dd30"]]), ta = { cla
|
|
|
1269
1269
|
muted: !0
|
|
1270
1270
|
}, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
|
|
1271
1271
|
], 2)),
|
|
1272
|
-
|
|
1273
|
-
|
|
1272
|
+
q(s)["card-label"] ? (a(), r("div", aa, [
|
|
1273
|
+
_(n.$slots, "card-label")
|
|
1274
1274
|
])) : m("", !0),
|
|
1275
1275
|
e.variant === "product" ? (a(), r("h3", {
|
|
1276
1276
|
key: 3,
|
|
@@ -1284,7 +1284,7 @@ const ea = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-a335dd30"]]), ta = { cla
|
|
|
1284
1284
|
]));
|
|
1285
1285
|
}
|
|
1286
1286
|
});
|
|
1287
|
-
const ra = /* @__PURE__ */ v(ia, [["__scopeId", "data-v-ed5d7a87"]]), sa = (e) => (
|
|
1287
|
+
const ra = /* @__PURE__ */ v(ia, [["__scopeId", "data-v-ed5d7a87"]]), sa = (e) => (O("data-v-b0f9972c"), e = e(), z(), e), oa = { class: "event__wrapper" }, na = { class: "event__headline" }, da = { class: "event__date-location" }, ca = /* @__PURE__ */ sa(() => /* @__PURE__ */ t("br", null, null, -1)), ua = { class: "event__exhibitor" }, _a = /* @__PURE__ */ h({
|
|
1288
1288
|
__name: "event-card",
|
|
1289
1289
|
props: {
|
|
1290
1290
|
eventType: {
|
|
@@ -1310,15 +1310,15 @@ const ra = /* @__PURE__ */ v(ia, [["__scopeId", "data-v-ed5d7a87"]]), sa = (e) =
|
|
|
1310
1310
|
},
|
|
1311
1311
|
setup(e) {
|
|
1312
1312
|
return (i, s) => (a(), r("div", oa, [
|
|
1313
|
-
p(
|
|
1313
|
+
p(U, {
|
|
1314
1314
|
"label-dark": !1,
|
|
1315
1315
|
text: e.eventType ? e.eventType : ""
|
|
1316
1316
|
}, null, 8, ["text"]),
|
|
1317
1317
|
t("div", na, o(e.headline), 1),
|
|
1318
1318
|
t("div", da, [
|
|
1319
|
-
|
|
1319
|
+
R(o(e.dateTime), 1),
|
|
1320
1320
|
ca,
|
|
1321
|
-
|
|
1321
|
+
R(o(e.location), 1)
|
|
1322
1322
|
]),
|
|
1323
1323
|
t("div", ua, "Exhibitor: " + o(e.exhibitor), 1)
|
|
1324
1324
|
]));
|
|
@@ -1342,7 +1342,7 @@ const ha = /* @__PURE__ */ v(_a, [["__scopeId", "data-v-b0f9972c"]]), va = { cla
|
|
|
1342
1342
|
},
|
|
1343
1343
|
setup(e) {
|
|
1344
1344
|
return (i, s) => (a(), r("div", va, [
|
|
1345
|
-
p(
|
|
1345
|
+
p(U, {
|
|
1346
1346
|
"label-dark": !1,
|
|
1347
1347
|
text: e.label ? e.label : ""
|
|
1348
1348
|
}, null, 8, ["text"]),
|
|
@@ -1378,7 +1378,7 @@ const ya = /* @__PURE__ */ v(fa, [["__scopeId", "data-v-b07d352b"]]), ba = { cla
|
|
|
1378
1378
|
t("div", pa, [
|
|
1379
1379
|
t("h2", $a, o(e.headline), 1),
|
|
1380
1380
|
t("div", ka, [
|
|
1381
|
-
(a(!0), r(
|
|
1381
|
+
(a(!0), r(B, null, L(e.facts, (l) => (a(), r("div", wa, [
|
|
1382
1382
|
t("div", xa, [
|
|
1383
1383
|
t("span", null, o(l.value), 1)
|
|
1384
1384
|
]),
|
|
@@ -1388,12 +1388,12 @@ const ya = /* @__PURE__ */ v(fa, [["__scopeId", "data-v-b07d352b"]]), ba = { cla
|
|
|
1388
1388
|
]))), 256))
|
|
1389
1389
|
]),
|
|
1390
1390
|
e.link ? (a(), r("div", qa, [
|
|
1391
|
-
p(
|
|
1391
|
+
p(V, {
|
|
1392
1392
|
linkType: "regular-light",
|
|
1393
1393
|
arrow: ""
|
|
1394
1394
|
}, {
|
|
1395
1395
|
default: $(() => [
|
|
1396
|
-
|
|
1396
|
+
_(i.$slots, "facts-link", {}, void 0, !0)
|
|
1397
1397
|
]),
|
|
1398
1398
|
_: 3
|
|
1399
1399
|
})
|
|
@@ -1437,10 +1437,10 @@ const Ia = /* @__PURE__ */ v(Ba, [["__scopeId", "data-v-f0b38c5d"]]), La = { cla
|
|
|
1437
1437
|
t("div", {
|
|
1438
1438
|
class: c(["features__elements", [e.elements.length == 6 ? "features__elements--grid-6" : ""]])
|
|
1439
1439
|
}, [
|
|
1440
|
-
(a(!0), r(
|
|
1441
|
-
p(
|
|
1440
|
+
(a(!0), r(B, null, L(e.elements, (l) => (a(), r("div", Aa, [
|
|
1441
|
+
p(T, { class: "element__icon" }, {
|
|
1442
1442
|
default: $(() => [
|
|
1443
|
-
|
|
1443
|
+
_(i.$slots, "features-icon", A(M({
|
|
1444
1444
|
src: l.icon.src,
|
|
1445
1445
|
height: 30,
|
|
1446
1446
|
width: 30,
|
|
@@ -1477,9 +1477,9 @@ const za = /* @__PURE__ */ v(Oa, [["__scopeId", "data-v-95c61c54"]]), Pa = { cla
|
|
|
1477
1477
|
return (i, s) => (a(), r("div", Pa, [
|
|
1478
1478
|
t("div", Fa, [
|
|
1479
1479
|
t("div", Ea, [
|
|
1480
|
-
p(
|
|
1480
|
+
p(T, null, {
|
|
1481
1481
|
default: $(() => [
|
|
1482
|
-
|
|
1482
|
+
_(i.$slots, "image", A(M({ width: 984, height: 554, src: e.src, alt: e.alt })))
|
|
1483
1483
|
]),
|
|
1484
1484
|
_: 3
|
|
1485
1485
|
})
|
|
@@ -1551,9 +1551,9 @@ const Ra = /* @__PURE__ */ v(Ha, [["__scopeId", "data-v-fc71b085"]]), ja = { cla
|
|
|
1551
1551
|
}, [
|
|
1552
1552
|
t("div", ja, [
|
|
1553
1553
|
e.mediaLarge && e.mediaType === "image" ? (a(), r("div", Ka, [
|
|
1554
|
-
p(
|
|
1554
|
+
p(T, null, {
|
|
1555
1555
|
default: $(() => [
|
|
1556
|
-
|
|
1556
|
+
_(i.$slots, "image-large", A(M({
|
|
1557
1557
|
width: 617,
|
|
1558
1558
|
height: 530,
|
|
1559
1559
|
src: e.mediaLarge.src,
|
|
@@ -1564,7 +1564,7 @@ const Ra = /* @__PURE__ */ v(Ha, [["__scopeId", "data-v-fc71b085"]]), ja = { cla
|
|
|
1564
1564
|
})
|
|
1565
1565
|
])) : m("", !0),
|
|
1566
1566
|
e.mediaLarge && e.mediaType === "video" ? (a(), r("div", Ua, [
|
|
1567
|
-
p(
|
|
1567
|
+
p(j, {
|
|
1568
1568
|
src: e.mediaLarge.src,
|
|
1569
1569
|
localVideo: "",
|
|
1570
1570
|
ariaLabel: e.mediaLarge.alt,
|
|
@@ -1579,16 +1579,16 @@ const Ra = /* @__PURE__ */ v(Ha, [["__scopeId", "data-v-fc71b085"]]), ja = { cla
|
|
|
1579
1579
|
])) : m("", !0)
|
|
1580
1580
|
]),
|
|
1581
1581
|
t("div", {
|
|
1582
|
-
style:
|
|
1582
|
+
style: Z([e.mediaSmall.length == 2 ? "grid-gap: 38px;" : ""]),
|
|
1583
1583
|
class: c([
|
|
1584
1584
|
"gallery__small",
|
|
1585
1585
|
e.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
|
|
1586
1586
|
])
|
|
1587
1587
|
}, [
|
|
1588
|
-
(a(!0), r(
|
|
1589
|
-
p(
|
|
1588
|
+
(a(!0), r(B, null, L(e.mediaSmall, (l) => (a(), r("div", Wa, [
|
|
1589
|
+
p(T, null, {
|
|
1590
1590
|
default: $(() => [
|
|
1591
|
-
|
|
1591
|
+
_(i.$slots, "image-small", A(M({
|
|
1592
1592
|
width: 328,
|
|
1593
1593
|
height: 246,
|
|
1594
1594
|
src: l.src,
|
|
@@ -1637,7 +1637,7 @@ const Qa = /* @__PURE__ */ v(Ya, [["__scopeId", "data-v-131a090a"]]), Ja = { cla
|
|
|
1637
1637
|
]));
|
|
1638
1638
|
}
|
|
1639
1639
|
});
|
|
1640
|
-
const el = /* @__PURE__ */ v(Za, [["__scopeId", "data-v-080238bd"]]), tl = (e) => (
|
|
1640
|
+
const el = /* @__PURE__ */ v(Za, [["__scopeId", "data-v-080238bd"]]), tl = (e) => (O("data-v-c74d9be1"), e = e(), z(), e), al = { class: "hero__wrapper" }, ll = { class: "hero__content" }, il = { class: "hero__top" }, rl = { class: "hero__elements" }, sl = { class: "hero__headline" }, ol = { class: "hero__link" }, nl = { class: "hero__video" }, dl = /* @__PURE__ */ tl(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), cl = /* @__PURE__ */ h({
|
|
1641
1641
|
__name: "hero",
|
|
1642
1642
|
props: {
|
|
1643
1643
|
headline: {
|
|
@@ -1658,12 +1658,12 @@ const el = /* @__PURE__ */ v(Za, [["__scopeId", "data-v-080238bd"]]), tl = (e) =
|
|
|
1658
1658
|
t("h2", null, o(e.headline), 1)
|
|
1659
1659
|
]),
|
|
1660
1660
|
t("div", ol, [
|
|
1661
|
-
p(
|
|
1661
|
+
p(V, {
|
|
1662
1662
|
linkType: "regular-light",
|
|
1663
1663
|
arrow: ""
|
|
1664
1664
|
}, {
|
|
1665
1665
|
default: $(() => [
|
|
1666
|
-
|
|
1666
|
+
_(i.$slots, "hero-link", {}, void 0, !0)
|
|
1667
1667
|
]),
|
|
1668
1668
|
_: 3
|
|
1669
1669
|
})
|
|
@@ -1672,7 +1672,7 @@ const el = /* @__PURE__ */ v(Za, [["__scopeId", "data-v-080238bd"]]), tl = (e) =
|
|
|
1672
1672
|
]),
|
|
1673
1673
|
t("div", nl, [
|
|
1674
1674
|
dl,
|
|
1675
|
-
p(
|
|
1675
|
+
p(j, {
|
|
1676
1676
|
src: e.video.src,
|
|
1677
1677
|
localVideo: "",
|
|
1678
1678
|
ariaLabel: e.video.alt,
|
|
@@ -1714,10 +1714,10 @@ const ul = /* @__PURE__ */ v(cl, [["__scopeId", "data-v-c74d9be1"]]), _l = { cla
|
|
|
1714
1714
|
e.body ? (a(), r("p", gl, o(e.body), 1)) : m("", !0)
|
|
1715
1715
|
])) : m("", !0),
|
|
1716
1716
|
t("div", fl, [
|
|
1717
|
-
(a(!0), r(
|
|
1718
|
-
p(
|
|
1717
|
+
(a(!0), r(B, null, L(e.logos, (l) => (a(), r("div", yl, [
|
|
1718
|
+
p(T, null, {
|
|
1719
1719
|
default: $(() => [
|
|
1720
|
-
|
|
1720
|
+
_(i.$slots, "logo-wall-logo", A(M({
|
|
1721
1721
|
width: 130,
|
|
1722
1722
|
height: 130,
|
|
1723
1723
|
src: l.src,
|
|
@@ -1729,12 +1729,12 @@ const ul = /* @__PURE__ */ v(cl, [["__scopeId", "data-v-c74d9be1"]]), _l = { cla
|
|
|
1729
1729
|
]))), 256))
|
|
1730
1730
|
]),
|
|
1731
1731
|
t("div", bl, [
|
|
1732
|
-
p(
|
|
1732
|
+
p(V, {
|
|
1733
1733
|
linkType: "regular-light",
|
|
1734
1734
|
arrow: !0
|
|
1735
1735
|
}, {
|
|
1736
1736
|
default: $(() => [
|
|
1737
|
-
|
|
1737
|
+
_(i.$slots, "logo-wall-link", {}, void 0, !0)
|
|
1738
1738
|
]),
|
|
1739
1739
|
_: 3
|
|
1740
1740
|
})
|
|
@@ -1775,9 +1775,9 @@ const $l = /* @__PURE__ */ v(pl, [["__scopeId", "data-v-aa7e6c2c"]]), kl = { cla
|
|
|
1775
1775
|
])
|
|
1776
1776
|
}, [
|
|
1777
1777
|
t("div", kl, [
|
|
1778
|
-
|
|
1778
|
+
_(i.$slots, "micro-stories-slides")
|
|
1779
1779
|
]),
|
|
1780
|
-
|
|
1780
|
+
_(i.$slots, "micro-stories-controls")
|
|
1781
1781
|
], 2));
|
|
1782
1782
|
}
|
|
1783
1783
|
});
|
|
@@ -1785,7 +1785,7 @@ const xl = {}, Sl = { class: "policy__wrapper" }, ql = { class: "policy__content
|
|
|
1785
1785
|
function Bl(e, i) {
|
|
1786
1786
|
return a(), r("div", Sl, [
|
|
1787
1787
|
t("div", ql, [
|
|
1788
|
-
|
|
1788
|
+
_(e.$slots, "default", {}, void 0, !0)
|
|
1789
1789
|
])
|
|
1790
1790
|
]);
|
|
1791
1791
|
}
|
|
@@ -1820,7 +1820,7 @@ const Il = /* @__PURE__ */ v(xl, [["render", Bl], ["__scopeId", "data-v-4ef880d9
|
|
|
1820
1820
|
t("h1", null, o(e.headline), 1)
|
|
1821
1821
|
]),
|
|
1822
1822
|
t("div", Vl, [
|
|
1823
|
-
p(
|
|
1823
|
+
p(j, {
|
|
1824
1824
|
play: !0,
|
|
1825
1825
|
localVideo: !0,
|
|
1826
1826
|
src: e.videoSrc,
|
|
@@ -1899,9 +1899,9 @@ const Dl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-36aac1b0"]]), Ml = { cla
|
|
|
1899
1899
|
e.reverse ? "promo__image--reverse" : "promo__image--default"
|
|
1900
1900
|
])
|
|
1901
1901
|
}, [
|
|
1902
|
-
p(
|
|
1902
|
+
p(T, null, {
|
|
1903
1903
|
default: $(() => [
|
|
1904
|
-
|
|
1904
|
+
_(i.$slots, "promo-image", A(M({ src: e.src, width: 1920, alt: e.alt, height: 1080 })))
|
|
1905
1905
|
]),
|
|
1906
1906
|
_: 3
|
|
1907
1907
|
})
|
|
@@ -1913,7 +1913,7 @@ const Dl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-36aac1b0"]]), Ml = { cla
|
|
|
1913
1913
|
e.reverse ? "promo__video--reverse" : "promo__video--default"
|
|
1914
1914
|
])
|
|
1915
1915
|
}, [
|
|
1916
|
-
p(
|
|
1916
|
+
p(j, {
|
|
1917
1917
|
src: e.src,
|
|
1918
1918
|
localVideo: "",
|
|
1919
1919
|
ariaLabel: e.alt,
|
|
@@ -1931,7 +1931,7 @@ const Dl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-36aac1b0"]]), Ml = { cla
|
|
|
1931
1931
|
e.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
1932
1932
|
])
|
|
1933
1933
|
}, [
|
|
1934
|
-
e.label ? (a(),
|
|
1934
|
+
e.label ? (a(), D(U, {
|
|
1935
1935
|
key: 0,
|
|
1936
1936
|
text: e.label,
|
|
1937
1937
|
labelDark: e.variant === "dark"
|
|
@@ -1942,22 +1942,22 @@ const Dl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-36aac1b0"]]), Ml = { cla
|
|
|
1942
1942
|
e.variant === "dark" ? "promo__title--dark" : ""
|
|
1943
1943
|
])
|
|
1944
1944
|
}, o(e.headline), 3),
|
|
1945
|
-
e.linkType === "link" ? (a(),
|
|
1945
|
+
e.linkType === "link" ? (a(), D(V, {
|
|
1946
1946
|
key: 1,
|
|
1947
1947
|
linkType: e.variant === "dark" ? "regular-dark" : (e.variant === "light", "regular-light"),
|
|
1948
1948
|
arrow: ""
|
|
1949
1949
|
}, {
|
|
1950
1950
|
default: $(() => [
|
|
1951
|
-
|
|
1951
|
+
_(i.$slots, "promo-link")
|
|
1952
1952
|
]),
|
|
1953
1953
|
_: 3
|
|
1954
1954
|
}, 8, ["linkType"])) : m("", !0),
|
|
1955
|
-
e.linkType === "button" ? (a(),
|
|
1955
|
+
e.linkType === "button" ? (a(), D(V, {
|
|
1956
1956
|
key: 2,
|
|
1957
1957
|
linkType: e.variant === "dark" ? "secondary-dark" : (e.variant === "light", "secondary")
|
|
1958
1958
|
}, {
|
|
1959
1959
|
default: $(() => [
|
|
1960
|
-
|
|
1960
|
+
_(i.$slots, "promo-link")
|
|
1961
1961
|
]),
|
|
1962
1962
|
_: 3
|
|
1963
1963
|
}, 8, ["linkType"])) : m("", !0)
|
|
@@ -1966,7 +1966,7 @@ const Dl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-36aac1b0"]]), Ml = { cla
|
|
|
1966
1966
|
], 2));
|
|
1967
1967
|
}
|
|
1968
1968
|
});
|
|
1969
|
-
const zl = /* @__PURE__ */ v(Ol, [["__scopeId", "data-v-7520f553"]]), Pl = (e) => (
|
|
1969
|
+
const zl = /* @__PURE__ */ v(Ol, [["__scopeId", "data-v-7520f553"]]), Pl = (e) => (O("data-v-18440f83"), e = e(), z(), e), Fl = { class: "quote__wrapper" }, El = { class: "quote__content" }, Nl = /* @__PURE__ */ Pl(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), Hl = { class: "quote__quote" }, Rl = { class: "quote__quote-text" }, jl = { class: "quote__author" }, Kl = {
|
|
1970
1970
|
key: 0,
|
|
1971
1971
|
class: "quote__image"
|
|
1972
1972
|
}, Ul = { class: "quote__text" }, Wl = { class: "quote__author-name" }, Gl = { class: "quote__author-title" }, Yl = /* @__PURE__ */ h({
|
|
@@ -1997,9 +1997,9 @@ const zl = /* @__PURE__ */ v(Ol, [["__scopeId", "data-v-7520f553"]]), Pl = (e) =
|
|
|
1997
1997
|
t("p", Rl, o(e.quote), 1),
|
|
1998
1998
|
t("div", jl, [
|
|
1999
1999
|
e.authorImage ? (a(), r("div", Kl, [
|
|
2000
|
-
p(
|
|
2000
|
+
p(T, null, {
|
|
2001
2001
|
default: $(() => [
|
|
2002
|
-
|
|
2002
|
+
_(i.$slots, "author-image", A(M({
|
|
2003
2003
|
src: e.authorImage + "/m/100x100",
|
|
2004
2004
|
width: 60,
|
|
2005
2005
|
height: 60
|
|
@@ -2066,7 +2066,7 @@ const Ql = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-18440f83"]]), Jl = { cla
|
|
|
2066
2066
|
])
|
|
2067
2067
|
}, [
|
|
2068
2068
|
t("div", Jl, [
|
|
2069
|
-
e.label ? (a(),
|
|
2069
|
+
e.label ? (a(), D(U, {
|
|
2070
2070
|
key: 0,
|
|
2071
2071
|
text: e.label,
|
|
2072
2072
|
labelDark: !1
|
|
@@ -2090,13 +2090,13 @@ const Ql = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-18440f83"]]), Jl = { cla
|
|
|
2090
2090
|
e.bulletList || e.image ? "rich-text__body--content-right" : ""
|
|
2091
2091
|
])
|
|
2092
2092
|
}, [
|
|
2093
|
-
|
|
2093
|
+
_(i.$slots, "rich-text-content"),
|
|
2094
2094
|
e.links ? (a(), r("div", Xl, [
|
|
2095
|
-
|
|
2095
|
+
_(i.$slots, "rich-text-links")
|
|
2096
2096
|
])) : m("", !0)
|
|
2097
2097
|
], 2),
|
|
2098
2098
|
e.bulletList ? (a(), r("div", Zl, [
|
|
2099
|
-
|
|
2099
|
+
_(i.$slots, "rich-text-bullet-list")
|
|
2100
2100
|
])) : m("", !0),
|
|
2101
2101
|
e.image ? (a(), r("div", {
|
|
2102
2102
|
key: 1,
|
|
@@ -2105,9 +2105,9 @@ const Ql = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-18440f83"]]), Jl = { cla
|
|
|
2105
2105
|
e.imageClip ? "rich-text__image--clip" : ""
|
|
2106
2106
|
])
|
|
2107
2107
|
}, [
|
|
2108
|
-
p(
|
|
2108
|
+
p(T, null, {
|
|
2109
2109
|
default: $(() => [
|
|
2110
|
-
|
|
2110
|
+
_(i.$slots, "rich-text-image", A(M({ width: 865, height: 307 })))
|
|
2111
2111
|
]),
|
|
2112
2112
|
_: 3
|
|
2113
2113
|
})
|
|
@@ -2117,7 +2117,7 @@ const Ql = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-18440f83"]]), Jl = { cla
|
|
|
2117
2117
|
], 2));
|
|
2118
2118
|
}
|
|
2119
2119
|
});
|
|
2120
|
-
const ti = /* @__PURE__ */ v(ei, [["__scopeId", "data-v-7bf963a0"]]), ai = (e) => (
|
|
2120
|
+
const ti = /* @__PURE__ */ v(ei, [["__scopeId", "data-v-7bf963a0"]]), ai = (e) => (O("data-v-df182fbb"), e = e(), z(), e), li = { class: "timeline__wrapper" }, ii = { class: "timeline__content" }, ri = { class: "timeline__items" }, si = { class: "timeline__item faded" }, oi = { class: "item__left" }, ni = /* @__PURE__ */ ai(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
|
|
2121
2121
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
2122
2122
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
2123
2123
|
], -1)), di = { class: "item__right" }, ci = ["innerHTML"], ui = /* @__PURE__ */ h({
|
|
@@ -2129,7 +2129,7 @@ const ti = /* @__PURE__ */ v(ei, [["__scopeId", "data-v-7bf963a0"]]), ai = (e) =
|
|
|
2129
2129
|
}
|
|
2130
2130
|
},
|
|
2131
2131
|
setup(e) {
|
|
2132
|
-
return
|
|
2132
|
+
return oe(() => {
|
|
2133
2133
|
const i = document.querySelectorAll(".timeline__item"), s = new IntersectionObserver(
|
|
2134
2134
|
(l) => {
|
|
2135
2135
|
l.forEach((n) => {
|
|
@@ -2146,18 +2146,18 @@ const ti = /* @__PURE__ */ v(ei, [["__scopeId", "data-v-7bf963a0"]]), ai = (e) =
|
|
|
2146
2146
|
}), (i, s) => (a(), r("div", li, [
|
|
2147
2147
|
t("div", ii, [
|
|
2148
2148
|
t("div", ri, [
|
|
2149
|
-
(a(!0), r(
|
|
2149
|
+
(a(!0), r(B, null, L(e.timelineItems, (l) => (a(), r("div", si, [
|
|
2150
2150
|
t("div", oi, o(l.year), 1),
|
|
2151
2151
|
ni,
|
|
2152
2152
|
t("div", di, [
|
|
2153
|
-
p(
|
|
2153
|
+
p(T, null, {
|
|
2154
2154
|
default: $(() => [
|
|
2155
|
-
l.media.type === "image" ?
|
|
2155
|
+
l.media.type === "image" ? _(i.$slots, "timeline-image", A(X({ key: 0 }, { src: l.media.src, alt: l.media.alt })), void 0, !0) : m("", !0)
|
|
2156
2156
|
]),
|
|
2157
2157
|
_: 2
|
|
2158
2158
|
}, 1024),
|
|
2159
2159
|
t("div", {
|
|
2160
|
-
style:
|
|
2160
|
+
style: Z([l.media.type === "none" ? "margin-top: 0px" : ""]),
|
|
2161
2161
|
class: "rich-text",
|
|
2162
2162
|
innerHTML: l.text
|
|
2163
2163
|
}, null, 12, ci)
|
|
@@ -2200,7 +2200,7 @@ const _i = /* @__PURE__ */ v(ui, [["__scopeId", "data-v-df182fbb"]]), hi = { cla
|
|
|
2200
2200
|
e.paragraph ? (a(), r("p", gi, o(e.paragraph), 1)) : m("", !0)
|
|
2201
2201
|
])) : m("", !0),
|
|
2202
2202
|
t("div", fi, [
|
|
2203
|
-
|
|
2203
|
+
_(i.$slots, "triple-card-display-cards", {}, void 0, !0)
|
|
2204
2204
|
])
|
|
2205
2205
|
])
|
|
2206
2206
|
], 2));
|
|
@@ -2226,7 +2226,7 @@ const bi = /* @__PURE__ */ v(yi, [["__scopeId", "data-v-7920ee89"]]), pi = { cla
|
|
|
2226
2226
|
return (i, s) => (a(), r("div", pi, [
|
|
2227
2227
|
t("div", $i, [
|
|
2228
2228
|
e.headline ? (a(), r("h2", ki, o(e.headline), 1)) : m("", !0),
|
|
2229
|
-
|
|
2229
|
+
_(i.$slots, "vimeo-content", {}, void 0, !0),
|
|
2230
2230
|
e.description ? (a(), r("p", wi, o(e.description), 1)) : m("", !0)
|
|
2231
2231
|
])
|
|
2232
2232
|
]));
|
|
@@ -2245,7 +2245,7 @@ const Si = /* @__PURE__ */ v(xi, [["__scopeId", "data-v-e2b8ae73"]]), qi = { cla
|
|
|
2245
2245
|
t("div", Bi, [
|
|
2246
2246
|
t("h1", Ii, o(e.headline), 1),
|
|
2247
2247
|
t("div", Li, [
|
|
2248
|
-
|
|
2248
|
+
_(i.$slots, "not-found-body", {}, void 0, !0)
|
|
2249
2249
|
])
|
|
2250
2250
|
])
|
|
2251
2251
|
]));
|
|
@@ -2264,10 +2264,10 @@ const Ci = /* @__PURE__ */ v(Ti, [["__scopeId", "data-v-a4285ce0"]]), Vi = { cla
|
|
|
2264
2264
|
return (i, s) => (a(), r("div", Vi, [
|
|
2265
2265
|
t("div", Ai, [
|
|
2266
2266
|
t("div", Di, [
|
|
2267
|
-
|
|
2267
|
+
_(i.$slots, "filter-dropdowns")
|
|
2268
2268
|
]),
|
|
2269
2269
|
t("div", Mi, [
|
|
2270
|
-
|
|
2270
|
+
_(i.$slots, "filter-chips"),
|
|
2271
2271
|
e.hasChips ? (a(), r("button", {
|
|
2272
2272
|
key: 0,
|
|
2273
2273
|
class: "filter__clear",
|
|
@@ -2278,9 +2278,9 @@ const Ci = /* @__PURE__ */ v(Ti, [["__scopeId", "data-v-a4285ce0"]]), Vi = { cla
|
|
|
2278
2278
|
]));
|
|
2279
2279
|
}
|
|
2280
2280
|
});
|
|
2281
|
-
const zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-73ba9888"]]),
|
|
2281
|
+
const zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-73ba9888"]]), E = (e) => (O("data-v-d2cab33d"), e = e(), z(), e), Pi = { class: "footer__wrapper" }, Fi = { class: "footer__content" }, Ei = { class: "footer__sections" }, Ni = { class: "section" }, Hi = { class: "section__title" }, Ri = { class: "section__list" }, ji = { class: "section" }, Ki = /* @__PURE__ */ E(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), Ui = /* @__PURE__ */ E(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), Wi = /* @__PURE__ */ E(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), Gi = /* @__PURE__ */ E(() => /* @__PURE__ */ t("br", null, null, -1)), Yi = /* @__PURE__ */ E(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), Qi = /* @__PURE__ */ E(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), Ji = { class: "footer__bottom" }, Xi = { class: "copyright" }, Zi = { class: "footer__policy" }, er = /* @__PURE__ */ E(() => /* @__PURE__ */ t("span", null, [
|
|
2282
2282
|
/* @__PURE__ */ t("i", { class: "change-region" }),
|
|
2283
|
-
/* @__PURE__ */
|
|
2283
|
+
/* @__PURE__ */ R("Change region")
|
|
2284
2284
|
], -1)), tr = [
|
|
2285
2285
|
er
|
|
2286
2286
|
], ar = { class: "footer__social" }, lr = ["href", "aria-label"], ir = /* @__PURE__ */ h({
|
|
@@ -2316,11 +2316,11 @@ const zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-73ba9888"]]), F = (e) =>
|
|
|
2316
2316
|
return (i, s) => (a(), r("div", Pi, [
|
|
2317
2317
|
t("footer", Fi, [
|
|
2318
2318
|
t("div", Ei, [
|
|
2319
|
-
(a(!0), r(
|
|
2319
|
+
(a(!0), r(B, null, L(e.footerSections, (l) => (a(), r("div", Ni, [
|
|
2320
2320
|
t("span", Hi, o(l.title), 1),
|
|
2321
2321
|
t("nav", null, [
|
|
2322
2322
|
t("ul", Ri, [
|
|
2323
|
-
|
|
2323
|
+
_(i.$slots, "section-links", {
|
|
2324
2324
|
links: l.links
|
|
2325
2325
|
})
|
|
2326
2326
|
])
|
|
@@ -2332,7 +2332,7 @@ const zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-73ba9888"]]), F = (e) =>
|
|
|
2332
2332
|
Ui,
|
|
2333
2333
|
Wi,
|
|
2334
2334
|
Gi,
|
|
2335
|
-
p(
|
|
2335
|
+
p(V, {
|
|
2336
2336
|
class: "footer__contact",
|
|
2337
2337
|
linkType: "regular-light",
|
|
2338
2338
|
underline: "false"
|
|
@@ -2342,7 +2342,7 @@ const zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-73ba9888"]]), F = (e) =>
|
|
|
2342
2342
|
]),
|
|
2343
2343
|
_: 1
|
|
2344
2344
|
}),
|
|
2345
|
-
p(
|
|
2345
|
+
p(V, {
|
|
2346
2346
|
class: "footer__contact",
|
|
2347
2347
|
linkType: "regular-light",
|
|
2348
2348
|
underline: "false"
|
|
@@ -2362,11 +2362,11 @@ const zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-73ba9888"]]), F = (e) =>
|
|
|
2362
2362
|
class: "footer__language-switcher",
|
|
2363
2363
|
onClick: s[0] || (s[0] = (l) => i.$emit("changeRegionClicked"))
|
|
2364
2364
|
}, tr),
|
|
2365
|
-
|
|
2366
|
-
|
|
2365
|
+
_(i.$slots, "footer-privacy-link"),
|
|
2366
|
+
_(i.$slots, "footer-cookie-link")
|
|
2367
2367
|
]),
|
|
2368
2368
|
t("div", ar, [
|
|
2369
|
-
(a(!0), r(
|
|
2369
|
+
(a(!0), r(B, null, L(e.socialMedia, (l) => (a(), D(V, {
|
|
2370
2370
|
underline: "false",
|
|
2371
2371
|
linkType: "regular"
|
|
2372
2372
|
}, {
|
|
@@ -2392,7 +2392,7 @@ const zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-73ba9888"]]), F = (e) =>
|
|
|
2392
2392
|
]));
|
|
2393
2393
|
}
|
|
2394
2394
|
});
|
|
2395
|
-
const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-
|
|
2395
|
+
const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { class: "header__wrapper" }, or = { class: "nav-wrapper" }, nr = { class: "mir-link-logo" }, dr = { class: "main-nav-items" }, cr = {
|
|
2396
2396
|
id: "menu-dropdown",
|
|
2397
2397
|
ref: "dropdownDiv"
|
|
2398
2398
|
}, ur = {
|
|
@@ -2421,112 +2421,119 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-23f15a63"]]), sr = { cla
|
|
|
2421
2421
|
"update:showDropDown",
|
|
2422
2422
|
"clickSearch"
|
|
2423
2423
|
],
|
|
2424
|
-
setup(e, {
|
|
2425
|
-
const
|
|
2426
|
-
|
|
2427
|
-
let
|
|
2428
|
-
|
|
2429
|
-
() =>
|
|
2430
|
-
(
|
|
2431
|
-
),
|
|
2432
|
-
() =>
|
|
2433
|
-
(
|
|
2434
|
-
),
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
}, window.addEventListener("click",
|
|
2424
|
+
setup(e, { expose: i, emit: s }) {
|
|
2425
|
+
const l = e;
|
|
2426
|
+
w("");
|
|
2427
|
+
let n = null, u = w(l.burgerState), b = w(l.showDropDown);
|
|
2428
|
+
ie(
|
|
2429
|
+
() => l.burgerState,
|
|
2430
|
+
(k) => u.value = k
|
|
2431
|
+
), ie(
|
|
2432
|
+
() => l.showDropDown,
|
|
2433
|
+
(k) => b.value = k
|
|
2434
|
+
), oe(() => {
|
|
2435
|
+
n = (k) => {
|
|
2436
|
+
k.target.closest("#menu-dropdown") || (b.value = !1);
|
|
2437
|
+
}, window.addEventListener("click", n);
|
|
2438
2438
|
}), pe(() => {
|
|
2439
|
-
|
|
2439
|
+
n !== null && window.removeEventListener("click", n);
|
|
2440
2440
|
});
|
|
2441
|
-
function
|
|
2442
|
-
|
|
2441
|
+
function C() {
|
|
2442
|
+
b.value = !b.value, s("update:showDropDown", b.value);
|
|
2443
|
+
}
|
|
2444
|
+
function S() {
|
|
2445
|
+
u.value = !u.value, s("update:burgerState", u.value);
|
|
2443
2446
|
}
|
|
2444
|
-
|
|
2445
|
-
|
|
2447
|
+
let f = w(null);
|
|
2448
|
+
function I() {
|
|
2449
|
+
f.value && f.value.blur();
|
|
2446
2450
|
}
|
|
2447
|
-
return (
|
|
2451
|
+
return i({
|
|
2452
|
+
defocusSearchButton: I
|
|
2453
|
+
}), (k, N) => (a(), r("div", sr, [
|
|
2448
2454
|
t("nav", null, [
|
|
2449
2455
|
t("div", or, [
|
|
2450
2456
|
t("div", nr, [
|
|
2451
|
-
|
|
2457
|
+
_(k.$slots, "link-logo", {}, void 0, !0)
|
|
2452
2458
|
]),
|
|
2453
2459
|
t("ul", dr, [
|
|
2454
|
-
|
|
2460
|
+
_(k.$slots, "main-nav-items", {}, void 0, !0)
|
|
2455
2461
|
]),
|
|
2456
2462
|
t("div", cr, [
|
|
2457
2463
|
t("button", {
|
|
2458
|
-
onClick:
|
|
2464
|
+
onClick: C,
|
|
2459
2465
|
class: "nav-dropdown-btn"
|
|
2460
2466
|
}, [
|
|
2461
|
-
|
|
2462
|
-
|
|
2467
|
+
_(k.$slots, "dropdown-title", {}, void 0, !0),
|
|
2468
|
+
q(b) == !1 ? (a(), r("img", ur)) : (a(), r("img", _r))
|
|
2463
2469
|
]),
|
|
2464
|
-
|
|
2465
|
-
|
|
2470
|
+
G(t("div", hr, [
|
|
2471
|
+
_(k.$slots, "dropdown-links", {}, void 0, !0)
|
|
2466
2472
|
], 512), [
|
|
2467
|
-
[
|
|
2473
|
+
[J, q(b)]
|
|
2468
2474
|
])
|
|
2469
2475
|
], 512),
|
|
2470
2476
|
t("div", vr, [
|
|
2471
2477
|
t("button", {
|
|
2472
|
-
onClick:
|
|
2473
|
-
|
|
2478
|
+
onClick: N[0] || (N[0] = (Q) => k.$emit("clickSearch")),
|
|
2479
|
+
ref_key: "searchButton",
|
|
2480
|
+
ref: f
|
|
2474
2481
|
}, [
|
|
2475
2482
|
t("img", {
|
|
2476
|
-
src:
|
|
2483
|
+
src: q(u) == !0 ? "https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080" : "https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",
|
|
2477
2484
|
alt: "search icon"
|
|
2478
2485
|
}, null, 8, mr)
|
|
2479
2486
|
], 512)
|
|
2480
2487
|
])
|
|
2481
2488
|
]),
|
|
2482
2489
|
t("div", {
|
|
2483
|
-
class: c(["mobile-nav-wrapper",
|
|
2490
|
+
class: c(["mobile-nav-wrapper", q(u) == !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
|
|
2484
2491
|
}, [
|
|
2485
2492
|
t("div", gr, [
|
|
2486
2493
|
t("div", fr, [
|
|
2487
|
-
|
|
2494
|
+
_(k.$slots, "link-logo", {}, void 0, !0)
|
|
2488
2495
|
]),
|
|
2489
2496
|
t("div", yr, [
|
|
2490
2497
|
t("button", {
|
|
2491
|
-
onClick:
|
|
2498
|
+
onClick: N[1] || (N[1] = (Q) => k.$emit("clickSearch"))
|
|
2492
2499
|
}, [
|
|
2493
2500
|
t("img", {
|
|
2494
|
-
src:
|
|
2501
|
+
src: q(u) == !0 ? "https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080" : "https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",
|
|
2495
2502
|
alt: "search icon"
|
|
2496
2503
|
}, null, 8, br)
|
|
2497
2504
|
])
|
|
2498
2505
|
]),
|
|
2499
2506
|
t("button", {
|
|
2500
|
-
onClick:
|
|
2507
|
+
onClick: re(S, ["prevent"]),
|
|
2501
2508
|
class: "mobile-burger-wrapper"
|
|
2502
2509
|
}, [
|
|
2503
2510
|
t("img", {
|
|
2504
|
-
class: c(["burger-line",
|
|
2505
|
-
src:
|
|
2511
|
+
class: c(["burger-line", q(u) == !0 ? "burger-top-line-open" : ""]),
|
|
2512
|
+
src: q(u) == !0 ? "https://a.storyblok.com/f/230581/23x3/bf4bfb3a50/burger-line-white.svg?cv=1695125714410" : "https://a.storyblok.com/f/230581/23x2/63423a4523/burger-line.svg?cv=1695125714081"
|
|
2506
2513
|
}, null, 10, $r),
|
|
2507
2514
|
t("img", {
|
|
2508
|
-
class: c(["burger-line",
|
|
2509
|
-
src:
|
|
2515
|
+
class: c(["burger-line", q(u) == !0 ? "burger-bottom-line-open" : ""]),
|
|
2516
|
+
src: q(u) == !0 ? "https://a.storyblok.com/f/230581/23x3/bf4bfb3a50/burger-line-white.svg?cv=1695125714410" : "https://a.storyblok.com/f/230581/23x2/63423a4523/burger-line.svg?cv=1695125714081"
|
|
2510
2517
|
}, null, 10, kr)
|
|
2511
2518
|
], 8, pr)
|
|
2512
2519
|
]),
|
|
2513
|
-
|
|
2520
|
+
G(t("div", wr, [
|
|
2514
2521
|
t("ul", null, [
|
|
2515
|
-
|
|
2522
|
+
_(k.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2516
2523
|
]),
|
|
2517
2524
|
t("ul", xr, [
|
|
2518
|
-
|
|
2519
|
-
|
|
2525
|
+
_(k.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2526
|
+
_(k.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2520
2527
|
])
|
|
2521
2528
|
], 512), [
|
|
2522
|
-
[
|
|
2529
|
+
[J, q(u)]
|
|
2523
2530
|
])
|
|
2524
2531
|
], 2)
|
|
2525
2532
|
])
|
|
2526
2533
|
]));
|
|
2527
2534
|
}
|
|
2528
2535
|
});
|
|
2529
|
-
const qr = /* @__PURE__ */ v(Sr, [["__scopeId", "data-v-
|
|
2536
|
+
const qr = /* @__PURE__ */ v(Sr, [["__scopeId", "data-v-acc239a9"]]), Br = { class: "language__wrapper" }, Ir = { class: "language__content" }, Lr = { class: "language__headline" }, Tr = { class: "language__paragraph" }, Cr = /* @__PURE__ */ h({
|
|
2530
2537
|
__name: "language-switcher",
|
|
2531
2538
|
props: {
|
|
2532
2539
|
headline: {
|
|
@@ -2541,7 +2548,7 @@ const qr = /* @__PURE__ */ v(Sr, [["__scopeId", "data-v-07d5be7f"]]), Br = { cla
|
|
|
2541
2548
|
t("div", Ir, [
|
|
2542
2549
|
t("h2", Lr, o(e.headline), 1),
|
|
2543
2550
|
t("p", Tr, o(e.paragraph), 1),
|
|
2544
|
-
|
|
2551
|
+
_(i.$slots, "language-links", {}, void 0, !0)
|
|
2545
2552
|
])
|
|
2546
2553
|
]));
|
|
2547
2554
|
}
|
|
@@ -2562,14 +2569,14 @@ const Vr = /* @__PURE__ */ v(Cr, [["__scopeId", "data-v-a76ba727"]]), Ar = { cla
|
|
|
2562
2569
|
setup(e) {
|
|
2563
2570
|
return (i, s) => (a(), r("div", Ar, [
|
|
2564
2571
|
t("div", Dr, [
|
|
2565
|
-
p(
|
|
2572
|
+
p(Y, {
|
|
2566
2573
|
onClick: s[0] || (s[0] = (l) => i.$emit("previous")),
|
|
2567
2574
|
disabled: e.isPreviousDisabled,
|
|
2568
2575
|
variant: "previous",
|
|
2569
2576
|
ariaLabel: "previous"
|
|
2570
2577
|
}, null, 8, ["disabled"]),
|
|
2571
|
-
|
|
2572
|
-
p(
|
|
2578
|
+
_(i.$slots, "pagination-numbers"),
|
|
2579
|
+
p(Y, {
|
|
2573
2580
|
onClick: s[1] || (s[1] = (l) => i.$emit("next")),
|
|
2574
2581
|
disabled: e.isNextDisabled,
|
|
2575
2582
|
variant: "next",
|
|
@@ -2581,23 +2588,23 @@ const Vr = /* @__PURE__ */ v(Cr, [["__scopeId", "data-v-a76ba727"]]), Ar = { cla
|
|
|
2581
2588
|
});
|
|
2582
2589
|
const Or = /* @__PURE__ */ v(Mr, [["__scopeId", "data-v-9f08dcf6"]]), Pr = {
|
|
2583
2590
|
install: (e) => {
|
|
2584
|
-
e.component("AtomButton",
|
|
2591
|
+
e.component("AtomButton", Y), e.component("AtomCheckbox", Ie), e.component("AtomChip", Ae), e.component("AtomDropdown", Ne), e.component("AtomImage", T), e.component("AtomLabel", U), e.component("AtomLink", V), e.component("AtomRadioButton", Ze), e.component("AtomSelect", rt), e.component("AtomSlider", mt), e.component("AtomTextarea", wt), e.component("AtomTextField", Dt), e.component("AtomVideo", j), e.component("MoleculeAddress", Yt), e.component("MoleculeBulletList", ea), e.component("MoleculeCard", ra), e.component("MoleculeEventCard", ha), e.component("MoleculeModal", ne), e.component("MoleculeTextCard", ya), e.component("BlockFacts", Ia), e.component("BlockFeatures", za), e.component("BlockHeadline", el), e.component("BlockHero", ul), e.component("BlockImage", Ra), e.component("BlockImageGallery", Qa), e.component("BlockLogoWall", $l), e.component("BlockMicroStories", wl), e.component("BlockPolicy", Il), e.component("BlockProductHero", Dl), e.component("BlockPromo", zl), e.component("BlockQuote", Ql), e.component("BlockRichText", ti), e.component("BlockTimeline", _i), e.component("BlockTripleCardDisplay", bi), e.component("BlockVimeo", Si), e.component("Organism404", Ci), e.component("OrganismFilter", zi), e.component("OrganismFooter", rr), e.component("OrganismHeader", qr), e.component("OrganismLanguageSwitcher", Vr), e.component("OrganismPagination", Or);
|
|
2585
2592
|
}
|
|
2586
2593
|
};
|
|
2587
2594
|
export {
|
|
2588
|
-
|
|
2595
|
+
Y as AtomButton,
|
|
2589
2596
|
Ie as AtomCheckbox,
|
|
2590
2597
|
Ae as AtomChip,
|
|
2591
2598
|
Ne as AtomDropdown,
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2599
|
+
T as AtomImage,
|
|
2600
|
+
U as AtomLabel,
|
|
2601
|
+
V as AtomLink,
|
|
2595
2602
|
Ze as AtomRadioButton,
|
|
2596
2603
|
rt as AtomSelect,
|
|
2597
2604
|
mt as AtomSlider,
|
|
2598
2605
|
Dt as AtomTextField,
|
|
2599
2606
|
wt as AtomTextarea,
|
|
2600
|
-
|
|
2607
|
+
j as AtomVideo,
|
|
2601
2608
|
Ia as BlockFacts,
|
|
2602
2609
|
za as BlockFeatures,
|
|
2603
2610
|
el as BlockHeadline,
|
|
@@ -2618,7 +2625,7 @@ export {
|
|
|
2618
2625
|
ea as MoleculeBulletList,
|
|
2619
2626
|
ra as MoleculeCard,
|
|
2620
2627
|
ha as MoleculeEventCard,
|
|
2621
|
-
|
|
2628
|
+
ne as MoleculeModal,
|
|
2622
2629
|
ya as MoleculeTextCard,
|
|
2623
2630
|
Ci as Organism404,
|
|
2624
2631
|
zi as OrganismFilter,
|