@mirweb/mir-web-components 1.11.4 → 1.12.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.
- package/dist/components/blocks/frontpage-hero/frontpage-hero.vue.d.ts +1 -1
- package/dist/components/organisms/header/header.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 +103 -102
- package/dist/mir-web-components.umd.js +2 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as b, computed as q, openBlock as s, createElementBlock as i, normalizeClass as h, toDisplayString as c, createElementVNode as t, renderSlot as d, pushScopeId as N, popScopeId as E, createTextVNode as Y, ref as C, resolveDirective as he, withDirectives as K, Fragment as V, renderList as P, vShow as W, normalizeProps as H, guardReactiveProps as R, toRefs as Se, mergeProps as F, createVNode as I, Transition as Ie, withCtx as
|
|
1
|
+
import { defineComponent as b, computed as q, openBlock as s, createElementBlock as i, normalizeClass as h, toDisplayString as c, createElementVNode as t, renderSlot as d, pushScopeId as N, popScopeId as E, createTextVNode as Y, ref as C, resolveDirective as he, withDirectives as K, Fragment as V, renderList as P, vShow as W, normalizeProps as H, guardReactiveProps as R, toRefs as Se, mergeProps as F, createVNode as I, Transition as Ie, withCtx as y, withModifiers as ue, createBlock as T, createCommentVNode as _, watchEffect as pe, withKeys as Ce, useSlots as Te, normalizeStyle as x, isRef as X, unref as k, onMounted as me, watch as Z, onUnmounted as qe } from "vue";
|
|
2
2
|
const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
@@ -443,7 +443,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
443
443
|
duration: 300,
|
|
444
444
|
name: "nested"
|
|
445
445
|
}, {
|
|
446
|
-
default:
|
|
446
|
+
default: y(() => [
|
|
447
447
|
K(t("dialog", {
|
|
448
448
|
class: h(["overlay", u.searchBar ? "overlay-search" : "overlay-default"]),
|
|
449
449
|
ariaLabel: "modal",
|
|
@@ -474,7 +474,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
474
474
|
})
|
|
475
475
|
]));
|
|
476
476
|
}
|
|
477
|
-
}), ve = /* @__PURE__ */ g(mt, [["__scopeId", "data-v-0c868c23"]]), ft = { class: "slider__wrapper" }, vt = { class: "slider__label" }, gt = ["for"], bt = ["aria-label"],
|
|
477
|
+
}), ve = /* @__PURE__ */ g(mt, [["__scopeId", "data-v-0c868c23"]]), ft = { class: "slider__wrapper" }, vt = { class: "slider__label" }, gt = ["for"], bt = ["aria-label"], yt = { class: "slider__content" }, kt = ["id", "name", "value", "min", "step", "max"], $t = { class: "modal-information" }, wt = /* @__PURE__ */ b({
|
|
478
478
|
__name: "slider",
|
|
479
479
|
props: {
|
|
480
480
|
label: {},
|
|
@@ -519,7 +519,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
519
519
|
onKeyup: $[1] || ($[1] = Ce((B) => p.value = !p.value, ["enter"]))
|
|
520
520
|
}, null, 42, bt)) : _("", !0)
|
|
521
521
|
]),
|
|
522
|
-
t("div",
|
|
522
|
+
t("div", yt, [
|
|
523
523
|
t("span", {
|
|
524
524
|
class: h([f.variant, "slider__minmax"])
|
|
525
525
|
}, c(f.min), 3),
|
|
@@ -535,7 +535,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
535
535
|
max: f.max,
|
|
536
536
|
class: h(f.variant),
|
|
537
537
|
onInput: $[2] || ($[2] = ({ target: B }) => o.value = parseFloat(B.value))
|
|
538
|
-
}, null, 42,
|
|
538
|
+
}, null, 42, kt),
|
|
539
539
|
t("span", {
|
|
540
540
|
class: h([f.variant, "slider__minmax"])
|
|
541
541
|
}, c(f.max), 3)
|
|
@@ -549,7 +549,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
549
549
|
show: p.value,
|
|
550
550
|
"onUpdate:show": $[3] || ($[3] = (B) => p.value = B)
|
|
551
551
|
}, {
|
|
552
|
-
default:
|
|
552
|
+
default: y(() => [
|
|
553
553
|
t("p", $t, c(f.information), 1)
|
|
554
554
|
]),
|
|
555
555
|
_: 1
|
|
@@ -784,7 +784,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
784
784
|
underline: "false",
|
|
785
785
|
"link-type": "regular"
|
|
786
786
|
}, {
|
|
787
|
-
default:
|
|
787
|
+
default: y(() => [
|
|
788
788
|
t("a", {
|
|
789
789
|
href: "https://" + a.website,
|
|
790
790
|
class: "address__website"
|
|
@@ -797,7 +797,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
797
797
|
underline: "false",
|
|
798
798
|
"link-type": "regular"
|
|
799
799
|
}, {
|
|
800
|
-
default:
|
|
800
|
+
default: y(() => [
|
|
801
801
|
t("a", {
|
|
802
802
|
href: "tel:" + l,
|
|
803
803
|
class: "address__phone"
|
|
@@ -908,7 +908,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
908
908
|
onBlur: v[3] || (v[3] = (f) => X(r) ? r.value = !1 : r = !1)
|
|
909
909
|
}, [
|
|
910
910
|
n.mediaType === "image" ? (s(), T(M, { key: 0 }, {
|
|
911
|
-
default:
|
|
911
|
+
default: y(() => [
|
|
912
912
|
d(n.$slots, "card-image", F({
|
|
913
913
|
src: n.imgSrc,
|
|
914
914
|
width: "596",
|
|
@@ -921,10 +921,10 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
921
921
|
_: 3
|
|
922
922
|
})) : (s(), i("div", {
|
|
923
923
|
key: 1,
|
|
924
|
-
class: h(["video-card__wrapper",
|
|
924
|
+
class: h(["video-card__wrapper", k(r) === !0 ? "vimeoPlaying" : ""])
|
|
925
925
|
}, [
|
|
926
926
|
I(te, {
|
|
927
|
-
play:
|
|
927
|
+
play: k(r),
|
|
928
928
|
"local-video": !0,
|
|
929
929
|
src: n.videoSrc,
|
|
930
930
|
"aria-label": n.arialabel,
|
|
@@ -937,7 +937,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
937
937
|
muted: !0
|
|
938
938
|
}, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
|
|
939
939
|
], 2)),
|
|
940
|
-
|
|
940
|
+
k(a)["card-label"] ? (s(), i("div", ua, [
|
|
941
941
|
d(n.$slots, "card-label")
|
|
942
942
|
])) : _("", !0),
|
|
943
943
|
n.variant === "product" ? (s(), i("div", {
|
|
@@ -999,7 +999,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
999
999
|
"link-type": o.bgColor === "dark" ? "regular_dark" : (o.bgColor === "light", "regular_light"),
|
|
1000
1000
|
arrow: ""
|
|
1001
1001
|
}, {
|
|
1002
|
-
default:
|
|
1002
|
+
default: y(() => [
|
|
1003
1003
|
d(o.$slots, "column-link", {}, void 0, !0)
|
|
1004
1004
|
]),
|
|
1005
1005
|
_: 3
|
|
@@ -1007,7 +1007,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
1007
1007
|
])
|
|
1008
1008
|
], 2));
|
|
1009
1009
|
}
|
|
1010
|
-
}), ge = /* @__PURE__ */ g(ga, [["__scopeId", "data-v-a505d05e"]]), ba = (e) => (N("data-v-e4a362a9"), e = e(), E(), e),
|
|
1010
|
+
}), ge = /* @__PURE__ */ g(ga, [["__scopeId", "data-v-a505d05e"]]), ba = (e) => (N("data-v-e4a362a9"), e = e(), E(), e), ya = { class: "event__wrapper" }, ka = { class: "event__headline" }, $a = { class: "event__date-location" }, wa = /* @__PURE__ */ ba(() => /* @__PURE__ */ t("br", null, null, -1)), Ba = {
|
|
1011
1011
|
key: 0,
|
|
1012
1012
|
class: "event__info"
|
|
1013
1013
|
}, Sa = { class: "event__exhibitor" }, Ia = /* @__PURE__ */ b({
|
|
@@ -1040,12 +1040,12 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
1040
1040
|
}
|
|
1041
1041
|
},
|
|
1042
1042
|
setup(e) {
|
|
1043
|
-
return (a, r) => (s(), i("div",
|
|
1043
|
+
return (a, r) => (s(), i("div", ya, [
|
|
1044
1044
|
I(ee, {
|
|
1045
1045
|
"label-dark": !1,
|
|
1046
1046
|
text: e.eventType ? e.eventType : ""
|
|
1047
1047
|
}, null, 8, ["text"]),
|
|
1048
|
-
t("div",
|
|
1048
|
+
t("div", ka, c(e.headline), 1),
|
|
1049
1049
|
t("div", $a, [
|
|
1050
1050
|
Y(c(e.dateTime) + " ", 1),
|
|
1051
1051
|
wa,
|
|
@@ -1225,7 +1225,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
1225
1225
|
d(o.$slots, "accordion-body", F({ ref_for: !0 }, { body: p.bodytext }), void 0, !0)
|
|
1226
1226
|
]),
|
|
1227
1227
|
I(M, null, {
|
|
1228
|
-
default:
|
|
1228
|
+
default: y(() => [
|
|
1229
1229
|
p.image ? d(o.$slots, "accordion-image", F({
|
|
1230
1230
|
key: 0,
|
|
1231
1231
|
ref_for: !0
|
|
@@ -1321,7 +1321,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
1321
1321
|
"link-type": a.bgColor === "dark" ? "regular_dark" : (a.bgColor === "light", "regular_light"),
|
|
1322
1322
|
arrow: ""
|
|
1323
1323
|
}, {
|
|
1324
|
-
default:
|
|
1324
|
+
default: y(() => [
|
|
1325
1325
|
d(a.$slots, "column-grid-body-link", {}, void 0, !0)
|
|
1326
1326
|
]),
|
|
1327
1327
|
_: 3
|
|
@@ -1338,16 +1338,16 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
1338
1338
|
image: l.image,
|
|
1339
1339
|
"image-fit": l.imageFit
|
|
1340
1340
|
}, {
|
|
1341
|
-
"column-card-body":
|
|
1341
|
+
"column-card-body": y(() => [
|
|
1342
1342
|
d(a.$slots, "column-card-body", F({ ref_for: !0 }, { body: l.bodytext }), void 0, !0)
|
|
1343
1343
|
]),
|
|
1344
|
-
"column-link":
|
|
1344
|
+
"column-link": y(() => [
|
|
1345
1345
|
d(a.$slots, "column-link", F({ ref_for: !0 }, {
|
|
1346
1346
|
link: l.link,
|
|
1347
1347
|
linkText: l.linkText
|
|
1348
1348
|
}), void 0, !0)
|
|
1349
1349
|
]),
|
|
1350
|
-
"column-card-image":
|
|
1350
|
+
"column-card-image": y(() => [
|
|
1351
1351
|
l.image ? d(a.$slots, "column-card-image", F({
|
|
1352
1352
|
key: 0,
|
|
1353
1353
|
ref_for: !0
|
|
@@ -1362,7 +1362,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
1362
1362
|
])
|
|
1363
1363
|
], 2));
|
|
1364
1364
|
}
|
|
1365
|
-
}), po = /* @__PURE__ */ g(ho, [["__scopeId", "data-v-1a54852d"]]), mo = { class: "facts__wrapper" }, fo = { class: "facts__content" }, vo = { class: "facts__headline" }, go = { class: "facts" }, bo = { class: "fact__value" },
|
|
1365
|
+
}), po = /* @__PURE__ */ g(ho, [["__scopeId", "data-v-1a54852d"]]), mo = { class: "facts__wrapper" }, fo = { class: "facts__content" }, vo = { class: "facts__headline" }, go = { class: "facts" }, bo = { class: "fact__value" }, yo = { class: "fact__metric" }, ko = {
|
|
1366
1366
|
key: 0,
|
|
1367
1367
|
class: "facts__link"
|
|
1368
1368
|
}, $o = /* @__PURE__ */ b({
|
|
@@ -1400,17 +1400,17 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
1400
1400
|
t("div", bo, [
|
|
1401
1401
|
t("span", null, c(l.value), 1)
|
|
1402
1402
|
]),
|
|
1403
|
-
t("div",
|
|
1403
|
+
t("div", yo, [
|
|
1404
1404
|
t("span", null, c(l.metric), 1)
|
|
1405
1405
|
])
|
|
1406
1406
|
]))), 128))
|
|
1407
1407
|
]),
|
|
1408
|
-
a.link ? (s(), i("div",
|
|
1408
|
+
a.link ? (s(), i("div", ko, [
|
|
1409
1409
|
I(L, {
|
|
1410
1410
|
"link-type": "regular_light",
|
|
1411
1411
|
arrow: ""
|
|
1412
1412
|
}, {
|
|
1413
|
-
default:
|
|
1413
|
+
default: y(() => [
|
|
1414
1414
|
d(a.$slots, "facts-link", {}, void 0, !0)
|
|
1415
1415
|
]),
|
|
1416
1416
|
_: 3
|
|
@@ -1449,7 +1449,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
1449
1449
|
class: "features__element"
|
|
1450
1450
|
}, [
|
|
1451
1451
|
I(M, { class: "element__icon" }, {
|
|
1452
|
-
default:
|
|
1452
|
+
default: y(() => [
|
|
1453
1453
|
d(a.$slots, "features-icon", F({ ref_for: !0 }, {
|
|
1454
1454
|
src: l.icon.src,
|
|
1455
1455
|
height: 30,
|
|
@@ -1508,7 +1508,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
1508
1508
|
lg: l.value === "lg"
|
|
1509
1509
|
}])
|
|
1510
1510
|
}, [
|
|
1511
|
-
(s(!0), i(V, null, P(o.flashcards, (p) => (s(), T(
|
|
1511
|
+
(s(!0), i(V, null, P(o.flashcards, (p) => (s(), T(k(be), {
|
|
1512
1512
|
key: p._uid,
|
|
1513
1513
|
name: p.name,
|
|
1514
1514
|
bodytext: p.bodytext,
|
|
@@ -1520,16 +1520,16 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
1520
1520
|
"image-fit": p.imageFit,
|
|
1521
1521
|
"image-fit-back": p.imageFitBack
|
|
1522
1522
|
}, {
|
|
1523
|
-
"flashcard-front-body":
|
|
1523
|
+
"flashcard-front-body": y(({ bodytext: n }) => [
|
|
1524
1524
|
d(o.$slots, "flashcard-front-body", F({ ref_for: !0 }, { bodytext: n }), void 0, !0)
|
|
1525
1525
|
]),
|
|
1526
|
-
"flashcard-front-image":
|
|
1526
|
+
"flashcard-front-image": y(({ src: n, alt: v }) => [
|
|
1527
1527
|
d(o.$slots, "flashcard-front-image", F({ ref_for: !0 }, { src: n, alt: v }), void 0, !0)
|
|
1528
1528
|
]),
|
|
1529
|
-
"flashcard-back-body":
|
|
1529
|
+
"flashcard-back-body": y(({ bodytextbackside: n }) => [
|
|
1530
1530
|
d(o.$slots, "flashcard-back-body", F({ ref_for: !0 }, { bodytextbackside: n }), void 0, !0)
|
|
1531
1531
|
]),
|
|
1532
|
-
"flashcard-back-image":
|
|
1532
|
+
"flashcard-back-image": y(({ src: n, alt: v }) => [
|
|
1533
1533
|
d(o.$slots, "flashcard-back-image", F({ ref_for: !0 }, { src: n, alt: v }), void 0, !0)
|
|
1534
1534
|
]),
|
|
1535
1535
|
_: 2
|
|
@@ -1566,7 +1566,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
1566
1566
|
"link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
|
|
1567
1567
|
arrow: ""
|
|
1568
1568
|
}, {
|
|
1569
|
-
default:
|
|
1569
|
+
default: y(() => [
|
|
1570
1570
|
d(o.$slots, "form-link", {}, void 0, !0)
|
|
1571
1571
|
]),
|
|
1572
1572
|
_: 3
|
|
@@ -1629,7 +1629,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
1629
1629
|
"link-type": "regular_light",
|
|
1630
1630
|
arrow: ""
|
|
1631
1631
|
}, {
|
|
1632
|
-
default:
|
|
1632
|
+
default: y(() => [
|
|
1633
1633
|
d(a.$slots, "hero-link", {}, void 0, !0)
|
|
1634
1634
|
]),
|
|
1635
1635
|
_: 3
|
|
@@ -1677,7 +1677,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
1677
1677
|
t("div", nl, [
|
|
1678
1678
|
t("div", dl, [
|
|
1679
1679
|
I(M, null, {
|
|
1680
|
-
default:
|
|
1680
|
+
default: y(() => [
|
|
1681
1681
|
d(a.$slots, "image", H(R({
|
|
1682
1682
|
width: 984,
|
|
1683
1683
|
height: e.fullHeight ? "100%" : 554,
|
|
@@ -1730,7 +1730,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
1730
1730
|
t("div", hl, [
|
|
1731
1731
|
o.mediaLarge && o.mediaType === "image" ? (s(), i("div", pl, [
|
|
1732
1732
|
I(M, null, {
|
|
1733
|
-
default:
|
|
1733
|
+
default: y(() => [
|
|
1734
1734
|
d(o.$slots, "image-large", H(R({
|
|
1735
1735
|
width: 617,
|
|
1736
1736
|
height: 530,
|
|
@@ -1768,7 +1768,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
1768
1768
|
class: "image image--small"
|
|
1769
1769
|
}, [
|
|
1770
1770
|
I(M, null, {
|
|
1771
|
-
default:
|
|
1771
|
+
default: y(() => [
|
|
1772
1772
|
d(o.$slots, "image-small", F({ ref_for: !0 }, {
|
|
1773
1773
|
width: 328,
|
|
1774
1774
|
height: 246,
|
|
@@ -1789,7 +1789,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
1789
1789
|
"link-type": o.bgColor === "dark" ? "regular_dark" : (o.bgColor === "light", "regular_light"),
|
|
1790
1790
|
arrow: ""
|
|
1791
1791
|
}, {
|
|
1792
|
-
default:
|
|
1792
|
+
default: y(() => [
|
|
1793
1793
|
d(o.$slots, "gallery-link")
|
|
1794
1794
|
]),
|
|
1795
1795
|
_: 3
|
|
@@ -1799,10 +1799,10 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
1799
1799
|
], 2)
|
|
1800
1800
|
], 2));
|
|
1801
1801
|
}
|
|
1802
|
-
}), vl = /* @__PURE__ */ g(fl, [["__scopeId", "data-v-ae1f41d4"]]), gl = { class: "logo-wall__wrapper" }, bl = { class: "logo-wall__content" },
|
|
1802
|
+
}), vl = /* @__PURE__ */ g(fl, [["__scopeId", "data-v-ae1f41d4"]]), gl = { class: "logo-wall__wrapper" }, bl = { class: "logo-wall__content" }, yl = {
|
|
1803
1803
|
key: 0,
|
|
1804
1804
|
class: "logo-wall__text"
|
|
1805
|
-
},
|
|
1805
|
+
}, kl = { key: 0 }, $l = { key: 1 }, wl = { class: "logo-wall__logos" }, Bl = { class: "logo-wall__link" }, Sl = /* @__PURE__ */ b({
|
|
1806
1806
|
__name: "logo-wall",
|
|
1807
1807
|
props: {
|
|
1808
1808
|
headline: {
|
|
@@ -1822,8 +1822,8 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
1822
1822
|
setup(e) {
|
|
1823
1823
|
return (a, r) => (s(), i("div", gl, [
|
|
1824
1824
|
t("div", bl, [
|
|
1825
|
-
e.headline || e.body ? (s(), i("div",
|
|
1826
|
-
e.headline ? (s(), i("h2",
|
|
1825
|
+
e.headline || e.body ? (s(), i("div", yl, [
|
|
1826
|
+
e.headline ? (s(), i("h2", kl, c(e.headline), 1)) : _("", !0),
|
|
1827
1827
|
e.body ? (s(), i("p", $l, c(e.body), 1)) : _("", !0)
|
|
1828
1828
|
])) : _("", !0),
|
|
1829
1829
|
t("div", wl, [
|
|
@@ -1832,7 +1832,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
1832
1832
|
class: "logo-wall__logo"
|
|
1833
1833
|
}, [
|
|
1834
1834
|
I(M, null, {
|
|
1835
|
-
default:
|
|
1835
|
+
default: y(() => [
|
|
1836
1836
|
d(a.$slots, "logo-wall-logo", F({ ref_for: !0 }, {
|
|
1837
1837
|
width: 130,
|
|
1838
1838
|
height: 130,
|
|
@@ -1849,7 +1849,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
|
|
|
1849
1849
|
"link-type": "regular_light",
|
|
1850
1850
|
arrow: !0
|
|
1851
1851
|
}, {
|
|
1852
|
-
default:
|
|
1852
|
+
default: y(() => [
|
|
1853
1853
|
d(a.$slots, "logo-wall-link", {}, void 0, !0)
|
|
1854
1854
|
]),
|
|
1855
1855
|
_: 3
|
|
@@ -1958,24 +1958,24 @@ const Ml = /* @__PURE__ */ g(Dl, [["render", Fl], ["__scopeId", "data-v-ea887d7a
|
|
|
1958
1958
|
autoplay: "",
|
|
1959
1959
|
loop: "",
|
|
1960
1960
|
muted: ""
|
|
1961
|
-
}, null, 8, ["src", "aria-label", "poster"])) : (s(), T(
|
|
1962
|
-
default:
|
|
1961
|
+
}, null, 8, ["src", "aria-label", "poster"])) : (s(), T(k(M), { key: 1 }, {
|
|
1962
|
+
default: y(() => [
|
|
1963
1963
|
d(a.$slots, "product-hero-image", {}, void 0, !0)
|
|
1964
1964
|
]),
|
|
1965
1965
|
_: 3
|
|
1966
1966
|
})),
|
|
1967
1967
|
t("div", Nl, [
|
|
1968
1968
|
e.logoSrc ? (s(), i("div", El, [
|
|
1969
|
-
I(
|
|
1970
|
-
default:
|
|
1969
|
+
I(k(M), null, {
|
|
1970
|
+
default: y(() => [
|
|
1971
1971
|
d(a.$slots, "product-hero-logo", {}, void 0, !0)
|
|
1972
1972
|
]),
|
|
1973
1973
|
_: 3
|
|
1974
1974
|
})
|
|
1975
1975
|
])) : _("", !0),
|
|
1976
1976
|
e.isCertified ? (s(), i("div", jl, [
|
|
1977
|
-
I(
|
|
1978
|
-
default:
|
|
1977
|
+
I(k(M), null, {
|
|
1978
|
+
default: y(() => [
|
|
1979
1979
|
d(a.$slots, "product-hero-certification", {}, void 0, !0)
|
|
1980
1980
|
]),
|
|
1981
1981
|
_: 3
|
|
@@ -2024,7 +2024,7 @@ const Ml = /* @__PURE__ */ g(Dl, [["render", Fl], ["__scopeId", "data-v-ea887d7a
|
|
|
2024
2024
|
])
|
|
2025
2025
|
}, [
|
|
2026
2026
|
I(M, null, {
|
|
2027
|
-
default:
|
|
2027
|
+
default: y(() => [
|
|
2028
2028
|
d(o.$slots, "promo-image", H(R({ src: o.src, width: 1920, alt: o.alt, height: 1080 })))
|
|
2029
2029
|
]),
|
|
2030
2030
|
_: 3
|
|
@@ -2073,7 +2073,7 @@ const Ml = /* @__PURE__ */ g(Dl, [["render", Fl], ["__scopeId", "data-v-ea887d7a
|
|
|
2073
2073
|
"link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
|
|
2074
2074
|
arrow: ""
|
|
2075
2075
|
}, {
|
|
2076
|
-
default:
|
|
2076
|
+
default: y(() => [
|
|
2077
2077
|
d(o.$slots, "promo-link")
|
|
2078
2078
|
]),
|
|
2079
2079
|
_: 3
|
|
@@ -2082,7 +2082,7 @@ const Ml = /* @__PURE__ */ g(Dl, [["render", Fl], ["__scopeId", "data-v-ea887d7a
|
|
|
2082
2082
|
key: 2,
|
|
2083
2083
|
"link-type": o.variant === "dark" ? "secondary_dark" : (o.variant === "light", "secondary")
|
|
2084
2084
|
}, {
|
|
2085
|
-
default:
|
|
2085
|
+
default: y(() => [
|
|
2086
2086
|
d(o.$slots, "promo-link")
|
|
2087
2087
|
]),
|
|
2088
2088
|
_: 3
|
|
@@ -2124,7 +2124,7 @@ const Ml = /* @__PURE__ */ g(Dl, [["render", Fl], ["__scopeId", "data-v-ea887d7a
|
|
|
2124
2124
|
t("div", ts, [
|
|
2125
2125
|
e.authorImage ? (s(), i("div", as, [
|
|
2126
2126
|
I(M, null, {
|
|
2127
|
-
default:
|
|
2127
|
+
default: y(() => [
|
|
2128
2128
|
d(a.$slots, "author-image", H(R({
|
|
2129
2129
|
src: e.authorImage + "/m/100x100",
|
|
2130
2130
|
width: 60,
|
|
@@ -2209,7 +2209,7 @@ const Ml = /* @__PURE__ */ g(Dl, [["render", Fl], ["__scopeId", "data-v-ea887d7a
|
|
|
2209
2209
|
])
|
|
2210
2210
|
}, [
|
|
2211
2211
|
I(M, null, {
|
|
2212
|
-
default:
|
|
2212
|
+
default: y(() => [
|
|
2213
2213
|
d(a.$slots, "rich-text-image", H(R({ width: 865, height: 307 })))
|
|
2214
2214
|
]),
|
|
2215
2215
|
_: 3
|
|
@@ -2236,7 +2236,7 @@ function gs(e, a) {
|
|
|
2236
2236
|
])
|
|
2237
2237
|
]);
|
|
2238
2238
|
}
|
|
2239
|
-
const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2"]]),
|
|
2239
|
+
const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2"]]), ys = (e) => (N("data-v-798e7a06"), e = e(), E(), e), ks = { class: "timeline__wrapper" }, $s = { class: "timeline__content" }, ws = { class: "timeline__items" }, Bs = { class: "item__left" }, Ss = /* @__PURE__ */ ys(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
|
|
2240
2240
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
2241
2241
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
2242
2242
|
], -1)), Is = { class: "item__right" }, Cs = ["innerHTML"], Ts = /* @__PURE__ */ b({
|
|
@@ -2262,7 +2262,7 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2262
2262
|
a.forEach((l) => {
|
|
2263
2263
|
r.observe(l);
|
|
2264
2264
|
});
|
|
2265
|
-
}), (a, r) => (s(), i("div",
|
|
2265
|
+
}), (a, r) => (s(), i("div", ks, [
|
|
2266
2266
|
t("div", $s, [
|
|
2267
2267
|
t("div", ws, [
|
|
2268
2268
|
(s(!0), i(V, null, P(e.timelineItems, (l) => (s(), i("div", {
|
|
@@ -2273,7 +2273,7 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2273
2273
|
Ss,
|
|
2274
2274
|
t("div", Is, [
|
|
2275
2275
|
I(M, null, {
|
|
2276
|
-
default:
|
|
2276
|
+
default: y(() => [
|
|
2277
2277
|
l.media.src ? d(a.$slots, "timeline-image", F({
|
|
2278
2278
|
key: 0,
|
|
2279
2279
|
ref_for: !0
|
|
@@ -2327,7 +2327,6 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2327
2327
|
props: {
|
|
2328
2328
|
hero: { default: () => ({
|
|
2329
2329
|
headline: "Welcome back",
|
|
2330
|
-
description: "Explore our Academy - an education hub packed with x hours of free live and on-demand content.",
|
|
2331
2330
|
lessonValue: 0,
|
|
2332
2331
|
lessonLabel: "Lessons Completed",
|
|
2333
2332
|
pointsValue: 0,
|
|
@@ -2341,7 +2340,9 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2341
2340
|
t("div", zs, [
|
|
2342
2341
|
t("div", null, [
|
|
2343
2342
|
t("h1", Hs, c(a.hero.headline), 1),
|
|
2344
|
-
t("
|
|
2343
|
+
t("div", Rs, [
|
|
2344
|
+
d(a.$slots, "academy-description", {}, void 0, !0)
|
|
2345
|
+
]),
|
|
2345
2346
|
t("div", Ns, [
|
|
2346
2347
|
d(a.$slots, "button", {}, void 0, !0)
|
|
2347
2348
|
])
|
|
@@ -2362,7 +2363,7 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2362
2363
|
])
|
|
2363
2364
|
]));
|
|
2364
2365
|
}
|
|
2365
|
-
}), Zs = /* @__PURE__ */ g(Qs, [["__scopeId", "data-v-
|
|
2366
|
+
}), Zs = /* @__PURE__ */ g(Qs, [["__scopeId", "data-v-67fe0d59"]]), Xs = { class: "not-found__wrapper" }, xs = { class: "not-found__content" }, ei = { class: "not-found__headline" }, ti = { class: "not-found__body" }, ai = /* @__PURE__ */ b({
|
|
2366
2367
|
__name: "404",
|
|
2367
2368
|
props: {
|
|
2368
2369
|
headline: {
|
|
@@ -2410,7 +2411,7 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2410
2411
|
])
|
|
2411
2412
|
]));
|
|
2412
2413
|
}
|
|
2413
|
-
}), di = /* @__PURE__ */ g(ni, [["__scopeId", "data-v-03a6a216"]]),
|
|
2414
|
+
}), di = /* @__PURE__ */ g(ni, [["__scopeId", "data-v-03a6a216"]]), ye = (e) => (N("data-v-a0ab0743"), e = e(), E(), e), ci = { class: "footer__wrapper" }, ui = { class: "footer__content" }, _i = {
|
|
2414
2415
|
key: 0,
|
|
2415
2416
|
src: "https://mobile-industrial-robots.com/logo/mir-main-logo.svg",
|
|
2416
2417
|
style: { margin: "0 auto" },
|
|
@@ -2422,7 +2423,7 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2422
2423
|
}, gi = {
|
|
2423
2424
|
key: 1,
|
|
2424
2425
|
class: "section__title"
|
|
2425
|
-
}, bi = { key: 0 },
|
|
2426
|
+
}, bi = { key: 0 }, yi = { key: 1 }, ki = { key: 2 }, $i = { key: 3 }, wi = { key: 4 }, Bi = /* @__PURE__ */ ye(() => /* @__PURE__ */ t("br", null, null, -1)), Si = {
|
|
2426
2427
|
key: 0,
|
|
2427
2428
|
href: "mailto:china@mir-robots.com"
|
|
2428
2429
|
}, Ii = {
|
|
@@ -2434,7 +2435,7 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2434
2435
|
}, Ti = {
|
|
2435
2436
|
key: 1,
|
|
2436
2437
|
href: "tel:+4520377577"
|
|
2437
|
-
}, qi = { class: "footer__bottom" }, Ai = { class: "copyright" }, Li = { class: "footer__policy" }, Di = /* @__PURE__ */
|
|
2438
|
+
}, qi = { class: "footer__bottom" }, Ai = { class: "copyright" }, Li = { class: "footer__policy" }, Di = /* @__PURE__ */ ye(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), Vi = {
|
|
2438
2439
|
key: 0,
|
|
2439
2440
|
class: "footer__social"
|
|
2440
2441
|
}, Pi = ["href", "aria-label"], Fi = {
|
|
@@ -2473,8 +2474,8 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2473
2474
|
t("div", fi, [
|
|
2474
2475
|
a.language === "zh" ? (s(), i("span", vi, "名傲移动机器人(上海)有限公司")) : (s(), i("span", gi, "Mobile Industrial Robots A/S")),
|
|
2475
2476
|
t("address", null, [
|
|
2476
|
-
a.language === "zh" ? (s(), i("span", bi, "上海浦东新区金桥出口加工区")) : (s(), i("span",
|
|
2477
|
-
a.language === "zh" ? (s(), i("span",
|
|
2477
|
+
a.language === "zh" ? (s(), i("span", bi, "上海浦东新区金桥出口加工区")) : (s(), i("span", yi, "Energivej 51")),
|
|
2478
|
+
a.language === "zh" ? (s(), i("span", ki, "桂桥路1201号10栋2楼")) : (s(), i("span", $i, "5260 Odense S")),
|
|
2478
2479
|
a.language !== "zh" ? (s(), i("span", wi, "CVR: 35251235")) : _("", !0),
|
|
2479
2480
|
Bi,
|
|
2480
2481
|
I(L, {
|
|
@@ -2482,7 +2483,7 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2482
2483
|
"link-type": "regular_light",
|
|
2483
2484
|
underline: "false"
|
|
2484
2485
|
}, {
|
|
2485
|
-
default:
|
|
2486
|
+
default: y(() => [
|
|
2486
2487
|
a.language === "zh" ? (s(), i("a", Si, "china@mir-robots.com")) : (s(), i("a", Ii, "mail@mir-robots.com"))
|
|
2487
2488
|
]),
|
|
2488
2489
|
_: 1
|
|
@@ -2492,7 +2493,7 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2492
2493
|
"link-type": "regular_light",
|
|
2493
2494
|
underline: "false"
|
|
2494
2495
|
}, {
|
|
2495
|
-
default:
|
|
2496
|
+
default: y(() => [
|
|
2496
2497
|
a.language === "zh" ? (s(), i("a", Ci, "+86 13661856951(微信同号)")) : (s(), i("a", Ti, "+45 20 377 577"))
|
|
2497
2498
|
]),
|
|
2498
2499
|
_: 1
|
|
@@ -2521,7 +2522,7 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2521
2522
|
underline: "false",
|
|
2522
2523
|
"link-type": "regular"
|
|
2523
2524
|
}, {
|
|
2524
|
-
default:
|
|
2525
|
+
default: y(() => [
|
|
2525
2526
|
t("a", {
|
|
2526
2527
|
href: l.url,
|
|
2527
2528
|
target: "_blank",
|
|
@@ -2542,7 +2543,7 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2542
2543
|
underline: "false",
|
|
2543
2544
|
"link-type": "regular"
|
|
2544
2545
|
}, {
|
|
2545
|
-
default:
|
|
2546
|
+
default: y(() => [
|
|
2546
2547
|
t("a", {
|
|
2547
2548
|
href: l.url,
|
|
2548
2549
|
target: "_blank",
|
|
@@ -2562,7 +2563,7 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2562
2563
|
])
|
|
2563
2564
|
]));
|
|
2564
2565
|
}
|
|
2565
|
-
}), zi = /* @__PURE__ */ g(Oi, [["__scopeId", "data-v-a0ab0743"]]),
|
|
2566
|
+
}), zi = /* @__PURE__ */ g(Oi, [["__scopeId", "data-v-a0ab0743"]]), ke = (e) => (N("data-v-be8508e2"), e = e(), E(), e), Hi = { class: "header__wrapper" }, Ri = { class: "nav-wrapper" }, Ni = { class: "mir-link-logo" }, Ei = { class: "main-nav-items" }, ji = { class: "secondary-nav-items" }, Gi = {
|
|
2566
2567
|
key: 0,
|
|
2567
2568
|
id: "menu-dropdown",
|
|
2568
2569
|
ref: "dropdownDiv"
|
|
@@ -2582,7 +2583,7 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2582
2583
|
key: 2,
|
|
2583
2584
|
id: "menu-portal-switcher",
|
|
2584
2585
|
class: "portal-switcher-wrapper"
|
|
2585
|
-
}, Zi = /* @__PURE__ */
|
|
2586
|
+
}, Zi = /* @__PURE__ */ ke(() => /* @__PURE__ */ t("img", {
|
|
2586
2587
|
src: "https://a.storyblok.com/f/230581/14x12/1b00a4a551/portal-switcher.svg?cv=1712916615032",
|
|
2587
2588
|
alt: "portal switcher icon",
|
|
2588
2589
|
width: "20",
|
|
@@ -2596,7 +2597,7 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2596
2597
|
}, lr = {
|
|
2597
2598
|
key: 0,
|
|
2598
2599
|
class: "profile-dropdown-sign-in"
|
|
2599
|
-
}, sr = /* @__PURE__ */
|
|
2600
|
+
}, sr = /* @__PURE__ */ ke(() => /* @__PURE__ */ t("img", {
|
|
2600
2601
|
src: "https://a.storyblok.com/f/230581/15x14/3b3253dd12/icon-user.svg?cv=1712916615014",
|
|
2601
2602
|
alt: "profile dropdown icon",
|
|
2602
2603
|
width: "20",
|
|
@@ -2609,7 +2610,7 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2609
2610
|
}, ur = ["src"], _r = {
|
|
2610
2611
|
id: "menu-portal-switcher",
|
|
2611
2612
|
class: "menu-portal-switcher-wrapper"
|
|
2612
|
-
}, hr = ["src"], pr = { class: "portal-switcher-content" }, mr = { class: "portal-switcher-links" }, fr = ["href"], vr = ["src"], gr = ["src"], br = { class: "mobile-menu-content-wrapper" },
|
|
2613
|
+
}, hr = ["src"], pr = { class: "portal-switcher-content" }, mr = { class: "portal-switcher-links" }, fr = ["href"], vr = ["src"], gr = ["src"], br = { class: "mobile-menu-content-wrapper" }, yr = { class: "mobile-dropdown-content" }, kr = /* @__PURE__ */ b({
|
|
2613
2614
|
__name: "header",
|
|
2614
2615
|
props: {
|
|
2615
2616
|
burgerState: {
|
|
@@ -2725,15 +2726,15 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2725
2726
|
onClick: ae
|
|
2726
2727
|
}, [
|
|
2727
2728
|
d(w.$slots, "dropdown-title", {}, void 0, !0),
|
|
2728
|
-
|
|
2729
|
+
k(n) === !1 ? (s(), i("img", Ki)) : (s(), i("img", Ui))
|
|
2729
2730
|
]),
|
|
2730
2731
|
K(t("div", Ji, [
|
|
2731
2732
|
d(w.$slots, "dropdown-links", {}, void 0, !0)
|
|
2732
2733
|
], 512), [
|
|
2733
|
-
[W,
|
|
2734
|
+
[W, k(n)]
|
|
2734
2735
|
])
|
|
2735
2736
|
], 512)) : _("", !0),
|
|
2736
|
-
|
|
2737
|
+
k(p) ? (s(), i("div", Wi, [
|
|
2737
2738
|
t("button", {
|
|
2738
2739
|
ref_key: "navSearchButton",
|
|
2739
2740
|
ref: U,
|
|
@@ -2741,11 +2742,11 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2741
2742
|
"aria-label": "Toggle search",
|
|
2742
2743
|
onClick: j[0] || (j[0] = (O) => {
|
|
2743
2744
|
var z;
|
|
2744
|
-
return w.$emit("clickSearch"), (z =
|
|
2745
|
+
return w.$emit("clickSearch"), (z = k(U)) == null ? void 0 : z.blur();
|
|
2745
2746
|
})
|
|
2746
2747
|
}, [
|
|
2747
2748
|
t("img", {
|
|
2748
|
-
src:
|
|
2749
|
+
src: k(u) === !0 ? "https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080" : "https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",
|
|
2749
2750
|
alt: "search icon",
|
|
2750
2751
|
width: "20",
|
|
2751
2752
|
height: "20"
|
|
@@ -2764,8 +2765,8 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2764
2765
|
key: z,
|
|
2765
2766
|
class: "portal-switcher-link"
|
|
2766
2767
|
}, [
|
|
2767
|
-
I(
|
|
2768
|
-
default:
|
|
2768
|
+
I(k(L), { "link-type": "regular" }, {
|
|
2769
|
+
default: y(() => [
|
|
2769
2770
|
t("a", {
|
|
2770
2771
|
href: O.link,
|
|
2771
2772
|
onClick: j[1] || (j[1] = (J) => X(n) ? n.value = !1 : n = !1)
|
|
@@ -2781,14 +2782,14 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2781
2782
|
]))), 128))
|
|
2782
2783
|
])
|
|
2783
2784
|
], 512), [
|
|
2784
|
-
[W,
|
|
2785
|
+
[W, k(v)]
|
|
2785
2786
|
])
|
|
2786
2787
|
])) : _("", !0),
|
|
2787
2788
|
e.useProfileDropdown ? (s(), i("div", or, [
|
|
2788
|
-
|
|
2789
|
+
k($) ? _("", !0) : (s(), i("div", lr, [
|
|
2789
2790
|
d(w.$slots, "profile-dropdown-sign-in", {}, void 0, !0)
|
|
2790
2791
|
])),
|
|
2791
|
-
|
|
2792
|
+
k($) ? (s(), i("button", {
|
|
2792
2793
|
key: 1,
|
|
2793
2794
|
"aria-label": "Toggle Profile",
|
|
2794
2795
|
class: "nav-profile-dropdown-btn",
|
|
@@ -2797,19 +2798,19 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2797
2798
|
K(t("div", rr, [
|
|
2798
2799
|
d(w.$slots, "profile-dropdown-links", {}, void 0, !0)
|
|
2799
2800
|
], 512), [
|
|
2800
|
-
[W,
|
|
2801
|
+
[W, k(f)]
|
|
2801
2802
|
])
|
|
2802
2803
|
])) : _("", !0)
|
|
2803
2804
|
])
|
|
2804
2805
|
]),
|
|
2805
2806
|
t("div", {
|
|
2806
|
-
class: h(["mobile-nav-wrapper",
|
|
2807
|
+
class: h(["mobile-nav-wrapper", k(u) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
|
|
2807
2808
|
}, [
|
|
2808
2809
|
t("div", nr, [
|
|
2809
2810
|
t("div", dr, [
|
|
2810
2811
|
d(w.$slots, "link-logo", {}, void 0, !0)
|
|
2811
2812
|
]),
|
|
2812
|
-
|
|
2813
|
+
k(p) ? (s(), i("div", cr, [
|
|
2813
2814
|
t("button", {
|
|
2814
2815
|
ref_key: "mobileSearchButton",
|
|
2815
2816
|
ref: le,
|
|
@@ -2817,11 +2818,11 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2817
2818
|
"aria-label": "Toggle search",
|
|
2818
2819
|
onClick: j[2] || (j[2] = (O) => {
|
|
2819
2820
|
var z;
|
|
2820
|
-
return w.$emit("clickSearch"), (z =
|
|
2821
|
+
return w.$emit("clickSearch"), (z = k(le)) == null ? void 0 : z.blur();
|
|
2821
2822
|
})
|
|
2822
2823
|
}, [
|
|
2823
2824
|
t("img", {
|
|
2824
|
-
src:
|
|
2825
|
+
src: k(u) === !0 ? "https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080" : "https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",
|
|
2825
2826
|
alt: "search icon",
|
|
2826
2827
|
width: "20",
|
|
2827
2828
|
height: "20"
|
|
@@ -2832,15 +2833,15 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2832
2833
|
t("button", {
|
|
2833
2834
|
class: h({
|
|
2834
2835
|
"menu-portal-switcher-btn": !0,
|
|
2835
|
-
"is-active":
|
|
2836
|
+
"is-active": k(v)
|
|
2836
2837
|
}),
|
|
2837
2838
|
style: x({
|
|
2838
|
-
backgroundColor:
|
|
2839
|
+
backgroundColor: k(v) && k(u) === !0 ? "#1a76bc" : k(v) ? "#cbeefa" : "transparent"
|
|
2839
2840
|
}),
|
|
2840
2841
|
onClick: ue(oe, ["prevent"])
|
|
2841
2842
|
}, [
|
|
2842
2843
|
t("img", {
|
|
2843
|
-
src:
|
|
2844
|
+
src: k(u) === !0 ? "https://a.storyblok.com/f/230581/14x12/84ff5537cb/portal-switcher-white.svg" : "https://a.storyblok.com/f/230581/14x12/1b00a4a551/portal-switcher.svg",
|
|
2844
2845
|
alt: "portalswitchericon",
|
|
2845
2846
|
width: "20",
|
|
2846
2847
|
height: "20"
|
|
@@ -2852,8 +2853,8 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2852
2853
|
key: z,
|
|
2853
2854
|
class: "portal-switcher-link"
|
|
2854
2855
|
}, [
|
|
2855
|
-
I(
|
|
2856
|
-
default:
|
|
2856
|
+
I(k(L), { "link-type": "regular" }, {
|
|
2857
|
+
default: y(() => [
|
|
2857
2858
|
t("a", {
|
|
2858
2859
|
href: O.link,
|
|
2859
2860
|
onClick: j[3] || (j[3] = (J) => X(n) ? n.value = !1 : n = !1)
|
|
@@ -2869,7 +2870,7 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2869
2870
|
]))), 128))
|
|
2870
2871
|
])
|
|
2871
2872
|
], 512), [
|
|
2872
|
-
[W,
|
|
2873
|
+
[W, k(v)]
|
|
2873
2874
|
])
|
|
2874
2875
|
]),
|
|
2875
2876
|
t("button", {
|
|
@@ -2880,7 +2881,7 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2880
2881
|
t("img", {
|
|
2881
2882
|
width: "20",
|
|
2882
2883
|
height: "20",
|
|
2883
|
-
src:
|
|
2884
|
+
src: k(u) === !0 ? "https://a.storyblok.com/f/230581/17x18/20e9329e46/close-white.svg" : "https://a.storyblok.com/f/230581/23x14/739e917bca/burger-menu-line.svg",
|
|
2884
2885
|
alt: "burger menu icon"
|
|
2885
2886
|
}, null, 8, gr)
|
|
2886
2887
|
])
|
|
@@ -2889,18 +2890,18 @@ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2
|
|
|
2889
2890
|
t("ul", null, [
|
|
2890
2891
|
d(w.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2891
2892
|
]),
|
|
2892
|
-
t("ul",
|
|
2893
|
+
t("ul", yr, [
|
|
2893
2894
|
d(w.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2894
2895
|
d(w.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2895
2896
|
])
|
|
2896
2897
|
], 512), [
|
|
2897
|
-
[W,
|
|
2898
|
+
[W, k(u)]
|
|
2898
2899
|
])
|
|
2899
2900
|
], 2)
|
|
2900
2901
|
])
|
|
2901
2902
|
]));
|
|
2902
2903
|
}
|
|
2903
|
-
}), $r = /* @__PURE__ */ g(
|
|
2904
|
+
}), $r = /* @__PURE__ */ g(kr, [["__scopeId", "data-v-be8508e2"]]), wr = { class: "language__wrapper" }, Br = { class: "language__content" }, Sr = { class: "language__headline" }, Ir = { class: "language__paragraph" }, Cr = { class: "language__links" }, Tr = /* @__PURE__ */ b({
|
|
2904
2905
|
__name: "language-switcher",
|
|
2905
2906
|
props: {
|
|
2906
2907
|
headline: {
|
|
@@ -2994,7 +2995,7 @@ const Or = /* @__PURE__ */ g(Pr, [["render", Mr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2994
2995
|
t("div", {
|
|
2995
2996
|
class: h([{ hidden: !r.value, "adjust-height": n.value }, "dropdown-content"])
|
|
2996
2997
|
}, [
|
|
2997
|
-
(s(!0), i(V, null, P(v.options, (B) => (s(), T(
|
|
2998
|
+
(s(!0), i(V, null, P(v.options, (B) => (s(), T(k(fe), {
|
|
2998
2999
|
id: B.value,
|
|
2999
3000
|
key: B.value,
|
|
3000
3001
|
name: B.text,
|
|
@@ -3004,7 +3005,7 @@ const Or = /* @__PURE__ */ g(Pr, [["render", Mr], ["__scopeId", "data-v-c07a6cf3
|
|
|
3004
3005
|
checked: v.selectedOptions.includes(B.value) || v.selectedOptions.includes(B.text),
|
|
3005
3006
|
onInput: (ae) => u(B.value, B.text)
|
|
3006
3007
|
}, {
|
|
3007
|
-
default:
|
|
3008
|
+
default: y(() => [
|
|
3008
3009
|
Y(c(B.text), 1)
|
|
3009
3010
|
]),
|
|
3010
3011
|
_: 2
|
|
@@ -3085,7 +3086,7 @@ const Or = /* @__PURE__ */ g(Pr, [["render", Mr], ["__scopeId", "data-v-c07a6cf3
|
|
|
3085
3086
|
"link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
|
|
3086
3087
|
arrow: ""
|
|
3087
3088
|
}, {
|
|
3088
|
-
default:
|
|
3089
|
+
default: y(() => [
|
|
3089
3090
|
d(o.$slots, "promo-link")
|
|
3090
3091
|
]),
|
|
3091
3092
|
_: 3
|
|
@@ -3094,7 +3095,7 @@ const Or = /* @__PURE__ */ g(Pr, [["render", Mr], ["__scopeId", "data-v-c07a6cf3
|
|
|
3094
3095
|
key: 2,
|
|
3095
3096
|
"link-type": o.variant === "dark" ? "secondary_dark" : (o.variant === "light", "secondary")
|
|
3096
3097
|
}, {
|
|
3097
|
-
default:
|
|
3098
|
+
default: y(() => [
|
|
3098
3099
|
d(o.$slots, "promo-link")
|
|
3099
3100
|
]),
|
|
3100
3101
|
_: 3
|