@muenchen/muc-patternlab-vue 2.1.1-beta.2 → 2.1.2-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import { defineComponent as G, useAttrs as Qa, computed as O, openBlock as b, createElementBlock as M, normalizeClass as oe, normalizeStyle as er, createElementVNode as m, createVNode as J, unref as K, renderSlot as j, useSlots as vn, createCommentVNode as H, createBlock as ce, inject as mn, toDisplayString as V, Fragment as pe, renderList as Se, mergeModels as we, ref as le, useModel as qe, provide as hn, readonly as an, toRef as rn, withCtx as ee, Transition as Jt, createTextVNode as ae, createSlots as tr, createStaticVNode as na, onMounted as Bt, onUpdated as aa, withModifiers as ut, watch as mt, withDirectives as gn, vModelDynamic as nr, onBeforeUnmount as ra, useTemplateRef as ia, vModelText as oa, resolveComponent as ar, resolveDynamicComponent as rr } from "vue";
1
+ import { defineComponent as G, useAttrs as Qa, computed as O, openBlock as b, createElementBlock as M, normalizeClass as ne, normalizeStyle as er, createElementVNode as m, createVNode as J, unref as K, renderSlot as j, useSlots as vn, createCommentVNode as H, createBlock as ce, inject as mn, toDisplayString as V, Fragment as pe, renderList as Se, mergeModels as we, ref as se, useModel as qe, provide as hn, readonly as an, toRef as rn, withCtx as ee, Transition as Jt, createTextVNode as ue, createSlots as tr, createStaticVNode as na, onMounted as xt, onUpdated as aa, withModifiers as ut, watch as mt, withDirectives as gn, vModelDynamic as nr, onBeforeUnmount as ra, useTemplateRef as ia, vModelText as oa, resolveComponent as ar, resolveDynamicComponent as rr } from "vue";
2
2
  const ir = ["href"], ye = /* @__PURE__ */ G({
3
3
  __name: "MucIcon",
4
4
  props: {
@@ -9,7 +9,7 @@ const ir = ["href"], ye = /* @__PURE__ */ G({
9
9
  const n = Qa(), t = O(() => n.class ?? "icon");
10
10
  return (a, r) => (b(), M("svg", {
11
11
  "aria-hidden": "true",
12
- class: oe(t.value),
12
+ class: ne(t.value),
13
13
  style: er({ color: a.color })
14
14
  }, [
15
15
  m("use", {
@@ -74,27 +74,27 @@ const ir = ["href"], ye = /* @__PURE__ */ G({
74
74
  return "information";
75
75
  }
76
76
  });
77
- return (l, i) => (b(), M("div", null, [
77
+ return (s, o) => (b(), M("div", null, [
78
78
  m("div", null, [
79
79
  m("div", {
80
- class: oe(["m-banner", n.value]),
80
+ class: ne(["m-banner", n.value]),
81
81
  role: t.value,
82
82
  "aria-label": a.value
83
83
  }, [
84
84
  m("div", sr, [
85
85
  J(K(ye), { icon: r.value }, null, 8, ["icon"]),
86
- j(l.$slots, "default", {}, void 0, !0)
86
+ j(s.$slots, "default", {}, void 0, !0)
87
87
  ])
88
88
  ], 10, or)
89
89
  ])
90
90
  ]));
91
91
  }
92
- }), se = (e, n) => {
92
+ }), oe = (e, n) => {
93
93
  const t = e.__vccOpts || e;
94
94
  for (const [a, r] of n)
95
95
  t[a] = r;
96
96
  return t;
97
- }, ur = /* @__PURE__ */ se(lr, [["__scopeId", "data-v-01cbc1dd"]]), cr = ["aria-disabled"], dr = /* @__PURE__ */ G({
97
+ }, ur = /* @__PURE__ */ oe(lr, [["__scopeId", "data-v-01cbc1dd"]]), cr = ["aria-disabled"], dr = /* @__PURE__ */ G({
98
98
  __name: "MucButton",
99
99
  props: {
100
100
  variant: { default: "primary" },
@@ -114,29 +114,29 @@ const ir = ["href"], ye = /* @__PURE__ */ G({
114
114
  default:
115
115
  return "m-button--primary";
116
116
  }
117
- }), l = O(() => e.iconAnimated && e.iconShownLeft ? "m-button--animated-left" : e.iconAnimated ? "m-button--animated-right" : ""), i = O(() => ({
117
+ }), s = O(() => e.iconAnimated && e.iconShownLeft ? "m-button--animated-left" : e.iconAnimated ? "m-button--animated-right" : ""), o = O(() => ({
118
118
  "set-right-margin": e.iconShownLeft,
119
119
  "no-left-margin": e.iconShownLeft ? !e.iconAnimated : !t.default
120
- })), c = () => {
120
+ })), u = () => {
121
121
  e.disabled || a("click");
122
- }, u = O(() => e.disabled ? "disabled" : "");
123
- return (o, s) => (b(), M("button", {
124
- onClick: c,
125
- "aria-disabled": o.disabled,
126
- class: oe(["m-button", [r.value, l.value, u.value]])
122
+ }, l = O(() => e.disabled ? "disabled" : "");
123
+ return (i, c) => (b(), M("button", {
124
+ onClick: u,
125
+ "aria-disabled": i.disabled,
126
+ class: ne(["m-button", [r.value, s.value, l.value]])
127
127
  }, [
128
128
  m("span", null, [
129
- o.iconShownLeft ? H("", !0) : j(o.$slots, "default", { key: 0 }, void 0, !0),
130
- o.icon ? (b(), ce(K(ye), {
129
+ i.iconShownLeft ? H("", !0) : j(i.$slots, "default", { key: 0 }, void 0, !0),
130
+ i.icon ? (b(), ce(K(ye), {
131
131
  key: 1,
132
- icon: o.icon,
133
- class: oe(["m-button__icon", i.value])
132
+ icon: i.icon,
133
+ class: ne(["m-button__icon", o.value])
134
134
  }, null, 8, ["icon", "class"])) : H("", !0),
135
- o.iconShownLeft ? j(o.$slots, "default", { key: 2 }, void 0, !0) : H("", !0)
135
+ i.iconShownLeft ? j(i.$slots, "default", { key: 2 }, void 0, !0) : H("", !0)
136
136
  ])
137
137
  ], 10, cr));
138
138
  }
139
- }), Fe = /* @__PURE__ */ se(dr, [["__scopeId", "data-v-07f58200"]]), sa = "de-DE", la = 12, ua = Symbol("mucCalendar"), lt = (e, n) => e.getDate() === n.getDate() && e.getMonth() === n.getMonth() && e.getFullYear() === n.getFullYear(), on = (e, n) => e > n, ct = (e) => e !== null && e.from !== void 0 && e.to !== void 0, fr = /* @__PURE__ */ G({
139
+ }), Fe = /* @__PURE__ */ oe(dr, [["__scopeId", "data-v-07f58200"]]), sa = "de-DE", la = 12, ua = Symbol("mucCalendar"), lt = (e, n) => e.getDate() === n.getDate() && e.getMonth() === n.getMonth() && e.getFullYear() === n.getFullYear(), on = (e, n) => e > n, ct = (e) => e !== null && e.from !== void 0 && e.to !== void 0, fr = /* @__PURE__ */ G({
140
140
  __name: "MucDayTile",
141
141
  props: {
142
142
  date: {},
@@ -151,32 +151,32 @@ const ir = ["href"], ye = /* @__PURE__ */ G({
151
151
  return lt(t == null ? void 0 : t.selectedDate.value, e.date);
152
152
  if (Array.isArray(t == null ? void 0 : t.selectedDate.value))
153
153
  return t == null ? void 0 : t.selectedDate.value.some(
154
- (u) => lt(u, e.date)
154
+ (l) => lt(l, e.date)
155
155
  );
156
156
  if (ct(t.selectedDate.value)) {
157
- const { from: u, to: o } = t.selectedDate.value;
158
- return u && lt(u, e.date) || o && lt(o, e.date);
157
+ const { from: l, to: i } = t.selectedDate.value;
158
+ return l && lt(l, e.date) || i && lt(i, e.date);
159
159
  }
160
- }), l = O(() => (t == null ? void 0 : t.variant.value) === "range" && ct(t.selectedDate.value) ? (t == null ? void 0 : t.selectedDate.value.from) !== null && (t == null ? void 0 : t.selectedDate.value.to) !== null && on(e.date, t.selectedDate.value.from) && on(t.selectedDate.value.to, e.date) : !1), i = O(
160
+ }), s = O(() => (t == null ? void 0 : t.variant.value) === "range" && ct(t.selectedDate.value) ? (t == null ? void 0 : t.selectedDate.value.from) !== null && (t == null ? void 0 : t.selectedDate.value.to) !== null && on(e.date, t.selectedDate.value.from) && on(t.selectedDate.value.to, e.date) : !1), o = O(
161
161
  () => e.date.getMonth() === (t == null ? void 0 : t.viewDate.value.getMonth())
162
- ), c = () => {
162
+ ), u = () => {
163
163
  t != null && t.allowedDates(e.date) && a("click", e.date);
164
164
  };
165
- return (u, o) => {
166
- var s;
167
- return i.value || u.showAdjacentMonths ? (b(), M("div", {
165
+ return (l, i) => {
166
+ var c;
167
+ return o.value || l.showAdjacentMonths ? (b(), M("div", {
168
168
  key: 0,
169
- onClick: c,
170
- class: oe({
171
- "disabled-tile": !((s = K(t)) != null && s.allowedDates(u.date)),
172
- "off-month": !i.value,
169
+ onClick: u,
170
+ class: ne({
171
+ "disabled-tile": !((c = K(t)) != null && c.allowedDates(l.date)),
172
+ "off-month": !o.value,
173
173
  selected: r.value,
174
- "selected-range": l.value
174
+ "selected-range": s.value
175
175
  })
176
- }, V(u.date.getDate()), 3)) : H("", !0);
176
+ }, V(l.date.getDate()), 3)) : H("", !0);
177
177
  };
178
178
  }
179
- }), vr = /* @__PURE__ */ se(fr, [["__scopeId", "data-v-a7631835"]]), mr = { class: "muc-calendar-view-full-size" }, hr = { class: "muc-calendar-container table-header" }, gr = { class: "muc-calendar-container" }, _r = 7, pr = /* @__PURE__ */ G({
179
+ }), vr = /* @__PURE__ */ oe(fr, [["__scopeId", "data-v-a7631835"]]), mr = { class: "muc-calendar-view-full-size" }, hr = { class: "muc-calendar-container table-header" }, gr = { class: "muc-calendar-container" }, _r = 7, pr = /* @__PURE__ */ G({
180
180
  __name: "MucCalendarDay",
181
181
  props: {
182
182
  viewDate: {},
@@ -186,37 +186,37 @@ const ir = ["href"], ye = /* @__PURE__ */ G({
186
186
  },
187
187
  emits: ["clicked"],
188
188
  setup(e, { emit: n }) {
189
- const t = 6 * _r, a = ["Mo", "Di", "Mi", "Do", "Fr", "Sa", "So"], r = e, l = n, i = O(
189
+ const t = 6 * _r, a = ["Mo", "Di", "Mi", "Do", "Fr", "Sa", "So"], r = e, s = n, o = O(
190
190
  () => new Date(r.viewDate.getFullYear(), r.viewDate.getMonth(), 1)
191
- ), c = O(
192
- () => r.showAdjacentMonths ? 0 : (i.value.getDay() || 7) - 1
193
191
  ), u = O(
194
- () => s(i.value, -i.value.getDay() || -7)
195
- ), o = (f) => {
196
- l("clicked", f);
197
- }, s = (f, h) => new Date(new Date(f).setDate(f.getDate() + h));
198
- return (f, h) => (b(), M("div", mr, [
192
+ () => r.showAdjacentMonths ? 0 : (o.value.getDay() || 7) - 1
193
+ ), l = O(
194
+ () => c(o.value, -o.value.getDay() || -7)
195
+ ), i = (v) => {
196
+ s("clicked", v);
197
+ }, c = (v, g) => new Date(new Date(v).setDate(v.getDate() + g));
198
+ return (v, g) => (b(), M("div", mr, [
199
199
  m("div", hr, [
200
- (b(), M(pe, null, Se(a, (g, v) => m("div", {
200
+ (b(), M(pe, null, Se(a, (h, f) => m("div", {
201
201
  class: "header-item",
202
- key: v
202
+ key: f
203
203
  }, [
204
- m("strong", null, V(g), 1)
204
+ m("strong", null, V(h), 1)
205
205
  ])), 64))
206
206
  ]),
207
207
  m("div", gr, [
208
- (b(!0), M(pe, null, Se(c.value, (g) => (b(), M("div", { key: g }))), 128)),
209
- (b(), M(pe, null, Se(t, (g) => J(vr, {
208
+ (b(!0), M(pe, null, Se(u.value, (h) => (b(), M("div", { key: h }))), 128)),
209
+ (b(), M(pe, null, Se(t, (h) => J(vr, {
210
210
  class: "muc-calendar-item",
211
- date: s(u.value, g),
212
- "show-adjacent-months": f.showAdjacentMonths,
213
- onClick: o,
214
- key: g
211
+ date: c(l.value, h),
212
+ "show-adjacent-months": v.showAdjacentMonths,
213
+ onClick: i,
214
+ key: h
215
215
  }, null, 8, ["date", "show-adjacent-months"])), 64))
216
216
  ])
217
217
  ]));
218
218
  }
219
- }), yr = /* @__PURE__ */ se(pr, [["__scopeId", "data-v-e7805970"]]), Er = { class: "muc-calendar-container muc-calendar-view-full-size" }, br = ["onClick"], Ar = "short", Sr = /* @__PURE__ */ G({
219
+ }), yr = /* @__PURE__ */ oe(pr, [["__scopeId", "data-v-e7805970"]]), Er = { class: "muc-calendar-container muc-calendar-view-full-size" }, br = ["onClick"], Ar = "short", Sr = /* @__PURE__ */ G({
220
220
  __name: "MucCalendarMonth",
221
221
  props: {
222
222
  viewDate: {}
@@ -226,22 +226,22 @@ const ir = ["href"], ye = /* @__PURE__ */ G({
226
226
  const t = e, a = n, r = O(
227
227
  () => Array.from(
228
228
  { length: la },
229
- (c, u) => new Date(t.viewDate.getFullYear(), u)
229
+ (u, l) => new Date(t.viewDate.getFullYear(), l)
230
230
  )
231
- ), l = (c) => c.toLocaleDateString(sa, { month: Ar }), i = (c) => a("clicked", c);
232
- return (c, u) => (b(), M("div", Er, [
233
- (b(!0), M(pe, null, Se(r.value, (o, s) => (b(), M("div", {
234
- key: s,
235
- class: oe([{
236
- "muc-calendar-current-item": (/* @__PURE__ */ new Date()).getMonth() === o.getMonth() && (/* @__PURE__ */ new Date()).getFullYear() === o.getFullYear()
231
+ ), s = (u) => u.toLocaleDateString(sa, { month: Ar }), o = (u) => a("clicked", u);
232
+ return (u, l) => (b(), M("div", Er, [
233
+ (b(!0), M(pe, null, Se(r.value, (i, c) => (b(), M("div", {
234
+ key: c,
235
+ class: ne([{
236
+ "muc-calendar-current-item": (/* @__PURE__ */ new Date()).getMonth() === i.getMonth() && (/* @__PURE__ */ new Date()).getFullYear() === i.getFullYear()
237
237
  }, "muc-calendar-item"]),
238
- onClick: (f) => i(o)
238
+ onClick: (v) => o(i)
239
239
  }, [
240
- m("p", null, V(l(o)), 1)
240
+ m("p", null, V(s(i)), 1)
241
241
  ], 10, br))), 128))
242
242
  ]));
243
243
  }
244
- }), kr = /* @__PURE__ */ se(Sr, [["__scopeId", "data-v-61bf5bda"]]), wr = { class: "muc-calendar-container muc-calendar-view-full-size" }, Mr = ["onClick"], Tr = "numeric", $r = /* @__PURE__ */ G({
244
+ }), kr = /* @__PURE__ */ oe(Sr, [["__scopeId", "data-v-61bf5bda"]]), wr = { class: "muc-calendar-container muc-calendar-view-full-size" }, Mr = ["onClick"], Tr = "numeric", $r = /* @__PURE__ */ G({
245
245
  __name: "MucCalendarYear",
246
246
  props: {
247
247
  viewDate: {}
@@ -251,23 +251,23 @@ const ir = ["href"], ye = /* @__PURE__ */ G({
251
251
  const t = e, a = n, r = O(
252
252
  () => Array.from(
253
253
  { length: la },
254
- (c, u) => new Date(
255
- t.viewDate.getFullYear() - t.viewDate.getFullYear() % 10 + u,
254
+ (u, l) => new Date(
255
+ t.viewDate.getFullYear() - t.viewDate.getFullYear() % 10 + l,
256
256
  t.viewDate.getMonth()
257
257
  )
258
258
  )
259
- ), l = (c) => c.toLocaleDateString(sa, { year: Tr }), i = (c) => a("clicked", c);
260
- return (c, u) => (b(), M("div", wr, [
261
- (b(!0), M(pe, null, Se(r.value, (o, s) => (b(), M("div", {
262
- key: s,
263
- class: oe(["muc-calendar-item", {
264
- "muc-calendar-current-item": (/* @__PURE__ */ new Date()).getFullYear() === o.getFullYear()
259
+ ), s = (u) => u.toLocaleDateString(sa, { year: Tr }), o = (u) => a("clicked", u);
260
+ return (u, l) => (b(), M("div", wr, [
261
+ (b(!0), M(pe, null, Se(r.value, (i, c) => (b(), M("div", {
262
+ key: c,
263
+ class: ne(["muc-calendar-item", {
264
+ "muc-calendar-current-item": (/* @__PURE__ */ new Date()).getFullYear() === i.getFullYear()
265
265
  }]),
266
- onClick: (f) => i(o)
267
- }, V(l(o)), 11, Mr))), 128))
266
+ onClick: (v) => o(i)
267
+ }, V(s(i)), 11, Mr))), 128))
268
268
  ]));
269
269
  }
270
- }), Cr = /* @__PURE__ */ se($r, [["__scopeId", "data-v-67492bc8"]]), Ir = { class: "container-wrapper" }, Dr = { class: "caption" }, Lr = { class: "container-view-size" }, Or = /* @__PURE__ */ G({
270
+ }), Ir = /* @__PURE__ */ oe($r, [["__scopeId", "data-v-67492bc8"]]), Cr = { class: "container-wrapper" }, Dr = { class: "caption" }, Lr = { class: "container-view-size" }, Or = /* @__PURE__ */ G({
271
271
  __name: "MucCalendar",
272
272
  props: /* @__PURE__ */ we({
273
273
  viewMonth: {},
@@ -284,9 +284,9 @@ const ir = ["href"], ye = /* @__PURE__ */ G({
284
284
  }),
285
285
  emits: ["update:modelValue"],
286
286
  setup(e) {
287
- const n = le(
287
+ const n = se(
288
288
  e.viewMonth || new Date((/* @__PURE__ */ new Date()).getFullYear(), (/* @__PURE__ */ new Date()).getMonth(), 1)
289
- ), t = le("day"), a = le(), r = qe(e, "modelValue"), l = O(() => {
289
+ ), t = se("day"), a = se(), r = qe(e, "modelValue"), s = O(() => {
290
290
  switch (t.value) {
291
291
  case "day":
292
292
  return n.value.toLocaleDateString("de-De", {
@@ -304,7 +304,7 @@ const ir = ["href"], ye = /* @__PURE__ */ G({
304
304
  default:
305
305
  return "";
306
306
  }
307
- }), i = () => {
307
+ }), o = () => {
308
308
  switch (t.value) {
309
309
  case "day":
310
310
  n.value = new Date(
@@ -321,7 +321,7 @@ const ir = ["href"], ye = /* @__PURE__ */ G({
321
321
  n.value.setFullYear(n.value.getFullYear() - 12)
322
322
  );
323
323
  }
324
- }, c = () => {
324
+ }, u = () => {
325
325
  switch (t.value) {
326
326
  case "day":
327
327
  n.value = new Date(
@@ -338,33 +338,33 @@ const ir = ["href"], ye = /* @__PURE__ */ G({
338
338
  n.value.setFullYear(n.value.getFullYear() + 12)
339
339
  );
340
340
  }
341
- }, u = (d) => {
341
+ }, l = (d) => {
342
342
  console.log(ct(r.value)), (Array.isArray(r.value) || ct(r.value)) && (r.value = Object.values(r.value)[0]), r.value = r.value === null || !lt(r.value, d) ? d : null;
343
- }, o = (d) => {
343
+ }, i = (d) => {
344
344
  r.value === null ? r.value = [] : r.value instanceof Date ? r.value = [r.value] : ct(r.value) && (r.value = [
345
345
  r.value.from,
346
346
  r.value.to
347
347
  ].filter((S) => S !== null)), r.value = r.value.includes(d) ? r.value.filter((S) => S !== d) : [...r.value, d];
348
- }, s = (d) => {
348
+ }, c = (d) => {
349
349
  r.value === null || Array.isArray(r.value) ? r.value = { from: null, to: null } : r.value instanceof Date && (r.value = { from: r.value, to: null }), r.value = !r.value.from || r.value.to ? { from: d, to: null } : on(r.value.from, d) ? { from: d, to: r.value.from } : { from: r.value.from, to: d };
350
- }, f = (d) => {
350
+ }, v = (d) => {
351
351
  if (!e.disabled)
352
352
  switch (e.variant) {
353
353
  case "single":
354
- u(d);
354
+ l(d);
355
355
  break;
356
356
  case "multiple":
357
- o(d);
357
+ i(d);
358
358
  break;
359
359
  case "range":
360
- s(d);
360
+ c(d);
361
361
  break;
362
362
  }
363
- }, h = (d) => {
364
- a.value = "view-detail", n.value = new Date(d.getFullYear(), d.getMonth()), v();
365
- }, g = () => {
363
+ }, g = (d) => {
364
+ a.value = "view-detail", n.value = new Date(d.getFullYear(), d.getMonth()), f();
365
+ }, h = () => {
366
366
  a.value = "view-broad", t.value === "day" ? t.value = "month" : t.value === "month" && (t.value = "year");
367
- }, v = () => {
367
+ }, f = () => {
368
368
  t.value === "year" ? t.value = "month" : t.value === "month" && (t.value = "day");
369
369
  };
370
370
  return hn(ua, {
@@ -374,25 +374,25 @@ const ir = ["href"], ye = /* @__PURE__ */ G({
374
374
  showAdjacentMonths: an(rn(() => e.showAdjacentMonths)),
375
375
  allowedDates: e.allowedDates
376
376
  }), (d, S) => (b(), M("div", null, [
377
- m("div", Ir, [
377
+ m("div", Cr, [
378
378
  m("div", Dr, [
379
379
  J(K(Fe), {
380
- onClick: i,
380
+ onClick: o,
381
381
  variant: "ghost",
382
382
  icon: "chevron-left"
383
383
  }),
384
384
  J(K(Fe), {
385
385
  class: "header",
386
386
  variant: "ghost",
387
- onClick: g
387
+ onClick: h
388
388
  }, {
389
389
  default: ee(() => [
390
- m("h3", null, V(l.value), 1)
390
+ m("h3", null, V(s.value), 1)
391
391
  ]),
392
392
  _: 1
393
393
  }),
394
394
  J(K(Fe), {
395
- onClick: c,
395
+ onClick: u,
396
396
  variant: "ghost",
397
397
  icon: "chevron-right"
398
398
  })
@@ -404,10 +404,10 @@ const ir = ["href"], ye = /* @__PURE__ */ G({
404
404
  name: a.value
405
405
  }, {
406
406
  default: ee(() => [
407
- t.value === "year" ? (b(), ce(Cr, {
407
+ t.value === "year" ? (b(), ce(Ir, {
408
408
  key: 0,
409
409
  "view-date": n.value,
410
- onClicked: h
410
+ onClicked: g
411
411
  }, null, 8, ["view-date"])) : H("", !0)
412
412
  ]),
413
413
  _: 1
@@ -421,7 +421,7 @@ const ir = ["href"], ye = /* @__PURE__ */ G({
421
421
  t.value === "month" ? (b(), ce(kr, {
422
422
  key: 0,
423
423
  "view-date": n.value,
424
- onClicked: h
424
+ onClicked: g
425
425
  }, null, 8, ["view-date"])) : H("", !0)
426
426
  ]),
427
427
  _: 1
@@ -439,7 +439,7 @@ const ir = ["href"], ye = /* @__PURE__ */ G({
439
439
  "show-adjacent-months": d.showAdjacentMonths,
440
440
  "selected-date": r.value,
441
441
  "view-date": n.value,
442
- onClicked: f
442
+ onClicked: v
443
443
  }, null, 8, ["variant", "disabled", "show-adjacent-months", "selected-date", "view-date"])) : H("", !0)
444
444
  ]),
445
445
  _: 1
@@ -448,7 +448,7 @@ const ir = ["href"], ye = /* @__PURE__ */ G({
448
448
  ])
449
449
  ]));
450
450
  }
451
- }), Rr = /* @__PURE__ */ se(Or, [["__scopeId", "data-v-9744d6fd"]]), Nr = ["aria-label"], Pr = { class: "m-callout__inner" }, Fr = { class: "m-callout__icon" }, Vr = { class: "m-callout__body" }, xr = { class: "m-callout__body__inner" }, Br = { class: "m-callout__headline" }, zr = { class: "m-callout__content" }, Yr = /* @__PURE__ */ G({
451
+ }), Rr = /* @__PURE__ */ oe(Or, [["__scopeId", "data-v-9744d6fd"]]), Nr = ["aria-label"], Pr = { class: "m-callout__inner" }, Fr = { class: "m-callout__icon" }, Vr = { class: "m-callout__body" }, Br = { class: "m-callout__body__inner" }, xr = { class: "m-callout__headline" }, zr = { class: "m-callout__content" }, Yr = /* @__PURE__ */ G({
452
452
  __name: "MucCallout",
453
453
  props: {
454
454
  type: { default: "info" }
@@ -487,8 +487,8 @@ const ir = ["href"], ye = /* @__PURE__ */ G({
487
487
  return "Information";
488
488
  }
489
489
  });
490
- return (r, l) => (b(), M("div", {
491
- class: oe(["m-callout", t.value]),
490
+ return (r, s) => (b(), M("div", {
491
+ class: ne(["m-callout", t.value]),
492
492
  "aria-label": a.value
493
493
  }, [
494
494
  m("div", Pr, [
@@ -498,8 +498,8 @@ const ir = ["href"], ye = /* @__PURE__ */ G({
498
498
  ], !0)
499
499
  ]),
500
500
  m("div", Vr, [
501
- m("div", xr, [
502
- m("div", Br, [
501
+ m("div", Br, [
502
+ m("div", xr, [
503
503
  j(r.$slots, "header", {}, void 0, !0)
504
504
  ]),
505
505
  m("div", zr, [
@@ -512,11 +512,11 @@ const ir = ["href"], ye = /* @__PURE__ */ G({
512
512
  ])
513
513
  ], 10, Nr));
514
514
  }
515
- }), Ur = /* @__PURE__ */ se(Yr, [["__scopeId", "data-v-71a5ca15"]]), Gr = {}, Wr = { class: "muc-divider" };
515
+ }), Ur = /* @__PURE__ */ oe(Yr, [["__scopeId", "data-v-71a5ca15"]]), Gr = {}, Wr = { class: "muc-divider" };
516
516
  function Hr(e, n) {
517
517
  return b(), M("div", Wr);
518
518
  }
519
- const _n = /* @__PURE__ */ se(Gr, [["render", Hr], ["__scopeId", "data-v-a337b11f"]]), jr = { class: "card-content" }, qr = { class: "card-header" }, Kr = {
519
+ const _n = /* @__PURE__ */ oe(Gr, [["render", Hr], ["__scopeId", "data-v-a337b11f"]]), jr = { class: "card-content" }, qr = { class: "card-header" }, Kr = {
520
520
  key: 0,
521
521
  class: "card-tagline"
522
522
  }, Xr = /* @__PURE__ */ G({
@@ -530,7 +530,7 @@ const _n = /* @__PURE__ */ se(Gr, [["render", Hr], ["__scopeId", "data-v-a337b11
530
530
  const t = n;
531
531
  return (a, r) => (b(), M("div", {
532
532
  class: "card",
533
- onClick: r[0] || (r[0] = (l) => t("click", l))
533
+ onClick: r[0] || (r[0] = (s) => t("click", s))
534
534
  }, [
535
535
  m("div", jr, [
536
536
  m("div", qr, [
@@ -547,88 +547,88 @@ const _n = /* @__PURE__ */ se(Gr, [["render", Hr], ["__scopeId", "data-v-a337b11
547
547
  ])
548
548
  ]));
549
549
  }
550
- }), Zr = /* @__PURE__ */ se(Xr, [["__scopeId", "data-v-ec038b2b"]]), Jr = { class: "container card-container" }, Qr = /* @__PURE__ */ G({
550
+ }), Zr = /* @__PURE__ */ oe(Xr, [["__scopeId", "data-v-ec038b2b"]]), Jr = { class: "container card-container" }, Qr = /* @__PURE__ */ G({
551
551
  __name: "MucCardContainer",
552
552
  setup(e) {
553
553
  return (n, t) => (b(), M("div", Jr, [
554
554
  j(n.$slots, "default", {}, void 0, !0)
555
555
  ]));
556
556
  }
557
- }), ei = /* @__PURE__ */ se(Qr, [["__scopeId", "data-v-6740df8f"]]), ti = { class: "m-comment__head" }, ni = {
557
+ }), ei = /* @__PURE__ */ oe(Qr, [["__scopeId", "data-v-6740df8f"]]), ti = { class: "m-comment__head" }, ni = {
558
558
  key: 0,
559
559
  class: "m-comment__initials"
560
560
  }, ai = { class: "m-comment__info" }, ri = { class: "m-comment__author" }, ii = { key: 0 }, oi = { class: "m-comment__author" }, si = { class: "m-comment__date" }, li = ["aria-label"], ui = {
561
561
  key: 0,
562
562
  class: "m-star-rating__item m-star-rating__item--half"
563
- }, ci = { class: "m-star-rating__numeric" }, di = { class: "m-comment__body" }, fi = { class: "m-comment__headline" }, vi = { class: "m-comment__text" }, mi = "de-DE", hi = 0.2, gi = 0.8, It = 5, ca = /* @__PURE__ */ G({
563
+ }, ci = { class: "m-star-rating__numeric" }, di = { class: "m-comment__body" }, fi = { class: "m-comment__headline" }, vi = { class: "m-comment__text" }, mi = "de-DE", hi = 0.2, gi = 0.8, Ct = 5, ca = /* @__PURE__ */ G({
564
564
  __name: "MucComment",
565
565
  props: {
566
566
  rating: {},
567
567
  variant: { default: "listing" }
568
568
  },
569
569
  setup(e) {
570
- const n = vn(), t = O(() => !!n.date), a = O(() => !!n.initials), r = O(() => e.variant === "slider" ? "m-comment--slider" : "m-comment--listing"), l = O(() => Math.min(Math.max(e.rating, 0), It)), i = O(() => l.value.toLocaleString(mi.valueOf(), {
570
+ const n = vn(), t = O(() => !!n.date), a = O(() => !!n.initials), r = O(() => e.variant === "slider" ? "m-comment--slider" : "m-comment--listing"), s = O(() => Math.min(Math.max(e.rating, 0), Ct)), o = O(() => s.value.toLocaleString(mi.valueOf(), {
571
571
  minimumFractionDigits: 1
572
- })), c = O(() => {
573
- const u = +(l.value % 1).toFixed(1);
574
- let o = Math.min(Math.floor(l.value), It), s = Math.floor(It - l.value), f = !1;
575
- return u !== 0 && (u <= hi ? s++ : u >= gi ? o++ : f = !0), {
576
- fullStars: o,
577
- emptyStars: s,
578
- isHalfStar: f
572
+ })), u = O(() => {
573
+ const l = +(s.value % 1).toFixed(1);
574
+ let i = Math.min(Math.floor(s.value), Ct), c = Math.floor(Ct - s.value), v = !1;
575
+ return l !== 0 && (l <= hi ? c++ : l >= gi ? i++ : v = !0), {
576
+ fullStars: i,
577
+ emptyStars: c,
578
+ isHalfStar: v
579
579
  };
580
580
  });
581
- return (u, o) => (b(), M("div", {
582
- class: oe(["m-comment", r.value])
581
+ return (l, i) => (b(), M("div", {
582
+ class: ne(["m-comment", r.value])
583
583
  }, [
584
584
  m("div", ti, [
585
585
  a.value ? (b(), M("div", ni, [
586
- j(u.$slots, "initials")
586
+ j(l.$slots, "initials")
587
587
  ])) : H("", !0),
588
588
  m("div", ai, [
589
589
  m("span", ri, [
590
- j(u.$slots, "author")
590
+ j(l.$slots, "author")
591
591
  ]),
592
592
  t.value ? (b(), M("span", ii, [
593
593
  m("span", oi, [
594
- o[0] || (o[0] = ae("  ")),
595
- j(u.$slots, "datePrefix")
594
+ i[0] || (i[0] = ue("  ")),
595
+ j(l.$slots, "datePrefix")
596
596
  ]),
597
597
  m("span", si, [
598
- o[1] || (o[1] = ae(" ")),
599
- j(u.$slots, "date")
598
+ i[1] || (i[1] = ue(" ")),
599
+ j(l.$slots, "date")
600
600
  ])
601
601
  ])) : H("", !0),
602
602
  m("div", {
603
603
  class: "m-star-rating",
604
604
  role: "img",
605
- "aria-label": `Bewertung: ${u.rating} von ${It} Sternen`
605
+ "aria-label": `Bewertung: ${l.rating} von ${Ct} Sternen`
606
606
  }, [
607
- (b(!0), M(pe, null, Se(c.value.fullStars, (s) => (b(), M("div", {
608
- key: s,
607
+ (b(!0), M(pe, null, Se(u.value.fullStars, (c) => (b(), M("div", {
608
+ key: c,
609
609
  class: "m-star-rating__item m-star-rating__item--full"
610
610
  }, [
611
611
  J(K(ye), { icon: "solid-star" })
612
612
  ]))), 128)),
613
- c.value.isHalfStar ? (b(), M("div", ui, [
613
+ u.value.isHalfStar ? (b(), M("div", ui, [
614
614
  J(K(ye), { icon: "half-star" })
615
615
  ])) : H("", !0),
616
- (b(!0), M(pe, null, Se(c.value.emptyStars, (s) => (b(), M("div", {
617
- key: s,
616
+ (b(!0), M(pe, null, Se(u.value.emptyStars, (c) => (b(), M("div", {
617
+ key: c,
618
618
  class: "m-star-rating__item"
619
619
  }, [
620
620
  J(K(ye), { icon: "solid-star" })
621
621
  ]))), 128)),
622
- m("div", ci, V(i.value), 1)
622
+ m("div", ci, V(o.value), 1)
623
623
  ], 8, li)
624
624
  ])
625
625
  ]),
626
626
  m("div", di, [
627
627
  m("div", fi, [
628
- j(u.$slots, "headline")
628
+ j(l.$slots, "headline")
629
629
  ]),
630
630
  m("div", vi, [
631
- j(u.$slots, "text")
631
+ j(l.$slots, "text")
632
632
  ])
633
633
  ])
634
634
  ], 2));
@@ -652,30 +652,30 @@ const _n = /* @__PURE__ */ se(Gr, [["render", Hr], ["__scopeId", "data-v-a337b11
652
652
  variant: t.variant
653
653
  }, tr({
654
654
  datePrefix: ee(() => [
655
- ae(V(t.datePrefix), 1)
655
+ ue(V(t.datePrefix), 1)
656
656
  ]),
657
657
  author: ee(() => [
658
- ae(V(t.author), 1)
658
+ ue(V(t.author), 1)
659
659
  ]),
660
660
  headline: ee(() => [
661
- ae(V(t.headline), 1)
661
+ ue(V(t.headline), 1)
662
662
  ]),
663
663
  text: ee(() => [
664
- ae(V(t.text), 1)
664
+ ue(V(t.text), 1)
665
665
  ]),
666
666
  _: 2
667
667
  }, [
668
668
  n.value ? {
669
669
  name: "initials",
670
670
  fn: ee(() => [
671
- ae(V(n.value), 1)
671
+ ue(V(n.value), 1)
672
672
  ]),
673
673
  key: "0"
674
674
  } : void 0,
675
675
  t.date ? {
676
676
  name: "date",
677
677
  fn: ee(() => [
678
- ae(V(t.date), 1)
678
+ ue(V(t.date), 1)
679
679
  ]),
680
680
  key: "1"
681
681
  } : void 0
@@ -691,7 +691,7 @@ const _n = /* @__PURE__ */ se(Gr, [["render", Hr], ["__scopeId", "data-v-a337b11
691
691
  ])
692
692
  ]));
693
693
  }
694
- }), dt = /* @__PURE__ */ se(Ei, [["__scopeId", "data-v-795c5724"]]), bi = {}, Ai = {
694
+ }), dt = /* @__PURE__ */ oe(Ei, [["__scopeId", "data-v-795c5724"]]), bi = {}, Ai = {
695
695
  "aria-hidden": "true",
696
696
  width: "108",
697
697
  height: "56",
@@ -704,7 +704,7 @@ function Si(e, n) {
704
704
  na('<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)
705
705
  ]));
706
706
  }
707
- const ki = /* @__PURE__ */ se(bi, [["render", Si]]), wi = { class: "drop-zone-additional-information" }, Mi = /* @__PURE__ */ G({
707
+ const ki = /* @__PURE__ */ oe(bi, [["render", Si]]), wi = { class: "drop-zone-additional-information" }, Mi = /* @__PURE__ */ G({
708
708
  __name: "MucFileDropzone",
709
709
  props: {
710
710
  buttonText: { default: "Upload file" },
@@ -719,67 +719,67 @@ const ki = /* @__PURE__ */ se(bi, [["render", Si]]), wi = { class: "drop-zone-ad
719
719
  },
720
720
  emits: ["files", "warning"],
721
721
  setup(e, { expose: n, emit: t }) {
722
- const a = t, r = le(!0), l = le(!0), i = le(!0), c = le(!1), u = document.createElement("input");
723
- Bt(() => {
724
- u.type = "file", u.multiple = e.multiple, u.onchange = (_) => {
722
+ const a = t, r = se(!0), s = se(!0), o = se(!0), u = se(!1), l = document.createElement("input");
723
+ xt(() => {
724
+ l.type = "file", l.multiple = e.multiple, l.onchange = (_) => {
725
725
  const p = _.target;
726
726
  if (p != null && p.files && p.files.length > 0) {
727
727
  const y = Array.from(p.files);
728
- g(y);
728
+ h(y);
729
729
  }
730
730
  };
731
731
  }), aa(() => {
732
- u.multiple = e.multiple;
732
+ l.multiple = e.multiple;
733
733
  });
734
- const o = () => {
735
- e.disabled || u.click();
736
- }, s = (_) => {
734
+ const i = () => {
735
+ e.disabled || l.click();
736
+ }, c = (_) => {
737
737
  var p;
738
738
  if (!e.disabled) {
739
- if (!(u != null && u.multiple)) {
739
+ if (!(l != null && l.multiple)) {
740
740
  const y = _.dataTransfer;
741
741
  if (((p = y == null ? void 0 : y.items) == null ? void 0 : p.length) > 1) {
742
- i.value = !1;
742
+ o.value = !1;
743
743
  return;
744
744
  }
745
745
  }
746
- c.value = !0;
746
+ u.value = !0;
747
747
  }
748
- }, f = () => {
749
- c.value = !1, i.value = !0;
750
- }, h = (_) => {
748
+ }, v = () => {
749
+ u.value = !1, o.value = !0;
750
+ }, g = (_) => {
751
751
  var p;
752
752
  if (!e.disabled)
753
- if (!i.value)
754
- i.value = !0;
753
+ if (!o.value)
754
+ o.value = !0;
755
755
  else {
756
- c.value = !1;
756
+ u.value = !1;
757
757
  const y = _.dataTransfer;
758
758
  if (((p = y == null ? void 0 : y.files) == null ? void 0 : p.length) > 0) {
759
759
  const P = Array.from(y.files);
760
- g(P);
760
+ h(P);
761
761
  }
762
762
  }
763
- }, g = (_) => {
764
- r.value = v(_), l.value = d(_), !r.value || !l.value ? a("warning") : a("files", _);
765
- }, v = (_) => e.maxFileSize ? !_.some((p) => p.size > e.maxFileSize * 1024 * 1024) : !0, d = (_) => e.maxTotalFileSize ? _.reduce((p, y) => p + (y.size || 0), 0) <= e.maxTotalFileSize * 1024 * 1024 : !0;
763
+ }, h = (_) => {
764
+ r.value = f(_), s.value = d(_), !r.value || !s.value ? a("warning") : a("files", _);
765
+ }, f = (_) => e.maxFileSize ? !_.some((p) => p.size > e.maxFileSize * 1024 * 1024) : !0, d = (_) => e.maxTotalFileSize ? _.reduce((p, y) => p + (y.size || 0), 0) <= e.maxTotalFileSize * 1024 * 1024 : !0;
766
766
  return n({
767
767
  /**
768
768
  * Exposed function to clear all warnings
769
769
  */
770
770
  clearWarnings: () => {
771
- r.value = !0, l.value = !0, i.value = !0;
771
+ r.value = !0, s.value = !0, o.value = !0;
772
772
  }
773
773
  }), (_, p) => (b(), M(pe, null, [
774
774
  m("div", {
775
- class: oe(["drop-zone", {
776
- "is-dragover": c.value,
775
+ class: ne(["drop-zone", {
776
+ "is-dragover": u.value,
777
777
  "is-not-disabled": !_.disabled
778
778
  }]),
779
- onDragover: ut(s, ["prevent"]),
780
- onDragleave: ut(f, ["prevent"]),
781
- onDrop: ut(h, ["prevent"]),
782
- onClick: o
779
+ onDragover: ut(c, ["prevent"]),
780
+ onDragleave: ut(v, ["prevent"]),
781
+ onDrop: ut(g, ["prevent"]),
782
+ onClick: i
783
783
  }, [
784
784
  J(ki),
785
785
  J(K(Fe), {
@@ -788,7 +788,7 @@ const ki = /* @__PURE__ */ se(bi, [["render", Si]]), wi = { class: "drop-zone-ad
788
788
  disabled: _.disabled
789
789
  }, {
790
790
  default: ee(() => [
791
- ae(V(_.buttonText), 1)
791
+ ue(V(_.buttonText), 1)
792
792
  ]),
793
793
  _: 1
794
794
  }, 8, ["disabled"]),
@@ -796,25 +796,25 @@ const ki = /* @__PURE__ */ se(bi, [["render", Si]]), wi = { class: "drop-zone-ad
796
796
  ], 34),
797
797
  !r.value && _.maxFileSizeWarning ? (b(), ce(dt, { key: 0 }, {
798
798
  default: ee(() => [
799
- ae(V(_.maxFileSizeWarning), 1)
799
+ ue(V(_.maxFileSizeWarning), 1)
800
800
  ]),
801
801
  _: 1
802
802
  })) : H("", !0),
803
- !l.value && _.maxTotalFileSizeWarning ? (b(), ce(dt, { key: 1 }, {
803
+ !s.value && _.maxTotalFileSizeWarning ? (b(), ce(dt, { key: 1 }, {
804
804
  default: ee(() => [
805
- ae(V(_.maxTotalFileSizeWarning), 1)
805
+ ue(V(_.maxTotalFileSizeWarning), 1)
806
806
  ]),
807
807
  _: 1
808
808
  })) : H("", !0),
809
- i.value ? H("", !0) : (b(), ce(dt, { key: 2 }, {
809
+ o.value ? H("", !0) : (b(), ce(dt, { key: 2 }, {
810
810
  default: ee(() => [
811
- ae(V(_.invalidAmountWarning), 1)
811
+ ue(V(_.invalidAmountWarning), 1)
812
812
  ]),
813
813
  _: 1
814
814
  }))
815
815
  ], 64));
816
816
  }
817
- }), Ti = /* @__PURE__ */ se(Mi, [["__scopeId", "data-v-a2e8c385"]]), $i = ["checked"], Ci = { class: "m-label m-checkboxes__label" }, Ii = /* @__PURE__ */ G({
817
+ }), Ti = /* @__PURE__ */ oe(Mi, [["__scopeId", "data-v-a2e8c385"]]), $i = ["checked"], Ii = { class: "m-label m-checkboxes__label" }, Ci = /* @__PURE__ */ G({
818
818
  __name: "MucCheckbox",
819
819
  props: /* @__PURE__ */ we({
820
820
  label: {}
@@ -827,7 +827,7 @@ const ki = /* @__PURE__ */ se(bi, [["render", Si]]), wi = { class: "drop-zone-ad
827
827
  const t = qe(e, "modelValue"), a = n, r = () => {
828
828
  t.value = !t.value, a("click");
829
829
  };
830
- return (l, i) => (b(), M("div", {
830
+ return (s, o) => (b(), M("div", {
831
831
  class: "m-checkboxes__item",
832
832
  onClick: r
833
833
  }, [
@@ -838,7 +838,7 @@ const ki = /* @__PURE__ */ se(bi, [["render", Si]]), wi = { class: "drop-zone-ad
838
838
  checked: t.value,
839
839
  onClick: ut(r, ["stop"])
840
840
  }, null, 8, $i),
841
- m("label", Ci, V(l.label), 1)
841
+ m("label", Ii, V(s.label), 1)
842
842
  ]));
843
843
  }
844
844
  }), Di = { class: "m-form-group" }, Li = { class: "m-checkbox-group" }, Oi = { class: "m-checkbox-group__legend" }, Ri = { class: "m-checkbox-group__heading" }, Ni = { class: "m-checkboxes m-checkboxes--collapse" }, Pi = {
@@ -850,28 +850,28 @@ const ki = /* @__PURE__ */ se(bi, [["render", Si]]), wi = { class: "drop-zone-ad
850
850
  heading: {}
851
851
  },
852
852
  setup(e) {
853
- const n = le(!0), t = O(() => n.value ? "collapse" : ""), a = O(() => n.value ? "down" : "up"), r = () => n.value = !n.value;
854
- return (l, i) => (b(), M("div", Di, [
853
+ const n = se(!0), t = O(() => n.value ? "collapse" : ""), a = O(() => n.value ? "down" : "up"), r = () => n.value = !n.value;
854
+ return (s, o) => (b(), M("div", Di, [
855
855
  m("fieldset", Li, [
856
856
  m("legend", Oi, [
857
- m("h3", Ri, V(l.heading), 1)
857
+ m("h3", Ri, V(s.heading), 1)
858
858
  ]),
859
859
  m("div", Ni, [
860
- j(l.$slots, "checkboxes"),
861
- l.$slots.collapsableCheckboxes ? (b(), M("div", {
860
+ j(s.$slots, "checkboxes"),
861
+ s.$slots.collapsableCheckboxes ? (b(), M("div", {
862
862
  key: 0,
863
- class: oe(["m-checkboxes__collapse__container", t.value])
863
+ class: ne(["m-checkboxes__collapse__container", t.value])
864
864
  }, [
865
- j(l.$slots, "collapsableCheckboxes")
865
+ j(s.$slots, "collapsableCheckboxes")
866
866
  ], 2)) : H("", !0),
867
- l.$slots.collapsableCheckboxes ? (b(), ce(K(Fe), {
867
+ s.$slots.collapsableCheckboxes ? (b(), ce(K(Fe), {
868
868
  key: 1,
869
869
  variant: "ghost",
870
870
  onClick: r,
871
871
  "aria-expanded": !n.value
872
872
  }, {
873
873
  default: ee(() => [
874
- i[0] || (i[0] = m("span", null, "Mehr ", -1)),
874
+ o[0] || (o[0] = m("span", null, "Mehr ", -1)),
875
875
  (b(), M("svg", Pi, [
876
876
  m("use", {
877
877
  href: "#icon-chevron-" + a.value
@@ -884,7 +884,7 @@ const ki = /* @__PURE__ */ se(bi, [["render", Si]]), wi = { class: "drop-zone-ad
884
884
  ])
885
885
  ]));
886
886
  }
887
- }), xi = ["href", "target"], da = /* @__PURE__ */ G({
887
+ }), Bi = ["href", "target"], da = /* @__PURE__ */ G({
888
888
  __name: "MucLink",
889
889
  props: {
890
890
  label: {},
@@ -900,9 +900,9 @@ const ki = /* @__PURE__ */ se(bi, [["render", Si]]), wi = { class: "drop-zone-ad
900
900
  return (t, a) => (b(), M("a", {
901
901
  href: t.href,
902
902
  target: t.target,
903
- class: oe(["m-link", n.value])
903
+ class: ne(["m-link", n.value])
904
904
  }, [
905
- ae(V(t.label) + " ", 1),
905
+ ue(V(t.label) + " ", 1),
906
906
  j(t.$slots, "icon", {}, () => [
907
907
  t.icon ? (b(), ce(K(ye), {
908
908
  key: 0,
@@ -910,9 +910,9 @@ const ki = /* @__PURE__ */ se(bi, [["render", Si]]), wi = { class: "drop-zone-ad
910
910
  class: "icon icon--after"
911
911
  }, null, 8, ["icon"])) : H("", !0)
912
912
  ])
913
- ], 10, xi));
913
+ ], 10, Bi));
914
914
  }
915
- }), Bi = { class: "grid" }, zi = { class: "grid-item" }, Yi = { class: "content-centered" }, Ui = { tabindex: "0" }, Gi = {
915
+ }), xi = { class: "grid" }, zi = { class: "grid-item" }, Yi = { class: "content-centered" }, Ui = { tabindex: "0" }, Gi = {
916
916
  class: "content-centered",
917
917
  style: { color: "var(--color-brand-main-blue)" }
918
918
  }, Wi = { class: "visually-hidden" }, Hi = { class: "content-centered" }, ji = { class: "grid-item content-centered-justify-left" }, qi = { key: 0 }, Ki = { key: 1 }, Xi = /* @__PURE__ */ G({
@@ -943,17 +943,17 @@ const ki = /* @__PURE__ */ se(bi, [["render", Si]]), wi = { class: "drop-zone-ad
943
943
  );
944
944
  const t = () => n.value++, a = () => n.value--, r = O(
945
945
  () => !!e.max && !(n.value < e.max) || e.disabled
946
- ), l = O(
946
+ ), s = O(
947
947
  () => n.value == 0 || !!e.min && !(n.value > e.min) || e.disabled
948
948
  );
949
- return (i, c) => (b(), M("div", Bi, [
949
+ return (o, u) => (b(), M("div", xi, [
950
950
  m("div", zi, [
951
951
  m("div", Yi, [
952
952
  J(K(Fe), {
953
953
  onClick: a,
954
954
  variant: "secondary",
955
- disabled: l.value,
956
- "aria-label": "Anzahl " + i.label + " reduzieren auf " + (n.value - 1)
955
+ disabled: s.value,
956
+ "aria-label": "Anzahl " + o.label + " reduzieren auf " + (n.value - 1)
957
957
  }, {
958
958
  default: ee(() => [
959
959
  J(K(ye), { icon: "minus" })
@@ -963,8 +963,8 @@ const ki = /* @__PURE__ */ se(bi, [["render", Si]]), wi = { class: "drop-zone-ad
963
963
  ]),
964
964
  m("p", Ui, [
965
965
  m("strong", Gi, [
966
- m("span", Wi, " Aktuell ausgewählte Anzahl für " + V(i.label) + " ist", 1),
967
- ae(" " + V(n.value), 1)
966
+ m("span", Wi, " Aktuell ausgewählte Anzahl für " + V(o.label) + " ist", 1),
967
+ ue(" " + V(n.value), 1)
968
968
  ])
969
969
  ]),
970
970
  m("div", Hi, [
@@ -972,7 +972,7 @@ const ki = /* @__PURE__ */ se(bi, [["render", Si]]), wi = { class: "drop-zone-ad
972
972
  onClick: t,
973
973
  variant: "secondary",
974
974
  disabled: r.value,
975
- "aria-label": "Anzahl " + i.label + " erhöhen auf " + (n.value + 1)
975
+ "aria-label": "Anzahl " + o.label + " erhöhen auf " + (n.value + 1)
976
976
  }, {
977
977
  default: ee(() => [
978
978
  J(K(ye), { icon: "plus" })
@@ -982,21 +982,21 @@ const ki = /* @__PURE__ */ se(bi, [["render", Si]]), wi = { class: "drop-zone-ad
982
982
  ])
983
983
  ]),
984
984
  m("div", ji, [
985
- i.link ? (b(), M("p", qi, [
985
+ o.link ? (b(), M("p", qi, [
986
986
  m("label", null, [
987
987
  J(K(da), {
988
988
  tabindex: "0",
989
- label: i.label,
990
- href: i.link
989
+ label: o.label,
990
+ href: o.link
991
991
  }, null, 8, ["label", "href"])
992
992
  ])
993
993
  ])) : (b(), M("p", Ki, [
994
- m("label", null, V(i.label), 1)
994
+ m("label", null, V(o.label), 1)
995
995
  ]))
996
996
  ])
997
997
  ]));
998
998
  }
999
- }), Zi = /* @__PURE__ */ se(Xi, [["__scopeId", "data-v-d1abf5a8"]]), Ji = {
999
+ }), Zi = /* @__PURE__ */ oe(Xi, [["__scopeId", "data-v-d1abf5a8"]]), Ji = {
1000
1000
  class: "m-error-list",
1001
1001
  role: "alert",
1002
1002
  tabindex: "-1"
@@ -1014,7 +1014,7 @@ const ki = /* @__PURE__ */ se(bi, [["render", Si]]), wi = { class: "drop-zone-ad
1014
1014
  m("h2", Qi, V(t.title), 1),
1015
1015
  m("div", eo, [
1016
1016
  m("ul", to, [
1017
- (b(!0), M(pe, null, Se(n.value, (r, l) => (b(), M("li", { key: l }, [
1017
+ (b(!0), M(pe, null, Se(n.value, (r, s) => (b(), M("li", { key: s }, [
1018
1018
  m("a", null, V(r), 1)
1019
1019
  ]))), 128))
1020
1020
  ])
@@ -1022,25 +1022,18 @@ const ki = /* @__PURE__ */ se(bi, [["render", Si]]), wi = { class: "drop-zone-ad
1022
1022
  ]));
1023
1023
  }
1024
1024
  }), ro = {
1025
- for: "search-input",
1026
- class: "m-label"
1027
- }, io = {
1028
- key: 0,
1029
- "aria-hidden": "true",
1030
- class: "mandatory"
1031
- }, oo = { class: "m-input-wrapper m-autocomplete" }, so = {
1025
+ class: "m-hint",
1026
+ id: "text-input-hint"
1027
+ }, io = { class: "m-input-wrapper m-autocomplete" }, oo = {
1032
1028
  key: 0,
1033
1029
  class: "m-input__prefix"
1034
- }, lo = ["type", "aria-describedby", "placeholder", "required"], uo = {
1030
+ }, so = ["type", "aria-describedby", "placeholder", "required"], lo = {
1035
1031
  key: 1,
1036
1032
  class: "autocomplete-result-list autocomplete-result-list--location"
1037
- }, co = ["onClick"], fo = {
1033
+ }, uo = ["onClick"], co = {
1038
1034
  "aria-hidden": "true",
1039
1035
  class: "icon"
1040
- }, vo = ["xlink:href"], mo = {
1041
- class: "m-hint",
1042
- id: "text-input-hint"
1043
- }, ho = /* @__PURE__ */ G({
1036
+ }, fo = ["xlink:href"], vo = /* @__PURE__ */ G({
1044
1037
  __name: "MucInput",
1045
1038
  props: /* @__PURE__ */ we({
1046
1039
  errorMsg: {},
@@ -1057,75 +1050,73 @@ const ki = /* @__PURE__ */ se(bi, [["render", Si]]), wi = { class: "drop-zone-ad
1057
1050
  }),
1058
1051
  emits: /* @__PURE__ */ we(["suffixClick"], ["update:modelValue"]),
1059
1052
  setup(e, { emit: n }) {
1060
- const t = qe(e, "modelValue"), a = vn(), r = n, l = O(() => e.errorMsg ? "has-error" : ""), i = O(() => e.type === "search"), c = O(() => {
1053
+ const t = qe(e, "modelValue"), a = vn(), r = n, s = O(() => e.type === "search"), o = O(() => {
1061
1054
  if (t.value === "") return [];
1062
- const s = t.value.toLowerCase();
1055
+ const i = t.value.toLowerCase();
1063
1056
  return e.dataList.filter(
1064
- (f) => f.toLowerCase().startsWith(s) && f.toLowerCase() !== s
1057
+ (c) => c.toLowerCase().startsWith(i) && c.toLowerCase() !== i
1065
1058
  );
1066
- }), u = (s) => t.value = s, o = () => r("suffixClick");
1067
- return (s, f) => (b(), M("div", {
1068
- class: oe(["m-form-group", l.value])
1059
+ }), u = (i) => t.value = i, l = () => r("suffixClick");
1060
+ return (i, c) => (b(), M("div", {
1061
+ class: ne(["m-form-group", { "has-error": i.errorMsg }])
1069
1062
  }, [
1070
- m("label", ro, [
1071
- ae(V(s.label) + " ", 1),
1072
- s.required ? (b(), M("span", io, f[1] || (f[1] = [
1073
- ae(" * "),
1074
- m("span", { class: "visually-hidden" }, "(erforderlich)", -1)
1075
- ]))) : H("", !0)
1076
- ]),
1077
- m("div", oo, [
1078
- a.prefix ? (b(), M("div", so, [
1063
+ i.label ? (b(), M("label", {
1064
+ key: 0,
1065
+ for: "search-input",
1066
+ class: ne(["m-label", { "m-label--optional": !i.required }])
1067
+ }, V(i.label), 3)) : H("", !0),
1068
+ m("p", ro, V(i.hint), 1),
1069
+ m("div", io, [
1070
+ a.prefix ? (b(), M("div", oo, [
1079
1071
  m("span", null, [
1080
- j(s.$slots, "prefix")
1072
+ j(i.$slots, "prefix")
1081
1073
  ])
1082
1074
  ])) : H("", !0),
1083
1075
  gn(m("input", {
1084
1076
  class: "m-input autocomplete-input",
1085
- type: s.type,
1086
- "onUpdate:modelValue": f[0] || (f[0] = (h) => t.value = h),
1087
- "aria-describedby": s.type + "-input",
1088
- placeholder: s.placeholder,
1089
- required: s.required
1090
- }, null, 8, lo), [
1077
+ type: i.type,
1078
+ "onUpdate:modelValue": c[0] || (c[0] = (v) => t.value = v),
1079
+ "aria-describedby": i.type + "-input",
1080
+ placeholder: i.placeholder,
1081
+ required: i.required
1082
+ }, null, 8, so), [
1091
1083
  [nr, t.value]
1092
1084
  ]),
1093
- i.value && c.value.length !== 0 ? (b(), M("ul", uo, [
1094
- (b(!0), M(pe, null, Se(c.value, (h) => (b(), M("li", {
1085
+ s.value && o.value.length !== 0 ? (b(), M("ul", lo, [
1086
+ (b(!0), M(pe, null, Se(o.value, (v) => (b(), M("li", {
1095
1087
  class: "autocomplete-result",
1096
- key: h,
1097
- onClick: (g) => u(h)
1098
- }, V(h), 9, co))), 128))
1088
+ key: v,
1089
+ onClick: (g) => u(v)
1090
+ }, V(v), 9, uo))), 128))
1099
1091
  ])) : H("", !0),
1100
- s.suffixIcon ? (b(), M("button", {
1092
+ i.suffixIcon ? (b(), M("button", {
1101
1093
  key: 2,
1102
1094
  class: "m-input__suffix",
1103
- onClick: o
1095
+ onClick: l
1104
1096
  }, [
1105
- (b(), M("svg", fo, [
1097
+ (b(), M("svg", co, [
1106
1098
  m("use", {
1107
- "xlink:href": "#icon-" + s.suffixIcon
1108
- }, null, 8, vo)
1099
+ "xlink:href": "#icon-" + i.suffixIcon
1100
+ }, null, 8, fo)
1109
1101
  ])),
1110
- f[2] || (f[2] = m("span", { class: "visually-hidden" }, "Suchen", -1))
1102
+ c[1] || (c[1] = m("span", { class: "visually-hidden" }, "Suchen", -1))
1111
1103
  ])) : H("", !0)
1112
1104
  ]),
1113
- m("p", mo, V(s.hint), 1),
1114
- s.errorMsg ? (b(), ce(dt, {
1115
- key: 0,
1105
+ i.errorMsg ? (b(), ce(dt, {
1106
+ key: 1,
1116
1107
  id: "text-input-error"
1117
1108
  }, {
1118
1109
  default: ee(() => [
1119
- ae(V(s.errorMsg), 1)
1110
+ ue(V(i.errorMsg), 1)
1120
1111
  ]),
1121
1112
  _: 1
1122
1113
  })) : H("", !0)
1123
1114
  ], 2));
1124
1115
  }
1125
- }), fa = Symbol("mucRadioGroup"), go = {
1116
+ }), fa = Symbol("mucRadioGroup"), mo = {
1126
1117
  key: 0,
1127
1118
  class: "m-radios__item"
1128
- }, _o = ["checked", "disabled"], po = { class: "m-hint" }, yo = /* @__PURE__ */ G({
1119
+ }, ho = ["checked", "disabled"], go = { class: "m-hint" }, _o = /* @__PURE__ */ G({
1129
1120
  __name: "MucRadioButton",
1130
1121
  props: {
1131
1122
  value: {},
@@ -1134,25 +1125,25 @@ const ki = /* @__PURE__ */ se(bi, [["render", Si]]), wi = { class: "drop-zone-ad
1134
1125
  disabled: { type: Boolean, default: !1 }
1135
1126
  },
1136
1127
  setup(e) {
1137
- const n = mn(fa), t = () => n == null ? void 0 : n.set(e.value), a = O(() => (n == null ? void 0 : n.modelValue.value) === e.value), r = O(() => e.disabled || (n == null ? void 0 : n.disabled.value)), l = O(() => (n == null ? void 0 : n.disabled) ?? !1);
1138
- return (i, c) => l.value ? (b(), M("div", go, [
1128
+ const n = mn(fa), t = () => n == null ? void 0 : n.set(e.value), a = O(() => (n == null ? void 0 : n.modelValue.value) === e.value), r = O(() => e.disabled || (n == null ? void 0 : n.disabled.value)), s = O(() => (n == null ? void 0 : n.disabled) ?? !1);
1129
+ return (o, u) => s.value ? (b(), M("div", mo, [
1139
1130
  m("input", {
1140
1131
  class: "m-radios__input",
1141
1132
  type: "radio",
1142
1133
  checked: a.value,
1143
1134
  disabled: r.value,
1144
1135
  onClick: ut(t, ["stop"])
1145
- }, null, 8, _o),
1136
+ }, null, 8, ho),
1146
1137
  m("label", {
1147
1138
  class: "m-label m-radios__label",
1148
1139
  onClick: t
1149
1140
  }, [
1150
- ae(V(i.label) + " ", 1),
1151
- m("span", po, V(i.hint), 1)
1141
+ ue(V(o.label) + " ", 1),
1142
+ m("span", go, V(o.hint), 1)
1152
1143
  ])
1153
1144
  ])) : H("", !0);
1154
1145
  }
1155
- }), Eo = { class: "m-form-group" }, bo = { class: "m-radio-group" }, Ao = { class: "m-radio-group__legend" }, So = { class: "m-radio-group__heading" }, ko = { class: "m-radios" }, wo = /* @__PURE__ */ G({
1146
+ }), po = { class: "m-form-group" }, yo = { class: "m-radio-group" }, Eo = { class: "m-radio-group__legend" }, bo = { class: "m-radio-group__heading" }, Ao = { class: "m-radios" }, So = /* @__PURE__ */ G({
1156
1147
  __name: "MucRadioButtonGroup",
1157
1148
  props: /* @__PURE__ */ we({
1158
1149
  heading: {},
@@ -1170,30 +1161,30 @@ const ki = /* @__PURE__ */ se(bi, [["render", Si]]), wi = { class: "drop-zone-ad
1170
1161
  },
1171
1162
  modelValue: t,
1172
1163
  disabled: an(rn(() => e.disabled))
1173
- }), (r, l) => (b(), M("div", Eo, [
1174
- m("fieldset", bo, [
1175
- m("legend", Ao, [
1176
- m("h3", So, V(r.heading), 1)
1164
+ }), (r, s) => (b(), M("div", po, [
1165
+ m("fieldset", yo, [
1166
+ m("legend", Eo, [
1167
+ m("h3", bo, V(r.heading), 1)
1177
1168
  ]),
1178
- m("div", ko, [
1169
+ m("div", Ao, [
1179
1170
  j(r.$slots, "default")
1180
1171
  ])
1181
1172
  ])
1182
1173
  ]));
1183
1174
  }
1184
1175
  });
1185
- function Mo(e, n) {
1176
+ function ko(e, n) {
1186
1177
  if (!e) return;
1187
1178
  const t = (a) => {
1188
1179
  a.target !== e.value && a.composedPath().includes(e.value) || typeof n == "function" && n();
1189
1180
  };
1190
- return Bt(() => {
1181
+ return xt(() => {
1191
1182
  window.addEventListener("click", t);
1192
1183
  }), ra(() => {
1193
1184
  window.removeEventListener("click", t);
1194
1185
  }), { listener: t };
1195
1186
  }
1196
- const To = /* @__PURE__ */ G({
1187
+ const wo = /* @__PURE__ */ G({
1197
1188
  __name: "MucSelectItem",
1198
1189
  props: {
1199
1190
  item: {},
@@ -1205,13 +1196,13 @@ const To = /* @__PURE__ */ G({
1205
1196
  );
1206
1197
  return (t, a) => (b(), M("span", null, V(n.value), 1));
1207
1198
  }
1208
- }), $o = { class: "m-label" }, Co = ["onMouseenter", "onClick"], Io = {
1209
- key: 0,
1210
- class: "option"
1211
- }, Do = {
1199
+ }), Mo = { class: "m-label" }, To = {
1212
1200
  key: 0,
1213
1201
  class: "m-hint"
1214
- }, Lo = /* @__PURE__ */ G({
1202
+ }, $o = ["onMouseenter", "onClick"], Io = {
1203
+ key: 0,
1204
+ class: "option"
1205
+ }, Co = /* @__PURE__ */ G({
1215
1206
  __name: "MucSelect",
1216
1207
  props: /* @__PURE__ */ we({
1217
1208
  items: {},
@@ -1231,67 +1222,68 @@ const To = /* @__PURE__ */ G({
1231
1222
  const n = ia("selectComponent"), t = qe(
1232
1223
  e,
1233
1224
  "modelValue"
1234
- ), a = le(!1), r = le(), l = le(!1), i = le(), c = () => {
1235
- a.value = !a.value, i.value = r.value;
1236
- }, u = () => {
1237
- a.value = !0, i.value = r.value, g.value = "";
1225
+ ), a = se(!1), r = se(), s = se(!1), o = se(), u = () => {
1226
+ a.value = !a.value, o.value = r.value;
1227
+ }, l = () => {
1228
+ a.value = !0, o.value = r.value, h.value = "";
1238
1229
  };
1239
- Mo(n, () => {
1240
- a.value = !1, g.value = h.value;
1230
+ ko(n, () => {
1231
+ a.value = !1, h.value = g.value;
1241
1232
  });
1242
- const o = (E) => {
1243
- r.value = E, e.multiple ? f(E) : s(E), e.multiple || (a.value = !1);
1244
- }, s = (E) => {
1233
+ const i = (E) => {
1234
+ r.value = E, e.multiple ? v(E) : c(E), e.multiple || (a.value = !1);
1235
+ }, c = (E) => {
1245
1236
  Array.isArray(t.value) && (t.value = t.value.join(" ")), typeof t.value != "string" && typeof E != "string" ? t.value = t.value[e.itemTitle] === E[e.itemTitle] ? "" : E : t.value = t.value === E ? "" : E;
1246
- }, f = (E) => {
1247
- Array.isArray(t.value) || (t.value = [t.value]), Array.isArray(t.value) && (typeof E == "string" ? t.value = t.value.map((C) => C).includes(E) ? t.value.filter((C) => C !== E) : [...t.value, E] : t.value = t.value.map((C) => C[e.itemTitle]).includes(E[e.itemTitle]) ? t.value.filter(
1248
- (C) => C[e.itemTitle] !== E[e.itemTitle]
1237
+ }, v = (E) => {
1238
+ Array.isArray(t.value) || (t.value = [t.value]), Array.isArray(t.value) && (typeof E == "string" ? t.value = t.value.map((I) => I).includes(E) ? t.value.filter((I) => I !== E) : [...t.value, E] : t.value = t.value.map((I) => I[e.itemTitle]).includes(E[e.itemTitle]) ? t.value.filter(
1239
+ (I) => I[e.itemTitle] !== E[e.itemTitle]
1249
1240
  ) : [...t.value, E]);
1250
- }, h = O(() => typeof t.value == "string" ? t.value : Array.isArray(t.value) ? t.value.every((E) => typeof E == "string") ? t.value.join(e.multiple ? ", " : " ") : t.value.map((E) => E[e.itemTitle].toString()).join(e.multiple ? ", " : " ") : t.value[e.itemTitle].toString());
1251
- mt(h, (E) => {
1252
- g.value = E;
1241
+ }, g = O(() => typeof t.value == "string" ? t.value : Array.isArray(t.value) ? t.value.every((E) => typeof E == "string") ? t.value.join(e.multiple ? ", " : " ") : t.value.map((E) => E[e.itemTitle].toString()).join(e.multiple ? ", " : " ") : t.value[e.itemTitle].toString());
1242
+ mt(g, (E) => {
1243
+ h.value = E;
1253
1244
  });
1254
- const g = le(h.value), v = O(
1255
- () => g.value == h.value ? e.items : d(g.value)
1245
+ const h = se(g.value), f = O(
1246
+ () => h.value == g.value ? e.items : d(h.value)
1256
1247
  ), d = (E) => {
1257
- l.value = !1;
1258
- const C = e.items.every((A) => typeof A == "string") ? e.items.filter((A) => A.toLowerCase().includes(E.toLowerCase())) : e.items.filter(
1248
+ s.value = !1;
1249
+ const I = e.items.every((A) => typeof A == "string") ? e.items.filter((A) => A.toLowerCase().includes(E.toLowerCase())) : e.items.filter(
1259
1250
  (A) => A[e.itemTitle].toString().toLowerCase().includes(E.toLowerCase())
1260
1251
  );
1261
- return C.length === 0 && (l.value = !0), C;
1262
- }, S = (E) => E === i.value ? "active" : "", _ = (E) => {
1252
+ return I.length === 0 && (s.value = !0), I;
1253
+ }, S = (E) => E === o.value ? "active" : "", _ = (E) => {
1263
1254
  if (typeof E == "string")
1264
1255
  return t.value.includes(E) ? "selected" : "";
1265
1256
  if (Array.isArray(t.value))
1266
- return t.value.map((C) => C[e.itemTitle]).includes(E[e.itemTitle]) ? "selected" : "";
1257
+ return t.value.map((I) => I[e.itemTitle]).includes(E[e.itemTitle]) ? "selected" : "";
1267
1258
  if (typeof t.value != "string")
1268
1259
  return t.value[e.itemTitle] === E[e.itemTitle] ? "selected" : "";
1269
- }, p = () => i.value = "", y = O(
1260
+ }, p = () => o.value = "", y = O(
1270
1261
  () => a.value ? "display-listbox" : ""
1271
1262
  ), P = O(
1272
- () => e.multiple && !l.value ? "m-input-wrapper--multiselect multiselect" : "m-input-wrapper--select"
1263
+ () => e.multiple && !s.value ? "m-input-wrapper--multiselect multiselect" : "m-input-wrapper--select"
1273
1264
  );
1274
- return (E, C) => (b(), M("div", {
1265
+ return (E, I) => (b(), M("div", {
1275
1266
  class: "m-form-group",
1276
1267
  ref_key: "selectComponent",
1277
1268
  ref: n
1278
1269
  }, [
1279
- m("label", $o, V(E.label), 1),
1270
+ m("label", Mo, V(E.label), 1),
1271
+ E.hint ? (b(), M("p", To, V(E.hint), 1)) : H("", !0),
1280
1272
  m("div", {
1281
- class: oe(["m-input-wrapper", P.value])
1273
+ class: ne(["m-input-wrapper", P.value])
1282
1274
  }, [
1283
1275
  gn(m("input", {
1284
1276
  type: "text",
1285
1277
  class: "m-input m-combobox m-combobox--single",
1286
- "onUpdate:modelValue": C[0] || (C[0] = (A) => g.value = A),
1287
- onClick: u
1278
+ "onUpdate:modelValue": I[0] || (I[0] = (A) => h.value = A),
1279
+ onClick: l
1288
1280
  }, null, 512), [
1289
- [oa, g.value]
1281
+ [oa, h.value]
1290
1282
  ]),
1291
1283
  m("span", {
1292
1284
  class: "m-input__trigger",
1293
- onClick: c
1294
- }, C[1] || (C[1] = [
1285
+ onClick: u
1286
+ }, I[1] || (I[1] = [
1295
1287
  m("svg", {
1296
1288
  "aria-hidden": "true",
1297
1289
  class: "icon"
@@ -1301,34 +1293,26 @@ const To = /* @__PURE__ */ G({
1301
1293
  m("span", { class: "visually-hidden" }, "Auswahlliste öffnen", -1)
1302
1294
  ])),
1303
1295
  m("ul", {
1304
- class: oe(["listbox", y.value]),
1296
+ class: ne(["listbox", y.value]),
1305
1297
  onMouseleave: p
1306
1298
  }, [
1307
- (b(!0), M(pe, null, Se(v.value, (A, L) => (b(), M("li", {
1299
+ (b(!0), M(pe, null, Se(f.value, (A, L) => (b(), M("li", {
1308
1300
  key: L,
1309
- class: oe(["option", [S(A), _(A)]]),
1310
- onMouseenter: (Y) => i.value = A,
1311
- onClick: (Y) => o(A)
1301
+ class: ne(["option", [S(A), _(A)]]),
1302
+ onMouseenter: (Y) => o.value = A,
1303
+ onClick: (Y) => i(A)
1312
1304
  }, [
1313
- J(To, {
1305
+ J(wo, {
1314
1306
  item: A,
1315
1307
  "item-label": E.itemTitle
1316
1308
  }, null, 8, ["item", "item-label"])
1317
- ], 42, Co))), 128)),
1318
- l.value ? (b(), M("li", Io, V(E.noItemFoundMessage), 1)) : H("", !0)
1309
+ ], 42, $o))), 128)),
1310
+ s.value ? (b(), M("li", Io, V(E.noItemFoundMessage), 1)) : H("", !0)
1319
1311
  ], 34)
1320
- ], 2),
1321
- E.hint ? (b(), M("p", Do, V(E.hint), 1)) : H("", !0)
1312
+ ], 2)
1322
1313
  ], 512));
1323
1314
  }
1324
- }), Oo = /* @__PURE__ */ se(Lo, [["__scopeId", "data-v-a65ab70d"]]), Ro = { class: "m-form-group has-error" }, No = {
1325
- for: "textarea",
1326
- class: "m-label"
1327
- }, Po = {
1328
- key: 0,
1329
- "aria-hidden": "true",
1330
- class: "mandatory"
1331
- }, Fo = { class: "m-input-wrapper" }, Vo = ["rows", "placeholder"], xo = { class: "m-hint" }, Bo = /* @__PURE__ */ G({
1315
+ }), Do = /* @__PURE__ */ oe(Co, [["__scopeId", "data-v-f19a82e6"]]), Lo = { class: "m-hint" }, Oo = { class: "m-input-wrapper" }, Ro = ["rows", "placeholder"], No = /* @__PURE__ */ G({
1332
1316
  __name: "MucTextArea",
1333
1317
  props: /* @__PURE__ */ we({
1334
1318
  errorMsg: {},
@@ -1344,41 +1328,41 @@ const To = /* @__PURE__ */ G({
1344
1328
  emits: ["update:modelValue"],
1345
1329
  setup(e) {
1346
1330
  const n = qe(e, "modelValue");
1347
- return (t, a) => (b(), M("div", Ro, [
1348
- m("label", No, [
1349
- ae(V(t.label) + " ", 1),
1350
- t.required ? (b(), M("span", Po, a[1] || (a[1] = [
1351
- ae(" * "),
1352
- m("span", { class: "visually-hidden" }, "(erforderlich)", -1)
1353
- ]))) : H("", !0)
1354
- ]),
1355
- m("div", Fo, [
1331
+ return (t, a) => (b(), M("div", {
1332
+ class: ne(["m-form-group", { "has-error": t.errorMsg }])
1333
+ }, [
1334
+ t.label ? (b(), M("label", {
1335
+ key: 0,
1336
+ for: "textarea",
1337
+ class: ne(["m-label", { "m-label--optional": !t.required }])
1338
+ }, V(t.label), 3)) : H("", !0),
1339
+ m("p", Lo, V(t.hint), 1),
1340
+ m("div", Oo, [
1356
1341
  gn(m("textarea", {
1357
1342
  class: "m-textarea",
1358
1343
  rows: t.rows,
1359
1344
  "aria-describedby": "textarea input",
1360
1345
  placeholder: t.placeholder,
1361
1346
  "onUpdate:modelValue": a[0] || (a[0] = (r) => n.value = r)
1362
- }, null, 8, Vo), [
1347
+ }, null, 8, Ro), [
1363
1348
  [oa, n.value]
1364
1349
  ])
1365
1350
  ]),
1366
- m("p", xo, V(t.hint), 1),
1367
- t.errorMsg ? (b(), ce(dt, { key: 0 }, {
1351
+ t.errorMsg ? (b(), ce(dt, { key: 1 }, {
1368
1352
  default: ee(() => [
1369
- ae(V(t.errorMsg), 1)
1353
+ ue(V(t.errorMsg), 1)
1370
1354
  ]),
1371
1355
  _: 1
1372
1356
  })) : H("", !0)
1373
- ]));
1357
+ ], 2));
1374
1358
  }
1375
- }), zo = {
1359
+ }), Po = {
1376
1360
  class: "m-intro m-intro-static-image",
1377
1361
  style: { "background-color": "var(--color-neutrals-blue-xlight)" }
1378
- }, Yo = { class: "container" }, Uo = { class: "muc-intro-content" }, Go = {
1362
+ }, Fo = { class: "container" }, Vo = { class: "muc-intro-content" }, Bo = {
1379
1363
  key: 0,
1380
1364
  class: "m-intro-vertical__tagline"
1381
- }, Wo = { class: "m-intro-vertical__title" }, Ho = { class: "m-intro-vertical__content" }, jo = { style: { "padding-bottom": "32px" } }, qo = /* @__PURE__ */ G({
1365
+ }, xo = { class: "m-intro-vertical__title" }, zo = { class: "m-intro-vertical__content" }, Yo = { style: { "padding-bottom": "32px" } }, Uo = /* @__PURE__ */ G({
1382
1366
  __name: "MucIntro",
1383
1367
  props: {
1384
1368
  title: {},
@@ -1386,16 +1370,16 @@ const To = /* @__PURE__ */ G({
1386
1370
  divider: { type: Boolean }
1387
1371
  },
1388
1372
  setup(e) {
1389
- return (n, t) => (b(), M("div", zo, [
1390
- m("div", Yo, [
1391
- m("div", Uo, [
1373
+ return (n, t) => (b(), M("div", Po, [
1374
+ m("div", Fo, [
1375
+ m("div", Vo, [
1392
1376
  m("div", null, [
1393
- n.tagline ? (b(), M("p", Go, V(n.tagline), 1)) : H("", !0),
1394
- m("h1", Wo, V(n.title), 1)
1377
+ n.tagline ? (b(), M("p", Bo, V(n.tagline), 1)) : H("", !0),
1378
+ m("h1", xo, V(n.title), 1)
1395
1379
  ]),
1396
1380
  n.divider ? (b(), ce(K(_n), { key: 0 })) : H("", !0),
1397
- m("div", Ho, [
1398
- m("p", jo, [
1381
+ m("div", zo, [
1382
+ m("p", Yo, [
1399
1383
  j(n.$slots, "default", {}, void 0, !0)
1400
1384
  ])
1401
1385
  ])
@@ -1403,14 +1387,14 @@ const To = /* @__PURE__ */ G({
1403
1387
  ])
1404
1388
  ]));
1405
1389
  }
1406
- }), Ko = /* @__PURE__ */ se(qo, [["__scopeId", "data-v-d2f80b77"]]), Xo = ["width", "height"], Zo = {
1390
+ }), Go = /* @__PURE__ */ oe(Uo, [["__scopeId", "data-v-d2f80b77"]]), Wo = ["width", "height"], Ho = {
1407
1391
  x: "100",
1408
1392
  y: "108",
1409
1393
  "text-anchor": "middle",
1410
1394
  fill: "#3a5368",
1411
1395
  "font-size": "24",
1412
1396
  "font-weight": "bold"
1413
- }, Jo = /* @__PURE__ */ G({
1397
+ }, jo = /* @__PURE__ */ G({
1414
1398
  __name: "MucPercentageSpinner",
1415
1399
  props: {
1416
1400
  size: { default: "300" },
@@ -1427,18 +1411,18 @@ const To = /* @__PURE__ */ G({
1427
1411
  color: "#005a9f"
1428
1412
  }, [
1429
1413
  a[0] || (a[0] = na('<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)),
1430
- m("text", Zo, V(n.value), 1)
1431
- ], 8, Xo));
1414
+ m("text", Ho, V(n.value), 1)
1415
+ ], 8, Wo));
1432
1416
  }
1433
1417
  });
1434
- function Qo(e, n) {
1418
+ function qo(e, n) {
1435
1419
  for (var t = 0; t < n.length; t++) {
1436
1420
  var a = n[t];
1437
1421
  a.enumerable = a.enumerable || !1, a.configurable = !0, "value" in a && (a.writable = !0), Object.defineProperty(e, a.key, a);
1438
1422
  }
1439
1423
  }
1440
- function es(e, n, t) {
1441
- return Qo(e.prototype, n), Object.defineProperty(e, "prototype", { writable: !1 }), e;
1424
+ function Ko(e, n, t) {
1425
+ return qo(e.prototype, n), Object.defineProperty(e, "prototype", { writable: !1 }), e;
1442
1426
  }
1443
1427
  /*!
1444
1428
  * Splide.js
@@ -1446,9 +1430,9 @@ function es(e, n, t) {
1446
1430
  * License : MIT
1447
1431
  * Copyright: 2022 Naotoshi Fujita
1448
1432
  */
1449
- var xn = "(prefers-reduced-motion: reduce)", Je = 1, ts = 2, tt = 3, rt = 4, At = 5, Lt = 6, Pt = 7, ns = {
1433
+ var Bn = "(prefers-reduced-motion: reduce)", Je = 1, Xo = 2, tt = 3, rt = 4, At = 5, Lt = 6, Pt = 7, Zo = {
1450
1434
  CREATED: Je,
1451
- MOUNTED: ts,
1435
+ MOUNTED: Xo,
1452
1436
  IDLE: tt,
1453
1437
  MOVING: rt,
1454
1438
  SCROLLING: At,
@@ -1458,15 +1442,15 @@ var xn = "(prefers-reduced-motion: reduce)", Je = 1, ts = 2, tt = 3, rt = 4, At
1458
1442
  function Oe(e) {
1459
1443
  e.length = 0;
1460
1444
  }
1461
- function Be(e, n, t) {
1445
+ function xe(e, n, t) {
1462
1446
  return Array.prototype.slice.call(e, n, t);
1463
1447
  }
1464
1448
  function X(e) {
1465
- return e.bind.apply(e, [null].concat(Be(arguments, 1)));
1449
+ return e.bind.apply(e, [null].concat(xe(arguments, 1)));
1466
1450
  }
1467
1451
  var va = setTimeout, sn = function() {
1468
1452
  };
1469
- function Bn(e) {
1453
+ function xn(e) {
1470
1454
  return requestAnimationFrame(e);
1471
1455
  }
1472
1456
  function zt(e, n) {
@@ -1498,13 +1482,13 @@ function En(e, n) {
1498
1482
  function Ot(e, n) {
1499
1483
  return e.push.apply(e, kt(n)), e;
1500
1484
  }
1501
- function Ie(e, n, t) {
1485
+ function Ce(e, n, t) {
1502
1486
  e && Ee(n, function(a) {
1503
1487
  a && e.classList[t ? "add" : "remove"](a);
1504
1488
  });
1505
1489
  }
1506
1490
  function Me(e, n) {
1507
- Ie(e, Ve(n) ? n.split(" ") : n, !0);
1491
+ Ce(e, Ve(n) ? n.split(" ") : n, !0);
1508
1492
  }
1509
1493
  function wt(e, n) {
1510
1494
  Ee(n, e.appendChild.bind(e));
@@ -1519,7 +1503,7 @@ function gt(e, n) {
1519
1503
  return ha(e) && (e.msMatchesSelector || e.matches).call(e, n);
1520
1504
  }
1521
1505
  function ga(e, n) {
1522
- var t = e ? Be(e.children) : [];
1506
+ var t = e ? xe(e.children) : [];
1523
1507
  return n ? t.filter(function(a) {
1524
1508
  return gt(a, n);
1525
1509
  }) : t;
@@ -1534,14 +1518,14 @@ function We(e, n, t) {
1534
1518
  }), e;
1535
1519
  }
1536
1520
  function pt(e) {
1537
- return Be(arguments, 1).forEach(function(n) {
1521
+ return xe(arguments, 1).forEach(function(n) {
1538
1522
  We(n, function(t, a) {
1539
1523
  e[a] = n[a];
1540
1524
  });
1541
1525
  }), e;
1542
1526
  }
1543
1527
  function Pe(e) {
1544
- return Be(arguments, 1).forEach(function(n) {
1528
+ return xe(arguments, 1).forEach(function(n) {
1545
1529
  We(n, function(t, a) {
1546
1530
  pn(t) ? e[a] = t.slice() : ht(t) ? e[a] = Pe({}, ht(e[a]) ? e[a] : {}, t) : e[a] = t;
1547
1531
  });
@@ -1600,17 +1584,17 @@ function He(e) {
1600
1584
  function pa(e) {
1601
1585
  return Mt(new DOMParser().parseFromString(e, "text/html").body);
1602
1586
  }
1603
- function Ce(e, n) {
1587
+ function Ie(e, n) {
1604
1588
  e.preventDefault(), n && (e.stopPropagation(), e.stopImmediatePropagation());
1605
1589
  }
1606
1590
  function ya(e, n) {
1607
1591
  return e && e.querySelector(n);
1608
1592
  }
1609
1593
  function An(e, n) {
1610
- return n ? Be(e.querySelectorAll(n)) : [];
1594
+ return n ? xe(e.querySelectorAll(n)) : [];
1611
1595
  }
1612
1596
  function De(e, n) {
1613
- Ie(e, n, !1);
1597
+ Ce(e, n, !1);
1614
1598
  }
1615
1599
  function ln(e) {
1616
1600
  return e.timeStamp;
@@ -1623,17 +1607,17 @@ function ft(e, n) {
1623
1607
  if (!e)
1624
1608
  throw new Error("[" + Tt + "] " + (n || ""));
1625
1609
  }
1626
- var xe = Math.min, Ft = Math.max, Vt = Math.floor, Et = Math.ceil, he = Math.abs;
1610
+ var Be = Math.min, Ft = Math.max, Vt = Math.floor, Et = Math.ceil, he = Math.abs;
1627
1611
  function Ea(e, n, t) {
1628
1612
  return he(e - n) < t;
1629
1613
  }
1630
1614
  function Rt(e, n, t, a) {
1631
- var r = xe(n, t), l = Ft(n, t);
1632
- return a ? r < e && e < l : r <= e && e <= l;
1615
+ var r = Be(n, t), s = Ft(n, t);
1616
+ return a ? r < e && e < s : r <= e && e <= s;
1633
1617
  }
1634
1618
  function Xe(e, n, t) {
1635
- var a = xe(n, t), r = Ft(n, t);
1636
- return xe(Ft(a, e), r);
1619
+ var a = Be(n, t), r = Ft(n, t);
1620
+ return Be(Ft(a, e), r);
1637
1621
  }
1638
1622
  function un(e) {
1639
1623
  return +(e > 0) - +(e < 0);
@@ -1647,63 +1631,63 @@ function kn(e) {
1647
1631
  return e < 10 ? "0" + e : "" + e;
1648
1632
  }
1649
1633
  var Un = {};
1650
- function as(e) {
1634
+ function Jo(e) {
1651
1635
  return "" + e + kn(Un[e] = (Un[e] || 0) + 1);
1652
1636
  }
1653
1637
  function ba() {
1654
1638
  var e = [];
1655
- function n(i, c, u, o) {
1656
- r(i, c, function(s, f, h) {
1657
- var g = "addEventListener" in s, v = g ? s.removeEventListener.bind(s, f, u, o) : s.removeListener.bind(s, u);
1658
- g ? s.addEventListener(f, u, o) : s.addListener(u), e.push([s, f, h, u, v]);
1639
+ function n(o, u, l, i) {
1640
+ r(o, u, function(c, v, g) {
1641
+ var h = "addEventListener" in c, f = h ? c.removeEventListener.bind(c, v, l, i) : c.removeListener.bind(c, l);
1642
+ h ? c.addEventListener(v, l, i) : c.addListener(l), e.push([c, v, g, l, f]);
1659
1643
  });
1660
1644
  }
1661
- function t(i, c, u) {
1662
- r(i, c, function(o, s, f) {
1663
- e = e.filter(function(h) {
1664
- return h[0] === o && h[1] === s && h[2] === f && (!u || h[3] === u) ? (h[4](), !1) : !0;
1645
+ function t(o, u, l) {
1646
+ r(o, u, function(i, c, v) {
1647
+ e = e.filter(function(g) {
1648
+ return g[0] === i && g[1] === c && g[2] === v && (!l || g[3] === l) ? (g[4](), !1) : !0;
1665
1649
  });
1666
1650
  });
1667
1651
  }
1668
- function a(i, c, u) {
1669
- var o, s = !0;
1670
- return typeof CustomEvent == "function" ? o = new CustomEvent(c, {
1671
- bubbles: s,
1672
- detail: u
1673
- }) : (o = document.createEvent("CustomEvent"), o.initCustomEvent(c, s, !1, u)), i.dispatchEvent(o), o;
1674
- }
1675
- function r(i, c, u) {
1676
- Ee(i, function(o) {
1677
- o && Ee(c, function(s) {
1678
- s.split(" ").forEach(function(f) {
1679
- var h = f.split(".");
1680
- u(o, h[0], h[1]);
1652
+ function a(o, u, l) {
1653
+ var i, c = !0;
1654
+ return typeof CustomEvent == "function" ? i = new CustomEvent(u, {
1655
+ bubbles: c,
1656
+ detail: l
1657
+ }) : (i = document.createEvent("CustomEvent"), i.initCustomEvent(u, c, !1, l)), o.dispatchEvent(i), i;
1658
+ }
1659
+ function r(o, u, l) {
1660
+ Ee(o, function(i) {
1661
+ i && Ee(u, function(c) {
1662
+ c.split(" ").forEach(function(v) {
1663
+ var g = v.split(".");
1664
+ l(i, g[0], g[1]);
1681
1665
  });
1682
1666
  });
1683
1667
  });
1684
1668
  }
1685
- function l() {
1686
- e.forEach(function(i) {
1687
- i[4]();
1669
+ function s() {
1670
+ e.forEach(function(o) {
1671
+ o[4]();
1688
1672
  }), Oe(e);
1689
1673
  }
1690
1674
  return {
1691
1675
  bind: n,
1692
1676
  unbind: t,
1693
1677
  dispatch: a,
1694
- destroy: l
1678
+ destroy: s
1695
1679
  };
1696
1680
  }
1697
- var ze = "mounted", Gn = "ready", Re = "move", it = "moved", wn = "click", Aa = "active", Sa = "inactive", ka = "visible", wa = "hidden", ie = "refresh", ve = "updated", nt = "resize", Yt = "resized", Ma = "drag", Ta = "dragging", $a = "dragged", Ut = "scroll", Ke = "scrolled", rs = "overflow", Mn = "destroy", Ca = "arrows:mounted", Ia = "arrows:updated", Da = "pagination:mounted", La = "pagination:updated", Tn = "navigation:mounted", $n = "autoplay:play", Oa = "autoplay:playing", Cn = "autoplay:pause", In = "lazyload:loaded", Ra = "sk", Na = "sh", xt = "ei";
1681
+ var ze = "mounted", Gn = "ready", Re = "move", it = "moved", wn = "click", Aa = "active", Sa = "inactive", ka = "visible", wa = "hidden", ie = "refresh", ve = "updated", nt = "resize", Yt = "resized", Ma = "drag", Ta = "dragging", $a = "dragged", Ut = "scroll", Ke = "scrolled", Qo = "overflow", Mn = "destroy", Ia = "arrows:mounted", Ca = "arrows:updated", Da = "pagination:mounted", La = "pagination:updated", Tn = "navigation:mounted", $n = "autoplay:play", Oa = "autoplay:playing", In = "autoplay:pause", Cn = "lazyload:loaded", Ra = "sk", Na = "sh", Bt = "ei";
1698
1682
  function te(e) {
1699
1683
  var n = e ? e.event.bus : document.createDocumentFragment(), t = ba();
1700
- function a(l, i) {
1701
- t.bind(n, kt(l).join(" "), function(c) {
1702
- i.apply(i, pn(c.detail) ? c.detail : []);
1684
+ function a(s, o) {
1685
+ t.bind(n, kt(s).join(" "), function(u) {
1686
+ o.apply(o, pn(u.detail) ? u.detail : []);
1703
1687
  });
1704
1688
  }
1705
- function r(l) {
1706
- t.dispatch(n, l, Be(arguments, 1));
1689
+ function r(s) {
1690
+ t.dispatch(n, s, xe(arguments, 1));
1707
1691
  }
1708
1692
  return e && e.event.on(Mn, t.destroy), pt(t, {
1709
1693
  bus: n,
@@ -1713,42 +1697,42 @@ function te(e) {
1713
1697
  });
1714
1698
  }
1715
1699
  function Gt(e, n, t, a) {
1716
- var r = Date.now, l, i = 0, c, u = !0, o = 0;
1717
- function s() {
1718
- if (!u) {
1719
- if (i = e ? xe((r() - l) / e, 1) : 1, t && t(i), i >= 1 && (n(), l = r(), a && ++o >= a))
1720
- return h();
1721
- c = Bn(s);
1700
+ var r = Date.now, s, o = 0, u, l = !0, i = 0;
1701
+ function c() {
1702
+ if (!l) {
1703
+ if (o = e ? Be((r() - s) / e, 1) : 1, t && t(o), o >= 1 && (n(), s = r(), a && ++i >= a))
1704
+ return g();
1705
+ u = xn(c);
1722
1706
  }
1723
1707
  }
1724
- function f(_) {
1725
- _ || v(), l = r() - (_ ? i * e : 0), u = !1, c = Bn(s);
1726
- }
1727
- function h() {
1728
- u = !0;
1708
+ function v(_) {
1709
+ _ || f(), s = r() - (_ ? o * e : 0), l = !1, u = xn(c);
1729
1710
  }
1730
1711
  function g() {
1731
- l = r(), i = 0, t && t(i);
1712
+ l = !0;
1732
1713
  }
1733
- function v() {
1734
- c && cancelAnimationFrame(c), i = 0, c = 0, u = !0;
1714
+ function h() {
1715
+ s = r(), o = 0, t && t(o);
1716
+ }
1717
+ function f() {
1718
+ u && cancelAnimationFrame(u), o = 0, u = 0, l = !0;
1735
1719
  }
1736
1720
  function d(_) {
1737
1721
  e = _;
1738
1722
  }
1739
1723
  function S() {
1740
- return u;
1724
+ return l;
1741
1725
  }
1742
1726
  return {
1743
- start: f,
1744
- rewind: g,
1745
- pause: h,
1746
- cancel: v,
1727
+ start: v,
1728
+ rewind: h,
1729
+ pause: g,
1730
+ cancel: f,
1747
1731
  set: d,
1748
1732
  isPaused: S
1749
1733
  };
1750
1734
  }
1751
- function is(e) {
1735
+ function es(e) {
1752
1736
  var n = e;
1753
1737
  function t(r) {
1754
1738
  n = r;
@@ -1761,46 +1745,46 @@ function is(e) {
1761
1745
  is: a
1762
1746
  };
1763
1747
  }
1764
- function os(e, n) {
1748
+ function ts(e, n) {
1765
1749
  var t = Gt(0, e, null, 1);
1766
1750
  return function() {
1767
1751
  t.isPaused() && t.start();
1768
1752
  };
1769
1753
  }
1770
- function ss(e, n, t) {
1771
- var a = e.state, r = t.breakpoints || {}, l = t.reducedMotion || {}, i = ba(), c = [];
1772
- function u() {
1773
- var v = t.mediaQuery === "min";
1754
+ function ns(e, n, t) {
1755
+ var a = e.state, r = t.breakpoints || {}, s = t.reducedMotion || {}, o = ba(), u = [];
1756
+ function l() {
1757
+ var f = t.mediaQuery === "min";
1774
1758
  _t(r).sort(function(d, S) {
1775
- return v ? +d - +S : +S - +d;
1759
+ return f ? +d - +S : +S - +d;
1776
1760
  }).forEach(function(d) {
1777
- s(r[d], "(" + (v ? "min" : "max") + "-width:" + d + "px)");
1778
- }), s(l, xn), f();
1761
+ c(r[d], "(" + (f ? "min" : "max") + "-width:" + d + "px)");
1762
+ }), c(s, Bn), v();
1779
1763
  }
1780
- function o(v) {
1781
- v && i.destroy();
1764
+ function i(f) {
1765
+ f && o.destroy();
1782
1766
  }
1783
- function s(v, d) {
1767
+ function c(f, d) {
1784
1768
  var S = matchMedia(d);
1785
- i.bind(S, "change", f), c.push([v, S]);
1769
+ o.bind(S, "change", v), u.push([f, S]);
1786
1770
  }
1787
- function f() {
1788
- var v = a.is(Pt), d = t.direction, S = c.reduce(function(_, p) {
1771
+ function v() {
1772
+ var f = a.is(Pt), d = t.direction, S = u.reduce(function(_, p) {
1789
1773
  return Pe(_, p[1].matches ? p[0] : {});
1790
1774
  }, {});
1791
- zn(t), g(S), t.destroy ? e.destroy(t.destroy === "completely") : v ? (o(!0), e.mount()) : d !== t.direction && e.refresh();
1775
+ zn(t), h(S), t.destroy ? e.destroy(t.destroy === "completely") : f ? (i(!0), e.mount()) : d !== t.direction && e.refresh();
1792
1776
  }
1793
- function h(v) {
1794
- matchMedia(xn).matches && (v ? Pe(t, l) : zn(t, _t(l)));
1777
+ function g(f) {
1778
+ matchMedia(Bn).matches && (f ? Pe(t, s) : zn(t, _t(s)));
1795
1779
  }
1796
- function g(v, d, S) {
1797
- Pe(t, v), d && Pe(Object.getPrototypeOf(t), v), (S || !a.is(Je)) && e.emit(ve, t);
1780
+ function h(f, d, S) {
1781
+ Pe(t, f), d && Pe(Object.getPrototypeOf(t), f), (S || !a.is(Je)) && e.emit(ve, t);
1798
1782
  }
1799
1783
  return {
1800
- setup: u,
1801
- destroy: o,
1802
- reduce: h,
1803
- set: g
1784
+ setup: l,
1785
+ destroy: i,
1786
+ reduce: g,
1787
+ set: h
1804
1788
  };
1805
1789
  }
1806
1790
  var Wt = "Arrow", Ht = Wt + "Left", jt = Wt + "Right", Pa = Wt + "Up", Fa = Wt + "Down", Wn = "rtl", qt = "ttb", Qt = {
@@ -1813,115 +1797,115 @@ var Wt = "Arrow", Ht = Wt + "Left", jt = Wt + "Right", Pa = Wt + "Up", Fa = Wt +
1813
1797
  ArrowLeft: [Pa, jt],
1814
1798
  ArrowRight: [Fa, Ht]
1815
1799
  };
1816
- function ls(e, n, t) {
1817
- function a(l, i, c) {
1818
- c = c || t.direction;
1819
- var u = c === Wn && !i ? 1 : c === qt ? 0 : -1;
1820
- return Qt[l] && Qt[l][u] || l.replace(/width|left|right/i, function(o, s) {
1821
- var f = Qt[o.toLowerCase()][u] || o;
1822
- return s > 0 ? f.charAt(0).toUpperCase() + f.slice(1) : f;
1800
+ function as(e, n, t) {
1801
+ function a(s, o, u) {
1802
+ u = u || t.direction;
1803
+ var l = u === Wn && !o ? 1 : u === qt ? 0 : -1;
1804
+ return Qt[s] && Qt[s][l] || s.replace(/width|left|right/i, function(i, c) {
1805
+ var v = Qt[i.toLowerCase()][l] || i;
1806
+ return c > 0 ? v.charAt(0).toUpperCase() + v.slice(1) : v;
1823
1807
  });
1824
1808
  }
1825
- function r(l) {
1826
- return l * (t.direction === Wn ? 1 : -1);
1809
+ function r(s) {
1810
+ return s * (t.direction === Wn ? 1 : -1);
1827
1811
  }
1828
1812
  return {
1829
1813
  resolve: a,
1830
1814
  orient: r
1831
1815
  };
1832
1816
  }
1833
- var Le = "role", et = "tabindex", us = "disabled", ke = "aria-", $t = ke + "controls", Va = ke + "current", Hn = ke + "selected", _e = ke + "label", Dn = ke + "labelledby", xa = ke + "hidden", Ln = ke + "orientation", bt = ke + "roledescription", jn = ke + "live", qn = ke + "busy", Kn = ke + "atomic", On = [Le, et, us, $t, Va, _e, Dn, xa, Ln, bt], $e = Tt + "__", Ye = "is-", en = Tt, Xn = $e + "track", cs = $e + "list", Kt = $e + "slide", Ba = Kt + "--clone", ds = Kt + "__container", Rn = $e + "arrows", Xt = $e + "arrow", za = Xt + "--prev", Ya = Xt + "--next", Zt = $e + "pagination", Ua = Zt + "__page", fs = $e + "progress", vs = fs + "__bar", ms = $e + "toggle", hs = $e + "spinner", gs = $e + "sr", _s = Ye + "initialized", je = Ye + "active", Ga = Ye + "prev", Wa = Ye + "next", dn = Ye + "visible", fn = Ye + "loading", Ha = Ye + "focus-in", ja = Ye + "overflow", ps = [je, dn, Ga, Wa, fn, Ha, ja], ys = {
1817
+ var Le = "role", et = "tabindex", rs = "disabled", ke = "aria-", $t = ke + "controls", Va = ke + "current", Hn = ke + "selected", _e = ke + "label", Dn = ke + "labelledby", Ba = ke + "hidden", Ln = ke + "orientation", bt = ke + "roledescription", jn = ke + "live", qn = ke + "busy", Kn = ke + "atomic", On = [Le, et, rs, $t, Va, _e, Dn, Ba, Ln, bt], $e = Tt + "__", Ye = "is-", en = Tt, Xn = $e + "track", is = $e + "list", Kt = $e + "slide", xa = Kt + "--clone", os = Kt + "__container", Rn = $e + "arrows", Xt = $e + "arrow", za = Xt + "--prev", Ya = Xt + "--next", Zt = $e + "pagination", Ua = Zt + "__page", ss = $e + "progress", ls = ss + "__bar", us = $e + "toggle", cs = $e + "spinner", ds = $e + "sr", fs = Ye + "initialized", je = Ye + "active", Ga = Ye + "prev", Wa = Ye + "next", dn = Ye + "visible", fn = Ye + "loading", Ha = Ye + "focus-in", ja = Ye + "overflow", vs = [je, dn, Ga, Wa, fn, Ha, ja], ms = {
1834
1818
  slide: Kt,
1835
- clone: Ba,
1819
+ clone: xa,
1836
1820
  arrows: Rn,
1837
1821
  arrow: Xt,
1838
1822
  prev: za,
1839
1823
  next: Ya,
1840
1824
  pagination: Zt,
1841
1825
  page: Ua,
1842
- spinner: hs
1826
+ spinner: cs
1843
1827
  };
1844
- function Es(e, n) {
1828
+ function hs(e, n) {
1845
1829
  if (ma(e.closest))
1846
1830
  return e.closest(n);
1847
1831
  for (var t = e; t && t.nodeType === 1 && !gt(t, n); )
1848
1832
  t = t.parentElement;
1849
1833
  return t;
1850
1834
  }
1851
- var bs = 5, Zn = 200, qa = "touchstart mousedown", tn = "touchmove mousemove", nn = "touchend touchcancel mouseup click";
1852
- function As(e, n, t) {
1853
- var a = te(e), r = a.on, l = a.bind, i = e.root, c = t.i18n, u = {}, o = [], s = [], f = [], h, g, v;
1835
+ var gs = 5, Zn = 200, qa = "touchstart mousedown", tn = "touchmove mousemove", nn = "touchend touchcancel mouseup click";
1836
+ function _s(e, n, t) {
1837
+ var a = te(e), r = a.on, s = a.bind, o = e.root, u = t.i18n, l = {}, i = [], c = [], v = [], g, h, f;
1854
1838
  function d() {
1855
1839
  y(), P(), p();
1856
1840
  }
1857
1841
  function S() {
1858
- r(ie, _), r(ie, d), r(ve, p), l(document, qa + " keydown", function(A) {
1859
- v = A.type === "keydown";
1842
+ r(ie, _), r(ie, d), r(ve, p), s(document, qa + " keydown", function(A) {
1843
+ f = A.type === "keydown";
1860
1844
  }, {
1861
1845
  capture: !0
1862
- }), l(i, "focusin", function() {
1863
- Ie(i, Ha, !!v);
1846
+ }), s(o, "focusin", function() {
1847
+ Ce(o, Ha, !!f);
1864
1848
  });
1865
1849
  }
1866
1850
  function _(A) {
1867
1851
  var L = On.concat("style");
1868
- Oe(o), De(i, s), De(h, f), Te([h, g], L), Te(i, A ? L : ["style", bt]);
1852
+ Oe(i), De(o, c), De(g, v), Te([g, h], L), Te(o, A ? L : ["style", bt]);
1869
1853
  }
1870
1854
  function p() {
1871
- De(i, s), De(h, f), s = C(en), f = C(Xn), Me(i, s), Me(h, f), z(i, _e, t.label), z(i, Dn, t.labelledby);
1855
+ De(o, c), De(g, v), c = I(en), v = I(Xn), Me(o, c), Me(g, v), z(o, _e, t.label), z(o, Dn, t.labelledby);
1872
1856
  }
1873
1857
  function y() {
1874
- h = E("." + Xn), g = Mt(h, "." + cs), ft(h && g, "A track/list element is missing."), Ot(o, ga(g, "." + Kt + ":not(." + Ba + ")")), We({
1858
+ g = E("." + Xn), h = Mt(g, "." + is), ft(g && h, "A track/list element is missing."), Ot(i, ga(h, "." + Kt + ":not(." + xa + ")")), We({
1875
1859
  arrows: Rn,
1876
1860
  pagination: Zt,
1877
1861
  prev: za,
1878
1862
  next: Ya,
1879
- bar: vs,
1880
- toggle: ms
1863
+ bar: ls,
1864
+ toggle: us
1881
1865
  }, function(A, L) {
1882
- u[L] = E("." + A);
1883
- }), pt(u, {
1884
- root: i,
1885
- track: h,
1886
- list: g,
1887
- slides: o
1866
+ l[L] = E("." + A);
1867
+ }), pt(l, {
1868
+ root: o,
1869
+ track: g,
1870
+ list: h,
1871
+ slides: i
1888
1872
  });
1889
1873
  }
1890
1874
  function P() {
1891
- var A = i.id || as(Tt), L = t.role;
1892
- i.id = A, h.id = h.id || A + "-track", g.id = g.id || A + "-list", !Ae(i, Le) && i.tagName !== "SECTION" && L && z(i, Le, L), z(i, bt, c.carousel), z(g, Le, "presentation");
1875
+ var A = o.id || Jo(Tt), L = t.role;
1876
+ o.id = A, g.id = g.id || A + "-track", h.id = h.id || A + "-list", !Ae(o, Le) && o.tagName !== "SECTION" && L && z(o, Le, L), z(o, bt, u.carousel), z(h, Le, "presentation");
1893
1877
  }
1894
1878
  function E(A) {
1895
- var L = ya(i, A);
1896
- return L && Es(L, "." + en) === i ? L : void 0;
1879
+ var L = ya(o, A);
1880
+ return L && hs(L, "." + en) === o ? L : void 0;
1897
1881
  }
1898
- function C(A) {
1882
+ function I(A) {
1899
1883
  return [A + "--" + t.type, A + "--" + t.direction, t.drag && A + "--draggable", t.isNavigation && A + "--nav", A === en && je];
1900
1884
  }
1901
- return pt(u, {
1885
+ return pt(l, {
1902
1886
  setup: d,
1903
1887
  mount: S,
1904
1888
  destroy: _
1905
1889
  });
1906
1890
  }
1907
- var at = "slide", ot = "loop", Ct = "fade";
1908
- function Ss(e, n, t, a) {
1909
- var r = te(e), l = r.on, i = r.emit, c = r.bind, u = e.Components, o = e.root, s = e.options, f = s.isNavigation, h = s.updateOnMove, g = s.i18n, v = s.pagination, d = s.slideFocus, S = u.Direction.resolve, _ = Ae(a, "style"), p = Ae(a, _e), y = t > -1, P = Mt(a, "." + ds), E;
1910
- function C() {
1911
- y || (a.id = o.id + "-slide" + kn(n + 1), z(a, Le, v ? "tabpanel" : "group"), z(a, bt, g.slide), z(a, _e, p || cn(g.slideLabel, [n + 1, e.length]))), A();
1891
+ var at = "slide", ot = "loop", It = "fade";
1892
+ function ps(e, n, t, a) {
1893
+ var r = te(e), s = r.on, o = r.emit, u = r.bind, l = e.Components, i = e.root, c = e.options, v = c.isNavigation, g = c.updateOnMove, h = c.i18n, f = c.pagination, d = c.slideFocus, S = l.Direction.resolve, _ = Ae(a, "style"), p = Ae(a, _e), y = t > -1, P = Mt(a, "." + os), E;
1894
+ function I() {
1895
+ y || (a.id = i.id + "-slide" + kn(n + 1), z(a, Le, f ? "tabpanel" : "group"), z(a, bt, h.slide), z(a, _e, p || cn(h.slideLabel, [n + 1, e.length]))), A();
1912
1896
  }
1913
1897
  function A() {
1914
- c(a, "click", X(i, wn, x)), c(a, "keydown", X(i, Ra, x)), l([it, Na, Ke], T), l(Tn, Y), h && l(Re, F);
1898
+ u(a, "click", X(o, wn, B)), u(a, "keydown", X(o, Ra, B)), s([it, Na, Ke], T), s(Tn, Y), g && s(Re, F);
1915
1899
  }
1916
1900
  function L() {
1917
- E = !0, r.destroy(), De(a, ps), Te(a, On), z(a, "style", _), z(a, _e, p || "");
1901
+ E = !0, r.destroy(), De(a, vs), Te(a, On), z(a, "style", _), z(a, _e, p || "");
1918
1902
  }
1919
1903
  function Y() {
1920
1904
  var N = e.splides.map(function(w) {
1921
1905
  var R = w.splide.Components.Slides.getAt(n);
1922
1906
  return R ? R.slide.id : "";
1923
1907
  }).join(" ");
1924
- z(a, _e, cn(g.slideX, (y ? t : n) + 1)), z(a, $t, N), z(a, Le, d ? "button" : ""), d && Te(a, bt);
1908
+ z(a, _e, cn(h.slideX, (y ? t : n) + 1)), z(a, $t, N), z(a, Le, d ? "button" : ""), d && Te(a, bt);
1925
1909
  }
1926
1910
  function F() {
1927
1911
  E || T();
@@ -1929,135 +1913,135 @@ function Ss(e, n, t, a) {
1929
1913
  function T() {
1930
1914
  if (!E) {
1931
1915
  var N = e.index;
1932
- $(), I(), Ie(a, Ga, n === N - 1), Ie(a, Wa, n === N + 1);
1916
+ $(), C(), Ce(a, Ga, n === N - 1), Ce(a, Wa, n === N + 1);
1933
1917
  }
1934
1918
  }
1935
1919
  function $() {
1936
1920
  var N = U();
1937
- N !== Yn(a, je) && (Ie(a, je, N), z(a, Va, f && N || ""), i(N ? Aa : Sa, x));
1921
+ N !== Yn(a, je) && (Ce(a, je, N), z(a, Va, v && N || ""), o(N ? Aa : Sa, B));
1938
1922
  }
1939
- function I() {
1940
- var N = ne(), w = !N && (!U() || y);
1941
- if (e.state.is([rt, At]) || z(a, xa, w || ""), z(An(a, s.focusableNodes || ""), et, w ? -1 : ""), d && z(a, et, w ? -1 : 0), N !== Yn(a, dn) && (Ie(a, dn, N), i(N ? ka : wa, x)), !N && document.activeElement === a) {
1942
- var R = u.Slides.getAt(e.index);
1923
+ function C() {
1924
+ var N = ae(), w = !N && (!U() || y);
1925
+ if (e.state.is([rt, At]) || z(a, Ba, w || ""), z(An(a, c.focusableNodes || ""), et, w ? -1 : ""), d && z(a, et, w ? -1 : 0), N !== Yn(a, dn) && (Ce(a, dn, N), o(N ? ka : wa, B)), !N && document.activeElement === a) {
1926
+ var R = l.Slides.getAt(e.index);
1943
1927
  R && _a(R.slide);
1944
1928
  }
1945
1929
  }
1946
- function B(N, w, R) {
1930
+ function x(N, w, R) {
1947
1931
  be(R && P || a, N, w);
1948
1932
  }
1949
1933
  function U() {
1950
1934
  var N = e.index;
1951
- return N === n || s.cloneStatus && N === t;
1935
+ return N === n || c.cloneStatus && N === t;
1952
1936
  }
1953
- function ne() {
1954
- if (e.is(Ct))
1937
+ function ae() {
1938
+ if (e.is(It))
1955
1939
  return U();
1956
- var N = ge(u.Elements.track), w = ge(a), R = S("left", !0), W = S("right", !0);
1940
+ var N = ge(l.Elements.track), w = ge(a), R = S("left", !0), W = S("right", !0);
1957
1941
  return Vt(N[R]) <= Et(w[R]) && Vt(w[W]) <= Et(N[W]);
1958
1942
  }
1959
1943
  function Q(N, w) {
1960
1944
  var R = he(N - n);
1961
- return !y && (s.rewind || e.is(ot)) && (R = xe(R, e.length - R)), R <= w;
1945
+ return !y && (c.rewind || e.is(ot)) && (R = Be(R, e.length - R)), R <= w;
1962
1946
  }
1963
- var x = {
1947
+ var B = {
1964
1948
  index: n,
1965
1949
  slideIndex: t,
1966
1950
  slide: a,
1967
1951
  container: P,
1968
1952
  isClone: y,
1969
- mount: C,
1953
+ mount: I,
1970
1954
  destroy: L,
1971
1955
  update: T,
1972
- style: B,
1956
+ style: x,
1973
1957
  isWithin: Q
1974
1958
  };
1975
- return x;
1959
+ return B;
1976
1960
  }
1977
- function ks(e, n, t) {
1978
- var a = te(e), r = a.on, l = a.emit, i = a.bind, c = n.Elements, u = c.slides, o = c.list, s = [];
1979
- function f() {
1980
- h(), r(ie, g), r(ie, h);
1961
+ function ys(e, n, t) {
1962
+ var a = te(e), r = a.on, s = a.emit, o = a.bind, u = n.Elements, l = u.slides, i = u.list, c = [];
1963
+ function v() {
1964
+ g(), r(ie, h), r(ie, g);
1981
1965
  }
1982
- function h() {
1983
- u.forEach(function(T, $) {
1966
+ function g() {
1967
+ l.forEach(function(T, $) {
1984
1968
  d(T, $, -1);
1985
1969
  });
1986
1970
  }
1987
- function g() {
1971
+ function h() {
1988
1972
  E(function(T) {
1989
1973
  T.destroy();
1990
- }), Oe(s);
1974
+ }), Oe(c);
1991
1975
  }
1992
- function v() {
1976
+ function f() {
1993
1977
  E(function(T) {
1994
1978
  T.update();
1995
1979
  });
1996
1980
  }
1997
- function d(T, $, I) {
1998
- var B = Ss(e, $, I, T);
1999
- B.mount(), s.push(B), s.sort(function(U, ne) {
2000
- return U.index - ne.index;
1981
+ function d(T, $, C) {
1982
+ var x = ps(e, $, C, T);
1983
+ x.mount(), c.push(x), c.sort(function(U, ae) {
1984
+ return U.index - ae.index;
2001
1985
  });
2002
1986
  }
2003
1987
  function S(T) {
2004
- return T ? C(function($) {
1988
+ return T ? I(function($) {
2005
1989
  return !$.isClone;
2006
- }) : s;
1990
+ }) : c;
2007
1991
  }
2008
1992
  function _(T) {
2009
- var $ = n.Controller, I = $.toIndex(T), B = $.hasFocus() ? 1 : t.perPage;
2010
- return C(function(U) {
2011
- return Rt(U.index, I, I + B - 1);
1993
+ var $ = n.Controller, C = $.toIndex(T), x = $.hasFocus() ? 1 : t.perPage;
1994
+ return I(function(U) {
1995
+ return Rt(U.index, C, C + x - 1);
2012
1996
  });
2013
1997
  }
2014
1998
  function p(T) {
2015
- return C(T)[0];
1999
+ return I(T)[0];
2016
2000
  }
2017
2001
  function y(T, $) {
2018
- Ee(T, function(I) {
2019
- if (Ve(I) && (I = pa(I)), ha(I)) {
2020
- var B = u[$];
2021
- B ? bn(I, B) : wt(o, I), Me(I, t.classes.slide), L(I, X(l, nt));
2002
+ Ee(T, function(C) {
2003
+ if (Ve(C) && (C = pa(C)), ha(C)) {
2004
+ var x = l[$];
2005
+ x ? bn(C, x) : wt(i, C), Me(C, t.classes.slide), L(C, X(s, nt));
2022
2006
  }
2023
- }), l(ie);
2007
+ }), s(ie);
2024
2008
  }
2025
2009
  function P(T) {
2026
- He(C(T).map(function($) {
2010
+ He(I(T).map(function($) {
2027
2011
  return $.slide;
2028
- })), l(ie);
2012
+ })), s(ie);
2029
2013
  }
2030
2014
  function E(T, $) {
2031
2015
  S($).forEach(T);
2032
2016
  }
2033
- function C(T) {
2034
- return s.filter(ma(T) ? T : function($) {
2017
+ function I(T) {
2018
+ return c.filter(ma(T) ? T : function($) {
2035
2019
  return Ve(T) ? gt($.slide, T) : En(kt(T), $.index);
2036
2020
  });
2037
2021
  }
2038
- function A(T, $, I) {
2039
- E(function(B) {
2040
- B.style(T, $, I);
2022
+ function A(T, $, C) {
2023
+ E(function(x) {
2024
+ x.style(T, $, C);
2041
2025
  });
2042
2026
  }
2043
2027
  function L(T, $) {
2044
- var I = An(T, "img"), B = I.length;
2045
- B ? I.forEach(function(U) {
2046
- i(U, "load error", function() {
2047
- --B || $();
2028
+ var C = An(T, "img"), x = C.length;
2029
+ x ? C.forEach(function(U) {
2030
+ o(U, "load error", function() {
2031
+ --x || $();
2048
2032
  });
2049
2033
  }) : $();
2050
2034
  }
2051
2035
  function Y(T) {
2052
- return T ? u.length : s.length;
2036
+ return T ? l.length : c.length;
2053
2037
  }
2054
2038
  function F() {
2055
- return s.length > t.perPage;
2039
+ return c.length > t.perPage;
2056
2040
  }
2057
2041
  return {
2058
- mount: f,
2059
- destroy: g,
2060
- update: v,
2042
+ mount: v,
2043
+ destroy: h,
2044
+ update: f,
2061
2045
  register: d,
2062
2046
  get: S,
2063
2047
  getIn: _,
@@ -2065,34 +2049,34 @@ function ks(e, n, t) {
2065
2049
  add: y,
2066
2050
  remove: P,
2067
2051
  forEach: E,
2068
- filter: C,
2052
+ filter: I,
2069
2053
  style: A,
2070
2054
  getLength: Y,
2071
2055
  isEnough: F
2072
2056
  };
2073
2057
  }
2074
- function ws(e, n, t) {
2075
- var a = te(e), r = a.on, l = a.bind, i = a.emit, c = n.Slides, u = n.Direction.resolve, o = n.Elements, s = o.root, f = o.track, h = o.list, g = c.getAt, v = c.style, d, S, _;
2058
+ function Es(e, n, t) {
2059
+ var a = te(e), r = a.on, s = a.bind, o = a.emit, u = n.Slides, l = n.Direction.resolve, i = n.Elements, c = i.root, v = i.track, g = i.list, h = u.getAt, f = u.style, d, S, _;
2076
2060
  function p() {
2077
- y(), l(window, "resize load", os(X(i, nt))), r([ve, ie], y), r(nt, P);
2061
+ y(), s(window, "resize load", ts(X(o, nt))), r([ve, ie], y), r(nt, P);
2078
2062
  }
2079
2063
  function y() {
2080
- d = t.direction === qt, be(s, "maxWidth", Ge(t.width)), be(f, u("paddingLeft"), E(!1)), be(f, u("paddingRight"), E(!0)), P(!0);
2064
+ d = t.direction === qt, be(c, "maxWidth", Ge(t.width)), be(v, l("paddingLeft"), E(!1)), be(v, l("paddingRight"), E(!0)), P(!0);
2081
2065
  }
2082
- function P(x) {
2083
- var N = ge(s);
2084
- (x || S.width !== N.width || S.height !== N.height) && (be(f, "height", C()), v(u("marginRight"), Ge(t.gap)), v("width", L()), v("height", Y(), !0), S = N, i(Yt), _ !== (_ = Q()) && (Ie(s, ja, _), i(rs, _)));
2066
+ function P(B) {
2067
+ var N = ge(c);
2068
+ (B || S.width !== N.width || S.height !== N.height) && (be(v, "height", I()), f(l("marginRight"), Ge(t.gap)), f("width", L()), f("height", Y(), !0), S = N, o(Yt), _ !== (_ = Q()) && (Ce(c, ja, _), o(Qo, _)));
2085
2069
  }
2086
- function E(x) {
2087
- var N = t.padding, w = u(x ? "right" : "left");
2070
+ function E(B) {
2071
+ var N = t.padding, w = l(B ? "right" : "left");
2088
2072
  return N && Ge(N[w] || (ht(N) ? 0 : N)) || "0px";
2089
2073
  }
2090
- function C() {
2091
- var x = "";
2092
- return d && (x = A(), ft(x, "height or heightRatio is missing."), x = "calc(" + x + " - " + E(!1) + " - " + E(!0) + ")"), x;
2074
+ function I() {
2075
+ var B = "";
2076
+ return d && (B = A(), ft(B, "height or heightRatio is missing."), B = "calc(" + B + " - " + E(!1) + " - " + E(!0) + ")"), B;
2093
2077
  }
2094
2078
  function A() {
2095
- return Ge(t.height || ge(h).width * t.heightRatio);
2079
+ return Ge(t.height || ge(g).width * t.heightRatio);
2096
2080
  }
2097
2081
  function L() {
2098
2082
  return t.autoWidth ? null : Ge(t.fixedWidth) || (d ? "" : F());
@@ -2101,72 +2085,72 @@ function ws(e, n, t) {
2101
2085
  return Ge(t.fixedHeight) || (d ? t.autoHeight ? null : F() : A());
2102
2086
  }
2103
2087
  function F() {
2104
- var x = Ge(t.gap);
2105
- return "calc((100%" + (x && " + " + x) + ")/" + (t.perPage || 1) + (x && " - " + x) + ")";
2088
+ var B = Ge(t.gap);
2089
+ return "calc((100%" + (B && " + " + B) + ")/" + (t.perPage || 1) + (B && " - " + B) + ")";
2106
2090
  }
2107
2091
  function T() {
2108
- return ge(h)[u("width")];
2092
+ return ge(g)[l("width")];
2109
2093
  }
2110
- function $(x, N) {
2111
- var w = g(x || 0);
2112
- return w ? ge(w.slide)[u("width")] + (N ? 0 : U()) : 0;
2094
+ function $(B, N) {
2095
+ var w = h(B || 0);
2096
+ return w ? ge(w.slide)[l("width")] + (N ? 0 : U()) : 0;
2113
2097
  }
2114
- function I(x, N) {
2115
- var w = g(x);
2098
+ function C(B, N) {
2099
+ var w = h(B);
2116
2100
  if (w) {
2117
- var R = ge(w.slide)[u("right")], W = ge(h)[u("left")];
2101
+ var R = ge(w.slide)[l("right")], W = ge(g)[l("left")];
2118
2102
  return he(R - W) + (N ? 0 : U());
2119
2103
  }
2120
2104
  return 0;
2121
2105
  }
2122
- function B(x) {
2123
- return I(e.length - 1) - I(0) + $(0, x);
2106
+ function x(B) {
2107
+ return C(e.length - 1) - C(0) + $(0, B);
2124
2108
  }
2125
2109
  function U() {
2126
- var x = g(0);
2127
- return x && parseFloat(be(x.slide, u("marginRight"))) || 0;
2110
+ var B = h(0);
2111
+ return B && parseFloat(be(B.slide, l("marginRight"))) || 0;
2128
2112
  }
2129
- function ne(x) {
2130
- return parseFloat(be(f, u("padding" + (x ? "Right" : "Left")))) || 0;
2113
+ function ae(B) {
2114
+ return parseFloat(be(v, l("padding" + (B ? "Right" : "Left")))) || 0;
2131
2115
  }
2132
2116
  function Q() {
2133
- return e.is(Ct) || B(!0) > T();
2117
+ return e.is(It) || x(!0) > T();
2134
2118
  }
2135
2119
  return {
2136
2120
  mount: p,
2137
2121
  resize: P,
2138
2122
  listSize: T,
2139
2123
  slideSize: $,
2140
- sliderSize: B,
2141
- totalSize: I,
2142
- getPadding: ne,
2124
+ sliderSize: x,
2125
+ totalSize: C,
2126
+ getPadding: ae,
2143
2127
  isOverflow: Q
2144
2128
  };
2145
2129
  }
2146
- var Ms = 2;
2147
- function Ts(e, n, t) {
2148
- var a = te(e), r = a.on, l = n.Elements, i = n.Slides, c = n.Direction.resolve, u = [], o;
2149
- function s() {
2150
- r(ie, f), r([ve, nt], g), (o = S()) && (v(o), n.Layout.resize(!0));
2151
- }
2152
- function f() {
2153
- h(), s();
2130
+ var bs = 2;
2131
+ function As(e, n, t) {
2132
+ var a = te(e), r = a.on, s = n.Elements, o = n.Slides, u = n.Direction.resolve, l = [], i;
2133
+ function c() {
2134
+ r(ie, v), r([ve, nt], h), (i = S()) && (f(i), n.Layout.resize(!0));
2154
2135
  }
2155
- function h() {
2156
- He(u), Oe(u), a.destroy();
2136
+ function v() {
2137
+ g(), c();
2157
2138
  }
2158
2139
  function g() {
2140
+ He(l), Oe(l), a.destroy();
2141
+ }
2142
+ function h() {
2159
2143
  var _ = S();
2160
- o !== _ && (o < _ || !_) && a.emit(ie);
2144
+ i !== _ && (i < _ || !_) && a.emit(ie);
2161
2145
  }
2162
- function v(_) {
2163
- var p = i.get().slice(), y = p.length;
2146
+ function f(_) {
2147
+ var p = o.get().slice(), y = p.length;
2164
2148
  if (y) {
2165
2149
  for (; p.length < _; )
2166
2150
  Ot(p, p);
2167
2151
  Ot(p.slice(-_), p.slice(0, _)).forEach(function(P, E) {
2168
- var C = E < _, A = d(P.slide, E);
2169
- C ? bn(A, p[0].slide) : wt(l.list, A), Ot(u, A), i.register(A, E - _ + (C ? 0 : y), P.index);
2152
+ var I = E < _, A = d(P.slide, E);
2153
+ I ? bn(A, p[0].slide) : wt(s.list, A), Ot(l, A), o.register(A, E - _ + (I ? 0 : y), P.index);
2170
2154
  });
2171
2155
  }
2172
2156
  }
@@ -2179,36 +2163,36 @@ function Ts(e, n, t) {
2179
2163
  if (!e.is(ot))
2180
2164
  _ = 0;
2181
2165
  else if (St(_)) {
2182
- var p = t[c("fixedWidth")] && n.Layout.slideSize(0), y = p && Et(ge(l.track)[c("width")] / p);
2183
- _ = y || t[c("autoWidth")] && e.length || t.perPage * Ms;
2166
+ var p = t[u("fixedWidth")] && n.Layout.slideSize(0), y = p && Et(ge(s.track)[u("width")] / p);
2167
+ _ = y || t[u("autoWidth")] && e.length || t.perPage * bs;
2184
2168
  }
2185
2169
  return _;
2186
2170
  }
2187
2171
  return {
2188
- mount: s,
2189
- destroy: h
2172
+ mount: c,
2173
+ destroy: g
2190
2174
  };
2191
2175
  }
2192
- function $s(e, n, t) {
2193
- var a = te(e), r = a.on, l = a.emit, i = e.state.set, c = n.Layout, u = c.slideSize, o = c.getPadding, s = c.totalSize, f = c.listSize, h = c.sliderSize, g = n.Direction, v = g.resolve, d = g.orient, S = n.Elements, _ = S.list, p = S.track, y;
2176
+ function Ss(e, n, t) {
2177
+ var a = te(e), r = a.on, s = a.emit, o = e.state.set, u = n.Layout, l = u.slideSize, i = u.getPadding, c = u.totalSize, v = u.listSize, g = u.sliderSize, h = n.Direction, f = h.resolve, d = h.orient, S = n.Elements, _ = S.list, p = S.track, y;
2194
2178
  function P() {
2195
2179
  y = n.Transition, r([ze, Yt, ve, ie], E);
2196
2180
  }
2197
2181
  function E() {
2198
2182
  n.Controller.isBusy() || (n.Scroll.cancel(), A(e.index), n.Slides.update());
2199
2183
  }
2200
- function C(w, R, W, de) {
2201
- w !== R && x(w > W) && (T(), L(F(B(), w > W), !0)), i(rt), l(Re, R, W, w), y.start(R, function() {
2202
- i(tt), l(it, R, W, w), de && de();
2184
+ function I(w, R, W, de) {
2185
+ w !== R && B(w > W) && (T(), L(F(x(), w > W), !0)), o(rt), s(Re, R, W, w), y.start(R, function() {
2186
+ o(tt), s(it, R, W, w), de && de();
2203
2187
  });
2204
2188
  }
2205
2189
  function A(w) {
2206
- L(I(w, !0));
2190
+ L(C(w, !0));
2207
2191
  }
2208
2192
  function L(w, R) {
2209
- if (!e.is(Ct)) {
2193
+ if (!e.is(It)) {
2210
2194
  var W = R ? w : Y(w);
2211
- be(_, "transform", "translate" + v("X") + "(" + W + "px)"), w !== W && l(Na);
2195
+ be(_, "transform", "translate" + f("X") + "(" + W + "px)"), w !== W && s(Na);
2212
2196
  }
2213
2197
  }
2214
2198
  function Y(w) {
@@ -2219,15 +2203,15 @@ function $s(e, n, t) {
2219
2203
  return w;
2220
2204
  }
2221
2205
  function F(w, R) {
2222
- var W = w - Q(R), de = h();
2206
+ var W = w - Q(R), de = g();
2223
2207
  return w -= d(de * (Et(he(W) / de) || 1)) * (R ? 1 : -1), w;
2224
2208
  }
2225
2209
  function T() {
2226
- L(B(), !0), y.cancel();
2210
+ L(x(), !0), y.cancel();
2227
2211
  }
2228
2212
  function $(w) {
2229
- for (var R = n.Slides.get(), W = 0, de = 1 / 0, ue = 0; ue < R.length; ue++) {
2230
- var Ne = R[ue].index, k = he(I(Ne, !0) - w);
2213
+ for (var R = n.Slides.get(), W = 0, de = 1 / 0, le = 0; le < R.length; le++) {
2214
+ var Ne = R[le].index, k = he(C(Ne, !0) - w);
2231
2215
  if (k <= de)
2232
2216
  de = k, W = Ne;
2233
2217
  else
@@ -2235,119 +2219,119 @@ function $s(e, n, t) {
2235
2219
  }
2236
2220
  return W;
2237
2221
  }
2238
- function I(w, R) {
2239
- var W = d(s(w - 1) - ne(w));
2222
+ function C(w, R) {
2223
+ var W = d(c(w - 1) - ae(w));
2240
2224
  return R ? U(W) : W;
2241
2225
  }
2242
- function B() {
2243
- var w = v("left");
2244
- return ge(_)[w] - ge(p)[w] + d(o(!1));
2226
+ function x() {
2227
+ var w = f("left");
2228
+ return ge(_)[w] - ge(p)[w] + d(i(!1));
2245
2229
  }
2246
2230
  function U(w) {
2247
- return t.trimSpace && e.is(at) && (w = Xe(w, 0, d(h(!0) - f()))), w;
2231
+ return t.trimSpace && e.is(at) && (w = Xe(w, 0, d(g(!0) - v()))), w;
2248
2232
  }
2249
- function ne(w) {
2233
+ function ae(w) {
2250
2234
  var R = t.focus;
2251
- return R === "center" ? (f() - u(w, !0)) / 2 : +R * u(w) || 0;
2235
+ return R === "center" ? (v() - l(w, !0)) / 2 : +R * l(w) || 0;
2252
2236
  }
2253
2237
  function Q(w) {
2254
- return I(w ? n.Controller.getEnd() : 0, !!t.trimSpace);
2238
+ return C(w ? n.Controller.getEnd() : 0, !!t.trimSpace);
2255
2239
  }
2256
- function x(w) {
2257
- var R = d(F(B(), w));
2258
- return w ? R >= 0 : R <= _[v("scrollWidth")] - ge(p)[v("width")];
2240
+ function B(w) {
2241
+ var R = d(F(x(), w));
2242
+ return w ? R >= 0 : R <= _[f("scrollWidth")] - ge(p)[f("width")];
2259
2243
  }
2260
2244
  function N(w, R) {
2261
- R = St(R) ? B() : R;
2245
+ R = St(R) ? x() : R;
2262
2246
  var W = w !== !0 && d(R) < d(Q(!1)), de = w !== !1 && d(R) > d(Q(!0));
2263
2247
  return W || de;
2264
2248
  }
2265
2249
  return {
2266
2250
  mount: P,
2267
- move: C,
2251
+ move: I,
2268
2252
  jump: A,
2269
2253
  translate: L,
2270
2254
  shift: F,
2271
2255
  cancel: T,
2272
2256
  toIndex: $,
2273
- toPosition: I,
2274
- getPosition: B,
2257
+ toPosition: C,
2258
+ getPosition: x,
2275
2259
  getLimit: Q,
2276
2260
  exceededLimit: N,
2277
2261
  reposition: E
2278
2262
  };
2279
2263
  }
2280
- function Cs(e, n, t) {
2281
- var a = te(e), r = a.on, l = a.emit, i = n.Move, c = i.getPosition, u = i.getLimit, o = i.toPosition, s = n.Slides, f = s.isEnough, h = s.getLength, g = t.omitEnd, v = e.is(ot), d = e.is(at), S = X(B, !1), _ = X(B, !0), p = t.start || 0, y, P = p, E, C, A;
2264
+ function ks(e, n, t) {
2265
+ var a = te(e), r = a.on, s = a.emit, o = n.Move, u = o.getPosition, l = o.getLimit, i = o.toPosition, c = n.Slides, v = c.isEnough, g = c.getLength, h = t.omitEnd, f = e.is(ot), d = e.is(at), S = X(x, !1), _ = X(x, !0), p = t.start || 0, y, P = p, E, I, A;
2282
2266
  function L() {
2283
- Y(), r([ve, ie, xt], Y), r(Yt, F);
2267
+ Y(), r([ve, ie, Bt], Y), r(Yt, F);
2284
2268
  }
2285
2269
  function Y() {
2286
- E = h(!0), C = t.perMove, A = t.perPage, y = x();
2287
- var k = Xe(p, 0, g ? y : E - 1);
2288
- k !== p && (p = k, i.reposition());
2270
+ E = g(!0), I = t.perMove, A = t.perPage, y = B();
2271
+ var k = Xe(p, 0, h ? y : E - 1);
2272
+ k !== p && (p = k, o.reposition());
2289
2273
  }
2290
2274
  function F() {
2291
- y !== x() && l(xt);
2275
+ y !== B() && s(Bt);
2292
2276
  }
2293
2277
  function T(k, q, me) {
2294
2278
  if (!Ne()) {
2295
- var re = I(k), fe = Q(re);
2296
- fe > -1 && (q || fe !== p) && (W(fe), i.move(re, fe, P, me));
2279
+ var re = C(k), fe = Q(re);
2280
+ fe > -1 && (q || fe !== p) && (W(fe), o.move(re, fe, P, me));
2297
2281
  }
2298
2282
  }
2299
2283
  function $(k, q, me, re) {
2300
2284
  n.Scroll.scroll(k, q, me, function() {
2301
- var fe = Q(i.toIndex(c()));
2302
- W(g ? xe(fe, y) : fe), re && re();
2285
+ var fe = Q(o.toIndex(u()));
2286
+ W(h ? Be(fe, y) : fe), re && re();
2303
2287
  });
2304
2288
  }
2305
- function I(k) {
2289
+ function C(k) {
2306
2290
  var q = p;
2307
2291
  if (Ve(k)) {
2308
2292
  var me = k.match(/([+\-<>])(\d+)?/) || [], re = me[1], fe = me[2];
2309
2293
  re === "+" || re === "-" ? q = U(p + +("" + re + (+fe || 1)), p) : re === ">" ? q = fe ? N(+fe) : S(!0) : re === "<" && (q = _(!0));
2310
2294
  } else
2311
- q = v ? k : Xe(k, 0, y);
2295
+ q = f ? k : Xe(k, 0, y);
2312
2296
  return q;
2313
2297
  }
2314
- function B(k, q) {
2315
- var me = C || (ue() ? 1 : A), re = U(p + me * (k ? -1 : 1), p, !(C || ue()));
2316
- return re === -1 && d && !Ea(c(), u(!k), 1) ? k ? 0 : y : q ? re : Q(re);
2298
+ function x(k, q) {
2299
+ var me = I || (le() ? 1 : A), re = U(p + me * (k ? -1 : 1), p, !(I || le()));
2300
+ return re === -1 && d && !Ea(u(), l(!k), 1) ? k ? 0 : y : q ? re : Q(re);
2317
2301
  }
2318
2302
  function U(k, q, me) {
2319
- if (f() || ue()) {
2320
- var re = ne(k);
2321
- re !== k && (q = k, k = re, me = !1), k < 0 || k > y ? !C && (Rt(0, k, q, !0) || Rt(y, q, k, !0)) ? k = N(w(k)) : v ? k = me ? k < 0 ? -(E % A || A) : E : k : t.rewind ? k = k < 0 ? y : 0 : k = -1 : me && k !== q && (k = N(w(q) + (k < q ? -1 : 1)));
2303
+ if (v() || le()) {
2304
+ var re = ae(k);
2305
+ re !== k && (q = k, k = re, me = !1), k < 0 || k > y ? !I && (Rt(0, k, q, !0) || Rt(y, q, k, !0)) ? k = N(w(k)) : f ? k = me ? k < 0 ? -(E % A || A) : E : k : t.rewind ? k = k < 0 ? y : 0 : k = -1 : me && k !== q && (k = N(w(q) + (k < q ? -1 : 1)));
2322
2306
  } else
2323
2307
  k = -1;
2324
2308
  return k;
2325
2309
  }
2326
- function ne(k) {
2310
+ function ae(k) {
2327
2311
  if (d && t.trimSpace === "move" && k !== p)
2328
- for (var q = c(); q === o(k, !0) && Rt(k, 0, e.length - 1, !t.rewind); )
2312
+ for (var q = u(); q === i(k, !0) && Rt(k, 0, e.length - 1, !t.rewind); )
2329
2313
  k < p ? --k : ++k;
2330
2314
  return k;
2331
2315
  }
2332
2316
  function Q(k) {
2333
- return v ? (k + E) % E || 0 : k;
2317
+ return f ? (k + E) % E || 0 : k;
2334
2318
  }
2335
- function x() {
2336
- for (var k = E - (ue() || v && C ? 1 : A); g && k-- > 0; )
2337
- if (o(E - 1, !0) !== o(k, !0)) {
2319
+ function B() {
2320
+ for (var k = E - (le() || f && I ? 1 : A); h && k-- > 0; )
2321
+ if (i(E - 1, !0) !== i(k, !0)) {
2338
2322
  k++;
2339
2323
  break;
2340
2324
  }
2341
2325
  return Xe(k, 0, E - 1);
2342
2326
  }
2343
2327
  function N(k) {
2344
- return Xe(ue() ? k : A * k, 0, y);
2328
+ return Xe(le() ? k : A * k, 0, y);
2345
2329
  }
2346
2330
  function w(k) {
2347
- return ue() ? xe(k, y) : Vt((k >= y ? E - 1 : k) / A);
2331
+ return le() ? Be(k, y) : Vt((k >= y ? E - 1 : k) / A);
2348
2332
  }
2349
2333
  function R(k) {
2350
- var q = i.toIndex(k);
2334
+ var q = o.toIndex(k);
2351
2335
  return d ? Xe(q, 0, y) : q;
2352
2336
  }
2353
2337
  function W(k) {
@@ -2356,7 +2340,7 @@ function Cs(e, n, t) {
2356
2340
  function de(k) {
2357
2341
  return k ? P : p;
2358
2342
  }
2359
- function ue() {
2343
+ function le() {
2360
2344
  return !St(t.focus) || t.isNavigation;
2361
2345
  }
2362
2346
  function Ne() {
@@ -2368,153 +2352,153 @@ function Cs(e, n, t) {
2368
2352
  scroll: $,
2369
2353
  getNext: S,
2370
2354
  getPrev: _,
2371
- getAdjacent: B,
2372
- getEnd: x,
2355
+ getAdjacent: x,
2356
+ getEnd: B,
2373
2357
  setIndex: W,
2374
2358
  getIndex: de,
2375
2359
  toIndex: N,
2376
2360
  toPage: w,
2377
2361
  toDest: R,
2378
- hasFocus: ue,
2362
+ hasFocus: le,
2379
2363
  isBusy: Ne
2380
2364
  };
2381
2365
  }
2382
- var Is = "http://www.w3.org/2000/svg", Ds = "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", Dt = 40;
2383
- function Ls(e, n, t) {
2384
- var a = te(e), r = a.on, l = a.bind, i = a.emit, c = t.classes, u = t.i18n, o = n.Elements, s = n.Controller, f = o.arrows, h = o.track, g = f, v = o.prev, d = o.next, S, _, p = {};
2366
+ var ws = "http://www.w3.org/2000/svg", Ms = "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", Dt = 40;
2367
+ function Ts(e, n, t) {
2368
+ var a = te(e), r = a.on, s = a.bind, o = a.emit, u = t.classes, l = t.i18n, i = n.Elements, c = n.Controller, v = i.arrows, g = i.track, h = v, f = i.prev, d = i.next, S, _, p = {};
2385
2369
  function y() {
2386
2370
  E(), r(ve, P);
2387
2371
  }
2388
2372
  function P() {
2389
- C(), y();
2373
+ I(), y();
2390
2374
  }
2391
2375
  function E() {
2392
2376
  var $ = t.arrows;
2393
- $ && !(v && d) && Y(), v && d && (pt(p, {
2394
- prev: v,
2377
+ $ && !(f && d) && Y(), f && d && (pt(p, {
2378
+ prev: f,
2395
2379
  next: d
2396
- }), yt(g, $ ? "" : "none"), Me(g, _ = Rn + "--" + t.direction), $ && (A(), T(), z([v, d], $t, h.id), i(Ca, v, d)));
2380
+ }), yt(h, $ ? "" : "none"), Me(h, _ = Rn + "--" + t.direction), $ && (A(), T(), z([f, d], $t, g.id), o(Ia, f, d)));
2397
2381
  }
2398
- function C() {
2399
- a.destroy(), De(g, _), S ? (He(f ? [v, d] : g), v = d = null) : Te([v, d], On);
2382
+ function I() {
2383
+ a.destroy(), De(h, _), S ? (He(v ? [f, d] : h), f = d = null) : Te([f, d], On);
2400
2384
  }
2401
2385
  function A() {
2402
- r([ze, it, ie, Ke, xt], T), l(d, "click", X(L, ">")), l(v, "click", X(L, "<"));
2386
+ r([ze, it, ie, Ke, Bt], T), s(d, "click", X(L, ">")), s(f, "click", X(L, "<"));
2403
2387
  }
2404
2388
  function L($) {
2405
- s.go($, !0);
2389
+ c.go($, !0);
2406
2390
  }
2407
2391
  function Y() {
2408
- g = f || Qe("div", c.arrows), v = F(!0), d = F(!1), S = !0, wt(g, [v, d]), !f && bn(g, h);
2392
+ h = v || Qe("div", u.arrows), f = F(!0), d = F(!1), S = !0, wt(h, [f, d]), !v && bn(h, g);
2409
2393
  }
2410
2394
  function F($) {
2411
- var I = '<button class="' + c.arrow + " " + ($ ? c.prev : c.next) + '" type="button"><svg xmlns="' + Is + '" viewBox="0 0 ' + Dt + " " + Dt + '" width="' + Dt + '" height="' + Dt + '" focusable="false"><path d="' + (t.arrowPath || Ds) + '" />';
2412
- return pa(I);
2395
+ var C = '<button class="' + u.arrow + " " + ($ ? u.prev : u.next) + '" type="button"><svg xmlns="' + ws + '" viewBox="0 0 ' + Dt + " " + Dt + '" width="' + Dt + '" height="' + Dt + '" focusable="false"><path d="' + (t.arrowPath || Ms) + '" />';
2396
+ return pa(C);
2413
2397
  }
2414
2398
  function T() {
2415
- if (v && d) {
2416
- var $ = e.index, I = s.getPrev(), B = s.getNext(), U = I > -1 && $ < I ? u.last : u.prev, ne = B > -1 && $ > B ? u.first : u.next;
2417
- v.disabled = I < 0, d.disabled = B < 0, z(v, _e, U), z(d, _e, ne), i(Ia, v, d, I, B);
2399
+ if (f && d) {
2400
+ var $ = e.index, C = c.getPrev(), x = c.getNext(), U = C > -1 && $ < C ? l.last : l.prev, ae = x > -1 && $ > x ? l.first : l.next;
2401
+ f.disabled = C < 0, d.disabled = x < 0, z(f, _e, U), z(d, _e, ae), o(Ca, f, d, C, x);
2418
2402
  }
2419
2403
  }
2420
2404
  return {
2421
2405
  arrows: p,
2422
2406
  mount: y,
2423
- destroy: C,
2407
+ destroy: I,
2424
2408
  update: T
2425
2409
  };
2426
2410
  }
2427
- var Os = Sn + "-interval";
2428
- function Rs(e, n, t) {
2429
- var a = te(e), r = a.on, l = a.bind, i = a.emit, c = Gt(t.interval, e.go.bind(e, ">"), A), u = c.isPaused, o = n.Elements, s = n.Elements, f = s.root, h = s.toggle, g = t.autoplay, v, d, S = g === "pause";
2411
+ var $s = Sn + "-interval";
2412
+ function Is(e, n, t) {
2413
+ var a = te(e), r = a.on, s = a.bind, o = a.emit, u = Gt(t.interval, e.go.bind(e, ">"), A), l = u.isPaused, i = n.Elements, c = n.Elements, v = c.root, g = c.toggle, h = t.autoplay, f, d, S = h === "pause";
2430
2414
  function _() {
2431
- g && (p(), h && z(h, $t, o.track.id), S || y(), C());
2415
+ h && (p(), g && z(g, $t, i.track.id), S || y(), I());
2432
2416
  }
2433
2417
  function p() {
2434
- t.pauseOnHover && l(f, "mouseenter mouseleave", function(Y) {
2435
- v = Y.type === "mouseenter", E();
2436
- }), t.pauseOnFocus && l(f, "focusin focusout", function(Y) {
2418
+ t.pauseOnHover && s(v, "mouseenter mouseleave", function(Y) {
2419
+ f = Y.type === "mouseenter", E();
2420
+ }), t.pauseOnFocus && s(v, "focusin focusout", function(Y) {
2437
2421
  d = Y.type === "focusin", E();
2438
- }), h && l(h, "click", function() {
2422
+ }), g && s(g, "click", function() {
2439
2423
  S ? y() : P(!0);
2440
- }), r([Re, Ut, ie], c.rewind), r(Re, L);
2424
+ }), r([Re, Ut, ie], u.rewind), r(Re, L);
2441
2425
  }
2442
2426
  function y() {
2443
- u() && n.Slides.isEnough() && (c.start(!t.resetProgress), d = v = S = !1, C(), i($n));
2427
+ l() && n.Slides.isEnough() && (u.start(!t.resetProgress), d = f = S = !1, I(), o($n));
2444
2428
  }
2445
2429
  function P(Y) {
2446
- Y === void 0 && (Y = !0), S = !!Y, C(), u() || (c.pause(), i(Cn));
2430
+ Y === void 0 && (Y = !0), S = !!Y, I(), l() || (u.pause(), o(In));
2447
2431
  }
2448
2432
  function E() {
2449
- S || (v || d ? P(!1) : y());
2433
+ S || (f || d ? P(!1) : y());
2450
2434
  }
2451
- function C() {
2452
- h && (Ie(h, je, !S), z(h, _e, t.i18n[S ? "play" : "pause"]));
2435
+ function I() {
2436
+ g && (Ce(g, je, !S), z(g, _e, t.i18n[S ? "play" : "pause"]));
2453
2437
  }
2454
2438
  function A(Y) {
2455
- var F = o.bar;
2456
- F && be(F, "width", Y * 100 + "%"), i(Oa, Y);
2439
+ var F = i.bar;
2440
+ F && be(F, "width", Y * 100 + "%"), o(Oa, Y);
2457
2441
  }
2458
2442
  function L(Y) {
2459
2443
  var F = n.Slides.getAt(Y);
2460
- c.set(F && +Ae(F.slide, Os) || t.interval);
2444
+ u.set(F && +Ae(F.slide, $s) || t.interval);
2461
2445
  }
2462
2446
  return {
2463
2447
  mount: _,
2464
- destroy: c.cancel,
2448
+ destroy: u.cancel,
2465
2449
  play: y,
2466
2450
  pause: P,
2467
- isPaused: u
2451
+ isPaused: l
2468
2452
  };
2469
2453
  }
2470
- function Ns(e, n, t) {
2454
+ function Cs(e, n, t) {
2471
2455
  var a = te(e), r = a.on;
2472
- function l() {
2473
- t.cover && (r(In, X(c, !0)), r([ze, ve, ie], X(i, !0)));
2456
+ function s() {
2457
+ t.cover && (r(Cn, X(u, !0)), r([ze, ve, ie], X(o, !0)));
2474
2458
  }
2475
- function i(u) {
2476
- n.Slides.forEach(function(o) {
2477
- var s = Mt(o.container || o.slide, "img");
2478
- s && s.src && c(u, s, o);
2459
+ function o(l) {
2460
+ n.Slides.forEach(function(i) {
2461
+ var c = Mt(i.container || i.slide, "img");
2462
+ c && c.src && u(l, c, i);
2479
2463
  });
2480
2464
  }
2481
- function c(u, o, s) {
2482
- s.style("background", u ? 'center/cover no-repeat url("' + o.src + '")' : "", !0), yt(o, u ? "none" : "");
2465
+ function u(l, i, c) {
2466
+ c.style("background", l ? 'center/cover no-repeat url("' + i.src + '")' : "", !0), yt(i, l ? "none" : "");
2483
2467
  }
2484
2468
  return {
2485
- mount: l,
2486
- destroy: X(i, !1)
2469
+ mount: s,
2470
+ destroy: X(o, !1)
2487
2471
  };
2488
2472
  }
2489
- var Ps = 10, Fs = 600, Vs = 0.6, xs = 1.5, Bs = 800;
2490
- function zs(e, n, t) {
2491
- var a = te(e), r = a.on, l = a.emit, i = e.state.set, c = n.Move, u = c.getPosition, o = c.getLimit, s = c.exceededLimit, f = c.translate, h = e.is(at), g, v, d = 1;
2473
+ var Ds = 10, Ls = 600, Os = 0.6, Rs = 1.5, Ns = 800;
2474
+ function Ps(e, n, t) {
2475
+ var a = te(e), r = a.on, s = a.emit, o = e.state.set, u = n.Move, l = u.getPosition, i = u.getLimit, c = u.exceededLimit, v = u.translate, g = e.is(at), h, f, d = 1;
2492
2476
  function S() {
2493
2477
  r(Re, P), r([ve, ie], E);
2494
2478
  }
2495
2479
  function _(A, L, Y, F, T) {
2496
- var $ = u();
2497
- if (P(), Y && (!h || !s())) {
2498
- var I = n.Layout.sliderSize(), B = un(A) * I * Vt(he(A) / I) || 0;
2499
- A = c.toPosition(n.Controller.toDest(A % I)) + B;
2480
+ var $ = l();
2481
+ if (P(), Y && (!g || !c())) {
2482
+ var C = n.Layout.sliderSize(), x = un(A) * C * Vt(he(A) / C) || 0;
2483
+ A = u.toPosition(n.Controller.toDest(A % C)) + x;
2500
2484
  }
2501
2485
  var U = Ea($, A, 1);
2502
- d = 1, L = U ? 0 : L || Ft(he(A - $) / xs, Bs), v = F, g = Gt(L, p, X(y, $, A, T), 1), i(At), l(Ut), g.start();
2486
+ d = 1, L = U ? 0 : L || Ft(he(A - $) / Rs, Ns), f = F, h = Gt(L, p, X(y, $, A, T), 1), o(At), s(Ut), h.start();
2503
2487
  }
2504
2488
  function p() {
2505
- i(tt), v && v(), l(Ke);
2489
+ o(tt), f && f(), s(Ke);
2506
2490
  }
2507
2491
  function y(A, L, Y, F) {
2508
- var T = u(), $ = A + (L - A) * C(F), I = ($ - T) * d;
2509
- f(T + I), h && !Y && s() && (d *= Vs, he(I) < Ps && _(o(s(!0)), Fs, !1, v, !0));
2492
+ var T = l(), $ = A + (L - A) * I(F), C = ($ - T) * d;
2493
+ v(T + C), g && !Y && c() && (d *= Os, he(C) < Ds && _(i(c(!0)), Ls, !1, f, !0));
2510
2494
  }
2511
2495
  function P() {
2512
- g && g.cancel();
2496
+ h && h.cancel();
2513
2497
  }
2514
2498
  function E() {
2515
- g && !g.isPaused() && (P(), p());
2499
+ h && !h.isPaused() && (P(), p());
2516
2500
  }
2517
- function C(A) {
2501
+ function I(A) {
2518
2502
  var L = t.easingFunc;
2519
2503
  return L ? L(A) : 1 - Math.pow(1 - A, 4);
2520
2504
  }
@@ -2529,63 +2513,63 @@ var Ze = {
2529
2513
  passive: !1,
2530
2514
  capture: !0
2531
2515
  };
2532
- function Ys(e, n, t) {
2533
- var a = te(e), r = a.on, l = a.emit, i = a.bind, c = a.unbind, u = e.state, o = n.Move, s = n.Scroll, f = n.Controller, h = n.Elements.track, g = n.Media.reduce, v = n.Direction, d = v.resolve, S = v.orient, _ = o.getPosition, p = o.exceededLimit, y, P, E, C, A, L = !1, Y, F, T;
2516
+ function Fs(e, n, t) {
2517
+ var a = te(e), r = a.on, s = a.emit, o = a.bind, u = a.unbind, l = e.state, i = n.Move, c = n.Scroll, v = n.Controller, g = n.Elements.track, h = n.Media.reduce, f = n.Direction, d = f.resolve, S = f.orient, _ = i.getPosition, p = i.exceededLimit, y, P, E, I, A, L = !1, Y, F, T;
2534
2518
  function $() {
2535
- i(h, tn, sn, Ze), i(h, nn, sn, Ze), i(h, qa, B, Ze), i(h, "click", Q, {
2519
+ o(g, tn, sn, Ze), o(g, nn, sn, Ze), o(g, qa, x, Ze), o(g, "click", Q, {
2536
2520
  capture: !0
2537
- }), i(h, "dragstart", Ce), r([ze, ve], I);
2521
+ }), o(g, "dragstart", Ie), r([ze, ve], C);
2538
2522
  }
2539
- function I() {
2523
+ function C() {
2540
2524
  var D = t.drag;
2541
- Vn(!D), C = D === "free";
2525
+ Vn(!D), I = D === "free";
2542
2526
  }
2543
- function B(D) {
2527
+ function x(D) {
2544
2528
  if (Y = !1, !F) {
2545
2529
  var Z = fe(D);
2546
- re(D.target) && (Z || !D.button) && (f.isBusy() ? Ce(D, !0) : (T = Z ? h : window, A = u.is([rt, At]), E = null, i(T, tn, U, Ze), i(T, nn, ne, Ze), o.cancel(), s.cancel(), x(D)));
2530
+ re(D.target) && (Z || !D.button) && (v.isBusy() ? Ie(D, !0) : (T = Z ? g : window, A = l.is([rt, At]), E = null, o(T, tn, U, Ze), o(T, nn, ae, Ze), i.cancel(), c.cancel(), B(D)));
2547
2531
  }
2548
2532
  }
2549
2533
  function U(D) {
2550
- if (u.is(Lt) || (u.set(Lt), l(Ma)), D.cancelable)
2534
+ if (l.is(Lt) || (l.set(Lt), s(Ma)), D.cancelable)
2551
2535
  if (A) {
2552
- o.translate(y + me(ue(D)));
2536
+ i.translate(y + me(le(D)));
2553
2537
  var Z = Ne(D) > Zn, Ue = L !== (L = p());
2554
- (Z || Ue) && x(D), Y = !0, l(Ta), Ce(D);
2555
- } else R(D) && (A = w(D), Ce(D));
2538
+ (Z || Ue) && B(D), Y = !0, s(Ta), Ie(D);
2539
+ } else R(D) && (A = w(D), Ie(D));
2556
2540
  }
2557
- function ne(D) {
2558
- u.is(Lt) && (u.set(tt), l($a)), A && (N(D), Ce(D)), c(T, tn, U), c(T, nn, ne), A = !1;
2541
+ function ae(D) {
2542
+ l.is(Lt) && (l.set(tt), s($a)), A && (N(D), Ie(D)), u(T, tn, U), u(T, nn, ae), A = !1;
2559
2543
  }
2560
2544
  function Q(D) {
2561
- !F && Y && Ce(D, !0);
2545
+ !F && Y && Ie(D, !0);
2562
2546
  }
2563
- function x(D) {
2547
+ function B(D) {
2564
2548
  E = P, P = D, y = _();
2565
2549
  }
2566
2550
  function N(D) {
2567
2551
  var Z = W(D), Ue = de(Z), st = t.rewind && t.rewindByDrag;
2568
- g(!1), C ? f.scroll(Ue, 0, t.snap) : e.is(Ct) ? f.go(S(un(Z)) < 0 ? st ? "<" : "-" : st ? ">" : "+") : e.is(at) && L && st ? f.go(p(!0) ? ">" : "<") : f.go(f.toDest(Ue), !0), g(!0);
2552
+ h(!1), I ? v.scroll(Ue, 0, t.snap) : e.is(It) ? v.go(S(un(Z)) < 0 ? st ? "<" : "-" : st ? ">" : "+") : e.is(at) && L && st ? v.go(p(!0) ? ">" : "<") : v.go(v.toDest(Ue), !0), h(!0);
2569
2553
  }
2570
2554
  function w(D) {
2571
2555
  var Z = t.dragMinThreshold, Ue = ht(Z), st = Ue && Z.mouse || 0, Ja = (Ue ? Z.touch : +Z) || 10;
2572
- return he(ue(D)) > (fe(D) ? Ja : st);
2556
+ return he(le(D)) > (fe(D) ? Ja : st);
2573
2557
  }
2574
2558
  function R(D) {
2575
- return he(ue(D)) > he(ue(D, !0));
2559
+ return he(le(D)) > he(le(D, !0));
2576
2560
  }
2577
2561
  function W(D) {
2578
2562
  if (e.is(ot) || !L) {
2579
2563
  var Z = Ne(D);
2580
2564
  if (Z && Z < Zn)
2581
- return ue(D) / Z;
2565
+ return le(D) / Z;
2582
2566
  }
2583
2567
  return 0;
2584
2568
  }
2585
2569
  function de(D) {
2586
- return _() + un(D) * xe(he(D) * (t.flickPower || 600), C ? 1 / 0 : n.Layout.listSize() * (t.flickMaxPages || 1));
2570
+ return _() + un(D) * Be(he(D) * (t.flickPower || 600), I ? 1 / 0 : n.Layout.listSize() * (t.flickMaxPages || 1));
2587
2571
  }
2588
- function ue(D, Z) {
2572
+ function le(D, Z) {
2589
2573
  return q(D, Z) - q(k(D), Z);
2590
2574
  }
2591
2575
  function Ne(D) {
@@ -2598,7 +2582,7 @@ function Ys(e, n, t) {
2598
2582
  return (fe(D) ? D.changedTouches[0] : D)["page" + d(Z ? "Y" : "X")];
2599
2583
  }
2600
2584
  function me(D) {
2601
- return D / (L && e.is(at) ? bs : 1);
2585
+ return D / (L && e.is(at) ? gs : 1);
2602
2586
  }
2603
2587
  function re(D) {
2604
2588
  var Z = t.noDrag;
@@ -2619,7 +2603,7 @@ function Ys(e, n, t) {
2619
2603
  isDragging: Za
2620
2604
  };
2621
2605
  }
2622
- var Us = {
2606
+ var Vs = {
2623
2607
  Spacebar: " ",
2624
2608
  Right: jt,
2625
2609
  Left: Ht,
@@ -2627,141 +2611,141 @@ var Us = {
2627
2611
  Down: Fa
2628
2612
  };
2629
2613
  function Nn(e) {
2630
- return e = Ve(e) ? e : e.key, Us[e] || e;
2614
+ return e = Ve(e) ? e : e.key, Vs[e] || e;
2631
2615
  }
2632
2616
  var Jn = "keydown";
2633
- function Gs(e, n, t) {
2634
- var a = te(e), r = a.on, l = a.bind, i = a.unbind, c = e.root, u = n.Direction.resolve, o, s;
2635
- function f() {
2636
- h(), r(ve, g), r(ve, h), r(Re, d);
2617
+ function Bs(e, n, t) {
2618
+ var a = te(e), r = a.on, s = a.bind, o = a.unbind, u = e.root, l = n.Direction.resolve, i, c;
2619
+ function v() {
2620
+ g(), r(ve, h), r(ve, g), r(Re, d);
2637
2621
  }
2638
- function h() {
2622
+ function g() {
2639
2623
  var _ = t.keyboard;
2640
- _ && (o = _ === "global" ? window : c, l(o, Jn, S));
2624
+ _ && (i = _ === "global" ? window : u, s(i, Jn, S));
2641
2625
  }
2642
- function g() {
2643
- i(o, Jn);
2626
+ function h() {
2627
+ o(i, Jn);
2644
2628
  }
2645
- function v(_) {
2646
- s = _;
2629
+ function f(_) {
2630
+ c = _;
2647
2631
  }
2648
2632
  function d() {
2649
- var _ = s;
2650
- s = !0, va(function() {
2651
- s = _;
2633
+ var _ = c;
2634
+ c = !0, va(function() {
2635
+ c = _;
2652
2636
  });
2653
2637
  }
2654
2638
  function S(_) {
2655
- if (!s) {
2639
+ if (!c) {
2656
2640
  var p = Nn(_);
2657
- p === u(Ht) ? e.go("<") : p === u(jt) && e.go(">");
2641
+ p === l(Ht) ? e.go("<") : p === l(jt) && e.go(">");
2658
2642
  }
2659
2643
  }
2660
2644
  return {
2661
- mount: f,
2662
- destroy: g,
2663
- disable: v
2645
+ mount: v,
2646
+ destroy: h,
2647
+ disable: f
2664
2648
  };
2665
2649
  }
2666
- var vt = Sn + "-lazy", Nt = vt + "-srcset", Ws = "[" + vt + "], [" + Nt + "]";
2667
- function Hs(e, n, t) {
2668
- var a = te(e), r = a.on, l = a.off, i = a.bind, c = a.emit, u = t.lazyLoad === "sequential", o = [it, Ke], s = [];
2669
- function f() {
2670
- t.lazyLoad && (h(), r(ie, h));
2671
- }
2672
- function h() {
2673
- Oe(s), g(), u ? _() : (l(o), r(o, v), v());
2650
+ var vt = Sn + "-lazy", Nt = vt + "-srcset", xs = "[" + vt + "], [" + Nt + "]";
2651
+ function zs(e, n, t) {
2652
+ var a = te(e), r = a.on, s = a.off, o = a.bind, u = a.emit, l = t.lazyLoad === "sequential", i = [it, Ke], c = [];
2653
+ function v() {
2654
+ t.lazyLoad && (g(), r(ie, g));
2674
2655
  }
2675
2656
  function g() {
2657
+ Oe(c), h(), l ? _() : (s(i), r(i, f), f());
2658
+ }
2659
+ function h() {
2676
2660
  n.Slides.forEach(function(p) {
2677
- An(p.slide, Ws).forEach(function(y) {
2661
+ An(p.slide, xs).forEach(function(y) {
2678
2662
  var P = Ae(y, vt), E = Ae(y, Nt);
2679
2663
  if (P !== y.src || E !== y.srcset) {
2680
- var C = t.classes.spinner, A = y.parentElement, L = Mt(A, "." + C) || Qe("span", C, A);
2681
- s.push([y, p, L]), y.src || yt(y, "none");
2664
+ var I = t.classes.spinner, A = y.parentElement, L = Mt(A, "." + I) || Qe("span", I, A);
2665
+ c.push([y, p, L]), y.src || yt(y, "none");
2682
2666
  }
2683
2667
  });
2684
2668
  });
2685
2669
  }
2686
- function v() {
2687
- s = s.filter(function(p) {
2670
+ function f() {
2671
+ c = c.filter(function(p) {
2688
2672
  var y = t.perPage * ((t.preloadPages || 1) + 1) - 1;
2689
2673
  return p[1].isWithin(e.index, y) ? d(p) : !0;
2690
- }), s.length || l(o);
2674
+ }), c.length || s(i);
2691
2675
  }
2692
2676
  function d(p) {
2693
2677
  var y = p[0];
2694
- Me(p[1].slide, fn), i(y, "load error", X(S, p)), z(y, "src", Ae(y, vt)), z(y, "srcset", Ae(y, Nt)), Te(y, vt), Te(y, Nt);
2678
+ Me(p[1].slide, fn), o(y, "load error", X(S, p)), z(y, "src", Ae(y, vt)), z(y, "srcset", Ae(y, Nt)), Te(y, vt), Te(y, Nt);
2695
2679
  }
2696
2680
  function S(p, y) {
2697
2681
  var P = p[0], E = p[1];
2698
- De(E.slide, fn), y.type !== "error" && (He(p[2]), yt(P, ""), c(In, P, E), c(nt)), u && _();
2682
+ De(E.slide, fn), y.type !== "error" && (He(p[2]), yt(P, ""), u(Cn, P, E), u(nt)), l && _();
2699
2683
  }
2700
2684
  function _() {
2701
- s.length && d(s.shift());
2685
+ c.length && d(c.shift());
2702
2686
  }
2703
2687
  return {
2704
- mount: f,
2705
- destroy: X(Oe, s),
2706
- check: v
2688
+ mount: v,
2689
+ destroy: X(Oe, c),
2690
+ check: f
2707
2691
  };
2708
2692
  }
2709
- function js(e, n, t) {
2710
- var a = te(e), r = a.on, l = a.emit, i = a.bind, c = n.Slides, u = n.Elements, o = n.Controller, s = o.hasFocus, f = o.getIndex, h = o.go, g = n.Direction.resolve, v = u.pagination, d = [], S, _;
2693
+ function Ys(e, n, t) {
2694
+ var a = te(e), r = a.on, s = a.emit, o = a.bind, u = n.Slides, l = n.Elements, i = n.Controller, c = i.hasFocus, v = i.getIndex, g = i.go, h = n.Direction.resolve, f = l.pagination, d = [], S, _;
2711
2695
  function p() {
2712
- y(), r([ve, ie, xt], p);
2696
+ y(), r([ve, ie, Bt], p);
2713
2697
  var F = t.pagination;
2714
- v && yt(v, F ? "" : "none"), F && (r([Re, Ut, Ke], Y), P(), Y(), l(Da, {
2698
+ f && yt(f, F ? "" : "none"), F && (r([Re, Ut, Ke], Y), P(), Y(), s(Da, {
2715
2699
  list: S,
2716
2700
  items: d
2717
2701
  }, L(e.index)));
2718
2702
  }
2719
2703
  function y() {
2720
- S && (He(v ? Be(S.children) : S), De(S, _), Oe(d), S = null), a.destroy();
2704
+ S && (He(f ? xe(S.children) : S), De(S, _), Oe(d), S = null), a.destroy();
2721
2705
  }
2722
2706
  function P() {
2723
- var F = e.length, T = t.classes, $ = t.i18n, I = t.perPage, B = s() ? o.getEnd() + 1 : Et(F / I);
2724
- S = v || Qe("ul", T.pagination, u.track.parentElement), Me(S, _ = Zt + "--" + A()), z(S, Le, "tablist"), z(S, _e, $.select), z(S, Ln, A() === qt ? "vertical" : "");
2725
- for (var U = 0; U < B; U++) {
2726
- var ne = Qe("li", null, S), Q = Qe("button", {
2707
+ var F = e.length, T = t.classes, $ = t.i18n, C = t.perPage, x = c() ? i.getEnd() + 1 : Et(F / C);
2708
+ S = f || Qe("ul", T.pagination, l.track.parentElement), Me(S, _ = Zt + "--" + A()), z(S, Le, "tablist"), z(S, _e, $.select), z(S, Ln, A() === qt ? "vertical" : "");
2709
+ for (var U = 0; U < x; U++) {
2710
+ var ae = Qe("li", null, S), Q = Qe("button", {
2727
2711
  class: T.page,
2728
2712
  type: "button"
2729
- }, ne), x = c.getIn(U).map(function(w) {
2713
+ }, ae), B = u.getIn(U).map(function(w) {
2730
2714
  return w.slide.id;
2731
- }), N = !s() && I > 1 ? $.pageX : $.slideX;
2732
- i(Q, "click", X(E, U)), t.paginationKeyboard && i(Q, "keydown", X(C, U)), z(ne, Le, "presentation"), z(Q, Le, "tab"), z(Q, $t, x.join(" ")), z(Q, _e, cn(N, U + 1)), z(Q, et, -1), d.push({
2733
- li: ne,
2715
+ }), N = !c() && C > 1 ? $.pageX : $.slideX;
2716
+ o(Q, "click", X(E, U)), t.paginationKeyboard && o(Q, "keydown", X(I, U)), z(ae, Le, "presentation"), z(Q, Le, "tab"), z(Q, $t, B.join(" ")), z(Q, _e, cn(N, U + 1)), z(Q, et, -1), d.push({
2717
+ li: ae,
2734
2718
  button: Q,
2735
2719
  page: U
2736
2720
  });
2737
2721
  }
2738
2722
  }
2739
2723
  function E(F) {
2740
- h(">" + F, !0);
2724
+ g(">" + F, !0);
2741
2725
  }
2742
- function C(F, T) {
2743
- var $ = d.length, I = Nn(T), B = A(), U = -1;
2744
- I === g(jt, !1, B) ? U = ++F % $ : I === g(Ht, !1, B) ? U = (--F + $) % $ : I === "Home" ? U = 0 : I === "End" && (U = $ - 1);
2745
- var ne = d[U];
2746
- ne && (_a(ne.button), h(">" + U), Ce(T, !0));
2726
+ function I(F, T) {
2727
+ var $ = d.length, C = Nn(T), x = A(), U = -1;
2728
+ C === h(jt, !1, x) ? U = ++F % $ : C === h(Ht, !1, x) ? U = (--F + $) % $ : C === "Home" ? U = 0 : C === "End" && (U = $ - 1);
2729
+ var ae = d[U];
2730
+ ae && (_a(ae.button), g(">" + U), Ie(T, !0));
2747
2731
  }
2748
2732
  function A() {
2749
2733
  return t.paginationDirection || t.direction;
2750
2734
  }
2751
2735
  function L(F) {
2752
- return d[o.toPage(F)];
2736
+ return d[i.toPage(F)];
2753
2737
  }
2754
2738
  function Y() {
2755
- var F = L(f(!0)), T = L(f());
2739
+ var F = L(v(!0)), T = L(v());
2756
2740
  if (F) {
2757
2741
  var $ = F.button;
2758
2742
  De($, je), Te($, Hn), z($, et, -1);
2759
2743
  }
2760
2744
  if (T) {
2761
- var I = T.button;
2762
- Me(I, je), z(I, Hn, !0), z(I, et, "");
2745
+ var C = T.button;
2746
+ Me(C, je), z(C, Hn, !0), z(C, et, "");
2763
2747
  }
2764
- l(La, {
2748
+ s(La, {
2765
2749
  list: S,
2766
2750
  items: d
2767
2751
  }, F, T);
@@ -2774,111 +2758,111 @@ function js(e, n, t) {
2774
2758
  update: Y
2775
2759
  };
2776
2760
  }
2777
- var qs = [" ", "Enter"];
2778
- function Ks(e, n, t) {
2779
- var a = t.isNavigation, r = t.slideFocus, l = [];
2780
- function i() {
2781
- e.splides.forEach(function(v) {
2782
- v.isParent || (o(e, v.splide), o(v.splide, e));
2783
- }), a && s();
2784
- }
2785
- function c() {
2786
- l.forEach(function(v) {
2787
- v.destroy();
2788
- }), Oe(l);
2761
+ var Us = [" ", "Enter"];
2762
+ function Gs(e, n, t) {
2763
+ var a = t.isNavigation, r = t.slideFocus, s = [];
2764
+ function o() {
2765
+ e.splides.forEach(function(f) {
2766
+ f.isParent || (i(e, f.splide), i(f.splide, e));
2767
+ }), a && c();
2789
2768
  }
2790
2769
  function u() {
2791
- c(), i();
2770
+ s.forEach(function(f) {
2771
+ f.destroy();
2772
+ }), Oe(s);
2792
2773
  }
2793
- function o(v, d) {
2794
- var S = te(v);
2774
+ function l() {
2775
+ u(), o();
2776
+ }
2777
+ function i(f, d) {
2778
+ var S = te(f);
2795
2779
  S.on(Re, function(_, p, y) {
2796
2780
  d.go(d.is(ot) ? y : _);
2797
- }), l.push(S);
2781
+ }), s.push(S);
2798
2782
  }
2799
- function s() {
2800
- var v = te(e), d = v.on;
2801
- d(wn, h), d(Ra, g), d([ze, ve], f), l.push(v), v.emit(Tn, e.splides);
2783
+ function c() {
2784
+ var f = te(e), d = f.on;
2785
+ d(wn, g), d(Ra, h), d([ze, ve], v), s.push(f), f.emit(Tn, e.splides);
2802
2786
  }
2803
- function f() {
2787
+ function v() {
2804
2788
  z(n.Elements.list, Ln, t.direction === qt ? "vertical" : "");
2805
2789
  }
2806
- function h(v) {
2807
- e.go(v.index);
2790
+ function g(f) {
2791
+ e.go(f.index);
2808
2792
  }
2809
- function g(v, d) {
2810
- En(qs, Nn(d)) && (h(v), Ce(d));
2793
+ function h(f, d) {
2794
+ En(Us, Nn(d)) && (g(f), Ie(d));
2811
2795
  }
2812
2796
  return {
2813
2797
  setup: X(n.Media.set, {
2814
2798
  slideFocus: St(r) ? a : r
2815
2799
  }, !0),
2816
- mount: i,
2817
- destroy: c,
2818
- remount: u
2800
+ mount: o,
2801
+ destroy: u,
2802
+ remount: l
2819
2803
  };
2820
2804
  }
2821
- function Xs(e, n, t) {
2822
- var a = te(e), r = a.bind, l = 0;
2823
- function i() {
2824
- t.wheel && r(n.Elements.track, "wheel", c, Ze);
2805
+ function Ws(e, n, t) {
2806
+ var a = te(e), r = a.bind, s = 0;
2807
+ function o() {
2808
+ t.wheel && r(n.Elements.track, "wheel", u, Ze);
2825
2809
  }
2826
- function c(o) {
2827
- if (o.cancelable) {
2828
- var s = o.deltaY, f = s < 0, h = ln(o), g = t.wheelMinThreshold || 0, v = t.wheelSleep || 0;
2829
- he(s) > g && h - l > v && (e.go(f ? "<" : ">"), l = h), u(f) && Ce(o);
2810
+ function u(i) {
2811
+ if (i.cancelable) {
2812
+ var c = i.deltaY, v = c < 0, g = ln(i), h = t.wheelMinThreshold || 0, f = t.wheelSleep || 0;
2813
+ he(c) > h && g - s > f && (e.go(v ? "<" : ">"), s = g), l(v) && Ie(i);
2830
2814
  }
2831
2815
  }
2832
- function u(o) {
2833
- return !t.releaseWheel || e.state.is(rt) || n.Controller.getAdjacent(o) !== -1;
2816
+ function l(i) {
2817
+ return !t.releaseWheel || e.state.is(rt) || n.Controller.getAdjacent(i) !== -1;
2834
2818
  }
2835
2819
  return {
2836
- mount: i
2820
+ mount: o
2837
2821
  };
2838
2822
  }
2839
- var Zs = 90;
2840
- function Js(e, n, t) {
2841
- var a = te(e), r = a.on, l = n.Elements.track, i = t.live && !t.isNavigation, c = Qe("span", gs), u = Gt(Zs, X(s, !1));
2842
- function o() {
2843
- i && (h(!n.Autoplay.isPaused()), z(l, Kn, !0), c.textContent = "…", r($n, X(h, !0)), r(Cn, X(h, !1)), r([it, Ke], X(s, !0)));
2823
+ var Hs = 90;
2824
+ function js(e, n, t) {
2825
+ var a = te(e), r = a.on, s = n.Elements.track, o = t.live && !t.isNavigation, u = Qe("span", ds), l = Gt(Hs, X(c, !1));
2826
+ function i() {
2827
+ o && (g(!n.Autoplay.isPaused()), z(s, Kn, !0), u.textContent = "…", r($n, X(g, !0)), r(In, X(g, !1)), r([it, Ke], X(c, !0)));
2844
2828
  }
2845
- function s(g) {
2846
- z(l, qn, g), g ? (wt(l, c), u.start()) : (He(c), u.cancel());
2829
+ function c(h) {
2830
+ z(s, qn, h), h ? (wt(s, u), l.start()) : (He(u), l.cancel());
2847
2831
  }
2848
- function f() {
2849
- Te(l, [jn, Kn, qn]), He(c);
2832
+ function v() {
2833
+ Te(s, [jn, Kn, qn]), He(u);
2850
2834
  }
2851
- function h(g) {
2852
- i && z(l, jn, g ? "off" : "polite");
2835
+ function g(h) {
2836
+ o && z(s, jn, h ? "off" : "polite");
2853
2837
  }
2854
2838
  return {
2855
- mount: o,
2856
- disable: h,
2857
- destroy: f
2839
+ mount: i,
2840
+ disable: g,
2841
+ destroy: v
2858
2842
  };
2859
2843
  }
2860
- var Qs = /* @__PURE__ */ Object.freeze({
2844
+ var qs = /* @__PURE__ */ Object.freeze({
2861
2845
  __proto__: null,
2862
- Media: ss,
2863
- Direction: ls,
2864
- Elements: As,
2865
- Slides: ks,
2866
- Layout: ws,
2867
- Clones: Ts,
2868
- Move: $s,
2869
- Controller: Cs,
2870
- Arrows: Ls,
2871
- Autoplay: Rs,
2872
- Cover: Ns,
2873
- Scroll: zs,
2874
- Drag: Ys,
2875
- Keyboard: Gs,
2876
- LazyLoad: Hs,
2877
- Pagination: js,
2878
- Sync: Ks,
2879
- Wheel: Xs,
2880
- Live: Js
2881
- }), el = {
2846
+ Media: ns,
2847
+ Direction: as,
2848
+ Elements: _s,
2849
+ Slides: ys,
2850
+ Layout: Es,
2851
+ Clones: As,
2852
+ Move: Ss,
2853
+ Controller: ks,
2854
+ Arrows: Ts,
2855
+ Autoplay: Is,
2856
+ Cover: Cs,
2857
+ Scroll: Ps,
2858
+ Drag: Fs,
2859
+ Keyboard: Bs,
2860
+ LazyLoad: zs,
2861
+ Pagination: Ys,
2862
+ Sync: Gs,
2863
+ Wheel: Ws,
2864
+ Live: js
2865
+ }), Ks = {
2882
2866
  prev: "Previous slide",
2883
2867
  next: "Next slide",
2884
2868
  first: "Go to first slide",
@@ -2891,7 +2875,7 @@ var Qs = /* @__PURE__ */ Object.freeze({
2891
2875
  slide: "slide",
2892
2876
  select: "Select a slide to show",
2893
2877
  slideLabel: "%s of %s"
2894
- }, tl = {
2878
+ }, Xs = {
2895
2879
  type: "slide",
2896
2880
  role: "region",
2897
2881
  speed: 400,
@@ -2910,70 +2894,70 @@ var Qs = /* @__PURE__ */ Object.freeze({
2910
2894
  trimSpace: !0,
2911
2895
  focusableNodes: "a, button, textarea, input, select, iframe",
2912
2896
  live: !0,
2913
- classes: ys,
2914
- i18n: el,
2897
+ classes: ms,
2898
+ i18n: Ks,
2915
2899
  reducedMotion: {
2916
2900
  speed: 0,
2917
2901
  rewindSpeed: 0,
2918
2902
  autoplay: "pause"
2919
2903
  }
2920
2904
  };
2921
- function nl(e, n, t) {
2905
+ function Zs(e, n, t) {
2922
2906
  var a = n.Slides;
2923
2907
  function r() {
2924
- te(e).on([ze, ie], l);
2908
+ te(e).on([ze, ie], s);
2925
2909
  }
2926
- function l() {
2927
- a.forEach(function(c) {
2928
- c.style("transform", "translateX(-" + 100 * c.index + "%)");
2910
+ function s() {
2911
+ a.forEach(function(u) {
2912
+ u.style("transform", "translateX(-" + 100 * u.index + "%)");
2929
2913
  });
2930
2914
  }
2931
- function i(c, u) {
2932
- a.style("transition", "opacity " + t.speed + "ms " + t.easing), va(u);
2915
+ function o(u, l) {
2916
+ a.style("transition", "opacity " + t.speed + "ms " + t.easing), va(l);
2933
2917
  }
2934
2918
  return {
2935
2919
  mount: r,
2936
- start: i,
2920
+ start: o,
2937
2921
  cancel: sn
2938
2922
  };
2939
2923
  }
2940
- function al(e, n, t) {
2941
- var a = n.Move, r = n.Controller, l = n.Scroll, i = n.Elements.list, c = X(be, i, "transition"), u;
2942
- function o() {
2943
- te(e).bind(i, "transitionend", function(g) {
2944
- g.target === i && u && (f(), u());
2924
+ function Js(e, n, t) {
2925
+ var a = n.Move, r = n.Controller, s = n.Scroll, o = n.Elements.list, u = X(be, o, "transition"), l;
2926
+ function i() {
2927
+ te(e).bind(o, "transitionend", function(h) {
2928
+ h.target === o && l && (v(), l());
2945
2929
  });
2946
2930
  }
2947
- function s(g, v) {
2948
- var d = a.toPosition(g, !0), S = a.getPosition(), _ = h(g);
2949
- he(d - S) >= 1 && _ >= 1 ? t.useScroll ? l.scroll(d, _, !1, v) : (c("transform " + _ + "ms " + t.easing), a.translate(d, !0), u = v) : (a.jump(g), v());
2931
+ function c(h, f) {
2932
+ var d = a.toPosition(h, !0), S = a.getPosition(), _ = g(h);
2933
+ he(d - S) >= 1 && _ >= 1 ? t.useScroll ? s.scroll(d, _, !1, f) : (u("transform " + _ + "ms " + t.easing), a.translate(d, !0), l = f) : (a.jump(h), f());
2950
2934
  }
2951
- function f() {
2952
- c(""), l.cancel();
2935
+ function v() {
2936
+ u(""), s.cancel();
2953
2937
  }
2954
- function h(g) {
2955
- var v = t.rewindSpeed;
2956
- if (e.is(at) && v) {
2938
+ function g(h) {
2939
+ var f = t.rewindSpeed;
2940
+ if (e.is(at) && f) {
2957
2941
  var d = r.getIndex(!0), S = r.getEnd();
2958
- if (d === 0 && g >= S || d >= S && g === 0)
2959
- return v;
2942
+ if (d === 0 && h >= S || d >= S && h === 0)
2943
+ return f;
2960
2944
  }
2961
2945
  return t.speed;
2962
2946
  }
2963
2947
  return {
2964
- mount: o,
2965
- start: s,
2966
- cancel: f
2948
+ mount: i,
2949
+ start: c,
2950
+ cancel: v
2967
2951
  };
2968
2952
  }
2969
- var rl = /* @__PURE__ */ function() {
2953
+ var Qs = /* @__PURE__ */ function() {
2970
2954
  function e(t, a) {
2971
- this.event = te(), this.Components = {}, this.state = is(Je), this.splides = [], this._o = {}, this._E = {};
2955
+ this.event = te(), this.Components = {}, this.state = es(Je), this.splides = [], this._o = {}, this._E = {};
2972
2956
  var r = Ve(t) ? ya(document, t) : t;
2973
2957
  ft(r, r + " is invalid."), this.root = r, a = Pe({
2974
2958
  label: Ae(r, _e) || "",
2975
2959
  labelledby: Ae(r, Dn) || ""
2976
- }, tl, e.defaults, a || {});
2960
+ }, Xs, e.defaults, a || {});
2977
2961
  try {
2978
2962
  Pe(a, JSON.parse(Ae(r, Sn)));
2979
2963
  } catch {
@@ -2983,17 +2967,17 @@ var rl = /* @__PURE__ */ function() {
2983
2967
  }
2984
2968
  var n = e.prototype;
2985
2969
  return n.mount = function(a, r) {
2986
- var l = this, i = this.state, c = this.Components;
2987
- ft(i.is([Je, Pt]), "Already mounted!"), i.set(Je), this._C = c, this._T = r || this._T || (this.is(Ct) ? nl : al), this._E = a || this._E;
2988
- var u = pt({}, Qs, this._E, {
2970
+ var s = this, o = this.state, u = this.Components;
2971
+ ft(o.is([Je, Pt]), "Already mounted!"), o.set(Je), this._C = u, this._T = r || this._T || (this.is(It) ? Zs : Js), this._E = a || this._E;
2972
+ var l = pt({}, qs, this._E, {
2989
2973
  Transition: this._T
2990
2974
  });
2991
- return We(u, function(o, s) {
2992
- var f = o(l, c, l._o);
2993
- c[s] = f, f.setup && f.setup();
2994
- }), We(c, function(o) {
2995
- o.mount && o.mount();
2996
- }), this.emit(ze), Me(this.root, _s), i.set(tt), this.emit(Gn), this;
2975
+ return We(l, function(i, c) {
2976
+ var v = i(s, u, s._o);
2977
+ u[c] = v, v.setup && v.setup();
2978
+ }), We(u, function(i) {
2979
+ i.mount && i.mount();
2980
+ }), this.emit(ze), Me(this.root, fs), o.set(tt), this.emit(Gn), this;
2997
2981
  }, n.sync = function(a) {
2998
2982
  return this.splides.push({
2999
2983
  splide: a
@@ -3009,7 +2993,7 @@ var rl = /* @__PURE__ */ function() {
3009
2993
  return this.event.off(a), this;
3010
2994
  }, n.emit = function(a) {
3011
2995
  var r;
3012
- return (r = this.event).emit.apply(r, [a].concat(Be(arguments, 1))), this;
2996
+ return (r = this.event).emit.apply(r, [a].concat(xe(arguments, 1))), this;
3013
2997
  }, n.add = function(a, r) {
3014
2998
  return this._C.Slides.add(a, r), this;
3015
2999
  }, n.remove = function(a) {
@@ -3020,11 +3004,11 @@ var rl = /* @__PURE__ */ function() {
3020
3004
  return this.emit(ie), this;
3021
3005
  }, n.destroy = function(a) {
3022
3006
  a === void 0 && (a = !0);
3023
- var r = this.event, l = this.state;
3024
- return l.is(Je) ? te(this).on(Gn, this.destroy.bind(this, a)) : (We(this._C, function(i) {
3025
- i.destroy && i.destroy(a);
3026
- }, !0), r.emit(Mn), r.destroy(), a && Oe(this.splides), l.set(Pt)), this;
3027
- }, es(e, [{
3007
+ var r = this.event, s = this.state;
3008
+ return s.is(Je) ? te(this).on(Gn, this.destroy.bind(this, a)) : (We(this._C, function(o) {
3009
+ o.destroy && o.destroy(a);
3010
+ }, !0), r.emit(Mn), r.destroy(), a && Oe(this.splides), s.set(Pt)), this;
3011
+ }, Ko(e, [{
3028
3012
  key: "options",
3029
3013
  get: function() {
3030
3014
  return this._o;
@@ -3043,14 +3027,14 @@ var rl = /* @__PURE__ */ function() {
3043
3027
  return this._C.Controller.getIndex();
3044
3028
  }
3045
3029
  }]), e;
3046
- }(), Pn = rl;
3030
+ }(), Pn = Qs;
3047
3031
  Pn.defaults = {};
3048
- Pn.STATES = ns;
3032
+ Pn.STATES = Zo;
3049
3033
  const Qn = [
3050
3034
  Aa,
3051
- Ca,
3052
3035
  Ia,
3053
- Cn,
3036
+ Ca,
3037
+ In,
3054
3038
  $n,
3055
3039
  Oa,
3056
3040
  wn,
@@ -3060,7 +3044,7 @@ const Qn = [
3060
3044
  Ta,
3061
3045
  wa,
3062
3046
  Sa,
3063
- In,
3047
+ Cn,
3064
3048
  ze,
3065
3049
  Re,
3066
3050
  it,
@@ -3078,7 +3062,7 @@ const Qn = [
3078
3062
  function ea(e) {
3079
3063
  return e !== null && typeof e == "object";
3080
3064
  }
3081
- function il(e, n) {
3065
+ function el(e, n) {
3082
3066
  if (e) {
3083
3067
  const t = Object.keys(e);
3084
3068
  for (let a = 0; a < t.length; a++) {
@@ -3091,11 +3075,11 @@ function il(e, n) {
3091
3075
  }
3092
3076
  function Xa(e, n) {
3093
3077
  const t = e;
3094
- return il(n, (a, r) => {
3078
+ return el(n, (a, r) => {
3095
3079
  Array.isArray(a) ? t[r] = a.slice() : ea(a) ? t[r] = Xa(ea(t[r]) ? t[r] : {}, a) : t[r] = a;
3096
3080
  }), t;
3097
3081
  }
3098
- const ol = G({
3082
+ const tl = G({
3099
3083
  name: "SplideTrack",
3100
3084
  setup() {
3101
3085
  aa(() => {
@@ -3109,18 +3093,18 @@ const ol = G({
3109
3093
  for (const [a, r] of n)
3110
3094
  t[a] = r;
3111
3095
  return t;
3112
- }, sl = { class: "splide__track" }, ll = { class: "splide__list" };
3113
- function ul(e, n, t, a, r, l) {
3114
- return b(), M("div", sl, [
3115
- m("ul", ll, [
3096
+ }, nl = { class: "splide__track" }, al = { class: "splide__list" };
3097
+ function rl(e, n, t, a, r, s) {
3098
+ return b(), M("div", nl, [
3099
+ m("ul", al, [
3116
3100
  j(e.$slots, "default")
3117
3101
  ])
3118
3102
  ]);
3119
3103
  }
3120
- const cl = /* @__PURE__ */ Fn(ol, [["render", ul]]), dl = G({
3104
+ const il = /* @__PURE__ */ Fn(tl, [["render", rl]]), ol = G({
3121
3105
  name: "Splide",
3122
3106
  emits: Qn.map((e) => `splide:${e}`),
3123
- components: { SplideTrack: cl },
3107
+ components: { SplideTrack: il },
3124
3108
  props: {
3125
3109
  tag: {
3126
3110
  default: "div",
@@ -3138,34 +3122,34 @@ const cl = /* @__PURE__ */ Fn(ol, [["render", ul]]), dl = G({
3138
3122
  }
3139
3123
  },
3140
3124
  setup(e, n) {
3141
- const t = le(), a = le();
3142
- Bt(() => {
3143
- a.value && (t.value = new Pn(a.value, e.options), u(t.value), t.value.mount(e.extensions, e.transition));
3125
+ const t = se(), a = se();
3126
+ xt(() => {
3127
+ a.value && (t.value = new Pn(a.value, e.options), l(t.value), t.value.mount(e.extensions, e.transition));
3144
3128
  }), ra(() => {
3145
- var o;
3146
- (o = t.value) == null || o.destroy();
3147
- }), mt(() => Xa({}, e.options), (o) => {
3148
- t.value && (t.value.options = o);
3129
+ var i;
3130
+ (i = t.value) == null || i.destroy();
3131
+ }), mt(() => Xa({}, e.options), (i) => {
3132
+ t.value && (t.value.options = i);
3149
3133
  }, { deep: !0 }), hn(Ka, t);
3150
3134
  const r = O(() => {
3151
- var o;
3152
- return ((o = t.value) == null ? void 0 : o.index) || 0;
3153
- }), l = O(() => {
3154
- var o;
3155
- return ((o = t.value) == null ? void 0 : o.length) || 0;
3135
+ var i;
3136
+ return ((i = t.value) == null ? void 0 : i.index) || 0;
3137
+ }), s = O(() => {
3138
+ var i;
3139
+ return ((i = t.value) == null ? void 0 : i.length) || 0;
3156
3140
  });
3157
- function i(o) {
3158
- var s;
3159
- (s = t.value) == null || s.go(o);
3141
+ function o(i) {
3142
+ var c;
3143
+ (c = t.value) == null || c.go(i);
3160
3144
  }
3161
- function c(o) {
3162
- var s;
3163
- (s = t.value) == null || s.sync(o);
3145
+ function u(i) {
3146
+ var c;
3147
+ (c = t.value) == null || c.sync(i);
3164
3148
  }
3165
- function u(o) {
3166
- Qn.forEach((s) => {
3167
- o.on(s, (...f) => {
3168
- n.emit(`splide:${s}`, o, ...f);
3149
+ function l(i) {
3150
+ Qn.forEach((c) => {
3151
+ i.on(c, (...v) => {
3152
+ n.emit(`splide:${c}`, i, ...v);
3169
3153
  });
3170
3154
  });
3171
3155
  }
@@ -3173,20 +3157,20 @@ const cl = /* @__PURE__ */ Fn(ol, [["render", ul]]), dl = G({
3173
3157
  splide: t,
3174
3158
  root: a,
3175
3159
  index: r,
3176
- length: l,
3177
- go: i,
3178
- sync: c
3160
+ length: s,
3161
+ go: o,
3162
+ sync: u
3179
3163
  };
3180
3164
  }
3181
3165
  });
3182
- function fl(e, n, t, a, r, l) {
3183
- const i = ar("SplideTrack");
3166
+ function sl(e, n, t, a, r, s) {
3167
+ const o = ar("SplideTrack");
3184
3168
  return b(), ce(rr(e.tag), {
3185
3169
  class: "splide",
3186
3170
  ref: "root"
3187
3171
  }, {
3188
3172
  default: ee(() => [
3189
- e.hasTrack ? (b(), ce(i, { key: 0 }, {
3173
+ e.hasTrack ? (b(), ce(o, { key: 0 }, {
3190
3174
  default: ee(() => [
3191
3175
  j(e.$slots, "default")
3192
3176
  ]),
@@ -3196,15 +3180,15 @@ function fl(e, n, t, a, r, l) {
3196
3180
  _: 3
3197
3181
  }, 512);
3198
3182
  }
3199
- const vl = /* @__PURE__ */ Fn(dl, [["render", fl]]), ml = G({
3183
+ const ll = /* @__PURE__ */ Fn(ol, [["render", sl]]), ul = G({
3200
3184
  name: "SplideSlide"
3201
- }), hl = { class: "splide__slide" };
3202
- function gl(e, n, t, a, r, l) {
3203
- return b(), M("li", hl, [
3185
+ }), cl = { class: "splide__slide" };
3186
+ function dl(e, n, t, a, r, s) {
3187
+ return b(), M("li", cl, [
3204
3188
  j(e.$slots, "default")
3205
3189
  ]);
3206
3190
  }
3207
- const _l = /* @__PURE__ */ Fn(ml, [["render", gl]]), pl = {
3191
+ const fl = /* @__PURE__ */ Fn(ul, [["render", dl]]), vl = {
3208
3192
  autoplay: !1,
3209
3193
  keyboard: !0,
3210
3194
  slideFocus: !0,
@@ -3234,61 +3218,61 @@ const _l = /* @__PURE__ */ Fn(ml, [["render", gl]]), pl = {
3234
3218
  gap: "2rem"
3235
3219
  }
3236
3220
  }
3237
- }, yl = {
3221
+ }, ml = {
3238
3222
  class: "m-component m-component-slider-comment",
3239
3223
  style: { overflow: "hidden" }
3240
- }, El = { class: "container" }, bl = { class: "m-component__grid" }, Al = { class: "m-component__column" }, Sl = {
3224
+ }, hl = { class: "container" }, gl = { class: "m-component__grid" }, _l = { class: "m-component__column" }, pl = {
3241
3225
  class: "m-slider m-slider--visible-preview",
3242
3226
  "aria-label": "Slider mit Elementen",
3243
3227
  "data-m-slider-splide": "m-slider-comment"
3244
- }, kl = /* @__PURE__ */ G({
3228
+ }, yl = /* @__PURE__ */ G({
3245
3229
  __name: "MucSlider",
3246
3230
  emits: ["changeSlide"],
3247
3231
  setup(e, { emit: n }) {
3248
- const t = n, a = ia("splide"), r = le(0), l = le(0), i = () => {
3232
+ const t = n, a = ia("splide"), r = se(0), s = se(0), o = () => {
3249
3233
  a.value && a.value.go(">");
3250
- }, c = () => {
3234
+ }, u = () => {
3251
3235
  a.value && a.value.go("<");
3252
- }, u = O(() => r.value > 0), o = O(
3253
- () => r.value < l.value - 1
3236
+ }, l = O(() => r.value > 0), i = O(
3237
+ () => r.value < s.value - 1
3254
3238
  );
3255
- return Bt(() => {
3256
- a.value && a.value.splide && (l.value = a.value.length, a.value.splide.on("move", () => {
3239
+ return xt(() => {
3240
+ a.value && a.value.splide && (s.value = a.value.length, a.value.splide.on("move", () => {
3257
3241
  a.value && (r.value = a.value.splide.index, t("changeSlide", a.value.splide.index));
3258
3242
  }));
3259
- }), (s, f) => (b(), M("div", yl, [
3260
- m("div", El, [
3261
- m("div", bl, [
3262
- m("div", Al, [
3263
- m("section", Sl, [
3264
- u.value ? (b(), M("button", {
3243
+ }), (c, v) => (b(), M("div", ml, [
3244
+ m("div", hl, [
3245
+ m("div", gl, [
3246
+ m("div", _l, [
3247
+ m("section", pl, [
3248
+ l.value ? (b(), M("button", {
3265
3249
  key: 0,
3266
3250
  "aria-label": "Vorheriges Element",
3267
3251
  class: "previous-button is-control",
3268
- onClick: c
3269
- }, f[0] || (f[0] = [
3252
+ onClick: u
3253
+ }, v[0] || (v[0] = [
3270
3254
  m("svg", { class: "icon" }, [
3271
3255
  m("use", { "xlink:href": "#icon-arrow-left" })
3272
3256
  ], -1)
3273
3257
  ]))) : H("", !0),
3274
- J(K(vl), {
3275
- options: K(pl),
3258
+ J(K(ll), {
3259
+ options: K(vl),
3276
3260
  "aria-label": `Dies ist ein Karussell mit rotierenden Elementen. Verwenden Sie
3277
3261
  die Pfeiltaste links und rechts oder die Buttons um zu navigieren.`,
3278
3262
  ref_key: "splide",
3279
3263
  ref: a
3280
3264
  }, {
3281
3265
  default: ee(() => [
3282
- j(s.$slots, "default", {}, void 0, !0)
3266
+ j(c.$slots, "default", {}, void 0, !0)
3283
3267
  ]),
3284
3268
  _: 3
3285
3269
  }, 8, ["options"]),
3286
- o.value ? (b(), M("button", {
3270
+ i.value ? (b(), M("button", {
3287
3271
  key: 1,
3288
3272
  "aria-label": "Nächstes Element",
3289
3273
  class: "next-button is-control",
3290
- onClick: i
3291
- }, f[1] || (f[1] = [
3274
+ onClick: o
3275
+ }, v[1] || (v[1] = [
3292
3276
  m("svg", { class: "icon" }, [
3293
3277
  m("use", { "xlink:href": "#icon-arrow-right" })
3294
3278
  ], -1)
@@ -3299,17 +3283,17 @@ const _l = /* @__PURE__ */ Fn(ml, [["render", gl]]), pl = {
3299
3283
  ])
3300
3284
  ]));
3301
3285
  }
3302
- }), wl = /* @__PURE__ */ se(kl, [["__scopeId", "data-v-c7e8c8ae"]]), Ml = /* @__PURE__ */ G({
3286
+ }), El = /* @__PURE__ */ oe(yl, [["__scopeId", "data-v-c7e8c8ae"]]), bl = /* @__PURE__ */ G({
3303
3287
  __name: "MucSliderItem",
3304
3288
  setup(e) {
3305
- return (n, t) => (b(), ce(K(_l), null, {
3289
+ return (n, t) => (b(), ce(K(fl), null, {
3306
3290
  default: ee(() => [
3307
3291
  j(n.$slots, "default")
3308
3292
  ]),
3309
3293
  _: 3
3310
3294
  }));
3311
3295
  }
3312
- }), Tl = ["tabindex", "aria-label"], $l = { "aria-disabled": "true" }, Cl = /* @__PURE__ */ G({
3296
+ }), Al = ["tabindex", "aria-label"], Sl = { "aria-disabled": "true" }, kl = /* @__PURE__ */ G({
3313
3297
  __name: "MucStepperItem",
3314
3298
  props: {
3315
3299
  item: {},
@@ -3321,33 +3305,33 @@ const _l = /* @__PURE__ */ Fn(ml, [["render", gl]]), pl = {
3321
3305
  setup(e, { emit: n }) {
3322
3306
  const t = n, a = O(() => e.isDone ? "check" : e.item.icon), r = O(
3323
3307
  () => e.isActive || e.isDone && !e.disabled ? 0 : -1
3324
- ), l = O(
3308
+ ), s = O(
3325
3309
  () => e.isActive ? "Aktueller Schritt: " + e.item.label : "Zurück zu Schritt: " + e.item.label
3326
- ), i = () => {
3310
+ ), o = () => {
3327
3311
  e.isDone && !e.disabled && t("click", e.item.id);
3328
3312
  };
3329
- return (c, u) => (b(), M("li", {
3330
- class: oe(["m-form-step", {
3331
- "m-form-step--current": c.isActive,
3332
- "show-cursor": c.isDone && !c.disabled && !c.isActive
3313
+ return (u, l) => (b(), M("li", {
3314
+ class: ne(["m-form-step", {
3315
+ "m-form-step--current": u.isActive,
3316
+ "show-cursor": u.isDone && !u.disabled && !u.isActive
3333
3317
  }]),
3334
- onClick: i
3318
+ onClick: o
3335
3319
  }, [
3336
3320
  m("div", {
3337
- class: oe(["m-form-step__icon", { disabled: c.disabled }]),
3321
+ class: ne(["m-form-step__icon", { disabled: u.disabled }]),
3338
3322
  tabindex: r.value,
3339
- "aria-label": l.value
3323
+ "aria-label": s.value
3340
3324
  }, [
3341
3325
  J(K(ye), { icon: a.value }, null, 8, ["icon"])
3342
- ], 10, Tl),
3326
+ ], 10, Al),
3343
3327
  m("div", {
3344
- class: oe(["m-form-step__title", { disabled: c.disabled }])
3328
+ class: ne(["m-form-step__title", { disabled: u.disabled }])
3345
3329
  }, [
3346
- m("span", $l, V(c.item.label), 1)
3330
+ m("span", Sl, V(u.item.label), 1)
3347
3331
  ], 2)
3348
3332
  ], 2));
3349
3333
  }
3350
- }), Il = /* @__PURE__ */ se(Cl, [["__scopeId", "data-v-a75259ca"]]), Dl = { class: "m-component m-component-form-progress" }, Ll = { class: "container" }, Ol = { class: "m-component__grid" }, Rl = { class: "m-component__column" }, Nl = { class: "m-form-steps" }, Pl = /* @__PURE__ */ G({
3334
+ }), wl = /* @__PURE__ */ oe(kl, [["__scopeId", "data-v-a75259ca"]]), Ml = { class: "m-component m-component-form-progress" }, Tl = { class: "container" }, $l = { class: "m-component__grid" }, Il = { class: "m-component__column" }, Cl = { class: "m-form-steps" }, Dl = /* @__PURE__ */ G({
3351
3335
  __name: "MucStepper",
3352
3336
  props: {
3353
3337
  stepItems: {},
@@ -3363,21 +3347,21 @@ const _l = /* @__PURE__ */ Fn(ml, [["render", gl]]), pl = {
3363
3347
  r.value = a(e.activeItem);
3364
3348
  }
3365
3349
  );
3366
- const a = (o) => e.stepItems.findIndex((s) => s.id === o), r = le(a(e.activeItem)), l = (o) => o === e.activeItem, i = (o) => a(o) < r.value, c = (o) => e.disablePreviousSteps && !l(o) && i(o), u = (o) => {
3367
- t("changeStep", o);
3350
+ const a = (i) => e.stepItems.findIndex((c) => c.id === i), r = se(a(e.activeItem)), s = (i) => i === e.activeItem, o = (i) => a(i) < r.value, u = (i) => e.disablePreviousSteps && !s(i) && o(i), l = (i) => {
3351
+ t("changeStep", i);
3368
3352
  };
3369
- return (o, s) => (b(), M("div", Dl, [
3370
- m("div", Ll, [
3371
- m("div", Ol, [
3372
- m("div", Rl, [
3373
- m("ol", Nl, [
3374
- (b(!0), M(pe, null, Se(o.stepItems, (f) => (b(), ce(Il, {
3375
- key: f.id,
3376
- item: f,
3377
- "is-active": l(f.id),
3378
- "is-done": i(f.id),
3379
- disabled: c(f.id),
3380
- onClick: u
3353
+ return (i, c) => (b(), M("div", Ml, [
3354
+ m("div", Tl, [
3355
+ m("div", $l, [
3356
+ m("div", Il, [
3357
+ m("ol", Cl, [
3358
+ (b(!0), M(pe, null, Se(i.stepItems, (v) => (b(), ce(wl, {
3359
+ key: v.id,
3360
+ item: v,
3361
+ "is-active": s(v.id),
3362
+ "is-done": o(v.id),
3363
+ disabled: u(v.id),
3364
+ onClick: l
3381
3365
  }, null, 8, ["item", "is-active", "is-done", "disabled"]))), 128))
3382
3366
  ])
3383
3367
  ])
@@ -3393,7 +3377,7 @@ const _l = /* @__PURE__ */ Fn(ml, [["render", gl]]), pl = {
3393
3377
  MucCallout: Ur,
3394
3378
  MucCard: Zr,
3395
3379
  MucCardContainer: ei,
3396
- MucCheckbox: Ii,
3380
+ MucCheckbox: Ci,
3397
3381
  MucCheckboxGroup: Vi,
3398
3382
  MucComment: ca,
3399
3383
  MucCommentText: pi,
@@ -3402,23 +3386,23 @@ const _l = /* @__PURE__ */ Fn(ml, [["render", gl]]), pl = {
3402
3386
  MucErrorList: ao,
3403
3387
  MucFileDropzone: Ti,
3404
3388
  MucIcon: ye,
3405
- MucInput: ho,
3406
- MucIntro: Ko,
3389
+ MucInput: vo,
3390
+ MucIntro: Go,
3407
3391
  MucLink: da,
3408
- MucPercentageSpinner: Jo,
3409
- MucRadioButton: yo,
3410
- MucRadioButtonGroup: wo,
3411
- MucSelect: Oo,
3412
- MucSlider: wl,
3413
- MucSliderItem: Ml,
3414
- MucStepper: Pl,
3415
- MucTextArea: Bo
3392
+ MucPercentageSpinner: jo,
3393
+ MucRadioButton: _o,
3394
+ MucRadioButtonGroup: So,
3395
+ MucSelect: Do,
3396
+ MucSlider: El,
3397
+ MucSliderItem: bl,
3398
+ MucStepper: Dl,
3399
+ MucTextArea: No
3416
3400
  }, Symbol.toStringTag, { value: "Module" }));
3417
- function Fl(e) {
3401
+ function Ll(e) {
3418
3402
  for (const n in ta)
3419
3403
  e.component(n, ta[n]);
3420
3404
  }
3421
- const xl = { install: Fl };
3405
+ const Rl = { install: Ll };
3422
3406
  export {
3423
3407
  ur as MucBanner,
3424
3408
  Fe as MucButton,
@@ -3426,7 +3410,7 @@ export {
3426
3410
  Ur as MucCallout,
3427
3411
  Zr as MucCard,
3428
3412
  ei as MucCardContainer,
3429
- Ii as MucCheckbox,
3413
+ Ci as MucCheckbox,
3430
3414
  Vi as MucCheckboxGroup,
3431
3415
  ca as MucComment,
3432
3416
  pi as MucCommentText,
@@ -3435,16 +3419,16 @@ export {
3435
3419
  ao as MucErrorList,
3436
3420
  Ti as MucFileDropzone,
3437
3421
  ye as MucIcon,
3438
- ho as MucInput,
3439
- Ko as MucIntro,
3422
+ vo as MucInput,
3423
+ Go as MucIntro,
3440
3424
  da as MucLink,
3441
- Jo as MucPercentageSpinner,
3442
- yo as MucRadioButton,
3443
- wo as MucRadioButtonGroup,
3444
- Oo as MucSelect,
3445
- wl as MucSlider,
3446
- Ml as MucSliderItem,
3447
- Pl as MucStepper,
3448
- Bo as MucTextArea,
3449
- xl as default
3425
+ jo as MucPercentageSpinner,
3426
+ _o as MucRadioButton,
3427
+ So as MucRadioButtonGroup,
3428
+ Do as MucSelect,
3429
+ El as MucSlider,
3430
+ bl as MucSliderItem,
3431
+ Dl as MucStepper,
3432
+ No as MucTextArea,
3433
+ Rl as default
3450
3434
  };