@mirweb/mir-web-components 0.17.67 → 0.17.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/atoms/slider/slider.vue.d.ts +1 -1
- package/dist/components/blocks/promo/promo.vue.d.ts +1 -1
- package/dist/mir-web-components.cjs.js +1 -1
- package/dist/mir-web-components.css +1 -1
- package/dist/mir-web-components.es.js +306 -304
- package/dist/mir-web-components.umd.js +2 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as g, computed as L, openBlock as s, createElementBlock as i, normalizeClass as h, toDisplayString as n, createElementVNode as t, renderSlot as _, pushScopeId as E, popScopeId as R, createTextVNode as
|
|
1
|
+
import { defineComponent as g, computed as L, openBlock as s, createElementBlock as i, normalizeClass as h, toDisplayString as n, createElementVNode as t, renderSlot as _, pushScopeId as E, popScopeId as R, createTextVNode as W, ref as I, withDirectives as Y, Fragment as M, renderList as O, vShow as Z, normalizeProps as P, guardReactiveProps as F, toRefs as ye, mergeProps as te, createVNode as w, Transition as $e, withCtx as k, withModifiers as ne, createBlock as C, createCommentVNode as m, watchEffect as de, withKeys as ke, useSlots as we, normalizeStyle as ae, isRef as ie, unref as V, onMounted as ce, watch as re, onUnmounted as Se } from "vue";
|
|
2
2
|
const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
@@ -81,7 +81,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
81
81
|
class: "chip",
|
|
82
82
|
"aria-label": r.value
|
|
83
83
|
}, [
|
|
84
|
-
|
|
84
|
+
W(n(o.text) + " ", 1),
|
|
85
85
|
Oe
|
|
86
86
|
], 8, Me)
|
|
87
87
|
]));
|
|
@@ -125,7 +125,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
125
125
|
function H(d) {
|
|
126
126
|
var $;
|
|
127
127
|
const b = d.target;
|
|
128
|
-
b.getAttribute("role") === "option" && (
|
|
128
|
+
b.getAttribute("role") === "option" && (G(b), Q(), ($ = u.value) == null || $.focus());
|
|
129
129
|
}
|
|
130
130
|
function le(d) {
|
|
131
131
|
var $;
|
|
@@ -138,7 +138,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
138
138
|
(U) => U.value === o.modelValue
|
|
139
139
|
);
|
|
140
140
|
let N = T ? p.value[T] : p.value[0];
|
|
141
|
-
b === "ArrowUp" ? T - 1 >= 0 && (N = p.value[T - 1]) : T + 1 <= o.options.length && (N = p.value[T + 1]), N &&
|
|
141
|
+
b === "ArrowUp" ? T - 1 >= 0 && (N = p.value[T - 1]) : T + 1 <= o.options.length && (N = p.value[T + 1]), N && G(N);
|
|
142
142
|
break;
|
|
143
143
|
}
|
|
144
144
|
case "Home":
|
|
@@ -155,7 +155,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
155
155
|
break;
|
|
156
156
|
default: {
|
|
157
157
|
const T = me(b);
|
|
158
|
-
T &&
|
|
158
|
+
T && G(T);
|
|
159
159
|
break;
|
|
160
160
|
}
|
|
161
161
|
}
|
|
@@ -195,9 +195,9 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
195
195
|
return null;
|
|
196
196
|
}
|
|
197
197
|
function ve() {
|
|
198
|
-
|
|
198
|
+
G(p.value[0]);
|
|
199
199
|
}
|
|
200
|
-
function
|
|
200
|
+
function G(d) {
|
|
201
201
|
var $, T;
|
|
202
202
|
const b = d.getAttribute("data-value");
|
|
203
203
|
if (o.modelValue) {
|
|
@@ -217,7 +217,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
217
217
|
function fe() {
|
|
218
218
|
var b;
|
|
219
219
|
const d = (b = p.value) == null ? void 0 : b[o.options.length - 1];
|
|
220
|
-
|
|
220
|
+
G(d);
|
|
221
221
|
}
|
|
222
222
|
function Q() {
|
|
223
223
|
var d;
|
|
@@ -317,7 +317,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
317
317
|
}, n(o.text), 11, Je)
|
|
318
318
|
]));
|
|
319
319
|
}
|
|
320
|
-
}),
|
|
320
|
+
}), K = /* @__PURE__ */ v(Qe, [["__scopeId", "data-v-7d9d3a8a"]]), Ze = { class: "link__wrapper" }, D = /* @__PURE__ */ g({
|
|
321
321
|
__name: "link",
|
|
322
322
|
props: {
|
|
323
323
|
linkType: { default: "regular" },
|
|
@@ -476,7 +476,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
476
476
|
})
|
|
477
477
|
]));
|
|
478
478
|
}
|
|
479
|
-
}), ue = /* @__PURE__ */ v(ut, [["__scopeId", "data-v-80f0fb08"]]), _t = { class: "slider__wrapper" }, pt = { class: "slider__label" }, ht = ["for"], mt = ["aria-label"], vt = { class: "slider__content" }, ft = ["id", "name", "value", "min", "step", "max"], gt = /* @__PURE__ */ g({
|
|
479
|
+
}), ue = /* @__PURE__ */ v(ut, [["__scopeId", "data-v-80f0fb08"]]), _t = { class: "slider__wrapper" }, pt = { class: "slider__label" }, ht = ["for"], mt = ["aria-label"], vt = { class: "slider__content" }, ft = ["id", "name", "value", "min", "step", "max"], gt = { class: "modal-information" }, bt = /* @__PURE__ */ g({
|
|
480
480
|
__name: "slider",
|
|
481
481
|
props: {
|
|
482
482
|
label: {},
|
|
@@ -552,13 +552,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
552
552
|
"onUpdate:show": y[3] || (y[3] = (q) => c.value = q)
|
|
553
553
|
}, {
|
|
554
554
|
default: k(() => [
|
|
555
|
-
|
|
555
|
+
t("p", gt, n(f.information), 1)
|
|
556
556
|
]),
|
|
557
557
|
_: 1
|
|
558
558
|
}, 8, ["show"])) : m("", !0)
|
|
559
559
|
]));
|
|
560
560
|
}
|
|
561
|
-
}),
|
|
561
|
+
}), yt = /* @__PURE__ */ v(bt, [["__scopeId", "data-v-24a83011"]]), $t = { id: "textarea-wrapper" }, kt = ["for"], wt = ["id"], St = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], Bt = { class: "textarea-info" }, It = { key: 0 }, qt = /* @__PURE__ */ g({
|
|
562
562
|
__name: "textarea",
|
|
563
563
|
props: {
|
|
564
564
|
id: { default: "" },
|
|
@@ -572,11 +572,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
572
572
|
},
|
|
573
573
|
emits: ["update:modelValue"],
|
|
574
574
|
setup(e) {
|
|
575
|
-
return (a, r) => (s(), i("div",
|
|
575
|
+
return (a, r) => (s(), i("div", $t, [
|
|
576
576
|
t("label", {
|
|
577
577
|
for: a.id,
|
|
578
578
|
class: h({ required: a.required })
|
|
579
|
-
}, n(a.labelText) + n(a.required ? " *" : ""), 11,
|
|
579
|
+
}, n(a.labelText) + n(a.required ? " *" : ""), 11, kt),
|
|
580
580
|
t("div", {
|
|
581
581
|
id: a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? "textarea-wrapper__inner" : ""
|
|
582
582
|
}, [
|
|
@@ -594,11 +594,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
594
594
|
a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? "reached-meter-limit" : "border"
|
|
595
595
|
),
|
|
596
596
|
onInput: r[0] || (r[0] = (o) => a.$emit("update:modelValue", o.target.value))
|
|
597
|
-
}, null, 42,
|
|
598
|
-
], 8,
|
|
599
|
-
t("div",
|
|
597
|
+
}, null, 42, St)
|
|
598
|
+
], 8, wt),
|
|
599
|
+
t("div", Bt, [
|
|
600
600
|
t("div", null, [
|
|
601
|
-
a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (s(), i("p",
|
|
601
|
+
a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (s(), i("p", It, " Too many characters. Please make it shorter ")) : m("", !0)
|
|
602
602
|
]),
|
|
603
603
|
t("p", {
|
|
604
604
|
class: h(
|
|
@@ -608,16 +608,16 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
608
608
|
])
|
|
609
609
|
]));
|
|
610
610
|
}
|
|
611
|
-
}),
|
|
611
|
+
}), Tt = /* @__PURE__ */ v(qt, [["__scopeId", "data-v-220a973c"]]), Lt = { class: "text-field__wrapper" }, Vt = ["for"], Ct = { key: 0 }, At = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Dt = ["aria-expanded"], Mt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Ot = {
|
|
612
612
|
key: 2,
|
|
613
613
|
class: "search"
|
|
614
|
-
},
|
|
614
|
+
}, Pt = {
|
|
615
615
|
key: 3,
|
|
616
616
|
class: "errorMessage"
|
|
617
|
-
},
|
|
617
|
+
}, Ft = {
|
|
618
618
|
key: 4,
|
|
619
619
|
class: "helperText"
|
|
620
|
-
},
|
|
620
|
+
}, Et = /* @__PURE__ */ g({
|
|
621
621
|
__name: "text-field",
|
|
622
622
|
props: {
|
|
623
623
|
type: { default: "text" },
|
|
@@ -649,7 +649,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
649
649
|
), c = L(
|
|
650
650
|
() => l.value ? "password" : "text"
|
|
651
651
|
);
|
|
652
|
-
return (p, S) => (s(), i("div",
|
|
652
|
+
return (p, S) => (s(), i("div", Lt, [
|
|
653
653
|
t("label", {
|
|
654
654
|
for: p.id,
|
|
655
655
|
class: h([
|
|
@@ -657,8 +657,8 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
657
657
|
p.disabled ? "disabled" : "",
|
|
658
658
|
p.search ? "search" : ""
|
|
659
659
|
])
|
|
660
|
-
}, n(p.label), 11,
|
|
661
|
-
o.value === "password" ? (s(), i("div",
|
|
660
|
+
}, n(p.label), 11, Vt),
|
|
661
|
+
o.value === "password" ? (s(), i("div", Ct, [
|
|
662
662
|
t("input", {
|
|
663
663
|
id: p.id,
|
|
664
664
|
ref: "passwordField",
|
|
@@ -669,14 +669,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
669
669
|
disabled: p.disabled,
|
|
670
670
|
name: p.fieldName,
|
|
671
671
|
onInput: S[0] || (S[0] = (f) => p.$emit("update:modelValue", f.target.value))
|
|
672
|
-
}, null, 40,
|
|
672
|
+
}, null, 40, At),
|
|
673
673
|
t("i", {
|
|
674
674
|
role: "button",
|
|
675
675
|
class: h([u.value]),
|
|
676
676
|
"aria-controls": "password",
|
|
677
677
|
"aria-expanded": !l.value,
|
|
678
678
|
onClick: S[1] || (S[1] = (f) => l.value = !l.value)
|
|
679
|
-
}, null, 10,
|
|
679
|
+
}, null, 10, Dt)
|
|
680
680
|
])) : (s(), i("input", {
|
|
681
681
|
key: 1,
|
|
682
682
|
id: p.id,
|
|
@@ -693,13 +693,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
693
693
|
disabled: p.disabled,
|
|
694
694
|
name: p.fieldName,
|
|
695
695
|
onInput: S[2] || (S[2] = (f) => p.$emit("update:modelValue", f.target.value))
|
|
696
|
-
}, null, 42,
|
|
697
|
-
p.search ? (s(), i("i",
|
|
698
|
-
p.errorMessage ? (s(), i("strong",
|
|
699
|
-
p.helperText ? (s(), i("span",
|
|
696
|
+
}, null, 42, Mt)),
|
|
697
|
+
p.search ? (s(), i("i", Ot)) : m("", !0),
|
|
698
|
+
p.errorMessage ? (s(), i("strong", Pt, n(p.errorMessage), 1)) : m("", !0),
|
|
699
|
+
p.helperText ? (s(), i("span", Ft, n(p.helperText), 1)) : m("", !0)
|
|
700
700
|
]));
|
|
701
701
|
}
|
|
702
|
-
}),
|
|
702
|
+
}), Rt = /* @__PURE__ */ v(Et, [["__scopeId", "data-v-414b9435"]]), Nt = { class: "video__wrapper" }, Ht = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], zt = ["src", "aria-label", "title", "width", "height"], jt = /* @__PURE__ */ g({
|
|
703
703
|
__name: "video",
|
|
704
704
|
props: {
|
|
705
705
|
play: { type: Boolean, default: !1 },
|
|
@@ -724,7 +724,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
724
724
|
resetVideo: () => {
|
|
725
725
|
o.value && (o.value.currentTime = 0, o.value.play());
|
|
726
726
|
}
|
|
727
|
-
}), (u, c) => (s(), i("div",
|
|
727
|
+
}), (u, c) => (s(), i("div", Nt, [
|
|
728
728
|
u.localVideo ? (s(), i("video", {
|
|
729
729
|
key: 0,
|
|
730
730
|
ref_key: "videoRef",
|
|
@@ -740,7 +740,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
740
740
|
type: "video/mp4",
|
|
741
741
|
playsinline: "",
|
|
742
742
|
src: u.src
|
|
743
|
-
}, null, 8,
|
|
743
|
+
}, null, 8, Ht)) : (s(), i("iframe", {
|
|
744
744
|
key: 1,
|
|
745
745
|
src: u.src,
|
|
746
746
|
"aria-label": u.ariaLabel,
|
|
@@ -750,10 +750,10 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
750
750
|
frameborder: "0",
|
|
751
751
|
allow: "autoplay; fullscreen",
|
|
752
752
|
allowfullscreen: ""
|
|
753
|
-
}, null, 8,
|
|
753
|
+
}, null, 8, zt))
|
|
754
754
|
]));
|
|
755
755
|
}
|
|
756
|
-
}), J = /* @__PURE__ */ v(
|
|
756
|
+
}), J = /* @__PURE__ */ v(jt, [["__scopeId", "data-v-c6a0feb6"]]), Ut = { class: "address__wrapper" }, Kt = { class: "address__content" }, Gt = { class: "address__flag" }, Wt = { class: "address__address" }, Yt = { class: "address__name" }, Jt = { key: 0 }, Qt = { class: "address__contact" }, Zt = ["href"], Xt = ["href"], xt = /* @__PURE__ */ g({
|
|
757
757
|
__name: "address",
|
|
758
758
|
props: {
|
|
759
759
|
name: {},
|
|
@@ -765,19 +765,19 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
765
765
|
email: {}
|
|
766
766
|
},
|
|
767
767
|
setup(e) {
|
|
768
|
-
return (a, r) => (s(), i("div",
|
|
769
|
-
t("div",
|
|
770
|
-
t("div",
|
|
768
|
+
return (a, r) => (s(), i("div", Ut, [
|
|
769
|
+
t("div", Kt, [
|
|
770
|
+
t("div", Gt, [
|
|
771
771
|
_(a.$slots, "address-flag", {}, void 0, !0)
|
|
772
772
|
]),
|
|
773
|
-
t("div",
|
|
774
|
-
t("p",
|
|
773
|
+
t("div", Wt, [
|
|
774
|
+
t("p", Yt, n(a.name), 1),
|
|
775
775
|
t("p", null, n(a.company), 1),
|
|
776
776
|
t("p", null, n(a.addressLine1), 1),
|
|
777
777
|
t("p", null, n(a.addressLine2), 1),
|
|
778
|
-
a.addressLine3 ? (s(), i("p",
|
|
778
|
+
a.addressLine3 ? (s(), i("p", Jt, n(a.addressLine3), 1)) : m("", !0)
|
|
779
779
|
]),
|
|
780
|
-
t("div",
|
|
780
|
+
t("div", Qt, [
|
|
781
781
|
(s(!0), i(M, null, O(a.phoneNumbers, (o) => (s(), C(D, {
|
|
782
782
|
key: o,
|
|
783
783
|
underline: "false",
|
|
@@ -787,19 +787,19 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
787
787
|
t("a", {
|
|
788
788
|
href: "tel:" + o,
|
|
789
789
|
class: "address__phone"
|
|
790
|
-
}, n(o), 9,
|
|
790
|
+
}, n(o), 9, Zt)
|
|
791
791
|
]),
|
|
792
792
|
_: 2
|
|
793
793
|
}, 1024))), 128)),
|
|
794
794
|
t("a", {
|
|
795
795
|
href: "mailto:" + a.email,
|
|
796
796
|
class: "address__email"
|
|
797
|
-
}, n(a.email), 9,
|
|
797
|
+
}, n(a.email), 9, Xt)
|
|
798
798
|
])
|
|
799
799
|
])
|
|
800
800
|
]));
|
|
801
801
|
}
|
|
802
|
-
}),
|
|
802
|
+
}), ea = /* @__PURE__ */ v(xt, [["__scopeId", "data-v-88ee2983"]]), ta = (e) => (E("data-v-a44fd57d"), e = e(), R(), e), aa = { class: "bullet-list__wrapper" }, la = /* @__PURE__ */ ta(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), oa = /* @__PURE__ */ g({
|
|
803
803
|
__name: "bullet-list",
|
|
804
804
|
props: {
|
|
805
805
|
list: {
|
|
@@ -819,20 +819,20 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
819
819
|
}
|
|
820
820
|
},
|
|
821
821
|
setup(e) {
|
|
822
|
-
return (a, r) => (s(), i("div",
|
|
822
|
+
return (a, r) => (s(), i("div", aa, [
|
|
823
823
|
t("div", {
|
|
824
824
|
class: h(["bullet-list", e.variant])
|
|
825
825
|
}, [
|
|
826
826
|
t("ul", null, [
|
|
827
827
|
(s(!0), i(M, null, O(e.list, (o) => (s(), i("li", { key: o }, [
|
|
828
|
-
|
|
829
|
-
|
|
828
|
+
la,
|
|
829
|
+
W(" " + n(o), 1)
|
|
830
830
|
]))), 128))
|
|
831
831
|
])
|
|
832
832
|
], 2)
|
|
833
833
|
]));
|
|
834
834
|
}
|
|
835
|
-
}),
|
|
835
|
+
}), sa = /* @__PURE__ */ v(oa, [["__scopeId", "data-v-a44fd57d"]]), ia = { class: "card__wrapper" }, ra = { key: 2 }, na = { key: 5 }, da = /* @__PURE__ */ g({
|
|
836
836
|
__name: "card",
|
|
837
837
|
props: {
|
|
838
838
|
variant: { default: "product" },
|
|
@@ -873,7 +873,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
873
873
|
height: "335"
|
|
874
874
|
}
|
|
875
875
|
}, l = e, u = L(() => o[l.size]);
|
|
876
|
-
return (c, p) => (s(), i("div",
|
|
876
|
+
return (c, p) => (s(), i("div", ia, [
|
|
877
877
|
t("div", {
|
|
878
878
|
class: h(["card", [
|
|
879
879
|
c.theme === "dark" ? "card--dark" : "card--light",
|
|
@@ -916,7 +916,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
916
916
|
muted: !0
|
|
917
917
|
}, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
|
|
918
918
|
], 2)),
|
|
919
|
-
V(a)["card-label"] ? (s(), i("div",
|
|
919
|
+
V(a)["card-label"] ? (s(), i("div", ra, [
|
|
920
920
|
_(c.$slots, "card-label")
|
|
921
921
|
])) : m("", !0),
|
|
922
922
|
c.variant === "product" ? (s(), i("div", {
|
|
@@ -933,11 +933,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
933
933
|
c.theme === "dark" ? "regular-dark" : "regular-dark-blue"
|
|
934
934
|
])
|
|
935
935
|
}, n(c.headline), 3)),
|
|
936
|
-
c.variant === "product" ? (s(), i("p",
|
|
936
|
+
c.variant === "product" ? (s(), i("p", na, n(c.paragraph), 1)) : m("", !0)
|
|
937
937
|
], 38)
|
|
938
938
|
]));
|
|
939
939
|
}
|
|
940
|
-
}),
|
|
940
|
+
}), ca = /* @__PURE__ */ v(da, [["__scopeId", "data-v-4cfad815"]]), ua = (e) => (E("data-v-bc91c976"), e = e(), R(), e), _a = { class: "event__wrapper" }, pa = { class: "event__headline" }, ha = { class: "event__date-location" }, ma = /* @__PURE__ */ ua(() => /* @__PURE__ */ t("br", null, null, -1)), va = { class: "event__exhibitor" }, fa = /* @__PURE__ */ g({
|
|
941
941
|
__name: "event-card",
|
|
942
942
|
props: {
|
|
943
943
|
eventType: {
|
|
@@ -962,21 +962,21 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
962
962
|
}
|
|
963
963
|
},
|
|
964
964
|
setup(e) {
|
|
965
|
-
return (a, r) => (s(), i("div",
|
|
966
|
-
w(
|
|
965
|
+
return (a, r) => (s(), i("div", _a, [
|
|
966
|
+
w(K, {
|
|
967
967
|
"label-dark": !1,
|
|
968
968
|
text: e.eventType ? e.eventType : ""
|
|
969
969
|
}, null, 8, ["text"]),
|
|
970
|
-
t("div",
|
|
971
|
-
t("div",
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
970
|
+
t("div", pa, n(e.headline), 1),
|
|
971
|
+
t("div", ha, [
|
|
972
|
+
W(n(e.dateTime), 1),
|
|
973
|
+
ma,
|
|
974
|
+
W(n(e.location), 1)
|
|
975
975
|
]),
|
|
976
|
-
t("div",
|
|
976
|
+
t("div", va, n(e.exhibitor), 1)
|
|
977
977
|
]));
|
|
978
978
|
}
|
|
979
|
-
}),
|
|
979
|
+
}), ga = /* @__PURE__ */ v(fa, [["__scopeId", "data-v-bc91c976"]]), ba = { class: "text__wrapper" }, ya = { class: "text__headline" }, $a = { class: "text__paragraph" }, ka = /* @__PURE__ */ g({
|
|
980
980
|
__name: "text-card",
|
|
981
981
|
props: {
|
|
982
982
|
label: {
|
|
@@ -993,21 +993,21 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
993
993
|
}
|
|
994
994
|
},
|
|
995
995
|
setup(e) {
|
|
996
|
-
return (a, r) => (s(), i("div",
|
|
997
|
-
w(
|
|
996
|
+
return (a, r) => (s(), i("div", ba, [
|
|
997
|
+
w(K, {
|
|
998
998
|
"label-dark": !1,
|
|
999
999
|
text: e.label ? e.label : ""
|
|
1000
1000
|
}, null, 8, ["text"]),
|
|
1001
|
-
t("div",
|
|
1002
|
-
t("div",
|
|
1001
|
+
t("div", ya, n(e.headline), 1),
|
|
1002
|
+
t("div", $a, [
|
|
1003
1003
|
t("p", null, n(e.paragraph), 1)
|
|
1004
1004
|
])
|
|
1005
1005
|
]));
|
|
1006
1006
|
}
|
|
1007
|
-
}),
|
|
1007
|
+
}), wa = /* @__PURE__ */ v(ka, [["__scopeId", "data-v-ebdea819"]]), Sa = { class: "facts__wrapper" }, Ba = { class: "facts__content" }, Ia = { class: "facts__headline" }, qa = { class: "facts" }, Ta = { class: "fact__value" }, La = { class: "fact__metric" }, Va = {
|
|
1008
1008
|
key: 0,
|
|
1009
1009
|
class: "facts__link"
|
|
1010
|
-
},
|
|
1010
|
+
}, Ca = /* @__PURE__ */ g({
|
|
1011
1011
|
__name: "facts",
|
|
1012
1012
|
props: {
|
|
1013
1013
|
headline: { default: "" },
|
|
@@ -1031,23 +1031,23 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1031
1031
|
}) }
|
|
1032
1032
|
},
|
|
1033
1033
|
setup(e) {
|
|
1034
|
-
return (a, r) => (s(), i("div",
|
|
1035
|
-
t("div",
|
|
1036
|
-
t("h2",
|
|
1037
|
-
t("div",
|
|
1034
|
+
return (a, r) => (s(), i("div", Sa, [
|
|
1035
|
+
t("div", Ba, [
|
|
1036
|
+
t("h2", Ia, n(a.headline), 1),
|
|
1037
|
+
t("div", qa, [
|
|
1038
1038
|
(s(!0), i(M, null, O(a.facts, (o) => (s(), i("div", {
|
|
1039
1039
|
key: o.value + o.metric,
|
|
1040
1040
|
class: "fact"
|
|
1041
1041
|
}, [
|
|
1042
|
-
t("div",
|
|
1042
|
+
t("div", Ta, [
|
|
1043
1043
|
t("span", null, n(o.value), 1)
|
|
1044
1044
|
]),
|
|
1045
|
-
t("div",
|
|
1045
|
+
t("div", La, [
|
|
1046
1046
|
t("span", null, n(o.metric), 1)
|
|
1047
1047
|
])
|
|
1048
1048
|
]))), 128))
|
|
1049
1049
|
]),
|
|
1050
|
-
a.link ? (s(), i("div",
|
|
1050
|
+
a.link ? (s(), i("div", Va, [
|
|
1051
1051
|
w(D, {
|
|
1052
1052
|
"link-type": "regular_light",
|
|
1053
1053
|
arrow: ""
|
|
@@ -1061,13 +1061,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1061
1061
|
])
|
|
1062
1062
|
]));
|
|
1063
1063
|
}
|
|
1064
|
-
}),
|
|
1064
|
+
}), Aa = /* @__PURE__ */ v(Ca, [["__scopeId", "data-v-d2b231d4"]]), Da = { class: "features__wrapper" }, Ma = { class: "features__content" }, Oa = {
|
|
1065
1065
|
key: 0,
|
|
1066
1066
|
class: "features__headline"
|
|
1067
|
-
},
|
|
1067
|
+
}, Pa = {
|
|
1068
1068
|
key: 1,
|
|
1069
1069
|
class: "features__body"
|
|
1070
|
-
},
|
|
1070
|
+
}, Fa = { class: "element__headline" }, Ea = { class: "element__body" }, Ra = /* @__PURE__ */ g({
|
|
1071
1071
|
__name: "features",
|
|
1072
1072
|
props: {
|
|
1073
1073
|
headline: { default: "" },
|
|
@@ -1075,12 +1075,12 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1075
1075
|
elements: { default: () => [] }
|
|
1076
1076
|
},
|
|
1077
1077
|
setup(e) {
|
|
1078
|
-
return (a, r) => (s(), i("div",
|
|
1079
|
-
t("div",
|
|
1080
|
-
a.headline ? (s(), i("div",
|
|
1078
|
+
return (a, r) => (s(), i("div", Da, [
|
|
1079
|
+
t("div", Ma, [
|
|
1080
|
+
a.headline ? (s(), i("div", Oa, [
|
|
1081
1081
|
t("h2", null, n(a.headline), 1)
|
|
1082
1082
|
])) : m("", !0),
|
|
1083
|
-
a.body ? (s(), i("div",
|
|
1083
|
+
a.body ? (s(), i("div", Pa, [
|
|
1084
1084
|
_(a.$slots, "features-body", {}, void 0, !0)
|
|
1085
1085
|
])) : m("", !0),
|
|
1086
1086
|
t("div", {
|
|
@@ -1101,14 +1101,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1101
1101
|
]),
|
|
1102
1102
|
_: 2
|
|
1103
1103
|
}, 1024),
|
|
1104
|
-
t("p",
|
|
1105
|
-
t("p",
|
|
1104
|
+
t("p", Fa, n(o.headline), 1),
|
|
1105
|
+
t("p", Ea, n(o.body), 1)
|
|
1106
1106
|
]))), 128))
|
|
1107
1107
|
], 2)
|
|
1108
1108
|
])
|
|
1109
1109
|
]));
|
|
1110
1110
|
}
|
|
1111
|
-
}),
|
|
1111
|
+
}), Na = /* @__PURE__ */ v(Ra, [["__scopeId", "data-v-4f919e2d"]]), Ha = { class: "form__wrapper" }, za = { class: "form__content" }, ja = { class: "form__information" }, Ua = { class: "form__headline" }, Ka = { class: "form__body" }, Ga = { class: "form__script" }, Wa = /* @__PURE__ */ g({
|
|
1112
1112
|
__name: "form-script",
|
|
1113
1113
|
props: {
|
|
1114
1114
|
headline: {
|
|
@@ -1117,21 +1117,21 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1117
1117
|
}
|
|
1118
1118
|
},
|
|
1119
1119
|
setup(e) {
|
|
1120
|
-
return (a, r) => (s(), i("div",
|
|
1121
|
-
t("div",
|
|
1122
|
-
t("div",
|
|
1123
|
-
t("h2",
|
|
1124
|
-
t("div",
|
|
1120
|
+
return (a, r) => (s(), i("div", Ha, [
|
|
1121
|
+
t("div", za, [
|
|
1122
|
+
t("div", ja, [
|
|
1123
|
+
t("h2", Ua, n(e.headline), 1),
|
|
1124
|
+
t("div", Ka, [
|
|
1125
1125
|
_(a.$slots, "form-body", {}, void 0, !0)
|
|
1126
1126
|
])
|
|
1127
1127
|
]),
|
|
1128
|
-
t("div",
|
|
1128
|
+
t("div", Ga, [
|
|
1129
1129
|
_(a.$slots, "form-script", {}, void 0, !0)
|
|
1130
1130
|
])
|
|
1131
1131
|
])
|
|
1132
1132
|
]));
|
|
1133
1133
|
}
|
|
1134
|
-
}),
|
|
1134
|
+
}), Ya = /* @__PURE__ */ v(Wa, [["__scopeId", "data-v-87a67c13"]]), Ja = { class: "image__wrapper" }, Qa = { class: "image__content" }, Za = { class: "image__image" }, Xa = { class: "image__caption" }, xa = /* @__PURE__ */ g({
|
|
1135
1135
|
inheritAttrs: !1,
|
|
1136
1136
|
__name: "image",
|
|
1137
1137
|
props: {
|
|
@@ -1150,9 +1150,9 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1150
1150
|
}
|
|
1151
1151
|
},
|
|
1152
1152
|
setup(e) {
|
|
1153
|
-
return (a, r) => (s(), i("div",
|
|
1154
|
-
t("div",
|
|
1155
|
-
t("div",
|
|
1153
|
+
return (a, r) => (s(), i("div", Ja, [
|
|
1154
|
+
t("div", Qa, [
|
|
1155
|
+
t("div", Za, [
|
|
1156
1156
|
w(A, null, {
|
|
1157
1157
|
default: k(() => [
|
|
1158
1158
|
_(a.$slots, "image", P(F({ width: 984, height: 554, src: e.src, alt: e.alt })))
|
|
@@ -1160,20 +1160,20 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1160
1160
|
_: 3
|
|
1161
1161
|
})
|
|
1162
1162
|
]),
|
|
1163
|
-
t("p",
|
|
1163
|
+
t("p", Xa, n(e.caption), 1)
|
|
1164
1164
|
])
|
|
1165
1165
|
]));
|
|
1166
1166
|
}
|
|
1167
|
-
}),
|
|
1167
|
+
}), el = /* @__PURE__ */ v(xa, [["__scopeId", "data-v-79ce0bb6"]]), tl = { class: "gallery__large" }, al = {
|
|
1168
1168
|
key: 0,
|
|
1169
1169
|
class: "image image--large"
|
|
1170
|
-
},
|
|
1170
|
+
}, ll = {
|
|
1171
1171
|
key: 1,
|
|
1172
1172
|
class: "video"
|
|
1173
|
-
},
|
|
1173
|
+
}, ol = {
|
|
1174
1174
|
key: 0,
|
|
1175
1175
|
class: "body"
|
|
1176
|
-
},
|
|
1176
|
+
}, sl = /* @__PURE__ */ g({
|
|
1177
1177
|
__name: "image-gallery",
|
|
1178
1178
|
props: {
|
|
1179
1179
|
mediaLarge: {},
|
|
@@ -1199,8 +1199,8 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1199
1199
|
l.flipHorizontal ? "gallery__content--reverse" : "gallery__content--default"
|
|
1200
1200
|
])
|
|
1201
1201
|
}, [
|
|
1202
|
-
t("div",
|
|
1203
|
-
l.mediaLarge && l.mediaType === "image" ? (s(), i("div",
|
|
1202
|
+
t("div", tl, [
|
|
1203
|
+
l.mediaLarge && l.mediaType === "image" ? (s(), i("div", al, [
|
|
1204
1204
|
w(A, null, {
|
|
1205
1205
|
default: k(() => [
|
|
1206
1206
|
_(l.$slots, "image-large", P(F({
|
|
@@ -1213,7 +1213,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1213
1213
|
_: 3
|
|
1214
1214
|
})
|
|
1215
1215
|
])) : m("", !0),
|
|
1216
|
-
l.mediaLarge && l.mediaType === "video" ? (s(), i("div",
|
|
1216
|
+
l.mediaLarge && l.mediaType === "video" ? (s(), i("div", ll, [
|
|
1217
1217
|
w(J, {
|
|
1218
1218
|
src: l.mediaLarge.src,
|
|
1219
1219
|
"local-video": "",
|
|
@@ -1251,14 +1251,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1251
1251
|
_: 2
|
|
1252
1252
|
}, 1024)
|
|
1253
1253
|
]))), 128)),
|
|
1254
|
-
l.mediaSmall.length < 2 ? (s(), i("div",
|
|
1254
|
+
l.mediaSmall.length < 2 ? (s(), i("div", ol, [
|
|
1255
1255
|
t("p", null, n(l.body), 1)
|
|
1256
1256
|
])) : m("", !0)
|
|
1257
1257
|
], 6)
|
|
1258
1258
|
], 2)
|
|
1259
1259
|
], 2));
|
|
1260
1260
|
}
|
|
1261
|
-
}),
|
|
1261
|
+
}), il = /* @__PURE__ */ v(sl, [["__scopeId", "data-v-029495a0"]]), rl = { class: "headline__wrapper" }, nl = { class: "headline__h1" }, dl = /* @__PURE__ */ g({
|
|
1262
1262
|
__name: "headline",
|
|
1263
1263
|
props: {
|
|
1264
1264
|
headline: {
|
|
@@ -1275,7 +1275,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1275
1275
|
}
|
|
1276
1276
|
},
|
|
1277
1277
|
setup(e) {
|
|
1278
|
-
return (a, r) => (s(), i("div",
|
|
1278
|
+
return (a, r) => (s(), i("div", rl, [
|
|
1279
1279
|
t("div", {
|
|
1280
1280
|
class: h({
|
|
1281
1281
|
"headline__content--article-and-submenu": e.article && e.subMenu,
|
|
@@ -1284,11 +1284,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1284
1284
|
"headline__content--default": !e.article && !e.subMenu
|
|
1285
1285
|
})
|
|
1286
1286
|
}, [
|
|
1287
|
-
t("h1",
|
|
1287
|
+
t("h1", nl, n(e.headline), 1)
|
|
1288
1288
|
], 2)
|
|
1289
1289
|
]));
|
|
1290
1290
|
}
|
|
1291
|
-
}),
|
|
1291
|
+
}), cl = /* @__PURE__ */ v(dl, [["__scopeId", "data-v-3ef1567e"]]), ul = (e) => (E("data-v-22f9be13"), e = e(), R(), e), _l = { class: "hero__wrapper" }, pl = { class: "hero__content" }, hl = { class: "hero__top" }, ml = { class: "hero__elements" }, vl = { class: "hero__headline" }, fl = { class: "hero__link" }, gl = { class: "hero__video" }, bl = /* @__PURE__ */ ul(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), yl = { class: "hero__video__video" }, $l = { class: "hero__image" }, kl = /* @__PURE__ */ g({
|
|
1292
1292
|
__name: "hero",
|
|
1293
1293
|
props: {
|
|
1294
1294
|
headline: {
|
|
@@ -1297,14 +1297,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1297
1297
|
}
|
|
1298
1298
|
},
|
|
1299
1299
|
setup(e) {
|
|
1300
|
-
return (a, r) => (s(), i("div",
|
|
1301
|
-
t("div",
|
|
1302
|
-
t("div",
|
|
1303
|
-
t("div",
|
|
1304
|
-
t("div",
|
|
1300
|
+
return (a, r) => (s(), i("div", _l, [
|
|
1301
|
+
t("div", pl, [
|
|
1302
|
+
t("div", hl, [
|
|
1303
|
+
t("div", ml, [
|
|
1304
|
+
t("div", vl, [
|
|
1305
1305
|
t("h1", null, n(e.headline), 1)
|
|
1306
1306
|
]),
|
|
1307
|
-
t("div",
|
|
1307
|
+
t("div", fl, [
|
|
1308
1308
|
w(D, {
|
|
1309
1309
|
"link-type": "regular_light",
|
|
1310
1310
|
arrow: ""
|
|
@@ -1317,22 +1317,22 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1317
1317
|
])
|
|
1318
1318
|
])
|
|
1319
1319
|
]),
|
|
1320
|
-
t("div",
|
|
1321
|
-
|
|
1322
|
-
t("div",
|
|
1320
|
+
t("div", gl, [
|
|
1321
|
+
bl,
|
|
1322
|
+
t("div", yl, [
|
|
1323
1323
|
_(a.$slots, "hero-video", {}, void 0, !0)
|
|
1324
1324
|
]),
|
|
1325
|
-
t("div",
|
|
1325
|
+
t("div", $l, [
|
|
1326
1326
|
_(a.$slots, "hero-image", {}, void 0, !0)
|
|
1327
1327
|
])
|
|
1328
1328
|
])
|
|
1329
1329
|
])
|
|
1330
1330
|
]));
|
|
1331
1331
|
}
|
|
1332
|
-
}),
|
|
1332
|
+
}), wl = /* @__PURE__ */ v(kl, [["__scopeId", "data-v-22f9be13"]]), Sl = { class: "logo-wall__wrapper" }, Bl = { class: "logo-wall__content" }, Il = {
|
|
1333
1333
|
key: 0,
|
|
1334
1334
|
class: "logo-wall__text"
|
|
1335
|
-
},
|
|
1335
|
+
}, ql = { key: 0 }, Tl = { key: 1 }, Ll = { class: "logo-wall__logos" }, Vl = { class: "logo-wall__link" }, Cl = /* @__PURE__ */ g({
|
|
1336
1336
|
__name: "logo-wall",
|
|
1337
1337
|
props: {
|
|
1338
1338
|
headline: {
|
|
@@ -1350,13 +1350,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1350
1350
|
}
|
|
1351
1351
|
},
|
|
1352
1352
|
setup(e) {
|
|
1353
|
-
return (a, r) => (s(), i("div",
|
|
1354
|
-
t("div",
|
|
1355
|
-
e.headline || e.body ? (s(), i("div",
|
|
1356
|
-
e.headline ? (s(), i("h2",
|
|
1357
|
-
e.body ? (s(), i("p",
|
|
1353
|
+
return (a, r) => (s(), i("div", Sl, [
|
|
1354
|
+
t("div", Bl, [
|
|
1355
|
+
e.headline || e.body ? (s(), i("div", Il, [
|
|
1356
|
+
e.headline ? (s(), i("h2", ql, n(e.headline), 1)) : m("", !0),
|
|
1357
|
+
e.body ? (s(), i("p", Tl, n(e.body), 1)) : m("", !0)
|
|
1358
1358
|
])) : m("", !0),
|
|
1359
|
-
t("div",
|
|
1359
|
+
t("div", Ll, [
|
|
1360
1360
|
(s(!0), i(M, null, O(e.logos, (o) => (s(), i("div", {
|
|
1361
1361
|
key: o.src + o.alt,
|
|
1362
1362
|
class: "logo-wall__logo"
|
|
@@ -1374,7 +1374,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1374
1374
|
}, 1024)
|
|
1375
1375
|
]))), 128))
|
|
1376
1376
|
]),
|
|
1377
|
-
t("div",
|
|
1377
|
+
t("div", Vl, [
|
|
1378
1378
|
w(D, {
|
|
1379
1379
|
"link-type": "regular_light",
|
|
1380
1380
|
arrow: !0
|
|
@@ -1388,13 +1388,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1388
1388
|
])
|
|
1389
1389
|
]));
|
|
1390
1390
|
}
|
|
1391
|
-
}),
|
|
1391
|
+
}), Al = /* @__PURE__ */ v(Cl, [["__scopeId", "data-v-a8afd396"]]), Dl = { class: "micro-stories__top" }, Ml = {
|
|
1392
1392
|
key: 0,
|
|
1393
1393
|
class: "headline"
|
|
1394
|
-
},
|
|
1394
|
+
}, Ol = {
|
|
1395
1395
|
key: 1,
|
|
1396
1396
|
class: "body"
|
|
1397
|
-
},
|
|
1397
|
+
}, Pl = { class: "micro-stories__splide" }, Fl = /* @__PURE__ */ g({
|
|
1398
1398
|
__name: "micro-stories",
|
|
1399
1399
|
props: {
|
|
1400
1400
|
bgColor: { default: "blue" },
|
|
@@ -1410,32 +1410,32 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1410
1410
|
return (l, u) => (s(), i("div", {
|
|
1411
1411
|
class: h(["micro-stories__wrapper", r.value])
|
|
1412
1412
|
}, [
|
|
1413
|
-
t("div",
|
|
1414
|
-
l.headline ? (s(), i("div",
|
|
1413
|
+
t("div", Dl, [
|
|
1414
|
+
l.headline ? (s(), i("div", Ml, [
|
|
1415
1415
|
t("h2", null, n(l.headline), 1)
|
|
1416
1416
|
])) : m("", !0),
|
|
1417
|
-
l.body ? (s(), i("div",
|
|
1417
|
+
l.body ? (s(), i("div", Ol, [
|
|
1418
1418
|
t("p", null, n(l.body), 1)
|
|
1419
1419
|
])) : m("", !0)
|
|
1420
1420
|
]),
|
|
1421
|
-
t("div",
|
|
1421
|
+
t("div", Pl, [
|
|
1422
1422
|
_(l.$slots, "micro-stories-slides")
|
|
1423
1423
|
]),
|
|
1424
1424
|
_(l.$slots, "micro-stories-controls")
|
|
1425
1425
|
], 2));
|
|
1426
1426
|
}
|
|
1427
|
-
}),
|
|
1428
|
-
function
|
|
1429
|
-
return s(), i("div",
|
|
1430
|
-
t("div",
|
|
1427
|
+
}), El = {}, Rl = { class: "policy__wrapper" }, Nl = { class: "policy__content" };
|
|
1428
|
+
function Hl(e, a) {
|
|
1429
|
+
return s(), i("div", Rl, [
|
|
1430
|
+
t("div", Nl, [
|
|
1431
1431
|
_(e.$slots, "default", {}, void 0, !0)
|
|
1432
1432
|
])
|
|
1433
1433
|
]);
|
|
1434
1434
|
}
|
|
1435
|
-
const
|
|
1435
|
+
const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-9d5712e7"]]), jl = { class: "card-display__wrapper" }, Ul = {
|
|
1436
1436
|
key: 0,
|
|
1437
1437
|
class: "card__content"
|
|
1438
|
-
},
|
|
1438
|
+
}, Kl = { key: 0 }, Gl = { key: 1 }, Wl = { class: "card__cards" }, Yl = /* @__PURE__ */ g({
|
|
1439
1439
|
__name: "card-display",
|
|
1440
1440
|
props: {
|
|
1441
1441
|
headline: {
|
|
@@ -1458,18 +1458,18 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
|
|
|
1458
1458
|
e.bgColor === "blue" ? "card-display--blue" : "card-display--white"
|
|
1459
1459
|
])
|
|
1460
1460
|
}, [
|
|
1461
|
-
t("div",
|
|
1462
|
-
e.headline || e.paragraph ? (s(), i("div",
|
|
1463
|
-
e.headline ? (s(), i("h2",
|
|
1464
|
-
e.paragraph ? (s(), i("p",
|
|
1461
|
+
t("div", jl, [
|
|
1462
|
+
e.headline || e.paragraph ? (s(), i("div", Ul, [
|
|
1463
|
+
e.headline ? (s(), i("h2", Kl, n(e.headline), 1)) : m("", !0),
|
|
1464
|
+
e.paragraph ? (s(), i("p", Gl, n(e.paragraph), 1)) : m("", !0)
|
|
1465
1465
|
])) : m("", !0),
|
|
1466
|
-
t("div",
|
|
1466
|
+
t("div", Wl, [
|
|
1467
1467
|
_(a.$slots, "card-display-cards", {}, void 0, !0)
|
|
1468
1468
|
])
|
|
1469
1469
|
])
|
|
1470
1470
|
], 2));
|
|
1471
1471
|
}
|
|
1472
|
-
}),
|
|
1472
|
+
}), Jl = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-183dcee5"]]), Ql = { class: "promo__content" }, Zl = /* @__PURE__ */ g({
|
|
1473
1473
|
__name: "promo",
|
|
1474
1474
|
props: {
|
|
1475
1475
|
label: { default: "" },
|
|
@@ -1497,7 +1497,7 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
|
|
|
1497
1497
|
l.teaser ? "promo__wrapper--teaser" : ""
|
|
1498
1498
|
])
|
|
1499
1499
|
}, [
|
|
1500
|
-
t("div",
|
|
1500
|
+
t("div", Ql, [
|
|
1501
1501
|
l.mediaType === "image" ? (s(), i("div", {
|
|
1502
1502
|
key: 0,
|
|
1503
1503
|
class: h([
|
|
@@ -1537,7 +1537,7 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
|
|
|
1537
1537
|
l.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
1538
1538
|
])
|
|
1539
1539
|
}, [
|
|
1540
|
-
l.label ? (s(), C(
|
|
1540
|
+
l.label ? (s(), C(K, {
|
|
1541
1541
|
key: 0,
|
|
1542
1542
|
text: l.label,
|
|
1543
1543
|
"label-dark": l.variant === "dark"
|
|
@@ -1547,7 +1547,9 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
|
|
|
1547
1547
|
"promo__title",
|
|
1548
1548
|
l.variant === "dark" ? "promo__title--dark" : ""
|
|
1549
1549
|
])
|
|
1550
|
-
},
|
|
1550
|
+
}, [
|
|
1551
|
+
_(l.$slots, "promo-headline")
|
|
1552
|
+
], 2),
|
|
1551
1553
|
l.linkType === "link" ? (s(), C(D, {
|
|
1552
1554
|
key: 1,
|
|
1553
1555
|
"link-type": l.variant === "dark" ? "regular_dark" : (l.variant === "light", "regular_light"),
|
|
@@ -1571,10 +1573,10 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
|
|
|
1571
1573
|
])
|
|
1572
1574
|
], 2));
|
|
1573
1575
|
}
|
|
1574
|
-
}),
|
|
1576
|
+
}), Xl = /* @__PURE__ */ v(Zl, [["__scopeId", "data-v-6004e153"]]), xl = (e) => (E("data-v-e3cc8e27"), e = e(), R(), e), eo = { class: "quote__wrapper" }, to = { class: "quote__content" }, ao = /* @__PURE__ */ xl(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), lo = { class: "quote__quote" }, oo = { class: "quote__quote-text" }, so = { class: "quote__author" }, io = {
|
|
1575
1577
|
key: 0,
|
|
1576
1578
|
class: "quote__image"
|
|
1577
|
-
},
|
|
1579
|
+
}, ro = { class: "quote__text" }, no = { class: "quote__author-name" }, co = { class: "quote__author-title" }, uo = /* @__PURE__ */ g({
|
|
1578
1580
|
__name: "quote",
|
|
1579
1581
|
props: {
|
|
1580
1582
|
quote: {
|
|
@@ -1596,13 +1598,13 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
|
|
|
1596
1598
|
}
|
|
1597
1599
|
},
|
|
1598
1600
|
setup(e) {
|
|
1599
|
-
return (a, r) => (s(), i("div",
|
|
1600
|
-
t("div",
|
|
1601
|
-
|
|
1602
|
-
t("div",
|
|
1603
|
-
t("p",
|
|
1604
|
-
t("div",
|
|
1605
|
-
e.authorImage ? (s(), i("div",
|
|
1601
|
+
return (a, r) => (s(), i("div", eo, [
|
|
1602
|
+
t("div", to, [
|
|
1603
|
+
ao,
|
|
1604
|
+
t("div", lo, [
|
|
1605
|
+
t("p", oo, n(e.quote), 1),
|
|
1606
|
+
t("div", so, [
|
|
1607
|
+
e.authorImage ? (s(), i("div", io, [
|
|
1606
1608
|
w(A, null, {
|
|
1607
1609
|
default: k(() => [
|
|
1608
1610
|
_(a.$slots, "author-image", P(F({
|
|
@@ -1614,22 +1616,22 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
|
|
|
1614
1616
|
_: 3
|
|
1615
1617
|
})
|
|
1616
1618
|
])) : m("", !0),
|
|
1617
|
-
t("div",
|
|
1618
|
-
t("p",
|
|
1619
|
-
t("p",
|
|
1619
|
+
t("div", ro, [
|
|
1620
|
+
t("p", no, n(e.author), 1),
|
|
1621
|
+
t("p", co, n(e.authorTitle), 1)
|
|
1620
1622
|
])
|
|
1621
1623
|
])
|
|
1622
1624
|
])
|
|
1623
1625
|
])
|
|
1624
1626
|
]));
|
|
1625
1627
|
}
|
|
1626
|
-
}),
|
|
1628
|
+
}), _o = /* @__PURE__ */ v(uo, [["__scopeId", "data-v-e3cc8e27"]]), po = { class: "rich-text__wrapper" }, ho = {
|
|
1627
1629
|
key: 0,
|
|
1628
1630
|
class: "rich-text__links"
|
|
1629
|
-
},
|
|
1631
|
+
}, mo = {
|
|
1630
1632
|
key: 0,
|
|
1631
1633
|
class: "rich-text__bullet-list"
|
|
1632
|
-
},
|
|
1634
|
+
}, vo = /* @__PURE__ */ g({
|
|
1633
1635
|
__name: "rich-text",
|
|
1634
1636
|
props: {
|
|
1635
1637
|
headline: { default: "" },
|
|
@@ -1648,8 +1650,8 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
|
|
|
1648
1650
|
a.bgColor === "blue" ? "rich-text--blue" : "rich-text--white"
|
|
1649
1651
|
])
|
|
1650
1652
|
}, [
|
|
1651
|
-
t("div",
|
|
1652
|
-
a.label ? (s(), C(
|
|
1653
|
+
t("div", po, [
|
|
1654
|
+
a.label ? (s(), C(K, {
|
|
1653
1655
|
key: 0,
|
|
1654
1656
|
text: a.label,
|
|
1655
1657
|
"label-dark": !1
|
|
@@ -1674,11 +1676,11 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
|
|
|
1674
1676
|
])
|
|
1675
1677
|
}, [
|
|
1676
1678
|
_(a.$slots, "rich-text-content"),
|
|
1677
|
-
a.links ? (s(), i("div",
|
|
1679
|
+
a.links ? (s(), i("div", ho, [
|
|
1678
1680
|
_(a.$slots, "rich-text-links")
|
|
1679
1681
|
])) : m("", !0)
|
|
1680
1682
|
], 2),
|
|
1681
|
-
a.bulletList ? (s(), i("div",
|
|
1683
|
+
a.bulletList ? (s(), i("div", mo, [
|
|
1682
1684
|
_(a.$slots, "rich-text-bullet-list")
|
|
1683
1685
|
])) : m("", !0),
|
|
1684
1686
|
a.image ? (s(), i("div", {
|
|
@@ -1699,12 +1701,12 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
|
|
|
1699
1701
|
])
|
|
1700
1702
|
], 2));
|
|
1701
1703
|
}
|
|
1702
|
-
}),
|
|
1703
|
-
function
|
|
1704
|
-
return s(), i("div",
|
|
1705
|
-
t("div",
|
|
1706
|
-
t("div",
|
|
1707
|
-
t("div",
|
|
1704
|
+
}), fo = /* @__PURE__ */ v(vo, [["__scopeId", "data-v-8bb69ea4"]]), go = {}, bo = { class: "rich-text" }, yo = { class: "rich-text__wrapper" }, $o = { class: "rich-text__content rich-text__content--left-aligned" }, ko = { class: "rich-text__body" };
|
|
1705
|
+
function wo(e, a) {
|
|
1706
|
+
return s(), i("div", bo, [
|
|
1707
|
+
t("div", yo, [
|
|
1708
|
+
t("div", $o, [
|
|
1709
|
+
t("div", ko, [
|
|
1708
1710
|
t("div", null, [
|
|
1709
1711
|
_(e.$slots, "rich-text-content-left", {}, void 0, !0)
|
|
1710
1712
|
]),
|
|
@@ -1716,10 +1718,10 @@ function ko(e, a) {
|
|
|
1716
1718
|
])
|
|
1717
1719
|
]);
|
|
1718
1720
|
}
|
|
1719
|
-
const
|
|
1721
|
+
const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194"]]), Bo = (e) => (E("data-v-e254e1e0"), e = e(), R(), e), Io = { class: "timeline__wrapper" }, qo = { class: "timeline__content" }, To = { class: "timeline__items" }, Lo = { class: "item__left" }, Vo = /* @__PURE__ */ Bo(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
|
|
1720
1722
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
1721
1723
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
1722
|
-
], -1)),
|
|
1724
|
+
], -1)), Co = { class: "item__right" }, Ao = ["innerHTML"], Do = /* @__PURE__ */ g({
|
|
1723
1725
|
__name: "timeline",
|
|
1724
1726
|
props: {
|
|
1725
1727
|
timelineItems: {
|
|
@@ -1742,16 +1744,16 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
|
|
|
1742
1744
|
a.forEach((o) => {
|
|
1743
1745
|
r.observe(o);
|
|
1744
1746
|
});
|
|
1745
|
-
}), (a, r) => (s(), i("div",
|
|
1746
|
-
t("div",
|
|
1747
|
-
t("div",
|
|
1747
|
+
}), (a, r) => (s(), i("div", Io, [
|
|
1748
|
+
t("div", qo, [
|
|
1749
|
+
t("div", To, [
|
|
1748
1750
|
(s(!0), i(M, null, O(e.timelineItems, (o) => (s(), i("div", {
|
|
1749
1751
|
key: o.year,
|
|
1750
1752
|
class: "timeline__item faded"
|
|
1751
1753
|
}, [
|
|
1752
|
-
t("div",
|
|
1753
|
-
|
|
1754
|
-
t("div",
|
|
1754
|
+
t("div", Lo, n(o.year), 1),
|
|
1755
|
+
Vo,
|
|
1756
|
+
t("div", Co, [
|
|
1755
1757
|
w(A, null, {
|
|
1756
1758
|
default: k(() => [
|
|
1757
1759
|
o.media.src ? _(a.$slots, "timeline-image", P(te({ key: 0 }, { src: o.media.src, alt: o.media.alt })), void 0, !0) : m("", !0)
|
|
@@ -1762,20 +1764,20 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
|
|
|
1762
1764
|
style: ae([o.media.src ? "" : "margin-top: 0px"]),
|
|
1763
1765
|
class: "rich-text",
|
|
1764
1766
|
innerHTML: o.text
|
|
1765
|
-
}, null, 12,
|
|
1767
|
+
}, null, 12, Ao)
|
|
1766
1768
|
])
|
|
1767
1769
|
]))), 128))
|
|
1768
1770
|
])
|
|
1769
1771
|
])
|
|
1770
1772
|
]));
|
|
1771
1773
|
}
|
|
1772
|
-
}),
|
|
1774
|
+
}), Mo = /* @__PURE__ */ v(Do, [["__scopeId", "data-v-e254e1e0"]]), Oo = { class: "vimeo" }, Po = { class: "vimeo__wrapper" }, Fo = {
|
|
1773
1775
|
key: 0,
|
|
1774
1776
|
class: "vimeo__headline"
|
|
1775
|
-
},
|
|
1777
|
+
}, Eo = {
|
|
1776
1778
|
key: 1,
|
|
1777
1779
|
class: "vimeo__description"
|
|
1778
|
-
},
|
|
1780
|
+
}, Ro = /* @__PURE__ */ g({
|
|
1779
1781
|
__name: "vimeo",
|
|
1780
1782
|
props: {
|
|
1781
1783
|
headline: {
|
|
@@ -1788,15 +1790,15 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
|
|
|
1788
1790
|
}
|
|
1789
1791
|
},
|
|
1790
1792
|
setup(e) {
|
|
1791
|
-
return (a, r) => (s(), i("div",
|
|
1792
|
-
t("div",
|
|
1793
|
-
e.headline ? (s(), i("h2",
|
|
1793
|
+
return (a, r) => (s(), i("div", Oo, [
|
|
1794
|
+
t("div", Po, [
|
|
1795
|
+
e.headline ? (s(), i("h2", Fo, n(e.headline), 1)) : m("", !0),
|
|
1794
1796
|
_(a.$slots, "vimeo-content", {}, void 0, !0),
|
|
1795
|
-
e.description ? (s(), i("p",
|
|
1797
|
+
e.description ? (s(), i("p", Eo, n(e.description), 1)) : m("", !0)
|
|
1796
1798
|
])
|
|
1797
1799
|
]));
|
|
1798
1800
|
}
|
|
1799
|
-
}),
|
|
1801
|
+
}), No = /* @__PURE__ */ v(Ro, [["__scopeId", "data-v-599c68c7"]]), Ho = { class: "not-found__wrapper" }, zo = { class: "not-found__content" }, jo = { class: "not-found__headline" }, Uo = { class: "not-found__body" }, Ko = /* @__PURE__ */ g({
|
|
1800
1802
|
__name: "404",
|
|
1801
1803
|
props: {
|
|
1802
1804
|
headline: {
|
|
@@ -1805,16 +1807,16 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
|
|
|
1805
1807
|
}
|
|
1806
1808
|
},
|
|
1807
1809
|
setup(e) {
|
|
1808
|
-
return (a, r) => (s(), i("div",
|
|
1809
|
-
t("div",
|
|
1810
|
-
t("h1",
|
|
1811
|
-
t("div",
|
|
1810
|
+
return (a, r) => (s(), i("div", Ho, [
|
|
1811
|
+
t("div", zo, [
|
|
1812
|
+
t("h1", jo, n(e.headline), 1),
|
|
1813
|
+
t("div", Uo, [
|
|
1812
1814
|
_(a.$slots, "not-found-body", {}, void 0, !0)
|
|
1813
1815
|
])
|
|
1814
1816
|
])
|
|
1815
1817
|
]));
|
|
1816
1818
|
}
|
|
1817
|
-
}),
|
|
1819
|
+
}), Go = /* @__PURE__ */ v(Ko, [["__scopeId", "data-v-b829ca6c"]]), Wo = { class: "filter__wrapper" }, Yo = { class: "filter__content" }, Jo = { class: "filter__dropdowns" }, Qo = { class: "filter__chips" }, Zo = /* @__PURE__ */ g({
|
|
1818
1820
|
__name: "filter",
|
|
1819
1821
|
props: {
|
|
1820
1822
|
hasChips: {
|
|
@@ -1828,12 +1830,12 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
|
|
|
1828
1830
|
},
|
|
1829
1831
|
emits: ["clearFilters"],
|
|
1830
1832
|
setup(e) {
|
|
1831
|
-
return (a, r) => (s(), i("div",
|
|
1832
|
-
t("div",
|
|
1833
|
-
t("div",
|
|
1833
|
+
return (a, r) => (s(), i("div", Wo, [
|
|
1834
|
+
t("div", Yo, [
|
|
1835
|
+
t("div", Jo, [
|
|
1834
1836
|
_(a.$slots, "filter-dropdowns")
|
|
1835
1837
|
]),
|
|
1836
|
-
t("div",
|
|
1838
|
+
t("div", Qo, [
|
|
1837
1839
|
_(a.$slots, "filter-chips"),
|
|
1838
1840
|
e.hasChips ? (s(), i("button", {
|
|
1839
1841
|
key: 0,
|
|
@@ -1844,7 +1846,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
|
|
|
1844
1846
|
])
|
|
1845
1847
|
]));
|
|
1846
1848
|
}
|
|
1847
|
-
}),
|
|
1849
|
+
}), Xo = /* @__PURE__ */ v(Zo, [["__scopeId", "data-v-31c1ba00"]]), z = (e) => (E("data-v-5258b418"), e = e(), R(), e), xo = { class: "footer__wrapper" }, es = { class: "footer__content" }, ts = { class: "footer__sections" }, as = { class: "section__title" }, ls = { class: "section__list" }, os = { class: "section" }, ss = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), is = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), rs = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), ns = /* @__PURE__ */ z(() => /* @__PURE__ */ t("br", null, null, -1)), ds = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), cs = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), us = { class: "footer__bottom" }, _s = { class: "copyright" }, ps = { class: "footer__policy" }, hs = /* @__PURE__ */ z(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), ms = { class: "footer__social" }, vs = ["href", "aria-label"], fs = /* @__PURE__ */ g({
|
|
1848
1850
|
__name: "footer",
|
|
1849
1851
|
props: {
|
|
1850
1852
|
footerSections: { default: () => [] },
|
|
@@ -1855,35 +1857,35 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
|
|
|
1855
1857
|
},
|
|
1856
1858
|
emits: ["changeRegionClicked"],
|
|
1857
1859
|
setup(e) {
|
|
1858
|
-
return (a, r) => (s(), i("div",
|
|
1859
|
-
t("footer",
|
|
1860
|
-
t("div",
|
|
1860
|
+
return (a, r) => (s(), i("div", xo, [
|
|
1861
|
+
t("footer", es, [
|
|
1862
|
+
t("div", ts, [
|
|
1861
1863
|
(s(!0), i(M, null, O(a.footerSections, (o) => (s(), i("div", {
|
|
1862
1864
|
key: o.title,
|
|
1863
1865
|
class: "section"
|
|
1864
1866
|
}, [
|
|
1865
|
-
t("span",
|
|
1867
|
+
t("span", as, n(o.title), 1),
|
|
1866
1868
|
t("nav", null, [
|
|
1867
|
-
t("ul",
|
|
1869
|
+
t("ul", ls, [
|
|
1868
1870
|
_(a.$slots, "section-links", {
|
|
1869
1871
|
links: o.links
|
|
1870
1872
|
})
|
|
1871
1873
|
])
|
|
1872
1874
|
])
|
|
1873
1875
|
]))), 128)),
|
|
1874
|
-
t("div",
|
|
1875
|
-
|
|
1876
|
+
t("div", os, [
|
|
1877
|
+
ss,
|
|
1876
1878
|
t("address", null, [
|
|
1877
|
-
ss,
|
|
1878
1879
|
is,
|
|
1879
1880
|
rs,
|
|
1881
|
+
ns,
|
|
1880
1882
|
w(D, {
|
|
1881
1883
|
class: "footer__contact",
|
|
1882
1884
|
"link-type": "regular_light",
|
|
1883
1885
|
underline: "false"
|
|
1884
1886
|
}, {
|
|
1885
1887
|
default: k(() => [
|
|
1886
|
-
|
|
1888
|
+
ds
|
|
1887
1889
|
]),
|
|
1888
1890
|
_: 1
|
|
1889
1891
|
}),
|
|
@@ -1893,29 +1895,29 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
|
|
|
1893
1895
|
underline: "false"
|
|
1894
1896
|
}, {
|
|
1895
1897
|
default: k(() => [
|
|
1896
|
-
|
|
1898
|
+
cs
|
|
1897
1899
|
]),
|
|
1898
1900
|
_: 1
|
|
1899
1901
|
})
|
|
1900
1902
|
])
|
|
1901
1903
|
])
|
|
1902
1904
|
]),
|
|
1903
|
-
t("div",
|
|
1904
|
-
t("p",
|
|
1905
|
-
t("div",
|
|
1905
|
+
t("div", us, [
|
|
1906
|
+
t("p", _s, "© MiR " + n((/* @__PURE__ */ new Date()).getFullYear()), 1),
|
|
1907
|
+
t("div", ps, [
|
|
1906
1908
|
t("button", {
|
|
1907
1909
|
class: "footer__language-switcher",
|
|
1908
1910
|
onClick: r[0] || (r[0] = (o) => a.$emit("changeRegionClicked"))
|
|
1909
1911
|
}, [
|
|
1910
1912
|
t("span", null, [
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
+
hs,
|
|
1914
|
+
W(n(a.changeRegion), 1)
|
|
1913
1915
|
])
|
|
1914
1916
|
]),
|
|
1915
1917
|
_(a.$slots, "footer-privacy-link"),
|
|
1916
1918
|
_(a.$slots, "footer-cookie-link")
|
|
1917
1919
|
]),
|
|
1918
|
-
t("div",
|
|
1920
|
+
t("div", ms, [
|
|
1919
1921
|
(s(!0), i(M, null, O(a.socialMedia, (o) => (s(), C(D, {
|
|
1920
1922
|
key: o.title,
|
|
1921
1923
|
underline: "false",
|
|
@@ -1931,7 +1933,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
|
|
|
1931
1933
|
height: "14",
|
|
1932
1934
|
class: h(["footer__social--icon", [o.title ? "bg-" + o.title : ""]])
|
|
1933
1935
|
}, null, 2)
|
|
1934
|
-
], 8,
|
|
1936
|
+
], 8, vs)
|
|
1935
1937
|
]),
|
|
1936
1938
|
_: 2
|
|
1937
1939
|
}, 1024))), 128))
|
|
@@ -1940,19 +1942,19 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
|
|
|
1940
1942
|
])
|
|
1941
1943
|
]));
|
|
1942
1944
|
}
|
|
1943
|
-
}),
|
|
1945
|
+
}), gs = /* @__PURE__ */ v(fs, [["__scopeId", "data-v-5258b418"]]), bs = { class: "header__wrapper" }, ys = { class: "nav-wrapper" }, $s = { class: "mir-link-logo" }, ks = { class: "main-nav-items" }, ws = {
|
|
1944
1946
|
id: "menu-dropdown",
|
|
1945
1947
|
ref: "dropdownDiv"
|
|
1946
|
-
},
|
|
1948
|
+
}, Ss = {
|
|
1947
1949
|
key: 0,
|
|
1948
1950
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
1949
1951
|
alt: "dropdownarrow"
|
|
1950
|
-
},
|
|
1952
|
+
}, Bs = {
|
|
1951
1953
|
key: 1,
|
|
1952
1954
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
1953
1955
|
alt: "dropdownarrow",
|
|
1954
1956
|
style: { transform: "rotate(180deg)" }
|
|
1955
|
-
},
|
|
1957
|
+
}, Is = { class: "dropdown-content" }, qs = { class: "nav-search-wrapper" }, Ts = ["src"], Ls = { class: "mobile-logo-search-burger-wrapper" }, Vs = { class: "mobile-mir-link-logo" }, Cs = { class: "mobile-search-wrapper" }, As = ["src"], Ds = ["src"], Ms = { class: "mobile-menu-content-wrapper" }, Os = { class: "mobile-dropdown-content" }, Ps = /* @__PURE__ */ g({
|
|
1956
1958
|
__name: "header",
|
|
1957
1959
|
props: {
|
|
1958
1960
|
burgerState: {
|
|
@@ -1999,30 +2001,30 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
|
|
|
1999
2001
|
}
|
|
2000
2002
|
return a({
|
|
2001
2003
|
defocusSearchButton: x
|
|
2002
|
-
}), (B, j) => (s(), i("div",
|
|
2004
|
+
}), (B, j) => (s(), i("div", bs, [
|
|
2003
2005
|
t("nav", null, [
|
|
2004
|
-
t("div",
|
|
2005
|
-
t("div",
|
|
2006
|
+
t("div", ys, [
|
|
2007
|
+
t("div", $s, [
|
|
2006
2008
|
_(B.$slots, "link-logo", {}, void 0, !0)
|
|
2007
2009
|
]),
|
|
2008
|
-
t("ul",
|
|
2010
|
+
t("ul", ks, [
|
|
2009
2011
|
_(B.$slots, "main-nav-items", {}, void 0, !0)
|
|
2010
2012
|
]),
|
|
2011
|
-
t("div",
|
|
2013
|
+
t("div", ws, [
|
|
2012
2014
|
t("button", {
|
|
2013
2015
|
class: "nav-dropdown-btn",
|
|
2014
2016
|
onClick: S
|
|
2015
2017
|
}, [
|
|
2016
2018
|
_(B.$slots, "dropdown-title", {}, void 0, !0),
|
|
2017
|
-
V(c) === !1 ? (s(), i("img",
|
|
2019
|
+
V(c) === !1 ? (s(), i("img", Ss)) : (s(), i("img", Bs))
|
|
2018
2020
|
]),
|
|
2019
|
-
Y(t("div",
|
|
2021
|
+
Y(t("div", Is, [
|
|
2020
2022
|
_(B.$slots, "dropdown-links", {}, void 0, !0)
|
|
2021
2023
|
], 512), [
|
|
2022
2024
|
[Z, V(c)]
|
|
2023
2025
|
])
|
|
2024
2026
|
], 512),
|
|
2025
|
-
t("div",
|
|
2027
|
+
t("div", qs, [
|
|
2026
2028
|
t("button", {
|
|
2027
2029
|
ref_key: "navSearchButton",
|
|
2028
2030
|
ref: y,
|
|
@@ -2037,18 +2039,18 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
|
|
|
2037
2039
|
alt: "search icon",
|
|
2038
2040
|
width: "20",
|
|
2039
2041
|
height: "20"
|
|
2040
|
-
}, null, 8,
|
|
2042
|
+
}, null, 8, Ts)
|
|
2041
2043
|
], 512)
|
|
2042
2044
|
])
|
|
2043
2045
|
]),
|
|
2044
2046
|
t("div", {
|
|
2045
2047
|
class: h(["mobile-nav-wrapper", V(u) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
|
|
2046
2048
|
}, [
|
|
2047
|
-
t("div",
|
|
2048
|
-
t("div",
|
|
2049
|
+
t("div", Ls, [
|
|
2050
|
+
t("div", Vs, [
|
|
2049
2051
|
_(B.$slots, "link-logo", {}, void 0, !0)
|
|
2050
2052
|
]),
|
|
2051
|
-
t("div",
|
|
2053
|
+
t("div", Cs, [
|
|
2052
2054
|
t("button", {
|
|
2053
2055
|
ref_key: "mobileSearchButton",
|
|
2054
2056
|
ref: q,
|
|
@@ -2064,7 +2066,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
|
|
|
2064
2066
|
alt: "search icon",
|
|
2065
2067
|
width: "20",
|
|
2066
2068
|
height: "20"
|
|
2067
|
-
}, null, 8,
|
|
2069
|
+
}, null, 8, As)
|
|
2068
2070
|
], 512)
|
|
2069
2071
|
]),
|
|
2070
2072
|
t("button", {
|
|
@@ -2077,14 +2079,14 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
|
|
|
2077
2079
|
height: "20",
|
|
2078
2080
|
alt: "burger menu line icon",
|
|
2079
2081
|
src: V(u) === !0 ? "https://a.storyblok.com/f/230581/17x18/20e9329e46/close-white.svg" : "https://a.storyblok.com/f/230581/23x14/739e917bca/burger-menu-line.svg"
|
|
2080
|
-
}, null, 8,
|
|
2082
|
+
}, null, 8, Ds)
|
|
2081
2083
|
])
|
|
2082
2084
|
]),
|
|
2083
|
-
Y(t("div",
|
|
2085
|
+
Y(t("div", Ms, [
|
|
2084
2086
|
t("ul", null, [
|
|
2085
2087
|
_(B.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2086
2088
|
]),
|
|
2087
|
-
t("ul",
|
|
2089
|
+
t("ul", Os, [
|
|
2088
2090
|
_(B.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2089
2091
|
_(B.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2090
2092
|
])
|
|
@@ -2095,7 +2097,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
|
|
|
2095
2097
|
])
|
|
2096
2098
|
]));
|
|
2097
2099
|
}
|
|
2098
|
-
}),
|
|
2100
|
+
}), Fs = /* @__PURE__ */ v(Ps, [["__scopeId", "data-v-5ad5c770"]]), Es = { class: "language__wrapper" }, Rs = { class: "language__content" }, Ns = { class: "language__headline" }, Hs = { class: "language__paragraph" }, zs = { class: "language__links" }, js = /* @__PURE__ */ g({
|
|
2099
2101
|
__name: "language-switcher",
|
|
2100
2102
|
props: {
|
|
2101
2103
|
headline: {
|
|
@@ -2108,17 +2110,17 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
|
|
|
2108
2110
|
}
|
|
2109
2111
|
},
|
|
2110
2112
|
setup(e) {
|
|
2111
|
-
return (a, r) => (s(), i("div",
|
|
2112
|
-
t("div",
|
|
2113
|
-
t("h2",
|
|
2114
|
-
t("p",
|
|
2115
|
-
t("div",
|
|
2113
|
+
return (a, r) => (s(), i("div", Es, [
|
|
2114
|
+
t("div", Rs, [
|
|
2115
|
+
t("h2", Ns, n(e.headline), 1),
|
|
2116
|
+
t("p", Hs, n(e.paragraph), 1),
|
|
2117
|
+
t("div", zs, [
|
|
2116
2118
|
_(a.$slots, "language-links", {}, void 0, !0)
|
|
2117
2119
|
])
|
|
2118
2120
|
])
|
|
2119
2121
|
]));
|
|
2120
2122
|
}
|
|
2121
|
-
}),
|
|
2123
|
+
}), Us = /* @__PURE__ */ v(js, [["__scopeId", "data-v-dc8cc97e"]]), Ks = { class: "pagination__wrapper" }, Gs = { class: "pagination__content" }, Ws = /* @__PURE__ */ g({
|
|
2122
2124
|
__name: "pagination",
|
|
2123
2125
|
props: {
|
|
2124
2126
|
isPreviousDisabled: {
|
|
@@ -2132,8 +2134,8 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
|
|
|
2132
2134
|
},
|
|
2133
2135
|
emits: ["previous", "next"],
|
|
2134
2136
|
setup(e) {
|
|
2135
|
-
return (a, r) => (s(), i("div",
|
|
2136
|
-
t("div",
|
|
2137
|
+
return (a, r) => (s(), i("div", Ks, [
|
|
2138
|
+
t("div", Gs, [
|
|
2137
2139
|
w(X, {
|
|
2138
2140
|
disabled: e.isPreviousDisabled,
|
|
2139
2141
|
variant: "previous",
|
|
@@ -2150,16 +2152,16 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
|
|
|
2150
2152
|
])
|
|
2151
2153
|
]));
|
|
2152
2154
|
}
|
|
2153
|
-
}),
|
|
2154
|
-
function
|
|
2155
|
-
return s(), i("div",
|
|
2155
|
+
}), Ys = /* @__PURE__ */ v(Ws, [["__scopeId", "data-v-da6d07c9"]]), Js = {}, Qs = { class: "search__wrapper" };
|
|
2156
|
+
function Zs(e, a) {
|
|
2157
|
+
return s(), i("div", Qs, [
|
|
2156
2158
|
_(e.$slots, "default", { class: "search__content" })
|
|
2157
2159
|
]);
|
|
2158
2160
|
}
|
|
2159
|
-
const
|
|
2161
|
+
const Xs = /* @__PURE__ */ v(Js, [["render", Zs], ["__scopeId", "data-v-623adb82"]]), xs = { class: "product-hero__wrapper" }, ei = { class: "product-hero__content" }, ti = { class: "product-hero__headline" }, ai = { class: "product-hero__video" }, li = {
|
|
2160
2162
|
key: 2,
|
|
2161
2163
|
class: "product-hero__logo"
|
|
2162
|
-
},
|
|
2164
|
+
}, oi = /* @__PURE__ */ g({
|
|
2163
2165
|
__name: "product-hero",
|
|
2164
2166
|
props: {
|
|
2165
2167
|
headline: {
|
|
@@ -2189,10 +2191,10 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
|
|
|
2189
2191
|
}
|
|
2190
2192
|
},
|
|
2191
2193
|
setup(e) {
|
|
2192
|
-
return (a, r) => (s(), i("div",
|
|
2193
|
-
t("div",
|
|
2194
|
-
t("div",
|
|
2195
|
-
t("div",
|
|
2194
|
+
return (a, r) => (s(), i("div", xs, [
|
|
2195
|
+
t("div", ei, [
|
|
2196
|
+
t("div", ti, n(e.headline), 1),
|
|
2197
|
+
t("div", ai, [
|
|
2196
2198
|
e.videoSrc !== "" ? (s(), C(J, {
|
|
2197
2199
|
key: 0,
|
|
2198
2200
|
play: "",
|
|
@@ -2210,7 +2212,7 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
|
|
|
2210
2212
|
]),
|
|
2211
2213
|
_: 3
|
|
2212
2214
|
})),
|
|
2213
|
-
e.logoSrc ? (s(), i("div",
|
|
2215
|
+
e.logoSrc ? (s(), i("div", li, [
|
|
2214
2216
|
w(V(A), null, {
|
|
2215
2217
|
default: k(() => [
|
|
2216
2218
|
_(a.$slots, "product-hero-logo", {}, void 0, !0)
|
|
@@ -2222,7 +2224,7 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
|
|
|
2222
2224
|
])
|
|
2223
2225
|
]));
|
|
2224
2226
|
}
|
|
2225
|
-
}),
|
|
2227
|
+
}), si = /* @__PURE__ */ v(oi, [["__scopeId", "data-v-60ff352b"]]), ii = { class: "promo__content" }, ri = { class: "pallet-jack__media-wrap" }, ni = { class: "pallet-jack-link" }, di = { class: "pallet-jack__media-wrap__inner-wrap" }, ci = { class: "pallet-jack__media-wrap__content-wrap" }, ui = { class: "regular-blue" }, _i = /* @__PURE__ */ g({
|
|
2226
2228
|
__name: "pallet-jack",
|
|
2227
2229
|
props: {
|
|
2228
2230
|
label: { default: "" },
|
|
@@ -2248,22 +2250,22 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
|
|
|
2248
2250
|
l.teaser ? "promo__wrapper--teaser" : ""
|
|
2249
2251
|
])
|
|
2250
2252
|
}, [
|
|
2251
|
-
t("div",
|
|
2253
|
+
t("div", ii, [
|
|
2252
2254
|
t("div", {
|
|
2253
2255
|
class: h([
|
|
2254
2256
|
"promo__video",
|
|
2255
2257
|
l.reverse ? "promo__video--reverse" : "promo__video--default"
|
|
2256
2258
|
])
|
|
2257
2259
|
}, [
|
|
2258
|
-
t("div",
|
|
2259
|
-
t("div",
|
|
2260
|
+
t("div", ri, [
|
|
2261
|
+
t("div", ni, [
|
|
2260
2262
|
_(l.$slots, "pallet-jack-link")
|
|
2261
2263
|
]),
|
|
2262
|
-
t("div",
|
|
2264
|
+
t("div", di, [
|
|
2263
2265
|
_(l.$slots, "pallet-jack-video")
|
|
2264
2266
|
]),
|
|
2265
|
-
t("div",
|
|
2266
|
-
t("h3",
|
|
2267
|
+
t("div", ci, [
|
|
2268
|
+
t("h3", ui, n(l.headline), 1),
|
|
2267
2269
|
t("p", null, n(l.shortDescription), 1)
|
|
2268
2270
|
])
|
|
2269
2271
|
])
|
|
@@ -2274,7 +2276,7 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
|
|
|
2274
2276
|
l.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
2275
2277
|
])
|
|
2276
2278
|
}, [
|
|
2277
|
-
l.label ? (s(), C(
|
|
2279
|
+
l.label ? (s(), C(K, {
|
|
2278
2280
|
key: 0,
|
|
2279
2281
|
text: l.label,
|
|
2280
2282
|
"label-dark": l.variant === "dark"
|
|
@@ -2308,9 +2310,9 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
|
|
|
2308
2310
|
])
|
|
2309
2311
|
], 2));
|
|
2310
2312
|
}
|
|
2311
|
-
}),
|
|
2313
|
+
}), pi = /* @__PURE__ */ v(_i, [["__scopeId", "data-v-8fdfddf2"]]), mi = {
|
|
2312
2314
|
install: (e) => {
|
|
2313
|
-
e.component("AtomButton", X), e.component("AtomCheckbox", Ae), e.component("AtomChip", Fe), e.component("AtomDropdown", Ke), e.component("AtomImage", A), e.component("AtomLabel",
|
|
2315
|
+
e.component("AtomButton", X), e.component("AtomCheckbox", Ae), e.component("AtomChip", Fe), e.component("AtomDropdown", Ke), e.component("AtomImage", A), e.component("AtomLabel", K), e.component("AtomLink", D), e.component("AtomRadioButton", lt), e.component("AtomSelect", dt), e.component("AtomSlider", yt), e.component("AtomTextarea", Tt), e.component("AtomTextField", Rt), e.component("AtomVideo", J), e.component("MoleculeAddress", ea), e.component("MoleculeBulletList", sa), e.component("MoleculeCard", ca), e.component("MoleculeEventCard", ga), e.component("MoleculeModal", ue), e.component("MoleculeTextCard", wa), e.component("BlockFacts", Aa), e.component("BlockFeatures", Na), e.component("BlockFormScript", Ya), e.component("BlockHeadline", cl), e.component("BlockHero", wl), e.component("BlockImage", el), e.component("BlockImageGallery", il), e.component("BlockLogoWall", Al), e.component("BlockMicroStories", Fl), e.component("BlockPolicy", zl), e.component("BlockProductHero", si), e.component("BlockPromo", Xl), e.component("BlockQuote", _o), e.component("BlockRichText", fo), e.component("BlockRichTextColumns", So), e.component("BlockTimeline", Mo), e.component("BlockCardDisplay", Jl), e.component("BlockVimeo", No), e.component("BlockPalletJack", pi), e.component("Organism404", Go), e.component("OrganismFilter", Xo), e.component("OrganismFooter", gs), e.component("OrganismHeader", Fs), e.component("OrganismLanguageSwitcher", Us), e.component("OrganismPagination", Ys), e.component("OrganismSearch", Xs);
|
|
2314
2316
|
}
|
|
2315
2317
|
};
|
|
2316
2318
|
export {
|
|
@@ -2319,45 +2321,45 @@ export {
|
|
|
2319
2321
|
Fe as AtomChip,
|
|
2320
2322
|
Ke as AtomDropdown,
|
|
2321
2323
|
A as AtomImage,
|
|
2322
|
-
|
|
2324
|
+
K as AtomLabel,
|
|
2323
2325
|
D as AtomLink,
|
|
2324
2326
|
lt as AtomRadioButton,
|
|
2325
2327
|
dt as AtomSelect,
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2328
|
+
yt as AtomSlider,
|
|
2329
|
+
Rt as AtomTextField,
|
|
2330
|
+
Tt as AtomTextarea,
|
|
2329
2331
|
J as AtomVideo,
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2332
|
+
Jl as BlockCardDisplay,
|
|
2333
|
+
Aa as BlockFacts,
|
|
2334
|
+
Na as BlockFeatures,
|
|
2335
|
+
Ya as BlockFormScript,
|
|
2336
|
+
cl as BlockHeadline,
|
|
2337
|
+
wl as BlockHero,
|
|
2338
|
+
el as BlockImage,
|
|
2339
|
+
il as BlockImageGallery,
|
|
2340
|
+
Al as BlockLogoWall,
|
|
2341
|
+
Fl as BlockMicroStories,
|
|
2342
|
+
pi as BlockPalletJack,
|
|
2343
|
+
zl as BlockPolicy,
|
|
2344
|
+
si as BlockProductHero,
|
|
2345
|
+
Xl as BlockPromo,
|
|
2346
|
+
_o as BlockQuote,
|
|
2347
|
+
fo as BlockRichText,
|
|
2348
|
+
So as BlockRichTextColumns,
|
|
2349
|
+
Mo as BlockTimeline,
|
|
2350
|
+
No as BlockVimeo,
|
|
2351
|
+
ea as MoleculeAddress,
|
|
2352
|
+
sa as MoleculeBulletList,
|
|
2353
|
+
ca as MoleculeCard,
|
|
2354
|
+
ga as MoleculeEventCard,
|
|
2353
2355
|
ue as MoleculeModal,
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2356
|
+
wa as MoleculeTextCard,
|
|
2357
|
+
Go as Organism404,
|
|
2358
|
+
Xo as OrganismFilter,
|
|
2359
|
+
gs as OrganismFooter,
|
|
2360
|
+
Fs as OrganismHeader,
|
|
2361
|
+
Us as OrganismLanguageSwitcher,
|
|
2362
|
+
Ys as OrganismPagination,
|
|
2363
|
+
Xs as OrganismSearch,
|
|
2364
|
+
mi as default
|
|
2363
2365
|
};
|