@mirweb/mir-web-components 0.15.31 → 0.15.32
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 l, createElementBlock as s, normalizeClass as c, toDisplayString as
|
|
1
|
+
import { defineComponent as m, openBlock as l, createElementBlock as s, normalizeClass as c, toDisplayString as o, createElementVNode as t, renderSlot as u, pushScopeId as C, popScopeId as j, computed as V, createTextVNode as H, ref as S, withDirectives as W, Fragment as I, renderList as q, vShow as G, normalizeProps as D, guardReactiveProps as T, mergeProps as J, createVNode as b, Transition as ke, withCtx as $, withModifiers as se, createCommentVNode as v, watchEffect as oe, withKeys as we, createBlock as z, normalizeStyle as Y, isRef as ee, unref as k, onMounted as ne, watch as te, onUnmounted as xe } from "vue";
|
|
2
2
|
const Se = ["aria-label"], Ie = /* @__PURE__ */ m({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
@@ -27,13 +27,13 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ m({
|
|
|
27
27
|
return (a, r) => (l(), s("button", {
|
|
28
28
|
class: c(["button", "button--" + e.variant]),
|
|
29
29
|
"aria-label": e.ariaLabel
|
|
30
|
-
},
|
|
30
|
+
}, o(e.variant == "close" ? "" : e.buttonText), 11, Se));
|
|
31
31
|
}
|
|
32
32
|
});
|
|
33
33
|
const h = (e, a) => {
|
|
34
34
|
const r = e.__vccOpts || e;
|
|
35
|
-
for (const [i,
|
|
36
|
-
r[i] =
|
|
35
|
+
for (const [i, n] of a)
|
|
36
|
+
r[i] = n;
|
|
37
37
|
return r;
|
|
38
38
|
}, F = /* @__PURE__ */ h(Ie, [["__scopeId", "data-v-f195a839"]]), qe = (e) => (C("data-v-f62bd17f"), e = e(), j(), e), Me = ["name", "value", "disabled", "required", "id"], Be = ["for"], Le = /* @__PURE__ */ qe(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), De = /* @__PURE__ */ m({
|
|
39
39
|
__name: "checkbox",
|
|
@@ -63,10 +63,10 @@ const h = (e, a) => {
|
|
|
63
63
|
emits: ["input"],
|
|
64
64
|
setup(e, { emit: a }) {
|
|
65
65
|
const r = (i) => {
|
|
66
|
-
const
|
|
67
|
-
a("input",
|
|
66
|
+
const n = i.target;
|
|
67
|
+
a("input", n.checked);
|
|
68
68
|
};
|
|
69
|
-
return (i,
|
|
69
|
+
return (i, n) => (l(), s("div", {
|
|
70
70
|
class: c(["checkbox__wrapper", e.disabled ? "disabled" : ""])
|
|
71
71
|
}, [
|
|
72
72
|
t("input", {
|
|
@@ -104,15 +104,15 @@ const Ae = /* @__PURE__ */ h(De, [["__scopeId", "data-v-f62bd17f"]]), Te = "data
|
|
|
104
104
|
emits: ["remove-chip"],
|
|
105
105
|
setup(e, { emit: a }) {
|
|
106
106
|
const r = e, i = V(() => `Chip: ${r.text}`);
|
|
107
|
-
return (
|
|
107
|
+
return (n, _) => (l(), s("div", {
|
|
108
108
|
class: "chip__wrapper",
|
|
109
|
-
onClick: _[0] || (_[0] = (w) =>
|
|
109
|
+
onClick: _[0] || (_[0] = (w) => n.$emit("remove-chip"))
|
|
110
110
|
}, [
|
|
111
111
|
t("span", {
|
|
112
112
|
class: "chip",
|
|
113
113
|
"aria-label": i.value
|
|
114
114
|
}, [
|
|
115
|
-
H(
|
|
115
|
+
H(o(e.text) + " ", 1),
|
|
116
116
|
Ne
|
|
117
117
|
], 8, je)
|
|
118
118
|
]));
|
|
@@ -168,7 +168,7 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
168
168
|
},
|
|
169
169
|
emits: ["update:modelValue"],
|
|
170
170
|
setup(e, { emit: a }) {
|
|
171
|
-
const r = e, i = S(null),
|
|
171
|
+
const r = e, i = S(null), n = S(null), _ = S([]), w = S(0), B = S(""), y = S(!0), p = S(0), A = V(() => {
|
|
172
172
|
const d = r.options.find(
|
|
173
173
|
(g) => g.value === r.modelValue
|
|
174
174
|
);
|
|
@@ -270,12 +270,12 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
270
270
|
), P = _.value[N];
|
|
271
271
|
ve(P);
|
|
272
272
|
}
|
|
273
|
-
if (d.setAttribute("aria-selected", "true"), (f =
|
|
273
|
+
if (d.setAttribute("aria-selected", "true"), (f = n.value) == null || f.setAttribute(
|
|
274
274
|
"aria-activedescendant",
|
|
275
275
|
g || ""
|
|
276
|
-
), _e(g || ""),
|
|
277
|
-
const N =
|
|
278
|
-
P > N ?
|
|
276
|
+
), _e(g || ""), n.value && n.value.scrollHeight > n.value.clientHeight) {
|
|
277
|
+
const N = n.value.clientHeight + n.value.scrollTop, P = d.offsetTop + d.offsetHeight;
|
|
278
|
+
P > N ? n.value.scrollTop = P - ((x = n.value) == null ? void 0 : x.clientHeight) : d.offsetTop < n.value.scrollTop && (n.value.scrollTop = d.offsetTop);
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
281
|
function be() {
|
|
@@ -289,7 +289,7 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
289
289
|
}
|
|
290
290
|
function X() {
|
|
291
291
|
var d, g;
|
|
292
|
-
y.value = !1, (d = i.value) == null || d.setAttribute("aria-expanded", "true"), (g =
|
|
292
|
+
y.value = !1, (d = i.value) == null || d.setAttribute("aria-expanded", "true"), (g = n.value) == null || g.focus();
|
|
293
293
|
}
|
|
294
294
|
function pe() {
|
|
295
295
|
r.disabled || (y.value ? X() : U());
|
|
@@ -306,7 +306,7 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
306
306
|
"is-disabled": e.disabled,
|
|
307
307
|
"is-required": e.required
|
|
308
308
|
}, "listbox__label"])
|
|
309
|
-
},
|
|
309
|
+
}, o(e.label), 11, Pe),
|
|
310
310
|
W((l(), s("div", He, [
|
|
311
311
|
t("button", {
|
|
312
312
|
id: `${e.name}-button-label`,
|
|
@@ -322,7 +322,7 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
322
322
|
onKeydown: he,
|
|
323
323
|
ref_key: "listboxButton",
|
|
324
324
|
ref: i
|
|
325
|
-
},
|
|
325
|
+
}, o(e.modelValue ? A.value : e.placeholder), 43, Ze),
|
|
326
326
|
W(t("ul", {
|
|
327
327
|
"aria-labelledby": `${e.name}-label`,
|
|
328
328
|
"aria-activedescendant": e.modelValue,
|
|
@@ -332,7 +332,7 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
332
332
|
onKeydown: K,
|
|
333
333
|
onClick: me,
|
|
334
334
|
ref_key: "listboxNode",
|
|
335
|
-
ref:
|
|
335
|
+
ref: n
|
|
336
336
|
}, [
|
|
337
337
|
(l(!0), s(I, null, q(e.options, (f, x) => (l(), s("li", {
|
|
338
338
|
key: `${e.name}-option-${x}`,
|
|
@@ -343,7 +343,7 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
343
343
|
ref_for: !0,
|
|
344
344
|
ref_key: "listboxOptions",
|
|
345
345
|
ref: _
|
|
346
|
-
},
|
|
346
|
+
}, o(f.label), 9, Re))), 128))
|
|
347
347
|
], 40, Ee), [
|
|
348
348
|
[G, !y.value]
|
|
349
349
|
])
|
|
@@ -411,12 +411,12 @@ const M = /* @__PURE__ */ h(Ge, [["__scopeId", "data-v-513b5384"]]), Je = { clas
|
|
|
411
411
|
},
|
|
412
412
|
setup(e) {
|
|
413
413
|
const a = e, r = V(() => `Label: ${a.text}`);
|
|
414
|
-
return (i,
|
|
414
|
+
return (i, n) => (l(), s("div", Je, [
|
|
415
415
|
t("span", {
|
|
416
416
|
"aria-label": r.value,
|
|
417
417
|
"label-dark": e.labelDark,
|
|
418
418
|
class: c(e.labelDark ? "label--dark" : "label--light")
|
|
419
|
-
},
|
|
419
|
+
}, o(e.text), 11, Ye)
|
|
420
420
|
]));
|
|
421
421
|
}
|
|
422
422
|
});
|
|
@@ -465,7 +465,7 @@ const R = /* @__PURE__ */ h(Ke, [["__scopeId", "data-v-aacf01db"]]), Qe = { clas
|
|
|
465
465
|
const { ...i } = a;
|
|
466
466
|
return i;
|
|
467
467
|
});
|
|
468
|
-
return (i,
|
|
468
|
+
return (i, n) => (l(), s("div", Qe, [
|
|
469
469
|
t("div", J(r.value, {
|
|
470
470
|
class: ["mir-link", [
|
|
471
471
|
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" : "",
|
|
@@ -508,10 +508,10 @@ const Xe = (e) => (C("data-v-016da8d2"), e = e(), j(), e), et = ["name", "value"
|
|
|
508
508
|
emits: ["input"],
|
|
509
509
|
setup(e, { emit: a }) {
|
|
510
510
|
const r = (i) => {
|
|
511
|
-
const
|
|
512
|
-
a("input",
|
|
511
|
+
const n = i.target;
|
|
512
|
+
a("input", n.checked);
|
|
513
513
|
};
|
|
514
|
-
return (i,
|
|
514
|
+
return (i, n) => (l(), s("div", {
|
|
515
515
|
class: c(["radio__wrapper", e.disabled ? "disabled" : ""])
|
|
516
516
|
}, [
|
|
517
517
|
t("input", {
|
|
@@ -535,7 +535,7 @@ const Xe = (e) => (C("data-v-016da8d2"), e = e(), j(), e), et = ["name", "value"
|
|
|
535
535
|
], 2));
|
|
536
536
|
}
|
|
537
537
|
});
|
|
538
|
-
const it = /* @__PURE__ */ h(lt, [["__scopeId", "data-v-016da8d2"]]), rt = { class: "select__wrapper" }, st = ["for"],
|
|
538
|
+
const it = /* @__PURE__ */ h(lt, [["__scopeId", "data-v-016da8d2"]]), rt = { class: "select__wrapper" }, st = ["for"], ot = ["disabled", "id", "name", "value"], nt = ["value"], dt = /* @__PURE__ */ m({
|
|
539
539
|
__name: "select",
|
|
540
540
|
props: {
|
|
541
541
|
id: {
|
|
@@ -580,7 +580,7 @@ const it = /* @__PURE__ */ h(lt, [["__scopeId", "data-v-016da8d2"]]), rt = { cla
|
|
|
580
580
|
t("label", {
|
|
581
581
|
for: e.id,
|
|
582
582
|
class: c([e.required ? "required" : "", e.disabled ? "disabled" : ""])
|
|
583
|
-
},
|
|
583
|
+
}, o(e.label), 11, st),
|
|
584
584
|
t("select", {
|
|
585
585
|
class: c(e.disabled ? "disabled" : ""),
|
|
586
586
|
disabled: e.disabled,
|
|
@@ -594,8 +594,8 @@ const it = /* @__PURE__ */ h(lt, [["__scopeId", "data-v-016da8d2"]]), rt = { cla
|
|
|
594
594
|
(l(!0), s(I, null, q(e.options, (i) => (l(), s("option", {
|
|
595
595
|
key: i.value,
|
|
596
596
|
value: i.value
|
|
597
|
-
},
|
|
598
|
-
], 42,
|
|
597
|
+
}, o(i.text), 9, nt))), 128))
|
|
598
|
+
], 42, ot)
|
|
599
599
|
]));
|
|
600
600
|
}
|
|
601
601
|
});
|
|
@@ -609,18 +609,18 @@ const ct = /* @__PURE__ */ h(dt, [["__scopeId", "data-v-d1d7a1e3"]]), ut = { cla
|
|
|
609
609
|
const r = e;
|
|
610
610
|
V({
|
|
611
611
|
get: () => r.show,
|
|
612
|
-
set: (
|
|
612
|
+
set: (n) => a("update:show", n)
|
|
613
613
|
});
|
|
614
614
|
const i = () => {
|
|
615
615
|
a("update:show", !r.show);
|
|
616
616
|
};
|
|
617
|
-
return (
|
|
617
|
+
return (n, _) => (l(), s("div", ut, [
|
|
618
618
|
b(ke, {
|
|
619
619
|
duration: 300,
|
|
620
620
|
name: "nested"
|
|
621
621
|
}, {
|
|
622
622
|
default: $(() => [
|
|
623
|
-
|
|
623
|
+
n.show ? (l(), s("div", {
|
|
624
624
|
key: 0,
|
|
625
625
|
class: "overlay",
|
|
626
626
|
onClick: i,
|
|
@@ -639,7 +639,7 @@ const ct = /* @__PURE__ */ h(dt, [["__scopeId", "data-v-d1d7a1e3"]]), ut = { cla
|
|
|
639
639
|
onClick: i
|
|
640
640
|
})
|
|
641
641
|
]),
|
|
642
|
-
u(
|
|
642
|
+
u(n.$slots, "default", {}, void 0, !0)
|
|
643
643
|
])
|
|
644
644
|
])) : v("", !0)
|
|
645
645
|
]),
|
|
@@ -701,12 +701,12 @@ const de = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-b5af91d8"]]), mt = { cla
|
|
|
701
701
|
},
|
|
702
702
|
emits: ["update:modelValue"],
|
|
703
703
|
setup(e, { emit: a }) {
|
|
704
|
-
const r = e, i = S(r.modelValue),
|
|
704
|
+
const r = e, i = S(r.modelValue), n = S(), _ = S(!1), w = (y, p, A) => (y - p) / (A - p) * 100, B = (y) => {
|
|
705
705
|
var p;
|
|
706
|
-
(p =
|
|
706
|
+
(p = n.value) == null || p.style.setProperty("--ProgressPercent", `${y}%`);
|
|
707
707
|
};
|
|
708
|
-
return
|
|
709
|
-
if (
|
|
708
|
+
return oe(() => {
|
|
709
|
+
if (n.value) {
|
|
710
710
|
a("update:modelValue", i.value);
|
|
711
711
|
const y = w(i.value, r.min, r.max);
|
|
712
712
|
let p = (50 - y) / 100;
|
|
@@ -718,7 +718,7 @@ const de = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-b5af91d8"]]), mt = { cla
|
|
|
718
718
|
t("label", {
|
|
719
719
|
for: e.id,
|
|
720
720
|
class: c([e.variant, ""])
|
|
721
|
-
},
|
|
721
|
+
}, o(e.label), 11, vt),
|
|
722
722
|
e.information ? (l(), s("i", {
|
|
723
723
|
key: 0,
|
|
724
724
|
role: "button",
|
|
@@ -733,7 +733,7 @@ const de = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-b5af91d8"]]), mt = { cla
|
|
|
733
733
|
t("div", yt, [
|
|
734
734
|
t("span", {
|
|
735
735
|
class: c([e.variant, "slider__minmax"])
|
|
736
|
-
},
|
|
736
|
+
}, o(e.min), 3),
|
|
737
737
|
t("input", {
|
|
738
738
|
type: "range",
|
|
739
739
|
id: e.id,
|
|
@@ -744,16 +744,16 @@ const de = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-b5af91d8"]]), mt = { cla
|
|
|
744
744
|
max: e.max,
|
|
745
745
|
class: c(e.variant),
|
|
746
746
|
ref_key: "slider",
|
|
747
|
-
ref:
|
|
747
|
+
ref: n,
|
|
748
748
|
onInput: p[2] || (p[2] = ({ target: A }) => i.value = parseFloat(A.value))
|
|
749
749
|
}, null, 42, ft),
|
|
750
750
|
t("span", {
|
|
751
751
|
class: c([e.variant, "slider__minmax"])
|
|
752
|
-
},
|
|
752
|
+
}, o(e.max), 3)
|
|
753
753
|
]),
|
|
754
754
|
t("span", {
|
|
755
755
|
class: c([e.variant, "slider__value"])
|
|
756
|
-
},
|
|
756
|
+
}, o(e.modelValue), 3)
|
|
757
757
|
]),
|
|
758
758
|
e.information ? (l(), z(de, {
|
|
759
759
|
key: 0,
|
|
@@ -761,7 +761,7 @@ const de = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-b5af91d8"]]), mt = { cla
|
|
|
761
761
|
"onUpdate:show": p[3] || (p[3] = (A) => _.value = A)
|
|
762
762
|
}, {
|
|
763
763
|
default: $(() => [
|
|
764
|
-
H(
|
|
764
|
+
H(o(e.information), 1)
|
|
765
765
|
]),
|
|
766
766
|
_: 1
|
|
767
767
|
}, 8, ["show"])) : v("", !0)
|
|
@@ -812,7 +812,7 @@ const pt = /* @__PURE__ */ h(bt, [["__scopeId", "data-v-84385cf8"]]), $t = { id:
|
|
|
812
812
|
t("label", {
|
|
813
813
|
for: e.id,
|
|
814
814
|
class: c({ required: e.required })
|
|
815
|
-
},
|
|
815
|
+
}, o(e.labelText) + o(e.required ? " *" : ""), 11, kt),
|
|
816
816
|
t("div", {
|
|
817
817
|
id: e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? "textarea-wrapper__inner" : ""
|
|
818
818
|
}, [
|
|
@@ -840,7 +840,7 @@ const pt = /* @__PURE__ */ h(bt, [["__scopeId", "data-v-84385cf8"]]), $t = { id:
|
|
|
840
840
|
class: c(
|
|
841
841
|
e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? "reached-meter-limit-meter" : ""
|
|
842
842
|
)
|
|
843
|
-
},
|
|
843
|
+
}, o(e.maxLength !== void 0 && e.modelValue !== void 0 && e.maxLength - e.modelValue.length >= 0 ? e.modelValue.length : 0) + " / " + o(e.maxLength), 3)
|
|
844
844
|
])
|
|
845
845
|
]));
|
|
846
846
|
}
|
|
@@ -931,7 +931,7 @@ const Mt = /* @__PURE__ */ h(qt, [["__scopeId", "data-v-28492b7a"]]), Bt = { cla
|
|
|
931
931
|
), i = V(
|
|
932
932
|
() => a.value ? "password" : "text"
|
|
933
933
|
);
|
|
934
|
-
return (
|
|
934
|
+
return (n, _) => (l(), s("div", Bt, [
|
|
935
935
|
t("label", {
|
|
936
936
|
for: e.id,
|
|
937
937
|
class: c([
|
|
@@ -939,7 +939,7 @@ const Mt = /* @__PURE__ */ h(qt, [["__scopeId", "data-v-28492b7a"]]), Bt = { cla
|
|
|
939
939
|
e.disabled ? "disabled" : "",
|
|
940
940
|
e.search ? "search" : ""
|
|
941
941
|
])
|
|
942
|
-
},
|
|
942
|
+
}, o(e.label), 11, Lt),
|
|
943
943
|
e.type === "password" ? (l(), s("div", Dt, [
|
|
944
944
|
t("input", {
|
|
945
945
|
id: e.id,
|
|
@@ -948,7 +948,7 @@ const Mt = /* @__PURE__ */ h(qt, [["__scopeId", "data-v-28492b7a"]]), Bt = { cla
|
|
|
948
948
|
placeholder: e.placeholder,
|
|
949
949
|
required: e.required,
|
|
950
950
|
disabled: e.disabled,
|
|
951
|
-
onInput: _[0] || (_[0] = (w) =>
|
|
951
|
+
onInput: _[0] || (_[0] = (w) => n.$emit("update:modelValue", w.target.value)),
|
|
952
952
|
name: e.fieldName
|
|
953
953
|
}, null, 40, At),
|
|
954
954
|
t("i", {
|
|
@@ -971,12 +971,12 @@ const Mt = /* @__PURE__ */ h(qt, [["__scopeId", "data-v-28492b7a"]]), Bt = { cla
|
|
|
971
971
|
e.search ? "search" : ""
|
|
972
972
|
]),
|
|
973
973
|
disabled: e.disabled,
|
|
974
|
-
onInput: _[2] || (_[2] = (w) =>
|
|
974
|
+
onInput: _[2] || (_[2] = (w) => n.$emit("update:modelValue", w.target.value)),
|
|
975
975
|
name: e.fieldName
|
|
976
976
|
}, null, 42, Ct)),
|
|
977
977
|
e.search ? (l(), s("i", jt)) : v("", !0),
|
|
978
|
-
e.errorMessage ? (l(), s("strong", Nt,
|
|
979
|
-
e.helperText ? (l(), s("span", zt,
|
|
978
|
+
e.errorMessage ? (l(), s("strong", Nt, o(e.errorMessage), 1)) : v("", !0),
|
|
979
|
+
e.helperText ? (l(), s("span", zt, o(e.helperText), 1)) : v("", !0)
|
|
980
980
|
]));
|
|
981
981
|
}
|
|
982
982
|
});
|
|
@@ -1034,7 +1034,7 @@ const Ot = /* @__PURE__ */ h(Vt, [["__scopeId", "data-v-06bcf9d4"]]), Pt = { cla
|
|
|
1034
1034
|
setup(e, { expose: a }) {
|
|
1035
1035
|
const r = e;
|
|
1036
1036
|
let i = S(null);
|
|
1037
|
-
return
|
|
1037
|
+
return oe(() => {
|
|
1038
1038
|
r.play && i.value ? i.value.play() : !r.play && i.value && i.value.pause();
|
|
1039
1039
|
}), a({
|
|
1040
1040
|
resetVideo: () => {
|
|
@@ -1107,11 +1107,11 @@ const Z = /* @__PURE__ */ h(Et, [["__scopeId", "data-v-c449311a"]]), Rt = { clas
|
|
|
1107
1107
|
u(a.$slots, "address-flag", {}, void 0, !0)
|
|
1108
1108
|
]),
|
|
1109
1109
|
t("div", Ft, [
|
|
1110
|
-
t("p", Gt,
|
|
1111
|
-
t("p", null,
|
|
1112
|
-
t("p", null,
|
|
1113
|
-
t("p", null,
|
|
1114
|
-
e.addressLine_3 ? (l(), s("p", Jt,
|
|
1110
|
+
t("p", Gt, o(e.name), 1),
|
|
1111
|
+
t("p", null, o(e.company), 1),
|
|
1112
|
+
t("p", null, o(e.addressLine_1), 1),
|
|
1113
|
+
t("p", null, o(e.addressLine_2), 1),
|
|
1114
|
+
e.addressLine_3 ? (l(), s("p", Jt, o(e.addressLine_3), 1)) : v("", !0)
|
|
1115
1115
|
]),
|
|
1116
1116
|
t("div", Yt, [
|
|
1117
1117
|
(l(!0), s(I, null, q(e.phone_numbers, (i) => (l(), z(L, {
|
|
@@ -1122,14 +1122,14 @@ const Z = /* @__PURE__ */ h(Et, [["__scopeId", "data-v-c449311a"]]), Rt = { clas
|
|
|
1122
1122
|
t("a", {
|
|
1123
1123
|
href: "tel:" + i,
|
|
1124
1124
|
class: "address__phone"
|
|
1125
|
-
},
|
|
1125
|
+
}, o(i), 9, Kt)
|
|
1126
1126
|
]),
|
|
1127
1127
|
_: 2
|
|
1128
1128
|
}, 1024))), 256)),
|
|
1129
1129
|
t("a", {
|
|
1130
1130
|
href: "mailto:" + e.email,
|
|
1131
1131
|
class: "address__email"
|
|
1132
|
-
},
|
|
1132
|
+
}, o(e.email), 9, Qt)
|
|
1133
1133
|
])
|
|
1134
1134
|
])
|
|
1135
1135
|
]));
|
|
@@ -1162,14 +1162,14 @@ const ea = /* @__PURE__ */ h(Xt, [["__scopeId", "data-v-a87ec518"]]), ta = (e) =
|
|
|
1162
1162
|
t("ul", null, [
|
|
1163
1163
|
(l(!0), s(I, null, q(e.list, (i) => (l(), s("li", null, [
|
|
1164
1164
|
la,
|
|
1165
|
-
H(" " +
|
|
1165
|
+
H(" " + o(i), 1)
|
|
1166
1166
|
]))), 256))
|
|
1167
1167
|
])
|
|
1168
1168
|
], 2)
|
|
1169
1169
|
]));
|
|
1170
1170
|
}
|
|
1171
1171
|
});
|
|
1172
|
-
const ra = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-327e6c15"]]), sa = { class: "card__wrapper" },
|
|
1172
|
+
const ra = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-327e6c15"]]), sa = { class: "card__wrapper" }, oa = { key: 4 }, na = /* @__PURE__ */ m({
|
|
1173
1173
|
__name: "card",
|
|
1174
1174
|
props: {
|
|
1175
1175
|
variant: {
|
|
@@ -1225,7 +1225,7 @@ const ra = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-327e6c15"]]), sa = { cla
|
|
|
1225
1225
|
emits: ["clicked"],
|
|
1226
1226
|
setup(e, { emit: a }) {
|
|
1227
1227
|
let r = S(!1);
|
|
1228
|
-
return (i,
|
|
1228
|
+
return (i, n) => (l(), s("div", sa, [
|
|
1229
1229
|
t("div", {
|
|
1230
1230
|
class: c(["card", [
|
|
1231
1231
|
e.theme == "dark" ? "card--dark" : "card--light",
|
|
@@ -1235,8 +1235,8 @@ const ra = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-327e6c15"]]), sa = { cla
|
|
|
1235
1235
|
e.variant == "product" ? "card--product" : "card--article"
|
|
1236
1236
|
]]),
|
|
1237
1237
|
style: Y([e.variant == "product" ? "font-weight: 700" : "font-weight: 300"]),
|
|
1238
|
-
onMouseover:
|
|
1239
|
-
onMouseout:
|
|
1238
|
+
onMouseover: n[0] || (n[0] = (_) => ee(r) ? r.value = !0 : r = !0),
|
|
1239
|
+
onMouseout: n[1] || (n[1] = (_) => ee(r) ? r.value = !1 : r = !1)
|
|
1240
1240
|
}, [
|
|
1241
1241
|
e.mediaType == "image" ? (l(), z(M, { key: 0 }, {
|
|
1242
1242
|
default: $(() => [
|
|
@@ -1271,17 +1271,17 @@ const ra = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-327e6c15"]]), sa = { cla
|
|
|
1271
1271
|
e.variant === "product" ? (l(), s("h3", {
|
|
1272
1272
|
key: 2,
|
|
1273
1273
|
class: c(e.theme == "dark" ? "regular-dark" : "regular-blue")
|
|
1274
|
-
},
|
|
1274
|
+
}, o(e.headline), 3)) : (l(), s("h3", {
|
|
1275
1275
|
key: 3,
|
|
1276
1276
|
class: c(e.theme == "dark" ? "regular-dark" : "regular-dark-blue")
|
|
1277
|
-
},
|
|
1278
|
-
e.variant == "product" ? (l(), s("p",
|
|
1277
|
+
}, o(e.headline), 3)),
|
|
1278
|
+
e.variant == "product" ? (l(), s("p", oa, o(e.paragraph), 1)) : v("", !0),
|
|
1279
1279
|
u(i.$slots, "card-label")
|
|
1280
1280
|
], 38)
|
|
1281
1281
|
]));
|
|
1282
1282
|
}
|
|
1283
1283
|
});
|
|
1284
|
-
const da = /* @__PURE__ */ h(
|
|
1284
|
+
const da = /* @__PURE__ */ h(na, [["__scopeId", "data-v-2a33f841"]]), ca = (e) => (C("data-v-f5acdf7e"), e = e(), j(), 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({
|
|
1285
1285
|
__name: "event-card",
|
|
1286
1286
|
props: {
|
|
1287
1287
|
eventType: {
|
|
@@ -1311,13 +1311,13 @@ const da = /* @__PURE__ */ h(oa, [["__scopeId", "data-v-2a33f841"]]), ca = (e) =
|
|
|
1311
1311
|
"label-dark": !1,
|
|
1312
1312
|
text: e.eventType ? e.eventType : ""
|
|
1313
1313
|
}, null, 8, ["text"]),
|
|
1314
|
-
t("div", _a,
|
|
1314
|
+
t("div", _a, o(e.headline), 1),
|
|
1315
1315
|
t("div", ma, [
|
|
1316
|
-
H(
|
|
1316
|
+
H(o(e.dateTime), 1),
|
|
1317
1317
|
ha,
|
|
1318
|
-
H(
|
|
1318
|
+
H(o(e.location), 1)
|
|
1319
1319
|
]),
|
|
1320
|
-
t("div", va, "Exhibitor: " +
|
|
1320
|
+
t("div", va, "Exhibitor: " + o(e.exhibitor), 1)
|
|
1321
1321
|
]));
|
|
1322
1322
|
}
|
|
1323
1323
|
});
|
|
@@ -1343,9 +1343,9 @@ const ya = /* @__PURE__ */ h(ga, [["__scopeId", "data-v-f5acdf7e"]]), fa = { cla
|
|
|
1343
1343
|
"label-dark": !1,
|
|
1344
1344
|
text: e.label ? e.label : ""
|
|
1345
1345
|
}, null, 8, ["text"]),
|
|
1346
|
-
t("div", ba,
|
|
1346
|
+
t("div", ba, o(e.headline), 1),
|
|
1347
1347
|
t("div", pa, [
|
|
1348
|
-
t("p", null,
|
|
1348
|
+
t("p", null, o(e.paragraph), 1)
|
|
1349
1349
|
])
|
|
1350
1350
|
]));
|
|
1351
1351
|
}
|
|
@@ -1373,14 +1373,14 @@ const ka = /* @__PURE__ */ h($a, [["__scopeId", "data-v-dbd0c7ab"]]), wa = { cla
|
|
|
1373
1373
|
setup(e) {
|
|
1374
1374
|
return (a, r) => (l(), s("div", wa, [
|
|
1375
1375
|
t("div", xa, [
|
|
1376
|
-
t("h2", Sa,
|
|
1376
|
+
t("h2", Sa, o(e.headline), 1),
|
|
1377
1377
|
t("div", Ia, [
|
|
1378
1378
|
(l(!0), s(I, null, q(e.facts, (i) => (l(), s("div", qa, [
|
|
1379
1379
|
t("div", Ma, [
|
|
1380
|
-
t("span", null,
|
|
1380
|
+
t("span", null, o(i.value), 1)
|
|
1381
1381
|
]),
|
|
1382
1382
|
t("div", Ba, [
|
|
1383
|
-
t("span", null,
|
|
1383
|
+
t("span", null, o(i.metric), 1)
|
|
1384
1384
|
])
|
|
1385
1385
|
]))), 256))
|
|
1386
1386
|
]),
|
|
@@ -1426,10 +1426,10 @@ const Aa = /* @__PURE__ */ h(Da, [["__scopeId", "data-v-7fd89b0c"]]), Ta = { cla
|
|
|
1426
1426
|
return (a, r) => (l(), s("div", Ta, [
|
|
1427
1427
|
t("div", Ca, [
|
|
1428
1428
|
e.headline ? (l(), s("div", ja, [
|
|
1429
|
-
t("h2", null,
|
|
1429
|
+
t("h2", null, o(e.headline), 1)
|
|
1430
1430
|
])) : v("", !0),
|
|
1431
1431
|
e.body ? (l(), s("div", Na, [
|
|
1432
|
-
t("p", null,
|
|
1432
|
+
t("p", null, o(e.body), 1)
|
|
1433
1433
|
])) : v("", !0),
|
|
1434
1434
|
t("div", {
|
|
1435
1435
|
class: c(["features__elements", [e.elements.length == 6 ? "features__elements--grid-6" : ""]])
|
|
@@ -1446,8 +1446,8 @@ const Aa = /* @__PURE__ */ h(Da, [["__scopeId", "data-v-7fd89b0c"]]), Ta = { cla
|
|
|
1446
1446
|
]),
|
|
1447
1447
|
_: 2
|
|
1448
1448
|
}, 1024),
|
|
1449
|
-
t("p", Va,
|
|
1450
|
-
t("p", Oa,
|
|
1449
|
+
t("p", Va, o(i.headline), 1),
|
|
1450
|
+
t("p", Oa, o(i.body), 1)
|
|
1451
1451
|
]))), 256))
|
|
1452
1452
|
], 2)
|
|
1453
1453
|
])
|
|
@@ -1481,7 +1481,7 @@ const Ha = /* @__PURE__ */ h(Pa, [["__scopeId", "data-v-0990b89f"]]), Za = { cla
|
|
|
1481
1481
|
_: 3
|
|
1482
1482
|
})
|
|
1483
1483
|
]),
|
|
1484
|
-
t("p", Ua,
|
|
1484
|
+
t("p", Ua, o(e.caption), 1)
|
|
1485
1485
|
])
|
|
1486
1486
|
]));
|
|
1487
1487
|
}
|
|
@@ -1596,7 +1596,7 @@ const Fa = /* @__PURE__ */ h(Wa, [["__scopeId", "data-v-6dde0544"]]), Ga = { cla
|
|
|
1596
1596
|
}, 1024)
|
|
1597
1597
|
]))), 256)),
|
|
1598
1598
|
e.mediaSmall.length < 2 ? (l(), s("div", Qa, [
|
|
1599
|
-
t("p", null,
|
|
1599
|
+
t("p", null, o(e.body), 1)
|
|
1600
1600
|
])) : v("", !0)
|
|
1601
1601
|
], 6)
|
|
1602
1602
|
], 2)
|
|
@@ -1627,12 +1627,12 @@ const el = /* @__PURE__ */ h(Xa, [["__scopeId", "data-v-bad7dce2"]]), tl = { cla
|
|
|
1627
1627
|
e.subMenu ? "headline__content--submenu" : ""
|
|
1628
1628
|
])
|
|
1629
1629
|
}, [
|
|
1630
|
-
t("h1", al,
|
|
1630
|
+
t("h1", al, o(e.headline), 1)
|
|
1631
1631
|
], 2)
|
|
1632
1632
|
]));
|
|
1633
1633
|
}
|
|
1634
1634
|
});
|
|
1635
|
-
const il = /* @__PURE__ */ h(ll, [["__scopeId", "data-v-2676cf0a"]]), rl = (e) => (C("data-v-913aec7e"), e = e(), j(), e), sl = { class: "hero__wrapper" },
|
|
1635
|
+
const il = /* @__PURE__ */ h(ll, [["__scopeId", "data-v-2676cf0a"]]), rl = (e) => (C("data-v-913aec7e"), e = e(), j(), e), sl = { class: "hero__wrapper" }, ol = { class: "hero__content" }, nl = { class: "hero__top" }, dl = { class: "hero__elements" }, cl = { class: "hero__headline" }, ul = { class: "hero__link" }, _l = { class: "hero__video" }, ml = /* @__PURE__ */ rl(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), hl = /* @__PURE__ */ m({
|
|
1636
1636
|
__name: "hero",
|
|
1637
1637
|
props: {
|
|
1638
1638
|
headline: {
|
|
@@ -1646,11 +1646,11 @@ const il = /* @__PURE__ */ h(ll, [["__scopeId", "data-v-2676cf0a"]]), rl = (e) =
|
|
|
1646
1646
|
},
|
|
1647
1647
|
setup(e) {
|
|
1648
1648
|
return (a, r) => (l(), s("div", sl, [
|
|
1649
|
-
t("div",
|
|
1650
|
-
t("div",
|
|
1649
|
+
t("div", ol, [
|
|
1650
|
+
t("div", nl, [
|
|
1651
1651
|
t("div", dl, [
|
|
1652
1652
|
t("div", cl, [
|
|
1653
|
-
t("h2", null,
|
|
1653
|
+
t("h2", null, o(e.headline), 1)
|
|
1654
1654
|
]),
|
|
1655
1655
|
t("div", ul, [
|
|
1656
1656
|
b(L, {
|
|
@@ -1731,7 +1731,9 @@ const kl = /* @__PURE__ */ h($l, [["__scopeId", "data-v-ce01e327"]]), wl = { cla
|
|
|
1731
1731
|
type: Array,
|
|
1732
1732
|
required: !0,
|
|
1733
1733
|
validator(e) {
|
|
1734
|
-
return e.length >= 3 && e.length <= 6
|
|
1734
|
+
return e.length >= 3 && e.length <= 6 ? !0 : (console.error(
|
|
1735
|
+
"Micro Stories must have between 3 and 6 slides. You have provided " + e.length
|
|
1736
|
+
), !1);
|
|
1735
1737
|
}
|
|
1736
1738
|
},
|
|
1737
1739
|
reverse: {
|
|
@@ -1796,7 +1798,7 @@ const Bl = /* @__PURE__ */ h(Sl, [["render", Ml], ["__scopeId", "data-v-8cea6db5
|
|
|
1796
1798
|
return (a, r) => (l(), s("div", Ll, [
|
|
1797
1799
|
t("div", Dl, [
|
|
1798
1800
|
t("div", Al, [
|
|
1799
|
-
t("h1", null,
|
|
1801
|
+
t("h1", null, o(e.headline), 1)
|
|
1800
1802
|
]),
|
|
1801
1803
|
t("div", Tl, [
|
|
1802
1804
|
b(Z, {
|
|
@@ -1920,7 +1922,7 @@ const jl = /* @__PURE__ */ h(Cl, [["__scopeId", "data-v-470041ac"]]), Nl = { cla
|
|
|
1920
1922
|
"promo__title",
|
|
1921
1923
|
e.variant === "dark" ? "promo__title--dark" : ""
|
|
1922
1924
|
])
|
|
1923
|
-
},
|
|
1925
|
+
}, o(e.headline), 3),
|
|
1924
1926
|
e.linkType === "link" ? (l(), z(L, {
|
|
1925
1927
|
key: 1,
|
|
1926
1928
|
linkType: e.variant === "dark" ? "regular-dark" : (e.variant === "light", "regular-light"),
|
|
@@ -1973,7 +1975,7 @@ const Vl = /* @__PURE__ */ h(zl, [["__scopeId", "data-v-4392a3a6"]]), Ol = (e) =
|
|
|
1973
1975
|
t("div", Hl, [
|
|
1974
1976
|
Zl,
|
|
1975
1977
|
t("div", El, [
|
|
1976
|
-
t("p", Rl,
|
|
1978
|
+
t("p", Rl, o(e.quote), 1),
|
|
1977
1979
|
t("div", Ul, [
|
|
1978
1980
|
e.authorImage ? (l(), s("div", Wl, [
|
|
1979
1981
|
b(M, null, {
|
|
@@ -1988,8 +1990,8 @@ const Vl = /* @__PURE__ */ h(zl, [["__scopeId", "data-v-4392a3a6"]]), Ol = (e) =
|
|
|
1988
1990
|
})
|
|
1989
1991
|
])) : v("", !0),
|
|
1990
1992
|
t("div", Fl, [
|
|
1991
|
-
t("p", Gl,
|
|
1992
|
-
t("p", Jl,
|
|
1993
|
+
t("p", Gl, o(e.author), 1),
|
|
1994
|
+
t("p", Jl, o(e.authorTitle), 1)
|
|
1993
1995
|
])
|
|
1994
1996
|
])
|
|
1995
1997
|
])
|
|
@@ -2056,7 +2058,7 @@ const Kl = /* @__PURE__ */ h(Yl, [["__scopeId", "data-v-3cc55dbf"]]), Ql = { cla
|
|
|
2056
2058
|
"rich-text__headline",
|
|
2057
2059
|
e.leftAligned || e.bulletList || e.image ? "rich-text__headline--left-aligned" : "rich-text__headline--centered"
|
|
2058
2060
|
])
|
|
2059
|
-
},
|
|
2061
|
+
}, o(e.headline), 3)) : v("", !0),
|
|
2060
2062
|
t("div", {
|
|
2061
2063
|
class: c([
|
|
2062
2064
|
"rich-text__content",
|
|
@@ -2096,7 +2098,7 @@ const Kl = /* @__PURE__ */ h(Yl, [["__scopeId", "data-v-3cc55dbf"]]), Ql = { cla
|
|
|
2096
2098
|
], 2));
|
|
2097
2099
|
}
|
|
2098
2100
|
});
|
|
2099
|
-
const ai = /* @__PURE__ */ h(ti, [["__scopeId", "data-v-1427df29"]]), li = (e) => (C("data-v-623247ee"), e = e(), j(), e), ii = { class: "timeline__wrapper" }, ri = { class: "timeline__content" }, si = { class: "timeline__items" },
|
|
2101
|
+
const ai = /* @__PURE__ */ h(ti, [["__scopeId", "data-v-1427df29"]]), li = (e) => (C("data-v-623247ee"), e = e(), j(), e), ii = { class: "timeline__wrapper" }, ri = { class: "timeline__content" }, si = { class: "timeline__items" }, oi = { class: "timeline__item faded" }, ni = { class: "item__left" }, di = /* @__PURE__ */ li(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
|
|
2100
2102
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
2101
2103
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
2102
2104
|
], -1)), ci = { class: "item__right" }, ui = ["innerHTML"], _i = /* @__PURE__ */ m({
|
|
@@ -2108,11 +2110,11 @@ const ai = /* @__PURE__ */ h(ti, [["__scopeId", "data-v-1427df29"]]), li = (e) =
|
|
|
2108
2110
|
}
|
|
2109
2111
|
},
|
|
2110
2112
|
setup(e) {
|
|
2111
|
-
return
|
|
2113
|
+
return ne(() => {
|
|
2112
2114
|
const a = document.querySelectorAll(".timeline__item"), r = new IntersectionObserver(
|
|
2113
2115
|
(i) => {
|
|
2114
|
-
i.forEach((
|
|
2115
|
-
|
|
2116
|
+
i.forEach((n) => {
|
|
2117
|
+
n.isIntersecting && (n.target.classList.add("visible"), n.target.classList.remove("faded"), r.unobserve(n.target));
|
|
2116
2118
|
});
|
|
2117
2119
|
},
|
|
2118
2120
|
{
|
|
@@ -2125,8 +2127,8 @@ const ai = /* @__PURE__ */ h(ti, [["__scopeId", "data-v-1427df29"]]), li = (e) =
|
|
|
2125
2127
|
}), (a, r) => (l(), s("div", ii, [
|
|
2126
2128
|
t("div", ri, [
|
|
2127
2129
|
t("div", si, [
|
|
2128
|
-
(l(!0), s(I, null, q(e.timelineItems, (i) => (l(), s("div",
|
|
2129
|
-
t("div",
|
|
2130
|
+
(l(!0), s(I, null, q(e.timelineItems, (i) => (l(), s("div", oi, [
|
|
2131
|
+
t("div", ni, o(i.year), 1),
|
|
2130
2132
|
di,
|
|
2131
2133
|
t("div", ci, [
|
|
2132
2134
|
b(M, null, {
|
|
@@ -2175,8 +2177,8 @@ const mi = /* @__PURE__ */ h(_i, [["__scopeId", "data-v-623247ee"]]), hi = { cla
|
|
|
2175
2177
|
}, [
|
|
2176
2178
|
t("div", hi, [
|
|
2177
2179
|
e.headline || e.paragraph ? (l(), s("div", vi, [
|
|
2178
|
-
e.headline ? (l(), s("h2", gi,
|
|
2179
|
-
e.paragraph ? (l(), s("p", yi,
|
|
2180
|
+
e.headline ? (l(), s("h2", gi, o(e.headline), 1)) : v("", !0),
|
|
2181
|
+
e.paragraph ? (l(), s("p", yi, o(e.paragraph), 1)) : v("", !0)
|
|
2180
2182
|
])) : v("", !0),
|
|
2181
2183
|
t("div", fi, [
|
|
2182
2184
|
u(a.$slots, "triple-card-display-cards", {}, void 0, !0)
|
|
@@ -2206,9 +2208,9 @@ const pi = /* @__PURE__ */ h(bi, [["__scopeId", "data-v-7938e57a"]]), $i = { cla
|
|
|
2206
2208
|
t("div", {
|
|
2207
2209
|
class: c(["vimeo__wrapper", e.headline ? "vimeo__wrapper--headline" : ""])
|
|
2208
2210
|
}, [
|
|
2209
|
-
e.headline ? (l(), s("h2", ki,
|
|
2211
|
+
e.headline ? (l(), s("h2", ki, o(e.headline), 1)) : v("", !0),
|
|
2210
2212
|
u(a.$slots, "vimeo-content", {}, void 0, !0),
|
|
2211
|
-
e.description ? (l(), s("p", wi,
|
|
2213
|
+
e.description ? (l(), s("p", wi, o(e.description), 1)) : v("", !0)
|
|
2212
2214
|
], 2)
|
|
2213
2215
|
]));
|
|
2214
2216
|
}
|
|
@@ -2224,7 +2226,7 @@ const Si = /* @__PURE__ */ h(xi, [["__scopeId", "data-v-a6c209f4"]]), Ii = { cla
|
|
|
2224
2226
|
setup(e) {
|
|
2225
2227
|
return (a, r) => (l(), s("div", Ii, [
|
|
2226
2228
|
t("div", qi, [
|
|
2227
|
-
t("h1", Mi,
|
|
2229
|
+
t("h1", Mi, o(e.headline), 1),
|
|
2228
2230
|
t("div", Bi, [
|
|
2229
2231
|
u(a.$slots, "not-found-body", {}, void 0, !0)
|
|
2230
2232
|
])
|
|
@@ -2298,7 +2300,7 @@ const zi = /* @__PURE__ */ h(Ni, [["__scopeId", "data-v-cf46dae2"]]), O = (e) =>
|
|
|
2298
2300
|
t("footer", Oi, [
|
|
2299
2301
|
t("div", Pi, [
|
|
2300
2302
|
(l(!0), s(I, null, q(e.footerSections, (i) => (l(), s("div", Hi, [
|
|
2301
|
-
t("span", Zi,
|
|
2303
|
+
t("span", Zi, o(i.title), 1),
|
|
2302
2304
|
t("nav", null, [
|
|
2303
2305
|
t("ul", Ei, [
|
|
2304
2306
|
u(a.$slots, "section-links", {
|
|
@@ -2338,7 +2340,7 @@ const zi = /* @__PURE__ */ h(Ni, [["__scopeId", "data-v-cf46dae2"]]), O = (e) =>
|
|
|
2338
2340
|
]),
|
|
2339
2341
|
t("div", Ki, [
|
|
2340
2342
|
t("div", Qi, [
|
|
2341
|
-
t("p", Xi, "© MiR " +
|
|
2343
|
+
t("p", Xi, "© MiR " + o((/* @__PURE__ */ new Date()).getFullYear()), 1),
|
|
2342
2344
|
t("button", {
|
|
2343
2345
|
class: "footer__language-switcher",
|
|
2344
2346
|
onClick: r[0] || (r[0] = (i) => a.$emit("changeRegionClicked"))
|
|
@@ -2373,7 +2375,7 @@ const zi = /* @__PURE__ */ h(Ni, [["__scopeId", "data-v-cf46dae2"]]), O = (e) =>
|
|
|
2373
2375
|
]));
|
|
2374
2376
|
}
|
|
2375
2377
|
});
|
|
2376
|
-
const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy44MjUxOSAwLjYxMzI4MUM3LjU2MjY5IDAuNjEzMjgxIDcuMzg3NjkgMC43MDA3ODIgNy4yMTI2OSAwLjg3NTc4Mkw0LjU4NzY5IDMuNTAwNzhMMS45NjI2OSAwLjg3NTc4MkMxLjYxMjY5IDAuNTI1NzgyIDEuMDAwMTkgMC41MjU3ODIgMC42NTAxOTUgMC44NzU3ODJDMC4zMDAxOTUgMS4yMjU3OCAwLjMwMDE5NSAxLjgzODI4IDAuNjUwMTk1IDIuMTg4MjhMMy45NzUxOSA1LjUxMzI4QzQuMzI1MTkgNS44NjMyOCA0LjkzNzY5IDUuODYzMjggNS4yODc2OSA1LjUxMzI4TDguNjEyNjkgMi4xODgyOEM4Ljk2MjY4IDEuODM4MjggOC45NjI2OCAxLjIyNTc4IDguNjEyNjkgMC44NzU3ODJDOC4yNjI2OSAwLjcwMDc4MiA4LjAwMDE5IDAuNjEzMjgxIDcuODI1MTkgMC42MTMyODFaIiBmaWxsPSIjMEMwOTMxIi8+Cjwvc3ZnPgo=", ae = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDIzIDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFIMjIiIHN0cm9rZT0iIzBDMDkzMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==", le = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDIzIDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjA3MDMxIDEuMjI2NTZMMjEuMDcwMyAxLjIyNjU2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K", ie = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzBDMDkzMSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0xNCAxNEwyMCAyMCIgc3Ryb2tlPSIjMEMwOTMxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K", re = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNMTQgMTRMMjAgMjAiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=", sr = { class: "header__wrapper" },
|
|
2378
|
+
const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy44MjUxOSAwLjYxMzI4MUM3LjU2MjY5IDAuNjEzMjgxIDcuMzg3NjkgMC43MDA3ODIgNy4yMTI2OSAwLjg3NTc4Mkw0LjU4NzY5IDMuNTAwNzhMMS45NjI2OSAwLjg3NTc4MkMxLjYxMjY5IDAuNTI1NzgyIDEuMDAwMTkgMC41MjU3ODIgMC42NTAxOTUgMC44NzU3ODJDMC4zMDAxOTUgMS4yMjU3OCAwLjMwMDE5NSAxLjgzODI4IDAuNjUwMTk1IDIuMTg4MjhMMy45NzUxOSA1LjUxMzI4QzQuMzI1MTkgNS44NjMyOCA0LjkzNzY5IDUuODYzMjggNS4yODc2OSA1LjUxMzI4TDguNjEyNjkgMi4xODgyOEM4Ljk2MjY4IDEuODM4MjggOC45NjI2OCAxLjIyNTc4IDguNjEyNjkgMC44NzU3ODJDOC4yNjI2OSAwLjcwMDc4MiA4LjAwMDE5IDAuNjEzMjgxIDcuODI1MTkgMC42MTMyODFaIiBmaWxsPSIjMEMwOTMxIi8+Cjwvc3ZnPgo=", ae = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDIzIDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFIMjIiIHN0cm9rZT0iIzBDMDkzMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==", le = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDIzIDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjA3MDMxIDEuMjI2NTZMMjEuMDcwMyAxLjIyNjU2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K", ie = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzBDMDkzMSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0xNCAxNEwyMCAyMCIgc3Ryb2tlPSIjMEMwOTMxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K", re = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNMTQgMTRMMjAgMjAiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=", sr = { class: "header__wrapper" }, or = { class: "nav-wrapper" }, nr = { class: "mir-link-logo" }, dr = { class: "main-nav-items" }, cr = {
|
|
2377
2379
|
id: "menu-dropdown",
|
|
2378
2380
|
ref: "dropdownDiv"
|
|
2379
2381
|
}, ur = {
|
|
@@ -2401,14 +2403,14 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
|
|
|
2401
2403
|
setup(e, { emit: a }) {
|
|
2402
2404
|
const r = e;
|
|
2403
2405
|
S("");
|
|
2404
|
-
let i = null,
|
|
2406
|
+
let i = null, n = S(r.burgerState), _ = S(r.showDropDown);
|
|
2405
2407
|
te(
|
|
2406
2408
|
() => r.burgerState,
|
|
2407
|
-
(y) =>
|
|
2409
|
+
(y) => n.value = y
|
|
2408
2410
|
), te(
|
|
2409
2411
|
() => r.showDropDown,
|
|
2410
2412
|
(y) => _.value = y
|
|
2411
|
-
),
|
|
2413
|
+
), ne(() => {
|
|
2412
2414
|
i = (y) => {
|
|
2413
2415
|
y.target.closest("#menu-dropdown") || (_.value = !1);
|
|
2414
2416
|
}, window.addEventListener("click", i);
|
|
@@ -2419,12 +2421,12 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
|
|
|
2419
2421
|
_.value = !_.value, a("update:showDropDown", _.value);
|
|
2420
2422
|
}
|
|
2421
2423
|
function B() {
|
|
2422
|
-
|
|
2424
|
+
n.value = !n.value, a("update:burgerState", n.value);
|
|
2423
2425
|
}
|
|
2424
2426
|
return (y, p) => (l(), s("div", sr, [
|
|
2425
2427
|
t("nav", null, [
|
|
2426
|
-
t("div",
|
|
2427
|
-
t("div",
|
|
2428
|
+
t("div", or, [
|
|
2429
|
+
t("div", nr, [
|
|
2428
2430
|
u(y.$slots, "link-logo", {}, void 0, !0)
|
|
2429
2431
|
]),
|
|
2430
2432
|
t("ul", dr, [
|
|
@@ -2447,14 +2449,14 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
|
|
|
2447
2449
|
t("div", hr, [
|
|
2448
2450
|
t("button", null, [
|
|
2449
2451
|
t("img", {
|
|
2450
|
-
src: k(
|
|
2452
|
+
src: k(n) == !0 ? k(re) : k(ie),
|
|
2451
2453
|
alt: "search icon"
|
|
2452
2454
|
}, null, 8, vr)
|
|
2453
2455
|
])
|
|
2454
2456
|
])
|
|
2455
2457
|
]),
|
|
2456
2458
|
t("div", {
|
|
2457
|
-
class: c(["mobile-nav-wrapper", k(
|
|
2459
|
+
class: c(["mobile-nav-wrapper", k(n) == !0 ? "mirsaic-mobile-bg" : ""])
|
|
2458
2460
|
}, [
|
|
2459
2461
|
t("div", gr, [
|
|
2460
2462
|
t("div", yr, [
|
|
@@ -2463,7 +2465,7 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
|
|
|
2463
2465
|
t("div", fr, [
|
|
2464
2466
|
t("button", null, [
|
|
2465
2467
|
t("img", {
|
|
2466
|
-
src: k(
|
|
2468
|
+
src: k(n) == !0 ? k(re) : k(ie),
|
|
2467
2469
|
alt: "search icon"
|
|
2468
2470
|
}, null, 8, br)
|
|
2469
2471
|
])
|
|
@@ -2473,12 +2475,12 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
|
|
|
2473
2475
|
class: "mobile-burger-wrapper"
|
|
2474
2476
|
}, [
|
|
2475
2477
|
t("img", {
|
|
2476
|
-
class: c(["burger-line", k(
|
|
2477
|
-
src: k(
|
|
2478
|
+
class: c(["burger-line", k(n) == !0 ? "burger-top-line-open" : ""]),
|
|
2479
|
+
src: k(n) == !0 ? k(le) : k(ae)
|
|
2478
2480
|
}, null, 10, $r),
|
|
2479
2481
|
t("img", {
|
|
2480
|
-
class: c(["burger-line", k(
|
|
2481
|
-
src: k(
|
|
2482
|
+
class: c(["burger-line", k(n) == !0 ? "burger-bottom-line-open" : ""]),
|
|
2483
|
+
src: k(n) == !0 ? k(le) : k(ae)
|
|
2482
2484
|
}, null, 10, kr)
|
|
2483
2485
|
], 8, pr)
|
|
2484
2486
|
]),
|
|
@@ -2491,7 +2493,7 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
|
|
|
2491
2493
|
u(y.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2492
2494
|
])
|
|
2493
2495
|
], 512), [
|
|
2494
|
-
[G, k(
|
|
2496
|
+
[G, k(n)]
|
|
2495
2497
|
])
|
|
2496
2498
|
], 2)
|
|
2497
2499
|
])
|
|
@@ -2511,8 +2513,8 @@ const Ir = /* @__PURE__ */ h(Sr, [["__scopeId", "data-v-687cdbd5"]]), qr = { cla
|
|
|
2511
2513
|
setup(e) {
|
|
2512
2514
|
return (a, r) => (l(), s("div", qr, [
|
|
2513
2515
|
t("div", Mr, [
|
|
2514
|
-
t("h2", Br,
|
|
2515
|
-
t("p", Lr,
|
|
2516
|
+
t("h2", Br, o(e.headline), 1),
|
|
2517
|
+
t("p", Lr, o(e.paragraph), 1),
|
|
2516
2518
|
u(a.$slots, "language-links", {}, void 0, !0)
|
|
2517
2519
|
])
|
|
2518
2520
|
]));
|