@mirweb/mir-web-components 0.15.85 → 0.15.87
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as h, openBlock as a, createElementBlock as r, normalizeClass as c, toDisplayString as o, createElementVNode as t, renderSlot as
|
|
1
|
+
import { defineComponent as h, openBlock as a, createElementBlock as r, normalizeClass as c, toDisplayString as o, createElementVNode as t, renderSlot as u, pushScopeId as O, popScopeId as z, computed as E, createTextVNode as j, ref as w, withDirectives as Q, Fragment as I, renderList as T, vShow as Z, normalizeProps as A, guardReactiveProps as M, mergeProps as ee, createVNode as p, Transition as fe, withCtx as $, withModifiers as se, createBlock as D, createCommentVNode as m, watchEffect as oe, withKeys as ye, useSlots as be, normalizeStyle as te, isRef as ie, unref as B, onMounted as ne, watch as re, onUnmounted as pe } from "vue";
|
|
2
2
|
const $e = ["aria-label"], ke = /* @__PURE__ */ h({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
@@ -84,12 +84,12 @@ const v = (e, i) => {
|
|
|
84
84
|
class: c(["checkbox__label", e.required ? "required" : ""])
|
|
85
85
|
}, [
|
|
86
86
|
qe,
|
|
87
|
-
|
|
87
|
+
u(l.$slots, "default", {}, void 0, !0)
|
|
88
88
|
], 10, Se)
|
|
89
89
|
], 2));
|
|
90
90
|
}
|
|
91
91
|
});
|
|
92
|
-
const Ie = /* @__PURE__ */ v(Be, [["__scopeId", "data-v-c5f3542e"]]),
|
|
92
|
+
const Ie = /* @__PURE__ */ v(Be, [["__scopeId", "data-v-c5f3542e"]]), Te = (e) => (O("data-v-b61be596"), e = e(), z(), e), Le = ["aria-label"], Ce = /* @__PURE__ */ Te(() => /* @__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"
|
|
@@ -104,9 +104,9 @@ const Ie = /* @__PURE__ */ v(Be, [["__scopeId", "data-v-c5f3542e"]]), Le = (e) =
|
|
|
104
104
|
emits: ["remove-chip"],
|
|
105
105
|
setup(e, { emit: i }) {
|
|
106
106
|
const s = e, l = E(() => `Chip: ${s.text}`);
|
|
107
|
-
return (n,
|
|
107
|
+
return (n, _) => (a(), r("div", {
|
|
108
108
|
class: "chip__wrapper",
|
|
109
|
-
onClick:
|
|
109
|
+
onClick: _[0] || (_[0] = (b) => n.$emit("remove-chip"))
|
|
110
110
|
}, [
|
|
111
111
|
t("span", {
|
|
112
112
|
class: "chip",
|
|
@@ -114,7 +114,7 @@ const Ie = /* @__PURE__ */ v(Be, [["__scopeId", "data-v-c5f3542e"]]), Le = (e) =
|
|
|
114
114
|
}, [
|
|
115
115
|
j(o(e.text) + " ", 1),
|
|
116
116
|
Ce
|
|
117
|
-
], 8,
|
|
117
|
+
], 8, Le)
|
|
118
118
|
]));
|
|
119
119
|
}
|
|
120
120
|
});
|
|
@@ -168,15 +168,15 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
|
|
|
168
168
|
},
|
|
169
169
|
emits: ["update:modelValue"],
|
|
170
170
|
setup(e, { emit: i }) {
|
|
171
|
-
const s = e, l = w(null), n = w(null),
|
|
171
|
+
const s = e, l = w(null), n = w(null), _ = w([]), b = w(0), C = w(""), S = w(!0), f = w(0), q = E(() => {
|
|
172
172
|
const d = s.options.find(
|
|
173
|
-
(
|
|
173
|
+
(g) => g.value === s.modelValue
|
|
174
174
|
);
|
|
175
175
|
return d && d.label;
|
|
176
176
|
}), X = {
|
|
177
|
-
beforeMount(d,
|
|
177
|
+
beforeMount(d, g) {
|
|
178
178
|
d.clickOutsideEvent = function(y) {
|
|
179
|
-
d === y.target || d.contains(y.target) ||
|
|
179
|
+
d === y.target || d.contains(y.target) || g.value(y);
|
|
180
180
|
}, document.body.addEventListener("click", d.clickOutsideEvent);
|
|
181
181
|
},
|
|
182
182
|
unmounted(d) {
|
|
@@ -188,21 +188,21 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
|
|
|
188
188
|
}
|
|
189
189
|
function H(d) {
|
|
190
190
|
var y;
|
|
191
|
-
const
|
|
192
|
-
|
|
191
|
+
const g = d.target;
|
|
192
|
+
g.getAttribute("role") === "option" && (U(g), Y(), (y = l.value) == null || y.focus());
|
|
193
193
|
}
|
|
194
194
|
function G(d) {
|
|
195
195
|
var y;
|
|
196
|
-
const
|
|
197
|
-
switch (
|
|
196
|
+
const g = d.key;
|
|
197
|
+
switch (g) {
|
|
198
198
|
case "ArrowUp":
|
|
199
199
|
case "ArrowDown": {
|
|
200
200
|
d.preventDefault();
|
|
201
201
|
const x = s.options.findIndex(
|
|
202
202
|
(R) => R.value === s.modelValue
|
|
203
203
|
);
|
|
204
|
-
let P = x ?
|
|
205
|
-
|
|
204
|
+
let P = x ? _.value[x] : _.value[0];
|
|
205
|
+
g === "ArrowUp" ? x - 1 >= 0 && (P = _.value[x - 1]) : x + 1 <= s.options.length && (P = _.value[x + 1]), P && U(P);
|
|
206
206
|
break;
|
|
207
207
|
}
|
|
208
208
|
case "Home":
|
|
@@ -218,7 +218,7 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
|
|
|
218
218
|
d.preventDefault(), Y(), (y = l.value) == null || y.focus();
|
|
219
219
|
break;
|
|
220
220
|
default: {
|
|
221
|
-
const x = _e(
|
|
221
|
+
const x = _e(g);
|
|
222
222
|
x && U(x);
|
|
223
223
|
break;
|
|
224
224
|
}
|
|
@@ -242,59 +242,59 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
|
|
|
242
242
|
}, 500);
|
|
243
243
|
}
|
|
244
244
|
function _e(d) {
|
|
245
|
-
let
|
|
246
|
-
(C.value === "" ||
|
|
245
|
+
let g = "";
|
|
246
|
+
(C.value === "" || g !== d) && (f.value = s.options.findIndex(
|
|
247
247
|
(x) => x.value === s.modelValue
|
|
248
|
-
)), C.value =
|
|
248
|
+
)), C.value = g === d ? d : C.value + d, g = d, ue();
|
|
249
249
|
let y = ae(
|
|
250
|
-
|
|
250
|
+
f.value + 1,
|
|
251
251
|
s.options.length
|
|
252
252
|
);
|
|
253
|
-
return !y && C.value.length === 1 && (y = ae(0,
|
|
253
|
+
return !y && C.value.length === 1 && (y = ae(0, f.value)), f.value = (f.value + 1) % s.options.length, y;
|
|
254
254
|
}
|
|
255
|
-
function ae(d,
|
|
256
|
-
for (let y = d; y <
|
|
255
|
+
function ae(d, g) {
|
|
256
|
+
for (let y = d; y < g; y++)
|
|
257
257
|
if (s.options[y].label && s.options[y].label.toUpperCase().indexOf(C.value.toUpperCase()) === 0)
|
|
258
|
-
return
|
|
258
|
+
return _.value[y];
|
|
259
259
|
return null;
|
|
260
260
|
}
|
|
261
261
|
function he() {
|
|
262
|
-
U(
|
|
262
|
+
U(_.value[0]);
|
|
263
263
|
}
|
|
264
264
|
function U(d) {
|
|
265
265
|
var y, x;
|
|
266
|
-
const
|
|
266
|
+
const g = d.getAttribute("data-value");
|
|
267
267
|
if (s.modelValue) {
|
|
268
268
|
const P = s.options.findIndex(
|
|
269
|
-
(
|
|
270
|
-
), R =
|
|
269
|
+
(ge) => ge.value === s.modelValue
|
|
270
|
+
), R = _.value[P];
|
|
271
271
|
ce(R);
|
|
272
272
|
}
|
|
273
273
|
if (d.setAttribute("aria-selected", "true"), (y = n.value) == null || y.setAttribute(
|
|
274
274
|
"aria-activedescendant",
|
|
275
|
-
|
|
276
|
-
), k(
|
|
275
|
+
g || ""
|
|
276
|
+
), k(g || ""), n.value && n.value.scrollHeight > n.value.clientHeight) {
|
|
277
277
|
const P = n.value.clientHeight + n.value.scrollTop, R = d.offsetTop + d.offsetHeight;
|
|
278
278
|
R > P ? n.value.scrollTop = R - ((x = n.value) == null ? void 0 : x.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 g;
|
|
283
|
+
const d = (g = _.value) == null ? void 0 : g[s.options.length - 1];
|
|
284
284
|
U(d);
|
|
285
285
|
}
|
|
286
286
|
function Y() {
|
|
287
287
|
var d;
|
|
288
|
-
|
|
288
|
+
S.value = !0, (d = l.value) == null || d.removeAttribute("aria-expanded");
|
|
289
289
|
}
|
|
290
290
|
function le() {
|
|
291
|
-
var d,
|
|
292
|
-
|
|
291
|
+
var d, g;
|
|
292
|
+
S.value = !1, (d = l.value) == null || d.setAttribute("aria-expanded", "true"), (g = n.value) == null || g.focus();
|
|
293
293
|
}
|
|
294
294
|
function me() {
|
|
295
|
-
s.disabled || (
|
|
295
|
+
s.disabled || (S.value ? le() : Y());
|
|
296
296
|
}
|
|
297
|
-
return (d,
|
|
297
|
+
return (d, g) => (a(), r("div", {
|
|
298
298
|
class: "listbox__wrapper",
|
|
299
299
|
value: e.modelValue,
|
|
300
300
|
ref: "listbox"
|
|
@@ -322,7 +322,7 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
|
|
|
322
322
|
onKeydown: F,
|
|
323
323
|
ref_key: "listboxButton",
|
|
324
324
|
ref: l
|
|
325
|
-
}, o(e.modelValue ?
|
|
325
|
+
}, o(e.modelValue ? q.value : e.placeholder), 43, ze),
|
|
326
326
|
Q(t("ul", {
|
|
327
327
|
"aria-labelledby": `${e.name}-label`,
|
|
328
328
|
"aria-activedescendant": e.modelValue,
|
|
@@ -334,7 +334,7 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
|
|
|
334
334
|
ref_key: "listboxNode",
|
|
335
335
|
ref: n
|
|
336
336
|
}, [
|
|
337
|
-
(a(!0), r(I, null,
|
|
337
|
+
(a(!0), r(I, null, T(e.options, (y, x) => (a(), r("li", {
|
|
338
338
|
key: `${e.name}-option-${x}`,
|
|
339
339
|
"aria-selected": y.value === e.modelValue,
|
|
340
340
|
"data-value": y.value,
|
|
@@ -342,10 +342,10 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
|
|
|
342
342
|
role: "option",
|
|
343
343
|
ref_for: !0,
|
|
344
344
|
ref_key: "listboxOptions",
|
|
345
|
-
ref:
|
|
345
|
+
ref: _
|
|
346
346
|
}, o(y.label), 9, Fe))), 128))
|
|
347
347
|
], 40, Pe), [
|
|
348
|
-
[Z, !
|
|
348
|
+
[Z, !S.value]
|
|
349
349
|
])
|
|
350
350
|
])), [
|
|
351
351
|
[X, Y]
|
|
@@ -392,11 +392,11 @@ const Ne = /* @__PURE__ */ v(Ee, [["__scopeId", "data-v-f69f328c"]]), He = { cla
|
|
|
392
392
|
},
|
|
393
393
|
setup(e) {
|
|
394
394
|
return (i, s) => (a(), r("div", He, [
|
|
395
|
-
|
|
395
|
+
u(i.$slots, "default", A(M(i.$attrs)))
|
|
396
396
|
]));
|
|
397
397
|
}
|
|
398
398
|
});
|
|
399
|
-
const
|
|
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: {
|
|
@@ -468,7 +468,7 @@ const W = /* @__PURE__ */ v(Ue, [["__scopeId", "data-v-d9cdf57c"]]), We = { clas
|
|
|
468
468
|
e.arrow ? "link-arrow" : ""
|
|
469
469
|
]]
|
|
470
470
|
}), [
|
|
471
|
-
|
|
471
|
+
u(l.$slots, "default")
|
|
472
472
|
], 16)
|
|
473
473
|
]));
|
|
474
474
|
}
|
|
@@ -524,7 +524,7 @@ const Ge = (e) => (O("data-v-69095414"), e = e(), z(), e), Ye = ["name", "value"
|
|
|
524
524
|
class: c(["radio__label", e.required ? "required" : ""])
|
|
525
525
|
}, [
|
|
526
526
|
Je,
|
|
527
|
-
|
|
527
|
+
u(l.$slots, "default", {}, void 0, !0)
|
|
528
528
|
], 10, Qe)
|
|
529
529
|
], 2));
|
|
530
530
|
}
|
|
@@ -585,7 +585,7 @@ const Ze = /* @__PURE__ */ v(Xe, [["__scopeId", "data-v-69095414"]]), et = { cla
|
|
|
585
585
|
i.$emit("update:modelValue", l.target.value), l.target.blur();
|
|
586
586
|
})
|
|
587
587
|
}, [
|
|
588
|
-
(a(!0), r(I, null,
|
|
588
|
+
(a(!0), r(I, null, T(e.options, (l) => (a(), r("option", {
|
|
589
589
|
key: l.value,
|
|
590
590
|
value: l.value
|
|
591
591
|
}, o(l.text), 9, lt))), 128))
|
|
@@ -609,8 +609,8 @@ const rt = /* @__PURE__ */ v(it, [["__scopeId", "data-v-500637d5"]]), st = { cla
|
|
|
609
609
|
const l = () => {
|
|
610
610
|
i("update:show", !s.show);
|
|
611
611
|
};
|
|
612
|
-
return (n,
|
|
613
|
-
p(
|
|
612
|
+
return (n, _) => (a(), r("div", st, [
|
|
613
|
+
p(fe, {
|
|
614
614
|
duration: 300,
|
|
615
615
|
name: "nested"
|
|
616
616
|
}, {
|
|
@@ -624,7 +624,7 @@ const rt = /* @__PURE__ */ v(it, [["__scopeId", "data-v-500637d5"]]), st = { cla
|
|
|
624
624
|
}, [
|
|
625
625
|
t("div", {
|
|
626
626
|
id: "modal",
|
|
627
|
-
onClick:
|
|
627
|
+
onClick: _[0] || (_[0] = se(() => {
|
|
628
628
|
}, ["stop"])),
|
|
629
629
|
class: c([n.searchBar ? "search" : ""])
|
|
630
630
|
}, [
|
|
@@ -636,7 +636,7 @@ const rt = /* @__PURE__ */ v(it, [["__scopeId", "data-v-500637d5"]]), st = { cla
|
|
|
636
636
|
onClick: l
|
|
637
637
|
}))
|
|
638
638
|
]),
|
|
639
|
-
|
|
639
|
+
u(n.$slots, "default", {}, void 0, !0)
|
|
640
640
|
], 2)
|
|
641
641
|
], 2)) : m("", !0)
|
|
642
642
|
]),
|
|
@@ -698,18 +698,18 @@ const de = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-e18c70fd"]]), nt = { cla
|
|
|
698
698
|
},
|
|
699
699
|
emits: ["update:modelValue"],
|
|
700
700
|
setup(e, { emit: i }) {
|
|
701
|
-
const s = e, l = w(s.modelValue), n = w(),
|
|
702
|
-
var
|
|
703
|
-
(
|
|
701
|
+
const s = e, l = w(s.modelValue), n = w(), _ = w(!1), b = (S, f, q) => (S - f) / (q - f) * 100, C = (S) => {
|
|
702
|
+
var f;
|
|
703
|
+
(f = n.value) == null || f.style.setProperty("--ProgressPercent", `${S}%`);
|
|
704
704
|
};
|
|
705
705
|
return oe(() => {
|
|
706
706
|
if (n.value) {
|
|
707
707
|
i("update:modelValue", l.value);
|
|
708
|
-
const
|
|
709
|
-
let
|
|
710
|
-
C(
|
|
708
|
+
const S = b(l.value, s.min, s.max);
|
|
709
|
+
let f = (50 - S) / 100;
|
|
710
|
+
C(S + f);
|
|
711
711
|
}
|
|
712
|
-
}), (
|
|
712
|
+
}), (S, f) => (a(), r("div", null, [
|
|
713
713
|
t("div", nt, [
|
|
714
714
|
t("div", dt, [
|
|
715
715
|
t("label", {
|
|
@@ -720,8 +720,8 @@ const de = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-e18c70fd"]]), nt = { cla
|
|
|
720
720
|
key: 0,
|
|
721
721
|
role: "button",
|
|
722
722
|
class: c([e.variant, "slider__information"]),
|
|
723
|
-
onClick:
|
|
724
|
-
onKeyup:
|
|
723
|
+
onClick: f[0] || (f[0] = (q) => _.value = !_.value),
|
|
724
|
+
onKeyup: f[1] || (f[1] = ye((q) => _.value = !_.value, ["enter"])),
|
|
725
725
|
"aria-label": e.informationLabel,
|
|
726
726
|
tabindex: "0",
|
|
727
727
|
"aria-haspopup": "dialog"
|
|
@@ -742,7 +742,7 @@ const de = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-e18c70fd"]]), nt = { cla
|
|
|
742
742
|
class: c(e.variant),
|
|
743
743
|
ref_key: "slider",
|
|
744
744
|
ref: n,
|
|
745
|
-
onInput:
|
|
745
|
+
onInput: f[2] || (f[2] = ({ target: q }) => l.value = parseFloat(q.value))
|
|
746
746
|
}, null, 42, ht),
|
|
747
747
|
t("span", {
|
|
748
748
|
class: c([e.variant, "slider__minmax"])
|
|
@@ -754,8 +754,8 @@ const de = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-e18c70fd"]]), nt = { cla
|
|
|
754
754
|
]),
|
|
755
755
|
e.information ? (a(), D(de, {
|
|
756
756
|
key: 0,
|
|
757
|
-
show:
|
|
758
|
-
"onUpdate:show":
|
|
757
|
+
show: _.value,
|
|
758
|
+
"onUpdate:show": f[3] || (f[3] = (q) => _.value = q)
|
|
759
759
|
}, {
|
|
760
760
|
default: $(() => [
|
|
761
761
|
j(o(e.information), 1)
|
|
@@ -765,7 +765,7 @@ const de = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-e18c70fd"]]), nt = { cla
|
|
|
765
765
|
]));
|
|
766
766
|
}
|
|
767
767
|
});
|
|
768
|
-
const mt = /* @__PURE__ */ v(vt, [["__scopeId", "data-v-6dbb2648"]]),
|
|
768
|
+
const mt = /* @__PURE__ */ v(vt, [["__scopeId", "data-v-6dbb2648"]]), 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({
|
|
769
769
|
__name: "textarea",
|
|
770
770
|
props: {
|
|
771
771
|
id: {
|
|
@@ -805,11 +805,11 @@ const mt = /* @__PURE__ */ v(vt, [["__scopeId", "data-v-6dbb2648"]]), ft = { id:
|
|
|
805
805
|
},
|
|
806
806
|
emits: ["update:modelValue"],
|
|
807
807
|
setup(e) {
|
|
808
|
-
return (i, s) => (a(), r("div",
|
|
808
|
+
return (i, s) => (a(), r("div", gt, [
|
|
809
809
|
t("label", {
|
|
810
810
|
for: e.id,
|
|
811
811
|
class: c({ required: e.required })
|
|
812
|
-
}, o(e.labelText) + o(e.required ? " *" : ""), 11,
|
|
812
|
+
}, o(e.labelText) + o(e.required ? " *" : ""), 11, ft),
|
|
813
813
|
t("div", {
|
|
814
814
|
id: e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? "textarea-wrapper__inner" : ""
|
|
815
815
|
}, [
|
|
@@ -842,7 +842,7 @@ const mt = /* @__PURE__ */ v(vt, [["__scopeId", "data-v-6dbb2648"]]), ft = { id:
|
|
|
842
842
|
]));
|
|
843
843
|
}
|
|
844
844
|
});
|
|
845
|
-
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"],
|
|
845
|
+
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"], Tt = ["type", "value", "placeholder", "id", "required", "disabled", "name"], Lt = {
|
|
846
846
|
key: 2,
|
|
847
847
|
class: "search"
|
|
848
848
|
}, Ct = {
|
|
@@ -934,7 +934,7 @@ const wt = /* @__PURE__ */ v(kt, [["__scopeId", "data-v-626f208b"]]), xt = { cla
|
|
|
934
934
|
), l = E(
|
|
935
935
|
() => i.value ? "password" : "text"
|
|
936
936
|
);
|
|
937
|
-
return (n,
|
|
937
|
+
return (n, _) => (a(), r("div", xt, [
|
|
938
938
|
t("label", {
|
|
939
939
|
for: e.id,
|
|
940
940
|
class: c([
|
|
@@ -951,14 +951,14 @@ const wt = /* @__PURE__ */ v(kt, [["__scopeId", "data-v-626f208b"]]), xt = { cla
|
|
|
951
951
|
placeholder: e.placeholder,
|
|
952
952
|
required: e.required,
|
|
953
953
|
disabled: e.disabled,
|
|
954
|
-
onInput:
|
|
954
|
+
onInput: _[0] || (_[0] = (b) => n.$emit("update:modelValue", b.target.value)),
|
|
955
955
|
name: e.fieldName,
|
|
956
956
|
ref: "passwordField"
|
|
957
957
|
}, null, 40, Bt),
|
|
958
958
|
t("i", {
|
|
959
959
|
role: "button",
|
|
960
960
|
class: c([s.value]),
|
|
961
|
-
onClick:
|
|
961
|
+
onClick: _[1] || (_[1] = (b) => i.value = !i.value),
|
|
962
962
|
"aria-controls": "password",
|
|
963
963
|
"aria-expanded": !i.value
|
|
964
964
|
}, null, 10, It)
|
|
@@ -975,11 +975,11 @@ const wt = /* @__PURE__ */ v(kt, [["__scopeId", "data-v-626f208b"]]), xt = { cla
|
|
|
975
975
|
e.search ? "search" : ""
|
|
976
976
|
]),
|
|
977
977
|
disabled: e.disabled,
|
|
978
|
-
onInput:
|
|
978
|
+
onInput: _[2] || (_[2] = (b) => n.$emit("update:modelValue", b.target.value)),
|
|
979
979
|
name: e.fieldName,
|
|
980
980
|
ref: "textField"
|
|
981
|
-
}, null, 42,
|
|
982
|
-
e.search ? (a(), r("i",
|
|
981
|
+
}, null, 42, Tt)),
|
|
982
|
+
e.search ? (a(), r("i", Lt)) : m("", !0),
|
|
983
983
|
e.errorMessage ? (a(), r("strong", Ct, o(e.errorMessage), 1)) : m("", !0),
|
|
984
984
|
e.helperText ? (a(), r("span", Vt, o(e.helperText), 1)) : m("", !0)
|
|
985
985
|
]));
|
|
@@ -1045,7 +1045,7 @@ const Dt = /* @__PURE__ */ v(At, [["__scopeId", "data-v-f0ec9f97"]]), Mt = { cla
|
|
|
1045
1045
|
resetVideo: () => {
|
|
1046
1046
|
l.value && (l.value.currentTime = 0, l.value.play());
|
|
1047
1047
|
}
|
|
1048
|
-
}), (
|
|
1048
|
+
}), (_, b) => (a(), r("div", Mt, [
|
|
1049
1049
|
e.localVideo ? (a(), r("video", {
|
|
1050
1050
|
key: 0,
|
|
1051
1051
|
ref_key: "videoRef",
|
|
@@ -1109,7 +1109,7 @@ const K = /* @__PURE__ */ v(Pt, [["__scopeId", "data-v-c449311a"]]), Ft = { clas
|
|
|
1109
1109
|
return (i, s) => (a(), r("div", Ft, [
|
|
1110
1110
|
t("div", Et, [
|
|
1111
1111
|
t("div", Nt, [
|
|
1112
|
-
|
|
1112
|
+
u(i.$slots, "address-flag", {}, void 0, !0)
|
|
1113
1113
|
]),
|
|
1114
1114
|
t("div", Ht, [
|
|
1115
1115
|
t("p", Rt, o(e.name), 1),
|
|
@@ -1119,7 +1119,7 @@ const K = /* @__PURE__ */ v(Pt, [["__scopeId", "data-v-c449311a"]]), Ft = { clas
|
|
|
1119
1119
|
e.addressLine_3 ? (a(), r("p", jt, o(e.addressLine_3), 1)) : m("", !0)
|
|
1120
1120
|
]),
|
|
1121
1121
|
t("div", Kt, [
|
|
1122
|
-
(a(!0), r(I, null,
|
|
1122
|
+
(a(!0), r(I, null, T(e.phone_numbers, (l) => (a(), D(V, {
|
|
1123
1123
|
underline: "false",
|
|
1124
1124
|
linkType: "regular"
|
|
1125
1125
|
}, {
|
|
@@ -1165,7 +1165,7 @@ const Yt = /* @__PURE__ */ v(Gt, [["__scopeId", "data-v-22ea3b79"]]), Qt = (e) =
|
|
|
1165
1165
|
class: c(["bullet-list", e.variant])
|
|
1166
1166
|
}, [
|
|
1167
1167
|
t("ul", null, [
|
|
1168
|
-
(a(!0), r(I, null,
|
|
1168
|
+
(a(!0), r(I, null, T(e.list, (l) => (a(), r("li", null, [
|
|
1169
1169
|
Xt,
|
|
1170
1170
|
j(" " + o(l), 1)
|
|
1171
1171
|
]))), 256))
|
|
@@ -1234,7 +1234,7 @@ const ea = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-a335dd30"]]), ta = { cla
|
|
|
1234
1234
|
setup(e, { emit: i }) {
|
|
1235
1235
|
const s = be();
|
|
1236
1236
|
let l = w(!1);
|
|
1237
|
-
return (n,
|
|
1237
|
+
return (n, _) => (a(), r("div", ta, [
|
|
1238
1238
|
t("div", {
|
|
1239
1239
|
class: c(["card", [
|
|
1240
1240
|
e.theme == "dark" ? "card--dark" : "card--light",
|
|
@@ -1244,12 +1244,12 @@ const ea = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-a335dd30"]]), ta = { cla
|
|
|
1244
1244
|
e.variant == "product" ? "card--product" : "card--article"
|
|
1245
1245
|
]]),
|
|
1246
1246
|
style: te([e.variant == "product" ? "font-weight: 700" : "font-weight: 300"]),
|
|
1247
|
-
onMouseover:
|
|
1248
|
-
onMouseout:
|
|
1247
|
+
onMouseover: _[0] || (_[0] = (b) => ie(l) ? l.value = !0 : l = !0),
|
|
1248
|
+
onMouseout: _[1] || (_[1] = (b) => ie(l) ? l.value = !1 : l = !1)
|
|
1249
1249
|
}, [
|
|
1250
|
-
e.mediaType == "image" ? (a(), D(
|
|
1250
|
+
e.mediaType == "image" ? (a(), D(L, { key: 0 }, {
|
|
1251
1251
|
default: $(() => [
|
|
1252
|
-
|
|
1252
|
+
u(n.$slots, "card-image", ee({
|
|
1253
1253
|
src: e.imgSrc,
|
|
1254
1254
|
height: e.size == "small" ? "186" : e.size == "medium" ? "243" : e.size == "large" ? "335" : "",
|
|
1255
1255
|
width: e.size == "small" ? "298" : e.size == "medium" ? "432" : e.size == "large" ? "596" : "",
|
|
@@ -1261,10 +1261,10 @@ const ea = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-a335dd30"]]), ta = { cla
|
|
|
1261
1261
|
_: 3
|
|
1262
1262
|
})) : (a(), r("div", {
|
|
1263
1263
|
key: 1,
|
|
1264
|
-
class: c(["video-card__wrapper",
|
|
1264
|
+
class: c(["video-card__wrapper", B(l) == !0 ? "vimeoPlaying" : ""])
|
|
1265
1265
|
}, [
|
|
1266
1266
|
p(K, {
|
|
1267
|
-
play:
|
|
1267
|
+
play: B(l),
|
|
1268
1268
|
localVideo: !0,
|
|
1269
1269
|
src: e.videoSrc,
|
|
1270
1270
|
"aria-label": e.arialabel,
|
|
@@ -1277,8 +1277,8 @@ const ea = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-a335dd30"]]), ta = { cla
|
|
|
1277
1277
|
muted: !0
|
|
1278
1278
|
}, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
|
|
1279
1279
|
], 2)),
|
|
1280
|
-
|
|
1281
|
-
|
|
1280
|
+
B(s)["card-label"] ? (a(), r("div", aa, [
|
|
1281
|
+
u(n.$slots, "card-label")
|
|
1282
1282
|
])) : m("", !0),
|
|
1283
1283
|
e.variant === "product" ? (a(), r("h3", {
|
|
1284
1284
|
key: 3,
|
|
@@ -1332,7 +1332,7 @@ const ra = /* @__PURE__ */ v(ia, [["__scopeId", "data-v-ed5d7a87"]]), sa = (e) =
|
|
|
1332
1332
|
]));
|
|
1333
1333
|
}
|
|
1334
1334
|
});
|
|
1335
|
-
const ha = /* @__PURE__ */ v(_a, [["__scopeId", "data-v-b0f9972c"]]), va = { class: "text__wrapper" }, ma = { class: "text__headline" },
|
|
1335
|
+
const ha = /* @__PURE__ */ v(_a, [["__scopeId", "data-v-b0f9972c"]]), va = { class: "text__wrapper" }, ma = { class: "text__headline" }, ga = { class: "text__paragraph" }, fa = /* @__PURE__ */ h({
|
|
1336
1336
|
__name: "text-card",
|
|
1337
1337
|
props: {
|
|
1338
1338
|
label: {
|
|
@@ -1355,13 +1355,13 @@ const ha = /* @__PURE__ */ v(_a, [["__scopeId", "data-v-b0f9972c"]]), va = { cla
|
|
|
1355
1355
|
text: e.label ? e.label : ""
|
|
1356
1356
|
}, null, 8, ["text"]),
|
|
1357
1357
|
t("div", ma, o(e.headline), 1),
|
|
1358
|
-
t("div",
|
|
1358
|
+
t("div", ga, [
|
|
1359
1359
|
t("p", null, o(e.paragraph), 1)
|
|
1360
1360
|
])
|
|
1361
1361
|
]));
|
|
1362
1362
|
}
|
|
1363
1363
|
});
|
|
1364
|
-
const ya = /* @__PURE__ */ v(
|
|
1364
|
+
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 = {
|
|
1365
1365
|
key: 0,
|
|
1366
1366
|
class: "facts__link"
|
|
1367
1367
|
}, Ba = /* @__PURE__ */ h({
|
|
@@ -1386,7 +1386,7 @@ const ya = /* @__PURE__ */ v(ga, [["__scopeId", "data-v-b07d352b"]]), ba = { cla
|
|
|
1386
1386
|
t("div", pa, [
|
|
1387
1387
|
t("h2", $a, o(e.headline), 1),
|
|
1388
1388
|
t("div", ka, [
|
|
1389
|
-
(a(!0), r(I, null,
|
|
1389
|
+
(a(!0), r(I, null, T(e.facts, (l) => (a(), r("div", wa, [
|
|
1390
1390
|
t("div", xa, [
|
|
1391
1391
|
t("span", null, o(l.value), 1)
|
|
1392
1392
|
]),
|
|
@@ -1401,7 +1401,7 @@ const ya = /* @__PURE__ */ v(ga, [["__scopeId", "data-v-b07d352b"]]), ba = { cla
|
|
|
1401
1401
|
arrow: ""
|
|
1402
1402
|
}, {
|
|
1403
1403
|
default: $(() => [
|
|
1404
|
-
|
|
1404
|
+
u(i.$slots, "facts-link", {}, void 0, !0)
|
|
1405
1405
|
]),
|
|
1406
1406
|
_: 3
|
|
1407
1407
|
})
|
|
@@ -1410,7 +1410,7 @@ const ya = /* @__PURE__ */ v(ga, [["__scopeId", "data-v-b07d352b"]]), ba = { cla
|
|
|
1410
1410
|
]));
|
|
1411
1411
|
}
|
|
1412
1412
|
});
|
|
1413
|
-
const Ia = /* @__PURE__ */ v(Ba, [["__scopeId", "data-v-7db53845"]]),
|
|
1413
|
+
const Ia = /* @__PURE__ */ v(Ba, [["__scopeId", "data-v-7db53845"]]), Ta = { class: "features__wrapper" }, La = { class: "features__content" }, Ca = {
|
|
1414
1414
|
key: 0,
|
|
1415
1415
|
class: "features__headline"
|
|
1416
1416
|
}, Va = {
|
|
@@ -1434,8 +1434,8 @@ const Ia = /* @__PURE__ */ v(Ba, [["__scopeId", "data-v-7db53845"]]), La = { cla
|
|
|
1434
1434
|
}
|
|
1435
1435
|
},
|
|
1436
1436
|
setup(e) {
|
|
1437
|
-
return (i, s) => (a(), r("div",
|
|
1438
|
-
t("div",
|
|
1437
|
+
return (i, s) => (a(), r("div", Ta, [
|
|
1438
|
+
t("div", La, [
|
|
1439
1439
|
e.headline ? (a(), r("div", Ca, [
|
|
1440
1440
|
t("h2", null, o(e.headline), 1)
|
|
1441
1441
|
])) : m("", !0),
|
|
@@ -1445,10 +1445,10 @@ const Ia = /* @__PURE__ */ v(Ba, [["__scopeId", "data-v-7db53845"]]), La = { cla
|
|
|
1445
1445
|
t("div", {
|
|
1446
1446
|
class: c(["features__elements", [e.elements.length == 6 ? "features__elements--grid-6" : ""]])
|
|
1447
1447
|
}, [
|
|
1448
|
-
(a(!0), r(I, null,
|
|
1449
|
-
p(
|
|
1448
|
+
(a(!0), r(I, null, T(e.elements, (l) => (a(), r("div", Aa, [
|
|
1449
|
+
p(L, { class: "element__icon" }, {
|
|
1450
1450
|
default: $(() => [
|
|
1451
|
-
|
|
1451
|
+
u(i.$slots, "features-icon", A(M({
|
|
1452
1452
|
src: l.icon.src,
|
|
1453
1453
|
height: 30,
|
|
1454
1454
|
width: 30,
|
|
@@ -1485,9 +1485,9 @@ const za = /* @__PURE__ */ v(Oa, [["__scopeId", "data-v-35a864e7"]]), Pa = { cla
|
|
|
1485
1485
|
return (i, s) => (a(), r("div", Pa, [
|
|
1486
1486
|
t("div", Fa, [
|
|
1487
1487
|
t("div", Ea, [
|
|
1488
|
-
p(
|
|
1488
|
+
p(L, null, {
|
|
1489
1489
|
default: $(() => [
|
|
1490
|
-
|
|
1490
|
+
u(i.$slots, "image", A(M({ width: 984, height: 554, src: e.src, alt: e.alt })))
|
|
1491
1491
|
]),
|
|
1492
1492
|
_: 3
|
|
1493
1493
|
})
|
|
@@ -1559,9 +1559,9 @@ const Ra = /* @__PURE__ */ v(Ha, [["__scopeId", "data-v-624f5b56"]]), ja = { cla
|
|
|
1559
1559
|
}, [
|
|
1560
1560
|
t("div", ja, [
|
|
1561
1561
|
e.mediaLarge && e.mediaType === "image" ? (a(), r("div", Ka, [
|
|
1562
|
-
p(
|
|
1562
|
+
p(L, null, {
|
|
1563
1563
|
default: $(() => [
|
|
1564
|
-
|
|
1564
|
+
u(i.$slots, "image-large", A(M({
|
|
1565
1565
|
width: 617,
|
|
1566
1566
|
height: 530,
|
|
1567
1567
|
src: e.mediaLarge.src,
|
|
@@ -1593,10 +1593,10 @@ const Ra = /* @__PURE__ */ v(Ha, [["__scopeId", "data-v-624f5b56"]]), ja = { cla
|
|
|
1593
1593
|
e.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
|
|
1594
1594
|
])
|
|
1595
1595
|
}, [
|
|
1596
|
-
(a(!0), r(I, null,
|
|
1597
|
-
p(
|
|
1596
|
+
(a(!0), r(I, null, T(e.mediaSmall, (l) => (a(), r("div", Wa, [
|
|
1597
|
+
p(L, null, {
|
|
1598
1598
|
default: $(() => [
|
|
1599
|
-
|
|
1599
|
+
u(i.$slots, "image-small", A(M({
|
|
1600
1600
|
width: 328,
|
|
1601
1601
|
height: 246,
|
|
1602
1602
|
src: l.src,
|
|
@@ -1671,7 +1671,7 @@ const el = /* @__PURE__ */ v(Za, [["__scopeId", "data-v-080238bd"]]), tl = (e) =
|
|
|
1671
1671
|
arrow: ""
|
|
1672
1672
|
}, {
|
|
1673
1673
|
default: $(() => [
|
|
1674
|
-
|
|
1674
|
+
u(i.$slots, "hero-link", {}, void 0, !0)
|
|
1675
1675
|
]),
|
|
1676
1676
|
_: 3
|
|
1677
1677
|
})
|
|
@@ -1699,7 +1699,7 @@ const el = /* @__PURE__ */ v(Za, [["__scopeId", "data-v-080238bd"]]), tl = (e) =
|
|
|
1699
1699
|
const ul = /* @__PURE__ */ v(cl, [["__scopeId", "data-v-de757e46"]]), _l = { class: "logo-wall__wrapper" }, hl = { class: "logo-wall__content" }, vl = {
|
|
1700
1700
|
key: 0,
|
|
1701
1701
|
class: "logo-wall__text"
|
|
1702
|
-
}, ml = { key: 0 },
|
|
1702
|
+
}, ml = { key: 0 }, gl = { key: 1 }, fl = { class: "logo-wall__logos" }, yl = { class: "logo-wall__logo" }, bl = { class: "logo-wall__link" }, pl = /* @__PURE__ */ h({
|
|
1703
1703
|
__name: "logo-wall",
|
|
1704
1704
|
props: {
|
|
1705
1705
|
headline: {
|
|
@@ -1719,13 +1719,13 @@ const ul = /* @__PURE__ */ v(cl, [["__scopeId", "data-v-de757e46"]]), _l = { cla
|
|
|
1719
1719
|
t("div", hl, [
|
|
1720
1720
|
e.headline || e.body ? (a(), r("div", vl, [
|
|
1721
1721
|
e.headline ? (a(), r("h2", ml, o(e.headline), 1)) : m("", !0),
|
|
1722
|
-
e.body ? (a(), r("p",
|
|
1722
|
+
e.body ? (a(), r("p", gl, o(e.body), 1)) : m("", !0)
|
|
1723
1723
|
])) : m("", !0),
|
|
1724
|
-
t("div",
|
|
1725
|
-
(a(!0), r(I, null,
|
|
1726
|
-
p(
|
|
1724
|
+
t("div", fl, [
|
|
1725
|
+
(a(!0), r(I, null, T(e.logos, (l) => (a(), r("div", yl, [
|
|
1726
|
+
p(L, null, {
|
|
1727
1727
|
default: $(() => [
|
|
1728
|
-
|
|
1728
|
+
u(i.$slots, "logo-wall-logo", A(M({
|
|
1729
1729
|
width: 130,
|
|
1730
1730
|
height: 130,
|
|
1731
1731
|
src: l.src,
|
|
@@ -1742,7 +1742,7 @@ const ul = /* @__PURE__ */ v(cl, [["__scopeId", "data-v-de757e46"]]), _l = { cla
|
|
|
1742
1742
|
arrow: !0
|
|
1743
1743
|
}, {
|
|
1744
1744
|
default: $(() => [
|
|
1745
|
-
|
|
1745
|
+
u(i.$slots, "logo-wall-link", {}, void 0, !0)
|
|
1746
1746
|
]),
|
|
1747
1747
|
_: 3
|
|
1748
1748
|
})
|
|
@@ -1783,9 +1783,9 @@ const $l = /* @__PURE__ */ v(pl, [["__scopeId", "data-v-299e5b4b"]]), kl = { cla
|
|
|
1783
1783
|
])
|
|
1784
1784
|
}, [
|
|
1785
1785
|
t("div", kl, [
|
|
1786
|
-
|
|
1786
|
+
u(i.$slots, "micro-stories-slides")
|
|
1787
1787
|
]),
|
|
1788
|
-
|
|
1788
|
+
u(i.$slots, "micro-stories-controls")
|
|
1789
1789
|
], 2));
|
|
1790
1790
|
}
|
|
1791
1791
|
});
|
|
@@ -1793,11 +1793,11 @@ const xl = {}, Sl = { class: "policy__wrapper" }, ql = { class: "policy__content
|
|
|
1793
1793
|
function Bl(e, i) {
|
|
1794
1794
|
return a(), r("div", Sl, [
|
|
1795
1795
|
t("div", ql, [
|
|
1796
|
-
|
|
1796
|
+
u(e.$slots, "default", {}, void 0, !0)
|
|
1797
1797
|
])
|
|
1798
1798
|
]);
|
|
1799
1799
|
}
|
|
1800
|
-
const Il = /* @__PURE__ */ v(xl, [["render", Bl], ["__scopeId", "data-v-4ef880d9"]]),
|
|
1800
|
+
const Il = /* @__PURE__ */ v(xl, [["render", Bl], ["__scopeId", "data-v-4ef880d9"]]), Tl = { class: "product-hero__wrapper" }, Ll = { class: "product-hero__content" }, Cl = { class: "product-hero__headline" }, Vl = { class: "product-hero__video" }, Al = /* @__PURE__ */ h({
|
|
1801
1801
|
__name: "product-hero",
|
|
1802
1802
|
props: {
|
|
1803
1803
|
headline: {
|
|
@@ -1822,8 +1822,8 @@ const Il = /* @__PURE__ */ v(xl, [["render", Bl], ["__scopeId", "data-v-4ef880d9
|
|
|
1822
1822
|
}
|
|
1823
1823
|
},
|
|
1824
1824
|
setup(e) {
|
|
1825
|
-
return (i, s) => (a(), r("div",
|
|
1826
|
-
t("div",
|
|
1825
|
+
return (i, s) => (a(), r("div", Tl, [
|
|
1826
|
+
t("div", Ll, [
|
|
1827
1827
|
t("div", Cl, [
|
|
1828
1828
|
t("h1", null, o(e.headline), 1)
|
|
1829
1829
|
]),
|
|
@@ -1907,9 +1907,9 @@ const Dl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-2ca17b92"]]), Ml = { cla
|
|
|
1907
1907
|
e.reverse ? "promo__image--reverse" : "promo__image--default"
|
|
1908
1908
|
])
|
|
1909
1909
|
}, [
|
|
1910
|
-
p(
|
|
1910
|
+
p(L, null, {
|
|
1911
1911
|
default: $(() => [
|
|
1912
|
-
|
|
1912
|
+
u(i.$slots, "promo-image", A(M({ src: e.src, width: 1920, alt: e.alt, height: 1080 })))
|
|
1913
1913
|
]),
|
|
1914
1914
|
_: 3
|
|
1915
1915
|
})
|
|
@@ -1956,7 +1956,7 @@ const Dl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-2ca17b92"]]), Ml = { cla
|
|
|
1956
1956
|
arrow: ""
|
|
1957
1957
|
}, {
|
|
1958
1958
|
default: $(() => [
|
|
1959
|
-
|
|
1959
|
+
u(i.$slots, "promo-link")
|
|
1960
1960
|
]),
|
|
1961
1961
|
_: 3
|
|
1962
1962
|
}, 8, ["linkType"])) : m("", !0),
|
|
@@ -1965,7 +1965,7 @@ const Dl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-2ca17b92"]]), Ml = { cla
|
|
|
1965
1965
|
linkType: e.variant === "dark" ? "secondary-dark" : (e.variant === "light", "secondary")
|
|
1966
1966
|
}, {
|
|
1967
1967
|
default: $(() => [
|
|
1968
|
-
|
|
1968
|
+
u(i.$slots, "promo-link")
|
|
1969
1969
|
]),
|
|
1970
1970
|
_: 3
|
|
1971
1971
|
}, 8, ["linkType"])) : m("", !0)
|
|
@@ -2005,9 +2005,9 @@ const zl = /* @__PURE__ */ v(Ol, [["__scopeId", "data-v-ef98dc86"]]), Pl = (e) =
|
|
|
2005
2005
|
t("p", Rl, o(e.quote), 1),
|
|
2006
2006
|
t("div", jl, [
|
|
2007
2007
|
e.authorImage ? (a(), r("div", Kl, [
|
|
2008
|
-
p(
|
|
2008
|
+
p(L, null, {
|
|
2009
2009
|
default: $(() => [
|
|
2010
|
-
|
|
2010
|
+
u(i.$slots, "author-image", A(M({
|
|
2011
2011
|
src: e.authorImage + "/m/100x100",
|
|
2012
2012
|
width: 60,
|
|
2013
2013
|
height: 60
|
|
@@ -2098,13 +2098,13 @@ const Ql = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-18440f83"]]), Jl = { cla
|
|
|
2098
2098
|
e.bulletList || e.image ? "rich-text__body--content-right" : ""
|
|
2099
2099
|
])
|
|
2100
2100
|
}, [
|
|
2101
|
-
|
|
2101
|
+
u(i.$slots, "rich-text-content"),
|
|
2102
2102
|
e.links ? (a(), r("div", Xl, [
|
|
2103
|
-
|
|
2103
|
+
u(i.$slots, "rich-text-links")
|
|
2104
2104
|
])) : m("", !0)
|
|
2105
2105
|
], 2),
|
|
2106
2106
|
e.bulletList ? (a(), r("div", Zl, [
|
|
2107
|
-
|
|
2107
|
+
u(i.$slots, "rich-text-bullet-list")
|
|
2108
2108
|
])) : m("", !0),
|
|
2109
2109
|
e.image ? (a(), r("div", {
|
|
2110
2110
|
key: 1,
|
|
@@ -2113,9 +2113,9 @@ const Ql = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-18440f83"]]), Jl = { cla
|
|
|
2113
2113
|
e.imageClip ? "rich-text__image--clip" : ""
|
|
2114
2114
|
])
|
|
2115
2115
|
}, [
|
|
2116
|
-
p(
|
|
2116
|
+
p(L, null, {
|
|
2117
2117
|
default: $(() => [
|
|
2118
|
-
|
|
2118
|
+
u(i.$slots, "rich-text-image", A(M({ width: 865, height: 307 })))
|
|
2119
2119
|
]),
|
|
2120
2120
|
_: 3
|
|
2121
2121
|
})
|
|
@@ -2154,13 +2154,13 @@ const ti = /* @__PURE__ */ v(ei, [["__scopeId", "data-v-ab50f960"]]), ai = (e) =
|
|
|
2154
2154
|
}), (i, s) => (a(), r("div", li, [
|
|
2155
2155
|
t("div", ii, [
|
|
2156
2156
|
t("div", ri, [
|
|
2157
|
-
(a(!0), r(I, null,
|
|
2157
|
+
(a(!0), r(I, null, T(e.timelineItems, (l) => (a(), r("div", si, [
|
|
2158
2158
|
t("div", oi, o(l.year), 1),
|
|
2159
2159
|
ni,
|
|
2160
2160
|
t("div", di, [
|
|
2161
|
-
p(
|
|
2161
|
+
p(L, null, {
|
|
2162
2162
|
default: $(() => [
|
|
2163
|
-
l.media.type === "image" ?
|
|
2163
|
+
l.media.type === "image" ? u(i.$slots, "timeline-image", A(ee({ key: 0 }, { src: l.media.src, alt: l.media.alt })), void 0, !0) : m("", !0)
|
|
2164
2164
|
]),
|
|
2165
2165
|
_: 2
|
|
2166
2166
|
}, 1024),
|
|
@@ -2179,7 +2179,7 @@ const ti = /* @__PURE__ */ v(ei, [["__scopeId", "data-v-ab50f960"]]), ai = (e) =
|
|
|
2179
2179
|
const _i = /* @__PURE__ */ v(ui, [["__scopeId", "data-v-df182fbb"]]), hi = { class: "triple-card-display__wrapper" }, vi = {
|
|
2180
2180
|
key: 0,
|
|
2181
2181
|
class: "triple-card__content"
|
|
2182
|
-
}, mi = { key: 0 },
|
|
2182
|
+
}, mi = { key: 0 }, gi = { key: 1 }, fi = { class: "triple-card__cards" }, yi = /* @__PURE__ */ h({
|
|
2183
2183
|
__name: "triple-card-display",
|
|
2184
2184
|
props: {
|
|
2185
2185
|
headline: {
|
|
@@ -2205,10 +2205,10 @@ const _i = /* @__PURE__ */ v(ui, [["__scopeId", "data-v-df182fbb"]]), hi = { cla
|
|
|
2205
2205
|
t("div", hi, [
|
|
2206
2206
|
e.headline || e.paragraph ? (a(), r("div", vi, [
|
|
2207
2207
|
e.headline ? (a(), r("h2", mi, o(e.headline), 1)) : m("", !0),
|
|
2208
|
-
e.paragraph ? (a(), r("p",
|
|
2208
|
+
e.paragraph ? (a(), r("p", gi, o(e.paragraph), 1)) : m("", !0)
|
|
2209
2209
|
])) : m("", !0),
|
|
2210
|
-
t("div",
|
|
2211
|
-
|
|
2210
|
+
t("div", fi, [
|
|
2211
|
+
u(i.$slots, "triple-card-display-cards", {}, void 0, !0)
|
|
2212
2212
|
])
|
|
2213
2213
|
])
|
|
2214
2214
|
], 2));
|
|
@@ -2234,13 +2234,13 @@ const bi = /* @__PURE__ */ v(yi, [["__scopeId", "data-v-e7b427f6"]]), pi = { cla
|
|
|
2234
2234
|
return (i, s) => (a(), r("div", pi, [
|
|
2235
2235
|
t("div", $i, [
|
|
2236
2236
|
e.headline ? (a(), r("h2", ki, o(e.headline), 1)) : m("", !0),
|
|
2237
|
-
|
|
2237
|
+
u(i.$slots, "vimeo-content", {}, void 0, !0),
|
|
2238
2238
|
e.description ? (a(), r("p", wi, o(e.description), 1)) : m("", !0)
|
|
2239
2239
|
])
|
|
2240
2240
|
]));
|
|
2241
2241
|
}
|
|
2242
2242
|
});
|
|
2243
|
-
const Si = /* @__PURE__ */ v(xi, [["__scopeId", "data-v-59fa125d"]]), qi = { class: "not-found__wrapper" }, Bi = { class: "not-found__content" }, Ii = { class: "not-found__headline" },
|
|
2243
|
+
const Si = /* @__PURE__ */ v(xi, [["__scopeId", "data-v-59fa125d"]]), qi = { class: "not-found__wrapper" }, Bi = { class: "not-found__content" }, Ii = { class: "not-found__headline" }, Ti = { class: "not-found__body" }, Li = /* @__PURE__ */ h({
|
|
2244
2244
|
__name: "404",
|
|
2245
2245
|
props: {
|
|
2246
2246
|
headline: {
|
|
@@ -2252,14 +2252,14 @@ const Si = /* @__PURE__ */ v(xi, [["__scopeId", "data-v-59fa125d"]]), qi = { cla
|
|
|
2252
2252
|
return (i, s) => (a(), r("div", qi, [
|
|
2253
2253
|
t("div", Bi, [
|
|
2254
2254
|
t("h1", Ii, o(e.headline), 1),
|
|
2255
|
-
t("div",
|
|
2256
|
-
|
|
2255
|
+
t("div", Ti, [
|
|
2256
|
+
u(i.$slots, "not-found-body", {}, void 0, !0)
|
|
2257
2257
|
])
|
|
2258
2258
|
])
|
|
2259
2259
|
]));
|
|
2260
2260
|
}
|
|
2261
2261
|
});
|
|
2262
|
-
const Ci = /* @__PURE__ */ v(
|
|
2262
|
+
const Ci = /* @__PURE__ */ v(Li, [["__scopeId", "data-v-a4285ce0"]]), Vi = { class: "filter__wrapper" }, Ai = { class: "filter__content" }, Di = { class: "filter__dropdowns" }, Mi = { class: "filter__chips" }, Oi = /* @__PURE__ */ h({
|
|
2263
2263
|
__name: "filter",
|
|
2264
2264
|
props: {
|
|
2265
2265
|
hasChips: {
|
|
@@ -2272,10 +2272,10 @@ const Ci = /* @__PURE__ */ v(Ti, [["__scopeId", "data-v-a4285ce0"]]), Vi = { cla
|
|
|
2272
2272
|
return (i, s) => (a(), r("div", Vi, [
|
|
2273
2273
|
t("div", Ai, [
|
|
2274
2274
|
t("div", Di, [
|
|
2275
|
-
|
|
2275
|
+
u(i.$slots, "filter-dropdowns")
|
|
2276
2276
|
]),
|
|
2277
2277
|
t("div", Mi, [
|
|
2278
|
-
|
|
2278
|
+
u(i.$slots, "filter-chips"),
|
|
2279
2279
|
e.hasChips ? (a(), r("button", {
|
|
2280
2280
|
key: 0,
|
|
2281
2281
|
class: "filter__clear",
|
|
@@ -2324,11 +2324,11 @@ const zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-73ba9888"]]), N = (e) =>
|
|
|
2324
2324
|
return (i, s) => (a(), r("div", Pi, [
|
|
2325
2325
|
t("footer", Fi, [
|
|
2326
2326
|
t("div", Ei, [
|
|
2327
|
-
(a(!0), r(I, null,
|
|
2327
|
+
(a(!0), r(I, null, T(e.footerSections, (l) => (a(), r("div", Ni, [
|
|
2328
2328
|
t("span", Hi, o(l.title), 1),
|
|
2329
2329
|
t("nav", null, [
|
|
2330
2330
|
t("ul", Ri, [
|
|
2331
|
-
|
|
2331
|
+
u(i.$slots, "section-links", {
|
|
2332
2332
|
links: l.links
|
|
2333
2333
|
})
|
|
2334
2334
|
])
|
|
@@ -2370,11 +2370,11 @@ const zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-73ba9888"]]), N = (e) =>
|
|
|
2370
2370
|
class: "footer__language-switcher",
|
|
2371
2371
|
onClick: s[0] || (s[0] = (l) => i.$emit("changeRegionClicked"))
|
|
2372
2372
|
}, tr),
|
|
2373
|
-
|
|
2374
|
-
|
|
2373
|
+
u(i.$slots, "footer-privacy-link"),
|
|
2374
|
+
u(i.$slots, "footer-cookie-link")
|
|
2375
2375
|
]),
|
|
2376
2376
|
t("div", ar, [
|
|
2377
|
-
(a(!0), r(I, null,
|
|
2377
|
+
(a(!0), r(I, null, T(e.socialMedia, (l) => (a(), D(V, {
|
|
2378
2378
|
underline: "false",
|
|
2379
2379
|
linkType: "regular"
|
|
2380
2380
|
}, {
|
|
@@ -2412,7 +2412,7 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { cla
|
|
|
2412
2412
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
2413
2413
|
alt: "dropdownarrow",
|
|
2414
2414
|
style: { transform: "rotate(180deg)" }
|
|
2415
|
-
}, hr = { class: "dropdown-content" }, vr = { class: "nav-search-wrapper" }, mr = ["src"],
|
|
2415
|
+
}, hr = { class: "dropdown-content" }, vr = { class: "nav-search-wrapper" }, mr = ["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 = { class: "mobile-menu-content-wrapper" }, wr = { class: "mobile-dropdown-content" }, xr = /* @__PURE__ */ h({
|
|
2416
2416
|
__name: "header",
|
|
2417
2417
|
props: {
|
|
2418
2418
|
burgerState: {
|
|
@@ -2432,10 +2432,10 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { cla
|
|
|
2432
2432
|
setup(e, { expose: i, emit: s }) {
|
|
2433
2433
|
const l = e;
|
|
2434
2434
|
w("");
|
|
2435
|
-
let n = null,
|
|
2435
|
+
let n = null, _ = w(l.burgerState), b = w(l.showDropDown);
|
|
2436
2436
|
re(
|
|
2437
2437
|
() => l.burgerState,
|
|
2438
|
-
(k) =>
|
|
2438
|
+
(k) => _.value = k
|
|
2439
2439
|
), re(
|
|
2440
2440
|
() => l.showDropDown,
|
|
2441
2441
|
(k) => b.value = k
|
|
@@ -2449,12 +2449,12 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { cla
|
|
|
2449
2449
|
function C() {
|
|
2450
2450
|
b.value = !b.value, s("update:showDropDown", b.value);
|
|
2451
2451
|
}
|
|
2452
|
-
function
|
|
2453
|
-
|
|
2452
|
+
function S() {
|
|
2453
|
+
_.value = !_.value, s("update:burgerState", _.value);
|
|
2454
2454
|
}
|
|
2455
|
-
let
|
|
2455
|
+
let f = w(null), q = w(null);
|
|
2456
2456
|
function X() {
|
|
2457
|
-
|
|
2457
|
+
f.value && f.value.blur();
|
|
2458
2458
|
}
|
|
2459
2459
|
return i({
|
|
2460
2460
|
defocusSearchButton: X
|
|
@@ -2462,23 +2462,23 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { cla
|
|
|
2462
2462
|
t("nav", null, [
|
|
2463
2463
|
t("div", or, [
|
|
2464
2464
|
t("div", nr, [
|
|
2465
|
-
|
|
2465
|
+
u(k.$slots, "link-logo", {}, void 0, !0)
|
|
2466
2466
|
]),
|
|
2467
2467
|
t("ul", dr, [
|
|
2468
|
-
|
|
2468
|
+
u(k.$slots, "main-nav-items", {}, void 0, !0)
|
|
2469
2469
|
]),
|
|
2470
2470
|
t("div", cr, [
|
|
2471
2471
|
t("button", {
|
|
2472
2472
|
onClick: C,
|
|
2473
2473
|
class: "nav-dropdown-btn"
|
|
2474
2474
|
}, [
|
|
2475
|
-
|
|
2476
|
-
|
|
2475
|
+
u(k.$slots, "dropdown-title", {}, void 0, !0),
|
|
2476
|
+
B(b) == !1 ? (a(), r("img", ur)) : (a(), r("img", _r))
|
|
2477
2477
|
]),
|
|
2478
2478
|
Q(t("div", hr, [
|
|
2479
|
-
|
|
2479
|
+
u(k.$slots, "dropdown-links", {}, void 0, !0)
|
|
2480
2480
|
], 512), [
|
|
2481
|
-
[Z,
|
|
2481
|
+
[Z, B(b)]
|
|
2482
2482
|
])
|
|
2483
2483
|
], 512),
|
|
2484
2484
|
t("div", vr, [
|
|
@@ -2486,76 +2486,76 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { cla
|
|
|
2486
2486
|
class: "search-icon",
|
|
2487
2487
|
onClick: H[0] || (H[0] = (G) => {
|
|
2488
2488
|
var F;
|
|
2489
|
-
return k.$emit("clickSearch"), (F =
|
|
2489
|
+
return k.$emit("clickSearch"), (F = B(f)) == null ? void 0 : F.blur();
|
|
2490
2490
|
}),
|
|
2491
2491
|
ref_key: "navSearchButton",
|
|
2492
|
-
ref:
|
|
2492
|
+
ref: f
|
|
2493
2493
|
}, [
|
|
2494
2494
|
t("img", {
|
|
2495
|
-
src:
|
|
2495
|
+
src: B(_) == !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",
|
|
2496
2496
|
alt: "search icon",
|
|
2497
|
-
width: "
|
|
2498
|
-
height: "
|
|
2497
|
+
width: "20",
|
|
2498
|
+
height: "20"
|
|
2499
2499
|
}, null, 8, mr)
|
|
2500
2500
|
], 512)
|
|
2501
2501
|
])
|
|
2502
2502
|
]),
|
|
2503
2503
|
t("div", {
|
|
2504
|
-
class: c(["mobile-nav-wrapper",
|
|
2504
|
+
class: c(["mobile-nav-wrapper", B(_) == !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
|
|
2505
2505
|
}, [
|
|
2506
|
-
t("div",
|
|
2507
|
-
t("div",
|
|
2508
|
-
|
|
2506
|
+
t("div", gr, [
|
|
2507
|
+
t("div", fr, [
|
|
2508
|
+
u(k.$slots, "link-logo", {}, void 0, !0)
|
|
2509
2509
|
]),
|
|
2510
2510
|
t("div", yr, [
|
|
2511
2511
|
t("button", {
|
|
2512
2512
|
class: "search-icon",
|
|
2513
2513
|
onClick: H[1] || (H[1] = (G) => {
|
|
2514
2514
|
var F;
|
|
2515
|
-
return k.$emit("clickSearch"), (F =
|
|
2515
|
+
return k.$emit("clickSearch"), (F = B(q)) == null ? void 0 : F.blur();
|
|
2516
2516
|
}),
|
|
2517
2517
|
ref_key: "mobileSearchButton",
|
|
2518
|
-
ref:
|
|
2518
|
+
ref: q,
|
|
2519
|
+
"aria-label": "Toggle search"
|
|
2519
2520
|
}, [
|
|
2520
2521
|
t("img", {
|
|
2521
|
-
src:
|
|
2522
|
+
src: B(_) == !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",
|
|
2522
2523
|
alt: "search icon",
|
|
2523
|
-
width: "
|
|
2524
|
-
height: "
|
|
2524
|
+
width: "20",
|
|
2525
|
+
height: "20"
|
|
2525
2526
|
}, null, 8, br)
|
|
2526
2527
|
], 512)
|
|
2527
2528
|
]),
|
|
2528
2529
|
t("button", {
|
|
2529
|
-
onClick: se(
|
|
2530
|
-
class: "mobile-burger-wrapper"
|
|
2530
|
+
onClick: se(S, ["prevent"]),
|
|
2531
|
+
class: "mobile-burger-wrapper",
|
|
2532
|
+
"aria-label": "Toggle menu"
|
|
2531
2533
|
}, [
|
|
2532
2534
|
t("img", {
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
src: S(u) == !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"
|
|
2539
|
-
}, null, 10, kr)
|
|
2535
|
+
width: "20",
|
|
2536
|
+
height: "20",
|
|
2537
|
+
alt: "burger menu line icon",
|
|
2538
|
+
src: B(_) == !0 ? "https://a.storyblok.com/f/230581/17x18/20e9329e46/close-white.svg" : "https://a.storyblok.com/f/230581/23x14/739e917bca/burger-menu-line.svg"
|
|
2539
|
+
}, null, 8, $r)
|
|
2540
2540
|
], 8, pr)
|
|
2541
2541
|
]),
|
|
2542
|
-
Q(t("div",
|
|
2542
|
+
Q(t("div", kr, [
|
|
2543
2543
|
t("ul", null, [
|
|
2544
|
-
|
|
2544
|
+
u(k.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2545
2545
|
]),
|
|
2546
|
-
t("ul",
|
|
2547
|
-
|
|
2548
|
-
|
|
2546
|
+
t("ul", wr, [
|
|
2547
|
+
u(k.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2548
|
+
u(k.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2549
2549
|
])
|
|
2550
2550
|
], 512), [
|
|
2551
|
-
[Z,
|
|
2551
|
+
[Z, B(_)]
|
|
2552
2552
|
])
|
|
2553
2553
|
], 2)
|
|
2554
2554
|
])
|
|
2555
2555
|
]));
|
|
2556
2556
|
}
|
|
2557
2557
|
});
|
|
2558
|
-
const
|
|
2558
|
+
const Sr = /* @__PURE__ */ v(xr, [["__scopeId", "data-v-98560ea5"]]), qr = { class: "language__wrapper" }, Br = { class: "language__content" }, Ir = { class: "language__headline" }, Tr = { class: "language__paragraph" }, Lr = /* @__PURE__ */ h({
|
|
2559
2559
|
__name: "language-switcher",
|
|
2560
2560
|
props: {
|
|
2561
2561
|
headline: {
|
|
@@ -2566,16 +2566,16 @@ const qr = /* @__PURE__ */ v(Sr, [["__scopeId", "data-v-d62e1f41"]]), Br = { cla
|
|
|
2566
2566
|
}
|
|
2567
2567
|
},
|
|
2568
2568
|
setup(e) {
|
|
2569
|
-
return (i, s) => (a(), r("div",
|
|
2570
|
-
t("div",
|
|
2571
|
-
t("h2",
|
|
2569
|
+
return (i, s) => (a(), r("div", qr, [
|
|
2570
|
+
t("div", Br, [
|
|
2571
|
+
t("h2", Ir, o(e.headline), 1),
|
|
2572
2572
|
t("p", Tr, o(e.paragraph), 1),
|
|
2573
|
-
|
|
2573
|
+
u(i.$slots, "language-links", {}, void 0, !0)
|
|
2574
2574
|
])
|
|
2575
2575
|
]));
|
|
2576
2576
|
}
|
|
2577
2577
|
});
|
|
2578
|
-
const
|
|
2578
|
+
const Cr = /* @__PURE__ */ v(Lr, [["__scopeId", "data-v-a76ba727"]]), Vr = { class: "pagination__wrapper" }, Ar = { class: "pagination__content" }, Dr = /* @__PURE__ */ h({
|
|
2579
2579
|
__name: "pagination",
|
|
2580
2580
|
props: {
|
|
2581
2581
|
isPreviousDisabled: {
|
|
@@ -2589,15 +2589,15 @@ const Vr = /* @__PURE__ */ v(Cr, [["__scopeId", "data-v-a76ba727"]]), Ar = { cla
|
|
|
2589
2589
|
},
|
|
2590
2590
|
emits: ["previous", "next"],
|
|
2591
2591
|
setup(e) {
|
|
2592
|
-
return (i, s) => (a(), r("div",
|
|
2593
|
-
t("div",
|
|
2592
|
+
return (i, s) => (a(), r("div", Vr, [
|
|
2593
|
+
t("div", Ar, [
|
|
2594
2594
|
p(J, {
|
|
2595
2595
|
onClick: s[0] || (s[0] = (l) => i.$emit("previous")),
|
|
2596
2596
|
disabled: e.isPreviousDisabled,
|
|
2597
2597
|
variant: "previous",
|
|
2598
2598
|
ariaLabel: "previous"
|
|
2599
2599
|
}, null, 8, ["disabled"]),
|
|
2600
|
-
|
|
2600
|
+
u(i.$slots, "pagination-numbers"),
|
|
2601
2601
|
p(J, {
|
|
2602
2602
|
onClick: s[1] || (s[1] = (l) => i.$emit("next")),
|
|
2603
2603
|
disabled: e.isNextDisabled,
|
|
@@ -2608,16 +2608,16 @@ const Vr = /* @__PURE__ */ v(Cr, [["__scopeId", "data-v-a76ba727"]]), Ar = { cla
|
|
|
2608
2608
|
]));
|
|
2609
2609
|
}
|
|
2610
2610
|
});
|
|
2611
|
-
const
|
|
2612
|
-
const
|
|
2613
|
-
function
|
|
2614
|
-
return a(), r("div",
|
|
2615
|
-
|
|
2611
|
+
const Mr = /* @__PURE__ */ v(Dr, [["__scopeId", "data-v-9f08dcf6"]]);
|
|
2612
|
+
const Or = {}, zr = { class: "search__wrapper" };
|
|
2613
|
+
function Pr(e, i) {
|
|
2614
|
+
return a(), r("div", zr, [
|
|
2615
|
+
u(e.$slots, "default", { class: "search__content" })
|
|
2616
2616
|
]);
|
|
2617
2617
|
}
|
|
2618
|
-
const
|
|
2618
|
+
const Fr = /* @__PURE__ */ v(Or, [["render", Pr], ["__scopeId", "data-v-79fbf2ed"]]), Nr = {
|
|
2619
2619
|
install: (e) => {
|
|
2620
|
-
e.component("AtomButton", J), e.component("AtomCheckbox", Ie), e.component("AtomChip", Ae), e.component("AtomDropdown", Ne), e.component("AtomImage",
|
|
2620
|
+
e.component("AtomButton", J), e.component("AtomCheckbox", Ie), e.component("AtomChip", Ae), e.component("AtomDropdown", Ne), e.component("AtomImage", L), e.component("AtomLabel", W), e.component("AtomLink", V), e.component("AtomRadioButton", Ze), e.component("AtomSelect", rt), e.component("AtomSlider", mt), e.component("AtomTextarea", wt), e.component("AtomTextField", Dt), e.component("AtomVideo", K), e.component("MoleculeAddress", Yt), e.component("MoleculeBulletList", ea), e.component("MoleculeCard", ra), e.component("MoleculeEventCard", ha), e.component("MoleculeModal", de), 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", $l), e.component("BlockMicroStories", wl), e.component("BlockPolicy", Il), e.component("BlockProductHero", Dl), e.component("BlockPromo", zl), e.component("BlockQuote", Ql), e.component("BlockRichText", ti), e.component("BlockTimeline", _i), e.component("BlockTripleCardDisplay", bi), e.component("BlockVimeo", Si), e.component("Organism404", Ci), e.component("OrganismFilter", zi), e.component("OrganismFooter", rr), e.component("OrganismHeader", Sr), e.component("OrganismLanguageSwitcher", Cr), e.component("OrganismPagination", Mr), e.component("OrganismSearch", Fr);
|
|
2621
2621
|
}
|
|
2622
2622
|
};
|
|
2623
2623
|
export {
|
|
@@ -2625,7 +2625,7 @@ export {
|
|
|
2625
2625
|
Ie as AtomCheckbox,
|
|
2626
2626
|
Ae as AtomChip,
|
|
2627
2627
|
Ne as AtomDropdown,
|
|
2628
|
-
|
|
2628
|
+
L as AtomImage,
|
|
2629
2629
|
W as AtomLabel,
|
|
2630
2630
|
V as AtomLink,
|
|
2631
2631
|
Ze as AtomRadioButton,
|
|
@@ -2659,9 +2659,9 @@ export {
|
|
|
2659
2659
|
Ci as Organism404,
|
|
2660
2660
|
zi as OrganismFilter,
|
|
2661
2661
|
rr as OrganismFooter,
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2662
|
+
Sr as OrganismHeader,
|
|
2663
|
+
Cr as OrganismLanguageSwitcher,
|
|
2664
|
+
Mr as OrganismPagination,
|
|
2665
|
+
Fr as OrganismSearch,
|
|
2666
|
+
Nr as default
|
|
2667
2667
|
};
|