@everchron/ec-shards 14.2.1 → 14.2.2

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 ne, watch as he, createBlock as p, openBlock as o, resolveDynamicComponent as ve, unref as de, normalizeClass as v, createElementBlock as l, normalizeStyle as C, resolveComponent as m, createCommentVNode as u, createElementVNode as g, createVNode as k, createTextVNode as A, toDisplayString as w, renderSlot as h, Transition as ye, withCtx as S, computed as Be, Fragment as V, renderList as se, reactive as Ti, nextTick as Pi, onBeforeUnmount as jt, toRefs as Xs, isRef as Mi, onMounted as Zs, useSlots as Oi, ref as $e, watchEffect as lt, withKeys as Q, Teleport as Ai, withDirectives as Fe, vShow as it, mergeProps as Ae, normalizeProps as Li, guardReactiveProps as Ni, withModifiers as Y, resolveDirective as Ri, vModelText as Di, createStaticVNode as Js, markRaw as $i, TransitionGroup as Qs, h as Vi, useCssVars as Hi } from "vue";
1
+ import { defineAsyncComponent as ne, watch as he, createBlock as p, openBlock as o, resolveDynamicComponent as ve, unref as de, normalizeClass as v, createElementBlock as l, normalizeStyle as C, resolveComponent as m, createCommentVNode as u, createElementVNode as g, createVNode as k, createTextVNode as L, toDisplayString as w, renderSlot as h, Transition as ye, withCtx as S, computed as Be, Fragment as V, renderList as se, reactive as Ti, nextTick as Pi, onBeforeUnmount as jt, toRefs as Xs, isRef as Mi, onMounted as Zs, useSlots as Oi, ref as $e, watchEffect as lt, withKeys as Q, Teleport as Li, withDirectives as Fe, vShow as it, mergeProps as Le, normalizeProps as Ai, guardReactiveProps as Ni, withModifiers as Y, resolveDirective as Ri, vModelText as Di, createStaticVNode as Js, markRaw as $i, TransitionGroup as Qs, h as Vi, useCssVars as Hi } from "vue";
2
2
  const ae = (t, s, e) => {
3
3
  const a = t[s];
4
4
  return a ? typeof a == "function" ? a() : Promise.resolve(a) : new Promise((n, i) => {
@@ -206,7 +206,7 @@ function Xi(t, s, e, a, n, i) {
206
206
  type: e.icon,
207
207
  size: "20"
208
208
  }, null, 8, ["type"])) : u("", !0),
209
- A(" " + w(e.headline), 1)
209
+ L(" " + w(e.headline), 1)
210
210
  ])) : u("", !0),
211
211
  t.$slots.default ? (o(), l("div", Yi, [
212
212
  h(t.$slots, "default", {}, void 0, !0)
@@ -217,7 +217,7 @@ function Xi(t, s, e, a, n, i) {
217
217
  onClick: s[1] || (s[1] = (d) => t.$emit("action")),
218
218
  class: "action"
219
219
  }, [
220
- A(w(e.actionLabel) + " ", 1),
220
+ L(w(e.actionLabel) + " ", 1),
221
221
  k(c)
222
222
  ])) : u("", !0)
223
223
  ], 6)) : u("", !0);
@@ -291,7 +291,7 @@ function on(t, s, e, a, n, i) {
291
291
  }, null, 8, an)) : u("", !0)
292
292
  ], 8, sn);
293
293
  }
294
- const Ab = /* @__PURE__ */ b(tn, [["render", on], ["__scopeId", "data-v-4e7ca115"]]), rn = {
294
+ const Lb = /* @__PURE__ */ b(tn, [["render", on], ["__scopeId", "data-v-4e7ca115"]]), rn = {
295
295
  __name: "sticker",
296
296
  props: {
297
297
  /** Sets the sticker icon. */
@@ -672,7 +672,7 @@ function pn(t, s, e, a, n, i) {
672
672
  ], 4)) : u("", !0)
673
673
  ], 2)) : u("", !0);
674
674
  }
675
- const Lb = /* @__PURE__ */ b(hn, [["render", pn], ["__scopeId", "data-v-c7118217"]]), vn = {
675
+ const Ab = /* @__PURE__ */ b(hn, [["render", pn], ["__scopeId", "data-v-c7118217"]]), vn = {
676
676
  name: "ecs-breadcrumb",
677
677
  props: {
678
678
  /** Sets the size of the breadcrumb (default is medium). */
@@ -918,14 +918,14 @@ function En(t) {
918
918
  function Ie(t) {
919
919
  return t ? (t.nodeName || "").toLowerCase() : null;
920
920
  }
921
- function Le(t) {
921
+ function Ae(t) {
922
922
  return ((He(t) ? t.ownerDocument : (
923
923
  // $FlowFixMe[prop-missing]
924
924
  t.document
925
925
  )) || window.document).documentElement;
926
926
  }
927
927
  function Yt(t) {
928
- return Ke(Le(t)).left + Kt(t).scrollLeft;
928
+ return Ke(Ae(t)).left + Kt(t).scrollLeft;
929
929
  }
930
930
  function Pe(t) {
931
931
  return ge(t).getComputedStyle(t);
@@ -940,7 +940,7 @@ function Tn(t) {
940
940
  }
941
941
  function Pn(t, s, e) {
942
942
  e === void 0 && (e = !1);
943
- var a = pe(s), n = pe(s) && Tn(s), i = Le(s), r = Ke(t, n, e), c = {
943
+ var a = pe(s), n = pe(s) && Tn(s), i = Ae(s), r = Ke(t, n, e), c = {
944
944
  scrollLeft: 0,
945
945
  scrollTop: 0
946
946
  }, d = {
@@ -973,7 +973,7 @@ function ht(t) {
973
973
  t.parentNode || // DOM Element detected
974
974
  (Gt(t) ? t.host : null) || // ShadowRoot detected
975
975
  // $FlowFixMe[incompatible-call]: HTMLElement is a Node
976
- Le(t)
976
+ Ae(t)
977
977
  );
978
978
  }
979
979
  function si(t) {
@@ -1016,7 +1016,7 @@ function at(t) {
1016
1016
  e = ys(e);
1017
1017
  return e && (Ie(e) === "html" || Ie(e) === "body" && Pe(e).position === "static") ? s : e || On(t) || s;
1018
1018
  }
1019
- var ue = "top", xe = "bottom", Ce = "right", fe = "left", Jt = "auto", ot = [ue, xe, Ce, fe], Ye = "start", st = "end", An = "clippingParents", ii = "viewport", Ze = "popper", Ln = "reference", bs = /* @__PURE__ */ ot.reduce(function(t, s) {
1019
+ var ue = "top", xe = "bottom", Ce = "right", fe = "left", Jt = "auto", ot = [ue, xe, Ce, fe], Ye = "start", st = "end", Ln = "clippingParents", ii = "viewport", Ze = "popper", An = "reference", bs = /* @__PURE__ */ ot.reduce(function(t, s) {
1020
1020
  return t.concat([s + "-" + Ye, s + "-" + st]);
1021
1021
  }, []), ni = /* @__PURE__ */ [].concat(ot, [Jt]).reduce(function(t, s) {
1022
1022
  return t.concat([s, s + "-" + Ye, s + "-" + st]);
@@ -1071,7 +1071,7 @@ function Yn(t) {
1071
1071
  });
1072
1072
  }
1073
1073
  function Xn(t, s) {
1074
- var e = ge(t), a = Le(t), n = e.visualViewport, i = a.clientWidth, r = a.clientHeight, c = 0, d = 0;
1074
+ var e = ge(t), a = Ae(t), n = e.visualViewport, i = a.clientWidth, r = a.clientHeight, c = 0, d = 0;
1075
1075
  if (n) {
1076
1076
  i = n.width, r = n.height;
1077
1077
  var f = ti();
@@ -1085,7 +1085,7 @@ function Xn(t, s) {
1085
1085
  };
1086
1086
  }
1087
1087
  function Zn(t) {
1088
- var s, e = Le(t), a = Kt(t), n = (s = t.ownerDocument) == null ? void 0 : s.body, i = Ve(e.scrollWidth, e.clientWidth, n ? n.scrollWidth : 0, n ? n.clientWidth : 0), r = Ve(e.scrollHeight, e.clientHeight, n ? n.scrollHeight : 0, n ? n.clientHeight : 0), c = -a.scrollLeft + Yt(t), d = -a.scrollTop;
1088
+ var s, e = Ae(t), a = Kt(t), n = (s = t.ownerDocument) == null ? void 0 : s.body, i = Ve(e.scrollWidth, e.clientWidth, n ? n.scrollWidth : 0, n ? n.clientWidth : 0), r = Ve(e.scrollHeight, e.clientHeight, n ? n.scrollHeight : 0, n ? n.clientHeight : 0), c = -a.scrollLeft + Yt(t), d = -a.scrollTop;
1089
1089
  return Pe(n || e).direction === "rtl" && (c += Ve(e.clientWidth, n ? n.clientWidth : 0) - i), {
1090
1090
  width: i,
1091
1091
  height: r,
@@ -1120,7 +1120,7 @@ function Jn(t, s) {
1120
1120
  return e.top = e.top + t.clientTop, e.left = e.left + t.clientLeft, e.bottom = e.top + t.clientHeight, e.right = e.left + t.clientWidth, e.width = t.clientWidth, e.height = t.clientHeight, e.x = e.left, e.y = e.top, e;
1121
1121
  }
1122
1122
  function _s(t, s, e) {
1123
- return s === ii ? qt(Xn(t, e)) : He(s) ? Jn(s, e) : qt(Zn(Le(t)));
1123
+ return s === ii ? qt(Xn(t, e)) : He(s) ? Jn(s, e) : qt(Zn(Ae(t)));
1124
1124
  }
1125
1125
  function Qn(t) {
1126
1126
  var s = et(ht(t)), e = ["absolute", "fixed"].indexOf(Pe(t).position) >= 0, a = e && pe(t) ? at(t) : t;
@@ -1209,7 +1209,7 @@ function ci(t, s) {
1209
1209
  }
1210
1210
  function es(t, s) {
1211
1211
  s === void 0 && (s = {});
1212
- var e = s, a = e.placement, n = a === void 0 ? t.placement : a, i = e.strategy, r = i === void 0 ? t.strategy : i, c = e.boundary, d = c === void 0 ? An : c, f = e.rootBoundary, y = f === void 0 ? ii : f, _ = e.elementContext, I = _ === void 0 ? Ze : _, z = e.altBoundary, x = z === void 0 ? !1 : z, E = e.padding, P = E === void 0 ? 0 : E, T = li(typeof P != "number" ? P : ci(P, ot)), R = I === Ze ? Ln : Ze, F = t.rects.popper, O = t.elements[x ? R : I], D = ea(He(O) ? O : O.contextElement || Le(t.elements.popper), d, y, r), $ = Ke(t.elements.reference), H = oi({
1212
+ var e = s, a = e.placement, n = a === void 0 ? t.placement : a, i = e.strategy, r = i === void 0 ? t.strategy : i, c = e.boundary, d = c === void 0 ? Ln : c, f = e.rootBoundary, y = f === void 0 ? ii : f, _ = e.elementContext, I = _ === void 0 ? Ze : _, z = e.altBoundary, x = z === void 0 ? !1 : z, E = e.padding, P = E === void 0 ? 0 : E, T = li(typeof P != "number" ? P : ci(P, ot)), R = I === Ze ? An : Ze, F = t.rects.popper, O = t.elements[x ? R : I], D = ea(He(O) ? O : O.contextElement || Ae(t.elements.popper), d, y, r), $ = Ke(t.elements.reference), H = oi({
1213
1213
  reference: $,
1214
1214
  element: F,
1215
1215
  placement: n
@@ -1221,9 +1221,9 @@ function es(t, s) {
1221
1221
  }, X = t.modifiersData.offset;
1222
1222
  if (I === Ze && X) {
1223
1223
  var Z = X[n];
1224
- Object.keys(G).forEach(function(L) {
1225
- var J = [Ce, xe].indexOf(L) >= 0 ? 1 : -1, te = [ue, xe].indexOf(L) >= 0 ? "y" : "x";
1226
- G[L] += Z[te] * J;
1224
+ Object.keys(G).forEach(function(A) {
1225
+ var J = [Ce, xe].indexOf(A) >= 0 ? 1 : -1, te = [ue, xe].indexOf(A) >= 0 ? "y" : "x";
1226
+ G[A] += Z[te] * J;
1227
1227
  });
1228
1228
  }
1229
1229
  return G;
@@ -1401,7 +1401,7 @@ function Ss(t) {
1401
1401
  var T = r.hasOwnProperty("x"), R = r.hasOwnProperty("y"), F = fe, O = ue, D = window;
1402
1402
  if (f) {
1403
1403
  var $ = at(e), H = "clientHeight", W = "clientWidth";
1404
- if ($ === ge(e) && ($ = Le(e), Pe($).position !== "static" && c === "absolute" && (H = "scrollHeight", W = "scrollWidth")), $ = $, n === ue || (n === fe || n === Ce) && i === st) {
1404
+ if ($ === ge(e) && ($ = Ae(e), Pe($).position !== "static" && c === "absolute" && (H = "scrollHeight", W = "scrollWidth")), $ = $, n === ue || (n === fe || n === Ce) && i === st) {
1405
1405
  O = xe;
1406
1406
  var U = _ && $ === D && D.visualViewport ? D.visualViewport.height : (
1407
1407
  // $FlowFixMe[prop-missing]
@@ -1428,8 +1428,8 @@ function Ss(t) {
1428
1428
  y: E
1429
1429
  };
1430
1430
  if (z = Z.x, E = Z.y, d) {
1431
- var L;
1432
- return Object.assign({}, X, (L = {}, L[O] = R ? "0" : "", L[F] = T ? "0" : "", L.transform = (D.devicePixelRatio || 1) <= 1 ? "translate(" + z + "px, " + E + "px)" : "translate3d(" + z + "px, " + E + "px, 0)", L));
1431
+ var A;
1432
+ return Object.assign({}, X, (A = {}, A[O] = R ? "0" : "", A[F] = T ? "0" : "", A.transform = (D.devicePixelRatio || 1) <= 1 ? "translate(" + z + "px, " + E + "px)" : "translate3d(" + z + "px, " + E + "px, 0)", A));
1433
1433
  }
1434
1434
  return Object.assign({}, X, (s = {}, s[O] = R ? E + "px" : "", s[F] = T ? z + "px" : "", s.transform = "", s));
1435
1435
  }
@@ -1538,10 +1538,10 @@ function va(t) {
1538
1538
  };
1539
1539
  if ($) {
1540
1540
  if (i) {
1541
- var L, J = O === "y" ? ue : fe, te = O === "y" ? xe : Ce, ee = O === "y" ? "height" : "width", oe = $[O], je = oe + P[J], _e = oe - P[te], Me = z ? -W[ee] / 2 : 0, Ne = R === Ye ? H[ee] : W[ee], re = R === Ye ? -W[ee] : -H[ee], Ue = s.elements.arrow, Oe = z && Ue ? Zt(Ue) : {
1541
+ var A, J = O === "y" ? ue : fe, te = O === "y" ? xe : Ce, ee = O === "y" ? "height" : "width", oe = $[O], je = oe + P[J], _e = oe - P[te], Me = z ? -W[ee] / 2 : 0, Ne = R === Ye ? H[ee] : W[ee], re = R === Ye ? -W[ee] : -H[ee], Ue = s.elements.arrow, Oe = z && Ue ? Zt(Ue) : {
1542
1542
  width: 0,
1543
1543
  height: 0
1544
- }, ke = s.modifiersData["arrow#persistent"] ? s.modifiersData["arrow#persistent"].padding : ri(), q = ke[J], K = ke[te], le = tt(0, H[ee], Oe[ee]), Re = F ? H[ee] / 2 - Me - le - q - G.mainAxis : Ne - le - q - G.mainAxis, xi = F ? -H[ee] / 2 + Me + le + K + G.mainAxis : re + le + K + G.mainAxis, bt = s.elements.arrow && at(s.elements.arrow), Ci = bt ? O === "y" ? bt.clientTop || 0 : bt.clientLeft || 0 : 0, ls = (L = X == null ? void 0 : X[O]) != null ? L : 0, Bi = oe + Re - ls - Ci, zi = oe + xi - ls, cs = tt(z ? gt(je, Bi) : je, oe, z ? Ve(_e, zi) : _e);
1544
+ }, ke = s.modifiersData["arrow#persistent"] ? s.modifiersData["arrow#persistent"].padding : ri(), q = ke[J], K = ke[te], le = tt(0, H[ee], Oe[ee]), Re = F ? H[ee] / 2 - Me - le - q - G.mainAxis : Ne - le - q - G.mainAxis, xi = F ? -H[ee] / 2 + Me + le + K + G.mainAxis : re + le + K + G.mainAxis, bt = s.elements.arrow && at(s.elements.arrow), Ci = bt ? O === "y" ? bt.clientTop || 0 : bt.clientLeft || 0 : 0, ls = (A = X == null ? void 0 : X[O]) != null ? A : 0, Bi = oe + Re - ls - Ci, zi = oe + xi - ls, cs = tt(z ? gt(je, Bi) : je, oe, z ? Ve(_e, zi) : _e);
1545
1545
  $[O] = cs, Z[O] = cs - oe;
1546
1546
  }
1547
1547
  if (c) {
@@ -1617,13 +1617,13 @@ function Sa(t) {
1617
1617
  allowedAutoPlacements: E
1618
1618
  }) : ke);
1619
1619
  }, []), D = s.rects.reference, $ = s.rects.popper, H = /* @__PURE__ */ new Map(), W = !0, U = O[0], G = 0; G < O.length; G++) {
1620
- var X = O[G], Z = ze(X), L = Xe(X) === Ye, J = [ue, xe].indexOf(Z) >= 0, te = J ? "width" : "height", ee = es(s, {
1620
+ var X = O[G], Z = ze(X), A = Xe(X) === Ye, J = [ue, xe].indexOf(Z) >= 0, te = J ? "width" : "height", ee = es(s, {
1621
1621
  placement: X,
1622
1622
  boundary: y,
1623
1623
  rootBoundary: _,
1624
1624
  altBoundary: I,
1625
1625
  padding: f
1626
- }), oe = J ? L ? Ce : fe : L ? xe : ue;
1626
+ }), oe = J ? A ? Ce : fe : A ? xe : ue;
1627
1627
  D[te] > $[te] && (oe = ft(oe));
1628
1628
  var je = ft(oe), _e = [];
1629
1629
  if (i && _e.push(ee[Z] <= 0), c && _e.push(ee[oe] <= 0, ee[je] <= 0), _e.every(function(Oe) {
@@ -1785,21 +1785,21 @@ function Oa(t, s, e) {
1785
1785
  (a = de(t)) == null || a.removeEventListener(s, e);
1786
1786
  });
1787
1787
  }
1788
- function Aa(t, s) {
1788
+ function La(t, s) {
1789
1789
  const e = "pointerdown";
1790
1790
  return typeof window > "u" || !window ? void 0 : Oa(window, e, (n) => {
1791
1791
  const i = de(t);
1792
1792
  i && (i === n.target || n.composedPath().includes(i) || s(n));
1793
1793
  });
1794
1794
  }
1795
- const La = {}, Na = {
1795
+ const Aa = {}, Na = {
1796
1796
  id: "arrow",
1797
1797
  "data-popper-arrow": ""
1798
1798
  };
1799
1799
  function Ra(t, s) {
1800
1800
  return o(), l("div", Na);
1801
1801
  }
1802
- const Da = /* @__PURE__ */ b(La, [["render", Ra], ["__scopeId", "data-v-b4b01b19"]]), $a = ["aria-open"], Va = {
1802
+ const Da = /* @__PURE__ */ b(Aa, [["render", Ra], ["__scopeId", "data-v-b4b01b19"]]), $a = ["aria-open"], Va = {
1803
1803
  __name: "Popper",
1804
1804
  props: {
1805
1805
  /**
@@ -1962,7 +1962,7 @@ const Da = /* @__PURE__ */ b(La, [["render", Ra], ["__scopeId", "data-v-b4b01b19
1962
1962
  openDelay: U,
1963
1963
  placement: G,
1964
1964
  show: X
1965
- } = Xs(i), { isOpen: Z, open: L, close: J } = Ma({
1965
+ } = Xs(i), { isOpen: Z, open: A, close: J } = Ma({
1966
1966
  arrowPadding: P,
1967
1967
  emit: a,
1968
1968
  locked: $,
@@ -1977,7 +1977,7 @@ const Da = /* @__PURE__ */ b(La, [["render", Ra], ["__scopeId", "data-v-b4b01b19
1977
1977
  Be(
1978
1978
  () => D.value ? `border: ${H.value}px solid transparent; margin: -${H.value}px;` : null
1979
1979
  );
1980
- const _e = wt.debounce(L, U.value), Me = wt.debounce(J, T.value), Ne = async () => {
1980
+ const _e = wt.debounce(A, U.value), Me = wt.debounce(J, T.value), Ne = async () => {
1981
1981
  ee.value || te.value || (Me.clear(), d.value = !0, _e());
1982
1982
  }, re = async () => {
1983
1983
  te.value || (_e.clear(), d.value = !1, Me());
@@ -1993,7 +1993,7 @@ const Da = /* @__PURE__ */ b(La, [["render", Ra], ["__scopeId", "data-v-b4b01b19
1993
1993
  }), lt(() => {
1994
1994
  te.value && (X.value ? _e() : Me());
1995
1995
  }), lt(() => {
1996
- je.value && Aa(f, re);
1996
+ je.value && La(f, re);
1997
1997
  }), he(R, (q) => {
1998
1998
  q ? I.value = !0 : I.value = !1;
1999
1999
  }), lt(() => {
@@ -2040,7 +2040,7 @@ const Da = /* @__PURE__ */ b(La, [["render", Ra], ["__scopeId", "data-v-b4b01b19
2040
2040
  }, [
2041
2041
  h(q.$slots, "default", {}, void 0, !0)
2042
2042
  ], 40, $a),
2043
- (o(), p(Ai, { to: "body" }, [
2043
+ (o(), p(Li, { to: "body" }, [
2044
2044
  k(ye, { name: "fade" }, {
2045
2045
  default: S(() => [
2046
2046
  t.persistent || d.value ? Fe((o(), l("div", {
@@ -2056,7 +2056,7 @@ const Da = /* @__PURE__ */ b(La, [["render", Ra], ["__scopeId", "data-v-b4b01b19
2056
2056
  close: de(J),
2057
2057
  isOpen: _.value
2058
2058
  }, () => [
2059
- A(w(de(R)), 1)
2059
+ L(w(de(R)), 1)
2060
2060
  ], !0),
2061
2061
  t.arrow ? (o(), p(Da, { key: 0 })) : u("", !0)
2062
2062
  ], 512)), [
@@ -2144,7 +2144,7 @@ const Da = /* @__PURE__ */ b(La, [["render", Ra], ["__scopeId", "data-v-b4b01b19
2144
2144
  };
2145
2145
  function qa(t, s, e, a, n, i) {
2146
2146
  const r = m("Popper");
2147
- return o(), p(r, Ae({ ref: "popperRef" }, t.$attrs, {
2147
+ return o(), p(r, Le({ ref: "popperRef" }, t.$attrs, {
2148
2148
  "onOpen:popper": s[0] || (s[0] = (c) => t.$emit("shown")),
2149
2149
  "onClose:popper": s[1] || (s[1] = (c) => t.$emit("hidden")),
2150
2150
  placement: e.placement,
@@ -2160,7 +2160,7 @@ function qa(t, s, e, a, n, i) {
2160
2160
  persistent: e.persistent || null
2161
2161
  }), {
2162
2162
  content: S((c) => [
2163
- h(t.$slots, "content", Li(Ni(c)))
2163
+ h(t.$slots, "content", Ai(Ni(c)))
2164
2164
  ]),
2165
2165
  default: S(() => [
2166
2166
  h(t.$slots, "default")
@@ -2600,7 +2600,7 @@ function to(t, s, e, a, n, i) {
2600
2600
  class: "ecs-form-check-help"
2601
2601
  }, {
2602
2602
  default: S(() => [
2603
- A(w(e.help), 1)
2603
+ L(w(e.help), 1)
2604
2604
  ]),
2605
2605
  _: 1
2606
2606
  })) : u("", !0)
@@ -2721,7 +2721,7 @@ function ao(t, s, e, a, n, i) {
2721
2721
  class: "ecs-form-check-help"
2722
2722
  }, {
2723
2723
  default: S(() => [
2724
- A(w(e.help), 1)
2724
+ L(w(e.help), 1)
2725
2725
  ]),
2726
2726
  _: 1
2727
2727
  })) : u("", !0)
@@ -3318,7 +3318,7 @@ const be = /* @__PURE__ */ b(yo, [["render", wo], ["__scopeId", "data-v-47d42f7e
3318
3318
  }, Po = ["tabindex"], Mo = {
3319
3319
  key: 0,
3320
3320
  class: "after"
3321
- }, Oo = ["tabindex", "href"], Ao = { class: "text" }, Lo = { class: "text-inner" }, No = {
3321
+ }, Oo = ["tabindex", "href"], Lo = { class: "text" }, Ao = { class: "text-inner" }, No = {
3322
3322
  key: 1,
3323
3323
  class: "help"
3324
3324
  }, Ro = {
@@ -3447,8 +3447,8 @@ function qo(t, s, e, a, n, i) {
3447
3447
  height: 24,
3448
3448
  class: "file-icon"
3449
3449
  }, null, 8, ["type"])) : u("", !0),
3450
- g("span", Ao, [
3451
- g("span", Lo, [
3450
+ g("span", Lo, [
3451
+ g("span", Ao, [
3452
3452
  h(t.$slots, "default", {}, void 0, !0)
3453
3453
  ]),
3454
3454
  i.secondaryActionOptions.show ? (o(), p(z, {
@@ -3465,7 +3465,7 @@ function qo(t, s, e, a, n, i) {
3465
3465
  title: i.secondaryActionOptions.iconOnly ? i.secondaryActionOptions.label : void 0
3466
3466
  }, {
3467
3467
  default: S(() => [
3468
- A(w(i.secondaryActionOptions.label), 1)
3468
+ L(w(i.secondaryActionOptions.label), 1)
3469
3469
  ]),
3470
3470
  _: 1
3471
3471
  }, 8, ["onClick", "type", "icon", "icon-only", "class", "aria-label", "title"])) : u("", !0),
@@ -3528,7 +3528,7 @@ function qo(t, s, e, a, n, i) {
3528
3528
  title: i.secondaryActionOptions.iconOnly ? i.secondaryActionOptions.label : void 0
3529
3529
  }, {
3530
3530
  default: S(() => [
3531
- A(w(i.secondaryActionOptions.label), 1)
3531
+ L(w(i.secondaryActionOptions.label), 1)
3532
3532
  ]),
3533
3533
  _: 1
3534
3534
  }, 8, ["onClick", "type", "icon", "icon-only", "class", "aria-label", "title"])) : u("", !0),
@@ -3891,7 +3891,7 @@ function Qo(t, s, e, a, n, i) {
3891
3891
  onClick: (E) => t.$emit("select", z.action)
3892
3892
  }, {
3893
3893
  default: S(() => [
3894
- A(w(z.label), 1)
3894
+ L(w(z.label), 1)
3895
3895
  ]),
3896
3896
  _: 2
3897
3897
  }, 1032, ["disabled", "onClick"]))), 128)),
@@ -3903,7 +3903,7 @@ function Qo(t, s, e, a, n, i) {
3903
3903
  onInput: i.setFamiliesIncluded
3904
3904
  }, {
3905
3905
  default: S(() => s[3] || (s[3] = [
3906
- A(" Include Families ")
3906
+ L(" Include Families ")
3907
3907
  ])),
3908
3908
  _: 1
3909
3909
  }, 8, ["value", "onInput"])) : u("", !0)
@@ -3927,7 +3927,7 @@ function Qo(t, s, e, a, n, i) {
3927
3927
  }, {
3928
3928
  default: S(() => [
3929
3929
  g("span", null, w(e.count), 1),
3930
- A(" Selected " + w(i.pluralizedType), 1)
3930
+ L(" Selected " + w(i.pluralizedType), 1)
3931
3931
  ]),
3932
3932
  _: 1
3933
3933
  })
@@ -4785,13 +4785,13 @@ function Mr(t, s, e, a, n, i) {
4785
4785
  }
4786
4786
  const Hb = /* @__PURE__ */ b(Tr, [["render", Mr], ["__scopeId", "data-v-2e6b8605"]]), Or = {
4787
4787
  name: "ecs-context-button-group"
4788
- }, Ar = { class: "ecs-context-button-group" };
4789
- function Lr(t, s, e, a, n, i) {
4790
- return o(), l("div", Ar, [
4788
+ }, Lr = { class: "ecs-context-button-group" };
4789
+ function Ar(t, s, e, a, n, i) {
4790
+ return o(), l("div", Lr, [
4791
4791
  h(t.$slots, "default", {}, void 0, !0)
4792
4792
  ]);
4793
4793
  }
4794
- const Fb = /* @__PURE__ */ b(Or, [["render", Lr], ["__scopeId", "data-v-94a53b69"]]), Nr = {
4794
+ const Fb = /* @__PURE__ */ b(Or, [["render", Ar], ["__scopeId", "data-v-94a53b69"]]), Nr = {
4795
4795
  name: "ecs-button-dialog",
4796
4796
  emits: ["click"],
4797
4797
  components: {
@@ -5318,7 +5318,7 @@ function yl(t, s, e, a, n, i) {
5318
5318
  "aria-busy": e.busy
5319
5319
  }, [
5320
5320
  g("div", fl, [
5321
- e.type !== "assistant" ? (o(), p(r, Ae({ key: 0 }, e.avatar, { size: 24 }), null, 16)) : (o(), l("div", gl, [
5321
+ e.type !== "assistant" ? (o(), p(r, Le({ key: 0 }, e.avatar, { size: 24 }), null, 16)) : (o(), l("div", gl, [
5322
5322
  k(c, {
5323
5323
  type: "ecai-icon",
5324
5324
  size: "20",
@@ -5677,7 +5677,7 @@ function Ol(t, s, e, a, n, i) {
5677
5677
  }, [
5678
5678
  k(c, { gap: 4 }, {
5679
5679
  default: S(() => [
5680
- A(w(e.title) + " ", 1),
5680
+ L(w(e.title) + " ", 1),
5681
5681
  e.count ? (o(), l("span", Tl, "(" + w(e.count) + ")", 1)) : u("", !0)
5682
5682
  ]),
5683
5683
  _: 1
@@ -5713,7 +5713,7 @@ function Ol(t, s, e, a, n, i) {
5713
5713
  ], 10, Ml)
5714
5714
  ], 2);
5715
5715
  }
5716
- const Xb = /* @__PURE__ */ b(zl, [["render", Ol], ["__scopeId", "data-v-2c8b4b19"]]), Al = {
5716
+ const Xb = /* @__PURE__ */ b(zl, [["render", Ol], ["__scopeId", "data-v-2c8b4b19"]]), Ll = {
5717
5717
  name: "ecs-collection-control",
5718
5718
  emits: ["toggled", "collectionTooltip"],
5719
5719
  components: { EcsIcon: M, EcsFocusRing: N },
@@ -5792,7 +5792,7 @@ const Xb = /* @__PURE__ */ b(zl, [["render", Ol], ["__scopeId", "data-v-2c8b4b19
5792
5792
  created() {
5793
5793
  this.expandId = this.generateUniqueId();
5794
5794
  }
5795
- }, Ll = ["tabindex", "role", "aria-expanded", "aria-controls"], Nl = {
5795
+ }, Al = ["tabindex", "role", "aria-expanded", "aria-controls"], Nl = {
5796
5796
  key: 1,
5797
5797
  class: "description"
5798
5798
  }, Rl = ["title"], Dl = { key: 0 }, $l = ["id", "aria-hidden"];
@@ -5840,7 +5840,7 @@ function Vl(t, s, e, a, n, i) {
5840
5840
  d.value ? (o(), l("span", Dl, w(d.name), 1)) : u("", !0)
5841
5841
  ]))), 128))
5842
5842
  ], 40, Rl)
5843
- ], 42, Ll),
5843
+ ], 42, Al),
5844
5844
  g("div", {
5845
5845
  class: v([n.isVisible || e.nonInteractive ? "collapse-show" : "collapse-hide", "collapse"]),
5846
5846
  id: e.nonInteractive ? void 0 : n.expandId,
@@ -5855,7 +5855,7 @@ function Vl(t, s, e, a, n, i) {
5855
5855
  ], 10, $l)
5856
5856
  ], 2);
5857
5857
  }
5858
- const Zb = /* @__PURE__ */ b(Al, [["render", Vl], ["__scopeId", "data-v-95f66a3d"]]), Hl = {
5858
+ const Zb = /* @__PURE__ */ b(Ll, [["render", Vl], ["__scopeId", "data-v-95f66a3d"]]), Hl = {
5859
5859
  name: "ecs-formatted",
5860
5860
  components: { EcsSkeletonLoader: ie },
5861
5861
  mixins: [me],
@@ -6193,17 +6193,17 @@ function os() {
6193
6193
  }
6194
6194
  return Bt = t, Bt;
6195
6195
  }
6196
- var zt, As;
6196
+ var zt, Ls;
6197
6197
  function mc() {
6198
- if (As) return zt;
6199
- As = 1;
6198
+ if (Ls) return zt;
6199
+ Ls = 1;
6200
6200
  var t = typeof ct == "object" && ct && ct.Object === Object && ct;
6201
6201
  return zt = t, zt;
6202
6202
  }
6203
- var It, Ls;
6203
+ var It, As;
6204
6204
  function bi() {
6205
- if (Ls) return It;
6206
- Ls = 1;
6205
+ if (As) return It;
6206
+ As = 1;
6207
6207
  var t = mc(), s = typeof self == "object" && self && self.Object === Object && self, e = t || s || Function("return this")();
6208
6208
  return It = e, It;
6209
6209
  }
@@ -6262,25 +6262,25 @@ function yc() {
6262
6262
  }
6263
6263
  return Ot = i, Ot;
6264
6264
  }
6265
- var At, Hs;
6265
+ var Lt, Hs;
6266
6266
  function bc() {
6267
- if (Hs) return At;
6267
+ if (Hs) return Lt;
6268
6268
  Hs = 1;
6269
6269
  var t = Object.prototype, s = t.toString;
6270
6270
  function e(a) {
6271
6271
  return s.call(a);
6272
6272
  }
6273
- return At = e, At;
6273
+ return Lt = e, Lt;
6274
6274
  }
6275
- var Lt, Fs;
6275
+ var At, Fs;
6276
6276
  function _c() {
6277
- if (Fs) return Lt;
6277
+ if (Fs) return At;
6278
6278
  Fs = 1;
6279
6279
  var t = _i(), s = yc(), e = bc(), a = "[object Null]", n = "[object Undefined]", i = t ? t.toStringTag : void 0;
6280
6280
  function r(c) {
6281
6281
  return c == null ? c === void 0 ? n : a : i && i in Object(c) ? s(c) : e(c);
6282
6282
  }
6283
- return Lt = r, Lt;
6283
+ return At = r, At;
6284
6284
  }
6285
6285
  var Nt, qs;
6286
6286
  function kc() {
@@ -6333,29 +6333,29 @@ function xc() {
6333
6333
  if (typeof c != "function")
6334
6334
  throw new TypeError(a);
6335
6335
  d = e(d) || 0, t(f) && (T = !!f.leading, R = "maxWait" in f, I = R ? n(e(f.maxWait) || 0, d) : I, F = "trailing" in f ? !!f.trailing : F);
6336
- function O(L) {
6336
+ function O(A) {
6337
6337
  var J = y, te = _;
6338
- return y = _ = void 0, P = L, z = c.apply(te, J), z;
6338
+ return y = _ = void 0, P = A, z = c.apply(te, J), z;
6339
6339
  }
6340
- function D(L) {
6341
- return P = L, x = setTimeout(W, d), T ? O(L) : z;
6340
+ function D(A) {
6341
+ return P = A, x = setTimeout(W, d), T ? O(A) : z;
6342
6342
  }
6343
- function $(L) {
6344
- var J = L - E, te = L - P, ee = d - J;
6343
+ function $(A) {
6344
+ var J = A - E, te = A - P, ee = d - J;
6345
6345
  return R ? i(ee, I - te) : ee;
6346
6346
  }
6347
- function H(L) {
6348
- var J = L - E, te = L - P;
6347
+ function H(A) {
6348
+ var J = A - E, te = A - P;
6349
6349
  return E === void 0 || J >= d || J < 0 || R && te >= I;
6350
6350
  }
6351
6351
  function W() {
6352
- var L = s();
6353
- if (H(L))
6354
- return U(L);
6355
- x = setTimeout(W, $(L));
6352
+ var A = s();
6353
+ if (H(A))
6354
+ return U(A);
6355
+ x = setTimeout(W, $(A));
6356
6356
  }
6357
- function U(L) {
6358
- return x = void 0, F && y ? O(L) : (y = _ = void 0, z);
6357
+ function U(A) {
6358
+ return x = void 0, F && y ? O(A) : (y = _ = void 0, z);
6359
6359
  }
6360
6360
  function G() {
6361
6361
  x !== void 0 && clearTimeout(x), P = 0, y = E = _ = x = void 0;
@@ -6364,8 +6364,8 @@ function xc() {
6364
6364
  return x === void 0 ? z : U(s());
6365
6365
  }
6366
6366
  function Z() {
6367
- var L = s(), J = H(L);
6368
- if (y = arguments, _ = this, E = L, J) {
6367
+ var A = s(), J = H(A);
6368
+ if (y = arguments, _ = this, E = A, J) {
6369
6369
  if (x === void 0)
6370
6370
  return D(E);
6371
6371
  if (R)
@@ -6565,7 +6565,7 @@ function Oc(t, s, e, a, n, i) {
6565
6565
  ], 40, Mc)
6566
6566
  ], 2);
6567
6567
  }
6568
- const Ac = /* @__PURE__ */ b(Pc, [["render", Oc]]), Ht = {}, Lc = {
6568
+ const Lc = /* @__PURE__ */ b(Pc, [["render", Oc]]), Ht = {}, Ac = {
6569
6569
  name: "Checkboard",
6570
6570
  props: {
6571
6571
  size: {
@@ -6612,7 +6612,7 @@ function Dc(t, s, e, a, n, i) {
6612
6612
  style: C(i.bgStyle)
6613
6613
  }, null, 4);
6614
6614
  }
6615
- const ki = /* @__PURE__ */ b(Lc, [["render", Dc]]), $c = {
6615
+ const ki = /* @__PURE__ */ b(Ac, [["render", Dc]]), $c = {
6616
6616
  name: "Alpha",
6617
6617
  props: {
6618
6618
  modelValue: Object,
@@ -6688,7 +6688,7 @@ const qc = /* @__PURE__ */ b($c, [["render", Fc]]), Wc = {
6688
6688
  mixins: [nc],
6689
6689
  components: {
6690
6690
  saturation: Tc,
6691
- hue: Ac,
6691
+ hue: Lc,
6692
6692
  alpha: qc,
6693
6693
  "ed-in": uc,
6694
6694
  checkboard: ki
@@ -7033,9 +7033,9 @@ const e_ = /* @__PURE__ */ b(od, [["render", rd], ["__scopeId", "data-v-08aaa823
7033
7033
  type: Boolean,
7034
7034
  default: !1
7035
7035
  },
7036
- /** Turns the card into a skeleton loader. Used when the card content is not yet available. */
7036
+ /** Turns the card into a skeleton loader. Can be a boolean or string. If a string is provided and not empty, loading will be true. If the string is `ai`, skeleton loaders will have the ai prop set to true. */
7037
7037
  loading: {
7038
- type: Boolean,
7038
+ type: [Boolean, String],
7039
7039
  default: !1
7040
7040
  },
7041
7041
  /** Adds a spinning animation to the `icon`. Note, this prop should only be used when the icon itself is set to `loading`. */
@@ -7079,6 +7079,14 @@ const e_ = /* @__PURE__ */ b(od, [["render", rd], ["__scopeId", "data-v-08aaa823
7079
7079
  expandId: ""
7080
7080
  };
7081
7081
  },
7082
+ computed: {
7083
+ isLoading() {
7084
+ return typeof this.loading == "string" ? !!this.loading : this.loading;
7085
+ },
7086
+ isAiLoading() {
7087
+ return this.loading === "ai";
7088
+ }
7089
+ },
7082
7090
  methods: {
7083
7091
  skeletonWidth: function(t, s) {
7084
7092
  return Math.floor(Math.random() * (s - t + 1) + t);
@@ -7102,10 +7110,10 @@ function pd(t, s, e, a, n, i) {
7102
7110
  e.active ? "active" : "",
7103
7111
  e.shadow ? "shadow" : "",
7104
7112
  n.isExpanded ? "expanded" : "",
7105
- e.loading ? "loading" : ""
7113
+ i.isLoading ? "loading" : ""
7106
7114
  ]]),
7107
7115
  role: "listitem",
7108
- "aria-busy": e.loading || null,
7116
+ "aria-busy": i.isLoading || null,
7109
7117
  tabindex: e.hover ? "0" : "-1"
7110
7118
  }, [
7111
7119
  e.control && t.$slots.control ? (o(), l("div", dd, [
@@ -7118,12 +7126,13 @@ function pd(t, s, e, a, n, i) {
7118
7126
  spinning: e.spinning,
7119
7127
  size: "24"
7120
7128
  }, null, 8, ["type", "color", "spinning"])) : u("", !0),
7121
- e.icon && e.loading ? (o(), p(c, {
7129
+ e.icon && i.isLoading ? (o(), p(c, {
7122
7130
  key: 2,
7123
7131
  type: "rect",
7124
7132
  width: 24,
7125
- height: 24
7126
- })) : u("", !0),
7133
+ height: 24,
7134
+ ai: i.isAiLoading
7135
+ }, null, 8, ["ai"])) : u("", !0),
7127
7136
  g("div", ud, [
7128
7137
  g("div", fd, [
7129
7138
  e.expandable && e.expandPosition === "left" ? (o(), p(d, {
@@ -7140,11 +7149,12 @@ function pd(t, s, e, a, n, i) {
7140
7149
  class: "expand-button-left"
7141
7150
  }, null, 8, ["aria-controls", "aria-expanded", "icon", "active", "aria-label"])) : u("", !0),
7142
7151
  h(t.$slots, "default", {}, void 0, !0),
7143
- e.loading ? (o(), p(c, {
7152
+ i.isLoading ? (o(), p(c, {
7144
7153
  key: 1,
7145
7154
  type: "single",
7146
- width: i.skeletonWidth(30, 70)
7147
- }, null, 8, ["width"])) : u("", !0),
7155
+ width: i.skeletonWidth(30, 70),
7156
+ ai: i.isAiLoading
7157
+ }, null, 8, ["width", "ai"])) : u("", !0),
7148
7158
  t.$slots.actions ? (o(), l("div", {
7149
7159
  key: 2,
7150
7160
  class: v(["ecs-data-card-actions", e.actionsOnHover ? "on-hover" : ""])
@@ -7167,11 +7177,12 @@ function pd(t, s, e, a, n, i) {
7167
7177
  ]),
7168
7178
  t.$slots.meta ? (o(), l("div", gd, [
7169
7179
  h(t.$slots, "meta", {}, void 0, !0),
7170
- e.loading ? (o(), p(c, {
7180
+ i.isLoading ? (o(), p(c, {
7171
7181
  key: 0,
7172
7182
  type: "single",
7173
- width: i.skeletonWidth(15, 30)
7174
- }, null, 8, ["width"])) : u("", !0)
7183
+ width: i.skeletonWidth(15, 30),
7184
+ ai: i.isAiLoading
7185
+ }, null, 8, ["width", "ai"])) : u("", !0)
7175
7186
  ])) : u("", !0),
7176
7187
  t.$slots.expand ? Fe((o(), l("div", {
7177
7188
  key: 1,
@@ -7193,7 +7204,7 @@ function pd(t, s, e, a, n, i) {
7193
7204
  })) : u("", !0)
7194
7205
  ], 10, cd);
7195
7206
  }
7196
- const t_ = /* @__PURE__ */ b(ld, [["render", pd], ["__scopeId", "data-v-ba0c6801"]]), vd = {
7207
+ const t_ = /* @__PURE__ */ b(ld, [["render", pd], ["__scopeId", "data-v-0b29bd50"]]), vd = {
7197
7208
  name: "ecs-data-card-list"
7198
7209
  }, yd = {
7199
7210
  class: "ecs-data-card-list",
@@ -7561,7 +7572,7 @@ function Td(t, s, e, a, n, i) {
7561
7572
  class: v({ clickable: e.pill.clickable, emphasized: e.pill.emphasized, "has-background": e.pill.background, "is-hovered": n.isHovered })
7562
7573
  }, {
7563
7574
  default: S(() => [
7564
- A(w(e.pill.text), 1)
7575
+ L(w(e.pill.text), 1)
7565
7576
  ]),
7566
7577
  _: 1
7567
7578
  }, 8, ["onClick", "party", "color", "background", "icon", "class"])) : i.hasPill ? (o(), l("span", {
@@ -7613,7 +7624,7 @@ function Td(t, s, e, a, n, i) {
7613
7624
  class: v([{ ai: (_ = e.meta) == null ? void 0 : _.ai, default: ((I = e.meta) == null ? void 0 : I.type) === "default", identifier: ((z = e.meta) == null ? void 0 : z.type) === "identifier" }, "ecs-data-card-row-meta-container"]),
7614
7625
  ref: "metaText"
7615
7626
  }, [
7616
- A(w((x = e.meta) == null ? void 0 : x.text) + " ", 1),
7627
+ L(w((x = e.meta) == null ? void 0 : x.text) + " ", 1),
7617
7628
  h(t.$slots, "customMeta", {}, void 0, !0)
7618
7629
  ], 2)) : u("", !0),
7619
7630
  e.count || e.designation ? (o(), l("div", Ed, [
@@ -7631,7 +7642,7 @@ function Td(t, s, e, a, n, i) {
7631
7642
  class: "designation has-background"
7632
7643
  }, {
7633
7644
  default: S(() => [
7634
- A(w(e.designation.text), 1)
7645
+ L(w(e.designation.text), 1)
7635
7646
  ]),
7636
7647
  _: 1
7637
7648
  }, 8, ["party", "color", "icon", "badge"])) : u("", !0),
@@ -7693,11 +7704,11 @@ const i_ = /* @__PURE__ */ b(xd, [["render", Td], ["__scopeId", "data-v-78507101
7693
7704
  }, Md = ["aria-disabled"], Od = {
7694
7705
  key: 0,
7695
7706
  class: "ecs-data-grid-empty"
7696
- }, Ad = {
7707
+ }, Ld = {
7697
7708
  key: 2,
7698
7709
  class: "ecs-data-grid-pagination"
7699
7710
  };
7700
- function Ld(t, s, e, a, n, i) {
7711
+ function Ad(t, s, e, a, n, i) {
7701
7712
  return o(), l("div", {
7702
7713
  onScroll: s[0] || (s[0] = (...r) => i.tableScroll && i.tableScroll(...r)),
7703
7714
  ref: "dataGridScroller",
@@ -7728,12 +7739,12 @@ function Ld(t, s, e, a, n, i) {
7728
7739
  }, [
7729
7740
  h(t.$slots, "default", {}, void 0, !0)
7730
7741
  ], 2)),
7731
- t.$slots.pagination ? (o(), l("div", Ad, [
7742
+ t.$slots.pagination ? (o(), l("div", Ld, [
7732
7743
  h(t.$slots, "pagination", {}, void 0, !0)
7733
7744
  ])) : u("", !0)
7734
7745
  ], 42, Md);
7735
7746
  }
7736
- const n_ = /* @__PURE__ */ b(Pd, [["render", Ld], ["__scopeId", "data-v-60369c9b"]]), Nd = {
7747
+ const n_ = /* @__PURE__ */ b(Pd, [["render", Ad], ["__scopeId", "data-v-60369c9b"]]), Nd = {
7737
7748
  name: "ecs-data-grid-row",
7738
7749
  emits: ["rowdrop", "click", "contextmenu", "dblclick", "collapse"],
7739
7750
  props: {
@@ -7967,7 +7978,7 @@ function Kd(t, s, e, a, n, i) {
7967
7978
  return o(), l("div", {
7968
7979
  class: v(["ecs-form-select", [i.sizeClass, i.typeClass, e.disabled ? "disabled" : null, e.ai ? "ecs-form-select-ai" : null]])
7969
7980
  }, [
7970
- g("select", Ae({
7981
+ g("select", Le({
7971
7982
  ref: "select",
7972
7983
  "on:update:modelValue": s[0] || (s[0] = (r) => n.currentValue = r),
7973
7984
  onChange: s[1] || (s[1] = (...r) => i.onChange && i.onChange(...r)),
@@ -8692,7 +8703,7 @@ function Iu(t, s, e, a, n, i) {
8692
8703
  style: C(i.identifierStyle),
8693
8704
  class: "ecs-data-list-identifier"
8694
8705
  }, [
8695
- A(w(e.identifier) + " ", 1),
8706
+ L(w(e.identifier) + " ", 1),
8696
8707
  t.$slots.collapse ? (o(), p(r, {
8697
8708
  key: 0,
8698
8709
  type: "ellipsis",
@@ -8925,7 +8936,7 @@ const u_ = /* @__PURE__ */ b(Eu, [["render", Pu]]), Mu = {
8925
8936
  }, null, 8, ["height", "width", "data-test-icon-type"]))
8926
8937
  ], 6));
8927
8938
  }
8928
- }, Ou = /* @__PURE__ */ b(Mu, [["__scopeId", "data-v-1e68bf26"]]), Au = {
8939
+ }, Ou = /* @__PURE__ */ b(Mu, [["__scopeId", "data-v-1e68bf26"]]), Lu = {
8929
8940
  name: "ecs-dialog-header",
8930
8941
  components: {
8931
8942
  EcsStateIcon: Ou
@@ -8943,7 +8954,7 @@ const u_ = /* @__PURE__ */ b(Eu, [["render", Pu]]), Mu = {
8943
8954
  default: "neutral"
8944
8955
  }
8945
8956
  }
8946
- }, Lu = {
8957
+ }, Au = {
8947
8958
  key: 0,
8948
8959
  class: "ecs-dialog-headline"
8949
8960
  }, Nu = {
@@ -8953,7 +8964,7 @@ const u_ = /* @__PURE__ */ b(Eu, [["render", Pu]]), Mu = {
8953
8964
  function Ru(t, s, e, a, n, i) {
8954
8965
  const r = m("ecs-state-icon");
8955
8966
  return o(), l("div", null, [
8956
- e.icon ? (o(), l("h3", Lu, [
8967
+ e.icon ? (o(), l("h3", Au, [
8957
8968
  k(r, {
8958
8969
  type: e.icon,
8959
8970
  "icon-color": e.iconColor
@@ -8964,7 +8975,7 @@ function Ru(t, s, e, a, n, i) {
8964
8975
  ]))
8965
8976
  ]);
8966
8977
  }
8967
- const f_ = /* @__PURE__ */ b(Au, [["render", Ru], ["__scopeId", "data-v-6e05c98b"]]), Du = {
8978
+ const f_ = /* @__PURE__ */ b(Lu, [["render", Ru], ["__scopeId", "data-v-6e05c98b"]]), Du = {
8968
8979
  __name: "favicon",
8969
8980
  props: {
8970
8981
  /** The identifier of the favicon which should show up. */
@@ -9564,16 +9575,16 @@ function wf(t, s, e, a, n, i) {
9564
9575
  class: "ecs-dropzone-skeleton"
9565
9576
  })) : (o(), l("div", vf, [
9566
9577
  t.$slots.customlabel ? u("", !0) : (o(), l(V, { key: 0 }, [
9567
- A(" Drag and drop your " + w(e.fileTypeLabel) + " or ", 1),
9578
+ L(" Drag and drop your " + w(e.fileTypeLabel) + " or ", 1),
9568
9579
  g("i", {
9569
9580
  onClick: s[1] || (s[1] = (...x) => i.browseFile && i.browseFile(...x)),
9570
9581
  onKeydown: s[2] || (s[2] = Q((...x) => i.browseFile && i.browseFile(...x), ["enter"])),
9571
9582
  tabindex: "0"
9572
9583
  }, [
9573
- s[7] || (s[7] = A("browse")),
9584
+ s[7] || (s[7] = L("browse")),
9574
9585
  k(c)
9575
9586
  ], 32),
9576
- s[8] || (s[8] = A(" to upload. "))
9587
+ s[8] || (s[8] = L(" to upload. "))
9577
9588
  ], 64)),
9578
9589
  t.$slots.customlabel ? (o(), l("div", yf, [
9579
9590
  h(t.$slots, "customlabel", {}, void 0, !0)
@@ -9593,7 +9604,7 @@ function wf(t, s, e, a, n, i) {
9593
9604
  color: "var(--color-gray-10)"
9594
9605
  }, {
9595
9606
  default: S(() => s[9] || (s[9] = [
9596
- A("Uploading")
9607
+ L("Uploading")
9597
9608
  ])),
9598
9609
  _: 1
9599
9610
  })) : (o(), p(y, {
@@ -9608,7 +9619,7 @@ function wf(t, s, e, a, n, i) {
9608
9619
  color: "var(--color-yellow-10)"
9609
9620
  }, {
9610
9621
  default: S(() => s[10] || (s[10] = [
9611
- A("Uploading")
9622
+ L("Uploading")
9612
9623
  ])),
9613
9624
  _: 1
9614
9625
  })
@@ -9644,7 +9655,7 @@ function wf(t, s, e, a, n, i) {
9644
9655
  class: "ecs-dropzone-cancel"
9645
9656
  }, {
9646
9657
  default: S(() => [
9647
- A(w(i.cancelButtonOptions.label), 1)
9658
+ L(w(i.cancelButtonOptions.label), 1)
9648
9659
  ]),
9649
9660
  _: 1
9650
9661
  }, 8, ["onClick", "icon"])) : u("", !0)
@@ -9881,7 +9892,7 @@ const y_ = /* @__PURE__ */ b(Cf, [["render", Tf], ["__scopeId", "data-v-0b6f41c6
9881
9892
  return `max-height: ${this.maxHeight}; overflow: auto;`;
9882
9893
  }
9883
9894
  }
9884
- }, Mf = { class: "ecs-excerpt-title" }, Of = { class: "ecs-excerpt-title-headline" }, Af = { key: 3 }, Lf = {
9895
+ }, Mf = { class: "ecs-excerpt-title" }, Of = { class: "ecs-excerpt-title-headline" }, Lf = { key: 3 }, Af = {
9885
9896
  key: 0,
9886
9897
  class: "ecs-excerpt-title-cite"
9887
9898
  }, Nf = { key: 1 }, Rf = {
@@ -9916,9 +9927,9 @@ function Vf(t, s, e, a, n, i) {
9916
9927
  key: 2,
9917
9928
  type: "single",
9918
9929
  width: 20
9919
- })) : (o(), l("span", Af, w(e.headline), 1))
9930
+ })) : (o(), l("span", Lf, w(e.headline), 1))
9920
9931
  ]),
9921
- e.cite ? (o(), l("div", Lf, [
9932
+ e.cite ? (o(), l("div", Af, [
9922
9933
  e.loading ? (o(), p(r, {
9923
9934
  key: 0,
9924
9935
  type: "single",
@@ -10245,7 +10256,7 @@ function ag(t, s, e, a, n, i) {
10245
10256
  Array.isArray(e.error) ? (o(), l("ul", Qf, [
10246
10257
  (o(!0), l(V, null, se(e.error, (_, I) => (o(), l("li", { key: I }, w(_), 1))), 128))
10247
10258
  ])) : (o(), l(V, { key: 1 }, [
10248
- A(w(e.error), 1)
10259
+ L(w(e.error), 1)
10249
10260
  ], 64))
10250
10261
  ], 8, Jf)) : u("", !0),
10251
10262
  e.warning && typeof e.warning != "boolean" ? (o(), l("div", {
@@ -10256,7 +10267,7 @@ function ag(t, s, e, a, n, i) {
10256
10267
  Array.isArray(e.warning) ? (o(), l("ul", tg, [
10257
10268
  (o(!0), l(V, null, se(e.warning, (_, I) => (o(), l("li", { key: I }, w(_), 1))), 128))
10258
10269
  ])) : (o(), l(V, { key: 1 }, [
10259
- A(w(e.warning), 1)
10270
+ L(w(e.warning), 1)
10260
10271
  ], 64))
10261
10272
  ], 8, eg)) : u("", !0),
10262
10273
  t.$slots.collapse ? (o(), l("div", {
@@ -10535,7 +10546,7 @@ function yg(t, s, e, a, n, i) {
10535
10546
  color: "#B9BCC2",
10536
10547
  size: i.iconSize
10537
10548
  }, null, 8, ["size"]),
10538
- g("input", Ae({
10549
+ g("input", Le({
10539
10550
  ref: "input",
10540
10551
  name: e.name,
10541
10552
  disabled: e.disabled || null,
@@ -10704,7 +10715,7 @@ function Bg(t, s, e, a, n, i) {
10704
10715
  class: "ecs-folder-selector-title"
10705
10716
  }, {
10706
10717
  default: S(() => [
10707
- A(w(e.title), 1)
10718
+ L(w(e.title), 1)
10708
10719
  ]),
10709
10720
  _: 1
10710
10721
  })) : e.searchable ? (o(), p(c, {
@@ -10735,7 +10746,7 @@ function Bg(t, s, e, a, n, i) {
10735
10746
  "focus-inset": 0
10736
10747
  }, {
10737
10748
  default: S(() => s[1] || (s[1] = [
10738
- A("Add Folder")
10749
+ L("Add Folder")
10739
10750
  ])),
10740
10751
  _: 1
10741
10752
  }, 8, ["onClick"])) : u("", !0)
@@ -10826,7 +10837,7 @@ const Eg = /* @__PURE__ */ b(zg, [["render", Ig], ["__scopeId", "data-v-a18d63ea
10826
10837
  key: 0,
10827
10838
  class: "ecs-form-headline-controls"
10828
10839
  };
10829
- function Ag(t, s) {
10840
+ function Lg(t, s) {
10830
10841
  return o(), l("div", Pg, [
10831
10842
  g("h2", Mg, [
10832
10843
  h(t.$slots, "default", {}, void 0, !0)
@@ -10836,7 +10847,7 @@ function Ag(t, s) {
10836
10847
  ])) : u("", !0)
10837
10848
  ]);
10838
10849
  }
10839
- const C_ = /* @__PURE__ */ b(Tg, [["render", Ag], ["__scopeId", "data-v-16833f69"]]), Lg = {
10850
+ const C_ = /* @__PURE__ */ b(Tg, [["render", Lg], ["__scopeId", "data-v-16833f69"]]), Ag = {
10840
10851
  name: "ecs-form-set",
10841
10852
  props: {
10842
10853
  /** Indicates an error state. */
@@ -10860,7 +10871,7 @@ function Dg(t, s, e, a, n, i) {
10860
10871
  h(t.$slots, "default", {}, void 0, !0)
10861
10872
  ], 10, Ng);
10862
10873
  }
10863
- const B_ = /* @__PURE__ */ b(Lg, [["render", Dg], ["__scopeId", "data-v-c9188464"]]), $g = {
10874
+ const B_ = /* @__PURE__ */ b(Ag, [["render", Dg], ["__scopeId", "data-v-c9188464"]]), $g = {
10864
10875
  name: "ecs-highlight",
10865
10876
  props: {
10866
10877
  /** Makes the highlight area visible. */
@@ -11261,7 +11272,7 @@ const E_ = /* @__PURE__ */ b(Qg, [["render", em], ["__scopeId", "data-v-ba171c2e
11261
11272
  }
11262
11273
  }, sm = ["value", "type", "name", "disabled", "required", "readonly", "placeholder", "autocomplete", "min", "max", "step", "id", "data-1p-ignore"], im = ["value", "name", "disabled", "required", "readonly", "placeholder", "id", "data-1p-ignore"];
11263
11274
  function nm(t, s, e, a, n, i) {
11264
- return e.type != "textarea" ? (o(), l("input", Ae({
11275
+ return e.type != "textarea" ? (o(), l("input", Le({
11265
11276
  key: 0,
11266
11277
  class: ["ecs-form-control", [
11267
11278
  i.sizeClass,
@@ -11290,7 +11301,7 @@ function nm(t, s, e, a, n, i) {
11290
11301
  ref: e.refr,
11291
11302
  id: e.refr,
11292
11303
  "data-1p-ignore": i.disabled1Password
11293
- }), null, 16, sm)) : (o(), l("textarea", Ae({
11304
+ }), null, 16, sm)) : (o(), l("textarea", Le({
11294
11305
  key: 1,
11295
11306
  class: ["ecs-form-control", [
11296
11307
  i.sizeClass,
@@ -11433,7 +11444,7 @@ const P_ = /* @__PURE__ */ b(lm, [["render", dm]]), um = {
11433
11444
  }, fm = { class: "form-group has-float-label" }, gm = ["id", "type", "name", "disabled", "required", "readonly", "placeholder", "autocomplete", "value"], mm = ["for"];
11434
11445
  function hm(t, s, e, a, n, i) {
11435
11446
  return o(), l("div", fm, [
11436
- g("input", Ae({
11447
+ g("input", Le({
11437
11448
  class: ["form-control", [
11438
11449
  i.sizeClass,
11439
11450
  e.subtle ? "form-control-subtle" : null
@@ -11546,7 +11557,7 @@ function km(t, s, e, a, n, i) {
11546
11557
  }, 8, ["onEnter"])
11547
11558
  ]);
11548
11559
  }
11549
- const A_ = /* @__PURE__ */ b(ym, [["render", km]]), wm = {
11560
+ const L_ = /* @__PURE__ */ b(ym, [["render", km]]), wm = {
11550
11561
  name: "ecs-jumper-document",
11551
11562
  emits: [
11552
11563
  "goToPrev",
@@ -11639,7 +11650,7 @@ function Cm(t, s, e, a, n, i) {
11639
11650
  disabled: e.navigating || e.disabled,
11640
11651
  id: "currEntry"
11641
11652
  }, w(e.currentEntry), 43, xm),
11642
- s[5] || (s[5] = A(" /  ")),
11653
+ s[5] || (s[5] = L(" /  ")),
11643
11654
  g("div", null, w(e.totalEntries), 1)
11644
11655
  ])) : u("", !0),
11645
11656
  k(r, {
@@ -11654,7 +11665,7 @@ function Cm(t, s, e, a, n, i) {
11654
11665
  _: 1
11655
11666
  });
11656
11667
  }
11657
- const L_ = /* @__PURE__ */ b(wm, [["render", Cm], ["__scopeId", "data-v-d9c9eec2"]]), Bm = {
11668
+ const A_ = /* @__PURE__ */ b(wm, [["render", Cm], ["__scopeId", "data-v-d9c9eec2"]]), Bm = {
11658
11669
  name: "ecs-jumper-index",
11659
11670
  emits: [
11660
11671
  "nextSearchResult",
@@ -11752,7 +11763,7 @@ function Pm(t, s, e, a, n, i) {
11752
11763
  class: "ecs-jumper-count-input",
11753
11764
  contenteditable: !0
11754
11765
  }, w(e.currentCount), 33),
11755
- s[2] || (s[2] = A(" of  ")),
11766
+ s[2] || (s[2] = L(" of  ")),
11756
11767
  g("div", null, w(e.maxCount), 1)
11757
11768
  ])) : u("", !0),
11758
11769
  k(r, {
@@ -11826,7 +11837,7 @@ const N_ = /* @__PURE__ */ b(Bm, [["render", Pm], ["__scopeId", "data-v-0b163531
11826
11837
  this.$emit("currentPageKeyPressed", t), t.stopPropagation(), t.key == "Enter" && t.preventDefault();
11827
11838
  }
11828
11839
  }
11829
- }, Om = { class: "ecs-viewer-pages" }, Am = { class: "ecs-viewer-pages-inner" }, Lm = { class: "ecs-viewer-pages-pagination" }, Nm = ["contenteditable"], Rm = { class: "total-pages" }, Dm = {
11840
+ }, Om = { class: "ecs-viewer-pages" }, Lm = { class: "ecs-viewer-pages-inner" }, Am = { class: "ecs-viewer-pages-pagination" }, Nm = ["contenteditable"], Rm = { class: "total-pages" }, Dm = {
11830
11841
  key: 0,
11831
11842
  class: "page-missing-gaps",
11832
11843
  title: "This transcript has missing page gaps"
@@ -11836,9 +11847,9 @@ const N_ = /* @__PURE__ */ b(Bm, [["render", Pm], ["__scopeId", "data-v-0b163531
11836
11847
  }, qm = ["innerHTML"], Wm = { class: "total-pages" };
11837
11848
  function jm(t, s, e, a, n, i) {
11838
11849
  return o(), l("div", Om, [
11839
- g("div", Am, [
11850
+ g("div", Lm, [
11840
11851
  i.showAltPageNumbers ? (o(), l(V, { key: 0 }, [
11841
- g("div", Lm, [
11852
+ g("div", Am, [
11842
11853
  g("div", {
11843
11854
  onClick: s[0] || (s[0] = (r) => t.$emit("selectCurPageText")),
11844
11855
  onKeydown: s[1] || (s[1] = (r) => i.pageKeyPressed(r, "relative")),
@@ -12814,7 +12825,7 @@ function Oh(t, s, e, a, n, i) {
12814
12825
  _: 3
12815
12826
  });
12816
12827
  }
12817
- const W_ = /* @__PURE__ */ b(Eh, [["render", Oh], ["__scopeId", "data-v-185a1041"]]), Ah = {
12828
+ const W_ = /* @__PURE__ */ b(Eh, [["render", Oh], ["__scopeId", "data-v-185a1041"]]), Lh = {
12818
12829
  name: "ecs-modal-header",
12819
12830
  emits: ["close"],
12820
12831
  components: {
@@ -12850,7 +12861,7 @@ const W_ = /* @__PURE__ */ b(Eh, [["render", Oh], ["__scopeId", "data-v-185a1041
12850
12861
  }
12851
12862
  }
12852
12863
  }
12853
- }, Lh = {
12864
+ }, Ah = {
12854
12865
  class: "ecs-modal-header-main",
12855
12866
  ref: "firstFocusable",
12856
12867
  tabindex: "0"
@@ -12863,7 +12874,7 @@ function Dh(t, s, e, a, n, i) {
12863
12874
  return o(), l("div", {
12864
12875
  class: v(["ecs-modal-header", i.typeClass])
12865
12876
  }, [
12866
- g("div", Lh, [
12877
+ g("div", Ah, [
12867
12878
  g("div", Nh, [
12868
12879
  h(t.$slots, "default", {}, void 0, !0)
12869
12880
  ]),
@@ -12885,7 +12896,7 @@ function Dh(t, s, e, a, n, i) {
12885
12896
  ])) : u("", !0)
12886
12897
  ], 2);
12887
12898
  }
12888
- const j_ = /* @__PURE__ */ b(Ah, [["render", Dh], ["__scopeId", "data-v-ed6067fe"]]), $h = {
12899
+ const j_ = /* @__PURE__ */ b(Lh, [["render", Dh], ["__scopeId", "data-v-ed6067fe"]]), $h = {
12889
12900
  name: "ecs-modal-footer"
12890
12901
  }, Vh = { class: "ecs-modal-footer" }, Hh = {
12891
12902
  key: 0,
@@ -12990,7 +13001,7 @@ function Uh(t, s, e, a, n, i) {
12990
13001
  type: "chevron-down",
12991
13002
  size: i.chevronSize
12992
13003
  }, null, 8, ["size"]),
12993
- g("select", Ae({
13004
+ g("select", Le({
12994
13005
  ref: "select",
12995
13006
  onChange: s[0] || (s[0] = (...d) => i.onChange && i.onChange(...d)),
12996
13007
  onFocus: s[1] || (s[1] = (d) => t.$emit("focus", d)),
@@ -13408,7 +13419,7 @@ function wp(t, s, e, a, n, i) {
13408
13419
  g("div", null, [
13409
13420
  g("span", lp, [
13410
13421
  e.headerTitleEmphasized ? (o(), l("span", cp, w(e.headerTitleEmphasized), 1)) : u("", !0),
13411
- A(" " + w(e.headerTitle), 1)
13422
+ L(" " + w(e.headerTitle), 1)
13412
13423
  ]),
13413
13424
  e.headerTitleSubline ? (o(), l("span", dp, w(e.headerTitleSubline), 1)) : u("", !0)
13414
13425
  ])
@@ -13433,7 +13444,7 @@ function wp(t, s, e, a, n, i) {
13433
13444
  icon: "close"
13434
13445
  }, {
13435
13446
  default: S(() => [
13436
- A(w(e.closeText), 1)
13447
+ L(w(e.closeText), 1)
13437
13448
  ]),
13438
13449
  _: 1
13439
13450
  }, 8, ["disabled"])
@@ -13701,9 +13712,9 @@ function Ep(t, s, e, a, n, i) {
13701
13712
  _: 1
13702
13713
  })
13703
13714
  ], 64)) : i.hasRange ? (o(), l("span", Bp, [
13704
- s[8] || (s[8] = A("Showing entries ")),
13715
+ s[8] || (s[8] = L("Showing entries ")),
13705
13716
  g("span", null, w(e.itemRangeFrom) + " to " + w(e.itemRangeTo), 1),
13706
- s[9] || (s[9] = A(" of ")),
13717
+ s[9] || (s[9] = L(" of ")),
13707
13718
  g("span", null, w(e.itemRangeTotal), 1)
13708
13719
  ])) : u("", !0)
13709
13720
  ]),
@@ -13773,11 +13784,11 @@ const Z_ = /* @__PURE__ */ b(Sp, [["render", Ep], ["__scopeId", "data-v-6741fbf9
13773
13784
  }, Pp = { class: "ecs-popover-header" }, Mp = { class: "ecs-popover-header-title" }, Op = {
13774
13785
  key: 1,
13775
13786
  class: "ecs-popover-header-title-controls"
13776
- }, Ap = {
13787
+ }, Lp = {
13777
13788
  key: 0,
13778
13789
  class: "ecs-popover-header-actions"
13779
13790
  };
13780
- function Lp(t, s, e, a, n, i) {
13791
+ function Ap(t, s, e, a, n, i) {
13781
13792
  const r = m("ecs-icon"), c = m("ecs-text-v2");
13782
13793
  return o(), l("header", Pp, [
13783
13794
  g("div", Mp, [
@@ -13790,7 +13801,7 @@ function Lp(t, s, e, a, n, i) {
13790
13801
  }, null, 8, ["type"])) : u("", !0),
13791
13802
  k(c, { preset: "headline-4" }, {
13792
13803
  default: S(() => [
13793
- A(w(e.title), 1)
13804
+ L(w(e.title), 1)
13794
13805
  ]),
13795
13806
  _: 1
13796
13807
  }),
@@ -13798,12 +13809,12 @@ function Lp(t, s, e, a, n, i) {
13798
13809
  h(t.$slots, "titleControls", {}, void 0, !0)
13799
13810
  ])) : u("", !0)
13800
13811
  ]),
13801
- i.hasControls ? (o(), l("div", Ap, [
13812
+ i.hasControls ? (o(), l("div", Lp, [
13802
13813
  h(t.$slots, "default", {}, void 0, !0)
13803
13814
  ])) : u("", !0)
13804
13815
  ]);
13805
13816
  }
13806
- const J_ = /* @__PURE__ */ b(Tp, [["render", Lp], ["__scopeId", "data-v-f5d26b63"]]), Np = {
13817
+ const J_ = /* @__PURE__ */ b(Tp, [["render", Ap], ["__scopeId", "data-v-f5d26b63"]]), Np = {
13807
13818
  name: "EcsPopoverListHeadline",
13808
13819
  components: {
13809
13820
  EcsButtonCollapse: is
@@ -14236,7 +14247,7 @@ function fv(t, s, e, a, n, i) {
14236
14247
  colored: ""
14237
14248
  }, {
14238
14249
  default: S(() => [
14239
- A(w(e.label), 1)
14250
+ L(w(e.label), 1)
14240
14251
  ]),
14241
14252
  _: 1
14242
14253
  }, 8, ["value", "disabled"])) : e.type === "persona" ? (o(), l(V, { key: 2 }, [
@@ -14276,7 +14287,7 @@ function fv(t, s, e, a, n, i) {
14276
14287
  "aria-label": `Volume ${T.id}${T.active ? " active" : ""}`
14277
14288
  }, {
14278
14289
  default: S(() => [
14279
- A(w(T.id), 1)
14290
+ L(w(T.id), 1)
14280
14291
  ]),
14281
14292
  _: 2
14282
14293
  }, 1032, ["onClick", "selected", "title", "aria-label"]))), 128))
@@ -14569,7 +14580,7 @@ function Iv(t, s, e, a, n, i) {
14569
14580
  key: 0,
14570
14581
  class: v(["ecs-section-headline", [e.headlineBold ? "ecs-headline-section-bold" : "ecs-headline-section", t.$slots.controls ? "has-buttons" : ""]])
14571
14582
  }, [
14572
- A(w(e.title) + " ", 1),
14583
+ L(w(e.title) + " ", 1),
14573
14584
  t.$slots.controls ? (o(), l("div", zv, [
14574
14585
  h(t.$slots, "controls", {}, void 0, !0)
14575
14586
  ])) : u("", !0)
@@ -14648,12 +14659,12 @@ function Ov(t, s, e, a, n, i) {
14648
14659
  size: "20",
14649
14660
  color: "#2F333C"
14650
14661
  }, null, 8, ["class", "type"])) : u("", !0),
14651
- A(" " + w(c.label), 1)
14662
+ L(" " + w(c.label), 1)
14652
14663
  ], 8, Mv)
14653
14664
  ], 8, Tv))), 128))
14654
14665
  ], 2);
14655
14666
  }
14656
- const nk = /* @__PURE__ */ b(Ev, [["render", Ov], ["__scopeId", "data-v-1cb14db0"]]), Av = {
14667
+ const nk = /* @__PURE__ */ b(Ev, [["render", Ov], ["__scopeId", "data-v-1cb14db0"]]), Lv = {
14657
14668
  name: "ecs-select-tile",
14658
14669
  emits: ["click"],
14659
14670
  components: {
@@ -14698,7 +14709,7 @@ const nk = /* @__PURE__ */ b(Ev, [["render", Ov], ["__scopeId", "data-v-1cb14db0
14698
14709
  default: !1
14699
14710
  }
14700
14711
  }
14701
- }, Lv = ["aria-checked", "tabindex"], Nv = {
14712
+ }, Av = ["aria-checked", "tabindex"], Nv = {
14702
14713
  key: 1,
14703
14714
  class: "label"
14704
14715
  }, Rv = {
@@ -14729,9 +14740,9 @@ function Dv(t, s, e, a, n, i) {
14729
14740
  inset: -6,
14730
14741
  radius: 12
14731
14742
  })
14732
- ], 42, Lv);
14743
+ ], 42, Av);
14733
14744
  }
14734
- const ak = /* @__PURE__ */ b(Av, [["render", Dv], ["__scopeId", "data-v-a5e9bd1b"]]), $v = {
14745
+ const ak = /* @__PURE__ */ b(Lv, [["render", Dv], ["__scopeId", "data-v-a5e9bd1b"]]), $v = {
14735
14746
  name: "ecs-sequence-map"
14736
14747
  }, Vv = {
14737
14748
  class: "ecs-sequence-map",
@@ -14788,7 +14799,7 @@ function jv(t, s, e, a, n, i) {
14788
14799
  "aria-busy": e.loading || null
14789
14800
  }, [
14790
14801
  g("span", Wv, [
14791
- A(w(e.step) + " ", 1),
14802
+ L(w(e.step) + " ", 1),
14792
14803
  e.loading ? (o(), p(r, {
14793
14804
  key: 0,
14794
14805
  type: "loading",
@@ -15228,7 +15239,7 @@ function Cy(t, s, e, a, n, i) {
15228
15239
  "line-height": 2,
15229
15240
  width: "random"
15230
15241
  })) : e.subline ? (o(), l(V, { key: 1 }, [
15231
- A(w(e.subline), 1)
15242
+ L(w(e.subline), 1)
15232
15243
  ], 64)) : u("", !0)
15233
15244
  ]),
15234
15245
  e.sublineSecondary || e.loading ? (o(), l("span", xy, [
@@ -15242,7 +15253,7 @@ function Cy(t, s, e, a, n, i) {
15242
15253
  width: "random",
15243
15254
  alignment: "right"
15244
15255
  })) : (o(), l(V, { key: 1 }, [
15245
- A(w(e.sublineSecondary), 1)
15256
+ L(w(e.sublineSecondary), 1)
15246
15257
  ], 64))
15247
15258
  ], 2)
15248
15259
  ])) : u("", !0)
@@ -15438,7 +15449,7 @@ const mk = /* @__PURE__ */ b(By, [["render", Py], ["__scopeId", "data-v-823ad344
15438
15449
  }
15439
15450
  }
15440
15451
  }, Oy = ["onClick", "onKeydown", "title", "aria-label", "aria-checked"];
15441
- function Ay(t, s, e, a, n, i) {
15452
+ function Ly(t, s, e, a, n, i) {
15442
15453
  return o(), l("div", {
15443
15454
  class: v(["ecs-swatches", i.sizeClass]),
15444
15455
  role: "radiogroup"
@@ -15460,7 +15471,7 @@ function Ay(t, s, e, a, n, i) {
15460
15471
  }, null, 46, Oy))), 128))
15461
15472
  ], 2);
15462
15473
  }
15463
- const hk = /* @__PURE__ */ b(My, [["render", Ay], ["__scopeId", "data-v-9c0b74cb"]]), Ly = {
15474
+ const hk = /* @__PURE__ */ b(My, [["render", Ly], ["__scopeId", "data-v-9c0b74cb"]]), Ay = {
15464
15475
  name: "ecs-tab",
15465
15476
  props: {
15466
15477
  /** Shows this tab. */
@@ -15503,7 +15514,7 @@ function Ry(t, s, e, a, n, i) {
15503
15514
  h(t.$slots, "default", {}, void 0, !0)
15504
15515
  ], 10, Ny);
15505
15516
  }
15506
- const pk = /* @__PURE__ */ b(Ly, [["render", Ry], ["__scopeId", "data-v-2c119fff"]]), Dy = {
15517
+ const pk = /* @__PURE__ */ b(Ay, [["render", Ry], ["__scopeId", "data-v-2c119fff"]]), Dy = {
15507
15518
  name: "ecs-tab-button",
15508
15519
  emits: ["click", "tabNavigation"],
15509
15520
  components: {
@@ -15807,7 +15818,7 @@ function Zy(t, s, e, a, n, i) {
15807
15818
  onClick: s[0] || (s[0] = (c) => t.$emit("action")),
15808
15819
  class: "ecs-toast-action"
15809
15820
  }, [
15810
- A(w(e.button) + " ", 1),
15821
+ L(w(e.button) + " ", 1),
15811
15822
  k(r, {
15812
15823
  inset: 0,
15813
15824
  radius: 6
@@ -16467,7 +16478,7 @@ function Mb(t, s, e, a, n, i) {
16467
16478
  weight: "bold"
16468
16479
  }, {
16469
16480
  default: S(() => [
16470
- A(w(e.title), 1)
16481
+ L(w(e.title), 1)
16471
16482
  ]),
16472
16483
  _: 1
16473
16484
  }),
@@ -16507,9 +16518,9 @@ const Ik = /* @__PURE__ */ b(Eb, [["render", Mb], ["__scopeId", "data-v-0e468824
16507
16518
  export {
16508
16519
  en as EcsActionToolbar,
16509
16520
  ei as EcsAlert,
16510
- Ab as EcsAudio,
16521
+ Lb as EcsAudio,
16511
16522
  nt as EcsAvatar,
16512
- Lb as EcsBanner,
16523
+ Ab as EcsBanner,
16513
16524
  Nb as EcsBreadcrumb,
16514
16525
  Rb as EcsBreadcrumbButton,
16515
16526
  Db as EcsBreadcrumbTitle,
@@ -16579,7 +16590,7 @@ export {
16579
16590
  qg as EcsIllustration,
16580
16591
  I_ as EcsIndexToolbar,
16581
16592
  E_ as EcsInfoTooltip,
16582
- A_ as EcsInplace,
16593
+ L_ as EcsInplace,
16583
16594
  am as EcsInput,
16584
16595
  T_ as EcsInputAddon,
16585
16596
  hg as EcsInputClear,
@@ -16587,7 +16598,7 @@ export {
16587
16598
  M_ as EcsInputFloat,
16588
16599
  O_ as EcsInputGroup,
16589
16600
  bg as EcsInputSearch,
16590
- L_ as EcsJumperDocument,
16601
+ A_ as EcsJumperDocument,
16591
16602
  N_ as EcsJumperIndex,
16592
16603
  R_ as EcsJumperPage,
16593
16604
  V_ as EcsLayoutDataTable,