@mirweb/mir-web-components 0.13.10 → 0.14.1
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/main.d.ts +2 -1
- package/dist/components/molecules/text-card/text-card.vue.d.ts +55 -0
- package/dist/components/molecules/text-card/text-card.vue.d.ts.map +1 -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 +237 -207
- package/dist/mir-web-components.umd.js +2 -2
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as m, openBlock as l, createElementBlock as r, normalizeClass as c, toDisplayString as s, createElementVNode as t, renderSlot as u, pushScopeId as z, popScopeId as V, computed as N, createTextVNode as H, ref as
|
|
2
|
-
const
|
|
1
|
+
import { defineComponent as m, openBlock as l, createElementBlock as r, normalizeClass as c, toDisplayString as s, createElementVNode as t, renderSlot as u, pushScopeId as z, popScopeId as V, computed as N, createTextVNode as H, ref as x, withDirectives as W, Fragment as q, renderList as D, vShow as G, normalizeProps as T, guardReactiveProps as j, mergeProps as ie, createVNode as k, Transition as ke, withCtx as $, withModifiers as re, createCommentVNode as g, watchEffect as ne, withKeys as $e, createBlock as A, normalizeStyle as se, isRef as Q, unref as p, watch as X, onMounted as we, onUnmounted as xe } from "vue";
|
|
2
|
+
const Se = ["aria-label"], Ie = /* @__PURE__ */ m({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
5
5
|
variant: {
|
|
@@ -27,7 +27,7 @@ const xe = ["aria-label"], Ie = /* @__PURE__ */ m({
|
|
|
27
27
|
return (i, a) => (l(), r("button", {
|
|
28
28
|
class: c(["button", "button--" + e.variant]),
|
|
29
29
|
"aria-label": e.ariaLabel
|
|
30
|
-
}, s(e.variant == "close" ? "" : e.buttonText), 11,
|
|
30
|
+
}, s(e.variant == "close" ? "" : e.buttonText), 11, Se));
|
|
31
31
|
}
|
|
32
32
|
});
|
|
33
33
|
const h = (e, i) => {
|
|
@@ -35,7 +35,7 @@ const h = (e, i) => {
|
|
|
35
35
|
for (const [n, o] of i)
|
|
36
36
|
a[n] = o;
|
|
37
37
|
return a;
|
|
38
|
-
},
|
|
38
|
+
}, F = /* @__PURE__ */ h(Ie, [["__scopeId", "data-v-f195a839"]]), qe = (e) => (z("data-v-f62bd17f"), e = e(), V(), e), Me = ["name", "value", "disabled", "required", "id"], De = ["for"], Be = /* @__PURE__ */ qe(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Le = /* @__PURE__ */ m({
|
|
39
39
|
__name: "checkbox",
|
|
40
40
|
props: {
|
|
41
41
|
name: String,
|
|
@@ -106,7 +106,7 @@ const Ae = /* @__PURE__ */ h(Le, [["__scopeId", "data-v-f62bd17f"]]), Ce = "data
|
|
|
106
106
|
const a = e, n = N(() => `Chip: ${a.text}`);
|
|
107
107
|
return (o, _) => (l(), r("div", {
|
|
108
108
|
class: "chip__wrapper",
|
|
109
|
-
onClick: _[0] || (_[0] = (
|
|
109
|
+
onClick: _[0] || (_[0] = (S) => o.$emit("remove-chip"))
|
|
110
110
|
}, [
|
|
111
111
|
t("span", {
|
|
112
112
|
class: "chip",
|
|
@@ -161,7 +161,7 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
161
161
|
},
|
|
162
162
|
emits: ["update:modelValue"],
|
|
163
163
|
setup(e, { emit: i }) {
|
|
164
|
-
const a = e, n =
|
|
164
|
+
const a = e, n = x(null), o = x(null), _ = x([]), S = x(0), I = x(""), f = x(!0), b = x(0), M = N(() => {
|
|
165
165
|
const d = a.options.find(
|
|
166
166
|
(v) => v.value === a.modelValue
|
|
167
167
|
);
|
|
@@ -182,7 +182,7 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
182
182
|
function _e(d) {
|
|
183
183
|
var y;
|
|
184
184
|
const v = d.target;
|
|
185
|
-
v.getAttribute("role") === "option" && (Z(v),
|
|
185
|
+
v.getAttribute("role") === "option" && (Z(v), U(), (y = n.value) == null || y.focus());
|
|
186
186
|
}
|
|
187
187
|
function J(d) {
|
|
188
188
|
var y;
|
|
@@ -208,7 +208,7 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
208
208
|
break;
|
|
209
209
|
case "Enter":
|
|
210
210
|
case "Escape":
|
|
211
|
-
d.preventDefault(),
|
|
211
|
+
d.preventDefault(), U(), (y = n.value) == null || y.focus();
|
|
212
212
|
break;
|
|
213
213
|
default: {
|
|
214
214
|
const w = ve(v);
|
|
@@ -230,8 +230,8 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
230
230
|
d && d.removeAttribute("aria-selected");
|
|
231
231
|
}
|
|
232
232
|
function ge() {
|
|
233
|
-
|
|
234
|
-
I.value = "",
|
|
233
|
+
S && (clearTimeout(S.value), S.value = 0), S.value = setTimeout(() => {
|
|
234
|
+
I.value = "", S.value = 0;
|
|
235
235
|
}, 500);
|
|
236
236
|
}
|
|
237
237
|
function ve(d) {
|
|
@@ -276,7 +276,7 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
276
276
|
const d = (v = _.value) == null ? void 0 : v[a.options.length - 1];
|
|
277
277
|
Z(d);
|
|
278
278
|
}
|
|
279
|
-
function
|
|
279
|
+
function U() {
|
|
280
280
|
var d;
|
|
281
281
|
f.value = !0, (d = n.value) == null || d.removeAttribute("aria-expanded");
|
|
282
282
|
}
|
|
@@ -285,7 +285,7 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
285
285
|
f.value = !1, (d = n.value) == null || d.setAttribute("aria-expanded", "true"), (v = o.value) == null || v.focus();
|
|
286
286
|
}
|
|
287
287
|
function be() {
|
|
288
|
-
a.disabled || (f.value ? K() :
|
|
288
|
+
a.disabled || (f.value ? K() : U());
|
|
289
289
|
}
|
|
290
290
|
return (d, v) => (l(), r("div", {
|
|
291
291
|
class: "listbox__wrapper",
|
|
@@ -300,7 +300,7 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
300
300
|
"is-required": e.required
|
|
301
301
|
}, "listbox__label"])
|
|
302
302
|
}, s(e.label), 11, Pe),
|
|
303
|
-
|
|
303
|
+
W((l(), r("div", He, [
|
|
304
304
|
t("button", {
|
|
305
305
|
id: `${e.name}-button-label`,
|
|
306
306
|
"aria-labelledby": `${e.name}-label ${e.name}-button-label`,
|
|
@@ -313,7 +313,7 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
313
313
|
ref_key: "listboxButton",
|
|
314
314
|
ref: n
|
|
315
315
|
}, s(e.modelValue ? M.value : e.placeholder), 41, Ze),
|
|
316
|
-
|
|
316
|
+
W(t("ul", {
|
|
317
317
|
"aria-labelledby": `${e.name}-label`,
|
|
318
318
|
"aria-activedescendant": e.modelValue,
|
|
319
319
|
tabindex: "0",
|
|
@@ -338,7 +338,7 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
338
338
|
[G, !f.value]
|
|
339
339
|
])
|
|
340
340
|
])), [
|
|
341
|
-
[ce,
|
|
341
|
+
[ce, U]
|
|
342
342
|
])
|
|
343
343
|
], 8, Oe));
|
|
344
344
|
}
|
|
@@ -410,7 +410,7 @@ const B = /* @__PURE__ */ h(Ge, [["__scopeId", "data-v-513b5384"]]), Je = { clas
|
|
|
410
410
|
]));
|
|
411
411
|
}
|
|
412
412
|
});
|
|
413
|
-
const
|
|
413
|
+
const R = /* @__PURE__ */ h(Ke, [["__scopeId", "data-v-aacf01db"]]), Qe = { class: "link__wrapper" }, C = /* @__PURE__ */ m({
|
|
414
414
|
__name: "link",
|
|
415
415
|
props: {
|
|
416
416
|
url: {
|
|
@@ -623,7 +623,7 @@ const ct = /* @__PURE__ */ h(dt, [["__scopeId", "data-v-d1d7a1e3"]]), ut = { cla
|
|
|
623
623
|
}, ["stop"]))
|
|
624
624
|
}, [
|
|
625
625
|
t("div", null, [
|
|
626
|
-
k(
|
|
626
|
+
k(F, {
|
|
627
627
|
ariaLabel: "close",
|
|
628
628
|
variant: "close",
|
|
629
629
|
onClick: n
|
|
@@ -691,14 +691,14 @@ const oe = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-b5af91d8"]]), mt = { cla
|
|
|
691
691
|
},
|
|
692
692
|
emits: ["update:modelValue"],
|
|
693
693
|
setup(e, { emit: i }) {
|
|
694
|
-
const a = e, n =
|
|
694
|
+
const a = e, n = x(a.modelValue), o = x(), _ = x(!1), S = (f, b, M) => (f - b) / (M - b) * 100, I = (f) => {
|
|
695
695
|
var b;
|
|
696
696
|
(b = o.value) == null || b.style.setProperty("--ProgressPercent", `${f}%`);
|
|
697
697
|
};
|
|
698
698
|
return ne(() => {
|
|
699
699
|
if (o.value) {
|
|
700
700
|
i("update:modelValue", n.value);
|
|
701
|
-
const f =
|
|
701
|
+
const f = S(n.value, a.min, a.max);
|
|
702
702
|
let b = (50 - f) / 100;
|
|
703
703
|
I(f + b);
|
|
704
704
|
}
|
|
@@ -758,7 +758,7 @@ const oe = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-b5af91d8"]]), mt = { cla
|
|
|
758
758
|
], 64));
|
|
759
759
|
}
|
|
760
760
|
});
|
|
761
|
-
const pt = /* @__PURE__ */ h(bt, [["__scopeId", "data-v-84385cf8"]]), kt = { id: "textarea-wrapper" }, $t = ["for"], wt = ["id"],
|
|
761
|
+
const pt = /* @__PURE__ */ h(bt, [["__scopeId", "data-v-84385cf8"]]), kt = { id: "textarea-wrapper" }, $t = ["for"], wt = ["id"], xt = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], St = { class: "textarea-info" }, It = { key: 0 }, qt = /* @__PURE__ */ m({
|
|
762
762
|
__name: "textarea",
|
|
763
763
|
props: {
|
|
764
764
|
id: {
|
|
@@ -820,9 +820,9 @@ const pt = /* @__PURE__ */ h(bt, [["__scopeId", "data-v-84385cf8"]]), kt = { id:
|
|
|
820
820
|
class: c(
|
|
821
821
|
e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? "reached-meter-limit" : "border"
|
|
822
822
|
)
|
|
823
|
-
}, null, 42,
|
|
823
|
+
}, null, 42, xt)
|
|
824
824
|
], 8, wt),
|
|
825
|
-
t("div",
|
|
825
|
+
t("div", St, [
|
|
826
826
|
t("div", null, [
|
|
827
827
|
e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? (l(), r("p", It, " Too many characters. Please make it shorter ")) : g("", !0)
|
|
828
828
|
]),
|
|
@@ -911,7 +911,7 @@ const Mt = /* @__PURE__ */ h(qt, [["__scopeId", "data-v-28492b7a"]]), Dt = { cla
|
|
|
911
911
|
},
|
|
912
912
|
emits: ["update:modelValue"],
|
|
913
913
|
setup(e) {
|
|
914
|
-
const i =
|
|
914
|
+
const i = x(!0), a = N(
|
|
915
915
|
() => i.value ? "showPassword" : "hidePassword"
|
|
916
916
|
), n = N(
|
|
917
917
|
() => i.value ? "password" : "text"
|
|
@@ -933,12 +933,12 @@ const Mt = /* @__PURE__ */ h(qt, [["__scopeId", "data-v-28492b7a"]]), Dt = { cla
|
|
|
933
933
|
placeholder: e.placeholder,
|
|
934
934
|
required: e.required,
|
|
935
935
|
disabled: e.disabled,
|
|
936
|
-
onInput: _[0] || (_[0] = (
|
|
936
|
+
onInput: _[0] || (_[0] = (S) => o.$emit("update:modelValue", S.target.value))
|
|
937
937
|
}, null, 40, At),
|
|
938
938
|
t("i", {
|
|
939
939
|
role: "button",
|
|
940
940
|
class: c([a.value]),
|
|
941
|
-
onClick: _[1] || (_[1] = (
|
|
941
|
+
onClick: _[1] || (_[1] = (S) => i.value = !i.value),
|
|
942
942
|
"aria-controls": "password",
|
|
943
943
|
"aria-expanded": !i.value
|
|
944
944
|
}, null, 10, Ct)
|
|
@@ -955,7 +955,7 @@ const Mt = /* @__PURE__ */ h(qt, [["__scopeId", "data-v-28492b7a"]]), Dt = { cla
|
|
|
955
955
|
e.search ? "search" : ""
|
|
956
956
|
]),
|
|
957
957
|
disabled: e.disabled,
|
|
958
|
-
onInput: _[2] || (_[2] = (
|
|
958
|
+
onInput: _[2] || (_[2] = (S) => o.$emit("update:modelValue", S.target.value))
|
|
959
959
|
}, null, 42, Tt)),
|
|
960
960
|
e.search ? (l(), r("i", jt)) : g("", !0),
|
|
961
961
|
e.errorMessage ? (l(), r("strong", Nt, s(e.errorMessage), 1)) : g("", !0),
|
|
@@ -1016,7 +1016,7 @@ const Ot = /* @__PURE__ */ h(Vt, [["__scopeId", "data-v-4c2c5e23"]]), Pt = { cla
|
|
|
1016
1016
|
},
|
|
1017
1017
|
setup(e) {
|
|
1018
1018
|
const i = e;
|
|
1019
|
-
let a =
|
|
1019
|
+
let a = x(null);
|
|
1020
1020
|
return ne(() => {
|
|
1021
1021
|
i.play && a.value ? a.value.play() : !i.play && a.value && a.value.pause();
|
|
1022
1022
|
}), (n, o) => (l(), r("div", Pt, [
|
|
@@ -1049,7 +1049,7 @@ const Ot = /* @__PURE__ */ h(Vt, [["__scopeId", "data-v-4c2c5e23"]]), Pt = { cla
|
|
|
1049
1049
|
]));
|
|
1050
1050
|
}
|
|
1051
1051
|
});
|
|
1052
|
-
const
|
|
1052
|
+
const E = /* @__PURE__ */ h(Rt, [["__scopeId", "data-v-48adae09"]]), Et = { class: "address__wrapper" }, Ut = { class: "address__content" }, Wt = { class: "address__flag" }, Ft = { class: "address__address" }, Gt = { class: "address__name" }, Jt = { key: 0 }, Yt = { class: "address__contact" }, Kt = ["href"], Qt = ["href"], Xt = /* @__PURE__ */ m({
|
|
1053
1053
|
__name: "address",
|
|
1054
1054
|
props: {
|
|
1055
1055
|
name: {
|
|
@@ -1203,7 +1203,7 @@ const ra = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-327e6c15"]]), na = { cla
|
|
|
1203
1203
|
},
|
|
1204
1204
|
emits: ["clicked"],
|
|
1205
1205
|
setup(e, { emit: i }) {
|
|
1206
|
-
let a =
|
|
1206
|
+
let a = x(!1);
|
|
1207
1207
|
return (n, o) => (l(), r("div", na, [
|
|
1208
1208
|
t("div", {
|
|
1209
1209
|
class: c(["card", [
|
|
@@ -1236,7 +1236,7 @@ const ra = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-327e6c15"]]), na = { cla
|
|
|
1236
1236
|
key: 1,
|
|
1237
1237
|
class: c(["video-card__wrapper", p(a) == !0 ? "vimeoPlaying" : ""])
|
|
1238
1238
|
}, [
|
|
1239
|
-
k(
|
|
1239
|
+
k(E, {
|
|
1240
1240
|
play: p(a),
|
|
1241
1241
|
localVideo: !0,
|
|
1242
1242
|
src: e.videoSrc,
|
|
@@ -1289,7 +1289,7 @@ const da = /* @__PURE__ */ h(oa, [["__scopeId", "data-v-b50e8101"]]), ca = (e) =
|
|
|
1289
1289
|
},
|
|
1290
1290
|
setup(e) {
|
|
1291
1291
|
return (i, a) => (l(), r("div", ua, [
|
|
1292
|
-
k(
|
|
1292
|
+
k(R, {
|
|
1293
1293
|
"label-dark": !1,
|
|
1294
1294
|
text: e.eventType ? e.eventType : ""
|
|
1295
1295
|
}, null, 8, ["text"]),
|
|
@@ -1303,10 +1303,39 @@ const da = /* @__PURE__ */ h(oa, [["__scopeId", "data-v-b50e8101"]]), ca = (e) =
|
|
|
1303
1303
|
]));
|
|
1304
1304
|
}
|
|
1305
1305
|
});
|
|
1306
|
-
const fa = /* @__PURE__ */ h(va, [["__scopeId", "data-v-f5acdf7e"]]), ya = { class: "
|
|
1306
|
+
const fa = /* @__PURE__ */ h(va, [["__scopeId", "data-v-f5acdf7e"]]), ya = { class: "text__wrapper" }, ba = { class: "text__headline" }, pa = { class: "text__paragraph" }, ka = /* @__PURE__ */ m({
|
|
1307
|
+
__name: "text-card",
|
|
1308
|
+
props: {
|
|
1309
|
+
label: {
|
|
1310
|
+
type: String,
|
|
1311
|
+
required: !0
|
|
1312
|
+
},
|
|
1313
|
+
headline: {
|
|
1314
|
+
type: String,
|
|
1315
|
+
required: !0
|
|
1316
|
+
},
|
|
1317
|
+
paragraph: {
|
|
1318
|
+
type: String,
|
|
1319
|
+
required: !0
|
|
1320
|
+
}
|
|
1321
|
+
},
|
|
1322
|
+
setup(e) {
|
|
1323
|
+
return (i, a) => (l(), r("div", ya, [
|
|
1324
|
+
k(R, {
|
|
1325
|
+
"label-dark": !1,
|
|
1326
|
+
text: e.label ? e.label : ""
|
|
1327
|
+
}, null, 8, ["text"]),
|
|
1328
|
+
t("div", ba, s(e.headline), 1),
|
|
1329
|
+
t("div", pa, [
|
|
1330
|
+
t("p", null, s(e.paragraph), 1)
|
|
1331
|
+
])
|
|
1332
|
+
]));
|
|
1333
|
+
}
|
|
1334
|
+
});
|
|
1335
|
+
const $a = /* @__PURE__ */ h(ka, [["__scopeId", "data-v-dbd0c7ab"]]), wa = { class: "facts__wrapper" }, xa = { class: "facts__content" }, Sa = { class: "facts__headline" }, Ia = { class: "facts" }, qa = { class: "fact" }, Ma = { class: "fact__value" }, Da = { class: "fact__metric" }, Ba = {
|
|
1307
1336
|
key: 0,
|
|
1308
1337
|
class: "facts__link"
|
|
1309
|
-
},
|
|
1338
|
+
}, La = /* @__PURE__ */ m({
|
|
1310
1339
|
__name: "facts",
|
|
1311
1340
|
props: {
|
|
1312
1341
|
headline: {
|
|
@@ -1324,20 +1353,20 @@ const fa = /* @__PURE__ */ h(va, [["__scopeId", "data-v-f5acdf7e"]]), ya = { cla
|
|
|
1324
1353
|
}
|
|
1325
1354
|
},
|
|
1326
1355
|
setup(e) {
|
|
1327
|
-
return (i, a) => (l(), r("div",
|
|
1328
|
-
t("div",
|
|
1329
|
-
t("h2",
|
|
1330
|
-
t("div",
|
|
1331
|
-
(l(!0), r(q, null, D(e.facts, (n) => (l(), r("div",
|
|
1332
|
-
t("div",
|
|
1356
|
+
return (i, a) => (l(), r("div", wa, [
|
|
1357
|
+
t("div", xa, [
|
|
1358
|
+
t("h2", Sa, s(e.headline), 1),
|
|
1359
|
+
t("div", Ia, [
|
|
1360
|
+
(l(!0), r(q, null, D(e.facts, (n) => (l(), r("div", qa, [
|
|
1361
|
+
t("div", Ma, [
|
|
1333
1362
|
t("span", null, s(n.value), 1)
|
|
1334
1363
|
]),
|
|
1335
|
-
t("div",
|
|
1364
|
+
t("div", Da, [
|
|
1336
1365
|
t("span", null, s(n.metric), 1)
|
|
1337
1366
|
])
|
|
1338
1367
|
]))), 256))
|
|
1339
1368
|
]),
|
|
1340
|
-
e.link ? (l(), r("div",
|
|
1369
|
+
e.link ? (l(), r("div", Ba, [
|
|
1341
1370
|
k(C, {
|
|
1342
1371
|
linkType: "regular-light",
|
|
1343
1372
|
arrow: ""
|
|
@@ -1352,13 +1381,13 @@ const fa = /* @__PURE__ */ h(va, [["__scopeId", "data-v-f5acdf7e"]]), ya = { cla
|
|
|
1352
1381
|
]));
|
|
1353
1382
|
}
|
|
1354
1383
|
});
|
|
1355
|
-
const
|
|
1384
|
+
const Aa = /* @__PURE__ */ h(La, [["__scopeId", "data-v-7fd89b0c"]]), Ca = { class: "features__wrapper" }, Ta = { class: "features__content" }, ja = {
|
|
1356
1385
|
key: 0,
|
|
1357
1386
|
class: "features__headline"
|
|
1358
|
-
},
|
|
1387
|
+
}, Na = {
|
|
1359
1388
|
key: 1,
|
|
1360
1389
|
class: "features__body"
|
|
1361
|
-
},
|
|
1390
|
+
}, za = { class: "features__element" }, Va = { class: "element__headline" }, Oa = { class: "element__body" }, Pa = /* @__PURE__ */ m({
|
|
1362
1391
|
__name: "features",
|
|
1363
1392
|
props: {
|
|
1364
1393
|
headline: {
|
|
@@ -1376,18 +1405,18 @@ const qa = /* @__PURE__ */ h(Ia, [["__scopeId", "data-v-7fd89b0c"]]), Ma = { cla
|
|
|
1376
1405
|
}
|
|
1377
1406
|
},
|
|
1378
1407
|
setup(e) {
|
|
1379
|
-
return (i, a) => (l(), r("div",
|
|
1380
|
-
t("div",
|
|
1381
|
-
e.headline ? (l(), r("div",
|
|
1408
|
+
return (i, a) => (l(), r("div", Ca, [
|
|
1409
|
+
t("div", Ta, [
|
|
1410
|
+
e.headline ? (l(), r("div", ja, [
|
|
1382
1411
|
t("h2", null, s(e.headline), 1)
|
|
1383
1412
|
])) : g("", !0),
|
|
1384
|
-
e.body ? (l(), r("div",
|
|
1413
|
+
e.body ? (l(), r("div", Na, [
|
|
1385
1414
|
t("p", null, s(e.body), 1)
|
|
1386
1415
|
])) : g("", !0),
|
|
1387
1416
|
t("div", {
|
|
1388
1417
|
class: c(["features__elements", [e.elements.length == 6 ? "features__elements--grid-6" : ""]])
|
|
1389
1418
|
}, [
|
|
1390
|
-
(l(!0), r(q, null, D(e.elements, (n) => (l(), r("div",
|
|
1419
|
+
(l(!0), r(q, null, D(e.elements, (n) => (l(), r("div", za, [
|
|
1391
1420
|
k(B, { class: "element__icon" }, {
|
|
1392
1421
|
default: $(() => [
|
|
1393
1422
|
u(i.$slots, "features-icon", T(j({
|
|
@@ -1399,15 +1428,15 @@ const qa = /* @__PURE__ */ h(Ia, [["__scopeId", "data-v-7fd89b0c"]]), Ma = { cla
|
|
|
1399
1428
|
]),
|
|
1400
1429
|
_: 2
|
|
1401
1430
|
}, 1024),
|
|
1402
|
-
t("p",
|
|
1403
|
-
t("p",
|
|
1431
|
+
t("p", Va, s(n.headline), 1),
|
|
1432
|
+
t("p", Oa, s(n.body), 1)
|
|
1404
1433
|
]))), 256))
|
|
1405
1434
|
], 2)
|
|
1406
1435
|
])
|
|
1407
1436
|
]));
|
|
1408
1437
|
}
|
|
1409
1438
|
});
|
|
1410
|
-
const
|
|
1439
|
+
const Ha = /* @__PURE__ */ h(Pa, [["__scopeId", "data-v-0990b89f"]]), Za = { class: "image__wrapper" }, Ra = { class: "image__content" }, Ea = { class: "image__image" }, Ua = { class: "image__caption" }, Wa = /* @__PURE__ */ m({
|
|
1411
1440
|
__name: "image",
|
|
1412
1441
|
props: {
|
|
1413
1442
|
caption: {
|
|
@@ -1424,9 +1453,9 @@ const Na = /* @__PURE__ */ h(ja, [["__scopeId", "data-v-0990b89f"]]), za = { cla
|
|
|
1424
1453
|
}
|
|
1425
1454
|
},
|
|
1426
1455
|
setup(e) {
|
|
1427
|
-
return (i, a) => (l(), r("div",
|
|
1428
|
-
t("div",
|
|
1429
|
-
t("div",
|
|
1456
|
+
return (i, a) => (l(), r("div", Za, [
|
|
1457
|
+
t("div", Ra, [
|
|
1458
|
+
t("div", Ea, [
|
|
1430
1459
|
k(B, null, {
|
|
1431
1460
|
default: $(() => [
|
|
1432
1461
|
u(i.$slots, "image", T(j({ width: 984, height: 554, src: e.src, alt: e.alt })))
|
|
@@ -1434,21 +1463,21 @@ const Na = /* @__PURE__ */ h(ja, [["__scopeId", "data-v-0990b89f"]]), za = { cla
|
|
|
1434
1463
|
_: 3
|
|
1435
1464
|
})
|
|
1436
1465
|
]),
|
|
1437
|
-
t("p",
|
|
1466
|
+
t("p", Ua, s(e.caption), 1)
|
|
1438
1467
|
])
|
|
1439
1468
|
]));
|
|
1440
1469
|
}
|
|
1441
1470
|
});
|
|
1442
|
-
const
|
|
1471
|
+
const Fa = /* @__PURE__ */ h(Wa, [["__scopeId", "data-v-6dde0544"]]), Ga = { class: "gallery__large" }, Ja = {
|
|
1443
1472
|
key: 0,
|
|
1444
1473
|
class: "image image--large"
|
|
1445
|
-
},
|
|
1474
|
+
}, Ya = {
|
|
1446
1475
|
key: 1,
|
|
1447
1476
|
class: "video"
|
|
1448
|
-
},
|
|
1477
|
+
}, Ka = { class: "image image--small" }, Qa = {
|
|
1449
1478
|
key: 0,
|
|
1450
1479
|
class: "body"
|
|
1451
|
-
},
|
|
1480
|
+
}, Xa = /* @__PURE__ */ m({
|
|
1452
1481
|
__name: "image-gallery",
|
|
1453
1482
|
props: {
|
|
1454
1483
|
mediaLarge: {
|
|
@@ -1499,8 +1528,8 @@ const Za = /* @__PURE__ */ h(Ha, [["__scopeId", "data-v-6dde0544"]]), Ra = { cla
|
|
|
1499
1528
|
e.flipHorizontal ? "gallery__content--reverse" : "gallery__content--default"
|
|
1500
1529
|
])
|
|
1501
1530
|
}, [
|
|
1502
|
-
t("div",
|
|
1503
|
-
e.mediaLarge && e.mediaType === "image" ? (l(), r("div",
|
|
1531
|
+
t("div", Ga, [
|
|
1532
|
+
e.mediaLarge && e.mediaType === "image" ? (l(), r("div", Ja, [
|
|
1504
1533
|
k(B, null, {
|
|
1505
1534
|
default: $(() => [
|
|
1506
1535
|
u(i.$slots, "image-large", T(j({
|
|
@@ -1513,8 +1542,8 @@ const Za = /* @__PURE__ */ h(Ha, [["__scopeId", "data-v-6dde0544"]]), Ra = { cla
|
|
|
1513
1542
|
_: 3
|
|
1514
1543
|
})
|
|
1515
1544
|
])) : g("", !0),
|
|
1516
|
-
e.mediaLarge && e.mediaType === "video" ? (l(), r("div",
|
|
1517
|
-
k(
|
|
1545
|
+
e.mediaLarge && e.mediaType === "video" ? (l(), r("div", Ya, [
|
|
1546
|
+
k(E, {
|
|
1518
1547
|
src: e.mediaLarge.src,
|
|
1519
1548
|
localVideo: "",
|
|
1520
1549
|
ariaLabel: e.mediaLarge.alt,
|
|
@@ -1535,7 +1564,7 @@ const Za = /* @__PURE__ */ h(Ha, [["__scopeId", "data-v-6dde0544"]]), Ra = { cla
|
|
|
1535
1564
|
e.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
|
|
1536
1565
|
])
|
|
1537
1566
|
}, [
|
|
1538
|
-
(l(!0), r(q, null, D(e.mediaSmall, (n) => (l(), r("div",
|
|
1567
|
+
(l(!0), r(q, null, D(e.mediaSmall, (n) => (l(), r("div", Ka, [
|
|
1539
1568
|
k(B, null, {
|
|
1540
1569
|
default: $(() => [
|
|
1541
1570
|
u(i.$slots, "image-small", T(j({
|
|
@@ -1548,7 +1577,7 @@ const Za = /* @__PURE__ */ h(Ha, [["__scopeId", "data-v-6dde0544"]]), Ra = { cla
|
|
|
1548
1577
|
_: 2
|
|
1549
1578
|
}, 1024)
|
|
1550
1579
|
]))), 256)),
|
|
1551
|
-
e.mediaSmall.length < 2 ? (l(), r("div",
|
|
1580
|
+
e.mediaSmall.length < 2 ? (l(), r("div", Qa, [
|
|
1552
1581
|
t("p", null, s(e.body), 1)
|
|
1553
1582
|
])) : g("", !0)
|
|
1554
1583
|
], 6)
|
|
@@ -1556,7 +1585,7 @@ const Za = /* @__PURE__ */ h(Ha, [["__scopeId", "data-v-6dde0544"]]), Ra = { cla
|
|
|
1556
1585
|
], 2));
|
|
1557
1586
|
}
|
|
1558
1587
|
});
|
|
1559
|
-
const
|
|
1588
|
+
const el = /* @__PURE__ */ h(Xa, [["__scopeId", "data-v-047e5de9"]]), tl = { class: "headline__wrapper" }, al = { class: "headline__h1" }, ll = /* @__PURE__ */ m({
|
|
1560
1589
|
__name: "headline",
|
|
1561
1590
|
props: {
|
|
1562
1591
|
headline: {
|
|
@@ -1573,19 +1602,19 @@ const Ja = /* @__PURE__ */ h(Ga, [["__scopeId", "data-v-047e5de9"]]), Ya = { cla
|
|
|
1573
1602
|
}
|
|
1574
1603
|
},
|
|
1575
1604
|
setup(e) {
|
|
1576
|
-
return (i, a) => (l(), r("div",
|
|
1605
|
+
return (i, a) => (l(), r("div", tl, [
|
|
1577
1606
|
t("div", {
|
|
1578
1607
|
class: c([
|
|
1579
1608
|
e.article ? "headline__content--article" : "headline__content--default",
|
|
1580
1609
|
e.subMenu ? "headline__content--submenu" : ""
|
|
1581
1610
|
])
|
|
1582
1611
|
}, [
|
|
1583
|
-
t("h1",
|
|
1612
|
+
t("h1", al, s(e.headline), 1)
|
|
1584
1613
|
], 2)
|
|
1585
1614
|
]));
|
|
1586
1615
|
}
|
|
1587
1616
|
});
|
|
1588
|
-
const
|
|
1617
|
+
const il = /* @__PURE__ */ h(ll, [["__scopeId", "data-v-2676cf0a"]]), rl = { class: "micro-stories__splide" }, nl = /* @__PURE__ */ m({
|
|
1589
1618
|
__name: "micro-stories",
|
|
1590
1619
|
props: {
|
|
1591
1620
|
stories: {
|
|
@@ -1614,14 +1643,14 @@ const Xa = /* @__PURE__ */ h(Qa, [["__scopeId", "data-v-2676cf0a"]]), el = { cla
|
|
|
1614
1643
|
e.bgColor == "white" ? "micro-stories__wrapper--white" : (e.bgColor == "blue", "micro-stories__wrapper--blue")
|
|
1615
1644
|
])
|
|
1616
1645
|
}, [
|
|
1617
|
-
t("div",
|
|
1646
|
+
t("div", rl, [
|
|
1618
1647
|
u(i.$slots, "micro-stories-slides")
|
|
1619
1648
|
]),
|
|
1620
1649
|
u(i.$slots, "micro-stories-controls")
|
|
1621
1650
|
], 2));
|
|
1622
1651
|
}
|
|
1623
1652
|
});
|
|
1624
|
-
const
|
|
1653
|
+
const sl = { class: "product-hero__wrapper" }, ol = { class: "product-hero__content" }, dl = { class: "product-hero__headline" }, cl = { class: "product-hero__video" }, ul = /* @__PURE__ */ m({
|
|
1625
1654
|
__name: "product-hero",
|
|
1626
1655
|
props: {
|
|
1627
1656
|
headline: {
|
|
@@ -1646,13 +1675,13 @@ const al = { class: "product-hero__wrapper" }, ll = { class: "product-hero__cont
|
|
|
1646
1675
|
}
|
|
1647
1676
|
},
|
|
1648
1677
|
setup(e) {
|
|
1649
|
-
return (i, a) => (l(), r("div",
|
|
1650
|
-
t("div",
|
|
1651
|
-
t("div",
|
|
1678
|
+
return (i, a) => (l(), r("div", sl, [
|
|
1679
|
+
t("div", ol, [
|
|
1680
|
+
t("div", dl, [
|
|
1652
1681
|
t("h1", null, s(e.headline), 1)
|
|
1653
1682
|
]),
|
|
1654
|
-
t("div",
|
|
1655
|
-
k(
|
|
1683
|
+
t("div", cl, [
|
|
1684
|
+
k(E, {
|
|
1656
1685
|
play: !0,
|
|
1657
1686
|
localVideo: !0,
|
|
1658
1687
|
src: e.videoSrc,
|
|
@@ -1668,7 +1697,7 @@ const al = { class: "product-hero__wrapper" }, ll = { class: "product-hero__cont
|
|
|
1668
1697
|
]));
|
|
1669
1698
|
}
|
|
1670
1699
|
});
|
|
1671
|
-
const
|
|
1700
|
+
const _l = /* @__PURE__ */ h(ul, [["__scopeId", "data-v-3ad48049"]]), ml = { class: "promo__content" }, hl = /* @__PURE__ */ m({
|
|
1672
1701
|
__name: "promo",
|
|
1673
1702
|
props: {
|
|
1674
1703
|
label: {
|
|
@@ -1723,7 +1752,7 @@ const sl = /* @__PURE__ */ h(nl, [["__scopeId", "data-v-3ad48049"]]), ol = { cla
|
|
|
1723
1752
|
e.teaser ? "promo__wrapper--teaser" : ""
|
|
1724
1753
|
])
|
|
1725
1754
|
}, [
|
|
1726
|
-
t("div",
|
|
1755
|
+
t("div", ml, [
|
|
1727
1756
|
e.mediaType === "image" ? (l(), r("div", {
|
|
1728
1757
|
key: 0,
|
|
1729
1758
|
class: c([
|
|
@@ -1745,7 +1774,7 @@ const sl = /* @__PURE__ */ h(nl, [["__scopeId", "data-v-3ad48049"]]), ol = { cla
|
|
|
1745
1774
|
e.reverse ? "promo__video--reverse" : "promo__video--default"
|
|
1746
1775
|
])
|
|
1747
1776
|
}, [
|
|
1748
|
-
k(
|
|
1777
|
+
k(E, {
|
|
1749
1778
|
src: e.src,
|
|
1750
1779
|
localVideo: "",
|
|
1751
1780
|
ariaLabel: e.alt,
|
|
@@ -1763,7 +1792,7 @@ const sl = /* @__PURE__ */ h(nl, [["__scopeId", "data-v-3ad48049"]]), ol = { cla
|
|
|
1763
1792
|
e.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
1764
1793
|
])
|
|
1765
1794
|
}, [
|
|
1766
|
-
e.label ? (l(), A(
|
|
1795
|
+
e.label ? (l(), A(R, {
|
|
1767
1796
|
key: 0,
|
|
1768
1797
|
text: e.label,
|
|
1769
1798
|
labelDark: e.variant === "dark"
|
|
@@ -1798,10 +1827,10 @@ const sl = /* @__PURE__ */ h(nl, [["__scopeId", "data-v-3ad48049"]]), ol = { cla
|
|
|
1798
1827
|
], 2));
|
|
1799
1828
|
}
|
|
1800
1829
|
});
|
|
1801
|
-
const
|
|
1830
|
+
const gl = /* @__PURE__ */ h(hl, [["__scopeId", "data-v-03f6850a"]]), vl = (e) => (z("data-v-3cc55dbf"), e = e(), V(), e), fl = { class: "quote__wrapper" }, yl = { class: "quote__content" }, bl = /* @__PURE__ */ vl(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), pl = { class: "quote__quote" }, kl = { class: "quote__quote-text" }, $l = { class: "quote__author" }, wl = {
|
|
1802
1831
|
key: 0,
|
|
1803
1832
|
class: "quote__image"
|
|
1804
|
-
},
|
|
1833
|
+
}, xl = { class: "quote__text" }, Sl = { class: "quote__author-name" }, Il = { class: "quote__author-title" }, ql = /* @__PURE__ */ m({
|
|
1805
1834
|
__name: "quote",
|
|
1806
1835
|
props: {
|
|
1807
1836
|
quote: {
|
|
@@ -1822,13 +1851,13 @@ const cl = /* @__PURE__ */ h(dl, [["__scopeId", "data-v-24c28200"]]), ul = (e) =
|
|
|
1822
1851
|
}
|
|
1823
1852
|
},
|
|
1824
1853
|
setup(e) {
|
|
1825
|
-
return (i, a) => (l(), r("div",
|
|
1826
|
-
t("div",
|
|
1827
|
-
|
|
1828
|
-
t("div",
|
|
1829
|
-
t("p",
|
|
1830
|
-
t("div",
|
|
1831
|
-
e.authorImage ? (l(), r("div",
|
|
1854
|
+
return (i, a) => (l(), r("div", fl, [
|
|
1855
|
+
t("div", yl, [
|
|
1856
|
+
bl,
|
|
1857
|
+
t("div", pl, [
|
|
1858
|
+
t("p", kl, s(e.quote), 1),
|
|
1859
|
+
t("div", $l, [
|
|
1860
|
+
e.authorImage ? (l(), r("div", wl, [
|
|
1832
1861
|
k(B, null, {
|
|
1833
1862
|
default: $(() => [
|
|
1834
1863
|
u(i.$slots, "author-image", T(j({
|
|
@@ -1840,9 +1869,9 @@ const cl = /* @__PURE__ */ h(dl, [["__scopeId", "data-v-24c28200"]]), ul = (e) =
|
|
|
1840
1869
|
_: 3
|
|
1841
1870
|
})
|
|
1842
1871
|
])) : g("", !0),
|
|
1843
|
-
t("div",
|
|
1844
|
-
t("p",
|
|
1845
|
-
t("p",
|
|
1872
|
+
t("div", xl, [
|
|
1873
|
+
t("p", Sl, s(e.author), 1),
|
|
1874
|
+
t("p", Il, s(e.authorTitle), 1)
|
|
1846
1875
|
])
|
|
1847
1876
|
])
|
|
1848
1877
|
])
|
|
@@ -1850,13 +1879,13 @@ const cl = /* @__PURE__ */ h(dl, [["__scopeId", "data-v-24c28200"]]), ul = (e) =
|
|
|
1850
1879
|
]));
|
|
1851
1880
|
}
|
|
1852
1881
|
});
|
|
1853
|
-
const
|
|
1882
|
+
const Ml = /* @__PURE__ */ h(ql, [["__scopeId", "data-v-3cc55dbf"]]), Dl = { class: "rich-text__wrapper" }, Bl = {
|
|
1854
1883
|
key: 0,
|
|
1855
1884
|
class: "rich-text__links"
|
|
1856
|
-
},
|
|
1885
|
+
}, Ll = {
|
|
1857
1886
|
key: 0,
|
|
1858
1887
|
class: "rich-text__bullet-list"
|
|
1859
|
-
},
|
|
1888
|
+
}, Al = /* @__PURE__ */ m({
|
|
1860
1889
|
__name: "rich-text",
|
|
1861
1890
|
props: {
|
|
1862
1891
|
headline: {
|
|
@@ -1897,8 +1926,8 @@ const wl = /* @__PURE__ */ h($l, [["__scopeId", "data-v-3cc55dbf"]]), Sl = { cla
|
|
|
1897
1926
|
e.bgColor === "blue" ? "rich-text--blue" : "rich-text--white"
|
|
1898
1927
|
])
|
|
1899
1928
|
}, [
|
|
1900
|
-
t("div",
|
|
1901
|
-
e.label ? (l(), A(
|
|
1929
|
+
t("div", Dl, [
|
|
1930
|
+
e.label ? (l(), A(R, {
|
|
1902
1931
|
key: 0,
|
|
1903
1932
|
text: e.label,
|
|
1904
1933
|
labelDark: !1
|
|
@@ -1923,11 +1952,11 @@ const wl = /* @__PURE__ */ h($l, [["__scopeId", "data-v-3cc55dbf"]]), Sl = { cla
|
|
|
1923
1952
|
])
|
|
1924
1953
|
}, [
|
|
1925
1954
|
u(i.$slots, "rich-text-content"),
|
|
1926
|
-
e.links ? (l(), r("div",
|
|
1955
|
+
e.links ? (l(), r("div", Bl, [
|
|
1927
1956
|
u(i.$slots, "rich-text-links")
|
|
1928
1957
|
])) : g("", !0)
|
|
1929
1958
|
], 2),
|
|
1930
|
-
e.bulletList ? (l(), r("div",
|
|
1959
|
+
e.bulletList ? (l(), r("div", Ll, [
|
|
1931
1960
|
u(i.$slots, "rich-text-bullet-list")
|
|
1932
1961
|
])) : g("", !0),
|
|
1933
1962
|
e.image ? (l(), r("div", {
|
|
@@ -1949,10 +1978,10 @@ const wl = /* @__PURE__ */ h($l, [["__scopeId", "data-v-3cc55dbf"]]), Sl = { cla
|
|
|
1949
1978
|
], 2));
|
|
1950
1979
|
}
|
|
1951
1980
|
});
|
|
1952
|
-
const
|
|
1981
|
+
const Cl = /* @__PURE__ */ h(Al, [["__scopeId", "data-v-a94d5dd4"]]), Tl = { class: "triple-card-display__wrapper" }, jl = {
|
|
1953
1982
|
key: 0,
|
|
1954
1983
|
class: "triple-card__content"
|
|
1955
|
-
},
|
|
1984
|
+
}, Nl = { key: 0 }, zl = { key: 1 }, Vl = { class: "triple-card__cards" }, Ol = /* @__PURE__ */ m({
|
|
1956
1985
|
__name: "triple-card-display",
|
|
1957
1986
|
props: {
|
|
1958
1987
|
headline: {
|
|
@@ -1975,25 +2004,25 @@ const Ml = /* @__PURE__ */ h(ql, [["__scopeId", "data-v-a94d5dd4"]]), Dl = { cla
|
|
|
1975
2004
|
e.bgColor === "blue" ? "triple-card-display--blue" : "triple-card-display--white"
|
|
1976
2005
|
])
|
|
1977
2006
|
}, [
|
|
1978
|
-
t("div",
|
|
1979
|
-
e.headline || e.paragraph ? (l(), r("div",
|
|
1980
|
-
e.headline ? (l(), r("h2",
|
|
1981
|
-
e.paragraph ? (l(), r("p",
|
|
2007
|
+
t("div", Tl, [
|
|
2008
|
+
e.headline || e.paragraph ? (l(), r("div", jl, [
|
|
2009
|
+
e.headline ? (l(), r("h2", Nl, s(e.headline), 1)) : g("", !0),
|
|
2010
|
+
e.paragraph ? (l(), r("p", zl, s(e.paragraph), 1)) : g("", !0)
|
|
1982
2011
|
])) : g("", !0),
|
|
1983
|
-
t("div",
|
|
2012
|
+
t("div", Vl, [
|
|
1984
2013
|
u(i.$slots, "triple-card-display-cards", {}, void 0, !0)
|
|
1985
2014
|
])
|
|
1986
2015
|
])
|
|
1987
2016
|
], 2));
|
|
1988
2017
|
}
|
|
1989
2018
|
});
|
|
1990
|
-
const
|
|
2019
|
+
const Pl = /* @__PURE__ */ h(Ol, [["__scopeId", "data-v-f0ce4135"]]), Hl = { class: "vimeo" }, Zl = {
|
|
1991
2020
|
key: 0,
|
|
1992
2021
|
class: "vimeo__headline"
|
|
1993
|
-
},
|
|
2022
|
+
}, Rl = {
|
|
1994
2023
|
key: 1,
|
|
1995
2024
|
class: "vimeo__description"
|
|
1996
|
-
},
|
|
2025
|
+
}, El = /* @__PURE__ */ m({
|
|
1997
2026
|
__name: "vimeo",
|
|
1998
2027
|
props: {
|
|
1999
2028
|
headline: {
|
|
@@ -2004,18 +2033,18 @@ const jl = /* @__PURE__ */ h(Tl, [["__scopeId", "data-v-f0ce4135"]]), Nl = { cla
|
|
|
2004
2033
|
}
|
|
2005
2034
|
},
|
|
2006
2035
|
setup(e) {
|
|
2007
|
-
return (i, a) => (l(), r("div",
|
|
2036
|
+
return (i, a) => (l(), r("div", Hl, [
|
|
2008
2037
|
t("div", {
|
|
2009
2038
|
class: c(["vimeo__wrapper", e.headline ? "vimeo__wrapper--headline" : ""])
|
|
2010
2039
|
}, [
|
|
2011
|
-
e.headline ? (l(), r("h2",
|
|
2040
|
+
e.headline ? (l(), r("h2", Zl, s(e.headline), 1)) : g("", !0),
|
|
2012
2041
|
u(i.$slots, "vimeo-content", {}, void 0, !0),
|
|
2013
|
-
e.description ? (l(), r("p",
|
|
2042
|
+
e.description ? (l(), r("p", Rl, s(e.description), 1)) : g("", !0)
|
|
2014
2043
|
], 2)
|
|
2015
2044
|
]));
|
|
2016
2045
|
}
|
|
2017
2046
|
});
|
|
2018
|
-
const
|
|
2047
|
+
const Ul = /* @__PURE__ */ h(El, [["__scopeId", "data-v-a6c209f4"]]), Wl = { class: "not-found__wrapper" }, Fl = { class: "not-found__content" }, Gl = { class: "not-found__headline" }, Jl = { class: "not-found__body" }, Yl = /* @__PURE__ */ m({
|
|
2019
2048
|
__name: "404",
|
|
2020
2049
|
props: {
|
|
2021
2050
|
headline: {
|
|
@@ -2024,17 +2053,17 @@ const Pl = /* @__PURE__ */ h(Ol, [["__scopeId", "data-v-a6c209f4"]]), Hl = { cla
|
|
|
2024
2053
|
}
|
|
2025
2054
|
},
|
|
2026
2055
|
setup(e) {
|
|
2027
|
-
return (i, a) => (l(), r("div",
|
|
2028
|
-
t("div",
|
|
2029
|
-
t("h1",
|
|
2030
|
-
t("div",
|
|
2056
|
+
return (i, a) => (l(), r("div", Wl, [
|
|
2057
|
+
t("div", Fl, [
|
|
2058
|
+
t("h1", Gl, s(e.headline), 1),
|
|
2059
|
+
t("div", Jl, [
|
|
2031
2060
|
u(i.$slots, "not-found-body", {}, void 0, !0)
|
|
2032
2061
|
])
|
|
2033
2062
|
])
|
|
2034
2063
|
]));
|
|
2035
2064
|
}
|
|
2036
2065
|
});
|
|
2037
|
-
const
|
|
2066
|
+
const Kl = /* @__PURE__ */ h(Yl, [["__scopeId", "data-v-c2038fe4"]]), Ql = { class: "filter__wrapper" }, Xl = { class: "filter__content" }, ei = { class: "filter__dropdowns" }, ti = { class: "filter__chips" }, ai = /* @__PURE__ */ m({
|
|
2038
2067
|
__name: "filter",
|
|
2039
2068
|
props: {
|
|
2040
2069
|
hasChips: {
|
|
@@ -2044,12 +2073,12 @@ const Wl = /* @__PURE__ */ h(Ul, [["__scopeId", "data-v-c2038fe4"]]), Fl = { cla
|
|
|
2044
2073
|
},
|
|
2045
2074
|
emits: ["clearFilters"],
|
|
2046
2075
|
setup(e) {
|
|
2047
|
-
return (i, a) => (l(), r("div",
|
|
2048
|
-
t("div",
|
|
2049
|
-
t("div",
|
|
2076
|
+
return (i, a) => (l(), r("div", Ql, [
|
|
2077
|
+
t("div", Xl, [
|
|
2078
|
+
t("div", ei, [
|
|
2050
2079
|
u(i.$slots, "filter-dropdowns", {}, void 0, !0)
|
|
2051
2080
|
]),
|
|
2052
|
-
t("div",
|
|
2081
|
+
t("div", ti, [
|
|
2053
2082
|
u(i.$slots, "filter-chips", {}, void 0, !0),
|
|
2054
2083
|
e.hasChips ? (l(), r("button", {
|
|
2055
2084
|
key: 0,
|
|
@@ -2061,12 +2090,12 @@ const Wl = /* @__PURE__ */ h(Ul, [["__scopeId", "data-v-c2038fe4"]]), Fl = { cla
|
|
|
2061
2090
|
]));
|
|
2062
2091
|
}
|
|
2063
2092
|
});
|
|
2064
|
-
const
|
|
2093
|
+
const li = /* @__PURE__ */ h(ai, [["__scopeId", "data-v-cf46dae2"]]), O = (e) => (z("data-v-6d9c55d4"), e = e(), V(), e), ii = { class: "footer__wrapper" }, ri = { class: "footer__content" }, ni = { class: "footer__sections" }, si = { class: "section" }, oi = { class: "section__title" }, di = { class: "section__list" }, ci = { class: "section" }, ui = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), _i = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), mi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), hi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("br", null, null, -1)), gi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), vi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), fi = { class: "footer__bottom" }, yi = { class: "footer__copyright-policy" }, bi = { class: "copyright" }, pi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", null, [
|
|
2065
2094
|
/* @__PURE__ */ t("i", { class: "change-region" }),
|
|
2066
2095
|
/* @__PURE__ */ H("Change region")
|
|
2067
|
-
], -1)),
|
|
2068
|
-
|
|
2069
|
-
],
|
|
2096
|
+
], -1)), ki = [
|
|
2097
|
+
pi
|
|
2098
|
+
], $i = { class: "footer__social" }, wi = ["href", "aria-label"], xi = /* @__PURE__ */ m({
|
|
2070
2099
|
__name: "footer",
|
|
2071
2100
|
props: {
|
|
2072
2101
|
footerSections: {
|
|
@@ -2096,32 +2125,32 @@ const Ql = /* @__PURE__ */ h(Kl, [["__scopeId", "data-v-cf46dae2"]]), O = (e) =>
|
|
|
2096
2125
|
},
|
|
2097
2126
|
emits: ["changeRegionClicked"],
|
|
2098
2127
|
setup(e) {
|
|
2099
|
-
return (i, a) => (l(), r("div",
|
|
2100
|
-
t("footer",
|
|
2101
|
-
t("div",
|
|
2102
|
-
(l(!0), r(q, null, D(e.footerSections, (n) => (l(), r("div",
|
|
2103
|
-
t("span",
|
|
2128
|
+
return (i, a) => (l(), r("div", ii, [
|
|
2129
|
+
t("footer", ri, [
|
|
2130
|
+
t("div", ni, [
|
|
2131
|
+
(l(!0), r(q, null, D(e.footerSections, (n) => (l(), r("div", si, [
|
|
2132
|
+
t("span", oi, s(n.title), 1),
|
|
2104
2133
|
t("nav", null, [
|
|
2105
|
-
t("ul",
|
|
2134
|
+
t("ul", di, [
|
|
2106
2135
|
u(i.$slots, "section-links", {
|
|
2107
2136
|
links: n.links
|
|
2108
2137
|
})
|
|
2109
2138
|
])
|
|
2110
2139
|
])
|
|
2111
2140
|
]))), 256)),
|
|
2112
|
-
t("div",
|
|
2113
|
-
|
|
2141
|
+
t("div", ci, [
|
|
2142
|
+
ui,
|
|
2114
2143
|
t("address", null, [
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2144
|
+
_i,
|
|
2145
|
+
mi,
|
|
2146
|
+
hi,
|
|
2118
2147
|
k(C, {
|
|
2119
2148
|
class: "footer__contact",
|
|
2120
2149
|
linkType: "regular-light",
|
|
2121
2150
|
underline: "false"
|
|
2122
2151
|
}, {
|
|
2123
2152
|
default: $(() => [
|
|
2124
|
-
|
|
2153
|
+
gi
|
|
2125
2154
|
]),
|
|
2126
2155
|
_: 1
|
|
2127
2156
|
}),
|
|
@@ -2131,24 +2160,24 @@ const Ql = /* @__PURE__ */ h(Kl, [["__scopeId", "data-v-cf46dae2"]]), O = (e) =>
|
|
|
2131
2160
|
underline: "false"
|
|
2132
2161
|
}, {
|
|
2133
2162
|
default: $(() => [
|
|
2134
|
-
|
|
2163
|
+
vi
|
|
2135
2164
|
]),
|
|
2136
2165
|
_: 1
|
|
2137
2166
|
})
|
|
2138
2167
|
])
|
|
2139
2168
|
])
|
|
2140
2169
|
]),
|
|
2141
|
-
t("div",
|
|
2142
|
-
t("div",
|
|
2143
|
-
t("p",
|
|
2170
|
+
t("div", fi, [
|
|
2171
|
+
t("div", yi, [
|
|
2172
|
+
t("p", bi, "© MiR " + s((/* @__PURE__ */ new Date()).getFullYear()), 1),
|
|
2144
2173
|
t("button", {
|
|
2145
2174
|
class: "footer__language-switcher",
|
|
2146
2175
|
onClick: a[0] || (a[0] = (n) => i.$emit("changeRegionClicked"))
|
|
2147
|
-
},
|
|
2176
|
+
}, ki),
|
|
2148
2177
|
u(i.$slots, "footer-privacy-link"),
|
|
2149
2178
|
u(i.$slots, "footer-cookie-link")
|
|
2150
2179
|
]),
|
|
2151
|
-
t("div",
|
|
2180
|
+
t("div", $i, [
|
|
2152
2181
|
(l(!0), r(q, null, D(e.socialMedia, (n) => (l(), A(C, {
|
|
2153
2182
|
underline: "false",
|
|
2154
2183
|
linkType: "regular"
|
|
@@ -2165,7 +2194,7 @@ const Ql = /* @__PURE__ */ h(Kl, [["__scopeId", "data-v-cf46dae2"]]), O = (e) =>
|
|
|
2165
2194
|
n.title === "linkedin" ? "bg-linkedin" : n.title === "facebook" ? "bg-facebook" : n.title === "instagram" ? "bg-instagram" : n.title === "twitter" ? "bg-twitter" : n.title === "youtube" ? "bg-youtube" : ""
|
|
2166
2195
|
]])
|
|
2167
2196
|
}, null, 2)
|
|
2168
|
-
], 8,
|
|
2197
|
+
], 8, wi)
|
|
2169
2198
|
]),
|
|
2170
2199
|
_: 2
|
|
2171
2200
|
}, 1024))), 256))
|
|
@@ -2175,19 +2204,19 @@ const Ql = /* @__PURE__ */ h(Kl, [["__scopeId", "data-v-cf46dae2"]]), O = (e) =>
|
|
|
2175
2204
|
]));
|
|
2176
2205
|
}
|
|
2177
2206
|
});
|
|
2178
|
-
const
|
|
2207
|
+
const Si = /* @__PURE__ */ h(xi, [["__scopeId", "data-v-6d9c55d4"]]), de = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy44MjUxOSAwLjYxMzI4MUM3LjU2MjY5IDAuNjEzMjgxIDcuMzg3NjkgMC43MDA3ODIgNy4yMTI2OSAwLjg3NTc4Mkw0LjU4NzY5IDMuNTAwNzhMMS45NjI2OSAwLjg3NTc4MkMxLjYxMjY5IDAuNTI1NzgyIDEuMDAwMTkgMC41MjU3ODIgMC42NTAxOTUgMC44NzU3ODJDMC4zMDAxOTUgMS4yMjU3OCAwLjMwMDE5NSAxLjgzODI4IDAuNjUwMTk1IDIuMTg4MjhMMy45NzUxOSA1LjUxMzI4QzQuMzI1MTkgNS44NjMyOCA0LjkzNzY5IDUuODYzMjggNS4yODc2OSA1LjUxMzI4TDguNjEyNjkgMi4xODgyOEM4Ljk2MjY4IDEuODM4MjggOC45NjI2OCAxLjIyNTc4IDguNjEyNjkgMC44NzU3ODJDOC4yNjI2OSAwLjcwMDc4MiA4LjAwMDE5IDAuNjEzMjgxIDcuODI1MTkgMC42MTMyODFaIiBmaWxsPSIjMEMwOTMxIi8+Cjwvc3ZnPgo=", ee = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDIzIDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFIMjIiIHN0cm9rZT0iIzBDMDkzMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==", te = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDIzIDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjA3MDMxIDEuMjI2NTZMMjEuMDcwMyAxLjIyNjU2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K", ae = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzBDMDkzMSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0xNCAxNEwyMCAyMCIgc3Ryb2tlPSIjMEMwOTMxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K", le = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNMTQgMTRMMjAgMjAiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=", Ii = { class: "header__wrapper" }, qi = { class: "nav-wrapper" }, Mi = { class: "mir-link-logo" }, Di = { class: "main-nav-items" }, Bi = {
|
|
2179
2208
|
id: "menu-dropdown",
|
|
2180
2209
|
ref: "dropdownDiv"
|
|
2181
|
-
},
|
|
2210
|
+
}, Li = {
|
|
2182
2211
|
key: 0,
|
|
2183
2212
|
src: de,
|
|
2184
2213
|
alt: "dropdownarrow"
|
|
2185
|
-
},
|
|
2214
|
+
}, Ai = {
|
|
2186
2215
|
key: 1,
|
|
2187
2216
|
src: de,
|
|
2188
2217
|
alt: "dropdownarrow",
|
|
2189
2218
|
style: { transform: "rotate(180deg)" }
|
|
2190
|
-
},
|
|
2219
|
+
}, Ci = { class: "dropdown-content" }, Ti = { class: "nav-search-wrapper" }, ji = ["src"], Ni = { class: "mobile-logo-search-burger-wrapper" }, zi = { class: "mobile-mir-link-logo" }, Vi = { class: "mobile-search-wrapper" }, Oi = ["src"], Pi = ["onClick"], Hi = ["src"], Zi = ["src"], Ri = { class: "mobile-menu-content-wrapper" }, Ei = { class: "mobile-dropdown-content" }, Ui = /* @__PURE__ */ m({
|
|
2191
2220
|
__name: "header",
|
|
2192
2221
|
props: {
|
|
2193
2222
|
burgerState: {
|
|
@@ -2202,8 +2231,8 @@ const pi = /* @__PURE__ */ h(bi, [["__scopeId", "data-v-6d9c55d4"]]), de = "data
|
|
|
2202
2231
|
emits: ["update:burgerState", "update:showDropDown"],
|
|
2203
2232
|
setup(e, { emit: i }) {
|
|
2204
2233
|
const a = e;
|
|
2205
|
-
|
|
2206
|
-
let n = null, o =
|
|
2234
|
+
x("");
|
|
2235
|
+
let n = null, o = x(a.burgerState), _ = x(a.showDropDown);
|
|
2207
2236
|
X(
|
|
2208
2237
|
() => a.burgerState,
|
|
2209
2238
|
(f) => o.value = f
|
|
@@ -2214,60 +2243,60 @@ const pi = /* @__PURE__ */ h(bi, [["__scopeId", "data-v-6d9c55d4"]]), de = "data
|
|
|
2214
2243
|
n = (f) => {
|
|
2215
2244
|
f.target.closest("#menu-dropdown") || (_.value = !1);
|
|
2216
2245
|
}, window.addEventListener("click", n);
|
|
2217
|
-
}),
|
|
2246
|
+
}), xe(() => {
|
|
2218
2247
|
n !== null && window.removeEventListener("click", n);
|
|
2219
2248
|
});
|
|
2220
|
-
function
|
|
2249
|
+
function S() {
|
|
2221
2250
|
_.value = !_.value, i("update:showDropDown", _.value);
|
|
2222
2251
|
}
|
|
2223
2252
|
function I() {
|
|
2224
2253
|
o.value = !o.value, i("update:burgerState", o.value);
|
|
2225
2254
|
}
|
|
2226
|
-
return (f, b) => (l(), r("div",
|
|
2255
|
+
return (f, b) => (l(), r("div", Ii, [
|
|
2227
2256
|
t("nav", null, [
|
|
2228
|
-
t("div",
|
|
2229
|
-
t("div",
|
|
2257
|
+
t("div", qi, [
|
|
2258
|
+
t("div", Mi, [
|
|
2230
2259
|
u(f.$slots, "link-logo", {}, void 0, !0)
|
|
2231
2260
|
]),
|
|
2232
|
-
t("ul",
|
|
2261
|
+
t("ul", Di, [
|
|
2233
2262
|
u(f.$slots, "main-nav-items", {}, void 0, !0)
|
|
2234
2263
|
]),
|
|
2235
|
-
t("div",
|
|
2264
|
+
t("div", Bi, [
|
|
2236
2265
|
t("button", {
|
|
2237
|
-
onClick:
|
|
2266
|
+
onClick: S,
|
|
2238
2267
|
class: "nav-dropdown-btn"
|
|
2239
2268
|
}, [
|
|
2240
2269
|
u(f.$slots, "dropdown-title", {}, void 0, !0),
|
|
2241
|
-
p(_) == !1 ? (l(), r("img",
|
|
2270
|
+
p(_) == !1 ? (l(), r("img", Li)) : (l(), r("img", Ai))
|
|
2242
2271
|
]),
|
|
2243
|
-
|
|
2272
|
+
W(t("div", Ci, [
|
|
2244
2273
|
u(f.$slots, "dropdown-links", {}, void 0, !0)
|
|
2245
2274
|
], 512), [
|
|
2246
2275
|
[G, p(_)]
|
|
2247
2276
|
])
|
|
2248
2277
|
], 512),
|
|
2249
|
-
t("div",
|
|
2278
|
+
t("div", Ti, [
|
|
2250
2279
|
t("button", null, [
|
|
2251
2280
|
t("img", {
|
|
2252
2281
|
src: p(o) == !0 ? p(le) : p(ae),
|
|
2253
2282
|
alt: "search icon"
|
|
2254
|
-
}, null, 8,
|
|
2283
|
+
}, null, 8, ji)
|
|
2255
2284
|
])
|
|
2256
2285
|
])
|
|
2257
2286
|
]),
|
|
2258
2287
|
t("div", {
|
|
2259
2288
|
class: c(["mobile-nav-wrapper", p(o) == !0 ? "mirsaic-mobile-bg" : ""])
|
|
2260
2289
|
}, [
|
|
2261
|
-
t("div",
|
|
2262
|
-
t("div",
|
|
2290
|
+
t("div", Ni, [
|
|
2291
|
+
t("div", zi, [
|
|
2263
2292
|
u(f.$slots, "link-logo", {}, void 0, !0)
|
|
2264
2293
|
]),
|
|
2265
|
-
t("div",
|
|
2294
|
+
t("div", Vi, [
|
|
2266
2295
|
t("button", null, [
|
|
2267
2296
|
t("img", {
|
|
2268
2297
|
src: p(o) == !0 ? p(le) : p(ae),
|
|
2269
2298
|
alt: "search icon"
|
|
2270
|
-
}, null, 8,
|
|
2299
|
+
}, null, 8, Oi)
|
|
2271
2300
|
])
|
|
2272
2301
|
]),
|
|
2273
2302
|
t("button", {
|
|
@@ -2277,18 +2306,18 @@ const pi = /* @__PURE__ */ h(bi, [["__scopeId", "data-v-6d9c55d4"]]), de = "data
|
|
|
2277
2306
|
t("img", {
|
|
2278
2307
|
class: c(["burger-line", p(o) == !0 ? "burger-top-line-open" : ""]),
|
|
2279
2308
|
src: p(o) == !0 ? p(te) : p(ee)
|
|
2280
|
-
}, null, 10,
|
|
2309
|
+
}, null, 10, Hi),
|
|
2281
2310
|
t("img", {
|
|
2282
2311
|
class: c(["burger-line", p(o) == !0 ? "burger-bottom-line-open" : ""]),
|
|
2283
2312
|
src: p(o) == !0 ? p(te) : p(ee)
|
|
2284
|
-
}, null, 10,
|
|
2285
|
-
], 8,
|
|
2313
|
+
}, null, 10, Zi)
|
|
2314
|
+
], 8, Pi)
|
|
2286
2315
|
]),
|
|
2287
|
-
|
|
2316
|
+
W(t("div", Ri, [
|
|
2288
2317
|
t("ul", null, [
|
|
2289
2318
|
u(f.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2290
2319
|
]),
|
|
2291
|
-
t("ul",
|
|
2320
|
+
t("ul", Ei, [
|
|
2292
2321
|
u(f.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2293
2322
|
u(f.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2294
2323
|
])
|
|
@@ -2300,7 +2329,7 @@ const pi = /* @__PURE__ */ h(bi, [["__scopeId", "data-v-6d9c55d4"]]), de = "data
|
|
|
2300
2329
|
]));
|
|
2301
2330
|
}
|
|
2302
2331
|
});
|
|
2303
|
-
const
|
|
2332
|
+
const Wi = /* @__PURE__ */ h(Ui, [["__scopeId", "data-v-8ff68823"]]), Fi = { class: "language__wrapper" }, Gi = { class: "language__content" }, Ji = { class: "language__headline" }, Yi = { class: "language__paragraph" }, Ki = /* @__PURE__ */ m({
|
|
2304
2333
|
__name: "language-switcher",
|
|
2305
2334
|
props: {
|
|
2306
2335
|
headline: {
|
|
@@ -2311,16 +2340,16 @@ const Hi = /* @__PURE__ */ h(Pi, [["__scopeId", "data-v-8ff68823"]]), Zi = { cla
|
|
|
2311
2340
|
}
|
|
2312
2341
|
},
|
|
2313
2342
|
setup(e) {
|
|
2314
|
-
return (i, a) => (l(), r("div",
|
|
2315
|
-
t("div",
|
|
2316
|
-
t("h2",
|
|
2317
|
-
t("p",
|
|
2343
|
+
return (i, a) => (l(), r("div", Fi, [
|
|
2344
|
+
t("div", Gi, [
|
|
2345
|
+
t("h2", Ji, s(e.headline), 1),
|
|
2346
|
+
t("p", Yi, s(e.paragraph), 1),
|
|
2318
2347
|
u(i.$slots, "language-links", {}, void 0, !0)
|
|
2319
2348
|
])
|
|
2320
2349
|
]));
|
|
2321
2350
|
}
|
|
2322
2351
|
});
|
|
2323
|
-
const
|
|
2352
|
+
const Qi = /* @__PURE__ */ h(Ki, [["__scopeId", "data-v-9d085a10"]]), Xi = { class: "pagination__wrapper" }, er = { class: "pagination__content" }, tr = /* @__PURE__ */ m({
|
|
2324
2353
|
__name: "pagination",
|
|
2325
2354
|
props: {
|
|
2326
2355
|
isPreviousDisabled: {
|
|
@@ -2334,16 +2363,16 @@ const Fi = /* @__PURE__ */ h(Wi, [["__scopeId", "data-v-9d085a10"]]), Gi = { cla
|
|
|
2334
2363
|
},
|
|
2335
2364
|
emits: ["previous", "next"],
|
|
2336
2365
|
setup(e) {
|
|
2337
|
-
return (i, a) => (l(), r("div",
|
|
2338
|
-
t("div",
|
|
2339
|
-
k(
|
|
2366
|
+
return (i, a) => (l(), r("div", Xi, [
|
|
2367
|
+
t("div", er, [
|
|
2368
|
+
k(F, {
|
|
2340
2369
|
onClick: a[0] || (a[0] = (n) => i.$emit("previous")),
|
|
2341
2370
|
disabled: e.isPreviousDisabled,
|
|
2342
2371
|
variant: "previous",
|
|
2343
2372
|
ariaLabel: "previous"
|
|
2344
2373
|
}, null, 8, ["disabled"]),
|
|
2345
2374
|
u(i.$slots, "pagination-numbers"),
|
|
2346
|
-
k(
|
|
2375
|
+
k(F, {
|
|
2347
2376
|
onClick: a[1] || (a[1] = (n) => i.$emit("next")),
|
|
2348
2377
|
disabled: e.isNextDisabled,
|
|
2349
2378
|
variant: "next",
|
|
@@ -2353,47 +2382,48 @@ const Fi = /* @__PURE__ */ h(Wi, [["__scopeId", "data-v-9d085a10"]]), Gi = { cla
|
|
|
2353
2382
|
]));
|
|
2354
2383
|
}
|
|
2355
2384
|
});
|
|
2356
|
-
const
|
|
2385
|
+
const ar = /* @__PURE__ */ h(tr, [["__scopeId", "data-v-aef0eda7"]]), ir = {
|
|
2357
2386
|
install: (e) => {
|
|
2358
|
-
e.component("AtomButton",
|
|
2387
|
+
e.component("AtomButton", F), e.component("AtomCheckbox", Ae), e.component("AtomChip", Ve), e.component("AtomDropdown", We), e.component("AtomImage", B), e.component("AtomLabel", R), e.component("AtomLink", C), e.component("AtomRadioButton", it), e.component("AtomSelect", ct), e.component("AtomSlider", pt), e.component("AtomTextarea", Mt), e.component("AtomTextField", Ot), e.component("AtomVideo", E), e.component("MoleculeAddress", ea), e.component("MoleculeBulletList", ra), e.component("MoleculeCard", da), e.component("MoleculeEventCard", fa), e.component("MoleculeModal", oe), e.component("MoleculeTextCard", $a), e.component("BlockFacts", Aa), e.component("BlockFeatures", Ha), e.component("BlockHeadline", il), e.component("BlockImage", Fa), e.component("BlockImageGallery", el), e.component("BlockMicroStories", nl), e.component("BlockProductHero", _l), e.component("BlockPromo", gl), e.component("BlockQuote", Ml), e.component("BlockRichText", Cl), e.component("BlockTripleCardDisplay", Pl), e.component("BlockVimeo", Ul), e.component("Organism404", Kl), e.component("OrganismFilter", li), e.component("OrganismFooter", Si), e.component("OrganismHeader", Wi), e.component("OrganismLanguageSwitcher", Qi), e.component("OrganismPagination", ar);
|
|
2359
2388
|
}
|
|
2360
2389
|
};
|
|
2361
2390
|
export {
|
|
2362
|
-
|
|
2391
|
+
F as AtomButton,
|
|
2363
2392
|
Ae as AtomCheckbox,
|
|
2364
2393
|
Ve as AtomChip,
|
|
2365
2394
|
We as AtomDropdown,
|
|
2366
2395
|
B as AtomImage,
|
|
2367
|
-
|
|
2396
|
+
R as AtomLabel,
|
|
2368
2397
|
C as AtomLink,
|
|
2369
2398
|
it as AtomRadioButton,
|
|
2370
2399
|
ct as AtomSelect,
|
|
2371
2400
|
pt as AtomSlider,
|
|
2372
2401
|
Ot as AtomTextField,
|
|
2373
2402
|
Mt as AtomTextarea,
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2403
|
+
E as AtomVideo,
|
|
2404
|
+
Aa as BlockFacts,
|
|
2405
|
+
Ha as BlockFeatures,
|
|
2406
|
+
il as BlockHeadline,
|
|
2407
|
+
Fa as BlockImage,
|
|
2408
|
+
el as BlockImageGallery,
|
|
2409
|
+
nl as BlockMicroStories,
|
|
2410
|
+
_l as BlockProductHero,
|
|
2411
|
+
gl as BlockPromo,
|
|
2412
|
+
Ml as BlockQuote,
|
|
2413
|
+
Cl as BlockRichText,
|
|
2414
|
+
Pl as BlockTripleCardDisplay,
|
|
2415
|
+
Ul as BlockVimeo,
|
|
2387
2416
|
ea as MoleculeAddress,
|
|
2388
2417
|
ra as MoleculeBulletList,
|
|
2389
2418
|
da as MoleculeCard,
|
|
2390
2419
|
fa as MoleculeEventCard,
|
|
2391
2420
|
oe as MoleculeModal,
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2421
|
+
$a as MoleculeTextCard,
|
|
2422
|
+
Kl as Organism404,
|
|
2423
|
+
li as OrganismFilter,
|
|
2424
|
+
Si as OrganismFooter,
|
|
2425
|
+
Wi as OrganismHeader,
|
|
2426
|
+
Qi as OrganismLanguageSwitcher,
|
|
2427
|
+
ar as OrganismPagination,
|
|
2428
|
+
ir as default
|
|
2399
2429
|
};
|