@mirweb/mir-web-components 0.13.3 → 0.13.4
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 m, openBlock as i, createElementBlock as r, normalizeClass as c, toDisplayString as s, createElementVNode as t, renderSlot as u, pushScopeId as
|
|
1
|
+
import { defineComponent as m, openBlock as i, createElementBlock as r, normalizeClass as c, toDisplayString as s, createElementVNode as t, renderSlot as u, pushScopeId as z, popScopeId as V, computed as N, createTextVNode as H, ref as S, withDirectives as U, Fragment as q, renderList as D, vShow as G, normalizeProps as T, guardReactiveProps as j, mergeProps as ie, createVNode as k, Transition as ke, withCtx as $, withModifiers as re, createCommentVNode as v, watchEffect as ne, withKeys as $e, createBlock as A, normalizeStyle as se, isRef as Q, unref as p, watch as X, onMounted as we, onUnmounted as Se } from "vue";
|
|
2
2
|
const xe = ["aria-label"], Ie = /* @__PURE__ */ m({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
@@ -35,7 +35,7 @@ const h = (e, a) => {
|
|
|
35
35
|
for (const [n, o] of a)
|
|
36
36
|
l[n] = o;
|
|
37
37
|
return l;
|
|
38
|
-
}, W = /* @__PURE__ */ h(Ie, [["__scopeId", "data-v-f195a839"]]), qe = (e) => (
|
|
38
|
+
}, W = /* @__PURE__ */ h(Ie, [["__scopeId", "data-v-f195a839"]]), qe = (e) => (z("data-v-f62bd17f"), e = e(), V(), e), Me = ["name", "value", "disabled", "required", "id"], De = ["for"], Be = /* @__PURE__ */ qe(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Le = /* @__PURE__ */ m({
|
|
39
39
|
__name: "checkbox",
|
|
40
40
|
props: {
|
|
41
41
|
name: String,
|
|
@@ -89,7 +89,11 @@ const h = (e, a) => {
|
|
|
89
89
|
], 2));
|
|
90
90
|
}
|
|
91
91
|
});
|
|
92
|
-
const Ae = /* @__PURE__ */ h(Le, [["__scopeId", "data-v-f62bd17f"]]), Ce = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOSA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSA4TDggMU0xIDFMOCA4IiBzdHJva2U9IiMwQzA5MzEiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=", Te =
|
|
92
|
+
const Ae = /* @__PURE__ */ h(Le, [["__scopeId", "data-v-f62bd17f"]]), Ce = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOSA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSA4TDggMU0xIDFMOCA4IiBzdHJva2U9IiMwQzA5MzEiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=", Te = (e) => (z("data-v-e7768ff8"), e = e(), V(), e), je = ["aria-label"], Ne = /* @__PURE__ */ Te(() => /* @__PURE__ */ t("img", {
|
|
93
|
+
src: Ce,
|
|
94
|
+
alt: "close",
|
|
95
|
+
class: "close-icon"
|
|
96
|
+
}, null, -1)), ze = /* @__PURE__ */ m({
|
|
93
97
|
__name: "chip",
|
|
94
98
|
props: {
|
|
95
99
|
text: {
|
|
@@ -100,23 +104,21 @@ const Ae = /* @__PURE__ */ h(Le, [["__scopeId", "data-v-f62bd17f"]]), Ce = "data
|
|
|
100
104
|
emits: ["remove-chip"],
|
|
101
105
|
setup(e, { emit: a }) {
|
|
102
106
|
const l = e, n = N(() => `Chip: ${l.text}`);
|
|
103
|
-
return (o, _) => (i(), r("div",
|
|
107
|
+
return (o, _) => (i(), r("div", {
|
|
108
|
+
class: "chip__wrapper",
|
|
109
|
+
onClick: _[0] || (_[0] = (x) => o.$emit("remove-chip"))
|
|
110
|
+
}, [
|
|
104
111
|
t("span", {
|
|
105
112
|
class: "chip",
|
|
106
113
|
"aria-label": n.value
|
|
107
114
|
}, [
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
src: Ce,
|
|
111
|
-
alt: "close",
|
|
112
|
-
class: "close-icon",
|
|
113
|
-
onClick: _[0] || (_[0] = (x) => o.$emit("remove-chip"))
|
|
114
|
-
})
|
|
115
|
+
H(s(e.text) + " ", 1),
|
|
116
|
+
Ne
|
|
115
117
|
], 8, je)
|
|
116
118
|
]));
|
|
117
119
|
}
|
|
118
120
|
});
|
|
119
|
-
const
|
|
121
|
+
const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["value"], Pe = ["id"], He = { class: "listbox__dropdown" }, Ze = ["id", "aria-labelledby", "aria-disabled"], Re = ["aria-labelledby", "aria-activedescendant"], Ee = ["aria-selected", "data-value"], Ue = /* @__PURE__ */ m({
|
|
120
122
|
__name: "dropdown",
|
|
121
123
|
props: {
|
|
122
124
|
modelValue: {
|
|
@@ -190,7 +192,7 @@ const ze = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
|
|
|
190
192
|
case "ArrowDown": {
|
|
191
193
|
d.preventDefault();
|
|
192
194
|
const w = l.options.findIndex(
|
|
193
|
-
(
|
|
195
|
+
(P) => P.value === l.modelValue
|
|
194
196
|
);
|
|
195
197
|
let L = w ? _.value[w] : _.value[0];
|
|
196
198
|
g === "ArrowUp" ? w - 1 >= 0 && (L = _.value[w - 1]) : w + 1 <= l.options.length && (L = _.value[w + 1]), L && Z(L);
|
|
@@ -258,15 +260,15 @@ const ze = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
|
|
|
258
260
|
if (l.modelValue) {
|
|
259
261
|
const L = l.options.findIndex(
|
|
260
262
|
(pe) => pe.value === l.modelValue
|
|
261
|
-
),
|
|
262
|
-
he(
|
|
263
|
+
), P = _.value[L];
|
|
264
|
+
he(P);
|
|
263
265
|
}
|
|
264
266
|
if (d.setAttribute("aria-selected", "true"), (y = o.value) == null || y.setAttribute(
|
|
265
267
|
"aria-activedescendant",
|
|
266
268
|
g || ""
|
|
267
269
|
), ue(g || ""), o.value && o.value.scrollHeight > o.value.clientHeight) {
|
|
268
|
-
const L = o.value.clientHeight + o.value.scrollTop,
|
|
269
|
-
|
|
270
|
+
const L = o.value.clientHeight + o.value.scrollTop, P = d.offsetTop + d.offsetHeight;
|
|
271
|
+
P > L ? o.value.scrollTop = P - ((w = o.value) == null ? void 0 : w.clientHeight) : d.offsetTop < o.value.scrollTop && (o.value.scrollTop = d.offsetTop);
|
|
270
272
|
}
|
|
271
273
|
}
|
|
272
274
|
function ye() {
|
|
@@ -297,8 +299,8 @@ const ze = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
|
|
|
297
299
|
"is-disabled": e.disabled,
|
|
298
300
|
"is-required": e.required
|
|
299
301
|
}, "listbox__label"])
|
|
300
|
-
}, s(e.label), 11,
|
|
301
|
-
U((i(), r("div",
|
|
302
|
+
}, s(e.label), 11, Pe),
|
|
303
|
+
U((i(), r("div", He, [
|
|
302
304
|
t("button", {
|
|
303
305
|
id: `${e.name}-button-label`,
|
|
304
306
|
"aria-labelledby": `${e.name}-label ${e.name}-button-label`,
|
|
@@ -310,7 +312,7 @@ const ze = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
|
|
|
310
312
|
onKeydown: me,
|
|
311
313
|
ref_key: "listboxButton",
|
|
312
314
|
ref: n
|
|
313
|
-
}, s(e.modelValue ? M.value : e.placeholder), 41,
|
|
315
|
+
}, s(e.modelValue ? M.value : e.placeholder), 41, Ze),
|
|
314
316
|
U(t("ul", {
|
|
315
317
|
"aria-labelledby": `${e.name}-label`,
|
|
316
318
|
"aria-activedescendant": e.modelValue,
|
|
@@ -331,17 +333,17 @@ const ze = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
|
|
|
331
333
|
ref_for: !0,
|
|
332
334
|
ref_key: "listboxOptions",
|
|
333
335
|
ref: _
|
|
334
|
-
}, s(y.label), 9,
|
|
335
|
-
], 40,
|
|
336
|
+
}, s(y.label), 9, Ee))), 128))
|
|
337
|
+
], 40, Re), [
|
|
336
338
|
[G, !f.value]
|
|
337
339
|
])
|
|
338
340
|
])), [
|
|
339
341
|
[ce, E]
|
|
340
342
|
])
|
|
341
|
-
], 8,
|
|
343
|
+
], 8, Oe));
|
|
342
344
|
}
|
|
343
345
|
});
|
|
344
|
-
const
|
|
346
|
+
const We = /* @__PURE__ */ h(Ue, [["__scopeId", "data-v-4824444a"]]), Fe = { class: "image__wrapper" }, Ge = /* @__PURE__ */ m({
|
|
345
347
|
__name: "image",
|
|
346
348
|
props: {
|
|
347
349
|
src: {
|
|
@@ -379,12 +381,12 @@ const Ue = /* @__PURE__ */ h(Ee, [["__scopeId", "data-v-4824444a"]]), We = { cla
|
|
|
379
381
|
}
|
|
380
382
|
},
|
|
381
383
|
setup(e) {
|
|
382
|
-
return (a, l) => (i(), r("div",
|
|
384
|
+
return (a, l) => (i(), r("div", Fe, [
|
|
383
385
|
u(a.$slots, "default", T(j(a.$attrs)))
|
|
384
386
|
]));
|
|
385
387
|
}
|
|
386
388
|
});
|
|
387
|
-
const B = /* @__PURE__ */ h(
|
|
389
|
+
const B = /* @__PURE__ */ h(Ge, [["__scopeId", "data-v-513b5384"]]), Je = { class: "label__wrapper" }, Ye = ["aria-label", "label-dark"], Ke = /* @__PURE__ */ m({
|
|
388
390
|
__name: "label",
|
|
389
391
|
props: {
|
|
390
392
|
text: {
|
|
@@ -399,16 +401,16 @@ const B = /* @__PURE__ */ h(Fe, [["__scopeId", "data-v-513b5384"]]), Ge = { clas
|
|
|
399
401
|
},
|
|
400
402
|
setup(e) {
|
|
401
403
|
const a = e, l = N(() => `Label: ${a.text}`);
|
|
402
|
-
return (n, o) => (i(), r("div",
|
|
404
|
+
return (n, o) => (i(), r("div", Je, [
|
|
403
405
|
t("span", {
|
|
404
406
|
"aria-label": l.value,
|
|
405
407
|
"label-dark": e.labelDark,
|
|
406
408
|
class: c(e.labelDark ? "label--dark" : "label--light")
|
|
407
|
-
}, s(e.text), 11,
|
|
409
|
+
}, s(e.text), 11, Ye)
|
|
408
410
|
]));
|
|
409
411
|
}
|
|
410
412
|
});
|
|
411
|
-
const F = /* @__PURE__ */ h(
|
|
413
|
+
const F = /* @__PURE__ */ h(Ke, [["__scopeId", "data-v-aacf01db"]]), Qe = { class: "link__wrapper" }, C = /* @__PURE__ */ m({
|
|
412
414
|
__name: "link",
|
|
413
415
|
props: {
|
|
414
416
|
url: {
|
|
@@ -453,7 +455,7 @@ const F = /* @__PURE__ */ h(Ye, [["__scopeId", "data-v-aacf01db"]]), Ke = { clas
|
|
|
453
455
|
const { ...n } = a;
|
|
454
456
|
return n;
|
|
455
457
|
});
|
|
456
|
-
return (n, o) => (i(), r("div",
|
|
458
|
+
return (n, o) => (i(), r("div", Qe, [
|
|
457
459
|
t("div", ie(l.value, {
|
|
458
460
|
class: ["mir-link", [
|
|
459
461
|
e.linkType === "primary" ? "mir-link--btn button button--primary" : e.linkType === "secondary" ? "mir-link--btn button button--secondary" : e.linkType === "secondary-dark" ? "mir-link--btn button button--secondary-dark" : e.linkType === "regular" ? "regular-link" : e.linkType === "regular-dark" ? "regular-link-dark" : e.linkType === "regular-light" ? "regular-link-light" : e.linkType === "regular-blue" ? "regular-link-blue" : "",
|
|
@@ -467,7 +469,7 @@ const F = /* @__PURE__ */ h(Ye, [["__scopeId", "data-v-aacf01db"]]), Ke = { clas
|
|
|
467
469
|
]));
|
|
468
470
|
}
|
|
469
471
|
});
|
|
470
|
-
const
|
|
472
|
+
const Xe = (e) => (z("data-v-016da8d2"), e = e(), V(), e), et = ["name", "value", "checked", "disabled", "required", "id"], tt = ["for"], at = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), lt = /* @__PURE__ */ m({
|
|
471
473
|
__name: "radio-button",
|
|
472
474
|
props: {
|
|
473
475
|
name: String,
|
|
@@ -512,18 +514,18 @@ const Qe = (e) => (P("data-v-016da8d2"), e = e(), H(), e), Xe = ["name", "value"
|
|
|
512
514
|
id: e.id,
|
|
513
515
|
class: "radio__radio",
|
|
514
516
|
onChange: l
|
|
515
|
-
}, null, 40,
|
|
517
|
+
}, null, 40, et),
|
|
516
518
|
t("label", {
|
|
517
519
|
for: e.id,
|
|
518
520
|
class: c(["radio__label", e.required ? "required" : ""])
|
|
519
521
|
}, [
|
|
520
|
-
|
|
522
|
+
at,
|
|
521
523
|
u(n.$slots, "default", {}, void 0, !0)
|
|
522
|
-
], 10,
|
|
524
|
+
], 10, tt)
|
|
523
525
|
], 2));
|
|
524
526
|
}
|
|
525
527
|
});
|
|
526
|
-
const
|
|
528
|
+
const it = /* @__PURE__ */ h(lt, [["__scopeId", "data-v-016da8d2"]]), rt = { class: "select__wrapper" }, nt = ["for"], st = ["disabled", "id", "name", "value"], ot = ["value"], dt = /* @__PURE__ */ m({
|
|
527
529
|
__name: "select",
|
|
528
530
|
props: {
|
|
529
531
|
id: {
|
|
@@ -564,11 +566,11 @@ const lt = /* @__PURE__ */ h(at, [["__scopeId", "data-v-016da8d2"]]), it = { cla
|
|
|
564
566
|
},
|
|
565
567
|
emits: ["update:modelValue"],
|
|
566
568
|
setup(e) {
|
|
567
|
-
return (a, l) => (i(), r("div",
|
|
569
|
+
return (a, l) => (i(), r("div", rt, [
|
|
568
570
|
t("label", {
|
|
569
571
|
for: e.id,
|
|
570
572
|
class: c([e.required ? "required" : "", e.disabled ? "disabled" : ""])
|
|
571
|
-
}, s(e.label), 11,
|
|
573
|
+
}, s(e.label), 11, nt),
|
|
572
574
|
t("select", {
|
|
573
575
|
class: c(e.disabled ? "disabled" : ""),
|
|
574
576
|
disabled: e.disabled,
|
|
@@ -582,12 +584,12 @@ const lt = /* @__PURE__ */ h(at, [["__scopeId", "data-v-016da8d2"]]), it = { cla
|
|
|
582
584
|
(i(!0), r(q, null, D(e.options, (n) => (i(), r("option", {
|
|
583
585
|
key: n.value,
|
|
584
586
|
value: n.value
|
|
585
|
-
}, s(n.text), 9,
|
|
586
|
-
], 42,
|
|
587
|
+
}, s(n.text), 9, ot))), 128))
|
|
588
|
+
], 42, st)
|
|
587
589
|
]));
|
|
588
590
|
}
|
|
589
591
|
});
|
|
590
|
-
const
|
|
592
|
+
const ct = /* @__PURE__ */ h(dt, [["__scopeId", "data-v-d1d7a1e3"]]), ut = { class: "modal__wrapper" }, _t = /* @__PURE__ */ m({
|
|
591
593
|
__name: "modal",
|
|
592
594
|
props: {
|
|
593
595
|
show: { type: Boolean, default: !1 }
|
|
@@ -602,7 +604,7 @@ const dt = /* @__PURE__ */ h(ot, [["__scopeId", "data-v-d1d7a1e3"]]), ct = { cla
|
|
|
602
604
|
const n = () => {
|
|
603
605
|
a("update:show", !l.show);
|
|
604
606
|
};
|
|
605
|
-
return (o, _) => (i(), r("div",
|
|
607
|
+
return (o, _) => (i(), r("div", ut, [
|
|
606
608
|
k(ke, {
|
|
607
609
|
duration: 300,
|
|
608
610
|
name: "nested"
|
|
@@ -636,7 +638,7 @@ const dt = /* @__PURE__ */ h(ot, [["__scopeId", "data-v-d1d7a1e3"]]), ct = { cla
|
|
|
636
638
|
]));
|
|
637
639
|
}
|
|
638
640
|
});
|
|
639
|
-
const oe = /* @__PURE__ */ h(
|
|
641
|
+
const oe = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-b5af91d8"]]), mt = { class: "slider__wrapper" }, ht = { class: "slider__label" }, vt = ["for"], gt = ["aria-label"], ft = { class: "slider__content" }, yt = ["id", "name", "value", "min", "step", "max"], bt = /* @__PURE__ */ m({
|
|
640
642
|
__name: "slider",
|
|
641
643
|
props: {
|
|
642
644
|
label: {
|
|
@@ -701,12 +703,12 @@ const oe = /* @__PURE__ */ h(ut, [["__scopeId", "data-v-b5af91d8"]]), _t = { cla
|
|
|
701
703
|
I(f + b);
|
|
702
704
|
}
|
|
703
705
|
}), (f, b) => (i(), r(q, null, [
|
|
704
|
-
t("div",
|
|
705
|
-
t("div",
|
|
706
|
+
t("div", mt, [
|
|
707
|
+
t("div", ht, [
|
|
706
708
|
t("label", {
|
|
707
709
|
for: e.id,
|
|
708
710
|
class: c([e.variant, ""])
|
|
709
|
-
}, s(e.label), 11,
|
|
711
|
+
}, s(e.label), 11, vt),
|
|
710
712
|
e.information ? (i(), r("i", {
|
|
711
713
|
key: 0,
|
|
712
714
|
role: "button",
|
|
@@ -716,9 +718,9 @@ const oe = /* @__PURE__ */ h(ut, [["__scopeId", "data-v-b5af91d8"]]), _t = { cla
|
|
|
716
718
|
"aria-label": e.informationLabel,
|
|
717
719
|
tabindex: "0",
|
|
718
720
|
"aria-haspopup": "dialog"
|
|
719
|
-
}, null, 42,
|
|
721
|
+
}, null, 42, gt)) : v("", !0)
|
|
720
722
|
]),
|
|
721
|
-
t("div",
|
|
723
|
+
t("div", ft, [
|
|
722
724
|
t("span", {
|
|
723
725
|
class: c([e.variant, "slider__minmax"])
|
|
724
726
|
}, s(e.min), 3),
|
|
@@ -734,7 +736,7 @@ const oe = /* @__PURE__ */ h(ut, [["__scopeId", "data-v-b5af91d8"]]), _t = { cla
|
|
|
734
736
|
ref_key: "slider",
|
|
735
737
|
ref: o,
|
|
736
738
|
onInput: b[2] || (b[2] = ({ target: M }) => n.value = parseFloat(M.value))
|
|
737
|
-
}, null, 42,
|
|
739
|
+
}, null, 42, yt),
|
|
738
740
|
t("span", {
|
|
739
741
|
class: c([e.variant, "slider__minmax"])
|
|
740
742
|
}, s(e.max), 3)
|
|
@@ -749,14 +751,14 @@ const oe = /* @__PURE__ */ h(ut, [["__scopeId", "data-v-b5af91d8"]]), _t = { cla
|
|
|
749
751
|
"onUpdate:show": b[3] || (b[3] = (M) => _.value = M)
|
|
750
752
|
}, {
|
|
751
753
|
default: $(() => [
|
|
752
|
-
|
|
754
|
+
H(s(e.information), 1)
|
|
753
755
|
]),
|
|
754
756
|
_: 1
|
|
755
757
|
}, 8, ["show"])) : v("", !0)
|
|
756
758
|
], 64));
|
|
757
759
|
}
|
|
758
760
|
});
|
|
759
|
-
const
|
|
761
|
+
const pt = /* @__PURE__ */ h(bt, [["__scopeId", "data-v-84385cf8"]]), kt = { id: "textarea-wrapper" }, $t = ["for"], wt = ["id"], St = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], xt = { class: "textarea-info" }, It = { key: 0 }, qt = /* @__PURE__ */ m({
|
|
760
762
|
__name: "textarea",
|
|
761
763
|
props: {
|
|
762
764
|
id: {
|
|
@@ -796,11 +798,11 @@ const bt = /* @__PURE__ */ h(yt, [["__scopeId", "data-v-84385cf8"]]), pt = { id:
|
|
|
796
798
|
},
|
|
797
799
|
emits: ["update:modelValue"],
|
|
798
800
|
setup(e) {
|
|
799
|
-
return (a, l) => (i(), r("div",
|
|
801
|
+
return (a, l) => (i(), r("div", kt, [
|
|
800
802
|
t("label", {
|
|
801
803
|
for: e.id,
|
|
802
804
|
class: c({ required: e.required })
|
|
803
|
-
}, s(e.labelText) + s(e.required ? " *" : ""), 11,
|
|
805
|
+
}, s(e.labelText) + s(e.required ? " *" : ""), 11, $t),
|
|
804
806
|
t("div", {
|
|
805
807
|
id: e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? "textarea-wrapper__inner" : ""
|
|
806
808
|
}, [
|
|
@@ -818,11 +820,11 @@ const bt = /* @__PURE__ */ h(yt, [["__scopeId", "data-v-84385cf8"]]), pt = { id:
|
|
|
818
820
|
class: c(
|
|
819
821
|
e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? "reached-meter-limit" : "border"
|
|
820
822
|
)
|
|
821
|
-
}, null, 42,
|
|
822
|
-
], 8,
|
|
823
|
-
t("div",
|
|
823
|
+
}, null, 42, St)
|
|
824
|
+
], 8, wt),
|
|
825
|
+
t("div", xt, [
|
|
824
826
|
t("div", null, [
|
|
825
|
-
e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? (i(), r("p",
|
|
827
|
+
e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? (i(), r("p", It, " Too many characters. Please make it shorter ")) : v("", !0)
|
|
826
828
|
]),
|
|
827
829
|
t("p", {
|
|
828
830
|
class: c(
|
|
@@ -833,16 +835,16 @@ const bt = /* @__PURE__ */ h(yt, [["__scopeId", "data-v-84385cf8"]]), pt = { id:
|
|
|
833
835
|
]));
|
|
834
836
|
}
|
|
835
837
|
});
|
|
836
|
-
const
|
|
838
|
+
const Mt = /* @__PURE__ */ h(qt, [["__scopeId", "data-v-28492b7a"]]), Dt = { class: "text-field__wrapper" }, Bt = ["for"], Lt = { key: 0 }, At = ["id", "type", "value", "placeholder", "required", "disabled"], Ct = ["aria-expanded"], Tt = ["type", "value", "placeholder", "id", "required", "disabled"], jt = {
|
|
837
839
|
key: 2,
|
|
838
840
|
class: "search"
|
|
839
|
-
},
|
|
841
|
+
}, Nt = {
|
|
840
842
|
key: 3,
|
|
841
843
|
class: "errorMessage"
|
|
842
|
-
},
|
|
844
|
+
}, zt = {
|
|
843
845
|
key: 4,
|
|
844
846
|
class: "helperText"
|
|
845
|
-
},
|
|
847
|
+
}, Vt = /* @__PURE__ */ m({
|
|
846
848
|
__name: "text-field",
|
|
847
849
|
props: {
|
|
848
850
|
type: {
|
|
@@ -914,7 +916,7 @@ const qt = /* @__PURE__ */ h(It, [["__scopeId", "data-v-28492b7a"]]), Mt = { cla
|
|
|
914
916
|
), n = N(
|
|
915
917
|
() => a.value ? "password" : "text"
|
|
916
918
|
);
|
|
917
|
-
return (o, _) => (i(), r("div",
|
|
919
|
+
return (o, _) => (i(), r("div", Dt, [
|
|
918
920
|
t("label", {
|
|
919
921
|
for: e.id,
|
|
920
922
|
class: c([
|
|
@@ -922,8 +924,8 @@ const qt = /* @__PURE__ */ h(It, [["__scopeId", "data-v-28492b7a"]]), Mt = { cla
|
|
|
922
924
|
e.disabled ? "disabled" : "",
|
|
923
925
|
e.search ? "search" : ""
|
|
924
926
|
])
|
|
925
|
-
}, s(e.label), 11,
|
|
926
|
-
e.type === "password" ? (i(), r("div",
|
|
927
|
+
}, s(e.label), 11, Bt),
|
|
928
|
+
e.type === "password" ? (i(), r("div", Lt, [
|
|
927
929
|
t("input", {
|
|
928
930
|
id: e.id,
|
|
929
931
|
type: n.value,
|
|
@@ -932,14 +934,14 @@ const qt = /* @__PURE__ */ h(It, [["__scopeId", "data-v-28492b7a"]]), Mt = { cla
|
|
|
932
934
|
required: e.required,
|
|
933
935
|
disabled: e.disabled,
|
|
934
936
|
onInput: _[0] || (_[0] = (x) => o.$emit("update:modelValue", x.target.value))
|
|
935
|
-
}, null, 40,
|
|
937
|
+
}, null, 40, At),
|
|
936
938
|
t("i", {
|
|
937
939
|
role: "button",
|
|
938
940
|
class: c([l.value]),
|
|
939
941
|
onClick: _[1] || (_[1] = (x) => a.value = !a.value),
|
|
940
942
|
"aria-controls": "password",
|
|
941
943
|
"aria-expanded": !a.value
|
|
942
|
-
}, null, 10,
|
|
944
|
+
}, null, 10, Ct)
|
|
943
945
|
])) : (i(), r("input", {
|
|
944
946
|
key: 1,
|
|
945
947
|
type: e.type,
|
|
@@ -954,14 +956,14 @@ const qt = /* @__PURE__ */ h(It, [["__scopeId", "data-v-28492b7a"]]), Mt = { cla
|
|
|
954
956
|
]),
|
|
955
957
|
disabled: e.disabled,
|
|
956
958
|
onInput: _[2] || (_[2] = (x) => o.$emit("update:modelValue", x.target.value))
|
|
957
|
-
}, null, 42,
|
|
958
|
-
e.search ? (i(), r("i",
|
|
959
|
-
e.errorMessage ? (i(), r("strong",
|
|
960
|
-
e.helperText ? (i(), r("span",
|
|
959
|
+
}, null, 42, Tt)),
|
|
960
|
+
e.search ? (i(), r("i", jt)) : v("", !0),
|
|
961
|
+
e.errorMessage ? (i(), r("strong", Nt, s(e.errorMessage), 1)) : v("", !0),
|
|
962
|
+
e.helperText ? (i(), r("span", zt, s(e.helperText), 1)) : v("", !0)
|
|
961
963
|
]));
|
|
962
964
|
}
|
|
963
965
|
});
|
|
964
|
-
const
|
|
966
|
+
const Ot = /* @__PURE__ */ h(Vt, [["__scopeId", "data-v-4c2c5e23"]]), Pt = { class: "video__wrapper" }, Ht = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], Zt = ["src", "aria-label", "title", "width", "height"], Rt = /* @__PURE__ */ m({
|
|
965
967
|
__name: "video",
|
|
966
968
|
props: {
|
|
967
969
|
play: {
|
|
@@ -1017,7 +1019,7 @@ const Vt = /* @__PURE__ */ h(zt, [["__scopeId", "data-v-4c2c5e23"]]), Ot = { cla
|
|
|
1017
1019
|
let l = S(null);
|
|
1018
1020
|
return ne(() => {
|
|
1019
1021
|
a.play && l.value ? l.value.play() : !a.play && l.value && l.value.pause();
|
|
1020
|
-
}), (n, o) => (i(), r("div",
|
|
1022
|
+
}), (n, o) => (i(), r("div", Pt, [
|
|
1021
1023
|
e.localVideo ? (i(), r("video", {
|
|
1022
1024
|
key: 0,
|
|
1023
1025
|
ref_key: "videoRef",
|
|
@@ -1033,7 +1035,7 @@ const Vt = /* @__PURE__ */ h(zt, [["__scopeId", "data-v-4c2c5e23"]]), Ot = { cla
|
|
|
1033
1035
|
type: "video/mp4",
|
|
1034
1036
|
playsinline: "",
|
|
1035
1037
|
src: e.src
|
|
1036
|
-
}, " Your browser does not support HTML video. ", 8,
|
|
1038
|
+
}, " Your browser does not support HTML video. ", 8, Ht)) : (i(), r("iframe", {
|
|
1037
1039
|
key: 1,
|
|
1038
1040
|
src: e.src,
|
|
1039
1041
|
"aria-label": e.ariaLabel,
|
|
@@ -1043,11 +1045,11 @@ const Vt = /* @__PURE__ */ h(zt, [["__scopeId", "data-v-4c2c5e23"]]), Ot = { cla
|
|
|
1043
1045
|
frameborder: "0",
|
|
1044
1046
|
allow: "autoplay; fullscreen",
|
|
1045
1047
|
allowfullscreen: ""
|
|
1046
|
-
}, null, 8,
|
|
1048
|
+
}, null, 8, Zt))
|
|
1047
1049
|
]));
|
|
1048
1050
|
}
|
|
1049
1051
|
});
|
|
1050
|
-
const R = /* @__PURE__ */ h(
|
|
1052
|
+
const R = /* @__PURE__ */ h(Rt, [["__scopeId", "data-v-48adae09"]]), Et = { class: "address__wrapper" }, Ut = { class: "address__content" }, Wt = { class: "address__flag" }, Ft = { class: "address__address" }, Gt = { class: "address__name" }, Jt = { key: 0 }, Yt = { class: "address__contact" }, Kt = ["href"], Qt = ["href"], Xt = /* @__PURE__ */ m({
|
|
1051
1053
|
__name: "address",
|
|
1052
1054
|
props: {
|
|
1053
1055
|
name: {
|
|
@@ -1078,19 +1080,19 @@ const R = /* @__PURE__ */ h(Zt, [["__scopeId", "data-v-48adae09"]]), Rt = { clas
|
|
|
1078
1080
|
}
|
|
1079
1081
|
},
|
|
1080
1082
|
setup(e) {
|
|
1081
|
-
return (a, l) => (i(), r("div",
|
|
1082
|
-
t("div",
|
|
1083
|
-
t("div",
|
|
1083
|
+
return (a, l) => (i(), r("div", Et, [
|
|
1084
|
+
t("div", Ut, [
|
|
1085
|
+
t("div", Wt, [
|
|
1084
1086
|
u(a.$slots, "address-flag", {}, void 0, !0)
|
|
1085
1087
|
]),
|
|
1086
|
-
t("div",
|
|
1087
|
-
t("p",
|
|
1088
|
+
t("div", Ft, [
|
|
1089
|
+
t("p", Gt, s(e.name), 1),
|
|
1088
1090
|
t("p", null, s(e.company), 1),
|
|
1089
1091
|
t("p", null, s(e.addressLine_1), 1),
|
|
1090
1092
|
t("p", null, s(e.addressLine_2), 1),
|
|
1091
|
-
e.addressLine_3 ? (i(), r("p",
|
|
1093
|
+
e.addressLine_3 ? (i(), r("p", Jt, s(e.addressLine_3), 1)) : v("", !0)
|
|
1092
1094
|
]),
|
|
1093
|
-
t("div",
|
|
1095
|
+
t("div", Yt, [
|
|
1094
1096
|
(i(!0), r(q, null, D(e.phone_numbers, (n) => (i(), A(C, {
|
|
1095
1097
|
underline: "false",
|
|
1096
1098
|
linkType: "regular"
|
|
@@ -1099,20 +1101,20 @@ const R = /* @__PURE__ */ h(Zt, [["__scopeId", "data-v-48adae09"]]), Rt = { clas
|
|
|
1099
1101
|
t("a", {
|
|
1100
1102
|
href: "tel:" + n,
|
|
1101
1103
|
class: "address__phone"
|
|
1102
|
-
}, s(n), 9,
|
|
1104
|
+
}, s(n), 9, Kt)
|
|
1103
1105
|
]),
|
|
1104
1106
|
_: 2
|
|
1105
1107
|
}, 1024))), 256)),
|
|
1106
1108
|
t("a", {
|
|
1107
1109
|
href: "mailto:" + e.email,
|
|
1108
1110
|
class: "address__email"
|
|
1109
|
-
}, s(e.email), 9,
|
|
1111
|
+
}, s(e.email), 9, Qt)
|
|
1110
1112
|
])
|
|
1111
1113
|
])
|
|
1112
1114
|
]));
|
|
1113
1115
|
}
|
|
1114
1116
|
});
|
|
1115
|
-
const
|
|
1117
|
+
const ea = /* @__PURE__ */ h(Xt, [["__scopeId", "data-v-a87ec518"]]), ta = (e) => (z("data-v-327e6c15"), e = e(), V(), e), aa = { class: "bullet-list__wrapper" }, la = /* @__PURE__ */ ta(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), ia = /* @__PURE__ */ m({
|
|
1116
1118
|
__name: "bullet-list",
|
|
1117
1119
|
props: {
|
|
1118
1120
|
list: {
|
|
@@ -1132,21 +1134,21 @@ const Xt = /* @__PURE__ */ h(Qt, [["__scopeId", "data-v-a87ec518"]]), ea = (e) =
|
|
|
1132
1134
|
}
|
|
1133
1135
|
},
|
|
1134
1136
|
setup(e) {
|
|
1135
|
-
return (a, l) => (i(), r("div",
|
|
1137
|
+
return (a, l) => (i(), r("div", aa, [
|
|
1136
1138
|
t("div", {
|
|
1137
1139
|
class: c(["bullet-list", e.variant])
|
|
1138
1140
|
}, [
|
|
1139
1141
|
t("ul", null, [
|
|
1140
1142
|
(i(!0), r(q, null, D(e.list, (n) => (i(), r("li", null, [
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
+
la,
|
|
1144
|
+
H(" " + s(n), 1)
|
|
1143
1145
|
]))), 256))
|
|
1144
1146
|
])
|
|
1145
1147
|
], 2)
|
|
1146
1148
|
]));
|
|
1147
1149
|
}
|
|
1148
1150
|
});
|
|
1149
|
-
const
|
|
1151
|
+
const ra = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-327e6c15"]]), na = { class: "card__wrapper" }, sa = { key: 4 }, oa = /* @__PURE__ */ m({
|
|
1150
1152
|
__name: "card",
|
|
1151
1153
|
props: {
|
|
1152
1154
|
variant: {
|
|
@@ -1202,7 +1204,7 @@ const ia = /* @__PURE__ */ h(la, [["__scopeId", "data-v-327e6c15"]]), ra = { cla
|
|
|
1202
1204
|
emits: ["clicked"],
|
|
1203
1205
|
setup(e, { emit: a }) {
|
|
1204
1206
|
let l = S(!1);
|
|
1205
|
-
return (n, o) => (i(), r("div",
|
|
1207
|
+
return (n, o) => (i(), r("div", na, [
|
|
1206
1208
|
t("div", {
|
|
1207
1209
|
class: c(["card", [
|
|
1208
1210
|
e.theme == "dark" ? "card--dark" : "card--light",
|
|
@@ -1255,13 +1257,13 @@ const ia = /* @__PURE__ */ h(la, [["__scopeId", "data-v-327e6c15"]]), ra = { cla
|
|
|
1255
1257
|
key: 3,
|
|
1256
1258
|
class: c(e.theme == "dark" ? "regular-dark" : "regular-dark-blue")
|
|
1257
1259
|
}, s(e.headline), 3)),
|
|
1258
|
-
e.variant == "product" ? (i(), r("p",
|
|
1260
|
+
e.variant == "product" ? (i(), r("p", sa, s(e.paragraph), 1)) : v("", !0),
|
|
1259
1261
|
u(n.$slots, "card-label")
|
|
1260
1262
|
], 38)
|
|
1261
1263
|
]));
|
|
1262
1264
|
}
|
|
1263
1265
|
});
|
|
1264
|
-
const
|
|
1266
|
+
const da = /* @__PURE__ */ h(oa, [["__scopeId", "data-v-b50e8101"]]), ca = (e) => (z("data-v-f5acdf7e"), e = e(), V(), e), ua = { class: "event__wrapper" }, _a = { class: "event__headline" }, ma = { class: "event__date-location" }, ha = /* @__PURE__ */ ca(() => /* @__PURE__ */ t("br", null, null, -1)), va = { class: "event__exhibitor" }, ga = /* @__PURE__ */ m({
|
|
1265
1267
|
__name: "event-card",
|
|
1266
1268
|
props: {
|
|
1267
1269
|
eventType: {
|
|
@@ -1286,25 +1288,25 @@ const oa = /* @__PURE__ */ h(sa, [["__scopeId", "data-v-b50e8101"]]), da = (e) =
|
|
|
1286
1288
|
}
|
|
1287
1289
|
},
|
|
1288
1290
|
setup(e) {
|
|
1289
|
-
return (a, l) => (i(), r("div",
|
|
1291
|
+
return (a, l) => (i(), r("div", ua, [
|
|
1290
1292
|
k(F, {
|
|
1291
1293
|
"label-dark": !1,
|
|
1292
1294
|
text: e.eventType ? e.eventType : ""
|
|
1293
1295
|
}, null, 8, ["text"]),
|
|
1294
|
-
t("div",
|
|
1295
|
-
t("div",
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1296
|
+
t("div", _a, s(e.headline), 1),
|
|
1297
|
+
t("div", ma, [
|
|
1298
|
+
H(s(e.dateTime), 1),
|
|
1299
|
+
ha,
|
|
1300
|
+
H(s(e.location), 1)
|
|
1299
1301
|
]),
|
|
1300
|
-
t("div",
|
|
1302
|
+
t("div", va, "Exhibitor: " + s(e.exhibitor), 1)
|
|
1301
1303
|
]));
|
|
1302
1304
|
}
|
|
1303
1305
|
});
|
|
1304
|
-
const
|
|
1306
|
+
const fa = /* @__PURE__ */ h(ga, [["__scopeId", "data-v-f5acdf7e"]]), ya = { class: "facts__wrapper" }, ba = { class: "facts__content" }, pa = { class: "facts__headline" }, ka = { class: "facts" }, $a = { class: "fact" }, wa = { class: "fact__value" }, Sa = { class: "fact__metric" }, xa = {
|
|
1305
1307
|
key: 0,
|
|
1306
1308
|
class: "facts__link"
|
|
1307
|
-
},
|
|
1309
|
+
}, Ia = /* @__PURE__ */ m({
|
|
1308
1310
|
__name: "facts",
|
|
1309
1311
|
props: {
|
|
1310
1312
|
headline: {
|
|
@@ -1322,20 +1324,20 @@ const ga = /* @__PURE__ */ h(va, [["__scopeId", "data-v-f5acdf7e"]]), fa = { cla
|
|
|
1322
1324
|
}
|
|
1323
1325
|
},
|
|
1324
1326
|
setup(e) {
|
|
1325
|
-
return (a, l) => (i(), r("div",
|
|
1326
|
-
t("div",
|
|
1327
|
-
t("h2",
|
|
1328
|
-
t("div",
|
|
1329
|
-
(i(!0), r(q, null, D(e.facts, (n) => (i(), r("div",
|
|
1330
|
-
t("div",
|
|
1327
|
+
return (a, l) => (i(), r("div", ya, [
|
|
1328
|
+
t("div", ba, [
|
|
1329
|
+
t("h2", pa, s(e.headline), 1),
|
|
1330
|
+
t("div", ka, [
|
|
1331
|
+
(i(!0), r(q, null, D(e.facts, (n) => (i(), r("div", $a, [
|
|
1332
|
+
t("div", wa, [
|
|
1331
1333
|
t("span", null, s(n.value), 1)
|
|
1332
1334
|
]),
|
|
1333
|
-
t("div",
|
|
1335
|
+
t("div", Sa, [
|
|
1334
1336
|
t("span", null, s(n.metric), 1)
|
|
1335
1337
|
])
|
|
1336
1338
|
]))), 256))
|
|
1337
1339
|
]),
|
|
1338
|
-
e.link ? (i(), r("div",
|
|
1340
|
+
e.link ? (i(), r("div", xa, [
|
|
1339
1341
|
k(C, {
|
|
1340
1342
|
linkType: "regular-light",
|
|
1341
1343
|
arrow: ""
|
|
@@ -1350,10 +1352,10 @@ const ga = /* @__PURE__ */ h(va, [["__scopeId", "data-v-f5acdf7e"]]), fa = { cla
|
|
|
1350
1352
|
]));
|
|
1351
1353
|
}
|
|
1352
1354
|
});
|
|
1353
|
-
const
|
|
1355
|
+
const qa = /* @__PURE__ */ h(Ia, [["__scopeId", "data-v-7fd89b0c"]]), Ma = { class: "features__wrapper" }, Da = { class: "features__content" }, Ba = {
|
|
1354
1356
|
key: 0,
|
|
1355
1357
|
class: "features__headline"
|
|
1356
|
-
},
|
|
1358
|
+
}, La = { class: "features__body" }, Aa = { class: "features__element" }, Ca = { class: "element__headline" }, Ta = { class: "element__body" }, ja = /* @__PURE__ */ m({
|
|
1357
1359
|
__name: "features",
|
|
1358
1360
|
props: {
|
|
1359
1361
|
headline: {
|
|
@@ -1368,18 +1370,18 @@ const Ia = /* @__PURE__ */ h(xa, [["__scopeId", "data-v-7fd89b0c"]]), qa = { cla
|
|
|
1368
1370
|
}
|
|
1369
1371
|
},
|
|
1370
1372
|
setup(e) {
|
|
1371
|
-
return (a, l) => (i(), r("div",
|
|
1372
|
-
t("div",
|
|
1373
|
-
e.headline ? (i(), r("div",
|
|
1373
|
+
return (a, l) => (i(), r("div", Ma, [
|
|
1374
|
+
t("div", Da, [
|
|
1375
|
+
e.headline ? (i(), r("div", Ba, [
|
|
1374
1376
|
t("h2", null, s(e.headline), 1)
|
|
1375
1377
|
])) : v("", !0),
|
|
1376
|
-
t("div",
|
|
1378
|
+
t("div", La, [
|
|
1377
1379
|
u(a.$slots, "features-body", {}, void 0, !0)
|
|
1378
1380
|
]),
|
|
1379
1381
|
t("div", {
|
|
1380
1382
|
class: c(["features__elements", [e.elements.length == 6 ? "features__elements--grid-6" : ""]])
|
|
1381
1383
|
}, [
|
|
1382
|
-
(i(!0), r(q, null, D(e.elements, (n) => (i(), r("div",
|
|
1384
|
+
(i(!0), r(q, null, D(e.elements, (n) => (i(), r("div", Aa, [
|
|
1383
1385
|
k(B, { class: "element__icon" }, {
|
|
1384
1386
|
default: $(() => [
|
|
1385
1387
|
u(a.$slots, "features-icon", T(j({
|
|
@@ -1391,15 +1393,15 @@ const Ia = /* @__PURE__ */ h(xa, [["__scopeId", "data-v-7fd89b0c"]]), qa = { cla
|
|
|
1391
1393
|
]),
|
|
1392
1394
|
_: 2
|
|
1393
1395
|
}, 1024),
|
|
1394
|
-
t("p",
|
|
1395
|
-
t("p",
|
|
1396
|
+
t("p", Ca, s(n.headline), 1),
|
|
1397
|
+
t("p", Ta, s(n.body), 1)
|
|
1396
1398
|
]))), 256))
|
|
1397
1399
|
], 2)
|
|
1398
1400
|
])
|
|
1399
1401
|
]));
|
|
1400
1402
|
}
|
|
1401
1403
|
});
|
|
1402
|
-
const
|
|
1404
|
+
const Na = /* @__PURE__ */ h(ja, [["__scopeId", "data-v-782af0c4"]]), za = { class: "image__wrapper" }, Va = { class: "image__content" }, Oa = { class: "image__image" }, Pa = { class: "image__caption" }, Ha = /* @__PURE__ */ m({
|
|
1403
1405
|
__name: "image",
|
|
1404
1406
|
props: {
|
|
1405
1407
|
caption: {
|
|
@@ -1416,9 +1418,9 @@ const ja = /* @__PURE__ */ h(Ta, [["__scopeId", "data-v-782af0c4"]]), Na = { cla
|
|
|
1416
1418
|
}
|
|
1417
1419
|
},
|
|
1418
1420
|
setup(e) {
|
|
1419
|
-
return (a, l) => (i(), r("div",
|
|
1420
|
-
t("div",
|
|
1421
|
-
t("div",
|
|
1421
|
+
return (a, l) => (i(), r("div", za, [
|
|
1422
|
+
t("div", Va, [
|
|
1423
|
+
t("div", Oa, [
|
|
1422
1424
|
k(B, null, {
|
|
1423
1425
|
default: $(() => [
|
|
1424
1426
|
u(a.$slots, "image", T(j({ width: 984, height: 554, src: e.src, alt: e.alt })))
|
|
@@ -1426,21 +1428,21 @@ const ja = /* @__PURE__ */ h(Ta, [["__scopeId", "data-v-782af0c4"]]), Na = { cla
|
|
|
1426
1428
|
_: 3
|
|
1427
1429
|
})
|
|
1428
1430
|
]),
|
|
1429
|
-
t("p",
|
|
1431
|
+
t("p", Pa, s(e.caption), 1)
|
|
1430
1432
|
])
|
|
1431
1433
|
]));
|
|
1432
1434
|
}
|
|
1433
1435
|
});
|
|
1434
|
-
const
|
|
1436
|
+
const Za = /* @__PURE__ */ h(Ha, [["__scopeId", "data-v-6dde0544"]]), Ra = { class: "gallery__large" }, Ea = {
|
|
1435
1437
|
key: 0,
|
|
1436
1438
|
class: "image image--large"
|
|
1437
|
-
},
|
|
1439
|
+
}, Ua = {
|
|
1438
1440
|
key: 1,
|
|
1439
1441
|
class: "video"
|
|
1440
|
-
},
|
|
1442
|
+
}, Wa = { class: "image image--small" }, Fa = {
|
|
1441
1443
|
key: 0,
|
|
1442
1444
|
class: "body"
|
|
1443
|
-
},
|
|
1445
|
+
}, Ga = /* @__PURE__ */ m({
|
|
1444
1446
|
__name: "image-gallery",
|
|
1445
1447
|
props: {
|
|
1446
1448
|
mediaLarge: {
|
|
@@ -1491,8 +1493,8 @@ const Ha = /* @__PURE__ */ h(Pa, [["__scopeId", "data-v-6dde0544"]]), Za = { cla
|
|
|
1491
1493
|
e.flipHorizontal ? "gallery__content--reverse" : "gallery__content--default"
|
|
1492
1494
|
])
|
|
1493
1495
|
}, [
|
|
1494
|
-
t("div",
|
|
1495
|
-
e.mediaLarge && e.mediaType === "image" ? (i(), r("div",
|
|
1496
|
+
t("div", Ra, [
|
|
1497
|
+
e.mediaLarge && e.mediaType === "image" ? (i(), r("div", Ea, [
|
|
1496
1498
|
k(B, null, {
|
|
1497
1499
|
default: $(() => [
|
|
1498
1500
|
u(a.$slots, "image-large", T(j({
|
|
@@ -1505,7 +1507,7 @@ const Ha = /* @__PURE__ */ h(Pa, [["__scopeId", "data-v-6dde0544"]]), Za = { cla
|
|
|
1505
1507
|
_: 3
|
|
1506
1508
|
})
|
|
1507
1509
|
])) : v("", !0),
|
|
1508
|
-
e.mediaLarge && e.mediaType === "video" ? (i(), r("div",
|
|
1510
|
+
e.mediaLarge && e.mediaType === "video" ? (i(), r("div", Ua, [
|
|
1509
1511
|
k(R, {
|
|
1510
1512
|
src: e.mediaLarge.src,
|
|
1511
1513
|
localVideo: "",
|
|
@@ -1527,7 +1529,7 @@ const Ha = /* @__PURE__ */ h(Pa, [["__scopeId", "data-v-6dde0544"]]), Za = { cla
|
|
|
1527
1529
|
e.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
|
|
1528
1530
|
])
|
|
1529
1531
|
}, [
|
|
1530
|
-
(i(!0), r(q, null, D(e.mediaSmall, (n) => (i(), r("div",
|
|
1532
|
+
(i(!0), r(q, null, D(e.mediaSmall, (n) => (i(), r("div", Wa, [
|
|
1531
1533
|
k(B, null, {
|
|
1532
1534
|
default: $(() => [
|
|
1533
1535
|
u(a.$slots, "image-small", T(j({
|
|
@@ -1540,7 +1542,7 @@ const Ha = /* @__PURE__ */ h(Pa, [["__scopeId", "data-v-6dde0544"]]), Za = { cla
|
|
|
1540
1542
|
_: 2
|
|
1541
1543
|
}, 1024)
|
|
1542
1544
|
]))), 256)),
|
|
1543
|
-
e.mediaSmall.length < 2 ? (i(), r("div",
|
|
1545
|
+
e.mediaSmall.length < 2 ? (i(), r("div", Fa, [
|
|
1544
1546
|
t("p", null, s(e.body), 1)
|
|
1545
1547
|
])) : v("", !0)
|
|
1546
1548
|
], 6)
|
|
@@ -1548,7 +1550,7 @@ const Ha = /* @__PURE__ */ h(Pa, [["__scopeId", "data-v-6dde0544"]]), Za = { cla
|
|
|
1548
1550
|
], 2));
|
|
1549
1551
|
}
|
|
1550
1552
|
});
|
|
1551
|
-
const
|
|
1553
|
+
const Ja = /* @__PURE__ */ h(Ga, [["__scopeId", "data-v-047e5de9"]]), Ya = { class: "headline__wrapper" }, Ka = { class: "headline__h1" }, Qa = /* @__PURE__ */ m({
|
|
1552
1554
|
__name: "headline",
|
|
1553
1555
|
props: {
|
|
1554
1556
|
headline: {
|
|
@@ -1565,18 +1567,18 @@ const Ga = /* @__PURE__ */ h(Fa, [["__scopeId", "data-v-047e5de9"]]), Ja = { cla
|
|
|
1565
1567
|
}
|
|
1566
1568
|
},
|
|
1567
1569
|
setup(e) {
|
|
1568
|
-
return (a, l) => (i(), r("div",
|
|
1570
|
+
return (a, l) => (i(), r("div", Ya, [
|
|
1569
1571
|
t("div", {
|
|
1570
1572
|
class: c([
|
|
1571
1573
|
e.article ? "headline__content--article" : e.noSubMenu ? "headline__content--nosubmenu" : "headline__content--default"
|
|
1572
1574
|
])
|
|
1573
1575
|
}, [
|
|
1574
|
-
t("h1",
|
|
1576
|
+
t("h1", Ka, s(e.headline), 1)
|
|
1575
1577
|
], 2)
|
|
1576
1578
|
]));
|
|
1577
1579
|
}
|
|
1578
1580
|
});
|
|
1579
|
-
const
|
|
1581
|
+
const Xa = /* @__PURE__ */ h(Qa, [["__scopeId", "data-v-931bc5aa"]]), el = { class: "micro-stories__splide" }, tl = /* @__PURE__ */ m({
|
|
1580
1582
|
__name: "micro-stories",
|
|
1581
1583
|
props: {
|
|
1582
1584
|
stories: {
|
|
@@ -1605,14 +1607,14 @@ const Qa = /* @__PURE__ */ h(Ka, [["__scopeId", "data-v-931bc5aa"]]), Xa = { cla
|
|
|
1605
1607
|
e.bgColor == "white" ? "micro-stories__wrapper--white" : (e.bgColor == "blue", "micro-stories__wrapper--blue")
|
|
1606
1608
|
])
|
|
1607
1609
|
}, [
|
|
1608
|
-
t("div",
|
|
1610
|
+
t("div", el, [
|
|
1609
1611
|
u(a.$slots, "micro-stories-slides")
|
|
1610
1612
|
]),
|
|
1611
1613
|
u(a.$slots, "micro-stories-controls")
|
|
1612
1614
|
], 2));
|
|
1613
1615
|
}
|
|
1614
1616
|
});
|
|
1615
|
-
const
|
|
1617
|
+
const al = { class: "product-hero__wrapper" }, ll = { class: "product-hero__content" }, il = { class: "product-hero__headline" }, rl = { class: "product-hero__video" }, nl = /* @__PURE__ */ m({
|
|
1616
1618
|
__name: "product-hero",
|
|
1617
1619
|
props: {
|
|
1618
1620
|
headline: {
|
|
@@ -1637,12 +1639,12 @@ const tl = { class: "product-hero__wrapper" }, al = { class: "product-hero__cont
|
|
|
1637
1639
|
}
|
|
1638
1640
|
},
|
|
1639
1641
|
setup(e) {
|
|
1640
|
-
return (a, l) => (i(), r("div",
|
|
1641
|
-
t("div",
|
|
1642
|
-
t("div",
|
|
1642
|
+
return (a, l) => (i(), r("div", al, [
|
|
1643
|
+
t("div", ll, [
|
|
1644
|
+
t("div", il, [
|
|
1643
1645
|
t("h1", null, s(e.headline), 1)
|
|
1644
1646
|
]),
|
|
1645
|
-
t("div",
|
|
1647
|
+
t("div", rl, [
|
|
1646
1648
|
k(R, {
|
|
1647
1649
|
play: !0,
|
|
1648
1650
|
localVideo: !0,
|
|
@@ -1659,7 +1661,7 @@ const tl = { class: "product-hero__wrapper" }, al = { class: "product-hero__cont
|
|
|
1659
1661
|
]));
|
|
1660
1662
|
}
|
|
1661
1663
|
});
|
|
1662
|
-
const
|
|
1664
|
+
const sl = /* @__PURE__ */ h(nl, [["__scopeId", "data-v-3ad48049"]]), ol = { class: "promo__content" }, dl = /* @__PURE__ */ m({
|
|
1663
1665
|
__name: "promo",
|
|
1664
1666
|
props: {
|
|
1665
1667
|
label: {
|
|
@@ -1714,7 +1716,7 @@ const nl = /* @__PURE__ */ h(rl, [["__scopeId", "data-v-3ad48049"]]), sl = { cla
|
|
|
1714
1716
|
e.teaser ? "promo__wrapper--teaser" : ""
|
|
1715
1717
|
])
|
|
1716
1718
|
}, [
|
|
1717
|
-
t("div",
|
|
1719
|
+
t("div", ol, [
|
|
1718
1720
|
e.mediaType === "image" ? (i(), r("div", {
|
|
1719
1721
|
key: 0,
|
|
1720
1722
|
class: c([
|
|
@@ -1789,10 +1791,10 @@ const nl = /* @__PURE__ */ h(rl, [["__scopeId", "data-v-3ad48049"]]), sl = { cla
|
|
|
1789
1791
|
], 2));
|
|
1790
1792
|
}
|
|
1791
1793
|
});
|
|
1792
|
-
const
|
|
1794
|
+
const cl = /* @__PURE__ */ h(dl, [["__scopeId", "data-v-24c28200"]]), ul = (e) => (z("data-v-3cc55dbf"), e = e(), V(), e), _l = { class: "quote__wrapper" }, ml = { class: "quote__content" }, hl = /* @__PURE__ */ ul(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), vl = { class: "quote__quote" }, gl = { class: "quote__quote-text" }, fl = { class: "quote__author" }, yl = {
|
|
1793
1795
|
key: 0,
|
|
1794
1796
|
class: "quote__image"
|
|
1795
|
-
},
|
|
1797
|
+
}, bl = { class: "quote__text" }, pl = { class: "quote__author-name" }, kl = { class: "quote__author-title" }, $l = /* @__PURE__ */ m({
|
|
1796
1798
|
__name: "quote",
|
|
1797
1799
|
props: {
|
|
1798
1800
|
quote: {
|
|
@@ -1813,13 +1815,13 @@ const dl = /* @__PURE__ */ h(ol, [["__scopeId", "data-v-24c28200"]]), cl = (e) =
|
|
|
1813
1815
|
}
|
|
1814
1816
|
},
|
|
1815
1817
|
setup(e) {
|
|
1816
|
-
return (a, l) => (i(), r("div",
|
|
1817
|
-
t("div",
|
|
1818
|
-
|
|
1819
|
-
t("div",
|
|
1820
|
-
t("p",
|
|
1821
|
-
t("div",
|
|
1822
|
-
e.authorImage ? (i(), r("div",
|
|
1818
|
+
return (a, l) => (i(), r("div", _l, [
|
|
1819
|
+
t("div", ml, [
|
|
1820
|
+
hl,
|
|
1821
|
+
t("div", vl, [
|
|
1822
|
+
t("p", gl, s(e.quote), 1),
|
|
1823
|
+
t("div", fl, [
|
|
1824
|
+
e.authorImage ? (i(), r("div", yl, [
|
|
1823
1825
|
k(B, null, {
|
|
1824
1826
|
default: $(() => [
|
|
1825
1827
|
u(a.$slots, "author-image", T(j({
|
|
@@ -1831,9 +1833,9 @@ const dl = /* @__PURE__ */ h(ol, [["__scopeId", "data-v-24c28200"]]), cl = (e) =
|
|
|
1831
1833
|
_: 3
|
|
1832
1834
|
})
|
|
1833
1835
|
])) : v("", !0),
|
|
1834
|
-
t("div",
|
|
1835
|
-
t("p",
|
|
1836
|
-
t("p",
|
|
1836
|
+
t("div", bl, [
|
|
1837
|
+
t("p", pl, s(e.author), 1),
|
|
1838
|
+
t("p", kl, s(e.authorTitle), 1)
|
|
1837
1839
|
])
|
|
1838
1840
|
])
|
|
1839
1841
|
])
|
|
@@ -1841,13 +1843,13 @@ const dl = /* @__PURE__ */ h(ol, [["__scopeId", "data-v-24c28200"]]), cl = (e) =
|
|
|
1841
1843
|
]));
|
|
1842
1844
|
}
|
|
1843
1845
|
});
|
|
1844
|
-
const
|
|
1846
|
+
const wl = /* @__PURE__ */ h($l, [["__scopeId", "data-v-3cc55dbf"]]), Sl = { class: "rich-text__wrapper" }, xl = {
|
|
1845
1847
|
key: 0,
|
|
1846
1848
|
class: "rich-text__links"
|
|
1847
|
-
},
|
|
1849
|
+
}, Il = {
|
|
1848
1850
|
key: 0,
|
|
1849
1851
|
class: "rich-text__bullet-list"
|
|
1850
|
-
},
|
|
1852
|
+
}, ql = /* @__PURE__ */ m({
|
|
1851
1853
|
__name: "rich-text",
|
|
1852
1854
|
props: {
|
|
1853
1855
|
headline: {
|
|
@@ -1888,7 +1890,7 @@ const $l = /* @__PURE__ */ h(kl, [["__scopeId", "data-v-3cc55dbf"]]), wl = { cla
|
|
|
1888
1890
|
e.bgColor === "blue" ? "rich-text--blue" : "rich-text--white"
|
|
1889
1891
|
])
|
|
1890
1892
|
}, [
|
|
1891
|
-
t("div",
|
|
1893
|
+
t("div", Sl, [
|
|
1892
1894
|
e.label ? (i(), A(F, {
|
|
1893
1895
|
key: 0,
|
|
1894
1896
|
text: e.label,
|
|
@@ -1914,11 +1916,11 @@ const $l = /* @__PURE__ */ h(kl, [["__scopeId", "data-v-3cc55dbf"]]), wl = { cla
|
|
|
1914
1916
|
])
|
|
1915
1917
|
}, [
|
|
1916
1918
|
u(a.$slots, "rich-text-content"),
|
|
1917
|
-
e.links ? (i(), r("div",
|
|
1919
|
+
e.links ? (i(), r("div", xl, [
|
|
1918
1920
|
u(a.$slots, "rich-text-links")
|
|
1919
1921
|
])) : v("", !0)
|
|
1920
1922
|
], 2),
|
|
1921
|
-
e.bulletList ? (i(), r("div",
|
|
1923
|
+
e.bulletList ? (i(), r("div", Il, [
|
|
1922
1924
|
u(a.$slots, "rich-text-bullet-list")
|
|
1923
1925
|
])) : v("", !0),
|
|
1924
1926
|
e.image ? (i(), r("div", {
|
|
@@ -1940,10 +1942,10 @@ const $l = /* @__PURE__ */ h(kl, [["__scopeId", "data-v-3cc55dbf"]]), wl = { cla
|
|
|
1940
1942
|
], 2));
|
|
1941
1943
|
}
|
|
1942
1944
|
});
|
|
1943
|
-
const
|
|
1945
|
+
const Ml = /* @__PURE__ */ h(ql, [["__scopeId", "data-v-a94d5dd4"]]), Dl = { class: "triple-card-display__wrapper" }, Bl = {
|
|
1944
1946
|
key: 0,
|
|
1945
1947
|
class: "triple-card__content"
|
|
1946
|
-
},
|
|
1948
|
+
}, Ll = { key: 0 }, Al = { key: 1 }, Cl = { class: "triple-card__cards" }, Tl = /* @__PURE__ */ m({
|
|
1947
1949
|
__name: "triple-card-display",
|
|
1948
1950
|
props: {
|
|
1949
1951
|
headline: {
|
|
@@ -1966,25 +1968,25 @@ const ql = /* @__PURE__ */ h(Il, [["__scopeId", "data-v-a94d5dd4"]]), Ml = { cla
|
|
|
1966
1968
|
e.bgColor === "blue" ? "triple-card-display--blue" : "triple-card-display--white"
|
|
1967
1969
|
])
|
|
1968
1970
|
}, [
|
|
1969
|
-
t("div",
|
|
1970
|
-
e.headline || e.paragraph ? (i(), r("div",
|
|
1971
|
-
e.headline ? (i(), r("h2",
|
|
1972
|
-
e.paragraph ? (i(), r("p",
|
|
1971
|
+
t("div", Dl, [
|
|
1972
|
+
e.headline || e.paragraph ? (i(), r("div", Bl, [
|
|
1973
|
+
e.headline ? (i(), r("h2", Ll, s(e.headline), 1)) : v("", !0),
|
|
1974
|
+
e.paragraph ? (i(), r("p", Al, s(e.paragraph), 1)) : v("", !0)
|
|
1973
1975
|
])) : v("", !0),
|
|
1974
|
-
t("div",
|
|
1976
|
+
t("div", Cl, [
|
|
1975
1977
|
u(a.$slots, "triple-card-display-cards", {}, void 0, !0)
|
|
1976
1978
|
])
|
|
1977
1979
|
])
|
|
1978
1980
|
], 2));
|
|
1979
1981
|
}
|
|
1980
1982
|
});
|
|
1981
|
-
const
|
|
1983
|
+
const jl = /* @__PURE__ */ h(Tl, [["__scopeId", "data-v-f0ce4135"]]), Nl = { class: "vimeo" }, zl = {
|
|
1982
1984
|
key: 0,
|
|
1983
1985
|
class: "vimeo__headline"
|
|
1984
|
-
},
|
|
1986
|
+
}, Vl = {
|
|
1985
1987
|
key: 1,
|
|
1986
1988
|
class: "vimeo__description"
|
|
1987
|
-
},
|
|
1989
|
+
}, Ol = /* @__PURE__ */ m({
|
|
1988
1990
|
__name: "vimeo",
|
|
1989
1991
|
props: {
|
|
1990
1992
|
headline: {
|
|
@@ -1995,18 +1997,18 @@ const Tl = /* @__PURE__ */ h(Cl, [["__scopeId", "data-v-f0ce4135"]]), jl = { cla
|
|
|
1995
1997
|
}
|
|
1996
1998
|
},
|
|
1997
1999
|
setup(e) {
|
|
1998
|
-
return (a, l) => (i(), r("div",
|
|
2000
|
+
return (a, l) => (i(), r("div", Nl, [
|
|
1999
2001
|
t("div", {
|
|
2000
2002
|
class: c(["vimeo__wrapper", e.headline ? "vimeo__wrapper--headline" : ""])
|
|
2001
2003
|
}, [
|
|
2002
|
-
e.headline ? (i(), r("h2",
|
|
2004
|
+
e.headline ? (i(), r("h2", zl, s(e.headline), 1)) : v("", !0),
|
|
2003
2005
|
u(a.$slots, "vimeo-content", {}, void 0, !0),
|
|
2004
|
-
e.description ? (i(), r("p",
|
|
2006
|
+
e.description ? (i(), r("p", Vl, s(e.description), 1)) : v("", !0)
|
|
2005
2007
|
], 2)
|
|
2006
2008
|
]));
|
|
2007
2009
|
}
|
|
2008
2010
|
});
|
|
2009
|
-
const
|
|
2011
|
+
const Pl = /* @__PURE__ */ h(Ol, [["__scopeId", "data-v-a6c209f4"]]), Hl = { class: "not-found__wrapper" }, Zl = { class: "not-found__content" }, Rl = { class: "not-found__headline" }, El = { class: "not-found__body" }, Ul = /* @__PURE__ */ m({
|
|
2010
2012
|
__name: "404",
|
|
2011
2013
|
props: {
|
|
2012
2014
|
headline: {
|
|
@@ -2015,17 +2017,17 @@ const Ol = /* @__PURE__ */ h(Vl, [["__scopeId", "data-v-a6c209f4"]]), Pl = { cla
|
|
|
2015
2017
|
}
|
|
2016
2018
|
},
|
|
2017
2019
|
setup(e) {
|
|
2018
|
-
return (a, l) => (i(), r("div",
|
|
2019
|
-
t("div",
|
|
2020
|
-
t("h1",
|
|
2021
|
-
t("div",
|
|
2020
|
+
return (a, l) => (i(), r("div", Hl, [
|
|
2021
|
+
t("div", Zl, [
|
|
2022
|
+
t("h1", Rl, s(e.headline), 1),
|
|
2023
|
+
t("div", El, [
|
|
2022
2024
|
u(a.$slots, "not-found-body", {}, void 0, !0)
|
|
2023
2025
|
])
|
|
2024
2026
|
])
|
|
2025
2027
|
]));
|
|
2026
2028
|
}
|
|
2027
2029
|
});
|
|
2028
|
-
const
|
|
2030
|
+
const Wl = /* @__PURE__ */ h(Ul, [["__scopeId", "data-v-c2038fe4"]]), Fl = { class: "filter__wrapper" }, Gl = { class: "filter__content" }, Jl = { class: "filter__dropdowns" }, Yl = { class: "filter__chips" }, Kl = /* @__PURE__ */ m({
|
|
2029
2031
|
__name: "filter",
|
|
2030
2032
|
props: {
|
|
2031
2033
|
hasChips: {
|
|
@@ -2035,12 +2037,12 @@ const Ul = /* @__PURE__ */ h(El, [["__scopeId", "data-v-c2038fe4"]]), Wl = { cla
|
|
|
2035
2037
|
},
|
|
2036
2038
|
emits: ["clearFilters"],
|
|
2037
2039
|
setup(e) {
|
|
2038
|
-
return (a, l) => (i(), r("div",
|
|
2039
|
-
t("div",
|
|
2040
|
-
t("div",
|
|
2040
|
+
return (a, l) => (i(), r("div", Fl, [
|
|
2041
|
+
t("div", Gl, [
|
|
2042
|
+
t("div", Jl, [
|
|
2041
2043
|
u(a.$slots, "filter-dropdowns", {}, void 0, !0)
|
|
2042
2044
|
]),
|
|
2043
|
-
t("div",
|
|
2045
|
+
t("div", Yl, [
|
|
2044
2046
|
u(a.$slots, "filter-chips", {}, void 0, !0),
|
|
2045
2047
|
e.hasChips ? (i(), r("button", {
|
|
2046
2048
|
key: 0,
|
|
@@ -2052,12 +2054,12 @@ const Ul = /* @__PURE__ */ h(El, [["__scopeId", "data-v-c2038fe4"]]), Wl = { cla
|
|
|
2052
2054
|
]));
|
|
2053
2055
|
}
|
|
2054
2056
|
});
|
|
2055
|
-
const
|
|
2057
|
+
const Ql = /* @__PURE__ */ h(Kl, [["__scopeId", "data-v-cf46dae2"]]), O = (e) => (z("data-v-6d9c55d4"), e = e(), V(), e), Xl = { class: "footer__wrapper" }, ei = { class: "footer__content" }, ti = { class: "footer__sections" }, ai = { class: "section" }, li = { class: "section__title" }, ii = { class: "section__list" }, ri = { class: "section" }, ni = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), si = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), oi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), di = /* @__PURE__ */ O(() => /* @__PURE__ */ t("br", null, null, -1)), ci = /* @__PURE__ */ O(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), ui = /* @__PURE__ */ O(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), _i = { class: "footer__bottom" }, mi = { class: "footer__copyright-policy" }, hi = { class: "copyright" }, vi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", null, [
|
|
2056
2058
|
/* @__PURE__ */ t("i", { class: "change-region" }),
|
|
2057
|
-
/* @__PURE__ */
|
|
2058
|
-
], -1)),
|
|
2059
|
-
|
|
2060
|
-
],
|
|
2059
|
+
/* @__PURE__ */ H("Change region")
|
|
2060
|
+
], -1)), gi = [
|
|
2061
|
+
vi
|
|
2062
|
+
], fi = { class: "footer__social" }, yi = ["href", "aria-label"], bi = /* @__PURE__ */ m({
|
|
2061
2063
|
__name: "footer",
|
|
2062
2064
|
props: {
|
|
2063
2065
|
footerSections: {
|
|
@@ -2087,32 +2089,32 @@ const Kl = /* @__PURE__ */ h(Yl, [["__scopeId", "data-v-cf46dae2"]]), z = (e) =>
|
|
|
2087
2089
|
},
|
|
2088
2090
|
emits: ["changeRegionClicked"],
|
|
2089
2091
|
setup(e) {
|
|
2090
|
-
return (a, l) => (i(), r("div",
|
|
2091
|
-
t("footer",
|
|
2092
|
-
t("div",
|
|
2093
|
-
(i(!0), r(q, null, D(e.footerSections, (n) => (i(), r("div",
|
|
2094
|
-
t("span",
|
|
2092
|
+
return (a, l) => (i(), r("div", Xl, [
|
|
2093
|
+
t("footer", ei, [
|
|
2094
|
+
t("div", ti, [
|
|
2095
|
+
(i(!0), r(q, null, D(e.footerSections, (n) => (i(), r("div", ai, [
|
|
2096
|
+
t("span", li, s(n.title), 1),
|
|
2095
2097
|
t("nav", null, [
|
|
2096
|
-
t("ul",
|
|
2098
|
+
t("ul", ii, [
|
|
2097
2099
|
u(a.$slots, "section-links", {
|
|
2098
2100
|
links: n.links
|
|
2099
2101
|
})
|
|
2100
2102
|
])
|
|
2101
2103
|
])
|
|
2102
2104
|
]))), 256)),
|
|
2103
|
-
t("div",
|
|
2104
|
-
|
|
2105
|
+
t("div", ri, [
|
|
2106
|
+
ni,
|
|
2105
2107
|
t("address", null, [
|
|
2106
|
-
ni,
|
|
2107
2108
|
si,
|
|
2108
2109
|
oi,
|
|
2110
|
+
di,
|
|
2109
2111
|
k(C, {
|
|
2110
2112
|
class: "footer__contact",
|
|
2111
2113
|
linkType: "regular-light",
|
|
2112
2114
|
underline: "false"
|
|
2113
2115
|
}, {
|
|
2114
2116
|
default: $(() => [
|
|
2115
|
-
|
|
2117
|
+
ci
|
|
2116
2118
|
]),
|
|
2117
2119
|
_: 1
|
|
2118
2120
|
}),
|
|
@@ -2122,24 +2124,24 @@ const Kl = /* @__PURE__ */ h(Yl, [["__scopeId", "data-v-cf46dae2"]]), z = (e) =>
|
|
|
2122
2124
|
underline: "false"
|
|
2123
2125
|
}, {
|
|
2124
2126
|
default: $(() => [
|
|
2125
|
-
|
|
2127
|
+
ui
|
|
2126
2128
|
]),
|
|
2127
2129
|
_: 1
|
|
2128
2130
|
})
|
|
2129
2131
|
])
|
|
2130
2132
|
])
|
|
2131
2133
|
]),
|
|
2132
|
-
t("div",
|
|
2133
|
-
t("div",
|
|
2134
|
-
t("p",
|
|
2134
|
+
t("div", _i, [
|
|
2135
|
+
t("div", mi, [
|
|
2136
|
+
t("p", hi, "© MiR " + s((/* @__PURE__ */ new Date()).getFullYear()), 1),
|
|
2135
2137
|
t("button", {
|
|
2136
2138
|
class: "footer__language-switcher",
|
|
2137
2139
|
onClick: l[0] || (l[0] = (n) => a.$emit("changeRegionClicked"))
|
|
2138
|
-
},
|
|
2140
|
+
}, gi),
|
|
2139
2141
|
u(a.$slots, "footer-privacy-link"),
|
|
2140
2142
|
u(a.$slots, "footer-cookie-link")
|
|
2141
2143
|
]),
|
|
2142
|
-
t("div",
|
|
2144
|
+
t("div", fi, [
|
|
2143
2145
|
(i(!0), r(q, null, D(e.socialMedia, (n) => (i(), A(C, {
|
|
2144
2146
|
underline: "false",
|
|
2145
2147
|
linkType: "regular"
|
|
@@ -2156,7 +2158,7 @@ const Kl = /* @__PURE__ */ h(Yl, [["__scopeId", "data-v-cf46dae2"]]), z = (e) =>
|
|
|
2156
2158
|
n.title === "linkedin" ? "bg-linkedin" : n.title === "facebook" ? "bg-facebook" : n.title === "instagram" ? "bg-instagram" : n.title === "twitter" ? "bg-twitter" : n.title === "youtube" ? "bg-youtube" : ""
|
|
2157
2159
|
]])
|
|
2158
2160
|
}, null, 2)
|
|
2159
|
-
], 8,
|
|
2161
|
+
], 8, yi)
|
|
2160
2162
|
]),
|
|
2161
2163
|
_: 2
|
|
2162
2164
|
}, 1024))), 256))
|
|
@@ -2166,19 +2168,19 @@ const Kl = /* @__PURE__ */ h(Yl, [["__scopeId", "data-v-cf46dae2"]]), z = (e) =>
|
|
|
2166
2168
|
]));
|
|
2167
2169
|
}
|
|
2168
2170
|
});
|
|
2169
|
-
const
|
|
2171
|
+
const pi = /* @__PURE__ */ h(bi, [["__scopeId", "data-v-6d9c55d4"]]), de = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy44MjUxOSAwLjYxMzI4MUM3LjU2MjY5IDAuNjEzMjgxIDcuMzg3NjkgMC43MDA3ODIgNy4yMTI2OSAwLjg3NTc4Mkw0LjU4NzY5IDMuNTAwNzhMMS45NjI2OSAwLjg3NTc4MkMxLjYxMjY5IDAuNTI1NzgyIDEuMDAwMTkgMC41MjU3ODIgMC42NTAxOTUgMC44NzU3ODJDMC4zMDAxOTUgMS4yMjU3OCAwLjMwMDE5NSAxLjgzODI4IDAuNjUwMTk1IDIuMTg4MjhMMy45NzUxOSA1LjUxMzI4QzQuMzI1MTkgNS44NjMyOCA0LjkzNzY5IDUuODYzMjggNS4yODc2OSA1LjUxMzI4TDguNjEyNjkgMi4xODgyOEM4Ljk2MjY4IDEuODM4MjggOC45NjI2OCAxLjIyNTc4IDguNjEyNjkgMC44NzU3ODJDOC4yNjI2OSAwLjcwMDc4MiA4LjAwMDE5IDAuNjEzMjgxIDcuODI1MTkgMC42MTMyODFaIiBmaWxsPSIjMEMwOTMxIi8+Cjwvc3ZnPgo=", ee = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDIzIDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFIMjIiIHN0cm9rZT0iIzBDMDkzMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==", te = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDIzIDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjA3MDMxIDEuMjI2NTZMMjEuMDcwMyAxLjIyNjU2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K", ae = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzBDMDkzMSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0xNCAxNEwyMCAyMCIgc3Ryb2tlPSIjMEMwOTMxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K", le = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNMTQgMTRMMjAgMjAiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=", ki = { class: "header__wrapper" }, $i = { class: "nav-wrapper" }, wi = { class: "mir-link-logo" }, Si = { class: "main-nav-items" }, xi = {
|
|
2170
2172
|
id: "menu-dropdown",
|
|
2171
2173
|
ref: "dropdownDiv"
|
|
2172
|
-
},
|
|
2174
|
+
}, Ii = {
|
|
2173
2175
|
key: 0,
|
|
2174
2176
|
src: de,
|
|
2175
2177
|
alt: "dropdownarrow"
|
|
2176
|
-
},
|
|
2178
|
+
}, qi = {
|
|
2177
2179
|
key: 1,
|
|
2178
2180
|
src: de,
|
|
2179
2181
|
alt: "dropdownarrow",
|
|
2180
2182
|
style: { transform: "rotate(180deg)" }
|
|
2181
|
-
},
|
|
2183
|
+
}, Mi = { class: "dropdown-content" }, Di = { class: "nav-search-wrapper" }, Bi = ["src"], Li = { class: "mobile-logo-search-burger-wrapper" }, Ai = { class: "mobile-mir-link-logo" }, Ci = { class: "mobile-search-wrapper" }, Ti = ["src"], ji = ["onClick"], Ni = ["src"], zi = ["src"], Vi = { class: "mobile-menu-content-wrapper" }, Oi = { class: "mobile-dropdown-content" }, Pi = /* @__PURE__ */ m({
|
|
2182
2184
|
__name: "header",
|
|
2183
2185
|
props: {
|
|
2184
2186
|
burgerState: {
|
|
@@ -2214,51 +2216,51 @@ const bi = /* @__PURE__ */ h(yi, [["__scopeId", "data-v-6d9c55d4"]]), de = "data
|
|
|
2214
2216
|
function I() {
|
|
2215
2217
|
o.value = !o.value, a("update:burgerState", o.value);
|
|
2216
2218
|
}
|
|
2217
|
-
return (f, b) => (i(), r("div",
|
|
2219
|
+
return (f, b) => (i(), r("div", ki, [
|
|
2218
2220
|
t("nav", null, [
|
|
2219
|
-
t("div",
|
|
2220
|
-
t("div",
|
|
2221
|
+
t("div", $i, [
|
|
2222
|
+
t("div", wi, [
|
|
2221
2223
|
u(f.$slots, "link-logo", {}, void 0, !0)
|
|
2222
2224
|
]),
|
|
2223
|
-
t("ul",
|
|
2225
|
+
t("ul", Si, [
|
|
2224
2226
|
u(f.$slots, "main-nav-items", {}, void 0, !0)
|
|
2225
2227
|
]),
|
|
2226
|
-
t("div",
|
|
2228
|
+
t("div", xi, [
|
|
2227
2229
|
t("button", {
|
|
2228
2230
|
onClick: x,
|
|
2229
2231
|
class: "nav-dropdown-btn"
|
|
2230
2232
|
}, [
|
|
2231
2233
|
u(f.$slots, "dropdown-title", {}, void 0, !0),
|
|
2232
|
-
p(_) == !1 ? (i(), r("img",
|
|
2234
|
+
p(_) == !1 ? (i(), r("img", Ii)) : (i(), r("img", qi))
|
|
2233
2235
|
]),
|
|
2234
|
-
U(t("div",
|
|
2236
|
+
U(t("div", Mi, [
|
|
2235
2237
|
u(f.$slots, "dropdown-links", {}, void 0, !0)
|
|
2236
2238
|
], 512), [
|
|
2237
2239
|
[G, p(_)]
|
|
2238
2240
|
])
|
|
2239
2241
|
], 512),
|
|
2240
|
-
t("div",
|
|
2242
|
+
t("div", Di, [
|
|
2241
2243
|
t("button", null, [
|
|
2242
2244
|
t("img", {
|
|
2243
2245
|
src: p(o) == !0 ? p(le) : p(ae),
|
|
2244
2246
|
alt: "search icon"
|
|
2245
|
-
}, null, 8,
|
|
2247
|
+
}, null, 8, Bi)
|
|
2246
2248
|
])
|
|
2247
2249
|
])
|
|
2248
2250
|
]),
|
|
2249
2251
|
t("div", {
|
|
2250
2252
|
class: c(["mobile-nav-wrapper", p(o) == !0 ? "mirsaic-mobile-bg" : ""])
|
|
2251
2253
|
}, [
|
|
2252
|
-
t("div",
|
|
2253
|
-
t("div",
|
|
2254
|
+
t("div", Li, [
|
|
2255
|
+
t("div", Ai, [
|
|
2254
2256
|
u(f.$slots, "link-logo", {}, void 0, !0)
|
|
2255
2257
|
]),
|
|
2256
|
-
t("div",
|
|
2258
|
+
t("div", Ci, [
|
|
2257
2259
|
t("button", null, [
|
|
2258
2260
|
t("img", {
|
|
2259
2261
|
src: p(o) == !0 ? p(le) : p(ae),
|
|
2260
2262
|
alt: "search icon"
|
|
2261
|
-
}, null, 8,
|
|
2263
|
+
}, null, 8, Ti)
|
|
2262
2264
|
])
|
|
2263
2265
|
]),
|
|
2264
2266
|
t("button", {
|
|
@@ -2268,18 +2270,18 @@ const bi = /* @__PURE__ */ h(yi, [["__scopeId", "data-v-6d9c55d4"]]), de = "data
|
|
|
2268
2270
|
t("img", {
|
|
2269
2271
|
class: c(["burger-line", p(o) == !0 ? "burger-top-line-open" : ""]),
|
|
2270
2272
|
src: p(o) == !0 ? p(te) : p(ee)
|
|
2271
|
-
}, null, 10,
|
|
2273
|
+
}, null, 10, Ni),
|
|
2272
2274
|
t("img", {
|
|
2273
2275
|
class: c(["burger-line", p(o) == !0 ? "burger-bottom-line-open" : ""]),
|
|
2274
2276
|
src: p(o) == !0 ? p(te) : p(ee)
|
|
2275
|
-
}, null, 10,
|
|
2276
|
-
], 8,
|
|
2277
|
+
}, null, 10, zi)
|
|
2278
|
+
], 8, ji)
|
|
2277
2279
|
]),
|
|
2278
|
-
U(t("div",
|
|
2280
|
+
U(t("div", Vi, [
|
|
2279
2281
|
t("ul", null, [
|
|
2280
2282
|
u(f.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2281
2283
|
]),
|
|
2282
|
-
t("ul",
|
|
2284
|
+
t("ul", Oi, [
|
|
2283
2285
|
u(f.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2284
2286
|
u(f.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2285
2287
|
])
|
|
@@ -2291,7 +2293,7 @@ const bi = /* @__PURE__ */ h(yi, [["__scopeId", "data-v-6d9c55d4"]]), de = "data
|
|
|
2291
2293
|
]));
|
|
2292
2294
|
}
|
|
2293
2295
|
});
|
|
2294
|
-
const
|
|
2296
|
+
const Hi = /* @__PURE__ */ h(Pi, [["__scopeId", "data-v-8ff68823"]]), Zi = { class: "language__wrapper" }, Ri = { class: "language__content" }, Ei = { class: "language__headline" }, Ui = { class: "language__paragraph" }, Wi = /* @__PURE__ */ m({
|
|
2295
2297
|
__name: "language-switcher",
|
|
2296
2298
|
props: {
|
|
2297
2299
|
headline: {
|
|
@@ -2302,16 +2304,16 @@ const Pi = /* @__PURE__ */ h(Oi, [["__scopeId", "data-v-8ff68823"]]), Hi = { cla
|
|
|
2302
2304
|
}
|
|
2303
2305
|
},
|
|
2304
2306
|
setup(e) {
|
|
2305
|
-
return (a, l) => (i(), r("div",
|
|
2306
|
-
t("div",
|
|
2307
|
-
t("h2",
|
|
2308
|
-
t("p",
|
|
2307
|
+
return (a, l) => (i(), r("div", Zi, [
|
|
2308
|
+
t("div", Ri, [
|
|
2309
|
+
t("h2", Ei, s(e.headline), 1),
|
|
2310
|
+
t("p", Ui, s(e.paragraph), 1),
|
|
2309
2311
|
u(a.$slots, "language-links", {}, void 0, !0)
|
|
2310
2312
|
])
|
|
2311
2313
|
]));
|
|
2312
2314
|
}
|
|
2313
2315
|
});
|
|
2314
|
-
const
|
|
2316
|
+
const Fi = /* @__PURE__ */ h(Wi, [["__scopeId", "data-v-9d085a10"]]), Gi = { class: "pagination__wrapper" }, Ji = { class: "pagination__content" }, Yi = /* @__PURE__ */ m({
|
|
2315
2317
|
__name: "pagination",
|
|
2316
2318
|
props: {
|
|
2317
2319
|
isPreviousDisabled: {
|
|
@@ -2325,8 +2327,8 @@ const Wi = /* @__PURE__ */ h(Ui, [["__scopeId", "data-v-9d085a10"]]), Fi = { cla
|
|
|
2325
2327
|
},
|
|
2326
2328
|
emits: ["previous", "next"],
|
|
2327
2329
|
setup(e) {
|
|
2328
|
-
return (a, l) => (i(), r("div",
|
|
2329
|
-
t("div",
|
|
2330
|
+
return (a, l) => (i(), r("div", Gi, [
|
|
2331
|
+
t("div", Ji, [
|
|
2330
2332
|
k(W, {
|
|
2331
2333
|
onClick: l[0] || (l[0] = (n) => a.$emit("previous")),
|
|
2332
2334
|
disabled: e.isPreviousDisabled,
|
|
@@ -2344,47 +2346,47 @@ const Wi = /* @__PURE__ */ h(Ui, [["__scopeId", "data-v-9d085a10"]]), Fi = { cla
|
|
|
2344
2346
|
]));
|
|
2345
2347
|
}
|
|
2346
2348
|
});
|
|
2347
|
-
const
|
|
2349
|
+
const Ki = /* @__PURE__ */ h(Yi, [["__scopeId", "data-v-1f0583c1"]]), Xi = {
|
|
2348
2350
|
install: (e) => {
|
|
2349
|
-
e.component("AtomButton", W), e.component("AtomCheckbox", Ae), e.component("AtomChip",
|
|
2351
|
+
e.component("AtomButton", W), e.component("AtomCheckbox", Ae), e.component("AtomChip", Ve), e.component("AtomDropdown", We), e.component("AtomImage", B), e.component("AtomLabel", F), e.component("AtomLink", C), e.component("AtomRadioButton", it), e.component("AtomSelect", ct), e.component("AtomSlider", pt), e.component("AtomTextarea", Mt), e.component("AtomTextField", Ot), e.component("AtomVideo", R), e.component("MoleculeAddress", ea), e.component("MoleculeBulletList", ra), e.component("MoleculeCard", da), e.component("MoleculeEventCard", fa), e.component("MoleculeModal", oe), e.component("BlockFacts", qa), e.component("BlockFeatures", Na), e.component("BlockHeadline", Xa), e.component("BlockImage", Za), e.component("BlockImageGallery", Ja), e.component("BlockMicroStories", tl), e.component("BlockProductHero", sl), e.component("BlockPromo", cl), e.component("BlockQuote", wl), e.component("BlockRichText", Ml), e.component("BlockTripleCardDisplay", jl), e.component("BlockVimeo", Pl), e.component("Organism404", Wl), e.component("OrganismFilter", Ql), e.component("OrganismFooter", pi), e.component("OrganismHeader", Hi), e.component("OrganismLanguageSwitcher", Fi), e.component("OrganismPagination", Ki);
|
|
2350
2352
|
}
|
|
2351
2353
|
};
|
|
2352
2354
|
export {
|
|
2353
2355
|
W as AtomButton,
|
|
2354
2356
|
Ae as AtomCheckbox,
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
+
Ve as AtomChip,
|
|
2358
|
+
We as AtomDropdown,
|
|
2357
2359
|
B as AtomImage,
|
|
2358
2360
|
F as AtomLabel,
|
|
2359
2361
|
C as AtomLink,
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2362
|
+
it as AtomRadioButton,
|
|
2363
|
+
ct as AtomSelect,
|
|
2364
|
+
pt as AtomSlider,
|
|
2365
|
+
Ot as AtomTextField,
|
|
2366
|
+
Mt as AtomTextarea,
|
|
2365
2367
|
R as AtomVideo,
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2368
|
+
qa as BlockFacts,
|
|
2369
|
+
Na as BlockFeatures,
|
|
2370
|
+
Xa as BlockHeadline,
|
|
2371
|
+
Za as BlockImage,
|
|
2372
|
+
Ja as BlockImageGallery,
|
|
2373
|
+
tl as BlockMicroStories,
|
|
2374
|
+
sl as BlockProductHero,
|
|
2375
|
+
cl as BlockPromo,
|
|
2376
|
+
wl as BlockQuote,
|
|
2377
|
+
Ml as BlockRichText,
|
|
2378
|
+
jl as BlockTripleCardDisplay,
|
|
2379
|
+
Pl as BlockVimeo,
|
|
2380
|
+
ea as MoleculeAddress,
|
|
2381
|
+
ra as MoleculeBulletList,
|
|
2382
|
+
da as MoleculeCard,
|
|
2383
|
+
fa as MoleculeEventCard,
|
|
2382
2384
|
oe as MoleculeModal,
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2385
|
+
Wl as Organism404,
|
|
2386
|
+
Ql as OrganismFilter,
|
|
2387
|
+
pi as OrganismFooter,
|
|
2388
|
+
Hi as OrganismHeader,
|
|
2389
|
+
Fi as OrganismLanguageSwitcher,
|
|
2390
|
+
Ki as OrganismPagination,
|
|
2391
|
+
Xi as default
|
|
2390
2392
|
};
|