@mirweb/mir-web-components 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as g, computed as
|
|
1
|
+
import { defineComponent as g, computed as D, openBlock as l, createElementBlock as i, normalizeClass as m, toDisplayString as n, createElementVNode as t, renderSlot as c, pushScopeId as E, popScopeId as H, createTextVNode as x, ref as q, withDirectives as K, Fragment as P, renderList as M, vShow as Y, normalizeProps as F, guardReactiveProps as R, toRefs as $e, mergeProps as de, createVNode as S, Transition as ke, withCtx as $, withModifiers as he, createBlock as T, createCommentVNode as p, watchEffect as pe, withKeys as we, useSlots as Se, normalizeStyle as ce, isRef as ne, unref as I, onMounted as me, watch as W, onUnmounted as Be } from "vue";
|
|
2
2
|
const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
@@ -14,7 +14,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
14
14
|
close: "close",
|
|
15
15
|
next: "next",
|
|
16
16
|
previous: "previous"
|
|
17
|
-
}, r = e, s =
|
|
17
|
+
}, r = e, s = D(() => a[r.variant]);
|
|
18
18
|
return (o, u) => (l(), i("button", {
|
|
19
19
|
class: m(["button", "button--" + s.value]),
|
|
20
20
|
"aria-label": o.ariaLabel
|
|
@@ -25,7 +25,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
25
25
|
for (const [s, o] of a)
|
|
26
26
|
r[s] = o;
|
|
27
27
|
return r;
|
|
28
|
-
}, ae = /* @__PURE__ */ f(qe, [["__scopeId", "data-v-f61b579c"]]), Le = (e) => (E("data-v-0adb65a6"), e = e(), H(), e),
|
|
28
|
+
}, ae = /* @__PURE__ */ f(qe, [["__scopeId", "data-v-f61b579c"]]), Le = (e) => (E("data-v-0adb65a6"), e = e(), H(), e), Ce = ["id", "name", "value", "disabled", "required", "checked"], De = ["for"], Te = /* @__PURE__ */ Le(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Ve = /* @__PURE__ */ g({
|
|
29
29
|
__name: "checkbox",
|
|
30
30
|
props: {
|
|
31
31
|
name: { default: "checkbox" },
|
|
@@ -54,17 +54,17 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
54
54
|
checked: o.checked,
|
|
55
55
|
class: "checkbox__checkbox",
|
|
56
56
|
onChange: s
|
|
57
|
-
}, null, 40,
|
|
57
|
+
}, null, 40, Ce),
|
|
58
58
|
t("label", {
|
|
59
59
|
for: o.id,
|
|
60
60
|
class: m(["checkbox__label", o.required ? "required" : ""])
|
|
61
61
|
}, [
|
|
62
|
-
|
|
62
|
+
Te,
|
|
63
63
|
c(o.$slots, "default", {}, void 0, !0)
|
|
64
|
-
], 10,
|
|
64
|
+
], 10, De)
|
|
65
65
|
], 2));
|
|
66
66
|
}
|
|
67
|
-
}), Ae = /* @__PURE__ */ f(
|
|
67
|
+
}), Ae = /* @__PURE__ */ f(Ve, [["__scopeId", "data-v-0adb65a6"]]), Pe = (e) => (E("data-v-08813346"), e = e(), H(), e), Me = ["aria-label"], Oe = /* @__PURE__ */ Pe(() => /* @__PURE__ */ t("img", {
|
|
68
68
|
src: "https://a.storyblok.com/f/230581/9x9/e4fb715dc9/close.svg?cv=1695125714598",
|
|
69
69
|
alt: "close",
|
|
70
70
|
class: "close-icon"
|
|
@@ -75,7 +75,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
75
75
|
},
|
|
76
76
|
emits: ["remove-chip"],
|
|
77
77
|
setup(e) {
|
|
78
|
-
const a = e, r =
|
|
78
|
+
const a = e, r = D(() => `Chip: ${a.text}`);
|
|
79
79
|
return (s, o) => (l(), i("div", {
|
|
80
80
|
class: "chip__wrapper",
|
|
81
81
|
onClick: o[0] || (o[0] = (u) => s.$emit("remove-chip"))
|
|
@@ -107,7 +107,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
107
107
|
const r = {
|
|
108
108
|
primary: "dropdown-dark-bg-primary",
|
|
109
109
|
dark: "dropdown-dark dropdown-dark-bg-dark"
|
|
110
|
-
}, s = e, o =
|
|
110
|
+
}, s = e, o = D(() => r[s.variant]), u = q(null), h = q(null), _ = q([]), B = q(0), v = q(""), w = q(!0), L = q(0), oe = a, le = D(() => {
|
|
111
111
|
const d = s.options.find(
|
|
112
112
|
(y) => y.value === s.modelValue
|
|
113
113
|
);
|
|
@@ -137,11 +137,11 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
137
137
|
case "ArrowUp":
|
|
138
138
|
case "ArrowDown": {
|
|
139
139
|
d.preventDefault();
|
|
140
|
-
const
|
|
140
|
+
const C = s.options.findIndex(
|
|
141
141
|
(J) => J.value === s.modelValue
|
|
142
142
|
);
|
|
143
|
-
let z =
|
|
144
|
-
y === "ArrowUp" ?
|
|
143
|
+
let z = C ? _.value[C] : _.value[0];
|
|
144
|
+
y === "ArrowUp" ? C - 1 >= 0 && (z = _.value[C - 1]) : C + 1 <= s.options.length && (z = _.value[C + 1]), z && X(z);
|
|
145
145
|
break;
|
|
146
146
|
}
|
|
147
147
|
case "Home":
|
|
@@ -157,8 +157,8 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
157
157
|
d.preventDefault(), te(), (k = u.value) == null || k.focus();
|
|
158
158
|
break;
|
|
159
159
|
default: {
|
|
160
|
-
const
|
|
161
|
-
|
|
160
|
+
const C = U(y);
|
|
161
|
+
C && X(C);
|
|
162
162
|
break;
|
|
163
163
|
}
|
|
164
164
|
}
|
|
@@ -183,7 +183,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
183
183
|
function U(d) {
|
|
184
184
|
let y = "";
|
|
185
185
|
(v.value === "" || y !== d) && (L.value = s.options.findIndex(
|
|
186
|
-
(
|
|
186
|
+
(C) => C.value === s.modelValue
|
|
187
187
|
)), v.value = y === d ? d : v.value + d, y = d, N();
|
|
188
188
|
let k = O(
|
|
189
189
|
L.value + 1,
|
|
@@ -201,7 +201,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
201
201
|
X(_.value[0]);
|
|
202
202
|
}
|
|
203
203
|
function X(d) {
|
|
204
|
-
var k,
|
|
204
|
+
var k, C;
|
|
205
205
|
const y = d.getAttribute("data-value");
|
|
206
206
|
if (s.modelValue) {
|
|
207
207
|
const z = s.options.findIndex(
|
|
@@ -214,7 +214,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
214
214
|
y || ""
|
|
215
215
|
), ie(y || ""), h.value && h.value.scrollHeight > h.value.clientHeight) {
|
|
216
216
|
const z = h.value.clientHeight + h.value.scrollTop, J = d.offsetTop + d.offsetHeight;
|
|
217
|
-
J > z ? h.value.scrollTop = J - ((
|
|
217
|
+
J > z ? h.value.scrollTop = J - ((C = h.value) == null ? void 0 : C.clientHeight) : d.offsetTop < h.value.scrollTop && (h.value.scrollTop = d.offsetTop);
|
|
218
218
|
}
|
|
219
219
|
}
|
|
220
220
|
function ge() {
|
|
@@ -270,8 +270,8 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
270
270
|
onKeydown: Z,
|
|
271
271
|
onClick: G
|
|
272
272
|
}, [
|
|
273
|
-
(l(!0), i(P, null, M(d.options, (k,
|
|
274
|
-
key: `${d.name}-option-${
|
|
273
|
+
(l(!0), i(P, null, M(d.options, (k, C) => (l(), i("li", {
|
|
274
|
+
key: `${d.name}-option-${C}`,
|
|
275
275
|
ref_for: !0,
|
|
276
276
|
ref_key: "listboxOptions",
|
|
277
277
|
ref: _,
|
|
@@ -311,7 +311,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
311
311
|
labelDark: { type: Boolean, default: !1 }
|
|
312
312
|
},
|
|
313
313
|
setup(e) {
|
|
314
|
-
const a = e, r =
|
|
314
|
+
const a = e, r = D(() => `Label: ${a.text}`);
|
|
315
315
|
return (s, o) => (l(), i("div", Ye, [
|
|
316
316
|
t("span", {
|
|
317
317
|
"aria-label": r.value,
|
|
@@ -320,7 +320,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
320
320
|
}, n(s.text), 11, Qe)
|
|
321
321
|
]));
|
|
322
322
|
}
|
|
323
|
-
}), Q = /* @__PURE__ */ f(Ze, [["__scopeId", "data-v-7d9d3a8a"]]), Xe = { class: "link__wrapper" },
|
|
323
|
+
}), Q = /* @__PURE__ */ f(Ze, [["__scopeId", "data-v-7d9d3a8a"]]), Xe = { class: "link__wrapper" }, V = /* @__PURE__ */ g({
|
|
324
324
|
__name: "link",
|
|
325
325
|
props: {
|
|
326
326
|
linkType: { default: "regular" },
|
|
@@ -342,7 +342,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
342
342
|
hover: "underline-hover",
|
|
343
343
|
true: "add-underline",
|
|
344
344
|
false: "remove-underline"
|
|
345
|
-
}, s = e, o =
|
|
345
|
+
}, s = e, o = D(() => a[s.linkType]), u = D(() => r[s.underline]), h = D(() => {
|
|
346
346
|
const { ..._ } = $e(s);
|
|
347
347
|
return _;
|
|
348
348
|
});
|
|
@@ -463,7 +463,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
463
463
|
}, ["stop"]))
|
|
464
464
|
}, [
|
|
465
465
|
t("div", null, [
|
|
466
|
-
u.searchBar ? p("", !0) : (l(),
|
|
466
|
+
u.searchBar ? p("", !0) : (l(), T(ae, {
|
|
467
467
|
key: 0,
|
|
468
468
|
"aria-label": "close",
|
|
469
469
|
variant: "close",
|
|
@@ -550,7 +550,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
550
550
|
class: m([v.variant, "slider__value"])
|
|
551
551
|
}, n(v.modelValue), 3)
|
|
552
552
|
]),
|
|
553
|
-
v.information ? (l(),
|
|
553
|
+
v.information ? (l(), T(ve, {
|
|
554
554
|
key: 0,
|
|
555
555
|
show: h.value,
|
|
556
556
|
"onUpdate:show": w[3] || (w[3] = (L) => h.value = L)
|
|
@@ -612,7 +612,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
612
612
|
])
|
|
613
613
|
]));
|
|
614
614
|
}
|
|
615
|
-
}),
|
|
615
|
+
}), Ct = /* @__PURE__ */ f(Lt, [["__scopeId", "data-v-220a973c"]]), Dt = { class: "text-field__wrapper" }, Tt = ["for"], Vt = { key: 0 }, At = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Pt = ["aria-expanded"], Mt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Ot = {
|
|
616
616
|
key: 2,
|
|
617
617
|
class: "search"
|
|
618
618
|
}, Ft = {
|
|
@@ -648,12 +648,12 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
648
648
|
tel: "tel",
|
|
649
649
|
url: "url",
|
|
650
650
|
search: "search"
|
|
651
|
-
}, r = e, s =
|
|
651
|
+
}, r = e, s = D(() => a[r.type]), o = q(!0), u = D(
|
|
652
652
|
() => o.value ? "showPassword" : "hidePassword"
|
|
653
|
-
), h =
|
|
653
|
+
), h = D(
|
|
654
654
|
() => o.value ? "password" : "text"
|
|
655
655
|
);
|
|
656
|
-
return (_, B) => (l(), i("div",
|
|
656
|
+
return (_, B) => (l(), i("div", Dt, [
|
|
657
657
|
t("label", {
|
|
658
658
|
for: _.id,
|
|
659
659
|
class: m([
|
|
@@ -661,8 +661,8 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
661
661
|
_.disabled ? "disabled" : "",
|
|
662
662
|
_.search ? "search" : ""
|
|
663
663
|
])
|
|
664
|
-
}, n(_.label), 11,
|
|
665
|
-
s.value === "password" ? (l(), i("div",
|
|
664
|
+
}, n(_.label), 11, Tt),
|
|
665
|
+
s.value === "password" ? (l(), i("div", Vt, [
|
|
666
666
|
t("input", {
|
|
667
667
|
id: _.id,
|
|
668
668
|
ref: "passwordField",
|
|
@@ -783,7 +783,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
783
783
|
a.addressLine3 ? (l(), i("p", Qt, n(a.addressLine3), 1)) : p("", !0)
|
|
784
784
|
]),
|
|
785
785
|
t("div", Zt, [
|
|
786
|
-
a.website ? (l(),
|
|
786
|
+
a.website ? (l(), T(V, {
|
|
787
787
|
key: 0,
|
|
788
788
|
underline: "false",
|
|
789
789
|
"link-type": "regular"
|
|
@@ -796,7 +796,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
796
796
|
]),
|
|
797
797
|
_: 1
|
|
798
798
|
})) : p("", !0),
|
|
799
|
-
(l(!0), i(P, null, M(a.phoneNumbers, (s) => (l(),
|
|
799
|
+
(l(!0), i(P, null, M(a.phoneNumbers, (s) => (l(), T(V, {
|
|
800
800
|
key: s,
|
|
801
801
|
underline: "false",
|
|
802
802
|
"link-type": "regular"
|
|
@@ -890,7 +890,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
890
890
|
width: "596",
|
|
891
891
|
height: "335"
|
|
892
892
|
}
|
|
893
|
-
}, o = e, u =
|
|
893
|
+
}, o = e, u = D(() => s[o.size]);
|
|
894
894
|
return (h, _) => (l(), i("div", na, [
|
|
895
895
|
t("div", {
|
|
896
896
|
class: m(["card", [
|
|
@@ -904,7 +904,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
904
904
|
onMouseover: _[0] || (_[0] = (B) => ne(r) ? r.value = !0 : r = !0),
|
|
905
905
|
onMouseout: _[1] || (_[1] = (B) => ne(r) ? r.value = !1 : r = !1)
|
|
906
906
|
}, [
|
|
907
|
-
h.mediaType === "image" ? (l(),
|
|
907
|
+
h.mediaType === "image" ? (l(), T(A, { key: 0 }, {
|
|
908
908
|
default: $(() => [
|
|
909
909
|
c(h.$slots, "card-image", de({
|
|
910
910
|
src: h.imgSrc,
|
|
@@ -1022,7 +1022,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1022
1022
|
])
|
|
1023
1023
|
]));
|
|
1024
1024
|
}
|
|
1025
|
-
}), Ba = /* @__PURE__ */ f(Sa, [["__scopeId", "data-v-ebdea819"]]), Ia = { class: "facts__wrapper" }, qa = { class: "facts__content" }, La = { class: "facts__headline" },
|
|
1025
|
+
}), Ba = /* @__PURE__ */ f(Sa, [["__scopeId", "data-v-ebdea819"]]), Ia = { class: "facts__wrapper" }, qa = { class: "facts__content" }, La = { class: "facts__headline" }, Ca = { class: "facts" }, Da = { class: "fact__value" }, Ta = { class: "fact__metric" }, Va = {
|
|
1026
1026
|
key: 0,
|
|
1027
1027
|
class: "facts__link"
|
|
1028
1028
|
}, Aa = /* @__PURE__ */ g({
|
|
@@ -1052,21 +1052,21 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1052
1052
|
return (a, r) => (l(), i("div", Ia, [
|
|
1053
1053
|
t("div", qa, [
|
|
1054
1054
|
t("h2", La, n(a.headline), 1),
|
|
1055
|
-
t("div",
|
|
1055
|
+
t("div", Ca, [
|
|
1056
1056
|
(l(!0), i(P, null, M(a.facts, (s) => (l(), i("div", {
|
|
1057
1057
|
key: s.value + s.metric,
|
|
1058
1058
|
class: "fact"
|
|
1059
1059
|
}, [
|
|
1060
|
-
t("div",
|
|
1060
|
+
t("div", Da, [
|
|
1061
1061
|
t("span", null, n(s.value), 1)
|
|
1062
1062
|
]),
|
|
1063
|
-
t("div",
|
|
1063
|
+
t("div", Ta, [
|
|
1064
1064
|
t("span", null, n(s.metric), 1)
|
|
1065
1065
|
])
|
|
1066
1066
|
]))), 128))
|
|
1067
1067
|
]),
|
|
1068
|
-
a.link ? (l(), i("div",
|
|
1069
|
-
S(
|
|
1068
|
+
a.link ? (l(), i("div", Va, [
|
|
1069
|
+
S(V, {
|
|
1070
1070
|
"link-type": "regular_light",
|
|
1071
1071
|
arrow: ""
|
|
1072
1072
|
}, {
|
|
@@ -1218,7 +1218,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1218
1218
|
white: "",
|
|
1219
1219
|
light: "gallery__wrapper--light",
|
|
1220
1220
|
dark: "gallery__wrapper--dark mirsaic--dark"
|
|
1221
|
-
}, r = e, s =
|
|
1221
|
+
}, r = e, s = D(() => a[r.bgColor]);
|
|
1222
1222
|
return (o, u) => (l(), i("div", {
|
|
1223
1223
|
class: m(["gallery__wrapper", s.value])
|
|
1224
1224
|
}, [
|
|
@@ -1334,7 +1334,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1334
1334
|
t("h1", null, n(e.headline), 1)
|
|
1335
1335
|
]),
|
|
1336
1336
|
t("div", yo, [
|
|
1337
|
-
S(
|
|
1337
|
+
S(V, {
|
|
1338
1338
|
"link-type": "regular_light",
|
|
1339
1339
|
arrow: ""
|
|
1340
1340
|
}, {
|
|
@@ -1358,10 +1358,10 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1358
1358
|
])
|
|
1359
1359
|
]));
|
|
1360
1360
|
}
|
|
1361
|
-
}), Io = /* @__PURE__ */ f(Bo, [["__scopeId", "data-v-22f9be13"]]), qo = { class: "logo-wall__wrapper" }, Lo = { class: "logo-wall__content" },
|
|
1361
|
+
}), Io = /* @__PURE__ */ f(Bo, [["__scopeId", "data-v-22f9be13"]]), qo = { class: "logo-wall__wrapper" }, Lo = { class: "logo-wall__content" }, Co = {
|
|
1362
1362
|
key: 0,
|
|
1363
1363
|
class: "logo-wall__text"
|
|
1364
|
-
},
|
|
1364
|
+
}, Do = { key: 0 }, To = { key: 1 }, Vo = { class: "logo-wall__logos" }, Ao = { class: "logo-wall__link" }, Po = /* @__PURE__ */ g({
|
|
1365
1365
|
__name: "logo-wall",
|
|
1366
1366
|
props: {
|
|
1367
1367
|
headline: {
|
|
@@ -1381,11 +1381,11 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1381
1381
|
setup(e) {
|
|
1382
1382
|
return (a, r) => (l(), i("div", qo, [
|
|
1383
1383
|
t("div", Lo, [
|
|
1384
|
-
e.headline || e.body ? (l(), i("div",
|
|
1385
|
-
e.headline ? (l(), i("h2",
|
|
1386
|
-
e.body ? (l(), i("p",
|
|
1384
|
+
e.headline || e.body ? (l(), i("div", Co, [
|
|
1385
|
+
e.headline ? (l(), i("h2", Do, n(e.headline), 1)) : p("", !0),
|
|
1386
|
+
e.body ? (l(), i("p", To, n(e.body), 1)) : p("", !0)
|
|
1387
1387
|
])) : p("", !0),
|
|
1388
|
-
t("div",
|
|
1388
|
+
t("div", Vo, [
|
|
1389
1389
|
(l(!0), i(P, null, M(e.logos, (s) => (l(), i("div", {
|
|
1390
1390
|
key: s.src + s.alt,
|
|
1391
1391
|
class: "logo-wall__logo"
|
|
@@ -1404,7 +1404,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1404
1404
|
]))), 128))
|
|
1405
1405
|
]),
|
|
1406
1406
|
t("div", Ao, [
|
|
1407
|
-
S(
|
|
1407
|
+
S(V, {
|
|
1408
1408
|
"link-type": "regular_light",
|
|
1409
1409
|
arrow: !0
|
|
1410
1410
|
}, {
|
|
@@ -1435,7 +1435,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1435
1435
|
white: "micro-stories__wrapper--white",
|
|
1436
1436
|
blue: "micro-stories__wrapper--blue",
|
|
1437
1437
|
dark: "micro-stories__wrapper--dark"
|
|
1438
|
-
}, r =
|
|
1438
|
+
}, r = D(() => a[s.bgColor]), s = e;
|
|
1439
1439
|
return (o, u) => (l(), i("div", {
|
|
1440
1440
|
class: m(["micro-stories__wrapper", r.value])
|
|
1441
1441
|
}, [
|
|
@@ -1518,7 +1518,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1518
1518
|
dark: "promo__wrapper--dark",
|
|
1519
1519
|
light: "promo__wrapper--light",
|
|
1520
1520
|
default: "promo__wrapper--default"
|
|
1521
|
-
}, r = e, s =
|
|
1521
|
+
}, r = e, s = D(() => a[r.variant]);
|
|
1522
1522
|
return (o, u) => (l(), i("div", {
|
|
1523
1523
|
class: m([
|
|
1524
1524
|
"promo__wrapper",
|
|
@@ -1567,7 +1567,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1567
1567
|
o.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
1568
1568
|
])
|
|
1569
1569
|
}, [
|
|
1570
|
-
o.label ? (l(),
|
|
1570
|
+
o.label ? (l(), T(Q, {
|
|
1571
1571
|
key: 0,
|
|
1572
1572
|
text: o.label,
|
|
1573
1573
|
"label-dark": o.variant === "dark"
|
|
@@ -1580,7 +1580,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1580
1580
|
}, [
|
|
1581
1581
|
c(o.$slots, "promo-headline")
|
|
1582
1582
|
], 2),
|
|
1583
|
-
o.linkType === "link" ? (l(),
|
|
1583
|
+
o.linkType === "link" ? (l(), T(V, {
|
|
1584
1584
|
key: 1,
|
|
1585
1585
|
"link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
|
|
1586
1586
|
arrow: ""
|
|
@@ -1590,7 +1590,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1590
1590
|
]),
|
|
1591
1591
|
_: 3
|
|
1592
1592
|
}, 8, ["link-type"])) : p("", !0),
|
|
1593
|
-
o.linkType === "button" ? (l(),
|
|
1593
|
+
o.linkType === "button" ? (l(), T(V, {
|
|
1594
1594
|
key: 2,
|
|
1595
1595
|
"link-type": o.variant === "dark" ? "secondary_dark" : (o.variant === "light", "secondary")
|
|
1596
1596
|
}, {
|
|
@@ -1681,7 +1681,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1681
1681
|
])
|
|
1682
1682
|
}, [
|
|
1683
1683
|
t("div", ml, [
|
|
1684
|
-
a.label ? (l(),
|
|
1684
|
+
a.label ? (l(), T(Q, {
|
|
1685
1685
|
key: 0,
|
|
1686
1686
|
text: a.label,
|
|
1687
1687
|
"label-dark": !1
|
|
@@ -1748,7 +1748,7 @@ function Bl(e, a) {
|
|
|
1748
1748
|
])
|
|
1749
1749
|
]);
|
|
1750
1750
|
}
|
|
1751
|
-
const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040"]]), ql = (e) => (E("data-v-e254e1e0"), e = e(), H(), e), Ll = { class: "timeline__wrapper" },
|
|
1751
|
+
const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040"]]), ql = (e) => (E("data-v-e254e1e0"), e = e(), H(), e), Ll = { class: "timeline__wrapper" }, Cl = { class: "timeline__content" }, Dl = { class: "timeline__items" }, Tl = { class: "item__left" }, Vl = /* @__PURE__ */ ql(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
|
|
1752
1752
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
1753
1753
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
1754
1754
|
], -1)), Al = { class: "item__right" }, Pl = ["innerHTML"], Ml = /* @__PURE__ */ g({
|
|
@@ -1775,14 +1775,14 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
1775
1775
|
r.observe(s);
|
|
1776
1776
|
});
|
|
1777
1777
|
}), (a, r) => (l(), i("div", Ll, [
|
|
1778
|
-
t("div",
|
|
1779
|
-
t("div",
|
|
1778
|
+
t("div", Cl, [
|
|
1779
|
+
t("div", Dl, [
|
|
1780
1780
|
(l(!0), i(P, null, M(e.timelineItems, (s) => (l(), i("div", {
|
|
1781
1781
|
key: s.year,
|
|
1782
1782
|
class: "timeline__item faded"
|
|
1783
1783
|
}, [
|
|
1784
|
-
t("div",
|
|
1785
|
-
|
|
1784
|
+
t("div", Tl, n(s.year), 1),
|
|
1785
|
+
Vl,
|
|
1786
1786
|
t("div", Al, [
|
|
1787
1787
|
S(A, null, {
|
|
1788
1788
|
default: $(() => [
|
|
@@ -1926,7 +1926,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
1926
1926
|
])
|
|
1927
1927
|
]));
|
|
1928
1928
|
}
|
|
1929
|
-
}), bs = /* @__PURE__ */ f(gs, [["__scopeId", "data-v-31c1ba00"]]), j = (e) => (E("data-v-
|
|
1929
|
+
}), bs = /* @__PURE__ */ f(gs, [["__scopeId", "data-v-31c1ba00"]]), j = (e) => (E("data-v-1a9efdfb"), e = e(), H(), e), ys = { class: "footer__wrapper" }, $s = { class: "footer__content" }, ks = { class: "footer__sections" }, ws = { class: "section__title" }, Ss = { class: "section__list" }, Bs = { class: "section" }, Is = /* @__PURE__ */ j(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), qs = /* @__PURE__ */ j(() => /* @__PURE__ */ t("span", null, "Energivej 51", -1)), Ls = /* @__PURE__ */ j(() => /* @__PURE__ */ t("span", null, "5260 Odense S", -1)), Cs = /* @__PURE__ */ j(() => /* @__PURE__ */ t("span", null, "CVR: 35251235", -1)), Ds = /* @__PURE__ */ j(() => /* @__PURE__ */ t("br", null, null, -1)), Ts = /* @__PURE__ */ j(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), Vs = /* @__PURE__ */ j(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), As = { class: "footer__bottom" }, Ps = { class: "copyright" }, Ms = { class: "footer__policy" }, Os = /* @__PURE__ */ j(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), Fs = {
|
|
1930
1930
|
key: 0,
|
|
1931
1931
|
class: "footer__social"
|
|
1932
1932
|
}, Es = ["href", "aria-label"], Hs = {
|
|
@@ -1966,25 +1966,25 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
1966
1966
|
t("address", null, [
|
|
1967
1967
|
qs,
|
|
1968
1968
|
Ls,
|
|
1969
|
+
Cs,
|
|
1969
1970
|
Ds,
|
|
1970
|
-
|
|
1971
|
-
S(T, {
|
|
1971
|
+
S(V, {
|
|
1972
1972
|
class: "footer__contact",
|
|
1973
1973
|
"link-type": "regular_light",
|
|
1974
1974
|
underline: "false"
|
|
1975
1975
|
}, {
|
|
1976
1976
|
default: $(() => [
|
|
1977
|
-
|
|
1977
|
+
Ts
|
|
1978
1978
|
]),
|
|
1979
1979
|
_: 1
|
|
1980
1980
|
}),
|
|
1981
|
-
S(
|
|
1981
|
+
S(V, {
|
|
1982
1982
|
class: "footer__contact",
|
|
1983
1983
|
"link-type": "regular_light",
|
|
1984
1984
|
underline: "false"
|
|
1985
1985
|
}, {
|
|
1986
1986
|
default: $(() => [
|
|
1987
|
-
|
|
1987
|
+
Vs
|
|
1988
1988
|
]),
|
|
1989
1989
|
_: 1
|
|
1990
1990
|
})
|
|
@@ -2007,7 +2007,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2007
2007
|
c(a.$slots, "footer-cookie-link")
|
|
2008
2008
|
]),
|
|
2009
2009
|
a.language !== "zh" ? (l(), i("div", Fs, [
|
|
2010
|
-
(l(!0), i(P, null, M(a.socialMedia, (s) => (l(),
|
|
2010
|
+
(l(!0), i(P, null, M(a.socialMedia, (s) => (l(), T(V, {
|
|
2011
2011
|
key: s.title,
|
|
2012
2012
|
underline: "false",
|
|
2013
2013
|
"link-type": "regular"
|
|
@@ -2028,7 +2028,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2028
2028
|
_: 2
|
|
2029
2029
|
}, 1024))), 128))
|
|
2030
2030
|
])) : (l(), i("div", Hs, [
|
|
2031
|
-
(l(!0), i(P, null, M(a.socialMediaChina, (s) => (l(),
|
|
2031
|
+
(l(!0), i(P, null, M(a.socialMediaChina, (s) => (l(), T(V, {
|
|
2032
2032
|
key: s.title,
|
|
2033
2033
|
underline: "false",
|
|
2034
2034
|
"link-type": "regular"
|
|
@@ -2053,7 +2053,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2053
2053
|
])
|
|
2054
2054
|
]));
|
|
2055
2055
|
}
|
|
2056
|
-
}), zs = /* @__PURE__ */ f(Ns, [["__scopeId", "data-v-
|
|
2056
|
+
}), zs = /* @__PURE__ */ f(Ns, [["__scopeId", "data-v-1a9efdfb"]]), fe = (e) => (E("data-v-766d3c80"), e = e(), H(), e), js = { class: "header__wrapper" }, Us = { class: "nav-wrapper" }, Ks = { class: "mir-link-logo" }, Gs = { class: "main-nav-items" }, Js = {
|
|
2057
2057
|
key: 0,
|
|
2058
2058
|
id: "menu-dropdown",
|
|
2059
2059
|
ref: "dropdownDiv"
|
|
@@ -2248,7 +2248,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2248
2248
|
key: O,
|
|
2249
2249
|
class: "portal-switcher-link"
|
|
2250
2250
|
}, [
|
|
2251
|
-
S(I(
|
|
2251
|
+
S(I(V), { "link-type": "regular" }, {
|
|
2252
2252
|
default: $(() => [
|
|
2253
2253
|
t("a", {
|
|
2254
2254
|
href: U.link,
|
|
@@ -2361,7 +2361,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2361
2361
|
])
|
|
2362
2362
|
]));
|
|
2363
2363
|
}
|
|
2364
|
-
}), Ii = /* @__PURE__ */ f(Bi, [["__scopeId", "data-v-dc8cc97e"]]), qi = { class: "pagination__wrapper" }, Li = { class: "pagination__content" },
|
|
2364
|
+
}), Ii = /* @__PURE__ */ f(Bi, [["__scopeId", "data-v-dc8cc97e"]]), qi = { class: "pagination__wrapper" }, Li = { class: "pagination__content" }, Ci = /* @__PURE__ */ g({
|
|
2365
2365
|
__name: "pagination",
|
|
2366
2366
|
props: {
|
|
2367
2367
|
isPreviousDisabled: {
|
|
@@ -2393,13 +2393,13 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2393
2393
|
])
|
|
2394
2394
|
]));
|
|
2395
2395
|
}
|
|
2396
|
-
}),
|
|
2396
|
+
}), Di = /* @__PURE__ */ f(Ci, [["__scopeId", "data-v-da6d07c9"]]), Ti = {}, Vi = { class: "search__wrapper" };
|
|
2397
2397
|
function Ai(e, a) {
|
|
2398
|
-
return l(), i("div",
|
|
2398
|
+
return l(), i("div", Vi, [
|
|
2399
2399
|
c(e.$slots, "default", { class: "search__content" })
|
|
2400
2400
|
]);
|
|
2401
2401
|
}
|
|
2402
|
-
const Pi = /* @__PURE__ */ f(
|
|
2402
|
+
const Pi = /* @__PURE__ */ f(Ti, [["render", Ai], ["__scopeId", "data-v-c07a6cf3"]]), Mi = { class: "product-hero__wrapper" }, Oi = { class: "product-hero__content" }, Fi = { class: "product-hero__headline" }, Ei = { class: "product-hero__video" }, Hi = { class: "product-hero__insignia" }, Ri = {
|
|
2403
2403
|
key: 0,
|
|
2404
2404
|
class: "product-hero__logo"
|
|
2405
2405
|
}, Ni = {
|
|
@@ -2444,7 +2444,7 @@ const Pi = /* @__PURE__ */ f(Ci, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
|
|
|
2444
2444
|
t("div", Oi, [
|
|
2445
2445
|
t("div", Fi, n(e.headline), 1),
|
|
2446
2446
|
t("div", Ei, [
|
|
2447
|
-
e.videoSrc !== "" ? (l(),
|
|
2447
|
+
e.videoSrc !== "" ? (l(), T(ee, {
|
|
2448
2448
|
key: 0,
|
|
2449
2449
|
play: "",
|
|
2450
2450
|
"local-video": !0,
|
|
@@ -2455,7 +2455,7 @@ const Pi = /* @__PURE__ */ f(Ci, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
|
|
|
2455
2455
|
autoplay: "",
|
|
2456
2456
|
loop: "",
|
|
2457
2457
|
muted: ""
|
|
2458
|
-
}, null, 8, ["src", "aria-label", "poster"])) : (l(),
|
|
2458
|
+
}, null, 8, ["src", "aria-label", "poster"])) : (l(), T(I(A), { key: 1 }, {
|
|
2459
2459
|
default: $(() => [
|
|
2460
2460
|
c(a.$slots, "product-hero-image", {}, void 0, !0)
|
|
2461
2461
|
]),
|
|
@@ -2501,7 +2501,7 @@ const Pi = /* @__PURE__ */ f(Ci, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
|
|
|
2501
2501
|
dark: "promo__wrapper--dark",
|
|
2502
2502
|
light: "promo__wrapper--light",
|
|
2503
2503
|
default: "promo__wrapper--default"
|
|
2504
|
-
}, r = e, s =
|
|
2504
|
+
}, r = e, s = D(() => a[r.variant]);
|
|
2505
2505
|
return (o, u) => (l(), i("div", {
|
|
2506
2506
|
class: m([
|
|
2507
2507
|
"promo__wrapper",
|
|
@@ -2535,7 +2535,7 @@ const Pi = /* @__PURE__ */ f(Ci, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
|
|
|
2535
2535
|
o.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
2536
2536
|
])
|
|
2537
2537
|
}, [
|
|
2538
|
-
o.label ? (l(),
|
|
2538
|
+
o.label ? (l(), T(Q, {
|
|
2539
2539
|
key: 0,
|
|
2540
2540
|
text: o.label,
|
|
2541
2541
|
"label-dark": o.variant === "dark"
|
|
@@ -2548,7 +2548,7 @@ const Pi = /* @__PURE__ */ f(Ci, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
|
|
|
2548
2548
|
}, [
|
|
2549
2549
|
c(o.$slots, "promo-text")
|
|
2550
2550
|
], 2),
|
|
2551
|
-
o.linkType === "link" ? (l(),
|
|
2551
|
+
o.linkType === "link" ? (l(), T(V, {
|
|
2552
2552
|
key: 1,
|
|
2553
2553
|
"link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
|
|
2554
2554
|
arrow: ""
|
|
@@ -2558,7 +2558,7 @@ const Pi = /* @__PURE__ */ f(Ci, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
|
|
|
2558
2558
|
]),
|
|
2559
2559
|
_: 3
|
|
2560
2560
|
}, 8, ["link-type"])) : p("", !0),
|
|
2561
|
-
o.linkType === "button" ? (l(),
|
|
2561
|
+
o.linkType === "button" ? (l(), T(V, {
|
|
2562
2562
|
key: 2,
|
|
2563
2563
|
"link-type": o.variant === "dark" ? "secondary_dark" : (o.variant === "light", "secondary")
|
|
2564
2564
|
}, {
|
|
@@ -2573,7 +2573,7 @@ const Pi = /* @__PURE__ */ f(Ci, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
|
|
|
2573
2573
|
}
|
|
2574
2574
|
}), Zi = /* @__PURE__ */ f(Qi, [["__scopeId", "data-v-00c0bad3"]]), xi = {
|
|
2575
2575
|
install: (e) => {
|
|
2576
|
-
e.component("AtomButton", ae), e.component("AtomCheckbox", Ae), e.component("AtomChip", Ee), e.component("AtomDropdown", Ge), e.component("AtomImage", A), e.component("AtomLabel", Q), e.component("AtomLink",
|
|
2576
|
+
e.component("AtomButton", ae), e.component("AtomCheckbox", Ae), e.component("AtomChip", Ee), e.component("AtomDropdown", Ge), e.component("AtomImage", A), e.component("AtomLabel", Q), e.component("AtomLink", V), e.component("AtomRadioButton", lt), e.component("AtomSelect", ct), e.component("AtomSlider", $t), e.component("AtomTextarea", Ct), e.component("AtomTextField", Rt), e.component("AtomVideo", ee), e.component("MoleculeAddress", aa), e.component("MoleculeBulletList", ra), e.component("MoleculeCard", _a), e.component("MoleculeEventCard", ya), e.component("MoleculeModal", ve), e.component("MoleculeTextCard", Ba), e.component("BlockFacts", Pa), e.component("BlockFeatures", za), e.component("BlockFormScript", Qa), e.component("BlockHeadline", ho), e.component("BlockHero", Io), e.component("BlockImage", ao), e.component("BlockImageGallery", no), e.component("BlockLogoWall", Mo), e.component("BlockMicroStories", Ro), e.component("BlockPolicy", Ko), e.component("BlockProductHero", ji), e.component("BlockPromo", tl), e.component("BlockQuote", pl), e.component("BlockRichText", bl), e.component("BlockRichTextColumns", Il), e.component("BlockTimeline", Ol), e.component("BlockCardDisplay", Xo), e.component("BlockVimeo", zl), e.component("BlockPalletJack", Zi), e.component("BlockFrontPageHero", rs), e.component("Organism404", hs), e.component("OrganismFilter", bs), e.component("OrganismFooter", zs), e.component("OrganismHeader", bi), e.component("OrganismLanguageSwitcher", Ii), e.component("OrganismPagination", Di), e.component("OrganismSearch", Pi);
|
|
2577
2577
|
}
|
|
2578
2578
|
};
|
|
2579
2579
|
export {
|
|
@@ -2583,12 +2583,12 @@ export {
|
|
|
2583
2583
|
Ge as AtomDropdown,
|
|
2584
2584
|
A as AtomImage,
|
|
2585
2585
|
Q as AtomLabel,
|
|
2586
|
-
|
|
2586
|
+
V as AtomLink,
|
|
2587
2587
|
lt as AtomRadioButton,
|
|
2588
2588
|
ct as AtomSelect,
|
|
2589
2589
|
$t as AtomSlider,
|
|
2590
2590
|
Rt as AtomTextField,
|
|
2591
|
-
|
|
2591
|
+
Ct as AtomTextarea,
|
|
2592
2592
|
ee as AtomVideo,
|
|
2593
2593
|
Xo as BlockCardDisplay,
|
|
2594
2594
|
Pa as BlockFacts,
|
|
@@ -2621,7 +2621,7 @@ export {
|
|
|
2621
2621
|
zs as OrganismFooter,
|
|
2622
2622
|
bi as OrganismHeader,
|
|
2623
2623
|
Ii as OrganismLanguageSwitcher,
|
|
2624
|
-
|
|
2624
|
+
Di as OrganismPagination,
|
|
2625
2625
|
Pi as OrganismSearch,
|
|
2626
2626
|
xi as default
|
|
2627
2627
|
};
|