@mirweb/mir-web-components 1.7.12 → 1.7.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/blocks/card-display/card-display.vue.d.ts +1 -1
- package/dist/components/blocks/image-gallery/image-gallery.vue.d.ts +1 -1
- package/dist/components/blocks/timeline/timeline.vue.d.ts +1 -1
- package/dist/components/index.d.ts +51 -51
- package/dist/components/main.d.ts +54 -53
- package/dist/components/molecules/card/card.vue.d.ts +1 -1
- package/dist/components/organisms/header/header.vue.d.ts +1 -1
- package/dist/directives/clickOutside.d.ts +2 -1
- package/dist/mir-web-components.cjs.js +1 -1
- package/dist/mir-web-components.css +1 -1
- package/dist/mir-web-components.es.js +207 -198
- package/dist/mir-web-components.umd.js +2 -2
- package/package.json +19 -19
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as g, computed as
|
|
1
|
+
import { defineComponent as g, computed as A, openBlock as s, createElementBlock as i, normalizeClass as p, toDisplayString as d, createElementVNode as t, renderSlot as c, pushScopeId as H, popScopeId as R, createTextVNode as J, ref as C, resolveDirective as _e, withDirectives as U, Fragment as T, renderList as V, vShow as Z, normalizeProps as z, guardReactiveProps as O, toRefs as Se, mergeProps as M, createVNode as S, Transition as Ie, withCtx as y, withModifiers as he, createBlock as L, createCommentVNode as h, watchEffect as pe, withKeys as Ce, useSlots as qe, normalizeStyle as x, isRef as ce, unref as I, onMounted as me, watch as Q, onUnmounted as Ae } from "vue";
|
|
2
2
|
const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
@@ -14,7 +14,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
14
14
|
close: "close",
|
|
15
15
|
next: "next",
|
|
16
16
|
previous: "previous"
|
|
17
|
-
}, r = e, o =
|
|
17
|
+
}, r = e, o = A(() => a[r.variant]);
|
|
18
18
|
return (l, _) => (s(), i("button", {
|
|
19
19
|
class: p(["button", "button--" + o.value]),
|
|
20
20
|
"aria-label": l.ariaLabel
|
|
@@ -25,7 +25,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
25
25
|
for (const [o, l] of a)
|
|
26
26
|
r[o] = l;
|
|
27
27
|
return r;
|
|
28
|
-
}, se = /* @__PURE__ */ f(De, [["__scopeId", "data-v-f61b579c"]]), Te = (e) => (
|
|
28
|
+
}, se = /* @__PURE__ */ f(De, [["__scopeId", "data-v-f61b579c"]]), Te = (e) => (H("data-v-0c4c6d8e"), e = e(), R(), e), Ve = ["id", "name", "value", "disabled", "required", "checked"], Pe = ["for"], Fe = /* @__PURE__ */ Te(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Me = /* @__PURE__ */ g({
|
|
29
29
|
__name: "checkbox",
|
|
30
30
|
props: {
|
|
31
31
|
name: { default: "checkbox" },
|
|
@@ -64,7 +64,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
64
64
|
], 10, Pe)
|
|
65
65
|
], 2));
|
|
66
66
|
}
|
|
67
|
-
}), ve = /* @__PURE__ */ f(Me, [["__scopeId", "data-v-0c4c6d8e"]]), ze = (e) => (
|
|
67
|
+
}), ve = /* @__PURE__ */ f(Me, [["__scopeId", "data-v-0c4c6d8e"]]), ze = (e) => (H("data-v-08813346"), e = e(), R(), e), Oe = ["aria-label"], He = /* @__PURE__ */ ze(() => /* @__PURE__ */ t("img", {
|
|
68
68
|
src: "https://a.storyblok.com/f/230581/9x9/e4fb715dc9/close.svg?cv=1695125714598",
|
|
69
69
|
alt: "close",
|
|
70
70
|
class: "close-icon"
|
|
@@ -75,7 +75,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
75
75
|
},
|
|
76
76
|
emits: ["remove-chip"],
|
|
77
77
|
setup(e) {
|
|
78
|
-
const a = e, r =
|
|
78
|
+
const a = e, r = A(() => `Chip: ${a.text}`);
|
|
79
79
|
return (o, l) => (s(), i("div", {
|
|
80
80
|
class: "chip__wrapper",
|
|
81
81
|
onClick: l[0] || (l[0] = (_) => o.$emit("remove-chip"))
|
|
@@ -84,7 +84,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
84
84
|
class: "chip",
|
|
85
85
|
"aria-label": r.value
|
|
86
86
|
}, [
|
|
87
|
-
|
|
87
|
+
J(d(o.text) + " ", 1),
|
|
88
88
|
He
|
|
89
89
|
], 8, Oe)
|
|
90
90
|
]));
|
|
@@ -107,7 +107,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
107
107
|
const r = {
|
|
108
108
|
primary: "dropdown-dark-bg-primary",
|
|
109
109
|
dark: "dropdown-dark dropdown-dark-bg-dark"
|
|
110
|
-
}, o = e, l =
|
|
110
|
+
}, o = e, l = A(() => r[o.variant]), _ = C(null), n = C(null), u = C([]), b = C(0), v = C(""), k = C(!0), w = C(0), te = a, ie = A(() => {
|
|
111
111
|
const m = o.options.find(
|
|
112
112
|
(B) => B.value === o.modelValue
|
|
113
113
|
);
|
|
@@ -117,27 +117,27 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
117
117
|
te("update:modelValue", m);
|
|
118
118
|
}
|
|
119
119
|
function ne(m) {
|
|
120
|
-
var
|
|
120
|
+
var q;
|
|
121
121
|
const B = m.target;
|
|
122
|
-
B.getAttribute("role") === "option" && (
|
|
122
|
+
B.getAttribute("role") === "option" && (W(B), oe(), (q = _.value) == null || q.focus());
|
|
123
123
|
}
|
|
124
|
-
function
|
|
125
|
-
var
|
|
124
|
+
function G(m) {
|
|
125
|
+
var q;
|
|
126
126
|
const B = m.key;
|
|
127
127
|
switch (B) {
|
|
128
128
|
case "ArrowUp":
|
|
129
129
|
case "ArrowDown": {
|
|
130
130
|
m.preventDefault();
|
|
131
|
-
const
|
|
132
|
-
(
|
|
131
|
+
const D = o.options.findIndex(
|
|
132
|
+
(Y) => Y.value === o.modelValue
|
|
133
133
|
);
|
|
134
|
-
let
|
|
135
|
-
B === "ArrowUp" ?
|
|
134
|
+
let N = D ? u.value[D] : u.value[0];
|
|
135
|
+
B === "ArrowUp" ? D - 1 >= 0 && (N = u.value[D - 1]) : D + 1 <= o.options.length && (N = u.value[D + 1]), N && W(N);
|
|
136
136
|
break;
|
|
137
137
|
}
|
|
138
138
|
case "Home":
|
|
139
139
|
case "PageUp":
|
|
140
|
-
m.preventDefault(),
|
|
140
|
+
m.preventDefault(), E();
|
|
141
141
|
break;
|
|
142
142
|
case "End":
|
|
143
143
|
case "PageDown":
|
|
@@ -145,11 +145,11 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
145
145
|
break;
|
|
146
146
|
case "Enter":
|
|
147
147
|
case "Escape":
|
|
148
|
-
m.preventDefault(), oe(), (
|
|
148
|
+
m.preventDefault(), oe(), (q = _.value) == null || q.focus();
|
|
149
149
|
break;
|
|
150
150
|
default: {
|
|
151
|
-
const
|
|
152
|
-
|
|
151
|
+
const D = j(B);
|
|
152
|
+
D && W(D);
|
|
153
153
|
break;
|
|
154
154
|
}
|
|
155
155
|
}
|
|
@@ -159,7 +159,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
159
159
|
switch (m.key) {
|
|
160
160
|
case "ArrowUp":
|
|
161
161
|
case "ArrowDown":
|
|
162
|
-
m.preventDefault(), ue(),
|
|
162
|
+
m.preventDefault(), ue(), G(m);
|
|
163
163
|
break;
|
|
164
164
|
}
|
|
165
165
|
}
|
|
@@ -171,47 +171,47 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
171
171
|
v.value = "", b.value = 0;
|
|
172
172
|
}, 500);
|
|
173
173
|
}
|
|
174
|
-
function
|
|
174
|
+
function j(m) {
|
|
175
175
|
let B = "";
|
|
176
176
|
(v.value === "" || B !== m) && (w.value = o.options.findIndex(
|
|
177
|
-
(
|
|
177
|
+
(D) => D.value === o.modelValue
|
|
178
178
|
)), v.value = B === m ? m : v.value + m, B = m, $();
|
|
179
|
-
let
|
|
179
|
+
let q = K(
|
|
180
180
|
w.value + 1,
|
|
181
181
|
o.options.length
|
|
182
182
|
);
|
|
183
|
-
return !
|
|
183
|
+
return !q && v.value.length === 1 && (q = K(0, w.value)), w.value = (w.value + 1) % o.options.length, q;
|
|
184
184
|
}
|
|
185
|
-
function
|
|
186
|
-
for (let
|
|
187
|
-
if (o.options[
|
|
188
|
-
return u.value[
|
|
185
|
+
function K(m, B) {
|
|
186
|
+
for (let q = m; q < B; q++)
|
|
187
|
+
if (o.options[q].label && o.options[q].label.toUpperCase().indexOf(v.value.toUpperCase()) === 0)
|
|
188
|
+
return u.value[q];
|
|
189
189
|
return null;
|
|
190
190
|
}
|
|
191
|
-
function
|
|
192
|
-
|
|
191
|
+
function E() {
|
|
192
|
+
W(u.value[0]);
|
|
193
193
|
}
|
|
194
|
-
function
|
|
195
|
-
var
|
|
194
|
+
function W(m) {
|
|
195
|
+
var q, D;
|
|
196
196
|
const B = m.getAttribute("data-value");
|
|
197
197
|
if (o.modelValue) {
|
|
198
|
-
const
|
|
198
|
+
const N = o.options.findIndex(
|
|
199
199
|
(Be) => Be.value === o.modelValue
|
|
200
|
-
),
|
|
201
|
-
de(
|
|
200
|
+
), Y = u.value[N];
|
|
201
|
+
de(Y);
|
|
202
202
|
}
|
|
203
|
-
if (m.setAttribute("aria-selected", "true"), (
|
|
203
|
+
if (m.setAttribute("aria-selected", "true"), (q = n.value) == null || q.setAttribute(
|
|
204
204
|
"aria-activedescendant",
|
|
205
205
|
B || ""
|
|
206
206
|
), re(B || ""), n.value && n.value.scrollHeight > n.value.clientHeight) {
|
|
207
|
-
const
|
|
208
|
-
|
|
207
|
+
const N = n.value.clientHeight + n.value.scrollTop, Y = m.offsetTop + m.offsetHeight;
|
|
208
|
+
Y > N ? n.value.scrollTop = Y - ((D = n.value) == null ? void 0 : D.clientHeight) : m.offsetTop < n.value.scrollTop && (n.value.scrollTop = m.offsetTop);
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
211
|
function $e() {
|
|
212
212
|
var B;
|
|
213
213
|
const m = (B = u.value) == null ? void 0 : B[o.options.length - 1];
|
|
214
|
-
|
|
214
|
+
W(m);
|
|
215
215
|
}
|
|
216
216
|
function oe() {
|
|
217
217
|
var m;
|
|
@@ -225,7 +225,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
225
225
|
o.disabled || (k.value ? ue() : oe());
|
|
226
226
|
}
|
|
227
227
|
return (m, B) => {
|
|
228
|
-
const
|
|
228
|
+
const q = _e("click-outside");
|
|
229
229
|
return s(), i("div", {
|
|
230
230
|
ref: "listbox",
|
|
231
231
|
class: "listbox__wrapper",
|
|
@@ -239,7 +239,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
239
239
|
"is-required": m.required
|
|
240
240
|
}, "listbox__label"])
|
|
241
241
|
}, d(m.label), 11, je),
|
|
242
|
-
|
|
242
|
+
U((s(), i("div", Ke, [
|
|
243
243
|
t("button", {
|
|
244
244
|
id: `${m.name}-button-label`,
|
|
245
245
|
ref_key: "listboxButton",
|
|
@@ -252,7 +252,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
252
252
|
onClick: we,
|
|
253
253
|
onKeydown: ae
|
|
254
254
|
}, d(m.modelValue ? ie.value : m.placeholder), 43, Ue),
|
|
255
|
-
|
|
255
|
+
U(t("ul", {
|
|
256
256
|
ref_key: "listboxNode",
|
|
257
257
|
ref: n,
|
|
258
258
|
"aria-labelledby": `${m.name}-label`,
|
|
@@ -260,24 +260,24 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
260
260
|
tabindex: "0",
|
|
261
261
|
role: "listbox",
|
|
262
262
|
class: "listbox__list",
|
|
263
|
-
onKeydown:
|
|
263
|
+
onKeydown: G,
|
|
264
264
|
onClick: ne
|
|
265
265
|
}, [
|
|
266
|
-
(s(!0), i(
|
|
267
|
-
key: `${m.name}-option-${
|
|
266
|
+
(s(!0), i(T, null, V(m.options, (D, N) => (s(), i("li", {
|
|
267
|
+
key: `${m.name}-option-${N}`,
|
|
268
268
|
ref_for: !0,
|
|
269
269
|
ref_key: "listboxOptions",
|
|
270
270
|
ref: u,
|
|
271
|
-
"aria-selected":
|
|
272
|
-
"data-value":
|
|
271
|
+
"aria-selected": D.value === m.modelValue,
|
|
272
|
+
"data-value": D.value,
|
|
273
273
|
class: "listbox__option",
|
|
274
274
|
role: "option"
|
|
275
|
-
}, d(
|
|
275
|
+
}, d(D.label), 9, Je))), 128))
|
|
276
276
|
], 40, Ge), [
|
|
277
|
-
[
|
|
277
|
+
[Z, !k.value]
|
|
278
278
|
])
|
|
279
279
|
])), [
|
|
280
|
-
[
|
|
280
|
+
[q, oe]
|
|
281
281
|
])
|
|
282
282
|
], 8, Ee);
|
|
283
283
|
};
|
|
@@ -295,17 +295,17 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
295
295
|
},
|
|
296
296
|
setup(e) {
|
|
297
297
|
return (a, r) => (s(), i("div", Qe, [
|
|
298
|
-
c(a.$slots, "default",
|
|
298
|
+
c(a.$slots, "default", z(O(a.$attrs)))
|
|
299
299
|
]));
|
|
300
300
|
}
|
|
301
|
-
}),
|
|
301
|
+
}), F = /* @__PURE__ */ f(Ze, [["__scopeId", "data-v-e10217bd"]]), Xe = { class: "label__wrapper" }, xe = ["aria-label", "label-dark"], et = /* @__PURE__ */ g({
|
|
302
302
|
__name: "label",
|
|
303
303
|
props: {
|
|
304
304
|
text: {},
|
|
305
305
|
labelDark: { type: Boolean, default: !1 }
|
|
306
306
|
},
|
|
307
307
|
setup(e) {
|
|
308
|
-
const a = e, r =
|
|
308
|
+
const a = e, r = A(() => `Label: ${a.text}`);
|
|
309
309
|
return (o, l) => (s(), i("div", Xe, [
|
|
310
310
|
t("span", {
|
|
311
311
|
"aria-label": r.value,
|
|
@@ -314,7 +314,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
314
314
|
}, d(o.text), 11, xe)
|
|
315
315
|
]));
|
|
316
316
|
}
|
|
317
|
-
}),
|
|
317
|
+
}), X = /* @__PURE__ */ f(et, [["__scopeId", "data-v-7d9d3a8a"]]), tt = { class: "link__wrapper" }, P = /* @__PURE__ */ g({
|
|
318
318
|
__name: "link",
|
|
319
319
|
props: {
|
|
320
320
|
linkType: { default: "regular" },
|
|
@@ -336,12 +336,12 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
336
336
|
hover: "underline-hover",
|
|
337
337
|
true: "add-underline",
|
|
338
338
|
false: "remove-underline"
|
|
339
|
-
}, o = e, l =
|
|
339
|
+
}, o = e, l = A(() => a[o.linkType]), _ = A(() => r[o.underline]), n = A(() => {
|
|
340
340
|
const { ...u } = Se(o);
|
|
341
341
|
return u;
|
|
342
342
|
});
|
|
343
343
|
return (u, b) => (s(), i("div", tt, [
|
|
344
|
-
t("div",
|
|
344
|
+
t("div", M(n.value, {
|
|
345
345
|
class: ["mir-link", [
|
|
346
346
|
l.value,
|
|
347
347
|
u.disabled ? "disabled" : "",
|
|
@@ -353,7 +353,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
353
353
|
], 16)
|
|
354
354
|
]));
|
|
355
355
|
}
|
|
356
|
-
}), at = (e) => (
|
|
356
|
+
}), at = (e) => (H("data-v-60c6ff7e"), e = e(), R(), e), ot = ["id", "name", "value", "checked", "disabled", "required"], st = ["for"], lt = /* @__PURE__ */ at(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), it = /* @__PURE__ */ g({
|
|
357
357
|
__name: "radio-button",
|
|
358
358
|
props: {
|
|
359
359
|
name: { default: "radio" },
|
|
@@ -420,7 +420,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
420
420
|
a.$emit("update:modelValue", o.target.value), o.target.blur();
|
|
421
421
|
})
|
|
422
422
|
}, [
|
|
423
|
-
(s(!0), i(
|
|
423
|
+
(s(!0), i(T, null, V(a.options, (o) => (s(), i("option", {
|
|
424
424
|
key: o.value,
|
|
425
425
|
value: o.value
|
|
426
426
|
}, d(o.text), 9, ut))), 128))
|
|
@@ -444,7 +444,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
444
444
|
name: "nested"
|
|
445
445
|
}, {
|
|
446
446
|
default: y(() => [
|
|
447
|
-
|
|
447
|
+
U(t("div", {
|
|
448
448
|
class: p(["overlay", _.searchBar ? "overlay-search" : "overlay-default"]),
|
|
449
449
|
ariaLabel: "modal",
|
|
450
450
|
role: "dialog",
|
|
@@ -457,7 +457,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
457
457
|
}, ["stop"]))
|
|
458
458
|
}, [
|
|
459
459
|
t("div", null, [
|
|
460
|
-
_.searchBar ? h("", !0) : (s(),
|
|
460
|
+
_.searchBar ? h("", !0) : (s(), L(se, {
|
|
461
461
|
key: 0,
|
|
462
462
|
"aria-label": "close",
|
|
463
463
|
variant: "close",
|
|
@@ -467,7 +467,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
467
467
|
c(_.$slots, "default", {}, void 0, !0)
|
|
468
468
|
], 2)
|
|
469
469
|
], 2), [
|
|
470
|
-
[
|
|
470
|
+
[Z, _.show]
|
|
471
471
|
])
|
|
472
472
|
]),
|
|
473
473
|
_: 3
|
|
@@ -544,7 +544,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
544
544
|
class: p([v.variant, "slider__value"])
|
|
545
545
|
}, d(v.modelValue), 3)
|
|
546
546
|
]),
|
|
547
|
-
v.information ? (s(),
|
|
547
|
+
v.information ? (s(), L(fe, {
|
|
548
548
|
key: 0,
|
|
549
549
|
show: n.value,
|
|
550
550
|
"onUpdate:show": k[3] || (k[3] = (w) => n.value = w)
|
|
@@ -642,9 +642,9 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
642
642
|
tel: "tel",
|
|
643
643
|
url: "url",
|
|
644
644
|
search: "search"
|
|
645
|
-
}, r = e, o =
|
|
645
|
+
}, r = e, o = A(() => a[r.type]), l = C(!0), _ = A(
|
|
646
646
|
() => l.value ? "showPassword" : "hidePassword"
|
|
647
|
-
), n =
|
|
647
|
+
), n = A(
|
|
648
648
|
() => l.value ? "password" : "text"
|
|
649
649
|
);
|
|
650
650
|
return (u, b) => (s(), i("div", Vt, [
|
|
@@ -777,7 +777,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
777
777
|
a.addressLine3 ? (s(), i("p", xt, d(a.addressLine3), 1)) : h("", !0)
|
|
778
778
|
]),
|
|
779
779
|
t("div", ea, [
|
|
780
|
-
a.website ? (s(),
|
|
780
|
+
a.website ? (s(), L(P, {
|
|
781
781
|
key: 0,
|
|
782
782
|
underline: "false",
|
|
783
783
|
"link-type": "regular"
|
|
@@ -790,7 +790,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
790
790
|
]),
|
|
791
791
|
_: 1
|
|
792
792
|
})) : h("", !0),
|
|
793
|
-
(s(!0), i(
|
|
793
|
+
(s(!0), i(T, null, V(a.phoneNumbers, (o) => (s(), L(P, {
|
|
794
794
|
key: o,
|
|
795
795
|
underline: "false",
|
|
796
796
|
"link-type": "regular"
|
|
@@ -811,7 +811,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
811
811
|
])
|
|
812
812
|
]));
|
|
813
813
|
}
|
|
814
|
-
}), la = /* @__PURE__ */ f(sa, [["__scopeId", "data-v-e1c72a18"]]), ia = (e) => (
|
|
814
|
+
}), la = /* @__PURE__ */ f(sa, [["__scopeId", "data-v-e1c72a18"]]), ia = (e) => (H("data-v-a44fd57d"), e = e(), R(), e), ra = { class: "bullet-list__wrapper" }, na = /* @__PURE__ */ ia(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), da = /* @__PURE__ */ g({
|
|
815
815
|
__name: "bullet-list",
|
|
816
816
|
props: {
|
|
817
817
|
list: {
|
|
@@ -836,9 +836,9 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
836
836
|
class: p(["bullet-list", e.variant])
|
|
837
837
|
}, [
|
|
838
838
|
t("ul", null, [
|
|
839
|
-
(s(!0), i(
|
|
839
|
+
(s(!0), i(T, null, V(e.list, (o) => (s(), i("li", { key: o }, [
|
|
840
840
|
na,
|
|
841
|
-
|
|
841
|
+
J(" " + d(o), 1)
|
|
842
842
|
]))), 128))
|
|
843
843
|
])
|
|
844
844
|
], 2)
|
|
@@ -889,7 +889,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
889
889
|
width: "596",
|
|
890
890
|
height: "335"
|
|
891
891
|
}
|
|
892
|
-
}, l = e, _ =
|
|
892
|
+
}, l = e, _ = A(() => o[l.size]);
|
|
893
893
|
return (n, u) => (s(), i("div", ua, [
|
|
894
894
|
t("div", {
|
|
895
895
|
class: p(["card", [
|
|
@@ -903,9 +903,9 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
903
903
|
onMouseover: u[0] || (u[0] = (b) => ce(r) ? r.value = !0 : r = !0),
|
|
904
904
|
onMouseout: u[1] || (u[1] = (b) => ce(r) ? r.value = !1 : r = !1)
|
|
905
905
|
}, [
|
|
906
|
-
n.mediaType === "image" ? (s(),
|
|
906
|
+
n.mediaType === "image" ? (s(), L(F, { key: 0 }, {
|
|
907
907
|
default: y(() => [
|
|
908
|
-
c(n.$slots, "card-image",
|
|
908
|
+
c(n.$slots, "card-image", M({
|
|
909
909
|
src: n.imgSrc,
|
|
910
910
|
width: "596",
|
|
911
911
|
height: "335",
|
|
@@ -954,7 +954,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
954
954
|
], 38)
|
|
955
955
|
]));
|
|
956
956
|
}
|
|
957
|
-
}), ma = /* @__PURE__ */ f(pa, [["__scopeId", "data-v-
|
|
957
|
+
}), ma = /* @__PURE__ */ f(pa, [["__scopeId", "data-v-8ca91fbc"]]), va = { class: "column-card" }, fa = { class: "column-card__content" }, ga = { class: "column-card__headline" }, ba = { class: "column-card__bodytext" }, ya = /* @__PURE__ */ g({
|
|
958
958
|
__name: "column-card",
|
|
959
959
|
props: {
|
|
960
960
|
headline: {},
|
|
@@ -969,7 +969,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
969
969
|
key: 0,
|
|
970
970
|
class: p(["column-card__image", { cover: a.imageFit, contain: !a.imageFit }])
|
|
971
971
|
}, [
|
|
972
|
-
c(a.$slots, "column-card-image",
|
|
972
|
+
c(a.$slots, "column-card-image", z(O({
|
|
973
973
|
src: a.image.filename,
|
|
974
974
|
alt: a.image.alt
|
|
975
975
|
})), void 0, !0)
|
|
@@ -981,7 +981,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
981
981
|
])
|
|
982
982
|
]));
|
|
983
983
|
}
|
|
984
|
-
}), ge = /* @__PURE__ */ f(ya, [["__scopeId", "data-v-fc3755f9"]]), ka = (e) => (
|
|
984
|
+
}), ge = /* @__PURE__ */ f(ya, [["__scopeId", "data-v-fc3755f9"]]), ka = (e) => (H("data-v-2c394add"), e = e(), R(), e), $a = { class: "event__wrapper" }, wa = { class: "event__headline" }, Ba = { class: "event__date-location" }, Sa = /* @__PURE__ */ ka(() => /* @__PURE__ */ t("br", null, null, -1)), Ia = { class: "event__exhibitor" }, Ca = /* @__PURE__ */ g({
|
|
985
985
|
__name: "event-card",
|
|
986
986
|
props: {
|
|
987
987
|
eventType: {
|
|
@@ -1007,20 +1007,20 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1007
1007
|
},
|
|
1008
1008
|
setup(e) {
|
|
1009
1009
|
return (a, r) => (s(), i("div", $a, [
|
|
1010
|
-
S(
|
|
1010
|
+
S(X, {
|
|
1011
1011
|
"label-dark": !1,
|
|
1012
1012
|
text: e.eventType ? e.eventType : ""
|
|
1013
1013
|
}, null, 8, ["text"]),
|
|
1014
1014
|
t("div", wa, d(e.headline), 1),
|
|
1015
1015
|
t("div", Ba, [
|
|
1016
|
-
|
|
1016
|
+
J(d(e.dateTime), 1),
|
|
1017
1017
|
Sa,
|
|
1018
|
-
|
|
1018
|
+
J(d(e.location), 1)
|
|
1019
1019
|
]),
|
|
1020
1020
|
t("div", Ia, d(e.exhibitor), 1)
|
|
1021
1021
|
]));
|
|
1022
1022
|
}
|
|
1023
|
-
}), qa = /* @__PURE__ */ f(Ca, [["__scopeId", "data-v-2c394add"]]), le = (e) => (
|
|
1023
|
+
}), qa = /* @__PURE__ */ f(Ca, [["__scopeId", "data-v-2c394add"]]), le = (e) => (H("data-v-93ee37aa"), e = e(), R(), e), Aa = { class: "flashcard-side flashcard-front" }, La = {
|
|
1024
1024
|
key: 0,
|
|
1025
1025
|
class: "content"
|
|
1026
1026
|
}, Da = { key: 0 }, Ta = {
|
|
@@ -1080,7 +1080,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1080
1080
|
o.name || ((_ = o.bodytext) == null ? void 0 : _.length) > 0 ? (s(), i("div", La, [
|
|
1081
1081
|
o.name ? (s(), i("h3", Da, d(o.name), 1)) : h("", !0),
|
|
1082
1082
|
o.bodytext ? (s(), i("div", Ta, [
|
|
1083
|
-
c(o.$slots, "flashcard-front-body",
|
|
1083
|
+
c(o.$slots, "flashcard-front-body", z(O({ bodytext: o.bodytext })), void 0, !0)
|
|
1084
1084
|
])) : h("", !0),
|
|
1085
1085
|
Va
|
|
1086
1086
|
])) : (s(), i("div", {
|
|
@@ -1090,7 +1090,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1090
1090
|
cover: !o.imageFit
|
|
1091
1091
|
}])
|
|
1092
1092
|
}, [
|
|
1093
|
-
c(o.$slots, "flashcard-front-image",
|
|
1093
|
+
c(o.$slots, "flashcard-front-image", z(O({ src: (n = o.image) == null ? void 0 : n.filename, alt: (u = o.image) == null ? void 0 : u.alt })), void 0, !0),
|
|
1094
1094
|
Pa
|
|
1095
1095
|
], 2))
|
|
1096
1096
|
]),
|
|
@@ -1103,7 +1103,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1103
1103
|
o.namebackside || o.bodytextbackside.length > 0 ? (s(), i("div", Fa, [
|
|
1104
1104
|
o.namebackside ? (s(), i("h3", Ma, d(o.namebackside), 1)) : h("", !0),
|
|
1105
1105
|
o.bodytextbackside ? (s(), i("div", za, [
|
|
1106
|
-
c(o.$slots, "flashcard-back-body",
|
|
1106
|
+
c(o.$slots, "flashcard-back-body", z(O({ bodytextbackside: o.bodytextbackside })), void 0, !0)
|
|
1107
1107
|
])) : h("", !0),
|
|
1108
1108
|
Oa
|
|
1109
1109
|
])) : (s(), i("div", {
|
|
@@ -1113,7 +1113,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1113
1113
|
cover: !o.imageFitBack
|
|
1114
1114
|
}])
|
|
1115
1115
|
}, [
|
|
1116
|
-
c(o.$slots, "flashcard-back-image",
|
|
1116
|
+
c(o.$slots, "flashcard-back-image", z(O({ src: (v = o.imagebackside) == null ? void 0 : v.filename, alt: (k = o.imagebackside) == null ? void 0 : k.alt })), void 0, !0),
|
|
1117
1117
|
Ha
|
|
1118
1118
|
], 2))
|
|
1119
1119
|
], 2)
|
|
@@ -1139,7 +1139,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1139
1139
|
},
|
|
1140
1140
|
setup(e) {
|
|
1141
1141
|
return (a, r) => (s(), i("div", Na, [
|
|
1142
|
-
S(
|
|
1142
|
+
S(X, {
|
|
1143
1143
|
"label-dark": !1,
|
|
1144
1144
|
text: e.label ? e.label : ""
|
|
1145
1145
|
}, null, 8, ["text"]),
|
|
@@ -1167,7 +1167,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1167
1167
|
}, o = (l) => a.value.includes(l);
|
|
1168
1168
|
return (l, _) => (s(), i("section", Ga, [
|
|
1169
1169
|
t("div", Ja, [
|
|
1170
|
-
(s(!0), i(
|
|
1170
|
+
(s(!0), i(T, null, V(l.accordions, (n) => (s(), i("div", {
|
|
1171
1171
|
key: n._uid
|
|
1172
1172
|
}, [
|
|
1173
1173
|
t("div", Wa, [
|
|
@@ -1187,15 +1187,18 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1187
1187
|
})
|
|
1188
1188
|
}, [
|
|
1189
1189
|
t("div", eo, [
|
|
1190
|
-
c(l.$slots, "accordion-body",
|
|
1190
|
+
c(l.$slots, "accordion-body", M({ ref_for: !0 }, { body: n.bodytext }), void 0, !0)
|
|
1191
1191
|
]),
|
|
1192
|
-
S(
|
|
1192
|
+
S(F, null, {
|
|
1193
1193
|
default: y(() => [
|
|
1194
|
-
n.image ? c(l.$slots, "accordion-image",
|
|
1194
|
+
n.image ? c(l.$slots, "accordion-image", M({
|
|
1195
|
+
key: 0,
|
|
1196
|
+
ref_for: !0
|
|
1197
|
+
}, {
|
|
1195
1198
|
src: n.image.filename,
|
|
1196
1199
|
alt: n.image.alt,
|
|
1197
1200
|
class: "accordion__image"
|
|
1198
|
-
})
|
|
1201
|
+
}), void 0, !0) : h("", !0)
|
|
1199
1202
|
]),
|
|
1200
1203
|
_: 2
|
|
1201
1204
|
}, 1024)
|
|
@@ -1242,7 +1245,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1242
1245
|
])
|
|
1243
1246
|
], 2));
|
|
1244
1247
|
}
|
|
1245
|
-
}), co = /* @__PURE__ */ f(no, [["__scopeId", "data-v-
|
|
1248
|
+
}), co = /* @__PURE__ */ f(no, [["__scopeId", "data-v-e5d1b11a"]]), uo = { class: "column-grid__top-section" }, _o = {
|
|
1246
1249
|
key: 0,
|
|
1247
1250
|
class: "column-grid__headline"
|
|
1248
1251
|
}, ho = {
|
|
@@ -1270,7 +1273,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1270
1273
|
])) : h("", !0)
|
|
1271
1274
|
]),
|
|
1272
1275
|
t("div", po, [
|
|
1273
|
-
(s(!0), i(
|
|
1276
|
+
(s(!0), i(T, null, V(a.columns, (o) => (s(), L(ge, {
|
|
1274
1277
|
key: o._uid,
|
|
1275
1278
|
headline: o.headline,
|
|
1276
1279
|
bodytext: o.bodytext,
|
|
@@ -1278,14 +1281,17 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1278
1281
|
"image-fit": o.imageFit
|
|
1279
1282
|
}, {
|
|
1280
1283
|
"column-card-body": y(() => [
|
|
1281
|
-
c(a.$slots, "column-card-body",
|
|
1284
|
+
c(a.$slots, "column-card-body", M({ ref_for: !0 }, { body: o.bodytext }), void 0, !0)
|
|
1282
1285
|
]),
|
|
1283
1286
|
"column-card-image": y(() => [
|
|
1284
|
-
o.image ? c(a.$slots, "column-card-image",
|
|
1287
|
+
o.image ? c(a.$slots, "column-card-image", M({
|
|
1288
|
+
key: 0,
|
|
1289
|
+
ref_for: !0
|
|
1290
|
+
}, {
|
|
1285
1291
|
src: o.image.filename,
|
|
1286
1292
|
alt: o.image.alt,
|
|
1287
1293
|
style: { "object-fit": o.imageFit ? "cover" : "contain" }
|
|
1288
|
-
})
|
|
1294
|
+
}), void 0, !0) : h("", !0)
|
|
1289
1295
|
]),
|
|
1290
1296
|
_: 2
|
|
1291
1297
|
}, 1032, ["headline", "bodytext", "image", "image-fit"]))), 128))
|
|
@@ -1323,7 +1329,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1323
1329
|
t("div", go, [
|
|
1324
1330
|
t("h2", bo, d(a.headline), 1),
|
|
1325
1331
|
t("div", yo, [
|
|
1326
|
-
(s(!0), i(
|
|
1332
|
+
(s(!0), i(T, null, V(a.facts, (o) => (s(), i("div", {
|
|
1327
1333
|
key: o.value + o.metric,
|
|
1328
1334
|
class: "fact"
|
|
1329
1335
|
}, [
|
|
@@ -1336,7 +1342,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1336
1342
|
]))), 128))
|
|
1337
1343
|
]),
|
|
1338
1344
|
a.link ? (s(), i("div", wo, [
|
|
1339
|
-
S(
|
|
1345
|
+
S(P, {
|
|
1340
1346
|
"link-type": "regular_light",
|
|
1341
1347
|
arrow: ""
|
|
1342
1348
|
}, {
|
|
@@ -1374,18 +1380,18 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1374
1380
|
t("div", {
|
|
1375
1381
|
class: p(["features__elements", [a.elements.length === 6 ? "features__elements--grid-6" : ""]])
|
|
1376
1382
|
}, [
|
|
1377
|
-
(s(!0), i(
|
|
1383
|
+
(s(!0), i(T, null, V(a.elements, (o) => (s(), i("div", {
|
|
1378
1384
|
key: o.headline,
|
|
1379
1385
|
class: "features__element"
|
|
1380
1386
|
}, [
|
|
1381
|
-
S(
|
|
1387
|
+
S(F, { class: "element__icon" }, {
|
|
1382
1388
|
default: y(() => [
|
|
1383
|
-
c(a.$slots, "features-icon",
|
|
1389
|
+
c(a.$slots, "features-icon", M({ ref_for: !0 }, {
|
|
1384
1390
|
src: o.icon.src,
|
|
1385
1391
|
height: 30,
|
|
1386
1392
|
width: 30,
|
|
1387
1393
|
alt: o.icon.alt
|
|
1388
|
-
})
|
|
1394
|
+
}), void 0, !0)
|
|
1389
1395
|
]),
|
|
1390
1396
|
_: 2
|
|
1391
1397
|
}, 1024),
|
|
@@ -1411,7 +1417,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1411
1417
|
flashcards: {}
|
|
1412
1418
|
},
|
|
1413
1419
|
setup(e) {
|
|
1414
|
-
const a = e, r =
|
|
1420
|
+
const a = e, r = A(() => a.body.trim().length > 0), o = A(() => {
|
|
1415
1421
|
var _;
|
|
1416
1422
|
const l = (_ = a.flashcards) == null ? void 0 : _.length;
|
|
1417
1423
|
return l === 4 || l === 5 ? "sm" : l === 6 || l === 3 ? "md" : l === 2 ? "lg" : "sm";
|
|
@@ -1438,7 +1444,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1438
1444
|
lg: o.value === "lg"
|
|
1439
1445
|
}])
|
|
1440
1446
|
}, [
|
|
1441
|
-
(s(!0), i(
|
|
1447
|
+
(s(!0), i(T, null, V(l.flashcards, (n) => (s(), L(I(be), {
|
|
1442
1448
|
key: n._uid,
|
|
1443
1449
|
name: n.name,
|
|
1444
1450
|
bodytext: n.bodytext,
|
|
@@ -1451,16 +1457,16 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1451
1457
|
"image-fit-back": n.imageFitBack
|
|
1452
1458
|
}, {
|
|
1453
1459
|
"flashcard-front-body": y(({ bodytext: u }) => [
|
|
1454
|
-
c(l.$slots, "flashcard-front-body",
|
|
1460
|
+
c(l.$slots, "flashcard-front-body", M({ ref_for: !0 }, { bodytext: u }), void 0, !0)
|
|
1455
1461
|
]),
|
|
1456
1462
|
"flashcard-front-image": y(({ src: u, alt: b }) => [
|
|
1457
|
-
c(l.$slots, "flashcard-front-image",
|
|
1463
|
+
c(l.$slots, "flashcard-front-image", M({ ref_for: !0 }, { src: u, alt: b }), void 0, !0)
|
|
1458
1464
|
]),
|
|
1459
1465
|
"flashcard-back-body": y(({ bodytextbackside: u }) => [
|
|
1460
|
-
c(l.$slots, "flashcard-back-body",
|
|
1466
|
+
c(l.$slots, "flashcard-back-body", M({ ref_for: !0 }, { bodytextbackside: u }), void 0, !0)
|
|
1461
1467
|
]),
|
|
1462
1468
|
"flashcard-back-image": y(({ src: u, alt: b }) => [
|
|
1463
|
-
c(l.$slots, "flashcard-back-image",
|
|
1469
|
+
c(l.$slots, "flashcard-back-image", M({ ref_for: !0 }, { src: u, alt: b }), void 0, !0)
|
|
1464
1470
|
]),
|
|
1465
1471
|
_: 2
|
|
1466
1472
|
}, 1032, ["name", "bodytext", "image", "namebackside", "bodytextbackside", "imagebackside", "size", "image-fit", "image-fit-back"]))), 128))
|
|
@@ -1521,7 +1527,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1521
1527
|
], 2)
|
|
1522
1528
|
]));
|
|
1523
1529
|
}
|
|
1524
|
-
}), Qo = /* @__PURE__ */ f(Yo, [["__scopeId", "data-v-3ef1567e"]]), Zo = (e) => (
|
|
1530
|
+
}), Qo = /* @__PURE__ */ f(Yo, [["__scopeId", "data-v-3ef1567e"]]), Zo = (e) => (H("data-v-22f9be13"), e = e(), R(), e), Xo = { class: "hero__wrapper" }, xo = { class: "hero__content" }, es = { class: "hero__top" }, ts = { class: "hero__elements" }, as = { class: "hero__headline" }, os = { class: "hero__link" }, ss = { class: "hero__video" }, ls = /* @__PURE__ */ Zo(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), is = { class: "hero__video__video" }, rs = { class: "hero__image" }, ns = /* @__PURE__ */ g({
|
|
1525
1531
|
__name: "hero",
|
|
1526
1532
|
props: {
|
|
1527
1533
|
headline: {
|
|
@@ -1538,7 +1544,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1538
1544
|
t("h1", null, d(e.headline), 1)
|
|
1539
1545
|
]),
|
|
1540
1546
|
t("div", os, [
|
|
1541
|
-
S(
|
|
1547
|
+
S(P, {
|
|
1542
1548
|
"link-type": "regular_light",
|
|
1543
1549
|
arrow: ""
|
|
1544
1550
|
}, {
|
|
@@ -1589,9 +1595,9 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1589
1595
|
return (a, r) => (s(), i("div", cs, [
|
|
1590
1596
|
t("div", us, [
|
|
1591
1597
|
t("div", _s, [
|
|
1592
|
-
S(
|
|
1598
|
+
S(F, null, {
|
|
1593
1599
|
default: y(() => [
|
|
1594
|
-
c(a.$slots, "image",
|
|
1600
|
+
c(a.$slots, "image", z(O({
|
|
1595
1601
|
width: 984,
|
|
1596
1602
|
height: e.fullHeight ? "100%" : 554,
|
|
1597
1603
|
src: e.src,
|
|
@@ -1628,7 +1634,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1628
1634
|
white: "",
|
|
1629
1635
|
light: "gallery__wrapper--light",
|
|
1630
1636
|
dark: "gallery__wrapper--dark mirsaic--dark"
|
|
1631
|
-
}, r = e, o =
|
|
1637
|
+
}, r = e, o = A(() => a[r.bgColor]);
|
|
1632
1638
|
return (l, _) => (s(), i("div", {
|
|
1633
1639
|
class: p(["gallery__wrapper", o.value])
|
|
1634
1640
|
}, [
|
|
@@ -1640,9 +1646,9 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1640
1646
|
}, [
|
|
1641
1647
|
t("div", vs, [
|
|
1642
1648
|
l.mediaLarge && l.mediaType === "image" ? (s(), i("div", fs, [
|
|
1643
|
-
S(
|
|
1649
|
+
S(F, null, {
|
|
1644
1650
|
default: y(() => [
|
|
1645
|
-
c(l.$slots, "image-large",
|
|
1651
|
+
c(l.$slots, "image-large", z(O({
|
|
1646
1652
|
width: 617,
|
|
1647
1653
|
height: 530,
|
|
1648
1654
|
src: l.mediaLarge.src,
|
|
@@ -1674,18 +1680,18 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1674
1680
|
l.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
|
|
1675
1681
|
])
|
|
1676
1682
|
}, [
|
|
1677
|
-
(s(!0), i(
|
|
1683
|
+
(s(!0), i(T, null, V(l.mediaSmall, (n) => (s(), i("div", {
|
|
1678
1684
|
key: n.src + n.alt,
|
|
1679
1685
|
class: "image image--small"
|
|
1680
1686
|
}, [
|
|
1681
|
-
S(
|
|
1687
|
+
S(F, null, {
|
|
1682
1688
|
default: y(() => [
|
|
1683
|
-
c(l.$slots, "image-small",
|
|
1689
|
+
c(l.$slots, "image-small", M({ ref_for: !0 }, {
|
|
1684
1690
|
width: 328,
|
|
1685
1691
|
height: 246,
|
|
1686
1692
|
src: n.src,
|
|
1687
1693
|
alt: n.alt
|
|
1688
|
-
}))
|
|
1694
|
+
}))
|
|
1689
1695
|
]),
|
|
1690
1696
|
_: 2
|
|
1691
1697
|
}, 1024)
|
|
@@ -1700,7 +1706,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1700
1706
|
], 2)
|
|
1701
1707
|
], 2));
|
|
1702
1708
|
}
|
|
1703
|
-
}), ys = /* @__PURE__ */ f(bs, [["__scopeId", "data-v-
|
|
1709
|
+
}), ys = /* @__PURE__ */ f(bs, [["__scopeId", "data-v-4997f83a"]]), ks = { class: "logo-wall__wrapper" }, $s = { class: "logo-wall__content" }, ws = {
|
|
1704
1710
|
key: 0,
|
|
1705
1711
|
class: "logo-wall__text"
|
|
1706
1712
|
}, Bs = { key: 0 }, Ss = { key: 1 }, Is = { class: "logo-wall__logos" }, Cs = { class: "logo-wall__link" }, qs = /* @__PURE__ */ g({
|
|
@@ -1728,25 +1734,25 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1728
1734
|
e.body ? (s(), i("p", Ss, d(e.body), 1)) : h("", !0)
|
|
1729
1735
|
])) : h("", !0),
|
|
1730
1736
|
t("div", Is, [
|
|
1731
|
-
(s(!0), i(
|
|
1737
|
+
(s(!0), i(T, null, V(e.logos, (o) => (s(), i("div", {
|
|
1732
1738
|
key: o.src + o.alt,
|
|
1733
1739
|
class: "logo-wall__logo"
|
|
1734
1740
|
}, [
|
|
1735
|
-
S(
|
|
1741
|
+
S(F, null, {
|
|
1736
1742
|
default: y(() => [
|
|
1737
|
-
c(a.$slots, "logo-wall-logo",
|
|
1743
|
+
c(a.$slots, "logo-wall-logo", M({ ref_for: !0 }, {
|
|
1738
1744
|
width: 130,
|
|
1739
1745
|
height: 130,
|
|
1740
1746
|
src: o.src,
|
|
1741
1747
|
alt: o.alt
|
|
1742
|
-
})
|
|
1748
|
+
}), void 0, !0)
|
|
1743
1749
|
]),
|
|
1744
1750
|
_: 2
|
|
1745
1751
|
}, 1024)
|
|
1746
1752
|
]))), 128))
|
|
1747
1753
|
]),
|
|
1748
1754
|
t("div", Cs, [
|
|
1749
|
-
S(
|
|
1755
|
+
S(P, {
|
|
1750
1756
|
"link-type": "regular_light",
|
|
1751
1757
|
arrow: !0
|
|
1752
1758
|
}, {
|
|
@@ -1777,7 +1783,7 @@ const Le = ["aria-label"], De = /* @__PURE__ */ g({
|
|
|
1777
1783
|
white: "micro-stories__wrapper--white",
|
|
1778
1784
|
blue: "micro-stories__wrapper--blue",
|
|
1779
1785
|
dark: "micro-stories__wrapper--dark"
|
|
1780
|
-
}, r =
|
|
1786
|
+
}, r = A(() => a[o.bgColor]), o = e;
|
|
1781
1787
|
return (l, _) => (s(), i("div", {
|
|
1782
1788
|
class: p(["micro-stories__wrapper", r.value])
|
|
1783
1789
|
}, [
|
|
@@ -1848,7 +1854,7 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
1848
1854
|
t("div", Ns, [
|
|
1849
1855
|
t("div", Es, d(e.headline), 1),
|
|
1850
1856
|
t("div", js, [
|
|
1851
|
-
e.videoSrc !== "" ? (s(),
|
|
1857
|
+
e.videoSrc !== "" ? (s(), L(ee, {
|
|
1852
1858
|
key: 0,
|
|
1853
1859
|
play: "",
|
|
1854
1860
|
"local-video": !0,
|
|
@@ -1859,7 +1865,7 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
1859
1865
|
autoplay: "",
|
|
1860
1866
|
loop: "",
|
|
1861
1867
|
muted: ""
|
|
1862
|
-
}, null, 8, ["src", "aria-label", "poster"])) : (s(),
|
|
1868
|
+
}, null, 8, ["src", "aria-label", "poster"])) : (s(), L(I(F), { key: 1 }, {
|
|
1863
1869
|
default: y(() => [
|
|
1864
1870
|
c(a.$slots, "product-hero-image", {}, void 0, !0)
|
|
1865
1871
|
]),
|
|
@@ -1867,7 +1873,7 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
1867
1873
|
})),
|
|
1868
1874
|
t("div", Ks, [
|
|
1869
1875
|
e.logoSrc ? (s(), i("div", Us, [
|
|
1870
|
-
S(I(
|
|
1876
|
+
S(I(F), null, {
|
|
1871
1877
|
default: y(() => [
|
|
1872
1878
|
c(a.$slots, "product-hero-logo", {}, void 0, !0)
|
|
1873
1879
|
]),
|
|
@@ -1875,7 +1881,7 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
1875
1881
|
})
|
|
1876
1882
|
])) : h("", !0),
|
|
1877
1883
|
e.isCertified ? (s(), i("div", Gs, [
|
|
1878
|
-
S(I(
|
|
1884
|
+
S(I(F), null, {
|
|
1879
1885
|
default: y(() => [
|
|
1880
1886
|
c(a.$slots, "product-hero-certification", {}, void 0, !0)
|
|
1881
1887
|
]),
|
|
@@ -1907,7 +1913,7 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
1907
1913
|
dark: "promo__wrapper--dark",
|
|
1908
1914
|
light: "promo__wrapper--light",
|
|
1909
1915
|
default: "promo__wrapper--default"
|
|
1910
|
-
}, r = e, o =
|
|
1916
|
+
}, r = e, o = A(() => a[r.variant]);
|
|
1911
1917
|
return (l, _) => (s(), i("div", {
|
|
1912
1918
|
class: p([
|
|
1913
1919
|
"promo__wrapper",
|
|
@@ -1924,9 +1930,9 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
1924
1930
|
l.reverse ? "promo__image--reverse" : "promo__image--default"
|
|
1925
1931
|
])
|
|
1926
1932
|
}, [
|
|
1927
|
-
S(
|
|
1933
|
+
S(F, null, {
|
|
1928
1934
|
default: y(() => [
|
|
1929
|
-
c(l.$slots, "promo-image",
|
|
1935
|
+
c(l.$slots, "promo-image", z(O({ src: l.src, width: 1920, alt: l.alt, height: 1080 })))
|
|
1930
1936
|
]),
|
|
1931
1937
|
_: 3
|
|
1932
1938
|
})
|
|
@@ -1956,7 +1962,7 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
1956
1962
|
l.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
1957
1963
|
])
|
|
1958
1964
|
}, [
|
|
1959
|
-
l.label ? (s(),
|
|
1965
|
+
l.label ? (s(), L(X, {
|
|
1960
1966
|
key: 0,
|
|
1961
1967
|
text: l.label,
|
|
1962
1968
|
"label-dark": l.variant === "dark"
|
|
@@ -1969,7 +1975,7 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
1969
1975
|
}, [
|
|
1970
1976
|
c(l.$slots, "promo-headline")
|
|
1971
1977
|
], 2),
|
|
1972
|
-
l.linkType === "link" ? (s(),
|
|
1978
|
+
l.linkType === "link" ? (s(), L(P, {
|
|
1973
1979
|
key: 1,
|
|
1974
1980
|
"link-type": l.variant === "dark" ? "regular_dark" : (l.variant === "light", "regular_light"),
|
|
1975
1981
|
arrow: ""
|
|
@@ -1979,7 +1985,7 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
1979
1985
|
]),
|
|
1980
1986
|
_: 3
|
|
1981
1987
|
}, 8, ["link-type"])) : h("", !0),
|
|
1982
|
-
l.linkType === "button" ? (s(),
|
|
1988
|
+
l.linkType === "button" ? (s(), L(P, {
|
|
1983
1989
|
key: 2,
|
|
1984
1990
|
"link-type": l.variant === "dark" ? "secondary_dark" : (l.variant === "light", "secondary")
|
|
1985
1991
|
}, {
|
|
@@ -1992,7 +1998,7 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
1992
1998
|
])
|
|
1993
1999
|
], 2));
|
|
1994
2000
|
}
|
|
1995
|
-
}), Zs = /* @__PURE__ */ f(Qs, [["__scopeId", "data-v-df54d965"]]), Xs = (e) => (
|
|
2001
|
+
}), Zs = /* @__PURE__ */ f(Qs, [["__scopeId", "data-v-df54d965"]]), Xs = (e) => (H("data-v-e3cc8e27"), e = e(), R(), e), xs = { class: "quote__wrapper" }, el = { class: "quote__content" }, tl = /* @__PURE__ */ Xs(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), al = { class: "quote__quote" }, ol = { class: "quote__quote-text" }, sl = { class: "quote__author" }, ll = {
|
|
1996
2002
|
key: 0,
|
|
1997
2003
|
class: "quote__image"
|
|
1998
2004
|
}, il = { class: "quote__text" }, rl = { class: "quote__author-name" }, nl = { class: "quote__author-title" }, dl = /* @__PURE__ */ g({
|
|
@@ -2024,9 +2030,9 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
2024
2030
|
t("p", ol, d(e.quote), 1),
|
|
2025
2031
|
t("div", sl, [
|
|
2026
2032
|
e.authorImage ? (s(), i("div", ll, [
|
|
2027
|
-
S(
|
|
2033
|
+
S(F, null, {
|
|
2028
2034
|
default: y(() => [
|
|
2029
|
-
c(a.$slots, "author-image",
|
|
2035
|
+
c(a.$slots, "author-image", z(O({
|
|
2030
2036
|
src: e.authorImage + "/m/100x100",
|
|
2031
2037
|
width: 60,
|
|
2032
2038
|
height: 60
|
|
@@ -2070,7 +2076,7 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
2070
2076
|
])
|
|
2071
2077
|
}, [
|
|
2072
2078
|
t("div", ul, [
|
|
2073
|
-
a.label ? (s(),
|
|
2079
|
+
a.label ? (s(), L(X, {
|
|
2074
2080
|
key: 0,
|
|
2075
2081
|
text: a.label,
|
|
2076
2082
|
"label-dark": !1
|
|
@@ -2109,9 +2115,9 @@ const Hs = /* @__PURE__ */ f(Fs, [["render", Os], ["__scopeId", "data-v-ea887d7a
|
|
|
2109
2115
|
a.imageClip ? "rich-text__image--clip" : ""
|
|
2110
2116
|
])
|
|
2111
2117
|
}, [
|
|
2112
|
-
S(
|
|
2118
|
+
S(F, null, {
|
|
2113
2119
|
default: y(() => [
|
|
2114
|
-
c(a.$slots, "rich-text-image",
|
|
2120
|
+
c(a.$slots, "rich-text-image", z(O({ width: 865, height: 307 })))
|
|
2115
2121
|
]),
|
|
2116
2122
|
_: 3
|
|
2117
2123
|
})
|
|
@@ -2137,7 +2143,7 @@ function kl(e, a) {
|
|
|
2137
2143
|
])
|
|
2138
2144
|
]);
|
|
2139
2145
|
}
|
|
2140
|
-
const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2"]]), wl = (e) => (
|
|
2146
|
+
const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2"]]), wl = (e) => (H("data-v-798e7a06"), e = e(), R(), e), Bl = { class: "timeline__wrapper" }, Sl = { class: "timeline__content" }, Il = { class: "timeline__items" }, Cl = { class: "item__left" }, ql = /* @__PURE__ */ wl(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
|
|
2141
2147
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
2142
2148
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
2143
2149
|
], -1)), Al = { class: "item__right" }, Ll = ["innerHTML"], Dl = /* @__PURE__ */ g({
|
|
@@ -2166,16 +2172,19 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2166
2172
|
}), (a, r) => (s(), i("div", Bl, [
|
|
2167
2173
|
t("div", Sl, [
|
|
2168
2174
|
t("div", Il, [
|
|
2169
|
-
(s(!0), i(
|
|
2175
|
+
(s(!0), i(T, null, V(e.timelineItems, (o) => (s(), i("div", {
|
|
2170
2176
|
key: o.year,
|
|
2171
2177
|
class: "timeline__item faded"
|
|
2172
2178
|
}, [
|
|
2173
2179
|
t("div", Cl, d(o.year), 1),
|
|
2174
2180
|
ql,
|
|
2175
2181
|
t("div", Al, [
|
|
2176
|
-
S(
|
|
2182
|
+
S(F, null, {
|
|
2177
2183
|
default: y(() => [
|
|
2178
|
-
o.media.src ? c(a.$slots, "timeline-image",
|
|
2184
|
+
o.media.src ? c(a.$slots, "timeline-image", M({
|
|
2185
|
+
key: 0,
|
|
2186
|
+
ref_for: !0
|
|
2187
|
+
}, { src: o.media.src, alt: o.media.alt }), void 0, !0) : h("", !0)
|
|
2179
2188
|
]),
|
|
2180
2189
|
_: 2
|
|
2181
2190
|
}, 1024),
|
|
@@ -2190,7 +2199,7 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2190
2199
|
])
|
|
2191
2200
|
]));
|
|
2192
2201
|
}
|
|
2193
|
-
}), Tl = /* @__PURE__ */ f(Dl, [["__scopeId", "data-v-
|
|
2202
|
+
}), Tl = /* @__PURE__ */ f(Dl, [["__scopeId", "data-v-798e7a06"]]), Vl = { class: "vimeo" }, Pl = { class: "vimeo__wrapper" }, Fl = {
|
|
2194
2203
|
key: 0,
|
|
2195
2204
|
class: "vimeo__headline"
|
|
2196
2205
|
}, Ml = {
|
|
@@ -2311,7 +2320,7 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2311
2320
|
])
|
|
2312
2321
|
]));
|
|
2313
2322
|
}
|
|
2314
|
-
}), _i = /* @__PURE__ */ f(ui, [["__scopeId", "data-v-31c1ba00"]]), ye = (e) => (
|
|
2323
|
+
}), _i = /* @__PURE__ */ f(ui, [["__scopeId", "data-v-31c1ba00"]]), ye = (e) => (H("data-v-3d0cbbd5"), e = e(), R(), e), hi = { class: "footer__wrapper" }, pi = { class: "footer__content" }, mi = {
|
|
2315
2324
|
key: 0,
|
|
2316
2325
|
src: "https://mobile-industrial-robots.com/logo/mir-main-logo.svg",
|
|
2317
2326
|
style: { margin: "0 auto" }
|
|
@@ -2356,7 +2365,7 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2356
2365
|
t("footer", pi, [
|
|
2357
2366
|
a.language === "zh" ? (s(), i("img", mi)) : h("", !0),
|
|
2358
2367
|
t("div", vi, [
|
|
2359
|
-
(s(!0), i(
|
|
2368
|
+
(s(!0), i(T, null, V(a.footerSections, (o) => (s(), i("div", {
|
|
2360
2369
|
key: o.title,
|
|
2361
2370
|
class: "section"
|
|
2362
2371
|
}, [
|
|
@@ -2376,7 +2385,7 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2376
2385
|
a.language === "zh" ? (s(), i("span", Bi, "桂桥路1201号10栋2楼")) : (s(), i("span", Si, "5260 Odense S")),
|
|
2377
2386
|
a.language !== "zh" ? (s(), i("span", Ii, "CVR: 35251235")) : h("", !0),
|
|
2378
2387
|
Ci,
|
|
2379
|
-
S(
|
|
2388
|
+
S(P, {
|
|
2380
2389
|
class: "footer__contact",
|
|
2381
2390
|
"link-type": "regular_light",
|
|
2382
2391
|
underline: "false"
|
|
@@ -2386,7 +2395,7 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2386
2395
|
]),
|
|
2387
2396
|
_: 1
|
|
2388
2397
|
}),
|
|
2389
|
-
S(
|
|
2398
|
+
S(P, {
|
|
2390
2399
|
class: "footer__contact",
|
|
2391
2400
|
"link-type": "regular_light",
|
|
2392
2401
|
underline: "false"
|
|
@@ -2408,14 +2417,14 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2408
2417
|
}, [
|
|
2409
2418
|
t("span", null, [
|
|
2410
2419
|
Fi,
|
|
2411
|
-
|
|
2420
|
+
J(d(a.changeRegion), 1)
|
|
2412
2421
|
])
|
|
2413
2422
|
]),
|
|
2414
2423
|
c(a.$slots, "footer-privacy-link"),
|
|
2415
2424
|
c(a.$slots, "footer-cookie-link")
|
|
2416
2425
|
]),
|
|
2417
2426
|
a.language !== "zh" ? (s(), i("div", Mi, [
|
|
2418
|
-
(s(!0), i(
|
|
2427
|
+
(s(!0), i(T, null, V(a.socialMedia, (o) => (s(), L(P, {
|
|
2419
2428
|
key: o.title,
|
|
2420
2429
|
underline: "false",
|
|
2421
2430
|
"link-type": "regular"
|
|
@@ -2436,7 +2445,7 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2436
2445
|
_: 2
|
|
2437
2446
|
}, 1024))), 128))
|
|
2438
2447
|
])) : (s(), i("div", Oi, [
|
|
2439
|
-
(s(!0), i(
|
|
2448
|
+
(s(!0), i(T, null, V(a.socialMediaChina, (o) => (s(), L(P, {
|
|
2440
2449
|
key: o.title,
|
|
2441
2450
|
underline: "false",
|
|
2442
2451
|
"link-type": "regular"
|
|
@@ -2461,7 +2470,7 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2461
2470
|
])
|
|
2462
2471
|
]));
|
|
2463
2472
|
}
|
|
2464
|
-
}), Ni = /* @__PURE__ */ f(Ri, [["__scopeId", "data-v-3d0cbbd5"]]), ke = (e) => (
|
|
2473
|
+
}), Ni = /* @__PURE__ */ f(Ri, [["__scopeId", "data-v-3d0cbbd5"]]), ke = (e) => (H("data-v-ca578d77"), e = e(), R(), e), Ei = { class: "header__wrapper" }, ji = { class: "nav-wrapper" }, Ki = { class: "mir-link-logo" }, Ui = { class: "main-nav-items" }, Gi = {
|
|
2465
2474
|
key: 0,
|
|
2466
2475
|
id: "menu-dropdown",
|
|
2467
2476
|
ref: "dropdownDiv"
|
|
@@ -2560,22 +2569,22 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2560
2569
|
let o = null;
|
|
2561
2570
|
const l = e;
|
|
2562
2571
|
let _ = C(l.burgerState), n = C(l.search), u = C(l.showDropDown), b = C(l.showPortalSwitcherDropDown), v = C(l.showProfileDropDown), k = C(l.isAuthenticated);
|
|
2563
|
-
|
|
2572
|
+
Q(
|
|
2564
2573
|
() => l.burgerState,
|
|
2565
2574
|
($) => _.value = $
|
|
2566
|
-
),
|
|
2575
|
+
), Q(
|
|
2567
2576
|
() => l.search,
|
|
2568
2577
|
($) => n.value = $
|
|
2569
|
-
),
|
|
2578
|
+
), Q(
|
|
2570
2579
|
() => l.showDropDown,
|
|
2571
2580
|
($) => u.value = $
|
|
2572
|
-
),
|
|
2581
|
+
), Q(
|
|
2573
2582
|
() => l.showPortalSwitcherDropDown,
|
|
2574
2583
|
($) => b.value = $
|
|
2575
|
-
),
|
|
2584
|
+
), Q(
|
|
2576
2585
|
() => l.showProfileDropDown,
|
|
2577
2586
|
($) => v.value = $
|
|
2578
|
-
),
|
|
2587
|
+
), Q(
|
|
2579
2588
|
() => l.isAuthenticated,
|
|
2580
2589
|
($) => k.value = $
|
|
2581
2590
|
), me(() => {
|
|
@@ -2598,13 +2607,13 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2598
2607
|
function ne() {
|
|
2599
2608
|
_.value = !_.value, w("update:burgerState", _.value);
|
|
2600
2609
|
}
|
|
2601
|
-
let
|
|
2610
|
+
let G = C(null), ae = C(null);
|
|
2602
2611
|
function de() {
|
|
2603
|
-
|
|
2612
|
+
G.value && G.value.blur();
|
|
2604
2613
|
}
|
|
2605
2614
|
return a({
|
|
2606
2615
|
defocusSearchButton: de
|
|
2607
|
-
}), ($,
|
|
2616
|
+
}), ($, j) => (s(), i("div", Ei, [
|
|
2608
2617
|
t("nav", null, [
|
|
2609
2618
|
t("div", ji, [
|
|
2610
2619
|
t("div", Ki, [
|
|
@@ -2621,20 +2630,20 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2621
2630
|
c($.$slots, "dropdown-title", {}, void 0, !0),
|
|
2622
2631
|
I(u) === !1 ? (s(), i("img", Ji)) : (s(), i("img", Wi))
|
|
2623
2632
|
]),
|
|
2624
|
-
|
|
2633
|
+
U(t("div", Yi, [
|
|
2625
2634
|
c($.$slots, "dropdown-links", {}, void 0, !0)
|
|
2626
2635
|
], 512), [
|
|
2627
|
-
[
|
|
2636
|
+
[Z, I(u)]
|
|
2628
2637
|
])
|
|
2629
2638
|
], 512)) : h("", !0),
|
|
2630
2639
|
I(n) ? (s(), i("div", Qi, [
|
|
2631
2640
|
t("button", {
|
|
2632
2641
|
ref_key: "navSearchButton",
|
|
2633
|
-
ref:
|
|
2642
|
+
ref: G,
|
|
2634
2643
|
class: "search-icon",
|
|
2635
|
-
onClick:
|
|
2636
|
-
var
|
|
2637
|
-
return $.$emit("clickSearch"), (
|
|
2644
|
+
onClick: j[0] || (j[0] = (K) => {
|
|
2645
|
+
var E;
|
|
2646
|
+
return $.$emit("clickSearch"), (E = I(G)) == null ? void 0 : E.blur();
|
|
2638
2647
|
})
|
|
2639
2648
|
}, [
|
|
2640
2649
|
t("img", {
|
|
@@ -2650,22 +2659,22 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2650
2659
|
class: "nav-portal-switcher-btn",
|
|
2651
2660
|
onClick: ie
|
|
2652
2661
|
}, er),
|
|
2653
|
-
|
|
2662
|
+
U(t("div", tr, [
|
|
2654
2663
|
t("ul", ar, [
|
|
2655
|
-
(s(!0), i(
|
|
2656
|
-
key:
|
|
2664
|
+
(s(!0), i(T, null, V(e.portals, (K, E) => (s(), i("li", {
|
|
2665
|
+
key: E,
|
|
2657
2666
|
class: "portal-switcher-link"
|
|
2658
2667
|
}, [
|
|
2659
|
-
S(I(
|
|
2668
|
+
S(I(P), { "link-type": "regular" }, {
|
|
2660
2669
|
default: y(() => [
|
|
2661
2670
|
t("a", {
|
|
2662
|
-
href:
|
|
2663
|
-
onClick:
|
|
2671
|
+
href: K.link,
|
|
2672
|
+
onClick: j[1] || (j[1] = (W) => ce(u) ? u.value = !1 : u = !1)
|
|
2664
2673
|
}, [
|
|
2665
2674
|
t("img", {
|
|
2666
|
-
src:
|
|
2675
|
+
src: K.icon
|
|
2667
2676
|
}, null, 8, sr),
|
|
2668
|
-
t("div", null, d(
|
|
2677
|
+
t("div", null, d(K.name), 1)
|
|
2669
2678
|
], 8, or)
|
|
2670
2679
|
]),
|
|
2671
2680
|
_: 2
|
|
@@ -2673,7 +2682,7 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2673
2682
|
]))), 128))
|
|
2674
2683
|
])
|
|
2675
2684
|
], 512), [
|
|
2676
|
-
[
|
|
2685
|
+
[Z, I(b)]
|
|
2677
2686
|
])
|
|
2678
2687
|
])) : h("", !0),
|
|
2679
2688
|
e.useProfileDropdown ? (s(), i("div", lr, [
|
|
@@ -2685,10 +2694,10 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2685
2694
|
class: "nav-profile-dropdown-btn",
|
|
2686
2695
|
onClick: re
|
|
2687
2696
|
}, nr)) : h("", !0),
|
|
2688
|
-
|
|
2697
|
+
U(t("div", dr, [
|
|
2689
2698
|
c($.$slots, "profile-dropdown-links", {}, void 0, !0)
|
|
2690
2699
|
], 512), [
|
|
2691
|
-
[
|
|
2700
|
+
[Z, I(v)]
|
|
2692
2701
|
])
|
|
2693
2702
|
])) : h("", !0)
|
|
2694
2703
|
]),
|
|
@@ -2705,9 +2714,9 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2705
2714
|
ref: ae,
|
|
2706
2715
|
class: "search-icon",
|
|
2707
2716
|
"aria-label": "Toggle search",
|
|
2708
|
-
onClick:
|
|
2709
|
-
var
|
|
2710
|
-
return $.$emit("clickSearch"), (
|
|
2717
|
+
onClick: j[2] || (j[2] = (K) => {
|
|
2718
|
+
var E;
|
|
2719
|
+
return $.$emit("clickSearch"), (E = I(ae)) == null ? void 0 : E.blur();
|
|
2711
2720
|
})
|
|
2712
2721
|
}, [
|
|
2713
2722
|
t("img", {
|
|
@@ -2731,7 +2740,7 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2731
2740
|
}, null, 8, pr)
|
|
2732
2741
|
])
|
|
2733
2742
|
]),
|
|
2734
|
-
|
|
2743
|
+
U(t("div", mr, [
|
|
2735
2744
|
t("ul", null, [
|
|
2736
2745
|
c($.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2737
2746
|
]),
|
|
@@ -2740,13 +2749,13 @@ const $l = /* @__PURE__ */ f(vl, [["render", kl], ["__scopeId", "data-v-776750d2
|
|
|
2740
2749
|
c($.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2741
2750
|
])
|
|
2742
2751
|
], 512), [
|
|
2743
|
-
[
|
|
2752
|
+
[Z, I(_)]
|
|
2744
2753
|
])
|
|
2745
2754
|
], 2)
|
|
2746
2755
|
])
|
|
2747
2756
|
]));
|
|
2748
2757
|
}
|
|
2749
|
-
}), gr = /* @__PURE__ */ f(fr, [["__scopeId", "data-v-
|
|
2758
|
+
}), gr = /* @__PURE__ */ f(fr, [["__scopeId", "data-v-ca578d77"]]), br = { class: "language__wrapper" }, yr = { class: "language__content" }, kr = { class: "language__headline" }, $r = { class: "language__paragraph" }, wr = { class: "language__links" }, Br = /* @__PURE__ */ g({
|
|
2750
2759
|
__name: "language-switcher",
|
|
2751
2760
|
props: {
|
|
2752
2761
|
headline: {
|
|
@@ -2823,10 +2832,10 @@ const Vr = /* @__PURE__ */ f(Lr, [["render", Tr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2823
2832
|
function n() {
|
|
2824
2833
|
r.value = !1;
|
|
2825
2834
|
}
|
|
2826
|
-
const u =
|
|
2835
|
+
const u = A(() => o.options.length > 8);
|
|
2827
2836
|
return (b, v) => {
|
|
2828
2837
|
const k = _e("click-outside");
|
|
2829
|
-
return
|
|
2838
|
+
return U((s(), i("div", Pr, [
|
|
2830
2839
|
t("button", {
|
|
2831
2840
|
class: "dropdown-button",
|
|
2832
2841
|
style: x({ "z-index": r.value ? 2 : 0 }),
|
|
@@ -2834,13 +2843,13 @@ const Vr = /* @__PURE__ */ f(Lr, [["render", Tr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2834
2843
|
onClick: v[0] || (v[0] = (w) => r.value = !r.value)
|
|
2835
2844
|
}, [
|
|
2836
2845
|
c(b.$slots, "button", {}, () => [
|
|
2837
|
-
|
|
2846
|
+
J(d(b.label), 1)
|
|
2838
2847
|
], !0)
|
|
2839
2848
|
], 12, Fr),
|
|
2840
2849
|
t("div", {
|
|
2841
2850
|
class: p([{ hidden: !r.value, "adjust-height": u.value }, "dropdown-content"])
|
|
2842
2851
|
}, [
|
|
2843
|
-
(s(!0), i(
|
|
2852
|
+
(s(!0), i(T, null, V(b.options, (w) => (s(), L(I(ve), {
|
|
2844
2853
|
id: w.value,
|
|
2845
2854
|
key: w.value,
|
|
2846
2855
|
name: w.text,
|
|
@@ -2851,7 +2860,7 @@ const Vr = /* @__PURE__ */ f(Lr, [["render", Tr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2851
2860
|
onInput: (te) => _(w.value)
|
|
2852
2861
|
}, {
|
|
2853
2862
|
default: y(() => [
|
|
2854
|
-
|
|
2863
|
+
J(d(w.text), 1)
|
|
2855
2864
|
]),
|
|
2856
2865
|
_: 2
|
|
2857
2866
|
}, 1032, ["id", "name", "value", "checked", "onInput"]))), 128))
|
|
@@ -2879,7 +2888,7 @@ const Vr = /* @__PURE__ */ f(Lr, [["render", Tr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2879
2888
|
dark: "promo__wrapper--dark",
|
|
2880
2889
|
light: "promo__wrapper--light",
|
|
2881
2890
|
default: "promo__wrapper--default"
|
|
2882
|
-
}, r = e, o =
|
|
2891
|
+
}, r = e, o = A(() => a[r.variant]);
|
|
2883
2892
|
return (l, _) => (s(), i("div", {
|
|
2884
2893
|
class: p([
|
|
2885
2894
|
"promo__wrapper",
|
|
@@ -2913,7 +2922,7 @@ const Vr = /* @__PURE__ */ f(Lr, [["render", Tr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2913
2922
|
l.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
2914
2923
|
])
|
|
2915
2924
|
}, [
|
|
2916
|
-
l.label ? (s(),
|
|
2925
|
+
l.label ? (s(), L(X, {
|
|
2917
2926
|
key: 0,
|
|
2918
2927
|
text: l.label,
|
|
2919
2928
|
"label-dark": l.variant === "dark"
|
|
@@ -2926,7 +2935,7 @@ const Vr = /* @__PURE__ */ f(Lr, [["render", Tr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2926
2935
|
}, [
|
|
2927
2936
|
c(l.$slots, "promo-text")
|
|
2928
2937
|
], 2),
|
|
2929
|
-
l.linkType === "link" ? (s(),
|
|
2938
|
+
l.linkType === "link" ? (s(), L(P, {
|
|
2930
2939
|
key: 1,
|
|
2931
2940
|
"link-type": l.variant === "dark" ? "regular_dark" : (l.variant === "light", "regular_light"),
|
|
2932
2941
|
arrow: ""
|
|
@@ -2936,7 +2945,7 @@ const Vr = /* @__PURE__ */ f(Lr, [["render", Tr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2936
2945
|
]),
|
|
2937
2946
|
_: 3
|
|
2938
2947
|
}, 8, ["link-type"])) : h("", !0),
|
|
2939
|
-
l.linkType === "button" ? (s(),
|
|
2948
|
+
l.linkType === "button" ? (s(), L(P, {
|
|
2940
2949
|
key: 2,
|
|
2941
2950
|
"link-type": l.variant === "dark" ? "secondary_dark" : (l.variant === "light", "secondary")
|
|
2942
2951
|
}, {
|
|
@@ -2951,7 +2960,7 @@ const Vr = /* @__PURE__ */ f(Lr, [["render", Tr], ["__scopeId", "data-v-c07a6cf3
|
|
|
2951
2960
|
}
|
|
2952
2961
|
}), Ur = /* @__PURE__ */ f(Kr, [["__scopeId", "data-v-00c0bad3"]]), Jr = {
|
|
2953
2962
|
install: (e) => {
|
|
2954
|
-
e.component("AtomButton", se), e.component("AtomCheckbox", ve), e.component("AtomChip", Ne), e.component("AtomDropdown", Ye), e.component("AtomImage",
|
|
2963
|
+
e.component("AtomButton", se), e.component("AtomCheckbox", ve), e.component("AtomChip", Ne), e.component("AtomDropdown", Ye), e.component("AtomImage", F), e.component("AtomLabel", X), e.component("AtomLink", P), e.component("AtomRadioButton", rt), e.component("AtomSelect", ht), e.component("AtomSelectMultiple", zr), e.component("AtomSlider", Bt), e.component("AtomTextarea", Tt), e.component("AtomTextField", jt), e.component("AtomVideo", ee), e.component("MoleculeAddress", la), e.component("MoleculeBulletList", ca), e.component("MoleculeCard", ma), e.component("MoleculeColumnCard", ge), e.component("MoleculeEventCard", qa), e.component("MoleculeFlashcard", be), e.component("MoleculeModal", fe), e.component("MoleculeTextCard", Ua), e.component("BlockAccordion", ao), e.component("BlockFacts", So), e.component("BlockFeatures", Vo), e.component("BlockFlashcards", Oo), e.component("BlockFormScript", Go), e.component("BlockHeadline", Qo), e.component("BlockHero", ds), e.component("BlockImage", ms), e.component("BlockImageGallery", ys), e.component("BlockLogoWall", As), e.component("BlockMicroStories", Ps), e.component("BlockPolicy", Hs), e.component("BlockProductHero", Ws), e.component("BlockPromo", Zs), e.component("BlockQuote", cl), e.component("BlockRichText", ml), e.component("BlockRichTextColumns", $l), e.component("BlockTimeline", Tl), e.component("BlockCardDisplay", co), e.component("BlockColumnGrid", vo), e.component("BlockVimeo", Ol), e.component("BlockPalletJack", Ur), e.component("BlockFrontPageHero", ei), e.component("Organism404", ii), e.component("OrganismFilter", _i), e.component("OrganismFooter", Ni), e.component("OrganismHeader", gr), e.component("OrganismLanguageSwitcher", Sr), e.component("OrganismPagination", Ar), e.component("OrganismSearch", Vr);
|
|
2955
2964
|
}
|
|
2956
2965
|
};
|
|
2957
2966
|
export {
|
|
@@ -2959,9 +2968,9 @@ export {
|
|
|
2959
2968
|
ve as AtomCheckbox,
|
|
2960
2969
|
Ne as AtomChip,
|
|
2961
2970
|
Ye as AtomDropdown,
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2971
|
+
F as AtomImage,
|
|
2972
|
+
X as AtomLabel,
|
|
2973
|
+
P as AtomLink,
|
|
2965
2974
|
rt as AtomRadioButton,
|
|
2966
2975
|
ht as AtomSelect,
|
|
2967
2976
|
zr as AtomSelectMultiple,
|