@everchron/ec-shards 9.12.13 → 9.12.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ec-shards.js CHANGED
@@ -1,4 +1,4 @@
1
- import { defineAsyncComponent as te, watch as me, openBlock as o, createBlock as h, resolveDynamicComponent as Be, unref as re, normalizeClass as v, createElementBlock as r, normalizeStyle as I, resolveComponent as m, createVNode as _, createCommentVNode as u, createElementVNode as f, createTextVNode as A, toDisplayString as C, renderSlot as p, Transition as he, withCtx as w, computed as Ee, reactive as ni, nextTick as ai, onBeforeUnmount as Lt, toRefs as Bs, isRef as oi, onMounted as zs, useSlots as li, ref as Re, watchEffect as ct, withKeys as Y, Teleport as ri, withDirectives as Ze, vShow as pt, mergeProps as qe, normalizeProps as ci, guardReactiveProps as di, withModifiers as G, pushScopeId as pe, popScopeId as ve, Fragment as H, renderList as J, resolveDirective as ui, vModelText as fi, markRaw as mi, h as gi, TransitionGroup as hi } from "vue";
1
+ import { defineAsyncComponent as te, watch as me, openBlock as o, createBlock as h, resolveDynamicComponent as Be, unref as re, normalizeClass as v, createElementBlock as r, normalizeStyle as I, resolveComponent as m, createVNode as _, createCommentVNode as u, createElementVNode as f, createTextVNode as A, toDisplayString as C, renderSlot as p, Transition as he, withCtx as w, computed as Ee, reactive as ni, nextTick as ai, onBeforeUnmount as Ot, toRefs as Bs, isRef as oi, onMounted as zs, useSlots as li, ref as Re, watchEffect as ct, withKeys as Y, Teleport as ri, withDirectives as Ze, vShow as pt, mergeProps as qe, normalizeProps as ci, guardReactiveProps as di, withModifiers as G, pushScopeId as pe, popScopeId as ve, Fragment as H, renderList as J, resolveDirective as ui, vModelText as fi, markRaw as mi, h as gi, TransitionGroup as hi } from "vue";
2
2
  const se = (e, s) => {
3
3
  const t = e[s];
4
4
  return t ? typeof t == "function" ? t() : Promise.resolve(t) : new Promise((a, n) => {
@@ -56,7 +56,7 @@ const se = (e, s) => {
56
56
  "data-test-icon-type": e.type
57
57
  }, null, 8, ["class", "width", "height", "viewBox", "color", "title", "data-test-icon-type"]));
58
58
  }
59
- }, O = /* @__PURE__ */ y(pi, [["__scopeId", "data-v-a1c506ab"]]), vi = {
59
+ }, L = /* @__PURE__ */ y(pi, [["__scopeId", "data-v-a1c506ab"]]), vi = {
60
60
  name: "EcsFocusRing",
61
61
  props: {
62
62
  /** Defines the distance of the focus ring from it focusable element. Should be smaller than `0` (negative) in almost all cases. */
@@ -90,7 +90,7 @@ function yi(e, s, t, a, n, i) {
90
90
  const D = /* @__PURE__ */ y(vi, [["render", yi], ["__scopeId", "data-v-8d624905"]]), bi = {
91
91
  name: "ecs-alert",
92
92
  emits: ["action"],
93
- components: { EcsIcon: O, EcsFocusRing: D },
93
+ components: { EcsIcon: L, EcsFocusRing: D },
94
94
  props: {
95
95
  /** The alert variant, which defines it's background color. */
96
96
  type: {
@@ -264,8 +264,8 @@ const Ii = /* @__PURE__ */ y(xi, [["render", zi], ["__scopeId", "data-v-ed37c526
264
264
  default: null
265
265
  }
266
266
  }
267
- }, Ti = ["controls", "autoplay", "loop"], Pi = ["src"], $i = ["src"];
268
- function Mi(e, s, t, a, n, i) {
267
+ }, Ti = ["controls", "autoplay", "loop"], Pi = ["src"], Mi = ["src"];
268
+ function $i(e, s, t, a, n, i) {
269
269
  return o(), r("audio", {
270
270
  class: "ecs-audio",
271
271
  controls: t.controls,
@@ -281,10 +281,10 @@ function Mi(e, s, t, a, n, i) {
281
281
  key: 1,
282
282
  src: t.oggSource,
283
283
  type: "audio/ogg"
284
- }, null, 8, $i)) : u("", !0)
284
+ }, null, 8, Mi)) : u("", !0)
285
285
  ], 8, Ti);
286
286
  }
287
- const v0 = /* @__PURE__ */ y(Ei, [["render", Mi], ["__scopeId", "data-v-4e7ca115"]]), Ai = {
287
+ const v0 = /* @__PURE__ */ y(Ei, [["render", $i], ["__scopeId", "data-v-4e7ca115"]]), Ai = {
288
288
  __name: "sticker",
289
289
  props: {
290
290
  /** Sets the sticker icon. */
@@ -338,11 +338,11 @@ const v0 = /* @__PURE__ */ y(Ei, [["render", Mi], ["__scopeId", "data-v-4e7ca115
338
338
  style: I(`color: ${n.value}`)
339
339
  }, null, 8, ["class", "aria-busy", "width", "height", "style"])) : u("", !0);
340
340
  }
341
- }, Oe = /* @__PURE__ */ y(Ai, [["__scopeId", "data-v-eda299bd"]]), Li = {
341
+ }, Le = /* @__PURE__ */ y(Ai, [["__scopeId", "data-v-eda299bd"]]), Oi = {
342
342
  name: "ecs-avatar",
343
343
  emits: ["avatar-initials"],
344
344
  components: {
345
- EcsSticker: Oe
345
+ EcsSticker: Le
346
346
  },
347
347
  props: {
348
348
  /** In some situations, an avatar should also reflect the party side (witness profiles, entities). To add a badge with a party color to the avatar, set the `party` attribute to one of the available options: */
@@ -452,7 +452,7 @@ const v0 = /* @__PURE__ */ y(Ei, [["render", Mi], ["__scopeId", "data-v-4e7ca115
452
452
  return s[e % s.length];
453
453
  }
454
454
  }
455
- }, Oi = ["role", "aria-label"], Di = { key: 0 };
455
+ }, Li = ["role", "aria-label"], Di = { key: 0 };
456
456
  function Ni(e, s, t, a, n, i) {
457
457
  const l = m("ecs-sticker");
458
458
  return o(), r("div", {
@@ -466,10 +466,10 @@ function Ni(e, s, t, a, n, i) {
466
466
  key: 1,
467
467
  type: "badge"
468
468
  })) : u("", !0)
469
- ], 14, Oi);
469
+ ], 14, Li);
470
470
  }
471
- const vt = /* @__PURE__ */ y(Li, [["render", Ni], ["__scopeId", "data-v-3ec9175b"]]), Vi = {
472
- components: { EcsIcon: O, EcsFocusRing: D },
471
+ const vt = /* @__PURE__ */ y(Oi, [["render", Ni], ["__scopeId", "data-v-c3eeaf5a"]]), Vi = {
472
+ components: { EcsIcon: L, EcsFocusRing: D },
473
473
  emits: ["dismiss"],
474
474
  props: {
475
475
  /** The alert variant, which defines it's background color. */
@@ -587,7 +587,7 @@ const b0 = /* @__PURE__ */ y(Ri, [["render", Hi], ["__scopeId", "data-v-d1ff2486
587
587
  name: "ecs-breadcrumb-button",
588
588
  emits: ["click"],
589
589
  components: {
590
- EcsIcon: O,
590
+ EcsIcon: L,
591
591
  EcsFocusRing: D
592
592
  },
593
593
  props: {
@@ -749,21 +749,21 @@ function ge(e) {
749
749
  var s = ue(e).HTMLElement;
750
750
  return e instanceof s || e instanceof HTMLElement;
751
751
  }
752
- function Ot(e) {
752
+ function Lt(e) {
753
753
  if (typeof ShadowRoot > "u")
754
754
  return !1;
755
755
  var s = ue(e).ShadowRoot;
756
756
  return e instanceof s || e instanceof ShadowRoot;
757
757
  }
758
758
  var He = Math.max, gt = Math.min, Ge = Math.round;
759
- function $t() {
759
+ function Mt() {
760
760
  var e = navigator.userAgentData;
761
761
  return e != null && e.brands && Array.isArray(e.brands) ? e.brands.map(function(s) {
762
762
  return s.brand + "/" + s.version;
763
763
  }).join(" ") : navigator.userAgent;
764
764
  }
765
765
  function Ts() {
766
- return !/^((?!chrome|android).)*safari/i.test($t());
766
+ return !/^((?!chrome|android).)*safari/i.test(Mt());
767
767
  }
768
768
  function Ke(e, s, t) {
769
769
  s === void 0 && (s = !1), t === void 0 && (t = !1);
@@ -809,11 +809,11 @@ function De(e) {
809
809
  function Nt(e) {
810
810
  return Ke(De(e)).left + Dt(e).scrollLeft;
811
811
  }
812
- function Me(e) {
812
+ function $e(e) {
813
813
  return ue(e).getComputedStyle(e);
814
814
  }
815
815
  function Vt(e) {
816
- var s = Me(e), t = s.overflow, a = s.overflowX, n = s.overflowY;
816
+ var s = $e(e), t = s.overflow, a = s.overflowX, n = s.overflowY;
817
817
  return /auto|scroll|overlay|hidden/.test(t + n + a);
818
818
  }
819
819
  function Qi(e) {
@@ -853,7 +853,7 @@ function yt(e) {
853
853
  // $FlowFixMe[prop-missing]
854
854
  e.assignedSlot || // step into the shadow DOM of the parent of a slotted node
855
855
  e.parentNode || // DOM Element detected
856
- (Ot(e) ? e.host : null) || // ShadowRoot detected
856
+ (Lt(e) ? e.host : null) || // ShadowRoot detected
857
857
  // $FlowFixMe[incompatible-call]: HTMLElement is a Node
858
858
  De(e)
859
859
  );
@@ -875,18 +875,18 @@ function tn(e) {
875
875
  }
876
876
  function ls(e) {
877
877
  return !ge(e) || // https://github.com/popperjs/popper-core/issues/837
878
- Me(e).position === "fixed" ? null : e.offsetParent;
878
+ $e(e).position === "fixed" ? null : e.offsetParent;
879
879
  }
880
880
  function sn(e) {
881
- var s = /firefox/i.test($t()), t = /Trident/i.test($t());
881
+ var s = /firefox/i.test(Mt()), t = /Trident/i.test(Mt());
882
882
  if (t && ge(e)) {
883
- var a = Me(e);
883
+ var a = $e(e);
884
884
  if (a.position === "fixed")
885
885
  return null;
886
886
  }
887
887
  var n = yt(e);
888
- for (Ot(n) && (n = n.host); ge(n) && ["html", "body"].indexOf(Pe(n)) < 0; ) {
889
- var i = Me(n);
888
+ for (Lt(n) && (n = n.host); ge(n) && ["html", "body"].indexOf(Pe(n)) < 0; ) {
889
+ var i = $e(n);
890
890
  if (i.transform !== "none" || i.perspective !== "none" || i.contain === "paint" || ["transform", "perspective"].indexOf(i.willChange) !== -1 || s && i.willChange === "filter" || s && i.filter && i.filter !== "none")
891
891
  return n;
892
892
  n = n.parentNode;
@@ -894,13 +894,13 @@ function sn(e) {
894
894
  return null;
895
895
  }
896
896
  function at(e) {
897
- for (var s = ue(e), t = ls(e); t && tn(t) && Me(t).position === "static"; )
897
+ for (var s = ue(e), t = ls(e); t && tn(t) && $e(t).position === "static"; )
898
898
  t = ls(t);
899
- return t && (Pe(t) === "html" || Pe(t) === "body" && Me(t).position === "static") ? s : t || sn(e) || s;
899
+ return t && (Pe(t) === "html" || Pe(t) === "body" && $e(t).position === "static") ? s : t || sn(e) || s;
900
900
  }
901
- var ce = "top", Se = "bottom", xe = "right", de = "left", Rt = "auto", ot = [ce, Se, xe, de], Ye = "start", nt = "end", nn = "clippingParents", $s = "viewport", Qe = "popper", an = "reference", rs = /* @__PURE__ */ ot.reduce(function(e, s) {
901
+ var ce = "top", Se = "bottom", xe = "right", de = "left", Rt = "auto", ot = [ce, Se, xe, de], Ye = "start", nt = "end", nn = "clippingParents", Ms = "viewport", Qe = "popper", an = "reference", rs = /* @__PURE__ */ ot.reduce(function(e, s) {
902
902
  return e.concat([s + "-" + Ye, s + "-" + nt]);
903
- }, []), Ms = /* @__PURE__ */ [].concat(ot, [Rt]).reduce(function(e, s) {
903
+ }, []), $s = /* @__PURE__ */ [].concat(ot, [Rt]).reduce(function(e, s) {
904
904
  return e.concat([s, s + "-" + Ye, s + "-" + nt]);
905
905
  }, []), on = "beforeRead", ln = "read", rn = "afterRead", cn = "beforeMain", dn = "main", un = "afterMain", fn = "beforeWrite", mn = "write", gn = "afterWrite", hn = [on, ln, rn, cn, dn, un, fn, mn, gn];
906
906
  function pn(e) {
@@ -968,7 +968,7 @@ function _n(e, s) {
968
968
  }
969
969
  function kn(e) {
970
970
  var s, t = De(e), a = Dt(e), n = (s = e.ownerDocument) == null ? void 0 : s.body, i = He(t.scrollWidth, t.clientWidth, n ? n.scrollWidth : 0, n ? n.clientWidth : 0), l = He(t.scrollHeight, t.clientHeight, n ? n.scrollHeight : 0, n ? n.clientHeight : 0), c = -a.scrollLeft + Nt(e), d = -a.scrollTop;
971
- return Me(n || t).direction === "rtl" && (c += He(t.clientWidth, n ? n.clientWidth : 0) - i), {
971
+ return $e(n || t).direction === "rtl" && (c += He(t.clientWidth, n ? n.clientWidth : 0) - i), {
972
972
  width: i,
973
973
  height: l,
974
974
  x: c,
@@ -979,7 +979,7 @@ function As(e, s) {
979
979
  var t = s.getRootNode && s.getRootNode();
980
980
  if (e.contains(s))
981
981
  return !0;
982
- if (t && Ot(t)) {
982
+ if (t && Lt(t)) {
983
983
  var a = s;
984
984
  do {
985
985
  if (a && e.isSameNode(a))
@@ -989,7 +989,7 @@ function As(e, s) {
989
989
  }
990
990
  return !1;
991
991
  }
992
- function Mt(e) {
992
+ function $t(e) {
993
993
  return Object.assign({}, e, {
994
994
  left: e.x,
995
995
  top: e.y,
@@ -1002,10 +1002,10 @@ function Cn(e, s) {
1002
1002
  return t.top = t.top + e.clientTop, t.left = t.left + e.clientLeft, t.bottom = t.top + e.clientHeight, t.right = t.left + e.clientWidth, t.width = e.clientWidth, t.height = e.clientHeight, t.x = t.left, t.y = t.top, t;
1003
1003
  }
1004
1004
  function cs(e, s, t) {
1005
- return s === $s ? Mt(_n(e, t)) : We(s) ? Cn(s, t) : Mt(kn(De(e)));
1005
+ return s === Ms ? $t(_n(e, t)) : We(s) ? Cn(s, t) : $t(kn(De(e)));
1006
1006
  }
1007
1007
  function wn(e) {
1008
- var s = st(yt(e)), t = ["absolute", "fixed"].indexOf(Me(e).position) >= 0, a = t && ge(e) ? at(e) : e;
1008
+ var s = st(yt(e)), t = ["absolute", "fixed"].indexOf($e(e).position) >= 0, a = t && ge(e) ? at(e) : e;
1009
1009
  return We(a) ? s.filter(function(n) {
1010
1010
  return We(n) && As(n, a) && Pe(n) !== "body";
1011
1011
  }) : [];
@@ -1026,7 +1026,7 @@ function Xe(e) {
1026
1026
  function Ht(e) {
1027
1027
  return ["top", "bottom"].indexOf(e) >= 0 ? "x" : "y";
1028
1028
  }
1029
- function Ls(e) {
1029
+ function Os(e) {
1030
1030
  var s = e.reference, t = e.element, a = e.placement, n = a ? Te(a) : null, i = a ? Xe(a) : null, l = s.x + s.width / 2 - t.width / 2, c = s.y + s.height / 2 - t.height / 2, d;
1031
1031
  switch (n) {
1032
1032
  case ce:
@@ -1073,7 +1073,7 @@ function Ls(e) {
1073
1073
  }
1074
1074
  return d;
1075
1075
  }
1076
- function Os() {
1076
+ function Ls() {
1077
1077
  return {
1078
1078
  top: 0,
1079
1079
  right: 0,
@@ -1082,7 +1082,7 @@ function Os() {
1082
1082
  };
1083
1083
  }
1084
1084
  function Ds(e) {
1085
- return Object.assign({}, Os(), e);
1085
+ return Object.assign({}, Ls(), e);
1086
1086
  }
1087
1087
  function Ns(e, s) {
1088
1088
  return s.reduce(function(t, a) {
@@ -1091,12 +1091,12 @@ function Ns(e, s) {
1091
1091
  }
1092
1092
  function qt(e, s) {
1093
1093
  s === void 0 && (s = {});
1094
- var t = s, a = t.placement, n = a === void 0 ? e.placement : a, i = t.strategy, l = i === void 0 ? e.strategy : i, c = t.boundary, d = c === void 0 ? nn : c, g = t.rootBoundary, b = g === void 0 ? $s : g, k = t.elementContext, E = k === void 0 ? Qe : k, B = t.altBoundary, x = B === void 0 ? !1 : B, $ = t.padding, M = $ === void 0 ? 0 : $, z = Ds(typeof M != "number" ? M : Ns(M, ot)), P = E === Qe ? an : Qe, F = e.rects.popper, L = e.elements[x ? P : E], N = Sn(We(L) ? L : L.contextElement || De(e.elements.popper), d, b, l), T = Ke(e.elements.reference), V = Ls({
1094
+ var t = s, a = t.placement, n = a === void 0 ? e.placement : a, i = t.strategy, l = i === void 0 ? e.strategy : i, c = t.boundary, d = c === void 0 ? nn : c, g = t.rootBoundary, b = g === void 0 ? Ms : g, k = t.elementContext, E = k === void 0 ? Qe : k, B = t.altBoundary, x = B === void 0 ? !1 : B, M = t.padding, $ = M === void 0 ? 0 : M, z = Ds(typeof $ != "number" ? $ : Ns($, ot)), P = E === Qe ? an : Qe, F = e.rects.popper, O = e.elements[x ? P : E], N = Sn(We(O) ? O : O.contextElement || De(e.elements.popper), d, b, l), T = Ke(e.elements.reference), V = Os({
1095
1095
  reference: T,
1096
1096
  element: F,
1097
1097
  strategy: "absolute",
1098
1098
  placement: n
1099
- }), q = Mt(Object.assign({}, F, V)), j = E === Qe ? q : T, K = {
1099
+ }), q = $t(Object.assign({}, F, V)), j = E === Qe ? q : T, K = {
1100
1100
  top: N.top - j.top + z.top,
1101
1101
  bottom: j.bottom - N.bottom + z.bottom,
1102
1102
  left: N.left - j.left + z.left,
@@ -1143,13 +1143,13 @@ function xn(e) {
1143
1143
  state: b,
1144
1144
  setOptions: function(z) {
1145
1145
  var P = typeof z == "function" ? z(b.options) : z;
1146
- $(), b.options = Object.assign({}, i, b.options, P), b.scrollParents = {
1146
+ M(), b.options = Object.assign({}, i, b.options, P), b.scrollParents = {
1147
1147
  reference: We(c) ? st(c) : c.contextElement ? st(c.contextElement) : [],
1148
1148
  popper: st(d)
1149
1149
  };
1150
1150
  var F = vn(bn([].concat(a, b.options.modifiers)));
1151
- return b.orderedModifiers = F.filter(function(L) {
1152
- return L.enabled;
1151
+ return b.orderedModifiers = F.filter(function(O) {
1152
+ return O.enabled;
1153
1153
  }), x(), B.update();
1154
1154
  },
1155
1155
  // Sync update – it will always be executed, even if not necessary. This
@@ -1167,12 +1167,12 @@ function xn(e) {
1167
1167
  }, b.reset = !1, b.placement = b.options.placement, b.orderedModifiers.forEach(function(K) {
1168
1168
  return b.modifiersData[K.name] = Object.assign({}, K.data);
1169
1169
  });
1170
- for (var L = 0; L < b.orderedModifiers.length; L++) {
1170
+ for (var O = 0; O < b.orderedModifiers.length; O++) {
1171
1171
  if (b.reset === !0) {
1172
- b.reset = !1, L = -1;
1172
+ b.reset = !1, O = -1;
1173
1173
  continue;
1174
1174
  }
1175
- var N = b.orderedModifiers[L], T = N.fn, V = N.options, q = V === void 0 ? {} : V, j = N.name;
1175
+ var N = b.orderedModifiers[O], T = N.fn, V = N.options, q = V === void 0 ? {} : V, j = N.name;
1176
1176
  typeof T == "function" && (b = T({
1177
1177
  state: b,
1178
1178
  options: q,
@@ -1186,24 +1186,24 @@ function xn(e) {
1186
1186
  // Async and optimistically optimized update – it will not be executed if
1187
1187
  // not necessary (debounced to run at most once-per-tick)
1188
1188
  update: yn(function() {
1189
- return new Promise(function(M) {
1190
- B.forceUpdate(), M(b);
1189
+ return new Promise(function($) {
1190
+ B.forceUpdate(), $(b);
1191
1191
  });
1192
1192
  }),
1193
1193
  destroy: function() {
1194
- $(), E = !0;
1194
+ M(), E = !0;
1195
1195
  }
1196
1196
  };
1197
1197
  if (!us(c, d))
1198
1198
  return B;
1199
- B.setOptions(g).then(function(M) {
1200
- !E && g.onFirstUpdate && g.onFirstUpdate(M);
1199
+ B.setOptions(g).then(function($) {
1200
+ !E && g.onFirstUpdate && g.onFirstUpdate($);
1201
1201
  });
1202
1202
  function x() {
1203
- b.orderedModifiers.forEach(function(M) {
1204
- var z = M.name, P = M.options, F = P === void 0 ? {} : P, L = M.effect;
1205
- if (typeof L == "function") {
1206
- var N = L({
1203
+ b.orderedModifiers.forEach(function($) {
1204
+ var z = $.name, P = $.options, F = P === void 0 ? {} : P, O = $.effect;
1205
+ if (typeof O == "function") {
1206
+ var N = O({
1207
1207
  state: b,
1208
1208
  name: z,
1209
1209
  instance: B,
@@ -1214,9 +1214,9 @@ function xn(e) {
1214
1214
  }
1215
1215
  });
1216
1216
  }
1217
- function $() {
1218
- k.forEach(function(M) {
1219
- return M();
1217
+ function M() {
1218
+ k.forEach(function($) {
1219
+ return $();
1220
1220
  }), k = [];
1221
1221
  }
1222
1222
  return B;
@@ -1246,7 +1246,7 @@ const zn = {
1246
1246
  };
1247
1247
  function In(e) {
1248
1248
  var s = e.state, t = e.name;
1249
- s.modifiersData[t] = Ls({
1249
+ s.modifiersData[t] = Os({
1250
1250
  reference: s.rects.reference,
1251
1251
  element: s.rects.popper,
1252
1252
  strategy: "absolute",
@@ -1274,24 +1274,24 @@ function Pn(e, s) {
1274
1274
  };
1275
1275
  }
1276
1276
  function fs(e) {
1277
- var s, t = e.popper, a = e.popperRect, n = e.placement, i = e.variation, l = e.offsets, c = e.position, d = e.gpuAcceleration, g = e.adaptive, b = e.roundOffsets, k = e.isFixed, E = l.x, B = E === void 0 ? 0 : E, x = l.y, $ = x === void 0 ? 0 : x, M = typeof b == "function" ? b({
1277
+ var s, t = e.popper, a = e.popperRect, n = e.placement, i = e.variation, l = e.offsets, c = e.position, d = e.gpuAcceleration, g = e.adaptive, b = e.roundOffsets, k = e.isFixed, E = l.x, B = E === void 0 ? 0 : E, x = l.y, M = x === void 0 ? 0 : x, $ = typeof b == "function" ? b({
1278
1278
  x: B,
1279
- y: $
1279
+ y: M
1280
1280
  }) : {
1281
1281
  x: B,
1282
- y: $
1282
+ y: M
1283
1283
  };
1284
- B = M.x, $ = M.y;
1285
- var z = l.hasOwnProperty("x"), P = l.hasOwnProperty("y"), F = de, L = ce, N = window;
1284
+ B = $.x, M = $.y;
1285
+ var z = l.hasOwnProperty("x"), P = l.hasOwnProperty("y"), F = de, O = ce, N = window;
1286
1286
  if (g) {
1287
1287
  var T = at(t), V = "clientHeight", q = "clientWidth";
1288
- if (T === ue(t) && (T = De(t), Me(T).position !== "static" && c === "absolute" && (V = "scrollHeight", q = "scrollWidth")), T = T, n === ce || (n === de || n === xe) && i === nt) {
1289
- L = Se;
1288
+ if (T === ue(t) && (T = De(t), $e(T).position !== "static" && c === "absolute" && (V = "scrollHeight", q = "scrollWidth")), T = T, n === ce || (n === de || n === xe) && i === nt) {
1289
+ O = Se;
1290
1290
  var j = k && T === N && N.visualViewport ? N.visualViewport.height : (
1291
1291
  // $FlowFixMe[prop-missing]
1292
1292
  T[V]
1293
1293
  );
1294
- $ -= j - a.height, $ *= d ? 1 : -1;
1294
+ M -= j - a.height, M *= d ? 1 : -1;
1295
1295
  }
1296
1296
  if (n === de || (n === ce || n === Se) && i === nt) {
1297
1297
  F = xe;
@@ -1306,18 +1306,18 @@ function fs(e) {
1306
1306
  position: c
1307
1307
  }, g && Tn), Q = b === !0 ? Pn({
1308
1308
  x: B,
1309
- y: $
1309
+ y: M
1310
1310
  }, ue(t)) : {
1311
1311
  x: B,
1312
- y: $
1312
+ y: M
1313
1313
  };
1314
- if (B = Q.x, $ = Q.y, d) {
1314
+ if (B = Q.x, M = Q.y, d) {
1315
1315
  var Z;
1316
- return Object.assign({}, X, (Z = {}, Z[L] = P ? "0" : "", Z[F] = z ? "0" : "", Z.transform = (N.devicePixelRatio || 1) <= 1 ? "translate(" + B + "px, " + $ + "px)" : "translate3d(" + B + "px, " + $ + "px, 0)", Z));
1316
+ return Object.assign({}, X, (Z = {}, Z[O] = P ? "0" : "", Z[F] = z ? "0" : "", Z.transform = (N.devicePixelRatio || 1) <= 1 ? "translate(" + B + "px, " + M + "px)" : "translate3d(" + B + "px, " + M + "px, 0)", Z));
1317
1317
  }
1318
- return Object.assign({}, X, (s = {}, s[L] = P ? $ + "px" : "", s[F] = z ? B + "px" : "", s.transform = "", s));
1318
+ return Object.assign({}, X, (s = {}, s[O] = P ? M + "px" : "", s[F] = z ? B + "px" : "", s.transform = "", s));
1319
1319
  }
1320
- function $n(e) {
1320
+ function Mn(e) {
1321
1321
  var s = e.state, t = e.options, a = t.gpuAcceleration, n = a === void 0 ? !0 : a, i = t.adaptive, l = i === void 0 ? !0 : i, c = t.roundOffsets, d = c === void 0 ? !0 : c, g = {
1322
1322
  placement: Te(s.placement),
1323
1323
  variation: Xe(s.placement),
@@ -1340,11 +1340,11 @@ function $n(e) {
1340
1340
  "data-popper-placement": s.placement
1341
1341
  });
1342
1342
  }
1343
- const Mn = {
1343
+ const $n = {
1344
1344
  name: "computeStyles",
1345
1345
  enabled: !0,
1346
1346
  phase: "beforeWrite",
1347
- fn: $n,
1347
+ fn: Mn,
1348
1348
  data: {}
1349
1349
  };
1350
1350
  function An(e) {
@@ -1357,7 +1357,7 @@ function An(e) {
1357
1357
  }));
1358
1358
  });
1359
1359
  }
1360
- function Ln(e) {
1360
+ function On(e) {
1361
1361
  var s = e.state, t = {
1362
1362
  popper: {
1363
1363
  position: s.options.strategy,
@@ -1381,15 +1381,15 @@ function Ln(e) {
1381
1381
  });
1382
1382
  };
1383
1383
  }
1384
- const On = {
1384
+ const Ln = {
1385
1385
  name: "applyStyles",
1386
1386
  enabled: !0,
1387
1387
  phase: "write",
1388
1388
  fn: An,
1389
- effect: Ln,
1389
+ effect: On,
1390
1390
  requires: ["computeStyles"]
1391
1391
  };
1392
- var Dn = [zn, En, Mn, On], Nn = /* @__PURE__ */ xn({
1392
+ var Dn = [zn, En, $n, Ln], Nn = /* @__PURE__ */ xn({
1393
1393
  defaultModifiers: Dn
1394
1394
  });
1395
1395
  function Vn(e) {
@@ -1403,14 +1403,14 @@ function Fn(e, s, t) {
1403
1403
  return a > t ? t : a;
1404
1404
  }
1405
1405
  function Rn(e) {
1406
- var s = e.state, t = e.options, a = e.name, n = t.mainAxis, i = n === void 0 ? !0 : n, l = t.altAxis, c = l === void 0 ? !1 : l, d = t.boundary, g = t.rootBoundary, b = t.altBoundary, k = t.padding, E = t.tether, B = E === void 0 ? !0 : E, x = t.tetherOffset, $ = x === void 0 ? 0 : x, M = qt(s, {
1406
+ var s = e.state, t = e.options, a = e.name, n = t.mainAxis, i = n === void 0 ? !0 : n, l = t.altAxis, c = l === void 0 ? !1 : l, d = t.boundary, g = t.rootBoundary, b = t.altBoundary, k = t.padding, E = t.tether, B = E === void 0 ? !0 : E, x = t.tetherOffset, M = x === void 0 ? 0 : x, $ = qt(s, {
1407
1407
  boundary: d,
1408
1408
  rootBoundary: g,
1409
1409
  padding: k,
1410
1410
  altBoundary: b
1411
- }), z = Te(s.placement), P = Xe(s.placement), F = !P, L = Ht(z), N = Vn(L), T = s.modifiersData.popperOffsets, V = s.rects.reference, q = s.rects.popper, j = typeof $ == "function" ? $(Object.assign({}, s.rects, {
1411
+ }), z = Te(s.placement), P = Xe(s.placement), F = !P, O = Ht(z), N = Vn(O), T = s.modifiersData.popperOffsets, V = s.rects.reference, q = s.rects.popper, j = typeof M == "function" ? M(Object.assign({}, s.rects, {
1412
1412
  placement: s.placement
1413
- })) : $, K = typeof j == "number" ? {
1413
+ })) : M, K = typeof j == "number" ? {
1414
1414
  mainAxis: j,
1415
1415
  altAxis: j
1416
1416
  } : Object.assign({
@@ -1422,14 +1422,14 @@ function Rn(e) {
1422
1422
  };
1423
1423
  if (T) {
1424
1424
  if (i) {
1425
- var Z, be = L === "y" ? ce : de, fe = L === "y" ? Se : xe, ee = L === "y" ? "height" : "width", ne = T[L], je = ne + M[be], _e = ne - M[fe], Ae = B ? -q[ee] / 2 : 0, Ne = P === Ye ? V[ee] : q[ee], ae = P === Ye ? -q[ee] : -V[ee], Ue = s.elements.arrow, Le = B && Ue ? Ft(Ue) : {
1425
+ var Z, be = O === "y" ? ce : de, fe = O === "y" ? Se : xe, ee = O === "y" ? "height" : "width", ne = T[O], je = ne + $[be], _e = ne - $[fe], Ae = B ? -q[ee] / 2 : 0, Ne = P === Ye ? V[ee] : q[ee], ae = P === Ye ? -q[ee] : -V[ee], Ue = s.elements.arrow, Oe = B && Ue ? Ft(Ue) : {
1426
1426
  width: 0,
1427
1427
  height: 0
1428
- }, ke = s.modifiersData["arrow#persistent"] ? s.modifiersData["arrow#persistent"].padding : Os(), R = ke[be], U = ke[fe], oe = it(0, V[ee], Le[ee]), Ve = F ? V[ee] / 2 - Ae - oe - R - K.mainAxis : Ne - oe - R - K.mainAxis, Js = F ? -V[ee] / 2 + Ae + oe + U + K.mainAxis : ae + oe + U + K.mainAxis, St = s.elements.arrow && at(s.elements.arrow), Qs = St ? L === "y" ? St.clientTop || 0 : St.clientLeft || 0 : 0, Jt = (Z = X == null ? void 0 : X[L]) != null ? Z : 0, ei = ne + Ve - Jt - Qs, ti = ne + Js - Jt, Qt = it(B ? gt(je, ei) : je, ne, B ? He(_e, ti) : _e);
1429
- T[L] = Qt, Q[L] = Qt - ne;
1428
+ }, ke = s.modifiersData["arrow#persistent"] ? s.modifiersData["arrow#persistent"].padding : Ls(), R = ke[be], U = ke[fe], oe = it(0, V[ee], Oe[ee]), Ve = F ? V[ee] / 2 - Ae - oe - R - K.mainAxis : Ne - oe - R - K.mainAxis, Js = F ? -V[ee] / 2 + Ae + oe + U + K.mainAxis : ae + oe + U + K.mainAxis, St = s.elements.arrow && at(s.elements.arrow), Qs = St ? O === "y" ? St.clientTop || 0 : St.clientLeft || 0 : 0, Jt = (Z = X == null ? void 0 : X[O]) != null ? Z : 0, ei = ne + Ve - Jt - Qs, ti = ne + Js - Jt, Qt = it(B ? gt(je, ei) : je, ne, B ? He(_e, ti) : _e);
1429
+ T[O] = Qt, Q[O] = Qt - ne;
1430
1430
  }
1431
1431
  if (c) {
1432
- var es, si = L === "x" ? ce : de, ii = L === "x" ? Se : xe, Fe = T[N], rt = N === "y" ? "height" : "width", ts = Fe + M[si], ss = Fe - M[ii], xt = [ce, de].indexOf(z) !== -1, is = (es = X == null ? void 0 : X[N]) != null ? es : 0, ns = xt ? ts : Fe - V[rt] - q[rt] - is + K.altAxis, as = xt ? Fe + V[rt] + q[rt] - is - K.altAxis : ss, os = B && xt ? Fn(ns, Fe, as) : it(B ? ns : ts, Fe, B ? as : ss);
1432
+ var es, si = O === "x" ? ce : de, ii = O === "x" ? Se : xe, Fe = T[N], rt = N === "y" ? "height" : "width", ts = Fe + $[si], ss = Fe - $[ii], xt = [ce, de].indexOf(z) !== -1, is = (es = X == null ? void 0 : X[N]) != null ? es : 0, ns = xt ? ts : Fe - V[rt] - q[rt] - is + K.altAxis, as = xt ? Fe + V[rt] + q[rt] - is - K.altAxis : ss, os = B && xt ? Fn(ns, Fe, as) : it(B ? ns : ts, Fe, B ? as : ss);
1433
1433
  T[N] = os, Q[N] = os - Fe;
1434
1434
  }
1435
1435
  s.modifiersData[a] = Q;
@@ -1464,22 +1464,22 @@ function ms(e) {
1464
1464
  }
1465
1465
  function jn(e, s) {
1466
1466
  s === void 0 && (s = {});
1467
- var t = s, a = t.placement, n = t.boundary, i = t.rootBoundary, l = t.padding, c = t.flipVariations, d = t.allowedAutoPlacements, g = d === void 0 ? Ms : d, b = Xe(a), k = b ? c ? rs : rs.filter(function(x) {
1467
+ var t = s, a = t.placement, n = t.boundary, i = t.rootBoundary, l = t.padding, c = t.flipVariations, d = t.allowedAutoPlacements, g = d === void 0 ? $s : d, b = Xe(a), k = b ? c ? rs : rs.filter(function(x) {
1468
1468
  return Xe(x) === b;
1469
1469
  }) : ot, E = k.filter(function(x) {
1470
1470
  return g.indexOf(x) >= 0;
1471
1471
  });
1472
1472
  E.length === 0 && (E = k);
1473
- var B = E.reduce(function(x, $) {
1474
- return x[$] = qt(e, {
1475
- placement: $,
1473
+ var B = E.reduce(function(x, M) {
1474
+ return x[M] = qt(e, {
1475
+ placement: M,
1476
1476
  boundary: n,
1477
1477
  rootBoundary: i,
1478
1478
  padding: l
1479
- })[Te($)], x;
1479
+ })[Te(M)], x;
1480
1480
  }, {});
1481
- return Object.keys(B).sort(function(x, $) {
1482
- return B[x] - B[$];
1481
+ return Object.keys(B).sort(function(x, M) {
1482
+ return B[x] - B[M];
1483
1483
  });
1484
1484
  }
1485
1485
  function Un(e) {
@@ -1491,17 +1491,17 @@ function Un(e) {
1491
1491
  function Gn(e) {
1492
1492
  var s = e.state, t = e.options, a = e.name;
1493
1493
  if (!s.modifiersData[a]._skip) {
1494
- for (var n = t.mainAxis, i = n === void 0 ? !0 : n, l = t.altAxis, c = l === void 0 ? !0 : l, d = t.fallbackPlacements, g = t.padding, b = t.boundary, k = t.rootBoundary, E = t.altBoundary, B = t.flipVariations, x = B === void 0 ? !0 : B, $ = t.allowedAutoPlacements, M = s.options.placement, z = Te(M), P = z === M, F = d || (P || !x ? [mt(M)] : Un(M)), L = [M].concat(F).reduce(function(Le, ke) {
1495
- return Le.concat(Te(ke) === Rt ? jn(s, {
1494
+ for (var n = t.mainAxis, i = n === void 0 ? !0 : n, l = t.altAxis, c = l === void 0 ? !0 : l, d = t.fallbackPlacements, g = t.padding, b = t.boundary, k = t.rootBoundary, E = t.altBoundary, B = t.flipVariations, x = B === void 0 ? !0 : B, M = t.allowedAutoPlacements, $ = s.options.placement, z = Te($), P = z === $, F = d || (P || !x ? [mt($)] : Un($)), O = [$].concat(F).reduce(function(Oe, ke) {
1495
+ return Oe.concat(Te(ke) === Rt ? jn(s, {
1496
1496
  placement: ke,
1497
1497
  boundary: b,
1498
1498
  rootBoundary: k,
1499
1499
  padding: g,
1500
1500
  flipVariations: x,
1501
- allowedAutoPlacements: $
1501
+ allowedAutoPlacements: M
1502
1502
  }) : ke);
1503
- }, []), N = s.rects.reference, T = s.rects.popper, V = /* @__PURE__ */ new Map(), q = !0, j = L[0], K = 0; K < L.length; K++) {
1504
- var X = L[K], Q = Te(X), Z = Xe(X) === Ye, be = [ce, Se].indexOf(Q) >= 0, fe = be ? "width" : "height", ee = qt(s, {
1503
+ }, []), N = s.rects.reference, T = s.rects.popper, V = /* @__PURE__ */ new Map(), q = !0, j = O[0], K = 0; K < O.length; K++) {
1504
+ var X = O[K], Q = Te(X), Z = Xe(X) === Ye, be = [ce, Se].indexOf(Q) >= 0, fe = be ? "width" : "height", ee = qt(s, {
1505
1505
  placement: X,
1506
1506
  boundary: b,
1507
1507
  rootBoundary: k,
@@ -1510,8 +1510,8 @@ function Gn(e) {
1510
1510
  }), ne = be ? Z ? xe : de : Z ? Se : ce;
1511
1511
  N[fe] > T[fe] && (ne = mt(ne));
1512
1512
  var je = mt(ne), _e = [];
1513
- if (i && _e.push(ee[Q] <= 0), c && _e.push(ee[ne] <= 0, ee[je] <= 0), _e.every(function(Le) {
1514
- return Le;
1513
+ if (i && _e.push(ee[Q] <= 0), c && _e.push(ee[ne] <= 0, ee[je] <= 0), _e.every(function(Oe) {
1514
+ return Oe;
1515
1515
  })) {
1516
1516
  j = X, q = !1;
1517
1517
  break;
@@ -1520,7 +1520,7 @@ function Gn(e) {
1520
1520
  }
1521
1521
  if (q)
1522
1522
  for (var Ae = x ? 3 : 1, Ne = function(ke) {
1523
- var R = L.find(function(U) {
1523
+ var R = O.find(function(U) {
1524
1524
  var oe = V.get(U);
1525
1525
  if (oe)
1526
1526
  return oe.slice(0, ke).every(function(Ve) {
@@ -1560,7 +1560,7 @@ function Yn(e, s, t) {
1560
1560
  };
1561
1561
  }
1562
1562
  function Xn(e) {
1563
- var s = e.state, t = e.options, a = e.name, n = t.offset, i = n === void 0 ? [0, 0] : n, l = Ms.reduce(function(b, k) {
1563
+ var s = e.state, t = e.options, a = e.name, n = t.offset, i = n === void 0 ? [0, 0] : n, l = $s.reduce(function(b, k) {
1564
1564
  return b[k] = Yn(k, s.rects, i), b;
1565
1565
  }, {}), c = l[s.placement], d = c.x, g = c.y;
1566
1566
  s.modifiersData.popperOffsets != null && (s.modifiersData.popperOffsets.x += d, s.modifiersData.popperOffsets.y += g), s.modifiersData[a] = l;
@@ -1580,7 +1580,7 @@ var Jn = function(s, t) {
1580
1580
  function Qn(e) {
1581
1581
  var s, t = e.state, a = e.name, n = e.options, i = t.elements.arrow, l = t.modifiersData.popperOffsets, c = Te(t.placement), d = Ht(c), g = [de, xe].indexOf(c) >= 0, b = g ? "height" : "width";
1582
1582
  if (!(!i || !l)) {
1583
- var k = Jn(n.padding, t), E = Ft(i), B = d === "y" ? ce : de, x = d === "y" ? Se : xe, $ = t.rects.reference[b] + t.rects.reference[d] - l[d] - t.rects.popper[b], M = l[d] - t.rects.reference[d], z = at(i), P = z ? d === "y" ? z.clientHeight || 0 : z.clientWidth || 0 : 0, F = $ / 2 - M / 2, L = k[B], N = P - E[b] - k[x], T = P / 2 - E[b] / 2 + F, V = it(L, T, N), q = d;
1583
+ var k = Jn(n.padding, t), E = Ft(i), B = d === "y" ? ce : de, x = d === "y" ? Se : xe, M = t.rects.reference[b] + t.rects.reference[d] - l[d] - t.rects.popper[b], $ = l[d] - t.rects.reference[d], z = at(i), P = z ? d === "y" ? z.clientHeight || 0 : z.clientWidth || 0 : 0, F = M / 2 - $ / 2, O = k[B], N = P - E[b] - k[x], T = P / 2 - E[b] / 2 + F, V = it(O, T, N), q = d;
1584
1584
  t.modifiersData[a] = (s = {}, s[q] = V, s.centerOffset = V - T, s);
1585
1585
  }
1586
1586
  }
@@ -1610,19 +1610,19 @@ function sa({
1610
1610
  const d = ni({
1611
1611
  isOpen: !1,
1612
1612
  popperInstance: null
1613
- }), g = ($) => {
1614
- var M;
1615
- (M = d.popperInstance) == null || M.setOptions((z) => ({
1613
+ }), g = (M) => {
1614
+ var $;
1615
+ ($ = d.popperInstance) == null || $.setOptions((z) => ({
1616
1616
  ...z,
1617
- modifiers: [...z.modifiers, { name: "eventListeners", enabled: $ }]
1617
+ modifiers: [...z.modifiers, { name: "eventListeners", enabled: M }]
1618
1618
  }));
1619
1619
  }, b = () => g(!0), k = () => g(!1), E = () => {
1620
1620
  d.isOpen && (d.isOpen = !1, s("close:popper"));
1621
1621
  }, B = () => {
1622
1622
  d.isOpen || (d.isOpen = !0, s("open:popper"));
1623
1623
  };
1624
- me([() => d.isOpen, i], async ([$]) => {
1625
- $ ? (await x(), b()) : k();
1624
+ me([() => d.isOpen, i], async ([M]) => {
1625
+ M ? (await x(), b()) : k();
1626
1626
  });
1627
1627
  const x = async () => {
1628
1628
  await ai(), d.popperInstance = Nn(c.value, l.value, {
@@ -1651,9 +1651,9 @@ function sa({
1651
1651
  ]
1652
1652
  }), d.popperInstance.update();
1653
1653
  };
1654
- return Lt(() => {
1655
- var $;
1656
- ($ = d.popperInstance) == null || $.destroy();
1654
+ return Ot(() => {
1655
+ var M;
1656
+ (M = d.popperInstance) == null || M.destroy();
1657
1657
  }), {
1658
1658
  ...Bs(d),
1659
1659
  open: B,
@@ -1665,7 +1665,7 @@ function ia(e, s, t) {
1665
1665
  n == null || n.removeEventListener(s, t), a == null || a.addEventListener(s, t);
1666
1666
  }) : zs(() => {
1667
1667
  e.addEventListener(s, t);
1668
- }), Lt(() => {
1668
+ }), Ot(() => {
1669
1669
  var a;
1670
1670
  (a = re(e)) == null || a.removeEventListener(s, t);
1671
1671
  });
@@ -1823,7 +1823,7 @@ const ra = /* @__PURE__ */ y(aa, [["render", la], ["__scopeId", "data-v-b4b01b19
1823
1823
  setup(e, { expose: s, emit: t }) {
1824
1824
  const a = t, n = li(), i = e;
1825
1825
  let l = null;
1826
- const c = "ecs-popover-" + parseInt(Math.ceil(Math.random() * Date.now()).toPrecision(16).toString().replace(".", "")), d = Re(!1), g = Re(null), b = Re(null), k = Re(!1), E = Re(!1), B = Re([]), x = Re(!0), $ = () => {
1826
+ const c = "ecs-popover-" + parseInt(Math.ceil(Math.random() * Date.now()).toPrecision(16).toString().replace(".", "")), d = Re(!1), g = Re(null), b = Re(null), k = Re(!1), E = Re(!1), B = Re([]), x = Re(!0), M = () => {
1827
1827
  n.content ? E.value = !0 : E.value = !1;
1828
1828
  };
1829
1829
  zs(() => {
@@ -1832,14 +1832,14 @@ const ra = /* @__PURE__ */ y(aa, [["render", la], ["__scopeId", "data-v-b4b01b19
1832
1832
  return console.error(
1833
1833
  `[Popper]: The <Popper> component expects only one child element at its root. You passed ${R.length} child nodes.`
1834
1834
  );
1835
- (n.content !== void 0 || P.value) && (E.value = !0), l = new MutationObserver($), document.addEventListener("keydown", ke);
1835
+ (n.content !== void 0 || P.value) && (E.value = !0), l = new MutationObserver(M), document.addEventListener("keydown", ke);
1836
1836
  });
1837
1837
  const {
1838
- arrowPadding: M,
1838
+ arrowPadding: $,
1839
1839
  closeDelay: z,
1840
1840
  content: P,
1841
1841
  disableClickAway: F,
1842
- disabled: L,
1842
+ disabled: O,
1843
1843
  interactive: N,
1844
1844
  locked: T,
1845
1845
  offsetDistance: V,
@@ -1848,7 +1848,7 @@ const ra = /* @__PURE__ */ y(aa, [["render", la], ["__scopeId", "data-v-b4b01b19
1848
1848
  placement: K,
1849
1849
  show: X
1850
1850
  } = Bs(i), { isOpen: Q, open: Z, close: be } = sa({
1851
- arrowPadding: M,
1851
+ arrowPadding: $,
1852
1852
  emit: a,
1853
1853
  locked: T,
1854
1854
  offsetDistance: V,
@@ -1856,7 +1856,7 @@ const ra = /* @__PURE__ */ y(aa, [["render", la], ["__scopeId", "data-v-b4b01b19
1856
1856
  placement: K,
1857
1857
  popperNode: g,
1858
1858
  triggerNode: b
1859
- }), fe = Ee(() => X.value !== null), ee = Ee(() => L.value || !E.value), ne = Ee(() => Q.value && !ee.value), je = Ee(
1859
+ }), fe = Ee(() => X.value !== null), ee = Ee(() => O.value || !E.value), ne = Ee(() => Q.value && !ee.value), je = Ee(
1860
1860
  () => !F.value && !fe.value
1861
1861
  );
1862
1862
  Ee(
@@ -1869,7 +1869,7 @@ const ra = /* @__PURE__ */ y(aa, [["render", la], ["__scopeId", "data-v-b4b01b19
1869
1869
  }, Ue = () => {
1870
1870
  Q.value ? ae() : Ne();
1871
1871
  };
1872
- me([E, L], ([R, U]) => {
1872
+ me([E, O], ([R, U]) => {
1873
1873
  Q.value && (!R || U) && be();
1874
1874
  }), me(Q, (R) => {
1875
1875
  R ? (a("shown"), k.value = !0) : Bt.debounce(() => {
@@ -1886,10 +1886,10 @@ const ra = /* @__PURE__ */ y(aa, [["render", la], ["__scopeId", "data-v-b4b01b19
1886
1886
  childList: !0,
1887
1887
  subtree: !0
1888
1888
  });
1889
- }), Lt(() => {
1889
+ }), Ot(() => {
1890
1890
  l.disconnect(), document.removeEventListener("keydown", ke);
1891
1891
  }), s({ closePopper: ae });
1892
- const Le = () => {
1892
+ const Oe = () => {
1893
1893
  g.value && (B.value = g.value.querySelectorAll(
1894
1894
  'a[href], button, textarea, input, select, [tabindex]:not([tabindex="-1"])'
1895
1895
  ));
@@ -1909,7 +1909,7 @@ const ra = /* @__PURE__ */ y(aa, [["render", la], ["__scopeId", "data-v-b4b01b19
1909
1909
  R.key === "Escape" ? (R.preventDefault(), ae()) : R.key === "Tab" && x.value && (R.preventDefault(), x.value = !1, U.length > 0 && U[0].focus());
1910
1910
  };
1911
1911
  return ct(() => {
1912
- d.value && (Le(), x.value = !0, B.value.length > 0 && B.value[0].focus());
1912
+ d.value && (Oe(), x.value = !0, B.value.length > 0 && B.value[0].focus());
1913
1913
  }), (R, U) => (o(), r("div", {
1914
1914
  class: "ecs-popover-root",
1915
1915
  onMouseleave: U[2] || (U[2] = (oe) => e.hover && ae())
@@ -2514,7 +2514,7 @@ const Ia = /* @__PURE__ */ y(Sa, [["render", za], ["__scopeId", "data-v-0296b689
2514
2514
  created() {
2515
2515
  this.switchId = this.generateUniqueId();
2516
2516
  }
2517
- }, Ta = (e) => (pe("data-v-de55e54f"), e = e(), ve(), e), Pa = { class: "ecs-switch-wrapper" }, $a = ["aria-checked"], Ma = ["id", "name", "required", "disabled", "checked"], Aa = { class: "ecs-slide-switch" }, La = /* @__PURE__ */ Ta(() => /* @__PURE__ */ f("div", { class: "indeterminate" }, null, -1)), Oa = ["for"];
2517
+ }, Ta = (e) => (pe("data-v-de55e54f"), e = e(), ve(), e), Pa = { class: "ecs-switch-wrapper" }, Ma = ["aria-checked"], $a = ["id", "name", "required", "disabled", "checked"], Aa = { class: "ecs-slide-switch" }, Oa = /* @__PURE__ */ Ta(() => /* @__PURE__ */ f("div", { class: "indeterminate" }, null, -1)), La = ["for"];
2518
2518
  function Da(e, s, t, a, n, i) {
2519
2519
  const l = m("ecs-focus-ring");
2520
2520
  return o(), r("div", Pa, [
@@ -2538,18 +2538,18 @@ function Da(e, s, t, a, n, i) {
2538
2538
  disabled: t.disabled || null,
2539
2539
  checked: n.checked || null,
2540
2540
  onChange: s[0] || (s[0] = (...c) => i.handleClick && i.handleClick(...c))
2541
- }, null, 40, Ma),
2541
+ }, null, 40, $a),
2542
2542
  f("div", Aa, [
2543
- La,
2543
+ Oa,
2544
2544
  _(l, { radius: 20 })
2545
2545
  ])
2546
- ], 10, $a),
2546
+ ], 10, Ma),
2547
2547
  i.hasDefaultSlot ? (o(), r("label", {
2548
2548
  key: 0,
2549
2549
  for: n.switchId
2550
2550
  }, [
2551
2551
  p(e.$slots, "default", {}, void 0, !0)
2552
- ], 8, Oa)) : u("", !0)
2552
+ ], 8, La)) : u("", !0)
2553
2553
  ]);
2554
2554
  }
2555
2555
  const jt = /* @__PURE__ */ y(Ea, [["render", Da], ["__scopeId", "data-v-de55e54f"]]), Na = {
@@ -2669,7 +2669,7 @@ const Ha = /* @__PURE__ */ y(Na, [["render", Ra], ["__scopeId", "data-v-dca05194
2669
2669
  name: "EcsButton",
2670
2670
  emits: ["click", "mouseover", "mouseleave"],
2671
2671
  components: {
2672
- EcsIcon: O,
2672
+ EcsIcon: L,
2673
2673
  EcsFocusRing: D
2674
2674
  },
2675
2675
  props: {
@@ -2826,7 +2826,7 @@ function Ka(e, s, t, a, n, i) {
2826
2826
  const Ie = /* @__PURE__ */ y(qa, [["render", Ka], ["__scopeId", "data-v-13959c49"]]), Ya = {
2827
2827
  name: "ecs-popover-list-item",
2828
2828
  emits: ["click", "input", "change", "secondaryClick"],
2829
- components: { EcsCheckbox: lt, EcsRadiobutton: Ia, EcsSwitch: jt, EcsSortbutton: Ha, EcsIcon: O, EcsFileIcon: Fs, EcsButton: Ie, EcsFocusRing: D },
2829
+ components: { EcsCheckbox: lt, EcsRadiobutton: Ia, EcsSwitch: jt, EcsSortbutton: Ha, EcsIcon: L, EcsFileIcon: Fs, EcsButton: Ie, EcsFocusRing: D },
2830
2830
  props: {
2831
2831
  /** Determines the type of popover list item.*/
2832
2832
  type: {
@@ -3131,13 +3131,15 @@ function po(e, s, t, a, n, i) {
3131
3131
  type: i.secondaryActionOptions.type,
3132
3132
  icon: i.secondaryActionOptions.icon,
3133
3133
  "icon-only": i.secondaryActionOptions.iconOnly,
3134
- class: v(i.secondaryActionOptions.align)
3134
+ class: v(i.secondaryActionOptions.align),
3135
+ "aria-label": i.secondaryActionOptions.label,
3136
+ title: i.secondaryActionOptions.iconOnly ? i.secondaryActionOptions.label : void 0
3135
3137
  }, {
3136
3138
  default: w(() => [
3137
3139
  A(C(i.secondaryActionOptions.label), 1)
3138
3140
  ]),
3139
3141
  _: 1
3140
- }, 8, ["onClick", "type", "icon", "icon-only", "class"])) : u("", !0),
3142
+ }, 8, ["onClick", "type", "icon", "icon-only", "class", "aria-label", "title"])) : u("", !0),
3141
3143
  t.help ? (o(), r("span", ro, C(t.help), 1)) : u("", !0)
3142
3144
  ]),
3143
3145
  t.suffix ? (o(), r("span", co, C(t.suffix), 1)) : u("", !0),
@@ -3192,13 +3194,15 @@ function po(e, s, t, a, n, i) {
3192
3194
  type: i.secondaryActionOptions.type,
3193
3195
  icon: i.secondaryActionOptions.icon,
3194
3196
  "icon-only": i.secondaryActionOptions.iconOnly,
3195
- class: v(i.secondaryActionOptions.align)
3197
+ class: v(i.secondaryActionOptions.align),
3198
+ "aria-label": i.secondaryActionOptions.label,
3199
+ title: i.secondaryActionOptions.iconOnly ? i.secondaryActionOptions.label : void 0
3196
3200
  }, {
3197
3201
  default: w(() => [
3198
3202
  A(C(i.secondaryActionOptions.label), 1)
3199
3203
  ]),
3200
3204
  _: 1
3201
- }, 8, ["onClick", "type", "icon", "icon-only", "class"])) : u("", !0),
3205
+ }, 8, ["onClick", "type", "icon", "icon-only", "class", "aria-label", "title"])) : u("", !0),
3202
3206
  t.help ? (o(), r("span", go, C(t.help), 1)) : u("", !0)
3203
3207
  ]),
3204
3208
  t.suffix ? (o(), r("span", ho, C(t.suffix), 1)) : u("", !0),
@@ -3218,11 +3222,11 @@ function po(e, s, t, a, n, i) {
3218
3222
  ], 10, uo))
3219
3223
  ]);
3220
3224
  }
3221
- const Rs = /* @__PURE__ */ y(Ya, [["render", po], ["__scopeId", "data-v-5e0ad9b9"]]), vo = {
3225
+ const Rs = /* @__PURE__ */ y(Ya, [["render", po], ["__scopeId", "data-v-79b3cd0d"]]), vo = {
3222
3226
  name: "ecs-button-toolbar",
3223
3227
  emits: ["click"],
3224
3228
  components: {
3225
- EcsIcon: O,
3229
+ EcsIcon: L,
3226
3230
  EcsFocusRing: D
3227
3231
  },
3228
3232
  props: {
@@ -3548,7 +3552,7 @@ function Bo(e, s, t, a, n, i) {
3548
3552
  (o(!0), r(H, null, J(t.options, (B, x) => (o(), h(d, {
3549
3553
  key: x,
3550
3554
  disabled: B.disabled || null,
3551
- onClick: ($) => e.$emit("select", B.action)
3555
+ onClick: (M) => e.$emit("select", B.action)
3552
3556
  }, {
3553
3557
  default: w(() => [
3554
3558
  A(C(B.label), 1)
@@ -3636,7 +3640,7 @@ const w0 = /* @__PURE__ */ y(zo, [["render", Eo], ["__scopeId", "data-v-83c21366
3636
3640
  }
3637
3641
  }
3638
3642
  }, Po = ["aria-expanded", "aria-label", "aria-controls", "aria-busy", "aria-disabled", "disabled"];
3639
- function $o(e, s, t, a, n, i) {
3643
+ function Mo(e, s, t, a, n, i) {
3640
3644
  const l = m("ecs-focus-ring");
3641
3645
  return o(), r("button", {
3642
3646
  class: v(["ecs-collapse-button", [
@@ -3655,7 +3659,7 @@ function $o(e, s, t, a, n, i) {
3655
3659
  _(l)
3656
3660
  ], 10, Po);
3657
3661
  }
3658
- const Ut = /* @__PURE__ */ y(To, [["render", $o], ["__scopeId", "data-v-c7222f39"]]);
3662
+ const Ut = /* @__PURE__ */ y(To, [["render", Mo], ["__scopeId", "data-v-c7222f39"]]);
3659
3663
  function ht(e) {
3660
3664
  "@babel/helpers - typeof";
3661
3665
  return ht = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(s) {
@@ -3664,13 +3668,13 @@ function ht(e) {
3664
3668
  return s && typeof Symbol == "function" && s.constructor === Symbol && s !== Symbol.prototype ? "symbol" : typeof s;
3665
3669
  }, ht(e);
3666
3670
  }
3667
- var Mo = /^\s+/, Ao = /\s+$/;
3671
+ var $o = /^\s+/, Ao = /\s+$/;
3668
3672
  function S(e, s) {
3669
3673
  if (e = e || "", s = s || {}, e instanceof S)
3670
3674
  return e;
3671
3675
  if (!(this instanceof S))
3672
3676
  return new S(e, s);
3673
- var t = Lo(e);
3677
+ var t = Oo(e);
3674
3678
  this._originalInput = e, this._r = t.r, this._g = t.g, this._b = t.b, this._a = t.a, this._roundA = Math.round(100 * this._a) / 100, this._format = s.format || t.format, this._gradientType = s.gradientType, this._r < 1 && (this._r = Math.round(this._r)), this._g < 1 && (this._g = Math.round(this._g)), this._b < 1 && (this._b = Math.round(this._b)), this._ok = t.ok;
3675
3679
  }
3676
3680
  S.prototype = {
@@ -3843,13 +3847,13 @@ S.fromRatio = function(e, s) {
3843
3847
  }
3844
3848
  return S(e, s);
3845
3849
  };
3846
- function Lo(e) {
3850
+ function Oo(e) {
3847
3851
  var s = {
3848
3852
  r: 0,
3849
3853
  g: 0,
3850
3854
  b: 0
3851
3855
  }, t = 1, a = null, n = null, i = null, l = !1, c = !1;
3852
- return typeof e == "string" && (e = tl(e)), ht(e) == "object" && ($e(e.r) && $e(e.g) && $e(e.b) ? (s = Oo(e.r, e.g, e.b), l = !0, c = String(e.r).substr(-1) === "%" ? "prgb" : "rgb") : $e(e.h) && $e(e.s) && $e(e.v) ? (a = tt(e.s), n = tt(e.v), s = No(e.h, a, n), l = !0, c = "hsv") : $e(e.h) && $e(e.s) && $e(e.l) && (a = tt(e.s), i = tt(e.l), s = Do(e.h, a, i), l = !0, c = "hsl"), e.hasOwnProperty("a") && (t = e.a)), t = Hs(t), {
3856
+ return typeof e == "string" && (e = tl(e)), ht(e) == "object" && (Me(e.r) && Me(e.g) && Me(e.b) ? (s = Lo(e.r, e.g, e.b), l = !0, c = String(e.r).substr(-1) === "%" ? "prgb" : "rgb") : Me(e.h) && Me(e.s) && Me(e.v) ? (a = tt(e.s), n = tt(e.v), s = No(e.h, a, n), l = !0, c = "hsv") : Me(e.h) && Me(e.s) && Me(e.l) && (a = tt(e.s), i = tt(e.l), s = Do(e.h, a, i), l = !0, c = "hsl"), e.hasOwnProperty("a") && (t = e.a)), t = Hs(t), {
3853
3857
  ok: l,
3854
3858
  format: e.format || c,
3855
3859
  r: Math.min(255, Math.max(s.r, 0)),
@@ -3858,7 +3862,7 @@ function Lo(e) {
3858
3862
  a: t
3859
3863
  };
3860
3864
  }
3861
- function Oo(e, s, t) {
3865
+ function Lo(e, s, t) {
3862
3866
  return {
3863
3867
  r: W(e, 255) * 255,
3864
3868
  g: W(s, 255) * 255,
@@ -4286,11 +4290,11 @@ var Ce = function() {
4286
4290
  hex8: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/
4287
4291
  };
4288
4292
  }();
4289
- function $e(e) {
4293
+ function Me(e) {
4290
4294
  return !!Ce.CSS_UNIT.exec(e);
4291
4295
  }
4292
4296
  function tl(e) {
4293
- e = e.replace(Mo, "").replace(Ao, "").toLowerCase();
4297
+ e = e.replace($o, "").replace(Ao, "").toLowerCase();
4294
4298
  var s = !1;
4295
4299
  if (At[e])
4296
4300
  e = At[e], s = !0;
@@ -4368,7 +4372,7 @@ const il = {
4368
4372
  name: "ecs-button-context",
4369
4373
  emits: ["click"],
4370
4374
  components: {
4371
- EcsIcon: O,
4375
+ EcsIcon: L,
4372
4376
  EcsFocusRing: D
4373
4377
  },
4374
4378
  props: {
@@ -4455,7 +4459,7 @@ const x0 = /* @__PURE__ */ y(ol, [["render", rl], ["__scopeId", "data-v-94a53b69
4455
4459
  name: "ecs-button-dialog",
4456
4460
  emits: ["click"],
4457
4461
  components: {
4458
- EcsIcon: O,
4462
+ EcsIcon: L,
4459
4463
  EcsFocusRing: D
4460
4464
  },
4461
4465
  props: {
@@ -4504,7 +4508,7 @@ const B0 = /* @__PURE__ */ y(cl, [["render", ul], ["__scopeId", "data-v-65073dae
4504
4508
  name: "ecs-button-more",
4505
4509
  emits: ["click"],
4506
4510
  components: {
4507
- EcsIcon: O,
4511
+ EcsIcon: L,
4508
4512
  EcsFocusRing: D
4509
4513
  },
4510
4514
  props: {
@@ -4568,7 +4572,7 @@ const Gt = /* @__PURE__ */ y(fl, [["render", gl], ["__scopeId", "data-v-8470e625
4568
4572
  name: "ecs-button-table",
4569
4573
  emits: ["click", "mouseover", "mouseleave"],
4570
4574
  components: {
4571
- EcsIcon: O,
4575
+ EcsIcon: L,
4572
4576
  EcsFocusRing: D
4573
4577
  },
4574
4578
  props: {
@@ -4684,7 +4688,7 @@ function kl(e, s, t, a, n, i) {
4684
4688
  const Kt = /* @__PURE__ */ y(bl, [["render", kl], ["__scopeId", "data-v-743ca90b"]]), Cl = {
4685
4689
  name: "ecs-toolbar-icon-button",
4686
4690
  emits: ["click"],
4687
- components: { EcsIcon: O, EcsFocusRing: D },
4691
+ components: { EcsIcon: L, EcsFocusRing: D },
4688
4692
  props: {
4689
4693
  /** The icon type of the button. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). Note that only icons prefixed with `toolbar-` should be used here. */
4690
4694
  icon: {
@@ -4847,8 +4851,8 @@ const I0 = /* @__PURE__ */ y(Bl, [["render", Tl], ["__scopeId", "data-v-8d449816
4847
4851
  this.citeValue = e.target.innerText, this.$emit("change", this.citeValue, this.id);
4848
4852
  }
4849
4853
  }
4850
- }, $l = ["contenteditable"];
4851
- function Ml(e, s, t, a, n, i) {
4854
+ }, Ml = ["contenteditable"];
4855
+ function $l(e, s, t, a, n, i) {
4852
4856
  const l = m("ecs-flex-row");
4853
4857
  return o(), h(l, { class: "ecs-citation-line" }, {
4854
4858
  default: w(() => [
@@ -4861,7 +4865,7 @@ function Ml(e, s, t, a, n, i) {
4861
4865
  onKeydown: s[3] || (s[3] = Y(G(() => {
4862
4866
  }, ["prevent"]), ["enter"])),
4863
4867
  contenteditable: t.editable
4864
- }, null, 42, $l),
4868
+ }, null, 42, Ml),
4865
4869
  e.$slots.actions ? (o(), h(l, {
4866
4870
  key: 0,
4867
4871
  justify: "end",
@@ -4876,7 +4880,7 @@ function Ml(e, s, t, a, n, i) {
4876
4880
  _: 3
4877
4881
  });
4878
4882
  }
4879
- const E0 = /* @__PURE__ */ y(Pl, [["render", Ml], ["__scopeId", "data-v-cfd8e718"]]), Al = {
4883
+ const E0 = /* @__PURE__ */ y(Pl, [["render", $l], ["__scopeId", "data-v-cfd8e718"]]), Al = {
4880
4884
  name: "ecs-clickable-area",
4881
4885
  emits: ["click", "mouseover", "mouseout", "rightclick"],
4882
4886
  props: {
@@ -4918,7 +4922,7 @@ const E0 = /* @__PURE__ */ y(Pl, [["render", Ml], ["__scopeId", "data-v-cfd8e718
4918
4922
  }
4919
4923
  }
4920
4924
  };
4921
- function Ll(e, s, t, a, n, i) {
4925
+ function Ol(e, s, t, a, n, i) {
4922
4926
  return o(), h(Be(t.as), {
4923
4927
  onClick: i.handleClick,
4924
4928
  onMouseover: i.handleMouseOver,
@@ -4938,7 +4942,7 @@ function Ll(e, s, t, a, n, i) {
4938
4942
  _: 3
4939
4943
  }, 40, ["onClick", "onMouseover", "onMouseout", "onContextmenu", "class", "tabindex"]);
4940
4944
  }
4941
- const Ol = /* @__PURE__ */ y(Al, [["render", Ll], ["__scopeId", "data-v-df08e6d4"]]);
4945
+ const Ll = /* @__PURE__ */ y(Al, [["render", Ol], ["__scopeId", "data-v-df08e6d4"]]);
4942
4946
  var Yt = {};
4943
4947
  Object.defineProperty(Yt, "__esModule", {
4944
4948
  value: !0
@@ -4956,7 +4960,7 @@ var Dl = Yt.clickOutSide = {
4956
4960
  const Vl = {
4957
4961
  name: "ecs-context-menu",
4958
4962
  emits: ["option-clicked", "menu-closed", "menu-opened"],
4959
- components: { EcsIcon: O, EcsFocusRing: D, EcsButton: Ie },
4963
+ components: { EcsIcon: L, EcsFocusRing: D, EcsButton: Ie },
4960
4964
  directives: {
4961
4965
  clickOutSide: Nl
4962
4966
  },
@@ -5306,7 +5310,7 @@ function Xl(e, s, t, a, n, i) {
5306
5310
  const P0 = /* @__PURE__ */ y(Wl, [["render", Xl], ["__scopeId", "data-v-952196c0"]]), Zl = {
5307
5311
  name: "ecs-collection-control",
5308
5312
  emits: ["toggled", "collectionTooltip"],
5309
- components: { EcsIcon: O, EcsFocusRing: D },
5313
+ components: { EcsIcon: L, EcsFocusRing: D },
5310
5314
  mixins: [ye],
5311
5315
  props: {
5312
5316
  /** Icon representing the type of selection. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). */
@@ -5445,7 +5449,7 @@ function ir(e, s, t, a, n, i) {
5445
5449
  ], 10, sr)
5446
5450
  ], 2);
5447
5451
  }
5448
- const $0 = /* @__PURE__ */ y(Zl, [["render", ir], ["__scopeId", "data-v-04268c16"]]), nr = {
5452
+ const M0 = /* @__PURE__ */ y(Zl, [["render", ir], ["__scopeId", "data-v-04268c16"]]), nr = {
5449
5453
  name: "ecs-skeleton-loader",
5450
5454
  props: {
5451
5455
  /** Determines the type of skeleton shape: `single` replicates a single line of text, `multi` a multi line text, and `rect` a generic rectangle shape. */
@@ -5683,7 +5687,7 @@ function wr(e, s, t, a, n, i) {
5683
5687
  ]))
5684
5688
  ], 8, gr);
5685
5689
  }
5686
- const M0 = /* @__PURE__ */ y(mr, [["render", wr], ["__scopeId", "data-v-cf696f66"]]), Sr = {}, xr = { class: "ecs-comment-list" };
5690
+ const $0 = /* @__PURE__ */ y(mr, [["render", wr], ["__scopeId", "data-v-cf696f66"]]), Sr = {}, xr = { class: "ecs-comment-list" };
5687
5691
  function Br(e, s) {
5688
5692
  return o(), r("div", xr, [
5689
5693
  p(e.$slots, "default")
@@ -5813,8 +5817,8 @@ const zr = {
5813
5817
  // console.log(e)
5814
5818
  // }
5815
5819
  }
5816
- }, Er = { class: "ecs-editable-input" }, Tr = ["aria-labelledby"], Pr = ["for", "id"], $r = { class: "ecs-input__desc" };
5817
- function Mr(e, s, t, a, n, i) {
5820
+ }, Er = { class: "ecs-editable-input" }, Tr = ["aria-labelledby"], Pr = ["for", "id"], Mr = { class: "ecs-input__desc" };
5821
+ function $r(e, s, t, a, n, i) {
5818
5822
  return o(), r("div", Er, [
5819
5823
  Ze(f("input", {
5820
5824
  "aria-labelledby": i.labelId,
@@ -5831,15 +5835,15 @@ function Mr(e, s, t, a, n, i) {
5831
5835
  class: "ecs-input__label",
5832
5836
  id: i.labelId
5833
5837
  }, C(i.labelSpanText), 9, Pr),
5834
- f("span", $r, C(t.desc), 1)
5838
+ f("span", Mr, C(t.desc), 1)
5835
5839
  ]);
5836
5840
  }
5837
- const Ar = /* @__PURE__ */ y(Ir, [["render", Mr]]);
5838
- var Lr = Or;
5839
- function Or(e, s, t) {
5841
+ const Ar = /* @__PURE__ */ y(Ir, [["render", $r]]);
5842
+ var Or = Lr;
5843
+ function Lr(e, s, t) {
5840
5844
  return s < t ? e < s ? s : e > t ? t : e : e < t ? t : e > s ? s : e;
5841
5845
  }
5842
- const ft = /* @__PURE__ */ Es(Lr);
5846
+ const ft = /* @__PURE__ */ Es(Or);
5843
5847
  function Dr(e) {
5844
5848
  var s = typeof e;
5845
5849
  return e != null && (s == "object" || s == "function");
@@ -5899,12 +5903,12 @@ function Ic(e) {
5899
5903
  var t = xc.test(e);
5900
5904
  return t || Bc.test(e) ? zc(e.slice(2), t ? 2 : 8) : Sc.test(e) ? Ss : +e;
5901
5905
  }
5902
- var Ec = Ic, Tc = Xt, Et = jr, xs = Ec, Pc = "Expected a function", $c = Math.max, Mc = Math.min;
5906
+ var Ec = Ic, Tc = Xt, Et = jr, xs = Ec, Pc = "Expected a function", Mc = Math.max, $c = Math.min;
5903
5907
  function Ac(e, s, t) {
5904
5908
  var a, n, i, l, c, d, g = 0, b = !1, k = !1, E = !0;
5905
5909
  if (typeof e != "function")
5906
5910
  throw new TypeError(Pc);
5907
- s = xs(s) || 0, Tc(t) && (b = !!t.leading, k = "maxWait" in t, i = k ? $c(xs(t.maxWait) || 0, s) : i, E = "trailing" in t ? !!t.trailing : E);
5911
+ s = xs(s) || 0, Tc(t) && (b = !!t.leading, k = "maxWait" in t, i = k ? Mc(xs(t.maxWait) || 0, s) : i, E = "trailing" in t ? !!t.trailing : E);
5908
5912
  function B(T) {
5909
5913
  var V = a, q = n;
5910
5914
  return a = n = void 0, g = T, l = e.apply(q, V), l;
@@ -5912,19 +5916,19 @@ function Ac(e, s, t) {
5912
5916
  function x(T) {
5913
5917
  return g = T, c = setTimeout(z, s), b ? B(T) : l;
5914
5918
  }
5915
- function $(T) {
5919
+ function M(T) {
5916
5920
  var V = T - d, q = T - g, j = s - V;
5917
- return k ? Mc(j, i - q) : j;
5921
+ return k ? $c(j, i - q) : j;
5918
5922
  }
5919
- function M(T) {
5923
+ function $(T) {
5920
5924
  var V = T - d, q = T - g;
5921
5925
  return d === void 0 || V >= s || V < 0 || k && q >= i;
5922
5926
  }
5923
5927
  function z() {
5924
5928
  var T = Et();
5925
- if (M(T))
5929
+ if ($(T))
5926
5930
  return P(T);
5927
- c = setTimeout(z, $(T));
5931
+ c = setTimeout(z, M(T));
5928
5932
  }
5929
5933
  function P(T) {
5930
5934
  return c = void 0, E && a ? B(T) : (a = n = void 0, l);
@@ -5932,11 +5936,11 @@ function Ac(e, s, t) {
5932
5936
  function F() {
5933
5937
  c !== void 0 && clearTimeout(c), g = 0, a = d = n = c = void 0;
5934
5938
  }
5935
- function L() {
5939
+ function O() {
5936
5940
  return c === void 0 ? l : P(Et());
5937
5941
  }
5938
5942
  function N() {
5939
- var T = Et(), V = M(T);
5943
+ var T = Et(), V = $(T);
5940
5944
  if (a = arguments, n = this, d = T, V) {
5941
5945
  if (c === void 0)
5942
5946
  return x(d);
@@ -5945,14 +5949,14 @@ function Ac(e, s, t) {
5945
5949
  }
5946
5950
  return c === void 0 && (c = setTimeout(z, s)), l;
5947
5951
  }
5948
- return N.cancel = F, N.flush = L, N;
5952
+ return N.cancel = F, N.flush = O, N;
5949
5953
  }
5950
- var Lc = Ac, Oc = Lc, Dc = Xt, Nc = "Expected a function";
5954
+ var Oc = Ac, Lc = Oc, Dc = Xt, Nc = "Expected a function";
5951
5955
  function Vc(e, s, t) {
5952
5956
  var a = !0, n = !0;
5953
5957
  if (typeof e != "function")
5954
5958
  throw new TypeError(Nc);
5955
- return Dc(t) && (a = "leading" in t ? !!t.leading : a, n = "trailing" in t ? !!t.trailing : n), Oc(e, s, {
5959
+ return Dc(t) && (a = "leading" in t ? !!t.leading : a, n = "trailing" in t ? !!t.trailing : n), Lc(e, s, {
5956
5960
  leading: a,
5957
5961
  maxWait: s,
5958
5962
  trailing: n
@@ -6563,9 +6567,9 @@ function Ed(e, s, t, a, n, i) {
6563
6567
  _: 1
6564
6568
  });
6565
6569
  }
6566
- const L0 = /* @__PURE__ */ y(Id, [["render", Ed], ["__scopeId", "data-v-08aaa823"]]), Td = {
6570
+ const O0 = /* @__PURE__ */ y(Id, [["render", Ed], ["__scopeId", "data-v-08aaa823"]]), Td = {
6567
6571
  name: "ecs-data-card",
6568
- components: { EcsIcon: O, EcsSkeletonLoader: ie, EcsButtonTable: Ws, EcsButton: Ie, EcsFocusRing: D },
6572
+ components: { EcsIcon: L, EcsSkeletonLoader: ie, EcsButtonTable: Ws, EcsButton: Ie, EcsFocusRing: D },
6569
6573
  mixins: [ye],
6570
6574
  props: {
6571
6575
  /** If passed, an icon will be displayed in the data card. The icon prop must match a specific icons name. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). */
@@ -6651,10 +6655,10 @@ const L0 = /* @__PURE__ */ y(Id, [["render", Ed], ["__scopeId", "data-v-08aaa823
6651
6655
  created() {
6652
6656
  this.expandId = this.generateUniqueId();
6653
6657
  }
6654
- }, Pd = ["aria-busy", "tabindex"], $d = {
6658
+ }, Pd = ["aria-busy", "tabindex"], Md = {
6655
6659
  key: 0,
6656
6660
  class: "control"
6657
- }, Md = { class: "ecs-data-card-inner" }, Ad = { class: "ecs-data-card-row" }, Ld = { class: "ecs-data-card-row-inner" }, Od = { class: "ecs-data-card-row-inner-text" }, Dd = {
6661
+ }, $d = { class: "ecs-data-card-inner" }, Ad = { class: "ecs-data-card-row" }, Od = { class: "ecs-data-card-row-inner" }, Ld = { class: "ecs-data-card-row-inner-text" }, Dd = {
6658
6662
  key: 0,
6659
6663
  class: "ecs-data-card-row"
6660
6664
  }, Nd = { class: "ecs-data-card-row-inner" }, Vd = ["id", "aria-hidden"], Fd = { class: "ecs-data-card-expand-inner" };
@@ -6673,7 +6677,7 @@ function Rd(e, s, t, a, n, i) {
6673
6677
  "aria-busy": t.loading || null,
6674
6678
  tabindex: t.hover ? "0" : "-1"
6675
6679
  }, [
6676
- t.control && e.$slots.control ? (o(), r("div", $d, [
6680
+ t.control && e.$slots.control ? (o(), r("div", Md, [
6677
6681
  p(e.$slots, "control", {}, void 0, !0)
6678
6682
  ])) : u("", !0),
6679
6683
  t.icon ? (o(), h(l, {
@@ -6689,9 +6693,9 @@ function Rd(e, s, t, a, n, i) {
6689
6693
  width: 26,
6690
6694
  height: 26
6691
6695
  })) : u("", !0),
6692
- f("div", Md, [
6696
+ f("div", $d, [
6693
6697
  f("div", Ad, [
6694
- f("div", Ld, [
6698
+ f("div", Od, [
6695
6699
  t.expandable && t.expandPosition === "left" ? (o(), h(d, {
6696
6700
  key: 0,
6697
6701
  onClick: s[0] || (s[0] = (k) => n.isExpanded = !n.isExpanded),
@@ -6705,7 +6709,7 @@ function Rd(e, s, t, a, n, i) {
6705
6709
  "aria-label": t.expandLabel ? t.expandLabel : n.isExpanded ? "Collapse" : "Expand",
6706
6710
  class: "expand-button-left"
6707
6711
  }, null, 8, ["aria-controls", "aria-expanded", "icon", "active", "aria-label"])) : u("", !0),
6708
- f("div", Od, [
6712
+ f("div", Ld, [
6709
6713
  p(e.$slots, "default", {}, void 0, !0)
6710
6714
  ]),
6711
6715
  t.loading ? (o(), h(c, {
@@ -6764,7 +6768,7 @@ function Rd(e, s, t, a, n, i) {
6764
6768
  })) : u("", !0)
6765
6769
  ], 10, Pd);
6766
6770
  }
6767
- const O0 = /* @__PURE__ */ y(Td, [["render", Rd], ["__scopeId", "data-v-206dd488"]]), Hd = {
6771
+ const L0 = /* @__PURE__ */ y(Td, [["render", Rd], ["__scopeId", "data-v-206dd488"]]), Hd = {
6768
6772
  name: "ecs-data-card-list"
6769
6773
  }, qd = {
6770
6774
  class: "ecs-data-card-list",
@@ -7098,7 +7102,7 @@ const Zt = /* @__PURE__ */ y(nu, [["render", ru], ["__scopeId", "data-v-da6f533f
7098
7102
  name: "ecs-data-grid-head-cell",
7099
7103
  emits: ["resizedWidth", "sortby", "selection"],
7100
7104
  components: {
7101
- EcsIcon: O,
7105
+ EcsIcon: L,
7102
7106
  EcsSelect: Zt,
7103
7107
  EcsFocusRing: D
7104
7108
  },
@@ -7444,7 +7448,7 @@ function Su(e, s, t, a, n, i) {
7444
7448
  t.fixedLeftLast ? (o(), r("div", wu)) : u("", !0)
7445
7449
  ], 14, du);
7446
7450
  }
7447
- const F0 = /* @__PURE__ */ y(cu, [["render", Su], ["__scopeId", "data-v-d8d8077f"]]), xu = {
7451
+ const F0 = /* @__PURE__ */ y(cu, [["render", Su], ["__scopeId", "data-v-3bf31b66"]]), xu = {
7448
7452
  name: "ecs-data-grid-group",
7449
7453
  props: {
7450
7454
  /** Determines if this cell group should be shown. Avoid showing more than 1 group at the same time. */
@@ -7602,14 +7606,14 @@ const R0 = /* @__PURE__ */ y(xu, [["render", zu], ["__scopeId", "data-v-ee025ab5
7602
7606
  }, Eu = (e) => (pe("data-v-4deed396"), e = e(), ve(), e), Tu = {
7603
7607
  key: 0,
7604
7608
  class: "shadow left"
7605
- }, Pu = ["data-column", "data-test"], $u = {
7609
+ }, Pu = ["data-column", "data-test"], Mu = {
7606
7610
  key: 0,
7607
7611
  class: "first-cell-spacer"
7608
- }, Mu = /* @__PURE__ */ Eu(() => /* @__PURE__ */ f("div", { class: "group-spacer" }, null, -1)), Au = {
7612
+ }, $u = /* @__PURE__ */ Eu(() => /* @__PURE__ */ f("div", { class: "group-spacer" }, null, -1)), Au = {
7609
7613
  key: 1,
7610
7614
  class: "shadow right"
7611
7615
  };
7612
- function Lu(e, s, t, a, n, i) {
7616
+ function Ou(e, s, t, a, n, i) {
7613
7617
  const l = m("ecs-button-collapse");
7614
7618
  return o(), r("div", {
7615
7619
  class: v(["ecs-data-grid-cell", [t.fixedLeft ? "fixed-left" : "", t.fixedLeftLast ? "fixed-left-last" : "", t.fixedRight ? "fixed-right" : ""]]),
@@ -7623,8 +7627,8 @@ function Lu(e, s, t, a, n, i) {
7623
7627
  "data-column": i.computedId,
7624
7628
  "data-test": i.computedId
7625
7629
  }, [
7626
- t.firstNonStaticCell ? (o(), r("div", $u)) : u("", !0),
7627
- Mu,
7630
+ t.firstNonStaticCell ? (o(), r("div", Mu)) : u("", !0),
7631
+ $u,
7628
7632
  t.hasCollapse ? (o(), h(l, {
7629
7633
  key: 1,
7630
7634
  onClick: i.handleCollapseClick,
@@ -7636,7 +7640,7 @@ function Lu(e, s, t, a, n, i) {
7636
7640
  t.fixedLeftLast ? (o(), r("div", Au)) : u("", !0)
7637
7641
  ], 6);
7638
7642
  }
7639
- const H0 = /* @__PURE__ */ y(Iu, [["render", Lu], ["__scopeId", "data-v-4deed396"]]), Ou = {
7643
+ const H0 = /* @__PURE__ */ y(Iu, [["render", Ou], ["__scopeId", "data-v-4deed396"]]), Lu = {
7640
7644
  name: "ecs-data-list"
7641
7645
  }, Du = {
7642
7646
  class: "ecs-data-list",
@@ -7647,7 +7651,7 @@ function Nu(e, s, t, a, n, i) {
7647
7651
  p(e.$slots, "default")
7648
7652
  ]);
7649
7653
  }
7650
- const q0 = /* @__PURE__ */ y(Ou, [["render", Nu]]), Vu = {
7654
+ const q0 = /* @__PURE__ */ y(Lu, [["render", Nu]]), Vu = {
7651
7655
  name: "ecs-data-list-item",
7652
7656
  emits: ["toggled"],
7653
7657
  components: { EcsButtonMore: Gt, EcsSkeletonLoader: ie },
@@ -8096,7 +8100,7 @@ const U0 = /* @__PURE__ */ y(Xu, [["render", Qu], ["__scopeId", "data-v-6e05c98b
8096
8100
  }, tf = {
8097
8101
  name: "ecs-directory-entry",
8098
8102
  components: {
8099
- EcsIcon: O,
8103
+ EcsIcon: L,
8100
8104
  EcsFavicon: ef,
8101
8105
  EcsAvatar: vt,
8102
8106
  EcsSkeletonLoader: ie
@@ -8196,7 +8200,7 @@ function lf(e, s, t, a, n, i) {
8196
8200
  const G0 = /* @__PURE__ */ y(tf, [["render", lf], ["__scopeId", "data-v-bfabc8cd"]]), rf = {
8197
8201
  name: "ecs-document-state",
8198
8202
  components: {
8199
- EcsIcon: O,
8203
+ EcsIcon: L,
8200
8204
  EcsSkeletonLoader: ie
8201
8205
  },
8202
8206
  props: {
@@ -8352,7 +8356,7 @@ function _f(e, s, t, a, n, i) {
8352
8356
  }
8353
8357
  const Y0 = /* @__PURE__ */ y(pf, [["render", _f], ["__scopeId", "data-v-851d95d9"]]), kf = {
8354
8358
  name: "ecs-empty-state",
8355
- components: { EcsIcon: O },
8359
+ components: { EcsIcon: L },
8356
8360
  props: {
8357
8361
  /** Sets the empty state illustration. If set to `loading`, a loading spinner will be shown. The prop value must match a specific icons name. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). Note: only icons prefixed with `empty-` should be used here. */
8358
8362
  type: {
@@ -8469,7 +8473,7 @@ const Tf = /* @__PURE__ */ y(zf, [["render", Ef], ["__scopeId", "data-v-fc9084ab
8469
8473
  EcsButton: Ie,
8470
8474
  EcsFocusRing: D,
8471
8475
  EcsFlexRow: ze,
8472
- EcsSticker: Oe,
8476
+ EcsSticker: Le,
8473
8477
  EcsText: Je
8474
8478
  },
8475
8479
  props: {
@@ -8612,7 +8616,7 @@ const Tf = /* @__PURE__ */ y(zf, [["render", Ef], ["__scopeId", "data-v-fc9084ab
8612
8616
  beforeUnmount() {
8613
8617
  document.removeEventListener("dragenter", this.show);
8614
8618
  }
8615
- }, $f = ["aria-busy", "aria-invalid"], Mf = ["multiple"], Af = { key: 1 }, Lf = { key: 1 }, Of = {
8619
+ }, Mf = ["aria-busy", "aria-invalid"], $f = ["multiple"], Af = { key: 1 }, Of = { key: 1 }, Lf = {
8616
8620
  key: 2,
8617
8621
  class: "ecs-dropzone-hint"
8618
8622
  }, Df = {
@@ -8639,7 +8643,7 @@ function Vf(e, s, t, a, n, i) {
8639
8643
  type: "file",
8640
8644
  multiple: t.multiple || null,
8641
8645
  ref: "file"
8642
- }, null, 40, Mf),
8646
+ }, null, 40, $f),
8643
8647
  _(E, {
8644
8648
  type: i.iconType,
8645
8649
  iconColor: i.iconColor
@@ -8663,10 +8667,10 @@ function Vf(e, s, t, a, n, i) {
8663
8667
  ], 32),
8664
8668
  A(" to upload. ")
8665
8669
  ], 64)),
8666
- e.$slots.customlabel ? (o(), r("div", Lf, [
8670
+ e.$slots.customlabel ? (o(), r("div", Of, [
8667
8671
  p(e.$slots, "customlabel", {}, void 0, !0)
8668
8672
  ])) : u("", !0),
8669
- e.$slots.hint && !t.uploadStats.show ? (o(), r("div", Of, [
8673
+ e.$slots.hint && !t.uploadStats.show ? (o(), r("div", Lf, [
8670
8674
  p(e.$slots, "hint", {}, void 0, !0)
8671
8675
  ])) : u("", !0),
8672
8676
  t.uploadStats.show ? (o(), r("div", Df, [
@@ -8738,7 +8742,7 @@ function Vf(e, s, t, a, n, i) {
8738
8742
  ]),
8739
8743
  _: 1
8740
8744
  }, 8, ["onClick", "icon"])) : u("", !0)
8741
- ], 42, $f);
8745
+ ], 42, Mf);
8742
8746
  }
8743
8747
  const X0 = /* @__PURE__ */ y(Pf, [["render", Vf], ["__scopeId", "data-v-7c5f7831"]]), Ff = {
8744
8748
  name: "ecs-form-group",
@@ -8812,7 +8816,7 @@ const Xs = /* @__PURE__ */ y(Ff, [["render", Rf], ["__scopeId", "data-v-42feea1d
8812
8816
  name: "ecs-info-tooltip",
8813
8817
  emits: ["click"],
8814
8818
  components: {
8815
- EcsIcon: O
8819
+ EcsIcon: L
8816
8820
  },
8817
8821
  props: {
8818
8822
  /** Used to customize the icon. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). */
@@ -8841,7 +8845,7 @@ function qf(e, s, t, a, n, i) {
8841
8845
  }
8842
8846
  const Wf = /* @__PURE__ */ y(Hf, [["render", qf], ["__scopeId", "data-v-97a5e4d9"]]), jf = {
8843
8847
  name: "ecs-popover-header",
8844
- components: { EcsIcon: O, EcsText: Je },
8848
+ components: { EcsIcon: L, EcsText: Je },
8845
8849
  props: {
8846
8850
  /** Adds an icon to the popover header. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). */
8847
8851
  icon: {
@@ -8897,7 +8901,7 @@ function Xf(e, s, t, a, n, i) {
8897
8901
  }
8898
8902
  const Zf = /* @__PURE__ */ y(jf, [["render", Xf], ["__scopeId", "data-v-85fef203"]]), Jf = "data:image/svg+xml,%3csvg%20width='60'%20height='16'%20viewBox='0%200%2060%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M54.063%204.50704C54.063%203.96772%2054.5002%203.53052%2055.0395%203.53052C55.5788%203.53052%2056.016%203.96772%2056.016%204.50704V11.4178C56.016%2011.9572%2055.5788%2012.3944%2055.0395%2012.3944C54.5002%2012.3944%2054.063%2011.9572%2054.063%2011.4178V4.50704ZM46.4511%2010.085C46.4511%209.81933%2046.5412%209.59637%2046.7215%209.41611C46.9112%209.22636%2047.1389%209.13148%2047.4046%209.13148H49.5819L49.2119%208.07837C49.0601%207.68939%2048.9083%207.32412%2048.7565%206.98257C48.6142%206.63153%2048.4482%206.3137%2048.2584%206.02908C48.0877%205.74446%2047.8932%205.59266%2047.675%205.57368C47.4473%205.59266%2047.2433%205.74446%2047.063%206.02908C46.8828%206.3137%2046.7167%206.63153%2046.5649%206.98257C46.4226%207.32412%2046.2756%207.68939%2046.1238%208.07837L44.7718%2011.7785C44.6769%2011.9777%2044.5536%2012.1438%2044.4018%2012.2766C44.2595%2012.3999%2044.0413%2012.4616%2043.7471%2012.4616C43.472%2012.4616%2043.2443%2012.3667%2043.064%2012.177C42.8933%2011.9872%2042.8174%2011.7595%2042.8363%2011.4939C42.8458%2011.3705%2042.8743%2011.2567%2042.9217%2011.1523L44.4872%207.11065C44.9236%206.04805%2045.36%205.18944%2045.7964%204.5348C46.2234%203.88965%2046.8495%203.56234%2047.675%203.55285C48.4909%203.56234%2049.1123%203.88965%2049.5392%204.5348C49.9757%205.17046%2050.4121%206.02908%2050.8485%207.11065L52.414%2011.1523C52.4614%2011.2567%2052.4899%2011.3705%2052.4993%2011.4939C52.5183%2011.7595%2052.4377%2011.9872%2052.2574%2012.177C52.0866%2012.3667%2051.8637%2012.4616%2051.5885%2012.4616C51.2755%2012.4616%2051.043%2012.3999%2050.8912%2012.2766C50.7489%2012.1438%2050.6303%2011.9777%2050.5354%2011.7785L50.265%2011.0385H47.4046C47.1389%2011.0385%2046.916%2010.9436%2046.7357%2010.7538C46.5459%2010.5736%2046.4511%2010.3506%2046.4511%2010.085ZM21.9796%203.8944H21.325C20.6609%203.93235%2020.1153%204.18851%2019.6884%204.66288C19.2615%205.12777%2018.9531%205.65907%2018.7634%206.25678C18.5736%206.85449%2018.4788%207.46643%2018.4788%208.09261C18.4788%208.71878%2018.5689%209.33072%2018.7492%209.92843C18.9389%2010.5261%2019.2472%2011.0622%2019.6742%2011.5366C20.1106%2012.0014%2020.6609%2012.2529%2021.325%2012.2908H21.5954H26.8183C27.0744%2012.2813%2027.2879%2012.1912%2027.4587%2012.0204C27.6389%2011.8402%2027.7338%2011.6219%2027.7433%2011.3658C27.7433%2011.1001%2027.6532%2010.8724%2027.4729%2010.6827C27.3021%2010.4929%2027.0839%2010.3933%2026.8183%2010.3838H21.8089C21.4483%2010.3649%2021.1495%2010.2273%2020.9123%209.97113C20.6751%209.71496%2020.4996%209.4256%2020.3857%209.10302C20.3738%209.06513%2020.3626%209.02718%2020.3521%208.98917H24.5078C24.7735%208.98917%2024.9964%208.8943%2025.1767%208.70455C25.3664%208.52428%2025.4613%208.30133%2025.4613%208.03568C25.4613%207.77003%2025.3664%207.54708%2025.1767%207.36681C24.9964%207.17706%2024.7735%207.08219%2024.5078%207.08219H20.3907C20.5046%206.75595%2020.6785%206.46658%2020.9123%206.21409C21.1495%205.95792%2021.4483%205.82035%2021.8089%205.80138H26.8183C27.3875%205.75394%2027.6958%205.4456%2027.7433%204.87635C27.7433%204.6107%2027.6532%204.383%2027.4729%204.19325C27.3021%204.0035%2027.0839%203.90388%2026.8183%203.8944H21.9796ZM30.6965%207.09642C30.8009%206.76436%2030.9717%206.47025%2031.2089%206.21409C31.4555%205.95792%2031.7591%205.82035%2032.1197%205.80138H36.816C37.0816%205.80138%2037.3093%205.71599%2037.4991%205.54522C37.6983%205.36496%2037.7979%205.142%2037.7979%204.87635C37.741%204.27864%2037.4137%203.95132%2036.816%203.8944H31.892H31.6216C31.1377%203.90388%2030.706%204.05568%2030.3265%204.3498C29.9565%204.64391%2029.6577%204.99969%2029.43%205.41714C29.2118%205.8251%2029.0505%206.25678%2028.9461%206.71218C28.8417%207.16758%2028.7896%207.62772%2028.7896%208.09261C28.7896%208.71878%2028.8797%209.33072%2029.06%209.92843C29.2497%2010.5261%2029.558%2011.0622%2029.985%2011.5366C30.4119%2012.0014%2030.9575%2012.2529%2031.6216%2012.2908H32.2762H36.816C37.0816%2012.2908%2037.3093%2012.2054%2037.4991%2012.0347C37.6888%2011.8544%2037.7884%2011.6314%2037.7979%2011.3658C37.741%2010.7681%2037.4137%2010.4408%2036.816%2010.3838H32.1197C31.7591%2010.3649%2031.4555%2010.232%2031.2089%209.98536C30.9622%209.72919%2030.7867%209.43508%2030.6823%209.10302C30.5874%208.77096%2030.54%208.43415%2030.54%208.09261C30.54%207.75106%2030.5922%207.41899%2030.6965%207.09642ZM41.5184%206.46012C41.5184%206.99944%2041.0812%207.43665%2040.5418%207.43665C40.0025%207.43665%2039.5653%206.99944%2039.5653%206.46012C39.5653%205.9208%2040.0025%205.4836%2040.5418%205.4836C41.0812%205.4836%2041.5184%205.9208%2041.5184%206.46012ZM41.5182%209.46486C41.5182%2010.0042%2041.081%2010.4414%2040.5417%2010.4414C40.0024%2010.4414%2039.5652%2010.0042%2039.5652%209.46486C39.5652%208.92554%2040.0024%208.48833%2040.5417%208.48833C41.081%208.48833%2041.5182%208.92554%2041.5182%209.46486Z'%20fill='%230051AF'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M22.8887%202.39463e-08H7.97789C6.75301%20-1.99986e-06%205.80393%20-3.61046e-06%205.04171%200.0576269C4.26944%200.116017%203.64637%200.235763%203.08266%200.498156C1.94364%201.02835%201.02835%201.94363%200.498156%203.08266C0.235763%203.64637%200.116017%204.26944%200.0576269%205.04171C-3.56926e-06%205.80392%20-1.99974e-06%206.753%202.39402e-08%207.97788V8.0221C-1.99973e-06%209.24698%20-3.61046e-06%2010.1961%200.0576269%2010.9583C0.116017%2011.7305%200.235763%2012.3536%200.498156%2012.9173C1.02835%2014.0564%201.94364%2014.9716%203.08266%2015.5018C3.64637%2015.7642%204.26944%2015.884%205.04171%2015.9424C5.80393%2016%206.75302%2016%207.97791%2016H22.8863C22.8996%2016%2022.9129%2016%2022.9263%2016H51.5901C52.815%2016%2053.7641%2016%2054.5264%2015.9424C55.2986%2015.884%2055.9217%2015.7642%2056.4854%2015.5018C57.6244%2014.9716%2058.5397%2014.0564%2059.0699%2012.9173C59.3323%2012.3536%2059.452%2011.7305%2059.5104%2010.9583C59.5681%2010.1961%2059.5681%209.24709%2059.5681%208.0223V7.97769C59.5681%206.7529%2059.5681%205.80388%2059.5104%205.04171C59.452%204.26944%2059.3323%203.64637%2059.0699%203.08266C58.5397%201.94363%2057.6244%201.02835%2056.4854%200.498156C55.9217%200.235763%2055.2986%200.116017%2054.5264%200.0576269C53.7641%20-3.64791e-06%2052.8151%20-1.99986e-06%2051.5902%202.39463e-08H22.9262C22.9137%203.19582e-09%2022.9012%20-1.75111e-08%2022.8887%202.39463e-08ZM22.9484%2014.9483H51.5681C52.8197%2014.9483%2053.7291%2014.948%2054.4471%2014.8937C55.1596%2014.8398%2055.6406%2014.7351%2056.0416%2014.5484C56.956%2014.1228%2057.6908%2013.388%2058.1165%2012.4735C58.3031%2012.0725%2058.4079%2011.5915%2058.4618%2010.879C58.5161%2010.161%2058.5164%209.25158%2058.5164%207.99999C58.5164%206.74841%2058.5161%205.83895%2058.4618%205.12099C58.4079%204.4085%2058.3031%203.92744%2058.1165%203.52646C57.6908%202.61203%2056.956%201.87722%2056.0416%201.45157C55.6406%201.26492%2055.1596%201.16015%2054.4471%201.10628C53.7291%201.05199%2052.8197%201.05164%2051.5681%201.05164H22.9484C21.6968%201.05164%2020.7873%201.05199%2020.0693%201.10628C19.3569%201.16015%2018.8758%201.26492%2018.4748%201.45157C17.5604%201.87722%2016.8256%202.61203%2016.3999%203.52646C16.2133%203.92744%2016.1085%204.4085%2016.0546%205.12099C16.0003%205.83895%2016%206.74841%2016%207.99999C16%209.25158%2016.0003%2010.161%2016.0546%2010.879C16.1085%2011.5915%2016.2133%2012.0725%2016.3999%2012.4735C16.8256%2013.388%2017.5604%2014.1228%2018.4748%2014.5484C18.8758%2014.7351%2019.3569%2014.8398%2020.0693%2014.8937C20.7873%2014.948%2021.6968%2014.9483%2022.9484%2014.9483Z'%20fill='url(%23paint0_linear_1513_7480)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.46002%205.03279C6.6361%205.03279%206.79084%205.14951%206.83921%205.31881L7.26681%206.8154C7.45397%207.47046%207.96601%207.9825%208.62107%208.16966L10.1177%208.59725C10.287%208.64562%2010.4037%208.80037%2010.4037%208.97645C10.4037%209.15252%2010.287%209.30727%2010.1177%209.35564L8.62107%209.78323C7.96601%209.97039%207.45397%2010.4824%207.26681%2011.1375L6.83921%2012.6341C6.79084%2012.8034%206.6361%2012.9201%206.46002%2012.9201C6.28394%2012.9201%206.1292%2012.8034%206.08083%2012.6341L5.65323%2011.1375C5.46607%2010.4824%204.95403%209.97039%204.29897%209.78323L2.80238%209.35564C2.63308%209.30727%202.51636%209.15252%202.51636%208.97645C2.51636%208.80037%202.63308%208.64562%202.80238%208.59725L4.29897%208.16966C4.95403%207.9825%205.46607%207.47046%205.65323%206.8154L6.08083%205.31881C6.1292%205.14951%206.28394%205.03279%206.46002%205.03279Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.1924%203.45532C11.3734%203.45532%2011.5311%203.57848%2011.575%203.75404L11.7111%204.29851C11.8348%204.79304%2012.2209%205.17918%2012.7154%205.30281L13.2599%205.43893C13.4354%205.48282%2013.5586%205.64056%2013.5586%205.82152C13.5586%206.00248%2013.4354%206.16022%2013.2599%206.20411L12.7154%206.34023C12.2209%206.46386%2011.8348%206.84999%2011.7111%207.34453L11.575%207.889C11.5311%208.06455%2011.3734%208.18771%2011.1924%208.18771C11.0115%208.18771%2010.8537%208.06455%2010.8098%207.889L10.6737%207.34453C10.5501%206.84999%2010.1639%206.46386%209.6694%206.34023L9.12493%206.20411C8.94938%206.16022%208.82622%206.00248%208.82622%205.82152C8.82622%205.64056%208.94938%205.48282%209.12493%205.43893L9.6694%205.30281C10.1639%205.17918%2010.5501%204.79304%2010.6737%204.29851L10.8098%203.75404C10.8537%203.57848%2011.0115%203.45532%2011.1924%203.45532Z'%20fill='white'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1513_7480'%20x1='2.26208'%20y1='1.13104'%20x2='51.1481'%20y2='13.8238'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%230074FB'/%3e%3cstop%20offset='1'%20stop-color='%230074FB'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", Qf = {
8899
8903
  name: "ecs-ecai-select",
8900
- components: { EcsPopover: bt, EcsButton: Ie, EcsSwitch: jt, EcsSelect: Zt, EcsCheckbox: lt, EcsFormGroup: Xs, EcsText: Je, EcsFlexRow: ze, EcsInfoTooltip: Wf, EcsSticker: Oe, EcsButtonMore: Gt, EcsPopoverHeader: Zf },
8904
+ components: { EcsPopover: bt, EcsButton: Ie, EcsSwitch: jt, EcsSelect: Zt, EcsCheckbox: lt, EcsFormGroup: Xs, EcsText: Je, EcsFlexRow: ze, EcsInfoTooltip: Wf, EcsSticker: Le, EcsButtonMore: Gt, EcsPopoverHeader: Zf },
8901
8905
  props: {
8902
8906
  /** Button type: `iconOnly`, `default` */
8903
8907
  buttonType: {
@@ -8999,7 +9003,7 @@ const Zf = /* @__PURE__ */ y(jf, [["render", Xf], ["__scopeId", "data-v-85fef203
8999
9003
  class: "skipped-documents"
9000
9004
  };
9001
9005
  function hm(e, s, t, a, n, i) {
9002
- const l = m("ecs-button"), c = m("ecs-sticker"), d = m("ecs-popover-header"), g = m("ecs-info-tooltip"), b = m("ecs-flex-row"), k = m("ecs-switch"), E = m("ecs-text"), B = m("ecs-select"), x = m("ecs-form-group"), $ = m("ecs-checkbox"), M = m("ecs-button-more"), z = m("ecs-popover");
9006
+ const l = m("ecs-button"), c = m("ecs-sticker"), d = m("ecs-popover-header"), g = m("ecs-info-tooltip"), b = m("ecs-flex-row"), k = m("ecs-switch"), E = m("ecs-text"), B = m("ecs-select"), x = m("ecs-form-group"), M = m("ecs-checkbox"), $ = m("ecs-button-more"), z = m("ecs-popover");
9003
9007
  return o(), h(z, {
9004
9008
  ref: "popoverRef",
9005
9009
  class: "ecs-ecai-select",
@@ -9110,7 +9114,7 @@ function hm(e, s, t, a, n, i) {
9110
9114
  class: "indent checkbox-group"
9111
9115
  }, {
9112
9116
  default: w(() => [
9113
- (o(!0), r(H, null, J(n.localSettings.extractDataOptions, (P) => (o(), h($, {
9117
+ (o(!0), r(H, null, J(n.localSettings.extractDataOptions, (P) => (o(), h(M, {
9114
9118
  key: P.name,
9115
9119
  value: P.selected,
9116
9120
  onInput: (F) => i.updateExtractDataOption(P.name, F),
@@ -9140,7 +9144,7 @@ function hm(e, s, t, a, n, i) {
9140
9144
  _: 1
9141
9145
  })) : u("", !0),
9142
9146
  i.anyAiActive && t.skippedDocuments.length > 0 ? (o(), r("div", um, [
9143
- _(M, {
9147
+ _($, {
9144
9148
  onClick: s[1] || (s[1] = (P) => n.showSkippedDocuments = !n.showSkippedDocuments),
9145
9149
  active: n.showSkippedDocuments,
9146
9150
  type: "expand",
@@ -9192,8 +9196,8 @@ const Z0 = /* @__PURE__ */ y(Qf, [["render", hm], ["__scopeId", "data-v-b8311da5
9192
9196
  name: "ecs-entry-link",
9193
9197
  emits: ["linkClick", "linkClickExternal", "moreClick"],
9194
9198
  components: {
9195
- EcsIcon: O,
9196
- EcsSticker: Oe,
9199
+ EcsIcon: L,
9200
+ EcsSticker: Le,
9197
9201
  EcsButtonMore: Gt,
9198
9202
  EcsFocusRing: D
9199
9203
  },
@@ -9304,7 +9308,7 @@ function km(e, s, t, a, n, i) {
9304
9308
  }
9305
9309
  const J0 = /* @__PURE__ */ y(pm, [["render", km], ["__scopeId", "data-v-00b5ab33"]]), Cm = {
9306
9310
  name: "ecs-excerpt-snippet",
9307
- components: { EcsIcon: O, EcsSkeletonLoader: ie, EcsFormatted: js },
9311
+ components: { EcsIcon: L, EcsSkeletonLoader: ie, EcsFormatted: js },
9308
9312
  props: {
9309
9313
  /** Determines how the content of the excerpt should be rendered. */
9310
9314
  type: {
@@ -9479,24 +9483,24 @@ const Q0 = /* @__PURE__ */ y(Cm, [["render", Pm], ["__scopeId", "data-v-99786854
9479
9483
  width: e.width
9480
9484
  }, null, 8, ["height", "width"]));
9481
9485
  }
9482
- }, $m = {
9483
- name: "ecs-file-list"
9484
9486
  }, Mm = {
9487
+ name: "ecs-file-list"
9488
+ }, $m = {
9485
9489
  class: "ecs-file-list",
9486
9490
  role: "list"
9487
9491
  };
9488
9492
  function Am(e, s, t, a, n, i) {
9489
- return o(), r("div", Mm, [
9493
+ return o(), r("div", $m, [
9490
9494
  p(e.$slots, "default")
9491
9495
  ]);
9492
9496
  }
9493
- const t_ = /* @__PURE__ */ y($m, [["render", Am]]), Lm = {
9497
+ const t_ = /* @__PURE__ */ y(Mm, [["render", Am]]), Om = {
9494
9498
  name: "ecs-file-list-item",
9495
9499
  emits: ["click", "remove", "toggled", "title-click"],
9496
9500
  components: {
9497
- EcsIcon: O,
9501
+ EcsIcon: L,
9498
9502
  EcsFileIcon: Fs,
9499
- EcsSticker: Oe,
9503
+ EcsSticker: Le,
9500
9504
  EcsButtonTable: Ws,
9501
9505
  EcsFocusRing: D
9502
9506
  },
@@ -9608,7 +9612,7 @@ const t_ = /* @__PURE__ */ y($m, [["render", Am]]), Lm = {
9608
9612
  created() {
9609
9613
  this.expandId = this.generateUniqueId(), this.errorId = this.generateUniqueId(), this.editId = this.generateUniqueId();
9610
9614
  }
9611
- }, Om = ["tabindex"], Dm = {
9615
+ }, Lm = ["tabindex"], Dm = {
9612
9616
  key: 0,
9613
9617
  class: "ecs-file-list-inner"
9614
9618
  }, Nm = ["aria-errormessage"], Vm = { class: "ecs-file-list-controls" }, Fm = {
@@ -9737,9 +9741,9 @@ function Gm(e, s, t, a, n, i) {
9737
9741
  ]),
9738
9742
  _: 3
9739
9743
  })
9740
- ], 10, Om);
9744
+ ], 10, Lm);
9741
9745
  }
9742
- const s_ = /* @__PURE__ */ y(Lm, [["render", Gm], ["__scopeId", "data-v-e9b70161"]]), Km = { class: "ecs-flag" }, Ym = {
9746
+ const s_ = /* @__PURE__ */ y(Om, [["render", Gm], ["__scopeId", "data-v-e9b70161"]]), Km = { class: "ecs-flag" }, Ym = {
9743
9747
  __name: "flag",
9744
9748
  props: {
9745
9749
  /** ISO Country code of the flag. */
@@ -9847,7 +9851,7 @@ const Jm = /* @__PURE__ */ y(Xm, [["render", Zm], ["__scopeId", "data-v-1d2ad846
9847
9851
  name: "ecs-input-clear",
9848
9852
  emits: ["click"],
9849
9853
  components: {
9850
- EcsIcon: O,
9854
+ EcsIcon: L,
9851
9855
  EcsFocusRing: D
9852
9856
  },
9853
9857
  props: {
@@ -9893,7 +9897,7 @@ const ig = /* @__PURE__ */ y(Qm, [["render", sg], ["__scopeId", "data-v-a4a35b1d
9893
9897
  name: "ecs-input-search",
9894
9898
  emits: ["update:modelValue", "change"],
9895
9899
  components: {
9896
- EcsIcon: O,
9900
+ EcsIcon: L,
9897
9901
  EcsInputClear: ig
9898
9902
  },
9899
9903
  props: {
@@ -10351,9 +10355,9 @@ function Pg(e, s, t, a, n, i) {
10351
10355
  p(e.$slots, "default", {}, void 0, !0)
10352
10356
  ]);
10353
10357
  }
10354
- const $g = /* @__PURE__ */ y(Eg, [["render", Pg], ["__scopeId", "data-v-a6ddde36"]]), Mg = {
10358
+ const Mg = /* @__PURE__ */ y(Eg, [["render", Pg], ["__scopeId", "data-v-a6ddde36"]]), $g = {
10355
10359
  name: "ecs-index-toolbar",
10356
- components: { EcsToolbar: $g, EcsButtonToolbarGroup: Kt, EcsFlexCol: Jm, EcsFlexRow: ze },
10360
+ components: { EcsToolbar: Mg, EcsButtonToolbarGroup: Kt, EcsFlexCol: Jm, EcsFlexRow: ze },
10357
10361
  props: {
10358
10362
  /** The label used to describe the objects shown in the index view. E.g.: "Entries", "Profiles", etc. */
10359
10363
  type: {
@@ -10371,7 +10375,7 @@ const $g = /* @__PURE__ */ y(Eg, [["render", Pg], ["__scopeId", "data-v-a6ddde36
10371
10375
  dismissed: !1
10372
10376
  };
10373
10377
  }
10374
- }, Ag = { class: "ecs-toolbar-search" }, Lg = { class: "number" }, Og = { class: "type" }, Dg = { class: "ecs-toolbar-right-section" }, Ng = { class: "ecs-toolbar-right-section" };
10378
+ }, Ag = { class: "ecs-toolbar-search" }, Og = { class: "number" }, Lg = { class: "type" }, Dg = { class: "ecs-toolbar-right-section" }, Ng = { class: "ecs-toolbar-right-section" };
10375
10379
  function Vg(e, s, t, a, n, i) {
10376
10380
  const l = m("ecs-button-toolbar-group"), c = m("ecs-flex-row"), d = m("ecs-flex-col"), g = m("ecs-toolbar");
10377
10381
  return o(), h(g, { class: "ecs-index-toolbar" }, {
@@ -10394,8 +10398,8 @@ function Vg(e, s, t, a, n, i) {
10394
10398
  class: "ecs-toolbar-search-results"
10395
10399
  }, {
10396
10400
  default: w(() => [
10397
- f("span", Lg, C(t.count), 1),
10398
- f("span", Og, C(t.type), 1)
10401
+ f("span", Og, C(t.count), 1),
10402
+ f("span", Lg, C(t.type), 1)
10399
10403
  ]),
10400
10404
  _: 1
10401
10405
  })
@@ -10420,7 +10424,7 @@ function Vg(e, s, t, a, n, i) {
10420
10424
  _: 3
10421
10425
  });
10422
10426
  }
10423
- const r_ = /* @__PURE__ */ y(Mg, [["render", Vg], ["__scopeId", "data-v-3e639a35"]]), Fg = {
10427
+ const r_ = /* @__PURE__ */ y($g, [["render", Vg], ["__scopeId", "data-v-3e639a35"]]), Fg = {
10424
10428
  name: "ecs-input",
10425
10429
  emits: ["update:modelValue", "change", "keyup", "blur"],
10426
10430
  props: {
@@ -10559,7 +10563,7 @@ function qg(e, s, t, a, n, i) {
10559
10563
  }
10560
10564
  const Wg = /* @__PURE__ */ y(Fg, [["render", qg], ["__scopeId", "data-v-77c267fd"]]), jg = {
10561
10565
  name: "ecs-input-group-addon",
10562
- components: { EcsIcon: O },
10566
+ components: { EcsIcon: L },
10563
10567
  props: {
10564
10568
  /** Sets the icon for the input add-on. Do not use icons together with text, or buttons. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). */
10565
10569
  icon: {
@@ -11421,14 +11425,14 @@ const Eh = /* @__PURE__ */ y(zh, [["render", Ih]]), Th = {
11421
11425
  return this.overlaySidebar && this.$slots.sidebar ? "bottom: 40px;" : "bottom: 0px;";
11422
11426
  }
11423
11427
  }
11424
- }, $h = { class: "ecs-index-layout-contents" }, Mh = {
11428
+ }, Mh = { class: "ecs-index-layout-contents" }, $h = {
11425
11429
  key: 0,
11426
11430
  class: "ecs-index-layout-table scrollbar"
11427
11431
  }, Ah = {
11428
11432
  key: 2,
11429
11433
  class: "ecs-index-layout-pagination"
11430
11434
  };
11431
- function Lh(e, s, t, a, n, i) {
11435
+ function Oh(e, s, t, a, n, i) {
11432
11436
  const l = m("ecs-pane"), c = m("ecs-splitpanes");
11433
11437
  return o(), r("div", {
11434
11438
  class: v(["ecs-index-layout", [t.backgroundWhite ? "background-white" : ""]])
@@ -11438,7 +11442,7 @@ function Lh(e, s, t, a, n, i) {
11438
11442
  f("div", {
11439
11443
  class: v(["ecs-index-layout-wrap", [t.indent ? "indent" : ""]])
11440
11444
  }, [
11441
- f("main", $h, [
11445
+ f("main", Mh, [
11442
11446
  t.splitPane ? (o(), h(c, {
11443
11447
  key: 1,
11444
11448
  onResized: s[0] || (s[0] = (d) => e.$emit("resized"))
@@ -11468,7 +11472,7 @@ function Lh(e, s, t, a, n, i) {
11468
11472
  }, 8, ["size", "minSize", "maxSize"])) : u("", !0)
11469
11473
  ]),
11470
11474
  _: 3
11471
- })) : (o(), r("div", Mh, [
11475
+ })) : (o(), r("div", $h, [
11472
11476
  p(e.$slots, "default", {}, void 0, !0)
11473
11477
  ])),
11474
11478
  e.$slots.pagination ? (o(), r("div", Ah, [
@@ -11485,7 +11489,7 @@ function Lh(e, s, t, a, n, i) {
11485
11489
  ], 2)
11486
11490
  ], 2);
11487
11491
  }
11488
- const p_ = /* @__PURE__ */ y(Ph, [["render", Lh], ["__scopeId", "data-v-60a69d4e"]]), Oh = {
11492
+ const p_ = /* @__PURE__ */ y(Ph, [["render", Oh], ["__scopeId", "data-v-60a69d4e"]]), Lh = {
11489
11493
  name: "ecs-layout-directory",
11490
11494
  props: {
11491
11495
  /** Adds some inner padding to the index content area. Should be used for non-table indexes. */
@@ -11522,7 +11526,7 @@ function Hh(e, s, t, a, n, i) {
11522
11526
  ])
11523
11527
  ]);
11524
11528
  }
11525
- const v_ = /* @__PURE__ */ y(Oh, [["render", Hh], ["__scopeId", "data-v-f5afc4e6"]]), qh = {
11529
+ const v_ = /* @__PURE__ */ y(Lh, [["render", Hh], ["__scopeId", "data-v-f5afc4e6"]]), qh = {
11526
11530
  name: "ecs-layout-data-table",
11527
11531
  components: { EcsActionToolbar: Ii, EcsButton: Ie },
11528
11532
  mixins: [ye],
@@ -11732,7 +11736,7 @@ const b_ = /* @__PURE__ */ y(Jh, [["render", sp], ["__scopeId", "data-v-6d506293
11732
11736
  name: "ecs-log-message",
11733
11737
  components: {
11734
11738
  EcsFlexRow: ze,
11735
- EcsSticker: Oe,
11739
+ EcsSticker: Le,
11736
11740
  EcsSkeletonLoader: ie
11737
11741
  },
11738
11742
  props: {
@@ -12026,7 +12030,7 @@ function zp(e, s, t, a, n, i) {
12026
12030
  const S_ = /* @__PURE__ */ y(wp, [["render", zp], ["__scopeId", "data-v-ac286496"]]), Ip = {
12027
12031
  name: "ecs-select-text",
12028
12032
  emits: ["change", "focus", "blur"],
12029
- components: { EcsIcon: O, EcsFocusRing: D },
12033
+ components: { EcsIcon: L, EcsFocusRing: D },
12030
12034
  props: {
12031
12035
  /** Determines the size of the select control. */
12032
12036
  size: {
@@ -12128,11 +12132,11 @@ function Tp(e, s, t, a, n, i) {
12128
12132
  }, null, 8, ["inset"])
12129
12133
  ], 2);
12130
12134
  }
12131
- const Pp = /* @__PURE__ */ y(Ip, [["render", Tp], ["__scopeId", "data-v-e4819f41"]]), $p = {
12135
+ const Pp = /* @__PURE__ */ y(Ip, [["render", Tp], ["__scopeId", "data-v-e4819f41"]]), Mp = {
12132
12136
  name: "ecs-multiselect-search-token",
12133
12137
  emits: ["remove", "change", "operatorChange", "operatorToggle"],
12134
12138
  components: {
12135
- EcsIcon: O,
12139
+ EcsIcon: L,
12136
12140
  EcsFocusRing: D,
12137
12141
  EcsSelectText: Pp
12138
12142
  },
@@ -12187,13 +12191,13 @@ const Pp = /* @__PURE__ */ y(Ip, [["render", Tp], ["__scopeId", "data-v-e4819f41
12187
12191
  this.$emit("operatorToggle", e);
12188
12192
  }
12189
12193
  }
12190
- }, Mp = {
12194
+ }, $p = {
12191
12195
  key: 0,
12192
12196
  class: "symbol"
12193
12197
  }, Ap = {
12194
12198
  key: 0,
12195
12199
  class: "operator"
12196
- }, Lp = ["value"], Op = { class: "query" }, Dp = {
12200
+ }, Op = ["value"], Lp = { class: "query" }, Dp = {
12197
12201
  key: 0,
12198
12202
  class: "descriptor"
12199
12203
  };
@@ -12204,7 +12208,7 @@ function Np(e, s, t, a, n, i) {
12204
12208
  tabindex: "0",
12205
12209
  onKeydown: s[3] || (s[3] = Y((g) => e.$emit("remove", g), ["delete"]))
12206
12210
  }, [
12207
- t.icon || t.operator || t.operatorSwitch ? (o(), r("div", Mp, [
12211
+ t.icon || t.operator || t.operatorSwitch ? (o(), r("div", $p, [
12208
12212
  _(l, {
12209
12213
  type: t.icon,
12210
12214
  size: "20",
@@ -12222,7 +12226,7 @@ function Np(e, s, t, a, n, i) {
12222
12226
  (o(!0), r(H, null, J(t.operatorSelectOptions, (g) => (o(), r("option", {
12223
12227
  value: g,
12224
12228
  key: g
12225
- }, C(g), 9, Lp))), 128))
12229
+ }, C(g), 9, Op))), 128))
12226
12230
  ]),
12227
12231
  _: 1
12228
12232
  }, 8, ["onChange", "value"])) : u("", !0),
@@ -12248,7 +12252,7 @@ function Np(e, s, t, a, n, i) {
12248
12252
  _(d, { radius: 12 })
12249
12253
  ], 2)) : u("", !0)
12250
12254
  ])) : u("", !0),
12251
- f("div", Op, [
12255
+ f("div", Lp, [
12252
12256
  t.descriptor ? (o(), r("div", Dp, C(t.descriptor), 1)) : u("", !0),
12253
12257
  p(e.$slots, "default", {}, void 0, !0),
12254
12258
  f("button", {
@@ -12268,11 +12272,11 @@ function Np(e, s, t, a, n, i) {
12268
12272
  ])
12269
12273
  ], 34);
12270
12274
  }
12271
- const x_ = /* @__PURE__ */ y($p, [["render", Np], ["__scopeId", "data-v-c3c80822"]]), Vp = {
12275
+ const x_ = /* @__PURE__ */ y(Mp, [["render", Np], ["__scopeId", "data-v-c3c80822"]]), Vp = {
12272
12276
  name: "ecs-multiselect-token",
12273
12277
  emits: ["remove"],
12274
12278
  components: {
12275
- EcsIcon: O,
12279
+ EcsIcon: L,
12276
12280
  EcsFocusRing: D
12277
12281
  }
12278
12282
  };
@@ -12300,7 +12304,7 @@ function Fp(e, s, t, a, n, i) {
12300
12304
  const B_ = /* @__PURE__ */ y(Vp, [["render", Fp], ["__scopeId", "data-v-ce139540"]]), Rp = {
12301
12305
  name: "ecs-multiselect-option",
12302
12306
  components: {
12303
- EcsIcon: O
12307
+ EcsIcon: L
12304
12308
  },
12305
12309
  props: {
12306
12310
  /** Sets the type of option. `key` is a regular option to select, while `header` should be used for group header headlines. */
@@ -12335,7 +12339,7 @@ function qp(e, s, t, a, n, i) {
12335
12339
  const z_ = /* @__PURE__ */ y(Rp, [["render", qp], ["__scopeId", "data-v-e28fc40f"]]), Wp = {
12336
12340
  name: "ecs-overlay",
12337
12341
  emits: ["close", "toggled"],
12338
- components: { EcsIcon: O, EcsButtonToolbar: _t, EcsAlert: Is },
12342
+ components: { EcsIcon: L, EcsButtonToolbar: _t, EcsAlert: Is },
12339
12343
  props: {
12340
12344
  /** Shows the Overlay. */
12341
12345
  show: {
@@ -12632,7 +12636,7 @@ const I_ = /* @__PURE__ */ y(Wp, [["render", ov], ["__scopeId", "data-v-ba8a417e
12632
12636
  EcsButton: Ie,
12633
12637
  EcsSelect: Zt,
12634
12638
  EcsFlexRow: ze,
12635
- EcsIcon: O
12639
+ EcsIcon: L
12636
12640
  },
12637
12641
  props: {
12638
12642
  /** The pagination theme. `default` should be used for general index pages that contain full width data tables. Use `floating` pagination for indexes with cards, and `bordered` for pagination of data tables that are itself bordered. */
@@ -12875,7 +12879,7 @@ function hv(e, s, t, a, n, i) {
12875
12879
  }
12876
12880
  const E_ = /* @__PURE__ */ y(lv, [["render", hv], ["__scopeId", "data-v-ca016e63"]]), pv = {
12877
12881
  name: "ecs-party-entry",
12878
- components: { EcsIcon: O, EcsSticker: Oe },
12882
+ components: { EcsIcon: L, EcsSticker: Le },
12879
12883
  props: {
12880
12884
  /** Adds an icon to the party entry. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). */
12881
12885
  icon: {
@@ -13109,7 +13113,7 @@ function xv(e, s, t, a, n, i) {
13109
13113
  const Bv = /* @__PURE__ */ y(Cv, [["render", xv], ["__scopeId", "data-v-8f28e1c1"]]), zv = {
13110
13114
  name: "ecs-rating-favorability",
13111
13115
  emits: ["click"],
13112
- components: { EcsIcon: O, EcsSkeletonLoader: ie },
13116
+ components: { EcsIcon: L, EcsSkeletonLoader: ie },
13113
13117
  props: {
13114
13118
  /** If set, the favorability icon will have a label as well. */
13115
13119
  label: {
@@ -13197,10 +13201,10 @@ function Tv(e, s, t, a, n, i) {
13197
13201
  })) : u("", !0)
13198
13202
  ], 10, Iv);
13199
13203
  }
13200
- const Pv = /* @__PURE__ */ y(zv, [["render", Tv], ["__scopeId", "data-v-6f812168"]]), $v = {
13204
+ const Pv = /* @__PURE__ */ y(zv, [["render", Tv], ["__scopeId", "data-v-6f812168"]]), Mv = {
13201
13205
  name: "ecs-quicklinks-link",
13202
13206
  emits: ["click", "input", "toggle", "update:volumes"],
13203
- components: { EcsCheckbox: lt, EcsRatingStarRead: Bv, EcsRatingFavorability: Pv, EcsSwitch: jt, EcsIcon: O, EcsFocusRing: D, EcsAvatar: vt, EcsFlexRow: ze, EcsPopover: bt, EcsPopoverList: Vs, EcsPopoverListItem: Rs },
13207
+ components: { EcsCheckbox: lt, EcsRatingStarRead: Bv, EcsRatingFavorability: Pv, EcsSwitch: jt, EcsIcon: L, EcsFocusRing: D, EcsAvatar: vt, EcsFlexRow: ze, EcsPopover: bt, EcsPopoverList: Vs, EcsPopoverListItem: Rs },
13204
13208
  props: {
13205
13209
  /** The label text for the quicklink. */
13206
13210
  label: {
@@ -13333,10 +13337,10 @@ const Pv = /* @__PURE__ */ y(zv, [["render", Tv], ["__scopeId", "data-v-6f812168
13333
13337
  created() {
13334
13338
  this.updateVolumes(this.volumes);
13335
13339
  }
13336
- }, Mv = { class: "filter-description" }, Av = {
13340
+ }, $v = { class: "filter-description" }, Av = {
13337
13341
  key: 0,
13338
13342
  class: "meta"
13339
- }, Lv = { key: 0 }, Ov = ["title"], Dv = { style: { "margin-left": "12px" } }, Nv = { class: "static-label" }, Vv = {
13343
+ }, Ov = { key: 0 }, Lv = ["title"], Dv = { style: { "margin-left": "12px" } }, Nv = { class: "static-label" }, Vv = {
13340
13344
  key: 0,
13341
13345
  class: "meta"
13342
13346
  }, Fv = { key: 0 }, Rv = ["title"], Hv = { class: "persona-label" }, qv = { key: 3 }, Wv = ["onClick", "title", "aria-label"], jv = ["aria-label"], Uv = {
@@ -13344,7 +13348,7 @@ const Pv = /* @__PURE__ */ y(zv, [["render", Tv], ["__scopeId", "data-v-6f812168
13344
13348
  class: "meta"
13345
13349
  }, Gv = { key: 0 }, Kv = ["title"];
13346
13350
  function Yv(e, s, t, a, n, i) {
13347
- const l = m("ecs-icon"), c = m("ecs-focus-ring"), d = m("ecs-rating-favorability"), g = m("ecs-rating-star-read"), b = m("ecs-switch"), k = m("ecs-avatar"), E = m("ecs-popover-list-item"), B = m("ecs-popover-list"), x = m("ecs-popover"), $ = m("ecs-flex-row"), M = m("ecs-checkbox");
13351
+ const l = m("ecs-icon"), c = m("ecs-focus-ring"), d = m("ecs-rating-favorability"), g = m("ecs-rating-star-read"), b = m("ecs-switch"), k = m("ecs-avatar"), E = m("ecs-popover-list-item"), B = m("ecs-popover-list"), x = m("ecs-popover"), M = m("ecs-flex-row"), $ = m("ecs-checkbox");
13348
13352
  return o(), r("li", {
13349
13353
  class: v(["ecs-quicklinks-link", [
13350
13354
  i.typeClass,
@@ -13359,13 +13363,13 @@ function Yv(e, s, t, a, n, i) {
13359
13363
  role: "button"
13360
13364
  }, [
13361
13365
  _(l, { type: t.icon }, null, 8, ["type"]),
13362
- f("span", Mv, C(t.label), 1),
13366
+ f("span", $v, C(t.label), 1),
13363
13367
  t.count || t.meta ? (o(), r("small", Av, [
13364
- t.count ? (o(), r("span", Lv, C(t.count), 1)) : u("", !0),
13368
+ t.count ? (o(), r("span", Ov, C(t.count), 1)) : u("", !0),
13365
13369
  t.meta ? (o(), r("span", {
13366
13370
  key: 1,
13367
13371
  title: t.metaTitle
13368
- }, C(t.meta), 9, Ov)) : u("", !0)
13372
+ }, C(t.meta), 9, Lv)) : u("", !0)
13369
13373
  ])) : u("", !0),
13370
13374
  _(c)
13371
13375
  ])) : t.type === "favorability" ? (o(), r("div", {
@@ -13392,7 +13396,7 @@ function Yv(e, s, t, a, n, i) {
13392
13396
  }, C(t.meta), 9, Rv)) : u("", !0)
13393
13397
  ])) : u("", !0),
13394
13398
  _(c)
13395
- ])) : (o(), h(M, {
13399
+ ])) : (o(), h($, {
13396
13400
  key: 2,
13397
13401
  onInput: s[3] || (s[3] = (z) => e.$emit("input", z)),
13398
13402
  value: t.value,
@@ -13426,7 +13430,7 @@ function Yv(e, s, t, a, n, i) {
13426
13430
  }, null, 8, ["image", "name", "relevant-badge"]),
13427
13431
  f("span", Hv, C(t.label || t.persona.name), 1)
13428
13432
  ], 64)) : (o(), r("span", qv, C(t.label), 1)),
13429
- n.localVolumes ? (o(), h($, {
13433
+ n.localVolumes ? (o(), h(M, {
13430
13434
  key: 4,
13431
13435
  gap: 2,
13432
13436
  class: "volume-list"
@@ -13491,7 +13495,7 @@ function Yv(e, s, t, a, n, i) {
13491
13495
  }, 8, ["value", "value-false", "value-true", "disabled", "indeterminate"]))
13492
13496
  ], 2);
13493
13497
  }
13494
- const $_ = /* @__PURE__ */ y($v, [["render", Yv], ["__scopeId", "data-v-db5374f4"]]), Xv = {
13498
+ const M_ = /* @__PURE__ */ y(Mv, [["render", Yv], ["__scopeId", "data-v-db5374f4"]]), Xv = {
13495
13499
  name: "ecs-rating-star-write",
13496
13500
  emits: ["click"],
13497
13501
  props: {
@@ -13564,7 +13568,7 @@ function ly(e, s, t, a, n, i) {
13564
13568
  ])
13565
13569
  ], 2);
13566
13570
  }
13567
- const M_ = /* @__PURE__ */ y(Xv, [["render", ly], ["__scopeId", "data-v-f63b724f"]]), ry = {
13571
+ const $_ = /* @__PURE__ */ y(Xv, [["render", ly], ["__scopeId", "data-v-f63b724f"]]), ry = {
13568
13572
  name: "ecs-section",
13569
13573
  props: {
13570
13574
  /** Adds a headline to the section. */
@@ -13648,7 +13652,7 @@ function dy(e, s, t, a, n, i) {
13648
13652
  const A_ = /* @__PURE__ */ y(ry, [["render", dy], ["__scopeId", "data-v-ec263a49"]]), uy = {
13649
13653
  name: "ecs-segments",
13650
13654
  emits: ["click"],
13651
- components: { EcsIcon: O },
13655
+ components: { EcsIcon: L },
13652
13656
  props: {
13653
13657
  /** Array of all the options objects:
13654
13658
  *
@@ -13714,7 +13718,7 @@ function hy(e, s, t, a, n, i) {
13714
13718
  ], 8, fy))), 128))
13715
13719
  ], 2);
13716
13720
  }
13717
- const L_ = /* @__PURE__ */ y(uy, [["render", hy], ["__scopeId", "data-v-868d7eb4"]]), py = {
13721
+ const O_ = /* @__PURE__ */ y(uy, [["render", hy], ["__scopeId", "data-v-868d7eb4"]]), py = {
13718
13722
  name: "ecs-select-tile",
13719
13723
  emits: ["click"],
13720
13724
  components: {
@@ -13792,7 +13796,7 @@ function Cy(e, s, t, a, n, i) {
13792
13796
  })
13793
13797
  ], 42, yy);
13794
13798
  }
13795
- const O_ = /* @__PURE__ */ y(py, [["render", Cy], ["__scopeId", "data-v-642a7ad7"]]), wy = {
13799
+ const L_ = /* @__PURE__ */ y(py, [["render", Cy], ["__scopeId", "data-v-642a7ad7"]]), wy = {
13796
13800
  name: "ecs-sequence-map"
13797
13801
  }, Sy = {
13798
13802
  class: "ecs-sequence-map",
@@ -13807,7 +13811,7 @@ function xy(e, s, t, a, n, i) {
13807
13811
  const D_ = /* @__PURE__ */ y(wy, [["render", xy], ["__scopeId", "data-v-69c3c73d"]]), By = {
13808
13812
  name: "ecs-sequence-map-button",
13809
13813
  emits: ["click"],
13810
- components: { EcsIcon: O, EcsFocusRing: D },
13814
+ components: { EcsIcon: L, EcsFocusRing: D },
13811
13815
  props: {
13812
13816
  /** Index of the step. */
13813
13817
  step: {
@@ -13862,7 +13866,7 @@ function Py(e, s, t, a, n, i) {
13862
13866
  Ty
13863
13867
  ], 10, Iy);
13864
13868
  }
13865
- const N_ = /* @__PURE__ */ y(By, [["render", Py], ["__scopeId", "data-v-397f53f1"]]), $y = {
13869
+ const N_ = /* @__PURE__ */ y(By, [["render", Py], ["__scopeId", "data-v-397f53f1"]]), My = {
13866
13870
  name: "ecs-tab-bar",
13867
13871
  props: {
13868
13872
  /** Determines the visual style of the tab bar. `standard` are regular tabs, `sidebar` should only be used for the tab bar that controls sidebar tabs, `segment` is a tab bar that visually looks the same as an ecs-segment control, `sheet` should be used for table sheets, and `modal` for tabs that are inside ecs-modal headers. */
@@ -13892,7 +13896,7 @@ const N_ = /* @__PURE__ */ y(By, [["render", Py], ["__scopeId", "data-v-397f53f1
13892
13896
  return "vertical";
13893
13897
  }
13894
13898
  }
13895
- }, My = ["aria-orientation", "data-orientation"];
13899
+ }, $y = ["aria-orientation", "data-orientation"];
13896
13900
  function Ay(e, s, t, a, n, i) {
13897
13901
  return o(), r("div", {
13898
13902
  class: v(["ecs-tab-bar", [i.typeClass, i.directionClass]]),
@@ -13901,9 +13905,9 @@ function Ay(e, s, t, a, n, i) {
13901
13905
  "data-orientation": i.tabOrientation
13902
13906
  }, [
13903
13907
  p(e.$slots, "default", {}, void 0, !0)
13904
- ], 10, My);
13908
+ ], 10, $y);
13905
13909
  }
13906
- const Ly = /* @__PURE__ */ y($y, [["render", Ay], ["__scopeId", "data-v-374a83cf"]]), Oy = {
13910
+ const Oy = /* @__PURE__ */ y(My, [["render", Ay], ["__scopeId", "data-v-374a83cf"]]), Ly = {
13907
13911
  name: "ecs-tabs",
13908
13912
  props: {
13909
13913
  /** Sets the height of the tabs area to 100%. */
@@ -13920,10 +13924,10 @@ function Dy(e, s, t, a, n, i) {
13920
13924
  p(e.$slots, "default", {}, void 0, !0)
13921
13925
  ], 2);
13922
13926
  }
13923
- const Ny = /* @__PURE__ */ y(Oy, [["render", Dy], ["__scopeId", "data-v-0fe19168"]]), Vy = {
13927
+ const Ny = /* @__PURE__ */ y(Ly, [["render", Dy], ["__scopeId", "data-v-0fe19168"]]), Vy = {
13924
13928
  name: "ecs-sidebar",
13925
13929
  components: {
13926
- EcsTabBar: Ly,
13930
+ EcsTabBar: Oy,
13927
13931
  EcsTabs: Ny
13928
13932
  },
13929
13933
  props: {
@@ -14105,7 +14109,7 @@ function sb(e, s, t, a, n, i) {
14105
14109
  const q_ = /* @__PURE__ */ y(eb, [["render", sb], ["__scopeId", "data-v-81bc3c0a"]]), ib = {
14106
14110
  name: "ecs-sidebar-list-item",
14107
14111
  emits: ["click", "select"],
14108
- components: { EcsIcon: O, EcsAvatar: vt, EcsCheckbox: lt, EcsFlexRow: ze, EcsSkeletonLoader: ie },
14112
+ components: { EcsIcon: L, EcsAvatar: vt, EcsCheckbox: lt, EcsFlexRow: ze, EcsSkeletonLoader: ie },
14109
14113
  props: {
14110
14114
  /** Optional unique identifier for the list item. */
14111
14115
  id: {
@@ -14302,7 +14306,7 @@ function db(e, s, t, a, n, i) {
14302
14306
  const W_ = /* @__PURE__ */ y(ib, [["render", db], ["__scopeId", "data-v-36e73786"]]), ub = {
14303
14307
  name: "ecs-structured-content",
14304
14308
  components: {
14305
- EcsClickableArea: Ol,
14309
+ EcsClickableArea: Ll,
14306
14310
  EcsSkeletonLoader: ie
14307
14311
  },
14308
14312
  emits: ["click", "toggleCollapse"],
@@ -14552,8 +14556,8 @@ const G_ = /* @__PURE__ */ y(_b, [["render", Cb], ["__scopeId", "data-v-2c119fff
14552
14556
  name: "ecs-tab-button",
14553
14557
  emits: ["click", "tabNavigation"],
14554
14558
  components: {
14555
- EcsIcon: O,
14556
- EcsSticker: Oe,
14559
+ EcsIcon: L,
14560
+ EcsSticker: Le,
14557
14561
  EcsFocusRing: D
14558
14562
  },
14559
14563
  props: {
@@ -14769,11 +14773,11 @@ const K_ = /* @__PURE__ */ y(wb, [["render", Ib], ["__scopeId", "data-v-9755386a
14769
14773
  this.$emit("click", e);
14770
14774
  }
14771
14775
  }
14772
- }, Tb = ["role", "tabindex", "aria-busy"], Pb = ["title"], $b = {
14776
+ }, Tb = ["role", "tabindex", "aria-busy"], Pb = ["title"], Mb = {
14773
14777
  key: 1,
14774
14778
  class: "count"
14775
14779
  };
14776
- function Mb(e, s, t, a, n, i) {
14780
+ function $b(e, s, t, a, n, i) {
14777
14781
  const l = m("ecs-skeleton-loader"), c = m("ecs-focus-ring");
14778
14782
  return o(), r("span", {
14779
14783
  class: v(["ecs-tag", [
@@ -14794,7 +14798,7 @@ function Mb(e, s, t, a, n, i) {
14794
14798
  title: t.path
14795
14799
  }, "../", 8, Pb)) : u("", !0),
14796
14800
  p(e.$slots, "default", {}, void 0, !0),
14797
- t.count ? (o(), r("span", $b, C(t.count), 1)) : u("", !0),
14801
+ t.count ? (o(), r("span", Mb, C(t.count), 1)) : u("", !0),
14798
14802
  t.loading ? (o(), h(l, {
14799
14803
  key: 2,
14800
14804
  type: "single",
@@ -14804,18 +14808,18 @@ function Mb(e, s, t, a, n, i) {
14804
14808
  _(c)
14805
14809
  ], 14, Tb);
14806
14810
  }
14807
- const Y_ = /* @__PURE__ */ y(Eb, [["render", Mb], ["__scopeId", "data-v-a01db436"]]), Ab = {
14811
+ const Y_ = /* @__PURE__ */ y(Eb, [["render", $b], ["__scopeId", "data-v-a01db436"]]), Ab = {
14808
14812
  name: "ecs-tag-cloud"
14809
- }, Lb = {
14813
+ }, Ob = {
14810
14814
  class: "ecs-tag-cloud",
14811
14815
  role: "list"
14812
14816
  };
14813
- function Ob(e, s, t, a, n, i) {
14814
- return o(), r("div", Lb, [
14817
+ function Lb(e, s, t, a, n, i) {
14818
+ return o(), r("div", Ob, [
14815
14819
  p(e.$slots, "default", {}, void 0, !0)
14816
14820
  ]);
14817
14821
  }
14818
- const X_ = /* @__PURE__ */ y(Ab, [["render", Ob], ["__scopeId", "data-v-4334fe7e"]]), Db = {
14822
+ const X_ = /* @__PURE__ */ y(Ab, [["render", Lb], ["__scopeId", "data-v-4334fe7e"]]), Db = {
14819
14823
  name: "ecs-toast",
14820
14824
  emits: ["action"],
14821
14825
  components: { EcsFocusRing: D },
@@ -14880,7 +14884,7 @@ const J_ = /* @__PURE__ */ y(Vb, [["render", Rb], ["__scopeId", "data-v-451fee48
14880
14884
  name: "ecs-transcript-state",
14881
14885
  emits: ["click"],
14882
14886
  components: {
14883
- EcsIcon: O,
14887
+ EcsIcon: L,
14884
14888
  EcsSkeletonLoader: ie
14885
14889
  },
14886
14890
  props: {
@@ -14972,7 +14976,7 @@ function Xb(e, s, t, a, n, i) {
14972
14976
  const e1 = /* @__PURE__ */ y(Kb, [["render", Xb], ["__scopeId", "data-v-6af94f50"]]), Zb = {
14973
14977
  name: "ecs-tree-list-item",
14974
14978
  emits: ["click", "toggled"],
14975
- components: { EcsIcon: O, EcsButtonCollapse: Ut, EcsFocusRing: D },
14979
+ components: { EcsIcon: L, EcsButtonCollapse: Ut, EcsFocusRing: D },
14976
14980
  mixins: [ye],
14977
14981
  props: {
14978
14982
  /** ID for the Tree List Item */
@@ -15352,15 +15356,15 @@ export {
15352
15356
  I0 as EcsCard,
15353
15357
  lt as EcsCheckbox,
15354
15358
  E0 as EcsCitationLine,
15355
- Ol as EcsClickableArea,
15359
+ Ll as EcsClickableArea,
15356
15360
  P0 as EcsCollapse,
15357
- $0 as EcsCollectionControl,
15361
+ M0 as EcsCollectionControl,
15358
15362
  zd as EcsColorPicker,
15359
- L0 as EcsColorPickerInput,
15360
- M0 as EcsComment,
15363
+ O0 as EcsColorPickerInput,
15364
+ $0 as EcsComment,
15361
15365
  A0 as EcsCommentList,
15362
15366
  T0 as EcsContextMenu,
15363
- O0 as EcsDataCard,
15367
+ L0 as EcsDataCard,
15364
15368
  D0 as EcsDataCardList,
15365
15369
  N0 as EcsDataGrid,
15366
15370
  H0 as EcsDataGridCell,
@@ -15396,7 +15400,7 @@ export {
15396
15400
  o_ as EcsFormSet,
15397
15401
  js as EcsFormatted,
15398
15402
  l_ as EcsHighlight,
15399
- O as EcsIcon,
15403
+ L as EcsIcon,
15400
15404
  Ig as EcsIllustration,
15401
15405
  r_ as EcsIndexToolbar,
15402
15406
  Wf as EcsInfoTooltip,
@@ -15432,17 +15436,17 @@ export {
15432
15436
  P_ as EcsPopoverListHeadline,
15433
15437
  Rs as EcsPopoverListItem,
15434
15438
  Tf as EcsProgress,
15435
- $_ as EcsQuicklink,
15439
+ M_ as EcsQuicklink,
15436
15440
  Ia as EcsRadiobutton,
15437
15441
  Pv as EcsRatingFavorability,
15438
15442
  Bv as EcsRatingStarRead,
15439
- M_ as EcsRatingStarWrite,
15443
+ $_ as EcsRatingStarWrite,
15440
15444
  dg as EcsScrollContainer,
15441
15445
  A_ as EcsSection,
15442
- L_ as EcsSegment,
15446
+ O_ as EcsSegment,
15443
15447
  Zt as EcsSelect,
15444
15448
  Pp as EcsSelectText,
15445
- O_ as EcsSelectTile,
15449
+ L_ as EcsSelectTile,
15446
15450
  wo as EcsSeparator,
15447
15451
  D_ as EcsSequenceMap,
15448
15452
  N_ as EcsSequenceMapButton,
@@ -15456,12 +15460,12 @@ export {
15456
15460
  Ha as EcsSortbutton,
15457
15461
  Th as EcsSplitpanes,
15458
15462
  Yu as EcsStateIcon,
15459
- Oe as EcsSticker,
15463
+ Le as EcsSticker,
15460
15464
  j_ as EcsStructuredContent,
15461
15465
  U_ as EcsSwatchesPicker,
15462
15466
  jt as EcsSwitch,
15463
15467
  G_ as EcsTab,
15464
- Ly as EcsTabBar,
15468
+ Oy as EcsTabBar,
15465
15469
  K_ as EcsTabButton,
15466
15470
  Ny as EcsTabs,
15467
15471
  Y_ as EcsTag,
@@ -15469,7 +15473,7 @@ export {
15469
15473
  Je as EcsText,
15470
15474
  Z_ as EcsToast,
15471
15475
  J_ as EcsToasts,
15472
- $g as EcsToolbar,
15476
+ Mg as EcsToolbar,
15473
15477
  Q_ as EcsTranscriptState,
15474
15478
  e1 as EcsTreeList,
15475
15479
  s1 as EcsTreeListHeadline,