@mirweb/mir-web-components 0.17.32 → 0.17.34
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/pallet-jack/pallet-jack.vue.d.ts +5 -0
- package/dist/components/blocks/pallet-jack/pallet-jack.vue.d.ts.map +1 -0
- package/dist/components/main.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 +671 -584
- package/dist/mir-web-components.umd.js +2 -2
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const
|
|
1
|
+
import { defineComponent as g, computed as L, openBlock as s, createElementBlock as i, normalizeClass as h, toDisplayString as n, createElementVNode as t, renderSlot as _, pushScopeId as E, popScopeId as R, createTextVNode as K, ref as I, withDirectives as Q, Fragment as M, renderList as O, vShow as ee, normalizeProps as P, guardReactiveProps as F, toRefs as ye, mergeProps as te, createVNode as w, Transition as $e, withCtx as k, withModifiers as ne, createBlock as V, createCommentVNode as m, watchEffect as de, withKeys as ke, useSlots as we, normalizeStyle as ae, isRef as ie, unref as C, onMounted as ce, watch as re, onUnmounted as Be } from "vue";
|
|
2
|
+
const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
5
5
|
variant: { default: "primary" },
|
|
@@ -13,18 +13,18 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
13
13
|
close: "close",
|
|
14
14
|
next: "next",
|
|
15
15
|
previous: "previous"
|
|
16
|
-
}, r = e,
|
|
17
|
-
return (
|
|
18
|
-
class:
|
|
19
|
-
"aria-label":
|
|
20
|
-
}, n(
|
|
16
|
+
}, r = e, o = L(() => a[r.variant]);
|
|
17
|
+
return (l, u) => (s(), i("button", {
|
|
18
|
+
class: h(["button", "button--" + o.value]),
|
|
19
|
+
"aria-label": l.ariaLabel
|
|
20
|
+
}, n(o.value === "close" ? "" : l.buttonText), 11, Se));
|
|
21
21
|
}
|
|
22
22
|
}), v = (e, a) => {
|
|
23
23
|
const r = e.__vccOpts || e;
|
|
24
|
-
for (const [
|
|
25
|
-
r[
|
|
24
|
+
for (const [o, l] of a)
|
|
25
|
+
r[o] = l;
|
|
26
26
|
return r;
|
|
27
|
-
},
|
|
27
|
+
}, Z = /* @__PURE__ */ v(Ie, [["__scopeId", "data-v-a3e038ec"]]), qe = (e) => (E("data-v-42c44141"), e = e(), R(), e), Te = ["id", "name", "value", "disabled", "required"], Le = ["for"], Ve = /* @__PURE__ */ qe(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Ce = /* @__PURE__ */ g({
|
|
28
28
|
__name: "checkbox",
|
|
29
29
|
props: {
|
|
30
30
|
name: { default: "checkbox" },
|
|
@@ -35,58 +35,58 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
35
35
|
},
|
|
36
36
|
emits: ["input"],
|
|
37
37
|
setup(e, { emit: a }) {
|
|
38
|
-
const r = a,
|
|
39
|
-
const u =
|
|
38
|
+
const r = a, o = (l) => {
|
|
39
|
+
const u = l.target;
|
|
40
40
|
r("input", u.checked);
|
|
41
41
|
};
|
|
42
|
-
return (
|
|
43
|
-
class:
|
|
42
|
+
return (l, u) => (s(), i("div", {
|
|
43
|
+
class: h(["checkbox__wrapper", l.disabled ? "disabled" : ""])
|
|
44
44
|
}, [
|
|
45
45
|
t("input", {
|
|
46
|
-
id:
|
|
46
|
+
id: l.id,
|
|
47
47
|
type: "checkbox",
|
|
48
|
-
name:
|
|
49
|
-
value:
|
|
50
|
-
disabled:
|
|
51
|
-
required:
|
|
48
|
+
name: l.name,
|
|
49
|
+
value: l.value,
|
|
50
|
+
disabled: l.disabled,
|
|
51
|
+
required: l.required,
|
|
52
52
|
class: "checkbox__checkbox",
|
|
53
|
-
onChange:
|
|
54
|
-
}, null, 40,
|
|
53
|
+
onChange: o
|
|
54
|
+
}, null, 40, Te),
|
|
55
55
|
t("label", {
|
|
56
|
-
for:
|
|
57
|
-
class:
|
|
56
|
+
for: l.id,
|
|
57
|
+
class: h(["checkbox__label", l.required ? "required" : ""])
|
|
58
58
|
}, [
|
|
59
59
|
Ve,
|
|
60
|
-
_(
|
|
61
|
-
], 10,
|
|
60
|
+
_(l.$slots, "default", {}, void 0, !0)
|
|
61
|
+
], 10, Le)
|
|
62
62
|
], 2));
|
|
63
63
|
}
|
|
64
64
|
}), Ae = /* @__PURE__ */ v(Ce, [["__scopeId", "data-v-42c44141"]]), De = (e) => (E("data-v-08813346"), e = e(), R(), e), Me = ["aria-label"], Oe = /* @__PURE__ */ De(() => /* @__PURE__ */ t("img", {
|
|
65
65
|
src: "https://a.storyblok.com/f/230581/9x9/e4fb715dc9/close.svg?cv=1695125714598",
|
|
66
66
|
alt: "close",
|
|
67
67
|
class: "close-icon"
|
|
68
|
-
}, null, -1)), Pe = /* @__PURE__ */
|
|
68
|
+
}, null, -1)), Pe = /* @__PURE__ */ g({
|
|
69
69
|
__name: "chip",
|
|
70
70
|
props: {
|
|
71
71
|
text: { default: "" }
|
|
72
72
|
},
|
|
73
73
|
emits: ["remove-chip"],
|
|
74
74
|
setup(e) {
|
|
75
|
-
const a = e, r =
|
|
76
|
-
return (
|
|
75
|
+
const a = e, r = L(() => `Chip: ${a.text}`);
|
|
76
|
+
return (o, l) => (s(), i("div", {
|
|
77
77
|
class: "chip__wrapper",
|
|
78
|
-
onClick:
|
|
78
|
+
onClick: l[0] || (l[0] = (u) => o.$emit("remove-chip"))
|
|
79
79
|
}, [
|
|
80
80
|
t("span", {
|
|
81
81
|
class: "chip",
|
|
82
82
|
"aria-label": r.value
|
|
83
83
|
}, [
|
|
84
|
-
|
|
84
|
+
K(n(o.text) + " ", 1),
|
|
85
85
|
Oe
|
|
86
86
|
], 8, Me)
|
|
87
87
|
]));
|
|
88
88
|
}
|
|
89
|
-
}), Fe = /* @__PURE__ */ v(Pe, [["__scopeId", "data-v-08813346"]]), Ee = ["value"], Re = ["id"], Ne = { class: "listbox__dropdown" }, He = ["id", "aria-labelledby", "aria-disabled"], ze = ["aria-labelledby", "aria-activedescendant"],
|
|
89
|
+
}), Fe = /* @__PURE__ */ v(Pe, [["__scopeId", "data-v-08813346"]]), Ee = ["value"], Re = ["id"], Ne = { class: "listbox__dropdown" }, He = ["id", "aria-labelledby", "aria-disabled"], ze = ["aria-labelledby", "aria-activedescendant"], je = ["aria-selected", "data-value"], Ue = /* @__PURE__ */ g({
|
|
90
90
|
__name: "dropdown",
|
|
91
91
|
props: {
|
|
92
92
|
modelValue: {},
|
|
@@ -104,12 +104,12 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
104
104
|
const r = {
|
|
105
105
|
primary: "dropdown-dark-bg-primary",
|
|
106
106
|
dark: "dropdown-dark dropdown-dark-bg-dark"
|
|
107
|
-
},
|
|
108
|
-
const d =
|
|
109
|
-
(b) => b.value ===
|
|
107
|
+
}, o = e, l = L(() => r[o.variant]), u = I(null), c = I(null), p = I([]), B = I(0), f = I(""), y = I(!0), q = I(0), X = a, S = L(() => {
|
|
108
|
+
const d = o.options.find(
|
|
109
|
+
(b) => b.value === o.modelValue
|
|
110
110
|
);
|
|
111
111
|
return d && d.label;
|
|
112
|
-
}),
|
|
112
|
+
}), j = {
|
|
113
113
|
beforeMount(d, b) {
|
|
114
114
|
d.clickOutsideEvent = function($) {
|
|
115
115
|
d === $.target || d.contains($.target) || b.value($);
|
|
@@ -125,7 +125,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
125
125
|
function H(d) {
|
|
126
126
|
var $;
|
|
127
127
|
const b = d.target;
|
|
128
|
-
b.getAttribute("role") === "option" && (
|
|
128
|
+
b.getAttribute("role") === "option" && (W(b), J(), ($ = u.value) == null || $.focus());
|
|
129
129
|
}
|
|
130
130
|
function le(d) {
|
|
131
131
|
var $;
|
|
@@ -134,11 +134,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
134
134
|
case "ArrowUp":
|
|
135
135
|
case "ArrowDown": {
|
|
136
136
|
d.preventDefault();
|
|
137
|
-
const
|
|
138
|
-
(
|
|
137
|
+
const T = o.options.findIndex(
|
|
138
|
+
(U) => U.value === o.modelValue
|
|
139
139
|
);
|
|
140
|
-
let N =
|
|
141
|
-
b === "ArrowUp" ?
|
|
140
|
+
let N = T ? p.value[T] : p.value[0];
|
|
141
|
+
b === "ArrowUp" ? T - 1 >= 0 && (N = p.value[T - 1]) : T + 1 <= o.options.length && (N = p.value[T + 1]), N && W(N);
|
|
142
142
|
break;
|
|
143
143
|
}
|
|
144
144
|
case "Home":
|
|
@@ -151,17 +151,17 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
151
151
|
break;
|
|
152
152
|
case "Enter":
|
|
153
153
|
case "Escape":
|
|
154
|
-
d.preventDefault(),
|
|
154
|
+
d.preventDefault(), J(), ($ = u.value) == null || $.focus();
|
|
155
155
|
break;
|
|
156
156
|
default: {
|
|
157
|
-
const
|
|
158
|
-
|
|
157
|
+
const T = me(b);
|
|
158
|
+
T && W(T);
|
|
159
159
|
break;
|
|
160
160
|
}
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
163
|
function _e(d) {
|
|
164
|
-
if (!
|
|
164
|
+
if (!o.disabled)
|
|
165
165
|
switch (d.key) {
|
|
166
166
|
case "ArrowUp":
|
|
167
167
|
case "ArrowDown":
|
|
@@ -169,57 +169,57 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
169
169
|
break;
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
|
-
function
|
|
172
|
+
function pe(d) {
|
|
173
173
|
d && d.removeAttribute("aria-selected");
|
|
174
174
|
}
|
|
175
|
-
function
|
|
176
|
-
|
|
177
|
-
|
|
175
|
+
function he() {
|
|
176
|
+
B.value && (clearTimeout(B.value), B.value = 0), B.value = setTimeout(() => {
|
|
177
|
+
f.value = "", B.value = 0;
|
|
178
178
|
}, 500);
|
|
179
179
|
}
|
|
180
180
|
function me(d) {
|
|
181
181
|
let b = "";
|
|
182
|
-
(
|
|
183
|
-
(
|
|
184
|
-
)),
|
|
182
|
+
(f.value === "" || b !== d) && (q.value = o.options.findIndex(
|
|
183
|
+
(T) => T.value === o.modelValue
|
|
184
|
+
)), f.value = b === d ? d : f.value + d, b = d, he();
|
|
185
185
|
let $ = oe(
|
|
186
186
|
q.value + 1,
|
|
187
|
-
|
|
187
|
+
o.options.length
|
|
188
188
|
);
|
|
189
|
-
return !$ &&
|
|
189
|
+
return !$ && f.value.length === 1 && ($ = oe(0, q.value)), q.value = (q.value + 1) % o.options.length, $;
|
|
190
190
|
}
|
|
191
191
|
function oe(d, b) {
|
|
192
192
|
for (let $ = d; $ < b; $++)
|
|
193
|
-
if (
|
|
194
|
-
return
|
|
193
|
+
if (o.options[$].label && o.options[$].label.toUpperCase().indexOf(f.value.toUpperCase()) === 0)
|
|
194
|
+
return p.value[$];
|
|
195
195
|
return null;
|
|
196
196
|
}
|
|
197
197
|
function ve() {
|
|
198
|
-
|
|
198
|
+
W(p.value[0]);
|
|
199
199
|
}
|
|
200
|
-
function
|
|
201
|
-
var $,
|
|
200
|
+
function W(d) {
|
|
201
|
+
var $, T;
|
|
202
202
|
const b = d.getAttribute("data-value");
|
|
203
|
-
if (
|
|
204
|
-
const N =
|
|
205
|
-
(be) => be.value ===
|
|
206
|
-
),
|
|
207
|
-
|
|
203
|
+
if (o.modelValue) {
|
|
204
|
+
const N = o.options.findIndex(
|
|
205
|
+
(be) => be.value === o.modelValue
|
|
206
|
+
), U = p.value[N];
|
|
207
|
+
pe(U);
|
|
208
208
|
}
|
|
209
209
|
if (d.setAttribute("aria-selected", "true"), ($ = c.value) == null || $.setAttribute(
|
|
210
210
|
"aria-activedescendant",
|
|
211
211
|
b || ""
|
|
212
212
|
), x(b || ""), c.value && c.value.scrollHeight > c.value.clientHeight) {
|
|
213
|
-
const N = c.value.clientHeight + c.value.scrollTop,
|
|
214
|
-
|
|
213
|
+
const N = c.value.clientHeight + c.value.scrollTop, U = d.offsetTop + d.offsetHeight;
|
|
214
|
+
U > N ? c.value.scrollTop = U - ((T = c.value) == null ? void 0 : T.clientHeight) : d.offsetTop < c.value.scrollTop && (c.value.scrollTop = d.offsetTop);
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
function fe() {
|
|
218
218
|
var b;
|
|
219
|
-
const d = (b =
|
|
220
|
-
|
|
219
|
+
const d = (b = p.value) == null ? void 0 : b[o.options.length - 1];
|
|
220
|
+
W(d);
|
|
221
221
|
}
|
|
222
|
-
function
|
|
222
|
+
function J() {
|
|
223
223
|
var d;
|
|
224
224
|
y.value = !0, (d = u.value) == null || d.removeAttribute("aria-expanded");
|
|
225
225
|
}
|
|
@@ -228,22 +228,22 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
228
228
|
y.value = !1, (d = u.value) == null || d.setAttribute("aria-expanded", "true"), (b = c.value) == null || b.focus();
|
|
229
229
|
}
|
|
230
230
|
function ge() {
|
|
231
|
-
|
|
231
|
+
o.disabled || (y.value ? se() : J());
|
|
232
232
|
}
|
|
233
|
-
return (d, b) => (
|
|
233
|
+
return (d, b) => (s(), i("div", {
|
|
234
234
|
ref: "listbox",
|
|
235
235
|
class: "listbox__wrapper",
|
|
236
236
|
value: d.modelValue
|
|
237
237
|
}, [
|
|
238
238
|
t("label", {
|
|
239
239
|
id: `${d.name}-label`,
|
|
240
|
-
class:
|
|
240
|
+
class: h([{
|
|
241
241
|
"listbox__label--visually-hidden": !d.showLabel,
|
|
242
242
|
"is-disabled": d.disabled,
|
|
243
243
|
"is-required": d.required
|
|
244
244
|
}, "listbox__label"])
|
|
245
245
|
}, n(d.label), 11, Re),
|
|
246
|
-
|
|
246
|
+
Q((s(), i("div", Ne, [
|
|
247
247
|
t("button", {
|
|
248
248
|
id: `${d.name}-button-label`,
|
|
249
249
|
ref_key: "listboxButton",
|
|
@@ -252,11 +252,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
252
252
|
type: "button",
|
|
253
253
|
"aria-haspopup": "listbox",
|
|
254
254
|
"aria-disabled": d.disabled,
|
|
255
|
-
class:
|
|
255
|
+
class: h(["listbox__button", l.value]),
|
|
256
256
|
onClick: ge,
|
|
257
257
|
onKeydown: _e
|
|
258
|
-
}, n(d.modelValue ?
|
|
259
|
-
|
|
258
|
+
}, n(d.modelValue ? S.value : d.placeholder), 43, He),
|
|
259
|
+
Q(t("ul", {
|
|
260
260
|
ref_key: "listboxNode",
|
|
261
261
|
ref: c,
|
|
262
262
|
"aria-labelledby": `${d.name}-label`,
|
|
@@ -267,25 +267,25 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
267
267
|
onKeydown: le,
|
|
268
268
|
onClick: H
|
|
269
269
|
}, [
|
|
270
|
-
(
|
|
271
|
-
key: `${d.name}-option-${
|
|
270
|
+
(s(!0), i(M, null, O(d.options, ($, T) => (s(), i("li", {
|
|
271
|
+
key: `${d.name}-option-${T}`,
|
|
272
272
|
ref_for: !0,
|
|
273
273
|
ref_key: "listboxOptions",
|
|
274
|
-
ref:
|
|
274
|
+
ref: p,
|
|
275
275
|
"aria-selected": $.value === d.modelValue,
|
|
276
276
|
"data-value": $.value,
|
|
277
277
|
class: "listbox__option",
|
|
278
278
|
role: "option"
|
|
279
|
-
}, n($.label), 9,
|
|
279
|
+
}, n($.label), 9, je))), 128))
|
|
280
280
|
], 40, ze), [
|
|
281
281
|
[ee, !y.value]
|
|
282
282
|
])
|
|
283
283
|
])), [
|
|
284
|
-
[
|
|
284
|
+
[j, J]
|
|
285
285
|
])
|
|
286
286
|
], 8, Ee));
|
|
287
287
|
}
|
|
288
|
-
}),
|
|
288
|
+
}), Ke = /* @__PURE__ */ v(Ue, [["__scopeId", "data-v-6a8da7a4"]]), Ge = { class: "image__wrapper" }, We = /* @__PURE__ */ g({
|
|
289
289
|
__name: "image",
|
|
290
290
|
props: {
|
|
291
291
|
src: { default: void 0 },
|
|
@@ -297,27 +297,27 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
297
297
|
loading: { default: "auto" }
|
|
298
298
|
},
|
|
299
299
|
setup(e) {
|
|
300
|
-
return (a, r) => (
|
|
300
|
+
return (a, r) => (s(), i("div", Ge, [
|
|
301
301
|
_(a.$slots, "default", P(F(a.$attrs)))
|
|
302
302
|
]));
|
|
303
303
|
}
|
|
304
|
-
}),
|
|
304
|
+
}), D = /* @__PURE__ */ v(We, [["__scopeId", "data-v-f71a3c87"]]), Ye = { class: "label__wrapper" }, Je = ["aria-label", "label-dark"], Qe = /* @__PURE__ */ g({
|
|
305
305
|
__name: "label",
|
|
306
306
|
props: {
|
|
307
307
|
text: {},
|
|
308
308
|
labelDark: { type: Boolean, default: !1 }
|
|
309
309
|
},
|
|
310
310
|
setup(e) {
|
|
311
|
-
const a = e, r =
|
|
312
|
-
return (
|
|
311
|
+
const a = e, r = L(() => `Label: ${a.text}`);
|
|
312
|
+
return (o, l) => (s(), i("div", Ye, [
|
|
313
313
|
t("span", {
|
|
314
314
|
"aria-label": r.value,
|
|
315
|
-
"label-dark":
|
|
316
|
-
class:
|
|
317
|
-
}, n(
|
|
315
|
+
"label-dark": o.labelDark,
|
|
316
|
+
class: h(o.labelDark ? "label--dark" : "label--light")
|
|
317
|
+
}, n(o.text), 11, Je)
|
|
318
318
|
]));
|
|
319
319
|
}
|
|
320
|
-
}),
|
|
320
|
+
}), G = /* @__PURE__ */ v(Qe, [["__scopeId", "data-v-7d9d3a8a"]]), Ze = { class: "link__wrapper" }, A = /* @__PURE__ */ g({
|
|
321
321
|
__name: "link",
|
|
322
322
|
props: {
|
|
323
323
|
linkType: { default: "regular" },
|
|
@@ -338,24 +338,24 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
338
338
|
hover: "underline-hover",
|
|
339
339
|
true: "add-underline",
|
|
340
340
|
false: "remove-underline"
|
|
341
|
-
},
|
|
342
|
-
const { ...
|
|
343
|
-
return
|
|
341
|
+
}, o = e, l = L(() => a[o.linkType]), u = L(() => r[o.underline]), c = L(() => {
|
|
342
|
+
const { ...p } = ye(o);
|
|
343
|
+
return p;
|
|
344
344
|
});
|
|
345
|
-
return (
|
|
345
|
+
return (p, B) => (s(), i("div", Ze, [
|
|
346
346
|
t("div", te(c.value, {
|
|
347
347
|
class: ["mir-link", [
|
|
348
|
-
|
|
349
|
-
|
|
348
|
+
l.value,
|
|
349
|
+
p.disabled ? "disabled" : "",
|
|
350
350
|
u.value,
|
|
351
|
-
|
|
351
|
+
p.arrow ? "link-arrow" : ""
|
|
352
352
|
]]
|
|
353
353
|
}), [
|
|
354
|
-
_(
|
|
354
|
+
_(p.$slots, "default")
|
|
355
355
|
], 16)
|
|
356
356
|
]));
|
|
357
357
|
}
|
|
358
|
-
}), Xe = (e) => (E("data-v-fa1bda9b"), e = e(), R(), e), xe = ["id", "name", "value", "checked", "disabled", "required"], et = ["for"], tt = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), at = /* @__PURE__ */
|
|
358
|
+
}), Xe = (e) => (E("data-v-fa1bda9b"), e = e(), R(), e), xe = ["id", "name", "value", "checked", "disabled", "required"], et = ["for"], tt = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), at = /* @__PURE__ */ g({
|
|
359
359
|
__name: "radio-button",
|
|
360
360
|
props: {
|
|
361
361
|
name: { default: "radio" },
|
|
@@ -367,34 +367,34 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
367
367
|
},
|
|
368
368
|
emits: ["input"],
|
|
369
369
|
setup(e, { emit: a }) {
|
|
370
|
-
const r = a,
|
|
371
|
-
const u =
|
|
370
|
+
const r = a, o = (l) => {
|
|
371
|
+
const u = l.target;
|
|
372
372
|
r("input", u.checked);
|
|
373
373
|
};
|
|
374
|
-
return (
|
|
375
|
-
class:
|
|
374
|
+
return (l, u) => (s(), i("div", {
|
|
375
|
+
class: h(["radio__wrapper", l.disabled ? "disabled" : ""])
|
|
376
376
|
}, [
|
|
377
377
|
t("input", {
|
|
378
|
-
id:
|
|
378
|
+
id: l.id,
|
|
379
379
|
type: "radio",
|
|
380
|
-
name:
|
|
381
|
-
value:
|
|
382
|
-
checked:
|
|
383
|
-
disabled:
|
|
384
|
-
required:
|
|
380
|
+
name: l.name,
|
|
381
|
+
value: l.value,
|
|
382
|
+
checked: l.checked,
|
|
383
|
+
disabled: l.disabled,
|
|
384
|
+
required: l.required,
|
|
385
385
|
class: "radio__radio",
|
|
386
|
-
onChange:
|
|
386
|
+
onChange: o
|
|
387
387
|
}, null, 40, xe),
|
|
388
388
|
t("label", {
|
|
389
|
-
for:
|
|
390
|
-
class:
|
|
389
|
+
for: l.id,
|
|
390
|
+
class: h(["radio__label", l.required ? "required" : ""])
|
|
391
391
|
}, [
|
|
392
392
|
tt,
|
|
393
|
-
_(
|
|
393
|
+
_(l.$slots, "default", {}, void 0, !0)
|
|
394
394
|
], 10, et)
|
|
395
395
|
], 2));
|
|
396
396
|
}
|
|
397
|
-
}), lt = /* @__PURE__ */ v(at, [["__scopeId", "data-v-fa1bda9b"]]), ot = { class: "select__wrapper" }, st = ["for"], it = ["id", "disabled", "name", "value"], rt = ["value"], nt = /* @__PURE__ */
|
|
397
|
+
}), lt = /* @__PURE__ */ v(at, [["__scopeId", "data-v-fa1bda9b"]]), ot = { class: "select__wrapper" }, st = ["for"], it = ["id", "disabled", "name", "value"], rt = ["value"], nt = /* @__PURE__ */ g({
|
|
398
398
|
__name: "select",
|
|
399
399
|
props: {
|
|
400
400
|
id: {},
|
|
@@ -407,29 +407,29 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
407
407
|
},
|
|
408
408
|
emits: ["update:modelValue"],
|
|
409
409
|
setup(e) {
|
|
410
|
-
return (a, r) => (
|
|
410
|
+
return (a, r) => (s(), i("div", ot, [
|
|
411
411
|
t("label", {
|
|
412
412
|
for: a.id,
|
|
413
|
-
class:
|
|
413
|
+
class: h([a.required ? "required" : "", a.disabled ? "disabled" : ""])
|
|
414
414
|
}, n(a.label), 11, st),
|
|
415
415
|
t("select", {
|
|
416
416
|
id: a.id,
|
|
417
|
-
class:
|
|
417
|
+
class: h(a.disabled ? "disabled" : ""),
|
|
418
418
|
disabled: a.disabled,
|
|
419
419
|
name: a.name,
|
|
420
420
|
value: a.modelValue,
|
|
421
|
-
onChange: r[0] || (r[0] = (
|
|
422
|
-
a.$emit("update:modelValue",
|
|
421
|
+
onChange: r[0] || (r[0] = (o) => {
|
|
422
|
+
a.$emit("update:modelValue", o.target.value), o.target.blur();
|
|
423
423
|
})
|
|
424
424
|
}, [
|
|
425
|
-
(
|
|
426
|
-
key:
|
|
427
|
-
value:
|
|
428
|
-
}, n(
|
|
425
|
+
(s(!0), i(M, null, O(a.options, (o) => (s(), i("option", {
|
|
426
|
+
key: o.value,
|
|
427
|
+
value: o.value
|
|
428
|
+
}, n(o.text), 9, rt))), 128))
|
|
429
429
|
], 42, it)
|
|
430
430
|
]));
|
|
431
431
|
}
|
|
432
|
-
}), dt = /* @__PURE__ */ v(nt, [["__scopeId", "data-v-d5c46463"]]), ct = { class: "modal__wrapper" }, ut = /* @__PURE__ */
|
|
432
|
+
}), dt = /* @__PURE__ */ v(nt, [["__scopeId", "data-v-d5c46463"]]), ct = { class: "modal__wrapper" }, ut = /* @__PURE__ */ g({
|
|
433
433
|
__name: "modal",
|
|
434
434
|
props: {
|
|
435
435
|
show: { type: Boolean, default: !1 },
|
|
@@ -437,45 +437,45 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
437
437
|
},
|
|
438
438
|
emits: ["update:show"],
|
|
439
439
|
setup(e, { emit: a }) {
|
|
440
|
-
const r = e,
|
|
441
|
-
|
|
440
|
+
const r = e, o = a, l = () => {
|
|
441
|
+
o("update:show", !r.show);
|
|
442
442
|
};
|
|
443
|
-
return (u, c) => (
|
|
444
|
-
|
|
443
|
+
return (u, c) => (s(), i("div", ct, [
|
|
444
|
+
w($e, {
|
|
445
445
|
duration: 300,
|
|
446
446
|
name: "nested"
|
|
447
447
|
}, {
|
|
448
|
-
default:
|
|
449
|
-
u.show ? (
|
|
448
|
+
default: k(() => [
|
|
449
|
+
u.show ? (s(), i("div", {
|
|
450
450
|
key: 0,
|
|
451
|
-
class:
|
|
451
|
+
class: h(["overlay", u.searchBar ? "overlay-search" : "overlay-default"]),
|
|
452
452
|
ariaLabel: "modal",
|
|
453
453
|
role: "dialog",
|
|
454
|
-
onClick:
|
|
454
|
+
onClick: l
|
|
455
455
|
}, [
|
|
456
456
|
t("div", {
|
|
457
457
|
id: "modal",
|
|
458
|
-
class:
|
|
458
|
+
class: h([u.searchBar ? "search" : ""]),
|
|
459
459
|
onClick: c[0] || (c[0] = ne(() => {
|
|
460
460
|
}, ["stop"]))
|
|
461
461
|
}, [
|
|
462
462
|
t("div", null, [
|
|
463
|
-
u.searchBar ?
|
|
463
|
+
u.searchBar ? m("", !0) : (s(), V(Z, {
|
|
464
464
|
key: 0,
|
|
465
465
|
"aria-label": "close",
|
|
466
466
|
variant: "close",
|
|
467
|
-
onClick:
|
|
467
|
+
onClick: l
|
|
468
468
|
}))
|
|
469
469
|
]),
|
|
470
470
|
_(u.$slots, "default", {}, void 0, !0)
|
|
471
471
|
], 2)
|
|
472
|
-
], 2)) :
|
|
472
|
+
], 2)) : m("", !0)
|
|
473
473
|
]),
|
|
474
474
|
_: 3
|
|
475
475
|
})
|
|
476
476
|
]));
|
|
477
477
|
}
|
|
478
|
-
}), ue = /* @__PURE__ */ v(ut, [["__scopeId", "data-v-cc647ee6"]]), _t = { class: "slider__wrapper" },
|
|
478
|
+
}), ue = /* @__PURE__ */ v(ut, [["__scopeId", "data-v-cc647ee6"]]), _t = { class: "slider__wrapper" }, pt = { class: "slider__label" }, ht = ["for"], mt = ["aria-label"], vt = { class: "slider__content" }, ft = ["id", "name", "value", "min", "step", "max"], gt = /* @__PURE__ */ g({
|
|
479
479
|
__name: "slider",
|
|
480
480
|
props: {
|
|
481
481
|
label: {},
|
|
@@ -491,73 +491,73 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
491
491
|
},
|
|
492
492
|
emits: ["update:modelValue"],
|
|
493
493
|
setup(e, { emit: a }) {
|
|
494
|
-
const r = e,
|
|
494
|
+
const r = e, o = a, l = I(r.modelValue), u = I(), c = I(!1), p = (f, y, q) => (f - y) / (q - y) * 100, B = (f) => {
|
|
495
495
|
var y;
|
|
496
|
-
(y = u.value) == null || y.style.setProperty("--ProgressPercent", `${
|
|
496
|
+
(y = u.value) == null || y.style.setProperty("--ProgressPercent", `${f}%`);
|
|
497
497
|
};
|
|
498
498
|
return de(() => {
|
|
499
499
|
if (u.value) {
|
|
500
|
-
|
|
501
|
-
const
|
|
502
|
-
let y = (50 -
|
|
503
|
-
|
|
500
|
+
o("update:modelValue", l.value);
|
|
501
|
+
const f = p(l.value, r.min, r.max);
|
|
502
|
+
let y = (50 - f) / 100;
|
|
503
|
+
B(f + y);
|
|
504
504
|
}
|
|
505
|
-
}), (
|
|
505
|
+
}), (f, y) => (s(), i("div", null, [
|
|
506
506
|
t("div", _t, [
|
|
507
|
-
t("div",
|
|
507
|
+
t("div", pt, [
|
|
508
508
|
t("label", {
|
|
509
|
-
for:
|
|
510
|
-
class:
|
|
511
|
-
}, n(
|
|
512
|
-
|
|
509
|
+
for: f.id,
|
|
510
|
+
class: h([f.variant, ""])
|
|
511
|
+
}, n(f.label), 11, ht),
|
|
512
|
+
f.information ? (s(), i("i", {
|
|
513
513
|
key: 0,
|
|
514
514
|
role: "button",
|
|
515
|
-
class:
|
|
516
|
-
"aria-label":
|
|
515
|
+
class: h([f.variant, "slider__information"]),
|
|
516
|
+
"aria-label": f.informationLabel,
|
|
517
517
|
tabindex: "0",
|
|
518
518
|
"aria-haspopup": "dialog",
|
|
519
519
|
onClick: y[0] || (y[0] = (q) => c.value = !c.value),
|
|
520
520
|
onKeyup: y[1] || (y[1] = ke((q) => c.value = !c.value, ["enter"]))
|
|
521
|
-
}, null, 42, mt)) :
|
|
521
|
+
}, null, 42, mt)) : m("", !0)
|
|
522
522
|
]),
|
|
523
523
|
t("div", vt, [
|
|
524
524
|
t("span", {
|
|
525
|
-
class:
|
|
526
|
-
}, n(
|
|
525
|
+
class: h([f.variant, "slider__minmax"])
|
|
526
|
+
}, n(f.min), 3),
|
|
527
527
|
t("input", {
|
|
528
|
-
id:
|
|
528
|
+
id: f.id,
|
|
529
529
|
ref_key: "slider",
|
|
530
530
|
ref: u,
|
|
531
531
|
type: "range",
|
|
532
|
-
name:
|
|
533
|
-
value:
|
|
534
|
-
min:
|
|
535
|
-
step:
|
|
536
|
-
max:
|
|
537
|
-
class:
|
|
538
|
-
onInput: y[2] || (y[2] = ({ target: q }) =>
|
|
532
|
+
name: f.name,
|
|
533
|
+
value: f.modelValue,
|
|
534
|
+
min: f.min,
|
|
535
|
+
step: f.step,
|
|
536
|
+
max: f.max,
|
|
537
|
+
class: h(f.variant),
|
|
538
|
+
onInput: y[2] || (y[2] = ({ target: q }) => l.value = parseFloat(q.value))
|
|
539
539
|
}, null, 42, ft),
|
|
540
540
|
t("span", {
|
|
541
|
-
class:
|
|
542
|
-
}, n(
|
|
541
|
+
class: h([f.variant, "slider__minmax"])
|
|
542
|
+
}, n(f.max), 3)
|
|
543
543
|
]),
|
|
544
544
|
t("span", {
|
|
545
|
-
class:
|
|
546
|
-
}, n(
|
|
545
|
+
class: h([f.variant, "slider__value"])
|
|
546
|
+
}, n(f.modelValue), 3)
|
|
547
547
|
]),
|
|
548
|
-
|
|
548
|
+
f.information ? (s(), V(ue, {
|
|
549
549
|
key: 0,
|
|
550
550
|
show: c.value,
|
|
551
551
|
"onUpdate:show": y[3] || (y[3] = (q) => c.value = q)
|
|
552
552
|
}, {
|
|
553
|
-
default:
|
|
554
|
-
|
|
553
|
+
default: k(() => [
|
|
554
|
+
K(n(f.information), 1)
|
|
555
555
|
]),
|
|
556
556
|
_: 1
|
|
557
|
-
}, 8, ["show"])) :
|
|
557
|
+
}, 8, ["show"])) : m("", !0)
|
|
558
558
|
]));
|
|
559
559
|
}
|
|
560
|
-
}), bt = /* @__PURE__ */ v(gt, [["__scopeId", "data-v-b8d6d141"]]), yt = { id: "textarea-wrapper" }, $t = ["for"], kt = ["id"], wt = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"],
|
|
560
|
+
}), bt = /* @__PURE__ */ v(gt, [["__scopeId", "data-v-b8d6d141"]]), yt = { id: "textarea-wrapper" }, $t = ["for"], kt = ["id"], wt = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], Bt = { class: "textarea-info" }, St = { key: 0 }, It = /* @__PURE__ */ g({
|
|
561
561
|
__name: "textarea",
|
|
562
562
|
props: {
|
|
563
563
|
id: { default: "" },
|
|
@@ -571,10 +571,10 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
571
571
|
},
|
|
572
572
|
emits: ["update:modelValue"],
|
|
573
573
|
setup(e) {
|
|
574
|
-
return (a, r) => (
|
|
574
|
+
return (a, r) => (s(), i("div", yt, [
|
|
575
575
|
t("label", {
|
|
576
576
|
for: a.id,
|
|
577
|
-
class:
|
|
577
|
+
class: h({ required: a.required })
|
|
578
578
|
}, n(a.labelText) + n(a.required ? " *" : ""), 11, $t),
|
|
579
579
|
t("div", {
|
|
580
580
|
id: a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? "textarea-wrapper__inner" : ""
|
|
@@ -589,25 +589,25 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
589
589
|
disabled: a.disabled,
|
|
590
590
|
maxlength: a.maxLength,
|
|
591
591
|
value: a.modelValue,
|
|
592
|
-
class:
|
|
592
|
+
class: h(
|
|
593
593
|
a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? "reached-meter-limit" : "border"
|
|
594
594
|
),
|
|
595
|
-
onInput: r[0] || (r[0] = (
|
|
595
|
+
onInput: r[0] || (r[0] = (o) => a.$emit("update:modelValue", o.target.value))
|
|
596
596
|
}, null, 42, wt)
|
|
597
597
|
], 8, kt),
|
|
598
|
-
t("div",
|
|
598
|
+
t("div", Bt, [
|
|
599
599
|
t("div", null, [
|
|
600
|
-
a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (
|
|
600
|
+
a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (s(), i("p", St, " Too many characters. Please make it shorter ")) : m("", !0)
|
|
601
601
|
]),
|
|
602
602
|
t("p", {
|
|
603
|
-
class:
|
|
603
|
+
class: h(
|
|
604
604
|
a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? "reached-meter-limit-meter" : ""
|
|
605
605
|
)
|
|
606
606
|
}, n(a.maxLength !== void 0 && a.modelValue !== void 0 && a.maxLength - a.modelValue.length >= 0 ? a.modelValue.length : 0) + " / " + n(a.maxLength), 3)
|
|
607
607
|
])
|
|
608
608
|
]));
|
|
609
609
|
}
|
|
610
|
-
}), qt = /* @__PURE__ */ v(It, [["__scopeId", "data-v-220a973c"]]),
|
|
610
|
+
}), qt = /* @__PURE__ */ v(It, [["__scopeId", "data-v-220a973c"]]), Tt = { class: "text-field__wrapper" }, Lt = ["for"], Vt = { key: 0 }, Ct = ["id", "type", "value", "placeholder", "required", "disabled", "name"], At = ["aria-expanded"], Dt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Mt = {
|
|
611
611
|
key: 2,
|
|
612
612
|
class: "search"
|
|
613
613
|
}, Ot = {
|
|
@@ -616,7 +616,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
616
616
|
}, Pt = {
|
|
617
617
|
key: 4,
|
|
618
618
|
class: "helperText"
|
|
619
|
-
}, Ft = /* @__PURE__ */
|
|
619
|
+
}, Ft = /* @__PURE__ */ g({
|
|
620
620
|
__name: "text-field",
|
|
621
621
|
props: {
|
|
622
622
|
type: { default: "text" },
|
|
@@ -643,62 +643,62 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
643
643
|
tel: "tel",
|
|
644
644
|
url: "url",
|
|
645
645
|
search: "search"
|
|
646
|
-
}, r = e,
|
|
647
|
-
() =>
|
|
648
|
-
), c =
|
|
649
|
-
() =>
|
|
646
|
+
}, r = e, o = L(() => a[r.type]), l = I(!0), u = L(
|
|
647
|
+
() => l.value ? "showPassword" : "hidePassword"
|
|
648
|
+
), c = L(
|
|
649
|
+
() => l.value ? "password" : "text"
|
|
650
650
|
);
|
|
651
|
-
return (
|
|
651
|
+
return (p, B) => (s(), i("div", Tt, [
|
|
652
652
|
t("label", {
|
|
653
|
-
for:
|
|
654
|
-
class:
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
653
|
+
for: p.id,
|
|
654
|
+
class: h([
|
|
655
|
+
p.required ? "required" : "",
|
|
656
|
+
p.disabled ? "disabled" : "",
|
|
657
|
+
p.search ? "search" : ""
|
|
658
658
|
])
|
|
659
|
-
}, n(
|
|
660
|
-
|
|
659
|
+
}, n(p.label), 11, Lt),
|
|
660
|
+
o.value === "password" ? (s(), i("div", Vt, [
|
|
661
661
|
t("input", {
|
|
662
|
-
id:
|
|
662
|
+
id: p.id,
|
|
663
663
|
ref: "passwordField",
|
|
664
664
|
type: c.value,
|
|
665
|
-
value:
|
|
666
|
-
placeholder:
|
|
667
|
-
required:
|
|
668
|
-
disabled:
|
|
669
|
-
name:
|
|
670
|
-
onInput:
|
|
665
|
+
value: p.modelValue,
|
|
666
|
+
placeholder: p.placeholder,
|
|
667
|
+
required: p.required,
|
|
668
|
+
disabled: p.disabled,
|
|
669
|
+
name: p.fieldName,
|
|
670
|
+
onInput: B[0] || (B[0] = (f) => p.$emit("update:modelValue", f.target.value))
|
|
671
671
|
}, null, 40, Ct),
|
|
672
672
|
t("i", {
|
|
673
673
|
role: "button",
|
|
674
|
-
class:
|
|
674
|
+
class: h([u.value]),
|
|
675
675
|
"aria-controls": "password",
|
|
676
|
-
"aria-expanded": !
|
|
677
|
-
onClick:
|
|
676
|
+
"aria-expanded": !l.value,
|
|
677
|
+
onClick: B[1] || (B[1] = (f) => l.value = !l.value)
|
|
678
678
|
}, null, 10, At)
|
|
679
|
-
])) : (
|
|
679
|
+
])) : (s(), i("input", {
|
|
680
680
|
key: 1,
|
|
681
|
-
id:
|
|
681
|
+
id: p.id,
|
|
682
682
|
ref: "textField",
|
|
683
|
-
type:
|
|
684
|
-
value:
|
|
685
|
-
placeholder:
|
|
686
|
-
required:
|
|
687
|
-
class:
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
683
|
+
type: o.value,
|
|
684
|
+
value: p.modelValue,
|
|
685
|
+
placeholder: p.placeholder,
|
|
686
|
+
required: p.required,
|
|
687
|
+
class: h([
|
|
688
|
+
p.invalid ? "invalid" : "",
|
|
689
|
+
p.valid ? "valid" : "",
|
|
690
|
+
p.search ? "search" : ""
|
|
691
691
|
]),
|
|
692
|
-
disabled:
|
|
693
|
-
name:
|
|
694
|
-
onInput:
|
|
692
|
+
disabled: p.disabled,
|
|
693
|
+
name: p.fieldName,
|
|
694
|
+
onInput: B[2] || (B[2] = (f) => p.$emit("update:modelValue", f.target.value))
|
|
695
695
|
}, null, 42, Dt)),
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
696
|
+
p.search ? (s(), i("i", Mt)) : m("", !0),
|
|
697
|
+
p.errorMessage ? (s(), i("strong", Ot, n(p.errorMessage), 1)) : m("", !0),
|
|
698
|
+
p.helperText ? (s(), i("span", Pt, n(p.helperText), 1)) : m("", !0)
|
|
699
699
|
]));
|
|
700
700
|
}
|
|
701
|
-
}), Et = /* @__PURE__ */ v(Ft, [["__scopeId", "data-v-414b9435"]]), Rt = { class: "video__wrapper" }, Nt = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], Ht = ["src", "aria-label", "title", "width", "height"], zt = /* @__PURE__ */
|
|
701
|
+
}), Et = /* @__PURE__ */ v(Ft, [["__scopeId", "data-v-414b9435"]]), Rt = { class: "video__wrapper" }, Nt = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], Ht = ["src", "aria-label", "title", "width", "height"], zt = /* @__PURE__ */ g({
|
|
702
702
|
__name: "video",
|
|
703
703
|
props: {
|
|
704
704
|
play: { type: Boolean, default: !1 },
|
|
@@ -716,18 +716,18 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
716
716
|
},
|
|
717
717
|
setup(e, { expose: a }) {
|
|
718
718
|
const r = e;
|
|
719
|
-
let
|
|
719
|
+
let o = I(null);
|
|
720
720
|
return de(() => {
|
|
721
|
-
|
|
721
|
+
o.value && (r.play ? o.value.play() : r.play || o.value.pause());
|
|
722
722
|
}), a({
|
|
723
723
|
resetVideo: () => {
|
|
724
|
-
|
|
724
|
+
o.value && (o.value.currentTime = 0, o.value.play());
|
|
725
725
|
}
|
|
726
|
-
}), (u, c) => (
|
|
727
|
-
u.localVideo ? (
|
|
726
|
+
}), (u, c) => (s(), i("div", Rt, [
|
|
727
|
+
u.localVideo ? (s(), i("video", {
|
|
728
728
|
key: 0,
|
|
729
729
|
ref_key: "videoRef",
|
|
730
|
-
ref:
|
|
730
|
+
ref: o,
|
|
731
731
|
"aria-label": u.ariaLabel,
|
|
732
732
|
controls: u.controls,
|
|
733
733
|
poster: u.poster,
|
|
@@ -739,7 +739,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
739
739
|
type: "video/mp4",
|
|
740
740
|
playsinline: "",
|
|
741
741
|
src: u.src
|
|
742
|
-
}, null, 8, Nt)) : (
|
|
742
|
+
}, null, 8, Nt)) : (s(), i("iframe", {
|
|
743
743
|
key: 1,
|
|
744
744
|
src: u.src,
|
|
745
745
|
"aria-label": u.ariaLabel,
|
|
@@ -752,7 +752,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
752
752
|
}, null, 8, Ht))
|
|
753
753
|
]));
|
|
754
754
|
}
|
|
755
|
-
}), Y = /* @__PURE__ */ v(zt, [["__scopeId", "data-v-c6a0feb6"]]),
|
|
755
|
+
}), Y = /* @__PURE__ */ v(zt, [["__scopeId", "data-v-c6a0feb6"]]), jt = { class: "address__wrapper" }, Ut = { class: "address__content" }, Kt = { class: "address__flag" }, Gt = { class: "address__address" }, Wt = { class: "address__name" }, Yt = { key: 0 }, Jt = { class: "address__contact" }, Qt = ["href"], Zt = ["href"], Xt = /* @__PURE__ */ g({
|
|
756
756
|
__name: "address",
|
|
757
757
|
props: {
|
|
758
758
|
name: {},
|
|
@@ -764,9 +764,9 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
764
764
|
email: {}
|
|
765
765
|
},
|
|
766
766
|
setup(e) {
|
|
767
|
-
return (a, r) => (
|
|
768
|
-
t("div",
|
|
769
|
-
t("div",
|
|
767
|
+
return (a, r) => (s(), i("div", jt, [
|
|
768
|
+
t("div", Ut, [
|
|
769
|
+
t("div", Kt, [
|
|
770
770
|
_(a.$slots, "address-flag", {}, void 0, !0)
|
|
771
771
|
]),
|
|
772
772
|
t("div", Gt, [
|
|
@@ -774,31 +774,31 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
774
774
|
t("p", null, n(a.company), 1),
|
|
775
775
|
t("p", null, n(a.addressLine1), 1),
|
|
776
776
|
t("p", null, n(a.addressLine2), 1),
|
|
777
|
-
a.addressLine3 ? (
|
|
777
|
+
a.addressLine3 ? (s(), i("p", Yt, n(a.addressLine3), 1)) : m("", !0)
|
|
778
778
|
]),
|
|
779
|
-
t("div",
|
|
780
|
-
(
|
|
781
|
-
key:
|
|
779
|
+
t("div", Jt, [
|
|
780
|
+
(s(!0), i(M, null, O(a.phoneNumbers, (o) => (s(), V(A, {
|
|
781
|
+
key: o,
|
|
782
782
|
underline: "false",
|
|
783
783
|
"link-type": "regular"
|
|
784
784
|
}, {
|
|
785
|
-
default:
|
|
785
|
+
default: k(() => [
|
|
786
786
|
t("a", {
|
|
787
|
-
href: "tel:" +
|
|
787
|
+
href: "tel:" + o,
|
|
788
788
|
class: "address__phone"
|
|
789
|
-
}, n(
|
|
789
|
+
}, n(o), 9, Qt)
|
|
790
790
|
]),
|
|
791
791
|
_: 2
|
|
792
792
|
}, 1024))), 128)),
|
|
793
793
|
t("a", {
|
|
794
794
|
href: "mailto:" + a.email,
|
|
795
795
|
class: "address__email"
|
|
796
|
-
}, n(a.email), 9,
|
|
796
|
+
}, n(a.email), 9, Zt)
|
|
797
797
|
])
|
|
798
798
|
])
|
|
799
799
|
]));
|
|
800
800
|
}
|
|
801
|
-
}), xt = /* @__PURE__ */ v(Xt, [["__scopeId", "data-v-88ee2983"]]), ea = (e) => (E("data-v-a44fd57d"), e = e(), R(), e), ta = { class: "bullet-list__wrapper" }, aa = /* @__PURE__ */ ea(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), la = /* @__PURE__ */
|
|
801
|
+
}), xt = /* @__PURE__ */ v(Xt, [["__scopeId", "data-v-88ee2983"]]), ea = (e) => (E("data-v-a44fd57d"), e = e(), R(), e), ta = { class: "bullet-list__wrapper" }, aa = /* @__PURE__ */ ea(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), la = /* @__PURE__ */ g({
|
|
802
802
|
__name: "bullet-list",
|
|
803
803
|
props: {
|
|
804
804
|
list: {
|
|
@@ -818,14 +818,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
818
818
|
}
|
|
819
819
|
},
|
|
820
820
|
setup(e) {
|
|
821
|
-
return (a, r) => (
|
|
821
|
+
return (a, r) => (s(), i("div", ta, [
|
|
822
822
|
t("div", {
|
|
823
|
-
class:
|
|
823
|
+
class: h(["bullet-list", e.variant])
|
|
824
824
|
}, [
|
|
825
825
|
t("ul", null, [
|
|
826
|
-
(
|
|
826
|
+
(s(!0), i(M, null, O(e.list, (o) => (s(), i("li", { key: o }, [
|
|
827
827
|
aa,
|
|
828
|
-
|
|
828
|
+
K(" " + n(o), 1)
|
|
829
829
|
]))), 128))
|
|
830
830
|
])
|
|
831
831
|
], 2)
|
|
@@ -834,7 +834,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
834
834
|
}), oa = /* @__PURE__ */ v(la, [["__scopeId", "data-v-a44fd57d"]]), sa = { class: "card__wrapper" }, ia = {
|
|
835
835
|
key: 2,
|
|
836
836
|
class: "card__label"
|
|
837
|
-
}, ra = { key: 5 }, na = /* @__PURE__ */
|
|
837
|
+
}, ra = { key: 5 }, na = /* @__PURE__ */ g({
|
|
838
838
|
__name: "card",
|
|
839
839
|
props: {
|
|
840
840
|
variant: { default: "product" },
|
|
@@ -858,7 +858,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
858
858
|
setup(e) {
|
|
859
859
|
const a = we();
|
|
860
860
|
let r = I(!1);
|
|
861
|
-
const
|
|
861
|
+
const o = {
|
|
862
862
|
small: {
|
|
863
863
|
class: "card--small",
|
|
864
864
|
width: "298",
|
|
@@ -874,10 +874,10 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
874
874
|
width: "596",
|
|
875
875
|
height: "335"
|
|
876
876
|
}
|
|
877
|
-
},
|
|
878
|
-
return (c,
|
|
877
|
+
}, l = e, u = L(() => o[l.size]);
|
|
878
|
+
return (c, p) => (s(), i("div", sa, [
|
|
879
879
|
t("div", {
|
|
880
|
-
class:
|
|
880
|
+
class: h(["card", [
|
|
881
881
|
c.theme === "dark" ? "card--dark" : "card--light",
|
|
882
882
|
c.orientation === "vertical" ? "vertical" : "horizontal",
|
|
883
883
|
u.value.class,
|
|
@@ -885,11 +885,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
885
885
|
c.variant === "product" ? "card--product" : "card--article"
|
|
886
886
|
]]),
|
|
887
887
|
style: ae([c.variant === "product" ? "font-weight: 700" : "font-weight: 300"]),
|
|
888
|
-
onMouseover:
|
|
889
|
-
onMouseout:
|
|
888
|
+
onMouseover: p[0] || (p[0] = (B) => ie(r) ? r.value = !0 : r = !0),
|
|
889
|
+
onMouseout: p[1] || (p[1] = (B) => ie(r) ? r.value = !1 : r = !1)
|
|
890
890
|
}, [
|
|
891
|
-
c.mediaType === "image" ? (
|
|
892
|
-
default:
|
|
891
|
+
c.mediaType === "image" ? (s(), V(D, { key: 0 }, {
|
|
892
|
+
default: k(() => [
|
|
893
893
|
_(c.$slots, "card-image", te({
|
|
894
894
|
src: c.imgSrc,
|
|
895
895
|
width: "596",
|
|
@@ -900,12 +900,12 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
900
900
|
}, { srcset: c.srcSet }))
|
|
901
901
|
]),
|
|
902
902
|
_: 3
|
|
903
|
-
})) : (
|
|
903
|
+
})) : (s(), i("div", {
|
|
904
904
|
key: 1,
|
|
905
|
-
class:
|
|
905
|
+
class: h(["video-card__wrapper", C(r) === !0 ? "vimeoPlaying" : ""])
|
|
906
906
|
}, [
|
|
907
|
-
|
|
908
|
-
play:
|
|
907
|
+
w(Y, {
|
|
908
|
+
play: C(r),
|
|
909
909
|
"local-video": !0,
|
|
910
910
|
src: c.videoSrc,
|
|
911
911
|
"aria-label": c.arialabel,
|
|
@@ -918,22 +918,22 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
918
918
|
muted: !0
|
|
919
919
|
}, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
|
|
920
920
|
], 2)),
|
|
921
|
-
|
|
921
|
+
C(a)["card-label"] ? (s(), i("div", ia, [
|
|
922
922
|
_(c.$slots, "card-label")
|
|
923
|
-
])) :
|
|
924
|
-
c.variant === "product" ? (
|
|
923
|
+
])) : m("", !0),
|
|
924
|
+
c.variant === "product" ? (s(), i("h3", {
|
|
925
925
|
key: 3,
|
|
926
|
-
class:
|
|
926
|
+
class: h(c.theme === "dark" ? "regular-dark" : "regular-blue"),
|
|
927
927
|
style: { "font-weight": "700" }
|
|
928
|
-
}, n(c.headline), 3)) : (
|
|
928
|
+
}, n(c.headline), 3)) : (s(), i("h3", {
|
|
929
929
|
key: 4,
|
|
930
|
-
class:
|
|
930
|
+
class: h(c.theme === "dark" ? "regular-dark" : "regular-dark-blue")
|
|
931
931
|
}, n(c.headline), 3)),
|
|
932
|
-
c.variant === "product" ? (
|
|
932
|
+
c.variant === "product" ? (s(), i("p", ra, n(c.paragraph), 1)) : m("", !0)
|
|
933
933
|
], 38)
|
|
934
934
|
]));
|
|
935
935
|
}
|
|
936
|
-
}), da = /* @__PURE__ */ v(na, [["__scopeId", "data-v-c95ee545"]]), ca = (e) => (E("data-v-bc91c976"), e = e(), R(), e), ua = { class: "event__wrapper" }, _a = { class: "event__headline" },
|
|
936
|
+
}), da = /* @__PURE__ */ v(na, [["__scopeId", "data-v-c95ee545"]]), ca = (e) => (E("data-v-bc91c976"), e = e(), R(), e), ua = { class: "event__wrapper" }, _a = { class: "event__headline" }, pa = { class: "event__date-location" }, ha = /* @__PURE__ */ ca(() => /* @__PURE__ */ t("br", null, null, -1)), ma = { class: "event__exhibitor" }, va = /* @__PURE__ */ g({
|
|
937
937
|
__name: "event-card",
|
|
938
938
|
props: {
|
|
939
939
|
eventType: {
|
|
@@ -958,21 +958,21 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
958
958
|
}
|
|
959
959
|
},
|
|
960
960
|
setup(e) {
|
|
961
|
-
return (a, r) => (
|
|
962
|
-
|
|
961
|
+
return (a, r) => (s(), i("div", ua, [
|
|
962
|
+
w(G, {
|
|
963
963
|
"label-dark": !1,
|
|
964
964
|
text: e.eventType ? e.eventType : ""
|
|
965
965
|
}, null, 8, ["text"]),
|
|
966
966
|
t("div", _a, n(e.headline), 1),
|
|
967
|
-
t("div",
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
967
|
+
t("div", pa, [
|
|
968
|
+
K(n(e.dateTime), 1),
|
|
969
|
+
ha,
|
|
970
|
+
K(n(e.location), 1)
|
|
971
971
|
]),
|
|
972
972
|
t("div", ma, n(e.exhibitor), 1)
|
|
973
973
|
]));
|
|
974
974
|
}
|
|
975
|
-
}), fa = /* @__PURE__ */ v(va, [["__scopeId", "data-v-bc91c976"]]), ga = { class: "text__wrapper" }, ba = { class: "text__headline" }, ya = { class: "text__paragraph" }, $a = /* @__PURE__ */
|
|
975
|
+
}), fa = /* @__PURE__ */ v(va, [["__scopeId", "data-v-bc91c976"]]), ga = { class: "text__wrapper" }, ba = { class: "text__headline" }, ya = { class: "text__paragraph" }, $a = /* @__PURE__ */ g({
|
|
976
976
|
__name: "text-card",
|
|
977
977
|
props: {
|
|
978
978
|
label: {
|
|
@@ -989,8 +989,8 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
989
989
|
}
|
|
990
990
|
},
|
|
991
991
|
setup(e) {
|
|
992
|
-
return (a, r) => (
|
|
993
|
-
|
|
992
|
+
return (a, r) => (s(), i("div", ga, [
|
|
993
|
+
w(G, {
|
|
994
994
|
"label-dark": !1,
|
|
995
995
|
text: e.label ? e.label : ""
|
|
996
996
|
}, null, 8, ["text"]),
|
|
@@ -1000,10 +1000,10 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1000
1000
|
])
|
|
1001
1001
|
]));
|
|
1002
1002
|
}
|
|
1003
|
-
}), ka = /* @__PURE__ */ v($a, [["__scopeId", "data-v-ebdea819"]]), wa = { class: "facts__wrapper" },
|
|
1003
|
+
}), ka = /* @__PURE__ */ v($a, [["__scopeId", "data-v-ebdea819"]]), wa = { class: "facts__wrapper" }, Ba = { class: "facts__content" }, Sa = { class: "facts__headline" }, Ia = { class: "facts" }, qa = { class: "fact__value" }, Ta = { class: "fact__metric" }, La = {
|
|
1004
1004
|
key: 0,
|
|
1005
1005
|
class: "facts__link"
|
|
1006
|
-
}, Va = /* @__PURE__ */
|
|
1006
|
+
}, Va = /* @__PURE__ */ g({
|
|
1007
1007
|
__name: "facts",
|
|
1008
1008
|
props: {
|
|
1009
1009
|
headline: { default: "" },
|
|
@@ -1027,33 +1027,33 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1027
1027
|
}) }
|
|
1028
1028
|
},
|
|
1029
1029
|
setup(e) {
|
|
1030
|
-
return (a, r) => (
|
|
1031
|
-
t("div",
|
|
1032
|
-
t("h2",
|
|
1030
|
+
return (a, r) => (s(), i("div", wa, [
|
|
1031
|
+
t("div", Ba, [
|
|
1032
|
+
t("h2", Sa, n(a.headline), 1),
|
|
1033
1033
|
t("div", Ia, [
|
|
1034
|
-
(
|
|
1035
|
-
key:
|
|
1034
|
+
(s(!0), i(M, null, O(a.facts, (o) => (s(), i("div", {
|
|
1035
|
+
key: o.value + o.metric,
|
|
1036
1036
|
class: "fact"
|
|
1037
1037
|
}, [
|
|
1038
1038
|
t("div", qa, [
|
|
1039
|
-
t("span", null, n(
|
|
1039
|
+
t("span", null, n(o.value), 1)
|
|
1040
1040
|
]),
|
|
1041
|
-
t("div",
|
|
1042
|
-
t("span", null, n(
|
|
1041
|
+
t("div", Ta, [
|
|
1042
|
+
t("span", null, n(o.metric), 1)
|
|
1043
1043
|
])
|
|
1044
1044
|
]))), 128))
|
|
1045
1045
|
]),
|
|
1046
|
-
a.link ? (
|
|
1047
|
-
|
|
1046
|
+
a.link ? (s(), i("div", La, [
|
|
1047
|
+
w(A, {
|
|
1048
1048
|
"link-type": "regular_light",
|
|
1049
1049
|
arrow: ""
|
|
1050
1050
|
}, {
|
|
1051
|
-
default:
|
|
1051
|
+
default: k(() => [
|
|
1052
1052
|
_(a.$slots, "facts-link", {}, void 0, !0)
|
|
1053
1053
|
]),
|
|
1054
1054
|
_: 3
|
|
1055
1055
|
})
|
|
1056
|
-
])) :
|
|
1056
|
+
])) : m("", !0)
|
|
1057
1057
|
])
|
|
1058
1058
|
]));
|
|
1059
1059
|
}
|
|
@@ -1063,7 +1063,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1063
1063
|
}, Oa = {
|
|
1064
1064
|
key: 1,
|
|
1065
1065
|
class: "features__body"
|
|
1066
|
-
}, Pa = { class: "element__headline" }, Fa = { class: "element__body" }, Ea = /* @__PURE__ */
|
|
1066
|
+
}, Pa = { class: "element__headline" }, Fa = { class: "element__body" }, Ea = /* @__PURE__ */ g({
|
|
1067
1067
|
__name: "features",
|
|
1068
1068
|
props: {
|
|
1069
1069
|
headline: { default: "" },
|
|
@@ -1071,40 +1071,40 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1071
1071
|
elements: { default: () => [] }
|
|
1072
1072
|
},
|
|
1073
1073
|
setup(e) {
|
|
1074
|
-
return (a, r) => (
|
|
1074
|
+
return (a, r) => (s(), i("div", Aa, [
|
|
1075
1075
|
t("div", Da, [
|
|
1076
|
-
a.headline ? (
|
|
1076
|
+
a.headline ? (s(), i("div", Ma, [
|
|
1077
1077
|
t("h2", null, n(a.headline), 1)
|
|
1078
|
-
])) :
|
|
1079
|
-
a.body ? (
|
|
1078
|
+
])) : m("", !0),
|
|
1079
|
+
a.body ? (s(), i("div", Oa, [
|
|
1080
1080
|
t("p", null, n(a.body), 1)
|
|
1081
|
-
])) :
|
|
1081
|
+
])) : m("", !0),
|
|
1082
1082
|
t("div", {
|
|
1083
|
-
class:
|
|
1083
|
+
class: h(["features__elements", [a.elements.length === 6 ? "features__elements--grid-6" : ""]])
|
|
1084
1084
|
}, [
|
|
1085
|
-
(
|
|
1086
|
-
key:
|
|
1085
|
+
(s(!0), i(M, null, O(a.elements, (o) => (s(), i("div", {
|
|
1086
|
+
key: o.headline,
|
|
1087
1087
|
class: "features__element"
|
|
1088
1088
|
}, [
|
|
1089
|
-
|
|
1090
|
-
default:
|
|
1089
|
+
w(D, { class: "element__icon" }, {
|
|
1090
|
+
default: k(() => [
|
|
1091
1091
|
_(a.$slots, "features-icon", P(F({
|
|
1092
|
-
src:
|
|
1092
|
+
src: o.icon.src,
|
|
1093
1093
|
height: 30,
|
|
1094
1094
|
width: 30,
|
|
1095
|
-
alt:
|
|
1095
|
+
alt: o.icon.alt
|
|
1096
1096
|
})), void 0, !0)
|
|
1097
1097
|
]),
|
|
1098
1098
|
_: 2
|
|
1099
1099
|
}, 1024),
|
|
1100
|
-
t("p", Pa, n(
|
|
1101
|
-
t("p", Fa, n(
|
|
1100
|
+
t("p", Pa, n(o.headline), 1),
|
|
1101
|
+
t("p", Fa, n(o.body), 1)
|
|
1102
1102
|
]))), 128))
|
|
1103
1103
|
], 2)
|
|
1104
1104
|
])
|
|
1105
1105
|
]));
|
|
1106
1106
|
}
|
|
1107
|
-
}), Ra = /* @__PURE__ */ v(Ea, [["__scopeId", "data-v-1585e65f"]]), Na = { class: "form__wrapper" }, Ha = { class: "form__content" }, za = { class: "form__information" },
|
|
1107
|
+
}), Ra = /* @__PURE__ */ v(Ea, [["__scopeId", "data-v-1585e65f"]]), Na = { class: "form__wrapper" }, Ha = { class: "form__content" }, za = { class: "form__information" }, ja = { class: "form__headline" }, Ua = { class: "form__body" }, Ka = { class: "form__script" }, Ga = /* @__PURE__ */ g({
|
|
1108
1108
|
__name: "form-script",
|
|
1109
1109
|
props: {
|
|
1110
1110
|
headline: {
|
|
@@ -1113,21 +1113,21 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1113
1113
|
}
|
|
1114
1114
|
},
|
|
1115
1115
|
setup(e) {
|
|
1116
|
-
return (a, r) => (
|
|
1116
|
+
return (a, r) => (s(), i("div", Na, [
|
|
1117
1117
|
t("div", Ha, [
|
|
1118
1118
|
t("div", za, [
|
|
1119
|
-
t("h2",
|
|
1120
|
-
t("div",
|
|
1119
|
+
t("h2", ja, n(e.headline), 1),
|
|
1120
|
+
t("div", Ua, [
|
|
1121
1121
|
_(a.$slots, "form-body", {}, void 0, !0)
|
|
1122
1122
|
])
|
|
1123
1123
|
]),
|
|
1124
|
-
t("div",
|
|
1124
|
+
t("div", Ka, [
|
|
1125
1125
|
_(a.$slots, "form-script", {}, void 0, !0)
|
|
1126
1126
|
])
|
|
1127
1127
|
])
|
|
1128
1128
|
]));
|
|
1129
1129
|
}
|
|
1130
|
-
}), Wa = /* @__PURE__ */ v(Ga, [["__scopeId", "data-v-55d9c2fd"]]), Ya = { class: "image__wrapper" },
|
|
1130
|
+
}), Wa = /* @__PURE__ */ v(Ga, [["__scopeId", "data-v-55d9c2fd"]]), Ya = { class: "image__wrapper" }, Ja = { class: "image__content" }, Qa = { class: "image__image" }, Za = { class: "image__caption" }, Xa = /* @__PURE__ */ g({
|
|
1131
1131
|
inheritAttrs: !1,
|
|
1132
1132
|
__name: "image",
|
|
1133
1133
|
props: {
|
|
@@ -1146,17 +1146,17 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1146
1146
|
}
|
|
1147
1147
|
},
|
|
1148
1148
|
setup(e) {
|
|
1149
|
-
return (a, r) => (
|
|
1150
|
-
t("div",
|
|
1151
|
-
t("div",
|
|
1152
|
-
|
|
1153
|
-
default:
|
|
1149
|
+
return (a, r) => (s(), i("div", Ya, [
|
|
1150
|
+
t("div", Ja, [
|
|
1151
|
+
t("div", Qa, [
|
|
1152
|
+
w(D, null, {
|
|
1153
|
+
default: k(() => [
|
|
1154
1154
|
_(a.$slots, "image", P(F({ width: 984, height: 554, src: e.src, alt: e.alt })))
|
|
1155
1155
|
]),
|
|
1156
1156
|
_: 3
|
|
1157
1157
|
})
|
|
1158
1158
|
]),
|
|
1159
|
-
t("p",
|
|
1159
|
+
t("p", Za, n(e.caption), 1)
|
|
1160
1160
|
])
|
|
1161
1161
|
]));
|
|
1162
1162
|
}
|
|
@@ -1169,7 +1169,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1169
1169
|
}, ll = {
|
|
1170
1170
|
key: 0,
|
|
1171
1171
|
class: "body"
|
|
1172
|
-
}, ol = /* @__PURE__ */
|
|
1172
|
+
}, ol = /* @__PURE__ */ g({
|
|
1173
1173
|
__name: "image-gallery",
|
|
1174
1174
|
props: {
|
|
1175
1175
|
mediaLarge: {},
|
|
@@ -1185,35 +1185,35 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1185
1185
|
white: "",
|
|
1186
1186
|
light: "gallery__wrapper--light",
|
|
1187
1187
|
dark: "gallery__wrapper--dark mirsaic--dark"
|
|
1188
|
-
}, r = e,
|
|
1189
|
-
return (
|
|
1190
|
-
class:
|
|
1188
|
+
}, r = e, o = L(() => a[r.bgColor]);
|
|
1189
|
+
return (l, u) => (s(), i("div", {
|
|
1190
|
+
class: h(["gallery__wrapper", o.value])
|
|
1191
1191
|
}, [
|
|
1192
1192
|
t("div", {
|
|
1193
|
-
class:
|
|
1193
|
+
class: h([
|
|
1194
1194
|
"gallery__content",
|
|
1195
|
-
|
|
1195
|
+
l.flipHorizontal ? "gallery__content--reverse" : "gallery__content--default"
|
|
1196
1196
|
])
|
|
1197
1197
|
}, [
|
|
1198
1198
|
t("div", el, [
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
default:
|
|
1202
|
-
_(
|
|
1199
|
+
l.mediaLarge && l.mediaType === "image" ? (s(), i("div", tl, [
|
|
1200
|
+
w(D, null, {
|
|
1201
|
+
default: k(() => [
|
|
1202
|
+
_(l.$slots, "image-large", P(F({
|
|
1203
1203
|
width: 617,
|
|
1204
1204
|
height: 530,
|
|
1205
|
-
src:
|
|
1206
|
-
alt:
|
|
1205
|
+
src: l.mediaLarge.src,
|
|
1206
|
+
alt: l.mediaLarge.alt
|
|
1207
1207
|
})))
|
|
1208
1208
|
]),
|
|
1209
1209
|
_: 3
|
|
1210
1210
|
})
|
|
1211
|
-
])) :
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
src:
|
|
1211
|
+
])) : m("", !0),
|
|
1212
|
+
l.mediaLarge && l.mediaType === "video" ? (s(), i("div", al, [
|
|
1213
|
+
w(Y, {
|
|
1214
|
+
src: l.mediaLarge.src,
|
|
1215
1215
|
"local-video": "",
|
|
1216
|
-
"aria-label":
|
|
1216
|
+
"aria-label": l.mediaLarge.alt,
|
|
1217
1217
|
controls: !1,
|
|
1218
1218
|
height: "530",
|
|
1219
1219
|
width: "617",
|
|
@@ -1222,22 +1222,22 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1222
1222
|
muted: "",
|
|
1223
1223
|
play: ""
|
|
1224
1224
|
}, null, 8, ["src", "aria-label"])
|
|
1225
|
-
])) :
|
|
1225
|
+
])) : m("", !0)
|
|
1226
1226
|
]),
|
|
1227
1227
|
t("div", {
|
|
1228
|
-
style: ae([
|
|
1229
|
-
class:
|
|
1228
|
+
style: ae([l.mediaSmall.length === 2 ? "grid-gap: 38px;" : ""]),
|
|
1229
|
+
class: h([
|
|
1230
1230
|
"gallery__small",
|
|
1231
|
-
|
|
1231
|
+
l.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
|
|
1232
1232
|
])
|
|
1233
1233
|
}, [
|
|
1234
|
-
(
|
|
1234
|
+
(s(!0), i(M, null, O(l.mediaSmall, (c) => (s(), i("div", {
|
|
1235
1235
|
key: c.src + c.alt,
|
|
1236
1236
|
class: "image image--small"
|
|
1237
1237
|
}, [
|
|
1238
|
-
|
|
1239
|
-
default:
|
|
1240
|
-
_(
|
|
1238
|
+
w(D, null, {
|
|
1239
|
+
default: k(() => [
|
|
1240
|
+
_(l.$slots, "image-small", P(F({
|
|
1241
1241
|
width: 328,
|
|
1242
1242
|
height: 246,
|
|
1243
1243
|
src: c.src,
|
|
@@ -1247,14 +1247,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1247
1247
|
_: 2
|
|
1248
1248
|
}, 1024)
|
|
1249
1249
|
]))), 128)),
|
|
1250
|
-
|
|
1251
|
-
t("p", null, n(
|
|
1252
|
-
])) :
|
|
1250
|
+
l.mediaSmall.length < 2 ? (s(), i("div", ll, [
|
|
1251
|
+
t("p", null, n(l.body), 1)
|
|
1252
|
+
])) : m("", !0)
|
|
1253
1253
|
], 6)
|
|
1254
1254
|
], 2)
|
|
1255
1255
|
], 2));
|
|
1256
1256
|
}
|
|
1257
|
-
}), sl = /* @__PURE__ */ v(ol, [["__scopeId", "data-v-029495a0"]]), il = { class: "headline__wrapper" }, rl = { class: "headline__h1" }, nl = /* @__PURE__ */
|
|
1257
|
+
}), sl = /* @__PURE__ */ v(ol, [["__scopeId", "data-v-029495a0"]]), il = { class: "headline__wrapper" }, rl = { class: "headline__h1" }, nl = /* @__PURE__ */ g({
|
|
1258
1258
|
__name: "headline",
|
|
1259
1259
|
props: {
|
|
1260
1260
|
headline: {
|
|
@@ -1271,9 +1271,9 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1271
1271
|
}
|
|
1272
1272
|
},
|
|
1273
1273
|
setup(e) {
|
|
1274
|
-
return (a, r) => (
|
|
1274
|
+
return (a, r) => (s(), i("div", il, [
|
|
1275
1275
|
t("div", {
|
|
1276
|
-
class:
|
|
1276
|
+
class: h({
|
|
1277
1277
|
"headline__content--article-and-submenu": e.article && e.subMenu,
|
|
1278
1278
|
"headline__content--article": e.article && !e.subMenu,
|
|
1279
1279
|
"headline__content--default headline__content--submenu": !e.article && e.subMenu,
|
|
@@ -1284,7 +1284,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1284
1284
|
], 2)
|
|
1285
1285
|
]));
|
|
1286
1286
|
}
|
|
1287
|
-
}), dl = /* @__PURE__ */ v(nl, [["__scopeId", "data-v-080238bd"]]), cl = (e) => (E("data-v-22f9be13"), e = e(), R(), e), ul = { class: "hero__wrapper" }, _l = { class: "hero__content" },
|
|
1287
|
+
}), dl = /* @__PURE__ */ v(nl, [["__scopeId", "data-v-080238bd"]]), cl = (e) => (E("data-v-22f9be13"), e = e(), R(), e), ul = { class: "hero__wrapper" }, _l = { class: "hero__content" }, pl = { class: "hero__top" }, hl = { class: "hero__elements" }, ml = { class: "hero__headline" }, vl = { class: "hero__link" }, fl = { class: "hero__video" }, gl = /* @__PURE__ */ cl(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), bl = { class: "hero__video__video" }, yl = { class: "hero__image" }, $l = /* @__PURE__ */ g({
|
|
1288
1288
|
__name: "hero",
|
|
1289
1289
|
props: {
|
|
1290
1290
|
headline: {
|
|
@@ -1293,19 +1293,19 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1293
1293
|
}
|
|
1294
1294
|
},
|
|
1295
1295
|
setup(e) {
|
|
1296
|
-
return (a, r) => (
|
|
1296
|
+
return (a, r) => (s(), i("div", ul, [
|
|
1297
1297
|
t("div", _l, [
|
|
1298
|
-
t("div",
|
|
1299
|
-
t("div",
|
|
1298
|
+
t("div", pl, [
|
|
1299
|
+
t("div", hl, [
|
|
1300
1300
|
t("div", ml, [
|
|
1301
1301
|
t("h1", null, n(e.headline), 1)
|
|
1302
1302
|
]),
|
|
1303
1303
|
t("div", vl, [
|
|
1304
|
-
|
|
1304
|
+
w(A, {
|
|
1305
1305
|
"link-type": "regular_light",
|
|
1306
1306
|
arrow: ""
|
|
1307
1307
|
}, {
|
|
1308
|
-
default:
|
|
1308
|
+
default: k(() => [
|
|
1309
1309
|
_(a.$slots, "hero-link", {}, void 0, !0)
|
|
1310
1310
|
]),
|
|
1311
1311
|
_: 3
|
|
@@ -1325,10 +1325,10 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1325
1325
|
])
|
|
1326
1326
|
]));
|
|
1327
1327
|
}
|
|
1328
|
-
}), kl = /* @__PURE__ */ v($l, [["__scopeId", "data-v-22f9be13"]]), wl = { class: "logo-wall__wrapper" },
|
|
1328
|
+
}), kl = /* @__PURE__ */ v($l, [["__scopeId", "data-v-22f9be13"]]), wl = { class: "logo-wall__wrapper" }, Bl = { class: "logo-wall__content" }, Sl = {
|
|
1329
1329
|
key: 0,
|
|
1330
1330
|
class: "logo-wall__text"
|
|
1331
|
-
}, Il = { key: 0 }, ql = { key: 1 },
|
|
1331
|
+
}, Il = { key: 0 }, ql = { key: 1 }, Tl = { class: "logo-wall__logos" }, Ll = { class: "logo-wall__link" }, Vl = /* @__PURE__ */ g({
|
|
1332
1332
|
__name: "logo-wall",
|
|
1333
1333
|
props: {
|
|
1334
1334
|
headline: {
|
|
@@ -1346,36 +1346,36 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1346
1346
|
}
|
|
1347
1347
|
},
|
|
1348
1348
|
setup(e) {
|
|
1349
|
-
return (a, r) => (
|
|
1350
|
-
t("div",
|
|
1351
|
-
e.headline || e.body ? (
|
|
1352
|
-
e.headline ? (
|
|
1353
|
-
e.body ? (
|
|
1354
|
-
])) :
|
|
1355
|
-
t("div",
|
|
1356
|
-
(
|
|
1357
|
-
key:
|
|
1349
|
+
return (a, r) => (s(), i("div", wl, [
|
|
1350
|
+
t("div", Bl, [
|
|
1351
|
+
e.headline || e.body ? (s(), i("div", Sl, [
|
|
1352
|
+
e.headline ? (s(), i("h2", Il, n(e.headline), 1)) : m("", !0),
|
|
1353
|
+
e.body ? (s(), i("p", ql, n(e.body), 1)) : m("", !0)
|
|
1354
|
+
])) : m("", !0),
|
|
1355
|
+
t("div", Tl, [
|
|
1356
|
+
(s(!0), i(M, null, O(e.logos, (o) => (s(), i("div", {
|
|
1357
|
+
key: o.src + o.alt,
|
|
1358
1358
|
class: "logo-wall__logo"
|
|
1359
1359
|
}, [
|
|
1360
|
-
|
|
1361
|
-
default:
|
|
1360
|
+
w(D, null, {
|
|
1361
|
+
default: k(() => [
|
|
1362
1362
|
_(a.$slots, "logo-wall-logo", P(F({
|
|
1363
1363
|
width: 130,
|
|
1364
1364
|
height: 130,
|
|
1365
|
-
src:
|
|
1366
|
-
alt:
|
|
1365
|
+
src: o.src,
|
|
1366
|
+
alt: o.alt
|
|
1367
1367
|
})), void 0, !0)
|
|
1368
1368
|
]),
|
|
1369
1369
|
_: 2
|
|
1370
1370
|
}, 1024)
|
|
1371
1371
|
]))), 128))
|
|
1372
1372
|
]),
|
|
1373
|
-
t("div",
|
|
1374
|
-
|
|
1373
|
+
t("div", Ll, [
|
|
1374
|
+
w(A, {
|
|
1375
1375
|
"link-type": "regular_light",
|
|
1376
1376
|
arrow: !0
|
|
1377
1377
|
}, {
|
|
1378
|
-
default:
|
|
1378
|
+
default: k(() => [
|
|
1379
1379
|
_(a.$slots, "logo-wall-link", {}, void 0, !0)
|
|
1380
1380
|
]),
|
|
1381
1381
|
_: 3
|
|
@@ -1390,7 +1390,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1390
1390
|
}, Ml = {
|
|
1391
1391
|
key: 1,
|
|
1392
1392
|
class: "body"
|
|
1393
|
-
}, Ol = { class: "micro-stories__splide" }, Pl = /* @__PURE__ */
|
|
1393
|
+
}, Ol = { class: "micro-stories__splide" }, Pl = /* @__PURE__ */ g({
|
|
1394
1394
|
__name: "micro-stories",
|
|
1395
1395
|
props: {
|
|
1396
1396
|
bgColor: { default: "blue" },
|
|
@@ -1402,36 +1402,36 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ f({
|
|
|
1402
1402
|
white: "micro-stories__wrapper--white",
|
|
1403
1403
|
blue: "micro-stories__wrapper--blue",
|
|
1404
1404
|
dark: "micro-stories__wrapper--dark"
|
|
1405
|
-
}, r =
|
|
1406
|
-
return (
|
|
1407
|
-
class:
|
|
1405
|
+
}, r = L(() => a[o.bgColor]), o = e;
|
|
1406
|
+
return (l, u) => (s(), i("div", {
|
|
1407
|
+
class: h(["micro-stories__wrapper", r.value])
|
|
1408
1408
|
}, [
|
|
1409
1409
|
t("div", Al, [
|
|
1410
|
-
|
|
1411
|
-
t("h2", null, n(
|
|
1412
|
-
])) :
|
|
1413
|
-
|
|
1414
|
-
t("p", null, n(
|
|
1415
|
-
])) :
|
|
1410
|
+
l.headline ? (s(), i("div", Dl, [
|
|
1411
|
+
t("h2", null, n(l.headline), 1)
|
|
1412
|
+
])) : m("", !0),
|
|
1413
|
+
l.body ? (s(), i("div", Ml, [
|
|
1414
|
+
t("p", null, n(l.body), 1)
|
|
1415
|
+
])) : m("", !0)
|
|
1416
1416
|
]),
|
|
1417
1417
|
t("div", Ol, [
|
|
1418
|
-
_(
|
|
1418
|
+
_(l.$slots, "micro-stories-slides")
|
|
1419
1419
|
]),
|
|
1420
|
-
_(
|
|
1420
|
+
_(l.$slots, "micro-stories-controls")
|
|
1421
1421
|
], 2));
|
|
1422
1422
|
}
|
|
1423
1423
|
}), Fl = {}, El = { class: "policy__wrapper" }, Rl = { class: "policy__content" };
|
|
1424
1424
|
function Nl(e, a) {
|
|
1425
|
-
return
|
|
1425
|
+
return s(), i("div", El, [
|
|
1426
1426
|
t("div", Rl, [
|
|
1427
1427
|
_(e.$slots, "default", {}, void 0, !0)
|
|
1428
1428
|
])
|
|
1429
1429
|
]);
|
|
1430
1430
|
}
|
|
1431
|
-
const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b"]]), zl = { class: "card-display__wrapper" },
|
|
1431
|
+
const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b"]]), zl = { class: "card-display__wrapper" }, jl = {
|
|
1432
1432
|
key: 0,
|
|
1433
1433
|
class: "card__content"
|
|
1434
|
-
},
|
|
1434
|
+
}, Ul = { key: 0 }, Kl = { key: 1 }, Gl = { class: "card__cards" }, Wl = /* @__PURE__ */ g({
|
|
1435
1435
|
__name: "card-display",
|
|
1436
1436
|
props: {
|
|
1437
1437
|
headline: {
|
|
@@ -1448,24 +1448,24 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1448
1448
|
}
|
|
1449
1449
|
},
|
|
1450
1450
|
setup(e) {
|
|
1451
|
-
return (a, r) => (
|
|
1452
|
-
class:
|
|
1451
|
+
return (a, r) => (s(), i("div", {
|
|
1452
|
+
class: h([
|
|
1453
1453
|
"card-display",
|
|
1454
1454
|
e.bgColor === "blue" ? "card-display--blue" : "card-display--white"
|
|
1455
1455
|
])
|
|
1456
1456
|
}, [
|
|
1457
1457
|
t("div", zl, [
|
|
1458
|
-
e.headline || e.paragraph ? (
|
|
1459
|
-
e.headline ? (
|
|
1460
|
-
e.paragraph ? (
|
|
1461
|
-
])) :
|
|
1458
|
+
e.headline || e.paragraph ? (s(), i("div", jl, [
|
|
1459
|
+
e.headline ? (s(), i("h2", Ul, n(e.headline), 1)) : m("", !0),
|
|
1460
|
+
e.paragraph ? (s(), i("p", Kl, n(e.paragraph), 1)) : m("", !0)
|
|
1461
|
+
])) : m("", !0),
|
|
1462
1462
|
t("div", Gl, [
|
|
1463
1463
|
_(a.$slots, "card-display-cards", {}, void 0, !0)
|
|
1464
1464
|
])
|
|
1465
1465
|
])
|
|
1466
1466
|
], 2));
|
|
1467
1467
|
}
|
|
1468
|
-
}), Yl = /* @__PURE__ */ v(Wl, [["__scopeId", "data-v-183dcee5"]]),
|
|
1468
|
+
}), Yl = /* @__PURE__ */ v(Wl, [["__scopeId", "data-v-183dcee5"]]), Jl = { class: "promo__content" }, Ql = /* @__PURE__ */ g({
|
|
1469
1469
|
__name: "promo",
|
|
1470
1470
|
props: {
|
|
1471
1471
|
label: { default: "" },
|
|
@@ -1485,92 +1485,92 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1485
1485
|
dark: "promo__wrapper--dark",
|
|
1486
1486
|
light: "promo__wrapper--light",
|
|
1487
1487
|
default: "promo__wrapper--default"
|
|
1488
|
-
}, r = e,
|
|
1489
|
-
return (
|
|
1490
|
-
class:
|
|
1488
|
+
}, r = e, o = L(() => a[r.variant]);
|
|
1489
|
+
return (l, u) => (s(), i("div", {
|
|
1490
|
+
class: h([
|
|
1491
1491
|
"promo__wrapper",
|
|
1492
|
-
|
|
1493
|
-
|
|
1492
|
+
o.value,
|
|
1493
|
+
l.teaser ? "promo__wrapper--teaser" : ""
|
|
1494
1494
|
])
|
|
1495
1495
|
}, [
|
|
1496
|
-
t("div",
|
|
1497
|
-
|
|
1496
|
+
t("div", Jl, [
|
|
1497
|
+
l.mediaType === "image" ? (s(), i("div", {
|
|
1498
1498
|
key: 0,
|
|
1499
|
-
class:
|
|
1499
|
+
class: h([
|
|
1500
1500
|
"promo__image",
|
|
1501
|
-
|
|
1501
|
+
l.reverse ? "promo__image--reverse" : "promo__image--default"
|
|
1502
1502
|
])
|
|
1503
1503
|
}, [
|
|
1504
|
-
|
|
1505
|
-
default:
|
|
1506
|
-
_(
|
|
1504
|
+
w(D, null, {
|
|
1505
|
+
default: k(() => [
|
|
1506
|
+
_(l.$slots, "promo-image", P(F({ src: l.src, width: 1920, alt: l.alt, height: 1080 })))
|
|
1507
1507
|
]),
|
|
1508
1508
|
_: 3
|
|
1509
1509
|
})
|
|
1510
|
-
], 2)) :
|
|
1511
|
-
|
|
1510
|
+
], 2)) : m("", !0),
|
|
1511
|
+
l.mediaType === "video" ? (s(), i("div", {
|
|
1512
1512
|
key: 1,
|
|
1513
|
-
class:
|
|
1513
|
+
class: h([
|
|
1514
1514
|
"promo__video",
|
|
1515
|
-
|
|
1515
|
+
l.reverse ? "promo__video--reverse" : "promo__video--default"
|
|
1516
1516
|
])
|
|
1517
1517
|
}, [
|
|
1518
|
-
|
|
1519
|
-
src:
|
|
1518
|
+
w(Y, {
|
|
1519
|
+
src: l.src,
|
|
1520
1520
|
"local-video": "",
|
|
1521
|
-
"aria-label":
|
|
1521
|
+
"aria-label": l.alt,
|
|
1522
1522
|
controls: !1,
|
|
1523
1523
|
autoplay: "",
|
|
1524
1524
|
loop: "",
|
|
1525
1525
|
muted: "",
|
|
1526
1526
|
play: "",
|
|
1527
|
-
poster:
|
|
1527
|
+
poster: l.fallbackImage
|
|
1528
1528
|
}, null, 8, ["src", "aria-label", "poster"])
|
|
1529
|
-
], 2)) :
|
|
1529
|
+
], 2)) : m("", !0),
|
|
1530
1530
|
t("div", {
|
|
1531
|
-
class:
|
|
1531
|
+
class: h([
|
|
1532
1532
|
"promo__text",
|
|
1533
|
-
|
|
1533
|
+
l.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
1534
1534
|
])
|
|
1535
1535
|
}, [
|
|
1536
|
-
|
|
1536
|
+
l.label ? (s(), V(G, {
|
|
1537
1537
|
key: 0,
|
|
1538
|
-
text:
|
|
1539
|
-
"label-dark":
|
|
1540
|
-
}, null, 8, ["text", "label-dark"])) :
|
|
1538
|
+
text: l.label,
|
|
1539
|
+
"label-dark": l.variant === "dark"
|
|
1540
|
+
}, null, 8, ["text", "label-dark"])) : m("", !0),
|
|
1541
1541
|
t("div", {
|
|
1542
|
-
class:
|
|
1542
|
+
class: h([
|
|
1543
1543
|
"promo__title",
|
|
1544
|
-
|
|
1544
|
+
l.variant === "dark" ? "promo__title--dark" : ""
|
|
1545
1545
|
])
|
|
1546
|
-
}, n(
|
|
1547
|
-
|
|
1546
|
+
}, n(l.headline), 3),
|
|
1547
|
+
l.linkType === "link" ? (s(), V(A, {
|
|
1548
1548
|
key: 1,
|
|
1549
|
-
"link-type":
|
|
1549
|
+
"link-type": l.variant === "dark" ? "regular_dark" : (l.variant === "light", "regular_light"),
|
|
1550
1550
|
arrow: ""
|
|
1551
1551
|
}, {
|
|
1552
|
-
default:
|
|
1553
|
-
_(
|
|
1552
|
+
default: k(() => [
|
|
1553
|
+
_(l.$slots, "promo-link")
|
|
1554
1554
|
]),
|
|
1555
1555
|
_: 3
|
|
1556
|
-
}, 8, ["link-type"])) :
|
|
1557
|
-
|
|
1556
|
+
}, 8, ["link-type"])) : m("", !0),
|
|
1557
|
+
l.linkType === "button" ? (s(), V(A, {
|
|
1558
1558
|
key: 2,
|
|
1559
|
-
"link-type":
|
|
1559
|
+
"link-type": l.variant === "dark" ? "secondary_dark" : (l.variant === "light", "secondary")
|
|
1560
1560
|
}, {
|
|
1561
|
-
default:
|
|
1562
|
-
_(
|
|
1561
|
+
default: k(() => [
|
|
1562
|
+
_(l.$slots, "promo-link")
|
|
1563
1563
|
]),
|
|
1564
1564
|
_: 3
|
|
1565
|
-
}, 8, ["link-type"])) :
|
|
1565
|
+
}, 8, ["link-type"])) : m("", !0)
|
|
1566
1566
|
], 2)
|
|
1567
1567
|
])
|
|
1568
1568
|
], 2));
|
|
1569
1569
|
}
|
|
1570
|
-
}),
|
|
1570
|
+
}), Zl = /* @__PURE__ */ v(Ql, [["__scopeId", "data-v-7e80a0f0"]]), Xl = (e) => (E("data-v-e3cc8e27"), e = e(), R(), e), xl = { class: "quote__wrapper" }, eo = { class: "quote__content" }, to = /* @__PURE__ */ Xl(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), ao = { class: "quote__quote" }, lo = { class: "quote__quote-text" }, oo = { class: "quote__author" }, so = {
|
|
1571
1571
|
key: 0,
|
|
1572
1572
|
class: "quote__image"
|
|
1573
|
-
}, io = { class: "quote__text" }, ro = { class: "quote__author-name" }, no = { class: "quote__author-title" }, co = /* @__PURE__ */
|
|
1573
|
+
}, io = { class: "quote__text" }, ro = { class: "quote__author-name" }, no = { class: "quote__author-title" }, co = /* @__PURE__ */ g({
|
|
1574
1574
|
__name: "quote",
|
|
1575
1575
|
props: {
|
|
1576
1576
|
quote: {
|
|
@@ -1592,15 +1592,15 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1592
1592
|
}
|
|
1593
1593
|
},
|
|
1594
1594
|
setup(e) {
|
|
1595
|
-
return (a, r) => (
|
|
1595
|
+
return (a, r) => (s(), i("div", xl, [
|
|
1596
1596
|
t("div", eo, [
|
|
1597
1597
|
to,
|
|
1598
1598
|
t("div", ao, [
|
|
1599
1599
|
t("p", lo, n(e.quote), 1),
|
|
1600
1600
|
t("div", oo, [
|
|
1601
|
-
e.authorImage ? (
|
|
1602
|
-
|
|
1603
|
-
default:
|
|
1601
|
+
e.authorImage ? (s(), i("div", so, [
|
|
1602
|
+
w(D, null, {
|
|
1603
|
+
default: k(() => [
|
|
1604
1604
|
_(a.$slots, "author-image", P(F({
|
|
1605
1605
|
src: e.authorImage + "/m/100x100",
|
|
1606
1606
|
width: 60,
|
|
@@ -1609,7 +1609,7 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1609
1609
|
]),
|
|
1610
1610
|
_: 3
|
|
1611
1611
|
})
|
|
1612
|
-
])) :
|
|
1612
|
+
])) : m("", !0),
|
|
1613
1613
|
t("div", io, [
|
|
1614
1614
|
t("p", ro, n(e.author), 1),
|
|
1615
1615
|
t("p", no, n(e.authorTitle), 1)
|
|
@@ -1619,13 +1619,13 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1619
1619
|
])
|
|
1620
1620
|
]));
|
|
1621
1621
|
}
|
|
1622
|
-
}), uo = /* @__PURE__ */ v(co, [["__scopeId", "data-v-e3cc8e27"]]), _o = { class: "rich-text__wrapper" },
|
|
1622
|
+
}), uo = /* @__PURE__ */ v(co, [["__scopeId", "data-v-e3cc8e27"]]), _o = { class: "rich-text__wrapper" }, po = {
|
|
1623
1623
|
key: 0,
|
|
1624
1624
|
class: "rich-text__links"
|
|
1625
|
-
},
|
|
1625
|
+
}, ho = {
|
|
1626
1626
|
key: 0,
|
|
1627
1627
|
class: "rich-text__bullet-list"
|
|
1628
|
-
}, mo = /* @__PURE__ */
|
|
1628
|
+
}, mo = /* @__PURE__ */ g({
|
|
1629
1629
|
__name: "rich-text",
|
|
1630
1630
|
props: {
|
|
1631
1631
|
headline: { default: "" },
|
|
@@ -1638,66 +1638,66 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
|
|
|
1638
1638
|
label: { default: "" }
|
|
1639
1639
|
},
|
|
1640
1640
|
setup(e) {
|
|
1641
|
-
return (a, r) => (
|
|
1642
|
-
class:
|
|
1641
|
+
return (a, r) => (s(), i("div", {
|
|
1642
|
+
class: h([
|
|
1643
1643
|
"rich-text",
|
|
1644
1644
|
a.bgColor === "blue" ? "rich-text--blue" : "rich-text--white"
|
|
1645
1645
|
])
|
|
1646
1646
|
}, [
|
|
1647
1647
|
t("div", _o, [
|
|
1648
|
-
a.label ? (
|
|
1648
|
+
a.label ? (s(), V(G, {
|
|
1649
1649
|
key: 0,
|
|
1650
1650
|
text: a.label,
|
|
1651
1651
|
"label-dark": !1
|
|
1652
|
-
}, null, 8, ["text"])) :
|
|
1653
|
-
a.headline ? (
|
|
1652
|
+
}, null, 8, ["text"])) : m("", !0),
|
|
1653
|
+
a.headline ? (s(), i("h2", {
|
|
1654
1654
|
key: 1,
|
|
1655
|
-
class:
|
|
1655
|
+
class: h([
|
|
1656
1656
|
"rich-text__headline",
|
|
1657
1657
|
a.leftAligned || a.bulletList || a.image ? "rich-text__headline--left-aligned" : "rich-text__headline--centered"
|
|
1658
1658
|
])
|
|
1659
|
-
}, n(a.headline), 3)) :
|
|
1659
|
+
}, n(a.headline), 3)) : m("", !0),
|
|
1660
1660
|
t("div", {
|
|
1661
|
-
class:
|
|
1661
|
+
class: h([
|
|
1662
1662
|
"rich-text__content",
|
|
1663
1663
|
a.leftAligned || a.bulletList || a.image ? "rich-text__content--left-aligned" : "rich-text__content--centered"
|
|
1664
1664
|
])
|
|
1665
1665
|
}, [
|
|
1666
1666
|
t("div", {
|
|
1667
|
-
class:
|
|
1667
|
+
class: h([
|
|
1668
1668
|
"rich-text__body",
|
|
1669
1669
|
a.bulletList || a.image ? "rich-text__body--content-right" : ""
|
|
1670
1670
|
])
|
|
1671
1671
|
}, [
|
|
1672
1672
|
_(a.$slots, "rich-text-content"),
|
|
1673
|
-
a.links ? (
|
|
1673
|
+
a.links ? (s(), i("div", po, [
|
|
1674
1674
|
_(a.$slots, "rich-text-links")
|
|
1675
|
-
])) :
|
|
1675
|
+
])) : m("", !0)
|
|
1676
1676
|
], 2),
|
|
1677
|
-
a.bulletList ? (
|
|
1677
|
+
a.bulletList ? (s(), i("div", ho, [
|
|
1678
1678
|
_(a.$slots, "rich-text-bullet-list")
|
|
1679
|
-
])) :
|
|
1680
|
-
a.image ? (
|
|
1679
|
+
])) : m("", !0),
|
|
1680
|
+
a.image ? (s(), i("div", {
|
|
1681
1681
|
key: 1,
|
|
1682
|
-
class:
|
|
1682
|
+
class: h([
|
|
1683
1683
|
"rich-text__image",
|
|
1684
1684
|
a.imageClip ? "rich-text__image--clip" : ""
|
|
1685
1685
|
])
|
|
1686
1686
|
}, [
|
|
1687
|
-
|
|
1688
|
-
default:
|
|
1687
|
+
w(D, null, {
|
|
1688
|
+
default: k(() => [
|
|
1689
1689
|
_(a.$slots, "rich-text-image", P(F({ width: 865, height: 307 })))
|
|
1690
1690
|
]),
|
|
1691
1691
|
_: 3
|
|
1692
1692
|
})
|
|
1693
|
-
], 2)) :
|
|
1693
|
+
], 2)) : m("", !0)
|
|
1694
1694
|
], 2)
|
|
1695
1695
|
])
|
|
1696
1696
|
], 2));
|
|
1697
1697
|
}
|
|
1698
1698
|
}), vo = /* @__PURE__ */ v(mo, [["__scopeId", "data-v-7bcde564"]]), fo = {}, go = { class: "rich-text" }, bo = { class: "rich-text__wrapper" }, yo = { class: "rich-text__content rich-text__content--left-aligned" }, $o = { class: "rich-text__body" };
|
|
1699
1699
|
function ko(e, a) {
|
|
1700
|
-
return
|
|
1700
|
+
return s(), i("div", go, [
|
|
1701
1701
|
t("div", bo, [
|
|
1702
1702
|
t("div", yo, [
|
|
1703
1703
|
t("div", $o, [
|
|
@@ -1712,10 +1712,10 @@ function ko(e, a) {
|
|
|
1712
1712
|
])
|
|
1713
1713
|
]);
|
|
1714
1714
|
}
|
|
1715
|
-
const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4"]]),
|
|
1715
|
+
const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4"]]), Bo = (e) => (E("data-v-78d319df"), e = e(), R(), e), So = { class: "timeline__wrapper" }, Io = { class: "timeline__content" }, qo = { class: "timeline__items" }, To = { class: "item__left" }, Lo = /* @__PURE__ */ Bo(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
|
|
1716
1716
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
1717
1717
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
1718
|
-
], -1)), Vo = { class: "item__right" }, Co = ["innerHTML"], Ao = /* @__PURE__ */
|
|
1718
|
+
], -1)), Vo = { class: "item__right" }, Co = ["innerHTML"], Ao = /* @__PURE__ */ g({
|
|
1719
1719
|
__name: "timeline",
|
|
1720
1720
|
props: {
|
|
1721
1721
|
timelineItems: {
|
|
@@ -1726,38 +1726,38 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1726
1726
|
setup(e) {
|
|
1727
1727
|
return ce(() => {
|
|
1728
1728
|
const a = document.querySelectorAll(".timeline__item"), r = new IntersectionObserver(
|
|
1729
|
-
(
|
|
1730
|
-
|
|
1731
|
-
|
|
1729
|
+
(o) => {
|
|
1730
|
+
o.forEach((l) => {
|
|
1731
|
+
l.isIntersecting && (l.target.classList.add("visible"), l.target.classList.remove("faded"), r.unobserve(l.target));
|
|
1732
1732
|
});
|
|
1733
1733
|
},
|
|
1734
1734
|
{
|
|
1735
1735
|
threshold: 1
|
|
1736
1736
|
}
|
|
1737
1737
|
);
|
|
1738
|
-
a.forEach((
|
|
1739
|
-
r.observe(
|
|
1738
|
+
a.forEach((o) => {
|
|
1739
|
+
r.observe(o);
|
|
1740
1740
|
});
|
|
1741
|
-
}), (a, r) => (
|
|
1741
|
+
}), (a, r) => (s(), i("div", So, [
|
|
1742
1742
|
t("div", Io, [
|
|
1743
1743
|
t("div", qo, [
|
|
1744
|
-
(
|
|
1745
|
-
key:
|
|
1744
|
+
(s(!0), i(M, null, O(e.timelineItems, (o) => (s(), i("div", {
|
|
1745
|
+
key: o.year,
|
|
1746
1746
|
class: "timeline__item faded"
|
|
1747
1747
|
}, [
|
|
1748
|
-
t("div",
|
|
1749
|
-
|
|
1748
|
+
t("div", To, n(o.year), 1),
|
|
1749
|
+
Lo,
|
|
1750
1750
|
t("div", Vo, [
|
|
1751
|
-
|
|
1752
|
-
default:
|
|
1753
|
-
|
|
1751
|
+
w(D, null, {
|
|
1752
|
+
default: k(() => [
|
|
1753
|
+
o.media.type === "image" ? _(a.$slots, "timeline-image", P(te({ key: 0 }, { src: o.media.src, alt: o.media.alt })), void 0, !0) : m("", !0)
|
|
1754
1754
|
]),
|
|
1755
1755
|
_: 2
|
|
1756
1756
|
}, 1024),
|
|
1757
1757
|
t("div", {
|
|
1758
|
-
style: ae([
|
|
1758
|
+
style: ae([o.media.type === "none" ? "margin-top: 0px" : ""]),
|
|
1759
1759
|
class: "rich-text",
|
|
1760
|
-
innerHTML:
|
|
1760
|
+
innerHTML: o.text
|
|
1761
1761
|
}, null, 12, Co)
|
|
1762
1762
|
])
|
|
1763
1763
|
]))), 128))
|
|
@@ -1771,7 +1771,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1771
1771
|
}, Fo = {
|
|
1772
1772
|
key: 1,
|
|
1773
1773
|
class: "vimeo__description"
|
|
1774
|
-
}, Eo = /* @__PURE__ */
|
|
1774
|
+
}, Eo = /* @__PURE__ */ g({
|
|
1775
1775
|
__name: "vimeo",
|
|
1776
1776
|
props: {
|
|
1777
1777
|
headline: {
|
|
@@ -1784,15 +1784,15 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1784
1784
|
}
|
|
1785
1785
|
},
|
|
1786
1786
|
setup(e) {
|
|
1787
|
-
return (a, r) => (
|
|
1787
|
+
return (a, r) => (s(), i("div", Mo, [
|
|
1788
1788
|
t("div", Oo, [
|
|
1789
|
-
e.headline ? (
|
|
1789
|
+
e.headline ? (s(), i("h2", Po, n(e.headline), 1)) : m("", !0),
|
|
1790
1790
|
_(a.$slots, "vimeo-content", {}, void 0, !0),
|
|
1791
|
-
e.description ? (
|
|
1791
|
+
e.description ? (s(), i("p", Fo, n(e.description), 1)) : m("", !0)
|
|
1792
1792
|
])
|
|
1793
1793
|
]));
|
|
1794
1794
|
}
|
|
1795
|
-
}), Ro = /* @__PURE__ */ v(Eo, [["__scopeId", "data-v-599c68c7"]]), No = { class: "not-found__wrapper" }, Ho = { class: "not-found__content" }, zo = { class: "not-found__headline" },
|
|
1795
|
+
}), Ro = /* @__PURE__ */ v(Eo, [["__scopeId", "data-v-599c68c7"]]), No = { class: "not-found__wrapper" }, Ho = { class: "not-found__content" }, zo = { class: "not-found__headline" }, jo = { class: "not-found__body" }, Uo = /* @__PURE__ */ g({
|
|
1796
1796
|
__name: "404",
|
|
1797
1797
|
props: {
|
|
1798
1798
|
headline: {
|
|
@@ -1801,16 +1801,16 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1801
1801
|
}
|
|
1802
1802
|
},
|
|
1803
1803
|
setup(e) {
|
|
1804
|
-
return (a, r) => (
|
|
1804
|
+
return (a, r) => (s(), i("div", No, [
|
|
1805
1805
|
t("div", Ho, [
|
|
1806
1806
|
t("h1", zo, n(e.headline), 1),
|
|
1807
|
-
t("div",
|
|
1807
|
+
t("div", jo, [
|
|
1808
1808
|
_(a.$slots, "not-found-body", {}, void 0, !0)
|
|
1809
1809
|
])
|
|
1810
1810
|
])
|
|
1811
1811
|
]));
|
|
1812
1812
|
}
|
|
1813
|
-
}),
|
|
1813
|
+
}), Ko = /* @__PURE__ */ v(Uo, [["__scopeId", "data-v-b829ca6c"]]), Go = { class: "filter__wrapper" }, Wo = { class: "filter__content" }, Yo = { class: "filter__dropdowns" }, Jo = { class: "filter__chips" }, Qo = /* @__PURE__ */ g({
|
|
1814
1814
|
__name: "filter",
|
|
1815
1815
|
props: {
|
|
1816
1816
|
hasChips: {
|
|
@@ -1824,23 +1824,23 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1824
1824
|
},
|
|
1825
1825
|
emits: ["clearFilters"],
|
|
1826
1826
|
setup(e) {
|
|
1827
|
-
return (a, r) => (
|
|
1827
|
+
return (a, r) => (s(), i("div", Go, [
|
|
1828
1828
|
t("div", Wo, [
|
|
1829
1829
|
t("div", Yo, [
|
|
1830
1830
|
_(a.$slots, "filter-dropdowns")
|
|
1831
1831
|
]),
|
|
1832
|
-
t("div",
|
|
1832
|
+
t("div", Jo, [
|
|
1833
1833
|
_(a.$slots, "filter-chips"),
|
|
1834
|
-
e.hasChips ? (
|
|
1834
|
+
e.hasChips ? (s(), i("button", {
|
|
1835
1835
|
key: 0,
|
|
1836
1836
|
class: "filter__clear",
|
|
1837
|
-
onClick: r[0] || (r[0] = (
|
|
1838
|
-
}, n(e.removeAll), 1)) :
|
|
1837
|
+
onClick: r[0] || (r[0] = (o) => a.$emit("clearFilters"))
|
|
1838
|
+
}, n(e.removeAll), 1)) : m("", !0)
|
|
1839
1839
|
])
|
|
1840
1840
|
])
|
|
1841
1841
|
]));
|
|
1842
1842
|
}
|
|
1843
|
-
}),
|
|
1843
|
+
}), Zo = /* @__PURE__ */ v(Qo, [["__scopeId", "data-v-31c1ba00"]]), z = (e) => (E("data-v-5258b418"), e = e(), R(), e), Xo = { class: "footer__wrapper" }, xo = { class: "footer__content" }, es = { class: "footer__sections" }, ts = { class: "section__title" }, as = { class: "section__list" }, ls = { class: "section" }, os = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), ss = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), is = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), rs = /* @__PURE__ */ z(() => /* @__PURE__ */ t("br", null, null, -1)), ns = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), ds = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), cs = { class: "footer__bottom" }, us = { class: "copyright" }, _s = { class: "footer__policy" }, ps = /* @__PURE__ */ z(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), hs = { class: "footer__social" }, ms = ["href", "aria-label"], vs = /* @__PURE__ */ g({
|
|
1844
1844
|
__name: "footer",
|
|
1845
1845
|
props: {
|
|
1846
1846
|
footerSections: { default: () => [] },
|
|
@@ -1851,18 +1851,18 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1851
1851
|
},
|
|
1852
1852
|
emits: ["changeRegionClicked"],
|
|
1853
1853
|
setup(e) {
|
|
1854
|
-
return (a, r) => (
|
|
1854
|
+
return (a, r) => (s(), i("div", Xo, [
|
|
1855
1855
|
t("footer", xo, [
|
|
1856
1856
|
t("div", es, [
|
|
1857
|
-
(
|
|
1858
|
-
key:
|
|
1857
|
+
(s(!0), i(M, null, O(a.footerSections, (o) => (s(), i("div", {
|
|
1858
|
+
key: o.title,
|
|
1859
1859
|
class: "section"
|
|
1860
1860
|
}, [
|
|
1861
|
-
t("span", ts, n(
|
|
1861
|
+
t("span", ts, n(o.title), 1),
|
|
1862
1862
|
t("nav", null, [
|
|
1863
1863
|
t("ul", as, [
|
|
1864
1864
|
_(a.$slots, "section-links", {
|
|
1865
|
-
links:
|
|
1865
|
+
links: o.links
|
|
1866
1866
|
})
|
|
1867
1867
|
])
|
|
1868
1868
|
])
|
|
@@ -1873,22 +1873,22 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1873
1873
|
ss,
|
|
1874
1874
|
is,
|
|
1875
1875
|
rs,
|
|
1876
|
-
|
|
1876
|
+
w(A, {
|
|
1877
1877
|
class: "footer__contact",
|
|
1878
1878
|
"link-type": "regular_light",
|
|
1879
1879
|
underline: "false"
|
|
1880
1880
|
}, {
|
|
1881
|
-
default:
|
|
1881
|
+
default: k(() => [
|
|
1882
1882
|
ns
|
|
1883
1883
|
]),
|
|
1884
1884
|
_: 1
|
|
1885
1885
|
}),
|
|
1886
|
-
|
|
1886
|
+
w(A, {
|
|
1887
1887
|
class: "footer__contact",
|
|
1888
1888
|
"link-type": "regular_light",
|
|
1889
1889
|
underline: "false"
|
|
1890
1890
|
}, {
|
|
1891
|
-
default:
|
|
1891
|
+
default: k(() => [
|
|
1892
1892
|
ds
|
|
1893
1893
|
]),
|
|
1894
1894
|
_: 1
|
|
@@ -1901,31 +1901,31 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1901
1901
|
t("div", _s, [
|
|
1902
1902
|
t("button", {
|
|
1903
1903
|
class: "footer__language-switcher",
|
|
1904
|
-
onClick: r[0] || (r[0] = (
|
|
1904
|
+
onClick: r[0] || (r[0] = (o) => a.$emit("changeRegionClicked"))
|
|
1905
1905
|
}, [
|
|
1906
1906
|
t("span", null, [
|
|
1907
|
-
|
|
1908
|
-
|
|
1907
|
+
ps,
|
|
1908
|
+
K(n(a.changeRegion), 1)
|
|
1909
1909
|
])
|
|
1910
1910
|
]),
|
|
1911
1911
|
_(a.$slots, "footer-privacy-link"),
|
|
1912
1912
|
_(a.$slots, "footer-cookie-link")
|
|
1913
1913
|
]),
|
|
1914
|
-
t("div",
|
|
1915
|
-
(
|
|
1916
|
-
key:
|
|
1914
|
+
t("div", hs, [
|
|
1915
|
+
(s(!0), i(M, null, O(a.socialMedia, (o) => (s(), V(A, {
|
|
1916
|
+
key: o.title,
|
|
1917
1917
|
underline: "false",
|
|
1918
1918
|
"link-type": "regular"
|
|
1919
1919
|
}, {
|
|
1920
|
-
default:
|
|
1920
|
+
default: k(() => [
|
|
1921
1921
|
t("a", {
|
|
1922
|
-
href:
|
|
1923
|
-
"aria-label":
|
|
1922
|
+
href: o.url,
|
|
1923
|
+
"aria-label": o.title
|
|
1924
1924
|
}, [
|
|
1925
1925
|
t("i", {
|
|
1926
1926
|
width: "19",
|
|
1927
1927
|
height: "14",
|
|
1928
|
-
class:
|
|
1928
|
+
class: h(["footer__social--icon", [o.title ? "bg-" + o.title : ""]])
|
|
1929
1929
|
}, null, 2)
|
|
1930
1930
|
], 8, ms)
|
|
1931
1931
|
]),
|
|
@@ -1943,12 +1943,12 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1943
1943
|
key: 0,
|
|
1944
1944
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
1945
1945
|
alt: "dropdownarrow"
|
|
1946
|
-
},
|
|
1946
|
+
}, Bs = {
|
|
1947
1947
|
key: 1,
|
|
1948
1948
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
1949
1949
|
alt: "dropdownarrow",
|
|
1950
1950
|
style: { transform: "rotate(180deg)" }
|
|
1951
|
-
},
|
|
1951
|
+
}, Ss = { class: "dropdown-content" }, Is = { class: "nav-search-wrapper" }, qs = ["src"], Ts = { class: "mobile-logo-search-burger-wrapper" }, Ls = { class: "mobile-mir-link-logo" }, Vs = { class: "mobile-search-wrapper" }, Cs = ["src"], As = ["src"], Ds = { class: "mobile-menu-content-wrapper" }, Ms = { class: "mobile-dropdown-content" }, Os = /* @__PURE__ */ g({
|
|
1952
1952
|
__name: "header",
|
|
1953
1953
|
props: {
|
|
1954
1954
|
burgerState: {
|
|
@@ -1966,28 +1966,28 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1966
1966
|
"clickSearch"
|
|
1967
1967
|
],
|
|
1968
1968
|
setup(e, { expose: a, emit: r }) {
|
|
1969
|
-
let
|
|
1970
|
-
const
|
|
1971
|
-
let u = I(
|
|
1969
|
+
let o = null;
|
|
1970
|
+
const l = e;
|
|
1971
|
+
let u = I(l.burgerState), c = I(l.showDropDown);
|
|
1972
1972
|
re(
|
|
1973
|
-
() =>
|
|
1974
|
-
(
|
|
1973
|
+
() => l.burgerState,
|
|
1974
|
+
(S) => u.value = S
|
|
1975
1975
|
), re(
|
|
1976
|
-
() =>
|
|
1977
|
-
(
|
|
1976
|
+
() => l.showDropDown,
|
|
1977
|
+
(S) => c.value = S
|
|
1978
1978
|
), ce(() => {
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
}, window.addEventListener("click",
|
|
1982
|
-
}),
|
|
1983
|
-
|
|
1979
|
+
o = (S) => {
|
|
1980
|
+
S.target.closest("#menu-dropdown") || (c.value = !1);
|
|
1981
|
+
}, window.addEventListener("click", o);
|
|
1982
|
+
}), Be(() => {
|
|
1983
|
+
o !== null && window.removeEventListener("click", o);
|
|
1984
1984
|
});
|
|
1985
|
-
const
|
|
1986
|
-
function
|
|
1987
|
-
c.value = !c.value,
|
|
1985
|
+
const p = r;
|
|
1986
|
+
function B() {
|
|
1987
|
+
c.value = !c.value, p("update:showDropDown", c.value);
|
|
1988
1988
|
}
|
|
1989
|
-
function
|
|
1990
|
-
u.value = !u.value,
|
|
1989
|
+
function f() {
|
|
1990
|
+
u.value = !u.value, p("update:burgerState", u.value);
|
|
1991
1991
|
}
|
|
1992
1992
|
let y = I(null), q = I(null);
|
|
1993
1993
|
function X() {
|
|
@@ -1995,27 +1995,27 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
1995
1995
|
}
|
|
1996
1996
|
return a({
|
|
1997
1997
|
defocusSearchButton: X
|
|
1998
|
-
}), (
|
|
1998
|
+
}), (S, j) => (s(), i("div", gs, [
|
|
1999
1999
|
t("nav", null, [
|
|
2000
2000
|
t("div", bs, [
|
|
2001
2001
|
t("div", ys, [
|
|
2002
|
-
_(
|
|
2002
|
+
_(S.$slots, "link-logo", {}, void 0, !0)
|
|
2003
2003
|
]),
|
|
2004
2004
|
t("ul", $s, [
|
|
2005
|
-
_(
|
|
2005
|
+
_(S.$slots, "main-nav-items", {}, void 0, !0)
|
|
2006
2006
|
]),
|
|
2007
2007
|
t("div", ks, [
|
|
2008
2008
|
t("button", {
|
|
2009
2009
|
class: "nav-dropdown-btn",
|
|
2010
|
-
onClick:
|
|
2010
|
+
onClick: B
|
|
2011
2011
|
}, [
|
|
2012
|
-
_(
|
|
2013
|
-
|
|
2012
|
+
_(S.$slots, "dropdown-title", {}, void 0, !0),
|
|
2013
|
+
C(c) === !1 ? (s(), i("img", ws)) : (s(), i("img", Bs))
|
|
2014
2014
|
]),
|
|
2015
|
-
|
|
2016
|
-
_(
|
|
2015
|
+
Q(t("div", Ss, [
|
|
2016
|
+
_(S.$slots, "dropdown-links", {}, void 0, !0)
|
|
2017
2017
|
], 512), [
|
|
2018
|
-
[ee,
|
|
2018
|
+
[ee, C(c)]
|
|
2019
2019
|
])
|
|
2020
2020
|
], 512),
|
|
2021
2021
|
t("div", Is, [
|
|
@@ -2023,13 +2023,13 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2023
2023
|
ref_key: "navSearchButton",
|
|
2024
2024
|
ref: y,
|
|
2025
2025
|
class: "search-icon",
|
|
2026
|
-
onClick:
|
|
2026
|
+
onClick: j[0] || (j[0] = (x) => {
|
|
2027
2027
|
var H;
|
|
2028
|
-
return
|
|
2028
|
+
return S.$emit("clickSearch"), (H = C(y)) == null ? void 0 : H.blur();
|
|
2029
2029
|
})
|
|
2030
2030
|
}, [
|
|
2031
2031
|
t("img", {
|
|
2032
|
-
src:
|
|
2032
|
+
src: C(u) === !0 ? "https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080" : "https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",
|
|
2033
2033
|
alt: "search icon",
|
|
2034
2034
|
width: "20",
|
|
2035
2035
|
height: "20"
|
|
@@ -2038,11 +2038,11 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2038
2038
|
])
|
|
2039
2039
|
]),
|
|
2040
2040
|
t("div", {
|
|
2041
|
-
class:
|
|
2041
|
+
class: h(["mobile-nav-wrapper", C(u) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
|
|
2042
2042
|
}, [
|
|
2043
|
-
t("div",
|
|
2044
|
-
t("div",
|
|
2045
|
-
_(
|
|
2043
|
+
t("div", Ts, [
|
|
2044
|
+
t("div", Ls, [
|
|
2045
|
+
_(S.$slots, "link-logo", {}, void 0, !0)
|
|
2046
2046
|
]),
|
|
2047
2047
|
t("div", Vs, [
|
|
2048
2048
|
t("button", {
|
|
@@ -2050,13 +2050,13 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2050
2050
|
ref: q,
|
|
2051
2051
|
class: "search-icon",
|
|
2052
2052
|
"aria-label": "Toggle search",
|
|
2053
|
-
onClick:
|
|
2053
|
+
onClick: j[1] || (j[1] = (x) => {
|
|
2054
2054
|
var H;
|
|
2055
|
-
return
|
|
2055
|
+
return S.$emit("clickSearch"), (H = C(q)) == null ? void 0 : H.blur();
|
|
2056
2056
|
})
|
|
2057
2057
|
}, [
|
|
2058
2058
|
t("img", {
|
|
2059
|
-
src:
|
|
2059
|
+
src: C(u) === !0 ? "https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080" : "https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",
|
|
2060
2060
|
alt: "search icon",
|
|
2061
2061
|
width: "20",
|
|
2062
2062
|
height: "20"
|
|
@@ -2066,32 +2066,32 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2066
2066
|
t("button", {
|
|
2067
2067
|
class: "mobile-burger-wrapper",
|
|
2068
2068
|
"aria-label": "Toggle menu",
|
|
2069
|
-
onClick: ne(
|
|
2069
|
+
onClick: ne(f, ["prevent"])
|
|
2070
2070
|
}, [
|
|
2071
2071
|
t("img", {
|
|
2072
2072
|
width: "20",
|
|
2073
2073
|
height: "20",
|
|
2074
2074
|
alt: "burger menu line icon",
|
|
2075
|
-
src:
|
|
2075
|
+
src: C(u) === !0 ? "https://a.storyblok.com/f/230581/17x18/20e9329e46/close-white.svg" : "https://a.storyblok.com/f/230581/23x14/739e917bca/burger-menu-line.svg"
|
|
2076
2076
|
}, null, 8, As)
|
|
2077
2077
|
])
|
|
2078
2078
|
]),
|
|
2079
|
-
|
|
2079
|
+
Q(t("div", Ds, [
|
|
2080
2080
|
t("ul", null, [
|
|
2081
|
-
_(
|
|
2081
|
+
_(S.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2082
2082
|
]),
|
|
2083
2083
|
t("ul", Ms, [
|
|
2084
|
-
_(
|
|
2085
|
-
_(
|
|
2084
|
+
_(S.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2085
|
+
_(S.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2086
2086
|
])
|
|
2087
2087
|
], 512), [
|
|
2088
|
-
[ee,
|
|
2088
|
+
[ee, C(u)]
|
|
2089
2089
|
])
|
|
2090
2090
|
], 2)
|
|
2091
2091
|
])
|
|
2092
2092
|
]));
|
|
2093
2093
|
}
|
|
2094
|
-
}), Ps = /* @__PURE__ */ v(Os, [["__scopeId", "data-v-e129834d"]]), Fs = { class: "language__wrapper" }, Es = { class: "language__content" }, Rs = { class: "language__headline" }, Ns = { class: "language__paragraph" }, Hs = { class: "language__links" }, zs = /* @__PURE__ */
|
|
2094
|
+
}), Ps = /* @__PURE__ */ v(Os, [["__scopeId", "data-v-e129834d"]]), Fs = { class: "language__wrapper" }, Es = { class: "language__content" }, Rs = { class: "language__headline" }, Ns = { class: "language__paragraph" }, Hs = { class: "language__links" }, zs = /* @__PURE__ */ g({
|
|
2095
2095
|
__name: "language-switcher",
|
|
2096
2096
|
props: {
|
|
2097
2097
|
headline: {
|
|
@@ -2104,7 +2104,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2104
2104
|
}
|
|
2105
2105
|
},
|
|
2106
2106
|
setup(e) {
|
|
2107
|
-
return (a, r) => (
|
|
2107
|
+
return (a, r) => (s(), i("div", Fs, [
|
|
2108
2108
|
t("div", Es, [
|
|
2109
2109
|
t("h2", Rs, n(e.headline), 1),
|
|
2110
2110
|
t("p", Ns, n(e.paragraph), 1),
|
|
@@ -2114,7 +2114,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2114
2114
|
])
|
|
2115
2115
|
]));
|
|
2116
2116
|
}
|
|
2117
|
-
}),
|
|
2117
|
+
}), js = /* @__PURE__ */ v(zs, [["__scopeId", "data-v-dc8cc97e"]]), Us = { class: "pagination__wrapper" }, Ks = { class: "pagination__content" }, Gs = /* @__PURE__ */ g({
|
|
2118
2118
|
__name: "pagination",
|
|
2119
2119
|
props: {
|
|
2120
2120
|
isPreviousDisabled: {
|
|
@@ -2128,31 +2128,31 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
|
|
|
2128
2128
|
},
|
|
2129
2129
|
emits: ["previous", "next"],
|
|
2130
2130
|
setup(e) {
|
|
2131
|
-
return (a, r) => (
|
|
2132
|
-
t("div",
|
|
2133
|
-
|
|
2131
|
+
return (a, r) => (s(), i("div", Us, [
|
|
2132
|
+
t("div", Ks, [
|
|
2133
|
+
w(Z, {
|
|
2134
2134
|
disabled: e.isPreviousDisabled,
|
|
2135
2135
|
variant: "previous",
|
|
2136
2136
|
"aria-label": "previous",
|
|
2137
|
-
onClick: r[0] || (r[0] = (
|
|
2137
|
+
onClick: r[0] || (r[0] = (o) => a.$emit("previous"))
|
|
2138
2138
|
}, null, 8, ["disabled"]),
|
|
2139
2139
|
_(a.$slots, "pagination-numbers"),
|
|
2140
|
-
|
|
2140
|
+
w(Z, {
|
|
2141
2141
|
disabled: e.isNextDisabled,
|
|
2142
2142
|
variant: "next",
|
|
2143
2143
|
"aria-label": "next",
|
|
2144
|
-
onClick: r[1] || (r[1] = (
|
|
2144
|
+
onClick: r[1] || (r[1] = (o) => a.$emit("next"))
|
|
2145
2145
|
}, null, 8, ["disabled"])
|
|
2146
2146
|
])
|
|
2147
2147
|
]));
|
|
2148
2148
|
}
|
|
2149
|
-
}), Ws = /* @__PURE__ */ v(Gs, [["__scopeId", "data-v-f760f1c6"]]), Ys = {},
|
|
2150
|
-
function
|
|
2151
|
-
return
|
|
2149
|
+
}), Ws = /* @__PURE__ */ v(Gs, [["__scopeId", "data-v-f760f1c6"]]), Ys = {}, Js = { class: "search__wrapper" };
|
|
2150
|
+
function Qs(e, a) {
|
|
2151
|
+
return s(), i("div", Js, [
|
|
2152
2152
|
_(e.$slots, "default", { class: "search__content" })
|
|
2153
2153
|
]);
|
|
2154
2154
|
}
|
|
2155
|
-
const
|
|
2155
|
+
const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82"]]), Xs = { class: "product-hero__wrapper" }, xs = { class: "product-hero__content" }, ei = { class: "product-hero__headline" }, ti = { class: "product-hero__video" }, ai = /* @__PURE__ */ g({
|
|
2156
2156
|
__name: "product-hero",
|
|
2157
2157
|
props: {
|
|
2158
2158
|
headline: {
|
|
@@ -2177,13 +2177,13 @@ const Js = /* @__PURE__ */ v(Ys, [["render", Zs], ["__scopeId", "data-v-623adb82
|
|
|
2177
2177
|
}
|
|
2178
2178
|
},
|
|
2179
2179
|
setup(e) {
|
|
2180
|
-
return (a, r) => (
|
|
2180
|
+
return (a, r) => (s(), i("div", Xs, [
|
|
2181
2181
|
t("div", xs, [
|
|
2182
2182
|
t("div", ei, [
|
|
2183
2183
|
t("h3", null, n(e.headline), 1)
|
|
2184
2184
|
]),
|
|
2185
2185
|
t("div", ti, [
|
|
2186
|
-
e.videoSrc !== "" ? (
|
|
2186
|
+
e.videoSrc !== "" ? (s(), V(Y, {
|
|
2187
2187
|
key: 0,
|
|
2188
2188
|
play: "",
|
|
2189
2189
|
"local-video": !0,
|
|
@@ -2194,8 +2194,8 @@ const Js = /* @__PURE__ */ v(Ys, [["render", Zs], ["__scopeId", "data-v-623adb82
|
|
|
2194
2194
|
autoplay: "",
|
|
2195
2195
|
loop: "",
|
|
2196
2196
|
muted: ""
|
|
2197
|
-
}, null, 8, ["src", "aria-label", "poster"])) : (
|
|
2198
|
-
default:
|
|
2197
|
+
}, null, 8, ["src", "aria-label", "poster"])) : (s(), V(C(D), { key: 1 }, {
|
|
2198
|
+
default: k(() => [
|
|
2199
2199
|
_(a.$slots, "product-hero-image", {}, void 0, !0)
|
|
2200
2200
|
]),
|
|
2201
2201
|
_: 3
|
|
@@ -2204,19 +2204,105 @@ const Js = /* @__PURE__ */ v(Ys, [["render", Zs], ["__scopeId", "data-v-623adb82
|
|
|
2204
2204
|
])
|
|
2205
2205
|
]));
|
|
2206
2206
|
}
|
|
2207
|
-
}), li = /* @__PURE__ */ v(ai, [["__scopeId", "data-v-bc89ffbc"]]), si = {
|
|
2207
|
+
}), li = /* @__PURE__ */ v(ai, [["__scopeId", "data-v-bc89ffbc"]]), oi = { class: "promo__content" }, si = { class: "pallet-jack__media-wrap" }, ii = { class: "pallet-jack-link" }, ri = { class: "pallet-jack__media-wrap__inner-wrap" }, ni = { class: "pallet-jack__media-wrap__content-wrap" }, di = { class: "regular-blue" }, ci = /* @__PURE__ */ g({
|
|
2208
|
+
__name: "pallet-jack",
|
|
2209
|
+
props: {
|
|
2210
|
+
label: { default: "" },
|
|
2211
|
+
headline: {},
|
|
2212
|
+
linkText: { default: "" },
|
|
2213
|
+
reverse: { type: Boolean, default: !1 },
|
|
2214
|
+
variant: { default: "default" },
|
|
2215
|
+
linkType: { default: "link" },
|
|
2216
|
+
teaser: { type: Boolean, default: !1 },
|
|
2217
|
+
shortDescription: { default: "" },
|
|
2218
|
+
text: { default: "" }
|
|
2219
|
+
},
|
|
2220
|
+
setup(e) {
|
|
2221
|
+
const a = {
|
|
2222
|
+
dark: "promo__wrapper--dark",
|
|
2223
|
+
light: "promo__wrapper--light",
|
|
2224
|
+
default: "promo__wrapper--default"
|
|
2225
|
+
}, r = e, o = L(() => a[r.variant]);
|
|
2226
|
+
return (l, u) => (s(), i("div", {
|
|
2227
|
+
class: h([
|
|
2228
|
+
"promo__wrapper",
|
|
2229
|
+
o.value,
|
|
2230
|
+
l.teaser ? "promo__wrapper--teaser" : ""
|
|
2231
|
+
])
|
|
2232
|
+
}, [
|
|
2233
|
+
t("div", oi, [
|
|
2234
|
+
t("div", {
|
|
2235
|
+
class: h([
|
|
2236
|
+
"promo__video",
|
|
2237
|
+
l.reverse ? "promo__video--reverse" : "promo__video--default"
|
|
2238
|
+
])
|
|
2239
|
+
}, [
|
|
2240
|
+
t("div", si, [
|
|
2241
|
+
t("div", ii, [
|
|
2242
|
+
_(l.$slots, "pallet-jack-link")
|
|
2243
|
+
]),
|
|
2244
|
+
t("div", ri, [
|
|
2245
|
+
_(l.$slots, "pallet-jack-video")
|
|
2246
|
+
]),
|
|
2247
|
+
t("div", ni, [
|
|
2248
|
+
t("h3", di, n(l.headline), 1),
|
|
2249
|
+
t("p", null, n(l.shortDescription), 1)
|
|
2250
|
+
])
|
|
2251
|
+
])
|
|
2252
|
+
], 2),
|
|
2253
|
+
t("div", {
|
|
2254
|
+
class: h([
|
|
2255
|
+
"promo__text",
|
|
2256
|
+
l.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
2257
|
+
])
|
|
2258
|
+
}, [
|
|
2259
|
+
l.label ? (s(), V(G, {
|
|
2260
|
+
key: 0,
|
|
2261
|
+
text: l.label,
|
|
2262
|
+
"label-dark": l.variant === "dark"
|
|
2263
|
+
}, null, 8, ["text", "label-dark"])) : m("", !0),
|
|
2264
|
+
t("div", {
|
|
2265
|
+
class: h([
|
|
2266
|
+
"promo__title",
|
|
2267
|
+
l.variant === "dark" ? "promo__title--dark" : ""
|
|
2268
|
+
])
|
|
2269
|
+
}, n(l.text), 3),
|
|
2270
|
+
l.linkType === "link" ? (s(), V(A, {
|
|
2271
|
+
key: 1,
|
|
2272
|
+
"link-type": l.variant === "dark" ? "regular_dark" : (l.variant === "light", "regular_light"),
|
|
2273
|
+
arrow: ""
|
|
2274
|
+
}, {
|
|
2275
|
+
default: k(() => [
|
|
2276
|
+
_(l.$slots, "promo-link")
|
|
2277
|
+
]),
|
|
2278
|
+
_: 3
|
|
2279
|
+
}, 8, ["link-type"])) : m("", !0),
|
|
2280
|
+
l.linkType === "button" ? (s(), V(A, {
|
|
2281
|
+
key: 2,
|
|
2282
|
+
"link-type": l.variant === "dark" ? "secondary_dark" : (l.variant === "light", "secondary")
|
|
2283
|
+
}, {
|
|
2284
|
+
default: k(() => [
|
|
2285
|
+
_(l.$slots, "promo-link")
|
|
2286
|
+
]),
|
|
2287
|
+
_: 3
|
|
2288
|
+
}, 8, ["link-type"])) : m("", !0)
|
|
2289
|
+
], 2)
|
|
2290
|
+
])
|
|
2291
|
+
], 2));
|
|
2292
|
+
}
|
|
2293
|
+
}), ui = /* @__PURE__ */ v(ci, [["__scopeId", "data-v-c225ca37"]]), pi = {
|
|
2208
2294
|
install: (e) => {
|
|
2209
|
-
e.component("AtomButton",
|
|
2295
|
+
e.component("AtomButton", Z), e.component("AtomCheckbox", Ae), e.component("AtomChip", Fe), e.component("AtomDropdown", Ke), e.component("AtomImage", D), e.component("AtomLabel", G), e.component("AtomLink", A), e.component("AtomRadioButton", lt), e.component("AtomSelect", dt), e.component("AtomSlider", bt), e.component("AtomTextarea", qt), e.component("AtomTextField", Et), e.component("AtomVideo", Y), e.component("MoleculeAddress", xt), e.component("MoleculeBulletList", oa), e.component("MoleculeCard", da), e.component("MoleculeEventCard", fa), e.component("MoleculeModal", ue), e.component("MoleculeTextCard", ka), e.component("BlockFacts", Ca), e.component("BlockFeatures", Ra), e.component("BlockFormScript", Wa), e.component("BlockHeadline", dl), e.component("BlockHero", kl), e.component("BlockImage", xa), e.component("BlockImageGallery", sl), e.component("BlockLogoWall", Cl), e.component("BlockMicroStories", Pl), e.component("BlockPolicy", Hl), e.component("BlockProductHero", li), e.component("BlockPromo", Zl), e.component("BlockQuote", uo), e.component("BlockRichText", vo), e.component("BlockRichTextColumns", wo), e.component("BlockTimeline", Do), e.component("BlockCardDisplay", Yl), e.component("BlockVimeo", Ro), e.component("BlockPalletJack", ui), e.component("Organism404", Ko), e.component("OrganismFilter", Zo), e.component("OrganismFooter", fs), e.component("OrganismHeader", Ps), e.component("OrganismLanguageSwitcher", js), e.component("OrganismPagination", Ws), e.component("OrganismSearch", Zs);
|
|
2210
2296
|
}
|
|
2211
2297
|
};
|
|
2212
2298
|
export {
|
|
2213
|
-
|
|
2299
|
+
Z as AtomButton,
|
|
2214
2300
|
Ae as AtomCheckbox,
|
|
2215
2301
|
Fe as AtomChip,
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2302
|
+
Ke as AtomDropdown,
|
|
2303
|
+
D as AtomImage,
|
|
2304
|
+
G as AtomLabel,
|
|
2305
|
+
A as AtomLink,
|
|
2220
2306
|
lt as AtomRadioButton,
|
|
2221
2307
|
dt as AtomSelect,
|
|
2222
2308
|
bt as AtomSlider,
|
|
@@ -2233,9 +2319,10 @@ export {
|
|
|
2233
2319
|
sl as BlockImageGallery,
|
|
2234
2320
|
Cl as BlockLogoWall,
|
|
2235
2321
|
Pl as BlockMicroStories,
|
|
2322
|
+
ui as BlockPalletJack,
|
|
2236
2323
|
Hl as BlockPolicy,
|
|
2237
2324
|
li as BlockProductHero,
|
|
2238
|
-
|
|
2325
|
+
Zl as BlockPromo,
|
|
2239
2326
|
uo as BlockQuote,
|
|
2240
2327
|
vo as BlockRichText,
|
|
2241
2328
|
wo as BlockRichTextColumns,
|
|
@@ -2247,12 +2334,12 @@ export {
|
|
|
2247
2334
|
fa as MoleculeEventCard,
|
|
2248
2335
|
ue as MoleculeModal,
|
|
2249
2336
|
ka as MoleculeTextCard,
|
|
2250
|
-
|
|
2251
|
-
|
|
2337
|
+
Ko as Organism404,
|
|
2338
|
+
Zo as OrganismFilter,
|
|
2252
2339
|
fs as OrganismFooter,
|
|
2253
2340
|
Ps as OrganismHeader,
|
|
2254
|
-
|
|
2341
|
+
js as OrganismLanguageSwitcher,
|
|
2255
2342
|
Ws as OrganismPagination,
|
|
2256
|
-
|
|
2257
|
-
|
|
2343
|
+
Zs as OrganismSearch,
|
|
2344
|
+
pi as default
|
|
2258
2345
|
};
|