@mirweb/mir-web-components 1.8.8 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as g, computed as q, openBlock as l, createElementBlock as i, normalizeClass as h, toDisplayString as d, createElementVNode as t, renderSlot as c, pushScopeId as H, popScopeId as R, createTextVNode as J, ref as C, resolveDirective as _e, withDirectives as U, Fragment as
|
|
1
|
+
import { defineComponent as g, computed as q, openBlock as l, createElementBlock as i, normalizeClass as h, toDisplayString as d, createElementVNode as t, renderSlot as c, pushScopeId as H, popScopeId as R, createTextVNode as J, ref as C, resolveDirective as _e, withDirectives as U, Fragment as V, renderList as P, vShow as Z, normalizeProps as O, guardReactiveProps as z, toRefs as Se, mergeProps as M, createVNode as S, Transition as Ie, withCtx as y, withModifiers as he, createBlock as T, createCommentVNode as _, watchEffect as pe, withKeys as Ce, useSlots as qe, normalizeStyle as ee, isRef as x, unref as I, onMounted as me, watch as Q, onUnmounted as Te } from "vue";
|
|
2
2
|
const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
@@ -117,12 +117,12 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
117
117
|
ae("update:modelValue", m);
|
|
118
118
|
}
|
|
119
119
|
function de(m) {
|
|
120
|
-
var
|
|
120
|
+
var A;
|
|
121
121
|
const B = m.target;
|
|
122
|
-
B.getAttribute("role") === "option" && (W(B), se(), (
|
|
122
|
+
B.getAttribute("role") === "option" && (W(B), se(), (A = u.value) == null || A.focus());
|
|
123
123
|
}
|
|
124
124
|
function G(m) {
|
|
125
|
-
var
|
|
125
|
+
var A;
|
|
126
126
|
const B = m.key;
|
|
127
127
|
switch (B) {
|
|
128
128
|
case "ArrowUp":
|
|
@@ -145,7 +145,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
145
145
|
break;
|
|
146
146
|
case "Enter":
|
|
147
147
|
case "Escape":
|
|
148
|
-
m.preventDefault(), se(), (
|
|
148
|
+
m.preventDefault(), se(), (A = u.value) == null || A.focus();
|
|
149
149
|
break;
|
|
150
150
|
default: {
|
|
151
151
|
const L = j(B);
|
|
@@ -176,23 +176,23 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
176
176
|
(f.value === "" || B !== m) && (w.value = s.options.findIndex(
|
|
177
177
|
(L) => L.value === s.modelValue
|
|
178
178
|
)), f.value = B === m ? m : f.value + m, B = m, $();
|
|
179
|
-
let
|
|
179
|
+
let A = K(
|
|
180
180
|
w.value + 1,
|
|
181
181
|
s.options.length
|
|
182
182
|
);
|
|
183
|
-
return !
|
|
183
|
+
return !A && f.value.length === 1 && (A = K(0, w.value)), w.value = (w.value + 1) % s.options.length, A;
|
|
184
184
|
}
|
|
185
185
|
function K(m, B) {
|
|
186
|
-
for (let
|
|
187
|
-
if (s.options[
|
|
188
|
-
return n.value[
|
|
186
|
+
for (let A = m; A < B; A++)
|
|
187
|
+
if (s.options[A].label && s.options[A].label.toUpperCase().indexOf(f.value.toUpperCase()) === 0)
|
|
188
|
+
return n.value[A];
|
|
189
189
|
return null;
|
|
190
190
|
}
|
|
191
191
|
function E() {
|
|
192
192
|
W(n.value[0]);
|
|
193
193
|
}
|
|
194
194
|
function W(m) {
|
|
195
|
-
var
|
|
195
|
+
var A, L;
|
|
196
196
|
const B = m.getAttribute("data-value");
|
|
197
197
|
if (s.modelValue) {
|
|
198
198
|
const N = s.options.findIndex(
|
|
@@ -200,7 +200,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
200
200
|
), Y = n.value[N];
|
|
201
201
|
ce(Y);
|
|
202
202
|
}
|
|
203
|
-
if (m.setAttribute("aria-selected", "true"), (
|
|
203
|
+
if (m.setAttribute("aria-selected", "true"), (A = p.value) == null || A.setAttribute(
|
|
204
204
|
"aria-activedescendant",
|
|
205
205
|
B || ""
|
|
206
206
|
), ne(B || ""), p.value && p.value.scrollHeight > p.value.clientHeight) {
|
|
@@ -225,7 +225,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
225
225
|
s.disabled || (k.value ? ue() : se());
|
|
226
226
|
}
|
|
227
227
|
return (m, B) => {
|
|
228
|
-
const
|
|
228
|
+
const A = _e("click-outside");
|
|
229
229
|
return l(), i("div", {
|
|
230
230
|
ref: "listbox",
|
|
231
231
|
class: "listbox__wrapper",
|
|
@@ -263,7 +263,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
263
263
|
onKeydown: G,
|
|
264
264
|
onClick: de
|
|
265
265
|
}, [
|
|
266
|
-
(l(!0), i(
|
|
266
|
+
(l(!0), i(V, null, P(m.options, (L, N) => (l(), i("li", {
|
|
267
267
|
key: `${m.name}-option-${N}`,
|
|
268
268
|
ref_for: !0,
|
|
269
269
|
ref_key: "listboxOptions",
|
|
@@ -277,7 +277,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
277
277
|
[Z, !k.value]
|
|
278
278
|
])
|
|
279
279
|
])), [
|
|
280
|
-
[
|
|
280
|
+
[A, se]
|
|
281
281
|
])
|
|
282
282
|
], 8, Ee);
|
|
283
283
|
};
|
|
@@ -314,7 +314,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
314
314
|
}, d(s.text), 11, xe)
|
|
315
315
|
]));
|
|
316
316
|
}
|
|
317
|
-
}), X = /* @__PURE__ */ v(et, [["__scopeId", "data-v-7d9d3a8a"]]), tt = { class: "link__wrapper" },
|
|
317
|
+
}), X = /* @__PURE__ */ v(et, [["__scopeId", "data-v-7d9d3a8a"]]), tt = { class: "link__wrapper" }, D = /* @__PURE__ */ g({
|
|
318
318
|
__name: "link",
|
|
319
319
|
props: {
|
|
320
320
|
linkType: { default: "regular" },
|
|
@@ -420,7 +420,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
420
420
|
a.$emit("update:modelValue", s.target.value), s.target.blur();
|
|
421
421
|
})
|
|
422
422
|
}, [
|
|
423
|
-
(l(!0), i(
|
|
423
|
+
(l(!0), i(V, null, P(a.options, (s) => (l(), i("option", {
|
|
424
424
|
key: s.value,
|
|
425
425
|
value: s.value
|
|
426
426
|
}, d(s.text), 9, ut))), 128))
|
|
@@ -457,7 +457,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
457
457
|
}, ["stop"]))
|
|
458
458
|
}, [
|
|
459
459
|
t("div", null, [
|
|
460
|
-
u.searchBar ? _("", !0) : (l(),
|
|
460
|
+
u.searchBar ? _("", !0) : (l(), T(le, {
|
|
461
461
|
key: 0,
|
|
462
462
|
"aria-label": "close",
|
|
463
463
|
variant: "close",
|
|
@@ -544,7 +544,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
544
544
|
class: h([f.variant, "slider__value"])
|
|
545
545
|
}, d(f.modelValue), 3)
|
|
546
546
|
]),
|
|
547
|
-
f.information ? (l(),
|
|
547
|
+
f.information ? (l(), T(ve, {
|
|
548
548
|
key: 0,
|
|
549
549
|
show: p.value,
|
|
550
550
|
"onUpdate:show": k[3] || (k[3] = (w) => p.value = w)
|
|
@@ -779,7 +779,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
779
779
|
a.addressLine3 ? (l(), i("p", Xt, d(a.addressLine3), 1)) : _("", !0)
|
|
780
780
|
]),
|
|
781
781
|
t("div", xt, [
|
|
782
|
-
a.website ? (l(),
|
|
782
|
+
a.website ? (l(), T(D, {
|
|
783
783
|
key: 0,
|
|
784
784
|
underline: "false",
|
|
785
785
|
"link-type": "regular"
|
|
@@ -792,7 +792,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
792
792
|
]),
|
|
793
793
|
_: 1
|
|
794
794
|
})) : _("", !0),
|
|
795
|
-
(l(!0), i(
|
|
795
|
+
(l(!0), i(V, null, P(a.phoneNumbers, (s) => (l(), T(D, {
|
|
796
796
|
key: s,
|
|
797
797
|
underline: "false",
|
|
798
798
|
"link-type": "regular"
|
|
@@ -838,7 +838,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
838
838
|
class: h(["bullet-list", e.variant])
|
|
839
839
|
}, [
|
|
840
840
|
t("ul", null, [
|
|
841
|
-
(l(!0), i(
|
|
841
|
+
(l(!0), i(V, null, P(e.list, (s) => (l(), i("li", { key: s }, [
|
|
842
842
|
ra,
|
|
843
843
|
J(" " + d(s), 1)
|
|
844
844
|
]))), 128))
|
|
@@ -907,7 +907,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
907
907
|
onFocus: b[2] || (b[2] = (f) => x(r) ? r.value = !0 : r = !0),
|
|
908
908
|
onBlur: b[3] || (b[3] = (f) => x(r) ? r.value = !1 : r = !1)
|
|
909
909
|
}, [
|
|
910
|
-
n.mediaType === "image" ? (l(),
|
|
910
|
+
n.mediaType === "image" ? (l(), T(F, { key: 0 }, {
|
|
911
911
|
default: y(() => [
|
|
912
912
|
c(n.$slots, "card-image", M({
|
|
913
913
|
src: n.imgSrc,
|
|
@@ -1180,7 +1180,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1180
1180
|
}, s = (o) => a.value.includes(o);
|
|
1181
1181
|
return (o, u) => (l(), i("section", Ga, [
|
|
1182
1182
|
t("div", Ja, [
|
|
1183
|
-
(l(!0), i(
|
|
1183
|
+
(l(!0), i(V, null, P(o.accordions, (p) => (l(), i("div", {
|
|
1184
1184
|
key: p._uid
|
|
1185
1185
|
}, [
|
|
1186
1186
|
t("div", Wa, [
|
|
@@ -1286,7 +1286,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1286
1286
|
])) : _("", !0)
|
|
1287
1287
|
]),
|
|
1288
1288
|
t("div", po, [
|
|
1289
|
-
(l(!0), i(
|
|
1289
|
+
(l(!0), i(V, null, P(a.columns, (s) => (l(), T(ge, {
|
|
1290
1290
|
key: s._uid,
|
|
1291
1291
|
headline: s.headline,
|
|
1292
1292
|
bodytext: s.bodytext,
|
|
@@ -1342,7 +1342,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1342
1342
|
t("div", go, [
|
|
1343
1343
|
t("h2", bo, d(a.headline), 1),
|
|
1344
1344
|
t("div", yo, [
|
|
1345
|
-
(l(!0), i(
|
|
1345
|
+
(l(!0), i(V, null, P(a.facts, (s) => (l(), i("div", {
|
|
1346
1346
|
key: s.value + s.metric,
|
|
1347
1347
|
class: "fact"
|
|
1348
1348
|
}, [
|
|
@@ -1355,7 +1355,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1355
1355
|
]))), 128))
|
|
1356
1356
|
]),
|
|
1357
1357
|
a.link ? (l(), i("div", wo, [
|
|
1358
|
-
S(
|
|
1358
|
+
S(D, {
|
|
1359
1359
|
"link-type": "regular_light",
|
|
1360
1360
|
arrow: ""
|
|
1361
1361
|
}, {
|
|
@@ -1393,7 +1393,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1393
1393
|
t("div", {
|
|
1394
1394
|
class: h(["features__elements", [a.elements.length === 6 ? "features__elements--grid-6" : ""]])
|
|
1395
1395
|
}, [
|
|
1396
|
-
(l(!0), i(
|
|
1396
|
+
(l(!0), i(V, null, P(a.elements, (s) => (l(), i("div", {
|
|
1397
1397
|
key: s.headline,
|
|
1398
1398
|
class: "features__element"
|
|
1399
1399
|
}, [
|
|
@@ -1457,7 +1457,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1457
1457
|
lg: s.value === "lg"
|
|
1458
1458
|
}])
|
|
1459
1459
|
}, [
|
|
1460
|
-
(l(!0), i(
|
|
1460
|
+
(l(!0), i(V, null, P(o.flashcards, (p) => (l(), T(I(be), {
|
|
1461
1461
|
key: p._uid,
|
|
1462
1462
|
name: p.name,
|
|
1463
1463
|
bodytext: p.bodytext,
|
|
@@ -1510,7 +1510,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1510
1510
|
t("div", Eo, [
|
|
1511
1511
|
c(o.$slots, "form-body", {}, void 0, !0)
|
|
1512
1512
|
]),
|
|
1513
|
-
o.linkType === "link" ? (l(),
|
|
1513
|
+
o.linkType === "link" ? (l(), T(D, {
|
|
1514
1514
|
key: 0,
|
|
1515
1515
|
"link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
|
|
1516
1516
|
arrow: ""
|
|
@@ -1574,7 +1574,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1574
1574
|
t("h1", null, d(e.headline), 1)
|
|
1575
1575
|
]),
|
|
1576
1576
|
t("div", as, [
|
|
1577
|
-
S(
|
|
1577
|
+
S(D, {
|
|
1578
1578
|
"link-type": "regular_light",
|
|
1579
1579
|
arrow: ""
|
|
1580
1580
|
}, {
|
|
@@ -1657,7 +1657,9 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1657
1657
|
body: { default: "" },
|
|
1658
1658
|
flipHorizontal: { type: Boolean, default: !1 },
|
|
1659
1659
|
flipVertical: { type: Boolean, default: !1 },
|
|
1660
|
-
bgColor: { default: "white" }
|
|
1660
|
+
bgColor: { default: "white" },
|
|
1661
|
+
linkText: { default: "" },
|
|
1662
|
+
linkType: { default: "link" }
|
|
1661
1663
|
},
|
|
1662
1664
|
setup(e) {
|
|
1663
1665
|
const a = {
|
|
@@ -1710,7 +1712,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1710
1712
|
o.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
|
|
1711
1713
|
])
|
|
1712
1714
|
}, [
|
|
1713
|
-
(l(!0), i(
|
|
1715
|
+
(l(!0), i(V, null, P(o.mediaSmall, (p) => (l(), i("div", {
|
|
1714
1716
|
key: p.src + p.alt,
|
|
1715
1717
|
class: "image image--small"
|
|
1716
1718
|
}, [
|
|
@@ -1730,13 +1732,23 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1730
1732
|
key: 0,
|
|
1731
1733
|
class: h(["body", o.bgColor === "dark" ? "body--dark" : ""])
|
|
1732
1734
|
}, [
|
|
1733
|
-
t("p", null, d(o.body), 1)
|
|
1735
|
+
t("p", null, d(o.body), 1),
|
|
1736
|
+
o.linkType === "link" ? (l(), T(D, {
|
|
1737
|
+
key: 0,
|
|
1738
|
+
"link-type": o.bgColor === "dark" ? "regular_dark" : (o.bgColor === "light", "regular_light"),
|
|
1739
|
+
arrow: ""
|
|
1740
|
+
}, {
|
|
1741
|
+
default: y(() => [
|
|
1742
|
+
c(o.$slots, "gallery-link")
|
|
1743
|
+
]),
|
|
1744
|
+
_: 3
|
|
1745
|
+
}, 8, ["link-type"])) : _("", !0)
|
|
1734
1746
|
], 2)) : _("", !0)
|
|
1735
1747
|
], 6)
|
|
1736
1748
|
], 2)
|
|
1737
1749
|
], 2));
|
|
1738
1750
|
}
|
|
1739
|
-
}), bs = /* @__PURE__ */ v(gs, [["__scopeId", "data-v-
|
|
1751
|
+
}), bs = /* @__PURE__ */ v(gs, [["__scopeId", "data-v-ae1f41d4"]]), ys = { class: "logo-wall__wrapper" }, ks = { class: "logo-wall__content" }, $s = {
|
|
1740
1752
|
key: 0,
|
|
1741
1753
|
class: "logo-wall__text"
|
|
1742
1754
|
}, ws = { key: 0 }, Bs = { key: 1 }, Ss = { class: "logo-wall__logos" }, Is = { class: "logo-wall__link" }, Cs = /* @__PURE__ */ g({
|
|
@@ -1764,7 +1776,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1764
1776
|
e.body ? (l(), i("p", Bs, d(e.body), 1)) : _("", !0)
|
|
1765
1777
|
])) : _("", !0),
|
|
1766
1778
|
t("div", Ss, [
|
|
1767
|
-
(l(!0), i(
|
|
1779
|
+
(l(!0), i(V, null, P(e.logos, (s) => (l(), i("div", {
|
|
1768
1780
|
key: s.src + s.alt,
|
|
1769
1781
|
class: "logo-wall__logo"
|
|
1770
1782
|
}, [
|
|
@@ -1782,7 +1794,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1782
1794
|
]))), 128))
|
|
1783
1795
|
]),
|
|
1784
1796
|
t("div", Is, [
|
|
1785
|
-
S(
|
|
1797
|
+
S(D, {
|
|
1786
1798
|
"link-type": "regular_light",
|
|
1787
1799
|
arrow: !0
|
|
1788
1800
|
}, {
|
|
@@ -1884,7 +1896,7 @@ const zs = /* @__PURE__ */ v(Ps, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
1884
1896
|
t("div", Rs, [
|
|
1885
1897
|
t("div", Ns, d(e.headline), 1),
|
|
1886
1898
|
t("div", Es, [
|
|
1887
|
-
e.videoSrc !== "" ? (l(),
|
|
1899
|
+
e.videoSrc !== "" ? (l(), T(te, {
|
|
1888
1900
|
key: 0,
|
|
1889
1901
|
play: "",
|
|
1890
1902
|
"local-video": !0,
|
|
@@ -1895,7 +1907,7 @@ const zs = /* @__PURE__ */ v(Ps, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
1895
1907
|
autoplay: "",
|
|
1896
1908
|
loop: "",
|
|
1897
1909
|
muted: ""
|
|
1898
|
-
}, null, 8, ["src", "aria-label", "poster"])) : (l(),
|
|
1910
|
+
}, null, 8, ["src", "aria-label", "poster"])) : (l(), T(I(F), { key: 1 }, {
|
|
1899
1911
|
default: y(() => [
|
|
1900
1912
|
c(a.$slots, "product-hero-image", {}, void 0, !0)
|
|
1901
1913
|
]),
|
|
@@ -1992,7 +2004,7 @@ const zs = /* @__PURE__ */ v(Ps, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
1992
2004
|
o.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
1993
2005
|
])
|
|
1994
2006
|
}, [
|
|
1995
|
-
o.label ? (l(),
|
|
2007
|
+
o.label ? (l(), T(X, {
|
|
1996
2008
|
key: 0,
|
|
1997
2009
|
text: o.label,
|
|
1998
2010
|
"label-dark": o.variant === "dark"
|
|
@@ -2005,7 +2017,7 @@ const zs = /* @__PURE__ */ v(Ps, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
2005
2017
|
}, [
|
|
2006
2018
|
c(o.$slots, "promo-headline")
|
|
2007
2019
|
], 2),
|
|
2008
|
-
o.linkType === "link" ? (l(),
|
|
2020
|
+
o.linkType === "link" ? (l(), T(D, {
|
|
2009
2021
|
key: 1,
|
|
2010
2022
|
"link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
|
|
2011
2023
|
arrow: ""
|
|
@@ -2015,7 +2027,7 @@ const zs = /* @__PURE__ */ v(Ps, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
2015
2027
|
]),
|
|
2016
2028
|
_: 3
|
|
2017
2029
|
}, 8, ["link-type"])) : _("", !0),
|
|
2018
|
-
o.linkType === "button" ? (l(),
|
|
2030
|
+
o.linkType === "button" ? (l(), T(D, {
|
|
2019
2031
|
key: 2,
|
|
2020
2032
|
"link-type": o.variant === "dark" ? "secondary_dark" : (o.variant === "light", "secondary")
|
|
2021
2033
|
}, {
|
|
@@ -2106,7 +2118,7 @@ const zs = /* @__PURE__ */ v(Ps, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
2106
2118
|
])
|
|
2107
2119
|
}, [
|
|
2108
2120
|
t("div", cl, [
|
|
2109
|
-
a.label ? (l(),
|
|
2121
|
+
a.label ? (l(), T(X, {
|
|
2110
2122
|
key: 0,
|
|
2111
2123
|
text: a.label,
|
|
2112
2124
|
"label-dark": !1
|
|
@@ -2202,7 +2214,7 @@ const kl = /* @__PURE__ */ v(ml, [["render", yl], ["__scopeId", "data-v-776750d2
|
|
|
2202
2214
|
}), (a, r) => (l(), i("div", wl, [
|
|
2203
2215
|
t("div", Bl, [
|
|
2204
2216
|
t("div", Sl, [
|
|
2205
|
-
(l(!0), i(
|
|
2217
|
+
(l(!0), i(V, null, P(e.timelineItems, (s) => (l(), i("div", {
|
|
2206
2218
|
key: s.year,
|
|
2207
2219
|
class: "timeline__item faded"
|
|
2208
2220
|
}, [
|
|
@@ -2394,7 +2406,7 @@ const kl = /* @__PURE__ */ v(ml, [["render", yl], ["__scopeId", "data-v-776750d2
|
|
|
2394
2406
|
t("footer", hi, [
|
|
2395
2407
|
a.language === "zh" ? (l(), i("img", pi)) : _("", !0),
|
|
2396
2408
|
t("div", mi, [
|
|
2397
|
-
(l(!0), i(
|
|
2409
|
+
(l(!0), i(V, null, P(a.footerSections, (s) => (l(), i("div", {
|
|
2398
2410
|
key: s.title,
|
|
2399
2411
|
class: "section"
|
|
2400
2412
|
}, [
|
|
@@ -2414,7 +2426,7 @@ const kl = /* @__PURE__ */ v(ml, [["render", yl], ["__scopeId", "data-v-776750d2
|
|
|
2414
2426
|
a.language === "zh" ? (l(), i("span", wi, "桂桥路1201号10栋2楼")) : (l(), i("span", Bi, "5260 Odense S")),
|
|
2415
2427
|
a.language !== "zh" ? (l(), i("span", Si, "CVR: 35251235")) : _("", !0),
|
|
2416
2428
|
Ii,
|
|
2417
|
-
S(
|
|
2429
|
+
S(D, {
|
|
2418
2430
|
class: "footer__contact",
|
|
2419
2431
|
"link-type": "regular_light",
|
|
2420
2432
|
underline: "false"
|
|
@@ -2424,7 +2436,7 @@ const kl = /* @__PURE__ */ v(ml, [["render", yl], ["__scopeId", "data-v-776750d2
|
|
|
2424
2436
|
]),
|
|
2425
2437
|
_: 1
|
|
2426
2438
|
}),
|
|
2427
|
-
S(
|
|
2439
|
+
S(D, {
|
|
2428
2440
|
class: "footer__contact",
|
|
2429
2441
|
"link-type": "regular_light",
|
|
2430
2442
|
underline: "false"
|
|
@@ -2453,7 +2465,7 @@ const kl = /* @__PURE__ */ v(ml, [["render", yl], ["__scopeId", "data-v-776750d2
|
|
|
2453
2465
|
c(a.$slots, "footer-cookie-link")
|
|
2454
2466
|
]),
|
|
2455
2467
|
a.language !== "zh" ? (l(), i("div", Fi, [
|
|
2456
|
-
(l(!0), i(
|
|
2468
|
+
(l(!0), i(V, null, P(a.socialMedia, (s) => (l(), T(D, {
|
|
2457
2469
|
key: s.title,
|
|
2458
2470
|
underline: "false",
|
|
2459
2471
|
"link-type": "regular"
|
|
@@ -2474,7 +2486,7 @@ const kl = /* @__PURE__ */ v(ml, [["render", yl], ["__scopeId", "data-v-776750d2
|
|
|
2474
2486
|
_: 2
|
|
2475
2487
|
}, 1024))), 128))
|
|
2476
2488
|
])) : (l(), i("div", Oi, [
|
|
2477
|
-
(l(!0), i(
|
|
2489
|
+
(l(!0), i(V, null, P(a.socialMediaChina, (s) => (l(), T(D, {
|
|
2478
2490
|
key: s.title,
|
|
2479
2491
|
underline: "false",
|
|
2480
2492
|
"link-type": "regular"
|
|
@@ -2693,11 +2705,11 @@ const kl = /* @__PURE__ */ v(ml, [["render", yl], ["__scopeId", "data-v-776750d2
|
|
|
2693
2705
|
}, xi),
|
|
2694
2706
|
U(t("div", er, [
|
|
2695
2707
|
t("ul", tr, [
|
|
2696
|
-
(l(!0), i(
|
|
2708
|
+
(l(!0), i(V, null, P(e.portals, (K, E) => (l(), i("li", {
|
|
2697
2709
|
key: E,
|
|
2698
2710
|
class: "portal-switcher-link"
|
|
2699
2711
|
}, [
|
|
2700
|
-
S(I(
|
|
2712
|
+
S(I(D), { "link-type": "regular" }, {
|
|
2701
2713
|
default: y(() => [
|
|
2702
2714
|
t("a", {
|
|
2703
2715
|
href: K.link,
|
|
@@ -2882,7 +2894,7 @@ const Dr = /* @__PURE__ */ v(Tr, [["render", Lr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2882
2894
|
t("div", {
|
|
2883
2895
|
class: h([{ hidden: !r.value, "adjust-height": n.value }, "dropdown-content"])
|
|
2884
2896
|
}, [
|
|
2885
|
-
(l(!0), i(
|
|
2897
|
+
(l(!0), i(V, null, P(b.options, (w) => (l(), T(I(fe), {
|
|
2886
2898
|
id: w.value,
|
|
2887
2899
|
key: w.value,
|
|
2888
2900
|
name: w.text,
|
|
@@ -2955,7 +2967,7 @@ const Dr = /* @__PURE__ */ v(Tr, [["render", Lr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2955
2967
|
o.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
2956
2968
|
])
|
|
2957
2969
|
}, [
|
|
2958
|
-
o.label ? (l(),
|
|
2970
|
+
o.label ? (l(), T(X, {
|
|
2959
2971
|
key: 0,
|
|
2960
2972
|
text: o.label,
|
|
2961
2973
|
"label-dark": o.variant === "dark"
|
|
@@ -2968,7 +2980,7 @@ const Dr = /* @__PURE__ */ v(Tr, [["render", Lr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2968
2980
|
}, [
|
|
2969
2981
|
c(o.$slots, "promo-text")
|
|
2970
2982
|
], 2),
|
|
2971
|
-
o.linkType === "link" ? (l(),
|
|
2983
|
+
o.linkType === "link" ? (l(), T(D, {
|
|
2972
2984
|
key: 1,
|
|
2973
2985
|
"link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
|
|
2974
2986
|
arrow: ""
|
|
@@ -2978,7 +2990,7 @@ const Dr = /* @__PURE__ */ v(Tr, [["render", Lr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2978
2990
|
]),
|
|
2979
2991
|
_: 3
|
|
2980
2992
|
}, 8, ["link-type"])) : _("", !0),
|
|
2981
|
-
o.linkType === "button" ? (l(),
|
|
2993
|
+
o.linkType === "button" ? (l(), T(D, {
|
|
2982
2994
|
key: 2,
|
|
2983
2995
|
"link-type": o.variant === "dark" ? "secondary_dark" : (o.variant === "light", "secondary")
|
|
2984
2996
|
}, {
|
|
@@ -2993,7 +3005,7 @@ const Dr = /* @__PURE__ */ v(Tr, [["render", Lr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2993
3005
|
}
|
|
2994
3006
|
}), Kr = /* @__PURE__ */ v(jr, [["__scopeId", "data-v-00c0bad3"]]), Gr = {
|
|
2995
3007
|
install: (e) => {
|
|
2996
|
-
e.component("AtomButton", le), e.component("AtomCheckbox", fe), e.component("AtomChip", Ne), e.component("AtomDropdown", Ye), e.component("AtomImage", F), e.component("AtomLabel", X), e.component("AtomLink",
|
|
3008
|
+
e.component("AtomButton", le), e.component("AtomCheckbox", fe), e.component("AtomChip", Ne), e.component("AtomDropdown", Ye), e.component("AtomImage", F), e.component("AtomLabel", X), e.component("AtomLink", D), e.component("AtomRadioButton", rt), e.component("AtomSelect", ht), e.component("AtomSelectMultiple", Mr), e.component("AtomSlider", Bt), e.component("AtomTextarea", Lt), e.component("AtomTextField", Et), e.component("AtomVideo", te), e.component("MoleculeAddress", sa), e.component("MoleculeBulletList", da), e.component("MoleculeCard", pa), e.component("MoleculeColumnCard", ge), e.component("MoleculeEventCard", qa), e.component("MoleculeFlashcard", be), e.component("MoleculeModal", ve), e.component("MoleculeTextCard", Ua), e.component("BlockAccordion", ao), e.component("BlockFacts", So), e.component("BlockFeatures", Vo), e.component("BlockFlashcards", zo), e.component("BlockFormScript", Uo), e.component("BlockHeadline", Yo), e.component("BlockHero", ns), e.component("BlockImage", ps), e.component("BlockImageGallery", bs), e.component("BlockLogoWall", qs), e.component("BlockMicroStories", Vs), e.component("BlockPolicy", zs), e.component("BlockProductHero", Js), e.component("BlockPromo", Qs), e.component("BlockQuote", dl), e.component("BlockRichText", pl), e.component("BlockRichTextColumns", kl), e.component("BlockTimeline", Ll), e.component("BlockCardDisplay", co), e.component("BlockColumnGrid", fo), e.component("BlockVimeo", Ol), e.component("BlockPalletJack", Kr), e.component("BlockFrontPageHero", xl), e.component("Organism404", li), e.component("OrganismFilter", ui), e.component("OrganismFooter", Ri), e.component("OrganismHeader", vr), e.component("OrganismLanguageSwitcher", Br), e.component("OrganismPagination", qr), e.component("OrganismSearch", Dr);
|
|
2997
3009
|
}
|
|
2998
3010
|
};
|
|
2999
3011
|
export {
|
|
@@ -3003,7 +3015,7 @@ export {
|
|
|
3003
3015
|
Ye as AtomDropdown,
|
|
3004
3016
|
F as AtomImage,
|
|
3005
3017
|
X as AtomLabel,
|
|
3006
|
-
|
|
3018
|
+
D as AtomLink,
|
|
3007
3019
|
rt as AtomRadioButton,
|
|
3008
3020
|
ht as AtomSelect,
|
|
3009
3021
|
Mr as AtomSelectMultiple,
|