@mirweb/mir-web-components 0.17.81 → 0.17.82
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/blocks/promo/promo.vue.d.ts +1 -1
- package/dist/components/molecules/address/address.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 +293 -279
- package/dist/mir-web-components.umd.js +2 -2
- package/package.json +1 -1
|
@@ -301,7 +301,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
301
301
|
u(a.$slots, "default", P(F(a.$attrs)))
|
|
302
302
|
]));
|
|
303
303
|
}
|
|
304
|
-
}),
|
|
304
|
+
}), D = /* @__PURE__ */ v(We, [["__scopeId", "data-v-e10217bd"]]), Ye = { class: "label__wrapper" }, Je = ["aria-label", "label-dark"], Qe = /* @__PURE__ */ g({
|
|
305
305
|
__name: "label",
|
|
306
306
|
props: {
|
|
307
307
|
text: {},
|
|
@@ -317,7 +317,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
317
317
|
}, n(o.text), 11, Je)
|
|
318
318
|
]));
|
|
319
319
|
}
|
|
320
|
-
}), K = /* @__PURE__ */ v(Qe, [["__scopeId", "data-v-7d9d3a8a"]]), Ze = { class: "link__wrapper" },
|
|
320
|
+
}), K = /* @__PURE__ */ v(Qe, [["__scopeId", "data-v-7d9d3a8a"]]), Ze = { class: "link__wrapper" }, A = /* @__PURE__ */ g({
|
|
321
321
|
__name: "link",
|
|
322
322
|
props: {
|
|
323
323
|
linkType: { default: "regular" },
|
|
@@ -753,7 +753,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
753
753
|
}, null, 8, zt))
|
|
754
754
|
]));
|
|
755
755
|
}
|
|
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" },
|
|
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 = { key: 1 }, Zt = ["href"], Xt = { class: "address__contact" }, xt = ["href"], ea = ["href"], ta = /* @__PURE__ */ g({
|
|
757
757
|
__name: "address",
|
|
758
758
|
props: {
|
|
759
759
|
name: {},
|
|
@@ -761,6 +761,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
761
761
|
addressLine1: {},
|
|
762
762
|
addressLine2: {},
|
|
763
763
|
addressLine3: { default: void 0 },
|
|
764
|
+
website: { default: void 0 },
|
|
764
765
|
phoneNumbers: {},
|
|
765
766
|
email: {}
|
|
766
767
|
},
|
|
@@ -775,10 +776,24 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
775
776
|
t("p", null, n(a.company), 1),
|
|
776
777
|
t("p", null, n(a.addressLine1), 1),
|
|
777
778
|
t("p", null, n(a.addressLine2), 1),
|
|
778
|
-
a.addressLine3 ? (s(), i("p", Jt, n(a.addressLine3), 1)) : m("", !0)
|
|
779
|
+
a.addressLine3 ? (s(), i("p", Jt, n(a.addressLine3), 1)) : m("", !0),
|
|
780
|
+
a.website ? (s(), i("p", Qt, [
|
|
781
|
+
w(A, {
|
|
782
|
+
underline: "false",
|
|
783
|
+
"link-type": "regular"
|
|
784
|
+
}, {
|
|
785
|
+
default: k(() => [
|
|
786
|
+
t("a", {
|
|
787
|
+
href: a.website,
|
|
788
|
+
class: "address__website"
|
|
789
|
+
}, n(a.website), 9, Zt)
|
|
790
|
+
]),
|
|
791
|
+
_: 1
|
|
792
|
+
})
|
|
793
|
+
])) : m("", !0)
|
|
779
794
|
]),
|
|
780
|
-
t("div",
|
|
781
|
-
(s(!0), i(M, null, O(a.phoneNumbers, (o) => (s(), C(
|
|
795
|
+
t("div", Xt, [
|
|
796
|
+
(s(!0), i(M, null, O(a.phoneNumbers, (o) => (s(), C(A, {
|
|
782
797
|
key: o,
|
|
783
798
|
underline: "false",
|
|
784
799
|
"link-type": "regular"
|
|
@@ -787,19 +802,19 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
787
802
|
t("a", {
|
|
788
803
|
href: "tel:" + o,
|
|
789
804
|
class: "address__phone"
|
|
790
|
-
}, n(o), 9,
|
|
805
|
+
}, n(o), 9, xt)
|
|
791
806
|
]),
|
|
792
807
|
_: 2
|
|
793
808
|
}, 1024))), 128)),
|
|
794
809
|
t("a", {
|
|
795
810
|
href: "mailto:" + a.email,
|
|
796
811
|
class: "address__email"
|
|
797
|
-
}, n(a.email), 9,
|
|
812
|
+
}, n(a.email), 9, ea)
|
|
798
813
|
])
|
|
799
814
|
])
|
|
800
815
|
]));
|
|
801
816
|
}
|
|
802
|
-
}),
|
|
817
|
+
}), aa = /* @__PURE__ */ v(ta, [["__scopeId", "data-v-423206d3"]]), la = (e) => (E("data-v-a44fd57d"), e = e(), R(), e), oa = { class: "bullet-list__wrapper" }, sa = /* @__PURE__ */ la(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), ia = /* @__PURE__ */ g({
|
|
803
818
|
__name: "bullet-list",
|
|
804
819
|
props: {
|
|
805
820
|
list: {
|
|
@@ -819,20 +834,20 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
819
834
|
}
|
|
820
835
|
},
|
|
821
836
|
setup(e) {
|
|
822
|
-
return (a, r) => (s(), i("div",
|
|
837
|
+
return (a, r) => (s(), i("div", oa, [
|
|
823
838
|
t("div", {
|
|
824
839
|
class: h(["bullet-list", e.variant])
|
|
825
840
|
}, [
|
|
826
841
|
t("ul", null, [
|
|
827
842
|
(s(!0), i(M, null, O(e.list, (o) => (s(), i("li", { key: o }, [
|
|
828
|
-
|
|
843
|
+
sa,
|
|
829
844
|
W(" " + n(o), 1)
|
|
830
845
|
]))), 128))
|
|
831
846
|
])
|
|
832
847
|
], 2)
|
|
833
848
|
]));
|
|
834
849
|
}
|
|
835
|
-
}),
|
|
850
|
+
}), ra = /* @__PURE__ */ v(ia, [["__scopeId", "data-v-a44fd57d"]]), na = { class: "card__wrapper" }, da = { key: 2 }, ca = { key: 5 }, ua = /* @__PURE__ */ g({
|
|
836
851
|
__name: "card",
|
|
837
852
|
props: {
|
|
838
853
|
variant: { default: "product" },
|
|
@@ -873,7 +888,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
873
888
|
height: "335"
|
|
874
889
|
}
|
|
875
890
|
}, l = e, _ = L(() => o[l.size]);
|
|
876
|
-
return (c, p) => (s(), i("div",
|
|
891
|
+
return (c, p) => (s(), i("div", na, [
|
|
877
892
|
t("div", {
|
|
878
893
|
class: h(["card", [
|
|
879
894
|
c.theme === "dark" ? "card--dark" : "card--light",
|
|
@@ -886,7 +901,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
886
901
|
onMouseover: p[0] || (p[0] = (S) => ie(r) ? r.value = !0 : r = !0),
|
|
887
902
|
onMouseout: p[1] || (p[1] = (S) => ie(r) ? r.value = !1 : r = !1)
|
|
888
903
|
}, [
|
|
889
|
-
c.mediaType === "image" ? (s(), C(
|
|
904
|
+
c.mediaType === "image" ? (s(), C(D, { key: 0 }, {
|
|
890
905
|
default: k(() => [
|
|
891
906
|
u(c.$slots, "card-image", te({
|
|
892
907
|
src: c.imgSrc,
|
|
@@ -916,7 +931,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
916
931
|
muted: !0
|
|
917
932
|
}, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
|
|
918
933
|
], 2)),
|
|
919
|
-
V(a)["card-label"] ? (s(), i("div",
|
|
934
|
+
V(a)["card-label"] ? (s(), i("div", da, [
|
|
920
935
|
u(c.$slots, "card-label")
|
|
921
936
|
])) : m("", !0),
|
|
922
937
|
c.variant === "product" ? (s(), i("div", {
|
|
@@ -933,11 +948,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
933
948
|
c.theme === "dark" ? "regular-dark" : "regular-dark-blue"
|
|
934
949
|
])
|
|
935
950
|
}, n(c.headline), 3)),
|
|
936
|
-
c.variant === "product" ? (s(), i("p",
|
|
951
|
+
c.variant === "product" ? (s(), i("p", ca, n(c.paragraph), 1)) : m("", !0)
|
|
937
952
|
], 38)
|
|
938
953
|
]));
|
|
939
954
|
}
|
|
940
|
-
}),
|
|
955
|
+
}), _a = /* @__PURE__ */ v(ua, [["__scopeId", "data-v-351c5fbb"]]), pa = (e) => (E("data-v-bc91c976"), e = e(), R(), e), ha = { class: "event__wrapper" }, ma = { class: "event__headline" }, va = { class: "event__date-location" }, fa = /* @__PURE__ */ pa(() => /* @__PURE__ */ t("br", null, null, -1)), ga = { class: "event__exhibitor" }, ba = /* @__PURE__ */ g({
|
|
941
956
|
__name: "event-card",
|
|
942
957
|
props: {
|
|
943
958
|
eventType: {
|
|
@@ -962,21 +977,21 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
962
977
|
}
|
|
963
978
|
},
|
|
964
979
|
setup(e) {
|
|
965
|
-
return (a, r) => (s(), i("div",
|
|
980
|
+
return (a, r) => (s(), i("div", ha, [
|
|
966
981
|
w(K, {
|
|
967
982
|
"label-dark": !1,
|
|
968
983
|
text: e.eventType ? e.eventType : ""
|
|
969
984
|
}, null, 8, ["text"]),
|
|
970
|
-
t("div",
|
|
971
|
-
t("div",
|
|
985
|
+
t("div", ma, n(e.headline), 1),
|
|
986
|
+
t("div", va, [
|
|
972
987
|
W(n(e.dateTime), 1),
|
|
973
|
-
|
|
988
|
+
fa,
|
|
974
989
|
W(n(e.location), 1)
|
|
975
990
|
]),
|
|
976
|
-
t("div",
|
|
991
|
+
t("div", ga, n(e.exhibitor), 1)
|
|
977
992
|
]));
|
|
978
993
|
}
|
|
979
|
-
}),
|
|
994
|
+
}), ya = /* @__PURE__ */ v(ba, [["__scopeId", "data-v-bc91c976"]]), $a = { class: "text__wrapper" }, ka = { class: "text__headline" }, wa = { class: "text__paragraph" }, Sa = /* @__PURE__ */ g({
|
|
980
995
|
__name: "text-card",
|
|
981
996
|
props: {
|
|
982
997
|
label: {
|
|
@@ -993,21 +1008,21 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
993
1008
|
}
|
|
994
1009
|
},
|
|
995
1010
|
setup(e) {
|
|
996
|
-
return (a, r) => (s(), i("div",
|
|
1011
|
+
return (a, r) => (s(), i("div", $a, [
|
|
997
1012
|
w(K, {
|
|
998
1013
|
"label-dark": !1,
|
|
999
1014
|
text: e.label ? e.label : ""
|
|
1000
1015
|
}, null, 8, ["text"]),
|
|
1001
|
-
t("div",
|
|
1002
|
-
t("div",
|
|
1016
|
+
t("div", ka, n(e.headline), 1),
|
|
1017
|
+
t("div", wa, [
|
|
1003
1018
|
t("p", null, n(e.paragraph), 1)
|
|
1004
1019
|
])
|
|
1005
1020
|
]));
|
|
1006
1021
|
}
|
|
1007
|
-
}),
|
|
1022
|
+
}), Ba = /* @__PURE__ */ v(Sa, [["__scopeId", "data-v-ebdea819"]]), Ia = { class: "facts__wrapper" }, qa = { class: "facts__content" }, Ta = { class: "facts__headline" }, La = { class: "facts" }, Va = { class: "fact__value" }, Ca = { class: "fact__metric" }, Aa = {
|
|
1008
1023
|
key: 0,
|
|
1009
1024
|
class: "facts__link"
|
|
1010
|
-
},
|
|
1025
|
+
}, Da = /* @__PURE__ */ g({
|
|
1011
1026
|
__name: "facts",
|
|
1012
1027
|
props: {
|
|
1013
1028
|
headline: { default: "" },
|
|
@@ -1031,24 +1046,24 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1031
1046
|
}) }
|
|
1032
1047
|
},
|
|
1033
1048
|
setup(e) {
|
|
1034
|
-
return (a, r) => (s(), i("div",
|
|
1035
|
-
t("div",
|
|
1036
|
-
t("h2",
|
|
1037
|
-
t("div",
|
|
1049
|
+
return (a, r) => (s(), i("div", Ia, [
|
|
1050
|
+
t("div", qa, [
|
|
1051
|
+
t("h2", Ta, n(a.headline), 1),
|
|
1052
|
+
t("div", La, [
|
|
1038
1053
|
(s(!0), i(M, null, O(a.facts, (o) => (s(), i("div", {
|
|
1039
1054
|
key: o.value + o.metric,
|
|
1040
1055
|
class: "fact"
|
|
1041
1056
|
}, [
|
|
1042
|
-
t("div",
|
|
1057
|
+
t("div", Va, [
|
|
1043
1058
|
t("span", null, n(o.value), 1)
|
|
1044
1059
|
]),
|
|
1045
|
-
t("div",
|
|
1060
|
+
t("div", Ca, [
|
|
1046
1061
|
t("span", null, n(o.metric), 1)
|
|
1047
1062
|
])
|
|
1048
1063
|
]))), 128))
|
|
1049
1064
|
]),
|
|
1050
|
-
a.link ? (s(), i("div",
|
|
1051
|
-
w(
|
|
1065
|
+
a.link ? (s(), i("div", Aa, [
|
|
1066
|
+
w(A, {
|
|
1052
1067
|
"link-type": "regular_light",
|
|
1053
1068
|
arrow: ""
|
|
1054
1069
|
}, {
|
|
@@ -1061,13 +1076,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1061
1076
|
])
|
|
1062
1077
|
]));
|
|
1063
1078
|
}
|
|
1064
|
-
}),
|
|
1079
|
+
}), Ma = /* @__PURE__ */ v(Da, [["__scopeId", "data-v-d2b231d4"]]), Oa = { class: "features__wrapper" }, Pa = { class: "features__content" }, Fa = {
|
|
1065
1080
|
key: 0,
|
|
1066
1081
|
class: "features__headline"
|
|
1067
|
-
},
|
|
1082
|
+
}, Ea = {
|
|
1068
1083
|
key: 1,
|
|
1069
1084
|
class: "features__body"
|
|
1070
|
-
},
|
|
1085
|
+
}, Ra = { class: "element__headline" }, Na = { class: "element__body" }, Ha = /* @__PURE__ */ g({
|
|
1071
1086
|
__name: "features",
|
|
1072
1087
|
props: {
|
|
1073
1088
|
headline: { default: "" },
|
|
@@ -1075,12 +1090,12 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1075
1090
|
elements: { default: () => [] }
|
|
1076
1091
|
},
|
|
1077
1092
|
setup(e) {
|
|
1078
|
-
return (a, r) => (s(), i("div",
|
|
1079
|
-
t("div",
|
|
1080
|
-
a.headline ? (s(), i("div",
|
|
1093
|
+
return (a, r) => (s(), i("div", Oa, [
|
|
1094
|
+
t("div", Pa, [
|
|
1095
|
+
a.headline ? (s(), i("div", Fa, [
|
|
1081
1096
|
t("h2", null, n(a.headline), 1)
|
|
1082
1097
|
])) : m("", !0),
|
|
1083
|
-
a.body ? (s(), i("div",
|
|
1098
|
+
a.body ? (s(), i("div", Ea, [
|
|
1084
1099
|
u(a.$slots, "features-body", {}, void 0, !0)
|
|
1085
1100
|
])) : m("", !0),
|
|
1086
1101
|
t("div", {
|
|
@@ -1090,7 +1105,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1090
1105
|
key: o.headline,
|
|
1091
1106
|
class: "features__element"
|
|
1092
1107
|
}, [
|
|
1093
|
-
w(
|
|
1108
|
+
w(D, { class: "element__icon" }, {
|
|
1094
1109
|
default: k(() => [
|
|
1095
1110
|
u(a.$slots, "features-icon", P(F({
|
|
1096
1111
|
src: o.icon.src,
|
|
@@ -1101,14 +1116,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1101
1116
|
]),
|
|
1102
1117
|
_: 2
|
|
1103
1118
|
}, 1024),
|
|
1104
|
-
t("p",
|
|
1105
|
-
t("p",
|
|
1119
|
+
t("p", Ra, n(o.headline), 1),
|
|
1120
|
+
t("p", Na, n(o.body), 1)
|
|
1106
1121
|
]))), 128))
|
|
1107
1122
|
], 2)
|
|
1108
1123
|
])
|
|
1109
1124
|
]));
|
|
1110
1125
|
}
|
|
1111
|
-
}),
|
|
1126
|
+
}), za = /* @__PURE__ */ v(Ha, [["__scopeId", "data-v-57a22df7"]]), ja = { class: "form__wrapper" }, Ua = { class: "form__content" }, Ka = { class: "form__information" }, Ga = { class: "form__headline" }, Wa = { class: "form__body" }, Ya = { class: "form__script" }, Ja = /* @__PURE__ */ g({
|
|
1112
1127
|
__name: "form-script",
|
|
1113
1128
|
props: {
|
|
1114
1129
|
headline: {
|
|
@@ -1117,21 +1132,21 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1117
1132
|
}
|
|
1118
1133
|
},
|
|
1119
1134
|
setup(e) {
|
|
1120
|
-
return (a, r) => (s(), i("div",
|
|
1121
|
-
t("div",
|
|
1122
|
-
t("div",
|
|
1123
|
-
t("h2",
|
|
1124
|
-
t("div",
|
|
1135
|
+
return (a, r) => (s(), i("div", ja, [
|
|
1136
|
+
t("div", Ua, [
|
|
1137
|
+
t("div", Ka, [
|
|
1138
|
+
t("h2", Ga, n(e.headline), 1),
|
|
1139
|
+
t("div", Wa, [
|
|
1125
1140
|
u(a.$slots, "form-body", {}, void 0, !0)
|
|
1126
1141
|
])
|
|
1127
1142
|
]),
|
|
1128
|
-
t("div",
|
|
1143
|
+
t("div", Ya, [
|
|
1129
1144
|
u(a.$slots, "form-script", {}, void 0, !0)
|
|
1130
1145
|
])
|
|
1131
1146
|
])
|
|
1132
1147
|
]));
|
|
1133
1148
|
}
|
|
1134
|
-
}),
|
|
1149
|
+
}), Qa = /* @__PURE__ */ v(Ja, [["__scopeId", "data-v-87a67c13"]]), Za = { class: "image__wrapper" }, Xa = { class: "image__content" }, xa = { class: "image__image" }, el = { class: "image__caption" }, tl = /* @__PURE__ */ g({
|
|
1135
1150
|
inheritAttrs: !1,
|
|
1136
1151
|
__name: "image",
|
|
1137
1152
|
props: {
|
|
@@ -1150,30 +1165,30 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1150
1165
|
}
|
|
1151
1166
|
},
|
|
1152
1167
|
setup(e) {
|
|
1153
|
-
return (a, r) => (s(), i("div",
|
|
1154
|
-
t("div",
|
|
1155
|
-
t("div",
|
|
1156
|
-
w(
|
|
1168
|
+
return (a, r) => (s(), i("div", Za, [
|
|
1169
|
+
t("div", Xa, [
|
|
1170
|
+
t("div", xa, [
|
|
1171
|
+
w(D, null, {
|
|
1157
1172
|
default: k(() => [
|
|
1158
1173
|
u(a.$slots, "image", P(F({ width: 984, height: 554, src: e.src, alt: e.alt })))
|
|
1159
1174
|
]),
|
|
1160
1175
|
_: 3
|
|
1161
1176
|
})
|
|
1162
1177
|
]),
|
|
1163
|
-
t("p",
|
|
1178
|
+
t("p", el, n(e.caption), 1)
|
|
1164
1179
|
])
|
|
1165
1180
|
]));
|
|
1166
1181
|
}
|
|
1167
|
-
}),
|
|
1182
|
+
}), al = /* @__PURE__ */ v(tl, [["__scopeId", "data-v-79ce0bb6"]]), ll = { class: "gallery__large" }, ol = {
|
|
1168
1183
|
key: 0,
|
|
1169
1184
|
class: "image image--large"
|
|
1170
|
-
},
|
|
1185
|
+
}, sl = {
|
|
1171
1186
|
key: 1,
|
|
1172
1187
|
class: "video"
|
|
1173
|
-
},
|
|
1188
|
+
}, il = {
|
|
1174
1189
|
key: 0,
|
|
1175
1190
|
class: "body"
|
|
1176
|
-
},
|
|
1191
|
+
}, rl = /* @__PURE__ */ g({
|
|
1177
1192
|
__name: "image-gallery",
|
|
1178
1193
|
props: {
|
|
1179
1194
|
mediaLarge: {},
|
|
@@ -1199,9 +1214,9 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1199
1214
|
l.flipHorizontal ? "gallery__content--reverse" : "gallery__content--default"
|
|
1200
1215
|
])
|
|
1201
1216
|
}, [
|
|
1202
|
-
t("div",
|
|
1203
|
-
l.mediaLarge && l.mediaType === "image" ? (s(), i("div",
|
|
1204
|
-
w(
|
|
1217
|
+
t("div", ll, [
|
|
1218
|
+
l.mediaLarge && l.mediaType === "image" ? (s(), i("div", ol, [
|
|
1219
|
+
w(D, null, {
|
|
1205
1220
|
default: k(() => [
|
|
1206
1221
|
u(l.$slots, "image-large", P(F({
|
|
1207
1222
|
width: 617,
|
|
@@ -1213,7 +1228,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1213
1228
|
_: 3
|
|
1214
1229
|
})
|
|
1215
1230
|
])) : m("", !0),
|
|
1216
|
-
l.mediaLarge && l.mediaType === "video" ? (s(), i("div",
|
|
1231
|
+
l.mediaLarge && l.mediaType === "video" ? (s(), i("div", sl, [
|
|
1217
1232
|
w(J, {
|
|
1218
1233
|
src: l.mediaLarge.src,
|
|
1219
1234
|
"local-video": "",
|
|
@@ -1239,7 +1254,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1239
1254
|
key: c.src + c.alt,
|
|
1240
1255
|
class: "image image--small"
|
|
1241
1256
|
}, [
|
|
1242
|
-
w(
|
|
1257
|
+
w(D, null, {
|
|
1243
1258
|
default: k(() => [
|
|
1244
1259
|
u(l.$slots, "image-small", P(F({
|
|
1245
1260
|
width: 328,
|
|
@@ -1251,14 +1266,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1251
1266
|
_: 2
|
|
1252
1267
|
}, 1024)
|
|
1253
1268
|
]))), 128)),
|
|
1254
|
-
l.mediaSmall.length < 2 ? (s(), i("div",
|
|
1269
|
+
l.mediaSmall.length < 2 ? (s(), i("div", il, [
|
|
1255
1270
|
t("p", null, n(l.body), 1)
|
|
1256
1271
|
])) : m("", !0)
|
|
1257
1272
|
], 6)
|
|
1258
1273
|
], 2)
|
|
1259
1274
|
], 2));
|
|
1260
1275
|
}
|
|
1261
|
-
}),
|
|
1276
|
+
}), nl = /* @__PURE__ */ v(rl, [["__scopeId", "data-v-0d271138"]]), dl = { class: "headline__wrapper" }, cl = { class: "headline__h1" }, ul = /* @__PURE__ */ g({
|
|
1262
1277
|
__name: "headline",
|
|
1263
1278
|
props: {
|
|
1264
1279
|
headline: {
|
|
@@ -1275,7 +1290,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1275
1290
|
}
|
|
1276
1291
|
},
|
|
1277
1292
|
setup(e) {
|
|
1278
|
-
return (a, r) => (s(), i("div",
|
|
1293
|
+
return (a, r) => (s(), i("div", dl, [
|
|
1279
1294
|
t("div", {
|
|
1280
1295
|
class: h({
|
|
1281
1296
|
"headline__content--article-and-submenu": e.article && e.subMenu,
|
|
@@ -1284,11 +1299,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1284
1299
|
"headline__content--default": !e.article && !e.subMenu
|
|
1285
1300
|
})
|
|
1286
1301
|
}, [
|
|
1287
|
-
t("h1",
|
|
1302
|
+
t("h1", cl, n(e.headline), 1)
|
|
1288
1303
|
], 2)
|
|
1289
1304
|
]));
|
|
1290
1305
|
}
|
|
1291
|
-
}),
|
|
1306
|
+
}), _l = /* @__PURE__ */ v(ul, [["__scopeId", "data-v-3ef1567e"]]), pl = (e) => (E("data-v-22f9be13"), e = e(), R(), e), hl = { class: "hero__wrapper" }, ml = { class: "hero__content" }, vl = { class: "hero__top" }, fl = { class: "hero__elements" }, gl = { class: "hero__headline" }, bl = { class: "hero__link" }, yl = { class: "hero__video" }, $l = /* @__PURE__ */ pl(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), kl = { class: "hero__video__video" }, wl = { class: "hero__image" }, Sl = /* @__PURE__ */ g({
|
|
1292
1307
|
__name: "hero",
|
|
1293
1308
|
props: {
|
|
1294
1309
|
headline: {
|
|
@@ -1297,15 +1312,15 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1297
1312
|
}
|
|
1298
1313
|
},
|
|
1299
1314
|
setup(e) {
|
|
1300
|
-
return (a, r) => (s(), i("div",
|
|
1301
|
-
t("div",
|
|
1302
|
-
t("div",
|
|
1303
|
-
t("div",
|
|
1304
|
-
t("div",
|
|
1315
|
+
return (a, r) => (s(), i("div", hl, [
|
|
1316
|
+
t("div", ml, [
|
|
1317
|
+
t("div", vl, [
|
|
1318
|
+
t("div", fl, [
|
|
1319
|
+
t("div", gl, [
|
|
1305
1320
|
t("h1", null, n(e.headline), 1)
|
|
1306
1321
|
]),
|
|
1307
|
-
t("div",
|
|
1308
|
-
w(
|
|
1322
|
+
t("div", bl, [
|
|
1323
|
+
w(A, {
|
|
1309
1324
|
"link-type": "regular_light",
|
|
1310
1325
|
arrow: ""
|
|
1311
1326
|
}, {
|
|
@@ -1317,22 +1332,22 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1317
1332
|
])
|
|
1318
1333
|
])
|
|
1319
1334
|
]),
|
|
1320
|
-
t("div",
|
|
1321
|
-
|
|
1322
|
-
t("div",
|
|
1335
|
+
t("div", yl, [
|
|
1336
|
+
$l,
|
|
1337
|
+
t("div", kl, [
|
|
1323
1338
|
u(a.$slots, "hero-video", {}, void 0, !0)
|
|
1324
1339
|
]),
|
|
1325
|
-
t("div",
|
|
1340
|
+
t("div", wl, [
|
|
1326
1341
|
u(a.$slots, "hero-image", {}, void 0, !0)
|
|
1327
1342
|
])
|
|
1328
1343
|
])
|
|
1329
1344
|
])
|
|
1330
1345
|
]));
|
|
1331
1346
|
}
|
|
1332
|
-
}),
|
|
1347
|
+
}), Bl = /* @__PURE__ */ v(Sl, [["__scopeId", "data-v-22f9be13"]]), Il = { class: "logo-wall__wrapper" }, ql = { class: "logo-wall__content" }, Tl = {
|
|
1333
1348
|
key: 0,
|
|
1334
1349
|
class: "logo-wall__text"
|
|
1335
|
-
},
|
|
1350
|
+
}, Ll = { key: 0 }, Vl = { key: 1 }, Cl = { class: "logo-wall__logos" }, Al = { class: "logo-wall__link" }, Dl = /* @__PURE__ */ g({
|
|
1336
1351
|
__name: "logo-wall",
|
|
1337
1352
|
props: {
|
|
1338
1353
|
headline: {
|
|
@@ -1350,18 +1365,18 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1350
1365
|
}
|
|
1351
1366
|
},
|
|
1352
1367
|
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",
|
|
1368
|
+
return (a, r) => (s(), i("div", Il, [
|
|
1369
|
+
t("div", ql, [
|
|
1370
|
+
e.headline || e.body ? (s(), i("div", Tl, [
|
|
1371
|
+
e.headline ? (s(), i("h2", Ll, n(e.headline), 1)) : m("", !0),
|
|
1372
|
+
e.body ? (s(), i("p", Vl, n(e.body), 1)) : m("", !0)
|
|
1358
1373
|
])) : m("", !0),
|
|
1359
|
-
t("div",
|
|
1374
|
+
t("div", Cl, [
|
|
1360
1375
|
(s(!0), i(M, null, O(e.logos, (o) => (s(), i("div", {
|
|
1361
1376
|
key: o.src + o.alt,
|
|
1362
1377
|
class: "logo-wall__logo"
|
|
1363
1378
|
}, [
|
|
1364
|
-
w(
|
|
1379
|
+
w(D, null, {
|
|
1365
1380
|
default: k(() => [
|
|
1366
1381
|
u(a.$slots, "logo-wall-logo", P(F({
|
|
1367
1382
|
width: 130,
|
|
@@ -1374,8 +1389,8 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1374
1389
|
}, 1024)
|
|
1375
1390
|
]))), 128))
|
|
1376
1391
|
]),
|
|
1377
|
-
t("div",
|
|
1378
|
-
w(
|
|
1392
|
+
t("div", Al, [
|
|
1393
|
+
w(A, {
|
|
1379
1394
|
"link-type": "regular_light",
|
|
1380
1395
|
arrow: !0
|
|
1381
1396
|
}, {
|
|
@@ -1388,13 +1403,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1388
1403
|
])
|
|
1389
1404
|
]));
|
|
1390
1405
|
}
|
|
1391
|
-
}),
|
|
1406
|
+
}), Ml = /* @__PURE__ */ v(Dl, [["__scopeId", "data-v-fd489289"]]), Ol = { class: "micro-stories__top" }, Pl = {
|
|
1392
1407
|
key: 0,
|
|
1393
1408
|
class: "headline"
|
|
1394
|
-
},
|
|
1409
|
+
}, Fl = {
|
|
1395
1410
|
key: 1,
|
|
1396
1411
|
class: "body"
|
|
1397
|
-
},
|
|
1412
|
+
}, El = { class: "micro-stories__splide" }, Rl = /* @__PURE__ */ g({
|
|
1398
1413
|
__name: "micro-stories",
|
|
1399
1414
|
props: {
|
|
1400
1415
|
bgColor: { default: "blue" },
|
|
@@ -1410,32 +1425,32 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1410
1425
|
return (l, _) => (s(), i("div", {
|
|
1411
1426
|
class: h(["micro-stories__wrapper", r.value])
|
|
1412
1427
|
}, [
|
|
1413
|
-
t("div",
|
|
1414
|
-
l.headline ? (s(), i("div",
|
|
1428
|
+
t("div", Ol, [
|
|
1429
|
+
l.headline ? (s(), i("div", Pl, [
|
|
1415
1430
|
t("h2", null, n(l.headline), 1)
|
|
1416
1431
|
])) : m("", !0),
|
|
1417
|
-
l.body ? (s(), i("div",
|
|
1432
|
+
l.body ? (s(), i("div", Fl, [
|
|
1418
1433
|
t("p", null, n(l.body), 1)
|
|
1419
1434
|
])) : m("", !0)
|
|
1420
1435
|
]),
|
|
1421
|
-
t("div",
|
|
1436
|
+
t("div", El, [
|
|
1422
1437
|
u(l.$slots, "micro-stories-slides")
|
|
1423
1438
|
]),
|
|
1424
1439
|
u(l.$slots, "micro-stories-controls")
|
|
1425
1440
|
], 2));
|
|
1426
1441
|
}
|
|
1427
|
-
}),
|
|
1428
|
-
function
|
|
1429
|
-
return s(), i("div",
|
|
1430
|
-
t("div",
|
|
1442
|
+
}), Nl = {}, Hl = { class: "policy__wrapper" }, zl = { class: "policy__content" };
|
|
1443
|
+
function jl(e, a) {
|
|
1444
|
+
return s(), i("div", Hl, [
|
|
1445
|
+
t("div", zl, [
|
|
1431
1446
|
u(e.$slots, "default", {}, void 0, !0)
|
|
1432
1447
|
])
|
|
1433
1448
|
]);
|
|
1434
1449
|
}
|
|
1435
|
-
const
|
|
1450
|
+
const Ul = /* @__PURE__ */ v(Nl, [["render", jl], ["__scopeId", "data-v-9d5712e7"]]), Kl = { class: "card-display__wrapper" }, Gl = {
|
|
1436
1451
|
key: 0,
|
|
1437
1452
|
class: "card__content"
|
|
1438
|
-
},
|
|
1453
|
+
}, Wl = { key: 0 }, Yl = { key: 1 }, Jl = { class: "card__cards" }, Ql = /* @__PURE__ */ g({
|
|
1439
1454
|
__name: "card-display",
|
|
1440
1455
|
props: {
|
|
1441
1456
|
headline: {
|
|
@@ -1458,22 +1473,21 @@ const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-9d5712e7
|
|
|
1458
1473
|
e.bgColor === "blue" ? "card-display--blue" : "card-display--white"
|
|
1459
1474
|
])
|
|
1460
1475
|
}, [
|
|
1461
|
-
t("div",
|
|
1462
|
-
e.headline || e.paragraph ? (s(), i("div",
|
|
1463
|
-
e.headline ? (s(), i("h2",
|
|
1464
|
-
e.paragraph ? (s(), i("p",
|
|
1476
|
+
t("div", Kl, [
|
|
1477
|
+
e.headline || e.paragraph ? (s(), i("div", Gl, [
|
|
1478
|
+
e.headline ? (s(), i("h2", Wl, n(e.headline), 1)) : m("", !0),
|
|
1479
|
+
e.paragraph ? (s(), i("p", Yl, n(e.paragraph), 1)) : m("", !0)
|
|
1465
1480
|
])) : m("", !0),
|
|
1466
|
-
t("div",
|
|
1481
|
+
t("div", Jl, [
|
|
1467
1482
|
u(a.$slots, "card-display-cards", {}, void 0, !0)
|
|
1468
1483
|
])
|
|
1469
1484
|
])
|
|
1470
1485
|
], 2));
|
|
1471
1486
|
}
|
|
1472
|
-
}),
|
|
1487
|
+
}), Zl = /* @__PURE__ */ v(Ql, [["__scopeId", "data-v-e8033cff"]]), Xl = { class: "promo__content" }, xl = /* @__PURE__ */ g({
|
|
1473
1488
|
__name: "promo",
|
|
1474
1489
|
props: {
|
|
1475
1490
|
label: { default: "" },
|
|
1476
|
-
headline: {},
|
|
1477
1491
|
linkText: { default: "" },
|
|
1478
1492
|
mediaType: { default: "image" },
|
|
1479
1493
|
src: {},
|
|
@@ -1497,7 +1511,7 @@ const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-9d5712e7
|
|
|
1497
1511
|
l.teaser ? "promo__wrapper--teaser" : ""
|
|
1498
1512
|
])
|
|
1499
1513
|
}, [
|
|
1500
|
-
t("div",
|
|
1514
|
+
t("div", Xl, [
|
|
1501
1515
|
l.mediaType === "image" ? (s(), i("div", {
|
|
1502
1516
|
key: 0,
|
|
1503
1517
|
class: h([
|
|
@@ -1505,7 +1519,7 @@ const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-9d5712e7
|
|
|
1505
1519
|
l.reverse ? "promo__image--reverse" : "promo__image--default"
|
|
1506
1520
|
])
|
|
1507
1521
|
}, [
|
|
1508
|
-
w(
|
|
1522
|
+
w(D, null, {
|
|
1509
1523
|
default: k(() => [
|
|
1510
1524
|
u(l.$slots, "promo-image", P(F({ src: l.src, width: 1920, alt: l.alt, height: 1080 })))
|
|
1511
1525
|
]),
|
|
@@ -1550,7 +1564,7 @@ const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-9d5712e7
|
|
|
1550
1564
|
}, [
|
|
1551
1565
|
u(l.$slots, "promo-headline")
|
|
1552
1566
|
], 2),
|
|
1553
|
-
l.linkType === "link" ? (s(), C(
|
|
1567
|
+
l.linkType === "link" ? (s(), C(A, {
|
|
1554
1568
|
key: 1,
|
|
1555
1569
|
"link-type": l.variant === "dark" ? "regular_dark" : (l.variant === "light", "regular_light"),
|
|
1556
1570
|
arrow: ""
|
|
@@ -1560,7 +1574,7 @@ const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-9d5712e7
|
|
|
1560
1574
|
]),
|
|
1561
1575
|
_: 3
|
|
1562
1576
|
}, 8, ["link-type"])) : m("", !0),
|
|
1563
|
-
l.linkType === "button" ? (s(), C(
|
|
1577
|
+
l.linkType === "button" ? (s(), C(A, {
|
|
1564
1578
|
key: 2,
|
|
1565
1579
|
"link-type": l.variant === "dark" ? "secondary_dark" : (l.variant === "light", "secondary")
|
|
1566
1580
|
}, {
|
|
@@ -1573,10 +1587,10 @@ const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-9d5712e7
|
|
|
1573
1587
|
])
|
|
1574
1588
|
], 2));
|
|
1575
1589
|
}
|
|
1576
|
-
}),
|
|
1590
|
+
}), eo = /* @__PURE__ */ v(xl, [["__scopeId", "data-v-1f678975"]]), to = (e) => (E("data-v-e3cc8e27"), e = e(), R(), e), ao = { class: "quote__wrapper" }, lo = { class: "quote__content" }, oo = /* @__PURE__ */ to(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), so = { class: "quote__quote" }, io = { class: "quote__quote-text" }, ro = { class: "quote__author" }, no = {
|
|
1577
1591
|
key: 0,
|
|
1578
1592
|
class: "quote__image"
|
|
1579
|
-
},
|
|
1593
|
+
}, co = { class: "quote__text" }, uo = { class: "quote__author-name" }, _o = { class: "quote__author-title" }, po = /* @__PURE__ */ g({
|
|
1580
1594
|
__name: "quote",
|
|
1581
1595
|
props: {
|
|
1582
1596
|
quote: {
|
|
@@ -1598,14 +1612,14 @@ const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-9d5712e7
|
|
|
1598
1612
|
}
|
|
1599
1613
|
},
|
|
1600
1614
|
setup(e) {
|
|
1601
|
-
return (a, r) => (s(), i("div",
|
|
1602
|
-
t("div",
|
|
1603
|
-
|
|
1604
|
-
t("div",
|
|
1605
|
-
t("p",
|
|
1606
|
-
t("div",
|
|
1607
|
-
e.authorImage ? (s(), i("div",
|
|
1608
|
-
w(
|
|
1615
|
+
return (a, r) => (s(), i("div", ao, [
|
|
1616
|
+
t("div", lo, [
|
|
1617
|
+
oo,
|
|
1618
|
+
t("div", so, [
|
|
1619
|
+
t("p", io, n(e.quote), 1),
|
|
1620
|
+
t("div", ro, [
|
|
1621
|
+
e.authorImage ? (s(), i("div", no, [
|
|
1622
|
+
w(D, null, {
|
|
1609
1623
|
default: k(() => [
|
|
1610
1624
|
u(a.$slots, "author-image", P(F({
|
|
1611
1625
|
src: e.authorImage + "/m/100x100",
|
|
@@ -1616,22 +1630,22 @@ const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-9d5712e7
|
|
|
1616
1630
|
_: 3
|
|
1617
1631
|
})
|
|
1618
1632
|
])) : m("", !0),
|
|
1619
|
-
t("div",
|
|
1620
|
-
t("p",
|
|
1621
|
-
t("p",
|
|
1633
|
+
t("div", co, [
|
|
1634
|
+
t("p", uo, n(e.author), 1),
|
|
1635
|
+
t("p", _o, n(e.authorTitle), 1)
|
|
1622
1636
|
])
|
|
1623
1637
|
])
|
|
1624
1638
|
])
|
|
1625
1639
|
])
|
|
1626
1640
|
]));
|
|
1627
1641
|
}
|
|
1628
|
-
}),
|
|
1642
|
+
}), ho = /* @__PURE__ */ v(po, [["__scopeId", "data-v-e3cc8e27"]]), mo = { class: "rich-text__wrapper" }, vo = {
|
|
1629
1643
|
key: 0,
|
|
1630
1644
|
class: "rich-text__links"
|
|
1631
|
-
},
|
|
1645
|
+
}, fo = {
|
|
1632
1646
|
key: 0,
|
|
1633
1647
|
class: "rich-text__bullet-list"
|
|
1634
|
-
},
|
|
1648
|
+
}, go = /* @__PURE__ */ g({
|
|
1635
1649
|
__name: "rich-text",
|
|
1636
1650
|
props: {
|
|
1637
1651
|
headline: { default: "" },
|
|
@@ -1650,7 +1664,7 @@ const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-9d5712e7
|
|
|
1650
1664
|
a.bgColor === "blue" ? "rich-text--blue" : "rich-text--white"
|
|
1651
1665
|
])
|
|
1652
1666
|
}, [
|
|
1653
|
-
t("div",
|
|
1667
|
+
t("div", mo, [
|
|
1654
1668
|
a.label ? (s(), C(K, {
|
|
1655
1669
|
key: 0,
|
|
1656
1670
|
text: a.label,
|
|
@@ -1676,11 +1690,11 @@ const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-9d5712e7
|
|
|
1676
1690
|
])
|
|
1677
1691
|
}, [
|
|
1678
1692
|
u(a.$slots, "rich-text-content"),
|
|
1679
|
-
a.links ? (s(), i("div",
|
|
1693
|
+
a.links ? (s(), i("div", vo, [
|
|
1680
1694
|
u(a.$slots, "rich-text-links")
|
|
1681
1695
|
])) : m("", !0)
|
|
1682
1696
|
], 2),
|
|
1683
|
-
a.bulletList ? (s(), i("div",
|
|
1697
|
+
a.bulletList ? (s(), i("div", fo, [
|
|
1684
1698
|
u(a.$slots, "rich-text-bullet-list")
|
|
1685
1699
|
])) : m("", !0),
|
|
1686
1700
|
a.image ? (s(), i("div", {
|
|
@@ -1690,7 +1704,7 @@ const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-9d5712e7
|
|
|
1690
1704
|
a.imageClip ? "rich-text__image--clip" : ""
|
|
1691
1705
|
])
|
|
1692
1706
|
}, [
|
|
1693
|
-
w(
|
|
1707
|
+
w(D, null, {
|
|
1694
1708
|
default: k(() => [
|
|
1695
1709
|
u(a.$slots, "rich-text-image", P(F({ width: 865, height: 307 })))
|
|
1696
1710
|
]),
|
|
@@ -1701,12 +1715,12 @@ const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-9d5712e7
|
|
|
1701
1715
|
])
|
|
1702
1716
|
], 2));
|
|
1703
1717
|
}
|
|
1704
|
-
}),
|
|
1705
|
-
function
|
|
1706
|
-
return s(), i("div",
|
|
1707
|
-
t("div",
|
|
1708
|
-
t("div",
|
|
1709
|
-
t("div",
|
|
1718
|
+
}), bo = /* @__PURE__ */ v(go, [["__scopeId", "data-v-8bb69ea4"]]), yo = {}, $o = { class: "rich-text" }, ko = { class: "rich-text__wrapper" }, wo = { class: "rich-text__content rich-text__content--left-aligned" }, So = { class: "rich-text__body" };
|
|
1719
|
+
function Bo(e, a) {
|
|
1720
|
+
return s(), i("div", $o, [
|
|
1721
|
+
t("div", ko, [
|
|
1722
|
+
t("div", wo, [
|
|
1723
|
+
t("div", So, [
|
|
1710
1724
|
t("div", null, [
|
|
1711
1725
|
u(e.$slots, "rich-text-content-left", {}, void 0, !0)
|
|
1712
1726
|
]),
|
|
@@ -1718,10 +1732,10 @@ function wo(e, a) {
|
|
|
1718
1732
|
])
|
|
1719
1733
|
]);
|
|
1720
1734
|
}
|
|
1721
|
-
const
|
|
1735
|
+
const Io = /* @__PURE__ */ v(yo, [["render", Bo], ["__scopeId", "data-v-2881b194"]]), qo = (e) => (E("data-v-e254e1e0"), e = e(), R(), e), To = { class: "timeline__wrapper" }, Lo = { class: "timeline__content" }, Vo = { class: "timeline__items" }, Co = { class: "item__left" }, Ao = /* @__PURE__ */ qo(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
|
|
1722
1736
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
1723
1737
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
1724
|
-
], -1)),
|
|
1738
|
+
], -1)), Do = { class: "item__right" }, Mo = ["innerHTML"], Oo = /* @__PURE__ */ g({
|
|
1725
1739
|
__name: "timeline",
|
|
1726
1740
|
props: {
|
|
1727
1741
|
timelineItems: {
|
|
@@ -1744,17 +1758,17 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
1744
1758
|
a.forEach((o) => {
|
|
1745
1759
|
r.observe(o);
|
|
1746
1760
|
});
|
|
1747
|
-
}), (a, r) => (s(), i("div",
|
|
1748
|
-
t("div",
|
|
1749
|
-
t("div",
|
|
1761
|
+
}), (a, r) => (s(), i("div", To, [
|
|
1762
|
+
t("div", Lo, [
|
|
1763
|
+
t("div", Vo, [
|
|
1750
1764
|
(s(!0), i(M, null, O(e.timelineItems, (o) => (s(), i("div", {
|
|
1751
1765
|
key: o.year,
|
|
1752
1766
|
class: "timeline__item faded"
|
|
1753
1767
|
}, [
|
|
1754
|
-
t("div",
|
|
1755
|
-
|
|
1756
|
-
t("div",
|
|
1757
|
-
w(
|
|
1768
|
+
t("div", Co, n(o.year), 1),
|
|
1769
|
+
Ao,
|
|
1770
|
+
t("div", Do, [
|
|
1771
|
+
w(D, null, {
|
|
1758
1772
|
default: k(() => [
|
|
1759
1773
|
o.media.src ? u(a.$slots, "timeline-image", P(te({ key: 0 }, { src: o.media.src, alt: o.media.alt })), void 0, !0) : m("", !0)
|
|
1760
1774
|
]),
|
|
@@ -1764,20 +1778,20 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
1764
1778
|
style: ae([o.media.src ? "" : "margin-top: 0px"]),
|
|
1765
1779
|
class: "rich-text",
|
|
1766
1780
|
innerHTML: o.text
|
|
1767
|
-
}, null, 12,
|
|
1781
|
+
}, null, 12, Mo)
|
|
1768
1782
|
])
|
|
1769
1783
|
]))), 128))
|
|
1770
1784
|
])
|
|
1771
1785
|
])
|
|
1772
1786
|
]));
|
|
1773
1787
|
}
|
|
1774
|
-
}),
|
|
1788
|
+
}), Po = /* @__PURE__ */ v(Oo, [["__scopeId", "data-v-e254e1e0"]]), Fo = { class: "vimeo" }, Eo = { class: "vimeo__wrapper" }, Ro = {
|
|
1775
1789
|
key: 0,
|
|
1776
1790
|
class: "vimeo__headline"
|
|
1777
|
-
},
|
|
1791
|
+
}, No = {
|
|
1778
1792
|
key: 1,
|
|
1779
1793
|
class: "vimeo__description"
|
|
1780
|
-
},
|
|
1794
|
+
}, Ho = /* @__PURE__ */ g({
|
|
1781
1795
|
__name: "vimeo",
|
|
1782
1796
|
props: {
|
|
1783
1797
|
headline: {
|
|
@@ -1790,15 +1804,15 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
1790
1804
|
}
|
|
1791
1805
|
},
|
|
1792
1806
|
setup(e) {
|
|
1793
|
-
return (a, r) => (s(), i("div",
|
|
1794
|
-
t("div",
|
|
1795
|
-
e.headline ? (s(), i("h2",
|
|
1807
|
+
return (a, r) => (s(), i("div", Fo, [
|
|
1808
|
+
t("div", Eo, [
|
|
1809
|
+
e.headline ? (s(), i("h2", Ro, n(e.headline), 1)) : m("", !0),
|
|
1796
1810
|
u(a.$slots, "vimeo-content", {}, void 0, !0),
|
|
1797
|
-
e.description ? (s(), i("p",
|
|
1811
|
+
e.description ? (s(), i("p", No, n(e.description), 1)) : m("", !0)
|
|
1798
1812
|
])
|
|
1799
1813
|
]));
|
|
1800
1814
|
}
|
|
1801
|
-
}),
|
|
1815
|
+
}), zo = /* @__PURE__ */ v(Ho, [["__scopeId", "data-v-90a2b109"]]), jo = { class: "not-found__wrapper" }, Uo = { class: "not-found__content" }, Ko = { class: "not-found__headline" }, Go = { class: "not-found__body" }, Wo = /* @__PURE__ */ g({
|
|
1802
1816
|
__name: "404",
|
|
1803
1817
|
props: {
|
|
1804
1818
|
headline: {
|
|
@@ -1807,16 +1821,16 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
1807
1821
|
}
|
|
1808
1822
|
},
|
|
1809
1823
|
setup(e) {
|
|
1810
|
-
return (a, r) => (s(), i("div",
|
|
1811
|
-
t("div",
|
|
1812
|
-
t("h1",
|
|
1813
|
-
t("div",
|
|
1824
|
+
return (a, r) => (s(), i("div", jo, [
|
|
1825
|
+
t("div", Uo, [
|
|
1826
|
+
t("h1", Ko, n(e.headline), 1),
|
|
1827
|
+
t("div", Go, [
|
|
1814
1828
|
u(a.$slots, "not-found-body", {}, void 0, !0)
|
|
1815
1829
|
])
|
|
1816
1830
|
])
|
|
1817
1831
|
]));
|
|
1818
1832
|
}
|
|
1819
|
-
}),
|
|
1833
|
+
}), Yo = /* @__PURE__ */ v(Wo, [["__scopeId", "data-v-b829ca6c"]]), Jo = { class: "filter__wrapper" }, Qo = { class: "filter__content" }, Zo = { class: "filter__dropdowns" }, Xo = { class: "filter__chips" }, xo = /* @__PURE__ */ g({
|
|
1820
1834
|
__name: "filter",
|
|
1821
1835
|
props: {
|
|
1822
1836
|
hasChips: {
|
|
@@ -1830,12 +1844,12 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
1830
1844
|
},
|
|
1831
1845
|
emits: ["clearFilters"],
|
|
1832
1846
|
setup(e) {
|
|
1833
|
-
return (a, r) => (s(), i("div",
|
|
1834
|
-
t("div",
|
|
1835
|
-
t("div",
|
|
1847
|
+
return (a, r) => (s(), i("div", Jo, [
|
|
1848
|
+
t("div", Qo, [
|
|
1849
|
+
t("div", Zo, [
|
|
1836
1850
|
u(a.$slots, "filter-dropdowns")
|
|
1837
1851
|
]),
|
|
1838
|
-
t("div",
|
|
1852
|
+
t("div", Xo, [
|
|
1839
1853
|
u(a.$slots, "filter-chips"),
|
|
1840
1854
|
e.hasChips ? (s(), i("button", {
|
|
1841
1855
|
key: 0,
|
|
@@ -1846,7 +1860,7 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
1846
1860
|
])
|
|
1847
1861
|
]));
|
|
1848
1862
|
}
|
|
1849
|
-
}),
|
|
1863
|
+
}), es = /* @__PURE__ */ v(xo, [["__scopeId", "data-v-31c1ba00"]]), z = (e) => (E("data-v-c4d39554"), e = e(), R(), e), ts = { class: "footer__wrapper" }, as = { class: "footer__content" }, ls = { class: "footer__sections" }, os = { class: "section__title" }, ss = { class: "section__list" }, is = { class: "section" }, rs = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), ns = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), ds = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), cs = /* @__PURE__ */ z(() => /* @__PURE__ */ t("br", null, null, -1)), us = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), _s = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), ps = { class: "footer__bottom" }, hs = { class: "copyright" }, ms = { class: "footer__policy" }, vs = /* @__PURE__ */ z(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), fs = { class: "footer__social" }, gs = ["href", "aria-label"], bs = /* @__PURE__ */ g({
|
|
1850
1864
|
__name: "footer",
|
|
1851
1865
|
props: {
|
|
1852
1866
|
footerSections: { default: () => [] },
|
|
@@ -1857,68 +1871,68 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
1857
1871
|
},
|
|
1858
1872
|
emits: ["changeRegionClicked"],
|
|
1859
1873
|
setup(e) {
|
|
1860
|
-
return (a, r) => (s(), i("div",
|
|
1861
|
-
t("footer",
|
|
1862
|
-
t("div",
|
|
1874
|
+
return (a, r) => (s(), i("div", ts, [
|
|
1875
|
+
t("footer", as, [
|
|
1876
|
+
t("div", ls, [
|
|
1863
1877
|
(s(!0), i(M, null, O(a.footerSections, (o) => (s(), i("div", {
|
|
1864
1878
|
key: o.title,
|
|
1865
1879
|
class: "section"
|
|
1866
1880
|
}, [
|
|
1867
|
-
t("span",
|
|
1881
|
+
t("span", os, n(o.title), 1),
|
|
1868
1882
|
t("nav", null, [
|
|
1869
|
-
t("ul",
|
|
1883
|
+
t("ul", ss, [
|
|
1870
1884
|
u(a.$slots, "section-links", {
|
|
1871
1885
|
links: o.links
|
|
1872
1886
|
})
|
|
1873
1887
|
])
|
|
1874
1888
|
])
|
|
1875
1889
|
]))), 128)),
|
|
1876
|
-
t("div",
|
|
1877
|
-
|
|
1890
|
+
t("div", is, [
|
|
1891
|
+
rs,
|
|
1878
1892
|
t("address", null, [
|
|
1879
|
-
is,
|
|
1880
|
-
rs,
|
|
1881
1893
|
ns,
|
|
1882
|
-
|
|
1894
|
+
ds,
|
|
1895
|
+
cs,
|
|
1896
|
+
w(A, {
|
|
1883
1897
|
class: "footer__contact",
|
|
1884
1898
|
"link-type": "regular_light",
|
|
1885
1899
|
underline: "false"
|
|
1886
1900
|
}, {
|
|
1887
1901
|
default: k(() => [
|
|
1888
|
-
|
|
1902
|
+
us
|
|
1889
1903
|
]),
|
|
1890
1904
|
_: 1
|
|
1891
1905
|
}),
|
|
1892
|
-
w(
|
|
1906
|
+
w(A, {
|
|
1893
1907
|
class: "footer__contact",
|
|
1894
1908
|
"link-type": "regular_light",
|
|
1895
1909
|
underline: "false"
|
|
1896
1910
|
}, {
|
|
1897
1911
|
default: k(() => [
|
|
1898
|
-
|
|
1912
|
+
_s
|
|
1899
1913
|
]),
|
|
1900
1914
|
_: 1
|
|
1901
1915
|
})
|
|
1902
1916
|
])
|
|
1903
1917
|
])
|
|
1904
1918
|
]),
|
|
1905
|
-
t("div",
|
|
1906
|
-
t("p",
|
|
1907
|
-
t("div",
|
|
1919
|
+
t("div", ps, [
|
|
1920
|
+
t("p", hs, " © Mobile Industrial Robots " + n((/* @__PURE__ */ new Date()).getFullYear()), 1),
|
|
1921
|
+
t("div", ms, [
|
|
1908
1922
|
t("button", {
|
|
1909
1923
|
class: "footer__language-switcher",
|
|
1910
1924
|
onClick: r[0] || (r[0] = (o) => a.$emit("changeRegionClicked"))
|
|
1911
1925
|
}, [
|
|
1912
1926
|
t("span", null, [
|
|
1913
|
-
|
|
1927
|
+
vs,
|
|
1914
1928
|
W(n(a.changeRegion), 1)
|
|
1915
1929
|
])
|
|
1916
1930
|
]),
|
|
1917
1931
|
u(a.$slots, "footer-privacy-link"),
|
|
1918
1932
|
u(a.$slots, "footer-cookie-link")
|
|
1919
1933
|
]),
|
|
1920
|
-
t("div",
|
|
1921
|
-
(s(!0), i(M, null, O(a.socialMedia, (o) => (s(), C(
|
|
1934
|
+
t("div", fs, [
|
|
1935
|
+
(s(!0), i(M, null, O(a.socialMedia, (o) => (s(), C(A, {
|
|
1922
1936
|
key: o.title,
|
|
1923
1937
|
underline: "false",
|
|
1924
1938
|
"link-type": "regular"
|
|
@@ -1933,7 +1947,7 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
1933
1947
|
height: "14",
|
|
1934
1948
|
class: h(["footer__social--icon", [o.title ? "bg-" + o.title : ""]])
|
|
1935
1949
|
}, null, 2)
|
|
1936
|
-
], 8,
|
|
1950
|
+
], 8, gs)
|
|
1937
1951
|
]),
|
|
1938
1952
|
_: 2
|
|
1939
1953
|
}, 1024))), 128))
|
|
@@ -1942,19 +1956,19 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
1942
1956
|
])
|
|
1943
1957
|
]));
|
|
1944
1958
|
}
|
|
1945
|
-
}),
|
|
1959
|
+
}), ys = /* @__PURE__ */ v(bs, [["__scopeId", "data-v-c4d39554"]]), $s = { class: "header__wrapper" }, ks = { class: "nav-wrapper" }, ws = { class: "mir-link-logo" }, Ss = { class: "main-nav-items" }, Bs = {
|
|
1946
1960
|
id: "menu-dropdown",
|
|
1947
1961
|
ref: "dropdownDiv"
|
|
1948
|
-
},
|
|
1962
|
+
}, Is = {
|
|
1949
1963
|
key: 0,
|
|
1950
1964
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
1951
1965
|
alt: "dropdownarrow"
|
|
1952
|
-
},
|
|
1966
|
+
}, qs = {
|
|
1953
1967
|
key: 1,
|
|
1954
1968
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
1955
1969
|
alt: "dropdownarrow",
|
|
1956
1970
|
style: { transform: "rotate(180deg)" }
|
|
1957
|
-
},
|
|
1971
|
+
}, Ts = { class: "dropdown-content" }, Ls = { class: "nav-search-wrapper" }, Vs = ["src"], Cs = { class: "mobile-logo-search-burger-wrapper" }, As = { class: "mobile-mir-link-logo" }, Ds = { class: "mobile-search-wrapper" }, Ms = ["src"], Os = ["src"], Ps = { class: "mobile-menu-content-wrapper" }, Fs = { class: "mobile-dropdown-content" }, Es = /* @__PURE__ */ g({
|
|
1958
1972
|
__name: "header",
|
|
1959
1973
|
props: {
|
|
1960
1974
|
burgerState: {
|
|
@@ -2001,30 +2015,30 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
2001
2015
|
}
|
|
2002
2016
|
return a({
|
|
2003
2017
|
defocusSearchButton: x
|
|
2004
|
-
}), (B, j) => (s(), i("div",
|
|
2018
|
+
}), (B, j) => (s(), i("div", $s, [
|
|
2005
2019
|
t("nav", null, [
|
|
2006
|
-
t("div",
|
|
2007
|
-
t("div",
|
|
2020
|
+
t("div", ks, [
|
|
2021
|
+
t("div", ws, [
|
|
2008
2022
|
u(B.$slots, "link-logo", {}, void 0, !0)
|
|
2009
2023
|
]),
|
|
2010
|
-
t("ul",
|
|
2024
|
+
t("ul", Ss, [
|
|
2011
2025
|
u(B.$slots, "main-nav-items", {}, void 0, !0)
|
|
2012
2026
|
]),
|
|
2013
|
-
t("div",
|
|
2027
|
+
t("div", Bs, [
|
|
2014
2028
|
t("button", {
|
|
2015
2029
|
class: "nav-dropdown-btn",
|
|
2016
2030
|
onClick: S
|
|
2017
2031
|
}, [
|
|
2018
2032
|
u(B.$slots, "dropdown-title", {}, void 0, !0),
|
|
2019
|
-
V(c) === !1 ? (s(), i("img",
|
|
2033
|
+
V(c) === !1 ? (s(), i("img", Is)) : (s(), i("img", qs))
|
|
2020
2034
|
]),
|
|
2021
|
-
Y(t("div",
|
|
2035
|
+
Y(t("div", Ts, [
|
|
2022
2036
|
u(B.$slots, "dropdown-links", {}, void 0, !0)
|
|
2023
2037
|
], 512), [
|
|
2024
2038
|
[Z, V(c)]
|
|
2025
2039
|
])
|
|
2026
2040
|
], 512),
|
|
2027
|
-
t("div",
|
|
2041
|
+
t("div", Ls, [
|
|
2028
2042
|
t("button", {
|
|
2029
2043
|
ref_key: "navSearchButton",
|
|
2030
2044
|
ref: y,
|
|
@@ -2039,18 +2053,18 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
2039
2053
|
alt: "search icon",
|
|
2040
2054
|
width: "20",
|
|
2041
2055
|
height: "20"
|
|
2042
|
-
}, null, 8,
|
|
2056
|
+
}, null, 8, Vs)
|
|
2043
2057
|
], 512)
|
|
2044
2058
|
])
|
|
2045
2059
|
]),
|
|
2046
2060
|
t("div", {
|
|
2047
2061
|
class: h(["mobile-nav-wrapper", V(_) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
|
|
2048
2062
|
}, [
|
|
2049
|
-
t("div",
|
|
2050
|
-
t("div",
|
|
2063
|
+
t("div", Cs, [
|
|
2064
|
+
t("div", As, [
|
|
2051
2065
|
u(B.$slots, "link-logo", {}, void 0, !0)
|
|
2052
2066
|
]),
|
|
2053
|
-
t("div",
|
|
2067
|
+
t("div", Ds, [
|
|
2054
2068
|
t("button", {
|
|
2055
2069
|
ref_key: "mobileSearchButton",
|
|
2056
2070
|
ref: q,
|
|
@@ -2066,7 +2080,7 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
2066
2080
|
alt: "search icon",
|
|
2067
2081
|
width: "20",
|
|
2068
2082
|
height: "20"
|
|
2069
|
-
}, null, 8,
|
|
2083
|
+
}, null, 8, Ms)
|
|
2070
2084
|
], 512)
|
|
2071
2085
|
]),
|
|
2072
2086
|
t("button", {
|
|
@@ -2079,14 +2093,14 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
2079
2093
|
height: "20",
|
|
2080
2094
|
alt: "burger menu line icon",
|
|
2081
2095
|
src: V(_) === !0 ? "https://a.storyblok.com/f/230581/17x18/20e9329e46/close-white.svg" : "https://a.storyblok.com/f/230581/23x14/739e917bca/burger-menu-line.svg"
|
|
2082
|
-
}, null, 8,
|
|
2096
|
+
}, null, 8, Os)
|
|
2083
2097
|
])
|
|
2084
2098
|
]),
|
|
2085
|
-
Y(t("div",
|
|
2099
|
+
Y(t("div", Ps, [
|
|
2086
2100
|
t("ul", null, [
|
|
2087
2101
|
u(B.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2088
2102
|
]),
|
|
2089
|
-
t("ul",
|
|
2103
|
+
t("ul", Fs, [
|
|
2090
2104
|
u(B.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2091
2105
|
u(B.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2092
2106
|
])
|
|
@@ -2097,7 +2111,7 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
2097
2111
|
])
|
|
2098
2112
|
]));
|
|
2099
2113
|
}
|
|
2100
|
-
}),
|
|
2114
|
+
}), Rs = /* @__PURE__ */ v(Es, [["__scopeId", "data-v-5ad5c770"]]), Ns = { class: "language__wrapper" }, Hs = { class: "language__content" }, zs = { class: "language__headline" }, js = { class: "language__paragraph" }, Us = { class: "language__links" }, Ks = /* @__PURE__ */ g({
|
|
2101
2115
|
__name: "language-switcher",
|
|
2102
2116
|
props: {
|
|
2103
2117
|
headline: {
|
|
@@ -2110,17 +2124,17 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
2110
2124
|
}
|
|
2111
2125
|
},
|
|
2112
2126
|
setup(e) {
|
|
2113
|
-
return (a, r) => (s(), i("div",
|
|
2114
|
-
t("div",
|
|
2115
|
-
t("h2",
|
|
2116
|
-
t("p",
|
|
2117
|
-
t("div",
|
|
2127
|
+
return (a, r) => (s(), i("div", Ns, [
|
|
2128
|
+
t("div", Hs, [
|
|
2129
|
+
t("h2", zs, n(e.headline), 1),
|
|
2130
|
+
t("p", js, n(e.paragraph), 1),
|
|
2131
|
+
t("div", Us, [
|
|
2118
2132
|
u(a.$slots, "language-links", {}, void 0, !0)
|
|
2119
2133
|
])
|
|
2120
2134
|
])
|
|
2121
2135
|
]));
|
|
2122
2136
|
}
|
|
2123
|
-
}),
|
|
2137
|
+
}), Gs = /* @__PURE__ */ v(Ks, [["__scopeId", "data-v-dc8cc97e"]]), Ws = { class: "pagination__wrapper" }, Ys = { class: "pagination__content" }, Js = /* @__PURE__ */ g({
|
|
2124
2138
|
__name: "pagination",
|
|
2125
2139
|
props: {
|
|
2126
2140
|
isPreviousDisabled: {
|
|
@@ -2134,8 +2148,8 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
2134
2148
|
},
|
|
2135
2149
|
emits: ["previous", "next"],
|
|
2136
2150
|
setup(e) {
|
|
2137
|
-
return (a, r) => (s(), i("div",
|
|
2138
|
-
t("div",
|
|
2151
|
+
return (a, r) => (s(), i("div", Ws, [
|
|
2152
|
+
t("div", Ys, [
|
|
2139
2153
|
w(X, {
|
|
2140
2154
|
disabled: e.isPreviousDisabled,
|
|
2141
2155
|
variant: "previous",
|
|
@@ -2152,16 +2166,16 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
2152
2166
|
])
|
|
2153
2167
|
]));
|
|
2154
2168
|
}
|
|
2155
|
-
}),
|
|
2156
|
-
function
|
|
2157
|
-
return s(), i("div",
|
|
2169
|
+
}), Qs = /* @__PURE__ */ v(Js, [["__scopeId", "data-v-da6d07c9"]]), Zs = {}, Xs = { class: "search__wrapper" };
|
|
2170
|
+
function xs(e, a) {
|
|
2171
|
+
return s(), i("div", Xs, [
|
|
2158
2172
|
u(e.$slots, "default", { class: "search__content" })
|
|
2159
2173
|
]);
|
|
2160
2174
|
}
|
|
2161
|
-
const
|
|
2175
|
+
const ei = /* @__PURE__ */ v(Zs, [["render", xs], ["__scopeId", "data-v-623adb82"]]), ti = { class: "product-hero__wrapper" }, ai = { class: "product-hero__content" }, li = { class: "product-hero__headline" }, oi = { class: "product-hero__video" }, si = {
|
|
2162
2176
|
key: 2,
|
|
2163
2177
|
class: "product-hero__logo"
|
|
2164
|
-
},
|
|
2178
|
+
}, ii = /* @__PURE__ */ g({
|
|
2165
2179
|
__name: "product-hero",
|
|
2166
2180
|
props: {
|
|
2167
2181
|
headline: {
|
|
@@ -2191,10 +2205,10 @@ const Xs = /* @__PURE__ */ v(Js, [["render", Zs], ["__scopeId", "data-v-623adb82
|
|
|
2191
2205
|
}
|
|
2192
2206
|
},
|
|
2193
2207
|
setup(e) {
|
|
2194
|
-
return (a, r) => (s(), i("div",
|
|
2195
|
-
t("div",
|
|
2196
|
-
t("div",
|
|
2197
|
-
t("div",
|
|
2208
|
+
return (a, r) => (s(), i("div", ti, [
|
|
2209
|
+
t("div", ai, [
|
|
2210
|
+
t("div", li, n(e.headline), 1),
|
|
2211
|
+
t("div", oi, [
|
|
2198
2212
|
e.videoSrc !== "" ? (s(), C(J, {
|
|
2199
2213
|
key: 0,
|
|
2200
2214
|
play: "",
|
|
@@ -2206,14 +2220,14 @@ const Xs = /* @__PURE__ */ v(Js, [["render", Zs], ["__scopeId", "data-v-623adb82
|
|
|
2206
2220
|
autoplay: "",
|
|
2207
2221
|
loop: "",
|
|
2208
2222
|
muted: ""
|
|
2209
|
-
}, null, 8, ["src", "aria-label", "poster"])) : (s(), C(V(
|
|
2223
|
+
}, null, 8, ["src", "aria-label", "poster"])) : (s(), C(V(D), { key: 1 }, {
|
|
2210
2224
|
default: k(() => [
|
|
2211
2225
|
u(a.$slots, "product-hero-image", {}, void 0, !0)
|
|
2212
2226
|
]),
|
|
2213
2227
|
_: 3
|
|
2214
2228
|
})),
|
|
2215
|
-
e.logoSrc ? (s(), i("div",
|
|
2216
|
-
w(V(
|
|
2229
|
+
e.logoSrc ? (s(), i("div", si, [
|
|
2230
|
+
w(V(D), null, {
|
|
2217
2231
|
default: k(() => [
|
|
2218
2232
|
u(a.$slots, "product-hero-logo", {}, void 0, !0)
|
|
2219
2233
|
]),
|
|
@@ -2224,7 +2238,7 @@ const Xs = /* @__PURE__ */ v(Js, [["render", Zs], ["__scopeId", "data-v-623adb82
|
|
|
2224
2238
|
])
|
|
2225
2239
|
]));
|
|
2226
2240
|
}
|
|
2227
|
-
}),
|
|
2241
|
+
}), ri = /* @__PURE__ */ v(ii, [["__scopeId", "data-v-60ff352b"]]), ni = { class: "promo__content" }, di = { class: "pallet-jack__media-wrap" }, ci = { class: "pallet-jack-link" }, ui = { class: "pallet-jack__media-wrap__inner-wrap" }, _i = { class: "pallet-jack__media-wrap__content-wrap" }, pi = { class: "regular-blue" }, hi = /* @__PURE__ */ g({
|
|
2228
2242
|
__name: "pallet-jack",
|
|
2229
2243
|
props: {
|
|
2230
2244
|
label: { default: "" },
|
|
@@ -2250,22 +2264,22 @@ const Xs = /* @__PURE__ */ v(Js, [["render", Zs], ["__scopeId", "data-v-623adb82
|
|
|
2250
2264
|
l.teaser ? "promo__wrapper--teaser" : ""
|
|
2251
2265
|
])
|
|
2252
2266
|
}, [
|
|
2253
|
-
t("div",
|
|
2267
|
+
t("div", ni, [
|
|
2254
2268
|
t("div", {
|
|
2255
2269
|
class: h([
|
|
2256
2270
|
"promo__video",
|
|
2257
2271
|
l.reverse ? "promo__video--reverse" : "promo__video--default"
|
|
2258
2272
|
])
|
|
2259
2273
|
}, [
|
|
2260
|
-
t("div",
|
|
2261
|
-
t("div",
|
|
2274
|
+
t("div", di, [
|
|
2275
|
+
t("div", ci, [
|
|
2262
2276
|
u(l.$slots, "pallet-jack-link")
|
|
2263
2277
|
]),
|
|
2264
|
-
t("div",
|
|
2278
|
+
t("div", ui, [
|
|
2265
2279
|
u(l.$slots, "pallet-jack-video")
|
|
2266
2280
|
]),
|
|
2267
|
-
t("div",
|
|
2268
|
-
t("h3",
|
|
2281
|
+
t("div", _i, [
|
|
2282
|
+
t("h3", pi, n(l.headline), 1),
|
|
2269
2283
|
t("p", null, n(l.shortDescription), 1)
|
|
2270
2284
|
])
|
|
2271
2285
|
])
|
|
@@ -2289,7 +2303,7 @@ const Xs = /* @__PURE__ */ v(Js, [["render", Zs], ["__scopeId", "data-v-623adb82
|
|
|
2289
2303
|
}, [
|
|
2290
2304
|
u(l.$slots, "promo-text")
|
|
2291
2305
|
], 2),
|
|
2292
|
-
l.linkType === "link" ? (s(), C(
|
|
2306
|
+
l.linkType === "link" ? (s(), C(A, {
|
|
2293
2307
|
key: 1,
|
|
2294
2308
|
"link-type": l.variant === "dark" ? "regular_dark" : (l.variant === "light", "regular_light"),
|
|
2295
2309
|
arrow: ""
|
|
@@ -2299,7 +2313,7 @@ const Xs = /* @__PURE__ */ v(Js, [["render", Zs], ["__scopeId", "data-v-623adb82
|
|
|
2299
2313
|
]),
|
|
2300
2314
|
_: 3
|
|
2301
2315
|
}, 8, ["link-type"])) : m("", !0),
|
|
2302
|
-
l.linkType === "button" ? (s(), C(
|
|
2316
|
+
l.linkType === "button" ? (s(), C(A, {
|
|
2303
2317
|
key: 2,
|
|
2304
2318
|
"link-type": l.variant === "dark" ? "secondary_dark" : (l.variant === "light", "secondary")
|
|
2305
2319
|
}, {
|
|
@@ -2312,9 +2326,9 @@ const Xs = /* @__PURE__ */ v(Js, [["render", Zs], ["__scopeId", "data-v-623adb82
|
|
|
2312
2326
|
])
|
|
2313
2327
|
], 2));
|
|
2314
2328
|
}
|
|
2315
|
-
}),
|
|
2329
|
+
}), mi = /* @__PURE__ */ v(hi, [["__scopeId", "data-v-6948a97b"]]), fi = {
|
|
2316
2330
|
install: (e) => {
|
|
2317
|
-
e.component("AtomButton", X), e.component("AtomCheckbox", Ae), e.component("AtomChip", Fe), e.component("AtomDropdown", Ke), e.component("AtomImage",
|
|
2331
|
+
e.component("AtomButton", X), e.component("AtomCheckbox", Ae), e.component("AtomChip", Fe), e.component("AtomDropdown", Ke), e.component("AtomImage", D), e.component("AtomLabel", K), e.component("AtomLink", A), 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", aa), e.component("MoleculeBulletList", ra), e.component("MoleculeCard", _a), e.component("MoleculeEventCard", ya), e.component("MoleculeModal", ue), e.component("MoleculeTextCard", Ba), e.component("BlockFacts", Ma), e.component("BlockFeatures", za), e.component("BlockFormScript", Qa), e.component("BlockHeadline", _l), e.component("BlockHero", Bl), e.component("BlockImage", al), e.component("BlockImageGallery", nl), e.component("BlockLogoWall", Ml), e.component("BlockMicroStories", Rl), e.component("BlockPolicy", Ul), e.component("BlockProductHero", ri), e.component("BlockPromo", eo), e.component("BlockQuote", ho), e.component("BlockRichText", bo), e.component("BlockRichTextColumns", Io), e.component("BlockTimeline", Po), e.component("BlockCardDisplay", Zl), e.component("BlockVimeo", zo), e.component("BlockPalletJack", mi), e.component("Organism404", Yo), e.component("OrganismFilter", es), e.component("OrganismFooter", ys), e.component("OrganismHeader", Rs), e.component("OrganismLanguageSwitcher", Gs), e.component("OrganismPagination", Qs), e.component("OrganismSearch", ei);
|
|
2318
2332
|
}
|
|
2319
2333
|
};
|
|
2320
2334
|
export {
|
|
@@ -2322,46 +2336,46 @@ export {
|
|
|
2322
2336
|
Ae as AtomCheckbox,
|
|
2323
2337
|
Fe as AtomChip,
|
|
2324
2338
|
Ke as AtomDropdown,
|
|
2325
|
-
|
|
2339
|
+
D as AtomImage,
|
|
2326
2340
|
K as AtomLabel,
|
|
2327
|
-
|
|
2341
|
+
A as AtomLink,
|
|
2328
2342
|
lt as AtomRadioButton,
|
|
2329
2343
|
dt as AtomSelect,
|
|
2330
2344
|
yt as AtomSlider,
|
|
2331
2345
|
Rt as AtomTextField,
|
|
2332
2346
|
Tt as AtomTextarea,
|
|
2333
2347
|
J as AtomVideo,
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2348
|
+
Zl as BlockCardDisplay,
|
|
2349
|
+
Ma as BlockFacts,
|
|
2350
|
+
za as BlockFeatures,
|
|
2351
|
+
Qa as BlockFormScript,
|
|
2352
|
+
_l as BlockHeadline,
|
|
2353
|
+
Bl as BlockHero,
|
|
2354
|
+
al as BlockImage,
|
|
2355
|
+
nl as BlockImageGallery,
|
|
2356
|
+
Ml as BlockLogoWall,
|
|
2357
|
+
Rl as BlockMicroStories,
|
|
2358
|
+
mi as BlockPalletJack,
|
|
2359
|
+
Ul as BlockPolicy,
|
|
2360
|
+
ri as BlockProductHero,
|
|
2361
|
+
eo as BlockPromo,
|
|
2362
|
+
ho as BlockQuote,
|
|
2363
|
+
bo as BlockRichText,
|
|
2364
|
+
Io as BlockRichTextColumns,
|
|
2365
|
+
Po as BlockTimeline,
|
|
2366
|
+
zo as BlockVimeo,
|
|
2367
|
+
aa as MoleculeAddress,
|
|
2368
|
+
ra as MoleculeBulletList,
|
|
2369
|
+
_a as MoleculeCard,
|
|
2370
|
+
ya as MoleculeEventCard,
|
|
2357
2371
|
ue as MoleculeModal,
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2372
|
+
Ba as MoleculeTextCard,
|
|
2373
|
+
Yo as Organism404,
|
|
2374
|
+
es as OrganismFilter,
|
|
2375
|
+
ys as OrganismFooter,
|
|
2376
|
+
Rs as OrganismHeader,
|
|
2377
|
+
Gs as OrganismLanguageSwitcher,
|
|
2378
|
+
Qs as OrganismPagination,
|
|
2379
|
+
ei as OrganismSearch,
|
|
2380
|
+
fi as default
|
|
2367
2381
|
};
|