@mirweb/mir-web-components 0.15.37 → 0.15.38
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 m, openBlock as l, createElementBlock as s, normalizeClass as c, toDisplayString as o, createElementVNode as t, renderSlot as u, pushScopeId as C, popScopeId as j, computed as V, createTextVNode as H, ref as S, withDirectives as W, Fragment as I, renderList as q, vShow as G, normalizeProps as
|
|
1
|
+
import { defineComponent as m, openBlock as l, createElementBlock as s, normalizeClass as c, toDisplayString as o, createElementVNode as t, renderSlot as u, pushScopeId as C, popScopeId as j, computed as V, createTextVNode as H, ref as S, withDirectives as W, Fragment as I, renderList as q, vShow as G, normalizeProps as A, guardReactiveProps as T, mergeProps as J, createVNode as p, Transition as ke, withCtx as $, withModifiers as se, createCommentVNode as v, watchEffect as oe, withKeys as we, createBlock as z, normalizeStyle as Y, isRef as ee, unref as k, onMounted as ne, watch as te, onUnmounted as xe } from "vue";
|
|
2
2
|
const Se = ["aria-label"], Ie = /* @__PURE__ */ m({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
@@ -168,7 +168,7 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
168
168
|
},
|
|
169
169
|
emits: ["update:modelValue"],
|
|
170
170
|
setup(e, { emit: a }) {
|
|
171
|
-
const r = e, i = S(null), n = S(null), _ = S([]), w = S(0), B = S(""), y = S(!0),
|
|
171
|
+
const r = e, i = S(null), n = S(null), _ = S([]), w = S(0), B = S(""), y = S(!0), b = S(0), L = V(() => {
|
|
172
172
|
const d = r.options.find(
|
|
173
173
|
(g) => g.value === r.modelValue
|
|
174
174
|
);
|
|
@@ -243,14 +243,14 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
243
243
|
}
|
|
244
244
|
function ye(d) {
|
|
245
245
|
let g = "";
|
|
246
|
-
(B.value === "" || g !== d) && (
|
|
246
|
+
(B.value === "" || g !== d) && (b.value = r.options.findIndex(
|
|
247
247
|
(x) => x.value === r.modelValue
|
|
248
248
|
)), B.value = g === d ? d : B.value + d, g = d, ge();
|
|
249
249
|
let f = Q(
|
|
250
|
-
|
|
250
|
+
b.value + 1,
|
|
251
251
|
r.options.length
|
|
252
252
|
);
|
|
253
|
-
return !f && B.value.length === 1 && (f = Q(0,
|
|
253
|
+
return !f && B.value.length === 1 && (f = Q(0, b.value)), b.value = (b.value + 1) % r.options.length, f;
|
|
254
254
|
}
|
|
255
255
|
function Q(d, g) {
|
|
256
256
|
for (let f = d; f < g; f++)
|
|
@@ -322,7 +322,7 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
322
322
|
onKeydown: he,
|
|
323
323
|
ref_key: "listboxButton",
|
|
324
324
|
ref: i
|
|
325
|
-
}, o(e.modelValue ?
|
|
325
|
+
}, o(e.modelValue ? L.value : e.placeholder), 43, Ze),
|
|
326
326
|
W(t("ul", {
|
|
327
327
|
"aria-labelledby": `${e.name}-label`,
|
|
328
328
|
"aria-activedescendant": e.modelValue,
|
|
@@ -392,7 +392,7 @@ const We = /* @__PURE__ */ h(Ue, [["__scopeId", "data-v-00b3141c"]]), Fe = { cla
|
|
|
392
392
|
},
|
|
393
393
|
setup(e) {
|
|
394
394
|
return (a, r) => (l(), s("div", Fe, [
|
|
395
|
-
u(a.$slots, "default",
|
|
395
|
+
u(a.$slots, "default", A(T(a.$attrs)))
|
|
396
396
|
]));
|
|
397
397
|
}
|
|
398
398
|
});
|
|
@@ -420,7 +420,7 @@ const M = /* @__PURE__ */ h(Ge, [["__scopeId", "data-v-513b5384"]]), Je = { clas
|
|
|
420
420
|
]));
|
|
421
421
|
}
|
|
422
422
|
});
|
|
423
|
-
const R = /* @__PURE__ */ h(Ke, [["__scopeId", "data-v-aacf01db"]]), Qe = { class: "link__wrapper" },
|
|
423
|
+
const R = /* @__PURE__ */ h(Ke, [["__scopeId", "data-v-aacf01db"]]), Qe = { class: "link__wrapper" }, D = /* @__PURE__ */ m({
|
|
424
424
|
__name: "link",
|
|
425
425
|
props: {
|
|
426
426
|
url: {
|
|
@@ -615,7 +615,7 @@ const ct = /* @__PURE__ */ h(dt, [["__scopeId", "data-v-d1d7a1e3"]]), ut = { cla
|
|
|
615
615
|
a("update:show", !r.show);
|
|
616
616
|
};
|
|
617
617
|
return (n, _) => (l(), s("div", ut, [
|
|
618
|
-
|
|
618
|
+
p(ke, {
|
|
619
619
|
duration: 300,
|
|
620
620
|
name: "nested"
|
|
621
621
|
}, {
|
|
@@ -633,7 +633,7 @@ const ct = /* @__PURE__ */ h(dt, [["__scopeId", "data-v-d1d7a1e3"]]), ut = { cla
|
|
|
633
633
|
}, ["stop"]))
|
|
634
634
|
}, [
|
|
635
635
|
t("div", null, [
|
|
636
|
-
|
|
636
|
+
p(F, {
|
|
637
637
|
ariaLabel: "close",
|
|
638
638
|
variant: "close",
|
|
639
639
|
onClick: i
|
|
@@ -701,18 +701,18 @@ const de = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-d75ee1bf"]]), mt = { cla
|
|
|
701
701
|
},
|
|
702
702
|
emits: ["update:modelValue"],
|
|
703
703
|
setup(e, { emit: a }) {
|
|
704
|
-
const r = e, i = S(r.modelValue), n = S(), _ = S(!1), w = (y,
|
|
705
|
-
var
|
|
706
|
-
(
|
|
704
|
+
const r = e, i = S(r.modelValue), n = S(), _ = S(!1), w = (y, b, L) => (y - b) / (L - b) * 100, B = (y) => {
|
|
705
|
+
var b;
|
|
706
|
+
(b = n.value) == null || b.style.setProperty("--ProgressPercent", `${y}%`);
|
|
707
707
|
};
|
|
708
708
|
return oe(() => {
|
|
709
709
|
if (n.value) {
|
|
710
710
|
a("update:modelValue", i.value);
|
|
711
711
|
const y = w(i.value, r.min, r.max);
|
|
712
|
-
let
|
|
713
|
-
B(y +
|
|
712
|
+
let b = (50 - y) / 100;
|
|
713
|
+
B(y + b);
|
|
714
714
|
}
|
|
715
|
-
}), (y,
|
|
715
|
+
}), (y, b) => (l(), s(I, null, [
|
|
716
716
|
t("div", mt, [
|
|
717
717
|
t("div", ht, [
|
|
718
718
|
t("label", {
|
|
@@ -723,8 +723,8 @@ const de = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-d75ee1bf"]]), mt = { cla
|
|
|
723
723
|
key: 0,
|
|
724
724
|
role: "button",
|
|
725
725
|
class: c([e.variant, "slider__information"]),
|
|
726
|
-
onClick:
|
|
727
|
-
onKeyup:
|
|
726
|
+
onClick: b[0] || (b[0] = (L) => _.value = !_.value),
|
|
727
|
+
onKeyup: b[1] || (b[1] = we((L) => _.value = !_.value, ["enter"])),
|
|
728
728
|
"aria-label": e.informationLabel,
|
|
729
729
|
tabindex: "0",
|
|
730
730
|
"aria-haspopup": "dialog"
|
|
@@ -745,7 +745,7 @@ const de = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-d75ee1bf"]]), mt = { cla
|
|
|
745
745
|
class: c(e.variant),
|
|
746
746
|
ref_key: "slider",
|
|
747
747
|
ref: n,
|
|
748
|
-
onInput:
|
|
748
|
+
onInput: b[2] || (b[2] = ({ target: L }) => i.value = parseFloat(L.value))
|
|
749
749
|
}, null, 42, ft),
|
|
750
750
|
t("span", {
|
|
751
751
|
class: c([e.variant, "slider__minmax"])
|
|
@@ -758,7 +758,7 @@ const de = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-d75ee1bf"]]), mt = { cla
|
|
|
758
758
|
e.information ? (l(), z(de, {
|
|
759
759
|
key: 0,
|
|
760
760
|
show: _.value,
|
|
761
|
-
"onUpdate:show":
|
|
761
|
+
"onUpdate:show": b[3] || (b[3] = (L) => _.value = L)
|
|
762
762
|
}, {
|
|
763
763
|
default: $(() => [
|
|
764
764
|
H(o(e.information), 1)
|
|
@@ -1114,7 +1114,7 @@ const Z = /* @__PURE__ */ h(Et, [["__scopeId", "data-v-c449311a"]]), Rt = { clas
|
|
|
1114
1114
|
e.addressLine_3 ? (l(), s("p", Jt, o(e.addressLine_3), 1)) : v("", !0)
|
|
1115
1115
|
]),
|
|
1116
1116
|
t("div", Yt, [
|
|
1117
|
-
(l(!0), s(I, null, q(e.phone_numbers, (i) => (l(), z(
|
|
1117
|
+
(l(!0), s(I, null, q(e.phone_numbers, (i) => (l(), z(D, {
|
|
1118
1118
|
underline: "false",
|
|
1119
1119
|
linkType: "regular"
|
|
1120
1120
|
}, {
|
|
@@ -1254,7 +1254,7 @@ const ra = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-327e6c15"]]), sa = { cla
|
|
|
1254
1254
|
key: 1,
|
|
1255
1255
|
class: c(["video-card__wrapper", k(r) == !0 ? "vimeoPlaying" : ""])
|
|
1256
1256
|
}, [
|
|
1257
|
-
|
|
1257
|
+
p(Z, {
|
|
1258
1258
|
play: k(r),
|
|
1259
1259
|
localVideo: !0,
|
|
1260
1260
|
src: e.videoSrc,
|
|
@@ -1307,7 +1307,7 @@ const da = /* @__PURE__ */ h(na, [["__scopeId", "data-v-2a33f841"]]), ca = (e) =
|
|
|
1307
1307
|
},
|
|
1308
1308
|
setup(e) {
|
|
1309
1309
|
return (a, r) => (l(), s("div", ua, [
|
|
1310
|
-
|
|
1310
|
+
p(R, {
|
|
1311
1311
|
"label-dark": !1,
|
|
1312
1312
|
text: e.eventType ? e.eventType : ""
|
|
1313
1313
|
}, null, 8, ["text"]),
|
|
@@ -1339,7 +1339,7 @@ const ya = /* @__PURE__ */ h(ga, [["__scopeId", "data-v-f5acdf7e"]]), fa = { cla
|
|
|
1339
1339
|
},
|
|
1340
1340
|
setup(e) {
|
|
1341
1341
|
return (a, r) => (l(), s("div", fa, [
|
|
1342
|
-
|
|
1342
|
+
p(R, {
|
|
1343
1343
|
"label-dark": !1,
|
|
1344
1344
|
text: e.label ? e.label : ""
|
|
1345
1345
|
}, null, 8, ["text"]),
|
|
@@ -1385,7 +1385,7 @@ const ka = /* @__PURE__ */ h($a, [["__scopeId", "data-v-dbd0c7ab"]]), wa = { cla
|
|
|
1385
1385
|
]))), 256))
|
|
1386
1386
|
]),
|
|
1387
1387
|
e.link ? (l(), s("div", La, [
|
|
1388
|
-
|
|
1388
|
+
p(D, {
|
|
1389
1389
|
linkType: "regular-light",
|
|
1390
1390
|
arrow: ""
|
|
1391
1391
|
}, {
|
|
@@ -1435,9 +1435,9 @@ const Aa = /* @__PURE__ */ h(Da, [["__scopeId", "data-v-7fd89b0c"]]), Ta = { cla
|
|
|
1435
1435
|
class: c(["features__elements", [e.elements.length == 6 ? "features__elements--grid-6" : ""]])
|
|
1436
1436
|
}, [
|
|
1437
1437
|
(l(!0), s(I, null, q(e.elements, (i) => (l(), s("div", za, [
|
|
1438
|
-
|
|
1438
|
+
p(M, { class: "element__icon" }, {
|
|
1439
1439
|
default: $(() => [
|
|
1440
|
-
u(a.$slots, "features-icon",
|
|
1440
|
+
u(a.$slots, "features-icon", A(T({
|
|
1441
1441
|
src: i.icon.src,
|
|
1442
1442
|
height: 30,
|
|
1443
1443
|
width: 30,
|
|
@@ -1474,9 +1474,9 @@ const Ha = /* @__PURE__ */ h(Pa, [["__scopeId", "data-v-0990b89f"]]), Za = { cla
|
|
|
1474
1474
|
return (a, r) => (l(), s("div", Za, [
|
|
1475
1475
|
t("div", Ea, [
|
|
1476
1476
|
t("div", Ra, [
|
|
1477
|
-
|
|
1477
|
+
p(M, null, {
|
|
1478
1478
|
default: $(() => [
|
|
1479
|
-
u(a.$slots, "image",
|
|
1479
|
+
u(a.$slots, "image", A(T({ width: 984, height: 554, src: e.src, alt: e.alt })))
|
|
1480
1480
|
]),
|
|
1481
1481
|
_: 3
|
|
1482
1482
|
})
|
|
@@ -1548,9 +1548,9 @@ const Fa = /* @__PURE__ */ h(Wa, [["__scopeId", "data-v-6dde0544"]]), Ga = { cla
|
|
|
1548
1548
|
}, [
|
|
1549
1549
|
t("div", Ga, [
|
|
1550
1550
|
e.mediaLarge && e.mediaType === "image" ? (l(), s("div", Ja, [
|
|
1551
|
-
|
|
1551
|
+
p(M, null, {
|
|
1552
1552
|
default: $(() => [
|
|
1553
|
-
u(a.$slots, "image-large",
|
|
1553
|
+
u(a.$slots, "image-large", A(T({
|
|
1554
1554
|
width: 617,
|
|
1555
1555
|
height: 530,
|
|
1556
1556
|
src: e.mediaLarge.src,
|
|
@@ -1561,7 +1561,7 @@ const Fa = /* @__PURE__ */ h(Wa, [["__scopeId", "data-v-6dde0544"]]), Ga = { cla
|
|
|
1561
1561
|
})
|
|
1562
1562
|
])) : v("", !0),
|
|
1563
1563
|
e.mediaLarge && e.mediaType === "video" ? (l(), s("div", Ya, [
|
|
1564
|
-
|
|
1564
|
+
p(Z, {
|
|
1565
1565
|
src: e.mediaLarge.src,
|
|
1566
1566
|
localVideo: "",
|
|
1567
1567
|
ariaLabel: e.mediaLarge.alt,
|
|
@@ -1583,9 +1583,9 @@ const Fa = /* @__PURE__ */ h(Wa, [["__scopeId", "data-v-6dde0544"]]), Ga = { cla
|
|
|
1583
1583
|
])
|
|
1584
1584
|
}, [
|
|
1585
1585
|
(l(!0), s(I, null, q(e.mediaSmall, (i) => (l(), s("div", Ka, [
|
|
1586
|
-
|
|
1586
|
+
p(M, null, {
|
|
1587
1587
|
default: $(() => [
|
|
1588
|
-
u(a.$slots, "image-small",
|
|
1588
|
+
u(a.$slots, "image-small", A(T({
|
|
1589
1589
|
width: 328,
|
|
1590
1590
|
height: 246,
|
|
1591
1591
|
src: i.src,
|
|
@@ -1653,7 +1653,7 @@ const il = /* @__PURE__ */ h(ll, [["__scopeId", "data-v-2676cf0a"]]), rl = (e) =
|
|
|
1653
1653
|
t("h2", null, o(e.headline), 1)
|
|
1654
1654
|
]),
|
|
1655
1655
|
t("div", ul, [
|
|
1656
|
-
|
|
1656
|
+
p(D, {
|
|
1657
1657
|
linkType: "regular-light",
|
|
1658
1658
|
arrow: ""
|
|
1659
1659
|
}, {
|
|
@@ -1667,7 +1667,7 @@ const il = /* @__PURE__ */ h(ll, [["__scopeId", "data-v-2676cf0a"]]), rl = (e) =
|
|
|
1667
1667
|
]),
|
|
1668
1668
|
t("div", _l, [
|
|
1669
1669
|
ml,
|
|
1670
|
-
|
|
1670
|
+
p(Z, {
|
|
1671
1671
|
src: e.video.src,
|
|
1672
1672
|
localVideo: "",
|
|
1673
1673
|
ariaLabel: e.video.alt,
|
|
@@ -1697,9 +1697,9 @@ const vl = /* @__PURE__ */ h(hl, [["__scopeId", "data-v-e4b4c416"]]), gl = { cla
|
|
|
1697
1697
|
t("div", yl, [
|
|
1698
1698
|
t("div", fl, [
|
|
1699
1699
|
(l(!0), s(I, null, q(e.logos, (i) => (l(), s("div", bl, [
|
|
1700
|
-
|
|
1700
|
+
p(M, null, {
|
|
1701
1701
|
default: $(() => [
|
|
1702
|
-
u(a.$slots, "logo-wall-logo",
|
|
1702
|
+
u(a.$slots, "logo-wall-logo", A(T({
|
|
1703
1703
|
height: 123,
|
|
1704
1704
|
src: i.src,
|
|
1705
1705
|
alt: i.alt
|
|
@@ -1710,7 +1710,7 @@ const vl = /* @__PURE__ */ h(hl, [["__scopeId", "data-v-e4b4c416"]]), gl = { cla
|
|
|
1710
1710
|
]))), 256))
|
|
1711
1711
|
]),
|
|
1712
1712
|
t("div", pl, [
|
|
1713
|
-
|
|
1713
|
+
p(D, {
|
|
1714
1714
|
linkType: "regular-light",
|
|
1715
1715
|
arrow: !0
|
|
1716
1716
|
}, {
|
|
@@ -1801,7 +1801,7 @@ const Bl = /* @__PURE__ */ h(Sl, [["render", Ml], ["__scopeId", "data-v-e16581b7
|
|
|
1801
1801
|
t("h1", null, o(e.headline), 1)
|
|
1802
1802
|
]),
|
|
1803
1803
|
t("div", Tl, [
|
|
1804
|
-
|
|
1804
|
+
p(Z, {
|
|
1805
1805
|
play: !0,
|
|
1806
1806
|
localVideo: !0,
|
|
1807
1807
|
src: e.videoSrc,
|
|
@@ -1880,9 +1880,9 @@ const jl = /* @__PURE__ */ h(Cl, [["__scopeId", "data-v-470041ac"]]), Nl = { cla
|
|
|
1880
1880
|
e.reverse ? "promo__image--reverse" : "promo__image--default"
|
|
1881
1881
|
])
|
|
1882
1882
|
}, [
|
|
1883
|
-
|
|
1883
|
+
p(M, null, {
|
|
1884
1884
|
default: $(() => [
|
|
1885
|
-
u(a.$slots, "promo-image",
|
|
1885
|
+
u(a.$slots, "promo-image", A(T({ src: e.src, width: 1920, alt: e.alt, height: 1080 })))
|
|
1886
1886
|
]),
|
|
1887
1887
|
_: 3
|
|
1888
1888
|
})
|
|
@@ -1894,7 +1894,7 @@ const jl = /* @__PURE__ */ h(Cl, [["__scopeId", "data-v-470041ac"]]), Nl = { cla
|
|
|
1894
1894
|
e.reverse ? "promo__video--reverse" : "promo__video--default"
|
|
1895
1895
|
])
|
|
1896
1896
|
}, [
|
|
1897
|
-
|
|
1897
|
+
p(Z, {
|
|
1898
1898
|
src: e.src,
|
|
1899
1899
|
localVideo: "",
|
|
1900
1900
|
ariaLabel: e.alt,
|
|
@@ -1923,7 +1923,7 @@ const jl = /* @__PURE__ */ h(Cl, [["__scopeId", "data-v-470041ac"]]), Nl = { cla
|
|
|
1923
1923
|
e.variant === "dark" ? "promo__title--dark" : ""
|
|
1924
1924
|
])
|
|
1925
1925
|
}, o(e.headline), 3),
|
|
1926
|
-
e.linkType === "link" ? (l(), z(
|
|
1926
|
+
e.linkType === "link" ? (l(), z(D, {
|
|
1927
1927
|
key: 1,
|
|
1928
1928
|
linkType: e.variant === "dark" ? "regular-dark" : (e.variant === "light", "regular-light"),
|
|
1929
1929
|
arrow: ""
|
|
@@ -1933,7 +1933,7 @@ const jl = /* @__PURE__ */ h(Cl, [["__scopeId", "data-v-470041ac"]]), Nl = { cla
|
|
|
1933
1933
|
]),
|
|
1934
1934
|
_: 3
|
|
1935
1935
|
}, 8, ["linkType"])) : v("", !0),
|
|
1936
|
-
e.linkType === "button" ? (l(), z(
|
|
1936
|
+
e.linkType === "button" ? (l(), z(D, {
|
|
1937
1937
|
key: 2,
|
|
1938
1938
|
linkType: e.variant === "dark" ? "secondary-dark" : (e.variant === "light", "secondary")
|
|
1939
1939
|
}, {
|
|
@@ -1978,9 +1978,9 @@ const Vl = /* @__PURE__ */ h(zl, [["__scopeId", "data-v-4392a3a6"]]), Ol = (e) =
|
|
|
1978
1978
|
t("p", Rl, o(e.quote), 1),
|
|
1979
1979
|
t("div", Ul, [
|
|
1980
1980
|
e.authorImage ? (l(), s("div", Wl, [
|
|
1981
|
-
|
|
1981
|
+
p(M, null, {
|
|
1982
1982
|
default: $(() => [
|
|
1983
|
-
u(a.$slots, "author-image",
|
|
1983
|
+
u(a.$slots, "author-image", A(T({
|
|
1984
1984
|
src: e.authorImage + "/m/100x100",
|
|
1985
1985
|
width: 60,
|
|
1986
1986
|
height: 60
|
|
@@ -2086,9 +2086,9 @@ const Kl = /* @__PURE__ */ h(Yl, [["__scopeId", "data-v-3cc55dbf"]]), Ql = { cla
|
|
|
2086
2086
|
e.imageClip ? "rich-text__image--clip" : ""
|
|
2087
2087
|
])
|
|
2088
2088
|
}, [
|
|
2089
|
-
|
|
2089
|
+
p(M, null, {
|
|
2090
2090
|
default: $(() => [
|
|
2091
|
-
u(a.$slots, "rich-text-image",
|
|
2091
|
+
u(a.$slots, "rich-text-image", A(T({ width: 865, height: 307 })))
|
|
2092
2092
|
]),
|
|
2093
2093
|
_: 3
|
|
2094
2094
|
})
|
|
@@ -2131,9 +2131,9 @@ const ai = /* @__PURE__ */ h(ti, [["__scopeId", "data-v-ef067601"]]), li = (e) =
|
|
|
2131
2131
|
t("div", ni, o(i.year), 1),
|
|
2132
2132
|
di,
|
|
2133
2133
|
t("div", ci, [
|
|
2134
|
-
|
|
2134
|
+
p(M, null, {
|
|
2135
2135
|
default: $(() => [
|
|
2136
|
-
i.media.type === "image" ? u(a.$slots, "timeline-image",
|
|
2136
|
+
i.media.type === "image" ? u(a.$slots, "timeline-image", A(J({ key: 0 }, { src: i.media.src, alt: i.media.alt })), void 0, !0) : v("", !0)
|
|
2137
2137
|
]),
|
|
2138
2138
|
_: 2
|
|
2139
2139
|
}, 1024),
|
|
@@ -2315,7 +2315,7 @@ const zi = /* @__PURE__ */ h(Ni, [["__scopeId", "data-v-cf46dae2"]]), O = (e) =>
|
|
|
2315
2315
|
Wi,
|
|
2316
2316
|
Fi,
|
|
2317
2317
|
Gi,
|
|
2318
|
-
|
|
2318
|
+
p(D, {
|
|
2319
2319
|
class: "footer__contact",
|
|
2320
2320
|
linkType: "regular-light",
|
|
2321
2321
|
underline: "false"
|
|
@@ -2325,7 +2325,7 @@ const zi = /* @__PURE__ */ h(Ni, [["__scopeId", "data-v-cf46dae2"]]), O = (e) =>
|
|
|
2325
2325
|
]),
|
|
2326
2326
|
_: 1
|
|
2327
2327
|
}),
|
|
2328
|
-
|
|
2328
|
+
p(D, {
|
|
2329
2329
|
class: "footer__contact",
|
|
2330
2330
|
linkType: "regular-light",
|
|
2331
2331
|
underline: "false"
|
|
@@ -2349,7 +2349,7 @@ const zi = /* @__PURE__ */ h(Ni, [["__scopeId", "data-v-cf46dae2"]]), O = (e) =>
|
|
|
2349
2349
|
u(a.$slots, "footer-cookie-link")
|
|
2350
2350
|
]),
|
|
2351
2351
|
t("div", ar, [
|
|
2352
|
-
(l(!0), s(I, null, q(e.socialMedia, (i) => (l(), z(
|
|
2352
|
+
(l(!0), s(I, null, q(e.socialMedia, (i) => (l(), z(D, {
|
|
2353
2353
|
underline: "false",
|
|
2354
2354
|
linkType: "regular"
|
|
2355
2355
|
}, {
|
|
@@ -2399,7 +2399,11 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
|
|
|
2399
2399
|
default: !1
|
|
2400
2400
|
}
|
|
2401
2401
|
},
|
|
2402
|
-
emits: [
|
|
2402
|
+
emits: [
|
|
2403
|
+
"update:burgerState",
|
|
2404
|
+
"update:showDropDown",
|
|
2405
|
+
"search-click"
|
|
2406
|
+
],
|
|
2403
2407
|
setup(e, { emit: a }) {
|
|
2404
2408
|
const r = e;
|
|
2405
2409
|
S("");
|
|
@@ -2423,7 +2427,7 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
|
|
|
2423
2427
|
function B() {
|
|
2424
2428
|
n.value = !n.value, a("update:burgerState", n.value);
|
|
2425
2429
|
}
|
|
2426
|
-
return (y,
|
|
2430
|
+
return (y, b) => (l(), s("div", sr, [
|
|
2427
2431
|
t("nav", null, [
|
|
2428
2432
|
t("div", or, [
|
|
2429
2433
|
t("div", nr, [
|
|
@@ -2463,7 +2467,9 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
|
|
|
2463
2467
|
u(y.$slots, "link-logo", {}, void 0, !0)
|
|
2464
2468
|
]),
|
|
2465
2469
|
t("div", fr, [
|
|
2466
|
-
t("button",
|
|
2470
|
+
t("button", {
|
|
2471
|
+
onClick: b[0] || (b[0] = (L) => y.$emit("search-click"))
|
|
2472
|
+
}, [
|
|
2467
2473
|
t("img", {
|
|
2468
2474
|
src: k(n) == !0 ? k(re) : k(ie),
|
|
2469
2475
|
alt: "search icon"
|
|
@@ -2500,7 +2506,7 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
|
|
|
2500
2506
|
]));
|
|
2501
2507
|
}
|
|
2502
2508
|
});
|
|
2503
|
-
const Ir = /* @__PURE__ */ h(Sr, [["__scopeId", "data-v-
|
|
2509
|
+
const Ir = /* @__PURE__ */ h(Sr, [["__scopeId", "data-v-1eb75416"]]), qr = { class: "language__wrapper" }, Mr = { class: "language__content" }, Br = { class: "language__headline" }, Lr = { class: "language__paragraph" }, Dr = /* @__PURE__ */ m({
|
|
2504
2510
|
__name: "language-switcher",
|
|
2505
2511
|
props: {
|
|
2506
2512
|
headline: {
|
|
@@ -2536,14 +2542,14 @@ const Ar = /* @__PURE__ */ h(Dr, [["__scopeId", "data-v-9d085a10"]]), Tr = { cla
|
|
|
2536
2542
|
setup(e) {
|
|
2537
2543
|
return (a, r) => (l(), s("div", Tr, [
|
|
2538
2544
|
t("div", Cr, [
|
|
2539
|
-
|
|
2545
|
+
p(F, {
|
|
2540
2546
|
onClick: r[0] || (r[0] = (i) => a.$emit("previous")),
|
|
2541
2547
|
disabled: e.isPreviousDisabled,
|
|
2542
2548
|
variant: "previous",
|
|
2543
2549
|
ariaLabel: "previous"
|
|
2544
2550
|
}, null, 8, ["disabled"]),
|
|
2545
2551
|
u(a.$slots, "pagination-numbers"),
|
|
2546
|
-
|
|
2552
|
+
p(F, {
|
|
2547
2553
|
onClick: r[1] || (r[1] = (i) => a.$emit("next")),
|
|
2548
2554
|
disabled: e.isNextDisabled,
|
|
2549
2555
|
variant: "next",
|
|
@@ -2555,7 +2561,7 @@ const Ar = /* @__PURE__ */ h(Dr, [["__scopeId", "data-v-9d085a10"]]), Tr = { cla
|
|
|
2555
2561
|
});
|
|
2556
2562
|
const Nr = /* @__PURE__ */ h(jr, [["__scopeId", "data-v-aef0eda7"]]), Vr = {
|
|
2557
2563
|
install: (e) => {
|
|
2558
|
-
e.component("AtomButton", F), e.component("AtomCheckbox", Ae), e.component("AtomChip", Ve), e.component("AtomDropdown", We), e.component("AtomImage", M), e.component("AtomLabel", R), e.component("AtomLink",
|
|
2564
|
+
e.component("AtomButton", F), e.component("AtomCheckbox", Ae), e.component("AtomChip", Ve), e.component("AtomDropdown", We), e.component("AtomImage", M), e.component("AtomLabel", R), e.component("AtomLink", D), e.component("AtomRadioButton", it), e.component("AtomSelect", ct), e.component("AtomSlider", pt), e.component("AtomTextarea", Mt), e.component("AtomTextField", Ot), e.component("AtomVideo", Z), e.component("MoleculeAddress", ea), e.component("MoleculeBulletList", ra), e.component("MoleculeCard", da), e.component("MoleculeEventCard", ya), e.component("MoleculeModal", de), e.component("MoleculeTextCard", ka), e.component("BlockFacts", Aa), e.component("BlockFeatures", Ha), e.component("BlockHeadline", il), e.component("BlockHero", vl), e.component("BlockImage", Fa), e.component("BlockImageGallery", el), e.component("BlockLogoWall", kl), e.component("BlockMicroStories", xl), e.component("BlockPolicy", Bl), e.component("BlockProductHero", jl), e.component("BlockPromo", Vl), e.component("BlockQuote", Kl), e.component("BlockRichText", ai), e.component("BlockTimeline", mi), e.component("BlockTripleCardDisplay", pi), e.component("BlockVimeo", Si), e.component("Organism404", Di), e.component("OrganismFilter", zi), e.component("OrganismFooter", rr), e.component("OrganismHeader", Ir), e.component("OrganismLanguageSwitcher", Ar), e.component("OrganismPagination", Nr);
|
|
2559
2565
|
}
|
|
2560
2566
|
};
|
|
2561
2567
|
export {
|
|
@@ -2565,7 +2571,7 @@ export {
|
|
|
2565
2571
|
We as AtomDropdown,
|
|
2566
2572
|
M as AtomImage,
|
|
2567
2573
|
R as AtomLabel,
|
|
2568
|
-
|
|
2574
|
+
D as AtomLink,
|
|
2569
2575
|
it as AtomRadioButton,
|
|
2570
2576
|
ct as AtomSelect,
|
|
2571
2577
|
pt as AtomSlider,
|