@muenchen/muc-patternlab-vue 1.15.0-beta.6 → 2.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/temporary/custom-style.css +0 -6
- package/muc-patternlab-vue.es.js +210 -213
- package/package.json +1 -1
- package/style.css +1 -1
package/muc-patternlab-vue.es.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { defineComponent as g, useAttrs as
|
|
2
|
-
const
|
|
1
|
+
import { defineComponent as g, useAttrs as ge, computed as m, openBlock as s, createElementBlock as i, normalizeClass as S, normalizeStyle as ye, createElementVNode as n, createVNode as M, unref as k, renderSlot as w, useSlots as Q, createBlock as j, createCommentVNode as $, inject as ne, toDisplayString as f, Fragment as E, renderList as O, mergeModels as V, ref as L, useModel as H, provide as le, readonly as Z, toRef as X, withCtx as T, Transition as K, createTextVNode as F, createSlots as ke, createStaticVNode as se, onMounted as oe, onUpdated as be, withModifiers as N, watch as G, withDirectives as ee, vModelDynamic as Me, onBeforeUnmount as $e, useTemplateRef as we, vModelText as ie } from "vue";
|
|
2
|
+
const Ae = ["href"], B = /* @__PURE__ */ g({
|
|
3
3
|
__name: "MucIcon",
|
|
4
4
|
props: {
|
|
5
5
|
icon: {},
|
|
6
6
|
color: {}
|
|
7
7
|
},
|
|
8
8
|
setup(t) {
|
|
9
|
-
const a =
|
|
9
|
+
const a = ge(), e = m(() => a.class ?? "icon");
|
|
10
10
|
return (o, l) => (s(), i("svg", {
|
|
11
11
|
"aria-hidden": "true",
|
|
12
12
|
class: S(e.value),
|
|
13
|
-
style:
|
|
13
|
+
style: ye({ color: o.color })
|
|
14
14
|
}, [
|
|
15
15
|
n("use", {
|
|
16
16
|
href: "#icon-" + o.icon
|
|
17
|
-
}, null, 8,
|
|
17
|
+
}, null, 8, Ae)
|
|
18
18
|
], 6));
|
|
19
19
|
}
|
|
20
|
-
}),
|
|
20
|
+
}), Ce = ["role", "aria-label"], De = { class: "container-fluid" }, Se = /* @__PURE__ */ g({
|
|
21
21
|
__name: "MucBanner",
|
|
22
22
|
props: {
|
|
23
23
|
type: { default: "info" }
|
|
@@ -81,11 +81,11 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
81
81
|
role: e.value,
|
|
82
82
|
"aria-label": o.value
|
|
83
83
|
}, [
|
|
84
|
-
n("div",
|
|
85
|
-
M(
|
|
84
|
+
n("div", De, [
|
|
85
|
+
M(k(B), { icon: l.value }, null, 8, ["icon"]),
|
|
86
86
|
w(c.$slots, "default", {}, void 0, !0)
|
|
87
87
|
])
|
|
88
|
-
], 10,
|
|
88
|
+
], 10, Ce)
|
|
89
89
|
])
|
|
90
90
|
]));
|
|
91
91
|
}
|
|
@@ -94,7 +94,7 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
94
94
|
for (const [o, l] of a)
|
|
95
95
|
e[o] = l;
|
|
96
96
|
return e;
|
|
97
|
-
},
|
|
97
|
+
}, Ie = /* @__PURE__ */ I(Se, [["__scopeId", "data-v-01cbc1dd"]]), Fe = ["disabled"], Te = /* @__PURE__ */ g({
|
|
98
98
|
__name: "MucButton",
|
|
99
99
|
props: {
|
|
100
100
|
variant: { default: "primary" },
|
|
@@ -125,15 +125,15 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
125
125
|
}, [
|
|
126
126
|
n("span", null, [
|
|
127
127
|
w(v.$slots, "default", {}, void 0, !0),
|
|
128
|
-
v.icon ? (s(), j(
|
|
128
|
+
v.icon ? (s(), j(k(B), {
|
|
129
129
|
key: 0,
|
|
130
130
|
icon: v.icon,
|
|
131
|
-
class: S(["m-button__icon", { "no-left-margin":
|
|
132
|
-
}, null, 8, ["icon", "class"])) :
|
|
131
|
+
class: S(["m-button__icon", { "no-left-margin": !k(e).default }])
|
|
132
|
+
}, null, 8, ["icon", "class"])) : $("", !0)
|
|
133
133
|
])
|
|
134
|
-
], 10,
|
|
134
|
+
], 10, Fe));
|
|
135
135
|
}
|
|
136
|
-
}), Y = /* @__PURE__ */ I(
|
|
136
|
+
}), Y = /* @__PURE__ */ I(Te, [["__scopeId", "data-v-d002b2f9"]]), re = "de-DE", ce = 12, ue = Symbol("mucCalendar"), P = (t, a) => t.getDate() === a.getDate() && t.getMonth() === a.getMonth() && t.getFullYear() === a.getFullYear(), J = (t, a) => t > a, U = (t) => t !== null && t.from !== void 0 && t.to !== void 0, Le = /* @__PURE__ */ g({
|
|
137
137
|
__name: "MucDayTile",
|
|
138
138
|
props: {
|
|
139
139
|
date: {},
|
|
@@ -141,7 +141,7 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
141
141
|
},
|
|
142
142
|
emits: ["click"],
|
|
143
143
|
setup(t, { emit: a }) {
|
|
144
|
-
const e =
|
|
144
|
+
const e = ne(ue), o = a, l = m(() => {
|
|
145
145
|
if ((e == null ? void 0 : e.selectedDate.value) === null)
|
|
146
146
|
return !1;
|
|
147
147
|
if ((e == null ? void 0 : e.selectedDate.value) instanceof Date)
|
|
@@ -165,15 +165,15 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
165
165
|
key: 0,
|
|
166
166
|
onClick: v,
|
|
167
167
|
class: S({
|
|
168
|
-
"disabled-tile": !((h =
|
|
168
|
+
"disabled-tile": !((h = k(e)) != null && h.allowedDates(d.date)),
|
|
169
169
|
"off-month": !u.value,
|
|
170
170
|
selected: l.value,
|
|
171
171
|
"selected-range": c.value
|
|
172
172
|
})
|
|
173
|
-
}, f(d.date.getDate()), 3)) :
|
|
173
|
+
}, f(d.date.getDate()), 3)) : $("", !0);
|
|
174
174
|
};
|
|
175
175
|
}
|
|
176
|
-
}),
|
|
176
|
+
}), Be = /* @__PURE__ */ I(Le, [["__scopeId", "data-v-a7631835"]]), xe = { class: "muc-calendar-view-full-size" }, ze = { class: "muc-calendar-container table-header" }, Ee = { class: "muc-calendar-container" }, Oe = 7, Ve = /* @__PURE__ */ g({
|
|
177
177
|
__name: "MucCalendarDay",
|
|
178
178
|
props: {
|
|
179
179
|
viewDate: {},
|
|
@@ -183,7 +183,7 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
183
183
|
},
|
|
184
184
|
emits: ["clicked"],
|
|
185
185
|
setup(t, { emit: a }) {
|
|
186
|
-
const e = 6 *
|
|
186
|
+
const e = 6 * Oe, o = ["Mo", "Di", "Mi", "Do", "Fr", "Sa", "So"], l = t, c = a, u = m(
|
|
187
187
|
() => new Date(l.viewDate.getFullYear(), l.viewDate.getMonth(), 1)
|
|
188
188
|
), v = m(
|
|
189
189
|
() => l.showAdjacentMonths ? 0 : (u.value.getDay() || 7) - 1
|
|
@@ -192,8 +192,8 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
192
192
|
), _ = (y) => {
|
|
193
193
|
c("clicked", y);
|
|
194
194
|
}, h = (y, A) => new Date(new Date(y).setDate(y.getDate() + A));
|
|
195
|
-
return (y, A) => (s(), i("div",
|
|
196
|
-
n("div",
|
|
195
|
+
return (y, A) => (s(), i("div", xe, [
|
|
196
|
+
n("div", ze, [
|
|
197
197
|
(s(), i(E, null, O(o, (C, R) => n("div", {
|
|
198
198
|
class: "header-item",
|
|
199
199
|
key: R
|
|
@@ -201,9 +201,9 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
201
201
|
n("strong", null, f(C), 1)
|
|
202
202
|
])), 64))
|
|
203
203
|
]),
|
|
204
|
-
n("div",
|
|
204
|
+
n("div", Ee, [
|
|
205
205
|
(s(!0), i(E, null, O(v.value, (C) => (s(), i("div", { key: C }))), 128)),
|
|
206
|
-
(s(), i(E, null, O(e, (C) => M(
|
|
206
|
+
(s(), i(E, null, O(e, (C) => M(Be, {
|
|
207
207
|
class: "muc-calendar-item",
|
|
208
208
|
date: h(d.value, C),
|
|
209
209
|
"show-adjacent-months": y.showAdjacentMonths,
|
|
@@ -213,7 +213,7 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
213
213
|
])
|
|
214
214
|
]));
|
|
215
215
|
}
|
|
216
|
-
}),
|
|
216
|
+
}), je = /* @__PURE__ */ I(Ve, [["__scopeId", "data-v-e7805970"]]), Ye = { class: "muc-calendar-container muc-calendar-view-full-size" }, Re = ["onClick"], He = "short", Pe = /* @__PURE__ */ g({
|
|
217
217
|
__name: "MucCalendarMonth",
|
|
218
218
|
props: {
|
|
219
219
|
viewDate: {}
|
|
@@ -222,11 +222,11 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
222
222
|
setup(t, { emit: a }) {
|
|
223
223
|
const e = t, o = a, l = m(
|
|
224
224
|
() => Array.from(
|
|
225
|
-
{ length:
|
|
225
|
+
{ length: ce },
|
|
226
226
|
(v, d) => new Date(e.viewDate.getFullYear(), d)
|
|
227
227
|
)
|
|
228
|
-
), c = (v) => v.toLocaleDateString(
|
|
229
|
-
return (v, d) => (s(), i("div",
|
|
228
|
+
), c = (v) => v.toLocaleDateString(re, { month: He }), u = (v) => o("clicked", v);
|
|
229
|
+
return (v, d) => (s(), i("div", Ye, [
|
|
230
230
|
(s(!0), i(E, null, O(l.value, (_, h) => (s(), i("div", {
|
|
231
231
|
key: h,
|
|
232
232
|
class: S([{
|
|
@@ -235,10 +235,10 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
235
235
|
onClick: (y) => u(_)
|
|
236
236
|
}, [
|
|
237
237
|
n("p", null, f(c(_)), 1)
|
|
238
|
-
], 10,
|
|
238
|
+
], 10, Re))), 128))
|
|
239
239
|
]));
|
|
240
240
|
}
|
|
241
|
-
}),
|
|
241
|
+
}), Ne = /* @__PURE__ */ I(Pe, [["__scopeId", "data-v-61bf5bda"]]), Ue = { class: "muc-calendar-container muc-calendar-view-full-size" }, We = ["onClick"], Ge = "numeric", qe = /* @__PURE__ */ g({
|
|
242
242
|
__name: "MucCalendarYear",
|
|
243
243
|
props: {
|
|
244
244
|
viewDate: {}
|
|
@@ -247,24 +247,24 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
247
247
|
setup(t, { emit: a }) {
|
|
248
248
|
const e = t, o = a, l = m(
|
|
249
249
|
() => Array.from(
|
|
250
|
-
{ length:
|
|
250
|
+
{ length: ce },
|
|
251
251
|
(v, d) => new Date(
|
|
252
252
|
e.viewDate.getFullYear() - e.viewDate.getFullYear() % 10 + d,
|
|
253
253
|
e.viewDate.getMonth()
|
|
254
254
|
)
|
|
255
255
|
)
|
|
256
|
-
), c = (v) => v.toLocaleDateString(
|
|
257
|
-
return (v, d) => (s(), i("div",
|
|
256
|
+
), c = (v) => v.toLocaleDateString(re, { year: Ge }), u = (v) => o("clicked", v);
|
|
257
|
+
return (v, d) => (s(), i("div", Ue, [
|
|
258
258
|
(s(!0), i(E, null, O(l.value, (_, h) => (s(), i("div", {
|
|
259
259
|
key: h,
|
|
260
260
|
class: S(["muc-calendar-item", {
|
|
261
261
|
"muc-calendar-current-item": (/* @__PURE__ */ new Date()).getFullYear() === _.getFullYear()
|
|
262
262
|
}]),
|
|
263
263
|
onClick: (y) => u(_)
|
|
264
|
-
}, f(c(_)), 11,
|
|
264
|
+
}, f(c(_)), 11, We))), 128))
|
|
265
265
|
]));
|
|
266
266
|
}
|
|
267
|
-
}),
|
|
267
|
+
}), Ke = /* @__PURE__ */ I(qe, [["__scopeId", "data-v-67492bc8"]]), Ze = { class: "container-wrapper" }, Xe = { class: "caption" }, Je = { class: "container-view-size" }, Qe = /* @__PURE__ */ g({
|
|
268
268
|
__name: "MucCalendar",
|
|
269
269
|
props: /* @__PURE__ */ V({
|
|
270
270
|
viewMonth: {},
|
|
@@ -341,7 +341,7 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
341
341
|
l.value === null ? l.value = [] : l.value instanceof Date ? l.value = [l.value] : U(l.value) && (l.value = [
|
|
342
342
|
l.value.from,
|
|
343
343
|
l.value.to
|
|
344
|
-
].filter((
|
|
344
|
+
].filter((b) => b !== null)), l.value = l.value.includes(r) ? l.value.filter((b) => b !== r) : [...l.value, r];
|
|
345
345
|
}, h = (r) => {
|
|
346
346
|
l.value === null || Array.isArray(l.value) ? l.value = { from: null, to: null } : l.value instanceof Date && (l.value = { from: l.value, to: null }), l.value = !l.value.from || l.value.to ? { from: r, to: null } : J(l.value.from, r) ? { from: r, to: l.value.from } : { from: l.value.from, to: r };
|
|
347
347
|
}, y = (r) => {
|
|
@@ -364,21 +364,21 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
364
364
|
}, R = () => {
|
|
365
365
|
e.value === "year" ? e.value = "month" : e.value === "month" && (e.value = "day");
|
|
366
366
|
};
|
|
367
|
-
return
|
|
367
|
+
return le(ue, {
|
|
368
368
|
viewDate: a,
|
|
369
369
|
selectedDate: l,
|
|
370
370
|
variant: Z(X(() => t.variant)),
|
|
371
371
|
showAdjacentMonths: Z(X(() => t.showAdjacentMonths)),
|
|
372
372
|
allowedDates: t.allowedDates
|
|
373
|
-
}), (r,
|
|
374
|
-
n("div",
|
|
375
|
-
n("div",
|
|
376
|
-
M(
|
|
373
|
+
}), (r, b) => (s(), i("div", null, [
|
|
374
|
+
n("div", Ze, [
|
|
375
|
+
n("div", Xe, [
|
|
376
|
+
M(k(Y), {
|
|
377
377
|
onClick: u,
|
|
378
378
|
variant: "ghost",
|
|
379
379
|
icon: "chevron-left"
|
|
380
380
|
}),
|
|
381
|
-
M(
|
|
381
|
+
M(k(Y), {
|
|
382
382
|
class: "header",
|
|
383
383
|
variant: "ghost",
|
|
384
384
|
onClick: C
|
|
@@ -388,24 +388,24 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
388
388
|
]),
|
|
389
389
|
_: 1
|
|
390
390
|
}),
|
|
391
|
-
M(
|
|
391
|
+
M(k(Y), {
|
|
392
392
|
onClick: v,
|
|
393
393
|
variant: "ghost",
|
|
394
394
|
icon: "chevron-right"
|
|
395
395
|
})
|
|
396
396
|
]),
|
|
397
|
-
n("div",
|
|
397
|
+
n("div", Je, [
|
|
398
398
|
M(K, {
|
|
399
399
|
class: "transition",
|
|
400
400
|
css: !r.noAnimation,
|
|
401
401
|
name: o.value
|
|
402
402
|
}, {
|
|
403
403
|
default: T(() => [
|
|
404
|
-
e.value === "year" ? (s(), j(
|
|
404
|
+
e.value === "year" ? (s(), j(Ke, {
|
|
405
405
|
key: 0,
|
|
406
406
|
"view-date": a.value,
|
|
407
407
|
onClicked: A
|
|
408
|
-
}, null, 8, ["view-date"])) :
|
|
408
|
+
}, null, 8, ["view-date"])) : $("", !0)
|
|
409
409
|
]),
|
|
410
410
|
_: 1
|
|
411
411
|
}, 8, ["css", "name"]),
|
|
@@ -415,11 +415,11 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
415
415
|
name: o.value
|
|
416
416
|
}, {
|
|
417
417
|
default: T(() => [
|
|
418
|
-
e.value === "month" ? (s(), j(
|
|
418
|
+
e.value === "month" ? (s(), j(Ne, {
|
|
419
419
|
key: 0,
|
|
420
420
|
"view-date": a.value,
|
|
421
421
|
onClicked: A
|
|
422
|
-
}, null, 8, ["view-date"])) :
|
|
422
|
+
}, null, 8, ["view-date"])) : $("", !0)
|
|
423
423
|
]),
|
|
424
424
|
_: 1
|
|
425
425
|
}, 8, ["css", "name"]),
|
|
@@ -429,7 +429,7 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
429
429
|
name: o.value
|
|
430
430
|
}, {
|
|
431
431
|
default: T(() => [
|
|
432
|
-
e.value === "day" ? (s(), j(
|
|
432
|
+
e.value === "day" ? (s(), j(je, {
|
|
433
433
|
key: 0,
|
|
434
434
|
variant: r.variant,
|
|
435
435
|
disabled: r.disabled,
|
|
@@ -437,7 +437,7 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
437
437
|
"selected-date": l.value,
|
|
438
438
|
"view-date": a.value,
|
|
439
439
|
onClicked: y
|
|
440
|
-
}, null, 8, ["variant", "disabled", "show-adjacent-months", "selected-date", "view-date"])) :
|
|
440
|
+
}, null, 8, ["variant", "disabled", "show-adjacent-months", "selected-date", "view-date"])) : $("", !0)
|
|
441
441
|
]),
|
|
442
442
|
_: 1
|
|
443
443
|
}, 8, ["css", "name"])
|
|
@@ -445,7 +445,7 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
445
445
|
])
|
|
446
446
|
]));
|
|
447
447
|
}
|
|
448
|
-
}),
|
|
448
|
+
}), et = /* @__PURE__ */ I(Qe, [["__scopeId", "data-v-9744d6fd"]]), tt = ["aria-label"], at = { class: "m-callout__inner" }, nt = { class: "m-callout__icon" }, lt = { class: "m-callout__body" }, st = { class: "m-callout__body__inner" }, ot = { class: "m-callout__headline" }, it = { class: "m-callout__content" }, rt = /* @__PURE__ */ g({
|
|
449
449
|
__name: "MucCallout",
|
|
450
450
|
props: {
|
|
451
451
|
type: { default: "info" }
|
|
@@ -488,18 +488,18 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
488
488
|
class: S(["m-callout", e.value]),
|
|
489
489
|
"aria-label": o.value
|
|
490
490
|
}, [
|
|
491
|
-
n("div",
|
|
492
|
-
n("div",
|
|
491
|
+
n("div", at, [
|
|
492
|
+
n("div", nt, [
|
|
493
493
|
w(l.$slots, "icon", {}, () => [
|
|
494
|
-
M(
|
|
494
|
+
M(k(B), { icon: a.value }, null, 8, ["icon"])
|
|
495
495
|
], !0)
|
|
496
496
|
]),
|
|
497
|
-
n("div",
|
|
498
|
-
n("div",
|
|
499
|
-
n("div",
|
|
497
|
+
n("div", lt, [
|
|
498
|
+
n("div", st, [
|
|
499
|
+
n("div", ot, [
|
|
500
500
|
w(l.$slots, "header", {}, void 0, !0)
|
|
501
501
|
]),
|
|
502
|
-
n("div",
|
|
502
|
+
n("div", it, [
|
|
503
503
|
n("p", null, [
|
|
504
504
|
w(l.$slots, "content", { class: "m-callout__content" }, void 0, !0)
|
|
505
505
|
])
|
|
@@ -507,12 +507,16 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
507
507
|
])
|
|
508
508
|
])
|
|
509
509
|
])
|
|
510
|
-
], 10,
|
|
510
|
+
], 10, tt));
|
|
511
511
|
}
|
|
512
|
-
}),
|
|
512
|
+
}), ct = /* @__PURE__ */ I(rt, [["__scopeId", "data-v-71a5ca15"]]), ut = {}, dt = { class: "muc-divider" };
|
|
513
|
+
function mt(t, a) {
|
|
514
|
+
return s(), i("div", dt);
|
|
515
|
+
}
|
|
516
|
+
const te = /* @__PURE__ */ I(ut, [["render", mt], ["__scopeId", "data-v-a337b11f"]]), vt = { class: "card-content" }, ht = { class: "card-header" }, ft = {
|
|
513
517
|
key: 0,
|
|
514
518
|
class: "card-tagline"
|
|
515
|
-
},
|
|
519
|
+
}, pt = /* @__PURE__ */ g({
|
|
516
520
|
__name: "MucCard",
|
|
517
521
|
props: {
|
|
518
522
|
title: {},
|
|
@@ -525,47 +529,47 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
525
529
|
class: "card",
|
|
526
530
|
onClick: l[0] || (l[0] = (c) => e("click", c))
|
|
527
531
|
}, [
|
|
528
|
-
n("div",
|
|
529
|
-
n("div",
|
|
532
|
+
n("div", vt, [
|
|
533
|
+
n("div", ht, [
|
|
530
534
|
w(o.$slots, "headerPrefix", {}, void 0, !0),
|
|
531
535
|
n("div", null, [
|
|
532
|
-
o.tagline ? (s(), i("div",
|
|
536
|
+
o.tagline ? (s(), i("div", ft, f(o.tagline), 1)) : $("", !0),
|
|
533
537
|
n("div", null, [
|
|
534
538
|
n("h3", null, f(o.title), 1)
|
|
535
539
|
])
|
|
536
540
|
])
|
|
537
541
|
]),
|
|
538
|
-
|
|
542
|
+
M(k(te)),
|
|
539
543
|
w(o.$slots, "content", {}, void 0, !0)
|
|
540
544
|
])
|
|
541
545
|
]));
|
|
542
546
|
}
|
|
543
|
-
}),
|
|
547
|
+
}), _t = /* @__PURE__ */ I(pt, [["__scopeId", "data-v-ec038b2b"]]), gt = { class: "container card-container" }, yt = /* @__PURE__ */ g({
|
|
544
548
|
__name: "MucCardContainer",
|
|
545
549
|
setup(t) {
|
|
546
|
-
return (a, e) => (s(), i("div",
|
|
550
|
+
return (a, e) => (s(), i("div", gt, [
|
|
547
551
|
w(a.$slots, "default", {}, void 0, !0)
|
|
548
552
|
]));
|
|
549
553
|
}
|
|
550
|
-
}),
|
|
554
|
+
}), kt = /* @__PURE__ */ I(yt, [["__scopeId", "data-v-6740df8f"]]), bt = { class: "m-comment__head" }, Mt = {
|
|
551
555
|
key: 0,
|
|
552
556
|
class: "m-comment__initials"
|
|
553
|
-
},
|
|
557
|
+
}, $t = { class: "m-comment__info" }, wt = { class: "m-comment__author" }, At = { key: 0 }, Ct = { class: "m-comment__author" }, Dt = { class: "m-comment__date" }, St = ["aria-label"], It = {
|
|
554
558
|
key: 0,
|
|
555
559
|
class: "m-star-rating__item m-star-rating__item--half"
|
|
556
|
-
},
|
|
560
|
+
}, Ft = { class: "m-star-rating__numeric" }, Tt = { class: "m-comment__body" }, Lt = { class: "m-comment__headline" }, Bt = { class: "m-comment__text" }, xt = "de-DE", zt = 0.2, Et = 0.8, W = 5, de = /* @__PURE__ */ g({
|
|
557
561
|
__name: "MucComment",
|
|
558
562
|
props: {
|
|
559
563
|
rating: {},
|
|
560
564
|
variant: { default: "listing" }
|
|
561
565
|
},
|
|
562
566
|
setup(t) {
|
|
563
|
-
const a = Q(), e = m(() => !!a.date), o = m(() => !!a.initials), l = m(() => t.variant === "slider" ? "m-comment--slider" : "m-comment--listing"), c = m(() => Math.min(Math.max(t.rating, 0), W)), u = m(() => c.value.toLocaleString(
|
|
567
|
+
const a = Q(), e = m(() => !!a.date), o = m(() => !!a.initials), l = m(() => t.variant === "slider" ? "m-comment--slider" : "m-comment--listing"), c = m(() => Math.min(Math.max(t.rating, 0), W)), u = m(() => c.value.toLocaleString(xt.valueOf(), {
|
|
564
568
|
minimumFractionDigits: 1
|
|
565
569
|
})), v = m(() => {
|
|
566
570
|
const d = +(c.value % 1).toFixed(1);
|
|
567
571
|
let _ = Math.min(Math.floor(c.value), W), h = Math.floor(W - c.value), y = !1;
|
|
568
|
-
return d !== 0 && (d <=
|
|
572
|
+
return d !== 0 && (d <= zt ? h++ : d >= Et ? _++ : y = !0), {
|
|
569
573
|
fullStars: _,
|
|
570
574
|
emptyStars: h,
|
|
571
575
|
isHalfStar: y
|
|
@@ -574,24 +578,24 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
574
578
|
return (d, _) => (s(), i("div", {
|
|
575
579
|
class: S(["m-comment", l.value])
|
|
576
580
|
}, [
|
|
577
|
-
n("div",
|
|
578
|
-
o.value ? (s(), i("div",
|
|
581
|
+
n("div", bt, [
|
|
582
|
+
o.value ? (s(), i("div", Mt, [
|
|
579
583
|
w(d.$slots, "initials")
|
|
580
|
-
])) :
|
|
581
|
-
n("div",
|
|
582
|
-
n("span",
|
|
584
|
+
])) : $("", !0),
|
|
585
|
+
n("div", $t, [
|
|
586
|
+
n("span", wt, [
|
|
583
587
|
w(d.$slots, "author")
|
|
584
588
|
]),
|
|
585
|
-
e.value ? (s(), i("span",
|
|
586
|
-
n("span",
|
|
589
|
+
e.value ? (s(), i("span", At, [
|
|
590
|
+
n("span", Ct, [
|
|
587
591
|
_[0] || (_[0] = F(" ")),
|
|
588
592
|
w(d.$slots, "datePrefix")
|
|
589
593
|
]),
|
|
590
|
-
n("span",
|
|
594
|
+
n("span", Dt, [
|
|
591
595
|
_[1] || (_[1] = F(" ")),
|
|
592
596
|
w(d.$slots, "date")
|
|
593
597
|
])
|
|
594
|
-
])) :
|
|
598
|
+
])) : $("", !0),
|
|
595
599
|
n("div", {
|
|
596
600
|
class: "m-star-rating",
|
|
597
601
|
role: "img",
|
|
@@ -601,32 +605,32 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
601
605
|
key: h,
|
|
602
606
|
class: "m-star-rating__item m-star-rating__item--full"
|
|
603
607
|
}, [
|
|
604
|
-
M(
|
|
608
|
+
M(k(B), { icon: "solid-star" })
|
|
605
609
|
]))), 128)),
|
|
606
|
-
v.value.isHalfStar ? (s(), i("div",
|
|
607
|
-
M(
|
|
608
|
-
])) :
|
|
610
|
+
v.value.isHalfStar ? (s(), i("div", It, [
|
|
611
|
+
M(k(B), { icon: "half-star" })
|
|
612
|
+
])) : $("", !0),
|
|
609
613
|
(s(!0), i(E, null, O(v.value.emptyStars, (h) => (s(), i("div", {
|
|
610
614
|
key: h,
|
|
611
615
|
class: "m-star-rating__item"
|
|
612
616
|
}, [
|
|
613
|
-
M(
|
|
617
|
+
M(k(B), { icon: "solid-star" })
|
|
614
618
|
]))), 128)),
|
|
615
|
-
n("div",
|
|
616
|
-
], 8,
|
|
619
|
+
n("div", Ft, f(u.value), 1)
|
|
620
|
+
], 8, St)
|
|
617
621
|
])
|
|
618
622
|
]),
|
|
619
|
-
n("div",
|
|
620
|
-
n("div",
|
|
623
|
+
n("div", Tt, [
|
|
624
|
+
n("div", Lt, [
|
|
621
625
|
w(d.$slots, "headline")
|
|
622
626
|
]),
|
|
623
|
-
n("div",
|
|
627
|
+
n("div", Bt, [
|
|
624
628
|
w(d.$slots, "text")
|
|
625
629
|
])
|
|
626
630
|
])
|
|
627
631
|
], 2));
|
|
628
632
|
}
|
|
629
|
-
}),
|
|
633
|
+
}), Ot = " ", Vt = /* @__PURE__ */ g({
|
|
630
634
|
__name: "MucCommentText",
|
|
631
635
|
props: {
|
|
632
636
|
datePrefix: { default: "am" },
|
|
@@ -639,11 +643,11 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
639
643
|
variant: { default: "listing" }
|
|
640
644
|
},
|
|
641
645
|
setup(t) {
|
|
642
|
-
const a = m(() => ((t.initials ?? t.author.split(
|
|
643
|
-
return (e, o) => (s(), j(
|
|
646
|
+
const a = m(() => ((t.initials ?? t.author.split(Ot).map((e) => e.charAt(0)).join("")).match(/^.|.$/g) ?? [""]).join(""));
|
|
647
|
+
return (e, o) => (s(), j(k(de), {
|
|
644
648
|
rating: e.rating,
|
|
645
649
|
variant: e.variant
|
|
646
|
-
},
|
|
650
|
+
}, ke({
|
|
647
651
|
datePrefix: T(() => [
|
|
648
652
|
F(f(e.datePrefix), 1)
|
|
649
653
|
]),
|
|
@@ -674,11 +678,7 @@ const we = ["href"], B = /* @__PURE__ */ g({
|
|
|
674
678
|
} : void 0
|
|
675
679
|
]), 1032, ["rating", "variant"]));
|
|
676
680
|
}
|
|
677
|
-
}),
|
|
678
|
-
function Ot(t, a) {
|
|
679
|
-
return s(), i("hr", Et);
|
|
680
|
-
}
|
|
681
|
-
const Vt = /* @__PURE__ */ I(zt, [["render", Ot], ["__scopeId", "data-v-a2b37f5b"]]), jt = {}, Yt = {
|
|
681
|
+
}), jt = {}, Yt = {
|
|
682
682
|
"aria-hidden": "true",
|
|
683
683
|
width: "108",
|
|
684
684
|
height: "56",
|
|
@@ -688,7 +688,7 @@ const Vt = /* @__PURE__ */ I(zt, [["render", Ot], ["__scopeId", "data-v-a2b37f5b
|
|
|
688
688
|
};
|
|
689
689
|
function Rt(t, a) {
|
|
690
690
|
return s(), i("svg", Yt, a[0] || (a[0] = [
|
|
691
|
-
|
|
691
|
+
se('<g clip-path="url(#clip0_875_841)"><path d="M107.655 18.699L106.594 11.0435L98.9873 12.1173" stroke="#005A9F" stroke-miterlimit="10" stroke-linecap="round"></path><path d="M106.594 11.0435C106.594 11.0435 94.1981 33.255 58.2578 27.2483" stroke="#005A9F" stroke-miterlimit="10" stroke-linecap="round"></path><path d="M85.5371 32.8255C92.2897 31.142 97.5195 28.1144 101.261 25.2393" stroke="#005A9F" stroke-miterlimit="10" stroke-linecap="round"></path><path d="M0.344727 45.982C0.344727 45.982 13.4778 24.2 49.1976 31.426" stroke="#005A9F" stroke-miterlimit="10" stroke-linecap="round"></path><path d="M22.1184 24.9275C15.3107 26.3755 9.98438 29.2299 6.15332 31.9734" stroke="#005A9F" stroke-miterlimit="10" stroke-linecap="round"></path><path d="M68.3603 2.69507H37.1055V55.6536H77.5314V11.9164L68.3603 2.69507Z" fill="#005A9F" stroke="#005A9F" stroke-linecap="round" stroke-linejoin="round"></path><path d="M73.7345 53.3119H33.3086V0.346436H64.5634L73.7345 9.57469V53.3119Z" fill="white" stroke="#005A9F" stroke-linejoin="round"></path><path d="M38.5039 14.4868H45.3667" stroke="#005A9F" stroke-linejoin="round"></path><path d="M38.5039 21.1584H68.5391" stroke="#005A9F" stroke-linejoin="round"></path><path d="M38.5039 27.8372H68.5391" stroke="#005A9F" stroke-linejoin="round"></path><path d="M38.5039 34.509H68.5391" stroke="#005A9F" stroke-linejoin="round"></path><path d="M38.5039 41.1877H68.5391" stroke="#005A9F" stroke-linejoin="round"></path><path d="M73.7346 9.57469H64.5635V0.346436L73.7346 9.57469Z" fill="white" stroke="#005A9F" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_875_841"><rect width="108" height="56" fill="white"></rect></clipPath></defs>', 2)
|
|
692
692
|
]));
|
|
693
693
|
}
|
|
694
694
|
const Ht = /* @__PURE__ */ I(jt, [["render", Rt]]), Pt = { class: "drop-zone-additional-information" }, Nt = {
|
|
@@ -721,25 +721,25 @@ const Ht = /* @__PURE__ */ I(jt, [["render", Rt]]), Pt = { class: "drop-zone-add
|
|
|
721
721
|
],
|
|
722
722
|
setup(t, { emit: a }) {
|
|
723
723
|
const e = a, o = L(!0), l = L(!0), c = L(!0), u = L(!1), v = document.createElement("input");
|
|
724
|
-
|
|
724
|
+
oe(() => {
|
|
725
725
|
v.type = "file", v.multiple = t.multiple, v.onchange = (r) => {
|
|
726
|
-
const
|
|
727
|
-
if (
|
|
728
|
-
const z = Array.from(
|
|
726
|
+
const b = r.target;
|
|
727
|
+
if (b != null && b.files && b.files.length > 0) {
|
|
728
|
+
const z = Array.from(b.files);
|
|
729
729
|
A(z);
|
|
730
730
|
}
|
|
731
731
|
};
|
|
732
|
-
}),
|
|
732
|
+
}), be(() => {
|
|
733
733
|
v.multiple = t.multiple;
|
|
734
734
|
});
|
|
735
735
|
const d = () => {
|
|
736
736
|
t.disabled || v.click();
|
|
737
737
|
}, _ = (r) => {
|
|
738
|
-
var
|
|
738
|
+
var b;
|
|
739
739
|
if (!t.disabled) {
|
|
740
740
|
if (!(v != null && v.multiple)) {
|
|
741
741
|
const z = r.dataTransfer;
|
|
742
|
-
if (((
|
|
742
|
+
if (((b = z == null ? void 0 : z.items) == null ? void 0 : b.length) > 1) {
|
|
743
743
|
c.value = !1;
|
|
744
744
|
return;
|
|
745
745
|
}
|
|
@@ -756,15 +756,15 @@ const Ht = /* @__PURE__ */ I(jt, [["render", Rt]]), Pt = { class: "drop-zone-add
|
|
|
756
756
|
return;
|
|
757
757
|
}
|
|
758
758
|
u.value = !1;
|
|
759
|
-
const
|
|
760
|
-
if (((z =
|
|
761
|
-
const q = Array.from(
|
|
759
|
+
const b = r.dataTransfer;
|
|
760
|
+
if (((z = b == null ? void 0 : b.files) == null ? void 0 : z.length) > 0) {
|
|
761
|
+
const q = Array.from(b.files);
|
|
762
762
|
A(q);
|
|
763
763
|
}
|
|
764
764
|
}, A = (r) => {
|
|
765
765
|
o.value = C(r), l.value = R(r), !(!o.value || !l.value) && e("files", r);
|
|
766
|
-
}, C = (r) => t.maxFileSize ? !r.some((
|
|
767
|
-
return (r,
|
|
766
|
+
}, C = (r) => t.maxFileSize ? !r.some((b) => b.size > t.maxFileSize * 1024 * 1024) : !0, R = (r) => t.maxTotalFileSize ? r.reduce((b, z) => b + (z.size || 0), 0) <= t.maxTotalFileSize * 1024 * 1024 : !0;
|
|
767
|
+
return (r, b) => (s(), i(E, null, [
|
|
768
768
|
n("div", {
|
|
769
769
|
class: S(["drop-zone", {
|
|
770
770
|
"is-dragover": u.value,
|
|
@@ -776,7 +776,7 @@ const Ht = /* @__PURE__ */ I(jt, [["render", Rt]]), Pt = { class: "drop-zone-add
|
|
|
776
776
|
onClick: d
|
|
777
777
|
}, [
|
|
778
778
|
M(Ht),
|
|
779
|
-
M(
|
|
779
|
+
M(k(Y), {
|
|
780
780
|
variant: "secondary",
|
|
781
781
|
icon: "upload",
|
|
782
782
|
disabled: r.disabled
|
|
@@ -789,18 +789,18 @@ const Ht = /* @__PURE__ */ I(jt, [["render", Rt]]), Pt = { class: "drop-zone-add
|
|
|
789
789
|
n("span", Pt, f(r.additionalInformation), 1)
|
|
790
790
|
], 34),
|
|
791
791
|
!o.value && r.maxFileSizeWarning ? (s(), i("span", Nt, [
|
|
792
|
-
M(
|
|
792
|
+
M(k(B), {
|
|
793
793
|
icon: "warning--filled",
|
|
794
794
|
class: "icon"
|
|
795
795
|
}),
|
|
796
796
|
n("span", null, f(r.maxFileSizeWarning), 1)
|
|
797
|
-
])) :
|
|
797
|
+
])) : $("", !0),
|
|
798
798
|
!l.value && r.maxTotalFileSizeWarning ? (s(), i("span", Ut, [
|
|
799
|
-
M(
|
|
799
|
+
M(k(B), { icon: "warning--filled" }),
|
|
800
800
|
n("span", null, f(r.maxTotalFileSizeWarning), 1)
|
|
801
|
-
])) :
|
|
802
|
-
c.value ?
|
|
803
|
-
M(
|
|
801
|
+
])) : $("", !0),
|
|
802
|
+
c.value ? $("", !0) : (s(), i("span", Wt, [
|
|
803
|
+
M(k(B), { icon: "warning--filled" }),
|
|
804
804
|
n("span", null, f(r.invalidAmountWarning), 1)
|
|
805
805
|
]))
|
|
806
806
|
], 64));
|
|
@@ -854,8 +854,8 @@ const Ht = /* @__PURE__ */ I(jt, [["render", Rt]]), Pt = { class: "drop-zone-add
|
|
|
854
854
|
class: S(["m-checkboxes__collapse__container", e.value])
|
|
855
855
|
}, [
|
|
856
856
|
w(c.$slots, "collapsableCheckboxes")
|
|
857
|
-
], 2)) :
|
|
858
|
-
c.$slots.collapsableCheckboxes ? (s(), j(
|
|
857
|
+
], 2)) : $("", !0),
|
|
858
|
+
c.$slots.collapsableCheckboxes ? (s(), j(k(Y), {
|
|
859
859
|
key: 1,
|
|
860
860
|
variant: "ghost",
|
|
861
861
|
onClick: l,
|
|
@@ -870,12 +870,12 @@ const Ht = /* @__PURE__ */ I(jt, [["render", Rt]]), Pt = { class: "drop-zone-add
|
|
|
870
870
|
]))
|
|
871
871
|
]),
|
|
872
872
|
_: 1
|
|
873
|
-
}, 8, ["aria-expanded"])) :
|
|
873
|
+
}, 8, ["aria-expanded"])) : $("", !0)
|
|
874
874
|
])
|
|
875
875
|
])
|
|
876
876
|
]));
|
|
877
877
|
}
|
|
878
|
-
}), oa = ["href", "target"],
|
|
878
|
+
}), oa = ["href", "target"], me = /* @__PURE__ */ g({
|
|
879
879
|
__name: "MucLink",
|
|
880
880
|
props: {
|
|
881
881
|
label: {},
|
|
@@ -895,11 +895,11 @@ const Ht = /* @__PURE__ */ I(jt, [["render", Rt]]), Pt = { class: "drop-zone-add
|
|
|
895
895
|
}, [
|
|
896
896
|
F(f(e.label) + " ", 1),
|
|
897
897
|
w(e.$slots, "icon", {}, () => [
|
|
898
|
-
e.icon ? (s(), j(
|
|
898
|
+
e.icon ? (s(), j(k(B), {
|
|
899
899
|
key: 0,
|
|
900
900
|
icon: e.icon,
|
|
901
901
|
class: "icon icon--after"
|
|
902
|
-
}, null, 8, ["icon"])) :
|
|
902
|
+
}, null, 8, ["icon"])) : $("", !0)
|
|
903
903
|
])
|
|
904
904
|
], 10, oa));
|
|
905
905
|
}
|
|
@@ -939,14 +939,14 @@ const Ht = /* @__PURE__ */ I(jt, [["render", Rt]]), Pt = { class: "drop-zone-add
|
|
|
939
939
|
);
|
|
940
940
|
return (u, v) => (s(), i("div", ia, [
|
|
941
941
|
n("div", ra, [
|
|
942
|
-
M(
|
|
942
|
+
M(k(Y), {
|
|
943
943
|
onClick: o,
|
|
944
944
|
variant: "secondary",
|
|
945
945
|
disabled: c.value,
|
|
946
946
|
"aria-label": "Anzahl " + u.label + " reduzieren auf " + (a.value - 1)
|
|
947
947
|
}, {
|
|
948
948
|
default: T(() => [
|
|
949
|
-
M(
|
|
949
|
+
M(k(B), { icon: "minus" })
|
|
950
950
|
]),
|
|
951
951
|
_: 1
|
|
952
952
|
}, 8, ["disabled", "aria-label"]),
|
|
@@ -956,14 +956,14 @@ const Ht = /* @__PURE__ */ I(jt, [["render", Rt]]), Pt = { class: "drop-zone-add
|
|
|
956
956
|
F(" " + f(a.value), 1)
|
|
957
957
|
])
|
|
958
958
|
]),
|
|
959
|
-
M(
|
|
959
|
+
M(k(Y), {
|
|
960
960
|
onClick: e,
|
|
961
961
|
variant: "secondary",
|
|
962
962
|
disabled: l.value,
|
|
963
963
|
"aria-label": "Anzahl " + u.label + " erhöhen auf " + (a.value + 1)
|
|
964
964
|
}, {
|
|
965
965
|
default: T(() => [
|
|
966
|
-
M(
|
|
966
|
+
M(k(B), { icon: "plus" })
|
|
967
967
|
]),
|
|
968
968
|
_: 1
|
|
969
969
|
}, 8, ["disabled", "aria-label"])
|
|
@@ -971,7 +971,7 @@ const Ht = /* @__PURE__ */ I(jt, [["render", Rt]]), Pt = { class: "drop-zone-add
|
|
|
971
971
|
n("div", ma, [
|
|
972
972
|
u.link ? (s(), i("p", va, [
|
|
973
973
|
n("label", null, [
|
|
974
|
-
M(
|
|
974
|
+
M(k(me), {
|
|
975
975
|
tabindex: "0",
|
|
976
976
|
label: u.label,
|
|
977
977
|
href: u.link
|
|
@@ -1062,7 +1062,7 @@ const Ht = /* @__PURE__ */ I(jt, [["render", Rt]]), Pt = { class: "drop-zone-add
|
|
|
1062
1062
|
h.required ? (s(), i("span", wa, y[1] || (y[1] = [
|
|
1063
1063
|
F(" * "),
|
|
1064
1064
|
n("span", { class: "visually-hidden" }, "(erforderlich)", -1)
|
|
1065
|
-
]))) :
|
|
1065
|
+
]))) : $("", !0)
|
|
1066
1066
|
]),
|
|
1067
1067
|
n("p", Aa, f(h.errorMsg), 1),
|
|
1068
1068
|
n("div", Ca, [
|
|
@@ -1070,7 +1070,7 @@ const Ht = /* @__PURE__ */ I(jt, [["render", Rt]]), Pt = { class: "drop-zone-add
|
|
|
1070
1070
|
n("span", null, [
|
|
1071
1071
|
w(h.$slots, "prefix")
|
|
1072
1072
|
])
|
|
1073
|
-
])) :
|
|
1073
|
+
])) : $("", !0),
|
|
1074
1074
|
ee(n("input", {
|
|
1075
1075
|
class: "m-input autocomplete-input",
|
|
1076
1076
|
type: h.type,
|
|
@@ -1079,7 +1079,7 @@ const Ht = /* @__PURE__ */ I(jt, [["render", Rt]]), Pt = { class: "drop-zone-add
|
|
|
1079
1079
|
placeholder: h.placeholder,
|
|
1080
1080
|
required: h.required
|
|
1081
1081
|
}, null, 8, Sa), [
|
|
1082
|
-
[
|
|
1082
|
+
[Me, e.value]
|
|
1083
1083
|
]),
|
|
1084
1084
|
u.value && v.value.length !== 0 ? (s(), i("ul", Ia, [
|
|
1085
1085
|
(s(!0), i(E, null, O(v.value, (A) => (s(), i("li", {
|
|
@@ -1087,7 +1087,7 @@ const Ht = /* @__PURE__ */ I(jt, [["render", Rt]]), Pt = { class: "drop-zone-add
|
|
|
1087
1087
|
key: A,
|
|
1088
1088
|
onClick: (C) => d(A)
|
|
1089
1089
|
}, f(A), 9, Fa))), 128))
|
|
1090
|
-
])) :
|
|
1090
|
+
])) : $("", !0),
|
|
1091
1091
|
h.suffixIcon ? (s(), i("button", {
|
|
1092
1092
|
key: 2,
|
|
1093
1093
|
class: "m-input__suffix",
|
|
@@ -1099,12 +1099,12 @@ const Ht = /* @__PURE__ */ I(jt, [["render", Rt]]), Pt = { class: "drop-zone-add
|
|
|
1099
1099
|
}, null, 8, La)
|
|
1100
1100
|
])),
|
|
1101
1101
|
y[2] || (y[2] = n("span", { class: "visually-hidden" }, "Suchen", -1))
|
|
1102
|
-
])) :
|
|
1102
|
+
])) : $("", !0)
|
|
1103
1103
|
]),
|
|
1104
1104
|
n("p", Ba, f(h.hint), 1)
|
|
1105
1105
|
], 2));
|
|
1106
1106
|
}
|
|
1107
|
-
}),
|
|
1107
|
+
}), ve = Symbol("mucRadioGroup"), za = {
|
|
1108
1108
|
key: 0,
|
|
1109
1109
|
class: "m-radios__item"
|
|
1110
1110
|
}, Ea = ["checked", "disabled"], Oa = { class: "m-hint" }, Va = /* @__PURE__ */ g({
|
|
@@ -1116,7 +1116,7 @@ const Ht = /* @__PURE__ */ I(jt, [["render", Rt]]), Pt = { class: "drop-zone-add
|
|
|
1116
1116
|
disabled: { type: Boolean, default: !1 }
|
|
1117
1117
|
},
|
|
1118
1118
|
setup(t) {
|
|
1119
|
-
const a =
|
|
1119
|
+
const a = ne(ve), e = () => a == null ? void 0 : a.set(t.value), o = m(() => (a == null ? void 0 : a.modelValue.value) === t.value), l = m(() => t.disabled || (a == null ? void 0 : a.disabled.value)), c = m(() => (a == null ? void 0 : a.disabled) ?? !1);
|
|
1120
1120
|
return (u, v) => c.value ? (s(), i("div", za, [
|
|
1121
1121
|
n("input", {
|
|
1122
1122
|
class: "m-radios__input",
|
|
@@ -1132,7 +1132,7 @@ const Ht = /* @__PURE__ */ I(jt, [["render", Rt]]), Pt = { class: "drop-zone-add
|
|
|
1132
1132
|
F(f(u.label) + " ", 1),
|
|
1133
1133
|
n("span", Oa, f(u.hint), 1)
|
|
1134
1134
|
])
|
|
1135
|
-
])) :
|
|
1135
|
+
])) : $("", !0);
|
|
1136
1136
|
}
|
|
1137
1137
|
}), ja = { class: "m-form-group" }, Ya = { class: "m-radio-group" }, Ra = { class: "m-radio-group__legend" }, Ha = { class: "m-radio-group__heading" }, Pa = { class: "m-radios" }, Na = /* @__PURE__ */ g({
|
|
1138
1138
|
__name: "MucRadioButtonGroup",
|
|
@@ -1146,7 +1146,7 @@ const Ht = /* @__PURE__ */ I(jt, [["render", Rt]]), Pt = { class: "drop-zone-add
|
|
|
1146
1146
|
emits: /* @__PURE__ */ V(["change"], ["update:modelValue"]),
|
|
1147
1147
|
setup(t, { emit: a }) {
|
|
1148
1148
|
const e = H(t, "modelValue"), o = a;
|
|
1149
|
-
return
|
|
1149
|
+
return le(ve, {
|
|
1150
1150
|
set: (l) => {
|
|
1151
1151
|
o("change", l), e.value = l;
|
|
1152
1152
|
},
|
|
@@ -1169,9 +1169,9 @@ function Ua(t, a) {
|
|
|
1169
1169
|
const e = (o) => {
|
|
1170
1170
|
o.target !== t.value && o.composedPath().includes(t.value) || typeof a == "function" && a();
|
|
1171
1171
|
};
|
|
1172
|
-
return
|
|
1172
|
+
return oe(() => {
|
|
1173
1173
|
window.addEventListener("click", e);
|
|
1174
|
-
}),
|
|
1174
|
+
}), $e(() => {
|
|
1175
1175
|
window.removeEventListener("click", e);
|
|
1176
1176
|
}), { listener: e };
|
|
1177
1177
|
}
|
|
@@ -1210,7 +1210,7 @@ const Wa = /* @__PURE__ */ g({
|
|
|
1210
1210
|
}),
|
|
1211
1211
|
emits: ["update:modelValue"],
|
|
1212
1212
|
setup(t) {
|
|
1213
|
-
const a =
|
|
1213
|
+
const a = we("selectComponent"), e = H(
|
|
1214
1214
|
t,
|
|
1215
1215
|
"modelValue"
|
|
1216
1216
|
), o = L(!1), l = L(), c = L(!1), u = L(), v = () => {
|
|
@@ -1241,16 +1241,16 @@ const Wa = /* @__PURE__ */ g({
|
|
|
1241
1241
|
(x) => x[t.itemTitle].toString().toLowerCase().includes(p.toLowerCase())
|
|
1242
1242
|
);
|
|
1243
1243
|
return D.length === 0 && (c.value = !0), D;
|
|
1244
|
-
},
|
|
1244
|
+
}, b = (p) => p === u.value ? "active" : "", z = (p) => {
|
|
1245
1245
|
if (typeof p == "string")
|
|
1246
1246
|
return e.value.includes(p) ? "selected" : "";
|
|
1247
1247
|
if (Array.isArray(e.value))
|
|
1248
1248
|
return e.value.map((D) => D[t.itemTitle]).includes(p[t.itemTitle]) ? "selected" : "";
|
|
1249
1249
|
if (typeof e.value != "string")
|
|
1250
1250
|
return e.value[t.itemTitle] === p[t.itemTitle] ? "selected" : "";
|
|
1251
|
-
}, q = () => u.value = "",
|
|
1251
|
+
}, q = () => u.value = "", he = m(
|
|
1252
1252
|
() => o.value ? "display-listbox" : ""
|
|
1253
|
-
),
|
|
1253
|
+
), fe = m(
|
|
1254
1254
|
() => t.multiple && !c.value ? "m-input-wrapper--multiselect multiselect" : "m-input-wrapper--select"
|
|
1255
1255
|
);
|
|
1256
1256
|
return (p, D) => (s(), i("div", {
|
|
@@ -1260,7 +1260,7 @@ const Wa = /* @__PURE__ */ g({
|
|
|
1260
1260
|
}, [
|
|
1261
1261
|
n("label", Ga, f(p.label), 1),
|
|
1262
1262
|
n("div", {
|
|
1263
|
-
class: S(["m-input-wrapper",
|
|
1263
|
+
class: S(["m-input-wrapper", fe.value])
|
|
1264
1264
|
}, [
|
|
1265
1265
|
ee(n("input", {
|
|
1266
1266
|
type: "text",
|
|
@@ -1268,7 +1268,7 @@ const Wa = /* @__PURE__ */ g({
|
|
|
1268
1268
|
"onUpdate:modelValue": D[0] || (D[0] = (x) => C.value = x),
|
|
1269
1269
|
onClick: d
|
|
1270
1270
|
}, null, 512), [
|
|
1271
|
-
[
|
|
1271
|
+
[ie, C.value]
|
|
1272
1272
|
]),
|
|
1273
1273
|
n("span", {
|
|
1274
1274
|
class: "m-input__trigger",
|
|
@@ -1283,24 +1283,24 @@ const Wa = /* @__PURE__ */ g({
|
|
|
1283
1283
|
n("span", { class: "visually-hidden" }, "Auswahlliste öffnen", -1)
|
|
1284
1284
|
])),
|
|
1285
1285
|
n("ul", {
|
|
1286
|
-
class: S(["listbox",
|
|
1286
|
+
class: S(["listbox", he.value]),
|
|
1287
1287
|
onMouseleave: q
|
|
1288
1288
|
}, [
|
|
1289
|
-
(s(!0), i(E, null, O(R.value, (x,
|
|
1290
|
-
key:
|
|
1291
|
-
class: S(["option", [
|
|
1292
|
-
onMouseenter: (
|
|
1293
|
-
onClick: (
|
|
1289
|
+
(s(!0), i(E, null, O(R.value, (x, pe) => (s(), i("li", {
|
|
1290
|
+
key: pe,
|
|
1291
|
+
class: S(["option", [b(x), z(x)]]),
|
|
1292
|
+
onMouseenter: (_e) => u.value = x,
|
|
1293
|
+
onClick: (_e) => _(x)
|
|
1294
1294
|
}, [
|
|
1295
1295
|
M(Wa, {
|
|
1296
1296
|
item: x,
|
|
1297
1297
|
"item-label": p.itemTitle
|
|
1298
1298
|
}, null, 8, ["item", "item-label"])
|
|
1299
1299
|
], 42, qa))), 128)),
|
|
1300
|
-
c.value ? (s(), i("li", Ka, f(p.noItemFoundMessage), 1)) :
|
|
1300
|
+
c.value ? (s(), i("li", Ka, f(p.noItemFoundMessage), 1)) : $("", !0)
|
|
1301
1301
|
], 34)
|
|
1302
1302
|
], 2),
|
|
1303
|
-
p.hint ? (s(), i("p", Za, f(p.hint), 1)) :
|
|
1303
|
+
p.hint ? (s(), i("p", Za, f(p.hint), 1)) : $("", !0)
|
|
1304
1304
|
], 512));
|
|
1305
1305
|
}
|
|
1306
1306
|
}), Ja = /* @__PURE__ */ I(Xa, [["__scopeId", "data-v-a65ab70d"]]), Qa = { class: "m-form-group has-error" }, en = {
|
|
@@ -1332,7 +1332,7 @@ const Wa = /* @__PURE__ */ g({
|
|
|
1332
1332
|
e.required ? (s(), i("span", tn, o[1] || (o[1] = [
|
|
1333
1333
|
F(" * "),
|
|
1334
1334
|
n("span", { class: "visually-hidden" }, "(erforderlich)", -1)
|
|
1335
|
-
]))) :
|
|
1335
|
+
]))) : $("", !0)
|
|
1336
1336
|
]),
|
|
1337
1337
|
n("p", an, f(e.errorMsg), 1),
|
|
1338
1338
|
n("div", nn, [
|
|
@@ -1343,7 +1343,7 @@ const Wa = /* @__PURE__ */ g({
|
|
|
1343
1343
|
placeholder: e.placeholder,
|
|
1344
1344
|
"onUpdate:modelValue": o[0] || (o[0] = (l) => a.value = l)
|
|
1345
1345
|
}, null, 8, ln), [
|
|
1346
|
-
[
|
|
1346
|
+
[ie, a.value]
|
|
1347
1347
|
])
|
|
1348
1348
|
]),
|
|
1349
1349
|
n("p", sn, f(e.hint), 1)
|
|
@@ -1355,10 +1355,7 @@ const Wa = /* @__PURE__ */ g({
|
|
|
1355
1355
|
}, cn = { class: "container" }, un = { class: "muc-intro-content" }, dn = {
|
|
1356
1356
|
key: 0,
|
|
1357
1357
|
class: "m-intro-vertical__tagline"
|
|
1358
|
-
}, mn = { class: "m-intro-vertical__title" }, vn = {
|
|
1359
|
-
key: 0,
|
|
1360
|
-
class: "muc-divider"
|
|
1361
|
-
}, hn = { class: "m-intro-vertical__content" }, fn = { style: { "padding-bottom": "32px" } }, pn = /* @__PURE__ */ g({
|
|
1358
|
+
}, mn = { class: "m-intro-vertical__title" }, vn = { class: "m-intro-vertical__content" }, hn = { style: { "padding-bottom": "32px" } }, fn = /* @__PURE__ */ g({
|
|
1362
1359
|
__name: "MucIntro",
|
|
1363
1360
|
props: {
|
|
1364
1361
|
title: {},
|
|
@@ -1370,12 +1367,12 @@ const Wa = /* @__PURE__ */ g({
|
|
|
1370
1367
|
n("div", cn, [
|
|
1371
1368
|
n("div", un, [
|
|
1372
1369
|
n("div", null, [
|
|
1373
|
-
a.tagline ? (s(), i("p", dn, f(a.tagline), 1)) :
|
|
1370
|
+
a.tagline ? (s(), i("p", dn, f(a.tagline), 1)) : $("", !0),
|
|
1374
1371
|
n("h1", mn, f(a.title), 1)
|
|
1375
1372
|
]),
|
|
1376
|
-
a.divider ? (s(),
|
|
1377
|
-
n("div",
|
|
1378
|
-
n("p",
|
|
1373
|
+
a.divider ? (s(), j(k(te), { key: 0 })) : $("", !0),
|
|
1374
|
+
n("div", vn, [
|
|
1375
|
+
n("p", hn, [
|
|
1379
1376
|
w(a.$slots, "default", {}, void 0, !0)
|
|
1380
1377
|
])
|
|
1381
1378
|
])
|
|
@@ -1383,14 +1380,14 @@ const Wa = /* @__PURE__ */ g({
|
|
|
1383
1380
|
])
|
|
1384
1381
|
]));
|
|
1385
1382
|
}
|
|
1386
|
-
}),
|
|
1383
|
+
}), pn = /* @__PURE__ */ I(fn, [["__scopeId", "data-v-d2f80b77"]]), _n = ["width", "height"], gn = {
|
|
1387
1384
|
x: "100",
|
|
1388
1385
|
y: "108",
|
|
1389
1386
|
"text-anchor": "middle",
|
|
1390
1387
|
fill: "#3a5368",
|
|
1391
1388
|
"font-size": "24",
|
|
1392
1389
|
"font-weight": "bold"
|
|
1393
|
-
},
|
|
1390
|
+
}, yn = /* @__PURE__ */ g({
|
|
1394
1391
|
__name: "MucPercentageSpinner",
|
|
1395
1392
|
props: {
|
|
1396
1393
|
size: { default: "300" },
|
|
@@ -1406,11 +1403,11 @@ const Wa = /* @__PURE__ */ g({
|
|
|
1406
1403
|
fill: "none",
|
|
1407
1404
|
color: "#005a9f"
|
|
1408
1405
|
}, [
|
|
1409
|
-
o[0] || (o[0] =
|
|
1410
|
-
n("text",
|
|
1411
|
-
], 8,
|
|
1406
|
+
o[0] || (o[0] = se('<defs><linearGradient id="spinner-firstHalf"><stop offset="0%" stop-opacity="1" stop-color="currentColor"></stop><stop offset="100%" stop-opacity="0.5" stop-color="currentColor"></stop></linearGradient><linearGradient id="spinner-secondHalf"><stop offset="0%" stop-opacity="0" stop-color="currentColor"></stop><stop offset="100%" stop-opacity="0.5" stop-color="currentColor"></stop></linearGradient></defs><g stroke-width="12"><path stroke="url(#spinner-firstHalf)" d="M 4 100 A 96 96 0 0 1 196 100"></path><path stroke="url(#spinner-secondHalf)" d="M 196 100 A 96 96 0 0 1 4 100"></path><animateTransform from="90 100 100" to="450 100 100" attributeName="transform" type="rotate" repeatCount="indefinite" dur="2300ms"></animateTransform></g>', 2)),
|
|
1407
|
+
n("text", gn, f(a.value), 1)
|
|
1408
|
+
], 8, _n));
|
|
1412
1409
|
}
|
|
1413
|
-
}),
|
|
1410
|
+
}), kn = ["tabindex", "aria-label"], bn = { class: "m-form-step__title" }, Mn = { "aria-disabled": "true" }, $n = /* @__PURE__ */ g({
|
|
1414
1411
|
__name: "MucStepperItem",
|
|
1415
1412
|
props: {
|
|
1416
1413
|
item: {},
|
|
@@ -1435,14 +1432,14 @@ const Wa = /* @__PURE__ */ g({
|
|
|
1435
1432
|
tabindex: u.value,
|
|
1436
1433
|
"aria-label": v.value
|
|
1437
1434
|
}, [
|
|
1438
|
-
M(
|
|
1439
|
-
], 8,
|
|
1440
|
-
n("div",
|
|
1441
|
-
n("span",
|
|
1435
|
+
M(k(B), { icon: c.value }, null, 8, ["icon"])
|
|
1436
|
+
], 8, kn),
|
|
1437
|
+
n("div", bn, [
|
|
1438
|
+
n("span", Mn, f(_.item.label), 1)
|
|
1442
1439
|
])
|
|
1443
1440
|
], 2));
|
|
1444
1441
|
}
|
|
1445
|
-
}),
|
|
1442
|
+
}), wn = /* @__PURE__ */ I($n, [["__scopeId", "data-v-279142f9"]]), An = { class: "m-component m-component-form-progress" }, Cn = { class: "container" }, Dn = { class: "m-component__grid" }, Sn = { class: "m-component__column" }, In = { class: "m-form-steps" }, Fn = /* @__PURE__ */ g({
|
|
1446
1443
|
__name: "MucStepper",
|
|
1447
1444
|
props: {
|
|
1448
1445
|
stepItems: {},
|
|
@@ -1460,12 +1457,12 @@ const Wa = /* @__PURE__ */ g({
|
|
|
1460
1457
|
const o = (d) => t.stepItems.findIndex((_) => _.id === d), l = L(o(t.activeItem)), c = (d) => d === t.activeItem, u = (d) => o(d) < l.value, v = (d) => {
|
|
1461
1458
|
e("changeStep", d);
|
|
1462
1459
|
};
|
|
1463
|
-
return (d, _) => (s(), i("div",
|
|
1464
|
-
n("div",
|
|
1465
|
-
n("div",
|
|
1466
|
-
n("div",
|
|
1467
|
-
n("ol",
|
|
1468
|
-
(s(!0), i(E, null, O(d.stepItems, (h) => (s(), j(
|
|
1460
|
+
return (d, _) => (s(), i("div", An, [
|
|
1461
|
+
n("div", Cn, [
|
|
1462
|
+
n("div", Dn, [
|
|
1463
|
+
n("div", Sn, [
|
|
1464
|
+
n("ol", In, [
|
|
1465
|
+
(s(!0), i(E, null, O(d.stepItems, (h) => (s(), j(wn, {
|
|
1469
1466
|
key: h.id,
|
|
1470
1467
|
item: h,
|
|
1471
1468
|
"is-active": c(h.id),
|
|
@@ -1478,62 +1475,62 @@ const Wa = /* @__PURE__ */ g({
|
|
|
1478
1475
|
])
|
|
1479
1476
|
]));
|
|
1480
1477
|
}
|
|
1481
|
-
}),
|
|
1478
|
+
}), ae = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1482
1479
|
__proto__: null,
|
|
1483
|
-
MucBanner:
|
|
1480
|
+
MucBanner: Ie,
|
|
1484
1481
|
MucButton: Y,
|
|
1485
|
-
MucCalendar:
|
|
1486
|
-
MucCallout:
|
|
1487
|
-
MucCard:
|
|
1488
|
-
MucCardContainer:
|
|
1482
|
+
MucCalendar: et,
|
|
1483
|
+
MucCallout: ct,
|
|
1484
|
+
MucCard: _t,
|
|
1485
|
+
MucCardContainer: kt,
|
|
1489
1486
|
MucCheckbox: Xt,
|
|
1490
1487
|
MucCheckboxGroup: sa,
|
|
1491
|
-
MucComment:
|
|
1492
|
-
MucCommentText:
|
|
1488
|
+
MucComment: de,
|
|
1489
|
+
MucCommentText: Vt,
|
|
1493
1490
|
MucCounter: pa,
|
|
1494
|
-
MucDivider:
|
|
1491
|
+
MucDivider: te,
|
|
1495
1492
|
MucErrorList: Ma,
|
|
1496
1493
|
MucFileDropzone: qt,
|
|
1497
1494
|
MucIcon: B,
|
|
1498
1495
|
MucInput: xa,
|
|
1499
|
-
MucIntro:
|
|
1500
|
-
MucLink:
|
|
1501
|
-
MucPercentageSpinner:
|
|
1496
|
+
MucIntro: pn,
|
|
1497
|
+
MucLink: me,
|
|
1498
|
+
MucPercentageSpinner: yn,
|
|
1502
1499
|
MucRadioButton: Va,
|
|
1503
1500
|
MucRadioButtonGroup: Na,
|
|
1504
1501
|
MucSelect: Ja,
|
|
1505
|
-
MucStepper:
|
|
1502
|
+
MucStepper: Fn,
|
|
1506
1503
|
MucTextArea: on
|
|
1507
1504
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
1508
|
-
function
|
|
1509
|
-
for (const a in
|
|
1510
|
-
t.component(a,
|
|
1505
|
+
function Tn(t) {
|
|
1506
|
+
for (const a in ae)
|
|
1507
|
+
t.component(a, ae[a]);
|
|
1511
1508
|
}
|
|
1512
|
-
const
|
|
1509
|
+
const Bn = { install: Tn };
|
|
1513
1510
|
export {
|
|
1514
|
-
|
|
1511
|
+
Ie as MucBanner,
|
|
1515
1512
|
Y as MucButton,
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1513
|
+
et as MucCalendar,
|
|
1514
|
+
ct as MucCallout,
|
|
1515
|
+
_t as MucCard,
|
|
1516
|
+
kt as MucCardContainer,
|
|
1520
1517
|
Xt as MucCheckbox,
|
|
1521
1518
|
sa as MucCheckboxGroup,
|
|
1522
|
-
|
|
1523
|
-
|
|
1519
|
+
de as MucComment,
|
|
1520
|
+
Vt as MucCommentText,
|
|
1524
1521
|
pa as MucCounter,
|
|
1525
|
-
|
|
1522
|
+
te as MucDivider,
|
|
1526
1523
|
Ma as MucErrorList,
|
|
1527
1524
|
qt as MucFileDropzone,
|
|
1528
1525
|
B as MucIcon,
|
|
1529
1526
|
xa as MucInput,
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1527
|
+
pn as MucIntro,
|
|
1528
|
+
me as MucLink,
|
|
1529
|
+
yn as MucPercentageSpinner,
|
|
1533
1530
|
Va as MucRadioButton,
|
|
1534
1531
|
Na as MucRadioButtonGroup,
|
|
1535
1532
|
Ja as MucSelect,
|
|
1536
|
-
|
|
1533
|
+
Fn as MucStepper,
|
|
1537
1534
|
on as MucTextArea,
|
|
1538
|
-
|
|
1535
|
+
Bn as default
|
|
1539
1536
|
};
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"author": "FabianWilms",
|
|
4
4
|
"description": "A vue component library of some of the components available from https://patternlab.muenchen.space",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "
|
|
6
|
+
"version": "2.0.0-beta.1",
|
|
7
7
|
"private": false,
|
|
8
8
|
"module": "./dist/muc-patternlab-vue.es.js",
|
|
9
9
|
"main": "./dist/index.d.ts",
|
package/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.m-banner--success[data-v-01cbc1dd]{background-color:#f1f6f3;border-bottom:1px solid #3a7f53}.no-left-margin[data-v-d002b2f9]{margin-left:0}.muc-calendar-container[data-v-a7631835]{--container-gap-size: 3px;display:grid;overflow:hidden;grid-template-columns:repeat(var(--container-grid-count, 4),minmax(auto,1fr));gap:var(--container-gap-size) var(--container-gap-size);padding:var(--container-gap-size)}.muc-calendar-item[data-v-a7631835]{padding:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid white;-webkit-user-select:none;user-select:none;transition:border-color .3s ease-in}.muc-calendar-item[data-v-a7631835]:hover{border:1px solid var(--color-neutrals-blue);transition:border-color .1s ease-out;cursor:pointer}.muc-calendar-view-full-size[data-v-a7631835]{width:100%;height:100%}.muc-calendar-current-item[data-v-a7631835]{background:var(--color-neutrals-blue)}.selected[data-v-a7631835]{background:var(--color-brand-main-blue);color:#fff}.disabled-tile[data-v-a7631835]{filter:grayscale(80%);color:#d3d3d3;cursor:default!important}.selected-range[data-v-a7631835]{background:var(--color-neutrals-blue-xlight)}.off-month[data-v-a7631835]{color:var(--color-neutrals-blue)}.muc-calendar-container[data-v-e7805970]{--container-gap-size: 3px;display:grid;overflow:hidden;grid-template-columns:repeat(var(--container-grid-count, 4),minmax(auto,1fr));gap:var(--container-gap-size) var(--container-gap-size);padding:var(--container-gap-size)}.muc-calendar-item[data-v-e7805970]{padding:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid white;-webkit-user-select:none;user-select:none;transition:border-color .3s ease-in}.muc-calendar-item[data-v-e7805970]:hover{border:1px solid var(--color-neutrals-blue);transition:border-color .1s ease-out;cursor:pointer}.muc-calendar-view-full-size[data-v-e7805970]{width:100%;height:100%}.muc-calendar-current-item[data-v-e7805970]{background:var(--color-neutrals-blue)}.muc-calendar-container[data-v-e7805970]{--container-grid-count: 7}.header-item[data-v-e7805970]{text-align:center;width:100%;height:100%;padding:5px}.table-header[data-v-e7805970]{border-bottom:1px solid var(--color-neutrals-blue)}.muc-calendar-container[data-v-61bf5bda]{--container-gap-size: 3px;display:grid;overflow:hidden;grid-template-columns:repeat(var(--container-grid-count, 4),minmax(auto,1fr));gap:var(--container-gap-size) var(--container-gap-size);padding:var(--container-gap-size)}.muc-calendar-item[data-v-61bf5bda]{padding:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid white;-webkit-user-select:none;user-select:none;transition:border-color .3s ease-in}.muc-calendar-item[data-v-61bf5bda]:hover{border:1px solid var(--color-neutrals-blue);transition:border-color .1s ease-out;cursor:pointer}.muc-calendar-view-full-size[data-v-61bf5bda]{width:100%;height:100%}.muc-calendar-current-item[data-v-61bf5bda]{background:var(--color-neutrals-blue)}.muc-calendar-container[data-v-67492bc8]{--container-gap-size: 3px;display:grid;overflow:hidden;grid-template-columns:repeat(var(--container-grid-count, 4),minmax(auto,1fr));gap:var(--container-gap-size) var(--container-gap-size);padding:var(--container-gap-size)}.muc-calendar-item[data-v-67492bc8]{padding:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid white;-webkit-user-select:none;user-select:none;transition:border-color .3s ease-in}.muc-calendar-item[data-v-67492bc8]:hover{border:1px solid var(--color-neutrals-blue);transition:border-color .1s ease-out;cursor:pointer}.muc-calendar-view-full-size[data-v-67492bc8]{width:100%;height:100%}.muc-calendar-current-item[data-v-67492bc8]{background:var(--color-neutrals-blue)}.off-year[data-v-67492bc8]{color:var(--color-neutrals-blue)}@keyframes appear-broad-9744d6fd{0%{transform:scale(calc(1 + var(--calendar-animation-scaling)));opacity:0}to{transform:scale(1);opacity:1}}@keyframes disappear-broad-9744d6fd{0%{transform:scale(1);opacity:1}to{transform:scale(calc(1 - var(--calendar-animation-scaling)));opacity:0}}@keyframes appear-detail-9744d6fd{0%{transform:scale(calc(1 - var(--calendar-animation-scaling)));opacity:0}to{transform:scale(1);opacity:1}}@keyframes disappear-detail-9744d6fd{0%{transform:scale(1);opacity:1}to{transform:scale(calc(1 + var(--calendar-animation-scaling)));opacity:0}}.transition[data-v-9744d6fd]{position:absolute}.view-detail-enter-active[data-v-9744d6fd]{animation:appear-detail-9744d6fd var(--calendar-animation-duration) var(--calendar-animation-timing)}.view-detail-leave-active[data-v-9744d6fd]{animation:disappear-detail-9744d6fd var(--calendar-animation-duration) var(--calendar-animation-timing)}.view-broad-enter-active[data-v-9744d6fd]{animation:appear-broad-9744d6fd var(--calendar-animation-duration) var(--calendar-animation-timing)}.view-broad-leave-active[data-v-9744d6fd]{animation:disappear-broad-9744d6fd var(--calendar-animation-duration) var(--calendar-animation-timing)}.container-wrapper[data-v-9744d6fd]{--calendar-animation-scaling: .1;--calendar-animation-duration: .4s;--calendar-animation-timing: ease-in-out;border:1px solid var(--color-neutrals-blue);min-width:330px;max-width:900px;justify-content:center}.caption[data-v-9744d6fd]{padding:5px;border-bottom:1px solid var(--color-neutrals-blue);background-color:var(--color-neutrals-blue-xlight);display:grid;grid-template-columns:auto 1fr auto;align-items:center}.header[data-v-9744d6fd]{justify-content:center;display:flex;cursor:pointer}.container-view-size[data-v-9744d6fd]{--cal-container-view-height: 313px;min-height:var(--cal-container-view-height);height:var(--cal-container-view-height);overflow:hidden;position:relative}.m-callout--success[data-v-71a5ca15]{background-color:#f1f6f3;border-color:#95b9a2}.m-callout--success .m-callout__icon[data-v-71a5ca15]{background-color:#3a7f53;box-shadow:0 .3125rem .625rem #005a9f33}.m-callout--error[data-v-71a5ca15]{background-color:#f8f2f2;border-color:#c79a9b}.m-callout--error .m-callout__icon[data-v-71a5ca15]{background-color:#984447;box-shadow:0 .3125rem .625rem #005a9f33}.card[data-v-
|
|
1
|
+
.m-banner--success[data-v-01cbc1dd]{background-color:#f1f6f3;border-bottom:1px solid #3a7f53}.no-left-margin[data-v-d002b2f9]{margin-left:0}.muc-calendar-container[data-v-a7631835]{--container-gap-size: 3px;display:grid;overflow:hidden;grid-template-columns:repeat(var(--container-grid-count, 4),minmax(auto,1fr));gap:var(--container-gap-size) var(--container-gap-size);padding:var(--container-gap-size)}.muc-calendar-item[data-v-a7631835]{padding:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid white;-webkit-user-select:none;user-select:none;transition:border-color .3s ease-in}.muc-calendar-item[data-v-a7631835]:hover{border:1px solid var(--color-neutrals-blue);transition:border-color .1s ease-out;cursor:pointer}.muc-calendar-view-full-size[data-v-a7631835]{width:100%;height:100%}.muc-calendar-current-item[data-v-a7631835]{background:var(--color-neutrals-blue)}.selected[data-v-a7631835]{background:var(--color-brand-main-blue);color:#fff}.disabled-tile[data-v-a7631835]{filter:grayscale(80%);color:#d3d3d3;cursor:default!important}.selected-range[data-v-a7631835]{background:var(--color-neutrals-blue-xlight)}.off-month[data-v-a7631835]{color:var(--color-neutrals-blue)}.muc-calendar-container[data-v-e7805970]{--container-gap-size: 3px;display:grid;overflow:hidden;grid-template-columns:repeat(var(--container-grid-count, 4),minmax(auto,1fr));gap:var(--container-gap-size) var(--container-gap-size);padding:var(--container-gap-size)}.muc-calendar-item[data-v-e7805970]{padding:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid white;-webkit-user-select:none;user-select:none;transition:border-color .3s ease-in}.muc-calendar-item[data-v-e7805970]:hover{border:1px solid var(--color-neutrals-blue);transition:border-color .1s ease-out;cursor:pointer}.muc-calendar-view-full-size[data-v-e7805970]{width:100%;height:100%}.muc-calendar-current-item[data-v-e7805970]{background:var(--color-neutrals-blue)}.muc-calendar-container[data-v-e7805970]{--container-grid-count: 7}.header-item[data-v-e7805970]{text-align:center;width:100%;height:100%;padding:5px}.table-header[data-v-e7805970]{border-bottom:1px solid var(--color-neutrals-blue)}.muc-calendar-container[data-v-61bf5bda]{--container-gap-size: 3px;display:grid;overflow:hidden;grid-template-columns:repeat(var(--container-grid-count, 4),minmax(auto,1fr));gap:var(--container-gap-size) var(--container-gap-size);padding:var(--container-gap-size)}.muc-calendar-item[data-v-61bf5bda]{padding:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid white;-webkit-user-select:none;user-select:none;transition:border-color .3s ease-in}.muc-calendar-item[data-v-61bf5bda]:hover{border:1px solid var(--color-neutrals-blue);transition:border-color .1s ease-out;cursor:pointer}.muc-calendar-view-full-size[data-v-61bf5bda]{width:100%;height:100%}.muc-calendar-current-item[data-v-61bf5bda]{background:var(--color-neutrals-blue)}.muc-calendar-container[data-v-67492bc8]{--container-gap-size: 3px;display:grid;overflow:hidden;grid-template-columns:repeat(var(--container-grid-count, 4),minmax(auto,1fr));gap:var(--container-gap-size) var(--container-gap-size);padding:var(--container-gap-size)}.muc-calendar-item[data-v-67492bc8]{padding:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid white;-webkit-user-select:none;user-select:none;transition:border-color .3s ease-in}.muc-calendar-item[data-v-67492bc8]:hover{border:1px solid var(--color-neutrals-blue);transition:border-color .1s ease-out;cursor:pointer}.muc-calendar-view-full-size[data-v-67492bc8]{width:100%;height:100%}.muc-calendar-current-item[data-v-67492bc8]{background:var(--color-neutrals-blue)}.off-year[data-v-67492bc8]{color:var(--color-neutrals-blue)}@keyframes appear-broad-9744d6fd{0%{transform:scale(calc(1 + var(--calendar-animation-scaling)));opacity:0}to{transform:scale(1);opacity:1}}@keyframes disappear-broad-9744d6fd{0%{transform:scale(1);opacity:1}to{transform:scale(calc(1 - var(--calendar-animation-scaling)));opacity:0}}@keyframes appear-detail-9744d6fd{0%{transform:scale(calc(1 - var(--calendar-animation-scaling)));opacity:0}to{transform:scale(1);opacity:1}}@keyframes disappear-detail-9744d6fd{0%{transform:scale(1);opacity:1}to{transform:scale(calc(1 + var(--calendar-animation-scaling)));opacity:0}}.transition[data-v-9744d6fd]{position:absolute}.view-detail-enter-active[data-v-9744d6fd]{animation:appear-detail-9744d6fd var(--calendar-animation-duration) var(--calendar-animation-timing)}.view-detail-leave-active[data-v-9744d6fd]{animation:disappear-detail-9744d6fd var(--calendar-animation-duration) var(--calendar-animation-timing)}.view-broad-enter-active[data-v-9744d6fd]{animation:appear-broad-9744d6fd var(--calendar-animation-duration) var(--calendar-animation-timing)}.view-broad-leave-active[data-v-9744d6fd]{animation:disappear-broad-9744d6fd var(--calendar-animation-duration) var(--calendar-animation-timing)}.container-wrapper[data-v-9744d6fd]{--calendar-animation-scaling: .1;--calendar-animation-duration: .4s;--calendar-animation-timing: ease-in-out;border:1px solid var(--color-neutrals-blue);min-width:330px;max-width:900px;justify-content:center}.caption[data-v-9744d6fd]{padding:5px;border-bottom:1px solid var(--color-neutrals-blue);background-color:var(--color-neutrals-blue-xlight);display:grid;grid-template-columns:auto 1fr auto;align-items:center}.header[data-v-9744d6fd]{justify-content:center;display:flex;cursor:pointer}.container-view-size[data-v-9744d6fd]{--cal-container-view-height: 313px;min-height:var(--cal-container-view-height);height:var(--cal-container-view-height);overflow:hidden;position:relative}.m-callout--success[data-v-71a5ca15]{background-color:#f1f6f3;border-color:#95b9a2}.m-callout--success .m-callout__icon[data-v-71a5ca15]{background-color:#3a7f53;box-shadow:0 .3125rem .625rem #005a9f33}.m-callout--error[data-v-71a5ca15]{background-color:#f8f2f2;border-color:#c79a9b}.m-callout--error .m-callout__icon[data-v-71a5ca15]{background-color:#984447;box-shadow:0 .3125rem .625rem #005a9f33}.muc-divider[data-v-a337b11f]{align-self:stretch;height:0;border-bottom:1px var(--color-neutrals-blue) solid}.card[data-v-ec038b2b]{cursor:pointer;border:solid 1px var(--color-neutrals-blue);border-bottom:solid 5px var(--color-brand-main-blue);transition:background-color ease-in .15s}.card[data-v-ec038b2b]:hover{background-color:#f1f1f1}.card-content[data-v-ec038b2b]{padding:32px 24px}.card-header[data-v-ec038b2b]{display:flex}.card-tagline[data-v-ec038b2b]{font-size:16px;font-family:Open Sans,sans-serif;color:#005a9f;font-weight:700;line-height:24px;word-wrap:break-word;padding-bottom:4px}.muc-divider[data-v-ec038b2b]{margin-top:16px;margin-bottom:16px}@media all and (min-width: 992px){.card-container[data-v-6740df8f]{padding-left:0;padding-right:0;display:grid;grid-template-columns:repeat(auto-fit,384px);grid-column-gap:32px;grid-row-gap:32px}}@media all and (max-width: 992px){.card-container[data-v-6740df8f]{padding-left:0;padding-right:0;display:inline-grid;grid-template-columns:1fr;grid-row-gap:32px}}.drop-zone[data-v-611376c0]{background-color:#fff;width:100%;height:100%;position:relative;border:1px dashed #337bb2;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px;padding:20px;margin-bottom:20px}.drop-zone.is-dragover.is-not-disabled[data-v-611376c0]{background-color:#f1f1f1}.drop-zone.is-not-disabled[data-v-611376c0]{cursor:pointer}.drop-zone-error-message[data-v-611376c0]{display:flex;align-items:flex-start}.drop-zone-error-message .icon[data-v-611376c0]{margin-top:0}.drop-zone-error-message span[data-v-611376c0]{margin-left:4px}.drop-zone-additional-information[data-v-611376c0]{font-size:14px}.centered-text-number[data-v-e3bbeec7]{display:flex;justify-content:center;align-items:center;height:100%}.centered-text-label[data-v-e3bbeec7]{display:flex;justify-content:left;align-items:center;height:100%}.grid[data-v-e3bbeec7]{display:grid;grid-template-columns:repeat(auto-fill,minmax(175px,1fr))}.grid-item[data-v-e3bbeec7]{display:flex;justify-content:space-between}.grid-item[data-v-e3bbeec7]>*{margin:0 8px}@media (min-width: 768px){.grid-item[data-v-e3bbeec7]:nth-child(1){order:1}.grid-item[data-v-e3bbeec7]:nth-child(2){order:2}}@media (max-width: 767px){.grid-item[data-v-e3bbeec7]:nth-child(1){order:2}.grid-item[data-v-e3bbeec7]:nth-child(2){order:1}.centered-text-label[data-v-e3bbeec7]{padding-bottom:.8rem}.grid[data-v-e3bbeec7]{grid-template-columns:1fr}}.display-listbox[data-v-a65ab70d]{display:block!important}.muc-divider[data-v-d2f80b77]{margin-top:8px;margin-bottom:16px}@media screen and (width >992px){.muc-intro-content[data-v-d2f80b77]{width:66.6%}}.show-cursor[data-v-279142f9]{cursor:pointer}
|