@mirweb/mir-web-components 0.15.39 → 0.15.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as m, openBlock as l, createElementBlock as s, normalizeClass as c, toDisplayString as o, createElementVNode as t, renderSlot as u, pushScopeId as
|
|
1
|
+
import { defineComponent as m, openBlock as l, createElementBlock as s, normalizeClass as c, toDisplayString as o, createElementVNode as t, renderSlot as u, pushScopeId as T, popScopeId as j, computed as V, createTextVNode as H, ref as x, withDirectives as W, Fragment as I, renderList as M, vShow as G, normalizeProps as A, guardReactiveProps as C, mergeProps as J, createVNode as p, Transition as ke, withCtx as $, withModifiers as se, createCommentVNode as v, watchEffect as oe, withKeys as we, createBlock as z, normalizeStyle as Y, isRef as ee, unref as k, onMounted as ne, watch as te, onUnmounted as Se } from "vue";
|
|
2
2
|
const xe = ["aria-label"], Ie = /* @__PURE__ */ m({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
@@ -35,7 +35,7 @@ const h = (e, a) => {
|
|
|
35
35
|
for (const [i, n] of a)
|
|
36
36
|
r[i] = n;
|
|
37
37
|
return r;
|
|
38
|
-
}, F = /* @__PURE__ */ h(Ie, [["__scopeId", "data-v-f195a839"]]), qe = (e) => (
|
|
38
|
+
}, F = /* @__PURE__ */ h(Ie, [["__scopeId", "data-v-f195a839"]]), qe = (e) => (T("data-v-f62bd17f"), e = e(), j(), e), Me = ["name", "value", "disabled", "required", "id"], Be = ["for"], Le = /* @__PURE__ */ qe(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), De = /* @__PURE__ */ m({
|
|
39
39
|
__name: "checkbox",
|
|
40
40
|
props: {
|
|
41
41
|
name: String,
|
|
@@ -89,8 +89,8 @@ const h = (e, a) => {
|
|
|
89
89
|
], 2));
|
|
90
90
|
}
|
|
91
91
|
});
|
|
92
|
-
const Ae = /* @__PURE__ */ h(De, [["__scopeId", "data-v-f62bd17f"]]),
|
|
93
|
-
src:
|
|
92
|
+
const Ae = /* @__PURE__ */ h(De, [["__scopeId", "data-v-f62bd17f"]]), Ce = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOSA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSA4TDggMU0xIDFMOCA4IiBzdHJva2U9IiMwQzA5MzEiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=", Te = (e) => (T("data-v-e7768ff8"), e = e(), j(), e), je = ["aria-label"], Ne = /* @__PURE__ */ Te(() => /* @__PURE__ */ t("img", {
|
|
93
|
+
src: Ce,
|
|
94
94
|
alt: "close",
|
|
95
95
|
class: "close-icon"
|
|
96
96
|
}, null, -1)), ze = /* @__PURE__ */ m({
|
|
@@ -168,15 +168,15 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
168
168
|
},
|
|
169
169
|
emits: ["update:modelValue"],
|
|
170
170
|
setup(e, { emit: a }) {
|
|
171
|
-
const r = e, i = x(null), n = x(null), _ = x([]), w = x(0),
|
|
171
|
+
const r = e, i = x(null), n = x(null), _ = x([]), w = x(0), L = x(""), g = x(!0), f = x(0), q = V(() => {
|
|
172
172
|
const d = r.options.find(
|
|
173
|
-
(
|
|
173
|
+
(y) => y.value === r.modelValue
|
|
174
174
|
);
|
|
175
175
|
return d && d.label;
|
|
176
176
|
}), ue = {
|
|
177
|
-
beforeMount(d,
|
|
178
|
-
d.clickOutsideEvent = function(
|
|
179
|
-
d ===
|
|
177
|
+
beforeMount(d, y) {
|
|
178
|
+
d.clickOutsideEvent = function(b) {
|
|
179
|
+
d === b.target || d.contains(b.target) || y.value(b);
|
|
180
180
|
}, document.body.addEventListener("click", d.clickOutsideEvent);
|
|
181
181
|
},
|
|
182
182
|
unmounted(d) {
|
|
@@ -187,14 +187,14 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
187
187
|
a("update:modelValue", d);
|
|
188
188
|
}
|
|
189
189
|
function me(d) {
|
|
190
|
-
var
|
|
191
|
-
const
|
|
192
|
-
|
|
190
|
+
var b;
|
|
191
|
+
const y = d.target;
|
|
192
|
+
y.getAttribute("role") === "option" && (E(y), U(), (b = i.value) == null || b.focus());
|
|
193
193
|
}
|
|
194
194
|
function K(d) {
|
|
195
|
-
var
|
|
196
|
-
const
|
|
197
|
-
switch (
|
|
195
|
+
var b;
|
|
196
|
+
const y = d.key;
|
|
197
|
+
switch (y) {
|
|
198
198
|
case "ArrowUp":
|
|
199
199
|
case "ArrowDown": {
|
|
200
200
|
d.preventDefault();
|
|
@@ -202,12 +202,12 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
202
202
|
(P) => P.value === r.modelValue
|
|
203
203
|
);
|
|
204
204
|
let N = S ? _.value[S] : _.value[0];
|
|
205
|
-
|
|
205
|
+
y === "ArrowUp" ? S - 1 >= 0 && (N = _.value[S - 1]) : S + 1 <= r.options.length && (N = _.value[S + 1]), N && E(N);
|
|
206
206
|
break;
|
|
207
207
|
}
|
|
208
208
|
case "Home":
|
|
209
209
|
case "PageUp":
|
|
210
|
-
d.preventDefault(),
|
|
210
|
+
d.preventDefault(), fe();
|
|
211
211
|
break;
|
|
212
212
|
case "End":
|
|
213
213
|
case "PageDown":
|
|
@@ -215,10 +215,10 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
215
215
|
break;
|
|
216
216
|
case "Enter":
|
|
217
217
|
case "Escape":
|
|
218
|
-
d.preventDefault(), U(), (
|
|
218
|
+
d.preventDefault(), U(), (b = i.value) == null || b.focus();
|
|
219
219
|
break;
|
|
220
220
|
default: {
|
|
221
|
-
const S =
|
|
221
|
+
const S = ye(y);
|
|
222
222
|
S && E(S);
|
|
223
223
|
break;
|
|
224
224
|
}
|
|
@@ -238,63 +238,63 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
238
238
|
}
|
|
239
239
|
function ge() {
|
|
240
240
|
w && (clearTimeout(w.value), w.value = 0), w.value = setTimeout(() => {
|
|
241
|
-
|
|
241
|
+
L.value = "", w.value = 0;
|
|
242
242
|
}, 500);
|
|
243
243
|
}
|
|
244
|
-
function
|
|
245
|
-
let
|
|
246
|
-
(
|
|
244
|
+
function ye(d) {
|
|
245
|
+
let y = "";
|
|
246
|
+
(L.value === "" || y !== d) && (f.value = r.options.findIndex(
|
|
247
247
|
(S) => S.value === r.modelValue
|
|
248
|
-
)),
|
|
249
|
-
let
|
|
250
|
-
|
|
248
|
+
)), L.value = y === d ? d : L.value + d, y = d, ge();
|
|
249
|
+
let b = Q(
|
|
250
|
+
f.value + 1,
|
|
251
251
|
r.options.length
|
|
252
252
|
);
|
|
253
|
-
return !
|
|
253
|
+
return !b && L.value.length === 1 && (b = Q(0, f.value)), f.value = (f.value + 1) % r.options.length, b;
|
|
254
254
|
}
|
|
255
|
-
function Q(d,
|
|
256
|
-
for (let
|
|
257
|
-
if (r.options[
|
|
258
|
-
return _.value[
|
|
255
|
+
function Q(d, y) {
|
|
256
|
+
for (let b = d; b < y; b++)
|
|
257
|
+
if (r.options[b].label && r.options[b].label.toUpperCase().indexOf(L.value.toUpperCase()) === 0)
|
|
258
|
+
return _.value[b];
|
|
259
259
|
return null;
|
|
260
260
|
}
|
|
261
|
-
function
|
|
261
|
+
function fe() {
|
|
262
262
|
E(_.value[0]);
|
|
263
263
|
}
|
|
264
264
|
function E(d) {
|
|
265
|
-
var
|
|
266
|
-
const
|
|
265
|
+
var b, S;
|
|
266
|
+
const y = d.getAttribute("data-value");
|
|
267
267
|
if (r.modelValue) {
|
|
268
268
|
const N = r.options.findIndex(
|
|
269
269
|
($e) => $e.value === r.modelValue
|
|
270
270
|
), P = _.value[N];
|
|
271
271
|
ve(P);
|
|
272
272
|
}
|
|
273
|
-
if (d.setAttribute("aria-selected", "true"), (
|
|
273
|
+
if (d.setAttribute("aria-selected", "true"), (b = n.value) == null || b.setAttribute(
|
|
274
274
|
"aria-activedescendant",
|
|
275
|
-
|
|
276
|
-
), _e(
|
|
275
|
+
y || ""
|
|
276
|
+
), _e(y || ""), n.value && n.value.scrollHeight > n.value.clientHeight) {
|
|
277
277
|
const N = n.value.clientHeight + n.value.scrollTop, P = d.offsetTop + d.offsetHeight;
|
|
278
278
|
P > N ? n.value.scrollTop = P - ((S = n.value) == null ? void 0 : S.clientHeight) : d.offsetTop < n.value.scrollTop && (n.value.scrollTop = d.offsetTop);
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
281
|
function be() {
|
|
282
|
-
var
|
|
283
|
-
const d = (
|
|
282
|
+
var y;
|
|
283
|
+
const d = (y = _.value) == null ? void 0 : y[r.options.length - 1];
|
|
284
284
|
E(d);
|
|
285
285
|
}
|
|
286
286
|
function U() {
|
|
287
287
|
var d;
|
|
288
|
-
|
|
288
|
+
g.value = !0, (d = i.value) == null || d.removeAttribute("aria-expanded");
|
|
289
289
|
}
|
|
290
290
|
function X() {
|
|
291
|
-
var d,
|
|
292
|
-
|
|
291
|
+
var d, y;
|
|
292
|
+
g.value = !1, (d = i.value) == null || d.setAttribute("aria-expanded", "true"), (y = n.value) == null || y.focus();
|
|
293
293
|
}
|
|
294
294
|
function pe() {
|
|
295
|
-
r.disabled || (
|
|
295
|
+
r.disabled || (g.value ? X() : U());
|
|
296
296
|
}
|
|
297
|
-
return (d,
|
|
297
|
+
return (d, y) => (l(), s("div", {
|
|
298
298
|
class: "listbox__wrapper",
|
|
299
299
|
value: e.modelValue,
|
|
300
300
|
ref: "listbox"
|
|
@@ -322,7 +322,7 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
322
322
|
onKeydown: he,
|
|
323
323
|
ref_key: "listboxButton",
|
|
324
324
|
ref: i
|
|
325
|
-
}, o(e.modelValue ?
|
|
325
|
+
}, o(e.modelValue ? q.value : e.placeholder), 43, Ze),
|
|
326
326
|
W(t("ul", {
|
|
327
327
|
"aria-labelledby": `${e.name}-label`,
|
|
328
328
|
"aria-activedescendant": e.modelValue,
|
|
@@ -334,18 +334,18 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
334
334
|
ref_key: "listboxNode",
|
|
335
335
|
ref: n
|
|
336
336
|
}, [
|
|
337
|
-
(l(!0), s(I, null,
|
|
337
|
+
(l(!0), s(I, null, M(e.options, (b, S) => (l(), s("li", {
|
|
338
338
|
key: `${e.name}-option-${S}`,
|
|
339
|
-
"aria-selected":
|
|
340
|
-
"data-value":
|
|
339
|
+
"aria-selected": b.value === e.modelValue,
|
|
340
|
+
"data-value": b.value,
|
|
341
341
|
class: "listbox__option",
|
|
342
342
|
role: "option",
|
|
343
343
|
ref_for: !0,
|
|
344
344
|
ref_key: "listboxOptions",
|
|
345
345
|
ref: _
|
|
346
|
-
}, o(
|
|
346
|
+
}, o(b.label), 9, Re))), 128))
|
|
347
347
|
], 40, Ee), [
|
|
348
|
-
[G, !
|
|
348
|
+
[G, !g.value]
|
|
349
349
|
])
|
|
350
350
|
])), [
|
|
351
351
|
[ue, U]
|
|
@@ -392,11 +392,11 @@ const We = /* @__PURE__ */ h(Ue, [["__scopeId", "data-v-00b3141c"]]), Fe = { cla
|
|
|
392
392
|
},
|
|
393
393
|
setup(e) {
|
|
394
394
|
return (a, r) => (l(), s("div", Fe, [
|
|
395
|
-
u(a.$slots, "default", A(
|
|
395
|
+
u(a.$slots, "default", A(C(a.$attrs)))
|
|
396
396
|
]));
|
|
397
397
|
}
|
|
398
398
|
});
|
|
399
|
-
const
|
|
399
|
+
const B = /* @__PURE__ */ h(Ge, [["__scopeId", "data-v-513b5384"]]), Je = { class: "label__wrapper" }, Ye = ["aria-label", "label-dark"], Ke = /* @__PURE__ */ m({
|
|
400
400
|
__name: "label",
|
|
401
401
|
props: {
|
|
402
402
|
text: {
|
|
@@ -479,7 +479,7 @@ const R = /* @__PURE__ */ h(Ke, [["__scopeId", "data-v-aacf01db"]]), Qe = { clas
|
|
|
479
479
|
]));
|
|
480
480
|
}
|
|
481
481
|
});
|
|
482
|
-
const Xe = (e) => (
|
|
482
|
+
const Xe = (e) => (T("data-v-016da8d2"), e = e(), j(), e), et = ["name", "value", "checked", "disabled", "required", "id"], tt = ["for"], at = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), lt = /* @__PURE__ */ m({
|
|
483
483
|
__name: "radio-button",
|
|
484
484
|
props: {
|
|
485
485
|
name: String,
|
|
@@ -591,7 +591,7 @@ const it = /* @__PURE__ */ h(lt, [["__scopeId", "data-v-016da8d2"]]), rt = { cla
|
|
|
591
591
|
a.$emit("update:modelValue", i.target.value), i.target.blur();
|
|
592
592
|
})
|
|
593
593
|
}, [
|
|
594
|
-
(l(!0), s(I, null,
|
|
594
|
+
(l(!0), s(I, null, M(e.options, (i) => (l(), s("option", {
|
|
595
595
|
key: i.value,
|
|
596
596
|
value: i.value
|
|
597
597
|
}, o(i.text), 9, nt))), 128))
|
|
@@ -648,7 +648,7 @@ const ct = /* @__PURE__ */ h(dt, [["__scopeId", "data-v-d1d7a1e3"]]), ut = { cla
|
|
|
648
648
|
]));
|
|
649
649
|
}
|
|
650
650
|
});
|
|
651
|
-
const de = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-d75ee1bf"]]), mt = { class: "slider__wrapper" }, ht = { class: "slider__label" }, vt = ["for"], gt = ["aria-label"],
|
|
651
|
+
const de = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-d75ee1bf"]]), mt = { class: "slider__wrapper" }, ht = { class: "slider__label" }, vt = ["for"], gt = ["aria-label"], yt = { class: "slider__content" }, ft = ["id", "name", "value", "min", "step", "max"], bt = /* @__PURE__ */ m({
|
|
652
652
|
__name: "slider",
|
|
653
653
|
props: {
|
|
654
654
|
label: {
|
|
@@ -701,18 +701,18 @@ const de = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-d75ee1bf"]]), mt = { 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), w = (
|
|
705
|
-
var
|
|
706
|
-
(
|
|
704
|
+
const r = e, i = x(r.modelValue), n = x(), _ = x(!1), w = (g, f, q) => (g - f) / (q - f) * 100, L = (g) => {
|
|
705
|
+
var f;
|
|
706
|
+
(f = n.value) == null || f.style.setProperty("--ProgressPercent", `${g}%`);
|
|
707
707
|
};
|
|
708
708
|
return oe(() => {
|
|
709
709
|
if (n.value) {
|
|
710
710
|
a("update:modelValue", i.value);
|
|
711
|
-
const
|
|
712
|
-
let
|
|
713
|
-
|
|
711
|
+
const g = w(i.value, r.min, r.max);
|
|
712
|
+
let f = (50 - g) / 100;
|
|
713
|
+
L(g + f);
|
|
714
714
|
}
|
|
715
|
-
}), (
|
|
715
|
+
}), (g, f) => (l(), s(I, null, [
|
|
716
716
|
t("div", mt, [
|
|
717
717
|
t("div", ht, [
|
|
718
718
|
t("label", {
|
|
@@ -723,14 +723,14 @@ const de = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-d75ee1bf"]]), mt = { cla
|
|
|
723
723
|
key: 0,
|
|
724
724
|
role: "button",
|
|
725
725
|
class: c([e.variant, "slider__information"]),
|
|
726
|
-
onClick:
|
|
727
|
-
onKeyup:
|
|
726
|
+
onClick: f[0] || (f[0] = (q) => _.value = !_.value),
|
|
727
|
+
onKeyup: f[1] || (f[1] = we((q) => _.value = !_.value, ["enter"])),
|
|
728
728
|
"aria-label": e.informationLabel,
|
|
729
729
|
tabindex: "0",
|
|
730
730
|
"aria-haspopup": "dialog"
|
|
731
731
|
}, null, 42, gt)) : v("", !0)
|
|
732
732
|
]),
|
|
733
|
-
t("div",
|
|
733
|
+
t("div", yt, [
|
|
734
734
|
t("span", {
|
|
735
735
|
class: c([e.variant, "slider__minmax"])
|
|
736
736
|
}, o(e.min), 3),
|
|
@@ -745,8 +745,8 @@ const de = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-d75ee1bf"]]), mt = { cla
|
|
|
745
745
|
class: c(e.variant),
|
|
746
746
|
ref_key: "slider",
|
|
747
747
|
ref: n,
|
|
748
|
-
onInput:
|
|
749
|
-
}, null, 42,
|
|
748
|
+
onInput: f[2] || (f[2] = ({ target: q }) => i.value = parseFloat(q.value))
|
|
749
|
+
}, null, 42, ft),
|
|
750
750
|
t("span", {
|
|
751
751
|
class: c([e.variant, "slider__minmax"])
|
|
752
752
|
}, o(e.max), 3)
|
|
@@ -758,7 +758,7 @@ const de = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-d75ee1bf"]]), mt = { cla
|
|
|
758
758
|
e.information ? (l(), z(de, {
|
|
759
759
|
key: 0,
|
|
760
760
|
show: _.value,
|
|
761
|
-
"onUpdate:show":
|
|
761
|
+
"onUpdate:show": f[3] || (f[3] = (q) => _.value = q)
|
|
762
762
|
}, {
|
|
763
763
|
default: $(() => [
|
|
764
764
|
H(o(e.information), 1)
|
|
@@ -845,7 +845,7 @@ const pt = /* @__PURE__ */ h(bt, [["__scopeId", "data-v-84385cf8"]]), $t = { id:
|
|
|
845
845
|
]));
|
|
846
846
|
}
|
|
847
847
|
});
|
|
848
|
-
const Mt = /* @__PURE__ */ h(qt, [["__scopeId", "data-v-28492b7a"]]), Bt = { class: "text-field__wrapper" }, Lt = ["for"], Dt = { key: 0 }, At = ["id", "type", "value", "placeholder", "required", "disabled", "name"],
|
|
848
|
+
const Mt = /* @__PURE__ */ h(qt, [["__scopeId", "data-v-28492b7a"]]), Bt = { class: "text-field__wrapper" }, Lt = ["for"], Dt = { key: 0 }, At = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Ct = ["aria-expanded"], Tt = ["type", "value", "placeholder", "id", "required", "disabled", "name"], jt = {
|
|
849
849
|
key: 2,
|
|
850
850
|
class: "search"
|
|
851
851
|
}, Nt = {
|
|
@@ -957,7 +957,7 @@ const Mt = /* @__PURE__ */ h(qt, [["__scopeId", "data-v-28492b7a"]]), Bt = { cla
|
|
|
957
957
|
onClick: _[1] || (_[1] = (w) => a.value = !a.value),
|
|
958
958
|
"aria-controls": "password",
|
|
959
959
|
"aria-expanded": !a.value
|
|
960
|
-
}, null, 10,
|
|
960
|
+
}, null, 10, Ct)
|
|
961
961
|
])) : (l(), s("input", {
|
|
962
962
|
key: 1,
|
|
963
963
|
type: e.type,
|
|
@@ -973,7 +973,7 @@ const Mt = /* @__PURE__ */ h(qt, [["__scopeId", "data-v-28492b7a"]]), Bt = { cla
|
|
|
973
973
|
disabled: e.disabled,
|
|
974
974
|
onInput: _[2] || (_[2] = (w) => n.$emit("update:modelValue", w.target.value)),
|
|
975
975
|
name: e.fieldName
|
|
976
|
-
}, null, 42,
|
|
976
|
+
}, null, 42, Tt)),
|
|
977
977
|
e.search ? (l(), s("i", jt)) : v("", !0),
|
|
978
978
|
e.errorMessage ? (l(), s("strong", Nt, o(e.errorMessage), 1)) : v("", !0),
|
|
979
979
|
e.helperText ? (l(), s("span", zt, o(e.helperText), 1)) : v("", !0)
|
|
@@ -1114,7 +1114,7 @@ const Z = /* @__PURE__ */ h(Et, [["__scopeId", "data-v-c449311a"]]), Rt = { clas
|
|
|
1114
1114
|
e.addressLine_3 ? (l(), s("p", Jt, o(e.addressLine_3), 1)) : v("", !0)
|
|
1115
1115
|
]),
|
|
1116
1116
|
t("div", Yt, [
|
|
1117
|
-
(l(!0), s(I, null,
|
|
1117
|
+
(l(!0), s(I, null, M(e.phone_numbers, (i) => (l(), z(D, {
|
|
1118
1118
|
underline: "false",
|
|
1119
1119
|
linkType: "regular"
|
|
1120
1120
|
}, {
|
|
@@ -1135,7 +1135,7 @@ const Z = /* @__PURE__ */ h(Et, [["__scopeId", "data-v-c449311a"]]), Rt = { clas
|
|
|
1135
1135
|
]));
|
|
1136
1136
|
}
|
|
1137
1137
|
});
|
|
1138
|
-
const ea = /* @__PURE__ */ h(Xt, [["__scopeId", "data-v-a87ec518"]]), ta = (e) => (
|
|
1138
|
+
const ea = /* @__PURE__ */ h(Xt, [["__scopeId", "data-v-a87ec518"]]), ta = (e) => (T("data-v-327e6c15"), e = e(), j(), e), aa = { class: "bullet-list__wrapper" }, la = /* @__PURE__ */ ta(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), ia = /* @__PURE__ */ m({
|
|
1139
1139
|
__name: "bullet-list",
|
|
1140
1140
|
props: {
|
|
1141
1141
|
list: {
|
|
@@ -1160,7 +1160,7 @@ const ea = /* @__PURE__ */ h(Xt, [["__scopeId", "data-v-a87ec518"]]), ta = (e) =
|
|
|
1160
1160
|
class: c(["bullet-list", e.variant])
|
|
1161
1161
|
}, [
|
|
1162
1162
|
t("ul", null, [
|
|
1163
|
-
(l(!0), s(I, null,
|
|
1163
|
+
(l(!0), s(I, null, M(e.list, (i) => (l(), s("li", null, [
|
|
1164
1164
|
la,
|
|
1165
1165
|
H(" " + o(i), 1)
|
|
1166
1166
|
]))), 256))
|
|
@@ -1238,7 +1238,7 @@ const ra = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-327e6c15"]]), sa = { cla
|
|
|
1238
1238
|
onMouseover: n[0] || (n[0] = (_) => ee(r) ? r.value = !0 : r = !0),
|
|
1239
1239
|
onMouseout: n[1] || (n[1] = (_) => ee(r) ? r.value = !1 : r = !1)
|
|
1240
1240
|
}, [
|
|
1241
|
-
e.mediaType == "image" ? (l(), z(
|
|
1241
|
+
e.mediaType == "image" ? (l(), z(B, { key: 0 }, {
|
|
1242
1242
|
default: $(() => [
|
|
1243
1243
|
u(i.$slots, "card-image", J({
|
|
1244
1244
|
src: e.imgSrc,
|
|
@@ -1281,7 +1281,7 @@ const ra = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-327e6c15"]]), sa = { cla
|
|
|
1281
1281
|
]));
|
|
1282
1282
|
}
|
|
1283
1283
|
});
|
|
1284
|
-
const da = /* @__PURE__ */ h(na, [["__scopeId", "data-v-2a33f841"]]), ca = (e) => (
|
|
1284
|
+
const da = /* @__PURE__ */ h(na, [["__scopeId", "data-v-2a33f841"]]), ca = (e) => (T("data-v-f5acdf7e"), e = e(), j(), e), ua = { class: "event__wrapper" }, _a = { class: "event__headline" }, ma = { class: "event__date-location" }, ha = /* @__PURE__ */ ca(() => /* @__PURE__ */ t("br", null, null, -1)), va = { class: "event__exhibitor" }, ga = /* @__PURE__ */ m({
|
|
1285
1285
|
__name: "event-card",
|
|
1286
1286
|
props: {
|
|
1287
1287
|
eventType: {
|
|
@@ -1321,7 +1321,7 @@ const da = /* @__PURE__ */ h(na, [["__scopeId", "data-v-2a33f841"]]), ca = (e) =
|
|
|
1321
1321
|
]));
|
|
1322
1322
|
}
|
|
1323
1323
|
});
|
|
1324
|
-
const
|
|
1324
|
+
const ya = /* @__PURE__ */ h(ga, [["__scopeId", "data-v-f5acdf7e"]]), fa = { class: "text__wrapper" }, ba = { class: "text__headline" }, pa = { class: "text__paragraph" }, $a = /* @__PURE__ */ m({
|
|
1325
1325
|
__name: "text-card",
|
|
1326
1326
|
props: {
|
|
1327
1327
|
label: {
|
|
@@ -1338,7 +1338,7 @@ const fa = /* @__PURE__ */ h(ga, [["__scopeId", "data-v-f5acdf7e"]]), ya = { cla
|
|
|
1338
1338
|
}
|
|
1339
1339
|
},
|
|
1340
1340
|
setup(e) {
|
|
1341
|
-
return (a, r) => (l(), s("div",
|
|
1341
|
+
return (a, r) => (l(), s("div", fa, [
|
|
1342
1342
|
p(R, {
|
|
1343
1343
|
"label-dark": !1,
|
|
1344
1344
|
text: e.label ? e.label : ""
|
|
@@ -1375,7 +1375,7 @@ const ka = /* @__PURE__ */ h($a, [["__scopeId", "data-v-dbd0c7ab"]]), wa = { cla
|
|
|
1375
1375
|
t("div", Sa, [
|
|
1376
1376
|
t("h2", xa, o(e.headline), 1),
|
|
1377
1377
|
t("div", Ia, [
|
|
1378
|
-
(l(!0), s(I, null,
|
|
1378
|
+
(l(!0), s(I, null, M(e.facts, (i) => (l(), s("div", qa, [
|
|
1379
1379
|
t("div", Ma, [
|
|
1380
1380
|
t("span", null, o(i.value), 1)
|
|
1381
1381
|
]),
|
|
@@ -1399,7 +1399,7 @@ const ka = /* @__PURE__ */ h($a, [["__scopeId", "data-v-dbd0c7ab"]]), wa = { cla
|
|
|
1399
1399
|
]));
|
|
1400
1400
|
}
|
|
1401
1401
|
});
|
|
1402
|
-
const Aa = /* @__PURE__ */ h(Da, [["__scopeId", "data-v-7fd89b0c"]]),
|
|
1402
|
+
const Aa = /* @__PURE__ */ h(Da, [["__scopeId", "data-v-7fd89b0c"]]), Ca = { class: "features__wrapper" }, Ta = { class: "features__content" }, ja = {
|
|
1403
1403
|
key: 0,
|
|
1404
1404
|
class: "features__headline"
|
|
1405
1405
|
}, Na = {
|
|
@@ -1423,8 +1423,8 @@ const Aa = /* @__PURE__ */ h(Da, [["__scopeId", "data-v-7fd89b0c"]]), Ta = { cla
|
|
|
1423
1423
|
}
|
|
1424
1424
|
},
|
|
1425
1425
|
setup(e) {
|
|
1426
|
-
return (a, r) => (l(), s("div",
|
|
1427
|
-
t("div",
|
|
1426
|
+
return (a, r) => (l(), s("div", Ca, [
|
|
1427
|
+
t("div", Ta, [
|
|
1428
1428
|
e.headline ? (l(), s("div", ja, [
|
|
1429
1429
|
t("h2", null, o(e.headline), 1)
|
|
1430
1430
|
])) : v("", !0),
|
|
@@ -1434,10 +1434,10 @@ const Aa = /* @__PURE__ */ h(Da, [["__scopeId", "data-v-7fd89b0c"]]), Ta = { cla
|
|
|
1434
1434
|
t("div", {
|
|
1435
1435
|
class: c(["features__elements", [e.elements.length == 6 ? "features__elements--grid-6" : ""]])
|
|
1436
1436
|
}, [
|
|
1437
|
-
(l(!0), s(I, null,
|
|
1438
|
-
p(
|
|
1437
|
+
(l(!0), s(I, null, M(e.elements, (i) => (l(), s("div", za, [
|
|
1438
|
+
p(B, { class: "element__icon" }, {
|
|
1439
1439
|
default: $(() => [
|
|
1440
|
-
u(a.$slots, "features-icon", A(
|
|
1440
|
+
u(a.$slots, "features-icon", A(C({
|
|
1441
1441
|
src: i.icon.src,
|
|
1442
1442
|
height: 30,
|
|
1443
1443
|
width: 30,
|
|
@@ -1474,9 +1474,9 @@ const Ha = /* @__PURE__ */ h(Pa, [["__scopeId", "data-v-0990b89f"]]), Za = { cla
|
|
|
1474
1474
|
return (a, r) => (l(), s("div", Za, [
|
|
1475
1475
|
t("div", Ea, [
|
|
1476
1476
|
t("div", Ra, [
|
|
1477
|
-
p(
|
|
1477
|
+
p(B, null, {
|
|
1478
1478
|
default: $(() => [
|
|
1479
|
-
u(a.$slots, "image", A(
|
|
1479
|
+
u(a.$slots, "image", A(C({ width: 984, height: 554, src: e.src, alt: e.alt })))
|
|
1480
1480
|
]),
|
|
1481
1481
|
_: 3
|
|
1482
1482
|
})
|
|
@@ -1548,9 +1548,9 @@ const Fa = /* @__PURE__ */ h(Wa, [["__scopeId", "data-v-6dde0544"]]), Ga = { cla
|
|
|
1548
1548
|
}, [
|
|
1549
1549
|
t("div", Ga, [
|
|
1550
1550
|
e.mediaLarge && e.mediaType === "image" ? (l(), s("div", Ja, [
|
|
1551
|
-
p(
|
|
1551
|
+
p(B, null, {
|
|
1552
1552
|
default: $(() => [
|
|
1553
|
-
u(a.$slots, "image-large", A(
|
|
1553
|
+
u(a.$slots, "image-large", A(C({
|
|
1554
1554
|
width: 617,
|
|
1555
1555
|
height: 530,
|
|
1556
1556
|
src: e.mediaLarge.src,
|
|
@@ -1582,10 +1582,10 @@ const Fa = /* @__PURE__ */ h(Wa, [["__scopeId", "data-v-6dde0544"]]), Ga = { cla
|
|
|
1582
1582
|
e.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
|
|
1583
1583
|
])
|
|
1584
1584
|
}, [
|
|
1585
|
-
(l(!0), s(I, null,
|
|
1586
|
-
p(
|
|
1585
|
+
(l(!0), s(I, null, M(e.mediaSmall, (i) => (l(), s("div", Ka, [
|
|
1586
|
+
p(B, null, {
|
|
1587
1587
|
default: $(() => [
|
|
1588
|
-
u(a.$slots, "image-small", A(
|
|
1588
|
+
u(a.$slots, "image-small", A(C({
|
|
1589
1589
|
width: 328,
|
|
1590
1590
|
height: 246,
|
|
1591
1591
|
src: i.src,
|
|
@@ -1632,7 +1632,7 @@ const el = /* @__PURE__ */ h(Xa, [["__scopeId", "data-v-bad7dce2"]]), tl = { cla
|
|
|
1632
1632
|
]));
|
|
1633
1633
|
}
|
|
1634
1634
|
});
|
|
1635
|
-
const il = /* @__PURE__ */ h(ll, [["__scopeId", "data-v-2676cf0a"]]), rl = (e) => (
|
|
1635
|
+
const il = /* @__PURE__ */ h(ll, [["__scopeId", "data-v-2676cf0a"]]), rl = (e) => (T("data-v-e4b4c416"), e = e(), j(), e), sl = { class: "hero__wrapper" }, ol = { class: "hero__content" }, nl = { class: "hero__top" }, dl = { class: "hero__elements" }, cl = { class: "hero__headline" }, ul = { class: "hero__link" }, _l = { class: "hero__video" }, ml = /* @__PURE__ */ rl(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), hl = /* @__PURE__ */ m({
|
|
1636
1636
|
__name: "hero",
|
|
1637
1637
|
props: {
|
|
1638
1638
|
headline: {
|
|
@@ -1683,7 +1683,7 @@ const il = /* @__PURE__ */ h(ll, [["__scopeId", "data-v-2676cf0a"]]), rl = (e) =
|
|
|
1683
1683
|
]));
|
|
1684
1684
|
}
|
|
1685
1685
|
});
|
|
1686
|
-
const vl = /* @__PURE__ */ h(hl, [["__scopeId", "data-v-e4b4c416"]]), gl = { class: "logo-wall__wrapper" },
|
|
1686
|
+
const vl = /* @__PURE__ */ h(hl, [["__scopeId", "data-v-e4b4c416"]]), gl = { class: "logo-wall__wrapper" }, yl = { class: "logo-wall__content" }, fl = { class: "logo-wall__logos" }, bl = { class: "logo-wall__logo" }, pl = { class: "logo-wall__link" }, $l = /* @__PURE__ */ m({
|
|
1687
1687
|
__name: "logo-wall",
|
|
1688
1688
|
props: {
|
|
1689
1689
|
logos: {
|
|
@@ -1694,12 +1694,12 @@ const vl = /* @__PURE__ */ h(hl, [["__scopeId", "data-v-e4b4c416"]]), gl = { cla
|
|
|
1694
1694
|
},
|
|
1695
1695
|
setup(e) {
|
|
1696
1696
|
return (a, r) => (l(), s("div", gl, [
|
|
1697
|
-
t("div",
|
|
1698
|
-
t("div",
|
|
1699
|
-
(l(!0), s(I, null,
|
|
1700
|
-
p(
|
|
1697
|
+
t("div", yl, [
|
|
1698
|
+
t("div", fl, [
|
|
1699
|
+
(l(!0), s(I, null, M(e.logos, (i) => (l(), s("div", bl, [
|
|
1700
|
+
p(B, null, {
|
|
1701
1701
|
default: $(() => [
|
|
1702
|
-
u(a.$slots, "logo-wall-logo", A(
|
|
1702
|
+
u(a.$slots, "logo-wall-logo", A(C({
|
|
1703
1703
|
height: 123,
|
|
1704
1704
|
src: i.src,
|
|
1705
1705
|
alt: i.alt
|
|
@@ -1770,7 +1770,7 @@ function Ml(e, a) {
|
|
|
1770
1770
|
])
|
|
1771
1771
|
]);
|
|
1772
1772
|
}
|
|
1773
|
-
const Bl = /* @__PURE__ */ h(xl, [["render", Ml], ["__scopeId", "data-v-e16581b7"]]), Ll = { class: "product-hero__wrapper" }, Dl = { class: "product-hero__content" }, Al = { class: "product-hero__headline" },
|
|
1773
|
+
const Bl = /* @__PURE__ */ h(xl, [["render", Ml], ["__scopeId", "data-v-e16581b7"]]), Ll = { class: "product-hero__wrapper" }, Dl = { class: "product-hero__content" }, Al = { class: "product-hero__headline" }, Cl = { class: "product-hero__video" }, Tl = /* @__PURE__ */ m({
|
|
1774
1774
|
__name: "product-hero",
|
|
1775
1775
|
props: {
|
|
1776
1776
|
headline: {
|
|
@@ -1800,7 +1800,7 @@ const Bl = /* @__PURE__ */ h(xl, [["render", Ml], ["__scopeId", "data-v-e16581b7
|
|
|
1800
1800
|
t("div", Al, [
|
|
1801
1801
|
t("h1", null, o(e.headline), 1)
|
|
1802
1802
|
]),
|
|
1803
|
-
t("div",
|
|
1803
|
+
t("div", Cl, [
|
|
1804
1804
|
p(Z, {
|
|
1805
1805
|
play: !0,
|
|
1806
1806
|
localVideo: !0,
|
|
@@ -1817,7 +1817,7 @@ const Bl = /* @__PURE__ */ h(xl, [["render", Ml], ["__scopeId", "data-v-e16581b7
|
|
|
1817
1817
|
]));
|
|
1818
1818
|
}
|
|
1819
1819
|
});
|
|
1820
|
-
const jl = /* @__PURE__ */ h(
|
|
1820
|
+
const jl = /* @__PURE__ */ h(Tl, [["__scopeId", "data-v-470041ac"]]), Nl = { class: "promo__content" }, zl = /* @__PURE__ */ m({
|
|
1821
1821
|
__name: "promo",
|
|
1822
1822
|
props: {
|
|
1823
1823
|
label: {
|
|
@@ -1880,9 +1880,9 @@ const jl = /* @__PURE__ */ h(Cl, [["__scopeId", "data-v-470041ac"]]), Nl = { cla
|
|
|
1880
1880
|
e.reverse ? "promo__image--reverse" : "promo__image--default"
|
|
1881
1881
|
])
|
|
1882
1882
|
}, [
|
|
1883
|
-
p(
|
|
1883
|
+
p(B, null, {
|
|
1884
1884
|
default: $(() => [
|
|
1885
|
-
u(a.$slots, "promo-image", A(
|
|
1885
|
+
u(a.$slots, "promo-image", A(C({ src: e.src, width: 1920, alt: e.alt, height: 1080 })))
|
|
1886
1886
|
]),
|
|
1887
1887
|
_: 3
|
|
1888
1888
|
})
|
|
@@ -1947,7 +1947,7 @@ const jl = /* @__PURE__ */ h(Cl, [["__scopeId", "data-v-470041ac"]]), Nl = { cla
|
|
|
1947
1947
|
], 2));
|
|
1948
1948
|
}
|
|
1949
1949
|
});
|
|
1950
|
-
const Vl = /* @__PURE__ */ h(zl, [["__scopeId", "data-v-4392a3a6"]]), Ol = (e) => (
|
|
1950
|
+
const Vl = /* @__PURE__ */ h(zl, [["__scopeId", "data-v-4392a3a6"]]), Ol = (e) => (T("data-v-3cc55dbf"), e = e(), j(), e), Pl = { class: "quote__wrapper" }, Hl = { class: "quote__content" }, Zl = /* @__PURE__ */ Ol(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), El = { class: "quote__quote" }, Rl = { class: "quote__quote-text" }, Ul = { class: "quote__author" }, Wl = {
|
|
1951
1951
|
key: 0,
|
|
1952
1952
|
class: "quote__image"
|
|
1953
1953
|
}, Fl = { class: "quote__text" }, Gl = { class: "quote__author-name" }, Jl = { class: "quote__author-title" }, Yl = /* @__PURE__ */ m({
|
|
@@ -1978,9 +1978,9 @@ const Vl = /* @__PURE__ */ h(zl, [["__scopeId", "data-v-4392a3a6"]]), Ol = (e) =
|
|
|
1978
1978
|
t("p", Rl, o(e.quote), 1),
|
|
1979
1979
|
t("div", Ul, [
|
|
1980
1980
|
e.authorImage ? (l(), s("div", Wl, [
|
|
1981
|
-
p(
|
|
1981
|
+
p(B, null, {
|
|
1982
1982
|
default: $(() => [
|
|
1983
|
-
u(a.$slots, "author-image", A(
|
|
1983
|
+
u(a.$slots, "author-image", A(C({
|
|
1984
1984
|
src: e.authorImage + "/m/100x100",
|
|
1985
1985
|
width: 60,
|
|
1986
1986
|
height: 60
|
|
@@ -2086,9 +2086,9 @@ const Kl = /* @__PURE__ */ h(Yl, [["__scopeId", "data-v-3cc55dbf"]]), Ql = { cla
|
|
|
2086
2086
|
e.imageClip ? "rich-text__image--clip" : ""
|
|
2087
2087
|
])
|
|
2088
2088
|
}, [
|
|
2089
|
-
p(
|
|
2089
|
+
p(B, null, {
|
|
2090
2090
|
default: $(() => [
|
|
2091
|
-
u(a.$slots, "rich-text-image", A(
|
|
2091
|
+
u(a.$slots, "rich-text-image", A(C({ width: 865, height: 307 })))
|
|
2092
2092
|
]),
|
|
2093
2093
|
_: 3
|
|
2094
2094
|
})
|
|
@@ -2098,7 +2098,7 @@ const Kl = /* @__PURE__ */ h(Yl, [["__scopeId", "data-v-3cc55dbf"]]), Ql = { cla
|
|
|
2098
2098
|
], 2));
|
|
2099
2099
|
}
|
|
2100
2100
|
});
|
|
2101
|
-
const ai = /* @__PURE__ */ h(ti, [["__scopeId", "data-v-ef067601"]]), li = (e) => (
|
|
2101
|
+
const ai = /* @__PURE__ */ h(ti, [["__scopeId", "data-v-ef067601"]]), li = (e) => (T("data-v-e2d52bd9"), e = e(), j(), e), ii = { class: "timeline__wrapper" }, ri = { class: "timeline__content" }, si = { class: "timeline__items" }, oi = { class: "timeline__item faded" }, ni = { class: "item__left" }, di = /* @__PURE__ */ li(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
|
|
2102
2102
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
2103
2103
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
2104
2104
|
], -1)), ci = { class: "item__right" }, ui = ["innerHTML"], _i = /* @__PURE__ */ m({
|
|
@@ -2127,11 +2127,11 @@ const ai = /* @__PURE__ */ h(ti, [["__scopeId", "data-v-ef067601"]]), li = (e) =
|
|
|
2127
2127
|
}), (a, r) => (l(), s("div", ii, [
|
|
2128
2128
|
t("div", ri, [
|
|
2129
2129
|
t("div", si, [
|
|
2130
|
-
(l(!0), s(I, null,
|
|
2130
|
+
(l(!0), s(I, null, M(e.timelineItems, (i) => (l(), s("div", oi, [
|
|
2131
2131
|
t("div", ni, o(i.year), 1),
|
|
2132
2132
|
di,
|
|
2133
2133
|
t("div", ci, [
|
|
2134
|
-
p(
|
|
2134
|
+
p(B, null, {
|
|
2135
2135
|
default: $(() => [
|
|
2136
2136
|
i.media.type === "image" ? u(a.$slots, "timeline-image", A(J({ key: 0 }, { src: i.media.src, alt: i.media.alt })), void 0, !0) : v("", !0)
|
|
2137
2137
|
]),
|
|
@@ -2152,7 +2152,7 @@ const ai = /* @__PURE__ */ h(ti, [["__scopeId", "data-v-ef067601"]]), li = (e) =
|
|
|
2152
2152
|
const mi = /* @__PURE__ */ h(_i, [["__scopeId", "data-v-e2d52bd9"]]), hi = { class: "triple-card-display__wrapper" }, vi = {
|
|
2153
2153
|
key: 0,
|
|
2154
2154
|
class: "triple-card__content"
|
|
2155
|
-
}, gi = { key: 0 },
|
|
2155
|
+
}, gi = { key: 0 }, yi = { key: 1 }, fi = { class: "triple-card__cards" }, bi = /* @__PURE__ */ m({
|
|
2156
2156
|
__name: "triple-card-display",
|
|
2157
2157
|
props: {
|
|
2158
2158
|
headline: {
|
|
@@ -2178,9 +2178,9 @@ const mi = /* @__PURE__ */ h(_i, [["__scopeId", "data-v-e2d52bd9"]]), hi = { cla
|
|
|
2178
2178
|
t("div", hi, [
|
|
2179
2179
|
e.headline || e.paragraph ? (l(), s("div", vi, [
|
|
2180
2180
|
e.headline ? (l(), s("h2", gi, o(e.headline), 1)) : v("", !0),
|
|
2181
|
-
e.paragraph ? (l(), s("p",
|
|
2181
|
+
e.paragraph ? (l(), s("p", yi, o(e.paragraph), 1)) : v("", !0)
|
|
2182
2182
|
])) : v("", !0),
|
|
2183
|
-
t("div",
|
|
2183
|
+
t("div", fi, [
|
|
2184
2184
|
u(a.$slots, "triple-card-display-cards", {}, void 0, !0)
|
|
2185
2185
|
])
|
|
2186
2186
|
])
|
|
@@ -2234,7 +2234,7 @@ const xi = /* @__PURE__ */ h(Si, [["__scopeId", "data-v-a6c209f4"]]), Ii = { cla
|
|
|
2234
2234
|
]));
|
|
2235
2235
|
}
|
|
2236
2236
|
});
|
|
2237
|
-
const Di = /* @__PURE__ */ h(Li, [["__scopeId", "data-v-c2038fe4"]]), Ai = { class: "filter__wrapper" },
|
|
2237
|
+
const Di = /* @__PURE__ */ h(Li, [["__scopeId", "data-v-c2038fe4"]]), Ai = { class: "filter__wrapper" }, Ci = { class: "filter__content" }, Ti = { class: "filter__dropdowns" }, ji = { class: "filter__chips" }, Ni = /* @__PURE__ */ m({
|
|
2238
2238
|
__name: "filter",
|
|
2239
2239
|
props: {
|
|
2240
2240
|
hasChips: {
|
|
@@ -2245,8 +2245,8 @@ const Di = /* @__PURE__ */ h(Li, [["__scopeId", "data-v-c2038fe4"]]), Ai = { cla
|
|
|
2245
2245
|
emits: ["clearFilters"],
|
|
2246
2246
|
setup(e) {
|
|
2247
2247
|
return (a, r) => (l(), s("div", Ai, [
|
|
2248
|
-
t("div",
|
|
2249
|
-
t("div",
|
|
2248
|
+
t("div", Ci, [
|
|
2249
|
+
t("div", Ti, [
|
|
2250
2250
|
u(a.$slots, "filter-dropdowns", {}, void 0, !0)
|
|
2251
2251
|
]),
|
|
2252
2252
|
t("div", ji, [
|
|
@@ -2261,7 +2261,7 @@ const Di = /* @__PURE__ */ h(Li, [["__scopeId", "data-v-c2038fe4"]]), Ai = { cla
|
|
|
2261
2261
|
]));
|
|
2262
2262
|
}
|
|
2263
2263
|
});
|
|
2264
|
-
const zi = /* @__PURE__ */ h(Ni, [["__scopeId", "data-v-cf46dae2"]]), O = (e) => (
|
|
2264
|
+
const zi = /* @__PURE__ */ h(Ni, [["__scopeId", "data-v-cf46dae2"]]), O = (e) => (T("data-v-6d9c55d4"), e = e(), j(), e), Vi = { class: "footer__wrapper" }, Oi = { class: "footer__content" }, Pi = { class: "footer__sections" }, Hi = { class: "section" }, Zi = { class: "section__title" }, Ei = { class: "section__list" }, Ri = { class: "section" }, Ui = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), Wi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), Fi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), Gi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("br", null, null, -1)), Ji = /* @__PURE__ */ O(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), Yi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), Ki = { class: "footer__bottom" }, Qi = { class: "footer__copyright-policy" }, Xi = { class: "copyright" }, er = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", null, [
|
|
2265
2265
|
/* @__PURE__ */ t("i", { class: "change-region" }),
|
|
2266
2266
|
/* @__PURE__ */ H("Change region")
|
|
2267
2267
|
], -1)), tr = [
|
|
@@ -2299,7 +2299,7 @@ const zi = /* @__PURE__ */ h(Ni, [["__scopeId", "data-v-cf46dae2"]]), O = (e) =>
|
|
|
2299
2299
|
return (a, r) => (l(), s("div", Vi, [
|
|
2300
2300
|
t("footer", Oi, [
|
|
2301
2301
|
t("div", Pi, [
|
|
2302
|
-
(l(!0), s(I, null,
|
|
2302
|
+
(l(!0), s(I, null, M(e.footerSections, (i) => (l(), s("div", Hi, [
|
|
2303
2303
|
t("span", Zi, o(i.title), 1),
|
|
2304
2304
|
t("nav", null, [
|
|
2305
2305
|
t("ul", Ei, [
|
|
@@ -2349,7 +2349,7 @@ const zi = /* @__PURE__ */ h(Ni, [["__scopeId", "data-v-cf46dae2"]]), O = (e) =>
|
|
|
2349
2349
|
u(a.$slots, "footer-cookie-link")
|
|
2350
2350
|
]),
|
|
2351
2351
|
t("div", ar, [
|
|
2352
|
-
(l(!0), s(I, null,
|
|
2352
|
+
(l(!0), s(I, null, M(e.socialMedia, (i) => (l(), z(D, {
|
|
2353
2353
|
underline: "false",
|
|
2354
2354
|
linkType: "regular"
|
|
2355
2355
|
}, {
|
|
@@ -2387,7 +2387,7 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
|
|
|
2387
2387
|
src: ce,
|
|
2388
2388
|
alt: "dropdownarrow",
|
|
2389
2389
|
style: { transform: "rotate(180deg)" }
|
|
2390
|
-
}, mr = { class: "dropdown-content" }, hr = { class: "nav-search-wrapper" }, vr = ["src"], gr = { class: "mobile-logo-search-burger-wrapper" },
|
|
2390
|
+
}, mr = { class: "dropdown-content" }, hr = { class: "nav-search-wrapper" }, vr = ["src"], gr = { class: "mobile-logo-search-burger-wrapper" }, yr = { class: "mobile-mir-link-logo" }, fr = { class: "mobile-search-wrapper" }, br = ["src"], pr = ["onClick"], $r = ["src"], kr = ["src"], wr = { class: "mobile-menu-content-wrapper" }, Sr = { class: "mobile-dropdown-content" }, xr = /* @__PURE__ */ m({
|
|
2391
2391
|
__name: "header",
|
|
2392
2392
|
props: {
|
|
2393
2393
|
burgerState: {
|
|
@@ -2410,13 +2410,13 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
|
|
|
2410
2410
|
let i = null, n = x(r.burgerState), _ = x(r.showDropDown);
|
|
2411
2411
|
te(
|
|
2412
2412
|
() => r.burgerState,
|
|
2413
|
-
(
|
|
2413
|
+
(g) => n.value = g
|
|
2414
2414
|
), te(
|
|
2415
2415
|
() => r.showDropDown,
|
|
2416
|
-
(
|
|
2416
|
+
(g) => _.value = g
|
|
2417
2417
|
), ne(() => {
|
|
2418
|
-
i = (
|
|
2419
|
-
|
|
2418
|
+
i = (g) => {
|
|
2419
|
+
g.target.closest("#menu-dropdown") || (_.value = !1);
|
|
2420
2420
|
}, window.addEventListener("click", i);
|
|
2421
2421
|
}), Se(() => {
|
|
2422
2422
|
i !== null && window.removeEventListener("click", i);
|
|
@@ -2424,34 +2424,36 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
|
|
|
2424
2424
|
function w() {
|
|
2425
2425
|
_.value = !_.value, a("update:showDropDown", _.value);
|
|
2426
2426
|
}
|
|
2427
|
-
function
|
|
2427
|
+
function L() {
|
|
2428
2428
|
n.value = !n.value, a("update:burgerState", n.value);
|
|
2429
2429
|
}
|
|
2430
|
-
return (
|
|
2430
|
+
return (g, f) => (l(), s("div", sr, [
|
|
2431
2431
|
t("nav", null, [
|
|
2432
2432
|
t("div", or, [
|
|
2433
2433
|
t("div", nr, [
|
|
2434
|
-
u(
|
|
2434
|
+
u(g.$slots, "link-logo", {}, void 0, !0)
|
|
2435
2435
|
]),
|
|
2436
2436
|
t("ul", dr, [
|
|
2437
|
-
u(
|
|
2437
|
+
u(g.$slots, "main-nav-items", {}, void 0, !0)
|
|
2438
2438
|
]),
|
|
2439
2439
|
t("div", cr, [
|
|
2440
2440
|
t("button", {
|
|
2441
2441
|
onClick: w,
|
|
2442
2442
|
class: "nav-dropdown-btn"
|
|
2443
2443
|
}, [
|
|
2444
|
-
u(
|
|
2444
|
+
u(g.$slots, "dropdown-title", {}, void 0, !0),
|
|
2445
2445
|
k(_) == !1 ? (l(), s("img", ur)) : (l(), s("img", _r))
|
|
2446
2446
|
]),
|
|
2447
2447
|
W(t("div", mr, [
|
|
2448
|
-
u(
|
|
2448
|
+
u(g.$slots, "dropdown-links", {}, void 0, !0)
|
|
2449
2449
|
], 512), [
|
|
2450
2450
|
[G, k(_)]
|
|
2451
2451
|
])
|
|
2452
2452
|
], 512),
|
|
2453
2453
|
t("div", hr, [
|
|
2454
|
-
t("button",
|
|
2454
|
+
t("button", {
|
|
2455
|
+
onClick: f[0] || (f[0] = (q) => g.$emit("clickSearch"))
|
|
2456
|
+
}, [
|
|
2455
2457
|
t("img", {
|
|
2456
2458
|
src: k(n) == !0 ? k(re) : k(ie),
|
|
2457
2459
|
alt: "search icon"
|
|
@@ -2463,12 +2465,12 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
|
|
|
2463
2465
|
class: c(["mobile-nav-wrapper", k(n) == !0 ? "mirsaic-mobile-bg" : ""])
|
|
2464
2466
|
}, [
|
|
2465
2467
|
t("div", gr, [
|
|
2466
|
-
t("div", fr, [
|
|
2467
|
-
u(f.$slots, "link-logo", {}, void 0, !0)
|
|
2468
|
-
]),
|
|
2469
2468
|
t("div", yr, [
|
|
2469
|
+
u(g.$slots, "link-logo", {}, void 0, !0)
|
|
2470
|
+
]),
|
|
2471
|
+
t("div", fr, [
|
|
2470
2472
|
t("button", {
|
|
2471
|
-
onClick:
|
|
2473
|
+
onClick: f[1] || (f[1] = (q) => g.$emit("clickSearch"))
|
|
2472
2474
|
}, [
|
|
2473
2475
|
t("img", {
|
|
2474
2476
|
src: k(n) == !0 ? k(re) : k(ie),
|
|
@@ -2477,7 +2479,7 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
|
|
|
2477
2479
|
])
|
|
2478
2480
|
]),
|
|
2479
2481
|
t("button", {
|
|
2480
|
-
onClick: se(
|
|
2482
|
+
onClick: se(L, ["prevent"]),
|
|
2481
2483
|
class: "mobile-burger-wrapper"
|
|
2482
2484
|
}, [
|
|
2483
2485
|
t("img", {
|
|
@@ -2492,11 +2494,11 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
|
|
|
2492
2494
|
]),
|
|
2493
2495
|
W(t("div", wr, [
|
|
2494
2496
|
t("ul", null, [
|
|
2495
|
-
u(
|
|
2497
|
+
u(g.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2496
2498
|
]),
|
|
2497
2499
|
t("ul", Sr, [
|
|
2498
|
-
u(
|
|
2499
|
-
u(
|
|
2500
|
+
u(g.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2501
|
+
u(g.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2500
2502
|
])
|
|
2501
2503
|
], 512), [
|
|
2502
2504
|
[G, k(n)]
|
|
@@ -2506,7 +2508,7 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
|
|
|
2506
2508
|
]));
|
|
2507
2509
|
}
|
|
2508
2510
|
});
|
|
2509
|
-
const Ir = /* @__PURE__ */ h(xr, [["__scopeId", "data-v-
|
|
2511
|
+
const Ir = /* @__PURE__ */ h(xr, [["__scopeId", "data-v-bc7ce964"]]), qr = { class: "language__wrapper" }, Mr = { class: "language__content" }, Br = { class: "language__headline" }, Lr = { class: "language__paragraph" }, Dr = /* @__PURE__ */ m({
|
|
2510
2512
|
__name: "language-switcher",
|
|
2511
2513
|
props: {
|
|
2512
2514
|
headline: {
|
|
@@ -2526,7 +2528,7 @@ const Ir = /* @__PURE__ */ h(xr, [["__scopeId", "data-v-f908d775"]]), qr = { cla
|
|
|
2526
2528
|
]));
|
|
2527
2529
|
}
|
|
2528
2530
|
});
|
|
2529
|
-
const Ar = /* @__PURE__ */ h(Dr, [["__scopeId", "data-v-9d085a10"]]),
|
|
2531
|
+
const Ar = /* @__PURE__ */ h(Dr, [["__scopeId", "data-v-9d085a10"]]), Cr = { class: "pagination__wrapper" }, Tr = { class: "pagination__content" }, jr = /* @__PURE__ */ m({
|
|
2530
2532
|
__name: "pagination",
|
|
2531
2533
|
props: {
|
|
2532
2534
|
isPreviousDisabled: {
|
|
@@ -2540,8 +2542,8 @@ const Ar = /* @__PURE__ */ h(Dr, [["__scopeId", "data-v-9d085a10"]]), Tr = { cla
|
|
|
2540
2542
|
},
|
|
2541
2543
|
emits: ["previous", "next"],
|
|
2542
2544
|
setup(e) {
|
|
2543
|
-
return (a, r) => (l(), s("div",
|
|
2544
|
-
t("div",
|
|
2545
|
+
return (a, r) => (l(), s("div", Cr, [
|
|
2546
|
+
t("div", Tr, [
|
|
2545
2547
|
p(F, {
|
|
2546
2548
|
onClick: r[0] || (r[0] = (i) => a.$emit("previous")),
|
|
2547
2549
|
disabled: e.isPreviousDisabled,
|
|
@@ -2561,7 +2563,7 @@ const Ar = /* @__PURE__ */ h(Dr, [["__scopeId", "data-v-9d085a10"]]), Tr = { cla
|
|
|
2561
2563
|
});
|
|
2562
2564
|
const Nr = /* @__PURE__ */ h(jr, [["__scopeId", "data-v-aef0eda7"]]), Vr = {
|
|
2563
2565
|
install: (e) => {
|
|
2564
|
-
e.component("AtomButton", F), e.component("AtomCheckbox", Ae), e.component("AtomChip", Ve), e.component("AtomDropdown", We), e.component("AtomImage",
|
|
2566
|
+
e.component("AtomButton", F), e.component("AtomCheckbox", Ae), e.component("AtomChip", Ve), e.component("AtomDropdown", We), e.component("AtomImage", B), e.component("AtomLabel", R), e.component("AtomLink", D), e.component("AtomRadioButton", it), e.component("AtomSelect", ct), e.component("AtomSlider", pt), e.component("AtomTextarea", Mt), e.component("AtomTextField", Ot), e.component("AtomVideo", Z), e.component("MoleculeAddress", ea), e.component("MoleculeBulletList", ra), e.component("MoleculeCard", da), e.component("MoleculeEventCard", ya), e.component("MoleculeModal", de), e.component("MoleculeTextCard", ka), e.component("BlockFacts", Aa), e.component("BlockFeatures", Ha), e.component("BlockHeadline", il), e.component("BlockHero", vl), e.component("BlockImage", Fa), e.component("BlockImageGallery", el), e.component("BlockLogoWall", kl), e.component("BlockMicroStories", Sl), e.component("BlockPolicy", Bl), e.component("BlockProductHero", jl), e.component("BlockPromo", Vl), e.component("BlockQuote", Kl), e.component("BlockRichText", ai), e.component("BlockTimeline", mi), e.component("BlockTripleCardDisplay", pi), e.component("BlockVimeo", xi), e.component("Organism404", Di), e.component("OrganismFilter", zi), e.component("OrganismFooter", rr), e.component("OrganismHeader", Ir), e.component("OrganismLanguageSwitcher", Ar), e.component("OrganismPagination", Nr);
|
|
2565
2567
|
}
|
|
2566
2568
|
};
|
|
2567
2569
|
export {
|
|
@@ -2569,7 +2571,7 @@ export {
|
|
|
2569
2571
|
Ae as AtomCheckbox,
|
|
2570
2572
|
Ve as AtomChip,
|
|
2571
2573
|
We as AtomDropdown,
|
|
2572
|
-
|
|
2574
|
+
B as AtomImage,
|
|
2573
2575
|
R as AtomLabel,
|
|
2574
2576
|
D as AtomLink,
|
|
2575
2577
|
it as AtomRadioButton,
|
|
@@ -2597,7 +2599,7 @@ export {
|
|
|
2597
2599
|
ea as MoleculeAddress,
|
|
2598
2600
|
ra as MoleculeBulletList,
|
|
2599
2601
|
da as MoleculeCard,
|
|
2600
|
-
|
|
2602
|
+
ya as MoleculeEventCard,
|
|
2601
2603
|
de as MoleculeModal,
|
|
2602
2604
|
ka as MoleculeTextCard,
|
|
2603
2605
|
Di as Organism404,
|