@muenchen/muc-patternlab-vue 5.1.0 → 5.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/icons/custom-icons.svg +1 -0
- package/muc-patternlab-vue.es.js +154 -153
- package/package.json +16 -16
|
@@ -8,4 +8,5 @@
|
|
|
8
8
|
<symbol viewBox="0 0 24 24" id="icon-printer"><path d="M19 8C20.66 8 22 9.34 22 11V17H18V21H6V17H2V11C2 9.34 3.34 8 5 8H6V3H18V8H19M8 5V8H16V5H8M16 19V15H8V19H16M18 15H20V11C20 10.45 19.55 10 19 10H5C4.45 10 4 10.45 4 11V15H6V13H18V15M19 11.5C19 12.05 18.55 12.5 18 12.5C17.45 12.5 17 12.05 17 11.5C17 10.95 17.45 10.5 18 10.5C18.55 10.5 19 10.95 19 11.5Z" /></symbol>
|
|
9
9
|
<symbol viewBox="0 0 24 24" id="icon-paperclip-straight"><path d="M16.5,6V17.5A4,4 0 0,1 12.5,21.5A4,4 0 0,1 8.5,17.5V5A2.5,2.5 0 0,1 11,2.5A2.5,2.5 0 0,1 13.5,5V15.5A1,1 0 0,1 12.5,16.5A1,1 0 0,1 11.5,15.5V6H10V15.5A2.5,2.5 0 0,0 12.5,18A2.5,2.5 0 0,0 15,15.5V5A4,4 0 0,0 11,1A4,4 0 0,0 7,5V17.5A5.5,5.5 0 0,0 12.5,23A5.5,5.5 0 0,0 18,17.5V6H16.5Z"/></symbol>
|
|
10
10
|
<symbol viewBox="0 0 24 24" id="icon-user-fill"><path d="M19.6638 17.891L17.6639 14.891C17.3003 14.3508 16.691 14.0002 16 14.0002H8.00008C7.30888 14.0004 6.69976 14.351 6.34072 14.8841L6.33616 14.8913L4.33624 17.8913C4.12552 18.2033 4 18.5875 4 19.0013C4 19.3466 4.0876 19.6714 4.24144 19.9548L4.23616 19.9442C4.58032 20.5776 5.24056 21.0002 5.99944 21.0002H18.0004C18.7593 21.0002 19.4193 20.5776 19.7582 19.9548L19.7634 19.9442C19.9125 19.6711 20.0001 19.3459 20.0001 19.0003C20.0001 18.587 19.8746 18.2028 19.6598 17.8841L19.6643 17.8913L19.6638 17.891Z"/><path d="M11.9999 12C14.4851 12 16.4999 9.9852 16.4999 7.5C16.4999 5.0148 14.4851 3 11.9999 3C9.51472 3 7.49992 5.0148 7.49992 7.5C7.49992 9.9852 9.51472 12 11.9999 12Z"/></symbol>
|
|
11
|
+
<symbol viewBox="0 0 24 29" id="icon-checklist"><path d="M10.511 22.1856L18.2806 14.4034L16.6188 12.7416L10.5187 18.8416L7.27766 15.6005L5.6081 17.2701L10.511 22.1856ZM3.74386 28.361C2.93409 28.361 2.24194 28.0737 1.66743 27.4992C1.09292 26.9247 0.805664 26.2325 0.805664 25.4228V3.57735C0.805664 2.76413 1.09292 2.06903 1.66743 1.49205C2.24194 0.915075 2.93409 0.626587 3.74386 0.626587H15.3593L23.2067 8.47395V25.4228C23.2067 26.2325 22.9182 26.9247 22.3412 27.4992C21.7643 28.0737 21.0692 28.361 20.2559 28.361H3.74386ZM13.8337 9.93289V3.57735H3.74386V25.4228H20.2559V9.93289H13.8337Z"/></symbol>
|
|
11
12
|
</svg>
|
package/muc-patternlab-vue.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as W, useAttrs as gs, computed as N, createElementBlock as T, openBlock as S, normalizeStyle as _s, normalizeClass as le, createElementVNode as b, createVNode as ie, renderSlot as q, unref as X, createCommentVNode as U, createBlock as ce, inject as Gt, withKeys as Qi, toDisplayString as Y, Fragment as De, renderList as Fe, mergeModels as
|
|
1
|
+
import { defineComponent as W, useAttrs as gs, computed as N, createElementBlock as T, openBlock as S, normalizeStyle as _s, normalizeClass as le, createElementVNode as b, createVNode as ie, renderSlot as q, unref as X, createCommentVNode as U, createBlock as ce, inject as Gt, withKeys as Qi, toDisplayString as Y, Fragment as De, renderList as Fe, mergeModels as $e, ref as pe, useModel as dt, provide as en, readonly as xi, toRef as Ri, withCtx as ne, Transition as Oi, useSlots as lr, createTextVNode as fe, createSlots as ys, createStaticVNode as cr, onMounted as vi, onUpdated as ur, withModifiers as Lt, watch as yt, withDirectives as dr, vModelDynamic as bs, onBeforeUnmount as hr, vModelText as Es, resolveComponent as Ss, resolveDynamicComponent as Cs, useTemplateRef as As } from "vue";
|
|
2
2
|
const ws = ["href"], Ie = /* @__PURE__ */ W({
|
|
3
3
|
__name: "MucIcon",
|
|
4
4
|
props: {
|
|
@@ -180,7 +180,7 @@ const ws = ["href"], Ie = /* @__PURE__ */ W({
|
|
|
180
180
|
"aria-label": `${c.date.getDate()} auswählen`
|
|
181
181
|
}, Y(c.date.getDate()), 43, ks)) : U("", !0);
|
|
182
182
|
}
|
|
183
|
-
}), Ns = /* @__PURE__ */ ue(Ls, [["__scopeId", "data-v-9ac1842d"]]), Ps = { class: "muc-calendar-view-full-size" }, Fs = { class: "muc-calendar-container table-header" },
|
|
183
|
+
}), Ns = /* @__PURE__ */ ue(Ls, [["__scopeId", "data-v-9ac1842d"]]), Ps = { class: "muc-calendar-view-full-size" }, Fs = { class: "muc-calendar-container table-header" }, $s = { class: "muc-calendar-container" }, xs = 7, Rs = /* @__PURE__ */ W({
|
|
184
184
|
__name: "MucCalendarDay",
|
|
185
185
|
props: {
|
|
186
186
|
viewDate: {},
|
|
@@ -190,7 +190,7 @@ const ws = ["href"], Ie = /* @__PURE__ */ W({
|
|
|
190
190
|
},
|
|
191
191
|
emits: ["clicked"],
|
|
192
192
|
setup(t, { emit: e }) {
|
|
193
|
-
const i = 6 *
|
|
193
|
+
const i = 6 * xs, n = ["Mo", "Di", "Mi", "Do", "Fr", "Sa", "So"], r = t, s = e, a = N(
|
|
194
194
|
() => new Date(r.viewDate.getFullYear(), r.viewDate.getMonth(), 1)
|
|
195
195
|
), o = N(
|
|
196
196
|
() => r.showAdjacentMonths ? 0 : (a.value.getDay() || 7) - 1
|
|
@@ -208,7 +208,7 @@ const ws = ["href"], Ie = /* @__PURE__ */ W({
|
|
|
208
208
|
b("strong", null, Y(m), 1)
|
|
209
209
|
])), 64))
|
|
210
210
|
]),
|
|
211
|
-
b("div",
|
|
211
|
+
b("div", $s, [
|
|
212
212
|
(S(!0), T(De, null, Fe(o.value, (m) => (S(), T("div", { key: m }))), 128)),
|
|
213
213
|
(S(), T(De, null, Fe(i, (m) => ie(Ns, {
|
|
214
214
|
class: "muc-calendar-item",
|
|
@@ -323,7 +323,7 @@ const ws = ["href"], Ie = /* @__PURE__ */ W({
|
|
|
323
323
|
}
|
|
324
324
|
}), Zs = /* @__PURE__ */ ue(Js, [["__scopeId", "data-v-2d92e62c"]]), Qs = { class: "container-wrapper" }, ea = { class: "calendar-caption" }, ta = { class: "container-view-size" }, Mn = 10, ia = /* @__PURE__ */ W({
|
|
325
325
|
__name: "MucCalendar",
|
|
326
|
-
props: /* @__PURE__ */
|
|
326
|
+
props: /* @__PURE__ */ $e({
|
|
327
327
|
viewMonth: {},
|
|
328
328
|
min: {},
|
|
329
329
|
max: {},
|
|
@@ -490,8 +490,8 @@ const ws = ["href"], Ie = /* @__PURE__ */ W({
|
|
|
490
490
|
minDate: i,
|
|
491
491
|
maxDate: n,
|
|
492
492
|
selectedDate: o,
|
|
493
|
-
variant:
|
|
494
|
-
showAdjacentMonths:
|
|
493
|
+
variant: xi(Ri(() => t.variant)),
|
|
494
|
+
showAdjacentMonths: xi(Ri(() => t.showAdjacentMonths)),
|
|
495
495
|
allowedDates: t.allowedDates
|
|
496
496
|
}), (C, E) => (S(), T("div", null, [
|
|
497
497
|
b("div", Qs, [
|
|
@@ -684,19 +684,19 @@ const tn = /* @__PURE__ */ ue(ha, [["render", va], ["__scopeId", "data-v-a337b11
|
|
|
684
684
|
}, wa = { class: "m-comment__info" }, Ia = { class: "m-comment__author" }, Ma = { key: 0 }, Ta = { class: "m-comment__author" }, Oa = { class: "m-comment__date" }, Da = ["aria-label"], ka = {
|
|
685
685
|
key: 0,
|
|
686
686
|
class: "m-star-rating__item m-star-rating__item--half"
|
|
687
|
-
}, La = { class: "m-star-rating__numeric" }, Na = { class: "m-comment__body" }, Pa = { class: "m-comment__headline" }, Fa = { class: "m-comment__text" },
|
|
687
|
+
}, La = { class: "m-star-rating__numeric" }, Na = { class: "m-comment__body" }, Pa = { class: "m-comment__headline" }, Fa = { class: "m-comment__text" }, $a = "de-DE", xa = 0.2, Ra = 0.8, ei = 5, vr = /* @__PURE__ */ W({
|
|
688
688
|
__name: "MucComment",
|
|
689
689
|
props: {
|
|
690
690
|
rating: {},
|
|
691
691
|
variant: { default: "listing" }
|
|
692
692
|
},
|
|
693
693
|
setup(t) {
|
|
694
|
-
const e = lr(), i = N(() => !!e.date), n = N(() => !!e.initials), r = N(() => t.variant === "slider" ? "m-comment--slider" : "m-comment--listing"), s = N(() => Math.min(Math.max(t.rating, 0), ei)), a = N(() => s.value.toLocaleString(
|
|
694
|
+
const e = lr(), i = N(() => !!e.date), n = N(() => !!e.initials), r = N(() => t.variant === "slider" ? "m-comment--slider" : "m-comment--listing"), s = N(() => Math.min(Math.max(t.rating, 0), ei)), a = N(() => s.value.toLocaleString($a.valueOf(), {
|
|
695
695
|
minimumFractionDigits: 1
|
|
696
696
|
})), o = N(() => {
|
|
697
697
|
const l = +(s.value % 1).toFixed(1);
|
|
698
698
|
let c = Math.min(Math.floor(s.value), ei), u = Math.floor(ei - s.value), d = !1;
|
|
699
|
-
return l !== 0 && (l <=
|
|
699
|
+
return l !== 0 && (l <= xa ? u++ : l >= Ra ? c++ : d = !0), {
|
|
700
700
|
fullStars: c,
|
|
701
701
|
emptyStars: u,
|
|
702
702
|
isHalfStar: d
|
|
@@ -940,14 +940,14 @@ const Wa = /* @__PURE__ */ ue(Ka, [["render", Ga]]), Ua = { class: "drop-zone-ad
|
|
|
940
940
|
}
|
|
941
941
|
}), qa = /* @__PURE__ */ ue(za, [["__scopeId", "data-v-a2e8c385"]]), Xa = ["id", "checked"], Ja = ["for"], Za = /* @__PURE__ */ W({
|
|
942
942
|
__name: "MucCheckbox",
|
|
943
|
-
props: /* @__PURE__ */
|
|
943
|
+
props: /* @__PURE__ */ $e({
|
|
944
944
|
id: {},
|
|
945
945
|
label: {}
|
|
946
946
|
}, {
|
|
947
947
|
modelValue: { type: Boolean, default: !1 },
|
|
948
948
|
modelModifiers: {}
|
|
949
949
|
}),
|
|
950
|
-
emits: /* @__PURE__ */
|
|
950
|
+
emits: /* @__PURE__ */ $e(["click"], ["update:modelValue"]),
|
|
951
951
|
setup(t, { emit: e }) {
|
|
952
952
|
const i = dt(t, "modelValue"), n = e, r = () => {
|
|
953
953
|
i.value = !i.value, n("click");
|
|
@@ -1046,7 +1046,7 @@ const Wa = /* @__PURE__ */ ue(Ka, [["render", Ga]]), Ua = { class: "drop-zone-ad
|
|
|
1046
1046
|
style: { color: "var(--color-brand-main-blue)" }
|
|
1047
1047
|
}, vo = { class: "visually-hidden" }, mo = { class: "content-centered" }, po = { class: "grid-item content-centered-justify-left" }, go = { key: 0 }, _o = { key: 1 }, yo = /* @__PURE__ */ W({
|
|
1048
1048
|
__name: "MucCounter",
|
|
1049
|
-
props: /* @__PURE__ */
|
|
1049
|
+
props: /* @__PURE__ */ $e({
|
|
1050
1050
|
label: {},
|
|
1051
1051
|
min: {},
|
|
1052
1052
|
max: {},
|
|
@@ -1159,9 +1159,9 @@ const Wa = /* @__PURE__ */ ue(Ka, [["render", Ga]]), Ua = { class: "drop-zone-ad
|
|
|
1159
1159
|
}, No = ["onClick"], Po = {
|
|
1160
1160
|
"aria-hidden": "true",
|
|
1161
1161
|
class: "icon"
|
|
1162
|
-
}, Fo = ["xlink:href"],
|
|
1162
|
+
}, Fo = ["xlink:href"], $o = /* @__PURE__ */ W({
|
|
1163
1163
|
__name: "MucInput",
|
|
1164
|
-
props: /* @__PURE__ */
|
|
1164
|
+
props: /* @__PURE__ */ $e({
|
|
1165
1165
|
id: {},
|
|
1166
1166
|
errorMsg: {},
|
|
1167
1167
|
placeholder: {},
|
|
@@ -1176,7 +1176,7 @@ const Wa = /* @__PURE__ */ ue(Ka, [["render", Ga]]), Ua = { class: "drop-zone-ad
|
|
|
1176
1176
|
modelValue: { default: "" },
|
|
1177
1177
|
modelModifiers: {}
|
|
1178
1178
|
}),
|
|
1179
|
-
emits: /* @__PURE__ */
|
|
1179
|
+
emits: /* @__PURE__ */ $e(["suffixClick"], ["update:modelValue"]),
|
|
1180
1180
|
setup(t, { emit: e }) {
|
|
1181
1181
|
const i = dt(t, "modelValue"), n = lr(), r = e, s = N(() => t.type === "search"), a = N(() => {
|
|
1182
1182
|
if (i.value === "") return [];
|
|
@@ -1250,7 +1250,7 @@ const Wa = /* @__PURE__ */ ue(Ka, [["render", Ga]]), Ua = { class: "drop-zone-ad
|
|
|
1250
1250
|
})) : U("", !0)
|
|
1251
1251
|
], 2));
|
|
1252
1252
|
}
|
|
1253
|
-
}), pr = Symbol("mucRadioGroup"),
|
|
1253
|
+
}), pr = Symbol("mucRadioGroup"), xo = {
|
|
1254
1254
|
key: 0,
|
|
1255
1255
|
class: "m-radios__item"
|
|
1256
1256
|
}, Ro = ["id", "aria-describedby", "checked", "disabled"], Vo = ["for"], Bo = ["id"], Ho = /* @__PURE__ */ W({
|
|
@@ -1264,7 +1264,7 @@ const Wa = /* @__PURE__ */ ue(Ka, [["render", Ga]]), Ua = { class: "drop-zone-ad
|
|
|
1264
1264
|
},
|
|
1265
1265
|
setup(t) {
|
|
1266
1266
|
const e = Gt(pr), i = () => e == null ? void 0 : e.set(t.value), n = N(() => (e == null ? void 0 : e.modelValue.value) === t.value), r = N(() => t.disabled || (e == null ? void 0 : e.disabled.value)), s = N(() => (e == null ? void 0 : e.disabled) ?? !1);
|
|
1267
|
-
return (a, o) => s.value ? (S(), T("div",
|
|
1267
|
+
return (a, o) => s.value ? (S(), T("div", xo, [
|
|
1268
1268
|
b("input", {
|
|
1269
1269
|
id: "radio-" + a.id,
|
|
1270
1270
|
class: "m-radios__input",
|
|
@@ -1289,14 +1289,14 @@ const Wa = /* @__PURE__ */ ue(Ka, [["render", Ga]]), Ua = { class: "drop-zone-ad
|
|
|
1289
1289
|
}
|
|
1290
1290
|
}), Yo = { class: "m-form-group" }, Ko = { class: "m-radio-group" }, jo = { class: "m-radio-group__legend" }, Go = { class: "m-radio-group__heading" }, Wo = { class: "m-radios" }, Uo = /* @__PURE__ */ W({
|
|
1291
1291
|
__name: "MucRadioButtonGroup",
|
|
1292
|
-
props: /* @__PURE__ */
|
|
1292
|
+
props: /* @__PURE__ */ $e({
|
|
1293
1293
|
heading: {},
|
|
1294
1294
|
disabled: { type: Boolean, default: !1 }
|
|
1295
1295
|
}, {
|
|
1296
1296
|
modelValue: { type: [Boolean, String, Array, Object, Number, null] },
|
|
1297
1297
|
modelModifiers: {}
|
|
1298
1298
|
}),
|
|
1299
|
-
emits: /* @__PURE__ */
|
|
1299
|
+
emits: /* @__PURE__ */ $e(["change"], ["update:modelValue"]),
|
|
1300
1300
|
setup(t, { emit: e }) {
|
|
1301
1301
|
const i = dt(t, "modelValue"), n = e;
|
|
1302
1302
|
return en(pr, {
|
|
@@ -1304,7 +1304,7 @@ const Wa = /* @__PURE__ */ ue(Ka, [["render", Ga]]), Ua = { class: "drop-zone-ad
|
|
|
1304
1304
|
n("change", r), i.value = r;
|
|
1305
1305
|
},
|
|
1306
1306
|
modelValue: i,
|
|
1307
|
-
disabled:
|
|
1307
|
+
disabled: xi(Ri(() => t.disabled))
|
|
1308
1308
|
}), (r, s) => (S(), T("div", Yo, [
|
|
1309
1309
|
b("fieldset", Ko, [
|
|
1310
1310
|
b("legend", jo, [
|
|
@@ -1317,7 +1317,7 @@ const Wa = /* @__PURE__ */ ue(Ka, [["render", Ga]]), Ua = { class: "drop-zone-ad
|
|
|
1317
1317
|
]));
|
|
1318
1318
|
}
|
|
1319
1319
|
});
|
|
1320
|
-
/*! choices.js v11.0
|
|
1320
|
+
/*! choices.js v11.1.0 | © 2025 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
|
|
1321
1321
|
var Bi = function(t, e) {
|
|
1322
1322
|
return Bi = Object.setPrototypeOf || {
|
|
1323
1323
|
__proto__: []
|
|
@@ -1841,8 +1841,9 @@ var se = {
|
|
|
1841
1841
|
score: 0,
|
|
1842
1842
|
rank: 0,
|
|
1843
1843
|
value: i.value,
|
|
1844
|
-
|
|
1845
|
-
//
|
|
1844
|
+
// https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option
|
|
1845
|
+
// This attribute is text for the label indicating the meaning of the option. If the `label` attribute isn't defined, its value is that of the element text content (ie `innerText`).
|
|
1846
|
+
label: i.label,
|
|
1846
1847
|
element: i,
|
|
1847
1848
|
active: !0,
|
|
1848
1849
|
// this returns true if nothing is selected on initial load, which will break placeholder support
|
|
@@ -1966,7 +1967,7 @@ var se = {
|
|
|
1966
1967
|
callbackOnCreateTemplates: null,
|
|
1967
1968
|
classNames: yl,
|
|
1968
1969
|
appendGroupInSearch: !1
|
|
1969
|
-
},
|
|
1970
|
+
}, $n = function(t) {
|
|
1970
1971
|
var e = t.itemEl;
|
|
1971
1972
|
e && (e.remove(), t.itemEl = void 0);
|
|
1972
1973
|
};
|
|
@@ -1987,13 +1988,13 @@ function bl(t, e, i) {
|
|
|
1987
1988
|
var a = s.parentElement;
|
|
1988
1989
|
a && Er(a) && a.type === qe.SelectOne && (a.value = "");
|
|
1989
1990
|
}
|
|
1990
|
-
|
|
1991
|
+
$n(e.item), n = n.filter(function(u) {
|
|
1991
1992
|
return u.id !== e.item.id;
|
|
1992
1993
|
});
|
|
1993
1994
|
break;
|
|
1994
1995
|
}
|
|
1995
1996
|
case se.REMOVE_CHOICE: {
|
|
1996
|
-
|
|
1997
|
+
$n(e.choice), n = n.filter(function(c) {
|
|
1997
1998
|
return c.id !== e.choice.id;
|
|
1998
1999
|
});
|
|
1999
2000
|
break;
|
|
@@ -2077,7 +2078,7 @@ function Sl(t, e, i) {
|
|
|
2077
2078
|
}
|
|
2078
2079
|
return { state: n, update: r };
|
|
2079
2080
|
}
|
|
2080
|
-
var
|
|
2081
|
+
var xn = {
|
|
2081
2082
|
groups: El,
|
|
2082
2083
|
items: bl,
|
|
2083
2084
|
choices: Sl
|
|
@@ -2114,8 +2115,8 @@ var $n = {
|
|
|
2114
2115
|
return this._listeners.push(e), this;
|
|
2115
2116
|
}, t.prototype.dispatch = function(e) {
|
|
2116
2117
|
var i = this, n = this._state, r = !1, s = this._changeSet || this.changeSet(!1);
|
|
2117
|
-
Object.keys(
|
|
2118
|
-
var o =
|
|
2118
|
+
Object.keys(xn).forEach(function(a) {
|
|
2119
|
+
var o = xn[a](n[a], e, i._context);
|
|
2119
2120
|
o.update && (r = !0, s[a] = !0, n[a] = o.state);
|
|
2120
2121
|
}), r && (this._txn ? this._changeSet = s : this._listeners.forEach(function(a) {
|
|
2121
2122
|
return a(s);
|
|
@@ -2314,7 +2315,7 @@ function Ar(t) {
|
|
|
2314
2315
|
return t == null ? t === void 0 ? "[object Undefined]" : "[object Null]" : Object.prototype.toString.call(t);
|
|
2315
2316
|
}
|
|
2316
2317
|
const kl = "Incorrect 'index' type", Ll = (t) => `Invalid value for key ${t}`, Nl = (t) => `Pattern length exceeds max of ${t}.`, Pl = (t) => `Missing ${t} property in key`, Fl = (t) => `Property 'weight' in key '${t}' must be a positive integer`, Vn = Object.prototype.hasOwnProperty;
|
|
2317
|
-
class
|
|
2318
|
+
class $l {
|
|
2318
2319
|
constructor(e) {
|
|
2319
2320
|
this._keys = [], this._keyMap = {};
|
|
2320
2321
|
let i = 0;
|
|
@@ -2361,7 +2362,7 @@ function Bn(t) {
|
|
|
2361
2362
|
function Hi(t) {
|
|
2362
2363
|
return Ge(t) ? t.join(".") : t;
|
|
2363
2364
|
}
|
|
2364
|
-
function
|
|
2365
|
+
function xl(t, e) {
|
|
2365
2366
|
let i = [], n = !1;
|
|
2366
2367
|
const r = (s, a, o) => {
|
|
2367
2368
|
if (Ce(s))
|
|
@@ -2422,7 +2423,7 @@ const Rl = {
|
|
|
2422
2423
|
useExtendedSearch: !1,
|
|
2423
2424
|
// The get function to use when fetching an object's properties.
|
|
2424
2425
|
// The default will search nested paths *ie foo.bar.baz*
|
|
2425
|
-
getFn:
|
|
2426
|
+
getFn: xl,
|
|
2426
2427
|
// When `true`, search will ignore `location` and `distance`, so it won't matter
|
|
2427
2428
|
// where in the string the pattern appears.
|
|
2428
2429
|
// More info: https://fusejs.io/concepts/scoring-theory.html#fuzziness-score
|
|
@@ -2642,9 +2643,9 @@ function Wl(t, e, i, {
|
|
|
2642
2643
|
ignoreLocation: c
|
|
2643
2644
|
}) <= m ? O = V : P = V, V = Math.floor((P - O) / 2 + O);
|
|
2644
2645
|
P = V;
|
|
2645
|
-
let
|
|
2646
|
+
let x = Math.max(1, f - V + 1), w = a ? d : Math.min(f + V, d) + u, M = Array(w + 2);
|
|
2646
2647
|
M[w + 1] = (1 << E) - 1;
|
|
2647
|
-
for (let F = w; F >=
|
|
2648
|
+
for (let F = w; F >= x; F -= 1) {
|
|
2648
2649
|
let H = F - 1, Q = i[t.charAt(H)];
|
|
2649
2650
|
if (v && (y[H] = +!!Q), M[F] = (M[F + 1] << 1 | 1) & Q, E && (M[F] |= (g[F + 1] | g[F]) << 1 | 1 | g[F + 1]), M[F] & L && (_ = ii(e, {
|
|
2650
2651
|
errors: E,
|
|
@@ -2655,7 +2656,7 @@ function Wl(t, e, i, {
|
|
|
2655
2656
|
}), _ <= m)) {
|
|
2656
2657
|
if (m = _, h = H, h <= f)
|
|
2657
2658
|
break;
|
|
2658
|
-
|
|
2659
|
+
x = Math.max(1, 2 * f - h);
|
|
2659
2660
|
}
|
|
2660
2661
|
}
|
|
2661
2662
|
if (ii(e, {
|
|
@@ -3190,7 +3191,7 @@ function dc(t, e, {
|
|
|
3190
3191
|
}
|
|
3191
3192
|
class Ct {
|
|
3192
3193
|
constructor(e, i = {}, n) {
|
|
3193
|
-
this.options = mt(mt({}, B), i), this.options.useExtendedSearch, this._keyStore = new
|
|
3194
|
+
this.options = mt(mt({}, B), i), this.options.useExtendedSearch, this._keyStore = new $l(this.options.keys), this.setCollection(e, n);
|
|
3194
3195
|
}
|
|
3195
3196
|
setCollection(e, i) {
|
|
3196
3197
|
if (this._docs = e, i && !(i instanceof rn))
|
|
@@ -3491,7 +3492,7 @@ var vc = function(t) {
|
|
|
3491
3492
|
},
|
|
3492
3493
|
input: function(t, e) {
|
|
3493
3494
|
var i = t.classNames, n = i.input, r = i.inputCloned, s = t.labelId, a = document.createElement("input");
|
|
3494
|
-
return a.type = "search", j(a, n), j(a, r), a.autocomplete = "off", a.autocapitalize = "off", a.spellcheck = !1, a.setAttribute("
|
|
3495
|
+
return a.type = "search", j(a, n), j(a, r), a.autocomplete = "off", a.autocapitalize = "off", a.spellcheck = !1, a.setAttribute("aria-autocomplete", "list"), e ? a.setAttribute("aria-label", e) : s || jn(this._docRoot, this.passedElement.element.id, a), a;
|
|
3495
3496
|
},
|
|
3496
3497
|
dropdown: function(t) {
|
|
3497
3498
|
var e = t.classNames, i = e.list, n = e.listDropdown, r = document.createElement("div");
|
|
@@ -4265,7 +4266,7 @@ var vc = function(t) {
|
|
|
4265
4266
|
if (!this.initialisedOK)
|
|
4266
4267
|
throw new TypeError("".concat(e, " called for an element which has multiple instances of Choices initialised on it"));
|
|
4267
4268
|
} else throw new TypeError("".concat(e, " called on a non-initialised instance of Choices"));
|
|
4268
|
-
}, t.version = "11.0
|
|
4269
|
+
}, t.version = "11.1.0", t;
|
|
4269
4270
|
}()
|
|
4270
4271
|
);
|
|
4271
4272
|
const yc = {
|
|
@@ -4273,7 +4274,7 @@ const yc = {
|
|
|
4273
4274
|
ref: "selectComponent"
|
|
4274
4275
|
}, bc = ["for"], Ec = ["id"], Sc = ["id", "aria-describedby", "multiple"], Cc = /* @__PURE__ */ W({
|
|
4275
4276
|
__name: "MucSelect",
|
|
4276
|
-
props: /* @__PURE__ */
|
|
4277
|
+
props: /* @__PURE__ */ $e({
|
|
4277
4278
|
id: {},
|
|
4278
4279
|
items: {},
|
|
4279
4280
|
label: {},
|
|
@@ -4430,7 +4431,7 @@ const yc = {
|
|
|
4430
4431
|
}
|
|
4431
4432
|
}), Ac = ["for"], wc = ["id"], Ic = { class: "m-input-wrapper" }, Mc = ["id", "aria-describedby", "rows", "placeholder"], Tc = /* @__PURE__ */ W({
|
|
4432
4433
|
__name: "MucTextArea",
|
|
4433
|
-
props: /* @__PURE__ */
|
|
4434
|
+
props: /* @__PURE__ */ $e({
|
|
4434
4435
|
id: {},
|
|
4435
4436
|
errorMsg: {},
|
|
4436
4437
|
rows: { default: 3 },
|
|
@@ -4489,7 +4490,7 @@ const yc = {
|
|
|
4489
4490
|
}, Dc = { class: "container" }, kc = { class: "muc-intro-content" }, Lc = {
|
|
4490
4491
|
key: 0,
|
|
4491
4492
|
class: "m-intro-vertical__tagline"
|
|
4492
|
-
}, Nc = { class: "m-intro-vertical__title" }, Pc = { class: "m-intro-vertical__content" }, Fc = { style: { "padding-bottom": "32px" } },
|
|
4493
|
+
}, Nc = { class: "m-intro-vertical__title" }, Pc = { class: "m-intro-vertical__content" }, Fc = { style: { "padding-bottom": "32px" } }, $c = /* @__PURE__ */ W({
|
|
4493
4494
|
__name: "MucIntro",
|
|
4494
4495
|
props: {
|
|
4495
4496
|
title: {},
|
|
@@ -4514,7 +4515,7 @@ const yc = {
|
|
|
4514
4515
|
])
|
|
4515
4516
|
]));
|
|
4516
4517
|
}
|
|
4517
|
-
}),
|
|
4518
|
+
}), xc = /* @__PURE__ */ ue($c, [["__scopeId", "data-v-d2f80b77"]]), Rc = ["width", "height"], Vc = {
|
|
4518
4519
|
x: "100",
|
|
4519
4520
|
y: "108",
|
|
4520
4521
|
"text-anchor": "middle",
|
|
@@ -4614,7 +4615,7 @@ function Ye(t, e, i) {
|
|
|
4614
4615
|
n && t.classList[i ? "add" : "remove"](n);
|
|
4615
4616
|
});
|
|
4616
4617
|
}
|
|
4617
|
-
function
|
|
4618
|
+
function xe(t, e) {
|
|
4618
4619
|
Ye(t, Ze(e) ? e.split(" ") : e, !0);
|
|
4619
4620
|
}
|
|
4620
4621
|
function qt(t, e) {
|
|
@@ -4679,7 +4680,7 @@ function G(t, e, i) {
|
|
|
4679
4680
|
}
|
|
4680
4681
|
function gt(t, e, i) {
|
|
4681
4682
|
var n = document.createElement(t);
|
|
4682
|
-
return e && (Ze(e) ?
|
|
4683
|
+
return e && (Ze(e) ? xe(n, e) : G(n, e)), i && qt(i, n), n;
|
|
4683
4684
|
}
|
|
4684
4685
|
function Te(t, e, i) {
|
|
4685
4686
|
if (Ut(i))
|
|
@@ -4708,13 +4709,13 @@ function ct(t) {
|
|
|
4708
4709
|
e && e.parentNode && e.parentNode.removeChild(e);
|
|
4709
4710
|
});
|
|
4710
4711
|
}
|
|
4711
|
-
function
|
|
4712
|
+
function $r(t) {
|
|
4712
4713
|
return Xt(new DOMParser().parseFromString(t, "text/html").body);
|
|
4713
4714
|
}
|
|
4714
4715
|
function He(t, e) {
|
|
4715
4716
|
t.preventDefault(), e && (t.stopPropagation(), t.stopImmediatePropagation());
|
|
4716
4717
|
}
|
|
4717
|
-
function
|
|
4718
|
+
function xr(t, e) {
|
|
4718
4719
|
return t && t.querySelector(e);
|
|
4719
4720
|
}
|
|
4720
4721
|
function cn(t, e) {
|
|
@@ -4730,7 +4731,7 @@ function st(t) {
|
|
|
4730
4731
|
return Ze(t) ? t : t ? t + "px" : "";
|
|
4731
4732
|
}
|
|
4732
4733
|
var Jt = "splide", un = "data-" + Jt;
|
|
4733
|
-
function
|
|
4734
|
+
function $t(t, e) {
|
|
4734
4735
|
if (!t)
|
|
4735
4736
|
throw new Error("[" + Jt + "] " + (e || ""));
|
|
4736
4737
|
}
|
|
@@ -4959,7 +4960,7 @@ function lu(t, e) {
|
|
|
4959
4960
|
i = i.parentElement;
|
|
4960
4961
|
return i;
|
|
4961
4962
|
}
|
|
4962
|
-
var cu = 5, nr = 200, hs = "touchstart mousedown", Fi = "touchmove mousemove",
|
|
4963
|
+
var cu = 5, nr = 200, hs = "touchstart mousedown", Fi = "touchmove mousemove", $i = "touchend touchcancel mouseup click";
|
|
4963
4964
|
function uu(t, e, i) {
|
|
4964
4965
|
var n = re(t), r = n.on, s = n.bind, a = t.root, o = i.i18n, l = {}, c = [], u = [], d = [], f, m, h;
|
|
4965
4966
|
function v() {
|
|
@@ -4979,10 +4980,10 @@ function uu(t, e, i) {
|
|
|
4979
4980
|
We(c), Ke(a, u), Ke(f, d), Re([f, m], O), Re(a, E ? O : ["style", jt]);
|
|
4980
4981
|
}
|
|
4981
4982
|
function g() {
|
|
4982
|
-
Ke(a, u), Ke(f, d), u = C(Pi), d = C(ir),
|
|
4983
|
+
Ke(a, u), Ke(f, d), u = C(Pi), d = C(ir), xe(a, u), xe(f, d), G(a, we, i.label), G(a, _n, i.labelledby);
|
|
4983
4984
|
}
|
|
4984
4985
|
function _() {
|
|
4985
|
-
f = L("." + ir), m = Xt(f, "." + Zc),
|
|
4986
|
+
f = L("." + ir), m = Xt(f, "." + Zc), $t(f && m, "A track/list element is missing."), si(c, Pr(m, "." + Ii + ":not(." + rs + ")")), lt({
|
|
4986
4987
|
arrows: En,
|
|
4987
4988
|
pagination: Ti,
|
|
4988
4989
|
prev: ss,
|
|
@@ -5003,7 +5004,7 @@ function uu(t, e, i) {
|
|
|
5003
5004
|
a.id = E, f.id = f.id || E + "-track", m.id = m.id || E + "-list", !Oe(a, je) && a.tagName !== "SECTION" && O && G(a, je, O), G(a, jt, o.carousel), G(m, je, "presentation");
|
|
5004
5005
|
}
|
|
5005
5006
|
function L(E) {
|
|
5006
|
-
var O =
|
|
5007
|
+
var O = xr(a, E);
|
|
5007
5008
|
return O && lu(O, "." + Pi) === a ? O : void 0;
|
|
5008
5009
|
}
|
|
5009
5010
|
function C(E) {
|
|
@@ -5022,19 +5023,19 @@ function du(t, e, i, n) {
|
|
|
5022
5023
|
_ || (n.id = c.id + "-slide" + dn(e + 1), G(n, je, h ? "tabpanel" : "group"), G(n, jt, m.slide), G(n, we, g || Xi(m.slideLabel, [e + 1, t.length]))), E();
|
|
5023
5024
|
}
|
|
5024
5025
|
function E() {
|
|
5025
|
-
o(n, "click", Z(a, hn, K)), o(n, "keydown", Z(a, Zr, K)), s([wt, Qr, ht], w), s(vn, V), f && s(Ue,
|
|
5026
|
+
o(n, "click", Z(a, hn, K)), o(n, "keydown", Z(a, Zr, K)), s([wt, Qr, ht], w), s(vn, V), f && s(Ue, x);
|
|
5026
5027
|
}
|
|
5027
5028
|
function O() {
|
|
5028
5029
|
L = !0, r.destroy(), Ke(n, au), Re(n, bn), G(n, "style", p), G(n, we, g || "");
|
|
5029
5030
|
}
|
|
5030
5031
|
function V() {
|
|
5031
5032
|
var R = t.splides.map(function(I) {
|
|
5032
|
-
var
|
|
5033
|
-
return
|
|
5033
|
+
var $ = I.splide.Components.Slides.getAt(e);
|
|
5034
|
+
return $ ? $.slide.id : "";
|
|
5034
5035
|
}).join(" ");
|
|
5035
5036
|
G(n, we, Xi(m.slideX, (_ ? i : e) + 1)), G(n, Zt, R), G(n, je, v ? "button" : ""), v && Re(n, jt);
|
|
5036
5037
|
}
|
|
5037
|
-
function
|
|
5038
|
+
function x() {
|
|
5038
5039
|
L || w();
|
|
5039
5040
|
}
|
|
5040
5041
|
function w() {
|
|
@@ -5050,12 +5051,12 @@ function du(t, e, i, n) {
|
|
|
5050
5051
|
function D() {
|
|
5051
5052
|
var R = Q(), I = !R && (!H() || _);
|
|
5052
5053
|
if (t.state.is([At, Wt]) || G(n, ns, I || ""), G(cn(n, u.focusableNodes || ""), _t, I ? -1 : ""), v && G(n, _t, I ? -1 : 0), R !== zn(n, Ji) && (Ye(n, Ji, R), a(R ? Yr : Kr, K)), !R && document.activeElement === n) {
|
|
5053
|
-
var
|
|
5054
|
-
|
|
5054
|
+
var $ = l.Slides.getAt(t.index);
|
|
5055
|
+
$ && Fr($.slide);
|
|
5055
5056
|
}
|
|
5056
5057
|
}
|
|
5057
|
-
function F(R, I,
|
|
5058
|
-
Te(
|
|
5058
|
+
function F(R, I, $) {
|
|
5059
|
+
Te($ && P || n, R, I);
|
|
5059
5060
|
}
|
|
5060
5061
|
function H() {
|
|
5061
5062
|
var R = t.index;
|
|
@@ -5064,12 +5065,12 @@ function du(t, e, i, n) {
|
|
|
5064
5065
|
function Q() {
|
|
5065
5066
|
if (t.is(Qt))
|
|
5066
5067
|
return H();
|
|
5067
|
-
var R = Ae(l.Elements.track), I = Ae(n),
|
|
5068
|
-
return hi(R[
|
|
5068
|
+
var R = Ae(l.Elements.track), I = Ae(n), $ = y("left", !0), z = y("right", !0);
|
|
5069
|
+
return hi(R[$]) <= Kt(I[$]) && hi(I[z]) <= Kt(R[z]);
|
|
5069
5070
|
}
|
|
5070
5071
|
function te(R, I) {
|
|
5071
|
-
var
|
|
5072
|
-
return !_ && (u.rewind || t.is(It)) && (
|
|
5072
|
+
var $ = Se(R - e);
|
|
5073
|
+
return !_ && (u.rewind || t.is(It)) && ($ = Qe($, t.length - $)), $ <= I;
|
|
5073
5074
|
}
|
|
5074
5075
|
var K = {
|
|
5075
5076
|
index: e,
|
|
@@ -5127,9 +5128,9 @@ function hu(t, e, i) {
|
|
|
5127
5128
|
}
|
|
5128
5129
|
function _(w, M) {
|
|
5129
5130
|
Me(w, function(D) {
|
|
5130
|
-
if (Ze(D) && (D =
|
|
5131
|
+
if (Ze(D) && (D = $r(D)), Nr(D)) {
|
|
5131
5132
|
var F = l[M];
|
|
5132
|
-
F ? ln(D, F) : qt(c, D),
|
|
5133
|
+
F ? ln(D, F) : qt(c, D), xe(D, i.classes.slide), O(D, Z(s, Et));
|
|
5133
5134
|
}
|
|
5134
5135
|
}), s(oe);
|
|
5135
5136
|
}
|
|
@@ -5162,7 +5163,7 @@ function hu(t, e, i) {
|
|
|
5162
5163
|
function V(w) {
|
|
5163
5164
|
return w ? l.length : u.length;
|
|
5164
5165
|
}
|
|
5165
|
-
function
|
|
5166
|
+
function x() {
|
|
5166
5167
|
return u.length > i.perPage;
|
|
5167
5168
|
}
|
|
5168
5169
|
return {
|
|
@@ -5179,7 +5180,7 @@ function hu(t, e, i) {
|
|
|
5179
5180
|
filter: C,
|
|
5180
5181
|
style: E,
|
|
5181
5182
|
getLength: V,
|
|
5182
|
-
isEnough:
|
|
5183
|
+
isEnough: x
|
|
5183
5184
|
};
|
|
5184
5185
|
}
|
|
5185
5186
|
function fu(t, e, i) {
|
|
@@ -5200,18 +5201,18 @@ function fu(t, e, i) {
|
|
|
5200
5201
|
}
|
|
5201
5202
|
function C() {
|
|
5202
5203
|
var K = "";
|
|
5203
|
-
return v && (K = E(),
|
|
5204
|
+
return v && (K = E(), $t(K, "height or heightRatio is missing."), K = "calc(" + K + " - " + L(!1) + " - " + L(!0) + ")"), K;
|
|
5204
5205
|
}
|
|
5205
5206
|
function E() {
|
|
5206
5207
|
return st(i.height || Ae(f).width * i.heightRatio);
|
|
5207
5208
|
}
|
|
5208
5209
|
function O() {
|
|
5209
|
-
return i.autoWidth ? null : st(i.fixedWidth) || (v ? "" :
|
|
5210
|
+
return i.autoWidth ? null : st(i.fixedWidth) || (v ? "" : x());
|
|
5210
5211
|
}
|
|
5211
5212
|
function V() {
|
|
5212
|
-
return st(i.fixedHeight) || (v ? i.autoHeight ? null :
|
|
5213
|
+
return st(i.fixedHeight) || (v ? i.autoHeight ? null : x() : E());
|
|
5213
5214
|
}
|
|
5214
|
-
function
|
|
5215
|
+
function x() {
|
|
5215
5216
|
var K = st(i.gap);
|
|
5216
5217
|
return "calc((100%" + (K && " + " + K) + ")/" + (i.perPage || 1) + (K && " - " + K) + ")";
|
|
5217
5218
|
}
|
|
@@ -5225,8 +5226,8 @@ function fu(t, e, i) {
|
|
|
5225
5226
|
function D(K, R) {
|
|
5226
5227
|
var I = m(K);
|
|
5227
5228
|
if (I) {
|
|
5228
|
-
var
|
|
5229
|
-
return Se(
|
|
5229
|
+
var $ = Ae(I.slide)[l("right")], z = Ae(f)[l("left")];
|
|
5230
|
+
return Se($ - z) + (R ? 0 : H());
|
|
5230
5231
|
}
|
|
5231
5232
|
return 0;
|
|
5232
5233
|
}
|
|
@@ -5283,7 +5284,7 @@ function mu(t, e, i) {
|
|
|
5283
5284
|
}
|
|
5284
5285
|
function v(p, g) {
|
|
5285
5286
|
var _ = p.cloneNode(!0);
|
|
5286
|
-
return
|
|
5287
|
+
return xe(_, i.classes.clone), _.id = t.root.id + "-clone" + dn(g + 1), _;
|
|
5287
5288
|
}
|
|
5288
5289
|
function y() {
|
|
5289
5290
|
var p = i.clones;
|
|
@@ -5308,37 +5309,37 @@ function pu(t, e, i) {
|
|
|
5308
5309
|
function L() {
|
|
5309
5310
|
e.Controller.isBusy() || (e.Scroll.cancel(), E(t.index), e.Slides.update());
|
|
5310
5311
|
}
|
|
5311
|
-
function C(I,
|
|
5312
|
-
I !==
|
|
5313
|
-
a(bt), s(wt,
|
|
5312
|
+
function C(I, $, z, ve) {
|
|
5313
|
+
I !== $ && K(I > z) && (w(), O(x(F(), I > z), !0)), a(At), s(Ue, $, z, I), _.start($, function() {
|
|
5314
|
+
a(bt), s(wt, $, z, I), ve && ve();
|
|
5314
5315
|
});
|
|
5315
5316
|
}
|
|
5316
5317
|
function E(I) {
|
|
5317
5318
|
O(D(I, !0));
|
|
5318
5319
|
}
|
|
5319
|
-
function O(I,
|
|
5320
|
+
function O(I, $) {
|
|
5320
5321
|
if (!t.is(Qt)) {
|
|
5321
|
-
var z =
|
|
5322
|
+
var z = $ ? I : V(I);
|
|
5322
5323
|
Te(p, "transform", "translate" + h("X") + "(" + z + "px)"), I !== z && s(Qr);
|
|
5323
5324
|
}
|
|
5324
5325
|
}
|
|
5325
5326
|
function V(I) {
|
|
5326
5327
|
if (t.is(It)) {
|
|
5327
|
-
var
|
|
5328
|
-
(ve || z) && (I =
|
|
5328
|
+
var $ = M(I), z = $ > e.Controller.getEnd(), ve = $ < 0;
|
|
5329
|
+
(ve || z) && (I = x(I, z));
|
|
5329
5330
|
}
|
|
5330
5331
|
return I;
|
|
5331
5332
|
}
|
|
5332
|
-
function
|
|
5333
|
-
var z = I - te(
|
|
5334
|
-
return I -= v(ve * (Kt(Se(z) / ve) || 1)) * (
|
|
5333
|
+
function x(I, $) {
|
|
5334
|
+
var z = I - te($), ve = f();
|
|
5335
|
+
return I -= v(ve * (Kt(Se(z) / ve) || 1)) * ($ ? 1 : -1), I;
|
|
5335
5336
|
}
|
|
5336
5337
|
function w() {
|
|
5337
5338
|
O(F(), !0), _.cancel();
|
|
5338
5339
|
}
|
|
5339
5340
|
function M(I) {
|
|
5340
|
-
for (var
|
|
5341
|
-
var ze =
|
|
5341
|
+
for (var $ = e.Slides.get(), z = 0, ve = 1 / 0, de = 0; de < $.length; de++) {
|
|
5342
|
+
var ze = $[de].index, A = Se(D(ze, !0) - I);
|
|
5342
5343
|
if (A <= ve)
|
|
5343
5344
|
ve = A, z = ze;
|
|
5344
5345
|
else
|
|
@@ -5346,9 +5347,9 @@ function pu(t, e, i) {
|
|
|
5346
5347
|
}
|
|
5347
5348
|
return z;
|
|
5348
5349
|
}
|
|
5349
|
-
function D(I,
|
|
5350
|
+
function D(I, $) {
|
|
5350
5351
|
var z = v(u(I - 1) - Q(I));
|
|
5351
|
-
return
|
|
5352
|
+
return $ ? H(z) : z;
|
|
5352
5353
|
}
|
|
5353
5354
|
function F() {
|
|
5354
5355
|
var I = h("left");
|
|
@@ -5358,19 +5359,19 @@ function pu(t, e, i) {
|
|
|
5358
5359
|
return i.trimSpace && t.is(St) && (I = ft(I, 0, v(f(!0) - d()))), I;
|
|
5359
5360
|
}
|
|
5360
5361
|
function Q(I) {
|
|
5361
|
-
var
|
|
5362
|
-
return
|
|
5362
|
+
var $ = i.focus;
|
|
5363
|
+
return $ === "center" ? (d() - l(I, !0)) / 2 : +$ * l(I) || 0;
|
|
5363
5364
|
}
|
|
5364
5365
|
function te(I) {
|
|
5365
5366
|
return D(I ? e.Controller.getEnd() : 0, !!i.trimSpace);
|
|
5366
5367
|
}
|
|
5367
5368
|
function K(I) {
|
|
5368
|
-
var
|
|
5369
|
-
return I ?
|
|
5369
|
+
var $ = v(x(F(), I));
|
|
5370
|
+
return I ? $ >= 0 : $ <= p[h("scrollWidth")] - Ae(g)[h("width")];
|
|
5370
5371
|
}
|
|
5371
|
-
function R(I,
|
|
5372
|
-
|
|
5373
|
-
var z = I !== !0 && v(
|
|
5372
|
+
function R(I, $) {
|
|
5373
|
+
$ = Ut($) ? F() : $;
|
|
5374
|
+
var z = I !== !0 && v($) < v(te(!1)), ve = I !== !1 && v($) > v(te(!0));
|
|
5374
5375
|
return z || ve;
|
|
5375
5376
|
}
|
|
5376
5377
|
return {
|
|
@@ -5378,7 +5379,7 @@ function pu(t, e, i) {
|
|
|
5378
5379
|
move: C,
|
|
5379
5380
|
jump: E,
|
|
5380
5381
|
translate: O,
|
|
5381
|
-
shift:
|
|
5382
|
+
shift: x,
|
|
5382
5383
|
cancel: w,
|
|
5383
5384
|
toIndex: M,
|
|
5384
5385
|
toPosition: D,
|
|
@@ -5391,14 +5392,14 @@ function pu(t, e, i) {
|
|
|
5391
5392
|
function gu(t, e, i) {
|
|
5392
5393
|
var n = re(t), r = n.on, s = n.emit, a = e.Move, o = a.getPosition, l = a.getLimit, c = a.toPosition, u = e.Slides, d = u.isEnough, f = u.getLength, m = i.omitEnd, h = t.is(It), v = t.is(St), y = Z(F, !1), p = Z(F, !0), g = i.start || 0, _, P = g, L, C, E;
|
|
5393
5394
|
function O() {
|
|
5394
|
-
V(), r([_e, oe, fi], V), r(yi,
|
|
5395
|
+
V(), r([_e, oe, fi], V), r(yi, x);
|
|
5395
5396
|
}
|
|
5396
5397
|
function V() {
|
|
5397
5398
|
L = f(!0), C = i.perMove, E = i.perPage, _ = K();
|
|
5398
5399
|
var A = ft(g, 0, m ? _ : L - 1);
|
|
5399
5400
|
A !== g && (g = A, a.reposition());
|
|
5400
5401
|
}
|
|
5401
|
-
function
|
|
5402
|
+
function x() {
|
|
5402
5403
|
_ !== K() && s(fi);
|
|
5403
5404
|
}
|
|
5404
5405
|
function w(A, J, ye) {
|
|
@@ -5457,7 +5458,7 @@ function gu(t, e, i) {
|
|
|
5457
5458
|
function I(A) {
|
|
5458
5459
|
return de() ? Qe(A, _) : hi((A >= _ ? L - 1 : A) / E);
|
|
5459
5460
|
}
|
|
5460
|
-
function
|
|
5461
|
+
function $(A) {
|
|
5461
5462
|
var J = a.toIndex(A);
|
|
5462
5463
|
return v ? ft(J, 0, _) : J;
|
|
5463
5464
|
}
|
|
@@ -5485,7 +5486,7 @@ function gu(t, e, i) {
|
|
|
5485
5486
|
getIndex: ve,
|
|
5486
5487
|
toIndex: R,
|
|
5487
5488
|
toPage: I,
|
|
5488
|
-
toDest:
|
|
5489
|
+
toDest: $,
|
|
5489
5490
|
hasFocus: de,
|
|
5490
5491
|
isBusy: ze
|
|
5491
5492
|
};
|
|
@@ -5504,7 +5505,7 @@ function bu(t, e, i) {
|
|
|
5504
5505
|
M && !(h && v) && V(), h && v && (Ht(g, {
|
|
5505
5506
|
prev: h,
|
|
5506
5507
|
next: v
|
|
5507
|
-
}), Yt(m, M ? "" : "none"),
|
|
5508
|
+
}), Yt(m, M ? "" : "none"), xe(m, p = En + "--" + i.direction), M && (E(), w(), G([h, v], Zt, f.id), a(Ur, h, v)));
|
|
5508
5509
|
}
|
|
5509
5510
|
function C() {
|
|
5510
5511
|
n.destroy(), Ke(m, p), y ? (ct(d ? [h, v] : m), h = v = null) : Re([h, v], bn);
|
|
@@ -5516,11 +5517,11 @@ function bu(t, e, i) {
|
|
|
5516
5517
|
u.go(M, !0);
|
|
5517
5518
|
}
|
|
5518
5519
|
function V() {
|
|
5519
|
-
m = d || gt("div", o.arrows), h =
|
|
5520
|
+
m = d || gt("div", o.arrows), h = x(!0), v = x(!1), y = !0, qt(m, [h, v]), !d && ln(m, f);
|
|
5520
5521
|
}
|
|
5521
|
-
function
|
|
5522
|
+
function x(M) {
|
|
5522
5523
|
var D = '<button class="' + o.arrow + " " + (M ? o.prev : o.next) + '" type="button"><svg xmlns="' + _u + '" viewBox="0 0 ' + ni + " " + ni + '" width="' + ni + '" height="' + ni + '" focusable="false"><path d="' + (i.arrowPath || yu) + '" />';
|
|
5523
|
-
return
|
|
5524
|
+
return $r(D);
|
|
5524
5525
|
}
|
|
5525
5526
|
function w() {
|
|
5526
5527
|
if (h && v) {
|
|
@@ -5563,12 +5564,12 @@ function Su(t, e, i) {
|
|
|
5563
5564
|
f && (Ye(f, ut, !y), G(f, we, i.i18n[y ? "play" : "pause"]));
|
|
5564
5565
|
}
|
|
5565
5566
|
function E(V) {
|
|
5566
|
-
var
|
|
5567
|
-
|
|
5567
|
+
var x = c.bar;
|
|
5568
|
+
x && Te(x, "width", V * 100 + "%"), a(Jr, V);
|
|
5568
5569
|
}
|
|
5569
5570
|
function O(V) {
|
|
5570
|
-
var
|
|
5571
|
-
o.set(
|
|
5571
|
+
var x = e.Slides.getAt(V);
|
|
5572
|
+
o.set(x && +Oe(x.slide, Eu) || i.interval);
|
|
5572
5573
|
}
|
|
5573
5574
|
return {
|
|
5574
5575
|
mount: p,
|
|
@@ -5603,20 +5604,20 @@ function Ou(t, e, i) {
|
|
|
5603
5604
|
function y() {
|
|
5604
5605
|
r(Ue, P), r([_e, oe], L);
|
|
5605
5606
|
}
|
|
5606
|
-
function p(E, O, V,
|
|
5607
|
+
function p(E, O, V, x, w) {
|
|
5607
5608
|
var M = l();
|
|
5608
5609
|
if (P(), V && (!f || !u())) {
|
|
5609
5610
|
var D = e.Layout.sliderSize(), F = qi(E) * D * hi(Se(E) / D) || 0;
|
|
5610
5611
|
E = o.toPosition(e.Controller.toDest(E % D)) + F;
|
|
5611
5612
|
}
|
|
5612
5613
|
var H = Rr(M, E, 1);
|
|
5613
|
-
v = 1, O = H ? 0 : O || di(Se(E - M) / Mu, Tu), h =
|
|
5614
|
+
v = 1, O = H ? 0 : O || di(Se(E - M) / Mu, Tu), h = x, m = Ei(O, g, Z(_, M, E, w), 1), a(Wt), s(bi), m.start();
|
|
5614
5615
|
}
|
|
5615
5616
|
function g() {
|
|
5616
5617
|
a(bt), h && h(), s(ht);
|
|
5617
5618
|
}
|
|
5618
|
-
function _(E, O, V,
|
|
5619
|
-
var w = l(), M = E + (O - E) * C(
|
|
5619
|
+
function _(E, O, V, x) {
|
|
5620
|
+
var w = l(), M = E + (O - E) * C(x), D = (M - w) * v;
|
|
5620
5621
|
d(w + D), f && !V && u() && (v *= Iu, Se(D) < Au && p(c(u(!0)), wu, !1, h, !0));
|
|
5621
5622
|
}
|
|
5622
5623
|
function P() {
|
|
@@ -5641,9 +5642,9 @@ var vt = {
|
|
|
5641
5642
|
capture: !0
|
|
5642
5643
|
};
|
|
5643
5644
|
function Du(t, e, i) {
|
|
5644
|
-
var n = re(t), r = n.on, s = n.emit, a = n.bind, o = n.unbind, l = t.state, c = e.Move, u = e.Scroll, d = e.Controller, f = e.Elements.track, m = e.Media.reduce, h = e.Direction, v = h.resolve, y = h.orient, p = c.getPosition, g = c.exceededLimit, _, P, L, C, E, O = !1, V,
|
|
5645
|
+
var n = re(t), r = n.on, s = n.emit, a = n.bind, o = n.unbind, l = t.state, c = e.Move, u = e.Scroll, d = e.Controller, f = e.Elements.track, m = e.Media.reduce, h = e.Direction, v = h.resolve, y = h.orient, p = c.getPosition, g = c.exceededLimit, _, P, L, C, E, O = !1, V, x, w;
|
|
5645
5646
|
function M() {
|
|
5646
|
-
a(f, Fi, Ui, vt), a(f,
|
|
5647
|
+
a(f, Fi, Ui, vt), a(f, $i, Ui, vt), a(f, hs, F, vt), a(f, "click", te, {
|
|
5647
5648
|
capture: !0
|
|
5648
5649
|
}), a(f, "dragstart", He), r([it, _e], D);
|
|
5649
5650
|
}
|
|
@@ -5652,9 +5653,9 @@ function Du(t, e, i) {
|
|
|
5652
5653
|
wn(!k), C = k === "free";
|
|
5653
5654
|
}
|
|
5654
5655
|
function F(k) {
|
|
5655
|
-
if (V = !1,
|
|
5656
|
+
if (V = !1, !x) {
|
|
5656
5657
|
var ee = ge(k);
|
|
5657
|
-
ae(k.target) && (ee || !k.button) && (d.isBusy() ? He(k, !0) : (w = ee ? f : window, E = l.is([At, Wt]), L = null, a(w, Fi, H, vt), a(w,
|
|
5658
|
+
ae(k.target) && (ee || !k.button) && (d.isBusy() ? He(k, !0) : (w = ee ? f : window, E = l.is([At, Wt]), L = null, a(w, Fi, H, vt), a(w, $i, Q, vt), c.cancel(), u.cancel(), K(k)));
|
|
5658
5659
|
}
|
|
5659
5660
|
}
|
|
5660
5661
|
function H(k) {
|
|
@@ -5663,13 +5664,13 @@ function Du(t, e, i) {
|
|
|
5663
5664
|
c.translate(_ + ye(de(k)));
|
|
5664
5665
|
var ee = ze(k) > nr, rt = O !== (O = g());
|
|
5665
5666
|
(ee || rt) && K(k), V = !0, s(Gr), He(k);
|
|
5666
|
-
} else
|
|
5667
|
+
} else $(k) && (E = I(k), He(k));
|
|
5667
5668
|
}
|
|
5668
5669
|
function Q(k) {
|
|
5669
|
-
l.is(ri) && (l.set(bt), s(Wr)), E && (R(k), He(k)), o(w, Fi, H), o(w,
|
|
5670
|
+
l.is(ri) && (l.set(bt), s(Wr)), E && (R(k), He(k)), o(w, Fi, H), o(w, $i, Q), E = !1;
|
|
5670
5671
|
}
|
|
5671
5672
|
function te(k) {
|
|
5672
|
-
|
|
5673
|
+
!x && V && He(k, !0);
|
|
5673
5674
|
}
|
|
5674
5675
|
function K(k) {
|
|
5675
5676
|
L = P, P = k, _ = p();
|
|
@@ -5682,7 +5683,7 @@ function Du(t, e, i) {
|
|
|
5682
5683
|
var ee = i.dragMinThreshold, rt = Rt(ee), Mt = rt && ee.mouse || 0, ps = (rt ? ee.touch : +ee) || 10;
|
|
5683
5684
|
return Se(de(k)) > (ge(k) ? ps : Mt);
|
|
5684
5685
|
}
|
|
5685
|
-
function
|
|
5686
|
+
function $(k) {
|
|
5686
5687
|
return Se(de(k)) > Se(de(k, !0));
|
|
5687
5688
|
}
|
|
5688
5689
|
function z(k) {
|
|
@@ -5722,7 +5723,7 @@ function Du(t, e, i) {
|
|
|
5722
5723
|
return E;
|
|
5723
5724
|
}
|
|
5724
5725
|
function wn(k) {
|
|
5725
|
-
|
|
5726
|
+
x = k;
|
|
5726
5727
|
}
|
|
5727
5728
|
return {
|
|
5728
5729
|
mount: M,
|
|
@@ -5774,7 +5775,7 @@ function Lu(t, e, i) {
|
|
|
5774
5775
|
disable: h
|
|
5775
5776
|
};
|
|
5776
5777
|
}
|
|
5777
|
-
var
|
|
5778
|
+
var xt = un + "-lazy", oi = xt + "-srcset", Nu = "[" + xt + "], [" + oi + "]";
|
|
5778
5779
|
function Pu(t, e, i) {
|
|
5779
5780
|
var n = re(t), r = n.on, s = n.off, a = n.bind, o = n.emit, l = i.lazyLoad === "sequential", c = [wt, ht], u = [];
|
|
5780
5781
|
function d() {
|
|
@@ -5786,7 +5787,7 @@ function Pu(t, e, i) {
|
|
|
5786
5787
|
function m() {
|
|
5787
5788
|
e.Slides.forEach(function(g) {
|
|
5788
5789
|
cn(g.slide, Nu).forEach(function(_) {
|
|
5789
|
-
var P = Oe(_,
|
|
5790
|
+
var P = Oe(_, xt), L = Oe(_, oi);
|
|
5790
5791
|
if (P !== _.src || L !== _.srcset) {
|
|
5791
5792
|
var C = i.classes.spinner, E = _.parentElement, O = Xt(E, "." + C) || gt("span", C, E);
|
|
5792
5793
|
u.push([_, g, O]), _.src || Yt(_, "none");
|
|
@@ -5802,7 +5803,7 @@ function Pu(t, e, i) {
|
|
|
5802
5803
|
}
|
|
5803
5804
|
function v(g) {
|
|
5804
5805
|
var _ = g[0];
|
|
5805
|
-
|
|
5806
|
+
xe(g[1].slide, Zi), a(_, "load error", Z(y, g)), G(_, "src", Oe(_, xt)), G(_, "srcset", Oe(_, oi)), Re(_, xt), Re(_, oi);
|
|
5806
5807
|
}
|
|
5807
5808
|
function y(g, _) {
|
|
5808
5809
|
var P = g[0], L = g[1];
|
|
@@ -5821,8 +5822,8 @@ function Fu(t, e, i) {
|
|
|
5821
5822
|
var n = re(t), r = n.on, s = n.emit, a = n.bind, o = e.Slides, l = e.Elements, c = e.Controller, u = c.hasFocus, d = c.getIndex, f = c.go, m = e.Direction.resolve, h = l.pagination, v = [], y, p;
|
|
5822
5823
|
function g() {
|
|
5823
5824
|
_(), r([_e, oe, fi], g);
|
|
5824
|
-
var
|
|
5825
|
-
h && Yt(h,
|
|
5825
|
+
var x = i.pagination;
|
|
5826
|
+
h && Yt(h, x ? "" : "none"), x && (r([Ue, bi, ht], V), P(), V(), s(qr, {
|
|
5826
5827
|
list: y,
|
|
5827
5828
|
items: v
|
|
5828
5829
|
}, O(t.index)));
|
|
@@ -5831,8 +5832,8 @@ function Fu(t, e, i) {
|
|
|
5831
5832
|
y && (ct(h ? tt(y.children) : y), Ke(y, p), We(v), y = null), n.destroy();
|
|
5832
5833
|
}
|
|
5833
5834
|
function P() {
|
|
5834
|
-
var
|
|
5835
|
-
y = h || gt("ul", w.pagination, l.track.parentElement),
|
|
5835
|
+
var x = t.length, w = i.classes, M = i.i18n, D = i.perPage, F = u() ? c.getEnd() + 1 : Kt(x / D);
|
|
5836
|
+
y = h || gt("ul", w.pagination, l.track.parentElement), xe(y, p = Ti + "--" + E()), G(y, je, "tablist"), G(y, we, M.select), G(y, yn, E() === wi ? "vertical" : "");
|
|
5836
5837
|
for (var H = 0; H < F; H++) {
|
|
5837
5838
|
var Q = gt("li", null, y), te = gt("button", {
|
|
5838
5839
|
class: w.page,
|
|
@@ -5847,35 +5848,35 @@ function Fu(t, e, i) {
|
|
|
5847
5848
|
});
|
|
5848
5849
|
}
|
|
5849
5850
|
}
|
|
5850
|
-
function L(
|
|
5851
|
-
f(">" +
|
|
5851
|
+
function L(x) {
|
|
5852
|
+
f(">" + x, !0);
|
|
5852
5853
|
}
|
|
5853
|
-
function C(
|
|
5854
|
+
function C(x, w) {
|
|
5854
5855
|
var M = v.length, D = Sn(w), F = E(), H = -1;
|
|
5855
|
-
D === m(Ai, !1, F) ? H =
|
|
5856
|
+
D === m(Ai, !1, F) ? H = ++x % M : D === m(Ci, !1, F) ? H = (--x + M) % M : D === "Home" ? H = 0 : D === "End" && (H = M - 1);
|
|
5856
5857
|
var Q = v[H];
|
|
5857
5858
|
Q && (Fr(Q.button), f(">" + H), He(w, !0));
|
|
5858
5859
|
}
|
|
5859
5860
|
function E() {
|
|
5860
5861
|
return i.paginationDirection || i.direction;
|
|
5861
5862
|
}
|
|
5862
|
-
function O(
|
|
5863
|
-
return v[c.toPage(
|
|
5863
|
+
function O(x) {
|
|
5864
|
+
return v[c.toPage(x)];
|
|
5864
5865
|
}
|
|
5865
5866
|
function V() {
|
|
5866
|
-
var
|
|
5867
|
-
if (
|
|
5868
|
-
var M =
|
|
5867
|
+
var x = O(d(!0)), w = O(d());
|
|
5868
|
+
if (x) {
|
|
5869
|
+
var M = x.button;
|
|
5869
5870
|
Ke(M, ut), Re(M, Zn), G(M, _t, -1);
|
|
5870
5871
|
}
|
|
5871
5872
|
if (w) {
|
|
5872
5873
|
var D = w.button;
|
|
5873
|
-
|
|
5874
|
+
xe(D, ut), G(D, Zn, !0), G(D, _t, "");
|
|
5874
5875
|
}
|
|
5875
5876
|
s(Xr, {
|
|
5876
5877
|
list: y,
|
|
5877
5878
|
items: v
|
|
5878
|
-
},
|
|
5879
|
+
}, x, w);
|
|
5879
5880
|
}
|
|
5880
5881
|
return {
|
|
5881
5882
|
items: v,
|
|
@@ -5885,8 +5886,8 @@ function Fu(t, e, i) {
|
|
|
5885
5886
|
update: V
|
|
5886
5887
|
};
|
|
5887
5888
|
}
|
|
5888
|
-
var
|
|
5889
|
-
function
|
|
5889
|
+
var $u = [" ", "Enter"];
|
|
5890
|
+
function xu(t, e, i) {
|
|
5890
5891
|
var n = i.isNavigation, r = i.slideFocus, s = [];
|
|
5891
5892
|
function a() {
|
|
5892
5893
|
t.splides.forEach(function(h) {
|
|
@@ -5918,7 +5919,7 @@ function $u(t, e, i) {
|
|
|
5918
5919
|
t.go(h.index);
|
|
5919
5920
|
}
|
|
5920
5921
|
function m(h, v) {
|
|
5921
|
-
on(
|
|
5922
|
+
on($u, Sn(v)) && (f(h), He(v));
|
|
5922
5923
|
}
|
|
5923
5924
|
return {
|
|
5924
5925
|
setup: Z(e.Media.set, {
|
|
@@ -5986,7 +5987,7 @@ var Hu = /* @__PURE__ */ Object.freeze({
|
|
|
5986
5987
|
Keyboard: Lu,
|
|
5987
5988
|
LazyLoad: Pu,
|
|
5988
5989
|
Pagination: Fu,
|
|
5989
|
-
Sync:
|
|
5990
|
+
Sync: xu,
|
|
5990
5991
|
Wheel: Ru,
|
|
5991
5992
|
Live: Bu
|
|
5992
5993
|
}), Yu = {
|
|
@@ -6080,22 +6081,22 @@ function Gu(t, e, i) {
|
|
|
6080
6081
|
var Wu = /* @__PURE__ */ function() {
|
|
6081
6082
|
function t(i, n) {
|
|
6082
6083
|
this.event = re(), this.Components = {}, this.state = Uc(pt), this.splides = [], this._o = {}, this._E = {};
|
|
6083
|
-
var r = Ze(i) ?
|
|
6084
|
-
|
|
6084
|
+
var r = Ze(i) ? xr(document, i) : i;
|
|
6085
|
+
$t(r, r + " is invalid."), this.root = r, n = Xe({
|
|
6085
6086
|
label: Oe(r, we) || "",
|
|
6086
6087
|
labelledby: Oe(r, _n) || ""
|
|
6087
6088
|
}, Ku, t.defaults, n || {});
|
|
6088
6089
|
try {
|
|
6089
6090
|
Xe(n, JSON.parse(Oe(r, un)));
|
|
6090
6091
|
} catch {
|
|
6091
|
-
|
|
6092
|
+
$t(!1, "Invalid JSON");
|
|
6092
6093
|
}
|
|
6093
6094
|
this._o = Object.create(Xe({}, n));
|
|
6094
6095
|
}
|
|
6095
6096
|
var e = t.prototype;
|
|
6096
6097
|
return e.mount = function(n, r) {
|
|
6097
6098
|
var s = this, a = this.state, o = this.Components;
|
|
6098
|
-
|
|
6099
|
+
$t(a.is([pt, ui]), "Already mounted!"), a.set(pt), this._C = o, this._T = r || this._T || (this.is(Qt) ? ju : Gu), this._E = n || this._E;
|
|
6099
6100
|
var l = Ht({}, Hu, this._E, {
|
|
6100
6101
|
Transition: this._T
|
|
6101
6102
|
});
|
|
@@ -6104,7 +6105,7 @@ var Wu = /* @__PURE__ */ function() {
|
|
|
6104
6105
|
o[u] = d, d.setup && d.setup();
|
|
6105
6106
|
}), lt(o, function(c) {
|
|
6106
6107
|
c.mount && c.mount();
|
|
6107
|
-
}), this.emit(it),
|
|
6108
|
+
}), this.emit(it), xe(this.root, su), a.set(bt), this.emit(Xn), this;
|
|
6108
6109
|
}, e.sync = function(n) {
|
|
6109
6110
|
return this.splides.push({
|
|
6110
6111
|
splide: n
|
|
@@ -6513,8 +6514,8 @@ const sd = /* @__PURE__ */ An(id, [["render", rd]]), ad = {
|
|
|
6513
6514
|
MucErrorList: Io,
|
|
6514
6515
|
MucFileDropzone: qa,
|
|
6515
6516
|
MucIcon: Ie,
|
|
6516
|
-
MucInput:
|
|
6517
|
-
MucIntro:
|
|
6517
|
+
MucInput: $o,
|
|
6518
|
+
MucIntro: xc,
|
|
6518
6519
|
MucLink: mr,
|
|
6519
6520
|
MucPercentageSpinner: Bc,
|
|
6520
6521
|
MucRadioButton: Ho,
|
|
@@ -6546,8 +6547,8 @@ export {
|
|
|
6546
6547
|
Io as MucErrorList,
|
|
6547
6548
|
qa as MucFileDropzone,
|
|
6548
6549
|
Ie as MucIcon,
|
|
6549
|
-
|
|
6550
|
-
|
|
6550
|
+
$o as MucInput,
|
|
6551
|
+
xc as MucIntro,
|
|
6551
6552
|
mr as MucLink,
|
|
6552
6553
|
Bc as MucPercentageSpinner,
|
|
6553
6554
|
Ho as MucRadioButton,
|
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": "5.
|
|
6
|
+
"version": "5.2.0",
|
|
7
7
|
"private": false,
|
|
8
8
|
"module": "./dist/muc-patternlab-vue.es.js",
|
|
9
9
|
"main": "./dist/index.d.ts",
|
|
@@ -46,17 +46,17 @@
|
|
|
46
46
|
"@rushstack/eslint-patch": "1.11.0",
|
|
47
47
|
"@semantic-release/git": "10.0.1",
|
|
48
48
|
"@semantic-release/github": "11.0.1",
|
|
49
|
-
"@storybook/addon-a11y": "8.6.
|
|
50
|
-
"@storybook/addon-essentials": "8.6.
|
|
51
|
-
"@storybook/addon-interactions": "8.6.
|
|
52
|
-
"@storybook/addon-links": "8.6.
|
|
53
|
-
"@storybook/blocks": "8.6.
|
|
54
|
-
"@storybook/test": "8.6.
|
|
55
|
-
"@storybook/vue3": "8.6.
|
|
56
|
-
"@storybook/vue3-vite": "8.6.
|
|
57
|
-
"@tsconfig/node20": "20.1.
|
|
49
|
+
"@storybook/addon-a11y": "8.6.12",
|
|
50
|
+
"@storybook/addon-essentials": "8.6.12",
|
|
51
|
+
"@storybook/addon-interactions": "8.6.12",
|
|
52
|
+
"@storybook/addon-links": "8.6.12",
|
|
53
|
+
"@storybook/blocks": "8.6.12",
|
|
54
|
+
"@storybook/test": "8.6.12",
|
|
55
|
+
"@storybook/vue3": "8.6.12",
|
|
56
|
+
"@storybook/vue3-vite": "8.6.12",
|
|
57
|
+
"@tsconfig/node20": "20.1.5",
|
|
58
58
|
"@types/jsdom": "21.1.7",
|
|
59
|
-
"@types/node": "22.
|
|
59
|
+
"@types/node": "22.14.0",
|
|
60
60
|
"@vitejs/plugin-vue": "5.2.3",
|
|
61
61
|
"@vue/eslint-config-prettier": "10.2.0",
|
|
62
62
|
"@vue/eslint-config-typescript": "13.0.0",
|
|
@@ -69,16 +69,16 @@
|
|
|
69
69
|
"rimraf": "6.0.1",
|
|
70
70
|
"semantic-release": "24.2.3",
|
|
71
71
|
"semantic-release-gitmoji": "1.6.8",
|
|
72
|
-
"storybook": "8.6.
|
|
73
|
-
"typescript": "5.8.
|
|
74
|
-
"vite": "5.4.
|
|
72
|
+
"storybook": "8.6.12",
|
|
73
|
+
"typescript": "5.8.3",
|
|
74
|
+
"vite": "5.4.18",
|
|
75
75
|
"vite-plugin-dts": "4.5.3",
|
|
76
76
|
"vitest": "2.1.9",
|
|
77
|
-
"vue-tsc": "2.2.
|
|
77
|
+
"vue-tsc": "2.2.10"
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
80
|
"@splidejs/vue-splide": "0.6.12",
|
|
81
|
-
"choices.js": "11.0
|
|
81
|
+
"choices.js": "11.1.0",
|
|
82
82
|
"patch-package": "8.0.0"
|
|
83
83
|
}
|
|
84
84
|
}
|