@everchron/ec-shards 9.18.13 → 9.18.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 se, watch as me, openBlock as o, createBlock as m, resolveDynamicComponent as ue, unref as re, normalizeClass as v, createElementBlock as r, normalizeStyle as x, resolveComponent as g, createVNode as _, createCommentVNode as u, createElementVNode as f, createTextVNode as A, toDisplayString as C, renderSlot as p, Transition as pe, withCtx as w, computed as Ee, Fragment as F, renderList as J, pushScopeId as ve, popScopeId as ye, reactive as ui, nextTick as fi, onBeforeUnmount as Lt, toRefs as Es, isRef as gi, onMounted as Ts, useSlots as mi, ref as Re, watchEffect as dt, withKeys as Y, Teleport as hi, withDirectives as je, vShow as nt, mergeProps as qe, normalizeProps as pi, guardReactiveProps as vi, withModifiers as G, resolveDirective as yi, vModelText as bi, createStaticVNode as _i, markRaw as ki, TransitionGroup as Ps, h as Ci, useCssVars as wi } from "vue";
1
+ import { defineAsyncComponent as se, watch as me, openBlock as o, createBlock as m, resolveDynamicComponent as ue, unref as re, normalizeClass as v, createElementBlock as r, normalizeStyle as x, resolveComponent as g, createVNode as _, createCommentVNode as u, createElementVNode as f, createTextVNode as L, toDisplayString as C, renderSlot as p, Transition as pe, withCtx as w, computed as Ee, Fragment as F, renderList as J, pushScopeId as ve, popScopeId as ye, reactive as ui, nextTick as fi, onBeforeUnmount as At, toRefs as Es, isRef as gi, onMounted as Ts, useSlots as mi, ref as Re, watchEffect as dt, withKeys as Y, Teleport as hi, withDirectives as je, vShow as nt, mergeProps as qe, normalizeProps as pi, guardReactiveProps as vi, withModifiers as G, resolveDirective as yi, vModelText as bi, createStaticVNode as _i, markRaw as ki, TransitionGroup as Ps, h as Ci, useCssVars as wi } from "vue";
2
2
  const ie = (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 ie = (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
- }, L = /* @__PURE__ */ y(Si, [["__scopeId", "data-v-a1c506ab"]]), xi = {
59
+ }, A = /* @__PURE__ */ y(Si, [["__scopeId", "data-v-a1c506ab"]]), xi = {
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 Bi(e, s, t, a, n, i) {
90
90
  const D = /* @__PURE__ */ y(xi, [["render", Bi], ["__scopeId", "data-v-8d624905"]]), Ii = {
91
91
  name: "ecs-alert",
92
92
  emits: ["action"],
93
- components: { EcsIcon: L, EcsFocusRing: D },
93
+ components: { EcsIcon: A, EcsFocusRing: D },
94
94
  props: {
95
95
  /** The alert variant, which defines it's background color. */
96
96
  type: {
@@ -199,7 +199,7 @@ function Mi(e, s, t, a, n, i) {
199
199
  type: t.icon,
200
200
  size: "20"
201
201
  }, null, 8, ["type"])) : u("", !0),
202
- A(" " + C(t.headline), 1)
202
+ L(" " + C(t.headline), 1)
203
203
  ])) : u("", !0),
204
204
  e.$slots.default ? (o(), r("div", Pi, [
205
205
  p(e.$slots, "default", {}, void 0, !0)
@@ -210,32 +210,32 @@ function Mi(e, s, t, a, n, i) {
210
210
  onClick: s[1] || (s[1] = (d) => e.$emit("action")),
211
211
  class: "action"
212
212
  }, [
213
- A(C(t.actionLabel) + " ", 1),
213
+ L(C(t.actionLabel) + " ", 1),
214
214
  _(c)
215
215
  ])) : u("", !0)
216
216
  ], 6)) : u("", !0);
217
217
  }
218
218
  const Ms = /* @__PURE__ */ y(Ii, [["render", Mi], ["__scopeId", "data-v-3f45e314"]]), $i = {
219
219
  name: "ecs-action-toolbar"
220
- }, Ai = {
220
+ }, Li = {
221
221
  class: "ecs-action-toolbar",
222
222
  role: "toolbar",
223
223
  "aria-label": "Actions"
224
224
  };
225
- function Li(e, s, t, a, n, i) {
225
+ function Ai(e, s, t, a, n, i) {
226
226
  return o(), m(pe, {
227
227
  name: "action-bar",
228
228
  appear: ""
229
229
  }, {
230
230
  default: w(() => [
231
- f("div", Ai, [
231
+ f("div", Li, [
232
232
  p(e.$slots, "default", {}, void 0, !0)
233
233
  ])
234
234
  ]),
235
235
  _: 3
236
236
  });
237
237
  }
238
- const Oi = /* @__PURE__ */ y($i, [["render", Li], ["__scopeId", "data-v-ed37c526"]]), Di = {
238
+ const Oi = /* @__PURE__ */ y($i, [["render", Ai], ["__scopeId", "data-v-ed37c526"]]), Di = {
239
239
  name: "ecs-audio",
240
240
  props: {
241
241
  /** If true, the player will autoplay once it shows up in the DOM. */
@@ -567,7 +567,7 @@ function Ji(e, s, t, a, n, i) {
567
567
  ], 14, Xi);
568
568
  }
569
569
  const vt = /* @__PURE__ */ y(Yi, [["render", Ji], ["__scopeId", "data-v-35132970"]]), Qi = {
570
- components: { EcsIcon: L, EcsFocusRing: D },
570
+ components: { EcsIcon: A, EcsFocusRing: D },
571
571
  emits: ["dismiss"],
572
572
  props: {
573
573
  /** The alert variant, which defines it's background color. */
@@ -657,7 +657,7 @@ function en(e, s, t, a, n, i) {
657
657
  ], 4)) : u("", !0)
658
658
  ], 2)) : u("", !0);
659
659
  }
660
- const L0 = /* @__PURE__ */ y(Qi, [["render", en], ["__scopeId", "data-v-888a84fc"]]), tn = {
660
+ const O0 = /* @__PURE__ */ y(Qi, [["render", en], ["__scopeId", "data-v-888a84fc"]]), tn = {
661
661
  name: "ecs-breadcrumb",
662
662
  props: {
663
663
  /** Sets the size of the breadcrumb (default is medium). */
@@ -681,11 +681,11 @@ function sn(e, s, t, a, n, i) {
681
681
  p(e.$slots, "default", {}, void 0, !0)
682
682
  ], 2);
683
683
  }
684
- const O0 = /* @__PURE__ */ y(tn, [["render", sn], ["__scopeId", "data-v-d1ff2486"]]), nn = {
684
+ const D0 = /* @__PURE__ */ y(tn, [["render", sn], ["__scopeId", "data-v-d1ff2486"]]), nn = {
685
685
  name: "ecs-breadcrumb-button",
686
686
  emits: ["click"],
687
687
  components: {
688
- EcsIcon: L,
688
+ EcsIcon: A,
689
689
  EcsFocusRing: D
690
690
  },
691
691
  props: {
@@ -739,7 +739,7 @@ function on(e, s, t, a, n, i) {
739
739
  _(c)
740
740
  ], 2);
741
741
  }
742
- const D0 = /* @__PURE__ */ y(nn, [["render", on], ["__scopeId", "data-v-e677c000"]]), ln = {
742
+ const N0 = /* @__PURE__ */ y(nn, [["render", on], ["__scopeId", "data-v-e677c000"]]), ln = {
743
743
  name: "ecs-breadcrumb-title"
744
744
  }, rn = {
745
745
  class: "ecs-breadcrumb-title",
@@ -750,7 +750,7 @@ function cn(e, s, t, a, n, i) {
750
750
  p(e.$slots, "default", {}, void 0, !0)
751
751
  ]);
752
752
  }
753
- const N0 = /* @__PURE__ */ y(ln, [["render", cn], ["__scopeId", "data-v-422cc046"]]), dn = {
753
+ const V0 = /* @__PURE__ */ y(ln, [["render", cn], ["__scopeId", "data-v-422cc046"]]), dn = {
754
754
  name: "ecs-flex-row",
755
755
  props: {
756
756
  /** Determines the flex direction of the row. */
@@ -860,14 +860,14 @@ function Mt() {
860
860
  return s.brand + "/" + s.version;
861
861
  }).join(" ") : navigator.userAgent;
862
862
  }
863
- function As() {
863
+ function Ls() {
864
864
  return !/^((?!chrome|android).)*safari/i.test(Mt());
865
865
  }
866
866
  function Ye(e, s, t) {
867
867
  s === void 0 && (s = !1), t === void 0 && (t = !1);
868
868
  var a = e.getBoundingClientRect(), n = 1, i = 1;
869
869
  s && he(e) && (n = e.offsetWidth > 0 && Ke(a.width) / e.offsetWidth || 1, i = e.offsetHeight > 0 && Ke(a.height) / e.offsetHeight || 1);
870
- var l = We(e) ? fe(e) : window, c = l.visualViewport, d = !As() && t, h = (a.left + (d && c ? c.offsetLeft : 0)) / n, b = (a.top + (d && c ? c.offsetTop : 0)) / i, k = a.width / n, E = a.height / i;
870
+ var l = We(e) ? fe(e) : window, c = l.visualViewport, d = !Ls() && t, h = (a.left + (d && c ? c.offsetLeft : 0)) / n, b = (a.top + (d && c ? c.offsetTop : 0)) / i, k = a.width / n, E = a.height / i;
871
871
  return {
872
872
  width: k,
873
873
  height: E,
@@ -956,13 +956,13 @@ function yt(e) {
956
956
  De(e)
957
957
  );
958
958
  }
959
- function Ls(e) {
960
- return ["html", "body", "#document"].indexOf(Pe(e)) >= 0 ? e.ownerDocument.body : he(e) && Vt(e) ? e : Ls(yt(e));
959
+ function As(e) {
960
+ return ["html", "body", "#document"].indexOf(Pe(e)) >= 0 ? e.ownerDocument.body : he(e) && Vt(e) ? e : As(yt(e));
961
961
  }
962
962
  function tt(e, s) {
963
963
  var t;
964
964
  s === void 0 && (s = []);
965
- var a = Ls(e), n = a === ((t = e.ownerDocument) == null ? void 0 : t.body), i = fe(a), l = n ? [i].concat(i.visualViewport || [], Vt(a) ? a : []) : a, c = s.concat(l);
965
+ var a = As(e), n = a === ((t = e.ownerDocument) == null ? void 0 : t.body), i = fe(a), l = n ? [i].concat(i.visualViewport || [], Vt(a) ? a : []) : a, c = s.concat(l);
966
966
  return n ? c : (
967
967
  // $FlowFixMe[incompatible-call]: isBody tells us target will be an HTMLElement here
968
968
  c.concat(tt(yt(l)))
@@ -1050,11 +1050,11 @@ function $n(e) {
1050
1050
  return s[t];
1051
1051
  });
1052
1052
  }
1053
- function An(e, s) {
1053
+ function Ln(e, s) {
1054
1054
  var t = fe(e), a = De(e), n = t.visualViewport, i = a.clientWidth, l = a.clientHeight, c = 0, d = 0;
1055
1055
  if (n) {
1056
1056
  i = n.width, l = n.height;
1057
- var h = As();
1057
+ var h = Ls();
1058
1058
  (h || !h && s === "fixed") && (c = n.offsetLeft, d = n.offsetTop);
1059
1059
  }
1060
1060
  return {
@@ -1064,7 +1064,7 @@ function An(e, s) {
1064
1064
  y: d
1065
1065
  };
1066
1066
  }
1067
- function Ln(e) {
1067
+ function An(e) {
1068
1068
  var s, t = De(e), a = Dt(e), n = (s = e.ownerDocument) == null ? void 0 : s.body, i = Fe(t.scrollWidth, t.clientWidth, n ? n.scrollWidth : 0, n ? n.clientWidth : 0), l = Fe(t.scrollHeight, t.clientHeight, n ? n.scrollHeight : 0, n ? n.clientHeight : 0), c = -a.scrollLeft + Nt(e), d = -a.scrollTop;
1069
1069
  return $e(n || t).direction === "rtl" && (c += Fe(t.clientWidth, n ? n.clientWidth : 0) - i), {
1070
1070
  width: i,
@@ -1100,7 +1100,7 @@ function On(e, s) {
1100
1100
  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;
1101
1101
  }
1102
1102
  function ds(e, s, t) {
1103
- return s === Os ? $t(An(e, t)) : We(s) ? On(s, t) : $t(Ln(De(e)));
1103
+ return s === Os ? $t(Ln(e, t)) : We(s) ? On(s, t) : $t(An(De(e)));
1104
1104
  }
1105
1105
  function Dn(e) {
1106
1106
  var s = tt(yt(e)), t = ["absolute", "fixed"].indexOf($e(e).position) >= 0, a = t && he(e) ? at(e) : e;
@@ -1520,10 +1520,10 @@ function ta(e) {
1520
1520
  };
1521
1521
  if (P) {
1522
1522
  if (i) {
1523
- var Z, _e = O === "y" ? ce : de, ge = O === "y" ? xe : Be, ee = O === "y" ? "height" : "width", ne = P[O], Ue = ne + $[_e], ke = ne - $[ge], Ae = I ? -q[ee] / 2 : 0, Ne = T === Xe ? V[ee] : q[ee], ae = T === Xe ? -q[ee] : -V[ee], Ge = s.elements.arrow, Le = I && Ge ? Ht(Ge) : {
1523
+ var Z, _e = O === "y" ? ce : de, ge = O === "y" ? xe : Be, ee = O === "y" ? "height" : "width", ne = P[O], Ue = ne + $[_e], ke = ne - $[ge], Le = I ? -q[ee] / 2 : 0, Ne = T === Xe ? V[ee] : q[ee], ae = T === Xe ? -q[ee] : -V[ee], Ge = s.elements.arrow, Ae = I && Ge ? Ht(Ge) : {
1524
1524
  width: 0,
1525
1525
  height: 0
1526
- }, Ce = s.modifiersData["arrow#persistent"] ? s.modifiersData["arrow#persistent"].padding : Hs(), R = Ce[_e], U = Ce[ge], oe = st(0, V[ee], Le[ee]), Ve = H ? V[ee] / 2 - Ae - oe - R - K.mainAxis : Ne - oe - R - K.mainAxis, ai = H ? -V[ee] / 2 + Ae + oe + U + K.mainAxis : ae + oe + U + K.mainAxis, St = s.elements.arrow && at(s.elements.arrow), oi = St ? O === "y" ? St.clientTop || 0 : St.clientLeft || 0 : 0, Qt = (Z = X == null ? void 0 : X[O]) != null ? Z : 0, li = ne + Ve - Qt - oi, ri = ne + ai - Qt, es = st(I ? ht(Ue, li) : Ue, ne, I ? Fe(ke, ri) : ke);
1526
+ }, Ce = s.modifiersData["arrow#persistent"] ? s.modifiersData["arrow#persistent"].padding : Hs(), R = Ce[_e], U = Ce[ge], oe = st(0, V[ee], Ae[ee]), Ve = H ? V[ee] / 2 - Le - oe - R - K.mainAxis : Ne - oe - R - K.mainAxis, ai = H ? -V[ee] / 2 + Le + oe + U + K.mainAxis : ae + oe + U + K.mainAxis, St = s.elements.arrow && at(s.elements.arrow), oi = St ? O === "y" ? St.clientTop || 0 : St.clientLeft || 0 : 0, Qt = (Z = X == null ? void 0 : X[O]) != null ? Z : 0, li = ne + Ve - Qt - oi, ri = ne + ai - Qt, es = st(I ? ht(Ue, li) : Ue, ne, I ? Fe(ke, ri) : ke);
1527
1527
  P[O] = es, Q[O] = es - ne;
1528
1528
  }
1529
1529
  if (c) {
@@ -1589,8 +1589,8 @@ function oa(e) {
1589
1589
  function la(e) {
1590
1590
  var s = e.state, t = e.options, a = e.name;
1591
1591
  if (!s.modifiersData[a]._skip) {
1592
- for (var n = t.mainAxis, i = n === void 0 ? !0 : n, l = t.altAxis, c = l === void 0 ? !0 : l, d = t.fallbackPlacements, h = t.padding, b = t.boundary, k = t.rootBoundary, E = t.altBoundary, I = t.flipVariations, B = I === void 0 ? !0 : I, M = t.allowedAutoPlacements, $ = s.options.placement, z = Te($), T = z === $, H = d || (T || !B ? [mt($)] : oa($)), O = [$].concat(H).reduce(function(Le, Ce) {
1593
- return Le.concat(Te(Ce) === Rt ? aa(s, {
1592
+ for (var n = t.mainAxis, i = n === void 0 ? !0 : n, l = t.altAxis, c = l === void 0 ? !0 : l, d = t.fallbackPlacements, h = t.padding, b = t.boundary, k = t.rootBoundary, E = t.altBoundary, I = t.flipVariations, B = I === void 0 ? !0 : I, M = t.allowedAutoPlacements, $ = s.options.placement, z = Te($), T = z === $, H = d || (T || !B ? [mt($)] : oa($)), O = [$].concat(H).reduce(function(Ae, Ce) {
1593
+ return Ae.concat(Te(Ce) === Rt ? aa(s, {
1594
1594
  placement: Ce,
1595
1595
  boundary: b,
1596
1596
  rootBoundary: k,
@@ -1608,8 +1608,8 @@ function la(e) {
1608
1608
  }), ne = _e ? Z ? Be : de : Z ? xe : ce;
1609
1609
  N[ge] > P[ge] && (ne = mt(ne));
1610
1610
  var Ue = mt(ne), ke = [];
1611
- if (i && ke.push(ee[Q] <= 0), c && ke.push(ee[ne] <= 0, ee[Ue] <= 0), ke.every(function(Le) {
1612
- return Le;
1611
+ if (i && ke.push(ee[Q] <= 0), c && ke.push(ee[ne] <= 0, ee[Ue] <= 0), ke.every(function(Ae) {
1612
+ return Ae;
1613
1613
  })) {
1614
1614
  j = X, q = !1;
1615
1615
  break;
@@ -1617,7 +1617,7 @@ function la(e) {
1617
1617
  V.set(X, ke);
1618
1618
  }
1619
1619
  if (q)
1620
- for (var Ae = B ? 3 : 1, Ne = function(Ce) {
1620
+ for (var Le = B ? 3 : 1, Ne = function(Ce) {
1621
1621
  var R = O.find(function(U) {
1622
1622
  var oe = V.get(U);
1623
1623
  if (oe)
@@ -1627,7 +1627,7 @@ function la(e) {
1627
1627
  });
1628
1628
  if (R)
1629
1629
  return j = R, "break";
1630
- }, ae = Ae; ae > 0; ae--) {
1630
+ }, ae = Le; ae > 0; ae--) {
1631
1631
  var Ge = Ne(ae);
1632
1632
  if (Ge === "break")
1633
1633
  break;
@@ -1749,7 +1749,7 @@ function pa({
1749
1749
  ]
1750
1750
  }), d.popperInstance.update();
1751
1751
  };
1752
- return Lt(() => {
1752
+ return At(() => {
1753
1753
  var M;
1754
1754
  (M = d.popperInstance) == null || M.destroy();
1755
1755
  }), {
@@ -1763,7 +1763,7 @@ function va(e, s, t) {
1763
1763
  n == null || n.removeEventListener(s, t), a == null || a.addEventListener(s, t);
1764
1764
  }) : Ts(() => {
1765
1765
  e.addEventListener(s, t);
1766
- }), Lt(() => {
1766
+ }), At(() => {
1767
1767
  var a;
1768
1768
  (a = re(e)) == null || a.removeEventListener(s, t);
1769
1769
  });
@@ -1960,10 +1960,10 @@ const Ca = /* @__PURE__ */ y(ba, [["render", ka], ["__scopeId", "data-v-b4b01b19
1960
1960
  Ee(
1961
1961
  () => N.value ? `border: ${V.value}px solid transparent; margin: -${V.value}px;` : null
1962
1962
  );
1963
- const ke = Bt.debounce(Z, j.value), Ae = Bt.debounce(_e, z.value), Ne = async () => {
1964
- ee.value || ge.value || (Ae.clear(), d.value = !0, ke());
1963
+ const ke = Bt.debounce(Z, j.value), Le = Bt.debounce(_e, z.value), Ne = async () => {
1964
+ ee.value || ge.value || (Le.clear(), d.value = !0, ke());
1965
1965
  }, ae = async () => {
1966
- ge.value || (ke.clear(), d.value = !1, Ae());
1966
+ ge.value || (ke.clear(), d.value = !1, Le());
1967
1967
  }, Ge = () => {
1968
1968
  Q.value ? ae() : Ne();
1969
1969
  };
@@ -1974,7 +1974,7 @@ const Ca = /* @__PURE__ */ y(ba, [["render", ka], ["__scopeId", "data-v-b4b01b19
1974
1974
  k.value = !1;
1975
1975
  }, 200);
1976
1976
  }), dt(() => {
1977
- ge.value && (X.value ? ke() : Ae());
1977
+ ge.value && (X.value ? ke() : Le());
1978
1978
  }), dt(() => {
1979
1979
  Ue.value && ya(h, ae);
1980
1980
  }), me(T, (R) => {
@@ -1984,10 +1984,10 @@ const Ca = /* @__PURE__ */ y(ba, [["render", ka], ["__scopeId", "data-v-b4b01b19
1984
1984
  childList: !0,
1985
1985
  subtree: !0
1986
1986
  });
1987
- }), Lt(() => {
1987
+ }), At(() => {
1988
1988
  l.disconnect(), document.removeEventListener("keydown", Ce);
1989
1989
  }), s({ closePopper: ae });
1990
- const Le = () => {
1990
+ const Ae = () => {
1991
1991
  h.value && (I.value = h.value.querySelectorAll(
1992
1992
  'a[href], button, textarea, input, select, [tabindex]:not([tabindex="-1"])'
1993
1993
  ));
@@ -2007,7 +2007,7 @@ const Ca = /* @__PURE__ */ y(ba, [["render", ka], ["__scopeId", "data-v-b4b01b19
2007
2007
  R.key === "Escape" ? (R.preventDefault(), ae()) : R.key === "Tab" && B.value && (R.preventDefault(), B.value = !1, U.length > 0 && U[0].focus());
2008
2008
  };
2009
2009
  return dt(() => {
2010
- d.value && (Le(), B.value = !0, I.value.length > 0 && I.value[0].focus());
2010
+ d.value && (Ae(), B.value = !0, I.value.length > 0 && I.value[0].focus());
2011
2011
  }), (R, U) => (o(), r("div", {
2012
2012
  class: "ecs-popover-root",
2013
2013
  onMouseleave: U[2] || (U[2] = (oe) => e.hover && ae())
@@ -2041,7 +2041,7 @@ const Ca = /* @__PURE__ */ y(ba, [["render", ka], ["__scopeId", "data-v-b4b01b19
2041
2041
  close: re(_e),
2042
2042
  isOpen: k.value
2043
2043
  }, () => [
2044
- A(C(re(T)), 1)
2044
+ L(C(re(T)), 1)
2045
2045
  ], !0),
2046
2046
  e.arrow ? (o(), m(Ca, { key: 0 })) : u("", !0)
2047
2047
  ], 512)), [
@@ -2267,7 +2267,7 @@ function $a(e, s, t, a, n, i) {
2267
2267
  _: 3
2268
2268
  }, 40, ["onClick", "onMouseover", "onMouseout", "onContextmenu", "class", "tabindex"]);
2269
2269
  }
2270
- const Ws = /* @__PURE__ */ y(Ma, [["render", $a], ["__scopeId", "data-v-df08e6d4"]]), Aa = {
2270
+ const Ws = /* @__PURE__ */ y(Ma, [["render", $a], ["__scopeId", "data-v-df08e6d4"]]), La = {
2271
2271
  name: "EcsTextV2",
2272
2272
  components: { EcsClickableArea: Ws },
2273
2273
  props: {
@@ -2406,7 +2406,7 @@ const Ws = /* @__PURE__ */ y(Ma, [["render", $a], ["__scopeId", "data-v-df08e6d4
2406
2406
  }
2407
2407
  }
2408
2408
  };
2409
- function La(e, s, t, a, n, i) {
2409
+ function Aa(e, s, t, a, n, i) {
2410
2410
  const l = g("ecs-clickable-area");
2411
2411
  return t.clickable ? (o(), m(l, {
2412
2412
  key: 0,
@@ -2437,7 +2437,7 @@ function La(e, s, t, a, n, i) {
2437
2437
  _: 3
2438
2438
  }, 8, ["class", "style"]));
2439
2439
  }
2440
- const js = /* @__PURE__ */ y(Aa, [["render", La], ["__scopeId", "data-v-594055ce"]]), be = {
2440
+ const js = /* @__PURE__ */ y(La, [["render", Aa], ["__scopeId", "data-v-594055ce"]]), be = {
2441
2441
  data() {
2442
2442
  return {
2443
2443
  uniqueId: ""
@@ -2584,7 +2584,7 @@ function Va(e, s, t, a, n, i) {
2584
2584
  preset: "form"
2585
2585
  }, {
2586
2586
  default: w(() => [
2587
- A(C(t.help), 1)
2587
+ L(C(t.help), 1)
2588
2588
  ]),
2589
2589
  _: 1
2590
2590
  })) : u("", !0)
@@ -2753,7 +2753,7 @@ function ja(e, s, t, a, n, i) {
2753
2753
  type: "form"
2754
2754
  }, {
2755
2755
  default: w(() => [
2756
- A(C(t.help), 1)
2756
+ L(C(t.help), 1)
2757
2757
  ]),
2758
2758
  _: 1
2759
2759
  })) : u("", !0)
@@ -3011,7 +3011,7 @@ const oo = /* @__PURE__ */ y(so, [["render", ao], ["__scopeId", "data-v-dca05194
3011
3011
  name: "EcsButton",
3012
3012
  emits: ["click", "mouseover", "mouseleave"],
3013
3013
  components: {
3014
- EcsIcon: L,
3014
+ EcsIcon: A,
3015
3015
  EcsFocusRing: D
3016
3016
  },
3017
3017
  props: {
@@ -3176,7 +3176,7 @@ function mo(e, s, t, a, n, i) {
3176
3176
  const ze = /* @__PURE__ */ y(lo, [["render", mo], ["__scopeId", "data-v-30641d87"]]), ho = {
3177
3177
  name: "ecs-popover-list-item",
3178
3178
  emits: ["click", "input", "change", "secondaryClick"],
3179
- components: { EcsCheckbox: lt, EcsRadiobutton: Ua, EcsSwitch: jt, EcsSortbutton: oo, EcsIcon: L, EcsFileIcon: Us, EcsButton: ze, EcsFocusRing: D },
3179
+ components: { EcsCheckbox: lt, EcsRadiobutton: Ua, EcsSwitch: jt, EcsSortbutton: oo, EcsIcon: A, EcsFileIcon: Us, EcsButton: ze, EcsFocusRing: D },
3180
3180
  props: {
3181
3181
  /** Determines the type of popover list item.*/
3182
3182
  type: {
@@ -3349,11 +3349,11 @@ const ze = /* @__PURE__ */ y(lo, [["render", mo], ["__scopeId", "data-v-30641d87
3349
3349
  }, To = ["tabindex"], Po = { class: "text" }, Mo = { class: "text-inner" }, $o = {
3350
3350
  key: 1,
3351
3351
  class: "help"
3352
- }, Ao = {
3352
+ }, Lo = {
3353
3353
  key: 2,
3354
3354
  class: "after"
3355
3355
  };
3356
- function Lo(e, s, t, a, n, i) {
3356
+ function Ao(e, s, t, a, n, i) {
3357
3357
  const l = g("ecs-checkbox"), c = g("ecs-icon"), d = g("ecs-radiobutton"), h = g("ecs-switch"), b = g("ecs-sortbutton"), k = g("ecs-focus-ring"), E = g("ecs-file-icon"), I = g("ecs-button");
3358
3358
  return o(), r("li", null, [
3359
3359
  t.type === "checkbox" ? (o(), r("div", po, [
@@ -3486,7 +3486,7 @@ function Lo(e, s, t, a, n, i) {
3486
3486
  title: i.secondaryActionOptions.iconOnly ? i.secondaryActionOptions.label : void 0
3487
3487
  }, {
3488
3488
  default: w(() => [
3489
- A(C(i.secondaryActionOptions.label), 1)
3489
+ L(C(i.secondaryActionOptions.label), 1)
3490
3490
  ]),
3491
3491
  _: 1
3492
3492
  }, 8, ["onClick", "type", "icon", "icon-only", "class", "aria-label", "title"])) : u("", !0),
@@ -3549,13 +3549,13 @@ function Lo(e, s, t, a, n, i) {
3549
3549
  title: i.secondaryActionOptions.iconOnly ? i.secondaryActionOptions.label : void 0
3550
3550
  }, {
3551
3551
  default: w(() => [
3552
- A(C(i.secondaryActionOptions.label), 1)
3552
+ L(C(i.secondaryActionOptions.label), 1)
3553
3553
  ]),
3554
3554
  _: 1
3555
3555
  }, 8, ["onClick", "type", "icon", "icon-only", "class", "aria-label", "title"])) : u("", !0),
3556
3556
  t.help ? (o(), r("span", $o, C(t.help), 1)) : u("", !0)
3557
3557
  ]),
3558
- t.suffix ? (o(), r("span", Ao, C(t.suffix), 1)) : u("", !0),
3558
+ t.suffix ? (o(), r("span", Lo, C(t.suffix), 1)) : u("", !0),
3559
3559
  t.hoverIcon ? (o(), m(c, {
3560
3560
  key: 3,
3561
3561
  type: t.hoverIcon,
@@ -3572,11 +3572,11 @@ function Lo(e, s, t, a, n, i) {
3572
3572
  ], 10, To))
3573
3573
  ]);
3574
3574
  }
3575
- const Gs = /* @__PURE__ */ y(ho, [["render", Lo], ["__scopeId", "data-v-79b3cd0d"]]), Oo = {
3575
+ const Gs = /* @__PURE__ */ y(ho, [["render", Ao], ["__scopeId", "data-v-79b3cd0d"]]), Oo = {
3576
3576
  name: "ecs-button-toolbar",
3577
3577
  emits: ["click"],
3578
3578
  components: {
3579
- EcsIcon: L,
3579
+ EcsIcon: A,
3580
3580
  EcsFocusRing: D
3581
3581
  },
3582
3582
  props: {
@@ -3905,7 +3905,7 @@ function jo(e, s, t, a, n, i) {
3905
3905
  onClick: (M) => e.$emit("select", I.action)
3906
3906
  }, {
3907
3907
  default: w(() => [
3908
- A(C(I.label), 1)
3908
+ L(C(I.label), 1)
3909
3909
  ]),
3910
3910
  _: 2
3911
3911
  }, 1032, ["disabled", "onClick"]))), 128)),
@@ -3917,7 +3917,7 @@ function jo(e, s, t, a, n, i) {
3917
3917
  onInput: i.setFamiliesIncluded
3918
3918
  }, {
3919
3919
  default: w(() => [
3920
- A(" Include Families ")
3920
+ L(" Include Families ")
3921
3921
  ]),
3922
3922
  _: 1
3923
3923
  }, 8, ["value", "onInput"])) : u("", !0)
@@ -3941,7 +3941,7 @@ function jo(e, s, t, a, n, i) {
3941
3941
  }, {
3942
3942
  default: w(() => [
3943
3943
  f("span", null, C(t.count), 1),
3944
- A(" Selected " + C(i.pluralizedType), 1)
3944
+ L(" Selected " + C(i.pluralizedType), 1)
3945
3945
  ]),
3946
3946
  _: 1
3947
3947
  })
@@ -3949,7 +3949,7 @@ function jo(e, s, t, a, n, i) {
3949
3949
  _: 1
3950
3950
  });
3951
3951
  }
3952
- const V0 = /* @__PURE__ */ y(qo, [["render", jo], ["__scopeId", "data-v-04aed8bb"]]), Uo = {
3952
+ const H0 = /* @__PURE__ */ y(qo, [["render", jo], ["__scopeId", "data-v-04aed8bb"]]), Uo = {
3953
3953
  name: "ecs-button-group"
3954
3954
  }, Go = { class: "ecs-button-group" };
3955
3955
  function Ko(e, s, t, a, n, i) {
@@ -3957,7 +3957,7 @@ function Ko(e, s, t, a, n, i) {
3957
3957
  p(e.$slots, "default", {}, void 0, !0)
3958
3958
  ]);
3959
3959
  }
3960
- const H0 = /* @__PURE__ */ y(Uo, [["render", Ko], ["__scopeId", "data-v-83c21366"]]), Yo = {
3960
+ const R0 = /* @__PURE__ */ y(Uo, [["render", Ko], ["__scopeId", "data-v-83c21366"]]), Yo = {
3961
3961
  name: "ecs-button-collapse",
3962
3962
  emits: ["click"],
3963
3963
  components: {
@@ -4435,7 +4435,7 @@ S.mostReadable = function(e, s, t) {
4435
4435
  size: d
4436
4436
  }) || !l ? a : (t.includeFallbackColors = !1, S.mostReadable(e, ["#fff", "#000"], t));
4437
4437
  };
4438
- var At = S.names = {
4438
+ var Lt = S.names = {
4439
4439
  aliceblue: "f0f8ff",
4440
4440
  antiquewhite: "faebd7",
4441
4441
  aqua: "0ff",
@@ -4585,7 +4585,7 @@ var At = S.names = {
4585
4585
  whitesmoke: "f5f5f5",
4586
4586
  yellow: "ff0",
4587
4587
  yellowgreen: "9acd32"
4588
- }, pl = S.hexNames = vl(At);
4588
+ }, pl = S.hexNames = vl(Lt);
4589
4589
  function vl(e) {
4590
4590
  var s = {};
4591
4591
  for (var t in e)
@@ -4646,8 +4646,8 @@ function Me(e) {
4646
4646
  function _l(e) {
4647
4647
  e = e.replace(Jo, "").replace(Qo, "").toLowerCase();
4648
4648
  var s = !1;
4649
- if (At[e])
4650
- e = At[e], s = !0;
4649
+ if (Lt[e])
4650
+ e = Lt[e], s = !0;
4651
4651
  else if (e == "transparent")
4652
4652
  return {
4653
4653
  r: 0,
@@ -4722,7 +4722,7 @@ const Cl = {
4722
4722
  name: "ecs-button-context",
4723
4723
  emits: ["click"],
4724
4724
  components: {
4725
- EcsIcon: L,
4725
+ EcsIcon: A,
4726
4726
  EcsFocusRing: D
4727
4727
  },
4728
4728
  props: {
@@ -4797,7 +4797,7 @@ function Sl(e, s, t, a, n, i) {
4797
4797
  _(c)
4798
4798
  ], 14, wl);
4799
4799
  }
4800
- const R0 = /* @__PURE__ */ y(Cl, [["render", Sl], ["__scopeId", "data-v-6817d99f"]]), xl = {
4800
+ const F0 = /* @__PURE__ */ y(Cl, [["render", Sl], ["__scopeId", "data-v-6817d99f"]]), xl = {
4801
4801
  name: "ecs-context-button-group"
4802
4802
  }, Bl = { class: "ecs-context-button-group" };
4803
4803
  function Il(e, s, t, a, n, i) {
@@ -4805,11 +4805,11 @@ function Il(e, s, t, a, n, i) {
4805
4805
  p(e.$slots, "default", {}, void 0, !0)
4806
4806
  ]);
4807
4807
  }
4808
- const F0 = /* @__PURE__ */ y(xl, [["render", Il], ["__scopeId", "data-v-94a53b69"]]), zl = {
4808
+ const q0 = /* @__PURE__ */ y(xl, [["render", Il], ["__scopeId", "data-v-94a53b69"]]), zl = {
4809
4809
  name: "ecs-button-dialog",
4810
4810
  emits: ["click"],
4811
4811
  components: {
4812
- EcsIcon: L,
4812
+ EcsIcon: A,
4813
4813
  EcsFocusRing: D
4814
4814
  },
4815
4815
  props: {
@@ -4854,11 +4854,11 @@ function Tl(e, s, t, a, n, i) {
4854
4854
  }, null, 8, ["danger"])
4855
4855
  ], 10, El);
4856
4856
  }
4857
- const q0 = /* @__PURE__ */ y(zl, [["render", Tl], ["__scopeId", "data-v-65073dae"]]), Pl = {
4857
+ const W0 = /* @__PURE__ */ y(zl, [["render", Tl], ["__scopeId", "data-v-65073dae"]]), Pl = {
4858
4858
  name: "ecs-button-more",
4859
4859
  emits: ["click"],
4860
4860
  components: {
4861
- EcsIcon: L,
4861
+ EcsIcon: A,
4862
4862
  EcsFocusRing: D
4863
4863
  },
4864
4864
  props: {
@@ -4918,11 +4918,11 @@ function $l(e, s, t, a, n, i) {
4918
4918
  _(c)
4919
4919
  ], 10, Ml);
4920
4920
  }
4921
- const Gt = /* @__PURE__ */ y(Pl, [["render", $l], ["__scopeId", "data-v-8470e625"]]), Al = {
4921
+ const Gt = /* @__PURE__ */ y(Pl, [["render", $l], ["__scopeId", "data-v-8470e625"]]), Ll = {
4922
4922
  name: "ecs-button-table",
4923
4923
  emits: ["click", "mouseover", "mouseleave"],
4924
4924
  components: {
4925
- EcsIcon: L,
4925
+ EcsIcon: A,
4926
4926
  EcsFocusRing: D
4927
4927
  },
4928
4928
  props: {
@@ -4990,7 +4990,7 @@ const Gt = /* @__PURE__ */ y(Pl, [["render", $l], ["__scopeId", "data-v-8470e625
4990
4990
  return this.disabled || this.unreactive ? !0 : null;
4991
4991
  }
4992
4992
  }
4993
- }, Ll = ["disabled", "aria-disabled", "aria-expanded", "aria-busy"], Ol = {
4993
+ }, Al = ["disabled", "aria-disabled", "aria-expanded", "aria-busy"], Ol = {
4994
4994
  key: 1,
4995
4995
  class: "button-label"
4996
4996
  };
@@ -5025,9 +5025,9 @@ function Dl(e, s, t, a, n, i) {
5025
5025
  class: v(["chevron", t.active ? "expand" : ""])
5026
5026
  }, null, 2)) : u("", !0),
5027
5027
  _(c)
5028
- ], 42, Ll);
5028
+ ], 42, Al);
5029
5029
  }
5030
- const Xs = /* @__PURE__ */ y(Al, [["render", Dl], ["__scopeId", "data-v-a5e23199"]]), Nl = {
5030
+ const Xs = /* @__PURE__ */ y(Ll, [["render", Dl], ["__scopeId", "data-v-a5e23199"]]), Nl = {
5031
5031
  name: "ecs-toolbar-button-group"
5032
5032
  }, Vl = { class: "ecs-toolbar-button-group" };
5033
5033
  function Hl(e, s, t, a, n, i) {
@@ -5038,7 +5038,7 @@ function Hl(e, s, t, a, n, i) {
5038
5038
  const Kt = /* @__PURE__ */ y(Nl, [["render", Hl], ["__scopeId", "data-v-743ca90b"]]), Rl = {
5039
5039
  name: "ecs-toolbar-icon-button",
5040
5040
  emits: ["click"],
5041
- components: { EcsIcon: L, EcsFocusRing: D },
5041
+ components: { EcsIcon: A, EcsFocusRing: D },
5042
5042
  props: {
5043
5043
  /** 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. */
5044
5044
  icon: {
@@ -5097,7 +5097,7 @@ function Wl(e, s, t, a, n, i) {
5097
5097
  _(c)
5098
5098
  ], 10, Fl);
5099
5099
  }
5100
- const W0 = /* @__PURE__ */ y(Rl, [["render", Wl], ["__scopeId", "data-v-2beac513"]]), jl = {
5100
+ const j0 = /* @__PURE__ */ y(Rl, [["render", Wl], ["__scopeId", "data-v-2beac513"]]), jl = {
5101
5101
  name: "ecs-card",
5102
5102
  emits: ["click"],
5103
5103
  props: {
@@ -5161,7 +5161,7 @@ function Yl(e, s, t, a, n, i) {
5161
5161
  ])
5162
5162
  ], 10, Ul);
5163
5163
  }
5164
- const j0 = /* @__PURE__ */ y(jl, [["render", Yl], ["__scopeId", "data-v-8d449816"]]), Xl = {
5164
+ const U0 = /* @__PURE__ */ y(jl, [["render", Yl], ["__scopeId", "data-v-8d449816"]]), Xl = {
5165
5165
  name: "ecs-citation-line",
5166
5166
  emits: ["change", "blur", "focus"],
5167
5167
  components: { EcsFlexRow: Ie },
@@ -5230,7 +5230,7 @@ function Jl(e, s, t, a, n, i) {
5230
5230
  _: 3
5231
5231
  });
5232
5232
  }
5233
- const U0 = /* @__PURE__ */ y(Xl, [["render", Jl], ["__scopeId", "data-v-cfd8e718"]]);
5233
+ const G0 = /* @__PURE__ */ y(Xl, [["render", Jl], ["__scopeId", "data-v-cfd8e718"]]);
5234
5234
  var Yt = {};
5235
5235
  Object.defineProperty(Yt, "__esModule", {
5236
5236
  value: !0
@@ -5248,7 +5248,7 @@ var Ql = Yt.clickOutSide = {
5248
5248
  const tr = {
5249
5249
  name: "ecs-context-menu",
5250
5250
  emits: ["option-clicked", "menu-closed", "menu-opened"],
5251
- components: { EcsIcon: L, EcsFocusRing: D, EcsButton: ze },
5251
+ components: { EcsIcon: A, EcsFocusRing: D, EcsButton: ze },
5252
5252
  directives: {
5253
5253
  clickOutSide: er
5254
5254
  },
@@ -5410,7 +5410,7 @@ function ar(e, s, t, a, n, i) {
5410
5410
  [h, i.onClickOutside]
5411
5411
  ]);
5412
5412
  }
5413
- const G0 = /* @__PURE__ */ y(tr, [["render", ar], ["__scopeId", "data-v-68234afa"]]), or = {
5413
+ const K0 = /* @__PURE__ */ y(tr, [["render", ar], ["__scopeId", "data-v-68234afa"]]), or = {
5414
5414
  name: "ecs-collapse",
5415
5415
  emits: ["toggled", "remove"],
5416
5416
  components: { EcsButton: ze, EcsFocusRing: D, EcsFlexRow: Ie },
@@ -5559,7 +5559,7 @@ function fr(e, s, t, a, n, i) {
5559
5559
  }, [
5560
5560
  _(c, { gap: 4 }, {
5561
5561
  default: w(() => [
5562
- A(C(t.title) + " ", 1),
5562
+ L(C(t.title) + " ", 1),
5563
5563
  t.count ? (o(), r("span", cr, "(" + C(t.count) + ")", 1)) : u("", !0)
5564
5564
  ]),
5565
5565
  _: 1
@@ -5595,10 +5595,10 @@ function fr(e, s, t, a, n, i) {
5595
5595
  ], 10, ur)
5596
5596
  ], 2);
5597
5597
  }
5598
- const K0 = /* @__PURE__ */ y(or, [["render", fr], ["__scopeId", "data-v-952196c0"]]), gr = {
5598
+ const Y0 = /* @__PURE__ */ y(or, [["render", fr], ["__scopeId", "data-v-952196c0"]]), gr = {
5599
5599
  name: "ecs-collection-control",
5600
5600
  emits: ["toggled", "collectionTooltip"],
5601
- components: { EcsIcon: L, EcsFocusRing: D },
5601
+ components: { EcsIcon: A, EcsFocusRing: D },
5602
5602
  mixins: [be],
5603
5603
  props: {
5604
5604
  /** 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). */
@@ -5737,7 +5737,7 @@ function br(e, s, t, a, n, i) {
5737
5737
  ], 10, yr)
5738
5738
  ], 2);
5739
5739
  }
5740
- const Y0 = /* @__PURE__ */ y(gr, [["render", br], ["__scopeId", "data-v-04268c16"]]), _r = {
5740
+ const X0 = /* @__PURE__ */ y(gr, [["render", br], ["__scopeId", "data-v-04268c16"]]), _r = {
5741
5741
  name: "ecs-formatted",
5742
5742
  components: { EcsSkeletonLoader: te },
5743
5743
  mixins: [be],
@@ -5900,13 +5900,13 @@ function $r(e, s, t, a, n, i) {
5900
5900
  ]))
5901
5901
  ], 8, Sr);
5902
5902
  }
5903
- const X0 = /* @__PURE__ */ y(wr, [["render", $r], ["__scopeId", "data-v-cf696f66"]]), Ar = {}, Lr = { class: "ecs-comment-list" };
5903
+ const Z0 = /* @__PURE__ */ y(wr, [["render", $r], ["__scopeId", "data-v-cf696f66"]]), Lr = {}, Ar = { class: "ecs-comment-list" };
5904
5904
  function Or(e, s) {
5905
- return o(), r("div", Lr, [
5905
+ return o(), r("div", Ar, [
5906
5906
  p(e.$slots, "default")
5907
5907
  ]);
5908
5908
  }
5909
- const Z0 = /* @__PURE__ */ y(Ar, [["render", Or]]);
5909
+ const J0 = /* @__PURE__ */ y(Lr, [["render", Or]]);
5910
5910
  function zt(e = {}, s = 0) {
5911
5911
  const t = e && e.a;
5912
5912
  let a;
@@ -6100,7 +6100,7 @@ var Bc = xc, Ic = Sc, zc = Bc, Ec = "[object Symbol]";
6100
6100
  function Tc(e) {
6101
6101
  return typeof e == "symbol" || zc(e) && Ic(e) == Ec;
6102
6102
  }
6103
- var Pc = Tc, Mc = rc, Ss = Xt, $c = Pc, xs = NaN, Ac = /^[-+]0x[0-9a-f]+$/i, Lc = /^0b[01]+$/i, Oc = /^0o[0-7]+$/i, Dc = parseInt;
6103
+ var Pc = Tc, Mc = rc, Ss = Xt, $c = Pc, xs = NaN, Lc = /^[-+]0x[0-9a-f]+$/i, Ac = /^0b[01]+$/i, Oc = /^0o[0-7]+$/i, Dc = parseInt;
6104
6104
  function Nc(e) {
6105
6105
  if (typeof e == "number")
6106
6106
  return e;
@@ -6113,8 +6113,8 @@ function Nc(e) {
6113
6113
  if (typeof e != "string")
6114
6114
  return e === 0 ? e : +e;
6115
6115
  e = Mc(e);
6116
- var t = Lc.test(e);
6117
- return t || Oc.test(e) ? Dc(e.slice(2), t ? 2 : 8) : Ac.test(e) ? xs : +e;
6116
+ var t = Ac.test(e);
6117
+ return t || Oc.test(e) ? Dc(e.slice(2), t ? 2 : 8) : Lc.test(e) ? xs : +e;
6118
6118
  }
6119
6119
  var Vc = Nc, Hc = Xt, Et = tc, Bs = Vc, Rc = "Expected a function", Fc = Math.max, qc = Math.min;
6120
6120
  function Wc(e, s, t) {
@@ -6584,7 +6584,7 @@ const kd = /* @__PURE__ */ y(hd, [["render", _d]]), Cd = {
6584
6584
  }, Ed = { class: "ecs-color-picker-field--double" }, Td = { class: "ecs-color-picker-field--single" }, Pd = { class: "ecs-color-picker-field--single" }, Md = { class: "ecs-color-picker-field--single" }, $d = {
6585
6585
  key: 0,
6586
6586
  class: "ecs-color-picker-field--single"
6587
- }, Ad = ["aria-label", "aria-selected", "title", "onClick"], Ld = ["aria-label", "title", "onClick"];
6587
+ }, Ld = ["aria-label", "aria-selected", "title", "onClick"], Ad = ["aria-label", "title", "onClick"];
6588
6588
  function Od(e, s, t, a, n, i) {
6589
6589
  const l = g("saturation"), c = g("hue"), d = g("alpha"), h = g("ed-in"), b = g("checkboard");
6590
6590
  return o(), r("div", {
@@ -6673,7 +6673,7 @@ function Od(e, s, t, a, n, i) {
6673
6673
  onClick: (E) => i.handlePreset(k.hex)
6674
6674
  }, [
6675
6675
  _(b)
6676
- ], 8, Ld)) : (o(), r("div", {
6676
+ ], 8, Ad)) : (o(), r("div", {
6677
6677
  class: v(["ecs-color-picker-presets-color", { active: e.colors.hex === k.hex }]),
6678
6678
  "aria-label": k.title,
6679
6679
  key: "if-" + k.id,
@@ -6681,7 +6681,7 @@ function Od(e, s, t, a, n, i) {
6681
6681
  "aria-selected": e.colors.hex === k.hex ? "true" : "false",
6682
6682
  title: k.title,
6683
6683
  onClick: (E) => i.handlePreset(k.hex)
6684
- }, null, 14, Ad))
6684
+ }, null, 14, Ld))
6685
6685
  ], 64))), 256)),
6686
6686
  t.swatches.some((k) => k.hex === e.colors.hex) ? u("", !0) : (o(), r("div", {
6687
6687
  key: 0,
@@ -6780,9 +6780,9 @@ function Vd(e, s, t, a, n, i) {
6780
6780
  _: 1
6781
6781
  });
6782
6782
  }
6783
- const J0 = /* @__PURE__ */ y(Nd, [["render", Vd], ["__scopeId", "data-v-08aaa823"]]), Hd = {
6783
+ const Q0 = /* @__PURE__ */ y(Nd, [["render", Vd], ["__scopeId", "data-v-08aaa823"]]), Hd = {
6784
6784
  name: "ecs-data-card",
6785
- components: { EcsIcon: L, EcsSkeletonLoader: te, EcsButtonTable: Xs, EcsButton: ze, EcsFocusRing: D },
6785
+ components: { EcsIcon: A, EcsSkeletonLoader: te, EcsButtonTable: Xs, EcsButton: ze, EcsFocusRing: D },
6786
6786
  mixins: [be],
6787
6787
  props: {
6788
6788
  /** 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). */
@@ -6981,7 +6981,7 @@ function Zd(e, s, t, a, n, i) {
6981
6981
  })) : u("", !0)
6982
6982
  ], 10, Rd);
6983
6983
  }
6984
- const Q0 = /* @__PURE__ */ y(Hd, [["render", Zd], ["__scopeId", "data-v-4ccd1b15"]]), Jd = {
6984
+ const e_ = /* @__PURE__ */ y(Hd, [["render", Zd], ["__scopeId", "data-v-4ccd1b15"]]), Jd = {
6985
6985
  name: "ecs-data-card-list"
6986
6986
  }, Qd = {
6987
6987
  class: "ecs-data-card-list",
@@ -6992,7 +6992,7 @@ function eu(e, s, t, a, n, i) {
6992
6992
  p(e.$slots, "default")
6993
6993
  ]);
6994
6994
  }
6995
- const e_ = /* @__PURE__ */ y(Jd, [["render", eu]]), tu = {
6995
+ const t_ = /* @__PURE__ */ y(Jd, [["render", eu]]), tu = {
6996
6996
  name: "ecs-data-grid",
6997
6997
  emits: ["tableScroll"],
6998
6998
  props: {
@@ -7070,7 +7070,7 @@ function au(e, s, t, a, n, i) {
7070
7070
  ])) : u("", !0)
7071
7071
  ], 42, su);
7072
7072
  }
7073
- const t_ = /* @__PURE__ */ y(tu, [["render", au], ["__scopeId", "data-v-a756fba8"]]), ou = {
7073
+ const s_ = /* @__PURE__ */ y(tu, [["render", au], ["__scopeId", "data-v-a756fba8"]]), ou = {
7074
7074
  name: "ecs-data-grid-row",
7075
7075
  emits: ["rowdrop", "click", "contextmenu", "dblclick", "collapse"],
7076
7076
  props: {
@@ -7204,7 +7204,7 @@ function gu(e, s, t, a, n, i) {
7204
7204
  ], 10, fu)
7205
7205
  ]);
7206
7206
  }
7207
- const s_ = /* @__PURE__ */ y(du, [["render", gu], ["__scopeId", "data-v-c6e97366"]]), mu = {
7207
+ const i_ = /* @__PURE__ */ y(du, [["render", gu], ["__scopeId", "data-v-c6e97366"]]), mu = {
7208
7208
  name: "ecs-select",
7209
7209
  emits: [
7210
7210
  "focus",
@@ -7320,7 +7320,7 @@ const Zt = /* @__PURE__ */ y(mu, [["render", yu], ["__scopeId", "data-v-eea25537
7320
7320
  name: "ecs-data-grid-head-cell",
7321
7321
  emits: ["resizedWidth", "sortby", "selection"],
7322
7322
  components: {
7323
- EcsIcon: L,
7323
+ EcsIcon: A,
7324
7324
  EcsSelect: Zt,
7325
7325
  EcsFocusRing: D
7326
7326
  },
@@ -7569,7 +7569,7 @@ const Zt = /* @__PURE__ */ y(mu, [["render", yu], ["__scopeId", "data-v-eea25537
7569
7569
  key: 1,
7570
7570
  class: "shadow right"
7571
7571
  };
7572
- function Au(e, s, t, a, n, i) {
7572
+ function Lu(e, s, t, a, n, i) {
7573
7573
  const l = g("ecs-icon"), c = g("ecs-select"), d = g("ecs-focus-ring");
7574
7574
  return o(), r("div", {
7575
7575
  class: v(["ecs-data-grid-head-cell", [
@@ -7666,7 +7666,7 @@ function Au(e, s, t, a, n, i) {
7666
7666
  t.fixedLeftLast ? (o(), r("div", $u)) : u("", !0)
7667
7667
  ], 14, _u);
7668
7668
  }
7669
- const i_ = /* @__PURE__ */ y(bu, [["render", Au], ["__scopeId", "data-v-3bf31b66"]]), Lu = {
7669
+ const n_ = /* @__PURE__ */ y(bu, [["render", Lu], ["__scopeId", "data-v-3bf31b66"]]), Au = {
7670
7670
  name: "ecs-data-grid-group",
7671
7671
  props: {
7672
7672
  /** Determines if this cell group should be shown. Avoid showing more than 1 group at the same time. */
@@ -7692,7 +7692,7 @@ function Du(e, s, t, a, n, i) {
7692
7692
  [nt, t.show]
7693
7693
  ]);
7694
7694
  }
7695
- const n_ = /* @__PURE__ */ y(Lu, [["render", Du], ["__scopeId", "data-v-ee025ab5"]]), Nu = {
7695
+ const a_ = /* @__PURE__ */ y(Au, [["render", Du], ["__scopeId", "data-v-ee025ab5"]]), Nu = {
7696
7696
  name: "ecs-data-grid-cell",
7697
7697
  emits: ["collapse"],
7698
7698
  components: {
@@ -7858,7 +7858,7 @@ function ju(e, s, t, a, n, i) {
7858
7858
  t.fixedLeftLast ? (o(), r("div", Wu)) : u("", !0)
7859
7859
  ], 6);
7860
7860
  }
7861
- const a_ = /* @__PURE__ */ y(Nu, [["render", ju], ["__scopeId", "data-v-4deed396"]]), Uu = {
7861
+ const o_ = /* @__PURE__ */ y(Nu, [["render", ju], ["__scopeId", "data-v-4deed396"]]), Uu = {
7862
7862
  name: "ecs-data-list"
7863
7863
  }, Gu = {
7864
7864
  class: "ecs-data-list",
@@ -7869,7 +7869,7 @@ function Ku(e, s, t, a, n, i) {
7869
7869
  p(e.$slots, "default")
7870
7870
  ]);
7871
7871
  }
7872
- const o_ = /* @__PURE__ */ y(Uu, [["render", Ku]]), Yu = {
7872
+ const l_ = /* @__PURE__ */ y(Uu, [["render", Ku]]), Yu = {
7873
7873
  name: "ecs-data-list-item",
7874
7874
  emits: ["toggled"],
7875
7875
  components: { EcsButtonMore: Gt, EcsSkeletonLoader: te },
@@ -8001,7 +8001,7 @@ function ef(e, s, t, a, n, i) {
8001
8001
  style: x(i.identifierStyle),
8002
8002
  class: "ecs-data-list-identifier"
8003
8003
  }, [
8004
- A(C(t.identifier) + " ", 1),
8004
+ L(C(t.identifier) + " ", 1),
8005
8005
  e.$slots.collapse ? (o(), m(l, {
8006
8006
  key: 0,
8007
8007
  type: "ellipsis",
@@ -8047,7 +8047,7 @@ function ef(e, s, t, a, n, i) {
8047
8047
  ], 10, Qu)) : u("", !0)
8048
8048
  ]);
8049
8049
  }
8050
- const l_ = /* @__PURE__ */ y(Yu, [["render", ef], ["__scopeId", "data-v-608ab057"]]), tf = {
8050
+ const r_ = /* @__PURE__ */ y(Yu, [["render", ef], ["__scopeId", "data-v-608ab057"]]), tf = {
8051
8051
  name: "ecs-dialog",
8052
8052
  emits: ["toggled", "cancel"],
8053
8053
  props: {
@@ -8161,7 +8161,7 @@ function nf(e, s, t, a, n, i) {
8161
8161
  ], 2)) : u("", !0)
8162
8162
  ], 34)) : u("", !0);
8163
8163
  }
8164
- const r_ = /* @__PURE__ */ y(tf, [["render", nf]]), af = {
8164
+ const c_ = /* @__PURE__ */ y(tf, [["render", nf]]), af = {
8165
8165
  __name: "state-icon",
8166
8166
  props: {
8167
8167
  /** The identifier of the icon which should show up. */
@@ -8273,7 +8273,7 @@ function df(e, s, t, a, n, i) {
8273
8273
  ]))
8274
8274
  ]);
8275
8275
  }
8276
- const c_ = /* @__PURE__ */ y(lf, [["render", df], ["__scopeId", "data-v-6e05c98b"]]), uf = {
8276
+ const d_ = /* @__PURE__ */ y(lf, [["render", df], ["__scopeId", "data-v-6e05c98b"]]), uf = {
8277
8277
  __name: "favicon",
8278
8278
  props: {
8279
8279
  /** The identifier of the favicon which should show up. */
@@ -8318,7 +8318,7 @@ const c_ = /* @__PURE__ */ y(lf, [["render", df], ["__scopeId", "data-v-6e05c98b
8318
8318
  }, ff = {
8319
8319
  name: "ecs-directory-entry",
8320
8320
  components: {
8321
- EcsIcon: L,
8321
+ EcsIcon: A,
8322
8322
  EcsFavicon: uf,
8323
8323
  EcsAvatar: vt,
8324
8324
  EcsSkeletonLoader: te
@@ -8416,10 +8416,10 @@ function vf(e, s, t, a, n, i) {
8416
8416
  ])
8417
8417
  ]);
8418
8418
  }
8419
- const d_ = /* @__PURE__ */ y(ff, [["render", vf], ["__scopeId", "data-v-ddd907db"]]), yf = {
8419
+ const u_ = /* @__PURE__ */ y(ff, [["render", vf], ["__scopeId", "data-v-ddd907db"]]), yf = {
8420
8420
  name: "ecs-document-state",
8421
8421
  components: {
8422
- EcsIcon: L,
8422
+ EcsIcon: A,
8423
8423
  EcsSkeletonLoader: te
8424
8424
  },
8425
8425
  props: {
@@ -8484,7 +8484,7 @@ function xf(e, s, t, a, n, i) {
8484
8484
  ])) : u("", !0)
8485
8485
  ], 8, bf));
8486
8486
  }
8487
- const u_ = /* @__PURE__ */ y(yf, [["render", xf], ["__scopeId", "data-v-8239e8d6"]]), Bf = {
8487
+ const f_ = /* @__PURE__ */ y(yf, [["render", xf], ["__scopeId", "data-v-8239e8d6"]]), Bf = {
8488
8488
  props: {
8489
8489
  /** The initial value of the chart as a percentage. */
8490
8490
  value: {
@@ -8573,9 +8573,9 @@ function Tf(e, s, t, a, n, i) {
8573
8573
  ], 8, If))
8574
8574
  ], 4);
8575
8575
  }
8576
- const f_ = /* @__PURE__ */ y(Bf, [["render", Tf], ["__scopeId", "data-v-851d95d9"]]), Pf = {
8576
+ const g_ = /* @__PURE__ */ y(Bf, [["render", Tf], ["__scopeId", "data-v-851d95d9"]]), Pf = {
8577
8577
  name: "ecs-empty-state",
8578
- components: { EcsIcon: L },
8578
+ components: { EcsIcon: A },
8579
8579
  props: {
8580
8580
  /** 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. */
8581
8581
  type: {
@@ -8602,11 +8602,11 @@ const f_ = /* @__PURE__ */ y(Bf, [["render", Tf], ["__scopeId", "data-v-851d95d9
8602
8602
  }, Mf = ["aria-busy"], $f = {
8603
8603
  key: 1,
8604
8604
  class: "ecs-empty-state-loading"
8605
- }, Af = {
8605
+ }, Lf = {
8606
8606
  key: 3,
8607
8607
  class: "ecs-empty-state-actions"
8608
8608
  };
8609
- function Lf(e, s, t, a, n, i) {
8609
+ function Af(e, s, t, a, n, i) {
8610
8610
  const l = g("ecs-icon");
8611
8611
  return o(), r("div", {
8612
8612
  class: "ecs-empty-state",
@@ -8624,12 +8624,12 @@ function Lf(e, s, t, a, n, i) {
8624
8624
  }, [
8625
8625
  p(e.$slots, "default", {}, void 0, !0)
8626
8626
  ], 2)) : u("", !0),
8627
- e.$slots.actions ? (o(), r("div", Af, [
8627
+ e.$slots.actions ? (o(), r("div", Lf, [
8628
8628
  p(e.$slots, "actions", {}, void 0, !0)
8629
8629
  ])) : u("", !0)
8630
8630
  ], 8, Mf);
8631
8631
  }
8632
- const si = /* @__PURE__ */ y(Pf, [["render", Lf], ["__scopeId", "data-v-5b37142c"]]), Of = {
8632
+ const si = /* @__PURE__ */ y(Pf, [["render", Af], ["__scopeId", "data-v-5b37142c"]]), Of = {
8633
8633
  props: {
8634
8634
  /** The current progress value. */
8635
8635
  value: {
@@ -8875,16 +8875,16 @@ function Kf(e, s, t, a, n, i) {
8875
8875
  class: "ecs-dropzone-skeleton"
8876
8876
  })) : (o(), r("div", qf, [
8877
8877
  e.$slots.customlabel ? u("", !0) : (o(), r(F, { key: 0 }, [
8878
- A(" Drag and drop your " + C(t.fileTypeLabel) + " or ", 1),
8878
+ L(" Drag and drop your " + C(t.fileTypeLabel) + " or ", 1),
8879
8879
  f("i", {
8880
8880
  onClick: s[1] || (s[1] = (...B) => i.browseFile && i.browseFile(...B)),
8881
8881
  onKeydown: s[2] || (s[2] = Y((...B) => i.browseFile && i.browseFile(...B), ["enter"])),
8882
8882
  tabindex: "0"
8883
8883
  }, [
8884
- A("browse"),
8884
+ L("browse"),
8885
8885
  _(c)
8886
8886
  ], 32),
8887
- A(" to upload. ")
8887
+ L(" to upload. ")
8888
8888
  ], 64)),
8889
8889
  e.$slots.customlabel ? (o(), r("div", Wf, [
8890
8890
  p(e.$slots, "customlabel", {}, void 0, !0)
@@ -8905,7 +8905,7 @@ function Kf(e, s, t, a, n, i) {
8905
8905
  color: "#474B60"
8906
8906
  }, {
8907
8907
  default: w(() => [
8908
- A("Uploading")
8908
+ L("Uploading")
8909
8909
  ]),
8910
8910
  _: 1
8911
8911
  })) : (o(), m(b, {
@@ -8921,7 +8921,7 @@ function Kf(e, s, t, a, n, i) {
8921
8921
  color: "warning"
8922
8922
  }, {
8923
8923
  default: w(() => [
8924
- A("Uploading")
8924
+ L("Uploading")
8925
8925
  ]),
8926
8926
  _: 1
8927
8927
  })
@@ -8957,13 +8957,13 @@ function Kf(e, s, t, a, n, i) {
8957
8957
  class: "ecs-dropzone-cancel"
8958
8958
  }, {
8959
8959
  default: w(() => [
8960
- A(C(i.cancelButtonOptions.label), 1)
8960
+ L(C(i.cancelButtonOptions.label), 1)
8961
8961
  ]),
8962
8962
  _: 1
8963
8963
  }, 8, ["onClick", "icon"])) : u("", !0)
8964
8964
  ], 42, Rf);
8965
8965
  }
8966
- const g_ = /* @__PURE__ */ y(Hf, [["render", Kf], ["__scopeId", "data-v-7c5f7831"]]), Yf = {
8966
+ const m_ = /* @__PURE__ */ y(Hf, [["render", Kf], ["__scopeId", "data-v-7c5f7831"]]), Yf = {
8967
8967
  name: "ecs-form-group",
8968
8968
  components: { EcsText: rt },
8969
8969
  props: {
@@ -9035,7 +9035,7 @@ const ii = /* @__PURE__ */ y(Yf, [["render", Xf], ["__scopeId", "data-v-42feea1d
9035
9035
  name: "ecs-info-tooltip",
9036
9036
  emits: ["click"],
9037
9037
  components: {
9038
- EcsIcon: L
9038
+ EcsIcon: A
9039
9039
  },
9040
9040
  props: {
9041
9041
  /** 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). */
@@ -9064,7 +9064,7 @@ function Jf(e, s, t, a, n, i) {
9064
9064
  }
9065
9065
  const Qf = /* @__PURE__ */ y(Zf, [["render", Jf], ["__scopeId", "data-v-97a5e4d9"]]), eg = {
9066
9066
  name: "ecs-popover-header",
9067
- components: { EcsIcon: L, EcsText: rt },
9067
+ components: { EcsIcon: A, EcsText: rt },
9068
9068
  props: {
9069
9069
  /** 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). */
9070
9070
  icon: {
@@ -9105,7 +9105,7 @@ function ag(e, s, t, a, n, i) {
9105
9105
  size: "4"
9106
9106
  }, {
9107
9107
  default: w(() => [
9108
- A(C(t.title), 1)
9108
+ L(C(t.title), 1)
9109
9109
  ]),
9110
9110
  _: 1
9111
9111
  }),
@@ -9231,7 +9231,7 @@ const og = /* @__PURE__ */ y(eg, [["render", ag], ["__scopeId", "data-v-85fef203
9231
9231
  this.$emit("opened");
9232
9232
  }
9233
9233
  }
9234
- }, Ct = (e) => (ve("data-v-3c8b7acd"), e = e(), ye(), e), cg = { class: "ecs-ecai-select-button" }, dg = { class: "ecai-content" }, ug = { class: "ecai-inner-content" }, fg = /* @__PURE__ */ Ct(() => /* @__PURE__ */ f("span", { class: "bg-circle bg-circle-1" }, null, -1)), gg = /* @__PURE__ */ Ct(() => /* @__PURE__ */ f("span", { class: "bg-circle bg-circle-2" }, null, -1)), mg = /* @__PURE__ */ Ct(() => /* @__PURE__ */ f("span", { class: "bg-circle bg-circle-3" }, null, -1)), hg = [
9234
+ }, Ct = (e) => (ve("data-v-18ff9cc5"), e = e(), ye(), e), cg = { class: "ecs-ecai-select-button" }, dg = { class: "ecai-content" }, ug = { class: "ecai-inner-content" }, fg = /* @__PURE__ */ Ct(() => /* @__PURE__ */ f("span", { class: "bg-circle bg-circle-1" }, null, -1)), gg = /* @__PURE__ */ Ct(() => /* @__PURE__ */ f("span", { class: "bg-circle bg-circle-2" }, null, -1)), mg = /* @__PURE__ */ Ct(() => /* @__PURE__ */ f("span", { class: "bg-circle bg-circle-3" }, null, -1)), hg = [
9235
9235
  fg,
9236
9236
  gg,
9237
9237
  mg
@@ -9240,11 +9240,11 @@ const og = /* @__PURE__ */ y(eg, [["render", ag], ["__scopeId", "data-v-85fef203
9240
9240
  target: "_blank",
9241
9241
  title: "Learn more about EC:AI in the Knowledge Base",
9242
9242
  class: "learn-more-link"
9243
- }, yg = ["value", "selected"], bg = /* @__PURE__ */ Ct(() => /* @__PURE__ */ f("span", null, "Transcript Summary Format: ", -1)), _g = { key: 2 }, kg = { key: 0 }, Cg = { key: 1 }, wg = { class: "ineligible-list scrollbar scrollbar-sml" }, Sg = {
9243
+ }, yg = ["value", "selected"], bg = /* @__PURE__ */ Ct(() => /* @__PURE__ */ f("span", null, "Transcript Summary Format: ", -1)), _g = ["innerHTML"], kg = { key: 2 }, Cg = { key: 0 }, wg = { key: 1 }, Sg = { class: "ineligible-list scrollbar scrollbar-sml" }, xg = {
9244
9244
  key: 0,
9245
9245
  class: "skipped-documents"
9246
- }, xg = { key: 0 };
9247
- function Bg(e, s, t, a, n, i) {
9246
+ }, Bg = { key: 0 };
9247
+ function Ig(e, s, t, a, n, i) {
9248
9248
  const l = g("ecs-button"), c = g("ecs-sticker"), d = g("ecs-popover-header"), h = g("ecs-info-tooltip"), b = g("ecs-flex-row"), k = g("ecs-switch"), E = g("ecs-text"), I = g("ecs-select"), B = g("ecs-form-group"), M = g("ecs-checkbox"), $ = g("ecs-button-more"), z = g("ecs-popover");
9249
9249
  return o(), m(z, {
9250
9250
  ref: "popoverRef",
@@ -9261,7 +9261,7 @@ function Bg(e, s, t, a, n, i) {
9261
9261
  default: w(() => [
9262
9262
  _(l, { onClick: i.generate }, {
9263
9263
  default: w(() => [
9264
- A("Generate")
9264
+ L("Generate")
9265
9265
  ]),
9266
9266
  _: 1
9267
9267
  }, 8, ["onClick"])
@@ -9283,7 +9283,7 @@ function Bg(e, s, t, a, n, i) {
9283
9283
  }, null, 8, pg),
9284
9284
  f("a", vg, [
9285
9285
  _(h),
9286
- A(" Learn more ")
9286
+ L(" Learn more ")
9287
9287
  ])
9288
9288
  ]),
9289
9289
  _: 1
@@ -9296,7 +9296,7 @@ function Bg(e, s, t, a, n, i) {
9296
9296
  "data-test": "ecai-select-generate-summaries"
9297
9297
  }, {
9298
9298
  default: w(() => [
9299
- A(" Generate AI Summaries ")
9299
+ L(" Generate AI Summaries ")
9300
9300
  ]),
9301
9301
  _: 1
9302
9302
  }, 8, ["onInput", "value"])) : u("", !0),
@@ -9307,7 +9307,7 @@ function Bg(e, s, t, a, n, i) {
9307
9307
  default: w(() => [
9308
9308
  _(E, { type: "label" }, {
9309
9309
  default: w(() => [
9310
- A("Document Summary Format")
9310
+ L("Document Summary Format")
9311
9311
  ]),
9312
9312
  _: 1
9313
9313
  }),
@@ -9335,7 +9335,7 @@ function Bg(e, s, t, a, n, i) {
9335
9335
  }, {
9336
9336
  default: w(() => [
9337
9337
  bg,
9338
- A("Topic Summary ")
9338
+ L("Topic Summary ")
9339
9339
  ]),
9340
9340
  _: 1
9341
9341
  }, 8, ["class"])) : u("", !0),
@@ -9348,7 +9348,7 @@ function Bg(e, s, t, a, n, i) {
9348
9348
  "data-test": "ecai-select-extract-metadata"
9349
9349
  }, {
9350
9350
  default: w(() => [
9351
- A("Automatically Extract Metadata")
9351
+ L("Automatically Extract Metadata")
9352
9352
  ]),
9353
9353
  _: 1
9354
9354
  }, 8, ["onInput", "value"])) : u("", !0),
@@ -9364,7 +9364,7 @@ function Bg(e, s, t, a, n, i) {
9364
9364
  "data-test": `ecai-select-extract-option-${T.name.toLowerCase().replace(" ", "-")}`
9365
9365
  }, {
9366
9366
  default: w(() => [
9367
- A(C(T.name), 1)
9367
+ L(C(T.name), 1)
9368
9368
  ]),
9369
9369
  _: 2
9370
9370
  }, 1032, ["value", "onInput", "data-test"]))), 128))
@@ -9381,12 +9381,15 @@ function Bg(e, s, t, a, n, i) {
9381
9381
  default: w(() => [
9382
9382
  _(c, { type: "warning" }),
9383
9383
  f("ul", null, [
9384
- (o(!0), r(F, null, J(t.warnings, (T) => (o(), r("li", { key: T }, C(T), 1))), 128))
9384
+ (o(!0), r(F, null, J(t.warnings, (T) => (o(), r("li", {
9385
+ key: T,
9386
+ innerHTML: T
9387
+ }, null, 8, _g))), 128))
9385
9388
  ])
9386
9389
  ]),
9387
9390
  _: 1
9388
9391
  })) : u("", !0),
9389
- i.anyAiActive && (t.skippedDocuments.length > 0 || t.ineligibleTranscriptCount > 0) ? (o(), r("div", _g, [
9392
+ i.anyAiActive && (t.skippedDocuments.length > 0 || t.ineligibleTranscriptCount > 0) ? (o(), r("div", kg, [
9390
9393
  _($, {
9391
9394
  onClick: s[1] || (s[1] = (T) => n.showSkippedDocuments = !n.showSkippedDocuments),
9392
9395
  active: n.showSkippedDocuments,
@@ -9394,13 +9397,13 @@ function Bg(e, s, t, a, n, i) {
9394
9397
  "data-test": "ecai-select-toggle-skipped-documents"
9395
9398
  }, {
9396
9399
  default: w(() => [
9397
- n.showSkippedDocuments ? (o(), r("span", Cg, "Hide " + C(t.skippedDocuments.length + t.ineligibleTranscriptCount) + " document" + C(t.skippedDocuments.length + t.ineligibleTranscriptCount > 1 ? "s" : ""), 1)) : (o(), r("span", kg, "Show " + C(t.skippedDocuments.length + t.ineligibleTranscriptCount) + " document" + C(t.skippedDocuments.length + t.ineligibleTranscriptCount > 1 ? "s" : ""), 1))
9400
+ n.showSkippedDocuments ? (o(), r("span", wg, "Hide " + C(t.skippedDocuments.length + t.ineligibleTranscriptCount) + " document" + C(t.skippedDocuments.length + t.ineligibleTranscriptCount > 1 ? "s" : ""), 1)) : (o(), r("span", Cg, "Show " + C(t.skippedDocuments.length + t.ineligibleTranscriptCount) + " document" + C(t.skippedDocuments.length + t.ineligibleTranscriptCount > 1 ? "s" : ""), 1))
9398
9401
  ]),
9399
9402
  _: 1
9400
9403
  }, 8, ["active"]),
9401
- f("div", wg, [
9402
- n.showSkippedDocuments ? (o(), r("ul", Sg, [
9403
- t.ineligibleTranscriptCount > 0 ? (o(), r("li", xg, C(t.ineligibleTranscriptCount) + " Transcript" + C(t.ineligibleTranscriptCount > 1 ? "s" : ""), 1)) : u("", !0),
9404
+ f("div", Sg, [
9405
+ n.showSkippedDocuments ? (o(), r("ul", xg, [
9406
+ t.ineligibleTranscriptCount > 0 ? (o(), r("li", Bg, C(t.ineligibleTranscriptCount) + " Transcript" + C(t.ineligibleTranscriptCount > 1 ? "s" : ""), 1)) : u("", !0),
9404
9407
  (o(!0), r(F, null, J(t.skippedDocuments, (T) => (o(), r("li", { key: T }, C(T), 1))), 128))
9405
9408
  ])) : u("", !0)
9406
9409
  ])
@@ -9426,7 +9429,7 @@ function Bg(e, s, t, a, n, i) {
9426
9429
  "data-test": "ecai-select-button"
9427
9430
  }, {
9428
9431
  default: w(() => [
9429
- A("EC:AI")
9432
+ L("EC:AI")
9430
9433
  ]),
9431
9434
  _: 1
9432
9435
  }, 8, ["disabled"])),
@@ -9440,9 +9443,9 @@ function Bg(e, s, t, a, n, i) {
9440
9443
  _: 1
9441
9444
  }, 8, ["onHidden", "onShown"]);
9442
9445
  }
9443
- const m_ = /* @__PURE__ */ y(rg, [["render", Bg], ["__scopeId", "data-v-3c8b7acd"]]), Ig = {
9446
+ const h_ = /* @__PURE__ */ y(rg, [["render", Ig], ["__scopeId", "data-v-18ff9cc5"]]), zg = {
9444
9447
  name: "ecs-ecai-wrapper",
9445
- components: { EcsIcon: L },
9448
+ components: { EcsIcon: A },
9446
9449
  props: {
9447
9450
  /** Padding to be applied to the wrapper. */
9448
9451
  padding: {
@@ -9475,14 +9478,14 @@ const m_ = /* @__PURE__ */ y(rg, [["render", Bg], ["__scopeId", "data-v-3c8b7acd
9475
9478
  };
9476
9479
  }
9477
9480
  }
9478
- }, zg = /* @__PURE__ */ _i('<span class="border-gradient" data-v-ddf398d0></span><div class="ecai-background" data-v-ddf398d0><span class="bg-circle bg-circle-1" data-v-ddf398d0></span><span class="bg-circle bg-circle-2" data-v-ddf398d0></span><span class="bg-circle bg-circle-3" data-v-ddf398d0></span></div>', 2);
9479
- function Eg(e, s, t, a, n, i) {
9481
+ }, Eg = /* @__PURE__ */ _i('<span class="border-gradient" data-v-ddf398d0></span><div class="ecai-background" data-v-ddf398d0><span class="bg-circle bg-circle-1" data-v-ddf398d0></span><span class="bg-circle bg-circle-2" data-v-ddf398d0></span><span class="bg-circle bg-circle-3" data-v-ddf398d0></span></div>', 2);
9482
+ function Tg(e, s, t, a, n, i) {
9480
9483
  const l = g("ecs-icon");
9481
9484
  return o(), r("div", {
9482
9485
  class: v(["ecs-ecai-wrapper", { border: i.hasBorder }]),
9483
9486
  style: x(i.wrapperStyle)
9484
9487
  }, [
9485
- zg,
9488
+ Eg,
9486
9489
  t.icon ? (o(), m(l, {
9487
9490
  key: 0,
9488
9491
  type: "sparkle-filled",
@@ -9492,11 +9495,11 @@ function Eg(e, s, t, a, n, i) {
9492
9495
  p(e.$slots, "default", {}, void 0, !0)
9493
9496
  ], 6);
9494
9497
  }
9495
- const h_ = /* @__PURE__ */ y(Ig, [["render", Eg], ["__scopeId", "data-v-ddf398d0"]]), Tg = {
9498
+ const p_ = /* @__PURE__ */ y(zg, [["render", Tg], ["__scopeId", "data-v-ddf398d0"]]), Pg = {
9496
9499
  name: "ecs-entry-link",
9497
9500
  emits: ["linkClick", "linkClickExternal", "moreClick"],
9498
9501
  components: {
9499
- EcsIcon: L,
9502
+ EcsIcon: A,
9500
9503
  EcsSticker: Oe,
9501
9504
  EcsButtonMore: Gt,
9502
9505
  EcsFocusRing: D
@@ -9552,14 +9555,14 @@ const h_ = /* @__PURE__ */ y(Ig, [["render", Eg], ["__scopeId", "data-v-ddf398d0
9552
9555
  this.$emit("moreClick", e);
9553
9556
  }
9554
9557
  }
9555
- }, Pg = ["title"], Mg = {
9558
+ }, Mg = ["title"], $g = {
9556
9559
  key: 1,
9557
9560
  class: "prepend"
9558
- }, $g = ["title"], Ag = {
9561
+ }, Lg = ["title"], Ag = {
9559
9562
  key: 2,
9560
9563
  class: "append"
9561
9564
  };
9562
- function Lg(e, s, t, a, n, i) {
9565
+ function Og(e, s, t, a, n, i) {
9563
9566
  const l = g("ecs-icon"), c = g("ecs-sticker"), d = g("ecs-focus-ring"), h = g("ecs-button-more");
9564
9567
  return o(), r("div", {
9565
9568
  onClick: s[0] || (s[0] = G((...b) => i.handleClick && i.handleClick(...b), ["stop"])),
@@ -9582,14 +9585,14 @@ function Lg(e, s, t, a, n, i) {
9582
9585
  key: 1,
9583
9586
  type: t.sticker
9584
9587
  }, null, 8, ["type"])) : u("", !0)
9585
- ], 8, Pg)) : u("", !0),
9586
- e.$slots.prepender ? (o(), r("div", Mg, [
9588
+ ], 8, Mg)) : u("", !0),
9589
+ e.$slots.prepender ? (o(), r("div", $g, [
9587
9590
  p(e.$slots, "prepender", {}, void 0, !0)
9588
9591
  ])) : u("", !0),
9589
9592
  f("div", {
9590
9593
  class: v(["ecs-entry-link-label", t.emphasized ? "emphasized" : ""]),
9591
9594
  title: t.linkTitle
9592
- }, C(t.label), 11, $g),
9595
+ }, C(t.label), 11, Lg),
9593
9596
  e.$slots.appender ? (o(), r("div", Ag, [
9594
9597
  p(e.$slots, "appender", {}, void 0, !0)
9595
9598
  ])) : u("", !0),
@@ -9606,9 +9609,9 @@ function Lg(e, s, t, a, n, i) {
9606
9609
  }, null, 8, ["onClick", "title", "aria-label"])) : u("", !0)
9607
9610
  ]);
9608
9611
  }
9609
- const p_ = /* @__PURE__ */ y(Tg, [["render", Lg], ["__scopeId", "data-v-00b5ab33"]]), Og = {
9612
+ const v_ = /* @__PURE__ */ y(Pg, [["render", Og], ["__scopeId", "data-v-00b5ab33"]]), Dg = {
9610
9613
  name: "ecs-excerpt-snippet",
9611
- components: { EcsIcon: L, EcsSkeletonLoader: te, EcsFormatted: Zs },
9614
+ components: { EcsIcon: A, EcsSkeletonLoader: te, EcsFormatted: Zs },
9612
9615
  props: {
9613
9616
  /** Determines how the content of the excerpt should be rendered. */
9614
9617
  type: {
@@ -9663,26 +9666,26 @@ const p_ = /* @__PURE__ */ y(Tg, [["render", Lg], ["__scopeId", "data-v-00b5ab33
9663
9666
  return `max-height: ${this.maxHeight}; overflow: auto;`;
9664
9667
  }
9665
9668
  }
9666
- }, Dg = { class: "ecs-excerpt-title" }, Ng = { class: "ecs-excerpt-title-headline" }, Vg = { key: 3 }, Hg = {
9669
+ }, Ng = { class: "ecs-excerpt-title" }, Vg = { class: "ecs-excerpt-title-headline" }, Hg = { key: 3 }, Rg = {
9667
9670
  key: 0,
9668
9671
  class: "ecs-excerpt-title-cite"
9669
- }, Rg = { key: 1 }, Fg = {
9672
+ }, Fg = { key: 1 }, qg = {
9670
9673
  key: 1,
9671
9674
  class: "ecs-excerpt-content-transcript"
9672
- }, qg = {
9675
+ }, Wg = {
9673
9676
  key: 2,
9674
9677
  class: "ecs-excerpt-content-rectangle"
9675
- }, Wg = {
9678
+ }, jg = {
9676
9679
  key: 3,
9677
9680
  class: "ecs-excerpt-content-regular"
9678
9681
  };
9679
- function jg(e, s, t, a, n, i) {
9682
+ function Ug(e, s, t, a, n, i) {
9680
9683
  const l = g("ecs-skeleton-loader"), c = g("ecs-icon"), d = g("ecs-formatted");
9681
9684
  return o(), r("div", {
9682
9685
  class: v(["ecs-excerpt-snippet", i.sizeClass])
9683
9686
  }, [
9684
- f("div", Dg, [
9685
- f("div", Ng, [
9687
+ f("div", Ng, [
9688
+ f("div", Vg, [
9686
9689
  t.icon && t.loading ? (o(), m(l, {
9687
9690
  key: 0,
9688
9691
  type: "rect",
@@ -9698,14 +9701,14 @@ function jg(e, s, t, a, n, i) {
9698
9701
  key: 2,
9699
9702
  type: "single",
9700
9703
  width: 20
9701
- })) : (o(), r("span", Vg, C(t.headline), 1))
9704
+ })) : (o(), r("span", Hg, C(t.headline), 1))
9702
9705
  ]),
9703
- t.cite ? (o(), r("div", Hg, [
9706
+ t.cite ? (o(), r("div", Rg, [
9704
9707
  t.loading ? (o(), m(l, {
9705
9708
  key: 0,
9706
9709
  type: "single",
9707
9710
  width: 100
9708
- })) : (o(), r("span", Rg, C(t.cite), 1))
9711
+ })) : (o(), r("span", Fg, C(t.cite), 1))
9709
9712
  ])) : u("", !0)
9710
9713
  ]),
9711
9714
  f("div", {
@@ -9725,23 +9728,23 @@ function jg(e, s, t, a, n, i) {
9725
9728
  p(e.$slots, "default", {}, void 0, !0)
9726
9729
  ]),
9727
9730
  _: 3
9728
- }, 8, ["small"])) : t.type == "transcript" ? (o(), r("div", Fg, [
9731
+ }, 8, ["small"])) : t.type == "transcript" ? (o(), r("div", qg, [
9729
9732
  p(e.$slots, "default", {}, void 0, !0)
9730
- ])) : t.type == "rectangle" ? (o(), r("div", qg, [
9733
+ ])) : t.type == "rectangle" ? (o(), r("div", Wg, [
9731
9734
  f("span", {
9732
9735
  style: x("color:" + t.annotationColor)
9733
9736
  }, "Rectangle Annotation", 4),
9734
9737
  f("div", {
9735
9738
  style: x("background-color:" + t.annotationColor)
9736
9739
  }, null, 4)
9737
- ])) : (o(), r("div", Wg, [
9740
+ ])) : (o(), r("div", jg, [
9738
9741
  p(e.$slots, "default", {}, void 0, !0)
9739
9742
  ]))
9740
9743
  ], 64))
9741
9744
  ], 4)
9742
9745
  ], 2);
9743
9746
  }
9744
- const v_ = /* @__PURE__ */ y(Og, [["render", jg], ["__scopeId", "data-v-99786854"]]), y_ = {
9747
+ const y_ = /* @__PURE__ */ y(Dg, [["render", Ug], ["__scopeId", "data-v-99786854"]]), b_ = {
9745
9748
  __name: "fill-icon",
9746
9749
  props: {
9747
9750
  /** The identifier of the icon which should show up. */
@@ -9783,22 +9786,22 @@ const v_ = /* @__PURE__ */ y(Og, [["render", jg], ["__scopeId", "data-v-99786854
9783
9786
  width: e.width
9784
9787
  }, null, 8, ["height", "width"]));
9785
9788
  }
9786
- }, Ug = {
9787
- name: "ecs-file-list"
9788
9789
  }, Gg = {
9790
+ name: "ecs-file-list"
9791
+ }, Kg = {
9789
9792
  class: "ecs-file-list",
9790
9793
  role: "list"
9791
9794
  };
9792
- function Kg(e, s, t, a, n, i) {
9793
- return o(), r("div", Gg, [
9795
+ function Yg(e, s, t, a, n, i) {
9796
+ return o(), r("div", Kg, [
9794
9797
  p(e.$slots, "default")
9795
9798
  ]);
9796
9799
  }
9797
- const b_ = /* @__PURE__ */ y(Ug, [["render", Kg]]), Yg = {
9800
+ const __ = /* @__PURE__ */ y(Gg, [["render", Yg]]), Xg = {
9798
9801
  name: "ecs-file-list-item",
9799
9802
  emits: ["click", "remove", "toggled", "title-click"],
9800
9803
  components: {
9801
- EcsIcon: L,
9804
+ EcsIcon: A,
9802
9805
  EcsFileIcon: Us,
9803
9806
  EcsSticker: Oe,
9804
9807
  EcsButtonTable: Xs,
@@ -9912,17 +9915,17 @@ const b_ = /* @__PURE__ */ y(Ug, [["render", Kg]]), Yg = {
9912
9915
  created() {
9913
9916
  this.expandId = this.generateUniqueId(), this.errorId = this.generateUniqueId(), this.editId = this.generateUniqueId();
9914
9917
  }
9915
- }, Xg = ["tabindex"], Zg = {
9918
+ }, Zg = ["tabindex"], Jg = {
9916
9919
  key: 0,
9917
9920
  class: "ecs-file-list-inner"
9918
- }, Jg = ["aria-errormessage"], Qg = { class: "ecs-file-list-controls" }, em = {
9921
+ }, Qg = ["aria-errormessage"], em = { class: "ecs-file-list-controls" }, tm = {
9919
9922
  key: 0,
9920
9923
  class: "ecs-file-list-meta"
9921
- }, tm = ["aria-controls", "aria-expanded", "aria-label", "disabled"], sm = ["aria-valuenow"], im = ["id"], nm = ["id", "aria-hidden"], am = ["id"], om = {
9924
+ }, sm = ["aria-controls", "aria-expanded", "aria-label", "disabled"], im = ["aria-valuenow"], nm = ["id"], am = ["id", "aria-hidden"], om = ["id"], lm = {
9922
9925
  ref: "edit",
9923
9926
  class: "ecs-file-list-entry-edit"
9924
9927
  };
9925
- function lm(e, s, t, a, n, i) {
9928
+ function rm(e, s, t, a, n, i) {
9926
9929
  const l = g("ecs-focus-ring"), c = g("ecs-icon"), d = g("ecs-file-icon"), h = g("ecs-sticker"), b = g("ecs-button-table");
9927
9930
  return o(), r("div", {
9928
9931
  onClick: s[9] || (s[9] = (k) => e.$emit("click", k)),
@@ -9937,7 +9940,7 @@ function lm(e, s, t, a, n, i) {
9937
9940
  t.hover ? (o(), m(l, { key: 0 })) : u("", !0),
9938
9941
  _(pe, { name: "title" }, {
9939
9942
  default: w(() => [
9940
- t.showTitleEdit || !t.edit ? (o(), r("div", Zg, [
9943
+ t.showTitleEdit || !t.edit ? (o(), r("div", Jg, [
9941
9944
  t.icon ? (o(), m(c, {
9942
9945
  key: 0,
9943
9946
  onClick: s[0] || (s[0] = (k) => e.$emit("title-click", k)),
@@ -9968,10 +9971,10 @@ function lm(e, s, t, a, n, i) {
9968
9971
  "aria-errormessage": t.error ? n.errorId : null
9969
9972
  }, [
9970
9973
  p(e.$slots, "default", {}, void 0, !0)
9971
- ], 8, Jg)
9974
+ ], 8, Qg)
9972
9975
  ], 32),
9973
- f("div", Qg, [
9974
- e.$slots.meta ? (o(), r("div", em, [
9976
+ f("div", em, [
9977
+ e.$slots.meta ? (o(), r("div", tm, [
9975
9978
  p(e.$slots, "meta", {}, void 0, !0)
9976
9979
  ])) : u("", !0),
9977
9980
  p(e.$slots, "controls", {}, void 0, !0),
@@ -9992,7 +9995,7 @@ function lm(e, s, t, a, n, i) {
9992
9995
  disabled: t.disableButtons
9993
9996
  }, [
9994
9997
  _(l)
9995
- ], 10, tm)) : u("", !0),
9998
+ ], 10, sm)) : u("", !0),
9996
9999
  t.remove ? (o(), m(b, {
9997
10000
  key: 3,
9998
10001
  onClick: s[8] || (s[8] = (k) => e.$emit("remove", k)),
@@ -10009,7 +10012,7 @@ function lm(e, s, t, a, n, i) {
10009
10012
  style: x({ width: t.progress + "%" }),
10010
10013
  role: "progressbar",
10011
10014
  "aria-valuenow": t.progress
10012
- }, null, 12, sm)) : u("", !0)
10015
+ }, null, 12, im)) : u("", !0)
10013
10016
  ])) : u("", !0)
10014
10017
  ]),
10015
10018
  _: 3
@@ -10018,7 +10021,7 @@ function lm(e, s, t, a, n, i) {
10018
10021
  key: 1,
10019
10022
  class: "error",
10020
10023
  id: n.errorId
10021
- }, C(t.error), 9, im)) : u("", !0),
10024
+ }, C(t.error), 9, nm)) : u("", !0),
10022
10025
  e.$slots.collapse ? (o(), r("div", {
10023
10026
  key: 2,
10024
10027
  class: v(n.isVisible ? "collapse-show" : "collapse-hide"),
@@ -10026,7 +10029,7 @@ function lm(e, s, t, a, n, i) {
10026
10029
  "aria-hidden": n.isVisible ? "false" : "true"
10027
10030
  }, [
10028
10031
  p(e.$slots, "collapse", {}, void 0, !0)
10029
- ], 10, nm)) : u("", !0),
10032
+ ], 10, am)) : u("", !0),
10030
10033
  _(pe, { name: "edit" }, {
10031
10034
  default: w(() => [
10032
10035
  e.$slots.edit && t.edit ? (o(), r("div", {
@@ -10034,16 +10037,16 @@ function lm(e, s, t, a, n, i) {
10034
10037
  style: x({ maxHeight: n.editHeight + "px" }),
10035
10038
  id: n.editId
10036
10039
  }, [
10037
- f("div", om, [
10040
+ f("div", lm, [
10038
10041
  p(e.$slots, "edit", {}, void 0, !0)
10039
10042
  ], 512)
10040
- ], 12, am)) : u("", !0)
10043
+ ], 12, om)) : u("", !0)
10041
10044
  ]),
10042
10045
  _: 3
10043
10046
  })
10044
- ], 10, Xg);
10047
+ ], 10, Zg);
10045
10048
  }
10046
- const __ = /* @__PURE__ */ y(Yg, [["render", lm], ["__scopeId", "data-v-e9b70161"]]), rm = { class: "ecs-flag" }, cm = {
10049
+ const k_ = /* @__PURE__ */ y(Xg, [["render", rm], ["__scopeId", "data-v-e9b70161"]]), cm = { class: "ecs-flag" }, dm = {
10047
10050
  __name: "flag",
10048
10051
  props: {
10049
10052
  /** ISO Country code of the flag. */
@@ -10091,14 +10094,14 @@ const __ = /* @__PURE__ */ y(Yg, [["render", lm], ["__scopeId", "data-v-e9b70161
10091
10094
  n !== i && (a = se(
10092
10095
  () => ie(/* @__PURE__ */ Object.assign({ "../assets/icons/flags/AD.svg": () => import("./AD-C-JSF-rw.js"), "../assets/icons/flags/AE.svg": () => import("./AE-BNgNFKrc.js"), "../assets/icons/flags/AF.svg": () => import("./AF-nymCq27s.js"), "../assets/icons/flags/AG.svg": () => import("./AG-D7Em7-Pa.js"), "../assets/icons/flags/AI.svg": () => import("./AI-DNs-u8H0.js"), "../assets/icons/flags/AL.svg": () => import("./AL-CqCdgwzJ.js"), "../assets/icons/flags/AM.svg": () => import("./AM-DFw-JN4T.js"), "../assets/icons/flags/AO.svg": () => import("./AO-DdsCTQzw.js"), "../assets/icons/flags/AQ.svg": () => import("./AQ-C1aWIzTp.js"), "../assets/icons/flags/AR.svg": () => import("./AR-DWj19SWg.js"), "../assets/icons/flags/AS.svg": () => import("./AS-Cx-cZ_Go.js"), "../assets/icons/flags/AT.svg": () => import("./AT-BngSMRt3.js"), "../assets/icons/flags/AU.svg": () => import("./AU-Cc2Kph09.js"), "../assets/icons/flags/AW.svg": () => import("./AW-CGDgPAM3.js"), "../assets/icons/flags/AX.svg": () => import("./AX-CoENvj82.js"), "../assets/icons/flags/AZ.svg": () => import("./AZ-Bbdh5mIG.js"), "../assets/icons/flags/BA.svg": () => import("./BA-B01cMiAi.js"), "../assets/icons/flags/BB.svg": () => import("./BB-BbxdAlKd.js"), "../assets/icons/flags/BD.svg": () => import("./BD-BuMiVXWG.js"), "../assets/icons/flags/BE.svg": () => import("./BE-CCLnuRxa.js"), "../assets/icons/flags/BF.svg": () => import("./BF-BgQkvo2i.js"), "../assets/icons/flags/BG.svg": () => import("./BG-Be2e-YcS.js"), "../assets/icons/flags/BH.svg": () => import("./BH-COi2_3Yz.js"), "../assets/icons/flags/BI.svg": () => import("./BI-BZiH339a.js"), "../assets/icons/flags/BJ.svg": () => import("./BJ-Bs-bnfyP.js"), "../assets/icons/flags/BL.svg": () => import("./BL-CEEHFlJC.js"), "../assets/icons/flags/BM.svg": () => import("./BM-un-cKXv-.js"), "../assets/icons/flags/BN.svg": () => import("./BN-BA4eb_dV.js"), "../assets/icons/flags/BO.svg": () => import("./BO-lCh4Edze.js"), "../assets/icons/flags/BQ-BO.svg": () => import("./BQ-BO-3uAd65Cm.js"), "../assets/icons/flags/BQ-SA.svg": () => import("./BQ-SA-BPPnER_L.js"), "../assets/icons/flags/BQ-SE.svg": () => import("./BQ-SE-eS45P0HJ.js"), "../assets/icons/flags/BR.svg": () => import("./BR-dLfGuPwG.js"), "../assets/icons/flags/BS.svg": () => import("./BS-BMW1Hsoo.js"), "../assets/icons/flags/BT.svg": () => import("./BT-BOm67dT0.js"), "../assets/icons/flags/BV.svg": () => import("./BV-jfblcjwu.js"), "../assets/icons/flags/BW.svg": () => import("./BW-CGLskXCP.js"), "../assets/icons/flags/BY.svg": () => import("./BY-DHMNJvGm.js"), "../assets/icons/flags/BZ.svg": () => import("./BZ-oFT6Ct7l.js"), "../assets/icons/flags/CA.svg": () => import("./CA-DflKPQv_.js"), "../assets/icons/flags/CC.svg": () => import("./CC-z43rmmIN.js"), "../assets/icons/flags/CD.svg": () => import("./CD-B4dSt4ip.js"), "../assets/icons/flags/CF.svg": () => import("./CF-S6fkXGQ_.js"), "../assets/icons/flags/CG.svg": () => import("./CG-yOx46feZ.js"), "../assets/icons/flags/CH.svg": () => import("./CH-ByEOYxuD.js"), "../assets/icons/flags/CI.svg": () => import("./CI-C-4gMyBj.js"), "../assets/icons/flags/CK.svg": () => import("./CK-Dh2YHzoS.js"), "../assets/icons/flags/CL.svg": () => import("./CL-DtCYSh1m.js"), "../assets/icons/flags/CM.svg": () => import("./CM-CgIUx_uJ.js"), "../assets/icons/flags/CN.svg": () => import("./CN-DEQsfX4m.js"), "../assets/icons/flags/CO.svg": () => import("./CO-BLy956BY.js"), "../assets/icons/flags/CR.svg": () => import("./CR-ByWC_7Km.js"), "../assets/icons/flags/CU.svg": () => import("./CU-BISqJW4B.js"), "../assets/icons/flags/CV.svg": () => import("./CV-CiUNwzFg.js"), "../assets/icons/flags/CW.svg": () => import("./CW-DtOZafLN.js"), "../assets/icons/flags/CX.svg": () => import("./CX-BGFRTHv3.js"), "../assets/icons/flags/CY.svg": () => import("./CY-DPmnu9fM.js"), "../assets/icons/flags/CZ.svg": () => import("./CZ-Bc0YGC6W.js"), "../assets/icons/flags/DE.svg": () => import("./DE-0Spo795z.js"), "../assets/icons/flags/DJ.svg": () => import("./DJ-ZdhDThJI.js"), "../assets/icons/flags/DK.svg": () => import("./DK-Cxg-R8lX.js"), "../assets/icons/flags/DM.svg": () => import("./DM-Bup28Thv.js"), "../assets/icons/flags/DO.svg": () => import("./DO-BXd6ifNp.js"), "../assets/icons/flags/DZ.svg": () => import("./DZ-ClDDPNqf.js"), "../assets/icons/flags/EC.svg": () => import("./EC-DRa7RgEG.js"), "../assets/icons/flags/EE.svg": () => import("./EE-Du7SKTRA.js"), "../assets/icons/flags/EG.svg": () => import("./EG-BCNInmyW.js"), "../assets/icons/flags/EH.svg": () => import("./EH-CVAe5wti.js"), "../assets/icons/flags/ER.svg": () => import("./ER-rZCeSu3F.js"), "../assets/icons/flags/ES.svg": () => import("./ES--D6s5TX8.js"), "../assets/icons/flags/ET.svg": () => import("./ET-P4Ry5fQ2.js"), "../assets/icons/flags/EU.svg": () => import("./EU-OPDKPWJK.js"), "../assets/icons/flags/FI.svg": () => import("./FI-CTXHPBWr.js"), "../assets/icons/flags/FJ.svg": () => import("./FJ-B7hT3pxR.js"), "../assets/icons/flags/FK.svg": () => import("./FK-g4C0xGM2.js"), "../assets/icons/flags/FM.svg": () => import("./FM-B7oa3EPP.js"), "../assets/icons/flags/FO.svg": () => import("./FO-C6HC9Dnl.js"), "../assets/icons/flags/FR.svg": () => import("./FR-DWXulksR.js"), "../assets/icons/flags/GA.svg": () => import("./GA-DYpo68yP.js"), "../assets/icons/flags/GB-ENG.svg": () => import("./GB-ENG-B4l8bjwo.js"), "../assets/icons/flags/GB-NIR.svg": () => import("./GB-NIR-BBw3X7Dz.js"), "../assets/icons/flags/GB-SCT.svg": () => import("./GB-SCT-BINk5D1t.js"), "../assets/icons/flags/GB-UKM.svg": () => import("./GB-UKM-BBw3X7Dz.js"), "../assets/icons/flags/GB-WLS.svg": () => import("./GB-WLS-CZAxZ6mf.js"), "../assets/icons/flags/GD.svg": () => import("./GD-D6KT5yaE.js"), "../assets/icons/flags/GE.svg": () => import("./GE-DzSt6uN1.js"), "../assets/icons/flags/GF.svg": () => import("./GF-DzG8I6DL.js"), "../assets/icons/flags/GG.svg": () => import("./GG-C-v9xZGQ.js"), "../assets/icons/flags/GH.svg": () => import("./GH-C3E-Af-5.js"), "../assets/icons/flags/GI.svg": () => import("./GI-DcvKcpvi.js"), "../assets/icons/flags/GL.svg": () => import("./GL-E5zgUIBe.js"), "../assets/icons/flags/GM.svg": () => import("./GM-DBBHNuaR.js"), "../assets/icons/flags/GN.svg": () => import("./GN-CGNuMCO8.js"), "../assets/icons/flags/GP.svg": () => import("./GP-dEOvTcKH.js"), "../assets/icons/flags/GQ.svg": () => import("./GQ-DxUgiY7l.js"), "../assets/icons/flags/GR.svg": () => import("./GR-DuNSbuk_.js"), "../assets/icons/flags/GS.svg": () => import("./GS-NCu8ehvU.js"), "../assets/icons/flags/GT.svg": () => import("./GT-nQKRJTD0.js"), "../assets/icons/flags/GU.svg": () => import("./GU-D3GWYVI3.js"), "../assets/icons/flags/GW.svg": () => import("./GW-D2IH0UJu.js"), "../assets/icons/flags/GY.svg": () => import("./GY-B7XQPASI.js"), "../assets/icons/flags/HK.svg": () => import("./HK-BlJuPGsA.js"), "../assets/icons/flags/HM.svg": () => import("./HM-BmE31dVH.js"), "../assets/icons/flags/HN.svg": () => import("./HN-DphVwD_x.js"), "../assets/icons/flags/HR.svg": () => import("./HR-CjzwfjRD.js"), "../assets/icons/flags/HT.svg": () => import("./HT-DAcdYv5K.js"), "../assets/icons/flags/HU.svg": () => import("./HU-BbROWUiS.js"), "../assets/icons/flags/ID.svg": () => import("./ID---3pUtxz.js"), "../assets/icons/flags/IE.svg": () => import("./IE-BUaQHJ24.js"), "../assets/icons/flags/IL.svg": () => import("./IL-BPoEctOf.js"), "../assets/icons/flags/IM.svg": () => import("./IM-cM0IeF8Q.js"), "../assets/icons/flags/IN.svg": () => import("./IN-BjGCscy2.js"), "../assets/icons/flags/IO.svg": () => import("./IO-CWOTQpZf.js"), "../assets/icons/flags/IQ.svg": () => import("./IQ-BWwot0n4.js"), "../assets/icons/flags/IR.svg": () => import("./IR-BiQPhFbQ.js"), "../assets/icons/flags/IS.svg": () => import("./IS-CgDcFFA2.js"), "../assets/icons/flags/IT.svg": () => import("./IT-Wl_hfgi-.js"), "../assets/icons/flags/JE.svg": () => import("./JE-DlncadBI.js"), "../assets/icons/flags/JM.svg": () => import("./JM-C-NXx9bh.js"), "../assets/icons/flags/JO.svg": () => import("./JO-BQSLSCw3.js"), "../assets/icons/flags/JP.svg": () => import("./JP-EU6TbEGb.js"), "../assets/icons/flags/KE.svg": () => import("./KE-wzHncd7e.js"), "../assets/icons/flags/KG.svg": () => import("./KG-IwDAywtE.js"), "../assets/icons/flags/KH.svg": () => import("./KH-DJpRkJR7.js"), "../assets/icons/flags/KI.svg": () => import("./KI-DlN9Uvyt.js"), "../assets/icons/flags/KM.svg": () => import("./KM-BGRbAGmu.js"), "../assets/icons/flags/KN.svg": () => import("./KN-XJjpzCQO.js"), "../assets/icons/flags/KP.svg": () => import("./KP-SqBrV9v0.js"), "../assets/icons/flags/KR.svg": () => import("./KR-IkcOv58J.js"), "../assets/icons/flags/KW.svg": () => import("./KW-BUf98Kx3.js"), "../assets/icons/flags/KY.svg": () => import("./KY-Db_B1Nue.js"), "../assets/icons/flags/KZ.svg": () => import("./KZ-LmkVSL9h.js"), "../assets/icons/flags/LA.svg": () => import("./LA-C4--EDK9.js"), "../assets/icons/flags/LB.svg": () => import("./LB-Dl0ntPSC.js"), "../assets/icons/flags/LC.svg": () => import("./LC-DuqNDPd7.js"), "../assets/icons/flags/LI.svg": () => import("./LI-BFiqZH4p.js"), "../assets/icons/flags/LK.svg": () => import("./LK-XsnHnvQ3.js"), "../assets/icons/flags/LR.svg": () => import("./LR-DYzXhe18.js"), "../assets/icons/flags/LS.svg": () => import("./LS-tdRuuz1j.js"), "../assets/icons/flags/LT.svg": () => import("./LT-CMzBtpb5.js"), "../assets/icons/flags/LU.svg": () => import("./LU-BxUOzly0.js"), "../assets/icons/flags/LV.svg": () => import("./LV-BK90Xn3J.js"), "../assets/icons/flags/LY.svg": () => import("./LY-Bjq1iV6x.js"), "../assets/icons/flags/MA.svg": () => import("./MA-BarmDPEE.js"), "../assets/icons/flags/MC.svg": () => import("./MC-h27u9kwb.js"), "../assets/icons/flags/MD.svg": () => import("./MD-CRfZ30fX.js"), "../assets/icons/flags/ME.svg": () => import("./ME-ja2rCt-D.js"), "../assets/icons/flags/MF.svg": () => import("./MF-CQL-sCID.js"), "../assets/icons/flags/MG.svg": () => import("./MG-DGkBtqsJ.js"), "../assets/icons/flags/MH.svg": () => import("./MH-CwzCNg3E.js"), "../assets/icons/flags/MK.svg": () => import("./MK-LCy8EMhh.js"), "../assets/icons/flags/ML.svg": () => import("./ML-ByXOAs3h.js"), "../assets/icons/flags/MM.svg": () => import("./MM-CG2G968l.js"), "../assets/icons/flags/MN.svg": () => import("./MN-DUNQqPFU.js"), "../assets/icons/flags/MO.svg": () => import("./MO-Bz0IKu7p.js"), "../assets/icons/flags/MP.svg": () => import("./MP-fjrOW8n-.js"), "../assets/icons/flags/MQ.svg": () => import("./MQ-dBUY9wGB.js"), "../assets/icons/flags/MR.svg": () => import("./MR-C_JUWJgJ.js"), "../assets/icons/flags/MS.svg": () => import("./MS-D-7BVCnk.js"), "../assets/icons/flags/MT.svg": () => import("./MT-CcWugwse.js"), "../assets/icons/flags/MU.svg": () => import("./MU-DiB1BW6O.js"), "../assets/icons/flags/MV.svg": () => import("./MV-DPbPHThZ.js"), "../assets/icons/flags/MW.svg": () => import("./MW-DgjV72gL.js"), "../assets/icons/flags/MX.svg": () => import("./MX-BaGsowLX.js"), "../assets/icons/flags/MY.svg": () => import("./MY-CgAju0Jm.js"), "../assets/icons/flags/MZ.svg": () => import("./MZ-nX5Cf_nJ.js"), "../assets/icons/flags/NA.svg": () => import("./NA-CeHBH4aW.js"), "../assets/icons/flags/NC.svg": () => import("./NC-CVmDbd39.js"), "../assets/icons/flags/NE.svg": () => import("./NE-BZiqcE52.js"), "../assets/icons/flags/NF.svg": () => import("./NF-Du2wkFmV.js"), "../assets/icons/flags/NG.svg": () => import("./NG-sfYaOVsE.js"), "../assets/icons/flags/NI.svg": () => import("./NI-Y2P3KfWT.js"), "../assets/icons/flags/NL.svg": () => import("./NL-B7C10u1N.js"), "../assets/icons/flags/NO.svg": () => import("./NO-jfblcjwu.js"), "../assets/icons/flags/NP.svg": () => import("./NP-CSi60bpa.js"), "../assets/icons/flags/NR.svg": () => import("./NR-BivrgND0.js"), "../assets/icons/flags/NU.svg": () => import("./NU-EXBzZjdU.js"), "../assets/icons/flags/NZ.svg": () => import("./NZ-CrDQMx8K.js"), "../assets/icons/flags/OM.svg": () => import("./OM-DNCgj4AO.js"), "../assets/icons/flags/PA.svg": () => import("./PA-BAxZeBq5.js"), "../assets/icons/flags/PE.svg": () => import("./PE-C-YUWphk.js"), "../assets/icons/flags/PF.svg": () => import("./PF-BRXQ2uq0.js"), "../assets/icons/flags/PG.svg": () => import("./PG-t4gbzirg.js"), "../assets/icons/flags/PH.svg": () => import("./PH-CAPcuYCm.js"), "../assets/icons/flags/PK.svg": () => import("./PK-Bh7wsZJd.js"), "../assets/icons/flags/PL.svg": () => import("./PL-vu1XOCP0.js"), "../assets/icons/flags/PM.svg": () => import("./PM-kjNE1phe.js"), "../assets/icons/flags/PN.svg": () => import("./PN-CdusGiik.js"), "../assets/icons/flags/PR.svg": () => import("./PR-fixL-AIv.js"), "../assets/icons/flags/PS.svg": () => import("./PS-Y3Wk0bEy.js"), "../assets/icons/flags/PT.svg": () => import("./PT-CrSrAqxr.js"), "../assets/icons/flags/PW.svg": () => import("./PW-BroLNriY.js"), "../assets/icons/flags/PY.svg": () => import("./PY-3uGCVK7l.js"), "../assets/icons/flags/QA.svg": () => import("./QA-CyMU00W4.js"), "../assets/icons/flags/RE.svg": () => import("./RE-CVmDbd39.js"), "../assets/icons/flags/RO.svg": () => import("./RO-CPofHvD2.js"), "../assets/icons/flags/RS.svg": () => import("./RS-okm5OlzZ.js"), "../assets/icons/flags/RU.svg": () => import("./RU-CSNoJyQE.js"), "../assets/icons/flags/RW.svg": () => import("./RW-Ce35bk7c.js"), "../assets/icons/flags/SA.svg": () => import("./SA-B1zWlHTy.js"), "../assets/icons/flags/SB.svg": () => import("./SB-CPHr-vnK.js"), "../assets/icons/flags/SC.svg": () => import("./SC-Drhchxsk.js"), "../assets/icons/flags/SD.svg": () => import("./SD-CG3MRQKX.js"), "../assets/icons/flags/SE.svg": () => import("./SE-DcViSfN8.js"), "../assets/icons/flags/SG.svg": () => import("./SG-BHWjZxcn.js"), "../assets/icons/flags/SH.svg": () => import("./SH-CdXQKsD-.js"), "../assets/icons/flags/SI.svg": () => import("./SI-mU9ATVU9.js"), "../assets/icons/flags/SJ.svg": () => import("./SJ-jfblcjwu.js"), "../assets/icons/flags/SK.svg": () => import("./SK-vCwJ8ccx.js"), "../assets/icons/flags/SL.svg": () => import("./SL-6cqXKGsr.js"), "../assets/icons/flags/SM.svg": () => import("./SM-C7MKiK9r.js"), "../assets/icons/flags/SN.svg": () => import("./SN-DiXiwkcg.js"), "../assets/icons/flags/SO.svg": () => import("./SO-Ba1eku-a.js"), "../assets/icons/flags/SR.svg": () => import("./SR-BEuDKdQU.js"), "../assets/icons/flags/SS.svg": () => import("./SS-gbJzSyQ6.js"), "../assets/icons/flags/ST.svg": () => import("./ST-BOecvxYk.js"), "../assets/icons/flags/SV.svg": () => import("./SV-CD6eycSb.js"), "../assets/icons/flags/SX.svg": () => import("./SX-Czn44fLp.js"), "../assets/icons/flags/SY.svg": () => import("./SY-CZuKJjb1.js"), "../assets/icons/flags/SZ.svg": () => import("./SZ-CBxaacHG.js"), "../assets/icons/flags/TC.svg": () => import("./TC-BtP4m50H.js"), "../assets/icons/flags/TD.svg": () => import("./TD-COM83aCB.js"), "../assets/icons/flags/TF.svg": () => import("./TF-0F0kSH8k.js"), "../assets/icons/flags/TG.svg": () => import("./TG-Bk1QMgE2.js"), "../assets/icons/flags/TH.svg": () => import("./TH-LVGK-BwV.js"), "../assets/icons/flags/TJ.svg": () => import("./TJ-BwnJFGEh.js"), "../assets/icons/flags/TK.svg": () => import("./TK-CaZcYey6.js"), "../assets/icons/flags/TL.svg": () => import("./TL-gphWFYl4.js"), "../assets/icons/flags/TM.svg": () => import("./TM-90RZ0vmQ.js"), "../assets/icons/flags/TN.svg": () => import("./TN-B3WLEHfn.js"), "../assets/icons/flags/TO.svg": () => import("./TO-59cm0Zuj.js"), "../assets/icons/flags/TR.svg": () => import("./TR-F4GJhBNN.js"), "../assets/icons/flags/TT.svg": () => import("./TT-Dho1J3Q9.js"), "../assets/icons/flags/TV.svg": () => import("./TV-DrJY0Grc.js"), "../assets/icons/flags/TW.svg": () => import("./TW-D0VX4ctB.js"), "../assets/icons/flags/TZ.svg": () => import("./TZ-CHWmhKMd.js"), "../assets/icons/flags/UA.svg": () => import("./UA-DvF350w9.js"), "../assets/icons/flags/UG.svg": () => import("./UG-DSDNCCm4.js"), "../assets/icons/flags/UM.svg": () => import("./UM-jDWlLCAS.js"), "../assets/icons/flags/UNKNOWN.svg": () => import("./UNKNOWN-xpX3_0mu.js"), "../assets/icons/flags/US.svg": () => import("./US-jDWlLCAS.js"), "../assets/icons/flags/UY.svg": () => import("./UY-Bq4zZq5R.js"), "../assets/icons/flags/UZ.svg": () => import("./UZ-CwhhDrgv.js"), "../assets/icons/flags/VA.svg": () => import("./VA-1bDolE-m.js"), "../assets/icons/flags/VC.svg": () => import("./VC-CDvsfw4Q.js"), "../assets/icons/flags/VE.svg": () => import("./VE-C3kERCNA.js"), "../assets/icons/flags/VG.svg": () => import("./VG-I0-0DTjx.js"), "../assets/icons/flags/VI.svg": () => import("./VI-BPQnIlRW.js"), "../assets/icons/flags/VN.svg": () => import("./VN-Dm7h7MAf.js"), "../assets/icons/flags/VU.svg": () => import("./VU-DWF4MNIP.js"), "../assets/icons/flags/WF.svg": () => import("./WF-Cq5-BuyL.js"), "../assets/icons/flags/WS.svg": () => import("./WS-DZnHZwz6.js"), "../assets/icons/flags/YE.svg": () => import("./YE-C5S86K7l.js"), "../assets/icons/flags/YT.svg": () => import("./YT-Bb5X24Hr.js"), "../assets/icons/flags/ZA.svg": () => import("./ZA-uBK4oRgL.js"), "../assets/icons/flags/ZM.svg": () => import("./ZM-CKKq84Ls.js"), "../assets/icons/flags/ZW.svg": () => import("./ZW-CXL759RK.js") }), `../assets/icons/flags/${n.toUpperCase()}.svg`)
10093
10096
  ));
10094
- }), (n, i) => (o(), r("div", rm, [
10097
+ }), (n, i) => (o(), r("div", cm, [
10095
10098
  e.code ? (o(), m(ue(re(a)), {
10096
10099
  key: 0,
10097
10100
  alt: t.value
10098
10101
  }, null, 8, ["alt"])) : u("", !0)
10099
10102
  ]));
10100
10103
  }
10101
- }, k_ = /* @__PURE__ */ y(cm, [["__scopeId", "data-v-b6c2d6b3"]]), dm = {
10104
+ }, C_ = /* @__PURE__ */ y(dm, [["__scopeId", "data-v-b6c2d6b3"]]), um = {
10102
10105
  name: "ecs-flex-col",
10103
10106
  props: {
10104
10107
  /** Determines the width of the element. This should only be used when the flex container is supposed to act as a proper grid system. Supports values from `0` to `12`. Note, if the columns prop is used, all other props will have no effect. */
@@ -10140,18 +10143,18 @@ const __ = /* @__PURE__ */ y(Yg, [["render", lm], ["__scopeId", "data-v-e9b70161
10140
10143
  }
10141
10144
  }
10142
10145
  };
10143
- function um(e, s, t, a, n, i) {
10146
+ function fm(e, s, t, a, n, i) {
10144
10147
  return o(), r("div", {
10145
10148
  class: v(["ecs-flex-col", [i.columnClass, i.growClass, i.shrinkClass, i.autoMarginClass]])
10146
10149
  }, [
10147
10150
  p(e.$slots, "default", {}, void 0, !0)
10148
10151
  ], 2);
10149
10152
  }
10150
- const fm = /* @__PURE__ */ y(dm, [["render", um], ["__scopeId", "data-v-1d2ad846"]]), gm = {
10153
+ const gm = /* @__PURE__ */ y(um, [["render", fm], ["__scopeId", "data-v-1d2ad846"]]), mm = {
10151
10154
  name: "ecs-input-clear",
10152
10155
  emits: ["click"],
10153
10156
  components: {
10154
- EcsIcon: L,
10157
+ EcsIcon: A,
10155
10158
  EcsFocusRing: D
10156
10159
  },
10157
10160
  props: {
@@ -10168,8 +10171,8 @@ const fm = /* @__PURE__ */ y(dm, [["render", um], ["__scopeId", "data-v-1d2ad846
10168
10171
  return this.tooltip || "Clear";
10169
10172
  }
10170
10173
  }
10171
- }, mm = ["aria-busy"], hm = ["title"];
10172
- function pm(e, s, t, a, n, i) {
10174
+ }, hm = ["aria-busy"], pm = ["title"];
10175
+ function vm(e, s, t, a, n, i) {
10173
10176
  const l = g("ecs-focus-ring"), c = g("ecs-icon");
10174
10177
  return o(), r("div", {
10175
10178
  class: "ecs-input-clear",
@@ -10183,7 +10186,7 @@ function pm(e, s, t, a, n, i) {
10183
10186
  "aria-label": "Clear"
10184
10187
  }, [
10185
10188
  _(l, { radius: 24 })
10186
- ], 40, hm),
10189
+ ], 40, pm),
10187
10190
  t.loading ? (o(), m(c, {
10188
10191
  key: 0,
10189
10192
  type: "loading",
@@ -10191,14 +10194,14 @@ function pm(e, s, t, a, n, i) {
10191
10194
  spinning: "",
10192
10195
  color: "#AEB1B9"
10193
10196
  })) : u("", !0)
10194
- ], 8, mm);
10197
+ ], 8, hm);
10195
10198
  }
10196
- const vm = /* @__PURE__ */ y(gm, [["render", pm], ["__scopeId", "data-v-a4a35b1d"]]), ym = {
10199
+ const ym = /* @__PURE__ */ y(mm, [["render", vm], ["__scopeId", "data-v-a4a35b1d"]]), bm = {
10197
10200
  name: "ecs-input-search",
10198
10201
  emits: ["update:modelValue", "change"],
10199
10202
  components: {
10200
- EcsIcon: L,
10201
- EcsInputClear: vm
10203
+ EcsIcon: A,
10204
+ EcsInputClear: ym
10202
10205
  },
10203
10206
  props: {
10204
10207
  /** Sets the placeholder of the search input. */
@@ -10279,8 +10282,8 @@ const vm = /* @__PURE__ */ y(gm, [["render", pm], ["__scopeId", "data-v-a4a35b1d
10279
10282
  mounted() {
10280
10283
  this.modelValue && this.setValue(this.modelValue);
10281
10284
  }
10282
- }, bm = ["name", "disabled", "placeholder", "autocomplete", "value"];
10283
- function _m(e, s, t, a, n, i) {
10285
+ }, _m = ["name", "disabled", "placeholder", "autocomplete", "value"];
10286
+ function km(e, s, t, a, n, i) {
10284
10287
  const l = g("ecs-icon"), c = g("ecs-input-clear");
10285
10288
  return o(), r("div", {
10286
10289
  class: v(["ecs-search-group", i.groupSizeClass])
@@ -10305,14 +10308,14 @@ function _m(e, s, t, a, n, i) {
10305
10308
  i.sizeClass,
10306
10309
  i.typeClass
10307
10310
  ]
10308
- }), null, 16, bm),
10311
+ }), null, 16, _m),
10309
10312
  t.showClear ? (o(), m(c, {
10310
10313
  key: 0,
10311
10314
  onClick: i.clearSearch
10312
10315
  }, null, 8, ["onClick"])) : u("", !0)
10313
10316
  ], 2);
10314
10317
  }
10315
- const km = /* @__PURE__ */ y(ym, [["render", _m], ["__scopeId", "data-v-a408f72e"]]), Cm = {
10318
+ const Cm = /* @__PURE__ */ y(bm, [["render", km], ["__scopeId", "data-v-a408f72e"]]), wm = {
10316
10319
  name: "ecs-scroll-container",
10317
10320
  props: {
10318
10321
  /** Sets the maximum height of the scroll container. Can be any CSS value, such as px, %, or em. */
@@ -10337,7 +10340,7 @@ const km = /* @__PURE__ */ y(ym, [["render", _m], ["__scopeId", "data-v-a408f72e
10337
10340
  }
10338
10341
  }
10339
10342
  };
10340
- function wm(e, s, t, a, n, i) {
10343
+ function Sm(e, s, t, a, n, i) {
10341
10344
  return o(), r("div", {
10342
10345
  class: v(["ecs-scroll-container scrollbar scrollbar-sml vertical", [
10343
10346
  t.borderless ? "" : "ecs-scroll-container-border",
@@ -10348,12 +10351,12 @@ function wm(e, s, t, a, n, i) {
10348
10351
  p(e.$slots, "default", {}, void 0, !0)
10349
10352
  ], 6);
10350
10353
  }
10351
- const Sm = /* @__PURE__ */ y(Cm, [["render", wm], ["__scopeId", "data-v-d87a8075"]]), xm = {
10354
+ const xm = /* @__PURE__ */ y(wm, [["render", Sm], ["__scopeId", "data-v-d87a8075"]]), Bm = {
10352
10355
  name: "ecs-folder-selector",
10353
10356
  emits: ["search", "add", "refresh"],
10354
10357
  components: {
10355
- EcsInputSearch: km,
10356
- EcsScrollContainer: Sm,
10358
+ EcsInputSearch: Cm,
10359
+ EcsScrollContainer: xm,
10357
10360
  EcsButton: ze,
10358
10361
  EcsEmptyState: si,
10359
10362
  EcsTextV2: js
@@ -10438,27 +10441,27 @@ const Sm = /* @__PURE__ */ y(Cm, [["render", wm], ["__scopeId", "data-v-d87a8075
10438
10441
  this.$emit("add");
10439
10442
  }
10440
10443
  }
10441
- }, Bm = {
10444
+ }, Im = {
10442
10445
  key: 0,
10443
10446
  class: "ecs-folder-selector-header"
10444
- }, Im = {
10447
+ }, zm = {
10445
10448
  key: 2,
10446
10449
  class: "empty-list"
10447
10450
  };
10448
- function zm(e, s, t, a, n, i) {
10451
+ function Em(e, s, t, a, n, i) {
10449
10452
  const l = g("ecs-text-v2"), c = g("ecs-input-search"), d = g("ecs-button"), h = g("ecs-empty-state"), b = g("ecs-scroll-container");
10450
10453
  return o(), r("div", {
10451
10454
  class: v(["ecs-folder-selector", [t.framed ? "ecs-folder-selector-border" : ""]]),
10452
10455
  style: x({ height: i.selectorHeight })
10453
10456
  }, [
10454
- t.searchable || t.create || t.refreshable || t.title ? (o(), r("div", Bm, [
10457
+ t.searchable || t.create || t.refreshable || t.title ? (o(), r("div", Im, [
10455
10458
  t.title && !t.searchable ? (o(), m(l, {
10456
10459
  key: 0,
10457
10460
  preset: "headline-5",
10458
10461
  class: "ecs-folder-selector-title"
10459
10462
  }, {
10460
10463
  default: w(() => [
10461
- A(C(t.title), 1)
10464
+ L(C(t.title), 1)
10462
10465
  ]),
10463
10466
  _: 1
10464
10467
  })) : t.searchable ? (o(), m(c, {
@@ -10489,7 +10492,7 @@ function zm(e, s, t, a, n, i) {
10489
10492
  "focus-inset": 0
10490
10493
  }, {
10491
10494
  default: w(() => [
10492
- A("Add Folder")
10495
+ L("Add Folder")
10493
10496
  ]),
10494
10497
  _: 1
10495
10498
  }, 8, ["onClick"])) : u("", !0)
@@ -10503,27 +10506,27 @@ function zm(e, s, t, a, n, i) {
10503
10506
  t.loading ? (o(), m(h, {
10504
10507
  key: 0,
10505
10508
  type: "loading"
10506
- })) : e.$slots.default ? p(e.$slots, "default", { key: 1 }, void 0, !0) : (o(), r("div", Im, C(t.emptyMessage), 1))
10509
+ })) : e.$slots.default ? p(e.$slots, "default", { key: 1 }, void 0, !0) : (o(), r("div", zm, C(t.emptyMessage), 1))
10507
10510
  ]),
10508
10511
  _: 3
10509
10512
  }, 8, ["style", "padding"])
10510
10513
  ], 6);
10511
10514
  }
10512
- const C_ = /* @__PURE__ */ y(xm, [["render", zm], ["__scopeId", "data-v-e8fd70d2"]]), Em = {}, Tm = { class: "ecs-form-headline" }, Pm = { class: "ecs-form-headline-main" }, Mm = {
10515
+ const w_ = /* @__PURE__ */ y(Bm, [["render", Em], ["__scopeId", "data-v-e8fd70d2"]]), Tm = {}, Pm = { class: "ecs-form-headline" }, Mm = { class: "ecs-form-headline-main" }, $m = {
10513
10516
  key: 0,
10514
10517
  class: "ecs-form-headline-controls"
10515
10518
  };
10516
- function $m(e, s) {
10517
- return o(), r("div", Tm, [
10518
- f("h2", Pm, [
10519
+ function Lm(e, s) {
10520
+ return o(), r("div", Pm, [
10521
+ f("h2", Mm, [
10519
10522
  p(e.$slots, "default", {}, void 0, !0)
10520
10523
  ]),
10521
- e.$slots.controls ? (o(), r("div", Mm, [
10524
+ e.$slots.controls ? (o(), r("div", $m, [
10522
10525
  p(e.$slots, "controls", {}, void 0, !0)
10523
10526
  ])) : u("", !0)
10524
10527
  ]);
10525
10528
  }
10526
- const w_ = /* @__PURE__ */ y(Em, [["render", $m], ["__scopeId", "data-v-16833f69"]]), Am = {
10529
+ const S_ = /* @__PURE__ */ y(Tm, [["render", Lm], ["__scopeId", "data-v-16833f69"]]), Am = {
10527
10530
  name: "ecs-form-set",
10528
10531
  props: {
10529
10532
  /** Indicates an error state. */
@@ -10537,17 +10540,17 @@ const w_ = /* @__PURE__ */ y(Em, [["render", $m], ["__scopeId", "data-v-16833f69
10537
10540
  required: !0
10538
10541
  }
10539
10542
  }
10540
- }, Lm = ["aria-invalid"], Om = { class: "ecs-form-set-title" };
10541
- function Dm(e, s, t, a, n, i) {
10543
+ }, Om = ["aria-invalid"], Dm = { class: "ecs-form-set-title" };
10544
+ function Nm(e, s, t, a, n, i) {
10542
10545
  return o(), r("fieldset", {
10543
10546
  class: v(["ecs-form-set", t.error ? "error" : ""]),
10544
10547
  "aria-invalid": t.error || null
10545
10548
  }, [
10546
- f("legend", Om, C(t.title), 1),
10549
+ f("legend", Dm, C(t.title), 1),
10547
10550
  p(e.$slots, "default", {}, void 0, !0)
10548
- ], 10, Lm);
10551
+ ], 10, Om);
10549
10552
  }
10550
- const S_ = /* @__PURE__ */ y(Am, [["render", Dm], ["__scopeId", "data-v-c9188464"]]), Nm = {
10553
+ const x_ = /* @__PURE__ */ y(Am, [["render", Nm], ["__scopeId", "data-v-c9188464"]]), Vm = {
10551
10554
  name: "ecs-highlight",
10552
10555
  props: {
10553
10556
  /** Makes the highlight area visible. */
@@ -10618,7 +10621,7 @@ const S_ = /* @__PURE__ */ y(Am, [["render", Dm], ["__scopeId", "data-v-c9188464
10618
10621
  }
10619
10622
  }
10620
10623
  };
10621
- function Vm(e, s, t, a, n, i) {
10624
+ function Hm(e, s, t, a, n, i) {
10622
10625
  return o(), m(pe, {
10623
10626
  name: "fade",
10624
10627
  appear: ""
@@ -10635,7 +10638,7 @@ function Vm(e, s, t, a, n, i) {
10635
10638
  _: 3
10636
10639
  });
10637
10640
  }
10638
- const x_ = /* @__PURE__ */ y(Nm, [["render", Vm], ["__scopeId", "data-v-48ec2945"]]), Hm = {
10641
+ const B_ = /* @__PURE__ */ y(Vm, [["render", Hm], ["__scopeId", "data-v-48ec2945"]]), Rm = {
10639
10642
  name: "EcsIllustration",
10640
10643
  props: {
10641
10644
  /** The type of illustration to be shown. */
@@ -10682,7 +10685,7 @@ const x_ = /* @__PURE__ */ y(Nm, [["render", Vm], ["__scopeId", "data-v-48ec2945
10682
10685
  }
10683
10686
  }
10684
10687
  };
10685
- function Rm(e, s, t, a, n, i) {
10688
+ function Fm(e, s, t, a, n, i) {
10686
10689
  return o(), m(ue(n.illustrationComponent), {
10687
10690
  class: "ecs-illustration",
10688
10691
  width: t.size,
@@ -10691,7 +10694,7 @@ function Rm(e, s, t, a, n, i) {
10691
10694
  "data-test-illustration-type": t.type
10692
10695
  }, null, 8, ["width", "height", "data-test-illustration-type"]);
10693
10696
  }
10694
- const Fm = /* @__PURE__ */ y(Hm, [["render", Rm], ["__scopeId", "data-v-ff7cc16f"]]), qm = {
10697
+ const qm = /* @__PURE__ */ y(Rm, [["render", Fm], ["__scopeId", "data-v-ff7cc16f"]]), Wm = {
10695
10698
  name: "ecs-toolbar",
10696
10699
  props: {
10697
10700
  /** Determines the type of the toolbar. */
@@ -10701,19 +10704,19 @@ const Fm = /* @__PURE__ */ y(Hm, [["render", Rm], ["__scopeId", "data-v-ff7cc16f
10701
10704
  default: "index"
10702
10705
  }
10703
10706
  }
10704
- }, Wm = {
10707
+ }, jm = {
10705
10708
  class: "ecs-toolbar",
10706
10709
  role: "toolbar",
10707
10710
  "aria-label": "Main"
10708
10711
  };
10709
- function jm(e, s, t, a, n, i) {
10710
- return o(), r("div", Wm, [
10712
+ function Um(e, s, t, a, n, i) {
10713
+ return o(), r("div", jm, [
10711
10714
  p(e.$slots, "default", {}, void 0, !0)
10712
10715
  ]);
10713
10716
  }
10714
- const Um = /* @__PURE__ */ y(qm, [["render", jm], ["__scopeId", "data-v-a6ddde36"]]), Gm = {
10717
+ const Gm = /* @__PURE__ */ y(Wm, [["render", Um], ["__scopeId", "data-v-a6ddde36"]]), Km = {
10715
10718
  name: "ecs-index-toolbar",
10716
- components: { EcsToolbar: Um, EcsButtonToolbarGroup: Kt, EcsFlexCol: fm, EcsFlexRow: Ie },
10719
+ components: { EcsToolbar: Gm, EcsButtonToolbarGroup: Kt, EcsFlexCol: gm, EcsFlexRow: Ie },
10717
10720
  props: {
10718
10721
  /** The label used to describe the objects shown in the index view. E.g.: "Entries", "Profiles", etc. */
10719
10722
  type: {
@@ -10731,8 +10734,8 @@ const Um = /* @__PURE__ */ y(qm, [["render", jm], ["__scopeId", "data-v-a6ddde36
10731
10734
  dismissed: !1
10732
10735
  };
10733
10736
  }
10734
- }, Km = { class: "ecs-toolbar-search" }, Ym = { class: "number" }, Xm = { class: "type" }, Zm = { class: "ecs-toolbar-right-section" }, Jm = { class: "ecs-toolbar-right-section" };
10735
- function Qm(e, s, t, a, n, i) {
10737
+ }, Ym = { class: "ecs-toolbar-search" }, Xm = { class: "number" }, Zm = { class: "type" }, Jm = { class: "ecs-toolbar-right-section" }, Qm = { class: "ecs-toolbar-right-section" };
10738
+ function eh(e, s, t, a, n, i) {
10736
10739
  const l = g("ecs-button-toolbar-group"), c = g("ecs-flex-row"), d = g("ecs-flex-col"), h = g("ecs-toolbar");
10737
10740
  return o(), m(h, { class: "ecs-index-toolbar" }, {
10738
10741
  default: w(() => [
@@ -10746,7 +10749,7 @@ function Qm(e, s, t, a, n, i) {
10746
10749
  ]),
10747
10750
  _: 3
10748
10751
  })) : u("", !0),
10749
- f("div", Km, [
10752
+ f("div", Ym, [
10750
10753
  p(e.$slots, "search", {}, void 0, !0)
10751
10754
  ]),
10752
10755
  _(c, {
@@ -10754,8 +10757,8 @@ function Qm(e, s, t, a, n, i) {
10754
10757
  class: "ecs-toolbar-search-results"
10755
10758
  }, {
10756
10759
  default: w(() => [
10757
- f("span", Ym, C(t.count), 1),
10758
- f("span", Xm, C(t.type), 1)
10760
+ f("span", Xm, C(t.count), 1),
10761
+ f("span", Zm, C(t.type), 1)
10759
10762
  ]),
10760
10763
  _: 1
10761
10764
  })
@@ -10764,10 +10767,10 @@ function Qm(e, s, t, a, n, i) {
10764
10767
  }),
10765
10768
  _(d, { columns: 3 }, {
10766
10769
  default: w(() => [
10767
- f("div", Zm, [
10770
+ f("div", Jm, [
10768
10771
  p(e.$slots, "actions-left", {}, void 0, !0)
10769
10772
  ]),
10770
- f("div", Jm, [
10773
+ f("div", Qm, [
10771
10774
  p(e.$slots, "actions-right", {}, void 0, !0)
10772
10775
  ])
10773
10776
  ]),
@@ -10780,7 +10783,7 @@ function Qm(e, s, t, a, n, i) {
10780
10783
  _: 3
10781
10784
  });
10782
10785
  }
10783
- const B_ = /* @__PURE__ */ y(Gm, [["render", Qm], ["__scopeId", "data-v-3e639a35"]]), eh = {
10786
+ const I_ = /* @__PURE__ */ y(Km, [["render", eh], ["__scopeId", "data-v-3e639a35"]]), th = {
10784
10787
  name: "ecs-input",
10785
10788
  emits: ["update:modelValue", "change", "keyup", "blur"],
10786
10789
  props: {
@@ -10870,8 +10873,8 @@ const B_ = /* @__PURE__ */ y(Gm, [["render", Qm], ["__scopeId", "data-v-3e639a35
10870
10873
  return this.autocomplete === "1p-disable";
10871
10874
  }
10872
10875
  }
10873
- }, th = ["value", "type", "name", "disabled", "required", "readonly", "placeholder", "autocomplete", "min", "max", "step", "id", "data-1p-ignore"], sh = ["value", "name", "disabled", "required", "readonly", "placeholder", "id", "data-1p-ignore"];
10874
- function ih(e, s, t, a, n, i) {
10876
+ }, sh = ["value", "type", "name", "disabled", "required", "readonly", "placeholder", "autocomplete", "min", "max", "step", "id", "data-1p-ignore"], ih = ["value", "name", "disabled", "required", "readonly", "placeholder", "id", "data-1p-ignore"];
10877
+ function nh(e, s, t, a, n, i) {
10875
10878
  return t.type != "textarea" ? (o(), r("input", qe({
10876
10879
  key: 0,
10877
10880
  class: ["ecs-form-control", [
@@ -10900,7 +10903,7 @@ function ih(e, s, t, a, n, i) {
10900
10903
  ref: t.refr,
10901
10904
  id: t.refr,
10902
10905
  "data-1p-ignore": i.disabled1Password
10903
- }), null, 16, th)) : (o(), r("textarea", qe({
10906
+ }), null, 16, sh)) : (o(), r("textarea", qe({
10904
10907
  key: 1,
10905
10908
  class: ["ecs-form-control", [
10906
10909
  i.sizeClass,
@@ -10923,11 +10926,11 @@ function ih(e, s, t, a, n, i) {
10923
10926
  ref: t.refr,
10924
10927
  id: t.refr,
10925
10928
  "data-1p-ignore": i.disabled1Password
10926
- }), null, 16, sh));
10929
+ }), null, 16, ih));
10927
10930
  }
10928
- const nh = /* @__PURE__ */ y(eh, [["render", ih], ["__scopeId", "data-v-9e01ece1"]]), ah = {
10931
+ const ah = /* @__PURE__ */ y(th, [["render", nh], ["__scopeId", "data-v-9e01ece1"]]), oh = {
10929
10932
  name: "ecs-input-group-addon",
10930
- components: { EcsIcon: L },
10933
+ components: { EcsIcon: A },
10931
10934
  props: {
10932
10935
  /** 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). */
10933
10936
  icon: {
@@ -10945,7 +10948,7 @@ const nh = /* @__PURE__ */ y(eh, [["render", ih], ["__scopeId", "data-v-9e01ece1
10945
10948
  }
10946
10949
  }
10947
10950
  };
10948
- function oh(e, s, t, a, n, i) {
10951
+ function lh(e, s, t, a, n, i) {
10949
10952
  const l = g("ecs-icon");
10950
10953
  return o(), r("span", {
10951
10954
  class: v(["ecs-input-group-addon", [i.iconClass, t.button ? "has-button" : ""]])
@@ -10959,13 +10962,13 @@ function oh(e, s, t, a, n, i) {
10959
10962
  }, null, 8, ["type"])) : u("", !0)
10960
10963
  ], 2);
10961
10964
  }
10962
- const I_ = /* @__PURE__ */ y(ah, [["render", oh]]), lh = {
10965
+ const z_ = /* @__PURE__ */ y(oh, [["render", lh]]), rh = {
10963
10966
  name: "ecs-input-connector"
10964
- }, rh = { class: "ecs-input-group-addon connector" };
10965
- function ch(e, s, t, a, n, i) {
10966
- return o(), r("span", rh);
10967
+ }, ch = { class: "ecs-input-group-addon connector" };
10968
+ function dh(e, s, t, a, n, i) {
10969
+ return o(), r("span", ch);
10967
10970
  }
10968
- const z_ = /* @__PURE__ */ y(lh, [["render", ch]]), dh = {
10971
+ const E_ = /* @__PURE__ */ y(rh, [["render", dh]]), uh = {
10969
10972
  name: "ecs-input-float",
10970
10973
  emits: ["input"],
10971
10974
  mixins: [be],
@@ -11039,9 +11042,9 @@ const z_ = /* @__PURE__ */ y(lh, [["render", ch]]), dh = {
11039
11042
  created() {
11040
11043
  this.uniqueId = this.generateUniqueId();
11041
11044
  }
11042
- }, uh = { class: "form-group has-float-label" }, fh = ["id", "type", "name", "disabled", "required", "readonly", "placeholder", "autocomplete", "value"], gh = ["for"];
11043
- function mh(e, s, t, a, n, i) {
11044
- return o(), r("div", uh, [
11045
+ }, fh = { class: "form-group has-float-label" }, gh = ["id", "type", "name", "disabled", "required", "readonly", "placeholder", "autocomplete", "value"], mh = ["for"];
11046
+ function hh(e, s, t, a, n, i) {
11047
+ return o(), r("div", fh, [
11045
11048
  f("input", qe({
11046
11049
  class: ["form-control", [
11047
11050
  i.sizeClass,
@@ -11057,11 +11060,11 @@ function mh(e, s, t, a, n, i) {
11057
11060
  autocomplete: t.autocomplete,
11058
11061
  value: t.value,
11059
11062
  onInput: s[0] || (s[0] = (...l) => i.changeValue && i.changeValue(...l))
11060
- }, e.$attrs), null, 16, fh),
11061
- f("label", { for: n.uniqueId }, C(t.label), 9, gh)
11063
+ }, e.$attrs), null, 16, gh),
11064
+ f("label", { for: n.uniqueId }, C(t.label), 9, mh)
11062
11065
  ]);
11063
11066
  }
11064
- const E_ = /* @__PURE__ */ y(dh, [["render", mh], ["__scopeId", "data-v-3f0178fa"]]), hh = {
11067
+ const T_ = /* @__PURE__ */ y(uh, [["render", hh], ["__scopeId", "data-v-3f0178fa"]]), ph = {
11065
11068
  props: {
11066
11069
  /** If the input group contains only one input element, set this prop to true. */
11067
11070
  singleInput: {
@@ -11070,14 +11073,14 @@ const E_ = /* @__PURE__ */ y(dh, [["render", mh], ["__scopeId", "data-v-3f0178fa
11070
11073
  }
11071
11074
  }
11072
11075
  };
11073
- function ph(e, s, t, a, n, i) {
11076
+ function vh(e, s, t, a, n, i) {
11074
11077
  return o(), r("div", {
11075
11078
  class: v(["ecs-input-group", t.singleInput ? "ecs-input-group-single" : ""])
11076
11079
  }, [
11077
11080
  p(e.$slots, "default")
11078
11081
  ], 2);
11079
11082
  }
11080
- const T_ = /* @__PURE__ */ y(hh, [["render", ph]]), vh = {
11083
+ const P_ = /* @__PURE__ */ y(ph, [["render", vh]]), yh = {
11081
11084
  name: "ecs-inplace",
11082
11085
  emits: ["update:index"],
11083
11086
  data() {
@@ -11133,9 +11136,9 @@ const T_ = /* @__PURE__ */ y(hh, [["render", ph]]), vh = {
11133
11136
  s && (this.slotHeights[this.currentSlot] = s.scrollHeight, e.style.height = `${this.slotHeights[this.currentSlot]}px`);
11134
11137
  }
11135
11138
  }
11136
- }, yh = { class: "ecs-inplace" }, bh = ["data-slot"];
11137
- function _h(e, s, t, a, n, i) {
11138
- return o(), r("div", yh, [
11139
+ }, bh = { class: "ecs-inplace" }, _h = ["data-slot"];
11140
+ function kh(e, s, t, a, n, i) {
11141
+ return o(), r("div", bh, [
11139
11142
  _(Ps, {
11140
11143
  name: "slide",
11141
11144
  tag: "div",
@@ -11149,13 +11152,13 @@ function _h(e, s, t, a, n, i) {
11149
11152
  "data-slot": i.currentSlot
11150
11153
  }, [
11151
11154
  p(e.$slots, i.currentSlot)
11152
- ], 8, bh)) : u("", !0)
11155
+ ], 8, _h)) : u("", !0)
11153
11156
  ]),
11154
11157
  _: 3
11155
11158
  }, 8, ["onEnter"])
11156
11159
  ]);
11157
11160
  }
11158
- const P_ = /* @__PURE__ */ y(vh, [["render", _h]]), kh = {
11161
+ const M_ = /* @__PURE__ */ y(yh, [["render", kh]]), Ch = {
11159
11162
  name: "ecs-jumper-document",
11160
11163
  emits: [
11161
11164
  "goToPrev",
@@ -11217,11 +11220,11 @@ const P_ = /* @__PURE__ */ y(vh, [["render", _h]]), kh = {
11217
11220
  this.$emit("indexPosKeyPressed", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
11218
11221
  }
11219
11222
  }
11220
- }, Ch = {
11223
+ }, wh = {
11221
11224
  key: 0,
11222
11225
  class: "ecs-viewer-toolbar-jumper-inputs"
11223
- }, wh = ["disabled"];
11224
- function Sh(e, s, t, a, n, i) {
11226
+ }, Sh = ["disabled"];
11227
+ function xh(e, s, t, a, n, i) {
11225
11228
  const l = g("ecs-button-toolbar"), c = g("ecs-button-toolbar-group");
11226
11229
  return o(), m(c, { class: "ecs-viewer-toolbar-jumper" }, {
11227
11230
  default: w(() => [
@@ -11233,7 +11236,7 @@ function Sh(e, s, t, a, n, i) {
11233
11236
  icon: "toolbar-page-navigation",
11234
11237
  "aria-label": i.ariaLabelPrev
11235
11238
  }, null, 8, ["disabled", "title", "aria-label"]),
11236
- t.showCount ? (o(), r("div", Ch, [
11239
+ t.showCount ? (o(), r("div", wh, [
11237
11240
  f("div", {
11238
11241
  onClick: s[1] || (s[1] = (d) => e.$emit("selectCurEntryText")),
11239
11242
  onKeydown: s[2] || (s[2] = (...d) => i.indexPosKeyPressed && i.indexPosKeyPressed(...d)),
@@ -11242,8 +11245,8 @@ function Sh(e, s, t, a, n, i) {
11242
11245
  class: "ecs-viewer-toolbar-jumper-input",
11243
11246
  disabled: t.navigating || null,
11244
11247
  id: "currEntry"
11245
- }, C(t.currentEntry), 41, wh),
11246
- A(" /  "),
11248
+ }, C(t.currentEntry), 41, Sh),
11249
+ L(" /  "),
11247
11250
  f("div", null, C(t.totalEntries), 1)
11248
11251
  ])) : u("", !0),
11249
11252
  _(l, {
@@ -11258,7 +11261,7 @@ function Sh(e, s, t, a, n, i) {
11258
11261
  _: 1
11259
11262
  });
11260
11263
  }
11261
- const M_ = /* @__PURE__ */ y(kh, [["render", Sh], ["__scopeId", "data-v-7a9373c8"]]), xh = {
11264
+ const $_ = /* @__PURE__ */ y(Ch, [["render", xh], ["__scopeId", "data-v-7a9373c8"]]), Bh = {
11262
11265
  name: "ecs-jumper-index",
11263
11266
  emits: [
11264
11267
  "nextSearchResult",
@@ -11327,14 +11330,14 @@ const M_ = /* @__PURE__ */ y(kh, [["render", Sh], ["__scopeId", "data-v-7a9373c8
11327
11330
  this.$emit("setSearchResultCount", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
11328
11331
  }
11329
11332
  }
11330
- }, Bh = {
11333
+ }, Ih = {
11331
11334
  key: 0,
11332
11335
  class: "ecs-jumper-count"
11333
- }, Ih = { class: "ecs-jumper-count-current" }, zh = { class: "ecs-jumper-count-total" }, Eh = {
11336
+ }, zh = { class: "ecs-jumper-count-current" }, Eh = { class: "ecs-jumper-count-total" }, Th = {
11334
11337
  key: 1,
11335
11338
  class: "ecs-jumper-count-inputs"
11336
11339
  };
11337
- function Th(e, s, t, a, n, i) {
11340
+ function Ph(e, s, t, a, n, i) {
11338
11341
  const l = g("ecs-button-toolbar"), c = g("ecs-button-toolbar-group");
11339
11342
  return o(), m(c, { class: "ecs-jumper" }, {
11340
11343
  default: w(() => [
@@ -11345,18 +11348,18 @@ function Th(e, s, t, a, n, i) {
11345
11348
  "aria-label": i.ariaLabelPrev,
11346
11349
  class: "ecs-jumper-previous"
11347
11350
  }, null, 8, ["onClick", "disabled", "title", "aria-label"]),
11348
- t.showCount && !t.inputPagination ? (o(), r("div", Bh, [
11349
- f("span", Ih, C(i.currentPosition), 1),
11350
- f("span", zh, "/" + C(t.maxCount), 1)
11351
+ t.showCount && !t.inputPagination ? (o(), r("div", Ih, [
11352
+ f("span", zh, C(i.currentPosition), 1),
11353
+ f("span", Eh, "/" + C(t.maxCount), 1)
11351
11354
  ])) : u("", !0),
11352
- t.inputPagination ? (o(), r("div", Eh, [
11355
+ t.inputPagination ? (o(), r("div", Th, [
11353
11356
  f("div", {
11354
11357
  onClick: s[0] || (s[0] = (...d) => i.selectSearchResultCount && i.selectSearchResultCount(...d)),
11355
11358
  onKeydown: s[1] || (s[1] = (...d) => i.setSearchResultCount && i.setSearchResultCount(...d)),
11356
11359
  class: "ecs-jumper-count-input",
11357
11360
  contenteditable: !0
11358
11361
  }, C(t.currentCount), 33),
11359
- A(" of  "),
11362
+ L(" of  "),
11360
11363
  f("div", null, C(t.maxCount), 1)
11361
11364
  ])) : u("", !0),
11362
11365
  _(l, {
@@ -11370,7 +11373,7 @@ function Th(e, s, t, a, n, i) {
11370
11373
  _: 1
11371
11374
  });
11372
11375
  }
11373
- const $_ = /* @__PURE__ */ y(xh, [["render", Th], ["__scopeId", "data-v-ff5280fd"]]), Ph = {
11376
+ const L_ = /* @__PURE__ */ y(Bh, [["render", Ph], ["__scopeId", "data-v-ff5280fd"]]), Mh = {
11374
11377
  name: "ecs-jumper-page",
11375
11378
  emits: [
11376
11379
  "selectCurPageText",
@@ -11426,17 +11429,17 @@ const $_ = /* @__PURE__ */ y(xh, [["render", Th], ["__scopeId", "data-v-ff5280fd
11426
11429
  this.$emit("currentPageKeyPressed", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
11427
11430
  }
11428
11431
  }
11429
- }, Mh = { class: "ecs-viewer-pages" }, $h = { class: "ecs-viewer-pages-inner" }, Ah = { class: "ecs-viewer-pages-pagination" }, Lh = ["contenteditable"], Oh = { class: "total-pages" }, Dh = {
11432
+ }, $h = { class: "ecs-viewer-pages" }, Lh = { class: "ecs-viewer-pages-inner" }, Ah = { class: "ecs-viewer-pages-pagination" }, Oh = ["contenteditable"], Dh = { class: "total-pages" }, Nh = {
11430
11433
  key: 0,
11431
11434
  class: "page-missing-gaps",
11432
11435
  title: "This transcript has missing page gaps"
11433
- }, Nh = { class: "ecs-viewer-pages-pagination" }, Vh = { class: "total-pages-relative" }, Hh = { class: "total-pages-relative" }, Rh = {
11436
+ }, Vh = { class: "ecs-viewer-pages-pagination" }, Hh = { class: "total-pages-relative" }, Rh = { class: "total-pages-relative" }, Fh = {
11434
11437
  key: 1,
11435
11438
  class: "ecs-viewer-pages-pagination"
11436
- }, Fh = ["innerHTML"], qh = { class: "total-pages" };
11437
- function Wh(e, s, t, a, n, i) {
11438
- return o(), r("div", Mh, [
11439
- f("div", $h, [
11439
+ }, qh = ["innerHTML"], Wh = { class: "total-pages" };
11440
+ function jh(e, s, t, a, n, i) {
11441
+ return o(), r("div", $h, [
11442
+ f("div", Lh, [
11440
11443
  i.showAltPageNumbers ? (o(), r(F, { key: 0 }, [
11441
11444
  f("div", Ah, [
11442
11445
  f("div", {
@@ -11446,15 +11449,15 @@ function Wh(e, s, t, a, n, i) {
11446
11449
  contenteditable: !t.disabled,
11447
11450
  class: "current-page",
11448
11451
  id: "currPage"
11449
- }, C(t.currentPage), 41, Lh),
11450
- f("div", Oh, "of " + C(t.lastPage), 1),
11451
- t.isTranscriptMissingPages ? (o(), r("span", Dh, "*")) : u("", !0)
11452
+ }, C(t.currentPage), 41, Oh),
11453
+ f("div", Dh, "of " + C(t.lastPage), 1),
11454
+ t.isTranscriptMissingPages ? (o(), r("span", Nh, "*")) : u("", !0)
11452
11455
  ]),
11453
- f("div", Nh, [
11454
- f("div", Vh, C(i.altPageNumber) + " ", 1),
11455
- f("div", Hh, "of " + C(t.pageCount), 1)
11456
+ f("div", Vh, [
11457
+ f("div", Hh, C(i.altPageNumber) + " ", 1),
11458
+ f("div", Rh, "of " + C(t.pageCount), 1)
11456
11459
  ])
11457
- ], 64)) : (o(), r("div", Rh, [
11460
+ ], 64)) : (o(), r("div", Fh, [
11458
11461
  f("div", {
11459
11462
  innerHTML: t.currentPage,
11460
11463
  onClick: s[3] || (s[3] = (l) => e.$emit("selectCurPageText")),
@@ -11463,13 +11466,13 @@ function Wh(e, s, t, a, n, i) {
11463
11466
  contenteditable: !0,
11464
11467
  class: "current-page",
11465
11468
  id: "currPage"
11466
- }, null, 40, Fh),
11467
- f("div", qh, "of " + C(t.pageCount), 1)
11469
+ }, null, 40, qh),
11470
+ f("div", Wh, "of " + C(t.pageCount), 1)
11468
11471
  ]))
11469
11472
  ])
11470
11473
  ]);
11471
11474
  }
11472
- const A_ = /* @__PURE__ */ y(Ph, [["render", Wh], ["__scopeId", "data-v-c2793241"]]), jh = {
11475
+ const A_ = /* @__PURE__ */ y(Mh, [["render", jh], ["__scopeId", "data-v-c2793241"]]), Uh = {
11473
11476
  // eslint-disable-next-line vue/multi-word-component-names
11474
11477
  name: "ecs-pane",
11475
11478
  inject: ["requestUpdate", "onPaneAdd", "onPaneRemove", "onPaneClick"],
@@ -11519,7 +11522,7 @@ const A_ = /* @__PURE__ */ y(Ph, [["render", Wh], ["__scopeId", "data-v-c2793241
11519
11522
  }
11520
11523
  }
11521
11524
  };
11522
- function Uh(e, s, t, a, n, i) {
11525
+ function Gh(e, s, t, a, n, i) {
11523
11526
  return o(), r("div", {
11524
11527
  class: "ecs-pane",
11525
11528
  onClick: s[0] || (s[0] = (l) => i.onPaneClick(l, e._.uid)),
@@ -11528,7 +11531,7 @@ function Uh(e, s, t, a, n, i) {
11528
11531
  p(e.$slots, "default")
11529
11532
  ], 4);
11530
11533
  }
11531
- const Gh = /* @__PURE__ */ y(jh, [["render", Uh]]), Kh = {
11534
+ const Kh = /* @__PURE__ */ y(Uh, [["render", Gh]]), Yh = {
11532
11535
  // eslint-disable-next-line vue/multi-word-component-names
11533
11536
  name: "ecs-splitpanes",
11534
11537
  emits: ["ready", "resize", "resized", "pane-click", "pane-maximize", "pane-add", "pane-remove", "splitter-click"],
@@ -11825,12 +11828,12 @@ const Gh = /* @__PURE__ */ y(jh, [["render", Uh]]), Kh = {
11825
11828
  this.$slots.default()
11826
11829
  );
11827
11830
  }
11828
- }, Yh = {
11831
+ }, Xh = {
11829
11832
  name: "ecs-layout-index",
11830
11833
  emits: ["resized"],
11831
11834
  components: {
11832
- EcsPane: Gh,
11833
- EcsSplitpanes: Kh
11835
+ EcsPane: Kh,
11836
+ EcsSplitpanes: Yh
11834
11837
  },
11835
11838
  props: {
11836
11839
  /** Needs to be set if the sidebar should be overlaying the content, instead of pushing the content to the left. */
@@ -11867,14 +11870,14 @@ const Gh = /* @__PURE__ */ y(jh, [["render", Uh]]), Kh = {
11867
11870
  return this.overlaySidebar && this.$slots.sidebar ? "bottom: 40px;" : "bottom: 0px;";
11868
11871
  }
11869
11872
  }
11870
- }, Xh = { class: "ecs-index-layout-contents" }, Zh = {
11873
+ }, Zh = { class: "ecs-index-layout-contents" }, Jh = {
11871
11874
  key: 0,
11872
11875
  class: "ecs-index-layout-table scrollbar"
11873
- }, Jh = {
11876
+ }, Qh = {
11874
11877
  key: 2,
11875
11878
  class: "ecs-index-layout-pagination"
11876
11879
  };
11877
- function Qh(e, s, t, a, n, i) {
11880
+ function ep(e, s, t, a, n, i) {
11878
11881
  const l = g("ecs-pane"), c = g("ecs-splitpanes");
11879
11882
  return o(), r("div", {
11880
11883
  class: v(["ecs-index-layout", [t.backgroundWhite ? "background-white" : ""]])
@@ -11884,7 +11887,7 @@ function Qh(e, s, t, a, n, i) {
11884
11887
  f("div", {
11885
11888
  class: v(["ecs-index-layout-wrap", [t.indent ? "indent" : ""]])
11886
11889
  }, [
11887
- f("main", Xh, [
11890
+ f("main", Zh, [
11888
11891
  t.splitPane ? (o(), m(c, {
11889
11892
  key: 1,
11890
11893
  onResized: s[0] || (s[0] = (d) => e.$emit("resized"))
@@ -11914,10 +11917,10 @@ function Qh(e, s, t, a, n, i) {
11914
11917
  }, 8, ["size", "minSize", "maxSize"])) : u("", !0)
11915
11918
  ]),
11916
11919
  _: 3
11917
- })) : (o(), r("div", Zh, [
11920
+ })) : (o(), r("div", Jh, [
11918
11921
  p(e.$slots, "default", {}, void 0, !0)
11919
11922
  ])),
11920
- e.$slots.pagination ? (o(), r("div", Jh, [
11923
+ e.$slots.pagination ? (o(), r("div", Qh, [
11921
11924
  p(e.$slots, "pagination", {}, void 0, !0)
11922
11925
  ])) : u("", !0)
11923
11926
  ]),
@@ -11931,7 +11934,7 @@ function Qh(e, s, t, a, n, i) {
11931
11934
  ], 2)
11932
11935
  ], 2);
11933
11936
  }
11934
- const L_ = /* @__PURE__ */ y(Yh, [["render", Qh], ["__scopeId", "data-v-60a69d4e"]]), ep = {
11937
+ const O_ = /* @__PURE__ */ y(Xh, [["render", ep], ["__scopeId", "data-v-60a69d4e"]]), tp = {
11935
11938
  name: "ecs-layout-directory",
11936
11939
  props: {
11937
11940
  /** Adds some inner padding to the index content area. Should be used for non-table indexes. */
@@ -11940,20 +11943,20 @@ const L_ = /* @__PURE__ */ y(Yh, [["render", Qh], ["__scopeId", "data-v-60a69d4e
11940
11943
  default: !1
11941
11944
  }
11942
11945
  }
11943
- }, tp = { class: "ecs-directory-layout" }, sp = { class: "ecs-directory-layout-wrap" }, ip = { class: "ecs-directory-layout-contents" }, np = {
11946
+ }, sp = { class: "ecs-directory-layout" }, ip = { class: "ecs-directory-layout-wrap" }, np = { class: "ecs-directory-layout-contents" }, ap = {
11944
11947
  key: 0,
11945
11948
  class: "ecs-directory-layout-directory"
11946
- }, ap = {
11949
+ }, op = {
11947
11950
  key: 1,
11948
11951
  class: "ecs-directory-layout-sidebar"
11949
11952
  };
11950
- function op(e, s, t, a, n, i) {
11951
- return o(), r("div", tp, [
11953
+ function lp(e, s, t, a, n, i) {
11954
+ return o(), r("div", sp, [
11952
11955
  p(e.$slots, "toolbar", {}, void 0, !0),
11953
11956
  p(e.$slots, "action-toolbar", {}, void 0, !0),
11954
- f("div", sp, [
11955
- f("div", ip, [
11956
- e.$slots.directory ? (o(), r("aside", np, [
11957
+ f("div", ip, [
11958
+ f("div", np, [
11959
+ e.$slots.directory ? (o(), r("aside", ap, [
11957
11960
  p(e.$slots, "directory", {}, void 0, !0)
11958
11961
  ])) : u("", !0),
11959
11962
  f("main", {
@@ -11961,14 +11964,14 @@ function op(e, s, t, a, n, i) {
11961
11964
  }, [
11962
11965
  p(e.$slots, "default", {}, void 0, !0)
11963
11966
  ], 2),
11964
- e.$slots.sidebar ? (o(), r("div", ap, [
11967
+ e.$slots.sidebar ? (o(), r("div", op, [
11965
11968
  p(e.$slots, "sidebar", {}, void 0, !0)
11966
11969
  ])) : u("", !0)
11967
11970
  ])
11968
11971
  ])
11969
11972
  ]);
11970
11973
  }
11971
- const O_ = /* @__PURE__ */ y(ep, [["render", op], ["__scopeId", "data-v-f5afc4e6"]]), Jt = {
11974
+ const D_ = /* @__PURE__ */ y(tp, [["render", lp], ["__scopeId", "data-v-f5afc4e6"]]), Jt = {
11972
11975
  name: "ecs-layout-data-table",
11973
11976
  components: { EcsActionToolbar: Oi, EcsButton: ze },
11974
11977
  mixins: [be],
@@ -12020,22 +12023,22 @@ const O_ = /* @__PURE__ */ y(ep, [["render", op], ["__scopeId", "data-v-f5afc4e6
12020
12023
  }));
12021
12024
  }, zs = Jt.setup;
12022
12025
  Jt.setup = zs ? (e, s) => (Is(), zs(e, s)) : Is;
12023
- const lp = { class: "ecs-data-layout-content" }, rp = {
12026
+ const rp = { class: "ecs-data-layout-content" }, cp = {
12024
12027
  key: 0,
12025
12028
  role: "toolbar",
12026
12029
  "aria-label": "Main",
12027
12030
  class: "ecs-data-layout-toolbar"
12028
- }, cp = ["id"], dp = { class: "ecs-data-layout-data" }, up = { class: "ecs-data-layout-sidebar-inner" }, fp = {
12031
+ }, dp = ["id"], up = { class: "ecs-data-layout-data" }, fp = { class: "ecs-data-layout-sidebar-inner" }, gp = {
12029
12032
  key: 0,
12030
12033
  class: "ecs-data-layout-sidebar-header"
12031
- }, gp = { class: "ecs-data-layout-sidebar-content scrollbar scrollbar-sml" };
12032
- function mp(e, s, t, a, n, i) {
12034
+ }, mp = { class: "ecs-data-layout-sidebar-content scrollbar scrollbar-sml" };
12035
+ function hp(e, s, t, a, n, i) {
12033
12036
  const l = g("ecs-button"), c = g("ecs-action-toolbar");
12034
12037
  return o(), r("div", {
12035
12038
  class: v(["ecs-data-layout", t.leftBorder ? "left-border" : ""])
12036
12039
  }, [
12037
- f("main", lp, [
12038
- e.$slots.toolbar ? (o(), r("div", rp, [
12040
+ f("main", rp, [
12041
+ e.$slots.toolbar ? (o(), r("div", cp, [
12039
12042
  p(e.$slots, "toolbar", {}, void 0, !0),
12040
12043
  e.$slots.statistics ? (o(), m(l, {
12041
12044
  key: 0,
@@ -12060,7 +12063,7 @@ function mp(e, s, t, a, n, i) {
12060
12063
  style: x({ height: `${t.statisticsHeight}px` })
12061
12064
  }, [
12062
12065
  p(e.$slots, "statistics", {}, void 0, !0)
12063
- ], 12, cp)) : u("", !0)
12066
+ ], 12, dp)) : u("", !0)
12064
12067
  ]),
12065
12068
  _: 3
12066
12069
  }, 8, ["name"]),
@@ -12072,7 +12075,7 @@ function mp(e, s, t, a, n, i) {
12072
12075
  }, 512)), [
12073
12076
  [nt, t.showActionbar]
12074
12077
  ]) : u("", !0),
12075
- f("div", dp, [
12078
+ f("div", up, [
12076
12079
  p(e.$slots, "default", {}, void 0, !0)
12077
12080
  ])
12078
12081
  ]),
@@ -12080,18 +12083,18 @@ function mp(e, s, t, a, n, i) {
12080
12083
  key: 0,
12081
12084
  class: v(["ecs-data-layout-sidebar", t.sidebarExpanded ? "expanded" : ""])
12082
12085
  }, [
12083
- f("div", up, [
12084
- e.$slots.sidebarheader ? (o(), r("div", fp, [
12086
+ f("div", fp, [
12087
+ e.$slots.sidebarheader ? (o(), r("div", gp, [
12085
12088
  p(e.$slots, "sidebarheader", {}, void 0, !0)
12086
12089
  ])) : u("", !0),
12087
- f("div", gp, [
12090
+ f("div", mp, [
12088
12091
  p(e.$slots, "sidebarcontent", {}, void 0, !0)
12089
12092
  ])
12090
12093
  ])
12091
12094
  ], 2)) : u("", !0)
12092
12095
  ], 2);
12093
12096
  }
12094
- const D_ = /* @__PURE__ */ y(Jt, [["render", mp], ["__scopeId", "data-v-bb5437db"]]), hp = {
12097
+ const N_ = /* @__PURE__ */ y(Jt, [["render", hp], ["__scopeId", "data-v-bb5437db"]]), pp = {
12095
12098
  name: "ecs-legend-item",
12096
12099
  emits: ["click"],
12097
12100
  components: {
@@ -12148,14 +12151,14 @@ const D_ = /* @__PURE__ */ y(Jt, [["render", mp], ["__scopeId", "data-v-bb5437db
12148
12151
  return `ecs-legend-item-${this.size}`;
12149
12152
  }
12150
12153
  }
12151
- }, pp = { class: "ecs-legend-item-label" }, vp = {
12154
+ }, vp = { class: "ecs-legend-item-label" }, yp = {
12152
12155
  key: 0,
12153
12156
  class: "ecs-legend-item-count"
12154
- }, yp = {
12157
+ }, bp = {
12155
12158
  key: 1,
12156
12159
  class: "ecs-legend-item-percentage"
12157
12160
  };
12158
- function bp(e, s, t, a, n, i) {
12161
+ function _p(e, s, t, a, n, i) {
12159
12162
  const l = g("ecs-focus-ring"), c = g("ecs-flex-row");
12160
12163
  return o(), m(c, {
12161
12164
  onClick: s[0] || (s[0] = (d) => e.$emit("click", d)),
@@ -12173,9 +12176,9 @@ function bp(e, s, t, a, n, i) {
12173
12176
  class: v(["ecs-legend-item-color", t.type]),
12174
12177
  style: x({ backgroundColor: t.color })
12175
12178
  }, null, 6),
12176
- f("div", pp, C(t.label), 1),
12177
- t.count ? (o(), r("div", vp, C(t.count), 1)) : u("", !0),
12178
- t.percentage ? (o(), r("div", yp, C(i.percentageLabel), 1)) : u("", !0),
12179
+ f("div", vp, C(t.label), 1),
12180
+ t.count ? (o(), r("div", yp, C(t.count), 1)) : u("", !0),
12181
+ t.percentage ? (o(), r("div", bp, C(i.percentageLabel), 1)) : u("", !0),
12179
12182
  t.highlight || t.hover ? (o(), r("div", {
12180
12183
  key: 2,
12181
12184
  class: "ecs-legend-item-highlight",
@@ -12186,7 +12189,7 @@ function bp(e, s, t, a, n, i) {
12186
12189
  _: 1
12187
12190
  }, 8, ["role", "tabindex", "class"]);
12188
12191
  }
12189
- const N_ = /* @__PURE__ */ y(hp, [["render", bp], ["__scopeId", "data-v-6d506293"]]), _p = {
12192
+ const V_ = /* @__PURE__ */ y(pp, [["render", _p], ["__scopeId", "data-v-6d506293"]]), kp = {
12190
12193
  name: "ecs-log-message",
12191
12194
  components: {
12192
12195
  EcsFlexRow: Ie,
@@ -12228,11 +12231,11 @@ const N_ = /* @__PURE__ */ y(hp, [["render", bp], ["__scopeId", "data-v-6d506293
12228
12231
  return ["warning", "error"].includes(this.type) ? "alert" : null;
12229
12232
  }
12230
12233
  }
12231
- }, kp = { class: "ecs-log-message-content" }, Cp = {
12234
+ }, Cp = { class: "ecs-log-message-content" }, wp = {
12232
12235
  key: 2,
12233
12236
  class: "ecs-log-message-meta"
12234
12237
  };
12235
- function wp(e, s, t, a, n, i) {
12238
+ function Sp(e, s, t, a, n, i) {
12236
12239
  const l = g("ecs-skeleton-loader"), c = g("ecs-sticker"), d = g("ecs-flex-row");
12237
12240
  return o(), m(d, {
12238
12241
  class: v(["ecs-log-message", [t.type, t.highlight ? "highlighted" : ""]]),
@@ -12252,7 +12255,7 @@ function wp(e, s, t, a, n, i) {
12252
12255
  key: 1,
12253
12256
  type: t.type
12254
12257
  }, null, 8, ["type"])) : u("", !0),
12255
- f("div", kp, [
12258
+ f("div", Cp, [
12256
12259
  t.loading ? (o(), m(l, {
12257
12260
  key: 0,
12258
12261
  type: "single",
@@ -12260,12 +12263,12 @@ function wp(e, s, t, a, n, i) {
12260
12263
  class: "skeleton-text"
12261
12264
  })) : p(e.$slots, "default", { key: 1 }, void 0, !0)
12262
12265
  ]),
12263
- t.meta && !t.loading ? (o(), r("div", Cp, C(t.meta), 1)) : u("", !0)
12266
+ t.meta && !t.loading ? (o(), r("div", wp, C(t.meta), 1)) : u("", !0)
12264
12267
  ]),
12265
12268
  _: 3
12266
12269
  }, 8, ["class", "role", "aria-busy", "style"]);
12267
12270
  }
12268
- const V_ = /* @__PURE__ */ y(_p, [["render", wp], ["__scopeId", "data-v-ff235103"]]), Sp = {
12271
+ const H_ = /* @__PURE__ */ y(kp, [["render", Sp], ["__scopeId", "data-v-ff235103"]]), xp = {
12269
12272
  name: "ecs-map",
12270
12273
  components: { EcsFocusRing: D },
12271
12274
  props: {
@@ -12288,8 +12291,8 @@ const V_ = /* @__PURE__ */ y(_p, [["render", wp], ["__scopeId", "data-v-ff235103
12288
12291
  return `https://maps.googleapis.com/maps/api/staticmap?maptype=terrain&sensor=false&format=png&zoom=13&key=AIzaSyBEv9bJVd1MU5zSs_Ezxkvc8FOfIO7Q1Fk&visual_refresh=true&scale=2&size=320x220&style=feature:poi|visibility:off&center=${this.address}`;
12289
12292
  }
12290
12293
  }
12291
- }, xp = ["href"], Bp = ["src", "alt"];
12292
- function Ip(e, s, t, a, n, i) {
12294
+ }, Bp = ["href"], Ip = ["src", "alt"];
12295
+ function zp(e, s, t, a, n, i) {
12293
12296
  const l = g("ecs-focus-ring");
12294
12297
  return o(), r("div", {
12295
12298
  class: v(["ecs-map", [t.marker ? "ecs-map-marker" : ""]])
@@ -12302,15 +12305,15 @@ function Ip(e, s, t, a, n, i) {
12302
12305
  f("img", {
12303
12306
  src: i.mapImageUrl,
12304
12307
  alt: "Map of " + t.address
12305
- }, null, 8, Bp),
12308
+ }, null, 8, Ip),
12306
12309
  _(l, {
12307
12310
  inset: 0,
12308
12311
  radius: 4
12309
12312
  })
12310
- ], 8, xp)
12313
+ ], 8, Bp)
12311
12314
  ], 2);
12312
12315
  }
12313
- const H_ = /* @__PURE__ */ y(Sp, [["render", Ip], ["__scopeId", "data-v-e2371c57"]]), zp = {
12316
+ const R_ = /* @__PURE__ */ y(xp, [["render", zp], ["__scopeId", "data-v-e2371c57"]]), Ep = {
12314
12317
  name: "ecs-modal",
12315
12318
  props: {
12316
12319
  /** Shows the modal. */
@@ -12360,13 +12363,13 @@ const H_ = /* @__PURE__ */ y(Sp, [["render", Ip], ["__scopeId", "data-v-e2371c57
12360
12363
  mounted() {
12361
12364
  this.show && (this.isShown = !0);
12362
12365
  }
12363
- }, Ep = (e) => (ve("data-v-8be29ca7"), e = e(), ye(), e), Tp = {
12366
+ }, Tp = (e) => (ve("data-v-8be29ca7"), e = e(), ye(), e), Pp = {
12364
12367
  key: 0,
12365
12368
  class: "ecs-modal-header-wrap"
12366
- }, Pp = { class: "ecs-modal-content-wrap scrollbar" }, Mp = {
12369
+ }, Mp = { class: "ecs-modal-content-wrap scrollbar" }, $p = {
12367
12370
  key: 1,
12368
12371
  class: "ecs-modal-footer-wrap"
12369
- }, $p = /* @__PURE__ */ Ep(() => /* @__PURE__ */ f("div", { class: "ecs-modal-backdrop ecs-modal-sheet-backdrop" }, null, -1));
12372
+ }, Lp = /* @__PURE__ */ Tp(() => /* @__PURE__ */ f("div", { class: "ecs-modal-backdrop ecs-modal-sheet-backdrop" }, null, -1));
12370
12373
  function Ap(e, s, t, a, n, i) {
12371
12374
  return o(), m(pe, { name: "dialog-fade" }, {
12372
12375
  default: w(() => [
@@ -12378,23 +12381,23 @@ function Ap(e, s, t, a, n, i) {
12378
12381
  class: "ecs-modal-dialog ecs-modal-sheet",
12379
12382
  style: x(i.fixedHeightStyle)
12380
12383
  }, [
12381
- e.$slots.header ? (o(), r("div", Tp, [
12384
+ e.$slots.header ? (o(), r("div", Pp, [
12382
12385
  p(e.$slots, "header", {}, void 0, !0)
12383
12386
  ])) : u("", !0),
12384
- f("div", Pp, [
12387
+ f("div", Mp, [
12385
12388
  p(e.$slots, "default", {}, void 0, !0)
12386
12389
  ]),
12387
- e.$slots.footer ? (o(), r("div", Mp, [
12390
+ e.$slots.footer ? (o(), r("div", $p, [
12388
12391
  p(e.$slots, "footer", {}, void 0, !0)
12389
12392
  ])) : u("", !0)
12390
12393
  ], 4),
12391
- $p
12394
+ Lp
12392
12395
  ], 2)) : u("", !0)
12393
12396
  ]),
12394
12397
  _: 3
12395
12398
  });
12396
12399
  }
12397
- const R_ = /* @__PURE__ */ y(zp, [["render", Ap], ["__scopeId", "data-v-8be29ca7"]]), Lp = {
12400
+ const F_ = /* @__PURE__ */ y(Ep, [["render", Ap], ["__scopeId", "data-v-8be29ca7"]]), Op = {
12398
12401
  name: "ecs-modal-header",
12399
12402
  emits: ["close"],
12400
12403
  components: {
@@ -12430,21 +12433,21 @@ const R_ = /* @__PURE__ */ y(zp, [["render", Ap], ["__scopeId", "data-v-8be29ca7
12430
12433
  }
12431
12434
  }
12432
12435
  }
12433
- }, Op = {
12436
+ }, Dp = {
12434
12437
  class: "ecs-modal-header-main",
12435
12438
  ref: "firstFocusable",
12436
12439
  tabindex: "0"
12437
- }, Dp = { class: "ecs-modal-header-main-inner" }, Np = {
12440
+ }, Np = { class: "ecs-modal-header-main-inner" }, Vp = {
12438
12441
  key: 0,
12439
12442
  class: "ecs-modal-header-extended"
12440
12443
  };
12441
- function Vp(e, s, t, a, n, i) {
12444
+ function Hp(e, s, t, a, n, i) {
12442
12445
  const l = g("ecs-button");
12443
12446
  return o(), r("div", {
12444
12447
  class: v(["ecs-modal-header", i.typeClass])
12445
12448
  }, [
12446
- f("div", Op, [
12447
- f("div", Dp, [
12449
+ f("div", Dp, [
12450
+ f("div", Np, [
12448
12451
  p(e.$slots, "default", {}, void 0, !0)
12449
12452
  ]),
12450
12453
  _(l, {
@@ -12460,31 +12463,31 @@ function Vp(e, s, t, a, n, i) {
12460
12463
  "data-test": "close-modal-button"
12461
12464
  })
12462
12465
  ], 512),
12463
- e.$slots.extension ? (o(), r("div", Np, [
12466
+ e.$slots.extension ? (o(), r("div", Vp, [
12464
12467
  p(e.$slots, "extension", {}, void 0, !0)
12465
12468
  ])) : u("", !0)
12466
12469
  ], 2);
12467
12470
  }
12468
- const F_ = /* @__PURE__ */ y(Lp, [["render", Vp], ["__scopeId", "data-v-ed6067fe"]]), Hp = {
12471
+ const q_ = /* @__PURE__ */ y(Op, [["render", Hp], ["__scopeId", "data-v-ed6067fe"]]), Rp = {
12469
12472
  name: "ecs-modal-footer"
12470
- }, Rp = { class: "ecs-modal-footer" }, Fp = {
12473
+ }, Fp = { class: "ecs-modal-footer" }, qp = {
12471
12474
  key: 0,
12472
12475
  class: "ecs-modal-footer-secondary"
12473
- }, qp = { class: "ecs-modal-footer-main" };
12474
- function Wp(e, s, t, a, n, i) {
12475
- return o(), r("div", Rp, [
12476
- e.$slots.secondary ? (o(), r("div", Fp, [
12476
+ }, Wp = { class: "ecs-modal-footer-main" };
12477
+ function jp(e, s, t, a, n, i) {
12478
+ return o(), r("div", Fp, [
12479
+ e.$slots.secondary ? (o(), r("div", qp, [
12477
12480
  p(e.$slots, "secondary", {}, void 0, !0)
12478
12481
  ])) : u("", !0),
12479
- f("div", qp, [
12482
+ f("div", Wp, [
12480
12483
  p(e.$slots, "default", {}, void 0, !0)
12481
12484
  ])
12482
12485
  ]);
12483
12486
  }
12484
- const q_ = /* @__PURE__ */ y(Hp, [["render", Wp], ["__scopeId", "data-v-ac286496"]]), jp = {
12487
+ const W_ = /* @__PURE__ */ y(Rp, [["render", jp], ["__scopeId", "data-v-ac286496"]]), Up = {
12485
12488
  name: "ecs-select-text",
12486
12489
  emits: ["change", "focus", "blur"],
12487
- components: { EcsIcon: L, EcsFocusRing: D },
12490
+ components: { EcsIcon: A, EcsFocusRing: D },
12488
12491
  props: {
12489
12492
  /** Determines the size of the select control. */
12490
12493
  size: {
@@ -12559,8 +12562,8 @@ const q_ = /* @__PURE__ */ y(Hp, [["render", Wp], ["__scopeId", "data-v-ac286496
12559
12562
  this.selectedText = t.text;
12560
12563
  }
12561
12564
  }
12562
- }, Up = ["disabled"];
12563
- function Gp(e, s, t, a, n, i) {
12565
+ }, Gp = ["disabled"];
12566
+ function Kp(e, s, t, a, n, i) {
12564
12567
  const l = g("ecs-icon"), c = g("ecs-focus-ring");
12565
12568
  return o(), r("div", {
12566
12569
  class: v(["ecs-form-select-text", [i.sizeClass, t.disabled ? "disabled" : null]])
@@ -12580,19 +12583,19 @@ function Gp(e, s, t, a, n, i) {
12580
12583
  class: t.alignment == "right" ? "right" : "left"
12581
12584
  }), [
12582
12585
  p(e.$slots, "default", {}, void 0, !0)
12583
- ], 16, Up),
12586
+ ], 16, Gp),
12584
12587
  _(c, {
12585
12588
  inset: t.size == "xsml" ? -2 : -4
12586
12589
  }, null, 8, ["inset"])
12587
12590
  ], 2);
12588
12591
  }
12589
- const Kp = /* @__PURE__ */ y(jp, [["render", Gp], ["__scopeId", "data-v-e4819f41"]]), Yp = {
12592
+ const Yp = /* @__PURE__ */ y(Up, [["render", Kp], ["__scopeId", "data-v-e4819f41"]]), Xp = {
12590
12593
  name: "ecs-multiselect-search-token",
12591
12594
  emits: ["remove", "change", "operatorChange", "operatorToggle"],
12592
12595
  components: {
12593
- EcsIcon: L,
12596
+ EcsIcon: A,
12594
12597
  EcsFocusRing: D,
12595
- EcsSelectText: Kp
12598
+ EcsSelectText: Yp
12596
12599
  },
12597
12600
  props: {
12598
12601
  /** Sets the type of the search token: default should be used for any search query that is not a NOT query. */
@@ -12645,30 +12648,30 @@ const Kp = /* @__PURE__ */ y(jp, [["render", Gp], ["__scopeId", "data-v-e4819f41
12645
12648
  this.$emit("operatorToggle", e);
12646
12649
  }
12647
12650
  }
12648
- }, Xp = {
12651
+ }, Zp = {
12649
12652
  key: 0,
12650
12653
  class: "symbol"
12651
- }, Zp = {
12654
+ }, Jp = {
12652
12655
  key: 0,
12653
12656
  class: "operator"
12654
- }, Jp = ["value"], Qp = { class: "query" }, ev = {
12657
+ }, Qp = ["value"], ev = { class: "query" }, tv = {
12655
12658
  key: 0,
12656
12659
  class: "descriptor"
12657
12660
  };
12658
- function tv(e, s, t, a, n, i) {
12661
+ function sv(e, s, t, a, n, i) {
12659
12662
  const l = g("ecs-icon"), c = g("ecs-select-text"), d = g("ecs-focus-ring");
12660
12663
  return o(), r("div", {
12661
12664
  class: v(["ecs-multiselect-search-token", i.typeClass]),
12662
12665
  tabindex: "0",
12663
12666
  onKeydown: s[3] || (s[3] = Y((h) => e.$emit("remove", h), ["delete"]))
12664
12667
  }, [
12665
- t.icon || t.operator || t.operatorSwitch ? (o(), r("div", Xp, [
12668
+ t.icon || t.operator || t.operatorSwitch ? (o(), r("div", Zp, [
12666
12669
  _(l, {
12667
12670
  type: t.icon,
12668
12671
  size: "20",
12669
12672
  color: "#FFF"
12670
12673
  }, null, 8, ["type"]),
12671
- t.operator && !t.operatorSelect && !t.operatorSwitch ? (o(), r("div", Zp, C(t.operator), 1)) : u("", !0),
12674
+ t.operator && !t.operatorSelect && !t.operatorSwitch ? (o(), r("div", Jp, C(t.operator), 1)) : u("", !0),
12672
12675
  t.operatorSelect ? (o(), m(c, {
12673
12676
  key: 1,
12674
12677
  onChange: i.handleOperatorChange,
@@ -12680,7 +12683,7 @@ function tv(e, s, t, a, n, i) {
12680
12683
  (o(!0), r(F, null, J(t.operatorSelectOptions, (h) => (o(), r("option", {
12681
12684
  value: h,
12682
12685
  key: h
12683
- }, C(h), 9, Jp))), 128))
12686
+ }, C(h), 9, Qp))), 128))
12684
12687
  ]),
12685
12688
  _: 1
12686
12689
  }, 8, ["onChange", "value"])) : u("", !0),
@@ -12706,8 +12709,8 @@ function tv(e, s, t, a, n, i) {
12706
12709
  _(d, { radius: 12 })
12707
12710
  ], 2)) : u("", !0)
12708
12711
  ])) : u("", !0),
12709
- f("div", Qp, [
12710
- t.descriptor ? (o(), r("div", ev, C(t.descriptor), 1)) : u("", !0),
12712
+ f("div", ev, [
12713
+ t.descriptor ? (o(), r("div", tv, C(t.descriptor), 1)) : u("", !0),
12711
12714
  p(e.$slots, "default", {}, void 0, !0),
12712
12715
  f("button", {
12713
12716
  onClick: s[1] || (s[1] = (h) => e.$emit("remove", h)),
@@ -12726,15 +12729,15 @@ function tv(e, s, t, a, n, i) {
12726
12729
  ])
12727
12730
  ], 34);
12728
12731
  }
12729
- const W_ = /* @__PURE__ */ y(Yp, [["render", tv], ["__scopeId", "data-v-c3c80822"]]), sv = {
12732
+ const j_ = /* @__PURE__ */ y(Xp, [["render", sv], ["__scopeId", "data-v-c3c80822"]]), iv = {
12730
12733
  name: "ecs-multiselect-token",
12731
12734
  emits: ["remove"],
12732
12735
  components: {
12733
- EcsIcon: L,
12736
+ EcsIcon: A,
12734
12737
  EcsFocusRing: D
12735
12738
  }
12736
12739
  };
12737
- function iv(e, s, t, a, n, i) {
12740
+ function nv(e, s, t, a, n, i) {
12738
12741
  const l = g("ecs-icon"), c = g("ecs-focus-ring");
12739
12742
  return o(), r("div", {
12740
12743
  class: "ecs-multiselect-token",
@@ -12755,10 +12758,10 @@ function iv(e, s, t, a, n, i) {
12755
12758
  ])
12756
12759
  ], 32);
12757
12760
  }
12758
- const j_ = /* @__PURE__ */ y(sv, [["render", iv], ["__scopeId", "data-v-ce139540"]]), nv = {
12761
+ const U_ = /* @__PURE__ */ y(iv, [["render", nv], ["__scopeId", "data-v-ce139540"]]), av = {
12759
12762
  name: "ecs-multiselect-option",
12760
12763
  components: {
12761
- EcsIcon: L
12764
+ EcsIcon: A
12762
12765
  },
12763
12766
  props: {
12764
12767
  /** Sets the type of option. `key` is a regular option to select, while `header` should be used for group header headlines. */
@@ -12775,8 +12778,8 @@ const j_ = /* @__PURE__ */ y(sv, [["render", iv], ["__scopeId", "data-v-ce139540
12775
12778
  return `ecs-multiselect-option-${this.type}`;
12776
12779
  }
12777
12780
  }
12778
- }, av = ["role"];
12779
- function ov(e, s, t, a, n, i) {
12781
+ }, ov = ["role"];
12782
+ function lv(e, s, t, a, n, i) {
12780
12783
  const l = g("ecs-icon");
12781
12784
  return o(), r("div", {
12782
12785
  class: v(["ecs-multiselect-option", i.typeClass]),
@@ -12788,12 +12791,12 @@ function ov(e, s, t, a, n, i) {
12788
12791
  size: "20"
12789
12792
  }, null, 8, ["type"])) : u("", !0),
12790
12793
  p(e.$slots, "default", {}, void 0, !0)
12791
- ], 10, av);
12794
+ ], 10, ov);
12792
12795
  }
12793
- const U_ = /* @__PURE__ */ y(nv, [["render", ov], ["__scopeId", "data-v-e28fc40f"]]), lv = {
12796
+ const G_ = /* @__PURE__ */ y(av, [["render", lv], ["__scopeId", "data-v-e28fc40f"]]), rv = {
12794
12797
  name: "ecs-overlay",
12795
12798
  emits: ["close", "toggled"],
12796
- components: { EcsIcon: L, EcsButtonToolbar: _t, EcsAlert: Ms },
12799
+ components: { EcsIcon: A, EcsButtonToolbar: _t, EcsAlert: Ms },
12797
12800
  props: {
12798
12801
  /** Shows the Overlay. */
12799
12802
  show: {
@@ -12931,38 +12934,38 @@ const U_ = /* @__PURE__ */ y(nv, [["render", ov], ["__scopeId", "data-v-e28fc40f
12931
12934
  }, 10);
12932
12935
  }
12933
12936
  }
12934
- }, rv = { class: "ecs-overlay-titles" }, cv = { class: "title" }, dv = {
12937
+ }, cv = { class: "ecs-overlay-titles" }, dv = { class: "title" }, uv = {
12935
12938
  key: 0,
12936
12939
  class: "emphasized"
12937
- }, uv = {
12940
+ }, fv = {
12938
12941
  key: 0,
12939
12942
  class: "subline"
12940
- }, fv = {
12943
+ }, gv = {
12941
12944
  key: 0,
12942
12945
  class: "ecs-overlay-header-controls"
12943
- }, gv = ["aria-busy"], mv = {
12946
+ }, mv = ["aria-busy"], hv = {
12944
12947
  key: 0,
12945
12948
  class: "ecs-overlay-tabs scrollbar scrollbar-sml"
12946
- }, hv = {
12949
+ }, pv = {
12947
12950
  key: 0,
12948
12951
  class: "ecs-overlay-sidebar ecs-overlay-sidebar-static"
12949
- }, pv = { class: "ecs-overlay-sidebar ecs-overlay-sidebar-float scrollbar scrollbar-sml" }, vv = {
12952
+ }, vv = { class: "ecs-overlay-sidebar ecs-overlay-sidebar-float scrollbar scrollbar-sml" }, yv = {
12950
12953
  key: 1,
12951
12954
  class: "ecs-overlay-content-block"
12952
- }, yv = {
12955
+ }, bv = {
12953
12956
  key: 1,
12954
12957
  class: "ecs-overlay-footer"
12955
- }, bv = {
12958
+ }, _v = {
12956
12959
  key: 0,
12957
12960
  class: "spacer-tabs"
12958
- }, _v = { class: "ecs-overlay-footer-content" }, kv = {
12961
+ }, kv = { class: "ecs-overlay-footer-content" }, Cv = {
12959
12962
  key: 0,
12960
12963
  class: "spacer-sidebar"
12961
- }, Cv = {
12964
+ }, wv = {
12962
12965
  key: 1,
12963
12966
  class: "spacer-scrollbar"
12964
12967
  };
12965
- function wv(e, s, t, a, n, i) {
12968
+ function Sv(e, s, t, a, n, i) {
12966
12969
  const l = g("ecs-icon"), c = g("ecs-button-toolbar"), d = g("ecs-alert");
12967
12970
  return o(), m(pe, {
12968
12971
  name: "fade",
@@ -12978,7 +12981,7 @@ function wv(e, s, t, a, n, i) {
12978
12981
  class: "ecs-overlay-header",
12979
12982
  style: x(e.$slots.alert ? "" : "border-bottom: 1px solid var(--color-gray-4);")
12980
12983
  }, [
12981
- f("div", rv, [
12984
+ f("div", cv, [
12982
12985
  t.icon ? (o(), m(l, {
12983
12986
  key: 0,
12984
12987
  type: t.icon,
@@ -12986,14 +12989,14 @@ function wv(e, s, t, a, n, i) {
12986
12989
  color: "#B9BCC2"
12987
12990
  }, null, 8, ["type"])) : u("", !0),
12988
12991
  f("div", null, [
12989
- f("span", cv, [
12990
- t.headerTitleEmphasized ? (o(), r("span", dv, C(t.headerTitleEmphasized), 1)) : u("", !0),
12991
- A(" " + C(t.headerTitle), 1)
12992
+ f("span", dv, [
12993
+ t.headerTitleEmphasized ? (o(), r("span", uv, C(t.headerTitleEmphasized), 1)) : u("", !0),
12994
+ L(" " + C(t.headerTitle), 1)
12992
12995
  ]),
12993
- t.headerTitleSubline ? (o(), r("span", uv, C(t.headerTitleSubline), 1)) : u("", !0)
12996
+ t.headerTitleSubline ? (o(), r("span", fv, C(t.headerTitleSubline), 1)) : u("", !0)
12994
12997
  ])
12995
12998
  ]),
12996
- e.$slots.headercontrols ? (o(), r("div", fv, [
12999
+ e.$slots.headercontrols ? (o(), r("div", gv, [
12997
13000
  p(e.$slots, "headercontrols", {}, void 0, !0)
12998
13001
  ])) : u("", !0),
12999
13002
  e.$slots.sidebar && n.width <= 1500 ? (o(), m(c, {
@@ -13013,7 +13016,7 @@ function wv(e, s, t, a, n, i) {
13013
13016
  icon: "close"
13014
13017
  }, {
13015
13018
  default: w(() => [
13016
- A(C(t.closeText), 1)
13019
+ L(C(t.closeText), 1)
13017
13020
  ]),
13018
13021
  _: 1
13019
13022
  }, 8, ["disabled"])
@@ -13035,7 +13038,7 @@ function wv(e, s, t, a, n, i) {
13035
13038
  class: "ecs-overlay-content",
13036
13039
  "aria-busy": t.blockContent || null
13037
13040
  }, [
13038
- e.$slots.tabs ? (o(), r("div", mv, [
13041
+ e.$slots.tabs ? (o(), r("div", hv, [
13039
13042
  p(e.$slots, "tabs", {}, void 0, !0)
13040
13043
  ])) : u("", !0),
13041
13044
  f("div", {
@@ -13048,12 +13051,12 @@ function wv(e, s, t, a, n, i) {
13048
13051
  }, [
13049
13052
  p(e.$slots, "default", {}, void 0, !0)
13050
13053
  ], 6),
13051
- e.$slots.sidebar && n.width > 1500 ? (o(), r("div", hv, [
13054
+ e.$slots.sidebar && n.width > 1500 ? (o(), r("div", pv, [
13052
13055
  p(e.$slots, "sidebar", {}, void 0, !0)
13053
13056
  ])) : u("", !0),
13054
13057
  _(pe, { name: "slide" }, {
13055
13058
  default: w(() => [
13056
- je(f("div", pv, [
13059
+ je(f("div", vv, [
13057
13060
  p(e.$slots, "sidebar", {}, void 0, !0)
13058
13061
  ], 512), [
13059
13062
  [nt, e.$slots.sidebar && n.width <= 1500 && n.showSidebar]
@@ -13062,19 +13065,19 @@ function wv(e, s, t, a, n, i) {
13062
13065
  _: 3
13063
13066
  })
13064
13067
  ], 2),
13065
- t.blockContent ? (o(), r("div", vv)) : u("", !0)
13066
- ], 8, gv),
13067
- e.$slots.footer ? (o(), r("footer", yv, [
13068
- e.$slots.tabs ? (o(), r("div", bv)) : u("", !0),
13069
- f("div", _v, [
13068
+ t.blockContent ? (o(), r("div", yv)) : u("", !0)
13069
+ ], 8, mv),
13070
+ e.$slots.footer ? (o(), r("footer", bv, [
13071
+ e.$slots.tabs ? (o(), r("div", _v)) : u("", !0),
13072
+ f("div", kv, [
13070
13073
  f("div", {
13071
13074
  class: "ecs-overlay-footer-content-inner",
13072
13075
  style: x({ width: i.contentWidth, maxWidth: i.contentMaxWidth, minWidth: i.contentMinWidth, paddingLeft: i.contentPadding, paddingRight: i.contentPadding })
13073
13076
  }, [
13074
13077
  p(e.$slots, "footer", {}, void 0, !0)
13075
13078
  ], 4),
13076
- e.$slots.sidebar && n.width > 1500 ? (o(), r("div", kv)) : u("", !0),
13077
- n.footerScrollSpacer ? (o(), r("div", Cv)) : u("", !0)
13079
+ e.$slots.sidebar && n.width > 1500 ? (o(), r("div", Cv)) : u("", !0),
13080
+ n.footerScrollSpacer ? (o(), r("div", wv)) : u("", !0)
13078
13081
  ])
13079
13082
  ])) : u("", !0)
13080
13083
  ], 4)) : u("", !0)
@@ -13082,14 +13085,14 @@ function wv(e, s, t, a, n, i) {
13082
13085
  _: 3
13083
13086
  });
13084
13087
  }
13085
- const G_ = /* @__PURE__ */ y(lv, [["render", wv], ["__scopeId", "data-v-05e73b25"]]), Sv = {
13088
+ const K_ = /* @__PURE__ */ y(rv, [["render", Sv], ["__scopeId", "data-v-05e73b25"]]), xv = {
13086
13089
  name: "ecs-pagination",
13087
13090
  emits: ["firstPage", "prevPage", "nextPage", "lastPage", "updatePage", "itemsPerPage"],
13088
13091
  components: {
13089
13092
  EcsButton: ze,
13090
13093
  EcsSelect: Zt,
13091
13094
  EcsFlexRow: Ie,
13092
- EcsIcon: L
13095
+ EcsIcon: A
13093
13096
  },
13094
13097
  props: {
13095
13098
  /** 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. */
@@ -13184,14 +13187,14 @@ const G_ = /* @__PURE__ */ y(lv, [["render", wv], ["__scopeId", "data-v-05e73b25
13184
13187
  this.$emit("updatePage", Number(e));
13185
13188
  }
13186
13189
  }
13187
- }, ni = (e) => (ve("data-v-ca016e63"), e = e(), ye(), e), xv = /* @__PURE__ */ ni(() => /* @__PURE__ */ f("span", null, "Page", -1)), Bv = ["value", "selected"], Iv = {
13190
+ }, ni = (e) => (ve("data-v-ca016e63"), e = e(), ye(), e), Bv = /* @__PURE__ */ ni(() => /* @__PURE__ */ f("span", null, "Page", -1)), Iv = ["value", "selected"], zv = {
13188
13191
  key: 0,
13189
13192
  class: "total"
13190
- }, zv = {
13193
+ }, Ev = {
13191
13194
  key: 1,
13192
13195
  class: "ecs-pagination-range"
13193
- }, Ev = { class: "ecs-pagination-tabs" }, Tv = /* @__PURE__ */ ni(() => /* @__PURE__ */ f("span", null, "Items per page", -1)), Pv = ["value", "selected"];
13194
- function Mv(e, s, t, a, n, i) {
13196
+ }, Tv = { class: "ecs-pagination-tabs" }, Pv = /* @__PURE__ */ ni(() => /* @__PURE__ */ f("span", null, "Items per page", -1)), Mv = ["value", "selected"];
13197
+ function $v(e, s, t, a, n, i) {
13195
13198
  const l = g("ecs-button"), c = g("ecs-flex-row"), d = g("ecs-select");
13196
13199
  return o(), r("div", {
13197
13200
  class: v(["ecs-pagination", [
@@ -13235,7 +13238,7 @@ function Mv(e, s, t, a, n, i) {
13235
13238
  }),
13236
13239
  _(c, { gap: 4 }, {
13237
13240
  default: w(() => [
13238
- xv,
13241
+ Bv,
13239
13242
  _(d, {
13240
13243
  modelValue: n.updatedCurrentPage,
13241
13244
  "onUpdate:modelValue": s[2] || (s[2] = (h) => n.updatedCurrentPage = h),
@@ -13247,11 +13250,11 @@ function Mv(e, s, t, a, n, i) {
13247
13250
  key: h,
13248
13251
  value: h,
13249
13252
  selected: h === t.currentPage
13250
- }, C(h), 9, Bv))), 128))
13253
+ }, C(h), 9, Iv))), 128))
13251
13254
  ]),
13252
13255
  _: 1
13253
13256
  }, 8, ["modelValue", "disabled"]),
13254
- t.totalPages ? (o(), r("span", Iv, "of " + C(t.totalPages), 1)) : u("", !0)
13257
+ t.totalPages ? (o(), r("span", zv, "of " + C(t.totalPages), 1)) : u("", !0)
13255
13258
  ]),
13256
13259
  _: 1
13257
13260
  }),
@@ -13280,16 +13283,16 @@ function Mv(e, s, t, a, n, i) {
13280
13283
  ]),
13281
13284
  _: 1
13282
13285
  })
13283
- ], 64)) : i.hasRange ? (o(), r("span", zv, [
13284
- A("Showing entries "),
13286
+ ], 64)) : i.hasRange ? (o(), r("span", Ev, [
13287
+ L("Showing entries "),
13285
13288
  f("span", null, C(t.itemRangeFrom) + " to " + C(t.itemRangeTo), 1),
13286
- A(" of "),
13289
+ L(" of "),
13287
13290
  f("span", null, C(t.itemRangeTotal), 1)
13288
13291
  ])) : u("", !0)
13289
13292
  ]),
13290
13293
  _: 1
13291
13294
  }, 8, ["style"]),
13292
- f("div", Ev, [
13295
+ f("div", Tv, [
13293
13296
  p(e.$slots, "tabs", {}, void 0, !0)
13294
13297
  ]),
13295
13298
  t.showItemsPerPage && t.type == "paginated" ? (o(), m(c, {
@@ -13298,7 +13301,7 @@ function Mv(e, s, t, a, n, i) {
13298
13301
  class: "ecs-pagination-items"
13299
13302
  }, {
13300
13303
  default: w(() => [
13301
- Tv,
13304
+ Pv,
13302
13305
  _(d, {
13303
13306
  modelValue: n.updatedItemsPerPageSelected,
13304
13307
  "onUpdate:modelValue": s[5] || (s[5] = (h) => n.updatedItemsPerPageSelected = h),
@@ -13311,7 +13314,7 @@ function Mv(e, s, t, a, n, i) {
13311
13314
  key: h,
13312
13315
  value: h,
13313
13316
  selected: h === t.itemsPerPageSelected
13314
- }, C(h), 9, Pv))), 128))
13317
+ }, C(h), 9, Mv))), 128))
13315
13318
  ]),
13316
13319
  _: 1
13317
13320
  }, 8, ["modelValue", "disabled"])
@@ -13330,9 +13333,9 @@ function Mv(e, s, t, a, n, i) {
13330
13333
  })) : u("", !0)
13331
13334
  ], 2);
13332
13335
  }
13333
- const K_ = /* @__PURE__ */ y(Sv, [["render", Mv], ["__scopeId", "data-v-ca016e63"]]), $v = {
13336
+ const Y_ = /* @__PURE__ */ y(xv, [["render", $v], ["__scopeId", "data-v-ca016e63"]]), Lv = {
13334
13337
  name: "ecs-party-entry",
13335
- components: { EcsIcon: L, EcsSticker: Oe },
13338
+ components: { EcsIcon: A, EcsSticker: Oe },
13336
13339
  props: {
13337
13340
  /** 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). */
13338
13341
  icon: {
@@ -13412,7 +13415,7 @@ const K_ = /* @__PURE__ */ y(Sv, [["render", Mv], ["__scopeId", "data-v-ca016e63
13412
13415
  key: 2,
13413
13416
  class: "ecs-party-entry-background"
13414
13417
  };
13415
- function Lv(e, s, t, a, n, i) {
13418
+ function Ov(e, s, t, a, n, i) {
13416
13419
  const l = g("ecs-icon"), c = g("ecs-sticker");
13417
13420
  return o(), r("div", {
13418
13421
  class: v(["ecs-party-entry", [t.party, t.color && t.background ? "ecs-party-entry-colored" : ""]]),
@@ -13454,7 +13457,7 @@ function Lv(e, s, t, a, n, i) {
13454
13457
  t.background ? (o(), r("div", Av)) : u("", !0)
13455
13458
  ], 6);
13456
13459
  }
13457
- const Y_ = /* @__PURE__ */ y($v, [["render", Lv], ["__scopeId", "data-v-b9690261"]]), Ov = {
13460
+ const X_ = /* @__PURE__ */ y(Lv, [["render", Ov], ["__scopeId", "data-v-b9690261"]]), Dv = {
13458
13461
  name: "EcsPopoverListHeadline",
13459
13462
  components: {
13460
13463
  EcsButtonCollapse: Ut
@@ -13495,11 +13498,11 @@ const Y_ = /* @__PURE__ */ y($v, [["render", Lv], ["__scopeId", "data-v-b9690261
13495
13498
  this.isCollapsed = !this.isCollapsed, this.$emit("toggle", this.isCollapsed);
13496
13499
  }
13497
13500
  }
13498
- }, Dv = {
13501
+ }, Nv = {
13499
13502
  key: 1,
13500
13503
  class: "ecs-popover-list-title-controls"
13501
13504
  };
13502
- function Nv(e, s, t, a, n, i) {
13505
+ function Vv(e, s, t, a, n, i) {
13503
13506
  const l = g("ecs-button-collapse");
13504
13507
  return o(), r("li", {
13505
13508
  class: v(["ecs-popover-list-title", [
@@ -13518,12 +13521,12 @@ function Nv(e, s, t, a, n, i) {
13518
13521
  f("span", null, [
13519
13522
  p(e.$slots, "default", {}, void 0, !0)
13520
13523
  ]),
13521
- e.$slots.controls ? (o(), r("div", Dv, [
13524
+ e.$slots.controls ? (o(), r("div", Nv, [
13522
13525
  p(e.$slots, "controls", {}, void 0, !0)
13523
13526
  ])) : u("", !0)
13524
13527
  ], 2);
13525
13528
  }
13526
- const X_ = /* @__PURE__ */ y(Ov, [["render", Nv], ["__scopeId", "data-v-c1516cc2"]]), Vv = {
13529
+ const Z_ = /* @__PURE__ */ y(Dv, [["render", Vv], ["__scopeId", "data-v-c1516cc2"]]), Hv = {
13527
13530
  name: "ecs-rating-star-read",
13528
13531
  components: { EcsSkeletonLoader: te },
13529
13532
  props: {
@@ -13554,8 +13557,8 @@ const X_ = /* @__PURE__ */ y(Ov, [["render", Nv], ["__scopeId", "data-v-c1516cc2
13554
13557
  return this.size && this.size !== "" ? `ecs-rating-read-${this.size}` : this.size;
13555
13558
  }
13556
13559
  }
13557
- }, Hv = ["aria-busy", "aria-label"], Rv = ["data-maximum", "data-rating"];
13558
- function Fv(e, s, t, a, n, i) {
13560
+ }, Rv = ["aria-busy", "aria-label"], Fv = ["data-maximum", "data-rating"];
13561
+ function qv(e, s, t, a, n, i) {
13559
13562
  const l = g("ecs-skeleton-loader");
13560
13563
  return o(), r("div", {
13561
13564
  class: v(["ecs-rating-read", [i.sizeClass]]),
@@ -13572,13 +13575,13 @@ function Fv(e, s, t, a, n, i) {
13572
13575
  class: "ecs-stars-read",
13573
13576
  "data-maximum": t.maximum,
13574
13577
  "data-rating": t.rating
13575
- }, null, 8, Rv))
13576
- ], 10, Hv);
13578
+ }, null, 8, Fv))
13579
+ ], 10, Rv);
13577
13580
  }
13578
- const qv = /* @__PURE__ */ y(Vv, [["render", Fv], ["__scopeId", "data-v-8f28e1c1"]]), Wv = {
13581
+ const Wv = /* @__PURE__ */ y(Hv, [["render", qv], ["__scopeId", "data-v-8f28e1c1"]]), jv = {
13579
13582
  name: "ecs-rating-favorability",
13580
13583
  emits: ["click"],
13581
- components: { EcsIcon: L, EcsSkeletonLoader: te },
13584
+ components: { EcsIcon: A, EcsSkeletonLoader: te },
13582
13585
  props: {
13583
13586
  /** If set, the favorability icon will have a label as well. */
13584
13587
  label: {
@@ -13639,8 +13642,8 @@ const qv = /* @__PURE__ */ y(Vv, [["render", Fv], ["__scopeId", "data-v-8f28e1c1
13639
13642
  this.disabled || this.$emit("click", e);
13640
13643
  }
13641
13644
  }
13642
- }, jv = ["aria-busy"], Uv = ["title"];
13643
- function Gv(e, s, t, a, n, i) {
13645
+ }, Uv = ["aria-busy"], Gv = ["title"];
13646
+ function Kv(e, s, t, a, n, i) {
13644
13647
  const l = g("ecs-icon"), c = g("ecs-skeleton-loader");
13645
13648
  return o(), r("div", {
13646
13649
  onClick: s[0] || (s[0] = (...d) => i.handleClick && i.handleClick(...d)),
@@ -13652,7 +13655,7 @@ function Gv(e, s, t, a, n, i) {
13652
13655
  title: i.labelText
13653
13656
  }, [
13654
13657
  _(l, { type: i.iconType }, null, 8, ["type"])
13655
- ], 10, Uv),
13658
+ ], 10, Gv),
13656
13659
  t.label ? (o(), r("span", {
13657
13660
  key: 0,
13658
13661
  class: v(["label", t.loading ? "loading" : ""])
@@ -13669,12 +13672,12 @@ function Gv(e, s, t, a, n, i) {
13669
13672
  width: 100,
13670
13673
  style: { width: "calc(100% - 30px)" }
13671
13674
  })) : u("", !0)
13672
- ], 10, jv);
13675
+ ], 10, Uv);
13673
13676
  }
13674
- const Kv = /* @__PURE__ */ y(Wv, [["render", Gv], ["__scopeId", "data-v-a6e15633"]]), Yv = {
13677
+ const Yv = /* @__PURE__ */ y(jv, [["render", Kv], ["__scopeId", "data-v-a6e15633"]]), Xv = {
13675
13678
  name: "ecs-quicklinks-link",
13676
13679
  emits: ["click", "input", "toggle", "update:volumes"],
13677
- components: { EcsCheckbox: lt, EcsRatingStarRead: qv, EcsRatingFavorability: Kv, EcsSwitch: jt, EcsIcon: L, EcsFocusRing: D, EcsAvatar: vt, EcsFlexRow: Ie, EcsPopover: bt, EcsPopoverList: qs, EcsPopoverListItem: Gs },
13680
+ components: { EcsCheckbox: lt, EcsRatingStarRead: Wv, EcsRatingFavorability: Yv, EcsSwitch: jt, EcsIcon: A, EcsFocusRing: D, EcsAvatar: vt, EcsFlexRow: Ie, EcsPopover: bt, EcsPopoverList: qs, EcsPopoverListItem: Gs },
13678
13681
  props: {
13679
13682
  /** The label text for the quicklink. */
13680
13683
  label: {
@@ -13807,17 +13810,17 @@ const Kv = /* @__PURE__ */ y(Wv, [["render", Gv], ["__scopeId", "data-v-a6e15633
13807
13810
  created() {
13808
13811
  this.updateVolumes(this.volumes);
13809
13812
  }
13810
- }, Xv = { class: "filter-description" }, Zv = {
13813
+ }, Zv = { class: "filter-description" }, Jv = {
13811
13814
  key: 0,
13812
13815
  class: "meta"
13813
- }, Jv = { key: 0 }, Qv = ["title"], ey = { style: { "margin-left": "12px" } }, ty = { class: "static-label" }, sy = {
13816
+ }, Qv = { key: 0 }, ey = ["title"], ty = { style: { "margin-left": "12px" } }, sy = { class: "static-label" }, iy = {
13814
13817
  key: 0,
13815
13818
  class: "meta"
13816
- }, iy = { key: 0 }, ny = ["title"], ay = { class: "persona-label" }, oy = { key: 3 }, ly = ["onClick", "title", "aria-label"], ry = ["aria-label"], cy = {
13819
+ }, ny = { key: 0 }, ay = ["title"], oy = { class: "persona-label" }, ly = { key: 3 }, ry = ["onClick", "title", "aria-label"], cy = ["aria-label"], dy = {
13817
13820
  key: 5,
13818
13821
  class: "meta"
13819
- }, dy = { key: 0 }, uy = ["title"];
13820
- function fy(e, s, t, a, n, i) {
13822
+ }, uy = { key: 0 }, fy = ["title"];
13823
+ function gy(e, s, t, a, n, i) {
13821
13824
  const l = g("ecs-icon"), c = g("ecs-focus-ring"), d = g("ecs-rating-favorability"), h = g("ecs-rating-star-read"), b = g("ecs-switch"), k = g("ecs-avatar"), E = g("ecs-popover-list-item"), I = g("ecs-popover-list"), B = g("ecs-popover"), M = g("ecs-flex-row"), $ = g("ecs-checkbox");
13822
13825
  return o(), r("li", {
13823
13826
  class: v(["ecs-quicklinks-link", [
@@ -13833,13 +13836,13 @@ function fy(e, s, t, a, n, i) {
13833
13836
  role: "button"
13834
13837
  }, [
13835
13838
  _(l, { type: t.icon }, null, 8, ["type"]),
13836
- f("span", Xv, C(t.label), 1),
13837
- t.count || t.meta ? (o(), r("small", Zv, [
13838
- t.count ? (o(), r("span", Jv, C(t.count), 1)) : u("", !0),
13839
+ f("span", Zv, C(t.label), 1),
13840
+ t.count || t.meta ? (o(), r("small", Jv, [
13841
+ t.count ? (o(), r("span", Qv, C(t.count), 1)) : u("", !0),
13839
13842
  t.meta ? (o(), r("span", {
13840
13843
  key: 1,
13841
13844
  title: t.metaTitle
13842
- }, C(t.meta), 9, Qv)) : u("", !0)
13845
+ }, C(t.meta), 9, ey)) : u("", !0)
13843
13846
  ])) : u("", !0),
13844
13847
  _(c)
13845
13848
  ])) : t.type === "favorability" ? (o(), r("div", {
@@ -13855,15 +13858,15 @@ function fy(e, s, t, a, n, i) {
13855
13858
  label: !1,
13856
13859
  disabled: t.disabled || null
13857
13860
  }, null, 8, ["type", "rating", "disabled"]),
13858
- f("label", ey, [
13859
- f("span", ty, C(t.label), 1)
13861
+ f("label", ty, [
13862
+ f("span", sy, C(t.label), 1)
13860
13863
  ]),
13861
- t.count || t.meta ? (o(), r("small", sy, [
13862
- t.count ? (o(), r("span", iy, C(t.count), 1)) : u("", !0),
13864
+ t.count || t.meta ? (o(), r("small", iy, [
13865
+ t.count ? (o(), r("span", ny, C(t.count), 1)) : u("", !0),
13863
13866
  t.meta ? (o(), r("span", {
13864
13867
  key: 1,
13865
13868
  title: t.metaTitle
13866
- }, C(t.meta), 9, ny)) : u("", !0)
13869
+ }, C(t.meta), 9, ay)) : u("", !0)
13867
13870
  ])) : u("", !0),
13868
13871
  _(c)
13869
13872
  ])) : (o(), m($, {
@@ -13888,7 +13891,7 @@ function fy(e, s, t, a, n, i) {
13888
13891
  colored: ""
13889
13892
  }, {
13890
13893
  default: w(() => [
13891
- A(C(t.label), 1)
13894
+ L(C(t.label), 1)
13892
13895
  ]),
13893
13896
  _: 1
13894
13897
  }, 8, ["value", "disabled"])) : t.type === "persona" ? (o(), r(F, { key: 2 }, [
@@ -13898,8 +13901,8 @@ function fy(e, s, t, a, n, i) {
13898
13901
  "relevant-badge": t.persona.relevant,
13899
13902
  size: 24
13900
13903
  }, null, 8, ["image", "name", "relevant-badge"]),
13901
- f("span", ay, C(t.label || t.persona.name), 1)
13902
- ], 64)) : (o(), r("span", oy, C(t.label), 1)),
13904
+ f("span", oy, C(t.label || t.persona.name), 1)
13905
+ ], 64)) : (o(), r("span", ly, C(t.label), 1)),
13903
13906
  n.localVolumes ? (o(), m(M, {
13904
13907
  key: 4,
13905
13908
  gap: 2,
@@ -13912,7 +13915,7 @@ function fy(e, s, t, a, n, i) {
13912
13915
  onClick: (T) => i.toggleVolume(z.id),
13913
13916
  title: `${z.name} (${z.date})`,
13914
13917
  "aria-label": `Volume ${z.id}${z.active ? " active" : ""}`
13915
- }, C(z.id), 11, ly))), 128)),
13918
+ }, C(z.id), 11, ry))), 128)),
13916
13919
  n.localVolumes.length > 3 ? (o(), m(B, {
13917
13920
  key: 0,
13918
13921
  disabled: t.disabled || null
@@ -13928,7 +13931,7 @@ function fy(e, s, t, a, n, i) {
13928
13931
  "aria-label": `Volume ${z.id}${z.active ? " active" : ""}`
13929
13932
  }, {
13930
13933
  default: w(() => [
13931
- A(C(z.id), 1)
13934
+ L(C(z.id), 1)
13932
13935
  ]),
13933
13936
  _: 2
13934
13937
  }, 1032, ["onClick", "selected", "title", "aria-label"]))), 128))
@@ -13946,26 +13949,26 @@ function fy(e, s, t, a, n, i) {
13946
13949
  type: "more",
13947
13950
  size: "18"
13948
13951
  })
13949
- ], 10, ry)
13952
+ ], 10, cy)
13950
13953
  ]),
13951
13954
  _: 1
13952
13955
  }, 8, ["disabled"])) : u("", !0)
13953
13956
  ]),
13954
13957
  _: 1
13955
13958
  })) : u("", !0),
13956
- t.count || t.meta ? (o(), r("small", cy, [
13957
- t.count ? (o(), r("span", dy, C(t.count), 1)) : u("", !0),
13959
+ t.count || t.meta ? (o(), r("small", dy, [
13960
+ t.count ? (o(), r("span", uy, C(t.count), 1)) : u("", !0),
13958
13961
  t.meta ? (o(), r("span", {
13959
13962
  key: 1,
13960
13963
  title: t.metaTitle
13961
- }, C(t.meta), 9, uy)) : u("", !0)
13964
+ }, C(t.meta), 9, fy)) : u("", !0)
13962
13965
  ])) : u("", !0)
13963
13966
  ]),
13964
13967
  _: 1
13965
13968
  }, 8, ["value", "value-false", "value-true", "disabled", "indeterminate"]))
13966
13969
  ], 2);
13967
13970
  }
13968
- const Z_ = /* @__PURE__ */ y(Yv, [["render", fy], ["__scopeId", "data-v-db5374f4"]]), gy = {
13971
+ const J_ = /* @__PURE__ */ y(Xv, [["render", gy], ["__scopeId", "data-v-db5374f4"]]), my = {
13969
13972
  name: "ecs-rating-star-write",
13970
13973
  emits: ["click"],
13971
13974
  props: {
@@ -13989,16 +13992,16 @@ const Z_ = /* @__PURE__ */ y(Yv, [["render", fy], ["__scopeId", "data-v-db5374f4
13989
13992
  default: !1
13990
13993
  }
13991
13994
  }
13992
- }, wt = (e) => (ve("data-v-f63b724f"), e = e(), ye(), e), my = {
13995
+ }, wt = (e) => (ve("data-v-f63b724f"), e = e(), ye(), e), hy = {
13993
13996
  key: 0,
13994
13997
  class: "ecs-rating-reset"
13995
- }, hy = { class: "ecs-rating-write" }, py = ["checked", "disabled"], vy = /* @__PURE__ */ wt(() => /* @__PURE__ */ f("i", null, null, -1)), yy = ["checked", "disabled"], by = /* @__PURE__ */ wt(() => /* @__PURE__ */ f("i", null, null, -1)), _y = ["checked", "disabled"], ky = /* @__PURE__ */ wt(() => /* @__PURE__ */ f("i", null, null, -1)), Cy = ["checked", "disabled"], wy = /* @__PURE__ */ wt(() => /* @__PURE__ */ f("i", null, null, -1));
13996
- function Sy(e, s, t, a, n, i) {
13998
+ }, py = { class: "ecs-rating-write" }, vy = ["checked", "disabled"], yy = /* @__PURE__ */ wt(() => /* @__PURE__ */ f("i", null, null, -1)), by = ["checked", "disabled"], _y = /* @__PURE__ */ wt(() => /* @__PURE__ */ f("i", null, null, -1)), ky = ["checked", "disabled"], Cy = /* @__PURE__ */ wt(() => /* @__PURE__ */ f("i", null, null, -1)), wy = ["checked", "disabled"], Sy = /* @__PURE__ */ wt(() => /* @__PURE__ */ f("i", null, null, -1));
13999
+ function xy(e, s, t, a, n, i) {
13997
14000
  return o(), r("div", {
13998
14001
  class: v(["ecs-rating-form", [t.large ? "ecs-rating-form-lg" : ""]])
13999
14002
  }, [
14000
- t.unrated ? (o(), r("button", my)) : u("", !0),
14001
- f("div", hy, [
14003
+ t.unrated ? (o(), r("button", hy)) : u("", !0),
14004
+ f("div", py, [
14002
14005
  f("input", {
14003
14006
  type: "radio",
14004
14007
  value: "1",
@@ -14006,8 +14009,8 @@ function Sy(e, s, t, a, n, i) {
14006
14009
  onClick: s[0] || (s[0] = (l) => e.$emit("click", l)),
14007
14010
  checked: t.value == 1 || null,
14008
14011
  disabled: t.disabled
14009
- }, null, 8, py),
14010
- vy,
14012
+ }, null, 8, vy),
14013
+ yy,
14011
14014
  f("input", {
14012
14015
  type: "radio",
14013
14016
  value: "2",
@@ -14015,8 +14018,8 @@ function Sy(e, s, t, a, n, i) {
14015
14018
  onClick: s[1] || (s[1] = (l) => e.$emit("click", l)),
14016
14019
  checked: t.value == 2 || null,
14017
14020
  disabled: t.disabled
14018
- }, null, 8, yy),
14019
- by,
14021
+ }, null, 8, by),
14022
+ _y,
14020
14023
  f("input", {
14021
14024
  type: "radio",
14022
14025
  value: "3",
@@ -14024,8 +14027,8 @@ function Sy(e, s, t, a, n, i) {
14024
14027
  onClick: s[2] || (s[2] = (l) => e.$emit("click", l)),
14025
14028
  checked: t.value == 3 || null,
14026
14029
  disabled: t.disabled
14027
- }, null, 8, _y),
14028
- ky,
14030
+ }, null, 8, ky),
14031
+ Cy,
14029
14032
  f("input", {
14030
14033
  type: "radio",
14031
14034
  value: "4",
@@ -14033,12 +14036,12 @@ function Sy(e, s, t, a, n, i) {
14033
14036
  onClick: s[3] || (s[3] = (l) => e.$emit("click", l)),
14034
14037
  checked: t.value == 4 || null,
14035
14038
  disabled: t.disabled
14036
- }, null, 8, Cy),
14037
- wy
14039
+ }, null, 8, wy),
14040
+ Sy
14038
14041
  ])
14039
14042
  ], 2);
14040
14043
  }
14041
- const J_ = /* @__PURE__ */ y(gy, [["render", Sy], ["__scopeId", "data-v-f63b724f"]]), xy = {
14044
+ const Q_ = /* @__PURE__ */ y(my, [["render", xy], ["__scopeId", "data-v-f63b724f"]]), By = {
14042
14045
  name: "ecs-section",
14043
14046
  props: {
14044
14047
  /** Adds a headline to the section. */
@@ -14087,11 +14090,11 @@ const J_ = /* @__PURE__ */ y(gy, [["render", Sy], ["__scopeId", "data-v-f63b724f
14087
14090
  return `ecs-section-content-padding-${this.contentPadding}`;
14088
14091
  }
14089
14092
  }
14090
- }, By = {
14093
+ }, Iy = {
14091
14094
  key: 0,
14092
14095
  class: "ecs-section-controls"
14093
14096
  };
14094
- function Iy(e, s, t, a, n, i) {
14097
+ function zy(e, s, t, a, n, i) {
14095
14098
  return o(), r("div", {
14096
14099
  class: v(["ecs-section", [
14097
14100
  t.borderTop ? "ecs-section-border-top" : "",
@@ -14104,8 +14107,8 @@ function Iy(e, s, t, a, n, i) {
14104
14107
  key: 0,
14105
14108
  class: v(["ecs-section-headline", [t.headlineBold ? "ecs-headline-section-bold" : "ecs-headline-section", e.$slots.controls ? "has-buttons" : ""]])
14106
14109
  }, [
14107
- A(C(t.title) + " ", 1),
14108
- e.$slots.controls ? (o(), r("div", By, [
14110
+ L(C(t.title) + " ", 1),
14111
+ e.$slots.controls ? (o(), r("div", Iy, [
14109
14112
  p(e.$slots, "controls", {}, void 0, !0)
14110
14113
  ])) : u("", !0)
14111
14114
  ], 2)) : u("", !0),
@@ -14119,10 +14122,10 @@ function Iy(e, s, t, a, n, i) {
14119
14122
  ], 2)
14120
14123
  ], 2);
14121
14124
  }
14122
- const Q_ = /* @__PURE__ */ y(xy, [["render", Iy], ["__scopeId", "data-v-ec263a49"]]), zy = {
14125
+ const e1 = /* @__PURE__ */ y(By, [["render", zy], ["__scopeId", "data-v-ec263a49"]]), Ey = {
14123
14126
  name: "ecs-segments",
14124
14127
  emits: ["click"],
14125
- components: { EcsIcon: L },
14128
+ components: { EcsIcon: A },
14126
14129
  props: {
14127
14130
  /** Array of all the options objects:
14128
14131
  *
@@ -14152,8 +14155,8 @@ const Q_ = /* @__PURE__ */ y(xy, [["render", Iy], ["__scopeId", "data-v-ec263a49
14152
14155
  default: !1
14153
14156
  }
14154
14157
  }
14155
- }, Ey = ["for", "disabled"], Ty = ["name", "value", "id", "checked", "disabled", "onClick"], Py = ["title"];
14156
- function My(e, s, t, a, n, i) {
14158
+ }, Ty = ["for", "disabled"], Py = ["name", "value", "id", "checked", "disabled", "onClick"], My = ["title"];
14159
+ function $y(e, s, t, a, n, i) {
14157
14160
  const l = g("ecs-icon");
14158
14161
  return o(), r("div", {
14159
14162
  class: v(["ecs-segments", [t.inline ? "ecs-segments-inline" : ""]])
@@ -14171,7 +14174,7 @@ function My(e, s, t, a, n, i) {
14171
14174
  checked: t.value.toLowerCase() == c.id.toLowerCase() || null,
14172
14175
  disabled: c.disabled || t.disabled,
14173
14176
  onClick: (d) => e.$emit("click", c.id)
14174
- }, null, 8, Ty),
14177
+ }, null, 8, Py),
14175
14178
  f("span", {
14176
14179
  class: "ecs-segment",
14177
14180
  title: c.title
@@ -14183,17 +14186,17 @@ function My(e, s, t, a, n, i) {
14183
14186
  size: "20",
14184
14187
  color: "#2F333C"
14185
14188
  }, null, 8, ["class", "type"])) : u("", !0),
14186
- A(" " + C(c.label), 1)
14187
- ], 8, Py)
14188
- ], 8, Ey))), 128))
14189
+ L(" " + C(c.label), 1)
14190
+ ], 8, My)
14191
+ ], 8, Ty))), 128))
14189
14192
  ], 2);
14190
14193
  }
14191
- const e1 = /* @__PURE__ */ y(zy, [["render", My], ["__scopeId", "data-v-868d7eb4"]]), $y = {
14194
+ const t1 = /* @__PURE__ */ y(Ey, [["render", $y], ["__scopeId", "data-v-868d7eb4"]]), Ly = {
14192
14195
  name: "ecs-select-tile",
14193
14196
  emits: ["click"],
14194
14197
  components: {
14195
14198
  EcsFocusRing: D,
14196
- EcsIllustration: Fm
14199
+ EcsIllustration: qm
14197
14200
  },
14198
14201
  props: {
14199
14202
  /** The main label for the tile. */
@@ -14233,14 +14236,14 @@ const e1 = /* @__PURE__ */ y(zy, [["render", My], ["__scopeId", "data-v-868d7eb4
14233
14236
  default: !1
14234
14237
  }
14235
14238
  }
14236
- }, Ay = (e) => (ve("data-v-642a7ad7"), e = e(), ye(), e), Ly = ["aria-checked", "tabindex"], Oy = /* @__PURE__ */ Ay(() => /* @__PURE__ */ f("div", { class: "select-check" }, null, -1)), Dy = {
14239
+ }, Ay = (e) => (ve("data-v-642a7ad7"), e = e(), ye(), e), Oy = ["aria-checked", "tabindex"], Dy = /* @__PURE__ */ Ay(() => /* @__PURE__ */ f("div", { class: "select-check" }, null, -1)), Ny = {
14237
14240
  key: 1,
14238
14241
  class: "label"
14239
- }, Ny = {
14242
+ }, Vy = {
14240
14243
  key: 2,
14241
14244
  class: "help"
14242
14245
  };
14243
- function Vy(e, s, t, a, n, i) {
14246
+ function Hy(e, s, t, a, n, i) {
14244
14247
  const l = g("ecs-illustration"), c = g("ecs-focus-ring");
14245
14248
  return o(), r("div", {
14246
14249
  onClick: s[0] || (s[0] = (d) => e.$emit("click", d)),
@@ -14253,35 +14256,35 @@ function Vy(e, s, t, a, n, i) {
14253
14256
  "aria-checked": t.selected ? "true" : "false",
14254
14257
  tabindex: t.disabled ? "-1" : "0"
14255
14258
  }, [
14256
- Oy,
14259
+ Dy,
14257
14260
  t.illustration ? (o(), m(l, {
14258
14261
  key: 0,
14259
14262
  type: t.illustration
14260
14263
  }, null, 8, ["type"])) : u("", !0),
14261
- t.label ? (o(), r("div", Dy, C(t.label), 1)) : u("", !0),
14262
- t.helpText ? (o(), r("div", Ny, C(t.helpText), 1)) : u("", !0),
14264
+ t.label ? (o(), r("div", Ny, C(t.label), 1)) : u("", !0),
14265
+ t.helpText ? (o(), r("div", Vy, C(t.helpText), 1)) : u("", !0),
14263
14266
  _(c, {
14264
14267
  inset: -6,
14265
14268
  radius: 12
14266
14269
  })
14267
- ], 42, Ly);
14270
+ ], 42, Oy);
14268
14271
  }
14269
- const t1 = /* @__PURE__ */ y($y, [["render", Vy], ["__scopeId", "data-v-642a7ad7"]]), Hy = {
14272
+ const s1 = /* @__PURE__ */ y(Ly, [["render", Hy], ["__scopeId", "data-v-642a7ad7"]]), Ry = {
14270
14273
  name: "ecs-sequence-map"
14271
- }, Ry = {
14274
+ }, Fy = {
14272
14275
  class: "ecs-sequence-map",
14273
14276
  role: "navigation",
14274
14277
  "aria-label": "Steps"
14275
14278
  };
14276
- function Fy(e, s, t, a, n, i) {
14277
- return o(), r("div", Ry, [
14279
+ function qy(e, s, t, a, n, i) {
14280
+ return o(), r("div", Fy, [
14278
14281
  p(e.$slots, "default", {}, void 0, !0)
14279
14282
  ]);
14280
14283
  }
14281
- const s1 = /* @__PURE__ */ y(Hy, [["render", Fy], ["__scopeId", "data-v-69c3c73d"]]), qy = {
14284
+ const i1 = /* @__PURE__ */ y(Ry, [["render", qy], ["__scopeId", "data-v-69c3c73d"]]), Wy = {
14282
14285
  name: "ecs-sequence-map-button",
14283
14286
  emits: ["click"],
14284
- components: { EcsIcon: L, EcsFocusRing: D },
14287
+ components: { EcsIcon: A, EcsFocusRing: D },
14285
14288
  props: {
14286
14289
  /** Index of the step. */
14287
14290
  step: {
@@ -14309,8 +14312,8 @@ const s1 = /* @__PURE__ */ y(Hy, [["render", Fy], ["__scopeId", "data-v-69c3c73d
14309
14312
  default: !1
14310
14313
  }
14311
14314
  }
14312
- }, Wy = (e) => (ve("data-v-397f53f1"), e = e(), ye(), e), jy = ["aria-busy"], Uy = { class: "count" }, Gy = /* @__PURE__ */ Wy(() => /* @__PURE__ */ f("div", { class: "step-indicator" }, null, -1));
14313
- function Ky(e, s, t, a, n, i) {
14315
+ }, jy = (e) => (ve("data-v-397f53f1"), e = e(), ye(), e), Uy = ["aria-busy"], Gy = { class: "count" }, Ky = /* @__PURE__ */ jy(() => /* @__PURE__ */ f("div", { class: "step-indicator" }, null, -1));
14316
+ function Yy(e, s, t, a, n, i) {
14314
14317
  const l = g("ecs-icon"), c = g("ecs-focus-ring");
14315
14318
  return o(), r("button", {
14316
14319
  onClick: s[0] || (s[0] = (d) => e.$emit("click", d)),
@@ -14322,8 +14325,8 @@ function Ky(e, s, t, a, n, i) {
14322
14325
  ]]),
14323
14326
  "aria-busy": t.loading || null
14324
14327
  }, [
14325
- f("span", Uy, [
14326
- A(C(t.step) + " ", 1),
14328
+ f("span", Gy, [
14329
+ L(C(t.step) + " ", 1),
14327
14330
  t.loading ? (o(), m(l, {
14328
14331
  key: 0,
14329
14332
  type: "loading",
@@ -14333,10 +14336,10 @@ function Ky(e, s, t, a, n, i) {
14333
14336
  ]),
14334
14337
  p(e.$slots, "default", {}, void 0, !0),
14335
14338
  _(c, { inset: 4 }),
14336
- Gy
14337
- ], 10, jy);
14339
+ Ky
14340
+ ], 10, Uy);
14338
14341
  }
14339
- const i1 = /* @__PURE__ */ y(qy, [["render", Ky], ["__scopeId", "data-v-397f53f1"]]), Yy = {
14342
+ const n1 = /* @__PURE__ */ y(Wy, [["render", Yy], ["__scopeId", "data-v-397f53f1"]]), Xy = {
14340
14343
  name: "ecs-tab-bar",
14341
14344
  props: {
14342
14345
  /** 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. */
@@ -14366,8 +14369,8 @@ const i1 = /* @__PURE__ */ y(qy, [["render", Ky], ["__scopeId", "data-v-397f53f1
14366
14369
  return "vertical";
14367
14370
  }
14368
14371
  }
14369
- }, Xy = ["aria-orientation", "data-orientation"];
14370
- function Zy(e, s, t, a, n, i) {
14372
+ }, Zy = ["aria-orientation", "data-orientation"];
14373
+ function Jy(e, s, t, a, n, i) {
14371
14374
  return o(), r("div", {
14372
14375
  class: v(["ecs-tab-bar", [i.typeClass, i.directionClass]]),
14373
14376
  role: "tablist",
@@ -14375,9 +14378,9 @@ function Zy(e, s, t, a, n, i) {
14375
14378
  "data-orientation": i.tabOrientation
14376
14379
  }, [
14377
14380
  p(e.$slots, "default", {}, void 0, !0)
14378
- ], 10, Xy);
14381
+ ], 10, Zy);
14379
14382
  }
14380
- const Jy = /* @__PURE__ */ y(Yy, [["render", Zy], ["__scopeId", "data-v-374a83cf"]]), Qy = {
14383
+ const Qy = /* @__PURE__ */ y(Xy, [["render", Jy], ["__scopeId", "data-v-374a83cf"]]), eb = {
14381
14384
  name: "ecs-tabs",
14382
14385
  props: {
14383
14386
  /** Sets the height of the tabs area to 100%. */
@@ -14387,18 +14390,18 @@ const Jy = /* @__PURE__ */ y(Yy, [["render", Zy], ["__scopeId", "data-v-374a83cf
14387
14390
  }
14388
14391
  }
14389
14392
  };
14390
- function eb(e, s, t, a, n, i) {
14393
+ function tb(e, s, t, a, n, i) {
14391
14394
  return o(), r("div", {
14392
14395
  class: v(["ecs-tab-content", [t.fill ? "ecs-tab-content-fill" : ""]])
14393
14396
  }, [
14394
14397
  p(e.$slots, "default", {}, void 0, !0)
14395
14398
  ], 2);
14396
14399
  }
14397
- const tb = /* @__PURE__ */ y(Qy, [["render", eb], ["__scopeId", "data-v-0fe19168"]]), sb = {
14400
+ const sb = /* @__PURE__ */ y(eb, [["render", tb], ["__scopeId", "data-v-0fe19168"]]), ib = {
14398
14401
  name: "ecs-sidebar",
14399
14402
  components: {
14400
- EcsTabBar: Jy,
14401
- EcsTabs: tb
14403
+ EcsTabBar: Qy,
14404
+ EcsTabs: sb
14402
14405
  },
14403
14406
  props: {
14404
14407
  /** Expands the sidebar. */
@@ -14429,14 +14432,14 @@ const tb = /* @__PURE__ */ y(Qy, [["render", eb], ["__scopeId", "data-v-0fe19168
14429
14432
  return this.expanded ? "height: calc(100% - 10px)" : "height:" + (2 + 36 * this.tabCount) + "px";
14430
14433
  }
14431
14434
  }
14432
- }, ib = { class: "ecs-sidebar-tabs" };
14433
- function nb(e, s, t, a, n, i) {
14435
+ }, nb = { class: "ecs-sidebar-tabs" };
14436
+ function ab(e, s, t, a, n, i) {
14434
14437
  const l = g("ecs-tab-bar"), c = g("ecs-tabs");
14435
14438
  return o(), r("aside", {
14436
14439
  class: v(["ecs-sidebar", [i.sizeClass, i.expandClass]]),
14437
14440
  style: x(i.height)
14438
14441
  }, [
14439
- f("div", ib, [
14442
+ f("div", nb, [
14440
14443
  _(l, { type: "sidebar" }, {
14441
14444
  default: w(() => [
14442
14445
  p(e.$slots, "tab-buttons", {}, void 0, !0)
@@ -14452,7 +14455,7 @@ function nb(e, s, t, a, n, i) {
14452
14455
  })
14453
14456
  ], 6);
14454
14457
  }
14455
- const n1 = /* @__PURE__ */ y(sb, [["render", nb], ["__scopeId", "data-v-f39da0ea"]]), ab = {
14458
+ const a1 = /* @__PURE__ */ y(ib, [["render", ab], ["__scopeId", "data-v-f39da0ea"]]), ob = {
14456
14459
  name: "ecs-sidebar-content",
14457
14460
  props: {
14458
14461
  /** Adds an inner padding to the content area. */
@@ -14467,7 +14470,7 @@ const n1 = /* @__PURE__ */ y(sb, [["render", nb], ["__scopeId", "data-v-f39da0ea
14467
14470
  }
14468
14471
  }
14469
14472
  };
14470
- function ob(e, s, t, a, n, i) {
14473
+ function lb(e, s, t, a, n, i) {
14471
14474
  return o(), r("div", {
14472
14475
  class: v(["ecs-sidebar-content scrollbar", [
14473
14476
  t.indent ? "ecs-sidebar-content-indent" : "",
@@ -14477,7 +14480,7 @@ function ob(e, s, t, a, n, i) {
14477
14480
  p(e.$slots, "default", {}, void 0, !0)
14478
14481
  ], 2);
14479
14482
  }
14480
- const a1 = /* @__PURE__ */ y(ab, [["render", ob], ["__scopeId", "data-v-197087d5"]]), lb = {
14483
+ const o1 = /* @__PURE__ */ y(ob, [["render", lb], ["__scopeId", "data-v-197087d5"]]), rb = {
14481
14484
  name: "ecs-sidebar-footer",
14482
14485
  props: {
14483
14486
  /** Reduces the inner padding. */
@@ -14487,7 +14490,7 @@ const a1 = /* @__PURE__ */ y(ab, [["render", ob], ["__scopeId", "data-v-197087d5
14487
14490
  }
14488
14491
  }
14489
14492
  };
14490
- function rb(e, s, t, a, n, i) {
14493
+ function cb(e, s, t, a, n, i) {
14491
14494
  return o(), r("footer", {
14492
14495
  class: v(["ecs-sidebar-footer", [e.$slots.extension ? "has-extension" : ""]])
14493
14496
  }, [
@@ -14505,7 +14508,7 @@ function rb(e, s, t, a, n, i) {
14505
14508
  ], 2)
14506
14509
  ], 2);
14507
14510
  }
14508
- const o1 = /* @__PURE__ */ y(lb, [["render", rb], ["__scopeId", "data-v-0c35a678"]]), cb = {
14511
+ const l1 = /* @__PURE__ */ y(rb, [["render", cb], ["__scopeId", "data-v-0c35a678"]]), db = {
14509
14512
  name: "ecs-sidebar-header",
14510
14513
  props: {
14511
14514
  /** Determines if the sub header area should be expanded. */
@@ -14524,32 +14527,32 @@ const o1 = /* @__PURE__ */ y(lb, [["render", rb], ["__scopeId", "data-v-0c35a678
14524
14527
  default: !1
14525
14528
  }
14526
14529
  }
14527
- }, db = { class: "ecs-sidebar-header" }, ub = {
14530
+ }, ub = { class: "ecs-sidebar-header" }, fb = {
14528
14531
  key: 0,
14529
14532
  class: "ecs-sidebar-header-row"
14530
- }, fb = { class: "ecs-sidebar-header-title" }, gb = {
14533
+ }, gb = { class: "ecs-sidebar-header-title" }, mb = {
14531
14534
  key: 0,
14532
14535
  class: "ecs-sidebar-header-controls"
14533
- }, mb = {
14536
+ }, hb = {
14534
14537
  key: 0,
14535
14538
  class: "ecs-sidebar-header-row sub-header"
14536
- }, hb = {
14539
+ }, pb = {
14537
14540
  key: 0,
14538
14541
  class: "ecs-sidebar-header-row sub-header"
14539
14542
  };
14540
- function pb(e, s, t, a, n, i) {
14541
- return o(), r("header", db, [
14542
- t.hidePrimaryHeader ? u("", !0) : (o(), r("div", ub, [
14543
- f("div", fb, [
14543
+ function vb(e, s, t, a, n, i) {
14544
+ return o(), r("header", ub, [
14545
+ t.hidePrimaryHeader ? u("", !0) : (o(), r("div", fb, [
14546
+ f("div", gb, [
14544
14547
  p(e.$slots, "default", {}, void 0, !0)
14545
14548
  ]),
14546
- e.$slots["primary-controls"] ? (o(), r("div", gb, [
14549
+ e.$slots["primary-controls"] ? (o(), r("div", mb, [
14547
14550
  p(e.$slots, "primary-controls", {}, void 0, !0)
14548
14551
  ])) : u("", !0)
14549
14552
  ])),
14550
14553
  _(pe, { name: "expansion" }, {
14551
14554
  default: w(() => [
14552
- t.subHeaderExpanded && e.$slots.subheader ? (o(), r("div", mb, [
14555
+ t.subHeaderExpanded && e.$slots.subheader ? (o(), r("div", hb, [
14553
14556
  p(e.$slots, "subheader", {}, void 0, !0)
14554
14557
  ])) : u("", !0)
14555
14558
  ]),
@@ -14557,7 +14560,7 @@ function pb(e, s, t, a, n, i) {
14557
14560
  }),
14558
14561
  _(pe, { name: "expansion" }, {
14559
14562
  default: w(() => [
14560
- t.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (o(), r("div", hb, [
14563
+ t.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (o(), r("div", pb, [
14561
14564
  p(e.$slots, "tertiaryheader", {}, void 0, !0)
14562
14565
  ])) : u("", !0)
14563
14566
  ]),
@@ -14565,21 +14568,21 @@ function pb(e, s, t, a, n, i) {
14565
14568
  })
14566
14569
  ]);
14567
14570
  }
14568
- const l1 = /* @__PURE__ */ y(cb, [["render", pb], ["__scopeId", "data-v-55ebd48e"]]), vb = {
14571
+ const r1 = /* @__PURE__ */ y(db, [["render", vb], ["__scopeId", "data-v-55ebd48e"]]), yb = {
14569
14572
  name: "ecs-sidebar-list"
14570
- }, yb = {
14573
+ }, bb = {
14571
14574
  class: "ecs-sidebar-list",
14572
14575
  role: "list"
14573
14576
  };
14574
- function bb(e, s, t, a, n, i) {
14575
- return o(), r("div", yb, [
14577
+ function _b(e, s, t, a, n, i) {
14578
+ return o(), r("div", bb, [
14576
14579
  p(e.$slots, "default", {}, void 0, !0)
14577
14580
  ]);
14578
14581
  }
14579
- const r1 = /* @__PURE__ */ y(vb, [["render", bb], ["__scopeId", "data-v-81bc3c0a"]]), _b = {
14582
+ const c1 = /* @__PURE__ */ y(yb, [["render", _b], ["__scopeId", "data-v-81bc3c0a"]]), kb = {
14580
14583
  name: "ecs-sidebar-list-item",
14581
14584
  emits: ["click", "select"],
14582
- components: { EcsIcon: L, EcsAvatar: vt, EcsCheckbox: lt, EcsFlexRow: Ie, EcsSkeletonLoader: te },
14585
+ components: { EcsIcon: A, EcsAvatar: vt, EcsCheckbox: lt, EcsFlexRow: Ie, EcsSkeletonLoader: te },
14583
14586
  props: {
14584
14587
  /** Optional unique identifier for the list item. */
14585
14588
  id: {
@@ -14672,16 +14675,16 @@ const r1 = /* @__PURE__ */ y(vb, [["render", bb], ["__scopeId", "data-v-81bc3c0a
14672
14675
  this.internalSelected = e, this.$emit("select", { checked: e, id: this.id });
14673
14676
  }
14674
14677
  }
14675
- }, kb = {
14678
+ }, Cb = {
14676
14679
  class: "ecs-sidebar-list-item",
14677
14680
  role: "listitem"
14678
- }, Cb = ["tabindex"], wb = { class: "ecs-sidebar-list-item-content" }, Sb = { class: "ecs-sidebar-list-item-label" }, xb = { class: "ecs-sidebar-list-item-subline" }, Bb = {
14681
+ }, wb = ["tabindex"], Sb = { class: "ecs-sidebar-list-item-content" }, xb = { class: "ecs-sidebar-list-item-label" }, Bb = { class: "ecs-sidebar-list-item-subline" }, Ib = {
14679
14682
  key: 0,
14680
14683
  class: "ecs-sidebar-list-item-subline secondary"
14681
14684
  };
14682
- function Ib(e, s, t, a, n, i) {
14685
+ function zb(e, s, t, a, n, i) {
14683
14686
  const l = g("ecs-checkbox"), c = g("ecs-skeleton-loader"), d = g("ecs-avatar"), h = g("ecs-icon"), b = g("ecs-flex-row");
14684
- return o(), r("div", kb, [
14687
+ return o(), r("div", Cb, [
14685
14688
  f("div", {
14686
14689
  onClick: s[1] || (s[1] = (...k) => i.handleClick && i.handleClick(...k)),
14687
14690
  onKeydown: [
@@ -14726,8 +14729,8 @@ function Ib(e, s, t, a, n, i) {
14726
14729
  size: "30",
14727
14730
  color: t.iconColor
14728
14731
  }, null, 8, ["type", "color"])) : u("", !0),
14729
- f("div", wb, [
14730
- f("span", Sb, [
14732
+ f("div", Sb, [
14733
+ f("span", xb, [
14731
14734
  t.loading ? (o(), m(c, {
14732
14735
  key: 0,
14733
14736
  type: "single",
@@ -14741,17 +14744,17 @@ function Ib(e, s, t, a, n, i) {
14741
14744
  justify: "between"
14742
14745
  }, {
14743
14746
  default: w(() => [
14744
- f("span", xb, [
14747
+ f("span", Bb, [
14745
14748
  t.loading ? (o(), m(c, {
14746
14749
  key: 0,
14747
14750
  type: "single",
14748
14751
  "line-height": 2,
14749
14752
  width: "random"
14750
14753
  })) : t.subline ? (o(), r(F, { key: 1 }, [
14751
- A(C(t.subline), 1)
14754
+ L(C(t.subline), 1)
14752
14755
  ], 64)) : u("", !0)
14753
14756
  ]),
14754
- t.sublineSecondary || t.loading ? (o(), r("span", Bb, [
14757
+ t.sublineSecondary || t.loading ? (o(), r("span", Ib, [
14755
14758
  f("span", {
14756
14759
  class: v({ "on-hover": t.sublineSecondaryHover })
14757
14760
  }, [
@@ -14762,7 +14765,7 @@ function Ib(e, s, t, a, n, i) {
14762
14765
  width: "random",
14763
14766
  alignment: "right"
14764
14767
  })) : (o(), r(F, { key: 1 }, [
14765
- A(C(t.sublineSecondary), 1)
14768
+ L(C(t.sublineSecondary), 1)
14766
14769
  ], 64))
14767
14770
  ], 2)
14768
14771
  ])) : u("", !0)
@@ -14771,10 +14774,10 @@ function Ib(e, s, t, a, n, i) {
14771
14774
  })) : u("", !0)
14772
14775
  ]),
14773
14776
  t.loading ? u("", !0) : p(e.$slots, "meta", { key: 4 }, void 0, !0)
14774
- ], 42, Cb)
14777
+ ], 42, wb)
14775
14778
  ]);
14776
14779
  }
14777
- const c1 = /* @__PURE__ */ y(_b, [["render", Ib], ["__scopeId", "data-v-bfccb426"]]), zb = {
14780
+ const d1 = /* @__PURE__ */ y(kb, [["render", zb], ["__scopeId", "data-v-bfccb426"]]), Eb = {
14778
14781
  name: "ecs-structured-content",
14779
14782
  components: {
14780
14783
  EcsClickableArea: Ws,
@@ -14848,14 +14851,14 @@ const c1 = /* @__PURE__ */ y(_b, [["render", Ib], ["__scopeId", "data-v-bfccb426
14848
14851
  this.internalCollapse = !this.internalCollapse, this.$emit("toggleCollapse", this.internalCollapse);
14849
14852
  }
14850
14853
  }
14851
- }, Eb = {
14854
+ }, Tb = {
14852
14855
  key: 1,
14853
14856
  class: "ecs-structured-content-left"
14854
- }, Tb = {
14857
+ }, Pb = {
14855
14858
  key: 2,
14856
14859
  class: "ecs-structured-content-right"
14857
- }, Pb = { class: "ecs-structured-content-collapse-inner" }, Mb = { class: "ecs-structured-content-collapse-content" };
14858
- function $b(e, s, t, a, n, i) {
14860
+ }, Mb = { class: "ecs-structured-content-collapse-inner" }, $b = { class: "ecs-structured-content-collapse-content" };
14861
+ function Lb(e, s, t, a, n, i) {
14859
14862
  const l = g("ecs-skeleton-loader");
14860
14863
  return o(), r("div", {
14861
14864
  class: v(["ecs-structured-content", [
@@ -14882,10 +14885,10 @@ function $b(e, s, t, a, n, i) {
14882
14885
  key: 0,
14883
14886
  type: "single",
14884
14887
  width: "random"
14885
- })) : (o(), r("div", Eb, [
14888
+ })) : (o(), r("div", Tb, [
14886
14889
  p(e.$slots, "default", {}, void 0, !0)
14887
14890
  ])),
14888
- e.$slots.extend && !t.loading ? (o(), r("div", Tb, [
14891
+ e.$slots.extend && !t.loading ? (o(), r("div", Pb, [
14889
14892
  p(e.$slots, "extend", {}, void 0, !0)
14890
14893
  ])) : u("", !0)
14891
14894
  ]),
@@ -14895,8 +14898,8 @@ function $b(e, s, t, a, n, i) {
14895
14898
  key: 0,
14896
14899
  class: v(["ecs-structured-content-collapse", { collapsed: n.internalCollapse, expanded: n.internalCollapse === !1 }])
14897
14900
  }, [
14898
- f("div", Pb, [
14899
- f("div", Mb, [
14901
+ f("div", Mb, [
14902
+ f("div", $b, [
14900
14903
  t.loading ? (o(), m(l, {
14901
14904
  key: 0,
14902
14905
  type: "multi"
@@ -14906,7 +14909,7 @@ function $b(e, s, t, a, n, i) {
14906
14909
  ], 2)) : u("", !0)
14907
14910
  ], 2);
14908
14911
  }
14909
- const d1 = /* @__PURE__ */ y(zb, [["render", $b], ["__scopeId", "data-v-9d097914"]]), Ab = {
14912
+ const u1 = /* @__PURE__ */ y(Eb, [["render", Lb], ["__scopeId", "data-v-9d097914"]]), Ab = {
14910
14913
  name: "ecs-swatches-picker",
14911
14914
  emits: ["update:modelValue"],
14912
14915
  props: {
@@ -14957,8 +14960,8 @@ const d1 = /* @__PURE__ */ y(zb, [["render", $b], ["__scopeId", "data-v-9d097914
14957
14960
  this.selectedTitle = this.swatches[this.swatches.findIndex((e) => e.hex === this.selectedColor)].title;
14958
14961
  }
14959
14962
  }
14960
- }, Lb = ["onClick", "onKeydown", "title", "aria-label", "aria-checked"];
14961
- function Ob(e, s, t, a, n, i) {
14963
+ }, Ob = ["onClick", "onKeydown", "title", "aria-label", "aria-checked"];
14964
+ function Db(e, s, t, a, n, i) {
14962
14965
  return o(), r("div", {
14963
14966
  class: v(["ecs-swatches", i.sizeClass]),
14964
14967
  role: "radiogroup"
@@ -14977,10 +14980,10 @@ function Ob(e, s, t, a, n, i) {
14977
14980
  "aria-checked": n.selectedColor == l.hex ? "true" : "false",
14978
14981
  class: v(["ecs-swatches-color", n.selectedColor == l.hex ? "active" : ""]),
14979
14982
  style: x({ backgroundColor: l.hex, color: l.hex })
14980
- }, null, 46, Lb))), 128))
14983
+ }, null, 46, Ob))), 128))
14981
14984
  ], 2);
14982
14985
  }
14983
- const u1 = /* @__PURE__ */ y(Ab, [["render", Ob], ["__scopeId", "data-v-ade2140a"]]), Db = {
14986
+ const f1 = /* @__PURE__ */ y(Ab, [["render", Db], ["__scopeId", "data-v-ade2140a"]]), Nb = {
14984
14987
  name: "ecs-tab",
14985
14988
  props: {
14986
14989
  /** Shows this tab. */
@@ -15013,21 +15016,21 @@ const u1 = /* @__PURE__ */ y(Ab, [["render", Ob], ["__scopeId", "data-v-ade2140a
15013
15016
  mounted() {
15014
15017
  !this.ariaLabeledBy || this.ariaLabeledBy.trim();
15015
15018
  }
15016
- }, Nb = ["aria-labelledby"];
15017
- function Vb(e, s, t, a, n, i) {
15019
+ }, Vb = ["aria-labelledby"];
15020
+ function Hb(e, s, t, a, n, i) {
15018
15021
  return o(), r("div", {
15019
15022
  class: v(["ecs-tab-pane", [t.show ? "show" : "", t.flex ? "ecs-tab-pane-flex" : "", i.directionClass]]),
15020
15023
  role: "tabpanel",
15021
15024
  "aria-labelledby": t.ariaLabeledBy
15022
15025
  }, [
15023
15026
  p(e.$slots, "default", {}, void 0, !0)
15024
- ], 10, Nb);
15027
+ ], 10, Vb);
15025
15028
  }
15026
- const f1 = /* @__PURE__ */ y(Db, [["render", Vb], ["__scopeId", "data-v-2c119fff"]]), Hb = {
15029
+ const g1 = /* @__PURE__ */ y(Nb, [["render", Hb], ["__scopeId", "data-v-2c119fff"]]), Rb = {
15027
15030
  name: "ecs-tab-button",
15028
15031
  emits: ["click", "tabNavigation"],
15029
15032
  components: {
15030
- EcsIcon: L,
15033
+ EcsIcon: A,
15031
15034
  EcsSticker: Oe,
15032
15035
  EcsFocusRing: D
15033
15036
  },
@@ -15131,11 +15134,11 @@ const f1 = /* @__PURE__ */ y(Db, [["render", Vb], ["__scopeId", "data-v-2c119fff
15131
15134
  });
15132
15135
  }
15133
15136
  }
15134
- }, Rb = (e) => (ve("data-v-9755386a"), e = e(), ye(), e), Fb = ["disabled", "aria-selected", "aria-controls", "aria-label"], qb = {
15137
+ }, Fb = (e) => (ve("data-v-9755386a"), e = e(), ye(), e), qb = ["disabled", "aria-selected", "aria-controls", "aria-label"], Wb = {
15135
15138
  key: 2,
15136
15139
  class: "shortcut"
15137
- }, Wb = /* @__PURE__ */ Rb(() => /* @__PURE__ */ f("span", { class: "hover" }, null, -1));
15138
- function jb(e, s, t, a, n, i) {
15140
+ }, jb = /* @__PURE__ */ Fb(() => /* @__PURE__ */ f("span", { class: "hover" }, null, -1));
15141
+ function Ub(e, s, t, a, n, i) {
15139
15142
  const l = g("ecs-icon"), c = g("ecs-sticker"), d = g("ecs-focus-ring");
15140
15143
  return o(), r("button", {
15141
15144
  class: v(["ecs-tab-button", [
@@ -15163,12 +15166,12 @@ function jb(e, s, t, a, n, i) {
15163
15166
  type: t.sticker
15164
15167
  }, null, 8, ["type"])) : u("", !0),
15165
15168
  p(e.$slots, "default", {}, void 0, !0),
15166
- t.shortcut ? (o(), r("span", qb, C(t.shortcut), 1)) : u("", !0),
15169
+ t.shortcut ? (o(), r("span", Wb, C(t.shortcut), 1)) : u("", !0),
15167
15170
  _(d, { inset: 0 }),
15168
- Wb
15169
- ], 42, Fb);
15171
+ jb
15172
+ ], 42, qb);
15170
15173
  }
15171
- const g1 = /* @__PURE__ */ y(Hb, [["render", jb], ["__scopeId", "data-v-9755386a"]]), Ub = {
15174
+ const m1 = /* @__PURE__ */ y(Rb, [["render", Ub], ["__scopeId", "data-v-9755386a"]]), Gb = {
15172
15175
  name: "ecs-tag",
15173
15176
  emits: ["click"],
15174
15177
  components: { EcsSkeletonLoader: te, EcsFocusRing: D },
@@ -15244,11 +15247,11 @@ const g1 = /* @__PURE__ */ y(Hb, [["render", jb], ["__scopeId", "data-v-9755386a
15244
15247
  this.$emit("click", e);
15245
15248
  }
15246
15249
  }
15247
- }, Gb = ["role", "tabindex", "aria-busy"], Kb = ["title"], Yb = {
15250
+ }, Kb = ["role", "tabindex", "aria-busy"], Yb = ["title"], Xb = {
15248
15251
  key: 1,
15249
15252
  class: "count"
15250
15253
  };
15251
- function Xb(e, s, t, a, n, i) {
15254
+ function Zb(e, s, t, a, n, i) {
15252
15255
  const l = g("ecs-skeleton-loader"), c = g("ecs-focus-ring");
15253
15256
  return o(), r("span", {
15254
15257
  class: v(["ecs-tag", [
@@ -15267,9 +15270,9 @@ function Xb(e, s, t, a, n, i) {
15267
15270
  key: 0,
15268
15271
  class: "path",
15269
15272
  title: t.path
15270
- }, "../", 8, Kb)) : u("", !0),
15273
+ }, "../", 8, Yb)) : u("", !0),
15271
15274
  p(e.$slots, "default", {}, void 0, !0),
15272
- t.count ? (o(), r("span", Yb, C(t.count), 1)) : u("", !0),
15275
+ t.count ? (o(), r("span", Xb, C(t.count), 1)) : u("", !0),
15273
15276
  t.loading ? (o(), m(l, {
15274
15277
  key: 2,
15275
15278
  type: "single",
@@ -15277,20 +15280,20 @@ function Xb(e, s, t, a, n, i) {
15277
15280
  style: { width: "calc(100% - 20px)" }
15278
15281
  })) : u("", !0),
15279
15282
  _(c)
15280
- ], 14, Gb);
15283
+ ], 14, Kb);
15281
15284
  }
15282
- const m1 = /* @__PURE__ */ y(Ub, [["render", Xb], ["__scopeId", "data-v-a01db436"]]), Zb = {
15285
+ const h1 = /* @__PURE__ */ y(Gb, [["render", Zb], ["__scopeId", "data-v-a01db436"]]), Jb = {
15283
15286
  name: "ecs-tag-cloud"
15284
- }, Jb = {
15287
+ }, Qb = {
15285
15288
  class: "ecs-tag-cloud",
15286
15289
  role: "list"
15287
15290
  };
15288
- function Qb(e, s, t, a, n, i) {
15289
- return o(), r("div", Jb, [
15291
+ function e0(e, s, t, a, n, i) {
15292
+ return o(), r("div", Qb, [
15290
15293
  p(e.$slots, "default", {}, void 0, !0)
15291
15294
  ]);
15292
15295
  }
15293
- const h1 = /* @__PURE__ */ y(Zb, [["render", Qb], ["__scopeId", "data-v-4334fe7e"]]), e0 = {
15296
+ const p1 = /* @__PURE__ */ y(Jb, [["render", e0], ["__scopeId", "data-v-4334fe7e"]]), t0 = {
15294
15297
  name: "ecs-toast",
15295
15298
  emits: ["action"],
15296
15299
  components: { EcsFocusRing: D },
@@ -15313,7 +15316,7 @@ const h1 = /* @__PURE__ */ y(Zb, [["render", Qb], ["__scopeId", "data-v-4334fe7e
15313
15316
  }
15314
15317
  }
15315
15318
  };
15316
- function t0(e, s, t, a, n, i) {
15319
+ function s0(e, s, t, a, n, i) {
15317
15320
  const l = g("ecs-focus-ring");
15318
15321
  return o(), r("div", {
15319
15322
  class: v(["ecs-toast", i.typeClass]),
@@ -15327,7 +15330,7 @@ function t0(e, s, t, a, n, i) {
15327
15330
  onClick: s[0] || (s[0] = (c) => e.$emit("action")),
15328
15331
  class: "ecs-toast-action"
15329
15332
  }, [
15330
- A(C(t.button) + " ", 1),
15333
+ L(C(t.button) + " ", 1),
15331
15334
  _(l, {
15332
15335
  inset: 0,
15333
15336
  radius: 6
@@ -15335,14 +15338,14 @@ function t0(e, s, t, a, n, i) {
15335
15338
  ])) : u("", !0)
15336
15339
  ], 2);
15337
15340
  }
15338
- const p1 = /* @__PURE__ */ y(e0, [["render", t0], ["__scopeId", "data-v-74bc77ef"]]), s0 = {
15341
+ const v1 = /* @__PURE__ */ y(t0, [["render", s0], ["__scopeId", "data-v-74bc77ef"]]), i0 = {
15339
15342
  name: "ecs-toasts"
15340
- }, i0 = {
15343
+ }, n0 = {
15341
15344
  class: "ecs-toasts",
15342
15345
  "aria-live": "polite"
15343
15346
  };
15344
- function n0(e, s, t, a, n, i) {
15345
- return o(), r("div", i0, [
15347
+ function a0(e, s, t, a, n, i) {
15348
+ return o(), r("div", n0, [
15346
15349
  _(Ps, { name: "transition-toast" }, {
15347
15350
  default: w(() => [
15348
15351
  p(e.$slots, "default", {}, void 0, !0)
@@ -15351,11 +15354,11 @@ function n0(e, s, t, a, n, i) {
15351
15354
  })
15352
15355
  ]);
15353
15356
  }
15354
- const v1 = /* @__PURE__ */ y(s0, [["render", n0], ["__scopeId", "data-v-451fee48"]]), a0 = {
15357
+ const y1 = /* @__PURE__ */ y(i0, [["render", a0], ["__scopeId", "data-v-451fee48"]]), o0 = {
15355
15358
  name: "ecs-transcript-state",
15356
15359
  emits: ["click"],
15357
15360
  components: {
15358
- EcsIcon: L,
15361
+ EcsIcon: A,
15359
15362
  EcsSkeletonLoader: te
15360
15363
  },
15361
15364
  props: {
@@ -15376,17 +15379,17 @@ const v1 = /* @__PURE__ */ y(s0, [["render", n0], ["__scopeId", "data-v-451fee48
15376
15379
  default: !1
15377
15380
  }
15378
15381
  }
15379
- }, o0 = ["aria-busy"], l0 = {
15382
+ }, l0 = ["aria-busy"], r0 = {
15380
15383
  key: 0,
15381
15384
  class: "healthy"
15382
- }, r0 = {
15385
+ }, c0 = {
15383
15386
  key: 1,
15384
15387
  class: "corrupted"
15385
- }, c0 = {
15388
+ }, d0 = {
15386
15389
  key: 2,
15387
15390
  class: "loading"
15388
15391
  };
15389
- function d0(e, s, t, a, n, i) {
15392
+ function u0(e, s, t, a, n, i) {
15390
15393
  const l = g("ecs-skeleton-loader"), c = g("ecs-icon");
15391
15394
  return o(), r("div", {
15392
15395
  onClick: s[0] || (s[0] = (d) => e.$emit("click", d)),
@@ -15403,9 +15406,9 @@ function d0(e, s, t, a, n, i) {
15403
15406
  type: "toolbar-transcript",
15404
15407
  color: "#929AA9"
15405
15408
  }),
15406
- t.state == "healthy" ? (o(), r("div", l0)) : u("", !0),
15407
- t.state == "corrupted" ? (o(), r("div", r0)) : u("", !0),
15408
- t.state == "loading" ? (o(), r("span", c0, [
15409
+ t.state == "healthy" ? (o(), r("div", r0)) : u("", !0),
15410
+ t.state == "corrupted" ? (o(), r("div", c0)) : u("", !0),
15411
+ t.state == "loading" ? (o(), r("span", d0, [
15409
15412
  _(c, {
15410
15413
  type: "loading",
15411
15414
  size: "18px",
@@ -15413,9 +15416,9 @@ function d0(e, s, t, a, n, i) {
15413
15416
  })
15414
15417
  ])) : u("", !0)
15415
15418
  ], 64))
15416
- ], 10, o0);
15419
+ ], 10, l0);
15417
15420
  }
15418
- const y1 = /* @__PURE__ */ y(a0, [["render", d0], ["__scopeId", "data-v-57fdcc74"]]), u0 = {
15421
+ const b1 = /* @__PURE__ */ y(o0, [["render", u0], ["__scopeId", "data-v-57fdcc74"]]), f0 = {
15419
15422
  name: "ecs-tree-list",
15420
15423
  props: {
15421
15424
  /** Optional unique ID for the list. */
@@ -15434,20 +15437,20 @@ const y1 = /* @__PURE__ */ y(a0, [["render", d0], ["__scopeId", "data-v-57fdcc74
15434
15437
  default: !1
15435
15438
  }
15436
15439
  }
15437
- }, f0 = ["id", "role"];
15438
- function g0(e, s, t, a, n, i) {
15440
+ }, g0 = ["id", "role"];
15441
+ function m0(e, s, t, a, n, i) {
15439
15442
  return o(), r("div", {
15440
15443
  class: v(["ecs-tree-view-list", { "ecs-tree-view-list-indent": t.indent }]),
15441
15444
  id: t.id,
15442
15445
  role: t.role
15443
15446
  }, [
15444
15447
  p(e.$slots, "default", {}, void 0, !0)
15445
- ], 10, f0);
15448
+ ], 10, g0);
15446
15449
  }
15447
- const b1 = /* @__PURE__ */ y(u0, [["render", g0], ["__scopeId", "data-v-6af94f50"]]), m0 = {
15450
+ const _1 = /* @__PURE__ */ y(f0, [["render", m0], ["__scopeId", "data-v-6af94f50"]]), h0 = {
15448
15451
  name: "ecs-tree-list-item",
15449
15452
  emits: ["click", "toggled"],
15450
- components: { EcsIcon: L, EcsButtonCollapse: Ut, EcsFocusRing: D },
15453
+ components: { EcsIcon: A, EcsButtonCollapse: Ut, EcsFocusRing: D },
15451
15454
  mixins: [be],
15452
15455
  props: {
15453
15456
  /** ID for the Tree List Item */
@@ -15580,14 +15583,14 @@ const b1 = /* @__PURE__ */ y(u0, [["render", g0], ["__scopeId", "data-v-6af94f50
15580
15583
  created() {
15581
15584
  this.expandId = this.generateUniqueId();
15582
15585
  }
15583
- }, h0 = ["tabindex"], p0 = {
15586
+ }, p0 = ["tabindex"], v0 = {
15584
15587
  key: 2,
15585
15588
  class: "ecs-tree-view-entry-control"
15586
- }, v0 = ["disabled"], y0 = {
15589
+ }, y0 = ["disabled"], b0 = {
15587
15590
  key: 4,
15588
15591
  class: "ecs-tree-view-entry-actions"
15589
- }, b0 = ["id", "aria-hidden"];
15590
- function _0(e, s, t, a, n, i) {
15592
+ }, _0 = ["id", "aria-hidden"];
15593
+ function k0(e, s, t, a, n, i) {
15591
15594
  const l = g("ecs-button-collapse"), c = g("ecs-icon"), d = g("ecs-focus-ring");
15592
15595
  return o(), r("div", null, [
15593
15596
  f("div", {
@@ -15624,7 +15627,7 @@ function _0(e, s, t, a, n, i) {
15624
15627
  color: t.iconColor,
15625
15628
  size: i.iconSize
15626
15629
  }, null, 8, ["type", "color", "size"])) : u("", !0),
15627
- e.$slots.control ? (o(), r("div", p0, [
15630
+ e.$slots.control ? (o(), r("div", v0, [
15628
15631
  p(e.$slots, "control", {}, void 0, !0)
15629
15632
  ])) : u("", !0),
15630
15633
  f("span", {
@@ -15633,17 +15636,17 @@ function _0(e, s, t, a, n, i) {
15633
15636
  class: v(["title", t.titleOverflow ? "overflow" : ""])
15634
15637
  }, [
15635
15638
  p(e.$slots, "default", {}, void 0, !0)
15636
- ], 10, v0),
15639
+ ], 10, y0),
15637
15640
  t.afterLabel ? (o(), r("span", {
15638
15641
  key: 3,
15639
15642
  onClick: s[1] || (s[1] = (h) => e.$emit("click", h)),
15640
15643
  class: "after-label"
15641
15644
  }, C(t.afterLabel), 1)) : u("", !0),
15642
- e.$slots.actions ? (o(), r("div", y0, [
15645
+ e.$slots.actions ? (o(), r("div", b0, [
15643
15646
  p(e.$slots, "actions", {}, void 0, !0)
15644
15647
  ])) : u("", !0),
15645
15648
  i.isSelectable ? (o(), m(d, { key: 5 })) : u("", !0)
15646
- ], 42, h0),
15649
+ ], 42, p0),
15647
15650
  e.$slots.collapse ? (o(), r("div", {
15648
15651
  key: 0,
15649
15652
  class: v([n.isVisible ? "collapse-show" : "collapse-hide", "collapsable"]),
@@ -15651,21 +15654,21 @@ function _0(e, s, t, a, n, i) {
15651
15654
  "aria-hidden": n.isVisible ? "false" : "true"
15652
15655
  }, [
15653
15656
  p(e.$slots, "collapse", {}, void 0, !0)
15654
- ], 10, b0)) : u("", !0)
15657
+ ], 10, _0)) : u("", !0)
15655
15658
  ]);
15656
15659
  }
15657
- const _1 = /* @__PURE__ */ y(m0, [["render", _0], ["__scopeId", "data-v-08dbe567"]]), k0 = {
15660
+ const k1 = /* @__PURE__ */ y(h0, [["render", k0], ["__scopeId", "data-v-08dbe567"]]), C0 = {
15658
15661
  name: "ecs-tree-list-headline"
15659
- }, C0 = { class: "ecs-tree-view-headline" };
15660
- function w0(e, s, t, a, n, i) {
15661
- return o(), r("div", C0, [
15662
+ }, w0 = { class: "ecs-tree-view-headline" };
15663
+ function S0(e, s, t, a, n, i) {
15664
+ return o(), r("div", w0, [
15662
15665
  p(e.$slots, "default", {}, void 0, !0)
15663
15666
  ]);
15664
15667
  }
15665
- const k1 = /* @__PURE__ */ y(k0, [["render", w0], ["__scopeId", "data-v-a5153e06"]]), S0 = {
15668
+ const C1 = /* @__PURE__ */ y(C0, [["render", S0], ["__scopeId", "data-v-a5153e06"]]), x0 = {
15666
15669
  name: "EcsTypeConfirmation",
15667
15670
  emits: ["update:modelValue"],
15668
- components: { EcsInput: nh, EcsAlert: Ms, EcsFormGroup: ii },
15671
+ components: { EcsInput: ah, EcsAlert: Ms, EcsFormGroup: ii },
15669
15672
  mixins: [be],
15670
15673
  props: {
15671
15674
  /**
@@ -15726,8 +15729,8 @@ const k1 = /* @__PURE__ */ y(k0, [["render", w0], ["__scopeId", "data-v-a5153e06
15726
15729
  mounted() {
15727
15730
  this.uniqueId = "input-" + this.generateUniqueId();
15728
15731
  }
15729
- }, x0 = ["for"], B0 = { class: "ecs-type-confirmation-verb" }, I0 = ["for"], z0 = { class: "ecs-type-confirmation-verb" };
15730
- function E0(e, s, t, a, n, i) {
15732
+ }, B0 = ["for"], I0 = { class: "ecs-type-confirmation-verb" }, z0 = ["for"], E0 = { class: "ecs-type-confirmation-verb" };
15733
+ function T0(e, s, t, a, n, i) {
15731
15734
  const l = g("ecs-input"), c = g("ecs-form-group"), d = g("ecs-alert");
15732
15735
  return t.alertType != "none" ? (o(), m(d, {
15733
15736
  key: 0,
@@ -15738,7 +15741,7 @@ function E0(e, s, t, a, n, i) {
15738
15741
  p(e.$slots, "default", {}, void 0, !0),
15739
15742
  _(c, { class: "ecs-type-confirmation-input" }, {
15740
15743
  default: w(() => [
15741
- f("label", { for: n.uniqueId }, C(i.text), 9, x0),
15744
+ f("label", { for: n.uniqueId }, C(i.text), 9, B0),
15742
15745
  _(l, {
15743
15746
  modelValue: n.inputValue,
15744
15747
  "onUpdate:modelValue": s[0] || (s[0] = (h) => n.inputValue = h),
@@ -15747,7 +15750,7 @@ function E0(e, s, t, a, n, i) {
15747
15750
  id: n.uniqueId,
15748
15751
  style: { "text-transform": "uppercase" }
15749
15752
  }, null, 8, ["modelValue", "onInput", "error", "id"]),
15750
- f("span", B0, C(i.upperCaseVerb), 1)
15753
+ f("span", I0, C(i.upperCaseVerb), 1)
15751
15754
  ]),
15752
15755
  _: 1
15753
15756
  })
@@ -15758,7 +15761,7 @@ function E0(e, s, t, a, n, i) {
15758
15761
  class: "ecs-type-confirmation-input"
15759
15762
  }, {
15760
15763
  default: w(() => [
15761
- f("label", { for: n.uniqueId }, C(i.text), 9, I0),
15764
+ f("label", { for: n.uniqueId }, C(i.text), 9, z0),
15762
15765
  _(l, {
15763
15766
  modelValue: n.inputValue,
15764
15767
  "onUpdate:modelValue": s[1] || (s[1] = (h) => n.inputValue = h),
@@ -15767,12 +15770,12 @@ function E0(e, s, t, a, n, i) {
15767
15770
  id: n.uniqueId,
15768
15771
  style: { "text-transform": "uppercase" }
15769
15772
  }, null, 8, ["modelValue", "onInput", "error", "id"]),
15770
- f("span", z0, C(i.upperCaseVerb), 1)
15773
+ f("span", E0, C(i.upperCaseVerb), 1)
15771
15774
  ]),
15772
15775
  _: 1
15773
15776
  }));
15774
15777
  }
15775
- const C1 = /* @__PURE__ */ y(S0, [["render", E0], ["__scopeId", "data-v-3e9bc710"]]), T0 = {
15778
+ const w1 = /* @__PURE__ */ y(x0, [["render", T0], ["__scopeId", "data-v-3e9bc710"]]), P0 = {
15776
15779
  name: "ecs-video",
15777
15780
  props: {
15778
15781
  /** URL to an optional poster image. */
@@ -15811,8 +15814,8 @@ const C1 = /* @__PURE__ */ y(S0, [["render", E0], ["__scopeId", "data-v-3e9bc710
15811
15814
  }
15812
15815
  */
15813
15816
  }
15814
- }, P0 = ["poster", "autoplay", "loop", "controls", "src"];
15815
- function M0(e, s, t, a, n, i) {
15817
+ }, M0 = ["poster", "autoplay", "loop", "controls", "src"];
15818
+ function $0(e, s, t, a, n, i) {
15816
15819
  return o(), r("video", {
15817
15820
  poster: t.posterImage,
15818
15821
  autoplay: t.autoplay,
@@ -15820,158 +15823,158 @@ function M0(e, s, t, a, n, i) {
15820
15823
  controls: t.controls,
15821
15824
  class: "ecs-video",
15822
15825
  src: t.mp4Source
15823
- }, null, 8, P0);
15826
+ }, null, 8, M0);
15824
15827
  }
15825
- const w1 = /* @__PURE__ */ y(T0, [["render", M0], ["__scopeId", "data-v-ce84fcb3"]]);
15828
+ const S1 = /* @__PURE__ */ y(P0, [["render", $0], ["__scopeId", "data-v-ce84fcb3"]]);
15826
15829
  export {
15827
15830
  Oi as EcsActionToolbar,
15828
15831
  Ms as EcsAlert,
15829
15832
  A0 as EcsAudio,
15830
15833
  vt as EcsAvatar,
15831
- L0 as EcsBanner,
15832
- O0 as EcsBreadcrumb,
15833
- D0 as EcsBreadcrumbButton,
15834
- N0 as EcsBreadcrumbTitle,
15835
- V0 as EcsBulkSelector,
15834
+ O0 as EcsBanner,
15835
+ D0 as EcsBreadcrumb,
15836
+ N0 as EcsBreadcrumbButton,
15837
+ V0 as EcsBreadcrumbTitle,
15838
+ H0 as EcsBulkSelector,
15836
15839
  ze as EcsButton,
15837
15840
  Ut as EcsButtonCollapse,
15838
- R0 as EcsButtonContext,
15839
- F0 as EcsButtonContextGroup,
15840
- q0 as EcsButtonDialog,
15841
- H0 as EcsButtonGroup,
15841
+ F0 as EcsButtonContext,
15842
+ q0 as EcsButtonContextGroup,
15843
+ W0 as EcsButtonDialog,
15844
+ R0 as EcsButtonGroup,
15842
15845
  Gt as EcsButtonMore,
15843
15846
  Xs as EcsButtonTable,
15844
15847
  _t as EcsButtonToolbar,
15845
15848
  Kt as EcsButtonToolbarGroup,
15846
- W0 as EcsButtonToolbarIcon,
15847
- j0 as EcsCard,
15849
+ j0 as EcsButtonToolbarIcon,
15850
+ U0 as EcsCard,
15848
15851
  lt as EcsCheckbox,
15849
- U0 as EcsCitationLine,
15852
+ G0 as EcsCitationLine,
15850
15853
  Ws as EcsClickableArea,
15851
- K0 as EcsCollapse,
15852
- Y0 as EcsCollectionControl,
15854
+ Y0 as EcsCollapse,
15855
+ X0 as EcsCollectionControl,
15853
15856
  Dd as EcsColorPicker,
15854
- J0 as EcsColorPickerInput,
15855
- X0 as EcsComment,
15856
- Z0 as EcsCommentList,
15857
- G0 as EcsContextMenu,
15858
- Q0 as EcsDataCard,
15859
- e_ as EcsDataCardList,
15860
- t_ as EcsDataGrid,
15861
- a_ as EcsDataGridCell,
15862
- n_ as EcsDataGridGroup,
15863
- i_ as EcsDataGridHeadCell,
15857
+ Q0 as EcsColorPickerInput,
15858
+ Z0 as EcsComment,
15859
+ J0 as EcsCommentList,
15860
+ K0 as EcsContextMenu,
15861
+ e_ as EcsDataCard,
15862
+ t_ as EcsDataCardList,
15863
+ s_ as EcsDataGrid,
15864
+ o_ as EcsDataGridCell,
15865
+ a_ as EcsDataGridGroup,
15866
+ n_ as EcsDataGridHeadCell,
15864
15867
  cu as EcsDataGridRow,
15865
- s_ as EcsDataGridRowGroup,
15866
- o_ as EcsDataList,
15867
- l_ as EcsDataListItem,
15868
- r_ as EcsDialog,
15869
- c_ as EcsDialogHeader,
15870
- d_ as EcsDirectoryEntry,
15871
- u_ as EcsDocumentState,
15872
- f_ as EcsDonutChart,
15873
- g_ as EcsDropzone,
15874
- m_ as EcsEcaiSelect,
15875
- h_ as EcsEcaiWrapper,
15868
+ i_ as EcsDataGridRowGroup,
15869
+ l_ as EcsDataList,
15870
+ r_ as EcsDataListItem,
15871
+ c_ as EcsDialog,
15872
+ d_ as EcsDialogHeader,
15873
+ u_ as EcsDirectoryEntry,
15874
+ f_ as EcsDocumentState,
15875
+ g_ as EcsDonutChart,
15876
+ m_ as EcsDropzone,
15877
+ h_ as EcsEcaiSelect,
15878
+ p_ as EcsEcaiWrapper,
15876
15879
  si as EcsEmptyState,
15877
- p_ as EcsEntryLink,
15878
- v_ as EcsExcerptSnippet,
15880
+ v_ as EcsEntryLink,
15881
+ y_ as EcsExcerptSnippet,
15879
15882
  uf as EcsFavicon,
15880
15883
  Us as EcsFileIcon,
15881
- b_ as EcsFileList,
15882
- __ as EcsFileListItem,
15883
- y_ as EcsFillIcon,
15884
- k_ as EcsFlag,
15885
- fm as EcsFlexCol,
15884
+ __ as EcsFileList,
15885
+ k_ as EcsFileListItem,
15886
+ b_ as EcsFillIcon,
15887
+ C_ as EcsFlag,
15888
+ gm as EcsFlexCol,
15886
15889
  Ie as EcsFlexRow,
15887
15890
  D as EcsFocusRing,
15888
- C_ as EcsFolderSelector,
15891
+ w_ as EcsFolderSelector,
15889
15892
  Wt as EcsFormCheck,
15890
15893
  ii as EcsFormGroup,
15891
- w_ as EcsFormHeadline,
15892
- S_ as EcsFormSet,
15894
+ S_ as EcsFormHeadline,
15895
+ x_ as EcsFormSet,
15893
15896
  Zs as EcsFormatted,
15894
- x_ as EcsHighlight,
15895
- L as EcsIcon,
15896
- Fm as EcsIllustration,
15897
- B_ as EcsIndexToolbar,
15897
+ B_ as EcsHighlight,
15898
+ A as EcsIcon,
15899
+ qm as EcsIllustration,
15900
+ I_ as EcsIndexToolbar,
15898
15901
  Qf as EcsInfoTooltip,
15899
- P_ as EcsInplace,
15900
- nh as EcsInput,
15901
- I_ as EcsInputAddon,
15902
- vm as EcsInputClear,
15903
- z_ as EcsInputConnector,
15904
- E_ as EcsInputFloat,
15905
- T_ as EcsInputGroup,
15906
- km as EcsInputSearch,
15907
- M_ as EcsJumperDocument,
15908
- $_ as EcsJumperIndex,
15902
+ M_ as EcsInplace,
15903
+ ah as EcsInput,
15904
+ z_ as EcsInputAddon,
15905
+ ym as EcsInputClear,
15906
+ E_ as EcsInputConnector,
15907
+ T_ as EcsInputFloat,
15908
+ P_ as EcsInputGroup,
15909
+ Cm as EcsInputSearch,
15910
+ $_ as EcsJumperDocument,
15911
+ L_ as EcsJumperIndex,
15909
15912
  A_ as EcsJumperPage,
15910
- D_ as EcsLayoutDataTable,
15911
- O_ as EcsLayoutDirectory,
15912
- L_ as EcsLayoutIndex,
15913
- N_ as EcsLegendItem,
15914
- V_ as EcsLogMessage,
15915
- H_ as EcsMap,
15916
- R_ as EcsModal,
15917
- q_ as EcsModalFooter,
15918
- F_ as EcsModalHeader,
15919
- U_ as EcsMultiselectOption,
15920
- W_ as EcsMultiselectSearchToken,
15921
- j_ as EcsMultiselectToken,
15922
- G_ as EcsOverlay,
15923
- K_ as EcsPagination,
15924
- Gh as EcsPane,
15925
- Y_ as EcsPartyEntry,
15913
+ N_ as EcsLayoutDataTable,
15914
+ D_ as EcsLayoutDirectory,
15915
+ O_ as EcsLayoutIndex,
15916
+ V_ as EcsLegendItem,
15917
+ H_ as EcsLogMessage,
15918
+ R_ as EcsMap,
15919
+ F_ as EcsModal,
15920
+ W_ as EcsModalFooter,
15921
+ q_ as EcsModalHeader,
15922
+ G_ as EcsMultiselectOption,
15923
+ j_ as EcsMultiselectSearchToken,
15924
+ U_ as EcsMultiselectToken,
15925
+ K_ as EcsOverlay,
15926
+ Y_ as EcsPagination,
15927
+ Kh as EcsPane,
15928
+ X_ as EcsPartyEntry,
15926
15929
  bt as EcsPopover,
15927
15930
  og as EcsPopoverHeader,
15928
15931
  qs as EcsPopoverList,
15929
- X_ as EcsPopoverListHeadline,
15932
+ Z_ as EcsPopoverListHeadline,
15930
15933
  Gs as EcsPopoverListItem,
15931
15934
  Vf as EcsProgress,
15932
- Z_ as EcsQuicklink,
15935
+ J_ as EcsQuicklink,
15933
15936
  Ua as EcsRadiobutton,
15934
- Kv as EcsRatingFavorability,
15935
- qv as EcsRatingStarRead,
15936
- J_ as EcsRatingStarWrite,
15937
- Sm as EcsScrollContainer,
15938
- Q_ as EcsSection,
15939
- e1 as EcsSegment,
15937
+ Yv as EcsRatingFavorability,
15938
+ Wv as EcsRatingStarRead,
15939
+ Q_ as EcsRatingStarWrite,
15940
+ xm as EcsScrollContainer,
15941
+ e1 as EcsSection,
15942
+ t1 as EcsSegment,
15940
15943
  Zt as EcsSelect,
15941
- Kp as EcsSelectText,
15942
- t1 as EcsSelectTile,
15944
+ Yp as EcsSelectText,
15945
+ s1 as EcsSelectTile,
15943
15946
  Fo as EcsSeparator,
15944
- s1 as EcsSequenceMap,
15945
- i1 as EcsSequenceMapButton,
15946
- n1 as EcsSidebar,
15947
- a1 as EcsSidebarContent,
15948
- o1 as EcsSidebarFooter,
15949
- l1 as EcsSidebarHeader,
15950
- r1 as EcsSidebarList,
15951
- c1 as EcsSidebarListItem,
15947
+ i1 as EcsSequenceMap,
15948
+ n1 as EcsSequenceMapButton,
15949
+ a1 as EcsSidebar,
15950
+ o1 as EcsSidebarContent,
15951
+ l1 as EcsSidebarFooter,
15952
+ r1 as EcsSidebarHeader,
15953
+ c1 as EcsSidebarList,
15954
+ d1 as EcsSidebarListItem,
15952
15955
  te as EcsSkeletonLoader,
15953
15956
  oo as EcsSortbutton,
15954
- Kh as EcsSplitpanes,
15957
+ Yh as EcsSplitpanes,
15955
15958
  of as EcsStateIcon,
15956
15959
  Oe as EcsSticker,
15957
- d1 as EcsStructuredContent,
15958
- u1 as EcsSwatchesPicker,
15960
+ u1 as EcsStructuredContent,
15961
+ f1 as EcsSwatchesPicker,
15959
15962
  jt as EcsSwitch,
15960
- f1 as EcsTab,
15961
- Jy as EcsTabBar,
15962
- g1 as EcsTabButton,
15963
- tb as EcsTabs,
15964
- m1 as EcsTag,
15965
- h1 as EcsTagCloud,
15963
+ g1 as EcsTab,
15964
+ Qy as EcsTabBar,
15965
+ m1 as EcsTabButton,
15966
+ sb as EcsTabs,
15967
+ h1 as EcsTag,
15968
+ p1 as EcsTagCloud,
15966
15969
  rt as EcsText,
15967
15970
  js as EcsTextV2,
15968
- p1 as EcsToast,
15969
- v1 as EcsToasts,
15970
- Um as EcsToolbar,
15971
- y1 as EcsTranscriptState,
15972
- b1 as EcsTreeList,
15973
- k1 as EcsTreeListHeadline,
15974
- _1 as EcsTreeListItem,
15975
- C1 as EcsTypeConfirmation,
15976
- w1 as EcsVideo
15971
+ v1 as EcsToast,
15972
+ y1 as EcsToasts,
15973
+ Gm as EcsToolbar,
15974
+ b1 as EcsTranscriptState,
15975
+ _1 as EcsTreeList,
15976
+ C1 as EcsTreeListHeadline,
15977
+ k1 as EcsTreeListItem,
15978
+ w1 as EcsTypeConfirmation,
15979
+ S1 as EcsVideo
15977
15980
  };