dap-design-system 0.55.2 → 0.55.3

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.
@@ -41,6 +41,7 @@ import { default as DapDSFileInputList } from './file-input-list.component';
41
41
  * @property {boolean} showDropzone - Whether to show a separate dropzone area.
42
42
  * @property {string} dropzoneText - Text to display in the dropzone.
43
43
  * @property {string} dropzoneAriaLabel - Aria label for the dropzone.
44
+ * @property {boolean} dropzoneFocusable - Whether the dropzone is in the tab order and exposes button keyboard behavior (default: true).
44
45
  * @property {boolean} showFileList - Whether to show the built-in file list.
45
46
  * @property {boolean} confirmRemove - Whether to show confirmation dialog before removing files.
46
47
  * @property {string} showUploadButton - Whether to show the upload button. Default is `true`.
@@ -151,6 +152,12 @@ export default class DapDSFileInput extends GenericFormElement {
151
152
  showThumbnail: string;
152
153
  /** Aria label for the dropzone */
153
154
  dropzoneAriaLabel: string;
155
+ /**
156
+ * When false, the dropzone is not tab-focusable (tabindex -1), uses role="group"
157
+ * instead of role="button", and Enter/Space no longer opens the file dialog from
158
+ * the dropzone. Click and drag-and-drop still work.
159
+ */
160
+ dropzoneFocusable: string;
154
161
  /** Size of the thumbnail preview in the built-in file list */
155
162
  thumbnailSize: 'xxs' | 'xs' | 'sm' | 'md' | 'lg';
156
163
  get files(): File[];
@@ -643,7 +643,7 @@ function Kd() {
643
643
  }(fr)), fr.exports;
644
644
  }
645
645
  var Gd = Kd();
646
- const Wd = /* @__PURE__ */ Ho(Gd), J = (t) => typeof t == "string", yo = () => {
646
+ const Wd = /* @__PURE__ */ Ho(Gd), X = (t) => typeof t == "string", yo = () => {
647
647
  let t, e;
648
648
  const i = new Promise((o, r) => {
649
649
  t = o, e = r;
@@ -653,8 +653,8 @@ const Wd = /* @__PURE__ */ Ho(Gd), J = (t) => typeof t == "string", yo = () => {
653
653
  t.forEach((o) => {
654
654
  e[o] && (i[o] = e[o]);
655
655
  });
656
- }, Zd = /###/g, zs = (t) => t && t.indexOf("###") > -1 ? t.replace(Zd, ".") : t, Cs = (t) => !t || J(t), So = (t, e, i) => {
657
- const o = J(e) ? e.split(".") : e;
656
+ }, Zd = /###/g, zs = (t) => t && t.indexOf("###") > -1 ? t.replace(Zd, ".") : t, Cs = (t) => !t || X(t), So = (t, e, i) => {
657
+ const o = X(e) ? e.split(".") : e;
658
658
  let r = 0;
659
659
  for (; r < o.length - 1; ) {
660
660
  if (Cs(t)) return {};
@@ -696,7 +696,7 @@ const Wd = /* @__PURE__ */ Ho(Gd), J = (t) => typeof t == "string", yo = () => {
696
696
  return o !== void 0 ? o : mr(e, i);
697
697
  }, pn = (t, e, i) => {
698
698
  for (const o in e)
699
- o !== "__proto__" && o !== "constructor" && (o in t ? J(t[o]) || t[o] instanceof String || J(e[o]) || e[o] instanceof String ? i && (t[o] = e[o]) : pn(t[o], e[o], i) : t[o] = e[o]);
699
+ o !== "__proto__" && o !== "constructor" && (o in t ? X(t[o]) || t[o] instanceof String || X(e[o]) || e[o] instanceof String ? i && (t[o] = e[o]) : pn(t[o], e[o], i) : t[o] = e[o]);
700
700
  return t;
701
701
  }, Gi = (t) => t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
702
702
  var Qd = {
@@ -707,7 +707,7 @@ var Qd = {
707
707
  "'": "&#39;",
708
708
  "/": "&#x2F;"
709
709
  };
710
- const tl = (t) => J(t) ? t.replace(/[&<>"'\/]/g, (e) => Qd[e]) : t;
710
+ const tl = (t) => X(t) ? t.replace(/[&<>"'\/]/g, (e) => Qd[e]) : t;
711
711
  class el {
712
712
  constructor(e) {
713
713
  this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
@@ -796,7 +796,7 @@ class xr {
796
796
  return this.forward(i, "warn", "WARNING DEPRECATED: ", !0);
797
797
  }
798
798
  forward(e, i, o, r) {
799
- return r && !this.debug ? null : (J(e[0]) && (e[0] = `${o}${this.prefix} ${e[0]}`), this.logger[i](e));
799
+ return r && !this.debug ? null : (X(e[0]) && (e[0] = `${o}${this.prefix} ${e[0]}`), this.logger[i](e));
800
800
  }
801
801
  create(e) {
802
802
  return new xr(this.logger, x({
@@ -861,9 +861,9 @@ class Is extends Rr {
861
861
  let r = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
862
862
  const a = r.keySeparator !== void 0 ? r.keySeparator : this.options.keySeparator, s = r.ignoreJSONStructure !== void 0 ? r.ignoreJSONStructure : this.options.ignoreJSONStructure;
863
863
  let d;
864
- e.indexOf(".") > -1 ? d = e.split(".") : (d = [e, i], o && (Array.isArray(o) ? d.push(...o) : J(o) && a ? d.push(...o.split(a)) : d.push(o)));
864
+ e.indexOf(".") > -1 ? d = e.split(".") : (d = [e, i], o && (Array.isArray(o) ? d.push(...o) : X(o) && a ? d.push(...o.split(a)) : d.push(o)));
865
865
  const l = mr(this.data, d);
866
- return !l && !i && !o && e.indexOf(".") > -1 && (e = d[0], i = d[1], o = d.slice(2).join(".")), l || !s || !J(o) ? l : za(this.data && this.data[e] && this.data[e][i], o, a);
866
+ return !l && !i && !o && e.indexOf(".") > -1 && (e = d[0], i = d[1], o = d.slice(2).join(".")), l || !s || !X(o) ? l : za(this.data && this.data[e] && this.data[e][i], o, a);
867
867
  }
868
868
  addResource(e, i, o, r) {
869
869
  let a = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : {
@@ -878,7 +878,7 @@ class Is extends Rr {
878
878
  silent: !1
879
879
  };
880
880
  for (const a in o)
881
- (J(o[a]) || Array.isArray(o[a])) && this.addResource(e, i, a, o[a], {
881
+ (X(o[a]) || Array.isArray(o[a])) && this.addResource(e, i, a, o[a], {
882
882
  silent: !0
883
883
  });
884
884
  r.silent || this.emit("added", e, i, o);
@@ -952,14 +952,14 @@ class wr extends Rr {
952
952
  if (l && l.length > 0)
953
953
  return {
954
954
  key: e,
955
- namespaces: J(a) ? [a] : a
955
+ namespaces: X(a) ? [a] : a
956
956
  };
957
957
  const c = e.split(o);
958
958
  (o !== r || o === r && this.options.ns.indexOf(c[0]) > -1) && (a = c.shift()), e = c.join(r);
959
959
  }
960
960
  return {
961
961
  key: e,
962
- namespaces: J(a) ? [a] : a
962
+ namespaces: X(a) ? [a] : a
963
963
  };
964
964
  }
965
965
  translate(e, i, o) {
@@ -992,8 +992,8 @@ class wr extends Rr {
992
992
  }
993
993
  const u = this.resolve(e, i);
994
994
  let h = u && u.res;
995
- const g = u && u.usedKey || s, m = u && u.exactUsedKey || s, w = Object.prototype.toString.apply(h), y = ["[object Number]", "[object Function]", "[object RegExp]"], _ = i.joinArrays !== void 0 ? i.joinArrays : this.options.joinArrays, S = !this.i18nFormat || this.i18nFormat.handleAsObject, L = !J(h) && typeof h != "boolean" && typeof h != "number";
996
- if (S && h && L && y.indexOf(w) < 0 && !(J(_) && Array.isArray(h))) {
995
+ const g = u && u.usedKey || s, m = u && u.exactUsedKey || s, w = Object.prototype.toString.apply(h), y = ["[object Number]", "[object Function]", "[object RegExp]"], _ = i.joinArrays !== void 0 ? i.joinArrays : this.options.joinArrays, S = !this.i18nFormat || this.i18nFormat.handleAsObject, L = !X(h) && typeof h != "boolean" && typeof h != "number";
996
+ if (S && h && L && y.indexOf(w) < 0 && !(X(_) && Array.isArray(h))) {
997
997
  if (!i.returnObjects && !this.options.returnObjects) {
998
998
  this.options.returnedObjectHandler || this.logger.warn("accessing an object - but returnObjects options is not enabled!");
999
999
  const T = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(g, h, q(x({}, i), {
@@ -1013,11 +1013,11 @@ class wr extends Rr {
1013
1013
  }
1014
1014
  h = E;
1015
1015
  }
1016
- } else if (S && J(_) && Array.isArray(h))
1016
+ } else if (S && X(_) && Array.isArray(h))
1017
1017
  h = h.join(_), h && (h = this.extendTranslation(h, e, i, o));
1018
1018
  else {
1019
1019
  let T = !1, E = !1;
1020
- const Q = i.count !== void 0 && !J(i.count), et = wr.hasDefaultValue(i), ct = Q ? this.pluralResolver.getSuffix(c, i.count, i) : "", ht = i.ordinal && Q ? this.pluralResolver.getSuffix(c, i.count, {
1020
+ const Q = i.count !== void 0 && !X(i.count), et = wr.hasDefaultValue(i), ct = Q ? this.pluralResolver.getSuffix(c, i.count, i) : "", ht = i.ordinal && Q ? this.pluralResolver.getSuffix(c, i.count, {
1021
1021
  ordinal: !1
1022
1022
  }) : "", it = Q && !i.ordinal && i.count === 0 && this.pluralResolver.shouldUseIntlApi(), j = it && i[`defaultValue${this.options.pluralSeparator}zero`] || i[`defaultValue${ct}`] || i[`defaultValue${ht}`] || i.defaultValue;
1023
1023
  !this.isValidLookup(h) && et && (T = !0, h = j), this.isValidLookup(h) || (E = !0, h = s);
@@ -1060,13 +1060,13 @@ class wr extends Rr {
1060
1060
  o.interpolation && this.interpolator.init(q(x({}, o), {
1061
1061
  interpolation: x(x({}, this.options.interpolation), o.interpolation)
1062
1062
  }));
1063
- const c = J(e) && (o && o.interpolation && o.interpolation.skipOnVariables !== void 0 ? o.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables);
1063
+ const c = X(e) && (o && o.interpolation && o.interpolation.skipOnVariables !== void 0 ? o.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables);
1064
1064
  let p;
1065
1065
  if (c) {
1066
1066
  const h = e.match(this.interpolator.nestingRegexp);
1067
1067
  p = h && h.length;
1068
1068
  }
1069
- let u = o.replace && !J(o.replace) ? o.replace : o;
1069
+ let u = o.replace && !X(o.replace) ? o.replace : o;
1070
1070
  if (this.options.interpolation.defaultVariables && (u = x(x({}, this.options.interpolation.defaultVariables), u)), e = this.interpolator.interpolate(e, u, o.lng || this.language || r.usedLng, o), c) {
1071
1071
  const h = e.match(this.interpolator.nestingRegexp), g = h && h.length;
1072
1072
  p < g && (o.nest = !1);
@@ -1077,7 +1077,7 @@ class wr extends Rr {
1077
1077
  return a && a[0] === g[0] && !o.context ? (s.logger.warn(`It seems you are nesting recursively key: ${g[0]} in key: ${i[0]}`), null) : s.translate(...g, i);
1078
1078
  }, o)), o.interpolation && this.interpolator.reset();
1079
1079
  }
1080
- const d = o.postProcess || this.options.postProcess, l = J(d) ? [d] : d;
1080
+ const d = o.postProcess || this.options.postProcess, l = X(d) ? [d] : d;
1081
1081
  return e != null && l && l.length && o.applyPostProcessor !== !1 && (e = un.handle(l, e, i, this.options && this.options.postProcessPassResolved ? x({
1082
1082
  i18nResolved: q(x({}, r), {
1083
1083
  usedParams: this.getUsedParamsDetails(o)
@@ -1086,13 +1086,13 @@ class wr extends Rr {
1086
1086
  }
1087
1087
  resolve(e) {
1088
1088
  let i = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, o, r, a, s, d;
1089
- return J(e) && (e = [e]), e.forEach((l) => {
1089
+ return X(e) && (e = [e]), e.forEach((l) => {
1090
1090
  if (this.isValidLookup(o)) return;
1091
1091
  const c = this.extractFromKey(l, i), p = c.key;
1092
1092
  r = p;
1093
1093
  let u = c.namespaces;
1094
1094
  this.options.fallbackNS && (u = u.concat(this.options.fallbackNS));
1095
- const h = i.count !== void 0 && !J(i.count), g = h && !i.ordinal && i.count === 0 && this.pluralResolver.shouldUseIntlApi(), m = i.context !== void 0 && (J(i.context) || typeof i.context == "number") && i.context !== "", w = i.lngs ? i.lngs : this.languageUtils.toResolveHierarchy(i.lng || this.language, i.fallbackLng);
1095
+ const h = i.count !== void 0 && !X(i.count), g = h && !i.ordinal && i.count === 0 && this.pluralResolver.shouldUseIntlApi(), m = i.context !== void 0 && (X(i.context) || typeof i.context == "number") && i.context !== "", w = i.lngs ? i.lngs : this.languageUtils.toResolveHierarchy(i.lng || this.language, i.fallbackLng);
1096
1096
  u.forEach((y) => {
1097
1097
  this.isValidLookup(o) || (d = y, !Os[`${w[0]}-${y}`] && this.utils && this.utils.hasLoadedNamespace && !this.utils.hasLoadedNamespace(d) && (Os[`${w[0]}-${y}`] = !0, this.logger.warn(`key "${r}" for languages "${w.join(", ")}" won't get resolved as namespace "${d}" was not yet loaded`, "This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")), w.forEach((_) => {
1098
1098
  if (this.isValidLookup(o)) return;
@@ -1131,7 +1131,7 @@ class wr extends Rr {
1131
1131
  }
1132
1132
  getUsedParamsDetails() {
1133
1133
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
1134
- const i = ["defaultValue", "ordinal", "context", "replace", "lng", "lngs", "fallbackLng", "ns", "keySeparator", "nsSeparator", "returnObjects", "returnDetails", "joinArrays", "postProcess", "interpolation"], o = e.replace && !J(e.replace);
1134
+ const i = ["defaultValue", "ordinal", "context", "replace", "lng", "lngs", "fallbackLng", "ns", "keySeparator", "nsSeparator", "returnObjects", "returnDetails", "joinArrays", "postProcess", "interpolation"], o = e.replace && !X(e.replace);
1135
1135
  let r = o ? e.replace : e;
1136
1136
  if (o && typeof e.count != "undefined" && (r.count = e.count), this.options.interpolation.defaultVariables && (r = x(x({}, this.options.interpolation.defaultVariables), r)), !o) {
1137
1137
  r = x({}, r);
@@ -1164,7 +1164,7 @@ class As {
1164
1164
  return this.formatLanguageCode(i[0]);
1165
1165
  }
1166
1166
  formatLanguageCode(e) {
1167
- if (J(e) && e.indexOf("-") > -1) {
1167
+ if (X(e) && e.indexOf("-") > -1) {
1168
1168
  if (typeof Intl != "undefined" && typeof Intl.getCanonicalLocales != "undefined")
1169
1169
  try {
1170
1170
  let r = Intl.getCanonicalLocales(e)[0];
@@ -1200,7 +1200,7 @@ class As {
1200
1200
  }
1201
1201
  getFallbackCodes(e, i) {
1202
1202
  if (!e) return [];
1203
- if (typeof e == "function" && (e = e(i)), J(e) && (e = [e]), Array.isArray(e)) return e;
1203
+ if (typeof e == "function" && (e = e(i)), X(e) && (e = [e]), Array.isArray(e)) return e;
1204
1204
  if (!i) return e.default || [];
1205
1205
  let o = e[i];
1206
1206
  return o || (o = e[this.getScriptPartFromCode(i)]), o || (o = e[this.formatLanguageCode(i)]), o || (o = e[this.getLanguagePartFromCode(i)]), o || (o = e.default), o || [];
@@ -1209,7 +1209,7 @@ class As {
1209
1209
  const o = this.getFallbackCodes(i || this.options.fallbackLng || [], e), r = [], a = (s) => {
1210
1210
  s && (this.isSupportedCode(s) ? r.push(s) : this.logger.warn(`rejecting language code not found in supportedLngs: ${s}`));
1211
1211
  };
1212
- return J(e) && (e.indexOf("-") > -1 || e.indexOf("_") > -1) ? (this.options.load !== "languageOnly" && a(this.formatLanguageCode(e)), this.options.load !== "languageOnly" && this.options.load !== "currentOnly" && a(this.getScriptPartFromCode(e)), this.options.load !== "currentOnly" && a(this.getLanguagePartFromCode(e))) : J(e) && a(this.formatLanguageCode(e)), o.forEach((s) => {
1212
+ return X(e) && (e.indexOf("-") > -1 || e.indexOf("_") > -1) ? (this.options.load !== "languageOnly" && a(this.formatLanguageCode(e)), this.options.load !== "languageOnly" && this.options.load !== "currentOnly" && a(this.getScriptPartFromCode(e)), this.options.load !== "currentOnly" && a(this.getLanguagePartFromCode(e))) : X(e) && a(this.formatLanguageCode(e)), o.forEach((s) => {
1213
1213
  r.indexOf(s) < 0 && a(this.formatLanguageCode(s));
1214
1214
  }), r;
1215
1215
  }
@@ -1414,7 +1414,7 @@ class pl {
1414
1414
  }
1415
1415
  const Ps = function(t, e, i) {
1416
1416
  let o = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", r = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, a = Xd(t, e, i);
1417
- return !a && r && J(i) && (a = za(t, i, o), a === void 0 && (a = za(e, i, o))), a;
1417
+ return !a && r && X(i) && (a = za(t, i, o), a === void 0 && (a = za(e, i, o))), a;
1418
1418
  }, ua = (t) => t.replace(/\$/g, "$$$$");
1419
1419
  class ul {
1420
1420
  constructor() {
@@ -1482,7 +1482,7 @@ class ul {
1482
1482
  if (s = c(m), s === void 0)
1483
1483
  if (typeof p == "function") {
1484
1484
  const y = p(e, a, r);
1485
- s = J(y) ? y : "";
1485
+ s = X(y) ? y : "";
1486
1486
  } else if (r && Object.prototype.hasOwnProperty.call(r, m))
1487
1487
  s = "";
1488
1488
  else if (u) {
@@ -1490,7 +1490,7 @@ class ul {
1490
1490
  continue;
1491
1491
  } else
1492
1492
  this.logger.warn(`missed to pass in variable ${m} for interpolating ${e}`), s = "";
1493
- else !J(s) && !this.useRawValueToEscape && (s = Ss(s));
1493
+ else !X(s) && !this.useRawValueToEscape && (s = Ss(s));
1494
1494
  const w = g.safeValue(s);
1495
1495
  if (e = e.replace(a[0], w), u ? (g.regex.lastIndex += s.length, g.regex.lastIndex -= a[0].length) : g.regex.lastIndex = 0, d++, d >= this.maxReplaces)
1496
1496
  break;
@@ -1516,14 +1516,14 @@ class ul {
1516
1516
  };
1517
1517
  for (; r = this.nestingRegexp.exec(e); ) {
1518
1518
  let l = [];
1519
- s = x({}, o), s = s.replace && !J(s.replace) ? s.replace : s, s.applyPostProcessor = !1, delete s.defaultValue;
1519
+ s = x({}, o), s = s.replace && !X(s.replace) ? s.replace : s, s.applyPostProcessor = !1, delete s.defaultValue;
1520
1520
  let c = !1;
1521
1521
  if (r[0].indexOf(this.formatSeparator) !== -1 && !/{.*}/.test(r[1])) {
1522
1522
  const p = r[1].split(this.formatSeparator).map((u) => u.trim());
1523
1523
  r[1] = p.shift(), l = p, c = !0;
1524
1524
  }
1525
- if (a = i(d.call(this, r[1].trim(), s), s), a && r[0] === e && !J(a)) return a;
1526
- J(a) || (a = Ss(a)), a || (this.logger.warn(`missed to resolve ${r[1]} for nesting ${e}`), a = ""), c && (a = l.reduce((p, u) => this.format(p, u, o.lng, q(x({}, o), {
1525
+ if (a = i(d.call(this, r[1].trim(), s), s), a && r[0] === e && !X(a)) return a;
1526
+ X(a) || (a = Ss(a)), a || (this.logger.warn(`missed to resolve ${r[1]} for nesting ${e}`), a = ""), c && (a = l.reduce((p, u) => this.format(p, u, o.lng, q(x({}, o), {
1527
1527
  interpolationkey: r[1].trim()
1528
1528
  })), a.trim())), e = e.replace(r[0], a), this.regexp.lastIndex = 0;
1529
1529
  }
@@ -1715,7 +1715,7 @@ class fl extends Rr {
1715
1715
  let o = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, r = arguments.length > 3 ? arguments[3] : void 0;
1716
1716
  if (!this.backend)
1717
1717
  return this.logger.warn("No backend was added via i18next.use. Will not load resources."), r && r();
1718
- J(e) && (e = this.languageUtils.toResolveHierarchy(e)), J(i) && (i = [i]);
1718
+ X(e) && (e = this.languageUtils.toResolveHierarchy(e)), X(i) && (i = [i]);
1719
1719
  const a = this.queueLoad(e, i, o, r);
1720
1720
  if (!a.toLoad.length)
1721
1721
  return a.pending.length || r(), null;
@@ -1799,7 +1799,7 @@ const Es = () => ({
1799
1799
  appendNamespaceToCIMode: !1,
1800
1800
  overloadTranslationOptionHandler: (t) => {
1801
1801
  let e = {};
1802
- if (typeof t[1] == "object" && (e = t[1]), J(t[1]) && (e.defaultValue = t[1]), J(t[2]) && (e.tDescription = t[2]), typeof t[2] == "object" || typeof t[3] == "object") {
1802
+ if (typeof t[1] == "object" && (e = t[1]), X(t[1]) && (e.defaultValue = t[1]), X(t[2]) && (e.tDescription = t[2]), typeof t[2] == "object" || typeof t[3] == "object") {
1803
1803
  const i = t[3] || t[2];
1804
1804
  Object.keys(i).forEach((o) => {
1805
1805
  e[o] = i[o];
@@ -1820,7 +1820,7 @@ const Es = () => ({
1820
1820
  maxReplaces: 1e3,
1821
1821
  skipOnVariables: !0
1822
1822
  }
1823
- }), Ms = (t) => (J(t.ns) && (t.ns = [t.ns]), J(t.fallbackLng) && (t.fallbackLng = [t.fallbackLng]), J(t.fallbackNS) && (t.fallbackNS = [t.fallbackNS]), t.supportedLngs && t.supportedLngs.indexOf("cimode") < 0 && (t.supportedLngs = t.supportedLngs.concat(["cimode"])), t), tr = () => {
1823
+ }), Ms = (t) => (X(t.ns) && (t.ns = [t.ns]), X(t.fallbackLng) && (t.fallbackLng = [t.fallbackLng]), X(t.fallbackNS) && (t.fallbackNS = [t.fallbackNS]), t.supportedLngs && t.supportedLngs.indexOf("cimode") < 0 && (t.supportedLngs = t.supportedLngs.concat(["cimode"])), t), tr = () => {
1824
1824
  }, vl = (t) => {
1825
1825
  Object.getOwnPropertyNames(Object.getPrototypeOf(t)).forEach((i) => {
1826
1826
  typeof t[i] == "function" && (t[i] = t[i].bind(t));
@@ -1842,7 +1842,7 @@ class Oo extends Rr {
1842
1842
  init() {
1843
1843
  var e = this;
1844
1844
  let i = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, o = arguments.length > 1 ? arguments[1] : void 0;
1845
- this.isInitializing = !0, typeof i == "function" && (o = i, i = {}), !i.defaultNS && i.defaultNS !== !1 && i.ns && (J(i.ns) ? i.defaultNS = i.ns : i.ns.indexOf("translation") < 0 && (i.defaultNS = i.ns[0]));
1845
+ this.isInitializing = !0, typeof i == "function" && (o = i, i = {}), !i.defaultNS && i.defaultNS !== !1 && i.ns && (X(i.ns) ? i.defaultNS = i.ns : i.ns.indexOf("translation") < 0 && (i.defaultNS = i.ns[0]));
1846
1846
  const r = Es();
1847
1847
  this.options = x(x(x({}, r), this.options), Ms(i)), this.options.compatibilityAPI !== "v1" && (this.options.interpolation = x(x({}, r.interpolation), this.options.interpolation)), i.keySeparator !== void 0 && (this.options.userDefinedKeySeparator = i.keySeparator), i.nsSeparator !== void 0 && (this.options.userDefinedNsSeparator = i.nsSeparator);
1848
1848
  const a = (p) => p ? typeof p == "function" ? new p() : p : null;
@@ -1895,7 +1895,7 @@ class Oo extends Rr {
1895
1895
  }
1896
1896
  loadResources(e) {
1897
1897
  let o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : tr;
1898
- const r = J(e) ? e : this.language;
1898
+ const r = X(e) ? e : this.language;
1899
1899
  if (typeof e == "function" && (o = e), !this.options.resources || this.options.partialBundledLanguages) {
1900
1900
  if (r && r.toLowerCase() === "cimode" && (!this.options.preload || this.options.preload.length === 0)) return o();
1901
1901
  const a = [], s = (d) => {
@@ -1946,7 +1946,7 @@ class Oo extends Rr {
1946
1946
  });
1947
1947
  }, d = (l) => {
1948
1948
  !e && !l && this.services.languageDetector && (l = []);
1949
- const c = J(l) ? l : this.services.languageUtils.getBestMatchFromCodes(l);
1949
+ const c = X(l) ? l : this.services.languageUtils.getBestMatchFromCodes(l);
1950
1950
  c && (this.language || a(c), this.translator.language || this.translator.changeLanguage(c), this.services.languageDetector && this.services.languageDetector.cacheUserLanguage && this.services.languageDetector.cacheUserLanguage(c)), this.loadResources(c, (p) => {
1951
1951
  s(p, c);
1952
1952
  });
@@ -1968,7 +1968,7 @@ class Oo extends Rr {
1968
1968
  let g;
1969
1969
  return l.keyPrefix && Array.isArray(s) ? g = s.map((m) => `${l.keyPrefix}${h}${m}`) : g = l.keyPrefix ? `${l.keyPrefix}${h}${s}` : s, r.t(g, l);
1970
1970
  };
1971
- return J(e) ? a.lng = e : a.lngs = e, a.ns = i, a.keyPrefix = o, a;
1971
+ return X(e) ? a.lng = e : a.lngs = e, a.ns = i, a.keyPrefix = o, a;
1972
1972
  }
1973
1973
  t() {
1974
1974
  return this.translator && this.translator.translate(...arguments);
@@ -1999,7 +1999,7 @@ class Oo extends Rr {
1999
1999
  }
2000
2000
  loadNamespaces(e, i) {
2001
2001
  const o = yo();
2002
- return this.options.ns ? (J(e) && (e = [e]), e.forEach((r) => {
2002
+ return this.options.ns ? (X(e) && (e = [e]), e.forEach((r) => {
2003
2003
  this.options.ns.indexOf(r) < 0 && this.options.ns.push(r);
2004
2004
  }), this.loadResources((r) => {
2005
2005
  o.resolve(), i && i(r);
@@ -2007,7 +2007,7 @@ class Oo extends Rr {
2007
2007
  }
2008
2008
  loadLanguages(e, i) {
2009
2009
  const o = yo();
2010
- J(e) && (e = [e]);
2010
+ X(e) && (e = [e]);
2011
2011
  const r = this.options.preload || [], a = e.filter((s) => r.indexOf(s) < 0 && this.services.languageUtils.isSupportedCode(s));
2012
2012
  return a.length ? (this.options.preload = r.concat(a), this.loadResources((s) => {
2013
2013
  o.resolve(), i && i(s);
@@ -12362,14 +12362,14 @@ class Zi extends Error {
12362
12362
  }
12363
12363
  }
12364
12364
  const Pf = "*,*:before,*:after{box-sizing:border-box;outline:none}* :not(dap-ds-table-cell,dap-ds-table-header){margin:0;padding:0}html:focus-within{scroll-behavior:smooth}a:not([class]){text-decoration-skip-ink:auto}img,picture,svg,video,canvas{max-width:100%;height:auto;background-repeat:no-repeat;background-size:cover;font-style:italic;vertical-align:middle}input,button,textarea,select{font:inherit}[hidden]{display:none!important}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{transition:none;transition-duration:.01ms!important;transition-delay:1ms!important;animation-duration:1ms!important;animation-delay:-1ms!important;animation-iteration-count:1!important;background-attachment:initial!important;scroll-behavior:auto!important}}body,html{height:100%;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input[type=number]{appearance:textfield}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{appearance:none}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.input-description{display:block;margin-bottom:var(--dds-spacing-200)}@keyframes dds-spin{to{transform:rotate(360deg)}}@keyframes dds-fade{0%,to{opacity:.3}50%{opacity:1}}:root{--dds-form-label-font-weight: var(--dds-font-weight-bold);--dds-form-label-line-height: var(--dds-font-line-height-xlarge);--dds-form-label-color: var(--dds-text-neutral-base);--dds-form-label-disabled-color: var(--dds-text-neutral-disabled);--dds-form-label-required-color: var(--dds-text-negative-subtle);--dds-form-label-optional-color: var(--dds-text-neutral-subtle);--dds-form-label-margin-bottom: var(--dds-spacing-200)}dap-ds-form-label .dds-label{display:block;margin-bottom:var(--dds-form-label-margin-bottom);color:var(--dds-form-label-color);font-weight:var(--dds-form-label-font-weight);line-height:var(--dds-form-label-line-height)}dap-ds-form-label .dds-label--no-margin{margin-bottom:0}dap-ds-form-label .dds-label--disabled{color:var(--dds-form-label-disabled-color)}dap-ds-form-label .dds-label--xs{font-size:var(--dds-font-sm)}dap-ds-form-label .dds-label--sm{font-size:var(--dds-font-base)}dap-ds-form-label .dds-label--lg{font-size:var(--dds-font-lg)}dap-ds-form-label .dds-label--subtle{font-weight:var(--dds-font-weight-medium)}dap-ds-form-label .dds-label .dds-label__required-indicator{order:2;color:var(--dds-form-label-required-color);font-weight:var(--dds-font-weight-bold);line-height:var(--dds-form-label-line-height)}dap-ds-form-label .dds-label .dds-label__optional-indicator{order:3;color:var(--dds-form-label-optional-color);font-weight:var(--dds-font-weight-medium);line-height:var(--dds-form-label-line-height)}dap-ds-form-label .dds-label .dds-label__optional-indicator--xs{font-size:var(--dds-font-sm)}dap-ds-form-label .dds-label .dds-label__optional-indicator--lg{font-size:var(--dds-font-lg)}.label-container{display:flex;align-items:center;justify-content:space-between}.label--has-description{margin-bottom:var(--dds-spacing-200)}dap-ds-form-label+dap-ds-typography{display:block}.info-button{fill:var(--dds-button-subtle-icon-neutral-enabled);color:var(--dds-button-subtle-icon-neutral-enabled)}:host{--dds-file-input-holder-margin: var(--dds-spacing-400) 0 0 0;--dds-file-input-dropzone-padding: var(--dds-spacing-800);--dds-file-input-dropzone-border: var(--dds-border-width-base) dashed var(--dds-border-neutral-subtle);--dds-file-input-dropzone-border-radius: var(--dds-radius-base);--dds-file-input-dropzone-background: var(--dds-background-neutral-base);--dds-file-input-dropzone-border-hover: var(--dds-border-width-base) dashed var(--dds-border-neutral-medium);--dds-file-input-dropzone-background-hover: var( --dds-background-neutral-base );--dds-file-input-dropzone-border-dragover: var(--dds-border-width-base) dashed var(--dds-border-neutral-medium);--dds-file-input-dropzone-background-dragover: var( --dds-background-neutral-medium );--dds-file-input-dropzone-border-disabled: var(--dds-border-width-base) dashed var(--dds-border-neutral-disabled);--dds-file-input-dropzone-gap: var(--dds-spacing-300);--dds-file-input-dropzone-accept-color: var(--dds-color-text-secondary)}.input__holder{position:relative;margin:var(--dds-file-input-holder-margin)}.input__control:focus-visible+.input__button::part(base){outline-style:solid}.dropzone{outline-color:var(--dds-focus-outer-ring);outline-offset:var(--dds-spacing-50);outline-width:var(--dds-border-width-large);margin:var(--dds-file-input-holder-margin);padding:var(--dds-file-input-dropzone-padding);border:var(--dds-file-input-dropzone-border);border-radius:var(--dds-file-input-dropzone-border-radius);background:var(--dds-file-input-dropzone-background);cursor:pointer}.dropzone:hover{border:var(--dds-file-input-dropzone-border-hover);background:var(--dds-file-input-dropzone-background-hover)}.dropzone:focus-visible{outline-style:solid}.dropzone--dragover{border:var(--dds-file-input-dropzone-border-dragover);background:var(--dds-file-input-dropzone-background-dragover)}.dropzone--disabled{border:var(--dds-file-input-dropzone-border-disabled);cursor:not-allowed}.dropzone--disabled:hover{border:var(--dds-file-input-dropzone-border-disabled)}.dropzone__content{display:flex;flex-direction:column;align-items:center;gap:var(--dds-file-input-dropzone-gap);text-align:center}.dropzone__accept{color:var(--dds-file-input-dropzone-accept-color)}";
12365
- var Ef = Object.defineProperty, Mf = Object.getOwnPropertyDescriptor, X = (t, e, i, o) => {
12365
+ var Ef = Object.defineProperty, Mf = Object.getOwnPropertyDescriptor, J = (t, e, i, o) => {
12366
12366
  for (var r = o > 1 ? void 0 : o ? Mf(e, i) : e, a = t.length - 1, s; a >= 0; a--)
12367
12367
  (s = t[a]) && (r = (o ? s(e, i, r) : s(r)) || r);
12368
12368
  return o && r && Ef(e, i, r), r;
12369
12369
  };
12370
12370
  let Y = class extends pe {
12371
12371
  constructor() {
12372
- super(...arguments), this.showDropzone = !1, this.showFileList = !1, this.confirmRemove = !0, this.showUploadButton = "true", this.showBrowseButton = "true", this.multiple = !1, this.keepValue = !1, this.uploadProperty = "file", this.uploadMethod = "POST", this.deleteMethod = "DELETE", this.withCredentials = !1, this.fileList = null, this.removeButtonDanger = "true", this.showThumbnail = "true", this.thumbnailSize = "sm", this._files = [], this._uploadProgress = {}, this._uploadingFiles = /* @__PURE__ */ new Set(), this._activeUploads = /* @__PURE__ */ new Map(), this._uploadedFiles = /* @__PURE__ */ new Map(), this._isDragOver = !1, this._showRemoveDialog = !1, this._fileToRemove = null, this._removeResolve = null, this._removeReject = null, this.languageChangeHandler = () => {
12372
+ super(...arguments), this.showDropzone = !1, this.showFileList = !1, this.confirmRemove = !0, this.showUploadButton = "true", this.showBrowseButton = "true", this.multiple = !1, this.keepValue = !1, this.uploadProperty = "file", this.uploadMethod = "POST", this.deleteMethod = "DELETE", this.withCredentials = !1, this.fileList = null, this.removeButtonDanger = "true", this.showThumbnail = "true", this.dropzoneFocusable = "true", this.thumbnailSize = "sm", this._files = [], this._uploadProgress = {}, this._uploadingFiles = /* @__PURE__ */ new Set(), this._activeUploads = /* @__PURE__ */ new Map(), this._uploadedFiles = /* @__PURE__ */ new Map(), this._isDragOver = !1, this._showRemoveDialog = !1, this._fileToRemove = null, this._removeResolve = null, this._removeReject = null, this.languageChangeHandler = () => {
12373
12373
  this.requestUpdate();
12374
12374
  };
12375
12375
  }
@@ -12504,7 +12504,7 @@ let Y = class extends pe {
12504
12504
  this.disabled || this.input.click();
12505
12505
  }
12506
12506
  onDropzoneKeydown(t) {
12507
- this.disabled || (t.key === "Enter" || t.key === " ") && (t.preventDefault(), this.input.click());
12507
+ this.disabled || this.dropzoneFocusable === "false" || (t.key === "Enter" || t.key === " ") && (t.preventDefault(), this.input.click());
12508
12508
  }
12509
12509
  setFileLoadingState(t, e) {
12510
12510
  if (!this.fileList)
@@ -12859,11 +12859,11 @@ let Y = class extends pe {
12859
12859
  @dragover=${this.onDragover}
12860
12860
  @dragleave=${this.onDragleave}
12861
12861
  @drop=${this.onDrop}
12862
- @keydown=${this.onDropzoneKeydown}
12862
+ @keydown=${this.dropzoneFocusable === "true" ? this.onDropzoneKeydown : z}
12863
12863
  @click=${this.onClick}
12864
- role="button"
12864
+ role=${this.dropzoneFocusable === "true" ? "button" : "group"}
12865
12865
  aria-label=${f(this.dropzoneAriaLabel)}
12866
- tabindex="0">
12866
+ tabindex=${this.dropzoneFocusable === "true" ? "0" : "-1"}>
12867
12867
  <slot name="dropzone-content">
12868
12868
  <div class="dropzone__content">
12869
12869
  <dap-ds-icon name="upload-2-line" size="lg"></dap-ds-icon>
@@ -12994,139 +12994,142 @@ let Y = class extends pe {
12994
12994
  Y.styles = Tr`
12995
12995
  ${I(Pf)}
12996
12996
  `;
12997
- X([
12997
+ J([
12998
12998
  nt("#input")
12999
12999
  ], Y.prototype, "input", 2);
13000
- X([
13000
+ J([
13001
13001
  n()
13002
13002
  ], Y.prototype, "uploadButtonLabel", 2);
13003
- X([
13003
+ J([
13004
13004
  n()
13005
13005
  ], Y.prototype, "browseButtonLabel", 2);
13006
- X([
13006
+ J([
13007
13007
  n({ type: Boolean })
13008
13008
  ], Y.prototype, "showDropzone", 2);
13009
- X([
13009
+ J([
13010
13010
  n()
13011
13011
  ], Y.prototype, "dropzoneText", 2);
13012
- X([
13012
+ J([
13013
13013
  n({ type: Boolean })
13014
13014
  ], Y.prototype, "showFileList", 2);
13015
- X([
13015
+ J([
13016
13016
  n({ type: Boolean })
13017
13017
  ], Y.prototype, "confirmRemove", 2);
13018
- X([
13018
+ J([
13019
13019
  n({ type: String })
13020
13020
  ], Y.prototype, "showUploadButton", 2);
13021
- X([
13021
+ J([
13022
13022
  n({ type: String })
13023
13023
  ], Y.prototype, "showBrowseButton", 2);
13024
- X([
13024
+ J([
13025
13025
  n()
13026
13026
  ], Y.prototype, "accept", 2);
13027
- X([
13027
+ J([
13028
13028
  n({ type: Boolean })
13029
13029
  ], Y.prototype, "multiple", 2);
13030
- X([
13030
+ J([
13031
13031
  n({ type: Boolean })
13032
13032
  ], Y.prototype, "keepValue", 2);
13033
- X([
13033
+ J([
13034
13034
  n()
13035
13035
  ], Y.prototype, "uploadUrl", 2);
13036
- X([
13036
+ J([
13037
13037
  n({ type: Boolean })
13038
13038
  ], Y.prototype, "autoupload", 2);
13039
- X([
13039
+ J([
13040
13040
  n()
13041
13041
  ], Y.prototype, "uploadProperty", 2);
13042
- X([
13042
+ J([
13043
13043
  n()
13044
13044
  ], Y.prototype, "uploadMethod", 2);
13045
- X([
13045
+ J([
13046
13046
  n()
13047
13047
  ], Y.prototype, "deleteUrl", 2);
13048
- X([
13048
+ J([
13049
13049
  n()
13050
13050
  ], Y.prototype, "deleteMethod", 2);
13051
- X([
13051
+ J([
13052
13052
  n({ type: Boolean })
13053
13053
  ], Y.prototype, "withCredentials", 2);
13054
- X([
13054
+ J([
13055
13055
  n()
13056
13056
  ], Y.prototype, "uploadHeaders", 2);
13057
- X([
13057
+ J([
13058
13058
  n()
13059
13059
  ], Y.prototype, "deleteHeaders", 2);
13060
- X([
13060
+ J([
13061
13061
  n({ attribute: !1 })
13062
13062
  ], Y.prototype, "fileList", 2);
13063
- X([
13063
+ J([
13064
13064
  n({ type: Number })
13065
13065
  ], Y.prototype, "maxFiles", 2);
13066
- X([
13066
+ J([
13067
13067
  n({ type: Number })
13068
13068
  ], Y.prototype, "maxFileSize", 2);
13069
- X([
13069
+ J([
13070
13070
  n({ type: Number })
13071
13071
  ], Y.prototype, "maxSizePerFile", 2);
13072
- X([
13072
+ J([
13073
13073
  n({ type: String })
13074
13074
  ], Y.prototype, "maxFileSizeErrorText", 2);
13075
- X([
13075
+ J([
13076
13076
  n({ type: String })
13077
13077
  ], Y.prototype, "maxSizePerFileErrorText", 2);
13078
- X([
13078
+ J([
13079
13079
  n({ type: String })
13080
13080
  ], Y.prototype, "maxFileAmountErrorText", 2);
13081
- X([
13081
+ J([
13082
13082
  n({ type: String })
13083
13083
  ], Y.prototype, "fileTypeErrorText", 2);
13084
- X([
13084
+ J([
13085
13085
  n()
13086
13086
  ], Y.prototype, "removeButtonLabel", 2);
13087
- X([
13087
+ J([
13088
13088
  n()
13089
13089
  ], Y.prototype, "cancelButtonLabel", 2);
13090
- X([
13090
+ J([
13091
13091
  n({ type: String })
13092
13092
  ], Y.prototype, "removeButtonDanger", 2);
13093
- X([
13093
+ J([
13094
13094
  n({ type: String })
13095
13095
  ], Y.prototype, "showThumbnail", 2);
13096
- X([
13096
+ J([
13097
13097
  n()
13098
13098
  ], Y.prototype, "dropzoneAriaLabel", 2);
13099
- X([
13099
+ J([
13100
+ n({ type: String })
13101
+ ], Y.prototype, "dropzoneFocusable", 2);
13102
+ J([
13100
13103
  n({ type: String })
13101
13104
  ], Y.prototype, "thumbnailSize", 2);
13102
- X([
13105
+ J([
13103
13106
  n({ type: Array, attribute: !1 })
13104
13107
  ], Y.prototype, "files", 1);
13105
- X([
13108
+ J([
13106
13109
  P()
13107
13110
  ], Y.prototype, "_files", 2);
13108
- X([
13111
+ J([
13109
13112
  P()
13110
13113
  ], Y.prototype, "_uploadProgress", 2);
13111
- X([
13114
+ J([
13112
13115
  P()
13113
13116
  ], Y.prototype, "_uploadingFiles", 2);
13114
- X([
13117
+ J([
13115
13118
  P()
13116
13119
  ], Y.prototype, "_activeUploads", 2);
13117
- X([
13120
+ J([
13118
13121
  P()
13119
13122
  ], Y.prototype, "_uploadedFiles", 2);
13120
- X([
13123
+ J([
13121
13124
  P()
13122
13125
  ], Y.prototype, "_isDragOver", 2);
13123
- X([
13126
+ J([
13124
13127
  P()
13125
13128
  ], Y.prototype, "_showRemoveDialog", 2);
13126
- X([
13129
+ J([
13127
13130
  P()
13128
13131
  ], Y.prototype, "_fileToRemove", 2);
13129
- Y = X([
13132
+ Y = J([
13130
13133
  O("dap-ds-file-input")
13131
13134
  ], Y);
13132
13135
  const Tf = "*,*:before,*:after{box-sizing:border-box;outline:none}* :not(dap-ds-table-cell,dap-ds-table-header){margin:0;padding:0}html:focus-within{scroll-behavior:smooth}a:not([class]){text-decoration-skip-ink:auto}img,picture,svg,video,canvas{max-width:100%;height:auto;background-repeat:no-repeat;background-size:cover;font-style:italic;vertical-align:middle}input,button,textarea,select{font:inherit}[hidden]{display:none!important}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{transition:none;transition-duration:.01ms!important;transition-delay:1ms!important;animation-duration:1ms!important;animation-delay:-1ms!important;animation-iteration-count:1!important;background-attachment:initial!important;scroll-behavior:auto!important}}body,html{height:100%;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input[type=number]{appearance:textfield}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{appearance:none}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.input-description{display:block;margin-bottom:var(--dds-spacing-200)}@keyframes dds-spin{to{transform:rotate(360deg)}}@keyframes dds-fade{0%,to{opacity:.3}50%{opacity:1}}:host{--dds-file-list-display: flex;--dds-file-list-flex-direction: column;--dds-file-list-padding: 0;--dds-file-list-list-style: none;--dds-file-list-gap: var(--dds-spacing-200)}.file-input-list{display:var(--dds-file-list-display);flex-direction:var(--dds-file-list-flex-direction);padding:var(--dds-file-list-padding);list-style-type:var(--dds-file-list-list-style);row-gap:var(--dds-file-list-gap)}";
@@ -21498,9 +21501,9 @@ export {
21498
21501
  Ht as $,
21499
21502
  Ei as A,
21500
21503
  To as B,
21501
- Ea as C,
21504
+ Ir as C,
21502
21505
  Po as D,
21503
- Ir as E,
21506
+ Ea as E,
21504
21507
  W as F,
21505
21508
  tt as G,
21506
21509
  oo as H,
@@ -21519,11 +21522,11 @@ export {
21519
21522
  at as U,
21520
21523
  oi as V,
21521
21524
  ee as W,
21522
- Ae as X,
21523
- ja as Y,
21525
+ ja as X,
21526
+ Ae as Y,
21524
21527
  Ro as Z,
21525
21528
  ie as _,
21526
- Us as a,
21529
+ Be as a,
21527
21530
  Ar as a0,
21528
21531
  zt as a1,
21529
21532
  Lr as a2,
@@ -21547,8 +21550,8 @@ export {
21547
21550
  _i as ab,
21548
21551
  Ti as ac,
21549
21552
  no as ad,
21550
- ai as ae,
21551
- Ri as af,
21553
+ Ri as ae,
21554
+ ai as af,
21552
21555
  Ue as ag,
21553
21556
  Pe as ah,
21554
21557
  Ee as ai,
@@ -21569,17 +21572,17 @@ export {
21569
21572
  co as ax,
21570
21573
  me as ay,
21571
21574
  Er as az,
21572
- Ut as b,
21573
- Be as c,
21575
+ to as b,
21576
+ He as c,
21574
21577
  fi as d,
21575
- to as e,
21576
- He as f,
21578
+ Us as e,
21579
+ Ut as f,
21577
21580
  Qi as g,
21578
- Ot as h,
21579
- ii as i,
21580
- Xt as j,
21581
- qt as k,
21582
- Et as l,
21581
+ ii as h,
21582
+ Ot as i,
21583
+ qt as j,
21584
+ Et as k,
21585
+ Xt as l,
21583
21586
  Ia as m,
21584
21587
  $r as n,
21585
21588
  Ai as o,
@@ -21595,4 +21598,4 @@ export {
21595
21598
  Qt as y,
21596
21599
  xi as z
21597
21600
  };
21598
- //# sourceMappingURL=components-ChK1mSip.js.map
21601
+ //# sourceMappingURL=components-NHQTi00b.js.map