@mirweb/mir-web-components 1.3.0 → 1.4.0
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/atoms/checkbox/checkbox.vue.d.ts +1 -1
- package/dist/components/atoms/dropdown/dropdown.vue.d.ts +1 -1
- package/dist/components/atoms/select-multiple/select-multiple.vue.d.ts +5 -0
- package/dist/components/atoms/select-multiple/select-multiple.vue.d.ts.map +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/main.d.ts +2 -1
- package/dist/components/organisms/footer/footer.vue.d.ts +1 -1
- package/dist/directives/clickOutside.d.ts +3 -0
- package/dist/mir-web-components.cjs.js +1 -1
- package/dist/mir-web-components.css +1 -1
- package/dist/mir-web-components.es.js +866 -819
- package/dist/mir-web-components.umd.js +2 -2
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as g, computed as
|
|
2
|
-
const
|
|
1
|
+
import { defineComponent as g, computed as T, openBlock as l, createElementBlock as i, normalizeClass as m, toDisplayString as n, createElementVNode as t, renderSlot as c, pushScopeId as H, popScopeId as R, createTextVNode as J, ref as I, resolveDirective as _e, withDirectives as K, Fragment as A, renderList as P, vShow as Z, normalizeProps as F, guardReactiveProps as N, toRefs as ke, mergeProps as de, createVNode as S, Transition as we, withCtx as $, withModifiers as pe, createBlock as C, createCommentVNode as h, watchEffect as he, withKeys as Se, useSlots as Be, normalizeStyle as ce, isRef as ne, unref as B, onMounted as me, watch as Q, onUnmounted as Ie } from "vue";
|
|
2
|
+
const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
5
5
|
variant: { default: "primary" },
|
|
@@ -14,18 +14,18 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
14
14
|
close: "close",
|
|
15
15
|
next: "next",
|
|
16
16
|
previous: "previous"
|
|
17
|
-
}, r = e, s =
|
|
17
|
+
}, r = e, s = T(() => a[r.variant]);
|
|
18
18
|
return (o, u) => (l(), i("button", {
|
|
19
19
|
class: m(["button", "button--" + s.value]),
|
|
20
20
|
"aria-label": o.ariaLabel
|
|
21
|
-
}, n(s.value === "close" ? "" : o.buttonText), 11,
|
|
21
|
+
}, n(s.value === "close" ? "" : o.buttonText), 11, qe));
|
|
22
22
|
}
|
|
23
23
|
}), f = (e, a) => {
|
|
24
24
|
const r = e.__vccOpts || e;
|
|
25
25
|
for (const [s, o] of a)
|
|
26
26
|
r[s] = o;
|
|
27
27
|
return r;
|
|
28
|
-
}, ae = /* @__PURE__ */ f(
|
|
28
|
+
}, ae = /* @__PURE__ */ f(Le, [["__scopeId", "data-v-f61b579c"]]), De = (e) => (H("data-v-329fd41c"), e = e(), R(), e), Ce = ["id", "name", "value", "disabled", "required", "checked"], Te = ["for"], Ve = /* @__PURE__ */ De(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Ae = /* @__PURE__ */ g({
|
|
29
29
|
__name: "checkbox",
|
|
30
30
|
props: {
|
|
31
31
|
name: { default: "checkbox" },
|
|
@@ -54,17 +54,17 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
54
54
|
checked: o.checked,
|
|
55
55
|
class: "checkbox__checkbox",
|
|
56
56
|
onChange: s
|
|
57
|
-
}, null, 40,
|
|
57
|
+
}, null, 40, Ce),
|
|
58
58
|
t("label", {
|
|
59
59
|
for: o.id,
|
|
60
60
|
class: m(["checkbox__label", o.required ? "required" : ""])
|
|
61
61
|
}, [
|
|
62
|
-
|
|
62
|
+
Ve,
|
|
63
63
|
c(o.$slots, "default", {}, void 0, !0)
|
|
64
|
-
], 10,
|
|
64
|
+
], 10, Te)
|
|
65
65
|
], 2));
|
|
66
66
|
}
|
|
67
|
-
}),
|
|
67
|
+
}), ve = /* @__PURE__ */ f(Ae, [["__scopeId", "data-v-329fd41c"]]), Pe = (e) => (H("data-v-08813346"), e = e(), R(), e), Me = ["aria-label"], Oe = /* @__PURE__ */ Pe(() => /* @__PURE__ */ t("img", {
|
|
68
68
|
src: "https://a.storyblok.com/f/230581/9x9/e4fb715dc9/close.svg?cv=1695125714598",
|
|
69
69
|
alt: "close",
|
|
70
70
|
class: "close-icon"
|
|
@@ -75,7 +75,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
75
75
|
},
|
|
76
76
|
emits: ["remove-chip"],
|
|
77
77
|
setup(e) {
|
|
78
|
-
const a = e, r =
|
|
78
|
+
const a = e, r = T(() => `Chip: ${a.text}`);
|
|
79
79
|
return (s, o) => (l(), i("div", {
|
|
80
80
|
class: "chip__wrapper",
|
|
81
81
|
onClick: o[0] || (o[0] = (u) => s.$emit("remove-chip"))
|
|
@@ -84,12 +84,12 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
84
84
|
class: "chip",
|
|
85
85
|
"aria-label": r.value
|
|
86
86
|
}, [
|
|
87
|
-
|
|
87
|
+
J(n(s.text) + " ", 1),
|
|
88
88
|
Oe
|
|
89
89
|
], 8, Me)
|
|
90
90
|
]));
|
|
91
91
|
}
|
|
92
|
-
}),
|
|
92
|
+
}), He = /* @__PURE__ */ f(Fe, [["__scopeId", "data-v-08813346"]]), Re = ["value"], Ee = ["id"], Ne = { class: "listbox__dropdown" }, ze = ["id", "aria-labelledby", "aria-disabled"], je = ["aria-labelledby", "aria-activedescendant"], Ke = ["aria-selected", "data-value"], Ue = /* @__PURE__ */ g({
|
|
93
93
|
__name: "dropdown",
|
|
94
94
|
props: {
|
|
95
95
|
modelValue: {},
|
|
@@ -107,188 +107,182 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
107
107
|
const r = {
|
|
108
108
|
primary: "dropdown-dark-bg-primary",
|
|
109
109
|
dark: "dropdown-dark dropdown-dark-bg-dark"
|
|
110
|
-
}, s = e, o =
|
|
111
|
-
const
|
|
112
|
-
(
|
|
110
|
+
}, s = e, o = T(() => r[s.variant]), u = I(null), _ = I(null), d = I([]), k = I(0), v = I(""), b = I(!0), L = I(0), oe = a, le = T(() => {
|
|
111
|
+
const p = s.options.find(
|
|
112
|
+
(w) => w.value === s.modelValue
|
|
113
113
|
);
|
|
114
|
-
return
|
|
115
|
-
})
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
d === k.target || d.contains(k.target) || y.value(k);
|
|
119
|
-
}, document.body.addEventListener("click", d.clickOutsideEvent);
|
|
120
|
-
},
|
|
121
|
-
unmounted(d) {
|
|
122
|
-
document.body.removeEventListener("click", d.clickOutsideEvent);
|
|
123
|
-
}
|
|
124
|
-
};
|
|
125
|
-
function ie(d) {
|
|
126
|
-
oe("update:modelValue", d);
|
|
114
|
+
return p && p.label;
|
|
115
|
+
});
|
|
116
|
+
function se(p) {
|
|
117
|
+
oe("update:modelValue", p);
|
|
127
118
|
}
|
|
128
|
-
function
|
|
129
|
-
var
|
|
130
|
-
const
|
|
131
|
-
|
|
119
|
+
function ie(p) {
|
|
120
|
+
var q;
|
|
121
|
+
const w = p.target;
|
|
122
|
+
w.getAttribute("role") === "option" && (W(w), te(), (q = u.value) == null || q.focus());
|
|
132
123
|
}
|
|
133
|
-
function
|
|
134
|
-
var
|
|
135
|
-
const
|
|
136
|
-
switch (
|
|
124
|
+
function G(p) {
|
|
125
|
+
var q;
|
|
126
|
+
const w = p.key;
|
|
127
|
+
switch (w) {
|
|
137
128
|
case "ArrowUp":
|
|
138
129
|
case "ArrowDown": {
|
|
139
|
-
|
|
130
|
+
p.preventDefault();
|
|
140
131
|
const D = s.options.findIndex(
|
|
141
|
-
(
|
|
132
|
+
(Y) => Y.value === s.modelValue
|
|
142
133
|
);
|
|
143
|
-
let
|
|
144
|
-
|
|
134
|
+
let O = D ? d.value[D] : d.value[0];
|
|
135
|
+
w === "ArrowUp" ? D - 1 >= 0 && (O = d.value[D - 1]) : D + 1 <= s.options.length && (O = d.value[D + 1]), O && W(O);
|
|
145
136
|
break;
|
|
146
137
|
}
|
|
147
138
|
case "Home":
|
|
148
139
|
case "PageUp":
|
|
149
|
-
|
|
140
|
+
p.preventDefault(), E();
|
|
150
141
|
break;
|
|
151
142
|
case "End":
|
|
152
143
|
case "PageDown":
|
|
153
|
-
|
|
144
|
+
p.preventDefault(), be();
|
|
154
145
|
break;
|
|
155
146
|
case "Enter":
|
|
156
147
|
case "Escape":
|
|
157
|
-
|
|
148
|
+
p.preventDefault(), te(), (q = u.value) == null || q.focus();
|
|
158
149
|
break;
|
|
159
150
|
default: {
|
|
160
|
-
const D =
|
|
161
|
-
D &&
|
|
151
|
+
const D = z(w);
|
|
152
|
+
D && W(D);
|
|
162
153
|
break;
|
|
163
154
|
}
|
|
164
155
|
}
|
|
165
156
|
}
|
|
166
|
-
function
|
|
157
|
+
function ee(p) {
|
|
167
158
|
if (!s.disabled)
|
|
168
|
-
switch (
|
|
159
|
+
switch (p.key) {
|
|
169
160
|
case "ArrowUp":
|
|
170
161
|
case "ArrowDown":
|
|
171
|
-
|
|
162
|
+
p.preventDefault(), ue(), G(p);
|
|
172
163
|
break;
|
|
173
164
|
}
|
|
174
165
|
}
|
|
175
|
-
function
|
|
176
|
-
|
|
166
|
+
function re(p) {
|
|
167
|
+
p && p.removeAttribute("aria-selected");
|
|
177
168
|
}
|
|
178
|
-
function
|
|
179
|
-
|
|
180
|
-
v.value = "",
|
|
169
|
+
function y() {
|
|
170
|
+
k.value && (clearTimeout(k.value), k.value = 0), k.value = setTimeout(() => {
|
|
171
|
+
v.value = "", k.value = 0;
|
|
181
172
|
}, 500);
|
|
182
173
|
}
|
|
183
|
-
function
|
|
184
|
-
let
|
|
185
|
-
(v.value === "" ||
|
|
174
|
+
function z(p) {
|
|
175
|
+
let w = "";
|
|
176
|
+
(v.value === "" || w !== p) && (L.value = s.options.findIndex(
|
|
186
177
|
(D) => D.value === s.modelValue
|
|
187
|
-
)), v.value =
|
|
188
|
-
let
|
|
178
|
+
)), v.value = w === p ? p : v.value + p, w = p, y();
|
|
179
|
+
let q = j(
|
|
189
180
|
L.value + 1,
|
|
190
181
|
s.options.length
|
|
191
182
|
);
|
|
192
|
-
return !
|
|
183
|
+
return !q && v.value.length === 1 && (q = j(0, L.value)), L.value = (L.value + 1) % s.options.length, q;
|
|
193
184
|
}
|
|
194
|
-
function
|
|
195
|
-
for (let
|
|
196
|
-
if (s.options[
|
|
197
|
-
return
|
|
185
|
+
function j(p, w) {
|
|
186
|
+
for (let q = p; q < w; q++)
|
|
187
|
+
if (s.options[q].label && s.options[q].label.toUpperCase().indexOf(v.value.toUpperCase()) === 0)
|
|
188
|
+
return d.value[q];
|
|
198
189
|
return null;
|
|
199
190
|
}
|
|
200
|
-
function
|
|
201
|
-
|
|
191
|
+
function E() {
|
|
192
|
+
W(d.value[0]);
|
|
202
193
|
}
|
|
203
|
-
function
|
|
204
|
-
var
|
|
205
|
-
const
|
|
194
|
+
function W(p) {
|
|
195
|
+
var q, D;
|
|
196
|
+
const w = p.getAttribute("data-value");
|
|
206
197
|
if (s.modelValue) {
|
|
207
|
-
const
|
|
208
|
-
(
|
|
209
|
-
),
|
|
210
|
-
|
|
198
|
+
const O = s.options.findIndex(
|
|
199
|
+
($e) => $e.value === s.modelValue
|
|
200
|
+
), Y = d.value[O];
|
|
201
|
+
re(Y);
|
|
211
202
|
}
|
|
212
|
-
if (
|
|
203
|
+
if (p.setAttribute("aria-selected", "true"), (q = _.value) == null || q.setAttribute(
|
|
213
204
|
"aria-activedescendant",
|
|
214
|
-
|
|
215
|
-
),
|
|
216
|
-
const
|
|
217
|
-
|
|
205
|
+
w || ""
|
|
206
|
+
), se(w || ""), _.value && _.value.scrollHeight > _.value.clientHeight) {
|
|
207
|
+
const O = _.value.clientHeight + _.value.scrollTop, Y = p.offsetTop + p.offsetHeight;
|
|
208
|
+
Y > O ? _.value.scrollTop = Y - ((D = _.value) == null ? void 0 : D.clientHeight) : p.offsetTop < _.value.scrollTop && (_.value.scrollTop = p.offsetTop);
|
|
218
209
|
}
|
|
219
210
|
}
|
|
220
|
-
function
|
|
221
|
-
var
|
|
222
|
-
const
|
|
223
|
-
|
|
211
|
+
function be() {
|
|
212
|
+
var w;
|
|
213
|
+
const p = (w = d.value) == null ? void 0 : w[s.options.length - 1];
|
|
214
|
+
W(p);
|
|
224
215
|
}
|
|
225
216
|
function te() {
|
|
226
|
-
var
|
|
227
|
-
|
|
217
|
+
var p;
|
|
218
|
+
b.value = !0, (p = u.value) == null || p.removeAttribute("aria-expanded");
|
|
228
219
|
}
|
|
229
|
-
function
|
|
230
|
-
var
|
|
231
|
-
|
|
220
|
+
function ue() {
|
|
221
|
+
var p, w;
|
|
222
|
+
b.value = !1, (p = u.value) == null || p.setAttribute("aria-expanded", "true"), (w = _.value) == null || w.focus();
|
|
232
223
|
}
|
|
233
|
-
function
|
|
234
|
-
s.disabled || (
|
|
224
|
+
function ye() {
|
|
225
|
+
s.disabled || (b.value ? ue() : te());
|
|
235
226
|
}
|
|
236
|
-
return (
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
"aria-activedescendant": d.modelValue,
|
|
267
|
-
tabindex: "0",
|
|
268
|
-
role: "listbox",
|
|
269
|
-
class: "listbox__list",
|
|
270
|
-
onKeydown: Z,
|
|
271
|
-
onClick: G
|
|
272
|
-
}, [
|
|
273
|
-
(l(!0), i(P, null, M(d.options, (k, D) => (l(), i("li", {
|
|
274
|
-
key: `${d.name}-option-${D}`,
|
|
275
|
-
ref_for: !0,
|
|
276
|
-
ref_key: "listboxOptions",
|
|
227
|
+
return (p, w) => {
|
|
228
|
+
const q = _e("click-outside");
|
|
229
|
+
return l(), i("div", {
|
|
230
|
+
ref: "listbox",
|
|
231
|
+
class: "listbox__wrapper",
|
|
232
|
+
value: p.modelValue
|
|
233
|
+
}, [
|
|
234
|
+
t("label", {
|
|
235
|
+
id: `${p.name}-label`,
|
|
236
|
+
class: m([{
|
|
237
|
+
"listbox__label--visually-hidden": !p.showLabel,
|
|
238
|
+
"is-disabled": p.disabled,
|
|
239
|
+
"is-required": p.required
|
|
240
|
+
}, "listbox__label"])
|
|
241
|
+
}, n(p.label), 11, Ee),
|
|
242
|
+
K((l(), i("div", Ne, [
|
|
243
|
+
t("button", {
|
|
244
|
+
id: `${p.name}-button-label`,
|
|
245
|
+
ref_key: "listboxButton",
|
|
246
|
+
ref: u,
|
|
247
|
+
"aria-labelledby": `${p.name}-label ${p.name}-button-label`,
|
|
248
|
+
type: "button",
|
|
249
|
+
"aria-haspopup": "listbox",
|
|
250
|
+
"aria-disabled": p.disabled,
|
|
251
|
+
class: m(["listbox__button", o.value]),
|
|
252
|
+
onClick: ye,
|
|
253
|
+
onKeydown: ee
|
|
254
|
+
}, n(p.modelValue ? le.value : p.placeholder), 43, ze),
|
|
255
|
+
K(t("ul", {
|
|
256
|
+
ref_key: "listboxNode",
|
|
277
257
|
ref: _,
|
|
278
|
-
"aria-
|
|
279
|
-
"
|
|
280
|
-
|
|
281
|
-
role: "
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
258
|
+
"aria-labelledby": `${p.name}-label`,
|
|
259
|
+
"aria-activedescendant": p.modelValue,
|
|
260
|
+
tabindex: "0",
|
|
261
|
+
role: "listbox",
|
|
262
|
+
class: "listbox__list",
|
|
263
|
+
onKeydown: G,
|
|
264
|
+
onClick: ie
|
|
265
|
+
}, [
|
|
266
|
+
(l(!0), i(A, null, P(p.options, (D, O) => (l(), i("li", {
|
|
267
|
+
key: `${p.name}-option-${O}`,
|
|
268
|
+
ref_for: !0,
|
|
269
|
+
ref_key: "listboxOptions",
|
|
270
|
+
ref: d,
|
|
271
|
+
"aria-selected": D.value === p.modelValue,
|
|
272
|
+
"data-value": D.value,
|
|
273
|
+
class: "listbox__option",
|
|
274
|
+
role: "option"
|
|
275
|
+
}, n(D.label), 9, Ke))), 128))
|
|
276
|
+
], 40, je), [
|
|
277
|
+
[Z, !b.value]
|
|
278
|
+
])
|
|
279
|
+
])), [
|
|
280
|
+
[q, te]
|
|
285
281
|
])
|
|
286
|
-
]
|
|
287
|
-
|
|
288
|
-
])
|
|
289
|
-
], 8, He));
|
|
282
|
+
], 8, Re);
|
|
283
|
+
};
|
|
290
284
|
}
|
|
291
|
-
}), Ge = /* @__PURE__ */ f(
|
|
285
|
+
}), Ge = /* @__PURE__ */ f(Ue, [["__scopeId", "data-v-a17afd8c"]]), Je = { class: "image__wrapper" }, We = /* @__PURE__ */ g({
|
|
292
286
|
__name: "image",
|
|
293
287
|
props: {
|
|
294
288
|
src: { default: void 0 },
|
|
@@ -301,17 +295,17 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
301
295
|
},
|
|
302
296
|
setup(e) {
|
|
303
297
|
return (a, r) => (l(), i("div", Je, [
|
|
304
|
-
c(a.$slots, "default", F(
|
|
298
|
+
c(a.$slots, "default", F(N(a.$attrs)))
|
|
305
299
|
]));
|
|
306
300
|
}
|
|
307
|
-
}),
|
|
301
|
+
}), M = /* @__PURE__ */ f(We, [["__scopeId", "data-v-e10217bd"]]), Ye = { class: "label__wrapper" }, Qe = ["aria-label", "label-dark"], Ze = /* @__PURE__ */ g({
|
|
308
302
|
__name: "label",
|
|
309
303
|
props: {
|
|
310
304
|
text: {},
|
|
311
305
|
labelDark: { type: Boolean, default: !1 }
|
|
312
306
|
},
|
|
313
307
|
setup(e) {
|
|
314
|
-
const a = e, r =
|
|
308
|
+
const a = e, r = T(() => `Label: ${a.text}`);
|
|
315
309
|
return (s, o) => (l(), i("div", Ye, [
|
|
316
310
|
t("span", {
|
|
317
311
|
"aria-label": r.value,
|
|
@@ -320,7 +314,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
320
314
|
}, n(s.text), 11, Qe)
|
|
321
315
|
]));
|
|
322
316
|
}
|
|
323
|
-
}),
|
|
317
|
+
}), X = /* @__PURE__ */ f(Ze, [["__scopeId", "data-v-7d9d3a8a"]]), Xe = { class: "link__wrapper" }, V = /* @__PURE__ */ g({
|
|
324
318
|
__name: "link",
|
|
325
319
|
props: {
|
|
326
320
|
linkType: { default: "regular" },
|
|
@@ -342,24 +336,24 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
342
336
|
hover: "underline-hover",
|
|
343
337
|
true: "add-underline",
|
|
344
338
|
false: "remove-underline"
|
|
345
|
-
}, s = e, o =
|
|
346
|
-
const { ...
|
|
347
|
-
return
|
|
339
|
+
}, s = e, o = T(() => a[s.linkType]), u = T(() => r[s.underline]), _ = T(() => {
|
|
340
|
+
const { ...d } = ke(s);
|
|
341
|
+
return d;
|
|
348
342
|
});
|
|
349
|
-
return (
|
|
350
|
-
t("div", de(
|
|
343
|
+
return (d, k) => (l(), i("div", Xe, [
|
|
344
|
+
t("div", de(_.value, {
|
|
351
345
|
class: ["mir-link", [
|
|
352
346
|
o.value,
|
|
353
|
-
|
|
347
|
+
d.disabled ? "disabled" : "",
|
|
354
348
|
u.value,
|
|
355
|
-
|
|
349
|
+
d.arrow ? "link-arrow" : ""
|
|
356
350
|
]]
|
|
357
351
|
}), [
|
|
358
|
-
c(
|
|
352
|
+
c(d.$slots, "default")
|
|
359
353
|
], 16)
|
|
360
354
|
]));
|
|
361
355
|
}
|
|
362
|
-
}), xe = (e) => (
|
|
356
|
+
}), xe = (e) => (H("data-v-fa1bda9b"), e = e(), R(), e), et = ["id", "name", "value", "checked", "disabled", "required"], tt = ["for"], at = /* @__PURE__ */ xe(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), ot = /* @__PURE__ */ g({
|
|
363
357
|
__name: "radio-button",
|
|
364
358
|
props: {
|
|
365
359
|
name: { default: "radio" },
|
|
@@ -426,7 +420,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
426
420
|
a.$emit("update:modelValue", s.target.value), s.target.blur();
|
|
427
421
|
})
|
|
428
422
|
}, [
|
|
429
|
-
(l(!0), i(
|
|
423
|
+
(l(!0), i(A, null, P(a.options, (s) => (l(), i("option", {
|
|
430
424
|
key: s.value,
|
|
431
425
|
value: s.value
|
|
432
426
|
}, n(s.text), 9, nt))), 128))
|
|
@@ -444,8 +438,8 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
444
438
|
const r = e, s = a, o = () => {
|
|
445
439
|
s("update:show", !r.show);
|
|
446
440
|
};
|
|
447
|
-
return (u,
|
|
448
|
-
S(
|
|
441
|
+
return (u, _) => (l(), i("div", ut, [
|
|
442
|
+
S(we, {
|
|
449
443
|
duration: 300,
|
|
450
444
|
name: "nested"
|
|
451
445
|
}, {
|
|
@@ -459,11 +453,11 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
459
453
|
t("div", {
|
|
460
454
|
id: "modal",
|
|
461
455
|
class: m([u.searchBar ? "search" : ""]),
|
|
462
|
-
onClick:
|
|
456
|
+
onClick: _[0] || (_[0] = pe(() => {
|
|
463
457
|
}, ["stop"]))
|
|
464
458
|
}, [
|
|
465
459
|
t("div", null, [
|
|
466
|
-
u.searchBar ?
|
|
460
|
+
u.searchBar ? h("", !0) : (l(), C(ae, {
|
|
467
461
|
key: 0,
|
|
468
462
|
"aria-label": "close",
|
|
469
463
|
variant: "close",
|
|
@@ -473,14 +467,14 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
473
467
|
c(u.$slots, "default", {}, void 0, !0)
|
|
474
468
|
], 2)
|
|
475
469
|
], 2), [
|
|
476
|
-
[
|
|
470
|
+
[Z, u.show]
|
|
477
471
|
])
|
|
478
472
|
]),
|
|
479
473
|
_: 3
|
|
480
474
|
})
|
|
481
475
|
]));
|
|
482
476
|
}
|
|
483
|
-
}),
|
|
477
|
+
}), fe = /* @__PURE__ */ f(_t, [["__scopeId", "data-v-80f0fb08"]]), pt = { class: "slider__wrapper" }, ht = { class: "slider__label" }, mt = ["for"], vt = ["aria-label"], ft = { class: "slider__content" }, gt = ["id", "name", "value", "min", "step", "max"], bt = { class: "modal-information" }, yt = /* @__PURE__ */ g({
|
|
484
478
|
__name: "slider",
|
|
485
479
|
props: {
|
|
486
480
|
label: {},
|
|
@@ -496,20 +490,20 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
496
490
|
},
|
|
497
491
|
emits: ["update:modelValue"],
|
|
498
492
|
setup(e, { emit: a }) {
|
|
499
|
-
const r = e, s = a, o =
|
|
500
|
-
var
|
|
501
|
-
(
|
|
493
|
+
const r = e, s = a, o = I(r.modelValue), u = I(), _ = I(!1), d = (v, b, L) => (v - b) / (L - b) * 100, k = (v) => {
|
|
494
|
+
var b;
|
|
495
|
+
(b = u.value) == null || b.style.setProperty("--ProgressPercent", `${v}%`);
|
|
502
496
|
};
|
|
503
|
-
return
|
|
497
|
+
return he(() => {
|
|
504
498
|
if (u.value) {
|
|
505
499
|
s("update:modelValue", o.value);
|
|
506
|
-
const v =
|
|
507
|
-
let
|
|
508
|
-
|
|
500
|
+
const v = d(o.value, r.min, r.max);
|
|
501
|
+
let b = (50 - v) / 100;
|
|
502
|
+
k(v + b);
|
|
509
503
|
}
|
|
510
|
-
}), (v,
|
|
511
|
-
t("div",
|
|
512
|
-
t("div",
|
|
504
|
+
}), (v, b) => (l(), i("div", null, [
|
|
505
|
+
t("div", pt, [
|
|
506
|
+
t("div", ht, [
|
|
513
507
|
t("label", {
|
|
514
508
|
for: v.id,
|
|
515
509
|
class: m([v.variant, ""])
|
|
@@ -521,9 +515,9 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
521
515
|
"aria-label": v.informationLabel,
|
|
522
516
|
tabindex: "0",
|
|
523
517
|
"aria-haspopup": "dialog",
|
|
524
|
-
onClick:
|
|
525
|
-
onKeyup:
|
|
526
|
-
}, null, 42, vt)) :
|
|
518
|
+
onClick: b[0] || (b[0] = (L) => _.value = !_.value),
|
|
519
|
+
onKeyup: b[1] || (b[1] = Se((L) => _.value = !_.value, ["enter"]))
|
|
520
|
+
}, null, 42, vt)) : h("", !0)
|
|
527
521
|
]),
|
|
528
522
|
t("div", ft, [
|
|
529
523
|
t("span", {
|
|
@@ -540,7 +534,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
540
534
|
step: v.step,
|
|
541
535
|
max: v.max,
|
|
542
536
|
class: m(v.variant),
|
|
543
|
-
onInput:
|
|
537
|
+
onInput: b[2] || (b[2] = ({ target: L }) => o.value = parseFloat(L.value))
|
|
544
538
|
}, null, 42, gt),
|
|
545
539
|
t("span", {
|
|
546
540
|
class: m([v.variant, "slider__minmax"])
|
|
@@ -550,16 +544,16 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
550
544
|
class: m([v.variant, "slider__value"])
|
|
551
545
|
}, n(v.modelValue), 3)
|
|
552
546
|
]),
|
|
553
|
-
v.information ? (l(), C(
|
|
547
|
+
v.information ? (l(), C(fe, {
|
|
554
548
|
key: 0,
|
|
555
|
-
show:
|
|
556
|
-
"onUpdate:show":
|
|
549
|
+
show: _.value,
|
|
550
|
+
"onUpdate:show": b[3] || (b[3] = (L) => _.value = L)
|
|
557
551
|
}, {
|
|
558
552
|
default: $(() => [
|
|
559
553
|
t("p", bt, n(v.information), 1)
|
|
560
554
|
]),
|
|
561
555
|
_: 1
|
|
562
|
-
}, 8, ["show"])) :
|
|
556
|
+
}, 8, ["show"])) : h("", !0)
|
|
563
557
|
]));
|
|
564
558
|
}
|
|
565
559
|
}), $t = /* @__PURE__ */ f(yt, [["__scopeId", "data-v-24a83011"]]), kt = { id: "textarea-wrapper" }, wt = ["for"], St = ["id"], Bt = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], It = { class: "textarea-info" }, qt = { key: 0 }, Lt = /* @__PURE__ */ g({
|
|
@@ -602,7 +596,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
602
596
|
], 8, St),
|
|
603
597
|
t("div", It, [
|
|
604
598
|
t("div", null, [
|
|
605
|
-
a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (l(), i("p", qt, " Too many characters. Please make it shorter ")) :
|
|
599
|
+
a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (l(), i("p", qt, " Too many characters. Please make it shorter ")) : h("", !0)
|
|
606
600
|
]),
|
|
607
601
|
t("p", {
|
|
608
602
|
class: m(
|
|
@@ -612,16 +606,16 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
612
606
|
])
|
|
613
607
|
]));
|
|
614
608
|
}
|
|
615
|
-
}), Dt = /* @__PURE__ */ f(Lt, [["__scopeId", "data-v-220a973c"]]),
|
|
609
|
+
}), Dt = /* @__PURE__ */ f(Lt, [["__scopeId", "data-v-220a973c"]]), Ct = { class: "text-field__wrapper" }, Tt = ["for"], Vt = { key: 0 }, At = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Pt = ["aria-expanded"], Mt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Ot = {
|
|
616
610
|
key: 2,
|
|
617
611
|
class: "search"
|
|
618
612
|
}, Ft = {
|
|
619
613
|
key: 3,
|
|
620
614
|
class: "errorMessage"
|
|
621
|
-
},
|
|
615
|
+
}, Ht = {
|
|
622
616
|
key: 4,
|
|
623
617
|
class: "helperText"
|
|
624
|
-
},
|
|
618
|
+
}, Rt = /* @__PURE__ */ g({
|
|
625
619
|
__name: "text-field",
|
|
626
620
|
props: {
|
|
627
621
|
type: { default: "text" },
|
|
@@ -648,62 +642,62 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
648
642
|
tel: "tel",
|
|
649
643
|
url: "url",
|
|
650
644
|
search: "search"
|
|
651
|
-
}, r = e, s =
|
|
645
|
+
}, r = e, s = T(() => a[r.type]), o = I(!0), u = T(
|
|
652
646
|
() => o.value ? "showPassword" : "hidePassword"
|
|
653
|
-
),
|
|
647
|
+
), _ = T(
|
|
654
648
|
() => o.value ? "password" : "text"
|
|
655
649
|
);
|
|
656
|
-
return (
|
|
650
|
+
return (d, k) => (l(), i("div", Ct, [
|
|
657
651
|
t("label", {
|
|
658
|
-
for:
|
|
652
|
+
for: d.id,
|
|
659
653
|
class: m([
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
654
|
+
d.required ? "required" : "",
|
|
655
|
+
d.disabled ? "disabled" : "",
|
|
656
|
+
d.search ? "search" : ""
|
|
663
657
|
])
|
|
664
|
-
}, n(
|
|
665
|
-
s.value === "password" ? (l(), i("div",
|
|
658
|
+
}, n(d.label), 11, Tt),
|
|
659
|
+
s.value === "password" ? (l(), i("div", Vt, [
|
|
666
660
|
t("input", {
|
|
667
|
-
id:
|
|
661
|
+
id: d.id,
|
|
668
662
|
ref: "passwordField",
|
|
669
|
-
type:
|
|
670
|
-
value:
|
|
671
|
-
placeholder:
|
|
672
|
-
required:
|
|
673
|
-
disabled:
|
|
674
|
-
name:
|
|
675
|
-
onInput:
|
|
663
|
+
type: _.value,
|
|
664
|
+
value: d.modelValue,
|
|
665
|
+
placeholder: d.placeholder,
|
|
666
|
+
required: d.required,
|
|
667
|
+
disabled: d.disabled,
|
|
668
|
+
name: d.fieldName,
|
|
669
|
+
onInput: k[0] || (k[0] = (v) => d.$emit("update:modelValue", v.target.value))
|
|
676
670
|
}, null, 40, At),
|
|
677
671
|
t("i", {
|
|
678
672
|
role: "button",
|
|
679
673
|
class: m([u.value]),
|
|
680
674
|
"aria-controls": "password",
|
|
681
675
|
"aria-expanded": !o.value,
|
|
682
|
-
onClick:
|
|
676
|
+
onClick: k[1] || (k[1] = (v) => o.value = !o.value)
|
|
683
677
|
}, null, 10, Pt)
|
|
684
678
|
])) : (l(), i("input", {
|
|
685
679
|
key: 1,
|
|
686
|
-
id:
|
|
680
|
+
id: d.id,
|
|
687
681
|
ref: "textField",
|
|
688
682
|
type: s.value,
|
|
689
|
-
value:
|
|
690
|
-
placeholder:
|
|
691
|
-
required:
|
|
683
|
+
value: d.modelValue,
|
|
684
|
+
placeholder: d.placeholder,
|
|
685
|
+
required: d.required,
|
|
692
686
|
class: m([
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
687
|
+
d.invalid ? "invalid" : "",
|
|
688
|
+
d.valid ? "valid" : "",
|
|
689
|
+
d.search ? "search" : ""
|
|
696
690
|
]),
|
|
697
|
-
disabled:
|
|
698
|
-
name:
|
|
699
|
-
onInput:
|
|
691
|
+
disabled: d.disabled,
|
|
692
|
+
name: d.fieldName,
|
|
693
|
+
onInput: k[2] || (k[2] = (v) => d.$emit("update:modelValue", v.target.value))
|
|
700
694
|
}, null, 42, Mt)),
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
695
|
+
d.search ? (l(), i("i", Ot)) : h("", !0),
|
|
696
|
+
d.errorMessage ? (l(), i("strong", Ft, n(d.errorMessage), 1)) : h("", !0),
|
|
697
|
+
d.helperText ? (l(), i("span", Ht, n(d.helperText), 1)) : h("", !0)
|
|
704
698
|
]));
|
|
705
699
|
}
|
|
706
|
-
}),
|
|
700
|
+
}), Et = /* @__PURE__ */ f(Rt, [["__scopeId", "data-v-414b9435"]]), Nt = { class: "video__wrapper" }, zt = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], jt = ["src", "aria-label", "title", "width", "height"], Kt = /* @__PURE__ */ g({
|
|
707
701
|
__name: "video",
|
|
708
702
|
props: {
|
|
709
703
|
play: { type: Boolean, default: !1 },
|
|
@@ -721,14 +715,14 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
721
715
|
},
|
|
722
716
|
setup(e, { expose: a }) {
|
|
723
717
|
const r = e;
|
|
724
|
-
let s =
|
|
725
|
-
return
|
|
718
|
+
let s = I(null);
|
|
719
|
+
return he(() => {
|
|
726
720
|
s.value && (r.play ? s.value.play() : r.play || s.value.pause());
|
|
727
721
|
}), a({
|
|
728
722
|
resetVideo: () => {
|
|
729
723
|
s.value && (s.value.currentTime = 0, s.value.play());
|
|
730
724
|
}
|
|
731
|
-
}), (u,
|
|
725
|
+
}), (u, _) => (l(), i("div", Nt, [
|
|
732
726
|
u.localVideo ? (l(), i("video", {
|
|
733
727
|
key: 0,
|
|
734
728
|
ref_key: "videoRef",
|
|
@@ -757,7 +751,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
757
751
|
}, null, 8, jt))
|
|
758
752
|
]));
|
|
759
753
|
}
|
|
760
|
-
}),
|
|
754
|
+
}), x = /* @__PURE__ */ f(Kt, [["__scopeId", "data-v-c6a0feb6"]]), Ut = { class: "address__wrapper" }, Gt = { class: "address__content" }, Jt = { class: "address__flag" }, Wt = { class: "address__address" }, Yt = { class: "address__name" }, Qt = { key: 0 }, Zt = { class: "address__contact" }, Xt = ["href"], xt = ["href"], ea = ["href"], ta = /* @__PURE__ */ g({
|
|
761
755
|
__name: "address",
|
|
762
756
|
props: {
|
|
763
757
|
name: {},
|
|
@@ -770,7 +764,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
770
764
|
email: {}
|
|
771
765
|
},
|
|
772
766
|
setup(e) {
|
|
773
|
-
return (a, r) => (l(), i("div",
|
|
767
|
+
return (a, r) => (l(), i("div", Ut, [
|
|
774
768
|
t("div", Gt, [
|
|
775
769
|
t("div", Jt, [
|
|
776
770
|
c(a.$slots, "address-flag", {}, void 0, !0)
|
|
@@ -780,10 +774,10 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
780
774
|
t("p", null, n(a.company), 1),
|
|
781
775
|
t("p", null, n(a.addressLine1), 1),
|
|
782
776
|
t("p", null, n(a.addressLine2), 1),
|
|
783
|
-
a.addressLine3 ? (l(), i("p", Qt, n(a.addressLine3), 1)) :
|
|
777
|
+
a.addressLine3 ? (l(), i("p", Qt, n(a.addressLine3), 1)) : h("", !0)
|
|
784
778
|
]),
|
|
785
779
|
t("div", Zt, [
|
|
786
|
-
a.website ? (l(), C(
|
|
780
|
+
a.website ? (l(), C(V, {
|
|
787
781
|
key: 0,
|
|
788
782
|
underline: "false",
|
|
789
783
|
"link-type": "regular"
|
|
@@ -795,8 +789,8 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
795
789
|
}, n(a.website), 9, Xt)
|
|
796
790
|
]),
|
|
797
791
|
_: 1
|
|
798
|
-
})) :
|
|
799
|
-
(l(!0), i(
|
|
792
|
+
})) : h("", !0),
|
|
793
|
+
(l(!0), i(A, null, P(a.phoneNumbers, (s) => (l(), C(V, {
|
|
800
794
|
key: s,
|
|
801
795
|
underline: "false",
|
|
802
796
|
"link-type": "regular"
|
|
@@ -817,7 +811,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
817
811
|
])
|
|
818
812
|
]));
|
|
819
813
|
}
|
|
820
|
-
}), aa = /* @__PURE__ */ f(ta, [["__scopeId", "data-v-e1c72a18"]]), oa = (e) => (
|
|
814
|
+
}), aa = /* @__PURE__ */ f(ta, [["__scopeId", "data-v-e1c72a18"]]), oa = (e) => (H("data-v-a44fd57d"), e = e(), R(), e), la = { class: "bullet-list__wrapper" }, sa = /* @__PURE__ */ oa(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), ia = /* @__PURE__ */ g({
|
|
821
815
|
__name: "bullet-list",
|
|
822
816
|
props: {
|
|
823
817
|
list: {
|
|
@@ -842,9 +836,9 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
842
836
|
class: m(["bullet-list", e.variant])
|
|
843
837
|
}, [
|
|
844
838
|
t("ul", null, [
|
|
845
|
-
(l(!0), i(
|
|
839
|
+
(l(!0), i(A, null, P(e.list, (s) => (l(), i("li", { key: s }, [
|
|
846
840
|
sa,
|
|
847
|
-
|
|
841
|
+
J(" " + n(s), 1)
|
|
848
842
|
]))), 128))
|
|
849
843
|
])
|
|
850
844
|
], 2)
|
|
@@ -872,8 +866,8 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
872
866
|
},
|
|
873
867
|
emits: ["clicked"],
|
|
874
868
|
setup(e) {
|
|
875
|
-
const a =
|
|
876
|
-
let r =
|
|
869
|
+
const a = Be();
|
|
870
|
+
let r = I(!1);
|
|
877
871
|
const s = {
|
|
878
872
|
small: {
|
|
879
873
|
class: "card--small",
|
|
@@ -890,43 +884,43 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
890
884
|
width: "596",
|
|
891
885
|
height: "335"
|
|
892
886
|
}
|
|
893
|
-
}, o = e, u =
|
|
894
|
-
return (
|
|
887
|
+
}, o = e, u = T(() => s[o.size]);
|
|
888
|
+
return (_, d) => (l(), i("div", na, [
|
|
895
889
|
t("div", {
|
|
896
890
|
class: m(["card", [
|
|
897
|
-
|
|
898
|
-
|
|
891
|
+
_.theme === "dark" ? "card--dark" : "card--light",
|
|
892
|
+
_.orientation === "vertical" ? "vertical" : "horizontal",
|
|
899
893
|
u.value.class,
|
|
900
|
-
|
|
901
|
-
|
|
894
|
+
_.size === "large" && _.variant === "article" ? "card--large-article" : "",
|
|
895
|
+
_.variant === "product" ? "card--product" : "card--article"
|
|
902
896
|
]]),
|
|
903
|
-
style: ce([
|
|
904
|
-
onMouseover:
|
|
905
|
-
onMouseout:
|
|
897
|
+
style: ce([_.variant === "product" ? "font-weight: 700" : "font-weight: 300"]),
|
|
898
|
+
onMouseover: d[0] || (d[0] = (k) => ne(r) ? r.value = !0 : r = !0),
|
|
899
|
+
onMouseout: d[1] || (d[1] = (k) => ne(r) ? r.value = !1 : r = !1)
|
|
906
900
|
}, [
|
|
907
|
-
|
|
901
|
+
_.mediaType === "image" ? (l(), C(M, { key: 0 }, {
|
|
908
902
|
default: $(() => [
|
|
909
|
-
c(
|
|
910
|
-
src:
|
|
903
|
+
c(_.$slots, "card-image", de({
|
|
904
|
+
src: _.imgSrc,
|
|
911
905
|
width: "596",
|
|
912
906
|
height: "335",
|
|
913
|
-
alt:
|
|
907
|
+
alt: _.alt,
|
|
914
908
|
loading: "auto",
|
|
915
909
|
sizes: "(min-width: 581px) 582px, 100vw"
|
|
916
|
-
}, { srcset:
|
|
910
|
+
}, { srcset: _.srcSet }))
|
|
917
911
|
]),
|
|
918
912
|
_: 3
|
|
919
913
|
})) : (l(), i("div", {
|
|
920
914
|
key: 1,
|
|
921
|
-
class: m(["video-card__wrapper",
|
|
915
|
+
class: m(["video-card__wrapper", B(r) === !0 ? "vimeoPlaying" : ""])
|
|
922
916
|
}, [
|
|
923
|
-
S(
|
|
924
|
-
play:
|
|
917
|
+
S(x, {
|
|
918
|
+
play: B(r),
|
|
925
919
|
"local-video": !0,
|
|
926
|
-
src:
|
|
927
|
-
"aria-label":
|
|
920
|
+
src: _.videoSrc,
|
|
921
|
+
"aria-label": _.arialabel,
|
|
928
922
|
controls: !1,
|
|
929
|
-
poster:
|
|
923
|
+
poster: _.imgSrc,
|
|
930
924
|
width: u.value.width,
|
|
931
925
|
height: u.value.height,
|
|
932
926
|
autoplay: !0,
|
|
@@ -934,28 +928,28 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
934
928
|
muted: !0
|
|
935
929
|
}, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
|
|
936
930
|
], 2)),
|
|
937
|
-
|
|
938
|
-
c(
|
|
939
|
-
])) :
|
|
940
|
-
|
|
931
|
+
B(a)["card-label"] ? (l(), i("div", da, [
|
|
932
|
+
c(_.$slots, "card-label")
|
|
933
|
+
])) : h("", !0),
|
|
934
|
+
_.variant === "product" ? (l(), i("div", {
|
|
941
935
|
key: 3,
|
|
942
936
|
class: m([
|
|
943
937
|
"card__headline",
|
|
944
|
-
|
|
938
|
+
_.theme === "dark" ? "regular-dark" : "regular-blue"
|
|
945
939
|
]),
|
|
946
940
|
style: { "font-weight": "700" }
|
|
947
|
-
}, n(
|
|
941
|
+
}, n(_.headline), 3)) : (l(), i("div", {
|
|
948
942
|
key: 4,
|
|
949
943
|
class: m([
|
|
950
944
|
"card__headline",
|
|
951
|
-
|
|
945
|
+
_.theme === "dark" ? "regular-dark" : "regular-dark-blue"
|
|
952
946
|
])
|
|
953
|
-
}, n(
|
|
954
|
-
|
|
947
|
+
}, n(_.headline), 3)),
|
|
948
|
+
_.variant === "product" ? (l(), i("p", ca, n(_.paragraph), 1)) : h("", !0)
|
|
955
949
|
], 38)
|
|
956
950
|
]));
|
|
957
951
|
}
|
|
958
|
-
}), _a = /* @__PURE__ */ f(ua, [["__scopeId", "data-v-351c5fbb"]]),
|
|
952
|
+
}), _a = /* @__PURE__ */ f(ua, [["__scopeId", "data-v-351c5fbb"]]), pa = (e) => (H("data-v-2c394add"), e = e(), R(), e), ha = { class: "event__wrapper" }, ma = { class: "event__headline" }, va = { class: "event__date-location" }, fa = /* @__PURE__ */ pa(() => /* @__PURE__ */ t("br", null, null, -1)), ga = { class: "event__exhibitor" }, ba = /* @__PURE__ */ g({
|
|
959
953
|
__name: "event-card",
|
|
960
954
|
props: {
|
|
961
955
|
eventType: {
|
|
@@ -980,16 +974,16 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
980
974
|
}
|
|
981
975
|
},
|
|
982
976
|
setup(e) {
|
|
983
|
-
return (a, r) => (l(), i("div",
|
|
984
|
-
S(
|
|
977
|
+
return (a, r) => (l(), i("div", ha, [
|
|
978
|
+
S(X, {
|
|
985
979
|
"label-dark": !1,
|
|
986
980
|
text: e.eventType ? e.eventType : ""
|
|
987
981
|
}, null, 8, ["text"]),
|
|
988
982
|
t("div", ma, n(e.headline), 1),
|
|
989
983
|
t("div", va, [
|
|
990
|
-
|
|
984
|
+
J(n(e.dateTime), 1),
|
|
991
985
|
fa,
|
|
992
|
-
|
|
986
|
+
J(n(e.location), 1)
|
|
993
987
|
]),
|
|
994
988
|
t("div", ga, n(e.exhibitor), 1)
|
|
995
989
|
]));
|
|
@@ -1012,7 +1006,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1012
1006
|
},
|
|
1013
1007
|
setup(e) {
|
|
1014
1008
|
return (a, r) => (l(), i("div", $a, [
|
|
1015
|
-
S(
|
|
1009
|
+
S(X, {
|
|
1016
1010
|
"label-dark": !1,
|
|
1017
1011
|
text: e.label ? e.label : ""
|
|
1018
1012
|
}, null, 8, ["text"]),
|
|
@@ -1022,10 +1016,47 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1022
1016
|
])
|
|
1023
1017
|
]));
|
|
1024
1018
|
}
|
|
1025
|
-
}), Ba = /* @__PURE__ */ f(Sa, [["__scopeId", "data-v-ebdea819"]]), Ia = { class: "
|
|
1019
|
+
}), Ba = /* @__PURE__ */ f(Sa, [["__scopeId", "data-v-ebdea819"]]), Ia = { class: "card-display__wrapper" }, qa = {
|
|
1020
|
+
key: 0,
|
|
1021
|
+
class: "card__content"
|
|
1022
|
+
}, La = { key: 0 }, Da = { key: 1 }, Ca = { class: "card__cards" }, Ta = /* @__PURE__ */ g({
|
|
1023
|
+
__name: "card-display",
|
|
1024
|
+
props: {
|
|
1025
|
+
headline: {
|
|
1026
|
+
type: String,
|
|
1027
|
+
default: ""
|
|
1028
|
+
},
|
|
1029
|
+
paragraph: {
|
|
1030
|
+
type: String,
|
|
1031
|
+
default: ""
|
|
1032
|
+
},
|
|
1033
|
+
bgColor: {
|
|
1034
|
+
type: String,
|
|
1035
|
+
default: "white"
|
|
1036
|
+
}
|
|
1037
|
+
},
|
|
1038
|
+
setup(e) {
|
|
1039
|
+
return (a, r) => (l(), i("div", {
|
|
1040
|
+
class: m([
|
|
1041
|
+
"card-display",
|
|
1042
|
+
e.bgColor === "blue" ? "card-display--blue" : "card-display--white"
|
|
1043
|
+
])
|
|
1044
|
+
}, [
|
|
1045
|
+
t("div", Ia, [
|
|
1046
|
+
e.headline || e.paragraph ? (l(), i("div", qa, [
|
|
1047
|
+
e.headline ? (l(), i("h2", La, n(e.headline), 1)) : h("", !0),
|
|
1048
|
+
e.paragraph ? (l(), i("p", Da, n(e.paragraph), 1)) : h("", !0)
|
|
1049
|
+
])) : h("", !0),
|
|
1050
|
+
t("div", Ca, [
|
|
1051
|
+
c(a.$slots, "card-display-cards", {}, void 0, !0)
|
|
1052
|
+
])
|
|
1053
|
+
])
|
|
1054
|
+
], 2));
|
|
1055
|
+
}
|
|
1056
|
+
}), Va = /* @__PURE__ */ f(Ta, [["__scopeId", "data-v-e8033cff"]]), Aa = { class: "facts__wrapper" }, Pa = { class: "facts__content" }, Ma = { class: "facts__headline" }, Oa = { class: "facts" }, Fa = { class: "fact__value" }, Ha = { class: "fact__metric" }, Ra = {
|
|
1026
1057
|
key: 0,
|
|
1027
1058
|
class: "facts__link"
|
|
1028
|
-
},
|
|
1059
|
+
}, Ea = /* @__PURE__ */ g({
|
|
1029
1060
|
__name: "facts",
|
|
1030
1061
|
props: {
|
|
1031
1062
|
headline: { default: "" },
|
|
@@ -1049,24 +1080,24 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1049
1080
|
}) }
|
|
1050
1081
|
},
|
|
1051
1082
|
setup(e) {
|
|
1052
|
-
return (a, r) => (l(), i("div",
|
|
1053
|
-
t("div",
|
|
1054
|
-
t("h2",
|
|
1055
|
-
t("div",
|
|
1056
|
-
(l(!0), i(
|
|
1083
|
+
return (a, r) => (l(), i("div", Aa, [
|
|
1084
|
+
t("div", Pa, [
|
|
1085
|
+
t("h2", Ma, n(a.headline), 1),
|
|
1086
|
+
t("div", Oa, [
|
|
1087
|
+
(l(!0), i(A, null, P(a.facts, (s) => (l(), i("div", {
|
|
1057
1088
|
key: s.value + s.metric,
|
|
1058
1089
|
class: "fact"
|
|
1059
1090
|
}, [
|
|
1060
|
-
t("div",
|
|
1091
|
+
t("div", Fa, [
|
|
1061
1092
|
t("span", null, n(s.value), 1)
|
|
1062
1093
|
]),
|
|
1063
|
-
t("div",
|
|
1094
|
+
t("div", Ha, [
|
|
1064
1095
|
t("span", null, n(s.metric), 1)
|
|
1065
1096
|
])
|
|
1066
1097
|
]))), 128))
|
|
1067
1098
|
]),
|
|
1068
|
-
a.link ? (l(), i("div",
|
|
1069
|
-
S(
|
|
1099
|
+
a.link ? (l(), i("div", Ra, [
|
|
1100
|
+
S(V, {
|
|
1070
1101
|
"link-type": "regular_light",
|
|
1071
1102
|
arrow: ""
|
|
1072
1103
|
}, {
|
|
@@ -1075,17 +1106,17 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1075
1106
|
]),
|
|
1076
1107
|
_: 3
|
|
1077
1108
|
})
|
|
1078
|
-
])) :
|
|
1109
|
+
])) : h("", !0)
|
|
1079
1110
|
])
|
|
1080
1111
|
]));
|
|
1081
1112
|
}
|
|
1082
|
-
}),
|
|
1113
|
+
}), Na = /* @__PURE__ */ f(Ea, [["__scopeId", "data-v-d2b231d4"]]), za = { class: "features__wrapper" }, ja = { class: "features__content" }, Ka = {
|
|
1083
1114
|
key: 0,
|
|
1084
1115
|
class: "features__headline"
|
|
1085
|
-
},
|
|
1116
|
+
}, Ua = {
|
|
1086
1117
|
key: 1,
|
|
1087
1118
|
class: "features__body"
|
|
1088
|
-
},
|
|
1119
|
+
}, Ga = { class: "element__headline" }, Ja = { class: "element__body" }, Wa = /* @__PURE__ */ g({
|
|
1089
1120
|
__name: "features",
|
|
1090
1121
|
props: {
|
|
1091
1122
|
headline: { default: "" },
|
|
@@ -1093,24 +1124,24 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1093
1124
|
elements: { default: () => [] }
|
|
1094
1125
|
},
|
|
1095
1126
|
setup(e) {
|
|
1096
|
-
return (a, r) => (l(), i("div",
|
|
1097
|
-
t("div",
|
|
1098
|
-
a.headline ? (l(), i("div",
|
|
1127
|
+
return (a, r) => (l(), i("div", za, [
|
|
1128
|
+
t("div", ja, [
|
|
1129
|
+
a.headline ? (l(), i("div", Ka, [
|
|
1099
1130
|
t("h2", null, n(a.headline), 1)
|
|
1100
|
-
])) :
|
|
1101
|
-
a.body ? (l(), i("div",
|
|
1131
|
+
])) : h("", !0),
|
|
1132
|
+
a.body ? (l(), i("div", Ua, [
|
|
1102
1133
|
c(a.$slots, "features-body", {}, void 0, !0)
|
|
1103
|
-
])) :
|
|
1134
|
+
])) : h("", !0),
|
|
1104
1135
|
t("div", {
|
|
1105
1136
|
class: m(["features__elements", [a.elements.length === 6 ? "features__elements--grid-6" : ""]])
|
|
1106
1137
|
}, [
|
|
1107
|
-
(l(!0), i(
|
|
1138
|
+
(l(!0), i(A, null, P(a.elements, (s) => (l(), i("div", {
|
|
1108
1139
|
key: s.headline,
|
|
1109
1140
|
class: "features__element"
|
|
1110
1141
|
}, [
|
|
1111
|
-
S(
|
|
1142
|
+
S(M, { class: "element__icon" }, {
|
|
1112
1143
|
default: $(() => [
|
|
1113
|
-
c(a.$slots, "features-icon", F(
|
|
1144
|
+
c(a.$slots, "features-icon", F(N({
|
|
1114
1145
|
src: s.icon.src,
|
|
1115
1146
|
height: 30,
|
|
1116
1147
|
width: 30,
|
|
@@ -1119,14 +1150,14 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1119
1150
|
]),
|
|
1120
1151
|
_: 2
|
|
1121
1152
|
}, 1024),
|
|
1122
|
-
t("p",
|
|
1123
|
-
t("p",
|
|
1153
|
+
t("p", Ga, n(s.headline), 1),
|
|
1154
|
+
t("p", Ja, n(s.body), 1)
|
|
1124
1155
|
]))), 128))
|
|
1125
1156
|
], 2)
|
|
1126
1157
|
])
|
|
1127
1158
|
]));
|
|
1128
1159
|
}
|
|
1129
|
-
}),
|
|
1160
|
+
}), Ya = /* @__PURE__ */ f(Wa, [["__scopeId", "data-v-57a22df7"]]), Qa = { class: "form__wrapper" }, Za = { class: "form__content" }, Xa = { class: "form__information" }, xa = { class: "form__headline" }, eo = { class: "form__body" }, to = { class: "form__script" }, ao = /* @__PURE__ */ g({
|
|
1130
1161
|
__name: "form-script",
|
|
1131
1162
|
props: {
|
|
1132
1163
|
headline: {
|
|
@@ -1135,21 +1166,92 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1135
1166
|
}
|
|
1136
1167
|
},
|
|
1137
1168
|
setup(e) {
|
|
1138
|
-
return (a, r) => (l(), i("div",
|
|
1139
|
-
t("div",
|
|
1140
|
-
t("div",
|
|
1141
|
-
t("h2",
|
|
1142
|
-
t("div",
|
|
1169
|
+
return (a, r) => (l(), i("div", Qa, [
|
|
1170
|
+
t("div", Za, [
|
|
1171
|
+
t("div", Xa, [
|
|
1172
|
+
t("h2", xa, n(e.headline), 1),
|
|
1173
|
+
t("div", eo, [
|
|
1143
1174
|
c(a.$slots, "form-body", {}, void 0, !0)
|
|
1144
1175
|
])
|
|
1145
1176
|
]),
|
|
1146
|
-
t("div",
|
|
1177
|
+
t("div", to, [
|
|
1147
1178
|
c(a.$slots, "form-script", {}, void 0, !0)
|
|
1148
1179
|
])
|
|
1149
1180
|
])
|
|
1150
1181
|
]));
|
|
1151
1182
|
}
|
|
1152
|
-
}),
|
|
1183
|
+
}), oo = /* @__PURE__ */ f(ao, [["__scopeId", "data-v-87a67c13"]]), lo = { class: "headline__wrapper" }, so = { class: "headline__h1" }, io = /* @__PURE__ */ g({
|
|
1184
|
+
__name: "headline",
|
|
1185
|
+
props: {
|
|
1186
|
+
headline: {
|
|
1187
|
+
type: String,
|
|
1188
|
+
required: !0
|
|
1189
|
+
},
|
|
1190
|
+
article: {
|
|
1191
|
+
type: Boolean,
|
|
1192
|
+
required: !1
|
|
1193
|
+
},
|
|
1194
|
+
subMenu: {
|
|
1195
|
+
type: Boolean,
|
|
1196
|
+
required: !1
|
|
1197
|
+
}
|
|
1198
|
+
},
|
|
1199
|
+
setup(e) {
|
|
1200
|
+
return (a, r) => (l(), i("div", lo, [
|
|
1201
|
+
t("div", {
|
|
1202
|
+
class: m({
|
|
1203
|
+
"headline__content--article-and-submenu": e.article && e.subMenu,
|
|
1204
|
+
"headline__content--article": e.article && !e.subMenu,
|
|
1205
|
+
"headline__content--default headline__content--submenu": !e.article && e.subMenu,
|
|
1206
|
+
"headline__content--default": !e.article && !e.subMenu
|
|
1207
|
+
})
|
|
1208
|
+
}, [
|
|
1209
|
+
t("h1", so, n(e.headline), 1)
|
|
1210
|
+
], 2)
|
|
1211
|
+
]));
|
|
1212
|
+
}
|
|
1213
|
+
}), ro = /* @__PURE__ */ f(io, [["__scopeId", "data-v-3ef1567e"]]), no = (e) => (H("data-v-22f9be13"), e = e(), R(), e), co = { class: "hero__wrapper" }, uo = { class: "hero__content" }, _o = { class: "hero__top" }, po = { class: "hero__elements" }, ho = { class: "hero__headline" }, mo = { class: "hero__link" }, vo = { class: "hero__video" }, fo = /* @__PURE__ */ no(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), go = { class: "hero__video__video" }, bo = { class: "hero__image" }, yo = /* @__PURE__ */ g({
|
|
1214
|
+
__name: "hero",
|
|
1215
|
+
props: {
|
|
1216
|
+
headline: {
|
|
1217
|
+
type: String,
|
|
1218
|
+
required: !0
|
|
1219
|
+
}
|
|
1220
|
+
},
|
|
1221
|
+
setup(e) {
|
|
1222
|
+
return (a, r) => (l(), i("div", co, [
|
|
1223
|
+
t("div", uo, [
|
|
1224
|
+
t("div", _o, [
|
|
1225
|
+
t("div", po, [
|
|
1226
|
+
t("div", ho, [
|
|
1227
|
+
t("h1", null, n(e.headline), 1)
|
|
1228
|
+
]),
|
|
1229
|
+
t("div", mo, [
|
|
1230
|
+
S(V, {
|
|
1231
|
+
"link-type": "regular_light",
|
|
1232
|
+
arrow: ""
|
|
1233
|
+
}, {
|
|
1234
|
+
default: $(() => [
|
|
1235
|
+
c(a.$slots, "hero-link", {}, void 0, !0)
|
|
1236
|
+
]),
|
|
1237
|
+
_: 3
|
|
1238
|
+
})
|
|
1239
|
+
])
|
|
1240
|
+
])
|
|
1241
|
+
]),
|
|
1242
|
+
t("div", vo, [
|
|
1243
|
+
fo,
|
|
1244
|
+
t("div", go, [
|
|
1245
|
+
c(a.$slots, "hero-video", {}, void 0, !0)
|
|
1246
|
+
]),
|
|
1247
|
+
t("div", bo, [
|
|
1248
|
+
c(a.$slots, "hero-image", {}, void 0, !0)
|
|
1249
|
+
])
|
|
1250
|
+
])
|
|
1251
|
+
])
|
|
1252
|
+
]));
|
|
1253
|
+
}
|
|
1254
|
+
}), $o = /* @__PURE__ */ f(yo, [["__scopeId", "data-v-22f9be13"]]), ko = { class: "image__wrapper" }, wo = { class: "image__content" }, So = { class: "image__image" }, Bo = { class: "image__caption" }, Io = /* @__PURE__ */ g({
|
|
1153
1255
|
inheritAttrs: !1,
|
|
1154
1256
|
__name: "image",
|
|
1155
1257
|
props: {
|
|
@@ -1173,12 +1275,12 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1173
1275
|
}
|
|
1174
1276
|
},
|
|
1175
1277
|
setup(e) {
|
|
1176
|
-
return (a, r) => (l(), i("div",
|
|
1177
|
-
t("div",
|
|
1178
|
-
t("div",
|
|
1179
|
-
S(
|
|
1278
|
+
return (a, r) => (l(), i("div", ko, [
|
|
1279
|
+
t("div", wo, [
|
|
1280
|
+
t("div", So, [
|
|
1281
|
+
S(M, null, {
|
|
1180
1282
|
default: $(() => [
|
|
1181
|
-
c(a.$slots, "image", F(
|
|
1283
|
+
c(a.$slots, "image", F(N({
|
|
1182
1284
|
width: 984,
|
|
1183
1285
|
height: e.fullHeight ? "100%" : 554,
|
|
1184
1286
|
src: e.src,
|
|
@@ -1189,20 +1291,20 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1189
1291
|
_: 3
|
|
1190
1292
|
})
|
|
1191
1293
|
]),
|
|
1192
|
-
t("p",
|
|
1294
|
+
t("p", Bo, n(e.caption), 1)
|
|
1193
1295
|
])
|
|
1194
1296
|
]));
|
|
1195
1297
|
}
|
|
1196
|
-
}),
|
|
1298
|
+
}), qo = /* @__PURE__ */ f(Io, [["__scopeId", "data-v-c583d657"]]), Lo = { class: "gallery__large" }, Do = {
|
|
1197
1299
|
key: 0,
|
|
1198
1300
|
class: "image image--large"
|
|
1199
|
-
},
|
|
1301
|
+
}, Co = {
|
|
1200
1302
|
key: 1,
|
|
1201
1303
|
class: "video"
|
|
1202
|
-
},
|
|
1304
|
+
}, To = {
|
|
1203
1305
|
key: 0,
|
|
1204
1306
|
class: "body"
|
|
1205
|
-
},
|
|
1307
|
+
}, Vo = /* @__PURE__ */ g({
|
|
1206
1308
|
__name: "image-gallery",
|
|
1207
1309
|
props: {
|
|
1208
1310
|
mediaLarge: {},
|
|
@@ -1218,7 +1320,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1218
1320
|
white: "",
|
|
1219
1321
|
light: "gallery__wrapper--light",
|
|
1220
1322
|
dark: "gallery__wrapper--dark mirsaic--dark"
|
|
1221
|
-
}, r = e, s =
|
|
1323
|
+
}, r = e, s = T(() => a[r.bgColor]);
|
|
1222
1324
|
return (o, u) => (l(), i("div", {
|
|
1223
1325
|
class: m(["gallery__wrapper", s.value])
|
|
1224
1326
|
}, [
|
|
@@ -1228,11 +1330,11 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1228
1330
|
o.flipHorizontal ? "gallery__content--reverse" : "gallery__content--default"
|
|
1229
1331
|
])
|
|
1230
1332
|
}, [
|
|
1231
|
-
t("div",
|
|
1232
|
-
o.mediaLarge && o.mediaType === "image" ? (l(), i("div",
|
|
1233
|
-
S(
|
|
1333
|
+
t("div", Lo, [
|
|
1334
|
+
o.mediaLarge && o.mediaType === "image" ? (l(), i("div", Do, [
|
|
1335
|
+
S(M, null, {
|
|
1234
1336
|
default: $(() => [
|
|
1235
|
-
c(o.$slots, "image-large", F(
|
|
1337
|
+
c(o.$slots, "image-large", F(N({
|
|
1236
1338
|
width: 617,
|
|
1237
1339
|
height: 530,
|
|
1238
1340
|
src: o.mediaLarge.src,
|
|
@@ -1241,9 +1343,9 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1241
1343
|
]),
|
|
1242
1344
|
_: 3
|
|
1243
1345
|
})
|
|
1244
|
-
])) :
|
|
1245
|
-
o.mediaLarge && o.mediaType === "video" ? (l(), i("div",
|
|
1246
|
-
S(
|
|
1346
|
+
])) : h("", !0),
|
|
1347
|
+
o.mediaLarge && o.mediaType === "video" ? (l(), i("div", Co, [
|
|
1348
|
+
S(x, {
|
|
1247
1349
|
src: o.mediaLarge.src,
|
|
1248
1350
|
"local-video": "",
|
|
1249
1351
|
"aria-label": o.mediaLarge.alt,
|
|
@@ -1255,7 +1357,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1255
1357
|
muted: "",
|
|
1256
1358
|
play: ""
|
|
1257
1359
|
}, null, 8, ["src", "aria-label"])
|
|
1258
|
-
])) :
|
|
1360
|
+
])) : h("", !0)
|
|
1259
1361
|
]),
|
|
1260
1362
|
t("div", {
|
|
1261
1363
|
style: ce([o.mediaSmall.length === 2 ? "grid-gap: 38px;" : ""]),
|
|
@@ -1264,104 +1366,33 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1264
1366
|
o.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
|
|
1265
1367
|
])
|
|
1266
1368
|
}, [
|
|
1267
|
-
(l(!0), i(
|
|
1268
|
-
key:
|
|
1369
|
+
(l(!0), i(A, null, P(o.mediaSmall, (_) => (l(), i("div", {
|
|
1370
|
+
key: _.src + _.alt,
|
|
1269
1371
|
class: "image image--small"
|
|
1270
1372
|
}, [
|
|
1271
|
-
S(
|
|
1373
|
+
S(M, null, {
|
|
1272
1374
|
default: $(() => [
|
|
1273
|
-
c(o.$slots, "image-small", F(
|
|
1375
|
+
c(o.$slots, "image-small", F(N({
|
|
1274
1376
|
width: 328,
|
|
1275
1377
|
height: 246,
|
|
1276
|
-
src:
|
|
1277
|
-
alt:
|
|
1378
|
+
src: _.src,
|
|
1379
|
+
alt: _.alt
|
|
1278
1380
|
})))
|
|
1279
1381
|
]),
|
|
1280
1382
|
_: 2
|
|
1281
1383
|
}, 1024)
|
|
1282
1384
|
]))), 128)),
|
|
1283
|
-
o.mediaSmall.length < 2 ? (l(), i("div",
|
|
1385
|
+
o.mediaSmall.length < 2 ? (l(), i("div", To, [
|
|
1284
1386
|
t("p", null, n(o.body), 1)
|
|
1285
|
-
])) :
|
|
1387
|
+
])) : h("", !0)
|
|
1286
1388
|
], 6)
|
|
1287
1389
|
], 2)
|
|
1288
1390
|
], 2));
|
|
1289
1391
|
}
|
|
1290
|
-
}),
|
|
1291
|
-
__name: "headline",
|
|
1292
|
-
props: {
|
|
1293
|
-
headline: {
|
|
1294
|
-
type: String,
|
|
1295
|
-
required: !0
|
|
1296
|
-
},
|
|
1297
|
-
article: {
|
|
1298
|
-
type: Boolean,
|
|
1299
|
-
required: !1
|
|
1300
|
-
},
|
|
1301
|
-
subMenu: {
|
|
1302
|
-
type: Boolean,
|
|
1303
|
-
required: !1
|
|
1304
|
-
}
|
|
1305
|
-
},
|
|
1306
|
-
setup(e) {
|
|
1307
|
-
return (a, r) => (l(), i("div", co, [
|
|
1308
|
-
t("div", {
|
|
1309
|
-
class: m({
|
|
1310
|
-
"headline__content--article-and-submenu": e.article && e.subMenu,
|
|
1311
|
-
"headline__content--article": e.article && !e.subMenu,
|
|
1312
|
-
"headline__content--default headline__content--submenu": !e.article && e.subMenu,
|
|
1313
|
-
"headline__content--default": !e.article && !e.subMenu
|
|
1314
|
-
})
|
|
1315
|
-
}, [
|
|
1316
|
-
t("h1", uo, n(e.headline), 1)
|
|
1317
|
-
], 2)
|
|
1318
|
-
]));
|
|
1319
|
-
}
|
|
1320
|
-
}), ho = /* @__PURE__ */ f(_o, [["__scopeId", "data-v-3ef1567e"]]), po = (e) => (E("data-v-22f9be13"), e = e(), H(), e), mo = { class: "hero__wrapper" }, vo = { class: "hero__content" }, fo = { class: "hero__top" }, go = { class: "hero__elements" }, bo = { class: "hero__headline" }, yo = { class: "hero__link" }, $o = { class: "hero__video" }, ko = /* @__PURE__ */ po(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), wo = { class: "hero__video__video" }, So = { class: "hero__image" }, Bo = /* @__PURE__ */ g({
|
|
1321
|
-
__name: "hero",
|
|
1322
|
-
props: {
|
|
1323
|
-
headline: {
|
|
1324
|
-
type: String,
|
|
1325
|
-
required: !0
|
|
1326
|
-
}
|
|
1327
|
-
},
|
|
1328
|
-
setup(e) {
|
|
1329
|
-
return (a, r) => (l(), i("div", mo, [
|
|
1330
|
-
t("div", vo, [
|
|
1331
|
-
t("div", fo, [
|
|
1332
|
-
t("div", go, [
|
|
1333
|
-
t("div", bo, [
|
|
1334
|
-
t("h1", null, n(e.headline), 1)
|
|
1335
|
-
]),
|
|
1336
|
-
t("div", yo, [
|
|
1337
|
-
S(T, {
|
|
1338
|
-
"link-type": "regular_light",
|
|
1339
|
-
arrow: ""
|
|
1340
|
-
}, {
|
|
1341
|
-
default: $(() => [
|
|
1342
|
-
c(a.$slots, "hero-link", {}, void 0, !0)
|
|
1343
|
-
]),
|
|
1344
|
-
_: 3
|
|
1345
|
-
})
|
|
1346
|
-
])
|
|
1347
|
-
])
|
|
1348
|
-
]),
|
|
1349
|
-
t("div", $o, [
|
|
1350
|
-
ko,
|
|
1351
|
-
t("div", wo, [
|
|
1352
|
-
c(a.$slots, "hero-video", {}, void 0, !0)
|
|
1353
|
-
]),
|
|
1354
|
-
t("div", So, [
|
|
1355
|
-
c(a.$slots, "hero-image", {}, void 0, !0)
|
|
1356
|
-
])
|
|
1357
|
-
])
|
|
1358
|
-
])
|
|
1359
|
-
]));
|
|
1360
|
-
}
|
|
1361
|
-
}), Io = /* @__PURE__ */ f(Bo, [["__scopeId", "data-v-22f9be13"]]), qo = { class: "logo-wall__wrapper" }, Lo = { class: "logo-wall__content" }, Do = {
|
|
1392
|
+
}), Ao = /* @__PURE__ */ f(Vo, [["__scopeId", "data-v-0d271138"]]), Po = { class: "logo-wall__wrapper" }, Mo = { class: "logo-wall__content" }, Oo = {
|
|
1362
1393
|
key: 0,
|
|
1363
1394
|
class: "logo-wall__text"
|
|
1364
|
-
},
|
|
1395
|
+
}, Fo = { key: 0 }, Ho = { key: 1 }, Ro = { class: "logo-wall__logos" }, Eo = { class: "logo-wall__link" }, No = /* @__PURE__ */ g({
|
|
1365
1396
|
__name: "logo-wall",
|
|
1366
1397
|
props: {
|
|
1367
1398
|
headline: {
|
|
@@ -1379,20 +1410,20 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1379
1410
|
}
|
|
1380
1411
|
},
|
|
1381
1412
|
setup(e) {
|
|
1382
|
-
return (a, r) => (l(), i("div",
|
|
1383
|
-
t("div",
|
|
1384
|
-
e.headline || e.body ? (l(), i("div",
|
|
1385
|
-
e.headline ? (l(), i("h2",
|
|
1386
|
-
e.body ? (l(), i("p",
|
|
1387
|
-
])) :
|
|
1388
|
-
t("div",
|
|
1389
|
-
(l(!0), i(
|
|
1413
|
+
return (a, r) => (l(), i("div", Po, [
|
|
1414
|
+
t("div", Mo, [
|
|
1415
|
+
e.headline || e.body ? (l(), i("div", Oo, [
|
|
1416
|
+
e.headline ? (l(), i("h2", Fo, n(e.headline), 1)) : h("", !0),
|
|
1417
|
+
e.body ? (l(), i("p", Ho, n(e.body), 1)) : h("", !0)
|
|
1418
|
+
])) : h("", !0),
|
|
1419
|
+
t("div", Ro, [
|
|
1420
|
+
(l(!0), i(A, null, P(e.logos, (s) => (l(), i("div", {
|
|
1390
1421
|
key: s.src + s.alt,
|
|
1391
1422
|
class: "logo-wall__logo"
|
|
1392
1423
|
}, [
|
|
1393
|
-
S(
|
|
1424
|
+
S(M, null, {
|
|
1394
1425
|
default: $(() => [
|
|
1395
|
-
c(a.$slots, "logo-wall-logo", F(
|
|
1426
|
+
c(a.$slots, "logo-wall-logo", F(N({
|
|
1396
1427
|
width: 130,
|
|
1397
1428
|
height: 130,
|
|
1398
1429
|
src: s.src,
|
|
@@ -1403,8 +1434,8 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1403
1434
|
}, 1024)
|
|
1404
1435
|
]))), 128))
|
|
1405
1436
|
]),
|
|
1406
|
-
t("div",
|
|
1407
|
-
S(
|
|
1437
|
+
t("div", Eo, [
|
|
1438
|
+
S(V, {
|
|
1408
1439
|
"link-type": "regular_light",
|
|
1409
1440
|
arrow: !0
|
|
1410
1441
|
}, {
|
|
@@ -1417,13 +1448,13 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1417
1448
|
])
|
|
1418
1449
|
]));
|
|
1419
1450
|
}
|
|
1420
|
-
}),
|
|
1451
|
+
}), zo = /* @__PURE__ */ f(No, [["__scopeId", "data-v-fd489289"]]), jo = { class: "micro-stories__top" }, Ko = {
|
|
1421
1452
|
key: 0,
|
|
1422
1453
|
class: "headline"
|
|
1423
|
-
},
|
|
1454
|
+
}, Uo = {
|
|
1424
1455
|
key: 1,
|
|
1425
1456
|
class: "body"
|
|
1426
|
-
},
|
|
1457
|
+
}, Go = { class: "micro-stories__splide" }, Jo = /* @__PURE__ */ g({
|
|
1427
1458
|
__name: "micro-stories",
|
|
1428
1459
|
props: {
|
|
1429
1460
|
bgColor: { default: "blue" },
|
|
@@ -1435,70 +1466,117 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
|
|
|
1435
1466
|
white: "micro-stories__wrapper--white",
|
|
1436
1467
|
blue: "micro-stories__wrapper--blue",
|
|
1437
1468
|
dark: "micro-stories__wrapper--dark"
|
|
1438
|
-
}, r =
|
|
1469
|
+
}, r = T(() => a[s.bgColor]), s = e;
|
|
1439
1470
|
return (o, u) => (l(), i("div", {
|
|
1440
1471
|
class: m(["micro-stories__wrapper", r.value])
|
|
1441
1472
|
}, [
|
|
1442
|
-
t("div",
|
|
1443
|
-
o.headline ? (l(), i("div",
|
|
1473
|
+
t("div", jo, [
|
|
1474
|
+
o.headline ? (l(), i("div", Ko, [
|
|
1444
1475
|
t("h2", null, n(o.headline), 1)
|
|
1445
|
-
])) :
|
|
1446
|
-
o.body ? (l(), i("div",
|
|
1476
|
+
])) : h("", !0),
|
|
1477
|
+
o.body ? (l(), i("div", Uo, [
|
|
1447
1478
|
t("p", null, n(o.body), 1)
|
|
1448
|
-
])) :
|
|
1479
|
+
])) : h("", !0)
|
|
1449
1480
|
]),
|
|
1450
|
-
t("div",
|
|
1481
|
+
t("div", Go, [
|
|
1451
1482
|
c(o.$slots, "micro-stories-slides")
|
|
1452
1483
|
]),
|
|
1453
1484
|
c(o.$slots, "micro-stories-controls")
|
|
1454
1485
|
], 2));
|
|
1455
1486
|
}
|
|
1456
|
-
}),
|
|
1457
|
-
function
|
|
1458
|
-
return l(), i("div",
|
|
1459
|
-
t("div",
|
|
1487
|
+
}), Wo = {}, Yo = { class: "policy__wrapper" }, Qo = { class: "policy__content" };
|
|
1488
|
+
function Zo(e, a) {
|
|
1489
|
+
return l(), i("div", Yo, [
|
|
1490
|
+
t("div", Qo, [
|
|
1460
1491
|
c(e.$slots, "default", {}, void 0, !0)
|
|
1461
1492
|
])
|
|
1462
1493
|
]);
|
|
1463
1494
|
}
|
|
1464
|
-
const
|
|
1495
|
+
const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a"]]), xo = { class: "product-hero__wrapper" }, el = { class: "product-hero__content" }, tl = { class: "product-hero__headline" }, al = { class: "product-hero__video" }, ol = { class: "product-hero__insignia" }, ll = {
|
|
1465
1496
|
key: 0,
|
|
1466
|
-
class: "
|
|
1467
|
-
},
|
|
1468
|
-
|
|
1497
|
+
class: "product-hero__logo"
|
|
1498
|
+
}, sl = {
|
|
1499
|
+
key: 1,
|
|
1500
|
+
class: "product-hero__certification"
|
|
1501
|
+
}, il = /* @__PURE__ */ g({
|
|
1502
|
+
__name: "product-hero",
|
|
1469
1503
|
props: {
|
|
1470
1504
|
headline: {
|
|
1471
1505
|
type: String,
|
|
1472
|
-
default: ""
|
|
1506
|
+
default: "",
|
|
1507
|
+
required: !0
|
|
1473
1508
|
},
|
|
1474
|
-
|
|
1509
|
+
videoSrc: {
|
|
1475
1510
|
type: String,
|
|
1476
|
-
default: ""
|
|
1511
|
+
default: "",
|
|
1512
|
+
required: !0
|
|
1477
1513
|
},
|
|
1478
|
-
|
|
1514
|
+
ariaLabel: {
|
|
1479
1515
|
type: String,
|
|
1480
|
-
default: "
|
|
1516
|
+
default: "",
|
|
1517
|
+
required: !0
|
|
1518
|
+
},
|
|
1519
|
+
imgSrc: {
|
|
1520
|
+
type: String,
|
|
1521
|
+
default: "",
|
|
1522
|
+
required: !0
|
|
1523
|
+
},
|
|
1524
|
+
logoSrc: {
|
|
1525
|
+
type: String,
|
|
1526
|
+
default: "",
|
|
1527
|
+
required: !1
|
|
1528
|
+
},
|
|
1529
|
+
isCertified: {
|
|
1530
|
+
type: Boolean,
|
|
1531
|
+
default: !1,
|
|
1532
|
+
required: !1
|
|
1481
1533
|
}
|
|
1482
1534
|
},
|
|
1483
1535
|
setup(e) {
|
|
1484
|
-
return (a, r) => (l(), i("div",
|
|
1485
|
-
|
|
1486
|
-
"
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1536
|
+
return (a, r) => (l(), i("div", xo, [
|
|
1537
|
+
t("div", el, [
|
|
1538
|
+
t("div", tl, n(e.headline), 1),
|
|
1539
|
+
t("div", al, [
|
|
1540
|
+
e.videoSrc !== "" ? (l(), C(x, {
|
|
1541
|
+
key: 0,
|
|
1542
|
+
play: "",
|
|
1543
|
+
"local-video": !0,
|
|
1544
|
+
src: e.videoSrc,
|
|
1545
|
+
"aria-label": e.ariaLabel,
|
|
1546
|
+
controls: !1,
|
|
1547
|
+
poster: e.imgSrc,
|
|
1548
|
+
autoplay: "",
|
|
1549
|
+
loop: "",
|
|
1550
|
+
muted: ""
|
|
1551
|
+
}, null, 8, ["src", "aria-label", "poster"])) : (l(), C(B(M), { key: 1 }, {
|
|
1552
|
+
default: $(() => [
|
|
1553
|
+
c(a.$slots, "product-hero-image", {}, void 0, !0)
|
|
1554
|
+
]),
|
|
1555
|
+
_: 3
|
|
1556
|
+
})),
|
|
1557
|
+
t("div", ol, [
|
|
1558
|
+
e.logoSrc ? (l(), i("div", ll, [
|
|
1559
|
+
S(B(M), null, {
|
|
1560
|
+
default: $(() => [
|
|
1561
|
+
c(a.$slots, "product-hero-logo", {}, void 0, !0)
|
|
1562
|
+
]),
|
|
1563
|
+
_: 3
|
|
1564
|
+
})
|
|
1565
|
+
])) : h("", !0),
|
|
1566
|
+
e.isCertified ? (l(), i("div", sl, [
|
|
1567
|
+
S(B(M), null, {
|
|
1568
|
+
default: $(() => [
|
|
1569
|
+
c(a.$slots, "product-hero-certification", {}, void 0, !0)
|
|
1570
|
+
]),
|
|
1571
|
+
_: 3
|
|
1572
|
+
})
|
|
1573
|
+
])) : h("", !0)
|
|
1574
|
+
])
|
|
1497
1575
|
])
|
|
1498
1576
|
])
|
|
1499
|
-
]
|
|
1577
|
+
]));
|
|
1500
1578
|
}
|
|
1501
|
-
}),
|
|
1579
|
+
}), rl = /* @__PURE__ */ f(il, [["__scopeId", "data-v-deab9c3a"]]), nl = { class: "promo__content" }, dl = /* @__PURE__ */ g({
|
|
1502
1580
|
__name: "promo",
|
|
1503
1581
|
props: {
|
|
1504
1582
|
label: { default: "" },
|
|
@@ -1518,7 +1596,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1518
1596
|
dark: "promo__wrapper--dark",
|
|
1519
1597
|
light: "promo__wrapper--light",
|
|
1520
1598
|
default: "promo__wrapper--default"
|
|
1521
|
-
}, r = e, s =
|
|
1599
|
+
}, r = e, s = T(() => a[r.variant]);
|
|
1522
1600
|
return (o, u) => (l(), i("div", {
|
|
1523
1601
|
class: m([
|
|
1524
1602
|
"promo__wrapper",
|
|
@@ -1527,7 +1605,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1527
1605
|
o.multiply ? "promo__wrapper--multiply" : ""
|
|
1528
1606
|
])
|
|
1529
1607
|
}, [
|
|
1530
|
-
t("div",
|
|
1608
|
+
t("div", nl, [
|
|
1531
1609
|
o.mediaType === "image" ? (l(), i("div", {
|
|
1532
1610
|
key: 0,
|
|
1533
1611
|
class: m([
|
|
@@ -1535,13 +1613,13 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1535
1613
|
o.reverse ? "promo__image--reverse" : "promo__image--default"
|
|
1536
1614
|
])
|
|
1537
1615
|
}, [
|
|
1538
|
-
S(
|
|
1616
|
+
S(M, null, {
|
|
1539
1617
|
default: $(() => [
|
|
1540
|
-
c(o.$slots, "promo-image", F(
|
|
1618
|
+
c(o.$slots, "promo-image", F(N({ src: o.src, width: 1920, alt: o.alt, height: 1080 })))
|
|
1541
1619
|
]),
|
|
1542
1620
|
_: 3
|
|
1543
1621
|
})
|
|
1544
|
-
], 2)) :
|
|
1622
|
+
], 2)) : h("", !0),
|
|
1545
1623
|
o.mediaType === "video" ? (l(), i("div", {
|
|
1546
1624
|
key: 1,
|
|
1547
1625
|
class: m([
|
|
@@ -1549,7 +1627,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1549
1627
|
o.reverse ? "promo__video--reverse" : "promo__video--default"
|
|
1550
1628
|
])
|
|
1551
1629
|
}, [
|
|
1552
|
-
S(
|
|
1630
|
+
S(x, {
|
|
1553
1631
|
src: o.src,
|
|
1554
1632
|
"local-video": "",
|
|
1555
1633
|
"aria-label": o.alt,
|
|
@@ -1560,18 +1638,18 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1560
1638
|
play: "",
|
|
1561
1639
|
poster: o.fallbackImage
|
|
1562
1640
|
}, null, 8, ["src", "aria-label", "poster"])
|
|
1563
|
-
], 2)) :
|
|
1641
|
+
], 2)) : h("", !0),
|
|
1564
1642
|
t("div", {
|
|
1565
1643
|
class: m([
|
|
1566
1644
|
"promo__text",
|
|
1567
1645
|
o.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
1568
1646
|
])
|
|
1569
1647
|
}, [
|
|
1570
|
-
o.label ? (l(), C(
|
|
1648
|
+
o.label ? (l(), C(X, {
|
|
1571
1649
|
key: 0,
|
|
1572
1650
|
text: o.label,
|
|
1573
1651
|
"label-dark": o.variant === "dark"
|
|
1574
|
-
}, null, 8, ["text", "label-dark"])) :
|
|
1652
|
+
}, null, 8, ["text", "label-dark"])) : h("", !0),
|
|
1575
1653
|
t("div", {
|
|
1576
1654
|
class: m([
|
|
1577
1655
|
"promo__title",
|
|
@@ -1580,7 +1658,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1580
1658
|
}, [
|
|
1581
1659
|
c(o.$slots, "promo-headline")
|
|
1582
1660
|
], 2),
|
|
1583
|
-
o.linkType === "link" ? (l(), C(
|
|
1661
|
+
o.linkType === "link" ? (l(), C(V, {
|
|
1584
1662
|
key: 1,
|
|
1585
1663
|
"link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
|
|
1586
1664
|
arrow: ""
|
|
@@ -1589,8 +1667,8 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1589
1667
|
c(o.$slots, "promo-link")
|
|
1590
1668
|
]),
|
|
1591
1669
|
_: 3
|
|
1592
|
-
}, 8, ["link-type"])) :
|
|
1593
|
-
o.linkType === "button" ? (l(), C(
|
|
1670
|
+
}, 8, ["link-type"])) : h("", !0),
|
|
1671
|
+
o.linkType === "button" ? (l(), C(V, {
|
|
1594
1672
|
key: 2,
|
|
1595
1673
|
"link-type": o.variant === "dark" ? "secondary_dark" : (o.variant === "light", "secondary")
|
|
1596
1674
|
}, {
|
|
@@ -1598,15 +1676,15 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1598
1676
|
c(o.$slots, "promo-link")
|
|
1599
1677
|
]),
|
|
1600
1678
|
_: 3
|
|
1601
|
-
}, 8, ["link-type"])) :
|
|
1679
|
+
}, 8, ["link-type"])) : h("", !0)
|
|
1602
1680
|
], 2)
|
|
1603
1681
|
])
|
|
1604
1682
|
], 2));
|
|
1605
1683
|
}
|
|
1606
|
-
}),
|
|
1684
|
+
}), cl = /* @__PURE__ */ f(dl, [["__scopeId", "data-v-df54d965"]]), ul = (e) => (H("data-v-e3cc8e27"), e = e(), R(), e), _l = { class: "quote__wrapper" }, pl = { class: "quote__content" }, hl = /* @__PURE__ */ ul(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), ml = { class: "quote__quote" }, vl = { class: "quote__quote-text" }, fl = { class: "quote__author" }, gl = {
|
|
1607
1685
|
key: 0,
|
|
1608
1686
|
class: "quote__image"
|
|
1609
|
-
},
|
|
1687
|
+
}, bl = { class: "quote__text" }, yl = { class: "quote__author-name" }, $l = { class: "quote__author-title" }, kl = /* @__PURE__ */ g({
|
|
1610
1688
|
__name: "quote",
|
|
1611
1689
|
props: {
|
|
1612
1690
|
quote: {
|
|
@@ -1628,16 +1706,16 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1628
1706
|
}
|
|
1629
1707
|
},
|
|
1630
1708
|
setup(e) {
|
|
1631
|
-
return (a, r) => (l(), i("div",
|
|
1632
|
-
t("div",
|
|
1633
|
-
|
|
1634
|
-
t("div",
|
|
1635
|
-
t("p",
|
|
1636
|
-
t("div",
|
|
1637
|
-
e.authorImage ? (l(), i("div",
|
|
1638
|
-
S(
|
|
1709
|
+
return (a, r) => (l(), i("div", _l, [
|
|
1710
|
+
t("div", pl, [
|
|
1711
|
+
hl,
|
|
1712
|
+
t("div", ml, [
|
|
1713
|
+
t("p", vl, n(e.quote), 1),
|
|
1714
|
+
t("div", fl, [
|
|
1715
|
+
e.authorImage ? (l(), i("div", gl, [
|
|
1716
|
+
S(M, null, {
|
|
1639
1717
|
default: $(() => [
|
|
1640
|
-
c(a.$slots, "author-image", F(
|
|
1718
|
+
c(a.$slots, "author-image", F(N({
|
|
1641
1719
|
src: e.authorImage + "/m/100x100",
|
|
1642
1720
|
width: 60,
|
|
1643
1721
|
height: 60
|
|
@@ -1645,23 +1723,23 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1645
1723
|
]),
|
|
1646
1724
|
_: 3
|
|
1647
1725
|
})
|
|
1648
|
-
])) :
|
|
1649
|
-
t("div",
|
|
1650
|
-
t("p",
|
|
1651
|
-
t("p",
|
|
1726
|
+
])) : h("", !0),
|
|
1727
|
+
t("div", bl, [
|
|
1728
|
+
t("p", yl, n(e.author), 1),
|
|
1729
|
+
t("p", $l, n(e.authorTitle), 1)
|
|
1652
1730
|
])
|
|
1653
1731
|
])
|
|
1654
1732
|
])
|
|
1655
1733
|
])
|
|
1656
1734
|
]));
|
|
1657
1735
|
}
|
|
1658
|
-
}),
|
|
1736
|
+
}), wl = /* @__PURE__ */ f(kl, [["__scopeId", "data-v-e3cc8e27"]]), Sl = { class: "rich-text__wrapper" }, Bl = {
|
|
1659
1737
|
key: 0,
|
|
1660
1738
|
class: "rich-text__links"
|
|
1661
|
-
},
|
|
1739
|
+
}, Il = {
|
|
1662
1740
|
key: 0,
|
|
1663
1741
|
class: "rich-text__bullet-list"
|
|
1664
|
-
},
|
|
1742
|
+
}, ql = /* @__PURE__ */ g({
|
|
1665
1743
|
__name: "rich-text",
|
|
1666
1744
|
props: {
|
|
1667
1745
|
headline: { default: "" },
|
|
@@ -1680,19 +1758,19 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1680
1758
|
a.bgColor === "blue" ? "rich-text--blue" : "rich-text--white"
|
|
1681
1759
|
])
|
|
1682
1760
|
}, [
|
|
1683
|
-
t("div",
|
|
1684
|
-
a.label ? (l(), C(
|
|
1761
|
+
t("div", Sl, [
|
|
1762
|
+
a.label ? (l(), C(X, {
|
|
1685
1763
|
key: 0,
|
|
1686
1764
|
text: a.label,
|
|
1687
1765
|
"label-dark": !1
|
|
1688
|
-
}, null, 8, ["text"])) :
|
|
1766
|
+
}, null, 8, ["text"])) : h("", !0),
|
|
1689
1767
|
a.headline ? (l(), i("h2", {
|
|
1690
1768
|
key: 1,
|
|
1691
1769
|
class: m([
|
|
1692
1770
|
"rich-text__headline",
|
|
1693
1771
|
a.leftAligned || a.bulletList || a.image ? "rich-text__headline--left-aligned" : "rich-text__headline--centered"
|
|
1694
1772
|
])
|
|
1695
|
-
}, n(a.headline), 3)) :
|
|
1773
|
+
}, n(a.headline), 3)) : h("", !0),
|
|
1696
1774
|
t("div", {
|
|
1697
1775
|
class: m([
|
|
1698
1776
|
"rich-text__content",
|
|
@@ -1706,13 +1784,13 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1706
1784
|
])
|
|
1707
1785
|
}, [
|
|
1708
1786
|
c(a.$slots, "rich-text-content"),
|
|
1709
|
-
a.links ? (l(), i("div",
|
|
1787
|
+
a.links ? (l(), i("div", Bl, [
|
|
1710
1788
|
c(a.$slots, "rich-text-links")
|
|
1711
|
-
])) :
|
|
1789
|
+
])) : h("", !0)
|
|
1712
1790
|
], 2),
|
|
1713
|
-
a.bulletList ? (l(), i("div",
|
|
1791
|
+
a.bulletList ? (l(), i("div", Il, [
|
|
1714
1792
|
c(a.$slots, "rich-text-bullet-list")
|
|
1715
|
-
])) :
|
|
1793
|
+
])) : h("", !0),
|
|
1716
1794
|
a.image ? (l(), i("div", {
|
|
1717
1795
|
key: 1,
|
|
1718
1796
|
class: m([
|
|
@@ -1720,23 +1798,23 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
|
|
|
1720
1798
|
a.imageClip ? "rich-text__image--clip" : ""
|
|
1721
1799
|
])
|
|
1722
1800
|
}, [
|
|
1723
|
-
S(
|
|
1801
|
+
S(M, null, {
|
|
1724
1802
|
default: $(() => [
|
|
1725
|
-
c(a.$slots, "rich-text-image", F(
|
|
1803
|
+
c(a.$slots, "rich-text-image", F(N({ width: 865, height: 307 })))
|
|
1726
1804
|
]),
|
|
1727
1805
|
_: 3
|
|
1728
1806
|
})
|
|
1729
|
-
], 2)) :
|
|
1807
|
+
], 2)) : h("", !0)
|
|
1730
1808
|
], 2)
|
|
1731
1809
|
])
|
|
1732
1810
|
], 2));
|
|
1733
1811
|
}
|
|
1734
|
-
}),
|
|
1735
|
-
function
|
|
1736
|
-
return l(), i("div",
|
|
1737
|
-
t("div",
|
|
1738
|
-
t("div",
|
|
1739
|
-
t("div",
|
|
1812
|
+
}), Ll = /* @__PURE__ */ f(ql, [["__scopeId", "data-v-8bb69ea4"]]), Dl = {}, Cl = { class: "rich-text" }, Tl = { class: "rich-text__wrapper" }, Vl = { class: "rich-text__content rich-text__content--left-aligned" }, Al = { class: "rich-text__body" };
|
|
1813
|
+
function Pl(e, a) {
|
|
1814
|
+
return l(), i("div", Cl, [
|
|
1815
|
+
t("div", Tl, [
|
|
1816
|
+
t("div", Vl, [
|
|
1817
|
+
t("div", Al, [
|
|
1740
1818
|
t("div", null, [
|
|
1741
1819
|
c(e.$slots, "rich-text-content-left", {}, void 0, !0)
|
|
1742
1820
|
]),
|
|
@@ -1748,10 +1826,10 @@ function Bl(e, a) {
|
|
|
1748
1826
|
])
|
|
1749
1827
|
]);
|
|
1750
1828
|
}
|
|
1751
|
-
const
|
|
1829
|
+
const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040"]]), Ol = (e) => (H("data-v-e254e1e0"), e = e(), R(), e), Fl = { class: "timeline__wrapper" }, Hl = { class: "timeline__content" }, Rl = { class: "timeline__items" }, El = { class: "item__left" }, Nl = /* @__PURE__ */ Ol(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
|
|
1752
1830
|
/* @__PURE__ */ t("div", { class: "circle" }),
|
|
1753
1831
|
/* @__PURE__ */ t("div", { class: "line" })
|
|
1754
|
-
], -1)),
|
|
1832
|
+
], -1)), zl = { class: "item__right" }, jl = ["innerHTML"], Kl = /* @__PURE__ */ g({
|
|
1755
1833
|
__name: "timeline",
|
|
1756
1834
|
props: {
|
|
1757
1835
|
timelineItems: {
|
|
@@ -1774,19 +1852,19 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
1774
1852
|
a.forEach((s) => {
|
|
1775
1853
|
r.observe(s);
|
|
1776
1854
|
});
|
|
1777
|
-
}), (a, r) => (l(), i("div",
|
|
1778
|
-
t("div",
|
|
1779
|
-
t("div",
|
|
1780
|
-
(l(!0), i(
|
|
1855
|
+
}), (a, r) => (l(), i("div", Fl, [
|
|
1856
|
+
t("div", Hl, [
|
|
1857
|
+
t("div", Rl, [
|
|
1858
|
+
(l(!0), i(A, null, P(e.timelineItems, (s) => (l(), i("div", {
|
|
1781
1859
|
key: s.year,
|
|
1782
1860
|
class: "timeline__item faded"
|
|
1783
1861
|
}, [
|
|
1784
|
-
t("div",
|
|
1785
|
-
|
|
1786
|
-
t("div",
|
|
1787
|
-
S(
|
|
1862
|
+
t("div", El, n(s.year), 1),
|
|
1863
|
+
Nl,
|
|
1864
|
+
t("div", zl, [
|
|
1865
|
+
S(M, null, {
|
|
1788
1866
|
default: $(() => [
|
|
1789
|
-
s.media.src ? c(a.$slots, "timeline-image", F(de({ key: 0 }, { src: s.media.src, alt: s.media.alt })), void 0, !0) :
|
|
1867
|
+
s.media.src ? c(a.$slots, "timeline-image", F(de({ key: 0 }, { src: s.media.src, alt: s.media.alt })), void 0, !0) : h("", !0)
|
|
1790
1868
|
]),
|
|
1791
1869
|
_: 2
|
|
1792
1870
|
}, 1024),
|
|
@@ -1794,20 +1872,20 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
1794
1872
|
style: ce([s.media.src ? "" : "margin-top: 0px"]),
|
|
1795
1873
|
class: "rich-text",
|
|
1796
1874
|
innerHTML: s.text
|
|
1797
|
-
}, null, 12,
|
|
1875
|
+
}, null, 12, jl)
|
|
1798
1876
|
])
|
|
1799
1877
|
]))), 128))
|
|
1800
1878
|
])
|
|
1801
1879
|
])
|
|
1802
1880
|
]));
|
|
1803
1881
|
}
|
|
1804
|
-
}),
|
|
1882
|
+
}), Ul = /* @__PURE__ */ f(Kl, [["__scopeId", "data-v-e254e1e0"]]), Gl = { class: "vimeo" }, Jl = { class: "vimeo__wrapper" }, Wl = {
|
|
1805
1883
|
key: 0,
|
|
1806
1884
|
class: "vimeo__headline"
|
|
1807
|
-
},
|
|
1885
|
+
}, Yl = {
|
|
1808
1886
|
key: 1,
|
|
1809
1887
|
class: "vimeo__description"
|
|
1810
|
-
},
|
|
1888
|
+
}, Ql = /* @__PURE__ */ g({
|
|
1811
1889
|
__name: "vimeo",
|
|
1812
1890
|
props: {
|
|
1813
1891
|
headline: {
|
|
@@ -1820,21 +1898,21 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
1820
1898
|
}
|
|
1821
1899
|
},
|
|
1822
1900
|
setup(e) {
|
|
1823
|
-
return (a, r) => (l(), i("div",
|
|
1824
|
-
t("div",
|
|
1825
|
-
e.headline ? (l(), i("h2",
|
|
1901
|
+
return (a, r) => (l(), i("div", Gl, [
|
|
1902
|
+
t("div", Jl, [
|
|
1903
|
+
e.headline ? (l(), i("h2", Wl, n(e.headline), 1)) : h("", !0),
|
|
1826
1904
|
c(a.$slots, "vimeo-content", {}, void 0, !0),
|
|
1827
|
-
e.description ? (l(), i("p",
|
|
1905
|
+
e.description ? (l(), i("p", Yl, n(e.description), 1)) : h("", !0)
|
|
1828
1906
|
])
|
|
1829
1907
|
]));
|
|
1830
1908
|
}
|
|
1831
|
-
}),
|
|
1909
|
+
}), Zl = /* @__PURE__ */ f(Ql, [["__scopeId", "data-v-90a2b109"]]), Xl = { class: "academy-overview" }, xl = { class: "academy-overview__content-wrapper" }, es = { class: "academy-overview__content" }, ts = { class: "academy-overview__title" }, as = { class: "academy-overview__description" }, os = {
|
|
1832
1910
|
key: 0,
|
|
1833
1911
|
class: "academy-overview__stats"
|
|
1834
|
-
},
|
|
1912
|
+
}, ls = { class: "academy-overview__stats-row" }, ss = { class: "academy-overview__stat" }, is = { class: "academy-overview__value" }, rs = { class: "academy-overview__label" }, ns = { class: "academy-overview__stat" }, ds = { class: "academy-overview__value" }, cs = { class: "academy-overview__label" }, us = { class: "academy-overview__stat" }, _s = { class: "academy-overview__value" }, ps = { class: "academy-overview__label" }, hs = {
|
|
1835
1913
|
key: 1,
|
|
1836
1914
|
class: "academy-overview__button-wrapper"
|
|
1837
|
-
},
|
|
1915
|
+
}, ms = /* @__PURE__ */ g({
|
|
1838
1916
|
__name: "frontpage-hero",
|
|
1839
1917
|
props: {
|
|
1840
1918
|
hero: { default: () => ({
|
|
@@ -1850,35 +1928,35 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
1850
1928
|
}) }
|
|
1851
1929
|
},
|
|
1852
1930
|
setup(e) {
|
|
1853
|
-
return (a, r) => (l(), i("div",
|
|
1854
|
-
t("div",
|
|
1855
|
-
t("div",
|
|
1856
|
-
t("h1",
|
|
1857
|
-
t("p",
|
|
1858
|
-
a.hero.showStats ? (l(), i("div",
|
|
1859
|
-
t("div",
|
|
1860
|
-
t("div",
|
|
1861
|
-
t("div",
|
|
1862
|
-
t("div",
|
|
1931
|
+
return (a, r) => (l(), i("div", Xl, [
|
|
1932
|
+
t("div", xl, [
|
|
1933
|
+
t("div", es, [
|
|
1934
|
+
t("h1", ts, n(a.hero.headline), 1),
|
|
1935
|
+
t("p", as, n(a.hero.description), 1),
|
|
1936
|
+
a.hero.showStats ? (l(), i("div", os, [
|
|
1937
|
+
t("div", ls, [
|
|
1938
|
+
t("div", ss, [
|
|
1939
|
+
t("div", is, n(a.hero.lessonValue), 1),
|
|
1940
|
+
t("div", rs, n(a.hero.lessonLabel), 1)
|
|
1863
1941
|
]),
|
|
1864
|
-
t("div",
|
|
1865
|
-
t("div",
|
|
1866
|
-
t("div",
|
|
1942
|
+
t("div", ns, [
|
|
1943
|
+
t("div", ds, n(a.hero.minutesValue), 1),
|
|
1944
|
+
t("div", cs, n(a.hero.minutesLabel), 1)
|
|
1867
1945
|
]),
|
|
1868
|
-
t("div",
|
|
1869
|
-
t("div",
|
|
1870
|
-
t("div",
|
|
1946
|
+
t("div", us, [
|
|
1947
|
+
t("div", _s, n(a.hero.pointsValue), 1),
|
|
1948
|
+
t("div", ps, n(a.hero.pointsLabel), 1)
|
|
1871
1949
|
])
|
|
1872
1950
|
])
|
|
1873
|
-
])) :
|
|
1874
|
-
a.hero.showStats ?
|
|
1951
|
+
])) : h("", !0),
|
|
1952
|
+
a.hero.showStats ? h("", !0) : (l(), i("div", hs, [
|
|
1875
1953
|
c(a.$slots, "button", {}, void 0, !0)
|
|
1876
1954
|
]))
|
|
1877
1955
|
])
|
|
1878
1956
|
])
|
|
1879
1957
|
]));
|
|
1880
1958
|
}
|
|
1881
|
-
}),
|
|
1959
|
+
}), vs = /* @__PURE__ */ f(ms, [["__scopeId", "data-v-d60d85f9"]]), fs = { class: "not-found__wrapper" }, gs = { class: "not-found__content" }, bs = { class: "not-found__headline" }, ys = { class: "not-found__body" }, $s = /* @__PURE__ */ g({
|
|
1882
1960
|
__name: "404",
|
|
1883
1961
|
props: {
|
|
1884
1962
|
headline: {
|
|
@@ -1887,16 +1965,16 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
1887
1965
|
}
|
|
1888
1966
|
},
|
|
1889
1967
|
setup(e) {
|
|
1890
|
-
return (a, r) => (l(), i("div",
|
|
1891
|
-
t("div",
|
|
1892
|
-
t("h1",
|
|
1893
|
-
t("div",
|
|
1968
|
+
return (a, r) => (l(), i("div", fs, [
|
|
1969
|
+
t("div", gs, [
|
|
1970
|
+
t("h1", bs, n(e.headline), 1),
|
|
1971
|
+
t("div", ys, [
|
|
1894
1972
|
c(a.$slots, "not-found-body", {}, void 0, !0)
|
|
1895
1973
|
])
|
|
1896
1974
|
])
|
|
1897
1975
|
]));
|
|
1898
1976
|
}
|
|
1899
|
-
}),
|
|
1977
|
+
}), ks = /* @__PURE__ */ f($s, [["__scopeId", "data-v-b829ca6c"]]), ws = { class: "filter__wrapper" }, Ss = { class: "filter__content" }, Bs = { class: "filter__dropdowns" }, Is = { class: "filter__chips" }, qs = /* @__PURE__ */ g({
|
|
1900
1978
|
__name: "filter",
|
|
1901
1979
|
props: {
|
|
1902
1980
|
hasChips: {
|
|
@@ -1910,29 +1988,29 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
1910
1988
|
},
|
|
1911
1989
|
emits: ["clearFilters"],
|
|
1912
1990
|
setup(e) {
|
|
1913
|
-
return (a, r) => (l(), i("div",
|
|
1914
|
-
t("div",
|
|
1915
|
-
t("div",
|
|
1991
|
+
return (a, r) => (l(), i("div", ws, [
|
|
1992
|
+
t("div", Ss, [
|
|
1993
|
+
t("div", Bs, [
|
|
1916
1994
|
c(a.$slots, "filter-dropdowns")
|
|
1917
1995
|
]),
|
|
1918
|
-
t("div",
|
|
1996
|
+
t("div", Is, [
|
|
1919
1997
|
c(a.$slots, "filter-chips"),
|
|
1920
1998
|
e.hasChips ? (l(), i("button", {
|
|
1921
1999
|
key: 0,
|
|
1922
2000
|
class: "filter__clear",
|
|
1923
2001
|
onClick: r[0] || (r[0] = (s) => a.$emit("clearFilters"))
|
|
1924
|
-
}, n(e.removeAll), 1)) :
|
|
2002
|
+
}, n(e.removeAll), 1)) : h("", !0)
|
|
1925
2003
|
])
|
|
1926
2004
|
])
|
|
1927
2005
|
]));
|
|
1928
2006
|
}
|
|
1929
|
-
}),
|
|
2007
|
+
}), Ls = /* @__PURE__ */ f(qs, [["__scopeId", "data-v-31c1ba00"]]), U = (e) => (H("data-v-1a9efdfb"), e = e(), R(), e), Ds = { class: "footer__wrapper" }, Cs = { class: "footer__content" }, Ts = { class: "footer__sections" }, Vs = { class: "section__title" }, As = { class: "section__list" }, Ps = { class: "section" }, Ms = /* @__PURE__ */ U(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), Os = /* @__PURE__ */ U(() => /* @__PURE__ */ t("span", null, "Energivej 51", -1)), Fs = /* @__PURE__ */ U(() => /* @__PURE__ */ t("span", null, "5260 Odense S", -1)), Hs = /* @__PURE__ */ U(() => /* @__PURE__ */ t("span", null, "CVR: 35251235", -1)), Rs = /* @__PURE__ */ U(() => /* @__PURE__ */ t("br", null, null, -1)), Es = /* @__PURE__ */ U(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), Ns = /* @__PURE__ */ U(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), zs = { class: "footer__bottom" }, js = { class: "copyright" }, Ks = { class: "footer__policy" }, Us = /* @__PURE__ */ U(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), Gs = {
|
|
1930
2008
|
key: 0,
|
|
1931
2009
|
class: "footer__social"
|
|
1932
|
-
},
|
|
2010
|
+
}, Js = ["href", "aria-label"], Ws = {
|
|
1933
2011
|
key: 1,
|
|
1934
2012
|
class: "footer__social"
|
|
1935
|
-
},
|
|
2013
|
+
}, Ys = ["href", "aria-label"], Qs = /* @__PURE__ */ g({
|
|
1936
2014
|
__name: "footer",
|
|
1937
2015
|
props: {
|
|
1938
2016
|
language: { default: "" },
|
|
@@ -1945,69 +2023,69 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
1945
2023
|
},
|
|
1946
2024
|
emits: ["changeRegionClicked"],
|
|
1947
2025
|
setup(e) {
|
|
1948
|
-
return (a, r) => (l(), i("div",
|
|
1949
|
-
t("footer",
|
|
1950
|
-
t("div",
|
|
1951
|
-
(l(!0), i(
|
|
2026
|
+
return (a, r) => (l(), i("div", Ds, [
|
|
2027
|
+
t("footer", Cs, [
|
|
2028
|
+
t("div", Ts, [
|
|
2029
|
+
(l(!0), i(A, null, P(a.footerSections, (s) => (l(), i("div", {
|
|
1952
2030
|
key: s.title,
|
|
1953
2031
|
class: "section"
|
|
1954
2032
|
}, [
|
|
1955
|
-
t("span",
|
|
2033
|
+
t("span", Vs, n(s.title), 1),
|
|
1956
2034
|
t("nav", null, [
|
|
1957
|
-
t("ul",
|
|
2035
|
+
t("ul", As, [
|
|
1958
2036
|
c(a.$slots, "section-links", {
|
|
1959
2037
|
links: s.links
|
|
1960
2038
|
})
|
|
1961
2039
|
])
|
|
1962
2040
|
])
|
|
1963
2041
|
]))), 128)),
|
|
1964
|
-
t("div",
|
|
1965
|
-
|
|
2042
|
+
t("div", Ps, [
|
|
2043
|
+
Ms,
|
|
1966
2044
|
t("address", null, [
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
S(
|
|
2045
|
+
Os,
|
|
2046
|
+
Fs,
|
|
2047
|
+
Hs,
|
|
2048
|
+
Rs,
|
|
2049
|
+
S(V, {
|
|
1972
2050
|
class: "footer__contact",
|
|
1973
2051
|
"link-type": "regular_light",
|
|
1974
2052
|
underline: "false"
|
|
1975
2053
|
}, {
|
|
1976
2054
|
default: $(() => [
|
|
1977
|
-
|
|
2055
|
+
Es
|
|
1978
2056
|
]),
|
|
1979
2057
|
_: 1
|
|
1980
2058
|
}),
|
|
1981
|
-
S(
|
|
2059
|
+
S(V, {
|
|
1982
2060
|
class: "footer__contact",
|
|
1983
2061
|
"link-type": "regular_light",
|
|
1984
2062
|
underline: "false"
|
|
1985
2063
|
}, {
|
|
1986
2064
|
default: $(() => [
|
|
1987
|
-
|
|
2065
|
+
Ns
|
|
1988
2066
|
]),
|
|
1989
2067
|
_: 1
|
|
1990
2068
|
})
|
|
1991
2069
|
])
|
|
1992
2070
|
])
|
|
1993
2071
|
]),
|
|
1994
|
-
t("div",
|
|
1995
|
-
t("p",
|
|
1996
|
-
t("div",
|
|
2072
|
+
t("div", zs, [
|
|
2073
|
+
t("p", js, " © Mobile Industrial Robots " + n((/* @__PURE__ */ new Date()).getFullYear()), 1),
|
|
2074
|
+
t("div", Ks, [
|
|
1997
2075
|
t("button", {
|
|
1998
2076
|
class: "footer__language-switcher",
|
|
1999
2077
|
onClick: r[0] || (r[0] = (s) => a.$emit("changeRegionClicked"))
|
|
2000
2078
|
}, [
|
|
2001
2079
|
t("span", null, [
|
|
2002
|
-
|
|
2003
|
-
|
|
2080
|
+
Us,
|
|
2081
|
+
J(n(a.changeRegion), 1)
|
|
2004
2082
|
])
|
|
2005
2083
|
]),
|
|
2006
2084
|
c(a.$slots, "footer-privacy-link"),
|
|
2007
2085
|
c(a.$slots, "footer-cookie-link")
|
|
2008
2086
|
]),
|
|
2009
|
-
a.language !== "zh" ? (l(), i("div",
|
|
2010
|
-
(l(!0), i(
|
|
2087
|
+
a.language !== "zh" ? (l(), i("div", Gs, [
|
|
2088
|
+
(l(!0), i(A, null, P(a.socialMedia, (s) => (l(), C(V, {
|
|
2011
2089
|
key: s.title,
|
|
2012
2090
|
underline: "false",
|
|
2013
2091
|
"link-type": "regular"
|
|
@@ -2023,12 +2101,12 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2023
2101
|
height: "14",
|
|
2024
2102
|
class: m(["footer__social--icon", [s.title ? "bg-" + s.title : ""]])
|
|
2025
2103
|
}, null, 2)
|
|
2026
|
-
], 8,
|
|
2104
|
+
], 8, Js)
|
|
2027
2105
|
]),
|
|
2028
2106
|
_: 2
|
|
2029
2107
|
}, 1024))), 128))
|
|
2030
|
-
])) : (l(), i("div",
|
|
2031
|
-
(l(!0), i(
|
|
2108
|
+
])) : (l(), i("div", Ws, [
|
|
2109
|
+
(l(!0), i(A, null, P(a.socialMediaChina, (s) => (l(), C(V, {
|
|
2032
2110
|
key: s.title,
|
|
2033
2111
|
underline: "false",
|
|
2034
2112
|
"link-type": "regular"
|
|
@@ -2044,7 +2122,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2044
2122
|
height: "14",
|
|
2045
2123
|
class: m(["footer__social--icon", [s.title ? "bg-" + s.title : ""]])
|
|
2046
2124
|
}, null, 2)
|
|
2047
|
-
], 8,
|
|
2125
|
+
], 8, Ys)
|
|
2048
2126
|
]),
|
|
2049
2127
|
_: 2
|
|
2050
2128
|
}, 1024))), 128))
|
|
@@ -2053,51 +2131,51 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2053
2131
|
])
|
|
2054
2132
|
]));
|
|
2055
2133
|
}
|
|
2056
|
-
}),
|
|
2134
|
+
}), Zs = /* @__PURE__ */ f(Qs, [["__scopeId", "data-v-1a9efdfb"]]), ge = (e) => (H("data-v-766d3c80"), e = e(), R(), e), Xs = { class: "header__wrapper" }, xs = { class: "nav-wrapper" }, ei = { class: "mir-link-logo" }, ti = { class: "main-nav-items" }, ai = {
|
|
2057
2135
|
key: 0,
|
|
2058
2136
|
id: "menu-dropdown",
|
|
2059
2137
|
ref: "dropdownDiv"
|
|
2060
|
-
},
|
|
2138
|
+
}, oi = {
|
|
2061
2139
|
key: 0,
|
|
2062
2140
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
2063
2141
|
alt: "dropdownarrow"
|
|
2064
|
-
},
|
|
2142
|
+
}, li = {
|
|
2065
2143
|
key: 1,
|
|
2066
2144
|
src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
|
|
2067
2145
|
alt: "dropdownarrow",
|
|
2068
2146
|
style: { transform: "rotate(180deg)" }
|
|
2069
|
-
},
|
|
2147
|
+
}, si = { class: "dropdown-content" }, ii = {
|
|
2070
2148
|
key: 1,
|
|
2071
2149
|
class: "nav-search-wrapper"
|
|
2072
|
-
},
|
|
2150
|
+
}, ri = ["src"], ni = {
|
|
2073
2151
|
key: 2,
|
|
2074
2152
|
id: "menu-portal-switcher",
|
|
2075
2153
|
class: "portal-switcher-wrapper"
|
|
2076
|
-
},
|
|
2154
|
+
}, di = /* @__PURE__ */ ge(() => /* @__PURE__ */ t("img", {
|
|
2077
2155
|
src: "https://a.storyblok.com/f/230581/14x12/1b00a4a551/portal-switcher.svg?cv=1712916615032",
|
|
2078
2156
|
alt: "portalswitchericon",
|
|
2079
2157
|
width: "15",
|
|
2080
2158
|
height: "15"
|
|
2081
|
-
}, null, -1)),
|
|
2082
|
-
|
|
2083
|
-
],
|
|
2159
|
+
}, null, -1)), ci = [
|
|
2160
|
+
di
|
|
2161
|
+
], ui = { class: "portal-switcher-content" }, _i = { class: "portal-switcher-links" }, pi = ["href"], hi = ["src"], mi = {
|
|
2084
2162
|
key: 3,
|
|
2085
2163
|
id: "menu-profile-dropdown",
|
|
2086
2164
|
class: "profile-dropdown-wrapper"
|
|
2087
|
-
},
|
|
2165
|
+
}, vi = {
|
|
2088
2166
|
key: 0,
|
|
2089
2167
|
class: "profile-dropdown-sign-in"
|
|
2090
|
-
},
|
|
2168
|
+
}, fi = /* @__PURE__ */ ge(() => /* @__PURE__ */ t("img", {
|
|
2091
2169
|
src: "https://a.storyblok.com/f/230581/15x14/3b3253dd12/icon-user.svg?cv=1712916615014",
|
|
2092
2170
|
alt: "profiledropdownicon",
|
|
2093
2171
|
width: "15",
|
|
2094
2172
|
height: "15"
|
|
2095
|
-
}, null, -1)),
|
|
2096
|
-
|
|
2097
|
-
],
|
|
2173
|
+
}, null, -1)), gi = [
|
|
2174
|
+
fi
|
|
2175
|
+
], bi = { class: "profile-dropdown-content" }, yi = { class: "mobile-logo-search-burger-wrapper" }, $i = { class: "mobile-mir-link-logo" }, ki = {
|
|
2098
2176
|
key: 0,
|
|
2099
2177
|
class: "mobile-search-wrapper"
|
|
2100
|
-
},
|
|
2178
|
+
}, wi = ["src"], Si = ["src"], Bi = { class: "mobile-menu-content-wrapper" }, Ii = { class: "mobile-dropdown-content" }, qi = /* @__PURE__ */ g({
|
|
2101
2179
|
__name: "header",
|
|
2102
2180
|
props: {
|
|
2103
2181
|
burgerState: {
|
|
@@ -2151,38 +2229,38 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2151
2229
|
setup(e, { expose: a, emit: r }) {
|
|
2152
2230
|
let s = null;
|
|
2153
2231
|
const o = e;
|
|
2154
|
-
let u =
|
|
2155
|
-
|
|
2232
|
+
let u = I(o.burgerState), _ = I(o.search), d = I(o.showDropDown), k = I(o.showPortalSwitcherDropDown), v = I(o.showProfileDropDown), b = I(o.isAuthenticated);
|
|
2233
|
+
Q(
|
|
2156
2234
|
() => o.burgerState,
|
|
2157
|
-
(
|
|
2158
|
-
),
|
|
2235
|
+
(y) => u.value = y
|
|
2236
|
+
), Q(
|
|
2159
2237
|
() => o.search,
|
|
2160
|
-
(
|
|
2161
|
-
),
|
|
2238
|
+
(y) => _.value = y
|
|
2239
|
+
), Q(
|
|
2162
2240
|
() => o.showDropDown,
|
|
2163
|
-
(
|
|
2164
|
-
),
|
|
2241
|
+
(y) => d.value = y
|
|
2242
|
+
), Q(
|
|
2165
2243
|
() => o.showPortalSwitcherDropDown,
|
|
2166
|
-
(
|
|
2167
|
-
),
|
|
2244
|
+
(y) => k.value = y
|
|
2245
|
+
), Q(
|
|
2168
2246
|
() => o.showProfileDropDown,
|
|
2169
|
-
(
|
|
2170
|
-
),
|
|
2247
|
+
(y) => v.value = y
|
|
2248
|
+
), Q(
|
|
2171
2249
|
() => o.isAuthenticated,
|
|
2172
|
-
(
|
|
2250
|
+
(y) => b.value = y
|
|
2173
2251
|
), me(() => {
|
|
2174
|
-
s = (
|
|
2175
|
-
|
|
2252
|
+
s = (y) => {
|
|
2253
|
+
y.target.closest("#menu-dropdown") || (d.value = !1), y.target.closest("#menu-portal-switcher") || (k.value = !1), y.target.closest("#menu-profile-dropdown") || (v.value = !1);
|
|
2176
2254
|
}, window.addEventListener("click", s);
|
|
2177
|
-
}),
|
|
2255
|
+
}), Ie(() => {
|
|
2178
2256
|
s !== null && window.removeEventListener("click", s);
|
|
2179
2257
|
});
|
|
2180
2258
|
const L = r;
|
|
2181
2259
|
function oe() {
|
|
2182
|
-
|
|
2260
|
+
d.value = !d.value, L("update:showDropDown", d.value);
|
|
2183
2261
|
}
|
|
2184
2262
|
function le() {
|
|
2185
|
-
|
|
2263
|
+
k.value = !k.value, L("update:showPortalSwitcherDropDown", k.value);
|
|
2186
2264
|
}
|
|
2187
2265
|
function se() {
|
|
2188
2266
|
v.value = !v.value, L("update:showProfileDropDown", v.value);
|
|
@@ -2190,155 +2268,155 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2190
2268
|
function ie() {
|
|
2191
2269
|
u.value = !u.value, L("update:burgerState", u.value);
|
|
2192
2270
|
}
|
|
2193
|
-
let G =
|
|
2271
|
+
let G = I(null), ee = I(null);
|
|
2194
2272
|
function re() {
|
|
2195
2273
|
G.value && G.value.blur();
|
|
2196
2274
|
}
|
|
2197
2275
|
return a({
|
|
2198
2276
|
defocusSearchButton: re
|
|
2199
|
-
}), (
|
|
2277
|
+
}), (y, z) => (l(), i("div", Xs, [
|
|
2200
2278
|
t("nav", null, [
|
|
2201
|
-
t("div",
|
|
2202
|
-
t("div",
|
|
2203
|
-
c(
|
|
2279
|
+
t("div", xs, [
|
|
2280
|
+
t("div", ei, [
|
|
2281
|
+
c(y.$slots, "link-logo", {}, void 0, !0)
|
|
2204
2282
|
]),
|
|
2205
|
-
t("ul",
|
|
2206
|
-
c(
|
|
2283
|
+
t("ul", ti, [
|
|
2284
|
+
c(y.$slots, "main-nav-items", {}, void 0, !0)
|
|
2207
2285
|
]),
|
|
2208
|
-
e.useDropdown ? (l(), i("div",
|
|
2286
|
+
e.useDropdown ? (l(), i("div", ai, [
|
|
2209
2287
|
t("button", {
|
|
2210
2288
|
class: "nav-dropdown-btn",
|
|
2211
2289
|
onClick: oe
|
|
2212
2290
|
}, [
|
|
2213
|
-
c(
|
|
2214
|
-
|
|
2291
|
+
c(y.$slots, "dropdown-title", {}, void 0, !0),
|
|
2292
|
+
B(d) === !1 ? (l(), i("img", oi)) : (l(), i("img", li))
|
|
2215
2293
|
]),
|
|
2216
|
-
K(t("div",
|
|
2217
|
-
c(
|
|
2294
|
+
K(t("div", si, [
|
|
2295
|
+
c(y.$slots, "dropdown-links", {}, void 0, !0)
|
|
2218
2296
|
], 512), [
|
|
2219
|
-
[
|
|
2297
|
+
[Z, B(d)]
|
|
2220
2298
|
])
|
|
2221
|
-
], 512)) :
|
|
2222
|
-
|
|
2299
|
+
], 512)) : h("", !0),
|
|
2300
|
+
B(_) ? (l(), i("div", ii, [
|
|
2223
2301
|
t("button", {
|
|
2224
2302
|
ref_key: "navSearchButton",
|
|
2225
2303
|
ref: G,
|
|
2226
2304
|
class: "search-icon",
|
|
2227
|
-
onClick:
|
|
2228
|
-
var
|
|
2229
|
-
return
|
|
2305
|
+
onClick: z[0] || (z[0] = (j) => {
|
|
2306
|
+
var E;
|
|
2307
|
+
return y.$emit("clickSearch"), (E = B(G)) == null ? void 0 : E.blur();
|
|
2230
2308
|
})
|
|
2231
2309
|
}, [
|
|
2232
2310
|
t("img", {
|
|
2233
|
-
src:
|
|
2311
|
+
src: B(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",
|
|
2234
2312
|
alt: "search icon",
|
|
2235
2313
|
width: "20",
|
|
2236
2314
|
height: "20"
|
|
2237
|
-
}, null, 8,
|
|
2315
|
+
}, null, 8, ri)
|
|
2238
2316
|
], 512)
|
|
2239
|
-
])) :
|
|
2240
|
-
e.usePortalSwitcher ? (l(), i("div",
|
|
2317
|
+
])) : h("", !0),
|
|
2318
|
+
e.usePortalSwitcher ? (l(), i("div", ni, [
|
|
2241
2319
|
t("button", {
|
|
2242
2320
|
class: "nav-portal-switcher-btn",
|
|
2243
2321
|
onClick: le
|
|
2244
|
-
},
|
|
2245
|
-
K(t("div",
|
|
2246
|
-
t("ul",
|
|
2247
|
-
(l(!0), i(
|
|
2248
|
-
key:
|
|
2322
|
+
}, ci),
|
|
2323
|
+
K(t("div", ui, [
|
|
2324
|
+
t("ul", _i, [
|
|
2325
|
+
(l(!0), i(A, null, P(e.portals, (j, E) => (l(), i("li", {
|
|
2326
|
+
key: E,
|
|
2249
2327
|
class: "portal-switcher-link"
|
|
2250
2328
|
}, [
|
|
2251
|
-
S(
|
|
2329
|
+
S(B(V), { "link-type": "regular" }, {
|
|
2252
2330
|
default: $(() => [
|
|
2253
2331
|
t("a", {
|
|
2254
|
-
href:
|
|
2255
|
-
onClick:
|
|
2332
|
+
href: j.link,
|
|
2333
|
+
onClick: z[1] || (z[1] = (W) => ne(d) ? d.value = !1 : d = !1)
|
|
2256
2334
|
}, [
|
|
2257
2335
|
t("img", {
|
|
2258
|
-
src:
|
|
2259
|
-
}, null, 8,
|
|
2260
|
-
t("div", null, n(
|
|
2261
|
-
], 8,
|
|
2336
|
+
src: j.icon
|
|
2337
|
+
}, null, 8, hi),
|
|
2338
|
+
t("div", null, n(j.name), 1)
|
|
2339
|
+
], 8, pi)
|
|
2262
2340
|
]),
|
|
2263
2341
|
_: 2
|
|
2264
2342
|
}, 1024)
|
|
2265
2343
|
]))), 128))
|
|
2266
2344
|
])
|
|
2267
2345
|
], 512), [
|
|
2268
|
-
[
|
|
2346
|
+
[Z, B(k)]
|
|
2269
2347
|
])
|
|
2270
|
-
])) :
|
|
2271
|
-
e.useProfileDropdown ? (l(), i("div",
|
|
2272
|
-
|
|
2273
|
-
c(
|
|
2348
|
+
])) : h("", !0),
|
|
2349
|
+
e.useProfileDropdown ? (l(), i("div", mi, [
|
|
2350
|
+
B(b) ? h("", !0) : (l(), i("div", vi, [
|
|
2351
|
+
c(y.$slots, "profile-dropdown-sign-in", {}, void 0, !0)
|
|
2274
2352
|
])),
|
|
2275
|
-
|
|
2353
|
+
B(b) ? (l(), i("button", {
|
|
2276
2354
|
key: 1,
|
|
2277
2355
|
class: "nav-profile-dropdown-btn",
|
|
2278
2356
|
onClick: se
|
|
2279
|
-
},
|
|
2280
|
-
K(t("div",
|
|
2281
|
-
c(
|
|
2357
|
+
}, gi)) : h("", !0),
|
|
2358
|
+
K(t("div", bi, [
|
|
2359
|
+
c(y.$slots, "profile-dropdown-links", {}, void 0, !0)
|
|
2282
2360
|
], 512), [
|
|
2283
|
-
[
|
|
2361
|
+
[Z, B(v)]
|
|
2284
2362
|
])
|
|
2285
|
-
])) :
|
|
2363
|
+
])) : h("", !0)
|
|
2286
2364
|
]),
|
|
2287
2365
|
t("div", {
|
|
2288
|
-
class: m(["mobile-nav-wrapper",
|
|
2366
|
+
class: m(["mobile-nav-wrapper", B(u) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
|
|
2289
2367
|
}, [
|
|
2290
|
-
t("div",
|
|
2291
|
-
t("div",
|
|
2292
|
-
c(
|
|
2368
|
+
t("div", yi, [
|
|
2369
|
+
t("div", $i, [
|
|
2370
|
+
c(y.$slots, "link-logo", {}, void 0, !0)
|
|
2293
2371
|
]),
|
|
2294
|
-
|
|
2372
|
+
B(_) ? (l(), i("div", ki, [
|
|
2295
2373
|
t("button", {
|
|
2296
2374
|
ref_key: "mobileSearchButton",
|
|
2297
|
-
ref:
|
|
2375
|
+
ref: ee,
|
|
2298
2376
|
class: "search-icon",
|
|
2299
2377
|
"aria-label": "Toggle search",
|
|
2300
|
-
onClick:
|
|
2301
|
-
var
|
|
2302
|
-
return
|
|
2378
|
+
onClick: z[2] || (z[2] = (j) => {
|
|
2379
|
+
var E;
|
|
2380
|
+
return y.$emit("clickSearch"), (E = B(ee)) == null ? void 0 : E.blur();
|
|
2303
2381
|
})
|
|
2304
2382
|
}, [
|
|
2305
2383
|
t("img", {
|
|
2306
|
-
src:
|
|
2384
|
+
src: B(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",
|
|
2307
2385
|
alt: "search icon",
|
|
2308
2386
|
width: "20",
|
|
2309
2387
|
height: "20"
|
|
2310
|
-
}, null, 8,
|
|
2388
|
+
}, null, 8, wi)
|
|
2311
2389
|
], 512)
|
|
2312
|
-
])) :
|
|
2390
|
+
])) : h("", !0),
|
|
2313
2391
|
t("button", {
|
|
2314
2392
|
class: "mobile-burger-wrapper",
|
|
2315
2393
|
"aria-label": "Toggle menu",
|
|
2316
|
-
onClick:
|
|
2394
|
+
onClick: pe(ie, ["prevent"])
|
|
2317
2395
|
}, [
|
|
2318
2396
|
t("img", {
|
|
2319
2397
|
width: "20",
|
|
2320
2398
|
height: "20",
|
|
2321
2399
|
alt: "burger menu line icon",
|
|
2322
|
-
src:
|
|
2323
|
-
}, null, 8,
|
|
2400
|
+
src: B(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"
|
|
2401
|
+
}, null, 8, Si)
|
|
2324
2402
|
])
|
|
2325
2403
|
]),
|
|
2326
|
-
K(t("div",
|
|
2404
|
+
K(t("div", Bi, [
|
|
2327
2405
|
t("ul", null, [
|
|
2328
|
-
c(
|
|
2406
|
+
c(y.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2329
2407
|
]),
|
|
2330
|
-
t("ul",
|
|
2331
|
-
c(
|
|
2332
|
-
c(
|
|
2408
|
+
t("ul", Ii, [
|
|
2409
|
+
c(y.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2410
|
+
c(y.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2333
2411
|
])
|
|
2334
2412
|
], 512), [
|
|
2335
|
-
[
|
|
2413
|
+
[Z, B(u)]
|
|
2336
2414
|
])
|
|
2337
2415
|
], 2)
|
|
2338
2416
|
])
|
|
2339
2417
|
]));
|
|
2340
2418
|
}
|
|
2341
|
-
}),
|
|
2419
|
+
}), Li = /* @__PURE__ */ f(qi, [["__scopeId", "data-v-766d3c80"]]), Di = { class: "language__wrapper" }, Ci = { class: "language__content" }, Ti = { class: "language__headline" }, Vi = { class: "language__paragraph" }, Ai = { class: "language__links" }, Pi = /* @__PURE__ */ g({
|
|
2342
2420
|
__name: "language-switcher",
|
|
2343
2421
|
props: {
|
|
2344
2422
|
headline: {
|
|
@@ -2351,17 +2429,17 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2351
2429
|
}
|
|
2352
2430
|
},
|
|
2353
2431
|
setup(e) {
|
|
2354
|
-
return (a, r) => (l(), i("div",
|
|
2355
|
-
t("div",
|
|
2356
|
-
t("h2",
|
|
2357
|
-
t("p",
|
|
2358
|
-
t("div",
|
|
2432
|
+
return (a, r) => (l(), i("div", Di, [
|
|
2433
|
+
t("div", Ci, [
|
|
2434
|
+
t("h2", Ti, n(e.headline), 1),
|
|
2435
|
+
t("p", Vi, n(e.paragraph), 1),
|
|
2436
|
+
t("div", Ai, [
|
|
2359
2437
|
c(a.$slots, "language-links", {}, void 0, !0)
|
|
2360
2438
|
])
|
|
2361
2439
|
])
|
|
2362
2440
|
]));
|
|
2363
2441
|
}
|
|
2364
|
-
}),
|
|
2442
|
+
}), Mi = /* @__PURE__ */ f(Pi, [["__scopeId", "data-v-dc8cc97e"]]), Oi = { class: "pagination__wrapper" }, Fi = { class: "pagination__content" }, Hi = /* @__PURE__ */ g({
|
|
2365
2443
|
__name: "pagination",
|
|
2366
2444
|
props: {
|
|
2367
2445
|
isPreviousDisabled: {
|
|
@@ -2375,8 +2453,8 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2375
2453
|
},
|
|
2376
2454
|
emits: ["previous", "next"],
|
|
2377
2455
|
setup(e) {
|
|
2378
|
-
return (a, r) => (l(), i("div",
|
|
2379
|
-
t("div",
|
|
2456
|
+
return (a, r) => (l(), i("div", Oi, [
|
|
2457
|
+
t("div", Fi, [
|
|
2380
2458
|
S(ae, {
|
|
2381
2459
|
disabled: e.isPreviousDisabled,
|
|
2382
2460
|
variant: "previous",
|
|
@@ -2393,97 +2471,65 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
|
|
|
2393
2471
|
])
|
|
2394
2472
|
]));
|
|
2395
2473
|
}
|
|
2396
|
-
}),
|
|
2397
|
-
function
|
|
2398
|
-
return l(), i("div",
|
|
2474
|
+
}), Ri = /* @__PURE__ */ f(Hi, [["__scopeId", "data-v-da6d07c9"]]), Ei = {}, Ni = { class: "search__wrapper" };
|
|
2475
|
+
function zi(e, a) {
|
|
2476
|
+
return l(), i("div", Ni, [
|
|
2399
2477
|
c(e.$slots, "default", { class: "search__content" })
|
|
2400
2478
|
]);
|
|
2401
2479
|
}
|
|
2402
|
-
const
|
|
2403
|
-
|
|
2404
|
-
class: "product-hero__logo"
|
|
2405
|
-
}, Ni = {
|
|
2406
|
-
key: 1,
|
|
2407
|
-
class: "product-hero__certification"
|
|
2408
|
-
}, zi = /* @__PURE__ */ g({
|
|
2409
|
-
__name: "product-hero",
|
|
2480
|
+
const ji = /* @__PURE__ */ f(Ei, [["render", zi], ["__scopeId", "data-v-c07a6cf3"]]), Ki = { class: "dropdown" }, Ui = ["aria-expanded"], Gi = /* @__PURE__ */ g({
|
|
2481
|
+
__name: "select-multiple",
|
|
2410
2482
|
props: {
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
required: !0
|
|
2415
|
-
},
|
|
2416
|
-
videoSrc: {
|
|
2417
|
-
type: String,
|
|
2418
|
-
default: "",
|
|
2419
|
-
required: !0
|
|
2420
|
-
},
|
|
2421
|
-
ariaLabel: {
|
|
2422
|
-
type: String,
|
|
2423
|
-
default: "",
|
|
2424
|
-
required: !0
|
|
2425
|
-
},
|
|
2426
|
-
imgSrc: {
|
|
2427
|
-
type: String,
|
|
2428
|
-
default: "",
|
|
2429
|
-
required: !0
|
|
2430
|
-
},
|
|
2431
|
-
logoSrc: {
|
|
2432
|
-
type: String,
|
|
2433
|
-
default: "",
|
|
2434
|
-
required: !1
|
|
2435
|
-
},
|
|
2436
|
-
isCertified: {
|
|
2437
|
-
type: Boolean,
|
|
2438
|
-
default: !1,
|
|
2439
|
-
required: !1
|
|
2440
|
-
}
|
|
2483
|
+
label: { default: "" },
|
|
2484
|
+
options: { default: () => [] },
|
|
2485
|
+
selectedOptions: { default: () => [] }
|
|
2441
2486
|
},
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2487
|
+
emits: ["filter", "remove-filter"],
|
|
2488
|
+
setup(e, { emit: a }) {
|
|
2489
|
+
const r = I(!1), s = e, o = a;
|
|
2490
|
+
function u(d) {
|
|
2491
|
+
s.selectedOptions.includes(d) ? o("remove-filter", d) : o("filter", d);
|
|
2492
|
+
}
|
|
2493
|
+
function _() {
|
|
2494
|
+
r.value = !1;
|
|
2495
|
+
}
|
|
2496
|
+
return (d, k) => {
|
|
2497
|
+
const v = _e("click-outside");
|
|
2498
|
+
return K((l(), i("div", Ki, [
|
|
2499
|
+
t("button", {
|
|
2500
|
+
class: "dropdown-button",
|
|
2501
|
+
"aria-expanded": r.value ? "true" : "false",
|
|
2502
|
+
onClick: k[0] || (k[0] = (b) => r.value = !r.value)
|
|
2503
|
+
}, [
|
|
2504
|
+
c(d.$slots, "button", {}, () => [
|
|
2505
|
+
J(n(d.label), 1)
|
|
2506
|
+
], !0)
|
|
2507
|
+
], 8, Ui),
|
|
2508
|
+
t("div", {
|
|
2509
|
+
class: m([{ hidden: !r.value }, "dropdown-content"])
|
|
2510
|
+
}, [
|
|
2511
|
+
(l(!0), i(A, null, P(d.options, (b) => (l(), C(B(ve), {
|
|
2512
|
+
id: b.value,
|
|
2513
|
+
key: b.value,
|
|
2514
|
+
name: b.text,
|
|
2515
|
+
required: !1,
|
|
2516
|
+
disabled: !1,
|
|
2517
|
+
value: b.value,
|
|
2518
|
+
checked: d.selectedOptions.includes(b.value),
|
|
2519
|
+
onInput: (L) => u(b.value)
|
|
2520
|
+
}, {
|
|
2459
2521
|
default: $(() => [
|
|
2460
|
-
|
|
2522
|
+
J(n(b.text), 1)
|
|
2461
2523
|
]),
|
|
2462
|
-
_:
|
|
2463
|
-
})),
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
]),
|
|
2470
|
-
_: 3
|
|
2471
|
-
})
|
|
2472
|
-
])) : p("", !0),
|
|
2473
|
-
e.isCertified ? (l(), i("div", Ni, [
|
|
2474
|
-
S(I(A), null, {
|
|
2475
|
-
default: $(() => [
|
|
2476
|
-
c(a.$slots, "product-hero-certification", {}, void 0, !0)
|
|
2477
|
-
]),
|
|
2478
|
-
_: 3
|
|
2479
|
-
})
|
|
2480
|
-
])) : p("", !0)
|
|
2481
|
-
])
|
|
2482
|
-
])
|
|
2483
|
-
])
|
|
2484
|
-
]));
|
|
2524
|
+
_: 2
|
|
2525
|
+
}, 1032, ["id", "name", "value", "checked", "onInput"]))), 128))
|
|
2526
|
+
], 2)
|
|
2527
|
+
])), [
|
|
2528
|
+
[v, _]
|
|
2529
|
+
]);
|
|
2530
|
+
};
|
|
2485
2531
|
}
|
|
2486
|
-
}),
|
|
2532
|
+
}), Ji = /* @__PURE__ */ f(Gi, [["__scopeId", "data-v-7efc9dc2"]]), Wi = { class: "promo__content" }, Yi = { class: "pallet-jack__media-wrap" }, Qi = { class: "pallet-jack-link" }, Zi = { class: "pallet-jack__media-wrap__inner-wrap" }, Xi = { class: "pallet-jack__media-wrap__content-wrap" }, xi = { class: "regular-blue" }, er = /* @__PURE__ */ g({
|
|
2487
2533
|
__name: "pallet-jack",
|
|
2488
2534
|
props: {
|
|
2489
2535
|
label: { default: "" },
|
|
@@ -2501,7 +2547,7 @@ const Pi = /* @__PURE__ */ f(Ci, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
|
|
|
2501
2547
|
dark: "promo__wrapper--dark",
|
|
2502
2548
|
light: "promo__wrapper--light",
|
|
2503
2549
|
default: "promo__wrapper--default"
|
|
2504
|
-
}, r = e, s =
|
|
2550
|
+
}, r = e, s = T(() => a[r.variant]);
|
|
2505
2551
|
return (o, u) => (l(), i("div", {
|
|
2506
2552
|
class: m([
|
|
2507
2553
|
"promo__wrapper",
|
|
@@ -2509,22 +2555,22 @@ const Pi = /* @__PURE__ */ f(Ci, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
|
|
|
2509
2555
|
o.teaser ? "promo__wrapper--teaser" : ""
|
|
2510
2556
|
])
|
|
2511
2557
|
}, [
|
|
2512
|
-
t("div",
|
|
2558
|
+
t("div", Wi, [
|
|
2513
2559
|
t("div", {
|
|
2514
2560
|
class: m([
|
|
2515
2561
|
"promo__video",
|
|
2516
2562
|
o.reverse ? "promo__video--reverse" : "promo__video--default"
|
|
2517
2563
|
])
|
|
2518
2564
|
}, [
|
|
2519
|
-
t("div",
|
|
2520
|
-
t("div",
|
|
2565
|
+
t("div", Yi, [
|
|
2566
|
+
t("div", Qi, [
|
|
2521
2567
|
c(o.$slots, "pallet-jack-link")
|
|
2522
2568
|
]),
|
|
2523
|
-
t("div",
|
|
2569
|
+
t("div", Zi, [
|
|
2524
2570
|
c(o.$slots, "pallet-jack-video")
|
|
2525
2571
|
]),
|
|
2526
|
-
t("div",
|
|
2527
|
-
t("h3",
|
|
2572
|
+
t("div", Xi, [
|
|
2573
|
+
t("h3", xi, n(o.headline), 1),
|
|
2528
2574
|
t("p", null, n(o.shortDescription), 1)
|
|
2529
2575
|
])
|
|
2530
2576
|
])
|
|
@@ -2535,11 +2581,11 @@ const Pi = /* @__PURE__ */ f(Ci, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
|
|
|
2535
2581
|
o.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
2536
2582
|
])
|
|
2537
2583
|
}, [
|
|
2538
|
-
o.label ? (l(), C(
|
|
2584
|
+
o.label ? (l(), C(X, {
|
|
2539
2585
|
key: 0,
|
|
2540
2586
|
text: o.label,
|
|
2541
2587
|
"label-dark": o.variant === "dark"
|
|
2542
|
-
}, null, 8, ["text", "label-dark"])) :
|
|
2588
|
+
}, null, 8, ["text", "label-dark"])) : h("", !0),
|
|
2543
2589
|
t("div", {
|
|
2544
2590
|
class: m([
|
|
2545
2591
|
"promo__title",
|
|
@@ -2548,7 +2594,7 @@ const Pi = /* @__PURE__ */ f(Ci, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
|
|
|
2548
2594
|
}, [
|
|
2549
2595
|
c(o.$slots, "promo-text")
|
|
2550
2596
|
], 2),
|
|
2551
|
-
o.linkType === "link" ? (l(), C(
|
|
2597
|
+
o.linkType === "link" ? (l(), C(V, {
|
|
2552
2598
|
key: 1,
|
|
2553
2599
|
"link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
|
|
2554
2600
|
arrow: ""
|
|
@@ -2557,8 +2603,8 @@ const Pi = /* @__PURE__ */ f(Ci, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
|
|
|
2557
2603
|
c(o.$slots, "promo-link")
|
|
2558
2604
|
]),
|
|
2559
2605
|
_: 3
|
|
2560
|
-
}, 8, ["link-type"])) :
|
|
2561
|
-
o.linkType === "button" ? (l(), C(
|
|
2606
|
+
}, 8, ["link-type"])) : h("", !0),
|
|
2607
|
+
o.linkType === "button" ? (l(), C(V, {
|
|
2562
2608
|
key: 2,
|
|
2563
2609
|
"link-type": o.variant === "dark" ? "secondary_dark" : (o.variant === "light", "secondary")
|
|
2564
2610
|
}, {
|
|
@@ -2566,62 +2612,63 @@ const Pi = /* @__PURE__ */ f(Ci, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
|
|
|
2566
2612
|
c(o.$slots, "promo-link")
|
|
2567
2613
|
]),
|
|
2568
2614
|
_: 3
|
|
2569
|
-
}, 8, ["link-type"])) :
|
|
2615
|
+
}, 8, ["link-type"])) : h("", !0)
|
|
2570
2616
|
], 2)
|
|
2571
2617
|
])
|
|
2572
2618
|
], 2));
|
|
2573
2619
|
}
|
|
2574
|
-
}),
|
|
2620
|
+
}), tr = /* @__PURE__ */ f(er, [["__scopeId", "data-v-00c0bad3"]]), or = {
|
|
2575
2621
|
install: (e) => {
|
|
2576
|
-
e.component("AtomButton", ae), e.component("AtomCheckbox",
|
|
2622
|
+
e.component("AtomButton", ae), e.component("AtomCheckbox", ve), e.component("AtomChip", He), e.component("AtomDropdown", Ge), e.component("AtomImage", M), e.component("AtomLabel", X), e.component("AtomLink", V), e.component("AtomRadioButton", lt), e.component("AtomSelect", ct), e.component("AtomSelectMultiple", Ji), e.component("AtomSlider", $t), e.component("AtomTextarea", Dt), e.component("AtomTextField", Et), e.component("AtomVideo", x), e.component("MoleculeAddress", aa), e.component("MoleculeBulletList", ra), e.component("MoleculeCard", _a), e.component("MoleculeEventCard", ya), e.component("MoleculeModal", fe), e.component("MoleculeTextCard", Ba), e.component("BlockFacts", Na), e.component("BlockFeatures", Ya), e.component("BlockFormScript", oo), e.component("BlockHeadline", ro), e.component("BlockHero", $o), e.component("BlockImage", qo), e.component("BlockImageGallery", Ao), e.component("BlockLogoWall", zo), e.component("BlockMicroStories", Jo), e.component("BlockPolicy", Xo), e.component("BlockProductHero", rl), e.component("BlockPromo", cl), e.component("BlockQuote", wl), e.component("BlockRichText", Ll), e.component("BlockRichTextColumns", Ml), e.component("BlockTimeline", Ul), e.component("BlockCardDisplay", Va), e.component("BlockVimeo", Zl), e.component("BlockPalletJack", tr), e.component("BlockFrontPageHero", vs), e.component("Organism404", ks), e.component("OrganismFilter", Ls), e.component("OrganismFooter", Zs), e.component("OrganismHeader", Li), e.component("OrganismLanguageSwitcher", Mi), e.component("OrganismPagination", Ri), e.component("OrganismSearch", ji);
|
|
2577
2623
|
}
|
|
2578
2624
|
};
|
|
2579
2625
|
export {
|
|
2580
2626
|
ae as AtomButton,
|
|
2581
|
-
|
|
2582
|
-
|
|
2627
|
+
ve as AtomCheckbox,
|
|
2628
|
+
He as AtomChip,
|
|
2583
2629
|
Ge as AtomDropdown,
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2630
|
+
M as AtomImage,
|
|
2631
|
+
X as AtomLabel,
|
|
2632
|
+
V as AtomLink,
|
|
2587
2633
|
lt as AtomRadioButton,
|
|
2588
2634
|
ct as AtomSelect,
|
|
2635
|
+
Ji as AtomSelectMultiple,
|
|
2589
2636
|
$t as AtomSlider,
|
|
2590
|
-
|
|
2637
|
+
Et as AtomTextField,
|
|
2591
2638
|
Dt as AtomTextarea,
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2639
|
+
x as AtomVideo,
|
|
2640
|
+
Va as BlockCardDisplay,
|
|
2641
|
+
Na as BlockFacts,
|
|
2642
|
+
Ya as BlockFeatures,
|
|
2643
|
+
oo as BlockFormScript,
|
|
2644
|
+
vs as BlockFrontPageHero,
|
|
2645
|
+
ro as BlockHeadline,
|
|
2646
|
+
$o as BlockHero,
|
|
2647
|
+
qo as BlockImage,
|
|
2648
|
+
Ao as BlockImageGallery,
|
|
2649
|
+
zo as BlockLogoWall,
|
|
2650
|
+
Jo as BlockMicroStories,
|
|
2651
|
+
tr as BlockPalletJack,
|
|
2652
|
+
Xo as BlockPolicy,
|
|
2653
|
+
rl as BlockProductHero,
|
|
2654
|
+
cl as BlockPromo,
|
|
2655
|
+
wl as BlockQuote,
|
|
2656
|
+
Ll as BlockRichText,
|
|
2657
|
+
Ml as BlockRichTextColumns,
|
|
2658
|
+
Ul as BlockTimeline,
|
|
2659
|
+
Zl as BlockVimeo,
|
|
2613
2660
|
aa as MoleculeAddress,
|
|
2614
2661
|
ra as MoleculeBulletList,
|
|
2615
2662
|
_a as MoleculeCard,
|
|
2616
2663
|
ya as MoleculeEventCard,
|
|
2617
|
-
|
|
2664
|
+
fe as MoleculeModal,
|
|
2618
2665
|
Ba as MoleculeTextCard,
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2666
|
+
ks as Organism404,
|
|
2667
|
+
Ls as OrganismFilter,
|
|
2668
|
+
Zs as OrganismFooter,
|
|
2669
|
+
Li as OrganismHeader,
|
|
2670
|
+
Mi as OrganismLanguageSwitcher,
|
|
2671
|
+
Ri as OrganismPagination,
|
|
2672
|
+
ji as OrganismSearch,
|
|
2673
|
+
or as default
|
|
2627
2674
|
};
|