@mirweb/mir-web-components 1.4.5 → 1.4.7
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/select-multiple/select-multiple.vue.d.ts +1 -1
- package/dist/components/blocks/rich-text/rich-text.vue.d.ts +1 -1
- package/dist/mir-web-components.cjs.js +1 -1
- package/dist/mir-web-components.css +1 -1
- package/dist/mir-web-components.es.js +311 -310
- package/dist/mir-web-components.umd.js +2 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as g, computed as
|
|
1
|
+
import { defineComponent as g, computed as C, openBlock as l, createElementBlock as i, normalizeClass as m, toDisplayString as n, createElementVNode as t, renderSlot as d, pushScopeId as H, popScopeId as R, createTextVNode as J, ref as q, 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 B, Transition as we, withCtx as $, withModifiers as pe, createBlock as T, createCommentVNode as h, watchEffect as he, withKeys as Se, useSlots as Be, normalizeStyle as ce, isRef as ne, unref as I, onMounted as me, watch as Q, onUnmounted as Ie } from "vue";
|
|
2
2
|
const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
@@ -14,8 +14,8 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
14
14
|
close: "close",
|
|
15
15
|
next: "next",
|
|
16
16
|
previous: "previous"
|
|
17
|
-
}, r = e, s =
|
|
18
|
-
return (o,
|
|
17
|
+
}, r = e, s = C(() => a[r.variant]);
|
|
18
|
+
return (o, c) => (l(), i("button", {
|
|
19
19
|
class: m(["button", "button--" + s.value]),
|
|
20
20
|
"aria-label": o.ariaLabel
|
|
21
21
|
}, n(s.value === "close" ? "" : o.buttonText), 11, qe));
|
|
@@ -25,7 +25,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
25
25
|
for (const [s, o] of a)
|
|
26
26
|
r[s] = o;
|
|
27
27
|
return r;
|
|
28
|
-
},
|
|
28
|
+
}, oe = /* @__PURE__ */ f(Le, [["__scopeId", "data-v-f61b579c"]]), De = (e) => (H("data-v-0c4c6d8e"), 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" },
|
|
@@ -38,10 +38,10 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
38
38
|
emits: ["input"],
|
|
39
39
|
setup(e, { emit: a }) {
|
|
40
40
|
const r = a, s = (o) => {
|
|
41
|
-
const
|
|
42
|
-
r("input",
|
|
41
|
+
const c = o.target;
|
|
42
|
+
r("input", c.checked);
|
|
43
43
|
};
|
|
44
|
-
return (o,
|
|
44
|
+
return (o, c) => (l(), i("div", {
|
|
45
45
|
class: m(["checkbox__wrapper", o.disabled ? "disabled" : ""])
|
|
46
46
|
}, [
|
|
47
47
|
t("input", {
|
|
@@ -60,7 +60,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
60
60
|
class: m(["checkbox__label", o.required ? "required" : ""])
|
|
61
61
|
}, [
|
|
62
62
|
Ve,
|
|
63
|
-
|
|
63
|
+
d(o.$slots, "default", {}, void 0, !0)
|
|
64
64
|
], 10, Te)
|
|
65
65
|
], 2));
|
|
66
66
|
}
|
|
@@ -75,10 +75,10 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
75
75
|
},
|
|
76
76
|
emits: ["remove-chip"],
|
|
77
77
|
setup(e) {
|
|
78
|
-
const a = e, r =
|
|
78
|
+
const a = e, r = C(() => `Chip: ${a.text}`);
|
|
79
79
|
return (s, o) => (l(), i("div", {
|
|
80
80
|
class: "chip__wrapper",
|
|
81
|
-
onClick: o[0] || (o[0] = (
|
|
81
|
+
onClick: o[0] || (o[0] = (c) => s.$emit("remove-chip"))
|
|
82
82
|
}, [
|
|
83
83
|
t("span", {
|
|
84
84
|
class: "chip",
|
|
@@ -107,32 +107,32 @@ const qe = ["aria-label"], Le = /* @__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 =
|
|
110
|
+
}, s = e, o = C(() => r[s.variant]), c = q(null), _ = q(null), u = q([]), b = q(0), v = q(""), k = q(!0), w = q(0), ee = a, le = C(() => {
|
|
111
111
|
const p = s.options.find(
|
|
112
|
-
(
|
|
112
|
+
(S) => S.value === s.modelValue
|
|
113
113
|
);
|
|
114
114
|
return p && p.label;
|
|
115
115
|
});
|
|
116
116
|
function se(p) {
|
|
117
|
-
|
|
117
|
+
ee("update:modelValue", p);
|
|
118
118
|
}
|
|
119
119
|
function ie(p) {
|
|
120
|
-
var
|
|
121
|
-
const
|
|
122
|
-
|
|
120
|
+
var L;
|
|
121
|
+
const S = p.target;
|
|
122
|
+
S.getAttribute("role") === "option" && (W(S), ae(), (L = c.value) == null || L.focus());
|
|
123
123
|
}
|
|
124
124
|
function G(p) {
|
|
125
|
-
var
|
|
126
|
-
const
|
|
127
|
-
switch (
|
|
125
|
+
var L;
|
|
126
|
+
const S = p.key;
|
|
127
|
+
switch (S) {
|
|
128
128
|
case "ArrowUp":
|
|
129
129
|
case "ArrowDown": {
|
|
130
130
|
p.preventDefault();
|
|
131
131
|
const D = s.options.findIndex(
|
|
132
132
|
(Y) => Y.value === s.modelValue
|
|
133
133
|
);
|
|
134
|
-
let O = D ?
|
|
135
|
-
|
|
134
|
+
let O = D ? u.value[D] : u.value[0];
|
|
135
|
+
S === "ArrowUp" ? D - 1 >= 0 && (O = u.value[D - 1]) : D + 1 <= s.options.length && (O = u.value[D + 1]), O && W(O);
|
|
136
136
|
break;
|
|
137
137
|
}
|
|
138
138
|
case "Home":
|
|
@@ -145,16 +145,16 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
145
145
|
break;
|
|
146
146
|
case "Enter":
|
|
147
147
|
case "Escape":
|
|
148
|
-
p.preventDefault(),
|
|
148
|
+
p.preventDefault(), ae(), (L = c.value) == null || L.focus();
|
|
149
149
|
break;
|
|
150
150
|
default: {
|
|
151
|
-
const D = z(
|
|
151
|
+
const D = z(S);
|
|
152
152
|
D && W(D);
|
|
153
153
|
break;
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
}
|
|
157
|
-
function
|
|
157
|
+
function te(p) {
|
|
158
158
|
if (!s.disabled)
|
|
159
159
|
switch (p.key) {
|
|
160
160
|
case "ArrowUp":
|
|
@@ -167,65 +167,65 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
167
167
|
p && p.removeAttribute("aria-selected");
|
|
168
168
|
}
|
|
169
169
|
function y() {
|
|
170
|
-
|
|
171
|
-
v.value = "",
|
|
170
|
+
b.value && (clearTimeout(b.value), b.value = 0), b.value = setTimeout(() => {
|
|
171
|
+
v.value = "", b.value = 0;
|
|
172
172
|
}, 500);
|
|
173
173
|
}
|
|
174
174
|
function z(p) {
|
|
175
|
-
let
|
|
176
|
-
(v.value === "" ||
|
|
175
|
+
let S = "";
|
|
176
|
+
(v.value === "" || S !== p) && (w.value = s.options.findIndex(
|
|
177
177
|
(D) => D.value === s.modelValue
|
|
178
|
-
)), v.value =
|
|
179
|
-
let
|
|
180
|
-
|
|
178
|
+
)), v.value = S === p ? p : v.value + p, S = p, y();
|
|
179
|
+
let L = j(
|
|
180
|
+
w.value + 1,
|
|
181
181
|
s.options.length
|
|
182
182
|
);
|
|
183
|
-
return !
|
|
183
|
+
return !L && v.value.length === 1 && (L = j(0, w.value)), w.value = (w.value + 1) % s.options.length, L;
|
|
184
184
|
}
|
|
185
|
-
function j(p,
|
|
186
|
-
for (let
|
|
187
|
-
if (s.options[
|
|
188
|
-
return
|
|
185
|
+
function j(p, S) {
|
|
186
|
+
for (let L = p; L < S; L++)
|
|
187
|
+
if (s.options[L].label && s.options[L].label.toUpperCase().indexOf(v.value.toUpperCase()) === 0)
|
|
188
|
+
return u.value[L];
|
|
189
189
|
return null;
|
|
190
190
|
}
|
|
191
191
|
function E() {
|
|
192
|
-
W(
|
|
192
|
+
W(u.value[0]);
|
|
193
193
|
}
|
|
194
194
|
function W(p) {
|
|
195
|
-
var
|
|
196
|
-
const
|
|
195
|
+
var L, D;
|
|
196
|
+
const S = p.getAttribute("data-value");
|
|
197
197
|
if (s.modelValue) {
|
|
198
198
|
const O = s.options.findIndex(
|
|
199
199
|
($e) => $e.value === s.modelValue
|
|
200
|
-
), Y =
|
|
200
|
+
), Y = u.value[O];
|
|
201
201
|
re(Y);
|
|
202
202
|
}
|
|
203
|
-
if (p.setAttribute("aria-selected", "true"), (
|
|
203
|
+
if (p.setAttribute("aria-selected", "true"), (L = _.value) == null || L.setAttribute(
|
|
204
204
|
"aria-activedescendant",
|
|
205
|
-
|
|
206
|
-
), se(
|
|
205
|
+
S || ""
|
|
206
|
+
), se(S || ""), _.value && _.value.scrollHeight > _.value.clientHeight) {
|
|
207
207
|
const O = _.value.clientHeight + _.value.scrollTop, Y = p.offsetTop + p.offsetHeight;
|
|
208
208
|
Y > O ? _.value.scrollTop = Y - ((D = _.value) == null ? void 0 : D.clientHeight) : p.offsetTop < _.value.scrollTop && (_.value.scrollTop = p.offsetTop);
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
211
|
function be() {
|
|
212
|
-
var
|
|
213
|
-
const p = (
|
|
212
|
+
var S;
|
|
213
|
+
const p = (S = u.value) == null ? void 0 : S[s.options.length - 1];
|
|
214
214
|
W(p);
|
|
215
215
|
}
|
|
216
|
-
function
|
|
216
|
+
function ae() {
|
|
217
217
|
var p;
|
|
218
|
-
|
|
218
|
+
k.value = !0, (p = c.value) == null || p.removeAttribute("aria-expanded");
|
|
219
219
|
}
|
|
220
220
|
function ue() {
|
|
221
|
-
var p,
|
|
222
|
-
|
|
221
|
+
var p, S;
|
|
222
|
+
k.value = !1, (p = c.value) == null || p.setAttribute("aria-expanded", "true"), (S = _.value) == null || S.focus();
|
|
223
223
|
}
|
|
224
224
|
function ye() {
|
|
225
|
-
s.disabled || (
|
|
225
|
+
s.disabled || (k.value ? ue() : ae());
|
|
226
226
|
}
|
|
227
|
-
return (p,
|
|
228
|
-
const
|
|
227
|
+
return (p, S) => {
|
|
228
|
+
const L = _e("click-outside");
|
|
229
229
|
return l(), i("div", {
|
|
230
230
|
ref: "listbox",
|
|
231
231
|
class: "listbox__wrapper",
|
|
@@ -243,14 +243,14 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
243
243
|
t("button", {
|
|
244
244
|
id: `${p.name}-button-label`,
|
|
245
245
|
ref_key: "listboxButton",
|
|
246
|
-
ref:
|
|
246
|
+
ref: c,
|
|
247
247
|
"aria-labelledby": `${p.name}-label ${p.name}-button-label`,
|
|
248
248
|
type: "button",
|
|
249
249
|
"aria-haspopup": "listbox",
|
|
250
250
|
"aria-disabled": p.disabled,
|
|
251
251
|
class: m(["listbox__button", o.value]),
|
|
252
252
|
onClick: ye,
|
|
253
|
-
onKeydown:
|
|
253
|
+
onKeydown: te
|
|
254
254
|
}, n(p.modelValue ? le.value : p.placeholder), 43, ze),
|
|
255
255
|
K(t("ul", {
|
|
256
256
|
ref_key: "listboxNode",
|
|
@@ -267,17 +267,17 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
267
267
|
key: `${p.name}-option-${O}`,
|
|
268
268
|
ref_for: !0,
|
|
269
269
|
ref_key: "listboxOptions",
|
|
270
|
-
ref:
|
|
270
|
+
ref: u,
|
|
271
271
|
"aria-selected": D.value === p.modelValue,
|
|
272
272
|
"data-value": D.value,
|
|
273
273
|
class: "listbox__option",
|
|
274
274
|
role: "option"
|
|
275
275
|
}, n(D.label), 9, Ke))), 128))
|
|
276
276
|
], 40, je), [
|
|
277
|
-
[Z, !
|
|
277
|
+
[Z, !k.value]
|
|
278
278
|
])
|
|
279
279
|
])), [
|
|
280
|
-
[
|
|
280
|
+
[L, ae]
|
|
281
281
|
])
|
|
282
282
|
], 8, Re);
|
|
283
283
|
};
|
|
@@ -295,7 +295,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
295
295
|
},
|
|
296
296
|
setup(e) {
|
|
297
297
|
return (a, r) => (l(), i("div", Je, [
|
|
298
|
-
|
|
298
|
+
d(a.$slots, "default", F(N(a.$attrs)))
|
|
299
299
|
]));
|
|
300
300
|
}
|
|
301
301
|
}), M = /* @__PURE__ */ f(We, [["__scopeId", "data-v-e10217bd"]]), Ye = { class: "label__wrapper" }, Qe = ["aria-label", "label-dark"], Ze = /* @__PURE__ */ g({
|
|
@@ -305,7 +305,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
305
305
|
labelDark: { type: Boolean, default: !1 }
|
|
306
306
|
},
|
|
307
307
|
setup(e) {
|
|
308
|
-
const a = e, r =
|
|
308
|
+
const a = e, r = C(() => `Label: ${a.text}`);
|
|
309
309
|
return (s, o) => (l(), i("div", Ye, [
|
|
310
310
|
t("span", {
|
|
311
311
|
"aria-label": r.value,
|
|
@@ -336,20 +336,20 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
336
336
|
hover: "underline-hover",
|
|
337
337
|
true: "add-underline",
|
|
338
338
|
false: "remove-underline"
|
|
339
|
-
}, s = e, o =
|
|
340
|
-
const { ...
|
|
341
|
-
return
|
|
339
|
+
}, s = e, o = C(() => a[s.linkType]), c = C(() => r[s.underline]), _ = C(() => {
|
|
340
|
+
const { ...u } = ke(s);
|
|
341
|
+
return u;
|
|
342
342
|
});
|
|
343
|
-
return (
|
|
343
|
+
return (u, b) => (l(), i("div", Xe, [
|
|
344
344
|
t("div", de(_.value, {
|
|
345
345
|
class: ["mir-link", [
|
|
346
346
|
o.value,
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
347
|
+
u.disabled ? "disabled" : "",
|
|
348
|
+
c.value,
|
|
349
|
+
u.arrow ? "link-arrow" : ""
|
|
350
350
|
]]
|
|
351
351
|
}), [
|
|
352
|
-
|
|
352
|
+
d(u.$slots, "default")
|
|
353
353
|
], 16)
|
|
354
354
|
]));
|
|
355
355
|
}
|
|
@@ -366,10 +366,10 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
366
366
|
emits: ["input"],
|
|
367
367
|
setup(e, { emit: a }) {
|
|
368
368
|
const r = a, s = (o) => {
|
|
369
|
-
const
|
|
370
|
-
r("input",
|
|
369
|
+
const c = o.target;
|
|
370
|
+
r("input", c.checked);
|
|
371
371
|
};
|
|
372
|
-
return (o,
|
|
372
|
+
return (o, c) => (l(), i("div", {
|
|
373
373
|
class: m(["radio__wrapper", o.disabled ? "disabled" : ""])
|
|
374
374
|
}, [
|
|
375
375
|
t("input", {
|
|
@@ -388,7 +388,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
388
388
|
class: m(["radio__label", o.required ? "required" : ""])
|
|
389
389
|
}, [
|
|
390
390
|
at,
|
|
391
|
-
|
|
391
|
+
d(o.$slots, "default", {}, void 0, !0)
|
|
392
392
|
], 10, tt)
|
|
393
393
|
], 2));
|
|
394
394
|
}
|
|
@@ -438,36 +438,36 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
438
438
|
const r = e, s = a, o = () => {
|
|
439
439
|
s("update:show", !r.show);
|
|
440
440
|
};
|
|
441
|
-
return (
|
|
442
|
-
|
|
441
|
+
return (c, _) => (l(), i("div", ut, [
|
|
442
|
+
B(we, {
|
|
443
443
|
duration: 300,
|
|
444
444
|
name: "nested"
|
|
445
445
|
}, {
|
|
446
446
|
default: $(() => [
|
|
447
447
|
K(t("div", {
|
|
448
|
-
class: m(["overlay",
|
|
448
|
+
class: m(["overlay", c.searchBar ? "overlay-search" : "overlay-default"]),
|
|
449
449
|
ariaLabel: "modal",
|
|
450
450
|
role: "dialog",
|
|
451
451
|
onClick: o
|
|
452
452
|
}, [
|
|
453
453
|
t("div", {
|
|
454
454
|
id: "modal",
|
|
455
|
-
class: m([
|
|
455
|
+
class: m([c.searchBar ? "search" : ""]),
|
|
456
456
|
onClick: _[0] || (_[0] = pe(() => {
|
|
457
457
|
}, ["stop"]))
|
|
458
458
|
}, [
|
|
459
459
|
t("div", null, [
|
|
460
|
-
|
|
460
|
+
c.searchBar ? h("", !0) : (l(), T(oe, {
|
|
461
461
|
key: 0,
|
|
462
462
|
"aria-label": "close",
|
|
463
463
|
variant: "close",
|
|
464
464
|
onClick: o
|
|
465
465
|
}))
|
|
466
466
|
]),
|
|
467
|
-
c
|
|
467
|
+
d(c.$slots, "default", {}, void 0, !0)
|
|
468
468
|
], 2)
|
|
469
469
|
], 2), [
|
|
470
|
-
[Z,
|
|
470
|
+
[Z, c.show]
|
|
471
471
|
])
|
|
472
472
|
]),
|
|
473
473
|
_: 3
|
|
@@ -490,18 +490,18 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
490
490
|
},
|
|
491
491
|
emits: ["update:modelValue"],
|
|
492
492
|
setup(e, { emit: a }) {
|
|
493
|
-
const r = e, s = a, o =
|
|
494
|
-
var
|
|
495
|
-
(
|
|
493
|
+
const r = e, s = a, o = q(r.modelValue), c = q(), _ = q(!1), u = (v, k, w) => (v - k) / (w - k) * 100, b = (v) => {
|
|
494
|
+
var k;
|
|
495
|
+
(k = c.value) == null || k.style.setProperty("--ProgressPercent", `${v}%`);
|
|
496
496
|
};
|
|
497
497
|
return he(() => {
|
|
498
|
-
if (
|
|
498
|
+
if (c.value) {
|
|
499
499
|
s("update:modelValue", o.value);
|
|
500
|
-
const v =
|
|
501
|
-
let
|
|
502
|
-
|
|
500
|
+
const v = u(o.value, r.min, r.max);
|
|
501
|
+
let k = (50 - v) / 100;
|
|
502
|
+
b(v + k);
|
|
503
503
|
}
|
|
504
|
-
}), (v,
|
|
504
|
+
}), (v, k) => (l(), i("div", null, [
|
|
505
505
|
t("div", pt, [
|
|
506
506
|
t("div", ht, [
|
|
507
507
|
t("label", {
|
|
@@ -515,8 +515,8 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
515
515
|
"aria-label": v.informationLabel,
|
|
516
516
|
tabindex: "0",
|
|
517
517
|
"aria-haspopup": "dialog",
|
|
518
|
-
onClick:
|
|
519
|
-
onKeyup:
|
|
518
|
+
onClick: k[0] || (k[0] = (w) => _.value = !_.value),
|
|
519
|
+
onKeyup: k[1] || (k[1] = Se((w) => _.value = !_.value, ["enter"]))
|
|
520
520
|
}, null, 42, vt)) : h("", !0)
|
|
521
521
|
]),
|
|
522
522
|
t("div", ft, [
|
|
@@ -526,7 +526,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
526
526
|
t("input", {
|
|
527
527
|
id: v.id,
|
|
528
528
|
ref_key: "slider",
|
|
529
|
-
ref:
|
|
529
|
+
ref: c,
|
|
530
530
|
type: "range",
|
|
531
531
|
name: v.name,
|
|
532
532
|
value: v.modelValue,
|
|
@@ -534,7 +534,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
534
534
|
step: v.step,
|
|
535
535
|
max: v.max,
|
|
536
536
|
class: m(v.variant),
|
|
537
|
-
onInput:
|
|
537
|
+
onInput: k[2] || (k[2] = ({ target: w }) => o.value = parseFloat(w.value))
|
|
538
538
|
}, null, 42, gt),
|
|
539
539
|
t("span", {
|
|
540
540
|
class: m([v.variant, "slider__minmax"])
|
|
@@ -544,10 +544,10 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
544
544
|
class: m([v.variant, "slider__value"])
|
|
545
545
|
}, n(v.modelValue), 3)
|
|
546
546
|
]),
|
|
547
|
-
v.information ? (l(),
|
|
547
|
+
v.information ? (l(), T(fe, {
|
|
548
548
|
key: 0,
|
|
549
549
|
show: _.value,
|
|
550
|
-
"onUpdate:show":
|
|
550
|
+
"onUpdate:show": k[3] || (k[3] = (w) => _.value = w)
|
|
551
551
|
}, {
|
|
552
552
|
default: $(() => [
|
|
553
553
|
t("p", bt, n(v.information), 1)
|
|
@@ -642,59 +642,59 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
642
642
|
tel: "tel",
|
|
643
643
|
url: "url",
|
|
644
644
|
search: "search"
|
|
645
|
-
}, r = e, s =
|
|
645
|
+
}, r = e, s = C(() => a[r.type]), o = q(!0), c = C(
|
|
646
646
|
() => o.value ? "showPassword" : "hidePassword"
|
|
647
|
-
), _ =
|
|
647
|
+
), _ = C(
|
|
648
648
|
() => o.value ? "password" : "text"
|
|
649
649
|
);
|
|
650
|
-
return (
|
|
650
|
+
return (u, b) => (l(), i("div", Ct, [
|
|
651
651
|
t("label", {
|
|
652
|
-
for:
|
|
652
|
+
for: u.id,
|
|
653
653
|
class: m([
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
654
|
+
u.required ? "required" : "",
|
|
655
|
+
u.disabled ? "disabled" : "",
|
|
656
|
+
u.search ? "search" : ""
|
|
657
657
|
])
|
|
658
|
-
}, n(
|
|
658
|
+
}, n(u.label), 11, Tt),
|
|
659
659
|
s.value === "password" ? (l(), i("div", Vt, [
|
|
660
660
|
t("input", {
|
|
661
|
-
id:
|
|
661
|
+
id: u.id,
|
|
662
662
|
ref: "passwordField",
|
|
663
663
|
type: _.value,
|
|
664
|
-
value:
|
|
665
|
-
placeholder:
|
|
666
|
-
required:
|
|
667
|
-
disabled:
|
|
668
|
-
name:
|
|
669
|
-
onInput:
|
|
664
|
+
value: u.modelValue,
|
|
665
|
+
placeholder: u.placeholder,
|
|
666
|
+
required: u.required,
|
|
667
|
+
disabled: u.disabled,
|
|
668
|
+
name: u.fieldName,
|
|
669
|
+
onInput: b[0] || (b[0] = (v) => u.$emit("update:modelValue", v.target.value))
|
|
670
670
|
}, null, 40, At),
|
|
671
671
|
t("i", {
|
|
672
672
|
role: "button",
|
|
673
|
-
class: m([
|
|
673
|
+
class: m([c.value]),
|
|
674
674
|
"aria-controls": "password",
|
|
675
675
|
"aria-expanded": !o.value,
|
|
676
|
-
onClick:
|
|
676
|
+
onClick: b[1] || (b[1] = (v) => o.value = !o.value)
|
|
677
677
|
}, null, 10, Pt)
|
|
678
678
|
])) : (l(), i("input", {
|
|
679
679
|
key: 1,
|
|
680
|
-
id:
|
|
680
|
+
id: u.id,
|
|
681
681
|
ref: "textField",
|
|
682
682
|
type: s.value,
|
|
683
|
-
value:
|
|
684
|
-
placeholder:
|
|
685
|
-
required:
|
|
683
|
+
value: u.modelValue,
|
|
684
|
+
placeholder: u.placeholder,
|
|
685
|
+
required: u.required,
|
|
686
686
|
class: m([
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
687
|
+
u.invalid ? "invalid" : "",
|
|
688
|
+
u.valid ? "valid" : "",
|
|
689
|
+
u.search ? "search" : ""
|
|
690
690
|
]),
|
|
691
|
-
disabled:
|
|
692
|
-
name:
|
|
693
|
-
onInput:
|
|
691
|
+
disabled: u.disabled,
|
|
692
|
+
name: u.fieldName,
|
|
693
|
+
onInput: b[2] || (b[2] = (v) => u.$emit("update:modelValue", v.target.value))
|
|
694
694
|
}, null, 42, Mt)),
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
695
|
+
u.search ? (l(), i("i", Ot)) : h("", !0),
|
|
696
|
+
u.errorMessage ? (l(), i("strong", Ft, n(u.errorMessage), 1)) : h("", !0),
|
|
697
|
+
u.helperText ? (l(), i("span", Ht, n(u.helperText), 1)) : h("", !0)
|
|
698
698
|
]));
|
|
699
699
|
}
|
|
700
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({
|
|
@@ -715,36 +715,36 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
715
715
|
},
|
|
716
716
|
setup(e, { expose: a }) {
|
|
717
717
|
const r = e;
|
|
718
|
-
let s =
|
|
718
|
+
let s = q(null);
|
|
719
719
|
return he(() => {
|
|
720
720
|
s.value && (r.play ? s.value.play() : r.play || s.value.pause());
|
|
721
721
|
}), a({
|
|
722
722
|
resetVideo: () => {
|
|
723
723
|
s.value && (s.value.currentTime = 0, s.value.play());
|
|
724
724
|
}
|
|
725
|
-
}), (
|
|
726
|
-
|
|
725
|
+
}), (c, _) => (l(), i("div", Nt, [
|
|
726
|
+
c.localVideo ? (l(), i("video", {
|
|
727
727
|
key: 0,
|
|
728
728
|
ref_key: "videoRef",
|
|
729
729
|
ref: s,
|
|
730
|
-
"aria-label":
|
|
731
|
-
controls:
|
|
732
|
-
poster:
|
|
733
|
-
width:
|
|
734
|
-
height:
|
|
735
|
-
autoplay:
|
|
736
|
-
loop:
|
|
737
|
-
muted:
|
|
730
|
+
"aria-label": c.ariaLabel,
|
|
731
|
+
controls: c.controls,
|
|
732
|
+
poster: c.poster,
|
|
733
|
+
width: c.width,
|
|
734
|
+
height: c.height,
|
|
735
|
+
autoplay: c.autoplay,
|
|
736
|
+
loop: c.loop,
|
|
737
|
+
muted: c.muted,
|
|
738
738
|
type: "video/mp4",
|
|
739
739
|
playsinline: "",
|
|
740
|
-
src:
|
|
740
|
+
src: c.src
|
|
741
741
|
}, null, 8, zt)) : (l(), i("iframe", {
|
|
742
742
|
key: 1,
|
|
743
|
-
src:
|
|
744
|
-
"aria-label":
|
|
745
|
-
title:
|
|
746
|
-
width:
|
|
747
|
-
height:
|
|
743
|
+
src: c.src,
|
|
744
|
+
"aria-label": c.ariaLabel,
|
|
745
|
+
title: c.title,
|
|
746
|
+
width: c.width,
|
|
747
|
+
height: c.height,
|
|
748
748
|
frameborder: "0",
|
|
749
749
|
allow: "autoplay; fullscreen",
|
|
750
750
|
allowfullscreen: ""
|
|
@@ -767,7 +767,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
767
767
|
return (a, r) => (l(), i("div", Ut, [
|
|
768
768
|
t("div", Gt, [
|
|
769
769
|
t("div", Jt, [
|
|
770
|
-
|
|
770
|
+
d(a.$slots, "address-flag", {}, void 0, !0)
|
|
771
771
|
]),
|
|
772
772
|
t("div", Wt, [
|
|
773
773
|
t("p", Yt, n(a.name), 1),
|
|
@@ -777,7 +777,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
777
777
|
a.addressLine3 ? (l(), i("p", Qt, n(a.addressLine3), 1)) : h("", !0)
|
|
778
778
|
]),
|
|
779
779
|
t("div", Zt, [
|
|
780
|
-
a.website ? (l(),
|
|
780
|
+
a.website ? (l(), T(V, {
|
|
781
781
|
key: 0,
|
|
782
782
|
underline: "false",
|
|
783
783
|
"link-type": "regular"
|
|
@@ -790,7 +790,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
790
790
|
]),
|
|
791
791
|
_: 1
|
|
792
792
|
})) : h("", !0),
|
|
793
|
-
(l(!0), i(A, null, P(a.phoneNumbers, (s) => (l(),
|
|
793
|
+
(l(!0), i(A, null, P(a.phoneNumbers, (s) => (l(), T(V, {
|
|
794
794
|
key: s,
|
|
795
795
|
underline: "false",
|
|
796
796
|
"link-type": "regular"
|
|
@@ -867,7 +867,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
867
867
|
emits: ["clicked"],
|
|
868
868
|
setup(e) {
|
|
869
869
|
const a = Be();
|
|
870
|
-
let r =
|
|
870
|
+
let r = q(!1);
|
|
871
871
|
const s = {
|
|
872
872
|
small: {
|
|
873
873
|
class: "card--small",
|
|
@@ -884,23 +884,23 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
884
884
|
width: "596",
|
|
885
885
|
height: "335"
|
|
886
886
|
}
|
|
887
|
-
}, o = e,
|
|
888
|
-
return (_,
|
|
887
|
+
}, o = e, c = C(() => s[o.size]);
|
|
888
|
+
return (_, u) => (l(), i("div", na, [
|
|
889
889
|
t("div", {
|
|
890
890
|
class: m(["card", [
|
|
891
891
|
_.theme === "dark" ? "card--dark" : "card--light",
|
|
892
892
|
_.orientation === "vertical" ? "vertical" : "horizontal",
|
|
893
|
-
|
|
893
|
+
c.value.class,
|
|
894
894
|
_.size === "large" && _.variant === "article" ? "card--large-article" : "",
|
|
895
895
|
_.variant === "product" ? "card--product" : "card--article"
|
|
896
896
|
]]),
|
|
897
897
|
style: ce([_.variant === "product" ? "font-weight: 700" : "font-weight: 300"]),
|
|
898
|
-
onMouseover:
|
|
899
|
-
onMouseout:
|
|
898
|
+
onMouseover: u[0] || (u[0] = (b) => ne(r) ? r.value = !0 : r = !0),
|
|
899
|
+
onMouseout: u[1] || (u[1] = (b) => ne(r) ? r.value = !1 : r = !1)
|
|
900
900
|
}, [
|
|
901
|
-
_.mediaType === "image" ? (l(),
|
|
901
|
+
_.mediaType === "image" ? (l(), T(M, { key: 0 }, {
|
|
902
902
|
default: $(() => [
|
|
903
|
-
|
|
903
|
+
d(_.$slots, "card-image", de({
|
|
904
904
|
src: _.imgSrc,
|
|
905
905
|
width: "596",
|
|
906
906
|
height: "335",
|
|
@@ -912,24 +912,24 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
912
912
|
_: 3
|
|
913
913
|
})) : (l(), i("div", {
|
|
914
914
|
key: 1,
|
|
915
|
-
class: m(["video-card__wrapper",
|
|
915
|
+
class: m(["video-card__wrapper", I(r) === !0 ? "vimeoPlaying" : ""])
|
|
916
916
|
}, [
|
|
917
|
-
|
|
918
|
-
play:
|
|
917
|
+
B(x, {
|
|
918
|
+
play: I(r),
|
|
919
919
|
"local-video": !0,
|
|
920
920
|
src: _.videoSrc,
|
|
921
921
|
"aria-label": _.arialabel,
|
|
922
922
|
controls: !1,
|
|
923
923
|
poster: _.imgSrc,
|
|
924
|
-
width:
|
|
925
|
-
height:
|
|
924
|
+
width: c.value.width,
|
|
925
|
+
height: c.value.height,
|
|
926
926
|
autoplay: !0,
|
|
927
927
|
loop: !0,
|
|
928
928
|
muted: !0
|
|
929
929
|
}, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
|
|
930
930
|
], 2)),
|
|
931
|
-
|
|
932
|
-
|
|
931
|
+
I(a)["card-label"] ? (l(), i("div", da, [
|
|
932
|
+
d(_.$slots, "card-label")
|
|
933
933
|
])) : h("", !0),
|
|
934
934
|
_.variant === "product" ? (l(), i("div", {
|
|
935
935
|
key: 3,
|
|
@@ -975,7 +975,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
975
975
|
},
|
|
976
976
|
setup(e) {
|
|
977
977
|
return (a, r) => (l(), i("div", ha, [
|
|
978
|
-
|
|
978
|
+
B(X, {
|
|
979
979
|
"label-dark": !1,
|
|
980
980
|
text: e.eventType ? e.eventType : ""
|
|
981
981
|
}, null, 8, ["text"]),
|
|
@@ -1006,7 +1006,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1006
1006
|
},
|
|
1007
1007
|
setup(e) {
|
|
1008
1008
|
return (a, r) => (l(), i("div", $a, [
|
|
1009
|
-
|
|
1009
|
+
B(X, {
|
|
1010
1010
|
"label-dark": !1,
|
|
1011
1011
|
text: e.label ? e.label : ""
|
|
1012
1012
|
}, null, 8, ["text"]),
|
|
@@ -1048,7 +1048,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1048
1048
|
e.paragraph ? (l(), i("p", Da, n(e.paragraph), 1)) : h("", !0)
|
|
1049
1049
|
])) : h("", !0),
|
|
1050
1050
|
t("div", Ca, [
|
|
1051
|
-
|
|
1051
|
+
d(a.$slots, "card-display-cards", {}, void 0, !0)
|
|
1052
1052
|
])
|
|
1053
1053
|
])
|
|
1054
1054
|
], 2));
|
|
@@ -1097,12 +1097,12 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1097
1097
|
]))), 128))
|
|
1098
1098
|
]),
|
|
1099
1099
|
a.link ? (l(), i("div", Ra, [
|
|
1100
|
-
|
|
1100
|
+
B(V, {
|
|
1101
1101
|
"link-type": "regular_light",
|
|
1102
1102
|
arrow: ""
|
|
1103
1103
|
}, {
|
|
1104
1104
|
default: $(() => [
|
|
1105
|
-
|
|
1105
|
+
d(a.$slots, "facts-link", {}, void 0, !0)
|
|
1106
1106
|
]),
|
|
1107
1107
|
_: 3
|
|
1108
1108
|
})
|
|
@@ -1130,7 +1130,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1130
1130
|
t("h2", null, n(a.headline), 1)
|
|
1131
1131
|
])) : h("", !0),
|
|
1132
1132
|
a.body ? (l(), i("div", Ua, [
|
|
1133
|
-
|
|
1133
|
+
d(a.$slots, "features-body", {}, void 0, !0)
|
|
1134
1134
|
])) : h("", !0),
|
|
1135
1135
|
t("div", {
|
|
1136
1136
|
class: m(["features__elements", [a.elements.length === 6 ? "features__elements--grid-6" : ""]])
|
|
@@ -1139,9 +1139,9 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1139
1139
|
key: s.headline,
|
|
1140
1140
|
class: "features__element"
|
|
1141
1141
|
}, [
|
|
1142
|
-
|
|
1142
|
+
B(M, { class: "element__icon" }, {
|
|
1143
1143
|
default: $(() => [
|
|
1144
|
-
|
|
1144
|
+
d(a.$slots, "features-icon", F(N({
|
|
1145
1145
|
src: s.icon.src,
|
|
1146
1146
|
height: 30,
|
|
1147
1147
|
width: 30,
|
|
@@ -1171,11 +1171,11 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1171
1171
|
t("div", Xa, [
|
|
1172
1172
|
t("h2", xa, n(e.headline), 1),
|
|
1173
1173
|
t("div", eo, [
|
|
1174
|
-
|
|
1174
|
+
d(a.$slots, "form-body", {}, void 0, !0)
|
|
1175
1175
|
])
|
|
1176
1176
|
]),
|
|
1177
1177
|
t("div", to, [
|
|
1178
|
-
|
|
1178
|
+
d(a.$slots, "form-script", {}, void 0, !0)
|
|
1179
1179
|
])
|
|
1180
1180
|
])
|
|
1181
1181
|
]));
|
|
@@ -1227,12 +1227,12 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1227
1227
|
t("h1", null, n(e.headline), 1)
|
|
1228
1228
|
]),
|
|
1229
1229
|
t("div", mo, [
|
|
1230
|
-
|
|
1230
|
+
B(V, {
|
|
1231
1231
|
"link-type": "regular_light",
|
|
1232
1232
|
arrow: ""
|
|
1233
1233
|
}, {
|
|
1234
1234
|
default: $(() => [
|
|
1235
|
-
|
|
1235
|
+
d(a.$slots, "hero-link", {}, void 0, !0)
|
|
1236
1236
|
]),
|
|
1237
1237
|
_: 3
|
|
1238
1238
|
})
|
|
@@ -1242,10 +1242,10 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1242
1242
|
t("div", vo, [
|
|
1243
1243
|
fo,
|
|
1244
1244
|
t("div", go, [
|
|
1245
|
-
|
|
1245
|
+
d(a.$slots, "hero-video", {}, void 0, !0)
|
|
1246
1246
|
]),
|
|
1247
1247
|
t("div", bo, [
|
|
1248
|
-
|
|
1248
|
+
d(a.$slots, "hero-image", {}, void 0, !0)
|
|
1249
1249
|
])
|
|
1250
1250
|
])
|
|
1251
1251
|
])
|
|
@@ -1278,9 +1278,9 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1278
1278
|
return (a, r) => (l(), i("div", ko, [
|
|
1279
1279
|
t("div", wo, [
|
|
1280
1280
|
t("div", So, [
|
|
1281
|
-
|
|
1281
|
+
B(M, null, {
|
|
1282
1282
|
default: $(() => [
|
|
1283
|
-
|
|
1283
|
+
d(a.$slots, "image", F(N({
|
|
1284
1284
|
width: 984,
|
|
1285
1285
|
height: e.fullHeight ? "100%" : 554,
|
|
1286
1286
|
src: e.src,
|
|
@@ -1320,8 +1320,8 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1320
1320
|
white: "",
|
|
1321
1321
|
light: "gallery__wrapper--light",
|
|
1322
1322
|
dark: "gallery__wrapper--dark mirsaic--dark"
|
|
1323
|
-
}, r = e, s =
|
|
1324
|
-
return (o,
|
|
1323
|
+
}, r = e, s = C(() => a[r.bgColor]);
|
|
1324
|
+
return (o, c) => (l(), i("div", {
|
|
1325
1325
|
class: m(["gallery__wrapper", s.value])
|
|
1326
1326
|
}, [
|
|
1327
1327
|
t("div", {
|
|
@@ -1332,9 +1332,9 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1332
1332
|
}, [
|
|
1333
1333
|
t("div", Lo, [
|
|
1334
1334
|
o.mediaLarge && o.mediaType === "image" ? (l(), i("div", Do, [
|
|
1335
|
-
|
|
1335
|
+
B(M, null, {
|
|
1336
1336
|
default: $(() => [
|
|
1337
|
-
|
|
1337
|
+
d(o.$slots, "image-large", F(N({
|
|
1338
1338
|
width: 617,
|
|
1339
1339
|
height: 530,
|
|
1340
1340
|
src: o.mediaLarge.src,
|
|
@@ -1345,7 +1345,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1345
1345
|
})
|
|
1346
1346
|
])) : h("", !0),
|
|
1347
1347
|
o.mediaLarge && o.mediaType === "video" ? (l(), i("div", Co, [
|
|
1348
|
-
|
|
1348
|
+
B(x, {
|
|
1349
1349
|
src: o.mediaLarge.src,
|
|
1350
1350
|
"local-video": "",
|
|
1351
1351
|
"aria-label": o.mediaLarge.alt,
|
|
@@ -1370,9 +1370,9 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1370
1370
|
key: _.src + _.alt,
|
|
1371
1371
|
class: "image image--small"
|
|
1372
1372
|
}, [
|
|
1373
|
-
|
|
1373
|
+
B(M, null, {
|
|
1374
1374
|
default: $(() => [
|
|
1375
|
-
|
|
1375
|
+
d(o.$slots, "image-small", F(N({
|
|
1376
1376
|
width: 328,
|
|
1377
1377
|
height: 246,
|
|
1378
1378
|
src: _.src,
|
|
@@ -1421,9 +1421,9 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1421
1421
|
key: s.src + s.alt,
|
|
1422
1422
|
class: "logo-wall__logo"
|
|
1423
1423
|
}, [
|
|
1424
|
-
|
|
1424
|
+
B(M, null, {
|
|
1425
1425
|
default: $(() => [
|
|
1426
|
-
|
|
1426
|
+
d(a.$slots, "logo-wall-logo", F(N({
|
|
1427
1427
|
width: 130,
|
|
1428
1428
|
height: 130,
|
|
1429
1429
|
src: s.src,
|
|
@@ -1435,12 +1435,12 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1435
1435
|
]))), 128))
|
|
1436
1436
|
]),
|
|
1437
1437
|
t("div", Eo, [
|
|
1438
|
-
|
|
1438
|
+
B(V, {
|
|
1439
1439
|
"link-type": "regular_light",
|
|
1440
1440
|
arrow: !0
|
|
1441
1441
|
}, {
|
|
1442
1442
|
default: $(() => [
|
|
1443
|
-
|
|
1443
|
+
d(a.$slots, "logo-wall-link", {}, void 0, !0)
|
|
1444
1444
|
]),
|
|
1445
1445
|
_: 3
|
|
1446
1446
|
})
|
|
@@ -1466,8 +1466,8 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1466
1466
|
white: "micro-stories__wrapper--white",
|
|
1467
1467
|
blue: "micro-stories__wrapper--blue",
|
|
1468
1468
|
dark: "micro-stories__wrapper--dark"
|
|
1469
|
-
}, r =
|
|
1470
|
-
return (o,
|
|
1469
|
+
}, r = C(() => a[s.bgColor]), s = e;
|
|
1470
|
+
return (o, c) => (l(), i("div", {
|
|
1471
1471
|
class: m(["micro-stories__wrapper", r.value])
|
|
1472
1472
|
}, [
|
|
1473
1473
|
t("div", jo, [
|
|
@@ -1479,16 +1479,16 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
|
|
|
1479
1479
|
])) : h("", !0)
|
|
1480
1480
|
]),
|
|
1481
1481
|
t("div", Go, [
|
|
1482
|
-
|
|
1482
|
+
d(o.$slots, "micro-stories-slides")
|
|
1483
1483
|
]),
|
|
1484
|
-
|
|
1484
|
+
d(o.$slots, "micro-stories-controls")
|
|
1485
1485
|
], 2));
|
|
1486
1486
|
}
|
|
1487
1487
|
}), Wo = {}, Yo = { class: "policy__wrapper" }, Qo = { class: "policy__content" };
|
|
1488
1488
|
function Zo(e, a) {
|
|
1489
1489
|
return l(), i("div", Yo, [
|
|
1490
1490
|
t("div", Qo, [
|
|
1491
|
-
|
|
1491
|
+
d(e.$slots, "default", {}, void 0, !0)
|
|
1492
1492
|
])
|
|
1493
1493
|
]);
|
|
1494
1494
|
}
|
|
@@ -1537,7 +1537,7 @@ const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a
|
|
|
1537
1537
|
t("div", el, [
|
|
1538
1538
|
t("div", tl, n(e.headline), 1),
|
|
1539
1539
|
t("div", al, [
|
|
1540
|
-
e.videoSrc !== "" ? (l(),
|
|
1540
|
+
e.videoSrc !== "" ? (l(), T(x, {
|
|
1541
1541
|
key: 0,
|
|
1542
1542
|
play: "",
|
|
1543
1543
|
"local-video": !0,
|
|
@@ -1548,25 +1548,25 @@ const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a
|
|
|
1548
1548
|
autoplay: "",
|
|
1549
1549
|
loop: "",
|
|
1550
1550
|
muted: ""
|
|
1551
|
-
}, null, 8, ["src", "aria-label", "poster"])) : (l(),
|
|
1551
|
+
}, null, 8, ["src", "aria-label", "poster"])) : (l(), T(I(M), { key: 1 }, {
|
|
1552
1552
|
default: $(() => [
|
|
1553
|
-
|
|
1553
|
+
d(a.$slots, "product-hero-image", {}, void 0, !0)
|
|
1554
1554
|
]),
|
|
1555
1555
|
_: 3
|
|
1556
1556
|
})),
|
|
1557
1557
|
t("div", ol, [
|
|
1558
1558
|
e.logoSrc ? (l(), i("div", ll, [
|
|
1559
|
-
|
|
1559
|
+
B(I(M), null, {
|
|
1560
1560
|
default: $(() => [
|
|
1561
|
-
|
|
1561
|
+
d(a.$slots, "product-hero-logo", {}, void 0, !0)
|
|
1562
1562
|
]),
|
|
1563
1563
|
_: 3
|
|
1564
1564
|
})
|
|
1565
1565
|
])) : h("", !0),
|
|
1566
1566
|
e.isCertified ? (l(), i("div", sl, [
|
|
1567
|
-
|
|
1567
|
+
B(I(M), null, {
|
|
1568
1568
|
default: $(() => [
|
|
1569
|
-
|
|
1569
|
+
d(a.$slots, "product-hero-certification", {}, void 0, !0)
|
|
1570
1570
|
]),
|
|
1571
1571
|
_: 3
|
|
1572
1572
|
})
|
|
@@ -1596,8 +1596,8 @@ const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a
|
|
|
1596
1596
|
dark: "promo__wrapper--dark",
|
|
1597
1597
|
light: "promo__wrapper--light",
|
|
1598
1598
|
default: "promo__wrapper--default"
|
|
1599
|
-
}, r = e, s =
|
|
1600
|
-
return (o,
|
|
1599
|
+
}, r = e, s = C(() => a[r.variant]);
|
|
1600
|
+
return (o, c) => (l(), i("div", {
|
|
1601
1601
|
class: m([
|
|
1602
1602
|
"promo__wrapper",
|
|
1603
1603
|
s.value,
|
|
@@ -1613,9 +1613,9 @@ const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a
|
|
|
1613
1613
|
o.reverse ? "promo__image--reverse" : "promo__image--default"
|
|
1614
1614
|
])
|
|
1615
1615
|
}, [
|
|
1616
|
-
|
|
1616
|
+
B(M, null, {
|
|
1617
1617
|
default: $(() => [
|
|
1618
|
-
|
|
1618
|
+
d(o.$slots, "promo-image", F(N({ src: o.src, width: 1920, alt: o.alt, height: 1080 })))
|
|
1619
1619
|
]),
|
|
1620
1620
|
_: 3
|
|
1621
1621
|
})
|
|
@@ -1627,7 +1627,7 @@ const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a
|
|
|
1627
1627
|
o.reverse ? "promo__video--reverse" : "promo__video--default"
|
|
1628
1628
|
])
|
|
1629
1629
|
}, [
|
|
1630
|
-
|
|
1630
|
+
B(x, {
|
|
1631
1631
|
src: o.src,
|
|
1632
1632
|
"local-video": "",
|
|
1633
1633
|
"aria-label": o.alt,
|
|
@@ -1645,7 +1645,7 @@ const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a
|
|
|
1645
1645
|
o.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
1646
1646
|
])
|
|
1647
1647
|
}, [
|
|
1648
|
-
o.label ? (l(),
|
|
1648
|
+
o.label ? (l(), T(X, {
|
|
1649
1649
|
key: 0,
|
|
1650
1650
|
text: o.label,
|
|
1651
1651
|
"label-dark": o.variant === "dark"
|
|
@@ -1656,24 +1656,24 @@ const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a
|
|
|
1656
1656
|
o.variant === "dark" ? "promo__title--dark" : ""
|
|
1657
1657
|
])
|
|
1658
1658
|
}, [
|
|
1659
|
-
|
|
1659
|
+
d(o.$slots, "promo-headline")
|
|
1660
1660
|
], 2),
|
|
1661
|
-
o.linkType === "link" ? (l(),
|
|
1661
|
+
o.linkType === "link" ? (l(), T(V, {
|
|
1662
1662
|
key: 1,
|
|
1663
1663
|
"link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
|
|
1664
1664
|
arrow: ""
|
|
1665
1665
|
}, {
|
|
1666
1666
|
default: $(() => [
|
|
1667
|
-
|
|
1667
|
+
d(o.$slots, "promo-link")
|
|
1668
1668
|
]),
|
|
1669
1669
|
_: 3
|
|
1670
1670
|
}, 8, ["link-type"])) : h("", !0),
|
|
1671
|
-
o.linkType === "button" ? (l(),
|
|
1671
|
+
o.linkType === "button" ? (l(), T(V, {
|
|
1672
1672
|
key: 2,
|
|
1673
1673
|
"link-type": o.variant === "dark" ? "secondary_dark" : (o.variant === "light", "secondary")
|
|
1674
1674
|
}, {
|
|
1675
1675
|
default: $(() => [
|
|
1676
|
-
|
|
1676
|
+
d(o.$slots, "promo-link")
|
|
1677
1677
|
]),
|
|
1678
1678
|
_: 3
|
|
1679
1679
|
}, 8, ["link-type"])) : h("", !0)
|
|
@@ -1713,9 +1713,9 @@ const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a
|
|
|
1713
1713
|
t("p", vl, n(e.quote), 1),
|
|
1714
1714
|
t("div", fl, [
|
|
1715
1715
|
e.authorImage ? (l(), i("div", gl, [
|
|
1716
|
-
|
|
1716
|
+
B(M, null, {
|
|
1717
1717
|
default: $(() => [
|
|
1718
|
-
|
|
1718
|
+
d(a.$slots, "author-image", F(N({
|
|
1719
1719
|
src: e.authorImage + "/m/100x100",
|
|
1720
1720
|
width: 60,
|
|
1721
1721
|
height: 60
|
|
@@ -1759,7 +1759,7 @@ const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a
|
|
|
1759
1759
|
])
|
|
1760
1760
|
}, [
|
|
1761
1761
|
t("div", Sl, [
|
|
1762
|
-
a.label ? (l(),
|
|
1762
|
+
a.label ? (l(), T(X, {
|
|
1763
1763
|
key: 0,
|
|
1764
1764
|
text: a.label,
|
|
1765
1765
|
"label-dark": !1
|
|
@@ -1783,13 +1783,13 @@ const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a
|
|
|
1783
1783
|
a.bulletList || a.image ? "rich-text__body--content-right" : ""
|
|
1784
1784
|
])
|
|
1785
1785
|
}, [
|
|
1786
|
-
|
|
1786
|
+
d(a.$slots, "rich-text-content"),
|
|
1787
1787
|
a.links ? (l(), i("div", Bl, [
|
|
1788
|
-
|
|
1788
|
+
d(a.$slots, "rich-text-links")
|
|
1789
1789
|
])) : h("", !0)
|
|
1790
1790
|
], 2),
|
|
1791
1791
|
a.bulletList ? (l(), i("div", Il, [
|
|
1792
|
-
|
|
1792
|
+
d(a.$slots, "rich-text-bullet-list")
|
|
1793
1793
|
])) : h("", !0),
|
|
1794
1794
|
a.image ? (l(), i("div", {
|
|
1795
1795
|
key: 1,
|
|
@@ -1798,9 +1798,9 @@ const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a
|
|
|
1798
1798
|
a.imageClip ? "rich-text__image--clip" : ""
|
|
1799
1799
|
])
|
|
1800
1800
|
}, [
|
|
1801
|
-
|
|
1801
|
+
B(M, null, {
|
|
1802
1802
|
default: $(() => [
|
|
1803
|
-
|
|
1803
|
+
d(a.$slots, "rich-text-image", F(N({ width: 865, height: 307 })))
|
|
1804
1804
|
]),
|
|
1805
1805
|
_: 3
|
|
1806
1806
|
})
|
|
@@ -1809,17 +1809,17 @@ const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a
|
|
|
1809
1809
|
])
|
|
1810
1810
|
], 2));
|
|
1811
1811
|
}
|
|
1812
|
-
}), Ll = /* @__PURE__ */ f(ql, [["__scopeId", "data-v-
|
|
1812
|
+
}), Ll = /* @__PURE__ */ f(ql, [["__scopeId", "data-v-16ba7206"]]), 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
1813
|
function Pl(e, a) {
|
|
1814
1814
|
return l(), i("div", Cl, [
|
|
1815
1815
|
t("div", Tl, [
|
|
1816
1816
|
t("div", Vl, [
|
|
1817
1817
|
t("div", Al, [
|
|
1818
1818
|
t("div", null, [
|
|
1819
|
-
|
|
1819
|
+
d(e.$slots, "rich-text-content-left", {}, void 0, !0)
|
|
1820
1820
|
]),
|
|
1821
1821
|
t("div", null, [
|
|
1822
|
-
|
|
1822
|
+
d(e.$slots, "rich-text-content-right", {}, void 0, !0)
|
|
1823
1823
|
])
|
|
1824
1824
|
])
|
|
1825
1825
|
])
|
|
@@ -1862,9 +1862,9 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
1862
1862
|
t("div", El, n(s.year), 1),
|
|
1863
1863
|
Nl,
|
|
1864
1864
|
t("div", zl, [
|
|
1865
|
-
|
|
1865
|
+
B(M, null, {
|
|
1866
1866
|
default: $(() => [
|
|
1867
|
-
s.media.src ?
|
|
1867
|
+
s.media.src ? d(a.$slots, "timeline-image", F(de({ key: 0 }, { src: s.media.src, alt: s.media.alt })), void 0, !0) : h("", !0)
|
|
1868
1868
|
]),
|
|
1869
1869
|
_: 2
|
|
1870
1870
|
}, 1024),
|
|
@@ -1901,7 +1901,7 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
1901
1901
|
return (a, r) => (l(), i("div", Gl, [
|
|
1902
1902
|
t("div", Jl, [
|
|
1903
1903
|
e.headline ? (l(), i("h2", Wl, n(e.headline), 1)) : h("", !0),
|
|
1904
|
-
|
|
1904
|
+
d(a.$slots, "vimeo-content", {}, void 0, !0),
|
|
1905
1905
|
e.description ? (l(), i("p", Yl, n(e.description), 1)) : h("", !0)
|
|
1906
1906
|
])
|
|
1907
1907
|
]));
|
|
@@ -1950,7 +1950,7 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
1950
1950
|
])
|
|
1951
1951
|
])) : h("", !0),
|
|
1952
1952
|
a.hero.showStats ? h("", !0) : (l(), i("div", hs, [
|
|
1953
|
-
|
|
1953
|
+
d(a.$slots, "button", {}, void 0, !0)
|
|
1954
1954
|
]))
|
|
1955
1955
|
])
|
|
1956
1956
|
])
|
|
@@ -1969,7 +1969,7 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
1969
1969
|
t("div", gs, [
|
|
1970
1970
|
t("h1", bs, n(e.headline), 1),
|
|
1971
1971
|
t("div", ys, [
|
|
1972
|
-
|
|
1972
|
+
d(a.$slots, "not-found-body", {}, void 0, !0)
|
|
1973
1973
|
])
|
|
1974
1974
|
])
|
|
1975
1975
|
]));
|
|
@@ -1991,10 +1991,10 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
1991
1991
|
return (a, r) => (l(), i("div", ws, [
|
|
1992
1992
|
t("div", Ss, [
|
|
1993
1993
|
t("div", Bs, [
|
|
1994
|
-
|
|
1994
|
+
d(a.$slots, "filter-dropdowns")
|
|
1995
1995
|
]),
|
|
1996
1996
|
t("div", Is, [
|
|
1997
|
-
|
|
1997
|
+
d(a.$slots, "filter-chips"),
|
|
1998
1998
|
e.hasChips ? (l(), i("button", {
|
|
1999
1999
|
key: 0,
|
|
2000
2000
|
class: "filter__clear",
|
|
@@ -2033,7 +2033,7 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2033
2033
|
t("span", Vs, n(s.title), 1),
|
|
2034
2034
|
t("nav", null, [
|
|
2035
2035
|
t("ul", As, [
|
|
2036
|
-
|
|
2036
|
+
d(a.$slots, "section-links", {
|
|
2037
2037
|
links: s.links
|
|
2038
2038
|
})
|
|
2039
2039
|
])
|
|
@@ -2046,7 +2046,7 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2046
2046
|
Fs,
|
|
2047
2047
|
Hs,
|
|
2048
2048
|
Rs,
|
|
2049
|
-
|
|
2049
|
+
B(V, {
|
|
2050
2050
|
class: "footer__contact",
|
|
2051
2051
|
"link-type": "regular_light",
|
|
2052
2052
|
underline: "false"
|
|
@@ -2056,7 +2056,7 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2056
2056
|
]),
|
|
2057
2057
|
_: 1
|
|
2058
2058
|
}),
|
|
2059
|
-
|
|
2059
|
+
B(V, {
|
|
2060
2060
|
class: "footer__contact",
|
|
2061
2061
|
"link-type": "regular_light",
|
|
2062
2062
|
underline: "false"
|
|
@@ -2081,11 +2081,11 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2081
2081
|
J(n(a.changeRegion), 1)
|
|
2082
2082
|
])
|
|
2083
2083
|
]),
|
|
2084
|
-
|
|
2085
|
-
|
|
2084
|
+
d(a.$slots, "footer-privacy-link"),
|
|
2085
|
+
d(a.$slots, "footer-cookie-link")
|
|
2086
2086
|
]),
|
|
2087
2087
|
a.language !== "zh" ? (l(), i("div", Gs, [
|
|
2088
|
-
(l(!0), i(A, null, P(a.socialMedia, (s) => (l(),
|
|
2088
|
+
(l(!0), i(A, null, P(a.socialMedia, (s) => (l(), T(V, {
|
|
2089
2089
|
key: s.title,
|
|
2090
2090
|
underline: "false",
|
|
2091
2091
|
"link-type": "regular"
|
|
@@ -2106,7 +2106,7 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2106
2106
|
_: 2
|
|
2107
2107
|
}, 1024))), 128))
|
|
2108
2108
|
])) : (l(), i("div", Ws, [
|
|
2109
|
-
(l(!0), i(A, null, P(a.socialMediaChina, (s) => (l(),
|
|
2109
|
+
(l(!0), i(A, null, P(a.socialMediaChina, (s) => (l(), T(V, {
|
|
2110
2110
|
key: s.title,
|
|
2111
2111
|
underline: "false",
|
|
2112
2112
|
"link-type": "regular"
|
|
@@ -2229,46 +2229,46 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2229
2229
|
setup(e, { expose: a, emit: r }) {
|
|
2230
2230
|
let s = null;
|
|
2231
2231
|
const o = e;
|
|
2232
|
-
let
|
|
2232
|
+
let c = q(o.burgerState), _ = q(o.search), u = q(o.showDropDown), b = q(o.showPortalSwitcherDropDown), v = q(o.showProfileDropDown), k = q(o.isAuthenticated);
|
|
2233
2233
|
Q(
|
|
2234
2234
|
() => o.burgerState,
|
|
2235
|
-
(y) =>
|
|
2235
|
+
(y) => c.value = y
|
|
2236
2236
|
), Q(
|
|
2237
2237
|
() => o.search,
|
|
2238
2238
|
(y) => _.value = y
|
|
2239
2239
|
), Q(
|
|
2240
2240
|
() => o.showDropDown,
|
|
2241
|
-
(y) =>
|
|
2241
|
+
(y) => u.value = y
|
|
2242
2242
|
), Q(
|
|
2243
2243
|
() => o.showPortalSwitcherDropDown,
|
|
2244
|
-
(y) =>
|
|
2244
|
+
(y) => b.value = y
|
|
2245
2245
|
), Q(
|
|
2246
2246
|
() => o.showProfileDropDown,
|
|
2247
2247
|
(y) => v.value = y
|
|
2248
2248
|
), Q(
|
|
2249
2249
|
() => o.isAuthenticated,
|
|
2250
|
-
(y) =>
|
|
2250
|
+
(y) => k.value = y
|
|
2251
2251
|
), me(() => {
|
|
2252
2252
|
s = (y) => {
|
|
2253
|
-
y.target.closest("#menu-dropdown") || (
|
|
2253
|
+
y.target.closest("#menu-dropdown") || (u.value = !1), y.target.closest("#menu-portal-switcher") || (b.value = !1), y.target.closest("#menu-profile-dropdown") || (v.value = !1);
|
|
2254
2254
|
}, window.addEventListener("click", s);
|
|
2255
2255
|
}), Ie(() => {
|
|
2256
2256
|
s !== null && window.removeEventListener("click", s);
|
|
2257
2257
|
});
|
|
2258
|
-
const
|
|
2259
|
-
function
|
|
2260
|
-
|
|
2258
|
+
const w = r;
|
|
2259
|
+
function ee() {
|
|
2260
|
+
u.value = !u.value, w("update:showDropDown", u.value);
|
|
2261
2261
|
}
|
|
2262
2262
|
function le() {
|
|
2263
|
-
|
|
2263
|
+
b.value = !b.value, w("update:showPortalSwitcherDropDown", b.value);
|
|
2264
2264
|
}
|
|
2265
2265
|
function se() {
|
|
2266
|
-
v.value = !v.value,
|
|
2266
|
+
v.value = !v.value, w("update:showProfileDropDown", v.value);
|
|
2267
2267
|
}
|
|
2268
2268
|
function ie() {
|
|
2269
|
-
|
|
2269
|
+
c.value = !c.value, w("update:burgerState", c.value);
|
|
2270
2270
|
}
|
|
2271
|
-
let G =
|
|
2271
|
+
let G = q(null), te = q(null);
|
|
2272
2272
|
function re() {
|
|
2273
2273
|
G.value && G.value.blur();
|
|
2274
2274
|
}
|
|
@@ -2278,37 +2278,37 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2278
2278
|
t("nav", null, [
|
|
2279
2279
|
t("div", xs, [
|
|
2280
2280
|
t("div", ei, [
|
|
2281
|
-
|
|
2281
|
+
d(y.$slots, "link-logo", {}, void 0, !0)
|
|
2282
2282
|
]),
|
|
2283
2283
|
t("ul", ti, [
|
|
2284
|
-
|
|
2284
|
+
d(y.$slots, "main-nav-items", {}, void 0, !0)
|
|
2285
2285
|
]),
|
|
2286
2286
|
e.useDropdown ? (l(), i("div", ai, [
|
|
2287
2287
|
t("button", {
|
|
2288
2288
|
class: "nav-dropdown-btn",
|
|
2289
|
-
onClick:
|
|
2289
|
+
onClick: ee
|
|
2290
2290
|
}, [
|
|
2291
|
-
|
|
2292
|
-
|
|
2291
|
+
d(y.$slots, "dropdown-title", {}, void 0, !0),
|
|
2292
|
+
I(u) === !1 ? (l(), i("img", oi)) : (l(), i("img", li))
|
|
2293
2293
|
]),
|
|
2294
2294
|
K(t("div", si, [
|
|
2295
|
-
|
|
2295
|
+
d(y.$slots, "dropdown-links", {}, void 0, !0)
|
|
2296
2296
|
], 512), [
|
|
2297
|
-
[Z,
|
|
2297
|
+
[Z, I(u)]
|
|
2298
2298
|
])
|
|
2299
2299
|
], 512)) : h("", !0),
|
|
2300
|
-
|
|
2300
|
+
I(_) ? (l(), i("div", ii, [
|
|
2301
2301
|
t("button", {
|
|
2302
2302
|
ref_key: "navSearchButton",
|
|
2303
2303
|
ref: G,
|
|
2304
2304
|
class: "search-icon",
|
|
2305
2305
|
onClick: z[0] || (z[0] = (j) => {
|
|
2306
2306
|
var E;
|
|
2307
|
-
return y.$emit("clickSearch"), (E =
|
|
2307
|
+
return y.$emit("clickSearch"), (E = I(G)) == null ? void 0 : E.blur();
|
|
2308
2308
|
})
|
|
2309
2309
|
}, [
|
|
2310
2310
|
t("img", {
|
|
2311
|
-
src:
|
|
2311
|
+
src: I(c) === !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",
|
|
2312
2312
|
alt: "search icon",
|
|
2313
2313
|
width: "20",
|
|
2314
2314
|
height: "20"
|
|
@@ -2326,11 +2326,11 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2326
2326
|
key: E,
|
|
2327
2327
|
class: "portal-switcher-link"
|
|
2328
2328
|
}, [
|
|
2329
|
-
|
|
2329
|
+
B(I(V), { "link-type": "regular" }, {
|
|
2330
2330
|
default: $(() => [
|
|
2331
2331
|
t("a", {
|
|
2332
2332
|
href: j.link,
|
|
2333
|
-
onClick: z[1] || (z[1] = (W) => ne(
|
|
2333
|
+
onClick: z[1] || (z[1] = (W) => ne(u) ? u.value = !1 : u = !1)
|
|
2334
2334
|
}, [
|
|
2335
2335
|
t("img", {
|
|
2336
2336
|
src: j.icon
|
|
@@ -2343,45 +2343,45 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2343
2343
|
]))), 128))
|
|
2344
2344
|
])
|
|
2345
2345
|
], 512), [
|
|
2346
|
-
[Z,
|
|
2346
|
+
[Z, I(b)]
|
|
2347
2347
|
])
|
|
2348
2348
|
])) : h("", !0),
|
|
2349
2349
|
e.useProfileDropdown ? (l(), i("div", mi, [
|
|
2350
|
-
|
|
2351
|
-
|
|
2350
|
+
I(k) ? h("", !0) : (l(), i("div", vi, [
|
|
2351
|
+
d(y.$slots, "profile-dropdown-sign-in", {}, void 0, !0)
|
|
2352
2352
|
])),
|
|
2353
|
-
|
|
2353
|
+
I(k) ? (l(), i("button", {
|
|
2354
2354
|
key: 1,
|
|
2355
2355
|
class: "nav-profile-dropdown-btn",
|
|
2356
2356
|
onClick: se
|
|
2357
2357
|
}, gi)) : h("", !0),
|
|
2358
2358
|
K(t("div", bi, [
|
|
2359
|
-
|
|
2359
|
+
d(y.$slots, "profile-dropdown-links", {}, void 0, !0)
|
|
2360
2360
|
], 512), [
|
|
2361
|
-
[Z,
|
|
2361
|
+
[Z, I(v)]
|
|
2362
2362
|
])
|
|
2363
2363
|
])) : h("", !0)
|
|
2364
2364
|
]),
|
|
2365
2365
|
t("div", {
|
|
2366
|
-
class: m(["mobile-nav-wrapper",
|
|
2366
|
+
class: m(["mobile-nav-wrapper", I(c) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
|
|
2367
2367
|
}, [
|
|
2368
2368
|
t("div", yi, [
|
|
2369
2369
|
t("div", $i, [
|
|
2370
|
-
|
|
2370
|
+
d(y.$slots, "link-logo", {}, void 0, !0)
|
|
2371
2371
|
]),
|
|
2372
|
-
|
|
2372
|
+
I(_) ? (l(), i("div", ki, [
|
|
2373
2373
|
t("button", {
|
|
2374
2374
|
ref_key: "mobileSearchButton",
|
|
2375
|
-
ref:
|
|
2375
|
+
ref: te,
|
|
2376
2376
|
class: "search-icon",
|
|
2377
2377
|
"aria-label": "Toggle search",
|
|
2378
2378
|
onClick: z[2] || (z[2] = (j) => {
|
|
2379
2379
|
var E;
|
|
2380
|
-
return y.$emit("clickSearch"), (E =
|
|
2380
|
+
return y.$emit("clickSearch"), (E = I(te)) == null ? void 0 : E.blur();
|
|
2381
2381
|
})
|
|
2382
2382
|
}, [
|
|
2383
2383
|
t("img", {
|
|
2384
|
-
src:
|
|
2384
|
+
src: I(c) === !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",
|
|
2385
2385
|
alt: "search icon",
|
|
2386
2386
|
width: "20",
|
|
2387
2387
|
height: "20"
|
|
@@ -2397,20 +2397,20 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2397
2397
|
width: "20",
|
|
2398
2398
|
height: "20",
|
|
2399
2399
|
alt: "burger menu line icon",
|
|
2400
|
-
src:
|
|
2400
|
+
src: I(c) === !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
2401
|
}, null, 8, Si)
|
|
2402
2402
|
])
|
|
2403
2403
|
]),
|
|
2404
2404
|
K(t("div", Bi, [
|
|
2405
2405
|
t("ul", null, [
|
|
2406
|
-
|
|
2406
|
+
d(y.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2407
2407
|
]),
|
|
2408
2408
|
t("ul", Ii, [
|
|
2409
|
-
|
|
2410
|
-
|
|
2409
|
+
d(y.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2410
|
+
d(y.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2411
2411
|
])
|
|
2412
2412
|
], 512), [
|
|
2413
|
-
[Z,
|
|
2413
|
+
[Z, I(c)]
|
|
2414
2414
|
])
|
|
2415
2415
|
], 2)
|
|
2416
2416
|
])
|
|
@@ -2434,7 +2434,7 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2434
2434
|
t("h2", Ti, n(e.headline), 1),
|
|
2435
2435
|
t("p", Vi, n(e.paragraph), 1),
|
|
2436
2436
|
t("div", Ai, [
|
|
2437
|
-
|
|
2437
|
+
d(a.$slots, "language-links", {}, void 0, !0)
|
|
2438
2438
|
])
|
|
2439
2439
|
])
|
|
2440
2440
|
]));
|
|
@@ -2455,14 +2455,14 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2455
2455
|
setup(e) {
|
|
2456
2456
|
return (a, r) => (l(), i("div", Oi, [
|
|
2457
2457
|
t("div", Fi, [
|
|
2458
|
-
|
|
2458
|
+
B(oe, {
|
|
2459
2459
|
disabled: e.isPreviousDisabled,
|
|
2460
2460
|
variant: "previous",
|
|
2461
2461
|
"aria-label": "previous",
|
|
2462
2462
|
onClick: r[0] || (r[0] = (s) => a.$emit("previous"))
|
|
2463
2463
|
}, null, 8, ["disabled"]),
|
|
2464
|
-
|
|
2465
|
-
|
|
2464
|
+
d(a.$slots, "pagination-numbers"),
|
|
2465
|
+
B(oe, {
|
|
2466
2466
|
disabled: e.isNextDisabled,
|
|
2467
2467
|
variant: "next",
|
|
2468
2468
|
"aria-label": "next",
|
|
@@ -2474,7 +2474,7 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
|
|
|
2474
2474
|
}), Ri = /* @__PURE__ */ f(Hi, [["__scopeId", "data-v-da6d07c9"]]), Ei = {}, Ni = { class: "search__wrapper" };
|
|
2475
2475
|
function zi(e, a) {
|
|
2476
2476
|
return l(), i("div", Ni, [
|
|
2477
|
-
|
|
2477
|
+
d(e.$slots, "default", { class: "search__content" })
|
|
2478
2478
|
]);
|
|
2479
2479
|
}
|
|
2480
2480
|
const ji = /* @__PURE__ */ f(Ei, [["render", zi], ["__scopeId", "data-v-c07a6cf3"]]), Ki = { class: "dropdown" }, Ui = ["aria-expanded"], Gi = /* @__PURE__ */ g({
|
|
@@ -2486,50 +2486,51 @@ const ji = /* @__PURE__ */ f(Ei, [["render", zi], ["__scopeId", "data-v-c07a6cf3
|
|
|
2486
2486
|
},
|
|
2487
2487
|
emits: ["filter", "remove-filter"],
|
|
2488
2488
|
setup(e, { emit: a }) {
|
|
2489
|
-
const r =
|
|
2490
|
-
function
|
|
2491
|
-
s.selectedOptions.includes(
|
|
2489
|
+
const r = q(!1), s = e, o = a;
|
|
2490
|
+
function c(b) {
|
|
2491
|
+
s.selectedOptions.includes(b) ? o("remove-filter", b) : o("filter", b);
|
|
2492
2492
|
}
|
|
2493
2493
|
function _() {
|
|
2494
2494
|
r.value = !1;
|
|
2495
2495
|
}
|
|
2496
|
-
|
|
2497
|
-
|
|
2496
|
+
const u = C(() => s.options.length > 8);
|
|
2497
|
+
return (b, v) => {
|
|
2498
|
+
const k = _e("click-outside");
|
|
2498
2499
|
return K((l(), i("div", Ki, [
|
|
2499
2500
|
t("button", {
|
|
2500
2501
|
class: "dropdown-button",
|
|
2501
2502
|
"aria-expanded": r.value ? "true" : "false",
|
|
2502
|
-
onClick:
|
|
2503
|
+
onClick: v[0] || (v[0] = (w) => r.value = !r.value)
|
|
2503
2504
|
}, [
|
|
2504
|
-
|
|
2505
|
-
J(n(
|
|
2505
|
+
d(b.$slots, "button", {}, () => [
|
|
2506
|
+
J(n(b.label), 1)
|
|
2506
2507
|
], !0)
|
|
2507
2508
|
], 8, Ui),
|
|
2508
2509
|
t("div", {
|
|
2509
|
-
class: m([{ hidden: !r.value }, "dropdown-content"])
|
|
2510
|
+
class: m([{ hidden: !r.value, "adjust-height": u.value }, "dropdown-content"])
|
|
2510
2511
|
}, [
|
|
2511
|
-
(l(!0), i(A, null, P(
|
|
2512
|
-
id:
|
|
2513
|
-
key:
|
|
2514
|
-
name:
|
|
2512
|
+
(l(!0), i(A, null, P(b.options, (w) => (l(), T(I(ve), {
|
|
2513
|
+
id: w.value,
|
|
2514
|
+
key: w.value,
|
|
2515
|
+
name: w.text,
|
|
2515
2516
|
required: !1,
|
|
2516
2517
|
disabled: !1,
|
|
2517
|
-
value:
|
|
2518
|
-
checked:
|
|
2519
|
-
onInput: (
|
|
2518
|
+
value: w.value,
|
|
2519
|
+
checked: b.selectedOptions.includes(w.value),
|
|
2520
|
+
onInput: (ee) => c(w.value)
|
|
2520
2521
|
}, {
|
|
2521
2522
|
default: $(() => [
|
|
2522
|
-
J(n(
|
|
2523
|
+
J(n(w.text), 1)
|
|
2523
2524
|
]),
|
|
2524
2525
|
_: 2
|
|
2525
2526
|
}, 1032, ["id", "name", "value", "checked", "onInput"]))), 128))
|
|
2526
2527
|
], 2)
|
|
2527
2528
|
])), [
|
|
2528
|
-
[
|
|
2529
|
+
[k, _]
|
|
2529
2530
|
]);
|
|
2530
2531
|
};
|
|
2531
2532
|
}
|
|
2532
|
-
}), Ji = /* @__PURE__ */ f(Gi, [["__scopeId", "data-v-
|
|
2533
|
+
}), Ji = /* @__PURE__ */ f(Gi, [["__scopeId", "data-v-ffc98bac"]]), 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({
|
|
2533
2534
|
__name: "pallet-jack",
|
|
2534
2535
|
props: {
|
|
2535
2536
|
label: { default: "" },
|
|
@@ -2547,8 +2548,8 @@ const ji = /* @__PURE__ */ f(Ei, [["render", zi], ["__scopeId", "data-v-c07a6cf3
|
|
|
2547
2548
|
dark: "promo__wrapper--dark",
|
|
2548
2549
|
light: "promo__wrapper--light",
|
|
2549
2550
|
default: "promo__wrapper--default"
|
|
2550
|
-
}, r = e, s =
|
|
2551
|
-
return (o,
|
|
2551
|
+
}, r = e, s = C(() => a[r.variant]);
|
|
2552
|
+
return (o, c) => (l(), i("div", {
|
|
2552
2553
|
class: m([
|
|
2553
2554
|
"promo__wrapper",
|
|
2554
2555
|
s.value,
|
|
@@ -2564,10 +2565,10 @@ const ji = /* @__PURE__ */ f(Ei, [["render", zi], ["__scopeId", "data-v-c07a6cf3
|
|
|
2564
2565
|
}, [
|
|
2565
2566
|
t("div", Yi, [
|
|
2566
2567
|
t("div", Qi, [
|
|
2567
|
-
|
|
2568
|
+
d(o.$slots, "pallet-jack-link")
|
|
2568
2569
|
]),
|
|
2569
2570
|
t("div", Zi, [
|
|
2570
|
-
|
|
2571
|
+
d(o.$slots, "pallet-jack-video")
|
|
2571
2572
|
]),
|
|
2572
2573
|
t("div", Xi, [
|
|
2573
2574
|
t("h3", xi, n(o.headline), 1),
|
|
@@ -2581,7 +2582,7 @@ const ji = /* @__PURE__ */ f(Ei, [["render", zi], ["__scopeId", "data-v-c07a6cf3
|
|
|
2581
2582
|
o.reverse ? "promo__text--reverse" : "promo__text--default"
|
|
2582
2583
|
])
|
|
2583
2584
|
}, [
|
|
2584
|
-
o.label ? (l(),
|
|
2585
|
+
o.label ? (l(), T(X, {
|
|
2585
2586
|
key: 0,
|
|
2586
2587
|
text: o.label,
|
|
2587
2588
|
"label-dark": o.variant === "dark"
|
|
@@ -2592,24 +2593,24 @@ const ji = /* @__PURE__ */ f(Ei, [["render", zi], ["__scopeId", "data-v-c07a6cf3
|
|
|
2592
2593
|
o.variant === "dark" ? "promo__title--dark" : ""
|
|
2593
2594
|
])
|
|
2594
2595
|
}, [
|
|
2595
|
-
|
|
2596
|
+
d(o.$slots, "promo-text")
|
|
2596
2597
|
], 2),
|
|
2597
|
-
o.linkType === "link" ? (l(),
|
|
2598
|
+
o.linkType === "link" ? (l(), T(V, {
|
|
2598
2599
|
key: 1,
|
|
2599
2600
|
"link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
|
|
2600
2601
|
arrow: ""
|
|
2601
2602
|
}, {
|
|
2602
2603
|
default: $(() => [
|
|
2603
|
-
|
|
2604
|
+
d(o.$slots, "promo-link")
|
|
2604
2605
|
]),
|
|
2605
2606
|
_: 3
|
|
2606
2607
|
}, 8, ["link-type"])) : h("", !0),
|
|
2607
|
-
o.linkType === "button" ? (l(),
|
|
2608
|
+
o.linkType === "button" ? (l(), T(V, {
|
|
2608
2609
|
key: 2,
|
|
2609
2610
|
"link-type": o.variant === "dark" ? "secondary_dark" : (o.variant === "light", "secondary")
|
|
2610
2611
|
}, {
|
|
2611
2612
|
default: $(() => [
|
|
2612
|
-
|
|
2613
|
+
d(o.$slots, "promo-link")
|
|
2613
2614
|
]),
|
|
2614
2615
|
_: 3
|
|
2615
2616
|
}, 8, ["link-type"])) : h("", !0)
|
|
@@ -2619,11 +2620,11 @@ const ji = /* @__PURE__ */ f(Ei, [["render", zi], ["__scopeId", "data-v-c07a6cf3
|
|
|
2619
2620
|
}
|
|
2620
2621
|
}), tr = /* @__PURE__ */ f(er, [["__scopeId", "data-v-00c0bad3"]]), or = {
|
|
2621
2622
|
install: (e) => {
|
|
2622
|
-
e.component("AtomButton",
|
|
2623
|
+
e.component("AtomButton", oe), 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);
|
|
2623
2624
|
}
|
|
2624
2625
|
};
|
|
2625
2626
|
export {
|
|
2626
|
-
|
|
2627
|
+
oe as AtomButton,
|
|
2627
2628
|
ve as AtomCheckbox,
|
|
2628
2629
|
He as AtomChip,
|
|
2629
2630
|
Ge as AtomDropdown,
|