@muenchen/muc-patternlab-vue 8.0.0 → 8.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -797,36 +797,38 @@ const Ta = { class: "m-component m-component-accordion" }, Da = { class: "contai
797
797
  function $s(e, t) {
798
798
  return _(), C("div", Ls);
799
799
  }
800
- const ui = /* @__PURE__ */ he(ks, [["render", $s], ["__scopeId", "data-v-a337b11f"]]), Ns = ["href", "target"], Ps = { class: "card-content" }, Fs = { class: "card-header" }, Rs = {
800
+ const ui = /* @__PURE__ */ he(ks, [["render", $s], ["__scopeId", "data-v-a337b11f"]]), Ns = ["aria-disabled"], Ps = ["href", "target"], Fs = { class: "card-content" }, Rs = { class: "card-header" }, Vs = {
801
801
  key: 0,
802
802
  class: "mde-b2 mde-bold card-tagline"
803
- }, Vs = /* @__PURE__ */ U({
803
+ }, Bs = /* @__PURE__ */ U({
804
804
  __name: "MucCard",
805
805
  props: {
806
806
  title: {},
807
807
  tagline: {},
808
+ disabled: { type: Boolean },
808
809
  href: {},
809
810
  target: {}
810
811
  },
811
812
  emits: ["click"],
812
813
  setup(e, { emit: t }) {
813
814
  const i = t, n = e, r = (a) => {
814
- n.href || i("click", a);
815
+ !n.href && !n.disabled && i("click", a);
815
816
  };
816
817
  return (a, s) => (_(), C("div", {
817
818
  class: "card",
819
+ "aria-disabled": e.disabled,
818
820
  onClick: s[0] || (s[0] = (o) => r(o))
819
821
  }, [
820
822
  g("a", {
821
- href: e.href,
823
+ href: e.disabled ? void 0 : e.href,
822
824
  target: e.target,
823
825
  class: "no-link-style"
824
826
  }, [
825
- g("div", Ps, [
826
- g("div", Fs, [
827
+ g("div", Fs, [
828
+ g("div", Rs, [
827
829
  W(a.$slots, "headerPrefix", {}, void 0, !0),
828
830
  g("div", null, [
829
- e.tagline ? (_(), C("div", Rs, L(e.tagline), 1)) : R("", !0),
831
+ e.tagline ? (_(), C("div", Vs, L(e.tagline), 1)) : R("", !0),
830
832
  g("div", null, [
831
833
  g("h3", null, L(e.title), 1)
832
834
  ])
@@ -835,35 +837,35 @@ const ui = /* @__PURE__ */ he(ks, [["render", $s], ["__scopeId", "data-v-a337b11
835
837
  ae(q(ui)),
836
838
  W(a.$slots, "content", {}, void 0, !0)
837
839
  ])
838
- ], 8, Ns)
839
- ]));
840
+ ], 8, Ps)
841
+ ], 8, Ns));
840
842
  }
841
- }), Bs = /* @__PURE__ */ he(Vs, [["__scopeId", "data-v-1a386f07"]]), Hs = { class: "container card-container" }, Ys = /* @__PURE__ */ U({
843
+ }), Hs = /* @__PURE__ */ he(Bs, [["__scopeId", "data-v-541410e8"]]), Ys = { class: "container card-container" }, js = /* @__PURE__ */ U({
842
844
  __name: "MucCardContainer",
843
845
  setup(e) {
844
- return (t, i) => (_(), C("div", Hs, [
846
+ return (t, i) => (_(), C("div", Ys, [
845
847
  W(t.$slots, "default", {}, void 0, !0)
846
848
  ]));
847
849
  }
848
- }), js = /* @__PURE__ */ he(Ys, [["__scopeId", "data-v-f333e595"]]), Ks = { class: "m-comment__head" }, Gs = {
850
+ }), Ks = /* @__PURE__ */ he(js, [["__scopeId", "data-v-f333e595"]]), Gs = { class: "m-comment__head" }, zs = {
849
851
  key: 0,
850
852
  class: "m-comment__initials"
851
- }, zs = { class: "m-comment__info" }, Ws = { class: "m-comment__author" }, Us = { key: 0 }, qs = { class: "m-comment__author" }, Xs = { class: "m-comment__date" }, Js = ["aria-label"], Zs = {
853
+ }, Ws = { class: "m-comment__info" }, Us = { class: "m-comment__author" }, qs = { key: 0 }, Xs = { class: "m-comment__author" }, Js = { class: "m-comment__date" }, Zs = ["aria-label"], Qs = {
852
854
  key: 0,
853
855
  class: "m-star-rating__item m-star-rating__item--half"
854
- }, Qs = { class: "m-star-rating__numeric" }, eo = { class: "m-comment__body" }, to = { class: "m-comment__headline" }, io = { class: "m-comment__text" }, no = "de-DE", ro = 0.2, ao = 0.8, ti = 5, pr = /* @__PURE__ */ U({
856
+ }, eo = { class: "m-star-rating__numeric" }, to = { class: "m-comment__body" }, io = { class: "m-comment__headline" }, no = { class: "m-comment__text" }, ro = "de-DE", ao = 0.2, so = 0.8, ti = 5, pr = /* @__PURE__ */ U({
855
857
  __name: "MucComment",
856
858
  props: {
857
859
  rating: {},
858
860
  variant: { default: "listing" }
859
861
  },
860
862
  setup(e) {
861
- const t = gi(), i = D(() => !!t.date), n = D(() => !!t.initials), r = D(() => e.variant === "slider" ? "m-comment--slider" : "m-comment--listing"), a = D(() => Math.min(Math.max(e.rating, 0), ti)), s = D(() => a.value.toLocaleString(no.valueOf(), {
863
+ const t = gi(), i = D(() => !!t.date), n = D(() => !!t.initials), r = D(() => e.variant === "slider" ? "m-comment--slider" : "m-comment--listing"), a = D(() => Math.min(Math.max(e.rating, 0), ti)), s = D(() => a.value.toLocaleString(ro.valueOf(), {
862
864
  minimumFractionDigits: 1
863
865
  })), o = D(() => {
864
866
  const l = +(a.value % 1).toFixed(1);
865
867
  let c = Math.min(Math.floor(a.value), ti), u = Math.floor(ti - a.value), d = !1;
866
- return l !== 0 && (l <= ro ? u++ : l >= ao ? c++ : d = !0), {
868
+ return l !== 0 && (l <= ao ? u++ : l >= so ? c++ : d = !0), {
867
869
  fullStars: c,
868
870
  emptyStars: u,
869
871
  isHalfStar: d
@@ -872,20 +874,20 @@ const ui = /* @__PURE__ */ he(ks, [["render", $s], ["__scopeId", "data-v-a337b11
872
874
  return (l, c) => (_(), C("div", {
873
875
  class: J(["m-comment", r.value])
874
876
  }, [
875
- g("div", Ks, [
876
- n.value ? (_(), C("div", Gs, [
877
+ g("div", Gs, [
878
+ n.value ? (_(), C("div", zs, [
877
879
  W(l.$slots, "initials")
878
880
  ])) : R("", !0),
879
- g("div", zs, [
880
- g("span", Ws, [
881
+ g("div", Ws, [
882
+ g("span", Us, [
881
883
  W(l.$slots, "author")
882
884
  ]),
883
- i.value ? (_(), C("span", Us, [
884
- g("span", qs, [
885
+ i.value ? (_(), C("span", qs, [
886
+ g("span", Xs, [
885
887
  c[0] || (c[0] = ue("  ", -1)),
886
888
  W(l.$slots, "datePrefix")
887
889
  ]),
888
- g("span", Xs, [
890
+ g("span", Js, [
889
891
  c[1] || (c[1] = ue(" ", -1)),
890
892
  W(l.$slots, "date")
891
893
  ])
@@ -901,7 +903,7 @@ const ui = /* @__PURE__ */ he(ks, [["render", $s], ["__scopeId", "data-v-a337b11
901
903
  }, [
902
904
  ae(q(pe), { icon: "solid-star" })
903
905
  ]))), 128)),
904
- o.value.isHalfStar ? (_(), C("div", Zs, [
906
+ o.value.isHalfStar ? (_(), C("div", Qs, [
905
907
  ae(q(pe), { icon: "half-star" })
906
908
  ])) : R("", !0),
907
909
  (_(!0), C(we, null, Oe(o.value.emptyStars, (u) => (_(), C("div", {
@@ -910,21 +912,21 @@ const ui = /* @__PURE__ */ he(ks, [["render", $s], ["__scopeId", "data-v-a337b11
910
912
  }, [
911
913
  ae(q(pe), { icon: "solid-star" })
912
914
  ]))), 128)),
913
- g("div", Qs, L(s.value), 1)
914
- ], 8, Js)
915
+ g("div", eo, L(s.value), 1)
916
+ ], 8, Zs)
915
917
  ])
916
918
  ]),
917
- g("div", eo, [
918
- g("div", to, [
919
+ g("div", to, [
920
+ g("div", io, [
919
921
  W(l.$slots, "headline")
920
922
  ]),
921
- g("div", io, [
923
+ g("div", no, [
922
924
  W(l.$slots, "text")
923
925
  ])
924
926
  ])
925
927
  ], 2));
926
928
  }
927
- }), so = " ", oo = /* @__PURE__ */ U({
929
+ }), oo = " ", lo = /* @__PURE__ */ U({
928
930
  __name: "MucCommentText",
929
931
  props: {
930
932
  datePrefix: { default: "am" },
@@ -937,7 +939,7 @@ const ui = /* @__PURE__ */ he(ks, [["render", $s], ["__scopeId", "data-v-a337b11
937
939
  variant: { default: "listing" }
938
940
  },
939
941
  setup(e) {
940
- const t = D(() => ((e.initials ?? e.author.split(so).map((i) => i.charAt(0)).join("")).match(/^.|.$/g) ?? [""]).join(""));
942
+ const t = D(() => ((e.initials ?? e.author.split(oo).map((i) => i.charAt(0)).join("")).match(/^.|.$/g) ?? [""]).join(""));
941
943
  return (i, n) => (_(), ee(q(pr), {
942
944
  rating: e.rating,
943
945
  variant: e.variant
@@ -972,17 +974,17 @@ const ui = /* @__PURE__ */ he(ks, [["render", $s], ["__scopeId", "data-v-a337b11
972
974
  } : void 0
973
975
  ]), 1032, ["rating", "variant"]));
974
976
  }
975
- }), lo = { class: "m-error-message form-error-message" }, co = /* @__PURE__ */ U({
977
+ }), co = { class: "m-error-message form-error-message" }, uo = /* @__PURE__ */ U({
976
978
  __name: "FormErrorMessage",
977
979
  setup(e) {
978
- return (t, i) => (_(), C("span", lo, [
980
+ return (t, i) => (_(), C("span", co, [
979
981
  ae(q(pe), { icon: "warning--filled" }),
980
982
  g("span", null, [
981
983
  W(t.$slots, "default", {}, void 0, !0)
982
984
  ])
983
985
  ]));
984
986
  }
985
- }), _t = /* @__PURE__ */ he(co, [["__scopeId", "data-v-2c971766"]]), uo = {}, ho = {
987
+ }), _t = /* @__PURE__ */ he(uo, [["__scopeId", "data-v-2c971766"]]), ho = {}, fo = {
986
988
  "aria-hidden": "true",
987
989
  width: "108",
988
990
  height: "56",
@@ -990,12 +992,12 @@ const ui = /* @__PURE__ */ he(ks, [["render", $s], ["__scopeId", "data-v-a337b11
990
992
  fill: "none",
991
993
  xmlns: "http://www.w3.org/2000/svg"
992
994
  };
993
- function fo(e, t) {
994
- return _(), C("svg", ho, [...t[0] || (t[0] = [
995
+ function vo(e, t) {
996
+ return _(), C("svg", fo, [...t[0] || (t[0] = [
995
997
  fr('<g clip-path="url(#clip0_875_841)"><path d="M107.655 18.699L106.594 11.0435L98.9873 12.1173" stroke="#005A9F" stroke-miterlimit="10" stroke-linecap="round"></path><path d="M106.594 11.0435C106.594 11.0435 94.1981 33.255 58.2578 27.2483" stroke="#005A9F" stroke-miterlimit="10" stroke-linecap="round"></path><path d="M85.5371 32.8255C92.2897 31.142 97.5195 28.1144 101.261 25.2393" stroke="#005A9F" stroke-miterlimit="10" stroke-linecap="round"></path><path d="M0.344727 45.982C0.344727 45.982 13.4778 24.2 49.1976 31.426" stroke="#005A9F" stroke-miterlimit="10" stroke-linecap="round"></path><path d="M22.1184 24.9275C15.3107 26.3755 9.98438 29.2299 6.15332 31.9734" stroke="#005A9F" stroke-miterlimit="10" stroke-linecap="round"></path><path d="M68.3603 2.69507H37.1055V55.6536H77.5314V11.9164L68.3603 2.69507Z" fill="#005A9F" stroke="#005A9F" stroke-linecap="round" stroke-linejoin="round"></path><path d="M73.7345 53.3119H33.3086V0.346436H64.5634L73.7345 9.57469V53.3119Z" fill="white" stroke="#005A9F" stroke-linejoin="round"></path><path d="M38.5039 14.4868H45.3667" stroke="#005A9F" stroke-linejoin="round"></path><path d="M38.5039 21.1584H68.5391" stroke="#005A9F" stroke-linejoin="round"></path><path d="M38.5039 27.8372H68.5391" stroke="#005A9F" stroke-linejoin="round"></path><path d="M38.5039 34.509H68.5391" stroke="#005A9F" stroke-linejoin="round"></path><path d="M38.5039 41.1877H68.5391" stroke="#005A9F" stroke-linejoin="round"></path><path d="M73.7346 9.57469H64.5635V0.346436L73.7346 9.57469Z" fill="white" stroke="#005A9F" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_875_841"><rect width="108" height="56" fill="white"></rect></clipPath></defs>', 2)
996
998
  ])]);
997
999
  }
998
- const vo = /* @__PURE__ */ he(uo, [["render", fo]]), mo = { class: "mde-b3" }, go = /* @__PURE__ */ U({
1000
+ const mo = /* @__PURE__ */ he(ho, [["render", vo]]), go = { class: "mde-b3" }, po = /* @__PURE__ */ U({
999
1001
  __name: "MucFileDropzone",
1000
1002
  props: {
1001
1003
  buttonText: { default: "Upload file" },
@@ -1067,7 +1069,7 @@ const vo = /* @__PURE__ */ he(uo, [["render", fo]]), mo = { class: "mde-b3" }, g
1067
1069
  onDrop: $t(h, ["prevent"]),
1068
1070
  onClick: c
1069
1071
  }, [
1070
- ae(vo),
1072
+ ae(mo),
1071
1073
  ae(q(Je), {
1072
1074
  variant: "secondary",
1073
1075
  icon: "upload",
@@ -1078,7 +1080,7 @@ const vo = /* @__PURE__ */ he(uo, [["render", fo]]), mo = { class: "mde-b3" }, g
1078
1080
  ]),
1079
1081
  _: 1
1080
1082
  }, 8, ["disabled"]),
1081
- g("span", mo, L(e.additionalInformation), 1)
1083
+ g("span", go, L(e.additionalInformation), 1)
1082
1084
  ], 34),
1083
1085
  !r.value && e.maxFileSizeWarning ? (_(), ee(_t, { key: 0 }, {
1084
1086
  default: ne(() => [
@@ -1100,7 +1102,7 @@ const vo = /* @__PURE__ */ he(uo, [["render", fo]]), mo = { class: "mde-b3" }, g
1100
1102
  }))
1101
1103
  ], 64));
1102
1104
  }
1103
- }), po = /* @__PURE__ */ he(go, [["__scopeId", "data-v-b0e2d051"]]), _o = ["id", "checked"], yo = ["for"], bo = ["id"], Eo = /* @__PURE__ */ U({
1105
+ }), _o = /* @__PURE__ */ he(po, [["__scopeId", "data-v-b0e2d051"]]), yo = ["id", "checked"], bo = ["for"], Eo = ["id"], So = /* @__PURE__ */ U({
1104
1106
  __name: "MucCheckbox",
1105
1107
  props: /* @__PURE__ */ Pe({
1106
1108
  id: {},
@@ -1126,7 +1128,7 @@ const vo = /* @__PURE__ */ he(uo, [["render", fo]]), mo = { class: "mde-b3" }, g
1126
1128
  type: "checkbox",
1127
1129
  checked: i.value,
1128
1130
  onClick: $t(r, ["stop"])
1129
- }, null, 8, _o),
1131
+ }, null, 8, yo),
1130
1132
  g("label", {
1131
1133
  class: "m-label m-checkboxes__label",
1132
1134
  for: "checkbox-" + e.id
@@ -1135,14 +1137,14 @@ const vo = /* @__PURE__ */ he(uo, [["render", fo]]), mo = { class: "mde-b3" }, g
1135
1137
  g("span", {
1136
1138
  id: "checkbox-hint-" + e.id,
1137
1139
  class: "m-hint"
1138
- }, L(e.hint), 9, bo)
1139
- ], 8, yo)
1140
+ }, L(e.hint), 9, Eo)
1141
+ ], 8, bo)
1140
1142
  ]));
1141
1143
  }
1142
- }), So = { class: "m-checkbox-group" }, Co = { class: "m-checkbox-group__legend" }, wo = { class: "m-checkbox-group__heading" }, Ao = { class: "m-checkboxes m-checkboxes--collapse" }, Io = {
1144
+ }), Co = { class: "m-checkbox-group" }, wo = { class: "m-checkbox-group__legend" }, Ao = { class: "m-checkbox-group__heading" }, Io = { class: "m-checkboxes m-checkboxes--collapse" }, Mo = {
1143
1145
  "aria-hidden": "true",
1144
1146
  class: "icon icon--after"
1145
- }, Mo = ["href"], To = /* @__PURE__ */ U({
1147
+ }, To = ["href"], Do = /* @__PURE__ */ U({
1146
1148
  __name: "MucCheckboxGroup",
1147
1149
  props: {
1148
1150
  heading: {},
@@ -1153,11 +1155,11 @@ const vo = /* @__PURE__ */ he(uo, [["render", fo]]), mo = { class: "mde-b3" }, g
1153
1155
  return (a, s) => (_(), C("div", {
1154
1156
  class: J(["m-form-group", { "has-error": e.errorMsg }])
1155
1157
  }, [
1156
- g("fieldset", So, [
1157
- g("legend", Co, [
1158
- g("h3", wo, L(e.heading), 1)
1158
+ g("fieldset", Co, [
1159
+ g("legend", wo, [
1160
+ g("h3", Ao, L(e.heading), 1)
1159
1161
  ]),
1160
- g("div", Ao, [
1162
+ g("div", Io, [
1161
1163
  W(a.$slots, "checkboxes"),
1162
1164
  a.$slots.collapsableCheckboxes ? (_(), C("div", {
1163
1165
  key: 0,
@@ -1173,10 +1175,10 @@ const vo = /* @__PURE__ */ he(uo, [["render", fo]]), mo = { class: "mde-b3" }, g
1173
1175
  }, {
1174
1176
  default: ne(() => [
1175
1177
  s[0] || (s[0] = g("span", null, "Mehr ", -1)),
1176
- (_(), C("svg", Io, [
1178
+ (_(), C("svg", Mo, [
1177
1179
  g("use", {
1178
1180
  href: "#icon-chevron-" + n.value
1179
- }, null, 8, Mo)
1181
+ }, null, 8, To)
1180
1182
  ]))
1181
1183
  ]),
1182
1184
  _: 1
@@ -1197,7 +1199,7 @@ const vo = /* @__PURE__ */ he(uo, [["render", fo]]), mo = { class: "mde-b3" }, g
1197
1199
  ])
1198
1200
  ], 2));
1199
1201
  }
1200
- }), Do = ["href", "target"], _r = /* @__PURE__ */ U({
1202
+ }), xo = ["href", "target"], _r = /* @__PURE__ */ U({
1201
1203
  __name: "MucLink",
1202
1204
  props: {
1203
1205
  label: {},
@@ -1232,12 +1234,12 @@ const vo = /* @__PURE__ */ he(uo, [["render", fo]]), mo = { class: "mde-b3" }, g
1232
1234
  icon: e.appendIcon
1233
1235
  }, null, 8, ["icon"])) : R("", !0)
1234
1236
  ])
1235
- ], 10, Do));
1237
+ ], 10, xo));
1236
1238
  }
1237
- }), xo = { class: "grid" }, Oo = { class: "grid-item" }, ko = { class: "content-centered" }, Lo = {
1239
+ }), Oo = { class: "grid" }, ko = { class: "grid-item" }, Lo = { class: "content-centered" }, $o = {
1238
1240
  class: "content-centered",
1239
1241
  style: { color: "var(--color-brand-main-blue)" }
1240
- }, $o = { class: "visually-hidden" }, No = { class: "content-centered" }, Po = { class: "grid-item content-centered-justify-left" }, Fo = { key: 0 }, Ro = { key: 1 }, Vo = /* @__PURE__ */ U({
1242
+ }, No = { class: "visually-hidden" }, Po = { class: "content-centered" }, Fo = { class: "grid-item content-centered-justify-left" }, Ro = { key: 0 }, Vo = { key: 1 }, Bo = /* @__PURE__ */ U({
1241
1243
  __name: "MucCounter",
1242
1244
  props: /* @__PURE__ */ Pe({
1243
1245
  label: {},
@@ -1268,9 +1270,9 @@ const vo = /* @__PURE__ */ he(uo, [["render", fo]]), mo = { class: "mde-b3" }, g
1268
1270
  ), a = D(
1269
1271
  () => t.value == 0 || !!e.min && !(t.value > e.min) || e.disabled
1270
1272
  );
1271
- return (s, o) => (_(), C("div", xo, [
1272
- g("div", Oo, [
1273
- g("div", ko, [
1273
+ return (s, o) => (_(), C("div", Oo, [
1274
+ g("div", ko, [
1275
+ g("div", Lo, [
1274
1276
  ae(q(Je), {
1275
1277
  onClick: n,
1276
1278
  variant: "secondary",
@@ -1285,12 +1287,12 @@ const vo = /* @__PURE__ */ he(uo, [["render", fo]]), mo = { class: "mde-b3" }, g
1285
1287
  }, 8, ["disabled", "aria-label", "class"])
1286
1288
  ]),
1287
1289
  g("p", null, [
1288
- g("strong", Lo, [
1289
- g("span", $o, " Aktuell ausgewählte Anzahl für " + L(e.label) + " ist", 1),
1290
+ g("strong", $o, [
1291
+ g("span", No, " Aktuell ausgewählte Anzahl für " + L(e.label) + " ist", 1),
1290
1292
  ue(" " + L(t.value), 1)
1291
1293
  ])
1292
1294
  ]),
1293
- g("div", No, [
1295
+ g("div", Po, [
1294
1296
  ae(q(Je), {
1295
1297
  onClick: i,
1296
1298
  variant: "secondary",
@@ -1305,8 +1307,8 @@ const vo = /* @__PURE__ */ he(uo, [["render", fo]]), mo = { class: "mde-b3" }, g
1305
1307
  }, 8, ["disabled", "aria-label", "class"])
1306
1308
  ])
1307
1309
  ]),
1308
- g("div", Po, [
1309
- e.link ? (_(), C("p", Fo, [
1310
+ g("div", Fo, [
1311
+ e.link ? (_(), C("p", Ro, [
1310
1312
  g("label", null, [
1311
1313
  ae(q(_r), {
1312
1314
  tabindex: "0",
@@ -1314,30 +1316,30 @@ const vo = /* @__PURE__ */ he(uo, [["render", fo]]), mo = { class: "mde-b3" }, g
1314
1316
  href: e.link
1315
1317
  }, null, 8, ["label", "href"])
1316
1318
  ])
1317
- ])) : (_(), C("p", Ro, [
1319
+ ])) : (_(), C("p", Vo, [
1318
1320
  g("label", null, L(e.label), 1)
1319
1321
  ]))
1320
1322
  ])
1321
1323
  ]));
1322
1324
  }
1323
- }), Bo = /* @__PURE__ */ he(Vo, [["__scopeId", "data-v-af0c991b"]]), Ho = {
1325
+ }), Ho = /* @__PURE__ */ he(Bo, [["__scopeId", "data-v-af0c991b"]]), Yo = {
1324
1326
  class: "m-error-list",
1325
1327
  role: "alert",
1326
1328
  tabindex: "-1"
1327
- }, Yo = { class: "m-error-list__title" }, jo = { class: "m-error-list__body" }, Ko = { class: "m-list m-error-list__list" }, Go = "Ein Fehler ist aufgetreten!", zo = /* @__PURE__ */ U({
1329
+ }, jo = { class: "m-error-list__title" }, Ko = { class: "m-error-list__body" }, Go = { class: "m-list m-error-list__list" }, zo = "Ein Fehler ist aufgetreten!", Wo = /* @__PURE__ */ U({
1328
1330
  __name: "MucErrorList",
1329
1331
  props: {
1330
- title: { default: () => Go },
1332
+ title: { default: () => zo },
1331
1333
  errors: {}
1332
1334
  },
1333
1335
  setup(e) {
1334
1336
  const t = D(
1335
1337
  () => typeof e.errors == "string" ? [e.errors] : e.errors
1336
1338
  );
1337
- return (i, n) => (_(), C("div", Ho, [
1338
- g("h2", Yo, L(e.title), 1),
1339
- g("div", jo, [
1340
- g("ul", Ko, [
1339
+ return (i, n) => (_(), C("div", Yo, [
1340
+ g("h2", jo, L(e.title), 1),
1341
+ g("div", Ko, [
1342
+ g("ul", Go, [
1341
1343
  (_(!0), C(we, null, Oe(t.value, (r, a) => (_(), C("li", { key: a }, [
1342
1344
  g("a", null, L(r), 1)
1343
1345
  ]))), 128))
@@ -1345,16 +1347,16 @@ const vo = /* @__PURE__ */ he(uo, [["render", fo]]), mo = { class: "mde-b3" }, g
1345
1347
  ])
1346
1348
  ]));
1347
1349
  }
1348
- }), Wo = ["for"], Uo = ["id"], qo = { class: "m-input-wrapper m-autocomplete" }, Xo = {
1350
+ }), Uo = ["for"], qo = ["id"], Xo = { class: "m-input-wrapper m-autocomplete" }, Jo = {
1349
1351
  key: 0,
1350
1352
  class: "m-input__prefix"
1351
- }, Jo = ["id", "type", "aria-describedby", "placeholder", "required", "aria-required", "maxlength", "autocomplete", "name"], Zo = {
1353
+ }, Zo = ["id", "type", "aria-describedby", "placeholder", "required", "aria-required", "maxlength", "autocomplete", "name"], Qo = {
1352
1354
  key: 1,
1353
1355
  class: "autocomplete-result-list autocomplete-result-list--location"
1354
- }, Qo = ["onClick"], el = {
1356
+ }, el = ["onClick"], tl = {
1355
1357
  "aria-hidden": "true",
1356
1358
  class: "icon"
1357
- }, tl = ["xlink:href"], il = /* @__PURE__ */ U({
1359
+ }, il = ["xlink:href"], nl = /* @__PURE__ */ U({
1358
1360
  __name: "MucInput",
1359
1361
  props: /* @__PURE__ */ Pe({
1360
1362
  id: {},
@@ -1389,14 +1391,14 @@ const vo = /* @__PURE__ */ he(uo, [["render", fo]]), mo = { class: "mde-b3" }, g
1389
1391
  key: 0,
1390
1392
  for: "input-" + e.id,
1391
1393
  class: J(["m-label", { "m-label--optional": !e.required }])
1392
- }, L(e.label), 11, Wo)) : R("", !0),
1394
+ }, L(e.label), 11, Uo)) : R("", !0),
1393
1395
  e.hint ? (_(), C("p", {
1394
1396
  key: 1,
1395
1397
  class: "m-hint",
1396
1398
  id: "input-hint-" + e.id
1397
- }, L(e.hint), 9, Uo)) : R("", !0),
1398
- g("div", qo, [
1399
- n.prefix ? (_(), C("div", Xo, [
1399
+ }, L(e.hint), 9, qo)) : R("", !0),
1400
+ g("div", Xo, [
1401
+ n.prefix ? (_(), C("div", Jo, [
1400
1402
  g("span", null, [
1401
1403
  W(c.$slots, "prefix")
1402
1404
  ])
@@ -1413,25 +1415,25 @@ const vo = /* @__PURE__ */ he(uo, [["render", fo]]), mo = { class: "mde-b3" }, g
1413
1415
  maxlength: e.max,
1414
1416
  autocomplete: e.autocomplete,
1415
1417
  name: e.name
1416
- }, null, 8, Jo), [
1418
+ }, null, 8, Zo), [
1417
1419
  [Ca, i.value]
1418
1420
  ]),
1419
- a.value && s.value.length !== 0 ? (_(), C("ul", Zo, [
1421
+ a.value && s.value.length !== 0 ? (_(), C("ul", Qo, [
1420
1422
  (_(!0), C(we, null, Oe(s.value, (d) => (_(), C("li", {
1421
1423
  class: "autocomplete-result",
1422
1424
  key: d,
1423
1425
  onClick: (h) => o(d)
1424
- }, L(d), 9, Qo))), 128))
1426
+ }, L(d), 9, el))), 128))
1425
1427
  ])) : R("", !0),
1426
1428
  e.suffixIcon ? (_(), C("button", {
1427
1429
  key: 2,
1428
1430
  class: "m-input__suffix",
1429
1431
  onClick: l
1430
1432
  }, [
1431
- (_(), C("svg", el, [
1433
+ (_(), C("svg", tl, [
1432
1434
  g("use", {
1433
1435
  "xlink:href": "#icon-" + e.suffixIcon
1434
- }, null, 8, tl)
1436
+ }, null, 8, il)
1435
1437
  ])),
1436
1438
  u[1] || (u[1] = g("span", { class: "visually-hidden" }, "Suchen", -1))
1437
1439
  ])) : R("", !0)
@@ -1450,10 +1452,10 @@ const vo = /* @__PURE__ */ he(uo, [["render", fo]]), mo = { class: "mde-b3" }, g
1450
1452
  })) : R("", !0)
1451
1453
  ], 2));
1452
1454
  }
1453
- }), yr = /* @__PURE__ */ Symbol("mucRadioGroup"), nl = {
1455
+ }), yr = /* @__PURE__ */ Symbol("mucRadioGroup"), rl = {
1454
1456
  key: 0,
1455
1457
  class: "m-radios__item"
1456
- }, rl = ["id", "aria-describedby", "checked", "disabled"], al = ["for"], sl = ["id"], ol = /* @__PURE__ */ U({
1458
+ }, al = ["id", "aria-describedby", "checked", "disabled"], sl = ["for"], ol = ["id"], ll = /* @__PURE__ */ U({
1457
1459
  __name: "MucRadioButton",
1458
1460
  props: {
1459
1461
  id: {},
@@ -1464,7 +1466,7 @@ const vo = /* @__PURE__ */ he(uo, [["render", fo]]), mo = { class: "mde-b3" }, g
1464
1466
  },
1465
1467
  setup(e) {
1466
1468
  const t = zt(yr), i = () => t?.set(e.value), n = D(() => t?.modelValue.value === e.value), r = D(() => e.disabled || t?.disabled.value), a = D(() => t?.disabled ?? !1);
1467
- return (s, o) => a.value ? (_(), C("div", nl, [
1469
+ return (s, o) => a.value ? (_(), C("div", rl, [
1468
1470
  g("input", {
1469
1471
  id: "radio-" + e.id,
1470
1472
  class: "m-radios__input",
@@ -1473,7 +1475,7 @@ const vo = /* @__PURE__ */ he(uo, [["render", fo]]), mo = { class: "mde-b3" }, g
1473
1475
  checked: n.value,
1474
1476
  disabled: r.value,
1475
1477
  onClick: $t(i, ["stop"])
1476
- }, null, 8, rl),
1478
+ }, null, 8, al),
1477
1479
  g("label", {
1478
1480
  class: "m-label m-radios__label",
1479
1481
  for: "radio-" + e.id,
@@ -1483,11 +1485,11 @@ const vo = /* @__PURE__ */ he(uo, [["render", fo]]), mo = { class: "mde-b3" }, g
1483
1485
  g("span", {
1484
1486
  id: "radio-hint-" + e.id,
1485
1487
  class: "m-hint"
1486
- }, L(e.hint), 9, sl)
1487
- ], 8, al)
1488
+ }, L(e.hint), 9, ol)
1489
+ ], 8, sl)
1488
1490
  ])) : R("", !0);
1489
1491
  }
1490
- }), ll = { class: "m-form-group" }, cl = { class: "m-radio-group" }, ul = { class: "m-radio-group__legend" }, dl = { class: "m-radio-group__heading" }, hl = { class: "m-radios" }, fl = /* @__PURE__ */ U({
1492
+ }), cl = { class: "m-form-group" }, ul = { class: "m-radio-group" }, dl = { class: "m-radio-group__legend" }, hl = { class: "m-radio-group__heading" }, fl = { class: "m-radios" }, vl = /* @__PURE__ */ U({
1491
1493
  __name: "MucRadioButtonGroup",
1492
1494
  props: /* @__PURE__ */ Pe({
1493
1495
  heading: {},
@@ -1505,12 +1507,12 @@ const vo = /* @__PURE__ */ he(uo, [["render", fo]]), mo = { class: "mde-b3" }, g
1505
1507
  },
1506
1508
  modelValue: i,
1507
1509
  disabled: Vi(Bi(() => e.disabled))
1508
- }), (r, a) => (_(), C("div", ll, [
1509
- g("fieldset", cl, [
1510
- g("legend", ul, [
1511
- g("h3", dl, L(e.heading), 1)
1510
+ }), (r, a) => (_(), C("div", cl, [
1511
+ g("fieldset", ul, [
1512
+ g("legend", dl, [
1513
+ g("h3", hl, L(e.heading), 1)
1512
1514
  ]),
1513
- g("div", hl, [
1515
+ g("div", fl, [
1514
1516
  W(r.$slots, "default")
1515
1517
  ])
1516
1518
  ])
@@ -1543,7 +1545,7 @@ var Se = function() {
1543
1545
  return t;
1544
1546
  }, Se.apply(this, arguments);
1545
1547
  };
1546
- function vl(e, t, i) {
1548
+ function ml(e, t, i) {
1547
1549
  for (var n = 0, r = t.length, a; n < r; n++)
1548
1550
  (a || !(n in t)) && (a || (a = Array.prototype.slice.call(t, 0, n)), a[n] = t[n]);
1549
1551
  return e.concat(a || Array.prototype.slice.call(t));
@@ -1581,7 +1583,7 @@ var le = {
1581
1583
  DOWN_KEY: 40,
1582
1584
  PAGE_UP_KEY: 33,
1583
1585
  PAGE_DOWN_KEY: 34
1584
- }, ml = ["fuseOptions", "classNames"], qe = {
1586
+ }, gl = ["fuseOptions", "classNames"], qe = {
1585
1587
  Text: "text",
1586
1588
  SelectOne: "select-one",
1587
1589
  SelectMultiple: "select-multiple"
@@ -1590,22 +1592,22 @@ var le = {
1590
1592
  type: le.ADD_CHOICE,
1591
1593
  choice: e
1592
1594
  };
1593
- }, gl = function(e) {
1595
+ }, pl = function(e) {
1594
1596
  return {
1595
1597
  type: le.REMOVE_CHOICE,
1596
1598
  choice: e
1597
1599
  };
1598
- }, pl = function(e) {
1600
+ }, _l = function(e) {
1599
1601
  return {
1600
1602
  type: le.FILTER_CHOICES,
1601
1603
  results: e
1602
1604
  };
1603
- }, _l = function(e) {
1605
+ }, yl = function(e) {
1604
1606
  return {
1605
1607
  type: le.ACTIVATE_CHOICES,
1606
1608
  active: e
1607
1609
  };
1608
- }, yl = function(e) {
1610
+ }, bl = function(e) {
1609
1611
  return {
1610
1612
  type: le.ADD_GROUP,
1611
1613
  group: e
@@ -1626,16 +1628,16 @@ var le = {
1626
1628
  item: e,
1627
1629
  highlighted: t
1628
1630
  };
1629
- }, bl = function(e, t) {
1631
+ }, El = function(e, t) {
1630
1632
  return Math.floor(Math.random() * (t - e) + e);
1631
1633
  }, Ln = function(e) {
1632
1634
  return Array.from({ length: e }, function() {
1633
- return bl(0, 36).toString(36);
1635
+ return El(0, 36).toString(36);
1634
1636
  }).join("");
1635
- }, El = function(e, t) {
1637
+ }, Sl = function(e, t) {
1636
1638
  var i = e.id || e.name && "".concat(e.name, "-").concat(Ln(2)) || Ln(4);
1637
1639
  return i = i.replace(/(:|\.|\[|\]|,)/g, ""), i = "".concat(t, "-").concat(i), i;
1638
- }, Sl = function(e, t, i) {
1640
+ }, Cl = function(e, t, i) {
1639
1641
  i === void 0 && (i = 1);
1640
1642
  for (var n = "".concat(i > 0 ? "next" : "previous", "ElementSibling"), r = e[n]; r; ) {
1641
1643
  if (r.matches(t))
@@ -1643,7 +1645,7 @@ var le = {
1643
1645
  r = r[n];
1644
1646
  }
1645
1647
  return null;
1646
- }, Cl = function(e, t, i) {
1648
+ }, wl = function(e, t, i) {
1647
1649
  i === void 0 && (i = 1);
1648
1650
  var n;
1649
1651
  return i > 0 ? n = t.scrollTop + t.offsetHeight >= e.offsetTop + e.offsetHeight : n = e.offsetTop >= t.scrollTop, n;
@@ -1660,7 +1662,7 @@ var le = {
1660
1662
  return e;
1661
1663
  }
1662
1664
  return e.replace(/&/g, "&amp;").replace(/>/g, "&gt;").replace(/</g, "&lt;").replace(/'/g, "&#039;").replace(/"/g, "&quot;");
1663
- }, wl = (function() {
1665
+ }, Al = (function() {
1664
1666
  var e = document.createElement("div");
1665
1667
  return function(t) {
1666
1668
  e.innerHTML = t.trim();
@@ -1696,16 +1698,16 @@ var le = {
1696
1698
  return e ? Er(t) : _i(t);
1697
1699
  }, Be = function(e, t, i) {
1698
1700
  e.innerHTML = an(t, i);
1699
- }, Al = function(e, t) {
1701
+ }, Il = function(e, t) {
1700
1702
  var i = e.value, n = e.label, r = n === void 0 ? i : n, a = t.value, s = t.label, o = s === void 0 ? a : s;
1701
1703
  return lt(r).localeCompare(lt(o), [], {
1702
1704
  sensitivity: "base",
1703
1705
  ignorePunctuation: !0,
1704
1706
  numeric: !0
1705
1707
  });
1706
- }, Il = function(e, t) {
1708
+ }, Ml = function(e, t) {
1707
1709
  return e.rank - t.rank;
1708
- }, Ml = function(e, t, i) {
1710
+ }, Tl = function(e, t, i) {
1709
1711
  i === void 0 && (i = null);
1710
1712
  var n = new CustomEvent(t, {
1711
1713
  detail: i,
@@ -1713,7 +1715,7 @@ var le = {
1713
1715
  cancelable: !0
1714
1716
  });
1715
1717
  return e.dispatchEvent(n);
1716
- }, Tl = function(e, t) {
1718
+ }, Dl = function(e, t) {
1717
1719
  var i = Object.keys(e).sort(), n = Object.keys(t).sort();
1718
1720
  return i.filter(function(r) {
1719
1721
  return n.indexOf(r) < 0;
@@ -1730,7 +1732,7 @@ var le = {
1730
1732
  }, $e = function(e, t) {
1731
1733
  var i;
1732
1734
  (i = e.classList).remove.apply(i, yi(t));
1733
- }, Dl = function(e) {
1735
+ }, xl = function(e) {
1734
1736
  if (typeof e < "u")
1735
1737
  try {
1736
1738
  return JSON.parse(e);
@@ -1738,10 +1740,10 @@ var le = {
1738
1740
  return e;
1739
1741
  }
1740
1742
  return {};
1741
- }, xl = function(e, t, i) {
1743
+ }, Ol = function(e, t, i) {
1742
1744
  var n = e.itemEl;
1743
1745
  n && ($e(n, i), G(n, t));
1744
- }, Ol = (
1746
+ }, kl = (
1745
1747
  /** @class */
1746
1748
  (function() {
1747
1749
  function e(t) {
@@ -1792,7 +1794,7 @@ var le = {
1792
1794
  $e(this.element, this.classNames.loadingState), this.element.removeAttribute("aria-busy"), this.isLoading = !1;
1793
1795
  }, e;
1794
1796
  })()
1795
- ), kl = (
1797
+ ), Ll = (
1796
1798
  /** @class */
1797
1799
  (function() {
1798
1800
  function e(t) {
@@ -1855,7 +1857,7 @@ var le = {
1855
1857
  this.isFocussed = !1;
1856
1858
  }, e;
1857
1859
  })()
1858
- ), Ll = 4, Pn = (
1860
+ ), $l = 4, Pn = (
1859
1861
  /** @class */
1860
1862
  (function() {
1861
1863
  function e(t) {
@@ -1882,7 +1884,7 @@ var le = {
1882
1884
  var r = (t - n) / i, a = r > 1 ? r : 1;
1883
1885
  this.element.scrollTop = t - a;
1884
1886
  }, e.prototype._animateScroll = function(t, i) {
1885
- var n = this, r = Ll, a = this.element.scrollTop, s = !1;
1887
+ var n = this, r = $l, a = this.element.scrollTop, s = !1;
1886
1888
  i > 0 ? (this._scrollDown(a, r, t), a < t && (s = !0)) : (this._scrollUp(a, r, t), a > t && (s = !0)), s && requestAnimationFrame(function() {
1887
1889
  n._animateScroll(t, i);
1888
1890
  });
@@ -1931,10 +1933,10 @@ var le = {
1931
1933
  }, e.prototype.disable = function() {
1932
1934
  this.element.setAttribute("disabled", ""), this.element.disabled = !0, this.isDisabled = !0;
1933
1935
  }, e.prototype.triggerEvent = function(t, i) {
1934
- Ml(this.element, t, i || {});
1936
+ Tl(this.element, t, i || {});
1935
1937
  }, e;
1936
1938
  })()
1937
- ), $l = (
1939
+ ), Nl = (
1938
1940
  /** @class */
1939
1941
  (function(e) {
1940
1942
  br(t, e);
@@ -1996,15 +1998,15 @@ var le = {
1996
1998
  customProperties: u.customProperties
1997
1999
  };
1998
2000
  return d;
1999
- }, Nl = function(e) {
2001
+ }, Pl = function(e) {
2000
2002
  return e.tagName === "INPUT";
2001
2003
  }, wr = function(e) {
2002
2004
  return e.tagName === "SELECT";
2003
- }, Pl = function(e) {
2004
- return e.tagName === "OPTION";
2005
2005
  }, Fl = function(e) {
2006
+ return e.tagName === "OPTION";
2007
+ }, Rl = function(e) {
2006
2008
  return e.tagName === "OPTGROUP";
2007
- }, Rl = (
2009
+ }, Vl = (
2008
2010
  /** @class */
2009
2011
  (function(e) {
2010
2012
  br(t, e);
@@ -2031,7 +2033,7 @@ var le = {
2031
2033
  }, t.prototype.optionsAsChoices = function() {
2032
2034
  var i = this, n = [];
2033
2035
  return this.element.querySelectorAll(":scope > option, :scope > optgroup").forEach(function(r) {
2034
- Pl(r) ? n.push(i._optionToChoice(r)) : Fl(r) && n.push(i._optgroupToChoice(r));
2036
+ Fl(r) ? n.push(i._optionToChoice(r)) : Rl(r) && n.push(i._optgroupToChoice(r));
2035
2037
  }), n;
2036
2038
  }, t.prototype._optionToChoice = function(i) {
2037
2039
  return !i.hasAttribute("value") && i.hasAttribute("placeholder") && (i.setAttribute("value", ""), i.value = ""), {
@@ -2052,7 +2054,7 @@ var le = {
2052
2054
  placeholder: this.extractPlaceholder && (!i.value || i.hasAttribute("placeholder")),
2053
2055
  labelClass: typeof i.dataset.labelClass < "u" ? Cr(i.dataset.labelClass) : void 0,
2054
2056
  labelDescription: typeof i.dataset.labelDescription < "u" ? i.dataset.labelDescription : void 0,
2055
- customProperties: Dl(i.dataset.customProperties)
2057
+ customProperties: xl(i.dataset.customProperties)
2056
2058
  };
2057
2059
  }, t.prototype._optgroupToChoice = function(i) {
2058
2060
  var n = this, r = i.querySelectorAll("option"), a = Array.from(r).map(function(s) {
@@ -2068,7 +2070,7 @@ var le = {
2068
2070
  };
2069
2071
  }, t;
2070
2072
  })(Sr)
2071
- ), Vl = {
2073
+ ), Bl = {
2072
2074
  containerOuter: ["choices"],
2073
2075
  containerInner: ["choices__inner"],
2074
2076
  input: ["choices__input"],
@@ -2129,7 +2131,7 @@ var le = {
2129
2131
  resetScrollPosition: !0,
2130
2132
  shouldSort: !0,
2131
2133
  shouldSortItems: !1,
2132
- sorter: Al,
2134
+ sorter: Il,
2133
2135
  shadowRoot: null,
2134
2136
  placeholder: !0,
2135
2137
  placeholderValue: null,
@@ -2164,13 +2166,13 @@ var le = {
2164
2166
  labelId: "",
2165
2167
  callbackOnInit: null,
2166
2168
  callbackOnCreateTemplates: null,
2167
- classNames: Vl,
2169
+ classNames: Bl,
2168
2170
  appendGroupInSearch: !1
2169
2171
  }, Rn = function(e) {
2170
2172
  var t = e.itemEl;
2171
2173
  t && (t.remove(), e.itemEl = void 0);
2172
2174
  };
2173
- function Bl(e, t, i) {
2175
+ function Hl(e, t, i) {
2174
2176
  var n = e, r = !0;
2175
2177
  switch (t.type) {
2176
2178
  case le.ADD_ITEM: {
@@ -2202,7 +2204,7 @@ function Bl(e, t, i) {
2202
2204
  var o = t.highlighted, l = n.find(function(c) {
2203
2205
  return c.id === t.item.id;
2204
2206
  });
2205
- l && l.highlighted !== o && (l.highlighted = o, i && xl(l, o ? i.classNames.highlightedState : i.classNames.selectedState, o ? i.classNames.selectedState : i.classNames.highlightedState));
2207
+ l && l.highlighted !== o && (l.highlighted = o, i && Ol(l, o ? i.classNames.highlightedState : i.classNames.selectedState, o ? i.classNames.selectedState : i.classNames.highlightedState));
2206
2208
  break;
2207
2209
  }
2208
2210
  default: {
@@ -2212,7 +2214,7 @@ function Bl(e, t, i) {
2212
2214
  }
2213
2215
  return { state: n, update: r };
2214
2216
  }
2215
- function Hl(e, t) {
2217
+ function Yl(e, t) {
2216
2218
  var i = e, n = !0;
2217
2219
  switch (t.type) {
2218
2220
  case le.ADD_GROUP: {
@@ -2230,7 +2232,7 @@ function Hl(e, t) {
2230
2232
  }
2231
2233
  return { state: i, update: n };
2232
2234
  }
2233
- function Yl(e, t, i) {
2235
+ function jl(e, t, i) {
2234
2236
  var n = e, r = !0;
2235
2237
  switch (t.type) {
2236
2238
  case le.ADD_CHOICE: {
@@ -2278,10 +2280,10 @@ function Yl(e, t, i) {
2278
2280
  return { state: n, update: r };
2279
2281
  }
2280
2282
  var Vn = {
2281
- groups: Hl,
2282
- items: Bl,
2283
- choices: Yl
2284
- }, jl = (
2283
+ groups: Yl,
2284
+ items: Hl,
2285
+ choices: jl
2286
+ }, Kl = (
2285
2287
  /** @class */
2286
2288
  (function() {
2287
2289
  function e(t) {
@@ -2434,8 +2436,8 @@ var Vn = {
2434
2436
  addChoice: "add-choice",
2435
2437
  generic: ""
2436
2438
  };
2437
- function Kl(e, t, i) {
2438
- return (t = zl(t)) in e ? Object.defineProperty(e, t, {
2439
+ function Gl(e, t, i) {
2440
+ return (t = Wl(t)) in e ? Object.defineProperty(e, t, {
2439
2441
  value: i,
2440
2442
  enumerable: !0,
2441
2443
  configurable: !0,
@@ -2456,14 +2458,14 @@ function gt(e) {
2456
2458
  for (var t = 1; t < arguments.length; t++) {
2457
2459
  var i = arguments[t] != null ? arguments[t] : {};
2458
2460
  t % 2 ? Bn(Object(i), !0).forEach(function(n) {
2459
- Kl(e, n, i[n]);
2461
+ Gl(e, n, i[n]);
2460
2462
  }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(i)) : Bn(Object(i)).forEach(function(n) {
2461
2463
  Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(i, n));
2462
2464
  });
2463
2465
  }
2464
2466
  return e;
2465
2467
  }
2466
- function Gl(e, t) {
2468
+ function zl(e, t) {
2467
2469
  if (typeof e != "object" || !e) return e;
2468
2470
  var i = e[Symbol.toPrimitive];
2469
2471
  if (i !== void 0) {
@@ -2473,21 +2475,21 @@ function Gl(e, t) {
2473
2475
  }
2474
2476
  return (t === "string" ? String : Number)(e);
2475
2477
  }
2476
- function zl(e) {
2477
- var t = Gl(e, "string");
2478
+ function Wl(e) {
2479
+ var t = zl(e, "string");
2478
2480
  return typeof t == "symbol" ? t : t + "";
2479
2481
  }
2480
2482
  function Ge(e) {
2481
2483
  return Array.isArray ? Array.isArray(e) : Mr(e) === "[object Array]";
2482
2484
  }
2483
- function Wl(e) {
2485
+ function Ul(e) {
2484
2486
  if (typeof e == "string")
2485
2487
  return e;
2486
2488
  let t = e + "";
2487
2489
  return t == "0" && 1 / e == -1 / 0 ? "-0" : t;
2488
2490
  }
2489
- function Ul(e) {
2490
- return e == null ? "" : Wl(e);
2491
+ function ql(e) {
2492
+ return e == null ? "" : Ul(e);
2491
2493
  }
2492
2494
  function Ne(e) {
2493
2495
  return typeof e == "string";
@@ -2495,13 +2497,13 @@ function Ne(e) {
2495
2497
  function Ar(e) {
2496
2498
  return typeof e == "number";
2497
2499
  }
2498
- function ql(e) {
2499
- return e === !0 || e === !1 || Xl(e) && Mr(e) == "[object Boolean]";
2500
+ function Xl(e) {
2501
+ return e === !0 || e === !1 || Jl(e) && Mr(e) == "[object Boolean]";
2500
2502
  }
2501
2503
  function Ir(e) {
2502
2504
  return typeof e == "object";
2503
2505
  }
2504
- function Xl(e) {
2506
+ function Jl(e) {
2505
2507
  return Ir(e) && e !== null;
2506
2508
  }
2507
2509
  function Ae(e) {
@@ -2513,8 +2515,8 @@ function ki(e) {
2513
2515
  function Mr(e) {
2514
2516
  return e == null ? e === void 0 ? "[object Undefined]" : "[object Null]" : Object.prototype.toString.call(e);
2515
2517
  }
2516
- const Jl = "Incorrect 'index' type", Zl = (e) => `Invalid value for key ${e}`, Ql = (e) => `Pattern length exceeds max of ${e}.`, ec = (e) => `Missing ${e} property in key`, tc = (e) => `Property 'weight' in key '${e}' must be a positive integer`, Hn = Object.prototype.hasOwnProperty;
2517
- class ic {
2518
+ const Zl = "Incorrect 'index' type", Ql = (e) => `Invalid value for key ${e}`, ec = (e) => `Pattern length exceeds max of ${e}.`, tc = (e) => `Missing ${e} property in key`, ic = (e) => `Property 'weight' in key '${e}' must be a positive integer`, Hn = Object.prototype.hasOwnProperty;
2519
+ class nc {
2518
2520
  constructor(t) {
2519
2521
  this._keys = [], this._keyMap = {};
2520
2522
  let i = 0;
@@ -2541,10 +2543,10 @@ function Tr(e) {
2541
2543
  n = e, t = Yn(e), i = ji(e);
2542
2544
  else {
2543
2545
  if (!Hn.call(e, "name"))
2544
- throw new Error(ec("name"));
2546
+ throw new Error(tc("name"));
2545
2547
  const s = e.name;
2546
2548
  if (n = s, Hn.call(e, "weight") && (r = e.weight, r <= 0))
2547
- throw new Error(tc(s));
2549
+ throw new Error(ic(s));
2548
2550
  t = Yn(s), i = ji(s), a = e.getFn;
2549
2551
  }
2550
2552
  return {
@@ -2561,7 +2563,7 @@ function Yn(e) {
2561
2563
  function ji(e) {
2562
2564
  return Ge(e) ? e.join(".") : e;
2563
2565
  }
2564
- function nc(e, t) {
2566
+ function rc(e, t) {
2565
2567
  let i = [], n = !1;
2566
2568
  const r = (a, s, o) => {
2567
2569
  if (Ae(a))
@@ -2572,8 +2574,8 @@ function nc(e, t) {
2572
2574
  const c = a[l];
2573
2575
  if (!Ae(c))
2574
2576
  return;
2575
- if (o === s.length - 1 && (Ne(c) || Ar(c) || ql(c)))
2576
- i.push(Ul(c));
2577
+ if (o === s.length - 1 && (Ne(c) || Ar(c) || Xl(c)))
2578
+ i.push(ql(c));
2577
2579
  else if (Ge(c)) {
2578
2580
  n = !0;
2579
2581
  for (let u = 0, d = c.length; u < d; u += 1)
@@ -2583,7 +2585,7 @@ function nc(e, t) {
2583
2585
  };
2584
2586
  return r(e, Ne(t) ? t.split(".") : t, 0), n ? i : i[0];
2585
2587
  }
2586
- const rc = {
2588
+ const ac = {
2587
2589
  // Whether the matches should be included in the result set. When `true`, each record in the result
2588
2590
  // set will include the indices of the matched characters.
2589
2591
  // These can consequently be used for highlighting purposes.
@@ -2593,7 +2595,7 @@ const rc = {
2593
2595
  findAllMatches: !1,
2594
2596
  // Minimum number of characters that must be matched before a result is considered a match
2595
2597
  minMatchCharLength: 1
2596
- }, ac = {
2598
+ }, sc = {
2597
2599
  // When `true`, the algorithm continues searching to the end of the input even if a perfect
2598
2600
  // match is found before the end of the same input.
2599
2601
  isCaseSensitive: !1,
@@ -2605,7 +2607,7 @@ const rc = {
2605
2607
  shouldSort: !0,
2606
2608
  // Default sort function: sort by ascending score, ascending index
2607
2609
  sortFn: (e, t) => e.score === t.score ? e.idx < t.idx ? -1 : 1 : e.score < t.score ? -1 : 1
2608
- }, sc = {
2610
+ }, oc = {
2609
2611
  // Approximately where in the text is the pattern expected to be found?
2610
2612
  location: 0,
2611
2613
  // At what point does the match algorithm give up. A threshold of '0.0' requires a perfect match
@@ -2617,12 +2619,12 @@ const rc = {
2617
2619
  // the exact location specified, a threshold of '1000' would require a perfect match
2618
2620
  // to be within 800 characters of the fuzzy location to be found using a 0.8 threshold.
2619
2621
  distance: 100
2620
- }, oc = {
2622
+ }, lc = {
2621
2623
  // When `true`, it enables the use of unix-like search commands
2622
2624
  useExtendedSearch: !1,
2623
2625
  // The get function to use when fetching an object's properties.
2624
2626
  // The default will search nested paths *ie foo.bar.baz*
2625
- getFn: nc,
2627
+ getFn: rc,
2626
2628
  // When `true`, search will ignore `location` and `distance`, so it won't matter
2627
2629
  // where in the string the pattern appears.
2628
2630
  // More info: https://fusejs.io/concepts/scoring-theory.html#fuzziness-score
@@ -2634,13 +2636,13 @@ const rc = {
2634
2636
  // The weight to determine how much field length norm effects scoring.
2635
2637
  fieldNormWeight: 1
2636
2638
  };
2637
- var Y = gt(gt(gt(gt({}, ac), rc), sc), oc);
2638
- const lc = /[^ ]+/g;
2639
- function cc(e = 1, t = 3) {
2639
+ var Y = gt(gt(gt(gt({}, sc), ac), oc), lc);
2640
+ const cc = /[^ ]+/g;
2641
+ function uc(e = 1, t = 3) {
2640
2642
  const i = /* @__PURE__ */ new Map(), n = Math.pow(10, t);
2641
2643
  return {
2642
2644
  get(r) {
2643
- const a = r.match(lc).length;
2645
+ const a = r.match(cc).length;
2644
2646
  if (i.has(a))
2645
2647
  return i.get(a);
2646
2648
  const s = 1 / Math.pow(a, 0.5 * e), o = parseFloat(Math.round(s * n) / n);
@@ -2656,7 +2658,7 @@ class sn {
2656
2658
  getFn: t = Y.getFn,
2657
2659
  fieldNormWeight: i = Y.fieldNormWeight
2658
2660
  } = {}) {
2659
- this.norm = cc(i, 3), this.getFn = t, this.isCreated = !1, this.setIndexRecords();
2661
+ this.norm = uc(i, 3), this.getFn = t, this.isCreated = !1, this.setIndexRecords();
2660
2662
  }
2661
2663
  setSources(t = []) {
2662
2664
  this.docs = t;
@@ -2765,7 +2767,7 @@ function Dr(e, t, {
2765
2767
  });
2766
2768
  return r.setKeys(e.map(Tr)), r.setSources(t), r.create(), r;
2767
2769
  }
2768
- function uc(e, {
2770
+ function dc(e, {
2769
2771
  getFn: t = Y.getFn,
2770
2772
  fieldNormWeight: i = Y.fieldNormWeight
2771
2773
  } = {}) {
@@ -2791,7 +2793,7 @@ function ni(e, {
2791
2793
  const o = Math.abs(n - i);
2792
2794
  return r ? s + o / r : o ? 1 : s;
2793
2795
  }
2794
- function dc(e = [], t = Y.minMatchCharLength) {
2796
+ function hc(e = [], t = Y.minMatchCharLength) {
2795
2797
  let i = [], n = -1, r = -1, a = 0;
2796
2798
  for (let s = e.length; a < s; a += 1) {
2797
2799
  let o = e[a];
@@ -2800,7 +2802,7 @@ function dc(e = [], t = Y.minMatchCharLength) {
2800
2802
  return e[a - 1] && a - n >= t && i.push([n, a - 1]), i;
2801
2803
  }
2802
2804
  const ot = 32;
2803
- function hc(e, t, i, {
2805
+ function fc(e, t, i, {
2804
2806
  location: n = Y.location,
2805
2807
  distance: r = Y.distance,
2806
2808
  threshold: a = Y.threshold,
@@ -2810,7 +2812,7 @@ function hc(e, t, i, {
2810
2812
  ignoreLocation: c = Y.ignoreLocation
2811
2813
  } = {}) {
2812
2814
  if (t.length > ot)
2813
- throw new Error(Ql(ot));
2815
+ throw new Error(ec(ot));
2814
2816
  const u = t.length, d = e.length, h = Math.max(0, Math.min(n, d));
2815
2817
  let v = a, f = h;
2816
2818
  const m = o > 1 || l, b = m ? Array(d) : [];
@@ -2874,12 +2876,12 @@ function hc(e, t, i, {
2874
2876
  score: Math.max(1e-3, E)
2875
2877
  };
2876
2878
  if (m) {
2877
- const S = dc(b, o);
2879
+ const S = hc(b, o);
2878
2880
  S.length ? l && (T.indices = S) : T.isMatch = !1;
2879
2881
  }
2880
2882
  return T;
2881
2883
  }
2882
- function fc(e) {
2884
+ function vc(e) {
2883
2885
  let t = {};
2884
2886
  for (let i = 0, n = e.length; i < n; i += 1) {
2885
2887
  const r = e.charAt(i);
@@ -2912,7 +2914,7 @@ class xr {
2912
2914
  const u = (h, v) => {
2913
2915
  this.chunks.push({
2914
2916
  pattern: h,
2915
- alphabet: fc(h),
2917
+ alphabet: vc(h),
2916
2918
  startIndex: v
2917
2919
  });
2918
2920
  }, d = this.pattern.length;
@@ -2958,7 +2960,7 @@ class xr {
2958
2960
  isMatch: p,
2959
2961
  score: y,
2960
2962
  indices: E
2961
- } = hc(t, f, m, {
2963
+ } = fc(t, f, m, {
2962
2964
  location: r + b,
2963
2965
  distance: a,
2964
2966
  threshold: s,
@@ -2993,7 +2995,7 @@ function jn(e, t) {
2993
2995
  const i = e.match(t);
2994
2996
  return i ? i[1] : null;
2995
2997
  }
2996
- class vc extends tt {
2998
+ class mc extends tt {
2997
2999
  constructor(t) {
2998
3000
  super(t);
2999
3001
  }
@@ -3015,7 +3017,7 @@ class vc extends tt {
3015
3017
  };
3016
3018
  }
3017
3019
  }
3018
- class mc extends tt {
3020
+ class gc extends tt {
3019
3021
  constructor(t) {
3020
3022
  super(t);
3021
3023
  }
@@ -3037,7 +3039,7 @@ class mc extends tt {
3037
3039
  };
3038
3040
  }
3039
3041
  }
3040
- class gc extends tt {
3042
+ class pc extends tt {
3041
3043
  constructor(t) {
3042
3044
  super(t);
3043
3045
  }
@@ -3059,7 +3061,7 @@ class gc extends tt {
3059
3061
  };
3060
3062
  }
3061
3063
  }
3062
- class pc extends tt {
3064
+ class _c extends tt {
3063
3065
  constructor(t) {
3064
3066
  super(t);
3065
3067
  }
@@ -3081,7 +3083,7 @@ class pc extends tt {
3081
3083
  };
3082
3084
  }
3083
3085
  }
3084
- class _c extends tt {
3086
+ class yc extends tt {
3085
3087
  constructor(t) {
3086
3088
  super(t);
3087
3089
  }
@@ -3103,7 +3105,7 @@ class _c extends tt {
3103
3105
  };
3104
3106
  }
3105
3107
  }
3106
- class yc extends tt {
3108
+ class bc extends tt {
3107
3109
  constructor(t) {
3108
3110
  super(t);
3109
3111
  }
@@ -3186,10 +3188,10 @@ class kr extends tt {
3186
3188
  };
3187
3189
  }
3188
3190
  }
3189
- const Ki = [vc, kr, gc, pc, yc, _c, mc, Or], Kn = Ki.length, bc = / +(?=(?:[^\"]*\"[^\"]*\")*[^\"]*$)/, Ec = "|";
3190
- function Sc(e, t = {}) {
3191
- return e.split(Ec).map((i) => {
3192
- let n = i.trim().split(bc).filter((a) => a && !!a.trim()), r = [];
3191
+ const Ki = [mc, kr, pc, _c, bc, yc, gc, Or], Kn = Ki.length, Ec = / +(?=(?:[^\"]*\"[^\"]*\")*[^\"]*$)/, Sc = "|";
3192
+ function Cc(e, t = {}) {
3193
+ return e.split(Sc).map((i) => {
3194
+ let n = i.trim().split(Ec).filter((a) => a && !!a.trim()), r = [];
3193
3195
  for (let a = 0, s = n.length; a < s; a += 1) {
3194
3196
  const o = n[a];
3195
3197
  let l = !1, c = -1;
@@ -3211,8 +3213,8 @@ function Sc(e, t = {}) {
3211
3213
  return r;
3212
3214
  });
3213
3215
  }
3214
- const Cc = /* @__PURE__ */ new Set([Or.type, kr.type]);
3215
- class wc {
3216
+ const wc = /* @__PURE__ */ new Set([Or.type, kr.type]);
3217
+ class Ac {
3216
3218
  constructor(t, {
3217
3219
  isCaseSensitive: i = Y.isCaseSensitive,
3218
3220
  includeMatches: n = Y.includeMatches,
@@ -3232,7 +3234,7 @@ class wc {
3232
3234
  location: o,
3233
3235
  threshold: l,
3234
3236
  distance: c
3235
- }, this.pattern = i ? t : t.toLowerCase(), this.query = Sc(this.pattern, this.options);
3237
+ }, this.pattern = i ? t : t.toLowerCase(), this.query = Cc(this.pattern, this.options);
3236
3238
  }
3237
3239
  static condition(t, i) {
3238
3240
  return i.useExtendedSearch;
@@ -3262,7 +3264,7 @@ class wc {
3262
3264
  if (f) {
3263
3265
  if (a += 1, o += b, n) {
3264
3266
  const p = v.constructor.type;
3265
- Cc.has(p) ? s = [...s, ...m] : s.push(m);
3267
+ wc.has(p) ? s = [...s, ...m] : s.push(m);
3266
3268
  }
3267
3269
  } else {
3268
3270
  o = 0, a = 0, s.length = 0;
@@ -3284,7 +3286,7 @@ class wc {
3284
3286
  }
3285
3287
  }
3286
3288
  const Gi = [];
3287
- function Ac(...e) {
3289
+ function Ic(...e) {
3288
3290
  Gi.push(...e);
3289
3291
  }
3290
3292
  function zi(e, t) {
@@ -3301,7 +3303,7 @@ const di = {
3301
3303
  }, Wi = {
3302
3304
  PATH: "$path",
3303
3305
  PATTERN: "$val"
3304
- }, Ui = (e) => !!(e[di.AND] || e[di.OR]), Ic = (e) => !!e[Wi.PATH], Mc = (e) => !Ge(e) && Ir(e) && !Ui(e), Gn = (e) => ({
3306
+ }, Ui = (e) => !!(e[di.AND] || e[di.OR]), Mc = (e) => !!e[Wi.PATH], Tc = (e) => !Ge(e) && Ir(e) && !Ui(e), Gn = (e) => ({
3305
3307
  [di.AND]: Object.keys(e).map((t) => ({
3306
3308
  [t]: e[t]
3307
3309
  }))
@@ -3311,13 +3313,13 @@ function Lr(e, t, {
3311
3313
  } = {}) {
3312
3314
  const n = (r) => {
3313
3315
  let a = Object.keys(r);
3314
- const s = Ic(r);
3316
+ const s = Mc(r);
3315
3317
  if (!s && a.length > 1 && !Ui(r))
3316
3318
  return n(Gn(r));
3317
- if (Mc(r)) {
3319
+ if (Tc(r)) {
3318
3320
  const l = s ? r[Wi.PATH] : a[0], c = s ? r[Wi.PATTERN] : r[l];
3319
3321
  if (!Ne(c))
3320
- throw new Error(Zl(l));
3322
+ throw new Error(Ql(l));
3321
3323
  const u = {
3322
3324
  keyId: ji(l),
3323
3325
  pattern: c
@@ -3337,7 +3339,7 @@ function Lr(e, t, {
3337
3339
  };
3338
3340
  return Ui(e) || (e = Gn(e)), n(e);
3339
3341
  }
3340
- function Tc(e, {
3342
+ function Dc(e, {
3341
3343
  ignoreFieldNorm: t = Y.ignoreFieldNorm
3342
3344
  }) {
3343
3345
  e.forEach((i) => {
@@ -3352,7 +3354,7 @@ function Tc(e, {
3352
3354
  }), i.score = n;
3353
3355
  });
3354
3356
  }
3355
- function Dc(e, t) {
3357
+ function xc(e, t) {
3356
3358
  const i = e.matches;
3357
3359
  t.matches = [], Ae(i) && i.forEach((n) => {
3358
3360
  if (!Ae(n.indices) || !n.indices.length)
@@ -3368,15 +3370,15 @@ function Dc(e, t) {
3368
3370
  n.key && (s.key = n.key.src), n.idx > -1 && (s.refIndex = n.idx), t.matches.push(s);
3369
3371
  });
3370
3372
  }
3371
- function xc(e, t) {
3373
+ function Oc(e, t) {
3372
3374
  t.score = e.score;
3373
3375
  }
3374
- function Oc(e, t, {
3376
+ function kc(e, t, {
3375
3377
  includeMatches: i = Y.includeMatches,
3376
3378
  includeScore: n = Y.includeScore
3377
3379
  } = {}) {
3378
3380
  const r = [];
3379
- return i && r.push(Dc), n && r.push(xc), e.map((a) => {
3381
+ return i && r.push(xc), n && r.push(Oc), e.map((a) => {
3380
3382
  const {
3381
3383
  idx: s
3382
3384
  } = a, o = {
@@ -3390,11 +3392,11 @@ function Oc(e, t, {
3390
3392
  }
3391
3393
  class At {
3392
3394
  constructor(t, i = {}, n) {
3393
- this.options = gt(gt({}, Y), i), this.options.useExtendedSearch, this._keyStore = new ic(this.options.keys), this.setCollection(t, n);
3395
+ this.options = gt(gt({}, Y), i), this.options.useExtendedSearch, this._keyStore = new nc(this.options.keys), this.setCollection(t, n);
3394
3396
  }
3395
3397
  setCollection(t, i) {
3396
3398
  if (this._docs = t, i && !(i instanceof sn))
3397
- throw new Error(Jl);
3399
+ throw new Error(Zl);
3398
3400
  this._myIndex = i || Dr(this.options.keys, this._docs, {
3399
3401
  getFn: this.options.getFn,
3400
3402
  fieldNormWeight: this.options.fieldNormWeight
@@ -3428,9 +3430,9 @@ class At {
3428
3430
  ignoreFieldNorm: o
3429
3431
  } = this.options;
3430
3432
  let l = Ne(t) ? Ne(this._docs[0]) ? this._searchStringList(t) : this._searchObjectList(t) : this._searchLogical(t);
3431
- return Tc(l, {
3433
+ return Dc(l, {
3432
3434
  ignoreFieldNorm: o
3433
- }), a && l.sort(s), Ar(i) && i > -1 && (l = l.slice(0, i)), Oc(l, this._docs, {
3435
+ }), a && l.sort(s), Ar(i) && i > -1 && (l = l.slice(0, i)), kc(l, this._docs, {
3434
3436
  includeMatches: n,
3435
3437
  includeScore: r
3436
3438
  });
@@ -3585,15 +3587,15 @@ class At {
3585
3587
  }
3586
3588
  At.version = "7.0.0";
3587
3589
  At.createIndex = Dr;
3588
- At.parseIndex = uc;
3590
+ At.parseIndex = dc;
3589
3591
  At.config = Y;
3590
3592
  At.parseQuery = Lr;
3591
- Ac(wc);
3592
- var kc = (
3593
+ Ic(Ac);
3594
+ var Lc = (
3593
3595
  /** @class */
3594
3596
  (function() {
3595
3597
  function e(t) {
3596
- this._haystack = [], this._fuseOptions = Se(Se({}, t.fuseOptions), { keys: vl([], t.searchFields), includeMatches: !0 });
3598
+ this._haystack = [], this._fuseOptions = Se(Se({}, t.fuseOptions), { keys: ml([], t.searchFields), includeMatches: !0 });
3597
3599
  }
3598
3600
  return e.prototype.index = function(t) {
3599
3601
  this._haystack = t, this._fuse && this._fuse.setCollection(t);
@@ -3615,21 +3617,21 @@ var kc = (
3615
3617
  }, e;
3616
3618
  })()
3617
3619
  );
3618
- function Lc(e) {
3619
- return new kc(e);
3620
+ function $c(e) {
3621
+ return new Lc(e);
3620
3622
  }
3621
- var $c = function(e) {
3623
+ var Nc = function(e) {
3622
3624
  for (var t in e)
3623
3625
  if (Object.prototype.hasOwnProperty.call(e, t))
3624
3626
  return !1;
3625
3627
  return !0;
3626
3628
  }, Li = function(e, t, i) {
3627
3629
  var n = e.dataset, r = t.customProperties, a = t.labelClass, s = t.labelDescription;
3628
- a && (n.labelClass = yi(a).join(" ")), s && (n.labelDescription = s), i && r && (typeof r == "string" ? n.customProperties = r : typeof r == "object" && !$c(r) && (n.customProperties = JSON.stringify(r)));
3630
+ a && (n.labelClass = yi(a).join(" ")), s && (n.labelDescription = s), i && r && (typeof r == "string" ? n.customProperties = r : typeof r == "object" && !Nc(r) && (n.customProperties = JSON.stringify(r)));
3629
3631
  }, zn = function(e, t, i) {
3630
3632
  var n = t && e.querySelector("label[for='".concat(t, "']")), r = n && n.innerText;
3631
3633
  r && i.setAttribute("aria-label", r);
3632
- }, Nc = {
3634
+ }, Pc = {
3633
3635
  containerOuter: function(e, t, i, n, r, a, s) {
3634
3636
  var o = e.classNames.containerOuter, l = document.createElement("div");
3635
3637
  return G(l, o), l.dataset.type = a, t && (l.dir = t), n && (l.tabIndex = 0), i && (l.setAttribute("role", r ? "combobox" : "listbox"), r ? l.setAttribute("aria-autocomplete", "list") : s || zn(this._docRoot, this.passedElement.element.id, l), l.setAttribute("aria-haspopup", "true"), l.setAttribute("aria-expanded", "false")), s && l.setAttribute("aria-labelledby", s), l;
@@ -3718,10 +3720,10 @@ var $c = function(e) {
3718
3720
  var t = lt(e.label), i = new Option(t, e.value, !1, e.selected);
3719
3721
  return Li(i, e, !0), i.disabled = e.disabled, e.selected && i.setAttribute("selected", ""), i;
3720
3722
  }
3721
- }, Pc = "-ms-scroll-limit" in document.documentElement.style && "-ms-ime-align" in document.documentElement.style, Fc = {}, $i = function(e) {
3723
+ }, Fc = "-ms-scroll-limit" in document.documentElement.style && "-ms-ime-align" in document.documentElement.style, Rc = {}, $i = function(e) {
3722
3724
  if (e)
3723
3725
  return e.dataset.id ? parseInt(e.dataset.id, 10) : void 0;
3724
- }, Ot = "[data-choice-selectable]", Rc = (
3726
+ }, Ot = "[data-choice-selectable]", Vc = (
3725
3727
  /** @class */
3726
3728
  (function() {
3727
3729
  function e(t, i) {
@@ -3729,7 +3731,7 @@ var $c = function(e) {
3729
3731
  var n = this;
3730
3732
  this.initialisedOK = void 0, this._hasNonChoicePlaceholder = !1, this._lastAddedChoiceId = 0, this._lastAddedGroupId = 0;
3731
3733
  var r = e.defaults;
3732
- this.config = Se(Se(Se({}, r.allOptions), r.options), i), ml.forEach(function(p) {
3734
+ this.config = Se(Se(Se({}, r.allOptions), r.options), i), gl.forEach(function(p) {
3733
3735
  n.config[p] = Se(Se(Se({}, r.allOptions[p]), r.options[p]), i[p]);
3734
3736
  });
3735
3737
  var a = this.config;
@@ -3737,7 +3739,7 @@ var $c = function(e) {
3737
3739
  var s = a.shadowRoot || document.documentElement;
3738
3740
  this._docRoot = s;
3739
3741
  var o = typeof t == "string" ? s.querySelector(t) : t;
3740
- if (!o || typeof o != "object" || !(Nl(o) || wr(o)))
3742
+ if (!o || typeof o != "object" || !(Pl(o) || wr(o)))
3741
3743
  throw TypeError(!o && typeof t == "string" ? "Selector ".concat(t, " failed to find an element") : "Expected one of the following types text|select-one|select-multiple");
3742
3744
  var l = o.type, c = l === qe.Text;
3743
3745
  (c || a.maxItemCount !== 1) && (a.singleModeForMultiSelect = !1), a.singleModeForMultiSelect && (l = qe.SelectMultiple);
@@ -3747,13 +3749,13 @@ var $c = function(e) {
3747
3749
  a.addItemFilter = v.test.bind(v);
3748
3750
  }
3749
3751
  if (this._isTextElement)
3750
- this.passedElement = new $l({
3752
+ this.passedElement = new Nl({
3751
3753
  element: o,
3752
3754
  classNames: a.classNames
3753
3755
  });
3754
3756
  else {
3755
3757
  var f = o;
3756
- this.passedElement = new Rl({
3758
+ this.passedElement = new Vl({
3757
3759
  element: f,
3758
3760
  classNames: a.classNames,
3759
3761
  template: function(p) {
@@ -3762,7 +3764,7 @@ var $c = function(e) {
3762
3764
  extractPlaceholder: a.placeholder && !this._hasNonChoicePlaceholder
3763
3765
  });
3764
3766
  }
3765
- if (this.initialised = !1, this._store = new jl(a), this._currentValue = "", a.searchEnabled = !c && a.searchEnabled || d, this._canSearch = a.searchEnabled, this._isScrollingOnIe = !1, this._highlightPosition = 0, this._wasTap = !0, this._placeholderValue = this._generatePlaceholderValue(), this._baseId = El(o, "choices-"), this._direction = o.dir, !this._direction) {
3767
+ if (this.initialised = !1, this._store = new Kl(a), this._currentValue = "", a.searchEnabled = !c && a.searchEnabled || d, this._canSearch = a.searchEnabled, this._isScrollingOnIe = !1, this._highlightPosition = 0, this._wasTap = !0, this._placeholderValue = this._generatePlaceholderValue(), this._baseId = Sl(o, "choices-"), this._direction = o.dir, !this._direction) {
3766
3768
  var m = window.getComputedStyle(o).direction, b = window.getComputedStyle(document.documentElement).direction;
3767
3769
  m !== b && (this._direction = m);
3768
3770
  }
@@ -3780,13 +3782,13 @@ var $c = function(e) {
3780
3782
  get: function() {
3781
3783
  return Object.preventExtensions({
3782
3784
  get options() {
3783
- return Fc;
3785
+ return Rc;
3784
3786
  },
3785
3787
  get allOptions() {
3786
3788
  return Fn;
3787
3789
  },
3788
3790
  get templates() {
3789
- return Nc;
3791
+ return Pc;
3790
3792
  }
3791
3793
  });
3792
3794
  },
@@ -3794,7 +3796,7 @@ var $c = function(e) {
3794
3796
  configurable: !0
3795
3797
  }), e.prototype.init = function() {
3796
3798
  if (!(this.initialised || this.initialisedOK !== void 0)) {
3797
- this._searcher = Lc(this.config), this._loadChoices(), this._createTemplates(), this._createElements(), this._createStructure(), this._isTextElement && !this.config.addItems || this.passedElement.element.hasAttribute("disabled") || this.passedElement.element.closest("fieldset:disabled") ? this.disable() : (this.enable(), this._addEventListeners()), this._initStore(), this.initialised = !0, this.initialisedOK = !0;
3799
+ this._searcher = $c(this.config), this._loadChoices(), this._createTemplates(), this._createElements(), this._createStructure(), this._isTextElement && !this.config.addItems || this.passedElement.element.hasAttribute("disabled") || this.passedElement.element.closest("fieldset:disabled") ? this.disable() : (this.enable(), this._addEventListeners()), this._initStore(), this.initialised = !0, this.initialisedOK = !0;
3798
3800
  var t = this.config.callbackOnInit;
3799
3801
  typeof t == "function" && t.call(this);
3800
3802
  }
@@ -3959,7 +3961,7 @@ var $c = function(e) {
3959
3961
  var i = this._store.choices.find(function(n) {
3960
3962
  return n.value === t;
3961
3963
  });
3962
- return i ? (this._clearNotice(), this._store.dispatch(gl(i)), this._searcher.reset(), i.selected && this.passedElement.triggerEvent(Ee.removeItem, this._getChoiceForOutput(i)), this) : this;
3964
+ return i ? (this._clearNotice(), this._store.dispatch(pl(i)), this._searcher.reset(), i.selected && this.passedElement.triggerEvent(Ee.removeItem, this._getChoiceForOutput(i)), this) : this;
3963
3965
  }, e.prototype.clearChoices = function(t, i) {
3964
3966
  var n = this;
3965
3967
  return t === void 0 && (t = !0), i === void 0 && (i = !1), t && (i ? this.passedElement.element.replaceChildren("") : this.passedElement.element.querySelectorAll(":not([selected])").forEach(function(r) {
@@ -3976,7 +3978,7 @@ var $c = function(e) {
3976
3978
  var t = !this._isSelectOneElement;
3977
3979
  return this.input.clear(t), this._stopSearch(), this;
3978
3980
  }, e.prototype._validateConfig = function() {
3979
- var t = this.config, i = Tl(t, Fn);
3981
+ var t = this.config, i = Dl(t, Fn);
3980
3982
  i.length && console.warn("Unknown config option(s) passed", i.join(", ")), t.allowHTML && t.allowHtmlUserInput && (t.addItems && console.warn("Warning: allowHTML/allowHtmlUserInput/addItems all being true is strongly not recommended and may lead to XSS attacks"), t.addChoices && console.warn("Warning: allowHTML/allowHtmlUserInput/addChoices all being true is strongly not recommended and may lead to XSS attacks"));
3981
3983
  }, e.prototype._render = function(t) {
3982
3984
  t === void 0 && (t = { choices: !0, groups: !0, items: !0 }), !this._store.inTxn() && (this._isSelectElement && (t.choices || t.groups) && this._renderChoices(), t.items && this._renderItems());
@@ -3995,7 +3997,7 @@ var $c = function(e) {
3995
3997
  return !m.placeholder && (r ? !!m.rank : n.renderSelectedChoices || !m.selected);
3996
3998
  });
3997
3999
  }, h = !1, v = function(f, m, b) {
3998
- r ? f.sort(Il) : n.shouldSort && f.sort(n.sorter);
4000
+ r ? f.sort(Ml) : n.shouldSort && f.sort(n.sorter);
3999
4001
  var p = f.length;
4000
4002
  p = !m && l && p > l ? l : p, p--, f.every(function(y, E) {
4001
4003
  var P = y.choiceEl || t._templates.choice(n, y, n.itemSelectText, b);
@@ -4199,9 +4201,9 @@ var $c = function(e) {
4199
4201
  var r = n.search(i);
4200
4202
  this._currentValue = i, this._highlightPosition = 0, this._isSearching = !0;
4201
4203
  var a = this._notice, s = a && a.type;
4202
- return s !== ve.addChoice && (r.length ? this._clearNotice() : this._displayNotice($n(this.config.noResultsText), ve.noResults)), this._store.dispatch(pl(r)), r.length;
4204
+ return s !== ve.addChoice && (r.length ? this._clearNotice() : this._displayNotice($n(this.config.noResultsText), ve.noResults)), this._store.dispatch(_l(r)), r.length;
4203
4205
  }, e.prototype._stopSearch = function() {
4204
- this._isSearching && (this._currentValue = "", this._isSearching = !1, this._clearNotice(), this._store.dispatch(_l(!0)), this.passedElement.triggerEvent(Ee.search, {
4206
+ this._isSearching && (this._currentValue = "", this._isSearching = !1, this._clearNotice(), this._store.dispatch(yl(!0)), this.passedElement.triggerEvent(Ee.search, {
4205
4207
  value: "",
4206
4208
  resultCount: 0
4207
4209
  }));
@@ -4301,9 +4303,9 @@ var $c = function(e) {
4301
4303
  r > 0 ? s = this.dropdown.element.querySelector("".concat(Ot, ":last-of-type")) : s = this.dropdown.element.querySelector(Ot);
4302
4304
  else {
4303
4305
  var o = this.dropdown.element.querySelector(xt(this.config.classNames.highlightedState));
4304
- o ? s = Sl(o, Ot, r) : s = this.dropdown.element.querySelector(Ot);
4306
+ o ? s = Cl(o, Ot, r) : s = this.dropdown.element.querySelector(Ot);
4305
4307
  }
4306
- s && (Cl(s, this.choiceList.element, r) || this.choiceList.scrollToChildElement(s, r), this._highlightChoice(s)), t.preventDefault();
4308
+ s && (wl(s, this.choiceList.element, r) || this.choiceList.scrollToChildElement(s, r), this._highlightChoice(s)), t.preventDefault();
4307
4309
  }
4308
4310
  }, e.prototype._onDeleteKey = function(t, i, n) {
4309
4311
  !this._isSelectOneElement && !t.target.value && n && (this._handleBackspace(i), t.preventDefault());
@@ -4319,7 +4321,7 @@ var $c = function(e) {
4319
4321
  }, e.prototype._onMouseDown = function(t) {
4320
4322
  var i = t.target;
4321
4323
  if (i instanceof HTMLElement) {
4322
- if (Pc && this.choiceList.element.contains(i)) {
4324
+ if (Fc && this.choiceList.element.contains(i)) {
4323
4325
  var n = this.choiceList.element.firstElementChild;
4324
4326
  this._isScrollingOnIe = this._direction === "ltr" ? t.offsetX >= n.offsetWidth : t.offsetX < n.offsetLeft;
4325
4327
  }
@@ -4384,12 +4386,12 @@ var $c = function(e) {
4384
4386
  var n = this;
4385
4387
  if (i === void 0 && (i = !0), t.id)
4386
4388
  throw new TypeError("Can not re-add a group which has already been added");
4387
- this._store.dispatch(yl(t)), t.choices && (this._lastAddedGroupId++, t.id = this._lastAddedGroupId, t.choices.forEach(function(r) {
4389
+ this._store.dispatch(bl(t)), t.choices && (this._lastAddedGroupId++, t.id = this._lastAddedGroupId, t.choices.forEach(function(r) {
4388
4390
  r.group = t, t.disabled && (r.disabled = !0), n._addChoice(r, i);
4389
4391
  }));
4390
4392
  }, e.prototype._createTemplates = function() {
4391
4393
  var t = this, i = this.config.callbackOnCreateTemplates, n = {};
4392
- typeof i == "function" && (n = i.call(this, wl, an, yi));
4394
+ typeof i == "function" && (n = i.call(this, Al, an, yi));
4393
4395
  var r = {};
4394
4396
  Object.keys(this._templates).forEach(function(a) {
4395
4397
  a in n ? r[a] = n[a].bind(t) : r[a] = t._templates[a].bind(t);
@@ -4406,7 +4408,7 @@ var $c = function(e) {
4406
4408
  classNames: s,
4407
4409
  type: o,
4408
4410
  position: a
4409
- }), this.input = new kl({
4411
+ }), this.input = new Ll({
4410
4412
  element: t.input(n, this._placeholderValue),
4411
4413
  classNames: s,
4412
4414
  type: o,
@@ -4415,7 +4417,7 @@ var $c = function(e) {
4415
4417
  element: t.choiceList(n, r)
4416
4418
  }), this.itemList = new Pn({
4417
4419
  element: t.itemList(n, r)
4418
- }), this.dropdown = new Ol({
4420
+ }), this.dropdown = new kl({
4419
4421
  element: t.dropdown(n),
4420
4422
  classNames: s,
4421
4423
  type: o
@@ -4468,10 +4470,10 @@ var $c = function(e) {
4468
4470
  }, e.version = "11.1.0", e;
4469
4471
  })()
4470
4472
  );
4471
- const Vc = {
4473
+ const Bc = {
4472
4474
  class: "m-form-group",
4473
4475
  ref: "selectComponent"
4474
- }, Bc = ["for"], Hc = ["id"], Yc = ["id", "aria-describedby", "multiple"], jc = /* @__PURE__ */ U({
4476
+ }, Hc = ["for"], Yc = ["id"], jc = ["id", "aria-describedby", "multiple"], Kc = /* @__PURE__ */ U({
4475
4477
  __name: "MucSelect",
4476
4478
  props: /* @__PURE__ */ Pe({
4477
4479
  id: {},
@@ -4512,7 +4514,7 @@ const Vc = {
4512
4514
  }
4513
4515
  );
4514
4516
  const s = () => {
4515
- n.value = new Rc(i.value, {
4517
+ n.value = new Vc(i.value, {
4516
4518
  allowHTML: !0,
4517
4519
  itemSelectText: "",
4518
4520
  noResultsText: e.noItemFoundMessage,
@@ -4601,18 +4603,18 @@ const Vc = {
4601
4603
  i.value && s();
4602
4604
  }), tn(() => {
4603
4605
  n.value && n.value.destroy();
4604
- }), (d, h) => (_(), C("div", Vc, [
4606
+ }), (d, h) => (_(), C("div", Bc, [
4605
4607
  e.label ? (_(), C("label", {
4606
4608
  key: 0,
4607
4609
  for: "select-" + e.id,
4608
4610
  class: "m-label"
4609
- }, L(e.label), 9, Bc)) : R("", !0),
4611
+ }, L(e.label), 9, Hc)) : R("", !0),
4610
4612
  e.hint ? (_(), C("p", {
4611
4613
  key: 1,
4612
4614
  class: "m-hint",
4613
4615
  id: "select-hint-" + e.id,
4614
4616
  tabindex: "0"
4615
- }, L(e.hint), 9, Hc)) : R("", !0),
4617
+ }, L(e.hint), 9, Yc)) : R("", !0),
4616
4618
  g("div", {
4617
4619
  ref_key: "selectComponentWrapper",
4618
4620
  ref: t,
@@ -4625,20 +4627,20 @@ const Vc = {
4625
4627
  "aria-describedby": e.hint ? "select-hint-" + e.id : void 0,
4626
4628
  class: "m-select",
4627
4629
  multiple: e.multiple
4628
- }, null, 8, Yc)
4630
+ }, null, 8, jc)
4629
4631
  ], 512)
4630
4632
  ], 512));
4631
4633
  }
4632
- }), Kc = ["for"], Gc = ["id"], zc = ["id", "aria-describedby", "rows", "placeholder", "maxlength", "required", "aria-required"], Wc = {
4634
+ }), Gc = ["for"], zc = ["id"], Wc = ["id", "aria-describedby", "rows", "placeholder", "maxlength", "required", "aria-required"], Uc = {
4633
4635
  key: 0,
4634
4636
  class: "m-character-count"
4635
- }, Uc = ["id"], qc = {
4637
+ }, qc = ["id"], Xc = {
4636
4638
  class: "m-character-count__status",
4637
4639
  "aria-hidden": "true"
4638
- }, Xc = {
4640
+ }, Jc = {
4639
4641
  class: "m-character-count__sr-status visually-hidden",
4640
4642
  "aria-live": "polite"
4641
- }, Jc = /* @__PURE__ */ U({
4643
+ }, Zc = /* @__PURE__ */ U({
4642
4644
  __name: "MucTextArea",
4643
4645
  props: /* @__PURE__ */ Pe({
4644
4646
  id: {},
@@ -4663,12 +4665,12 @@ const Vc = {
4663
4665
  key: 0,
4664
4666
  for: "textarea-" + e.id,
4665
4667
  class: J(["m-label", { "m-label--optional": !e.required }])
4666
- }, L(e.label), 11, Kc)) : R("", !0),
4668
+ }, L(e.label), 11, Gc)) : R("", !0),
4667
4669
  e.hint ? (_(), C("p", {
4668
4670
  key: 1,
4669
4671
  id: "textarea-hint-" + e.id,
4670
4672
  class: "m-hint"
4671
- }, L(e.hint), 9, Gc)) : R("", !0),
4673
+ }, L(e.hint), 9, zc)) : R("", !0),
4672
4674
  g("div", {
4673
4675
  class: J(["m-input-wrapper", { "m-input-wrapper--character-count": e.maxlength }])
4674
4676
  }, [
@@ -4683,16 +4685,16 @@ const Vc = {
4683
4685
  required: e.required,
4684
4686
  "aria-required": e.required,
4685
4687
  onBlur: r[1] || (r[1] = (a) => i.value = t.value.length)
4686
- }, null, 40, zc), [
4688
+ }, null, 40, Wc), [
4687
4689
  [wa, t.value]
4688
4690
  ]),
4689
- e.maxlength ? (_(), C("div", Wc, [
4691
+ e.maxlength ? (_(), C("div", Uc, [
4690
4692
  g("span", {
4691
4693
  id: "textarea-count-" + e.id,
4692
4694
  class: "m-character-count__message visually-hidden"
4693
- }, "Sie können bis zu " + L(e.maxlength) + " Zeichen eingeben.", 9, Uc),
4694
- g("span", qc, L(t.value.length) + "/" + L(e.maxlength), 1),
4695
- g("div", Xc, L(i.value) + "/" + L(e.maxlength), 1)
4695
+ }, "Sie können bis zu " + L(e.maxlength) + " Zeichen eingeben.", 9, qc),
4696
+ g("span", Xc, L(t.value.length) + "/" + L(e.maxlength), 1),
4697
+ g("div", Jc, L(i.value) + "/" + L(e.maxlength), 1)
4696
4698
  ])) : R("", !0)
4697
4699
  ], 2),
4698
4700
  e.errorMsg ? (_(), ee(_t, {
@@ -4708,19 +4710,19 @@ const Vc = {
4708
4710
  })) : R("", !0)
4709
4711
  ], 2));
4710
4712
  }
4711
- }), Zc = {
4713
+ }), Qc = {
4712
4714
  key: 0,
4713
4715
  class: "m-intro m-intro-summary-text"
4714
- }, Qc = { class: "container" }, eu = { class: "m-intro-summary-text__body" }, tu = { class: "m-intro-summary-text__grid" }, iu = { class: "m-intro-summary-text__content" }, nu = {
4716
+ }, eu = { class: "container" }, tu = { class: "m-intro-summary-text__body" }, iu = { class: "m-intro-summary-text__grid" }, nu = { class: "m-intro-summary-text__content" }, ru = {
4715
4717
  key: 0,
4716
4718
  class: "m-intro-vertical__tagline"
4717
- }, ru = { class: "m-intro-summary-text__title" }, au = { class: "m-intro-summary-text__text" }, su = { class: "m-intro-vertical__body" }, ou = { class: "container" }, lu = { class: "m-intro-vertical__grid" }, cu = {
4719
+ }, au = { class: "m-intro-summary-text__title" }, su = { class: "m-intro-summary-text__text" }, ou = { class: "m-intro-vertical__body" }, lu = { class: "container" }, cu = { class: "m-intro-vertical__grid" }, uu = {
4718
4720
  key: 0,
4719
4721
  class: "m-intro-vertical__pictogram"
4720
- }, uu = ["src", "width", "height"], du = { class: "m-intro-vertical__grid-inner" }, hu = {
4722
+ }, du = ["src", "width", "height"], hu = { class: "m-intro-vertical__grid-inner" }, fu = {
4721
4723
  key: 0,
4722
4724
  class: "m-intro-vertical__tagline"
4723
- }, fu = { class: "m-intro-vertical__title" }, vu = { class: "m-intro-vertical__content" }, mu = /* @__PURE__ */ U({
4725
+ }, vu = { class: "m-intro-vertical__title" }, mu = { class: "m-intro-vertical__content" }, gu = /* @__PURE__ */ U({
4724
4726
  __name: "MucIntro",
4725
4727
  props: {
4726
4728
  title: {},
@@ -4733,15 +4735,15 @@ const Vc = {
4733
4735
  setup(e) {
4734
4736
  const t = e, i = D(() => t.variant == "detail"), n = D(() => t.variant == "overview");
4735
4737
  return (r, a) => (_(), C(we, null, [
4736
- n.value ? (_(), C("div", Zc, [
4737
- g("div", Qc, [
4738
- g("div", eu, [
4739
- g("div", tu, [
4740
- g("div", iu, [
4741
- e.tagline ? (_(), C("p", nu, L(e.tagline), 1)) : R("", !0),
4742
- g("h1", ru, L(e.title), 1),
4738
+ n.value ? (_(), C("div", Qc, [
4739
+ g("div", eu, [
4740
+ g("div", tu, [
4741
+ g("div", iu, [
4742
+ g("div", nu, [
4743
+ e.tagline ? (_(), C("p", ru, L(e.tagline), 1)) : R("", !0),
4744
+ g("h1", au, L(e.title), 1),
4743
4745
  e.divider ? (_(), ee(q(ui), { key: 1 })) : R("", !0),
4744
- g("div", au, [
4746
+ g("div", su, [
4745
4747
  g("p", null, [
4746
4748
  W(r.$slots, "default", {}, void 0, !0)
4747
4749
  ])
@@ -4755,24 +4757,24 @@ const Vc = {
4755
4757
  key: 1,
4756
4758
  class: J(["m-intro m-intro-vertical", { "m-intro-vertical--with-pictogram": e.img }])
4757
4759
  }, [
4758
- g("div", su, [
4759
- g("div", ou, [
4760
- g("div", lu, [
4761
- e.img ? (_(), C("div", cu, [
4760
+ g("div", ou, [
4761
+ g("div", lu, [
4762
+ g("div", cu, [
4763
+ e.img ? (_(), C("div", uu, [
4762
4764
  g("img", {
4763
4765
  src: e.img,
4764
4766
  alt: "",
4765
4767
  width: e.size,
4766
4768
  height: e.size
4767
- }, null, 8, uu)
4769
+ }, null, 8, du)
4768
4770
  ])) : R("", !0),
4769
- g("div", du, [
4771
+ g("div", hu, [
4770
4772
  g("div", null, [
4771
- e.tagline ? (_(), C("p", hu, L(e.tagline), 1)) : R("", !0),
4772
- g("h1", fu, L(e.title), 1)
4773
+ e.tagline ? (_(), C("p", fu, L(e.tagline), 1)) : R("", !0),
4774
+ g("h1", vu, L(e.title), 1)
4773
4775
  ]),
4774
4776
  e.divider ? (_(), ee(q(ui), { key: 0 })) : R("", !0),
4775
- g("div", vu, [
4777
+ g("div", mu, [
4776
4778
  g("p", null, [
4777
4779
  W(r.$slots, "default", {}, void 0, !0)
4778
4780
  ])
@@ -4784,19 +4786,19 @@ const Vc = {
4784
4786
  ], 2)) : R("", !0)
4785
4787
  ], 64));
4786
4788
  }
4787
- }), gu = /* @__PURE__ */ he(mu, [["__scopeId", "data-v-20308146"]]), pu = { tabindex: "1" }, _u = { class: "modal-content" }, yu = { class: "modal-header" }, bu = {
4789
+ }), pu = /* @__PURE__ */ he(gu, [["__scopeId", "data-v-20308146"]]), _u = { tabindex: "1" }, yu = { class: "modal-content" }, bu = { class: "modal-header" }, Eu = {
4788
4790
  class: "modal-title",
4789
4791
  id: "modalLabel"
4790
- }, Eu = {
4792
+ }, Su = {
4791
4793
  class: "modal-body",
4792
4794
  style: { "padding-bottom": "32px" }
4793
- }, Su = {
4795
+ }, Cu = {
4794
4796
  key: 0,
4795
4797
  class: "modal-footer"
4796
- }, Cu = { class: "m-button-group" }, wu = {
4798
+ }, wu = { class: "m-button-group" }, Au = {
4797
4799
  key: 1,
4798
4800
  class: "muc-dialog-actions"
4799
- }, Au = /* @__PURE__ */ U({
4801
+ }, Iu = /* @__PURE__ */ U({
4800
4802
  __name: "MucModal",
4801
4803
  props: {
4802
4804
  open: {
@@ -4823,10 +4825,10 @@ const Vc = {
4823
4825
  tabindex: "-1",
4824
4826
  "aria-labelledby": "modalLabel"
4825
4827
  }, [
4826
- g("div", pu, [
4827
- g("div", _u, [
4828
- g("div", yu, [
4829
- g("h5", bu, [
4828
+ g("div", _u, [
4829
+ g("div", yu, [
4830
+ g("div", bu, [
4831
+ g("h5", Eu, [
4830
4832
  W(s.$slots, "title", {}, void 0, !0)
4831
4833
  ]),
4832
4834
  g("button", {
@@ -4838,22 +4840,22 @@ const Vc = {
4838
4840
  ae(q(pe), { icon: "close" })
4839
4841
  ])
4840
4842
  ]),
4841
- g("div", Eu, [
4843
+ g("div", Su, [
4842
4844
  W(s.$slots, "body", {}, void 0, !0)
4843
4845
  ]),
4844
- n.buttons ? (_(), C("div", Su, [
4845
- g("div", Cu, [
4846
+ n.buttons ? (_(), C("div", Cu, [
4847
+ g("div", wu, [
4846
4848
  W(s.$slots, "buttons", {}, void 0, !0)
4847
4849
  ])
4848
4850
  ])) : R("", !0),
4849
- n.actions ? (_(), C("div", wu, [
4851
+ n.actions ? (_(), C("div", Au, [
4850
4852
  W(s.$slots, "actions", {}, void 0, !0)
4851
4853
  ])) : R("", !0)
4852
4854
  ])
4853
4855
  ])
4854
4856
  ], 512));
4855
4857
  }
4856
- }), Iu = /* @__PURE__ */ he(Au, [["__scopeId", "data-v-54ec0942"]]), Mu = ["width", "height"], Tu = {
4858
+ }), Mu = /* @__PURE__ */ he(Iu, [["__scopeId", "data-v-54ec0942"]]), Tu = ["width", "height"], Du = {
4857
4859
  key: 0,
4858
4860
  x: "100",
4859
4861
  y: "108",
@@ -4861,7 +4863,7 @@ const Vc = {
4861
4863
  fill: "#3a5368",
4862
4864
  "font-size": "24",
4863
4865
  "font-weight": "bold"
4864
- }, Du = {
4866
+ }, xu = {
4865
4867
  key: 1,
4866
4868
  x: "100",
4867
4869
  y: "108",
@@ -4870,7 +4872,7 @@ const Vc = {
4870
4872
  fill: "#3a5368",
4871
4873
  "font-size": "16",
4872
4874
  "font-weight": "bold"
4873
- }, xu = ["dy"], Wn = 80, Ou = 14, Un = 1.2, qn = /* @__PURE__ */ U({
4875
+ }, Ou = ["dy"], Wn = 80, ku = 14, Un = 1.2, qn = /* @__PURE__ */ U({
4874
4876
  __name: "MucSpinner",
4875
4877
  props: {
4876
4878
  size: { default: "300" },
@@ -4904,7 +4906,7 @@ const Vc = {
4904
4906
  return h(), u;
4905
4907
  }
4906
4908
  const s = D(
4907
- () => a(r.value, Ou)
4909
+ () => a(r.value, ku)
4908
4910
  );
4909
4911
  return (o, l) => (_(), C("svg", {
4910
4912
  xmlns: "http://www.w3.org/2000/svg",
@@ -4916,28 +4918,28 @@ const Vc = {
4916
4918
  "aria-hidden": "true"
4917
4919
  }, [
4918
4920
  l[0] || (l[0] = fr('<defs><linearGradient id="spinner-firstHalf"><stop offset="0%" stop-opacity="1" stop-color="currentColor"></stop><stop offset="100%" stop-opacity="0.5" stop-color="currentColor"></stop></linearGradient><linearGradient id="spinner-secondHalf"><stop offset="0%" stop-opacity="0" stop-color="currentColor"></stop><stop offset="100%" stop-opacity="0.5" stop-color="currentColor"></stop></linearGradient></defs><g stroke-width="12"><path stroke="url(#spinner-firstHalf)" d="M 4 100 A 96 96 0 0 1 196 100"></path><path stroke="url(#spinner-secondHalf)" d="M 196 100 A 96 96 0 0 1 4 100"></path><animateTransform from="90 100 100" to="450 100 100" attributeName="transform" type="rotate" repeatCount="indefinite" dur="2300ms"></animateTransform></g>', 2)),
4919
- q(i) && !q(t) ? (_(), C("text", Tu, L(n.value), 1)) : q(t) && !q(i) ? (_(), C("text", Du, [
4921
+ q(i) && !q(t) ? (_(), C("text", Du, L(n.value), 1)) : q(t) && !q(i) ? (_(), C("text", xu, [
4920
4922
  (_(!0), C(we, null, Oe(s.value, (c, u) => (_(), C("tspan", {
4921
4923
  key: u,
4922
4924
  x: "100",
4923
4925
  dy: u === 0 ? `-${(s.value.length - 1) / 2 * Un}em` : `${Un}em`
4924
- }, L(c), 9, xu))), 128))
4926
+ }, L(c), 9, Ou))), 128))
4925
4927
  ])) : R("", !0)
4926
- ], 8, Mu));
4928
+ ], 8, Tu));
4927
4929
  }
4928
4930
  });
4929
- function ku(e, t) {
4931
+ function Lu(e, t) {
4930
4932
  for (var i = 0; i < t.length; i++) {
4931
4933
  var n = t[i];
4932
4934
  n.enumerable = n.enumerable || !1, n.configurable = !0, "value" in n && (n.writable = !0), Object.defineProperty(e, n.key, n);
4933
4935
  }
4934
4936
  }
4935
- function Lu(e, t, i) {
4936
- return t && ku(e.prototype, t), Object.defineProperty(e, "prototype", { writable: !1 }), e;
4937
+ function $u(e, t, i) {
4938
+ return t && Lu(e.prototype, t), Object.defineProperty(e, "prototype", { writable: !1 }), e;
4937
4939
  }
4938
- var Xn = "(prefers-reduced-motion: reduce)", pt = 1, $u = 2, Et = 3, It = 4, Wt = 5, ai = 6, hi = 7, Nu = {
4940
+ var Xn = "(prefers-reduced-motion: reduce)", pt = 1, Nu = 2, Et = 3, It = 4, Wt = 5, ai = 6, hi = 7, Pu = {
4939
4941
  CREATED: pt,
4940
- MOUNTED: $u,
4942
+ MOUNTED: Nu,
4941
4943
  IDLE: Et,
4942
4944
  MOVING: It,
4943
4945
  SCROLLING: Wt,
@@ -5136,7 +5138,7 @@ function fn(e) {
5136
5138
  return e < 10 ? "0" + e : "" + e;
5137
5139
  }
5138
5140
  var er = {};
5139
- function Pu(e) {
5141
+ function Fu(e) {
5140
5142
  return "" + e + fn(er[e] = (er[e] || 0) + 1);
5141
5143
  }
5142
5144
  function Yr() {
@@ -5183,7 +5185,7 @@ function Yr() {
5183
5185
  destroy: a
5184
5186
  };
5185
5187
  }
5186
- var nt = "mounted", tr = "ready", We = "move", Mt = "moved", vn = "click", jr = "active", Kr = "inactive", Gr = "visible", zr = "hidden", de = "refresh", ye = "updated", St = "resize", Ei = "resized", Wr = "drag", Ur = "dragging", qr = "dragged", Si = "scroll", ft = "scrolled", Fu = "overflow", mn = "destroy", Xr = "arrows:mounted", Jr = "arrows:updated", Zr = "pagination:mounted", Qr = "pagination:updated", gn = "navigation:mounted", pn = "autoplay:play", ea = "autoplay:playing", _n = "autoplay:pause", yn = "lazyload:loaded", ta = "sk", ia = "sh", mi = "ei";
5188
+ var nt = "mounted", tr = "ready", We = "move", Mt = "moved", vn = "click", jr = "active", Kr = "inactive", Gr = "visible", zr = "hidden", de = "refresh", ye = "updated", St = "resize", Ei = "resized", Wr = "drag", Ur = "dragging", qr = "dragged", Si = "scroll", ft = "scrolled", Ru = "overflow", mn = "destroy", Xr = "arrows:mounted", Jr = "arrows:updated", Zr = "pagination:mounted", Qr = "pagination:updated", gn = "navigation:mounted", pn = "autoplay:play", ea = "autoplay:playing", _n = "autoplay:pause", yn = "lazyload:loaded", ta = "sk", ia = "sh", mi = "ei";
5187
5189
  function oe(e) {
5188
5190
  var t = e ? e.event.bus : document.createDocumentFragment(), i = Yr();
5189
5191
  function n(a, s) {
@@ -5237,7 +5239,7 @@ function Ci(e, t, i, n) {
5237
5239
  isPaused: b
5238
5240
  };
5239
5241
  }
5240
- function Ru(e) {
5242
+ function Vu(e) {
5241
5243
  var t = e;
5242
5244
  function i(r) {
5243
5245
  t = r;
@@ -5250,13 +5252,13 @@ function Ru(e) {
5250
5252
  is: n
5251
5253
  };
5252
5254
  }
5253
- function Vu(e, t) {
5255
+ function Bu(e, t) {
5254
5256
  var i = Ci(0, e, null, 1);
5255
5257
  return function() {
5256
5258
  i.isPaused() && i.start();
5257
5259
  };
5258
5260
  }
5259
- function Bu(e, t, i) {
5261
+ function Hu(e, t, i) {
5260
5262
  var n = e.state, r = i.breakpoints || {}, a = i.reducedMotion || {}, s = Yr(), o = [];
5261
5263
  function l() {
5262
5264
  var f = i.mediaQuery === "min";
@@ -5302,7 +5304,7 @@ var wi = "Arrow", Ai = wi + "Left", Ii = wi + "Right", na = wi + "Up", ra = wi +
5302
5304
  ArrowLeft: [na, Ii],
5303
5305
  ArrowRight: [ra, Ai]
5304
5306
  };
5305
- function Hu(e, t, i) {
5307
+ function Yu(e, t, i) {
5306
5308
  function n(a, s, o) {
5307
5309
  o = o || i.direction;
5308
5310
  var l = o === ir && !s ? 1 : o === Mi ? 0 : -1;
@@ -5319,7 +5321,7 @@ function Hu(e, t, i) {
5319
5321
  orient: r
5320
5322
  };
5321
5323
  }
5322
- var Ke = "role", bt = "tabindex", Yu = "disabled", ke = "aria-", Qt = ke + "controls", aa = ke + "current", nr = ke + "selected", Me = ke + "label", bn = ke + "labelledby", sa = ke + "hidden", En = ke + "orientation", Gt = ke + "roledescription", rr = ke + "live", ar = ke + "busy", sr = ke + "atomic", Sn = [Ke, bt, Yu, Qt, aa, Me, bn, sa, En, Gt], Ve = Zt + "__", rt = "is-", Pi = Zt, or = Ve + "track", ju = Ve + "list", Ti = Ve + "slide", oa = Ti + "--clone", Ku = Ti + "__container", Cn = Ve + "arrows", Di = Ve + "arrow", la = Di + "--prev", ca = Di + "--next", xi = Ve + "pagination", ua = xi + "__page", Gu = Ve + "progress", zu = Gu + "__bar", Wu = Ve + "toggle", Uu = Ve + "spinner", qu = Ve + "sr", Xu = rt + "initialized", dt = rt + "active", da = rt + "prev", ha = rt + "next", Qi = rt + "visible", en = rt + "loading", fa = rt + "focus-in", va = rt + "overflow", Ju = [dt, Qi, da, ha, en, fa, va], Zu = {
5324
+ var Ke = "role", bt = "tabindex", ju = "disabled", ke = "aria-", Qt = ke + "controls", aa = ke + "current", nr = ke + "selected", Me = ke + "label", bn = ke + "labelledby", sa = ke + "hidden", En = ke + "orientation", Gt = ke + "roledescription", rr = ke + "live", ar = ke + "busy", sr = ke + "atomic", Sn = [Ke, bt, ju, Qt, aa, Me, bn, sa, En, Gt], Ve = Zt + "__", rt = "is-", Pi = Zt, or = Ve + "track", Ku = Ve + "list", Ti = Ve + "slide", oa = Ti + "--clone", Gu = Ti + "__container", Cn = Ve + "arrows", Di = Ve + "arrow", la = Di + "--prev", ca = Di + "--next", xi = Ve + "pagination", ua = xi + "__page", zu = Ve + "progress", Wu = zu + "__bar", Uu = Ve + "toggle", qu = Ve + "spinner", Xu = Ve + "sr", Ju = rt + "initialized", dt = rt + "active", da = rt + "prev", ha = rt + "next", Qi = rt + "visible", en = rt + "loading", fa = rt + "focus-in", va = rt + "overflow", Zu = [dt, Qi, da, ha, en, fa, va], Qu = {
5323
5325
  slide: Ti,
5324
5326
  clone: oa,
5325
5327
  arrows: Cn,
@@ -5328,17 +5330,17 @@ var Ke = "role", bt = "tabindex", Yu = "disabled", ke = "aria-", Qt = ke + "cont
5328
5330
  next: ca,
5329
5331
  pagination: xi,
5330
5332
  page: ua,
5331
- spinner: Uu
5333
+ spinner: qu
5332
5334
  };
5333
- function Qu(e, t) {
5335
+ function ed(e, t) {
5334
5336
  if (Nr(e.closest))
5335
5337
  return e.closest(t);
5336
5338
  for (var i = e; i && i.nodeType === 1 && !Bt(i, t); )
5337
5339
  i = i.parentElement;
5338
5340
  return i;
5339
5341
  }
5340
- var ed = 5, lr = 200, ma = "touchstart mousedown", Fi = "touchmove mousemove", Ri = "touchend touchcancel mouseup click";
5341
- function td(e, t, i) {
5342
+ var td = 5, lr = 200, ma = "touchstart mousedown", Fi = "touchmove mousemove", Ri = "touchend touchcancel mouseup click";
5343
+ function id(e, t, i) {
5342
5344
  var n = oe(e), r = n.on, a = n.bind, s = e.root, o = i.i18n, l = {}, c = [], u = [], d = [], h, v, f;
5343
5345
  function m() {
5344
5346
  E(), P(), y();
@@ -5360,13 +5362,13 @@ function td(e, t, i) {
5360
5362
  je(s, u), je(h, d), u = T(Pi), d = T(or), Fe(s, u), Fe(h, d), z(s, Me, i.label), z(s, bn, i.labelledby);
5361
5363
  }
5362
5364
  function E() {
5363
- h = $("." + or), v = Jt(h, "." + ju), Ft(h && v, "A track/list element is missing."), si(c, Fr(v, "." + Ti + ":not(." + oa + ")")), ct({
5365
+ h = $("." + or), v = Jt(h, "." + Ku), Ft(h && v, "A track/list element is missing."), si(c, Fr(v, "." + Ti + ":not(." + oa + ")")), ct({
5364
5366
  arrows: Cn,
5365
5367
  pagination: xi,
5366
5368
  prev: la,
5367
5369
  next: ca,
5368
- bar: zu,
5369
- toggle: Wu
5370
+ bar: Wu,
5371
+ toggle: Uu
5370
5372
  }, function(S, x) {
5371
5373
  l[x] = $("." + S);
5372
5374
  }), Yt(l, {
@@ -5377,12 +5379,12 @@ function td(e, t, i) {
5377
5379
  });
5378
5380
  }
5379
5381
  function P() {
5380
- var S = s.id || Pu(Zt), x = i.role;
5382
+ var S = s.id || Fu(Zt), x = i.role;
5381
5383
  s.id = S, h.id = h.id || S + "-track", v.id = v.id || S + "-list", !xe(s, Ke) && s.tagName !== "SECTION" && x && z(s, Ke, x), z(s, Gt, o.carousel), z(v, Ke, "presentation");
5382
5384
  }
5383
5385
  function $(S) {
5384
5386
  var x = Br(s, S);
5385
- return x && Qu(x, "." + Pi) === s ? x : void 0;
5387
+ return x && ed(x, "." + Pi) === s ? x : void 0;
5386
5388
  }
5387
5389
  function T(S) {
5388
5390
  return [S + "--" + i.type, S + "--" + i.direction, i.drag && S + "--draggable", i.isNavigation && S + "--nav", S === Pi && dt];
@@ -5394,8 +5396,8 @@ function td(e, t, i) {
5394
5396
  });
5395
5397
  }
5396
5398
  var Ct = "slide", Tt = "loop", ei = "fade";
5397
- function id(e, t, i, n) {
5398
- var r = oe(e), a = r.on, s = r.emit, o = r.bind, l = e.Components, c = e.root, u = e.options, d = u.isNavigation, h = u.updateOnMove, v = u.i18n, f = u.pagination, m = u.slideFocus, b = l.Direction.resolve, p = xe(n, "style"), y = xe(n, Me), E = i > -1, P = Jt(n, "." + Ku), $;
5399
+ function nd(e, t, i, n) {
5400
+ var r = oe(e), a = r.on, s = r.emit, o = r.bind, l = e.Components, c = e.root, u = e.options, d = u.isNavigation, h = u.updateOnMove, v = u.i18n, f = u.pagination, m = u.slideFocus, b = l.Direction.resolve, p = xe(n, "style"), y = xe(n, Me), E = i > -1, P = Jt(n, "." + Gu), $;
5399
5401
  function T() {
5400
5402
  E || (n.id = c.id + "-slide" + fn(t + 1), z(n, Ke, f ? "tabpanel" : "group"), z(n, Gt, v.slide), z(n, Me, y || Zi(v.slideLabel, [t + 1, e.length]))), S();
5401
5403
  }
@@ -5403,7 +5405,7 @@ function id(e, t, i, n) {
5403
5405
  o(n, "click", Q(s, vn, K)), o(n, "keydown", Q(s, ta, K)), a([Mt, ia, ft], A), a(gn, H), h && a(We, V);
5404
5406
  }
5405
5407
  function x() {
5406
- $ = !0, r.destroy(), je(n, Ju), Re(n, Sn), z(n, "style", p), z(n, Me, y || "");
5408
+ $ = !0, r.destroy(), je(n, Zu), Re(n, Sn), z(n, "style", p), z(n, Me, y || "");
5407
5409
  }
5408
5410
  function H() {
5409
5411
  var B = e.splides.map(function(I) {
@@ -5463,7 +5465,7 @@ function id(e, t, i, n) {
5463
5465
  };
5464
5466
  return K;
5465
5467
  }
5466
- function nd(e, t, i) {
5468
+ function rd(e, t, i) {
5467
5469
  var n = oe(e), r = n.on, a = n.emit, s = n.bind, o = t.Elements, l = o.slides, c = o.list, u = [];
5468
5470
  function d() {
5469
5471
  h(), r(de, v), r(de, h);
@@ -5484,7 +5486,7 @@ function nd(e, t, i) {
5484
5486
  });
5485
5487
  }
5486
5488
  function m(A, M, O) {
5487
- var N = id(e, M, O, A);
5489
+ var N = nd(e, M, O, A);
5488
5490
  N.mount(), u.push(N), u.sort(function(j, te) {
5489
5491
  return j.index - te.index;
5490
5492
  });
@@ -5560,17 +5562,17 @@ function nd(e, t, i) {
5560
5562
  isEnough: V
5561
5563
  };
5562
5564
  }
5563
- function rd(e, t, i) {
5565
+ function ad(e, t, i) {
5564
5566
  var n = oe(e), r = n.on, a = n.bind, s = n.emit, o = t.Slides, l = t.Direction.resolve, c = t.Elements, u = c.root, d = c.track, h = c.list, v = o.getAt, f = o.style, m, b, p;
5565
5567
  function y() {
5566
- E(), a(window, "resize load", Vu(Q(s, St))), r([ye, de], E), r(St, P);
5568
+ E(), a(window, "resize load", Bu(Q(s, St))), r([ye, de], E), r(St, P);
5567
5569
  }
5568
5570
  function E() {
5569
5571
  m = i.direction === Mi, De(u, "maxWidth", st(i.width)), De(d, l("paddingLeft"), $(!1)), De(d, l("paddingRight"), $(!0)), P(!0);
5570
5572
  }
5571
5573
  function P(K) {
5572
5574
  var B = Ie(u);
5573
- (K || b.width !== B.width || b.height !== B.height) && (De(d, "height", T()), f(l("marginRight"), st(i.gap)), f("width", x()), f("height", H(), !0), b = B, s(Ei), p !== (p = re()) && (Ye(u, va, p), s(Fu, p)));
5575
+ (K || b.width !== B.width || b.height !== B.height) && (De(d, "height", T()), f(l("marginRight"), st(i.gap)), f("width", x()), f("height", H(), !0), b = B, s(Ei), p !== (p = re()) && (Ye(u, va, p), s(Ru, p)));
5574
5576
  }
5575
5577
  function $(K) {
5576
5578
  var B = i.padding, I = l(K ? "right" : "left");
@@ -5632,8 +5634,8 @@ function rd(e, t, i) {
5632
5634
  isOverflow: re
5633
5635
  };
5634
5636
  }
5635
- var ad = 2;
5636
- function sd(e, t, i) {
5637
+ var sd = 2;
5638
+ function od(e, t, i) {
5637
5639
  var n = oe(e), r = n.on, a = t.Elements, s = t.Slides, o = t.Direction.resolve, l = [], c;
5638
5640
  function u() {
5639
5641
  r(de, d), r([ye, St], v), (c = b()) && (f(c), t.Layout.resize(!0));
@@ -5669,7 +5671,7 @@ function sd(e, t, i) {
5669
5671
  p = 0;
5670
5672
  else if (Ut(p)) {
5671
5673
  var y = i[o("fixedWidth")] && t.Layout.slideSize(0), E = y && Kt(Ie(a.track)[o("width")] / y);
5672
- p = E || i[o("autoWidth")] && e.length || i.perPage * ad;
5674
+ p = E || i[o("autoWidth")] && e.length || i.perPage * sd;
5673
5675
  }
5674
5676
  return p;
5675
5677
  }
@@ -5678,7 +5680,7 @@ function sd(e, t, i) {
5678
5680
  destroy: h
5679
5681
  };
5680
5682
  }
5681
- function od(e, t, i) {
5683
+ function ld(e, t, i) {
5682
5684
  var n = oe(e), r = n.on, a = n.emit, s = e.state.set, o = t.Layout, l = o.slideSize, c = o.getPadding, u = o.totalSize, d = o.listSize, h = o.sliderSize, v = t.Direction, f = v.resolve, m = v.orient, b = t.Elements, p = b.list, y = b.track, E;
5683
5685
  function P() {
5684
5686
  E = t.Transition, r([nt, Ei, ye, de], $);
@@ -5766,7 +5768,7 @@ function od(e, t, i) {
5766
5768
  reposition: $
5767
5769
  };
5768
5770
  }
5769
- function ld(e, t, i) {
5771
+ function cd(e, t, i) {
5770
5772
  var n = oe(e), r = n.on, a = n.emit, s = t.Move, o = s.getPosition, l = s.getLimit, c = s.toPosition, u = t.Slides, d = u.isEnough, h = u.getLength, v = i.omitEnd, f = e.is(Tt), m = e.is(Ct), b = Q(N, !1), p = Q(N, !0), y = i.start || 0, E, P = y, $, T, S;
5771
5773
  function x() {
5772
5774
  H(), r([ye, de, mi], H), r(Ei, V);
@@ -5868,8 +5870,8 @@ function ld(e, t, i) {
5868
5870
  isBusy: Ue
5869
5871
  };
5870
5872
  }
5871
- var cd = "http://www.w3.org/2000/svg", ud = "m15.5 0.932-4.3 4.38 14.5 14.6-14.5 14.5 4.3 4.4 14.6-14.6 4.4-4.3-4.4-4.4-14.6-14.6z", ri = 40;
5872
- function dd(e, t, i) {
5873
+ var ud = "http://www.w3.org/2000/svg", dd = "m15.5 0.932-4.3 4.38 14.5 14.6-14.5 14.5 4.3 4.4 14.6-14.6 4.4-4.3-4.4-4.4-14.6-14.6z", ri = 40;
5874
+ function hd(e, t, i) {
5873
5875
  var n = oe(e), r = n.on, a = n.bind, s = n.emit, o = i.classes, l = i.i18n, c = t.Elements, u = t.Controller, d = c.arrows, h = c.track, v = d, f = c.prev, m = c.next, b, p, y = {};
5874
5876
  function E() {
5875
5877
  $(), r(ye, P);
@@ -5897,7 +5899,7 @@ function dd(e, t, i) {
5897
5899
  v = d || yt("div", o.arrows), f = V(!0), m = V(!1), b = !0, Xt(v, [f, m]), !d && un(v, h);
5898
5900
  }
5899
5901
  function V(M) {
5900
- var O = '<button class="' + o.arrow + " " + (M ? o.prev : o.next) + '" type="button"><svg xmlns="' + cd + '" viewBox="0 0 ' + ri + " " + ri + '" width="' + ri + '" height="' + ri + '" focusable="false"><path d="' + (i.arrowPath || ud) + '" />';
5902
+ var O = '<button class="' + o.arrow + " " + (M ? o.prev : o.next) + '" type="button"><svg xmlns="' + ud + '" viewBox="0 0 ' + ri + " " + ri + '" width="' + ri + '" height="' + ri + '" focusable="false"><path d="' + (i.arrowPath || dd) + '" />';
5901
5903
  return Vr(O);
5902
5904
  }
5903
5905
  function A() {
@@ -5913,8 +5915,8 @@ function dd(e, t, i) {
5913
5915
  update: A
5914
5916
  };
5915
5917
  }
5916
- var hd = hn + "-interval";
5917
- function fd(e, t, i) {
5918
+ var fd = hn + "-interval";
5919
+ function vd(e, t, i) {
5918
5920
  var n = oe(e), r = n.on, a = n.bind, s = n.emit, o = Ci(i.interval, e.go.bind(e, ">"), S), l = o.isPaused, c = t.Elements, u = t.Elements, d = u.root, h = u.toggle, v = i.autoplay, f, m, b = v === "pause";
5919
5921
  function p() {
5920
5922
  v && (y(), h && z(h, Qt, c.track.id), b || E(), T());
@@ -5946,7 +5948,7 @@ function fd(e, t, i) {
5946
5948
  }
5947
5949
  function x(H) {
5948
5950
  var V = t.Slides.getAt(H);
5949
- o.set(V && +xe(V.slide, hd) || i.interval);
5951
+ o.set(V && +xe(V.slide, fd) || i.interval);
5950
5952
  }
5951
5953
  return {
5952
5954
  mount: p,
@@ -5956,7 +5958,7 @@ function fd(e, t, i) {
5956
5958
  isPaused: l
5957
5959
  };
5958
5960
  }
5959
- function vd(e, t, i) {
5961
+ function md(e, t, i) {
5960
5962
  var n = oe(e), r = n.on;
5961
5963
  function a() {
5962
5964
  i.cover && (r(yn, Q(o, !0)), r([nt, ye, de], Q(s, !0)));
@@ -5975,8 +5977,8 @@ function vd(e, t, i) {
5975
5977
  destroy: Q(s, !1)
5976
5978
  };
5977
5979
  }
5978
- var md = 10, gd = 600, pd = 0.6, _d = 1.5, yd = 800;
5979
- function bd(e, t, i) {
5980
+ var gd = 10, pd = 600, _d = 0.6, yd = 1.5, bd = 800;
5981
+ function Ed(e, t, i) {
5980
5982
  var n = oe(e), r = n.on, a = n.emit, s = e.state.set, o = t.Move, l = o.getPosition, c = o.getLimit, u = o.exceededLimit, d = o.translate, h = e.is(Ct), v, f, m = 1;
5981
5983
  function b() {
5982
5984
  r(We, P), r([ye, de], $);
@@ -5988,14 +5990,14 @@ function bd(e, t, i) {
5988
5990
  S = o.toPosition(t.Controller.toDest(S % O)) + N;
5989
5991
  }
5990
5992
  var j = Hr(M, S, 1);
5991
- m = 1, x = j ? 0 : x || fi(Ce(S - M) / _d, yd), f = V, v = Ci(x, y, Q(E, M, S, A), 1), s(Wt), a(Si), v.start();
5993
+ m = 1, x = j ? 0 : x || fi(Ce(S - M) / yd, bd), f = V, v = Ci(x, y, Q(E, M, S, A), 1), s(Wt), a(Si), v.start();
5992
5994
  }
5993
5995
  function y() {
5994
5996
  s(Et), f && f(), a(ft);
5995
5997
  }
5996
5998
  function E(S, x, H, V) {
5997
5999
  var A = l(), M = S + (x - S) * T(V), O = (M - A) * m;
5998
- d(A + O), h && !H && u() && (m *= pd, Ce(O) < md && p(c(u(!0)), gd, !1, f, !0));
6000
+ d(A + O), h && !H && u() && (m *= _d, Ce(O) < gd && p(c(u(!0)), pd, !1, f, !0));
5999
6001
  }
6000
6002
  function P() {
6001
6003
  v && v.cancel();
@@ -6018,7 +6020,7 @@ var mt = {
6018
6020
  passive: !1,
6019
6021
  capture: !0
6020
6022
  };
6021
- function Ed(e, t, i) {
6023
+ function Sd(e, t, i) {
6022
6024
  var n = oe(e), r = n.on, a = n.emit, s = n.bind, o = n.unbind, l = e.state, c = t.Move, u = t.Scroll, d = t.Controller, h = t.Elements.track, v = t.Media.reduce, f = t.Direction, m = f.resolve, b = f.orient, p = c.getPosition, y = c.exceededLimit, E, P, $, T, S, x = !1, H, V, A;
6023
6025
  function M() {
6024
6026
  s(h, Fi, qi, mt), s(h, Ri, qi, mt), s(h, ma, N, mt), s(h, "click", re, {
@@ -6087,7 +6089,7 @@ function Ed(e, t, i) {
6087
6089
  return (_e(k) ? k.changedTouches[0] : k)["page" + m(ie ? "Y" : "X")];
6088
6090
  }
6089
6091
  function be(k) {
6090
- return k / (x && e.is(Ct) ? ed : 1);
6092
+ return k / (x && e.is(Ct) ? td : 1);
6091
6093
  }
6092
6094
  function ce(k) {
6093
6095
  var ie = i.noDrag;
@@ -6108,7 +6110,7 @@ function Ed(e, t, i) {
6108
6110
  isDragging: _a
6109
6111
  };
6110
6112
  }
6111
- var Sd = {
6113
+ var Cd = {
6112
6114
  Spacebar: " ",
6113
6115
  Right: Ii,
6114
6116
  Left: Ai,
@@ -6116,10 +6118,10 @@ var Sd = {
6116
6118
  Down: ra
6117
6119
  };
6118
6120
  function wn(e) {
6119
- return e = Qe(e) ? e : e.key, Sd[e] || e;
6121
+ return e = Qe(e) ? e : e.key, Cd[e] || e;
6120
6122
  }
6121
6123
  var cr = "keydown";
6122
- function Cd(e, t, i) {
6124
+ function wd(e, t, i) {
6123
6125
  var n = oe(e), r = n.on, a = n.bind, s = n.unbind, o = e.root, l = t.Direction.resolve, c, u;
6124
6126
  function d() {
6125
6127
  h(), r(ye, v), r(ye, h), r(We, m);
@@ -6152,8 +6154,8 @@ function Cd(e, t, i) {
6152
6154
  disable: f
6153
6155
  };
6154
6156
  }
6155
- var Rt = hn + "-lazy", li = Rt + "-srcset", wd = "[" + Rt + "], [" + li + "]";
6156
- function Ad(e, t, i) {
6157
+ var Rt = hn + "-lazy", li = Rt + "-srcset", Ad = "[" + Rt + "], [" + li + "]";
6158
+ function Id(e, t, i) {
6157
6159
  var n = oe(e), r = n.on, a = n.off, s = n.bind, o = n.emit, l = i.lazyLoad === "sequential", c = [Mt, ft], u = [];
6158
6160
  function d() {
6159
6161
  i.lazyLoad && (h(), r(de, h));
@@ -6163,7 +6165,7 @@ function Ad(e, t, i) {
6163
6165
  }
6164
6166
  function v() {
6165
6167
  t.Slides.forEach(function(y) {
6166
- dn(y.slide, wd).forEach(function(E) {
6168
+ dn(y.slide, Ad).forEach(function(E) {
6167
6169
  var P = xe(E, Rt), $ = xe(E, li);
6168
6170
  if (P !== E.src || $ !== E.srcset) {
6169
6171
  var T = i.classes.spinner, S = E.parentElement, x = Jt(S, "." + T) || yt("span", T, S);
@@ -6195,7 +6197,7 @@ function Ad(e, t, i) {
6195
6197
  check: f
6196
6198
  };
6197
6199
  }
6198
- function Id(e, t, i) {
6200
+ function Md(e, t, i) {
6199
6201
  var n = oe(e), r = n.on, a = n.emit, s = n.bind, o = t.Slides, l = t.Elements, c = t.Controller, u = c.hasFocus, d = c.getIndex, h = c.go, v = t.Direction.resolve, f = l.pagination, m = [], b, p;
6200
6202
  function y() {
6201
6203
  E(), r([ye, de, mi], y);
@@ -6263,8 +6265,8 @@ function Id(e, t, i) {
6263
6265
  update: H
6264
6266
  };
6265
6267
  }
6266
- var Md = [" ", "Enter"];
6267
- function Td(e, t, i) {
6268
+ var Td = [" ", "Enter"];
6269
+ function Dd(e, t, i) {
6268
6270
  var n = i.isNavigation, r = i.slideFocus, a = [];
6269
6271
  function s() {
6270
6272
  e.splides.forEach(function(f) {
@@ -6296,7 +6298,7 @@ function Td(e, t, i) {
6296
6298
  e.go(f.index);
6297
6299
  }
6298
6300
  function v(f, m) {
6299
- cn(Md, wn(m)) && (h(f), He(m));
6301
+ cn(Td, wn(m)) && (h(f), He(m));
6300
6302
  }
6301
6303
  return {
6302
6304
  setup: Q(t.Media.set, {
@@ -6307,7 +6309,7 @@ function Td(e, t, i) {
6307
6309
  remount: l
6308
6310
  };
6309
6311
  }
6310
- function Dd(e, t, i) {
6312
+ function xd(e, t, i) {
6311
6313
  var n = oe(e), r = n.bind, a = 0;
6312
6314
  function s() {
6313
6315
  i.wheel && r(t.Elements.track, "wheel", o, mt);
@@ -6325,9 +6327,9 @@ function Dd(e, t, i) {
6325
6327
  mount: s
6326
6328
  };
6327
6329
  }
6328
- var xd = 90;
6329
- function Od(e, t, i) {
6330
- var n = oe(e), r = n.on, a = t.Elements.track, s = i.live && !i.isNavigation, o = yt("span", qu), l = Ci(xd, Q(u, !1));
6330
+ var Od = 90;
6331
+ function kd(e, t, i) {
6332
+ var n = oe(e), r = n.on, a = t.Elements.track, s = i.live && !i.isNavigation, o = yt("span", Xu), l = Ci(Od, Q(u, !1));
6331
6333
  function c() {
6332
6334
  s && (h(!t.Autoplay.isPaused()), z(a, sr, !0), o.textContent = "…", r(pn, Q(h, !0)), r(_n, Q(h, !1)), r([Mt, ft], Q(u, !0)));
6333
6335
  }
@@ -6346,28 +6348,28 @@ function Od(e, t, i) {
6346
6348
  destroy: d
6347
6349
  };
6348
6350
  }
6349
- var kd = /* @__PURE__ */ Object.freeze({
6351
+ var Ld = /* @__PURE__ */ Object.freeze({
6350
6352
  __proto__: null,
6351
- Media: Bu,
6352
- Direction: Hu,
6353
- Elements: td,
6354
- Slides: nd,
6355
- Layout: rd,
6356
- Clones: sd,
6357
- Move: od,
6358
- Controller: ld,
6359
- Arrows: dd,
6360
- Autoplay: fd,
6361
- Cover: vd,
6362
- Scroll: bd,
6363
- Drag: Ed,
6364
- Keyboard: Cd,
6365
- LazyLoad: Ad,
6366
- Pagination: Id,
6367
- Sync: Td,
6368
- Wheel: Dd,
6369
- Live: Od
6370
- }), Ld = {
6353
+ Media: Hu,
6354
+ Direction: Yu,
6355
+ Elements: id,
6356
+ Slides: rd,
6357
+ Layout: ad,
6358
+ Clones: od,
6359
+ Move: ld,
6360
+ Controller: cd,
6361
+ Arrows: hd,
6362
+ Autoplay: vd,
6363
+ Cover: md,
6364
+ Scroll: Ed,
6365
+ Drag: Sd,
6366
+ Keyboard: wd,
6367
+ LazyLoad: Id,
6368
+ Pagination: Md,
6369
+ Sync: Dd,
6370
+ Wheel: xd,
6371
+ Live: kd
6372
+ }), $d = {
6371
6373
  prev: "Previous slide",
6372
6374
  next: "Next slide",
6373
6375
  first: "Go to first slide",
@@ -6380,7 +6382,7 @@ var kd = /* @__PURE__ */ Object.freeze({
6380
6382
  slide: "slide",
6381
6383
  select: "Select a slide to show",
6382
6384
  slideLabel: "%s of %s"
6383
- }, $d = {
6385
+ }, Nd = {
6384
6386
  type: "slide",
6385
6387
  role: "region",
6386
6388
  speed: 400,
@@ -6399,15 +6401,15 @@ var kd = /* @__PURE__ */ Object.freeze({
6399
6401
  trimSpace: !0,
6400
6402
  focusableNodes: "a, button, textarea, input, select, iframe",
6401
6403
  live: !0,
6402
- classes: Zu,
6403
- i18n: Ld,
6404
+ classes: Qu,
6405
+ i18n: $d,
6404
6406
  reducedMotion: {
6405
6407
  speed: 0,
6406
6408
  rewindSpeed: 0,
6407
6409
  autoplay: "pause"
6408
6410
  }
6409
6411
  };
6410
- function Nd(e, t, i) {
6412
+ function Pd(e, t, i) {
6411
6413
  var n = t.Slides;
6412
6414
  function r() {
6413
6415
  oe(e).on([nt, de], a);
@@ -6426,7 +6428,7 @@ function Nd(e, t, i) {
6426
6428
  cancel: qi
6427
6429
  };
6428
6430
  }
6429
- function Pd(e, t, i) {
6431
+ function Fd(e, t, i) {
6430
6432
  var n = t.Move, r = t.Controller, a = t.Scroll, s = t.Elements.list, o = Q(De, s, "transition"), l;
6431
6433
  function c() {
6432
6434
  oe(e).bind(s, "transitionend", function(v) {
@@ -6455,14 +6457,14 @@ function Pd(e, t, i) {
6455
6457
  cancel: d
6456
6458
  };
6457
6459
  }
6458
- var Fd = /* @__PURE__ */ (function() {
6460
+ var Rd = /* @__PURE__ */ (function() {
6459
6461
  function e(i, n) {
6460
- this.event = oe(), this.Components = {}, this.state = Ru(pt), this.splides = [], this._o = {}, this._E = {};
6462
+ this.event = oe(), this.Components = {}, this.state = Vu(pt), this.splides = [], this._o = {}, this._E = {};
6461
6463
  var r = Qe(i) ? Br(document, i) : i;
6462
6464
  Ft(r, r + " is invalid."), this.root = r, n = Xe({
6463
6465
  label: xe(r, Me) || "",
6464
6466
  labelledby: xe(r, bn) || ""
6465
- }, $d, e.defaults, n || {});
6467
+ }, Nd, e.defaults, n || {});
6466
6468
  try {
6467
6469
  Xe(n, JSON.parse(xe(r, hn)));
6468
6470
  } catch {
@@ -6473,8 +6475,8 @@ var Fd = /* @__PURE__ */ (function() {
6473
6475
  var t = e.prototype;
6474
6476
  return t.mount = function(n, r) {
6475
6477
  var a = this, s = this.state, o = this.Components;
6476
- Ft(s.is([pt, hi]), "Already mounted!"), s.set(pt), this._C = o, this._T = r || this._T || (this.is(ei) ? Nd : Pd), this._E = n || this._E;
6477
- var l = Yt({}, kd, this._E, {
6478
+ Ft(s.is([pt, hi]), "Already mounted!"), s.set(pt), this._C = o, this._T = r || this._T || (this.is(ei) ? Pd : Fd), this._E = n || this._E;
6479
+ var l = Yt({}, Ld, this._E, {
6478
6480
  Transition: this._T
6479
6481
  });
6480
6482
  return ct(l, function(c, u) {
@@ -6482,7 +6484,7 @@ var Fd = /* @__PURE__ */ (function() {
6482
6484
  o[u] = d, d.setup && d.setup();
6483
6485
  }), ct(o, function(c) {
6484
6486
  c.mount && c.mount();
6485
- }), this.emit(nt), Fe(this.root, Xu), s.set(Et), this.emit(tr), this;
6487
+ }), this.emit(nt), Fe(this.root, Ju), s.set(Et), this.emit(tr), this;
6486
6488
  }, t.sync = function(n) {
6487
6489
  return this.splides.push({
6488
6490
  splide: n
@@ -6513,7 +6515,7 @@ var Fd = /* @__PURE__ */ (function() {
6513
6515
  return a.is(pt) ? oe(this).on(tr, this.destroy.bind(this, n)) : (ct(this._C, function(s) {
6514
6516
  s.destroy && s.destroy(n);
6515
6517
  }, !0), r.emit(mn), r.destroy(), n && ze(this.splides), a.set(hi)), this;
6516
- }, Lu(e, [{
6518
+ }, $u(e, [{
6517
6519
  key: "options",
6518
6520
  get: function() {
6519
6521
  return this._o;
@@ -6532,9 +6534,9 @@ var Fd = /* @__PURE__ */ (function() {
6532
6534
  return this._C.Controller.getIndex();
6533
6535
  }
6534
6536
  }]), e;
6535
- })(), An = Fd;
6537
+ })(), An = Rd;
6536
6538
  An.defaults = {};
6537
- An.STATES = Nu;
6539
+ An.STATES = Pu;
6538
6540
  const ur = [
6539
6541
  jr,
6540
6542
  Xr,
@@ -6567,7 +6569,7 @@ const ur = [
6567
6569
  function dr(e) {
6568
6570
  return e !== null && typeof e == "object";
6569
6571
  }
6570
- function Rd(e, t) {
6572
+ function Vd(e, t) {
6571
6573
  if (e) {
6572
6574
  const i = Object.keys(e);
6573
6575
  for (let n = 0; n < i.length; n++) {
@@ -6580,11 +6582,11 @@ function Rd(e, t) {
6580
6582
  }
6581
6583
  function pa(e, t) {
6582
6584
  const i = e;
6583
- return Rd(t, (n, r) => {
6585
+ return Vd(t, (n, r) => {
6584
6586
  Array.isArray(n) ? i[r] = n.slice() : dr(n) ? i[r] = pa(dr(i[r]) ? i[r] : {}, n) : i[r] = n;
6585
6587
  }), i;
6586
6588
  }
6587
- const Vd = U({
6589
+ const Bd = U({
6588
6590
  name: "SplideTrack",
6589
6591
  setup() {
6590
6592
  vr(() => {
@@ -6598,18 +6600,18 @@ const Vd = U({
6598
6600
  for (const [n, r] of t)
6599
6601
  i[n] = r;
6600
6602
  return i;
6601
- }, Bd = { class: "splide__track" }, Hd = { class: "splide__list" };
6602
- function Yd(e, t, i, n, r, a) {
6603
- return _(), C("div", Bd, [
6604
- g("ul", Hd, [
6603
+ }, Hd = { class: "splide__track" }, Yd = { class: "splide__list" };
6604
+ function jd(e, t, i, n, r, a) {
6605
+ return _(), C("div", Hd, [
6606
+ g("ul", Yd, [
6605
6607
  W(e.$slots, "default")
6606
6608
  ])
6607
6609
  ]);
6608
6610
  }
6609
- const jd = /* @__PURE__ */ In(Vd, [["render", Yd]]), Kd = U({
6611
+ const Kd = /* @__PURE__ */ In(Bd, [["render", jd]]), Gd = U({
6610
6612
  name: "Splide",
6611
6613
  emits: ur.map((e) => `splide:${e}`),
6612
- components: { SplideTrack: jd },
6614
+ components: { SplideTrack: Kd },
6613
6615
  props: {
6614
6616
  tag: {
6615
6617
  default: "div",
@@ -6668,7 +6670,7 @@ const jd = /* @__PURE__ */ In(Vd, [["render", Yd]]), Kd = U({
6668
6670
  };
6669
6671
  }
6670
6672
  });
6671
- function Gd(e, t, i, n, r, a) {
6673
+ function zd(e, t, i, n, r, a) {
6672
6674
  const s = Aa("SplideTrack");
6673
6675
  return _(), ee(Ia(e.tag), {
6674
6676
  class: "splide",
@@ -6685,15 +6687,15 @@ function Gd(e, t, i, n, r, a) {
6685
6687
  _: 3
6686
6688
  }, 512);
6687
6689
  }
6688
- const zd = /* @__PURE__ */ In(Kd, [["render", Gd]]), Wd = U({
6690
+ const Wd = /* @__PURE__ */ In(Gd, [["render", zd]]), Ud = U({
6689
6691
  name: "SplideSlide"
6690
- }), Ud = { class: "splide__slide" };
6691
- function qd(e, t, i, n, r, a) {
6692
- return _(), C("li", Ud, [
6692
+ }), qd = { class: "splide__slide" };
6693
+ function Xd(e, t, i, n, r, a) {
6694
+ return _(), C("li", qd, [
6693
6695
  W(e.$slots, "default")
6694
6696
  ]);
6695
6697
  }
6696
- const Xd = /* @__PURE__ */ In(Wd, [["render", qd]]), Jd = {
6698
+ const Jd = /* @__PURE__ */ In(Ud, [["render", Xd]]), Zd = {
6697
6699
  autoplay: !1,
6698
6700
  keyboard: !1,
6699
6701
  slideFocus: !1,
@@ -6723,14 +6725,14 @@ const Xd = /* @__PURE__ */ In(Wd, [["render", qd]]), Jd = {
6723
6725
  gap: "2rem"
6724
6726
  }
6725
6727
  }
6726
- }, Zd = {
6728
+ }, Qd = {
6727
6729
  class: "m-component m-component-slider-comment",
6728
6730
  style: { overflow: "hidden" }
6729
- }, Qd = { class: "container" }, eh = { class: "m-component__grid" }, th = { class: "m-component__column" }, ih = {
6731
+ }, eh = { class: "container" }, th = { class: "m-component__grid" }, ih = { class: "m-component__column" }, nh = {
6730
6732
  class: "m-slider m-slider--visible-preview",
6731
6733
  "aria-label": "Slider mit Elementen",
6732
6734
  "data-m-slider-splide": "m-slider-comment"
6733
- }, nh = /* @__PURE__ */ U({
6735
+ }, rh = /* @__PURE__ */ U({
6734
6736
  __name: "MucSlider",
6735
6737
  emits: ["changeSlide"],
6736
6738
  setup(e, { emit: t }) {
@@ -6745,11 +6747,11 @@ const Xd = /* @__PURE__ */ In(Wd, [["render", qd]]), Jd = {
6745
6747
  n.value && n.value.splide && (a.value = n.value.length, n.value.splide.on("move", () => {
6746
6748
  n.value && n.value.splide && (r.value = n.value.splide.index, i("changeSlide", n.value.splide.index));
6747
6749
  }));
6748
- }), (u, d) => (_(), C("div", Zd, [
6749
- g("div", Qd, [
6750
- g("div", eh, [
6751
- g("div", th, [
6752
- g("section", ih, [
6750
+ }), (u, d) => (_(), C("div", Qd, [
6751
+ g("div", eh, [
6752
+ g("div", th, [
6753
+ g("div", ih, [
6754
+ g("section", nh, [
6753
6755
  l.value ? (_(), C("button", {
6754
6756
  key: 0,
6755
6757
  "aria-label": "Vorheriges Element",
@@ -6760,8 +6762,8 @@ const Xd = /* @__PURE__ */ In(Wd, [["render", qd]]), Jd = {
6760
6762
  g("use", { "xlink:href": "#icon-arrow-left" })
6761
6763
  ], -1)
6762
6764
  ])])) : R("", !0),
6763
- ae(q(zd), {
6764
- options: q(Jd),
6765
+ ae(q(Wd), {
6766
+ options: q(Zd),
6765
6767
  "aria-label": "Dies ist ein Karussell mit rotierenden Elementen. Verwenden Sie die Buttons um nach vorne oder zurück zu navigieren.",
6766
6768
  ref_key: "splide",
6767
6769
  ref: n
@@ -6787,17 +6789,17 @@ const Xd = /* @__PURE__ */ In(Wd, [["render", qd]]), Jd = {
6787
6789
  ])
6788
6790
  ]));
6789
6791
  }
6790
- }), rh = /* @__PURE__ */ he(nh, [["__scopeId", "data-v-055bab6c"]]), ah = /* @__PURE__ */ U({
6792
+ }), ah = /* @__PURE__ */ he(rh, [["__scopeId", "data-v-055bab6c"]]), sh = /* @__PURE__ */ U({
6791
6793
  __name: "MucSliderItem",
6792
6794
  setup(e) {
6793
- return (t, i) => (_(), ee(q(Xd), null, {
6795
+ return (t, i) => (_(), ee(q(Jd), null, {
6794
6796
  default: ne(() => [
6795
6797
  W(t.$slots, "default")
6796
6798
  ]),
6797
6799
  _: 3
6798
6800
  }));
6799
6801
  }
6800
- }), sh = ["tabindex", "aria-labelledby", "aria-label", "aria-setsize", "aria-posinset", "aria-current"], oh = ["id"], lh = ["id"], ch = ["id"], uh = ["aria-labelledby"], dh = /* @__PURE__ */ U({
6802
+ }), oh = ["tabindex", "aria-labelledby", "aria-label", "aria-setsize", "aria-posinset", "aria-current"], lh = ["id"], ch = ["id"], uh = ["id"], dh = ["aria-labelledby"], hh = /* @__PURE__ */ U({
6801
6803
  __name: "MucStepperItem",
6802
6804
  props: {
6803
6805
  item: {},
@@ -6836,23 +6838,23 @@ const Xd = /* @__PURE__ */ In(Wd, [["render", qd]]), Jd = {
6836
6838
  "aria-current": e.isActive ? "step" : !1
6837
6839
  }, [
6838
6840
  ae(q(pe), { icon: n.value }, null, 8, ["icon"])
6839
- ], 10, sh),
6841
+ ], 10, oh),
6840
6842
  g("div", {
6841
6843
  class: J(["m-form-step__title", { disabled: e.disabled }])
6842
6844
  }, [
6843
6845
  g("span", {
6844
6846
  id: s.value,
6845
6847
  "aria-disabled": "true"
6846
- }, L(e.item.label), 9, oh),
6848
+ }, L(e.item.label), 9, lh),
6847
6849
  g("span", {
6848
6850
  class: "visually-hidden",
6849
6851
  id: o.value
6850
- }, " Schritt " + L(e.position) + " von " + L(e.total) + ": ", 9, lh),
6852
+ }, " Schritt " + L(e.position) + " von " + L(e.total) + ": ", 9, ch),
6851
6853
  e.isDone ? (_(), C("span", {
6852
6854
  key: 0,
6853
6855
  class: "visually-hidden",
6854
6856
  id: l.value
6855
- }, " – erledigt ", 8, ch)) : R("", !0)
6857
+ }, " – erledigt ", 8, uh)) : R("", !0)
6856
6858
  ], 2),
6857
6859
  e.isActive ? (_(), C("span", {
6858
6860
  key: 0,
@@ -6861,14 +6863,14 @@ const Xd = /* @__PURE__ */ In(Wd, [["render", qd]]), Jd = {
6861
6863
  "aria-live": "polite",
6862
6864
  "aria-atomic": "true",
6863
6865
  "aria-labelledby": c.value
6864
- }, null, 8, uh)) : R("", !0)
6866
+ }, null, 8, dh)) : R("", !0)
6865
6867
  ], 2));
6866
6868
  }
6867
- }), hh = /* @__PURE__ */ he(dh, [["__scopeId", "data-v-c8c29c82"]]), fh = { class: "m-component m-component-form-progress" }, vh = { class: "container" }, mh = { class: "m-component__grid" }, gh = { class: "m-component__column" }, ph = {
6869
+ }), fh = /* @__PURE__ */ he(hh, [["__scopeId", "data-v-c8c29c82"]]), vh = { class: "m-component m-component-form-progress" }, mh = { class: "container" }, gh = { class: "m-component__grid" }, ph = { class: "m-component__column" }, _h = {
6868
6870
  class: "m-form-steps",
6869
6871
  role: "list",
6870
6872
  "aria-label": "Formularfortschritt"
6871
- }, _h = /* @__PURE__ */ U({
6873
+ }, yh = /* @__PURE__ */ U({
6872
6874
  __name: "MucStepper",
6873
6875
  props: {
6874
6876
  stepItems: {},
@@ -6887,12 +6889,12 @@ const Xd = /* @__PURE__ */ In(Wd, [["render", qd]]), Jd = {
6887
6889
  const n = (c) => e.stepItems.findIndex((u) => u.id === c), r = se(n(e.activeItem)), a = (c) => c === e.activeItem, s = (c) => n(c) < r.value, o = (c) => e.disablePreviousSteps && !a(c) && s(c), l = (c) => {
6888
6890
  i("changeStep", c);
6889
6891
  };
6890
- return (c, u) => (_(), C("div", fh, [
6891
- g("div", vh, [
6892
- g("div", mh, [
6893
- g("div", gh, [
6894
- g("ol", ph, [
6895
- (_(!0), C(we, null, Oe(e.stepItems, (d, h) => (_(), ee(hh, {
6892
+ return (c, u) => (_(), C("div", vh, [
6893
+ g("div", mh, [
6894
+ g("div", gh, [
6895
+ g("div", ph, [
6896
+ g("ol", _h, [
6897
+ (_(!0), C(we, null, Oe(e.stepItems, (d, h) => (_(), ee(fh, {
6896
6898
  key: d.id,
6897
6899
  item: d,
6898
6900
  "is-active": a(d.id),
@@ -6916,36 +6918,36 @@ const Xd = /* @__PURE__ */ In(Wd, [["render", qd]]), Jd = {
6916
6918
  MucButton: Je,
6917
6919
  MucCalendar: Cs,
6918
6920
  MucCallout: Os,
6919
- MucCard: Bs,
6920
- MucCardContainer: js,
6921
- MucCheckbox: Eo,
6922
- MucCheckboxGroup: To,
6921
+ MucCard: Hs,
6922
+ MucCardContainer: Ks,
6923
+ MucCheckbox: So,
6924
+ MucCheckboxGroup: Do,
6923
6925
  MucComment: pr,
6924
- MucCommentText: oo,
6925
- MucCounter: Bo,
6926
+ MucCommentText: lo,
6927
+ MucCounter: Ho,
6926
6928
  MucDivider: ui,
6927
- MucErrorList: zo,
6928
- MucFileDropzone: po,
6929
+ MucErrorList: Wo,
6930
+ MucFileDropzone: _o,
6929
6931
  MucIcon: pe,
6930
- MucInput: il,
6931
- MucIntro: gu,
6932
+ MucInput: nl,
6933
+ MucIntro: pu,
6932
6934
  MucLink: _r,
6933
- MucModal: Iu,
6935
+ MucModal: Mu,
6934
6936
  MucPercentageSpinner: qn,
6935
- MucRadioButton: ol,
6936
- MucRadioButtonGroup: fl,
6937
- MucSelect: jc,
6938
- MucSlider: rh,
6939
- MucSliderItem: ah,
6937
+ MucRadioButton: ll,
6938
+ MucRadioButtonGroup: vl,
6939
+ MucSelect: Kc,
6940
+ MucSlider: ah,
6941
+ MucSliderItem: sh,
6940
6942
  MucSpinner: qn,
6941
- MucStepper: _h,
6942
- MucTextArea: Jc
6943
+ MucStepper: yh,
6944
+ MucTextArea: Zc
6943
6945
  }, Symbol.toStringTag, { value: "Module" }));
6944
- function yh(e) {
6946
+ function bh(e) {
6945
6947
  for (const t in hr)
6946
6948
  e.component(t, hr[t]);
6947
6949
  }
6948
- const Eh = { install: yh };
6950
+ const Sh = { install: bh };
6949
6951
  export {
6950
6952
  Na as MucAccordion,
6951
6953
  Ka as MucAccordionItem,
@@ -6953,29 +6955,29 @@ export {
6953
6955
  Je as MucButton,
6954
6956
  Cs as MucCalendar,
6955
6957
  Os as MucCallout,
6956
- Bs as MucCard,
6957
- js as MucCardContainer,
6958
- Eo as MucCheckbox,
6959
- To as MucCheckboxGroup,
6958
+ Hs as MucCard,
6959
+ Ks as MucCardContainer,
6960
+ So as MucCheckbox,
6961
+ Do as MucCheckboxGroup,
6960
6962
  pr as MucComment,
6961
- oo as MucCommentText,
6962
- Bo as MucCounter,
6963
+ lo as MucCommentText,
6964
+ Ho as MucCounter,
6963
6965
  ui as MucDivider,
6964
- zo as MucErrorList,
6965
- po as MucFileDropzone,
6966
+ Wo as MucErrorList,
6967
+ _o as MucFileDropzone,
6966
6968
  pe as MucIcon,
6967
- il as MucInput,
6968
- gu as MucIntro,
6969
+ nl as MucInput,
6970
+ pu as MucIntro,
6969
6971
  _r as MucLink,
6970
- Iu as MucModal,
6972
+ Mu as MucModal,
6971
6973
  qn as MucPercentageSpinner,
6972
- ol as MucRadioButton,
6973
- fl as MucRadioButtonGroup,
6974
- jc as MucSelect,
6975
- rh as MucSlider,
6976
- ah as MucSliderItem,
6974
+ ll as MucRadioButton,
6975
+ vl as MucRadioButtonGroup,
6976
+ Kc as MucSelect,
6977
+ ah as MucSlider,
6978
+ sh as MucSliderItem,
6977
6979
  qn as MucSpinner,
6978
- _h as MucStepper,
6979
- Jc as MucTextArea,
6980
- Eh as default
6980
+ yh as MucStepper,
6981
+ Zc as MucTextArea,
6982
+ Sh as default
6981
6983
  };