@mirweb/mir-web-components 0.17.24 → 0.17.25
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/molecules/event-card/event-card.vue.d.ts +1 -1
- package/dist/components/organisms/filter/filter.vue.d.ts +1 -1
- package/dist/components/organisms/footer/footer.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 +93 -88
- package/dist/mir-web-components.umd.js +2 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as f, computed as T, openBlock as o, createElementBlock as i, normalizeClass as h, toDisplayString as n, createElementVNode as t, renderSlot as p, pushScopeId as E, popScopeId as
|
|
1
|
+
import { defineComponent as f, computed as T, openBlock as o, createElementBlock as i, normalizeClass as h, toDisplayString as n, createElementVNode as t, renderSlot as p, pushScopeId as E, popScopeId as R, createTextVNode as j, ref as I, withDirectives as Z, Fragment as D, renderList as M, vShow as ee, normalizeProps as P, guardReactiveProps as F, toRefs as ye, mergeProps as te, createVNode as k, Transition as $e, withCtx as w, withModifiers as ne, createBlock as A, createCommentVNode as g, watchEffect as de, withKeys as ke, useSlots as we, normalizeStyle as ae, isRef as ie, unref as V, onMounted as ce, watch as re, onUnmounted as Se } from "vue";
|
|
2
2
|
const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
@@ -24,7 +24,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
24
24
|
for (const [l, s] of a)
|
|
25
25
|
r[l] = s;
|
|
26
26
|
return r;
|
|
27
|
-
}, J = /* @__PURE__ */ v(Ie, [["__scopeId", "data-v-a3e038ec"]]), qe = (e) => (E("data-v-42c44141"), e = e(),
|
|
27
|
+
}, J = /* @__PURE__ */ v(Ie, [["__scopeId", "data-v-a3e038ec"]]), qe = (e) => (E("data-v-42c44141"), e = e(), R(), e), Le = ["id", "name", "value", "disabled", "required"], Te = ["for"], Ve = /* @__PURE__ */ qe(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Ce = /* @__PURE__ */ f({
|
|
28
28
|
__name: "checkbox",
|
|
29
29
|
props: {
|
|
30
30
|
name: { default: "checkbox" },
|
|
@@ -61,7 +61,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
61
61
|
], 10, Te)
|
|
62
62
|
], 2));
|
|
63
63
|
}
|
|
64
|
-
}), Ae = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-42c44141"]]), De = (e) => (E("data-v-08813346"), e = e(),
|
|
64
|
+
}), Ae = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-42c44141"]]), De = (e) => (E("data-v-08813346"), e = e(), R(), e), Me = ["aria-label"], Oe = /* @__PURE__ */ De(() => /* @__PURE__ */ t("img", {
|
|
65
65
|
src: "https://a.storyblok.com/f/230581/9x9/e4fb715dc9/close.svg?cv=1695125714598",
|
|
66
66
|
alt: "close",
|
|
67
67
|
class: "close-icon"
|
|
@@ -86,7 +86,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
86
86
|
], 8, Me)
|
|
87
87
|
]));
|
|
88
88
|
}
|
|
89
|
-
}), Fe = /* @__PURE__ */ v(Pe, [["__scopeId", "data-v-08813346"]]), Ee = ["value"],
|
|
89
|
+
}), Fe = /* @__PURE__ */ v(Pe, [["__scopeId", "data-v-08813346"]]), Ee = ["value"], Re = ["id"], Ne = { class: "listbox__dropdown" }, He = ["id", "aria-labelledby", "aria-disabled"], ze = ["aria-labelledby", "aria-activedescendant"], Ue = ["aria-selected", "data-value"], Ke = /* @__PURE__ */ f({
|
|
90
90
|
__name: "dropdown",
|
|
91
91
|
props: {
|
|
92
92
|
modelValue: {},
|
|
@@ -137,8 +137,8 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
137
137
|
const L = l.options.findIndex(
|
|
138
138
|
(K) => K.value === l.modelValue
|
|
139
139
|
);
|
|
140
|
-
let
|
|
141
|
-
b === "ArrowUp" ? L - 1 >= 0 && (
|
|
140
|
+
let N = L ? _.value[L] : _.value[0];
|
|
141
|
+
b === "ArrowUp" ? L - 1 >= 0 && (N = _.value[L - 1]) : L + 1 <= l.options.length && (N = _.value[L + 1]), N && W(N);
|
|
142
142
|
break;
|
|
143
143
|
}
|
|
144
144
|
case "Home":
|
|
@@ -201,17 +201,17 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
201
201
|
var $, L;
|
|
202
202
|
const b = d.getAttribute("data-value");
|
|
203
203
|
if (l.modelValue) {
|
|
204
|
-
const
|
|
204
|
+
const N = l.options.findIndex(
|
|
205
205
|
(be) => be.value === l.modelValue
|
|
206
|
-
), K = _.value[
|
|
206
|
+
), K = _.value[N];
|
|
207
207
|
pe(K);
|
|
208
208
|
}
|
|
209
209
|
if (d.setAttribute("aria-selected", "true"), ($ = c.value) == null || $.setAttribute(
|
|
210
210
|
"aria-activedescendant",
|
|
211
211
|
b || ""
|
|
212
212
|
), x(b || ""), c.value && c.value.scrollHeight > c.value.clientHeight) {
|
|
213
|
-
const
|
|
214
|
-
K >
|
|
213
|
+
const N = c.value.clientHeight + c.value.scrollTop, K = d.offsetTop + d.offsetHeight;
|
|
214
|
+
K > N ? c.value.scrollTop = K - ((L = c.value) == null ? void 0 : L.clientHeight) : d.offsetTop < c.value.scrollTop && (c.value.scrollTop = d.offsetTop);
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
function fe() {
|
|
@@ -242,8 +242,8 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
242
242
|
"is-disabled": d.disabled,
|
|
243
243
|
"is-required": d.required
|
|
244
244
|
}, "listbox__label"])
|
|
245
|
-
}, n(d.label), 11,
|
|
246
|
-
Z((o(), i("div",
|
|
245
|
+
}, n(d.label), 11, Re),
|
|
246
|
+
Z((o(), i("div", Ne, [
|
|
247
247
|
t("button", {
|
|
248
248
|
id: `${d.name}-button-label`,
|
|
249
249
|
ref_key: "listboxButton",
|
|
@@ -355,7 +355,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
355
355
|
], 16)
|
|
356
356
|
]));
|
|
357
357
|
}
|
|
358
|
-
}), Xe = (e) => (E("data-v-fa1bda9b"), e = e(),
|
|
358
|
+
}), Xe = (e) => (E("data-v-fa1bda9b"), e = e(), R(), e), xe = ["id", "name", "value", "checked", "disabled", "required"], et = ["for"], tt = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), at = /* @__PURE__ */ f({
|
|
359
359
|
__name: "radio-button",
|
|
360
360
|
props: {
|
|
361
361
|
name: { default: "radio" },
|
|
@@ -698,7 +698,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
698
698
|
_.helperText ? (o(), i("span", Pt, n(_.helperText), 1)) : g("", !0)
|
|
699
699
|
]));
|
|
700
700
|
}
|
|
701
|
-
}), Et = /* @__PURE__ */ v(Ft, [["__scopeId", "data-v-414b9435"]]),
|
|
701
|
+
}), Et = /* @__PURE__ */ v(Ft, [["__scopeId", "data-v-414b9435"]]), Rt = { class: "video__wrapper" }, Nt = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], Ht = ["src", "aria-label", "title", "width", "height"], zt = /* @__PURE__ */ f({
|
|
702
702
|
__name: "video",
|
|
703
703
|
props: {
|
|
704
704
|
play: { type: Boolean, default: !1 },
|
|
@@ -723,7 +723,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
723
723
|
resetVideo: () => {
|
|
724
724
|
l.value && (l.value.currentTime = 0, l.value.play());
|
|
725
725
|
}
|
|
726
|
-
}), (u, c) => (o(), i("div",
|
|
726
|
+
}), (u, c) => (o(), i("div", Rt, [
|
|
727
727
|
u.localVideo ? (o(), i("video", {
|
|
728
728
|
key: 0,
|
|
729
729
|
ref_key: "videoRef",
|
|
@@ -739,7 +739,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
739
739
|
type: "video/mp4",
|
|
740
740
|
playsinline: "",
|
|
741
741
|
src: u.src
|
|
742
|
-
}, null, 8,
|
|
742
|
+
}, null, 8, Nt)) : (o(), i("iframe", {
|
|
743
743
|
key: 1,
|
|
744
744
|
src: u.src,
|
|
745
745
|
"aria-label": u.ariaLabel,
|
|
@@ -798,7 +798,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
798
798
|
])
|
|
799
799
|
]));
|
|
800
800
|
}
|
|
801
|
-
}), xt = /* @__PURE__ */ v(Xt, [["__scopeId", "data-v-88ee2983"]]), ea = (e) => (E("data-v-a44fd57d"), e = e(),
|
|
801
|
+
}), xt = /* @__PURE__ */ v(Xt, [["__scopeId", "data-v-88ee2983"]]), ea = (e) => (E("data-v-a44fd57d"), e = e(), R(), e), ta = { class: "bullet-list__wrapper" }, aa = /* @__PURE__ */ ea(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), la = /* @__PURE__ */ f({
|
|
802
802
|
__name: "bullet-list",
|
|
803
803
|
props: {
|
|
804
804
|
list: {
|
|
@@ -933,7 +933,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
933
933
|
], 38)
|
|
934
934
|
]));
|
|
935
935
|
}
|
|
936
|
-
}), da = /* @__PURE__ */ v(na, [["__scopeId", "data-v-c95ee545"]]), ca = (e) => (E("data-v-
|
|
936
|
+
}), da = /* @__PURE__ */ v(na, [["__scopeId", "data-v-c95ee545"]]), ca = (e) => (E("data-v-bc91c976"), e = e(), R(), e), ua = { class: "event__wrapper" }, _a = { class: "event__headline" }, pa = { class: "event__date-location" }, ha = /* @__PURE__ */ ca(() => /* @__PURE__ */ t("br", null, null, -1)), ma = { class: "event__exhibitor" }, va = /* @__PURE__ */ f({
|
|
937
937
|
__name: "event-card",
|
|
938
938
|
props: {
|
|
939
939
|
eventType: {
|
|
@@ -969,10 +969,10 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
969
969
|
ha,
|
|
970
970
|
j(n(e.location), 1)
|
|
971
971
|
]),
|
|
972
|
-
t("div", ma,
|
|
972
|
+
t("div", ma, n(e.exhibitor), 1)
|
|
973
973
|
]));
|
|
974
974
|
}
|
|
975
|
-
}), fa = /* @__PURE__ */ v(va, [["__scopeId", "data-v-
|
|
975
|
+
}), fa = /* @__PURE__ */ v(va, [["__scopeId", "data-v-bc91c976"]]), ga = { class: "text__wrapper" }, ba = { class: "text__headline" }, ya = { class: "text__paragraph" }, $a = /* @__PURE__ */ f({
|
|
976
976
|
__name: "text-card",
|
|
977
977
|
props: {
|
|
978
978
|
label: {
|
|
@@ -1104,7 +1104,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1104
1104
|
])
|
|
1105
1105
|
]));
|
|
1106
1106
|
}
|
|
1107
|
-
}),
|
|
1107
|
+
}), Ra = /* @__PURE__ */ v(Ea, [["__scopeId", "data-v-1585e65f"]]), Na = { class: "form__wrapper" }, Ha = { class: "form__content" }, za = { class: "form__information" }, Ua = { class: "form__headline" }, Ka = { class: "form__body" }, ja = { class: "form__script" }, Ga = /* @__PURE__ */ f({
|
|
1108
1108
|
__name: "form-script",
|
|
1109
1109
|
props: {
|
|
1110
1110
|
headline: {
|
|
@@ -1113,7 +1113,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1113
1113
|
}
|
|
1114
1114
|
},
|
|
1115
1115
|
setup(e) {
|
|
1116
|
-
return (a, r) => (o(), i("div",
|
|
1116
|
+
return (a, r) => (o(), i("div", Na, [
|
|
1117
1117
|
t("div", Ha, [
|
|
1118
1118
|
t("div", za, [
|
|
1119
1119
|
t("h2", Ua, n(e.headline), 1),
|
|
@@ -1284,7 +1284,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1284
1284
|
], 2)
|
|
1285
1285
|
]));
|
|
1286
1286
|
}
|
|
1287
|
-
}), dl = /* @__PURE__ */ v(nl, [["__scopeId", "data-v-080238bd"]]), cl = (e) => (E("data-v-bfcd60d5"), e = e(),
|
|
1287
|
+
}), dl = /* @__PURE__ */ v(nl, [["__scopeId", "data-v-080238bd"]]), cl = (e) => (E("data-v-bfcd60d5"), e = e(), R(), e), ul = { class: "hero__wrapper" }, _l = { class: "hero__content" }, pl = { class: "hero__top" }, hl = { class: "hero__elements" }, ml = { class: "hero__headline" }, vl = { class: "hero__link" }, fl = { class: "hero__video" }, gl = /* @__PURE__ */ cl(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), bl = /* @__PURE__ */ f({
|
|
1288
1288
|
__name: "hero",
|
|
1289
1289
|
props: {
|
|
1290
1290
|
headline: {
|
|
@@ -1437,7 +1437,7 @@ function El(e, a) {
|
|
|
1437
1437
|
])
|
|
1438
1438
|
]);
|
|
1439
1439
|
}
|
|
1440
|
-
const
|
|
1440
|
+
const Rl = /* @__PURE__ */ v(Ol, [["render", El], ["__scopeId", "data-v-8765ee0b"]]), Nl = { class: "card-display__wrapper" }, Hl = {
|
|
1441
1441
|
key: 0,
|
|
1442
1442
|
class: "card__content"
|
|
1443
1443
|
}, zl = { key: 0 }, Ul = { key: 1 }, Kl = { class: "card__cards" }, jl = /* @__PURE__ */ f({
|
|
@@ -1463,7 +1463,7 @@ const Nl = /* @__PURE__ */ v(Ol, [["render", El], ["__scopeId", "data-v-8765ee0b
|
|
|
1463
1463
|
e.bgColor === "blue" ? "card-display--blue" : "card-display--white"
|
|
1464
1464
|
])
|
|
1465
1465
|
}, [
|
|
1466
|
-
t("div",
|
|
1466
|
+
t("div", Nl, [
|
|
1467
1467
|
e.headline || e.paragraph ? (o(), i("div", Hl, [
|
|
1468
1468
|
e.headline ? (o(), i("h2", zl, n(e.headline), 1)) : g("", !0),
|
|
1469
1469
|
e.paragraph ? (o(), i("p", Ul, n(e.paragraph), 1)) : g("", !0)
|
|
@@ -1576,7 +1576,7 @@ const Nl = /* @__PURE__ */ v(Ol, [["render", El], ["__scopeId", "data-v-8765ee0b
|
|
|
1576
1576
|
])
|
|
1577
1577
|
], 2));
|
|
1578
1578
|
}
|
|
1579
|
-
}), Ql = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-7e80a0f0"]]), Zl = (e) => (E("data-v-e3cc8e27"), e = e(),
|
|
1579
|
+
}), Ql = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-7e80a0f0"]]), Zl = (e) => (E("data-v-e3cc8e27"), e = e(), R(), e), Jl = { class: "quote__wrapper" }, Xl = { class: "quote__content" }, xl = /* @__PURE__ */ Zl(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), eo = { class: "quote__quote" }, to = { class: "quote__quote-text" }, ao = { class: "quote__author" }, lo = {
|
|
1580
1580
|
key: 0,
|
|
1581
1581
|
class: "quote__image"
|
|
1582
1582
|
}, oo = { class: "quote__text" }, so = { class: "quote__author-name" }, io = { class: "quote__author-title" }, ro = /* @__PURE__ */ f({
|
|
@@ -1721,7 +1721,7 @@ function yo(e, a) {
|
|
|
1721
1721
|
])
|
|
1722
1722
|
]);
|
|
1723
1723
|
}
|
|
1724
|
-
const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4"]]), ko = (e) => (E("data-v-78d319df"), e = e(),
|
|
1724
|
+
const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4"]]), ko = (e) => (E("data-v-78d319df"), e = e(), R(), e), wo = { class: "timeline__wrapper" }, So = { class: "timeline__content" }, Bo = { class: "timeline__items" }, Io = { class: "item__left" }, qo = /* @__PURE__ */ ko(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
|
|
1725
1725
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
1726
1726
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
1727
1727
|
], -1)), Lo = { class: "item__right" }, To = ["innerHTML"], Vo = /* @__PURE__ */ f({
|
|
@@ -1801,7 +1801,7 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
1801
1801
|
])
|
|
1802
1802
|
]));
|
|
1803
1803
|
}
|
|
1804
|
-
}), Fo = /* @__PURE__ */ v(Po, [["__scopeId", "data-v-599c68c7"]]), Eo = { class: "not-found__wrapper" },
|
|
1804
|
+
}), Fo = /* @__PURE__ */ v(Po, [["__scopeId", "data-v-599c68c7"]]), Eo = { class: "not-found__wrapper" }, Ro = { class: "not-found__content" }, No = { class: "not-found__headline" }, Ho = { class: "not-found__body" }, zo = /* @__PURE__ */ f({
|
|
1805
1805
|
__name: "404",
|
|
1806
1806
|
props: {
|
|
1807
1807
|
headline: {
|
|
@@ -1811,8 +1811,8 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
1811
1811
|
},
|
|
1812
1812
|
setup(e) {
|
|
1813
1813
|
return (a, r) => (o(), i("div", Eo, [
|
|
1814
|
-
t("div",
|
|
1815
|
-
t("h1",
|
|
1814
|
+
t("div", Ro, [
|
|
1815
|
+
t("h1", No, n(e.headline), 1),
|
|
1816
1816
|
t("div", Ho, [
|
|
1817
1817
|
p(a.$slots, "not-found-body", {}, void 0, !0)
|
|
1818
1818
|
])
|
|
@@ -1825,6 +1825,10 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
1825
1825
|
hasChips: {
|
|
1826
1826
|
type: Boolean,
|
|
1827
1827
|
default: !1
|
|
1828
|
+
},
|
|
1829
|
+
removeAll: {
|
|
1830
|
+
type: String,
|
|
1831
|
+
default: "Remove all filters"
|
|
1828
1832
|
}
|
|
1829
1833
|
},
|
|
1830
1834
|
emits: ["clearFilters"],
|
|
@@ -1840,23 +1844,19 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
1840
1844
|
key: 0,
|
|
1841
1845
|
class: "filter__clear",
|
|
1842
1846
|
onClick: r[0] || (r[0] = (l) => a.$emit("clearFilters"))
|
|
1843
|
-
},
|
|
1847
|
+
}, n(e.removeAll), 1)) : g("", !0)
|
|
1844
1848
|
])
|
|
1845
1849
|
])
|
|
1846
1850
|
]));
|
|
1847
1851
|
}
|
|
1848
|
-
}), Qo = /* @__PURE__ */ v(Yo, [["__scopeId", "data-v-
|
|
1849
|
-
/* @__PURE__ */ t("i", { class: "change-region" }),
|
|
1850
|
-
/* @__PURE__ */ j("Change region")
|
|
1851
|
-
], -1)), _s = [
|
|
1852
|
-
us
|
|
1853
|
-
], ps = { class: "footer__social" }, hs = ["href", "aria-label"], ms = /* @__PURE__ */ f({
|
|
1852
|
+
}), Qo = /* @__PURE__ */ v(Yo, [["__scopeId", "data-v-31c1ba00"]]), z = (e) => (E("data-v-5258b418"), e = e(), R(), e), Zo = { class: "footer__wrapper" }, Jo = { class: "footer__content" }, Xo = { class: "footer__sections" }, xo = { class: "section__title" }, es = { class: "section__list" }, ts = { class: "section" }, as = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), ls = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), os = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), ss = /* @__PURE__ */ z(() => /* @__PURE__ */ t("br", null, null, -1)), is = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), rs = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), ns = { class: "footer__bottom" }, ds = { class: "copyright" }, cs = { class: "footer__policy" }, us = /* @__PURE__ */ z(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), _s = { class: "footer__social" }, ps = ["href", "aria-label"], hs = /* @__PURE__ */ f({
|
|
1854
1853
|
__name: "footer",
|
|
1855
1854
|
props: {
|
|
1856
1855
|
footerSections: { default: () => [] },
|
|
1857
1856
|
privacyPolicy: { default: void 0 },
|
|
1858
1857
|
cookiePolicy: { default: void 0 },
|
|
1859
|
-
socialMedia: { default: () => [] }
|
|
1858
|
+
socialMedia: { default: () => [] },
|
|
1859
|
+
changeRegion: { default: "" }
|
|
1860
1860
|
},
|
|
1861
1861
|
emits: ["changeRegionClicked"],
|
|
1862
1862
|
setup(e) {
|
|
@@ -1911,11 +1911,16 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
1911
1911
|
t("button", {
|
|
1912
1912
|
class: "footer__language-switcher",
|
|
1913
1913
|
onClick: r[0] || (r[0] = (l) => a.$emit("changeRegionClicked"))
|
|
1914
|
-
},
|
|
1914
|
+
}, [
|
|
1915
|
+
t("span", null, [
|
|
1916
|
+
us,
|
|
1917
|
+
j(n(a.changeRegion), 1)
|
|
1918
|
+
])
|
|
1919
|
+
]),
|
|
1915
1920
|
p(a.$slots, "footer-privacy-link"),
|
|
1916
1921
|
p(a.$slots, "footer-cookie-link")
|
|
1917
1922
|
]),
|
|
1918
|
-
t("div",
|
|
1923
|
+
t("div", _s, [
|
|
1919
1924
|
(o(!0), i(D, null, M(a.socialMedia, (l) => (o(), A(O, {
|
|
1920
1925
|
key: l.title,
|
|
1921
1926
|
underline: "false",
|
|
@@ -1931,7 +1936,7 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
1931
1936
|
height: "14",
|
|
1932
1937
|
class: h(["footer__social--icon", [l.title ? "bg-" + l.title : ""]])
|
|
1933
1938
|
}, null, 2)
|
|
1934
|
-
], 8,
|
|
1939
|
+
], 8, ps)
|
|
1935
1940
|
]),
|
|
1936
1941
|
_: 2
|
|
1937
1942
|
}, 1024))), 128))
|
|
@@ -1940,19 +1945,19 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
1940
1945
|
])
|
|
1941
1946
|
]));
|
|
1942
1947
|
}
|
|
1943
|
-
}),
|
|
1948
|
+
}), ms = /* @__PURE__ */ v(hs, [["__scopeId", "data-v-5258b418"]]), vs = { class: "header__wrapper" }, fs = { class: "nav-wrapper" }, gs = { class: "mir-link-logo" }, bs = { class: "main-nav-items" }, ys = {
|
|
1944
1949
|
id: "menu-dropdown",
|
|
1945
1950
|
ref: "dropdownDiv"
|
|
1946
|
-
},
|
|
1951
|
+
}, $s = {
|
|
1947
1952
|
key: 0,
|
|
1948
1953
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
1949
1954
|
alt: "dropdownarrow"
|
|
1950
|
-
},
|
|
1955
|
+
}, ks = {
|
|
1951
1956
|
key: 1,
|
|
1952
1957
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
1953
1958
|
alt: "dropdownarrow",
|
|
1954
1959
|
style: { transform: "rotate(180deg)" }
|
|
1955
|
-
},
|
|
1960
|
+
}, ws = { class: "dropdown-content" }, Ss = { class: "nav-search-wrapper" }, Bs = ["src"], Is = { class: "mobile-logo-search-burger-wrapper" }, qs = { class: "mobile-mir-link-logo" }, Ls = { class: "mobile-search-wrapper" }, Ts = ["src"], Vs = ["src"], Cs = { class: "mobile-menu-content-wrapper" }, As = { class: "mobile-dropdown-content" }, Ds = /* @__PURE__ */ f({
|
|
1956
1961
|
__name: "header",
|
|
1957
1962
|
props: {
|
|
1958
1963
|
burgerState: {
|
|
@@ -1999,30 +2004,30 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
1999
2004
|
}
|
|
2000
2005
|
return a({
|
|
2001
2006
|
defocusSearchButton: X
|
|
2002
|
-
}), (B, U) => (o(), i("div",
|
|
2007
|
+
}), (B, U) => (o(), i("div", vs, [
|
|
2003
2008
|
t("nav", null, [
|
|
2004
|
-
t("div",
|
|
2005
|
-
t("div",
|
|
2009
|
+
t("div", fs, [
|
|
2010
|
+
t("div", gs, [
|
|
2006
2011
|
p(B.$slots, "link-logo", {}, void 0, !0)
|
|
2007
2012
|
]),
|
|
2008
|
-
t("ul",
|
|
2013
|
+
t("ul", bs, [
|
|
2009
2014
|
p(B.$slots, "main-nav-items", {}, void 0, !0)
|
|
2010
2015
|
]),
|
|
2011
|
-
t("div",
|
|
2016
|
+
t("div", ys, [
|
|
2012
2017
|
t("button", {
|
|
2013
2018
|
class: "nav-dropdown-btn",
|
|
2014
2019
|
onClick: S
|
|
2015
2020
|
}, [
|
|
2016
2021
|
p(B.$slots, "dropdown-title", {}, void 0, !0),
|
|
2017
|
-
V(c) === !1 ? (o(), i("img",
|
|
2022
|
+
V(c) === !1 ? (o(), i("img", $s)) : (o(), i("img", ks))
|
|
2018
2023
|
]),
|
|
2019
|
-
Z(t("div",
|
|
2024
|
+
Z(t("div", ws, [
|
|
2020
2025
|
p(B.$slots, "dropdown-links", {}, void 0, !0)
|
|
2021
2026
|
], 512), [
|
|
2022
2027
|
[ee, V(c)]
|
|
2023
2028
|
])
|
|
2024
2029
|
], 512),
|
|
2025
|
-
t("div",
|
|
2030
|
+
t("div", Ss, [
|
|
2026
2031
|
t("button", {
|
|
2027
2032
|
ref_key: "navSearchButton",
|
|
2028
2033
|
ref: y,
|
|
@@ -2037,18 +2042,18 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
2037
2042
|
alt: "search icon",
|
|
2038
2043
|
width: "20",
|
|
2039
2044
|
height: "20"
|
|
2040
|
-
}, null, 8,
|
|
2045
|
+
}, null, 8, Bs)
|
|
2041
2046
|
], 512)
|
|
2042
2047
|
])
|
|
2043
2048
|
]),
|
|
2044
2049
|
t("div", {
|
|
2045
2050
|
class: h(["mobile-nav-wrapper", V(u) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
|
|
2046
2051
|
}, [
|
|
2047
|
-
t("div",
|
|
2048
|
-
t("div",
|
|
2052
|
+
t("div", Is, [
|
|
2053
|
+
t("div", qs, [
|
|
2049
2054
|
p(B.$slots, "link-logo", {}, void 0, !0)
|
|
2050
2055
|
]),
|
|
2051
|
-
t("div",
|
|
2056
|
+
t("div", Ls, [
|
|
2052
2057
|
t("button", {
|
|
2053
2058
|
ref_key: "mobileSearchButton",
|
|
2054
2059
|
ref: q,
|
|
@@ -2064,7 +2069,7 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
2064
2069
|
alt: "search icon",
|
|
2065
2070
|
width: "20",
|
|
2066
2071
|
height: "20"
|
|
2067
|
-
}, null, 8,
|
|
2072
|
+
}, null, 8, Ts)
|
|
2068
2073
|
], 512)
|
|
2069
2074
|
]),
|
|
2070
2075
|
t("button", {
|
|
@@ -2077,14 +2082,14 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
2077
2082
|
height: "20",
|
|
2078
2083
|
alt: "burger menu line icon",
|
|
2079
2084
|
src: V(u) === !0 ? "https://a.storyblok.com/f/230581/17x18/20e9329e46/close-white.svg" : "https://a.storyblok.com/f/230581/23x14/739e917bca/burger-menu-line.svg"
|
|
2080
|
-
}, null, 8,
|
|
2085
|
+
}, null, 8, Vs)
|
|
2081
2086
|
])
|
|
2082
2087
|
]),
|
|
2083
|
-
Z(t("div",
|
|
2088
|
+
Z(t("div", Cs, [
|
|
2084
2089
|
t("ul", null, [
|
|
2085
2090
|
p(B.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2086
2091
|
]),
|
|
2087
|
-
t("ul",
|
|
2092
|
+
t("ul", As, [
|
|
2088
2093
|
p(B.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2089
2094
|
p(B.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2090
2095
|
])
|
|
@@ -2095,7 +2100,7 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
2095
2100
|
])
|
|
2096
2101
|
]));
|
|
2097
2102
|
}
|
|
2098
|
-
}),
|
|
2103
|
+
}), Ms = /* @__PURE__ */ v(Ds, [["__scopeId", "data-v-e129834d"]]), Os = { class: "language__wrapper" }, Ps = { class: "language__content" }, Fs = { class: "language__headline" }, Es = { class: "language__paragraph" }, Rs = { class: "language__links" }, Ns = /* @__PURE__ */ f({
|
|
2099
2104
|
__name: "language-switcher",
|
|
2100
2105
|
props: {
|
|
2101
2106
|
headline: {
|
|
@@ -2108,17 +2113,17 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
2108
2113
|
}
|
|
2109
2114
|
},
|
|
2110
2115
|
setup(e) {
|
|
2111
|
-
return (a, r) => (o(), i("div",
|
|
2112
|
-
t("div",
|
|
2113
|
-
t("h2",
|
|
2114
|
-
t("p",
|
|
2116
|
+
return (a, r) => (o(), i("div", Os, [
|
|
2117
|
+
t("div", Ps, [
|
|
2118
|
+
t("h2", Fs, n(e.headline), 1),
|
|
2119
|
+
t("p", Es, n(e.paragraph), 1),
|
|
2115
2120
|
t("div", Rs, [
|
|
2116
2121
|
p(a.$slots, "language-links", {}, void 0, !0)
|
|
2117
2122
|
])
|
|
2118
2123
|
])
|
|
2119
2124
|
]));
|
|
2120
2125
|
}
|
|
2121
|
-
}),
|
|
2126
|
+
}), Hs = /* @__PURE__ */ v(Ns, [["__scopeId", "data-v-dc8cc97e"]]), zs = { class: "pagination__wrapper" }, Us = { class: "pagination__content" }, Ks = /* @__PURE__ */ f({
|
|
2122
2127
|
__name: "pagination",
|
|
2123
2128
|
props: {
|
|
2124
2129
|
isPreviousDisabled: {
|
|
@@ -2132,8 +2137,8 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
2132
2137
|
},
|
|
2133
2138
|
emits: ["previous", "next"],
|
|
2134
2139
|
setup(e) {
|
|
2135
|
-
return (a, r) => (o(), i("div",
|
|
2136
|
-
t("div",
|
|
2140
|
+
return (a, r) => (o(), i("div", zs, [
|
|
2141
|
+
t("div", Us, [
|
|
2137
2142
|
k(J, {
|
|
2138
2143
|
disabled: e.isPreviousDisabled,
|
|
2139
2144
|
variant: "previous",
|
|
@@ -2150,13 +2155,13 @@ const $o = /* @__PURE__ */ v(mo, [["render", yo], ["__scopeId", "data-v-3abe0bb4
|
|
|
2150
2155
|
])
|
|
2151
2156
|
]));
|
|
2152
2157
|
}
|
|
2153
|
-
}),
|
|
2154
|
-
function
|
|
2155
|
-
return o(), i("div",
|
|
2158
|
+
}), js = /* @__PURE__ */ v(Ks, [["__scopeId", "data-v-f760f1c6"]]), Gs = {}, Ws = { class: "search__wrapper" };
|
|
2159
|
+
function Ys(e, a) {
|
|
2160
|
+
return o(), i("div", Ws, [
|
|
2156
2161
|
p(e.$slots, "default", { class: "search__content" })
|
|
2157
2162
|
]);
|
|
2158
2163
|
}
|
|
2159
|
-
const
|
|
2164
|
+
const Qs = /* @__PURE__ */ v(Gs, [["render", Ys], ["__scopeId", "data-v-623adb82"]]), Zs = { class: "product-hero__wrapper" }, Js = { class: "product-hero__content" }, Xs = { class: "product-hero__headline" }, xs = { class: "product-hero__video" }, ei = /* @__PURE__ */ f({
|
|
2160
2165
|
__name: "product-hero",
|
|
2161
2166
|
props: {
|
|
2162
2167
|
headline: {
|
|
@@ -2181,12 +2186,12 @@ const Zs = /* @__PURE__ */ v(Ws, [["render", Qs], ["__scopeId", "data-v-623adb82
|
|
|
2181
2186
|
}
|
|
2182
2187
|
},
|
|
2183
2188
|
setup(e) {
|
|
2184
|
-
return (a, r) => (o(), i("div",
|
|
2185
|
-
t("div",
|
|
2186
|
-
t("div",
|
|
2189
|
+
return (a, r) => (o(), i("div", Zs, [
|
|
2190
|
+
t("div", Js, [
|
|
2191
|
+
t("div", Xs, [
|
|
2187
2192
|
t("h1", null, n(e.headline), 1)
|
|
2188
2193
|
]),
|
|
2189
|
-
t("div",
|
|
2194
|
+
t("div", xs, [
|
|
2190
2195
|
e.videoSrc !== "" ? (o(), A(G, {
|
|
2191
2196
|
key: 0,
|
|
2192
2197
|
play: "",
|
|
@@ -2208,9 +2213,9 @@ const Zs = /* @__PURE__ */ v(Ws, [["render", Qs], ["__scopeId", "data-v-623adb82
|
|
|
2208
2213
|
])
|
|
2209
2214
|
]));
|
|
2210
2215
|
}
|
|
2211
|
-
}),
|
|
2216
|
+
}), ti = /* @__PURE__ */ v(ei, [["__scopeId", "data-v-e394473d"]]), li = {
|
|
2212
2217
|
install: (e) => {
|
|
2213
|
-
e.component("AtomButton", J), e.component("AtomCheckbox", Ae), e.component("AtomChip", Fe), e.component("AtomDropdown", je), e.component("AtomImage", C), e.component("AtomLabel", Y), e.component("AtomLink", O), e.component("AtomRadioButton", lt), e.component("AtomSelect", dt), e.component("AtomSlider", bt), e.component("AtomTextarea", qt), e.component("AtomTextField", Et), e.component("AtomVideo", G), e.component("MoleculeAddress", xt), e.component("MoleculeBulletList", oa), e.component("MoleculeCard", da), e.component("MoleculeEventCard", fa), e.component("MoleculeModal", ue), e.component("MoleculeTextCard", ka), e.component("BlockFacts", Ca), e.component("BlockFeatures",
|
|
2218
|
+
e.component("AtomButton", J), e.component("AtomCheckbox", Ae), e.component("AtomChip", Fe), e.component("AtomDropdown", je), e.component("AtomImage", C), e.component("AtomLabel", Y), e.component("AtomLink", O), e.component("AtomRadioButton", lt), e.component("AtomSelect", dt), e.component("AtomSlider", bt), e.component("AtomTextarea", qt), e.component("AtomTextField", Et), e.component("AtomVideo", G), e.component("MoleculeAddress", xt), e.component("MoleculeBulletList", oa), e.component("MoleculeCard", da), e.component("MoleculeEventCard", fa), e.component("MoleculeModal", ue), e.component("MoleculeTextCard", ka), e.component("BlockFacts", Ca), e.component("BlockFeatures", Ra), e.component("BlockFormScript", Wa), e.component("BlockHeadline", dl), e.component("BlockHero", yl), e.component("BlockImage", xa), e.component("BlockImageGallery", sl), e.component("BlockLogoWall", Tl), e.component("BlockMicroStories", Ml), e.component("BlockPolicy", Rl), e.component("BlockProductHero", ti), e.component("BlockPromo", Ql), e.component("BlockQuote", no), e.component("BlockRichText", ho), e.component("BlockRichTextColumns", $o), e.component("BlockTimeline", Co), e.component("BlockCardDisplay", Gl), e.component("BlockVimeo", Fo), e.component("Organism404", Uo), e.component("OrganismFilter", Qo), e.component("OrganismFooter", ms), e.component("OrganismHeader", Ms), e.component("OrganismLanguageSwitcher", Hs), e.component("OrganismPagination", js), e.component("OrganismSearch", Qs);
|
|
2214
2219
|
}
|
|
2215
2220
|
};
|
|
2216
2221
|
export {
|
|
@@ -2229,7 +2234,7 @@ export {
|
|
|
2229
2234
|
G as AtomVideo,
|
|
2230
2235
|
Gl as BlockCardDisplay,
|
|
2231
2236
|
Ca as BlockFacts,
|
|
2232
|
-
|
|
2237
|
+
Ra as BlockFeatures,
|
|
2233
2238
|
Wa as BlockFormScript,
|
|
2234
2239
|
dl as BlockHeadline,
|
|
2235
2240
|
yl as BlockHero,
|
|
@@ -2237,8 +2242,8 @@ export {
|
|
|
2237
2242
|
sl as BlockImageGallery,
|
|
2238
2243
|
Tl as BlockLogoWall,
|
|
2239
2244
|
Ml as BlockMicroStories,
|
|
2240
|
-
|
|
2241
|
-
|
|
2245
|
+
Rl as BlockPolicy,
|
|
2246
|
+
ti as BlockProductHero,
|
|
2242
2247
|
Ql as BlockPromo,
|
|
2243
2248
|
no as BlockQuote,
|
|
2244
2249
|
ho as BlockRichText,
|
|
@@ -2253,10 +2258,10 @@ export {
|
|
|
2253
2258
|
ka as MoleculeTextCard,
|
|
2254
2259
|
Uo as Organism404,
|
|
2255
2260
|
Qo as OrganismFilter,
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2261
|
+
ms as OrganismFooter,
|
|
2262
|
+
Ms as OrganismHeader,
|
|
2263
|
+
Hs as OrganismLanguageSwitcher,
|
|
2264
|
+
js as OrganismPagination,
|
|
2265
|
+
Qs as OrganismSearch,
|
|
2266
|
+
li as default
|
|
2262
2267
|
};
|