@mirweb/mir-web-components 0.15.75 → 0.15.76
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 h, openBlock as a, createElementBlock as r, normalizeClass as c, toDisplayString as o, createElementVNode as t, renderSlot as _, pushScopeId as O, popScopeId as z, computed as
|
|
1
|
+
import { defineComponent as h, openBlock as a, createElementBlock as r, normalizeClass as c, toDisplayString as o, createElementVNode as t, renderSlot as _, pushScopeId as O, popScopeId as z, computed as E, createTextVNode as j, ref as w, withDirectives as Q, Fragment as I, renderList as L, vShow as Z, normalizeProps as A, guardReactiveProps as M, mergeProps as ee, createVNode as p, Transition as fe, withCtx as $, withModifiers as se, createBlock as D, createCommentVNode as m, watchEffect as oe, withKeys as ye, useSlots as be, normalizeStyle as te, isRef as ie, unref as S, onMounted as ne, watch as re, onUnmounted as pe } from "vue";
|
|
2
2
|
const $e = ["aria-label"], ke = /* @__PURE__ */ h({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
@@ -35,7 +35,7 @@ const v = (e, i) => {
|
|
|
35
35
|
for (const [l, n] of i)
|
|
36
36
|
s[l] = n;
|
|
37
37
|
return s;
|
|
38
|
-
},
|
|
38
|
+
}, J = /* @__PURE__ */ v(ke, [["__scopeId", "data-v-c2f14f04"]]), we = (e) => (O("data-v-c5f3542e"), e = e(), z(), e), xe = ["name", "value", "disabled", "required", "id"], Se = ["for"], qe = /* @__PURE__ */ we(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Be = /* @__PURE__ */ h({
|
|
39
39
|
__name: "checkbox",
|
|
40
40
|
props: {
|
|
41
41
|
name: String,
|
|
@@ -103,7 +103,7 @@ const Ie = /* @__PURE__ */ v(Be, [["__scopeId", "data-v-c5f3542e"]]), Le = (e) =
|
|
|
103
103
|
},
|
|
104
104
|
emits: ["remove-chip"],
|
|
105
105
|
setup(e, { emit: i }) {
|
|
106
|
-
const s = e, l =
|
|
106
|
+
const s = e, l = E(() => `Chip: ${s.text}`);
|
|
107
107
|
return (n, u) => (a(), r("div", {
|
|
108
108
|
class: "chip__wrapper",
|
|
109
109
|
onClick: u[0] || (u[0] = (b) => n.$emit("remove-chip"))
|
|
@@ -112,7 +112,7 @@ const Ie = /* @__PURE__ */ v(Be, [["__scopeId", "data-v-c5f3542e"]]), Le = (e) =
|
|
|
112
112
|
class: "chip",
|
|
113
113
|
"aria-label": l.value
|
|
114
114
|
}, [
|
|
115
|
-
|
|
115
|
+
j(o(e.text) + " ", 1),
|
|
116
116
|
Ce
|
|
117
117
|
], 8, Te)
|
|
118
118
|
]));
|
|
@@ -168,12 +168,12 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
|
|
|
168
168
|
},
|
|
169
169
|
emits: ["update:modelValue"],
|
|
170
170
|
setup(e, { emit: i }) {
|
|
171
|
-
const s = e, l = w(null), n = w(null), u = w([]), b = w(0), C = w(""),
|
|
171
|
+
const s = e, l = w(null), n = w(null), u = w([]), b = w(0), C = w(""), q = w(!0), f = w(0), B = E(() => {
|
|
172
172
|
const d = s.options.find(
|
|
173
173
|
(g) => g.value === s.modelValue
|
|
174
174
|
);
|
|
175
175
|
return d && d.label;
|
|
176
|
-
}),
|
|
176
|
+
}), X = {
|
|
177
177
|
beforeMount(d, g) {
|
|
178
178
|
d.clickOutsideEvent = function(y) {
|
|
179
179
|
d === y.target || d.contains(y.target) || g.value(y);
|
|
@@ -183,15 +183,15 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
|
|
|
183
183
|
document.body.removeEventListener("click", d.clickOutsideEvent);
|
|
184
184
|
}
|
|
185
185
|
};
|
|
186
|
-
function
|
|
186
|
+
function k(d) {
|
|
187
187
|
i("update:modelValue", d);
|
|
188
188
|
}
|
|
189
|
-
function
|
|
189
|
+
function H(d) {
|
|
190
190
|
var y;
|
|
191
191
|
const g = d.target;
|
|
192
|
-
g.getAttribute("role") === "option" && (
|
|
192
|
+
g.getAttribute("role") === "option" && (U(g), Y(), (y = l.value) == null || y.focus());
|
|
193
193
|
}
|
|
194
|
-
function
|
|
194
|
+
function G(d) {
|
|
195
195
|
var y;
|
|
196
196
|
const g = d.key;
|
|
197
197
|
switch (g) {
|
|
@@ -199,10 +199,10 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
|
|
|
199
199
|
case "ArrowDown": {
|
|
200
200
|
d.preventDefault();
|
|
201
201
|
const x = s.options.findIndex(
|
|
202
|
-
(
|
|
202
|
+
(R) => R.value === s.modelValue
|
|
203
203
|
);
|
|
204
204
|
let P = x ? u.value[x] : u.value[0];
|
|
205
|
-
g === "ArrowUp" ? x - 1 >= 0 && (P = u.value[x - 1]) : x + 1 <= s.options.length && (P = u.value[x + 1]), P &&
|
|
205
|
+
g === "ArrowUp" ? x - 1 >= 0 && (P = u.value[x - 1]) : x + 1 <= s.options.length && (P = u.value[x + 1]), P && U(P);
|
|
206
206
|
break;
|
|
207
207
|
}
|
|
208
208
|
case "Home":
|
|
@@ -215,21 +215,21 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
|
|
|
215
215
|
break;
|
|
216
216
|
case "Enter":
|
|
217
217
|
case "Escape":
|
|
218
|
-
d.preventDefault(),
|
|
218
|
+
d.preventDefault(), Y(), (y = l.value) == null || y.focus();
|
|
219
219
|
break;
|
|
220
220
|
default: {
|
|
221
221
|
const x = _e(g);
|
|
222
|
-
x &&
|
|
222
|
+
x && U(x);
|
|
223
223
|
break;
|
|
224
224
|
}
|
|
225
225
|
}
|
|
226
226
|
}
|
|
227
|
-
function
|
|
227
|
+
function F(d) {
|
|
228
228
|
if (!s.disabled)
|
|
229
229
|
switch (d.key) {
|
|
230
230
|
case "ArrowUp":
|
|
231
231
|
case "ArrowDown":
|
|
232
|
-
d.preventDefault(),
|
|
232
|
+
d.preventDefault(), le(), G(d);
|
|
233
233
|
break;
|
|
234
234
|
}
|
|
235
235
|
}
|
|
@@ -246,53 +246,53 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
|
|
|
246
246
|
(C.value === "" || g !== d) && (f.value = s.options.findIndex(
|
|
247
247
|
(x) => x.value === s.modelValue
|
|
248
248
|
)), C.value = g === d ? d : C.value + d, g = d, ue();
|
|
249
|
-
let y =
|
|
249
|
+
let y = ae(
|
|
250
250
|
f.value + 1,
|
|
251
251
|
s.options.length
|
|
252
252
|
);
|
|
253
|
-
return !y && C.value.length === 1 && (y =
|
|
253
|
+
return !y && C.value.length === 1 && (y = ae(0, f.value)), f.value = (f.value + 1) % s.options.length, y;
|
|
254
254
|
}
|
|
255
|
-
function
|
|
255
|
+
function ae(d, g) {
|
|
256
256
|
for (let y = d; y < g; y++)
|
|
257
257
|
if (s.options[y].label && s.options[y].label.toUpperCase().indexOf(C.value.toUpperCase()) === 0)
|
|
258
258
|
return u.value[y];
|
|
259
259
|
return null;
|
|
260
260
|
}
|
|
261
261
|
function he() {
|
|
262
|
-
|
|
262
|
+
U(u.value[0]);
|
|
263
263
|
}
|
|
264
|
-
function
|
|
264
|
+
function U(d) {
|
|
265
265
|
var y, x;
|
|
266
266
|
const g = d.getAttribute("data-value");
|
|
267
267
|
if (s.modelValue) {
|
|
268
268
|
const P = s.options.findIndex(
|
|
269
269
|
(ge) => ge.value === s.modelValue
|
|
270
|
-
),
|
|
271
|
-
ce(
|
|
270
|
+
), R = u.value[P];
|
|
271
|
+
ce(R);
|
|
272
272
|
}
|
|
273
273
|
if (d.setAttribute("aria-selected", "true"), (y = n.value) == null || y.setAttribute(
|
|
274
274
|
"aria-activedescendant",
|
|
275
275
|
g || ""
|
|
276
|
-
),
|
|
277
|
-
const P = n.value.clientHeight + n.value.scrollTop,
|
|
278
|
-
|
|
276
|
+
), k(g || ""), n.value && n.value.scrollHeight > n.value.clientHeight) {
|
|
277
|
+
const P = n.value.clientHeight + n.value.scrollTop, R = d.offsetTop + d.offsetHeight;
|
|
278
|
+
R > P ? n.value.scrollTop = R - ((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 ve() {
|
|
282
282
|
var g;
|
|
283
283
|
const d = (g = u.value) == null ? void 0 : g[s.options.length - 1];
|
|
284
|
-
|
|
284
|
+
U(d);
|
|
285
285
|
}
|
|
286
|
-
function
|
|
286
|
+
function Y() {
|
|
287
287
|
var d;
|
|
288
|
-
|
|
288
|
+
q.value = !0, (d = l.value) == null || d.removeAttribute("aria-expanded");
|
|
289
289
|
}
|
|
290
|
-
function
|
|
290
|
+
function le() {
|
|
291
291
|
var d, g;
|
|
292
|
-
|
|
292
|
+
q.value = !1, (d = l.value) == null || d.setAttribute("aria-expanded", "true"), (g = n.value) == null || g.focus();
|
|
293
293
|
}
|
|
294
294
|
function me() {
|
|
295
|
-
s.disabled || (
|
|
295
|
+
s.disabled || (q.value ? le() : Y());
|
|
296
296
|
}
|
|
297
297
|
return (d, g) => (a(), r("div", {
|
|
298
298
|
class: "listbox__wrapper",
|
|
@@ -307,7 +307,7 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
|
|
|
307
307
|
"is-required": e.required
|
|
308
308
|
}, "listbox__label"])
|
|
309
309
|
}, o(e.label), 11, Me),
|
|
310
|
-
|
|
310
|
+
Q((a(), r("div", Oe, [
|
|
311
311
|
t("button", {
|
|
312
312
|
id: `${e.name}-button-label`,
|
|
313
313
|
"aria-labelledby": `${e.name}-label ${e.name}-button-label`,
|
|
@@ -319,22 +319,22 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
|
|
|
319
319
|
e.variant === "dark" ? "dropdown-dark dropdown-dark-bg-dark" : "dropdown-dark-bg-primary"
|
|
320
320
|
]),
|
|
321
321
|
onClick: me,
|
|
322
|
-
onKeydown:
|
|
322
|
+
onKeydown: F,
|
|
323
323
|
ref_key: "listboxButton",
|
|
324
324
|
ref: l
|
|
325
|
-
}, o(e.modelValue ?
|
|
326
|
-
|
|
325
|
+
}, o(e.modelValue ? B.value : e.placeholder), 43, ze),
|
|
326
|
+
Q(t("ul", {
|
|
327
327
|
"aria-labelledby": `${e.name}-label`,
|
|
328
328
|
"aria-activedescendant": e.modelValue,
|
|
329
329
|
tabindex: "0",
|
|
330
330
|
role: "listbox",
|
|
331
331
|
class: "listbox__list",
|
|
332
|
-
onKeydown:
|
|
333
|
-
onClick:
|
|
332
|
+
onKeydown: G,
|
|
333
|
+
onClick: H,
|
|
334
334
|
ref_key: "listboxNode",
|
|
335
335
|
ref: n
|
|
336
336
|
}, [
|
|
337
|
-
(a(!0), r(
|
|
337
|
+
(a(!0), r(I, null, L(e.options, (y, x) => (a(), r("li", {
|
|
338
338
|
key: `${e.name}-option-${x}`,
|
|
339
339
|
"aria-selected": y.value === e.modelValue,
|
|
340
340
|
"data-value": y.value,
|
|
@@ -345,10 +345,10 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
|
|
|
345
345
|
ref: u
|
|
346
346
|
}, o(y.label), 9, Fe))), 128))
|
|
347
347
|
], 40, Pe), [
|
|
348
|
-
[
|
|
348
|
+
[Z, !q.value]
|
|
349
349
|
])
|
|
350
350
|
])), [
|
|
351
|
-
[
|
|
351
|
+
[X, Y]
|
|
352
352
|
])
|
|
353
353
|
], 8, De));
|
|
354
354
|
}
|
|
@@ -410,7 +410,7 @@ const T = /* @__PURE__ */ v(Re, [["__scopeId", "data-v-513b5384"]]), je = { clas
|
|
|
410
410
|
}
|
|
411
411
|
},
|
|
412
412
|
setup(e) {
|
|
413
|
-
const i = e, s =
|
|
413
|
+
const i = e, s = E(() => `Label: ${i.text}`);
|
|
414
414
|
return (l, n) => (a(), r("div", je, [
|
|
415
415
|
t("span", {
|
|
416
416
|
"aria-label": s.value,
|
|
@@ -420,7 +420,7 @@ const T = /* @__PURE__ */ v(Re, [["__scopeId", "data-v-513b5384"]]), je = { clas
|
|
|
420
420
|
]));
|
|
421
421
|
}
|
|
422
422
|
});
|
|
423
|
-
const
|
|
423
|
+
const W = /* @__PURE__ */ v(Ue, [["__scopeId", "data-v-d9cdf57c"]]), We = { class: "link__wrapper" }, V = /* @__PURE__ */ h({
|
|
424
424
|
__name: "link",
|
|
425
425
|
props: {
|
|
426
426
|
underline: {
|
|
@@ -455,12 +455,12 @@ const U = /* @__PURE__ */ v(Ue, [["__scopeId", "data-v-d9cdf57c"]]), We = { clas
|
|
|
455
455
|
}
|
|
456
456
|
},
|
|
457
457
|
setup(e) {
|
|
458
|
-
const i = e, s =
|
|
458
|
+
const i = e, s = E(() => {
|
|
459
459
|
const { ...l } = i;
|
|
460
460
|
return l;
|
|
461
461
|
});
|
|
462
462
|
return (l, n) => (a(), r("div", We, [
|
|
463
|
-
t("div",
|
|
463
|
+
t("div", ee(s.value, {
|
|
464
464
|
class: ["mir-link", [
|
|
465
465
|
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" : "",
|
|
466
466
|
e.disabled ? "disabled" : "",
|
|
@@ -585,7 +585,7 @@ const Ze = /* @__PURE__ */ v(Xe, [["__scopeId", "data-v-69095414"]]), et = { cla
|
|
|
585
585
|
i.$emit("update:modelValue", l.target.value), l.target.blur();
|
|
586
586
|
})
|
|
587
587
|
}, [
|
|
588
|
-
(a(!0), r(
|
|
588
|
+
(a(!0), r(I, null, L(e.options, (l) => (a(), r("option", {
|
|
589
589
|
key: l.value,
|
|
590
590
|
value: l.value
|
|
591
591
|
}, o(l.text), 9, lt))), 128))
|
|
@@ -602,7 +602,7 @@ const rt = /* @__PURE__ */ v(it, [["__scopeId", "data-v-2d0a5b51"]]), st = { cla
|
|
|
602
602
|
emits: ["update:show"],
|
|
603
603
|
setup(e, { emit: i }) {
|
|
604
604
|
const s = e;
|
|
605
|
-
|
|
605
|
+
E({
|
|
606
606
|
get: () => s.show,
|
|
607
607
|
set: (n) => i("update:show", n)
|
|
608
608
|
});
|
|
@@ -624,12 +624,12 @@ const rt = /* @__PURE__ */ v(it, [["__scopeId", "data-v-2d0a5b51"]]), st = { cla
|
|
|
624
624
|
}, [
|
|
625
625
|
t("div", {
|
|
626
626
|
id: "modal",
|
|
627
|
-
onClick: u[0] || (u[0] =
|
|
627
|
+
onClick: u[0] || (u[0] = se(() => {
|
|
628
628
|
}, ["stop"])),
|
|
629
629
|
class: c([n.searchBar ? "search" : ""])
|
|
630
630
|
}, [
|
|
631
631
|
t("div", null, [
|
|
632
|
-
n.searchBar ? m("", !0) : (a(), D(
|
|
632
|
+
n.searchBar ? m("", !0) : (a(), D(J, {
|
|
633
633
|
key: 0,
|
|
634
634
|
ariaLabel: "close",
|
|
635
635
|
variant: "close",
|
|
@@ -645,7 +645,7 @@ const rt = /* @__PURE__ */ v(it, [["__scopeId", "data-v-2d0a5b51"]]), st = { cla
|
|
|
645
645
|
]));
|
|
646
646
|
}
|
|
647
647
|
});
|
|
648
|
-
const
|
|
648
|
+
const de = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-84d2402b"]]), nt = { class: "slider__wrapper" }, dt = { class: "slider__label" }, ct = ["for"], ut = ["aria-label"], _t = { class: "slider__content" }, ht = ["id", "name", "value", "min", "step", "max"], vt = /* @__PURE__ */ h({
|
|
649
649
|
__name: "slider",
|
|
650
650
|
props: {
|
|
651
651
|
label: {
|
|
@@ -698,18 +698,18 @@ const ne = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-84d2402b"]]), nt = { cla
|
|
|
698
698
|
},
|
|
699
699
|
emits: ["update:modelValue"],
|
|
700
700
|
setup(e, { emit: i }) {
|
|
701
|
-
const s = e, l = w(s.modelValue), n = w(), u = w(!1), b = (
|
|
701
|
+
const s = e, l = w(s.modelValue), n = w(), u = w(!1), b = (q, f, B) => (q - f) / (B - f) * 100, C = (q) => {
|
|
702
702
|
var f;
|
|
703
|
-
(f = n.value) == null || f.style.setProperty("--ProgressPercent", `${
|
|
703
|
+
(f = n.value) == null || f.style.setProperty("--ProgressPercent", `${q}%`);
|
|
704
704
|
};
|
|
705
|
-
return
|
|
705
|
+
return oe(() => {
|
|
706
706
|
if (n.value) {
|
|
707
707
|
i("update:modelValue", l.value);
|
|
708
|
-
const
|
|
709
|
-
let f = (50 -
|
|
710
|
-
C(
|
|
708
|
+
const q = b(l.value, s.min, s.max);
|
|
709
|
+
let f = (50 - q) / 100;
|
|
710
|
+
C(q + f);
|
|
711
711
|
}
|
|
712
|
-
}), (
|
|
712
|
+
}), (q, f) => (a(), r(I, null, [
|
|
713
713
|
t("div", nt, [
|
|
714
714
|
t("div", dt, [
|
|
715
715
|
t("label", {
|
|
@@ -720,8 +720,8 @@ const ne = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-84d2402b"]]), nt = { cla
|
|
|
720
720
|
key: 0,
|
|
721
721
|
role: "button",
|
|
722
722
|
class: c([e.variant, "slider__information"]),
|
|
723
|
-
onClick: f[0] || (f[0] = (
|
|
724
|
-
onKeyup: f[1] || (f[1] = ye((
|
|
723
|
+
onClick: f[0] || (f[0] = (B) => u.value = !u.value),
|
|
724
|
+
onKeyup: f[1] || (f[1] = ye((B) => u.value = !u.value, ["enter"])),
|
|
725
725
|
"aria-label": e.informationLabel,
|
|
726
726
|
tabindex: "0",
|
|
727
727
|
"aria-haspopup": "dialog"
|
|
@@ -742,7 +742,7 @@ const ne = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-84d2402b"]]), nt = { cla
|
|
|
742
742
|
class: c(e.variant),
|
|
743
743
|
ref_key: "slider",
|
|
744
744
|
ref: n,
|
|
745
|
-
onInput: f[2] || (f[2] = ({ target:
|
|
745
|
+
onInput: f[2] || (f[2] = ({ target: B }) => l.value = parseFloat(B.value))
|
|
746
746
|
}, null, 42, ht),
|
|
747
747
|
t("span", {
|
|
748
748
|
class: c([e.variant, "slider__minmax"])
|
|
@@ -752,13 +752,13 @@ const ne = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-84d2402b"]]), nt = { cla
|
|
|
752
752
|
class: c([e.variant, "slider__value"])
|
|
753
753
|
}, o(e.modelValue), 3)
|
|
754
754
|
]),
|
|
755
|
-
e.information ? (a(), D(
|
|
755
|
+
e.information ? (a(), D(de, {
|
|
756
756
|
key: 0,
|
|
757
757
|
show: u.value,
|
|
758
|
-
"onUpdate:show": f[3] || (f[3] = (
|
|
758
|
+
"onUpdate:show": f[3] || (f[3] = (B) => u.value = B)
|
|
759
759
|
}, {
|
|
760
760
|
default: $(() => [
|
|
761
|
-
|
|
761
|
+
j(o(e.information), 1)
|
|
762
762
|
]),
|
|
763
763
|
_: 1
|
|
764
764
|
}, 8, ["show"])) : m("", !0)
|
|
@@ -923,9 +923,9 @@ const wt = /* @__PURE__ */ v(kt, [["__scopeId", "data-v-626f208b"]]), xt = { cla
|
|
|
923
923
|
},
|
|
924
924
|
emits: ["update:modelValue"],
|
|
925
925
|
setup(e) {
|
|
926
|
-
const i = w(!0), s =
|
|
926
|
+
const i = w(!0), s = E(
|
|
927
927
|
() => i.value ? "showPassword" : "hidePassword"
|
|
928
|
-
), l =
|
|
928
|
+
), l = E(
|
|
929
929
|
() => i.value ? "password" : "text"
|
|
930
930
|
);
|
|
931
931
|
return (n, u) => (a(), r("div", xt, [
|
|
@@ -1031,7 +1031,7 @@ const Dt = /* @__PURE__ */ v(At, [["__scopeId", "data-v-634229f5"]]), Mt = { cla
|
|
|
1031
1031
|
setup(e, { expose: i }) {
|
|
1032
1032
|
const s = e;
|
|
1033
1033
|
let l = w(null);
|
|
1034
|
-
return
|
|
1034
|
+
return oe(() => {
|
|
1035
1035
|
s.play && l.value ? l.value.play() : !s.play && l.value && l.value.pause();
|
|
1036
1036
|
}), i({
|
|
1037
1037
|
resetVideo: () => {
|
|
@@ -1067,7 +1067,7 @@ const Dt = /* @__PURE__ */ v(At, [["__scopeId", "data-v-634229f5"]]), Mt = { cla
|
|
|
1067
1067
|
]));
|
|
1068
1068
|
}
|
|
1069
1069
|
});
|
|
1070
|
-
const
|
|
1070
|
+
const K = /* @__PURE__ */ v(Pt, [["__scopeId", "data-v-c449311a"]]), Ft = { class: "address__wrapper" }, Et = { class: "address__content" }, Nt = { class: "address__flag" }, Ht = { class: "address__address" }, Rt = { class: "address__name" }, jt = { key: 0 }, Kt = { class: "address__contact" }, Ut = ["href"], Wt = ["href"], Gt = /* @__PURE__ */ h({
|
|
1071
1071
|
__name: "address",
|
|
1072
1072
|
props: {
|
|
1073
1073
|
name: {
|
|
@@ -1111,7 +1111,7 @@ const j = /* @__PURE__ */ v(Pt, [["__scopeId", "data-v-c449311a"]]), Ft = { clas
|
|
|
1111
1111
|
e.addressLine_3 ? (a(), r("p", jt, o(e.addressLine_3), 1)) : m("", !0)
|
|
1112
1112
|
]),
|
|
1113
1113
|
t("div", Kt, [
|
|
1114
|
-
(a(!0), r(
|
|
1114
|
+
(a(!0), r(I, null, L(e.phone_numbers, (l) => (a(), D(V, {
|
|
1115
1115
|
underline: "false",
|
|
1116
1116
|
linkType: "regular"
|
|
1117
1117
|
}, {
|
|
@@ -1157,9 +1157,9 @@ const Yt = /* @__PURE__ */ v(Gt, [["__scopeId", "data-v-22ea3b79"]]), Qt = (e) =
|
|
|
1157
1157
|
class: c(["bullet-list", e.variant])
|
|
1158
1158
|
}, [
|
|
1159
1159
|
t("ul", null, [
|
|
1160
|
-
(a(!0), r(
|
|
1160
|
+
(a(!0), r(I, null, L(e.list, (l) => (a(), r("li", null, [
|
|
1161
1161
|
Xt,
|
|
1162
|
-
|
|
1162
|
+
j(" " + o(l), 1)
|
|
1163
1163
|
]))), 256))
|
|
1164
1164
|
])
|
|
1165
1165
|
], 2)
|
|
@@ -1235,13 +1235,13 @@ const ea = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-a335dd30"]]), ta = { cla
|
|
|
1235
1235
|
e.size == "large" && e.variant == "article" ? "card--large-article" : "",
|
|
1236
1236
|
e.variant == "product" ? "card--product" : "card--article"
|
|
1237
1237
|
]]),
|
|
1238
|
-
style:
|
|
1239
|
-
onMouseover: u[0] || (u[0] = (b) =>
|
|
1240
|
-
onMouseout: u[1] || (u[1] = (b) =>
|
|
1238
|
+
style: te([e.variant == "product" ? "font-weight: 700" : "font-weight: 300"]),
|
|
1239
|
+
onMouseover: u[0] || (u[0] = (b) => ie(l) ? l.value = !0 : l = !0),
|
|
1240
|
+
onMouseout: u[1] || (u[1] = (b) => ie(l) ? l.value = !1 : l = !1)
|
|
1241
1241
|
}, [
|
|
1242
1242
|
e.mediaType == "image" ? (a(), D(T, { key: 0 }, {
|
|
1243
1243
|
default: $(() => [
|
|
1244
|
-
_(n.$slots, "card-image",
|
|
1244
|
+
_(n.$slots, "card-image", ee({
|
|
1245
1245
|
src: e.imgSrc,
|
|
1246
1246
|
height: e.size == "small" ? "186" : e.size == "medium" ? "243" : e.size == "large" ? "335" : "",
|
|
1247
1247
|
width: e.size == "small" ? "298" : e.size == "medium" ? "432" : e.size == "large" ? "596" : "",
|
|
@@ -1253,10 +1253,10 @@ const ea = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-a335dd30"]]), ta = { cla
|
|
|
1253
1253
|
_: 3
|
|
1254
1254
|
})) : (a(), r("div", {
|
|
1255
1255
|
key: 1,
|
|
1256
|
-
class: c(["video-card__wrapper",
|
|
1256
|
+
class: c(["video-card__wrapper", S(l) == !0 ? "vimeoPlaying" : ""])
|
|
1257
1257
|
}, [
|
|
1258
|
-
p(
|
|
1259
|
-
play:
|
|
1258
|
+
p(K, {
|
|
1259
|
+
play: S(l),
|
|
1260
1260
|
localVideo: !0,
|
|
1261
1261
|
src: e.videoSrc,
|
|
1262
1262
|
"aria-label": e.arialabel,
|
|
@@ -1269,7 +1269,7 @@ const ea = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-a335dd30"]]), ta = { cla
|
|
|
1269
1269
|
muted: !0
|
|
1270
1270
|
}, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
|
|
1271
1271
|
], 2)),
|
|
1272
|
-
|
|
1272
|
+
S(s)["card-label"] ? (a(), r("div", aa, [
|
|
1273
1273
|
_(n.$slots, "card-label")
|
|
1274
1274
|
])) : m("", !0),
|
|
1275
1275
|
e.variant === "product" ? (a(), r("h3", {
|
|
@@ -1310,15 +1310,15 @@ const ra = /* @__PURE__ */ v(ia, [["__scopeId", "data-v-ed5d7a87"]]), sa = (e) =
|
|
|
1310
1310
|
},
|
|
1311
1311
|
setup(e) {
|
|
1312
1312
|
return (i, s) => (a(), r("div", oa, [
|
|
1313
|
-
p(
|
|
1313
|
+
p(W, {
|
|
1314
1314
|
"label-dark": !1,
|
|
1315
1315
|
text: e.eventType ? e.eventType : ""
|
|
1316
1316
|
}, null, 8, ["text"]),
|
|
1317
1317
|
t("div", na, o(e.headline), 1),
|
|
1318
1318
|
t("div", da, [
|
|
1319
|
-
|
|
1319
|
+
j(o(e.dateTime), 1),
|
|
1320
1320
|
ca,
|
|
1321
|
-
|
|
1321
|
+
j(o(e.location), 1)
|
|
1322
1322
|
]),
|
|
1323
1323
|
t("div", ua, "Exhibitor: " + o(e.exhibitor), 1)
|
|
1324
1324
|
]));
|
|
@@ -1342,7 +1342,7 @@ const ha = /* @__PURE__ */ v(_a, [["__scopeId", "data-v-b0f9972c"]]), va = { cla
|
|
|
1342
1342
|
},
|
|
1343
1343
|
setup(e) {
|
|
1344
1344
|
return (i, s) => (a(), r("div", va, [
|
|
1345
|
-
p(
|
|
1345
|
+
p(W, {
|
|
1346
1346
|
"label-dark": !1,
|
|
1347
1347
|
text: e.label ? e.label : ""
|
|
1348
1348
|
}, null, 8, ["text"]),
|
|
@@ -1378,7 +1378,7 @@ const ya = /* @__PURE__ */ v(fa, [["__scopeId", "data-v-b07d352b"]]), ba = { cla
|
|
|
1378
1378
|
t("div", pa, [
|
|
1379
1379
|
t("h2", $a, o(e.headline), 1),
|
|
1380
1380
|
t("div", ka, [
|
|
1381
|
-
(a(!0), r(
|
|
1381
|
+
(a(!0), r(I, null, L(e.facts, (l) => (a(), r("div", wa, [
|
|
1382
1382
|
t("div", xa, [
|
|
1383
1383
|
t("span", null, o(l.value), 1)
|
|
1384
1384
|
]),
|
|
@@ -1437,7 +1437,7 @@ const Ia = /* @__PURE__ */ v(Ba, [["__scopeId", "data-v-f0b38c5d"]]), La = { cla
|
|
|
1437
1437
|
t("div", {
|
|
1438
1438
|
class: c(["features__elements", [e.elements.length == 6 ? "features__elements--grid-6" : ""]])
|
|
1439
1439
|
}, [
|
|
1440
|
-
(a(!0), r(
|
|
1440
|
+
(a(!0), r(I, null, L(e.elements, (l) => (a(), r("div", Aa, [
|
|
1441
1441
|
p(T, { class: "element__icon" }, {
|
|
1442
1442
|
default: $(() => [
|
|
1443
1443
|
_(i.$slots, "features-icon", A(M({
|
|
@@ -1564,7 +1564,7 @@ const Ra = /* @__PURE__ */ v(Ha, [["__scopeId", "data-v-fc71b085"]]), ja = { cla
|
|
|
1564
1564
|
})
|
|
1565
1565
|
])) : m("", !0),
|
|
1566
1566
|
e.mediaLarge && e.mediaType === "video" ? (a(), r("div", Ua, [
|
|
1567
|
-
p(
|
|
1567
|
+
p(K, {
|
|
1568
1568
|
src: e.mediaLarge.src,
|
|
1569
1569
|
localVideo: "",
|
|
1570
1570
|
ariaLabel: e.mediaLarge.alt,
|
|
@@ -1579,13 +1579,13 @@ const Ra = /* @__PURE__ */ v(Ha, [["__scopeId", "data-v-fc71b085"]]), ja = { cla
|
|
|
1579
1579
|
])) : m("", !0)
|
|
1580
1580
|
]),
|
|
1581
1581
|
t("div", {
|
|
1582
|
-
style:
|
|
1582
|
+
style: te([e.mediaSmall.length == 2 ? "grid-gap: 38px;" : ""]),
|
|
1583
1583
|
class: c([
|
|
1584
1584
|
"gallery__small",
|
|
1585
1585
|
e.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
|
|
1586
1586
|
])
|
|
1587
1587
|
}, [
|
|
1588
|
-
(a(!0), r(
|
|
1588
|
+
(a(!0), r(I, null, L(e.mediaSmall, (l) => (a(), r("div", Wa, [
|
|
1589
1589
|
p(T, null, {
|
|
1590
1590
|
default: $(() => [
|
|
1591
1591
|
_(i.$slots, "image-small", A(M({
|
|
@@ -1672,7 +1672,7 @@ const el = /* @__PURE__ */ v(Za, [["__scopeId", "data-v-080238bd"]]), tl = (e) =
|
|
|
1672
1672
|
]),
|
|
1673
1673
|
t("div", nl, [
|
|
1674
1674
|
dl,
|
|
1675
|
-
p(
|
|
1675
|
+
p(K, {
|
|
1676
1676
|
src: e.video.src,
|
|
1677
1677
|
localVideo: "",
|
|
1678
1678
|
ariaLabel: e.video.alt,
|
|
@@ -1714,7 +1714,7 @@ const ul = /* @__PURE__ */ v(cl, [["__scopeId", "data-v-c74d9be1"]]), _l = { cla
|
|
|
1714
1714
|
e.body ? (a(), r("p", gl, o(e.body), 1)) : m("", !0)
|
|
1715
1715
|
])) : m("", !0),
|
|
1716
1716
|
t("div", fl, [
|
|
1717
|
-
(a(!0), r(
|
|
1717
|
+
(a(!0), r(I, null, L(e.logos, (l) => (a(), r("div", yl, [
|
|
1718
1718
|
p(T, null, {
|
|
1719
1719
|
default: $(() => [
|
|
1720
1720
|
_(i.$slots, "logo-wall-logo", A(M({
|
|
@@ -1820,7 +1820,7 @@ const Il = /* @__PURE__ */ v(xl, [["render", Bl], ["__scopeId", "data-v-4ef880d9
|
|
|
1820
1820
|
t("h1", null, o(e.headline), 1)
|
|
1821
1821
|
]),
|
|
1822
1822
|
t("div", Vl, [
|
|
1823
|
-
p(
|
|
1823
|
+
p(K, {
|
|
1824
1824
|
play: !0,
|
|
1825
1825
|
localVideo: !0,
|
|
1826
1826
|
src: e.videoSrc,
|
|
@@ -1913,7 +1913,7 @@ const Dl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-36aac1b0"]]), Ml = { cla
|
|
|
1913
1913
|
e.reverse ? "promo__video--reverse" : "promo__video--default"
|
|
1914
1914
|
])
|
|
1915
1915
|
}, [
|
|
1916
|
-
p(
|
|
1916
|
+
p(K, {
|
|
1917
1917
|
src: e.src,
|
|
1918
1918
|
localVideo: "",
|
|
1919
1919
|
ariaLabel: e.alt,
|
|
@@ -1931,7 +1931,7 @@ const Dl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-36aac1b0"]]), Ml = { cla
|
|
|
1931
1931
|
e.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
1932
1932
|
])
|
|
1933
1933
|
}, [
|
|
1934
|
-
e.label ? (a(), D(
|
|
1934
|
+
e.label ? (a(), D(W, {
|
|
1935
1935
|
key: 0,
|
|
1936
1936
|
text: e.label,
|
|
1937
1937
|
labelDark: e.variant === "dark"
|
|
@@ -2066,7 +2066,7 @@ const Ql = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-18440f83"]]), Jl = { cla
|
|
|
2066
2066
|
])
|
|
2067
2067
|
}, [
|
|
2068
2068
|
t("div", Jl, [
|
|
2069
|
-
e.label ? (a(), D(
|
|
2069
|
+
e.label ? (a(), D(W, {
|
|
2070
2070
|
key: 0,
|
|
2071
2071
|
text: e.label,
|
|
2072
2072
|
labelDark: !1
|
|
@@ -2129,7 +2129,7 @@ const ti = /* @__PURE__ */ v(ei, [["__scopeId", "data-v-7bf963a0"]]), ai = (e) =
|
|
|
2129
2129
|
}
|
|
2130
2130
|
},
|
|
2131
2131
|
setup(e) {
|
|
2132
|
-
return
|
|
2132
|
+
return ne(() => {
|
|
2133
2133
|
const i = document.querySelectorAll(".timeline__item"), s = new IntersectionObserver(
|
|
2134
2134
|
(l) => {
|
|
2135
2135
|
l.forEach((n) => {
|
|
@@ -2146,18 +2146,18 @@ const ti = /* @__PURE__ */ v(ei, [["__scopeId", "data-v-7bf963a0"]]), ai = (e) =
|
|
|
2146
2146
|
}), (i, s) => (a(), r("div", li, [
|
|
2147
2147
|
t("div", ii, [
|
|
2148
2148
|
t("div", ri, [
|
|
2149
|
-
(a(!0), r(
|
|
2149
|
+
(a(!0), r(I, null, L(e.timelineItems, (l) => (a(), r("div", si, [
|
|
2150
2150
|
t("div", oi, o(l.year), 1),
|
|
2151
2151
|
ni,
|
|
2152
2152
|
t("div", di, [
|
|
2153
2153
|
p(T, null, {
|
|
2154
2154
|
default: $(() => [
|
|
2155
|
-
l.media.type === "image" ? _(i.$slots, "timeline-image", A(
|
|
2155
|
+
l.media.type === "image" ? _(i.$slots, "timeline-image", A(ee({ key: 0 }, { src: l.media.src, alt: l.media.alt })), void 0, !0) : m("", !0)
|
|
2156
2156
|
]),
|
|
2157
2157
|
_: 2
|
|
2158
2158
|
}, 1024),
|
|
2159
2159
|
t("div", {
|
|
2160
|
-
style:
|
|
2160
|
+
style: te([l.media.type === "none" ? "margin-top: 0px" : ""]),
|
|
2161
2161
|
class: "rich-text",
|
|
2162
2162
|
innerHTML: l.text
|
|
2163
2163
|
}, null, 12, ci)
|
|
@@ -2278,9 +2278,9 @@ const Ci = /* @__PURE__ */ v(Ti, [["__scopeId", "data-v-a4285ce0"]]), Vi = { cla
|
|
|
2278
2278
|
]));
|
|
2279
2279
|
}
|
|
2280
2280
|
});
|
|
2281
|
-
const zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-73ba9888"]]),
|
|
2281
|
+
const zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-73ba9888"]]), N = (e) => (O("data-v-d2cab33d"), e = e(), z(), e), Pi = { class: "footer__wrapper" }, Fi = { class: "footer__content" }, Ei = { class: "footer__sections" }, Ni = { class: "section" }, Hi = { class: "section__title" }, Ri = { class: "section__list" }, ji = { class: "section" }, Ki = /* @__PURE__ */ N(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), Ui = /* @__PURE__ */ N(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), Wi = /* @__PURE__ */ N(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), Gi = /* @__PURE__ */ N(() => /* @__PURE__ */ t("br", null, null, -1)), Yi = /* @__PURE__ */ N(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), Qi = /* @__PURE__ */ N(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), Ji = { class: "footer__bottom" }, Xi = { class: "copyright" }, Zi = { class: "footer__policy" }, er = /* @__PURE__ */ N(() => /* @__PURE__ */ t("span", null, [
|
|
2282
2282
|
/* @__PURE__ */ t("i", { class: "change-region" }),
|
|
2283
|
-
/* @__PURE__ */
|
|
2283
|
+
/* @__PURE__ */ j("Change region")
|
|
2284
2284
|
], -1)), tr = [
|
|
2285
2285
|
er
|
|
2286
2286
|
], ar = { class: "footer__social" }, lr = ["href", "aria-label"], ir = /* @__PURE__ */ h({
|
|
@@ -2316,7 +2316,7 @@ const zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-73ba9888"]]), E = (e) =>
|
|
|
2316
2316
|
return (i, s) => (a(), r("div", Pi, [
|
|
2317
2317
|
t("footer", Fi, [
|
|
2318
2318
|
t("div", Ei, [
|
|
2319
|
-
(a(!0), r(
|
|
2319
|
+
(a(!0), r(I, null, L(e.footerSections, (l) => (a(), r("div", Ni, [
|
|
2320
2320
|
t("span", Hi, o(l.title), 1),
|
|
2321
2321
|
t("nav", null, [
|
|
2322
2322
|
t("ul", Ri, [
|
|
@@ -2366,7 +2366,7 @@ const zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-73ba9888"]]), E = (e) =>
|
|
|
2366
2366
|
_(i.$slots, "footer-cookie-link")
|
|
2367
2367
|
]),
|
|
2368
2368
|
t("div", ar, [
|
|
2369
|
-
(a(!0), r(
|
|
2369
|
+
(a(!0), r(I, null, L(e.socialMedia, (l) => (a(), D(V, {
|
|
2370
2370
|
underline: "false",
|
|
2371
2371
|
linkType: "regular"
|
|
2372
2372
|
}, {
|
|
@@ -2425,13 +2425,13 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { cla
|
|
|
2425
2425
|
const l = e;
|
|
2426
2426
|
w("");
|
|
2427
2427
|
let n = null, u = w(l.burgerState), b = w(l.showDropDown);
|
|
2428
|
-
|
|
2428
|
+
re(
|
|
2429
2429
|
() => l.burgerState,
|
|
2430
2430
|
(k) => u.value = k
|
|
2431
|
-
),
|
|
2431
|
+
), re(
|
|
2432
2432
|
() => l.showDropDown,
|
|
2433
2433
|
(k) => b.value = k
|
|
2434
|
-
),
|
|
2434
|
+
), ne(() => {
|
|
2435
2435
|
n = (k) => {
|
|
2436
2436
|
k.target.closest("#menu-dropdown") || (b.value = !1);
|
|
2437
2437
|
}, window.addEventListener("click", n);
|
|
@@ -2441,16 +2441,16 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { cla
|
|
|
2441
2441
|
function C() {
|
|
2442
2442
|
b.value = !b.value, s("update:showDropDown", b.value);
|
|
2443
2443
|
}
|
|
2444
|
-
function
|
|
2444
|
+
function q() {
|
|
2445
2445
|
u.value = !u.value, s("update:burgerState", u.value);
|
|
2446
2446
|
}
|
|
2447
|
-
let f = w(null);
|
|
2448
|
-
function
|
|
2447
|
+
let f = w(null), B = w(null);
|
|
2448
|
+
function X() {
|
|
2449
2449
|
f.value && f.value.blur();
|
|
2450
2450
|
}
|
|
2451
2451
|
return i({
|
|
2452
|
-
defocusSearchButton:
|
|
2453
|
-
}), (k,
|
|
2452
|
+
defocusSearchButton: X
|
|
2453
|
+
}), (k, H) => (a(), r("div", sr, [
|
|
2454
2454
|
t("nav", null, [
|
|
2455
2455
|
t("div", or, [
|
|
2456
2456
|
t("div", nr, [
|
|
@@ -2465,29 +2465,32 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { cla
|
|
|
2465
2465
|
class: "nav-dropdown-btn"
|
|
2466
2466
|
}, [
|
|
2467
2467
|
_(k.$slots, "dropdown-title", {}, void 0, !0),
|
|
2468
|
-
|
|
2468
|
+
S(b) == !1 ? (a(), r("img", ur)) : (a(), r("img", _r))
|
|
2469
2469
|
]),
|
|
2470
|
-
|
|
2470
|
+
Q(t("div", hr, [
|
|
2471
2471
|
_(k.$slots, "dropdown-links", {}, void 0, !0)
|
|
2472
2472
|
], 512), [
|
|
2473
|
-
[
|
|
2473
|
+
[Z, S(b)]
|
|
2474
2474
|
])
|
|
2475
2475
|
], 512),
|
|
2476
2476
|
t("div", vr, [
|
|
2477
2477
|
t("button", {
|
|
2478
|
-
onClick:
|
|
2479
|
-
|
|
2478
|
+
onClick: H[0] || (H[0] = (G) => {
|
|
2479
|
+
var F;
|
|
2480
|
+
return k.$emit("clickSearch"), (F = S(f)) == null ? void 0 : F.blur();
|
|
2481
|
+
}),
|
|
2482
|
+
ref_key: "navSearchButton",
|
|
2480
2483
|
ref: f
|
|
2481
2484
|
}, [
|
|
2482
2485
|
t("img", {
|
|
2483
|
-
src:
|
|
2486
|
+
src: S(u) == !0 ? "https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080" : "https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",
|
|
2484
2487
|
alt: "search icon"
|
|
2485
2488
|
}, null, 8, mr)
|
|
2486
2489
|
], 512)
|
|
2487
2490
|
])
|
|
2488
2491
|
]),
|
|
2489
2492
|
t("div", {
|
|
2490
|
-
class: c(["mobile-nav-wrapper",
|
|
2493
|
+
class: c(["mobile-nav-wrapper", S(u) == !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
|
|
2491
2494
|
}, [
|
|
2492
2495
|
t("div", gr, [
|
|
2493
2496
|
t("div", fr, [
|
|
@@ -2495,29 +2498,34 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { cla
|
|
|
2495
2498
|
]),
|
|
2496
2499
|
t("div", yr, [
|
|
2497
2500
|
t("button", {
|
|
2498
|
-
onClick:
|
|
2501
|
+
onClick: H[1] || (H[1] = (G) => {
|
|
2502
|
+
var F;
|
|
2503
|
+
return k.$emit("clickSearch"), (F = S(B)) == null ? void 0 : F.blur();
|
|
2504
|
+
}),
|
|
2505
|
+
ref_key: "mobileSearchButton",
|
|
2506
|
+
ref: B
|
|
2499
2507
|
}, [
|
|
2500
2508
|
t("img", {
|
|
2501
|
-
src:
|
|
2509
|
+
src: S(u) == !0 ? "https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080" : "https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",
|
|
2502
2510
|
alt: "search icon"
|
|
2503
2511
|
}, null, 8, br)
|
|
2504
|
-
])
|
|
2512
|
+
], 512)
|
|
2505
2513
|
]),
|
|
2506
2514
|
t("button", {
|
|
2507
|
-
onClick:
|
|
2515
|
+
onClick: se(q, ["prevent"]),
|
|
2508
2516
|
class: "mobile-burger-wrapper"
|
|
2509
2517
|
}, [
|
|
2510
2518
|
t("img", {
|
|
2511
|
-
class: c(["burger-line",
|
|
2512
|
-
src:
|
|
2519
|
+
class: c(["burger-line", S(u) == !0 ? "burger-top-line-open" : ""]),
|
|
2520
|
+
src: S(u) == !0 ? "https://a.storyblok.com/f/230581/23x3/bf4bfb3a50/burger-line-white.svg?cv=1695125714410" : "https://a.storyblok.com/f/230581/23x2/63423a4523/burger-line.svg?cv=1695125714081"
|
|
2513
2521
|
}, null, 10, $r),
|
|
2514
2522
|
t("img", {
|
|
2515
|
-
class: c(["burger-line",
|
|
2516
|
-
src:
|
|
2523
|
+
class: c(["burger-line", S(u) == !0 ? "burger-bottom-line-open" : ""]),
|
|
2524
|
+
src: S(u) == !0 ? "https://a.storyblok.com/f/230581/23x3/bf4bfb3a50/burger-line-white.svg?cv=1695125714410" : "https://a.storyblok.com/f/230581/23x2/63423a4523/burger-line.svg?cv=1695125714081"
|
|
2517
2525
|
}, null, 10, kr)
|
|
2518
2526
|
], 8, pr)
|
|
2519
2527
|
]),
|
|
2520
|
-
|
|
2528
|
+
Q(t("div", wr, [
|
|
2521
2529
|
t("ul", null, [
|
|
2522
2530
|
_(k.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2523
2531
|
]),
|
|
@@ -2526,14 +2534,14 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { cla
|
|
|
2526
2534
|
_(k.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2527
2535
|
])
|
|
2528
2536
|
], 512), [
|
|
2529
|
-
[
|
|
2537
|
+
[Z, S(u)]
|
|
2530
2538
|
])
|
|
2531
2539
|
], 2)
|
|
2532
2540
|
])
|
|
2533
2541
|
]));
|
|
2534
2542
|
}
|
|
2535
2543
|
});
|
|
2536
|
-
const qr = /* @__PURE__ */ v(Sr, [["__scopeId", "data-v-
|
|
2544
|
+
const qr = /* @__PURE__ */ v(Sr, [["__scopeId", "data-v-9efe46b8"]]), Br = { class: "language__wrapper" }, Ir = { class: "language__content" }, Lr = { class: "language__headline" }, Tr = { class: "language__paragraph" }, Cr = /* @__PURE__ */ h({
|
|
2537
2545
|
__name: "language-switcher",
|
|
2538
2546
|
props: {
|
|
2539
2547
|
headline: {
|
|
@@ -2569,14 +2577,14 @@ const Vr = /* @__PURE__ */ v(Cr, [["__scopeId", "data-v-a76ba727"]]), Ar = { cla
|
|
|
2569
2577
|
setup(e) {
|
|
2570
2578
|
return (i, s) => (a(), r("div", Ar, [
|
|
2571
2579
|
t("div", Dr, [
|
|
2572
|
-
p(
|
|
2580
|
+
p(J, {
|
|
2573
2581
|
onClick: s[0] || (s[0] = (l) => i.$emit("previous")),
|
|
2574
2582
|
disabled: e.isPreviousDisabled,
|
|
2575
2583
|
variant: "previous",
|
|
2576
2584
|
ariaLabel: "previous"
|
|
2577
2585
|
}, null, 8, ["disabled"]),
|
|
2578
2586
|
_(i.$slots, "pagination-numbers"),
|
|
2579
|
-
p(
|
|
2587
|
+
p(J, {
|
|
2580
2588
|
onClick: s[1] || (s[1] = (l) => i.$emit("next")),
|
|
2581
2589
|
disabled: e.isNextDisabled,
|
|
2582
2590
|
variant: "next",
|
|
@@ -2588,23 +2596,23 @@ const Vr = /* @__PURE__ */ v(Cr, [["__scopeId", "data-v-a76ba727"]]), Ar = { cla
|
|
|
2588
2596
|
});
|
|
2589
2597
|
const Or = /* @__PURE__ */ v(Mr, [["__scopeId", "data-v-9f08dcf6"]]), Pr = {
|
|
2590
2598
|
install: (e) => {
|
|
2591
|
-
e.component("AtomButton",
|
|
2599
|
+
e.component("AtomButton", J), e.component("AtomCheckbox", Ie), e.component("AtomChip", Ae), e.component("AtomDropdown", Ne), e.component("AtomImage", T), e.component("AtomLabel", W), e.component("AtomLink", V), e.component("AtomRadioButton", Ze), e.component("AtomSelect", rt), e.component("AtomSlider", mt), e.component("AtomTextarea", wt), e.component("AtomTextField", Dt), e.component("AtomVideo", K), e.component("MoleculeAddress", Yt), e.component("MoleculeBulletList", ea), e.component("MoleculeCard", ra), e.component("MoleculeEventCard", ha), e.component("MoleculeModal", de), e.component("MoleculeTextCard", ya), e.component("BlockFacts", Ia), e.component("BlockFeatures", za), e.component("BlockHeadline", el), e.component("BlockHero", ul), e.component("BlockImage", Ra), e.component("BlockImageGallery", Qa), e.component("BlockLogoWall", $l), e.component("BlockMicroStories", wl), e.component("BlockPolicy", Il), e.component("BlockProductHero", Dl), e.component("BlockPromo", zl), e.component("BlockQuote", Ql), e.component("BlockRichText", ti), e.component("BlockTimeline", _i), e.component("BlockTripleCardDisplay", bi), e.component("BlockVimeo", Si), e.component("Organism404", Ci), e.component("OrganismFilter", zi), e.component("OrganismFooter", rr), e.component("OrganismHeader", qr), e.component("OrganismLanguageSwitcher", Vr), e.component("OrganismPagination", Or);
|
|
2592
2600
|
}
|
|
2593
2601
|
};
|
|
2594
2602
|
export {
|
|
2595
|
-
|
|
2603
|
+
J as AtomButton,
|
|
2596
2604
|
Ie as AtomCheckbox,
|
|
2597
2605
|
Ae as AtomChip,
|
|
2598
2606
|
Ne as AtomDropdown,
|
|
2599
2607
|
T as AtomImage,
|
|
2600
|
-
|
|
2608
|
+
W as AtomLabel,
|
|
2601
2609
|
V as AtomLink,
|
|
2602
2610
|
Ze as AtomRadioButton,
|
|
2603
2611
|
rt as AtomSelect,
|
|
2604
2612
|
mt as AtomSlider,
|
|
2605
2613
|
Dt as AtomTextField,
|
|
2606
2614
|
wt as AtomTextarea,
|
|
2607
|
-
|
|
2615
|
+
K as AtomVideo,
|
|
2608
2616
|
Ia as BlockFacts,
|
|
2609
2617
|
za as BlockFeatures,
|
|
2610
2618
|
el as BlockHeadline,
|
|
@@ -2625,7 +2633,7 @@ export {
|
|
|
2625
2633
|
ea as MoleculeBulletList,
|
|
2626
2634
|
ra as MoleculeCard,
|
|
2627
2635
|
ha as MoleculeEventCard,
|
|
2628
|
-
|
|
2636
|
+
de as MoleculeModal,
|
|
2629
2637
|
ya as MoleculeTextCard,
|
|
2630
2638
|
Ci as Organism404,
|
|
2631
2639
|
zi as OrganismFilter,
|