@mirweb/mir-web-components 0.17.2 → 0.17.3
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 v, computed as L, openBlock as l, createElementBlock as s, normalizeClass as u, toDisplayString as
|
|
1
|
+
import { defineComponent as v, computed as L, openBlock as l, createElementBlock as s, normalizeClass as u, toDisplayString as n, createElementVNode as t, renderSlot as d, pushScopeId as P, popScopeId as z, createTextVNode as j, ref as x, withDirectives as Q, Fragment as T, renderList as C, vShow as Z, normalizeProps as D, guardReactiveProps as O, toRefs as ge, mergeProps as ee, createVNode as b, Transition as ye, withCtx as k, withModifiers as oe, createBlock as M, createCommentVNode as f, watchEffect as ne, withKeys as pe, useSlots as be, normalizeStyle as te, isRef as ie, unref as I, onMounted as re, watch as se, onUnmounted as $e } from "vue";
|
|
2
2
|
const ke = ["aria-label"], we = /* @__PURE__ */ v({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
@@ -14,16 +14,16 @@ const ke = ["aria-label"], we = /* @__PURE__ */ v({
|
|
|
14
14
|
next: "next",
|
|
15
15
|
previous: "previous"
|
|
16
16
|
}, a = L(() => o[i.variant]);
|
|
17
|
-
return (
|
|
17
|
+
return (r, m) => (l(), s("button", {
|
|
18
18
|
class: u(["button", "button--" + a.value]),
|
|
19
|
-
"aria-label":
|
|
20
|
-
},
|
|
19
|
+
"aria-label": r.ariaLabel
|
|
20
|
+
}, n(a.value === "close" ? "" : r.buttonText), 11, ke));
|
|
21
21
|
}
|
|
22
22
|
});
|
|
23
23
|
const h = (e, i) => {
|
|
24
24
|
const o = e.__vccOpts || e;
|
|
25
|
-
for (const [a,
|
|
26
|
-
o[a] =
|
|
25
|
+
for (const [a, r] of i)
|
|
26
|
+
o[a] = r;
|
|
27
27
|
return o;
|
|
28
28
|
}, J = /* @__PURE__ */ h(we, [["__scopeId", "data-v-32eb91a1"]]), Se = (e) => (P("data-v-42c44141"), e = e(), z(), e), xe = ["id", "name", "value", "disabled", "required"], qe = ["for"], Be = /* @__PURE__ */ Se(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Ie = /* @__PURE__ */ v({
|
|
29
29
|
__name: "checkbox",
|
|
@@ -37,10 +37,10 @@ const h = (e, i) => {
|
|
|
37
37
|
emits: ["input"],
|
|
38
38
|
setup(e, { emit: i }) {
|
|
39
39
|
const o = (a) => {
|
|
40
|
-
const
|
|
41
|
-
i("input",
|
|
40
|
+
const r = a.target;
|
|
41
|
+
i("input", r.checked);
|
|
42
42
|
};
|
|
43
|
-
return (a,
|
|
43
|
+
return (a, r) => (l(), s("div", {
|
|
44
44
|
class: u(["checkbox__wrapper", a.disabled ? "disabled" : ""])
|
|
45
45
|
}, [
|
|
46
46
|
t("input", {
|
|
@@ -75,15 +75,15 @@ const Le = /* @__PURE__ */ h(Ie, [["__scopeId", "data-v-42c44141"]]), Te = (e) =
|
|
|
75
75
|
emits: ["remove-chip"],
|
|
76
76
|
setup(e) {
|
|
77
77
|
const i = e, o = L(() => `Chip: ${i.text}`);
|
|
78
|
-
return (a,
|
|
78
|
+
return (a, r) => (l(), s("div", {
|
|
79
79
|
class: "chip__wrapper",
|
|
80
|
-
onClick:
|
|
80
|
+
onClick: r[0] || (r[0] = (m) => a.$emit("remove-chip"))
|
|
81
81
|
}, [
|
|
82
82
|
t("span", {
|
|
83
83
|
class: "chip",
|
|
84
84
|
"aria-label": o.value
|
|
85
85
|
}, [
|
|
86
|
-
j(
|
|
86
|
+
j(n(a.text) + " ", 1),
|
|
87
87
|
Ae
|
|
88
88
|
], 8, Ce)
|
|
89
89
|
]));
|
|
@@ -139,7 +139,7 @@ const De = /* @__PURE__ */ h(Ve, [["__scopeId", "data-v-08813346"]]), Me = ["val
|
|
|
139
139
|
},
|
|
140
140
|
emits: ["update:modelValue"],
|
|
141
141
|
setup(e, { emit: i }) {
|
|
142
|
-
const o = e, a = x(null),
|
|
142
|
+
const o = e, a = x(null), r = x(null), m = x([]), w = x(0), _ = x(""), $ = x(!0), g = x(0), B = L(() => {
|
|
143
143
|
const c = o.options.find(
|
|
144
144
|
(y) => y.value === o.modelValue
|
|
145
145
|
);
|
|
@@ -241,12 +241,12 @@ const De = /* @__PURE__ */ h(Ve, [["__scopeId", "data-v-08813346"]]), Me = ["val
|
|
|
241
241
|
), R = m.value[F];
|
|
242
242
|
ce(R);
|
|
243
243
|
}
|
|
244
|
-
if (c.setAttribute("aria-selected", "true"), (p =
|
|
244
|
+
if (c.setAttribute("aria-selected", "true"), (p = r.value) == null || p.setAttribute(
|
|
245
245
|
"aria-activedescendant",
|
|
246
246
|
y || ""
|
|
247
|
-
), S(y || ""),
|
|
248
|
-
const F =
|
|
249
|
-
R > F ?
|
|
247
|
+
), S(y || ""), r.value && r.value.scrollHeight > r.value.clientHeight) {
|
|
248
|
+
const F = r.value.clientHeight + r.value.scrollTop, R = c.offsetTop + c.offsetHeight;
|
|
249
|
+
R > F ? r.value.scrollTop = R - ((q = r.value) == null ? void 0 : q.clientHeight) : c.offsetTop < r.value.scrollTop && (r.value.scrollTop = c.offsetTop);
|
|
250
250
|
}
|
|
251
251
|
}
|
|
252
252
|
function ve() {
|
|
@@ -260,7 +260,7 @@ const De = /* @__PURE__ */ h(Ve, [["__scopeId", "data-v-08813346"]]), Me = ["val
|
|
|
260
260
|
}
|
|
261
261
|
function le() {
|
|
262
262
|
var c, y;
|
|
263
|
-
$.value = !1, (c = a.value) == null || c.setAttribute("aria-expanded", "true"), (y =
|
|
263
|
+
$.value = !1, (c = a.value) == null || c.setAttribute("aria-expanded", "true"), (y = r.value) == null || y.focus();
|
|
264
264
|
}
|
|
265
265
|
function me() {
|
|
266
266
|
o.disabled || ($.value ? le() : Y());
|
|
@@ -277,7 +277,7 @@ const De = /* @__PURE__ */ h(Ve, [["__scopeId", "data-v-08813346"]]), Me = ["val
|
|
|
277
277
|
"is-disabled": e.disabled,
|
|
278
278
|
"is-required": e.required
|
|
279
279
|
}, "listbox__label"])
|
|
280
|
-
},
|
|
280
|
+
}, n(e.label), 11, Oe),
|
|
281
281
|
Q((l(), s("div", Pe, [
|
|
282
282
|
t("button", {
|
|
283
283
|
id: `${e.name}-button-label`,
|
|
@@ -293,10 +293,10 @@ const De = /* @__PURE__ */ h(Ve, [["__scopeId", "data-v-08813346"]]), Me = ["val
|
|
|
293
293
|
]),
|
|
294
294
|
onClick: me,
|
|
295
295
|
onKeydown: N
|
|
296
|
-
},
|
|
296
|
+
}, n(e.modelValue ? B.value : e.placeholder), 43, ze),
|
|
297
297
|
Q(t("ul", {
|
|
298
298
|
ref_key: "listboxNode",
|
|
299
|
-
ref:
|
|
299
|
+
ref: r,
|
|
300
300
|
"aria-labelledby": `${e.name}-label`,
|
|
301
301
|
"aria-activedescendant": e.modelValue,
|
|
302
302
|
tabindex: "0",
|
|
@@ -314,7 +314,7 @@ const De = /* @__PURE__ */ h(Ve, [["__scopeId", "data-v-08813346"]]), Me = ["val
|
|
|
314
314
|
"data-value": p.value,
|
|
315
315
|
class: "listbox__option",
|
|
316
316
|
role: "option"
|
|
317
|
-
},
|
|
317
|
+
}, n(p.label), 9, Ne))), 128))
|
|
318
318
|
], 40, Fe), [
|
|
319
319
|
[Z, !$.value]
|
|
320
320
|
])
|
|
@@ -384,12 +384,12 @@ const A = /* @__PURE__ */ h(je, [["__scopeId", "data-v-f41d7358"]]), Ue = { clas
|
|
|
384
384
|
},
|
|
385
385
|
setup(e) {
|
|
386
386
|
const i = e, o = L(() => `Label: ${i.text}`);
|
|
387
|
-
return (a,
|
|
387
|
+
return (a, r) => (l(), s("div", Ue, [
|
|
388
388
|
t("span", {
|
|
389
389
|
"aria-label": o.value,
|
|
390
390
|
"label-dark": e.labelDark,
|
|
391
391
|
class: u(e.labelDark ? "label--dark" : "label--light")
|
|
392
|
-
},
|
|
392
|
+
}, n(e.text), 11, Ke)
|
|
393
393
|
]));
|
|
394
394
|
}
|
|
395
395
|
});
|
|
@@ -398,7 +398,7 @@ const G = /* @__PURE__ */ h(Ge, [["__scopeId", "data-v-e7a44d10"]]), We = { clas
|
|
|
398
398
|
props: {
|
|
399
399
|
linkType: { default: "regular" },
|
|
400
400
|
arrow: { type: Boolean, default: !1 },
|
|
401
|
-
underline: { default: "
|
|
401
|
+
underline: { default: "false" },
|
|
402
402
|
disabled: { type: Boolean, default: !1 }
|
|
403
403
|
},
|
|
404
404
|
setup(e) {
|
|
@@ -414,14 +414,14 @@ const G = /* @__PURE__ */ h(Ge, [["__scopeId", "data-v-e7a44d10"]]), We = { clas
|
|
|
414
414
|
hover: "underline-hover",
|
|
415
415
|
true: "add-underline",
|
|
416
416
|
false: "remove-underline"
|
|
417
|
-
},
|
|
417
|
+
}, r = L(() => o[i.linkType]), m = L(() => a[i.underline]), w = L(() => {
|
|
418
418
|
const { ..._ } = ge(i);
|
|
419
419
|
return _;
|
|
420
420
|
});
|
|
421
421
|
return (_, $) => (l(), s("div", We, [
|
|
422
422
|
t("div", ee(w.value, {
|
|
423
423
|
class: ["mir-link", [
|
|
424
|
-
|
|
424
|
+
r.value,
|
|
425
425
|
_.disabled ? "disabled" : "",
|
|
426
426
|
m.value,
|
|
427
427
|
_.arrow ? "link-arrow" : ""
|
|
@@ -467,10 +467,10 @@ const Ye = (e) => (P("data-v-eaed5b4f"), e = e(), z(), e), Qe = ["id", "name", "
|
|
|
467
467
|
emits: ["input"],
|
|
468
468
|
setup(e, { emit: i }) {
|
|
469
469
|
const o = (a) => {
|
|
470
|
-
const
|
|
471
|
-
i("input",
|
|
470
|
+
const r = a.target;
|
|
471
|
+
i("input", r.checked);
|
|
472
472
|
};
|
|
473
|
-
return (a,
|
|
473
|
+
return (a, r) => (l(), s("div", {
|
|
474
474
|
class: u(["radio__wrapper", e.disabled ? "disabled" : ""])
|
|
475
475
|
}, [
|
|
476
476
|
t("input", {
|
|
@@ -539,7 +539,7 @@ const et = /* @__PURE__ */ h(Ze, [["__scopeId", "data-v-eaed5b4f"]]), tt = { cla
|
|
|
539
539
|
t("label", {
|
|
540
540
|
for: e.id,
|
|
541
541
|
class: u([e.required ? "required" : "", e.disabled ? "disabled" : ""])
|
|
542
|
-
},
|
|
542
|
+
}, n(e.label), 11, at),
|
|
543
543
|
t("select", {
|
|
544
544
|
id: e.id,
|
|
545
545
|
class: u(e.disabled ? "disabled" : ""),
|
|
@@ -553,12 +553,12 @@ const et = /* @__PURE__ */ h(Ze, [["__scopeId", "data-v-eaed5b4f"]]), tt = { cla
|
|
|
553
553
|
(l(!0), s(T, null, C(e.options, (a) => (l(), s("option", {
|
|
554
554
|
key: a.value,
|
|
555
555
|
value: a.value
|
|
556
|
-
},
|
|
556
|
+
}, n(a.text), 9, it))), 128))
|
|
557
557
|
], 42, lt)
|
|
558
558
|
]));
|
|
559
559
|
}
|
|
560
560
|
});
|
|
561
|
-
const ot = /* @__PURE__ */ h(st, [["__scopeId", "data-v-4445d1ae"]]),
|
|
561
|
+
const ot = /* @__PURE__ */ h(st, [["__scopeId", "data-v-4445d1ae"]]), nt = { class: "modal__wrapper" }, rt = /* @__PURE__ */ v({
|
|
562
562
|
__name: "modal",
|
|
563
563
|
props: {
|
|
564
564
|
show: { type: Boolean, default: !1 },
|
|
@@ -569,34 +569,34 @@ const ot = /* @__PURE__ */ h(st, [["__scopeId", "data-v-4445d1ae"]]), rt = { cla
|
|
|
569
569
|
const o = e, a = () => {
|
|
570
570
|
i("update:show", !o.show);
|
|
571
571
|
};
|
|
572
|
-
return (
|
|
572
|
+
return (r, m) => (l(), s("div", nt, [
|
|
573
573
|
b(ye, {
|
|
574
574
|
duration: 300,
|
|
575
575
|
name: "nested"
|
|
576
576
|
}, {
|
|
577
577
|
default: k(() => [
|
|
578
|
-
|
|
578
|
+
r.show ? (l(), s("div", {
|
|
579
579
|
key: 0,
|
|
580
|
-
class: u(["overlay",
|
|
580
|
+
class: u(["overlay", r.searchBar ? "overlay-search" : "overlay-default"]),
|
|
581
581
|
ariaLabel: "modal",
|
|
582
582
|
role: "dialog",
|
|
583
583
|
onClick: a
|
|
584
584
|
}, [
|
|
585
585
|
t("div", {
|
|
586
586
|
id: "modal",
|
|
587
|
-
class: u([
|
|
587
|
+
class: u([r.searchBar ? "search" : ""]),
|
|
588
588
|
onClick: m[0] || (m[0] = oe(() => {
|
|
589
589
|
}, ["stop"]))
|
|
590
590
|
}, [
|
|
591
591
|
t("div", null, [
|
|
592
|
-
|
|
592
|
+
r.searchBar ? f("", !0) : (l(), M(J, {
|
|
593
593
|
key: 0,
|
|
594
594
|
"aria-label": "close",
|
|
595
595
|
variant: "close",
|
|
596
596
|
onClick: a
|
|
597
597
|
}))
|
|
598
598
|
]),
|
|
599
|
-
d(
|
|
599
|
+
d(r.$slots, "default", {}, void 0, !0)
|
|
600
600
|
], 2)
|
|
601
601
|
], 2)) : f("", !0)
|
|
602
602
|
]),
|
|
@@ -605,7 +605,7 @@ const ot = /* @__PURE__ */ h(st, [["__scopeId", "data-v-4445d1ae"]]), rt = { cla
|
|
|
605
605
|
]));
|
|
606
606
|
}
|
|
607
607
|
});
|
|
608
|
-
const de = /* @__PURE__ */ h(
|
|
608
|
+
const de = /* @__PURE__ */ h(rt, [["__scopeId", "data-v-ae81fb1e"]]), dt = { class: "slider__wrapper" }, ct = { class: "slider__label" }, ut = ["for"], _t = ["aria-label"], ht = { class: "slider__content" }, vt = ["id", "name", "value", "min", "step", "max"], mt = /* @__PURE__ */ v({
|
|
609
609
|
__name: "slider",
|
|
610
610
|
props: {
|
|
611
611
|
label: {
|
|
@@ -658,12 +658,12 @@ const de = /* @__PURE__ */ h(nt, [["__scopeId", "data-v-ae81fb1e"]]), dt = { cla
|
|
|
658
658
|
},
|
|
659
659
|
emits: ["update:modelValue"],
|
|
660
660
|
setup(e, { emit: i }) {
|
|
661
|
-
const o = e, a = x(o.modelValue),
|
|
661
|
+
const o = e, a = x(o.modelValue), r = x(), m = x(!1), w = ($, g, B) => ($ - g) / (B - g) * 100, _ = ($) => {
|
|
662
662
|
var g;
|
|
663
|
-
(g =
|
|
663
|
+
(g = r.value) == null || g.style.setProperty("--ProgressPercent", `${$}%`);
|
|
664
664
|
};
|
|
665
|
-
return
|
|
666
|
-
if (
|
|
665
|
+
return ne(() => {
|
|
666
|
+
if (r.value) {
|
|
667
667
|
i("update:modelValue", a.value);
|
|
668
668
|
const $ = w(a.value, o.min, o.max);
|
|
669
669
|
let g = (50 - $) / 100;
|
|
@@ -675,7 +675,7 @@ const de = /* @__PURE__ */ h(nt, [["__scopeId", "data-v-ae81fb1e"]]), dt = { cla
|
|
|
675
675
|
t("label", {
|
|
676
676
|
for: e.id,
|
|
677
677
|
class: u([e.variant, ""])
|
|
678
|
-
},
|
|
678
|
+
}, n(e.label), 11, ut),
|
|
679
679
|
e.information ? (l(), s("i", {
|
|
680
680
|
key: 0,
|
|
681
681
|
role: "button",
|
|
@@ -690,11 +690,11 @@ const de = /* @__PURE__ */ h(nt, [["__scopeId", "data-v-ae81fb1e"]]), dt = { cla
|
|
|
690
690
|
t("div", ht, [
|
|
691
691
|
t("span", {
|
|
692
692
|
class: u([e.variant, "slider__minmax"])
|
|
693
|
-
},
|
|
693
|
+
}, n(e.min), 3),
|
|
694
694
|
t("input", {
|
|
695
695
|
id: e.id,
|
|
696
696
|
ref_key: "slider",
|
|
697
|
-
ref:
|
|
697
|
+
ref: r,
|
|
698
698
|
type: "range",
|
|
699
699
|
name: e.name,
|
|
700
700
|
value: e.modelValue,
|
|
@@ -706,11 +706,11 @@ const de = /* @__PURE__ */ h(nt, [["__scopeId", "data-v-ae81fb1e"]]), dt = { cla
|
|
|
706
706
|
}, null, 42, vt),
|
|
707
707
|
t("span", {
|
|
708
708
|
class: u([e.variant, "slider__minmax"])
|
|
709
|
-
},
|
|
709
|
+
}, n(e.max), 3)
|
|
710
710
|
]),
|
|
711
711
|
t("span", {
|
|
712
712
|
class: u([e.variant, "slider__value"])
|
|
713
|
-
},
|
|
713
|
+
}, n(e.modelValue), 3)
|
|
714
714
|
]),
|
|
715
715
|
e.information ? (l(), M(de, {
|
|
716
716
|
key: 0,
|
|
@@ -718,7 +718,7 @@ const de = /* @__PURE__ */ h(nt, [["__scopeId", "data-v-ae81fb1e"]]), dt = { cla
|
|
|
718
718
|
"onUpdate:show": g[3] || (g[3] = (B) => m.value = B)
|
|
719
719
|
}, {
|
|
720
720
|
default: k(() => [
|
|
721
|
-
j(
|
|
721
|
+
j(n(e.information), 1)
|
|
722
722
|
]),
|
|
723
723
|
_: 1
|
|
724
724
|
}, 8, ["show"])) : f("", !0)
|
|
@@ -775,7 +775,7 @@ const ft = /* @__PURE__ */ h(mt, [["__scopeId", "data-v-39b97f8e"]]), gt = { id:
|
|
|
775
775
|
t("label", {
|
|
776
776
|
for: e.id,
|
|
777
777
|
class: u({ required: e.required })
|
|
778
|
-
},
|
|
778
|
+
}, n(e.labelText) + n(e.required ? " *" : ""), 11, yt),
|
|
779
779
|
t("div", {
|
|
780
780
|
id: e.modelValue !== void 0 && e.modelValue.length === e.maxLength ? "textarea-wrapper__inner" : ""
|
|
781
781
|
}, [
|
|
@@ -803,7 +803,7 @@ const ft = /* @__PURE__ */ h(mt, [["__scopeId", "data-v-39b97f8e"]]), gt = { id:
|
|
|
803
803
|
class: u(
|
|
804
804
|
e.modelValue !== void 0 && e.modelValue.length === e.maxLength ? "reached-meter-limit-meter" : ""
|
|
805
805
|
)
|
|
806
|
-
},
|
|
806
|
+
}, n(e.maxLength !== void 0 && e.modelValue !== void 0 && e.maxLength - e.modelValue.length >= 0 ? e.modelValue.length : 0) + " / " + n(e.maxLength), 3)
|
|
807
807
|
])
|
|
808
808
|
]));
|
|
809
809
|
}
|
|
@@ -844,10 +844,10 @@ const St = /* @__PURE__ */ h(wt, [["__scopeId", "data-v-d8d19f3a"]]), xt = { cla
|
|
|
844
844
|
tel: "tel",
|
|
845
845
|
url: "url",
|
|
846
846
|
search: "search"
|
|
847
|
-
}, a = L(() => o[i.type]),
|
|
848
|
-
() =>
|
|
847
|
+
}, a = L(() => o[i.type]), r = x(!0), m = L(
|
|
848
|
+
() => r.value ? "showPassword" : "hidePassword"
|
|
849
849
|
), w = L(
|
|
850
|
-
() =>
|
|
850
|
+
() => r.value ? "password" : "text"
|
|
851
851
|
);
|
|
852
852
|
return (_, $) => (l(), s("div", xt, [
|
|
853
853
|
t("label", {
|
|
@@ -857,7 +857,7 @@ const St = /* @__PURE__ */ h(wt, [["__scopeId", "data-v-d8d19f3a"]]), xt = { cla
|
|
|
857
857
|
_.disabled ? "disabled" : "",
|
|
858
858
|
_.search ? "search" : ""
|
|
859
859
|
])
|
|
860
|
-
},
|
|
860
|
+
}, n(_.label), 11, qt),
|
|
861
861
|
a.value === "password" ? (l(), s("div", Bt, [
|
|
862
862
|
t("input", {
|
|
863
863
|
id: _.id,
|
|
@@ -874,8 +874,8 @@ const St = /* @__PURE__ */ h(wt, [["__scopeId", "data-v-d8d19f3a"]]), xt = { cla
|
|
|
874
874
|
role: "button",
|
|
875
875
|
class: u([m.value]),
|
|
876
876
|
"aria-controls": "password",
|
|
877
|
-
"aria-expanded": !
|
|
878
|
-
onClick: $[1] || ($[1] = (g) =>
|
|
877
|
+
"aria-expanded": !r.value,
|
|
878
|
+
onClick: $[1] || ($[1] = (g) => r.value = !r.value)
|
|
879
879
|
}, null, 10, Lt)
|
|
880
880
|
])) : (l(), s("input", {
|
|
881
881
|
key: 1,
|
|
@@ -895,8 +895,8 @@ const St = /* @__PURE__ */ h(wt, [["__scopeId", "data-v-d8d19f3a"]]), xt = { cla
|
|
|
895
895
|
onInput: $[2] || ($[2] = (g) => _.$emit("update:modelValue", g.target.value))
|
|
896
896
|
}, null, 42, Tt)),
|
|
897
897
|
_.search ? (l(), s("i", Ct)) : f("", !0),
|
|
898
|
-
_.errorMessage ? (l(), s("strong", At,
|
|
899
|
-
_.helperText ? (l(), s("span", Vt,
|
|
898
|
+
_.errorMessage ? (l(), s("strong", At, n(_.errorMessage), 1)) : f("", !0),
|
|
899
|
+
_.helperText ? (l(), s("span", Vt, n(_.helperText), 1)) : f("", !0)
|
|
900
900
|
]));
|
|
901
901
|
}
|
|
902
902
|
});
|
|
@@ -957,7 +957,7 @@ const Mt = /* @__PURE__ */ h(Dt, [["__scopeId", "data-v-bbf83843"]]), Ot = { cla
|
|
|
957
957
|
setup(e, { expose: i }) {
|
|
958
958
|
const o = e;
|
|
959
959
|
let a = x(null);
|
|
960
|
-
return
|
|
960
|
+
return ne(() => {
|
|
961
961
|
a.value && (o.play ? a.value.play() : o.play || a.value.pause());
|
|
962
962
|
}), i({
|
|
963
963
|
resetVideo: () => {
|
|
@@ -1033,11 +1033,11 @@ const U = /* @__PURE__ */ h(Ft, [["__scopeId", "data-v-30720f26"]]), Nt = { clas
|
|
|
1033
1033
|
d(i.$slots, "address-flag", {}, void 0, !0)
|
|
1034
1034
|
]),
|
|
1035
1035
|
t("div", Rt, [
|
|
1036
|
-
t("p", jt,
|
|
1037
|
-
t("p", null,
|
|
1038
|
-
t("p", null,
|
|
1039
|
-
t("p", null,
|
|
1040
|
-
e.addressLine3 ? (l(), s("p", Ut,
|
|
1036
|
+
t("p", jt, n(e.name), 1),
|
|
1037
|
+
t("p", null, n(e.company), 1),
|
|
1038
|
+
t("p", null, n(e.addressLine1), 1),
|
|
1039
|
+
t("p", null, n(e.addressLine2), 1),
|
|
1040
|
+
e.addressLine3 ? (l(), s("p", Ut, n(e.addressLine3), 1)) : f("", !0)
|
|
1041
1041
|
]),
|
|
1042
1042
|
t("div", Kt, [
|
|
1043
1043
|
(l(!0), s(T, null, C(e.phoneNumbers, (a) => (l(), M(V, {
|
|
@@ -1049,14 +1049,14 @@ const U = /* @__PURE__ */ h(Ft, [["__scopeId", "data-v-30720f26"]]), Nt = { clas
|
|
|
1049
1049
|
t("a", {
|
|
1050
1050
|
href: "tel:" + a,
|
|
1051
1051
|
class: "address__phone"
|
|
1052
|
-
},
|
|
1052
|
+
}, n(a), 9, Gt)
|
|
1053
1053
|
]),
|
|
1054
1054
|
_: 2
|
|
1055
1055
|
}, 1024))), 128)),
|
|
1056
1056
|
t("a", {
|
|
1057
1057
|
href: "mailto:" + e.email,
|
|
1058
1058
|
class: "address__email"
|
|
1059
|
-
},
|
|
1059
|
+
}, n(e.email), 9, Wt)
|
|
1060
1060
|
])
|
|
1061
1061
|
])
|
|
1062
1062
|
]));
|
|
@@ -1089,7 +1089,7 @@ const Qt = /* @__PURE__ */ h(Yt, [["__scopeId", "data-v-dc337ec6"]]), Jt = (e) =
|
|
|
1089
1089
|
t("ul", null, [
|
|
1090
1090
|
(l(!0), s(T, null, C(e.list, (a) => (l(), s("li", { key: a }, [
|
|
1091
1091
|
Zt,
|
|
1092
|
-
j(" " +
|
|
1092
|
+
j(" " + n(a), 1)
|
|
1093
1093
|
]))), 128))
|
|
1094
1094
|
])
|
|
1095
1095
|
], 2)
|
|
@@ -1177,7 +1177,7 @@ const ta = /* @__PURE__ */ h(ea, [["__scopeId", "data-v-a44fd57d"]]), aa = { cla
|
|
|
1177
1177
|
setup(e) {
|
|
1178
1178
|
const i = be();
|
|
1179
1179
|
let o = x(!1);
|
|
1180
|
-
return (a,
|
|
1180
|
+
return (a, r) => (l(), s("div", aa, [
|
|
1181
1181
|
t("div", {
|
|
1182
1182
|
class: u(["card", [
|
|
1183
1183
|
e.theme === "dark" ? "card--dark" : "card--light",
|
|
@@ -1187,8 +1187,8 @@ const ta = /* @__PURE__ */ h(ea, [["__scopeId", "data-v-a44fd57d"]]), aa = { cla
|
|
|
1187
1187
|
e.variant === "product" ? "card--product" : "card--article"
|
|
1188
1188
|
]]),
|
|
1189
1189
|
style: te([e.variant === "product" ? "font-weight: 700" : "font-weight: 300"]),
|
|
1190
|
-
onMouseover:
|
|
1191
|
-
onMouseout:
|
|
1190
|
+
onMouseover: r[0] || (r[0] = (m) => ie(o) ? o.value = !0 : o = !0),
|
|
1191
|
+
onMouseout: r[1] || (r[1] = (m) => ie(o) ? o.value = !1 : o = !1)
|
|
1192
1192
|
}, [
|
|
1193
1193
|
e.mediaType === "image" ? (l(), M(A, { key: 0 }, {
|
|
1194
1194
|
default: k(() => [
|
|
@@ -1226,16 +1226,16 @@ const ta = /* @__PURE__ */ h(ea, [["__scopeId", "data-v-a44fd57d"]]), aa = { cla
|
|
|
1226
1226
|
e.variant === "product" ? (l(), s("h3", {
|
|
1227
1227
|
key: 3,
|
|
1228
1228
|
class: u(e.theme === "dark" ? "regular-dark" : "regular-blue")
|
|
1229
|
-
},
|
|
1229
|
+
}, n(e.headline), 3)) : (l(), s("h3", {
|
|
1230
1230
|
key: 4,
|
|
1231
1231
|
class: u(e.theme === "dark" ? "regular-dark" : "regular-dark-blue")
|
|
1232
|
-
},
|
|
1233
|
-
e.variant === "product" ? (l(), s("p", ia,
|
|
1232
|
+
}, n(e.headline), 3)),
|
|
1233
|
+
e.variant === "product" ? (l(), s("p", ia, n(e.paragraph), 1)) : f("", !0)
|
|
1234
1234
|
], 38)
|
|
1235
1235
|
]));
|
|
1236
1236
|
}
|
|
1237
1237
|
});
|
|
1238
|
-
const oa = /* @__PURE__ */ h(sa, [["__scopeId", "data-v-3ea2b5a6"]]),
|
|
1238
|
+
const oa = /* @__PURE__ */ h(sa, [["__scopeId", "data-v-3ea2b5a6"]]), na = (e) => (P("data-v-1a97c019"), e = e(), z(), e), ra = { class: "event__wrapper" }, da = { class: "event__headline" }, ca = { class: "event__date-location" }, ua = /* @__PURE__ */ na(() => /* @__PURE__ */ t("br", null, null, -1)), _a = { class: "event__exhibitor" }, ha = /* @__PURE__ */ v({
|
|
1239
1239
|
__name: "event-card",
|
|
1240
1240
|
props: {
|
|
1241
1241
|
eventType: {
|
|
@@ -1260,18 +1260,18 @@ const oa = /* @__PURE__ */ h(sa, [["__scopeId", "data-v-3ea2b5a6"]]), ra = (e) =
|
|
|
1260
1260
|
}
|
|
1261
1261
|
},
|
|
1262
1262
|
setup(e) {
|
|
1263
|
-
return (i, o) => (l(), s("div",
|
|
1263
|
+
return (i, o) => (l(), s("div", ra, [
|
|
1264
1264
|
b(G, {
|
|
1265
1265
|
"label-dark": !1,
|
|
1266
1266
|
text: e.eventType ? e.eventType : ""
|
|
1267
1267
|
}, null, 8, ["text"]),
|
|
1268
|
-
t("div", da,
|
|
1268
|
+
t("div", da, n(e.headline), 1),
|
|
1269
1269
|
t("div", ca, [
|
|
1270
|
-
j(
|
|
1270
|
+
j(n(e.dateTime), 1),
|
|
1271
1271
|
ua,
|
|
1272
|
-
j(
|
|
1272
|
+
j(n(e.location), 1)
|
|
1273
1273
|
]),
|
|
1274
|
-
t("div", _a, "Exhibitor: " +
|
|
1274
|
+
t("div", _a, "Exhibitor: " + n(e.exhibitor), 1)
|
|
1275
1275
|
]));
|
|
1276
1276
|
}
|
|
1277
1277
|
});
|
|
@@ -1297,9 +1297,9 @@ const va = /* @__PURE__ */ h(ha, [["__scopeId", "data-v-1a97c019"]]), ma = { cla
|
|
|
1297
1297
|
"label-dark": !1,
|
|
1298
1298
|
text: e.label ? e.label : ""
|
|
1299
1299
|
}, null, 8, ["text"]),
|
|
1300
|
-
t("div", fa,
|
|
1300
|
+
t("div", fa, n(e.headline), 1),
|
|
1301
1301
|
t("div", ga, [
|
|
1302
|
-
t("p", null,
|
|
1302
|
+
t("p", null, n(e.paragraph), 1)
|
|
1303
1303
|
])
|
|
1304
1304
|
]));
|
|
1305
1305
|
}
|
|
@@ -1333,17 +1333,17 @@ const pa = /* @__PURE__ */ h(ya, [["__scopeId", "data-v-ebdea819"]]), ba = { cla
|
|
|
1333
1333
|
setup(e) {
|
|
1334
1334
|
return (i, o) => (l(), s("div", ba, [
|
|
1335
1335
|
t("div", $a, [
|
|
1336
|
-
t("h2", ka,
|
|
1336
|
+
t("h2", ka, n(i.headline), 1),
|
|
1337
1337
|
t("div", wa, [
|
|
1338
1338
|
(l(!0), s(T, null, C(i.facts, (a) => (l(), s("div", {
|
|
1339
1339
|
key: a.value + a.metric,
|
|
1340
1340
|
class: "fact"
|
|
1341
1341
|
}, [
|
|
1342
1342
|
t("div", Sa, [
|
|
1343
|
-
t("span", null,
|
|
1343
|
+
t("span", null, n(a.value), 1)
|
|
1344
1344
|
]),
|
|
1345
1345
|
t("div", xa, [
|
|
1346
|
-
t("span", null,
|
|
1346
|
+
t("span", null, n(a.metric), 1)
|
|
1347
1347
|
])
|
|
1348
1348
|
]))), 128))
|
|
1349
1349
|
]),
|
|
@@ -1391,10 +1391,10 @@ const Ia = /* @__PURE__ */ h(Ba, [["__scopeId", "data-v-d2b231d4"]]), La = { cla
|
|
|
1391
1391
|
return (i, o) => (l(), s("div", La, [
|
|
1392
1392
|
t("div", Ta, [
|
|
1393
1393
|
e.headline ? (l(), s("div", Ca, [
|
|
1394
|
-
t("h2", null,
|
|
1394
|
+
t("h2", null, n(e.headline), 1)
|
|
1395
1395
|
])) : f("", !0),
|
|
1396
1396
|
e.body ? (l(), s("div", Aa, [
|
|
1397
|
-
t("p", null,
|
|
1397
|
+
t("p", null, n(e.body), 1)
|
|
1398
1398
|
])) : f("", !0),
|
|
1399
1399
|
t("div", {
|
|
1400
1400
|
class: u(["features__elements", [e.elements.length === 6 ? "features__elements--grid-6" : ""]])
|
|
@@ -1414,8 +1414,8 @@ const Ia = /* @__PURE__ */ h(Ba, [["__scopeId", "data-v-d2b231d4"]]), La = { cla
|
|
|
1414
1414
|
]),
|
|
1415
1415
|
_: 2
|
|
1416
1416
|
}, 1024),
|
|
1417
|
-
t("p", Va,
|
|
1418
|
-
t("p", Da,
|
|
1417
|
+
t("p", Va, n(a.headline), 1),
|
|
1418
|
+
t("p", Da, n(a.body), 1)
|
|
1419
1419
|
]))), 128))
|
|
1420
1420
|
], 2)
|
|
1421
1421
|
])
|
|
@@ -1434,7 +1434,7 @@ const Oa = /* @__PURE__ */ h(Ma, [["__scopeId", "data-v-3c525fb7"]]), Pa = { cla
|
|
|
1434
1434
|
return (i, o) => (l(), s("div", Pa, [
|
|
1435
1435
|
t("div", za, [
|
|
1436
1436
|
t("div", Fa, [
|
|
1437
|
-
t("h2", Na,
|
|
1437
|
+
t("h2", Na, n(e.headline), 1),
|
|
1438
1438
|
t("div", Ea, [
|
|
1439
1439
|
d(i.$slots, "form-body", {}, void 0, !0)
|
|
1440
1440
|
])
|
|
@@ -1475,7 +1475,7 @@ const ja = /* @__PURE__ */ h(Ra, [["__scopeId", "data-v-55d9c2fd"]]), Ua = { cla
|
|
|
1475
1475
|
_: 3
|
|
1476
1476
|
})
|
|
1477
1477
|
]),
|
|
1478
|
-
t("p", Wa,
|
|
1478
|
+
t("p", Wa, n(e.caption), 1)
|
|
1479
1479
|
])
|
|
1480
1480
|
]));
|
|
1481
1481
|
}
|
|
@@ -1563,10 +1563,10 @@ const Qa = /* @__PURE__ */ h(Ya, [["__scopeId", "data-v-79ce0bb6"]]), Ja = { cla
|
|
|
1563
1563
|
controls: !1,
|
|
1564
1564
|
height: "530",
|
|
1565
1565
|
width: "617",
|
|
1566
|
-
autoplay:
|
|
1567
|
-
loop:
|
|
1568
|
-
muted:
|
|
1569
|
-
play:
|
|
1566
|
+
autoplay: "",
|
|
1567
|
+
loop: "",
|
|
1568
|
+
muted: "",
|
|
1569
|
+
play: ""
|
|
1570
1570
|
}, null, 8, ["src", "aria-label"])
|
|
1571
1571
|
])) : f("", !0)
|
|
1572
1572
|
]),
|
|
@@ -1594,14 +1594,14 @@ const Qa = /* @__PURE__ */ h(Ya, [["__scopeId", "data-v-79ce0bb6"]]), Ja = { cla
|
|
|
1594
1594
|
}, 1024)
|
|
1595
1595
|
]))), 128)),
|
|
1596
1596
|
e.mediaSmall.length < 2 ? (l(), s("div", el, [
|
|
1597
|
-
t("p", null,
|
|
1597
|
+
t("p", null, n(e.body), 1)
|
|
1598
1598
|
])) : f("", !0)
|
|
1599
1599
|
], 6)
|
|
1600
1600
|
], 2)
|
|
1601
1601
|
], 2));
|
|
1602
1602
|
}
|
|
1603
1603
|
});
|
|
1604
|
-
const al = /* @__PURE__ */ h(tl, [["__scopeId", "data-v-
|
|
1604
|
+
const al = /* @__PURE__ */ h(tl, [["__scopeId", "data-v-02c29423"]]), ll = { class: "headline__wrapper" }, il = { class: "headline__h1" }, sl = /* @__PURE__ */ v({
|
|
1605
1605
|
__name: "headline",
|
|
1606
1606
|
props: {
|
|
1607
1607
|
headline: {
|
|
@@ -1627,12 +1627,12 @@ const al = /* @__PURE__ */ h(tl, [["__scopeId", "data-v-a185d267"]]), ll = { cla
|
|
|
1627
1627
|
"headline__content--default": !e.article && !e.subMenu
|
|
1628
1628
|
})
|
|
1629
1629
|
}, [
|
|
1630
|
-
t("h1", il,
|
|
1630
|
+
t("h1", il, n(e.headline), 1)
|
|
1631
1631
|
], 2)
|
|
1632
1632
|
]));
|
|
1633
1633
|
}
|
|
1634
1634
|
});
|
|
1635
|
-
const ol = /* @__PURE__ */ h(sl, [["__scopeId", "data-v-080238bd"]]),
|
|
1635
|
+
const ol = /* @__PURE__ */ h(sl, [["__scopeId", "data-v-080238bd"]]), nl = (e) => (P("data-v-bfcd60d5"), e = e(), z(), e), rl = { class: "hero__wrapper" }, dl = { class: "hero__content" }, cl = { class: "hero__top" }, ul = { class: "hero__elements" }, _l = { class: "hero__headline" }, hl = { class: "hero__link" }, vl = { class: "hero__video" }, ml = /* @__PURE__ */ nl(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), fl = /* @__PURE__ */ v({
|
|
1636
1636
|
__name: "hero",
|
|
1637
1637
|
props: {
|
|
1638
1638
|
headline: {
|
|
@@ -1645,12 +1645,12 @@ const ol = /* @__PURE__ */ h(sl, [["__scopeId", "data-v-080238bd"]]), rl = (e) =
|
|
|
1645
1645
|
}
|
|
1646
1646
|
},
|
|
1647
1647
|
setup(e) {
|
|
1648
|
-
return (i, o) => (l(), s("div",
|
|
1648
|
+
return (i, o) => (l(), s("div", rl, [
|
|
1649
1649
|
t("div", dl, [
|
|
1650
1650
|
t("div", cl, [
|
|
1651
1651
|
t("div", ul, [
|
|
1652
1652
|
t("div", _l, [
|
|
1653
|
-
t("h1", null,
|
|
1653
|
+
t("h1", null, n(e.headline), 1)
|
|
1654
1654
|
]),
|
|
1655
1655
|
t("div", hl, [
|
|
1656
1656
|
b(V, {
|
|
@@ -1672,10 +1672,10 @@ const ol = /* @__PURE__ */ h(sl, [["__scopeId", "data-v-080238bd"]]), rl = (e) =
|
|
|
1672
1672
|
"local-video": "",
|
|
1673
1673
|
"aria-label": e.video.alt,
|
|
1674
1674
|
controls: !1,
|
|
1675
|
-
autoplay:
|
|
1676
|
-
loop:
|
|
1677
|
-
muted:
|
|
1678
|
-
play:
|
|
1675
|
+
autoplay: "",
|
|
1676
|
+
loop: "",
|
|
1677
|
+
muted: "",
|
|
1678
|
+
play: "",
|
|
1679
1679
|
poster: e.video.poster
|
|
1680
1680
|
}, null, 8, ["src", "aria-label", "poster"])
|
|
1681
1681
|
])
|
|
@@ -1683,7 +1683,7 @@ const ol = /* @__PURE__ */ h(sl, [["__scopeId", "data-v-080238bd"]]), rl = (e) =
|
|
|
1683
1683
|
]));
|
|
1684
1684
|
}
|
|
1685
1685
|
});
|
|
1686
|
-
const gl = /* @__PURE__ */ h(fl, [["__scopeId", "data-v-
|
|
1686
|
+
const gl = /* @__PURE__ */ h(fl, [["__scopeId", "data-v-bfcd60d5"]]), yl = { class: "logo-wall__wrapper" }, pl = { class: "logo-wall__content" }, bl = {
|
|
1687
1687
|
key: 0,
|
|
1688
1688
|
class: "logo-wall__text"
|
|
1689
1689
|
}, $l = { key: 0 }, kl = { key: 1 }, wl = { class: "logo-wall__logos" }, Sl = { class: "logo-wall__link" }, xl = /* @__PURE__ */ v({
|
|
@@ -1707,8 +1707,8 @@ const gl = /* @__PURE__ */ h(fl, [["__scopeId", "data-v-ad805b9b"]]), yl = { cla
|
|
|
1707
1707
|
return (i, o) => (l(), s("div", yl, [
|
|
1708
1708
|
t("div", pl, [
|
|
1709
1709
|
e.headline || e.body ? (l(), s("div", bl, [
|
|
1710
|
-
e.headline ? (l(), s("h2", $l,
|
|
1711
|
-
e.body ? (l(), s("p", kl,
|
|
1710
|
+
e.headline ? (l(), s("h2", $l, n(e.headline), 1)) : f("", !0),
|
|
1711
|
+
e.body ? (l(), s("p", kl, n(e.body), 1)) : f("", !0)
|
|
1712
1712
|
])) : f("", !0),
|
|
1713
1713
|
t("div", wl, [
|
|
1714
1714
|
(l(!0), s(T, null, C(e.logos, (a) => (l(), s("div", {
|
|
@@ -1754,13 +1754,13 @@ const ql = /* @__PURE__ */ h(xl, [["__scopeId", "data-v-a8afd396"]]), Bl = { cla
|
|
|
1754
1754
|
blue: "micro-stories__wrapper--blue",
|
|
1755
1755
|
dark: "micro-stories__wrapper--dark"
|
|
1756
1756
|
}, a = L(() => o[i.bgColor]);
|
|
1757
|
-
return (
|
|
1757
|
+
return (r, m) => (l(), s("div", {
|
|
1758
1758
|
class: u(["micro-stories__wrapper", a.value])
|
|
1759
1759
|
}, [
|
|
1760
1760
|
t("div", Bl, [
|
|
1761
|
-
d(
|
|
1761
|
+
d(r.$slots, "micro-stories-slides")
|
|
1762
1762
|
]),
|
|
1763
|
-
d(
|
|
1763
|
+
d(r.$slots, "micro-stories-controls")
|
|
1764
1764
|
], 2));
|
|
1765
1765
|
}
|
|
1766
1766
|
});
|
|
@@ -1800,26 +1800,26 @@ const Vl = /* @__PURE__ */ h(Ll, [["render", Al], ["__scopeId", "data-v-8765ee0b
|
|
|
1800
1800
|
return (i, o) => (l(), s("div", Dl, [
|
|
1801
1801
|
t("div", Ml, [
|
|
1802
1802
|
t("div", Ol, [
|
|
1803
|
-
t("h1", null,
|
|
1803
|
+
t("h1", null, n(e.headline), 1)
|
|
1804
1804
|
]),
|
|
1805
1805
|
t("div", Pl, [
|
|
1806
1806
|
b(U, {
|
|
1807
|
-
play:
|
|
1807
|
+
play: "",
|
|
1808
1808
|
"local-video": !0,
|
|
1809
1809
|
src: e.videoSrc,
|
|
1810
1810
|
"aria-label": e.ariaLabel,
|
|
1811
1811
|
controls: !1,
|
|
1812
1812
|
poster: e.imgSrc,
|
|
1813
|
-
autoplay:
|
|
1814
|
-
loop:
|
|
1815
|
-
muted:
|
|
1813
|
+
autoplay: "",
|
|
1814
|
+
loop: "",
|
|
1815
|
+
muted: ""
|
|
1816
1816
|
}, null, 8, ["src", "aria-label", "poster"])
|
|
1817
1817
|
])
|
|
1818
1818
|
])
|
|
1819
1819
|
]));
|
|
1820
1820
|
}
|
|
1821
1821
|
});
|
|
1822
|
-
const Fl = /* @__PURE__ */ h(zl, [["__scopeId", "data-v-
|
|
1822
|
+
const Fl = /* @__PURE__ */ h(zl, [["__scopeId", "data-v-a4551025"]]), Nl = { class: "promo__content" }, El = /* @__PURE__ */ v({
|
|
1823
1823
|
__name: "promo",
|
|
1824
1824
|
props: {
|
|
1825
1825
|
label: {
|
|
@@ -1903,10 +1903,10 @@ const Fl = /* @__PURE__ */ h(zl, [["__scopeId", "data-v-4272034e"]]), Nl = { cla
|
|
|
1903
1903
|
"local-video": "",
|
|
1904
1904
|
"aria-label": e.alt,
|
|
1905
1905
|
controls: !1,
|
|
1906
|
-
autoplay:
|
|
1907
|
-
loop:
|
|
1908
|
-
muted:
|
|
1909
|
-
play:
|
|
1906
|
+
autoplay: "",
|
|
1907
|
+
loop: "",
|
|
1908
|
+
muted: "",
|
|
1909
|
+
play: "",
|
|
1910
1910
|
poster: e.fallbackImage
|
|
1911
1911
|
}, null, 8, ["src", "aria-label", "poster"])
|
|
1912
1912
|
], 2)) : f("", !0),
|
|
@@ -1926,7 +1926,7 @@ const Fl = /* @__PURE__ */ h(zl, [["__scopeId", "data-v-4272034e"]]), Nl = { cla
|
|
|
1926
1926
|
"promo__title",
|
|
1927
1927
|
e.variant === "dark" ? "promo__title--dark" : ""
|
|
1928
1928
|
])
|
|
1929
|
-
},
|
|
1929
|
+
}, n(e.headline), 3),
|
|
1930
1930
|
e.linkType === "link" ? (l(), M(V, {
|
|
1931
1931
|
key: 1,
|
|
1932
1932
|
"link-type": e.variant === "dark" ? "regular_dark" : (e.variant === "light", "regular_light"),
|
|
@@ -1951,7 +1951,7 @@ const Fl = /* @__PURE__ */ h(zl, [["__scopeId", "data-v-4272034e"]]), Nl = { cla
|
|
|
1951
1951
|
], 2));
|
|
1952
1952
|
}
|
|
1953
1953
|
});
|
|
1954
|
-
const Hl = /* @__PURE__ */ h(El, [["__scopeId", "data-v-
|
|
1954
|
+
const Hl = /* @__PURE__ */ h(El, [["__scopeId", "data-v-b1dc613f"]]), Rl = (e) => (P("data-v-e3cc8e27"), e = e(), z(), e), jl = { class: "quote__wrapper" }, Ul = { class: "quote__content" }, Kl = /* @__PURE__ */ Rl(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), Gl = { class: "quote__quote" }, Wl = { class: "quote__quote-text" }, Yl = { class: "quote__author" }, Ql = {
|
|
1955
1955
|
key: 0,
|
|
1956
1956
|
class: "quote__image"
|
|
1957
1957
|
}, Jl = { class: "quote__text" }, Xl = { class: "quote__author-name" }, Zl = { class: "quote__author-title" }, ei = /* @__PURE__ */ v({
|
|
@@ -1980,7 +1980,7 @@ const Hl = /* @__PURE__ */ h(El, [["__scopeId", "data-v-6a96c16e"]]), Rl = (e) =
|
|
|
1980
1980
|
t("div", Ul, [
|
|
1981
1981
|
Kl,
|
|
1982
1982
|
t("div", Gl, [
|
|
1983
|
-
t("p", Wl,
|
|
1983
|
+
t("p", Wl, n(e.quote), 1),
|
|
1984
1984
|
t("div", Yl, [
|
|
1985
1985
|
e.authorImage ? (l(), s("div", Ql, [
|
|
1986
1986
|
b(A, null, {
|
|
@@ -1995,8 +1995,8 @@ const Hl = /* @__PURE__ */ h(El, [["__scopeId", "data-v-6a96c16e"]]), Rl = (e) =
|
|
|
1995
1995
|
})
|
|
1996
1996
|
])) : f("", !0),
|
|
1997
1997
|
t("div", Jl, [
|
|
1998
|
-
t("p", Xl,
|
|
1999
|
-
t("p", Zl,
|
|
1998
|
+
t("p", Xl, n(e.author), 1),
|
|
1999
|
+
t("p", Zl, n(e.authorTitle), 1)
|
|
2000
2000
|
])
|
|
2001
2001
|
])
|
|
2002
2002
|
])
|
|
@@ -2065,7 +2065,7 @@ const ti = /* @__PURE__ */ h(ei, [["__scopeId", "data-v-e3cc8e27"]]), ai = { cla
|
|
|
2065
2065
|
"rich-text__headline",
|
|
2066
2066
|
e.leftAligned || e.bulletList || e.image ? "rich-text__headline--left-aligned" : "rich-text__headline--centered"
|
|
2067
2067
|
])
|
|
2068
|
-
},
|
|
2068
|
+
}, n(e.headline), 3)) : f("", !0),
|
|
2069
2069
|
t("div", {
|
|
2070
2070
|
class: u([
|
|
2071
2071
|
"rich-text__content",
|
|
@@ -2106,9 +2106,9 @@ const ti = /* @__PURE__ */ h(ei, [["__scopeId", "data-v-e3cc8e27"]]), ai = { cla
|
|
|
2106
2106
|
}
|
|
2107
2107
|
});
|
|
2108
2108
|
const oi = /* @__PURE__ */ h(si, [["__scopeId", "data-v-c2a5b795"]]);
|
|
2109
|
-
const
|
|
2109
|
+
const ni = {}, ri = { class: "rich-text" }, di = { class: "rich-text__wrapper" }, ci = { class: "rich-text__content rich-text__content--left-aligned" }, ui = { class: "rich-text__body" };
|
|
2110
2110
|
function _i(e, i) {
|
|
2111
|
-
return l(), s("div",
|
|
2111
|
+
return l(), s("div", ri, [
|
|
2112
2112
|
t("div", di, [
|
|
2113
2113
|
t("div", ci, [
|
|
2114
2114
|
t("div", ui, [
|
|
@@ -2123,7 +2123,7 @@ function _i(e, i) {
|
|
|
2123
2123
|
])
|
|
2124
2124
|
]);
|
|
2125
2125
|
}
|
|
2126
|
-
const hi = /* @__PURE__ */ h(
|
|
2126
|
+
const hi = /* @__PURE__ */ h(ni, [["render", _i], ["__scopeId", "data-v-3abe0bb4"]]), vi = (e) => (P("data-v-78d319df"), e = e(), z(), e), mi = { class: "timeline__wrapper" }, fi = { class: "timeline__content" }, gi = { class: "timeline__items" }, yi = { class: "item__left" }, pi = /* @__PURE__ */ vi(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
|
|
2127
2127
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
2128
2128
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
2129
2129
|
], -1)), bi = { class: "item__right" }, $i = ["innerHTML"], ki = /* @__PURE__ */ v({
|
|
@@ -2135,11 +2135,11 @@ const hi = /* @__PURE__ */ h(ri, [["render", _i], ["__scopeId", "data-v-3abe0bb4
|
|
|
2135
2135
|
}
|
|
2136
2136
|
},
|
|
2137
2137
|
setup(e) {
|
|
2138
|
-
return
|
|
2138
|
+
return re(() => {
|
|
2139
2139
|
const i = document.querySelectorAll(".timeline__item"), o = new IntersectionObserver(
|
|
2140
2140
|
(a) => {
|
|
2141
|
-
a.forEach((
|
|
2142
|
-
|
|
2141
|
+
a.forEach((r) => {
|
|
2142
|
+
r.isIntersecting && (r.target.classList.add("visible"), r.target.classList.remove("faded"), o.unobserve(r.target));
|
|
2143
2143
|
});
|
|
2144
2144
|
},
|
|
2145
2145
|
{
|
|
@@ -2156,7 +2156,7 @@ const hi = /* @__PURE__ */ h(ri, [["render", _i], ["__scopeId", "data-v-3abe0bb4
|
|
|
2156
2156
|
key: a.year,
|
|
2157
2157
|
class: "timeline__item faded"
|
|
2158
2158
|
}, [
|
|
2159
|
-
t("div", yi,
|
|
2159
|
+
t("div", yi, n(a.year), 1),
|
|
2160
2160
|
pi,
|
|
2161
2161
|
t("div", bi, [
|
|
2162
2162
|
b(A, null, {
|
|
@@ -2205,8 +2205,8 @@ const wi = /* @__PURE__ */ h(ki, [["__scopeId", "data-v-78d319df"]]), Si = { cla
|
|
|
2205
2205
|
}, [
|
|
2206
2206
|
t("div", Si, [
|
|
2207
2207
|
e.headline || e.paragraph ? (l(), s("div", xi, [
|
|
2208
|
-
e.headline ? (l(), s("h2", qi,
|
|
2209
|
-
e.paragraph ? (l(), s("p", Bi,
|
|
2208
|
+
e.headline ? (l(), s("h2", qi, n(e.headline), 1)) : f("", !0),
|
|
2209
|
+
e.paragraph ? (l(), s("p", Bi, n(e.paragraph), 1)) : f("", !0)
|
|
2210
2210
|
])) : f("", !0),
|
|
2211
2211
|
t("div", Ii, [
|
|
2212
2212
|
d(i.$slots, "triple-card-display-cards", {}, void 0, !0)
|
|
@@ -2236,9 +2236,9 @@ const Ti = /* @__PURE__ */ h(Li, [["__scopeId", "data-v-d77943df"]]), Ci = { cla
|
|
|
2236
2236
|
setup(e) {
|
|
2237
2237
|
return (i, o) => (l(), s("div", Ci, [
|
|
2238
2238
|
t("div", Ai, [
|
|
2239
|
-
e.headline ? (l(), s("h2", Vi,
|
|
2239
|
+
e.headline ? (l(), s("h2", Vi, n(e.headline), 1)) : f("", !0),
|
|
2240
2240
|
d(i.$slots, "vimeo-content", {}, void 0, !0),
|
|
2241
|
-
e.description ? (l(), s("p", Di,
|
|
2241
|
+
e.description ? (l(), s("p", Di, n(e.description), 1)) : f("", !0)
|
|
2242
2242
|
])
|
|
2243
2243
|
]));
|
|
2244
2244
|
}
|
|
@@ -2254,7 +2254,7 @@ const Oi = /* @__PURE__ */ h(Mi, [["__scopeId", "data-v-599c68c7"]]), Pi = { cla
|
|
|
2254
2254
|
setup(e) {
|
|
2255
2255
|
return (i, o) => (l(), s("div", Pi, [
|
|
2256
2256
|
t("div", zi, [
|
|
2257
|
-
t("h1", Fi,
|
|
2257
|
+
t("h1", Fi, n(e.headline), 1),
|
|
2258
2258
|
t("div", Ni, [
|
|
2259
2259
|
d(i.$slots, "not-found-body", {}, void 0, !0)
|
|
2260
2260
|
])
|
|
@@ -2289,7 +2289,7 @@ const Hi = /* @__PURE__ */ h(Ei, [["__scopeId", "data-v-b829ca6c"]]), Ri = { cla
|
|
|
2289
2289
|
]));
|
|
2290
2290
|
}
|
|
2291
2291
|
});
|
|
2292
|
-
const Wi = /* @__PURE__ */ h(Gi, [["__scopeId", "data-v-c11a3620"]]), E = (e) => (P("data-v-9d34b5e2"), e = e(), z(), e), Yi = { class: "footer__wrapper" }, Qi = { class: "footer__content" }, Ji = { class: "footer__sections" }, Xi = { class: "section__title" }, Zi = { class: "section__list" }, es = { class: "section" }, ts = /* @__PURE__ */ E(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), as = /* @__PURE__ */ E(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), ls = /* @__PURE__ */ E(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), is = /* @__PURE__ */ E(() => /* @__PURE__ */ t("br", null, null, -1)), ss = /* @__PURE__ */ E(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), os = /* @__PURE__ */ E(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)),
|
|
2292
|
+
const Wi = /* @__PURE__ */ h(Gi, [["__scopeId", "data-v-c11a3620"]]), E = (e) => (P("data-v-9d34b5e2"), e = e(), z(), e), Yi = { class: "footer__wrapper" }, Qi = { class: "footer__content" }, Ji = { class: "footer__sections" }, Xi = { class: "section__title" }, Zi = { class: "section__list" }, es = { class: "section" }, ts = /* @__PURE__ */ E(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), as = /* @__PURE__ */ E(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), ls = /* @__PURE__ */ E(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), is = /* @__PURE__ */ E(() => /* @__PURE__ */ t("br", null, null, -1)), ss = /* @__PURE__ */ E(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), os = /* @__PURE__ */ E(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), ns = { class: "footer__bottom" }, rs = { class: "copyright" }, ds = { class: "footer__policy" }, cs = /* @__PURE__ */ E(() => /* @__PURE__ */ t("span", null, [
|
|
2293
2293
|
/* @__PURE__ */ t("i", { class: "change-region" }),
|
|
2294
2294
|
/* @__PURE__ */ j("Change region")
|
|
2295
2295
|
], -1)), us = [
|
|
@@ -2335,7 +2335,7 @@ const Wi = /* @__PURE__ */ h(Gi, [["__scopeId", "data-v-c11a3620"]]), E = (e) =>
|
|
|
2335
2335
|
key: a.title,
|
|
2336
2336
|
class: "section"
|
|
2337
2337
|
}, [
|
|
2338
|
-
t("span", Xi,
|
|
2338
|
+
t("span", Xi, n(a.title), 1),
|
|
2339
2339
|
t("nav", null, [
|
|
2340
2340
|
t("ul", Zi, [
|
|
2341
2341
|
d(i.$slots, "section-links", {
|
|
@@ -2373,8 +2373,8 @@ const Wi = /* @__PURE__ */ h(Gi, [["__scopeId", "data-v-c11a3620"]]), E = (e) =>
|
|
|
2373
2373
|
])
|
|
2374
2374
|
])
|
|
2375
2375
|
]),
|
|
2376
|
-
t("div",
|
|
2377
|
-
t("p",
|
|
2376
|
+
t("div", ns, [
|
|
2377
|
+
t("p", rs, "© MiR " + n((/* @__PURE__ */ new Date()).getFullYear()), 1),
|
|
2378
2378
|
t("div", ds, [
|
|
2379
2379
|
t("button", {
|
|
2380
2380
|
class: "footer__language-switcher",
|
|
@@ -2442,19 +2442,19 @@ const ms = /* @__PURE__ */ h(vs, [["__scopeId", "data-v-9d34b5e2"]]), fs = { cla
|
|
|
2442
2442
|
],
|
|
2443
2443
|
setup(e, { expose: i, emit: o }) {
|
|
2444
2444
|
const a = e;
|
|
2445
|
-
let
|
|
2445
|
+
let r = null, m = x(a.burgerState), w = x(a.showDropDown);
|
|
2446
2446
|
se(
|
|
2447
2447
|
() => a.burgerState,
|
|
2448
2448
|
(S) => m.value = S
|
|
2449
2449
|
), se(
|
|
2450
2450
|
() => a.showDropDown,
|
|
2451
2451
|
(S) => w.value = S
|
|
2452
|
-
),
|
|
2453
|
-
|
|
2452
|
+
), re(() => {
|
|
2453
|
+
r = (S) => {
|
|
2454
2454
|
S.target.closest("#menu-dropdown") || (w.value = !1);
|
|
2455
|
-
}, window.addEventListener("click",
|
|
2455
|
+
}, window.addEventListener("click", r);
|
|
2456
2456
|
}), $e(() => {
|
|
2457
|
-
|
|
2457
|
+
r !== null && window.removeEventListener("click", r);
|
|
2458
2458
|
});
|
|
2459
2459
|
function _() {
|
|
2460
2460
|
w.value = !w.value, o("update:showDropDown", w.value);
|
|
@@ -2580,8 +2580,8 @@ const Ms = /* @__PURE__ */ h(Ds, [["__scopeId", "data-v-e129834d"]]), Os = { cla
|
|
|
2580
2580
|
setup(e) {
|
|
2581
2581
|
return (i, o) => (l(), s("div", Os, [
|
|
2582
2582
|
t("div", Ps, [
|
|
2583
|
-
t("h2", zs,
|
|
2584
|
-
t("p", Fs,
|
|
2583
|
+
t("h2", zs, n(e.headline), 1),
|
|
2584
|
+
t("p", Fs, n(e.paragraph), 1),
|
|
2585
2585
|
d(i.$slots, "language-links", {}, void 0, !0)
|
|
2586
2586
|
])
|
|
2587
2587
|
]));
|