@mirweb/mir-web-components 0.9.3 → 0.9.5
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,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const xe = ["aria-label"], Ie = /* @__PURE__ */
|
|
1
|
+
import { defineComponent as h, openBlock as a, createElementBlock as r, normalizeClass as c, toDisplayString as d, createElementVNode as t, renderSlot as m, pushScopeId as P, popScopeId as H, computed as N, createTextVNode as O, ref as S, withDirectives as U, Fragment as M, renderList as L, vShow as F, normalizeProps as T, guardReactiveProps as C, mergeProps as le, createVNode as k, Transition as ke, withCtx as $, withModifiers as ie, createCommentVNode as _, watchEffect as re, withKeys as $e, createBlock as j, normalizeStyle as oe, isRef as K, unref as p, watch as Q, onMounted as we, onUnmounted as Se } from "vue";
|
|
2
|
+
const xe = ["aria-label"], Ie = /* @__PURE__ */ h({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
5
5
|
variant: {
|
|
@@ -22,18 +22,18 @@ const xe = ["aria-label"], Ie = /* @__PURE__ */ _({
|
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
setup(e) {
|
|
25
|
-
return (i,
|
|
25
|
+
return (i, l) => (a(), r("button", {
|
|
26
26
|
class: c(["button", "button--" + e.variant]),
|
|
27
27
|
"aria-label": e.ariaLabel
|
|
28
28
|
}, d(e.variant == "close" ? "" : e.buttonText), 11, xe));
|
|
29
29
|
}
|
|
30
30
|
});
|
|
31
|
-
const
|
|
32
|
-
const
|
|
31
|
+
const v = (e, i) => {
|
|
32
|
+
const l = e.__vccOpts || e;
|
|
33
33
|
for (const [o, n] of i)
|
|
34
|
-
|
|
35
|
-
return
|
|
36
|
-
}, ne = /* @__PURE__ */
|
|
34
|
+
l[o] = n;
|
|
35
|
+
return l;
|
|
36
|
+
}, ne = /* @__PURE__ */ v(Ie, [["__scopeId", "data-v-2f387652"]]), qe = (e) => (P("data-v-f62bd17f"), e = e(), H(), e), Me = ["name", "value", "disabled", "required", "id"], De = ["for"], Be = /* @__PURE__ */ qe(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Ae = /* @__PURE__ */ h({
|
|
37
37
|
__name: "checkbox",
|
|
38
38
|
props: {
|
|
39
39
|
name: String,
|
|
@@ -60,11 +60,11 @@ const h = (e, i) => {
|
|
|
60
60
|
},
|
|
61
61
|
emits: ["input"],
|
|
62
62
|
setup(e, { emit: i }) {
|
|
63
|
-
const
|
|
63
|
+
const l = (o) => {
|
|
64
64
|
const n = o.target;
|
|
65
65
|
i("input", n.checked);
|
|
66
66
|
};
|
|
67
|
-
return (o, n) => (
|
|
67
|
+
return (o, n) => (a(), r("div", {
|
|
68
68
|
class: c(["checkbox__wrapper", e.disabled ? "disabled" : ""])
|
|
69
69
|
}, [
|
|
70
70
|
t("input", {
|
|
@@ -75,7 +75,7 @@ const h = (e, i) => {
|
|
|
75
75
|
required: e.required,
|
|
76
76
|
id: e.id,
|
|
77
77
|
class: "checkbox__checkbox",
|
|
78
|
-
onChange:
|
|
78
|
+
onChange: l
|
|
79
79
|
}, null, 40, Me),
|
|
80
80
|
t("label", {
|
|
81
81
|
for: e.id,
|
|
@@ -87,7 +87,7 @@ const h = (e, i) => {
|
|
|
87
87
|
], 2));
|
|
88
88
|
}
|
|
89
89
|
});
|
|
90
|
-
const Le = /* @__PURE__ */
|
|
90
|
+
const Le = /* @__PURE__ */ v(Ae, [["__scopeId", "data-v-f62bd17f"]]), Te = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOSA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSA4TDggMU0xIDFMOCA4IiBzdHJva2U9IiMwQzA5MzEiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=", Ce = { class: "chip__wrapper" }, je = ["aria-label"], Ne = /* @__PURE__ */ h({
|
|
91
91
|
__name: "chip",
|
|
92
92
|
props: {
|
|
93
93
|
text: {
|
|
@@ -97,8 +97,8 @@ const Le = /* @__PURE__ */ h(Ae, [["__scopeId", "data-v-f62bd17f"]]), Te = "data
|
|
|
97
97
|
},
|
|
98
98
|
emits: ["remove-chip"],
|
|
99
99
|
setup(e, { emit: i }) {
|
|
100
|
-
const
|
|
101
|
-
return (n, u) => (
|
|
100
|
+
const l = e, o = N(() => `Chip: ${l.text}`);
|
|
101
|
+
return (n, u) => (a(), r("div", Ce, [
|
|
102
102
|
t("span", {
|
|
103
103
|
class: "chip",
|
|
104
104
|
"aria-label": o.value
|
|
@@ -114,7 +114,7 @@ const Le = /* @__PURE__ */ h(Ae, [["__scopeId", "data-v-f62bd17f"]]), Te = "data
|
|
|
114
114
|
]));
|
|
115
115
|
}
|
|
116
116
|
});
|
|
117
|
-
const ze = /* @__PURE__ */
|
|
117
|
+
const ze = /* @__PURE__ */ v(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["value"], Oe = ["id"], Pe = { class: "listbox__dropdown" }, He = ["id", "aria-labelledby", "aria-disabled"], Ze = ["aria-labelledby", "aria-activedescendant"], Ee = ["aria-selected", "data-value"], Re = /* @__PURE__ */ h({
|
|
118
118
|
__name: "dropdown",
|
|
119
119
|
props: {
|
|
120
120
|
modelValue: {
|
|
@@ -157,15 +157,15 @@ const ze = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
|
|
|
157
157
|
},
|
|
158
158
|
emits: ["update:modelValue"],
|
|
159
159
|
setup(e, { emit: i }) {
|
|
160
|
-
const
|
|
161
|
-
const s =
|
|
162
|
-
(
|
|
160
|
+
const l = e, o = S(null), n = S(null), u = S([]), x = S(0), I = S(""), f = S(!0), b = S(0), q = N(() => {
|
|
161
|
+
const s = l.options.find(
|
|
162
|
+
(g) => g.value === l.modelValue
|
|
163
163
|
);
|
|
164
164
|
return s && s.label;
|
|
165
165
|
}), ce = {
|
|
166
|
-
beforeMount(s,
|
|
166
|
+
beforeMount(s, g) {
|
|
167
167
|
s.clickOutsideEvent = function(y) {
|
|
168
|
-
s === y.target || s.contains(y.target) ||
|
|
168
|
+
s === y.target || s.contains(y.target) || g.value(y);
|
|
169
169
|
}, document.body.addEventListener("click", s.clickOutsideEvent);
|
|
170
170
|
},
|
|
171
171
|
unmounted(s) {
|
|
@@ -177,21 +177,21 @@ const ze = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
|
|
|
177
177
|
}
|
|
178
178
|
function me(s) {
|
|
179
179
|
var y;
|
|
180
|
-
const
|
|
181
|
-
|
|
180
|
+
const g = s.target;
|
|
181
|
+
g.getAttribute("role") === "option" && (Z(g), R(), (y = o.value) == null || y.focus());
|
|
182
182
|
}
|
|
183
183
|
function G(s) {
|
|
184
184
|
var y;
|
|
185
|
-
const
|
|
186
|
-
switch (
|
|
185
|
+
const g = s.key;
|
|
186
|
+
switch (g) {
|
|
187
187
|
case "ArrowUp":
|
|
188
188
|
case "ArrowDown": {
|
|
189
189
|
s.preventDefault();
|
|
190
|
-
const w =
|
|
191
|
-
(V) => V.value ===
|
|
190
|
+
const w = l.options.findIndex(
|
|
191
|
+
(V) => V.value === l.modelValue
|
|
192
192
|
);
|
|
193
193
|
let B = w ? u.value[w] : u.value[0];
|
|
194
|
-
|
|
194
|
+
g === "ArrowUp" ? w - 1 >= 0 && (B = u.value[w - 1]) : w + 1 <= l.options.length && (B = u.value[w + 1]), B && Z(B);
|
|
195
195
|
break;
|
|
196
196
|
}
|
|
197
197
|
case "Home":
|
|
@@ -204,17 +204,17 @@ const ze = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
|
|
|
204
204
|
break;
|
|
205
205
|
case "Enter":
|
|
206
206
|
case "Escape":
|
|
207
|
-
s.preventDefault(),
|
|
207
|
+
s.preventDefault(), R(), (y = o.value) == null || y.focus();
|
|
208
208
|
break;
|
|
209
209
|
default: {
|
|
210
|
-
const w = ge(
|
|
210
|
+
const w = ge(g);
|
|
211
211
|
w && Z(w);
|
|
212
212
|
break;
|
|
213
213
|
}
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
|
-
function
|
|
217
|
-
if (!
|
|
216
|
+
function he(s) {
|
|
217
|
+
if (!l.disabled)
|
|
218
218
|
switch (s.key) {
|
|
219
219
|
case "ArrowUp":
|
|
220
220
|
case "ArrowDown":
|
|
@@ -222,7 +222,7 @@ const ze = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
|
|
|
222
222
|
break;
|
|
223
223
|
}
|
|
224
224
|
}
|
|
225
|
-
function
|
|
225
|
+
function _e(s) {
|
|
226
226
|
s && s.removeAttribute("aria-selected");
|
|
227
227
|
}
|
|
228
228
|
function ve() {
|
|
@@ -231,19 +231,19 @@ const ze = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
|
|
|
231
231
|
}, 500);
|
|
232
232
|
}
|
|
233
233
|
function ge(s) {
|
|
234
|
-
let
|
|
235
|
-
(I.value === "" ||
|
|
236
|
-
(w) => w.value ===
|
|
237
|
-
)), I.value =
|
|
234
|
+
let g = "";
|
|
235
|
+
(I.value === "" || g !== s) && (b.value = l.options.findIndex(
|
|
236
|
+
(w) => w.value === l.modelValue
|
|
237
|
+
)), I.value = g === s ? s : I.value + s, g = s, ve();
|
|
238
238
|
let y = J(
|
|
239
239
|
b.value + 1,
|
|
240
|
-
|
|
240
|
+
l.options.length
|
|
241
241
|
);
|
|
242
|
-
return !y && I.value.length === 1 && (y = J(0, b.value)), b.value = (b.value + 1) %
|
|
242
|
+
return !y && I.value.length === 1 && (y = J(0, b.value)), b.value = (b.value + 1) % l.options.length, y;
|
|
243
243
|
}
|
|
244
|
-
function J(s,
|
|
245
|
-
for (let y = s; y <
|
|
246
|
-
if (
|
|
244
|
+
function J(s, g) {
|
|
245
|
+
for (let y = s; y < g; y++)
|
|
246
|
+
if (l.options[y].label && l.options[y].label.toUpperCase().indexOf(I.value.toUpperCase()) === 0)
|
|
247
247
|
return u.value[y];
|
|
248
248
|
return null;
|
|
249
249
|
}
|
|
@@ -252,38 +252,38 @@ const ze = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
|
|
|
252
252
|
}
|
|
253
253
|
function Z(s) {
|
|
254
254
|
var y, w;
|
|
255
|
-
const
|
|
256
|
-
if (
|
|
257
|
-
const B =
|
|
258
|
-
(pe) => pe.value ===
|
|
255
|
+
const g = s.getAttribute("data-value");
|
|
256
|
+
if (l.modelValue) {
|
|
257
|
+
const B = l.options.findIndex(
|
|
258
|
+
(pe) => pe.value === l.modelValue
|
|
259
259
|
), V = u.value[B];
|
|
260
|
-
|
|
260
|
+
_e(V);
|
|
261
261
|
}
|
|
262
262
|
if (s.setAttribute("aria-selected", "true"), (y = n.value) == null || y.setAttribute(
|
|
263
263
|
"aria-activedescendant",
|
|
264
|
-
|
|
265
|
-
), ue(
|
|
264
|
+
g || ""
|
|
265
|
+
), ue(g || ""), n.value && n.value.scrollHeight > n.value.clientHeight) {
|
|
266
266
|
const B = n.value.clientHeight + n.value.scrollTop, V = s.offsetTop + s.offsetHeight;
|
|
267
267
|
V > B ? n.value.scrollTop = V - ((w = n.value) == null ? void 0 : w.clientHeight) : s.offsetTop < n.value.scrollTop && (n.value.scrollTop = s.offsetTop);
|
|
268
268
|
}
|
|
269
269
|
}
|
|
270
270
|
function ye() {
|
|
271
|
-
var
|
|
272
|
-
const s = (
|
|
271
|
+
var g;
|
|
272
|
+
const s = (g = u.value) == null ? void 0 : g[l.options.length - 1];
|
|
273
273
|
Z(s);
|
|
274
274
|
}
|
|
275
|
-
function
|
|
275
|
+
function R() {
|
|
276
276
|
var s;
|
|
277
277
|
f.value = !0, (s = o.value) == null || s.removeAttribute("aria-expanded");
|
|
278
278
|
}
|
|
279
279
|
function Y() {
|
|
280
|
-
var s,
|
|
281
|
-
f.value = !1, (s = o.value) == null || s.setAttribute("aria-expanded", "true"), (
|
|
280
|
+
var s, g;
|
|
281
|
+
f.value = !1, (s = o.value) == null || s.setAttribute("aria-expanded", "true"), (g = n.value) == null || g.focus();
|
|
282
282
|
}
|
|
283
283
|
function be() {
|
|
284
|
-
|
|
284
|
+
l.disabled || (f.value ? Y() : R());
|
|
285
285
|
}
|
|
286
|
-
return (s,
|
|
286
|
+
return (s, g) => (a(), r("div", {
|
|
287
287
|
class: "listbox__wrapper",
|
|
288
288
|
value: e.modelValue,
|
|
289
289
|
ref: "listbox"
|
|
@@ -296,7 +296,7 @@ const ze = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
|
|
|
296
296
|
"is-required": e.required
|
|
297
297
|
}, "listbox__label"])
|
|
298
298
|
}, d(e.label), 11, Oe),
|
|
299
|
-
|
|
299
|
+
U((a(), r("div", Pe, [
|
|
300
300
|
t("button", {
|
|
301
301
|
id: `${e.name}-button-label`,
|
|
302
302
|
"aria-labelledby": `${e.name}-label ${e.name}-button-label`,
|
|
@@ -305,11 +305,11 @@ const ze = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
|
|
|
305
305
|
"aria-disabled": e.disabled,
|
|
306
306
|
class: "listbox__button",
|
|
307
307
|
onClick: be,
|
|
308
|
-
onKeydown:
|
|
308
|
+
onKeydown: he,
|
|
309
309
|
ref_key: "listboxButton",
|
|
310
310
|
ref: o
|
|
311
311
|
}, d(e.modelValue ? q.value : e.placeholder), 41, He),
|
|
312
|
-
|
|
312
|
+
U(t("ul", {
|
|
313
313
|
"aria-labelledby": `${e.name}-label`,
|
|
314
314
|
"aria-activedescendant": e.modelValue,
|
|
315
315
|
tabindex: "0",
|
|
@@ -320,7 +320,7 @@ const ze = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
|
|
|
320
320
|
ref_key: "listboxNode",
|
|
321
321
|
ref: n
|
|
322
322
|
}, [
|
|
323
|
-
(
|
|
323
|
+
(a(!0), r(M, null, L(e.options, (y, w) => (a(), r("li", {
|
|
324
324
|
key: `${e.name}-option-${w}`,
|
|
325
325
|
"aria-selected": y.value === e.modelValue,
|
|
326
326
|
"data-value": y.value,
|
|
@@ -334,12 +334,12 @@ const ze = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
|
|
|
334
334
|
[F, !f.value]
|
|
335
335
|
])
|
|
336
336
|
])), [
|
|
337
|
-
[ce,
|
|
337
|
+
[ce, R]
|
|
338
338
|
])
|
|
339
339
|
], 8, Ve));
|
|
340
340
|
}
|
|
341
341
|
});
|
|
342
|
-
const Ue = /* @__PURE__ */
|
|
342
|
+
const Ue = /* @__PURE__ */ v(Re, [["__scopeId", "data-v-4824444a"]]), We = { class: "image__wrapper" }, Fe = /* @__PURE__ */ h({
|
|
343
343
|
__name: "image",
|
|
344
344
|
props: {
|
|
345
345
|
src: {
|
|
@@ -377,12 +377,12 @@ const Ue = /* @__PURE__ */ h(Re, [["__scopeId", "data-v-4824444a"]]), We = { cla
|
|
|
377
377
|
}
|
|
378
378
|
},
|
|
379
379
|
setup(e) {
|
|
380
|
-
return (i,
|
|
380
|
+
return (i, l) => (a(), r("div", We, [
|
|
381
381
|
m(i.$slots, "default", T(C(i.$attrs)))
|
|
382
382
|
]));
|
|
383
383
|
}
|
|
384
384
|
});
|
|
385
|
-
const D = /* @__PURE__ */
|
|
385
|
+
const D = /* @__PURE__ */ v(Fe, [["__scopeId", "data-v-513b5384"]]), Ge = { class: "label__wrapper" }, Je = ["aria-label", "label-dark"], Ye = /* @__PURE__ */ h({
|
|
386
386
|
__name: "label",
|
|
387
387
|
props: {
|
|
388
388
|
text: {
|
|
@@ -396,17 +396,17 @@ const D = /* @__PURE__ */ h(Fe, [["__scopeId", "data-v-513b5384"]]), Ge = { clas
|
|
|
396
396
|
}
|
|
397
397
|
},
|
|
398
398
|
setup(e) {
|
|
399
|
-
const i = e,
|
|
400
|
-
return (o, n) => (
|
|
399
|
+
const i = e, l = N(() => `Label: ${i.text}`);
|
|
400
|
+
return (o, n) => (a(), r("div", Ge, [
|
|
401
401
|
t("span", {
|
|
402
|
-
"aria-label":
|
|
402
|
+
"aria-label": l.value,
|
|
403
403
|
"label-dark": e.labelDark,
|
|
404
404
|
class: c(e.labelDark ? "label--dark" : "label--light")
|
|
405
405
|
}, d(e.text), 11, Je)
|
|
406
406
|
]));
|
|
407
407
|
}
|
|
408
408
|
});
|
|
409
|
-
const
|
|
409
|
+
const W = /* @__PURE__ */ v(Ye, [["__scopeId", "data-v-aacf01db"]]), Ke = { class: "link__wrapper" }, A = /* @__PURE__ */ h({
|
|
410
410
|
__name: "link",
|
|
411
411
|
props: {
|
|
412
412
|
url: {
|
|
@@ -447,12 +447,12 @@ const U = /* @__PURE__ */ h(Ye, [["__scopeId", "data-v-aacf01db"]]), Ke = { clas
|
|
|
447
447
|
}
|
|
448
448
|
},
|
|
449
449
|
setup(e) {
|
|
450
|
-
const i = e,
|
|
450
|
+
const i = e, l = N(() => {
|
|
451
451
|
const { ...o } = i;
|
|
452
452
|
return o;
|
|
453
453
|
});
|
|
454
|
-
return (o, n) => (
|
|
455
|
-
t("div", le(
|
|
454
|
+
return (o, n) => (a(), r("div", Ke, [
|
|
455
|
+
t("div", le(l.value, {
|
|
456
456
|
class: ["mir-link", [
|
|
457
457
|
e.linkType === "primary" ? "mir-link--btn button button--primary" : e.linkType === "secondary" ? "mir-link--btn button button--secondary" : e.linkType === "secondary-dark" ? "mir-link--btn button button--secondary-dark" : e.linkType === "regular" ? "regular-link" : e.linkType === "regular-dark" ? "regular-link-dark" : e.linkType === "regular-light" ? "regular-link-light" : e.linkType === "regular-blue" ? "regular-link-blue" : "",
|
|
458
458
|
e.disabled ? "disabled" : "",
|
|
@@ -465,7 +465,7 @@ const U = /* @__PURE__ */ h(Ye, [["__scopeId", "data-v-aacf01db"]]), Ke = { clas
|
|
|
465
465
|
]));
|
|
466
466
|
}
|
|
467
467
|
});
|
|
468
|
-
const Qe = (e) => (P("data-v-016da8d2"), e = e(), H(), e), Xe = ["name", "value", "checked", "disabled", "required", "id"], et = ["for"], tt = /* @__PURE__ */ Qe(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), at = /* @__PURE__ */
|
|
468
|
+
const Qe = (e) => (P("data-v-016da8d2"), e = e(), H(), e), Xe = ["name", "value", "checked", "disabled", "required", "id"], et = ["for"], tt = /* @__PURE__ */ Qe(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), at = /* @__PURE__ */ h({
|
|
469
469
|
__name: "radio-button",
|
|
470
470
|
props: {
|
|
471
471
|
name: String,
|
|
@@ -493,11 +493,11 @@ const Qe = (e) => (P("data-v-016da8d2"), e = e(), H(), e), Xe = ["name", "value"
|
|
|
493
493
|
},
|
|
494
494
|
emits: ["input"],
|
|
495
495
|
setup(e, { emit: i }) {
|
|
496
|
-
const
|
|
496
|
+
const l = (o) => {
|
|
497
497
|
const n = o.target;
|
|
498
498
|
i("input", n.checked);
|
|
499
499
|
};
|
|
500
|
-
return (o, n) => (
|
|
500
|
+
return (o, n) => (a(), r("div", {
|
|
501
501
|
class: c(["radio__wrapper", e.disabled ? "disabled" : ""])
|
|
502
502
|
}, [
|
|
503
503
|
t("input", {
|
|
@@ -509,7 +509,7 @@ const Qe = (e) => (P("data-v-016da8d2"), e = e(), H(), e), Xe = ["name", "value"
|
|
|
509
509
|
required: e.required,
|
|
510
510
|
id: e.id,
|
|
511
511
|
class: "radio__radio",
|
|
512
|
-
onChange:
|
|
512
|
+
onChange: l
|
|
513
513
|
}, null, 40, Xe),
|
|
514
514
|
t("label", {
|
|
515
515
|
for: e.id,
|
|
@@ -521,7 +521,7 @@ const Qe = (e) => (P("data-v-016da8d2"), e = e(), H(), e), Xe = ["name", "value"
|
|
|
521
521
|
], 2));
|
|
522
522
|
}
|
|
523
523
|
});
|
|
524
|
-
const lt = /* @__PURE__ */
|
|
524
|
+
const lt = /* @__PURE__ */ v(at, [["__scopeId", "data-v-016da8d2"]]), it = { class: "select__wrapper" }, rt = ["for"], ot = ["disabled", "id", "name", "value"], nt = ["value"], st = /* @__PURE__ */ h({
|
|
525
525
|
__name: "select",
|
|
526
526
|
props: {
|
|
527
527
|
id: {
|
|
@@ -562,7 +562,7 @@ const lt = /* @__PURE__ */ h(at, [["__scopeId", "data-v-016da8d2"]]), it = { cla
|
|
|
562
562
|
},
|
|
563
563
|
emits: ["update:modelValue"],
|
|
564
564
|
setup(e) {
|
|
565
|
-
return (i,
|
|
565
|
+
return (i, l) => (a(), r("div", it, [
|
|
566
566
|
t("label", {
|
|
567
567
|
for: e.id,
|
|
568
568
|
class: c([e.required ? "required" : "", e.disabled ? "disabled" : ""])
|
|
@@ -573,11 +573,11 @@ const lt = /* @__PURE__ */ h(at, [["__scopeId", "data-v-016da8d2"]]), it = { cla
|
|
|
573
573
|
id: e.id,
|
|
574
574
|
name: e.name,
|
|
575
575
|
value: e.modelValue,
|
|
576
|
-
onChange:
|
|
576
|
+
onChange: l[0] || (l[0] = (o) => {
|
|
577
577
|
i.$emit("update:modelValue", o.target.value), o.target.blur();
|
|
578
578
|
})
|
|
579
579
|
}, [
|
|
580
|
-
(
|
|
580
|
+
(a(!0), r(M, null, L(e.options, (o) => (a(), r("option", {
|
|
581
581
|
key: o.value,
|
|
582
582
|
value: o.value
|
|
583
583
|
}, d(o.text), 9, nt))), 128))
|
|
@@ -585,28 +585,28 @@ const lt = /* @__PURE__ */ h(at, [["__scopeId", "data-v-016da8d2"]]), it = { cla
|
|
|
585
585
|
]));
|
|
586
586
|
}
|
|
587
587
|
});
|
|
588
|
-
const dt = /* @__PURE__ */
|
|
588
|
+
const dt = /* @__PURE__ */ v(st, [["__scopeId", "data-v-d1d7a1e3"]]), ct = { class: "modal__wrapper" }, ut = /* @__PURE__ */ h({
|
|
589
589
|
__name: "modal",
|
|
590
590
|
props: {
|
|
591
591
|
show: { type: Boolean, default: !1 }
|
|
592
592
|
},
|
|
593
593
|
emits: ["update:show"],
|
|
594
594
|
setup(e, { emit: i }) {
|
|
595
|
-
const
|
|
595
|
+
const l = e;
|
|
596
596
|
N({
|
|
597
|
-
get: () =>
|
|
597
|
+
get: () => l.show,
|
|
598
598
|
set: (n) => i("update:show", n)
|
|
599
599
|
});
|
|
600
600
|
const o = () => {
|
|
601
|
-
i("update:show", !
|
|
601
|
+
i("update:show", !l.show);
|
|
602
602
|
};
|
|
603
|
-
return (n, u) => (
|
|
604
|
-
|
|
603
|
+
return (n, u) => (a(), r("div", ct, [
|
|
604
|
+
k(ke, {
|
|
605
605
|
duration: 300,
|
|
606
606
|
name: "nested"
|
|
607
607
|
}, {
|
|
608
|
-
default:
|
|
609
|
-
n.show ? (
|
|
608
|
+
default: $(() => [
|
|
609
|
+
n.show ? (a(), r("div", {
|
|
610
610
|
key: 0,
|
|
611
611
|
class: "overlay",
|
|
612
612
|
onClick: o,
|
|
@@ -619,7 +619,7 @@ const dt = /* @__PURE__ */ h(st, [["__scopeId", "data-v-d1d7a1e3"]]), ct = { cla
|
|
|
619
619
|
}, ["stop"]))
|
|
620
620
|
}, [
|
|
621
621
|
t("div", null, [
|
|
622
|
-
|
|
622
|
+
k(ne, {
|
|
623
623
|
ariaLabel: "close",
|
|
624
624
|
variant: "close",
|
|
625
625
|
onClick: o
|
|
@@ -627,14 +627,14 @@ const dt = /* @__PURE__ */ h(st, [["__scopeId", "data-v-d1d7a1e3"]]), ct = { cla
|
|
|
627
627
|
]),
|
|
628
628
|
m(n.$slots, "default", {}, void 0, !0)
|
|
629
629
|
])
|
|
630
|
-
])) :
|
|
630
|
+
])) : _("", !0)
|
|
631
631
|
]),
|
|
632
632
|
_: 3
|
|
633
633
|
})
|
|
634
634
|
]));
|
|
635
635
|
}
|
|
636
636
|
});
|
|
637
|
-
const se = /* @__PURE__ */
|
|
637
|
+
const se = /* @__PURE__ */ v(ut, [["__scopeId", "data-v-b5af91d8"]]), mt = { class: "slider__wrapper" }, ht = { class: "slider__label" }, _t = ["for"], vt = ["aria-label"], gt = { class: "slider__content" }, ft = ["id", "name", "value", "min", "step", "max"], yt = /* @__PURE__ */ h({
|
|
638
638
|
__name: "slider",
|
|
639
639
|
props: {
|
|
640
640
|
label: {
|
|
@@ -687,25 +687,25 @@ const se = /* @__PURE__ */ h(ut, [["__scopeId", "data-v-b5af91d8"]]), mt = { cla
|
|
|
687
687
|
},
|
|
688
688
|
emits: ["update:modelValue"],
|
|
689
689
|
setup(e, { emit: i }) {
|
|
690
|
-
const
|
|
690
|
+
const l = e, o = S(l.modelValue), n = S(), u = S(!1), x = (f, b, q) => (f - b) / (q - b) * 100, I = (f) => {
|
|
691
691
|
var b;
|
|
692
692
|
(b = n.value) == null || b.style.setProperty("--ProgressPercent", `${f}%`);
|
|
693
693
|
};
|
|
694
694
|
return re(() => {
|
|
695
695
|
if (n.value) {
|
|
696
696
|
i("update:modelValue", o.value);
|
|
697
|
-
const f = x(o.value,
|
|
697
|
+
const f = x(o.value, l.min, l.max);
|
|
698
698
|
let b = (50 - f) / 100;
|
|
699
699
|
I(f + b);
|
|
700
700
|
}
|
|
701
|
-
}), (f, b) => (
|
|
701
|
+
}), (f, b) => (a(), r(M, null, [
|
|
702
702
|
t("div", mt, [
|
|
703
|
-
t("div",
|
|
703
|
+
t("div", ht, [
|
|
704
704
|
t("label", {
|
|
705
705
|
for: e.id,
|
|
706
706
|
class: c([e.variant, ""])
|
|
707
|
-
}, d(e.label), 11,
|
|
708
|
-
e.information ? (
|
|
707
|
+
}, d(e.label), 11, _t),
|
|
708
|
+
e.information ? (a(), r("i", {
|
|
709
709
|
key: 0,
|
|
710
710
|
role: "button",
|
|
711
711
|
class: c([e.variant, "slider__information"]),
|
|
@@ -714,7 +714,7 @@ const se = /* @__PURE__ */ h(ut, [["__scopeId", "data-v-b5af91d8"]]), mt = { cla
|
|
|
714
714
|
"aria-label": e.informationLabel,
|
|
715
715
|
tabindex: "0",
|
|
716
716
|
"aria-haspopup": "dialog"
|
|
717
|
-
}, null, 42, vt)) :
|
|
717
|
+
}, null, 42, vt)) : _("", !0)
|
|
718
718
|
]),
|
|
719
719
|
t("div", gt, [
|
|
720
720
|
t("span", {
|
|
@@ -741,20 +741,20 @@ const se = /* @__PURE__ */ h(ut, [["__scopeId", "data-v-b5af91d8"]]), mt = { cla
|
|
|
741
741
|
class: c([e.variant, "slider__value"])
|
|
742
742
|
}, d(e.modelValue), 3)
|
|
743
743
|
]),
|
|
744
|
-
e.information ? (
|
|
744
|
+
e.information ? (a(), j(se, {
|
|
745
745
|
key: 0,
|
|
746
746
|
show: u.value,
|
|
747
747
|
"onUpdate:show": b[3] || (b[3] = (q) => u.value = q)
|
|
748
748
|
}, {
|
|
749
|
-
default:
|
|
749
|
+
default: $(() => [
|
|
750
750
|
O(d(e.information), 1)
|
|
751
751
|
]),
|
|
752
752
|
_: 1
|
|
753
|
-
}, 8, ["show"])) :
|
|
753
|
+
}, 8, ["show"])) : _("", !0)
|
|
754
754
|
], 64));
|
|
755
755
|
}
|
|
756
756
|
});
|
|
757
|
-
const bt = /* @__PURE__ */
|
|
757
|
+
const bt = /* @__PURE__ */ v(yt, [["__scopeId", "data-v-84385cf8"]]), pt = { id: "textarea-wrapper" }, kt = ["for"], $t = ["id"], wt = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], St = { class: "textarea-info" }, xt = { key: 0 }, It = /* @__PURE__ */ h({
|
|
758
758
|
__name: "textarea",
|
|
759
759
|
props: {
|
|
760
760
|
id: {
|
|
@@ -794,7 +794,7 @@ const bt = /* @__PURE__ */ h(yt, [["__scopeId", "data-v-84385cf8"]]), pt = { id:
|
|
|
794
794
|
},
|
|
795
795
|
emits: ["update:modelValue"],
|
|
796
796
|
setup(e) {
|
|
797
|
-
return (i,
|
|
797
|
+
return (i, l) => (a(), r("div", pt, [
|
|
798
798
|
t("label", {
|
|
799
799
|
for: e.id,
|
|
800
800
|
class: c({ required: e.required })
|
|
@@ -812,7 +812,7 @@ const bt = /* @__PURE__ */ h(yt, [["__scopeId", "data-v-84385cf8"]]), pt = { id:
|
|
|
812
812
|
disabled: e.disabled,
|
|
813
813
|
maxlength: e.maxLength,
|
|
814
814
|
value: e.modelValue,
|
|
815
|
-
onInput:
|
|
815
|
+
onInput: l[0] || (l[0] = (o) => i.$emit("update:modelValue", o.target.value)),
|
|
816
816
|
class: c(
|
|
817
817
|
e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? "reached-meter-limit" : "border"
|
|
818
818
|
)
|
|
@@ -820,7 +820,7 @@ const bt = /* @__PURE__ */ h(yt, [["__scopeId", "data-v-84385cf8"]]), pt = { id:
|
|
|
820
820
|
], 8, $t),
|
|
821
821
|
t("div", St, [
|
|
822
822
|
t("div", null, [
|
|
823
|
-
e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? (
|
|
823
|
+
e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? (a(), r("p", xt, " Too many characters. Please make it shorter ")) : _("", !0)
|
|
824
824
|
]),
|
|
825
825
|
t("p", {
|
|
826
826
|
class: c(
|
|
@@ -831,7 +831,7 @@ const bt = /* @__PURE__ */ h(yt, [["__scopeId", "data-v-84385cf8"]]), pt = { id:
|
|
|
831
831
|
]));
|
|
832
832
|
}
|
|
833
833
|
});
|
|
834
|
-
const qt = /* @__PURE__ */
|
|
834
|
+
const qt = /* @__PURE__ */ v(It, [["__scopeId", "data-v-28492b7a"]]), Mt = { class: "text-field__wrapper" }, Dt = ["for"], Bt = { key: 0 }, At = ["id", "type", "value", "placeholder", "required", "disabled"], Lt = ["aria-expanded"], Tt = ["type", "value", "placeholder", "id", "required", "disabled"], Ct = {
|
|
835
835
|
key: 2,
|
|
836
836
|
class: "search"
|
|
837
837
|
}, jt = {
|
|
@@ -840,7 +840,7 @@ const qt = /* @__PURE__ */ h(It, [["__scopeId", "data-v-28492b7a"]]), Mt = { cla
|
|
|
840
840
|
}, Nt = {
|
|
841
841
|
key: 4,
|
|
842
842
|
class: "helperText"
|
|
843
|
-
}, zt = /* @__PURE__ */
|
|
843
|
+
}, zt = /* @__PURE__ */ h({
|
|
844
844
|
__name: "text-field",
|
|
845
845
|
props: {
|
|
846
846
|
type: {
|
|
@@ -907,12 +907,12 @@ const qt = /* @__PURE__ */ h(It, [["__scopeId", "data-v-28492b7a"]]), Mt = { cla
|
|
|
907
907
|
},
|
|
908
908
|
emits: ["update:modelValue"],
|
|
909
909
|
setup(e) {
|
|
910
|
-
const i = S(!0),
|
|
910
|
+
const i = S(!0), l = N(
|
|
911
911
|
() => i.value ? "showPassword" : "hidePassword"
|
|
912
912
|
), o = N(
|
|
913
913
|
() => i.value ? "password" : "text"
|
|
914
914
|
);
|
|
915
|
-
return (n, u) => (
|
|
915
|
+
return (n, u) => (a(), r("div", Mt, [
|
|
916
916
|
t("label", {
|
|
917
917
|
for: e.id,
|
|
918
918
|
class: c([
|
|
@@ -921,7 +921,7 @@ const qt = /* @__PURE__ */ h(It, [["__scopeId", "data-v-28492b7a"]]), Mt = { cla
|
|
|
921
921
|
e.search ? "search" : ""
|
|
922
922
|
])
|
|
923
923
|
}, d(e.label), 11, Dt),
|
|
924
|
-
e.type === "password" ? (
|
|
924
|
+
e.type === "password" ? (a(), r("div", Bt, [
|
|
925
925
|
t("input", {
|
|
926
926
|
id: e.id,
|
|
927
927
|
type: o.value,
|
|
@@ -933,12 +933,12 @@ const qt = /* @__PURE__ */ h(It, [["__scopeId", "data-v-28492b7a"]]), Mt = { cla
|
|
|
933
933
|
}, null, 40, At),
|
|
934
934
|
t("i", {
|
|
935
935
|
role: "button",
|
|
936
|
-
class: c([
|
|
936
|
+
class: c([l.value]),
|
|
937
937
|
onClick: u[1] || (u[1] = (x) => i.value = !i.value),
|
|
938
938
|
"aria-controls": "password",
|
|
939
939
|
"aria-expanded": !i.value
|
|
940
940
|
}, null, 10, Lt)
|
|
941
|
-
])) : (
|
|
941
|
+
])) : (a(), r("input", {
|
|
942
942
|
key: 1,
|
|
943
943
|
type: e.type,
|
|
944
944
|
value: e.modelValue,
|
|
@@ -953,13 +953,13 @@ const qt = /* @__PURE__ */ h(It, [["__scopeId", "data-v-28492b7a"]]), Mt = { cla
|
|
|
953
953
|
disabled: e.disabled,
|
|
954
954
|
onInput: u[2] || (u[2] = (x) => n.$emit("update:modelValue", x.target.value))
|
|
955
955
|
}, null, 42, Tt)),
|
|
956
|
-
e.search ? (
|
|
957
|
-
e.errorMessage ? (
|
|
958
|
-
e.helperText ? (
|
|
956
|
+
e.search ? (a(), r("i", Ct)) : _("", !0),
|
|
957
|
+
e.errorMessage ? (a(), r("strong", jt, d(e.errorMessage), 1)) : _("", !0),
|
|
958
|
+
e.helperText ? (a(), r("span", Nt, d(e.helperText), 1)) : _("", !0)
|
|
959
959
|
]));
|
|
960
960
|
}
|
|
961
961
|
});
|
|
962
|
-
const Vt = /* @__PURE__ */
|
|
962
|
+
const Vt = /* @__PURE__ */ v(zt, [["__scopeId", "data-v-4c2c5e23"]]), Ot = { class: "video__wrapper" }, Pt = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], Ht = ["src", "aria-label", "title", "width", "height"], Zt = /* @__PURE__ */ h({
|
|
963
963
|
__name: "video",
|
|
964
964
|
props: {
|
|
965
965
|
play: {
|
|
@@ -1012,14 +1012,14 @@ const Vt = /* @__PURE__ */ h(zt, [["__scopeId", "data-v-4c2c5e23"]]), Ot = { cla
|
|
|
1012
1012
|
},
|
|
1013
1013
|
setup(e) {
|
|
1014
1014
|
const i = e;
|
|
1015
|
-
let
|
|
1015
|
+
let l = S(null);
|
|
1016
1016
|
return re(() => {
|
|
1017
|
-
i.play &&
|
|
1018
|
-
}), (o, n) => (
|
|
1019
|
-
e.localVideo ? (
|
|
1017
|
+
i.play && l.value ? l.value.play() : !i.play && l.value && l.value.pause();
|
|
1018
|
+
}), (o, n) => (a(), r("div", Ot, [
|
|
1019
|
+
e.localVideo ? (a(), r("video", {
|
|
1020
1020
|
key: 0,
|
|
1021
1021
|
ref_key: "videoRef",
|
|
1022
|
-
ref:
|
|
1022
|
+
ref: l,
|
|
1023
1023
|
"aria-label": e.ariaLabel,
|
|
1024
1024
|
controls: e.controls,
|
|
1025
1025
|
poster: e.poster,
|
|
@@ -1031,7 +1031,7 @@ const Vt = /* @__PURE__ */ h(zt, [["__scopeId", "data-v-4c2c5e23"]]), Ot = { cla
|
|
|
1031
1031
|
type: "video/mp4",
|
|
1032
1032
|
playsinline: "",
|
|
1033
1033
|
src: e.src
|
|
1034
|
-
}, " Your browser does not support HTML video. ", 8, Pt)) : (
|
|
1034
|
+
}, " Your browser does not support HTML video. ", 8, Pt)) : (a(), r("iframe", {
|
|
1035
1035
|
key: 1,
|
|
1036
1036
|
src: e.src,
|
|
1037
1037
|
"aria-label": e.ariaLabel,
|
|
@@ -1045,7 +1045,7 @@ const Vt = /* @__PURE__ */ h(zt, [["__scopeId", "data-v-4c2c5e23"]]), Ot = { cla
|
|
|
1045
1045
|
]));
|
|
1046
1046
|
}
|
|
1047
1047
|
});
|
|
1048
|
-
const
|
|
1048
|
+
const E = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-cac35e51"]]), Et = (e) => (P("data-v-327e6c15"), e = e(), H(), e), Rt = { class: "bullet-list__wrapper" }, Ut = /* @__PURE__ */ Et(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), Wt = /* @__PURE__ */ h({
|
|
1049
1049
|
__name: "bullet-list",
|
|
1050
1050
|
props: {
|
|
1051
1051
|
list: {
|
|
@@ -1065,12 +1065,12 @@ const W = /* @__PURE__ */ h(Zt, [["__scopeId", "data-v-48adae09"]]), Et = (e) =>
|
|
|
1065
1065
|
}
|
|
1066
1066
|
},
|
|
1067
1067
|
setup(e) {
|
|
1068
|
-
return (i,
|
|
1068
|
+
return (i, l) => (a(), r("div", Rt, [
|
|
1069
1069
|
t("div", {
|
|
1070
1070
|
class: c(["bullet-list", e.variant])
|
|
1071
1071
|
}, [
|
|
1072
1072
|
t("ul", null, [
|
|
1073
|
-
(
|
|
1073
|
+
(a(!0), r(M, null, L(e.list, (o) => (a(), r("li", null, [
|
|
1074
1074
|
Ut,
|
|
1075
1075
|
O(" " + d(o), 1)
|
|
1076
1076
|
]))), 256))
|
|
@@ -1079,7 +1079,7 @@ const W = /* @__PURE__ */ h(Zt, [["__scopeId", "data-v-48adae09"]]), Et = (e) =>
|
|
|
1079
1079
|
]));
|
|
1080
1080
|
}
|
|
1081
1081
|
});
|
|
1082
|
-
const Ft = /* @__PURE__ */
|
|
1082
|
+
const Ft = /* @__PURE__ */ v(Wt, [["__scopeId", "data-v-327e6c15"]]), Gt = { class: "card__wrapper" }, Jt = { key: 4 }, Yt = /* @__PURE__ */ h({
|
|
1083
1083
|
__name: "card",
|
|
1084
1084
|
props: {
|
|
1085
1085
|
variant: {
|
|
@@ -1134,8 +1134,8 @@ const Ft = /* @__PURE__ */ h(Wt, [["__scopeId", "data-v-327e6c15"]]), Gt = { cla
|
|
|
1134
1134
|
},
|
|
1135
1135
|
emits: ["clicked"],
|
|
1136
1136
|
setup(e, { emit: i }) {
|
|
1137
|
-
let
|
|
1138
|
-
return (o, n) => (
|
|
1137
|
+
let l = S(!1);
|
|
1138
|
+
return (o, n) => (a(), r("div", Gt, [
|
|
1139
1139
|
t("div", {
|
|
1140
1140
|
class: c(["card", [
|
|
1141
1141
|
e.theme == "dark" ? "card--dark" : "card--light",
|
|
@@ -1148,11 +1148,11 @@ const Ft = /* @__PURE__ */ h(Wt, [["__scopeId", "data-v-327e6c15"]]), Gt = { cla
|
|
|
1148
1148
|
e.variant == "product" ? "font-weight: 700" : "font-weight: 300",
|
|
1149
1149
|
e.mediaType == "video" ? "width: 328px" : ""
|
|
1150
1150
|
]),
|
|
1151
|
-
onMouseover: n[0] || (n[0] = (u) => K(
|
|
1152
|
-
onMouseout: n[1] || (n[1] = (u) => K(
|
|
1151
|
+
onMouseover: n[0] || (n[0] = (u) => K(l) ? l.value = !0 : l = !0),
|
|
1152
|
+
onMouseout: n[1] || (n[1] = (u) => K(l) ? l.value = !1 : l = !1)
|
|
1153
1153
|
}, [
|
|
1154
|
-
e.mediaType == "image" ? (
|
|
1155
|
-
default:
|
|
1154
|
+
e.mediaType == "image" ? (a(), j(D, { key: 0 }, {
|
|
1155
|
+
default: $(() => [
|
|
1156
1156
|
m(o.$slots, "card-image", le({
|
|
1157
1157
|
src: e.imgSrc,
|
|
1158
1158
|
height: e.size == "small" ? "186" : e.size == "medium" ? "243" : e.size == "large" ? "335" : "",
|
|
@@ -1163,12 +1163,12 @@ const Ft = /* @__PURE__ */ h(Wt, [["__scopeId", "data-v-327e6c15"]]), Gt = { cla
|
|
|
1163
1163
|
}, { srcset: e.srcSet }))
|
|
1164
1164
|
]),
|
|
1165
1165
|
_: 3
|
|
1166
|
-
})) : (
|
|
1166
|
+
})) : (a(), r("div", {
|
|
1167
1167
|
key: 1,
|
|
1168
|
-
class: c(["video-card__wrapper", p(
|
|
1168
|
+
class: c(["video-card__wrapper", p(l) == !0 ? "vimeoPlaying" : ""])
|
|
1169
1169
|
}, [
|
|
1170
|
-
|
|
1171
|
-
play: p(
|
|
1170
|
+
k(E, {
|
|
1171
|
+
play: p(l),
|
|
1172
1172
|
localVideo: !0,
|
|
1173
1173
|
src: e.videoSrc,
|
|
1174
1174
|
"aria-label": e.arialabel,
|
|
@@ -1181,20 +1181,20 @@ const Ft = /* @__PURE__ */ h(Wt, [["__scopeId", "data-v-327e6c15"]]), Gt = { cla
|
|
|
1181
1181
|
muted: !0
|
|
1182
1182
|
}, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
|
|
1183
1183
|
], 2)),
|
|
1184
|
-
e.variant === "product" ? (
|
|
1184
|
+
e.variant === "product" ? (a(), r("h3", {
|
|
1185
1185
|
key: 2,
|
|
1186
1186
|
class: c(e.theme == "dark" ? "regular-dark" : "regular-blue")
|
|
1187
|
-
}, d(e.headline), 3)) : (
|
|
1187
|
+
}, d(e.headline), 3)) : (a(), r("h3", {
|
|
1188
1188
|
key: 3,
|
|
1189
1189
|
class: c(e.theme == "dark" ? "regular-dark" : "regular-dark-blue")
|
|
1190
1190
|
}, d(e.headline), 3)),
|
|
1191
|
-
e.variant == "product" ? (
|
|
1191
|
+
e.variant == "product" ? (a(), r("p", Jt, d(e.paragraph), 1)) : _("", !0),
|
|
1192
1192
|
m(o.$slots, "card-label")
|
|
1193
1193
|
], 38)
|
|
1194
1194
|
]));
|
|
1195
1195
|
}
|
|
1196
1196
|
});
|
|
1197
|
-
const Kt = /* @__PURE__ */
|
|
1197
|
+
const Kt = /* @__PURE__ */ v(Yt, [["__scopeId", "data-v-5152c141"]]), Qt = (e) => (P("data-v-f5acdf7e"), e = e(), H(), e), Xt = { class: "event__wrapper" }, ea = { class: "event__headline" }, ta = { class: "event__date-location" }, aa = /* @__PURE__ */ Qt(() => /* @__PURE__ */ t("br", null, null, -1)), la = { class: "event__exhibitor" }, ia = /* @__PURE__ */ h({
|
|
1198
1198
|
__name: "event-card",
|
|
1199
1199
|
props: {
|
|
1200
1200
|
eventType: {
|
|
@@ -1219,8 +1219,8 @@ const Kt = /* @__PURE__ */ h(Yt, [["__scopeId", "data-v-5152c141"]]), Qt = (e) =
|
|
|
1219
1219
|
}
|
|
1220
1220
|
},
|
|
1221
1221
|
setup(e) {
|
|
1222
|
-
return (i,
|
|
1223
|
-
|
|
1222
|
+
return (i, l) => (a(), r("div", Xt, [
|
|
1223
|
+
k(W, {
|
|
1224
1224
|
"label-dark": !1,
|
|
1225
1225
|
text: e.eventType ? e.eventType : ""
|
|
1226
1226
|
}, null, 8, ["text"]),
|
|
@@ -1234,10 +1234,10 @@ const Kt = /* @__PURE__ */ h(Yt, [["__scopeId", "data-v-5152c141"]]), Qt = (e) =
|
|
|
1234
1234
|
]));
|
|
1235
1235
|
}
|
|
1236
1236
|
});
|
|
1237
|
-
const ra = /* @__PURE__ */
|
|
1237
|
+
const ra = /* @__PURE__ */ v(ia, [["__scopeId", "data-v-f5acdf7e"]]), oa = { class: "facts__wrapper" }, na = { class: "facts__content" }, sa = { class: "facts__headline" }, da = { class: "facts" }, ca = { class: "fact" }, ua = { class: "fact__value" }, ma = { class: "fact__metric" }, ha = {
|
|
1238
1238
|
key: 0,
|
|
1239
1239
|
class: "facts__link"
|
|
1240
|
-
},
|
|
1240
|
+
}, _a = /* @__PURE__ */ h({
|
|
1241
1241
|
__name: "facts",
|
|
1242
1242
|
props: {
|
|
1243
1243
|
headline: {
|
|
@@ -1255,11 +1255,11 @@ const ra = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-f5acdf7e"]]), oa = { cla
|
|
|
1255
1255
|
}
|
|
1256
1256
|
},
|
|
1257
1257
|
setup(e) {
|
|
1258
|
-
return (i,
|
|
1258
|
+
return (i, l) => (a(), r("div", oa, [
|
|
1259
1259
|
t("div", na, [
|
|
1260
1260
|
t("h2", sa, d(e.headline), 1),
|
|
1261
1261
|
t("div", da, [
|
|
1262
|
-
(
|
|
1262
|
+
(a(!0), r(M, null, L(e.facts, (o) => (a(), r("div", ca, [
|
|
1263
1263
|
t("div", ua, [
|
|
1264
1264
|
t("span", null, d(o.value), 1)
|
|
1265
1265
|
]),
|
|
@@ -1268,25 +1268,25 @@ const ra = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-f5acdf7e"]]), oa = { cla
|
|
|
1268
1268
|
])
|
|
1269
1269
|
]))), 256))
|
|
1270
1270
|
]),
|
|
1271
|
-
e.link ? (
|
|
1272
|
-
|
|
1271
|
+
e.link ? (a(), r("div", ha, [
|
|
1272
|
+
k(A, {
|
|
1273
1273
|
linkType: "regular-light",
|
|
1274
1274
|
arrow: ""
|
|
1275
1275
|
}, {
|
|
1276
|
-
default:
|
|
1276
|
+
default: $(() => [
|
|
1277
1277
|
m(i.$slots, "facts-link", {}, void 0, !0)
|
|
1278
1278
|
]),
|
|
1279
1279
|
_: 3
|
|
1280
1280
|
})
|
|
1281
|
-
])) :
|
|
1281
|
+
])) : _("", !0)
|
|
1282
1282
|
])
|
|
1283
1283
|
]));
|
|
1284
1284
|
}
|
|
1285
1285
|
});
|
|
1286
|
-
const va = /* @__PURE__ */
|
|
1286
|
+
const va = /* @__PURE__ */ v(_a, [["__scopeId", "data-v-17bdc477"]]), ga = { class: "features__wrapper" }, fa = { class: "features__content" }, ya = {
|
|
1287
1287
|
key: 0,
|
|
1288
1288
|
class: "features__headline"
|
|
1289
|
-
}, ba = { class: "features__body" }, pa = { class: "features__element" }, ka = { class: "element__headline" }, $a = { class: "element__body" }, wa = /* @__PURE__ */
|
|
1289
|
+
}, ba = { class: "features__body" }, pa = { class: "features__element" }, ka = { class: "element__headline" }, $a = { class: "element__body" }, wa = /* @__PURE__ */ h({
|
|
1290
1290
|
__name: "features",
|
|
1291
1291
|
props: {
|
|
1292
1292
|
headline: {
|
|
@@ -1301,20 +1301,20 @@ const va = /* @__PURE__ */ h(ha, [["__scopeId", "data-v-17bdc477"]]), ga = { cla
|
|
|
1301
1301
|
}
|
|
1302
1302
|
},
|
|
1303
1303
|
setup(e) {
|
|
1304
|
-
return (i,
|
|
1304
|
+
return (i, l) => (a(), r("div", ga, [
|
|
1305
1305
|
t("div", fa, [
|
|
1306
|
-
e.headline ? (
|
|
1306
|
+
e.headline ? (a(), r("div", ya, [
|
|
1307
1307
|
t("h2", null, d(e.headline), 1)
|
|
1308
|
-
])) :
|
|
1308
|
+
])) : _("", !0),
|
|
1309
1309
|
t("div", ba, [
|
|
1310
1310
|
m(i.$slots, "features-body", {}, void 0, !0)
|
|
1311
1311
|
]),
|
|
1312
1312
|
t("div", {
|
|
1313
1313
|
class: c(["features__elements", [e.elements.length == 6 ? "features__elements--grid-6" : ""]])
|
|
1314
1314
|
}, [
|
|
1315
|
-
(
|
|
1316
|
-
|
|
1317
|
-
default:
|
|
1315
|
+
(a(!0), r(M, null, L(e.elements, (o) => (a(), r("div", pa, [
|
|
1316
|
+
k(D, { class: "element__icon" }, {
|
|
1317
|
+
default: $(() => [
|
|
1318
1318
|
m(i.$slots, "features-icon", T(C({
|
|
1319
1319
|
src: o.icon.src,
|
|
1320
1320
|
height: 30,
|
|
@@ -1332,7 +1332,7 @@ const va = /* @__PURE__ */ h(ha, [["__scopeId", "data-v-17bdc477"]]), ga = { cla
|
|
|
1332
1332
|
]));
|
|
1333
1333
|
}
|
|
1334
1334
|
});
|
|
1335
|
-
const Sa = /* @__PURE__ */
|
|
1335
|
+
const Sa = /* @__PURE__ */ v(wa, [["__scopeId", "data-v-782af0c4"]]), xa = { class: "image__wrapper" }, Ia = { class: "image__content" }, qa = { class: "image__image" }, Ma = { class: "image__caption" }, Da = /* @__PURE__ */ h({
|
|
1336
1336
|
__name: "image",
|
|
1337
1337
|
props: {
|
|
1338
1338
|
caption: {
|
|
@@ -1349,11 +1349,11 @@ const Sa = /* @__PURE__ */ h(wa, [["__scopeId", "data-v-782af0c4"]]), xa = { cla
|
|
|
1349
1349
|
}
|
|
1350
1350
|
},
|
|
1351
1351
|
setup(e) {
|
|
1352
|
-
return (i,
|
|
1352
|
+
return (i, l) => (a(), r("div", xa, [
|
|
1353
1353
|
t("div", Ia, [
|
|
1354
1354
|
t("div", qa, [
|
|
1355
|
-
|
|
1356
|
-
default:
|
|
1355
|
+
k(D, null, {
|
|
1356
|
+
default: $(() => [
|
|
1357
1357
|
m(i.$slots, "image", T(C({ width: 984, height: 554, src: e.src, alt: e.alt })))
|
|
1358
1358
|
]),
|
|
1359
1359
|
_: 3
|
|
@@ -1364,7 +1364,7 @@ const Sa = /* @__PURE__ */ h(wa, [["__scopeId", "data-v-782af0c4"]]), xa = { cla
|
|
|
1364
1364
|
]));
|
|
1365
1365
|
}
|
|
1366
1366
|
});
|
|
1367
|
-
const Ba = /* @__PURE__ */
|
|
1367
|
+
const Ba = /* @__PURE__ */ v(Da, [["__scopeId", "data-v-6dde0544"]]), Aa = { class: "gallery__large" }, La = {
|
|
1368
1368
|
key: 0,
|
|
1369
1369
|
class: "image image--large"
|
|
1370
1370
|
}, Ta = {
|
|
@@ -1373,7 +1373,7 @@ const Ba = /* @__PURE__ */ h(Da, [["__scopeId", "data-v-6dde0544"]]), Aa = { cla
|
|
|
1373
1373
|
}, Ca = { class: "image image--small" }, ja = {
|
|
1374
1374
|
key: 0,
|
|
1375
1375
|
class: "body"
|
|
1376
|
-
}, Na = /* @__PURE__ */
|
|
1376
|
+
}, Na = /* @__PURE__ */ h({
|
|
1377
1377
|
__name: "image-gallery",
|
|
1378
1378
|
props: {
|
|
1379
1379
|
mediaLarge: {
|
|
@@ -1412,7 +1412,7 @@ const Ba = /* @__PURE__ */ h(Da, [["__scopeId", "data-v-6dde0544"]]), Aa = { cla
|
|
|
1412
1412
|
}
|
|
1413
1413
|
},
|
|
1414
1414
|
setup(e) {
|
|
1415
|
-
return (i,
|
|
1415
|
+
return (i, l) => (a(), r("div", {
|
|
1416
1416
|
class: c([
|
|
1417
1417
|
"gallery__wrapper",
|
|
1418
1418
|
e.bgColor === "light" ? "gallery__wrapper--light" : e.bgColor === "dark" ? "gallery__wrapper--dark" : ""
|
|
@@ -1425,9 +1425,9 @@ const Ba = /* @__PURE__ */ h(Da, [["__scopeId", "data-v-6dde0544"]]), Aa = { cla
|
|
|
1425
1425
|
])
|
|
1426
1426
|
}, [
|
|
1427
1427
|
t("div", Aa, [
|
|
1428
|
-
e.mediaLarge && e.mediaType === "image" ? (
|
|
1429
|
-
|
|
1430
|
-
default:
|
|
1428
|
+
e.mediaLarge && e.mediaType === "image" ? (a(), r("div", La, [
|
|
1429
|
+
k(D, null, {
|
|
1430
|
+
default: $(() => [
|
|
1431
1431
|
m(i.$slots, "image-large", T(C({
|
|
1432
1432
|
width: 617,
|
|
1433
1433
|
height: 530,
|
|
@@ -1437,9 +1437,9 @@ const Ba = /* @__PURE__ */ h(Da, [["__scopeId", "data-v-6dde0544"]]), Aa = { cla
|
|
|
1437
1437
|
]),
|
|
1438
1438
|
_: 3
|
|
1439
1439
|
})
|
|
1440
|
-
])) :
|
|
1441
|
-
e.mediaLarge && e.mediaType === "video" ? (
|
|
1442
|
-
|
|
1440
|
+
])) : _("", !0),
|
|
1441
|
+
e.mediaLarge && e.mediaType === "video" ? (a(), r("div", Ta, [
|
|
1442
|
+
k(E, {
|
|
1443
1443
|
src: e.mediaLarge.src,
|
|
1444
1444
|
localVideo: "",
|
|
1445
1445
|
ariaLabel: e.mediaLarge.alt,
|
|
@@ -1451,7 +1451,7 @@ const Ba = /* @__PURE__ */ h(Da, [["__scopeId", "data-v-6dde0544"]]), Aa = { cla
|
|
|
1451
1451
|
muted: !0,
|
|
1452
1452
|
play: !0
|
|
1453
1453
|
}, null, 8, ["src", "ariaLabel"])
|
|
1454
|
-
])) :
|
|
1454
|
+
])) : _("", !0)
|
|
1455
1455
|
]),
|
|
1456
1456
|
t("div", {
|
|
1457
1457
|
style: oe([e.mediaSmall.length == 2 ? "grid-gap: 38px;" : ""]),
|
|
@@ -1460,9 +1460,9 @@ const Ba = /* @__PURE__ */ h(Da, [["__scopeId", "data-v-6dde0544"]]), Aa = { cla
|
|
|
1460
1460
|
e.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
|
|
1461
1461
|
])
|
|
1462
1462
|
}, [
|
|
1463
|
-
(
|
|
1464
|
-
|
|
1465
|
-
default:
|
|
1463
|
+
(a(!0), r(M, null, L(e.mediaSmall, (o) => (a(), r("div", Ca, [
|
|
1464
|
+
k(D, null, {
|
|
1465
|
+
default: $(() => [
|
|
1466
1466
|
m(i.$slots, "image-small", T(C({
|
|
1467
1467
|
width: 328,
|
|
1468
1468
|
height: 246,
|
|
@@ -1473,15 +1473,15 @@ const Ba = /* @__PURE__ */ h(Da, [["__scopeId", "data-v-6dde0544"]]), Aa = { cla
|
|
|
1473
1473
|
_: 2
|
|
1474
1474
|
}, 1024)
|
|
1475
1475
|
]))), 256)),
|
|
1476
|
-
e.mediaSmall.length < 2 ? (
|
|
1476
|
+
e.mediaSmall.length < 2 ? (a(), r("div", ja, [
|
|
1477
1477
|
t("p", null, d(e.body), 1)
|
|
1478
|
-
])) :
|
|
1478
|
+
])) : _("", !0)
|
|
1479
1479
|
], 6)
|
|
1480
1480
|
], 2)
|
|
1481
1481
|
], 2));
|
|
1482
1482
|
}
|
|
1483
1483
|
});
|
|
1484
|
-
const za = /* @__PURE__ */
|
|
1484
|
+
const za = /* @__PURE__ */ v(Na, [["__scopeId", "data-v-9000454c"]]), Va = { class: "headline__wrapper" }, Oa = { class: "headline__h1" }, Pa = /* @__PURE__ */ h({
|
|
1485
1485
|
__name: "headline",
|
|
1486
1486
|
props: {
|
|
1487
1487
|
headline: {
|
|
@@ -1498,7 +1498,7 @@ const za = /* @__PURE__ */ h(Na, [["__scopeId", "data-v-9000454c"]]), Va = { cla
|
|
|
1498
1498
|
}
|
|
1499
1499
|
},
|
|
1500
1500
|
setup(e) {
|
|
1501
|
-
return (i,
|
|
1501
|
+
return (i, l) => (a(), r("div", Va, [
|
|
1502
1502
|
t("div", {
|
|
1503
1503
|
class: c([
|
|
1504
1504
|
e.article ? "headline__content--article" : e.noSubMenu ? "headline__content--nosubmenu" : "headline__content--default"
|
|
@@ -1509,7 +1509,7 @@ const za = /* @__PURE__ */ h(Na, [["__scopeId", "data-v-9000454c"]]), Va = { cla
|
|
|
1509
1509
|
]));
|
|
1510
1510
|
}
|
|
1511
1511
|
});
|
|
1512
|
-
const Ha = /* @__PURE__ */
|
|
1512
|
+
const Ha = /* @__PURE__ */ v(Pa, [["__scopeId", "data-v-931bc5aa"]]), Za = { class: "micro-stories__splide" }, Ea = /* @__PURE__ */ h({
|
|
1513
1513
|
__name: "micro-stories",
|
|
1514
1514
|
props: {
|
|
1515
1515
|
stories: {
|
|
@@ -1532,7 +1532,7 @@ const Ha = /* @__PURE__ */ h(Pa, [["__scopeId", "data-v-931bc5aa"]]), Za = { cla
|
|
|
1532
1532
|
}
|
|
1533
1533
|
},
|
|
1534
1534
|
setup(e) {
|
|
1535
|
-
return (i,
|
|
1535
|
+
return (i, l) => (a(), r("div", {
|
|
1536
1536
|
class: c([
|
|
1537
1537
|
"micro-stories__wrapper",
|
|
1538
1538
|
e.bgColor == "white" ? "micro-stories__wrapper--white" : (e.bgColor == "blue", "micro-stories__wrapper--blue")
|
|
@@ -1545,7 +1545,7 @@ const Ha = /* @__PURE__ */ h(Pa, [["__scopeId", "data-v-931bc5aa"]]), Za = { cla
|
|
|
1545
1545
|
], 2));
|
|
1546
1546
|
}
|
|
1547
1547
|
});
|
|
1548
|
-
const Ra = { class: "product-hero__wrapper" }, Ua = { class: "product-hero__content" }, Wa = { class: "product-hero__headline" }, Fa = { class: "product-hero__video" }, Ga = /* @__PURE__ */
|
|
1548
|
+
const Ra = { class: "product-hero__wrapper" }, Ua = { class: "product-hero__content" }, Wa = { class: "product-hero__headline" }, Fa = { class: "product-hero__video" }, Ga = /* @__PURE__ */ h({
|
|
1549
1549
|
__name: "product-hero",
|
|
1550
1550
|
props: {
|
|
1551
1551
|
headline: {
|
|
@@ -1570,13 +1570,13 @@ const Ra = { class: "product-hero__wrapper" }, Ua = { class: "product-hero__cont
|
|
|
1570
1570
|
}
|
|
1571
1571
|
},
|
|
1572
1572
|
setup(e) {
|
|
1573
|
-
return (i,
|
|
1573
|
+
return (i, l) => (a(), r("div", Ra, [
|
|
1574
1574
|
t("div", Ua, [
|
|
1575
1575
|
t("div", Wa, [
|
|
1576
1576
|
t("h1", null, d(e.headline), 1)
|
|
1577
1577
|
]),
|
|
1578
1578
|
t("div", Fa, [
|
|
1579
|
-
|
|
1579
|
+
k(E, {
|
|
1580
1580
|
play: !0,
|
|
1581
1581
|
localVideo: !0,
|
|
1582
1582
|
src: e.videoSrc,
|
|
@@ -1592,7 +1592,7 @@ const Ra = { class: "product-hero__wrapper" }, Ua = { class: "product-hero__cont
|
|
|
1592
1592
|
]));
|
|
1593
1593
|
}
|
|
1594
1594
|
});
|
|
1595
|
-
const Ja = /* @__PURE__ */
|
|
1595
|
+
const Ja = /* @__PURE__ */ v(Ga, [["__scopeId", "data-v-1c94e7b0"]]), Ya = { class: "promo__content" }, Ka = /* @__PURE__ */ h({
|
|
1596
1596
|
__name: "promo",
|
|
1597
1597
|
props: {
|
|
1598
1598
|
label: {
|
|
@@ -1605,6 +1605,11 @@ const Ja = /* @__PURE__ */ h(Ga, [["__scopeId", "data-v-1c94e7b0"]]), Ya = { cla
|
|
|
1605
1605
|
linkText: {
|
|
1606
1606
|
type: String
|
|
1607
1607
|
},
|
|
1608
|
+
mediaType: {
|
|
1609
|
+
type: String,
|
|
1610
|
+
default: "image",
|
|
1611
|
+
validator: (e) => ["image", "video"].includes(e)
|
|
1612
|
+
},
|
|
1608
1613
|
src: {
|
|
1609
1614
|
type: String,
|
|
1610
1615
|
required: !0
|
|
@@ -1613,6 +1618,10 @@ const Ja = /* @__PURE__ */ h(Ga, [["__scopeId", "data-v-1c94e7b0"]]), Ya = { cla
|
|
|
1613
1618
|
type: String,
|
|
1614
1619
|
required: !0
|
|
1615
1620
|
},
|
|
1621
|
+
fallbackImage: {
|
|
1622
|
+
type: String,
|
|
1623
|
+
required: !0
|
|
1624
|
+
},
|
|
1616
1625
|
reverse: {
|
|
1617
1626
|
type: Boolean,
|
|
1618
1627
|
default: !1
|
|
@@ -1629,71 +1638,91 @@ const Ja = /* @__PURE__ */ h(Ga, [["__scopeId", "data-v-1c94e7b0"]]), Ya = { cla
|
|
|
1629
1638
|
}
|
|
1630
1639
|
},
|
|
1631
1640
|
setup(e) {
|
|
1632
|
-
return (i,
|
|
1641
|
+
return (i, l) => (a(), r("div", {
|
|
1633
1642
|
class: c([
|
|
1634
1643
|
"promo__wrapper",
|
|
1635
1644
|
e.variant === "dark" ? "promo__wrapper--dark" : e.variant === "light" ? "promo__wrapper--light" : ""
|
|
1636
1645
|
])
|
|
1637
1646
|
}, [
|
|
1638
1647
|
t("div", Ya, [
|
|
1639
|
-
|
|
1648
|
+
e.mediaType === "image" ? (a(), r("div", {
|
|
1649
|
+
key: 0,
|
|
1640
1650
|
class: c([
|
|
1641
1651
|
"promo__image",
|
|
1642
1652
|
e.reverse ? "promo__image--reverse" : "promo__image--default"
|
|
1643
1653
|
])
|
|
1644
1654
|
}, [
|
|
1645
|
-
|
|
1646
|
-
default:
|
|
1655
|
+
k(D, null, {
|
|
1656
|
+
default: $(() => [
|
|
1647
1657
|
m(i.$slots, "promo-image", T(C({ src: e.src, width: 1920, alt: e.alt, height: 1080 })))
|
|
1648
1658
|
]),
|
|
1649
1659
|
_: 3
|
|
1650
1660
|
})
|
|
1651
|
-
], 2),
|
|
1661
|
+
], 2)) : _("", !0),
|
|
1662
|
+
e.mediaType === "video" ? (a(), r("div", {
|
|
1663
|
+
key: 1,
|
|
1664
|
+
class: c([
|
|
1665
|
+
"promo__video",
|
|
1666
|
+
e.reverse ? "promo__video--reverse" : "promo__video--default"
|
|
1667
|
+
])
|
|
1668
|
+
}, [
|
|
1669
|
+
k(E, {
|
|
1670
|
+
src: e.src,
|
|
1671
|
+
localVideo: "",
|
|
1672
|
+
ariaLabel: e.alt,
|
|
1673
|
+
controls: !1,
|
|
1674
|
+
autoplay: !0,
|
|
1675
|
+
loop: !0,
|
|
1676
|
+
muted: !0,
|
|
1677
|
+
play: !0,
|
|
1678
|
+
poster: e.fallbackImage
|
|
1679
|
+
}, null, 8, ["src", "ariaLabel", "poster"])
|
|
1680
|
+
], 2)) : _("", !0),
|
|
1652
1681
|
t("div", {
|
|
1653
1682
|
class: c([
|
|
1654
1683
|
"promo__text",
|
|
1655
1684
|
e.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
1656
1685
|
])
|
|
1657
1686
|
}, [
|
|
1658
|
-
e.label ? (
|
|
1687
|
+
e.label ? (a(), j(W, {
|
|
1659
1688
|
key: 0,
|
|
1660
1689
|
text: e.label,
|
|
1661
1690
|
labelDark: e.variant === "dark"
|
|
1662
|
-
}, null, 8, ["text", "labelDark"])) :
|
|
1691
|
+
}, null, 8, ["text", "labelDark"])) : _("", !0),
|
|
1663
1692
|
t("h3", {
|
|
1664
1693
|
class: c([
|
|
1665
1694
|
"promo__title",
|
|
1666
1695
|
e.variant === "dark" ? "promo__title--dark" : ""
|
|
1667
1696
|
])
|
|
1668
1697
|
}, d(e.headline), 3),
|
|
1669
|
-
e.linkType === "link" ? (
|
|
1698
|
+
e.linkType === "link" ? (a(), j(A, {
|
|
1670
1699
|
key: 1,
|
|
1671
1700
|
linkType: e.variant === "dark" ? "regular-dark" : (e.variant === "light", "regular-light"),
|
|
1672
1701
|
arrow: ""
|
|
1673
1702
|
}, {
|
|
1674
|
-
default:
|
|
1703
|
+
default: $(() => [
|
|
1675
1704
|
m(i.$slots, "promo-link")
|
|
1676
1705
|
]),
|
|
1677
1706
|
_: 3
|
|
1678
|
-
}, 8, ["linkType"])) :
|
|
1679
|
-
e.linkType === "button" ? (
|
|
1707
|
+
}, 8, ["linkType"])) : _("", !0),
|
|
1708
|
+
e.linkType === "button" ? (a(), j(A, {
|
|
1680
1709
|
key: 2,
|
|
1681
1710
|
linkType: e.variant === "dark" ? "secondary-dark" : (e.variant === "light", "secondary")
|
|
1682
1711
|
}, {
|
|
1683
|
-
default:
|
|
1712
|
+
default: $(() => [
|
|
1684
1713
|
m(i.$slots, "promo-link")
|
|
1685
1714
|
]),
|
|
1686
1715
|
_: 3
|
|
1687
|
-
}, 8, ["linkType"])) :
|
|
1716
|
+
}, 8, ["linkType"])) : _("", !0)
|
|
1688
1717
|
], 2)
|
|
1689
1718
|
])
|
|
1690
1719
|
], 2));
|
|
1691
1720
|
}
|
|
1692
1721
|
});
|
|
1693
|
-
const Qa = /* @__PURE__ */
|
|
1722
|
+
const Qa = /* @__PURE__ */ v(Ka, [["__scopeId", "data-v-5f17267f"]]), Xa = (e) => (P("data-v-3cc55dbf"), e = e(), H(), e), el = { class: "quote__wrapper" }, tl = { class: "quote__content" }, al = /* @__PURE__ */ Xa(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), ll = { class: "quote__quote" }, il = { class: "quote__quote-text" }, rl = { class: "quote__author" }, ol = {
|
|
1694
1723
|
key: 0,
|
|
1695
1724
|
class: "quote__image"
|
|
1696
|
-
}, nl = { class: "quote__text" }, sl = { class: "quote__author-name" }, dl = { class: "quote__author-title" }, cl = /* @__PURE__ */
|
|
1725
|
+
}, nl = { class: "quote__text" }, sl = { class: "quote__author-name" }, dl = { class: "quote__author-title" }, cl = /* @__PURE__ */ h({
|
|
1697
1726
|
__name: "quote",
|
|
1698
1727
|
props: {
|
|
1699
1728
|
quote: {
|
|
@@ -1714,15 +1743,15 @@ const Qa = /* @__PURE__ */ h(Ka, [["__scopeId", "data-v-f7aeafb1"]]), Xa = (e) =
|
|
|
1714
1743
|
}
|
|
1715
1744
|
},
|
|
1716
1745
|
setup(e) {
|
|
1717
|
-
return (i,
|
|
1746
|
+
return (i, l) => (a(), r("div", el, [
|
|
1718
1747
|
t("div", tl, [
|
|
1719
1748
|
al,
|
|
1720
1749
|
t("div", ll, [
|
|
1721
1750
|
t("p", il, d(e.quote), 1),
|
|
1722
1751
|
t("div", rl, [
|
|
1723
|
-
e.authorImage ? (
|
|
1724
|
-
|
|
1725
|
-
default:
|
|
1752
|
+
e.authorImage ? (a(), r("div", ol, [
|
|
1753
|
+
k(D, null, {
|
|
1754
|
+
default: $(() => [
|
|
1726
1755
|
m(i.$slots, "author-image", T(C({
|
|
1727
1756
|
src: e.authorImage + "/m/100x100",
|
|
1728
1757
|
width: 60,
|
|
@@ -1731,7 +1760,7 @@ const Qa = /* @__PURE__ */ h(Ka, [["__scopeId", "data-v-f7aeafb1"]]), Xa = (e) =
|
|
|
1731
1760
|
]),
|
|
1732
1761
|
_: 3
|
|
1733
1762
|
})
|
|
1734
|
-
])) :
|
|
1763
|
+
])) : _("", !0),
|
|
1735
1764
|
t("div", nl, [
|
|
1736
1765
|
t("p", sl, d(e.author), 1),
|
|
1737
1766
|
t("p", dl, d(e.authorTitle), 1)
|
|
@@ -1742,13 +1771,13 @@ const Qa = /* @__PURE__ */ h(Ka, [["__scopeId", "data-v-f7aeafb1"]]), Xa = (e) =
|
|
|
1742
1771
|
]));
|
|
1743
1772
|
}
|
|
1744
1773
|
});
|
|
1745
|
-
const ul = /* @__PURE__ */
|
|
1774
|
+
const ul = /* @__PURE__ */ v(cl, [["__scopeId", "data-v-3cc55dbf"]]), ml = { class: "rich-text__wrapper" }, hl = {
|
|
1746
1775
|
key: 0,
|
|
1747
1776
|
class: "rich-text__links"
|
|
1748
|
-
},
|
|
1777
|
+
}, _l = {
|
|
1749
1778
|
key: 0,
|
|
1750
1779
|
class: "rich-text__bullet-list"
|
|
1751
|
-
}, vl = /* @__PURE__ */
|
|
1780
|
+
}, vl = /* @__PURE__ */ h({
|
|
1752
1781
|
__name: "rich-text",
|
|
1753
1782
|
props: {
|
|
1754
1783
|
headline: {
|
|
@@ -1783,25 +1812,25 @@ const ul = /* @__PURE__ */ h(cl, [["__scopeId", "data-v-3cc55dbf"]]), ml = { cla
|
|
|
1783
1812
|
}
|
|
1784
1813
|
},
|
|
1785
1814
|
setup(e) {
|
|
1786
|
-
return (i,
|
|
1815
|
+
return (i, l) => (a(), r("div", {
|
|
1787
1816
|
class: c([
|
|
1788
1817
|
"rich-text",
|
|
1789
1818
|
e.bgColor === "blue" ? "rich-text--blue" : "rich-text--white"
|
|
1790
1819
|
])
|
|
1791
1820
|
}, [
|
|
1792
1821
|
t("div", ml, [
|
|
1793
|
-
e.label ? (
|
|
1822
|
+
e.label ? (a(), j(W, {
|
|
1794
1823
|
key: 0,
|
|
1795
1824
|
text: e.label,
|
|
1796
1825
|
labelDark: !1
|
|
1797
|
-
}, null, 8, ["text"])) :
|
|
1798
|
-
e.headline ? (
|
|
1826
|
+
}, null, 8, ["text"])) : _("", !0),
|
|
1827
|
+
e.headline ? (a(), r("h2", {
|
|
1799
1828
|
key: 1,
|
|
1800
1829
|
class: c([
|
|
1801
1830
|
"rich-text__headline",
|
|
1802
1831
|
e.leftAligned || e.bulletList || e.image ? "rich-text__headline--left-aligned" : "rich-text__headline--centered"
|
|
1803
1832
|
])
|
|
1804
|
-
}, d(e.headline), 3)) :
|
|
1833
|
+
}, d(e.headline), 3)) : _("", !0),
|
|
1805
1834
|
t("div", {
|
|
1806
1835
|
class: c([
|
|
1807
1836
|
"rich-text__content",
|
|
@@ -1815,36 +1844,36 @@ const ul = /* @__PURE__ */ h(cl, [["__scopeId", "data-v-3cc55dbf"]]), ml = { cla
|
|
|
1815
1844
|
])
|
|
1816
1845
|
}, [
|
|
1817
1846
|
m(i.$slots, "rich-text-content"),
|
|
1818
|
-
e.links ? (
|
|
1847
|
+
e.links ? (a(), r("div", hl, [
|
|
1819
1848
|
m(i.$slots, "rich-text-links")
|
|
1820
|
-
])) :
|
|
1849
|
+
])) : _("", !0)
|
|
1821
1850
|
], 2),
|
|
1822
|
-
e.bulletList ? (
|
|
1851
|
+
e.bulletList ? (a(), r("div", _l, [
|
|
1823
1852
|
m(i.$slots, "rich-text-bullet-list")
|
|
1824
|
-
])) :
|
|
1825
|
-
e.image ? (
|
|
1853
|
+
])) : _("", !0),
|
|
1854
|
+
e.image ? (a(), r("div", {
|
|
1826
1855
|
key: 1,
|
|
1827
1856
|
class: c([
|
|
1828
1857
|
"rich-text__image",
|
|
1829
1858
|
e.imageClip ? "rich-text__image--clip" : ""
|
|
1830
1859
|
])
|
|
1831
1860
|
}, [
|
|
1832
|
-
|
|
1833
|
-
default:
|
|
1861
|
+
k(D, null, {
|
|
1862
|
+
default: $(() => [
|
|
1834
1863
|
m(i.$slots, "rich-text-image", T(C({ width: 865, height: 307 })))
|
|
1835
1864
|
]),
|
|
1836
1865
|
_: 3
|
|
1837
1866
|
})
|
|
1838
|
-
], 2)) :
|
|
1867
|
+
], 2)) : _("", !0)
|
|
1839
1868
|
], 2)
|
|
1840
1869
|
])
|
|
1841
1870
|
], 2));
|
|
1842
1871
|
}
|
|
1843
1872
|
});
|
|
1844
|
-
const gl = /* @__PURE__ */
|
|
1873
|
+
const gl = /* @__PURE__ */ v(vl, [["__scopeId", "data-v-af32c667"]]), fl = { class: "triple-card-display__wrapper" }, yl = {
|
|
1845
1874
|
key: 0,
|
|
1846
1875
|
class: "triple-card__content"
|
|
1847
|
-
}, bl = { key: 0 }, pl = { key: 1 }, kl = { class: "triple-card__cards" }, $l = /* @__PURE__ */
|
|
1876
|
+
}, bl = { key: 0 }, pl = { key: 1 }, kl = { class: "triple-card__cards" }, $l = /* @__PURE__ */ h({
|
|
1848
1877
|
__name: "triple-card-display",
|
|
1849
1878
|
props: {
|
|
1850
1879
|
headline: {
|
|
@@ -1857,24 +1886,24 @@ const gl = /* @__PURE__ */ h(vl, [["__scopeId", "data-v-af32c667"]]), fl = { cla
|
|
|
1857
1886
|
}
|
|
1858
1887
|
},
|
|
1859
1888
|
setup(e) {
|
|
1860
|
-
return (i,
|
|
1861
|
-
e.headline || e.paragraph ? (
|
|
1862
|
-
e.headline ? (
|
|
1863
|
-
e.paragraph ? (
|
|
1864
|
-
])) :
|
|
1889
|
+
return (i, l) => (a(), r("div", fl, [
|
|
1890
|
+
e.headline || e.paragraph ? (a(), r("div", yl, [
|
|
1891
|
+
e.headline ? (a(), r("h2", bl, d(e.headline), 1)) : _("", !0),
|
|
1892
|
+
e.paragraph ? (a(), r("p", pl, d(e.paragraph), 1)) : _("", !0)
|
|
1893
|
+
])) : _("", !0),
|
|
1865
1894
|
t("div", kl, [
|
|
1866
1895
|
m(i.$slots, "triple-card-display-cards", {}, void 0, !0)
|
|
1867
1896
|
])
|
|
1868
1897
|
]));
|
|
1869
1898
|
}
|
|
1870
1899
|
});
|
|
1871
|
-
const wl = /* @__PURE__ */
|
|
1900
|
+
const wl = /* @__PURE__ */ v($l, [["__scopeId", "data-v-fb3d53fa"]]), Sl = { class: "vimeo" }, xl = { class: "vimeo__wrapper" }, Il = {
|
|
1872
1901
|
key: 0,
|
|
1873
1902
|
class: "vimeo__headline"
|
|
1874
1903
|
}, ql = {
|
|
1875
1904
|
key: 1,
|
|
1876
1905
|
class: "vimeo__description"
|
|
1877
|
-
}, Ml = /* @__PURE__ */
|
|
1906
|
+
}, Ml = /* @__PURE__ */ h({
|
|
1878
1907
|
__name: "vimeo",
|
|
1879
1908
|
props: {
|
|
1880
1909
|
headline: {
|
|
@@ -1885,16 +1914,16 @@ const wl = /* @__PURE__ */ h($l, [["__scopeId", "data-v-fb3d53fa"]]), Sl = { cla
|
|
|
1885
1914
|
}
|
|
1886
1915
|
},
|
|
1887
1916
|
setup(e) {
|
|
1888
|
-
return (i,
|
|
1917
|
+
return (i, l) => (a(), r("div", Sl, [
|
|
1889
1918
|
t("div", xl, [
|
|
1890
|
-
e.headline ? (
|
|
1919
|
+
e.headline ? (a(), r("h2", Il, d(e.headline), 1)) : _("", !0),
|
|
1891
1920
|
m(i.$slots, "vimeo-content", {}, void 0, !0),
|
|
1892
|
-
e.description ? (
|
|
1921
|
+
e.description ? (a(), r("p", ql, d(e.description), 1)) : _("", !0)
|
|
1893
1922
|
])
|
|
1894
1923
|
]));
|
|
1895
1924
|
}
|
|
1896
1925
|
});
|
|
1897
|
-
const Dl = /* @__PURE__ */
|
|
1926
|
+
const Dl = /* @__PURE__ */ v(Ml, [["__scopeId", "data-v-2fc0faf9"]]), Bl = { class: "filter__wrapper" }, Al = { class: "filter__content" }, Ll = { class: "filter__dropdowns" }, Tl = { class: "filter__chips" }, Cl = /* @__PURE__ */ h({
|
|
1898
1927
|
__name: "filter",
|
|
1899
1928
|
props: {
|
|
1900
1929
|
hasChips: {
|
|
@@ -1904,27 +1933,27 @@ const Dl = /* @__PURE__ */ h(Ml, [["__scopeId", "data-v-2fc0faf9"]]), Bl = { cla
|
|
|
1904
1933
|
},
|
|
1905
1934
|
emits: ["clearFilters"],
|
|
1906
1935
|
setup(e) {
|
|
1907
|
-
return (i,
|
|
1936
|
+
return (i, l) => (a(), r("div", Bl, [
|
|
1908
1937
|
t("div", Al, [
|
|
1909
1938
|
t("div", Ll, [
|
|
1910
1939
|
m(i.$slots, "filter-dropdowns", {}, void 0, !0)
|
|
1911
1940
|
]),
|
|
1912
1941
|
t("div", Tl, [
|
|
1913
1942
|
m(i.$slots, "filter-chips", {}, void 0, !0),
|
|
1914
|
-
e.hasChips ? (
|
|
1943
|
+
e.hasChips ? (a(), r("button", {
|
|
1915
1944
|
key: 0,
|
|
1916
1945
|
class: "filter__clear",
|
|
1917
|
-
onClick:
|
|
1918
|
-
}, " Remove all filters ")) :
|
|
1946
|
+
onClick: l[0] || (l[0] = (o) => i.$emit("clearFilters"))
|
|
1947
|
+
}, " Remove all filters ")) : _("", !0)
|
|
1919
1948
|
])
|
|
1920
1949
|
])
|
|
1921
1950
|
]));
|
|
1922
1951
|
}
|
|
1923
1952
|
});
|
|
1924
|
-
const jl = /* @__PURE__ */
|
|
1953
|
+
const jl = /* @__PURE__ */ v(Cl, [["__scopeId", "data-v-502dce5b"]]), z = (e) => (P("data-v-85ce0923"), e = e(), H(), e), Nl = { class: "footer__wrapper" }, zl = { class: "footer__content" }, Vl = { class: "footer__sections" }, Ol = { class: "section" }, Pl = { class: "section__title" }, Hl = { class: "section__list" }, Zl = { class: "section" }, El = /* @__PURE__ */ z(() => /* @__PURE__ */ t("h5", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), Rl = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), Ul = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), Wl = /* @__PURE__ */ z(() => /* @__PURE__ */ t("br", null, null, -1)), Fl = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), Gl = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), Jl = { class: "footer__bottom" }, Yl = { class: "footer__copyright-policy" }, Kl = { class: "copyright" }, Ql = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "" }, [
|
|
1925
1954
|
/* @__PURE__ */ t("i", { class: "change-region" }),
|
|
1926
1955
|
/* @__PURE__ */ O("Change region")
|
|
1927
|
-
], -1)), Xl = { class: "footer__social" }, ei = ["href", "aria-label"], ti = /* @__PURE__ */
|
|
1956
|
+
], -1)), Xl = { class: "footer__social" }, ei = ["href", "aria-label"], ti = /* @__PURE__ */ h({
|
|
1928
1957
|
__name: "footer",
|
|
1929
1958
|
props: {
|
|
1930
1959
|
footerSections: {
|
|
@@ -1948,15 +1977,15 @@ const jl = /* @__PURE__ */ h(Cl, [["__scopeId", "data-v-502dce5b"]]), z = (e) =>
|
|
|
1948
1977
|
"twitter",
|
|
1949
1978
|
"youtube"
|
|
1950
1979
|
];
|
|
1951
|
-
return e.every((
|
|
1980
|
+
return e.every((l) => i.includes(l.title));
|
|
1952
1981
|
}
|
|
1953
1982
|
}
|
|
1954
1983
|
},
|
|
1955
1984
|
setup(e) {
|
|
1956
|
-
return (i,
|
|
1985
|
+
return (i, l) => (a(), r("div", Nl, [
|
|
1957
1986
|
t("footer", zl, [
|
|
1958
1987
|
t("div", Vl, [
|
|
1959
|
-
(
|
|
1988
|
+
(a(!0), r(M, null, L(e.footerSections, (o) => (a(), r("div", Ol, [
|
|
1960
1989
|
t("span", Pl, d(o.title), 1),
|
|
1961
1990
|
t("nav", null, [
|
|
1962
1991
|
t("ul", Hl, [
|
|
@@ -1972,22 +2001,22 @@ const jl = /* @__PURE__ */ h(Cl, [["__scopeId", "data-v-502dce5b"]]), z = (e) =>
|
|
|
1972
2001
|
Rl,
|
|
1973
2002
|
Ul,
|
|
1974
2003
|
Wl,
|
|
1975
|
-
|
|
2004
|
+
k(A, {
|
|
1976
2005
|
class: "footer__contact",
|
|
1977
2006
|
linkType: "regular-light",
|
|
1978
2007
|
underline: "false"
|
|
1979
2008
|
}, {
|
|
1980
|
-
default:
|
|
2009
|
+
default: $(() => [
|
|
1981
2010
|
Fl
|
|
1982
2011
|
]),
|
|
1983
2012
|
_: 1
|
|
1984
2013
|
}),
|
|
1985
|
-
|
|
2014
|
+
k(A, {
|
|
1986
2015
|
class: "footer__contact",
|
|
1987
2016
|
linkType: "regular-light",
|
|
1988
2017
|
underline: "false"
|
|
1989
2018
|
}, {
|
|
1990
|
-
default:
|
|
2019
|
+
default: $(() => [
|
|
1991
2020
|
Gl
|
|
1992
2021
|
]),
|
|
1993
2022
|
_: 1
|
|
@@ -1998,8 +2027,8 @@ const jl = /* @__PURE__ */ h(Cl, [["__scopeId", "data-v-502dce5b"]]), z = (e) =>
|
|
|
1998
2027
|
t("div", Jl, [
|
|
1999
2028
|
t("div", Yl, [
|
|
2000
2029
|
t("p", Kl, "© MiR " + d((/* @__PURE__ */ new Date()).getFullYear()), 1),
|
|
2001
|
-
|
|
2002
|
-
default:
|
|
2030
|
+
k(A, { linkType: "regular-light" }, {
|
|
2031
|
+
default: $(() => [
|
|
2003
2032
|
Ql
|
|
2004
2033
|
]),
|
|
2005
2034
|
_: 1
|
|
@@ -2008,11 +2037,11 @@ const jl = /* @__PURE__ */ h(Cl, [["__scopeId", "data-v-502dce5b"]]), z = (e) =>
|
|
|
2008
2037
|
m(i.$slots, "footer-cookie-link")
|
|
2009
2038
|
]),
|
|
2010
2039
|
t("div", Xl, [
|
|
2011
|
-
(
|
|
2040
|
+
(a(!0), r(M, null, L(e.socialMedia, (o) => (a(), j(A, {
|
|
2012
2041
|
underline: "false",
|
|
2013
2042
|
linkType: "regular"
|
|
2014
2043
|
}, {
|
|
2015
|
-
default:
|
|
2044
|
+
default: $(() => [
|
|
2016
2045
|
t("a", {
|
|
2017
2046
|
href: o.url,
|
|
2018
2047
|
"aria-label": o.title
|
|
@@ -2034,7 +2063,7 @@ const jl = /* @__PURE__ */ h(Cl, [["__scopeId", "data-v-502dce5b"]]), z = (e) =>
|
|
|
2034
2063
|
]));
|
|
2035
2064
|
}
|
|
2036
2065
|
});
|
|
2037
|
-
const ai = /* @__PURE__ */
|
|
2066
|
+
const ai = /* @__PURE__ */ v(ti, [["__scopeId", "data-v-85ce0923"]]), de = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy44MjUxOSAwLjYxMzI4MUM3LjU2MjY5IDAuNjEzMjgxIDcuMzg3NjkgMC43MDA3ODIgNy4yMTI2OSAwLjg3NTc4Mkw0LjU4NzY5IDMuNTAwNzhMMS45NjI2OSAwLjg3NTc4MkMxLjYxMjY5IDAuNTI1NzgyIDEuMDAwMTkgMC41MjU3ODIgMC42NTAxOTUgMC44NzU3ODJDMC4zMDAxOTUgMS4yMjU3OCAwLjMwMDE5NSAxLjgzODI4IDAuNjUwMTk1IDIuMTg4MjhMMy45NzUxOSA1LjUxMzI4QzQuMzI1MTkgNS44NjMyOCA0LjkzNzY5IDUuODYzMjggNS4yODc2OSA1LjUxMzI4TDguNjEyNjkgMi4xODgyOEM4Ljk2MjY4IDEuODM4MjggOC45NjI2OCAxLjIyNTc4IDguNjEyNjkgMC44NzU3ODJDOC4yNjI2OSAwLjcwMDc4MiA4LjAwMDE5IDAuNjEzMjgxIDcuODI1MTkgMC42MTMyODFaIiBmaWxsPSIjMEMwOTMxIi8+Cjwvc3ZnPgo=", X = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDIzIDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFIMjIiIHN0cm9rZT0iIzBDMDkzMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==", ee = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDIzIDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjA3MDMxIDEuMjI2NTZMMjEuMDcwMyAxLjIyNjU2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K", te = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzBDMDkzMSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0xNCAxNEwyMCAyMCIgc3Ryb2tlPSIjMEMwOTMxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K", ae = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNMTQgMTRMMjAgMjAiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=", li = { class: "header__wrapper" }, ii = { class: "nav-wrapper" }, ri = { class: "mir-link-logo" }, oi = { class: "main-nav-items" }, ni = {
|
|
2038
2067
|
id: "menu-dropdown",
|
|
2039
2068
|
ref: "dropdownDiv"
|
|
2040
2069
|
}, si = {
|
|
@@ -2046,7 +2075,7 @@ const ai = /* @__PURE__ */ h(ti, [["__scopeId", "data-v-85ce0923"]]), de = "data
|
|
|
2046
2075
|
src: de,
|
|
2047
2076
|
alt: "dropdownarrow",
|
|
2048
2077
|
style: { transform: "rotate(180deg)" }
|
|
2049
|
-
}, ci = { class: "dropdown-content" }, ui = { class: "nav-search-wrapper" }, mi = ["src"],
|
|
2078
|
+
}, ci = { class: "dropdown-content" }, ui = { class: "nav-search-wrapper" }, mi = ["src"], hi = { class: "mobile-logo-search-burger-wrapper" }, _i = { class: "mobile-mir-link-logo" }, vi = { class: "mobile-search-wrapper" }, gi = ["src"], fi = ["onClick"], yi = ["src"], bi = ["src"], pi = { class: "mobile-menu-content-wrapper" }, ki = { class: "mobile-dropdown-content" }, $i = /* @__PURE__ */ h({
|
|
2050
2079
|
__name: "header",
|
|
2051
2080
|
props: {
|
|
2052
2081
|
burgerState: {
|
|
@@ -2060,14 +2089,14 @@ const ai = /* @__PURE__ */ h(ti, [["__scopeId", "data-v-85ce0923"]]), de = "data
|
|
|
2060
2089
|
},
|
|
2061
2090
|
emits: ["update:burgerState", "update:showDropDown"],
|
|
2062
2091
|
setup(e, { emit: i }) {
|
|
2063
|
-
const
|
|
2092
|
+
const l = e;
|
|
2064
2093
|
S("");
|
|
2065
|
-
let o = null, n = S(
|
|
2094
|
+
let o = null, n = S(l.burgerState), u = S(l.showDropDown);
|
|
2066
2095
|
Q(
|
|
2067
|
-
() =>
|
|
2096
|
+
() => l.burgerState,
|
|
2068
2097
|
(f) => n.value = f
|
|
2069
2098
|
), Q(
|
|
2070
|
-
() =>
|
|
2099
|
+
() => l.showDropDown,
|
|
2071
2100
|
(f) => u.value = f
|
|
2072
2101
|
), we(() => {
|
|
2073
2102
|
o = (f) => {
|
|
@@ -2082,7 +2111,7 @@ const ai = /* @__PURE__ */ h(ti, [["__scopeId", "data-v-85ce0923"]]), de = "data
|
|
|
2082
2111
|
function I() {
|
|
2083
2112
|
n.value = !n.value, i("update:burgerState", n.value);
|
|
2084
2113
|
}
|
|
2085
|
-
return (f, b) => (
|
|
2114
|
+
return (f, b) => (a(), r("div", li, [
|
|
2086
2115
|
t("nav", null, [
|
|
2087
2116
|
t("div", ii, [
|
|
2088
2117
|
t("div", ri, [
|
|
@@ -2097,9 +2126,9 @@ const ai = /* @__PURE__ */ h(ti, [["__scopeId", "data-v-85ce0923"]]), de = "data
|
|
|
2097
2126
|
class: "nav-dropdown-btn"
|
|
2098
2127
|
}, [
|
|
2099
2128
|
m(f.$slots, "dropdown-title", {}, void 0, !0),
|
|
2100
|
-
p(u) == !1 ? (
|
|
2129
|
+
p(u) == !1 ? (a(), r("img", si)) : (a(), r("img", di))
|
|
2101
2130
|
]),
|
|
2102
|
-
|
|
2131
|
+
U(t("div", ci, [
|
|
2103
2132
|
m(f.$slots, "dropdown-links", {}, void 0, !0)
|
|
2104
2133
|
], 512), [
|
|
2105
2134
|
[F, p(u)]
|
|
@@ -2117,8 +2146,8 @@ const ai = /* @__PURE__ */ h(ti, [["__scopeId", "data-v-85ce0923"]]), de = "data
|
|
|
2117
2146
|
t("div", {
|
|
2118
2147
|
class: c(["mobile-nav-wrapper", p(n) == !0 ? "mirsaic-mobile-bg" : ""])
|
|
2119
2148
|
}, [
|
|
2120
|
-
t("div",
|
|
2121
|
-
t("div",
|
|
2149
|
+
t("div", hi, [
|
|
2150
|
+
t("div", _i, [
|
|
2122
2151
|
m(f.$slots, "link-logo", {}, void 0, !0)
|
|
2123
2152
|
]),
|
|
2124
2153
|
t("div", vi, [
|
|
@@ -2143,7 +2172,7 @@ const ai = /* @__PURE__ */ h(ti, [["__scopeId", "data-v-85ce0923"]]), de = "data
|
|
|
2143
2172
|
}, null, 10, bi)
|
|
2144
2173
|
], 8, fi)
|
|
2145
2174
|
]),
|
|
2146
|
-
|
|
2175
|
+
U(t("div", pi, [
|
|
2147
2176
|
t("ul", null, [
|
|
2148
2177
|
m(f.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2149
2178
|
]),
|
|
@@ -2159,9 +2188,9 @@ const ai = /* @__PURE__ */ h(ti, [["__scopeId", "data-v-85ce0923"]]), de = "data
|
|
|
2159
2188
|
]));
|
|
2160
2189
|
}
|
|
2161
2190
|
});
|
|
2162
|
-
const wi = /* @__PURE__ */
|
|
2191
|
+
const wi = /* @__PURE__ */ v($i, [["__scopeId", "data-v-8ff68823"]]), xi = {
|
|
2163
2192
|
install: (e) => {
|
|
2164
|
-
e.component("AtomButton", ne), e.component("AtomCheckbox", Le), e.component("AtomChip", ze), e.component("AtomDropdown", Ue), e.component("AtomImage", D), e.component("AtomLabel",
|
|
2193
|
+
e.component("AtomButton", ne), e.component("AtomCheckbox", Le), e.component("AtomChip", ze), e.component("AtomDropdown", Ue), e.component("AtomImage", D), e.component("AtomLabel", W), e.component("AtomLink", A), e.component("AtomRadioButton", lt), e.component("AtomSelect", dt), e.component("AtomSlider", bt), e.component("AtomTextarea", qt), e.component("AtomTextField", Vt), e.component("AtomVideo", E), e.component("MoleculeBulletList", Ft), e.component("MoleculeCard", Kt), e.component("MoleculeEventCard", ra), e.component("MoleculeModal", se), e.component("BlockFacts", va), e.component("BlockFeatures", Sa), e.component("BlockHeadline", Ha), e.component("BlockImage", Ba), e.component("BlockImageGallery", za), e.component("BlockMicroStories", Ea), e.component("BlockProductHero", Ja), e.component("BlockPromo", Qa), e.component("BlockQuote", ul), e.component("BlockRichText", gl), e.component("BlockTripleCardDisplay", wl), e.component("BlockVimeo", Dl), e.component("OrganismFilter", jl), e.component("OrganismFooter", ai), e.component("OrganismHeader", wi);
|
|
2165
2194
|
}
|
|
2166
2195
|
};
|
|
2167
2196
|
export {
|
|
@@ -2170,14 +2199,14 @@ export {
|
|
|
2170
2199
|
ze as AtomChip,
|
|
2171
2200
|
Ue as AtomDropdown,
|
|
2172
2201
|
D as AtomImage,
|
|
2173
|
-
|
|
2202
|
+
W as AtomLabel,
|
|
2174
2203
|
A as AtomLink,
|
|
2175
2204
|
lt as AtomRadioButton,
|
|
2176
2205
|
dt as AtomSelect,
|
|
2177
2206
|
bt as AtomSlider,
|
|
2178
2207
|
Vt as AtomTextField,
|
|
2179
2208
|
qt as AtomTextarea,
|
|
2180
|
-
|
|
2209
|
+
E as AtomVideo,
|
|
2181
2210
|
va as BlockFacts,
|
|
2182
2211
|
Sa as BlockFeatures,
|
|
2183
2212
|
Ha as BlockHeadline,
|