@everchron/ec-shards 8.12.0 → 8.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ec-shards.js CHANGED
@@ -1,4 +1,4 @@
1
- import { defineAsyncComponent as te, watch as ce, openBlock as o, createBlock as b, resolveDynamicComponent as Pe, unref as ae, normalizeClass as h, createElementBlock as l, normalizeStyle as B, resolveComponent as g, createVNode as _, createCommentVNode as u, createElementVNode as f, createTextVNode as D, toDisplayString as w, renderSlot as p, Transition as ke, withCtx as S, computed as be, reactive as Qs, nextTick as ei, onBeforeUnmount as Pt, toRefs as bs, isRef as ti, onMounted as _s, useSlots as si, ref as Ye, watchEffect as kt, withKeys as G, Teleport as ii, withDirectives as Ge, vShow as gt, mergeProps as De, normalizeProps as ni, guardReactiveProps as ai, withModifiers as U, pushScopeId as ve, popScopeId as ye, Fragment as J, renderList as me, resolveDirective as oi, vModelText as ri, h as li, TransitionGroup as ci } from "vue";
1
+ import { defineAsyncComponent as te, watch as ce, openBlock as o, createBlock as b, resolveDynamicComponent as Pe, unref as ae, normalizeClass as h, createElementBlock as l, normalizeStyle as x, resolveComponent as g, createVNode as _, createCommentVNode as u, createElementVNode as f, createTextVNode as D, toDisplayString as w, renderSlot as p, Transition as ke, withCtx as S, computed as be, reactive as Qs, nextTick as ei, onBeforeUnmount as Pt, toRefs as bs, isRef as ti, onMounted as _s, useSlots as si, ref as Ye, watchEffect as kt, withKeys as G, Teleport as ii, withDirectives as Ge, vShow as gt, mergeProps as De, normalizeProps as ni, guardReactiveProps as ai, withModifiers as U, pushScopeId as ve, popScopeId as ye, Fragment as J, renderList as me, resolveDirective as oi, vModelText as ri, h as li, TransitionGroup as ci } from "vue";
2
2
  const se = (e, s) => {
3
3
  const t = e[s];
4
4
  return t ? typeof t == "function" ? t() : Promise.resolve(t) : new Promise((a, n) => {
@@ -83,13 +83,13 @@ const se = (e, s) => {
83
83
  function fi(e, s, t, a, n, i) {
84
84
  return o(), l("span", {
85
85
  class: h(["ecs-focus-ring", t.danger ? "ecs-focus-ring-danger" : ""]),
86
- style: B(i.styles)
86
+ style: x(i.styles)
87
87
  }, null, 6);
88
88
  }
89
- const L = /* @__PURE__ */ v(ui, [["render", fi], ["__scopeId", "data-v-8d624905"]]), gi = {
89
+ const O = /* @__PURE__ */ v(ui, [["render", fi], ["__scopeId", "data-v-8d624905"]]), gi = {
90
90
  name: "ecs-alert",
91
91
  emits: ["action"],
92
- components: { EcsIcon: M, EcsFocusRing: L },
92
+ components: { EcsIcon: M, EcsFocusRing: O },
93
93
  props: {
94
94
  /** The alert variant, which defines it's background color. */
95
95
  type: {
@@ -175,7 +175,7 @@ function yi(e, s, t, a, n, i) {
175
175
  t.inset ? "ecs-alert-inset" : "",
176
176
  t.border !== !1 ? "ecs-alert-border" : ""
177
177
  ]]),
178
- style: B(i.borderStyles),
178
+ style: x(i.borderStyles),
179
179
  role: "alert"
180
180
  }, [
181
181
  t.dismissable ? (o(), l("button", {
@@ -283,7 +283,7 @@ function zi(e, s, t, a, n, i) {
283
283
  }, null, 8, Bi)) : u("", !0)
284
284
  ], 8, Ci);
285
285
  }
286
- const db = /* @__PURE__ */ v(Si, [["render", zi], ["__scopeId", "data-v-4e7ca115"]]), Ii = {
286
+ const fb = /* @__PURE__ */ v(Si, [["render", zi], ["__scopeId", "data-v-4e7ca115"]]), Ii = {
287
287
  __name: "sticker",
288
288
  props: {
289
289
  /** Sets the sticker icon. */
@@ -334,7 +334,7 @@ const db = /* @__PURE__ */ v(Si, [["render", zi], ["__scopeId", "data-v-4e7ca115
334
334
  "aria-busy": t.value || null,
335
335
  width: e.size,
336
336
  height: e.size,
337
- style: B(`color: ${n.value}`)
337
+ style: x(`color: ${n.value}`)
338
338
  }, null, 8, ["class", "aria-busy", "width", "height", "style"])) : u("", !0);
339
339
  }
340
340
  }, Re = /* @__PURE__ */ v(Ii, [["__scopeId", "data-v-add9195d"]]), Ei = {
@@ -475,7 +475,7 @@ function Ti(e, s, t, a, n, i) {
475
475
  const r = g("ecs-sticker");
476
476
  return o(), l("div", {
477
477
  class: h(["avatar", i.partyClass]),
478
- style: B([i.style, t.customStyle]),
478
+ style: x([i.style, t.customStyle]),
479
479
  role: t.image ? "img" : "none",
480
480
  "aria-label": t.name
481
481
  }, [
@@ -486,8 +486,8 @@ function Ti(e, s, t, a, n, i) {
486
486
  })) : u("", !0)
487
487
  ], 14, $i);
488
488
  }
489
- const Mi = /* @__PURE__ */ v(Ei, [["render", Ti], ["__scopeId", "data-v-cdd70b4e"]]), Li = {
490
- components: { EcsIcon: M, EcsFocusRing: L },
489
+ const Mi = /* @__PURE__ */ v(Ei, [["render", Ti], ["__scopeId", "data-v-cdd70b4e"]]), Oi = {
490
+ components: { EcsIcon: M, EcsFocusRing: O },
491
491
  emits: ["dismiss"],
492
492
  props: {
493
493
  /** The alert variant, which defines it's background color. */
@@ -554,7 +554,7 @@ const Mi = /* @__PURE__ */ v(Ei, [["render", Ti], ["__scopeId", "data-v-cdd70b4e
554
554
  }
555
555
  }
556
556
  };
557
- function Oi(e, s, t, a, n, i) {
557
+ function Li(e, s, t, a, n, i) {
558
558
  const r = g("ecs-icon"), c = g("ecs-focus-ring");
559
559
  return i.show ? (o(), l("div", {
560
560
  key: 0,
@@ -565,7 +565,7 @@ function Oi(e, s, t, a, n, i) {
565
565
  t.dismissable ? (o(), l("button", {
566
566
  key: 0,
567
567
  onClick: s[0] || (s[0] = (...d) => i.dismiss && i.dismiss(...d)),
568
- style: B(i.dismissButtonStyle),
568
+ style: x(i.dismissButtonStyle),
569
569
  class: "close",
570
570
  "aria-label": "Dismiss"
571
571
  }, [
@@ -577,7 +577,7 @@ function Oi(e, s, t, a, n, i) {
577
577
  ], 4)) : u("", !0)
578
578
  ], 2)) : u("", !0);
579
579
  }
580
- const ub = /* @__PURE__ */ v(Li, [["render", Oi], ["__scopeId", "data-v-888a84fc"]]), Ai = {
580
+ const gb = /* @__PURE__ */ v(Oi, [["render", Li], ["__scopeId", "data-v-888a84fc"]]), Ai = {
581
581
  name: "ecs-breadcrumb",
582
582
  props: {
583
583
  /** Sets the size of the breadcrumb (default is medium). */
@@ -601,12 +601,12 @@ function Ni(e, s, t, a, n, i) {
601
601
  p(e.$slots, "default", {}, void 0, !0)
602
602
  ], 2);
603
603
  }
604
- const fb = /* @__PURE__ */ v(Ai, [["render", Ni], ["__scopeId", "data-v-d1ff2486"]]), Di = {
604
+ const mb = /* @__PURE__ */ v(Ai, [["render", Ni], ["__scopeId", "data-v-d1ff2486"]]), Di = {
605
605
  name: "ecs-breadcrumb-button",
606
606
  emits: ["click"],
607
607
  components: {
608
608
  EcsIcon: M,
609
- EcsFocusRing: L
609
+ EcsFocusRing: O
610
610
  },
611
611
  props: {
612
612
  /** The button type: `root` should always be used for the very first button inside a breadcrumb, `link` for all regular buttons that reflect a level in the navigation, and `more` for an optional button that escapes levels within the breadcrumb. */
@@ -659,7 +659,7 @@ function Ri(e, s, t, a, n, i) {
659
659
  _(c)
660
660
  ], 2);
661
661
  }
662
- const gb = /* @__PURE__ */ v(Di, [["render", Ri], ["__scopeId", "data-v-7fb9bc8d"]]), Vi = {
662
+ const pb = /* @__PURE__ */ v(Di, [["render", Ri], ["__scopeId", "data-v-7fb9bc8d"]]), Vi = {
663
663
  name: "ecs-breadcrumb-title"
664
664
  }, Hi = {
665
665
  class: "ecs-breadcrumb-title",
@@ -670,7 +670,7 @@ function qi(e, s, t, a, n, i) {
670
670
  p(e.$slots, "default", {}, void 0, !0)
671
671
  ]);
672
672
  }
673
- const mb = /* @__PURE__ */ v(Vi, [["render", qi], ["__scopeId", "data-v-422cc046"]]), Wi = {
673
+ const hb = /* @__PURE__ */ v(Vi, [["render", qi], ["__scopeId", "data-v-422cc046"]]), Wi = {
674
674
  name: "ecs-flex-row",
675
675
  props: {
676
676
  /** Determines the flex direction of the row. */
@@ -722,7 +722,7 @@ const mb = /* @__PURE__ */ v(Vi, [["render", qi], ["__scopeId", "data-v-422cc046
722
722
  function ji(e, s, t, a, n, i) {
723
723
  return o(), l("div", {
724
724
  class: h(["ecs-flex-row", [i.directionClass, i.justifyClass, i.alignClass, i.wrapClass]]),
725
- style: B(i.gapStyle)
725
+ style: x(i.gapStyle)
726
726
  }, [
727
727
  p(e.$slots, "default", {}, void 0, !0)
728
728
  ], 6);
@@ -826,13 +826,13 @@ function Me(e) {
826
826
  e.document
827
827
  )) || window.document).documentElement;
828
828
  }
829
- function Lt(e) {
829
+ function Ot(e) {
830
830
  return We(Me(e)).left + Mt(e).scrollLeft;
831
831
  }
832
832
  function Ie(e) {
833
833
  return le(e).getComputedStyle(e);
834
834
  }
835
- function Ot(e) {
835
+ function Lt(e) {
836
836
  var s = Ie(e), t = s.overflow, a = s.overflowX, n = s.overflowY;
837
837
  return /auto|scroll|overlay|hidden/.test(t + n + a);
838
838
  }
@@ -850,7 +850,7 @@ function Yi(e, s, t) {
850
850
  y: 0
851
851
  };
852
852
  return (a || !a && !t) && ((we(s) !== "body" || // https://github.com/popperjs/popper-core/issues/1078
853
- Ot(i)) && (c = Gi(s)), de(s) ? (d = We(s, !0), d.x += s.clientLeft, d.y += s.clientTop) : i && (d.x = Lt(i))), {
853
+ Lt(i)) && (c = Gi(s)), de(s) ? (d = We(s, !0), d.x += s.clientLeft, d.y += s.clientTop) : i && (d.x = Ot(i))), {
854
854
  x: r.left + c.scrollLeft - d.x,
855
855
  y: r.top + c.scrollTop - d.y,
856
856
  width: r.width,
@@ -879,12 +879,12 @@ function mt(e) {
879
879
  );
880
880
  }
881
881
  function Cs(e) {
882
- return ["html", "body", "#document"].indexOf(we(e)) >= 0 ? e.ownerDocument.body : de(e) && Ot(e) ? e : Cs(mt(e));
882
+ return ["html", "body", "#document"].indexOf(we(e)) >= 0 ? e.ownerDocument.body : de(e) && Lt(e) ? e : Cs(mt(e));
883
883
  }
884
884
  function Qe(e, s) {
885
885
  var t;
886
886
  s === void 0 && (s = []);
887
- var a = Cs(e), n = a === ((t = e.ownerDocument) == null ? void 0 : t.body), i = le(a), r = n ? [i].concat(i.visualViewport || [], Ot(a) ? a : []) : a, c = s.concat(r);
887
+ var a = Cs(e), n = a === ((t = e.ownerDocument) == null ? void 0 : t.body), i = le(a), r = n ? [i].concat(i.visualViewport || [], Lt(a) ? a : []) : a, c = s.concat(r);
888
888
  return n ? c : (
889
889
  // $FlowFixMe[incompatible-call]: isBody tells us target will be an HTMLElement here
890
890
  c.concat(Qe(mt(r)))
@@ -982,12 +982,12 @@ function pn(e, s) {
982
982
  return {
983
983
  width: i,
984
984
  height: r,
985
- x: c + Lt(e),
985
+ x: c + Ot(e),
986
986
  y: d
987
987
  };
988
988
  }
989
989
  function hn(e) {
990
- var s, t = Me(e), a = Mt(e), n = (s = e.ownerDocument) == null ? void 0 : s.body, i = Ne(t.scrollWidth, t.clientWidth, n ? n.scrollWidth : 0, n ? n.clientWidth : 0), r = Ne(t.scrollHeight, t.clientHeight, n ? n.scrollHeight : 0, n ? n.clientHeight : 0), c = -a.scrollLeft + Lt(e), d = -a.scrollTop;
990
+ var s, t = Me(e), a = Mt(e), n = (s = e.ownerDocument) == null ? void 0 : s.body, i = Ne(t.scrollWidth, t.clientWidth, n ? n.scrollWidth : 0, n ? n.clientWidth : 0), r = Ne(t.scrollHeight, t.clientHeight, n ? n.scrollHeight : 0, n ? n.clientHeight : 0), c = -a.scrollLeft + Ot(e), d = -a.scrollTop;
991
991
  return Ie(n || t).direction === "rtl" && (c += Ne(t.clientWidth, n ? n.clientWidth : 0) - i), {
992
992
  width: i,
993
993
  height: r,
@@ -1111,16 +1111,16 @@ function Ps(e, s) {
1111
1111
  }
1112
1112
  function Ft(e, s) {
1113
1113
  s === void 0 && (s = {});
1114
- var t = s, a = t.placement, n = a === void 0 ? e.placement : a, i = t.strategy, r = i === void 0 ? e.strategy : i, c = t.boundary, d = c === void 0 ? Ji : c, m = t.rootBoundary, y = m === void 0 ? xs : m, k = t.elementContext, z = k === void 0 ? Xe : k, I = t.altBoundary, x = I === void 0 ? !1 : I, $ = t.padding, T = $ === void 0 ? 0 : $, O = $s(typeof T != "number" ? T : Ps(T, it)), F = z === Xe ? Qi : Xe, H = e.rects.popper, P = e.elements[x ? F : z], A = bn(Fe(P) ? P : P.contextElement || Me(e.elements.popper), d, y, r), E = We(e.elements.reference), N = Is({
1114
+ var t = s, a = t.placement, n = a === void 0 ? e.placement : a, i = t.strategy, r = i === void 0 ? e.strategy : i, c = t.boundary, d = c === void 0 ? Ji : c, m = t.rootBoundary, y = m === void 0 ? xs : m, k = t.elementContext, z = k === void 0 ? Xe : k, I = t.altBoundary, B = I === void 0 ? !1 : I, $ = t.padding, T = $ === void 0 ? 0 : $, L = $s(typeof T != "number" ? T : Ps(T, it)), F = z === Xe ? Qi : Xe, H = e.rects.popper, P = e.elements[B ? F : z], A = bn(Fe(P) ? P : P.contextElement || Me(e.elements.popper), d, y, r), E = We(e.elements.reference), N = Is({
1115
1115
  reference: E,
1116
1116
  element: H,
1117
1117
  strategy: "absolute",
1118
1118
  placement: n
1119
1119
  }), R = Et(Object.assign({}, H, N)), V = z === Xe ? R : E, W = {
1120
- top: A.top - V.top + O.top,
1121
- bottom: V.bottom - A.bottom + O.bottom,
1122
- left: A.left - V.left + O.left,
1123
- right: V.right - A.right + O.right
1120
+ top: A.top - V.top + L.top,
1121
+ bottom: V.bottom - A.bottom + L.bottom,
1122
+ left: A.left - V.left + L.left,
1123
+ right: V.right - A.right + L.right
1124
1124
  }, j = e.modifiersData.offset;
1125
1125
  if (z === Xe && j) {
1126
1126
  var X = j[n];
@@ -1161,8 +1161,8 @@ function _n(e) {
1161
1161
  styles: {}
1162
1162
  }, k = [], z = !1, I = {
1163
1163
  state: y,
1164
- setOptions: function(O) {
1165
- var F = typeof O == "function" ? O(y.options) : O;
1164
+ setOptions: function(L) {
1165
+ var F = typeof L == "function" ? L(y.options) : L;
1166
1166
  $(), y.options = Object.assign({}, i, y.options, F), y.scrollParents = {
1167
1167
  reference: Fe(c) ? Qe(c) : c.contextElement ? Qe(c.contextElement) : [],
1168
1168
  popper: Qe(d)
@@ -1170,7 +1170,7 @@ function _n(e) {
1170
1170
  var H = fn(mn([].concat(a, y.options.modifiers)));
1171
1171
  return y.orderedModifiers = H.filter(function(P) {
1172
1172
  return P.enabled;
1173
- }), x(), I.update();
1173
+ }), B(), I.update();
1174
1174
  },
1175
1175
  // Sync update – it will always be executed, even if not necessary. This
1176
1176
  // is useful for low frequency updates where sync behavior simplifies the
@@ -1179,7 +1179,7 @@ function _n(e) {
1179
1179
  // prefer the async Popper#update method
1180
1180
  forceUpdate: function() {
1181
1181
  if (!z) {
1182
- var O = y.elements, F = O.reference, H = O.popper;
1182
+ var L = y.elements, F = L.reference, H = L.popper;
1183
1183
  if (ns(F, H)) {
1184
1184
  y.rects = {
1185
1185
  reference: Yi(F, st(H), y.options.strategy === "fixed"),
@@ -1219,13 +1219,13 @@ function _n(e) {
1219
1219
  I.setOptions(m).then(function(T) {
1220
1220
  !z && m.onFirstUpdate && m.onFirstUpdate(T);
1221
1221
  });
1222
- function x() {
1222
+ function B() {
1223
1223
  y.orderedModifiers.forEach(function(T) {
1224
- var O = T.name, F = T.options, H = F === void 0 ? {} : F, P = T.effect;
1224
+ var L = T.name, F = T.options, H = F === void 0 ? {} : F, P = T.effect;
1225
1225
  if (typeof P == "function") {
1226
1226
  var A = P({
1227
1227
  state: y,
1228
- name: O,
1228
+ name: L,
1229
1229
  instance: I,
1230
1230
  options: H
1231
1231
  }), E = function() {
@@ -1294,7 +1294,7 @@ function Bn(e, s) {
1294
1294
  };
1295
1295
  }
1296
1296
  function as(e) {
1297
- var s, t = e.popper, a = e.popperRect, n = e.placement, i = e.variation, r = e.offsets, c = e.position, d = e.gpuAcceleration, m = e.adaptive, y = e.roundOffsets, k = e.isFixed, z = r.x, I = z === void 0 ? 0 : z, x = r.y, $ = x === void 0 ? 0 : x, T = typeof y == "function" ? y({
1297
+ var s, t = e.popper, a = e.popperRect, n = e.placement, i = e.variation, r = e.offsets, c = e.position, d = e.gpuAcceleration, m = e.adaptive, y = e.roundOffsets, k = e.isFixed, z = r.x, I = z === void 0 ? 0 : z, B = r.y, $ = B === void 0 ? 0 : B, T = typeof y == "function" ? y({
1298
1298
  x: I,
1299
1299
  y: $
1300
1300
  }) : {
@@ -1302,7 +1302,7 @@ function as(e) {
1302
1302
  y: $
1303
1303
  };
1304
1304
  I = T.x, $ = T.y;
1305
- var O = r.hasOwnProperty("x"), F = r.hasOwnProperty("y"), H = re, P = oe, A = window;
1305
+ var L = r.hasOwnProperty("x"), F = r.hasOwnProperty("y"), H = re, P = oe, A = window;
1306
1306
  if (m) {
1307
1307
  var E = st(t), N = "clientHeight", R = "clientWidth";
1308
1308
  if (E === le(t) && (E = Me(t), Ie(E).position !== "static" && c === "absolute" && (N = "scrollHeight", R = "scrollWidth")), E = E, n === oe || (n === re || n === he) && i === tt) {
@@ -1333,9 +1333,9 @@ function as(e) {
1333
1333
  };
1334
1334
  if (I = X.x, $ = X.y, d) {
1335
1335
  var K;
1336
- return Object.assign({}, j, (K = {}, K[P] = F ? "0" : "", K[H] = O ? "0" : "", K.transform = (A.devicePixelRatio || 1) <= 1 ? "translate(" + I + "px, " + $ + "px)" : "translate3d(" + I + "px, " + $ + "px, 0)", K));
1336
+ return Object.assign({}, j, (K = {}, K[P] = F ? "0" : "", K[H] = L ? "0" : "", K.transform = (A.devicePixelRatio || 1) <= 1 ? "translate(" + I + "px, " + $ + "px)" : "translate3d(" + I + "px, " + $ + "px, 0)", K));
1337
1337
  }
1338
- return Object.assign({}, j, (s = {}, s[P] = F ? $ + "px" : "", s[H] = O ? I + "px" : "", s.transform = "", s));
1338
+ return Object.assign({}, j, (s = {}, s[P] = F ? $ + "px" : "", s[H] = L ? I + "px" : "", s.transform = "", s));
1339
1339
  }
1340
1340
  function zn(e) {
1341
1341
  var s = e.state, t = e.options, a = t.gpuAcceleration, n = a === void 0 ? !0 : a, i = t.adaptive, r = i === void 0 ? !0 : i, c = t.roundOffsets, d = c === void 0 ? !0 : c, m = {
@@ -1412,23 +1412,23 @@ const Pn = {
1412
1412
  var Tn = [wn, Cn, In, Pn], Mn = /* @__PURE__ */ _n({
1413
1413
  defaultModifiers: Tn
1414
1414
  });
1415
- function Ln(e) {
1415
+ function On(e) {
1416
1416
  return e === "x" ? "y" : "x";
1417
1417
  }
1418
1418
  function et(e, s, t) {
1419
1419
  return Ne(e, ut(s, t));
1420
1420
  }
1421
- function On(e, s, t) {
1421
+ function Ln(e, s, t) {
1422
1422
  var a = et(e, s, t);
1423
1423
  return a > t ? t : a;
1424
1424
  }
1425
1425
  function An(e) {
1426
- var s = e.state, t = e.options, a = e.name, n = t.mainAxis, i = n === void 0 ? !0 : n, r = t.altAxis, c = r === void 0 ? !1 : r, d = t.boundary, m = t.rootBoundary, y = t.altBoundary, k = t.padding, z = t.tether, I = z === void 0 ? !0 : z, x = t.tetherOffset, $ = x === void 0 ? 0 : x, T = Ft(s, {
1426
+ var s = e.state, t = e.options, a = e.name, n = t.mainAxis, i = n === void 0 ? !0 : n, r = t.altAxis, c = r === void 0 ? !1 : r, d = t.boundary, m = t.rootBoundary, y = t.altBoundary, k = t.padding, z = t.tether, I = z === void 0 ? !0 : z, B = t.tetherOffset, $ = B === void 0 ? 0 : B, T = Ft(s, {
1427
1427
  boundary: d,
1428
1428
  rootBoundary: m,
1429
1429
  padding: k,
1430
1430
  altBoundary: y
1431
- }), O = _e(s.placement), F = Ue(s.placement), H = !F, P = Dt(O), A = Ln(P), E = s.modifiersData.popperOffsets, N = s.rects.reference, R = s.rects.popper, V = typeof $ == "function" ? $(Object.assign({}, s.rects, {
1431
+ }), L = _e(s.placement), F = Ue(s.placement), H = !F, P = Dt(L), A = On(P), E = s.modifiersData.popperOffsets, N = s.rects.reference, R = s.rects.popper, V = typeof $ == "function" ? $(Object.assign({}, s.rects, {
1432
1432
  placement: s.placement
1433
1433
  })) : $, W = typeof V == "number" ? {
1434
1434
  mainAxis: V,
@@ -1442,14 +1442,14 @@ function An(e) {
1442
1442
  };
1443
1443
  if (E) {
1444
1444
  if (i) {
1445
- var K, xe = P === "y" ? oe : re, Be = P === "y" ? pe : he, Y = P === "y" ? "height" : "width", Q = E[P], Ee = Q + T[xe], ie = Q - T[Be], Ve = I ? -R[Y] / 2 : 0, Z = F === je ? N[Y] : R[Y], ee = F === je ? -R[Y] : -N[Y], Le = s.elements.arrow, He = I && Le ? At(Le) : {
1445
+ var K, xe = P === "y" ? oe : re, Be = P === "y" ? pe : he, Y = P === "y" ? "height" : "width", Q = E[P], Ee = Q + T[xe], ie = Q - T[Be], Ve = I ? -R[Y] / 2 : 0, Z = F === je ? N[Y] : R[Y], ee = F === je ? -R[Y] : -N[Y], Oe = s.elements.arrow, He = I && Oe ? At(Oe) : {
1446
1446
  width: 0,
1447
1447
  height: 0
1448
- }, $e = s.modifiersData["arrow#persistent"] ? s.modifiersData["arrow#persistent"].padding : Es(), Ke = $e[xe], at = $e[Be], Oe = et(0, N[Y], He[Y]), yt = H ? N[Y] / 2 - Ve - Oe - Ke - W.mainAxis : Z - Oe - Ke - W.mainAxis, Gs = H ? -N[Y] / 2 + Ve + Oe + at + W.mainAxis : ee + Oe + at + W.mainAxis, bt = s.elements.arrow && st(s.elements.arrow), Ks = bt ? P === "y" ? bt.clientTop || 0 : bt.clientLeft || 0 : 0, jt = (K = j == null ? void 0 : j[P]) != null ? K : 0, Ys = Q + yt - jt - Ks, Xs = Q + Gs - jt, Ut = et(I ? ut(Ee, Ys) : Ee, Q, I ? Ne(ie, Xs) : ie);
1448
+ }, $e = s.modifiersData["arrow#persistent"] ? s.modifiersData["arrow#persistent"].padding : Es(), Ke = $e[xe], at = $e[Be], Le = et(0, N[Y], He[Y]), yt = H ? N[Y] / 2 - Ve - Le - Ke - W.mainAxis : Z - Le - Ke - W.mainAxis, Gs = H ? -N[Y] / 2 + Ve + Le + at + W.mainAxis : ee + Le + at + W.mainAxis, bt = s.elements.arrow && st(s.elements.arrow), Ks = bt ? P === "y" ? bt.clientTop || 0 : bt.clientLeft || 0 : 0, jt = (K = j == null ? void 0 : j[P]) != null ? K : 0, Ys = Q + yt - jt - Ks, Xs = Q + Gs - jt, Ut = et(I ? ut(Ee, Ys) : Ee, Q, I ? Ne(ie, Xs) : ie);
1449
1449
  E[P] = Ut, X[P] = Ut - Q;
1450
1450
  }
1451
1451
  if (c) {
1452
- var Gt, Zs = P === "x" ? oe : re, Js = P === "x" ? pe : he, Ae = E[A], ot = A === "y" ? "height" : "width", Kt = Ae + T[Zs], Yt = Ae - T[Js], _t = [oe, re].indexOf(O) !== -1, Xt = (Gt = j == null ? void 0 : j[A]) != null ? Gt : 0, Zt = _t ? Kt : Ae - N[ot] - R[ot] - Xt + W.altAxis, Jt = _t ? Ae + N[ot] + R[ot] - Xt - W.altAxis : Yt, Qt = I && _t ? On(Zt, Ae, Jt) : et(I ? Zt : Kt, Ae, I ? Jt : Yt);
1452
+ var Gt, Zs = P === "x" ? oe : re, Js = P === "x" ? pe : he, Ae = E[A], ot = A === "y" ? "height" : "width", Kt = Ae + T[Zs], Yt = Ae - T[Js], _t = [oe, re].indexOf(L) !== -1, Xt = (Gt = j == null ? void 0 : j[A]) != null ? Gt : 0, Zt = _t ? Kt : Ae - N[ot] - R[ot] - Xt + W.altAxis, Jt = _t ? Ae + N[ot] + R[ot] - Xt - W.altAxis : Yt, Qt = I && _t ? Ln(Zt, Ae, Jt) : et(I ? Zt : Kt, Ae, I ? Jt : Yt);
1453
1453
  E[A] = Qt, X[A] = Qt - Ae;
1454
1454
  }
1455
1455
  s.modifiersData[a] = X;
@@ -1484,22 +1484,22 @@ function os(e) {
1484
1484
  }
1485
1485
  function Rn(e, s) {
1486
1486
  s === void 0 && (s = {});
1487
- var t = s, a = t.placement, n = t.boundary, i = t.rootBoundary, r = t.padding, c = t.flipVariations, d = t.allowedAutoPlacements, m = d === void 0 ? Bs : d, y = Ue(a), k = y ? c ? ts : ts.filter(function(x) {
1488
- return Ue(x) === y;
1489
- }) : it, z = k.filter(function(x) {
1490
- return m.indexOf(x) >= 0;
1487
+ var t = s, a = t.placement, n = t.boundary, i = t.rootBoundary, r = t.padding, c = t.flipVariations, d = t.allowedAutoPlacements, m = d === void 0 ? Bs : d, y = Ue(a), k = y ? c ? ts : ts.filter(function(B) {
1488
+ return Ue(B) === y;
1489
+ }) : it, z = k.filter(function(B) {
1490
+ return m.indexOf(B) >= 0;
1491
1491
  });
1492
1492
  z.length === 0 && (z = k);
1493
- var I = z.reduce(function(x, $) {
1494
- return x[$] = Ft(e, {
1493
+ var I = z.reduce(function(B, $) {
1494
+ return B[$] = Ft(e, {
1495
1495
  placement: $,
1496
1496
  boundary: n,
1497
1497
  rootBoundary: i,
1498
1498
  padding: r
1499
- })[_e($)], x;
1499
+ })[_e($)], B;
1500
1500
  }, {});
1501
- return Object.keys(I).sort(function(x, $) {
1502
- return I[x] - I[$];
1501
+ return Object.keys(I).sort(function(B, $) {
1502
+ return I[B] - I[$];
1503
1503
  });
1504
1504
  }
1505
1505
  function Vn(e) {
@@ -1511,13 +1511,13 @@ function Vn(e) {
1511
1511
  function Hn(e) {
1512
1512
  var s = e.state, t = e.options, a = e.name;
1513
1513
  if (!s.modifiersData[a]._skip) {
1514
- for (var n = t.mainAxis, i = n === void 0 ? !0 : n, r = t.altAxis, c = r === void 0 ? !0 : r, d = t.fallbackPlacements, m = t.padding, y = t.boundary, k = t.rootBoundary, z = t.altBoundary, I = t.flipVariations, x = I === void 0 ? !0 : I, $ = t.allowedAutoPlacements, T = s.options.placement, O = _e(T), F = O === T, H = d || (F || !x ? [dt(T)] : Vn(T)), P = [T].concat(H).reduce(function(He, $e) {
1514
+ for (var n = t.mainAxis, i = n === void 0 ? !0 : n, r = t.altAxis, c = r === void 0 ? !0 : r, d = t.fallbackPlacements, m = t.padding, y = t.boundary, k = t.rootBoundary, z = t.altBoundary, I = t.flipVariations, B = I === void 0 ? !0 : I, $ = t.allowedAutoPlacements, T = s.options.placement, L = _e(T), F = L === T, H = d || (F || !B ? [dt(T)] : Vn(T)), P = [T].concat(H).reduce(function(He, $e) {
1515
1515
  return He.concat(_e($e) === Nt ? Rn(s, {
1516
1516
  placement: $e,
1517
1517
  boundary: y,
1518
1518
  rootBoundary: k,
1519
1519
  padding: m,
1520
- flipVariations: x,
1520
+ flipVariations: B,
1521
1521
  allowedAutoPlacements: $
1522
1522
  }) : $e);
1523
1523
  }, []), A = s.rects.reference, E = s.rects.popper, N = /* @__PURE__ */ new Map(), R = !0, V = P[0], W = 0; W < P.length; W++) {
@@ -1539,19 +1539,19 @@ function Hn(e) {
1539
1539
  N.set(j, ie);
1540
1540
  }
1541
1541
  if (R)
1542
- for (var Ve = x ? 3 : 1, Z = function($e) {
1542
+ for (var Ve = B ? 3 : 1, Z = function($e) {
1543
1543
  var Ke = P.find(function(at) {
1544
- var Oe = N.get(at);
1545
- if (Oe)
1546
- return Oe.slice(0, $e).every(function(yt) {
1544
+ var Le = N.get(at);
1545
+ if (Le)
1546
+ return Le.slice(0, $e).every(function(yt) {
1547
1547
  return yt;
1548
1548
  });
1549
1549
  });
1550
1550
  if (Ke)
1551
1551
  return V = Ke, "break";
1552
1552
  }, ee = Ve; ee > 0; ee--) {
1553
- var Le = Z(ee);
1554
- if (Le === "break")
1553
+ var Oe = Z(ee);
1554
+ if (Oe === "break")
1555
1555
  break;
1556
1556
  }
1557
1557
  s.placement !== V && (s.modifiersData[a]._skip = !0, s.placement = V, s.reset = !0);
@@ -1600,7 +1600,7 @@ var Gn = function(s, t) {
1600
1600
  function Kn(e) {
1601
1601
  var s, t = e.state, a = e.name, n = e.options, i = t.elements.arrow, r = t.modifiersData.popperOffsets, c = _e(t.placement), d = Dt(c), m = [re, he].indexOf(c) >= 0, y = m ? "height" : "width";
1602
1602
  if (!(!i || !r)) {
1603
- var k = Gn(n.padding, t), z = At(i), I = d === "y" ? oe : re, x = d === "y" ? pe : he, $ = t.rects.reference[y] + t.rects.reference[d] - r[d] - t.rects.popper[y], T = r[d] - t.rects.reference[d], O = st(i), F = O ? d === "y" ? O.clientHeight || 0 : O.clientWidth || 0 : 0, H = $ / 2 - T / 2, P = k[I], A = F - z[y] - k[x], E = F / 2 - z[y] / 2 + H, N = et(P, E, A), R = d;
1603
+ var k = Gn(n.padding, t), z = At(i), I = d === "y" ? oe : re, B = d === "y" ? pe : he, $ = t.rects.reference[y] + t.rects.reference[d] - r[d] - t.rects.popper[y], T = r[d] - t.rects.reference[d], L = st(i), F = L ? d === "y" ? L.clientHeight || 0 : L.clientWidth || 0 : 0, H = $ / 2 - T / 2, P = k[I], A = F - z[y] - k[B], E = F / 2 - z[y] / 2 + H, N = et(P, E, A), R = d;
1604
1604
  t.modifiersData[a] = (s = {}, s[R] = N, s.centerOffset = N - E, s);
1605
1605
  }
1606
1606
  }
@@ -1632,9 +1632,9 @@ function Zn({
1632
1632
  popperInstance: null
1633
1633
  }), m = ($) => {
1634
1634
  var T;
1635
- (T = d.popperInstance) == null || T.setOptions((O) => ({
1636
- ...O,
1637
- modifiers: [...O.modifiers, { name: "eventListeners", enabled: $ }]
1635
+ (T = d.popperInstance) == null || T.setOptions((L) => ({
1636
+ ...L,
1637
+ modifiers: [...L.modifiers, { name: "eventListeners", enabled: $ }]
1638
1638
  }));
1639
1639
  }, y = () => m(!0), k = () => m(!1), z = () => {
1640
1640
  d.isOpen && (d.isOpen = !1, s("close:popper"));
@@ -1642,9 +1642,9 @@ function Zn({
1642
1642
  d.isOpen || (d.isOpen = !0, s("open:popper"));
1643
1643
  };
1644
1644
  ce([() => d.isOpen, i], async ([$]) => {
1645
- $ ? (await x(), y()) : k();
1645
+ $ ? (await B(), y()) : k();
1646
1646
  });
1647
- const x = async () => {
1647
+ const B = async () => {
1648
1648
  await ei(), d.popperInstance = Mn(c.value, r.value, {
1649
1649
  placement: i.value,
1650
1650
  modifiers: [
@@ -1856,10 +1856,10 @@ const ia = /* @__PURE__ */ v(ea, [["render", sa], ["__scopeId", "data-v-baf3bb28
1856
1856
  });
1857
1857
  const {
1858
1858
  arrowPadding: I,
1859
- closeDelay: x,
1859
+ closeDelay: B,
1860
1860
  content: $,
1861
1861
  disableClickAway: T,
1862
- disabled: O,
1862
+ disabled: L,
1863
1863
  interactive: F,
1864
1864
  locked: H,
1865
1865
  offsetDistance: P,
@@ -1876,20 +1876,20 @@ const ia = /* @__PURE__ */ v(ea, [["render", sa], ["__scopeId", "data-v-baf3bb28
1876
1876
  placement: N,
1877
1877
  popperNode: d,
1878
1878
  triggerNode: m
1879
- }), X = be(() => R.value !== null), K = be(() => O.value || !k.value), xe = be(() => V.value && !K.value), Be = be(
1879
+ }), X = be(() => R.value !== null), K = be(() => L.value || !k.value), xe = be(() => V.value && !K.value), Be = be(
1880
1880
  () => !T.value && !X.value
1881
1881
  );
1882
1882
  be(
1883
1883
  () => F.value ? `border: ${P.value}px solid transparent; margin: -${P.value}px;` : null
1884
1884
  );
1885
- const Y = wt.debounce(W, E.value), Q = wt.debounce(j, x.value), Ee = async () => {
1885
+ const Y = wt.debounce(W, E.value), Q = wt.debounce(j, B.value), Ee = async () => {
1886
1886
  K.value || X.value || (Q.clear(), c.value = !0, Y());
1887
1887
  }, ie = async () => {
1888
1888
  X.value || (Y.clear(), c.value = !1, Q());
1889
1889
  }, Ve = () => {
1890
1890
  V.value ? ie() : Ee();
1891
1891
  };
1892
- return ce([k, O], ([Z, ee]) => {
1892
+ return ce([k, L], ([Z, ee]) => {
1893
1893
  V.value && (!Z || ee) && j();
1894
1894
  }), ce(V, (Z) => {
1895
1895
  Z ? y.value = !0 : wt.debounce(() => {
@@ -1908,12 +1908,12 @@ const ia = /* @__PURE__ */ v(ea, [["render", sa], ["__scopeId", "data-v-baf3bb28
1908
1908
  });
1909
1909
  }), Pt(() => i.disconnect()), (Z, ee) => (o(), l("div", {
1910
1910
  class: "ecs-popover-root",
1911
- onMouseleave: ee[2] || (ee[2] = (Le) => e.hover && ie())
1911
+ onMouseleave: ee[2] || (ee[2] = (Oe) => e.hover && ie())
1912
1912
  }, [
1913
1913
  f("div", {
1914
1914
  ref_key: "triggerNode",
1915
1915
  ref: m,
1916
- onMouseover: ee[0] || (ee[0] = (Le) => e.hover && Ee()),
1916
+ onMouseover: ee[0] || (ee[0] = (Oe) => e.hover && Ee()),
1917
1917
  onClick: Ve,
1918
1918
  onFocus: Ee,
1919
1919
  onKeyup: G(ie, ["esc"]),
@@ -1928,7 +1928,7 @@ const ia = /* @__PURE__ */ v(ea, [["render", sa], ["__scopeId", "data-v-baf3bb28
1928
1928
  default: S(() => [
1929
1929
  e.persistent || c.value ? Ge((o(), l("div", {
1930
1930
  key: 0,
1931
- onClick: ee[1] || (ee[1] = (Le) => !ae(F) && ie()),
1931
+ onClick: ee[1] || (ee[1] = (Oe) => !ae(F) && ie()),
1932
1932
  class: "ecs-popover popper",
1933
1933
  ref_key: "popperNode",
1934
1934
  ref: d,
@@ -2065,7 +2065,7 @@ function da(e, s, t, a, n, i) {
2065
2065
  }
2066
2066
  const ua = /* @__PURE__ */ v(ca, [["render", da], ["__scopeId", "data-v-b0731279"]]), fa = {
2067
2067
  name: "ecs-form-check",
2068
- components: { EcsFocusRing: L },
2068
+ components: { EcsFocusRing: O },
2069
2069
  props: {
2070
2070
  /** Sets the checkbox to disabled. */
2071
2071
  disabled: {
@@ -2132,7 +2132,7 @@ const Rt = /* @__PURE__ */ v(fa, [["render", ga]]), ma = {
2132
2132
  function pa(e, s, t, a, n, i) {
2133
2133
  return o(), b(Pe(i.textTag), {
2134
2134
  class: h([[i.textClass, t.emphasized ? "emphasized" : ""], "ecs-text"]),
2135
- style: B({ color: i.textColor })
2135
+ style: x({ color: i.textColor })
2136
2136
  }, {
2137
2137
  default: S(() => [
2138
2138
  p(e.$slots, "default", {}, void 0, !0)
@@ -2412,7 +2412,7 @@ function Sa(e, s, t, a, n, i) {
2412
2412
  const Ca = /* @__PURE__ */ v(_a, [["render", Sa], ["__scopeId", "data-v-0296b689"]]), xa = {
2413
2413
  name: "ecs-switch",
2414
2414
  emits: ["input"],
2415
- components: { EcsFocusRing: L },
2415
+ components: { EcsFocusRing: O },
2416
2416
  mixins: [ue],
2417
2417
  props: {
2418
2418
  /** Sets the name attribute. */
@@ -2541,10 +2541,10 @@ function Ma(e, s, t, a, n, i) {
2541
2541
  ], 8, Ta)) : u("", !0)
2542
2542
  ]);
2543
2543
  }
2544
- const Ms = /* @__PURE__ */ v(xa, [["render", Ma], ["__scopeId", "data-v-de55e54f"]]), La = {
2544
+ const Ms = /* @__PURE__ */ v(xa, [["render", Ma], ["__scopeId", "data-v-de55e54f"]]), Oa = {
2545
2545
  name: "ecs-sortbutton",
2546
2546
  emits: ["click"],
2547
- components: { EcsFormCheck: Rt, EcsFocusRing: L },
2547
+ components: { EcsFormCheck: Rt, EcsFocusRing: O },
2548
2548
  props: {
2549
2549
  /** Disables the sort button. */
2550
2550
  disabled: {
@@ -2568,7 +2568,7 @@ const Ms = /* @__PURE__ */ v(xa, [["render", Ma], ["__scopeId", "data-v-de55e54f
2568
2568
  return this.sort && this.sort !== "" ? `active ${this.sort}` : this.sort;
2569
2569
  }
2570
2570
  }
2571
- }, Oa = (e) => (ve("data-v-dca05194"), e = e(), ye(), e), Aa = /* @__PURE__ */ Oa(() => /* @__PURE__ */ f("span", { class: "ecs-sort-box" }, null, -1));
2571
+ }, La = (e) => (ve("data-v-dca05194"), e = e(), ye(), e), Aa = /* @__PURE__ */ La(() => /* @__PURE__ */ f("span", { class: "ecs-sort-box" }, null, -1));
2572
2572
  function Na(e, s, t, a, n, i) {
2573
2573
  const r = g("ecs-focus-ring"), c = g("ecs-form-check");
2574
2574
  return o(), b(c, {
@@ -2592,7 +2592,7 @@ function Na(e, s, t, a, n, i) {
2592
2592
  _: 3
2593
2593
  }, 8, ["class"]);
2594
2594
  }
2595
- const Da = /* @__PURE__ */ v(La, [["render", Na], ["__scopeId", "data-v-dca05194"]]), Ls = {
2595
+ const Da = /* @__PURE__ */ v(Oa, [["render", Na], ["__scopeId", "data-v-dca05194"]]), Os = {
2596
2596
  __name: "file-icon",
2597
2597
  props: {
2598
2598
  /** Sets the icon type. */
@@ -2654,7 +2654,7 @@ const Da = /* @__PURE__ */ v(La, [["render", Na], ["__scopeId", "data-v-dca05194
2654
2654
  emits: ["click", "mouseover", "mouseleave"],
2655
2655
  components: {
2656
2656
  EcsIcon: M,
2657
- EcsFocusRing: L
2657
+ EcsFocusRing: O
2658
2658
  },
2659
2659
  props: {
2660
2660
  /** Defines the type of button, as well as it's designated importance. */
@@ -2810,7 +2810,7 @@ function Wa(e, s, t, a, n, i) {
2810
2810
  const Se = /* @__PURE__ */ v(Fa, [["render", Wa], ["__scopeId", "data-v-a3459c11"]]), ja = {
2811
2811
  name: "ecs-popover-list-item",
2812
2812
  emits: ["click", "input", "change", "secondaryClick"],
2813
- components: { EcsCheckbox: Vt, EcsRadiobutton: Ca, EcsSwitch: Ms, EcsSortbutton: Da, EcsIcon: M, EcsFileIcon: Ls, EcsButton: Se, EcsFocusRing: L },
2813
+ components: { EcsCheckbox: Vt, EcsRadiobutton: Ca, EcsSwitch: Ms, EcsSortbutton: Da, EcsIcon: M, EcsFileIcon: Os, EcsButton: Se, EcsFocusRing: O },
2814
2814
  props: {
2815
2815
  /** Determines the type of popover list item.*/
2816
2816
  type: {
@@ -2985,7 +2985,7 @@ function co(e, s, t, a, n, i) {
2985
2985
  return o(), l("li", null, [
2986
2986
  t.type === "checkbox" ? (o(), l("div", Ua, [
2987
2987
  _(r, {
2988
- onInput: s[0] || (s[0] = (x) => e.$emit("input", x)),
2988
+ onInput: s[0] || (s[0] = (B) => e.$emit("input", B)),
2989
2989
  disabled: t.disabled || null,
2990
2990
  value: t.value,
2991
2991
  "value-false": t.valueFalse,
@@ -3000,7 +3000,7 @@ function co(e, s, t, a, n, i) {
3000
3000
  t.suffix ? (o(), l("span", Ga, w(t.suffix), 1)) : u("", !0)
3001
3001
  ])) : t.type === "radiobutton" ? (o(), l("div", Ka, [
3002
3002
  _(c, {
3003
- onChange: s[1] || (s[1] = (x) => e.$emit("change", x)),
3003
+ onChange: s[1] || (s[1] = (B) => e.$emit("change", B)),
3004
3004
  disabled: t.disabled || null,
3005
3005
  checked: t.value || null
3006
3006
  }, {
@@ -3012,7 +3012,7 @@ function co(e, s, t, a, n, i) {
3012
3012
  t.suffix ? (o(), l("span", Ya, w(t.suffix), 1)) : u("", !0)
3013
3013
  ])) : t.type === "switch" ? (o(), l("div", Xa, [
3014
3014
  _(d, {
3015
- onInput: s[2] || (s[2] = (x) => e.$emit("input", x)),
3015
+ onInput: s[2] || (s[2] = (B) => e.$emit("input", B)),
3016
3016
  value: t.value,
3017
3017
  "value-false": t.valueFalse,
3018
3018
  "value-true": t.valueTrue,
@@ -3028,7 +3028,7 @@ function co(e, s, t, a, n, i) {
3028
3028
  t.suffix ? (o(), l("span", Ja, w(t.suffix), 1)) : u("", !0)
3029
3029
  ])) : t.type === "sort" ? (o(), l("div", {
3030
3030
  key: 3,
3031
- onClick: s[3] || (s[3] = (x) => e.$emit("click", x)),
3031
+ onClick: s[3] || (s[3] = (B) => e.$emit("click", B)),
3032
3032
  class: "ecs-popover-list-item control no-hover",
3033
3033
  role: "menuitem",
3034
3034
  tabindex: "0"
@@ -3046,7 +3046,7 @@ function co(e, s, t, a, n, i) {
3046
3046
  _(y, { inset: 0 })
3047
3047
  ])) : t.type === "link" ? (o(), l("a", {
3048
3048
  key: 4,
3049
- onClick: s[6] || (s[6] = (x) => e.$emit("click", x)),
3049
+ onClick: s[6] || (s[6] = (B) => e.$emit("click", B)),
3050
3050
  class: h(["ecs-popover-list-item", [
3051
3051
  t.danger ? "danger" : "",
3052
3052
  t.subtle ? "subtle" : "",
@@ -3076,8 +3076,8 @@ function co(e, s, t, a, n, i) {
3076
3076
  i.secondaryActionOptions.show ? (o(), b(I, {
3077
3077
  key: 0,
3078
3078
  onClick: U(i.handleSecondaryClick, ["stop"]),
3079
- onMouseover: s[4] || (s[4] = (x) => n.preventHover = !n.preventHover),
3080
- onMouseleave: s[5] || (s[5] = (x) => n.preventHover = !n.preventHover),
3079
+ onMouseover: s[4] || (s[4] = (B) => n.preventHover = !n.preventHover),
3080
+ onMouseleave: s[5] || (s[5] = (B) => n.preventHover = !n.preventHover),
3081
3081
  size: "sml",
3082
3082
  type: i.secondaryActionOptions.type,
3083
3083
  icon: i.secondaryActionOptions.icon,
@@ -3106,7 +3106,7 @@ function co(e, s, t, a, n, i) {
3106
3106
  t.noHover || n.preventHover ? "no-hover" : "",
3107
3107
  t.selected ? "selected" : ""
3108
3108
  ]]),
3109
- onClick: s[9] || (s[9] = (x) => e.$emit("click", x)),
3109
+ onClick: s[9] || (s[9] = (B) => e.$emit("click", B)),
3110
3110
  role: "menuitem",
3111
3111
  tabindex: "0"
3112
3112
  }, [
@@ -3128,8 +3128,8 @@ function co(e, s, t, a, n, i) {
3128
3128
  i.secondaryActionOptions.show ? (o(), b(I, {
3129
3129
  key: 0,
3130
3130
  onClick: U(i.handleSecondaryClick, ["stop"]),
3131
- onMouseover: s[7] || (s[7] = (x) => n.preventHover = !n.preventHover),
3132
- onMouseleave: s[8] || (s[8] = (x) => n.preventHover = !n.preventHover),
3131
+ onMouseover: s[7] || (s[7] = (B) => n.preventHover = !n.preventHover),
3132
+ onMouseleave: s[8] || (s[8] = (B) => n.preventHover = !n.preventHover),
3133
3133
  size: "sml",
3134
3134
  type: i.secondaryActionOptions.type,
3135
3135
  icon: i.secondaryActionOptions.icon,
@@ -3158,7 +3158,7 @@ const uo = /* @__PURE__ */ v(ja, [["render", co], ["__scopeId", "data-v-ff6530b0
3158
3158
  emits: ["click"],
3159
3159
  components: {
3160
3160
  EcsIcon: M,
3161
- EcsFocusRing: L
3161
+ EcsFocusRing: O
3162
3162
  },
3163
3163
  props: {
3164
3164
  /** If the button should act as a link, you can set the href with this prop. */
@@ -3277,7 +3277,7 @@ function po(e, s, t, a, n, i) {
3277
3277
  t.badge ? (o(), l("span", {
3278
3278
  key: 1,
3279
3279
  class: "badge",
3280
- style: B({ background: t.badgeColor })
3280
+ style: x({ background: t.badgeColor })
3281
3281
  }, null, 4)) : u("", !0),
3282
3282
  t.icon && t.iconPosition == "right" || t.loading && t.iconPosition == "right" ? (o(), b(r, {
3283
3283
  key: 2,
@@ -3313,7 +3313,7 @@ function po(e, s, t, a, n, i) {
3313
3313
  t.badge ? (o(), l("span", {
3314
3314
  key: 1,
3315
3315
  class: "badge",
3316
- style: B({ background: t.badgeColor })
3316
+ style: x({ background: t.badgeColor })
3317
3317
  }, null, 4)) : u("", !0),
3318
3318
  t.icon && t.iconPosition == "right" || t.loading && t.iconPosition == "right" ? (o(), b(r, {
3319
3319
  key: 2,
@@ -3374,7 +3374,7 @@ const pt = /* @__PURE__ */ v(fo, [["render", po], ["__scopeId", "data-v-72592c75
3374
3374
  function vo(e, s, t, a, n, i) {
3375
3375
  return o(), l("div", {
3376
3376
  class: h(["ecs-separator", i.classes]),
3377
- style: B({ margin: i.marginStyles, width: t.width, height: t.height }),
3377
+ style: x({ margin: i.marginStyles, width: t.width, height: t.height }),
3378
3378
  role: "separator"
3379
3379
  }, null, 6);
3380
3380
  }
@@ -3480,8 +3480,8 @@ function ko(e, s, t, a, n, i) {
3480
3480
  content: S(() => [
3481
3481
  _(y, null, {
3482
3482
  default: S(() => [
3483
- (o(!0), l(J, null, me(t.options, (I, x) => (o(), b(d, {
3484
- key: x,
3483
+ (o(!0), l(J, null, me(t.options, (I, B) => (o(), b(d, {
3484
+ key: B,
3485
3485
  disabled: I.disabled || null,
3486
3486
  onClick: ($) => e.$emit("select", I.action)
3487
3487
  }, {
@@ -3530,7 +3530,7 @@ function ko(e, s, t, a, n, i) {
3530
3530
  _: 1
3531
3531
  });
3532
3532
  }
3533
- const pb = /* @__PURE__ */ v(bo, [["render", ko], ["__scopeId", "data-v-04aed8bb"]]), wo = {
3533
+ const vb = /* @__PURE__ */ v(bo, [["render", ko], ["__scopeId", "data-v-04aed8bb"]]), wo = {
3534
3534
  name: "ecs-button-group"
3535
3535
  }, So = { class: "ecs-button-group" };
3536
3536
  function Co(e, s, t, a, n, i) {
@@ -3538,11 +3538,11 @@ function Co(e, s, t, a, n, i) {
3538
3538
  p(e.$slots, "default", {}, void 0, !0)
3539
3539
  ]);
3540
3540
  }
3541
- const hb = /* @__PURE__ */ v(wo, [["render", Co], ["__scopeId", "data-v-83c21366"]]), xo = {
3541
+ const yb = /* @__PURE__ */ v(wo, [["render", Co], ["__scopeId", "data-v-83c21366"]]), xo = {
3542
3542
  name: "ecs-button-collapse",
3543
3543
  emits: ["click"],
3544
3544
  components: {
3545
- EcsFocusRing: L
3545
+ EcsFocusRing: O
3546
3546
  },
3547
3547
  props: {
3548
3548
  /** Defines the type of button: `classic` shows a +/-, while `chevron` shows a rotating arrow. */
@@ -3590,7 +3590,7 @@ function zo(e, s, t, a, n, i) {
3590
3590
  _(r)
3591
3591
  ], 10, Bo);
3592
3592
  }
3593
- const Os = /* @__PURE__ */ v(xo, [["render", zo], ["__scopeId", "data-v-3fdbdfeb"]]);
3593
+ const Ls = /* @__PURE__ */ v(xo, [["render", zo], ["__scopeId", "data-v-3fdbdfeb"]]);
3594
3594
  function ft(e) {
3595
3595
  "@babel/helpers - typeof";
3596
3596
  return ft = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(s) {
@@ -3671,7 +3671,7 @@ C.prototype = {
3671
3671
  return "#" + this.toHex(s);
3672
3672
  },
3673
3673
  toHex8: function(s) {
3674
- return Lo(this._r, this._g, this._b, this._a, s);
3674
+ return Oo(this._r, this._g, this._b, this._a, s);
3675
3675
  },
3676
3676
  toHex8String: function(s) {
3677
3677
  return "#" + this.toHex8(s);
@@ -3732,7 +3732,7 @@ C.prototype = {
3732
3732
  return this._applyModification(Ro, arguments);
3733
3733
  },
3734
3734
  desaturate: function() {
3735
- return this._applyModification(Oo, arguments);
3735
+ return this._applyModification(Lo, arguments);
3736
3736
  },
3737
3737
  saturate: function() {
3738
3738
  return this._applyModification(Ao, arguments);
@@ -3882,7 +3882,7 @@ function cs(e, s, t, a) {
3882
3882
  var n = [ge(Math.round(e).toString(16)), ge(Math.round(s).toString(16)), ge(Math.round(t).toString(16))];
3883
3883
  return a && n[0].charAt(0) == n[0].charAt(1) && n[1].charAt(0) == n[1].charAt(1) && n[2].charAt(0) == n[2].charAt(1) ? n[0].charAt(0) + n[1].charAt(0) + n[2].charAt(0) : n.join("");
3884
3884
  }
3885
- function Lo(e, s, t, a, n) {
3885
+ function Oo(e, s, t, a, n) {
3886
3886
  var i = [ge(Math.round(e).toString(16)), ge(Math.round(s).toString(16)), ge(Math.round(t).toString(16)), ge(Ns(a))];
3887
3887
  return n && i[0].charAt(0) == i[0].charAt(1) && i[1].charAt(0) == i[1].charAt(1) && i[2].charAt(0) == i[2].charAt(1) && i[3].charAt(0) == i[3].charAt(1) ? i[0].charAt(0) + i[1].charAt(0) + i[2].charAt(0) + i[3].charAt(0) : i.join("");
3888
3888
  }
@@ -3900,7 +3900,7 @@ C.random = function() {
3900
3900
  b: Math.random()
3901
3901
  });
3902
3902
  };
3903
- function Oo(e, s) {
3903
+ function Lo(e, s) {
3904
3904
  s = s === 0 ? 0 : s || 10;
3905
3905
  var t = C(e).toHsl();
3906
3906
  return t.s -= s / 100, t.s = ht(t.s), C(t);
@@ -4304,7 +4304,7 @@ const Jo = {
4304
4304
  emits: ["click"],
4305
4305
  components: {
4306
4306
  EcsIcon: M,
4307
- EcsFocusRing: L
4307
+ EcsFocusRing: O
4308
4308
  },
4309
4309
  props: {
4310
4310
  /** If set, an icon will be added to the left of the button. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). */
@@ -4360,7 +4360,7 @@ function er(e, s, t, a, n, i) {
4360
4360
  class: h(["ecs-context-button", [t.loading ? "loading" : "", i.iconOnly ? "ecs-context-button-icon-only" : ""]]),
4361
4361
  "aria-label": t.ariaLabel,
4362
4362
  "aria-busy": t.loading || null,
4363
- style: B(i.selectedColorText),
4363
+ style: x(i.selectedColorText),
4364
4364
  onClick: s[0] || (s[0] = (d) => e.$emit("click", d))
4365
4365
  }, [
4366
4366
  t.icon || t.loading ? (o(), b(r, {
@@ -4371,13 +4371,13 @@ function er(e, s, t, a, n, i) {
4371
4371
  t.selectedColor ? (o(), l("div", {
4372
4372
  key: 1,
4373
4373
  class: "ecs-context-button-color",
4374
- style: B(i.selectedColorBackground)
4374
+ style: x(i.selectedColorBackground)
4375
4375
  }, null, 4)) : u("", !0),
4376
4376
  p(e.$slots, "default", {}, void 0, !0),
4377
4377
  _(c)
4378
4378
  ], 14, Qo);
4379
4379
  }
4380
- const vb = /* @__PURE__ */ v(Jo, [["render", er], ["__scopeId", "data-v-3a382207"]]), tr = {
4380
+ const bb = /* @__PURE__ */ v(Jo, [["render", er], ["__scopeId", "data-v-3a382207"]]), tr = {
4381
4381
  name: "ecs-context-button-group"
4382
4382
  }, sr = { class: "ecs-context-button-group" };
4383
4383
  function ir(e, s, t, a, n, i) {
@@ -4385,12 +4385,12 @@ function ir(e, s, t, a, n, i) {
4385
4385
  p(e.$slots, "default", {}, void 0, !0)
4386
4386
  ]);
4387
4387
  }
4388
- const yb = /* @__PURE__ */ v(tr, [["render", ir], ["__scopeId", "data-v-94a53b69"]]), nr = {
4388
+ const _b = /* @__PURE__ */ v(tr, [["render", ir], ["__scopeId", "data-v-94a53b69"]]), nr = {
4389
4389
  name: "ecs-button-dialog",
4390
4390
  emits: ["click"],
4391
4391
  components: {
4392
4392
  EcsIcon: M,
4393
- EcsFocusRing: L
4393
+ EcsFocusRing: O
4394
4394
  },
4395
4395
  props: {
4396
4396
  /** If set, an icon will be added to the left of the button. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). */
@@ -4434,12 +4434,12 @@ function or(e, s, t, a, n, i) {
4434
4434
  }, null, 8, ["danger"])
4435
4435
  ], 10, ar);
4436
4436
  }
4437
- const bb = /* @__PURE__ */ v(nr, [["render", or], ["__scopeId", "data-v-fe031b71"]]), rr = {
4437
+ const kb = /* @__PURE__ */ v(nr, [["render", or], ["__scopeId", "data-v-fe031b71"]]), rr = {
4438
4438
  name: "ecs-button-more",
4439
4439
  emits: ["click"],
4440
4440
  components: {
4441
4441
  EcsIcon: M,
4442
- EcsFocusRing: L
4442
+ EcsFocusRing: O
4443
4443
  },
4444
4444
  props: {
4445
4445
  /** Displays the button slightly highlighted. Should be used when the state the button triggers is currently visible. */
@@ -4503,7 +4503,7 @@ const Ds = /* @__PURE__ */ v(rr, [["render", cr], ["__scopeId", "data-v-faa154dd
4503
4503
  emits: ["click", "mouseover", "mouseleave"],
4504
4504
  components: {
4505
4505
  EcsIcon: M,
4506
- EcsFocusRing: L
4506
+ EcsFocusRing: O
4507
4507
  },
4508
4508
  props: {
4509
4509
  /** Displays the button in an active state. */
@@ -4618,7 +4618,7 @@ function hr(e, s, t, a, n, i) {
4618
4618
  const Ht = /* @__PURE__ */ v(mr, [["render", hr], ["__scopeId", "data-v-743ca90b"]]), vr = {
4619
4619
  name: "ecs-toolbar-icon-button",
4620
4620
  emits: ["click"],
4621
- components: { EcsIcon: M, EcsFocusRing: L },
4621
+ components: { EcsIcon: M, EcsFocusRing: O },
4622
4622
  props: {
4623
4623
  /** 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. */
4624
4624
  icon: {
@@ -4677,7 +4677,7 @@ function _r(e, s, t, a, n, i) {
4677
4677
  _(c)
4678
4678
  ], 10, yr);
4679
4679
  }
4680
- const _b = /* @__PURE__ */ v(vr, [["render", _r], ["__scopeId", "data-v-2beac513"]]), kr = {
4680
+ const wb = /* @__PURE__ */ v(vr, [["render", _r], ["__scopeId", "data-v-2beac513"]]), kr = {
4681
4681
  name: "ecs-card",
4682
4682
  emits: ["click"],
4683
4683
  props: {
@@ -4736,12 +4736,12 @@ function xr(e, s, t, a, n, i) {
4736
4736
  t.progress ? (o(), l("div", {
4737
4737
  key: 0,
4738
4738
  class: "progress",
4739
- style: B({ width: t.progress + "%" })
4739
+ style: x({ width: t.progress + "%" })
4740
4740
  }, null, 4)) : u("", !0)
4741
4741
  ])
4742
4742
  ], 10, wr);
4743
4743
  }
4744
- const kb = /* @__PURE__ */ v(kr, [["render", xr], ["__scopeId", "data-v-8d449816"]]), Br = {
4744
+ const Sb = /* @__PURE__ */ v(kr, [["render", xr], ["__scopeId", "data-v-8d449816"]]), Br = {
4745
4745
  name: "ecs-citation-line",
4746
4746
  emits: ["change", "blur", "focus"],
4747
4747
  components: { EcsFlexRow: Te },
@@ -4810,7 +4810,7 @@ function Ir(e, s, t, a, n, i) {
4810
4810
  _: 3
4811
4811
  });
4812
4812
  }
4813
- const wb = /* @__PURE__ */ v(Br, [["render", Ir], ["__scopeId", "data-v-cfd8e718"]]);
4813
+ const Cb = /* @__PURE__ */ v(Br, [["render", Ir], ["__scopeId", "data-v-cfd8e718"]]);
4814
4814
  var qt = {};
4815
4815
  Object.defineProperty(qt, "__esModule", {
4816
4816
  value: !0
@@ -4828,7 +4828,7 @@ var Er = qt.clickOutSide = {
4828
4828
  const Pr = {
4829
4829
  name: "ecs-context-menu",
4830
4830
  emits: ["option-clicked", "menu-closed"],
4831
- components: { EcsIcon: M, EcsFocusRing: L, EcsButton: Se },
4831
+ components: { EcsIcon: M, EcsFocusRing: O, EcsButton: Se },
4832
4832
  directives: {
4833
4833
  clickOutSide: $r
4834
4834
  },
@@ -4933,13 +4933,13 @@ const Pr = {
4933
4933
  beforeUnmount() {
4934
4934
  document.removeEventListener("keyup", this.onEscKeyRelease);
4935
4935
  }
4936
- }, Tr = ["id"], Mr = ["onClick", "role", "tabindex", "aria-disabled"], Lr = { key: 1 };
4937
- function Or(e, s, t, a, n, i) {
4936
+ }, Tr = ["id"], Mr = ["onClick", "role", "tabindex", "aria-disabled"], Or = { key: 1 };
4937
+ function Lr(e, s, t, a, n, i) {
4938
4938
  const r = g("ecs-icon"), c = g("ecs-button"), d = g("ecs-focus-ring"), m = oi("click-out-side");
4939
4939
  return Ge((o(), l("div", {
4940
4940
  class: h(["ecs-context-menu", n.opened ? " opened" : ""]),
4941
4941
  id: t.elementId,
4942
- style: B([i.postionStyles])
4942
+ style: x([i.postionStyles])
4943
4943
  }, [
4944
4944
  f("ul", {
4945
4945
  role: "menu",
@@ -4969,7 +4969,7 @@ function Or(e, s, t, a, n, i) {
4969
4969
  type: y.icon,
4970
4970
  size: "20"
4971
4971
  }, null, 8, ["type"])) : u("", !0),
4972
- y.type != "divider" ? (o(), l("span", Lr, w(y.name), 1)) : u("", !0),
4972
+ y.type != "divider" ? (o(), l("span", Or, w(y.name), 1)) : u("", !0),
4973
4973
  y.nested ? (o(), b(c, {
4974
4974
  key: 2,
4975
4975
  onClick: U((z) => i.optionClicked(y.nested), ["stop"]),
@@ -4990,10 +4990,10 @@ function Or(e, s, t, a, n, i) {
4990
4990
  [m, i.onClickOutside]
4991
4991
  ]);
4992
4992
  }
4993
- const Sb = /* @__PURE__ */ v(Pr, [["render", Or], ["__scopeId", "data-v-7a99d0e5"]]), Ar = {
4993
+ const xb = /* @__PURE__ */ v(Pr, [["render", Lr], ["__scopeId", "data-v-7a99d0e5"]]), Ar = {
4994
4994
  name: "ecs-collapse",
4995
4995
  emits: ["toggled", "remove"],
4996
- components: { EcsButton: Se, EcsFocusRing: L, EcsFlexRow: Te },
4996
+ components: { EcsButton: Se, EcsFocusRing: O, EcsFlexRow: Te },
4997
4997
  props: {
4998
4998
  /** Unique ID, is required to handle persist states. */
4999
4999
  id: {
@@ -5158,10 +5158,10 @@ function Hr(e, s, t, a, n, i) {
5158
5158
  ], 10, Vr)
5159
5159
  ], 2);
5160
5160
  }
5161
- const Cb = /* @__PURE__ */ v(Ar, [["render", Hr], ["__scopeId", "data-v-4bf981c8"]]), qr = {
5161
+ const Bb = /* @__PURE__ */ v(Ar, [["render", Hr], ["__scopeId", "data-v-4bf981c8"]]), qr = {
5162
5162
  name: "ecs-collection-control",
5163
5163
  emits: ["toggled", "collectionTooltip"],
5164
- components: { EcsIcon: M, EcsFocusRing: L },
5164
+ components: { EcsIcon: M, EcsFocusRing: O },
5165
5165
  mixins: [ue],
5166
5166
  props: {
5167
5167
  /** 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). */
@@ -5293,14 +5293,14 @@ function Yr(e, s, t, a, n, i) {
5293
5293
  }, [
5294
5294
  f("div", {
5295
5295
  class: "ecs-collection-control-list scrollbar scrollbar-sml",
5296
- style: B(i.listMaxHeight)
5296
+ style: x(i.listMaxHeight)
5297
5297
  }, [
5298
5298
  p(e.$slots, "default")
5299
5299
  ], 4)
5300
5300
  ], 10, Kr)
5301
5301
  ], 2);
5302
5302
  }
5303
- const xb = /* @__PURE__ */ v(qr, [["render", Yr], ["__scopeId", "data-v-5e5716bc"]]), Xr = {
5303
+ const zb = /* @__PURE__ */ v(qr, [["render", Yr], ["__scopeId", "data-v-5e5716bc"]]), Xr = {
5304
5304
  name: "ecs-skeleton-loader",
5305
5305
  props: {
5306
5306
  /** Determines the type of skeleton shape: `single` replicates a single line of text, `multi` a multi line text, and `rect` a generic rectangle shape. */
@@ -5346,7 +5346,7 @@ function tl(e, s, t, a, n, i) {
5346
5346
  return t.type === "rect" || t.type === "circle" ? (o(), l("div", {
5347
5347
  key: 0,
5348
5348
  class: h(["ecs-skeleton skeleton", i.rectClass]),
5349
- style: B({ width: t.width + "px", height: t.height + "px" })
5349
+ style: x({ width: t.width + "px", height: t.height + "px" })
5350
5350
  }, null, 6)) : t.type === "multi" ? (o(), l("div", Jr, [
5351
5351
  (o(!0), l(J, null, me(parseInt(t.count), (r) => (o(), l("div", {
5352
5352
  key: r,
@@ -5358,7 +5358,7 @@ function tl(e, s, t, a, n, i) {
5358
5358
  }, [
5359
5359
  f("div", {
5360
5360
  class: "skeleton skeleton-single",
5361
- style: B({ width: t.width + "%" })
5361
+ style: x({ width: t.width + "%" })
5362
5362
  }, null, 4)
5363
5363
  ], 2));
5364
5364
  }
@@ -5525,13 +5525,13 @@ function pl(e, s, t, a, n, i) {
5525
5525
  ]))
5526
5526
  ], 8, ol);
5527
5527
  }
5528
- const Bb = /* @__PURE__ */ v(al, [["render", pl], ["__scopeId", "data-v-cf696f66"]]), hl = {}, vl = { class: "ecs-comment-list" };
5528
+ const Ib = /* @__PURE__ */ v(al, [["render", pl], ["__scopeId", "data-v-cf696f66"]]), hl = {}, vl = { class: "ecs-comment-list" };
5529
5529
  function yl(e, s) {
5530
5530
  return o(), l("div", vl, [
5531
5531
  p(e.$slots, "default")
5532
5532
  ]);
5533
5533
  }
5534
- const zb = /* @__PURE__ */ v(hl, [["render", yl]]);
5534
+ const Eb = /* @__PURE__ */ v(hl, [["render", yl]]);
5535
5535
  function Ct(e = {}, s = 0) {
5536
5536
  const t = e && e.a;
5537
5537
  let a;
@@ -5686,8 +5686,8 @@ function El(e) {
5686
5686
  var s = typeof e;
5687
5687
  return e != null && (s == "object" || s == "function");
5688
5688
  }
5689
- var Wt = El, $l = typeof rt == "object" && rt && rt.Object === Object && rt, Pl = $l, Tl = Pl, Ml = typeof self == "object" && self && self.Object === Object && self, Ll = Tl || Ml || Function("return this")(), Vs = Ll, Ol = Vs, Al = function() {
5690
- return Ol.Date.now();
5689
+ var Wt = El, $l = typeof rt == "object" && rt && rt.Object === Object && rt, Pl = $l, Tl = Pl, Ml = typeof self == "object" && self && self.Object === Object && self, Ol = Tl || Ml || Function("return this")(), Vs = Ol, Ll = Vs, Al = function() {
5690
+ return Ll.Date.now();
5691
5691
  }, Nl = Al, Dl = /\s/;
5692
5692
  function Fl(e) {
5693
5693
  for (var s = e.length; s-- && Dl.test(e.charAt(s)); )
@@ -5751,8 +5751,8 @@ function Bc(e, s, t) {
5751
5751
  var N = a, R = n;
5752
5752
  return a = n = void 0, m = E, r = e.apply(R, N), r;
5753
5753
  }
5754
- function x(E) {
5755
- return m = E, c = setTimeout(O, s), y ? I(E) : r;
5754
+ function B(E) {
5755
+ return m = E, c = setTimeout(L, s), y ? I(E) : r;
5756
5756
  }
5757
5757
  function $(E) {
5758
5758
  var N = E - d, R = E - m, V = s - N;
@@ -5762,11 +5762,11 @@ function Bc(e, s, t) {
5762
5762
  var N = E - d, R = E - m;
5763
5763
  return d === void 0 || N >= s || N < 0 || k && R >= i;
5764
5764
  }
5765
- function O() {
5765
+ function L() {
5766
5766
  var E = xt();
5767
5767
  if (T(E))
5768
5768
  return F(E);
5769
- c = setTimeout(O, $(E));
5769
+ c = setTimeout(L, $(E));
5770
5770
  }
5771
5771
  function F(E) {
5772
5772
  return c = void 0, z && a ? I(E) : (a = n = void 0, r);
@@ -5781,11 +5781,11 @@ function Bc(e, s, t) {
5781
5781
  var E = xt(), N = T(E);
5782
5782
  if (a = arguments, n = this, d = E, N) {
5783
5783
  if (c === void 0)
5784
- return x(d);
5784
+ return B(d);
5785
5785
  if (k)
5786
- return clearTimeout(c), c = setTimeout(O, s), I(d);
5786
+ return clearTimeout(c), c = setTimeout(L, s), I(d);
5787
5787
  }
5788
- return c === void 0 && (c = setTimeout(O, s)), r;
5788
+ return c === void 0 && (c = setTimeout(L, s)), r;
5789
5789
  }
5790
5790
  return A.cancel = H, A.flush = P, A;
5791
5791
  }
@@ -5801,7 +5801,7 @@ function Pc(e, s, t) {
5801
5801
  });
5802
5802
  }
5803
5803
  var Tc = Pc;
5804
- const Mc = /* @__PURE__ */ ws(Tc), Lc = {
5804
+ const Mc = /* @__PURE__ */ ws(Tc), Oc = {
5805
5805
  name: "Saturation",
5806
5806
  props: {
5807
5807
  modelValue: Object,
@@ -5859,27 +5859,27 @@ const Mc = /* @__PURE__ */ ws(Tc), Lc = {
5859
5859
  window.removeEventListener("mousemove", this.handleChange), window.removeEventListener("mouseup", this.handleChange), window.removeEventListener("mouseup", this.handleMouseUp);
5860
5860
  }
5861
5861
  }
5862
- }, Oc = /* @__PURE__ */ f("div", { class: "ecs-saturation--white" }, null, -1), Ac = /* @__PURE__ */ f("div", { class: "ecs-saturation--black" }, null, -1), Nc = /* @__PURE__ */ f("div", { class: "ecs-saturation-circle" }, null, -1), Dc = [
5862
+ }, Lc = /* @__PURE__ */ f("div", { class: "ecs-saturation--white" }, null, -1), Ac = /* @__PURE__ */ f("div", { class: "ecs-saturation--black" }, null, -1), Nc = /* @__PURE__ */ f("div", { class: "ecs-saturation-circle" }, null, -1), Dc = [
5863
5863
  Nc
5864
5864
  ];
5865
5865
  function Fc(e, s, t, a, n, i) {
5866
5866
  return o(), l("div", {
5867
5867
  class: "ecs-saturation",
5868
- style: B({ background: i.bgColor }),
5868
+ style: x({ background: i.bgColor }),
5869
5869
  ref: "container",
5870
5870
  onMousedown: s[0] || (s[0] = (...r) => i.handleMouseDown && i.handleMouseDown(...r)),
5871
5871
  onTouchmove: s[1] || (s[1] = (...r) => i.handleChange && i.handleChange(...r)),
5872
5872
  onTouchstart: s[2] || (s[2] = (...r) => i.handleChange && i.handleChange(...r))
5873
5873
  }, [
5874
- Oc,
5874
+ Lc,
5875
5875
  Ac,
5876
5876
  f("div", {
5877
5877
  class: "ecs-saturation-pointer",
5878
- style: B({ top: i.pointerTop, left: i.pointerLeft })
5878
+ style: x({ top: i.pointerTop, left: i.pointerLeft })
5879
5879
  }, Dc, 4)
5880
5880
  ], 36);
5881
5881
  }
5882
- const Rc = /* @__PURE__ */ v(Lc, [["render", Fc]]), Vc = {
5882
+ const Rc = /* @__PURE__ */ v(Oc, [["render", Fc]]), Vc = {
5883
5883
  name: "Hue",
5884
5884
  props: {
5885
5885
  modelValue: Object,
@@ -5965,7 +5965,7 @@ function jc(e, s, t, a, n, i) {
5965
5965
  }, [
5966
5966
  f("div", {
5967
5967
  class: "ecs-hue-pointer",
5968
- style: B({ top: i.pointerTop, left: i.pointerLeft }),
5968
+ style: x({ top: i.pointerTop, left: i.pointerLeft }),
5969
5969
  role: "presentation"
5970
5970
  }, Wc, 4)
5971
5971
  ], 40, Hc)
@@ -6015,7 +6015,7 @@ function Yc(e, s, t) {
6015
6015
  function Xc(e, s, t, a, n, i) {
6016
6016
  return o(), l("div", {
6017
6017
  class: "ecs-checkerboard",
6018
- style: B(i.bgStyle)
6018
+ style: x(i.bgStyle)
6019
6019
  }, null, 4);
6020
6020
  }
6021
6021
  const Ws = /* @__PURE__ */ v(Gc, [["render", Xc]]), Zc = {
@@ -6073,7 +6073,7 @@ function sd(e, s, t, a, n, i) {
6073
6073
  ]),
6074
6074
  f("div", {
6075
6075
  class: "ecs-alpha-gradient",
6076
- style: B({ background: i.gradientColor })
6076
+ style: x({ background: i.gradientColor })
6077
6077
  }, null, 4),
6078
6078
  f("div", {
6079
6079
  class: "ecs-alpha-container",
@@ -6084,7 +6084,7 @@ function sd(e, s, t, a, n, i) {
6084
6084
  }, [
6085
6085
  f("div", {
6086
6086
  class: "ecs-alpha-pointer",
6087
- style: B({ left: i.colors.a * 100 + "%" })
6087
+ style: x({ left: i.colors.a * 100 + "%" })
6088
6088
  }, td, 4)
6089
6089
  ], 544)
6090
6090
  ]);
@@ -6191,7 +6191,7 @@ function yd(e, s, t, a, n, i) {
6191
6191
  role: "application",
6192
6192
  "aria-label": "Color picker",
6193
6193
  class: h(["ecs-color-picker", t.disableAlpha ? "ecs-color-picker__disable-alpha" : ""]),
6194
- style: B({ padding: t.padding + "px", width: 216 + 2 * t.padding + "px" })
6194
+ style: x({ padding: t.padding + "px", width: 216 + 2 * t.padding + "px" })
6195
6195
  }, [
6196
6196
  t.disableCustom ? u("", !0) : (o(), l("div", ad, [
6197
6197
  _(r, {
@@ -6260,7 +6260,7 @@ function yd(e, s, t, a, n, i) {
6260
6260
  ])) : u("", !0),
6261
6261
  f("div", {
6262
6262
  class: "ecs-color-picker-presets",
6263
- style: B(t.disableCustom ? "" : "padding-top: var(--spacing-10)"),
6263
+ style: x(t.disableCustom ? "" : "padding-top: var(--spacing-10)"),
6264
6264
  role: "group",
6265
6265
  "aria-label": "A color preset, pick one to set as current color"
6266
6266
  }, [
@@ -6277,7 +6277,7 @@ function yd(e, s, t, a, n, i) {
6277
6277
  class: h(["ecs-color-picker-presets-color", { active: e.colors.hex === k.hex }]),
6278
6278
  "aria-label": k.title,
6279
6279
  key: "if-" + k.id,
6280
- style: B({ background: k.hex }),
6280
+ style: x({ background: k.hex }),
6281
6281
  "aria-selected": e.colors.hex === k.hex ? "true" : "false",
6282
6282
  title: k.title,
6283
6283
  onClick: (z) => i.handlePreset(k.hex)
@@ -6288,7 +6288,7 @@ function yd(e, s, t, a, n, i) {
6288
6288
  class: h(["ecs-color-picker-presets-color active", i.isActiveColorDark ? "dark" : "light"]),
6289
6289
  "aria-label": "Custom color",
6290
6290
  "aria-selected": "true",
6291
- style: B({ background: e.colors.hex })
6291
+ style: x({ background: e.colors.hex })
6292
6292
  }, null, 6))
6293
6293
  ], 4)
6294
6294
  ], 6);
@@ -6372,7 +6372,7 @@ function kd(e, s, t, a, n, i) {
6372
6372
  default: S(() => [
6373
6373
  f("button", {
6374
6374
  class: h(["ecs-color-picker-input-button", i.sizeClass]),
6375
- style: B(i.selectedColorStyle)
6375
+ style: x(i.selectedColorStyle)
6376
6376
  }, [
6377
6377
  f("span", null, w(i.selectedColorName), 1)
6378
6378
  ], 6)
@@ -6380,9 +6380,9 @@ function kd(e, s, t, a, n, i) {
6380
6380
  _: 1
6381
6381
  });
6382
6382
  }
6383
- const Ib = /* @__PURE__ */ v(_d, [["render", kd], ["__scopeId", "data-v-08aaa823"]]), wd = {
6383
+ const $b = /* @__PURE__ */ v(_d, [["render", kd], ["__scopeId", "data-v-08aaa823"]]), wd = {
6384
6384
  name: "ecs-data-card",
6385
- components: { EcsIcon: M, EcsSkeletonLoader: Ce, EcsButtonTable: Fs, EcsButton: Se, EcsFocusRing: L },
6385
+ components: { EcsIcon: M, EcsSkeletonLoader: Ce, EcsButtonTable: Fs, EcsButton: Se, EcsFocusRing: O },
6386
6386
  mixins: [ue],
6387
6387
  props: {
6388
6388
  /** 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). */
@@ -6472,7 +6472,7 @@ const Ib = /* @__PURE__ */ v(_d, [["render", kd], ["__scopeId", "data-v-08aaa823
6472
6472
  key: 0,
6473
6473
  class: "ecs-data-card-row"
6474
6474
  }, Pd = { class: "ecs-data-card-row-inner" }, Td = ["id", "aria-hidden"], Md = { class: "ecs-data-card-expand-inner" };
6475
- function Ld(e, s, t, a, n, i) {
6475
+ function Od(e, s, t, a, n, i) {
6476
6476
  const r = g("ecs-icon"), c = g("ecs-skeleton-loader"), d = g("ecs-button"), m = g("ecs-button-table"), y = g("ecs-focus-ring");
6477
6477
  return o(), l("div", {
6478
6478
  class: h(["ecs-data-card", [
@@ -6576,7 +6576,7 @@ function Ld(e, s, t, a, n, i) {
6576
6576
  })) : u("", !0)
6577
6577
  ], 10, Sd);
6578
6578
  }
6579
- const Eb = /* @__PURE__ */ v(wd, [["render", Ld], ["__scopeId", "data-v-8dd053a6"]]), Od = {
6579
+ const Pb = /* @__PURE__ */ v(wd, [["render", Od], ["__scopeId", "data-v-8dd053a6"]]), Ld = {
6580
6580
  name: "ecs-data-card-list"
6581
6581
  }, Ad = {
6582
6582
  class: "ecs-data-card-list",
@@ -6587,7 +6587,7 @@ function Nd(e, s, t, a, n, i) {
6587
6587
  p(e.$slots, "default")
6588
6588
  ]);
6589
6589
  }
6590
- const $b = /* @__PURE__ */ v(Od, [["render", Nd]]), Dd = {
6590
+ const Tb = /* @__PURE__ */ v(Ld, [["render", Nd]]), Dd = {
6591
6591
  name: "ecs-data-grid",
6592
6592
  emits: ["tableScroll"],
6593
6593
  props: {
@@ -6639,7 +6639,7 @@ function qd(e, s, t, a, n, i) {
6639
6639
  ref: "dataGridScroller",
6640
6640
  class: h(["ecs-data-grid scrollbar", [e.$slots.empty ? "empty" : "", t.bordered ? "bordered" : "", t.borderRows ? "border-rows" : ""]]),
6641
6641
  "aria-disabled": t.disabled || null,
6642
- style: B({ overflow: t.disabled ? "hidden" : t.bordered ? "initial" : "auto" }),
6642
+ style: x({ overflow: t.disabled ? "hidden" : t.bordered ? "initial" : "auto" }),
6643
6643
  role: "table"
6644
6644
  }, [
6645
6645
  f("div", {
@@ -6662,7 +6662,7 @@ function qd(e, s, t, a, n, i) {
6662
6662
  t.disabled ? (o(), l("div", Hd)) : u("", !0)
6663
6663
  ], 46, Fd);
6664
6664
  }
6665
- const Pb = /* @__PURE__ */ v(Dd, [["render", qd], ["__scopeId", "data-v-67fc9746"]]), Wd = {
6665
+ const Mb = /* @__PURE__ */ v(Dd, [["render", qd], ["__scopeId", "data-v-67fc9746"]]), Wd = {
6666
6666
  name: "ecs-data-grid-row",
6667
6667
  emits: ["rowdrop", "click", "collapse"],
6668
6668
  props: {
@@ -6786,7 +6786,7 @@ function Zd(e, s, t, a, n, i) {
6786
6786
  ], 10, Xd)
6787
6787
  ]);
6788
6788
  }
6789
- const Tb = /* @__PURE__ */ v(Kd, [["render", Zd], ["__scopeId", "data-v-9382f10e"]]), Jd = {
6789
+ const Ob = /* @__PURE__ */ v(Kd, [["render", Zd], ["__scopeId", "data-v-9382f10e"]]), Jd = {
6790
6790
  name: "ecs-select",
6791
6791
  emits: [
6792
6792
  "focus",
@@ -6899,7 +6899,7 @@ const js = /* @__PURE__ */ v(Jd, [["render", su], ["__scopeId", "data-v-da6f533f
6899
6899
  components: {
6900
6900
  EcsIcon: M,
6901
6901
  EcsSelect: js,
6902
- EcsFocusRing: L
6902
+ EcsFocusRing: O
6903
6903
  },
6904
6904
  props: {
6905
6905
  /** Sets the width of the column. If a Number is passed, the width will be set to the number pixel value. If a String is passed, you can make use of percentage values. It's also possible to set the width to use flex sizing by passing `flex`. **Never use a String value when the cell should be resizable, or fixed.** */
@@ -7144,7 +7144,7 @@ function hu(e, s, t, a, n, i) {
7144
7144
  const r = g("ecs-icon"), c = g("ecs-select"), d = g("ecs-focus-ring");
7145
7145
  return o(), l("div", {
7146
7146
  class: h(["ecs-data-grid-head-cell", [t.fixedLeft ? "fixed-left" : "", t.fixedLeftLast ? "fixed-left-last" : "", t.fixedRight ? "fixed-right" : ""]]),
7147
- style: B([i.widthType === "string" ? i.widthStyles : {}, i.fixedStyles]),
7147
+ style: x([i.widthType === "string" ? i.widthStyles : {}, i.fixedStyles]),
7148
7148
  role: "columnheader",
7149
7149
  "aria-sort": i.ariaSort,
7150
7150
  "aria-label": t.icon ? t.name : null
@@ -7156,7 +7156,7 @@ function hu(e, s, t, a, n, i) {
7156
7156
  f("div", {
7157
7157
  ref: "resizer",
7158
7158
  class: h(["ecs-data-grid-head-cell-inner", t.resizable ? "resizable" : ""]),
7159
- style: B([i.widthType === "number" ? i.widthStyles : { width: "100%" }, i.paddingStyles, i.resizeStyles, t.styles]),
7159
+ style: x([i.widthType === "number" ? i.widthStyles : { width: "100%" }, i.paddingStyles, i.resizeStyles, t.styles]),
7160
7160
  "data-column": i.computedId,
7161
7161
  "data-test": i.computedId
7162
7162
  }, [
@@ -7231,7 +7231,7 @@ function hu(e, s, t, a, n, i) {
7231
7231
  }, null, 2)) : u("", !0)
7232
7232
  ], 14, nu);
7233
7233
  }
7234
- const Mb = /* @__PURE__ */ v(iu, [["render", hu], ["__scopeId", "data-v-94524488"]]), vu = {
7234
+ const Lb = /* @__PURE__ */ v(iu, [["render", hu], ["__scopeId", "data-v-94524488"]]), vu = {
7235
7235
  name: "ecs-data-grid-group",
7236
7236
  props: {
7237
7237
  /** Determines if this cell group should be shown. Avoid showing more than 1 group at the same time. */
@@ -7257,11 +7257,11 @@ function bu(e, s, t, a, n, i) {
7257
7257
  [gt, t.show]
7258
7258
  ]);
7259
7259
  }
7260
- const Lb = /* @__PURE__ */ v(vu, [["render", bu], ["__scopeId", "data-v-ee025ab5"]]), _u = {
7260
+ const Ab = /* @__PURE__ */ v(vu, [["render", bu], ["__scopeId", "data-v-ee025ab5"]]), _u = {
7261
7261
  name: "ecs-data-grid-cell",
7262
7262
  emits: ["collapse"],
7263
7263
  components: {
7264
- EcsButtonCollapse: Os
7264
+ EcsButtonCollapse: Ls
7265
7265
  },
7266
7266
  props: {
7267
7267
  /** Column identifier for the cell. The `column` is used to perform resize actions (needs to match `id` or `name` of corresponding EcsDataGridHeadCell), automatically set data-test attributes, etc. */
@@ -7394,7 +7394,7 @@ function xu(e, s, t, a, n, i) {
7394
7394
  const r = g("ecs-button-collapse");
7395
7395
  return o(), l("div", {
7396
7396
  class: h(["ecs-data-grid-cell", [t.fixedLeft ? "fixed-left" : "", t.fixedLeftLast ? "fixed-left-last" : "", t.fixedRight ? "fixed-right" : ""]]),
7397
- style: B([i.widthType === "string" ? i.widthStyles : {}, i.fixedStyles]),
7397
+ style: x([i.widthType === "string" ? i.widthStyles : {}, i.fixedStyles]),
7398
7398
  role: "cell"
7399
7399
  }, [
7400
7400
  t.fixedRight ? (o(), l("div", {
@@ -7403,7 +7403,7 @@ function xu(e, s, t, a, n, i) {
7403
7403
  }, null, 2)) : u("", !0),
7404
7404
  f("div", {
7405
7405
  class: "ecs-data-grid-cell-inner",
7406
- style: B([i.widthType === "number" ? i.widthStyles : { width: "100%" }, i.paddingStyles, t.styles]),
7406
+ style: x([i.widthType === "number" ? i.widthStyles : { width: "100%" }, i.paddingStyles, t.styles]),
7407
7407
  "data-column": i.computedId,
7408
7408
  "data-test": i.computedId
7409
7409
  }, [
@@ -7423,7 +7423,7 @@ function xu(e, s, t, a, n, i) {
7423
7423
  }, null, 2)) : u("", !0)
7424
7424
  ], 6);
7425
7425
  }
7426
- const Ob = /* @__PURE__ */ v(_u, [["render", xu], ["__scopeId", "data-v-0910be15"]]), Bu = {
7426
+ const Nb = /* @__PURE__ */ v(_u, [["render", xu], ["__scopeId", "data-v-0910be15"]]), Bu = {
7427
7427
  name: "ecs-data-list"
7428
7428
  }, zu = {
7429
7429
  class: "ecs-data-list",
@@ -7434,7 +7434,7 @@ function Iu(e, s, t, a, n, i) {
7434
7434
  p(e.$slots, "default")
7435
7435
  ]);
7436
7436
  }
7437
- const Ab = /* @__PURE__ */ v(Bu, [["render", Iu]]), Eu = {
7437
+ const Db = /* @__PURE__ */ v(Bu, [["render", Iu]]), Eu = {
7438
7438
  name: "ecs-data-list-item",
7439
7439
  emits: ["toggled"],
7440
7440
  components: { EcsButtonMore: Ds, EcsSkeletonLoader: Ce },
@@ -7538,7 +7538,7 @@ const Ab = /* @__PURE__ */ v(Bu, [["render", Iu]]), Eu = {
7538
7538
  this.expandId = this.generateUniqueId(), this.definitionId = this.generateUniqueId();
7539
7539
  }
7540
7540
  }, $u = ["id"], Pu = ["aria-busy", "aria-labelledby"], Tu = ["aria-valuenow"], Mu = ["id", "aria-hidden"];
7541
- function Lu(e, s, t, a, n, i) {
7541
+ function Ou(e, s, t, a, n, i) {
7542
7542
  const r = g("ecs-button-more"), c = g("ecs-skeleton-loader");
7543
7543
  return o(), l("div", null, [
7544
7544
  f("div", {
@@ -7587,7 +7587,7 @@ function Lu(e, s, t, a, n, i) {
7587
7587
  key: 2,
7588
7588
  class: "progress",
7589
7589
  role: "progressbar",
7590
- style: B({ width: t.progress + "%" }),
7590
+ style: x({ width: t.progress + "%" }),
7591
7591
  "aria-valuenow": t.progress
7592
7592
  }, null, 12, Tu)) : u("", !0)
7593
7593
  ], 10, Pu)
@@ -7603,7 +7603,7 @@ function Lu(e, s, t, a, n, i) {
7603
7603
  ], 10, Mu)) : u("", !0)
7604
7604
  ]);
7605
7605
  }
7606
- const Nb = /* @__PURE__ */ v(Eu, [["render", Lu], ["__scopeId", "data-v-99c893a3"]]), Ou = {
7606
+ const Fb = /* @__PURE__ */ v(Eu, [["render", Ou], ["__scopeId", "data-v-99c893a3"]]), Lu = {
7607
7607
  name: "ecs-dialog",
7608
7608
  emits: ["toggled", "cancel"],
7609
7609
  props: {
@@ -7683,7 +7683,7 @@ function Nu(e, s, t, a, n, i) {
7683
7683
  ], 2)) : u("", !0)
7684
7684
  ], 34)) : u("", !0);
7685
7685
  }
7686
- const Db = /* @__PURE__ */ v(Ou, [["render", Nu]]), Du = {
7686
+ const Rb = /* @__PURE__ */ v(Lu, [["render", Nu]]), Du = {
7687
7687
  __name: "state-icon",
7688
7688
  props: {
7689
7689
  /** The identifier of the icon which should show up. */
@@ -7747,7 +7747,7 @@ const Db = /* @__PURE__ */ v(Ou, [["render", Nu]]), Du = {
7747
7747
  ));
7748
7748
  }), (n, i) => (o(), l("div", {
7749
7749
  class: h(["ecs-state-icon", e.iconColor]),
7750
- style: B(t.value)
7750
+ style: x(t.value)
7751
7751
  }, [
7752
7752
  (o(), b(Pe(ae(a)), {
7753
7753
  height: e.size,
@@ -7794,7 +7794,7 @@ function qu(e, s, t, a, n, i) {
7794
7794
  ]))
7795
7795
  ]);
7796
7796
  }
7797
- const Fb = /* @__PURE__ */ v(Ru, [["render", qu], ["__scopeId", "data-v-6e05c98b"]]), Wu = {
7797
+ const Vb = /* @__PURE__ */ v(Ru, [["render", qu], ["__scopeId", "data-v-6e05c98b"]]), Wu = {
7798
7798
  __name: "favicon",
7799
7799
  props: {
7800
7800
  /** The identifier of the favicon which should show up. */
@@ -7874,14 +7874,14 @@ function Ku(e, s, t, a, n, i) {
7874
7874
  t.indicator ? (o(), l("div", {
7875
7875
  key: 2,
7876
7876
  class: "indicator",
7877
- style: B("background-color:" + t.indicator)
7877
+ style: x("background-color:" + t.indicator)
7878
7878
  }, null, 4)) : u("", !0),
7879
7879
  f("div", Gu, [
7880
7880
  p(e.$slots, "default", {}, void 0, !0)
7881
7881
  ])
7882
7882
  ]);
7883
7883
  }
7884
- const Rb = /* @__PURE__ */ v(ju, [["render", Ku], ["__scopeId", "data-v-800f5f8e"]]), Yu = {
7884
+ const Hb = /* @__PURE__ */ v(ju, [["render", Ku], ["__scopeId", "data-v-800f5f8e"]]), Yu = {
7885
7885
  name: "ecs-document-state",
7886
7886
  components: {
7887
7887
  EcsIcon: M
@@ -7936,7 +7936,7 @@ function sf(e, s, t, a, n, i) {
7936
7936
  ])) : u("", !0)
7937
7937
  ], 8, Xu);
7938
7938
  }
7939
- const Vb = /* @__PURE__ */ v(Yu, [["render", sf], ["__scopeId", "data-v-00c4c6d7"]]), nf = {
7939
+ const qb = /* @__PURE__ */ v(Yu, [["render", sf], ["__scopeId", "data-v-00c4c6d7"]]), nf = {
7940
7940
  props: {
7941
7941
  /** The initial value of the chart as a percentage. */
7942
7942
  value: {
@@ -7989,7 +7989,7 @@ const Vb = /* @__PURE__ */ v(Yu, [["render", sf], ["__scopeId", "data-v-00c4c6d7
7989
7989
  function lf(e, s, t, a, n, i) {
7990
7990
  return o(), l("div", {
7991
7991
  class: "ecs-donut-chart",
7992
- style: B(i.wrapperPadding)
7992
+ style: x(i.wrapperPadding)
7993
7993
  }, [
7994
7994
  (o(), l("svg", {
7995
7995
  height: t.size,
@@ -8025,7 +8025,7 @@ function lf(e, s, t, a, n, i) {
8025
8025
  ], 8, af))
8026
8026
  ], 4);
8027
8027
  }
8028
- const Hb = /* @__PURE__ */ v(nf, [["render", lf], ["__scopeId", "data-v-851d95d9"]]), cf = {
8028
+ const Wb = /* @__PURE__ */ v(nf, [["render", lf], ["__scopeId", "data-v-851d95d9"]]), cf = {
8029
8029
  name: "ecs-empty-state",
8030
8030
  components: { EcsIcon: M },
8031
8031
  props: {
@@ -8127,7 +8127,7 @@ function vf(e, s, t, a, n, i) {
8127
8127
  t.infinite ? "ecs-progress-infinite" : "",
8128
8128
  t.cancelled ? "ecs-progress-cancelled" : ""
8129
8129
  ]]),
8130
- style: B({ width: 100 * (t.value / i.computedMax) + "%" })
8130
+ style: x({ width: 100 * (t.value / i.computedMax) + "%" })
8131
8131
  }, null, 6)
8132
8132
  ], 8, hf);
8133
8133
  }
@@ -8139,7 +8139,7 @@ const yf = /* @__PURE__ */ v(pf, [["render", vf], ["__scopeId", "data-v-253a23ee
8139
8139
  EcsSkeletonLoader: Ce,
8140
8140
  EcsProgress: yf,
8141
8141
  EcsButton: Se,
8142
- EcsFocusRing: L,
8142
+ EcsFocusRing: O,
8143
8143
  EcsFlexRow: Te,
8144
8144
  EcsSticker: Re,
8145
8145
  EcsText: nt
@@ -8309,15 +8309,15 @@ function zf(e, s, t, a, n, i) {
8309
8309
  t.disabled ? "ecs-dropzone-disabled" : "",
8310
8310
  n.dragging ? "ecs-dropzone-dragging" : ""
8311
8311
  ]]),
8312
- onDragover: s[3] || (s[3] = (...x) => i.handleDragOver && i.handleDragOver(...x)),
8313
- onDragenter: s[4] || (s[4] = (...x) => i.handleDragEnter && i.handleDragEnter(...x)),
8314
- onDragleave: s[5] || (s[5] = (...x) => i.handleDragLeave && i.handleDragLeave(...x)),
8315
- onDrop: s[6] || (s[6] = U((...x) => i.drop && i.drop(...x), ["prevent"])),
8312
+ onDragover: s[3] || (s[3] = (...B) => i.handleDragOver && i.handleDragOver(...B)),
8313
+ onDragenter: s[4] || (s[4] = (...B) => i.handleDragEnter && i.handleDragEnter(...B)),
8314
+ onDragleave: s[5] || (s[5] = (...B) => i.handleDragLeave && i.handleDragLeave(...B)),
8315
+ onDrop: s[6] || (s[6] = U((...B) => i.drop && i.drop(...B), ["prevent"])),
8316
8316
  "aria-busy": i.isBusy || null,
8317
8317
  "aria-invalid": t.error || null
8318
8318
  }, [
8319
8319
  f("input", {
8320
- onChange: s[0] || (s[0] = (...x) => i.change && i.change(...x)),
8320
+ onChange: s[0] || (s[0] = (...B) => i.change && i.change(...B)),
8321
8321
  type: "file",
8322
8322
  multiple: t.multiple || null,
8323
8323
  ref: "file"
@@ -8336,8 +8336,8 @@ function zf(e, s, t, a, n, i) {
8336
8336
  e.$slots.customlabel ? u("", !0) : (o(), l(J, { key: 0 }, [
8337
8337
  D(" Drag and drop your " + w(t.fileTypeLabel) + " or ", 1),
8338
8338
  f("i", {
8339
- onClick: s[1] || (s[1] = (...x) => i.browseFile && i.browseFile(...x)),
8340
- onKeydown: s[2] || (s[2] = G((...x) => i.browseFile && i.browseFile(...x), ["enter"])),
8339
+ onClick: s[1] || (s[1] = (...B) => i.browseFile && i.browseFile(...B)),
8340
+ onKeydown: s[2] || (s[2] = G((...B) => i.browseFile && i.browseFile(...B), ["enter"])),
8341
8341
  tabindex: "0"
8342
8342
  }, [
8343
8343
  D("browse"),
@@ -8418,14 +8418,14 @@ function zf(e, s, t, a, n, i) {
8418
8418
  }, 8, ["onClick", "icon"])) : u("", !0)
8419
8419
  ], 42, _f);
8420
8420
  }
8421
- const qb = /* @__PURE__ */ v(bf, [["render", zf], ["__scopeId", "data-v-973ea74d"]]), If = {
8421
+ const jb = /* @__PURE__ */ v(bf, [["render", zf], ["__scopeId", "data-v-973ea74d"]]), If = {
8422
8422
  name: "ecs-entry-link",
8423
8423
  emits: ["linkClick", "linkClickExternal", "moreClick"],
8424
8424
  components: {
8425
8425
  EcsIcon: M,
8426
8426
  EcsSticker: Re,
8427
8427
  EcsButtonMore: Ds,
8428
- EcsFocusRing: L
8428
+ EcsFocusRing: O
8429
8429
  },
8430
8430
  props: {
8431
8431
  /** If set, an icon will be added to the left of the button. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). */
@@ -8532,7 +8532,7 @@ function Mf(e, s, t, a, n, i) {
8532
8532
  }, null, 8, ["onClick", "title", "aria-label"])) : u("", !0)
8533
8533
  ]);
8534
8534
  }
8535
- const Wb = /* @__PURE__ */ v(If, [["render", Mf], ["__scopeId", "data-v-00b5ab33"]]), Lf = {
8535
+ const Ub = /* @__PURE__ */ v(If, [["render", Mf], ["__scopeId", "data-v-00b5ab33"]]), Of = {
8536
8536
  name: "ecs-excerpt-snippet",
8537
8537
  components: { EcsIcon: M, EcsSkeletonLoader: Ce, EcsFormatted: Rs },
8538
8538
  props: {
@@ -8590,7 +8590,7 @@ const Wb = /* @__PURE__ */ v(If, [["render", Mf], ["__scopeId", "data-v-00b5ab33
8590
8590
  return `max-height: ${this.maxHeight}; overflow: auto;`;
8591
8591
  }
8592
8592
  }
8593
- }, Of = { class: "ecs-excerpt-title" }, Af = { class: "ecs-excerpt-title-headline" }, Nf = { key: 3 }, Df = {
8593
+ }, Lf = { class: "ecs-excerpt-title" }, Af = { class: "ecs-excerpt-title-headline" }, Nf = { key: 3 }, Df = {
8594
8594
  key: 0,
8595
8595
  class: "ecs-excerpt-title-cite"
8596
8596
  }, Ff = { key: 1 }, Rf = {
@@ -8608,7 +8608,7 @@ function qf(e, s, t, a, n, i) {
8608
8608
  return o(), l("div", {
8609
8609
  class: h(["ecs-excerpt-snippet", i.sizeClass])
8610
8610
  }, [
8611
- f("div", Of, [
8611
+ f("div", Lf, [
8612
8612
  f("div", Af, [
8613
8613
  t.icon && t.loading ? (o(), b(r, {
8614
8614
  key: 0,
@@ -8637,7 +8637,7 @@ function qf(e, s, t, a, n, i) {
8637
8637
  ]),
8638
8638
  f("div", {
8639
8639
  class: "ecs-excerpt-content scrollbar scrollbar-sml",
8640
- style: B(i.maxHeightStyles)
8640
+ style: x(i.maxHeightStyles)
8641
8641
  }, [
8642
8642
  t.loading ? (o(), b(r, {
8643
8643
  key: 0,
@@ -8656,10 +8656,10 @@ function qf(e, s, t, a, n, i) {
8656
8656
  p(e.$slots, "default", {}, void 0, !0)
8657
8657
  ])) : t.type == "rectangle" ? (o(), l("div", Vf, [
8658
8658
  f("span", {
8659
- style: B("color:" + t.annotationColor)
8659
+ style: x("color:" + t.annotationColor)
8660
8660
  }, "Rectangle Annotation", 4),
8661
8661
  f("div", {
8662
- style: B("background-color:" + t.annotationColor)
8662
+ style: x("background-color:" + t.annotationColor)
8663
8663
  }, null, 4)
8664
8664
  ])) : (o(), l("div", Hf, [
8665
8665
  p(e.$slots, "default", {}, void 0, !0)
@@ -8668,7 +8668,7 @@ function qf(e, s, t, a, n, i) {
8668
8668
  ], 4)
8669
8669
  ], 2);
8670
8670
  }
8671
- const jb = /* @__PURE__ */ v(Lf, [["render", qf], ["__scopeId", "data-v-f582192b"]]), Ub = {
8671
+ const Gb = /* @__PURE__ */ v(Of, [["render", qf], ["__scopeId", "data-v-f582192b"]]), Kb = {
8672
8672
  __name: "fill-icon",
8673
8673
  props: {
8674
8674
  /** The identifier of the icon which should show up. */
@@ -8719,15 +8719,15 @@ function Uf(e, s, t, a, n, i) {
8719
8719
  p(e.$slots, "default")
8720
8720
  ]);
8721
8721
  }
8722
- const Gb = /* @__PURE__ */ v(Wf, [["render", Uf]]), Gf = {
8722
+ const Yb = /* @__PURE__ */ v(Wf, [["render", Uf]]), Gf = {
8723
8723
  name: "ecs-file-list-item",
8724
8724
  emits: ["click", "remove", "toggled", "title-click"],
8725
8725
  components: {
8726
8726
  EcsIcon: M,
8727
- EcsFileIcon: Ls,
8727
+ EcsFileIcon: Os,
8728
8728
  EcsSticker: Re,
8729
8729
  EcsButtonTable: Fs,
8730
- EcsFocusRing: L
8730
+ EcsFocusRing: O
8731
8731
  },
8732
8732
  mixins: [ue],
8733
8733
  props: {
@@ -8925,7 +8925,7 @@ function ag(e, s, t, a, n, i) {
8925
8925
  t.progress ? (o(), l("div", {
8926
8926
  key: 3,
8927
8927
  class: "loading-bar",
8928
- style: B({ width: t.progress + "%" }),
8928
+ style: x({ width: t.progress + "%" }),
8929
8929
  role: "progressbar",
8930
8930
  "aria-valuenow": t.progress
8931
8931
  }, null, 12, eg)) : u("", !0)
@@ -8950,7 +8950,7 @@ function ag(e, s, t, a, n, i) {
8950
8950
  default: S(() => [
8951
8951
  e.$slots.edit && t.edit ? (o(), l("div", {
8952
8952
  key: 0,
8953
- style: B({ maxHeight: n.editHeight + "px" }),
8953
+ style: x({ maxHeight: n.editHeight + "px" }),
8954
8954
  id: n.editId
8955
8955
  }, [
8956
8956
  f("div", ng, [
@@ -8962,7 +8962,7 @@ function ag(e, s, t, a, n, i) {
8962
8962
  })
8963
8963
  ], 10, Kf);
8964
8964
  }
8965
- const Kb = /* @__PURE__ */ v(Gf, [["render", ag], ["__scopeId", "data-v-c870bb34"]]), og = { class: "ecs-flag" }, rg = {
8965
+ const Xb = /* @__PURE__ */ v(Gf, [["render", ag], ["__scopeId", "data-v-c870bb34"]]), og = { class: "ecs-flag" }, rg = {
8966
8966
  __name: "flag",
8967
8967
  props: {
8968
8968
  /** ISO Country code of the flag. */
@@ -9020,7 +9020,7 @@ const Kb = /* @__PURE__ */ v(Gf, [["render", ag], ["__scopeId", "data-v-c870bb34
9020
9020
  }, null, 8, ["alt"])) : u("", !0)
9021
9021
  ]));
9022
9022
  }
9023
- }, Yb = /* @__PURE__ */ v(rg, [["__scopeId", "data-v-bb2af2bc"]]), lg = {
9023
+ }, Zb = /* @__PURE__ */ v(rg, [["__scopeId", "data-v-bb2af2bc"]]), lg = {
9024
9024
  name: "ecs-flex-col",
9025
9025
  props: {
9026
9026
  /** 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. */
@@ -9074,7 +9074,7 @@ const dg = /* @__PURE__ */ v(lg, [["render", cg], ["__scopeId", "data-v-1d2ad846
9074
9074
  emits: ["click"],
9075
9075
  components: {
9076
9076
  EcsIcon: M,
9077
- EcsFocusRing: L
9077
+ EcsFocusRing: O
9078
9078
  },
9079
9079
  props: {
9080
9080
  /** Adds a tooltip to the clear button. */
@@ -9265,7 +9265,7 @@ function kg(e, s, t, a, n, i) {
9265
9265
  t.borderless ? "" : "ecs-scroll-container-border",
9266
9266
  t.hideShadows ? "" : "ecs-scroll-container-shadows"
9267
9267
  ]]),
9268
- style: B({ maxHeight: t.height, padding: t.padding })
9268
+ style: x({ maxHeight: t.height, padding: t.padding })
9269
9269
  }, [
9270
9270
  p(e.$slots, "default", {}, void 0, !0)
9271
9271
  ], 6);
@@ -9337,7 +9337,7 @@ function Bg(e, s, t, a, n, i) {
9337
9337
  const r = g("ecs-input-search"), c = g("ecs-button"), d = g("ecs-scroll-container");
9338
9338
  return o(), l("div", {
9339
9339
  class: h(["ecs-folder-selector", [t.framed ? "ecs-folder-selector-border" : ""]]),
9340
- style: B({ height: i.isFullHeight })
9340
+ style: x({ height: i.isFullHeight })
9341
9341
  }, [
9342
9342
  t.searchable || t.create ? (o(), l("div", Cg, [
9343
9343
  t.searchable ? (o(), b(r, {
@@ -9375,7 +9375,7 @@ function Bg(e, s, t, a, n, i) {
9375
9375
  }, 8, ["height", "padding"])
9376
9376
  ], 6);
9377
9377
  }
9378
- const Xb = /* @__PURE__ */ v(Sg, [["render", Bg], ["__scopeId", "data-v-feb6cf8d"]]), zg = {
9378
+ const Jb = /* @__PURE__ */ v(Sg, [["render", Bg], ["__scopeId", "data-v-feb6cf8d"]]), zg = {
9379
9379
  name: "ecs-form-group",
9380
9380
  components: { EcsText: nt },
9381
9381
  props: {
@@ -9439,7 +9439,7 @@ const Eg = /* @__PURE__ */ v(zg, [["render", Ig], ["__scopeId", "data-v-2a3b81f3
9439
9439
  key: 0,
9440
9440
  class: "ecs-form-headline-controls"
9441
9441
  };
9442
- function Lg(e, s) {
9442
+ function Og(e, s) {
9443
9443
  return o(), l("div", Pg, [
9444
9444
  f("h2", Tg, [
9445
9445
  p(e.$slots, "default", {}, void 0, !0)
@@ -9449,7 +9449,7 @@ function Lg(e, s) {
9449
9449
  ])) : u("", !0)
9450
9450
  ]);
9451
9451
  }
9452
- const Zb = /* @__PURE__ */ v($g, [["render", Lg], ["__scopeId", "data-v-16833f69"]]), Og = {
9452
+ const Qb = /* @__PURE__ */ v($g, [["render", Og], ["__scopeId", "data-v-16833f69"]]), Lg = {
9453
9453
  name: "ecs-form-set",
9454
9454
  props: {
9455
9455
  /** Indicates an error state. */
@@ -9473,7 +9473,98 @@ function Dg(e, s, t, a, n, i) {
9473
9473
  p(e.$slots, "default", {}, void 0, !0)
9474
9474
  ], 10, Ag);
9475
9475
  }
9476
- const Jb = /* @__PURE__ */ v(Og, [["render", Dg], ["__scopeId", "data-v-c9188464"]]), Fg = {
9476
+ const e_ = /* @__PURE__ */ v(Lg, [["render", Dg], ["__scopeId", "data-v-c9188464"]]), Fg = {
9477
+ name: "ecs-highlight",
9478
+ props: {
9479
+ /** Makes the highlight area visible. */
9480
+ show: {
9481
+ type: Boolean,
9482
+ default: !1
9483
+ },
9484
+ /** Determines how to highlighted area works: `wrap` should be used if the ecs-highlight component wraps it's content, `overlay` should be used if it's size should adapt to it's parent container (parent is the next parent container with position absolute). */
9485
+ layout: {
9486
+ type: String,
9487
+ validator: (e) => ["wrap", "overlay"].includes(e),
9488
+ default: "overlay"
9489
+ },
9490
+ /** Determines the style of the highlight: `background` fills the entire background with a color, while `border` just adds a colored border to the left (avoid using on elements with border radius). */
9491
+ style: {
9492
+ type: String,
9493
+ validator: (e) => ["background", "border"].includes(e),
9494
+ default: "background"
9495
+ },
9496
+ /** The color of the highlight. Can be any valid HEX, or RGB value (no color tokens). */
9497
+ color: {
9498
+ type: String
9499
+ },
9500
+ /** Determines the fade out duration (in milliseconds). If set to 0, the highlight will not fade out. */
9501
+ fadeOutDuration: {
9502
+ type: Number,
9503
+ default: 5e3
9504
+ },
9505
+ /** Allows to set a custom border radius. Avoid when using the border style. */
9506
+ borderRadius: {
9507
+ type: Number
9508
+ }
9509
+ },
9510
+ data() {
9511
+ return {
9512
+ setFadeOut: !1,
9513
+ showClass: !1
9514
+ };
9515
+ },
9516
+ computed: {
9517
+ showHighlight() {
9518
+ return this.show || this.layout === "wrap" && this.$slots.default;
9519
+ },
9520
+ highlightColor() {
9521
+ return this.color ? this.style === "background" ? {
9522
+ "--ecs-highlight-background": this.color
9523
+ } : {
9524
+ "--ecs-highlight-background": C(this.color).setAlpha(0.1).toRgbString(),
9525
+ "--ecs-highlight-border": this.color
9526
+ } : this.style === "background" ? {
9527
+ "--ecs-highlight-background": "var(--color-yellow-3)"
9528
+ } : {
9529
+ "--ecs-highlight-background": "var(--color-yellow-3)",
9530
+ "--ecs-highlight-border": "var(--color-yellow-7)"
9531
+ };
9532
+ },
9533
+ borderRadiusStyle() {
9534
+ return this.borderRadius ? { borderRadius: `${this.borderRadius}px` } : this.style === "border" ? { borderRadius: 0 } : { borderRadius: "6px" };
9535
+ },
9536
+ transitionStyles() {
9537
+ const e = {};
9538
+ return this.fadeOutDuration !== 0 && this.show && this.setFadeOut && (this.layout === "overlay" ? e.transition = `opacity ${this.fadeOutDuration}ms` : this.layout === "wrap" && (this.style === "border" ? e.transition = `background-position ${this.fadeOutDuration}ms, border-color ${this.fadeOutDuration}ms` : e.transition = `background-color ${this.fadeOutDuration}ms`)), e;
9539
+ },
9540
+ classes() {
9541
+ return {
9542
+ "ecs-highlight-wrap": this.layout === "wrap",
9543
+ "ecs-highlight-overlay": this.layout === "overlay",
9544
+ "ecs-highlight-background": this.style === "background",
9545
+ "ecs-highlight-border": this.style === "border",
9546
+ show: this.showClass
9547
+ };
9548
+ }
9549
+ },
9550
+ watch: {
9551
+ show(e) {
9552
+ e ? (setTimeout(() => {
9553
+ this.setFadeOut = this.fadeOutDuration !== 0;
9554
+ }, 5), this.showClass = !0) : (this.showClass = !1, this.setFadeOut = !1);
9555
+ }
9556
+ }
9557
+ };
9558
+ function Rg(e, s, t, a, n, i) {
9559
+ return i.showHighlight ? (o(), l("div", {
9560
+ key: 0,
9561
+ class: h(["ecs-highlight", [i.classes, { "fade-out": n.setFadeOut }]]),
9562
+ style: x({ ...i.highlightColor, ...i.borderRadiusStyle, ...i.transitionStyles })
9563
+ }, [
9564
+ t.layout === "wrap" ? p(e.$slots, "default", { key: 0 }, void 0, !0) : u("", !0)
9565
+ ], 6)) : u("", !0);
9566
+ }
9567
+ const t_ = /* @__PURE__ */ v(Fg, [["render", Rg], ["__scopeId", "data-v-6db2fdf6"]]), Vg = {
9477
9568
  name: "ecs-toolbar",
9478
9569
  props: {
9479
9570
  /** Determines the type of the toolbar. */
@@ -9483,19 +9574,19 @@ const Jb = /* @__PURE__ */ v(Og, [["render", Dg], ["__scopeId", "data-v-c9188464
9483
9574
  default: "index"
9484
9575
  }
9485
9576
  }
9486
- }, Rg = {
9577
+ }, Hg = {
9487
9578
  class: "ecs-toolbar",
9488
9579
  role: "toolbar",
9489
9580
  "aria-label": "Main"
9490
9581
  };
9491
- function Vg(e, s, t, a, n, i) {
9492
- return o(), l("div", Rg, [
9582
+ function qg(e, s, t, a, n, i) {
9583
+ return o(), l("div", Hg, [
9493
9584
  p(e.$slots, "default", {}, void 0, !0)
9494
9585
  ]);
9495
9586
  }
9496
- const Hg = /* @__PURE__ */ v(Fg, [["render", Vg], ["__scopeId", "data-v-a6ddde36"]]), qg = {
9587
+ const Wg = /* @__PURE__ */ v(Vg, [["render", qg], ["__scopeId", "data-v-a6ddde36"]]), jg = {
9497
9588
  name: "ecs-index-toolbar",
9498
- components: { EcsToolbar: Hg, EcsButtonToolbarGroup: Ht, EcsFlexCol: dg, EcsFlexRow: Te },
9589
+ components: { EcsToolbar: Wg, EcsButtonToolbarGroup: Ht, EcsFlexCol: dg, EcsFlexRow: Te },
9499
9590
  props: {
9500
9591
  /** The label used to describe the objects shown in the index view. E.g.: "Entries", "Profiles", etc. */
9501
9592
  type: {
@@ -9513,8 +9604,8 @@ const Hg = /* @__PURE__ */ v(Fg, [["render", Vg], ["__scopeId", "data-v-a6ddde36
9513
9604
  dismissed: !1
9514
9605
  };
9515
9606
  }
9516
- }, Wg = { class: "ecs-toolbar-search" }, jg = { class: "number" }, Ug = { class: "type" }, Gg = { class: "ecs-toolbar-right-section" }, Kg = { class: "ecs-toolbar-right-section" };
9517
- function Yg(e, s, t, a, n, i) {
9607
+ }, Ug = { class: "ecs-toolbar-search" }, Gg = { class: "number" }, Kg = { class: "type" }, Yg = { class: "ecs-toolbar-right-section" }, Xg = { class: "ecs-toolbar-right-section" };
9608
+ function Zg(e, s, t, a, n, i) {
9518
9609
  const r = g("ecs-button-toolbar-group"), c = g("ecs-flex-row"), d = g("ecs-flex-col"), m = g("ecs-toolbar");
9519
9610
  return o(), b(m, { class: "ecs-index-toolbar" }, {
9520
9611
  default: S(() => [
@@ -9528,7 +9619,7 @@ function Yg(e, s, t, a, n, i) {
9528
9619
  ]),
9529
9620
  _: 3
9530
9621
  })) : u("", !0),
9531
- f("div", Wg, [
9622
+ f("div", Ug, [
9532
9623
  p(e.$slots, "search", {}, void 0, !0)
9533
9624
  ]),
9534
9625
  _(c, {
@@ -9536,8 +9627,8 @@ function Yg(e, s, t, a, n, i) {
9536
9627
  class: "ecs-toolbar-search-results"
9537
9628
  }, {
9538
9629
  default: S(() => [
9539
- f("span", jg, w(t.count), 1),
9540
- f("span", Ug, w(t.type), 1)
9630
+ f("span", Gg, w(t.count), 1),
9631
+ f("span", Kg, w(t.type), 1)
9541
9632
  ]),
9542
9633
  _: 1
9543
9634
  })
@@ -9546,10 +9637,10 @@ function Yg(e, s, t, a, n, i) {
9546
9637
  }),
9547
9638
  _(d, { columns: 3 }, {
9548
9639
  default: S(() => [
9549
- f("div", Gg, [
9640
+ f("div", Yg, [
9550
9641
  p(e.$slots, "actions-left", {}, void 0, !0)
9551
9642
  ]),
9552
- f("div", Kg, [
9643
+ f("div", Xg, [
9553
9644
  p(e.$slots, "actions-right", {}, void 0, !0)
9554
9645
  ])
9555
9646
  ]),
@@ -9562,7 +9653,7 @@ function Yg(e, s, t, a, n, i) {
9562
9653
  _: 3
9563
9654
  });
9564
9655
  }
9565
- const Qb = /* @__PURE__ */ v(qg, [["render", Yg], ["__scopeId", "data-v-3e639a35"]]), Xg = {
9656
+ const s_ = /* @__PURE__ */ v(jg, [["render", Zg], ["__scopeId", "data-v-3e639a35"]]), Jg = {
9566
9657
  name: "ecs-info-tooltip",
9567
9658
  emits: ["click"],
9568
9659
  components: {
@@ -9581,7 +9672,7 @@ const Qb = /* @__PURE__ */ v(qg, [["render", Yg], ["__scopeId", "data-v-3e639a35
9581
9672
  }
9582
9673
  }
9583
9674
  };
9584
- function Zg(e, s, t, a, n, i) {
9675
+ function Qg(e, s, t, a, n, i) {
9585
9676
  const r = g("ecs-icon");
9586
9677
  return o(), l("i", {
9587
9678
  class: "ecs-info-tooltip",
@@ -9593,7 +9684,7 @@ function Zg(e, s, t, a, n, i) {
9593
9684
  }, null, 8, ["type"])
9594
9685
  ]);
9595
9686
  }
9596
- const e_ = /* @__PURE__ */ v(Xg, [["render", Zg], ["__scopeId", "data-v-97a5e4d9"]]), Jg = {
9687
+ const i_ = /* @__PURE__ */ v(Jg, [["render", Qg], ["__scopeId", "data-v-97a5e4d9"]]), em = {
9597
9688
  name: "ecs-input",
9598
9689
  emits: ["update:modelValue", "change", "keyup", "blur"],
9599
9690
  props: {
@@ -9674,8 +9765,8 @@ const e_ = /* @__PURE__ */ v(Xg, [["render", Zg], ["__scopeId", "data-v-97a5e4d9
9674
9765
  return this.format && this.format !== "" ? `ecs-form-control-format-${this.format}` : this.format;
9675
9766
  }
9676
9767
  }
9677
- }, Qg = ["value", "type", "name", "disabled", "required", "readonly", "placeholder", "autocomplete", "min", "max", "step", "id"], em = ["value", "name", "disabled", "required", "readonly", "placeholder", "id"];
9678
- function tm(e, s, t, a, n, i) {
9768
+ }, tm = ["value", "type", "name", "disabled", "required", "readonly", "placeholder", "autocomplete", "min", "max", "step", "id"], sm = ["value", "name", "disabled", "required", "readonly", "placeholder", "id"];
9769
+ function im(e, s, t, a, n, i) {
9679
9770
  return t.type != "textarea" ? (o(), l("input", De({
9680
9771
  key: 0,
9681
9772
  class: ["ecs-form-control", [
@@ -9702,7 +9793,7 @@ function tm(e, s, t, a, n, i) {
9702
9793
  step: t.step,
9703
9794
  ref: t.refr,
9704
9795
  id: t.refr
9705
- }), null, 16, Qg)) : (o(), l("textarea", De({
9796
+ }), null, 16, tm)) : (o(), l("textarea", De({
9706
9797
  key: 1,
9707
9798
  class: ["ecs-form-control", [
9708
9799
  i.sizeClass,
@@ -9723,9 +9814,9 @@ function tm(e, s, t, a, n, i) {
9723
9814
  }, e.$attrs, {
9724
9815
  ref: t.refr,
9725
9816
  id: t.refr
9726
- }), null, 16, em));
9817
+ }), null, 16, sm));
9727
9818
  }
9728
- const sm = /* @__PURE__ */ v(Jg, [["render", tm], ["__scopeId", "data-v-0024f16c"]]), im = {
9819
+ const nm = /* @__PURE__ */ v(em, [["render", im], ["__scopeId", "data-v-0024f16c"]]), am = {
9729
9820
  name: "ecs-input-group-addon",
9730
9821
  components: { EcsIcon: M },
9731
9822
  props: {
@@ -9745,7 +9836,7 @@ const sm = /* @__PURE__ */ v(Jg, [["render", tm], ["__scopeId", "data-v-0024f16c
9745
9836
  }
9746
9837
  }
9747
9838
  };
9748
- function nm(e, s, t, a, n, i) {
9839
+ function om(e, s, t, a, n, i) {
9749
9840
  const r = g("ecs-icon");
9750
9841
  return o(), l("span", {
9751
9842
  class: h(["ecs-input-group-addon", [i.iconClass, t.button ? "has-button" : ""]])
@@ -9759,13 +9850,13 @@ function nm(e, s, t, a, n, i) {
9759
9850
  }, null, 8, ["type"])) : u("", !0)
9760
9851
  ], 2);
9761
9852
  }
9762
- const t_ = /* @__PURE__ */ v(im, [["render", nm]]), am = {
9853
+ const n_ = /* @__PURE__ */ v(am, [["render", om]]), rm = {
9763
9854
  name: "ecs-input-connector"
9764
- }, om = { class: "ecs-input-group-addon connector" };
9765
- function rm(e, s, t, a, n, i) {
9766
- return o(), l("span", om);
9855
+ }, lm = { class: "ecs-input-group-addon connector" };
9856
+ function cm(e, s, t, a, n, i) {
9857
+ return o(), l("span", lm);
9767
9858
  }
9768
- const s_ = /* @__PURE__ */ v(am, [["render", rm]]), lm = {
9859
+ const a_ = /* @__PURE__ */ v(rm, [["render", cm]]), dm = {
9769
9860
  name: "ecs-input-float",
9770
9861
  emits: ["input"],
9771
9862
  mixins: [ue],
@@ -9839,9 +9930,9 @@ const s_ = /* @__PURE__ */ v(am, [["render", rm]]), lm = {
9839
9930
  created() {
9840
9931
  this.uniqueId = this.generateUniqueId();
9841
9932
  }
9842
- }, cm = { class: "form-group has-float-label" }, dm = ["id", "type", "name", "disabled", "required", "readonly", "placeholder", "autocomplete", "value"], um = ["for"];
9843
- function fm(e, s, t, a, n, i) {
9844
- return o(), l("div", cm, [
9933
+ }, um = { class: "form-group has-float-label" }, fm = ["id", "type", "name", "disabled", "required", "readonly", "placeholder", "autocomplete", "value"], gm = ["for"];
9934
+ function mm(e, s, t, a, n, i) {
9935
+ return o(), l("div", um, [
9845
9936
  f("input", De({
9846
9937
  class: ["form-control", [
9847
9938
  i.sizeClass,
@@ -9857,11 +9948,11 @@ function fm(e, s, t, a, n, i) {
9857
9948
  autocomplete: t.autocomplete,
9858
9949
  value: t.value,
9859
9950
  onInput: s[0] || (s[0] = (...r) => i.changeValue && i.changeValue(...r))
9860
- }, e.$attrs), null, 16, dm),
9861
- f("label", { for: n.uniqueId }, w(t.label), 9, um)
9951
+ }, e.$attrs), null, 16, fm),
9952
+ f("label", { for: n.uniqueId }, w(t.label), 9, gm)
9862
9953
  ]);
9863
9954
  }
9864
- const i_ = /* @__PURE__ */ v(lm, [["render", fm], ["__scopeId", "data-v-3191dd13"]]), gm = {
9955
+ const o_ = /* @__PURE__ */ v(dm, [["render", mm], ["__scopeId", "data-v-3191dd13"]]), pm = {
9865
9956
  props: {
9866
9957
  /** If the input group contains only one input element, set this prop to true. */
9867
9958
  singleInput: {
@@ -9870,14 +9961,14 @@ const i_ = /* @__PURE__ */ v(lm, [["render", fm], ["__scopeId", "data-v-3191dd13
9870
9961
  }
9871
9962
  }
9872
9963
  };
9873
- function mm(e, s, t, a, n, i) {
9964
+ function hm(e, s, t, a, n, i) {
9874
9965
  return o(), l("div", {
9875
9966
  class: h(["ecs-input-group", t.singleInput ? "ecs-input-group-single" : ""])
9876
9967
  }, [
9877
9968
  p(e.$slots, "default")
9878
9969
  ], 2);
9879
9970
  }
9880
- const n_ = /* @__PURE__ */ v(gm, [["render", mm]]), pm = {
9971
+ const r_ = /* @__PURE__ */ v(pm, [["render", hm]]), vm = {
9881
9972
  name: "ecs-jumper-document",
9882
9973
  emits: [
9883
9974
  "goToPrev",
@@ -9939,11 +10030,11 @@ const n_ = /* @__PURE__ */ v(gm, [["render", mm]]), pm = {
9939
10030
  this.$emit("indexPosKeyPressed", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
9940
10031
  }
9941
10032
  }
9942
- }, hm = {
10033
+ }, ym = {
9943
10034
  key: 0,
9944
10035
  class: "ecs-viewer-toolbar-jumper-inputs"
9945
- }, vm = ["disabled"];
9946
- function ym(e, s, t, a, n, i) {
10036
+ }, bm = ["disabled"];
10037
+ function _m(e, s, t, a, n, i) {
9947
10038
  const r = g("ecs-button-toolbar"), c = g("ecs-button-toolbar-group");
9948
10039
  return o(), b(c, { class: "ecs-viewer-toolbar-jumper" }, {
9949
10040
  default: S(() => [
@@ -9955,7 +10046,7 @@ function ym(e, s, t, a, n, i) {
9955
10046
  icon: "toolbar-page-navigation",
9956
10047
  "aria-label": i.ariaLabelPrev
9957
10048
  }, null, 8, ["disabled", "title", "aria-label"]),
9958
- t.showCount ? (o(), l("div", hm, [
10049
+ t.showCount ? (o(), l("div", ym, [
9959
10050
  f("div", {
9960
10051
  onClick: s[1] || (s[1] = (d) => e.$emit("selectCurEntryText")),
9961
10052
  onKeydown: s[2] || (s[2] = (...d) => i.indexPosKeyPressed && i.indexPosKeyPressed(...d)),
@@ -9964,7 +10055,7 @@ function ym(e, s, t, a, n, i) {
9964
10055
  class: "ecs-viewer-toolbar-jumper-input",
9965
10056
  disabled: t.navigating || null,
9966
10057
  id: "currEntry"
9967
- }, w(t.currentEntry), 41, vm),
10058
+ }, w(t.currentEntry), 41, bm),
9968
10059
  D(" /  "),
9969
10060
  f("div", null, w(t.totalEntries), 1)
9970
10061
  ])) : u("", !0),
@@ -9980,7 +10071,7 @@ function ym(e, s, t, a, n, i) {
9980
10071
  _: 1
9981
10072
  });
9982
10073
  }
9983
- const a_ = /* @__PURE__ */ v(pm, [["render", ym], ["__scopeId", "data-v-9ff41728"]]), bm = {
10074
+ const l_ = /* @__PURE__ */ v(vm, [["render", _m], ["__scopeId", "data-v-9ff41728"]]), km = {
9984
10075
  name: "ecs-jumper-index",
9985
10076
  emits: [
9986
10077
  "nextSearchResult",
@@ -10049,14 +10140,14 @@ const a_ = /* @__PURE__ */ v(pm, [["render", ym], ["__scopeId", "data-v-9ff41728
10049
10140
  this.$emit("setSearchResultCount", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
10050
10141
  }
10051
10142
  }
10052
- }, _m = {
10143
+ }, wm = {
10053
10144
  key: 0,
10054
10145
  class: "ecs-jumper-count"
10055
- }, km = { class: "ecs-jumper-count-current" }, wm = { class: "ecs-jumper-count-total" }, Sm = {
10146
+ }, Sm = { class: "ecs-jumper-count-current" }, Cm = { class: "ecs-jumper-count-total" }, xm = {
10056
10147
  key: 1,
10057
10148
  class: "ecs-jumper-count-inputs"
10058
10149
  };
10059
- function Cm(e, s, t, a, n, i) {
10150
+ function Bm(e, s, t, a, n, i) {
10060
10151
  const r = g("ecs-button-toolbar"), c = g("ecs-button-toolbar-group");
10061
10152
  return o(), b(c, { class: "ecs-jumper" }, {
10062
10153
  default: S(() => [
@@ -10067,11 +10158,11 @@ function Cm(e, s, t, a, n, i) {
10067
10158
  "aria-label": i.ariaLabelPrev,
10068
10159
  class: "ecs-jumper-previous"
10069
10160
  }, null, 8, ["onClick", "disabled", "title", "aria-label"]),
10070
- t.showCount && !t.inputPagination ? (o(), l("div", _m, [
10071
- f("span", km, w(i.currentPosition), 1),
10072
- f("span", wm, "/" + w(t.maxCount), 1)
10161
+ t.showCount && !t.inputPagination ? (o(), l("div", wm, [
10162
+ f("span", Sm, w(i.currentPosition), 1),
10163
+ f("span", Cm, "/" + w(t.maxCount), 1)
10073
10164
  ])) : u("", !0),
10074
- t.inputPagination ? (o(), l("div", Sm, [
10165
+ t.inputPagination ? (o(), l("div", xm, [
10075
10166
  f("div", {
10076
10167
  onClick: s[0] || (s[0] = (...d) => i.selectSearchResultCount && i.selectSearchResultCount(...d)),
10077
10168
  onKeydown: s[1] || (s[1] = (...d) => i.setSearchResultCount && i.setSearchResultCount(...d)),
@@ -10092,7 +10183,7 @@ function Cm(e, s, t, a, n, i) {
10092
10183
  _: 1
10093
10184
  });
10094
10185
  }
10095
- const o_ = /* @__PURE__ */ v(bm, [["render", Cm], ["__scopeId", "data-v-e2edd2d3"]]), xm = {
10186
+ const c_ = /* @__PURE__ */ v(km, [["render", Bm], ["__scopeId", "data-v-e2edd2d3"]]), zm = {
10096
10187
  name: "ecs-jumper-page",
10097
10188
  emits: [
10098
10189
  "selectCurPageText",
@@ -10147,19 +10238,19 @@ const o_ = /* @__PURE__ */ v(bm, [["render", Cm], ["__scopeId", "data-v-e2edd2d3
10147
10238
  this.$emit("currentPageKeyPressed", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
10148
10239
  }
10149
10240
  }
10150
- }, Bm = { class: "ecs-viewer-pages" }, zm = { class: "ecs-viewer-pages-inner" }, Im = { class: "ecs-viewer-pages-pagination" }, Em = { class: "total-pages" }, $m = {
10241
+ }, Im = { class: "ecs-viewer-pages" }, Em = { class: "ecs-viewer-pages-inner" }, $m = { class: "ecs-viewer-pages-pagination" }, Pm = { class: "total-pages" }, Tm = {
10151
10242
  key: 0,
10152
10243
  class: "page-missing-gaps",
10153
10244
  title: "This transcript has missing page gaps"
10154
- }, Pm = { class: "ecs-viewer-pages-pagination" }, Tm = { class: "total-pages-relative" }, Mm = { class: "total-pages-relative" }, Lm = {
10245
+ }, Mm = { class: "ecs-viewer-pages-pagination" }, Om = { class: "total-pages-relative" }, Lm = { class: "total-pages-relative" }, Am = {
10155
10246
  key: 1,
10156
10247
  class: "ecs-viewer-pages-pagination"
10157
- }, Om = ["innerHTML"], Am = { class: "total-pages" };
10158
- function Nm(e, s, t, a, n, i) {
10159
- return o(), l("div", Bm, [
10160
- f("div", zm, [
10248
+ }, Nm = ["innerHTML"], Dm = { class: "total-pages" };
10249
+ function Fm(e, s, t, a, n, i) {
10250
+ return o(), l("div", Im, [
10251
+ f("div", Em, [
10161
10252
  i.showAltPageNumbers ? (o(), l(J, { key: 0 }, [
10162
- f("div", Im, [
10253
+ f("div", $m, [
10163
10254
  f("div", {
10164
10255
  onClick: s[0] || (s[0] = (r) => e.$emit("selectCurPageText")),
10165
10256
  onKeydown: s[1] || (s[1] = (r) => i.pageKeyPressed(r, "relative")),
@@ -10168,14 +10259,14 @@ function Nm(e, s, t, a, n, i) {
10168
10259
  class: "current-page",
10169
10260
  id: "currPage"
10170
10261
  }, w(t.currentPage), 33),
10171
- f("div", Em, "of " + w(t.lastPage), 1),
10172
- t.isTranscriptMissingPages ? (o(), l("span", $m, "*")) : u("", !0)
10262
+ f("div", Pm, "of " + w(t.lastPage), 1),
10263
+ t.isTranscriptMissingPages ? (o(), l("span", Tm, "*")) : u("", !0)
10173
10264
  ]),
10174
- f("div", Pm, [
10175
- f("div", Tm, w(i.altPageNumber) + " ", 1),
10176
- f("div", Mm, "of " + w(t.pageCount), 1)
10265
+ f("div", Mm, [
10266
+ f("div", Om, w(i.altPageNumber) + " ", 1),
10267
+ f("div", Lm, "of " + w(t.pageCount), 1)
10177
10268
  ])
10178
- ], 64)) : (o(), l("div", Lm, [
10269
+ ], 64)) : (o(), l("div", Am, [
10179
10270
  f("div", {
10180
10271
  innerHTML: t.currentPage,
10181
10272
  onClick: s[3] || (s[3] = (r) => e.$emit("selectCurPageText")),
@@ -10184,13 +10275,13 @@ function Nm(e, s, t, a, n, i) {
10184
10275
  contenteditable: !0,
10185
10276
  class: "current-page",
10186
10277
  id: "currPage"
10187
- }, null, 40, Om),
10188
- f("div", Am, "of " + w(t.pageCount), 1)
10278
+ }, null, 40, Nm),
10279
+ f("div", Dm, "of " + w(t.pageCount), 1)
10189
10280
  ]))
10190
10281
  ])
10191
10282
  ]);
10192
10283
  }
10193
- const r_ = /* @__PURE__ */ v(xm, [["render", Nm], ["__scopeId", "data-v-0346f2c1"]]), Dm = {
10284
+ const d_ = /* @__PURE__ */ v(zm, [["render", Fm], ["__scopeId", "data-v-0346f2c1"]]), Rm = {
10194
10285
  // eslint-disable-next-line vue/multi-word-component-names
10195
10286
  name: "ecs-pane",
10196
10287
  inject: ["requestUpdate", "onPaneAdd", "onPaneRemove", "onPaneClick"],
@@ -10240,16 +10331,16 @@ const r_ = /* @__PURE__ */ v(xm, [["render", Nm], ["__scopeId", "data-v-0346f2c1
10240
10331
  }
10241
10332
  }
10242
10333
  };
10243
- function Fm(e, s, t, a, n, i) {
10334
+ function Vm(e, s, t, a, n, i) {
10244
10335
  return o(), l("div", {
10245
10336
  class: "ecs-pane",
10246
10337
  onClick: s[0] || (s[0] = (r) => i.onPaneClick(r, e._.uid)),
10247
- style: B(e.style)
10338
+ style: x(e.style)
10248
10339
  }, [
10249
10340
  p(e.$slots, "default")
10250
10341
  ], 4);
10251
10342
  }
10252
- const Rm = /* @__PURE__ */ v(Dm, [["render", Fm]]), Vm = {
10343
+ const Hm = /* @__PURE__ */ v(Rm, [["render", Vm]]), qm = {
10253
10344
  // eslint-disable-next-line vue/multi-word-component-names
10254
10345
  name: "ecs-splitpanes",
10255
10346
  emits: ["ready", "resize", "resized", "pane-click", "pane-maximize", "pane-add", "pane-remove", "splitter-click"],
@@ -10546,11 +10637,11 @@ const Rm = /* @__PURE__ */ v(Dm, [["render", Fm]]), Vm = {
10546
10637
  this.$slots.default()
10547
10638
  );
10548
10639
  }
10549
- }, Hm = {
10640
+ }, Wm = {
10550
10641
  name: "ecs-layout-index",
10551
10642
  components: {
10552
- EcsPane: Rm,
10553
- EcsSplitpanes: Vm
10643
+ EcsPane: Hm,
10644
+ EcsSplitpanes: qm
10554
10645
  },
10555
10646
  props: {
10556
10647
  /** Needs to be set if the sidebar should be overlaying the content, instead of pushing the content to the left. */
@@ -10587,14 +10678,14 @@ const Rm = /* @__PURE__ */ v(Dm, [["render", Fm]]), Vm = {
10587
10678
  return this.overlaySidebar && this.$slots.sidebar ? "bottom: 40px;" : "bottom: 0px;";
10588
10679
  }
10589
10680
  }
10590
- }, qm = { class: "ecs-index-layout-contents" }, Wm = {
10681
+ }, jm = { class: "ecs-index-layout-contents" }, Um = {
10591
10682
  key: 0,
10592
10683
  class: "ecs-index-layout-table scrollbar"
10593
- }, jm = {
10684
+ }, Gm = {
10594
10685
  key: 2,
10595
10686
  class: "ecs-index-layout-pagination"
10596
10687
  };
10597
- function Um(e, s, t, a, n, i) {
10688
+ function Km(e, s, t, a, n, i) {
10598
10689
  const r = g("ecs-pane"), c = g("ecs-splitpanes");
10599
10690
  return o(), l("div", {
10600
10691
  class: h(["ecs-index-layout", [t.backgroundWhite ? "background-white" : ""]])
@@ -10604,7 +10695,7 @@ function Um(e, s, t, a, n, i) {
10604
10695
  f("div", {
10605
10696
  class: h(["ecs-index-layout-wrap", [t.indent ? "indent" : ""]])
10606
10697
  }, [
10607
- f("main", qm, [
10698
+ f("main", jm, [
10608
10699
  t.splitPane ? (o(), b(c, { key: 1 }, {
10609
10700
  default: S(() => [
10610
10701
  _(r, {
@@ -10631,24 +10722,24 @@ function Um(e, s, t, a, n, i) {
10631
10722
  }, 8, ["size", "minSize", "maxSize"])) : u("", !0)
10632
10723
  ]),
10633
10724
  _: 3
10634
- })) : (o(), l("div", Wm, [
10725
+ })) : (o(), l("div", Um, [
10635
10726
  p(e.$slots, "default", {}, void 0, !0)
10636
10727
  ])),
10637
- e.$slots.pagination ? (o(), l("div", jm, [
10728
+ e.$slots.pagination ? (o(), l("div", Gm, [
10638
10729
  p(e.$slots, "pagination", {}, void 0, !0)
10639
10730
  ])) : u("", !0)
10640
10731
  ]),
10641
10732
  e.$slots.sidebar ? (o(), l("div", {
10642
10733
  key: 0,
10643
10734
  class: h(["ecs-index-layout-sidebar", [t.overlaySidebar ? "overlay" : ""]]),
10644
- style: B(i.sidebarPosition)
10735
+ style: x(i.sidebarPosition)
10645
10736
  }, [
10646
10737
  p(e.$slots, "sidebar", {}, void 0, !0)
10647
10738
  ], 6)) : u("", !0)
10648
10739
  ], 2)
10649
10740
  ], 2);
10650
10741
  }
10651
- const l_ = /* @__PURE__ */ v(Hm, [["render", Um], ["__scopeId", "data-v-5cfb4bdd"]]), Gm = {
10742
+ const u_ = /* @__PURE__ */ v(Wm, [["render", Km], ["__scopeId", "data-v-5cfb4bdd"]]), Ym = {
10652
10743
  name: "ecs-layout-directory",
10653
10744
  props: {
10654
10745
  /** Needs to be set if the sidebar should be overlaying the content, instead of pushing the content to the left. */
@@ -10662,20 +10753,20 @@ const l_ = /* @__PURE__ */ v(Hm, [["render", Um], ["__scopeId", "data-v-5cfb4bdd
10662
10753
  default: !1
10663
10754
  }
10664
10755
  }
10665
- }, Km = { class: "ecs-directory-layout" }, Ym = { class: "ecs-directory-layout-wrap" }, Xm = { class: "ecs-directory-layout-contents" }, Zm = {
10756
+ }, Xm = { class: "ecs-directory-layout" }, Zm = { class: "ecs-directory-layout-wrap" }, Jm = { class: "ecs-directory-layout-contents" }, Qm = {
10666
10757
  key: 0,
10667
10758
  class: "ecs-directory-layout-directory"
10668
- }, Jm = {
10759
+ }, ep = {
10669
10760
  key: 1,
10670
10761
  class: "ecs-directory-layout-sidebar"
10671
10762
  };
10672
- function Qm(e, s, t, a, n, i) {
10673
- return o(), l("div", Km, [
10763
+ function tp(e, s, t, a, n, i) {
10764
+ return o(), l("div", Xm, [
10674
10765
  p(e.$slots, "toolbar", {}, void 0, !0),
10675
10766
  p(e.$slots, "action-toolbar", {}, void 0, !0),
10676
- f("div", Ym, [
10677
- f("div", Xm, [
10678
- e.$slots.directory ? (o(), l("aside", Zm, [
10767
+ f("div", Zm, [
10768
+ f("div", Jm, [
10769
+ e.$slots.directory ? (o(), l("aside", Qm, [
10679
10770
  p(e.$slots, "directory", {}, void 0, !0)
10680
10771
  ])) : u("", !0),
10681
10772
  f("main", {
@@ -10683,14 +10774,14 @@ function Qm(e, s, t, a, n, i) {
10683
10774
  }, [
10684
10775
  p(e.$slots, "default", {}, void 0, !0)
10685
10776
  ], 2),
10686
- e.$slots.sidebar ? (o(), l("div", Jm, [
10777
+ e.$slots.sidebar ? (o(), l("div", ep, [
10687
10778
  p(e.$slots, "sidebar", {}, void 0, !0)
10688
10779
  ])) : u("", !0)
10689
10780
  ])
10690
10781
  ])
10691
10782
  ]);
10692
10783
  }
10693
- const c_ = /* @__PURE__ */ v(Gm, [["render", Qm], ["__scopeId", "data-v-dd8572c4"]]), ep = {
10784
+ const f_ = /* @__PURE__ */ v(Ym, [["render", tp], ["__scopeId", "data-v-dd8572c4"]]), sp = {
10694
10785
  name: "ecs-layout-data-table",
10695
10786
  components: { EcsActionToolbar: wi, EcsButton: Se },
10696
10787
  mixins: [ue],
@@ -10731,22 +10822,22 @@ const c_ = /* @__PURE__ */ v(Gm, [["render", Qm], ["__scopeId", "data-v-dd8572c4
10731
10822
  created() {
10732
10823
  this.showStatistics = localStorage.getItem("showStatistics") !== "false", this.statisticsId = this.generateUniqueId();
10733
10824
  }
10734
- }, tp = { class: "ecs-data-layout-content" }, sp = {
10825
+ }, ip = { class: "ecs-data-layout-content" }, np = {
10735
10826
  key: 0,
10736
10827
  role: "toolbar",
10737
10828
  "aria-label": "Main",
10738
10829
  class: "ecs-data-layout-toolbar"
10739
- }, ip = ["id"], np = { class: "ecs-data-layout-data" }, ap = { class: "ecs-data-layout-sidebar-inner" }, op = {
10830
+ }, ap = ["id"], op = { class: "ecs-data-layout-data" }, rp = { class: "ecs-data-layout-sidebar-inner" }, lp = {
10740
10831
  key: 0,
10741
10832
  class: "ecs-data-layout-sidebar-header"
10742
- }, rp = { class: "ecs-data-layout-sidebar-content scrollbar scrollbar-sml" };
10743
- function lp(e, s, t, a, n, i) {
10833
+ }, cp = { class: "ecs-data-layout-sidebar-content scrollbar scrollbar-sml" };
10834
+ function dp(e, s, t, a, n, i) {
10744
10835
  const r = g("ecs-button"), c = g("ecs-action-toolbar");
10745
10836
  return o(), l("div", {
10746
10837
  class: h(["ecs-data-layout", t.leftBorder ? "left-border" : ""])
10747
10838
  }, [
10748
- f("main", tp, [
10749
- e.$slots.toolbar ? (o(), l("div", sp, [
10839
+ f("main", ip, [
10840
+ e.$slots.toolbar ? (o(), l("div", np, [
10750
10841
  p(e.$slots, "toolbar", {}, void 0, !0),
10751
10842
  e.$slots.statistics ? (o(), b(r, {
10752
10843
  key: 0,
@@ -10770,7 +10861,7 @@ function lp(e, s, t, a, n, i) {
10770
10861
  id: n.statisticsId
10771
10862
  }, [
10772
10863
  p(e.$slots, "statistics", {}, void 0, !0)
10773
- ], 8, ip)) : u("", !0)
10864
+ ], 8, ap)) : u("", !0)
10774
10865
  ]),
10775
10866
  _: 3
10776
10867
  }, 8, ["name"]),
@@ -10782,7 +10873,7 @@ function lp(e, s, t, a, n, i) {
10782
10873
  }, 512)), [
10783
10874
  [gt, t.showActionbar]
10784
10875
  ]) : u("", !0),
10785
- f("div", np, [
10876
+ f("div", op, [
10786
10877
  p(e.$slots, "default", {}, void 0, !0)
10787
10878
  ])
10788
10879
  ]),
@@ -10790,23 +10881,23 @@ function lp(e, s, t, a, n, i) {
10790
10881
  key: 0,
10791
10882
  class: h(["ecs-data-layout-sidebar", t.sidebarExpanded ? "expanded" : ""])
10792
10883
  }, [
10793
- f("div", ap, [
10794
- e.$slots.sidebarheader ? (o(), l("div", op, [
10884
+ f("div", rp, [
10885
+ e.$slots.sidebarheader ? (o(), l("div", lp, [
10795
10886
  p(e.$slots, "sidebarheader", {}, void 0, !0)
10796
10887
  ])) : u("", !0),
10797
- f("div", rp, [
10888
+ f("div", cp, [
10798
10889
  p(e.$slots, "sidebarcontent", {}, void 0, !0)
10799
10890
  ])
10800
10891
  ])
10801
10892
  ], 2)) : u("", !0)
10802
10893
  ], 2);
10803
10894
  }
10804
- const d_ = /* @__PURE__ */ v(ep, [["render", lp], ["__scopeId", "data-v-860bdba9"]]), cp = {
10895
+ const g_ = /* @__PURE__ */ v(sp, [["render", dp], ["__scopeId", "data-v-860bdba9"]]), up = {
10805
10896
  name: "ecs-legend-item",
10806
10897
  emits: ["click"],
10807
10898
  components: {
10808
10899
  EcsFlexRow: Te,
10809
- EcsFocusRing: L
10900
+ EcsFocusRing: O
10810
10901
  },
10811
10902
  props: {
10812
10903
  /** Determines the type of legend message. */
@@ -10861,14 +10952,14 @@ const d_ = /* @__PURE__ */ v(ep, [["render", lp], ["__scopeId", "data-v-860bdba9
10861
10952
  return `ecs-legend-item-${this.size}`;
10862
10953
  }
10863
10954
  }
10864
- }, dp = { class: "ecs-legend-item-label" }, up = {
10955
+ }, fp = { class: "ecs-legend-item-label" }, gp = {
10865
10956
  key: 0,
10866
10957
  class: "ecs-legend-item-count"
10867
- }, fp = {
10958
+ }, mp = {
10868
10959
  key: 1,
10869
10960
  class: "ecs-legend-item-percentage"
10870
10961
  };
10871
- function gp(e, s, t, a, n, i) {
10962
+ function pp(e, s, t, a, n, i) {
10872
10963
  const r = g("ecs-focus-ring"), c = g("ecs-flex-row");
10873
10964
  return o(), b(c, {
10874
10965
  onClick: s[0] || (s[0] = (d) => e.$emit("click", d)),
@@ -10884,22 +10975,22 @@ function gp(e, s, t, a, n, i) {
10884
10975
  default: S(() => [
10885
10976
  f("div", {
10886
10977
  class: h(["ecs-legend-item-color", t.type]),
10887
- style: B({ backgroundColor: i.validColor })
10978
+ style: x({ backgroundColor: i.validColor })
10888
10979
  }, null, 6),
10889
- f("div", dp, w(t.label), 1),
10890
- t.count ? (o(), l("div", up, w(t.count), 1)) : u("", !0),
10891
- t.percentage ? (o(), l("div", fp, w(i.percentageLabel), 1)) : u("", !0),
10980
+ f("div", fp, w(t.label), 1),
10981
+ t.count ? (o(), l("div", gp, w(t.count), 1)) : u("", !0),
10982
+ t.percentage ? (o(), l("div", mp, w(i.percentageLabel), 1)) : u("", !0),
10892
10983
  t.highlight || t.hover ? (o(), l("div", {
10893
10984
  key: 2,
10894
10985
  class: "ecs-legend-item-highlight",
10895
- style: B({ backgroundColor: i.validColor })
10986
+ style: x({ backgroundColor: i.validColor })
10896
10987
  }, null, 4)) : u("", !0),
10897
10988
  t.hover ? (o(), b(r, { key: 3 })) : u("", !0)
10898
10989
  ]),
10899
10990
  _: 1
10900
10991
  }, 8, ["role", "tabindex", "class"]);
10901
10992
  }
10902
- const u_ = /* @__PURE__ */ v(cp, [["render", gp], ["__scopeId", "data-v-3e5473d4"]]), mp = {
10993
+ const m_ = /* @__PURE__ */ v(up, [["render", pp], ["__scopeId", "data-v-3e5473d4"]]), hp = {
10903
10994
  name: "ecs-log-message",
10904
10995
  components: {
10905
10996
  EcsFlexRow: Te,
@@ -10941,18 +11032,18 @@ const u_ = /* @__PURE__ */ v(cp, [["render", gp], ["__scopeId", "data-v-3e5473d4
10941
11032
  return ["warning", "error"].includes(this.type) ? "alert" : null;
10942
11033
  }
10943
11034
  }
10944
- }, pp = { class: "ecs-log-message-content" }, hp = {
11035
+ }, vp = { class: "ecs-log-message-content" }, yp = {
10945
11036
  key: 2,
10946
11037
  class: "ecs-log-message-meta"
10947
11038
  };
10948
- function vp(e, s, t, a, n, i) {
11039
+ function bp(e, s, t, a, n, i) {
10949
11040
  const r = g("ecs-skeleton-loader"), c = g("ecs-sticker"), d = g("ecs-flex-row");
10950
11041
  return o(), b(d, {
10951
11042
  class: h(["ecs-log-message", [t.type, t.highlight ? "highlighted" : ""]]),
10952
11043
  role: i.alertRole,
10953
11044
  "aria-busy": t.loading || null,
10954
11045
  align: "start",
10955
- style: B(i.padding)
11046
+ style: x(i.padding)
10956
11047
  }, {
10957
11048
  default: S(() => [
10958
11049
  t.loading && t.type != "blank" ? (o(), b(r, {
@@ -10964,7 +11055,7 @@ function vp(e, s, t, a, n, i) {
10964
11055
  key: 1,
10965
11056
  type: t.type
10966
11057
  }, null, 8, ["type"])) : u("", !0),
10967
- f("div", pp, [
11058
+ f("div", vp, [
10968
11059
  t.loading ? (o(), b(r, {
10969
11060
  key: 0,
10970
11061
  type: "single",
@@ -10972,14 +11063,14 @@ function vp(e, s, t, a, n, i) {
10972
11063
  class: "skeleton-text"
10973
11064
  })) : p(e.$slots, "default", { key: 1 }, void 0, !0)
10974
11065
  ]),
10975
- t.meta && !t.loading ? (o(), l("div", hp, w(t.meta), 1)) : u("", !0)
11066
+ t.meta && !t.loading ? (o(), l("div", yp, w(t.meta), 1)) : u("", !0)
10976
11067
  ]),
10977
11068
  _: 3
10978
11069
  }, 8, ["class", "role", "aria-busy", "style"]);
10979
11070
  }
10980
- const f_ = /* @__PURE__ */ v(mp, [["render", vp], ["__scopeId", "data-v-d461aa9b"]]), yp = {
11071
+ const p_ = /* @__PURE__ */ v(hp, [["render", bp], ["__scopeId", "data-v-d461aa9b"]]), _p = {
10981
11072
  name: "ecs-map",
10982
- components: { EcsFocusRing: L },
11073
+ components: { EcsFocusRing: O },
10983
11074
  props: {
10984
11075
  /** Address of the location, needs to be known by Google Maps. */
10985
11076
  address: {
@@ -11000,8 +11091,8 @@ const f_ = /* @__PURE__ */ v(mp, [["render", vp], ["__scopeId", "data-v-d461aa9b
11000
11091
  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}`;
11001
11092
  }
11002
11093
  }
11003
- }, bp = ["href"], _p = ["src", "alt"];
11004
- function kp(e, s, t, a, n, i) {
11094
+ }, kp = ["href"], wp = ["src", "alt"];
11095
+ function Sp(e, s, t, a, n, i) {
11005
11096
  const r = g("ecs-focus-ring");
11006
11097
  return o(), l("div", {
11007
11098
  class: h(["ecs-map", [t.marker ? "ecs-map-marker" : ""]])
@@ -11014,15 +11105,15 @@ function kp(e, s, t, a, n, i) {
11014
11105
  f("img", {
11015
11106
  src: i.mapImageUrl,
11016
11107
  alt: "Map of " + t.address
11017
- }, null, 8, _p),
11108
+ }, null, 8, wp),
11018
11109
  _(r, {
11019
11110
  inset: 0,
11020
11111
  radius: 4
11021
11112
  })
11022
- ], 8, bp)
11113
+ ], 8, kp)
11023
11114
  ], 2);
11024
11115
  }
11025
- const g_ = /* @__PURE__ */ v(yp, [["render", kp], ["__scopeId", "data-v-e2371c57"]]), wp = {
11116
+ const h_ = /* @__PURE__ */ v(_p, [["render", Sp], ["__scopeId", "data-v-e2371c57"]]), Cp = {
11026
11117
  name: "ecs-modal",
11027
11118
  props: {
11028
11119
  /** Shows the modal. */
@@ -11072,14 +11163,14 @@ const g_ = /* @__PURE__ */ v(yp, [["render", kp], ["__scopeId", "data-v-e2371c57
11072
11163
  mounted() {
11073
11164
  this.show && (this.isShown = !0);
11074
11165
  }
11075
- }, Sp = (e) => (ve("data-v-04163948"), e = e(), ye(), e), Cp = {
11166
+ }, xp = (e) => (ve("data-v-04163948"), e = e(), ye(), e), Bp = {
11076
11167
  key: 0,
11077
11168
  class: "ecs-modal-header-wrap"
11078
- }, xp = { class: "ecs-modal-content-wrap scrollbar" }, Bp = {
11169
+ }, zp = { class: "ecs-modal-content-wrap scrollbar" }, Ip = {
11079
11170
  key: 1,
11080
11171
  class: "ecs-modal-footer-wrap"
11081
- }, zp = /* @__PURE__ */ Sp(() => /* @__PURE__ */ f("div", { class: "ecs-modal-backdrop ecs-modal-sheet-backdrop" }, null, -1));
11082
- function Ip(e, s, t, a, n, i) {
11172
+ }, Ep = /* @__PURE__ */ xp(() => /* @__PURE__ */ f("div", { class: "ecs-modal-backdrop ecs-modal-sheet-backdrop" }, null, -1));
11173
+ function $p(e, s, t, a, n, i) {
11083
11174
  return o(), b(ke, { name: "dialog-fade" }, {
11084
11175
  default: S(() => [
11085
11176
  n.isShown ? (o(), l("div", {
@@ -11088,30 +11179,30 @@ function Ip(e, s, t, a, n, i) {
11088
11179
  }, [
11089
11180
  f("div", {
11090
11181
  class: "ecs-modal-dialog ecs-modal-sheet",
11091
- style: B(i.fixedHeightStyle)
11182
+ style: x(i.fixedHeightStyle)
11092
11183
  }, [
11093
- e.$slots.header ? (o(), l("div", Cp, [
11184
+ e.$slots.header ? (o(), l("div", Bp, [
11094
11185
  p(e.$slots, "header", {}, void 0, !0)
11095
11186
  ])) : u("", !0),
11096
- f("div", xp, [
11187
+ f("div", zp, [
11097
11188
  p(e.$slots, "default", {}, void 0, !0)
11098
11189
  ]),
11099
- e.$slots.footer ? (o(), l("div", Bp, [
11190
+ e.$slots.footer ? (o(), l("div", Ip, [
11100
11191
  p(e.$slots, "footer", {}, void 0, !0)
11101
11192
  ])) : u("", !0)
11102
11193
  ], 4),
11103
- zp
11194
+ Ep
11104
11195
  ], 2)) : u("", !0)
11105
11196
  ]),
11106
11197
  _: 3
11107
11198
  });
11108
11199
  }
11109
- const m_ = /* @__PURE__ */ v(wp, [["render", Ip], ["__scopeId", "data-v-04163948"]]), Ep = {
11200
+ const v_ = /* @__PURE__ */ v(Cp, [["render", $p], ["__scopeId", "data-v-04163948"]]), Pp = {
11110
11201
  name: "ecs-modal-header",
11111
11202
  emits: ["close"],
11112
11203
  components: {
11113
11204
  EcsButton: Se,
11114
- EcsFocusRing: L
11205
+ EcsFocusRing: O
11115
11206
  },
11116
11207
  props: {
11117
11208
  /** Sets the visual style of the modal header. Tabs should always be used when the modal tab header contains a tab bar, while Scroll can be used as an optional indicator for scrollable modals with long contents. */
@@ -11142,21 +11233,21 @@ const m_ = /* @__PURE__ */ v(wp, [["render", Ip], ["__scopeId", "data-v-04163948
11142
11233
  }
11143
11234
  }
11144
11235
  }
11145
- }, $p = {
11236
+ }, Tp = {
11146
11237
  class: "ecs-modal-header-main",
11147
11238
  ref: "firstFocusable",
11148
11239
  tabindex: "0"
11149
- }, Pp = { class: "ecs-modal-header-main-inner" }, Tp = {
11240
+ }, Mp = { class: "ecs-modal-header-main-inner" }, Op = {
11150
11241
  key: 0,
11151
11242
  class: "ecs-modal-header-extended"
11152
11243
  };
11153
- function Mp(e, s, t, a, n, i) {
11244
+ function Lp(e, s, t, a, n, i) {
11154
11245
  const r = g("ecs-button");
11155
11246
  return o(), l("div", {
11156
11247
  class: h(["ecs-modal-header", i.typeClass])
11157
11248
  }, [
11158
- f("div", $p, [
11159
- f("div", Pp, [
11249
+ f("div", Tp, [
11250
+ f("div", Mp, [
11160
11251
  p(e.$slots, "default", {}, void 0, !0)
11161
11252
  ]),
11162
11253
  _(r, {
@@ -11172,31 +11263,31 @@ function Mp(e, s, t, a, n, i) {
11172
11263
  "data-test": "close-modal-button"
11173
11264
  })
11174
11265
  ], 512),
11175
- e.$slots.extension ? (o(), l("div", Tp, [
11266
+ e.$slots.extension ? (o(), l("div", Op, [
11176
11267
  p(e.$slots, "extension", {}, void 0, !0)
11177
11268
  ])) : u("", !0)
11178
11269
  ], 2);
11179
11270
  }
11180
- const p_ = /* @__PURE__ */ v(Ep, [["render", Mp], ["__scopeId", "data-v-14ff8a6b"]]), Lp = {
11271
+ const y_ = /* @__PURE__ */ v(Pp, [["render", Lp], ["__scopeId", "data-v-14ff8a6b"]]), Ap = {
11181
11272
  name: "ecs-modal-footer"
11182
- }, Op = { class: "ecs-modal-footer" }, Ap = {
11273
+ }, Np = { class: "ecs-modal-footer" }, Dp = {
11183
11274
  key: 0,
11184
11275
  class: "ecs-modal-footer-secondary"
11185
- }, Np = { class: "ecs-modal-footer-main" };
11186
- function Dp(e, s, t, a, n, i) {
11187
- return o(), l("div", Op, [
11188
- e.$slots.secondary ? (o(), l("div", Ap, [
11276
+ }, Fp = { class: "ecs-modal-footer-main" };
11277
+ function Rp(e, s, t, a, n, i) {
11278
+ return o(), l("div", Np, [
11279
+ e.$slots.secondary ? (o(), l("div", Dp, [
11189
11280
  p(e.$slots, "secondary", {}, void 0, !0)
11190
11281
  ])) : u("", !0),
11191
- f("div", Np, [
11282
+ f("div", Fp, [
11192
11283
  p(e.$slots, "default", {}, void 0, !0)
11193
11284
  ])
11194
11285
  ]);
11195
11286
  }
11196
- const h_ = /* @__PURE__ */ v(Lp, [["render", Dp], ["__scopeId", "data-v-ac286496"]]), Fp = {
11287
+ const b_ = /* @__PURE__ */ v(Ap, [["render", Rp], ["__scopeId", "data-v-ac286496"]]), Vp = {
11197
11288
  name: "ecs-select-text",
11198
11289
  emits: ["change", "focus", "blur"],
11199
- components: { EcsIcon: M, EcsFocusRing: L },
11290
+ components: { EcsIcon: M, EcsFocusRing: O },
11200
11291
  props: {
11201
11292
  /** Determines the size of the select control. */
11202
11293
  size: {
@@ -11280,8 +11371,8 @@ const h_ = /* @__PURE__ */ v(Lp, [["render", Dp], ["__scopeId", "data-v-ac286496
11280
11371
  this.selectedText = t.text;
11281
11372
  }
11282
11373
  }
11283
- }, Rp = ["disabled"];
11284
- function Vp(e, s, t, a, n, i) {
11374
+ }, Hp = ["disabled"];
11375
+ function qp(e, s, t, a, n, i) {
11285
11376
  const r = g("ecs-icon"), c = g("ecs-focus-ring");
11286
11377
  return o(), l("div", {
11287
11378
  class: h(["ecs-form-select-text", [i.sizeClass, i.typeClass, t.disabled ? "disabled" : null]])
@@ -11301,19 +11392,19 @@ function Vp(e, s, t, a, n, i) {
11301
11392
  class: t.alignment == "right" ? "right" : ""
11302
11393
  }), [
11303
11394
  p(e.$slots, "default", {}, void 0, !0)
11304
- ], 16, Rp),
11395
+ ], 16, Hp),
11305
11396
  _(c, {
11306
11397
  inset: t.size == "xsml" ? -2 : -4
11307
11398
  }, null, 8, ["inset"])
11308
11399
  ], 2);
11309
11400
  }
11310
- const Hp = /* @__PURE__ */ v(Fp, [["render", Vp], ["__scopeId", "data-v-6b04cc71"]]), qp = {
11401
+ const Wp = /* @__PURE__ */ v(Vp, [["render", qp], ["__scopeId", "data-v-6b04cc71"]]), jp = {
11311
11402
  name: "ecs-multiselect-search-token",
11312
11403
  emits: ["remove", "change", "operatorChange", "operatorToggle"],
11313
11404
  components: {
11314
11405
  EcsIcon: M,
11315
- EcsFocusRing: L,
11316
- EcsSelectText: Hp
11406
+ EcsFocusRing: O,
11407
+ EcsSelectText: Wp
11317
11408
  },
11318
11409
  props: {
11319
11410
  /** Sets the type of the search token: default should be used for any search query that is not a NOT query. */
@@ -11366,30 +11457,30 @@ const Hp = /* @__PURE__ */ v(Fp, [["render", Vp], ["__scopeId", "data-v-6b04cc71
11366
11457
  this.$emit("operatorToggle", e);
11367
11458
  }
11368
11459
  }
11369
- }, Wp = {
11460
+ }, Up = {
11370
11461
  key: 0,
11371
11462
  class: "symbol"
11372
- }, jp = {
11463
+ }, Gp = {
11373
11464
  key: 0,
11374
11465
  class: "operator"
11375
- }, Up = ["value"], Gp = { class: "query" }, Kp = {
11466
+ }, Kp = ["value"], Yp = { class: "query" }, Xp = {
11376
11467
  key: 0,
11377
11468
  class: "descriptor"
11378
11469
  };
11379
- function Yp(e, s, t, a, n, i) {
11470
+ function Zp(e, s, t, a, n, i) {
11380
11471
  const r = g("ecs-icon"), c = g("ecs-select-text"), d = g("ecs-focus-ring");
11381
11472
  return o(), l("div", {
11382
11473
  class: h(["ecs-multiselect-search-token", i.typeClass]),
11383
11474
  tabindex: "0",
11384
11475
  onKeydown: s[3] || (s[3] = G((m) => e.$emit("remove", m), ["delete"]))
11385
11476
  }, [
11386
- t.icon || t.operator || t.operatorSwitch ? (o(), l("div", Wp, [
11477
+ t.icon || t.operator || t.operatorSwitch ? (o(), l("div", Up, [
11387
11478
  _(r, {
11388
11479
  type: t.icon,
11389
11480
  size: "20",
11390
11481
  color: "#FFF"
11391
11482
  }, null, 8, ["type"]),
11392
- t.operator && !t.operatorSelect && !t.operatorSwitch ? (o(), l("div", jp, w(t.operator), 1)) : u("", !0),
11483
+ t.operator && !t.operatorSelect && !t.operatorSwitch ? (o(), l("div", Gp, w(t.operator), 1)) : u("", !0),
11393
11484
  t.operatorSelect ? (o(), b(c, {
11394
11485
  key: 1,
11395
11486
  onChange: i.handleOperatorChange,
@@ -11401,7 +11492,7 @@ function Yp(e, s, t, a, n, i) {
11401
11492
  (o(!0), l(J, null, me(t.operatorSelectOptions, (m) => (o(), l("option", {
11402
11493
  value: m,
11403
11494
  key: m
11404
- }, w(m), 9, Up))), 128))
11495
+ }, w(m), 9, Kp))), 128))
11405
11496
  ]),
11406
11497
  _: 1
11407
11498
  }, 8, ["onChange", "value"])) : u("", !0),
@@ -11427,8 +11518,8 @@ function Yp(e, s, t, a, n, i) {
11427
11518
  _(d, { radius: 12 })
11428
11519
  ], 2)) : u("", !0)
11429
11520
  ])) : u("", !0),
11430
- f("div", Gp, [
11431
- t.descriptor ? (o(), l("div", Kp, w(t.descriptor), 1)) : u("", !0),
11521
+ f("div", Yp, [
11522
+ t.descriptor ? (o(), l("div", Xp, w(t.descriptor), 1)) : u("", !0),
11432
11523
  p(e.$slots, "default", {}, void 0, !0),
11433
11524
  f("button", {
11434
11525
  onClick: s[1] || (s[1] = (m) => e.$emit("remove", m)),
@@ -11447,15 +11538,15 @@ function Yp(e, s, t, a, n, i) {
11447
11538
  ])
11448
11539
  ], 34);
11449
11540
  }
11450
- const v_ = /* @__PURE__ */ v(qp, [["render", Yp], ["__scopeId", "data-v-57205caa"]]), Xp = {
11541
+ const __ = /* @__PURE__ */ v(jp, [["render", Zp], ["__scopeId", "data-v-57205caa"]]), Jp = {
11451
11542
  name: "ecs-multiselect-token",
11452
11543
  emits: ["remove"],
11453
11544
  components: {
11454
11545
  EcsIcon: M,
11455
- EcsFocusRing: L
11546
+ EcsFocusRing: O
11456
11547
  }
11457
11548
  };
11458
- function Zp(e, s, t, a, n, i) {
11549
+ function Qp(e, s, t, a, n, i) {
11459
11550
  const r = g("ecs-icon"), c = g("ecs-focus-ring");
11460
11551
  return o(), l("div", {
11461
11552
  class: "ecs-multiselect-token",
@@ -11476,7 +11567,7 @@ function Zp(e, s, t, a, n, i) {
11476
11567
  ])
11477
11568
  ], 32);
11478
11569
  }
11479
- const y_ = /* @__PURE__ */ v(Xp, [["render", Zp], ["__scopeId", "data-v-ce139540"]]), Jp = {
11570
+ const k_ = /* @__PURE__ */ v(Jp, [["render", Qp], ["__scopeId", "data-v-ce139540"]]), eh = {
11480
11571
  name: "ecs-multiselect-option",
11481
11572
  components: {
11482
11573
  EcsIcon: M
@@ -11496,8 +11587,8 @@ const y_ = /* @__PURE__ */ v(Xp, [["render", Zp], ["__scopeId", "data-v-ce139540
11496
11587
  return this.type && this.type !== "" ? `ecs-multiselect-option-${this.type}` : this.type;
11497
11588
  }
11498
11589
  }
11499
- }, Qp = ["role"];
11500
- function eh(e, s, t, a, n, i) {
11590
+ }, th = ["role"];
11591
+ function sh(e, s, t, a, n, i) {
11501
11592
  const r = g("ecs-icon");
11502
11593
  return o(), l("div", {
11503
11594
  class: h(["ecs-multiselect-option", i.typeClass]),
@@ -11509,9 +11600,9 @@ function eh(e, s, t, a, n, i) {
11509
11600
  size: "20"
11510
11601
  }, null, 8, ["type"])) : u("", !0),
11511
11602
  p(e.$slots, "default", {}, void 0, !0)
11512
- ], 10, Qp);
11603
+ ], 10, th);
11513
11604
  }
11514
- const b_ = /* @__PURE__ */ v(Jp, [["render", eh], ["__scopeId", "data-v-ceac7867"]]), th = {
11605
+ const w_ = /* @__PURE__ */ v(eh, [["render", sh], ["__scopeId", "data-v-ceac7867"]]), ih = {
11515
11606
  name: "ecs-overlay",
11516
11607
  emits: ["close", "toggled"],
11517
11608
  components: { EcsIcon: M, EcsButtonToolbar: pt, EcsAlert: ks },
@@ -11655,41 +11746,41 @@ const b_ = /* @__PURE__ */ v(Jp, [["render", eh], ["__scopeId", "data-v-ceac7867
11655
11746
  }, 10);
11656
11747
  }
11657
11748
  }
11658
- }, sh = { class: "ecs-overlay-titles" }, ih = { class: "title" }, nh = {
11749
+ }, nh = { class: "ecs-overlay-titles" }, ah = { class: "title" }, oh = {
11659
11750
  key: 0,
11660
11751
  class: "emphasized"
11661
- }, ah = {
11752
+ }, rh = {
11662
11753
  key: 0,
11663
11754
  class: "subline"
11664
- }, oh = {
11755
+ }, lh = {
11665
11756
  key: 0,
11666
11757
  class: "ecs-overlay-header-controls"
11667
- }, rh = ["aria-busy"], lh = {
11758
+ }, ch = ["aria-busy"], dh = {
11668
11759
  key: 0,
11669
11760
  class: "ecs-overlay-tabs scrollbar scrollbar-sml"
11670
- }, ch = {
11761
+ }, uh = {
11671
11762
  key: 0,
11672
11763
  class: "ecs-overlay-sidebar ecs-overlay-sidebar-static"
11673
- }, dh = {
11764
+ }, fh = {
11674
11765
  key: 0,
11675
11766
  class: "ecs-overlay-sidebar ecs-overlay-sidebar-float scrollbar scrollbar-sml"
11676
- }, uh = {
11767
+ }, gh = {
11677
11768
  key: 1,
11678
11769
  class: "ecs-overlay-content-block"
11679
- }, fh = {
11770
+ }, mh = {
11680
11771
  key: 1,
11681
11772
  class: "ecs-overlay-footer"
11682
- }, gh = {
11773
+ }, ph = {
11683
11774
  key: 0,
11684
11775
  class: "spacer-tabs"
11685
- }, mh = { class: "ecs-overlay-footer-content" }, ph = {
11776
+ }, hh = { class: "ecs-overlay-footer-content" }, vh = {
11686
11777
  key: 0,
11687
11778
  class: "spacer-sidebar"
11688
- }, hh = {
11779
+ }, yh = {
11689
11780
  key: 1,
11690
11781
  class: "spacer-scrollbar"
11691
11782
  };
11692
- function vh(e, s, t, a, n, i) {
11783
+ function bh(e, s, t, a, n, i) {
11693
11784
  const r = g("ecs-icon"), c = g("ecs-button-toolbar"), d = g("ecs-alert");
11694
11785
  return o(), b(ke, {
11695
11786
  name: "fade",
@@ -11699,13 +11790,13 @@ function vh(e, s, t, a, n, i) {
11699
11790
  n.isShown ? (o(), l("div", {
11700
11791
  key: 0,
11701
11792
  class: "ecs-overlay",
11702
- style: B({ top: t.offsetTop + "px", height: "calc(100vh - " + t.offsetTop + "px" })
11793
+ style: x({ top: t.offsetTop + "px", height: "calc(100vh - " + t.offsetTop + "px" })
11703
11794
  }, [
11704
11795
  f("header", {
11705
11796
  class: "ecs-overlay-header",
11706
- style: B(e.$slots.alert ? "" : "border-bottom: 1px solid var(--color-gray-4);")
11797
+ style: x(e.$slots.alert ? "" : "border-bottom: 1px solid var(--color-gray-4);")
11707
11798
  }, [
11708
- f("div", sh, [
11799
+ f("div", nh, [
11709
11800
  t.icon ? (o(), b(r, {
11710
11801
  key: 0,
11711
11802
  type: t.icon,
@@ -11713,14 +11804,14 @@ function vh(e, s, t, a, n, i) {
11713
11804
  color: "#B9BCC2"
11714
11805
  }, null, 8, ["type"])) : u("", !0),
11715
11806
  f("div", null, [
11716
- f("span", ih, [
11717
- t.headerTitleEmphasized ? (o(), l("span", nh, w(t.headerTitleEmphasized), 1)) : u("", !0),
11807
+ f("span", ah, [
11808
+ t.headerTitleEmphasized ? (o(), l("span", oh, w(t.headerTitleEmphasized), 1)) : u("", !0),
11718
11809
  D(" " + w(t.headerTitle), 1)
11719
11810
  ]),
11720
- t.headerTitleSubline ? (o(), l("span", ah, w(t.headerTitleSubline), 1)) : u("", !0)
11811
+ t.headerTitleSubline ? (o(), l("span", rh, w(t.headerTitleSubline), 1)) : u("", !0)
11721
11812
  ])
11722
11813
  ]),
11723
- e.$slots.headercontrols ? (o(), l("div", oh, [
11814
+ e.$slots.headercontrols ? (o(), l("div", lh, [
11724
11815
  p(e.$slots, "headercontrols", {}, void 0, !0)
11725
11816
  ])) : u("", !0),
11726
11817
  e.$slots.sidebar && n.width <= 1500 ? (o(), b(c, {
@@ -11762,7 +11853,7 @@ function vh(e, s, t, a, n, i) {
11762
11853
  class: "ecs-overlay-content scrollbar",
11763
11854
  "aria-busy": t.blockContent || null
11764
11855
  }, [
11765
- e.$slots.tabs ? (o(), l("div", lh, [
11856
+ e.$slots.tabs ? (o(), l("div", dh, [
11766
11857
  p(e.$slots, "tabs", {}, void 0, !0)
11767
11858
  ])) : u("", !0),
11768
11859
  f("div", {
@@ -11771,35 +11862,35 @@ function vh(e, s, t, a, n, i) {
11771
11862
  }, [
11772
11863
  f("div", {
11773
11864
  class: h(["ecs-overlay-content-inner-inner", e.$slots.sidebar && !t.fullWidth && n.width > 1500 ? "has-sidebar" : " "]),
11774
- style: B({ width: i.contentWidth, maxWidth: i.contentMaxWidth, minWidth: i.contentMinWidth, paddingLeft: i.contentPadding, paddingRight: i.contentPadding })
11865
+ style: x({ width: i.contentWidth, maxWidth: i.contentMaxWidth, minWidth: i.contentMinWidth, paddingLeft: i.contentPadding, paddingRight: i.contentPadding })
11775
11866
  }, [
11776
11867
  p(e.$slots, "default", {}, void 0, !0)
11777
11868
  ], 6),
11778
- e.$slots.sidebar && n.width > 1500 ? (o(), l("div", ch, [
11869
+ e.$slots.sidebar && n.width > 1500 ? (o(), l("div", uh, [
11779
11870
  p(e.$slots, "sidebar", {}, void 0, !0)
11780
11871
  ])) : u("", !0),
11781
11872
  _(ke, { name: "slide" }, {
11782
11873
  default: S(() => [
11783
- e.$slots.sidebar && n.width <= 1500 && n.showSidebar ? (o(), l("div", dh, [
11874
+ e.$slots.sidebar && n.width <= 1500 && n.showSidebar ? (o(), l("div", fh, [
11784
11875
  p(e.$slots, "sidebar", {}, void 0, !0)
11785
11876
  ])) : u("", !0)
11786
11877
  ]),
11787
11878
  _: 3
11788
11879
  })
11789
11880
  ], 2),
11790
- t.blockContent ? (o(), l("div", uh)) : u("", !0)
11791
- ], 8, rh),
11792
- e.$slots.footer ? (o(), l("footer", fh, [
11793
- e.$slots.tabs ? (o(), l("div", gh)) : u("", !0),
11794
- f("div", mh, [
11881
+ t.blockContent ? (o(), l("div", gh)) : u("", !0)
11882
+ ], 8, ch),
11883
+ e.$slots.footer ? (o(), l("footer", mh, [
11884
+ e.$slots.tabs ? (o(), l("div", ph)) : u("", !0),
11885
+ f("div", hh, [
11795
11886
  f("div", {
11796
11887
  class: "ecs-overlay-footer-content-inner",
11797
- style: B({ width: i.contentWidth, maxWidth: i.contentMaxWidth, minWidth: i.contentMinWidth, paddingLeft: i.contentPadding, paddingRight: i.contentPadding })
11888
+ style: x({ width: i.contentWidth, maxWidth: i.contentMaxWidth, minWidth: i.contentMinWidth, paddingLeft: i.contentPadding, paddingRight: i.contentPadding })
11798
11889
  }, [
11799
11890
  p(e.$slots, "footer", {}, void 0, !0)
11800
11891
  ], 4),
11801
- e.$slots.sidebar && n.width > 1500 ? (o(), l("div", ph)) : u("", !0),
11802
- n.footerScrollSpacer ? (o(), l("div", hh)) : u("", !0)
11892
+ e.$slots.sidebar && n.width > 1500 ? (o(), l("div", vh)) : u("", !0),
11893
+ n.footerScrollSpacer ? (o(), l("div", yh)) : u("", !0)
11803
11894
  ])
11804
11895
  ])) : u("", !0)
11805
11896
  ], 4)) : u("", !0)
@@ -11807,7 +11898,7 @@ function vh(e, s, t, a, n, i) {
11807
11898
  _: 3
11808
11899
  });
11809
11900
  }
11810
- const __ = /* @__PURE__ */ v(th, [["render", vh], ["__scopeId", "data-v-9e17191b"]]), yh = {
11901
+ const S_ = /* @__PURE__ */ v(ih, [["render", bh], ["__scopeId", "data-v-9e17191b"]]), _h = {
11811
11902
  name: "ecs-pagination",
11812
11903
  emits: ["firstPage", "prevPage", "nextPage", "lastPage", "updatePage", "itemsPerPage"],
11813
11904
  components: {
@@ -11909,14 +12000,14 @@ const __ = /* @__PURE__ */ v(th, [["render", vh], ["__scopeId", "data-v-9e17191b
11909
12000
  this.$emit("updatePage", Number(e));
11910
12001
  }
11911
12002
  }
11912
- }, Us = (e) => (ve("data-v-ca016e63"), e = e(), ye(), e), bh = /* @__PURE__ */ Us(() => /* @__PURE__ */ f("span", null, "Page", -1)), _h = ["value", "selected"], kh = {
12003
+ }, Us = (e) => (ve("data-v-ca016e63"), e = e(), ye(), e), kh = /* @__PURE__ */ Us(() => /* @__PURE__ */ f("span", null, "Page", -1)), wh = ["value", "selected"], Sh = {
11913
12004
  key: 0,
11914
12005
  class: "total"
11915
- }, wh = {
12006
+ }, Ch = {
11916
12007
  key: 1,
11917
12008
  class: "ecs-pagination-range"
11918
- }, Sh = { class: "ecs-pagination-tabs" }, Ch = /* @__PURE__ */ Us(() => /* @__PURE__ */ f("span", null, "Items per page", -1)), xh = ["value", "selected"];
11919
- function Bh(e, s, t, a, n, i) {
12009
+ }, xh = { class: "ecs-pagination-tabs" }, Bh = /* @__PURE__ */ Us(() => /* @__PURE__ */ f("span", null, "Items per page", -1)), zh = ["value", "selected"];
12010
+ function Ih(e, s, t, a, n, i) {
11920
12011
  const r = g("ecs-button"), c = g("ecs-flex-row"), d = g("ecs-select");
11921
12012
  return o(), l("div", {
11922
12013
  class: h(["ecs-pagination", [
@@ -11929,7 +12020,7 @@ function Bh(e, s, t, a, n, i) {
11929
12020
  _(c, {
11930
12021
  gap: 8,
11931
12022
  class: "ecs-pagination-nav",
11932
- style: B({ minWidth: t.tabsSpacing - 4 + "px" })
12023
+ style: x({ minWidth: t.tabsSpacing - 4 + "px" })
11933
12024
  }, {
11934
12025
  default: S(() => [
11935
12026
  t.type == "paginated" ? (o(), l(J, { key: 0 }, [
@@ -11960,7 +12051,7 @@ function Bh(e, s, t, a, n, i) {
11960
12051
  }),
11961
12052
  _(c, { gap: 4 }, {
11962
12053
  default: S(() => [
11963
- bh,
12054
+ kh,
11964
12055
  _(d, {
11965
12056
  modelValue: n.updatedCurrentPage,
11966
12057
  "onUpdate:modelValue": s[2] || (s[2] = (m) => n.updatedCurrentPage = m),
@@ -11972,11 +12063,11 @@ function Bh(e, s, t, a, n, i) {
11972
12063
  key: m,
11973
12064
  value: m,
11974
12065
  selected: m === t.currentPage
11975
- }, w(m), 9, _h))), 128))
12066
+ }, w(m), 9, wh))), 128))
11976
12067
  ]),
11977
12068
  _: 1
11978
12069
  }, 8, ["modelValue", "disabled"]),
11979
- t.totalPages ? (o(), l("span", kh, "of " + w(t.totalPages), 1)) : u("", !0)
12070
+ t.totalPages ? (o(), l("span", Sh, "of " + w(t.totalPages), 1)) : u("", !0)
11980
12071
  ]),
11981
12072
  _: 1
11982
12073
  }),
@@ -12005,7 +12096,7 @@ function Bh(e, s, t, a, n, i) {
12005
12096
  ]),
12006
12097
  _: 1
12007
12098
  })
12008
- ], 64)) : i.hasRange ? (o(), l("span", wh, [
12099
+ ], 64)) : i.hasRange ? (o(), l("span", Ch, [
12009
12100
  D("Showing entries "),
12010
12101
  f("span", null, w(t.itemRangeFrom) + " to " + w(t.itemRangeTo), 1),
12011
12102
  D(" of "),
@@ -12014,7 +12105,7 @@ function Bh(e, s, t, a, n, i) {
12014
12105
  ]),
12015
12106
  _: 1
12016
12107
  }, 8, ["style"]),
12017
- f("div", Sh, [
12108
+ f("div", xh, [
12018
12109
  p(e.$slots, "tabs", {}, void 0, !0)
12019
12110
  ]),
12020
12111
  t.showItemsPerPage && t.type == "paginated" ? (o(), b(c, {
@@ -12023,7 +12114,7 @@ function Bh(e, s, t, a, n, i) {
12023
12114
  class: "ecs-pagination-items"
12024
12115
  }, {
12025
12116
  default: S(() => [
12026
- Ch,
12117
+ Bh,
12027
12118
  _(d, {
12028
12119
  modelValue: n.updatedItemsPerPageSelected,
12029
12120
  "onUpdate:modelValue": s[5] || (s[5] = (m) => n.updatedItemsPerPageSelected = m),
@@ -12036,7 +12127,7 @@ function Bh(e, s, t, a, n, i) {
12036
12127
  key: m,
12037
12128
  value: m,
12038
12129
  selected: m === t.itemsPerPageSelected
12039
- }, w(m), 9, xh))), 128))
12130
+ }, w(m), 9, zh))), 128))
12040
12131
  ]),
12041
12132
  _: 1
12042
12133
  }, 8, ["modelValue", "disabled"])
@@ -12055,7 +12146,7 @@ function Bh(e, s, t, a, n, i) {
12055
12146
  })) : u("", !0)
12056
12147
  ], 2);
12057
12148
  }
12058
- const k_ = /* @__PURE__ */ v(yh, [["render", Bh], ["__scopeId", "data-v-ca016e63"]]), zh = {
12149
+ const C_ = /* @__PURE__ */ v(_h, [["render", Ih], ["__scopeId", "data-v-ca016e63"]]), Eh = {
12059
12150
  name: "ecs-party-entry",
12060
12151
  components: { EcsIcon: M, EcsSticker: Re },
12061
12152
  props: {
@@ -12138,21 +12229,21 @@ const k_ = /* @__PURE__ */ v(yh, [["render", Bh], ["__scopeId", "data-v-ca016e63
12138
12229
  return "#000";
12139
12230
  }
12140
12231
  }
12141
- }, Ih = {
12232
+ }, $h = {
12142
12233
  key: 3,
12143
12234
  class: "ecs-party-entry-background"
12144
12235
  };
12145
- function Eh(e, s, t, a, n, i) {
12236
+ function Ph(e, s, t, a, n, i) {
12146
12237
  const r = g("ecs-icon"), c = g("ecs-sticker");
12147
12238
  return o(), l("div", {
12148
12239
  class: h(["ecs-party-entry", [t.party, t.color && t.background ? "ecs-party-entry-colored" : ""]]),
12149
- style: B({ color: t.color })
12240
+ style: x({ color: t.color })
12150
12241
  }, [
12151
12242
  t.icon && t.iconPosition == "left" ? (o(), b(r, {
12152
12243
  key: 0,
12153
12244
  type: i.iconType,
12154
12245
  color: i.iconColor,
12155
- style: B("margin-right:" + t.iconSpacing),
12246
+ style: x("margin-right:" + t.iconSpacing),
12156
12247
  size: t.iconSize
12157
12248
  }, null, 8, ["type", "color", "style", "size"])) : u("", !0),
12158
12249
  t.shared ? (o(), b(c, {
@@ -12166,13 +12257,13 @@ function Eh(e, s, t, a, n, i) {
12166
12257
  key: 2,
12167
12258
  type: i.iconType,
12168
12259
  color: i.iconColor,
12169
- style: B("margin-left:" + t.iconSpacing),
12260
+ style: x("margin-left:" + t.iconSpacing),
12170
12261
  size: t.iconSize
12171
12262
  }, null, 8, ["type", "color", "style", "size"])) : u("", !0),
12172
- t.background ? (o(), l("div", Ih)) : u("", !0)
12263
+ t.background ? (o(), l("div", $h)) : u("", !0)
12173
12264
  ], 6);
12174
12265
  }
12175
- const w_ = /* @__PURE__ */ v(zh, [["render", Eh], ["__scopeId", "data-v-c6300895"]]), $h = {
12266
+ const x_ = /* @__PURE__ */ v(Eh, [["render", Ph], ["__scopeId", "data-v-c6300895"]]), Th = {
12176
12267
  name: "ecs-popover-header",
12177
12268
  components: { EcsIcon: M, EcsText: nt },
12178
12269
  props: {
@@ -12192,14 +12283,14 @@ const w_ = /* @__PURE__ */ v(zh, [["render", Eh], ["__scopeId", "data-v-c6300895
12192
12283
  return !!this.$slots.default;
12193
12284
  }
12194
12285
  }
12195
- }, Ph = { class: "ecs-popover-header" }, Th = { class: "ecs-popover-header-title" }, Mh = {
12286
+ }, Mh = { class: "ecs-popover-header" }, Oh = { class: "ecs-popover-header-title" }, Lh = {
12196
12287
  key: 0,
12197
12288
  class: "ecs-popover-header-actions"
12198
12289
  };
12199
- function Lh(e, s, t, a, n, i) {
12290
+ function Ah(e, s, t, a, n, i) {
12200
12291
  const r = g("ecs-icon"), c = g("ecs-text");
12201
- return o(), l("header", Ph, [
12202
- f("div", Th, [
12292
+ return o(), l("header", Mh, [
12293
+ f("div", Oh, [
12203
12294
  t.icon ? (o(), b(r, {
12204
12295
  key: 0,
12205
12296
  type: t.icon,
@@ -12217,12 +12308,12 @@ function Lh(e, s, t, a, n, i) {
12217
12308
  _: 1
12218
12309
  })
12219
12310
  ]),
12220
- i.hasControls ? (o(), l("div", Mh, [
12311
+ i.hasControls ? (o(), l("div", Lh, [
12221
12312
  p(e.$slots, "default", {}, void 0, !0)
12222
12313
  ])) : u("", !0)
12223
12314
  ]);
12224
12315
  }
12225
- const S_ = /* @__PURE__ */ v($h, [["render", Lh], ["__scopeId", "data-v-c7ef1a5a"]]), Oh = {
12316
+ const B_ = /* @__PURE__ */ v(Th, [["render", Ah], ["__scopeId", "data-v-c7ef1a5a"]]), Nh = {
12226
12317
  props: {
12227
12318
  /** Turns the popover list headline into a sticky headline. This means it will always stay fixed at the top of a scroll container until another popover list headline reaches the top. */
12228
12319
  sticky: {
@@ -12230,11 +12321,11 @@ const S_ = /* @__PURE__ */ v($h, [["render", Lh], ["__scopeId", "data-v-c7ef1a5a
12230
12321
  default: !1
12231
12322
  }
12232
12323
  }
12233
- }, Ah = {
12324
+ }, Dh = {
12234
12325
  key: 0,
12235
12326
  class: "ecs-popover-list-title-controls"
12236
12327
  };
12237
- function Nh(e, s, t, a, n, i) {
12328
+ function Fh(e, s, t, a, n, i) {
12238
12329
  return o(), l("li", {
12239
12330
  class: h(["ecs-popover-list-title", [t.sticky ? "ecs-popover-list-title-sticky" : "ecs-popover-list-title-default", t.sticky && e.$slots.controls ? "has-controls" : ""]]),
12240
12331
  role: "heading"
@@ -12242,12 +12333,12 @@ function Nh(e, s, t, a, n, i) {
12242
12333
  f("span", null, [
12243
12334
  p(e.$slots, "default", {}, void 0, !0)
12244
12335
  ]),
12245
- e.$slots.controls ? (o(), l("div", Ah, [
12336
+ e.$slots.controls ? (o(), l("div", Dh, [
12246
12337
  p(e.$slots, "controls", {}, void 0, !0)
12247
12338
  ])) : u("", !0)
12248
12339
  ], 2);
12249
12340
  }
12250
- const C_ = /* @__PURE__ */ v(Oh, [["render", Nh], ["__scopeId", "data-v-dcc071bc"]]), Dh = {
12341
+ const z_ = /* @__PURE__ */ v(Nh, [["render", Fh], ["__scopeId", "data-v-dcc071bc"]]), Rh = {
12251
12342
  name: "ecs-rating-star-read",
12252
12343
  components: { EcsSkeletonLoader: Ce },
12253
12344
  props: {
@@ -12278,8 +12369,8 @@ const C_ = /* @__PURE__ */ v(Oh, [["render", Nh], ["__scopeId", "data-v-dcc071bc
12278
12369
  return this.size && this.size !== "" ? `ecs-rating-read-${this.size}` : this.size;
12279
12370
  }
12280
12371
  }
12281
- }, Fh = ["aria-busy", "aria-label"], Rh = ["data-maximum", "data-rating"];
12282
- function Vh(e, s, t, a, n, i) {
12372
+ }, Vh = ["aria-busy", "aria-label"], Hh = ["data-maximum", "data-rating"];
12373
+ function qh(e, s, t, a, n, i) {
12283
12374
  const r = g("ecs-skeleton-loader");
12284
12375
  return o(), l("div", {
12285
12376
  class: h(["ecs-rating-read", [i.sizeClass]]),
@@ -12296,10 +12387,10 @@ function Vh(e, s, t, a, n, i) {
12296
12387
  class: "ecs-stars-read",
12297
12388
  "data-maximum": t.maximum,
12298
12389
  "data-rating": t.rating
12299
- }, null, 8, Rh))
12300
- ], 10, Fh);
12390
+ }, null, 8, Hh))
12391
+ ], 10, Vh);
12301
12392
  }
12302
- const Hh = /* @__PURE__ */ v(Dh, [["render", Vh], ["__scopeId", "data-v-8f28e1c1"]]), qh = {
12393
+ const Wh = /* @__PURE__ */ v(Rh, [["render", qh], ["__scopeId", "data-v-8f28e1c1"]]), jh = {
12303
12394
  name: "ecs-rating-favorability",
12304
12395
  emits: ["click"],
12305
12396
  components: { EcsIcon: M, EcsSkeletonLoader: Ce },
@@ -12376,8 +12467,8 @@ const Hh = /* @__PURE__ */ v(Dh, [["render", Vh], ["__scopeId", "data-v-8f28e1c1
12376
12467
  }
12377
12468
  }
12378
12469
  }
12379
- }, Wh = ["aria-busy"], jh = ["title"];
12380
- function Uh(e, s, t, a, n, i) {
12470
+ }, Uh = ["aria-busy"], Gh = ["title"];
12471
+ function Kh(e, s, t, a, n, i) {
12381
12472
  const r = g("ecs-icon"), c = g("ecs-skeleton-loader");
12382
12473
  return o(), l("div", {
12383
12474
  onClick: s[0] || (s[0] = (d) => e.$emit("click", d)),
@@ -12389,7 +12480,7 @@ function Uh(e, s, t, a, n, i) {
12389
12480
  title: i.labelText
12390
12481
  }, [
12391
12482
  _(r, { type: i.iconType }, null, 8, ["type"])
12392
- ], 10, jh),
12483
+ ], 10, Gh),
12393
12484
  t.label ? (o(), l("span", {
12394
12485
  key: 0,
12395
12486
  class: h(["label", t.loading ? "loading" : ""])
@@ -12406,12 +12497,12 @@ function Uh(e, s, t, a, n, i) {
12406
12497
  width: 100,
12407
12498
  style: { width: "calc(100% - 30px)" }
12408
12499
  })) : u("", !0)
12409
- ], 10, Wh);
12500
+ ], 10, Uh);
12410
12501
  }
12411
- const Gh = /* @__PURE__ */ v(qh, [["render", Uh], ["__scopeId", "data-v-359930b9"]]), Kh = {
12502
+ const Yh = /* @__PURE__ */ v(jh, [["render", Kh], ["__scopeId", "data-v-359930b9"]]), Xh = {
12412
12503
  name: "ecs-quicklinks-link",
12413
12504
  emits: ["click", "input", "toggle"],
12414
- components: { EcsCheckbox: Vt, EcsRatingStarRead: Hh, EcsRatingFavorability: Gh, EcsSwitch: Ms, EcsIcon: M, EcsFocusRing: L },
12505
+ components: { EcsCheckbox: Vt, EcsRatingStarRead: Wh, EcsRatingFavorability: Yh, EcsSwitch: Ms, EcsIcon: M, EcsFocusRing: O },
12415
12506
  props: {
12416
12507
  label: {
12417
12508
  type: String,
@@ -12470,17 +12561,17 @@ const Gh = /* @__PURE__ */ v(qh, [["render", Uh], ["__scopeId", "data-v-359930b9
12470
12561
  return this.active ? "active" : "subtle";
12471
12562
  }
12472
12563
  }
12473
- }, Yh = { class: "filter-description" }, Xh = {
12564
+ }, Zh = { class: "filter-description" }, Jh = {
12474
12565
  key: 0,
12475
12566
  class: "filter-count"
12476
- }, Zh = { style: { "margin-left": "12px" } }, Jh = { class: "static-label" }, Qh = {
12567
+ }, Qh = { style: { "margin-left": "12px" } }, ev = { class: "static-label" }, tv = {
12477
12568
  key: 0,
12478
12569
  class: "filter-count"
12479
- }, ev = { key: 2 }, tv = {
12570
+ }, sv = { key: 2 }, iv = {
12480
12571
  key: 3,
12481
12572
  class: "filter-count"
12482
12573
  };
12483
- function sv(e, s, t, a, n, i) {
12574
+ function nv(e, s, t, a, n, i) {
12484
12575
  const r = g("ecs-icon"), c = g("ecs-focus-ring"), d = g("ecs-rating-favorability"), m = g("ecs-rating-star-read"), y = g("ecs-switch"), k = g("ecs-checkbox");
12485
12576
  return o(), l("li", {
12486
12577
  class: h(["ecs-quicklinks-link", [
@@ -12496,8 +12587,8 @@ function sv(e, s, t, a, n, i) {
12496
12587
  role: "button"
12497
12588
  }, [
12498
12589
  _(r, { type: t.icon }, null, 8, ["type"]),
12499
- f("span", Yh, w(t.label), 1),
12500
- t.count ? (o(), l("small", Xh, w(t.count), 1)) : u("", !0),
12590
+ f("span", Zh, w(t.label), 1),
12591
+ t.count ? (o(), l("small", Jh, w(t.count), 1)) : u("", !0),
12501
12592
  _(c)
12502
12593
  ])) : t.type === "favorability" ? (o(), l("div", {
12503
12594
  key: 1,
@@ -12512,10 +12603,10 @@ function sv(e, s, t, a, n, i) {
12512
12603
  label: !1,
12513
12604
  disabled: t.disabled || null
12514
12605
  }, null, 8, ["type", "rating", "disabled"]),
12515
- f("label", Zh, [
12516
- f("span", Jh, w(t.label), 1)
12606
+ f("label", Qh, [
12607
+ f("span", ev, w(t.label), 1)
12517
12608
  ]),
12518
- t.count ? (o(), l("small", Qh, w(t.count), 1)) : u("", !0),
12609
+ t.count ? (o(), l("small", tv, w(t.count), 1)) : u("", !0),
12519
12610
  _(c)
12520
12611
  ])) : (o(), b(k, {
12521
12612
  key: 2,
@@ -12541,14 +12632,14 @@ function sv(e, s, t, a, n, i) {
12541
12632
  D(w(t.label), 1)
12542
12633
  ]),
12543
12634
  _: 1
12544
- }, 8, ["value", "disabled"])) : (o(), l("span", ev, w(t.label), 1)),
12545
- t.count ? (o(), l("small", tv, w(t.count), 1)) : u("", !0)
12635
+ }, 8, ["value", "disabled"])) : (o(), l("span", sv, w(t.label), 1)),
12636
+ t.count ? (o(), l("small", iv, w(t.count), 1)) : u("", !0)
12546
12637
  ]),
12547
12638
  _: 1
12548
12639
  }, 8, ["value", "value-false", "value-true", "disabled"]))
12549
12640
  ], 2);
12550
12641
  }
12551
- const x_ = /* @__PURE__ */ v(Kh, [["render", sv], ["__scopeId", "data-v-fe97cca0"]]), iv = {
12642
+ const I_ = /* @__PURE__ */ v(Xh, [["render", nv], ["__scopeId", "data-v-fe97cca0"]]), av = {
12552
12643
  name: "ecs-rating-star-write",
12553
12644
  emits: ["click"],
12554
12645
  props: {
@@ -12568,52 +12659,52 @@ const x_ = /* @__PURE__ */ v(Kh, [["render", sv], ["__scopeId", "data-v-fe97cca0
12568
12659
  default: 0
12569
12660
  }
12570
12661
  }
12571
- }, vt = (e) => (ve("data-v-37aaedf8"), e = e(), ye(), e), nv = {
12662
+ }, vt = (e) => (ve("data-v-37aaedf8"), e = e(), ye(), e), ov = {
12572
12663
  key: 0,
12573
12664
  class: "ecs-rating-reset"
12574
- }, av = { class: "ecs-rating-write" }, ov = ["checked"], rv = /* @__PURE__ */ vt(() => /* @__PURE__ */ f("i", null, null, -1)), lv = ["checked"], cv = /* @__PURE__ */ vt(() => /* @__PURE__ */ f("i", null, null, -1)), dv = ["checked"], uv = /* @__PURE__ */ vt(() => /* @__PURE__ */ f("i", null, null, -1)), fv = ["checked"], gv = /* @__PURE__ */ vt(() => /* @__PURE__ */ f("i", null, null, -1));
12575
- function mv(e, s, t, a, n, i) {
12665
+ }, rv = { class: "ecs-rating-write" }, lv = ["checked"], cv = /* @__PURE__ */ vt(() => /* @__PURE__ */ f("i", null, null, -1)), dv = ["checked"], uv = /* @__PURE__ */ vt(() => /* @__PURE__ */ f("i", null, null, -1)), fv = ["checked"], gv = /* @__PURE__ */ vt(() => /* @__PURE__ */ f("i", null, null, -1)), mv = ["checked"], pv = /* @__PURE__ */ vt(() => /* @__PURE__ */ f("i", null, null, -1));
12666
+ function hv(e, s, t, a, n, i) {
12576
12667
  return o(), l("div", {
12577
12668
  class: h(["ecs-rating-form", [t.large ? "ecs-rating-form-lg" : ""]])
12578
12669
  }, [
12579
- t.unrated ? (o(), l("button", nv)) : u("", !0),
12580
- f("div", av, [
12670
+ t.unrated ? (o(), l("button", ov)) : u("", !0),
12671
+ f("div", rv, [
12581
12672
  f("input", {
12582
12673
  type: "radio",
12583
12674
  value: "1",
12584
12675
  class: "star",
12585
12676
  onClick: s[0] || (s[0] = (r) => e.$emit("click", r)),
12586
12677
  checked: t.value == 1 || null
12587
- }, null, 8, ov),
12588
- rv,
12678
+ }, null, 8, lv),
12679
+ cv,
12589
12680
  f("input", {
12590
12681
  type: "radio",
12591
12682
  value: "2",
12592
12683
  class: "star",
12593
12684
  onClick: s[1] || (s[1] = (r) => e.$emit("click", r)),
12594
12685
  checked: t.value == 2 || null
12595
- }, null, 8, lv),
12596
- cv,
12686
+ }, null, 8, dv),
12687
+ uv,
12597
12688
  f("input", {
12598
12689
  type: "radio",
12599
12690
  value: "3",
12600
12691
  class: "star",
12601
12692
  onClick: s[2] || (s[2] = (r) => e.$emit("click", r)),
12602
12693
  checked: t.value == 3 || null
12603
- }, null, 8, dv),
12604
- uv,
12694
+ }, null, 8, fv),
12695
+ gv,
12605
12696
  f("input", {
12606
12697
  type: "radio",
12607
12698
  value: "4",
12608
12699
  class: "star",
12609
12700
  onClick: s[3] || (s[3] = (r) => e.$emit("click", r)),
12610
12701
  checked: t.value == 4 || null
12611
- }, null, 8, fv),
12612
- gv
12702
+ }, null, 8, mv),
12703
+ pv
12613
12704
  ])
12614
12705
  ], 2);
12615
12706
  }
12616
- const B_ = /* @__PURE__ */ v(iv, [["render", mv], ["__scopeId", "data-v-37aaedf8"]]), pv = {
12707
+ const E_ = /* @__PURE__ */ v(av, [["render", hv], ["__scopeId", "data-v-37aaedf8"]]), vv = {
12617
12708
  name: "ecs-section",
12618
12709
  props: {
12619
12710
  /** Adds a headline to the section. */
@@ -12662,11 +12753,11 @@ const B_ = /* @__PURE__ */ v(iv, [["render", mv], ["__scopeId", "data-v-37aaedf8
12662
12753
  return `ecs-section-content-padding-${this.contentPadding}`;
12663
12754
  }
12664
12755
  }
12665
- }, hv = {
12756
+ }, yv = {
12666
12757
  key: 0,
12667
12758
  class: "ecs-section-controls"
12668
12759
  };
12669
- function vv(e, s, t, a, n, i) {
12760
+ function bv(e, s, t, a, n, i) {
12670
12761
  return o(), l("div", {
12671
12762
  class: h(["ecs-section", [
12672
12763
  t.borderTop ? "ecs-section-border-top" : "",
@@ -12680,7 +12771,7 @@ function vv(e, s, t, a, n, i) {
12680
12771
  class: h(["ecs-section-headline", [t.headlineBold ? "ecs-headline-section-bold" : "ecs-headline-section", e.$slots.controls ? "has-buttons" : ""]])
12681
12772
  }, [
12682
12773
  D(w(t.title) + " ", 1),
12683
- e.$slots.controls ? (o(), l("div", hv, [
12774
+ e.$slots.controls ? (o(), l("div", yv, [
12684
12775
  p(e.$slots, "controls", {}, void 0, !0)
12685
12776
  ])) : u("", !0)
12686
12777
  ], 2)) : u("", !0),
@@ -12694,7 +12785,7 @@ function vv(e, s, t, a, n, i) {
12694
12785
  ], 2)
12695
12786
  ], 2);
12696
12787
  }
12697
- const z_ = /* @__PURE__ */ v(pv, [["render", vv], ["__scopeId", "data-v-06167820"]]), yv = {
12788
+ const $_ = /* @__PURE__ */ v(vv, [["render", bv], ["__scopeId", "data-v-06167820"]]), _v = {
12698
12789
  name: "ecs-segments",
12699
12790
  emits: ["click"],
12700
12791
  components: { EcsIcon: M },
@@ -12735,8 +12826,8 @@ const z_ = /* @__PURE__ */ v(pv, [["render", vv], ["__scopeId", "data-v-06167820
12735
12826
  }
12736
12827
  }
12737
12828
  */
12738
- }, bv = ["for"], _v = ["name", "value", "id", "checked", "disabled", "onClick"], kv = ["title"];
12739
- function wv(e, s, t, a, n, i) {
12829
+ }, kv = ["for"], wv = ["name", "value", "id", "checked", "disabled", "onClick"], Sv = ["title"];
12830
+ function Cv(e, s, t, a, n, i) {
12740
12831
  const r = g("ecs-icon");
12741
12832
  return o(), l("div", {
12742
12833
  class: h(["ecs-segments", [t.inline ? "ecs-segments-inline" : ""]])
@@ -12753,7 +12844,7 @@ function wv(e, s, t, a, n, i) {
12753
12844
  checked: t.value == c.id || null,
12754
12845
  disabled: c.disabled || null,
12755
12846
  onClick: (d) => e.$emit("click", c.id)
12756
- }, null, 8, _v),
12847
+ }, null, 8, wv),
12757
12848
  f("span", {
12758
12849
  class: "ecs-segment",
12759
12850
  title: c.title
@@ -12766,15 +12857,15 @@ function wv(e, s, t, a, n, i) {
12766
12857
  color: "#2F333C"
12767
12858
  }, null, 8, ["class", "type"])) : u("", !0),
12768
12859
  D(" " + w(c.label), 1)
12769
- ], 8, kv)
12770
- ], 8, bv))), 128))
12860
+ ], 8, Sv)
12861
+ ], 8, kv))), 128))
12771
12862
  ], 2);
12772
12863
  }
12773
- const I_ = /* @__PURE__ */ v(yv, [["render", wv], ["__scopeId", "data-v-053b5298"]]), Sv = {
12864
+ const P_ = /* @__PURE__ */ v(_v, [["render", Cv], ["__scopeId", "data-v-053b5298"]]), xv = {
12774
12865
  name: "ecs-select-tile",
12775
12866
  emits: ["click"],
12776
12867
  components: {
12777
- EcsFocusRing: L
12868
+ EcsFocusRing: O
12778
12869
  },
12779
12870
  props: {
12780
12871
  /** The main label for the tile. */
@@ -12810,14 +12901,14 @@ const I_ = /* @__PURE__ */ v(yv, [["render", wv], ["__scopeId", "data-v-053b5298
12810
12901
  default: !1
12811
12902
  }
12812
12903
  }
12813
- }, Cv = (e) => (ve("data-v-00e842c6"), e = e(), ye(), e), xv = ["aria-checked", "tabindex"], Bv = /* @__PURE__ */ Cv(() => /* @__PURE__ */ f("div", { class: "select-check" }, null, -1)), zv = {
12904
+ }, Bv = (e) => (ve("data-v-00e842c6"), e = e(), ye(), e), zv = ["aria-checked", "tabindex"], Iv = /* @__PURE__ */ Bv(() => /* @__PURE__ */ f("div", { class: "select-check" }, null, -1)), Ev = {
12814
12905
  key: 1,
12815
12906
  class: "label"
12816
- }, Iv = {
12907
+ }, $v = {
12817
12908
  key: 2,
12818
12909
  class: "help"
12819
12910
  };
12820
- function Ev(e, s, t, a, n, i) {
12911
+ function Pv(e, s, t, a, n, i) {
12821
12912
  const r = g("ecs-focus-ring");
12822
12913
  return o(), l("div", {
12823
12914
  onClick: s[0] || (s[0] = (c) => e.$emit("click", c)),
@@ -12830,35 +12921,35 @@ function Ev(e, s, t, a, n, i) {
12830
12921
  "aria-checked": t.selected ? "true" : "false",
12831
12922
  tabindex: t.disabled ? "-1" : "0"
12832
12923
  }, [
12833
- Bv,
12924
+ Iv,
12834
12925
  t.illustration ? (o(), l("div", {
12835
12926
  key: 0,
12836
12927
  class: h(["illustration", t.illustration])
12837
12928
  }, null, 2)) : u("", !0),
12838
- t.label ? (o(), l("div", zv, w(t.label), 1)) : u("", !0),
12839
- t.helpText ? (o(), l("div", Iv, w(t.helpText), 1)) : u("", !0),
12929
+ t.label ? (o(), l("div", Ev, w(t.label), 1)) : u("", !0),
12930
+ t.helpText ? (o(), l("div", $v, w(t.helpText), 1)) : u("", !0),
12840
12931
  _(r, {
12841
12932
  inset: -6,
12842
12933
  radius: 12
12843
12934
  })
12844
- ], 42, xv);
12935
+ ], 42, zv);
12845
12936
  }
12846
- const E_ = /* @__PURE__ */ v(Sv, [["render", Ev], ["__scopeId", "data-v-00e842c6"]]), $v = {
12937
+ const T_ = /* @__PURE__ */ v(xv, [["render", Pv], ["__scopeId", "data-v-00e842c6"]]), Tv = {
12847
12938
  name: "ecs-sequence-map"
12848
- }, Pv = {
12939
+ }, Mv = {
12849
12940
  class: "ecs-sequence-map",
12850
12941
  role: "navigation",
12851
12942
  "aria-label": "Steps"
12852
12943
  };
12853
- function Tv(e, s, t, a, n, i) {
12854
- return o(), l("div", Pv, [
12944
+ function Ov(e, s, t, a, n, i) {
12945
+ return o(), l("div", Mv, [
12855
12946
  p(e.$slots, "default", {}, void 0, !0)
12856
12947
  ]);
12857
12948
  }
12858
- const $_ = /* @__PURE__ */ v($v, [["render", Tv], ["__scopeId", "data-v-69c3c73d"]]), Mv = {
12949
+ const M_ = /* @__PURE__ */ v(Tv, [["render", Ov], ["__scopeId", "data-v-69c3c73d"]]), Lv = {
12859
12950
  name: "ecs-sequence-map-button",
12860
12951
  emits: ["click"],
12861
- components: { EcsIcon: M, EcsFocusRing: L },
12952
+ components: { EcsIcon: M, EcsFocusRing: O },
12862
12953
  props: {
12863
12954
  /** Index of the step. */
12864
12955
  step: {
@@ -12886,8 +12977,8 @@ const $_ = /* @__PURE__ */ v($v, [["render", Tv], ["__scopeId", "data-v-69c3c73d
12886
12977
  default: !1
12887
12978
  }
12888
12979
  }
12889
- }, Lv = (e) => (ve("data-v-9fd5b3f7"), e = e(), ye(), e), Ov = ["aria-busy"], Av = { class: "count" }, Nv = /* @__PURE__ */ Lv(() => /* @__PURE__ */ f("div", { class: "step-indicator" }, null, -1));
12890
- function Dv(e, s, t, a, n, i) {
12980
+ }, Av = (e) => (ve("data-v-9fd5b3f7"), e = e(), ye(), e), Nv = ["aria-busy"], Dv = { class: "count" }, Fv = /* @__PURE__ */ Av(() => /* @__PURE__ */ f("div", { class: "step-indicator" }, null, -1));
12981
+ function Rv(e, s, t, a, n, i) {
12891
12982
  const r = g("ecs-icon"), c = g("ecs-focus-ring");
12892
12983
  return o(), l("button", {
12893
12984
  onClick: s[0] || (s[0] = (d) => e.$emit("click", d)),
@@ -12899,7 +12990,7 @@ function Dv(e, s, t, a, n, i) {
12899
12990
  ]]),
12900
12991
  "aria-busy": t.loading || null
12901
12992
  }, [
12902
- f("span", Av, [
12993
+ f("span", Dv, [
12903
12994
  D(w(t.step) + " ", 1),
12904
12995
  t.loading ? (o(), b(r, {
12905
12996
  key: 0,
@@ -12910,10 +13001,10 @@ function Dv(e, s, t, a, n, i) {
12910
13001
  ]),
12911
13002
  p(e.$slots, "default", {}, void 0, !0),
12912
13003
  _(c, { inset: 4 }),
12913
- Nv
12914
- ], 10, Ov);
13004
+ Fv
13005
+ ], 10, Nv);
12915
13006
  }
12916
- const P_ = /* @__PURE__ */ v(Mv, [["render", Dv], ["__scopeId", "data-v-9fd5b3f7"]]), Fv = {
13007
+ const O_ = /* @__PURE__ */ v(Lv, [["render", Rv], ["__scopeId", "data-v-9fd5b3f7"]]), Vv = {
12917
13008
  name: "ecs-tab-bar",
12918
13009
  props: {
12919
13010
  /** 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. */
@@ -12938,7 +13029,7 @@ const P_ = /* @__PURE__ */ v(Mv, [["render", Dv], ["__scopeId", "data-v-9fd5b3f7
12938
13029
  }
12939
13030
  }
12940
13031
  };
12941
- function Rv(e, s, t, a, n, i) {
13032
+ function Hv(e, s, t, a, n, i) {
12942
13033
  return o(), l("div", {
12943
13034
  class: h(["ecs-tab-bar", [i.typeClass, i.directionClass]]),
12944
13035
  role: "tablist"
@@ -12946,7 +13037,7 @@ function Rv(e, s, t, a, n, i) {
12946
13037
  p(e.$slots, "default", {}, void 0, !0)
12947
13038
  ], 2);
12948
13039
  }
12949
- const Vv = /* @__PURE__ */ v(Fv, [["render", Rv], ["__scopeId", "data-v-aadcd808"]]), Hv = {
13040
+ const qv = /* @__PURE__ */ v(Vv, [["render", Hv], ["__scopeId", "data-v-aadcd808"]]), Wv = {
12950
13041
  name: "ecs-tabs",
12951
13042
  props: {
12952
13043
  /** Sets the height of the tabs area to 100%. */
@@ -12956,18 +13047,18 @@ const Vv = /* @__PURE__ */ v(Fv, [["render", Rv], ["__scopeId", "data-v-aadcd808
12956
13047
  }
12957
13048
  }
12958
13049
  };
12959
- function qv(e, s, t, a, n, i) {
13050
+ function jv(e, s, t, a, n, i) {
12960
13051
  return o(), l("div", {
12961
13052
  class: h(["ecs-tab-content", [t.fill ? "ecs-tab-content-fill" : ""]])
12962
13053
  }, [
12963
13054
  p(e.$slots, "default", {}, void 0, !0)
12964
13055
  ], 2);
12965
13056
  }
12966
- const Wv = /* @__PURE__ */ v(Hv, [["render", qv], ["__scopeId", "data-v-0fe19168"]]), jv = {
13057
+ const Uv = /* @__PURE__ */ v(Wv, [["render", jv], ["__scopeId", "data-v-0fe19168"]]), Gv = {
12967
13058
  name: "ecs-sidebar",
12968
13059
  components: {
12969
- EcsTabBar: Vv,
12970
- EcsTabs: Wv
13060
+ EcsTabBar: qv,
13061
+ EcsTabs: Uv
12971
13062
  },
12972
13063
  props: {
12973
13064
  /** Expands the sidebar. */
@@ -12998,14 +13089,14 @@ const Wv = /* @__PURE__ */ v(Hv, [["render", qv], ["__scopeId", "data-v-0fe19168
12998
13089
  return this.expanded ? "height: calc(100% - 10px)" : "height:" + (2 + 36 * this.tabCount) + "px";
12999
13090
  }
13000
13091
  }
13001
- }, Uv = { class: "ecs-sidebar-tabs" };
13002
- function Gv(e, s, t, a, n, i) {
13092
+ }, Kv = { class: "ecs-sidebar-tabs" };
13093
+ function Yv(e, s, t, a, n, i) {
13003
13094
  const r = g("ecs-tab-bar"), c = g("ecs-tabs");
13004
13095
  return o(), l("aside", {
13005
13096
  class: h(["ecs-sidebar", [i.sizeClass, i.expandClass]]),
13006
- style: B(i.height)
13097
+ style: x(i.height)
13007
13098
  }, [
13008
- f("div", Uv, [
13099
+ f("div", Kv, [
13009
13100
  _(r, { type: "sidebar" }, {
13010
13101
  default: S(() => [
13011
13102
  p(e.$slots, "tab-buttons", {}, void 0, !0)
@@ -13021,7 +13112,7 @@ function Gv(e, s, t, a, n, i) {
13021
13112
  })
13022
13113
  ], 6);
13023
13114
  }
13024
- const T_ = /* @__PURE__ */ v(jv, [["render", Gv], ["__scopeId", "data-v-5e877161"]]), Kv = {
13115
+ const L_ = /* @__PURE__ */ v(Gv, [["render", Yv], ["__scopeId", "data-v-5e877161"]]), Xv = {
13025
13116
  name: "ecs-sidebar-content",
13026
13117
  props: {
13027
13118
  /** Adds an inner padding to the content area. */
@@ -13036,7 +13127,7 @@ const T_ = /* @__PURE__ */ v(jv, [["render", Gv], ["__scopeId", "data-v-5e877161
13036
13127
  }
13037
13128
  }
13038
13129
  };
13039
- function Yv(e, s, t, a, n, i) {
13130
+ function Zv(e, s, t, a, n, i) {
13040
13131
  return o(), l("div", {
13041
13132
  class: h(["ecs-sidebar-content scrollbar", [
13042
13133
  t.indent ? "ecs-sidebar-content-indent" : "",
@@ -13046,7 +13137,7 @@ function Yv(e, s, t, a, n, i) {
13046
13137
  p(e.$slots, "default", {}, void 0, !0)
13047
13138
  ], 2);
13048
13139
  }
13049
- const M_ = /* @__PURE__ */ v(Kv, [["render", Yv], ["__scopeId", "data-v-197087d5"]]), Xv = {
13140
+ const A_ = /* @__PURE__ */ v(Xv, [["render", Zv], ["__scopeId", "data-v-197087d5"]]), Jv = {
13050
13141
  name: "ecs-sidebar-footer",
13051
13142
  props: {
13052
13143
  /** Reduces the inner padding. */
@@ -13056,7 +13147,7 @@ const M_ = /* @__PURE__ */ v(Kv, [["render", Yv], ["__scopeId", "data-v-197087d5
13056
13147
  }
13057
13148
  }
13058
13149
  };
13059
- function Zv(e, s, t, a, n, i) {
13150
+ function Qv(e, s, t, a, n, i) {
13060
13151
  return o(), l("footer", {
13061
13152
  class: h(["ecs-sidebar-footer", [e.$slots.extension ? "has-extension" : ""]])
13062
13153
  }, [
@@ -13074,7 +13165,7 @@ function Zv(e, s, t, a, n, i) {
13074
13165
  ], 2)
13075
13166
  ], 2);
13076
13167
  }
13077
- const L_ = /* @__PURE__ */ v(Xv, [["render", Zv], ["__scopeId", "data-v-0c35a678"]]), Jv = {
13168
+ const N_ = /* @__PURE__ */ v(Jv, [["render", Qv], ["__scopeId", "data-v-0c35a678"]]), ey = {
13078
13169
  name: "ecs-sidebar-header",
13079
13170
  props: {
13080
13171
  /** Determines if the sub header area should be expanded. */
@@ -13093,29 +13184,29 @@ const L_ = /* @__PURE__ */ v(Xv, [["render", Zv], ["__scopeId", "data-v-0c35a678
13093
13184
  return this.$slots["primary-controls"] && this.$slots.default;
13094
13185
  }
13095
13186
  }
13096
- }, Qv = { class: "ecs-sidebar-header" }, ey = {
13187
+ }, ty = { class: "ecs-sidebar-header" }, sy = {
13097
13188
  key: 0,
13098
13189
  class: "ecs-sidebar-header-row"
13099
- }, ty = { class: "ecs-sidebar-header-title" }, sy = { class: "ecs-sidebar-header-controls" }, iy = {
13190
+ }, iy = { class: "ecs-sidebar-header-title" }, ny = { class: "ecs-sidebar-header-controls" }, ay = {
13100
13191
  key: 0,
13101
13192
  class: "ecs-sidebar-header-row sub-header"
13102
- }, ny = {
13193
+ }, oy = {
13103
13194
  key: 0,
13104
13195
  class: "ecs-sidebar-header-row sub-header"
13105
13196
  };
13106
- function ay(e, s, t, a, n, i) {
13107
- return o(), l("header", Qv, [
13108
- i.hasPrimaryRowContents ? (o(), l("div", ey, [
13109
- f("div", ty, [
13197
+ function ry(e, s, t, a, n, i) {
13198
+ return o(), l("header", ty, [
13199
+ i.hasPrimaryRowContents ? (o(), l("div", sy, [
13200
+ f("div", iy, [
13110
13201
  p(e.$slots, "default", {}, void 0, !0)
13111
13202
  ]),
13112
- f("div", sy, [
13203
+ f("div", ny, [
13113
13204
  p(e.$slots, "primary-controls", {}, void 0, !0)
13114
13205
  ])
13115
13206
  ])) : u("", !0),
13116
13207
  _(ke, { name: "expansion" }, {
13117
13208
  default: S(() => [
13118
- t.subHeaderExpanded && e.$slots.subheader ? (o(), l("div", iy, [
13209
+ t.subHeaderExpanded && e.$slots.subheader ? (o(), l("div", ay, [
13119
13210
  p(e.$slots, "subheader", {}, void 0, !0)
13120
13211
  ])) : u("", !0)
13121
13212
  ]),
@@ -13123,7 +13214,7 @@ function ay(e, s, t, a, n, i) {
13123
13214
  }),
13124
13215
  _(ke, { name: "expansion" }, {
13125
13216
  default: S(() => [
13126
- t.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (o(), l("div", ny, [
13217
+ t.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (o(), l("div", oy, [
13127
13218
  p(e.$slots, "tertiaryheader", {}, void 0, !0)
13128
13219
  ])) : u("", !0)
13129
13220
  ]),
@@ -13131,7 +13222,7 @@ function ay(e, s, t, a, n, i) {
13131
13222
  })
13132
13223
  ]);
13133
13224
  }
13134
- const O_ = /* @__PURE__ */ v(Jv, [["render", ay], ["__scopeId", "data-v-7cdb47d7"]]), oy = {
13225
+ const D_ = /* @__PURE__ */ v(ey, [["render", ry], ["__scopeId", "data-v-7cdb47d7"]]), ly = {
13135
13226
  name: "ecs-structured-content",
13136
13227
  props: {
13137
13228
  /** Wraps the right column into a separate row, leaving more space for each column. */
@@ -13140,23 +13231,23 @@ const O_ = /* @__PURE__ */ v(Jv, [["render", ay], ["__scopeId", "data-v-7cdb47d7
13140
13231
  default: !1
13141
13232
  }
13142
13233
  }
13143
- }, ry = { class: "ecs-structured-content-left" }, ly = {
13234
+ }, cy = { class: "ecs-structured-content-left" }, dy = {
13144
13235
  key: 0,
13145
13236
  class: "ecs-structured-content-right"
13146
13237
  };
13147
- function cy(e, s, t, a, n, i) {
13238
+ function uy(e, s, t, a, n, i) {
13148
13239
  return o(), l("div", {
13149
13240
  class: h(["ecs-structured-content", t.vertical ? "ecs-structured-content-vertical" : ""])
13150
13241
  }, [
13151
- f("div", ry, [
13242
+ f("div", cy, [
13152
13243
  p(e.$slots, "default", {}, void 0, !0)
13153
13244
  ]),
13154
- e.$slots.extend ? (o(), l("div", ly, [
13245
+ e.$slots.extend ? (o(), l("div", dy, [
13155
13246
  p(e.$slots, "extend", {}, void 0, !0)
13156
13247
  ])) : u("", !0)
13157
13248
  ], 2);
13158
13249
  }
13159
- const A_ = /* @__PURE__ */ v(oy, [["render", cy], ["__scopeId", "data-v-cec887e2"]]), dy = {
13250
+ const F_ = /* @__PURE__ */ v(ly, [["render", uy], ["__scopeId", "data-v-cec887e2"]]), fy = {
13160
13251
  name: "ecs-swatches-picker",
13161
13252
  emits: ["update:modelValue"],
13162
13253
  props: {
@@ -13207,8 +13298,8 @@ const A_ = /* @__PURE__ */ v(oy, [["render", cy], ["__scopeId", "data-v-cec887e2
13207
13298
  this.selectedTitle = this.swatches[this.swatches.findIndex((e) => e.hex === this.selectedColor)].title;
13208
13299
  }
13209
13300
  }
13210
- }, uy = ["onClick", "onKeydown", "title", "aria-label", "aria-checked"];
13211
- function fy(e, s, t, a, n, i) {
13301
+ }, gy = ["onClick", "onKeydown", "title", "aria-label", "aria-checked"];
13302
+ function my(e, s, t, a, n, i) {
13212
13303
  return o(), l("div", {
13213
13304
  class: h(["ecs-swatches", i.sizeClass]),
13214
13305
  role: "radiogroup"
@@ -13226,11 +13317,11 @@ function fy(e, s, t, a, n, i) {
13226
13317
  "aria-label": r.title,
13227
13318
  "aria-checked": n.selectedColor == r.hex ? "true" : "false",
13228
13319
  class: h(["ecs-swatches-color", n.selectedColor == r.hex ? "active" : ""]),
13229
- style: B({ backgroundColor: r.hex, color: r.hex })
13230
- }, null, 46, uy))), 128))
13320
+ style: x({ backgroundColor: r.hex, color: r.hex })
13321
+ }, null, 46, gy))), 128))
13231
13322
  ], 2);
13232
13323
  }
13233
- const N_ = /* @__PURE__ */ v(dy, [["render", fy], ["__scopeId", "data-v-74fe1e26"]]), gy = {
13324
+ const R_ = /* @__PURE__ */ v(fy, [["render", my], ["__scopeId", "data-v-74fe1e26"]]), py = {
13234
13325
  name: "ecs-tab",
13235
13326
  props: {
13236
13327
  /** Shows this tab. */
@@ -13263,23 +13354,23 @@ const N_ = /* @__PURE__ */ v(dy, [["render", fy], ["__scopeId", "data-v-74fe1e26
13263
13354
  mounted() {
13264
13355
  !this.ariaLabeledBy || this.ariaLabeledBy.trim();
13265
13356
  }
13266
- }, my = ["aria-labelledby"];
13267
- function py(e, s, t, a, n, i) {
13357
+ }, hy = ["aria-labelledby"];
13358
+ function vy(e, s, t, a, n, i) {
13268
13359
  return o(), l("div", {
13269
13360
  class: h(["ecs-tab-pane", [t.show ? "show" : "", t.flex ? "ecs-tab-pane-flex" : "", i.directionClass]]),
13270
13361
  role: "tabpanel",
13271
13362
  "aria-labelledby": t.ariaLabeledBy
13272
13363
  }, [
13273
13364
  p(e.$slots, "default", {}, void 0, !0)
13274
- ], 10, my);
13365
+ ], 10, hy);
13275
13366
  }
13276
- const D_ = /* @__PURE__ */ v(gy, [["render", py], ["__scopeId", "data-v-2c119fff"]]), hy = {
13367
+ const V_ = /* @__PURE__ */ v(py, [["render", vy], ["__scopeId", "data-v-2c119fff"]]), yy = {
13277
13368
  name: "ecs-tab-button",
13278
13369
  emits: ["click"],
13279
13370
  components: {
13280
13371
  EcsIcon: M,
13281
13372
  EcsSticker: Re,
13282
- EcsFocusRing: L
13373
+ EcsFocusRing: O
13283
13374
  },
13284
13375
  props: {
13285
13376
  /** Makes the tab button smaller as it's designed to be a sub tab button of a larger one. Sub tabs do only work with the `standard` tab bar style. */
@@ -13349,11 +13440,11 @@ const D_ = /* @__PURE__ */ v(gy, [["render", py], ["__scopeId", "data-v-2c119fff
13349
13440
  }
13350
13441
  }
13351
13442
  }
13352
- }, vy = (e) => (ve("data-v-dd796dff"), e = e(), ye(), e), yy = ["disabled", "aria-selected", "aria-controls", "aria-label"], by = {
13443
+ }, by = (e) => (ve("data-v-dd796dff"), e = e(), ye(), e), _y = ["disabled", "aria-selected", "aria-controls", "aria-label"], ky = {
13353
13444
  key: 2,
13354
13445
  class: "shortcut"
13355
- }, _y = /* @__PURE__ */ vy(() => /* @__PURE__ */ f("span", { class: "hover" }, null, -1));
13356
- function ky(e, s, t, a, n, i) {
13446
+ }, wy = /* @__PURE__ */ by(() => /* @__PURE__ */ f("span", { class: "hover" }, null, -1));
13447
+ function Sy(e, s, t, a, n, i) {
13357
13448
  const r = g("ecs-icon"), c = g("ecs-sticker"), d = g("ecs-focus-ring");
13358
13449
  return o(), l("button", {
13359
13450
  class: h(["ecs-tab-button", [
@@ -13379,15 +13470,15 @@ function ky(e, s, t, a, n, i) {
13379
13470
  type: t.sticker
13380
13471
  }, null, 8, ["type"])) : u("", !0),
13381
13472
  p(e.$slots, "default", {}, void 0, !0),
13382
- t.shortcut ? (o(), l("span", by, w(t.shortcut), 1)) : u("", !0),
13473
+ t.shortcut ? (o(), l("span", ky, w(t.shortcut), 1)) : u("", !0),
13383
13474
  _(d, { inset: 0 }),
13384
- _y
13385
- ], 10, yy);
13475
+ wy
13476
+ ], 10, _y);
13386
13477
  }
13387
- const F_ = /* @__PURE__ */ v(hy, [["render", ky], ["__scopeId", "data-v-dd796dff"]]), wy = {
13478
+ const H_ = /* @__PURE__ */ v(yy, [["render", Sy], ["__scopeId", "data-v-dd796dff"]]), Cy = {
13388
13479
  name: "ecs-tag",
13389
13480
  emits: ["click"],
13390
- components: { EcsSkeletonLoader: Ce, EcsFocusRing: L },
13481
+ components: { EcsSkeletonLoader: Ce, EcsFocusRing: O },
13391
13482
  props: {
13392
13483
  /** Determines the visual style of the tag. */
13393
13484
  type: {
@@ -13463,11 +13554,11 @@ const F_ = /* @__PURE__ */ v(hy, [["render", ky], ["__scopeId", "data-v-dd796dff
13463
13554
  this.$emit("click", e);
13464
13555
  }
13465
13556
  }
13466
- }, Sy = ["role", "tabindex", "aria-busy"], Cy = ["title"], xy = {
13557
+ }, xy = ["role", "tabindex", "aria-busy"], By = ["title"], zy = {
13467
13558
  key: 1,
13468
13559
  class: "count"
13469
13560
  };
13470
- function By(e, s, t, a, n, i) {
13561
+ function Iy(e, s, t, a, n, i) {
13471
13562
  const r = g("ecs-skeleton-loader"), c = g("ecs-focus-ring");
13472
13563
  return o(), l("span", {
13473
13564
  class: h(["ecs-tag", [
@@ -13477,7 +13568,7 @@ function By(e, s, t, a, n, i) {
13477
13568
  t.loading ? "loading" : ""
13478
13569
  ]]),
13479
13570
  onClick: s[0] || (s[0] = (...d) => i.handleClick && i.handleClick(...d)),
13480
- style: B(i.customColorStyle),
13571
+ style: x(i.customColorStyle),
13481
13572
  role: t.hover ? "button" : !1,
13482
13573
  tabindex: t.hover ? "0" : "-1",
13483
13574
  "aria-busy": t.loading || null
@@ -13486,9 +13577,9 @@ function By(e, s, t, a, n, i) {
13486
13577
  key: 0,
13487
13578
  class: "path",
13488
13579
  title: t.path
13489
- }, w(i.truncatedPath), 9, Cy)) : u("", !0),
13580
+ }, w(i.truncatedPath), 9, By)) : u("", !0),
13490
13581
  p(e.$slots, "default", {}, void 0, !0),
13491
- t.count ? (o(), l("span", xy, w(t.count), 1)) : u("", !0),
13582
+ t.count ? (o(), l("span", zy, w(t.count), 1)) : u("", !0),
13492
13583
  t.loading ? (o(), b(r, {
13493
13584
  key: 2,
13494
13585
  type: "single",
@@ -13496,23 +13587,23 @@ function By(e, s, t, a, n, i) {
13496
13587
  style: { width: "calc(100% - 20px)" }
13497
13588
  })) : u("", !0),
13498
13589
  _(c)
13499
- ], 14, Sy);
13590
+ ], 14, xy);
13500
13591
  }
13501
- const R_ = /* @__PURE__ */ v(wy, [["render", By], ["__scopeId", "data-v-877749ec"]]), zy = {
13592
+ const q_ = /* @__PURE__ */ v(Cy, [["render", Iy], ["__scopeId", "data-v-877749ec"]]), Ey = {
13502
13593
  name: "ecs-tag-cloud"
13503
- }, Iy = {
13594
+ }, $y = {
13504
13595
  class: "ecs-tag-cloud",
13505
13596
  role: "list"
13506
13597
  };
13507
- function Ey(e, s, t, a, n, i) {
13508
- return o(), l("div", Iy, [
13598
+ function Py(e, s, t, a, n, i) {
13599
+ return o(), l("div", $y, [
13509
13600
  p(e.$slots, "default", {}, void 0, !0)
13510
13601
  ]);
13511
13602
  }
13512
- const V_ = /* @__PURE__ */ v(zy, [["render", Ey], ["__scopeId", "data-v-4334fe7e"]]), $y = {
13603
+ const W_ = /* @__PURE__ */ v(Ey, [["render", Py], ["__scopeId", "data-v-4334fe7e"]]), Ty = {
13513
13604
  name: "ecs-toast",
13514
13605
  emits: ["action"],
13515
- components: { EcsFocusRing: L },
13606
+ components: { EcsFocusRing: O },
13516
13607
  props: {
13517
13608
  /** Determines the visual theme of the toast message. */
13518
13609
  theme: {
@@ -13532,7 +13623,7 @@ const V_ = /* @__PURE__ */ v(zy, [["render", Ey], ["__scopeId", "data-v-4334fe7e
13532
13623
  }
13533
13624
  }
13534
13625
  };
13535
- function Py(e, s, t, a, n, i) {
13626
+ function My(e, s, t, a, n, i) {
13536
13627
  const r = g("ecs-focus-ring");
13537
13628
  return o(), l("div", {
13538
13629
  class: h(["ecs-toast", i.typeClass]),
@@ -13554,14 +13645,14 @@ function Py(e, s, t, a, n, i) {
13554
13645
  ])) : u("", !0)
13555
13646
  ], 2);
13556
13647
  }
13557
- const H_ = /* @__PURE__ */ v($y, [["render", Py], ["__scopeId", "data-v-86de0a28"]]), Ty = {
13648
+ const j_ = /* @__PURE__ */ v(Ty, [["render", My], ["__scopeId", "data-v-86de0a28"]]), Oy = {
13558
13649
  name: "ecs-toasts"
13559
- }, My = {
13650
+ }, Ly = {
13560
13651
  class: "ecs-toasts",
13561
13652
  "aria-live": "polite"
13562
13653
  };
13563
- function Ly(e, s, t, a, n, i) {
13564
- return o(), l("div", My, [
13654
+ function Ay(e, s, t, a, n, i) {
13655
+ return o(), l("div", Ly, [
13565
13656
  _(ci, { name: "transition-toast" }, {
13566
13657
  default: S(() => [
13567
13658
  p(e.$slots, "default", {}, void 0, !0)
@@ -13570,7 +13661,7 @@ function Ly(e, s, t, a, n, i) {
13570
13661
  })
13571
13662
  ]);
13572
13663
  }
13573
- const q_ = /* @__PURE__ */ v(Ty, [["render", Ly], ["__scopeId", "data-v-451fee48"]]), Oy = {
13664
+ const U_ = /* @__PURE__ */ v(Oy, [["render", Ay], ["__scopeId", "data-v-451fee48"]]), Ny = {
13574
13665
  name: "ecs-transcript-state",
13575
13666
  emits: ["click"],
13576
13667
  components: {
@@ -13589,20 +13680,20 @@ const q_ = /* @__PURE__ */ v(Ty, [["render", Ly], ["__scopeId", "data-v-451fee48
13589
13680
  default: !1
13590
13681
  }
13591
13682
  }
13592
- }, Ay = ["aria-busy"], Ny = {
13683
+ }, Dy = ["aria-busy"], Fy = {
13593
13684
  key: 0,
13594
13685
  class: "healthy"
13595
- }, Dy = {
13686
+ }, Ry = {
13596
13687
  key: 1,
13597
13688
  class: "repairing"
13598
- }, Fy = {
13689
+ }, Vy = {
13599
13690
  key: 2,
13600
13691
  class: "corrupted"
13601
- }, Ry = {
13692
+ }, Hy = {
13602
13693
  key: 3,
13603
13694
  class: "loading"
13604
13695
  };
13605
- function Vy(e, s, t, a, n, i) {
13696
+ function qy(e, s, t, a, n, i) {
13606
13697
  const r = g("ecs-icon");
13607
13698
  return o(), l("div", {
13608
13699
  onClick: s[0] || (s[0] = (c) => e.$emit("click", c)),
@@ -13613,19 +13704,19 @@ function Vy(e, s, t, a, n, i) {
13613
13704
  type: "toolbar-transcript",
13614
13705
  color: "#929AA9"
13615
13706
  }),
13616
- t.state == "healthy" ? (o(), l("div", Ny)) : u("", !0),
13617
- t.state == "repairing" ? (o(), l("div", Dy)) : u("", !0),
13618
- t.state == "corrupted" ? (o(), l("div", Fy)) : u("", !0),
13619
- t.state == "loading" ? (o(), l("span", Ry, [
13707
+ t.state == "healthy" ? (o(), l("div", Fy)) : u("", !0),
13708
+ t.state == "repairing" ? (o(), l("div", Ry)) : u("", !0),
13709
+ t.state == "corrupted" ? (o(), l("div", Vy)) : u("", !0),
13710
+ t.state == "loading" ? (o(), l("span", Hy, [
13620
13711
  _(r, {
13621
13712
  type: "loading",
13622
13713
  size: "18px",
13623
13714
  color: "#202127"
13624
13715
  })
13625
13716
  ])) : u("", !0)
13626
- ], 10, Ay);
13717
+ ], 10, Dy);
13627
13718
  }
13628
- const W_ = /* @__PURE__ */ v(Oy, [["render", Vy], ["__scopeId", "data-v-9ceb80a6"]]), Hy = {
13719
+ const G_ = /* @__PURE__ */ v(Ny, [["render", qy], ["__scopeId", "data-v-9ceb80a6"]]), Wy = {
13629
13720
  name: "ecs-tree-list",
13630
13721
  props: {
13631
13722
  /** Optional unique ID for the list. */
@@ -13644,20 +13735,20 @@ const W_ = /* @__PURE__ */ v(Oy, [["render", Vy], ["__scopeId", "data-v-9ceb80a6
13644
13735
  default: !1
13645
13736
  }
13646
13737
  }
13647
- }, qy = ["id", "role"];
13648
- function Wy(e, s, t, a, n, i) {
13738
+ }, jy = ["id", "role"];
13739
+ function Uy(e, s, t, a, n, i) {
13649
13740
  return o(), l("div", {
13650
13741
  class: h(["ecs-tree-view-list", { "ecs-tree-view-list-indent": t.indent }]),
13651
13742
  id: t.id,
13652
13743
  role: t.role
13653
13744
  }, [
13654
13745
  p(e.$slots, "default", {}, void 0, !0)
13655
- ], 10, qy);
13746
+ ], 10, jy);
13656
13747
  }
13657
- const j_ = /* @__PURE__ */ v(Hy, [["render", Wy], ["__scopeId", "data-v-6af94f50"]]), jy = {
13748
+ const K_ = /* @__PURE__ */ v(Wy, [["render", Uy], ["__scopeId", "data-v-6af94f50"]]), Gy = {
13658
13749
  name: "ecs-tree-list-item",
13659
13750
  emits: ["click", "toggled"],
13660
- components: { EcsIcon: M, EcsButtonCollapse: Os, EcsFocusRing: L },
13751
+ components: { EcsIcon: M, EcsButtonCollapse: Ls, EcsFocusRing: O },
13661
13752
  mixins: [ue],
13662
13753
  props: {
13663
13754
  /** ID for the Tree List Item */
@@ -13781,14 +13872,14 @@ const j_ = /* @__PURE__ */ v(Hy, [["render", Wy], ["__scopeId", "data-v-6af94f50
13781
13872
  created() {
13782
13873
  this.expandId = this.generateUniqueId();
13783
13874
  }
13784
- }, Uy = ["tabindex"], Gy = {
13875
+ }, Ky = ["tabindex"], Yy = {
13785
13876
  key: 3,
13786
13877
  class: "ecs-tree-view-entry-control"
13787
- }, Ky = {
13878
+ }, Xy = {
13788
13879
  key: 5,
13789
13880
  class: "ecs-tree-view-entry-actions"
13790
- }, Yy = ["id", "aria-hidden"];
13791
- function Xy(e, s, t, a, n, i) {
13881
+ }, Zy = ["id", "aria-hidden"];
13882
+ function Jy(e, s, t, a, n, i) {
13792
13883
  const r = g("ecs-focus-ring"), c = g("ecs-button-collapse"), d = g("ecs-icon");
13793
13884
  return o(), l("div", null, [
13794
13885
  f("div", {
@@ -13823,7 +13914,7 @@ function Xy(e, s, t, a, n, i) {
13823
13914
  color: t.iconColor,
13824
13915
  size: i.iconSize
13825
13916
  }, null, 8, ["type", "color", "size"])) : u("", !0),
13826
- e.$slots.control ? (o(), l("div", Gy, [
13917
+ e.$slots.control ? (o(), l("div", Yy, [
13827
13918
  p(e.$slots, "control", {}, void 0, !0)
13828
13919
  ])) : u("", !0),
13829
13920
  f("span", {
@@ -13837,10 +13928,10 @@ function Xy(e, s, t, a, n, i) {
13837
13928
  onClick: s[1] || (s[1] = (m) => e.$emit("click", m)),
13838
13929
  class: "after-label"
13839
13930
  }, w(t.afterLabel), 1)) : u("", !0),
13840
- e.$slots.actions ? (o(), l("div", Ky, [
13931
+ e.$slots.actions ? (o(), l("div", Xy, [
13841
13932
  p(e.$slots, "actions", {}, void 0, !0)
13842
13933
  ])) : u("", !0)
13843
- ], 42, Uy),
13934
+ ], 42, Ky),
13844
13935
  e.$slots.collapse ? (o(), l("div", {
13845
13936
  key: 0,
13846
13937
  class: h(n.isVisible ? "collapse-show" : "collapse-hide"),
@@ -13848,21 +13939,21 @@ function Xy(e, s, t, a, n, i) {
13848
13939
  "aria-hidden": n.isVisible ? "false" : "true"
13849
13940
  }, [
13850
13941
  p(e.$slots, "collapse", {}, void 0, !0)
13851
- ], 10, Yy)) : u("", !0)
13942
+ ], 10, Zy)) : u("", !0)
13852
13943
  ]);
13853
13944
  }
13854
- const U_ = /* @__PURE__ */ v(jy, [["render", Xy], ["__scopeId", "data-v-b0532193"]]), Zy = {
13945
+ const Y_ = /* @__PURE__ */ v(Gy, [["render", Jy], ["__scopeId", "data-v-b0532193"]]), Qy = {
13855
13946
  name: "ecs-tree-list-headline"
13856
- }, Jy = { class: "ecs-tree-view-headline" };
13857
- function Qy(e, s, t, a, n, i) {
13858
- return o(), l("div", Jy, [
13947
+ }, eb = { class: "ecs-tree-view-headline" };
13948
+ function tb(e, s, t, a, n, i) {
13949
+ return o(), l("div", eb, [
13859
13950
  p(e.$slots, "default", {}, void 0, !0)
13860
13951
  ]);
13861
13952
  }
13862
- const G_ = /* @__PURE__ */ v(Zy, [["render", Qy], ["__scopeId", "data-v-a5153e06"]]), eb = {
13953
+ const X_ = /* @__PURE__ */ v(Qy, [["render", tb], ["__scopeId", "data-v-a5153e06"]]), sb = {
13863
13954
  name: "EcsTypeConfirmation",
13864
13955
  emits: ["update:modelValue"],
13865
- components: { EcsInput: sm, EcsAlert: ks, EcsFormGroup: Eg },
13956
+ components: { EcsInput: nm, EcsAlert: ks, EcsFormGroup: Eg },
13866
13957
  mixins: [ue],
13867
13958
  props: {
13868
13959
  verb: {
@@ -13906,8 +13997,8 @@ const G_ = /* @__PURE__ */ v(Zy, [["render", Qy], ["__scopeId", "data-v-a5153e06
13906
13997
  mounted() {
13907
13998
  this.uniqueId = "input-" + this.generateUniqueId();
13908
13999
  }
13909
- }, tb = ["for"], sb = { class: "ecs-type-confirmation-verb" }, ib = ["for"], nb = { class: "ecs-type-confirmation-verb" };
13910
- function ab(e, s, t, a, n, i) {
14000
+ }, ib = ["for"], nb = { class: "ecs-type-confirmation-verb" }, ab = ["for"], ob = { class: "ecs-type-confirmation-verb" };
14001
+ function rb(e, s, t, a, n, i) {
13911
14002
  const r = g("ecs-input"), c = g("ecs-form-group"), d = g("ecs-alert");
13912
14003
  return t.alertType != "none" ? (o(), b(d, {
13913
14004
  key: 0,
@@ -13918,7 +14009,7 @@ function ab(e, s, t, a, n, i) {
13918
14009
  p(e.$slots, "default", {}, void 0, !0),
13919
14010
  _(c, { class: "ecs-type-confirmation-input" }, {
13920
14011
  default: S(() => [
13921
- f("label", { for: n.uniqueId }, "To complete this action, please enter " + w(i.upperCaseVerb) + ":", 9, tb),
14012
+ f("label", { for: n.uniqueId }, "To complete this action, please enter " + w(i.upperCaseVerb) + ":", 9, ib),
13922
14013
  _(r, {
13923
14014
  modelValue: n.inputValue,
13924
14015
  "onUpdate:modelValue": s[0] || (s[0] = (m) => n.inputValue = m),
@@ -13927,7 +14018,7 @@ function ab(e, s, t, a, n, i) {
13927
14018
  id: n.uniqueId,
13928
14019
  style: { "text-transform": "uppercase" }
13929
14020
  }, null, 8, ["modelValue", "onInput", "error", "id"]),
13930
- f("span", sb, w(i.upperCaseVerb), 1)
14021
+ f("span", nb, w(i.upperCaseVerb), 1)
13931
14022
  ]),
13932
14023
  _: 1
13933
14024
  })
@@ -13938,7 +14029,7 @@ function ab(e, s, t, a, n, i) {
13938
14029
  class: "ecs-type-confirmation-input"
13939
14030
  }, {
13940
14031
  default: S(() => [
13941
- f("label", { for: n.uniqueId }, "To complete this action, please enter " + w(i.upperCaseVerb) + ":", 9, ib),
14032
+ f("label", { for: n.uniqueId }, "To complete this action, please enter " + w(i.upperCaseVerb) + ":", 9, ab),
13942
14033
  _(r, {
13943
14034
  modelValue: n.inputValue,
13944
14035
  "onUpdate:modelValue": s[1] || (s[1] = (m) => n.inputValue = m),
@@ -13947,12 +14038,12 @@ function ab(e, s, t, a, n, i) {
13947
14038
  id: n.uniqueId,
13948
14039
  style: { "text-transform": "uppercase" }
13949
14040
  }, null, 8, ["modelValue", "onInput", "error", "id"]),
13950
- f("span", nb, w(i.upperCaseVerb), 1)
14041
+ f("span", ob, w(i.upperCaseVerb), 1)
13951
14042
  ]),
13952
14043
  _: 1
13953
14044
  }));
13954
14045
  }
13955
- const K_ = /* @__PURE__ */ v(eb, [["render", ab], ["__scopeId", "data-v-784286f6"]]), ob = {
14046
+ const Z_ = /* @__PURE__ */ v(sb, [["render", rb], ["__scopeId", "data-v-784286f6"]]), lb = {
13956
14047
  name: "ecs-video",
13957
14048
  props: {
13958
14049
  /** URL to an optional poster image. */
@@ -13991,8 +14082,8 @@ const K_ = /* @__PURE__ */ v(eb, [["render", ab], ["__scopeId", "data-v-784286f6
13991
14082
  }
13992
14083
  */
13993
14084
  }
13994
- }, rb = ["poster", "autoplay", "loop", "controls", "src"];
13995
- function lb(e, s, t, a, n, i) {
14085
+ }, cb = ["poster", "autoplay", "loop", "controls", "src"];
14086
+ function db(e, s, t, a, n, i) {
13996
14087
  return o(), l("video", {
13997
14088
  poster: t.posterImage,
13998
14089
  autoplay: t.autoplay,
@@ -14000,149 +14091,150 @@ function lb(e, s, t, a, n, i) {
14000
14091
  controls: t.controls,
14001
14092
  class: "ecs-video",
14002
14093
  src: t.mp4Source
14003
- }, null, 8, rb);
14094
+ }, null, 8, cb);
14004
14095
  }
14005
- const Y_ = /* @__PURE__ */ v(ob, [["render", lb], ["__scopeId", "data-v-ce84fcb3"]]);
14096
+ const J_ = /* @__PURE__ */ v(lb, [["render", db], ["__scopeId", "data-v-ce84fcb3"]]);
14006
14097
  export {
14007
14098
  wi as EcsActionToolbar,
14008
14099
  ks as EcsAlert,
14009
- db as EcsAudio,
14100
+ fb as EcsAudio,
14010
14101
  Mi as EcsAvatar,
14011
- ub as EcsBanner,
14012
- fb as EcsBreadcrumb,
14013
- gb as EcsBreadcrumbButton,
14014
- mb as EcsBreadcrumbTitle,
14015
- pb as EcsBulkSelector,
14102
+ gb as EcsBanner,
14103
+ mb as EcsBreadcrumb,
14104
+ pb as EcsBreadcrumbButton,
14105
+ hb as EcsBreadcrumbTitle,
14106
+ vb as EcsBulkSelector,
14016
14107
  Se as EcsButton,
14017
- Os as EcsButtonCollapse,
14018
- vb as EcsButtonContext,
14019
- yb as EcsButtonContextGroup,
14020
- bb as EcsButtonDialog,
14021
- hb as EcsButtonGroup,
14108
+ Ls as EcsButtonCollapse,
14109
+ bb as EcsButtonContext,
14110
+ _b as EcsButtonContextGroup,
14111
+ kb as EcsButtonDialog,
14112
+ yb as EcsButtonGroup,
14022
14113
  Ds as EcsButtonMore,
14023
14114
  Fs as EcsButtonTable,
14024
14115
  pt as EcsButtonToolbar,
14025
14116
  Ht as EcsButtonToolbarGroup,
14026
- _b as EcsButtonToolbarIcon,
14027
- kb as EcsCard,
14117
+ wb as EcsButtonToolbarIcon,
14118
+ Sb as EcsCard,
14028
14119
  Vt as EcsCheckbox,
14029
- wb as EcsCitationLine,
14030
- Cb as EcsCollapse,
14031
- xb as EcsCollectionControl,
14120
+ Cb as EcsCitationLine,
14121
+ Bb as EcsCollapse,
14122
+ zb as EcsCollectionControl,
14032
14123
  bd as EcsColorPicker,
14033
- Ib as EcsColorPickerInput,
14034
- Bb as EcsComment,
14035
- zb as EcsCommentList,
14036
- Sb as EcsContextMenu,
14037
- Eb as EcsDataCard,
14038
- $b as EcsDataCardList,
14039
- Pb as EcsDataGrid,
14040
- Ob as EcsDataGridCell,
14041
- Lb as EcsDataGridGroup,
14042
- Mb as EcsDataGridHeadCell,
14124
+ $b as EcsColorPickerInput,
14125
+ Ib as EcsComment,
14126
+ Eb as EcsCommentList,
14127
+ xb as EcsContextMenu,
14128
+ Pb as EcsDataCard,
14129
+ Tb as EcsDataCardList,
14130
+ Mb as EcsDataGrid,
14131
+ Nb as EcsDataGridCell,
14132
+ Ab as EcsDataGridGroup,
14133
+ Lb as EcsDataGridHeadCell,
14043
14134
  Gd as EcsDataGridRow,
14044
- Tb as EcsDataGridRowGroup,
14045
- Ab as EcsDataList,
14046
- Nb as EcsDataListItem,
14047
- Db as EcsDialog,
14048
- Fb as EcsDialogHeader,
14049
- Rb as EcsDirectoryEntry,
14050
- Vb as EcsDocumentState,
14051
- Hb as EcsDonutChart,
14052
- qb as EcsDropzone,
14135
+ Ob as EcsDataGridRowGroup,
14136
+ Db as EcsDataList,
14137
+ Fb as EcsDataListItem,
14138
+ Rb as EcsDialog,
14139
+ Vb as EcsDialogHeader,
14140
+ Hb as EcsDirectoryEntry,
14141
+ qb as EcsDocumentState,
14142
+ Wb as EcsDonutChart,
14143
+ jb as EcsDropzone,
14053
14144
  mf as EcsEmptyState,
14054
- Wb as EcsEntryLink,
14055
- jb as EcsExcerptSnippet,
14145
+ Ub as EcsEntryLink,
14146
+ Gb as EcsExcerptSnippet,
14056
14147
  Wu as EcsFavicon,
14057
- Ls as EcsFileIcon,
14058
- Gb as EcsFileList,
14059
- Kb as EcsFileListItem,
14060
- Ub as EcsFillIcon,
14061
- Yb as EcsFlag,
14148
+ Os as EcsFileIcon,
14149
+ Yb as EcsFileList,
14150
+ Xb as EcsFileListItem,
14151
+ Kb as EcsFillIcon,
14152
+ Zb as EcsFlag,
14062
14153
  dg as EcsFlexCol,
14063
14154
  Te as EcsFlexRow,
14064
- L as EcsFocusRing,
14065
- Xb as EcsFolderSelector,
14155
+ O as EcsFocusRing,
14156
+ Jb as EcsFolderSelector,
14066
14157
  Rt as EcsFormCheck,
14067
14158
  Eg as EcsFormGroup,
14068
- Zb as EcsFormHeadline,
14069
- Jb as EcsFormSet,
14159
+ Qb as EcsFormHeadline,
14160
+ e_ as EcsFormSet,
14070
14161
  Rs as EcsFormatted,
14162
+ t_ as EcsHighlight,
14071
14163
  M as EcsIcon,
14072
- Qb as EcsIndexToolbar,
14073
- e_ as EcsInfoTooltip,
14074
- sm as EcsInput,
14075
- t_ as EcsInputAddon,
14164
+ s_ as EcsIndexToolbar,
14165
+ i_ as EcsInfoTooltip,
14166
+ nm as EcsInput,
14167
+ n_ as EcsInputAddon,
14076
14168
  pg as EcsInputClear,
14077
- s_ as EcsInputConnector,
14078
- i_ as EcsInputFloat,
14079
- n_ as EcsInputGroup,
14169
+ a_ as EcsInputConnector,
14170
+ o_ as EcsInputFloat,
14171
+ r_ as EcsInputGroup,
14080
14172
  bg as EcsInputSearch,
14081
- a_ as EcsJumperDocument,
14082
- o_ as EcsJumperIndex,
14083
- r_ as EcsJumperPage,
14084
- d_ as EcsLayoutDataTable,
14085
- c_ as EcsLayoutDirectory,
14086
- l_ as EcsLayoutIndex,
14087
- u_ as EcsLegendItem,
14088
- f_ as EcsLogMessage,
14089
- g_ as EcsMap,
14090
- m_ as EcsModal,
14091
- h_ as EcsModalFooter,
14092
- p_ as EcsModalHeader,
14093
- b_ as EcsMultiselectOption,
14094
- v_ as EcsMultiselectSearchToken,
14095
- y_ as EcsMultiselectToken,
14096
- __ as EcsOverlay,
14097
- k_ as EcsPagination,
14098
- Rm as EcsPane,
14099
- w_ as EcsPartyEntry,
14173
+ l_ as EcsJumperDocument,
14174
+ c_ as EcsJumperIndex,
14175
+ d_ as EcsJumperPage,
14176
+ g_ as EcsLayoutDataTable,
14177
+ f_ as EcsLayoutDirectory,
14178
+ u_ as EcsLayoutIndex,
14179
+ m_ as EcsLegendItem,
14180
+ p_ as EcsLogMessage,
14181
+ h_ as EcsMap,
14182
+ v_ as EcsModal,
14183
+ b_ as EcsModalFooter,
14184
+ y_ as EcsModalHeader,
14185
+ w_ as EcsMultiselectOption,
14186
+ __ as EcsMultiselectSearchToken,
14187
+ k_ as EcsMultiselectToken,
14188
+ S_ as EcsOverlay,
14189
+ C_ as EcsPagination,
14190
+ Hm as EcsPane,
14191
+ x_ as EcsPartyEntry,
14100
14192
  Ts as EcsPopover,
14101
- S_ as EcsPopoverHeader,
14193
+ B_ as EcsPopoverHeader,
14102
14194
  ua as EcsPopoverList,
14103
- C_ as EcsPopoverListHeadline,
14195
+ z_ as EcsPopoverListHeadline,
14104
14196
  uo as EcsPopoverListItem,
14105
14197
  yf as EcsProgress,
14106
- x_ as EcsQuicklink,
14198
+ I_ as EcsQuicklink,
14107
14199
  Ca as EcsRadiobutton,
14108
- Gh as EcsRatingFavorability,
14109
- Hh as EcsRatingStarRead,
14110
- B_ as EcsRatingStarWrite,
14200
+ Yh as EcsRatingFavorability,
14201
+ Wh as EcsRatingStarRead,
14202
+ E_ as EcsRatingStarWrite,
14111
14203
  wg as EcsScrollContainer,
14112
- z_ as EcsSection,
14113
- I_ as EcsSegment,
14204
+ $_ as EcsSection,
14205
+ P_ as EcsSegment,
14114
14206
  js as EcsSelect,
14115
- Hp as EcsSelectText,
14116
- E_ as EcsSelectTile,
14207
+ Wp as EcsSelectText,
14208
+ T_ as EcsSelectTile,
14117
14209
  yo as EcsSeparator,
14118
- $_ as EcsSequenceMap,
14119
- P_ as EcsSequenceMapButton,
14120
- T_ as EcsSidebar,
14121
- M_ as EcsSidebarContent,
14122
- L_ as EcsSidebarFooter,
14123
- O_ as EcsSidebarHeader,
14210
+ M_ as EcsSequenceMap,
14211
+ O_ as EcsSequenceMapButton,
14212
+ L_ as EcsSidebar,
14213
+ A_ as EcsSidebarContent,
14214
+ N_ as EcsSidebarFooter,
14215
+ D_ as EcsSidebarHeader,
14124
14216
  Ce as EcsSkeletonLoader,
14125
14217
  Da as EcsSortbutton,
14126
- Vm as EcsSplitpanes,
14218
+ qm as EcsSplitpanes,
14127
14219
  Fu as EcsStateIcon,
14128
14220
  Re as EcsSticker,
14129
- A_ as EcsStructuredContent,
14130
- N_ as EcsSwatchesPicker,
14221
+ F_ as EcsStructuredContent,
14222
+ R_ as EcsSwatchesPicker,
14131
14223
  Ms as EcsSwitch,
14132
- D_ as EcsTab,
14133
- Vv as EcsTabBar,
14134
- F_ as EcsTabButton,
14135
- Wv as EcsTabs,
14136
- R_ as EcsTag,
14137
- V_ as EcsTagCloud,
14224
+ V_ as EcsTab,
14225
+ qv as EcsTabBar,
14226
+ H_ as EcsTabButton,
14227
+ Uv as EcsTabs,
14228
+ q_ as EcsTag,
14229
+ W_ as EcsTagCloud,
14138
14230
  nt as EcsText,
14139
- H_ as EcsToast,
14140
- q_ as EcsToasts,
14141
- Hg as EcsToolbar,
14142
- W_ as EcsTranscriptState,
14143
- j_ as EcsTreeList,
14144
- G_ as EcsTreeListHeadline,
14145
- U_ as EcsTreeListItem,
14146
- K_ as EcsTypeConfirmation,
14147
- Y_ as EcsVideo
14231
+ j_ as EcsToast,
14232
+ U_ as EcsToasts,
14233
+ Wg as EcsToolbar,
14234
+ G_ as EcsTranscriptState,
14235
+ K_ as EcsTreeList,
14236
+ X_ as EcsTreeListHeadline,
14237
+ Y_ as EcsTreeListItem,
14238
+ Z_ as EcsTypeConfirmation,
14239
+ J_ as EcsVideo
14148
14240
  };