@mirweb/mir-web-components 1.1.6 → 1.2.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 V, openBlock as l, createElementBlock as i, normalizeClass as m, toDisplayString as n, createElementVNode as t, renderSlot as c, pushScopeId as E, popScopeId as R, createTextVNode as x, ref as q, withDirectives as K, Fragment as P, renderList as M, vShow as Y, normalizeProps as F, guardReactiveProps as H, toRefs as $e, mergeProps as de, createVNode as S, Transition as ke, withCtx as $, withModifiers as pe, createBlock as C, createCommentVNode as h, watchEffect as he, 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: {
|
|
@@ -9,11 +9,12 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
9
9
|
setup(e) {
|
|
10
10
|
const a = {
|
|
11
11
|
primary: "primary",
|
|
12
|
+
primaryDark: "primary-dark",
|
|
12
13
|
secondary: "secondary",
|
|
13
14
|
close: "close",
|
|
14
15
|
next: "next",
|
|
15
16
|
previous: "previous"
|
|
16
|
-
}, r = e, s =
|
|
17
|
+
}, r = e, s = V(() => a[r.variant]);
|
|
17
18
|
return (o, u) => (l(), i("button", {
|
|
18
19
|
class: m(["button", "button--" + s.value]),
|
|
19
20
|
"aria-label": o.ariaLabel
|
|
@@ -24,7 +25,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
24
25
|
for (const [s, o] of a)
|
|
25
26
|
r[s] = o;
|
|
26
27
|
return r;
|
|
27
|
-
}, ae = /* @__PURE__ */ f(qe, [["__scopeId", "data-v-
|
|
28
|
+
}, ae = /* @__PURE__ */ f(qe, [["__scopeId", "data-v-f61b579c"]]), Le = (e) => (E("data-v-0adb65a6"), e = e(), R(), e), De = ["id", "name", "value", "disabled", "required", "checked"], Ve = ["for"], Ce = /* @__PURE__ */ Le(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Te = /* @__PURE__ */ g({
|
|
28
29
|
__name: "checkbox",
|
|
29
30
|
props: {
|
|
30
31
|
name: { default: "checkbox" },
|
|
@@ -53,14 +54,14 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
53
54
|
checked: o.checked,
|
|
54
55
|
class: "checkbox__checkbox",
|
|
55
56
|
onChange: s
|
|
56
|
-
}, null, 40,
|
|
57
|
+
}, null, 40, De),
|
|
57
58
|
t("label", {
|
|
58
59
|
for: o.id,
|
|
59
60
|
class: m(["checkbox__label", o.required ? "required" : ""])
|
|
60
61
|
}, [
|
|
61
|
-
|
|
62
|
+
Ce,
|
|
62
63
|
c(o.$slots, "default", {}, void 0, !0)
|
|
63
|
-
], 10,
|
|
64
|
+
], 10, Ve)
|
|
64
65
|
], 2));
|
|
65
66
|
}
|
|
66
67
|
}), Ae = /* @__PURE__ */ f(Te, [["__scopeId", "data-v-0adb65a6"]]), Pe = (e) => (E("data-v-08813346"), e = e(), R(), e), Me = ["aria-label"], Oe = /* @__PURE__ */ Pe(() => /* @__PURE__ */ t("img", {
|
|
@@ -74,7 +75,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
74
75
|
},
|
|
75
76
|
emits: ["remove-chip"],
|
|
76
77
|
setup(e) {
|
|
77
|
-
const a = e, r =
|
|
78
|
+
const a = e, r = V(() => `Chip: ${a.text}`);
|
|
78
79
|
return (s, o) => (l(), i("div", {
|
|
79
80
|
class: "chip__wrapper",
|
|
80
81
|
onClick: o[0] || (o[0] = (u) => s.$emit("remove-chip"))
|
|
@@ -106,7 +107,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
106
107
|
const r = {
|
|
107
108
|
primary: "dropdown-dark-bg-primary",
|
|
108
109
|
dark: "dropdown-dark dropdown-dark-bg-dark"
|
|
109
|
-
}, s = e, o =
|
|
110
|
+
}, s = e, o = V(() => r[s.variant]), u = q(null), p = q(null), _ = q([]), B = q(0), v = q(""), w = q(!0), L = q(0), oe = a, le = V(() => {
|
|
110
111
|
const d = s.options.find(
|
|
111
112
|
(y) => y.value === s.modelValue
|
|
112
113
|
);
|
|
@@ -136,11 +137,11 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
136
137
|
case "ArrowUp":
|
|
137
138
|
case "ArrowDown": {
|
|
138
139
|
d.preventDefault();
|
|
139
|
-
const
|
|
140
|
+
const D = s.options.findIndex(
|
|
140
141
|
(J) => J.value === s.modelValue
|
|
141
142
|
);
|
|
142
|
-
let z =
|
|
143
|
-
y === "ArrowUp" ?
|
|
143
|
+
let z = D ? _.value[D] : _.value[0];
|
|
144
|
+
y === "ArrowUp" ? D - 1 >= 0 && (z = _.value[D - 1]) : D + 1 <= s.options.length && (z = _.value[D + 1]), z && X(z);
|
|
144
145
|
break;
|
|
145
146
|
}
|
|
146
147
|
case "Home":
|
|
@@ -156,8 +157,8 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
156
157
|
d.preventDefault(), te(), (k = u.value) == null || k.focus();
|
|
157
158
|
break;
|
|
158
159
|
default: {
|
|
159
|
-
const
|
|
160
|
-
|
|
160
|
+
const D = U(y);
|
|
161
|
+
D && X(D);
|
|
161
162
|
break;
|
|
162
163
|
}
|
|
163
164
|
}
|
|
@@ -182,7 +183,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
182
183
|
function U(d) {
|
|
183
184
|
let y = "";
|
|
184
185
|
(v.value === "" || y !== d) && (L.value = s.options.findIndex(
|
|
185
|
-
(
|
|
186
|
+
(D) => D.value === s.modelValue
|
|
186
187
|
)), v.value = y === d ? d : v.value + d, y = d, N();
|
|
187
188
|
let k = O(
|
|
188
189
|
L.value + 1,
|
|
@@ -200,7 +201,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
200
201
|
X(_.value[0]);
|
|
201
202
|
}
|
|
202
203
|
function X(d) {
|
|
203
|
-
var k,
|
|
204
|
+
var k, D;
|
|
204
205
|
const y = d.getAttribute("data-value");
|
|
205
206
|
if (s.modelValue) {
|
|
206
207
|
const z = s.options.findIndex(
|
|
@@ -213,7 +214,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
213
214
|
y || ""
|
|
214
215
|
), ie(y || ""), p.value && p.value.scrollHeight > p.value.clientHeight) {
|
|
215
216
|
const z = p.value.clientHeight + p.value.scrollTop, J = d.offsetTop + d.offsetHeight;
|
|
216
|
-
J > z ? p.value.scrollTop = J - ((
|
|
217
|
+
J > z ? p.value.scrollTop = J - ((D = p.value) == null ? void 0 : D.clientHeight) : d.offsetTop < p.value.scrollTop && (p.value.scrollTop = d.offsetTop);
|
|
217
218
|
}
|
|
218
219
|
}
|
|
219
220
|
function ge() {
|
|
@@ -269,8 +270,8 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
269
270
|
onKeydown: Z,
|
|
270
271
|
onClick: G
|
|
271
272
|
}, [
|
|
272
|
-
(l(!0), i(P, null, M(d.options, (k,
|
|
273
|
-
key: `${d.name}-option-${
|
|
273
|
+
(l(!0), i(P, null, M(d.options, (k, D) => (l(), i("li", {
|
|
274
|
+
key: `${d.name}-option-${D}`,
|
|
274
275
|
ref_for: !0,
|
|
275
276
|
ref_key: "listboxOptions",
|
|
276
277
|
ref: _,
|
|
@@ -310,7 +311,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
310
311
|
labelDark: { type: Boolean, default: !1 }
|
|
311
312
|
},
|
|
312
313
|
setup(e) {
|
|
313
|
-
const a = e, r =
|
|
314
|
+
const a = e, r = V(() => `Label: ${a.text}`);
|
|
314
315
|
return (s, o) => (l(), i("div", Ye, [
|
|
315
316
|
t("span", {
|
|
316
317
|
"aria-label": r.value,
|
|
@@ -330,6 +331,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
330
331
|
setup(e) {
|
|
331
332
|
const a = {
|
|
332
333
|
primary: "mir-link--btn button button--primary",
|
|
334
|
+
primary_dark: "mir-link--btn button button--primary-dark",
|
|
333
335
|
secondary: "mir-link--btn button button--secondary",
|
|
334
336
|
secondary_dark: "mir-link--btn button button--secondary-dark",
|
|
335
337
|
regular: "regular-link",
|
|
@@ -340,7 +342,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
340
342
|
hover: "underline-hover",
|
|
341
343
|
true: "add-underline",
|
|
342
344
|
false: "remove-underline"
|
|
343
|
-
}, s = e, o =
|
|
345
|
+
}, s = e, o = V(() => a[s.linkType]), u = V(() => r[s.underline]), p = V(() => {
|
|
344
346
|
const { ..._ } = $e(s);
|
|
345
347
|
return _;
|
|
346
348
|
});
|
|
@@ -461,7 +463,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
461
463
|
}, ["stop"]))
|
|
462
464
|
}, [
|
|
463
465
|
t("div", null, [
|
|
464
|
-
u.searchBar ? h("", !0) : (l(),
|
|
466
|
+
u.searchBar ? h("", !0) : (l(), C(ae, {
|
|
465
467
|
key: 0,
|
|
466
468
|
"aria-label": "close",
|
|
467
469
|
variant: "close",
|
|
@@ -548,7 +550,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
548
550
|
class: m([v.variant, "slider__value"])
|
|
549
551
|
}, n(v.modelValue), 3)
|
|
550
552
|
]),
|
|
551
|
-
v.information ? (l(),
|
|
553
|
+
v.information ? (l(), C(ve, {
|
|
552
554
|
key: 0,
|
|
553
555
|
show: p.value,
|
|
554
556
|
"onUpdate:show": w[3] || (w[3] = (L) => p.value = L)
|
|
@@ -610,7 +612,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
610
612
|
])
|
|
611
613
|
]));
|
|
612
614
|
}
|
|
613
|
-
}),
|
|
615
|
+
}), Dt = /* @__PURE__ */ f(Lt, [["__scopeId", "data-v-220a973c"]]), Vt = { class: "text-field__wrapper" }, Ct = ["for"], Tt = { key: 0 }, At = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Pt = ["aria-expanded"], Mt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Ot = {
|
|
614
616
|
key: 2,
|
|
615
617
|
class: "search"
|
|
616
618
|
}, Ft = {
|
|
@@ -646,12 +648,12 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
646
648
|
tel: "tel",
|
|
647
649
|
url: "url",
|
|
648
650
|
search: "search"
|
|
649
|
-
}, r = e, s =
|
|
651
|
+
}, r = e, s = V(() => a[r.type]), o = q(!0), u = V(
|
|
650
652
|
() => o.value ? "showPassword" : "hidePassword"
|
|
651
|
-
), p =
|
|
653
|
+
), p = V(
|
|
652
654
|
() => o.value ? "password" : "text"
|
|
653
655
|
);
|
|
654
|
-
return (_, B) => (l(), i("div",
|
|
656
|
+
return (_, B) => (l(), i("div", Vt, [
|
|
655
657
|
t("label", {
|
|
656
658
|
for: _.id,
|
|
657
659
|
class: m([
|
|
@@ -659,7 +661,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
659
661
|
_.disabled ? "disabled" : "",
|
|
660
662
|
_.search ? "search" : ""
|
|
661
663
|
])
|
|
662
|
-
}, n(_.label), 11,
|
|
664
|
+
}, n(_.label), 11, Ct),
|
|
663
665
|
s.value === "password" ? (l(), i("div", Tt, [
|
|
664
666
|
t("input", {
|
|
665
667
|
id: _.id,
|
|
@@ -781,7 +783,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
781
783
|
a.addressLine3 ? (l(), i("p", Qt, n(a.addressLine3), 1)) : h("", !0)
|
|
782
784
|
]),
|
|
783
785
|
t("div", Zt, [
|
|
784
|
-
a.website ? (l(),
|
|
786
|
+
a.website ? (l(), C(T, {
|
|
785
787
|
key: 0,
|
|
786
788
|
underline: "false",
|
|
787
789
|
"link-type": "regular"
|
|
@@ -794,7 +796,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
794
796
|
]),
|
|
795
797
|
_: 1
|
|
796
798
|
})) : h("", !0),
|
|
797
|
-
(l(!0), i(P, null, M(a.phoneNumbers, (s) => (l(),
|
|
799
|
+
(l(!0), i(P, null, M(a.phoneNumbers, (s) => (l(), C(T, {
|
|
798
800
|
key: s,
|
|
799
801
|
underline: "false",
|
|
800
802
|
"link-type": "regular"
|
|
@@ -888,7 +890,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
888
890
|
width: "596",
|
|
889
891
|
height: "335"
|
|
890
892
|
}
|
|
891
|
-
}, o = e, u =
|
|
893
|
+
}, o = e, u = V(() => s[o.size]);
|
|
892
894
|
return (p, _) => (l(), i("div", na, [
|
|
893
895
|
t("div", {
|
|
894
896
|
class: m(["card", [
|
|
@@ -902,7 +904,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
902
904
|
onMouseover: _[0] || (_[0] = (B) => ne(r) ? r.value = !0 : r = !0),
|
|
903
905
|
onMouseout: _[1] || (_[1] = (B) => ne(r) ? r.value = !1 : r = !1)
|
|
904
906
|
}, [
|
|
905
|
-
p.mediaType === "image" ? (l(),
|
|
907
|
+
p.mediaType === "image" ? (l(), C(A, { key: 0 }, {
|
|
906
908
|
default: $(() => [
|
|
907
909
|
c(p.$slots, "card-image", de({
|
|
908
910
|
src: p.imgSrc,
|
|
@@ -1020,7 +1022,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1020
1022
|
])
|
|
1021
1023
|
]));
|
|
1022
1024
|
}
|
|
1023
|
-
}), 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" }, Da = { class: "facts" }, Va = { class: "fact__value" }, Ca = { class: "fact__metric" }, Ta = {
|
|
1024
1026
|
key: 0,
|
|
1025
1027
|
class: "facts__link"
|
|
1026
1028
|
}, Aa = /* @__PURE__ */ g({
|
|
@@ -1050,15 +1052,15 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1050
1052
|
return (a, r) => (l(), i("div", Ia, [
|
|
1051
1053
|
t("div", qa, [
|
|
1052
1054
|
t("h2", La, n(a.headline), 1),
|
|
1053
|
-
t("div",
|
|
1055
|
+
t("div", Da, [
|
|
1054
1056
|
(l(!0), i(P, null, M(a.facts, (s) => (l(), i("div", {
|
|
1055
1057
|
key: s.value + s.metric,
|
|
1056
1058
|
class: "fact"
|
|
1057
1059
|
}, [
|
|
1058
|
-
t("div",
|
|
1060
|
+
t("div", Va, [
|
|
1059
1061
|
t("span", null, n(s.value), 1)
|
|
1060
1062
|
]),
|
|
1061
|
-
t("div",
|
|
1063
|
+
t("div", Ca, [
|
|
1062
1064
|
t("span", null, n(s.metric), 1)
|
|
1063
1065
|
])
|
|
1064
1066
|
]))), 128))
|
|
@@ -1205,7 +1207,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1205
1207
|
white: "",
|
|
1206
1208
|
light: "gallery__wrapper--light",
|
|
1207
1209
|
dark: "gallery__wrapper--dark mirsaic--dark"
|
|
1208
|
-
}, r = e, s =
|
|
1210
|
+
}, r = e, s = V(() => a[r.bgColor]);
|
|
1209
1211
|
return (o, u) => (l(), i("div", {
|
|
1210
1212
|
class: m(["gallery__wrapper", s.value])
|
|
1211
1213
|
}, [
|
|
@@ -1345,10 +1347,10 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1345
1347
|
])
|
|
1346
1348
|
]));
|
|
1347
1349
|
}
|
|
1348
|
-
}), Io = /* @__PURE__ */ f(Bo, [["__scopeId", "data-v-22f9be13"]]), qo = { class: "logo-wall__wrapper" }, Lo = { class: "logo-wall__content" },
|
|
1350
|
+
}), Io = /* @__PURE__ */ f(Bo, [["__scopeId", "data-v-22f9be13"]]), qo = { class: "logo-wall__wrapper" }, Lo = { class: "logo-wall__content" }, Do = {
|
|
1349
1351
|
key: 0,
|
|
1350
1352
|
class: "logo-wall__text"
|
|
1351
|
-
},
|
|
1353
|
+
}, Vo = { key: 0 }, Co = { key: 1 }, To = { class: "logo-wall__logos" }, Ao = { class: "logo-wall__link" }, Po = /* @__PURE__ */ g({
|
|
1352
1354
|
__name: "logo-wall",
|
|
1353
1355
|
props: {
|
|
1354
1356
|
headline: {
|
|
@@ -1368,9 +1370,9 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1368
1370
|
setup(e) {
|
|
1369
1371
|
return (a, r) => (l(), i("div", qo, [
|
|
1370
1372
|
t("div", Lo, [
|
|
1371
|
-
e.headline || e.body ? (l(), i("div",
|
|
1372
|
-
e.headline ? (l(), i("h2",
|
|
1373
|
-
e.body ? (l(), i("p",
|
|
1373
|
+
e.headline || e.body ? (l(), i("div", Do, [
|
|
1374
|
+
e.headline ? (l(), i("h2", Vo, n(e.headline), 1)) : h("", !0),
|
|
1375
|
+
e.body ? (l(), i("p", Co, n(e.body), 1)) : h("", !0)
|
|
1374
1376
|
])) : h("", !0),
|
|
1375
1377
|
t("div", To, [
|
|
1376
1378
|
(l(!0), i(P, null, M(e.logos, (s) => (l(), i("div", {
|
|
@@ -1422,7 +1424,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1422
1424
|
white: "micro-stories__wrapper--white",
|
|
1423
1425
|
blue: "micro-stories__wrapper--blue",
|
|
1424
1426
|
dark: "micro-stories__wrapper--dark"
|
|
1425
|
-
}, r =
|
|
1427
|
+
}, r = V(() => a[s.bgColor]), s = e;
|
|
1426
1428
|
return (o, u) => (l(), i("div", {
|
|
1427
1429
|
class: m(["micro-stories__wrapper", r.value])
|
|
1428
1430
|
}, [
|
|
@@ -1505,7 +1507,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1505
1507
|
dark: "promo__wrapper--dark",
|
|
1506
1508
|
light: "promo__wrapper--light",
|
|
1507
1509
|
default: "promo__wrapper--default"
|
|
1508
|
-
}, r = e, s =
|
|
1510
|
+
}, r = e, s = V(() => a[r.variant]);
|
|
1509
1511
|
return (o, u) => (l(), i("div", {
|
|
1510
1512
|
class: m([
|
|
1511
1513
|
"promo__wrapper",
|
|
@@ -1554,7 +1556,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1554
1556
|
o.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
1555
1557
|
])
|
|
1556
1558
|
}, [
|
|
1557
|
-
o.label ? (l(),
|
|
1559
|
+
o.label ? (l(), C(Q, {
|
|
1558
1560
|
key: 0,
|
|
1559
1561
|
text: o.label,
|
|
1560
1562
|
"label-dark": o.variant === "dark"
|
|
@@ -1567,7 +1569,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1567
1569
|
}, [
|
|
1568
1570
|
c(o.$slots, "promo-headline")
|
|
1569
1571
|
], 2),
|
|
1570
|
-
o.linkType === "link" ? (l(),
|
|
1572
|
+
o.linkType === "link" ? (l(), C(T, {
|
|
1571
1573
|
key: 1,
|
|
1572
1574
|
"link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
|
|
1573
1575
|
arrow: ""
|
|
@@ -1577,7 +1579,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1577
1579
|
]),
|
|
1578
1580
|
_: 3
|
|
1579
1581
|
}, 8, ["link-type"])) : h("", !0),
|
|
1580
|
-
o.linkType === "button" ? (l(),
|
|
1582
|
+
o.linkType === "button" ? (l(), C(T, {
|
|
1581
1583
|
key: 2,
|
|
1582
1584
|
"link-type": o.variant === "dark" ? "secondary_dark" : (o.variant === "light", "secondary")
|
|
1583
1585
|
}, {
|
|
@@ -1668,7 +1670,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1668
1670
|
])
|
|
1669
1671
|
}, [
|
|
1670
1672
|
t("div", ml, [
|
|
1671
|
-
a.label ? (l(),
|
|
1673
|
+
a.label ? (l(), C(Q, {
|
|
1672
1674
|
key: 0,
|
|
1673
1675
|
text: a.label,
|
|
1674
1676
|
"label-dark": !1
|
|
@@ -1735,7 +1737,7 @@ function Bl(e, a) {
|
|
|
1735
1737
|
])
|
|
1736
1738
|
]);
|
|
1737
1739
|
}
|
|
1738
|
-
const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040"]]), ql = (e) => (E("data-v-e254e1e0"), e = e(), R(), e), Ll = { class: "timeline__wrapper" },
|
|
1740
|
+
const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040"]]), ql = (e) => (E("data-v-e254e1e0"), e = e(), R(), e), Ll = { class: "timeline__wrapper" }, Dl = { class: "timeline__content" }, Vl = { class: "timeline__items" }, Cl = { class: "item__left" }, Tl = /* @__PURE__ */ ql(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
|
|
1739
1741
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
1740
1742
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
1741
1743
|
], -1)), Al = { class: "item__right" }, Pl = ["innerHTML"], Ml = /* @__PURE__ */ g({
|
|
@@ -1762,13 +1764,13 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
1762
1764
|
r.observe(s);
|
|
1763
1765
|
});
|
|
1764
1766
|
}), (a, r) => (l(), i("div", Ll, [
|
|
1765
|
-
t("div",
|
|
1766
|
-
t("div",
|
|
1767
|
+
t("div", Dl, [
|
|
1768
|
+
t("div", Vl, [
|
|
1767
1769
|
(l(!0), i(P, null, M(e.timelineItems, (s) => (l(), i("div", {
|
|
1768
1770
|
key: s.year,
|
|
1769
1771
|
class: "timeline__item faded"
|
|
1770
1772
|
}, [
|
|
1771
|
-
t("div",
|
|
1773
|
+
t("div", Cl, n(s.year), 1),
|
|
1772
1774
|
Tl,
|
|
1773
1775
|
t("div", Al, [
|
|
1774
1776
|
S(A, null, {
|
|
@@ -1913,7 +1915,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
1913
1915
|
])
|
|
1914
1916
|
]));
|
|
1915
1917
|
}
|
|
1916
|
-
}), bs = /* @__PURE__ */ f(gs, [["__scopeId", "data-v-31c1ba00"]]), j = (e) => (E("data-v-aa82b03d"), e = e(), R(), 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, "Emil Neckelmanns Vej 15F", -1)), Ls = /* @__PURE__ */ j(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)),
|
|
1918
|
+
}), bs = /* @__PURE__ */ f(gs, [["__scopeId", "data-v-31c1ba00"]]), j = (e) => (E("data-v-aa82b03d"), e = e(), R(), 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, "Emil Neckelmanns Vej 15F", -1)), Ls = /* @__PURE__ */ j(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), Ds = /* @__PURE__ */ j(() => /* @__PURE__ */ t("span", null, "CVR: 35251235", -1)), Vs = /* @__PURE__ */ j(() => /* @__PURE__ */ t("br", null, null, -1)), Cs = /* @__PURE__ */ j(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), Ts = /* @__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 = {
|
|
1917
1919
|
key: 0,
|
|
1918
1920
|
class: "footer__social"
|
|
1919
1921
|
}, Es = ["href", "aria-label"], Rs = {
|
|
@@ -1953,15 +1955,15 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
1953
1955
|
t("address", null, [
|
|
1954
1956
|
qs,
|
|
1955
1957
|
Ls,
|
|
1958
|
+
Ds,
|
|
1956
1959
|
Vs,
|
|
1957
|
-
Cs,
|
|
1958
1960
|
S(T, {
|
|
1959
1961
|
class: "footer__contact",
|
|
1960
1962
|
"link-type": "regular_light",
|
|
1961
1963
|
underline: "false"
|
|
1962
1964
|
}, {
|
|
1963
1965
|
default: $(() => [
|
|
1964
|
-
|
|
1966
|
+
Cs
|
|
1965
1967
|
]),
|
|
1966
1968
|
_: 1
|
|
1967
1969
|
}),
|
|
@@ -1994,7 +1996,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
1994
1996
|
c(a.$slots, "footer-cookie-link")
|
|
1995
1997
|
]),
|
|
1996
1998
|
a.language !== "zh" ? (l(), i("div", Fs, [
|
|
1997
|
-
(l(!0), i(P, null, M(a.socialMedia, (s) => (l(),
|
|
1999
|
+
(l(!0), i(P, null, M(a.socialMedia, (s) => (l(), C(T, {
|
|
1998
2000
|
key: s.title,
|
|
1999
2001
|
underline: "false",
|
|
2000
2002
|
"link-type": "regular"
|
|
@@ -2015,7 +2017,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2015
2017
|
_: 2
|
|
2016
2018
|
}, 1024))), 128))
|
|
2017
2019
|
])) : (l(), i("div", Rs, [
|
|
2018
|
-
(l(!0), i(P, null, M(a.socialMediaChina, (s) => (l(),
|
|
2020
|
+
(l(!0), i(P, null, M(a.socialMediaChina, (s) => (l(), C(T, {
|
|
2019
2021
|
key: s.title,
|
|
2020
2022
|
underline: "false",
|
|
2021
2023
|
"link-type": "regular"
|
|
@@ -2348,7 +2350,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2348
2350
|
])
|
|
2349
2351
|
]));
|
|
2350
2352
|
}
|
|
2351
|
-
}), Ii = /* @__PURE__ */ f(Bi, [["__scopeId", "data-v-dc8cc97e"]]), qi = { class: "pagination__wrapper" }, Li = { class: "pagination__content" },
|
|
2353
|
+
}), Ii = /* @__PURE__ */ f(Bi, [["__scopeId", "data-v-dc8cc97e"]]), qi = { class: "pagination__wrapper" }, Li = { class: "pagination__content" }, Di = /* @__PURE__ */ g({
|
|
2352
2354
|
__name: "pagination",
|
|
2353
2355
|
props: {
|
|
2354
2356
|
isPreviousDisabled: {
|
|
@@ -2380,13 +2382,13 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2380
2382
|
])
|
|
2381
2383
|
]));
|
|
2382
2384
|
}
|
|
2383
|
-
}),
|
|
2385
|
+
}), Vi = /* @__PURE__ */ f(Di, [["__scopeId", "data-v-da6d07c9"]]), Ci = {}, Ti = { class: "search__wrapper" };
|
|
2384
2386
|
function Ai(e, a) {
|
|
2385
2387
|
return l(), i("div", Ti, [
|
|
2386
2388
|
c(e.$slots, "default", { class: "search__content" })
|
|
2387
2389
|
]);
|
|
2388
2390
|
}
|
|
2389
|
-
const Pi = /* @__PURE__ */ f(
|
|
2391
|
+
const Pi = /* @__PURE__ */ f(Ci, [["render", Ai], ["__scopeId", "data-v-623adb82"]]), Mi = { class: "product-hero__wrapper" }, Oi = { class: "product-hero__content" }, Fi = { class: "product-hero__headline" }, Ei = { class: "product-hero__video" }, Ri = { class: "product-hero__insignia" }, Hi = {
|
|
2390
2392
|
key: 0,
|
|
2391
2393
|
class: "product-hero__logo"
|
|
2392
2394
|
}, Ni = {
|
|
@@ -2431,7 +2433,7 @@ const Pi = /* @__PURE__ */ f(Di, [["render", Ai], ["__scopeId", "data-v-623adb82
|
|
|
2431
2433
|
t("div", Oi, [
|
|
2432
2434
|
t("div", Fi, n(e.headline), 1),
|
|
2433
2435
|
t("div", Ei, [
|
|
2434
|
-
e.videoSrc !== "" ? (l(),
|
|
2436
|
+
e.videoSrc !== "" ? (l(), C(ee, {
|
|
2435
2437
|
key: 0,
|
|
2436
2438
|
play: "",
|
|
2437
2439
|
"local-video": !0,
|
|
@@ -2442,7 +2444,7 @@ const Pi = /* @__PURE__ */ f(Di, [["render", Ai], ["__scopeId", "data-v-623adb82
|
|
|
2442
2444
|
autoplay: "",
|
|
2443
2445
|
loop: "",
|
|
2444
2446
|
muted: ""
|
|
2445
|
-
}, null, 8, ["src", "aria-label", "poster"])) : (l(),
|
|
2447
|
+
}, null, 8, ["src", "aria-label", "poster"])) : (l(), C(I(A), { key: 1 }, {
|
|
2446
2448
|
default: $(() => [
|
|
2447
2449
|
c(a.$slots, "product-hero-image", {}, void 0, !0)
|
|
2448
2450
|
]),
|
|
@@ -2488,7 +2490,7 @@ const Pi = /* @__PURE__ */ f(Di, [["render", Ai], ["__scopeId", "data-v-623adb82
|
|
|
2488
2490
|
dark: "promo__wrapper--dark",
|
|
2489
2491
|
light: "promo__wrapper--light",
|
|
2490
2492
|
default: "promo__wrapper--default"
|
|
2491
|
-
}, r = e, s =
|
|
2493
|
+
}, r = e, s = V(() => a[r.variant]);
|
|
2492
2494
|
return (o, u) => (l(), i("div", {
|
|
2493
2495
|
class: m([
|
|
2494
2496
|
"promo__wrapper",
|
|
@@ -2522,7 +2524,7 @@ const Pi = /* @__PURE__ */ f(Di, [["render", Ai], ["__scopeId", "data-v-623adb82
|
|
|
2522
2524
|
o.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
2523
2525
|
])
|
|
2524
2526
|
}, [
|
|
2525
|
-
o.label ? (l(),
|
|
2527
|
+
o.label ? (l(), C(Q, {
|
|
2526
2528
|
key: 0,
|
|
2527
2529
|
text: o.label,
|
|
2528
2530
|
"label-dark": o.variant === "dark"
|
|
@@ -2535,7 +2537,7 @@ const Pi = /* @__PURE__ */ f(Di, [["render", Ai], ["__scopeId", "data-v-623adb82
|
|
|
2535
2537
|
}, [
|
|
2536
2538
|
c(o.$slots, "promo-text")
|
|
2537
2539
|
], 2),
|
|
2538
|
-
o.linkType === "link" ? (l(),
|
|
2540
|
+
o.linkType === "link" ? (l(), C(T, {
|
|
2539
2541
|
key: 1,
|
|
2540
2542
|
"link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
|
|
2541
2543
|
arrow: ""
|
|
@@ -2545,7 +2547,7 @@ const Pi = /* @__PURE__ */ f(Di, [["render", Ai], ["__scopeId", "data-v-623adb82
|
|
|
2545
2547
|
]),
|
|
2546
2548
|
_: 3
|
|
2547
2549
|
}, 8, ["link-type"])) : h("", !0),
|
|
2548
|
-
o.linkType === "button" ? (l(),
|
|
2550
|
+
o.linkType === "button" ? (l(), C(T, {
|
|
2549
2551
|
key: 2,
|
|
2550
2552
|
"link-type": o.variant === "dark" ? "secondary_dark" : (o.variant === "light", "secondary")
|
|
2551
2553
|
}, {
|
|
@@ -2560,7 +2562,7 @@ const Pi = /* @__PURE__ */ f(Di, [["render", Ai], ["__scopeId", "data-v-623adb82
|
|
|
2560
2562
|
}
|
|
2561
2563
|
}), Zi = /* @__PURE__ */ f(Qi, [["__scopeId", "data-v-00c0bad3"]]), xi = {
|
|
2562
2564
|
install: (e) => {
|
|
2563
|
-
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", T), e.component("AtomRadioButton", lt), e.component("AtomSelect", ct), e.component("AtomSlider", $t), e.component("AtomTextarea",
|
|
2565
|
+
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", T), e.component("AtomRadioButton", lt), e.component("AtomSelect", ct), e.component("AtomSlider", $t), e.component("AtomTextarea", Dt), e.component("AtomTextField", Ht), 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", po), e.component("BlockHero", Io), e.component("BlockImage", ao), e.component("BlockImageGallery", no), e.component("BlockLogoWall", Mo), e.component("BlockMicroStories", Ho), e.component("BlockPolicy", Ko), e.component("BlockProductHero", ji), e.component("BlockPromo", tl), e.component("BlockQuote", hl), 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", ps), e.component("OrganismFilter", bs), e.component("OrganismFooter", zs), e.component("OrganismHeader", bi), e.component("OrganismLanguageSwitcher", Ii), e.component("OrganismPagination", Vi), e.component("OrganismSearch", Pi);
|
|
2564
2566
|
}
|
|
2565
2567
|
};
|
|
2566
2568
|
export {
|
|
@@ -2575,7 +2577,7 @@ export {
|
|
|
2575
2577
|
ct as AtomSelect,
|
|
2576
2578
|
$t as AtomSlider,
|
|
2577
2579
|
Ht as AtomTextField,
|
|
2578
|
-
|
|
2580
|
+
Dt as AtomTextarea,
|
|
2579
2581
|
ee as AtomVideo,
|
|
2580
2582
|
Xo as BlockCardDisplay,
|
|
2581
2583
|
Pa as BlockFacts,
|
|
@@ -2608,7 +2610,7 @@ export {
|
|
|
2608
2610
|
zs as OrganismFooter,
|
|
2609
2611
|
bi as OrganismHeader,
|
|
2610
2612
|
Ii as OrganismLanguageSwitcher,
|
|
2611
|
-
|
|
2613
|
+
Vi as OrganismPagination,
|
|
2612
2614
|
Pi as OrganismSearch,
|
|
2613
2615
|
xi as default
|
|
2614
2616
|
};
|