@mirweb/mir-web-components 0.15.50 → 0.15.52
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 l, createElementBlock as s, normalizeClass as c, toDisplayString as o, createElementVNode as t, renderSlot as u, pushScopeId as D, popScopeId as M, computed as P, createTextVNode as E, ref as x, withDirectives as U, Fragment as q, renderList as I, vShow as G, normalizeProps as V, guardReactiveProps as A, mergeProps as Y, createVNode as p, Transition as
|
|
1
|
+
import { defineComponent as h, openBlock as l, createElementBlock as s, normalizeClass as c, toDisplayString as o, createElementVNode as t, renderSlot as u, pushScopeId as D, popScopeId as M, computed as P, createTextVNode as E, ref as x, withDirectives as U, Fragment as q, renderList as I, vShow as G, normalizeProps as V, guardReactiveProps as A, mergeProps as Y, createVNode as p, Transition as ge, withCtx as $, withModifiers as ae, createCommentVNode as m, watchEffect as le, withKeys as ye, createBlock as z, normalizeStyle as Q, isRef as ee, unref as S, onMounted as ie, watch as te, onUnmounted as be } from "vue";
|
|
2
2
|
const pe = ["aria-label"], $e = /* @__PURE__ */ h({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
@@ -35,7 +35,7 @@ const v = (e, a) => {
|
|
|
35
35
|
for (const [i, n] of a)
|
|
36
36
|
r[i] = n;
|
|
37
37
|
return r;
|
|
38
|
-
}, W = /* @__PURE__ */ v($e, [["__scopeId", "data-v-
|
|
38
|
+
}, W = /* @__PURE__ */ v($e, [["__scopeId", "data-v-c2f14f04"]]), ke = (e) => (D("data-v-c5f3542e"), e = e(), M(), e), we = ["name", "value", "disabled", "required", "id"], xe = ["for"], Se = /* @__PURE__ */ ke(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), qe = /* @__PURE__ */ h({
|
|
39
39
|
__name: "checkbox",
|
|
40
40
|
props: {
|
|
41
41
|
name: String,
|
|
@@ -89,7 +89,7 @@ const v = (e, a) => {
|
|
|
89
89
|
], 2));
|
|
90
90
|
}
|
|
91
91
|
});
|
|
92
|
-
const Be = /* @__PURE__ */ v(qe, [["__scopeId", "data-v-
|
|
92
|
+
const Be = /* @__PURE__ */ v(qe, [["__scopeId", "data-v-c5f3542e"]]), Ie = (e) => (D("data-v-b61be596"), e = e(), M(), e), Le = ["aria-label"], Te = /* @__PURE__ */ Ie(() => /* @__PURE__ */ t("img", {
|
|
93
93
|
src: "https://a.storyblok.com/f/230581/9x9/e4fb715dc9/close.svg?cv=1695125714598",
|
|
94
94
|
alt: "close",
|
|
95
95
|
class: "close-icon"
|
|
@@ -118,7 +118,7 @@ const Be = /* @__PURE__ */ v(qe, [["__scopeId", "data-v-f62bd17f"]]), Ie = (e) =
|
|
|
118
118
|
]));
|
|
119
119
|
}
|
|
120
120
|
});
|
|
121
|
-
const Ve = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-
|
|
121
|
+
const Ve = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-b61be596"]]), Ae = ["value"], De = ["id"], Me = { class: "listbox__dropdown" }, Oe = ["id", "aria-labelledby", "aria-disabled"], ze = ["aria-labelledby", "aria-activedescendant"], Pe = ["aria-selected", "data-value"], Fe = /* @__PURE__ */ h({
|
|
122
122
|
__name: "dropdown",
|
|
123
123
|
props: {
|
|
124
124
|
modelValue: {
|
|
@@ -168,15 +168,15 @@ const Ve = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-1427e00b"]]), Ae = ["val
|
|
|
168
168
|
},
|
|
169
169
|
emits: ["update:modelValue"],
|
|
170
170
|
setup(e, { emit: a }) {
|
|
171
|
-
const r = e, i = x(null), n = x(null), _ = x([]), k = x(0), T = x(""),
|
|
171
|
+
const r = e, i = x(null), n = x(null), _ = x([]), k = x(0), T = x(""), f = x(!0), y = x(0), B = P(() => {
|
|
172
172
|
const d = r.options.find(
|
|
173
|
-
(
|
|
173
|
+
(g) => g.value === r.modelValue
|
|
174
174
|
);
|
|
175
175
|
return d && d.label;
|
|
176
176
|
}), se = {
|
|
177
|
-
beforeMount(d,
|
|
177
|
+
beforeMount(d, g) {
|
|
178
178
|
d.clickOutsideEvent = function(b) {
|
|
179
|
-
d === b.target || d.contains(b.target) ||
|
|
179
|
+
d === b.target || d.contains(b.target) || g.value(b);
|
|
180
180
|
}, document.body.addEventListener("click", d.clickOutsideEvent);
|
|
181
181
|
},
|
|
182
182
|
unmounted(d) {
|
|
@@ -188,13 +188,13 @@ const Ve = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-1427e00b"]]), Ae = ["val
|
|
|
188
188
|
}
|
|
189
189
|
function ne(d) {
|
|
190
190
|
var b;
|
|
191
|
-
const
|
|
192
|
-
|
|
191
|
+
const g = d.target;
|
|
192
|
+
g.getAttribute("role") === "option" && (R(g), K(), (b = i.value) == null || b.focus());
|
|
193
193
|
}
|
|
194
194
|
function J(d) {
|
|
195
195
|
var b;
|
|
196
|
-
const
|
|
197
|
-
switch (
|
|
196
|
+
const g = d.key;
|
|
197
|
+
switch (g) {
|
|
198
198
|
case "ArrowUp":
|
|
199
199
|
case "ArrowDown": {
|
|
200
200
|
d.preventDefault();
|
|
@@ -202,7 +202,7 @@ const Ve = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-1427e00b"]]), Ae = ["val
|
|
|
202
202
|
(N) => N.value === r.modelValue
|
|
203
203
|
);
|
|
204
204
|
let O = w ? _.value[w] : _.value[0];
|
|
205
|
-
|
|
205
|
+
g === "ArrowUp" ? w - 1 >= 0 && (O = _.value[w - 1]) : w + 1 <= r.options.length && (O = _.value[w + 1]), O && R(O);
|
|
206
206
|
break;
|
|
207
207
|
}
|
|
208
208
|
case "Home":
|
|
@@ -218,7 +218,7 @@ const Ve = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-1427e00b"]]), Ae = ["val
|
|
|
218
218
|
d.preventDefault(), K(), (b = i.value) == null || b.focus();
|
|
219
219
|
break;
|
|
220
220
|
default: {
|
|
221
|
-
const w = _e(
|
|
221
|
+
const w = _e(g);
|
|
222
222
|
w && R(w);
|
|
223
223
|
break;
|
|
224
224
|
}
|
|
@@ -242,18 +242,18 @@ const Ve = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-1427e00b"]]), Ae = ["val
|
|
|
242
242
|
}, 500);
|
|
243
243
|
}
|
|
244
244
|
function _e(d) {
|
|
245
|
-
let
|
|
246
|
-
(T.value === "" ||
|
|
245
|
+
let g = "";
|
|
246
|
+
(T.value === "" || g !== d) && (y.value = r.options.findIndex(
|
|
247
247
|
(w) => w.value === r.modelValue
|
|
248
|
-
)), T.value =
|
|
248
|
+
)), T.value = g === d ? d : T.value + d, g = d, ue();
|
|
249
249
|
let b = X(
|
|
250
250
|
y.value + 1,
|
|
251
251
|
r.options.length
|
|
252
252
|
);
|
|
253
253
|
return !b && T.value.length === 1 && (b = X(0, y.value)), y.value = (y.value + 1) % r.options.length, b;
|
|
254
254
|
}
|
|
255
|
-
function X(d,
|
|
256
|
-
for (let b = d; b <
|
|
255
|
+
function X(d, g) {
|
|
256
|
+
for (let b = d; b < g; b++)
|
|
257
257
|
if (r.options[b].label && r.options[b].label.toUpperCase().indexOf(T.value.toUpperCase()) === 0)
|
|
258
258
|
return _.value[b];
|
|
259
259
|
return null;
|
|
@@ -263,38 +263,38 @@ const Ve = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-1427e00b"]]), Ae = ["val
|
|
|
263
263
|
}
|
|
264
264
|
function R(d) {
|
|
265
265
|
var b, w;
|
|
266
|
-
const
|
|
266
|
+
const g = d.getAttribute("data-value");
|
|
267
267
|
if (r.modelValue) {
|
|
268
268
|
const O = r.options.findIndex(
|
|
269
|
-
(
|
|
269
|
+
(fe) => fe.value === r.modelValue
|
|
270
270
|
), N = _.value[O];
|
|
271
271
|
ce(N);
|
|
272
272
|
}
|
|
273
273
|
if (d.setAttribute("aria-selected", "true"), (b = n.value) == null || b.setAttribute(
|
|
274
274
|
"aria-activedescendant",
|
|
275
|
-
|
|
276
|
-
), oe(
|
|
275
|
+
g || ""
|
|
276
|
+
), oe(g || ""), n.value && n.value.scrollHeight > n.value.clientHeight) {
|
|
277
277
|
const O = n.value.clientHeight + n.value.scrollTop, N = d.offsetTop + d.offsetHeight;
|
|
278
278
|
N > O ? n.value.scrollTop = N - ((w = n.value) == null ? void 0 : w.clientHeight) : d.offsetTop < n.value.scrollTop && (n.value.scrollTop = d.offsetTop);
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
281
|
function ve() {
|
|
282
|
-
var
|
|
283
|
-
const d = (
|
|
282
|
+
var g;
|
|
283
|
+
const d = (g = _.value) == null ? void 0 : g[r.options.length - 1];
|
|
284
284
|
R(d);
|
|
285
285
|
}
|
|
286
286
|
function K() {
|
|
287
287
|
var d;
|
|
288
|
-
|
|
288
|
+
f.value = !0, (d = i.value) == null || d.removeAttribute("aria-expanded");
|
|
289
289
|
}
|
|
290
290
|
function Z() {
|
|
291
|
-
var d,
|
|
292
|
-
|
|
291
|
+
var d, g;
|
|
292
|
+
f.value = !1, (d = i.value) == null || d.setAttribute("aria-expanded", "true"), (g = n.value) == null || g.focus();
|
|
293
293
|
}
|
|
294
294
|
function me() {
|
|
295
|
-
r.disabled || (
|
|
295
|
+
r.disabled || (f.value ? Z() : K());
|
|
296
296
|
}
|
|
297
|
-
return (d,
|
|
297
|
+
return (d, g) => (l(), s("div", {
|
|
298
298
|
class: "listbox__wrapper",
|
|
299
299
|
value: e.modelValue,
|
|
300
300
|
ref: "listbox"
|
|
@@ -345,7 +345,7 @@ const Ve = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-1427e00b"]]), Ae = ["val
|
|
|
345
345
|
ref: _
|
|
346
346
|
}, o(b.label), 9, Pe))), 128))
|
|
347
347
|
], 40, ze), [
|
|
348
|
-
[G, !
|
|
348
|
+
[G, !f.value]
|
|
349
349
|
])
|
|
350
350
|
])), [
|
|
351
351
|
[se, K]
|
|
@@ -353,7 +353,7 @@ const Ve = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-1427e00b"]]), Ae = ["val
|
|
|
353
353
|
], 8, Ae));
|
|
354
354
|
}
|
|
355
355
|
});
|
|
356
|
-
const Ne = /* @__PURE__ */ v(Fe, [["__scopeId", "data-v-
|
|
356
|
+
const Ne = /* @__PURE__ */ v(Fe, [["__scopeId", "data-v-f69f328c"]]), Ee = { class: "image__wrapper" }, He = /* @__PURE__ */ h({
|
|
357
357
|
__name: "image",
|
|
358
358
|
props: {
|
|
359
359
|
src: {
|
|
@@ -420,7 +420,7 @@ const L = /* @__PURE__ */ v(He, [["__scopeId", "data-v-513b5384"]]), Re = { clas
|
|
|
420
420
|
]));
|
|
421
421
|
}
|
|
422
422
|
});
|
|
423
|
-
const j = /* @__PURE__ */ v(Ke, [["__scopeId", "data-v-
|
|
423
|
+
const j = /* @__PURE__ */ v(Ke, [["__scopeId", "data-v-d9cdf57c"]]), Ue = { class: "link__wrapper" }, C = /* @__PURE__ */ h({
|
|
424
424
|
__name: "link",
|
|
425
425
|
props: {
|
|
426
426
|
url: {
|
|
@@ -479,7 +479,7 @@ const j = /* @__PURE__ */ v(Ke, [["__scopeId", "data-v-aacf01db"]]), Ue = { clas
|
|
|
479
479
|
]));
|
|
480
480
|
}
|
|
481
481
|
});
|
|
482
|
-
const We = (e) => (D("data-v-
|
|
482
|
+
const We = (e) => (D("data-v-69095414"), e = e(), M(), e), Ge = ["name", "value", "checked", "disabled", "required", "id"], Ye = ["for"], Qe = /* @__PURE__ */ We(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), Je = /* @__PURE__ */ h({
|
|
483
483
|
__name: "radio-button",
|
|
484
484
|
props: {
|
|
485
485
|
name: String,
|
|
@@ -535,7 +535,7 @@ const We = (e) => (D("data-v-016da8d2"), e = e(), M(), e), Ge = ["name", "value"
|
|
|
535
535
|
], 2));
|
|
536
536
|
}
|
|
537
537
|
});
|
|
538
|
-
const Xe = /* @__PURE__ */ v(Je, [["__scopeId", "data-v-
|
|
538
|
+
const Xe = /* @__PURE__ */ v(Je, [["__scopeId", "data-v-69095414"]]), Ze = { class: "select__wrapper" }, et = ["for"], tt = ["disabled", "id", "name", "value"], at = ["value"], lt = /* @__PURE__ */ h({
|
|
539
539
|
__name: "select",
|
|
540
540
|
props: {
|
|
541
541
|
id: {
|
|
@@ -599,7 +599,7 @@ const Xe = /* @__PURE__ */ v(Je, [["__scopeId", "data-v-016da8d2"]]), Ze = { cla
|
|
|
599
599
|
]));
|
|
600
600
|
}
|
|
601
601
|
});
|
|
602
|
-
const it = /* @__PURE__ */ v(lt, [["__scopeId", "data-v-
|
|
602
|
+
const it = /* @__PURE__ */ v(lt, [["__scopeId", "data-v-2d0a5b51"]]), rt = { class: "modal__wrapper" }, st = /* @__PURE__ */ h({
|
|
603
603
|
__name: "modal",
|
|
604
604
|
props: {
|
|
605
605
|
show: { type: Boolean, default: !1 }
|
|
@@ -615,7 +615,7 @@ const it = /* @__PURE__ */ v(lt, [["__scopeId", "data-v-2f0a5473"]]), rt = { cla
|
|
|
615
615
|
a("update:show", !r.show);
|
|
616
616
|
};
|
|
617
617
|
return (n, _) => (l(), s("div", rt, [
|
|
618
|
-
p(
|
|
618
|
+
p(ge, {
|
|
619
619
|
duration: 300,
|
|
620
620
|
name: "nested"
|
|
621
621
|
}, {
|
|
@@ -648,7 +648,7 @@ const it = /* @__PURE__ */ v(lt, [["__scopeId", "data-v-2f0a5473"]]), rt = { cla
|
|
|
648
648
|
]));
|
|
649
649
|
}
|
|
650
650
|
});
|
|
651
|
-
const re = /* @__PURE__ */ v(st, [["__scopeId", "data-v-
|
|
651
|
+
const re = /* @__PURE__ */ v(st, [["__scopeId", "data-v-b763a084"]]), ot = { class: "slider__wrapper" }, nt = { class: "slider__label" }, dt = ["for"], ct = ["aria-label"], ut = { class: "slider__content" }, _t = ["id", "name", "value", "min", "step", "max"], ht = /* @__PURE__ */ h({
|
|
652
652
|
__name: "slider",
|
|
653
653
|
props: {
|
|
654
654
|
label: {
|
|
@@ -701,18 +701,18 @@ const re = /* @__PURE__ */ v(st, [["__scopeId", "data-v-d75ee1bf"]]), ot = { cla
|
|
|
701
701
|
},
|
|
702
702
|
emits: ["update:modelValue"],
|
|
703
703
|
setup(e, { emit: a }) {
|
|
704
|
-
const r = e, i = x(r.modelValue), n = x(), _ = x(!1), k = (
|
|
704
|
+
const r = e, i = x(r.modelValue), n = x(), _ = x(!1), k = (f, y, B) => (f - y) / (B - y) * 100, T = (f) => {
|
|
705
705
|
var y;
|
|
706
|
-
(y = n.value) == null || y.style.setProperty("--ProgressPercent", `${
|
|
706
|
+
(y = n.value) == null || y.style.setProperty("--ProgressPercent", `${f}%`);
|
|
707
707
|
};
|
|
708
708
|
return le(() => {
|
|
709
709
|
if (n.value) {
|
|
710
710
|
a("update:modelValue", i.value);
|
|
711
|
-
const
|
|
712
|
-
let y = (50 -
|
|
713
|
-
T(
|
|
711
|
+
const f = k(i.value, r.min, r.max);
|
|
712
|
+
let y = (50 - f) / 100;
|
|
713
|
+
T(f + y);
|
|
714
714
|
}
|
|
715
|
-
}), (
|
|
715
|
+
}), (f, y) => (l(), s(q, null, [
|
|
716
716
|
t("div", ot, [
|
|
717
717
|
t("div", nt, [
|
|
718
718
|
t("label", {
|
|
@@ -768,7 +768,7 @@ const re = /* @__PURE__ */ v(st, [["__scopeId", "data-v-d75ee1bf"]]), ot = { cla
|
|
|
768
768
|
], 64));
|
|
769
769
|
}
|
|
770
770
|
});
|
|
771
|
-
const vt = /* @__PURE__ */ v(ht, [["__scopeId", "data-v-
|
|
771
|
+
const vt = /* @__PURE__ */ v(ht, [["__scopeId", "data-v-b6e6a153"]]), mt = { id: "textarea-wrapper" }, ft = ["for"], gt = ["id"], yt = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], bt = { class: "textarea-info" }, pt = { key: 0 }, $t = /* @__PURE__ */ h({
|
|
772
772
|
__name: "textarea",
|
|
773
773
|
props: {
|
|
774
774
|
id: {
|
|
@@ -812,7 +812,7 @@ const vt = /* @__PURE__ */ v(ht, [["__scopeId", "data-v-f9db6dbc"]]), mt = { id:
|
|
|
812
812
|
t("label", {
|
|
813
813
|
for: e.id,
|
|
814
814
|
class: c({ required: e.required })
|
|
815
|
-
}, o(e.labelText) + o(e.required ? " *" : ""), 11,
|
|
815
|
+
}, o(e.labelText) + o(e.required ? " *" : ""), 11, ft),
|
|
816
816
|
t("div", {
|
|
817
817
|
id: e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? "textarea-wrapper__inner" : ""
|
|
818
818
|
}, [
|
|
@@ -831,7 +831,7 @@ const vt = /* @__PURE__ */ v(ht, [["__scopeId", "data-v-f9db6dbc"]]), mt = { id:
|
|
|
831
831
|
e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? "reached-meter-limit" : "border"
|
|
832
832
|
)
|
|
833
833
|
}, null, 42, yt)
|
|
834
|
-
], 8,
|
|
834
|
+
], 8, gt),
|
|
835
835
|
t("div", bt, [
|
|
836
836
|
t("div", null, [
|
|
837
837
|
e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? (l(), s("p", pt, " Too many characters. Please make it shorter ")) : m("", !0)
|
|
@@ -845,7 +845,7 @@ const vt = /* @__PURE__ */ v(ht, [["__scopeId", "data-v-f9db6dbc"]]), mt = { id:
|
|
|
845
845
|
]));
|
|
846
846
|
}
|
|
847
847
|
});
|
|
848
|
-
const kt = /* @__PURE__ */ v($t, [["__scopeId", "data-v-
|
|
848
|
+
const kt = /* @__PURE__ */ v($t, [["__scopeId", "data-v-626f208b"]]), wt = { class: "text-field__wrapper" }, xt = ["for"], St = { key: 0 }, qt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Bt = ["aria-expanded"], It = ["type", "value", "placeholder", "id", "required", "disabled", "name"], Lt = {
|
|
849
849
|
key: 2,
|
|
850
850
|
class: "search"
|
|
851
851
|
}, Tt = {
|
|
@@ -980,7 +980,7 @@ const kt = /* @__PURE__ */ v($t, [["__scopeId", "data-v-4a6ef5f6"]]), wt = { cla
|
|
|
980
980
|
]));
|
|
981
981
|
}
|
|
982
982
|
});
|
|
983
|
-
const At = /* @__PURE__ */ v(Vt, [["__scopeId", "data-v-
|
|
983
|
+
const At = /* @__PURE__ */ v(Vt, [["__scopeId", "data-v-9d2f6b3b"]]), Dt = { class: "video__wrapper" }, Mt = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], Ot = ["src", "aria-label", "title", "width", "height"], zt = /* @__PURE__ */ h({
|
|
984
984
|
__name: "video",
|
|
985
985
|
props: {
|
|
986
986
|
play: {
|
|
@@ -1135,7 +1135,7 @@ const H = /* @__PURE__ */ v(zt, [["__scopeId", "data-v-c449311a"]]), Pt = { clas
|
|
|
1135
1135
|
]));
|
|
1136
1136
|
}
|
|
1137
1137
|
});
|
|
1138
|
-
const Gt = /* @__PURE__ */ v(Wt, [["__scopeId", "data-v-
|
|
1138
|
+
const Gt = /* @__PURE__ */ v(Wt, [["__scopeId", "data-v-22ea3b79"]]), Yt = (e) => (D("data-v-0f782fa2"), e = e(), M(), e), Qt = { class: "bullet-list__wrapper" }, Jt = /* @__PURE__ */ Yt(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), Xt = /* @__PURE__ */ h({
|
|
1139
1139
|
__name: "bullet-list",
|
|
1140
1140
|
props: {
|
|
1141
1141
|
list: {
|
|
@@ -1169,7 +1169,7 @@ const Gt = /* @__PURE__ */ v(Wt, [["__scopeId", "data-v-a87ec518"]]), Yt = (e) =
|
|
|
1169
1169
|
]));
|
|
1170
1170
|
}
|
|
1171
1171
|
});
|
|
1172
|
-
const Zt = /* @__PURE__ */ v(Xt, [["__scopeId", "data-v-
|
|
1172
|
+
const Zt = /* @__PURE__ */ v(Xt, [["__scopeId", "data-v-0f782fa2"]]), ea = { class: "card__wrapper" }, ta = { key: 4 }, aa = /* @__PURE__ */ h({
|
|
1173
1173
|
__name: "card",
|
|
1174
1174
|
props: {
|
|
1175
1175
|
variant: {
|
|
@@ -1281,7 +1281,7 @@ const Zt = /* @__PURE__ */ v(Xt, [["__scopeId", "data-v-5fb5c095"]]), ea = { cla
|
|
|
1281
1281
|
]));
|
|
1282
1282
|
}
|
|
1283
1283
|
});
|
|
1284
|
-
const la = /* @__PURE__ */ v(aa, [["__scopeId", "data-v-
|
|
1284
|
+
const la = /* @__PURE__ */ v(aa, [["__scopeId", "data-v-4d7eab8f"]]), ia = (e) => (D("data-v-b0f9972c"), e = e(), M(), e), ra = { class: "event__wrapper" }, sa = { class: "event__headline" }, oa = { class: "event__date-location" }, na = /* @__PURE__ */ ia(() => /* @__PURE__ */ t("br", null, null, -1)), da = { class: "event__exhibitor" }, ca = /* @__PURE__ */ h({
|
|
1285
1285
|
__name: "event-card",
|
|
1286
1286
|
props: {
|
|
1287
1287
|
eventType: {
|
|
@@ -1321,7 +1321,7 @@ const la = /* @__PURE__ */ v(aa, [["__scopeId", "data-v-2a33f841"]]), ia = (e) =
|
|
|
1321
1321
|
]));
|
|
1322
1322
|
}
|
|
1323
1323
|
});
|
|
1324
|
-
const ua = /* @__PURE__ */ v(ca, [["__scopeId", "data-v-
|
|
1324
|
+
const ua = /* @__PURE__ */ v(ca, [["__scopeId", "data-v-b0f9972c"]]), _a = { class: "text__wrapper" }, ha = { class: "text__headline" }, va = { class: "text__paragraph" }, ma = /* @__PURE__ */ h({
|
|
1325
1325
|
__name: "text-card",
|
|
1326
1326
|
props: {
|
|
1327
1327
|
label: {
|
|
@@ -1350,7 +1350,7 @@ const ua = /* @__PURE__ */ v(ca, [["__scopeId", "data-v-f5acdf7e"]]), _a = { cla
|
|
|
1350
1350
|
]));
|
|
1351
1351
|
}
|
|
1352
1352
|
});
|
|
1353
|
-
const
|
|
1353
|
+
const fa = /* @__PURE__ */ v(ma, [["__scopeId", "data-v-b07d352b"]]), ga = { class: "facts__wrapper" }, ya = { class: "facts__content" }, ba = { class: "facts__headline" }, pa = { class: "facts" }, $a = { class: "fact" }, ka = { class: "fact__value" }, wa = { class: "fact__metric" }, xa = {
|
|
1354
1354
|
key: 0,
|
|
1355
1355
|
class: "facts__link"
|
|
1356
1356
|
}, Sa = /* @__PURE__ */ h({
|
|
@@ -1371,7 +1371,7 @@ const ga = /* @__PURE__ */ v(ma, [["__scopeId", "data-v-dbd0c7ab"]]), fa = { cla
|
|
|
1371
1371
|
}
|
|
1372
1372
|
},
|
|
1373
1373
|
setup(e) {
|
|
1374
|
-
return (a, r) => (l(), s("div",
|
|
1374
|
+
return (a, r) => (l(), s("div", ga, [
|
|
1375
1375
|
t("div", ya, [
|
|
1376
1376
|
t("h2", ba, o(e.headline), 1),
|
|
1377
1377
|
t("div", pa, [
|
|
@@ -1399,7 +1399,7 @@ const ga = /* @__PURE__ */ v(ma, [["__scopeId", "data-v-dbd0c7ab"]]), fa = { cla
|
|
|
1399
1399
|
]));
|
|
1400
1400
|
}
|
|
1401
1401
|
});
|
|
1402
|
-
const qa = /* @__PURE__ */ v(Sa, [["__scopeId", "data-v-
|
|
1402
|
+
const qa = /* @__PURE__ */ v(Sa, [["__scopeId", "data-v-a09f974f"]]), Ba = { class: "features__wrapper" }, Ia = { class: "features__content" }, La = {
|
|
1403
1403
|
key: 0,
|
|
1404
1404
|
class: "features__headline"
|
|
1405
1405
|
}, Ta = {
|
|
@@ -1454,7 +1454,7 @@ const qa = /* @__PURE__ */ v(Sa, [["__scopeId", "data-v-985329c7"]]), Ba = { cla
|
|
|
1454
1454
|
]));
|
|
1455
1455
|
}
|
|
1456
1456
|
});
|
|
1457
|
-
const Ma = /* @__PURE__ */ v(Da, [["__scopeId", "data-v-
|
|
1457
|
+
const Ma = /* @__PURE__ */ v(Da, [["__scopeId", "data-v-95c61c54"]]), Oa = { class: "image__wrapper" }, za = { class: "image__content" }, Pa = { class: "image__image" }, Fa = { class: "image__caption" }, Na = /* @__PURE__ */ h({
|
|
1458
1458
|
__name: "image",
|
|
1459
1459
|
props: {
|
|
1460
1460
|
caption: {
|
|
@@ -1486,7 +1486,7 @@ const Ma = /* @__PURE__ */ v(Da, [["__scopeId", "data-v-0990b89f"]]), Oa = { cla
|
|
|
1486
1486
|
]));
|
|
1487
1487
|
}
|
|
1488
1488
|
});
|
|
1489
|
-
const Ea = /* @__PURE__ */ v(Na, [["__scopeId", "data-v-
|
|
1489
|
+
const Ea = /* @__PURE__ */ v(Na, [["__scopeId", "data-v-fc71b085"]]), Ha = { class: "gallery__large" }, Ra = {
|
|
1490
1490
|
key: 0,
|
|
1491
1491
|
class: "image image--large"
|
|
1492
1492
|
}, ja = {
|
|
@@ -1603,7 +1603,7 @@ const Ea = /* @__PURE__ */ v(Na, [["__scopeId", "data-v-6dde0544"]]), Ha = { cla
|
|
|
1603
1603
|
], 2));
|
|
1604
1604
|
}
|
|
1605
1605
|
});
|
|
1606
|
-
const Ga = /* @__PURE__ */ v(Wa, [["__scopeId", "data-v-
|
|
1606
|
+
const Ga = /* @__PURE__ */ v(Wa, [["__scopeId", "data-v-131a090a"]]), Ya = { class: "headline__wrapper" }, Qa = { class: "headline__h1" }, Ja = /* @__PURE__ */ h({
|
|
1607
1607
|
__name: "headline",
|
|
1608
1608
|
props: {
|
|
1609
1609
|
headline: {
|
|
@@ -1633,7 +1633,7 @@ const Ga = /* @__PURE__ */ v(Wa, [["__scopeId", "data-v-1b744d9c"]]), Ya = { cla
|
|
|
1633
1633
|
]));
|
|
1634
1634
|
}
|
|
1635
1635
|
});
|
|
1636
|
-
const Xa = /* @__PURE__ */ v(Ja, [["__scopeId", "data-v-
|
|
1636
|
+
const Xa = /* @__PURE__ */ v(Ja, [["__scopeId", "data-v-eb62b4a5"]]), Za = (e) => (D("data-v-c74d9be1"), e = e(), M(), e), el = { class: "hero__wrapper" }, tl = { class: "hero__content" }, al = { class: "hero__top" }, ll = { class: "hero__elements" }, il = { class: "hero__headline" }, rl = { class: "hero__link" }, sl = { class: "hero__video" }, ol = /* @__PURE__ */ Za(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), nl = /* @__PURE__ */ h({
|
|
1637
1637
|
__name: "hero",
|
|
1638
1638
|
props: {
|
|
1639
1639
|
headline: {
|
|
@@ -1684,7 +1684,7 @@ const Xa = /* @__PURE__ */ v(Ja, [["__scopeId", "data-v-fe1b688a"]]), Za = (e) =
|
|
|
1684
1684
|
]));
|
|
1685
1685
|
}
|
|
1686
1686
|
});
|
|
1687
|
-
const dl = /* @__PURE__ */ v(nl, [["__scopeId", "data-v-
|
|
1687
|
+
const dl = /* @__PURE__ */ v(nl, [["__scopeId", "data-v-c74d9be1"]]), cl = { class: "logo-wall__wrapper" }, ul = { class: "logo-wall__content" }, _l = { class: "logo-wall__logos" }, hl = { class: "logo-wall__logo" }, vl = { class: "logo-wall__link" }, ml = /* @__PURE__ */ h({
|
|
1688
1688
|
__name: "logo-wall",
|
|
1689
1689
|
props: {
|
|
1690
1690
|
logos: {
|
|
@@ -1726,7 +1726,7 @@ const dl = /* @__PURE__ */ v(nl, [["__scopeId", "data-v-e4b4c416"]]), cl = { cla
|
|
|
1726
1726
|
]));
|
|
1727
1727
|
}
|
|
1728
1728
|
});
|
|
1729
|
-
const
|
|
1729
|
+
const fl = /* @__PURE__ */ v(ml, [["__scopeId", "data-v-2d8157c7"]]), gl = { class: "micro-stories__splide" }, yl = /* @__PURE__ */ h({
|
|
1730
1730
|
__name: "micro-stories",
|
|
1731
1731
|
props: {
|
|
1732
1732
|
stories: {
|
|
@@ -1757,7 +1757,7 @@ const gl = /* @__PURE__ */ v(ml, [["__scopeId", "data-v-6a0d79b8"]]), fl = { cla
|
|
|
1757
1757
|
e.bgColor == "white" ? "micro-stories__wrapper--white" : e.bgColor == "dark" ? "micro-stories__wrapper--dark" : (e.bgColor == "blue", "micro-stories__wrapper--blue")
|
|
1758
1758
|
])
|
|
1759
1759
|
}, [
|
|
1760
|
-
t("div",
|
|
1760
|
+
t("div", gl, [
|
|
1761
1761
|
u(a.$slots, "micro-stories-slides")
|
|
1762
1762
|
]),
|
|
1763
1763
|
u(a.$slots, "micro-stories-controls")
|
|
@@ -1772,7 +1772,7 @@ function kl(e, a) {
|
|
|
1772
1772
|
])
|
|
1773
1773
|
]);
|
|
1774
1774
|
}
|
|
1775
|
-
const wl = /* @__PURE__ */ v(bl, [["render", kl], ["__scopeId", "data-v-
|
|
1775
|
+
const wl = /* @__PURE__ */ v(bl, [["render", kl], ["__scopeId", "data-v-4ef880d9"]]), xl = { class: "product-hero__wrapper" }, Sl = { class: "product-hero__content" }, ql = { class: "product-hero__headline" }, Bl = { class: "product-hero__video" }, Il = /* @__PURE__ */ h({
|
|
1776
1776
|
__name: "product-hero",
|
|
1777
1777
|
props: {
|
|
1778
1778
|
headline: {
|
|
@@ -1819,7 +1819,7 @@ const wl = /* @__PURE__ */ v(bl, [["render", kl], ["__scopeId", "data-v-e16581b7
|
|
|
1819
1819
|
]));
|
|
1820
1820
|
}
|
|
1821
1821
|
});
|
|
1822
|
-
const Ll = /* @__PURE__ */ v(Il, [["__scopeId", "data-v-
|
|
1822
|
+
const Ll = /* @__PURE__ */ v(Il, [["__scopeId", "data-v-9c3b7a95"]]), Tl = { class: "promo__content" }, Cl = /* @__PURE__ */ h({
|
|
1823
1823
|
__name: "promo",
|
|
1824
1824
|
props: {
|
|
1825
1825
|
label: {
|
|
@@ -1949,7 +1949,7 @@ const Ll = /* @__PURE__ */ v(Il, [["__scopeId", "data-v-470041ac"]]), Tl = { cla
|
|
|
1949
1949
|
], 2));
|
|
1950
1950
|
}
|
|
1951
1951
|
});
|
|
1952
|
-
const Vl = /* @__PURE__ */ v(Cl, [["__scopeId", "data-v-
|
|
1952
|
+
const Vl = /* @__PURE__ */ v(Cl, [["__scopeId", "data-v-988e52ee"]]), Al = (e) => (D("data-v-18440f83"), e = e(), M(), e), Dl = { class: "quote__wrapper" }, Ml = { class: "quote__content" }, Ol = /* @__PURE__ */ Al(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), zl = { class: "quote__quote" }, Pl = { class: "quote__quote-text" }, Fl = { class: "quote__author" }, Nl = {
|
|
1953
1953
|
key: 0,
|
|
1954
1954
|
class: "quote__image"
|
|
1955
1955
|
}, El = { class: "quote__text" }, Hl = { class: "quote__author-name" }, Rl = { class: "quote__author-title" }, jl = /* @__PURE__ */ h({
|
|
@@ -2001,7 +2001,7 @@ const Vl = /* @__PURE__ */ v(Cl, [["__scopeId", "data-v-77f7278b"]]), Al = (e) =
|
|
|
2001
2001
|
]));
|
|
2002
2002
|
}
|
|
2003
2003
|
});
|
|
2004
|
-
const Kl = /* @__PURE__ */ v(jl, [["__scopeId", "data-v-
|
|
2004
|
+
const Kl = /* @__PURE__ */ v(jl, [["__scopeId", "data-v-18440f83"]]), Ul = { class: "rich-text__wrapper" }, Wl = {
|
|
2005
2005
|
key: 0,
|
|
2006
2006
|
class: "rich-text__links"
|
|
2007
2007
|
}, Gl = {
|
|
@@ -2100,7 +2100,7 @@ const Kl = /* @__PURE__ */ v(jl, [["__scopeId", "data-v-3cc55dbf"]]), Ul = { cla
|
|
|
2100
2100
|
], 2));
|
|
2101
2101
|
}
|
|
2102
2102
|
});
|
|
2103
|
-
const Ql = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-
|
|
2103
|
+
const Ql = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-f7bcf732"]]), Jl = (e) => (D("data-v-df182fbb"), e = e(), M(), e), Xl = { class: "timeline__wrapper" }, Zl = { class: "timeline__content" }, ei = { class: "timeline__items" }, ti = { class: "timeline__item faded" }, ai = { class: "item__left" }, li = /* @__PURE__ */ Jl(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
|
|
2104
2104
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
2105
2105
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
2106
2106
|
], -1)), ii = { class: "item__right" }, ri = ["innerHTML"], si = /* @__PURE__ */ h({
|
|
@@ -2151,7 +2151,7 @@ const Ql = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-f44daaf2"]]), Jl = (e) =
|
|
|
2151
2151
|
]));
|
|
2152
2152
|
}
|
|
2153
2153
|
});
|
|
2154
|
-
const oi = /* @__PURE__ */ v(si, [["__scopeId", "data-v-
|
|
2154
|
+
const oi = /* @__PURE__ */ v(si, [["__scopeId", "data-v-df182fbb"]]), ni = { class: "triple-card-display__wrapper" }, di = {
|
|
2155
2155
|
key: 0,
|
|
2156
2156
|
class: "triple-card__content"
|
|
2157
2157
|
}, ci = { key: 0 }, ui = { key: 1 }, _i = { class: "triple-card__cards" }, hi = /* @__PURE__ */ h({
|
|
@@ -2189,7 +2189,7 @@ const oi = /* @__PURE__ */ v(si, [["__scopeId", "data-v-e2d52bd9"]]), ni = { cla
|
|
|
2189
2189
|
], 2));
|
|
2190
2190
|
}
|
|
2191
2191
|
});
|
|
2192
|
-
const vi = /* @__PURE__ */ v(hi, [["__scopeId", "data-v-
|
|
2192
|
+
const vi = /* @__PURE__ */ v(hi, [["__scopeId", "data-v-fb5b275b"]]), mi = { class: "vimeo" }, fi = { class: "vimeo__wrapper" }, gi = {
|
|
2193
2193
|
key: 0,
|
|
2194
2194
|
class: "vimeo__headline"
|
|
2195
2195
|
}, yi = {
|
|
@@ -2207,15 +2207,15 @@ const vi = /* @__PURE__ */ v(hi, [["__scopeId", "data-v-7938e57a"]]), mi = { cla
|
|
|
2207
2207
|
},
|
|
2208
2208
|
setup(e) {
|
|
2209
2209
|
return (a, r) => (l(), s("div", mi, [
|
|
2210
|
-
t("div",
|
|
2211
|
-
e.headline ? (l(), s("h2",
|
|
2210
|
+
t("div", fi, [
|
|
2211
|
+
e.headline ? (l(), s("h2", gi, o(e.headline), 1)) : m("", !0),
|
|
2212
2212
|
u(a.$slots, "vimeo-content", {}, void 0, !0),
|
|
2213
2213
|
e.description ? (l(), s("p", yi, o(e.description), 1)) : m("", !0)
|
|
2214
2214
|
])
|
|
2215
2215
|
]));
|
|
2216
2216
|
}
|
|
2217
2217
|
});
|
|
2218
|
-
const pi = /* @__PURE__ */ v(bi, [["__scopeId", "data-v-
|
|
2218
|
+
const pi = /* @__PURE__ */ v(bi, [["__scopeId", "data-v-e2b8ae73"]]), $i = { class: "not-found__wrapper" }, ki = { class: "not-found__content" }, wi = { class: "not-found__headline" }, xi = { class: "not-found__body" }, Si = /* @__PURE__ */ h({
|
|
2219
2219
|
__name: "404",
|
|
2220
2220
|
props: {
|
|
2221
2221
|
headline: {
|
|
@@ -2234,7 +2234,7 @@ const pi = /* @__PURE__ */ v(bi, [["__scopeId", "data-v-25949f44"]]), $i = { cla
|
|
|
2234
2234
|
]));
|
|
2235
2235
|
}
|
|
2236
2236
|
});
|
|
2237
|
-
const qi = /* @__PURE__ */ v(Si, [["__scopeId", "data-v-
|
|
2237
|
+
const qi = /* @__PURE__ */ v(Si, [["__scopeId", "data-v-a4285ce0"]]), Bi = { class: "filter__wrapper" }, Ii = { class: "filter__content" }, Li = { class: "filter__dropdowns" }, Ti = { class: "filter__chips" }, Ci = /* @__PURE__ */ h({
|
|
2238
2238
|
__name: "filter",
|
|
2239
2239
|
props: {
|
|
2240
2240
|
hasChips: {
|
|
@@ -2261,7 +2261,7 @@ const qi = /* @__PURE__ */ v(Si, [["__scopeId", "data-v-c2038fe4"]]), Bi = { cla
|
|
|
2261
2261
|
]));
|
|
2262
2262
|
}
|
|
2263
2263
|
});
|
|
2264
|
-
const Vi = /* @__PURE__ */ v(Ci, [["__scopeId", "data-v-
|
|
2264
|
+
const Vi = /* @__PURE__ */ v(Ci, [["__scopeId", "data-v-2afe898c"]]), F = (e) => (D("data-v-05446e77"), e = e(), M(), e), Ai = { class: "footer__wrapper" }, Di = { class: "footer__content" }, Mi = { class: "footer__sections" }, Oi = { class: "section" }, zi = { class: "section__title" }, Pi = { class: "section__list" }, Fi = { class: "section" }, Ni = /* @__PURE__ */ F(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), Ei = /* @__PURE__ */ F(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), Hi = /* @__PURE__ */ F(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), Ri = /* @__PURE__ */ F(() => /* @__PURE__ */ t("br", null, null, -1)), ji = /* @__PURE__ */ F(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), Ki = /* @__PURE__ */ F(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), Ui = { class: "footer__bottom" }, Wi = { class: "footer__copyright-policy" }, Gi = { class: "copyright" }, Yi = /* @__PURE__ */ F(() => /* @__PURE__ */ t("span", null, [
|
|
2265
2265
|
/* @__PURE__ */ t("i", { class: "change-region" }),
|
|
2266
2266
|
/* @__PURE__ */ E("Change region")
|
|
2267
2267
|
], -1)), Qi = [
|
|
@@ -2375,7 +2375,7 @@ const Vi = /* @__PURE__ */ v(Ci, [["__scopeId", "data-v-cf46dae2"]]), F = (e) =>
|
|
|
2375
2375
|
]));
|
|
2376
2376
|
}
|
|
2377
2377
|
});
|
|
2378
|
-
const er = /* @__PURE__ */ v(Zi, [["__scopeId", "data-v-
|
|
2378
|
+
const er = /* @__PURE__ */ v(Zi, [["__scopeId", "data-v-05446e77"]]), tr = { class: "header__wrapper" }, ar = { class: "nav-wrapper" }, lr = { class: "mir-link-logo" }, ir = { class: "main-nav-items" }, rr = {
|
|
2379
2379
|
id: "menu-dropdown",
|
|
2380
2380
|
ref: "dropdownDiv"
|
|
2381
2381
|
}, sr = {
|
|
@@ -2387,7 +2387,7 @@ const er = /* @__PURE__ */ v(Zi, [["__scopeId", "data-v-60bf3dc7"]]), tr = { cla
|
|
|
2387
2387
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
2388
2388
|
alt: "dropdownarrow",
|
|
2389
2389
|
style: { transform: "rotate(180deg)" }
|
|
2390
|
-
}, nr = { class: "dropdown-content" }, dr = { class: "nav-search-wrapper" }, cr = ["src"], ur = { class: "mobile-logo-search-burger-wrapper" }, _r = { class: "mobile-mir-link-logo" }, hr = { class: "mobile-search-wrapper" }, vr = ["src"], mr = ["onClick"],
|
|
2390
|
+
}, nr = { class: "dropdown-content" }, dr = { class: "nav-search-wrapper" }, cr = ["src"], ur = { class: "mobile-logo-search-burger-wrapper" }, _r = { class: "mobile-mir-link-logo" }, hr = { class: "mobile-search-wrapper" }, vr = ["src"], mr = ["onClick"], fr = ["src"], gr = ["src"], yr = { class: "mobile-menu-content-wrapper" }, br = { class: "mobile-dropdown-content" }, pr = /* @__PURE__ */ h({
|
|
2391
2391
|
__name: "header",
|
|
2392
2392
|
props: {
|
|
2393
2393
|
burgerState: {
|
|
@@ -2410,13 +2410,13 @@ const er = /* @__PURE__ */ v(Zi, [["__scopeId", "data-v-60bf3dc7"]]), tr = { cla
|
|
|
2410
2410
|
let i = null, n = x(r.burgerState), _ = x(r.showDropDown);
|
|
2411
2411
|
te(
|
|
2412
2412
|
() => r.burgerState,
|
|
2413
|
-
(
|
|
2413
|
+
(f) => n.value = f
|
|
2414
2414
|
), te(
|
|
2415
2415
|
() => r.showDropDown,
|
|
2416
|
-
(
|
|
2416
|
+
(f) => _.value = f
|
|
2417
2417
|
), ie(() => {
|
|
2418
|
-
i = (
|
|
2419
|
-
|
|
2418
|
+
i = (f) => {
|
|
2419
|
+
f.target.closest("#menu-dropdown") || (_.value = !1);
|
|
2420
2420
|
}, window.addEventListener("click", i);
|
|
2421
2421
|
}), be(() => {
|
|
2422
2422
|
i !== null && window.removeEventListener("click", i);
|
|
@@ -2427,32 +2427,32 @@ const er = /* @__PURE__ */ v(Zi, [["__scopeId", "data-v-60bf3dc7"]]), tr = { cla
|
|
|
2427
2427
|
function T() {
|
|
2428
2428
|
n.value = !n.value, a("update:burgerState", n.value);
|
|
2429
2429
|
}
|
|
2430
|
-
return (
|
|
2430
|
+
return (f, y) => (l(), s("div", tr, [
|
|
2431
2431
|
t("nav", null, [
|
|
2432
2432
|
t("div", ar, [
|
|
2433
2433
|
t("div", lr, [
|
|
2434
|
-
u(
|
|
2434
|
+
u(f.$slots, "link-logo", {}, void 0, !0)
|
|
2435
2435
|
]),
|
|
2436
2436
|
t("ul", ir, [
|
|
2437
|
-
u(
|
|
2437
|
+
u(f.$slots, "main-nav-items", {}, void 0, !0)
|
|
2438
2438
|
]),
|
|
2439
2439
|
t("div", rr, [
|
|
2440
2440
|
t("button", {
|
|
2441
2441
|
onClick: k,
|
|
2442
2442
|
class: "nav-dropdown-btn"
|
|
2443
2443
|
}, [
|
|
2444
|
-
u(
|
|
2444
|
+
u(f.$slots, "dropdown-title", {}, void 0, !0),
|
|
2445
2445
|
S(_) == !1 ? (l(), s("img", sr)) : (l(), s("img", or))
|
|
2446
2446
|
]),
|
|
2447
2447
|
U(t("div", nr, [
|
|
2448
|
-
u(
|
|
2448
|
+
u(f.$slots, "dropdown-links", {}, void 0, !0)
|
|
2449
2449
|
], 512), [
|
|
2450
2450
|
[G, S(_)]
|
|
2451
2451
|
])
|
|
2452
2452
|
], 512),
|
|
2453
2453
|
t("div", dr, [
|
|
2454
2454
|
t("button", {
|
|
2455
|
-
onClick: y[0] || (y[0] = (B) =>
|
|
2455
|
+
onClick: y[0] || (y[0] = (B) => f.$emit("clickSearch"))
|
|
2456
2456
|
}, [
|
|
2457
2457
|
t("img", {
|
|
2458
2458
|
src: S(n) == !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",
|
|
@@ -2466,11 +2466,11 @@ const er = /* @__PURE__ */ v(Zi, [["__scopeId", "data-v-60bf3dc7"]]), tr = { cla
|
|
|
2466
2466
|
}, [
|
|
2467
2467
|
t("div", ur, [
|
|
2468
2468
|
t("div", _r, [
|
|
2469
|
-
u(
|
|
2469
|
+
u(f.$slots, "link-logo", {}, void 0, !0)
|
|
2470
2470
|
]),
|
|
2471
2471
|
t("div", hr, [
|
|
2472
2472
|
t("button", {
|
|
2473
|
-
onClick: y[1] || (y[1] = (B) =>
|
|
2473
|
+
onClick: y[1] || (y[1] = (B) => f.$emit("clickSearch"))
|
|
2474
2474
|
}, [
|
|
2475
2475
|
t("img", {
|
|
2476
2476
|
src: S(n) == !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",
|
|
@@ -2485,20 +2485,20 @@ const er = /* @__PURE__ */ v(Zi, [["__scopeId", "data-v-60bf3dc7"]]), tr = { cla
|
|
|
2485
2485
|
t("img", {
|
|
2486
2486
|
class: c(["burger-line", S(n) == !0 ? "burger-top-line-open" : ""]),
|
|
2487
2487
|
src: S(n) == !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"
|
|
2488
|
-
}, null, 10,
|
|
2488
|
+
}, null, 10, fr),
|
|
2489
2489
|
t("img", {
|
|
2490
2490
|
class: c(["burger-line", S(n) == !0 ? "burger-bottom-line-open" : ""]),
|
|
2491
2491
|
src: S(n) == !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"
|
|
2492
|
-
}, null, 10,
|
|
2492
|
+
}, null, 10, gr)
|
|
2493
2493
|
], 8, mr)
|
|
2494
2494
|
]),
|
|
2495
2495
|
U(t("div", yr, [
|
|
2496
2496
|
t("ul", null, [
|
|
2497
|
-
u(
|
|
2497
|
+
u(f.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2498
2498
|
]),
|
|
2499
2499
|
t("ul", br, [
|
|
2500
|
-
u(
|
|
2501
|
-
u(
|
|
2500
|
+
u(f.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2501
|
+
u(f.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2502
2502
|
])
|
|
2503
2503
|
], 512), [
|
|
2504
2504
|
[G, S(n)]
|
|
@@ -2508,7 +2508,7 @@ const er = /* @__PURE__ */ v(Zi, [["__scopeId", "data-v-60bf3dc7"]]), tr = { cla
|
|
|
2508
2508
|
]));
|
|
2509
2509
|
}
|
|
2510
2510
|
});
|
|
2511
|
-
const $r = /* @__PURE__ */ v(pr, [["__scopeId", "data-v-
|
|
2511
|
+
const $r = /* @__PURE__ */ v(pr, [["__scopeId", "data-v-51070f6f"]]), kr = { class: "language__wrapper" }, wr = { class: "language__content" }, xr = { class: "language__headline" }, Sr = { class: "language__paragraph" }, qr = /* @__PURE__ */ h({
|
|
2512
2512
|
__name: "language-switcher",
|
|
2513
2513
|
props: {
|
|
2514
2514
|
headline: {
|
|
@@ -2561,9 +2561,9 @@ const Br = /* @__PURE__ */ v(qr, [["__scopeId", "data-v-a76ba727"]]), Ir = { cla
|
|
|
2561
2561
|
]));
|
|
2562
2562
|
}
|
|
2563
2563
|
});
|
|
2564
|
-
const Cr = /* @__PURE__ */ v(Tr, [["__scopeId", "data-v-
|
|
2564
|
+
const Cr = /* @__PURE__ */ v(Tr, [["__scopeId", "data-v-9f08dcf6"]]), Ar = {
|
|
2565
2565
|
install: (e) => {
|
|
2566
|
-
e.component("AtomButton", W), e.component("AtomCheckbox", Be), e.component("AtomChip", Ve), e.component("AtomDropdown", Ne), e.component("AtomImage", L), e.component("AtomLabel", j), e.component("AtomLink", C), e.component("AtomRadioButton", Xe), e.component("AtomSelect", it), e.component("AtomSlider", vt), e.component("AtomTextarea", kt), e.component("AtomTextField", At), e.component("AtomVideo", H), e.component("MoleculeAddress", Gt), e.component("MoleculeBulletList", Zt), e.component("MoleculeCard", la), e.component("MoleculeEventCard", ua), e.component("MoleculeModal", re), e.component("MoleculeTextCard",
|
|
2566
|
+
e.component("AtomButton", W), e.component("AtomCheckbox", Be), e.component("AtomChip", Ve), e.component("AtomDropdown", Ne), e.component("AtomImage", L), e.component("AtomLabel", j), e.component("AtomLink", C), e.component("AtomRadioButton", Xe), e.component("AtomSelect", it), e.component("AtomSlider", vt), e.component("AtomTextarea", kt), e.component("AtomTextField", At), e.component("AtomVideo", H), e.component("MoleculeAddress", Gt), e.component("MoleculeBulletList", Zt), e.component("MoleculeCard", la), e.component("MoleculeEventCard", ua), e.component("MoleculeModal", re), e.component("MoleculeTextCard", fa), e.component("BlockFacts", qa), e.component("BlockFeatures", Ma), e.component("BlockHeadline", Xa), e.component("BlockHero", dl), e.component("BlockImage", Ea), e.component("BlockImageGallery", Ga), e.component("BlockLogoWall", fl), e.component("BlockMicroStories", yl), e.component("BlockPolicy", wl), e.component("BlockProductHero", Ll), e.component("BlockPromo", Vl), e.component("BlockQuote", Kl), e.component("BlockRichText", Ql), e.component("BlockTimeline", oi), e.component("BlockTripleCardDisplay", vi), e.component("BlockVimeo", pi), e.component("Organism404", qi), e.component("OrganismFilter", Vi), e.component("OrganismFooter", er), e.component("OrganismHeader", $r), e.component("OrganismLanguageSwitcher", Br), e.component("OrganismPagination", Cr);
|
|
2567
2567
|
}
|
|
2568
2568
|
};
|
|
2569
2569
|
export {
|
|
@@ -2586,7 +2586,7 @@ export {
|
|
|
2586
2586
|
dl as BlockHero,
|
|
2587
2587
|
Ea as BlockImage,
|
|
2588
2588
|
Ga as BlockImageGallery,
|
|
2589
|
-
|
|
2589
|
+
fl as BlockLogoWall,
|
|
2590
2590
|
yl as BlockMicroStories,
|
|
2591
2591
|
wl as BlockPolicy,
|
|
2592
2592
|
Ll as BlockProductHero,
|
|
@@ -2601,7 +2601,7 @@ export {
|
|
|
2601
2601
|
la as MoleculeCard,
|
|
2602
2602
|
ua as MoleculeEventCard,
|
|
2603
2603
|
re as MoleculeModal,
|
|
2604
|
-
|
|
2604
|
+
fa as MoleculeTextCard,
|
|
2605
2605
|
qi as Organism404,
|
|
2606
2606
|
Vi as OrganismFilter,
|
|
2607
2607
|
er as OrganismFooter,
|