@mirweb/mir-web-components 0.15.43 → 0.15.44
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/blocks/micro-stories/micro-stories.vue.d.ts +0 -1
- package/dist/icons/Logo.svg +6 -0
- package/dist/icons/MiRsaicWeb.svg +151 -0
- package/dist/icons/MiRsaicWebDark.svg +354 -0
- package/dist/icons/arrow-down-white.svg +3 -0
- package/dist/icons/arrow-down.svg +3 -0
- package/dist/icons/arrow-up.svg +3 -0
- package/dist/icons/burger-line-white.svg +3 -0
- package/dist/icons/burger-line.svg +3 -0
- package/dist/icons/checkmark.svg +3 -0
- package/dist/icons/close.svg +3 -0
- package/dist/icons/direction-left.svg +3 -0
- package/dist/icons/direction-right.svg +3 -0
- package/dist/icons/done.svg +4 -0
- package/dist/icons/facebook.svg +3 -0
- package/dist/icons/hidden.svg +5 -0
- package/dist/icons/info-blue.svg +4 -0
- package/dist/icons/info-dark-blue.svg +4 -0
- package/dist/icons/info-red.svg +4 -0
- package/dist/icons/info-white.svg +4 -0
- package/dist/icons/instagram.svg +5 -0
- package/dist/icons/link-arrow.svg +3 -0
- package/dist/icons/linkedin.svg +3 -0
- package/dist/icons/search-icon-white.svg +4 -0
- package/dist/icons/search-icon.svg +4 -0
- package/dist/icons/twitter.svg +3 -0
- package/dist/icons/visible.svg +4 -0
- package/dist/icons/world-map.svg +3 -0
- package/dist/icons/world.svg +4 -0
- package/dist/icons/youtube.svg +3 -0
- package/dist/mir-web-components.cjs.js +1 -1
- package/dist/mir-web-components.css +1 -1
- package/dist/mir-web-components.es.js +436 -436
- package/dist/mir-web-components.umd.js +2 -2
- package/dist/mirsaic/mirsaic-dark.svg +347 -0
- package/dist/mirsaic/mirsaic-light.svg +353 -0
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const
|
|
1
|
+
import { defineComponent as h, openBlock as l, createElementBlock as s, normalizeClass as c, toDisplayString as n, createElementVNode as t, renderSlot as u, pushScopeId as D, popScopeId as M, computed as P, createTextVNode as E, ref as S, withDirectives as K, Fragment as q, renderList as I, vShow as G, normalizeProps as V, guardReactiveProps as A, mergeProps as Y, createVNode as p, Transition as ke, withCtx as $, withModifiers as se, createCommentVNode as v, watchEffect as ne, withKeys as we, createBlock as z, normalizeStyle as Q, isRef as ee, unref as k, onMounted as oe, watch as te, onUnmounted as xe } from "vue";
|
|
2
|
+
const Se = ["aria-label"], qe = /* @__PURE__ */ h({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
5
5
|
variant: {
|
|
@@ -27,15 +27,15 @@ const xe = ["aria-label"], Ie = /* @__PURE__ */ m({
|
|
|
27
27
|
return (a, r) => (l(), s("button", {
|
|
28
28
|
class: c(["button", "button--" + e.variant]),
|
|
29
29
|
"aria-label": e.ariaLabel
|
|
30
|
-
},
|
|
30
|
+
}, n(e.variant == "close" ? "" : e.buttonText), 11, Se));
|
|
31
31
|
}
|
|
32
32
|
});
|
|
33
|
-
const
|
|
33
|
+
const m = (e, a) => {
|
|
34
34
|
const r = e.__vccOpts || e;
|
|
35
|
-
for (const [i,
|
|
36
|
-
r[i] =
|
|
35
|
+
for (const [i, o] of a)
|
|
36
|
+
r[i] = o;
|
|
37
37
|
return r;
|
|
38
|
-
},
|
|
38
|
+
}, U = /* @__PURE__ */ m(qe, [["__scopeId", "data-v-98de0ee6"]]), Be = (e) => (D("data-v-f62bd17f"), e = e(), M(), e), Ie = ["name", "value", "disabled", "required", "id"], Le = ["for"], Te = /* @__PURE__ */ Be(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Ce = /* @__PURE__ */ h({
|
|
39
39
|
__name: "checkbox",
|
|
40
40
|
props: {
|
|
41
41
|
name: String,
|
|
@@ -63,10 +63,10 @@ const h = (e, a) => {
|
|
|
63
63
|
emits: ["input"],
|
|
64
64
|
setup(e, { emit: a }) {
|
|
65
65
|
const r = (i) => {
|
|
66
|
-
const
|
|
67
|
-
a("input",
|
|
66
|
+
const o = i.target;
|
|
67
|
+
a("input", o.checked);
|
|
68
68
|
};
|
|
69
|
-
return (i,
|
|
69
|
+
return (i, o) => (l(), s("div", {
|
|
70
70
|
class: c(["checkbox__wrapper", e.disabled ? "disabled" : ""])
|
|
71
71
|
}, [
|
|
72
72
|
t("input", {
|
|
@@ -78,22 +78,22 @@ const h = (e, a) => {
|
|
|
78
78
|
id: e.id,
|
|
79
79
|
class: "checkbox__checkbox",
|
|
80
80
|
onChange: r
|
|
81
|
-
}, null, 40,
|
|
81
|
+
}, null, 40, Ie),
|
|
82
82
|
t("label", {
|
|
83
83
|
for: e.id,
|
|
84
84
|
class: c(["checkbox__label", e.required ? "required" : ""])
|
|
85
85
|
}, [
|
|
86
|
-
|
|
86
|
+
Te,
|
|
87
87
|
u(i.$slots, "default", {}, void 0, !0)
|
|
88
|
-
], 10,
|
|
88
|
+
], 10, Le)
|
|
89
89
|
], 2));
|
|
90
90
|
}
|
|
91
91
|
});
|
|
92
|
-
const
|
|
93
|
-
src:
|
|
92
|
+
const Ve = /* @__PURE__ */ m(Ce, [["__scopeId", "data-v-f62bd17f"]]), Ae = "/icons/close.svg", De = (e) => (D("data-v-d7993c3d"), e = e(), M(), e), Me = ["aria-label"], Oe = /* @__PURE__ */ De(() => /* @__PURE__ */ t("img", {
|
|
93
|
+
src: Ae,
|
|
94
94
|
alt: "close",
|
|
95
95
|
class: "close-icon"
|
|
96
|
-
}, null, -1)), ze = /* @__PURE__ */
|
|
96
|
+
}, null, -1)), ze = /* @__PURE__ */ h({
|
|
97
97
|
__name: "chip",
|
|
98
98
|
props: {
|
|
99
99
|
text: {
|
|
@@ -103,22 +103,22 @@ const Ae = /* @__PURE__ */ h(De, [["__scopeId", "data-v-f62bd17f"]]), Ce = "data
|
|
|
103
103
|
},
|
|
104
104
|
emits: ["remove-chip"],
|
|
105
105
|
setup(e, { emit: a }) {
|
|
106
|
-
const r = e, i =
|
|
107
|
-
return (
|
|
106
|
+
const r = e, i = P(() => `Chip: ${r.text}`);
|
|
107
|
+
return (o, _) => (l(), s("div", {
|
|
108
108
|
class: "chip__wrapper",
|
|
109
|
-
onClick: _[0] || (_[0] = (w) =>
|
|
109
|
+
onClick: _[0] || (_[0] = (w) => o.$emit("remove-chip"))
|
|
110
110
|
}, [
|
|
111
111
|
t("span", {
|
|
112
112
|
class: "chip",
|
|
113
113
|
"aria-label": i.value
|
|
114
114
|
}, [
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
], 8,
|
|
115
|
+
E(n(e.text) + " ", 1),
|
|
116
|
+
Oe
|
|
117
|
+
], 8, Me)
|
|
118
118
|
]));
|
|
119
119
|
}
|
|
120
120
|
});
|
|
121
|
-
const
|
|
121
|
+
const Pe = /* @__PURE__ */ m(ze, [["__scopeId", "data-v-d7993c3d"]]), Fe = ["value"], Ne = ["id"], Ee = { class: "listbox__dropdown" }, He = ["id", "aria-labelledby", "aria-disabled"], Re = ["aria-labelledby", "aria-activedescendant"], je = ["aria-selected", "data-value"], We = /* @__PURE__ */ h({
|
|
122
122
|
__name: "dropdown",
|
|
123
123
|
props: {
|
|
124
124
|
modelValue: {
|
|
@@ -168,15 +168,15 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
168
168
|
},
|
|
169
169
|
emits: ["update:modelValue"],
|
|
170
170
|
setup(e, { emit: a }) {
|
|
171
|
-
const r = e, i =
|
|
171
|
+
const r = e, i = S(null), o = S(null), _ = S([]), w = S(0), T = S(""), g = S(!0), y = S(0), B = P(() => {
|
|
172
172
|
const d = r.options.find(
|
|
173
|
-
(
|
|
173
|
+
(f) => f.value === r.modelValue
|
|
174
174
|
);
|
|
175
175
|
return d && d.label;
|
|
176
176
|
}), ue = {
|
|
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) {
|
|
@@ -186,28 +186,28 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
186
186
|
function _e(d) {
|
|
187
187
|
a("update:modelValue", d);
|
|
188
188
|
}
|
|
189
|
-
function
|
|
189
|
+
function he(d) {
|
|
190
190
|
var b;
|
|
191
|
-
const
|
|
192
|
-
|
|
191
|
+
const f = d.target;
|
|
192
|
+
f.getAttribute("role") === "option" && (R(f), W(), (b = i.value) == null || b.focus());
|
|
193
193
|
}
|
|
194
|
-
function
|
|
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
|
|
202
|
-
(
|
|
201
|
+
const x = r.options.findIndex(
|
|
202
|
+
(N) => N.value === r.modelValue
|
|
203
203
|
);
|
|
204
|
-
let
|
|
205
|
-
|
|
204
|
+
let O = x ? _.value[x] : _.value[0];
|
|
205
|
+
f === "ArrowUp" ? x - 1 >= 0 && (O = _.value[x - 1]) : x + 1 <= r.options.length && (O = _.value[x + 1]), O && R(O);
|
|
206
206
|
break;
|
|
207
207
|
}
|
|
208
208
|
case "Home":
|
|
209
209
|
case "PageUp":
|
|
210
|
-
d.preventDefault(),
|
|
210
|
+
d.preventDefault(), ye();
|
|
211
211
|
break;
|
|
212
212
|
case "End":
|
|
213
213
|
case "PageDown":
|
|
@@ -215,21 +215,21 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
215
215
|
break;
|
|
216
216
|
case "Enter":
|
|
217
217
|
case "Escape":
|
|
218
|
-
d.preventDefault(),
|
|
218
|
+
d.preventDefault(), W(), (b = i.value) == null || b.focus();
|
|
219
219
|
break;
|
|
220
220
|
default: {
|
|
221
|
-
const
|
|
222
|
-
|
|
221
|
+
const x = fe(f);
|
|
222
|
+
x && R(x);
|
|
223
223
|
break;
|
|
224
224
|
}
|
|
225
225
|
}
|
|
226
226
|
}
|
|
227
|
-
function
|
|
227
|
+
function me(d) {
|
|
228
228
|
if (!r.disabled)
|
|
229
229
|
switch (d.key) {
|
|
230
230
|
case "ArrowUp":
|
|
231
231
|
case "ArrowDown":
|
|
232
|
-
d.preventDefault(),
|
|
232
|
+
d.preventDefault(), Z(), J(d);
|
|
233
233
|
break;
|
|
234
234
|
}
|
|
235
235
|
}
|
|
@@ -238,63 +238,63 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
238
238
|
}
|
|
239
239
|
function ge() {
|
|
240
240
|
w && (clearTimeout(w.value), w.value = 0), w.value = setTimeout(() => {
|
|
241
|
-
|
|
241
|
+
T.value = "", w.value = 0;
|
|
242
242
|
}, 500);
|
|
243
243
|
}
|
|
244
|
-
function
|
|
245
|
-
let
|
|
246
|
-
(
|
|
247
|
-
(
|
|
248
|
-
)),
|
|
249
|
-
let b =
|
|
250
|
-
|
|
244
|
+
function fe(d) {
|
|
245
|
+
let f = "";
|
|
246
|
+
(T.value === "" || f !== d) && (y.value = r.options.findIndex(
|
|
247
|
+
(x) => x.value === r.modelValue
|
|
248
|
+
)), T.value = f === d ? d : T.value + d, f = d, ge();
|
|
249
|
+
let b = X(
|
|
250
|
+
y.value + 1,
|
|
251
251
|
r.options.length
|
|
252
252
|
);
|
|
253
|
-
return !b &&
|
|
253
|
+
return !b && T.value.length === 1 && (b = X(0, y.value)), y.value = (y.value + 1) % r.options.length, b;
|
|
254
254
|
}
|
|
255
|
-
function
|
|
256
|
-
for (let b = d; b <
|
|
257
|
-
if (r.options[b].label && r.options[b].label.toUpperCase().indexOf(
|
|
255
|
+
function X(d, f) {
|
|
256
|
+
for (let b = d; b < f; b++)
|
|
257
|
+
if (r.options[b].label && r.options[b].label.toUpperCase().indexOf(T.value.toUpperCase()) === 0)
|
|
258
258
|
return _.value[b];
|
|
259
259
|
return null;
|
|
260
260
|
}
|
|
261
|
-
function
|
|
262
|
-
|
|
261
|
+
function ye() {
|
|
262
|
+
R(_.value[0]);
|
|
263
263
|
}
|
|
264
|
-
function
|
|
265
|
-
var b,
|
|
266
|
-
const
|
|
264
|
+
function R(d) {
|
|
265
|
+
var b, x;
|
|
266
|
+
const f = d.getAttribute("data-value");
|
|
267
267
|
if (r.modelValue) {
|
|
268
|
-
const
|
|
268
|
+
const O = r.options.findIndex(
|
|
269
269
|
($e) => $e.value === r.modelValue
|
|
270
|
-
),
|
|
271
|
-
ve(
|
|
270
|
+
), N = _.value[O];
|
|
271
|
+
ve(N);
|
|
272
272
|
}
|
|
273
|
-
if (d.setAttribute("aria-selected", "true"), (b =
|
|
273
|
+
if (d.setAttribute("aria-selected", "true"), (b = o.value) == null || b.setAttribute(
|
|
274
274
|
"aria-activedescendant",
|
|
275
|
-
|
|
276
|
-
), _e(
|
|
277
|
-
const
|
|
278
|
-
|
|
275
|
+
f || ""
|
|
276
|
+
), _e(f || ""), o.value && o.value.scrollHeight > o.value.clientHeight) {
|
|
277
|
+
const O = o.value.clientHeight + o.value.scrollTop, N = d.offsetTop + d.offsetHeight;
|
|
278
|
+
N > O ? o.value.scrollTop = N - ((x = o.value) == null ? void 0 : x.clientHeight) : d.offsetTop < o.value.scrollTop && (o.value.scrollTop = d.offsetTop);
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
281
|
function be() {
|
|
282
|
-
var
|
|
283
|
-
const d = (
|
|
284
|
-
|
|
282
|
+
var f;
|
|
283
|
+
const d = (f = _.value) == null ? void 0 : f[r.options.length - 1];
|
|
284
|
+
R(d);
|
|
285
285
|
}
|
|
286
|
-
function
|
|
286
|
+
function W() {
|
|
287
287
|
var d;
|
|
288
288
|
g.value = !0, (d = i.value) == null || d.removeAttribute("aria-expanded");
|
|
289
289
|
}
|
|
290
|
-
function
|
|
291
|
-
var d,
|
|
292
|
-
g.value = !1, (d = i.value) == null || d.setAttribute("aria-expanded", "true"), (
|
|
290
|
+
function Z() {
|
|
291
|
+
var d, f;
|
|
292
|
+
g.value = !1, (d = i.value) == null || d.setAttribute("aria-expanded", "true"), (f = o.value) == null || f.focus();
|
|
293
293
|
}
|
|
294
294
|
function pe() {
|
|
295
|
-
r.disabled || (g.value ?
|
|
295
|
+
r.disabled || (g.value ? Z() : W());
|
|
296
296
|
}
|
|
297
|
-
return (d,
|
|
297
|
+
return (d, f) => (l(), s("div", {
|
|
298
298
|
class: "listbox__wrapper",
|
|
299
299
|
value: e.modelValue,
|
|
300
300
|
ref: "listbox"
|
|
@@ -306,8 +306,8 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
306
306
|
"is-disabled": e.disabled,
|
|
307
307
|
"is-required": e.required
|
|
308
308
|
}, "listbox__label"])
|
|
309
|
-
},
|
|
310
|
-
|
|
309
|
+
}, n(e.label), 11, Ne),
|
|
310
|
+
K((l(), s("div", Ee, [
|
|
311
311
|
t("button", {
|
|
312
312
|
id: `${e.name}-button-label`,
|
|
313
313
|
"aria-labelledby": `${e.name}-label ${e.name}-button-label`,
|
|
@@ -319,23 +319,23 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
319
319
|
e.variant === "dark" ? "dropdown-dark dropdown-dark-bg-dark" : "dropdown-dark-bg-primary"
|
|
320
320
|
]),
|
|
321
321
|
onClick: pe,
|
|
322
|
-
onKeydown:
|
|
322
|
+
onKeydown: me,
|
|
323
323
|
ref_key: "listboxButton",
|
|
324
324
|
ref: i
|
|
325
|
-
},
|
|
326
|
-
|
|
325
|
+
}, n(e.modelValue ? B.value : e.placeholder), 43, He),
|
|
326
|
+
K(t("ul", {
|
|
327
327
|
"aria-labelledby": `${e.name}-label`,
|
|
328
328
|
"aria-activedescendant": e.modelValue,
|
|
329
329
|
tabindex: "0",
|
|
330
330
|
role: "listbox",
|
|
331
331
|
class: "listbox__list",
|
|
332
|
-
onKeydown:
|
|
333
|
-
onClick:
|
|
332
|
+
onKeydown: J,
|
|
333
|
+
onClick: he,
|
|
334
334
|
ref_key: "listboxNode",
|
|
335
|
-
ref:
|
|
335
|
+
ref: o
|
|
336
336
|
}, [
|
|
337
|
-
(l(!0), s(
|
|
338
|
-
key: `${e.name}-option-${
|
|
337
|
+
(l(!0), s(q, null, I(e.options, (b, x) => (l(), s("li", {
|
|
338
|
+
key: `${e.name}-option-${x}`,
|
|
339
339
|
"aria-selected": b.value === e.modelValue,
|
|
340
340
|
"data-value": b.value,
|
|
341
341
|
class: "listbox__option",
|
|
@@ -343,17 +343,17 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
343
343
|
ref_for: !0,
|
|
344
344
|
ref_key: "listboxOptions",
|
|
345
345
|
ref: _
|
|
346
|
-
},
|
|
347
|
-
], 40,
|
|
346
|
+
}, n(b.label), 9, je))), 128))
|
|
347
|
+
], 40, Re), [
|
|
348
348
|
[G, !g.value]
|
|
349
349
|
])
|
|
350
350
|
])), [
|
|
351
|
-
[ue,
|
|
351
|
+
[ue, W]
|
|
352
352
|
])
|
|
353
|
-
], 8,
|
|
353
|
+
], 8, Fe));
|
|
354
354
|
}
|
|
355
355
|
});
|
|
356
|
-
const
|
|
356
|
+
const Ke = /* @__PURE__ */ m(We, [["__scopeId", "data-v-fb6e8a5d"]]), Ue = { class: "image__wrapper" }, Ge = /* @__PURE__ */ h({
|
|
357
357
|
__name: "image",
|
|
358
358
|
props: {
|
|
359
359
|
src: {
|
|
@@ -391,12 +391,12 @@ const We = /* @__PURE__ */ h(Ue, [["__scopeId", "data-v-00b3141c"]]), Fe = { cla
|
|
|
391
391
|
}
|
|
392
392
|
},
|
|
393
393
|
setup(e) {
|
|
394
|
-
return (a, r) => (l(), s("div",
|
|
395
|
-
u(a.$slots, "default", A(
|
|
394
|
+
return (a, r) => (l(), s("div", Ue, [
|
|
395
|
+
u(a.$slots, "default", V(A(a.$attrs)))
|
|
396
396
|
]));
|
|
397
397
|
}
|
|
398
398
|
});
|
|
399
|
-
const
|
|
399
|
+
const L = /* @__PURE__ */ m(Ge, [["__scopeId", "data-v-513b5384"]]), Ye = { class: "label__wrapper" }, Qe = ["aria-label", "label-dark"], Je = /* @__PURE__ */ h({
|
|
400
400
|
__name: "label",
|
|
401
401
|
props: {
|
|
402
402
|
text: {
|
|
@@ -410,17 +410,17 @@ const B = /* @__PURE__ */ h(Ge, [["__scopeId", "data-v-513b5384"]]), Je = { clas
|
|
|
410
410
|
}
|
|
411
411
|
},
|
|
412
412
|
setup(e) {
|
|
413
|
-
const a = e, r =
|
|
414
|
-
return (i,
|
|
413
|
+
const a = e, r = P(() => `Label: ${a.text}`);
|
|
414
|
+
return (i, o) => (l(), s("div", Ye, [
|
|
415
415
|
t("span", {
|
|
416
416
|
"aria-label": r.value,
|
|
417
417
|
"label-dark": e.labelDark,
|
|
418
418
|
class: c(e.labelDark ? "label--dark" : "label--light")
|
|
419
|
-
},
|
|
419
|
+
}, n(e.text), 11, Qe)
|
|
420
420
|
]));
|
|
421
421
|
}
|
|
422
422
|
});
|
|
423
|
-
const
|
|
423
|
+
const j = /* @__PURE__ */ m(Je, [["__scopeId", "data-v-aacf01db"]]), Xe = { class: "link__wrapper" }, C = /* @__PURE__ */ h({
|
|
424
424
|
__name: "link",
|
|
425
425
|
props: {
|
|
426
426
|
url: {
|
|
@@ -461,12 +461,12 @@ const R = /* @__PURE__ */ h(Ke, [["__scopeId", "data-v-aacf01db"]]), Qe = { clas
|
|
|
461
461
|
}
|
|
462
462
|
},
|
|
463
463
|
setup(e) {
|
|
464
|
-
const a = e, r =
|
|
464
|
+
const a = e, r = P(() => {
|
|
465
465
|
const { ...i } = a;
|
|
466
466
|
return i;
|
|
467
467
|
});
|
|
468
|
-
return (i,
|
|
469
|
-
t("div",
|
|
468
|
+
return (i, o) => (l(), s("div", Xe, [
|
|
469
|
+
t("div", Y(r.value, {
|
|
470
470
|
class: ["mir-link", [
|
|
471
471
|
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
472
|
e.disabled ? "disabled" : "",
|
|
@@ -479,7 +479,7 @@ const R = /* @__PURE__ */ h(Ke, [["__scopeId", "data-v-aacf01db"]]), Qe = { clas
|
|
|
479
479
|
]));
|
|
480
480
|
}
|
|
481
481
|
});
|
|
482
|
-
const
|
|
482
|
+
const Ze = (e) => (D("data-v-016da8d2"), e = e(), M(), e), et = ["name", "value", "checked", "disabled", "required", "id"], tt = ["for"], at = /* @__PURE__ */ Ze(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), lt = /* @__PURE__ */ h({
|
|
483
483
|
__name: "radio-button",
|
|
484
484
|
props: {
|
|
485
485
|
name: String,
|
|
@@ -508,10 +508,10 @@ const Xe = (e) => (T("data-v-016da8d2"), e = e(), j(), e), et = ["name", "value"
|
|
|
508
508
|
emits: ["input"],
|
|
509
509
|
setup(e, { emit: a }) {
|
|
510
510
|
const r = (i) => {
|
|
511
|
-
const
|
|
512
|
-
a("input",
|
|
511
|
+
const o = i.target;
|
|
512
|
+
a("input", o.checked);
|
|
513
513
|
};
|
|
514
|
-
return (i,
|
|
514
|
+
return (i, o) => (l(), s("div", {
|
|
515
515
|
class: c(["radio__wrapper", e.disabled ? "disabled" : ""])
|
|
516
516
|
}, [
|
|
517
517
|
t("input", {
|
|
@@ -535,7 +535,7 @@ const Xe = (e) => (T("data-v-016da8d2"), e = e(), j(), e), et = ["name", "value"
|
|
|
535
535
|
], 2));
|
|
536
536
|
}
|
|
537
537
|
});
|
|
538
|
-
const it = /* @__PURE__ */
|
|
538
|
+
const it = /* @__PURE__ */ m(lt, [["__scopeId", "data-v-016da8d2"]]), rt = { class: "select__wrapper" }, st = ["for"], nt = ["disabled", "id", "name", "value"], ot = ["value"], dt = /* @__PURE__ */ h({
|
|
539
539
|
__name: "select",
|
|
540
540
|
props: {
|
|
541
541
|
id: {
|
|
@@ -580,7 +580,7 @@ const it = /* @__PURE__ */ h(lt, [["__scopeId", "data-v-016da8d2"]]), rt = { cla
|
|
|
580
580
|
t("label", {
|
|
581
581
|
for: e.id,
|
|
582
582
|
class: c([e.required ? "required" : "", e.disabled ? "disabled" : ""])
|
|
583
|
-
},
|
|
583
|
+
}, n(e.label), 11, st),
|
|
584
584
|
t("select", {
|
|
585
585
|
class: c(e.disabled ? "disabled" : ""),
|
|
586
586
|
disabled: e.disabled,
|
|
@@ -591,15 +591,15 @@ const it = /* @__PURE__ */ h(lt, [["__scopeId", "data-v-016da8d2"]]), rt = { cla
|
|
|
591
591
|
a.$emit("update:modelValue", i.target.value), i.target.blur();
|
|
592
592
|
})
|
|
593
593
|
}, [
|
|
594
|
-
(l(!0), s(
|
|
594
|
+
(l(!0), s(q, null, I(e.options, (i) => (l(), s("option", {
|
|
595
595
|
key: i.value,
|
|
596
596
|
value: i.value
|
|
597
|
-
},
|
|
598
|
-
], 42,
|
|
597
|
+
}, n(i.text), 9, ot))), 128))
|
|
598
|
+
], 42, nt)
|
|
599
599
|
]));
|
|
600
600
|
}
|
|
601
601
|
});
|
|
602
|
-
const ct = /* @__PURE__ */
|
|
602
|
+
const ct = /* @__PURE__ */ m(dt, [["__scopeId", "data-v-271a697d"]]), ut = { class: "modal__wrapper" }, _t = /* @__PURE__ */ h({
|
|
603
603
|
__name: "modal",
|
|
604
604
|
props: {
|
|
605
605
|
show: { type: Boolean, default: !1 }
|
|
@@ -607,20 +607,20 @@ const ct = /* @__PURE__ */ h(dt, [["__scopeId", "data-v-d1d7a1e3"]]), ut = { cla
|
|
|
607
607
|
emits: ["update:show"],
|
|
608
608
|
setup(e, { emit: a }) {
|
|
609
609
|
const r = e;
|
|
610
|
-
|
|
610
|
+
P({
|
|
611
611
|
get: () => r.show,
|
|
612
|
-
set: (
|
|
612
|
+
set: (o) => a("update:show", o)
|
|
613
613
|
});
|
|
614
614
|
const i = () => {
|
|
615
615
|
a("update:show", !r.show);
|
|
616
616
|
};
|
|
617
|
-
return (
|
|
617
|
+
return (o, _) => (l(), s("div", ut, [
|
|
618
618
|
p(ke, {
|
|
619
619
|
duration: 300,
|
|
620
620
|
name: "nested"
|
|
621
621
|
}, {
|
|
622
622
|
default: $(() => [
|
|
623
|
-
|
|
623
|
+
o.show ? (l(), s("div", {
|
|
624
624
|
key: 0,
|
|
625
625
|
class: "overlay",
|
|
626
626
|
onClick: i,
|
|
@@ -633,13 +633,13 @@ const ct = /* @__PURE__ */ h(dt, [["__scopeId", "data-v-d1d7a1e3"]]), ut = { cla
|
|
|
633
633
|
}, ["stop"]))
|
|
634
634
|
}, [
|
|
635
635
|
t("div", null, [
|
|
636
|
-
p(
|
|
636
|
+
p(U, {
|
|
637
637
|
ariaLabel: "close",
|
|
638
638
|
variant: "close",
|
|
639
639
|
onClick: i
|
|
640
640
|
})
|
|
641
641
|
]),
|
|
642
|
-
u(
|
|
642
|
+
u(o.$slots, "default", {}, void 0, !0)
|
|
643
643
|
])
|
|
644
644
|
])) : v("", !0)
|
|
645
645
|
]),
|
|
@@ -648,7 +648,7 @@ const ct = /* @__PURE__ */ h(dt, [["__scopeId", "data-v-d1d7a1e3"]]), ut = { cla
|
|
|
648
648
|
]));
|
|
649
649
|
}
|
|
650
650
|
});
|
|
651
|
-
const de = /* @__PURE__ */
|
|
651
|
+
const de = /* @__PURE__ */ m(_t, [["__scopeId", "data-v-d75ee1bf"]]), ht = { class: "slider__wrapper" }, mt = { class: "slider__label" }, vt = ["for"], gt = ["aria-label"], ft = { class: "slider__content" }, yt = ["id", "name", "value", "min", "step", "max"], bt = /* @__PURE__ */ h({
|
|
652
652
|
__name: "slider",
|
|
653
653
|
props: {
|
|
654
654
|
label: {
|
|
@@ -701,39 +701,39 @@ const de = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-d75ee1bf"]]), mt = { cla
|
|
|
701
701
|
},
|
|
702
702
|
emits: ["update:modelValue"],
|
|
703
703
|
setup(e, { emit: a }) {
|
|
704
|
-
const r = e, i =
|
|
705
|
-
var
|
|
706
|
-
(
|
|
704
|
+
const r = e, i = S(r.modelValue), o = S(), _ = S(!1), w = (g, y, B) => (g - y) / (B - y) * 100, T = (g) => {
|
|
705
|
+
var y;
|
|
706
|
+
(y = o.value) == null || y.style.setProperty("--ProgressPercent", `${g}%`);
|
|
707
707
|
};
|
|
708
|
-
return
|
|
709
|
-
if (
|
|
708
|
+
return ne(() => {
|
|
709
|
+
if (o.value) {
|
|
710
710
|
a("update:modelValue", i.value);
|
|
711
711
|
const g = w(i.value, r.min, r.max);
|
|
712
|
-
let
|
|
713
|
-
|
|
712
|
+
let y = (50 - g) / 100;
|
|
713
|
+
T(g + y);
|
|
714
714
|
}
|
|
715
|
-
}), (g,
|
|
716
|
-
t("div",
|
|
717
|
-
t("div",
|
|
715
|
+
}), (g, y) => (l(), s(q, null, [
|
|
716
|
+
t("div", ht, [
|
|
717
|
+
t("div", mt, [
|
|
718
718
|
t("label", {
|
|
719
719
|
for: e.id,
|
|
720
720
|
class: c([e.variant, ""])
|
|
721
|
-
},
|
|
721
|
+
}, n(e.label), 11, vt),
|
|
722
722
|
e.information ? (l(), s("i", {
|
|
723
723
|
key: 0,
|
|
724
724
|
role: "button",
|
|
725
725
|
class: c([e.variant, "slider__information"]),
|
|
726
|
-
onClick:
|
|
727
|
-
onKeyup:
|
|
726
|
+
onClick: y[0] || (y[0] = (B) => _.value = !_.value),
|
|
727
|
+
onKeyup: y[1] || (y[1] = we((B) => _.value = !_.value, ["enter"])),
|
|
728
728
|
"aria-label": e.informationLabel,
|
|
729
729
|
tabindex: "0",
|
|
730
730
|
"aria-haspopup": "dialog"
|
|
731
731
|
}, null, 42, gt)) : v("", !0)
|
|
732
732
|
]),
|
|
733
|
-
t("div",
|
|
733
|
+
t("div", ft, [
|
|
734
734
|
t("span", {
|
|
735
735
|
class: c([e.variant, "slider__minmax"])
|
|
736
|
-
},
|
|
736
|
+
}, n(e.min), 3),
|
|
737
737
|
t("input", {
|
|
738
738
|
type: "range",
|
|
739
739
|
id: e.id,
|
|
@@ -744,31 +744,31 @@ const de = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-d75ee1bf"]]), mt = { cla
|
|
|
744
744
|
max: e.max,
|
|
745
745
|
class: c(e.variant),
|
|
746
746
|
ref_key: "slider",
|
|
747
|
-
ref:
|
|
748
|
-
onInput:
|
|
749
|
-
}, null, 42,
|
|
747
|
+
ref: o,
|
|
748
|
+
onInput: y[2] || (y[2] = ({ target: B }) => i.value = parseFloat(B.value))
|
|
749
|
+
}, null, 42, yt),
|
|
750
750
|
t("span", {
|
|
751
751
|
class: c([e.variant, "slider__minmax"])
|
|
752
|
-
},
|
|
752
|
+
}, n(e.max), 3)
|
|
753
753
|
]),
|
|
754
754
|
t("span", {
|
|
755
755
|
class: c([e.variant, "slider__value"])
|
|
756
|
-
},
|
|
756
|
+
}, n(e.modelValue), 3)
|
|
757
757
|
]),
|
|
758
758
|
e.information ? (l(), z(de, {
|
|
759
759
|
key: 0,
|
|
760
760
|
show: _.value,
|
|
761
|
-
"onUpdate:show":
|
|
761
|
+
"onUpdate:show": y[3] || (y[3] = (B) => _.value = B)
|
|
762
762
|
}, {
|
|
763
763
|
default: $(() => [
|
|
764
|
-
|
|
764
|
+
E(n(e.information), 1)
|
|
765
765
|
]),
|
|
766
766
|
_: 1
|
|
767
767
|
}, 8, ["show"])) : v("", !0)
|
|
768
768
|
], 64));
|
|
769
769
|
}
|
|
770
770
|
});
|
|
771
|
-
const pt = /* @__PURE__ */
|
|
771
|
+
const pt = /* @__PURE__ */ m(bt, [["__scopeId", "data-v-42d0735f"]]), $t = { id: "textarea-wrapper" }, kt = ["for"], wt = ["id"], xt = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], St = { class: "textarea-info" }, qt = { key: 0 }, Bt = /* @__PURE__ */ h({
|
|
772
772
|
__name: "textarea",
|
|
773
773
|
props: {
|
|
774
774
|
id: {
|
|
@@ -812,7 +812,7 @@ const pt = /* @__PURE__ */ h(bt, [["__scopeId", "data-v-84385cf8"]]), $t = { id:
|
|
|
812
812
|
t("label", {
|
|
813
813
|
for: e.id,
|
|
814
814
|
class: c({ required: e.required })
|
|
815
|
-
},
|
|
815
|
+
}, n(e.labelText) + n(e.required ? " *" : ""), 11, kt),
|
|
816
816
|
t("div", {
|
|
817
817
|
id: e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? "textarea-wrapper__inner" : ""
|
|
818
818
|
}, [
|
|
@@ -830,31 +830,31 @@ const pt = /* @__PURE__ */ h(bt, [["__scopeId", "data-v-84385cf8"]]), $t = { id:
|
|
|
830
830
|
class: c(
|
|
831
831
|
e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? "reached-meter-limit" : "border"
|
|
832
832
|
)
|
|
833
|
-
}, null, 42,
|
|
833
|
+
}, null, 42, xt)
|
|
834
834
|
], 8, wt),
|
|
835
|
-
t("div",
|
|
835
|
+
t("div", St, [
|
|
836
836
|
t("div", null, [
|
|
837
|
-
e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? (l(), s("p",
|
|
837
|
+
e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? (l(), s("p", qt, " Too many characters. Please make it shorter ")) : v("", !0)
|
|
838
838
|
]),
|
|
839
839
|
t("p", {
|
|
840
840
|
class: c(
|
|
841
841
|
e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? "reached-meter-limit-meter" : ""
|
|
842
842
|
)
|
|
843
|
-
},
|
|
843
|
+
}, n(e.maxLength !== void 0 && e.modelValue !== void 0 && e.maxLength - e.modelValue.length >= 0 ? e.modelValue.length : 0) + " / " + n(e.maxLength), 3)
|
|
844
844
|
])
|
|
845
845
|
]));
|
|
846
846
|
}
|
|
847
847
|
});
|
|
848
|
-
const
|
|
848
|
+
const It = /* @__PURE__ */ m(Bt, [["__scopeId", "data-v-9f828ce8"]]), Lt = { class: "text-field__wrapper" }, Tt = ["for"], Ct = { key: 0 }, Vt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], At = ["aria-expanded"], Dt = ["type", "value", "placeholder", "id", "required", "disabled", "name"], Mt = {
|
|
849
849
|
key: 2,
|
|
850
850
|
class: "search"
|
|
851
|
-
},
|
|
851
|
+
}, Ot = {
|
|
852
852
|
key: 3,
|
|
853
853
|
class: "errorMessage"
|
|
854
854
|
}, zt = {
|
|
855
855
|
key: 4,
|
|
856
856
|
class: "helperText"
|
|
857
|
-
},
|
|
857
|
+
}, Pt = /* @__PURE__ */ h({
|
|
858
858
|
__name: "text-field",
|
|
859
859
|
props: {
|
|
860
860
|
type: {
|
|
@@ -926,12 +926,12 @@ const Mt = /* @__PURE__ */ h(qt, [["__scopeId", "data-v-28492b7a"]]), Bt = { cla
|
|
|
926
926
|
},
|
|
927
927
|
emits: ["update:modelValue"],
|
|
928
928
|
setup(e) {
|
|
929
|
-
const a =
|
|
929
|
+
const a = S(!0), r = P(
|
|
930
930
|
() => a.value ? "showPassword" : "hidePassword"
|
|
931
|
-
), i =
|
|
931
|
+
), i = P(
|
|
932
932
|
() => a.value ? "password" : "text"
|
|
933
933
|
);
|
|
934
|
-
return (
|
|
934
|
+
return (o, _) => (l(), s("div", Lt, [
|
|
935
935
|
t("label", {
|
|
936
936
|
for: e.id,
|
|
937
937
|
class: c([
|
|
@@ -939,8 +939,8 @@ const Mt = /* @__PURE__ */ h(qt, [["__scopeId", "data-v-28492b7a"]]), Bt = { cla
|
|
|
939
939
|
e.disabled ? "disabled" : "",
|
|
940
940
|
e.search ? "search" : ""
|
|
941
941
|
])
|
|
942
|
-
},
|
|
943
|
-
e.type === "password" ? (l(), s("div",
|
|
942
|
+
}, n(e.label), 11, Tt),
|
|
943
|
+
e.type === "password" ? (l(), s("div", Ct, [
|
|
944
944
|
t("input", {
|
|
945
945
|
id: e.id,
|
|
946
946
|
type: i.value,
|
|
@@ -948,16 +948,16 @@ const Mt = /* @__PURE__ */ h(qt, [["__scopeId", "data-v-28492b7a"]]), Bt = { cla
|
|
|
948
948
|
placeholder: e.placeholder,
|
|
949
949
|
required: e.required,
|
|
950
950
|
disabled: e.disabled,
|
|
951
|
-
onInput: _[0] || (_[0] = (w) =>
|
|
951
|
+
onInput: _[0] || (_[0] = (w) => o.$emit("update:modelValue", w.target.value)),
|
|
952
952
|
name: e.fieldName
|
|
953
|
-
}, null, 40,
|
|
953
|
+
}, null, 40, Vt),
|
|
954
954
|
t("i", {
|
|
955
955
|
role: "button",
|
|
956
956
|
class: c([r.value]),
|
|
957
957
|
onClick: _[1] || (_[1] = (w) => a.value = !a.value),
|
|
958
958
|
"aria-controls": "password",
|
|
959
959
|
"aria-expanded": !a.value
|
|
960
|
-
}, null, 10,
|
|
960
|
+
}, null, 10, At)
|
|
961
961
|
])) : (l(), s("input", {
|
|
962
962
|
key: 1,
|
|
963
963
|
type: e.type,
|
|
@@ -971,16 +971,16 @@ const Mt = /* @__PURE__ */ h(qt, [["__scopeId", "data-v-28492b7a"]]), Bt = { cla
|
|
|
971
971
|
e.search ? "search" : ""
|
|
972
972
|
]),
|
|
973
973
|
disabled: e.disabled,
|
|
974
|
-
onInput: _[2] || (_[2] = (w) =>
|
|
974
|
+
onInput: _[2] || (_[2] = (w) => o.$emit("update:modelValue", w.target.value)),
|
|
975
975
|
name: e.fieldName
|
|
976
|
-
}, null, 42,
|
|
977
|
-
e.search ? (l(), s("i",
|
|
978
|
-
e.errorMessage ? (l(), s("strong",
|
|
979
|
-
e.helperText ? (l(), s("span", zt,
|
|
976
|
+
}, null, 42, Dt)),
|
|
977
|
+
e.search ? (l(), s("i", Mt)) : v("", !0),
|
|
978
|
+
e.errorMessage ? (l(), s("strong", Ot, n(e.errorMessage), 1)) : v("", !0),
|
|
979
|
+
e.helperText ? (l(), s("span", zt, n(e.helperText), 1)) : v("", !0)
|
|
980
980
|
]));
|
|
981
981
|
}
|
|
982
982
|
});
|
|
983
|
-
const
|
|
983
|
+
const Ft = /* @__PURE__ */ m(Pt, [["__scopeId", "data-v-af2ebcaf"]]), Nt = { class: "video__wrapper" }, Et = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], Ht = ["src", "aria-label", "title", "width", "height"], Rt = /* @__PURE__ */ h({
|
|
984
984
|
__name: "video",
|
|
985
985
|
props: {
|
|
986
986
|
play: {
|
|
@@ -1033,14 +1033,14 @@ const Ot = /* @__PURE__ */ h(Vt, [["__scopeId", "data-v-06bcf9d4"]]), Pt = { cla
|
|
|
1033
1033
|
},
|
|
1034
1034
|
setup(e, { expose: a }) {
|
|
1035
1035
|
const r = e;
|
|
1036
|
-
let i =
|
|
1037
|
-
return
|
|
1036
|
+
let i = S(null);
|
|
1037
|
+
return ne(() => {
|
|
1038
1038
|
r.play && i.value ? i.value.play() : !r.play && i.value && i.value.pause();
|
|
1039
1039
|
}), a({
|
|
1040
1040
|
resetVideo: () => {
|
|
1041
1041
|
i.value && (i.value.currentTime = 0, i.value.play());
|
|
1042
1042
|
}
|
|
1043
|
-
}), (_, w) => (l(), s("div",
|
|
1043
|
+
}), (_, w) => (l(), s("div", Nt, [
|
|
1044
1044
|
e.localVideo ? (l(), s("video", {
|
|
1045
1045
|
key: 0,
|
|
1046
1046
|
ref_key: "videoRef",
|
|
@@ -1056,7 +1056,7 @@ const Ot = /* @__PURE__ */ h(Vt, [["__scopeId", "data-v-06bcf9d4"]]), Pt = { cla
|
|
|
1056
1056
|
type: "video/mp4",
|
|
1057
1057
|
playsinline: "",
|
|
1058
1058
|
src: e.src
|
|
1059
|
-
}, " Your browser does not support HTML video. ", 8,
|
|
1059
|
+
}, " Your browser does not support HTML video. ", 8, Et)) : (l(), s("iframe", {
|
|
1060
1060
|
key: 1,
|
|
1061
1061
|
src: e.src,
|
|
1062
1062
|
"aria-label": e.ariaLabel,
|
|
@@ -1066,11 +1066,11 @@ const Ot = /* @__PURE__ */ h(Vt, [["__scopeId", "data-v-06bcf9d4"]]), Pt = { cla
|
|
|
1066
1066
|
frameborder: "0",
|
|
1067
1067
|
allow: "autoplay; fullscreen",
|
|
1068
1068
|
allowfullscreen: ""
|
|
1069
|
-
}, null, 8,
|
|
1069
|
+
}, null, 8, Ht))
|
|
1070
1070
|
]));
|
|
1071
1071
|
}
|
|
1072
1072
|
});
|
|
1073
|
-
const
|
|
1073
|
+
const H = /* @__PURE__ */ m(Rt, [["__scopeId", "data-v-c449311a"]]), jt = { class: "address__wrapper" }, Wt = { class: "address__content" }, Kt = { class: "address__flag" }, Ut = { class: "address__address" }, Gt = { class: "address__name" }, Yt = { key: 0 }, Qt = { class: "address__contact" }, Jt = ["href"], Xt = ["href"], Zt = /* @__PURE__ */ h({
|
|
1074
1074
|
__name: "address",
|
|
1075
1075
|
props: {
|
|
1076
1076
|
name: {
|
|
@@ -1101,20 +1101,20 @@ const Z = /* @__PURE__ */ h(Et, [["__scopeId", "data-v-c449311a"]]), Rt = { clas
|
|
|
1101
1101
|
}
|
|
1102
1102
|
},
|
|
1103
1103
|
setup(e) {
|
|
1104
|
-
return (a, r) => (l(), s("div",
|
|
1105
|
-
t("div",
|
|
1106
|
-
t("div",
|
|
1104
|
+
return (a, r) => (l(), s("div", jt, [
|
|
1105
|
+
t("div", Wt, [
|
|
1106
|
+
t("div", Kt, [
|
|
1107
1107
|
u(a.$slots, "address-flag", {}, void 0, !0)
|
|
1108
1108
|
]),
|
|
1109
|
-
t("div",
|
|
1110
|
-
t("p", Gt,
|
|
1111
|
-
t("p", null,
|
|
1112
|
-
t("p", null,
|
|
1113
|
-
t("p", null,
|
|
1114
|
-
e.addressLine_3 ? (l(), s("p",
|
|
1109
|
+
t("div", Ut, [
|
|
1110
|
+
t("p", Gt, n(e.name), 1),
|
|
1111
|
+
t("p", null, n(e.company), 1),
|
|
1112
|
+
t("p", null, n(e.addressLine_1), 1),
|
|
1113
|
+
t("p", null, n(e.addressLine_2), 1),
|
|
1114
|
+
e.addressLine_3 ? (l(), s("p", Yt, n(e.addressLine_3), 1)) : v("", !0)
|
|
1115
1115
|
]),
|
|
1116
|
-
t("div",
|
|
1117
|
-
(l(!0), s(
|
|
1116
|
+
t("div", Qt, [
|
|
1117
|
+
(l(!0), s(q, null, I(e.phone_numbers, (i) => (l(), z(C, {
|
|
1118
1118
|
underline: "false",
|
|
1119
1119
|
linkType: "regular"
|
|
1120
1120
|
}, {
|
|
@@ -1122,20 +1122,20 @@ const Z = /* @__PURE__ */ h(Et, [["__scopeId", "data-v-c449311a"]]), Rt = { clas
|
|
|
1122
1122
|
t("a", {
|
|
1123
1123
|
href: "tel:" + i,
|
|
1124
1124
|
class: "address__phone"
|
|
1125
|
-
},
|
|
1125
|
+
}, n(i), 9, Jt)
|
|
1126
1126
|
]),
|
|
1127
1127
|
_: 2
|
|
1128
1128
|
}, 1024))), 256)),
|
|
1129
1129
|
t("a", {
|
|
1130
1130
|
href: "mailto:" + e.email,
|
|
1131
1131
|
class: "address__email"
|
|
1132
|
-
},
|
|
1132
|
+
}, n(e.email), 9, Xt)
|
|
1133
1133
|
])
|
|
1134
1134
|
])
|
|
1135
1135
|
]));
|
|
1136
1136
|
}
|
|
1137
1137
|
});
|
|
1138
|
-
const ea = /* @__PURE__ */
|
|
1138
|
+
const ea = /* @__PURE__ */ m(Zt, [["__scopeId", "data-v-a87ec518"]]), ta = (e) => (D("data-v-b7d0b5c4"), e = e(), M(), e), aa = { class: "bullet-list__wrapper" }, la = /* @__PURE__ */ ta(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), ia = /* @__PURE__ */ h({
|
|
1139
1139
|
__name: "bullet-list",
|
|
1140
1140
|
props: {
|
|
1141
1141
|
list: {
|
|
@@ -1160,16 +1160,16 @@ const ea = /* @__PURE__ */ h(Xt, [["__scopeId", "data-v-a87ec518"]]), ta = (e) =
|
|
|
1160
1160
|
class: c(["bullet-list", e.variant])
|
|
1161
1161
|
}, [
|
|
1162
1162
|
t("ul", null, [
|
|
1163
|
-
(l(!0), s(
|
|
1163
|
+
(l(!0), s(q, null, I(e.list, (i) => (l(), s("li", null, [
|
|
1164
1164
|
la,
|
|
1165
|
-
|
|
1165
|
+
E(" " + n(i), 1)
|
|
1166
1166
|
]))), 256))
|
|
1167
1167
|
])
|
|
1168
1168
|
], 2)
|
|
1169
1169
|
]));
|
|
1170
1170
|
}
|
|
1171
1171
|
});
|
|
1172
|
-
const ra = /* @__PURE__ */
|
|
1172
|
+
const ra = /* @__PURE__ */ m(ia, [["__scopeId", "data-v-b7d0b5c4"]]), sa = { class: "card__wrapper" }, na = { key: 4 }, oa = /* @__PURE__ */ h({
|
|
1173
1173
|
__name: "card",
|
|
1174
1174
|
props: {
|
|
1175
1175
|
variant: {
|
|
@@ -1224,8 +1224,8 @@ const ra = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-327e6c15"]]), sa = { cla
|
|
|
1224
1224
|
},
|
|
1225
1225
|
emits: ["clicked"],
|
|
1226
1226
|
setup(e, { emit: a }) {
|
|
1227
|
-
let r =
|
|
1228
|
-
return (i,
|
|
1227
|
+
let r = S(!1);
|
|
1228
|
+
return (i, o) => (l(), s("div", sa, [
|
|
1229
1229
|
t("div", {
|
|
1230
1230
|
class: c(["card", [
|
|
1231
1231
|
e.theme == "dark" ? "card--dark" : "card--light",
|
|
@@ -1234,13 +1234,13 @@ const ra = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-327e6c15"]]), sa = { cla
|
|
|
1234
1234
|
e.size == "large" && e.variant == "article" ? "card--large-article" : "",
|
|
1235
1235
|
e.variant == "product" ? "card--product" : "card--article"
|
|
1236
1236
|
]]),
|
|
1237
|
-
style:
|
|
1238
|
-
onMouseover:
|
|
1239
|
-
onMouseout:
|
|
1237
|
+
style: Q([e.variant == "product" ? "font-weight: 700" : "font-weight: 300"]),
|
|
1238
|
+
onMouseover: o[0] || (o[0] = (_) => ee(r) ? r.value = !0 : r = !0),
|
|
1239
|
+
onMouseout: o[1] || (o[1] = (_) => ee(r) ? r.value = !1 : r = !1)
|
|
1240
1240
|
}, [
|
|
1241
|
-
e.mediaType == "image" ? (l(), z(
|
|
1241
|
+
e.mediaType == "image" ? (l(), z(L, { key: 0 }, {
|
|
1242
1242
|
default: $(() => [
|
|
1243
|
-
u(i.$slots, "card-image",
|
|
1243
|
+
u(i.$slots, "card-image", Y({
|
|
1244
1244
|
src: e.imgSrc,
|
|
1245
1245
|
height: e.size == "small" ? "186" : e.size == "medium" ? "243" : e.size == "large" ? "335" : "",
|
|
1246
1246
|
width: e.size == "small" ? "298" : e.size == "medium" ? "432" : e.size == "large" ? "596" : "",
|
|
@@ -1254,7 +1254,7 @@ const ra = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-327e6c15"]]), sa = { cla
|
|
|
1254
1254
|
key: 1,
|
|
1255
1255
|
class: c(["video-card__wrapper", k(r) == !0 ? "vimeoPlaying" : ""])
|
|
1256
1256
|
}, [
|
|
1257
|
-
p(
|
|
1257
|
+
p(H, {
|
|
1258
1258
|
play: k(r),
|
|
1259
1259
|
localVideo: !0,
|
|
1260
1260
|
src: e.videoSrc,
|
|
@@ -1271,17 +1271,17 @@ const ra = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-327e6c15"]]), sa = { cla
|
|
|
1271
1271
|
e.variant === "product" ? (l(), s("h3", {
|
|
1272
1272
|
key: 2,
|
|
1273
1273
|
class: c(e.theme == "dark" ? "regular-dark" : "regular-blue")
|
|
1274
|
-
},
|
|
1274
|
+
}, n(e.headline), 3)) : (l(), s("h3", {
|
|
1275
1275
|
key: 3,
|
|
1276
1276
|
class: c(e.theme == "dark" ? "regular-dark" : "regular-dark-blue")
|
|
1277
|
-
},
|
|
1278
|
-
e.variant == "product" ? (l(), s("p",
|
|
1277
|
+
}, n(e.headline), 3)),
|
|
1278
|
+
e.variant == "product" ? (l(), s("p", na, n(e.paragraph), 1)) : v("", !0),
|
|
1279
1279
|
u(i.$slots, "card-label")
|
|
1280
1280
|
], 38)
|
|
1281
1281
|
]));
|
|
1282
1282
|
}
|
|
1283
1283
|
});
|
|
1284
|
-
const da = /* @__PURE__ */
|
|
1284
|
+
const da = /* @__PURE__ */ m(oa, [["__scopeId", "data-v-2a33f841"]]), ca = (e) => (D("data-v-f5acdf7e"), e = e(), M(), e), ua = { class: "event__wrapper" }, _a = { class: "event__headline" }, ha = { class: "event__date-location" }, ma = /* @__PURE__ */ ca(() => /* @__PURE__ */ t("br", null, null, -1)), va = { class: "event__exhibitor" }, ga = /* @__PURE__ */ h({
|
|
1285
1285
|
__name: "event-card",
|
|
1286
1286
|
props: {
|
|
1287
1287
|
eventType: {
|
|
@@ -1307,21 +1307,21 @@ const da = /* @__PURE__ */ h(na, [["__scopeId", "data-v-2a33f841"]]), ca = (e) =
|
|
|
1307
1307
|
},
|
|
1308
1308
|
setup(e) {
|
|
1309
1309
|
return (a, r) => (l(), s("div", ua, [
|
|
1310
|
-
p(
|
|
1310
|
+
p(j, {
|
|
1311
1311
|
"label-dark": !1,
|
|
1312
1312
|
text: e.eventType ? e.eventType : ""
|
|
1313
1313
|
}, null, 8, ["text"]),
|
|
1314
|
-
t("div", _a,
|
|
1315
|
-
t("div",
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1314
|
+
t("div", _a, n(e.headline), 1),
|
|
1315
|
+
t("div", ha, [
|
|
1316
|
+
E(n(e.dateTime), 1),
|
|
1317
|
+
ma,
|
|
1318
|
+
E(n(e.location), 1)
|
|
1319
1319
|
]),
|
|
1320
|
-
t("div", va, "Exhibitor: " +
|
|
1320
|
+
t("div", va, "Exhibitor: " + n(e.exhibitor), 1)
|
|
1321
1321
|
]));
|
|
1322
1322
|
}
|
|
1323
1323
|
});
|
|
1324
|
-
const
|
|
1324
|
+
const fa = /* @__PURE__ */ m(ga, [["__scopeId", "data-v-f5acdf7e"]]), ya = { class: "text__wrapper" }, ba = { class: "text__headline" }, pa = { class: "text__paragraph" }, $a = /* @__PURE__ */ h({
|
|
1325
1325
|
__name: "text-card",
|
|
1326
1326
|
props: {
|
|
1327
1327
|
label: {
|
|
@@ -1338,22 +1338,22 @@ const ya = /* @__PURE__ */ h(ga, [["__scopeId", "data-v-f5acdf7e"]]), fa = { cla
|
|
|
1338
1338
|
}
|
|
1339
1339
|
},
|
|
1340
1340
|
setup(e) {
|
|
1341
|
-
return (a, r) => (l(), s("div",
|
|
1342
|
-
p(
|
|
1341
|
+
return (a, r) => (l(), s("div", ya, [
|
|
1342
|
+
p(j, {
|
|
1343
1343
|
"label-dark": !1,
|
|
1344
1344
|
text: e.label ? e.label : ""
|
|
1345
1345
|
}, null, 8, ["text"]),
|
|
1346
|
-
t("div", ba,
|
|
1346
|
+
t("div", ba, n(e.headline), 1),
|
|
1347
1347
|
t("div", pa, [
|
|
1348
|
-
t("p", null,
|
|
1348
|
+
t("p", null, n(e.paragraph), 1)
|
|
1349
1349
|
])
|
|
1350
1350
|
]));
|
|
1351
1351
|
}
|
|
1352
1352
|
});
|
|
1353
|
-
const ka = /* @__PURE__ */
|
|
1353
|
+
const ka = /* @__PURE__ */ m($a, [["__scopeId", "data-v-dbd0c7ab"]]), wa = { class: "facts__wrapper" }, xa = { class: "facts__content" }, Sa = { class: "facts__headline" }, qa = { class: "facts" }, Ba = { class: "fact" }, Ia = { class: "fact__value" }, La = { class: "fact__metric" }, Ta = {
|
|
1354
1354
|
key: 0,
|
|
1355
1355
|
class: "facts__link"
|
|
1356
|
-
},
|
|
1356
|
+
}, Ca = /* @__PURE__ */ h({
|
|
1357
1357
|
__name: "facts",
|
|
1358
1358
|
props: {
|
|
1359
1359
|
headline: {
|
|
@@ -1372,20 +1372,20 @@ const ka = /* @__PURE__ */ h($a, [["__scopeId", "data-v-dbd0c7ab"]]), wa = { cla
|
|
|
1372
1372
|
},
|
|
1373
1373
|
setup(e) {
|
|
1374
1374
|
return (a, r) => (l(), s("div", wa, [
|
|
1375
|
-
t("div",
|
|
1376
|
-
t("h2",
|
|
1377
|
-
t("div",
|
|
1378
|
-
(l(!0), s(
|
|
1379
|
-
t("div",
|
|
1380
|
-
t("span", null,
|
|
1375
|
+
t("div", xa, [
|
|
1376
|
+
t("h2", Sa, n(e.headline), 1),
|
|
1377
|
+
t("div", qa, [
|
|
1378
|
+
(l(!0), s(q, null, I(e.facts, (i) => (l(), s("div", Ba, [
|
|
1379
|
+
t("div", Ia, [
|
|
1380
|
+
t("span", null, n(i.value), 1)
|
|
1381
1381
|
]),
|
|
1382
|
-
t("div",
|
|
1383
|
-
t("span", null,
|
|
1382
|
+
t("div", La, [
|
|
1383
|
+
t("span", null, n(i.metric), 1)
|
|
1384
1384
|
])
|
|
1385
1385
|
]))), 256))
|
|
1386
1386
|
]),
|
|
1387
|
-
e.link ? (l(), s("div",
|
|
1388
|
-
p(
|
|
1387
|
+
e.link ? (l(), s("div", Ta, [
|
|
1388
|
+
p(C, {
|
|
1389
1389
|
linkType: "regular-light",
|
|
1390
1390
|
arrow: ""
|
|
1391
1391
|
}, {
|
|
@@ -1399,13 +1399,13 @@ const ka = /* @__PURE__ */ h($a, [["__scopeId", "data-v-dbd0c7ab"]]), wa = { cla
|
|
|
1399
1399
|
]));
|
|
1400
1400
|
}
|
|
1401
1401
|
});
|
|
1402
|
-
const
|
|
1402
|
+
const Va = /* @__PURE__ */ m(Ca, [["__scopeId", "data-v-7fd89b0c"]]), Aa = { class: "features__wrapper" }, Da = { class: "features__content" }, Ma = {
|
|
1403
1403
|
key: 0,
|
|
1404
1404
|
class: "features__headline"
|
|
1405
|
-
},
|
|
1405
|
+
}, Oa = {
|
|
1406
1406
|
key: 1,
|
|
1407
1407
|
class: "features__body"
|
|
1408
|
-
}, za = { class: "features__element" },
|
|
1408
|
+
}, za = { class: "features__element" }, Pa = { class: "element__headline" }, Fa = { class: "element__body" }, Na = /* @__PURE__ */ h({
|
|
1409
1409
|
__name: "features",
|
|
1410
1410
|
props: {
|
|
1411
1411
|
headline: {
|
|
@@ -1423,21 +1423,21 @@ const Aa = /* @__PURE__ */ h(Da, [["__scopeId", "data-v-7fd89b0c"]]), Ca = { cla
|
|
|
1423
1423
|
}
|
|
1424
1424
|
},
|
|
1425
1425
|
setup(e) {
|
|
1426
|
-
return (a, r) => (l(), s("div",
|
|
1427
|
-
t("div",
|
|
1428
|
-
e.headline ? (l(), s("div",
|
|
1429
|
-
t("h2", null,
|
|
1426
|
+
return (a, r) => (l(), s("div", Aa, [
|
|
1427
|
+
t("div", Da, [
|
|
1428
|
+
e.headline ? (l(), s("div", Ma, [
|
|
1429
|
+
t("h2", null, n(e.headline), 1)
|
|
1430
1430
|
])) : v("", !0),
|
|
1431
|
-
e.body ? (l(), s("div",
|
|
1432
|
-
t("p", null,
|
|
1431
|
+
e.body ? (l(), s("div", Oa, [
|
|
1432
|
+
t("p", null, n(e.body), 1)
|
|
1433
1433
|
])) : v("", !0),
|
|
1434
1434
|
t("div", {
|
|
1435
1435
|
class: c(["features__elements", [e.elements.length == 6 ? "features__elements--grid-6" : ""]])
|
|
1436
1436
|
}, [
|
|
1437
|
-
(l(!0), s(
|
|
1438
|
-
p(
|
|
1437
|
+
(l(!0), s(q, null, I(e.elements, (i) => (l(), s("div", za, [
|
|
1438
|
+
p(L, { class: "element__icon" }, {
|
|
1439
1439
|
default: $(() => [
|
|
1440
|
-
u(a.$slots, "features-icon", A(
|
|
1440
|
+
u(a.$slots, "features-icon", V(A({
|
|
1441
1441
|
src: i.icon.src,
|
|
1442
1442
|
height: 30,
|
|
1443
1443
|
width: 30,
|
|
@@ -1446,15 +1446,15 @@ const Aa = /* @__PURE__ */ h(Da, [["__scopeId", "data-v-7fd89b0c"]]), Ca = { cla
|
|
|
1446
1446
|
]),
|
|
1447
1447
|
_: 2
|
|
1448
1448
|
}, 1024),
|
|
1449
|
-
t("p",
|
|
1450
|
-
t("p",
|
|
1449
|
+
t("p", Pa, n(i.headline), 1),
|
|
1450
|
+
t("p", Fa, n(i.body), 1)
|
|
1451
1451
|
]))), 256))
|
|
1452
1452
|
], 2)
|
|
1453
1453
|
])
|
|
1454
1454
|
]));
|
|
1455
1455
|
}
|
|
1456
1456
|
});
|
|
1457
|
-
const
|
|
1457
|
+
const Ea = /* @__PURE__ */ m(Na, [["__scopeId", "data-v-0990b89f"]]), Ha = { class: "image__wrapper" }, Ra = { class: "image__content" }, ja = { class: "image__image" }, Wa = { class: "image__caption" }, Ka = /* @__PURE__ */ h({
|
|
1458
1458
|
__name: "image",
|
|
1459
1459
|
props: {
|
|
1460
1460
|
caption: {
|
|
@@ -1471,31 +1471,31 @@ const Ha = /* @__PURE__ */ h(Pa, [["__scopeId", "data-v-0990b89f"]]), Za = { cla
|
|
|
1471
1471
|
}
|
|
1472
1472
|
},
|
|
1473
1473
|
setup(e) {
|
|
1474
|
-
return (a, r) => (l(), s("div",
|
|
1475
|
-
t("div",
|
|
1476
|
-
t("div",
|
|
1477
|
-
p(
|
|
1474
|
+
return (a, r) => (l(), s("div", Ha, [
|
|
1475
|
+
t("div", Ra, [
|
|
1476
|
+
t("div", ja, [
|
|
1477
|
+
p(L, null, {
|
|
1478
1478
|
default: $(() => [
|
|
1479
|
-
u(a.$slots, "image", A(
|
|
1479
|
+
u(a.$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", Wa, n(e.caption), 1)
|
|
1485
1485
|
])
|
|
1486
1486
|
]));
|
|
1487
1487
|
}
|
|
1488
1488
|
});
|
|
1489
|
-
const
|
|
1489
|
+
const Ua = /* @__PURE__ */ m(Ka, [["__scopeId", "data-v-6dde0544"]]), Ga = { class: "gallery__large" }, Ya = {
|
|
1490
1490
|
key: 0,
|
|
1491
1491
|
class: "image image--large"
|
|
1492
|
-
},
|
|
1492
|
+
}, Qa = {
|
|
1493
1493
|
key: 1,
|
|
1494
1494
|
class: "video"
|
|
1495
|
-
},
|
|
1495
|
+
}, Ja = { class: "image image--small" }, Xa = {
|
|
1496
1496
|
key: 0,
|
|
1497
1497
|
class: "body"
|
|
1498
|
-
},
|
|
1498
|
+
}, Za = /* @__PURE__ */ h({
|
|
1499
1499
|
__name: "image-gallery",
|
|
1500
1500
|
props: {
|
|
1501
1501
|
mediaLarge: {
|
|
@@ -1547,10 +1547,10 @@ const Fa = /* @__PURE__ */ h(Wa, [["__scopeId", "data-v-6dde0544"]]), Ga = { cla
|
|
|
1547
1547
|
])
|
|
1548
1548
|
}, [
|
|
1549
1549
|
t("div", Ga, [
|
|
1550
|
-
e.mediaLarge && e.mediaType === "image" ? (l(), s("div",
|
|
1551
|
-
p(
|
|
1550
|
+
e.mediaLarge && e.mediaType === "image" ? (l(), s("div", Ya, [
|
|
1551
|
+
p(L, null, {
|
|
1552
1552
|
default: $(() => [
|
|
1553
|
-
u(a.$slots, "image-large", A(
|
|
1553
|
+
u(a.$slots, "image-large", V(A({
|
|
1554
1554
|
width: 617,
|
|
1555
1555
|
height: 530,
|
|
1556
1556
|
src: e.mediaLarge.src,
|
|
@@ -1560,8 +1560,8 @@ const Fa = /* @__PURE__ */ h(Wa, [["__scopeId", "data-v-6dde0544"]]), Ga = { cla
|
|
|
1560
1560
|
_: 3
|
|
1561
1561
|
})
|
|
1562
1562
|
])) : v("", !0),
|
|
1563
|
-
e.mediaLarge && e.mediaType === "video" ? (l(), s("div",
|
|
1564
|
-
p(
|
|
1563
|
+
e.mediaLarge && e.mediaType === "video" ? (l(), s("div", Qa, [
|
|
1564
|
+
p(H, {
|
|
1565
1565
|
src: e.mediaLarge.src,
|
|
1566
1566
|
localVideo: "",
|
|
1567
1567
|
ariaLabel: e.mediaLarge.alt,
|
|
@@ -1576,16 +1576,16 @@ const Fa = /* @__PURE__ */ h(Wa, [["__scopeId", "data-v-6dde0544"]]), Ga = { cla
|
|
|
1576
1576
|
])) : v("", !0)
|
|
1577
1577
|
]),
|
|
1578
1578
|
t("div", {
|
|
1579
|
-
style:
|
|
1579
|
+
style: Q([e.mediaSmall.length == 2 ? "grid-gap: 38px;" : ""]),
|
|
1580
1580
|
class: c([
|
|
1581
1581
|
"gallery__small",
|
|
1582
1582
|
e.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
|
|
1583
1583
|
])
|
|
1584
1584
|
}, [
|
|
1585
|
-
(l(!0), s(
|
|
1586
|
-
p(
|
|
1585
|
+
(l(!0), s(q, null, I(e.mediaSmall, (i) => (l(), s("div", Ja, [
|
|
1586
|
+
p(L, null, {
|
|
1587
1587
|
default: $(() => [
|
|
1588
|
-
u(a.$slots, "image-small", A(
|
|
1588
|
+
u(a.$slots, "image-small", V(A({
|
|
1589
1589
|
width: 328,
|
|
1590
1590
|
height: 246,
|
|
1591
1591
|
src: i.src,
|
|
@@ -1595,15 +1595,15 @@ const Fa = /* @__PURE__ */ h(Wa, [["__scopeId", "data-v-6dde0544"]]), Ga = { cla
|
|
|
1595
1595
|
_: 2
|
|
1596
1596
|
}, 1024)
|
|
1597
1597
|
]))), 256)),
|
|
1598
|
-
e.mediaSmall.length < 2 ? (l(), s("div",
|
|
1599
|
-
t("p", null,
|
|
1598
|
+
e.mediaSmall.length < 2 ? (l(), s("div", Xa, [
|
|
1599
|
+
t("p", null, n(e.body), 1)
|
|
1600
1600
|
])) : v("", !0)
|
|
1601
1601
|
], 6)
|
|
1602
1602
|
], 2)
|
|
1603
1603
|
], 2));
|
|
1604
1604
|
}
|
|
1605
1605
|
});
|
|
1606
|
-
const el = /* @__PURE__ */
|
|
1606
|
+
const el = /* @__PURE__ */ m(Za, [["__scopeId", "data-v-bad7dce2"]]), tl = { class: "headline__wrapper" }, al = { class: "headline__h1" }, ll = /* @__PURE__ */ h({
|
|
1607
1607
|
__name: "headline",
|
|
1608
1608
|
props: {
|
|
1609
1609
|
headline: {
|
|
@@ -1627,12 +1627,12 @@ const el = /* @__PURE__ */ h(Xa, [["__scopeId", "data-v-bad7dce2"]]), tl = { cla
|
|
|
1627
1627
|
e.subMenu ? "headline__content--submenu" : ""
|
|
1628
1628
|
])
|
|
1629
1629
|
}, [
|
|
1630
|
-
t("h1", al,
|
|
1630
|
+
t("h1", al, n(e.headline), 1)
|
|
1631
1631
|
], 2)
|
|
1632
1632
|
]));
|
|
1633
1633
|
}
|
|
1634
1634
|
});
|
|
1635
|
-
const il = /* @__PURE__ */
|
|
1635
|
+
const il = /* @__PURE__ */ m(ll, [["__scopeId", "data-v-2676cf0a"]]), rl = (e) => (D("data-v-e4b4c416"), e = e(), M(), e), sl = { class: "hero__wrapper" }, nl = { class: "hero__content" }, ol = { class: "hero__top" }, dl = { class: "hero__elements" }, cl = { class: "hero__headline" }, ul = { class: "hero__link" }, _l = { class: "hero__video" }, hl = /* @__PURE__ */ rl(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), ml = /* @__PURE__ */ h({
|
|
1636
1636
|
__name: "hero",
|
|
1637
1637
|
props: {
|
|
1638
1638
|
headline: {
|
|
@@ -1646,14 +1646,14 @@ const il = /* @__PURE__ */ h(ll, [["__scopeId", "data-v-2676cf0a"]]), rl = (e) =
|
|
|
1646
1646
|
},
|
|
1647
1647
|
setup(e) {
|
|
1648
1648
|
return (a, r) => (l(), s("div", sl, [
|
|
1649
|
-
t("div",
|
|
1650
|
-
t("div",
|
|
1649
|
+
t("div", nl, [
|
|
1650
|
+
t("div", ol, [
|
|
1651
1651
|
t("div", dl, [
|
|
1652
1652
|
t("div", cl, [
|
|
1653
|
-
t("h2", null,
|
|
1653
|
+
t("h2", null, n(e.headline), 1)
|
|
1654
1654
|
]),
|
|
1655
1655
|
t("div", ul, [
|
|
1656
|
-
p(
|
|
1656
|
+
p(C, {
|
|
1657
1657
|
linkType: "regular-light",
|
|
1658
1658
|
arrow: ""
|
|
1659
1659
|
}, {
|
|
@@ -1666,8 +1666,8 @@ const il = /* @__PURE__ */ h(ll, [["__scopeId", "data-v-2676cf0a"]]), rl = (e) =
|
|
|
1666
1666
|
])
|
|
1667
1667
|
]),
|
|
1668
1668
|
t("div", _l, [
|
|
1669
|
-
|
|
1670
|
-
p(
|
|
1669
|
+
hl,
|
|
1670
|
+
p(H, {
|
|
1671
1671
|
src: e.video.src,
|
|
1672
1672
|
localVideo: "",
|
|
1673
1673
|
ariaLabel: e.video.alt,
|
|
@@ -1683,7 +1683,7 @@ const il = /* @__PURE__ */ h(ll, [["__scopeId", "data-v-2676cf0a"]]), rl = (e) =
|
|
|
1683
1683
|
]));
|
|
1684
1684
|
}
|
|
1685
1685
|
});
|
|
1686
|
-
const vl = /* @__PURE__ */
|
|
1686
|
+
const vl = /* @__PURE__ */ m(ml, [["__scopeId", "data-v-e4b4c416"]]), gl = { class: "logo-wall__wrapper" }, fl = { class: "logo-wall__content" }, yl = { class: "logo-wall__logos" }, bl = { class: "logo-wall__logo" }, pl = { class: "logo-wall__link" }, $l = /* @__PURE__ */ h({
|
|
1687
1687
|
__name: "logo-wall",
|
|
1688
1688
|
props: {
|
|
1689
1689
|
logos: {
|
|
@@ -1694,12 +1694,12 @@ const vl = /* @__PURE__ */ h(hl, [["__scopeId", "data-v-e4b4c416"]]), gl = { cla
|
|
|
1694
1694
|
},
|
|
1695
1695
|
setup(e) {
|
|
1696
1696
|
return (a, r) => (l(), s("div", gl, [
|
|
1697
|
-
t("div",
|
|
1698
|
-
t("div",
|
|
1699
|
-
(l(!0), s(
|
|
1700
|
-
p(
|
|
1697
|
+
t("div", fl, [
|
|
1698
|
+
t("div", yl, [
|
|
1699
|
+
(l(!0), s(q, null, I(e.logos, (i) => (l(), s("div", bl, [
|
|
1700
|
+
p(L, null, {
|
|
1701
1701
|
default: $(() => [
|
|
1702
|
-
u(a.$slots, "logo-wall-logo", A(
|
|
1702
|
+
u(a.$slots, "logo-wall-logo", V(A({
|
|
1703
1703
|
height: 123,
|
|
1704
1704
|
width: "100%",
|
|
1705
1705
|
src: i.src,
|
|
@@ -1711,7 +1711,7 @@ const vl = /* @__PURE__ */ h(hl, [["__scopeId", "data-v-e4b4c416"]]), gl = { cla
|
|
|
1711
1711
|
]))), 256))
|
|
1712
1712
|
]),
|
|
1713
1713
|
t("div", pl, [
|
|
1714
|
-
p(
|
|
1714
|
+
p(C, {
|
|
1715
1715
|
linkType: "regular-light",
|
|
1716
1716
|
arrow: !0
|
|
1717
1717
|
}, {
|
|
@@ -1725,7 +1725,7 @@ const vl = /* @__PURE__ */ h(hl, [["__scopeId", "data-v-e4b4c416"]]), gl = { cla
|
|
|
1725
1725
|
]));
|
|
1726
1726
|
}
|
|
1727
1727
|
});
|
|
1728
|
-
const kl = /* @__PURE__ */
|
|
1728
|
+
const kl = /* @__PURE__ */ m($l, [["__scopeId", "data-v-3c15b327"]]), wl = { class: "micro-stories__splide" }, xl = /* @__PURE__ */ h({
|
|
1729
1729
|
__name: "micro-stories",
|
|
1730
1730
|
props: {
|
|
1731
1731
|
stories: {
|
|
@@ -1763,15 +1763,15 @@ const kl = /* @__PURE__ */ h($l, [["__scopeId", "data-v-3c15b327"]]), wl = { cla
|
|
|
1763
1763
|
], 2));
|
|
1764
1764
|
}
|
|
1765
1765
|
});
|
|
1766
|
-
const
|
|
1767
|
-
function
|
|
1768
|
-
return l(), s("div",
|
|
1769
|
-
t("div",
|
|
1766
|
+
const Sl = {}, ql = { class: "policy__wrapper" }, Bl = { class: "policy__content" };
|
|
1767
|
+
function Il(e, a) {
|
|
1768
|
+
return l(), s("div", ql, [
|
|
1769
|
+
t("div", Bl, [
|
|
1770
1770
|
u(e.$slots, "default", {}, void 0, !0)
|
|
1771
1771
|
])
|
|
1772
1772
|
]);
|
|
1773
1773
|
}
|
|
1774
|
-
const
|
|
1774
|
+
const Ll = /* @__PURE__ */ m(Sl, [["render", Il], ["__scopeId", "data-v-e16581b7"]]), Tl = { class: "product-hero__wrapper" }, Cl = { class: "product-hero__content" }, Vl = { class: "product-hero__headline" }, Al = { class: "product-hero__video" }, Dl = /* @__PURE__ */ h({
|
|
1775
1775
|
__name: "product-hero",
|
|
1776
1776
|
props: {
|
|
1777
1777
|
headline: {
|
|
@@ -1796,13 +1796,13 @@ const Bl = /* @__PURE__ */ h(xl, [["render", Ml], ["__scopeId", "data-v-e16581b7
|
|
|
1796
1796
|
}
|
|
1797
1797
|
},
|
|
1798
1798
|
setup(e) {
|
|
1799
|
-
return (a, r) => (l(), s("div",
|
|
1800
|
-
t("div",
|
|
1801
|
-
t("div",
|
|
1802
|
-
t("h1", null,
|
|
1799
|
+
return (a, r) => (l(), s("div", Tl, [
|
|
1800
|
+
t("div", Cl, [
|
|
1801
|
+
t("div", Vl, [
|
|
1802
|
+
t("h1", null, n(e.headline), 1)
|
|
1803
1803
|
]),
|
|
1804
|
-
t("div",
|
|
1805
|
-
p(
|
|
1804
|
+
t("div", Al, [
|
|
1805
|
+
p(H, {
|
|
1806
1806
|
play: !0,
|
|
1807
1807
|
localVideo: !0,
|
|
1808
1808
|
src: e.videoSrc,
|
|
@@ -1818,7 +1818,7 @@ const Bl = /* @__PURE__ */ h(xl, [["render", Ml], ["__scopeId", "data-v-e16581b7
|
|
|
1818
1818
|
]));
|
|
1819
1819
|
}
|
|
1820
1820
|
});
|
|
1821
|
-
const
|
|
1821
|
+
const Ml = /* @__PURE__ */ m(Dl, [["__scopeId", "data-v-470041ac"]]), Ol = { class: "promo__content" }, zl = /* @__PURE__ */ h({
|
|
1822
1822
|
__name: "promo",
|
|
1823
1823
|
props: {
|
|
1824
1824
|
label: {
|
|
@@ -1873,7 +1873,7 @@ const jl = /* @__PURE__ */ h(Tl, [["__scopeId", "data-v-470041ac"]]), Nl = { cla
|
|
|
1873
1873
|
e.teaser ? "promo__wrapper--teaser" : ""
|
|
1874
1874
|
])
|
|
1875
1875
|
}, [
|
|
1876
|
-
t("div",
|
|
1876
|
+
t("div", Ol, [
|
|
1877
1877
|
e.mediaType === "image" ? (l(), s("div", {
|
|
1878
1878
|
key: 0,
|
|
1879
1879
|
class: c([
|
|
@@ -1881,9 +1881,9 @@ const jl = /* @__PURE__ */ h(Tl, [["__scopeId", "data-v-470041ac"]]), Nl = { cla
|
|
|
1881
1881
|
e.reverse ? "promo__image--reverse" : "promo__image--default"
|
|
1882
1882
|
])
|
|
1883
1883
|
}, [
|
|
1884
|
-
p(
|
|
1884
|
+
p(L, null, {
|
|
1885
1885
|
default: $(() => [
|
|
1886
|
-
u(a.$slots, "promo-image", A(
|
|
1886
|
+
u(a.$slots, "promo-image", V(A({ src: e.src, width: 1920, alt: e.alt, height: 1080 })))
|
|
1887
1887
|
]),
|
|
1888
1888
|
_: 3
|
|
1889
1889
|
})
|
|
@@ -1895,7 +1895,7 @@ const jl = /* @__PURE__ */ h(Tl, [["__scopeId", "data-v-470041ac"]]), Nl = { cla
|
|
|
1895
1895
|
e.reverse ? "promo__video--reverse" : "promo__video--default"
|
|
1896
1896
|
])
|
|
1897
1897
|
}, [
|
|
1898
|
-
p(
|
|
1898
|
+
p(H, {
|
|
1899
1899
|
src: e.src,
|
|
1900
1900
|
localVideo: "",
|
|
1901
1901
|
ariaLabel: e.alt,
|
|
@@ -1913,7 +1913,7 @@ const jl = /* @__PURE__ */ h(Tl, [["__scopeId", "data-v-470041ac"]]), Nl = { cla
|
|
|
1913
1913
|
e.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
1914
1914
|
])
|
|
1915
1915
|
}, [
|
|
1916
|
-
e.label ? (l(), z(
|
|
1916
|
+
e.label ? (l(), z(j, {
|
|
1917
1917
|
key: 0,
|
|
1918
1918
|
text: e.label,
|
|
1919
1919
|
labelDark: e.variant === "dark"
|
|
@@ -1923,8 +1923,8 @@ const jl = /* @__PURE__ */ h(Tl, [["__scopeId", "data-v-470041ac"]]), Nl = { cla
|
|
|
1923
1923
|
"promo__title",
|
|
1924
1924
|
e.variant === "dark" ? "promo__title--dark" : ""
|
|
1925
1925
|
])
|
|
1926
|
-
},
|
|
1927
|
-
e.linkType === "link" ? (l(), z(
|
|
1926
|
+
}, n(e.headline), 3),
|
|
1927
|
+
e.linkType === "link" ? (l(), z(C, {
|
|
1928
1928
|
key: 1,
|
|
1929
1929
|
linkType: e.variant === "dark" ? "regular-dark" : (e.variant === "light", "regular-light"),
|
|
1930
1930
|
arrow: ""
|
|
@@ -1934,7 +1934,7 @@ const jl = /* @__PURE__ */ h(Tl, [["__scopeId", "data-v-470041ac"]]), Nl = { cla
|
|
|
1934
1934
|
]),
|
|
1935
1935
|
_: 3
|
|
1936
1936
|
}, 8, ["linkType"])) : v("", !0),
|
|
1937
|
-
e.linkType === "button" ? (l(), z(
|
|
1937
|
+
e.linkType === "button" ? (l(), z(C, {
|
|
1938
1938
|
key: 2,
|
|
1939
1939
|
linkType: e.variant === "dark" ? "secondary-dark" : (e.variant === "light", "secondary")
|
|
1940
1940
|
}, {
|
|
@@ -1948,10 +1948,10 @@ const jl = /* @__PURE__ */ h(Tl, [["__scopeId", "data-v-470041ac"]]), Nl = { cla
|
|
|
1948
1948
|
], 2));
|
|
1949
1949
|
}
|
|
1950
1950
|
});
|
|
1951
|
-
const
|
|
1951
|
+
const Pl = /* @__PURE__ */ m(zl, [["__scopeId", "data-v-4392a3a6"]]), Fl = (e) => (D("data-v-3cc55dbf"), e = e(), M(), e), Nl = { class: "quote__wrapper" }, El = { class: "quote__content" }, Hl = /* @__PURE__ */ Fl(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), Rl = { class: "quote__quote" }, jl = { class: "quote__quote-text" }, Wl = { class: "quote__author" }, Kl = {
|
|
1952
1952
|
key: 0,
|
|
1953
1953
|
class: "quote__image"
|
|
1954
|
-
},
|
|
1954
|
+
}, Ul = { class: "quote__text" }, Gl = { class: "quote__author-name" }, Yl = { class: "quote__author-title" }, Ql = /* @__PURE__ */ h({
|
|
1955
1955
|
__name: "quote",
|
|
1956
1956
|
props: {
|
|
1957
1957
|
quote: {
|
|
@@ -1972,16 +1972,16 @@ const Vl = /* @__PURE__ */ h(zl, [["__scopeId", "data-v-4392a3a6"]]), Ol = (e) =
|
|
|
1972
1972
|
}
|
|
1973
1973
|
},
|
|
1974
1974
|
setup(e) {
|
|
1975
|
-
return (a, r) => (l(), s("div",
|
|
1976
|
-
t("div",
|
|
1977
|
-
|
|
1978
|
-
t("div",
|
|
1979
|
-
t("p",
|
|
1980
|
-
t("div",
|
|
1981
|
-
e.authorImage ? (l(), s("div",
|
|
1982
|
-
p(
|
|
1975
|
+
return (a, r) => (l(), s("div", Nl, [
|
|
1976
|
+
t("div", El, [
|
|
1977
|
+
Hl,
|
|
1978
|
+
t("div", Rl, [
|
|
1979
|
+
t("p", jl, n(e.quote), 1),
|
|
1980
|
+
t("div", Wl, [
|
|
1981
|
+
e.authorImage ? (l(), s("div", Kl, [
|
|
1982
|
+
p(L, null, {
|
|
1983
1983
|
default: $(() => [
|
|
1984
|
-
u(a.$slots, "author-image", A(
|
|
1984
|
+
u(a.$slots, "author-image", V(A({
|
|
1985
1985
|
src: e.authorImage + "/m/100x100",
|
|
1986
1986
|
width: 60,
|
|
1987
1987
|
height: 60
|
|
@@ -1990,9 +1990,9 @@ const Vl = /* @__PURE__ */ h(zl, [["__scopeId", "data-v-4392a3a6"]]), Ol = (e) =
|
|
|
1990
1990
|
_: 3
|
|
1991
1991
|
})
|
|
1992
1992
|
])) : v("", !0),
|
|
1993
|
-
t("div",
|
|
1994
|
-
t("p", Gl,
|
|
1995
|
-
t("p",
|
|
1993
|
+
t("div", Ul, [
|
|
1994
|
+
t("p", Gl, n(e.author), 1),
|
|
1995
|
+
t("p", Yl, n(e.authorTitle), 1)
|
|
1996
1996
|
])
|
|
1997
1997
|
])
|
|
1998
1998
|
])
|
|
@@ -2000,13 +2000,13 @@ const Vl = /* @__PURE__ */ h(zl, [["__scopeId", "data-v-4392a3a6"]]), Ol = (e) =
|
|
|
2000
2000
|
]));
|
|
2001
2001
|
}
|
|
2002
2002
|
});
|
|
2003
|
-
const
|
|
2003
|
+
const Jl = /* @__PURE__ */ m(Ql, [["__scopeId", "data-v-3cc55dbf"]]), Xl = { class: "rich-text__wrapper" }, Zl = {
|
|
2004
2004
|
key: 0,
|
|
2005
2005
|
class: "rich-text__links"
|
|
2006
2006
|
}, ei = {
|
|
2007
2007
|
key: 0,
|
|
2008
2008
|
class: "rich-text__bullet-list"
|
|
2009
|
-
}, ti = /* @__PURE__ */
|
|
2009
|
+
}, ti = /* @__PURE__ */ h({
|
|
2010
2010
|
__name: "rich-text",
|
|
2011
2011
|
props: {
|
|
2012
2012
|
headline: {
|
|
@@ -2047,8 +2047,8 @@ const Kl = /* @__PURE__ */ h(Yl, [["__scopeId", "data-v-3cc55dbf"]]), Ql = { cla
|
|
|
2047
2047
|
e.bgColor === "blue" ? "rich-text--blue" : "rich-text--white"
|
|
2048
2048
|
])
|
|
2049
2049
|
}, [
|
|
2050
|
-
t("div",
|
|
2051
|
-
e.label ? (l(), z(
|
|
2050
|
+
t("div", Xl, [
|
|
2051
|
+
e.label ? (l(), z(j, {
|
|
2052
2052
|
key: 0,
|
|
2053
2053
|
text: e.label,
|
|
2054
2054
|
labelDark: !1
|
|
@@ -2059,7 +2059,7 @@ const Kl = /* @__PURE__ */ h(Yl, [["__scopeId", "data-v-3cc55dbf"]]), Ql = { cla
|
|
|
2059
2059
|
"rich-text__headline",
|
|
2060
2060
|
e.leftAligned || e.bulletList || e.image ? "rich-text__headline--left-aligned" : "rich-text__headline--centered"
|
|
2061
2061
|
])
|
|
2062
|
-
},
|
|
2062
|
+
}, n(e.headline), 3)) : v("", !0),
|
|
2063
2063
|
t("div", {
|
|
2064
2064
|
class: c([
|
|
2065
2065
|
"rich-text__content",
|
|
@@ -2073,7 +2073,7 @@ const Kl = /* @__PURE__ */ h(Yl, [["__scopeId", "data-v-3cc55dbf"]]), Ql = { cla
|
|
|
2073
2073
|
])
|
|
2074
2074
|
}, [
|
|
2075
2075
|
u(a.$slots, "rich-text-content"),
|
|
2076
|
-
e.links ? (l(), s("div",
|
|
2076
|
+
e.links ? (l(), s("div", Zl, [
|
|
2077
2077
|
u(a.$slots, "rich-text-links")
|
|
2078
2078
|
])) : v("", !0)
|
|
2079
2079
|
], 2),
|
|
@@ -2087,9 +2087,9 @@ const Kl = /* @__PURE__ */ h(Yl, [["__scopeId", "data-v-3cc55dbf"]]), Ql = { cla
|
|
|
2087
2087
|
e.imageClip ? "rich-text__image--clip" : ""
|
|
2088
2088
|
])
|
|
2089
2089
|
}, [
|
|
2090
|
-
p(
|
|
2090
|
+
p(L, null, {
|
|
2091
2091
|
default: $(() => [
|
|
2092
|
-
u(a.$slots, "rich-text-image", A(
|
|
2092
|
+
u(a.$slots, "rich-text-image", V(A({ width: 865, height: 307 })))
|
|
2093
2093
|
]),
|
|
2094
2094
|
_: 3
|
|
2095
2095
|
})
|
|
@@ -2099,10 +2099,10 @@ const Kl = /* @__PURE__ */ h(Yl, [["__scopeId", "data-v-3cc55dbf"]]), Ql = { cla
|
|
|
2099
2099
|
], 2));
|
|
2100
2100
|
}
|
|
2101
2101
|
});
|
|
2102
|
-
const ai = /* @__PURE__ */
|
|
2102
|
+
const ai = /* @__PURE__ */ m(ti, [["__scopeId", "data-v-ef067601"]]), li = (e) => (D("data-v-e2d52bd9"), e = e(), M(), e), ii = { class: "timeline__wrapper" }, ri = { class: "timeline__content" }, si = { class: "timeline__items" }, ni = { class: "timeline__item faded" }, oi = { class: "item__left" }, di = /* @__PURE__ */ li(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
|
|
2103
2103
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
2104
2104
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
2105
|
-
], -1)), ci = { class: "item__right" }, ui = ["innerHTML"], _i = /* @__PURE__ */
|
|
2105
|
+
], -1)), ci = { class: "item__right" }, ui = ["innerHTML"], _i = /* @__PURE__ */ h({
|
|
2106
2106
|
__name: "timeline",
|
|
2107
2107
|
props: {
|
|
2108
2108
|
timelineItems: {
|
|
@@ -2111,11 +2111,11 @@ const ai = /* @__PURE__ */ h(ti, [["__scopeId", "data-v-ef067601"]]), li = (e) =
|
|
|
2111
2111
|
}
|
|
2112
2112
|
},
|
|
2113
2113
|
setup(e) {
|
|
2114
|
-
return
|
|
2114
|
+
return oe(() => {
|
|
2115
2115
|
const a = document.querySelectorAll(".timeline__item"), r = new IntersectionObserver(
|
|
2116
2116
|
(i) => {
|
|
2117
|
-
i.forEach((
|
|
2118
|
-
|
|
2117
|
+
i.forEach((o) => {
|
|
2118
|
+
o.isIntersecting && (o.target.classList.add("visible"), o.target.classList.remove("faded"), r.unobserve(o.target));
|
|
2119
2119
|
});
|
|
2120
2120
|
},
|
|
2121
2121
|
{
|
|
@@ -2128,18 +2128,18 @@ const ai = /* @__PURE__ */ h(ti, [["__scopeId", "data-v-ef067601"]]), li = (e) =
|
|
|
2128
2128
|
}), (a, r) => (l(), s("div", ii, [
|
|
2129
2129
|
t("div", ri, [
|
|
2130
2130
|
t("div", si, [
|
|
2131
|
-
(l(!0), s(
|
|
2132
|
-
t("div",
|
|
2131
|
+
(l(!0), s(q, null, I(e.timelineItems, (i) => (l(), s("div", ni, [
|
|
2132
|
+
t("div", oi, n(i.year), 1),
|
|
2133
2133
|
di,
|
|
2134
2134
|
t("div", ci, [
|
|
2135
|
-
p(
|
|
2135
|
+
p(L, null, {
|
|
2136
2136
|
default: $(() => [
|
|
2137
|
-
i.media.type === "image" ? u(a.$slots, "timeline-image",
|
|
2137
|
+
i.media.type === "image" ? u(a.$slots, "timeline-image", V(Y({ key: 0 }, { src: i.media.src, alt: i.media.alt })), void 0, !0) : v("", !0)
|
|
2138
2138
|
]),
|
|
2139
2139
|
_: 2
|
|
2140
2140
|
}, 1024),
|
|
2141
2141
|
t("div", {
|
|
2142
|
-
style:
|
|
2142
|
+
style: Q([i.media.type === "none" ? "margin-top: 0px" : ""]),
|
|
2143
2143
|
class: "rich-text",
|
|
2144
2144
|
innerHTML: i.text
|
|
2145
2145
|
}, null, 12, ui)
|
|
@@ -2150,10 +2150,10 @@ const ai = /* @__PURE__ */ h(ti, [["__scopeId", "data-v-ef067601"]]), li = (e) =
|
|
|
2150
2150
|
]));
|
|
2151
2151
|
}
|
|
2152
2152
|
});
|
|
2153
|
-
const
|
|
2153
|
+
const hi = /* @__PURE__ */ m(_i, [["__scopeId", "data-v-e2d52bd9"]]), mi = { class: "triple-card-display__wrapper" }, vi = {
|
|
2154
2154
|
key: 0,
|
|
2155
2155
|
class: "triple-card__content"
|
|
2156
|
-
}, gi = { key: 0 },
|
|
2156
|
+
}, gi = { key: 0 }, fi = { key: 1 }, yi = { class: "triple-card__cards" }, bi = /* @__PURE__ */ h({
|
|
2157
2157
|
__name: "triple-card-display",
|
|
2158
2158
|
props: {
|
|
2159
2159
|
headline: {
|
|
@@ -2176,25 +2176,25 @@ const mi = /* @__PURE__ */ h(_i, [["__scopeId", "data-v-e2d52bd9"]]), hi = { cla
|
|
|
2176
2176
|
e.bgColor === "blue" ? "triple-card-display--blue" : "triple-card-display--white"
|
|
2177
2177
|
])
|
|
2178
2178
|
}, [
|
|
2179
|
-
t("div",
|
|
2179
|
+
t("div", mi, [
|
|
2180
2180
|
e.headline || e.paragraph ? (l(), s("div", vi, [
|
|
2181
|
-
e.headline ? (l(), s("h2", gi,
|
|
2182
|
-
e.paragraph ? (l(), s("p",
|
|
2181
|
+
e.headline ? (l(), s("h2", gi, n(e.headline), 1)) : v("", !0),
|
|
2182
|
+
e.paragraph ? (l(), s("p", fi, n(e.paragraph), 1)) : v("", !0)
|
|
2183
2183
|
])) : v("", !0),
|
|
2184
|
-
t("div",
|
|
2184
|
+
t("div", yi, [
|
|
2185
2185
|
u(a.$slots, "triple-card-display-cards", {}, void 0, !0)
|
|
2186
2186
|
])
|
|
2187
2187
|
])
|
|
2188
2188
|
], 2));
|
|
2189
2189
|
}
|
|
2190
2190
|
});
|
|
2191
|
-
const pi = /* @__PURE__ */
|
|
2191
|
+
const pi = /* @__PURE__ */ m(bi, [["__scopeId", "data-v-7938e57a"]]), $i = { class: "vimeo" }, ki = {
|
|
2192
2192
|
key: 0,
|
|
2193
2193
|
class: "vimeo__headline"
|
|
2194
2194
|
}, wi = {
|
|
2195
2195
|
key: 1,
|
|
2196
2196
|
class: "vimeo__description"
|
|
2197
|
-
},
|
|
2197
|
+
}, xi = /* @__PURE__ */ h({
|
|
2198
2198
|
__name: "vimeo",
|
|
2199
2199
|
props: {
|
|
2200
2200
|
headline: {
|
|
@@ -2209,14 +2209,14 @@ const pi = /* @__PURE__ */ h(bi, [["__scopeId", "data-v-7938e57a"]]), $i = { cla
|
|
|
2209
2209
|
t("div", {
|
|
2210
2210
|
class: c(["vimeo__wrapper", e.headline ? "vimeo__wrapper--headline" : ""])
|
|
2211
2211
|
}, [
|
|
2212
|
-
e.headline ? (l(), s("h2", ki,
|
|
2212
|
+
e.headline ? (l(), s("h2", ki, n(e.headline), 1)) : v("", !0),
|
|
2213
2213
|
u(a.$slots, "vimeo-content", {}, void 0, !0),
|
|
2214
|
-
e.description ? (l(), s("p", wi,
|
|
2214
|
+
e.description ? (l(), s("p", wi, n(e.description), 1)) : v("", !0)
|
|
2215
2215
|
], 2)
|
|
2216
2216
|
]));
|
|
2217
2217
|
}
|
|
2218
2218
|
});
|
|
2219
|
-
const
|
|
2219
|
+
const Si = /* @__PURE__ */ m(xi, [["__scopeId", "data-v-a6c209f4"]]), qi = { class: "not-found__wrapper" }, Bi = { class: "not-found__content" }, Ii = { class: "not-found__headline" }, Li = { class: "not-found__body" }, Ti = /* @__PURE__ */ h({
|
|
2220
2220
|
__name: "404",
|
|
2221
2221
|
props: {
|
|
2222
2222
|
headline: {
|
|
@@ -2225,17 +2225,17 @@ const xi = /* @__PURE__ */ h(Si, [["__scopeId", "data-v-a6c209f4"]]), Ii = { cla
|
|
|
2225
2225
|
}
|
|
2226
2226
|
},
|
|
2227
2227
|
setup(e) {
|
|
2228
|
-
return (a, r) => (l(), s("div",
|
|
2229
|
-
t("div",
|
|
2230
|
-
t("h1",
|
|
2231
|
-
t("div",
|
|
2228
|
+
return (a, r) => (l(), s("div", qi, [
|
|
2229
|
+
t("div", Bi, [
|
|
2230
|
+
t("h1", Ii, n(e.headline), 1),
|
|
2231
|
+
t("div", Li, [
|
|
2232
2232
|
u(a.$slots, "not-found-body", {}, void 0, !0)
|
|
2233
2233
|
])
|
|
2234
2234
|
])
|
|
2235
2235
|
]));
|
|
2236
2236
|
}
|
|
2237
2237
|
});
|
|
2238
|
-
const
|
|
2238
|
+
const Ci = /* @__PURE__ */ m(Ti, [["__scopeId", "data-v-c2038fe4"]]), Vi = { class: "filter__wrapper" }, Ai = { class: "filter__content" }, Di = { class: "filter__dropdowns" }, Mi = { class: "filter__chips" }, Oi = /* @__PURE__ */ h({
|
|
2239
2239
|
__name: "filter",
|
|
2240
2240
|
props: {
|
|
2241
2241
|
hasChips: {
|
|
@@ -2245,12 +2245,12 @@ const Di = /* @__PURE__ */ h(Li, [["__scopeId", "data-v-c2038fe4"]]), Ai = { cla
|
|
|
2245
2245
|
},
|
|
2246
2246
|
emits: ["clearFilters"],
|
|
2247
2247
|
setup(e) {
|
|
2248
|
-
return (a, r) => (l(), s("div",
|
|
2249
|
-
t("div",
|
|
2250
|
-
t("div",
|
|
2248
|
+
return (a, r) => (l(), s("div", Vi, [
|
|
2249
|
+
t("div", Ai, [
|
|
2250
|
+
t("div", Di, [
|
|
2251
2251
|
u(a.$slots, "filter-dropdowns", {}, void 0, !0)
|
|
2252
2252
|
]),
|
|
2253
|
-
t("div",
|
|
2253
|
+
t("div", Mi, [
|
|
2254
2254
|
u(a.$slots, "filter-chips", {}, void 0, !0),
|
|
2255
2255
|
e.hasChips ? (l(), s("button", {
|
|
2256
2256
|
key: 0,
|
|
@@ -2262,12 +2262,12 @@ const Di = /* @__PURE__ */ h(Li, [["__scopeId", "data-v-c2038fe4"]]), Ai = { cla
|
|
|
2262
2262
|
]));
|
|
2263
2263
|
}
|
|
2264
2264
|
});
|
|
2265
|
-
const zi = /* @__PURE__ */
|
|
2265
|
+
const zi = /* @__PURE__ */ m(Oi, [["__scopeId", "data-v-cf46dae2"]]), F = (e) => (D("data-v-9c674dae"), e = e(), M(), e), Pi = { class: "footer__wrapper" }, Fi = { class: "footer__content" }, Ni = { class: "footer__sections" }, Ei = { class: "section" }, Hi = { class: "section__title" }, Ri = { class: "section__list" }, ji = { class: "section" }, Wi = /* @__PURE__ */ F(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), Ki = /* @__PURE__ */ F(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), Ui = /* @__PURE__ */ F(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), Gi = /* @__PURE__ */ F(() => /* @__PURE__ */ t("br", null, null, -1)), Yi = /* @__PURE__ */ F(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), Qi = /* @__PURE__ */ F(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), Ji = { class: "footer__bottom" }, Xi = { class: "footer__copyright-policy" }, Zi = { class: "copyright" }, er = /* @__PURE__ */ F(() => /* @__PURE__ */ t("span", null, [
|
|
2266
2266
|
/* @__PURE__ */ t("i", { class: "change-region" }),
|
|
2267
|
-
/* @__PURE__ */
|
|
2267
|
+
/* @__PURE__ */ E("Change region")
|
|
2268
2268
|
], -1)), tr = [
|
|
2269
2269
|
er
|
|
2270
|
-
], ar = { class: "footer__social" }, lr = ["href", "aria-label"], ir = /* @__PURE__ */
|
|
2270
|
+
], ar = { class: "footer__social" }, lr = ["href", "aria-label"], ir = /* @__PURE__ */ h({
|
|
2271
2271
|
__name: "footer",
|
|
2272
2272
|
props: {
|
|
2273
2273
|
footerSections: {
|
|
@@ -2297,51 +2297,51 @@ const zi = /* @__PURE__ */ h(Ni, [["__scopeId", "data-v-cf46dae2"]]), O = (e) =>
|
|
|
2297
2297
|
},
|
|
2298
2298
|
emits: ["changeRegionClicked"],
|
|
2299
2299
|
setup(e) {
|
|
2300
|
-
return (a, r) => (l(), s("div",
|
|
2301
|
-
t("footer",
|
|
2302
|
-
t("div",
|
|
2303
|
-
(l(!0), s(
|
|
2304
|
-
t("span",
|
|
2300
|
+
return (a, r) => (l(), s("div", Pi, [
|
|
2301
|
+
t("footer", Fi, [
|
|
2302
|
+
t("div", Ni, [
|
|
2303
|
+
(l(!0), s(q, null, I(e.footerSections, (i) => (l(), s("div", Ei, [
|
|
2304
|
+
t("span", Hi, n(i.title), 1),
|
|
2305
2305
|
t("nav", null, [
|
|
2306
|
-
t("ul",
|
|
2306
|
+
t("ul", Ri, [
|
|
2307
2307
|
u(a.$slots, "section-links", {
|
|
2308
2308
|
links: i.links
|
|
2309
2309
|
})
|
|
2310
2310
|
])
|
|
2311
2311
|
])
|
|
2312
2312
|
]))), 256)),
|
|
2313
|
-
t("div",
|
|
2314
|
-
|
|
2313
|
+
t("div", ji, [
|
|
2314
|
+
Wi,
|
|
2315
2315
|
t("address", null, [
|
|
2316
|
-
|
|
2317
|
-
|
|
2316
|
+
Ki,
|
|
2317
|
+
Ui,
|
|
2318
2318
|
Gi,
|
|
2319
|
-
p(
|
|
2319
|
+
p(C, {
|
|
2320
2320
|
class: "footer__contact",
|
|
2321
2321
|
linkType: "regular-light",
|
|
2322
2322
|
underline: "false"
|
|
2323
2323
|
}, {
|
|
2324
2324
|
default: $(() => [
|
|
2325
|
-
|
|
2325
|
+
Yi
|
|
2326
2326
|
]),
|
|
2327
2327
|
_: 1
|
|
2328
2328
|
}),
|
|
2329
|
-
p(
|
|
2329
|
+
p(C, {
|
|
2330
2330
|
class: "footer__contact",
|
|
2331
2331
|
linkType: "regular-light",
|
|
2332
2332
|
underline: "false"
|
|
2333
2333
|
}, {
|
|
2334
2334
|
default: $(() => [
|
|
2335
|
-
|
|
2335
|
+
Qi
|
|
2336
2336
|
]),
|
|
2337
2337
|
_: 1
|
|
2338
2338
|
})
|
|
2339
2339
|
])
|
|
2340
2340
|
])
|
|
2341
2341
|
]),
|
|
2342
|
-
t("div",
|
|
2343
|
-
t("div",
|
|
2344
|
-
t("p",
|
|
2342
|
+
t("div", Ji, [
|
|
2343
|
+
t("div", Xi, [
|
|
2344
|
+
t("p", Zi, "© MiR " + n((/* @__PURE__ */ new Date()).getFullYear()), 1),
|
|
2345
2345
|
t("button", {
|
|
2346
2346
|
class: "footer__language-switcher",
|
|
2347
2347
|
onClick: r[0] || (r[0] = (i) => a.$emit("changeRegionClicked"))
|
|
@@ -2350,7 +2350,7 @@ const zi = /* @__PURE__ */ h(Ni, [["__scopeId", "data-v-cf46dae2"]]), O = (e) =>
|
|
|
2350
2350
|
u(a.$slots, "footer-cookie-link")
|
|
2351
2351
|
]),
|
|
2352
2352
|
t("div", ar, [
|
|
2353
|
-
(l(!0), s(
|
|
2353
|
+
(l(!0), s(q, null, I(e.socialMedia, (i) => (l(), z(C, {
|
|
2354
2354
|
underline: "false",
|
|
2355
2355
|
linkType: "regular"
|
|
2356
2356
|
}, {
|
|
@@ -2376,7 +2376,7 @@ const zi = /* @__PURE__ */ h(Ni, [["__scopeId", "data-v-cf46dae2"]]), O = (e) =>
|
|
|
2376
2376
|
]));
|
|
2377
2377
|
}
|
|
2378
2378
|
});
|
|
2379
|
-
const rr = /* @__PURE__ */
|
|
2379
|
+
const rr = /* @__PURE__ */ m(ir, [["__scopeId", "data-v-9c674dae"]]), ce = "/icons/arrow-down.svg", ae = "/icons/burger-line.svg", le = "/icons/burger-line-white.svg", ie = "/icons/search-icon.svg", re = "/icons/search-icon-white.svg", sr = { class: "header__wrapper" }, nr = { class: "nav-wrapper" }, or = { class: "mir-link-logo" }, dr = { class: "main-nav-items" }, cr = {
|
|
2380
2380
|
id: "menu-dropdown",
|
|
2381
2381
|
ref: "dropdownDiv"
|
|
2382
2382
|
}, ur = {
|
|
@@ -2388,7 +2388,7 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
|
|
|
2388
2388
|
src: ce,
|
|
2389
2389
|
alt: "dropdownarrow",
|
|
2390
2390
|
style: { transform: "rotate(180deg)" }
|
|
2391
|
-
},
|
|
2391
|
+
}, hr = { class: "dropdown-content" }, mr = { class: "nav-search-wrapper" }, vr = ["src"], gr = { class: "mobile-logo-search-burger-wrapper" }, fr = { class: "mobile-mir-link-logo" }, yr = { class: "mobile-search-wrapper" }, br = ["src"], pr = ["onClick"], $r = ["src"], kr = ["src"], wr = { class: "mobile-menu-content-wrapper" }, xr = { class: "mobile-dropdown-content" }, Sr = /* @__PURE__ */ h({
|
|
2392
2392
|
__name: "header",
|
|
2393
2393
|
props: {
|
|
2394
2394
|
burgerState: {
|
|
@@ -2407,31 +2407,31 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
|
|
|
2407
2407
|
],
|
|
2408
2408
|
setup(e, { emit: a }) {
|
|
2409
2409
|
const r = e;
|
|
2410
|
-
|
|
2411
|
-
let i = null,
|
|
2410
|
+
S("");
|
|
2411
|
+
let i = null, o = S(r.burgerState), _ = S(r.showDropDown);
|
|
2412
2412
|
te(
|
|
2413
2413
|
() => r.burgerState,
|
|
2414
|
-
(g) =>
|
|
2414
|
+
(g) => o.value = g
|
|
2415
2415
|
), te(
|
|
2416
2416
|
() => r.showDropDown,
|
|
2417
2417
|
(g) => _.value = g
|
|
2418
|
-
),
|
|
2418
|
+
), oe(() => {
|
|
2419
2419
|
i = (g) => {
|
|
2420
2420
|
g.target.closest("#menu-dropdown") || (_.value = !1);
|
|
2421
2421
|
}, window.addEventListener("click", i);
|
|
2422
|
-
}),
|
|
2422
|
+
}), xe(() => {
|
|
2423
2423
|
i !== null && window.removeEventListener("click", i);
|
|
2424
2424
|
});
|
|
2425
2425
|
function w() {
|
|
2426
2426
|
_.value = !_.value, a("update:showDropDown", _.value);
|
|
2427
2427
|
}
|
|
2428
|
-
function
|
|
2429
|
-
|
|
2428
|
+
function T() {
|
|
2429
|
+
o.value = !o.value, a("update:burgerState", o.value);
|
|
2430
2430
|
}
|
|
2431
|
-
return (g,
|
|
2431
|
+
return (g, y) => (l(), s("div", sr, [
|
|
2432
2432
|
t("nav", null, [
|
|
2433
|
-
t("div",
|
|
2434
|
-
t("div",
|
|
2433
|
+
t("div", nr, [
|
|
2434
|
+
t("div", or, [
|
|
2435
2435
|
u(g.$slots, "link-logo", {}, void 0, !0)
|
|
2436
2436
|
]),
|
|
2437
2437
|
t("ul", dr, [
|
|
@@ -2445,71 +2445,71 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
|
|
|
2445
2445
|
u(g.$slots, "dropdown-title", {}, void 0, !0),
|
|
2446
2446
|
k(_) == !1 ? (l(), s("img", ur)) : (l(), s("img", _r))
|
|
2447
2447
|
]),
|
|
2448
|
-
|
|
2448
|
+
K(t("div", hr, [
|
|
2449
2449
|
u(g.$slots, "dropdown-links", {}, void 0, !0)
|
|
2450
2450
|
], 512), [
|
|
2451
2451
|
[G, k(_)]
|
|
2452
2452
|
])
|
|
2453
2453
|
], 512),
|
|
2454
|
-
t("div",
|
|
2454
|
+
t("div", mr, [
|
|
2455
2455
|
t("button", {
|
|
2456
|
-
onClick:
|
|
2456
|
+
onClick: y[0] || (y[0] = (B) => g.$emit("clickSearch"))
|
|
2457
2457
|
}, [
|
|
2458
2458
|
t("img", {
|
|
2459
|
-
src: k(
|
|
2459
|
+
src: k(o) == !0 ? k(re) : k(ie),
|
|
2460
2460
|
alt: "search icon"
|
|
2461
2461
|
}, null, 8, vr)
|
|
2462
2462
|
])
|
|
2463
2463
|
])
|
|
2464
2464
|
]),
|
|
2465
2465
|
t("div", {
|
|
2466
|
-
class: c(["mobile-nav-wrapper", k(
|
|
2466
|
+
class: c(["mobile-nav-wrapper", k(o) == !0 ? "mirsaic-mobile-bg" : ""])
|
|
2467
2467
|
}, [
|
|
2468
2468
|
t("div", gr, [
|
|
2469
|
-
t("div",
|
|
2469
|
+
t("div", fr, [
|
|
2470
2470
|
u(g.$slots, "link-logo", {}, void 0, !0)
|
|
2471
2471
|
]),
|
|
2472
|
-
t("div",
|
|
2472
|
+
t("div", yr, [
|
|
2473
2473
|
t("button", {
|
|
2474
|
-
onClick:
|
|
2474
|
+
onClick: y[1] || (y[1] = (B) => g.$emit("clickSearch"))
|
|
2475
2475
|
}, [
|
|
2476
2476
|
t("img", {
|
|
2477
|
-
src: k(
|
|
2477
|
+
src: k(o) == !0 ? k(re) : k(ie),
|
|
2478
2478
|
alt: "search icon"
|
|
2479
2479
|
}, null, 8, br)
|
|
2480
2480
|
])
|
|
2481
2481
|
]),
|
|
2482
2482
|
t("button", {
|
|
2483
|
-
onClick: se(
|
|
2483
|
+
onClick: se(T, ["prevent"]),
|
|
2484
2484
|
class: "mobile-burger-wrapper"
|
|
2485
2485
|
}, [
|
|
2486
2486
|
t("img", {
|
|
2487
|
-
class: c(["burger-line", k(
|
|
2488
|
-
src: k(
|
|
2487
|
+
class: c(["burger-line", k(o) == !0 ? "burger-top-line-open" : ""]),
|
|
2488
|
+
src: k(o) == !0 ? k(le) : k(ae)
|
|
2489
2489
|
}, null, 10, $r),
|
|
2490
2490
|
t("img", {
|
|
2491
|
-
class: c(["burger-line", k(
|
|
2492
|
-
src: k(
|
|
2491
|
+
class: c(["burger-line", k(o) == !0 ? "burger-bottom-line-open" : ""]),
|
|
2492
|
+
src: k(o) == !0 ? k(le) : k(ae)
|
|
2493
2493
|
}, null, 10, kr)
|
|
2494
2494
|
], 8, pr)
|
|
2495
2495
|
]),
|
|
2496
|
-
|
|
2496
|
+
K(t("div", wr, [
|
|
2497
2497
|
t("ul", null, [
|
|
2498
2498
|
u(g.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2499
2499
|
]),
|
|
2500
|
-
t("ul",
|
|
2500
|
+
t("ul", xr, [
|
|
2501
2501
|
u(g.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2502
2502
|
u(g.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2503
2503
|
])
|
|
2504
2504
|
], 512), [
|
|
2505
|
-
[G, k(
|
|
2505
|
+
[G, k(o)]
|
|
2506
2506
|
])
|
|
2507
2507
|
], 2)
|
|
2508
2508
|
])
|
|
2509
2509
|
]));
|
|
2510
2510
|
}
|
|
2511
2511
|
});
|
|
2512
|
-
const
|
|
2512
|
+
const qr = /* @__PURE__ */ m(Sr, [["__scopeId", "data-v-5db4b6f4"]]), Br = { class: "language__wrapper" }, Ir = { class: "language__content" }, Lr = { class: "language__headline" }, Tr = { class: "language__paragraph" }, Cr = /* @__PURE__ */ h({
|
|
2513
2513
|
__name: "language-switcher",
|
|
2514
2514
|
props: {
|
|
2515
2515
|
headline: {
|
|
@@ -2520,16 +2520,16 @@ const Ir = /* @__PURE__ */ h(xr, [["__scopeId", "data-v-bc7ce964"]]), qr = { cla
|
|
|
2520
2520
|
}
|
|
2521
2521
|
},
|
|
2522
2522
|
setup(e) {
|
|
2523
|
-
return (a, r) => (l(), s("div",
|
|
2524
|
-
t("div",
|
|
2525
|
-
t("h2",
|
|
2526
|
-
t("p",
|
|
2523
|
+
return (a, r) => (l(), s("div", Br, [
|
|
2524
|
+
t("div", Ir, [
|
|
2525
|
+
t("h2", Lr, n(e.headline), 1),
|
|
2526
|
+
t("p", Tr, n(e.paragraph), 1),
|
|
2527
2527
|
u(a.$slots, "language-links", {}, void 0, !0)
|
|
2528
2528
|
])
|
|
2529
2529
|
]));
|
|
2530
2530
|
}
|
|
2531
2531
|
});
|
|
2532
|
-
const
|
|
2532
|
+
const Vr = /* @__PURE__ */ m(Cr, [["__scopeId", "data-v-941ff4d5"]]), Ar = { class: "pagination__wrapper" }, Dr = { class: "pagination__content" }, Mr = /* @__PURE__ */ h({
|
|
2533
2533
|
__name: "pagination",
|
|
2534
2534
|
props: {
|
|
2535
2535
|
isPreviousDisabled: {
|
|
@@ -2543,16 +2543,16 @@ const Ar = /* @__PURE__ */ h(Dr, [["__scopeId", "data-v-9d085a10"]]), Cr = { cla
|
|
|
2543
2543
|
},
|
|
2544
2544
|
emits: ["previous", "next"],
|
|
2545
2545
|
setup(e) {
|
|
2546
|
-
return (a, r) => (l(), s("div",
|
|
2547
|
-
t("div",
|
|
2548
|
-
p(
|
|
2546
|
+
return (a, r) => (l(), s("div", Ar, [
|
|
2547
|
+
t("div", Dr, [
|
|
2548
|
+
p(U, {
|
|
2549
2549
|
onClick: r[0] || (r[0] = (i) => a.$emit("previous")),
|
|
2550
2550
|
disabled: e.isPreviousDisabled,
|
|
2551
2551
|
variant: "previous",
|
|
2552
2552
|
ariaLabel: "previous"
|
|
2553
2553
|
}, null, 8, ["disabled"]),
|
|
2554
2554
|
u(a.$slots, "pagination-numbers"),
|
|
2555
|
-
p(
|
|
2555
|
+
p(U, {
|
|
2556
2556
|
onClick: r[1] || (r[1] = (i) => a.$emit("next")),
|
|
2557
2557
|
disabled: e.isNextDisabled,
|
|
2558
2558
|
variant: "next",
|
|
@@ -2562,52 +2562,52 @@ const Ar = /* @__PURE__ */ h(Dr, [["__scopeId", "data-v-9d085a10"]]), Cr = { cla
|
|
|
2562
2562
|
]));
|
|
2563
2563
|
}
|
|
2564
2564
|
});
|
|
2565
|
-
const
|
|
2565
|
+
const Or = /* @__PURE__ */ m(Mr, [["__scopeId", "data-v-aef0eda7"]]), Pr = {
|
|
2566
2566
|
install: (e) => {
|
|
2567
|
-
e.component("AtomButton",
|
|
2567
|
+
e.component("AtomButton", U), e.component("AtomCheckbox", Ve), e.component("AtomChip", Pe), e.component("AtomDropdown", Ke), e.component("AtomImage", L), e.component("AtomLabel", j), e.component("AtomLink", C), e.component("AtomRadioButton", it), e.component("AtomSelect", ct), e.component("AtomSlider", pt), e.component("AtomTextarea", It), e.component("AtomTextField", Ft), e.component("AtomVideo", H), e.component("MoleculeAddress", ea), e.component("MoleculeBulletList", ra), e.component("MoleculeCard", da), e.component("MoleculeEventCard", fa), e.component("MoleculeModal", de), e.component("MoleculeTextCard", ka), e.component("BlockFacts", Va), e.component("BlockFeatures", Ea), e.component("BlockHeadline", il), e.component("BlockHero", vl), e.component("BlockImage", Ua), e.component("BlockImageGallery", el), e.component("BlockLogoWall", kl), e.component("BlockMicroStories", xl), e.component("BlockPolicy", Ll), e.component("BlockProductHero", Ml), e.component("BlockPromo", Pl), e.component("BlockQuote", Jl), e.component("BlockRichText", ai), e.component("BlockTimeline", hi), e.component("BlockTripleCardDisplay", pi), e.component("BlockVimeo", Si), e.component("Organism404", Ci), e.component("OrganismFilter", zi), e.component("OrganismFooter", rr), e.component("OrganismHeader", qr), e.component("OrganismLanguageSwitcher", Vr), e.component("OrganismPagination", Or);
|
|
2568
2568
|
}
|
|
2569
2569
|
};
|
|
2570
2570
|
export {
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2571
|
+
U as AtomButton,
|
|
2572
|
+
Ve as AtomCheckbox,
|
|
2573
|
+
Pe as AtomChip,
|
|
2574
|
+
Ke as AtomDropdown,
|
|
2575
|
+
L as AtomImage,
|
|
2576
|
+
j as AtomLabel,
|
|
2577
|
+
C as AtomLink,
|
|
2578
2578
|
it as AtomRadioButton,
|
|
2579
2579
|
ct as AtomSelect,
|
|
2580
2580
|
pt as AtomSlider,
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2581
|
+
Ft as AtomTextField,
|
|
2582
|
+
It as AtomTextarea,
|
|
2583
|
+
H as AtomVideo,
|
|
2584
|
+
Va as BlockFacts,
|
|
2585
|
+
Ea as BlockFeatures,
|
|
2586
2586
|
il as BlockHeadline,
|
|
2587
2587
|
vl as BlockHero,
|
|
2588
|
-
|
|
2588
|
+
Ua as BlockImage,
|
|
2589
2589
|
el as BlockImageGallery,
|
|
2590
2590
|
kl as BlockLogoWall,
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2591
|
+
xl as BlockMicroStories,
|
|
2592
|
+
Ll as BlockPolicy,
|
|
2593
|
+
Ml as BlockProductHero,
|
|
2594
|
+
Pl as BlockPromo,
|
|
2595
|
+
Jl as BlockQuote,
|
|
2596
2596
|
ai as BlockRichText,
|
|
2597
|
-
|
|
2597
|
+
hi as BlockTimeline,
|
|
2598
2598
|
pi as BlockTripleCardDisplay,
|
|
2599
|
-
|
|
2599
|
+
Si as BlockVimeo,
|
|
2600
2600
|
ea as MoleculeAddress,
|
|
2601
2601
|
ra as MoleculeBulletList,
|
|
2602
2602
|
da as MoleculeCard,
|
|
2603
|
-
|
|
2603
|
+
fa as MoleculeEventCard,
|
|
2604
2604
|
de as MoleculeModal,
|
|
2605
2605
|
ka as MoleculeTextCard,
|
|
2606
|
-
|
|
2606
|
+
Ci as Organism404,
|
|
2607
2607
|
zi as OrganismFilter,
|
|
2608
2608
|
rr as OrganismFooter,
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2609
|
+
qr as OrganismHeader,
|
|
2610
|
+
Vr as OrganismLanguageSwitcher,
|
|
2611
|
+
Or as OrganismPagination,
|
|
2612
|
+
Pr as default
|
|
2613
2613
|
};
|