@mirweb/mir-web-components 0.15.69 → 0.15.70
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/atoms/slider/slider.vue.d.ts +10 -0
- package/dist/components/molecules/modal/modal.vue.d.ts +10 -0
- package/dist/mir-web-components.cjs.js +1 -1
- package/dist/mir-web-components.css +1 -1
- package/dist/mir-web-components.es.js +43 -40
- package/dist/mir-web-components.umd.js +2 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as h, openBlock as a, createElementBlock as r, normalizeClass as c, toDisplayString as o, createElementVNode as t, renderSlot as u, pushScopeId as
|
|
1
|
+
import { defineComponent as h, openBlock as a, createElementBlock as r, normalizeClass as c, toDisplayString as o, createElementVNode as t, renderSlot as u, pushScopeId as M, popScopeId as O, computed as P, createTextVNode as N, ref as x, withDirectives as U, Fragment as q, renderList as I, vShow as G, normalizeProps as V, guardReactiveProps as D, mergeProps as Y, createVNode as p, Transition as fe, withCtx as $, withModifiers as ae, createBlock as A, createCommentVNode as m, watchEffect as le, withKeys as ye, useSlots as be, normalizeStyle as Q, isRef as ee, unref as S, onMounted as ie, watch as te, onUnmounted as pe } from "vue";
|
|
2
2
|
const $e = ["aria-label"], ke = /* @__PURE__ */ h({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
@@ -35,7 +35,7 @@ const v = (e, i) => {
|
|
|
35
35
|
for (const [l, n] of i)
|
|
36
36
|
s[l] = n;
|
|
37
37
|
return s;
|
|
38
|
-
}, W = /* @__PURE__ */ v(ke, [["__scopeId", "data-v-c2f14f04"]]), we = (e) => (
|
|
38
|
+
}, W = /* @__PURE__ */ v(ke, [["__scopeId", "data-v-c2f14f04"]]), we = (e) => (M("data-v-c5f3542e"), e = e(), O(), e), xe = ["name", "value", "disabled", "required", "id"], Se = ["for"], qe = /* @__PURE__ */ we(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Be = /* @__PURE__ */ h({
|
|
39
39
|
__name: "checkbox",
|
|
40
40
|
props: {
|
|
41
41
|
name: String,
|
|
@@ -89,7 +89,7 @@ const v = (e, i) => {
|
|
|
89
89
|
], 2));
|
|
90
90
|
}
|
|
91
91
|
});
|
|
92
|
-
const Ie = /* @__PURE__ */ v(Be, [["__scopeId", "data-v-c5f3542e"]]), Le = (e) => (
|
|
92
|
+
const Ie = /* @__PURE__ */ v(Be, [["__scopeId", "data-v-c5f3542e"]]), Le = (e) => (M("data-v-b61be596"), e = e(), O(), e), Te = ["aria-label"], Ce = /* @__PURE__ */ Le(() => /* @__PURE__ */ t("img", {
|
|
93
93
|
src: "https://a.storyblok.com/f/230581/9x9/e4fb715dc9/close.svg?cv=1695125714598",
|
|
94
94
|
alt: "close",
|
|
95
95
|
class: "close-icon"
|
|
@@ -201,8 +201,8 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
|
|
|
201
201
|
const w = s.options.findIndex(
|
|
202
202
|
(E) => E.value === s.modelValue
|
|
203
203
|
);
|
|
204
|
-
let
|
|
205
|
-
f === "ArrowUp" ? w - 1 >= 0 && (
|
|
204
|
+
let z = w ? _.value[w] : _.value[0];
|
|
205
|
+
f === "ArrowUp" ? w - 1 >= 0 && (z = _.value[w - 1]) : w + 1 <= s.options.length && (z = _.value[w + 1]), z && R(z);
|
|
206
206
|
break;
|
|
207
207
|
}
|
|
208
208
|
case "Home":
|
|
@@ -265,17 +265,17 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
|
|
|
265
265
|
var b, w;
|
|
266
266
|
const f = d.getAttribute("data-value");
|
|
267
267
|
if (s.modelValue) {
|
|
268
|
-
const
|
|
268
|
+
const z = s.options.findIndex(
|
|
269
269
|
(ge) => ge.value === s.modelValue
|
|
270
|
-
), E = _.value[
|
|
270
|
+
), E = _.value[z];
|
|
271
271
|
ce(E);
|
|
272
272
|
}
|
|
273
273
|
if (d.setAttribute("aria-selected", "true"), (b = n.value) == null || b.setAttribute(
|
|
274
274
|
"aria-activedescendant",
|
|
275
275
|
f || ""
|
|
276
276
|
), oe(f || ""), n.value && n.value.scrollHeight > n.value.clientHeight) {
|
|
277
|
-
const
|
|
278
|
-
E >
|
|
277
|
+
const z = n.value.clientHeight + n.value.scrollTop, E = d.offsetTop + d.offsetHeight;
|
|
278
|
+
E > z ? n.value.scrollTop = E - ((w = n.value) == null ? void 0 : w.clientHeight) : d.offsetTop < n.value.scrollTop && (n.value.scrollTop = d.offsetTop);
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
281
|
function ve() {
|
|
@@ -392,7 +392,7 @@ const Ne = /* @__PURE__ */ v(Ee, [["__scopeId", "data-v-f69f328c"]]), He = { cla
|
|
|
392
392
|
},
|
|
393
393
|
setup(e) {
|
|
394
394
|
return (i, s) => (a(), r("div", He, [
|
|
395
|
-
u(i.$slots, "default", V(
|
|
395
|
+
u(i.$slots, "default", V(D(i.$attrs)))
|
|
396
396
|
]));
|
|
397
397
|
}
|
|
398
398
|
});
|
|
@@ -473,7 +473,7 @@ const j = /* @__PURE__ */ v(Ue, [["__scopeId", "data-v-d9cdf57c"]]), We = { clas
|
|
|
473
473
|
]));
|
|
474
474
|
}
|
|
475
475
|
});
|
|
476
|
-
const Ge = (e) => (
|
|
476
|
+
const Ge = (e) => (M("data-v-69095414"), e = e(), O(), e), Ye = ["name", "value", "checked", "disabled", "required", "id"], Qe = ["for"], Je = /* @__PURE__ */ Ge(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), Xe = /* @__PURE__ */ h({
|
|
477
477
|
__name: "radio-button",
|
|
478
478
|
props: {
|
|
479
479
|
name: String,
|
|
@@ -596,7 +596,8 @@ const Ze = /* @__PURE__ */ v(Xe, [["__scopeId", "data-v-69095414"]]), et = { cla
|
|
|
596
596
|
const rt = /* @__PURE__ */ v(it, [["__scopeId", "data-v-2d0a5b51"]]), st = { class: "modal__wrapper" }, ot = /* @__PURE__ */ h({
|
|
597
597
|
__name: "modal",
|
|
598
598
|
props: {
|
|
599
|
-
show: { type: Boolean, default: !1 }
|
|
599
|
+
show: { type: Boolean, default: !1 },
|
|
600
|
+
searchBar: { type: Boolean, default: !1 }
|
|
600
601
|
},
|
|
601
602
|
emits: ["update:show"],
|
|
602
603
|
setup(e, { emit: i }) {
|
|
@@ -624,17 +625,19 @@ const rt = /* @__PURE__ */ v(it, [["__scopeId", "data-v-2d0a5b51"]]), st = { cla
|
|
|
624
625
|
t("div", {
|
|
625
626
|
id: "modal",
|
|
626
627
|
onClick: _[0] || (_[0] = ae(() => {
|
|
627
|
-
}, ["stop"]))
|
|
628
|
+
}, ["stop"])),
|
|
629
|
+
class: c([n.searchBar ? "search" : ""])
|
|
628
630
|
}, [
|
|
629
631
|
t("div", null, [
|
|
630
|
-
|
|
632
|
+
n.searchBar ? m("", !0) : (a(), A(W, {
|
|
633
|
+
key: 0,
|
|
631
634
|
ariaLabel: "close",
|
|
632
635
|
variant: "close",
|
|
633
636
|
onClick: l
|
|
634
|
-
})
|
|
637
|
+
}))
|
|
635
638
|
]),
|
|
636
639
|
u(n.$slots, "default", {}, void 0, !0)
|
|
637
|
-
])
|
|
640
|
+
], 2)
|
|
638
641
|
])) : m("", !0)
|
|
639
642
|
]),
|
|
640
643
|
_: 3
|
|
@@ -642,7 +645,7 @@ const rt = /* @__PURE__ */ v(it, [["__scopeId", "data-v-2d0a5b51"]]), st = { cla
|
|
|
642
645
|
]));
|
|
643
646
|
}
|
|
644
647
|
});
|
|
645
|
-
const re = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-
|
|
648
|
+
const re = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-5cb92177"]]), nt = { class: "slider__wrapper" }, dt = { class: "slider__label" }, ct = ["for"], ut = ["aria-label"], _t = { class: "slider__content" }, ht = ["id", "name", "value", "min", "step", "max"], vt = /* @__PURE__ */ h({
|
|
646
649
|
__name: "slider",
|
|
647
650
|
props: {
|
|
648
651
|
label: {
|
|
@@ -749,7 +752,7 @@ const re = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-b763a084"]]), nt = { cla
|
|
|
749
752
|
class: c([e.variant, "slider__value"])
|
|
750
753
|
}, o(e.modelValue), 3)
|
|
751
754
|
]),
|
|
752
|
-
e.information ? (a(),
|
|
755
|
+
e.information ? (a(), A(re, {
|
|
753
756
|
key: 0,
|
|
754
757
|
show: _.value,
|
|
755
758
|
"onUpdate:show": y[3] || (y[3] = (B) => _.value = B)
|
|
@@ -974,7 +977,7 @@ const wt = /* @__PURE__ */ v(kt, [["__scopeId", "data-v-626f208b"]]), xt = { cla
|
|
|
974
977
|
]));
|
|
975
978
|
}
|
|
976
979
|
});
|
|
977
|
-
const Dt = /* @__PURE__ */ v(At, [["__scopeId", "data-v-
|
|
980
|
+
const Dt = /* @__PURE__ */ v(At, [["__scopeId", "data-v-634229f5"]]), Mt = { class: "video__wrapper" }, Ot = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], zt = ["src", "aria-label", "title", "width", "height"], Pt = /* @__PURE__ */ h({
|
|
978
981
|
__name: "video",
|
|
979
982
|
props: {
|
|
980
983
|
play: {
|
|
@@ -1108,7 +1111,7 @@ const H = /* @__PURE__ */ v(Pt, [["__scopeId", "data-v-c449311a"]]), Ft = { clas
|
|
|
1108
1111
|
e.addressLine_3 ? (a(), r("p", jt, o(e.addressLine_3), 1)) : m("", !0)
|
|
1109
1112
|
]),
|
|
1110
1113
|
t("div", Kt, [
|
|
1111
|
-
(a(!0), r(q, null, I(e.phone_numbers, (l) => (a(),
|
|
1114
|
+
(a(!0), r(q, null, I(e.phone_numbers, (l) => (a(), A(C, {
|
|
1112
1115
|
underline: "false",
|
|
1113
1116
|
linkType: "regular"
|
|
1114
1117
|
}, {
|
|
@@ -1129,7 +1132,7 @@ const H = /* @__PURE__ */ v(Pt, [["__scopeId", "data-v-c449311a"]]), Ft = { clas
|
|
|
1129
1132
|
]));
|
|
1130
1133
|
}
|
|
1131
1134
|
});
|
|
1132
|
-
const Yt = /* @__PURE__ */ v(Gt, [["__scopeId", "data-v-22ea3b79"]]), Qt = (e) => (
|
|
1135
|
+
const Yt = /* @__PURE__ */ v(Gt, [["__scopeId", "data-v-22ea3b79"]]), Qt = (e) => (M("data-v-a335dd30"), e = e(), O(), e), Jt = { class: "bullet-list__wrapper" }, Xt = /* @__PURE__ */ Qt(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), Zt = /* @__PURE__ */ h({
|
|
1133
1136
|
__name: "bullet-list",
|
|
1134
1137
|
props: {
|
|
1135
1138
|
list: {
|
|
@@ -1236,7 +1239,7 @@ const ea = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-a335dd30"]]), ta = { cla
|
|
|
1236
1239
|
onMouseover: _[0] || (_[0] = (k) => ee(l) ? l.value = !0 : l = !0),
|
|
1237
1240
|
onMouseout: _[1] || (_[1] = (k) => ee(l) ? l.value = !1 : l = !1)
|
|
1238
1241
|
}, [
|
|
1239
|
-
e.mediaType == "image" ? (a(),
|
|
1242
|
+
e.mediaType == "image" ? (a(), A(L, { key: 0 }, {
|
|
1240
1243
|
default: $(() => [
|
|
1241
1244
|
u(n.$slots, "card-image", Y({
|
|
1242
1245
|
src: e.imgSrc,
|
|
@@ -1281,7 +1284,7 @@ const ea = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-a335dd30"]]), ta = { cla
|
|
|
1281
1284
|
]));
|
|
1282
1285
|
}
|
|
1283
1286
|
});
|
|
1284
|
-
const ra = /* @__PURE__ */ v(ia, [["__scopeId", "data-v-ed5d7a87"]]), sa = (e) => (
|
|
1287
|
+
const ra = /* @__PURE__ */ v(ia, [["__scopeId", "data-v-ed5d7a87"]]), sa = (e) => (M("data-v-b0f9972c"), e = e(), O(), e), oa = { class: "event__wrapper" }, na = { class: "event__headline" }, da = { class: "event__date-location" }, ca = /* @__PURE__ */ sa(() => /* @__PURE__ */ t("br", null, null, -1)), ua = { class: "event__exhibitor" }, _a = /* @__PURE__ */ h({
|
|
1285
1288
|
__name: "event-card",
|
|
1286
1289
|
props: {
|
|
1287
1290
|
eventType: {
|
|
@@ -1437,7 +1440,7 @@ const Ia = /* @__PURE__ */ v(Ba, [["__scopeId", "data-v-f0b38c5d"]]), La = { cla
|
|
|
1437
1440
|
(a(!0), r(q, null, I(e.elements, (l) => (a(), r("div", Aa, [
|
|
1438
1441
|
p(L, { class: "element__icon" }, {
|
|
1439
1442
|
default: $(() => [
|
|
1440
|
-
u(i.$slots, "features-icon", V(
|
|
1443
|
+
u(i.$slots, "features-icon", V(D({
|
|
1441
1444
|
src: l.icon.src,
|
|
1442
1445
|
height: 30,
|
|
1443
1446
|
width: 30,
|
|
@@ -1476,7 +1479,7 @@ const za = /* @__PURE__ */ v(Oa, [["__scopeId", "data-v-95c61c54"]]), Pa = { cla
|
|
|
1476
1479
|
t("div", Ea, [
|
|
1477
1480
|
p(L, null, {
|
|
1478
1481
|
default: $(() => [
|
|
1479
|
-
u(i.$slots, "image", V(
|
|
1482
|
+
u(i.$slots, "image", V(D({ width: 984, height: 554, src: e.src, alt: e.alt })))
|
|
1480
1483
|
]),
|
|
1481
1484
|
_: 3
|
|
1482
1485
|
})
|
|
@@ -1550,7 +1553,7 @@ const Ra = /* @__PURE__ */ v(Ha, [["__scopeId", "data-v-fc71b085"]]), ja = { cla
|
|
|
1550
1553
|
e.mediaLarge && e.mediaType === "image" ? (a(), r("div", Ka, [
|
|
1551
1554
|
p(L, null, {
|
|
1552
1555
|
default: $(() => [
|
|
1553
|
-
u(i.$slots, "image-large", V(
|
|
1556
|
+
u(i.$slots, "image-large", V(D({
|
|
1554
1557
|
width: 617,
|
|
1555
1558
|
height: 530,
|
|
1556
1559
|
src: e.mediaLarge.src,
|
|
@@ -1585,7 +1588,7 @@ const Ra = /* @__PURE__ */ v(Ha, [["__scopeId", "data-v-fc71b085"]]), ja = { cla
|
|
|
1585
1588
|
(a(!0), r(q, null, I(e.mediaSmall, (l) => (a(), r("div", Wa, [
|
|
1586
1589
|
p(L, null, {
|
|
1587
1590
|
default: $(() => [
|
|
1588
|
-
u(i.$slots, "image-small", V(
|
|
1591
|
+
u(i.$slots, "image-small", V(D({
|
|
1589
1592
|
width: 328,
|
|
1590
1593
|
height: 246,
|
|
1591
1594
|
src: l.src,
|
|
@@ -1634,7 +1637,7 @@ const Qa = /* @__PURE__ */ v(Ya, [["__scopeId", "data-v-131a090a"]]), Ja = { cla
|
|
|
1634
1637
|
]));
|
|
1635
1638
|
}
|
|
1636
1639
|
});
|
|
1637
|
-
const el = /* @__PURE__ */ v(Za, [["__scopeId", "data-v-080238bd"]]), tl = (e) => (
|
|
1640
|
+
const el = /* @__PURE__ */ v(Za, [["__scopeId", "data-v-080238bd"]]), tl = (e) => (M("data-v-c74d9be1"), e = e(), O(), e), al = { class: "hero__wrapper" }, ll = { class: "hero__content" }, il = { class: "hero__top" }, rl = { class: "hero__elements" }, sl = { class: "hero__headline" }, ol = { class: "hero__link" }, nl = { class: "hero__video" }, dl = /* @__PURE__ */ tl(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), cl = /* @__PURE__ */ h({
|
|
1638
1641
|
__name: "hero",
|
|
1639
1642
|
props: {
|
|
1640
1643
|
headline: {
|
|
@@ -1714,7 +1717,7 @@ const ul = /* @__PURE__ */ v(cl, [["__scopeId", "data-v-c74d9be1"]]), _l = { cla
|
|
|
1714
1717
|
(a(!0), r(q, null, I(e.logos, (l) => (a(), r("div", yl, [
|
|
1715
1718
|
p(L, null, {
|
|
1716
1719
|
default: $(() => [
|
|
1717
|
-
u(i.$slots, "logo-wall-logo", V(
|
|
1720
|
+
u(i.$slots, "logo-wall-logo", V(D({
|
|
1718
1721
|
width: 130,
|
|
1719
1722
|
height: 130,
|
|
1720
1723
|
src: l.src,
|
|
@@ -1898,7 +1901,7 @@ const Dl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-36aac1b0"]]), Ml = { cla
|
|
|
1898
1901
|
}, [
|
|
1899
1902
|
p(L, null, {
|
|
1900
1903
|
default: $(() => [
|
|
1901
|
-
u(i.$slots, "promo-image", V(
|
|
1904
|
+
u(i.$slots, "promo-image", V(D({ src: e.src, width: 1920, alt: e.alt, height: 1080 })))
|
|
1902
1905
|
]),
|
|
1903
1906
|
_: 3
|
|
1904
1907
|
})
|
|
@@ -1928,7 +1931,7 @@ const Dl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-36aac1b0"]]), Ml = { cla
|
|
|
1928
1931
|
e.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
1929
1932
|
])
|
|
1930
1933
|
}, [
|
|
1931
|
-
e.label ? (a(),
|
|
1934
|
+
e.label ? (a(), A(j, {
|
|
1932
1935
|
key: 0,
|
|
1933
1936
|
text: e.label,
|
|
1934
1937
|
labelDark: e.variant === "dark"
|
|
@@ -1939,7 +1942,7 @@ const Dl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-36aac1b0"]]), Ml = { cla
|
|
|
1939
1942
|
e.variant === "dark" ? "promo__title--dark" : ""
|
|
1940
1943
|
])
|
|
1941
1944
|
}, o(e.headline), 3),
|
|
1942
|
-
e.linkType === "link" ? (a(),
|
|
1945
|
+
e.linkType === "link" ? (a(), A(C, {
|
|
1943
1946
|
key: 1,
|
|
1944
1947
|
linkType: e.variant === "dark" ? "regular-dark" : (e.variant === "light", "regular-light"),
|
|
1945
1948
|
arrow: ""
|
|
@@ -1949,7 +1952,7 @@ const Dl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-36aac1b0"]]), Ml = { cla
|
|
|
1949
1952
|
]),
|
|
1950
1953
|
_: 3
|
|
1951
1954
|
}, 8, ["linkType"])) : m("", !0),
|
|
1952
|
-
e.linkType === "button" ? (a(),
|
|
1955
|
+
e.linkType === "button" ? (a(), A(C, {
|
|
1953
1956
|
key: 2,
|
|
1954
1957
|
linkType: e.variant === "dark" ? "secondary-dark" : (e.variant === "light", "secondary")
|
|
1955
1958
|
}, {
|
|
@@ -1963,7 +1966,7 @@ const Dl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-36aac1b0"]]), Ml = { cla
|
|
|
1963
1966
|
], 2));
|
|
1964
1967
|
}
|
|
1965
1968
|
});
|
|
1966
|
-
const zl = /* @__PURE__ */ v(Ol, [["__scopeId", "data-v-7520f553"]]), Pl = (e) => (
|
|
1969
|
+
const zl = /* @__PURE__ */ v(Ol, [["__scopeId", "data-v-7520f553"]]), Pl = (e) => (M("data-v-18440f83"), e = e(), O(), e), Fl = { class: "quote__wrapper" }, El = { class: "quote__content" }, Nl = /* @__PURE__ */ Pl(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), Hl = { class: "quote__quote" }, Rl = { class: "quote__quote-text" }, jl = { class: "quote__author" }, Kl = {
|
|
1967
1970
|
key: 0,
|
|
1968
1971
|
class: "quote__image"
|
|
1969
1972
|
}, Ul = { class: "quote__text" }, Wl = { class: "quote__author-name" }, Gl = { class: "quote__author-title" }, Yl = /* @__PURE__ */ h({
|
|
@@ -1996,7 +1999,7 @@ const zl = /* @__PURE__ */ v(Ol, [["__scopeId", "data-v-7520f553"]]), Pl = (e) =
|
|
|
1996
1999
|
e.authorImage ? (a(), r("div", Kl, [
|
|
1997
2000
|
p(L, null, {
|
|
1998
2001
|
default: $(() => [
|
|
1999
|
-
u(i.$slots, "author-image", V(
|
|
2002
|
+
u(i.$slots, "author-image", V(D({
|
|
2000
2003
|
src: e.authorImage + "/m/100x100",
|
|
2001
2004
|
width: 60,
|
|
2002
2005
|
height: 60
|
|
@@ -2063,7 +2066,7 @@ const Ql = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-18440f83"]]), Jl = { cla
|
|
|
2063
2066
|
])
|
|
2064
2067
|
}, [
|
|
2065
2068
|
t("div", Jl, [
|
|
2066
|
-
e.label ? (a(),
|
|
2069
|
+
e.label ? (a(), A(j, {
|
|
2067
2070
|
key: 0,
|
|
2068
2071
|
text: e.label,
|
|
2069
2072
|
labelDark: !1
|
|
@@ -2104,7 +2107,7 @@ const Ql = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-18440f83"]]), Jl = { cla
|
|
|
2104
2107
|
}, [
|
|
2105
2108
|
p(L, null, {
|
|
2106
2109
|
default: $(() => [
|
|
2107
|
-
u(i.$slots, "rich-text-image", V(
|
|
2110
|
+
u(i.$slots, "rich-text-image", V(D({ width: 865, height: 307 })))
|
|
2108
2111
|
]),
|
|
2109
2112
|
_: 3
|
|
2110
2113
|
})
|
|
@@ -2114,7 +2117,7 @@ const Ql = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-18440f83"]]), Jl = { cla
|
|
|
2114
2117
|
], 2));
|
|
2115
2118
|
}
|
|
2116
2119
|
});
|
|
2117
|
-
const ti = /* @__PURE__ */ v(ei, [["__scopeId", "data-v-7bf963a0"]]), ai = (e) => (
|
|
2120
|
+
const ti = /* @__PURE__ */ v(ei, [["__scopeId", "data-v-7bf963a0"]]), ai = (e) => (M("data-v-df182fbb"), e = e(), O(), e), li = { class: "timeline__wrapper" }, ii = { class: "timeline__content" }, ri = { class: "timeline__items" }, si = { class: "timeline__item faded" }, oi = { class: "item__left" }, ni = /* @__PURE__ */ ai(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
|
|
2118
2121
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
2119
2122
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
2120
2123
|
], -1)), di = { class: "item__right" }, ci = ["innerHTML"], ui = /* @__PURE__ */ h({
|
|
@@ -2275,7 +2278,7 @@ const Ci = /* @__PURE__ */ v(Ti, [["__scopeId", "data-v-a4285ce0"]]), Vi = { cla
|
|
|
2275
2278
|
]));
|
|
2276
2279
|
}
|
|
2277
2280
|
});
|
|
2278
|
-
const zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-73ba9888"]]), F = (e) => (
|
|
2281
|
+
const zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-73ba9888"]]), F = (e) => (M("data-v-23f15a63"), e = e(), O(), e), Pi = { class: "footer__wrapper" }, Fi = { class: "footer__content" }, Ei = { class: "footer__sections" }, Ni = { class: "section" }, Hi = { class: "section__title" }, Ri = { class: "section__list" }, ji = { class: "section" }, Ki = /* @__PURE__ */ F(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), Ui = /* @__PURE__ */ F(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), Wi = /* @__PURE__ */ F(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), Gi = /* @__PURE__ */ F(() => /* @__PURE__ */ t("br", null, null, -1)), Yi = /* @__PURE__ */ F(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), Qi = /* @__PURE__ */ F(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), Ji = { class: "footer__bottom" }, Xi = { class: "copyright" }, Zi = { class: "footer__policy" }, er = /* @__PURE__ */ F(() => /* @__PURE__ */ t("span", null, [
|
|
2279
2282
|
/* @__PURE__ */ t("i", { class: "change-region" }),
|
|
2280
2283
|
/* @__PURE__ */ N("Change region")
|
|
2281
2284
|
], -1)), tr = [
|
|
@@ -2363,7 +2366,7 @@ const zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-73ba9888"]]), F = (e) =>
|
|
|
2363
2366
|
u(i.$slots, "footer-cookie-link")
|
|
2364
2367
|
]),
|
|
2365
2368
|
t("div", ar, [
|
|
2366
|
-
(a(!0), r(q, null, I(e.socialMedia, (l) => (a(),
|
|
2369
|
+
(a(!0), r(q, null, I(e.socialMedia, (l) => (a(), A(C, {
|
|
2367
2370
|
underline: "false",
|
|
2368
2371
|
linkType: "regular"
|
|
2369
2372
|
}, {
|