@mirweb/mir-web-components 0.17.37 → 0.17.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as g, computed as L, openBlock as s, createElementBlock as i, normalizeClass as h, toDisplayString as n, createElementVNode as t, renderSlot as _, pushScopeId as E, popScopeId as R, createTextVNode as K, ref as I, withDirectives as Q, Fragment as M, renderList as O, vShow as ee, normalizeProps as P, guardReactiveProps as F, toRefs as ye, mergeProps as
|
|
1
|
+
import { defineComponent as g, computed as L, openBlock as s, createElementBlock as i, normalizeClass as h, toDisplayString as n, createElementVNode as t, renderSlot as _, pushScopeId as E, popScopeId as R, createTextVNode as K, ref as I, withDirectives as Q, Fragment as M, renderList as O, vShow as ee, normalizeProps as P, guardReactiveProps as F, toRefs as ye, mergeProps as ae, createVNode as w, Transition as $e, withCtx as k, withModifiers as te, createBlock as V, createCommentVNode as v, watchEffect as de, withKeys as ke, useSlots as we, normalizeStyle as le, isRef as re, unref as C, onMounted as ce, watch as ne, onUnmounted as Be } from "vue";
|
|
2
2
|
const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
@@ -19,12 +19,12 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
19
19
|
"aria-label": l.ariaLabel
|
|
20
20
|
}, n(o.value === "close" ? "" : l.buttonText), 11, Se));
|
|
21
21
|
}
|
|
22
|
-
}),
|
|
22
|
+
}), f = (e, a) => {
|
|
23
23
|
const r = e.__vccOpts || e;
|
|
24
24
|
for (const [o, l] of a)
|
|
25
25
|
r[o] = l;
|
|
26
26
|
return r;
|
|
27
|
-
}, Z = /* @__PURE__ */
|
|
27
|
+
}, Z = /* @__PURE__ */ f(Ie, [["__scopeId", "data-v-a3e038ec"]]), qe = (e) => (E("data-v-42c44141"), e = e(), R(), e), Te = ["id", "name", "value", "disabled", "required"], Le = ["for"], Ve = /* @__PURE__ */ qe(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Ce = /* @__PURE__ */ g({
|
|
28
28
|
__name: "checkbox",
|
|
29
29
|
props: {
|
|
30
30
|
name: { default: "checkbox" },
|
|
@@ -61,7 +61,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
61
61
|
], 10, Le)
|
|
62
62
|
], 2));
|
|
63
63
|
}
|
|
64
|
-
}), Ae = /* @__PURE__ */
|
|
64
|
+
}), Ae = /* @__PURE__ */ f(Ce, [["__scopeId", "data-v-42c44141"]]), De = (e) => (E("data-v-08813346"), e = e(), R(), e), Me = ["aria-label"], Oe = /* @__PURE__ */ De(() => /* @__PURE__ */ t("img", {
|
|
65
65
|
src: "https://a.storyblok.com/f/230581/9x9/e4fb715dc9/close.svg?cv=1695125714598",
|
|
66
66
|
alt: "close",
|
|
67
67
|
class: "close-icon"
|
|
@@ -86,7 +86,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
86
86
|
], 8, Me)
|
|
87
87
|
]));
|
|
88
88
|
}
|
|
89
|
-
}), Fe = /* @__PURE__ */
|
|
89
|
+
}), Fe = /* @__PURE__ */ f(Pe, [["__scopeId", "data-v-08813346"]]), Ee = ["value"], Re = ["id"], Ne = { class: "listbox__dropdown" }, He = ["id", "aria-labelledby", "aria-disabled"], ze = ["aria-labelledby", "aria-activedescendant"], je = ["aria-selected", "data-value"], Ue = /* @__PURE__ */ g({
|
|
90
90
|
__name: "dropdown",
|
|
91
91
|
props: {
|
|
92
92
|
modelValue: {},
|
|
@@ -104,7 +104,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
104
104
|
const r = {
|
|
105
105
|
primary: "dropdown-dark-bg-primary",
|
|
106
106
|
dark: "dropdown-dark dropdown-dark-bg-dark"
|
|
107
|
-
}, o = e, l = L(() => r[o.variant]), u = I(null), c = I(null), p = I([]), B = I(0),
|
|
107
|
+
}, o = e, l = L(() => r[o.variant]), u = I(null), c = I(null), p = I([]), B = I(0), m = I(""), y = I(!0), q = I(0), X = a, S = L(() => {
|
|
108
108
|
const d = o.options.find(
|
|
109
109
|
(b) => b.value === o.modelValue
|
|
110
110
|
);
|
|
@@ -127,7 +127,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
127
127
|
const b = d.target;
|
|
128
128
|
b.getAttribute("role") === "option" && (W(b), J(), ($ = u.value) == null || $.focus());
|
|
129
129
|
}
|
|
130
|
-
function
|
|
130
|
+
function oe(d) {
|
|
131
131
|
var $;
|
|
132
132
|
const b = d.key;
|
|
133
133
|
switch (b) {
|
|
@@ -165,7 +165,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
165
165
|
switch (d.key) {
|
|
166
166
|
case "ArrowUp":
|
|
167
167
|
case "ArrowDown":
|
|
168
|
-
d.preventDefault(),
|
|
168
|
+
d.preventDefault(), ie(), oe(d);
|
|
169
169
|
break;
|
|
170
170
|
}
|
|
171
171
|
}
|
|
@@ -174,23 +174,23 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
174
174
|
}
|
|
175
175
|
function he() {
|
|
176
176
|
B.value && (clearTimeout(B.value), B.value = 0), B.value = setTimeout(() => {
|
|
177
|
-
|
|
177
|
+
m.value = "", B.value = 0;
|
|
178
178
|
}, 500);
|
|
179
179
|
}
|
|
180
180
|
function me(d) {
|
|
181
181
|
let b = "";
|
|
182
|
-
(
|
|
182
|
+
(m.value === "" || b !== d) && (q.value = o.options.findIndex(
|
|
183
183
|
(T) => T.value === o.modelValue
|
|
184
|
-
)),
|
|
185
|
-
let $ =
|
|
184
|
+
)), m.value = b === d ? d : m.value + d, b = d, he();
|
|
185
|
+
let $ = se(
|
|
186
186
|
q.value + 1,
|
|
187
187
|
o.options.length
|
|
188
188
|
);
|
|
189
|
-
return !$ &&
|
|
189
|
+
return !$ && m.value.length === 1 && ($ = se(0, q.value)), q.value = (q.value + 1) % o.options.length, $;
|
|
190
190
|
}
|
|
191
|
-
function
|
|
191
|
+
function se(d, b) {
|
|
192
192
|
for (let $ = d; $ < b; $++)
|
|
193
|
-
if (o.options[$].label && o.options[$].label.toUpperCase().indexOf(
|
|
193
|
+
if (o.options[$].label && o.options[$].label.toUpperCase().indexOf(m.value.toUpperCase()) === 0)
|
|
194
194
|
return p.value[$];
|
|
195
195
|
return null;
|
|
196
196
|
}
|
|
@@ -223,12 +223,12 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
223
223
|
var d;
|
|
224
224
|
y.value = !0, (d = u.value) == null || d.removeAttribute("aria-expanded");
|
|
225
225
|
}
|
|
226
|
-
function
|
|
226
|
+
function ie() {
|
|
227
227
|
var d, b;
|
|
228
228
|
y.value = !1, (d = u.value) == null || d.setAttribute("aria-expanded", "true"), (b = c.value) == null || b.focus();
|
|
229
229
|
}
|
|
230
230
|
function ge() {
|
|
231
|
-
o.disabled || (y.value ?
|
|
231
|
+
o.disabled || (y.value ? ie() : J());
|
|
232
232
|
}
|
|
233
233
|
return (d, b) => (s(), i("div", {
|
|
234
234
|
ref: "listbox",
|
|
@@ -264,7 +264,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
264
264
|
tabindex: "0",
|
|
265
265
|
role: "listbox",
|
|
266
266
|
class: "listbox__list",
|
|
267
|
-
onKeydown:
|
|
267
|
+
onKeydown: oe,
|
|
268
268
|
onClick: H
|
|
269
269
|
}, [
|
|
270
270
|
(s(!0), i(M, null, O(d.options, ($, T) => (s(), i("li", {
|
|
@@ -285,7 +285,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
285
285
|
])
|
|
286
286
|
], 8, Ee));
|
|
287
287
|
}
|
|
288
|
-
}), Ke = /* @__PURE__ */
|
|
288
|
+
}), Ke = /* @__PURE__ */ f(Ue, [["__scopeId", "data-v-6a8da7a4"]]), Ge = { class: "image__wrapper" }, We = /* @__PURE__ */ g({
|
|
289
289
|
__name: "image",
|
|
290
290
|
props: {
|
|
291
291
|
src: { default: void 0 },
|
|
@@ -301,7 +301,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
301
301
|
_(a.$slots, "default", P(F(a.$attrs)))
|
|
302
302
|
]));
|
|
303
303
|
}
|
|
304
|
-
}), D = /* @__PURE__ */
|
|
304
|
+
}), D = /* @__PURE__ */ f(We, [["__scopeId", "data-v-f71a3c87"]]), Ye = { class: "label__wrapper" }, Je = ["aria-label", "label-dark"], Qe = /* @__PURE__ */ g({
|
|
305
305
|
__name: "label",
|
|
306
306
|
props: {
|
|
307
307
|
text: {},
|
|
@@ -317,7 +317,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
317
317
|
}, n(o.text), 11, Je)
|
|
318
318
|
]));
|
|
319
319
|
}
|
|
320
|
-
}), G = /* @__PURE__ */
|
|
320
|
+
}), G = /* @__PURE__ */ f(Qe, [["__scopeId", "data-v-7d9d3a8a"]]), Ze = { class: "link__wrapper" }, A = /* @__PURE__ */ g({
|
|
321
321
|
__name: "link",
|
|
322
322
|
props: {
|
|
323
323
|
linkType: { default: "regular" },
|
|
@@ -343,7 +343,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
343
343
|
return p;
|
|
344
344
|
});
|
|
345
345
|
return (p, B) => (s(), i("div", Ze, [
|
|
346
|
-
t("div",
|
|
346
|
+
t("div", ae(c.value, {
|
|
347
347
|
class: ["mir-link", [
|
|
348
348
|
l.value,
|
|
349
349
|
p.disabled ? "disabled" : "",
|
|
@@ -394,7 +394,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
394
394
|
], 10, et)
|
|
395
395
|
], 2));
|
|
396
396
|
}
|
|
397
|
-
}), lt = /* @__PURE__ */
|
|
397
|
+
}), lt = /* @__PURE__ */ f(at, [["__scopeId", "data-v-fa1bda9b"]]), ot = { class: "select__wrapper" }, st = ["for"], it = ["id", "disabled", "name", "value"], rt = ["value"], nt = /* @__PURE__ */ g({
|
|
398
398
|
__name: "select",
|
|
399
399
|
props: {
|
|
400
400
|
id: {},
|
|
@@ -429,7 +429,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
429
429
|
], 42, it)
|
|
430
430
|
]));
|
|
431
431
|
}
|
|
432
|
-
}), dt = /* @__PURE__ */
|
|
432
|
+
}), dt = /* @__PURE__ */ f(nt, [["__scopeId", "data-v-d5c46463"]]), ct = { class: "modal__wrapper" }, ut = /* @__PURE__ */ g({
|
|
433
433
|
__name: "modal",
|
|
434
434
|
props: {
|
|
435
435
|
show: { type: Boolean, default: !1 },
|
|
@@ -456,11 +456,11 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
456
456
|
t("div", {
|
|
457
457
|
id: "modal",
|
|
458
458
|
class: h([u.searchBar ? "search" : ""]),
|
|
459
|
-
onClick: c[0] || (c[0] =
|
|
459
|
+
onClick: c[0] || (c[0] = te(() => {
|
|
460
460
|
}, ["stop"]))
|
|
461
461
|
}, [
|
|
462
462
|
t("div", null, [
|
|
463
|
-
u.searchBar ?
|
|
463
|
+
u.searchBar ? v("", !0) : (s(), V(Z, {
|
|
464
464
|
key: 0,
|
|
465
465
|
"aria-label": "close",
|
|
466
466
|
variant: "close",
|
|
@@ -469,13 +469,13 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
469
469
|
]),
|
|
470
470
|
_(u.$slots, "default", {}, void 0, !0)
|
|
471
471
|
], 2)
|
|
472
|
-
], 2)) :
|
|
472
|
+
], 2)) : v("", !0)
|
|
473
473
|
]),
|
|
474
474
|
_: 3
|
|
475
475
|
})
|
|
476
476
|
]));
|
|
477
477
|
}
|
|
478
|
-
}), ue = /* @__PURE__ */
|
|
478
|
+
}), ue = /* @__PURE__ */ f(ut, [["__scopeId", "data-v-cc647ee6"]]), _t = { class: "slider__wrapper" }, pt = { class: "slider__label" }, ht = ["for"], mt = ["aria-label"], vt = { class: "slider__content" }, ft = ["id", "name", "value", "min", "step", "max"], gt = /* @__PURE__ */ g({
|
|
479
479
|
__name: "slider",
|
|
480
480
|
props: {
|
|
481
481
|
label: {},
|
|
@@ -491,73 +491,73 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
491
491
|
},
|
|
492
492
|
emits: ["update:modelValue"],
|
|
493
493
|
setup(e, { emit: a }) {
|
|
494
|
-
const r = e, o = a, l = I(r.modelValue), u = I(), c = I(!1), p = (
|
|
494
|
+
const r = e, o = a, l = I(r.modelValue), u = I(), c = I(!1), p = (m, y, q) => (m - y) / (q - y) * 100, B = (m) => {
|
|
495
495
|
var y;
|
|
496
|
-
(y = u.value) == null || y.style.setProperty("--ProgressPercent", `${
|
|
496
|
+
(y = u.value) == null || y.style.setProperty("--ProgressPercent", `${m}%`);
|
|
497
497
|
};
|
|
498
498
|
return de(() => {
|
|
499
499
|
if (u.value) {
|
|
500
500
|
o("update:modelValue", l.value);
|
|
501
|
-
const
|
|
502
|
-
let y = (50 -
|
|
503
|
-
B(
|
|
501
|
+
const m = p(l.value, r.min, r.max);
|
|
502
|
+
let y = (50 - m) / 100;
|
|
503
|
+
B(m + y);
|
|
504
504
|
}
|
|
505
|
-
}), (
|
|
505
|
+
}), (m, y) => (s(), i("div", null, [
|
|
506
506
|
t("div", _t, [
|
|
507
507
|
t("div", pt, [
|
|
508
508
|
t("label", {
|
|
509
|
-
for:
|
|
510
|
-
class: h([
|
|
511
|
-
}, n(
|
|
512
|
-
|
|
509
|
+
for: m.id,
|
|
510
|
+
class: h([m.variant, ""])
|
|
511
|
+
}, n(m.label), 11, ht),
|
|
512
|
+
m.information ? (s(), i("i", {
|
|
513
513
|
key: 0,
|
|
514
514
|
role: "button",
|
|
515
|
-
class: h([
|
|
516
|
-
"aria-label":
|
|
515
|
+
class: h([m.variant, "slider__information"]),
|
|
516
|
+
"aria-label": m.informationLabel,
|
|
517
517
|
tabindex: "0",
|
|
518
518
|
"aria-haspopup": "dialog",
|
|
519
519
|
onClick: y[0] || (y[0] = (q) => c.value = !c.value),
|
|
520
520
|
onKeyup: y[1] || (y[1] = ke((q) => c.value = !c.value, ["enter"]))
|
|
521
|
-
}, null, 42, mt)) :
|
|
521
|
+
}, null, 42, mt)) : v("", !0)
|
|
522
522
|
]),
|
|
523
523
|
t("div", vt, [
|
|
524
524
|
t("span", {
|
|
525
|
-
class: h([
|
|
526
|
-
}, n(
|
|
525
|
+
class: h([m.variant, "slider__minmax"])
|
|
526
|
+
}, n(m.min), 3),
|
|
527
527
|
t("input", {
|
|
528
|
-
id:
|
|
528
|
+
id: m.id,
|
|
529
529
|
ref_key: "slider",
|
|
530
530
|
ref: u,
|
|
531
531
|
type: "range",
|
|
532
|
-
name:
|
|
533
|
-
value:
|
|
534
|
-
min:
|
|
535
|
-
step:
|
|
536
|
-
max:
|
|
537
|
-
class: h(
|
|
532
|
+
name: m.name,
|
|
533
|
+
value: m.modelValue,
|
|
534
|
+
min: m.min,
|
|
535
|
+
step: m.step,
|
|
536
|
+
max: m.max,
|
|
537
|
+
class: h(m.variant),
|
|
538
538
|
onInput: y[2] || (y[2] = ({ target: q }) => l.value = parseFloat(q.value))
|
|
539
539
|
}, null, 42, ft),
|
|
540
540
|
t("span", {
|
|
541
|
-
class: h([
|
|
542
|
-
}, n(
|
|
541
|
+
class: h([m.variant, "slider__minmax"])
|
|
542
|
+
}, n(m.max), 3)
|
|
543
543
|
]),
|
|
544
544
|
t("span", {
|
|
545
|
-
class: h([
|
|
546
|
-
}, n(
|
|
545
|
+
class: h([m.variant, "slider__value"])
|
|
546
|
+
}, n(m.modelValue), 3)
|
|
547
547
|
]),
|
|
548
|
-
|
|
548
|
+
m.information ? (s(), V(ue, {
|
|
549
549
|
key: 0,
|
|
550
550
|
show: c.value,
|
|
551
551
|
"onUpdate:show": y[3] || (y[3] = (q) => c.value = q)
|
|
552
552
|
}, {
|
|
553
553
|
default: k(() => [
|
|
554
|
-
K(n(
|
|
554
|
+
K(n(m.information), 1)
|
|
555
555
|
]),
|
|
556
556
|
_: 1
|
|
557
|
-
}, 8, ["show"])) :
|
|
557
|
+
}, 8, ["show"])) : v("", !0)
|
|
558
558
|
]));
|
|
559
559
|
}
|
|
560
|
-
}), bt = /* @__PURE__ */
|
|
560
|
+
}), bt = /* @__PURE__ */ f(gt, [["__scopeId", "data-v-b8d6d141"]]), yt = { id: "textarea-wrapper" }, $t = ["for"], kt = ["id"], wt = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], Bt = { class: "textarea-info" }, St = { key: 0 }, It = /* @__PURE__ */ g({
|
|
561
561
|
__name: "textarea",
|
|
562
562
|
props: {
|
|
563
563
|
id: { default: "" },
|
|
@@ -597,7 +597,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
597
597
|
], 8, kt),
|
|
598
598
|
t("div", Bt, [
|
|
599
599
|
t("div", null, [
|
|
600
|
-
a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (s(), i("p", St, " Too many characters. Please make it shorter ")) :
|
|
600
|
+
a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (s(), i("p", St, " Too many characters. Please make it shorter ")) : v("", !0)
|
|
601
601
|
]),
|
|
602
602
|
t("p", {
|
|
603
603
|
class: h(
|
|
@@ -607,7 +607,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
607
607
|
])
|
|
608
608
|
]));
|
|
609
609
|
}
|
|
610
|
-
}), qt = /* @__PURE__ */
|
|
610
|
+
}), qt = /* @__PURE__ */ f(It, [["__scopeId", "data-v-220a973c"]]), Tt = { class: "text-field__wrapper" }, Lt = ["for"], Vt = { key: 0 }, Ct = ["id", "type", "value", "placeholder", "required", "disabled", "name"], At = ["aria-expanded"], Dt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Mt = {
|
|
611
611
|
key: 2,
|
|
612
612
|
class: "search"
|
|
613
613
|
}, Ot = {
|
|
@@ -667,14 +667,14 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
667
667
|
required: p.required,
|
|
668
668
|
disabled: p.disabled,
|
|
669
669
|
name: p.fieldName,
|
|
670
|
-
onInput: B[0] || (B[0] = (
|
|
670
|
+
onInput: B[0] || (B[0] = (m) => p.$emit("update:modelValue", m.target.value))
|
|
671
671
|
}, null, 40, Ct),
|
|
672
672
|
t("i", {
|
|
673
673
|
role: "button",
|
|
674
674
|
class: h([u.value]),
|
|
675
675
|
"aria-controls": "password",
|
|
676
676
|
"aria-expanded": !l.value,
|
|
677
|
-
onClick: B[1] || (B[1] = (
|
|
677
|
+
onClick: B[1] || (B[1] = (m) => l.value = !l.value)
|
|
678
678
|
}, null, 10, At)
|
|
679
679
|
])) : (s(), i("input", {
|
|
680
680
|
key: 1,
|
|
@@ -691,14 +691,14 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
691
691
|
]),
|
|
692
692
|
disabled: p.disabled,
|
|
693
693
|
name: p.fieldName,
|
|
694
|
-
onInput: B[2] || (B[2] = (
|
|
694
|
+
onInput: B[2] || (B[2] = (m) => p.$emit("update:modelValue", m.target.value))
|
|
695
695
|
}, null, 42, Dt)),
|
|
696
|
-
p.search ? (s(), i("i", Mt)) :
|
|
697
|
-
p.errorMessage ? (s(), i("strong", Ot, n(p.errorMessage), 1)) :
|
|
698
|
-
p.helperText ? (s(), i("span", Pt, n(p.helperText), 1)) :
|
|
696
|
+
p.search ? (s(), i("i", Mt)) : v("", !0),
|
|
697
|
+
p.errorMessage ? (s(), i("strong", Ot, n(p.errorMessage), 1)) : v("", !0),
|
|
698
|
+
p.helperText ? (s(), i("span", Pt, n(p.helperText), 1)) : v("", !0)
|
|
699
699
|
]));
|
|
700
700
|
}
|
|
701
|
-
}), Et = /* @__PURE__ */
|
|
701
|
+
}), Et = /* @__PURE__ */ f(Ft, [["__scopeId", "data-v-414b9435"]]), Rt = { class: "video__wrapper" }, Nt = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], Ht = ["src", "aria-label", "title", "width", "height"], zt = /* @__PURE__ */ g({
|
|
702
702
|
__name: "video",
|
|
703
703
|
props: {
|
|
704
704
|
play: { type: Boolean, default: !1 },
|
|
@@ -752,7 +752,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
752
752
|
}, null, 8, Ht))
|
|
753
753
|
]));
|
|
754
754
|
}
|
|
755
|
-
}), Y = /* @__PURE__ */
|
|
755
|
+
}), Y = /* @__PURE__ */ f(zt, [["__scopeId", "data-v-c6a0feb6"]]), jt = { class: "address__wrapper" }, Ut = { class: "address__content" }, Kt = { class: "address__flag" }, Gt = { class: "address__address" }, Wt = { class: "address__name" }, Yt = { key: 0 }, Jt = { class: "address__contact" }, Qt = ["href"], Zt = ["href"], Xt = /* @__PURE__ */ g({
|
|
756
756
|
__name: "address",
|
|
757
757
|
props: {
|
|
758
758
|
name: {},
|
|
@@ -774,7 +774,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
774
774
|
t("p", null, n(a.company), 1),
|
|
775
775
|
t("p", null, n(a.addressLine1), 1),
|
|
776
776
|
t("p", null, n(a.addressLine2), 1),
|
|
777
|
-
a.addressLine3 ? (s(), i("p", Yt, n(a.addressLine3), 1)) :
|
|
777
|
+
a.addressLine3 ? (s(), i("p", Yt, n(a.addressLine3), 1)) : v("", !0)
|
|
778
778
|
]),
|
|
779
779
|
t("div", Jt, [
|
|
780
780
|
(s(!0), i(M, null, O(a.phoneNumbers, (o) => (s(), V(A, {
|
|
@@ -798,7 +798,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
798
798
|
])
|
|
799
799
|
]));
|
|
800
800
|
}
|
|
801
|
-
}), xt = /* @__PURE__ */
|
|
801
|
+
}), xt = /* @__PURE__ */ f(Xt, [["__scopeId", "data-v-88ee2983"]]), ea = (e) => (E("data-v-a44fd57d"), e = e(), R(), e), ta = { class: "bullet-list__wrapper" }, aa = /* @__PURE__ */ ea(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), la = /* @__PURE__ */ g({
|
|
802
802
|
__name: "bullet-list",
|
|
803
803
|
props: {
|
|
804
804
|
list: {
|
|
@@ -831,7 +831,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
831
831
|
], 2)
|
|
832
832
|
]));
|
|
833
833
|
}
|
|
834
|
-
}), oa = /* @__PURE__ */
|
|
834
|
+
}), oa = /* @__PURE__ */ f(la, [["__scopeId", "data-v-a44fd57d"]]), sa = { class: "card__wrapper" }, ia = {
|
|
835
835
|
key: 2,
|
|
836
836
|
class: "card__label"
|
|
837
837
|
}, ra = { key: 5 }, na = /* @__PURE__ */ g({
|
|
@@ -884,13 +884,13 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
884
884
|
c.size === "large" && c.variant === "article" ? "card--large-article" : "",
|
|
885
885
|
c.variant === "product" ? "card--product" : "card--article"
|
|
886
886
|
]]),
|
|
887
|
-
style:
|
|
888
|
-
onMouseover: p[0] || (p[0] = (B) =>
|
|
889
|
-
onMouseout: p[1] || (p[1] = (B) =>
|
|
887
|
+
style: le([c.variant === "product" ? "font-weight: 700" : "font-weight: 300"]),
|
|
888
|
+
onMouseover: p[0] || (p[0] = (B) => re(r) ? r.value = !0 : r = !0),
|
|
889
|
+
onMouseout: p[1] || (p[1] = (B) => re(r) ? r.value = !1 : r = !1)
|
|
890
890
|
}, [
|
|
891
891
|
c.mediaType === "image" ? (s(), V(D, { key: 0 }, {
|
|
892
892
|
default: k(() => [
|
|
893
|
-
_(c.$slots, "card-image",
|
|
893
|
+
_(c.$slots, "card-image", ae({
|
|
894
894
|
src: c.imgSrc,
|
|
895
895
|
width: "596",
|
|
896
896
|
height: "335",
|
|
@@ -920,7 +920,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
920
920
|
], 2)),
|
|
921
921
|
C(a)["card-label"] ? (s(), i("div", ia, [
|
|
922
922
|
_(c.$slots, "card-label")
|
|
923
|
-
])) :
|
|
923
|
+
])) : v("", !0),
|
|
924
924
|
c.variant === "product" ? (s(), i("h3", {
|
|
925
925
|
key: 3,
|
|
926
926
|
class: h(c.theme === "dark" ? "regular-dark" : "regular-blue"),
|
|
@@ -929,11 +929,11 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
929
929
|
key: 4,
|
|
930
930
|
class: h(c.theme === "dark" ? "regular-dark" : "regular-dark-blue")
|
|
931
931
|
}, n(c.headline), 3)),
|
|
932
|
-
c.variant === "product" ? (s(), i("p", ra, n(c.paragraph), 1)) :
|
|
932
|
+
c.variant === "product" ? (s(), i("p", ra, n(c.paragraph), 1)) : v("", !0)
|
|
933
933
|
], 38)
|
|
934
934
|
]));
|
|
935
935
|
}
|
|
936
|
-
}), da = /* @__PURE__ */
|
|
936
|
+
}), da = /* @__PURE__ */ f(na, [["__scopeId", "data-v-c95ee545"]]), ca = (e) => (E("data-v-bc91c976"), e = e(), R(), e), ua = { class: "event__wrapper" }, _a = { class: "event__headline" }, pa = { class: "event__date-location" }, ha = /* @__PURE__ */ ca(() => /* @__PURE__ */ t("br", null, null, -1)), ma = { class: "event__exhibitor" }, va = /* @__PURE__ */ g({
|
|
937
937
|
__name: "event-card",
|
|
938
938
|
props: {
|
|
939
939
|
eventType: {
|
|
@@ -972,7 +972,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
972
972
|
t("div", ma, n(e.exhibitor), 1)
|
|
973
973
|
]));
|
|
974
974
|
}
|
|
975
|
-
}), fa = /* @__PURE__ */
|
|
975
|
+
}), fa = /* @__PURE__ */ f(va, [["__scopeId", "data-v-bc91c976"]]), ga = { class: "text__wrapper" }, ba = { class: "text__headline" }, ya = { class: "text__paragraph" }, $a = /* @__PURE__ */ g({
|
|
976
976
|
__name: "text-card",
|
|
977
977
|
props: {
|
|
978
978
|
label: {
|
|
@@ -1000,7 +1000,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1000
1000
|
])
|
|
1001
1001
|
]));
|
|
1002
1002
|
}
|
|
1003
|
-
}), ka = /* @__PURE__ */
|
|
1003
|
+
}), ka = /* @__PURE__ */ f($a, [["__scopeId", "data-v-ebdea819"]]), wa = { class: "facts__wrapper" }, Ba = { class: "facts__content" }, Sa = { class: "facts__headline" }, Ia = { class: "facts" }, qa = { class: "fact__value" }, Ta = { class: "fact__metric" }, La = {
|
|
1004
1004
|
key: 0,
|
|
1005
1005
|
class: "facts__link"
|
|
1006
1006
|
}, Va = /* @__PURE__ */ g({
|
|
@@ -1053,11 +1053,11 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1053
1053
|
]),
|
|
1054
1054
|
_: 3
|
|
1055
1055
|
})
|
|
1056
|
-
])) :
|
|
1056
|
+
])) : v("", !0)
|
|
1057
1057
|
])
|
|
1058
1058
|
]));
|
|
1059
1059
|
}
|
|
1060
|
-
}), Ca = /* @__PURE__ */
|
|
1060
|
+
}), Ca = /* @__PURE__ */ f(Va, [["__scopeId", "data-v-d2b231d4"]]), Aa = { class: "features__wrapper" }, Da = { class: "features__content" }, Ma = {
|
|
1061
1061
|
key: 0,
|
|
1062
1062
|
class: "features__headline"
|
|
1063
1063
|
}, Oa = {
|
|
@@ -1075,10 +1075,10 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1075
1075
|
t("div", Da, [
|
|
1076
1076
|
a.headline ? (s(), i("div", Ma, [
|
|
1077
1077
|
t("h2", null, n(a.headline), 1)
|
|
1078
|
-
])) :
|
|
1078
|
+
])) : v("", !0),
|
|
1079
1079
|
a.body ? (s(), i("div", Oa, [
|
|
1080
1080
|
t("p", null, n(a.body), 1)
|
|
1081
|
-
])) :
|
|
1081
|
+
])) : v("", !0),
|
|
1082
1082
|
t("div", {
|
|
1083
1083
|
class: h(["features__elements", [a.elements.length === 6 ? "features__elements--grid-6" : ""]])
|
|
1084
1084
|
}, [
|
|
@@ -1104,7 +1104,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1104
1104
|
])
|
|
1105
1105
|
]));
|
|
1106
1106
|
}
|
|
1107
|
-
}), Ra = /* @__PURE__ */
|
|
1107
|
+
}), Ra = /* @__PURE__ */ f(Ea, [["__scopeId", "data-v-1585e65f"]]), Na = { class: "form__wrapper" }, Ha = { class: "form__content" }, za = { class: "form__information" }, ja = { class: "form__headline" }, Ua = { class: "form__body" }, Ka = { class: "form__script" }, Ga = /* @__PURE__ */ g({
|
|
1108
1108
|
__name: "form-script",
|
|
1109
1109
|
props: {
|
|
1110
1110
|
headline: {
|
|
@@ -1127,7 +1127,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1127
1127
|
])
|
|
1128
1128
|
]));
|
|
1129
1129
|
}
|
|
1130
|
-
}), Wa = /* @__PURE__ */
|
|
1130
|
+
}), Wa = /* @__PURE__ */ f(Ga, [["__scopeId", "data-v-55d9c2fd"]]), Ya = { class: "image__wrapper" }, Ja = { class: "image__content" }, Qa = { class: "image__image" }, Za = { class: "image__caption" }, Xa = /* @__PURE__ */ g({
|
|
1131
1131
|
inheritAttrs: !1,
|
|
1132
1132
|
__name: "image",
|
|
1133
1133
|
props: {
|
|
@@ -1160,7 +1160,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1160
1160
|
])
|
|
1161
1161
|
]));
|
|
1162
1162
|
}
|
|
1163
|
-
}), xa = /* @__PURE__ */
|
|
1163
|
+
}), xa = /* @__PURE__ */ f(Xa, [["__scopeId", "data-v-79ce0bb6"]]), el = { class: "gallery__large" }, tl = {
|
|
1164
1164
|
key: 0,
|
|
1165
1165
|
class: "image image--large"
|
|
1166
1166
|
}, al = {
|
|
@@ -1208,7 +1208,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1208
1208
|
]),
|
|
1209
1209
|
_: 3
|
|
1210
1210
|
})
|
|
1211
|
-
])) :
|
|
1211
|
+
])) : v("", !0),
|
|
1212
1212
|
l.mediaLarge && l.mediaType === "video" ? (s(), i("div", al, [
|
|
1213
1213
|
w(Y, {
|
|
1214
1214
|
src: l.mediaLarge.src,
|
|
@@ -1222,10 +1222,10 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1222
1222
|
muted: "",
|
|
1223
1223
|
play: ""
|
|
1224
1224
|
}, null, 8, ["src", "aria-label"])
|
|
1225
|
-
])) :
|
|
1225
|
+
])) : v("", !0)
|
|
1226
1226
|
]),
|
|
1227
1227
|
t("div", {
|
|
1228
|
-
style:
|
|
1228
|
+
style: le([l.mediaSmall.length === 2 ? "grid-gap: 38px;" : ""]),
|
|
1229
1229
|
class: h([
|
|
1230
1230
|
"gallery__small",
|
|
1231
1231
|
l.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
|
|
@@ -1249,12 +1249,12 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1249
1249
|
]))), 128)),
|
|
1250
1250
|
l.mediaSmall.length < 2 ? (s(), i("div", ll, [
|
|
1251
1251
|
t("p", null, n(l.body), 1)
|
|
1252
|
-
])) :
|
|
1252
|
+
])) : v("", !0)
|
|
1253
1253
|
], 6)
|
|
1254
1254
|
], 2)
|
|
1255
1255
|
], 2));
|
|
1256
1256
|
}
|
|
1257
|
-
}), sl = /* @__PURE__ */
|
|
1257
|
+
}), sl = /* @__PURE__ */ f(ol, [["__scopeId", "data-v-029495a0"]]), il = { class: "headline__wrapper" }, rl = { class: "headline__h1" }, nl = /* @__PURE__ */ g({
|
|
1258
1258
|
__name: "headline",
|
|
1259
1259
|
props: {
|
|
1260
1260
|
headline: {
|
|
@@ -1284,7 +1284,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1284
1284
|
], 2)
|
|
1285
1285
|
]));
|
|
1286
1286
|
}
|
|
1287
|
-
}), dl = /* @__PURE__ */
|
|
1287
|
+
}), dl = /* @__PURE__ */ f(nl, [["__scopeId", "data-v-080238bd"]]), cl = (e) => (E("data-v-22f9be13"), e = e(), R(), e), ul = { class: "hero__wrapper" }, _l = { class: "hero__content" }, pl = { class: "hero__top" }, hl = { class: "hero__elements" }, ml = { class: "hero__headline" }, vl = { class: "hero__link" }, fl = { class: "hero__video" }, gl = /* @__PURE__ */ cl(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), bl = { class: "hero__video__video" }, yl = { class: "hero__image" }, $l = /* @__PURE__ */ g({
|
|
1288
1288
|
__name: "hero",
|
|
1289
1289
|
props: {
|
|
1290
1290
|
headline: {
|
|
@@ -1325,7 +1325,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1325
1325
|
])
|
|
1326
1326
|
]));
|
|
1327
1327
|
}
|
|
1328
|
-
}), kl = /* @__PURE__ */
|
|
1328
|
+
}), kl = /* @__PURE__ */ f($l, [["__scopeId", "data-v-22f9be13"]]), wl = { class: "logo-wall__wrapper" }, Bl = { class: "logo-wall__content" }, Sl = {
|
|
1329
1329
|
key: 0,
|
|
1330
1330
|
class: "logo-wall__text"
|
|
1331
1331
|
}, Il = { key: 0 }, ql = { key: 1 }, Tl = { class: "logo-wall__logos" }, Ll = { class: "logo-wall__link" }, Vl = /* @__PURE__ */ g({
|
|
@@ -1349,9 +1349,9 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1349
1349
|
return (a, r) => (s(), i("div", wl, [
|
|
1350
1350
|
t("div", Bl, [
|
|
1351
1351
|
e.headline || e.body ? (s(), i("div", Sl, [
|
|
1352
|
-
e.headline ? (s(), i("h2", Il, n(e.headline), 1)) :
|
|
1353
|
-
e.body ? (s(), i("p", ql, n(e.body), 1)) :
|
|
1354
|
-
])) :
|
|
1352
|
+
e.headline ? (s(), i("h2", Il, n(e.headline), 1)) : v("", !0),
|
|
1353
|
+
e.body ? (s(), i("p", ql, n(e.body), 1)) : v("", !0)
|
|
1354
|
+
])) : v("", !0),
|
|
1355
1355
|
t("div", Tl, [
|
|
1356
1356
|
(s(!0), i(M, null, O(e.logos, (o) => (s(), i("div", {
|
|
1357
1357
|
key: o.src + o.alt,
|
|
@@ -1384,7 +1384,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1384
1384
|
])
|
|
1385
1385
|
]));
|
|
1386
1386
|
}
|
|
1387
|
-
}), Cl = /* @__PURE__ */
|
|
1387
|
+
}), Cl = /* @__PURE__ */ f(Vl, [["__scopeId", "data-v-a8afd396"]]), Al = { class: "micro-stories__top" }, Dl = {
|
|
1388
1388
|
key: 0,
|
|
1389
1389
|
class: "headline"
|
|
1390
1390
|
}, Ml = {
|
|
@@ -1409,10 +1409,10 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1409
1409
|
t("div", Al, [
|
|
1410
1410
|
l.headline ? (s(), i("div", Dl, [
|
|
1411
1411
|
t("h2", null, n(l.headline), 1)
|
|
1412
|
-
])) :
|
|
1412
|
+
])) : v("", !0),
|
|
1413
1413
|
l.body ? (s(), i("div", Ml, [
|
|
1414
1414
|
t("p", null, n(l.body), 1)
|
|
1415
|
-
])) :
|
|
1415
|
+
])) : v("", !0)
|
|
1416
1416
|
]),
|
|
1417
1417
|
t("div", Ol, [
|
|
1418
1418
|
_(l.$slots, "micro-stories-slides")
|
|
@@ -1428,7 +1428,7 @@ function Nl(e, a) {
|
|
|
1428
1428
|
])
|
|
1429
1429
|
]);
|
|
1430
1430
|
}
|
|
1431
|
-
const Hl = /* @__PURE__ */
|
|
1431
|
+
const Hl = /* @__PURE__ */ f(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b"]]), zl = { class: "card-display__wrapper" }, jl = {
|
|
1432
1432
|
key: 0,
|
|
1433
1433
|
class: "card__content"
|
|
1434
1434
|
}, Ul = { key: 0 }, Kl = { key: 1 }, Gl = { class: "card__cards" }, Wl = /* @__PURE__ */ g({
|
|
@@ -1456,16 +1456,16 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1456
1456
|
}, [
|
|
1457
1457
|
t("div", zl, [
|
|
1458
1458
|
e.headline || e.paragraph ? (s(), i("div", jl, [
|
|
1459
|
-
e.headline ? (s(), i("h2", Ul, n(e.headline), 1)) :
|
|
1460
|
-
e.paragraph ? (s(), i("p", Kl, n(e.paragraph), 1)) :
|
|
1461
|
-
])) :
|
|
1459
|
+
e.headline ? (s(), i("h2", Ul, n(e.headline), 1)) : v("", !0),
|
|
1460
|
+
e.paragraph ? (s(), i("p", Kl, n(e.paragraph), 1)) : v("", !0)
|
|
1461
|
+
])) : v("", !0),
|
|
1462
1462
|
t("div", Gl, [
|
|
1463
1463
|
_(a.$slots, "card-display-cards", {}, void 0, !0)
|
|
1464
1464
|
])
|
|
1465
1465
|
])
|
|
1466
1466
|
], 2));
|
|
1467
1467
|
}
|
|
1468
|
-
}), Yl = /* @__PURE__ */
|
|
1468
|
+
}), Yl = /* @__PURE__ */ f(Wl, [["__scopeId", "data-v-183dcee5"]]), Jl = { class: "promo__content" }, Ql = /* @__PURE__ */ g({
|
|
1469
1469
|
__name: "promo",
|
|
1470
1470
|
props: {
|
|
1471
1471
|
label: { default: "" },
|
|
@@ -1507,7 +1507,7 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1507
1507
|
]),
|
|
1508
1508
|
_: 3
|
|
1509
1509
|
})
|
|
1510
|
-
], 2)) :
|
|
1510
|
+
], 2)) : v("", !0),
|
|
1511
1511
|
l.mediaType === "video" ? (s(), i("div", {
|
|
1512
1512
|
key: 1,
|
|
1513
1513
|
class: h([
|
|
@@ -1526,7 +1526,7 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1526
1526
|
play: "",
|
|
1527
1527
|
poster: l.fallbackImage
|
|
1528
1528
|
}, null, 8, ["src", "aria-label", "poster"])
|
|
1529
|
-
], 2)) :
|
|
1529
|
+
], 2)) : v("", !0),
|
|
1530
1530
|
t("div", {
|
|
1531
1531
|
class: h([
|
|
1532
1532
|
"promo__text",
|
|
@@ -1537,7 +1537,7 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1537
1537
|
key: 0,
|
|
1538
1538
|
text: l.label,
|
|
1539
1539
|
"label-dark": l.variant === "dark"
|
|
1540
|
-
}, null, 8, ["text", "label-dark"])) :
|
|
1540
|
+
}, null, 8, ["text", "label-dark"])) : v("", !0),
|
|
1541
1541
|
t("div", {
|
|
1542
1542
|
class: h([
|
|
1543
1543
|
"promo__title",
|
|
@@ -1553,7 +1553,7 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1553
1553
|
_(l.$slots, "promo-link")
|
|
1554
1554
|
]),
|
|
1555
1555
|
_: 3
|
|
1556
|
-
}, 8, ["link-type"])) :
|
|
1556
|
+
}, 8, ["link-type"])) : v("", !0),
|
|
1557
1557
|
l.linkType === "button" ? (s(), V(A, {
|
|
1558
1558
|
key: 2,
|
|
1559
1559
|
"link-type": l.variant === "dark" ? "secondary_dark" : (l.variant === "light", "secondary")
|
|
@@ -1562,12 +1562,12 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1562
1562
|
_(l.$slots, "promo-link")
|
|
1563
1563
|
]),
|
|
1564
1564
|
_: 3
|
|
1565
|
-
}, 8, ["link-type"])) :
|
|
1565
|
+
}, 8, ["link-type"])) : v("", !0)
|
|
1566
1566
|
], 2)
|
|
1567
1567
|
])
|
|
1568
1568
|
], 2));
|
|
1569
1569
|
}
|
|
1570
|
-
}), Zl = /* @__PURE__ */
|
|
1570
|
+
}), Zl = /* @__PURE__ */ f(Ql, [["__scopeId", "data-v-7e80a0f0"]]), Xl = (e) => (E("data-v-e3cc8e27"), e = e(), R(), e), xl = { class: "quote__wrapper" }, eo = { class: "quote__content" }, to = /* @__PURE__ */ Xl(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), ao = { class: "quote__quote" }, lo = { class: "quote__quote-text" }, oo = { class: "quote__author" }, so = {
|
|
1571
1571
|
key: 0,
|
|
1572
1572
|
class: "quote__image"
|
|
1573
1573
|
}, io = { class: "quote__text" }, ro = { class: "quote__author-name" }, no = { class: "quote__author-title" }, co = /* @__PURE__ */ g({
|
|
@@ -1609,7 +1609,7 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1609
1609
|
]),
|
|
1610
1610
|
_: 3
|
|
1611
1611
|
})
|
|
1612
|
-
])) :
|
|
1612
|
+
])) : v("", !0),
|
|
1613
1613
|
t("div", io, [
|
|
1614
1614
|
t("p", ro, n(e.author), 1),
|
|
1615
1615
|
t("p", no, n(e.authorTitle), 1)
|
|
@@ -1619,7 +1619,7 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1619
1619
|
])
|
|
1620
1620
|
]));
|
|
1621
1621
|
}
|
|
1622
|
-
}), uo = /* @__PURE__ */
|
|
1622
|
+
}), uo = /* @__PURE__ */ f(co, [["__scopeId", "data-v-e3cc8e27"]]), _o = { class: "rich-text__wrapper" }, po = {
|
|
1623
1623
|
key: 0,
|
|
1624
1624
|
class: "rich-text__links"
|
|
1625
1625
|
}, ho = {
|
|
@@ -1649,14 +1649,14 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1649
1649
|
key: 0,
|
|
1650
1650
|
text: a.label,
|
|
1651
1651
|
"label-dark": !1
|
|
1652
|
-
}, null, 8, ["text"])) :
|
|
1652
|
+
}, null, 8, ["text"])) : v("", !0),
|
|
1653
1653
|
a.headline ? (s(), i("h2", {
|
|
1654
1654
|
key: 1,
|
|
1655
1655
|
class: h([
|
|
1656
1656
|
"rich-text__headline",
|
|
1657
1657
|
a.leftAligned || a.bulletList || a.image ? "rich-text__headline--left-aligned" : "rich-text__headline--centered"
|
|
1658
1658
|
])
|
|
1659
|
-
}, n(a.headline), 3)) :
|
|
1659
|
+
}, n(a.headline), 3)) : v("", !0),
|
|
1660
1660
|
t("div", {
|
|
1661
1661
|
class: h([
|
|
1662
1662
|
"rich-text__content",
|
|
@@ -1672,11 +1672,11 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1672
1672
|
_(a.$slots, "rich-text-content"),
|
|
1673
1673
|
a.links ? (s(), i("div", po, [
|
|
1674
1674
|
_(a.$slots, "rich-text-links")
|
|
1675
|
-
])) :
|
|
1675
|
+
])) : v("", !0)
|
|
1676
1676
|
], 2),
|
|
1677
1677
|
a.bulletList ? (s(), i("div", ho, [
|
|
1678
1678
|
_(a.$slots, "rich-text-bullet-list")
|
|
1679
|
-
])) :
|
|
1679
|
+
])) : v("", !0),
|
|
1680
1680
|
a.image ? (s(), i("div", {
|
|
1681
1681
|
key: 1,
|
|
1682
1682
|
class: h([
|
|
@@ -1690,12 +1690,12 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1690
1690
|
]),
|
|
1691
1691
|
_: 3
|
|
1692
1692
|
})
|
|
1693
|
-
], 2)) :
|
|
1693
|
+
], 2)) : v("", !0)
|
|
1694
1694
|
], 2)
|
|
1695
1695
|
])
|
|
1696
1696
|
], 2));
|
|
1697
1697
|
}
|
|
1698
|
-
}), vo = /* @__PURE__ */
|
|
1698
|
+
}), vo = /* @__PURE__ */ f(mo, [["__scopeId", "data-v-7bcde564"]]), fo = {}, go = { class: "rich-text" }, bo = { class: "rich-text__wrapper" }, yo = { class: "rich-text__content rich-text__content--left-aligned" }, $o = { class: "rich-text__body" };
|
|
1699
1699
|
function ko(e, a) {
|
|
1700
1700
|
return s(), i("div", go, [
|
|
1701
1701
|
t("div", bo, [
|
|
@@ -1712,7 +1712,7 @@ function ko(e, a) {
|
|
|
1712
1712
|
])
|
|
1713
1713
|
]);
|
|
1714
1714
|
}
|
|
1715
|
-
const wo = /* @__PURE__ */
|
|
1715
|
+
const wo = /* @__PURE__ */ f(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4"]]), Bo = (e) => (E("data-v-78d319df"), e = e(), R(), e), So = { class: "timeline__wrapper" }, Io = { class: "timeline__content" }, qo = { class: "timeline__items" }, To = { class: "item__left" }, Lo = /* @__PURE__ */ Bo(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
|
|
1716
1716
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
1717
1717
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
1718
1718
|
], -1)), Vo = { class: "item__right" }, Co = ["innerHTML"], Ao = /* @__PURE__ */ g({
|
|
@@ -1750,12 +1750,12 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1750
1750
|
t("div", Vo, [
|
|
1751
1751
|
w(D, null, {
|
|
1752
1752
|
default: k(() => [
|
|
1753
|
-
o.media.type === "image" ? _(a.$slots, "timeline-image", P(
|
|
1753
|
+
o.media.type === "image" ? _(a.$slots, "timeline-image", P(ae({ key: 0 }, { src: o.media.src, alt: o.media.alt })), void 0, !0) : v("", !0)
|
|
1754
1754
|
]),
|
|
1755
1755
|
_: 2
|
|
1756
1756
|
}, 1024),
|
|
1757
1757
|
t("div", {
|
|
1758
|
-
style:
|
|
1758
|
+
style: le([o.media.type === "none" ? "margin-top: 0px" : ""]),
|
|
1759
1759
|
class: "rich-text",
|
|
1760
1760
|
innerHTML: o.text
|
|
1761
1761
|
}, null, 12, Co)
|
|
@@ -1765,7 +1765,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1765
1765
|
])
|
|
1766
1766
|
]));
|
|
1767
1767
|
}
|
|
1768
|
-
}), Do = /* @__PURE__ */
|
|
1768
|
+
}), Do = /* @__PURE__ */ f(Ao, [["__scopeId", "data-v-78d319df"]]), Mo = { class: "vimeo" }, Oo = { class: "vimeo__wrapper" }, Po = {
|
|
1769
1769
|
key: 0,
|
|
1770
1770
|
class: "vimeo__headline"
|
|
1771
1771
|
}, Fo = {
|
|
@@ -1786,13 +1786,13 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1786
1786
|
setup(e) {
|
|
1787
1787
|
return (a, r) => (s(), i("div", Mo, [
|
|
1788
1788
|
t("div", Oo, [
|
|
1789
|
-
e.headline ? (s(), i("h2", Po, n(e.headline), 1)) :
|
|
1789
|
+
e.headline ? (s(), i("h2", Po, n(e.headline), 1)) : v("", !0),
|
|
1790
1790
|
_(a.$slots, "vimeo-content", {}, void 0, !0),
|
|
1791
|
-
e.description ? (s(), i("p", Fo, n(e.description), 1)) :
|
|
1791
|
+
e.description ? (s(), i("p", Fo, n(e.description), 1)) : v("", !0)
|
|
1792
1792
|
])
|
|
1793
1793
|
]));
|
|
1794
1794
|
}
|
|
1795
|
-
}), Ro = /* @__PURE__ */
|
|
1795
|
+
}), Ro = /* @__PURE__ */ f(Eo, [["__scopeId", "data-v-599c68c7"]]), No = { class: "not-found__wrapper" }, Ho = { class: "not-found__content" }, zo = { class: "not-found__headline" }, jo = { class: "not-found__body" }, Uo = /* @__PURE__ */ g({
|
|
1796
1796
|
__name: "404",
|
|
1797
1797
|
props: {
|
|
1798
1798
|
headline: {
|
|
@@ -1810,7 +1810,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1810
1810
|
])
|
|
1811
1811
|
]));
|
|
1812
1812
|
}
|
|
1813
|
-
}), Ko = /* @__PURE__ */
|
|
1813
|
+
}), Ko = /* @__PURE__ */ f(Uo, [["__scopeId", "data-v-b829ca6c"]]), Go = { class: "filter__wrapper" }, Wo = { class: "filter__content" }, Yo = { class: "filter__dropdowns" }, Jo = { class: "filter__chips" }, Qo = /* @__PURE__ */ g({
|
|
1814
1814
|
__name: "filter",
|
|
1815
1815
|
props: {
|
|
1816
1816
|
hasChips: {
|
|
@@ -1835,12 +1835,12 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1835
1835
|
key: 0,
|
|
1836
1836
|
class: "filter__clear",
|
|
1837
1837
|
onClick: r[0] || (r[0] = (o) => a.$emit("clearFilters"))
|
|
1838
|
-
}, n(e.removeAll), 1)) :
|
|
1838
|
+
}, n(e.removeAll), 1)) : v("", !0)
|
|
1839
1839
|
])
|
|
1840
1840
|
])
|
|
1841
1841
|
]));
|
|
1842
1842
|
}
|
|
1843
|
-
}), Zo = /* @__PURE__ */
|
|
1843
|
+
}), Zo = /* @__PURE__ */ f(Qo, [["__scopeId", "data-v-31c1ba00"]]), z = (e) => (E("data-v-5258b418"), e = e(), R(), e), Xo = { class: "footer__wrapper" }, xo = { class: "footer__content" }, es = { class: "footer__sections" }, ts = { class: "section__title" }, as = { class: "section__list" }, ls = { class: "section" }, os = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), ss = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), is = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), rs = /* @__PURE__ */ z(() => /* @__PURE__ */ t("br", null, null, -1)), ns = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), ds = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), cs = { class: "footer__bottom" }, us = { class: "copyright" }, _s = { class: "footer__policy" }, ps = /* @__PURE__ */ z(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), hs = { class: "footer__social" }, ms = ["href", "aria-label"], vs = /* @__PURE__ */ g({
|
|
1844
1844
|
__name: "footer",
|
|
1845
1845
|
props: {
|
|
1846
1846
|
footerSections: { default: () => [] },
|
|
@@ -1936,7 +1936,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1936
1936
|
])
|
|
1937
1937
|
]));
|
|
1938
1938
|
}
|
|
1939
|
-
}), fs = /* @__PURE__ */
|
|
1939
|
+
}), fs = /* @__PURE__ */ f(vs, [["__scopeId", "data-v-5258b418"]]), gs = { class: "header__wrapper" }, bs = { class: "nav-wrapper" }, ys = { class: "mir-link-logo" }, $s = { class: "main-nav-items" }, ks = {
|
|
1940
1940
|
id: "menu-dropdown",
|
|
1941
1941
|
ref: "dropdownDiv"
|
|
1942
1942
|
}, ws = {
|
|
@@ -1969,10 +1969,10 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1969
1969
|
let o = null;
|
|
1970
1970
|
const l = e;
|
|
1971
1971
|
let u = I(l.burgerState), c = I(l.showDropDown);
|
|
1972
|
-
|
|
1972
|
+
ne(
|
|
1973
1973
|
() => l.burgerState,
|
|
1974
1974
|
(S) => u.value = S
|
|
1975
|
-
),
|
|
1975
|
+
), ne(
|
|
1976
1976
|
() => l.showDropDown,
|
|
1977
1977
|
(S) => c.value = S
|
|
1978
1978
|
), ce(() => {
|
|
@@ -1986,7 +1986,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1986
1986
|
function B() {
|
|
1987
1987
|
c.value = !c.value, p("update:showDropDown", c.value);
|
|
1988
1988
|
}
|
|
1989
|
-
function
|
|
1989
|
+
function m() {
|
|
1990
1990
|
u.value = !u.value, p("update:burgerState", u.value);
|
|
1991
1991
|
}
|
|
1992
1992
|
let y = I(null), q = I(null);
|
|
@@ -2059,14 +2059,15 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2059
2059
|
src: C(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",
|
|
2060
2060
|
alt: "search icon",
|
|
2061
2061
|
width: "20",
|
|
2062
|
-
height: "20"
|
|
2062
|
+
height: "20",
|
|
2063
|
+
onClick: te(m, ["prevent"])
|
|
2063
2064
|
}, null, 8, Cs)
|
|
2064
2065
|
], 512)
|
|
2065
2066
|
]),
|
|
2066
2067
|
t("button", {
|
|
2067
2068
|
class: "mobile-burger-wrapper",
|
|
2068
2069
|
"aria-label": "Toggle menu",
|
|
2069
|
-
onClick:
|
|
2070
|
+
onClick: te(m, ["prevent"])
|
|
2070
2071
|
}, [
|
|
2071
2072
|
t("img", {
|
|
2072
2073
|
width: "20",
|
|
@@ -2091,7 +2092,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2091
2092
|
])
|
|
2092
2093
|
]));
|
|
2093
2094
|
}
|
|
2094
|
-
}), Ps = /* @__PURE__ */
|
|
2095
|
+
}), Ps = /* @__PURE__ */ f(Os, [["__scopeId", "data-v-c2ab596e"]]), Fs = { class: "language__wrapper" }, Es = { class: "language__content" }, Rs = { class: "language__headline" }, Ns = { class: "language__paragraph" }, Hs = { class: "language__links" }, zs = /* @__PURE__ */ g({
|
|
2095
2096
|
__name: "language-switcher",
|
|
2096
2097
|
props: {
|
|
2097
2098
|
headline: {
|
|
@@ -2114,7 +2115,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2114
2115
|
])
|
|
2115
2116
|
]));
|
|
2116
2117
|
}
|
|
2117
|
-
}), js = /* @__PURE__ */
|
|
2118
|
+
}), js = /* @__PURE__ */ f(zs, [["__scopeId", "data-v-dc8cc97e"]]), Us = { class: "pagination__wrapper" }, Ks = { class: "pagination__content" }, Gs = /* @__PURE__ */ g({
|
|
2118
2119
|
__name: "pagination",
|
|
2119
2120
|
props: {
|
|
2120
2121
|
isPreviousDisabled: {
|
|
@@ -2146,13 +2147,13 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2146
2147
|
])
|
|
2147
2148
|
]));
|
|
2148
2149
|
}
|
|
2149
|
-
}), Ws = /* @__PURE__ */
|
|
2150
|
+
}), Ws = /* @__PURE__ */ f(Gs, [["__scopeId", "data-v-f760f1c6"]]), Ys = {}, Js = { class: "search__wrapper" };
|
|
2150
2151
|
function Qs(e, a) {
|
|
2151
2152
|
return s(), i("div", Js, [
|
|
2152
2153
|
_(e.$slots, "default", { class: "search__content" })
|
|
2153
2154
|
]);
|
|
2154
2155
|
}
|
|
2155
|
-
const Zs = /* @__PURE__ */
|
|
2156
|
+
const Zs = /* @__PURE__ */ f(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82"]]), Xs = { class: "product-hero__wrapper" }, xs = { class: "product-hero__content" }, ei = { class: "product-hero__headline" }, ti = { class: "product-hero__video" }, ai = /* @__PURE__ */ g({
|
|
2156
2157
|
__name: "product-hero",
|
|
2157
2158
|
props: {
|
|
2158
2159
|
headline: {
|
|
@@ -2204,7 +2205,7 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
|
|
|
2204
2205
|
])
|
|
2205
2206
|
]));
|
|
2206
2207
|
}
|
|
2207
|
-
}), li = /* @__PURE__ */
|
|
2208
|
+
}), li = /* @__PURE__ */ f(ai, [["__scopeId", "data-v-bc89ffbc"]]), oi = { class: "promo__content" }, si = { class: "pallet-jack__media-wrap" }, ii = { class: "pallet-jack-link" }, ri = { class: "pallet-jack__media-wrap__inner-wrap" }, ni = { class: "pallet-jack__media-wrap__content-wrap" }, di = { class: "regular-blue" }, ci = /* @__PURE__ */ g({
|
|
2208
2209
|
__name: "pallet-jack",
|
|
2209
2210
|
props: {
|
|
2210
2211
|
label: { default: "" },
|
|
@@ -2260,7 +2261,7 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
|
|
|
2260
2261
|
key: 0,
|
|
2261
2262
|
text: l.label,
|
|
2262
2263
|
"label-dark": l.variant === "dark"
|
|
2263
|
-
}, null, 8, ["text", "label-dark"])) :
|
|
2264
|
+
}, null, 8, ["text", "label-dark"])) : v("", !0),
|
|
2264
2265
|
t("div", {
|
|
2265
2266
|
class: h([
|
|
2266
2267
|
"promo__title",
|
|
@@ -2276,7 +2277,7 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
|
|
|
2276
2277
|
_(l.$slots, "promo-link")
|
|
2277
2278
|
]),
|
|
2278
2279
|
_: 3
|
|
2279
|
-
}, 8, ["link-type"])) :
|
|
2280
|
+
}, 8, ["link-type"])) : v("", !0),
|
|
2280
2281
|
l.linkType === "button" ? (s(), V(A, {
|
|
2281
2282
|
key: 2,
|
|
2282
2283
|
"link-type": l.variant === "dark" ? "secondary_dark" : (l.variant === "light", "secondary")
|
|
@@ -2285,12 +2286,12 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
|
|
|
2285
2286
|
_(l.$slots, "promo-link")
|
|
2286
2287
|
]),
|
|
2287
2288
|
_: 3
|
|
2288
|
-
}, 8, ["link-type"])) :
|
|
2289
|
+
}, 8, ["link-type"])) : v("", !0)
|
|
2289
2290
|
], 2)
|
|
2290
2291
|
])
|
|
2291
2292
|
], 2));
|
|
2292
2293
|
}
|
|
2293
|
-
}), ui = /* @__PURE__ */
|
|
2294
|
+
}), ui = /* @__PURE__ */ f(ci, [["__scopeId", "data-v-8fdfddf2"]]), pi = {
|
|
2294
2295
|
install: (e) => {
|
|
2295
2296
|
e.component("AtomButton", Z), e.component("AtomCheckbox", Ae), e.component("AtomChip", Fe), e.component("AtomDropdown", Ke), e.component("AtomImage", D), e.component("AtomLabel", G), e.component("AtomLink", A), e.component("AtomRadioButton", lt), e.component("AtomSelect", dt), e.component("AtomSlider", bt), e.component("AtomTextarea", qt), e.component("AtomTextField", Et), e.component("AtomVideo", Y), e.component("MoleculeAddress", xt), e.component("MoleculeBulletList", oa), e.component("MoleculeCard", da), e.component("MoleculeEventCard", fa), e.component("MoleculeModal", ue), e.component("MoleculeTextCard", ka), e.component("BlockFacts", Ca), e.component("BlockFeatures", Ra), e.component("BlockFormScript", Wa), e.component("BlockHeadline", dl), e.component("BlockHero", kl), e.component("BlockImage", xa), e.component("BlockImageGallery", sl), e.component("BlockLogoWall", Cl), e.component("BlockMicroStories", Pl), e.component("BlockPolicy", Hl), e.component("BlockProductHero", li), e.component("BlockPromo", Zl), e.component("BlockQuote", uo), e.component("BlockRichText", vo), e.component("BlockRichTextColumns", wo), e.component("BlockTimeline", Do), e.component("BlockCardDisplay", Yl), e.component("BlockVimeo", Ro), e.component("BlockPalletJack", ui), e.component("Organism404", Ko), e.component("OrganismFilter", Zo), e.component("OrganismFooter", fs), e.component("OrganismHeader", Ps), e.component("OrganismLanguageSwitcher", js), e.component("OrganismPagination", Ws), e.component("OrganismSearch", Zs);
|
|
2296
2297
|
}
|