@muenchen/muc-patternlab-vue 8.0.0-beta.2 → 8.0.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.
@@ -1,8 +1,8 @@
1
- import { defineComponent as W, ref as se, openBlock as _, createElementBlock as C, createElementVNode as g, normalizeClass as J, toDisplayString as L, createCommentVNode as B, renderSlot as U, useAttrs as ba, computed as D, normalizeStyle as Ea, watch as Ze, onMounted as wt, onBeforeUnmount as en, createTextVNode as ue, createVNode as ae, unref as q, Fragment as we, createBlock as ee, inject as zt, withKeys as tn, renderList as Oe, useModel as ht, provide as nn, readonly as Ri, toRef as Vi, withCtx as ne, Transition as xi, mergeModels as Pe, useSlots as rn, createSlots as Sa, createStaticVNode as fr, onUpdated as vr, withModifiers as $t, withDirectives as mr, vModelDynamic as Ca, vModelText as wa, resolveComponent as Aa, resolveDynamicComponent as Ia, useTemplateRef as Ma } from "vue";
1
+ import { defineComponent as U, ref as se, openBlock as _, createElementBlock as C, createElementVNode as g, normalizeClass as J, toDisplayString as L, createCommentVNode as R, renderSlot as W, useAttrs as ba, computed as D, normalizeStyle as Ea, useSlots as gi, watch as Ze, onMounted as wt, onBeforeUnmount as tn, createTextVNode as ue, createVNode as ae, unref as q, Fragment as we, createBlock as ee, inject as zt, withKeys as nn, renderList as Oe, useModel as ht, provide as rn, readonly as Vi, toRef as Bi, withCtx as ne, Transition as Oi, mergeModels as Pe, createSlots as Sa, createStaticVNode as fr, onUpdated as vr, withModifiers as $t, withDirectives as mr, vModelDynamic as Ca, vModelText as wa, resolveComponent as Aa, resolveDynamicComponent as Ia, useTemplateRef as Ma } from "vue";
2
2
  const Ta = { class: "m-component m-component-accordion" }, Da = { class: "container" }, xa = {
3
3
  key: 0,
4
4
  class: "m-component__head"
5
- }, Oa = { class: "m-component__heading" }, ka = { class: "m-component__body" }, La = ["id"], $a = /* @__PURE__ */ W({
5
+ }, Oa = { class: "m-component__heading" }, ka = { class: "m-component__body" }, La = ["id"], $a = /* @__PURE__ */ U({
6
6
  __name: "MucAccordion",
7
7
  props: {
8
8
  id: {},
@@ -28,13 +28,13 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
28
28
  }, [
29
29
  e.header ? (_(), C("div", xa, [
30
30
  g("h2", Oa, L(e.header), 1)
31
- ])) : B("", !0),
31
+ ])) : R("", !0),
32
32
  g("div", ka, [
33
33
  g("div", {
34
34
  class: "m-accordion",
35
35
  id: e.id
36
36
  }, [
37
- U(r.$slots, "default", {
37
+ W(r.$slots, "default", {
38
38
  activeItems: t.value,
39
39
  onOpen: i,
40
40
  onClose: n
@@ -51,7 +51,7 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
51
51
  for (const [n, r] of t)
52
52
  i[n] = r;
53
53
  return i;
54
- }, Na = /* @__PURE__ */ he($a, [["__scopeId", "data-v-e6a3766f"]]), Pa = ["href"], pe = /* @__PURE__ */ W({
54
+ }, Na = /* @__PURE__ */ he($a, [["__scopeId", "data-v-e6a3766f"]]), Pa = ["href"], pe = /* @__PURE__ */ U({
55
55
  __name: "MucIcon",
56
56
  props: {
57
57
  icon: {},
@@ -69,7 +69,13 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
69
69
  }, null, 8, Pa)
70
70
  ], 6));
71
71
  }
72
- }), Fa = { class: "m-accordion__section" }, Ra = ["id"], Va = ["aria-expanded", "aria-controls"], Ba = ["id", "aria-labelledby"], Ha = { class: "m-textplus__content m-content" }, Ya = /* @__PURE__ */ W({
72
+ }), Fa = { class: "m-accordion__section" }, Ra = ["id"], Va = ["aria-expanded", "aria-controls"], Ba = {
73
+ key: 0,
74
+ class: "m-accordion__section-meta"
75
+ }, Ha = {
76
+ key: 0,
77
+ class: "m-accordion__meta-icon"
78
+ }, Ya = ["id", "aria-labelledby"], ja = { class: "m-textplus__content m-content" }, Ka = /* @__PURE__ */ U({
73
79
  __name: "MucAccordionItem",
74
80
  props: {
75
81
  id: {},
@@ -78,47 +84,55 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
78
84
  },
79
85
  emits: ["open", "close"],
80
86
  setup(e, { emit: t }) {
81
- const i = t, n = se(), r = se(!0), a = se(!1);
87
+ const i = t, n = gi(), r = se(), a = se(!0), s = se(!1);
82
88
  Ze(
83
89
  () => e.activeItems,
84
90
  () => {
85
- !e.activeItems.includes(e.id) && !r.value && n.value && (r.value = !0, n.value.style.height = n.value.scrollHeight + o() + "px", a.value = !0, setTimeout(() => {
86
- n.value && (n.value.style.height = "0");
91
+ !e.activeItems.includes(e.id) && !a.value && r.value && (a.value = !0, r.value.style.height = r.value.scrollHeight + l() + "px", s.value = !0, setTimeout(() => {
92
+ r.value && (r.value.style.height = "0");
87
93
  }, 0));
88
94
  }
89
95
  );
90
- const s = () => {
91
- n.value && (r.value = !r.value, r.value ? (n.value.style.height = n.value.scrollHeight + o() + "px", a.value = !0, i("close", e.id), setTimeout(() => {
92
- n.value && (n.value.style.height = "0");
93
- }, 0)) : (n.value.style.height = "0", a.value = !0, i("open", e.id), setTimeout(() => {
94
- n.value && (n.value.style.height = n.value.scrollHeight + "px");
96
+ const o = () => {
97
+ r.value && (a.value = !a.value, a.value ? (r.value.style.height = r.value.scrollHeight + l() + "px", s.value = !0, i("close", e.id), setTimeout(() => {
98
+ r.value && (r.value.style.height = "0");
99
+ }, 0)) : (r.value.style.height = "0", s.value = !0, i("open", e.id), setTimeout(() => {
100
+ r.value && (r.value.style.height = r.value.scrollHeight + "px");
95
101
  }, 0)));
96
- }, o = () => {
97
- if (n.value) {
98
- const c = window.getComputedStyle(n.value);
99
- return 1.5 * parseFloat(c.fontSize);
102
+ }, l = () => {
103
+ if (r.value) {
104
+ const h = window.getComputedStyle(r.value);
105
+ return 1.5 * parseFloat(h.fontSize);
100
106
  } else
101
107
  return 0;
102
- }, l = () => {
103
- a.value = !1, n.value && (n.value.style.height = "");
104
- };
108
+ }, c = () => {
109
+ s.value = !1, r.value && (r.value.style.height = "");
110
+ }, u = D(
111
+ () => !!n.subtitleIcon
112
+ ), d = D(() => !!n.subtitle);
105
113
  return wt(() => {
106
- n.value && (n.value.addEventListener("transitionend", l), e.activeItems.includes(e.id) && (r.value = !1));
107
- }), en(() => {
108
- n.value && n.value.removeEventListener("transitionend", l);
109
- }), (c, u) => (_(), C("div", Fa, [
114
+ r.value && (r.value.addEventListener("transitionend", c), e.activeItems.includes(e.id) && (a.value = !1));
115
+ }), tn(() => {
116
+ r.value && r.value.removeEventListener("transitionend", c);
117
+ }), (h, v) => (_(), C("div", Fa, [
110
118
  g("h3", {
111
119
  class: "m-accordion__section-header",
112
120
  id: "heading-" + e.id
113
121
  }, [
114
122
  g("button", {
115
- onClick: s,
116
- class: J(["m-accordion__section-button", { collapsed: r.value }]),
123
+ onClick: o,
124
+ class: J(["m-accordion__section-button", { collapsed: a.value }]),
117
125
  type: "button",
118
- "aria-expanded": !r.value,
126
+ "aria-expanded": !a.value,
119
127
  "aria-controls": "content-" + e.id
120
128
  }, [
121
129
  ue(L(e.header) + " ", 1),
130
+ u.value || d.value ? (_(), C("span", Ba, [
131
+ u.value ? (_(), C("span", Ha, [
132
+ W(h.$slots, "subtitleIcon")
133
+ ])) : R("", !0),
134
+ W(h.$slots, "subtitle")
135
+ ])) : R("", !0),
122
136
  ae(q(pe), {
123
137
  class: "m-accordion__indicator",
124
138
  icon: "chevron-down"
@@ -127,27 +141,25 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
127
141
  ], 8, Ra),
128
142
  g("section", {
129
143
  ref_key: "section",
130
- ref: n,
144
+ ref: r,
131
145
  id: "content-" + e.id,
132
146
  class: J(["m-accordion__section-content", {
133
- collapse: !a.value,
134
- collapsing: a.value,
135
- show: !r.value
147
+ collapse: !s.value,
148
+ collapsing: s.value,
149
+ show: !a.value
136
150
  }]),
137
151
  "aria-labelledby": "heading-" + e.id
138
152
  }, [
139
- g("div", Ha, [
140
- g("p", null, [
141
- U(c.$slots, "text")
142
- ])
153
+ g("div", ja, [
154
+ W(h.$slots, "content")
143
155
  ])
144
- ], 10, Ba)
156
+ ], 10, Ya)
145
157
  ]));
146
158
  }
147
- }), ja = ["role", "aria-label"], Ka = {
159
+ }), Ga = ["role", "aria-label"], za = {
148
160
  key: 1,
149
161
  class: "container-fluid"
150
- }, Ga = /* @__PURE__ */ W({
162
+ }, Wa = /* @__PURE__ */ U({
151
163
  __name: "MucBanner",
152
164
  props: {
153
165
  variant: {},
@@ -211,25 +223,25 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
211
223
  "aria-label": n.value
212
224
  }, [
213
225
  e.variant === "content" ? (_(), C(we, { key: 0 }, [
214
- e.noIcon ? B("", !0) : (_(), ee(q(pe), {
226
+ e.noIcon ? R("", !0) : (_(), ee(q(pe), {
215
227
  key: 0,
216
228
  icon: r.value
217
229
  }, null, 8, ["icon"])),
218
230
  g("p", null, [
219
- U(a.$slots, "default")
231
+ W(a.$slots, "default")
220
232
  ])
221
- ], 64)) : (_(), C("div", Ka, [
222
- e.noIcon ? B("", !0) : (_(), ee(q(pe), {
233
+ ], 64)) : (_(), C("div", za, [
234
+ e.noIcon ? R("", !0) : (_(), ee(q(pe), {
223
235
  key: 0,
224
236
  icon: r.value
225
237
  }, null, 8, ["icon"])),
226
238
  g("p", null, [
227
- U(a.$slots, "default")
239
+ W(a.$slots, "default")
228
240
  ])
229
241
  ]))
230
- ], 10, ja));
242
+ ], 10, Ga));
231
243
  }
232
- }), za = ["aria-disabled"], Wa = /* @__PURE__ */ W({
244
+ }), Ua = ["aria-disabled"], qa = /* @__PURE__ */ U({
233
245
  __name: "MucButton",
234
246
  props: {
235
247
  variant: { default: "primary" },
@@ -259,7 +271,7 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
259
271
  copied: n.value
260
272
  }])
261
273
  }, [
262
- e.iconShownLeft ? B("", !0) : U(a.$slots, "default", { key: 0 }, void 0, !0),
274
+ e.iconShownLeft ? R("", !0) : W(a.$slots, "default", { key: 0 }, void 0, !0),
263
275
  e.icon ? (_(), ee(q(pe), {
264
276
  key: 1,
265
277
  icon: e.icon,
@@ -268,11 +280,11 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
268
280
  "m-button__icon--before": e.iconShownLeft && e.variant != "icon",
269
281
  "no-left-margin": e.variant == "icon"
270
282
  }])
271
- }, null, 8, ["icon", "class"])) : B("", !0),
272
- e.iconShownLeft ? U(a.$slots, "default", { key: 2 }, void 0, !0) : B("", !0)
273
- ], 10, za));
283
+ }, null, 8, ["icon", "class"])) : R("", !0),
284
+ e.iconShownLeft ? W(a.$slots, "default", { key: 2 }, void 0, !0) : R("", !0)
285
+ ], 10, Ua));
274
286
  }
275
- }), Je = /* @__PURE__ */ he(Wa, [["__scopeId", "data-v-20d7ceb4"]]), ci = "de-DE", gr = 12, gi = /* @__PURE__ */ Symbol("mucCalendar"), kt = (e, t) => e.getDate() === t.getDate() && e.getMonth() === t.getMonth() && e.getFullYear() === t.getFullYear(), Bi = (e, t) => e > t, Nt = (e) => e !== null && e.from !== void 0 && e.to !== void 0, Ua = ["tabindex", "aria-label", "aria-disabled"], qa = /* @__PURE__ */ W({
287
+ }), Je = /* @__PURE__ */ he(qa, [["__scopeId", "data-v-20d7ceb4"]]), ci = "de-DE", gr = 12, pi = /* @__PURE__ */ Symbol("mucCalendar"), kt = (e, t) => e.getDate() === t.getDate() && e.getMonth() === t.getMonth() && e.getFullYear() === t.getFullYear(), Hi = (e, t) => e > t, Nt = (e) => e !== null && e.from !== void 0 && e.to !== void 0, Xa = ["tabindex", "aria-label", "aria-disabled"], Ja = /* @__PURE__ */ U({
276
288
  __name: "MucDayTile",
277
289
  props: {
278
290
  date: {},
@@ -280,7 +292,7 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
280
292
  },
281
293
  emits: ["click"],
282
294
  setup(e, { emit: t }) {
283
- const i = zt(gi), n = t, r = D(() => {
295
+ const i = zt(pi), n = t, r = D(() => {
284
296
  if (i?.selectedDate.value === null)
285
297
  return !1;
286
298
  if (i?.selectedDate.value instanceof Date)
@@ -293,7 +305,7 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
293
305
  const { from: c, to: u } = i.selectedDate.value;
294
306
  return c && kt(c, e.date) || u && kt(u, e.date);
295
307
  }
296
- }), a = D(() => i?.variant.value === "range" && Nt(i.selectedDate.value) ? i?.selectedDate.value.from !== null && i?.selectedDate.value.to !== null && Bi(e.date, i.selectedDate.value.from) && Bi(i.selectedDate.value.to, e.date) : !1), s = D(() => {
308
+ }), a = D(() => i?.variant.value === "range" && Nt(i.selectedDate.value) ? i?.selectedDate.value.from !== null && i?.selectedDate.value.to !== null && Hi(e.date, i.selectedDate.value.from) && Hi(i.selectedDate.value.to, e.date) : !1), s = D(() => {
297
309
  const c = i?.allowedDates(e.date) ? i.allowedDates(e.date) : !1, u = i?.minDate.value !== void 0 && (e.date.getFullYear() < i.minDate.value.getFullYear() || e.date.getFullYear() === i.minDate.value.getFullYear() && e.date.getMonth() < i.minDate.value.getMonth() || e.date.getFullYear() === i.minDate.value.getFullYear() && e.date.getMonth() === i.minDate.value.getMonth() && e.date.getDate() < i.minDate.value.getDate()), d = i?.maxDate.value !== void 0 && (e.date.getFullYear() > i.maxDate.value.getFullYear() || e.date.getFullYear() === i.maxDate.value.getFullYear() && e.date.getMonth() > i.maxDate.value.getMonth() || e.date.getFullYear() === i.maxDate.value.getFullYear() && e.date.getMonth() === i.maxDate.value.getMonth() && e.date.getDate() > i.maxDate.value.getDate());
298
310
  return !c || u || d;
299
311
  }), o = D(
@@ -304,7 +316,7 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
304
316
  return (c, u) => o.value || e.showAdjacentMonths ? (_(), C("div", {
305
317
  key: 0,
306
318
  onClick: l,
307
- onKeyup: tn(l, ["enter"]),
319
+ onKeyup: nn(l, ["enter"]),
308
320
  class: J({
309
321
  "disabled-tile": s.value,
310
322
  "off-month": !o.value,
@@ -315,9 +327,9 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
315
327
  role: "button",
316
328
  "aria-label": `${e.date.getDate()} auswählen`,
317
329
  "aria-disabled": s.value
318
- }, L(e.date.getDate()), 43, Ua)) : B("", !0);
330
+ }, L(e.date.getDate()), 43, Xa)) : R("", !0);
319
331
  }
320
- }), Xa = /* @__PURE__ */ he(qa, [["__scopeId", "data-v-db120593"]]), Ja = { class: "muc-calendar-view-full-size" }, Za = { class: "muc-calendar-container table-header" }, Qa = { class: "muc-calendar-container" }, es = 7, ts = /* @__PURE__ */ W({
332
+ }), Za = /* @__PURE__ */ he(Ja, [["__scopeId", "data-v-db120593"]]), Qa = { class: "muc-calendar-view-full-size" }, es = { class: "muc-calendar-container table-header" }, ts = { class: "muc-calendar-container" }, is = 7, ns = /* @__PURE__ */ U({
321
333
  __name: "MucCalendarDay",
322
334
  props: {
323
335
  viewDate: {},
@@ -327,7 +339,7 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
327
339
  },
328
340
  emits: ["clicked"],
329
341
  setup(e, { emit: t }) {
330
- const i = 6 * es, n = ["Mo", "Di", "Mi", "Do", "Fr", "Sa", "So"], r = e, a = t, s = D(
342
+ const i = 6 * is, n = ["Mo", "Di", "Mi", "Do", "Fr", "Sa", "So"], r = e, a = t, s = D(
331
343
  () => new Date(r.viewDate.getFullYear(), r.viewDate.getMonth(), 1)
332
344
  ), o = D(
333
345
  () => r.showAdjacentMonths ? 0 : (s.value.getDay() || 7) - 1
@@ -336,8 +348,8 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
336
348
  ), c = (d) => {
337
349
  a("clicked", d);
338
350
  }, u = (d, h) => new Date(new Date(d).setDate(d.getDate() + h));
339
- return (d, h) => (_(), C("div", Ja, [
340
- g("div", Za, [
351
+ return (d, h) => (_(), C("div", Qa, [
352
+ g("div", es, [
341
353
  (_(), C(we, null, Oe(n, (v, f) => g("div", {
342
354
  class: "header-item",
343
355
  key: f
@@ -345,9 +357,9 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
345
357
  g("strong", null, L(v), 1)
346
358
  ])), 64))
347
359
  ]),
348
- g("div", Qa, [
360
+ g("div", ts, [
349
361
  (_(!0), C(we, null, Oe(o.value, (v) => (_(), C("div", { key: v }))), 128)),
350
- (_(), C(we, null, Oe(i, (v) => ae(Xa, {
362
+ (_(), C(we, null, Oe(i, (v) => ae(Za, {
351
363
  class: "muc-calendar-item",
352
364
  date: u(l.value, v),
353
365
  "show-adjacent-months": e.showAdjacentMonths,
@@ -357,14 +369,14 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
357
369
  ])
358
370
  ]));
359
371
  }
360
- }), is = /* @__PURE__ */ he(ts, [["__scopeId", "data-v-e7805970"]]), ns = ["tabindex", "aria-label", "aria-disabled"], rs = "short", as = /* @__PURE__ */ W({
372
+ }), rs = /* @__PURE__ */ he(ns, [["__scopeId", "data-v-e7805970"]]), as = ["tabindex", "aria-label", "aria-disabled"], ss = "short", os = /* @__PURE__ */ U({
361
373
  __name: "MucMonthTile",
362
374
  props: {
363
375
  date: {}
364
376
  },
365
377
  emits: ["click"],
366
378
  setup(e, { emit: t }) {
367
- const i = zt(gi), n = t, r = (o) => o.toLocaleDateString(ci, { month: rs }), a = D(() => {
379
+ const i = zt(pi), n = t, r = (o) => o.toLocaleDateString(ci, { month: ss }), a = D(() => {
368
380
  const o = e.date.getFullYear(), l = e.date.getMonth(), c = i?.minDate.value && (o < i.minDate.value.getFullYear() || o === i.minDate.value.getFullYear() && l < i.minDate.value.getMonth()), u = i?.maxDate.value && (o > i.maxDate.value.getFullYear() || o === i.maxDate.value.getFullYear() && l > i.maxDate.value.getMonth());
369
381
  return c || u;
370
382
  }), s = () => {
@@ -372,7 +384,7 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
372
384
  };
373
385
  return (o, l) => (_(), C("div", {
374
386
  onClick: s,
375
- onKeyup: tn(s, ["enter"]),
387
+ onKeyup: nn(s, ["enter"]),
376
388
  class: J({
377
389
  "disabled-tile": a.value,
378
390
  "muc-calendar-current-item": (/* @__PURE__ */ new Date()).getMonth() === e.date.getMonth() && (/* @__PURE__ */ new Date()).getFullYear() === e.date.getFullYear()
@@ -383,9 +395,9 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
383
395
  "aria-disabled": a.value
384
396
  }, [
385
397
  g("p", null, L(r(e.date)), 1)
386
- ], 42, ns));
398
+ ], 42, as));
387
399
  }
388
- }), ss = /* @__PURE__ */ he(as, [["__scopeId", "data-v-528928e7"]]), os = { class: "muc-calendar-container muc-calendar-view-full-size" }, ls = /* @__PURE__ */ W({
400
+ }), ls = /* @__PURE__ */ he(os, [["__scopeId", "data-v-528928e7"]]), cs = { class: "muc-calendar-container muc-calendar-view-full-size" }, us = /* @__PURE__ */ U({
389
401
  __name: "MucCalendarMonth",
390
402
  props: {
391
403
  viewDate: {}
@@ -398,8 +410,8 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
398
410
  (s, o) => new Date(i.viewDate.getFullYear(), o)
399
411
  )
400
412
  ), a = (s) => n("clicked", s);
401
- return (s, o) => (_(), C("div", os, [
402
- (_(!0), C(we, null, Oe(r.value, (l, c) => (_(), ee(ss, {
413
+ return (s, o) => (_(), C("div", cs, [
414
+ (_(!0), C(we, null, Oe(r.value, (l, c) => (_(), ee(ls, {
403
415
  key: c,
404
416
  class: "muc-calendar-item",
405
417
  date: l,
@@ -407,14 +419,14 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
407
419
  }, null, 8, ["date"]))), 128))
408
420
  ]));
409
421
  }
410
- }), cs = /* @__PURE__ */ he(ls, [["__scopeId", "data-v-4dc141ae"]]), us = ["tabindex", "aria-label", "aria-disabled"], Tn = "numeric", ds = /* @__PURE__ */ W({
422
+ }), ds = /* @__PURE__ */ he(us, [["__scopeId", "data-v-4dc141ae"]]), hs = ["tabindex", "aria-label", "aria-disabled"], Tn = "numeric", fs = /* @__PURE__ */ U({
411
423
  __name: "MucYearTile",
412
424
  props: {
413
425
  date: {}
414
426
  },
415
427
  emits: ["click"],
416
428
  setup(e, { emit: t }) {
417
- const i = zt(gi), n = t, r = (o) => o.toLocaleDateString(ci, { year: Tn }), a = D(() => {
429
+ const i = zt(pi), n = t, r = (o) => o.toLocaleDateString(ci, { year: Tn }), a = D(() => {
418
430
  const o = e.date.getFullYear(), l = i?.minDate.value && o < i.minDate.value.getFullYear(), c = i?.maxDate.value && o > i.maxDate.value.getFullYear();
419
431
  return l || c;
420
432
  }), s = () => {
@@ -422,7 +434,7 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
422
434
  };
423
435
  return (o, l) => (_(), C("div", {
424
436
  onClick: s,
425
- onKeyup: tn(s, ["enter"]),
437
+ onKeyup: nn(s, ["enter"]),
426
438
  class: J({
427
439
  "disabled-tile": a.value,
428
440
  "muc-calendar-current-item": (/* @__PURE__ */ new Date()).getFullYear() === e.date.getFullYear()
@@ -433,9 +445,9 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
433
445
  "aria-disabled": a.value
434
446
  }, [
435
447
  g("p", null, L(r(e.date)), 1)
436
- ], 42, us));
448
+ ], 42, hs));
437
449
  }
438
- }), hs = /* @__PURE__ */ he(ds, [["__scopeId", "data-v-0e82f1d5"]]), fs = { class: "muc-calendar-container muc-calendar-view-full-size" }, vs = /* @__PURE__ */ W({
450
+ }), vs = /* @__PURE__ */ he(fs, [["__scopeId", "data-v-0e82f1d5"]]), ms = { class: "muc-calendar-container muc-calendar-view-full-size" }, gs = /* @__PURE__ */ U({
439
451
  __name: "MucCalendarYear",
440
452
  props: {
441
453
  viewDate: {}
@@ -451,8 +463,8 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
451
463
  )
452
464
  )
453
465
  ), a = (s) => n("clicked", s);
454
- return (s, o) => (_(), C("div", fs, [
455
- (_(!0), C(we, null, Oe(r.value, (l, c) => (_(), ee(hs, {
466
+ return (s, o) => (_(), C("div", ms, [
467
+ (_(!0), C(we, null, Oe(r.value, (l, c) => (_(), ee(vs, {
456
468
  key: c,
457
469
  class: "muc-calendar-item",
458
470
  date: l,
@@ -460,10 +472,10 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
460
472
  }, null, 8, ["date", "onClick"]))), 128))
461
473
  ]));
462
474
  }
463
- }), ms = /* @__PURE__ */ he(vs, [["__scopeId", "data-v-2d92e62c"]]), gs = { class: "container-wrapper" }, ps = { class: "calendar-caption" }, _s = {
475
+ }), ps = /* @__PURE__ */ he(gs, [["__scopeId", "data-v-2d92e62c"]]), _s = { class: "container-wrapper" }, ys = { class: "calendar-caption" }, bs = {
464
476
  key: 1,
465
477
  class: "header"
466
- }, ys = { class: "container-view-size" }, Dn = 10, bs = /* @__PURE__ */ W({
478
+ }, Es = { class: "container-view-size" }, Dn = 10, Ss = /* @__PURE__ */ U({
467
479
  __name: "MucCalendar",
468
480
  props: /* @__PURE__ */ Pe({
469
481
  viewMonth: {},
@@ -606,7 +618,7 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
606
618
  (S) => S.getTime() !== T.getTime()
607
619
  ) : [...o.value, T];
608
620
  }, p = (T) => {
609
- o.value === null || Array.isArray(o.value) ? o.value = { from: null, to: null } : o.value instanceof Date && (o.value = { from: o.value, to: null }), o.value = !o.value.from || o.value.to ? { from: T, to: null } : Bi(o.value.from, T) ? { from: T, to: o.value.from } : { from: o.value.from, to: T };
621
+ o.value === null || Array.isArray(o.value) ? o.value = { from: null, to: null } : o.value instanceof Date && (o.value = { from: o.value, to: null }), o.value = !o.value.from || o.value.to ? { from: T, to: null } : Hi(o.value.from, T) ? { from: T, to: o.value.from } : { from: o.value.from, to: T };
610
622
  }, y = (T) => {
611
623
  if (!e.disabled)
612
624
  switch (e.variant) {
@@ -627,17 +639,17 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
627
639
  }, $ = () => {
628
640
  a.value === "year" ? a.value = "month" : a.value === "month" && (a.value = "day");
629
641
  };
630
- return nn(gi, {
642
+ return rn(pi, {
631
643
  viewDate: r,
632
644
  minDate: i,
633
645
  maxDate: n,
634
646
  selectedDate: o,
635
- variant: Ri(Vi(() => e.variant)),
636
- showAdjacentMonths: Ri(Vi(() => e.showAdjacentMonths)),
647
+ variant: Vi(Bi(() => e.variant)),
648
+ showAdjacentMonths: Vi(Bi(() => e.showAdjacentMonths)),
637
649
  allowedDates: e.allowedDates
638
650
  }), (T, S) => (_(), C("div", null, [
639
- g("div", gs, [
640
- g("div", ps, [
651
+ g("div", _s, [
652
+ g("div", ys, [
641
653
  ae(q(Je), {
642
654
  onClick: c,
643
655
  "aria-label": d.value,
@@ -645,7 +657,7 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
645
657
  variant: "ghost",
646
658
  icon: "chevron-left"
647
659
  }, null, 8, ["aria-label", "disabled"]),
648
- e.disableViewChange ? (_(), C("div", _s, [
660
+ e.disableViewChange ? (_(), C("div", bs, [
649
661
  g("h3", null, L(l.value), 1)
650
662
  ])) : (_(), ee(q(Je), {
651
663
  key: 0,
@@ -667,42 +679,42 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
667
679
  "icon-shown-left": ""
668
680
  }, null, 8, ["aria-label", "disabled"])
669
681
  ]),
670
- g("div", ys, [
671
- ae(xi, {
682
+ g("div", Es, [
683
+ ae(Oi, {
672
684
  class: "transition",
673
685
  css: !e.noAnimation,
674
686
  name: s.value
675
687
  }, {
676
688
  default: ne(() => [
677
- a.value === "year" ? (_(), ee(ms, {
689
+ a.value === "year" ? (_(), ee(ps, {
678
690
  key: 0,
679
691
  "view-date": r.value,
680
692
  onClicked: E
681
- }, null, 8, ["view-date"])) : B("", !0)
693
+ }, null, 8, ["view-date"])) : R("", !0)
682
694
  ]),
683
695
  _: 1
684
696
  }, 8, ["css", "name"]),
685
- ae(xi, {
697
+ ae(Oi, {
686
698
  class: "transition",
687
699
  css: !e.noAnimation,
688
700
  name: s.value
689
701
  }, {
690
702
  default: ne(() => [
691
- a.value === "month" ? (_(), ee(cs, {
703
+ a.value === "month" ? (_(), ee(ds, {
692
704
  key: 0,
693
705
  "view-date": r.value,
694
706
  onClicked: E
695
- }, null, 8, ["view-date"])) : B("", !0)
707
+ }, null, 8, ["view-date"])) : R("", !0)
696
708
  ]),
697
709
  _: 1
698
710
  }, 8, ["css", "name"]),
699
- ae(xi, {
711
+ ae(Oi, {
700
712
  class: "transition",
701
713
  css: !e.noAnimation,
702
714
  name: s.value
703
715
  }, {
704
716
  default: ne(() => [
705
- a.value === "day" ? (_(), ee(is, {
717
+ a.value === "day" ? (_(), ee(rs, {
706
718
  key: 0,
707
719
  variant: e.variant,
708
720
  disabled: e.disabled,
@@ -710,7 +722,7 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
710
722
  "selected-date": o.value,
711
723
  "view-date": r.value,
712
724
  onClicked: y
713
- }, null, 8, ["variant", "disabled", "show-adjacent-months", "selected-date", "view-date"])) : B("", !0)
725
+ }, null, 8, ["variant", "disabled", "show-adjacent-months", "selected-date", "view-date"])) : R("", !0)
714
726
  ]),
715
727
  _: 1
716
728
  }, 8, ["css", "name"])
@@ -718,7 +730,7 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
718
730
  ])
719
731
  ]));
720
732
  }
721
- }), Es = /* @__PURE__ */ he(bs, [["__scopeId", "data-v-761c6c2c"]]), Ss = ["aria-label"], Cs = { class: "m-callout__inner" }, ws = { class: "m-callout__icon" }, As = { class: "m-callout__body" }, Is = { class: "m-callout__body__inner" }, Ms = { class: "m-callout__headline" }, Ts = { class: "m-callout__content" }, Ds = /* @__PURE__ */ W({
733
+ }), Cs = /* @__PURE__ */ he(Ss, [["__scopeId", "data-v-761c6c2c"]]), ws = ["aria-label"], As = { class: "m-callout__inner" }, Is = { class: "m-callout__icon" }, Ms = { class: "m-callout__body" }, Ts = { class: "m-callout__body__inner" }, Ds = { class: "m-callout__headline" }, xs = { class: "m-callout__content" }, Os = /* @__PURE__ */ U({
722
734
  __name: "MucCallout",
723
735
  props: {
724
736
  type: { default: "info" }
@@ -761,34 +773,34 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
761
773
  class: J(["m-callout", i.value]),
762
774
  "aria-label": n.value
763
775
  }, [
764
- g("div", Cs, [
765
- g("div", ws, [
766
- U(r.$slots, "icon", {}, () => [
776
+ g("div", As, [
777
+ g("div", Is, [
778
+ W(r.$slots, "icon", {}, () => [
767
779
  ae(q(pe), { icon: t.value }, null, 8, ["icon"])
768
780
  ])
769
781
  ]),
770
- g("div", As, [
771
- g("div", Is, [
772
- g("h2", Ms, [
773
- U(r.$slots, "header")
782
+ g("div", Ms, [
783
+ g("div", Ts, [
784
+ g("h2", Ds, [
785
+ W(r.$slots, "header")
774
786
  ]),
775
- g("div", Ts, [
776
- U(r.$slots, "content"),
777
- U(r.$slots, "buttons")
787
+ g("div", xs, [
788
+ W(r.$slots, "content"),
789
+ W(r.$slots, "buttons")
778
790
  ])
779
791
  ])
780
792
  ])
781
793
  ])
782
- ], 10, Ss));
794
+ ], 10, ws));
783
795
  }
784
- }), xs = {}, Os = { class: "muc-divider" };
785
- function ks(e, t) {
786
- return _(), C("div", Os);
796
+ }), ks = {}, Ls = { class: "muc-divider" };
797
+ function $s(e, t) {
798
+ return _(), C("div", Ls);
787
799
  }
788
- const ui = /* @__PURE__ */ he(xs, [["render", ks], ["__scopeId", "data-v-a337b11f"]]), Ls = ["href", "target"], $s = { class: "card-content" }, Ns = { class: "card-header" }, Ps = {
800
+ const ui = /* @__PURE__ */ he(ks, [["render", $s], ["__scopeId", "data-v-a337b11f"]]), Ns = ["href", "target"], Ps = { class: "card-content" }, Fs = { class: "card-header" }, Rs = {
789
801
  key: 0,
790
802
  class: "mde-b2 mde-bold card-tagline"
791
- }, Fs = /* @__PURE__ */ W({
803
+ }, Vs = /* @__PURE__ */ U({
792
804
  __name: "MucCard",
793
805
  props: {
794
806
  title: {},
@@ -810,48 +822,48 @@ const ui = /* @__PURE__ */ he(xs, [["render", ks], ["__scopeId", "data-v-a337b11
810
822
  target: e.target,
811
823
  class: "no-link-style"
812
824
  }, [
813
- g("div", $s, [
814
- g("div", Ns, [
815
- U(a.$slots, "headerPrefix", {}, void 0, !0),
825
+ g("div", Ps, [
826
+ g("div", Fs, [
827
+ W(a.$slots, "headerPrefix", {}, void 0, !0),
816
828
  g("div", null, [
817
- e.tagline ? (_(), C("div", Ps, L(e.tagline), 1)) : B("", !0),
829
+ e.tagline ? (_(), C("div", Rs, L(e.tagline), 1)) : R("", !0),
818
830
  g("div", null, [
819
831
  g("h3", null, L(e.title), 1)
820
832
  ])
821
833
  ])
822
834
  ]),
823
835
  ae(q(ui)),
824
- U(a.$slots, "content", {}, void 0, !0)
836
+ W(a.$slots, "content", {}, void 0, !0)
825
837
  ])
826
- ], 8, Ls)
838
+ ], 8, Ns)
827
839
  ]));
828
840
  }
829
- }), Rs = /* @__PURE__ */ he(Fs, [["__scopeId", "data-v-1a386f07"]]), Vs = { class: "container card-container" }, Bs = /* @__PURE__ */ W({
841
+ }), Bs = /* @__PURE__ */ he(Vs, [["__scopeId", "data-v-1a386f07"]]), Hs = { class: "container card-container" }, Ys = /* @__PURE__ */ U({
830
842
  __name: "MucCardContainer",
831
843
  setup(e) {
832
- return (t, i) => (_(), C("div", Vs, [
833
- U(t.$slots, "default", {}, void 0, !0)
844
+ return (t, i) => (_(), C("div", Hs, [
845
+ W(t.$slots, "default", {}, void 0, !0)
834
846
  ]));
835
847
  }
836
- }), Hs = /* @__PURE__ */ he(Bs, [["__scopeId", "data-v-f333e595"]]), Ys = { class: "m-comment__head" }, js = {
848
+ }), js = /* @__PURE__ */ he(Ys, [["__scopeId", "data-v-f333e595"]]), Ks = { class: "m-comment__head" }, Gs = {
837
849
  key: 0,
838
850
  class: "m-comment__initials"
839
- }, Ks = { class: "m-comment__info" }, Gs = { class: "m-comment__author" }, zs = { key: 0 }, Ws = { class: "m-comment__author" }, Us = { class: "m-comment__date" }, qs = ["aria-label"], Xs = {
851
+ }, zs = { class: "m-comment__info" }, Ws = { class: "m-comment__author" }, Us = { key: 0 }, qs = { class: "m-comment__author" }, Xs = { class: "m-comment__date" }, Js = ["aria-label"], Zs = {
840
852
  key: 0,
841
853
  class: "m-star-rating__item m-star-rating__item--half"
842
- }, Js = { class: "m-star-rating__numeric" }, Zs = { class: "m-comment__body" }, Qs = { class: "m-comment__headline" }, eo = { class: "m-comment__text" }, to = "de-DE", io = 0.2, no = 0.8, ti = 5, pr = /* @__PURE__ */ W({
854
+ }, Qs = { class: "m-star-rating__numeric" }, eo = { class: "m-comment__body" }, to = { class: "m-comment__headline" }, io = { class: "m-comment__text" }, no = "de-DE", ro = 0.2, ao = 0.8, ti = 5, pr = /* @__PURE__ */ U({
843
855
  __name: "MucComment",
844
856
  props: {
845
857
  rating: {},
846
858
  variant: { default: "listing" }
847
859
  },
848
860
  setup(e) {
849
- const t = rn(), i = D(() => !!t.date), n = D(() => !!t.initials), r = D(() => e.variant === "slider" ? "m-comment--slider" : "m-comment--listing"), a = D(() => Math.min(Math.max(e.rating, 0), ti)), s = D(() => a.value.toLocaleString(to.valueOf(), {
861
+ const t = gi(), i = D(() => !!t.date), n = D(() => !!t.initials), r = D(() => e.variant === "slider" ? "m-comment--slider" : "m-comment--listing"), a = D(() => Math.min(Math.max(e.rating, 0), ti)), s = D(() => a.value.toLocaleString(no.valueOf(), {
850
862
  minimumFractionDigits: 1
851
863
  })), o = D(() => {
852
864
  const l = +(a.value % 1).toFixed(1);
853
865
  let c = Math.min(Math.floor(a.value), ti), u = Math.floor(ti - a.value), d = !1;
854
- return l !== 0 && (l <= io ? u++ : l >= no ? c++ : d = !0), {
866
+ return l !== 0 && (l <= ro ? u++ : l >= ao ? c++ : d = !0), {
855
867
  fullStars: c,
856
868
  emptyStars: u,
857
869
  isHalfStar: d
@@ -860,24 +872,24 @@ const ui = /* @__PURE__ */ he(xs, [["render", ks], ["__scopeId", "data-v-a337b11
860
872
  return (l, c) => (_(), C("div", {
861
873
  class: J(["m-comment", r.value])
862
874
  }, [
863
- g("div", Ys, [
864
- n.value ? (_(), C("div", js, [
865
- U(l.$slots, "initials")
866
- ])) : B("", !0),
867
- g("div", Ks, [
868
- g("span", Gs, [
869
- U(l.$slots, "author")
875
+ g("div", Ks, [
876
+ n.value ? (_(), C("div", Gs, [
877
+ W(l.$slots, "initials")
878
+ ])) : R("", !0),
879
+ g("div", zs, [
880
+ g("span", Ws, [
881
+ W(l.$slots, "author")
870
882
  ]),
871
- i.value ? (_(), C("span", zs, [
872
- g("span", Ws, [
883
+ i.value ? (_(), C("span", Us, [
884
+ g("span", qs, [
873
885
  c[0] || (c[0] = ue("  ", -1)),
874
- U(l.$slots, "datePrefix")
886
+ W(l.$slots, "datePrefix")
875
887
  ]),
876
- g("span", Us, [
888
+ g("span", Xs, [
877
889
  c[1] || (c[1] = ue(" ", -1)),
878
- U(l.$slots, "date")
890
+ W(l.$slots, "date")
879
891
  ])
880
- ])) : B("", !0),
892
+ ])) : R("", !0),
881
893
  g("div", {
882
894
  class: "m-star-rating",
883
895
  role: "img",
@@ -889,30 +901,30 @@ const ui = /* @__PURE__ */ he(xs, [["render", ks], ["__scopeId", "data-v-a337b11
889
901
  }, [
890
902
  ae(q(pe), { icon: "solid-star" })
891
903
  ]))), 128)),
892
- o.value.isHalfStar ? (_(), C("div", Xs, [
904
+ o.value.isHalfStar ? (_(), C("div", Zs, [
893
905
  ae(q(pe), { icon: "half-star" })
894
- ])) : B("", !0),
906
+ ])) : R("", !0),
895
907
  (_(!0), C(we, null, Oe(o.value.emptyStars, (u) => (_(), C("div", {
896
908
  key: u,
897
909
  class: "m-star-rating__item"
898
910
  }, [
899
911
  ae(q(pe), { icon: "solid-star" })
900
912
  ]))), 128)),
901
- g("div", Js, L(s.value), 1)
902
- ], 8, qs)
913
+ g("div", Qs, L(s.value), 1)
914
+ ], 8, Js)
903
915
  ])
904
916
  ]),
905
- g("div", Zs, [
906
- g("div", Qs, [
907
- U(l.$slots, "headline")
917
+ g("div", eo, [
918
+ g("div", to, [
919
+ W(l.$slots, "headline")
908
920
  ]),
909
- g("div", eo, [
910
- U(l.$slots, "text")
921
+ g("div", io, [
922
+ W(l.$slots, "text")
911
923
  ])
912
924
  ])
913
925
  ], 2));
914
926
  }
915
- }), ro = " ", ao = /* @__PURE__ */ W({
927
+ }), so = " ", oo = /* @__PURE__ */ U({
916
928
  __name: "MucCommentText",
917
929
  props: {
918
930
  datePrefix: { default: "am" },
@@ -925,7 +937,7 @@ const ui = /* @__PURE__ */ he(xs, [["render", ks], ["__scopeId", "data-v-a337b11
925
937
  variant: { default: "listing" }
926
938
  },
927
939
  setup(e) {
928
- const t = D(() => ((e.initials ?? e.author.split(ro).map((i) => i.charAt(0)).join("")).match(/^.|.$/g) ?? [""]).join(""));
940
+ const t = D(() => ((e.initials ?? e.author.split(so).map((i) => i.charAt(0)).join("")).match(/^.|.$/g) ?? [""]).join(""));
929
941
  return (i, n) => (_(), ee(q(pr), {
930
942
  rating: e.rating,
931
943
  variant: e.variant
@@ -960,17 +972,17 @@ const ui = /* @__PURE__ */ he(xs, [["render", ks], ["__scopeId", "data-v-a337b11
960
972
  } : void 0
961
973
  ]), 1032, ["rating", "variant"]));
962
974
  }
963
- }), so = { class: "m-error-message form-error-message" }, oo = /* @__PURE__ */ W({
975
+ }), lo = { class: "m-error-message form-error-message" }, co = /* @__PURE__ */ U({
964
976
  __name: "FormErrorMessage",
965
977
  setup(e) {
966
- return (t, i) => (_(), C("span", so, [
978
+ return (t, i) => (_(), C("span", lo, [
967
979
  ae(q(pe), { icon: "warning--filled" }),
968
980
  g("span", null, [
969
- U(t.$slots, "default", {}, void 0, !0)
981
+ W(t.$slots, "default", {}, void 0, !0)
970
982
  ])
971
983
  ]));
972
984
  }
973
- }), _t = /* @__PURE__ */ he(oo, [["__scopeId", "data-v-2c971766"]]), lo = {}, co = {
985
+ }), _t = /* @__PURE__ */ he(co, [["__scopeId", "data-v-2c971766"]]), uo = {}, ho = {
974
986
  "aria-hidden": "true",
975
987
  width: "108",
976
988
  height: "56",
@@ -978,12 +990,12 @@ const ui = /* @__PURE__ */ he(xs, [["render", ks], ["__scopeId", "data-v-a337b11
978
990
  fill: "none",
979
991
  xmlns: "http://www.w3.org/2000/svg"
980
992
  };
981
- function uo(e, t) {
982
- return _(), C("svg", co, [...t[0] || (t[0] = [
993
+ function fo(e, t) {
994
+ return _(), C("svg", ho, [...t[0] || (t[0] = [
983
995
  fr('<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)
984
996
  ])]);
985
997
  }
986
- const ho = /* @__PURE__ */ he(lo, [["render", uo]]), fo = { class: "mde-b3" }, vo = /* @__PURE__ */ W({
998
+ const vo = /* @__PURE__ */ he(uo, [["render", fo]]), mo = { class: "mde-b3" }, go = /* @__PURE__ */ U({
987
999
  __name: "MucFileDropzone",
988
1000
  props: {
989
1001
  buttonText: { default: "Upload file" },
@@ -1055,7 +1067,7 @@ const ho = /* @__PURE__ */ he(lo, [["render", uo]]), fo = { class: "mde-b3" }, v
1055
1067
  onDrop: $t(h, ["prevent"]),
1056
1068
  onClick: c
1057
1069
  }, [
1058
- ae(ho),
1070
+ ae(vo),
1059
1071
  ae(q(Je), {
1060
1072
  variant: "secondary",
1061
1073
  icon: "upload",
@@ -1066,21 +1078,21 @@ const ho = /* @__PURE__ */ he(lo, [["render", uo]]), fo = { class: "mde-b3" }, v
1066
1078
  ]),
1067
1079
  _: 1
1068
1080
  }, 8, ["disabled"]),
1069
- g("span", fo, L(e.additionalInformation), 1)
1081
+ g("span", mo, L(e.additionalInformation), 1)
1070
1082
  ], 34),
1071
1083
  !r.value && e.maxFileSizeWarning ? (_(), ee(_t, { key: 0 }, {
1072
1084
  default: ne(() => [
1073
1085
  ue(L(e.maxFileSizeWarning), 1)
1074
1086
  ]),
1075
1087
  _: 1
1076
- })) : B("", !0),
1088
+ })) : R("", !0),
1077
1089
  !a.value && e.maxTotalFileSizeWarning ? (_(), ee(_t, { key: 1 }, {
1078
1090
  default: ne(() => [
1079
1091
  ue(L(e.maxTotalFileSizeWarning), 1)
1080
1092
  ]),
1081
1093
  _: 1
1082
- })) : B("", !0),
1083
- s.value ? B("", !0) : (_(), ee(_t, { key: 2 }, {
1094
+ })) : R("", !0),
1095
+ s.value ? R("", !0) : (_(), ee(_t, { key: 2 }, {
1084
1096
  default: ne(() => [
1085
1097
  ue(L(e.invalidAmountWarning), 1)
1086
1098
  ]),
@@ -1088,7 +1100,7 @@ const ho = /* @__PURE__ */ he(lo, [["render", uo]]), fo = { class: "mde-b3" }, v
1088
1100
  }))
1089
1101
  ], 64));
1090
1102
  }
1091
- }), mo = /* @__PURE__ */ he(vo, [["__scopeId", "data-v-b0e2d051"]]), go = ["id", "checked"], po = ["for"], _o = ["id"], yo = /* @__PURE__ */ W({
1103
+ }), po = /* @__PURE__ */ he(go, [["__scopeId", "data-v-b0e2d051"]]), _o = ["id", "checked"], yo = ["for"], bo = ["id"], Eo = /* @__PURE__ */ U({
1092
1104
  __name: "MucCheckbox",
1093
1105
  props: /* @__PURE__ */ Pe({
1094
1106
  id: {},
@@ -1114,7 +1126,7 @@ const ho = /* @__PURE__ */ he(lo, [["render", uo]]), fo = { class: "mde-b3" }, v
1114
1126
  type: "checkbox",
1115
1127
  checked: i.value,
1116
1128
  onClick: $t(r, ["stop"])
1117
- }, null, 8, go),
1129
+ }, null, 8, _o),
1118
1130
  g("label", {
1119
1131
  class: "m-label m-checkboxes__label",
1120
1132
  for: "checkbox-" + e.id
@@ -1123,14 +1135,14 @@ const ho = /* @__PURE__ */ he(lo, [["render", uo]]), fo = { class: "mde-b3" }, v
1123
1135
  g("span", {
1124
1136
  id: "checkbox-hint-" + e.id,
1125
1137
  class: "m-hint"
1126
- }, L(e.hint), 9, _o)
1127
- ], 8, po)
1138
+ }, L(e.hint), 9, bo)
1139
+ ], 8, yo)
1128
1140
  ]));
1129
1141
  }
1130
- }), bo = { class: "m-checkbox-group" }, Eo = { class: "m-checkbox-group__legend" }, So = { class: "m-checkbox-group__heading" }, Co = { class: "m-checkboxes m-checkboxes--collapse" }, wo = {
1142
+ }), So = { class: "m-checkbox-group" }, Co = { class: "m-checkbox-group__legend" }, wo = { class: "m-checkbox-group__heading" }, Ao = { class: "m-checkboxes m-checkboxes--collapse" }, Io = {
1131
1143
  "aria-hidden": "true",
1132
1144
  class: "icon icon--after"
1133
- }, Ao = ["href"], Io = /* @__PURE__ */ W({
1145
+ }, Mo = ["href"], To = /* @__PURE__ */ U({
1134
1146
  __name: "MucCheckboxGroup",
1135
1147
  props: {
1136
1148
  heading: {},
@@ -1141,18 +1153,18 @@ const ho = /* @__PURE__ */ he(lo, [["render", uo]]), fo = { class: "mde-b3" }, v
1141
1153
  return (a, s) => (_(), C("div", {
1142
1154
  class: J(["m-form-group", { "has-error": e.errorMsg }])
1143
1155
  }, [
1144
- g("fieldset", bo, [
1145
- g("legend", Eo, [
1146
- g("h3", So, L(e.heading), 1)
1156
+ g("fieldset", So, [
1157
+ g("legend", Co, [
1158
+ g("h3", wo, L(e.heading), 1)
1147
1159
  ]),
1148
- g("div", Co, [
1149
- U(a.$slots, "checkboxes"),
1160
+ g("div", Ao, [
1161
+ W(a.$slots, "checkboxes"),
1150
1162
  a.$slots.collapsableCheckboxes ? (_(), C("div", {
1151
1163
  key: 0,
1152
1164
  class: J(["m-checkboxes__collapse__container", i.value])
1153
1165
  }, [
1154
- U(a.$slots, "collapsableCheckboxes")
1155
- ], 2)) : B("", !0),
1166
+ W(a.$slots, "collapsableCheckboxes")
1167
+ ], 2)) : R("", !0),
1156
1168
  a.$slots.collapsableCheckboxes ? (_(), ee(q(Je), {
1157
1169
  key: 1,
1158
1170
  variant: "ghost",
@@ -1161,14 +1173,14 @@ const ho = /* @__PURE__ */ he(lo, [["render", uo]]), fo = { class: "mde-b3" }, v
1161
1173
  }, {
1162
1174
  default: ne(() => [
1163
1175
  s[0] || (s[0] = g("span", null, "Mehr ", -1)),
1164
- (_(), C("svg", wo, [
1176
+ (_(), C("svg", Io, [
1165
1177
  g("use", {
1166
1178
  href: "#icon-chevron-" + n.value
1167
- }, null, 8, Ao)
1179
+ }, null, 8, Mo)
1168
1180
  ]))
1169
1181
  ]),
1170
1182
  _: 1
1171
- }, 8, ["aria-expanded"])) : B("", !0)
1183
+ }, 8, ["aria-expanded"])) : R("", !0)
1172
1184
  ]),
1173
1185
  e.errorMsg ? (_(), ee(_t, {
1174
1186
  key: 0,
@@ -1181,11 +1193,11 @@ const ho = /* @__PURE__ */ he(lo, [["render", uo]]), fo = { class: "mde-b3" }, v
1181
1193
  ue(L(e.errorMsg), 1)
1182
1194
  ]),
1183
1195
  _: 1
1184
- })) : B("", !0)
1196
+ })) : R("", !0)
1185
1197
  ])
1186
1198
  ], 2));
1187
1199
  }
1188
- }), Mo = ["href", "target"], _r = /* @__PURE__ */ W({
1200
+ }), Do = ["href", "target"], _r = /* @__PURE__ */ U({
1189
1201
  __name: "MucLink",
1190
1202
  props: {
1191
1203
  label: {},
@@ -1205,27 +1217,27 @@ const ho = /* @__PURE__ */ he(lo, [["render", uo]]), fo = { class: "mde-b3" }, v
1205
1217
  target: e.target,
1206
1218
  class: J(["m-link", [t.value, i.value]])
1207
1219
  }, [
1208
- U(n.$slots, "prepend", {}, () => [
1220
+ W(n.$slots, "prepend", {}, () => [
1209
1221
  e.prependIcon ? (_(), ee(q(pe), {
1210
1222
  key: 0,
1211
1223
  class: "icon icon--before",
1212
1224
  icon: e.prependIcon
1213
- }, null, 8, ["icon"])) : B("", !0)
1225
+ }, null, 8, ["icon"])) : R("", !0)
1214
1226
  ]),
1215
1227
  ue(" " + L(e.label) + " ", 1),
1216
- U(n.$slots, "append", {}, () => [
1228
+ W(n.$slots, "append", {}, () => [
1217
1229
  e.appendIcon ? (_(), ee(q(pe), {
1218
1230
  key: 0,
1219
1231
  class: "icon icon--after",
1220
1232
  icon: e.appendIcon
1221
- }, null, 8, ["icon"])) : B("", !0)
1233
+ }, null, 8, ["icon"])) : R("", !0)
1222
1234
  ])
1223
- ], 10, Mo));
1235
+ ], 10, Do));
1224
1236
  }
1225
- }), To = { class: "grid" }, Do = { class: "grid-item" }, xo = { class: "content-centered" }, Oo = {
1237
+ }), xo = { class: "grid" }, Oo = { class: "grid-item" }, ko = { class: "content-centered" }, Lo = {
1226
1238
  class: "content-centered",
1227
1239
  style: { color: "var(--color-brand-main-blue)" }
1228
- }, ko = { class: "visually-hidden" }, Lo = { class: "content-centered" }, $o = { class: "grid-item content-centered-justify-left" }, No = { key: 0 }, Po = { key: 1 }, Fo = /* @__PURE__ */ W({
1240
+ }, $o = { class: "visually-hidden" }, No = { class: "content-centered" }, Po = { class: "grid-item content-centered-justify-left" }, Fo = { key: 0 }, Ro = { key: 1 }, Vo = /* @__PURE__ */ U({
1229
1241
  __name: "MucCounter",
1230
1242
  props: /* @__PURE__ */ Pe({
1231
1243
  label: {},
@@ -1256,9 +1268,9 @@ const ho = /* @__PURE__ */ he(lo, [["render", uo]]), fo = { class: "mde-b3" }, v
1256
1268
  ), a = D(
1257
1269
  () => t.value == 0 || !!e.min && !(t.value > e.min) || e.disabled
1258
1270
  );
1259
- return (s, o) => (_(), C("div", To, [
1260
- g("div", Do, [
1261
- g("div", xo, [
1271
+ return (s, o) => (_(), C("div", xo, [
1272
+ g("div", Oo, [
1273
+ g("div", ko, [
1262
1274
  ae(q(Je), {
1263
1275
  onClick: n,
1264
1276
  variant: "secondary",
@@ -1273,12 +1285,12 @@ const ho = /* @__PURE__ */ he(lo, [["render", uo]]), fo = { class: "mde-b3" }, v
1273
1285
  }, 8, ["disabled", "aria-label", "class"])
1274
1286
  ]),
1275
1287
  g("p", null, [
1276
- g("strong", Oo, [
1277
- g("span", ko, " Aktuell ausgewählte Anzahl für " + L(e.label) + " ist", 1),
1288
+ g("strong", Lo, [
1289
+ g("span", $o, " Aktuell ausgewählte Anzahl für " + L(e.label) + " ist", 1),
1278
1290
  ue(" " + L(t.value), 1)
1279
1291
  ])
1280
1292
  ]),
1281
- g("div", Lo, [
1293
+ g("div", No, [
1282
1294
  ae(q(Je), {
1283
1295
  onClick: i,
1284
1296
  variant: "secondary",
@@ -1293,8 +1305,8 @@ const ho = /* @__PURE__ */ he(lo, [["render", uo]]), fo = { class: "mde-b3" }, v
1293
1305
  }, 8, ["disabled", "aria-label", "class"])
1294
1306
  ])
1295
1307
  ]),
1296
- g("div", $o, [
1297
- e.link ? (_(), C("p", No, [
1308
+ g("div", Po, [
1309
+ e.link ? (_(), C("p", Fo, [
1298
1310
  g("label", null, [
1299
1311
  ae(q(_r), {
1300
1312
  tabindex: "0",
@@ -1302,30 +1314,30 @@ const ho = /* @__PURE__ */ he(lo, [["render", uo]]), fo = { class: "mde-b3" }, v
1302
1314
  href: e.link
1303
1315
  }, null, 8, ["label", "href"])
1304
1316
  ])
1305
- ])) : (_(), C("p", Po, [
1317
+ ])) : (_(), C("p", Ro, [
1306
1318
  g("label", null, L(e.label), 1)
1307
1319
  ]))
1308
1320
  ])
1309
1321
  ]));
1310
1322
  }
1311
- }), Ro = /* @__PURE__ */ he(Fo, [["__scopeId", "data-v-af0c991b"]]), Vo = {
1323
+ }), Bo = /* @__PURE__ */ he(Vo, [["__scopeId", "data-v-af0c991b"]]), Ho = {
1312
1324
  class: "m-error-list",
1313
1325
  role: "alert",
1314
1326
  tabindex: "-1"
1315
- }, Bo = { class: "m-error-list__title" }, Ho = { class: "m-error-list__body" }, Yo = { class: "m-list m-error-list__list" }, jo = "Ein Fehler ist aufgetreten!", Ko = /* @__PURE__ */ W({
1327
+ }, Yo = { class: "m-error-list__title" }, jo = { class: "m-error-list__body" }, Ko = { class: "m-list m-error-list__list" }, Go = "Ein Fehler ist aufgetreten!", zo = /* @__PURE__ */ U({
1316
1328
  __name: "MucErrorList",
1317
1329
  props: {
1318
- title: { default: () => jo },
1330
+ title: { default: () => Go },
1319
1331
  errors: {}
1320
1332
  },
1321
1333
  setup(e) {
1322
1334
  const t = D(
1323
1335
  () => typeof e.errors == "string" ? [e.errors] : e.errors
1324
1336
  );
1325
- return (i, n) => (_(), C("div", Vo, [
1326
- g("h2", Bo, L(e.title), 1),
1327
- g("div", Ho, [
1328
- g("ul", Yo, [
1337
+ return (i, n) => (_(), C("div", Ho, [
1338
+ g("h2", Yo, L(e.title), 1),
1339
+ g("div", jo, [
1340
+ g("ul", Ko, [
1329
1341
  (_(!0), C(we, null, Oe(t.value, (r, a) => (_(), C("li", { key: a }, [
1330
1342
  g("a", null, L(r), 1)
1331
1343
  ]))), 128))
@@ -1333,16 +1345,16 @@ const ho = /* @__PURE__ */ he(lo, [["render", uo]]), fo = { class: "mde-b3" }, v
1333
1345
  ])
1334
1346
  ]));
1335
1347
  }
1336
- }), Go = ["for"], zo = ["id"], Wo = { class: "m-input-wrapper m-autocomplete" }, Uo = {
1348
+ }), Wo = ["for"], Uo = ["id"], qo = { class: "m-input-wrapper m-autocomplete" }, Xo = {
1337
1349
  key: 0,
1338
1350
  class: "m-input__prefix"
1339
- }, qo = ["id", "type", "aria-describedby", "placeholder", "required", "aria-required", "maxlength", "autocomplete", "name"], Xo = {
1351
+ }, Jo = ["id", "type", "aria-describedby", "placeholder", "required", "aria-required", "maxlength", "autocomplete", "name"], Zo = {
1340
1352
  key: 1,
1341
1353
  class: "autocomplete-result-list autocomplete-result-list--location"
1342
- }, Jo = ["onClick"], Zo = {
1354
+ }, Qo = ["onClick"], el = {
1343
1355
  "aria-hidden": "true",
1344
1356
  class: "icon"
1345
- }, Qo = ["xlink:href"], el = /* @__PURE__ */ W({
1357
+ }, tl = ["xlink:href"], il = /* @__PURE__ */ U({
1346
1358
  __name: "MucInput",
1347
1359
  props: /* @__PURE__ */ Pe({
1348
1360
  id: {},
@@ -1363,7 +1375,7 @@ const ho = /* @__PURE__ */ he(lo, [["render", uo]]), fo = { class: "mde-b3" }, v
1363
1375
  }),
1364
1376
  emits: /* @__PURE__ */ Pe(["suffixClick"], ["update:modelValue"]),
1365
1377
  setup(e, { emit: t }) {
1366
- const i = ht(e, "modelValue"), n = rn(), r = t, a = D(() => e.type === "search"), s = D(() => {
1378
+ const i = ht(e, "modelValue"), n = gi(), r = t, a = D(() => e.type === "search"), s = D(() => {
1367
1379
  if (i.value === "") return [];
1368
1380
  const c = i.value.toLowerCase();
1369
1381
  return e.dataList.filter(
@@ -1377,18 +1389,18 @@ const ho = /* @__PURE__ */ he(lo, [["render", uo]]), fo = { class: "mde-b3" }, v
1377
1389
  key: 0,
1378
1390
  for: "input-" + e.id,
1379
1391
  class: J(["m-label", { "m-label--optional": !e.required }])
1380
- }, L(e.label), 11, Go)) : B("", !0),
1392
+ }, L(e.label), 11, Wo)) : R("", !0),
1381
1393
  e.hint ? (_(), C("p", {
1382
1394
  key: 1,
1383
1395
  class: "m-hint",
1384
1396
  id: "input-hint-" + e.id
1385
- }, L(e.hint), 9, zo)) : B("", !0),
1386
- g("div", Wo, [
1387
- n.prefix ? (_(), C("div", Uo, [
1397
+ }, L(e.hint), 9, Uo)) : R("", !0),
1398
+ g("div", qo, [
1399
+ n.prefix ? (_(), C("div", Xo, [
1388
1400
  g("span", null, [
1389
- U(c.$slots, "prefix")
1401
+ W(c.$slots, "prefix")
1390
1402
  ])
1391
- ])) : B("", !0),
1403
+ ])) : R("", !0),
1392
1404
  mr(g("input", {
1393
1405
  id: "input-" + e.id,
1394
1406
  class: "m-input autocomplete-input",
@@ -1401,28 +1413,28 @@ const ho = /* @__PURE__ */ he(lo, [["render", uo]]), fo = { class: "mde-b3" }, v
1401
1413
  maxlength: e.max,
1402
1414
  autocomplete: e.autocomplete,
1403
1415
  name: e.name
1404
- }, null, 8, qo), [
1416
+ }, null, 8, Jo), [
1405
1417
  [Ca, i.value]
1406
1418
  ]),
1407
- a.value && s.value.length !== 0 ? (_(), C("ul", Xo, [
1419
+ a.value && s.value.length !== 0 ? (_(), C("ul", Zo, [
1408
1420
  (_(!0), C(we, null, Oe(s.value, (d) => (_(), C("li", {
1409
1421
  class: "autocomplete-result",
1410
1422
  key: d,
1411
1423
  onClick: (h) => o(d)
1412
- }, L(d), 9, Jo))), 128))
1413
- ])) : B("", !0),
1424
+ }, L(d), 9, Qo))), 128))
1425
+ ])) : R("", !0),
1414
1426
  e.suffixIcon ? (_(), C("button", {
1415
1427
  key: 2,
1416
1428
  class: "m-input__suffix",
1417
1429
  onClick: l
1418
1430
  }, [
1419
- (_(), C("svg", Zo, [
1431
+ (_(), C("svg", el, [
1420
1432
  g("use", {
1421
1433
  "xlink:href": "#icon-" + e.suffixIcon
1422
- }, null, 8, Qo)
1434
+ }, null, 8, tl)
1423
1435
  ])),
1424
1436
  u[1] || (u[1] = g("span", { class: "visually-hidden" }, "Suchen", -1))
1425
- ])) : B("", !0)
1437
+ ])) : R("", !0)
1426
1438
  ]),
1427
1439
  e.errorMsg ? (_(), ee(_t, {
1428
1440
  key: 2,
@@ -1435,13 +1447,13 @@ const ho = /* @__PURE__ */ he(lo, [["render", uo]]), fo = { class: "mde-b3" }, v
1435
1447
  ue(L(e.errorMsg), 1)
1436
1448
  ]),
1437
1449
  _: 1
1438
- })) : B("", !0)
1450
+ })) : R("", !0)
1439
1451
  ], 2));
1440
1452
  }
1441
- }), yr = /* @__PURE__ */ Symbol("mucRadioGroup"), tl = {
1453
+ }), yr = /* @__PURE__ */ Symbol("mucRadioGroup"), nl = {
1442
1454
  key: 0,
1443
1455
  class: "m-radios__item"
1444
- }, il = ["id", "aria-describedby", "checked", "disabled"], nl = ["for"], rl = ["id"], al = /* @__PURE__ */ W({
1456
+ }, rl = ["id", "aria-describedby", "checked", "disabled"], al = ["for"], sl = ["id"], ol = /* @__PURE__ */ U({
1445
1457
  __name: "MucRadioButton",
1446
1458
  props: {
1447
1459
  id: {},
@@ -1452,7 +1464,7 @@ const ho = /* @__PURE__ */ he(lo, [["render", uo]]), fo = { class: "mde-b3" }, v
1452
1464
  },
1453
1465
  setup(e) {
1454
1466
  const t = zt(yr), i = () => t?.set(e.value), n = D(() => t?.modelValue.value === e.value), r = D(() => e.disabled || t?.disabled.value), a = D(() => t?.disabled ?? !1);
1455
- return (s, o) => a.value ? (_(), C("div", tl, [
1467
+ return (s, o) => a.value ? (_(), C("div", nl, [
1456
1468
  g("input", {
1457
1469
  id: "radio-" + e.id,
1458
1470
  class: "m-radios__input",
@@ -1461,7 +1473,7 @@ const ho = /* @__PURE__ */ he(lo, [["render", uo]]), fo = { class: "mde-b3" }, v
1461
1473
  checked: n.value,
1462
1474
  disabled: r.value,
1463
1475
  onClick: $t(i, ["stop"])
1464
- }, null, 8, il),
1476
+ }, null, 8, rl),
1465
1477
  g("label", {
1466
1478
  class: "m-label m-radios__label",
1467
1479
  for: "radio-" + e.id,
@@ -1471,11 +1483,11 @@ const ho = /* @__PURE__ */ he(lo, [["render", uo]]), fo = { class: "mde-b3" }, v
1471
1483
  g("span", {
1472
1484
  id: "radio-hint-" + e.id,
1473
1485
  class: "m-hint"
1474
- }, L(e.hint), 9, rl)
1475
- ], 8, nl)
1476
- ])) : B("", !0);
1486
+ }, L(e.hint), 9, sl)
1487
+ ], 8, al)
1488
+ ])) : R("", !0);
1477
1489
  }
1478
- }), sl = { class: "m-form-group" }, ol = { class: "m-radio-group" }, ll = { class: "m-radio-group__legend" }, cl = { class: "m-radio-group__heading" }, ul = { class: "m-radios" }, dl = /* @__PURE__ */ W({
1490
+ }), ll = { class: "m-form-group" }, cl = { class: "m-radio-group" }, ul = { class: "m-radio-group__legend" }, dl = { class: "m-radio-group__heading" }, hl = { class: "m-radios" }, fl = /* @__PURE__ */ U({
1479
1491
  __name: "MucRadioButtonGroup",
1480
1492
  props: /* @__PURE__ */ Pe({
1481
1493
  heading: {},
@@ -1487,36 +1499,36 @@ const ho = /* @__PURE__ */ he(lo, [["render", uo]]), fo = { class: "mde-b3" }, v
1487
1499
  emits: /* @__PURE__ */ Pe(["change"], ["update:modelValue"]),
1488
1500
  setup(e, { emit: t }) {
1489
1501
  const i = ht(e, "modelValue"), n = t;
1490
- return nn(yr, {
1502
+ return rn(yr, {
1491
1503
  set: (r) => {
1492
1504
  n("change", r), i.value = r;
1493
1505
  },
1494
1506
  modelValue: i,
1495
- disabled: Ri(Vi(() => e.disabled))
1496
- }), (r, a) => (_(), C("div", sl, [
1497
- g("fieldset", ol, [
1498
- g("legend", ll, [
1499
- g("h3", cl, L(e.heading), 1)
1507
+ disabled: Vi(Bi(() => e.disabled))
1508
+ }), (r, a) => (_(), C("div", ll, [
1509
+ g("fieldset", cl, [
1510
+ g("legend", ul, [
1511
+ g("h3", dl, L(e.heading), 1)
1500
1512
  ]),
1501
- g("div", ul, [
1502
- U(r.$slots, "default")
1513
+ g("div", hl, [
1514
+ W(r.$slots, "default")
1503
1515
  ])
1504
1516
  ])
1505
1517
  ]));
1506
1518
  }
1507
1519
  });
1508
- var Hi = function(e, t) {
1509
- return Hi = Object.setPrototypeOf || {
1520
+ var Yi = function(e, t) {
1521
+ return Yi = Object.setPrototypeOf || {
1510
1522
  __proto__: []
1511
1523
  } instanceof Array && function(i, n) {
1512
1524
  i.__proto__ = n;
1513
1525
  } || function(i, n) {
1514
1526
  for (var r in n) Object.prototype.hasOwnProperty.call(n, r) && (i[r] = n[r]);
1515
- }, Hi(e, t);
1527
+ }, Yi(e, t);
1516
1528
  };
1517
1529
  function br(e, t) {
1518
1530
  if (typeof t != "function" && t !== null) throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
1519
- Hi(e, t);
1531
+ Yi(e, t);
1520
1532
  function i() {
1521
1533
  this.constructor = e;
1522
1534
  }
@@ -1531,7 +1543,7 @@ var Se = function() {
1531
1543
  return t;
1532
1544
  }, Se.apply(this, arguments);
1533
1545
  };
1534
- function hl(e, t, i) {
1546
+ function vl(e, t, i) {
1535
1547
  for (var n = 0, r = t.length, a; n < r; n++)
1536
1548
  (a || !(n in t)) && (a || (a = Array.prototype.slice.call(t, 0, n)), a[n] = t[n]);
1537
1549
  return e.concat(a || Array.prototype.slice.call(t));
@@ -1569,7 +1581,7 @@ var le = {
1569
1581
  DOWN_KEY: 40,
1570
1582
  PAGE_UP_KEY: 33,
1571
1583
  PAGE_DOWN_KEY: 34
1572
- }, fl = ["fuseOptions", "classNames"], qe = {
1584
+ }, ml = ["fuseOptions", "classNames"], qe = {
1573
1585
  Text: "text",
1574
1586
  SelectOne: "select-one",
1575
1587
  SelectMultiple: "select-multiple"
@@ -1578,22 +1590,22 @@ var le = {
1578
1590
  type: le.ADD_CHOICE,
1579
1591
  choice: e
1580
1592
  };
1581
- }, vl = function(e) {
1593
+ }, gl = function(e) {
1582
1594
  return {
1583
1595
  type: le.REMOVE_CHOICE,
1584
1596
  choice: e
1585
1597
  };
1586
- }, ml = function(e) {
1598
+ }, pl = function(e) {
1587
1599
  return {
1588
1600
  type: le.FILTER_CHOICES,
1589
1601
  results: e
1590
1602
  };
1591
- }, gl = function(e) {
1603
+ }, _l = function(e) {
1592
1604
  return {
1593
1605
  type: le.ACTIVATE_CHOICES,
1594
1606
  active: e
1595
1607
  };
1596
- }, pl = function(e) {
1608
+ }, yl = function(e) {
1597
1609
  return {
1598
1610
  type: le.ADD_GROUP,
1599
1611
  group: e
@@ -1614,16 +1626,16 @@ var le = {
1614
1626
  item: e,
1615
1627
  highlighted: t
1616
1628
  };
1617
- }, _l = function(e, t) {
1629
+ }, bl = function(e, t) {
1618
1630
  return Math.floor(Math.random() * (t - e) + e);
1619
1631
  }, Ln = function(e) {
1620
1632
  return Array.from({ length: e }, function() {
1621
- return _l(0, 36).toString(36);
1633
+ return bl(0, 36).toString(36);
1622
1634
  }).join("");
1623
- }, yl = function(e, t) {
1635
+ }, El = function(e, t) {
1624
1636
  var i = e.id || e.name && "".concat(e.name, "-").concat(Ln(2)) || Ln(4);
1625
1637
  return i = i.replace(/(:|\.|\[|\]|,)/g, ""), i = "".concat(t, "-").concat(i), i;
1626
- }, bl = function(e, t, i) {
1638
+ }, Sl = function(e, t, i) {
1627
1639
  i === void 0 && (i = 1);
1628
1640
  for (var n = "".concat(i > 0 ? "next" : "previous", "ElementSibling"), r = e[n]; r; ) {
1629
1641
  if (r.matches(t))
@@ -1631,24 +1643,24 @@ var le = {
1631
1643
  r = r[n];
1632
1644
  }
1633
1645
  return null;
1634
- }, El = function(e, t, i) {
1646
+ }, Cl = function(e, t, i) {
1635
1647
  i === void 0 && (i = 1);
1636
1648
  var n;
1637
1649
  return i > 0 ? n = t.scrollTop + t.offsetHeight >= e.offsetTop + e.offsetHeight : n = e.offsetTop >= t.scrollTop, n;
1638
- }, pi = function(e) {
1650
+ }, _i = function(e) {
1639
1651
  if (typeof e != "string") {
1640
1652
  if (e == null)
1641
1653
  return "";
1642
1654
  if (typeof e == "object") {
1643
1655
  if ("raw" in e)
1644
- return pi(e.raw);
1656
+ return _i(e.raw);
1645
1657
  if ("trusted" in e)
1646
1658
  return e.trusted;
1647
1659
  }
1648
1660
  return e;
1649
1661
  }
1650
1662
  return e.replace(/&/g, "&amp;").replace(/>/g, "&gt;").replace(/</g, "&lt;").replace(/'/g, "&#039;").replace(/"/g, "&quot;");
1651
- }, Sl = (function() {
1663
+ }, wl = (function() {
1652
1664
  var e = document.createElement("div");
1653
1665
  return function(t) {
1654
1666
  e.innerHTML = t.trim();
@@ -1657,7 +1669,7 @@ var le = {
1657
1669
  return i;
1658
1670
  };
1659
1671
  })(), Pt = function(e, t) {
1660
- return typeof e == "function" ? e(pi(t), t) : e;
1672
+ return typeof e == "function" ? e(_i(t), t) : e;
1661
1673
  }, $n = function(e) {
1662
1674
  return typeof e == "function" ? e() : e;
1663
1675
  }, lt = function(e) {
@@ -1681,19 +1693,19 @@ var le = {
1681
1693
  }
1682
1694
  return "";
1683
1695
  }, an = function(e, t) {
1684
- return e ? Er(t) : pi(t);
1696
+ return e ? Er(t) : _i(t);
1685
1697
  }, Be = function(e, t, i) {
1686
1698
  e.innerHTML = an(t, i);
1687
- }, Cl = function(e, t) {
1699
+ }, Al = function(e, t) {
1688
1700
  var i = e.value, n = e.label, r = n === void 0 ? i : n, a = t.value, s = t.label, o = s === void 0 ? a : s;
1689
1701
  return lt(r).localeCompare(lt(o), [], {
1690
1702
  sensitivity: "base",
1691
1703
  ignorePunctuation: !0,
1692
1704
  numeric: !0
1693
1705
  });
1694
- }, wl = function(e, t) {
1706
+ }, Il = function(e, t) {
1695
1707
  return e.rank - t.rank;
1696
- }, Al = function(e, t, i) {
1708
+ }, Ml = function(e, t, i) {
1697
1709
  i === void 0 && (i = null);
1698
1710
  var n = new CustomEvent(t, {
1699
1711
  detail: i,
@@ -1701,12 +1713,12 @@ var le = {
1701
1713
  cancelable: !0
1702
1714
  });
1703
1715
  return e.dispatchEvent(n);
1704
- }, Il = function(e, t) {
1716
+ }, Tl = function(e, t) {
1705
1717
  var i = Object.keys(e).sort(), n = Object.keys(t).sort();
1706
1718
  return i.filter(function(r) {
1707
1719
  return n.indexOf(r) < 0;
1708
1720
  });
1709
- }, _i = function(e) {
1721
+ }, yi = function(e) {
1710
1722
  return Array.isArray(e) ? e : [e];
1711
1723
  }, xt = function(e) {
1712
1724
  return e && Array.isArray(e) ? e.map(function(t) {
@@ -1714,11 +1726,11 @@ var le = {
1714
1726
  }).join("") : ".".concat(e);
1715
1727
  }, G = function(e, t) {
1716
1728
  var i;
1717
- (i = e.classList).add.apply(i, _i(t));
1729
+ (i = e.classList).add.apply(i, yi(t));
1718
1730
  }, $e = function(e, t) {
1719
1731
  var i;
1720
- (i = e.classList).remove.apply(i, _i(t));
1721
- }, Ml = function(e) {
1732
+ (i = e.classList).remove.apply(i, yi(t));
1733
+ }, Dl = function(e) {
1722
1734
  if (typeof e < "u")
1723
1735
  try {
1724
1736
  return JSON.parse(e);
@@ -1726,10 +1738,10 @@ var le = {
1726
1738
  return e;
1727
1739
  }
1728
1740
  return {};
1729
- }, Tl = function(e, t, i) {
1741
+ }, xl = function(e, t, i) {
1730
1742
  var n = e.itemEl;
1731
1743
  n && ($e(n, i), G(n, t));
1732
- }, Dl = (
1744
+ }, Ol = (
1733
1745
  /** @class */
1734
1746
  (function() {
1735
1747
  function e(t) {
@@ -1780,7 +1792,7 @@ var le = {
1780
1792
  $e(this.element, this.classNames.loadingState), this.element.removeAttribute("aria-busy"), this.isLoading = !1;
1781
1793
  }, e;
1782
1794
  })()
1783
- ), xl = (
1795
+ ), kl = (
1784
1796
  /** @class */
1785
1797
  (function() {
1786
1798
  function e(t) {
@@ -1843,7 +1855,7 @@ var le = {
1843
1855
  this.isFocussed = !1;
1844
1856
  }, e;
1845
1857
  })()
1846
- ), Ol = 4, Pn = (
1858
+ ), Ll = 4, Pn = (
1847
1859
  /** @class */
1848
1860
  (function() {
1849
1861
  function e(t) {
@@ -1870,7 +1882,7 @@ var le = {
1870
1882
  var r = (t - n) / i, a = r > 1 ? r : 1;
1871
1883
  this.element.scrollTop = t - a;
1872
1884
  }, e.prototype._animateScroll = function(t, i) {
1873
- var n = this, r = Ol, a = this.element.scrollTop, s = !1;
1885
+ var n = this, r = Ll, a = this.element.scrollTop, s = !1;
1874
1886
  i > 0 ? (this._scrollDown(a, r, t), a < t && (s = !0)) : (this._scrollUp(a, r, t), a > t && (s = !0)), s && requestAnimationFrame(function() {
1875
1887
  n._animateScroll(t, i);
1876
1888
  });
@@ -1919,10 +1931,10 @@ var le = {
1919
1931
  }, e.prototype.disable = function() {
1920
1932
  this.element.setAttribute("disabled", ""), this.element.disabled = !0, this.isDisabled = !0;
1921
1933
  }, e.prototype.triggerEvent = function(t, i) {
1922
- Al(this.element, t, i || {});
1934
+ Ml(this.element, t, i || {});
1923
1935
  }, e;
1924
1936
  })()
1925
- ), kl = (
1937
+ ), $l = (
1926
1938
  /** @class */
1927
1939
  (function(e) {
1928
1940
  br(t, e);
@@ -1940,7 +1952,7 @@ var le = {
1940
1952
  return e;
1941
1953
  }, Le = function(e, t, i) {
1942
1954
  if (i === void 0 && (i = !0), typeof e == "string") {
1943
- var n = pi(e), r = i || n === e ? e : { escaped: n, raw: e }, a = Le({
1955
+ var n = _i(e), r = i || n === e ? e : { escaped: n, raw: e }, a = Le({
1944
1956
  value: e,
1945
1957
  label: r,
1946
1958
  selected: !0
@@ -1984,15 +1996,15 @@ var le = {
1984
1996
  customProperties: u.customProperties
1985
1997
  };
1986
1998
  return d;
1987
- }, Ll = function(e) {
1999
+ }, Nl = function(e) {
1988
2000
  return e.tagName === "INPUT";
1989
2001
  }, wr = function(e) {
1990
2002
  return e.tagName === "SELECT";
1991
- }, $l = function(e) {
2003
+ }, Pl = function(e) {
1992
2004
  return e.tagName === "OPTION";
1993
- }, Nl = function(e) {
2005
+ }, Fl = function(e) {
1994
2006
  return e.tagName === "OPTGROUP";
1995
- }, Pl = (
2007
+ }, Rl = (
1996
2008
  /** @class */
1997
2009
  (function(e) {
1998
2010
  br(t, e);
@@ -2019,7 +2031,7 @@ var le = {
2019
2031
  }, t.prototype.optionsAsChoices = function() {
2020
2032
  var i = this, n = [];
2021
2033
  return this.element.querySelectorAll(":scope > option, :scope > optgroup").forEach(function(r) {
2022
- $l(r) ? n.push(i._optionToChoice(r)) : Nl(r) && n.push(i._optgroupToChoice(r));
2034
+ Pl(r) ? n.push(i._optionToChoice(r)) : Fl(r) && n.push(i._optgroupToChoice(r));
2023
2035
  }), n;
2024
2036
  }, t.prototype._optionToChoice = function(i) {
2025
2037
  return !i.hasAttribute("value") && i.hasAttribute("placeholder") && (i.setAttribute("value", ""), i.value = ""), {
@@ -2040,7 +2052,7 @@ var le = {
2040
2052
  placeholder: this.extractPlaceholder && (!i.value || i.hasAttribute("placeholder")),
2041
2053
  labelClass: typeof i.dataset.labelClass < "u" ? Cr(i.dataset.labelClass) : void 0,
2042
2054
  labelDescription: typeof i.dataset.labelDescription < "u" ? i.dataset.labelDescription : void 0,
2043
- customProperties: Ml(i.dataset.customProperties)
2055
+ customProperties: Dl(i.dataset.customProperties)
2044
2056
  };
2045
2057
  }, t.prototype._optgroupToChoice = function(i) {
2046
2058
  var n = this, r = i.querySelectorAll("option"), a = Array.from(r).map(function(s) {
@@ -2056,7 +2068,7 @@ var le = {
2056
2068
  };
2057
2069
  }, t;
2058
2070
  })(Sr)
2059
- ), Fl = {
2071
+ ), Vl = {
2060
2072
  containerOuter: ["choices"],
2061
2073
  containerInner: ["choices__inner"],
2062
2074
  input: ["choices__input"],
@@ -2117,7 +2129,7 @@ var le = {
2117
2129
  resetScrollPosition: !0,
2118
2130
  shouldSort: !0,
2119
2131
  shouldSortItems: !1,
2120
- sorter: Cl,
2132
+ sorter: Al,
2121
2133
  shadowRoot: null,
2122
2134
  placeholder: !0,
2123
2135
  placeholderValue: null,
@@ -2152,13 +2164,13 @@ var le = {
2152
2164
  labelId: "",
2153
2165
  callbackOnInit: null,
2154
2166
  callbackOnCreateTemplates: null,
2155
- classNames: Fl,
2167
+ classNames: Vl,
2156
2168
  appendGroupInSearch: !1
2157
2169
  }, Rn = function(e) {
2158
2170
  var t = e.itemEl;
2159
2171
  t && (t.remove(), e.itemEl = void 0);
2160
2172
  };
2161
- function Rl(e, t, i) {
2173
+ function Bl(e, t, i) {
2162
2174
  var n = e, r = !0;
2163
2175
  switch (t.type) {
2164
2176
  case le.ADD_ITEM: {
@@ -2190,7 +2202,7 @@ function Rl(e, t, i) {
2190
2202
  var o = t.highlighted, l = n.find(function(c) {
2191
2203
  return c.id === t.item.id;
2192
2204
  });
2193
- l && l.highlighted !== o && (l.highlighted = o, i && Tl(l, o ? i.classNames.highlightedState : i.classNames.selectedState, o ? i.classNames.selectedState : i.classNames.highlightedState));
2205
+ l && l.highlighted !== o && (l.highlighted = o, i && xl(l, o ? i.classNames.highlightedState : i.classNames.selectedState, o ? i.classNames.selectedState : i.classNames.highlightedState));
2194
2206
  break;
2195
2207
  }
2196
2208
  default: {
@@ -2200,7 +2212,7 @@ function Rl(e, t, i) {
2200
2212
  }
2201
2213
  return { state: n, update: r };
2202
2214
  }
2203
- function Vl(e, t) {
2215
+ function Hl(e, t) {
2204
2216
  var i = e, n = !0;
2205
2217
  switch (t.type) {
2206
2218
  case le.ADD_GROUP: {
@@ -2218,7 +2230,7 @@ function Vl(e, t) {
2218
2230
  }
2219
2231
  return { state: i, update: n };
2220
2232
  }
2221
- function Bl(e, t, i) {
2233
+ function Yl(e, t, i) {
2222
2234
  var n = e, r = !0;
2223
2235
  switch (t.type) {
2224
2236
  case le.ADD_CHOICE: {
@@ -2266,10 +2278,10 @@ function Bl(e, t, i) {
2266
2278
  return { state: n, update: r };
2267
2279
  }
2268
2280
  var Vn = {
2269
- groups: Vl,
2270
- items: Rl,
2271
- choices: Bl
2272
- }, Hl = (
2281
+ groups: Hl,
2282
+ items: Bl,
2283
+ choices: Yl
2284
+ }, jl = (
2273
2285
  /** @class */
2274
2286
  (function() {
2275
2287
  function e(t) {
@@ -2422,8 +2434,8 @@ var Vn = {
2422
2434
  addChoice: "add-choice",
2423
2435
  generic: ""
2424
2436
  };
2425
- function Yl(e, t, i) {
2426
- return (t = Kl(t)) in e ? Object.defineProperty(e, t, {
2437
+ function Kl(e, t, i) {
2438
+ return (t = zl(t)) in e ? Object.defineProperty(e, t, {
2427
2439
  value: i,
2428
2440
  enumerable: !0,
2429
2441
  configurable: !0,
@@ -2444,14 +2456,14 @@ function gt(e) {
2444
2456
  for (var t = 1; t < arguments.length; t++) {
2445
2457
  var i = arguments[t] != null ? arguments[t] : {};
2446
2458
  t % 2 ? Bn(Object(i), !0).forEach(function(n) {
2447
- Yl(e, n, i[n]);
2459
+ Kl(e, n, i[n]);
2448
2460
  }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(i)) : Bn(Object(i)).forEach(function(n) {
2449
2461
  Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(i, n));
2450
2462
  });
2451
2463
  }
2452
2464
  return e;
2453
2465
  }
2454
- function jl(e, t) {
2466
+ function Gl(e, t) {
2455
2467
  if (typeof e != "object" || !e) return e;
2456
2468
  var i = e[Symbol.toPrimitive];
2457
2469
  if (i !== void 0) {
@@ -2461,21 +2473,21 @@ function jl(e, t) {
2461
2473
  }
2462
2474
  return (t === "string" ? String : Number)(e);
2463
2475
  }
2464
- function Kl(e) {
2465
- var t = jl(e, "string");
2476
+ function zl(e) {
2477
+ var t = Gl(e, "string");
2466
2478
  return typeof t == "symbol" ? t : t + "";
2467
2479
  }
2468
2480
  function Ge(e) {
2469
2481
  return Array.isArray ? Array.isArray(e) : Mr(e) === "[object Array]";
2470
2482
  }
2471
- function Gl(e) {
2483
+ function Wl(e) {
2472
2484
  if (typeof e == "string")
2473
2485
  return e;
2474
2486
  let t = e + "";
2475
2487
  return t == "0" && 1 / e == -1 / 0 ? "-0" : t;
2476
2488
  }
2477
- function zl(e) {
2478
- return e == null ? "" : Gl(e);
2489
+ function Ul(e) {
2490
+ return e == null ? "" : Wl(e);
2479
2491
  }
2480
2492
  function Ne(e) {
2481
2493
  return typeof e == "string";
@@ -2483,26 +2495,26 @@ function Ne(e) {
2483
2495
  function Ar(e) {
2484
2496
  return typeof e == "number";
2485
2497
  }
2486
- function Wl(e) {
2487
- return e === !0 || e === !1 || Ul(e) && Mr(e) == "[object Boolean]";
2498
+ function ql(e) {
2499
+ return e === !0 || e === !1 || Xl(e) && Mr(e) == "[object Boolean]";
2488
2500
  }
2489
2501
  function Ir(e) {
2490
2502
  return typeof e == "object";
2491
2503
  }
2492
- function Ul(e) {
2504
+ function Xl(e) {
2493
2505
  return Ir(e) && e !== null;
2494
2506
  }
2495
2507
  function Ae(e) {
2496
2508
  return e != null;
2497
2509
  }
2498
- function Oi(e) {
2510
+ function ki(e) {
2499
2511
  return !e.trim().length;
2500
2512
  }
2501
2513
  function Mr(e) {
2502
2514
  return e == null ? e === void 0 ? "[object Undefined]" : "[object Null]" : Object.prototype.toString.call(e);
2503
2515
  }
2504
- const ql = "Incorrect 'index' type", Xl = (e) => `Invalid value for key ${e}`, Jl = (e) => `Pattern length exceeds max of ${e}.`, Zl = (e) => `Missing ${e} property in key`, Ql = (e) => `Property 'weight' in key '${e}' must be a positive integer`, Hn = Object.prototype.hasOwnProperty;
2505
- class ec {
2516
+ const Jl = "Incorrect 'index' type", Zl = (e) => `Invalid value for key ${e}`, Ql = (e) => `Pattern length exceeds max of ${e}.`, ec = (e) => `Missing ${e} property in key`, tc = (e) => `Property 'weight' in key '${e}' must be a positive integer`, Hn = Object.prototype.hasOwnProperty;
2517
+ class ic {
2506
2518
  constructor(t) {
2507
2519
  this._keys = [], this._keyMap = {};
2508
2520
  let i = 0;
@@ -2526,14 +2538,14 @@ class ec {
2526
2538
  function Tr(e) {
2527
2539
  let t = null, i = null, n = null, r = 1, a = null;
2528
2540
  if (Ne(e) || Ge(e))
2529
- n = e, t = Yn(e), i = Yi(e);
2541
+ n = e, t = Yn(e), i = ji(e);
2530
2542
  else {
2531
2543
  if (!Hn.call(e, "name"))
2532
- throw new Error(Zl("name"));
2544
+ throw new Error(ec("name"));
2533
2545
  const s = e.name;
2534
2546
  if (n = s, Hn.call(e, "weight") && (r = e.weight, r <= 0))
2535
- throw new Error(Ql(s));
2536
- t = Yn(s), i = Yi(s), a = e.getFn;
2547
+ throw new Error(tc(s));
2548
+ t = Yn(s), i = ji(s), a = e.getFn;
2537
2549
  }
2538
2550
  return {
2539
2551
  path: t,
@@ -2546,10 +2558,10 @@ function Tr(e) {
2546
2558
  function Yn(e) {
2547
2559
  return Ge(e) ? e : e.split(".");
2548
2560
  }
2549
- function Yi(e) {
2561
+ function ji(e) {
2550
2562
  return Ge(e) ? e.join(".") : e;
2551
2563
  }
2552
- function tc(e, t) {
2564
+ function nc(e, t) {
2553
2565
  let i = [], n = !1;
2554
2566
  const r = (a, s, o) => {
2555
2567
  if (Ae(a))
@@ -2560,8 +2572,8 @@ function tc(e, t) {
2560
2572
  const c = a[l];
2561
2573
  if (!Ae(c))
2562
2574
  return;
2563
- if (o === s.length - 1 && (Ne(c) || Ar(c) || Wl(c)))
2564
- i.push(zl(c));
2575
+ if (o === s.length - 1 && (Ne(c) || Ar(c) || ql(c)))
2576
+ i.push(Ul(c));
2565
2577
  else if (Ge(c)) {
2566
2578
  n = !0;
2567
2579
  for (let u = 0, d = c.length; u < d; u += 1)
@@ -2571,7 +2583,7 @@ function tc(e, t) {
2571
2583
  };
2572
2584
  return r(e, Ne(t) ? t.split(".") : t, 0), n ? i : i[0];
2573
2585
  }
2574
- const ic = {
2586
+ const rc = {
2575
2587
  // Whether the matches should be included in the result set. When `true`, each record in the result
2576
2588
  // set will include the indices of the matched characters.
2577
2589
  // These can consequently be used for highlighting purposes.
@@ -2581,7 +2593,7 @@ const ic = {
2581
2593
  findAllMatches: !1,
2582
2594
  // Minimum number of characters that must be matched before a result is considered a match
2583
2595
  minMatchCharLength: 1
2584
- }, nc = {
2596
+ }, ac = {
2585
2597
  // When `true`, the algorithm continues searching to the end of the input even if a perfect
2586
2598
  // match is found before the end of the same input.
2587
2599
  isCaseSensitive: !1,
@@ -2593,7 +2605,7 @@ const ic = {
2593
2605
  shouldSort: !0,
2594
2606
  // Default sort function: sort by ascending score, ascending index
2595
2607
  sortFn: (e, t) => e.score === t.score ? e.idx < t.idx ? -1 : 1 : e.score < t.score ? -1 : 1
2596
- }, rc = {
2608
+ }, sc = {
2597
2609
  // Approximately where in the text is the pattern expected to be found?
2598
2610
  location: 0,
2599
2611
  // At what point does the match algorithm give up. A threshold of '0.0' requires a perfect match
@@ -2605,12 +2617,12 @@ const ic = {
2605
2617
  // the exact location specified, a threshold of '1000' would require a perfect match
2606
2618
  // to be within 800 characters of the fuzzy location to be found using a 0.8 threshold.
2607
2619
  distance: 100
2608
- }, ac = {
2620
+ }, oc = {
2609
2621
  // When `true`, it enables the use of unix-like search commands
2610
2622
  useExtendedSearch: !1,
2611
2623
  // The get function to use when fetching an object's properties.
2612
2624
  // The default will search nested paths *ie foo.bar.baz*
2613
- getFn: tc,
2625
+ getFn: nc,
2614
2626
  // When `true`, search will ignore `location` and `distance`, so it won't matter
2615
2627
  // where in the string the pattern appears.
2616
2628
  // More info: https://fusejs.io/concepts/scoring-theory.html#fuzziness-score
@@ -2622,13 +2634,13 @@ const ic = {
2622
2634
  // The weight to determine how much field length norm effects scoring.
2623
2635
  fieldNormWeight: 1
2624
2636
  };
2625
- var Y = gt(gt(gt(gt({}, nc), ic), rc), ac);
2626
- const sc = /[^ ]+/g;
2627
- function oc(e = 1, t = 3) {
2637
+ var Y = gt(gt(gt(gt({}, ac), rc), sc), oc);
2638
+ const lc = /[^ ]+/g;
2639
+ function cc(e = 1, t = 3) {
2628
2640
  const i = /* @__PURE__ */ new Map(), n = Math.pow(10, t);
2629
2641
  return {
2630
2642
  get(r) {
2631
- const a = r.match(sc).length;
2643
+ const a = r.match(lc).length;
2632
2644
  if (i.has(a))
2633
2645
  return i.get(a);
2634
2646
  const s = 1 / Math.pow(a, 0.5 * e), o = parseFloat(Math.round(s * n) / n);
@@ -2644,7 +2656,7 @@ class sn {
2644
2656
  getFn: t = Y.getFn,
2645
2657
  fieldNormWeight: i = Y.fieldNormWeight
2646
2658
  } = {}) {
2647
- this.norm = oc(i, 3), this.getFn = t, this.isCreated = !1, this.setIndexRecords();
2659
+ this.norm = cc(i, 3), this.getFn = t, this.isCreated = !1, this.setIndexRecords();
2648
2660
  }
2649
2661
  setSources(t = []) {
2650
2662
  this.docs = t;
@@ -2682,7 +2694,7 @@ class sn {
2682
2694
  return this.records.length;
2683
2695
  }
2684
2696
  _addString(t, i) {
2685
- if (!Ae(t) || Oi(t))
2697
+ if (!Ae(t) || ki(t))
2686
2698
  return;
2687
2699
  let n = {
2688
2700
  v: t,
@@ -2711,7 +2723,7 @@ class sn {
2711
2723
  value: u
2712
2724
  } = l.pop();
2713
2725
  if (Ae(u))
2714
- if (Ne(u) && !Oi(u)) {
2726
+ if (Ne(u) && !ki(u)) {
2715
2727
  let d = {
2716
2728
  v: u,
2717
2729
  i: c,
@@ -2726,7 +2738,7 @@ class sn {
2726
2738
  });
2727
2739
  }
2728
2740
  n.$[a] = o;
2729
- } else if (Ne(s) && !Oi(s)) {
2741
+ } else if (Ne(s) && !ki(s)) {
2730
2742
  let o = {
2731
2743
  v: s,
2732
2744
  n: this.norm.get(s)
@@ -2753,7 +2765,7 @@ function Dr(e, t, {
2753
2765
  });
2754
2766
  return r.setKeys(e.map(Tr)), r.setSources(t), r.create(), r;
2755
2767
  }
2756
- function lc(e, {
2768
+ function uc(e, {
2757
2769
  getFn: t = Y.getFn,
2758
2770
  fieldNormWeight: i = Y.fieldNormWeight
2759
2771
  } = {}) {
@@ -2779,7 +2791,7 @@ function ni(e, {
2779
2791
  const o = Math.abs(n - i);
2780
2792
  return r ? s + o / r : o ? 1 : s;
2781
2793
  }
2782
- function cc(e = [], t = Y.minMatchCharLength) {
2794
+ function dc(e = [], t = Y.minMatchCharLength) {
2783
2795
  let i = [], n = -1, r = -1, a = 0;
2784
2796
  for (let s = e.length; a < s; a += 1) {
2785
2797
  let o = e[a];
@@ -2788,7 +2800,7 @@ function cc(e = [], t = Y.minMatchCharLength) {
2788
2800
  return e[a - 1] && a - n >= t && i.push([n, a - 1]), i;
2789
2801
  }
2790
2802
  const ot = 32;
2791
- function uc(e, t, i, {
2803
+ function hc(e, t, i, {
2792
2804
  location: n = Y.location,
2793
2805
  distance: r = Y.distance,
2794
2806
  threshold: a = Y.threshold,
@@ -2798,7 +2810,7 @@ function uc(e, t, i, {
2798
2810
  ignoreLocation: c = Y.ignoreLocation
2799
2811
  } = {}) {
2800
2812
  if (t.length > ot)
2801
- throw new Error(Jl(ot));
2813
+ throw new Error(Ql(ot));
2802
2814
  const u = t.length, d = e.length, h = Math.max(0, Math.min(n, d));
2803
2815
  let v = a, f = h;
2804
2816
  const m = o > 1 || l, b = m ? Array(d) : [];
@@ -2830,9 +2842,9 @@ function uc(e, t, i, {
2830
2842
  ignoreLocation: c
2831
2843
  }) <= v ? x = H : P = H, H = Math.floor((P - x) / 2 + x);
2832
2844
  P = H;
2833
- let R = Math.max(1, h - H + 1), A = s ? d : Math.min(h + H, d) + u, M = Array(A + 2);
2845
+ let V = Math.max(1, h - H + 1), A = s ? d : Math.min(h + H, d) + u, M = Array(A + 2);
2834
2846
  M[A + 1] = (1 << S) - 1;
2835
- for (let N = A; N >= R; N -= 1) {
2847
+ for (let N = A; N >= V; N -= 1) {
2836
2848
  let j = N - 1, te = i[e.charAt(j)];
2837
2849
  if (m && (b[j] = +!!te), M[N] = (M[N + 1] << 1 | 1) & te, S && (M[N] |= (y[N + 1] | y[N]) << 1 | 1 | y[N + 1]), M[N] & $ && (E = ni(t, {
2838
2850
  errors: S,
@@ -2843,7 +2855,7 @@ function uc(e, t, i, {
2843
2855
  }), E <= v)) {
2844
2856
  if (v = E, f = j, f <= h)
2845
2857
  break;
2846
- R = Math.max(1, 2 * h - f);
2858
+ V = Math.max(1, 2 * h - f);
2847
2859
  }
2848
2860
  }
2849
2861
  if (ni(t, {
@@ -2862,12 +2874,12 @@ function uc(e, t, i, {
2862
2874
  score: Math.max(1e-3, E)
2863
2875
  };
2864
2876
  if (m) {
2865
- const S = cc(b, o);
2877
+ const S = dc(b, o);
2866
2878
  S.length ? l && (T.indices = S) : T.isMatch = !1;
2867
2879
  }
2868
2880
  return T;
2869
2881
  }
2870
- function dc(e) {
2882
+ function fc(e) {
2871
2883
  let t = {};
2872
2884
  for (let i = 0, n = e.length; i < n; i += 1) {
2873
2885
  const r = e.charAt(i);
@@ -2900,7 +2912,7 @@ class xr {
2900
2912
  const u = (h, v) => {
2901
2913
  this.chunks.push({
2902
2914
  pattern: h,
2903
- alphabet: dc(h),
2915
+ alphabet: fc(h),
2904
2916
  startIndex: v
2905
2917
  });
2906
2918
  }, d = this.pattern.length;
@@ -2946,7 +2958,7 @@ class xr {
2946
2958
  isMatch: p,
2947
2959
  score: y,
2948
2960
  indices: E
2949
- } = uc(t, f, m, {
2961
+ } = hc(t, f, m, {
2950
2962
  location: r + b,
2951
2963
  distance: a,
2952
2964
  threshold: s,
@@ -2981,7 +2993,7 @@ function jn(e, t) {
2981
2993
  const i = e.match(t);
2982
2994
  return i ? i[1] : null;
2983
2995
  }
2984
- class hc extends tt {
2996
+ class vc extends tt {
2985
2997
  constructor(t) {
2986
2998
  super(t);
2987
2999
  }
@@ -3003,7 +3015,7 @@ class hc extends tt {
3003
3015
  };
3004
3016
  }
3005
3017
  }
3006
- class fc extends tt {
3018
+ class mc extends tt {
3007
3019
  constructor(t) {
3008
3020
  super(t);
3009
3021
  }
@@ -3025,7 +3037,7 @@ class fc extends tt {
3025
3037
  };
3026
3038
  }
3027
3039
  }
3028
- class vc extends tt {
3040
+ class gc extends tt {
3029
3041
  constructor(t) {
3030
3042
  super(t);
3031
3043
  }
@@ -3047,7 +3059,7 @@ class vc extends tt {
3047
3059
  };
3048
3060
  }
3049
3061
  }
3050
- class mc extends tt {
3062
+ class pc extends tt {
3051
3063
  constructor(t) {
3052
3064
  super(t);
3053
3065
  }
@@ -3069,7 +3081,7 @@ class mc extends tt {
3069
3081
  };
3070
3082
  }
3071
3083
  }
3072
- class gc extends tt {
3084
+ class _c extends tt {
3073
3085
  constructor(t) {
3074
3086
  super(t);
3075
3087
  }
@@ -3091,7 +3103,7 @@ class gc extends tt {
3091
3103
  };
3092
3104
  }
3093
3105
  }
3094
- class pc extends tt {
3106
+ class yc extends tt {
3095
3107
  constructor(t) {
3096
3108
  super(t);
3097
3109
  }
@@ -3174,21 +3186,21 @@ class kr extends tt {
3174
3186
  };
3175
3187
  }
3176
3188
  }
3177
- const ji = [hc, kr, vc, mc, pc, gc, fc, Or], Kn = ji.length, _c = / +(?=(?:[^\"]*\"[^\"]*\")*[^\"]*$)/, yc = "|";
3178
- function bc(e, t = {}) {
3179
- return e.split(yc).map((i) => {
3180
- let n = i.trim().split(_c).filter((a) => a && !!a.trim()), r = [];
3189
+ const Ki = [vc, kr, gc, pc, yc, _c, mc, Or], Kn = Ki.length, bc = / +(?=(?:[^\"]*\"[^\"]*\")*[^\"]*$)/, Ec = "|";
3190
+ function Sc(e, t = {}) {
3191
+ return e.split(Ec).map((i) => {
3192
+ let n = i.trim().split(bc).filter((a) => a && !!a.trim()), r = [];
3181
3193
  for (let a = 0, s = n.length; a < s; a += 1) {
3182
3194
  const o = n[a];
3183
3195
  let l = !1, c = -1;
3184
3196
  for (; !l && ++c < Kn; ) {
3185
- const u = ji[c];
3197
+ const u = Ki[c];
3186
3198
  let d = u.isMultiMatch(o);
3187
3199
  d && (r.push(new u(d, t)), l = !0);
3188
3200
  }
3189
3201
  if (!l)
3190
3202
  for (c = -1; ++c < Kn; ) {
3191
- const u = ji[c];
3203
+ const u = Ki[c];
3192
3204
  let d = u.isSingleMatch(o);
3193
3205
  if (d) {
3194
3206
  r.push(new u(d, t));
@@ -3199,8 +3211,8 @@ function bc(e, t = {}) {
3199
3211
  return r;
3200
3212
  });
3201
3213
  }
3202
- const Ec = /* @__PURE__ */ new Set([Or.type, kr.type]);
3203
- class Sc {
3214
+ const Cc = /* @__PURE__ */ new Set([Or.type, kr.type]);
3215
+ class wc {
3204
3216
  constructor(t, {
3205
3217
  isCaseSensitive: i = Y.isCaseSensitive,
3206
3218
  includeMatches: n = Y.includeMatches,
@@ -3220,7 +3232,7 @@ class Sc {
3220
3232
  location: o,
3221
3233
  threshold: l,
3222
3234
  distance: c
3223
- }, this.pattern = i ? t : t.toLowerCase(), this.query = bc(this.pattern, this.options);
3235
+ }, this.pattern = i ? t : t.toLowerCase(), this.query = Sc(this.pattern, this.options);
3224
3236
  }
3225
3237
  static condition(t, i) {
3226
3238
  return i.useExtendedSearch;
@@ -3250,7 +3262,7 @@ class Sc {
3250
3262
  if (f) {
3251
3263
  if (a += 1, o += b, n) {
3252
3264
  const p = v.constructor.type;
3253
- Ec.has(p) ? s = [...s, ...m] : s.push(m);
3265
+ Cc.has(p) ? s = [...s, ...m] : s.push(m);
3254
3266
  }
3255
3267
  } else {
3256
3268
  o = 0, a = 0, s.length = 0;
@@ -3271,13 +3283,13 @@ class Sc {
3271
3283
  };
3272
3284
  }
3273
3285
  }
3274
- const Ki = [];
3275
- function Cc(...e) {
3276
- Ki.push(...e);
3286
+ const Gi = [];
3287
+ function Ac(...e) {
3288
+ Gi.push(...e);
3277
3289
  }
3278
- function Gi(e, t) {
3279
- for (let i = 0, n = Ki.length; i < n; i += 1) {
3280
- let r = Ki[i];
3290
+ function zi(e, t) {
3291
+ for (let i = 0, n = Gi.length; i < n; i += 1) {
3292
+ let r = Gi[i];
3281
3293
  if (r.condition(e, t))
3282
3294
  return new r(e, t);
3283
3295
  }
@@ -3286,10 +3298,10 @@ function Gi(e, t) {
3286
3298
  const di = {
3287
3299
  AND: "$and",
3288
3300
  OR: "$or"
3289
- }, zi = {
3301
+ }, Wi = {
3290
3302
  PATH: "$path",
3291
3303
  PATTERN: "$val"
3292
- }, Wi = (e) => !!(e[di.AND] || e[di.OR]), wc = (e) => !!e[zi.PATH], Ac = (e) => !Ge(e) && Ir(e) && !Wi(e), Gn = (e) => ({
3304
+ }, Ui = (e) => !!(e[di.AND] || e[di.OR]), Ic = (e) => !!e[Wi.PATH], Mc = (e) => !Ge(e) && Ir(e) && !Ui(e), Gn = (e) => ({
3293
3305
  [di.AND]: Object.keys(e).map((t) => ({
3294
3306
  [t]: e[t]
3295
3307
  }))
@@ -3299,18 +3311,18 @@ function Lr(e, t, {
3299
3311
  } = {}) {
3300
3312
  const n = (r) => {
3301
3313
  let a = Object.keys(r);
3302
- const s = wc(r);
3303
- if (!s && a.length > 1 && !Wi(r))
3314
+ const s = Ic(r);
3315
+ if (!s && a.length > 1 && !Ui(r))
3304
3316
  return n(Gn(r));
3305
- if (Ac(r)) {
3306
- const l = s ? r[zi.PATH] : a[0], c = s ? r[zi.PATTERN] : r[l];
3317
+ if (Mc(r)) {
3318
+ const l = s ? r[Wi.PATH] : a[0], c = s ? r[Wi.PATTERN] : r[l];
3307
3319
  if (!Ne(c))
3308
- throw new Error(Xl(l));
3320
+ throw new Error(Zl(l));
3309
3321
  const u = {
3310
- keyId: Yi(l),
3322
+ keyId: ji(l),
3311
3323
  pattern: c
3312
3324
  };
3313
- return i && (u.searcher = Gi(c, t)), u;
3325
+ return i && (u.searcher = zi(c, t)), u;
3314
3326
  }
3315
3327
  let o = {
3316
3328
  children: [],
@@ -3323,9 +3335,9 @@ function Lr(e, t, {
3323
3335
  });
3324
3336
  }), o;
3325
3337
  };
3326
- return Wi(e) || (e = Gn(e)), n(e);
3338
+ return Ui(e) || (e = Gn(e)), n(e);
3327
3339
  }
3328
- function Ic(e, {
3340
+ function Tc(e, {
3329
3341
  ignoreFieldNorm: t = Y.ignoreFieldNorm
3330
3342
  }) {
3331
3343
  e.forEach((i) => {
@@ -3340,7 +3352,7 @@ function Ic(e, {
3340
3352
  }), i.score = n;
3341
3353
  });
3342
3354
  }
3343
- function Mc(e, t) {
3355
+ function Dc(e, t) {
3344
3356
  const i = e.matches;
3345
3357
  t.matches = [], Ae(i) && i.forEach((n) => {
3346
3358
  if (!Ae(n.indices) || !n.indices.length)
@@ -3356,15 +3368,15 @@ function Mc(e, t) {
3356
3368
  n.key && (s.key = n.key.src), n.idx > -1 && (s.refIndex = n.idx), t.matches.push(s);
3357
3369
  });
3358
3370
  }
3359
- function Tc(e, t) {
3371
+ function xc(e, t) {
3360
3372
  t.score = e.score;
3361
3373
  }
3362
- function Dc(e, t, {
3374
+ function Oc(e, t, {
3363
3375
  includeMatches: i = Y.includeMatches,
3364
3376
  includeScore: n = Y.includeScore
3365
3377
  } = {}) {
3366
3378
  const r = [];
3367
- return i && r.push(Mc), n && r.push(Tc), e.map((a) => {
3379
+ return i && r.push(Dc), n && r.push(xc), e.map((a) => {
3368
3380
  const {
3369
3381
  idx: s
3370
3382
  } = a, o = {
@@ -3378,11 +3390,11 @@ function Dc(e, t, {
3378
3390
  }
3379
3391
  class At {
3380
3392
  constructor(t, i = {}, n) {
3381
- this.options = gt(gt({}, Y), i), this.options.useExtendedSearch, this._keyStore = new ec(this.options.keys), this.setCollection(t, n);
3393
+ this.options = gt(gt({}, Y), i), this.options.useExtendedSearch, this._keyStore = new ic(this.options.keys), this.setCollection(t, n);
3382
3394
  }
3383
3395
  setCollection(t, i) {
3384
3396
  if (this._docs = t, i && !(i instanceof sn))
3385
- throw new Error(ql);
3397
+ throw new Error(Jl);
3386
3398
  this._myIndex = i || Dr(this.options.keys, this._docs, {
3387
3399
  getFn: this.options.getFn,
3388
3400
  fieldNormWeight: this.options.fieldNormWeight
@@ -3416,15 +3428,15 @@ class At {
3416
3428
  ignoreFieldNorm: o
3417
3429
  } = this.options;
3418
3430
  let l = Ne(t) ? Ne(this._docs[0]) ? this._searchStringList(t) : this._searchObjectList(t) : this._searchLogical(t);
3419
- return Ic(l, {
3431
+ return Tc(l, {
3420
3432
  ignoreFieldNorm: o
3421
- }), a && l.sort(s), Ar(i) && i > -1 && (l = l.slice(0, i)), Dc(l, this._docs, {
3433
+ }), a && l.sort(s), Ar(i) && i > -1 && (l = l.slice(0, i)), Oc(l, this._docs, {
3422
3434
  includeMatches: n,
3423
3435
  includeScore: r
3424
3436
  });
3425
3437
  }
3426
3438
  _searchStringList(t) {
3427
- const i = Gi(t, this.options), {
3439
+ const i = zi(t, this.options), {
3428
3440
  records: n
3429
3441
  } = this._myIndex, r = [];
3430
3442
  return n.forEach(({
@@ -3497,7 +3509,7 @@ class At {
3497
3509
  }), s;
3498
3510
  }
3499
3511
  _searchObjectList(t) {
3500
- const i = Gi(t, this.options), {
3512
+ const i = zi(t, this.options), {
3501
3513
  keys: n,
3502
3514
  records: r
3503
3515
  } = this._myIndex, a = [];
@@ -3573,15 +3585,15 @@ class At {
3573
3585
  }
3574
3586
  At.version = "7.0.0";
3575
3587
  At.createIndex = Dr;
3576
- At.parseIndex = lc;
3588
+ At.parseIndex = uc;
3577
3589
  At.config = Y;
3578
3590
  At.parseQuery = Lr;
3579
- Cc(Sc);
3580
- var xc = (
3591
+ Ac(wc);
3592
+ var kc = (
3581
3593
  /** @class */
3582
3594
  (function() {
3583
3595
  function e(t) {
3584
- this._haystack = [], this._fuseOptions = Se(Se({}, t.fuseOptions), { keys: hl([], t.searchFields), includeMatches: !0 });
3596
+ this._haystack = [], this._fuseOptions = Se(Se({}, t.fuseOptions), { keys: vl([], t.searchFields), includeMatches: !0 });
3585
3597
  }
3586
3598
  return e.prototype.index = function(t) {
3587
3599
  this._haystack = t, this._fuse && this._fuse.setCollection(t);
@@ -3603,21 +3615,21 @@ var xc = (
3603
3615
  }, e;
3604
3616
  })()
3605
3617
  );
3606
- function Oc(e) {
3607
- return new xc(e);
3618
+ function Lc(e) {
3619
+ return new kc(e);
3608
3620
  }
3609
- var kc = function(e) {
3621
+ var $c = function(e) {
3610
3622
  for (var t in e)
3611
3623
  if (Object.prototype.hasOwnProperty.call(e, t))
3612
3624
  return !1;
3613
3625
  return !0;
3614
- }, ki = function(e, t, i) {
3626
+ }, Li = function(e, t, i) {
3615
3627
  var n = e.dataset, r = t.customProperties, a = t.labelClass, s = t.labelDescription;
3616
- a && (n.labelClass = _i(a).join(" ")), s && (n.labelDescription = s), i && r && (typeof r == "string" ? n.customProperties = r : typeof r == "object" && !kc(r) && (n.customProperties = JSON.stringify(r)));
3628
+ a && (n.labelClass = yi(a).join(" ")), s && (n.labelDescription = s), i && r && (typeof r == "string" ? n.customProperties = r : typeof r == "object" && !$c(r) && (n.customProperties = JSON.stringify(r)));
3617
3629
  }, zn = function(e, t, i) {
3618
3630
  var n = t && e.querySelector("label[for='".concat(t, "']")), r = n && n.innerText;
3619
3631
  r && i.setAttribute("aria-label", r);
3620
- }, Lc = {
3632
+ }, Nc = {
3621
3633
  containerOuter: function(e, t, i, n, r, a, s) {
3622
3634
  var o = e.classNames.containerOuter, l = document.createElement("div");
3623
3635
  return G(l, o), l.dataset.type = a, t && (l.dir = t), n && (l.tabIndex = 0), i && (l.setAttribute("role", r ? "combobox" : "listbox"), r ? l.setAttribute("aria-autocomplete", "list") : s || zn(this._docRoot, this.passedElement.element.id, l), l.setAttribute("aria-haspopup", "true"), l.setAttribute("aria-expanded", "false")), s && l.setAttribute("aria-labelledby", s), l;
@@ -3641,7 +3653,7 @@ var kc = function(e) {
3641
3653
  Be(m, n, t.label), G(m, t.labelClass), f.appendChild(m);
3642
3654
  } else
3643
3655
  Be(f, n, t.label);
3644
- if (f.dataset.item = "", f.dataset.id = t.id, f.dataset.value = v, ki(f, t, !0), (t.disabled || this.containerOuter.isDisabled) && f.setAttribute("aria-disabled", "true"), this._isSelectElement && (f.setAttribute("aria-selected", "true"), f.setAttribute("role", "option")), t.placeholder && (G(f, h), f.dataset.placeholder = ""), G(f, t.highlighted ? u : d), i) {
3656
+ if (f.dataset.item = "", f.dataset.id = t.id, f.dataset.value = v, Li(f, t, !0), (t.disabled || this.containerOuter.isDisabled) && f.setAttribute("aria-disabled", "true"), this._isSelectElement && (f.setAttribute("aria-selected", "true"), f.setAttribute("role", "option")), t.placeholder && (G(f, h), f.dataset.placeholder = ""), G(f, t.highlighted ? u : d), i) {
3645
3657
  t.disabled && $e(f, d), f.dataset.deletable = "";
3646
3658
  var b = document.createElement("button");
3647
3659
  b.type = "button", G(b, c), Be(b, !0, Pt(a, t.value));
@@ -3675,7 +3687,7 @@ var kc = function(e) {
3675
3687
  var E = document.createElement("span");
3676
3688
  Be(E, r, t.labelDescription), E.id = y, G(E, d), m.appendChild(E);
3677
3689
  }
3678
- return t.selected && G(m, c), t.placeholder && G(m, h), m.setAttribute("role", t.group ? "treeitem" : "option"), m.dataset.choice = "", m.dataset.id = t.id, m.dataset.value = f, i && (m.dataset.selectText = i), t.group && (m.dataset.groupId = "".concat(t.group.id)), ki(m, t, !1), t.disabled ? (G(m, u), m.dataset.choiceDisabled = "", m.setAttribute("aria-disabled", "true")) : (G(m, l), m.dataset.choiceSelectable = ""), m;
3690
+ return t.selected && G(m, c), t.placeholder && G(m, h), m.setAttribute("role", t.group ? "treeitem" : "option"), m.dataset.choice = "", m.dataset.id = t.id, m.dataset.value = f, i && (m.dataset.selectText = i), t.group && (m.dataset.groupId = "".concat(t.group.id)), Li(m, t, !1), t.disabled ? (G(m, u), m.dataset.choiceDisabled = "", m.setAttribute("aria-disabled", "true")) : (G(m, l), m.dataset.choiceSelectable = ""), m;
3679
3691
  },
3680
3692
  input: function(e, t) {
3681
3693
  var i = e.classNames, n = i.input, r = i.inputCloned, a = e.labelId, s = document.createElement("input");
@@ -3704,12 +3716,12 @@ var kc = function(e) {
3704
3716
  },
3705
3717
  option: function(e) {
3706
3718
  var t = lt(e.label), i = new Option(t, e.value, !1, e.selected);
3707
- return ki(i, e, !0), i.disabled = e.disabled, e.selected && i.setAttribute("selected", ""), i;
3719
+ return Li(i, e, !0), i.disabled = e.disabled, e.selected && i.setAttribute("selected", ""), i;
3708
3720
  }
3709
- }, $c = "-ms-scroll-limit" in document.documentElement.style && "-ms-ime-align" in document.documentElement.style, Nc = {}, Li = function(e) {
3721
+ }, Pc = "-ms-scroll-limit" in document.documentElement.style && "-ms-ime-align" in document.documentElement.style, Fc = {}, $i = function(e) {
3710
3722
  if (e)
3711
3723
  return e.dataset.id ? parseInt(e.dataset.id, 10) : void 0;
3712
- }, Ot = "[data-choice-selectable]", Pc = (
3724
+ }, Ot = "[data-choice-selectable]", Rc = (
3713
3725
  /** @class */
3714
3726
  (function() {
3715
3727
  function e(t, i) {
@@ -3717,7 +3729,7 @@ var kc = function(e) {
3717
3729
  var n = this;
3718
3730
  this.initialisedOK = void 0, this._hasNonChoicePlaceholder = !1, this._lastAddedChoiceId = 0, this._lastAddedGroupId = 0;
3719
3731
  var r = e.defaults;
3720
- this.config = Se(Se(Se({}, r.allOptions), r.options), i), fl.forEach(function(p) {
3732
+ this.config = Se(Se(Se({}, r.allOptions), r.options), i), ml.forEach(function(p) {
3721
3733
  n.config[p] = Se(Se(Se({}, r.allOptions[p]), r.options[p]), i[p]);
3722
3734
  });
3723
3735
  var a = this.config;
@@ -3725,7 +3737,7 @@ var kc = function(e) {
3725
3737
  var s = a.shadowRoot || document.documentElement;
3726
3738
  this._docRoot = s;
3727
3739
  var o = typeof t == "string" ? s.querySelector(t) : t;
3728
- if (!o || typeof o != "object" || !(Ll(o) || wr(o)))
3740
+ if (!o || typeof o != "object" || !(Nl(o) || wr(o)))
3729
3741
  throw TypeError(!o && typeof t == "string" ? "Selector ".concat(t, " failed to find an element") : "Expected one of the following types text|select-one|select-multiple");
3730
3742
  var l = o.type, c = l === qe.Text;
3731
3743
  (c || a.maxItemCount !== 1) && (a.singleModeForMultiSelect = !1), a.singleModeForMultiSelect && (l = qe.SelectMultiple);
@@ -3735,13 +3747,13 @@ var kc = function(e) {
3735
3747
  a.addItemFilter = v.test.bind(v);
3736
3748
  }
3737
3749
  if (this._isTextElement)
3738
- this.passedElement = new kl({
3750
+ this.passedElement = new $l({
3739
3751
  element: o,
3740
3752
  classNames: a.classNames
3741
3753
  });
3742
3754
  else {
3743
3755
  var f = o;
3744
- this.passedElement = new Pl({
3756
+ this.passedElement = new Rl({
3745
3757
  element: f,
3746
3758
  classNames: a.classNames,
3747
3759
  template: function(p) {
@@ -3750,7 +3762,7 @@ var kc = function(e) {
3750
3762
  extractPlaceholder: a.placeholder && !this._hasNonChoicePlaceholder
3751
3763
  });
3752
3764
  }
3753
- if (this.initialised = !1, this._store = new Hl(a), this._currentValue = "", a.searchEnabled = !c && a.searchEnabled || d, this._canSearch = a.searchEnabled, this._isScrollingOnIe = !1, this._highlightPosition = 0, this._wasTap = !0, this._placeholderValue = this._generatePlaceholderValue(), this._baseId = yl(o, "choices-"), this._direction = o.dir, !this._direction) {
3765
+ if (this.initialised = !1, this._store = new jl(a), this._currentValue = "", a.searchEnabled = !c && a.searchEnabled || d, this._canSearch = a.searchEnabled, this._isScrollingOnIe = !1, this._highlightPosition = 0, this._wasTap = !0, this._placeholderValue = this._generatePlaceholderValue(), this._baseId = El(o, "choices-"), this._direction = o.dir, !this._direction) {
3754
3766
  var m = window.getComputedStyle(o).direction, b = window.getComputedStyle(document.documentElement).direction;
3755
3767
  m !== b && (this._direction = m);
3756
3768
  }
@@ -3768,13 +3780,13 @@ var kc = function(e) {
3768
3780
  get: function() {
3769
3781
  return Object.preventExtensions({
3770
3782
  get options() {
3771
- return Nc;
3783
+ return Fc;
3772
3784
  },
3773
3785
  get allOptions() {
3774
3786
  return Fn;
3775
3787
  },
3776
3788
  get templates() {
3777
- return Lc;
3789
+ return Nc;
3778
3790
  }
3779
3791
  });
3780
3792
  },
@@ -3782,7 +3794,7 @@ var kc = function(e) {
3782
3794
  configurable: !0
3783
3795
  }), e.prototype.init = function() {
3784
3796
  if (!(this.initialised || this.initialisedOK !== void 0)) {
3785
- this._searcher = Oc(this.config), this._loadChoices(), this._createTemplates(), this._createElements(), this._createStructure(), this._isTextElement && !this.config.addItems || this.passedElement.element.hasAttribute("disabled") || this.passedElement.element.closest("fieldset:disabled") ? this.disable() : (this.enable(), this._addEventListeners()), this._initStore(), this.initialised = !0, this.initialisedOK = !0;
3797
+ this._searcher = Lc(this.config), this._loadChoices(), this._createTemplates(), this._createElements(), this._createStructure(), this._isTextElement && !this.config.addItems || this.passedElement.element.hasAttribute("disabled") || this.passedElement.element.closest("fieldset:disabled") ? this.disable() : (this.enable(), this._addEventListeners()), this._initStore(), this.initialised = !0, this.initialisedOK = !0;
3786
3798
  var t = this.config.callbackOnInit;
3787
3799
  typeof t == "function" && t.call(this);
3788
3800
  }
@@ -3947,7 +3959,7 @@ var kc = function(e) {
3947
3959
  var i = this._store.choices.find(function(n) {
3948
3960
  return n.value === t;
3949
3961
  });
3950
- return i ? (this._clearNotice(), this._store.dispatch(vl(i)), this._searcher.reset(), i.selected && this.passedElement.triggerEvent(Ee.removeItem, this._getChoiceForOutput(i)), this) : this;
3962
+ return i ? (this._clearNotice(), this._store.dispatch(gl(i)), this._searcher.reset(), i.selected && this.passedElement.triggerEvent(Ee.removeItem, this._getChoiceForOutput(i)), this) : this;
3951
3963
  }, e.prototype.clearChoices = function(t, i) {
3952
3964
  var n = this;
3953
3965
  return t === void 0 && (t = !0), i === void 0 && (i = !1), t && (i ? this.passedElement.element.replaceChildren("") : this.passedElement.element.querySelectorAll(":not([selected])").forEach(function(r) {
@@ -3964,7 +3976,7 @@ var kc = function(e) {
3964
3976
  var t = !this._isSelectOneElement;
3965
3977
  return this.input.clear(t), this._stopSearch(), this;
3966
3978
  }, e.prototype._validateConfig = function() {
3967
- var t = this.config, i = Il(t, Fn);
3979
+ var t = this.config, i = Tl(t, Fn);
3968
3980
  i.length && console.warn("Unknown config option(s) passed", i.join(", ")), t.allowHTML && t.allowHtmlUserInput && (t.addItems && console.warn("Warning: allowHTML/allowHtmlUserInput/addItems all being true is strongly not recommended and may lead to XSS attacks"), t.addChoices && console.warn("Warning: allowHTML/allowHtmlUserInput/addChoices all being true is strongly not recommended and may lead to XSS attacks"));
3969
3981
  }, e.prototype._render = function(t) {
3970
3982
  t === void 0 && (t = { choices: !0, groups: !0, items: !0 }), !this._store.inTxn() && (this._isSelectElement && (t.choices || t.groups) && this._renderChoices(), t.items && this._renderItems());
@@ -3983,7 +3995,7 @@ var kc = function(e) {
3983
3995
  return !m.placeholder && (r ? !!m.rank : n.renderSelectedChoices || !m.selected);
3984
3996
  });
3985
3997
  }, h = !1, v = function(f, m, b) {
3986
- r ? f.sort(wl) : n.shouldSort && f.sort(n.sorter);
3998
+ r ? f.sort(Il) : n.shouldSort && f.sort(n.sorter);
3987
3999
  var p = f.length;
3988
4000
  p = !m && l && p > l ? l : p, p--, f.every(function(y, E) {
3989
4001
  var P = y.choiceEl || t._templates.choice(n, y, n.itemSelectText, b);
@@ -4083,7 +4095,7 @@ var kc = function(e) {
4083
4095
  }, e.prototype._handleButtonAction = function(t) {
4084
4096
  var i = this, n = this._store.items;
4085
4097
  if (!(!n.length || !this.config.removeItems || !this.config.removeItemButton)) {
4086
- var r = t && Li(t.parentElement), a = r && n.find(function(s) {
4098
+ var r = t && $i(t.parentElement), a = r && n.find(function(s) {
4087
4099
  return s.id === r;
4088
4100
  });
4089
4101
  a && this._store.withTxn(function() {
@@ -4100,13 +4112,13 @@ var kc = function(e) {
4100
4112
  i === void 0 && (i = !1);
4101
4113
  var r = this._store.items;
4102
4114
  if (!(!r.length || !this.config.removeItems || this._isSelectOneElement)) {
4103
- var a = Li(t);
4115
+ var a = $i(t);
4104
4116
  a && (r.forEach(function(s) {
4105
4117
  s.id === a && !s.highlighted ? n.highlightItem(s) : !i && s.highlighted && n.unhighlightItem(s);
4106
4118
  }), this.input.focus());
4107
4119
  }
4108
4120
  }, e.prototype._handleChoiceAction = function(t) {
4109
- var i = this, n = Li(t), r = n && this._store.getChoiceById(n);
4121
+ var i = this, n = $i(t), r = n && this._store.getChoiceById(n);
4110
4122
  if (!r || r.disabled)
4111
4123
  return !1;
4112
4124
  var a = this.dropdown.isActive;
@@ -4187,9 +4199,9 @@ var kc = function(e) {
4187
4199
  var r = n.search(i);
4188
4200
  this._currentValue = i, this._highlightPosition = 0, this._isSearching = !0;
4189
4201
  var a = this._notice, s = a && a.type;
4190
- return s !== ve.addChoice && (r.length ? this._clearNotice() : this._displayNotice($n(this.config.noResultsText), ve.noResults)), this._store.dispatch(ml(r)), r.length;
4202
+ return s !== ve.addChoice && (r.length ? this._clearNotice() : this._displayNotice($n(this.config.noResultsText), ve.noResults)), this._store.dispatch(pl(r)), r.length;
4191
4203
  }, e.prototype._stopSearch = function() {
4192
- this._isSearching && (this._currentValue = "", this._isSearching = !1, this._clearNotice(), this._store.dispatch(gl(!0)), this.passedElement.triggerEvent(Ee.search, {
4204
+ this._isSearching && (this._currentValue = "", this._isSearching = !1, this._clearNotice(), this._store.dispatch(_l(!0)), this.passedElement.triggerEvent(Ee.search, {
4193
4205
  value: "",
4194
4206
  resultCount: 0
4195
4207
  }));
@@ -4289,9 +4301,9 @@ var kc = function(e) {
4289
4301
  r > 0 ? s = this.dropdown.element.querySelector("".concat(Ot, ":last-of-type")) : s = this.dropdown.element.querySelector(Ot);
4290
4302
  else {
4291
4303
  var o = this.dropdown.element.querySelector(xt(this.config.classNames.highlightedState));
4292
- o ? s = bl(o, Ot, r) : s = this.dropdown.element.querySelector(Ot);
4304
+ o ? s = Sl(o, Ot, r) : s = this.dropdown.element.querySelector(Ot);
4293
4305
  }
4294
- s && (El(s, this.choiceList.element, r) || this.choiceList.scrollToChildElement(s, r), this._highlightChoice(s)), t.preventDefault();
4306
+ s && (Cl(s, this.choiceList.element, r) || this.choiceList.scrollToChildElement(s, r), this._highlightChoice(s)), t.preventDefault();
4295
4307
  }
4296
4308
  }, e.prototype._onDeleteKey = function(t, i, n) {
4297
4309
  !this._isSelectOneElement && !t.target.value && n && (this._handleBackspace(i), t.preventDefault());
@@ -4307,7 +4319,7 @@ var kc = function(e) {
4307
4319
  }, e.prototype._onMouseDown = function(t) {
4308
4320
  var i = t.target;
4309
4321
  if (i instanceof HTMLElement) {
4310
- if ($c && this.choiceList.element.contains(i)) {
4322
+ if (Pc && this.choiceList.element.contains(i)) {
4311
4323
  var n = this.choiceList.element.firstElementChild;
4312
4324
  this._isScrollingOnIe = this._direction === "ltr" ? t.offsetX >= n.offsetWidth : t.offsetX < n.offsetLeft;
4313
4325
  }
@@ -4372,12 +4384,12 @@ var kc = function(e) {
4372
4384
  var n = this;
4373
4385
  if (i === void 0 && (i = !0), t.id)
4374
4386
  throw new TypeError("Can not re-add a group which has already been added");
4375
- this._store.dispatch(pl(t)), t.choices && (this._lastAddedGroupId++, t.id = this._lastAddedGroupId, t.choices.forEach(function(r) {
4387
+ this._store.dispatch(yl(t)), t.choices && (this._lastAddedGroupId++, t.id = this._lastAddedGroupId, t.choices.forEach(function(r) {
4376
4388
  r.group = t, t.disabled && (r.disabled = !0), n._addChoice(r, i);
4377
4389
  }));
4378
4390
  }, e.prototype._createTemplates = function() {
4379
4391
  var t = this, i = this.config.callbackOnCreateTemplates, n = {};
4380
- typeof i == "function" && (n = i.call(this, Sl, an, _i));
4392
+ typeof i == "function" && (n = i.call(this, wl, an, yi));
4381
4393
  var r = {};
4382
4394
  Object.keys(this._templates).forEach(function(a) {
4383
4395
  a in n ? r[a] = n[a].bind(t) : r[a] = t._templates[a].bind(t);
@@ -4394,7 +4406,7 @@ var kc = function(e) {
4394
4406
  classNames: s,
4395
4407
  type: o,
4396
4408
  position: a
4397
- }), this.input = new xl({
4409
+ }), this.input = new kl({
4398
4410
  element: t.input(n, this._placeholderValue),
4399
4411
  classNames: s,
4400
4412
  type: o,
@@ -4403,7 +4415,7 @@ var kc = function(e) {
4403
4415
  element: t.choiceList(n, r)
4404
4416
  }), this.itemList = new Pn({
4405
4417
  element: t.itemList(n, r)
4406
- }), this.dropdown = new Dl({
4418
+ }), this.dropdown = new Ol({
4407
4419
  element: t.dropdown(n),
4408
4420
  classNames: s,
4409
4421
  type: o
@@ -4456,10 +4468,10 @@ var kc = function(e) {
4456
4468
  }, e.version = "11.1.0", e;
4457
4469
  })()
4458
4470
  );
4459
- const Fc = {
4471
+ const Vc = {
4460
4472
  class: "m-form-group",
4461
4473
  ref: "selectComponent"
4462
- }, Rc = ["for"], Vc = ["id"], Bc = ["id", "aria-describedby", "multiple"], Hc = /* @__PURE__ */ W({
4474
+ }, Bc = ["for"], Hc = ["id"], Yc = ["id", "aria-describedby", "multiple"], jc = /* @__PURE__ */ U({
4463
4475
  __name: "MucSelect",
4464
4476
  props: /* @__PURE__ */ Pe({
4465
4477
  id: {},
@@ -4500,7 +4512,7 @@ const Fc = {
4500
4512
  }
4501
4513
  );
4502
4514
  const s = () => {
4503
- n.value = new Pc(i.value, {
4515
+ n.value = new Rc(i.value, {
4504
4516
  allowHTML: !0,
4505
4517
  itemSelectText: "",
4506
4518
  noResultsText: e.noItemFoundMessage,
@@ -4587,20 +4599,20 @@ const Fc = {
4587
4599
  };
4588
4600
  return wt(() => {
4589
4601
  i.value && s();
4590
- }), en(() => {
4602
+ }), tn(() => {
4591
4603
  n.value && n.value.destroy();
4592
- }), (d, h) => (_(), C("div", Fc, [
4604
+ }), (d, h) => (_(), C("div", Vc, [
4593
4605
  e.label ? (_(), C("label", {
4594
4606
  key: 0,
4595
4607
  for: "select-" + e.id,
4596
4608
  class: "m-label"
4597
- }, L(e.label), 9, Rc)) : B("", !0),
4609
+ }, L(e.label), 9, Bc)) : R("", !0),
4598
4610
  e.hint ? (_(), C("p", {
4599
4611
  key: 1,
4600
4612
  class: "m-hint",
4601
4613
  id: "select-hint-" + e.id,
4602
4614
  tabindex: "0"
4603
- }, L(e.hint), 9, Vc)) : B("", !0),
4615
+ }, L(e.hint), 9, Hc)) : R("", !0),
4604
4616
  g("div", {
4605
4617
  ref_key: "selectComponentWrapper",
4606
4618
  ref: t,
@@ -4613,20 +4625,20 @@ const Fc = {
4613
4625
  "aria-describedby": e.hint ? "select-hint-" + e.id : void 0,
4614
4626
  class: "m-select",
4615
4627
  multiple: e.multiple
4616
- }, null, 8, Bc)
4628
+ }, null, 8, Yc)
4617
4629
  ], 512)
4618
4630
  ], 512));
4619
4631
  }
4620
- }), Yc = ["for"], jc = ["id"], Kc = ["id", "aria-describedby", "rows", "placeholder", "maxlength", "required", "aria-required"], Gc = {
4632
+ }), Kc = ["for"], Gc = ["id"], zc = ["id", "aria-describedby", "rows", "placeholder", "maxlength", "required", "aria-required"], Wc = {
4621
4633
  key: 0,
4622
4634
  class: "m-character-count"
4623
- }, zc = ["id"], Wc = {
4635
+ }, Uc = ["id"], qc = {
4624
4636
  class: "m-character-count__status",
4625
4637
  "aria-hidden": "true"
4626
- }, Uc = {
4638
+ }, Xc = {
4627
4639
  class: "m-character-count__sr-status visually-hidden",
4628
4640
  "aria-live": "polite"
4629
- }, qc = /* @__PURE__ */ W({
4641
+ }, Jc = /* @__PURE__ */ U({
4630
4642
  __name: "MucTextArea",
4631
4643
  props: /* @__PURE__ */ Pe({
4632
4644
  id: {},
@@ -4651,12 +4663,12 @@ const Fc = {
4651
4663
  key: 0,
4652
4664
  for: "textarea-" + e.id,
4653
4665
  class: J(["m-label", { "m-label--optional": !e.required }])
4654
- }, L(e.label), 11, Yc)) : B("", !0),
4666
+ }, L(e.label), 11, Kc)) : R("", !0),
4655
4667
  e.hint ? (_(), C("p", {
4656
4668
  key: 1,
4657
4669
  id: "textarea-hint-" + e.id,
4658
4670
  class: "m-hint"
4659
- }, L(e.hint), 9, jc)) : B("", !0),
4671
+ }, L(e.hint), 9, Gc)) : R("", !0),
4660
4672
  g("div", {
4661
4673
  class: J(["m-input-wrapper", { "m-input-wrapper--character-count": e.maxlength }])
4662
4674
  }, [
@@ -4671,17 +4683,17 @@ const Fc = {
4671
4683
  required: e.required,
4672
4684
  "aria-required": e.required,
4673
4685
  onBlur: r[1] || (r[1] = (a) => i.value = t.value.length)
4674
- }, null, 40, Kc), [
4686
+ }, null, 40, zc), [
4675
4687
  [wa, t.value]
4676
4688
  ]),
4677
- e.maxlength ? (_(), C("div", Gc, [
4689
+ e.maxlength ? (_(), C("div", Wc, [
4678
4690
  g("span", {
4679
4691
  id: "textarea-count-" + e.id,
4680
4692
  class: "m-character-count__message visually-hidden"
4681
- }, "Sie können bis zu " + L(e.maxlength) + " Zeichen eingeben.", 9, zc),
4682
- g("span", Wc, L(t.value.length) + "/" + L(e.maxlength), 1),
4683
- g("div", Uc, L(i.value) + "/" + L(e.maxlength), 1)
4684
- ])) : B("", !0)
4693
+ }, "Sie können bis zu " + L(e.maxlength) + " Zeichen eingeben.", 9, Uc),
4694
+ g("span", qc, L(t.value.length) + "/" + L(e.maxlength), 1),
4695
+ g("div", Xc, L(i.value) + "/" + L(e.maxlength), 1)
4696
+ ])) : R("", !0)
4685
4697
  ], 2),
4686
4698
  e.errorMsg ? (_(), ee(_t, {
4687
4699
  key: 2,
@@ -4693,22 +4705,22 @@ const Fc = {
4693
4705
  ue(L(e.errorMsg), 1)
4694
4706
  ]),
4695
4707
  _: 1
4696
- })) : B("", !0)
4708
+ })) : R("", !0)
4697
4709
  ], 2));
4698
4710
  }
4699
- }), Xc = {
4711
+ }), Zc = {
4700
4712
  key: 0,
4701
4713
  class: "m-intro m-intro-summary-text"
4702
- }, Jc = { class: "container" }, Zc = { class: "m-intro-summary-text__body" }, Qc = { class: "m-intro-summary-text__grid" }, eu = { class: "m-intro-summary-text__content" }, tu = {
4714
+ }, Qc = { class: "container" }, eu = { class: "m-intro-summary-text__body" }, tu = { class: "m-intro-summary-text__grid" }, iu = { class: "m-intro-summary-text__content" }, nu = {
4703
4715
  key: 0,
4704
4716
  class: "m-intro-vertical__tagline"
4705
- }, iu = { class: "m-intro-summary-text__title" }, nu = { class: "m-intro-summary-text__text" }, ru = { class: "m-intro-vertical__body" }, au = { class: "container" }, su = { class: "m-intro-vertical__grid" }, ou = {
4717
+ }, ru = { class: "m-intro-summary-text__title" }, au = { class: "m-intro-summary-text__text" }, su = { class: "m-intro-vertical__body" }, ou = { class: "container" }, lu = { class: "m-intro-vertical__grid" }, cu = {
4706
4718
  key: 0,
4707
4719
  class: "m-intro-vertical__pictogram"
4708
- }, lu = ["src", "width", "height"], cu = { class: "m-intro-vertical__grid-inner" }, uu = {
4720
+ }, uu = ["src", "width", "height"], du = { class: "m-intro-vertical__grid-inner" }, hu = {
4709
4721
  key: 0,
4710
4722
  class: "m-intro-vertical__tagline"
4711
- }, du = { class: "m-intro-vertical__title" }, hu = { class: "m-intro-vertical__content" }, fu = /* @__PURE__ */ W({
4723
+ }, fu = { class: "m-intro-vertical__title" }, vu = { class: "m-intro-vertical__content" }, mu = /* @__PURE__ */ U({
4712
4724
  __name: "MucIntro",
4713
4725
  props: {
4714
4726
  title: {},
@@ -4721,70 +4733,70 @@ const Fc = {
4721
4733
  setup(e) {
4722
4734
  const t = e, i = D(() => t.variant == "detail"), n = D(() => t.variant == "overview");
4723
4735
  return (r, a) => (_(), C(we, null, [
4724
- n.value ? (_(), C("div", Xc, [
4725
- g("div", Jc, [
4726
- g("div", Zc, [
4727
- g("div", Qc, [
4728
- g("div", eu, [
4729
- e.tagline ? (_(), C("p", tu, L(e.tagline), 1)) : B("", !0),
4730
- g("h1", iu, L(e.title), 1),
4731
- e.divider ? (_(), ee(q(ui), { key: 1 })) : B("", !0),
4732
- g("div", nu, [
4736
+ n.value ? (_(), C("div", Zc, [
4737
+ g("div", Qc, [
4738
+ g("div", eu, [
4739
+ g("div", tu, [
4740
+ g("div", iu, [
4741
+ e.tagline ? (_(), C("p", nu, L(e.tagline), 1)) : R("", !0),
4742
+ g("h1", ru, L(e.title), 1),
4743
+ e.divider ? (_(), ee(q(ui), { key: 1 })) : R("", !0),
4744
+ g("div", au, [
4733
4745
  g("p", null, [
4734
- U(r.$slots, "default", {}, void 0, !0)
4746
+ W(r.$slots, "default", {}, void 0, !0)
4735
4747
  ])
4736
4748
  ])
4737
4749
  ])
4738
4750
  ])
4739
4751
  ])
4740
4752
  ])
4741
- ])) : B("", !0),
4753
+ ])) : R("", !0),
4742
4754
  i.value ? (_(), C("div", {
4743
4755
  key: 1,
4744
4756
  class: J(["m-intro m-intro-vertical", { "m-intro-vertical--with-pictogram": e.img }])
4745
4757
  }, [
4746
- g("div", ru, [
4747
- g("div", au, [
4748
- g("div", su, [
4749
- e.img ? (_(), C("div", ou, [
4758
+ g("div", su, [
4759
+ g("div", ou, [
4760
+ g("div", lu, [
4761
+ e.img ? (_(), C("div", cu, [
4750
4762
  g("img", {
4751
4763
  src: e.img,
4752
4764
  alt: "",
4753
4765
  width: e.size,
4754
4766
  height: e.size
4755
- }, null, 8, lu)
4756
- ])) : B("", !0),
4757
- g("div", cu, [
4767
+ }, null, 8, uu)
4768
+ ])) : R("", !0),
4769
+ g("div", du, [
4758
4770
  g("div", null, [
4759
- e.tagline ? (_(), C("p", uu, L(e.tagline), 1)) : B("", !0),
4760
- g("h1", du, L(e.title), 1)
4771
+ e.tagline ? (_(), C("p", hu, L(e.tagline), 1)) : R("", !0),
4772
+ g("h1", fu, L(e.title), 1)
4761
4773
  ]),
4762
- e.divider ? (_(), ee(q(ui), { key: 0 })) : B("", !0),
4763
- g("div", hu, [
4774
+ e.divider ? (_(), ee(q(ui), { key: 0 })) : R("", !0),
4775
+ g("div", vu, [
4764
4776
  g("p", null, [
4765
- U(r.$slots, "default", {}, void 0, !0)
4777
+ W(r.$slots, "default", {}, void 0, !0)
4766
4778
  ])
4767
4779
  ])
4768
4780
  ])
4769
4781
  ])
4770
4782
  ])
4771
4783
  ])
4772
- ], 2)) : B("", !0)
4784
+ ], 2)) : R("", !0)
4773
4785
  ], 64));
4774
4786
  }
4775
- }), vu = /* @__PURE__ */ he(fu, [["__scopeId", "data-v-20308146"]]), mu = { tabindex: "1" }, gu = { class: "modal-content" }, pu = { class: "modal-header" }, _u = {
4787
+ }), gu = /* @__PURE__ */ he(mu, [["__scopeId", "data-v-20308146"]]), pu = { tabindex: "1" }, _u = { class: "modal-content" }, yu = { class: "modal-header" }, bu = {
4776
4788
  class: "modal-title",
4777
4789
  id: "modalLabel"
4778
- }, yu = {
4790
+ }, Eu = {
4779
4791
  class: "modal-body",
4780
4792
  style: { "padding-bottom": "32px" }
4781
- }, bu = {
4793
+ }, Su = {
4782
4794
  key: 0,
4783
4795
  class: "modal-footer"
4784
- }, Eu = { class: "m-button-group" }, Su = {
4796
+ }, Cu = { class: "m-button-group" }, wu = {
4785
4797
  key: 1,
4786
4798
  class: "muc-dialog-actions"
4787
- }, Cu = /* @__PURE__ */ W({
4799
+ }, Au = /* @__PURE__ */ U({
4788
4800
  __name: "MucModal",
4789
4801
  props: {
4790
4802
  open: {
@@ -4794,7 +4806,7 @@ const Fc = {
4794
4806
  },
4795
4807
  emits: ["close"],
4796
4808
  setup(e, { emit: t }) {
4797
- const i = e, n = rn();
4809
+ const i = e, n = gi();
4798
4810
  wt(() => {
4799
4811
  i.open && a.value?.showModal();
4800
4812
  });
@@ -4811,11 +4823,11 @@ const Fc = {
4811
4823
  tabindex: "-1",
4812
4824
  "aria-labelledby": "modalLabel"
4813
4825
  }, [
4814
- g("div", mu, [
4815
- g("div", gu, [
4816
- g("div", pu, [
4817
- g("h5", _u, [
4818
- U(s.$slots, "title", {}, void 0, !0)
4826
+ g("div", pu, [
4827
+ g("div", _u, [
4828
+ g("div", yu, [
4829
+ g("h5", bu, [
4830
+ W(s.$slots, "title", {}, void 0, !0)
4819
4831
  ]),
4820
4832
  g("button", {
4821
4833
  type: "button",
@@ -4826,22 +4838,22 @@ const Fc = {
4826
4838
  ae(q(pe), { icon: "close" })
4827
4839
  ])
4828
4840
  ]),
4829
- g("div", yu, [
4830
- U(s.$slots, "body", {}, void 0, !0)
4841
+ g("div", Eu, [
4842
+ W(s.$slots, "body", {}, void 0, !0)
4831
4843
  ]),
4832
- n.buttons ? (_(), C("div", bu, [
4833
- g("div", Eu, [
4834
- U(s.$slots, "buttons", {}, void 0, !0)
4844
+ n.buttons ? (_(), C("div", Su, [
4845
+ g("div", Cu, [
4846
+ W(s.$slots, "buttons", {}, void 0, !0)
4835
4847
  ])
4836
- ])) : B("", !0),
4837
- n.actions ? (_(), C("div", Su, [
4838
- U(s.$slots, "actions", {}, void 0, !0)
4839
- ])) : B("", !0)
4848
+ ])) : R("", !0),
4849
+ n.actions ? (_(), C("div", wu, [
4850
+ W(s.$slots, "actions", {}, void 0, !0)
4851
+ ])) : R("", !0)
4840
4852
  ])
4841
4853
  ])
4842
4854
  ], 512));
4843
4855
  }
4844
- }), wu = /* @__PURE__ */ he(Cu, [["__scopeId", "data-v-54ec0942"]]), Au = ["width", "height"], Iu = {
4856
+ }), Iu = /* @__PURE__ */ he(Au, [["__scopeId", "data-v-54ec0942"]]), Mu = ["width", "height"], Tu = {
4845
4857
  key: 0,
4846
4858
  x: "100",
4847
4859
  y: "108",
@@ -4849,7 +4861,7 @@ const Fc = {
4849
4861
  fill: "#3a5368",
4850
4862
  "font-size": "24",
4851
4863
  "font-weight": "bold"
4852
- }, Mu = {
4864
+ }, Du = {
4853
4865
  key: 1,
4854
4866
  x: "100",
4855
4867
  y: "108",
@@ -4858,7 +4870,7 @@ const Fc = {
4858
4870
  fill: "#3a5368",
4859
4871
  "font-size": "16",
4860
4872
  "font-weight": "bold"
4861
- }, Tu = ["dy"], Wn = 80, Du = 14, Un = 1.2, qn = /* @__PURE__ */ W({
4873
+ }, xu = ["dy"], Wn = 80, Ou = 14, Un = 1.2, qn = /* @__PURE__ */ U({
4862
4874
  __name: "MucSpinner",
4863
4875
  props: {
4864
4876
  size: { default: "300" },
@@ -4892,7 +4904,7 @@ const Fc = {
4892
4904
  return h(), u;
4893
4905
  }
4894
4906
  const s = D(
4895
- () => a(r.value, Du)
4907
+ () => a(r.value, Ou)
4896
4908
  );
4897
4909
  return (o, l) => (_(), C("svg", {
4898
4910
  xmlns: "http://www.w3.org/2000/svg",
@@ -4904,28 +4916,28 @@ const Fc = {
4904
4916
  "aria-hidden": "true"
4905
4917
  }, [
4906
4918
  l[0] || (l[0] = fr('<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)),
4907
- q(i) && !q(t) ? (_(), C("text", Iu, L(n.value), 1)) : q(t) && !q(i) ? (_(), C("text", Mu, [
4919
+ q(i) && !q(t) ? (_(), C("text", Tu, L(n.value), 1)) : q(t) && !q(i) ? (_(), C("text", Du, [
4908
4920
  (_(!0), C(we, null, Oe(s.value, (c, u) => (_(), C("tspan", {
4909
4921
  key: u,
4910
4922
  x: "100",
4911
4923
  dy: u === 0 ? `-${(s.value.length - 1) / 2 * Un}em` : `${Un}em`
4912
- }, L(c), 9, Tu))), 128))
4913
- ])) : B("", !0)
4914
- ], 8, Au));
4924
+ }, L(c), 9, xu))), 128))
4925
+ ])) : R("", !0)
4926
+ ], 8, Mu));
4915
4927
  }
4916
4928
  });
4917
- function xu(e, t) {
4929
+ function ku(e, t) {
4918
4930
  for (var i = 0; i < t.length; i++) {
4919
4931
  var n = t[i];
4920
4932
  n.enumerable = n.enumerable || !1, n.configurable = !0, "value" in n && (n.writable = !0), Object.defineProperty(e, n.key, n);
4921
4933
  }
4922
4934
  }
4923
- function Ou(e, t, i) {
4924
- return t && xu(e.prototype, t), Object.defineProperty(e, "prototype", { writable: !1 }), e;
4935
+ function Lu(e, t, i) {
4936
+ return t && ku(e.prototype, t), Object.defineProperty(e, "prototype", { writable: !1 }), e;
4925
4937
  }
4926
- var Xn = "(prefers-reduced-motion: reduce)", pt = 1, ku = 2, Et = 3, It = 4, Wt = 5, ai = 6, hi = 7, Lu = {
4938
+ var Xn = "(prefers-reduced-motion: reduce)", pt = 1, $u = 2, Et = 3, It = 4, Wt = 5, ai = 6, hi = 7, Nu = {
4927
4939
  CREATED: pt,
4928
- MOUNTED: ku,
4940
+ MOUNTED: $u,
4929
4941
  IDLE: Et,
4930
4942
  MOVING: It,
4931
4943
  SCROLLING: Wt,
@@ -4941,18 +4953,18 @@ function it(e, t, i) {
4941
4953
  function Q(e) {
4942
4954
  return e.bind.apply(e, [null].concat(it(arguments, 1)));
4943
4955
  }
4944
- var $r = setTimeout, Ui = function() {
4956
+ var $r = setTimeout, qi = function() {
4945
4957
  };
4946
4958
  function Jn(e) {
4947
4959
  return requestAnimationFrame(e);
4948
4960
  }
4949
- function yi(e, t) {
4961
+ function bi(e, t) {
4950
4962
  return typeof t === e;
4951
4963
  }
4952
4964
  function Vt(e) {
4953
- return !ln(e) && yi("object", e);
4965
+ return !ln(e) && bi("object", e);
4954
4966
  }
4955
- var on = Array.isArray, Nr = Q(yi, "function"), Qe = Q(yi, "string"), Ut = Q(yi, "undefined");
4967
+ var on = Array.isArray, Nr = Q(bi, "function"), Qe = Q(bi, "string"), Ut = Q(bi, "undefined");
4956
4968
  function ln(e) {
4957
4969
  return e === null;
4958
4970
  }
@@ -5089,7 +5101,7 @@ function dn(e, t) {
5089
5101
  function je(e, t) {
5090
5102
  Ye(e, t, !1);
5091
5103
  }
5092
- function qi(e) {
5104
+ function Xi(e) {
5093
5105
  return e.timeStamp;
5094
5106
  }
5095
5107
  function st(e) {
@@ -5112,10 +5124,10 @@ function vt(e, t, i) {
5112
5124
  var n = et(t, i), r = fi(t, i);
5113
5125
  return et(fi(n, e), r);
5114
5126
  }
5115
- function Xi(e) {
5127
+ function Ji(e) {
5116
5128
  return +(e > 0) - +(e < 0);
5117
5129
  }
5118
- function Ji(e, t) {
5130
+ function Zi(e, t) {
5119
5131
  return Te(t, function(i) {
5120
5132
  e = e.replace("%s", "" + i);
5121
5133
  }), e;
@@ -5124,7 +5136,7 @@ function fn(e) {
5124
5136
  return e < 10 ? "0" + e : "" + e;
5125
5137
  }
5126
5138
  var er = {};
5127
- function $u(e) {
5139
+ function Pu(e) {
5128
5140
  return "" + e + fn(er[e] = (er[e] || 0) + 1);
5129
5141
  }
5130
5142
  function Yr() {
@@ -5171,7 +5183,7 @@ function Yr() {
5171
5183
  destroy: a
5172
5184
  };
5173
5185
  }
5174
- var nt = "mounted", tr = "ready", We = "move", Mt = "moved", vn = "click", jr = "active", Kr = "inactive", Gr = "visible", zr = "hidden", de = "refresh", ye = "updated", St = "resize", bi = "resized", Wr = "drag", Ur = "dragging", qr = "dragged", Ei = "scroll", ft = "scrolled", Nu = "overflow", mn = "destroy", Xr = "arrows:mounted", Jr = "arrows:updated", Zr = "pagination:mounted", Qr = "pagination:updated", gn = "navigation:mounted", pn = "autoplay:play", ea = "autoplay:playing", _n = "autoplay:pause", yn = "lazyload:loaded", ta = "sk", ia = "sh", mi = "ei";
5186
+ var nt = "mounted", tr = "ready", We = "move", Mt = "moved", vn = "click", jr = "active", Kr = "inactive", Gr = "visible", zr = "hidden", de = "refresh", ye = "updated", St = "resize", Ei = "resized", Wr = "drag", Ur = "dragging", qr = "dragged", Si = "scroll", ft = "scrolled", Fu = "overflow", mn = "destroy", Xr = "arrows:mounted", Jr = "arrows:updated", Zr = "pagination:mounted", Qr = "pagination:updated", gn = "navigation:mounted", pn = "autoplay:play", ea = "autoplay:playing", _n = "autoplay:pause", yn = "lazyload:loaded", ta = "sk", ia = "sh", mi = "ei";
5175
5187
  function oe(e) {
5176
5188
  var t = e ? e.event.bus : document.createDocumentFragment(), i = Yr();
5177
5189
  function n(a, s) {
@@ -5189,7 +5201,7 @@ function oe(e) {
5189
5201
  emit: r
5190
5202
  });
5191
5203
  }
5192
- function Si(e, t, i, n) {
5204
+ function Ci(e, t, i, n) {
5193
5205
  var r = Date.now, a, s = 0, o, l = !0, c = 0;
5194
5206
  function u() {
5195
5207
  if (!l) {
@@ -5225,7 +5237,7 @@ function Si(e, t, i, n) {
5225
5237
  isPaused: b
5226
5238
  };
5227
5239
  }
5228
- function Pu(e) {
5240
+ function Ru(e) {
5229
5241
  var t = e;
5230
5242
  function i(r) {
5231
5243
  t = r;
@@ -5238,13 +5250,13 @@ function Pu(e) {
5238
5250
  is: n
5239
5251
  };
5240
5252
  }
5241
- function Fu(e, t) {
5242
- var i = Si(0, e, null, 1);
5253
+ function Vu(e, t) {
5254
+ var i = Ci(0, e, null, 1);
5243
5255
  return function() {
5244
5256
  i.isPaused() && i.start();
5245
5257
  };
5246
5258
  }
5247
- function Ru(e, t, i) {
5259
+ function Bu(e, t, i) {
5248
5260
  var n = e.state, r = i.breakpoints || {}, a = i.reducedMotion || {}, s = Yr(), o = [];
5249
5261
  function l() {
5250
5262
  var f = i.mediaQuery === "min";
@@ -5280,22 +5292,22 @@ function Ru(e, t, i) {
5280
5292
  set: v
5281
5293
  };
5282
5294
  }
5283
- var Ci = "Arrow", wi = Ci + "Left", Ai = Ci + "Right", na = Ci + "Up", ra = Ci + "Down", ir = "rtl", Ii = "ttb", $i = {
5295
+ var wi = "Arrow", Ai = wi + "Left", Ii = wi + "Right", na = wi + "Up", ra = wi + "Down", ir = "rtl", Mi = "ttb", Ni = {
5284
5296
  width: ["height"],
5285
5297
  left: ["top", "right"],
5286
5298
  right: ["bottom", "left"],
5287
5299
  x: ["y"],
5288
5300
  X: ["Y"],
5289
5301
  Y: ["X"],
5290
- ArrowLeft: [na, Ai],
5291
- ArrowRight: [ra, wi]
5302
+ ArrowLeft: [na, Ii],
5303
+ ArrowRight: [ra, Ai]
5292
5304
  };
5293
- function Vu(e, t, i) {
5305
+ function Hu(e, t, i) {
5294
5306
  function n(a, s, o) {
5295
5307
  o = o || i.direction;
5296
- var l = o === ir && !s ? 1 : o === Ii ? 0 : -1;
5297
- return $i[a] && $i[a][l] || a.replace(/width|left|right/i, function(c, u) {
5298
- var d = $i[c.toLowerCase()][l] || c;
5308
+ var l = o === ir && !s ? 1 : o === Mi ? 0 : -1;
5309
+ return Ni[a] && Ni[a][l] || a.replace(/width|left|right/i, function(c, u) {
5310
+ var d = Ni[c.toLowerCase()][l] || c;
5299
5311
  return u > 0 ? d.charAt(0).toUpperCase() + d.slice(1) : d;
5300
5312
  });
5301
5313
  }
@@ -5307,26 +5319,26 @@ function Vu(e, t, i) {
5307
5319
  orient: r
5308
5320
  };
5309
5321
  }
5310
- var Ke = "role", bt = "tabindex", Bu = "disabled", ke = "aria-", Qt = ke + "controls", aa = ke + "current", nr = ke + "selected", Me = ke + "label", bn = ke + "labelledby", sa = ke + "hidden", En = ke + "orientation", Gt = ke + "roledescription", rr = ke + "live", ar = ke + "busy", sr = ke + "atomic", Sn = [Ke, bt, Bu, Qt, aa, Me, bn, sa, En, Gt], Ve = Zt + "__", rt = "is-", Ni = Zt, or = Ve + "track", Hu = Ve + "list", Mi = Ve + "slide", oa = Mi + "--clone", Yu = Mi + "__container", Cn = Ve + "arrows", Ti = Ve + "arrow", la = Ti + "--prev", ca = Ti + "--next", Di = Ve + "pagination", ua = Di + "__page", ju = Ve + "progress", Ku = ju + "__bar", Gu = Ve + "toggle", zu = Ve + "spinner", Wu = Ve + "sr", Uu = rt + "initialized", dt = rt + "active", da = rt + "prev", ha = rt + "next", Zi = rt + "visible", Qi = rt + "loading", fa = rt + "focus-in", va = rt + "overflow", qu = [dt, Zi, da, ha, Qi, fa, va], Xu = {
5311
- slide: Mi,
5322
+ var Ke = "role", bt = "tabindex", Yu = "disabled", ke = "aria-", Qt = ke + "controls", aa = ke + "current", nr = ke + "selected", Me = ke + "label", bn = ke + "labelledby", sa = ke + "hidden", En = ke + "orientation", Gt = ke + "roledescription", rr = ke + "live", ar = ke + "busy", sr = ke + "atomic", Sn = [Ke, bt, Yu, Qt, aa, Me, bn, sa, En, Gt], Ve = Zt + "__", rt = "is-", Pi = Zt, or = Ve + "track", ju = Ve + "list", Ti = Ve + "slide", oa = Ti + "--clone", Ku = Ti + "__container", Cn = Ve + "arrows", Di = Ve + "arrow", la = Di + "--prev", ca = Di + "--next", xi = Ve + "pagination", ua = xi + "__page", Gu = Ve + "progress", zu = Gu + "__bar", Wu = Ve + "toggle", Uu = Ve + "spinner", qu = Ve + "sr", Xu = rt + "initialized", dt = rt + "active", da = rt + "prev", ha = rt + "next", Qi = rt + "visible", en = rt + "loading", fa = rt + "focus-in", va = rt + "overflow", Ju = [dt, Qi, da, ha, en, fa, va], Zu = {
5323
+ slide: Ti,
5312
5324
  clone: oa,
5313
5325
  arrows: Cn,
5314
- arrow: Ti,
5326
+ arrow: Di,
5315
5327
  prev: la,
5316
5328
  next: ca,
5317
- pagination: Di,
5329
+ pagination: xi,
5318
5330
  page: ua,
5319
- spinner: zu
5331
+ spinner: Uu
5320
5332
  };
5321
- function Ju(e, t) {
5333
+ function Qu(e, t) {
5322
5334
  if (Nr(e.closest))
5323
5335
  return e.closest(t);
5324
5336
  for (var i = e; i && i.nodeType === 1 && !Bt(i, t); )
5325
5337
  i = i.parentElement;
5326
5338
  return i;
5327
5339
  }
5328
- var Zu = 5, lr = 200, ma = "touchstart mousedown", Pi = "touchmove mousemove", Fi = "touchend touchcancel mouseup click";
5329
- function Qu(e, t, i) {
5340
+ var ed = 5, lr = 200, ma = "touchstart mousedown", Fi = "touchmove mousemove", Ri = "touchend touchcancel mouseup click";
5341
+ function td(e, t, i) {
5330
5342
  var n = oe(e), r = n.on, a = n.bind, s = e.root, o = i.i18n, l = {}, c = [], u = [], d = [], h, v, f;
5331
5343
  function m() {
5332
5344
  E(), P(), y();
@@ -5345,16 +5357,16 @@ function Qu(e, t, i) {
5345
5357
  ze(c), je(s, u), je(h, d), Re([h, v], x), Re(s, S ? x : ["style", Gt]);
5346
5358
  }
5347
5359
  function y() {
5348
- je(s, u), je(h, d), u = T(Ni), d = T(or), Fe(s, u), Fe(h, d), z(s, Me, i.label), z(s, bn, i.labelledby);
5360
+ je(s, u), je(h, d), u = T(Pi), d = T(or), Fe(s, u), Fe(h, d), z(s, Me, i.label), z(s, bn, i.labelledby);
5349
5361
  }
5350
5362
  function E() {
5351
- h = $("." + or), v = Jt(h, "." + Hu), Ft(h && v, "A track/list element is missing."), si(c, Fr(v, "." + Mi + ":not(." + oa + ")")), ct({
5363
+ h = $("." + or), v = Jt(h, "." + ju), Ft(h && v, "A track/list element is missing."), si(c, Fr(v, "." + Ti + ":not(." + oa + ")")), ct({
5352
5364
  arrows: Cn,
5353
- pagination: Di,
5365
+ pagination: xi,
5354
5366
  prev: la,
5355
5367
  next: ca,
5356
- bar: Ku,
5357
- toggle: Gu
5368
+ bar: zu,
5369
+ toggle: Wu
5358
5370
  }, function(S, x) {
5359
5371
  l[x] = $("." + S);
5360
5372
  }), Yt(l, {
@@ -5365,15 +5377,15 @@ function Qu(e, t, i) {
5365
5377
  });
5366
5378
  }
5367
5379
  function P() {
5368
- var S = s.id || $u(Zt), x = i.role;
5380
+ var S = s.id || Pu(Zt), x = i.role;
5369
5381
  s.id = S, h.id = h.id || S + "-track", v.id = v.id || S + "-list", !xe(s, Ke) && s.tagName !== "SECTION" && x && z(s, Ke, x), z(s, Gt, o.carousel), z(v, Ke, "presentation");
5370
5382
  }
5371
5383
  function $(S) {
5372
5384
  var x = Br(s, S);
5373
- return x && Ju(x, "." + Ni) === s ? x : void 0;
5385
+ return x && Qu(x, "." + Pi) === s ? x : void 0;
5374
5386
  }
5375
5387
  function T(S) {
5376
- return [S + "--" + i.type, S + "--" + i.direction, i.drag && S + "--draggable", i.isNavigation && S + "--nav", S === Ni && dt];
5388
+ return [S + "--" + i.type, S + "--" + i.direction, i.drag && S + "--draggable", i.isNavigation && S + "--nav", S === Pi && dt];
5377
5389
  }
5378
5390
  return Yt(l, {
5379
5391
  setup: m,
@@ -5382,59 +5394,59 @@ function Qu(e, t, i) {
5382
5394
  });
5383
5395
  }
5384
5396
  var Ct = "slide", Tt = "loop", ei = "fade";
5385
- function ed(e, t, i, n) {
5386
- var r = oe(e), a = r.on, s = r.emit, o = r.bind, l = e.Components, c = e.root, u = e.options, d = u.isNavigation, h = u.updateOnMove, v = u.i18n, f = u.pagination, m = u.slideFocus, b = l.Direction.resolve, p = xe(n, "style"), y = xe(n, Me), E = i > -1, P = Jt(n, "." + Yu), $;
5397
+ function id(e, t, i, n) {
5398
+ var r = oe(e), a = r.on, s = r.emit, o = r.bind, l = e.Components, c = e.root, u = e.options, d = u.isNavigation, h = u.updateOnMove, v = u.i18n, f = u.pagination, m = u.slideFocus, b = l.Direction.resolve, p = xe(n, "style"), y = xe(n, Me), E = i > -1, P = Jt(n, "." + Ku), $;
5387
5399
  function T() {
5388
- E || (n.id = c.id + "-slide" + fn(t + 1), z(n, Ke, f ? "tabpanel" : "group"), z(n, Gt, v.slide), z(n, Me, y || Ji(v.slideLabel, [t + 1, e.length]))), S();
5400
+ E || (n.id = c.id + "-slide" + fn(t + 1), z(n, Ke, f ? "tabpanel" : "group"), z(n, Gt, v.slide), z(n, Me, y || Zi(v.slideLabel, [t + 1, e.length]))), S();
5389
5401
  }
5390
5402
  function S() {
5391
- o(n, "click", Q(s, vn, K)), o(n, "keydown", Q(s, ta, K)), a([Mt, ia, ft], A), a(gn, H), h && a(We, R);
5403
+ o(n, "click", Q(s, vn, K)), o(n, "keydown", Q(s, ta, K)), a([Mt, ia, ft], A), a(gn, H), h && a(We, V);
5392
5404
  }
5393
5405
  function x() {
5394
- $ = !0, r.destroy(), je(n, qu), Re(n, Sn), z(n, "style", p), z(n, Me, y || "");
5406
+ $ = !0, r.destroy(), je(n, Ju), Re(n, Sn), z(n, "style", p), z(n, Me, y || "");
5395
5407
  }
5396
5408
  function H() {
5397
- var V = e.splides.map(function(I) {
5409
+ var B = e.splides.map(function(I) {
5398
5410
  var F = I.splide.Components.Slides.getAt(t);
5399
5411
  return F ? F.slide.id : "";
5400
5412
  }).join(" ");
5401
- z(n, Me, Ji(v.slideX, (E ? i : t) + 1)), z(n, Qt, V), z(n, Ke, m ? "button" : ""), m && Re(n, Gt);
5413
+ z(n, Me, Zi(v.slideX, (E ? i : t) + 1)), z(n, Qt, B), z(n, Ke, m ? "button" : ""), m && Re(n, Gt);
5402
5414
  }
5403
- function R() {
5415
+ function V() {
5404
5416
  $ || A();
5405
5417
  }
5406
5418
  function A() {
5407
5419
  if (!$) {
5408
- var V = e.index;
5409
- M(), O(), Ye(n, da, t === V - 1), Ye(n, ha, t === V + 1);
5420
+ var B = e.index;
5421
+ M(), O(), Ye(n, da, t === B - 1), Ye(n, ha, t === B + 1);
5410
5422
  }
5411
5423
  }
5412
5424
  function M() {
5413
- var V = j();
5414
- V !== Qn(n, dt) && (Ye(n, dt, V), z(n, aa, d && V || ""), s(V ? jr : Kr, K));
5425
+ var B = j();
5426
+ B !== Qn(n, dt) && (Ye(n, dt, B), z(n, aa, d && B || ""), s(B ? jr : Kr, K));
5415
5427
  }
5416
5428
  function O() {
5417
- var V = te(), I = !V && (!j() || E);
5418
- if (e.state.is([It, Wt]) || z(n, sa, I || ""), z(dn(n, u.focusableNodes || ""), bt, I ? -1 : ""), m && z(n, bt, I ? -1 : 0), V !== Qn(n, Zi) && (Ye(n, Zi, V), s(V ? Gr : zr, K)), !V && document.activeElement === n) {
5429
+ var B = te(), I = !B && (!j() || E);
5430
+ if (e.state.is([It, Wt]) || z(n, sa, I || ""), z(dn(n, u.focusableNodes || ""), bt, I ? -1 : ""), m && z(n, bt, I ? -1 : 0), B !== Qn(n, Qi) && (Ye(n, Qi, B), s(B ? Gr : zr, K)), !B && document.activeElement === n) {
5419
5431
  var F = l.Slides.getAt(e.index);
5420
5432
  F && Rr(F.slide);
5421
5433
  }
5422
5434
  }
5423
- function N(V, I, F) {
5424
- De(F && P || n, V, I);
5435
+ function N(B, I, F) {
5436
+ De(F && P || n, B, I);
5425
5437
  }
5426
5438
  function j() {
5427
- var V = e.index;
5428
- return V === t || u.cloneStatus && V === i;
5439
+ var B = e.index;
5440
+ return B === t || u.cloneStatus && B === i;
5429
5441
  }
5430
5442
  function te() {
5431
5443
  if (e.is(ei))
5432
5444
  return j();
5433
- var V = Ie(l.Elements.track), I = Ie(n), F = b("left", !0), X = b("right", !0);
5434
- return vi(V[F]) <= Kt(I[F]) && vi(I[X]) <= Kt(V[X]);
5445
+ var B = Ie(l.Elements.track), I = Ie(n), F = b("left", !0), X = b("right", !0);
5446
+ return vi(B[F]) <= Kt(I[F]) && vi(I[X]) <= Kt(B[X]);
5435
5447
  }
5436
- function re(V, I) {
5437
- var F = Ce(V - t);
5448
+ function re(B, I) {
5449
+ var F = Ce(B - t);
5438
5450
  return !E && (u.rewind || e.is(Tt)) && (F = et(F, e.length - F)), F <= I;
5439
5451
  }
5440
5452
  var K = {
@@ -5451,7 +5463,7 @@ function ed(e, t, i, n) {
5451
5463
  };
5452
5464
  return K;
5453
5465
  }
5454
- function td(e, t, i) {
5466
+ function nd(e, t, i) {
5455
5467
  var n = oe(e), r = n.on, a = n.emit, s = n.bind, o = t.Elements, l = o.slides, c = o.list, u = [];
5456
5468
  function d() {
5457
5469
  h(), r(de, v), r(de, h);
@@ -5472,7 +5484,7 @@ function td(e, t, i) {
5472
5484
  });
5473
5485
  }
5474
5486
  function m(A, M, O) {
5475
- var N = ed(e, M, O, A);
5487
+ var N = id(e, M, O, A);
5476
5488
  N.mount(), u.push(N), u.sort(function(j, te) {
5477
5489
  return j.index - te.index;
5478
5490
  });
@@ -5528,7 +5540,7 @@ function td(e, t, i) {
5528
5540
  function H(A) {
5529
5541
  return A ? l.length : u.length;
5530
5542
  }
5531
- function R() {
5543
+ function V() {
5532
5544
  return u.length > i.perPage;
5533
5545
  }
5534
5546
  return {
@@ -5545,24 +5557,24 @@ function td(e, t, i) {
5545
5557
  filter: T,
5546
5558
  style: S,
5547
5559
  getLength: H,
5548
- isEnough: R
5560
+ isEnough: V
5549
5561
  };
5550
5562
  }
5551
- function id(e, t, i) {
5563
+ function rd(e, t, i) {
5552
5564
  var n = oe(e), r = n.on, a = n.bind, s = n.emit, o = t.Slides, l = t.Direction.resolve, c = t.Elements, u = c.root, d = c.track, h = c.list, v = o.getAt, f = o.style, m, b, p;
5553
5565
  function y() {
5554
- E(), a(window, "resize load", Fu(Q(s, St))), r([ye, de], E), r(St, P);
5566
+ E(), a(window, "resize load", Vu(Q(s, St))), r([ye, de], E), r(St, P);
5555
5567
  }
5556
5568
  function E() {
5557
- m = i.direction === Ii, De(u, "maxWidth", st(i.width)), De(d, l("paddingLeft"), $(!1)), De(d, l("paddingRight"), $(!0)), P(!0);
5569
+ m = i.direction === Mi, De(u, "maxWidth", st(i.width)), De(d, l("paddingLeft"), $(!1)), De(d, l("paddingRight"), $(!0)), P(!0);
5558
5570
  }
5559
5571
  function P(K) {
5560
- var V = Ie(u);
5561
- (K || b.width !== V.width || b.height !== V.height) && (De(d, "height", T()), f(l("marginRight"), st(i.gap)), f("width", x()), f("height", H(), !0), b = V, s(bi), p !== (p = re()) && (Ye(u, va, p), s(Nu, p)));
5572
+ var B = Ie(u);
5573
+ (K || b.width !== B.width || b.height !== B.height) && (De(d, "height", T()), f(l("marginRight"), st(i.gap)), f("width", x()), f("height", H(), !0), b = B, s(Ei), p !== (p = re()) && (Ye(u, va, p), s(Fu, p)));
5562
5574
  }
5563
5575
  function $(K) {
5564
- var V = i.padding, I = l(K ? "right" : "left");
5565
- return V && st(V[I] || (Vt(V) ? 0 : V)) || "0px";
5576
+ var B = i.padding, I = l(K ? "right" : "left");
5577
+ return B && st(B[I] || (Vt(B) ? 0 : B)) || "0px";
5566
5578
  }
5567
5579
  function T() {
5568
5580
  var K = "";
@@ -5572,27 +5584,27 @@ function id(e, t, i) {
5572
5584
  return st(i.height || Ie(h).width * i.heightRatio);
5573
5585
  }
5574
5586
  function x() {
5575
- return i.autoWidth ? null : st(i.fixedWidth) || (m ? "" : R());
5587
+ return i.autoWidth ? null : st(i.fixedWidth) || (m ? "" : V());
5576
5588
  }
5577
5589
  function H() {
5578
- return st(i.fixedHeight) || (m ? i.autoHeight ? null : R() : S());
5590
+ return st(i.fixedHeight) || (m ? i.autoHeight ? null : V() : S());
5579
5591
  }
5580
- function R() {
5592
+ function V() {
5581
5593
  var K = st(i.gap);
5582
5594
  return "calc((100%" + (K && " + " + K) + ")/" + (i.perPage || 1) + (K && " - " + K) + ")";
5583
5595
  }
5584
5596
  function A() {
5585
5597
  return Ie(h)[l("width")];
5586
5598
  }
5587
- function M(K, V) {
5599
+ function M(K, B) {
5588
5600
  var I = v(K || 0);
5589
- return I ? Ie(I.slide)[l("width")] + (V ? 0 : j()) : 0;
5601
+ return I ? Ie(I.slide)[l("width")] + (B ? 0 : j()) : 0;
5590
5602
  }
5591
- function O(K, V) {
5603
+ function O(K, B) {
5592
5604
  var I = v(K);
5593
5605
  if (I) {
5594
5606
  var F = Ie(I.slide)[l("right")], X = Ie(h)[l("left")];
5595
- return Ce(F - X) + (V ? 0 : j());
5607
+ return Ce(F - X) + (B ? 0 : j());
5596
5608
  }
5597
5609
  return 0;
5598
5610
  }
@@ -5620,8 +5632,8 @@ function id(e, t, i) {
5620
5632
  isOverflow: re
5621
5633
  };
5622
5634
  }
5623
- var nd = 2;
5624
- function rd(e, t, i) {
5635
+ var ad = 2;
5636
+ function sd(e, t, i) {
5625
5637
  var n = oe(e), r = n.on, a = t.Elements, s = t.Slides, o = t.Direction.resolve, l = [], c;
5626
5638
  function u() {
5627
5639
  r(de, d), r([ye, St], v), (c = b()) && (f(c), t.Layout.resize(!0));
@@ -5657,7 +5669,7 @@ function rd(e, t, i) {
5657
5669
  p = 0;
5658
5670
  else if (Ut(p)) {
5659
5671
  var y = i[o("fixedWidth")] && t.Layout.slideSize(0), E = y && Kt(Ie(a.track)[o("width")] / y);
5660
- p = E || i[o("autoWidth")] && e.length || i.perPage * nd;
5672
+ p = E || i[o("autoWidth")] && e.length || i.perPage * ad;
5661
5673
  }
5662
5674
  return p;
5663
5675
  }
@@ -5666,16 +5678,16 @@ function rd(e, t, i) {
5666
5678
  destroy: h
5667
5679
  };
5668
5680
  }
5669
- function ad(e, t, i) {
5681
+ function od(e, t, i) {
5670
5682
  var n = oe(e), r = n.on, a = n.emit, s = e.state.set, o = t.Layout, l = o.slideSize, c = o.getPadding, u = o.totalSize, d = o.listSize, h = o.sliderSize, v = t.Direction, f = v.resolve, m = v.orient, b = t.Elements, p = b.list, y = b.track, E;
5671
5683
  function P() {
5672
- E = t.Transition, r([nt, bi, ye, de], $);
5684
+ E = t.Transition, r([nt, Ei, ye, de], $);
5673
5685
  }
5674
5686
  function $() {
5675
5687
  t.Controller.isBusy() || (t.Scroll.cancel(), S(e.index), t.Slides.update());
5676
5688
  }
5677
5689
  function T(I, F, X, me) {
5678
- I !== F && K(I > X) && (A(), x(R(N(), I > X), !0)), s(It), a(We, F, X, I), E.start(F, function() {
5690
+ I !== F && K(I > X) && (A(), x(V(N(), I > X), !0)), s(It), a(We, F, X, I), E.start(F, function() {
5679
5691
  s(Et), a(Mt, F, X, I), me && me();
5680
5692
  });
5681
5693
  }
@@ -5691,11 +5703,11 @@ function ad(e, t, i) {
5691
5703
  function H(I) {
5692
5704
  if (e.is(Tt)) {
5693
5705
  var F = M(I), X = F > t.Controller.getEnd(), me = F < 0;
5694
- (me || X) && (I = R(I, X));
5706
+ (me || X) && (I = V(I, X));
5695
5707
  }
5696
5708
  return I;
5697
5709
  }
5698
- function R(I, F) {
5710
+ function V(I, F) {
5699
5711
  var X = I - re(F), me = h();
5700
5712
  return I -= m(me * (Kt(Ce(X) / me) || 1)) * (F ? 1 : -1), I;
5701
5713
  }
@@ -5731,10 +5743,10 @@ function ad(e, t, i) {
5731
5743
  return O(I ? t.Controller.getEnd() : 0, !!i.trimSpace);
5732
5744
  }
5733
5745
  function K(I) {
5734
- var F = m(R(N(), I));
5746
+ var F = m(V(N(), I));
5735
5747
  return I ? F >= 0 : F <= p[f("scrollWidth")] - Ie(y)[f("width")];
5736
5748
  }
5737
- function V(I, F) {
5749
+ function B(I, F) {
5738
5750
  F = Ut(F) ? N() : F;
5739
5751
  var X = I !== !0 && m(F) < m(re(!1)), me = I !== !1 && m(F) > m(re(!0));
5740
5752
  return X || me;
@@ -5744,27 +5756,27 @@ function ad(e, t, i) {
5744
5756
  move: T,
5745
5757
  jump: S,
5746
5758
  translate: x,
5747
- shift: R,
5759
+ shift: V,
5748
5760
  cancel: A,
5749
5761
  toIndex: M,
5750
5762
  toPosition: O,
5751
5763
  getPosition: N,
5752
5764
  getLimit: re,
5753
- exceededLimit: V,
5765
+ exceededLimit: B,
5754
5766
  reposition: $
5755
5767
  };
5756
5768
  }
5757
- function sd(e, t, i) {
5769
+ function ld(e, t, i) {
5758
5770
  var n = oe(e), r = n.on, a = n.emit, s = t.Move, o = s.getPosition, l = s.getLimit, c = s.toPosition, u = t.Slides, d = u.isEnough, h = u.getLength, v = i.omitEnd, f = e.is(Tt), m = e.is(Ct), b = Q(N, !1), p = Q(N, !0), y = i.start || 0, E, P = y, $, T, S;
5759
5771
  function x() {
5760
- H(), r([ye, de, mi], H), r(bi, R);
5772
+ H(), r([ye, de, mi], H), r(Ei, V);
5761
5773
  }
5762
5774
  function H() {
5763
5775
  $ = h(!0), T = i.perMove, S = i.perPage, E = K();
5764
5776
  var w = vt(y, 0, v ? E : $ - 1);
5765
5777
  w !== y && (y = w, s.reposition());
5766
5778
  }
5767
- function R() {
5779
+ function V() {
5768
5780
  E !== K() && a(mi);
5769
5781
  }
5770
5782
  function A(w, Z, be) {
@@ -5783,7 +5795,7 @@ function sd(e, t, i) {
5783
5795
  var Z = y;
5784
5796
  if (Qe(w)) {
5785
5797
  var be = w.match(/([+\-<>])(\d+)?/) || [], ce = be[1], _e = be[2];
5786
- ce === "+" || ce === "-" ? Z = j(y + +("" + ce + (+_e || 1)), y) : ce === ">" ? Z = _e ? V(+_e) : b(!0) : ce === "<" && (Z = p(!0));
5798
+ ce === "+" || ce === "-" ? Z = j(y + +("" + ce + (+_e || 1)), y) : ce === ">" ? Z = _e ? B(+_e) : b(!0) : ce === "<" && (Z = p(!0));
5787
5799
  } else
5788
5800
  Z = f ? w : vt(w, 0, E);
5789
5801
  return Z;
@@ -5795,7 +5807,7 @@ function sd(e, t, i) {
5795
5807
  function j(w, Z, be) {
5796
5808
  if (d() || fe()) {
5797
5809
  var ce = te(w);
5798
- ce !== w && (Z = w, w = ce, be = !1), w < 0 || w > E ? !T && (oi(0, w, Z, !0) || oi(E, Z, w, !0)) ? w = V(I(w)) : f ? w = be ? w < 0 ? -($ % S || S) : $ : w : i.rewind ? w = w < 0 ? E : 0 : w = -1 : be && w !== Z && (w = V(I(Z) + (w < Z ? -1 : 1)));
5810
+ ce !== w && (Z = w, w = ce, be = !1), w < 0 || w > E ? !T && (oi(0, w, Z, !0) || oi(E, Z, w, !0)) ? w = B(I(w)) : f ? w = be ? w < 0 ? -($ % S || S) : $ : w : i.rewind ? w = w < 0 ? E : 0 : w = -1 : be && w !== Z && (w = B(I(Z) + (w < Z ? -1 : 1)));
5799
5811
  } else
5800
5812
  w = -1;
5801
5813
  return w;
@@ -5817,7 +5829,7 @@ function sd(e, t, i) {
5817
5829
  }
5818
5830
  return vt(w, 0, $ - 1);
5819
5831
  }
5820
- function V(w) {
5832
+ function B(w) {
5821
5833
  return vt(fe() ? w : S * w, 0, E);
5822
5834
  }
5823
5835
  function I(w) {
@@ -5849,15 +5861,15 @@ function sd(e, t, i) {
5849
5861
  getEnd: K,
5850
5862
  setIndex: X,
5851
5863
  getIndex: me,
5852
- toIndex: V,
5864
+ toIndex: B,
5853
5865
  toPage: I,
5854
5866
  toDest: F,
5855
5867
  hasFocus: fe,
5856
5868
  isBusy: Ue
5857
5869
  };
5858
5870
  }
5859
- var od = "http://www.w3.org/2000/svg", ld = "m15.5 0.932-4.3 4.38 14.5 14.6-14.5 14.5 4.3 4.4 14.6-14.6 4.4-4.3-4.4-4.4-14.6-14.6z", ri = 40;
5860
- function cd(e, t, i) {
5871
+ var cd = "http://www.w3.org/2000/svg", ud = "m15.5 0.932-4.3 4.38 14.5 14.6-14.5 14.5 4.3 4.4 14.6-14.6 4.4-4.3-4.4-4.4-14.6-14.6z", ri = 40;
5872
+ function dd(e, t, i) {
5861
5873
  var n = oe(e), r = n.on, a = n.bind, s = n.emit, o = i.classes, l = i.i18n, c = t.Elements, u = t.Controller, d = c.arrows, h = c.track, v = d, f = c.prev, m = c.next, b, p, y = {};
5862
5874
  function E() {
5863
5875
  $(), r(ye, P);
@@ -5882,10 +5894,10 @@ function cd(e, t, i) {
5882
5894
  u.go(M, !0);
5883
5895
  }
5884
5896
  function H() {
5885
- v = d || yt("div", o.arrows), f = R(!0), m = R(!1), b = !0, Xt(v, [f, m]), !d && un(v, h);
5897
+ v = d || yt("div", o.arrows), f = V(!0), m = V(!1), b = !0, Xt(v, [f, m]), !d && un(v, h);
5886
5898
  }
5887
- function R(M) {
5888
- var O = '<button class="' + o.arrow + " " + (M ? o.prev : o.next) + '" type="button"><svg xmlns="' + od + '" viewBox="0 0 ' + ri + " " + ri + '" width="' + ri + '" height="' + ri + '" focusable="false"><path d="' + (i.arrowPath || ld) + '" />';
5899
+ function V(M) {
5900
+ var O = '<button class="' + o.arrow + " " + (M ? o.prev : o.next) + '" type="button"><svg xmlns="' + cd + '" viewBox="0 0 ' + ri + " " + ri + '" width="' + ri + '" height="' + ri + '" focusable="false"><path d="' + (i.arrowPath || ud) + '" />';
5889
5901
  return Vr(O);
5890
5902
  }
5891
5903
  function A() {
@@ -5901,9 +5913,9 @@ function cd(e, t, i) {
5901
5913
  update: A
5902
5914
  };
5903
5915
  }
5904
- var ud = hn + "-interval";
5905
- function dd(e, t, i) {
5906
- var n = oe(e), r = n.on, a = n.bind, s = n.emit, o = Si(i.interval, e.go.bind(e, ">"), S), l = o.isPaused, c = t.Elements, u = t.Elements, d = u.root, h = u.toggle, v = i.autoplay, f, m, b = v === "pause";
5916
+ var hd = hn + "-interval";
5917
+ function fd(e, t, i) {
5918
+ var n = oe(e), r = n.on, a = n.bind, s = n.emit, o = Ci(i.interval, e.go.bind(e, ">"), S), l = o.isPaused, c = t.Elements, u = t.Elements, d = u.root, h = u.toggle, v = i.autoplay, f, m, b = v === "pause";
5907
5919
  function p() {
5908
5920
  v && (y(), h && z(h, Qt, c.track.id), b || E(), T());
5909
5921
  }
@@ -5914,7 +5926,7 @@ function dd(e, t, i) {
5914
5926
  m = H.type === "focusin", $();
5915
5927
  }), h && a(h, "click", function() {
5916
5928
  b ? E() : P(!0);
5917
- }), r([We, Ei, de], o.rewind), r(We, x);
5929
+ }), r([We, Si, de], o.rewind), r(We, x);
5918
5930
  }
5919
5931
  function E() {
5920
5932
  l() && t.Slides.isEnough() && (o.start(!i.resetProgress), m = f = b = !1, T(), s(pn));
@@ -5929,12 +5941,12 @@ function dd(e, t, i) {
5929
5941
  h && (Ye(h, dt, !b), z(h, Me, i.i18n[b ? "play" : "pause"]));
5930
5942
  }
5931
5943
  function S(H) {
5932
- var R = c.bar;
5933
- R && De(R, "width", H * 100 + "%"), s(ea, H);
5944
+ var V = c.bar;
5945
+ V && De(V, "width", H * 100 + "%"), s(ea, H);
5934
5946
  }
5935
5947
  function x(H) {
5936
- var R = t.Slides.getAt(H);
5937
- o.set(R && +xe(R.slide, ud) || i.interval);
5948
+ var V = t.Slides.getAt(H);
5949
+ o.set(V && +xe(V.slide, hd) || i.interval);
5938
5950
  }
5939
5951
  return {
5940
5952
  mount: p,
@@ -5944,7 +5956,7 @@ function dd(e, t, i) {
5944
5956
  isPaused: l
5945
5957
  };
5946
5958
  }
5947
- function hd(e, t, i) {
5959
+ function vd(e, t, i) {
5948
5960
  var n = oe(e), r = n.on;
5949
5961
  function a() {
5950
5962
  i.cover && (r(yn, Q(o, !0)), r([nt, ye, de], Q(s, !0)));
@@ -5963,27 +5975,27 @@ function hd(e, t, i) {
5963
5975
  destroy: Q(s, !1)
5964
5976
  };
5965
5977
  }
5966
- var fd = 10, vd = 600, md = 0.6, gd = 1.5, pd = 800;
5967
- function _d(e, t, i) {
5978
+ var md = 10, gd = 600, pd = 0.6, _d = 1.5, yd = 800;
5979
+ function bd(e, t, i) {
5968
5980
  var n = oe(e), r = n.on, a = n.emit, s = e.state.set, o = t.Move, l = o.getPosition, c = o.getLimit, u = o.exceededLimit, d = o.translate, h = e.is(Ct), v, f, m = 1;
5969
5981
  function b() {
5970
5982
  r(We, P), r([ye, de], $);
5971
5983
  }
5972
- function p(S, x, H, R, A) {
5984
+ function p(S, x, H, V, A) {
5973
5985
  var M = l();
5974
5986
  if (P(), H && (!h || !u())) {
5975
- var O = t.Layout.sliderSize(), N = Xi(S) * O * vi(Ce(S) / O) || 0;
5987
+ var O = t.Layout.sliderSize(), N = Ji(S) * O * vi(Ce(S) / O) || 0;
5976
5988
  S = o.toPosition(t.Controller.toDest(S % O)) + N;
5977
5989
  }
5978
5990
  var j = Hr(M, S, 1);
5979
- m = 1, x = j ? 0 : x || fi(Ce(S - M) / gd, pd), f = R, v = Si(x, y, Q(E, M, S, A), 1), s(Wt), a(Ei), v.start();
5991
+ m = 1, x = j ? 0 : x || fi(Ce(S - M) / _d, yd), f = V, v = Ci(x, y, Q(E, M, S, A), 1), s(Wt), a(Si), v.start();
5980
5992
  }
5981
5993
  function y() {
5982
5994
  s(Et), f && f(), a(ft);
5983
5995
  }
5984
- function E(S, x, H, R) {
5985
- var A = l(), M = S + (x - S) * T(R), O = (M - A) * m;
5986
- d(A + O), h && !H && u() && (m *= md, Ce(O) < fd && p(c(u(!0)), vd, !1, f, !0));
5996
+ function E(S, x, H, V) {
5997
+ var A = l(), M = S + (x - S) * T(V), O = (M - A) * m;
5998
+ d(A + O), h && !H && u() && (m *= pd, Ce(O) < md && p(c(u(!0)), gd, !1, f, !0));
5987
5999
  }
5988
6000
  function P() {
5989
6001
  v && v.cancel();
@@ -6006,10 +6018,10 @@ var mt = {
6006
6018
  passive: !1,
6007
6019
  capture: !0
6008
6020
  };
6009
- function yd(e, t, i) {
6010
- var n = oe(e), r = n.on, a = n.emit, s = n.bind, o = n.unbind, l = e.state, c = t.Move, u = t.Scroll, d = t.Controller, h = t.Elements.track, v = t.Media.reduce, f = t.Direction, m = f.resolve, b = f.orient, p = c.getPosition, y = c.exceededLimit, E, P, $, T, S, x = !1, H, R, A;
6021
+ function Ed(e, t, i) {
6022
+ var n = oe(e), r = n.on, a = n.emit, s = n.bind, o = n.unbind, l = e.state, c = t.Move, u = t.Scroll, d = t.Controller, h = t.Elements.track, v = t.Media.reduce, f = t.Direction, m = f.resolve, b = f.orient, p = c.getPosition, y = c.exceededLimit, E, P, $, T, S, x = !1, H, V, A;
6011
6023
  function M() {
6012
- s(h, Pi, Ui, mt), s(h, Fi, Ui, mt), s(h, ma, N, mt), s(h, "click", re, {
6024
+ s(h, Fi, qi, mt), s(h, Ri, qi, mt), s(h, ma, N, mt), s(h, "click", re, {
6013
6025
  capture: !0
6014
6026
  }), s(h, "dragstart", He), r([nt, ye], O);
6015
6027
  }
@@ -6018,9 +6030,9 @@ function yd(e, t, i) {
6018
6030
  Mn(!k), T = k === "free";
6019
6031
  }
6020
6032
  function N(k) {
6021
- if (H = !1, !R) {
6033
+ if (H = !1, !V) {
6022
6034
  var ie = _e(k);
6023
- ce(k.target) && (ie || !k.button) && (d.isBusy() ? He(k, !0) : (A = ie ? h : window, S = l.is([It, Wt]), $ = null, s(A, Pi, j, mt), s(A, Fi, te, mt), c.cancel(), u.cancel(), K(k)));
6035
+ ce(k.target) && (ie || !k.button) && (d.isBusy() ? He(k, !0) : (A = ie ? h : window, S = l.is([It, Wt]), $ = null, s(A, Fi, j, mt), s(A, Ri, te, mt), c.cancel(), u.cancel(), K(k)));
6024
6036
  }
6025
6037
  }
6026
6038
  function j(k) {
@@ -6032,17 +6044,17 @@ function yd(e, t, i) {
6032
6044
  } else F(k) && (S = I(k), He(k));
6033
6045
  }
6034
6046
  function te(k) {
6035
- l.is(ai) && (l.set(Et), a(qr)), S && (V(k), He(k)), o(A, Pi, j), o(A, Fi, te), S = !1;
6047
+ l.is(ai) && (l.set(Et), a(qr)), S && (B(k), He(k)), o(A, Fi, j), o(A, Ri, te), S = !1;
6036
6048
  }
6037
6049
  function re(k) {
6038
- !R && H && He(k, !0);
6050
+ !V && H && He(k, !0);
6039
6051
  }
6040
6052
  function K(k) {
6041
6053
  $ = P, P = k, E = p();
6042
6054
  }
6043
- function V(k) {
6055
+ function B(k) {
6044
6056
  var ie = X(k), at = me(ie), Dt = i.rewind && i.rewindByDrag;
6045
- v(!1), T ? d.scroll(at, 0, i.snap) : e.is(ei) ? d.go(b(Xi(ie)) < 0 ? Dt ? "<" : "-" : Dt ? ">" : "+") : e.is(Ct) && x && Dt ? d.go(y(!0) ? ">" : "<") : d.go(d.toDest(at), !0), v(!0);
6057
+ v(!1), T ? d.scroll(at, 0, i.snap) : e.is(ei) ? d.go(b(Ji(ie)) < 0 ? Dt ? "<" : "-" : Dt ? ">" : "+") : e.is(Ct) && x && Dt ? d.go(y(!0) ? ">" : "<") : d.go(d.toDest(at), !0), v(!0);
6046
6058
  }
6047
6059
  function I(k) {
6048
6060
  var ie = i.dragMinThreshold, at = Vt(ie), Dt = at && ie.mouse || 0, ya = (at ? ie.touch : +ie) || 10;
@@ -6060,13 +6072,13 @@ function yd(e, t, i) {
6060
6072
  return 0;
6061
6073
  }
6062
6074
  function me(k) {
6063
- return p() + Xi(k) * et(Ce(k) * (i.flickPower || 600), T ? 1 / 0 : t.Layout.listSize() * (i.flickMaxPages || 1));
6075
+ return p() + Ji(k) * et(Ce(k) * (i.flickPower || 600), T ? 1 / 0 : t.Layout.listSize() * (i.flickMaxPages || 1));
6064
6076
  }
6065
6077
  function fe(k, ie) {
6066
6078
  return Z(k, ie) - Z(w(k), ie);
6067
6079
  }
6068
6080
  function Ue(k) {
6069
- return qi(k) - qi(w(k));
6081
+ return Xi(k) - Xi(w(k));
6070
6082
  }
6071
6083
  function w(k) {
6072
6084
  return P === k && $ || P;
@@ -6075,11 +6087,11 @@ function yd(e, t, i) {
6075
6087
  return (_e(k) ? k.changedTouches[0] : k)["page" + m(ie ? "Y" : "X")];
6076
6088
  }
6077
6089
  function be(k) {
6078
- return k / (x && e.is(Ct) ? Zu : 1);
6090
+ return k / (x && e.is(Ct) ? ed : 1);
6079
6091
  }
6080
6092
  function ce(k) {
6081
6093
  var ie = i.noDrag;
6082
- return !Bt(k, "." + ua + ", ." + Ti) && (!ie || !Bt(k, ie));
6094
+ return !Bt(k, "." + ua + ", ." + Di) && (!ie || !Bt(k, ie));
6083
6095
  }
6084
6096
  function _e(k) {
6085
6097
  return typeof TouchEvent < "u" && k instanceof TouchEvent;
@@ -6088,7 +6100,7 @@ function yd(e, t, i) {
6088
6100
  return S;
6089
6101
  }
6090
6102
  function Mn(k) {
6091
- R = k;
6103
+ V = k;
6092
6104
  }
6093
6105
  return {
6094
6106
  mount: M,
@@ -6096,18 +6108,18 @@ function yd(e, t, i) {
6096
6108
  isDragging: _a
6097
6109
  };
6098
6110
  }
6099
- var bd = {
6111
+ var Sd = {
6100
6112
  Spacebar: " ",
6101
- Right: Ai,
6102
- Left: wi,
6113
+ Right: Ii,
6114
+ Left: Ai,
6103
6115
  Up: na,
6104
6116
  Down: ra
6105
6117
  };
6106
6118
  function wn(e) {
6107
- return e = Qe(e) ? e : e.key, bd[e] || e;
6119
+ return e = Qe(e) ? e : e.key, Sd[e] || e;
6108
6120
  }
6109
6121
  var cr = "keydown";
6110
- function Ed(e, t, i) {
6122
+ function Cd(e, t, i) {
6111
6123
  var n = oe(e), r = n.on, a = n.bind, s = n.unbind, o = e.root, l = t.Direction.resolve, c, u;
6112
6124
  function d() {
6113
6125
  h(), r(ye, v), r(ye, h), r(We, m);
@@ -6131,7 +6143,7 @@ function Ed(e, t, i) {
6131
6143
  function b(p) {
6132
6144
  if (!u) {
6133
6145
  var y = wn(p);
6134
- y === l(wi) ? e.go("<") : y === l(Ai) && e.go(">");
6146
+ y === l(Ai) ? e.go("<") : y === l(Ii) && e.go(">");
6135
6147
  }
6136
6148
  }
6137
6149
  return {
@@ -6140,8 +6152,8 @@ function Ed(e, t, i) {
6140
6152
  disable: f
6141
6153
  };
6142
6154
  }
6143
- var Rt = hn + "-lazy", li = Rt + "-srcset", Sd = "[" + Rt + "], [" + li + "]";
6144
- function Cd(e, t, i) {
6155
+ var Rt = hn + "-lazy", li = Rt + "-srcset", wd = "[" + Rt + "], [" + li + "]";
6156
+ function Ad(e, t, i) {
6145
6157
  var n = oe(e), r = n.on, a = n.off, s = n.bind, o = n.emit, l = i.lazyLoad === "sequential", c = [Mt, ft], u = [];
6146
6158
  function d() {
6147
6159
  i.lazyLoad && (h(), r(de, h));
@@ -6151,7 +6163,7 @@ function Cd(e, t, i) {
6151
6163
  }
6152
6164
  function v() {
6153
6165
  t.Slides.forEach(function(y) {
6154
- dn(y.slide, Sd).forEach(function(E) {
6166
+ dn(y.slide, wd).forEach(function(E) {
6155
6167
  var P = xe(E, Rt), $ = xe(E, li);
6156
6168
  if (P !== E.src || $ !== E.srcset) {
6157
6169
  var T = i.classes.spinner, S = E.parentElement, x = Jt(S, "." + T) || yt("span", T, S);
@@ -6168,11 +6180,11 @@ function Cd(e, t, i) {
6168
6180
  }
6169
6181
  function m(y) {
6170
6182
  var E = y[0];
6171
- Fe(y[1].slide, Qi), s(E, "load error", Q(b, y)), z(E, "src", xe(E, Rt)), z(E, "srcset", xe(E, li)), Re(E, Rt), Re(E, li);
6183
+ Fe(y[1].slide, en), s(E, "load error", Q(b, y)), z(E, "src", xe(E, Rt)), z(E, "srcset", xe(E, li)), Re(E, Rt), Re(E, li);
6172
6184
  }
6173
6185
  function b(y, E) {
6174
6186
  var P = y[0], $ = y[1];
6175
- je($.slide, Qi), E.type !== "error" && (ut(y[2]), jt(P, ""), o(yn, P, $), o(St)), l && p();
6187
+ je($.slide, en), E.type !== "error" && (ut(y[2]), jt(P, ""), o(yn, P, $), o(St)), l && p();
6176
6188
  }
6177
6189
  function p() {
6178
6190
  u.length && m(u.shift());
@@ -6183,12 +6195,12 @@ function Cd(e, t, i) {
6183
6195
  check: f
6184
6196
  };
6185
6197
  }
6186
- function wd(e, t, i) {
6198
+ function Id(e, t, i) {
6187
6199
  var n = oe(e), r = n.on, a = n.emit, s = n.bind, o = t.Slides, l = t.Elements, c = t.Controller, u = c.hasFocus, d = c.getIndex, h = c.go, v = t.Direction.resolve, f = l.pagination, m = [], b, p;
6188
6200
  function y() {
6189
6201
  E(), r([ye, de, mi], y);
6190
- var R = i.pagination;
6191
- f && jt(f, R ? "" : "none"), R && (r([We, Ei, ft], H), P(), H(), a(Zr, {
6202
+ var V = i.pagination;
6203
+ f && jt(f, V ? "" : "none"), V && (r([We, Si, ft], H), P(), H(), a(Zr, {
6192
6204
  list: b,
6193
6205
  items: m
6194
6206
  }, x(e.index)));
@@ -6197,41 +6209,41 @@ function wd(e, t, i) {
6197
6209
  b && (ut(f ? it(b.children) : b), je(b, p), ze(m), b = null), n.destroy();
6198
6210
  }
6199
6211
  function P() {
6200
- var R = e.length, A = i.classes, M = i.i18n, O = i.perPage, N = u() ? c.getEnd() + 1 : Kt(R / O);
6201
- b = f || yt("ul", A.pagination, l.track.parentElement), Fe(b, p = Di + "--" + S()), z(b, Ke, "tablist"), z(b, Me, M.select), z(b, En, S() === Ii ? "vertical" : "");
6212
+ var V = e.length, A = i.classes, M = i.i18n, O = i.perPage, N = u() ? c.getEnd() + 1 : Kt(V / O);
6213
+ b = f || yt("ul", A.pagination, l.track.parentElement), Fe(b, p = xi + "--" + S()), z(b, Ke, "tablist"), z(b, Me, M.select), z(b, En, S() === Mi ? "vertical" : "");
6202
6214
  for (var j = 0; j < N; j++) {
6203
6215
  var te = yt("li", null, b), re = yt("button", {
6204
6216
  class: A.page,
6205
6217
  type: "button"
6206
6218
  }, te), K = o.getIn(j).map(function(I) {
6207
6219
  return I.slide.id;
6208
- }), V = !u() && O > 1 ? M.pageX : M.slideX;
6209
- s(re, "click", Q($, j)), i.paginationKeyboard && s(re, "keydown", Q(T, j)), z(te, Ke, "presentation"), z(re, Ke, "tab"), z(re, Qt, K.join(" ")), z(re, Me, Ji(V, j + 1)), z(re, bt, -1), m.push({
6220
+ }), B = !u() && O > 1 ? M.pageX : M.slideX;
6221
+ s(re, "click", Q($, j)), i.paginationKeyboard && s(re, "keydown", Q(T, j)), z(te, Ke, "presentation"), z(re, Ke, "tab"), z(re, Qt, K.join(" ")), z(re, Me, Zi(B, j + 1)), z(re, bt, -1), m.push({
6210
6222
  li: te,
6211
6223
  button: re,
6212
6224
  page: j
6213
6225
  });
6214
6226
  }
6215
6227
  }
6216
- function $(R) {
6217
- h(">" + R, !0);
6228
+ function $(V) {
6229
+ h(">" + V, !0);
6218
6230
  }
6219
- function T(R, A) {
6231
+ function T(V, A) {
6220
6232
  var M = m.length, O = wn(A), N = S(), j = -1;
6221
- O === v(Ai, !1, N) ? j = ++R % M : O === v(wi, !1, N) ? j = (--R + M) % M : O === "Home" ? j = 0 : O === "End" && (j = M - 1);
6233
+ O === v(Ii, !1, N) ? j = ++V % M : O === v(Ai, !1, N) ? j = (--V + M) % M : O === "Home" ? j = 0 : O === "End" && (j = M - 1);
6222
6234
  var te = m[j];
6223
6235
  te && (Rr(te.button), h(">" + j), He(A, !0));
6224
6236
  }
6225
6237
  function S() {
6226
6238
  return i.paginationDirection || i.direction;
6227
6239
  }
6228
- function x(R) {
6229
- return m[c.toPage(R)];
6240
+ function x(V) {
6241
+ return m[c.toPage(V)];
6230
6242
  }
6231
6243
  function H() {
6232
- var R = x(d(!0)), A = x(d());
6233
- if (R) {
6234
- var M = R.button;
6244
+ var V = x(d(!0)), A = x(d());
6245
+ if (V) {
6246
+ var M = V.button;
6235
6247
  je(M, dt), Re(M, nr), z(M, bt, -1);
6236
6248
  }
6237
6249
  if (A) {
@@ -6241,7 +6253,7 @@ function wd(e, t, i) {
6241
6253
  a(Qr, {
6242
6254
  list: b,
6243
6255
  items: m
6244
- }, R, A);
6256
+ }, V, A);
6245
6257
  }
6246
6258
  return {
6247
6259
  items: m,
@@ -6251,8 +6263,8 @@ function wd(e, t, i) {
6251
6263
  update: H
6252
6264
  };
6253
6265
  }
6254
- var Ad = [" ", "Enter"];
6255
- function Id(e, t, i) {
6266
+ var Md = [" ", "Enter"];
6267
+ function Td(e, t, i) {
6256
6268
  var n = i.isNavigation, r = i.slideFocus, a = [];
6257
6269
  function s() {
6258
6270
  e.splides.forEach(function(f) {
@@ -6278,13 +6290,13 @@ function Id(e, t, i) {
6278
6290
  m(vn, h), m(ta, v), m([nt, ye], d), a.push(f), f.emit(gn, e.splides);
6279
6291
  }
6280
6292
  function d() {
6281
- z(t.Elements.list, En, i.direction === Ii ? "vertical" : "");
6293
+ z(t.Elements.list, En, i.direction === Mi ? "vertical" : "");
6282
6294
  }
6283
6295
  function h(f) {
6284
6296
  e.go(f.index);
6285
6297
  }
6286
6298
  function v(f, m) {
6287
- cn(Ad, wn(m)) && (h(f), He(m));
6299
+ cn(Md, wn(m)) && (h(f), He(m));
6288
6300
  }
6289
6301
  return {
6290
6302
  setup: Q(t.Media.set, {
@@ -6295,14 +6307,14 @@ function Id(e, t, i) {
6295
6307
  remount: l
6296
6308
  };
6297
6309
  }
6298
- function Md(e, t, i) {
6310
+ function Dd(e, t, i) {
6299
6311
  var n = oe(e), r = n.bind, a = 0;
6300
6312
  function s() {
6301
6313
  i.wheel && r(t.Elements.track, "wheel", o, mt);
6302
6314
  }
6303
6315
  function o(c) {
6304
6316
  if (c.cancelable) {
6305
- var u = c.deltaY, d = u < 0, h = qi(c), v = i.wheelMinThreshold || 0, f = i.wheelSleep || 0;
6317
+ var u = c.deltaY, d = u < 0, h = Xi(c), v = i.wheelMinThreshold || 0, f = i.wheelSleep || 0;
6306
6318
  Ce(u) > v && h - a > f && (e.go(d ? "<" : ">"), a = h), l(d) && He(c);
6307
6319
  }
6308
6320
  }
@@ -6313,9 +6325,9 @@ function Md(e, t, i) {
6313
6325
  mount: s
6314
6326
  };
6315
6327
  }
6316
- var Td = 90;
6317
- function Dd(e, t, i) {
6318
- var n = oe(e), r = n.on, a = t.Elements.track, s = i.live && !i.isNavigation, o = yt("span", Wu), l = Si(Td, Q(u, !1));
6328
+ var xd = 90;
6329
+ function Od(e, t, i) {
6330
+ var n = oe(e), r = n.on, a = t.Elements.track, s = i.live && !i.isNavigation, o = yt("span", qu), l = Ci(xd, Q(u, !1));
6319
6331
  function c() {
6320
6332
  s && (h(!t.Autoplay.isPaused()), z(a, sr, !0), o.textContent = "…", r(pn, Q(h, !0)), r(_n, Q(h, !1)), r([Mt, ft], Q(u, !0)));
6321
6333
  }
@@ -6334,28 +6346,28 @@ function Dd(e, t, i) {
6334
6346
  destroy: d
6335
6347
  };
6336
6348
  }
6337
- var xd = /* @__PURE__ */ Object.freeze({
6349
+ var kd = /* @__PURE__ */ Object.freeze({
6338
6350
  __proto__: null,
6339
- Media: Ru,
6340
- Direction: Vu,
6341
- Elements: Qu,
6342
- Slides: td,
6343
- Layout: id,
6344
- Clones: rd,
6345
- Move: ad,
6346
- Controller: sd,
6347
- Arrows: cd,
6348
- Autoplay: dd,
6349
- Cover: hd,
6350
- Scroll: _d,
6351
- Drag: yd,
6352
- Keyboard: Ed,
6353
- LazyLoad: Cd,
6354
- Pagination: wd,
6355
- Sync: Id,
6356
- Wheel: Md,
6357
- Live: Dd
6358
- }), Od = {
6351
+ Media: Bu,
6352
+ Direction: Hu,
6353
+ Elements: td,
6354
+ Slides: nd,
6355
+ Layout: rd,
6356
+ Clones: sd,
6357
+ Move: od,
6358
+ Controller: ld,
6359
+ Arrows: dd,
6360
+ Autoplay: fd,
6361
+ Cover: vd,
6362
+ Scroll: bd,
6363
+ Drag: Ed,
6364
+ Keyboard: Cd,
6365
+ LazyLoad: Ad,
6366
+ Pagination: Id,
6367
+ Sync: Td,
6368
+ Wheel: Dd,
6369
+ Live: Od
6370
+ }), Ld = {
6359
6371
  prev: "Previous slide",
6360
6372
  next: "Next slide",
6361
6373
  first: "Go to first slide",
@@ -6368,7 +6380,7 @@ var xd = /* @__PURE__ */ Object.freeze({
6368
6380
  slide: "slide",
6369
6381
  select: "Select a slide to show",
6370
6382
  slideLabel: "%s of %s"
6371
- }, kd = {
6383
+ }, $d = {
6372
6384
  type: "slide",
6373
6385
  role: "region",
6374
6386
  speed: 400,
@@ -6387,15 +6399,15 @@ var xd = /* @__PURE__ */ Object.freeze({
6387
6399
  trimSpace: !0,
6388
6400
  focusableNodes: "a, button, textarea, input, select, iframe",
6389
6401
  live: !0,
6390
- classes: Xu,
6391
- i18n: Od,
6402
+ classes: Zu,
6403
+ i18n: Ld,
6392
6404
  reducedMotion: {
6393
6405
  speed: 0,
6394
6406
  rewindSpeed: 0,
6395
6407
  autoplay: "pause"
6396
6408
  }
6397
6409
  };
6398
- function Ld(e, t, i) {
6410
+ function Nd(e, t, i) {
6399
6411
  var n = t.Slides;
6400
6412
  function r() {
6401
6413
  oe(e).on([nt, de], a);
@@ -6411,10 +6423,10 @@ function Ld(e, t, i) {
6411
6423
  return {
6412
6424
  mount: r,
6413
6425
  start: s,
6414
- cancel: Ui
6426
+ cancel: qi
6415
6427
  };
6416
6428
  }
6417
- function $d(e, t, i) {
6429
+ function Pd(e, t, i) {
6418
6430
  var n = t.Move, r = t.Controller, a = t.Scroll, s = t.Elements.list, o = Q(De, s, "transition"), l;
6419
6431
  function c() {
6420
6432
  oe(e).bind(s, "transitionend", function(v) {
@@ -6443,14 +6455,14 @@ function $d(e, t, i) {
6443
6455
  cancel: d
6444
6456
  };
6445
6457
  }
6446
- var Nd = /* @__PURE__ */ (function() {
6458
+ var Fd = /* @__PURE__ */ (function() {
6447
6459
  function e(i, n) {
6448
- this.event = oe(), this.Components = {}, this.state = Pu(pt), this.splides = [], this._o = {}, this._E = {};
6460
+ this.event = oe(), this.Components = {}, this.state = Ru(pt), this.splides = [], this._o = {}, this._E = {};
6449
6461
  var r = Qe(i) ? Br(document, i) : i;
6450
6462
  Ft(r, r + " is invalid."), this.root = r, n = Xe({
6451
6463
  label: xe(r, Me) || "",
6452
6464
  labelledby: xe(r, bn) || ""
6453
- }, kd, e.defaults, n || {});
6465
+ }, $d, e.defaults, n || {});
6454
6466
  try {
6455
6467
  Xe(n, JSON.parse(xe(r, hn)));
6456
6468
  } catch {
@@ -6461,8 +6473,8 @@ var Nd = /* @__PURE__ */ (function() {
6461
6473
  var t = e.prototype;
6462
6474
  return t.mount = function(n, r) {
6463
6475
  var a = this, s = this.state, o = this.Components;
6464
- Ft(s.is([pt, hi]), "Already mounted!"), s.set(pt), this._C = o, this._T = r || this._T || (this.is(ei) ? Ld : $d), this._E = n || this._E;
6465
- var l = Yt({}, xd, this._E, {
6476
+ Ft(s.is([pt, hi]), "Already mounted!"), s.set(pt), this._C = o, this._T = r || this._T || (this.is(ei) ? Nd : Pd), this._E = n || this._E;
6477
+ var l = Yt({}, kd, this._E, {
6466
6478
  Transition: this._T
6467
6479
  });
6468
6480
  return ct(l, function(c, u) {
@@ -6470,7 +6482,7 @@ var Nd = /* @__PURE__ */ (function() {
6470
6482
  o[u] = d, d.setup && d.setup();
6471
6483
  }), ct(o, function(c) {
6472
6484
  c.mount && c.mount();
6473
- }), this.emit(nt), Fe(this.root, Uu), s.set(Et), this.emit(tr), this;
6485
+ }), this.emit(nt), Fe(this.root, Xu), s.set(Et), this.emit(tr), this;
6474
6486
  }, t.sync = function(n) {
6475
6487
  return this.splides.push({
6476
6488
  splide: n
@@ -6501,7 +6513,7 @@ var Nd = /* @__PURE__ */ (function() {
6501
6513
  return a.is(pt) ? oe(this).on(tr, this.destroy.bind(this, n)) : (ct(this._C, function(s) {
6502
6514
  s.destroy && s.destroy(n);
6503
6515
  }, !0), r.emit(mn), r.destroy(), n && ze(this.splides), a.set(hi)), this;
6504
- }, Ou(e, [{
6516
+ }, Lu(e, [{
6505
6517
  key: "options",
6506
6518
  get: function() {
6507
6519
  return this._o;
@@ -6520,9 +6532,9 @@ var Nd = /* @__PURE__ */ (function() {
6520
6532
  return this._C.Controller.getIndex();
6521
6533
  }
6522
6534
  }]), e;
6523
- })(), An = Nd;
6535
+ })(), An = Fd;
6524
6536
  An.defaults = {};
6525
- An.STATES = Lu;
6537
+ An.STATES = Nu;
6526
6538
  const ur = [
6527
6539
  jr,
6528
6540
  Xr,
@@ -6546,8 +6558,8 @@ const ur = [
6546
6558
  Qr,
6547
6559
  de,
6548
6560
  St,
6549
- bi,
6550
6561
  Ei,
6562
+ Si,
6551
6563
  ft,
6552
6564
  ye,
6553
6565
  Gr
@@ -6555,7 +6567,7 @@ const ur = [
6555
6567
  function dr(e) {
6556
6568
  return e !== null && typeof e == "object";
6557
6569
  }
6558
- function Pd(e, t) {
6570
+ function Rd(e, t) {
6559
6571
  if (e) {
6560
6572
  const i = Object.keys(e);
6561
6573
  for (let n = 0; n < i.length; n++) {
@@ -6568,11 +6580,11 @@ function Pd(e, t) {
6568
6580
  }
6569
6581
  function pa(e, t) {
6570
6582
  const i = e;
6571
- return Pd(t, (n, r) => {
6583
+ return Rd(t, (n, r) => {
6572
6584
  Array.isArray(n) ? i[r] = n.slice() : dr(n) ? i[r] = pa(dr(i[r]) ? i[r] : {}, n) : i[r] = n;
6573
6585
  }), i;
6574
6586
  }
6575
- const Fd = W({
6587
+ const Vd = U({
6576
6588
  name: "SplideTrack",
6577
6589
  setup() {
6578
6590
  vr(() => {
@@ -6586,18 +6598,18 @@ const Fd = W({
6586
6598
  for (const [n, r] of t)
6587
6599
  i[n] = r;
6588
6600
  return i;
6589
- }, Rd = { class: "splide__track" }, Vd = { class: "splide__list" };
6590
- function Bd(e, t, i, n, r, a) {
6591
- return _(), C("div", Rd, [
6592
- g("ul", Vd, [
6593
- U(e.$slots, "default")
6601
+ }, Bd = { class: "splide__track" }, Hd = { class: "splide__list" };
6602
+ function Yd(e, t, i, n, r, a) {
6603
+ return _(), C("div", Bd, [
6604
+ g("ul", Hd, [
6605
+ W(e.$slots, "default")
6594
6606
  ])
6595
6607
  ]);
6596
6608
  }
6597
- const Hd = /* @__PURE__ */ In(Fd, [["render", Bd]]), Yd = W({
6609
+ const jd = /* @__PURE__ */ In(Vd, [["render", Yd]]), Kd = U({
6598
6610
  name: "Splide",
6599
6611
  emits: ur.map((e) => `splide:${e}`),
6600
- components: { SplideTrack: Hd },
6612
+ components: { SplideTrack: jd },
6601
6613
  props: {
6602
6614
  tag: {
6603
6615
  default: "div",
@@ -6618,12 +6630,12 @@ const Hd = /* @__PURE__ */ In(Fd, [["render", Bd]]), Yd = W({
6618
6630
  const i = se(), n = se();
6619
6631
  wt(() => {
6620
6632
  n.value && (i.value = new An(n.value, e.options), l(i.value), i.value.mount(e.extensions, e.transition));
6621
- }), en(() => {
6633
+ }), tn(() => {
6622
6634
  var c;
6623
6635
  (c = i.value) == null || c.destroy();
6624
6636
  }), Ze(() => pa({}, e.options), (c) => {
6625
6637
  i.value && (i.value.options = c);
6626
- }, { deep: !0 }), nn(ga, i);
6638
+ }, { deep: !0 }), rn(ga, i);
6627
6639
  const r = D(() => {
6628
6640
  var c;
6629
6641
  return ((c = i.value) == null ? void 0 : c.index) || 0;
@@ -6656,7 +6668,7 @@ const Hd = /* @__PURE__ */ In(Fd, [["render", Bd]]), Yd = W({
6656
6668
  };
6657
6669
  }
6658
6670
  });
6659
- function jd(e, t, i, n, r, a) {
6671
+ function Gd(e, t, i, n, r, a) {
6660
6672
  const s = Aa("SplideTrack");
6661
6673
  return _(), ee(Ia(e.tag), {
6662
6674
  class: "splide",
@@ -6665,23 +6677,23 @@ function jd(e, t, i, n, r, a) {
6665
6677
  default: ne(() => [
6666
6678
  e.hasTrack ? (_(), ee(s, { key: 0 }, {
6667
6679
  default: ne(() => [
6668
- U(e.$slots, "default")
6680
+ W(e.$slots, "default")
6669
6681
  ]),
6670
6682
  _: 3
6671
- })) : U(e.$slots, "default", { key: 1 })
6683
+ })) : W(e.$slots, "default", { key: 1 })
6672
6684
  ]),
6673
6685
  _: 3
6674
6686
  }, 512);
6675
6687
  }
6676
- const Kd = /* @__PURE__ */ In(Yd, [["render", jd]]), Gd = W({
6688
+ const zd = /* @__PURE__ */ In(Kd, [["render", Gd]]), Wd = U({
6677
6689
  name: "SplideSlide"
6678
- }), zd = { class: "splide__slide" };
6679
- function Wd(e, t, i, n, r, a) {
6680
- return _(), C("li", zd, [
6681
- U(e.$slots, "default")
6690
+ }), Ud = { class: "splide__slide" };
6691
+ function qd(e, t, i, n, r, a) {
6692
+ return _(), C("li", Ud, [
6693
+ W(e.$slots, "default")
6682
6694
  ]);
6683
6695
  }
6684
- const Ud = /* @__PURE__ */ In(Gd, [["render", Wd]]), qd = {
6696
+ const Xd = /* @__PURE__ */ In(Wd, [["render", qd]]), Jd = {
6685
6697
  autoplay: !1,
6686
6698
  keyboard: !1,
6687
6699
  slideFocus: !1,
@@ -6711,14 +6723,14 @@ const Ud = /* @__PURE__ */ In(Gd, [["render", Wd]]), qd = {
6711
6723
  gap: "2rem"
6712
6724
  }
6713
6725
  }
6714
- }, Xd = {
6726
+ }, Zd = {
6715
6727
  class: "m-component m-component-slider-comment",
6716
6728
  style: { overflow: "hidden" }
6717
- }, Jd = { class: "container" }, Zd = { class: "m-component__grid" }, Qd = { class: "m-component__column" }, eh = {
6729
+ }, Qd = { class: "container" }, eh = { class: "m-component__grid" }, th = { class: "m-component__column" }, ih = {
6718
6730
  class: "m-slider m-slider--visible-preview",
6719
6731
  "aria-label": "Slider mit Elementen",
6720
6732
  "data-m-slider-splide": "m-slider-comment"
6721
- }, th = /* @__PURE__ */ W({
6733
+ }, nh = /* @__PURE__ */ U({
6722
6734
  __name: "MucSlider",
6723
6735
  emits: ["changeSlide"],
6724
6736
  setup(e, { emit: t }) {
@@ -6733,11 +6745,11 @@ const Ud = /* @__PURE__ */ In(Gd, [["render", Wd]]), qd = {
6733
6745
  n.value && n.value.splide && (a.value = n.value.length, n.value.splide.on("move", () => {
6734
6746
  n.value && n.value.splide && (r.value = n.value.splide.index, i("changeSlide", n.value.splide.index));
6735
6747
  }));
6736
- }), (u, d) => (_(), C("div", Xd, [
6737
- g("div", Jd, [
6738
- g("div", Zd, [
6739
- g("div", Qd, [
6740
- g("section", eh, [
6748
+ }), (u, d) => (_(), C("div", Zd, [
6749
+ g("div", Qd, [
6750
+ g("div", eh, [
6751
+ g("div", th, [
6752
+ g("section", ih, [
6741
6753
  l.value ? (_(), C("button", {
6742
6754
  key: 0,
6743
6755
  "aria-label": "Vorheriges Element",
@@ -6747,15 +6759,15 @@ const Ud = /* @__PURE__ */ In(Gd, [["render", Wd]]), qd = {
6747
6759
  g("svg", { class: "icon" }, [
6748
6760
  g("use", { "xlink:href": "#icon-arrow-left" })
6749
6761
  ], -1)
6750
- ])])) : B("", !0),
6751
- ae(q(Kd), {
6752
- options: q(qd),
6762
+ ])])) : R("", !0),
6763
+ ae(q(zd), {
6764
+ options: q(Jd),
6753
6765
  "aria-label": "Dies ist ein Karussell mit rotierenden Elementen. Verwenden Sie die Buttons um nach vorne oder zurück zu navigieren.",
6754
6766
  ref_key: "splide",
6755
6767
  ref: n
6756
6768
  }, {
6757
6769
  default: ne(() => [
6758
- U(u.$slots, "default", {}, void 0, !0)
6770
+ W(u.$slots, "default", {}, void 0, !0)
6759
6771
  ]),
6760
6772
  _: 3
6761
6773
  }, 8, ["options"]),
@@ -6768,24 +6780,24 @@ const Ud = /* @__PURE__ */ In(Gd, [["render", Wd]]), qd = {
6768
6780
  g("svg", { class: "icon" }, [
6769
6781
  g("use", { "xlink:href": "#icon-arrow-right" })
6770
6782
  ], -1)
6771
- ])])) : B("", !0)
6783
+ ])])) : R("", !0)
6772
6784
  ])
6773
6785
  ])
6774
6786
  ])
6775
6787
  ])
6776
6788
  ]));
6777
6789
  }
6778
- }), ih = /* @__PURE__ */ he(th, [["__scopeId", "data-v-055bab6c"]]), nh = /* @__PURE__ */ W({
6790
+ }), rh = /* @__PURE__ */ he(nh, [["__scopeId", "data-v-055bab6c"]]), ah = /* @__PURE__ */ U({
6779
6791
  __name: "MucSliderItem",
6780
6792
  setup(e) {
6781
- return (t, i) => (_(), ee(q(Ud), null, {
6793
+ return (t, i) => (_(), ee(q(Xd), null, {
6782
6794
  default: ne(() => [
6783
- U(t.$slots, "default")
6795
+ W(t.$slots, "default")
6784
6796
  ]),
6785
6797
  _: 3
6786
6798
  }));
6787
6799
  }
6788
- }), rh = ["tabindex", "aria-labelledby", "aria-label", "aria-setsize", "aria-posinset", "aria-current"], ah = ["id"], sh = ["id"], oh = ["id"], lh = ["aria-labelledby"], ch = /* @__PURE__ */ W({
6800
+ }), sh = ["tabindex", "aria-labelledby", "aria-label", "aria-setsize", "aria-posinset", "aria-current"], oh = ["id"], lh = ["id"], ch = ["id"], uh = ["aria-labelledby"], dh = /* @__PURE__ */ U({
6789
6801
  __name: "MucStepperItem",
6790
6802
  props: {
6791
6803
  item: {},
@@ -6824,23 +6836,23 @@ const Ud = /* @__PURE__ */ In(Gd, [["render", Wd]]), qd = {
6824
6836
  "aria-current": e.isActive ? "step" : !1
6825
6837
  }, [
6826
6838
  ae(q(pe), { icon: n.value }, null, 8, ["icon"])
6827
- ], 10, rh),
6839
+ ], 10, sh),
6828
6840
  g("div", {
6829
6841
  class: J(["m-form-step__title", { disabled: e.disabled }])
6830
6842
  }, [
6831
6843
  g("span", {
6832
6844
  id: s.value,
6833
6845
  "aria-disabled": "true"
6834
- }, L(e.item.label), 9, ah),
6846
+ }, L(e.item.label), 9, oh),
6835
6847
  g("span", {
6836
6848
  class: "visually-hidden",
6837
6849
  id: o.value
6838
- }, " Schritt " + L(e.position) + " von " + L(e.total) + ": ", 9, sh),
6850
+ }, " Schritt " + L(e.position) + " von " + L(e.total) + ": ", 9, lh),
6839
6851
  e.isDone ? (_(), C("span", {
6840
6852
  key: 0,
6841
6853
  class: "visually-hidden",
6842
6854
  id: l.value
6843
- }, " – erledigt ", 8, oh)) : B("", !0)
6855
+ }, " – erledigt ", 8, ch)) : R("", !0)
6844
6856
  ], 2),
6845
6857
  e.isActive ? (_(), C("span", {
6846
6858
  key: 0,
@@ -6849,14 +6861,14 @@ const Ud = /* @__PURE__ */ In(Gd, [["render", Wd]]), qd = {
6849
6861
  "aria-live": "polite",
6850
6862
  "aria-atomic": "true",
6851
6863
  "aria-labelledby": c.value
6852
- }, null, 8, lh)) : B("", !0)
6864
+ }, null, 8, uh)) : R("", !0)
6853
6865
  ], 2));
6854
6866
  }
6855
- }), uh = /* @__PURE__ */ he(ch, [["__scopeId", "data-v-c8c29c82"]]), dh = { class: "m-component m-component-form-progress" }, hh = { class: "container" }, fh = { class: "m-component__grid" }, vh = { class: "m-component__column" }, mh = {
6867
+ }), hh = /* @__PURE__ */ he(dh, [["__scopeId", "data-v-c8c29c82"]]), fh = { class: "m-component m-component-form-progress" }, vh = { class: "container" }, mh = { class: "m-component__grid" }, gh = { class: "m-component__column" }, ph = {
6856
6868
  class: "m-form-steps",
6857
6869
  role: "list",
6858
6870
  "aria-label": "Formularfortschritt"
6859
- }, gh = /* @__PURE__ */ W({
6871
+ }, _h = /* @__PURE__ */ U({
6860
6872
  __name: "MucStepper",
6861
6873
  props: {
6862
6874
  stepItems: {},
@@ -6875,12 +6887,12 @@ const Ud = /* @__PURE__ */ In(Gd, [["render", Wd]]), qd = {
6875
6887
  const n = (c) => e.stepItems.findIndex((u) => u.id === c), r = se(n(e.activeItem)), a = (c) => c === e.activeItem, s = (c) => n(c) < r.value, o = (c) => e.disablePreviousSteps && !a(c) && s(c), l = (c) => {
6876
6888
  i("changeStep", c);
6877
6889
  };
6878
- return (c, u) => (_(), C("div", dh, [
6879
- g("div", hh, [
6880
- g("div", fh, [
6881
- g("div", vh, [
6882
- g("ol", mh, [
6883
- (_(!0), C(we, null, Oe(e.stepItems, (d, h) => (_(), ee(uh, {
6890
+ return (c, u) => (_(), C("div", fh, [
6891
+ g("div", vh, [
6892
+ g("div", mh, [
6893
+ g("div", gh, [
6894
+ g("ol", ph, [
6895
+ (_(!0), C(we, null, Oe(e.stepItems, (d, h) => (_(), ee(hh, {
6884
6896
  key: d.id,
6885
6897
  item: d,
6886
6898
  "is-active": a(d.id),
@@ -6899,71 +6911,71 @@ const Ud = /* @__PURE__ */ In(Gd, [["render", Wd]]), qd = {
6899
6911
  }), hr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6900
6912
  __proto__: null,
6901
6913
  MucAccordion: Na,
6902
- MucAccordionItem: Ya,
6903
- MucBanner: Ga,
6914
+ MucAccordionItem: Ka,
6915
+ MucBanner: Wa,
6904
6916
  MucButton: Je,
6905
- MucCalendar: Es,
6906
- MucCallout: Ds,
6907
- MucCard: Rs,
6908
- MucCardContainer: Hs,
6909
- MucCheckbox: yo,
6910
- MucCheckboxGroup: Io,
6917
+ MucCalendar: Cs,
6918
+ MucCallout: Os,
6919
+ MucCard: Bs,
6920
+ MucCardContainer: js,
6921
+ MucCheckbox: Eo,
6922
+ MucCheckboxGroup: To,
6911
6923
  MucComment: pr,
6912
- MucCommentText: ao,
6913
- MucCounter: Ro,
6924
+ MucCommentText: oo,
6925
+ MucCounter: Bo,
6914
6926
  MucDivider: ui,
6915
- MucErrorList: Ko,
6916
- MucFileDropzone: mo,
6927
+ MucErrorList: zo,
6928
+ MucFileDropzone: po,
6917
6929
  MucIcon: pe,
6918
- MucInput: el,
6919
- MucIntro: vu,
6930
+ MucInput: il,
6931
+ MucIntro: gu,
6920
6932
  MucLink: _r,
6921
- MucModal: wu,
6933
+ MucModal: Iu,
6922
6934
  MucPercentageSpinner: qn,
6923
- MucRadioButton: al,
6924
- MucRadioButtonGroup: dl,
6925
- MucSelect: Hc,
6926
- MucSlider: ih,
6927
- MucSliderItem: nh,
6935
+ MucRadioButton: ol,
6936
+ MucRadioButtonGroup: fl,
6937
+ MucSelect: jc,
6938
+ MucSlider: rh,
6939
+ MucSliderItem: ah,
6928
6940
  MucSpinner: qn,
6929
- MucStepper: gh,
6930
- MucTextArea: qc
6941
+ MucStepper: _h,
6942
+ MucTextArea: Jc
6931
6943
  }, Symbol.toStringTag, { value: "Module" }));
6932
- function ph(e) {
6944
+ function yh(e) {
6933
6945
  for (const t in hr)
6934
6946
  e.component(t, hr[t]);
6935
6947
  }
6936
- const yh = { install: ph };
6948
+ const Eh = { install: yh };
6937
6949
  export {
6938
6950
  Na as MucAccordion,
6939
- Ya as MucAccordionItem,
6940
- Ga as MucBanner,
6951
+ Ka as MucAccordionItem,
6952
+ Wa as MucBanner,
6941
6953
  Je as MucButton,
6942
- Es as MucCalendar,
6943
- Ds as MucCallout,
6944
- Rs as MucCard,
6945
- Hs as MucCardContainer,
6946
- yo as MucCheckbox,
6947
- Io as MucCheckboxGroup,
6954
+ Cs as MucCalendar,
6955
+ Os as MucCallout,
6956
+ Bs as MucCard,
6957
+ js as MucCardContainer,
6958
+ Eo as MucCheckbox,
6959
+ To as MucCheckboxGroup,
6948
6960
  pr as MucComment,
6949
- ao as MucCommentText,
6950
- Ro as MucCounter,
6961
+ oo as MucCommentText,
6962
+ Bo as MucCounter,
6951
6963
  ui as MucDivider,
6952
- Ko as MucErrorList,
6953
- mo as MucFileDropzone,
6964
+ zo as MucErrorList,
6965
+ po as MucFileDropzone,
6954
6966
  pe as MucIcon,
6955
- el as MucInput,
6956
- vu as MucIntro,
6967
+ il as MucInput,
6968
+ gu as MucIntro,
6957
6969
  _r as MucLink,
6958
- wu as MucModal,
6970
+ Iu as MucModal,
6959
6971
  qn as MucPercentageSpinner,
6960
- al as MucRadioButton,
6961
- dl as MucRadioButtonGroup,
6962
- Hc as MucSelect,
6963
- ih as MucSlider,
6964
- nh as MucSliderItem,
6972
+ ol as MucRadioButton,
6973
+ fl as MucRadioButtonGroup,
6974
+ jc as MucSelect,
6975
+ rh as MucSlider,
6976
+ ah as MucSliderItem,
6965
6977
  qn as MucSpinner,
6966
- gh as MucStepper,
6967
- qc as MucTextArea,
6968
- yh as default
6978
+ _h as MucStepper,
6979
+ Jc as MucTextArea,
6980
+ Eh as default
6969
6981
  };