@mirweb/mir-web-components 0.15.52 → 0.15.53
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.
- package/dist/components/atoms/link/link.vue.d.ts +0 -14
- package/dist/components/blocks/facts/facts.vue.d.ts +0 -14
- package/dist/components/blocks/hero/hero.vue.d.ts +0 -14
- package/dist/components/blocks/logo-wall/logo-wall.vue.d.ts +0 -14
- package/dist/components/blocks/promo/promo.vue.d.ts +0 -14
- package/dist/components/molecules/address/address.vue.d.ts +0 -14
- package/dist/components/molecules/card/card.vue.d.ts +3 -0
- package/dist/components/organisms/footer/footer.vue.d.ts +0 -14
- package/dist/mir-web-components.cjs.js +1 -1
- package/dist/mir-web-components.css +1 -1
- package/dist/mir-web-components.es.js +539 -539
- package/dist/mir-web-components.umd.js +2 -2
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as h, openBlock as l, createElementBlock as
|
|
2
|
-
const
|
|
1
|
+
import { defineComponent as h, openBlock as l, createElementBlock as r, normalizeClass as c, toDisplayString as o, createElementVNode as t, renderSlot as u, pushScopeId as D, popScopeId as M, computed as P, createTextVNode as N, ref as x, withDirectives as U, Fragment as q, renderList as I, vShow as G, normalizeProps as V, guardReactiveProps as A, mergeProps as Y, createVNode as p, Transition as fe, withCtx as $, withModifiers as ae, createCommentVNode as m, watchEffect as le, withKeys as ye, createBlock as z, useSlots as be, normalizeStyle as Q, isRef as ee, unref as S, onMounted as ie, watch as te, onUnmounted as pe } from "vue";
|
|
2
|
+
const $e = ["aria-label"], ke = /* @__PURE__ */ h({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
5
5
|
variant: {
|
|
@@ -24,18 +24,18 @@ const pe = ["aria-label"], $e = /* @__PURE__ */ h({
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
setup(e) {
|
|
27
|
-
return (
|
|
27
|
+
return (i, s) => (l(), r("button", {
|
|
28
28
|
class: c(["button", "button--" + e.variant]),
|
|
29
29
|
"aria-label": e.ariaLabel
|
|
30
|
-
}, o(e.variant == "close" ? "" : e.buttonText), 11,
|
|
30
|
+
}, o(e.variant == "close" ? "" : e.buttonText), 11, $e));
|
|
31
31
|
}
|
|
32
32
|
});
|
|
33
|
-
const v = (e,
|
|
34
|
-
const
|
|
35
|
-
for (const [
|
|
36
|
-
|
|
37
|
-
return
|
|
38
|
-
}, W = /* @__PURE__ */ v(
|
|
33
|
+
const v = (e, i) => {
|
|
34
|
+
const s = e.__vccOpts || e;
|
|
35
|
+
for (const [a, n] of i)
|
|
36
|
+
s[a] = n;
|
|
37
|
+
return s;
|
|
38
|
+
}, W = /* @__PURE__ */ v(ke, [["__scopeId", "data-v-c2f14f04"]]), we = (e) => (D("data-v-c5f3542e"), e = e(), M(), e), xe = ["name", "value", "disabled", "required", "id"], Se = ["for"], qe = /* @__PURE__ */ we(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Be = /* @__PURE__ */ h({
|
|
39
39
|
__name: "checkbox",
|
|
40
40
|
props: {
|
|
41
41
|
name: String,
|
|
@@ -61,12 +61,12 @@ const v = (e, a) => {
|
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
emits: ["input"],
|
|
64
|
-
setup(e, { emit:
|
|
65
|
-
const
|
|
66
|
-
const n =
|
|
67
|
-
|
|
64
|
+
setup(e, { emit: i }) {
|
|
65
|
+
const s = (a) => {
|
|
66
|
+
const n = a.target;
|
|
67
|
+
i("input", n.checked);
|
|
68
68
|
};
|
|
69
|
-
return (
|
|
69
|
+
return (a, n) => (l(), r("div", {
|
|
70
70
|
class: c(["checkbox__wrapper", e.disabled ? "disabled" : ""])
|
|
71
71
|
}, [
|
|
72
72
|
t("input", {
|
|
@@ -77,23 +77,23 @@ const v = (e, a) => {
|
|
|
77
77
|
required: e.required,
|
|
78
78
|
id: e.id,
|
|
79
79
|
class: "checkbox__checkbox",
|
|
80
|
-
onChange:
|
|
81
|
-
}, null, 40,
|
|
80
|
+
onChange: s
|
|
81
|
+
}, null, 40, xe),
|
|
82
82
|
t("label", {
|
|
83
83
|
for: e.id,
|
|
84
84
|
class: c(["checkbox__label", e.required ? "required" : ""])
|
|
85
85
|
}, [
|
|
86
|
-
|
|
87
|
-
u(
|
|
88
|
-
], 10,
|
|
86
|
+
qe,
|
|
87
|
+
u(a.$slots, "default", {}, void 0, !0)
|
|
88
|
+
], 10, Se)
|
|
89
89
|
], 2));
|
|
90
90
|
}
|
|
91
91
|
});
|
|
92
|
-
const
|
|
92
|
+
const Ie = /* @__PURE__ */ v(Be, [["__scopeId", "data-v-c5f3542e"]]), Le = (e) => (D("data-v-b61be596"), e = e(), M(), e), Te = ["aria-label"], Ce = /* @__PURE__ */ Le(() => /* @__PURE__ */ t("img", {
|
|
93
93
|
src: "https://a.storyblok.com/f/230581/9x9/e4fb715dc9/close.svg?cv=1695125714598",
|
|
94
94
|
alt: "close",
|
|
95
95
|
class: "close-icon"
|
|
96
|
-
}, null, -1)),
|
|
96
|
+
}, null, -1)), Ve = /* @__PURE__ */ h({
|
|
97
97
|
__name: "chip",
|
|
98
98
|
props: {
|
|
99
99
|
text: {
|
|
@@ -102,23 +102,23 @@ const Be = /* @__PURE__ */ v(qe, [["__scopeId", "data-v-c5f3542e"]]), Ie = (e) =
|
|
|
102
102
|
}
|
|
103
103
|
},
|
|
104
104
|
emits: ["remove-chip"],
|
|
105
|
-
setup(e, { emit:
|
|
106
|
-
const
|
|
107
|
-
return (n, _) => (l(),
|
|
105
|
+
setup(e, { emit: i }) {
|
|
106
|
+
const s = e, a = P(() => `Chip: ${s.text}`);
|
|
107
|
+
return (n, _) => (l(), r("div", {
|
|
108
108
|
class: "chip__wrapper",
|
|
109
109
|
onClick: _[0] || (_[0] = (k) => n.$emit("remove-chip"))
|
|
110
110
|
}, [
|
|
111
111
|
t("span", {
|
|
112
112
|
class: "chip",
|
|
113
|
-
"aria-label":
|
|
113
|
+
"aria-label": a.value
|
|
114
114
|
}, [
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
], 8,
|
|
115
|
+
N(o(e.text) + " ", 1),
|
|
116
|
+
Ce
|
|
117
|
+
], 8, Te)
|
|
118
118
|
]));
|
|
119
119
|
}
|
|
120
120
|
});
|
|
121
|
-
const
|
|
121
|
+
const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["value"], Me = ["id"], Oe = { class: "listbox__dropdown" }, ze = ["id", "aria-labelledby", "aria-disabled"], Pe = ["aria-labelledby", "aria-activedescendant"], Fe = ["aria-selected", "data-value"], Ee = /* @__PURE__ */ h({
|
|
122
122
|
__name: "dropdown",
|
|
123
123
|
props: {
|
|
124
124
|
modelValue: {
|
|
@@ -134,7 +134,7 @@ const Ve = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-b61be596"]]), Ae = ["val
|
|
|
134
134
|
required: !0,
|
|
135
135
|
validator(e) {
|
|
136
136
|
return e.every(
|
|
137
|
-
(
|
|
137
|
+
(i) => typeof i.value < "u" && typeof i.label < "u"
|
|
138
138
|
);
|
|
139
139
|
}
|
|
140
140
|
},
|
|
@@ -167,16 +167,16 @@ const Ve = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-b61be596"]]), Ae = ["val
|
|
|
167
167
|
}
|
|
168
168
|
},
|
|
169
169
|
emits: ["update:modelValue"],
|
|
170
|
-
setup(e, { emit:
|
|
171
|
-
const
|
|
172
|
-
const d =
|
|
173
|
-
(
|
|
170
|
+
setup(e, { emit: i }) {
|
|
171
|
+
const s = e, a = x(null), n = x(null), _ = x([]), k = x(0), T = x(""), g = x(!0), y = x(0), B = P(() => {
|
|
172
|
+
const d = s.options.find(
|
|
173
|
+
(f) => f.value === s.modelValue
|
|
174
174
|
);
|
|
175
175
|
return d && d.label;
|
|
176
176
|
}), se = {
|
|
177
|
-
beforeMount(d,
|
|
177
|
+
beforeMount(d, f) {
|
|
178
178
|
d.clickOutsideEvent = function(b) {
|
|
179
|
-
d === b.target || d.contains(b.target) ||
|
|
179
|
+
d === b.target || d.contains(b.target) || f.value(b);
|
|
180
180
|
}, document.body.addEventListener("click", d.clickOutsideEvent);
|
|
181
181
|
},
|
|
182
182
|
unmounted(d) {
|
|
@@ -184,25 +184,25 @@ const Ve = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-b61be596"]]), Ae = ["val
|
|
|
184
184
|
}
|
|
185
185
|
};
|
|
186
186
|
function oe(d) {
|
|
187
|
-
|
|
187
|
+
i("update:modelValue", d);
|
|
188
188
|
}
|
|
189
189
|
function ne(d) {
|
|
190
190
|
var b;
|
|
191
|
-
const
|
|
192
|
-
|
|
191
|
+
const f = d.target;
|
|
192
|
+
f.getAttribute("role") === "option" && (R(f), K(), (b = a.value) == null || b.focus());
|
|
193
193
|
}
|
|
194
194
|
function J(d) {
|
|
195
195
|
var b;
|
|
196
|
-
const
|
|
197
|
-
switch (
|
|
196
|
+
const f = d.key;
|
|
197
|
+
switch (f) {
|
|
198
198
|
case "ArrowUp":
|
|
199
199
|
case "ArrowDown": {
|
|
200
200
|
d.preventDefault();
|
|
201
|
-
const w =
|
|
202
|
-
(
|
|
201
|
+
const w = s.options.findIndex(
|
|
202
|
+
(E) => E.value === s.modelValue
|
|
203
203
|
);
|
|
204
204
|
let O = w ? _.value[w] : _.value[0];
|
|
205
|
-
|
|
205
|
+
f === "ArrowUp" ? w - 1 >= 0 && (O = _.value[w - 1]) : w + 1 <= s.options.length && (O = _.value[w + 1]), O && R(O);
|
|
206
206
|
break;
|
|
207
207
|
}
|
|
208
208
|
case "Home":
|
|
@@ -215,17 +215,17 @@ const Ve = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-b61be596"]]), Ae = ["val
|
|
|
215
215
|
break;
|
|
216
216
|
case "Enter":
|
|
217
217
|
case "Escape":
|
|
218
|
-
d.preventDefault(), K(), (b =
|
|
218
|
+
d.preventDefault(), K(), (b = a.value) == null || b.focus();
|
|
219
219
|
break;
|
|
220
220
|
default: {
|
|
221
|
-
const w = _e(
|
|
221
|
+
const w = _e(f);
|
|
222
222
|
w && R(w);
|
|
223
223
|
break;
|
|
224
224
|
}
|
|
225
225
|
}
|
|
226
226
|
}
|
|
227
227
|
function de(d) {
|
|
228
|
-
if (!
|
|
228
|
+
if (!s.disabled)
|
|
229
229
|
switch (d.key) {
|
|
230
230
|
case "ArrowUp":
|
|
231
231
|
case "ArrowDown":
|
|
@@ -242,19 +242,19 @@ const Ve = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-b61be596"]]), Ae = ["val
|
|
|
242
242
|
}, 500);
|
|
243
243
|
}
|
|
244
244
|
function _e(d) {
|
|
245
|
-
let
|
|
246
|
-
(T.value === "" ||
|
|
247
|
-
(w) => w.value ===
|
|
248
|
-
)), T.value =
|
|
245
|
+
let f = "";
|
|
246
|
+
(T.value === "" || f !== d) && (y.value = s.options.findIndex(
|
|
247
|
+
(w) => w.value === s.modelValue
|
|
248
|
+
)), T.value = f === d ? d : T.value + d, f = d, ue();
|
|
249
249
|
let b = X(
|
|
250
250
|
y.value + 1,
|
|
251
|
-
|
|
251
|
+
s.options.length
|
|
252
252
|
);
|
|
253
|
-
return !b && T.value.length === 1 && (b = X(0, y.value)), y.value = (y.value + 1) %
|
|
253
|
+
return !b && T.value.length === 1 && (b = X(0, y.value)), y.value = (y.value + 1) % s.options.length, b;
|
|
254
254
|
}
|
|
255
|
-
function X(d,
|
|
256
|
-
for (let b = d; b <
|
|
257
|
-
if (
|
|
255
|
+
function X(d, f) {
|
|
256
|
+
for (let b = d; b < f; b++)
|
|
257
|
+
if (s.options[b].label && s.options[b].label.toUpperCase().indexOf(T.value.toUpperCase()) === 0)
|
|
258
258
|
return _.value[b];
|
|
259
259
|
return null;
|
|
260
260
|
}
|
|
@@ -263,38 +263,38 @@ const Ve = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-b61be596"]]), Ae = ["val
|
|
|
263
263
|
}
|
|
264
264
|
function R(d) {
|
|
265
265
|
var b, w;
|
|
266
|
-
const
|
|
267
|
-
if (
|
|
268
|
-
const O =
|
|
269
|
-
(
|
|
270
|
-
),
|
|
271
|
-
ce(
|
|
266
|
+
const f = d.getAttribute("data-value");
|
|
267
|
+
if (s.modelValue) {
|
|
268
|
+
const O = s.options.findIndex(
|
|
269
|
+
(ge) => ge.value === s.modelValue
|
|
270
|
+
), E = _.value[O];
|
|
271
|
+
ce(E);
|
|
272
272
|
}
|
|
273
273
|
if (d.setAttribute("aria-selected", "true"), (b = n.value) == null || b.setAttribute(
|
|
274
274
|
"aria-activedescendant",
|
|
275
|
-
|
|
276
|
-
), oe(
|
|
277
|
-
const O = n.value.clientHeight + n.value.scrollTop,
|
|
278
|
-
|
|
275
|
+
f || ""
|
|
276
|
+
), oe(f || ""), n.value && n.value.scrollHeight > n.value.clientHeight) {
|
|
277
|
+
const O = n.value.clientHeight + n.value.scrollTop, E = d.offsetTop + d.offsetHeight;
|
|
278
|
+
E > O ? n.value.scrollTop = E - ((w = n.value) == null ? void 0 : w.clientHeight) : d.offsetTop < n.value.scrollTop && (n.value.scrollTop = d.offsetTop);
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
281
|
function ve() {
|
|
282
|
-
var
|
|
283
|
-
const d = (
|
|
282
|
+
var f;
|
|
283
|
+
const d = (f = _.value) == null ? void 0 : f[s.options.length - 1];
|
|
284
284
|
R(d);
|
|
285
285
|
}
|
|
286
286
|
function K() {
|
|
287
287
|
var d;
|
|
288
|
-
|
|
288
|
+
g.value = !0, (d = a.value) == null || d.removeAttribute("aria-expanded");
|
|
289
289
|
}
|
|
290
290
|
function Z() {
|
|
291
|
-
var d,
|
|
292
|
-
|
|
291
|
+
var d, f;
|
|
292
|
+
g.value = !1, (d = a.value) == null || d.setAttribute("aria-expanded", "true"), (f = n.value) == null || f.focus();
|
|
293
293
|
}
|
|
294
294
|
function me() {
|
|
295
|
-
|
|
295
|
+
s.disabled || (g.value ? Z() : K());
|
|
296
296
|
}
|
|
297
|
-
return (d,
|
|
297
|
+
return (d, f) => (l(), r("div", {
|
|
298
298
|
class: "listbox__wrapper",
|
|
299
299
|
value: e.modelValue,
|
|
300
300
|
ref: "listbox"
|
|
@@ -306,8 +306,8 @@ const Ve = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-b61be596"]]), Ae = ["val
|
|
|
306
306
|
"is-disabled": e.disabled,
|
|
307
307
|
"is-required": e.required
|
|
308
308
|
}, "listbox__label"])
|
|
309
|
-
}, o(e.label), 11,
|
|
310
|
-
U((l(),
|
|
309
|
+
}, o(e.label), 11, Me),
|
|
310
|
+
U((l(), r("div", Oe, [
|
|
311
311
|
t("button", {
|
|
312
312
|
id: `${e.name}-button-label`,
|
|
313
313
|
"aria-labelledby": `${e.name}-label ${e.name}-button-label`,
|
|
@@ -321,8 +321,8 @@ const Ve = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-b61be596"]]), Ae = ["val
|
|
|
321
321
|
onClick: me,
|
|
322
322
|
onKeydown: de,
|
|
323
323
|
ref_key: "listboxButton",
|
|
324
|
-
ref:
|
|
325
|
-
}, o(e.modelValue ? B.value : e.placeholder), 43,
|
|
324
|
+
ref: a
|
|
325
|
+
}, o(e.modelValue ? B.value : e.placeholder), 43, ze),
|
|
326
326
|
U(t("ul", {
|
|
327
327
|
"aria-labelledby": `${e.name}-label`,
|
|
328
328
|
"aria-activedescendant": e.modelValue,
|
|
@@ -334,7 +334,7 @@ const Ve = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-b61be596"]]), Ae = ["val
|
|
|
334
334
|
ref_key: "listboxNode",
|
|
335
335
|
ref: n
|
|
336
336
|
}, [
|
|
337
|
-
(l(!0),
|
|
337
|
+
(l(!0), r(q, null, I(e.options, (b, w) => (l(), r("li", {
|
|
338
338
|
key: `${e.name}-option-${w}`,
|
|
339
339
|
"aria-selected": b.value === e.modelValue,
|
|
340
340
|
"data-value": b.value,
|
|
@@ -343,17 +343,17 @@ const Ve = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-b61be596"]]), Ae = ["val
|
|
|
343
343
|
ref_for: !0,
|
|
344
344
|
ref_key: "listboxOptions",
|
|
345
345
|
ref: _
|
|
346
|
-
}, o(b.label), 9,
|
|
347
|
-
], 40,
|
|
348
|
-
[G, !
|
|
346
|
+
}, o(b.label), 9, Fe))), 128))
|
|
347
|
+
], 40, Pe), [
|
|
348
|
+
[G, !g.value]
|
|
349
349
|
])
|
|
350
350
|
])), [
|
|
351
351
|
[se, K]
|
|
352
352
|
])
|
|
353
|
-
], 8,
|
|
353
|
+
], 8, De));
|
|
354
354
|
}
|
|
355
355
|
});
|
|
356
|
-
const Ne = /* @__PURE__ */ v(
|
|
356
|
+
const Ne = /* @__PURE__ */ v(Ee, [["__scopeId", "data-v-f69f328c"]]), He = { class: "image__wrapper" }, Re = /* @__PURE__ */ h({
|
|
357
357
|
__name: "image",
|
|
358
358
|
props: {
|
|
359
359
|
src: {
|
|
@@ -391,12 +391,12 @@ const Ne = /* @__PURE__ */ v(Fe, [["__scopeId", "data-v-f69f328c"]]), Ee = { cla
|
|
|
391
391
|
}
|
|
392
392
|
},
|
|
393
393
|
setup(e) {
|
|
394
|
-
return (
|
|
395
|
-
u(
|
|
394
|
+
return (i, s) => (l(), r("div", He, [
|
|
395
|
+
u(i.$slots, "default", V(A(i.$attrs)))
|
|
396
396
|
]));
|
|
397
397
|
}
|
|
398
398
|
});
|
|
399
|
-
const L = /* @__PURE__ */ v(
|
|
399
|
+
const L = /* @__PURE__ */ v(Re, [["__scopeId", "data-v-513b5384"]]), je = { class: "label__wrapper" }, Ke = ["aria-label", "label-dark"], Ue = /* @__PURE__ */ h({
|
|
400
400
|
__name: "label",
|
|
401
401
|
props: {
|
|
402
402
|
text: {
|
|
@@ -410,25 +410,19 @@ const L = /* @__PURE__ */ v(He, [["__scopeId", "data-v-513b5384"]]), Re = { clas
|
|
|
410
410
|
}
|
|
411
411
|
},
|
|
412
412
|
setup(e) {
|
|
413
|
-
const
|
|
414
|
-
return (
|
|
413
|
+
const i = e, s = P(() => `Label: ${i.text}`);
|
|
414
|
+
return (a, n) => (l(), r("div", je, [
|
|
415
415
|
t("span", {
|
|
416
|
-
"aria-label":
|
|
416
|
+
"aria-label": s.value,
|
|
417
417
|
"label-dark": e.labelDark,
|
|
418
418
|
class: c(e.labelDark ? "label--dark" : "label--light")
|
|
419
|
-
}, o(e.text), 11,
|
|
419
|
+
}, o(e.text), 11, Ke)
|
|
420
420
|
]));
|
|
421
421
|
}
|
|
422
422
|
});
|
|
423
|
-
const j = /* @__PURE__ */ v(
|
|
423
|
+
const j = /* @__PURE__ */ v(Ue, [["__scopeId", "data-v-d9cdf57c"]]), We = { class: "link__wrapper" }, C = /* @__PURE__ */ h({
|
|
424
424
|
__name: "link",
|
|
425
425
|
props: {
|
|
426
|
-
url: {
|
|
427
|
-
type: String,
|
|
428
|
-
required: !1,
|
|
429
|
-
validator: (e) => (!e.startsWith("https") && !e.startsWith("mailto") && !e.startsWith("tel") && console.error("No https detected in link"), !0),
|
|
430
|
-
default: void 0
|
|
431
|
-
},
|
|
432
426
|
underline: {
|
|
433
427
|
type: String,
|
|
434
428
|
required: !1,
|
|
@@ -461,12 +455,12 @@ const j = /* @__PURE__ */ v(Ke, [["__scopeId", "data-v-d9cdf57c"]]), Ue = { clas
|
|
|
461
455
|
}
|
|
462
456
|
},
|
|
463
457
|
setup(e) {
|
|
464
|
-
const
|
|
465
|
-
const { ...
|
|
466
|
-
return
|
|
458
|
+
const i = e, s = P(() => {
|
|
459
|
+
const { ...a } = i;
|
|
460
|
+
return a;
|
|
467
461
|
});
|
|
468
|
-
return (
|
|
469
|
-
t("div", Y(
|
|
462
|
+
return (a, n) => (l(), r("div", We, [
|
|
463
|
+
t("div", Y(s.value, {
|
|
470
464
|
class: ["mir-link", [
|
|
471
465
|
e.linkType === "primary" ? "mir-link--btn button button--primary" : e.linkType === "secondary" ? "mir-link--btn button button--secondary" : e.linkType === "secondary-dark" ? "mir-link--btn button button--secondary-dark" : e.linkType === "regular" ? "regular-link" : e.linkType === "regular-dark" ? "regular-link-dark" : e.linkType === "regular-light" ? "regular-link-light" : e.linkType === "regular-blue" ? "regular-link-blue" : "",
|
|
472
466
|
e.disabled ? "disabled" : "",
|
|
@@ -474,12 +468,12 @@ const j = /* @__PURE__ */ v(Ke, [["__scopeId", "data-v-d9cdf57c"]]), Ue = { clas
|
|
|
474
468
|
e.arrow ? "link-arrow" : ""
|
|
475
469
|
]]
|
|
476
470
|
}), [
|
|
477
|
-
u(
|
|
471
|
+
u(a.$slots, "default")
|
|
478
472
|
], 16)
|
|
479
473
|
]));
|
|
480
474
|
}
|
|
481
475
|
});
|
|
482
|
-
const
|
|
476
|
+
const Ge = (e) => (D("data-v-69095414"), e = e(), M(), e), Ye = ["name", "value", "checked", "disabled", "required", "id"], Qe = ["for"], Je = /* @__PURE__ */ Ge(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), Xe = /* @__PURE__ */ h({
|
|
483
477
|
__name: "radio-button",
|
|
484
478
|
props: {
|
|
485
479
|
name: String,
|
|
@@ -506,12 +500,12 @@ const We = (e) => (D("data-v-69095414"), e = e(), M(), e), Ge = ["name", "value"
|
|
|
506
500
|
}
|
|
507
501
|
},
|
|
508
502
|
emits: ["input"],
|
|
509
|
-
setup(e, { emit:
|
|
510
|
-
const
|
|
511
|
-
const n =
|
|
512
|
-
|
|
503
|
+
setup(e, { emit: i }) {
|
|
504
|
+
const s = (a) => {
|
|
505
|
+
const n = a.target;
|
|
506
|
+
i("input", n.checked);
|
|
513
507
|
};
|
|
514
|
-
return (
|
|
508
|
+
return (a, n) => (l(), r("div", {
|
|
515
509
|
class: c(["radio__wrapper", e.disabled ? "disabled" : ""])
|
|
516
510
|
}, [
|
|
517
511
|
t("input", {
|
|
@@ -523,19 +517,19 @@ const We = (e) => (D("data-v-69095414"), e = e(), M(), e), Ge = ["name", "value"
|
|
|
523
517
|
required: e.required,
|
|
524
518
|
id: e.id,
|
|
525
519
|
class: "radio__radio",
|
|
526
|
-
onChange:
|
|
527
|
-
}, null, 40,
|
|
520
|
+
onChange: s
|
|
521
|
+
}, null, 40, Ye),
|
|
528
522
|
t("label", {
|
|
529
523
|
for: e.id,
|
|
530
524
|
class: c(["radio__label", e.required ? "required" : ""])
|
|
531
525
|
}, [
|
|
532
|
-
|
|
533
|
-
u(
|
|
534
|
-
], 10,
|
|
526
|
+
Je,
|
|
527
|
+
u(a.$slots, "default", {}, void 0, !0)
|
|
528
|
+
], 10, Qe)
|
|
535
529
|
], 2));
|
|
536
530
|
}
|
|
537
531
|
});
|
|
538
|
-
const
|
|
532
|
+
const Ze = /* @__PURE__ */ v(Xe, [["__scopeId", "data-v-69095414"]]), et = { class: "select__wrapper" }, tt = ["for"], at = ["disabled", "id", "name", "value"], lt = ["value"], it = /* @__PURE__ */ h({
|
|
539
533
|
__name: "select",
|
|
540
534
|
props: {
|
|
541
535
|
id: {
|
|
@@ -551,7 +545,7 @@ const Xe = /* @__PURE__ */ v(Je, [["__scopeId", "data-v-69095414"]]), Ze = { cla
|
|
|
551
545
|
required: !0,
|
|
552
546
|
validator(e) {
|
|
553
547
|
return e.every(
|
|
554
|
-
(
|
|
548
|
+
(i) => typeof i.value < "u" && typeof i.text < "u"
|
|
555
549
|
);
|
|
556
550
|
}
|
|
557
551
|
},
|
|
@@ -576,54 +570,54 @@ const Xe = /* @__PURE__ */ v(Je, [["__scopeId", "data-v-69095414"]]), Ze = { cla
|
|
|
576
570
|
},
|
|
577
571
|
emits: ["update:modelValue"],
|
|
578
572
|
setup(e) {
|
|
579
|
-
return (
|
|
573
|
+
return (i, s) => (l(), r("div", et, [
|
|
580
574
|
t("label", {
|
|
581
575
|
for: e.id,
|
|
582
576
|
class: c([e.required ? "required" : "", e.disabled ? "disabled" : ""])
|
|
583
|
-
}, o(e.label), 11,
|
|
577
|
+
}, o(e.label), 11, tt),
|
|
584
578
|
t("select", {
|
|
585
579
|
class: c(e.disabled ? "disabled" : ""),
|
|
586
580
|
disabled: e.disabled,
|
|
587
581
|
id: e.id,
|
|
588
582
|
name: e.name,
|
|
589
583
|
value: e.modelValue,
|
|
590
|
-
onChange:
|
|
591
|
-
|
|
584
|
+
onChange: s[0] || (s[0] = (a) => {
|
|
585
|
+
i.$emit("update:modelValue", a.target.value), a.target.blur();
|
|
592
586
|
})
|
|
593
587
|
}, [
|
|
594
|
-
(l(!0),
|
|
595
|
-
key:
|
|
596
|
-
value:
|
|
597
|
-
}, o(
|
|
598
|
-
], 42,
|
|
588
|
+
(l(!0), r(q, null, I(e.options, (a) => (l(), r("option", {
|
|
589
|
+
key: a.value,
|
|
590
|
+
value: a.value
|
|
591
|
+
}, o(a.text), 9, lt))), 128))
|
|
592
|
+
], 42, at)
|
|
599
593
|
]));
|
|
600
594
|
}
|
|
601
595
|
});
|
|
602
|
-
const
|
|
596
|
+
const rt = /* @__PURE__ */ v(it, [["__scopeId", "data-v-2d0a5b51"]]), st = { class: "modal__wrapper" }, ot = /* @__PURE__ */ h({
|
|
603
597
|
__name: "modal",
|
|
604
598
|
props: {
|
|
605
599
|
show: { type: Boolean, default: !1 }
|
|
606
600
|
},
|
|
607
601
|
emits: ["update:show"],
|
|
608
|
-
setup(e, { emit:
|
|
609
|
-
const
|
|
602
|
+
setup(e, { emit: i }) {
|
|
603
|
+
const s = e;
|
|
610
604
|
P({
|
|
611
|
-
get: () =>
|
|
612
|
-
set: (n) =>
|
|
605
|
+
get: () => s.show,
|
|
606
|
+
set: (n) => i("update:show", n)
|
|
613
607
|
});
|
|
614
|
-
const
|
|
615
|
-
|
|
608
|
+
const a = () => {
|
|
609
|
+
i("update:show", !s.show);
|
|
616
610
|
};
|
|
617
|
-
return (n, _) => (l(),
|
|
618
|
-
p(
|
|
611
|
+
return (n, _) => (l(), r("div", st, [
|
|
612
|
+
p(fe, {
|
|
619
613
|
duration: 300,
|
|
620
614
|
name: "nested"
|
|
621
615
|
}, {
|
|
622
616
|
default: $(() => [
|
|
623
|
-
n.show ? (l(),
|
|
617
|
+
n.show ? (l(), r("div", {
|
|
624
618
|
key: 0,
|
|
625
619
|
class: "overlay",
|
|
626
|
-
onClick:
|
|
620
|
+
onClick: a,
|
|
627
621
|
ariaLabel: "modal",
|
|
628
622
|
role: "dialog"
|
|
629
623
|
}, [
|
|
@@ -636,7 +630,7 @@ const it = /* @__PURE__ */ v(lt, [["__scopeId", "data-v-2d0a5b51"]]), rt = { cla
|
|
|
636
630
|
p(W, {
|
|
637
631
|
ariaLabel: "close",
|
|
638
632
|
variant: "close",
|
|
639
|
-
onClick:
|
|
633
|
+
onClick: a
|
|
640
634
|
})
|
|
641
635
|
]),
|
|
642
636
|
u(n.$slots, "default", {}, void 0, !0)
|
|
@@ -648,7 +642,7 @@ const it = /* @__PURE__ */ v(lt, [["__scopeId", "data-v-2d0a5b51"]]), rt = { cla
|
|
|
648
642
|
]));
|
|
649
643
|
}
|
|
650
644
|
});
|
|
651
|
-
const re = /* @__PURE__ */ v(
|
|
645
|
+
const re = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-b763a084"]]), nt = { class: "slider__wrapper" }, dt = { class: "slider__label" }, ct = ["for"], ut = ["aria-label"], _t = { class: "slider__content" }, ht = ["id", "name", "value", "min", "step", "max"], vt = /* @__PURE__ */ h({
|
|
652
646
|
__name: "slider",
|
|
653
647
|
props: {
|
|
654
648
|
label: {
|
|
@@ -700,26 +694,26 @@ const re = /* @__PURE__ */ v(st, [["__scopeId", "data-v-b763a084"]]), ot = { cla
|
|
|
700
694
|
}
|
|
701
695
|
},
|
|
702
696
|
emits: ["update:modelValue"],
|
|
703
|
-
setup(e, { emit:
|
|
704
|
-
const
|
|
697
|
+
setup(e, { emit: i }) {
|
|
698
|
+
const s = e, a = x(s.modelValue), n = x(), _ = x(!1), k = (g, y, B) => (g - y) / (B - y) * 100, T = (g) => {
|
|
705
699
|
var y;
|
|
706
|
-
(y = n.value) == null || y.style.setProperty("--ProgressPercent", `${
|
|
700
|
+
(y = n.value) == null || y.style.setProperty("--ProgressPercent", `${g}%`);
|
|
707
701
|
};
|
|
708
702
|
return le(() => {
|
|
709
703
|
if (n.value) {
|
|
710
|
-
|
|
711
|
-
const
|
|
712
|
-
let y = (50 -
|
|
713
|
-
T(
|
|
704
|
+
i("update:modelValue", a.value);
|
|
705
|
+
const g = k(a.value, s.min, s.max);
|
|
706
|
+
let y = (50 - g) / 100;
|
|
707
|
+
T(g + y);
|
|
714
708
|
}
|
|
715
|
-
}), (
|
|
716
|
-
t("div",
|
|
717
|
-
t("div",
|
|
709
|
+
}), (g, y) => (l(), r(q, null, [
|
|
710
|
+
t("div", nt, [
|
|
711
|
+
t("div", dt, [
|
|
718
712
|
t("label", {
|
|
719
713
|
for: e.id,
|
|
720
714
|
class: c([e.variant, ""])
|
|
721
|
-
}, o(e.label), 11,
|
|
722
|
-
e.information ? (l(),
|
|
715
|
+
}, o(e.label), 11, ct),
|
|
716
|
+
e.information ? (l(), r("i", {
|
|
723
717
|
key: 0,
|
|
724
718
|
role: "button",
|
|
725
719
|
class: c([e.variant, "slider__information"]),
|
|
@@ -728,9 +722,9 @@ const re = /* @__PURE__ */ v(st, [["__scopeId", "data-v-b763a084"]]), ot = { cla
|
|
|
728
722
|
"aria-label": e.informationLabel,
|
|
729
723
|
tabindex: "0",
|
|
730
724
|
"aria-haspopup": "dialog"
|
|
731
|
-
}, null, 42,
|
|
725
|
+
}, null, 42, ut)) : m("", !0)
|
|
732
726
|
]),
|
|
733
|
-
t("div",
|
|
727
|
+
t("div", _t, [
|
|
734
728
|
t("span", {
|
|
735
729
|
class: c([e.variant, "slider__minmax"])
|
|
736
730
|
}, o(e.min), 3),
|
|
@@ -745,8 +739,8 @@ const re = /* @__PURE__ */ v(st, [["__scopeId", "data-v-b763a084"]]), ot = { cla
|
|
|
745
739
|
class: c(e.variant),
|
|
746
740
|
ref_key: "slider",
|
|
747
741
|
ref: n,
|
|
748
|
-
onInput: y[2] || (y[2] = ({ target: B }) =>
|
|
749
|
-
}, null, 42,
|
|
742
|
+
onInput: y[2] || (y[2] = ({ target: B }) => a.value = parseFloat(B.value))
|
|
743
|
+
}, null, 42, ht),
|
|
750
744
|
t("span", {
|
|
751
745
|
class: c([e.variant, "slider__minmax"])
|
|
752
746
|
}, o(e.max), 3)
|
|
@@ -761,14 +755,14 @@ const re = /* @__PURE__ */ v(st, [["__scopeId", "data-v-b763a084"]]), ot = { cla
|
|
|
761
755
|
"onUpdate:show": y[3] || (y[3] = (B) => _.value = B)
|
|
762
756
|
}, {
|
|
763
757
|
default: $(() => [
|
|
764
|
-
|
|
758
|
+
N(o(e.information), 1)
|
|
765
759
|
]),
|
|
766
760
|
_: 1
|
|
767
761
|
}, 8, ["show"])) : m("", !0)
|
|
768
762
|
], 64));
|
|
769
763
|
}
|
|
770
764
|
});
|
|
771
|
-
const
|
|
765
|
+
const mt = /* @__PURE__ */ v(vt, [["__scopeId", "data-v-b6e6a153"]]), gt = { id: "textarea-wrapper" }, ft = ["for"], yt = ["id"], bt = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], pt = { class: "textarea-info" }, $t = { key: 0 }, kt = /* @__PURE__ */ h({
|
|
772
766
|
__name: "textarea",
|
|
773
767
|
props: {
|
|
774
768
|
id: {
|
|
@@ -808,7 +802,7 @@ const vt = /* @__PURE__ */ v(ht, [["__scopeId", "data-v-b6e6a153"]]), mt = { id:
|
|
|
808
802
|
},
|
|
809
803
|
emits: ["update:modelValue"],
|
|
810
804
|
setup(e) {
|
|
811
|
-
return (
|
|
805
|
+
return (i, s) => (l(), r("div", gt, [
|
|
812
806
|
t("label", {
|
|
813
807
|
for: e.id,
|
|
814
808
|
class: c({ required: e.required })
|
|
@@ -826,15 +820,15 @@ const vt = /* @__PURE__ */ v(ht, [["__scopeId", "data-v-b6e6a153"]]), mt = { id:
|
|
|
826
820
|
disabled: e.disabled,
|
|
827
821
|
maxlength: e.maxLength,
|
|
828
822
|
value: e.modelValue,
|
|
829
|
-
onInput:
|
|
823
|
+
onInput: s[0] || (s[0] = (a) => i.$emit("update:modelValue", a.target.value)),
|
|
830
824
|
class: c(
|
|
831
825
|
e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? "reached-meter-limit" : "border"
|
|
832
826
|
)
|
|
833
|
-
}, null, 42,
|
|
834
|
-
], 8,
|
|
835
|
-
t("div",
|
|
827
|
+
}, null, 42, bt)
|
|
828
|
+
], 8, yt),
|
|
829
|
+
t("div", pt, [
|
|
836
830
|
t("div", null, [
|
|
837
|
-
e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? (l(),
|
|
831
|
+
e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? (l(), r("p", $t, " Too many characters. Please make it shorter ")) : m("", !0)
|
|
838
832
|
]),
|
|
839
833
|
t("p", {
|
|
840
834
|
class: c(
|
|
@@ -845,16 +839,16 @@ const vt = /* @__PURE__ */ v(ht, [["__scopeId", "data-v-b6e6a153"]]), mt = { id:
|
|
|
845
839
|
]));
|
|
846
840
|
}
|
|
847
841
|
});
|
|
848
|
-
const
|
|
842
|
+
const wt = /* @__PURE__ */ v(kt, [["__scopeId", "data-v-626f208b"]]), xt = { class: "text-field__wrapper" }, St = ["for"], qt = { key: 0 }, Bt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], It = ["aria-expanded"], Lt = ["type", "value", "placeholder", "id", "required", "disabled", "name"], Tt = {
|
|
849
843
|
key: 2,
|
|
850
844
|
class: "search"
|
|
851
|
-
},
|
|
845
|
+
}, Ct = {
|
|
852
846
|
key: 3,
|
|
853
847
|
class: "errorMessage"
|
|
854
|
-
},
|
|
848
|
+
}, Vt = {
|
|
855
849
|
key: 4,
|
|
856
850
|
class: "helperText"
|
|
857
|
-
},
|
|
851
|
+
}, At = /* @__PURE__ */ h({
|
|
858
852
|
__name: "text-field",
|
|
859
853
|
props: {
|
|
860
854
|
type: {
|
|
@@ -926,12 +920,12 @@ const kt = /* @__PURE__ */ v($t, [["__scopeId", "data-v-626f208b"]]), wt = { cla
|
|
|
926
920
|
},
|
|
927
921
|
emits: ["update:modelValue"],
|
|
928
922
|
setup(e) {
|
|
929
|
-
const
|
|
930
|
-
() =>
|
|
931
|
-
),
|
|
932
|
-
() =>
|
|
923
|
+
const i = x(!0), s = P(
|
|
924
|
+
() => i.value ? "showPassword" : "hidePassword"
|
|
925
|
+
), a = P(
|
|
926
|
+
() => i.value ? "password" : "text"
|
|
933
927
|
);
|
|
934
|
-
return (n, _) => (l(),
|
|
928
|
+
return (n, _) => (l(), r("div", xt, [
|
|
935
929
|
t("label", {
|
|
936
930
|
for: e.id,
|
|
937
931
|
class: c([
|
|
@@ -939,26 +933,26 @@ const kt = /* @__PURE__ */ v($t, [["__scopeId", "data-v-626f208b"]]), wt = { cla
|
|
|
939
933
|
e.disabled ? "disabled" : "",
|
|
940
934
|
e.search ? "search" : ""
|
|
941
935
|
])
|
|
942
|
-
}, o(e.label), 11,
|
|
943
|
-
e.type === "password" ? (l(),
|
|
936
|
+
}, o(e.label), 11, St),
|
|
937
|
+
e.type === "password" ? (l(), r("div", qt, [
|
|
944
938
|
t("input", {
|
|
945
939
|
id: e.id,
|
|
946
|
-
type:
|
|
940
|
+
type: a.value,
|
|
947
941
|
value: e.modelValue,
|
|
948
942
|
placeholder: e.placeholder,
|
|
949
943
|
required: e.required,
|
|
950
944
|
disabled: e.disabled,
|
|
951
945
|
onInput: _[0] || (_[0] = (k) => n.$emit("update:modelValue", k.target.value)),
|
|
952
946
|
name: e.fieldName
|
|
953
|
-
}, null, 40,
|
|
947
|
+
}, null, 40, Bt),
|
|
954
948
|
t("i", {
|
|
955
949
|
role: "button",
|
|
956
|
-
class: c([
|
|
957
|
-
onClick: _[1] || (_[1] = (k) =>
|
|
950
|
+
class: c([s.value]),
|
|
951
|
+
onClick: _[1] || (_[1] = (k) => i.value = !i.value),
|
|
958
952
|
"aria-controls": "password",
|
|
959
|
-
"aria-expanded": !
|
|
960
|
-
}, null, 10,
|
|
961
|
-
])) : (l(),
|
|
953
|
+
"aria-expanded": !i.value
|
|
954
|
+
}, null, 10, It)
|
|
955
|
+
])) : (l(), r("input", {
|
|
962
956
|
key: 1,
|
|
963
957
|
type: e.type,
|
|
964
958
|
value: e.modelValue,
|
|
@@ -973,14 +967,14 @@ const kt = /* @__PURE__ */ v($t, [["__scopeId", "data-v-626f208b"]]), wt = { cla
|
|
|
973
967
|
disabled: e.disabled,
|
|
974
968
|
onInput: _[2] || (_[2] = (k) => n.$emit("update:modelValue", k.target.value)),
|
|
975
969
|
name: e.fieldName
|
|
976
|
-
}, null, 42,
|
|
977
|
-
e.search ? (l(),
|
|
978
|
-
e.errorMessage ? (l(),
|
|
979
|
-
e.helperText ? (l(),
|
|
970
|
+
}, null, 42, Lt)),
|
|
971
|
+
e.search ? (l(), r("i", Tt)) : m("", !0),
|
|
972
|
+
e.errorMessage ? (l(), r("strong", Ct, o(e.errorMessage), 1)) : m("", !0),
|
|
973
|
+
e.helperText ? (l(), r("span", Vt, o(e.helperText), 1)) : m("", !0)
|
|
980
974
|
]));
|
|
981
975
|
}
|
|
982
976
|
});
|
|
983
|
-
const
|
|
977
|
+
const Dt = /* @__PURE__ */ v(At, [["__scopeId", "data-v-9d2f6b3b"]]), Mt = { class: "video__wrapper" }, Ot = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], zt = ["src", "aria-label", "title", "width", "height"], Pt = /* @__PURE__ */ h({
|
|
984
978
|
__name: "video",
|
|
985
979
|
props: {
|
|
986
980
|
play: {
|
|
@@ -1031,20 +1025,20 @@ const At = /* @__PURE__ */ v(Vt, [["__scopeId", "data-v-9d2f6b3b"]]), Dt = { cla
|
|
|
1031
1025
|
default: !1
|
|
1032
1026
|
}
|
|
1033
1027
|
},
|
|
1034
|
-
setup(e, { expose:
|
|
1035
|
-
const
|
|
1036
|
-
let
|
|
1028
|
+
setup(e, { expose: i }) {
|
|
1029
|
+
const s = e;
|
|
1030
|
+
let a = x(null);
|
|
1037
1031
|
return le(() => {
|
|
1038
|
-
|
|
1039
|
-
}),
|
|
1032
|
+
s.play && a.value ? a.value.play() : !s.play && a.value && a.value.pause();
|
|
1033
|
+
}), i({
|
|
1040
1034
|
resetVideo: () => {
|
|
1041
|
-
|
|
1035
|
+
a.value && (a.value.currentTime = 0, a.value.play());
|
|
1042
1036
|
}
|
|
1043
|
-
}), (_, k) => (l(),
|
|
1044
|
-
e.localVideo ? (l(),
|
|
1037
|
+
}), (_, k) => (l(), r("div", Mt, [
|
|
1038
|
+
e.localVideo ? (l(), r("video", {
|
|
1045
1039
|
key: 0,
|
|
1046
1040
|
ref_key: "videoRef",
|
|
1047
|
-
ref:
|
|
1041
|
+
ref: a,
|
|
1048
1042
|
"aria-label": e.ariaLabel,
|
|
1049
1043
|
controls: e.controls,
|
|
1050
1044
|
poster: e.poster,
|
|
@@ -1056,7 +1050,7 @@ const At = /* @__PURE__ */ v(Vt, [["__scopeId", "data-v-9d2f6b3b"]]), Dt = { cla
|
|
|
1056
1050
|
type: "video/mp4",
|
|
1057
1051
|
playsinline: "",
|
|
1058
1052
|
src: e.src
|
|
1059
|
-
}, " Your browser does not support HTML video. ", 8,
|
|
1053
|
+
}, " Your browser does not support HTML video. ", 8, Ot)) : (l(), r("iframe", {
|
|
1060
1054
|
key: 1,
|
|
1061
1055
|
src: e.src,
|
|
1062
1056
|
"aria-label": e.ariaLabel,
|
|
@@ -1066,11 +1060,11 @@ const At = /* @__PURE__ */ v(Vt, [["__scopeId", "data-v-9d2f6b3b"]]), Dt = { cla
|
|
|
1066
1060
|
frameborder: "0",
|
|
1067
1061
|
allow: "autoplay; fullscreen",
|
|
1068
1062
|
allowfullscreen: ""
|
|
1069
|
-
}, null, 8,
|
|
1063
|
+
}, null, 8, zt))
|
|
1070
1064
|
]));
|
|
1071
1065
|
}
|
|
1072
1066
|
});
|
|
1073
|
-
const H = /* @__PURE__ */ v(
|
|
1067
|
+
const H = /* @__PURE__ */ v(Pt, [["__scopeId", "data-v-c449311a"]]), Ft = { class: "address__wrapper" }, Et = { class: "address__content" }, Nt = { class: "address__flag" }, Ht = { class: "address__address" }, Rt = { class: "address__name" }, jt = { key: 0 }, Kt = { class: "address__contact" }, Ut = ["href"], Wt = ["href"], Gt = /* @__PURE__ */ h({
|
|
1074
1068
|
__name: "address",
|
|
1075
1069
|
props: {
|
|
1076
1070
|
name: {
|
|
@@ -1101,41 +1095,41 @@ const H = /* @__PURE__ */ v(zt, [["__scopeId", "data-v-c449311a"]]), Pt = { clas
|
|
|
1101
1095
|
}
|
|
1102
1096
|
},
|
|
1103
1097
|
setup(e) {
|
|
1104
|
-
return (
|
|
1105
|
-
t("div",
|
|
1098
|
+
return (i, s) => (l(), r("div", Ft, [
|
|
1099
|
+
t("div", Et, [
|
|
1106
1100
|
t("div", Nt, [
|
|
1107
|
-
u(
|
|
1101
|
+
u(i.$slots, "address-flag", {}, void 0, !0)
|
|
1108
1102
|
]),
|
|
1109
|
-
t("div",
|
|
1110
|
-
t("p",
|
|
1103
|
+
t("div", Ht, [
|
|
1104
|
+
t("p", Rt, o(e.name), 1),
|
|
1111
1105
|
t("p", null, o(e.company), 1),
|
|
1112
1106
|
t("p", null, o(e.addressLine_1), 1),
|
|
1113
1107
|
t("p", null, o(e.addressLine_2), 1),
|
|
1114
|
-
e.addressLine_3 ? (l(),
|
|
1108
|
+
e.addressLine_3 ? (l(), r("p", jt, o(e.addressLine_3), 1)) : m("", !0)
|
|
1115
1109
|
]),
|
|
1116
|
-
t("div",
|
|
1117
|
-
(l(!0),
|
|
1110
|
+
t("div", Kt, [
|
|
1111
|
+
(l(!0), r(q, null, I(e.phone_numbers, (a) => (l(), z(C, {
|
|
1118
1112
|
underline: "false",
|
|
1119
1113
|
linkType: "regular"
|
|
1120
1114
|
}, {
|
|
1121
1115
|
default: $(() => [
|
|
1122
1116
|
t("a", {
|
|
1123
|
-
href: "tel:" +
|
|
1117
|
+
href: "tel:" + a,
|
|
1124
1118
|
class: "address__phone"
|
|
1125
|
-
}, o(
|
|
1119
|
+
}, o(a), 9, Ut)
|
|
1126
1120
|
]),
|
|
1127
1121
|
_: 2
|
|
1128
1122
|
}, 1024))), 256)),
|
|
1129
1123
|
t("a", {
|
|
1130
1124
|
href: "mailto:" + e.email,
|
|
1131
1125
|
class: "address__email"
|
|
1132
|
-
}, o(e.email), 9,
|
|
1126
|
+
}, o(e.email), 9, Wt)
|
|
1133
1127
|
])
|
|
1134
1128
|
])
|
|
1135
1129
|
]));
|
|
1136
1130
|
}
|
|
1137
1131
|
});
|
|
1138
|
-
const
|
|
1132
|
+
const Yt = /* @__PURE__ */ v(Gt, [["__scopeId", "data-v-22ea3b79"]]), Qt = (e) => (D("data-v-0f782fa2"), e = e(), M(), e), Jt = { class: "bullet-list__wrapper" }, Xt = /* @__PURE__ */ Qt(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), Zt = /* @__PURE__ */ h({
|
|
1139
1133
|
__name: "bullet-list",
|
|
1140
1134
|
props: {
|
|
1141
1135
|
list: {
|
|
@@ -1155,21 +1149,24 @@ const Gt = /* @__PURE__ */ v(Wt, [["__scopeId", "data-v-22ea3b79"]]), Yt = (e) =
|
|
|
1155
1149
|
}
|
|
1156
1150
|
},
|
|
1157
1151
|
setup(e) {
|
|
1158
|
-
return (
|
|
1152
|
+
return (i, s) => (l(), r("div", Jt, [
|
|
1159
1153
|
t("div", {
|
|
1160
1154
|
class: c(["bullet-list", e.variant])
|
|
1161
1155
|
}, [
|
|
1162
1156
|
t("ul", null, [
|
|
1163
|
-
(l(!0),
|
|
1164
|
-
|
|
1165
|
-
|
|
1157
|
+
(l(!0), r(q, null, I(e.list, (a) => (l(), r("li", null, [
|
|
1158
|
+
Xt,
|
|
1159
|
+
N(" " + o(a), 1)
|
|
1166
1160
|
]))), 256))
|
|
1167
1161
|
])
|
|
1168
1162
|
], 2)
|
|
1169
1163
|
]));
|
|
1170
1164
|
}
|
|
1171
1165
|
});
|
|
1172
|
-
const
|
|
1166
|
+
const ea = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-0f782fa2"]]), ta = { class: "card__wrapper" }, aa = {
|
|
1167
|
+
key: 2,
|
|
1168
|
+
class: "card__label"
|
|
1169
|
+
}, la = { key: 5 }, ia = /* @__PURE__ */ h({
|
|
1173
1170
|
__name: "card",
|
|
1174
1171
|
props: {
|
|
1175
1172
|
variant: {
|
|
@@ -1223,9 +1220,10 @@ const Zt = /* @__PURE__ */ v(Xt, [["__scopeId", "data-v-0f782fa2"]]), ea = { cla
|
|
|
1223
1220
|
alt: String
|
|
1224
1221
|
},
|
|
1225
1222
|
emits: ["clicked"],
|
|
1226
|
-
setup(e, { emit:
|
|
1227
|
-
|
|
1228
|
-
|
|
1223
|
+
setup(e, { emit: i }) {
|
|
1224
|
+
const s = be();
|
|
1225
|
+
let a = x(!1);
|
|
1226
|
+
return (n, _) => (l(), r("div", ta, [
|
|
1229
1227
|
t("div", {
|
|
1230
1228
|
class: c(["card", [
|
|
1231
1229
|
e.theme == "dark" ? "card--dark" : "card--light",
|
|
@@ -1235,12 +1233,12 @@ const Zt = /* @__PURE__ */ v(Xt, [["__scopeId", "data-v-0f782fa2"]]), ea = { cla
|
|
|
1235
1233
|
e.variant == "product" ? "card--product" : "card--article"
|
|
1236
1234
|
]]),
|
|
1237
1235
|
style: Q([e.variant == "product" ? "font-weight: 700" : "font-weight: 300"]),
|
|
1238
|
-
onMouseover:
|
|
1239
|
-
onMouseout:
|
|
1236
|
+
onMouseover: _[0] || (_[0] = (k) => ee(a) ? a.value = !0 : a = !0),
|
|
1237
|
+
onMouseout: _[1] || (_[1] = (k) => ee(a) ? a.value = !1 : a = !1)
|
|
1240
1238
|
}, [
|
|
1241
1239
|
e.mediaType == "image" ? (l(), z(L, { key: 0 }, {
|
|
1242
1240
|
default: $(() => [
|
|
1243
|
-
u(
|
|
1241
|
+
u(n.$slots, "card-image", Y({
|
|
1244
1242
|
src: e.imgSrc,
|
|
1245
1243
|
height: e.size == "small" ? "186" : e.size == "medium" ? "243" : e.size == "large" ? "335" : "",
|
|
1246
1244
|
width: e.size == "small" ? "298" : e.size == "medium" ? "432" : e.size == "large" ? "596" : "",
|
|
@@ -1250,12 +1248,12 @@ const Zt = /* @__PURE__ */ v(Xt, [["__scopeId", "data-v-0f782fa2"]]), ea = { cla
|
|
|
1250
1248
|
}, { srcset: e.srcSet }))
|
|
1251
1249
|
]),
|
|
1252
1250
|
_: 3
|
|
1253
|
-
})) : (l(),
|
|
1251
|
+
})) : (l(), r("div", {
|
|
1254
1252
|
key: 1,
|
|
1255
|
-
class: c(["video-card__wrapper", S(
|
|
1253
|
+
class: c(["video-card__wrapper", S(a) == !0 ? "vimeoPlaying" : ""])
|
|
1256
1254
|
}, [
|
|
1257
1255
|
p(H, {
|
|
1258
|
-
play: S(
|
|
1256
|
+
play: S(a),
|
|
1259
1257
|
localVideo: !0,
|
|
1260
1258
|
src: e.videoSrc,
|
|
1261
1259
|
"aria-label": e.arialabel,
|
|
@@ -1268,20 +1266,22 @@ const Zt = /* @__PURE__ */ v(Xt, [["__scopeId", "data-v-0f782fa2"]]), ea = { cla
|
|
|
1268
1266
|
muted: !0
|
|
1269
1267
|
}, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
|
|
1270
1268
|
], 2)),
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1269
|
+
S(s)["card-label"] ? (l(), r("div", aa, [
|
|
1270
|
+
u(n.$slots, "card-label")
|
|
1271
|
+
])) : m("", !0),
|
|
1272
|
+
e.variant === "product" ? (l(), r("h3", {
|
|
1275
1273
|
key: 3,
|
|
1274
|
+
class: c(e.theme == "dark" ? "regular-dark" : "regular-blue")
|
|
1275
|
+
}, o(e.headline), 3)) : (l(), r("h3", {
|
|
1276
|
+
key: 4,
|
|
1276
1277
|
class: c(e.theme == "dark" ? "regular-dark" : "regular-dark-blue")
|
|
1277
1278
|
}, o(e.headline), 3)),
|
|
1278
|
-
e.variant == "product" ? (l(),
|
|
1279
|
-
u(i.$slots, "card-label")
|
|
1279
|
+
e.variant == "product" ? (l(), r("p", la, o(e.paragraph), 1)) : m("", !0)
|
|
1280
1280
|
], 38)
|
|
1281
1281
|
]));
|
|
1282
1282
|
}
|
|
1283
1283
|
});
|
|
1284
|
-
const
|
|
1284
|
+
const ra = /* @__PURE__ */ v(ia, [["__scopeId", "data-v-0542dba3"]]), sa = (e) => (D("data-v-b0f9972c"), e = e(), M(), e), oa = { class: "event__wrapper" }, na = { class: "event__headline" }, da = { class: "event__date-location" }, ca = /* @__PURE__ */ sa(() => /* @__PURE__ */ t("br", null, null, -1)), ua = { class: "event__exhibitor" }, _a = /* @__PURE__ */ h({
|
|
1285
1285
|
__name: "event-card",
|
|
1286
1286
|
props: {
|
|
1287
1287
|
eventType: {
|
|
@@ -1306,22 +1306,22 @@ const la = /* @__PURE__ */ v(aa, [["__scopeId", "data-v-4d7eab8f"]]), ia = (e) =
|
|
|
1306
1306
|
}
|
|
1307
1307
|
},
|
|
1308
1308
|
setup(e) {
|
|
1309
|
-
return (
|
|
1309
|
+
return (i, s) => (l(), r("div", oa, [
|
|
1310
1310
|
p(j, {
|
|
1311
1311
|
"label-dark": !1,
|
|
1312
1312
|
text: e.eventType ? e.eventType : ""
|
|
1313
1313
|
}, null, 8, ["text"]),
|
|
1314
|
-
t("div",
|
|
1315
|
-
t("div",
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1314
|
+
t("div", na, o(e.headline), 1),
|
|
1315
|
+
t("div", da, [
|
|
1316
|
+
N(o(e.dateTime), 1),
|
|
1317
|
+
ca,
|
|
1318
|
+
N(o(e.location), 1)
|
|
1319
1319
|
]),
|
|
1320
|
-
t("div",
|
|
1320
|
+
t("div", ua, "Exhibitor: " + o(e.exhibitor), 1)
|
|
1321
1321
|
]));
|
|
1322
1322
|
}
|
|
1323
1323
|
});
|
|
1324
|
-
const
|
|
1324
|
+
const ha = /* @__PURE__ */ v(_a, [["__scopeId", "data-v-b0f9972c"]]), va = { class: "text__wrapper" }, ma = { class: "text__headline" }, ga = { class: "text__paragraph" }, fa = /* @__PURE__ */ h({
|
|
1325
1325
|
__name: "text-card",
|
|
1326
1326
|
props: {
|
|
1327
1327
|
label: {
|
|
@@ -1338,22 +1338,22 @@ const ua = /* @__PURE__ */ v(ca, [["__scopeId", "data-v-b0f9972c"]]), _a = { cla
|
|
|
1338
1338
|
}
|
|
1339
1339
|
},
|
|
1340
1340
|
setup(e) {
|
|
1341
|
-
return (
|
|
1341
|
+
return (i, s) => (l(), r("div", va, [
|
|
1342
1342
|
p(j, {
|
|
1343
1343
|
"label-dark": !1,
|
|
1344
1344
|
text: e.label ? e.label : ""
|
|
1345
1345
|
}, null, 8, ["text"]),
|
|
1346
|
-
t("div",
|
|
1347
|
-
t("div",
|
|
1346
|
+
t("div", ma, o(e.headline), 1),
|
|
1347
|
+
t("div", ga, [
|
|
1348
1348
|
t("p", null, o(e.paragraph), 1)
|
|
1349
1349
|
])
|
|
1350
1350
|
]));
|
|
1351
1351
|
}
|
|
1352
1352
|
});
|
|
1353
|
-
const
|
|
1353
|
+
const ya = /* @__PURE__ */ v(fa, [["__scopeId", "data-v-b07d352b"]]), ba = { class: "facts__wrapper" }, pa = { class: "facts__content" }, $a = { class: "facts__headline" }, ka = { class: "facts" }, wa = { class: "fact" }, xa = { class: "fact__value" }, Sa = { class: "fact__metric" }, qa = {
|
|
1354
1354
|
key: 0,
|
|
1355
1355
|
class: "facts__link"
|
|
1356
|
-
},
|
|
1356
|
+
}, Ba = /* @__PURE__ */ h({
|
|
1357
1357
|
__name: "facts",
|
|
1358
1358
|
props: {
|
|
1359
1359
|
headline: {
|
|
@@ -1371,26 +1371,26 @@ const fa = /* @__PURE__ */ v(ma, [["__scopeId", "data-v-b07d352b"]]), ga = { cla
|
|
|
1371
1371
|
}
|
|
1372
1372
|
},
|
|
1373
1373
|
setup(e) {
|
|
1374
|
-
return (
|
|
1375
|
-
t("div",
|
|
1376
|
-
t("h2",
|
|
1377
|
-
t("div",
|
|
1378
|
-
(l(!0),
|
|
1379
|
-
t("div",
|
|
1380
|
-
t("span", null, o(
|
|
1374
|
+
return (i, s) => (l(), r("div", ba, [
|
|
1375
|
+
t("div", pa, [
|
|
1376
|
+
t("h2", $a, o(e.headline), 1),
|
|
1377
|
+
t("div", ka, [
|
|
1378
|
+
(l(!0), r(q, null, I(e.facts, (a) => (l(), r("div", wa, [
|
|
1379
|
+
t("div", xa, [
|
|
1380
|
+
t("span", null, o(a.value), 1)
|
|
1381
1381
|
]),
|
|
1382
|
-
t("div",
|
|
1383
|
-
t("span", null, o(
|
|
1382
|
+
t("div", Sa, [
|
|
1383
|
+
t("span", null, o(a.metric), 1)
|
|
1384
1384
|
])
|
|
1385
1385
|
]))), 256))
|
|
1386
1386
|
]),
|
|
1387
|
-
e.link ? (l(),
|
|
1387
|
+
e.link ? (l(), r("div", qa, [
|
|
1388
1388
|
p(C, {
|
|
1389
1389
|
linkType: "regular-light",
|
|
1390
1390
|
arrow: ""
|
|
1391
1391
|
}, {
|
|
1392
1392
|
default: $(() => [
|
|
1393
|
-
u(
|
|
1393
|
+
u(i.$slots, "facts-link", {}, void 0, !0)
|
|
1394
1394
|
]),
|
|
1395
1395
|
_: 3
|
|
1396
1396
|
})
|
|
@@ -1399,13 +1399,13 @@ const fa = /* @__PURE__ */ v(ma, [["__scopeId", "data-v-b07d352b"]]), ga = { cla
|
|
|
1399
1399
|
]));
|
|
1400
1400
|
}
|
|
1401
1401
|
});
|
|
1402
|
-
const
|
|
1402
|
+
const Ia = /* @__PURE__ */ v(Ba, [["__scopeId", "data-v-a09f974f"]]), La = { class: "features__wrapper" }, Ta = { class: "features__content" }, Ca = {
|
|
1403
1403
|
key: 0,
|
|
1404
1404
|
class: "features__headline"
|
|
1405
|
-
},
|
|
1405
|
+
}, Va = {
|
|
1406
1406
|
key: 1,
|
|
1407
1407
|
class: "features__body"
|
|
1408
|
-
},
|
|
1408
|
+
}, Aa = { class: "features__element" }, Da = { class: "element__headline" }, Ma = { class: "element__body" }, Oa = /* @__PURE__ */ h({
|
|
1409
1409
|
__name: "features",
|
|
1410
1410
|
props: {
|
|
1411
1411
|
headline: {
|
|
@@ -1423,38 +1423,38 @@ const qa = /* @__PURE__ */ v(Sa, [["__scopeId", "data-v-a09f974f"]]), Ba = { cla
|
|
|
1423
1423
|
}
|
|
1424
1424
|
},
|
|
1425
1425
|
setup(e) {
|
|
1426
|
-
return (
|
|
1427
|
-
t("div",
|
|
1428
|
-
e.headline ? (l(),
|
|
1426
|
+
return (i, s) => (l(), r("div", La, [
|
|
1427
|
+
t("div", Ta, [
|
|
1428
|
+
e.headline ? (l(), r("div", Ca, [
|
|
1429
1429
|
t("h2", null, o(e.headline), 1)
|
|
1430
1430
|
])) : m("", !0),
|
|
1431
|
-
e.body ? (l(),
|
|
1431
|
+
e.body ? (l(), r("div", Va, [
|
|
1432
1432
|
t("p", null, o(e.body), 1)
|
|
1433
1433
|
])) : m("", !0),
|
|
1434
1434
|
t("div", {
|
|
1435
1435
|
class: c(["features__elements", [e.elements.length == 6 ? "features__elements--grid-6" : ""]])
|
|
1436
1436
|
}, [
|
|
1437
|
-
(l(!0),
|
|
1437
|
+
(l(!0), r(q, null, I(e.elements, (a) => (l(), r("div", Aa, [
|
|
1438
1438
|
p(L, { class: "element__icon" }, {
|
|
1439
1439
|
default: $(() => [
|
|
1440
|
-
u(
|
|
1441
|
-
src:
|
|
1440
|
+
u(i.$slots, "features-icon", V(A({
|
|
1441
|
+
src: a.icon.src,
|
|
1442
1442
|
height: 30,
|
|
1443
1443
|
width: 30,
|
|
1444
|
-
alt:
|
|
1444
|
+
alt: a.icon.alt
|
|
1445
1445
|
})), void 0, !0)
|
|
1446
1446
|
]),
|
|
1447
1447
|
_: 2
|
|
1448
1448
|
}, 1024),
|
|
1449
|
-
t("p",
|
|
1450
|
-
t("p",
|
|
1449
|
+
t("p", Da, o(a.headline), 1),
|
|
1450
|
+
t("p", Ma, o(a.body), 1)
|
|
1451
1451
|
]))), 256))
|
|
1452
1452
|
], 2)
|
|
1453
1453
|
])
|
|
1454
1454
|
]));
|
|
1455
1455
|
}
|
|
1456
1456
|
});
|
|
1457
|
-
const
|
|
1457
|
+
const za = /* @__PURE__ */ v(Oa, [["__scopeId", "data-v-95c61c54"]]), Pa = { class: "image__wrapper" }, Fa = { class: "image__content" }, Ea = { class: "image__image" }, Na = { class: "image__caption" }, Ha = /* @__PURE__ */ h({
|
|
1458
1458
|
__name: "image",
|
|
1459
1459
|
props: {
|
|
1460
1460
|
caption: {
|
|
@@ -1471,31 +1471,31 @@ const Ma = /* @__PURE__ */ v(Da, [["__scopeId", "data-v-95c61c54"]]), Oa = { cla
|
|
|
1471
1471
|
}
|
|
1472
1472
|
},
|
|
1473
1473
|
setup(e) {
|
|
1474
|
-
return (
|
|
1475
|
-
t("div",
|
|
1476
|
-
t("div",
|
|
1474
|
+
return (i, s) => (l(), r("div", Pa, [
|
|
1475
|
+
t("div", Fa, [
|
|
1476
|
+
t("div", Ea, [
|
|
1477
1477
|
p(L, null, {
|
|
1478
1478
|
default: $(() => [
|
|
1479
|
-
u(
|
|
1479
|
+
u(i.$slots, "image", V(A({ width: 984, height: 554, src: e.src, alt: e.alt })))
|
|
1480
1480
|
]),
|
|
1481
1481
|
_: 3
|
|
1482
1482
|
})
|
|
1483
1483
|
]),
|
|
1484
|
-
t("p",
|
|
1484
|
+
t("p", Na, o(e.caption), 1)
|
|
1485
1485
|
])
|
|
1486
1486
|
]));
|
|
1487
1487
|
}
|
|
1488
1488
|
});
|
|
1489
|
-
const
|
|
1489
|
+
const Ra = /* @__PURE__ */ v(Ha, [["__scopeId", "data-v-fc71b085"]]), ja = { class: "gallery__large" }, Ka = {
|
|
1490
1490
|
key: 0,
|
|
1491
1491
|
class: "image image--large"
|
|
1492
|
-
},
|
|
1492
|
+
}, Ua = {
|
|
1493
1493
|
key: 1,
|
|
1494
1494
|
class: "video"
|
|
1495
|
-
},
|
|
1495
|
+
}, Wa = { class: "image image--small" }, Ga = {
|
|
1496
1496
|
key: 0,
|
|
1497
1497
|
class: "body"
|
|
1498
|
-
},
|
|
1498
|
+
}, Ya = /* @__PURE__ */ h({
|
|
1499
1499
|
__name: "image-gallery",
|
|
1500
1500
|
props: {
|
|
1501
1501
|
mediaLarge: {
|
|
@@ -1534,7 +1534,7 @@ const Ea = /* @__PURE__ */ v(Na, [["__scopeId", "data-v-fc71b085"]]), Ha = { cla
|
|
|
1534
1534
|
}
|
|
1535
1535
|
},
|
|
1536
1536
|
setup(e) {
|
|
1537
|
-
return (
|
|
1537
|
+
return (i, s) => (l(), r("div", {
|
|
1538
1538
|
class: c([
|
|
1539
1539
|
"gallery__wrapper",
|
|
1540
1540
|
e.bgColor === "light" ? "gallery__wrapper--light" : e.bgColor === "dark" ? ["gallery__wrapper--dark", "mirsaic--dark"] : ""
|
|
@@ -1546,11 +1546,11 @@ const Ea = /* @__PURE__ */ v(Na, [["__scopeId", "data-v-fc71b085"]]), Ha = { cla
|
|
|
1546
1546
|
e.flipHorizontal ? "gallery__content--reverse" : "gallery__content--default"
|
|
1547
1547
|
])
|
|
1548
1548
|
}, [
|
|
1549
|
-
t("div",
|
|
1550
|
-
e.mediaLarge && e.mediaType === "image" ? (l(),
|
|
1549
|
+
t("div", ja, [
|
|
1550
|
+
e.mediaLarge && e.mediaType === "image" ? (l(), r("div", Ka, [
|
|
1551
1551
|
p(L, null, {
|
|
1552
1552
|
default: $(() => [
|
|
1553
|
-
u(
|
|
1553
|
+
u(i.$slots, "image-large", V(A({
|
|
1554
1554
|
width: 617,
|
|
1555
1555
|
height: 530,
|
|
1556
1556
|
src: e.mediaLarge.src,
|
|
@@ -1560,7 +1560,7 @@ const Ea = /* @__PURE__ */ v(Na, [["__scopeId", "data-v-fc71b085"]]), Ha = { cla
|
|
|
1560
1560
|
_: 3
|
|
1561
1561
|
})
|
|
1562
1562
|
])) : m("", !0),
|
|
1563
|
-
e.mediaLarge && e.mediaType === "video" ? (l(),
|
|
1563
|
+
e.mediaLarge && e.mediaType === "video" ? (l(), r("div", Ua, [
|
|
1564
1564
|
p(H, {
|
|
1565
1565
|
src: e.mediaLarge.src,
|
|
1566
1566
|
localVideo: "",
|
|
@@ -1582,20 +1582,20 @@ const Ea = /* @__PURE__ */ v(Na, [["__scopeId", "data-v-fc71b085"]]), Ha = { cla
|
|
|
1582
1582
|
e.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
|
|
1583
1583
|
])
|
|
1584
1584
|
}, [
|
|
1585
|
-
(l(!0),
|
|
1585
|
+
(l(!0), r(q, null, I(e.mediaSmall, (a) => (l(), r("div", Wa, [
|
|
1586
1586
|
p(L, null, {
|
|
1587
1587
|
default: $(() => [
|
|
1588
|
-
u(
|
|
1588
|
+
u(i.$slots, "image-small", V(A({
|
|
1589
1589
|
width: 328,
|
|
1590
1590
|
height: 246,
|
|
1591
|
-
src:
|
|
1592
|
-
alt:
|
|
1591
|
+
src: a.src,
|
|
1592
|
+
alt: a.alt
|
|
1593
1593
|
})))
|
|
1594
1594
|
]),
|
|
1595
1595
|
_: 2
|
|
1596
1596
|
}, 1024)
|
|
1597
1597
|
]))), 256)),
|
|
1598
|
-
e.mediaSmall.length < 2 ? (l(),
|
|
1598
|
+
e.mediaSmall.length < 2 ? (l(), r("div", Ga, [
|
|
1599
1599
|
t("p", null, o(e.body), 1)
|
|
1600
1600
|
])) : m("", !0)
|
|
1601
1601
|
], 6)
|
|
@@ -1603,7 +1603,7 @@ const Ea = /* @__PURE__ */ v(Na, [["__scopeId", "data-v-fc71b085"]]), Ha = { cla
|
|
|
1603
1603
|
], 2));
|
|
1604
1604
|
}
|
|
1605
1605
|
});
|
|
1606
|
-
const
|
|
1606
|
+
const Qa = /* @__PURE__ */ v(Ya, [["__scopeId", "data-v-131a090a"]]), Ja = { class: "headline__wrapper" }, Xa = { class: "headline__h1" }, Za = /* @__PURE__ */ h({
|
|
1607
1607
|
__name: "headline",
|
|
1608
1608
|
props: {
|
|
1609
1609
|
headline: {
|
|
@@ -1620,7 +1620,7 @@ const Ga = /* @__PURE__ */ v(Wa, [["__scopeId", "data-v-131a090a"]]), Ya = { cla
|
|
|
1620
1620
|
}
|
|
1621
1621
|
},
|
|
1622
1622
|
setup(e) {
|
|
1623
|
-
return (
|
|
1623
|
+
return (i, s) => (l(), r("div", Ja, [
|
|
1624
1624
|
t("div", {
|
|
1625
1625
|
class: c([
|
|
1626
1626
|
e.article && e.subMenu ? "headline__content--article-and-submenu" : "headline__content--default",
|
|
@@ -1628,12 +1628,12 @@ const Ga = /* @__PURE__ */ v(Wa, [["__scopeId", "data-v-131a090a"]]), Ya = { cla
|
|
|
1628
1628
|
!e.article && e.subMenu ? "headline__content--submenu" : ""
|
|
1629
1629
|
])
|
|
1630
1630
|
}, [
|
|
1631
|
-
t("h1",
|
|
1631
|
+
t("h1", Xa, o(e.headline), 1)
|
|
1632
1632
|
], 2)
|
|
1633
1633
|
]));
|
|
1634
1634
|
}
|
|
1635
1635
|
});
|
|
1636
|
-
const
|
|
1636
|
+
const el = /* @__PURE__ */ v(Za, [["__scopeId", "data-v-eb62b4a5"]]), tl = (e) => (D("data-v-c74d9be1"), e = e(), M(), e), al = { class: "hero__wrapper" }, ll = { class: "hero__content" }, il = { class: "hero__top" }, rl = { class: "hero__elements" }, sl = { class: "hero__headline" }, ol = { class: "hero__link" }, nl = { class: "hero__video" }, dl = /* @__PURE__ */ tl(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), cl = /* @__PURE__ */ h({
|
|
1637
1637
|
__name: "hero",
|
|
1638
1638
|
props: {
|
|
1639
1639
|
headline: {
|
|
@@ -1646,28 +1646,28 @@ const Xa = /* @__PURE__ */ v(Ja, [["__scopeId", "data-v-eb62b4a5"]]), Za = (e) =
|
|
|
1646
1646
|
}
|
|
1647
1647
|
},
|
|
1648
1648
|
setup(e) {
|
|
1649
|
-
return (
|
|
1650
|
-
t("div",
|
|
1651
|
-
t("div",
|
|
1652
|
-
t("div",
|
|
1653
|
-
t("div",
|
|
1649
|
+
return (i, s) => (l(), r("div", al, [
|
|
1650
|
+
t("div", ll, [
|
|
1651
|
+
t("div", il, [
|
|
1652
|
+
t("div", rl, [
|
|
1653
|
+
t("div", sl, [
|
|
1654
1654
|
t("h2", null, o(e.headline), 1)
|
|
1655
1655
|
]),
|
|
1656
|
-
t("div",
|
|
1656
|
+
t("div", ol, [
|
|
1657
1657
|
p(C, {
|
|
1658
1658
|
linkType: "regular-light",
|
|
1659
1659
|
arrow: ""
|
|
1660
1660
|
}, {
|
|
1661
1661
|
default: $(() => [
|
|
1662
|
-
u(
|
|
1662
|
+
u(i.$slots, "hero-link", {}, void 0, !0)
|
|
1663
1663
|
]),
|
|
1664
1664
|
_: 3
|
|
1665
1665
|
})
|
|
1666
1666
|
])
|
|
1667
1667
|
])
|
|
1668
1668
|
]),
|
|
1669
|
-
t("div",
|
|
1670
|
-
|
|
1669
|
+
t("div", nl, [
|
|
1670
|
+
dl,
|
|
1671
1671
|
p(H, {
|
|
1672
1672
|
src: e.video.src,
|
|
1673
1673
|
localVideo: "",
|
|
@@ -1684,7 +1684,7 @@ const Xa = /* @__PURE__ */ v(Ja, [["__scopeId", "data-v-eb62b4a5"]]), Za = (e) =
|
|
|
1684
1684
|
]));
|
|
1685
1685
|
}
|
|
1686
1686
|
});
|
|
1687
|
-
const
|
|
1687
|
+
const ul = /* @__PURE__ */ v(cl, [["__scopeId", "data-v-c74d9be1"]]), _l = { class: "logo-wall__wrapper" }, hl = { class: "logo-wall__content" }, vl = { class: "logo-wall__logos" }, ml = { class: "logo-wall__logo" }, gl = { class: "logo-wall__link" }, fl = /* @__PURE__ */ h({
|
|
1688
1688
|
__name: "logo-wall",
|
|
1689
1689
|
props: {
|
|
1690
1690
|
logos: {
|
|
@@ -1694,30 +1694,30 @@ const dl = /* @__PURE__ */ v(nl, [["__scopeId", "data-v-c74d9be1"]]), cl = { cla
|
|
|
1694
1694
|
}
|
|
1695
1695
|
},
|
|
1696
1696
|
setup(e) {
|
|
1697
|
-
return (
|
|
1698
|
-
t("div",
|
|
1699
|
-
t("div",
|
|
1700
|
-
(l(!0),
|
|
1697
|
+
return (i, s) => (l(), r("div", _l, [
|
|
1698
|
+
t("div", hl, [
|
|
1699
|
+
t("div", vl, [
|
|
1700
|
+
(l(!0), r(q, null, I(e.logos, (a) => (l(), r("div", ml, [
|
|
1701
1701
|
p(L, null, {
|
|
1702
1702
|
default: $(() => [
|
|
1703
|
-
u(
|
|
1703
|
+
u(i.$slots, "logo-wall-logo", V(A({
|
|
1704
1704
|
height: 123,
|
|
1705
1705
|
width: "100%",
|
|
1706
|
-
src:
|
|
1707
|
-
alt:
|
|
1706
|
+
src: a.src,
|
|
1707
|
+
alt: a.alt
|
|
1708
1708
|
})), void 0, !0)
|
|
1709
1709
|
]),
|
|
1710
1710
|
_: 2
|
|
1711
1711
|
}, 1024)
|
|
1712
1712
|
]))), 256))
|
|
1713
1713
|
]),
|
|
1714
|
-
t("div",
|
|
1714
|
+
t("div", gl, [
|
|
1715
1715
|
p(C, {
|
|
1716
1716
|
linkType: "regular-light",
|
|
1717
1717
|
arrow: !0
|
|
1718
1718
|
}, {
|
|
1719
1719
|
default: $(() => [
|
|
1720
|
-
u(
|
|
1720
|
+
u(i.$slots, "logo-wall-link", {}, void 0, !0)
|
|
1721
1721
|
]),
|
|
1722
1722
|
_: 3
|
|
1723
1723
|
})
|
|
@@ -1726,7 +1726,7 @@ const dl = /* @__PURE__ */ v(nl, [["__scopeId", "data-v-c74d9be1"]]), cl = { cla
|
|
|
1726
1726
|
]));
|
|
1727
1727
|
}
|
|
1728
1728
|
});
|
|
1729
|
-
const
|
|
1729
|
+
const yl = /* @__PURE__ */ v(fl, [["__scopeId", "data-v-2d8157c7"]]), bl = { class: "micro-stories__splide" }, pl = /* @__PURE__ */ h({
|
|
1730
1730
|
__name: "micro-stories",
|
|
1731
1731
|
props: {
|
|
1732
1732
|
stories: {
|
|
@@ -1751,28 +1751,28 @@ const fl = /* @__PURE__ */ v(ml, [["__scopeId", "data-v-2d8157c7"]]), gl = { cla
|
|
|
1751
1751
|
}
|
|
1752
1752
|
},
|
|
1753
1753
|
setup(e) {
|
|
1754
|
-
return (
|
|
1754
|
+
return (i, s) => (l(), r("div", {
|
|
1755
1755
|
class: c([
|
|
1756
1756
|
"micro-stories__wrapper",
|
|
1757
1757
|
e.bgColor == "white" ? "micro-stories__wrapper--white" : e.bgColor == "dark" ? "micro-stories__wrapper--dark" : (e.bgColor == "blue", "micro-stories__wrapper--blue")
|
|
1758
1758
|
])
|
|
1759
1759
|
}, [
|
|
1760
|
-
t("div",
|
|
1761
|
-
u(
|
|
1760
|
+
t("div", bl, [
|
|
1761
|
+
u(i.$slots, "micro-stories-slides")
|
|
1762
1762
|
]),
|
|
1763
|
-
u(
|
|
1763
|
+
u(i.$slots, "micro-stories-controls")
|
|
1764
1764
|
], 2));
|
|
1765
1765
|
}
|
|
1766
1766
|
});
|
|
1767
|
-
const
|
|
1768
|
-
function
|
|
1769
|
-
return l(),
|
|
1770
|
-
t("div",
|
|
1767
|
+
const $l = {}, kl = { class: "policy__wrapper" }, wl = { class: "policy__content" };
|
|
1768
|
+
function xl(e, i) {
|
|
1769
|
+
return l(), r("div", kl, [
|
|
1770
|
+
t("div", wl, [
|
|
1771
1771
|
u(e.$slots, "default", {}, void 0, !0)
|
|
1772
1772
|
])
|
|
1773
1773
|
]);
|
|
1774
1774
|
}
|
|
1775
|
-
const
|
|
1775
|
+
const Sl = /* @__PURE__ */ v($l, [["render", xl], ["__scopeId", "data-v-4ef880d9"]]), ql = { class: "product-hero__wrapper" }, Bl = { class: "product-hero__content" }, Il = { class: "product-hero__headline" }, Ll = { class: "product-hero__video" }, Tl = /* @__PURE__ */ h({
|
|
1776
1776
|
__name: "product-hero",
|
|
1777
1777
|
props: {
|
|
1778
1778
|
headline: {
|
|
@@ -1797,12 +1797,12 @@ const wl = /* @__PURE__ */ v(bl, [["render", kl], ["__scopeId", "data-v-4ef880d9
|
|
|
1797
1797
|
}
|
|
1798
1798
|
},
|
|
1799
1799
|
setup(e) {
|
|
1800
|
-
return (
|
|
1801
|
-
t("div",
|
|
1802
|
-
t("div",
|
|
1800
|
+
return (i, s) => (l(), r("div", ql, [
|
|
1801
|
+
t("div", Bl, [
|
|
1802
|
+
t("div", Il, [
|
|
1803
1803
|
t("h1", null, o(e.headline), 1)
|
|
1804
1804
|
]),
|
|
1805
|
-
t("div",
|
|
1805
|
+
t("div", Ll, [
|
|
1806
1806
|
p(H, {
|
|
1807
1807
|
play: !0,
|
|
1808
1808
|
localVideo: !0,
|
|
@@ -1819,7 +1819,7 @@ const wl = /* @__PURE__ */ v(bl, [["render", kl], ["__scopeId", "data-v-4ef880d9
|
|
|
1819
1819
|
]));
|
|
1820
1820
|
}
|
|
1821
1821
|
});
|
|
1822
|
-
const
|
|
1822
|
+
const Cl = /* @__PURE__ */ v(Tl, [["__scopeId", "data-v-9c3b7a95"]]), Vl = { class: "promo__content" }, Al = /* @__PURE__ */ h({
|
|
1823
1823
|
__name: "promo",
|
|
1824
1824
|
props: {
|
|
1825
1825
|
label: {
|
|
@@ -1867,15 +1867,15 @@ const Ll = /* @__PURE__ */ v(Il, [["__scopeId", "data-v-9c3b7a95"]]), Tl = { cla
|
|
|
1867
1867
|
}
|
|
1868
1868
|
},
|
|
1869
1869
|
setup(e) {
|
|
1870
|
-
return (
|
|
1870
|
+
return (i, s) => (l(), r("div", {
|
|
1871
1871
|
class: c([
|
|
1872
1872
|
"promo__wrapper",
|
|
1873
1873
|
e.variant === "dark" ? "promo__wrapper--dark" : e.variant === "light" ? "promo__wrapper--light" : "",
|
|
1874
1874
|
e.teaser ? "promo__wrapper--teaser" : ""
|
|
1875
1875
|
])
|
|
1876
1876
|
}, [
|
|
1877
|
-
t("div",
|
|
1878
|
-
e.mediaType === "image" ? (l(),
|
|
1877
|
+
t("div", Vl, [
|
|
1878
|
+
e.mediaType === "image" ? (l(), r("div", {
|
|
1879
1879
|
key: 0,
|
|
1880
1880
|
class: c([
|
|
1881
1881
|
"promo__image",
|
|
@@ -1884,12 +1884,12 @@ const Ll = /* @__PURE__ */ v(Il, [["__scopeId", "data-v-9c3b7a95"]]), Tl = { cla
|
|
|
1884
1884
|
}, [
|
|
1885
1885
|
p(L, null, {
|
|
1886
1886
|
default: $(() => [
|
|
1887
|
-
u(
|
|
1887
|
+
u(i.$slots, "promo-image", V(A({ src: e.src, width: 1920, alt: e.alt, height: 1080 })))
|
|
1888
1888
|
]),
|
|
1889
1889
|
_: 3
|
|
1890
1890
|
})
|
|
1891
1891
|
], 2)) : m("", !0),
|
|
1892
|
-
e.mediaType === "video" ? (l(),
|
|
1892
|
+
e.mediaType === "video" ? (l(), r("div", {
|
|
1893
1893
|
key: 1,
|
|
1894
1894
|
class: c([
|
|
1895
1895
|
"promo__video",
|
|
@@ -1931,7 +1931,7 @@ const Ll = /* @__PURE__ */ v(Il, [["__scopeId", "data-v-9c3b7a95"]]), Tl = { cla
|
|
|
1931
1931
|
arrow: ""
|
|
1932
1932
|
}, {
|
|
1933
1933
|
default: $(() => [
|
|
1934
|
-
u(
|
|
1934
|
+
u(i.$slots, "promo-link")
|
|
1935
1935
|
]),
|
|
1936
1936
|
_: 3
|
|
1937
1937
|
}, 8, ["linkType"])) : m("", !0),
|
|
@@ -1940,7 +1940,7 @@ const Ll = /* @__PURE__ */ v(Il, [["__scopeId", "data-v-9c3b7a95"]]), Tl = { cla
|
|
|
1940
1940
|
linkType: e.variant === "dark" ? "secondary-dark" : (e.variant === "light", "secondary")
|
|
1941
1941
|
}, {
|
|
1942
1942
|
default: $(() => [
|
|
1943
|
-
u(
|
|
1943
|
+
u(i.$slots, "promo-link")
|
|
1944
1944
|
]),
|
|
1945
1945
|
_: 3
|
|
1946
1946
|
}, 8, ["linkType"])) : m("", !0)
|
|
@@ -1949,10 +1949,10 @@ const Ll = /* @__PURE__ */ v(Il, [["__scopeId", "data-v-9c3b7a95"]]), Tl = { cla
|
|
|
1949
1949
|
], 2));
|
|
1950
1950
|
}
|
|
1951
1951
|
});
|
|
1952
|
-
const
|
|
1952
|
+
const Dl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-988e52ee"]]), Ml = (e) => (D("data-v-18440f83"), e = e(), M(), e), Ol = { class: "quote__wrapper" }, zl = { class: "quote__content" }, Pl = /* @__PURE__ */ Ml(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), Fl = { class: "quote__quote" }, El = { class: "quote__quote-text" }, Nl = { class: "quote__author" }, Hl = {
|
|
1953
1953
|
key: 0,
|
|
1954
1954
|
class: "quote__image"
|
|
1955
|
-
},
|
|
1955
|
+
}, Rl = { class: "quote__text" }, jl = { class: "quote__author-name" }, Kl = { class: "quote__author-title" }, Ul = /* @__PURE__ */ h({
|
|
1956
1956
|
__name: "quote",
|
|
1957
1957
|
props: {
|
|
1958
1958
|
quote: {
|
|
@@ -1973,16 +1973,16 @@ const Vl = /* @__PURE__ */ v(Cl, [["__scopeId", "data-v-988e52ee"]]), Al = (e) =
|
|
|
1973
1973
|
}
|
|
1974
1974
|
},
|
|
1975
1975
|
setup(e) {
|
|
1976
|
-
return (
|
|
1977
|
-
t("div",
|
|
1978
|
-
|
|
1979
|
-
t("div",
|
|
1980
|
-
t("p",
|
|
1981
|
-
t("div",
|
|
1982
|
-
e.authorImage ? (l(),
|
|
1976
|
+
return (i, s) => (l(), r("div", Ol, [
|
|
1977
|
+
t("div", zl, [
|
|
1978
|
+
Pl,
|
|
1979
|
+
t("div", Fl, [
|
|
1980
|
+
t("p", El, o(e.quote), 1),
|
|
1981
|
+
t("div", Nl, [
|
|
1982
|
+
e.authorImage ? (l(), r("div", Hl, [
|
|
1983
1983
|
p(L, null, {
|
|
1984
1984
|
default: $(() => [
|
|
1985
|
-
u(
|
|
1985
|
+
u(i.$slots, "author-image", V(A({
|
|
1986
1986
|
src: e.authorImage + "/m/100x100",
|
|
1987
1987
|
width: 60,
|
|
1988
1988
|
height: 60
|
|
@@ -1991,9 +1991,9 @@ const Vl = /* @__PURE__ */ v(Cl, [["__scopeId", "data-v-988e52ee"]]), Al = (e) =
|
|
|
1991
1991
|
_: 3
|
|
1992
1992
|
})
|
|
1993
1993
|
])) : m("", !0),
|
|
1994
|
-
t("div",
|
|
1995
|
-
t("p",
|
|
1996
|
-
t("p",
|
|
1994
|
+
t("div", Rl, [
|
|
1995
|
+
t("p", jl, o(e.author), 1),
|
|
1996
|
+
t("p", Kl, o(e.authorTitle), 1)
|
|
1997
1997
|
])
|
|
1998
1998
|
])
|
|
1999
1999
|
])
|
|
@@ -2001,13 +2001,13 @@ const Vl = /* @__PURE__ */ v(Cl, [["__scopeId", "data-v-988e52ee"]]), Al = (e) =
|
|
|
2001
2001
|
]));
|
|
2002
2002
|
}
|
|
2003
2003
|
});
|
|
2004
|
-
const
|
|
2004
|
+
const Wl = /* @__PURE__ */ v(Ul, [["__scopeId", "data-v-18440f83"]]), Gl = { class: "rich-text__wrapper" }, Yl = {
|
|
2005
2005
|
key: 0,
|
|
2006
2006
|
class: "rich-text__links"
|
|
2007
|
-
},
|
|
2007
|
+
}, Ql = {
|
|
2008
2008
|
key: 0,
|
|
2009
2009
|
class: "rich-text__bullet-list"
|
|
2010
|
-
},
|
|
2010
|
+
}, Jl = /* @__PURE__ */ h({
|
|
2011
2011
|
__name: "rich-text",
|
|
2012
2012
|
props: {
|
|
2013
2013
|
headline: {
|
|
@@ -2042,19 +2042,19 @@ const Kl = /* @__PURE__ */ v(jl, [["__scopeId", "data-v-18440f83"]]), Ul = { cla
|
|
|
2042
2042
|
}
|
|
2043
2043
|
},
|
|
2044
2044
|
setup(e) {
|
|
2045
|
-
return (
|
|
2045
|
+
return (i, s) => (l(), r("div", {
|
|
2046
2046
|
class: c([
|
|
2047
2047
|
"rich-text",
|
|
2048
2048
|
e.bgColor === "blue" ? "rich-text--blue" : "rich-text--white"
|
|
2049
2049
|
])
|
|
2050
2050
|
}, [
|
|
2051
|
-
t("div",
|
|
2051
|
+
t("div", Gl, [
|
|
2052
2052
|
e.label ? (l(), z(j, {
|
|
2053
2053
|
key: 0,
|
|
2054
2054
|
text: e.label,
|
|
2055
2055
|
labelDark: !1
|
|
2056
2056
|
}, null, 8, ["text"])) : m("", !0),
|
|
2057
|
-
e.headline ? (l(),
|
|
2057
|
+
e.headline ? (l(), r("h2", {
|
|
2058
2058
|
key: 1,
|
|
2059
2059
|
class: c([
|
|
2060
2060
|
"rich-text__headline",
|
|
@@ -2073,15 +2073,15 @@ const Kl = /* @__PURE__ */ v(jl, [["__scopeId", "data-v-18440f83"]]), Ul = { cla
|
|
|
2073
2073
|
e.bulletList || e.image ? "rich-text__body--content-right" : ""
|
|
2074
2074
|
])
|
|
2075
2075
|
}, [
|
|
2076
|
-
u(
|
|
2077
|
-
e.links ? (l(),
|
|
2078
|
-
u(
|
|
2076
|
+
u(i.$slots, "rich-text-content"),
|
|
2077
|
+
e.links ? (l(), r("div", Yl, [
|
|
2078
|
+
u(i.$slots, "rich-text-links")
|
|
2079
2079
|
])) : m("", !0)
|
|
2080
2080
|
], 2),
|
|
2081
|
-
e.bulletList ? (l(),
|
|
2082
|
-
u(
|
|
2081
|
+
e.bulletList ? (l(), r("div", Ql, [
|
|
2082
|
+
u(i.$slots, "rich-text-bullet-list")
|
|
2083
2083
|
])) : m("", !0),
|
|
2084
|
-
e.image ? (l(),
|
|
2084
|
+
e.image ? (l(), r("div", {
|
|
2085
2085
|
key: 1,
|
|
2086
2086
|
class: c([
|
|
2087
2087
|
"rich-text__image",
|
|
@@ -2090,7 +2090,7 @@ const Kl = /* @__PURE__ */ v(jl, [["__scopeId", "data-v-18440f83"]]), Ul = { cla
|
|
|
2090
2090
|
}, [
|
|
2091
2091
|
p(L, null, {
|
|
2092
2092
|
default: $(() => [
|
|
2093
|
-
u(
|
|
2093
|
+
u(i.$slots, "rich-text-image", V(A({ width: 865, height: 307 })))
|
|
2094
2094
|
]),
|
|
2095
2095
|
_: 3
|
|
2096
2096
|
})
|
|
@@ -2100,10 +2100,10 @@ const Kl = /* @__PURE__ */ v(jl, [["__scopeId", "data-v-18440f83"]]), Ul = { cla
|
|
|
2100
2100
|
], 2));
|
|
2101
2101
|
}
|
|
2102
2102
|
});
|
|
2103
|
-
const
|
|
2103
|
+
const Xl = /* @__PURE__ */ v(Jl, [["__scopeId", "data-v-f7bcf732"]]), Zl = (e) => (D("data-v-df182fbb"), e = e(), M(), e), ei = { class: "timeline__wrapper" }, ti = { class: "timeline__content" }, ai = { class: "timeline__items" }, li = { class: "timeline__item faded" }, ii = { class: "item__left" }, ri = /* @__PURE__ */ Zl(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
|
|
2104
2104
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
2105
2105
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
2106
|
-
], -1)),
|
|
2106
|
+
], -1)), si = { class: "item__right" }, oi = ["innerHTML"], ni = /* @__PURE__ */ h({
|
|
2107
2107
|
__name: "timeline",
|
|
2108
2108
|
props: {
|
|
2109
2109
|
timelineItems: {
|
|
@@ -2113,37 +2113,37 @@ const Ql = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-f7bcf732"]]), Jl = (e) =
|
|
|
2113
2113
|
},
|
|
2114
2114
|
setup(e) {
|
|
2115
2115
|
return ie(() => {
|
|
2116
|
-
const
|
|
2117
|
-
(
|
|
2118
|
-
|
|
2119
|
-
n.isIntersecting && (n.target.classList.add("visible"), n.target.classList.remove("faded"),
|
|
2116
|
+
const i = document.querySelectorAll(".timeline__item"), s = new IntersectionObserver(
|
|
2117
|
+
(a) => {
|
|
2118
|
+
a.forEach((n) => {
|
|
2119
|
+
n.isIntersecting && (n.target.classList.add("visible"), n.target.classList.remove("faded"), s.unobserve(n.target));
|
|
2120
2120
|
});
|
|
2121
2121
|
},
|
|
2122
2122
|
{
|
|
2123
2123
|
threshold: 1
|
|
2124
2124
|
}
|
|
2125
2125
|
);
|
|
2126
|
-
|
|
2127
|
-
|
|
2126
|
+
i.forEach((a) => {
|
|
2127
|
+
s.observe(a);
|
|
2128
2128
|
});
|
|
2129
|
-
}), (
|
|
2130
|
-
t("div",
|
|
2131
|
-
t("div",
|
|
2132
|
-
(l(!0),
|
|
2133
|
-
t("div",
|
|
2134
|
-
|
|
2135
|
-
t("div",
|
|
2129
|
+
}), (i, s) => (l(), r("div", ei, [
|
|
2130
|
+
t("div", ti, [
|
|
2131
|
+
t("div", ai, [
|
|
2132
|
+
(l(!0), r(q, null, I(e.timelineItems, (a) => (l(), r("div", li, [
|
|
2133
|
+
t("div", ii, o(a.year), 1),
|
|
2134
|
+
ri,
|
|
2135
|
+
t("div", si, [
|
|
2136
2136
|
p(L, null, {
|
|
2137
2137
|
default: $(() => [
|
|
2138
|
-
|
|
2138
|
+
a.media.type === "image" ? u(i.$slots, "timeline-image", V(Y({ key: 0 }, { src: a.media.src, alt: a.media.alt })), void 0, !0) : m("", !0)
|
|
2139
2139
|
]),
|
|
2140
2140
|
_: 2
|
|
2141
2141
|
}, 1024),
|
|
2142
2142
|
t("div", {
|
|
2143
|
-
style: Q([
|
|
2143
|
+
style: Q([a.media.type === "none" ? "margin-top: 0px" : ""]),
|
|
2144
2144
|
class: "rich-text",
|
|
2145
|
-
innerHTML:
|
|
2146
|
-
}, null, 12,
|
|
2145
|
+
innerHTML: a.text
|
|
2146
|
+
}, null, 12, oi)
|
|
2147
2147
|
])
|
|
2148
2148
|
]))), 256))
|
|
2149
2149
|
])
|
|
@@ -2151,10 +2151,10 @@ const Ql = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-f7bcf732"]]), Jl = (e) =
|
|
|
2151
2151
|
]));
|
|
2152
2152
|
}
|
|
2153
2153
|
});
|
|
2154
|
-
const
|
|
2154
|
+
const di = /* @__PURE__ */ v(ni, [["__scopeId", "data-v-df182fbb"]]), ci = { class: "triple-card-display__wrapper" }, ui = {
|
|
2155
2155
|
key: 0,
|
|
2156
2156
|
class: "triple-card__content"
|
|
2157
|
-
},
|
|
2157
|
+
}, _i = { key: 0 }, hi = { key: 1 }, vi = { class: "triple-card__cards" }, mi = /* @__PURE__ */ h({
|
|
2158
2158
|
__name: "triple-card-display",
|
|
2159
2159
|
props: {
|
|
2160
2160
|
headline: {
|
|
@@ -2171,31 +2171,31 @@ const oi = /* @__PURE__ */ v(si, [["__scopeId", "data-v-df182fbb"]]), ni = { cla
|
|
|
2171
2171
|
}
|
|
2172
2172
|
},
|
|
2173
2173
|
setup(e) {
|
|
2174
|
-
return (
|
|
2174
|
+
return (i, s) => (l(), r("div", {
|
|
2175
2175
|
class: c([
|
|
2176
2176
|
"triple-card-display",
|
|
2177
2177
|
e.bgColor === "blue" ? "triple-card-display--blue" : "triple-card-display--white"
|
|
2178
2178
|
])
|
|
2179
2179
|
}, [
|
|
2180
|
-
t("div",
|
|
2181
|
-
e.headline || e.paragraph ? (l(),
|
|
2182
|
-
e.headline ? (l(),
|
|
2183
|
-
e.paragraph ? (l(),
|
|
2180
|
+
t("div", ci, [
|
|
2181
|
+
e.headline || e.paragraph ? (l(), r("div", ui, [
|
|
2182
|
+
e.headline ? (l(), r("h2", _i, o(e.headline), 1)) : m("", !0),
|
|
2183
|
+
e.paragraph ? (l(), r("p", hi, o(e.paragraph), 1)) : m("", !0)
|
|
2184
2184
|
])) : m("", !0),
|
|
2185
|
-
t("div",
|
|
2186
|
-
u(
|
|
2185
|
+
t("div", vi, [
|
|
2186
|
+
u(i.$slots, "triple-card-display-cards", {}, void 0, !0)
|
|
2187
2187
|
])
|
|
2188
2188
|
])
|
|
2189
2189
|
], 2));
|
|
2190
2190
|
}
|
|
2191
2191
|
});
|
|
2192
|
-
const
|
|
2192
|
+
const gi = /* @__PURE__ */ v(mi, [["__scopeId", "data-v-fb5b275b"]]), fi = { class: "vimeo" }, yi = { class: "vimeo__wrapper" }, bi = {
|
|
2193
2193
|
key: 0,
|
|
2194
2194
|
class: "vimeo__headline"
|
|
2195
|
-
},
|
|
2195
|
+
}, pi = {
|
|
2196
2196
|
key: 1,
|
|
2197
2197
|
class: "vimeo__description"
|
|
2198
|
-
},
|
|
2198
|
+
}, $i = /* @__PURE__ */ h({
|
|
2199
2199
|
__name: "vimeo",
|
|
2200
2200
|
props: {
|
|
2201
2201
|
headline: {
|
|
@@ -2206,16 +2206,16 @@ const vi = /* @__PURE__ */ v(hi, [["__scopeId", "data-v-fb5b275b"]]), mi = { cla
|
|
|
2206
2206
|
}
|
|
2207
2207
|
},
|
|
2208
2208
|
setup(e) {
|
|
2209
|
-
return (
|
|
2210
|
-
t("div",
|
|
2211
|
-
e.headline ? (l(),
|
|
2212
|
-
u(
|
|
2213
|
-
e.description ? (l(),
|
|
2209
|
+
return (i, s) => (l(), r("div", fi, [
|
|
2210
|
+
t("div", yi, [
|
|
2211
|
+
e.headline ? (l(), r("h2", bi, o(e.headline), 1)) : m("", !0),
|
|
2212
|
+
u(i.$slots, "vimeo-content", {}, void 0, !0),
|
|
2213
|
+
e.description ? (l(), r("p", pi, o(e.description), 1)) : m("", !0)
|
|
2214
2214
|
])
|
|
2215
2215
|
]));
|
|
2216
2216
|
}
|
|
2217
2217
|
});
|
|
2218
|
-
const
|
|
2218
|
+
const ki = /* @__PURE__ */ v($i, [["__scopeId", "data-v-e2b8ae73"]]), wi = { class: "not-found__wrapper" }, xi = { class: "not-found__content" }, Si = { class: "not-found__headline" }, qi = { class: "not-found__body" }, Bi = /* @__PURE__ */ h({
|
|
2219
2219
|
__name: "404",
|
|
2220
2220
|
props: {
|
|
2221
2221
|
headline: {
|
|
@@ -2224,17 +2224,17 @@ const pi = /* @__PURE__ */ v(bi, [["__scopeId", "data-v-e2b8ae73"]]), $i = { cla
|
|
|
2224
2224
|
}
|
|
2225
2225
|
},
|
|
2226
2226
|
setup(e) {
|
|
2227
|
-
return (
|
|
2228
|
-
t("div",
|
|
2229
|
-
t("h1",
|
|
2230
|
-
t("div",
|
|
2231
|
-
u(
|
|
2227
|
+
return (i, s) => (l(), r("div", wi, [
|
|
2228
|
+
t("div", xi, [
|
|
2229
|
+
t("h1", Si, o(e.headline), 1),
|
|
2230
|
+
t("div", qi, [
|
|
2231
|
+
u(i.$slots, "not-found-body", {}, void 0, !0)
|
|
2232
2232
|
])
|
|
2233
2233
|
])
|
|
2234
2234
|
]));
|
|
2235
2235
|
}
|
|
2236
2236
|
});
|
|
2237
|
-
const
|
|
2237
|
+
const Ii = /* @__PURE__ */ v(Bi, [["__scopeId", "data-v-a4285ce0"]]), Li = { class: "filter__wrapper" }, Ti = { class: "filter__content" }, Ci = { class: "filter__dropdowns" }, Vi = { class: "filter__chips" }, Ai = /* @__PURE__ */ h({
|
|
2238
2238
|
__name: "filter",
|
|
2239
2239
|
props: {
|
|
2240
2240
|
hasChips: {
|
|
@@ -2244,29 +2244,29 @@ const qi = /* @__PURE__ */ v(Si, [["__scopeId", "data-v-a4285ce0"]]), Bi = { cla
|
|
|
2244
2244
|
},
|
|
2245
2245
|
emits: ["clearFilters"],
|
|
2246
2246
|
setup(e) {
|
|
2247
|
-
return (
|
|
2248
|
-
t("div",
|
|
2249
|
-
t("div",
|
|
2250
|
-
u(
|
|
2247
|
+
return (i, s) => (l(), r("div", Li, [
|
|
2248
|
+
t("div", Ti, [
|
|
2249
|
+
t("div", Ci, [
|
|
2250
|
+
u(i.$slots, "filter-dropdowns", {}, void 0, !0)
|
|
2251
2251
|
]),
|
|
2252
|
-
t("div",
|
|
2253
|
-
u(
|
|
2254
|
-
e.hasChips ? (l(),
|
|
2252
|
+
t("div", Vi, [
|
|
2253
|
+
u(i.$slots, "filter-chips", {}, void 0, !0),
|
|
2254
|
+
e.hasChips ? (l(), r("button", {
|
|
2255
2255
|
key: 0,
|
|
2256
2256
|
class: "filter__clear",
|
|
2257
|
-
onClick:
|
|
2257
|
+
onClick: s[0] || (s[0] = (a) => i.$emit("clearFilters"))
|
|
2258
2258
|
}, " Remove all filters ")) : m("", !0)
|
|
2259
2259
|
])
|
|
2260
2260
|
])
|
|
2261
2261
|
]));
|
|
2262
2262
|
}
|
|
2263
2263
|
});
|
|
2264
|
-
const
|
|
2264
|
+
const Di = /* @__PURE__ */ v(Ai, [["__scopeId", "data-v-2afe898c"]]), F = (e) => (D("data-v-05446e77"), e = e(), M(), e), Mi = { class: "footer__wrapper" }, Oi = { class: "footer__content" }, zi = { class: "footer__sections" }, Pi = { class: "section" }, Fi = { class: "section__title" }, Ei = { class: "section__list" }, Ni = { class: "section" }, Hi = /* @__PURE__ */ F(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), Ri = /* @__PURE__ */ F(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), ji = /* @__PURE__ */ F(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), Ki = /* @__PURE__ */ F(() => /* @__PURE__ */ t("br", null, null, -1)), Ui = /* @__PURE__ */ F(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), Wi = /* @__PURE__ */ F(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), Gi = { class: "footer__bottom" }, Yi = { class: "footer__copyright-policy" }, Qi = { class: "copyright" }, Ji = /* @__PURE__ */ F(() => /* @__PURE__ */ t("span", null, [
|
|
2265
2265
|
/* @__PURE__ */ t("i", { class: "change-region" }),
|
|
2266
|
-
/* @__PURE__ */
|
|
2267
|
-
], -1)),
|
|
2268
|
-
|
|
2269
|
-
],
|
|
2266
|
+
/* @__PURE__ */ N("Change region")
|
|
2267
|
+
], -1)), Xi = [
|
|
2268
|
+
Ji
|
|
2269
|
+
], Zi = { class: "footer__social" }, er = ["href", "aria-label"], tr = /* @__PURE__ */ h({
|
|
2270
2270
|
__name: "footer",
|
|
2271
2271
|
props: {
|
|
2272
2272
|
footerSections: {
|
|
@@ -2283,45 +2283,45 @@ const Vi = /* @__PURE__ */ v(Ci, [["__scopeId", "data-v-2afe898c"]]), F = (e) =>
|
|
|
2283
2283
|
type: Array,
|
|
2284
2284
|
default: [],
|
|
2285
2285
|
validator: (e) => {
|
|
2286
|
-
const
|
|
2286
|
+
const i = [
|
|
2287
2287
|
"linkedin",
|
|
2288
2288
|
"facebook",
|
|
2289
2289
|
"instagram",
|
|
2290
2290
|
"twitter",
|
|
2291
2291
|
"youtube"
|
|
2292
2292
|
];
|
|
2293
|
-
return e.every((
|
|
2293
|
+
return e.every((s) => i.includes(s.title));
|
|
2294
2294
|
}
|
|
2295
2295
|
}
|
|
2296
2296
|
},
|
|
2297
2297
|
emits: ["changeRegionClicked"],
|
|
2298
2298
|
setup(e) {
|
|
2299
|
-
return (
|
|
2300
|
-
t("footer",
|
|
2301
|
-
t("div",
|
|
2302
|
-
(l(!0),
|
|
2303
|
-
t("span",
|
|
2299
|
+
return (i, s) => (l(), r("div", Mi, [
|
|
2300
|
+
t("footer", Oi, [
|
|
2301
|
+
t("div", zi, [
|
|
2302
|
+
(l(!0), r(q, null, I(e.footerSections, (a) => (l(), r("div", Pi, [
|
|
2303
|
+
t("span", Fi, o(a.title), 1),
|
|
2304
2304
|
t("nav", null, [
|
|
2305
|
-
t("ul",
|
|
2306
|
-
u(
|
|
2307
|
-
links:
|
|
2305
|
+
t("ul", Ei, [
|
|
2306
|
+
u(i.$slots, "section-links", {
|
|
2307
|
+
links: a.links
|
|
2308
2308
|
})
|
|
2309
2309
|
])
|
|
2310
2310
|
])
|
|
2311
2311
|
]))), 256)),
|
|
2312
|
-
t("div",
|
|
2313
|
-
|
|
2312
|
+
t("div", Ni, [
|
|
2313
|
+
Hi,
|
|
2314
2314
|
t("address", null, [
|
|
2315
|
-
Ei,
|
|
2316
|
-
Hi,
|
|
2317
2315
|
Ri,
|
|
2316
|
+
ji,
|
|
2317
|
+
Ki,
|
|
2318
2318
|
p(C, {
|
|
2319
2319
|
class: "footer__contact",
|
|
2320
2320
|
linkType: "regular-light",
|
|
2321
2321
|
underline: "false"
|
|
2322
2322
|
}, {
|
|
2323
2323
|
default: $(() => [
|
|
2324
|
-
|
|
2324
|
+
Ui
|
|
2325
2325
|
]),
|
|
2326
2326
|
_: 1
|
|
2327
2327
|
}),
|
|
@@ -2331,41 +2331,41 @@ const Vi = /* @__PURE__ */ v(Ci, [["__scopeId", "data-v-2afe898c"]]), F = (e) =>
|
|
|
2331
2331
|
underline: "false"
|
|
2332
2332
|
}, {
|
|
2333
2333
|
default: $(() => [
|
|
2334
|
-
|
|
2334
|
+
Wi
|
|
2335
2335
|
]),
|
|
2336
2336
|
_: 1
|
|
2337
2337
|
})
|
|
2338
2338
|
])
|
|
2339
2339
|
])
|
|
2340
2340
|
]),
|
|
2341
|
-
t("div",
|
|
2342
|
-
t("div",
|
|
2343
|
-
t("p",
|
|
2341
|
+
t("div", Gi, [
|
|
2342
|
+
t("div", Yi, [
|
|
2343
|
+
t("p", Qi, "© MiR " + o((/* @__PURE__ */ new Date()).getFullYear()), 1),
|
|
2344
2344
|
t("button", {
|
|
2345
2345
|
class: "footer__language-switcher",
|
|
2346
|
-
onClick:
|
|
2347
|
-
},
|
|
2348
|
-
u(
|
|
2349
|
-
u(
|
|
2346
|
+
onClick: s[0] || (s[0] = (a) => i.$emit("changeRegionClicked"))
|
|
2347
|
+
}, Xi),
|
|
2348
|
+
u(i.$slots, "footer-privacy-link"),
|
|
2349
|
+
u(i.$slots, "footer-cookie-link")
|
|
2350
2350
|
]),
|
|
2351
|
-
t("div",
|
|
2352
|
-
(l(!0),
|
|
2351
|
+
t("div", Zi, [
|
|
2352
|
+
(l(!0), r(q, null, I(e.socialMedia, (a) => (l(), z(C, {
|
|
2353
2353
|
underline: "false",
|
|
2354
2354
|
linkType: "regular"
|
|
2355
2355
|
}, {
|
|
2356
2356
|
default: $(() => [
|
|
2357
2357
|
t("a", {
|
|
2358
|
-
href:
|
|
2359
|
-
"aria-label":
|
|
2358
|
+
href: a.url,
|
|
2359
|
+
"aria-label": a.title
|
|
2360
2360
|
}, [
|
|
2361
2361
|
t("i", {
|
|
2362
2362
|
width: "19",
|
|
2363
2363
|
height: "14",
|
|
2364
2364
|
class: c(["footer__social--icon", [
|
|
2365
|
-
|
|
2365
|
+
a.title === "linkedin" ? "bg-linkedin" : a.title === "facebook" ? "bg-facebook" : a.title === "instagram" ? "bg-instagram" : a.title === "twitter" ? "bg-twitter" : a.title === "youtube" ? "bg-youtube" : ""
|
|
2366
2366
|
]])
|
|
2367
2367
|
}, null, 2)
|
|
2368
|
-
], 8,
|
|
2368
|
+
], 8, er)
|
|
2369
2369
|
]),
|
|
2370
2370
|
_: 2
|
|
2371
2371
|
}, 1024))), 256))
|
|
@@ -2375,19 +2375,19 @@ const Vi = /* @__PURE__ */ v(Ci, [["__scopeId", "data-v-2afe898c"]]), F = (e) =>
|
|
|
2375
2375
|
]));
|
|
2376
2376
|
}
|
|
2377
2377
|
});
|
|
2378
|
-
const
|
|
2378
|
+
const ar = /* @__PURE__ */ v(tr, [["__scopeId", "data-v-05446e77"]]), lr = { class: "header__wrapper" }, ir = { class: "nav-wrapper" }, rr = { class: "mir-link-logo" }, sr = { class: "main-nav-items" }, or = {
|
|
2379
2379
|
id: "menu-dropdown",
|
|
2380
2380
|
ref: "dropdownDiv"
|
|
2381
|
-
},
|
|
2381
|
+
}, nr = {
|
|
2382
2382
|
key: 0,
|
|
2383
2383
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
2384
2384
|
alt: "dropdownarrow"
|
|
2385
|
-
},
|
|
2385
|
+
}, dr = {
|
|
2386
2386
|
key: 1,
|
|
2387
2387
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
2388
2388
|
alt: "dropdownarrow",
|
|
2389
2389
|
style: { transform: "rotate(180deg)" }
|
|
2390
|
-
},
|
|
2390
|
+
}, cr = { class: "dropdown-content" }, ur = { class: "nav-search-wrapper" }, _r = ["src"], hr = { class: "mobile-logo-search-burger-wrapper" }, vr = { class: "mobile-mir-link-logo" }, mr = { class: "mobile-search-wrapper" }, gr = ["src"], fr = ["onClick"], yr = ["src"], br = ["src"], pr = { class: "mobile-menu-content-wrapper" }, $r = { class: "mobile-dropdown-content" }, kr = /* @__PURE__ */ h({
|
|
2391
2391
|
__name: "header",
|
|
2392
2392
|
props: {
|
|
2393
2393
|
burgerState: {
|
|
@@ -2404,78 +2404,78 @@ const er = /* @__PURE__ */ v(Zi, [["__scopeId", "data-v-05446e77"]]), tr = { cla
|
|
|
2404
2404
|
"update:showDropDown",
|
|
2405
2405
|
"clickSearch"
|
|
2406
2406
|
],
|
|
2407
|
-
setup(e, { emit:
|
|
2408
|
-
const
|
|
2407
|
+
setup(e, { emit: i }) {
|
|
2408
|
+
const s = e;
|
|
2409
2409
|
x("");
|
|
2410
|
-
let
|
|
2410
|
+
let a = null, n = x(s.burgerState), _ = x(s.showDropDown);
|
|
2411
2411
|
te(
|
|
2412
|
-
() =>
|
|
2413
|
-
(
|
|
2412
|
+
() => s.burgerState,
|
|
2413
|
+
(g) => n.value = g
|
|
2414
2414
|
), te(
|
|
2415
|
-
() =>
|
|
2416
|
-
(
|
|
2415
|
+
() => s.showDropDown,
|
|
2416
|
+
(g) => _.value = g
|
|
2417
2417
|
), ie(() => {
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
}, window.addEventListener("click",
|
|
2421
|
-
}),
|
|
2422
|
-
|
|
2418
|
+
a = (g) => {
|
|
2419
|
+
g.target.closest("#menu-dropdown") || (_.value = !1);
|
|
2420
|
+
}, window.addEventListener("click", a);
|
|
2421
|
+
}), pe(() => {
|
|
2422
|
+
a !== null && window.removeEventListener("click", a);
|
|
2423
2423
|
});
|
|
2424
2424
|
function k() {
|
|
2425
|
-
_.value = !_.value,
|
|
2425
|
+
_.value = !_.value, i("update:showDropDown", _.value);
|
|
2426
2426
|
}
|
|
2427
2427
|
function T() {
|
|
2428
|
-
n.value = !n.value,
|
|
2428
|
+
n.value = !n.value, i("update:burgerState", n.value);
|
|
2429
2429
|
}
|
|
2430
|
-
return (
|
|
2430
|
+
return (g, y) => (l(), r("div", lr, [
|
|
2431
2431
|
t("nav", null, [
|
|
2432
|
-
t("div",
|
|
2433
|
-
t("div",
|
|
2434
|
-
u(
|
|
2432
|
+
t("div", ir, [
|
|
2433
|
+
t("div", rr, [
|
|
2434
|
+
u(g.$slots, "link-logo", {}, void 0, !0)
|
|
2435
2435
|
]),
|
|
2436
|
-
t("ul",
|
|
2437
|
-
u(
|
|
2436
|
+
t("ul", sr, [
|
|
2437
|
+
u(g.$slots, "main-nav-items", {}, void 0, !0)
|
|
2438
2438
|
]),
|
|
2439
|
-
t("div",
|
|
2439
|
+
t("div", or, [
|
|
2440
2440
|
t("button", {
|
|
2441
2441
|
onClick: k,
|
|
2442
2442
|
class: "nav-dropdown-btn"
|
|
2443
2443
|
}, [
|
|
2444
|
-
u(
|
|
2445
|
-
S(_) == !1 ? (l(),
|
|
2444
|
+
u(g.$slots, "dropdown-title", {}, void 0, !0),
|
|
2445
|
+
S(_) == !1 ? (l(), r("img", nr)) : (l(), r("img", dr))
|
|
2446
2446
|
]),
|
|
2447
|
-
U(t("div",
|
|
2448
|
-
u(
|
|
2447
|
+
U(t("div", cr, [
|
|
2448
|
+
u(g.$slots, "dropdown-links", {}, void 0, !0)
|
|
2449
2449
|
], 512), [
|
|
2450
2450
|
[G, S(_)]
|
|
2451
2451
|
])
|
|
2452
2452
|
], 512),
|
|
2453
|
-
t("div",
|
|
2453
|
+
t("div", ur, [
|
|
2454
2454
|
t("button", {
|
|
2455
|
-
onClick: y[0] || (y[0] = (B) =>
|
|
2455
|
+
onClick: y[0] || (y[0] = (B) => g.$emit("clickSearch"))
|
|
2456
2456
|
}, [
|
|
2457
2457
|
t("img", {
|
|
2458
2458
|
src: S(n) == !0 ? "https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080" : "https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",
|
|
2459
2459
|
alt: "search icon"
|
|
2460
|
-
}, null, 8,
|
|
2460
|
+
}, null, 8, _r)
|
|
2461
2461
|
])
|
|
2462
2462
|
])
|
|
2463
2463
|
]),
|
|
2464
2464
|
t("div", {
|
|
2465
2465
|
class: c(["mobile-nav-wrapper", S(n) == !0 ? "mirsaic-mobile-bg" : ""])
|
|
2466
2466
|
}, [
|
|
2467
|
-
t("div",
|
|
2468
|
-
t("div",
|
|
2469
|
-
u(
|
|
2467
|
+
t("div", hr, [
|
|
2468
|
+
t("div", vr, [
|
|
2469
|
+
u(g.$slots, "link-logo", {}, void 0, !0)
|
|
2470
2470
|
]),
|
|
2471
|
-
t("div",
|
|
2471
|
+
t("div", mr, [
|
|
2472
2472
|
t("button", {
|
|
2473
|
-
onClick: y[1] || (y[1] = (B) =>
|
|
2473
|
+
onClick: y[1] || (y[1] = (B) => g.$emit("clickSearch"))
|
|
2474
2474
|
}, [
|
|
2475
2475
|
t("img", {
|
|
2476
2476
|
src: S(n) == !0 ? "https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080" : "https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",
|
|
2477
2477
|
alt: "search icon"
|
|
2478
|
-
}, null, 8,
|
|
2478
|
+
}, null, 8, gr)
|
|
2479
2479
|
])
|
|
2480
2480
|
]),
|
|
2481
2481
|
t("button", {
|
|
@@ -2485,20 +2485,20 @@ const er = /* @__PURE__ */ v(Zi, [["__scopeId", "data-v-05446e77"]]), tr = { cla
|
|
|
2485
2485
|
t("img", {
|
|
2486
2486
|
class: c(["burger-line", S(n) == !0 ? "burger-top-line-open" : ""]),
|
|
2487
2487
|
src: S(n) == !0 ? "https://a.storyblok.com/f/230581/23x3/bf4bfb3a50/burger-line-white.svg?cv=1695125714410" : "https://a.storyblok.com/f/230581/23x2/63423a4523/burger-line.svg?cv=1695125714081"
|
|
2488
|
-
}, null, 10,
|
|
2488
|
+
}, null, 10, yr),
|
|
2489
2489
|
t("img", {
|
|
2490
2490
|
class: c(["burger-line", S(n) == !0 ? "burger-bottom-line-open" : ""]),
|
|
2491
2491
|
src: S(n) == !0 ? "https://a.storyblok.com/f/230581/23x3/bf4bfb3a50/burger-line-white.svg?cv=1695125714410" : "https://a.storyblok.com/f/230581/23x2/63423a4523/burger-line.svg?cv=1695125714081"
|
|
2492
|
-
}, null, 10,
|
|
2493
|
-
], 8,
|
|
2492
|
+
}, null, 10, br)
|
|
2493
|
+
], 8, fr)
|
|
2494
2494
|
]),
|
|
2495
|
-
U(t("div",
|
|
2495
|
+
U(t("div", pr, [
|
|
2496
2496
|
t("ul", null, [
|
|
2497
|
-
u(
|
|
2497
|
+
u(g.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2498
2498
|
]),
|
|
2499
|
-
t("ul",
|
|
2500
|
-
u(
|
|
2501
|
-
u(
|
|
2499
|
+
t("ul", $r, [
|
|
2500
|
+
u(g.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2501
|
+
u(g.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2502
2502
|
])
|
|
2503
2503
|
], 512), [
|
|
2504
2504
|
[G, S(n)]
|
|
@@ -2508,7 +2508,7 @@ const er = /* @__PURE__ */ v(Zi, [["__scopeId", "data-v-05446e77"]]), tr = { cla
|
|
|
2508
2508
|
]));
|
|
2509
2509
|
}
|
|
2510
2510
|
});
|
|
2511
|
-
const
|
|
2511
|
+
const wr = /* @__PURE__ */ v(kr, [["__scopeId", "data-v-51070f6f"]]), xr = { class: "language__wrapper" }, Sr = { class: "language__content" }, qr = { class: "language__headline" }, Br = { class: "language__paragraph" }, Ir = /* @__PURE__ */ h({
|
|
2512
2512
|
__name: "language-switcher",
|
|
2513
2513
|
props: {
|
|
2514
2514
|
headline: {
|
|
@@ -2519,16 +2519,16 @@ const $r = /* @__PURE__ */ v(pr, [["__scopeId", "data-v-51070f6f"]]), kr = { cla
|
|
|
2519
2519
|
}
|
|
2520
2520
|
},
|
|
2521
2521
|
setup(e) {
|
|
2522
|
-
return (
|
|
2523
|
-
t("div",
|
|
2524
|
-
t("h2",
|
|
2525
|
-
t("p",
|
|
2526
|
-
u(
|
|
2522
|
+
return (i, s) => (l(), r("div", xr, [
|
|
2523
|
+
t("div", Sr, [
|
|
2524
|
+
t("h2", qr, o(e.headline), 1),
|
|
2525
|
+
t("p", Br, o(e.paragraph), 1),
|
|
2526
|
+
u(i.$slots, "language-links", {}, void 0, !0)
|
|
2527
2527
|
])
|
|
2528
2528
|
]));
|
|
2529
2529
|
}
|
|
2530
2530
|
});
|
|
2531
|
-
const
|
|
2531
|
+
const Lr = /* @__PURE__ */ v(Ir, [["__scopeId", "data-v-a76ba727"]]), Tr = { class: "pagination__wrapper" }, Cr = { class: "pagination__content" }, Vr = /* @__PURE__ */ h({
|
|
2532
2532
|
__name: "pagination",
|
|
2533
2533
|
props: {
|
|
2534
2534
|
isPreviousDisabled: {
|
|
@@ -2542,17 +2542,17 @@ const Br = /* @__PURE__ */ v(qr, [["__scopeId", "data-v-a76ba727"]]), Ir = { cla
|
|
|
2542
2542
|
},
|
|
2543
2543
|
emits: ["previous", "next"],
|
|
2544
2544
|
setup(e) {
|
|
2545
|
-
return (
|
|
2546
|
-
t("div",
|
|
2545
|
+
return (i, s) => (l(), r("div", Tr, [
|
|
2546
|
+
t("div", Cr, [
|
|
2547
2547
|
p(W, {
|
|
2548
|
-
onClick:
|
|
2548
|
+
onClick: s[0] || (s[0] = (a) => i.$emit("previous")),
|
|
2549
2549
|
disabled: e.isPreviousDisabled,
|
|
2550
2550
|
variant: "previous",
|
|
2551
2551
|
ariaLabel: "previous"
|
|
2552
2552
|
}, null, 8, ["disabled"]),
|
|
2553
|
-
u(
|
|
2553
|
+
u(i.$slots, "pagination-numbers"),
|
|
2554
2554
|
p(W, {
|
|
2555
|
-
onClick:
|
|
2555
|
+
onClick: s[1] || (s[1] = (a) => i.$emit("next")),
|
|
2556
2556
|
disabled: e.isNextDisabled,
|
|
2557
2557
|
variant: "next",
|
|
2558
2558
|
ariaLabel: "next"
|
|
@@ -2561,52 +2561,52 @@ const Br = /* @__PURE__ */ v(qr, [["__scopeId", "data-v-a76ba727"]]), Ir = { cla
|
|
|
2561
2561
|
]));
|
|
2562
2562
|
}
|
|
2563
2563
|
});
|
|
2564
|
-
const
|
|
2564
|
+
const Ar = /* @__PURE__ */ v(Vr, [["__scopeId", "data-v-9f08dcf6"]]), Mr = {
|
|
2565
2565
|
install: (e) => {
|
|
2566
|
-
e.component("AtomButton", W), e.component("AtomCheckbox",
|
|
2566
|
+
e.component("AtomButton", W), e.component("AtomCheckbox", Ie), e.component("AtomChip", Ae), e.component("AtomDropdown", Ne), e.component("AtomImage", L), e.component("AtomLabel", j), e.component("AtomLink", C), e.component("AtomRadioButton", Ze), e.component("AtomSelect", rt), e.component("AtomSlider", mt), e.component("AtomTextarea", wt), e.component("AtomTextField", Dt), e.component("AtomVideo", H), e.component("MoleculeAddress", Yt), e.component("MoleculeBulletList", ea), e.component("MoleculeCard", ra), e.component("MoleculeEventCard", ha), e.component("MoleculeModal", re), e.component("MoleculeTextCard", ya), e.component("BlockFacts", Ia), e.component("BlockFeatures", za), e.component("BlockHeadline", el), e.component("BlockHero", ul), e.component("BlockImage", Ra), e.component("BlockImageGallery", Qa), e.component("BlockLogoWall", yl), e.component("BlockMicroStories", pl), e.component("BlockPolicy", Sl), e.component("BlockProductHero", Cl), e.component("BlockPromo", Dl), e.component("BlockQuote", Wl), e.component("BlockRichText", Xl), e.component("BlockTimeline", di), e.component("BlockTripleCardDisplay", gi), e.component("BlockVimeo", ki), e.component("Organism404", Ii), e.component("OrganismFilter", Di), e.component("OrganismFooter", ar), e.component("OrganismHeader", wr), e.component("OrganismLanguageSwitcher", Lr), e.component("OrganismPagination", Ar);
|
|
2567
2567
|
}
|
|
2568
2568
|
};
|
|
2569
2569
|
export {
|
|
2570
2570
|
W as AtomButton,
|
|
2571
|
-
|
|
2572
|
-
|
|
2571
|
+
Ie as AtomCheckbox,
|
|
2572
|
+
Ae as AtomChip,
|
|
2573
2573
|
Ne as AtomDropdown,
|
|
2574
2574
|
L as AtomImage,
|
|
2575
2575
|
j as AtomLabel,
|
|
2576
2576
|
C as AtomLink,
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2577
|
+
Ze as AtomRadioButton,
|
|
2578
|
+
rt as AtomSelect,
|
|
2579
|
+
mt as AtomSlider,
|
|
2580
|
+
Dt as AtomTextField,
|
|
2581
|
+
wt as AtomTextarea,
|
|
2582
2582
|
H as AtomVideo,
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2583
|
+
Ia as BlockFacts,
|
|
2584
|
+
za as BlockFeatures,
|
|
2585
|
+
el as BlockHeadline,
|
|
2586
|
+
ul as BlockHero,
|
|
2587
|
+
Ra as BlockImage,
|
|
2588
|
+
Qa as BlockImageGallery,
|
|
2589
|
+
yl as BlockLogoWall,
|
|
2590
|
+
pl as BlockMicroStories,
|
|
2591
|
+
Sl as BlockPolicy,
|
|
2592
|
+
Cl as BlockProductHero,
|
|
2593
|
+
Dl as BlockPromo,
|
|
2594
|
+
Wl as BlockQuote,
|
|
2595
|
+
Xl as BlockRichText,
|
|
2596
|
+
di as BlockTimeline,
|
|
2597
|
+
gi as BlockTripleCardDisplay,
|
|
2598
|
+
ki as BlockVimeo,
|
|
2599
|
+
Yt as MoleculeAddress,
|
|
2600
|
+
ea as MoleculeBulletList,
|
|
2601
|
+
ra as MoleculeCard,
|
|
2602
|
+
ha as MoleculeEventCard,
|
|
2603
2603
|
re as MoleculeModal,
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2604
|
+
ya as MoleculeTextCard,
|
|
2605
|
+
Ii as Organism404,
|
|
2606
|
+
Di as OrganismFilter,
|
|
2607
|
+
ar as OrganismFooter,
|
|
2608
|
+
wr as OrganismHeader,
|
|
2609
|
+
Lr as OrganismLanguageSwitcher,
|
|
2610
|
+
Ar as OrganismPagination,
|
|
2611
|
+
Mr as default
|
|
2612
2612
|
};
|