@everchron/ec-shards 14.9.1 → 14.10.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
@@ -26,7 +26,7 @@ const ae = (e, s, t) => {
26
26
  },
27
27
  /** Sets the height and width of the icon, supports pixel and percentage values. */
28
28
  size: {
29
- type: String,
29
+ type: [String, Number],
30
30
  default: "30px"
31
31
  },
32
32
  /** Sets the color of the icon. By default, icons will always be colored by the inherited css color value. */
@@ -63,7 +63,7 @@ const ae = (e, s, t) => {
63
63
  "data-test-icon-type": e.type
64
64
  }, null, 8, ["class", "width", "height", "viewBox", "color", "title", "data-test-icon-type"]));
65
65
  }
66
- }, O = /* @__PURE__ */ _(Gi, [["__scopeId", "data-v-a1c506ab"]]), Ki = {
66
+ }, O = /* @__PURE__ */ _(Gi, [["__scopeId", "data-v-bd5eb94f"]]), Ki = {
67
67
  name: "EcsFocusRing",
68
68
  props: {
69
69
  /** Defines the distance of the focus ring from it focusable element. Should be smaller than `0` (negative) in almost all cases. */
@@ -291,7 +291,7 @@ function un(e, s, t, a, n, i) {
291
291
  }, null, 8, dn)) : u("", !0)
292
292
  ], 8, rn);
293
293
  }
294
- const m_ = /* @__PURE__ */ _(ln, [["render", un], ["__scopeId", "data-v-4e7ca115"]]), fn = {
294
+ const h_ = /* @__PURE__ */ _(ln, [["render", un], ["__scopeId", "data-v-4e7ca115"]]), fn = {
295
295
  __name: "sticker",
296
296
  props: {
297
297
  /** Sets the sticker icon. */
@@ -672,7 +672,7 @@ function kn(e, s, t, a, n, i) {
672
672
  ], 4)) : u("", !0)
673
673
  ], 2)) : u("", !0);
674
674
  }
675
- const h_ = /* @__PURE__ */ _(_n, [["render", kn], ["__scopeId", "data-v-c7118217"]]), wn = {
675
+ const p_ = /* @__PURE__ */ _(_n, [["render", kn], ["__scopeId", "data-v-c7118217"]]), wn = {
676
676
  name: "ecs-breadcrumb",
677
677
  props: {
678
678
  /** Sets the size of the breadcrumb (default is medium). */
@@ -696,7 +696,7 @@ function xn(e, s, t, a, n, i) {
696
696
  p(e.$slots, "default", {}, void 0, !0)
697
697
  ], 2);
698
698
  }
699
- const p_ = /* @__PURE__ */ _(wn, [["render", xn], ["__scopeId", "data-v-d1ff2486"]]), Sn = {
699
+ const v_ = /* @__PURE__ */ _(wn, [["render", xn], ["__scopeId", "data-v-d1ff2486"]]), Sn = {
700
700
  name: "ecs-breadcrumb-button",
701
701
  emits: ["click"],
702
702
  components: {
@@ -754,7 +754,7 @@ function Bn(e, s, t, a, n, i) {
754
754
  b(c)
755
755
  ], 2);
756
756
  }
757
- const v_ = /* @__PURE__ */ _(Sn, [["render", Bn], ["__scopeId", "data-v-3ff24c2e"]]), zn = {
757
+ const y_ = /* @__PURE__ */ _(Sn, [["render", Bn], ["__scopeId", "data-v-3ff24c2e"]]), zn = {
758
758
  name: "ecs-breadcrumb-title"
759
759
  }, In = {
760
760
  class: "ecs-breadcrumb-title",
@@ -765,7 +765,7 @@ function En(e, s, t, a, n, i) {
765
765
  p(e.$slots, "default", {}, void 0, !0)
766
766
  ]);
767
767
  }
768
- const y_ = /* @__PURE__ */ _(zn, [["render", En], ["__scopeId", "data-v-422cc046"]]), Tn = {
768
+ const b_ = /* @__PURE__ */ _(zn, [["render", En], ["__scopeId", "data-v-422cc046"]]), Tn = {
769
769
  name: "ecs-flex-row",
770
770
  props: {
771
771
  /** Determines the flex direction of the row. */
@@ -3163,6 +3163,12 @@ const pe = /* @__PURE__ */ _(xo, [["render", zo], ["__scopeId", "data-v-47d42f7e
3163
3163
  validator: (e) => ["icon", "checkbox", "radiobutton", "switch", "sort", "link", null].includes(e),
3164
3164
  default: null
3165
3165
  },
3166
+ /** Determines the size of the list item. @todo implement for all types other than button. */
3167
+ size: {
3168
+ type: String,
3169
+ default: "md",
3170
+ validator: (e) => ["md", "sml"].includes(e)
3171
+ },
3166
3172
  /** Adds a subtle suffix text to the right side of the list item. Should be very short. */
3167
3173
  suffix: {
3168
3174
  type: String,
@@ -3283,6 +3289,9 @@ const pe = /* @__PURE__ */ _(xo, [["render", zo], ["__scopeId", "data-v-47d42f7e
3283
3289
  iconOnly: !1,
3284
3290
  align: "right"
3285
3291
  }, ...this.secondaryAction };
3292
+ },
3293
+ iconSize() {
3294
+ return this.size === "sml" ? 16 : 24;
3286
3295
  }
3287
3296
  },
3288
3297
  methods: {
@@ -3449,7 +3458,8 @@ function Ko(e, s, t, a, n, i) {
3449
3458
  t.subtle ? "subtle" : "",
3450
3459
  t.disabled ? "disabled" : "",
3451
3460
  t.noHover ? "no-hover" : "",
3452
- t.selected ? "selected" : ""
3461
+ t.selected ? "selected" : "",
3462
+ t.size === "sml" ? "sml" : ""
3453
3463
  ]]),
3454
3464
  tabindex: t.disabled ? -1 : 0,
3455
3465
  href: t.href,
@@ -3513,7 +3523,8 @@ function Ko(e, s, t, a, n, i) {
3513
3523
  t.subtle ? "subtle" : "",
3514
3524
  t.disabled ? "disabled" : "",
3515
3525
  t.noHover || n.preventHover ? "no-hover" : "",
3516
- t.selected ? "selected" : ""
3526
+ t.selected ? "selected" : "",
3527
+ t.size === "sml" ? "sml" : ""
3517
3528
  ]]),
3518
3529
  onClick: s[12] || (s[12] = (B) => e.$emit("click", B)),
3519
3530
  role: "menuitem",
@@ -3522,16 +3533,16 @@ function Ko(e, s, t, a, n, i) {
3522
3533
  t.icon ? (o(), h(c, {
3523
3534
  key: 0,
3524
3535
  type: t.icon,
3525
- size: "24",
3536
+ size: i.iconSize,
3526
3537
  class: "left-icon"
3527
- }, null, 8, ["type"])) : u("", !0),
3538
+ }, null, 8, ["type", "size"])) : u("", !0),
3528
3539
  t.fileIcon ? (o(), h(I, {
3529
3540
  key: 1,
3530
3541
  type: t.fileIcon,
3531
- width: 24,
3532
- height: 24,
3542
+ width: i.iconSize,
3543
+ height: i.iconSize,
3533
3544
  class: "file-icon"
3534
- }, null, 8, ["type"])) : u("", !0),
3545
+ }, null, 8, ["type", "width", "height"])) : u("", !0),
3535
3546
  f("span", Wo, [
3536
3547
  f("span", jo, [
3537
3548
  p(e.$slots, "default", {}, void 0, !0)
@@ -3574,7 +3585,7 @@ function Ko(e, s, t, a, n, i) {
3574
3585
  ], 10, $o))
3575
3586
  ]);
3576
3587
  }
3577
- const os = /* @__PURE__ */ _(Io, [["render", Ko], ["__scopeId", "data-v-20b01fd5"]]), Yo = {
3588
+ const os = /* @__PURE__ */ _(Io, [["render", Ko], ["__scopeId", "data-v-e7504ef5"]]), Yo = {
3578
3589
  name: "ecs-button-toolbar",
3579
3590
  emits: ["click"],
3580
3591
  components: {
@@ -3958,7 +3969,7 @@ function il(e, s, t, a, n, i) {
3958
3969
  _: 1
3959
3970
  });
3960
3971
  }
3961
- const b_ = /* @__PURE__ */ _(tl, [["render", il], ["__scopeId", "data-v-04aed8bb"]]), nl = {
3972
+ const __ = /* @__PURE__ */ _(tl, [["render", il], ["__scopeId", "data-v-04aed8bb"]]), nl = {
3962
3973
  name: "ecs-button-group"
3963
3974
  }, al = { class: "ecs-button-group" };
3964
3975
  function ol(e, s, t, a, n, i) {
@@ -3966,7 +3977,7 @@ function ol(e, s, t, a, n, i) {
3966
3977
  p(e.$slots, "default", {}, void 0, !0)
3967
3978
  ]);
3968
3979
  }
3969
- const __ = /* @__PURE__ */ _(nl, [["render", ol], ["__scopeId", "data-v-83c21366"]]), ll = {
3980
+ const k_ = /* @__PURE__ */ _(nl, [["render", ol], ["__scopeId", "data-v-83c21366"]]), ll = {
3970
3981
  name: "ecs-button-collapse",
3971
3982
  emits: ["click"],
3972
3983
  components: {
@@ -4806,7 +4817,7 @@ function Rl(e, s, t, a, n, i) {
4806
4817
  b(c)
4807
4818
  ], 14, Al);
4808
4819
  }
4809
- const k_ = /* @__PURE__ */ _(Ol, [["render", Rl], ["__scopeId", "data-v-457e2cc7"]]), Vl = {
4820
+ const w_ = /* @__PURE__ */ _(Ol, [["render", Rl], ["__scopeId", "data-v-457e2cc7"]]), Vl = {
4810
4821
  name: "ecs-context-button-group"
4811
4822
  }, Dl = { class: "ecs-context-button-group" };
4812
4823
  function Nl(e, s, t, a, n, i) {
@@ -4814,7 +4825,7 @@ function Nl(e, s, t, a, n, i) {
4814
4825
  p(e.$slots, "default", {}, void 0, !0)
4815
4826
  ]);
4816
4827
  }
4817
- const w_ = /* @__PURE__ */ _(Vl, [["render", Nl], ["__scopeId", "data-v-94a53b69"]]), Fl = {
4828
+ const x_ = /* @__PURE__ */ _(Vl, [["render", Nl], ["__scopeId", "data-v-94a53b69"]]), Fl = {
4818
4829
  name: "ecs-button-dialog",
4819
4830
  emits: ["click"],
4820
4831
  components: {
@@ -4863,7 +4874,7 @@ function ql(e, s, t, a, n, i) {
4863
4874
  }, null, 8, ["danger"])
4864
4875
  ], 10, Hl);
4865
4876
  }
4866
- const x_ = /* @__PURE__ */ _(Fl, [["render", ql], ["__scopeId", "data-v-d40a7cc1"]]), $l = {
4877
+ const S_ = /* @__PURE__ */ _(Fl, [["render", ql], ["__scopeId", "data-v-d40a7cc1"]]), $l = {
4867
4878
  name: "ecs-button-more",
4868
4879
  emits: ["click"],
4869
4880
  components: {
@@ -5113,7 +5124,7 @@ function sr(e, s, t, a, n, i) {
5113
5124
  b(c)
5114
5125
  ], 10, er);
5115
5126
  }
5116
- const S_ = /* @__PURE__ */ _(Ql, [["render", sr], ["__scopeId", "data-v-5a859a10"]]), ir = {
5127
+ const C_ = /* @__PURE__ */ _(Ql, [["render", sr], ["__scopeId", "data-v-5a859a10"]]), ir = {
5117
5128
  name: "ecs-card",
5118
5129
  emits: ["click"],
5119
5130
  props: {
@@ -5177,7 +5188,7 @@ function lr(e, s, t, a, n, i) {
5177
5188
  ])
5178
5189
  ], 10, nr);
5179
5190
  }
5180
- const C_ = /* @__PURE__ */ _(ir, [["render", lr], ["__scopeId", "data-v-8d449816"]]), rr = {
5191
+ const B_ = /* @__PURE__ */ _(ir, [["render", lr], ["__scopeId", "data-v-8d449816"]]), rr = {
5181
5192
  name: "ecs-citation-line",
5182
5193
  emits: ["change", "blur", "focus"],
5183
5194
  components: { EcsFlexRow: me },
@@ -5246,7 +5257,7 @@ function dr(e, s, t, a, n, i) {
5246
5257
  _: 3
5247
5258
  });
5248
5259
  }
5249
- const B_ = /* @__PURE__ */ _(rr, [["render", dr], ["__scopeId", "data-v-cfd8e718"]]), ur = {
5260
+ const z_ = /* @__PURE__ */ _(rr, [["render", dr], ["__scopeId", "data-v-cfd8e718"]]), ur = {
5250
5261
  name: "ecs-chat-conversation",
5251
5262
  mounted() {
5252
5263
  this.scrollToBottom(), this.setupMutationObserver();
@@ -5279,7 +5290,7 @@ function gr(e, s, t, a, n, i) {
5279
5290
  p(e.$slots, "default", {}, void 0, !0)
5280
5291
  ], 512);
5281
5292
  }
5282
- const z_ = /* @__PURE__ */ _(ur, [["render", gr], ["__scopeId", "data-v-3181dbaf"]]), mr = {
5293
+ const I_ = /* @__PURE__ */ _(ur, [["render", gr], ["__scopeId", "data-v-3181dbaf"]]), mr = {
5283
5294
  name: "ecs-chat-message",
5284
5295
  components: { EcsAvatar: nt, EcsIcon: O },
5285
5296
  props: {
@@ -5366,7 +5377,7 @@ function wr(e, s, t, a, n, i) {
5366
5377
  ])) : u("", !0)
5367
5378
  ], 10, hr);
5368
5379
  }
5369
- const I_ = /* @__PURE__ */ _(mr, [["render", wr], ["__scopeId", "data-v-81361268"]]);
5380
+ const E_ = /* @__PURE__ */ _(mr, [["render", wr], ["__scopeId", "data-v-81361268"]]);
5370
5381
  var Ze = {}, As;
5371
5382
  function xr() {
5372
5383
  if (As) return Ze;
@@ -5551,7 +5562,7 @@ function Tr(e, s, t, a, n, i) {
5551
5562
  [m, i.onClickOutside]
5552
5563
  ]);
5553
5564
  }
5554
- const E_ = /* @__PURE__ */ _(Br, [["render", Tr], ["__scopeId", "data-v-68234afa"]]), Pr = {
5565
+ const T_ = /* @__PURE__ */ _(Br, [["render", Tr], ["__scopeId", "data-v-68234afa"]]), Pr = {
5555
5566
  name: "ecs-collapse",
5556
5567
  emits: ["toggled", "remove"],
5557
5568
  components: { EcsButton: pe, EcsFocusRing: V, EcsFlexRow: me },
@@ -5736,7 +5747,7 @@ function Vr(e, s, t, a, n, i) {
5736
5747
  ], 10, Rr)
5737
5748
  ], 2);
5738
5749
  }
5739
- const T_ = /* @__PURE__ */ _(Pr, [["render", Vr], ["__scopeId", "data-v-2c8b4b19"]]), Dr = {
5750
+ const P_ = /* @__PURE__ */ _(Pr, [["render", Vr], ["__scopeId", "data-v-2c8b4b19"]]), Dr = {
5740
5751
  name: "ecs-collection-control",
5741
5752
  emits: ["toggled", "collectionTooltip"],
5742
5753
  components: { EcsIcon: O, EcsFocusRing: V },
@@ -5878,7 +5889,7 @@ function Wr(e, s, t, a, n, i) {
5878
5889
  ], 10, $r)
5879
5890
  ], 2);
5880
5891
  }
5881
- const P_ = /* @__PURE__ */ _(Dr, [["render", Wr], ["__scopeId", "data-v-95f66a3d"]]), jr = {
5892
+ const L_ = /* @__PURE__ */ _(Dr, [["render", Wr], ["__scopeId", "data-v-95f66a3d"]]), jr = {
5882
5893
  name: "ecs-formatted",
5883
5894
  components: { EcsSkeletonLoader: ie },
5884
5895
  mixins: [he],
@@ -6043,13 +6054,13 @@ function nc(e, s, t, a, n, i) {
6043
6054
  ]))
6044
6055
  ], 8, Yr);
6045
6056
  }
6046
- const L_ = /* @__PURE__ */ _(Kr, [["render", nc], ["__scopeId", "data-v-b792bd83"]]), ac = {}, oc = { class: "ecs-comment-list" };
6057
+ const M_ = /* @__PURE__ */ _(Kr, [["render", nc], ["__scopeId", "data-v-b792bd83"]]), ac = {}, oc = { class: "ecs-comment-list" };
6047
6058
  function lc(e, s) {
6048
6059
  return o(), r("div", oc, [
6049
6060
  p(e.$slots, "default")
6050
6061
  ]);
6051
6062
  }
6052
- const M_ = /* @__PURE__ */ _(ac, [["render", lc]]);
6063
+ const O_ = /* @__PURE__ */ _(ac, [["render", lc]]);
6053
6064
  function Ct(e = {}, s = 0) {
6054
6065
  const t = e && e.a;
6055
6066
  let a;
@@ -7022,7 +7033,7 @@ function dd(e, s, t, a, n, i) {
7022
7033
  _: 1
7023
7034
  });
7024
7035
  }
7025
- const O_ = /* @__PURE__ */ _(cd, [["render", dd], ["__scopeId", "data-v-08aaa823"]]), ud = {
7036
+ const A_ = /* @__PURE__ */ _(cd, [["render", dd], ["__scopeId", "data-v-08aaa823"]]), ud = {
7026
7037
  name: "ecs-data-card",
7027
7038
  components: { EcsIcon: O, EcsSkeletonLoader: ie, EcsButtonTable: rs, EcsButton: pe, EcsFocusRing: V },
7028
7039
  mixins: [he],
@@ -7227,7 +7238,7 @@ function bd(e, s, t, a, n, i) {
7227
7238
  })) : u("", !0)
7228
7239
  ], 10, fd);
7229
7240
  }
7230
- const A_ = /* @__PURE__ */ _(ud, [["render", bd], ["__scopeId", "data-v-0b29bd50"]]), _d = {
7241
+ const R_ = /* @__PURE__ */ _(ud, [["render", bd], ["__scopeId", "data-v-0b29bd50"]]), _d = {
7231
7242
  name: "ecs-data-card-list"
7232
7243
  }, kd = {
7233
7244
  class: "ecs-data-card-list",
@@ -7238,7 +7249,7 @@ function wd(e, s, t, a, n, i) {
7238
7249
  p(e.$slots, "default")
7239
7250
  ]);
7240
7251
  }
7241
- const R_ = /* @__PURE__ */ _(_d, [["render", wd]]), xd = {
7252
+ const V_ = /* @__PURE__ */ _(_d, [["render", wd]]), xd = {
7242
7253
  name: "ecs-party-entry",
7243
7254
  components: { EcsIcon: O, EcsSticker: We },
7244
7255
  props: {
@@ -7683,7 +7694,7 @@ function Md(e, s, t, a, n, i) {
7683
7694
  ], 2)
7684
7695
  ]);
7685
7696
  }
7686
- const V_ = /* @__PURE__ */ _(zd, [["render", Md], ["__scopeId", "data-v-78507101"]]), Od = {
7697
+ const D_ = /* @__PURE__ */ _(zd, [["render", Md], ["__scopeId", "data-v-78507101"]]), Od = {
7687
7698
  name: "ecs-data-grid",
7688
7699
  emits: ["tableScroll"],
7689
7700
  props: {
@@ -7767,7 +7778,7 @@ function Dd(e, s, t, a, n, i) {
7767
7778
  ])) : u("", !0)
7768
7779
  ], 42, Ad);
7769
7780
  }
7770
- const D_ = /* @__PURE__ */ _(Od, [["render", Dd], ["__scopeId", "data-v-60369c9b"]]), Nd = {
7781
+ const N_ = /* @__PURE__ */ _(Od, [["render", Dd], ["__scopeId", "data-v-60369c9b"]]), Nd = {
7771
7782
  name: "ecs-data-grid-row",
7772
7783
  emits: ["rowdrop", "click", "contextmenu", "dblclick", "collapse"],
7773
7784
  props: {
@@ -7907,7 +7918,7 @@ function Ud(e, s, t, a, n, i) {
7907
7918
  ], 10, jd)
7908
7919
  ]);
7909
7920
  }
7910
- const N_ = /* @__PURE__ */ _($d, [["render", Ud], ["__scopeId", "data-v-c6e97366"]]), Gd = {
7921
+ const F_ = /* @__PURE__ */ _($d, [["render", Ud], ["__scopeId", "data-v-c6e97366"]]), Gd = {
7911
7922
  name: "ecs-select",
7912
7923
  emits: [
7913
7924
  "focus",
@@ -8019,7 +8030,7 @@ function Jd(e, s, t, a, n, i) {
8019
8030
  t.placeholder && n.currentValue == "" ? (o(), r("span", Xd, w(t.placeholder), 1)) : u("", !0)
8020
8031
  ], 2);
8021
8032
  }
8022
- const Ci = /* @__PURE__ */ _(Gd, [["render", Jd], ["__scopeId", "data-v-ca96e231"]]), Zd = {
8033
+ const Ci = /* @__PURE__ */ _(Gd, [["render", Jd], ["__scopeId", "data-v-ca96e231"]]), Zd = (e) => e == null, Qd = {
8023
8034
  name: "ecs-data-grid-head-cell",
8024
8035
  emits: ["resizedWidth", "sortby", "selection"],
8025
8036
  components: {
@@ -8220,13 +8231,15 @@ const Ci = /* @__PURE__ */ _(Gd, [["render", Jd], ["__scopeId", "data-v-ca96e231
8220
8231
  setCellsFixedLeftOffset() {
8221
8232
  let e = document.querySelectorAll(".ecs-data-grid-head-cell-inner"), s;
8222
8233
  for (let t = 0; t < e.length; t++)
8223
- if (e[t].attributes["data-column"].value == this.computedId)
8224
- s = t;
8225
- else if (!isNaN(s) && t > s && e[t].__vueParentComponent.ctx.fixedLeft && e[t].__vueParentComponent.ctx.cellFixedLeftOffset) {
8226
- let a = e[t - 1].offsetWidth;
8227
- e[t - 1].__vueParentComponent.ctx.cellFixedLeftOffset && (a += e[t - 1].__vueParentComponent.ctx.cellFixedLeftOffset), e[t].__vueParentComponent.ctx.setFixedLeftOffset(a), document.querySelectorAll('[data-column="' + e[t].__vueParentComponent.ctx.normalizedId.toLowerCase() + '-column-cell"]').forEach((i) => {
8228
- i.__vueParentComponent.ctx.setFixedLeftOffset(a);
8229
- });
8234
+ if (e[t]) {
8235
+ if (e[t].attributes["data-column"].value == this.computedId)
8236
+ s = t;
8237
+ else if (!Zd(e[t].__vueParentComponent) && !isNaN(s) && t > s && e[t].__vueParentComponent.ctx.fixedLeft && e[t].__vueParentComponent.ctx.cellFixedLeftOffset) {
8238
+ let a = e[t - 1].offsetWidth;
8239
+ e[t - 1].__vueParentComponent.ctx.cellFixedLeftOffset && (a += e[t - 1].__vueParentComponent.ctx.cellFixedLeftOffset), e[t].__vueParentComponent.ctx.setFixedLeftOffset(a), document.querySelectorAll('[data-column="' + e[t].__vueParentComponent.ctx.normalizedId.toLowerCase() + '-column-cell"]').forEach((i) => {
8240
+ i.__vueParentComponent.ctx.setFixedLeftOffset(a);
8241
+ });
8242
+ }
8230
8243
  }
8231
8244
  },
8232
8245
  setFixedLeftOffset(e) {
@@ -8260,29 +8273,29 @@ const Ci = /* @__PURE__ */ _(Gd, [["render", Jd], ["__scopeId", "data-v-ca96e231
8260
8273
  unmounted() {
8261
8274
  this.resizeObserver && this.resizeObserver.disconnect();
8262
8275
  }
8263
- }, Qd = ["aria-sort", "aria-label"], eu = {
8276
+ }, eu = ["aria-sort", "aria-label"], tu = {
8264
8277
  key: 0,
8265
8278
  class: "shadow left"
8266
- }, tu = ["data-column", "data-test"], su = {
8279
+ }, su = ["data-column", "data-test"], iu = {
8267
8280
  key: 0,
8268
8281
  class: "first-cell-spacer"
8269
- }, iu = {
8282
+ }, nu = {
8270
8283
  key: 1,
8271
8284
  class: "ecs-data-grid-head-cell-prefix"
8272
- }, nu = ["title"], au = ["selected", "value"], ou = ["title"], lu = ["title"], ru = {
8285
+ }, au = ["title"], ou = ["selected", "value"], lu = ["title"], ru = ["title"], cu = {
8273
8286
  width: "14",
8274
8287
  height: "20",
8275
8288
  viewBox: "0 0 14 20",
8276
8289
  fill: "none",
8277
8290
  xmlns: "http://www.w3.org/2000/svg"
8278
- }, cu = ["stroke", "stroke-width", "opacity"], du = ["stroke", "stroke-width", "opacity"], uu = {
8291
+ }, du = ["stroke", "stroke-width", "opacity"], uu = ["stroke", "stroke-width", "opacity"], fu = {
8279
8292
  key: 6,
8280
8293
  class: "ecs-data-grid-head-cell-suffix"
8281
- }, fu = {
8294
+ }, gu = {
8282
8295
  key: 1,
8283
8296
  class: "shadow right"
8284
8297
  };
8285
- function gu(e, s, t, a, n, i) {
8298
+ function mu(e, s, t, a, n, i) {
8286
8299
  const l = g("ecs-icon"), c = g("ecs-select"), d = g("ecs-focus-ring");
8287
8300
  return o(), r("div", {
8288
8301
  class: v(["ecs-data-grid-head-cell", [
@@ -8298,7 +8311,7 @@ function gu(e, s, t, a, n, i) {
8298
8311
  "aria-sort": i.ariaSort,
8299
8312
  "aria-label": t.icon ? t.name : null
8300
8313
  }, [
8301
- t.fixedRight ? (o(), r("div", eu)) : u("", !0),
8314
+ t.fixedRight ? (o(), r("div", tu)) : u("", !0),
8302
8315
  f("div", {
8303
8316
  ref: "resizer",
8304
8317
  class: v(["ecs-data-grid-head-cell-inner", t.resizable ? "resizable" : ""]),
@@ -8311,8 +8324,8 @@ function gu(e, s, t, a, n, i) {
8311
8324
  "data-column": i.computedId,
8312
8325
  "data-test": i.computedId
8313
8326
  }, [
8314
- t.firstNonStaticCell ? (o(), r("div", su)) : u("", !0),
8315
- e.$slots.prefix ? (o(), r("div", iu, [
8327
+ t.firstNonStaticCell ? (o(), r("div", iu)) : u("", !0),
8328
+ e.$slots.prefix ? (o(), r("div", nu, [
8316
8329
  p(e.$slots, "prefix", {}, void 0, !0)
8317
8330
  ])) : u("", !0),
8318
8331
  t.icon ? (o(), r("div", {
@@ -8325,7 +8338,7 @@ function gu(e, s, t, a, n, i) {
8325
8338
  size: "20",
8326
8339
  color: "#202127"
8327
8340
  }, null, 8, ["type"])
8328
- ], 8, nu)) : t.select ? (o(), h(c, {
8341
+ ], 8, au)) : t.select ? (o(), h(c, {
8329
8342
  key: 3,
8330
8343
  modelValue: n.selectCellValue,
8331
8344
  "onUpdate:modelValue": s[0] || (s[0] = (m) => n.selectCellValue = m),
@@ -8338,14 +8351,14 @@ function gu(e, s, t, a, n, i) {
8338
8351
  key: y,
8339
8352
  selected: m.selected,
8340
8353
  value: m.value
8341
- }, w(m.name), 9, au))), 128))
8354
+ }, w(m.name), 9, ou))), 128))
8342
8355
  ]),
8343
8356
  _: 1
8344
8357
  }, 8, ["modelValue", "disabled"])) : t.empty ? u("", !0) : (o(), r("div", {
8345
8358
  key: 4,
8346
8359
  class: "ecs-data-grid-head-cell-text",
8347
8360
  title: t.name
8348
- }, w(t.name), 9, ou)),
8361
+ }, w(t.name), 9, lu)),
8349
8362
  p(e.$slots, "default", {}, void 0, !0),
8350
8363
  t.sortable ? (o(), r("button", {
8351
8364
  key: 5,
@@ -8353,7 +8366,7 @@ function gu(e, s, t, a, n, i) {
8353
8366
  class: v(["sort-button", t.sorting]),
8354
8367
  title: i.sortTitle
8355
8368
  }, [
8356
- (o(), r("svg", ru, [
8369
+ (o(), r("svg", cu, [
8357
8370
  f("path", {
8358
8371
  d: "M3.99023 11.802L6.76923 14.722L9.54823 11.802",
8359
8372
  stroke: t.sorting == "desc" ? "#157EFB" : "#B9BCC2",
@@ -8361,7 +8374,7 @@ function gu(e, s, t, a, n, i) {
8361
8374
  opacity: t.sorting == "desc" || t.sorting == "none" ? "1" : "0.5",
8362
8375
  "stroke-linecap": "round",
8363
8376
  "stroke-linejoin": "round"
8364
- }, null, 8, cu),
8377
+ }, null, 8, du),
8365
8378
  f("path", {
8366
8379
  d: "M3.99023 8.722L6.76923 5.802L9.54823 8.722",
8367
8380
  stroke: t.sorting == "asc" ? "#157EFB" : "#B9BCC2",
@@ -8369,18 +8382,18 @@ function gu(e, s, t, a, n, i) {
8369
8382
  opacity: t.sorting == "asc" || t.sorting == "none" ? "1" : "0.5",
8370
8383
  "stroke-linecap": "round",
8371
8384
  "stroke-linejoin": "round"
8372
- }, null, 8, du)
8385
+ }, null, 8, uu)
8373
8386
  ])),
8374
8387
  b(d)
8375
- ], 10, lu)) : u("", !0),
8376
- e.$slots.suffix ? (o(), r("div", uu, [
8388
+ ], 10, ru)) : u("", !0),
8389
+ e.$slots.suffix ? (o(), r("div", fu, [
8377
8390
  p(e.$slots, "suffix", {}, void 0, !0)
8378
8391
  ])) : u("", !0)
8379
- ], 14, tu),
8380
- t.fixedLeftLast ? (o(), r("div", fu)) : u("", !0)
8381
- ], 14, Qd);
8392
+ ], 14, su),
8393
+ t.fixedLeftLast ? (o(), r("div", gu)) : u("", !0)
8394
+ ], 14, eu);
8382
8395
  }
8383
- const F_ = /* @__PURE__ */ _(Zd, [["render", gu], ["__scopeId", "data-v-11da2180"]]), mu = {
8396
+ const H_ = /* @__PURE__ */ _(Qd, [["render", mu], ["__scopeId", "data-v-c771ce56"]]), hu = {
8384
8397
  name: "ecs-data-grid-group",
8385
8398
  props: {
8386
8399
  /** Determines if this cell group should be shown. Avoid showing more than 1 group at the same time. */
@@ -8394,19 +8407,19 @@ const F_ = /* @__PURE__ */ _(Zd, [["render", gu], ["__scopeId", "data-v-11da2180
8394
8407
  //required: true
8395
8408
  }
8396
8409
  }
8397
- }, hu = ["aria-labeled-by"];
8398
- function pu(e, s, t, a, n, i) {
8410
+ }, pu = ["aria-labeled-by"];
8411
+ function vu(e, s, t, a, n, i) {
8399
8412
  return $e((o(), r("div", {
8400
8413
  class: "ecs-data-grid-group",
8401
8414
  role: "tabpanel",
8402
8415
  "aria-labeled-by": t.ariaLabeledBy
8403
8416
  }, [
8404
8417
  t.show ? p(e.$slots, "default", { key: 0 }, void 0, !0) : u("", !0)
8405
- ], 8, hu)), [
8418
+ ], 8, pu)), [
8406
8419
  [it, t.show]
8407
8420
  ]);
8408
8421
  }
8409
- const H_ = /* @__PURE__ */ _(mu, [["render", pu], ["__scopeId", "data-v-ee025ab5"]]), vu = {
8422
+ const q_ = /* @__PURE__ */ _(hu, [["render", vu], ["__scopeId", "data-v-ee025ab5"]]), yu = {
8410
8423
  name: "ecs-data-grid-cell",
8411
8424
  emits: ["collapse"],
8412
8425
  components: {
@@ -8540,31 +8553,31 @@ const H_ = /* @__PURE__ */ _(mu, [["render", pu], ["__scopeId", "data-v-ee025ab5
8540
8553
  created() {
8541
8554
  this.cellWidth = this.width, this.cellFixedLeftOffset = this.fixedLeftOffset;
8542
8555
  }
8543
- }, yu = {
8556
+ }, bu = {
8544
8557
  key: 0,
8545
8558
  class: "shadow left"
8546
- }, bu = ["data-column", "data-test"], _u = {
8559
+ }, _u = ["data-column", "data-test"], ku = {
8547
8560
  key: 0,
8548
8561
  class: "first-cell-spacer"
8549
- }, ku = {
8562
+ }, wu = {
8550
8563
  key: 1,
8551
8564
  class: "shadow right"
8552
8565
  };
8553
- function wu(e, s, t, a, n, i) {
8566
+ function xu(e, s, t, a, n, i) {
8554
8567
  const l = g("ecs-button-collapse");
8555
8568
  return o(), r("div", {
8556
8569
  class: v(["ecs-data-grid-cell", [t.fixedLeft ? "fixed-left" : "", t.fixedLeftLast ? "fixed-left-last" : "", t.fixedRight ? "fixed-right" : ""]]),
8557
8570
  style: S([i.widthType === "string" ? i.widthStyles : {}, i.fixedStyles]),
8558
8571
  role: "cell"
8559
8572
  }, [
8560
- t.fixedRight ? (o(), r("div", yu)) : u("", !0),
8573
+ t.fixedRight ? (o(), r("div", bu)) : u("", !0),
8561
8574
  f("div", {
8562
8575
  class: v(["ecs-data-grid-cell-inner", { focus: t.focus }]),
8563
8576
  style: S([i.widthType === "number" ? i.widthStyles : { width: "100%" }, i.paddingStyles, t.styles]),
8564
8577
  "data-column": i.computedId,
8565
8578
  "data-test": i.computedId
8566
8579
  }, [
8567
- t.firstNonStaticCell ? (o(), r("div", _u)) : u("", !0),
8580
+ t.firstNonStaticCell ? (o(), r("div", ku)) : u("", !0),
8568
8581
  s[0] || (s[0] = f("div", { class: "group-spacer" }, null, -1)),
8569
8582
  t.hasCollapse ? (o(), h(l, {
8570
8583
  key: 1,
@@ -8573,22 +8586,22 @@ function wu(e, s, t, a, n, i) {
8573
8586
  type: "chevron"
8574
8587
  }, null, 8, ["onClick", "collapsed"])) : u("", !0),
8575
8588
  p(e.$slots, "default", {}, void 0, !0)
8576
- ], 14, bu),
8577
- t.fixedLeftLast ? (o(), r("div", ku)) : u("", !0)
8589
+ ], 14, _u),
8590
+ t.fixedLeftLast ? (o(), r("div", wu)) : u("", !0)
8578
8591
  ], 6);
8579
8592
  }
8580
- const q_ = /* @__PURE__ */ _(vu, [["render", wu], ["__scopeId", "data-v-82bc0b07"]]), xu = {
8593
+ const $_ = /* @__PURE__ */ _(yu, [["render", xu], ["__scopeId", "data-v-82bc0b07"]]), Su = {
8581
8594
  name: "ecs-data-list"
8582
- }, Su = {
8595
+ }, Cu = {
8583
8596
  class: "ecs-data-list",
8584
8597
  role: "list"
8585
8598
  };
8586
- function Cu(e, s, t, a, n, i) {
8587
- return o(), r("div", Su, [
8599
+ function Bu(e, s, t, a, n, i) {
8600
+ return o(), r("div", Cu, [
8588
8601
  p(e.$slots, "default")
8589
8602
  ]);
8590
8603
  }
8591
- const $_ = /* @__PURE__ */ _(xu, [["render", Cu]]), Bu = {
8604
+ const W_ = /* @__PURE__ */ _(Su, [["render", Bu]]), zu = {
8592
8605
  name: "ecs-data-list-item",
8593
8606
  emits: ["toggled"],
8594
8607
  components: { EcsButtonMore: bi, EcsSkeletonLoader: ie },
@@ -8704,8 +8717,8 @@ const $_ = /* @__PURE__ */ _(xu, [["render", Cu]]), Bu = {
8704
8717
  created() {
8705
8718
  this.expandId = this.generateUniqueId(), this.definitionId = this.generateUniqueId();
8706
8719
  }
8707
- }, zu = ["id"], Iu = ["aria-busy", "aria-labelledby"], Eu = ["aria-valuenow"], Tu = ["id", "aria-hidden"];
8708
- function Pu(e, s, t, a, n, i) {
8720
+ }, Iu = ["id"], Eu = ["aria-busy", "aria-labelledby"], Tu = ["aria-valuenow"], Pu = ["id", "aria-hidden"];
8721
+ function Lu(e, s, t, a, n, i) {
8709
8722
  const l = g("ecs-button-more"), c = g("ecs-skeleton-loader");
8710
8723
  return o(), r("div", null, [
8711
8724
  f("div", {
@@ -8736,7 +8749,7 @@ function Pu(e, s, t, a, n, i) {
8736
8749
  "aria-expanded": n.isVisible ? "true" : "false",
8737
8750
  onClick: i.toggleCollapse
8738
8751
  }, null, 8, ["active", "aria-controls", "aria-expanded", "onClick"])) : u("", !0)
8739
- ], 12, zu)) : u("", !0),
8752
+ ], 12, Iu)) : u("", !0),
8740
8753
  f("div", {
8741
8754
  class: v(["ecs-data-list-data", [
8742
8755
  t.escape ? "ecs-data-list-data-escape" : "",
@@ -8758,8 +8771,8 @@ function Pu(e, s, t, a, n, i) {
8758
8771
  role: "progressbar",
8759
8772
  style: S({ width: t.progress + "%" }),
8760
8773
  "aria-valuenow": t.progress
8761
- }, null, 12, Eu)) : u("", !0)
8762
- ], 10, Iu)
8774
+ }, null, 12, Tu)) : u("", !0)
8775
+ ], 10, Eu)
8763
8776
  ], 2),
8764
8777
  e.$slots.collapse ? (o(), r("div", {
8765
8778
  key: 0,
@@ -8769,10 +8782,10 @@ function Pu(e, s, t, a, n, i) {
8769
8782
  "aria-hidden": n.isVisible ? "false" : "true"
8770
8783
  }, [
8771
8784
  p(e.$slots, "collapse", {}, void 0, !0)
8772
- ], 10, Tu)) : u("", !0)
8785
+ ], 10, Pu)) : u("", !0)
8773
8786
  ]);
8774
8787
  }
8775
- const W_ = /* @__PURE__ */ _(Bu, [["render", Pu], ["__scopeId", "data-v-133b00b9"]]), Lu = {
8788
+ const j_ = /* @__PURE__ */ _(zu, [["render", Lu], ["__scopeId", "data-v-133b00b9"]]), Mu = {
8776
8789
  name: "ecs-dialog",
8777
8790
  emits: ["toggled", "cancel"],
8778
8791
  props: {
@@ -8867,15 +8880,15 @@ const W_ = /* @__PURE__ */ _(Bu, [["render", Pu], ["__scopeId", "data-v-133b00b9
8867
8880
  this.$refs.dialog.showModal ? this.$refs.dialog.showModal() : this.$refs.dialog.setAttribute("open", ""), document.addEventListener("keyup", this.keyUpHandler), this.$refs.dialog.focus();
8868
8881
  }));
8869
8882
  }
8870
- }, Mu = { class: "ecs-dialog-body scrollbar scrollbar-sml" };
8871
- function Ou(e, s, t, a, n, i) {
8883
+ }, Ou = { class: "ecs-dialog-body scrollbar scrollbar-sml" };
8884
+ function Au(e, s, t, a, n, i) {
8872
8885
  return n.lazyLoad ? (o(), r("dialog", {
8873
8886
  key: 0,
8874
8887
  ref: "dialog",
8875
8888
  class: v(["ecs-dialog-" + t.size, "ecs-dialog"]),
8876
8889
  onKeydown: s[0] || (s[0] = (...l) => i.handleKeyDown && i.handleKeyDown(...l))
8877
8890
  }, [
8878
- f("div", Mu, [
8891
+ f("div", Ou, [
8879
8892
  p(e.$slots, "default")
8880
8893
  ]),
8881
8894
  e.$slots.actions ? (o(), r("div", {
@@ -8886,7 +8899,7 @@ function Ou(e, s, t, a, n, i) {
8886
8899
  ], 2)) : u("", !0)
8887
8900
  ], 34)) : u("", !0);
8888
8901
  }
8889
- const j_ = /* @__PURE__ */ _(Lu, [["render", Ou]]), Au = {
8902
+ const U_ = /* @__PURE__ */ _(Mu, [["render", Au]]), Ru = {
8890
8903
  __name: "state-icon",
8891
8904
  props: {
8892
8905
  /** The identifier of the icon which should show up. */
@@ -8960,10 +8973,10 @@ const j_ = /* @__PURE__ */ _(Lu, [["render", Ou]]), Au = {
8960
8973
  }, null, 8, ["height", "width", "data-test-icon-type"]))
8961
8974
  ], 6));
8962
8975
  }
8963
- }, Ru = /* @__PURE__ */ _(Au, [["__scopeId", "data-v-e2fbdf1b"]]), Vu = {
8976
+ }, Vu = /* @__PURE__ */ _(Ru, [["__scopeId", "data-v-e2fbdf1b"]]), Du = {
8964
8977
  name: "ecs-dialog-header",
8965
8978
  components: {
8966
- EcsStateIcon: Ru
8979
+ EcsStateIcon: Vu
8967
8980
  },
8968
8981
  props: {
8969
8982
  /** Adds an icon to the dialog header. The prop value must match a specific icons name. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). Only icons prefixed with `dialog` should be used here. */
@@ -8978,28 +8991,28 @@ const j_ = /* @__PURE__ */ _(Lu, [["render", Ou]]), Au = {
8978
8991
  default: "neutral"
8979
8992
  }
8980
8993
  }
8981
- }, Du = {
8994
+ }, Nu = {
8982
8995
  key: 0,
8983
8996
  class: "ecs-dialog-headline"
8984
- }, Nu = {
8997
+ }, Fu = {
8985
8998
  key: 1,
8986
8999
  class: "ecs-dialog-headline-plain"
8987
9000
  };
8988
- function Fu(e, s, t, a, n, i) {
9001
+ function Hu(e, s, t, a, n, i) {
8989
9002
  const l = g("ecs-state-icon");
8990
9003
  return o(), r("div", null, [
8991
- t.icon ? (o(), r("h3", Du, [
9004
+ t.icon ? (o(), r("h3", Nu, [
8992
9005
  b(l, {
8993
9006
  type: t.icon,
8994
9007
  "icon-color": t.iconColor
8995
9008
  }, null, 8, ["type", "icon-color"]),
8996
9009
  p(e.$slots, "default", {}, void 0, !0)
8997
- ])) : (o(), r("h3", Nu, [
9010
+ ])) : (o(), r("h3", Fu, [
8998
9011
  p(e.$slots, "default", {}, void 0, !0)
8999
9012
  ]))
9000
9013
  ]);
9001
9014
  }
9002
- const U_ = /* @__PURE__ */ _(Vu, [["render", Fu], ["__scopeId", "data-v-6e05c98b"]]), Hu = {
9015
+ const G_ = /* @__PURE__ */ _(Du, [["render", Hu], ["__scopeId", "data-v-6e05c98b"]]), qu = {
9003
9016
  __name: "favicon",
9004
9017
  props: {
9005
9018
  /** The identifier of the favicon which should show up. */
@@ -9041,11 +9054,11 @@ const U_ = /* @__PURE__ */ _(Vu, [["render", Fu], ["__scopeId", "data-v-6e05c98b
9041
9054
  viewBox: "0 0 20 20"
9042
9055
  }, null, 8, ["alt"]));
9043
9056
  }
9044
- }, qu = {
9057
+ }, $u = {
9045
9058
  name: "ecs-directory-entry",
9046
9059
  components: {
9047
9060
  EcsIcon: O,
9048
- EcsFavicon: Hu,
9061
+ EcsFavicon: qu,
9049
9062
  EcsAvatar: nt,
9050
9063
  EcsSkeletonLoader: ie
9051
9064
  },
@@ -9089,14 +9102,14 @@ const U_ = /* @__PURE__ */ _(Vu, [["render", Fu], ["__scopeId", "data-v-6e05c98b
9089
9102
  mounted() {
9090
9103
  !this.icon && !this.favicon && !this.isValidAvatar && !this.legendColor && console.warn("Icon, Favicon, or Avatar prop is required for ecs-directory-entry component");
9091
9104
  }
9092
- }, $u = { class: "ecs-directory-entry" }, Wu = { class: "ecs-directory-entry-type" }, ju = {
9105
+ }, Wu = { class: "ecs-directory-entry" }, ju = { class: "ecs-directory-entry-type" }, Uu = {
9093
9106
  key: 4,
9094
9107
  class: "legend-color"
9095
- }, Uu = { class: "items" };
9096
- function Gu(e, s, t, a, n, i) {
9108
+ }, Gu = { class: "items" };
9109
+ function Ku(e, s, t, a, n, i) {
9097
9110
  const l = g("ecs-skeleton-loader"), c = g("ecs-icon"), d = g("ecs-avatar"), m = g("ecs-favicon");
9098
- return o(), r("div", $u, [
9099
- f("div", Wu, [
9111
+ return o(), r("div", Wu, [
9112
+ f("div", ju, [
9100
9113
  t.loading ? (o(), h(l, {
9101
9114
  key: 0,
9102
9115
  type: t.legendColor ? "circle" : "rect",
@@ -9120,7 +9133,7 @@ function Gu(e, s, t, a, n, i) {
9120
9133
  }, null, 8, ["image", "name", "relevantBadge", "party", "customStyle", "backgroundColor"])) : t.favicon ? (o(), h(m, {
9121
9134
  key: 3,
9122
9135
  website: t.favicon
9123
- }, null, 8, ["website"])) : t.legendColor ? (o(), r("div", ju, [
9136
+ }, null, 8, ["website"])) : t.legendColor ? (o(), r("div", Uu, [
9124
9137
  f("div", {
9125
9138
  class: "legend-color-dot",
9126
9139
  style: S("background-color:" + t.legendColor)
@@ -9132,7 +9145,7 @@ function Gu(e, s, t, a, n, i) {
9132
9145
  style: S("background-color:" + t.indicator)
9133
9146
  }, null, 4)) : u("", !0)
9134
9147
  ]),
9135
- f("div", Uu, [
9148
+ f("div", Gu, [
9136
9149
  t.loading ? (o(), h(l, {
9137
9150
  key: 0,
9138
9151
  "line-height": 3,
@@ -9141,7 +9154,7 @@ function Gu(e, s, t, a, n, i) {
9141
9154
  ])
9142
9155
  ]);
9143
9156
  }
9144
- const G_ = /* @__PURE__ */ _(qu, [["render", Gu], ["__scopeId", "data-v-37ac5196"]]), Ku = {
9157
+ const K_ = /* @__PURE__ */ _($u, [["render", Ku], ["__scopeId", "data-v-37ac5196"]]), Yu = {
9145
9158
  name: "ecs-document-state",
9146
9159
  components: {
9147
9160
  EcsIcon: O,
@@ -9169,23 +9182,23 @@ const G_ = /* @__PURE__ */ _(qu, [["render", Gu], ["__scopeId", "data-v-37ac5196
9169
9182
  default: !1
9170
9183
  }
9171
9184
  }
9172
- }, Yu = ["aria-busy"], Xu = {
9185
+ }, Xu = ["aria-busy"], Ju = {
9173
9186
  key: 0,
9174
9187
  class: "txt"
9175
- }, Ju = {
9188
+ }, Zu = {
9176
9189
  key: 1,
9177
9190
  class: "no-txt"
9178
- }, Zu = {
9191
+ }, Qu = {
9179
9192
  key: 2,
9180
9193
  class: "instant"
9181
- }, Qu = {
9194
+ }, ef = {
9182
9195
  key: 3,
9183
9196
  class: "no-instant"
9184
- }, ef = {
9197
+ }, tf = {
9185
9198
  key: 4,
9186
9199
  class: "loading"
9187
9200
  };
9188
- function tf(e, s, t, a, n, i) {
9201
+ function sf(e, s, t, a, n, i) {
9189
9202
  const l = g("ecs-skeleton-loader"), c = g("ecs-icon");
9190
9203
  return t.loading ? (o(), h(l, {
9191
9204
  key: 0,
@@ -9198,18 +9211,18 @@ function tf(e, s, t, a, n, i) {
9198
9211
  class: "ecs-document-state",
9199
9212
  "aria-busy": t.processing || null
9200
9213
  }, [
9201
- t.ocr ? (o(), r("div", Xu)) : (o(), r("div", Ju)),
9202
- t.instantView ? (o(), r("div", Zu)) : (o(), r("div", Qu)),
9203
- t.processing ? (o(), r("span", ef, [
9214
+ t.ocr ? (o(), r("div", Ju)) : (o(), r("div", Zu)),
9215
+ t.instantView ? (o(), r("div", Qu)) : (o(), r("div", ef)),
9216
+ t.processing ? (o(), r("span", tf, [
9204
9217
  b(c, {
9205
9218
  type: "loading",
9206
9219
  size: "18",
9207
9220
  color: "#202127"
9208
9221
  })
9209
9222
  ])) : u("", !0)
9210
- ], 8, Yu));
9223
+ ], 8, Xu));
9211
9224
  }
9212
- const K_ = /* @__PURE__ */ _(Ku, [["render", tf], ["__scopeId", "data-v-df132a03"]]), sf = {
9225
+ const Y_ = /* @__PURE__ */ _(Yu, [["render", sf], ["__scopeId", "data-v-df132a03"]]), nf = {
9213
9226
  props: {
9214
9227
  /** The initial value of the chart as a percentage. */
9215
9228
  value: {
@@ -9258,8 +9271,8 @@ const K_ = /* @__PURE__ */ _(Ku, [["render", tf], ["__scopeId", "data-v-df132a03
9258
9271
  return e / 100;
9259
9272
  }
9260
9273
  }
9261
- }, nf = ["height", "width", "viewBox"], af = ["cx", "cy", "r", "stroke", "stroke-width", "stroke-dasharray", "transform"], of = ["cx", "cy", "r", "stroke", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
9262
- function lf(e, s, t, a, n, i) {
9274
+ }, af = ["height", "width", "viewBox"], of = ["cx", "cy", "r", "stroke", "stroke-width", "stroke-dasharray", "transform"], lf = ["cx", "cy", "r", "stroke", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
9275
+ function rf(e, s, t, a, n, i) {
9263
9276
  return o(), r("div", {
9264
9277
  class: "ecs-donut-chart",
9265
9278
  style: S(i.wrapperPadding)
@@ -9282,7 +9295,7 @@ function lf(e, s, t, a, n, i) {
9282
9295
  "stroke-dashoffset": 0,
9283
9296
  fill: "transparent",
9284
9297
  transform: "rotate(-90 " + t.size / 2 + " " + t.size / 2 + ")"
9285
- }, null, 8, af)) : u("", !0),
9298
+ }, null, 8, of)) : u("", !0),
9286
9299
  f("circle", {
9287
9300
  cx: t.size / 2,
9288
9301
  cy: t.size / 2,
@@ -9293,12 +9306,12 @@ function lf(e, s, t, a, n, i) {
9293
9306
  "stroke-dashoffset": i.calculateStrokeDashOffset(t.value, i.circumference),
9294
9307
  fill: "transparent",
9295
9308
  transform: "rotate(-90 " + t.size / 2 + " " + t.size / 2 + ")"
9296
- }, null, 8, of)
9309
+ }, null, 8, lf)
9297
9310
  ])
9298
- ], 8, nf))
9311
+ ], 8, af))
9299
9312
  ], 4);
9300
9313
  }
9301
- const Y_ = /* @__PURE__ */ _(sf, [["render", lf], ["__scopeId", "data-v-851d95d9"]]), rf = {
9314
+ const X_ = /* @__PURE__ */ _(nf, [["render", rf], ["__scopeId", "data-v-851d95d9"]]), cf = {
9302
9315
  name: "ecs-empty-state",
9303
9316
  components: { EcsIcon: O },
9304
9317
  props: {
@@ -9324,14 +9337,14 @@ const Y_ = /* @__PURE__ */ _(sf, [["render", lf], ["__scopeId", "data-v-851d95d9
9324
9337
  return this.size == "sml" ? "100px" : "200px";
9325
9338
  }
9326
9339
  }
9327
- }, cf = ["aria-busy"], df = {
9340
+ }, df = ["aria-busy"], uf = {
9328
9341
  key: 1,
9329
9342
  class: "ecs-empty-state-loading"
9330
- }, uf = {
9343
+ }, ff = {
9331
9344
  key: 3,
9332
9345
  class: "ecs-empty-state-actions"
9333
9346
  };
9334
- function ff(e, s, t, a, n, i) {
9347
+ function gf(e, s, t, a, n, i) {
9335
9348
  const l = g("ecs-icon");
9336
9349
  return o(), r("div", {
9337
9350
  class: "ecs-empty-state",
@@ -9342,19 +9355,19 @@ function ff(e, s, t, a, n, i) {
9342
9355
  type: t.type,
9343
9356
  color: t.iconColor,
9344
9357
  size: i.iconSize
9345
- }, null, 8, ["type", "color", "size"])) : t.type == "loading" ? (o(), r("div", df)) : u("", !0),
9358
+ }, null, 8, ["type", "color", "size"])) : t.type == "loading" ? (o(), r("div", uf)) : u("", !0),
9346
9359
  t.type != "loading" ? (o(), r("div", {
9347
9360
  key: 2,
9348
9361
  class: v(["ecs-empty-state-message", t.size])
9349
9362
  }, [
9350
9363
  p(e.$slots, "default", {}, void 0, !0)
9351
9364
  ], 2)) : u("", !0),
9352
- e.$slots.actions ? (o(), r("div", uf, [
9365
+ e.$slots.actions ? (o(), r("div", ff, [
9353
9366
  p(e.$slots, "actions", {}, void 0, !0)
9354
9367
  ])) : u("", !0)
9355
- ], 8, cf);
9368
+ ], 8, df);
9356
9369
  }
9357
- const Bi = /* @__PURE__ */ _(rf, [["render", ff], ["__scopeId", "data-v-60265995"]]), gf = {
9370
+ const Bi = /* @__PURE__ */ _(cf, [["render", gf], ["__scopeId", "data-v-60265995"]]), mf = {
9358
9371
  props: {
9359
9372
  /** The current progress value. */
9360
9373
  value: {
@@ -9387,8 +9400,8 @@ const Bi = /* @__PURE__ */ _(rf, [["render", ff], ["__scopeId", "data-v-60265995
9387
9400
  return this.max !== null ? this.value : 100 * (this.value / this.computedMax);
9388
9401
  }
9389
9402
  }
9390
- }, mf = ["aria-valuenow", "aria-valuemax"];
9391
- function hf(e, s, t, a, n, i) {
9403
+ }, hf = ["aria-valuenow", "aria-valuemax"];
9404
+ function pf(e, s, t, a, n, i) {
9392
9405
  return o(), r("div", {
9393
9406
  class: "ecs-progress",
9394
9407
  role: "progressbar",
@@ -9405,15 +9418,15 @@ function hf(e, s, t, a, n, i) {
9405
9418
  ]]),
9406
9419
  style: S({ width: 100 * (t.value / i.computedMax) + "%" })
9407
9420
  }, null, 6)
9408
- ], 8, mf);
9421
+ ], 8, hf);
9409
9422
  }
9410
- const pf = /* @__PURE__ */ _(gf, [["render", hf], ["__scopeId", "data-v-1b81f485"]]), vf = {
9423
+ const vf = /* @__PURE__ */ _(mf, [["render", pf], ["__scopeId", "data-v-1b81f485"]]), yf = {
9411
9424
  name: "ecs-dropzone",
9412
9425
  emits: ["onFileDrop", "cancel"],
9413
9426
  components: {
9414
9427
  EcsEmptyState: Bi,
9415
9428
  EcsSkeletonLoader: ie,
9416
- EcsProgress: pf,
9429
+ EcsProgress: vf,
9417
9430
  EcsButton: pe,
9418
9431
  EcsFocusRing: V,
9419
9432
  EcsFlexRow: me,
@@ -9559,14 +9572,14 @@ const pf = /* @__PURE__ */ _(gf, [["render", hf], ["__scopeId", "data-v-1b81f485
9559
9572
  beforeUnmount() {
9560
9573
  document.removeEventListener("dragenter", this.show);
9561
9574
  }
9562
- }, yf = ["aria-busy", "aria-invalid"], bf = ["multiple"], _f = { key: 1 }, kf = { key: 1 }, wf = {
9575
+ }, bf = ["aria-busy", "aria-invalid"], _f = ["multiple"], kf = { key: 1 }, wf = { key: 1 }, xf = {
9563
9576
  key: 2,
9564
9577
  class: "ecs-dropzone-hint"
9565
- }, xf = {
9578
+ }, Sf = {
9566
9579
  key: 3,
9567
9580
  class: "ecs-dropzone-stats"
9568
- }, Sf = ["innerHTML"];
9569
- function Cf(e, s, t, a, n, i) {
9581
+ }, Cf = ["innerHTML"];
9582
+ function Bf(e, s, t, a, n, i) {
9570
9583
  const l = g("ecs-skeleton-loader"), c = g("ecs-focus-ring"), d = g("ecs-text-v2"), m = g("ecs-sticker"), y = g("ecs-flex-row"), k = g("ecs-progress"), E = g("ecs-empty-state"), I = g("ecs-button");
9571
9584
  return o(), r("div", {
9572
9585
  class: v(["ecs-dropzone", [
@@ -9586,7 +9599,7 @@ function Cf(e, s, t, a, n, i) {
9586
9599
  type: "file",
9587
9600
  multiple: t.multiple || null,
9588
9601
  ref: "file"
9589
- }, null, 40, bf),
9602
+ }, null, 40, _f),
9590
9603
  b(E, {
9591
9604
  type: i.iconType,
9592
9605
  iconColor: i.iconColor
@@ -9597,7 +9610,7 @@ function Cf(e, s, t, a, n, i) {
9597
9610
  type: "single",
9598
9611
  width: 100,
9599
9612
  class: "ecs-dropzone-skeleton"
9600
- })) : (o(), r("div", _f, [
9613
+ })) : (o(), r("div", kf, [
9601
9614
  e.$slots.customlabel ? u("", !0) : (o(), r(D, { key: 0 }, [
9602
9615
  L(" Drag and drop your " + w(t.fileTypeLabel) + " or ", 1),
9603
9616
  f("i", {
@@ -9610,13 +9623,13 @@ function Cf(e, s, t, a, n, i) {
9610
9623
  ], 32),
9611
9624
  s[8] || (s[8] = L(" to upload. "))
9612
9625
  ], 64)),
9613
- e.$slots.customlabel ? (o(), r("div", kf, [
9626
+ e.$slots.customlabel ? (o(), r("div", wf, [
9614
9627
  p(e.$slots, "customlabel", {}, void 0, !0)
9615
9628
  ])) : u("", !0),
9616
- e.$slots.hint && !t.uploadStats.show ? (o(), r("div", wf, [
9629
+ e.$slots.hint && !t.uploadStats.show ? (o(), r("div", xf, [
9617
9630
  p(e.$slots, "hint", {}, void 0, !0)
9618
9631
  ])) : u("", !0),
9619
- t.uploadStats.show ? (o(), r("div", xf, [
9632
+ t.uploadStats.show ? (o(), r("div", Sf, [
9620
9633
  b(y, {
9621
9634
  gap: 8,
9622
9635
  justify: "center"
@@ -9660,7 +9673,7 @@ function Cf(e, s, t, a, n, i) {
9660
9673
  key: 4,
9661
9674
  innerHTML: t.errorMessage,
9662
9675
  class: "ecs-dropzone-error-message"
9663
- }, null, 8, Sf)) : u("", !0)
9676
+ }, null, 8, Cf)) : u("", !0)
9664
9677
  ])),
9665
9678
  t.loading || t.progress ? (o(), h(k, {
9666
9679
  key: 2,
@@ -9683,9 +9696,9 @@ function Cf(e, s, t, a, n, i) {
9683
9696
  ]),
9684
9697
  _: 1
9685
9698
  }, 8, ["onClick", "icon"])) : u("", !0)
9686
- ], 42, yf);
9699
+ ], 42, bf);
9687
9700
  }
9688
- const X_ = /* @__PURE__ */ _(vf, [["render", Cf], ["__scopeId", "data-v-2c790ae4"]]), Bf = {
9701
+ const J_ = /* @__PURE__ */ _(yf, [["render", Bf], ["__scopeId", "data-v-2c790ae4"]]), zf = {
9689
9702
  name: "ecs-ecai-wrapper",
9690
9703
  components: { EcsIcon: O },
9691
9704
  props: {
@@ -9721,7 +9734,7 @@ const X_ = /* @__PURE__ */ _(vf, [["render", Cf], ["__scopeId", "data-v-2c790ae4
9721
9734
  }
9722
9735
  }
9723
9736
  };
9724
- function zf(e, s, t, a, n, i) {
9737
+ function If(e, s, t, a, n, i) {
9725
9738
  const l = g("ecs-icon");
9726
9739
  return o(), r("div", {
9727
9740
  class: v(["ecs-ecai-wrapper", { border: i.hasBorder }]),
@@ -9737,7 +9750,7 @@ function zf(e, s, t, a, n, i) {
9737
9750
  p(e.$slots, "default", {}, void 0, !0)
9738
9751
  ], 6);
9739
9752
  }
9740
- const J_ = /* @__PURE__ */ _(Bf, [["render", zf], ["__scopeId", "data-v-05133d05"]]), If = {
9753
+ const Z_ = /* @__PURE__ */ _(zf, [["render", If], ["__scopeId", "data-v-05133d05"]]), Ef = {
9741
9754
  name: "ecs-entry-link",
9742
9755
  emits: ["linkClick", "linkClickExternal", "moreClick"],
9743
9756
  components: {
@@ -9805,14 +9818,14 @@ const J_ = /* @__PURE__ */ _(Bf, [["render", zf], ["__scopeId", "data-v-05133d05
9805
9818
  this.$emit("moreClick", e);
9806
9819
  }
9807
9820
  }
9808
- }, Ef = ["title"], Tf = {
9821
+ }, Tf = ["title"], Pf = {
9809
9822
  key: 1,
9810
9823
  class: "prepend"
9811
- }, Pf = ["title"], Lf = {
9824
+ }, Lf = ["title"], Mf = {
9812
9825
  key: 2,
9813
9826
  class: "append"
9814
9827
  };
9815
- function Mf(e, s, t, a, n, i) {
9828
+ function Of(e, s, t, a, n, i) {
9816
9829
  const l = g("ecs-icon"), c = g("ecs-sticker"), d = g("ecs-focus-ring"), m = g("ecs-button-more");
9817
9830
  return o(), r("div", {
9818
9831
  onClick: s[0] || (s[0] = W((...y) => i.handleClick && i.handleClick(...y), ["stop"])),
@@ -9835,15 +9848,15 @@ function Mf(e, s, t, a, n, i) {
9835
9848
  key: 1,
9836
9849
  type: t.sticker
9837
9850
  }, null, 8, ["type"])) : u("", !0)
9838
- ], 8, Ef)) : u("", !0),
9839
- e.$slots.prepender ? (o(), r("div", Tf, [
9851
+ ], 8, Tf)) : u("", !0),
9852
+ e.$slots.prepender ? (o(), r("div", Pf, [
9840
9853
  p(e.$slots, "prepender", {}, void 0, !0)
9841
9854
  ])) : u("", !0),
9842
9855
  f("div", {
9843
9856
  class: v(["ecs-entry-link-label", t.emphasized ? "emphasized" : ""]),
9844
9857
  title: t.linkTitle
9845
- }, w(t.label), 11, Pf),
9846
- e.$slots.appender ? (o(), r("div", Lf, [
9858
+ }, w(t.label), 11, Lf),
9859
+ e.$slots.appender ? (o(), r("div", Mf, [
9847
9860
  p(e.$slots, "appender", {}, void 0, !0)
9848
9861
  ])) : u("", !0),
9849
9862
  b(d, {
@@ -9859,7 +9872,7 @@ function Mf(e, s, t, a, n, i) {
9859
9872
  }, null, 8, ["onClick", "title", "aria-label"])) : u("", !0)
9860
9873
  ], 2);
9861
9874
  }
9862
- const Z_ = /* @__PURE__ */ _(If, [["render", Mf], ["__scopeId", "data-v-0b6f41c6"]]), Of = {
9875
+ const Q_ = /* @__PURE__ */ _(Ef, [["render", Of], ["__scopeId", "data-v-0b6f41c6"]]), Af = {
9863
9876
  name: "ecs-excerpt-snippet",
9864
9877
  components: { EcsIcon: O, EcsSkeletonLoader: ie, EcsFormatted: _i },
9865
9878
  props: {
@@ -9916,26 +9929,26 @@ const Z_ = /* @__PURE__ */ _(If, [["render", Mf], ["__scopeId", "data-v-0b6f41c6
9916
9929
  return `max-height: ${this.maxHeight}; overflow: auto;`;
9917
9930
  }
9918
9931
  }
9919
- }, Af = { class: "ecs-excerpt-title" }, Rf = { class: "ecs-excerpt-title-headline" }, Vf = { key: 3 }, Df = {
9932
+ }, Rf = { class: "ecs-excerpt-title" }, Vf = { class: "ecs-excerpt-title-headline" }, Df = { key: 3 }, Nf = {
9920
9933
  key: 0,
9921
9934
  class: "ecs-excerpt-title-cite"
9922
- }, Nf = { key: 1 }, Ff = {
9935
+ }, Ff = { key: 1 }, Hf = {
9923
9936
  key: 1,
9924
9937
  class: "ecs-excerpt-content-transcript"
9925
- }, Hf = {
9938
+ }, qf = {
9926
9939
  key: 2,
9927
9940
  class: "ecs-excerpt-content-rectangle"
9928
- }, qf = {
9941
+ }, $f = {
9929
9942
  key: 3,
9930
9943
  class: "ecs-excerpt-content-regular"
9931
9944
  };
9932
- function $f(e, s, t, a, n, i) {
9945
+ function Wf(e, s, t, a, n, i) {
9933
9946
  const l = g("ecs-skeleton-loader"), c = g("ecs-icon"), d = g("ecs-formatted");
9934
9947
  return o(), r("div", {
9935
9948
  class: v(["ecs-excerpt-snippet", i.sizeClass])
9936
9949
  }, [
9937
- f("div", Af, [
9938
- f("div", Rf, [
9950
+ f("div", Rf, [
9951
+ f("div", Vf, [
9939
9952
  t.icon && t.loading ? (o(), h(l, {
9940
9953
  key: 0,
9941
9954
  type: "rect",
@@ -9951,14 +9964,14 @@ function $f(e, s, t, a, n, i) {
9951
9964
  key: 2,
9952
9965
  type: "single",
9953
9966
  width: 20
9954
- })) : (o(), r("span", Vf, w(t.headline), 1))
9967
+ })) : (o(), r("span", Df, w(t.headline), 1))
9955
9968
  ]),
9956
- t.cite ? (o(), r("div", Df, [
9969
+ t.cite ? (o(), r("div", Nf, [
9957
9970
  t.loading ? (o(), h(l, {
9958
9971
  key: 0,
9959
9972
  type: "single",
9960
9973
  width: 100
9961
- })) : (o(), r("span", Nf, w(t.cite), 1))
9974
+ })) : (o(), r("span", Ff, w(t.cite), 1))
9962
9975
  ])) : u("", !0)
9963
9976
  ]),
9964
9977
  f("div", {
@@ -9978,23 +9991,23 @@ function $f(e, s, t, a, n, i) {
9978
9991
  p(e.$slots, "default", {}, void 0, !0)
9979
9992
  ]),
9980
9993
  _: 3
9981
- }, 8, ["small"])) : t.type == "transcript" ? (o(), r("div", Ff, [
9994
+ }, 8, ["small"])) : t.type == "transcript" ? (o(), r("div", Hf, [
9982
9995
  p(e.$slots, "default", {}, void 0, !0)
9983
- ])) : t.type == "rectangle" ? (o(), r("div", Hf, [
9996
+ ])) : t.type == "rectangle" ? (o(), r("div", qf, [
9984
9997
  f("span", {
9985
9998
  style: S("color:" + t.annotationColor)
9986
9999
  }, "Rectangle Annotation", 4),
9987
10000
  f("div", {
9988
10001
  style: S("background-color:" + t.annotationColor)
9989
10002
  }, null, 4)
9990
- ])) : (o(), r("div", qf, [
10003
+ ])) : (o(), r("div", $f, [
9991
10004
  p(e.$slots, "default", {}, void 0, !0)
9992
10005
  ]))
9993
10006
  ], 64))
9994
10007
  ], 4)
9995
10008
  ], 2);
9996
10009
  }
9997
- const Q_ = /* @__PURE__ */ _(Of, [["render", $f], ["__scopeId", "data-v-1c058d79"]]), Wf = {
10010
+ const ek = /* @__PURE__ */ _(Af, [["render", Wf], ["__scopeId", "data-v-1c058d79"]]), jf = {
9998
10011
  name: "ecs-input",
9999
10012
  emits: ["update:modelValue", "change", "keyup", "blur", "focus"],
10000
10013
  props: {
@@ -10098,8 +10111,8 @@ const Q_ = /* @__PURE__ */ _(Of, [["render", $f], ["__scopeId", "data-v-1c058d79
10098
10111
  return this.subtle ? "ecs-form-control-subtle" : this.variant !== "default" ? `ecs-form-control-${this.variant}` : null;
10099
10112
  }
10100
10113
  }
10101
- }, jf = ["value", "type", "name", "disabled", "required", "readonly", "placeholder", "autocomplete", "min", "max", "step", "id", "data-1p-ignore"], Uf = ["value", "name", "disabled", "required", "readonly", "placeholder", "id", "data-1p-ignore"];
10102
- function Gf(e, s, t, a, n, i) {
10114
+ }, Uf = ["value", "type", "name", "disabled", "required", "readonly", "placeholder", "autocomplete", "min", "max", "step", "id", "data-1p-ignore"], Gf = ["value", "name", "disabled", "required", "readonly", "placeholder", "id", "data-1p-ignore"];
10115
+ function Kf(e, s, t, a, n, i) {
10103
10116
  return t.type != "textarea" ? (o(), r("input", Ae({
10104
10117
  key: 0,
10105
10118
  class: ["ecs-form-control", [
@@ -10130,7 +10143,7 @@ function Gf(e, s, t, a, n, i) {
10130
10143
  ref: t.refr,
10131
10144
  id: t.refr,
10132
10145
  "data-1p-ignore": i.disabled1Password
10133
- }), null, 16, jf)) : (o(), r("textarea", Ae({
10146
+ }), null, 16, Uf)) : (o(), r("textarea", Ae({
10134
10147
  key: 1,
10135
10148
  class: ["ecs-form-control", [
10136
10149
  i.sizeClass,
@@ -10155,14 +10168,20 @@ function Gf(e, s, t, a, n, i) {
10155
10168
  ref: t.refr,
10156
10169
  id: t.refr,
10157
10170
  "data-1p-ignore": i.disabled1Password
10158
- }), null, 16, Uf));
10171
+ }), null, 16, Gf));
10159
10172
  }
10160
- const zi = /* @__PURE__ */ _(Wf, [["render", Gf], ["__scopeId", "data-v-747337b1"]]), Kf = {
10173
+ const zi = /* @__PURE__ */ _(jf, [["render", Kf], ["__scopeId", "data-v-bfe7899b"]]), Yf = {
10161
10174
  name: "EcsPopoverListHeadline",
10162
10175
  components: {
10163
10176
  EcsButtonCollapse: ls
10164
10177
  },
10165
10178
  props: {
10179
+ /** Determines the size of the headline. */
10180
+ size: {
10181
+ type: String,
10182
+ default: "md",
10183
+ validator: (e) => ["md", "sml"].includes(e)
10184
+ },
10166
10185
  /** 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. */
10167
10186
  sticky: {
10168
10187
  type: Boolean,
@@ -10198,16 +10217,17 @@ const zi = /* @__PURE__ */ _(Wf, [["render", Gf], ["__scopeId", "data-v-747337b1
10198
10217
  this.isCollapsed = !this.isCollapsed, this.$emit("toggle", this.isCollapsed);
10199
10218
  }
10200
10219
  }
10201
- }, Yf = {
10220
+ }, Xf = {
10202
10221
  key: 1,
10203
10222
  class: "ecs-popover-list-title-controls"
10204
10223
  };
10205
- function Xf(e, s, t, a, n, i) {
10224
+ function Jf(e, s, t, a, n, i) {
10206
10225
  const l = g("ecs-button-collapse");
10207
10226
  return o(), r("li", {
10208
10227
  class: v(["ecs-popover-list-title", [
10209
10228
  t.sticky ? "ecs-popover-list-title-sticky" : "ecs-popover-list-title-default",
10210
- t.sticky && e.$slots.controls ? "has-controls" : ""
10229
+ t.sticky && e.$slots.controls ? "has-controls" : "",
10230
+ t.size === "sml" ? "sml" : ""
10211
10231
  ]]),
10212
10232
  role: "heading"
10213
10233
  }, [
@@ -10221,12 +10241,12 @@ function Xf(e, s, t, a, n, i) {
10221
10241
  f("span", null, [
10222
10242
  p(e.$slots, "default", {}, void 0, !0)
10223
10243
  ]),
10224
- e.$slots.controls ? (o(), r("div", Yf, [
10244
+ e.$slots.controls ? (o(), r("div", Xf, [
10225
10245
  p(e.$slots, "controls", {}, void 0, !0)
10226
10246
  ])) : u("", !0)
10227
10247
  ], 2);
10228
10248
  }
10229
- const Jf = /* @__PURE__ */ _(Kf, [["render", Xf], ["__scopeId", "data-v-c1516cc2"]]), Ii = {
10249
+ const Zf = /* @__PURE__ */ _(Yf, [["render", Jf], ["__scopeId", "data-v-442eb0eb"]]), Ii = {
10230
10250
  roundedRect: {
10231
10251
  label: "roundedRect",
10232
10252
  styles: {
@@ -10259,7 +10279,7 @@ const Jf = /* @__PURE__ */ _(Kf, [["render", Xf], ["__scopeId", "data-v-c1516cc2
10259
10279
  bold: !1,
10260
10280
  italic: !1,
10261
10281
  underline: !1
10262
- }), Zf = (e) => typeof e == "string" && /^#([0-9A-Fa-f]{3}){1,2}$/.test(e), Qf = (e) => Object.keys(Ii).includes(e), eg = (e) => typeof e.content == "string" && typeof e.size == "number" && e.size >= 8 && e.size <= 32 && typeof e.bold == "boolean" && typeof e.italic == "boolean" && typeof e.underline == "boolean", tg = (e) => e == null ? !0 : Zf(e.color) && Qf(e.shape) && Array.isArray(e.text) && e.text.length >= 1 && e.text.length <= 6 && e.text.every(eg), sg = () => {
10282
+ }), Qf = (e) => typeof e == "string" && /^#([0-9A-Fa-f]{3}){1,2}$/.test(e), eg = (e) => Object.keys(Ii).includes(e), tg = (e) => typeof e.content == "string" && typeof e.size == "number" && e.size >= 8 && e.size <= 32 && typeof e.bold == "boolean" && typeof e.italic == "boolean" && typeof e.underline == "boolean", sg = (e) => e == null ? !0 : Qf(e.color) && eg(e.shape) && Array.isArray(e.text) && e.text.length >= 1 && e.text.length <= 6 && e.text.every(tg), ig = () => {
10263
10283
  const s = document.createElement("canvas").getContext("2d");
10264
10284
  return {
10265
10285
  getTextWidth: (n, i) => {
@@ -10268,7 +10288,7 @@ const Jf = /* @__PURE__ */ _(Kf, [["render", Xf], ["__scopeId", "data-v-c1516cc2
10268
10288
  },
10269
10289
  escapeHtml: (n) => n.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/"/g, "&quot;").replace(/'/g, "&#039;")
10270
10290
  };
10271
- }, ig = {
10291
+ }, ng = {
10272
10292
  name: "ecs-exhibit-sticker-editor",
10273
10293
  emits: ["update:modelValue"],
10274
10294
  components: {
@@ -10278,7 +10298,7 @@ const Jf = /* @__PURE__ */ _(Kf, [["render", Xf], ["__scopeId", "data-v-c1516cc2
10278
10298
  EcsSeparator: pi,
10279
10299
  EcsInput: zi,
10280
10300
  EcsPopover: pt,
10281
- EcsPopoverListHeadline: Jf,
10301
+ EcsPopoverListHeadline: Zf,
10282
10302
  EcsPopoverList: is,
10283
10303
  EcsPopoverListItem: os,
10284
10304
  EcsColorPicker: Si
@@ -10293,7 +10313,7 @@ const Jf = /* @__PURE__ */ _(Kf, [["render", Xf], ["__scopeId", "data-v-c1516cc2
10293
10313
  modelValue: {
10294
10314
  type: Object,
10295
10315
  required: !1,
10296
- validator: tg
10316
+ validator: sg
10297
10317
  },
10298
10318
  /** Variables to be inserted into the sticker. */
10299
10319
  variables: {
@@ -10320,7 +10340,7 @@ const Jf = /* @__PURE__ */ _(Kf, [["render", Xf], ["__scopeId", "data-v-c1516cc2
10320
10340
  },
10321
10341
  focusedLineIndex: null,
10322
10342
  lineInputs: [],
10323
- textProcessing: sg(),
10343
+ textProcessing: ig(),
10324
10344
  colorPickerValue: "#F9DF00",
10325
10345
  swatches: [
10326
10346
  {
@@ -10664,13 +10684,13 @@ const Jf = /* @__PURE__ */ _(Kf, [["render", Xf], ["__scopeId", "data-v-c1516cc2
10664
10684
  });
10665
10685
  }
10666
10686
  }
10667
- }, ng = { class: "ecs-exhibit-sticker-editor" }, ag = ["aria-checked"], og = ["aria-checked"], lg = ["aria-checked"], rg = ["aria-checked"], cg = { class: "ecs-exhibit-sticker-editor-content" }, dg = { class: "ecs-exhibit-sticker-editor-preview" }, ug = {
10687
+ }, ag = { class: "ecs-exhibit-sticker-editor" }, og = ["aria-checked"], lg = ["aria-checked"], rg = ["aria-checked"], cg = ["aria-checked"], dg = { class: "ecs-exhibit-sticker-editor-content" }, ug = { class: "ecs-exhibit-sticker-editor-preview" }, fg = {
10668
10688
  key: 0,
10669
10689
  class: "page-preview"
10670
- }, fg = { class: "sticker-content" }, gg = { class: "line-controls line-controls-left" }, mg = { class: "line-input" }, hg = ["value", "onInput", "onFocus", "onKeydown"], pg = ["innerHTML"], vg = { class: "line-controls line-controls-right" }, yg = { class: "line-input" }, bg = ["innerHTML"], _g = { style: { width: "240px" } };
10671
- function kg(e, s, t, a, n, i) {
10690
+ }, gg = { class: "sticker-content" }, mg = { class: "line-controls line-controls-left" }, hg = { class: "line-input" }, pg = ["value", "onInput", "onFocus", "onKeydown"], vg = ["innerHTML"], yg = { class: "line-controls line-controls-right" }, bg = { class: "line-input" }, _g = ["innerHTML"], kg = { style: { width: "240px" } };
10691
+ function wg(e, s, t, a, n, i) {
10672
10692
  const l = g("ecs-text-v2"), c = g("ecs-flex-row"), d = g("ecs-button"), m = g("ecs-color-picker"), y = g("ecs-popover"), k = g("ecs-separator"), E = g("ecs-input"), I = g("ecs-popover-list-headline"), B = g("ecs-popover-list-item"), P = g("ecs-popover-list");
10673
- return o(), r("div", ng, [
10693
+ return o(), r("div", ag, [
10674
10694
  t.readOnly ? u("", !0) : (o(), h(c, {
10675
10695
  key: 0,
10676
10696
  direction: "column",
@@ -10703,7 +10723,7 @@ function kg(e, s, t, a, n, i) {
10703
10723
  class: "shape-preview rounded-rect",
10704
10724
  style: S({ backgroundColor: n.localSticker.color, borderColor: i.stickerBorderColor })
10705
10725
  }, null, 4)
10706
- ], 10, ag),
10726
+ ], 10, og),
10707
10727
  f("button", {
10708
10728
  role: "radio",
10709
10729
  class: v(["shape-preview-button", { active: n.localSticker.shape === "rect" }]),
@@ -10716,7 +10736,7 @@ function kg(e, s, t, a, n, i) {
10716
10736
  class: "shape-preview rect",
10717
10737
  style: S({ backgroundColor: n.localSticker.color, borderColor: i.stickerBorderColor })
10718
10738
  }, null, 4)
10719
- ], 10, og),
10739
+ ], 10, lg),
10720
10740
  f("button", {
10721
10741
  role: "radio",
10722
10742
  class: v(["shape-preview-button", { active: n.localSticker.shape === "roundedSquare" }]),
@@ -10729,7 +10749,7 @@ function kg(e, s, t, a, n, i) {
10729
10749
  class: "shape-preview rounded-square",
10730
10750
  style: S({ backgroundColor: n.localSticker.color, borderColor: i.stickerBorderColor })
10731
10751
  }, null, 4)
10732
- ], 10, lg),
10752
+ ], 10, rg),
10733
10753
  f("button", {
10734
10754
  role: "radio",
10735
10755
  class: v(["shape-preview-button", { active: n.localSticker.shape === "square" }]),
@@ -10742,14 +10762,14 @@ function kg(e, s, t, a, n, i) {
10742
10762
  class: "shape-preview square",
10743
10763
  style: S({ backgroundColor: n.localSticker.color, borderColor: i.stickerBorderColor })
10744
10764
  }, null, 4)
10745
- ], 10, rg)
10765
+ ], 10, cg)
10746
10766
  ]),
10747
10767
  _: 1
10748
10768
  })
10749
10769
  ]),
10750
10770
  _: 1
10751
10771
  })),
10752
- f("div", cg, [
10772
+ f("div", dg, [
10753
10773
  t.readOnly ? u("", !0) : (o(), h(l, {
10754
10774
  key: 0,
10755
10775
  preset: "label-1"
@@ -10759,8 +10779,8 @@ function kg(e, s, t, a, n, i) {
10759
10779
  ])),
10760
10780
  _: 1
10761
10781
  })),
10762
- f("div", dg, [
10763
- t.pagePosition ? (o(), r("div", ug, [
10782
+ f("div", ug, [
10783
+ t.pagePosition ? (o(), r("div", fg, [
10764
10784
  f("div", {
10765
10785
  class: "page-position-indicator",
10766
10786
  style: S(i.pagePositionIndicatorStyles)
@@ -10808,12 +10828,12 @@ function kg(e, s, t, a, n, i) {
10808
10828
  key: C,
10809
10829
  class: "line"
10810
10830
  }, [
10811
- f("div", yg, [
10831
+ f("div", bg, [
10812
10832
  f("span", {
10813
10833
  class: "line-preview",
10814
10834
  style: S(i.getLineStyle(T)),
10815
10835
  innerHTML: i.processTextContent(T.content)
10816
- }, null, 12, bg)
10836
+ }, null, 12, _g)
10817
10837
  ])
10818
10838
  ]))), 128))
10819
10839
  ], 2)
@@ -10827,14 +10847,14 @@ function kg(e, s, t, a, n, i) {
10827
10847
  ...i.stickerShapeStyles[n.localSticker.shape]
10828
10848
  })
10829
10849
  }, [
10830
- f("div", fg, [
10850
+ f("div", gg, [
10831
10851
  (o(!0), r(D, null, J(n.localSticker.text, (T, C) => (o(), r("div", {
10832
10852
  key: C,
10833
10853
  class: v(["line", { focused: i.isLineFocused(C) }]),
10834
10854
  ref_for: !0,
10835
10855
  ref: `line-${C}`
10836
10856
  }, [
10837
- f("div", gg, [
10857
+ f("div", mg, [
10838
10858
  b(d, {
10839
10859
  type: "secondary",
10840
10860
  size: "sml",
@@ -10858,7 +10878,7 @@ function kg(e, s, t, a, n, i) {
10858
10878
  "aria-label": "Move line down"
10859
10879
  }, null, 8, ["onClick", "disabled", "tabindex"])
10860
10880
  ]),
10861
- f("div", mg, [
10881
+ f("div", hg, [
10862
10882
  f("input", {
10863
10883
  type: "text",
10864
10884
  value: T.content,
@@ -10871,14 +10891,14 @@ function kg(e, s, t, a, n, i) {
10871
10891
  ref: (M) => {
10872
10892
  M && (n.lineInputs[C] = M);
10873
10893
  }
10874
- }, null, 44, hg),
10894
+ }, null, 44, pg),
10875
10895
  f("span", {
10876
10896
  class: "line-preview",
10877
10897
  style: S(i.getLineStyle(T)),
10878
10898
  innerHTML: i.processTextContent(T.content)
10879
- }, null, 12, pg)
10899
+ }, null, 12, vg)
10880
10900
  ]),
10881
- f("div", vg, [
10901
+ f("div", yg, [
10882
10902
  b(d, {
10883
10903
  type: "secondary",
10884
10904
  size: "sml",
@@ -11010,7 +11030,7 @@ function kg(e, s, t, a, n, i) {
11010
11030
  disabled: n.focusedLineIndex === null
11011
11031
  }, {
11012
11032
  content: x(() => [
11013
- f("div", _g, [
11033
+ f("div", kg, [
11014
11034
  b(P, null, {
11015
11035
  default: x(() => [
11016
11036
  b(I, null, {
@@ -11072,7 +11092,7 @@ function kg(e, s, t, a, n, i) {
11072
11092
  ])
11073
11093
  ]);
11074
11094
  }
11075
- const ek = /* @__PURE__ */ _(ig, [["render", kg], ["__scopeId", "data-v-3043808d"]]), tk = {
11095
+ const tk = /* @__PURE__ */ _(ng, [["render", wg], ["__scopeId", "data-v-3043808d"]]), sk = {
11076
11096
  __name: "fill-icon",
11077
11097
  props: {
11078
11098
  /** The identifier of the icon which should show up. */
@@ -11114,18 +11134,18 @@ const ek = /* @__PURE__ */ _(ig, [["render", kg], ["__scopeId", "data-v-3043808d
11114
11134
  width: e.width
11115
11135
  }, null, 8, ["height", "width"]));
11116
11136
  }
11117
- }, wg = {
11118
- name: "ecs-file-list"
11119
11137
  }, xg = {
11138
+ name: "ecs-file-list"
11139
+ }, Sg = {
11120
11140
  class: "ecs-file-list",
11121
11141
  role: "list"
11122
11142
  };
11123
- function Sg(e, s, t, a, n, i) {
11124
- return o(), r("div", xg, [
11143
+ function Cg(e, s, t, a, n, i) {
11144
+ return o(), r("div", Sg, [
11125
11145
  p(e.$slots, "default")
11126
11146
  ]);
11127
11147
  }
11128
- const sk = /* @__PURE__ */ _(wg, [["render", Sg]]), Cg = {
11148
+ const ik = /* @__PURE__ */ _(xg, [["render", Cg]]), Bg = {
11129
11149
  name: "ecs-file-list-item",
11130
11150
  emits: ["click", "remove", "toggled", "title-click"],
11131
11151
  components: {
@@ -11249,23 +11269,23 @@ const sk = /* @__PURE__ */ _(wg, [["render", Sg]]), Cg = {
11249
11269
  created() {
11250
11270
  this.expandId = this.generateUniqueId(), this.errorId = this.generateUniqueId(), this.warningId = this.generateUniqueId(), this.editId = this.generateUniqueId();
11251
11271
  }
11252
- }, Bg = ["tabindex"], zg = {
11272
+ }, zg = ["tabindex"], Ig = {
11253
11273
  key: 0,
11254
11274
  class: "ecs-file-list-inner"
11255
- }, Ig = ["aria-errormessage"], Eg = { class: "ecs-file-list-controls" }, Tg = {
11275
+ }, Eg = ["aria-errormessage"], Tg = { class: "ecs-file-list-controls" }, Pg = {
11256
11276
  key: 0,
11257
11277
  class: "ecs-file-list-meta"
11258
- }, Pg = ["aria-controls", "aria-expanded", "aria-label", "disabled"], Lg = ["aria-valuenow"], Mg = ["id"], Og = {
11278
+ }, Lg = ["aria-controls", "aria-expanded", "aria-label", "disabled"], Mg = ["aria-valuenow"], Og = ["id"], Ag = {
11259
11279
  key: 0,
11260
11280
  class: "list"
11261
- }, Ag = ["id"], Rg = {
11281
+ }, Rg = ["id"], Vg = {
11262
11282
  key: 0,
11263
11283
  class: "list"
11264
- }, Vg = ["id", "aria-hidden"], Dg = ["id"], Ng = {
11284
+ }, Dg = ["id", "aria-hidden"], Ng = ["id"], Fg = {
11265
11285
  ref: "edit",
11266
11286
  class: "ecs-file-list-entry-edit"
11267
11287
  };
11268
- function Fg(e, s, t, a, n, i) {
11288
+ function Hg(e, s, t, a, n, i) {
11269
11289
  const l = g("ecs-focus-ring"), c = g("ecs-icon"), d = g("ecs-file-icon"), m = g("ecs-sticker"), y = g("ecs-button-table");
11270
11290
  return o(), r("div", {
11271
11291
  onClick: s[9] || (s[9] = (k) => e.$emit("click", k)),
@@ -11280,7 +11300,7 @@ function Fg(e, s, t, a, n, i) {
11280
11300
  t.hover ? (o(), h(l, { key: 0 })) : u("", !0),
11281
11301
  b(_e, { name: "title" }, {
11282
11302
  default: x(() => [
11283
- t.showTitleEdit || !t.edit ? (o(), r("div", zg, [
11303
+ t.showTitleEdit || !t.edit ? (o(), r("div", Ig, [
11284
11304
  t.icon ? (o(), h(c, {
11285
11305
  key: 0,
11286
11306
  onClick: s[0] || (s[0] = (k) => e.$emit("title-click", k)),
@@ -11311,10 +11331,10 @@ function Fg(e, s, t, a, n, i) {
11311
11331
  "aria-errormessage": t.error ? n.errorId : null
11312
11332
  }, [
11313
11333
  p(e.$slots, "default", {}, void 0, !0)
11314
- ], 8, Ig)
11334
+ ], 8, Eg)
11315
11335
  ], 32),
11316
- f("div", Eg, [
11317
- e.$slots.meta ? (o(), r("div", Tg, [
11336
+ f("div", Tg, [
11337
+ e.$slots.meta ? (o(), r("div", Pg, [
11318
11338
  p(e.$slots, "meta", {}, void 0, !0)
11319
11339
  ])) : u("", !0),
11320
11340
  p(e.$slots, "controls", {}, void 0, !0),
@@ -11328,7 +11348,7 @@ function Fg(e, s, t, a, n, i) {
11328
11348
  disabled: t.disableButtons
11329
11349
  }, [
11330
11350
  b(l)
11331
- ], 10, Pg)) : u("", !0),
11351
+ ], 10, Lg)) : u("", !0),
11332
11352
  t.remove ? (o(), h(y, {
11333
11353
  key: 2,
11334
11354
  onClick: s[8] || (s[8] = (k) => e.$emit("remove", k)),
@@ -11345,7 +11365,7 @@ function Fg(e, s, t, a, n, i) {
11345
11365
  style: S({ width: t.progress + "%" }),
11346
11366
  role: "progressbar",
11347
11367
  "aria-valuenow": t.progress
11348
- }, null, 12, Lg)) : u("", !0)
11368
+ }, null, 12, Mg)) : u("", !0)
11349
11369
  ])) : u("", !0)
11350
11370
  ]),
11351
11371
  _: 3
@@ -11355,23 +11375,23 @@ function Fg(e, s, t, a, n, i) {
11355
11375
  class: "error",
11356
11376
  id: n.errorId
11357
11377
  }, [
11358
- Array.isArray(t.error) ? (o(), r("ul", Og, [
11378
+ Array.isArray(t.error) ? (o(), r("ul", Ag, [
11359
11379
  (o(!0), r(D, null, J(t.error, (k, E) => (o(), r("li", { key: E }, w(k), 1))), 128))
11360
11380
  ])) : (o(), r(D, { key: 1 }, [
11361
11381
  L(w(t.error), 1)
11362
11382
  ], 64))
11363
- ], 8, Mg)) : u("", !0),
11383
+ ], 8, Og)) : u("", !0),
11364
11384
  t.warning && typeof t.warning != "boolean" ? (o(), r("div", {
11365
11385
  key: 2,
11366
11386
  class: "warning",
11367
11387
  id: n.warningId
11368
11388
  }, [
11369
- Array.isArray(t.warning) ? (o(), r("ul", Rg, [
11389
+ Array.isArray(t.warning) ? (o(), r("ul", Vg, [
11370
11390
  (o(!0), r(D, null, J(t.warning, (k, E) => (o(), r("li", { key: E }, w(k), 1))), 128))
11371
11391
  ])) : (o(), r(D, { key: 1 }, [
11372
11392
  L(w(t.warning), 1)
11373
11393
  ], 64))
11374
- ], 8, Ag)) : u("", !0),
11394
+ ], 8, Rg)) : u("", !0),
11375
11395
  e.$slots.collapse ? (o(), r("div", {
11376
11396
  key: 3,
11377
11397
  class: v(n.isVisible ? "collapse-show" : "collapse-hide"),
@@ -11379,7 +11399,7 @@ function Fg(e, s, t, a, n, i) {
11379
11399
  "aria-hidden": n.isVisible ? "false" : "true"
11380
11400
  }, [
11381
11401
  p(e.$slots, "collapse", {}, void 0, !0)
11382
- ], 10, Vg)) : u("", !0),
11402
+ ], 10, Dg)) : u("", !0),
11383
11403
  b(_e, { name: "edit" }, {
11384
11404
  default: x(() => [
11385
11405
  e.$slots.edit && t.edit ? (o(), r("div", {
@@ -11387,16 +11407,16 @@ function Fg(e, s, t, a, n, i) {
11387
11407
  style: S({ maxHeight: n.editHeight + "px" }),
11388
11408
  id: n.editId
11389
11409
  }, [
11390
- f("div", Ng, [
11410
+ f("div", Fg, [
11391
11411
  p(e.$slots, "edit", {}, void 0, !0)
11392
11412
  ], 512)
11393
- ], 12, Dg)) : u("", !0)
11413
+ ], 12, Ng)) : u("", !0)
11394
11414
  ]),
11395
11415
  _: 3
11396
11416
  })
11397
- ], 10, Bg);
11417
+ ], 10, zg);
11398
11418
  }
11399
- const ik = /* @__PURE__ */ _(Cg, [["render", Fg], ["__scopeId", "data-v-b753f1a9"]]), Hg = { class: "ecs-flag" }, qg = {
11419
+ const nk = /* @__PURE__ */ _(Bg, [["render", Hg], ["__scopeId", "data-v-b753f1a9"]]), qg = { class: "ecs-flag" }, $g = {
11400
11420
  __name: "flag",
11401
11421
  props: {
11402
11422
  /** ISO Country code of the flag. */
@@ -11444,14 +11464,14 @@ const ik = /* @__PURE__ */ _(Cg, [["render", Fg], ["__scopeId", "data-v-b753f1a9
11444
11464
  n !== i && (a = ne(
11445
11465
  () => ae(/* @__PURE__ */ Object.assign({ "../assets/icons/flags/AD.svg": () => import("./AD-C5_vG6Ag.js"), "../assets/icons/flags/AE.svg": () => import("./AE-N2qZibaM.js"), "../assets/icons/flags/AF.svg": () => import("./AF-C3iGORdj.js"), "../assets/icons/flags/AG.svg": () => import("./AG-CeusfkJo.js"), "../assets/icons/flags/AI.svg": () => import("./AI-Dw8y0sgH.js"), "../assets/icons/flags/AL.svg": () => import("./AL-FH7Vbdtf.js"), "../assets/icons/flags/AM.svg": () => import("./AM-CBHWIn6U.js"), "../assets/icons/flags/AO.svg": () => import("./AO-q41hqQGr.js"), "../assets/icons/flags/AQ.svg": () => import("./AQ-CJVIo-Eg.js"), "../assets/icons/flags/AR.svg": () => import("./AR-CitjyVKW.js"), "../assets/icons/flags/AS.svg": () => import("./AS-Ciwe4w5Z.js"), "../assets/icons/flags/AT.svg": () => import("./AT-DqspBtSl.js"), "../assets/icons/flags/AU.svg": () => import("./AU-BuB6ZaIV.js"), "../assets/icons/flags/AW.svg": () => import("./AW-B-pFHcDd.js"), "../assets/icons/flags/AX.svg": () => import("./AX-BXpbyU3p.js"), "../assets/icons/flags/AZ.svg": () => import("./AZ-G39cHpDk.js"), "../assets/icons/flags/BA.svg": () => import("./BA-BHyi18n0.js"), "../assets/icons/flags/BB.svg": () => import("./BB-D9rcR-V1.js"), "../assets/icons/flags/BD.svg": () => import("./BD-CpfG-Ml7.js"), "../assets/icons/flags/BE.svg": () => import("./BE-JKO9u3Gy.js"), "../assets/icons/flags/BF.svg": () => import("./BF-DZoacIyv.js"), "../assets/icons/flags/BG.svg": () => import("./BG-DqKg6Wwu.js"), "../assets/icons/flags/BH.svg": () => import("./BH-BJVaIUME.js"), "../assets/icons/flags/BI.svg": () => import("./BI-D9WjDAT9.js"), "../assets/icons/flags/BJ.svg": () => import("./BJ-Cn1856LE.js"), "../assets/icons/flags/BL.svg": () => import("./BL-Bauv-NoW.js"), "../assets/icons/flags/BM.svg": () => import("./BM-BfMmid36.js"), "../assets/icons/flags/BN.svg": () => import("./BN-BVmSAJe6.js"), "../assets/icons/flags/BO.svg": () => import("./BO-CvYNV7Ec.js"), "../assets/icons/flags/BQ-BO.svg": () => import("./BQ-BO-cXWyFtAk.js"), "../assets/icons/flags/BQ-SA.svg": () => import("./BQ-SA-CCLCj8Vh.js"), "../assets/icons/flags/BQ-SE.svg": () => import("./BQ-SE-ElzTYA25.js"), "../assets/icons/flags/BR.svg": () => import("./BR-BoGn1TZ_.js"), "../assets/icons/flags/BS.svg": () => import("./BS-BBazK1oD.js"), "../assets/icons/flags/BT.svg": () => import("./BT-DMnoE4Us.js"), "../assets/icons/flags/BV.svg": () => import("./BV-u7unpmQx.js"), "../assets/icons/flags/BW.svg": () => import("./BW-DeFje54J.js"), "../assets/icons/flags/BY.svg": () => import("./BY-DlfLfknC.js"), "../assets/icons/flags/BZ.svg": () => import("./BZ-BCyH0h8p.js"), "../assets/icons/flags/CA.svg": () => import("./CA-KmSn47Th.js"), "../assets/icons/flags/CC.svg": () => import("./CC-D5okqW6-.js"), "../assets/icons/flags/CD.svg": () => import("./CD-BxzLtEbn.js"), "../assets/icons/flags/CF.svg": () => import("./CF-CFzmqVGh.js"), "../assets/icons/flags/CG.svg": () => import("./CG-DMGc-KRS.js"), "../assets/icons/flags/CH.svg": () => import("./CH-CN1T_DrI.js"), "../assets/icons/flags/CI.svg": () => import("./CI-NABJ4WMb.js"), "../assets/icons/flags/CK.svg": () => import("./CK-DhlRpMtm.js"), "../assets/icons/flags/CL.svg": () => import("./CL-C3Pp86PL.js"), "../assets/icons/flags/CM.svg": () => import("./CM-DDp44fPv.js"), "../assets/icons/flags/CN.svg": () => import("./CN-C3a51utB.js"), "../assets/icons/flags/CO.svg": () => import("./CO-1UCPvl5U.js"), "../assets/icons/flags/CR.svg": () => import("./CR-BpqCQQb4.js"), "../assets/icons/flags/CU.svg": () => import("./CU-wNpLsxvc.js"), "../assets/icons/flags/CV.svg": () => import("./CV-DWzDfFSq.js"), "../assets/icons/flags/CW.svg": () => import("./CW-CK3V6b8v.js"), "../assets/icons/flags/CX.svg": () => import("./CX-DN6CXmGU.js"), "../assets/icons/flags/CY.svg": () => import("./CY-BxXn79G2.js"), "../assets/icons/flags/CZ.svg": () => import("./CZ-DedwYlmz.js"), "../assets/icons/flags/DE.svg": () => import("./DE-qQxeLHoD.js"), "../assets/icons/flags/DJ.svg": () => import("./DJ-DPU6rDjr.js"), "../assets/icons/flags/DK.svg": () => import("./DK-BTiuXfue.js"), "../assets/icons/flags/DM.svg": () => import("./DM-ntkLHRoq.js"), "../assets/icons/flags/DO.svg": () => import("./DO-Bzd6RNrK.js"), "../assets/icons/flags/DZ.svg": () => import("./DZ-OGYQK6Uc.js"), "../assets/icons/flags/EC.svg": () => import("./EC-DJAFOvN0.js"), "../assets/icons/flags/EE.svg": () => import("./EE-DO1r0jUB.js"), "../assets/icons/flags/EG.svg": () => import("./EG-BY2KcWvk.js"), "../assets/icons/flags/EH.svg": () => import("./EH-BeXmHot9.js"), "../assets/icons/flags/ER.svg": () => import("./ER-BxhYATpP.js"), "../assets/icons/flags/ES.svg": () => import("./ES-BQp7O4bY.js"), "../assets/icons/flags/ET.svg": () => import("./ET-5U6-1g9o.js"), "../assets/icons/flags/EU.svg": () => import("./EU-BNjfvQyS.js"), "../assets/icons/flags/FI.svg": () => import("./FI-Dx9Ob5__.js"), "../assets/icons/flags/FJ.svg": () => import("./FJ-CSRR2xnT.js"), "../assets/icons/flags/FK.svg": () => import("./FK-5XWrZLuU.js"), "../assets/icons/flags/FM.svg": () => import("./FM-CCNhAt3M.js"), "../assets/icons/flags/FO.svg": () => import("./FO-B_JrmClC.js"), "../assets/icons/flags/FR.svg": () => import("./FR-qgHe9rqM.js"), "../assets/icons/flags/GA.svg": () => import("./GA-B_g1VBjJ.js"), "../assets/icons/flags/GB-ENG.svg": () => import("./GB-ENG-CoBQJvrL.js"), "../assets/icons/flags/GB-NIR.svg": () => import("./GB-NIR-CBfdK5s1.js"), "../assets/icons/flags/GB-SCT.svg": () => import("./GB-SCT-CJyNYDXF.js"), "../assets/icons/flags/GB-UKM.svg": () => import("./GB-UKM-CBfdK5s1.js"), "../assets/icons/flags/GB-WLS.svg": () => import("./GB-WLS-BljMI14a.js"), "../assets/icons/flags/GD.svg": () => import("./GD-DTrBUHYQ.js"), "../assets/icons/flags/GE.svg": () => import("./GE-c9-ndUpi.js"), "../assets/icons/flags/GF.svg": () => import("./GF-Bgm4FpDe.js"), "../assets/icons/flags/GG.svg": () => import("./GG-6FwKV9DN.js"), "../assets/icons/flags/GH.svg": () => import("./GH-aTGg28_8.js"), "../assets/icons/flags/GI.svg": () => import("./GI-85kK3pZP.js"), "../assets/icons/flags/GL.svg": () => import("./GL-5NDk9Evg.js"), "../assets/icons/flags/GM.svg": () => import("./GM-tBDJwLfC.js"), "../assets/icons/flags/GN.svg": () => import("./GN-C4Yh-Maz.js"), "../assets/icons/flags/GP.svg": () => import("./GP-CrmvK_Pz.js"), "../assets/icons/flags/GQ.svg": () => import("./GQ-Dj4X7KRY.js"), "../assets/icons/flags/GR.svg": () => import("./GR-BNqzO8Jc.js"), "../assets/icons/flags/GS.svg": () => import("./GS-B4xVzI6e.js"), "../assets/icons/flags/GT.svg": () => import("./GT-CJzfsN4P.js"), "../assets/icons/flags/GU.svg": () => import("./GU-C2p3gX2j.js"), "../assets/icons/flags/GW.svg": () => import("./GW-TBRBlYgO.js"), "../assets/icons/flags/GY.svg": () => import("./GY-Vwn2AIzL.js"), "../assets/icons/flags/HK.svg": () => import("./HK-BaMJWeHm.js"), "../assets/icons/flags/HM.svg": () => import("./HM-DZenk9N7.js"), "../assets/icons/flags/HN.svg": () => import("./HN-C6IXHdNv.js"), "../assets/icons/flags/HR.svg": () => import("./HR-DrdTcZ00.js"), "../assets/icons/flags/HT.svg": () => import("./HT-CVL3_5Gj.js"), "../assets/icons/flags/HU.svg": () => import("./HU-DFg3NAXZ.js"), "../assets/icons/flags/ID.svg": () => import("./ID-v0a7Fn34.js"), "../assets/icons/flags/IE.svg": () => import("./IE-CDSH55X_.js"), "../assets/icons/flags/IL.svg": () => import("./IL-Bb8GwG5f.js"), "../assets/icons/flags/IM.svg": () => import("./IM-D46j6wJK.js"), "../assets/icons/flags/IN.svg": () => import("./IN-B4IeGKL8.js"), "../assets/icons/flags/IO.svg": () => import("./IO-DBYidfr_.js"), "../assets/icons/flags/IQ.svg": () => import("./IQ-4CE0OTkn.js"), "../assets/icons/flags/IR.svg": () => import("./IR-8TltqMHk.js"), "../assets/icons/flags/IS.svg": () => import("./IS-DSwfCeSE.js"), "../assets/icons/flags/IT.svg": () => import("./IT-whkOXyYT.js"), "../assets/icons/flags/JE.svg": () => import("./JE-bLFkWjls.js"), "../assets/icons/flags/JM.svg": () => import("./JM-Dle25KVJ.js"), "../assets/icons/flags/JO.svg": () => import("./JO-DYquEZ0a.js"), "../assets/icons/flags/JP.svg": () => import("./JP-DReMusq-.js"), "../assets/icons/flags/KE.svg": () => import("./KE-DbUlf0UI.js"), "../assets/icons/flags/KG.svg": () => import("./KG-CLIge__K.js"), "../assets/icons/flags/KH.svg": () => import("./KH-qJjpKA3-.js"), "../assets/icons/flags/KI.svg": () => import("./KI-DKngUUKF.js"), "../assets/icons/flags/KM.svg": () => import("./KM-x5eh9L6A.js"), "../assets/icons/flags/KN.svg": () => import("./KN-DbEqLD1r.js"), "../assets/icons/flags/KP.svg": () => import("./KP-BTsNCTGO.js"), "../assets/icons/flags/KR.svg": () => import("./KR-C26soGUC.js"), "../assets/icons/flags/KW.svg": () => import("./KW-B5dv4IQ5.js"), "../assets/icons/flags/KY.svg": () => import("./KY-BlPXxZmi.js"), "../assets/icons/flags/KZ.svg": () => import("./KZ-D6iMT9HW.js"), "../assets/icons/flags/LA.svg": () => import("./LA-LrIQYFSh.js"), "../assets/icons/flags/LB.svg": () => import("./LB-DVpLjFGa.js"), "../assets/icons/flags/LC.svg": () => import("./LC-C5zetCZZ.js"), "../assets/icons/flags/LI.svg": () => import("./LI-Bg7ttRVH.js"), "../assets/icons/flags/LK.svg": () => import("./LK-CTqpe3i8.js"), "../assets/icons/flags/LR.svg": () => import("./LR-B8Bk-QaF.js"), "../assets/icons/flags/LS.svg": () => import("./LS-BGDbqawd.js"), "../assets/icons/flags/LT.svg": () => import("./LT-DnNMssV2.js"), "../assets/icons/flags/LU.svg": () => import("./LU-C5NXZ7-T.js"), "../assets/icons/flags/LV.svg": () => import("./LV-BI6BZPcP.js"), "../assets/icons/flags/LY.svg": () => import("./LY-B88IV5dB.js"), "../assets/icons/flags/MA.svg": () => import("./MA-kHsl1TV1.js"), "../assets/icons/flags/MC.svg": () => import("./MC-j1--dDIG.js"), "../assets/icons/flags/MD.svg": () => import("./MD-uu0UO23y.js"), "../assets/icons/flags/ME.svg": () => import("./ME-CaGV3Ott.js"), "../assets/icons/flags/MF.svg": () => import("./MF-B_wUaW2v.js"), "../assets/icons/flags/MG.svg": () => import("./MG-CfAaoUbC.js"), "../assets/icons/flags/MH.svg": () => import("./MH-Tz-m6_Js.js"), "../assets/icons/flags/MK.svg": () => import("./MK-LPWxX01w.js"), "../assets/icons/flags/ML.svg": () => import("./ML-BRf-0tys.js"), "../assets/icons/flags/MM.svg": () => import("./MM-Cp9AYS-G.js"), "../assets/icons/flags/MN.svg": () => import("./MN-DUeFNnis.js"), "../assets/icons/flags/MO.svg": () => import("./MO-DUP_PB5f.js"), "../assets/icons/flags/MP.svg": () => import("./MP-DDfmT1B7.js"), "../assets/icons/flags/MQ.svg": () => import("./MQ-3vD8hF1p.js"), "../assets/icons/flags/MR.svg": () => import("./MR-3QdpSoEj.js"), "../assets/icons/flags/MS.svg": () => import("./MS-BF1yyQkI.js"), "../assets/icons/flags/MT.svg": () => import("./MT-CmkRHZLG.js"), "../assets/icons/flags/MU.svg": () => import("./MU-BuJzuULP.js"), "../assets/icons/flags/MV.svg": () => import("./MV-DmQMs0Qn.js"), "../assets/icons/flags/MW.svg": () => import("./MW-DxlcgfCx.js"), "../assets/icons/flags/MX.svg": () => import("./MX-BZPViiGe.js"), "../assets/icons/flags/MY.svg": () => import("./MY-CeC1723M.js"), "../assets/icons/flags/MZ.svg": () => import("./MZ-C1kkowix.js"), "../assets/icons/flags/NA.svg": () => import("./NA-BuCKHH-8.js"), "../assets/icons/flags/NC.svg": () => import("./NC-BOA1BIGB.js"), "../assets/icons/flags/NE.svg": () => import("./NE-nQuRJDJS.js"), "../assets/icons/flags/NF.svg": () => import("./NF-DNEBMzjD.js"), "../assets/icons/flags/NG.svg": () => import("./NG-CDcpkDWy.js"), "../assets/icons/flags/NI.svg": () => import("./NI-CqYE5qpj.js"), "../assets/icons/flags/NL.svg": () => import("./NL-C98zuU5W.js"), "../assets/icons/flags/NO.svg": () => import("./NO-u7unpmQx.js"), "../assets/icons/flags/NP.svg": () => import("./NP-ipW5Vuq8.js"), "../assets/icons/flags/NR.svg": () => import("./NR-BM6MJHxN.js"), "../assets/icons/flags/NU.svg": () => import("./NU-BUZjIXLJ.js"), "../assets/icons/flags/NZ.svg": () => import("./NZ-ChZCWh5Z.js"), "../assets/icons/flags/OM.svg": () => import("./OM-CDf8NWwG.js"), "../assets/icons/flags/PA.svg": () => import("./PA-DOJSiQ-1.js"), "../assets/icons/flags/PE.svg": () => import("./PE-DQliHqXX.js"), "../assets/icons/flags/PF.svg": () => import("./PF-BL4B3w9W.js"), "../assets/icons/flags/PG.svg": () => import("./PG-D3PUgjHN.js"), "../assets/icons/flags/PH.svg": () => import("./PH-BnS4qZ-x.js"), "../assets/icons/flags/PK.svg": () => import("./PK-Dth7_Klu.js"), "../assets/icons/flags/PL.svg": () => import("./PL-DiQ96Q7N.js"), "../assets/icons/flags/PM.svg": () => import("./PM-DfE-iw81.js"), "../assets/icons/flags/PN.svg": () => import("./PN-jeuIgmWa.js"), "../assets/icons/flags/PR.svg": () => import("./PR-kzMhxgNF.js"), "../assets/icons/flags/PS.svg": () => import("./PS-BFtsIZoA.js"), "../assets/icons/flags/PT.svg": () => import("./PT-BxCzH4VC.js"), "../assets/icons/flags/PW.svg": () => import("./PW-h76Xi4wM.js"), "../assets/icons/flags/PY.svg": () => import("./PY-BLowvHn9.js"), "../assets/icons/flags/QA.svg": () => import("./QA-BDSCxgO7.js"), "../assets/icons/flags/RE.svg": () => import("./RE-BOA1BIGB.js"), "../assets/icons/flags/RO.svg": () => import("./RO-B0XOMspQ.js"), "../assets/icons/flags/RS.svg": () => import("./RS-B_tAzLAr.js"), "../assets/icons/flags/RU.svg": () => import("./RU-PidfgykC.js"), "../assets/icons/flags/RW.svg": () => import("./RW-BsSPwgGg.js"), "../assets/icons/flags/SA.svg": () => import("./SA-0ce4obC7.js"), "../assets/icons/flags/SB.svg": () => import("./SB-DOozzWlr.js"), "../assets/icons/flags/SC.svg": () => import("./SC-DFNbKmg0.js"), "../assets/icons/flags/SD.svg": () => import("./SD-BH7aAQue.js"), "../assets/icons/flags/SE.svg": () => import("./SE-B33NEX3f.js"), "../assets/icons/flags/SG.svg": () => import("./SG-CRrwVrYT.js"), "../assets/icons/flags/SH.svg": () => import("./SH-DidhsaeX.js"), "../assets/icons/flags/SI.svg": () => import("./SI-CuEgSNPL.js"), "../assets/icons/flags/SJ.svg": () => import("./SJ-u7unpmQx.js"), "../assets/icons/flags/SK.svg": () => import("./SK-CocwLFvt.js"), "../assets/icons/flags/SL.svg": () => import("./SL-CM0lteUl.js"), "../assets/icons/flags/SM.svg": () => import("./SM-j-p8XYSL.js"), "../assets/icons/flags/SN.svg": () => import("./SN-Dn1dMhyx.js"), "../assets/icons/flags/SO.svg": () => import("./SO-DP382ds0.js"), "../assets/icons/flags/SR.svg": () => import("./SR-BgntTxi3.js"), "../assets/icons/flags/SS.svg": () => import("./SS--E1rBAt0.js"), "../assets/icons/flags/ST.svg": () => import("./ST-DGlzm3K_.js"), "../assets/icons/flags/SV.svg": () => import("./SV-8tyQLQch.js"), "../assets/icons/flags/SX.svg": () => import("./SX-B8oTP_ps.js"), "../assets/icons/flags/SY.svg": () => import("./SY-NoOS0LFN.js"), "../assets/icons/flags/SZ.svg": () => import("./SZ-C0rvh4xk.js"), "../assets/icons/flags/TC.svg": () => import("./TC-mu75pp7_.js"), "../assets/icons/flags/TD.svg": () => import("./TD-DnIXENZn.js"), "../assets/icons/flags/TF.svg": () => import("./TF-Bl-pndsw.js"), "../assets/icons/flags/TG.svg": () => import("./TG-Ds2OUodG.js"), "../assets/icons/flags/TH.svg": () => import("./TH-CxXX2E4t.js"), "../assets/icons/flags/TJ.svg": () => import("./TJ-BtW4R-W0.js"), "../assets/icons/flags/TK.svg": () => import("./TK-C_k2l3Zu.js"), "../assets/icons/flags/TL.svg": () => import("./TL-DKR8FljX.js"), "../assets/icons/flags/TM.svg": () => import("./TM-93-JV_zT.js"), "../assets/icons/flags/TN.svg": () => import("./TN-HOJTdfKy.js"), "../assets/icons/flags/TO.svg": () => import("./TO-DCFQuCVR.js"), "../assets/icons/flags/TR.svg": () => import("./TR-DZxQ9arm.js"), "../assets/icons/flags/TT.svg": () => import("./TT-h2ordfvZ.js"), "../assets/icons/flags/TV.svg": () => import("./TV-CoRwoRc_.js"), "../assets/icons/flags/TW.svg": () => import("./TW-CyPLKG6T.js"), "../assets/icons/flags/TZ.svg": () => import("./TZ-CMPpFMt2.js"), "../assets/icons/flags/UA.svg": () => import("./UA-toEO2HEr.js"), "../assets/icons/flags/UG.svg": () => import("./UG-CNmcON-a.js"), "../assets/icons/flags/UM.svg": () => import("./UM-Co4xiOOI.js"), "../assets/icons/flags/UNKNOWN.svg": () => import("./UNKNOWN-BmFGWo7O.js"), "../assets/icons/flags/US.svg": () => import("./US-Co4xiOOI.js"), "../assets/icons/flags/UY.svg": () => import("./UY-45HCAtC3.js"), "../assets/icons/flags/UZ.svg": () => import("./UZ-Cop1oSAT.js"), "../assets/icons/flags/VA.svg": () => import("./VA-DP8mCvWa.js"), "../assets/icons/flags/VC.svg": () => import("./VC-fkskc3ch.js"), "../assets/icons/flags/VE.svg": () => import("./VE-DgjHgLSr.js"), "../assets/icons/flags/VG.svg": () => import("./VG-BodHiBrC.js"), "../assets/icons/flags/VI.svg": () => import("./VI-BUy1ecAv.js"), "../assets/icons/flags/VN.svg": () => import("./VN-3TWYsxjR.js"), "../assets/icons/flags/VU.svg": () => import("./VU-DYaPSJM-.js"), "../assets/icons/flags/WF.svg": () => import("./WF-DYANWhs1.js"), "../assets/icons/flags/WS.svg": () => import("./WS-kiVbL2QW.js"), "../assets/icons/flags/YE.svg": () => import("./YE-BNelaAEv.js"), "../assets/icons/flags/YT.svg": () => import("./YT-DShpBthQ.js"), "../assets/icons/flags/ZA.svg": () => import("./ZA-CI33G-xQ.js"), "../assets/icons/flags/ZM.svg": () => import("./ZM-BSvIqHRh.js"), "../assets/icons/flags/ZW.svg": () => import("./ZW-vGK89uGT.js") }), `../assets/icons/flags/${n.toUpperCase()}.svg`, 5)
11446
11466
  ));
11447
- }), (n, i) => (o(), r("div", Hg, [
11467
+ }), (n, i) => (o(), r("div", qg, [
11448
11468
  e.code ? (o(), h(be(de(a)), {
11449
11469
  key: 0,
11450
11470
  alt: t.value
11451
11471
  }, null, 8, ["alt"])) : u("", !0)
11452
11472
  ]));
11453
11473
  }
11454
- }, nk = /* @__PURE__ */ _(qg, [["__scopeId", "data-v-98c0431b"]]), $g = {
11474
+ }, ak = /* @__PURE__ */ _($g, [["__scopeId", "data-v-98c0431b"]]), Wg = {
11455
11475
  name: "ecs-flex-col",
11456
11476
  props: {
11457
11477
  /** 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. */
@@ -11493,14 +11513,14 @@ const ik = /* @__PURE__ */ _(Cg, [["render", Fg], ["__scopeId", "data-v-b753f1a9
11493
11513
  }
11494
11514
  }
11495
11515
  };
11496
- function Wg(e, s, t, a, n, i) {
11516
+ function jg(e, s, t, a, n, i) {
11497
11517
  return o(), r("div", {
11498
11518
  class: v(["ecs-flex-col", [i.columnClass, i.growClass, i.shrinkClass, i.autoMarginClass]])
11499
11519
  }, [
11500
11520
  p(e.$slots, "default", {}, void 0, !0)
11501
11521
  ], 2);
11502
11522
  }
11503
- const jg = /* @__PURE__ */ _($g, [["render", Wg], ["__scopeId", "data-v-1d2ad846"]]), Ug = {
11523
+ const Ug = /* @__PURE__ */ _(Wg, [["render", jg], ["__scopeId", "data-v-1d2ad846"]]), Gg = {
11504
11524
  name: "ecs-input-clear",
11505
11525
  emits: ["click"],
11506
11526
  components: {
@@ -11521,8 +11541,8 @@ const jg = /* @__PURE__ */ _($g, [["render", Wg], ["__scopeId", "data-v-1d2ad846
11521
11541
  return this.tooltip || "Clear";
11522
11542
  }
11523
11543
  }
11524
- }, Gg = ["aria-busy"], Kg = ["title"];
11525
- function Yg(e, s, t, a, n, i) {
11544
+ }, Kg = ["aria-busy"], Yg = ["title"];
11545
+ function Xg(e, s, t, a, n, i) {
11526
11546
  const l = g("ecs-focus-ring"), c = g("ecs-icon");
11527
11547
  return o(), r("div", {
11528
11548
  class: "ecs-input-clear",
@@ -11536,7 +11556,7 @@ function Yg(e, s, t, a, n, i) {
11536
11556
  "aria-label": "Clear"
11537
11557
  }, [
11538
11558
  b(l, { radius: 24 })
11539
- ], 40, Kg),
11559
+ ], 40, Yg),
11540
11560
  t.loading ? (o(), h(c, {
11541
11561
  key: 0,
11542
11562
  type: "loading",
@@ -11544,14 +11564,14 @@ function Yg(e, s, t, a, n, i) {
11544
11564
  spinning: "",
11545
11565
  color: "#AEB1B9"
11546
11566
  })) : u("", !0)
11547
- ], 8, Gg);
11567
+ ], 8, Kg);
11548
11568
  }
11549
- const Xg = /* @__PURE__ */ _(Ug, [["render", Yg], ["__scopeId", "data-v-65544544"]]), Jg = {
11569
+ const Jg = /* @__PURE__ */ _(Gg, [["render", Xg], ["__scopeId", "data-v-65544544"]]), Zg = {
11550
11570
  name: "ecs-input-search",
11551
11571
  emits: ["update:modelValue", "change"],
11552
11572
  components: {
11553
11573
  EcsIcon: O,
11554
- EcsInputClear: Xg
11574
+ EcsInputClear: Jg
11555
11575
  },
11556
11576
  props: {
11557
11577
  /** Sets the placeholder of the search input. */
@@ -11637,8 +11657,8 @@ const Xg = /* @__PURE__ */ _(Ug, [["render", Yg], ["__scopeId", "data-v-65544544
11637
11657
  mounted() {
11638
11658
  this.modelValue && this.setValue(this.modelValue);
11639
11659
  }
11640
- }, Zg = ["name", "disabled", "placeholder", "autocomplete", "value"];
11641
- function Qg(e, s, t, a, n, i) {
11660
+ }, Qg = ["name", "disabled", "placeholder", "autocomplete", "value"];
11661
+ function em(e, s, t, a, n, i) {
11642
11662
  const l = g("ecs-icon"), c = g("ecs-input-clear");
11643
11663
  return o(), r("div", {
11644
11664
  class: v(["ecs-search-group", i.groupSizeClass])
@@ -11663,7 +11683,7 @@ function Qg(e, s, t, a, n, i) {
11663
11683
  i.sizeClass,
11664
11684
  i.typeClass
11665
11685
  ]
11666
- }), null, 16, Zg),
11686
+ }), null, 16, Qg),
11667
11687
  t.showClear ? (o(), h(c, {
11668
11688
  key: 0,
11669
11689
  onClick: i.clearSearch,
@@ -11671,7 +11691,7 @@ function Qg(e, s, t, a, n, i) {
11671
11691
  }, null, 8, ["onClick", "loading"])) : u("", !0)
11672
11692
  ], 2);
11673
11693
  }
11674
- const em = /* @__PURE__ */ _(Jg, [["render", Qg], ["__scopeId", "data-v-a4d99429"]]), tm = {
11694
+ const tm = /* @__PURE__ */ _(Zg, [["render", em], ["__scopeId", "data-v-a4d99429"]]), sm = {
11675
11695
  name: "ecs-scroll-container",
11676
11696
  props: {
11677
11697
  /** Sets the maximum height of the scroll container. Can be any CSS value, such as px, %, or em. */
@@ -11696,7 +11716,7 @@ const em = /* @__PURE__ */ _(Jg, [["render", Qg], ["__scopeId", "data-v-a4d99429
11696
11716
  }
11697
11717
  }
11698
11718
  };
11699
- function sm(e, s, t, a, n, i) {
11719
+ function im(e, s, t, a, n, i) {
11700
11720
  return o(), r("div", {
11701
11721
  class: v(["ecs-scroll-container scrollbar scrollbar-sml vertical", [
11702
11722
  t.borderless ? "" : "ecs-scroll-container-border",
@@ -11707,12 +11727,12 @@ function sm(e, s, t, a, n, i) {
11707
11727
  p(e.$slots, "default", {}, void 0, !0)
11708
11728
  ], 6);
11709
11729
  }
11710
- const im = /* @__PURE__ */ _(tm, [["render", sm], ["__scopeId", "data-v-d87a8075"]]), nm = {
11730
+ const nm = /* @__PURE__ */ _(sm, [["render", im], ["__scopeId", "data-v-d87a8075"]]), am = {
11711
11731
  name: "ecs-folder-selector",
11712
11732
  emits: ["search", "add", "refresh"],
11713
11733
  components: {
11714
- EcsInputSearch: em,
11715
- EcsScrollContainer: im,
11734
+ EcsInputSearch: tm,
11735
+ EcsScrollContainer: nm,
11716
11736
  EcsButton: pe,
11717
11737
  EcsEmptyState: Bi,
11718
11738
  EcsTextV2: Te
@@ -11797,20 +11817,20 @@ const im = /* @__PURE__ */ _(tm, [["render", sm], ["__scopeId", "data-v-d87a8075
11797
11817
  this.$emit("add");
11798
11818
  }
11799
11819
  }
11800
- }, am = {
11820
+ }, om = {
11801
11821
  key: 0,
11802
11822
  class: "ecs-folder-selector-header"
11803
- }, om = {
11823
+ }, lm = {
11804
11824
  key: 2,
11805
11825
  class: "empty-list"
11806
11826
  };
11807
- function lm(e, s, t, a, n, i) {
11827
+ function rm(e, s, t, a, n, i) {
11808
11828
  const l = g("ecs-text-v2"), c = g("ecs-input-search"), d = g("ecs-button"), m = g("ecs-empty-state"), y = g("ecs-scroll-container");
11809
11829
  return o(), r("div", {
11810
11830
  class: v(["ecs-folder-selector", [t.framed ? "ecs-folder-selector-border" : ""]]),
11811
11831
  style: S({ height: i.selectorHeight })
11812
11832
  }, [
11813
- t.searchable || t.create || t.refreshable || t.title ? (o(), r("div", am, [
11833
+ t.searchable || t.create || t.refreshable || t.title ? (o(), r("div", om, [
11814
11834
  t.title && !t.searchable ? (o(), h(l, {
11815
11835
  key: 0,
11816
11836
  preset: "headline-5",
@@ -11862,13 +11882,13 @@ function lm(e, s, t, a, n, i) {
11862
11882
  t.loading ? (o(), h(m, {
11863
11883
  key: 0,
11864
11884
  type: "loading"
11865
- })) : e.$slots.default ? p(e.$slots, "default", { key: 1 }, void 0, !0) : (o(), r("div", om, w(t.emptyMessage), 1))
11885
+ })) : e.$slots.default ? p(e.$slots, "default", { key: 1 }, void 0, !0) : (o(), r("div", lm, w(t.emptyMessage), 1))
11866
11886
  ]),
11867
11887
  _: 3
11868
11888
  }, 8, ["style", "padding"])
11869
11889
  ], 6);
11870
11890
  }
11871
- const ak = /* @__PURE__ */ _(nm, [["render", lm], ["__scopeId", "data-v-e8fd70d2"]]), rm = {
11891
+ const ok = /* @__PURE__ */ _(am, [["render", rm], ["__scopeId", "data-v-e8fd70d2"]]), cm = {
11872
11892
  name: "ecs-form-group",
11873
11893
  components: { EcsTextV2: Te },
11874
11894
  props: {
@@ -11904,7 +11924,7 @@ const ak = /* @__PURE__ */ _(nm, [["render", lm], ["__scopeId", "data-v-e8fd70d2
11904
11924
  }
11905
11925
  }
11906
11926
  };
11907
- function cm(e, s, t, a, n, i) {
11927
+ function dm(e, s, t, a, n, i) {
11908
11928
  const l = g("ecs-text-v2");
11909
11929
  return o(), r("div", {
11910
11930
  class: v(["ecs-form-group", { error: t.error, warning: t.warning }])
@@ -11935,21 +11955,21 @@ function cm(e, s, t, a, n, i) {
11935
11955
  }, null, 8, ["innerHTML"])) : u("", !0)
11936
11956
  ], 2);
11937
11957
  }
11938
- const dm = /* @__PURE__ */ _(rm, [["render", cm], ["__scopeId", "data-v-b5eb6ae4"]]), um = {}, fm = { class: "ecs-form-headline" }, gm = { class: "ecs-form-headline-main" }, mm = {
11958
+ const um = /* @__PURE__ */ _(cm, [["render", dm], ["__scopeId", "data-v-b5eb6ae4"]]), fm = {}, gm = { class: "ecs-form-headline" }, mm = { class: "ecs-form-headline-main" }, hm = {
11939
11959
  key: 0,
11940
11960
  class: "ecs-form-headline-controls"
11941
11961
  };
11942
- function hm(e, s) {
11943
- return o(), r("div", fm, [
11944
- f("h2", gm, [
11962
+ function pm(e, s) {
11963
+ return o(), r("div", gm, [
11964
+ f("h2", mm, [
11945
11965
  p(e.$slots, "default", {}, void 0, !0)
11946
11966
  ]),
11947
- e.$slots.controls ? (o(), r("div", mm, [
11967
+ e.$slots.controls ? (o(), r("div", hm, [
11948
11968
  p(e.$slots, "controls", {}, void 0, !0)
11949
11969
  ])) : u("", !0)
11950
11970
  ]);
11951
11971
  }
11952
- const ok = /* @__PURE__ */ _(um, [["render", hm], ["__scopeId", "data-v-16833f69"]]), pm = {
11972
+ const lk = /* @__PURE__ */ _(fm, [["render", pm], ["__scopeId", "data-v-16833f69"]]), vm = {
11953
11973
  name: "ecs-form-set",
11954
11974
  props: {
11955
11975
  /** Indicates an error state. */
@@ -11963,17 +11983,17 @@ const ok = /* @__PURE__ */ _(um, [["render", hm], ["__scopeId", "data-v-16833f69
11963
11983
  required: !0
11964
11984
  }
11965
11985
  }
11966
- }, vm = ["aria-invalid"], ym = { class: "ecs-form-set-title" };
11967
- function bm(e, s, t, a, n, i) {
11986
+ }, ym = ["aria-invalid"], bm = { class: "ecs-form-set-title" };
11987
+ function _m(e, s, t, a, n, i) {
11968
11988
  return o(), r("fieldset", {
11969
11989
  class: v(["ecs-form-set", t.error ? "error" : ""]),
11970
11990
  "aria-invalid": t.error || null
11971
11991
  }, [
11972
- f("legend", ym, w(t.title), 1),
11992
+ f("legend", bm, w(t.title), 1),
11973
11993
  p(e.$slots, "default", {}, void 0, !0)
11974
- ], 10, vm);
11994
+ ], 10, ym);
11975
11995
  }
11976
- const lk = /* @__PURE__ */ _(pm, [["render", bm], ["__scopeId", "data-v-c9188464"]]), _m = {
11996
+ const rk = /* @__PURE__ */ _(vm, [["render", _m], ["__scopeId", "data-v-c9188464"]]), km = {
11977
11997
  name: "ecs-highlight",
11978
11998
  props: {
11979
11999
  /** Makes the highlight area visible. */
@@ -12044,7 +12064,7 @@ const lk = /* @__PURE__ */ _(pm, [["render", bm], ["__scopeId", "data-v-c9188464
12044
12064
  }
12045
12065
  }
12046
12066
  };
12047
- function km(e, s, t, a, n, i) {
12067
+ function wm(e, s, t, a, n, i) {
12048
12068
  return o(), h(_e, {
12049
12069
  name: "fade",
12050
12070
  appear: ""
@@ -12061,7 +12081,7 @@ function km(e, s, t, a, n, i) {
12061
12081
  _: 3
12062
12082
  });
12063
12083
  }
12064
- const rk = /* @__PURE__ */ _(_m, [["render", km], ["__scopeId", "data-v-ad0ca7b9"]]), wm = {
12084
+ const ck = /* @__PURE__ */ _(km, [["render", wm], ["__scopeId", "data-v-ad0ca7b9"]]), xm = {
12065
12085
  name: "EcsIllustration",
12066
12086
  props: {
12067
12087
  /** The type of illustration to be shown. */
@@ -12108,7 +12128,7 @@ const rk = /* @__PURE__ */ _(_m, [["render", km], ["__scopeId", "data-v-ad0ca7b9
12108
12128
  }
12109
12129
  }
12110
12130
  };
12111
- function xm(e, s, t, a, n, i) {
12131
+ function Sm(e, s, t, a, n, i) {
12112
12132
  return o(), h(be(n.illustrationComponent), {
12113
12133
  class: "ecs-illustration",
12114
12134
  width: t.size,
@@ -12117,7 +12137,7 @@ function xm(e, s, t, a, n, i) {
12117
12137
  "data-test-illustration-type": t.type
12118
12138
  }, null, 8, ["width", "height", "data-test-illustration-type"]);
12119
12139
  }
12120
- const Sm = /* @__PURE__ */ _(wm, [["render", xm], ["__scopeId", "data-v-ff7cc16f"]]), Cm = {
12140
+ const Cm = /* @__PURE__ */ _(xm, [["render", Sm], ["__scopeId", "data-v-ff7cc16f"]]), Bm = {
12121
12141
  name: "ecs-toolbar",
12122
12142
  props: {
12123
12143
  /** Determines the type of the toolbar. */
@@ -12127,19 +12147,19 @@ const Sm = /* @__PURE__ */ _(wm, [["render", xm], ["__scopeId", "data-v-ff7cc16f
12127
12147
  default: "index"
12128
12148
  }
12129
12149
  }
12130
- }, Bm = {
12150
+ }, zm = {
12131
12151
  class: "ecs-toolbar",
12132
12152
  role: "toolbar",
12133
12153
  "aria-label": "Main"
12134
12154
  };
12135
- function zm(e, s, t, a, n, i) {
12136
- return o(), r("div", Bm, [
12155
+ function Im(e, s, t, a, n, i) {
12156
+ return o(), r("div", zm, [
12137
12157
  p(e.$slots, "default", {}, void 0, !0)
12138
12158
  ]);
12139
12159
  }
12140
- const Im = /* @__PURE__ */ _(Cm, [["render", zm], ["__scopeId", "data-v-e0681f01"]]), Em = {
12160
+ const Em = /* @__PURE__ */ _(Bm, [["render", Im], ["__scopeId", "data-v-e0681f01"]]), Tm = {
12141
12161
  name: "ecs-index-toolbar",
12142
- components: { EcsToolbar: Im, EcsButtonToolbarGroup: cs, EcsFlexCol: jg, EcsFlexRow: me },
12162
+ components: { EcsToolbar: Em, EcsButtonToolbarGroup: cs, EcsFlexCol: Ug, EcsFlexRow: me },
12143
12163
  props: {
12144
12164
  /** The label used to describe the objects shown in the index view. E.g.: "Entries", "Profiles", etc. */
12145
12165
  type: {
@@ -12162,8 +12182,8 @@ const Im = /* @__PURE__ */ _(Cm, [["render", zm], ["__scopeId", "data-v-e0681f01
12162
12182
  dismissed: !1
12163
12183
  };
12164
12184
  }
12165
- }, Tm = { class: "ecs-toolbar-search" }, Pm = { class: "number" }, Lm = { class: "type" };
12166
- function Mm(e, s, t, a, n, i) {
12185
+ }, Pm = { class: "ecs-toolbar-search" }, Lm = { class: "number" }, Mm = { class: "type" };
12186
+ function Om(e, s, t, a, n, i) {
12167
12187
  const l = g("ecs-button-toolbar-group"), c = g("ecs-flex-row"), d = g("ecs-flex-col"), m = g("ecs-toolbar");
12168
12188
  return o(), h(m, { class: "ecs-index-toolbar" }, {
12169
12189
  default: x(() => [
@@ -12179,7 +12199,7 @@ function Mm(e, s, t, a, n, i) {
12179
12199
  ]),
12180
12200
  _: 3
12181
12201
  })) : u("", !0),
12182
- f("div", Tm, [
12202
+ f("div", Pm, [
12183
12203
  p(e.$slots, "search", {}, void 0, !0)
12184
12204
  ]),
12185
12205
  t.count && t.type ? (o(), h(c, {
@@ -12188,8 +12208,8 @@ function Mm(e, s, t, a, n, i) {
12188
12208
  class: "ecs-toolbar-search-results"
12189
12209
  }, {
12190
12210
  default: x(() => [
12191
- f("span", Pm, w(t.count), 1),
12192
- f("span", Lm, w(t.type), 1)
12211
+ f("span", Lm, w(t.count), 1),
12212
+ f("span", Mm, w(t.type), 1)
12193
12213
  ]),
12194
12214
  _: 1
12195
12215
  })) : u("", !0)
@@ -12230,7 +12250,7 @@ function Mm(e, s, t, a, n, i) {
12230
12250
  _: 3
12231
12251
  });
12232
12252
  }
12233
- const ck = /* @__PURE__ */ _(Em, [["render", Mm], ["__scopeId", "data-v-14242524"]]), Om = {
12253
+ const dk = /* @__PURE__ */ _(Tm, [["render", Om], ["__scopeId", "data-v-14242524"]]), Am = {
12234
12254
  name: "ecs-info-tooltip",
12235
12255
  emits: ["click"],
12236
12256
  components: {
@@ -12264,7 +12284,7 @@ const ck = /* @__PURE__ */ _(Em, [["render", Mm], ["__scopeId", "data-v-14242524
12264
12284
  }
12265
12285
  }
12266
12286
  };
12267
- function Am(e, s, t, a, n, i) {
12287
+ function Rm(e, s, t, a, n, i) {
12268
12288
  const l = g("ecs-icon");
12269
12289
  return o(), r("i", {
12270
12290
  class: v(["ecs-info-tooltip", { "hover-color": i.shouldShowHover }]),
@@ -12277,7 +12297,7 @@ function Am(e, s, t, a, n, i) {
12277
12297
  }, null, 8, ["type"])
12278
12298
  ], 6);
12279
12299
  }
12280
- const dk = /* @__PURE__ */ _(Om, [["render", Am], ["__scopeId", "data-v-ba171c2e"]]), Rm = {
12300
+ const uk = /* @__PURE__ */ _(Am, [["render", Rm], ["__scopeId", "data-v-ba171c2e"]]), Vm = {
12281
12301
  name: "ecs-input-group-addon",
12282
12302
  components: { EcsIcon: O },
12283
12303
  props: {
@@ -12297,7 +12317,7 @@ const dk = /* @__PURE__ */ _(Om, [["render", Am], ["__scopeId", "data-v-ba171c2e
12297
12317
  }
12298
12318
  }
12299
12319
  };
12300
- function Vm(e, s, t, a, n, i) {
12320
+ function Dm(e, s, t, a, n, i) {
12301
12321
  const l = g("ecs-icon");
12302
12322
  return o(), r("span", {
12303
12323
  class: v(["ecs-input-group-addon", [i.iconClass, t.button ? "has-button" : ""]])
@@ -12311,13 +12331,13 @@ function Vm(e, s, t, a, n, i) {
12311
12331
  }, null, 8, ["type"])) : u("", !0)
12312
12332
  ], 2);
12313
12333
  }
12314
- const uk = /* @__PURE__ */ _(Rm, [["render", Vm]]), Dm = {
12334
+ const fk = /* @__PURE__ */ _(Vm, [["render", Dm]]), Nm = {
12315
12335
  name: "ecs-input-connector"
12316
- }, Nm = { class: "ecs-input-group-addon connector" };
12317
- function Fm(e, s, t, a, n, i) {
12318
- return o(), r("span", Nm);
12336
+ }, Fm = { class: "ecs-input-group-addon connector" };
12337
+ function Hm(e, s, t, a, n, i) {
12338
+ return o(), r("span", Fm);
12319
12339
  }
12320
- const fk = /* @__PURE__ */ _(Dm, [["render", Fm]]), Hm = {
12340
+ const gk = /* @__PURE__ */ _(Nm, [["render", Hm]]), qm = {
12321
12341
  name: "ecs-input-float",
12322
12342
  emits: ["input"],
12323
12343
  mixins: [he],
@@ -12391,9 +12411,9 @@ const fk = /* @__PURE__ */ _(Dm, [["render", Fm]]), Hm = {
12391
12411
  created() {
12392
12412
  this.uniqueId = this.generateUniqueId();
12393
12413
  }
12394
- }, qm = { class: "form-group has-float-label" }, $m = ["id", "type", "name", "disabled", "required", "readonly", "placeholder", "autocomplete", "value"], Wm = ["for"];
12395
- function jm(e, s, t, a, n, i) {
12396
- return o(), r("div", qm, [
12414
+ }, $m = { class: "form-group has-float-label" }, Wm = ["id", "type", "name", "disabled", "required", "readonly", "placeholder", "autocomplete", "value"], jm = ["for"];
12415
+ function Um(e, s, t, a, n, i) {
12416
+ return o(), r("div", $m, [
12397
12417
  f("input", Ae({
12398
12418
  class: ["form-control", [
12399
12419
  i.sizeClass,
@@ -12409,11 +12429,11 @@ function jm(e, s, t, a, n, i) {
12409
12429
  autocomplete: t.autocomplete,
12410
12430
  value: t.value,
12411
12431
  onInput: s[0] || (s[0] = (...l) => i.changeValue && i.changeValue(...l))
12412
- }, e.$attrs), null, 16, $m),
12413
- f("label", { for: n.uniqueId }, w(t.label), 9, Wm)
12432
+ }, e.$attrs), null, 16, Wm),
12433
+ f("label", { for: n.uniqueId }, w(t.label), 9, jm)
12414
12434
  ]);
12415
12435
  }
12416
- const gk = /* @__PURE__ */ _(Hm, [["render", jm], ["__scopeId", "data-v-dfa713b3"]]), Um = {
12436
+ const mk = /* @__PURE__ */ _(qm, [["render", Um], ["__scopeId", "data-v-dfa713b3"]]), Gm = {
12417
12437
  props: {
12418
12438
  /** If the input group contains only one input element, set this prop to true. */
12419
12439
  singleInput: {
@@ -12422,14 +12442,14 @@ const gk = /* @__PURE__ */ _(Hm, [["render", jm], ["__scopeId", "data-v-dfa713b3
12422
12442
  }
12423
12443
  }
12424
12444
  };
12425
- function Gm(e, s, t, a, n, i) {
12445
+ function Km(e, s, t, a, n, i) {
12426
12446
  return o(), r("div", {
12427
12447
  class: v(["ecs-input-group", t.singleInput ? "ecs-input-group-single" : ""])
12428
12448
  }, [
12429
12449
  p(e.$slots, "default")
12430
12450
  ], 2);
12431
12451
  }
12432
- const mk = /* @__PURE__ */ _(Um, [["render", Gm]]), Km = {
12452
+ const hk = /* @__PURE__ */ _(Gm, [["render", Km]]), Ym = {
12433
12453
  name: "ecs-inplace",
12434
12454
  emits: ["update:index"],
12435
12455
  data() {
@@ -12485,9 +12505,9 @@ const mk = /* @__PURE__ */ _(Um, [["render", Gm]]), Km = {
12485
12505
  s && (this.slotHeights[this.currentSlot] = s.scrollHeight, e.style.height = `${this.slotHeights[this.currentSlot]}px`);
12486
12506
  }
12487
12507
  }
12488
- }, Ym = { class: "ecs-inplace" }, Xm = ["data-slot"];
12489
- function Jm(e, s, t, a, n, i) {
12490
- return o(), r("div", Ym, [
12508
+ }, Xm = { class: "ecs-inplace" }, Jm = ["data-slot"];
12509
+ function Zm(e, s, t, a, n, i) {
12510
+ return o(), r("div", Xm, [
12491
12511
  b(ii, {
12492
12512
  name: "slide",
12493
12513
  tag: "div",
@@ -12501,13 +12521,13 @@ function Jm(e, s, t, a, n, i) {
12501
12521
  "data-slot": i.currentSlot
12502
12522
  }, [
12503
12523
  p(e.$slots, i.currentSlot)
12504
- ], 8, Xm)) : u("", !0)
12524
+ ], 8, Jm)) : u("", !0)
12505
12525
  ]),
12506
12526
  _: 3
12507
12527
  }, 8, ["onEnter"])
12508
12528
  ]);
12509
12529
  }
12510
- const hk = /* @__PURE__ */ _(Km, [["render", Jm]]), Zm = {
12530
+ const pk = /* @__PURE__ */ _(Ym, [["render", Zm]]), Qm = {
12511
12531
  name: "ecs-jumper-document",
12512
12532
  emits: [
12513
12533
  "goToPrev",
@@ -12574,11 +12594,11 @@ const hk = /* @__PURE__ */ _(Km, [["render", Jm]]), Zm = {
12574
12594
  this.$emit("indexPosKeyPressed", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
12575
12595
  }
12576
12596
  }
12577
- }, Qm = {
12597
+ }, eh = {
12578
12598
  key: 0,
12579
12599
  class: "ecs-viewer-toolbar-jumper-inputs"
12580
- }, eh = ["contenteditable", "disabled"];
12581
- function th(e, s, t, a, n, i) {
12600
+ }, th = ["contenteditable", "disabled"];
12601
+ function sh(e, s, t, a, n, i) {
12582
12602
  const l = g("ecs-button-toolbar"), c = g("ecs-button-toolbar-group");
12583
12603
  return o(), h(c, { class: "ecs-viewer-toolbar-jumper" }, {
12584
12604
  default: x(() => [
@@ -12590,7 +12610,7 @@ function th(e, s, t, a, n, i) {
12590
12610
  icon: "toolbar-page-navigation",
12591
12611
  "aria-label": i.ariaLabelPrev
12592
12612
  }, null, 8, ["disabled", "title", "aria-label"]),
12593
- t.showCount ? (o(), r("div", Qm, [
12613
+ t.showCount ? (o(), r("div", eh, [
12594
12614
  f("div", {
12595
12615
  onClick: s[1] || (s[1] = (d) => e.$emit("selectCurEntryText")),
12596
12616
  onKeydown: s[2] || (s[2] = (...d) => i.indexPosKeyPressed && i.indexPosKeyPressed(...d)),
@@ -12599,7 +12619,7 @@ function th(e, s, t, a, n, i) {
12599
12619
  class: v(["ecs-viewer-toolbar-jumper-input", { disabled: t.disabled }]),
12600
12620
  disabled: t.navigating || t.disabled,
12601
12621
  id: "currEntry"
12602
- }, w(t.currentEntry), 43, eh),
12622
+ }, w(t.currentEntry), 43, th),
12603
12623
  s[5] || (s[5] = L(" /  ")),
12604
12624
  f("div", null, w(t.totalEntries), 1)
12605
12625
  ])) : u("", !0),
@@ -12615,7 +12635,7 @@ function th(e, s, t, a, n, i) {
12615
12635
  _: 1
12616
12636
  });
12617
12637
  }
12618
- const pk = /* @__PURE__ */ _(Zm, [["render", th], ["__scopeId", "data-v-d9c9eec2"]]), sh = {
12638
+ const vk = /* @__PURE__ */ _(Qm, [["render", sh], ["__scopeId", "data-v-d9c9eec2"]]), ih = {
12619
12639
  name: "ecs-jumper-index",
12620
12640
  emits: [
12621
12641
  "nextSearchResult",
@@ -12684,14 +12704,14 @@ const pk = /* @__PURE__ */ _(Zm, [["render", th], ["__scopeId", "data-v-d9c9eec2
12684
12704
  this.$emit("setSearchResultCount", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
12685
12705
  }
12686
12706
  }
12687
- }, ih = {
12707
+ }, nh = {
12688
12708
  key: 0,
12689
12709
  class: "ecs-jumper-count"
12690
- }, nh = { class: "ecs-jumper-count-current" }, ah = { class: "ecs-jumper-count-total" }, oh = {
12710
+ }, ah = { class: "ecs-jumper-count-current" }, oh = { class: "ecs-jumper-count-total" }, lh = {
12691
12711
  key: 1,
12692
12712
  class: "ecs-jumper-count-inputs"
12693
12713
  };
12694
- function lh(e, s, t, a, n, i) {
12714
+ function rh(e, s, t, a, n, i) {
12695
12715
  const l = g("ecs-button-toolbar"), c = g("ecs-button-toolbar-group");
12696
12716
  return o(), h(c, { class: "ecs-jumper" }, {
12697
12717
  default: x(() => [
@@ -12702,11 +12722,11 @@ function lh(e, s, t, a, n, i) {
12702
12722
  "aria-label": i.ariaLabelPrev,
12703
12723
  class: "ecs-jumper-previous"
12704
12724
  }, null, 8, ["onClick", "disabled", "title", "aria-label"]),
12705
- t.showCount && !t.inputPagination ? (o(), r("div", ih, [
12706
- f("span", nh, w(i.currentPosition), 1),
12707
- f("span", ah, "/" + w(t.maxCount), 1)
12725
+ t.showCount && !t.inputPagination ? (o(), r("div", nh, [
12726
+ f("span", ah, w(i.currentPosition), 1),
12727
+ f("span", oh, "/" + w(t.maxCount), 1)
12708
12728
  ])) : u("", !0),
12709
- t.inputPagination ? (o(), r("div", oh, [
12729
+ t.inputPagination ? (o(), r("div", lh, [
12710
12730
  f("div", {
12711
12731
  onClick: s[0] || (s[0] = (...d) => i.selectSearchResultCount && i.selectSearchResultCount(...d)),
12712
12732
  onKeydown: s[1] || (s[1] = (...d) => i.setSearchResultCount && i.setSearchResultCount(...d)),
@@ -12727,7 +12747,7 @@ function lh(e, s, t, a, n, i) {
12727
12747
  _: 1
12728
12748
  });
12729
12749
  }
12730
- const vk = /* @__PURE__ */ _(sh, [["render", lh], ["__scopeId", "data-v-0b163531"]]), rh = {
12750
+ const yk = /* @__PURE__ */ _(ih, [["render", rh], ["__scopeId", "data-v-0b163531"]]), ch = {
12731
12751
  name: "ecs-jumper-page",
12732
12752
  emits: [
12733
12753
  "selectCurPageText",
@@ -12787,19 +12807,19 @@ const vk = /* @__PURE__ */ _(sh, [["render", lh], ["__scopeId", "data-v-0b163531
12787
12807
  this.$emit("currentPageKeyPressed", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
12788
12808
  }
12789
12809
  }
12790
- }, ch = { class: "ecs-viewer-pages" }, dh = { class: "ecs-viewer-pages-inner" }, uh = { class: "ecs-viewer-pages-pagination" }, fh = ["contenteditable"], gh = { class: "total-pages" }, mh = {
12810
+ }, dh = { class: "ecs-viewer-pages" }, uh = { class: "ecs-viewer-pages-inner" }, fh = { class: "ecs-viewer-pages-pagination" }, gh = ["contenteditable"], mh = { class: "total-pages" }, hh = {
12791
12811
  key: 0,
12792
12812
  class: "page-missing-gaps",
12793
12813
  title: "This transcript has missing page gaps"
12794
- }, hh = { class: "ecs-viewer-pages-pagination" }, ph = { class: "total-pages-relative" }, vh = { class: "total-pages-relative" }, yh = {
12814
+ }, ph = { class: "ecs-viewer-pages-pagination" }, vh = { class: "total-pages-relative" }, yh = { class: "total-pages-relative" }, bh = {
12795
12815
  key: 1,
12796
12816
  class: "ecs-viewer-pages-pagination"
12797
- }, bh = ["innerHTML"], _h = { class: "total-pages" };
12798
- function kh(e, s, t, a, n, i) {
12799
- return o(), r("div", ch, [
12800
- f("div", dh, [
12817
+ }, _h = ["innerHTML"], kh = { class: "total-pages" };
12818
+ function wh(e, s, t, a, n, i) {
12819
+ return o(), r("div", dh, [
12820
+ f("div", uh, [
12801
12821
  i.showAltPageNumbers ? (o(), r(D, { key: 0 }, [
12802
- f("div", uh, [
12822
+ f("div", fh, [
12803
12823
  f("div", {
12804
12824
  onClick: s[0] || (s[0] = (l) => e.$emit("selectCurPageText")),
12805
12825
  onKeydown: s[1] || (s[1] = (l) => i.pageKeyPressed(l, "relative")),
@@ -12807,15 +12827,15 @@ function kh(e, s, t, a, n, i) {
12807
12827
  contenteditable: !t.disabled,
12808
12828
  class: v(["current-page", { disabled: t.disabled }]),
12809
12829
  id: "currPage"
12810
- }, w(t.currentPage), 43, fh),
12811
- f("div", gh, "of " + w(t.lastPage), 1),
12812
- t.isTranscriptMissingPages ? (o(), r("span", mh, "*")) : u("", !0)
12830
+ }, w(t.currentPage), 43, gh),
12831
+ f("div", mh, "of " + w(t.lastPage), 1),
12832
+ t.isTranscriptMissingPages ? (o(), r("span", hh, "*")) : u("", !0)
12813
12833
  ]),
12814
- f("div", hh, [
12815
- f("div", ph, w(i.altPageNumber) + " ", 1),
12816
- f("div", vh, "of " + w(t.pageCount), 1)
12834
+ f("div", ph, [
12835
+ f("div", vh, w(i.altPageNumber) + " ", 1),
12836
+ f("div", yh, "of " + w(t.pageCount), 1)
12817
12837
  ])
12818
- ], 64)) : (o(), r("div", yh, [
12838
+ ], 64)) : (o(), r("div", bh, [
12819
12839
  f("div", {
12820
12840
  innerHTML: t.currentPage,
12821
12841
  onClick: s[3] || (s[3] = (l) => e.$emit("selectCurPageText")),
@@ -12824,13 +12844,13 @@ function kh(e, s, t, a, n, i) {
12824
12844
  contenteditable: !0,
12825
12845
  class: "current-page",
12826
12846
  id: "currPage"
12827
- }, null, 40, bh),
12828
- f("div", _h, "of " + w(t.pageCount), 1)
12847
+ }, null, 40, _h),
12848
+ f("div", kh, "of " + w(t.pageCount), 1)
12829
12849
  ]))
12830
12850
  ])
12831
12851
  ]);
12832
12852
  }
12833
- const yk = /* @__PURE__ */ _(rh, [["render", kh], ["__scopeId", "data-v-5c8f8c17"]]), wh = {
12853
+ const bk = /* @__PURE__ */ _(ch, [["render", wh], ["__scopeId", "data-v-5c8f8c17"]]), xh = {
12834
12854
  // eslint-disable-next-line vue/multi-word-component-names
12835
12855
  name: "ecs-pane",
12836
12856
  inject: ["requestUpdate", "onPaneAdd", "onPaneRemove", "onPaneClick"],
@@ -12880,7 +12900,7 @@ const yk = /* @__PURE__ */ _(rh, [["render", kh], ["__scopeId", "data-v-5c8f8c17
12880
12900
  }
12881
12901
  }
12882
12902
  };
12883
- function xh(e, s, t, a, n, i) {
12903
+ function Sh(e, s, t, a, n, i) {
12884
12904
  return o(), r("div", {
12885
12905
  class: "ecs-pane",
12886
12906
  onClick: s[0] || (s[0] = (l) => i.onPaneClick(l, e._.uid)),
@@ -12889,7 +12909,7 @@ function xh(e, s, t, a, n, i) {
12889
12909
  p(e.$slots, "default")
12890
12910
  ], 4);
12891
12911
  }
12892
- const Sh = /* @__PURE__ */ _(wh, [["render", xh]]), Ch = {
12912
+ const Ch = /* @__PURE__ */ _(xh, [["render", Sh]]), Bh = {
12893
12913
  // eslint-disable-next-line vue/multi-word-component-names
12894
12914
  name: "ecs-splitpanes",
12895
12915
  emits: ["ready", "resize", "resized", "pane-click", "pane-maximize", "pane-add", "pane-remove", "splitter-click"],
@@ -13185,12 +13205,12 @@ const Sh = /* @__PURE__ */ _(wh, [["render", xh]]), Ch = {
13185
13205
  this.$slots.default()
13186
13206
  );
13187
13207
  }
13188
- }, Bh = {
13208
+ }, zh = {
13189
13209
  name: "ecs-layout-index",
13190
13210
  emits: ["resized"],
13191
13211
  components: {
13192
- EcsPane: Sh,
13193
- EcsSplitpanes: Ch
13212
+ EcsPane: Ch,
13213
+ EcsSplitpanes: Bh
13194
13214
  },
13195
13215
  props: {
13196
13216
  /** Needs to be set if the sidebar should be overlaying the content, instead of pushing the content to the left. */
@@ -13231,14 +13251,14 @@ const Sh = /* @__PURE__ */ _(wh, [["render", xh]]), Ch = {
13231
13251
  return !!this.$slots.secondaryPane;
13232
13252
  }
13233
13253
  }
13234
- }, zh = { class: "ecs-index-layout-contents" }, Ih = {
13254
+ }, Ih = { class: "ecs-index-layout-contents" }, Eh = {
13235
13255
  key: 0,
13236
13256
  class: "ecs-index-layout-table scrollbar"
13237
- }, Eh = {
13257
+ }, Th = {
13238
13258
  key: 2,
13239
13259
  class: "ecs-index-layout-pagination"
13240
13260
  };
13241
- function Th(e, s, t, a, n, i) {
13261
+ function Ph(e, s, t, a, n, i) {
13242
13262
  const l = g("ecs-pane"), c = g("ecs-splitpanes");
13243
13263
  return o(), r("div", {
13244
13264
  class: v(["ecs-index-layout", [t.backgroundWhite ? "background-white" : ""]])
@@ -13248,7 +13268,7 @@ function Th(e, s, t, a, n, i) {
13248
13268
  f("div", {
13249
13269
  class: v(["ecs-index-layout-wrap", [t.indent ? "indent" : ""]])
13250
13270
  }, [
13251
- f("main", zh, [
13271
+ f("main", Ih, [
13252
13272
  t.splitPane ? (o(), h(c, {
13253
13273
  key: 1,
13254
13274
  onResized: s[0] || (s[0] = (d) => e.$emit("resized")),
@@ -13295,10 +13315,10 @@ function Th(e, s, t, a, n, i) {
13295
13315
  ];
13296
13316
  }),
13297
13317
  _: 3
13298
- })) : (o(), r("div", Ih, [
13318
+ })) : (o(), r("div", Eh, [
13299
13319
  p(e.$slots, "default", {}, void 0, !0)
13300
13320
  ])),
13301
- e.$slots.pagination ? (o(), r("div", Eh, [
13321
+ e.$slots.pagination ? (o(), r("div", Th, [
13302
13322
  p(e.$slots, "pagination", {}, void 0, !0)
13303
13323
  ])) : u("", !0)
13304
13324
  ]),
@@ -13312,7 +13332,7 @@ function Th(e, s, t, a, n, i) {
13312
13332
  ], 2)
13313
13333
  ], 2);
13314
13334
  }
13315
- const bk = /* @__PURE__ */ _(Bh, [["render", Th], ["__scopeId", "data-v-b5617b26"]]), Ph = {
13335
+ const _k = /* @__PURE__ */ _(zh, [["render", Ph], ["__scopeId", "data-v-b5617b26"]]), Lh = {
13316
13336
  name: "ecs-layout-directory",
13317
13337
  props: {
13318
13338
  /** Adds some inner padding to the index content area. Should be used for non-table indexes. */
@@ -13321,20 +13341,20 @@ const bk = /* @__PURE__ */ _(Bh, [["render", Th], ["__scopeId", "data-v-b5617b26
13321
13341
  default: !1
13322
13342
  }
13323
13343
  }
13324
- }, Lh = { class: "ecs-directory-layout" }, Mh = { class: "ecs-directory-layout-wrap" }, Oh = { class: "ecs-directory-layout-contents" }, Ah = {
13344
+ }, Mh = { class: "ecs-directory-layout" }, Oh = { class: "ecs-directory-layout-wrap" }, Ah = { class: "ecs-directory-layout-contents" }, Rh = {
13325
13345
  key: 0,
13326
13346
  class: "ecs-directory-layout-directory"
13327
- }, Rh = {
13347
+ }, Vh = {
13328
13348
  key: 1,
13329
13349
  class: "ecs-directory-layout-sidebar"
13330
13350
  };
13331
- function Vh(e, s, t, a, n, i) {
13332
- return o(), r("div", Lh, [
13351
+ function Dh(e, s, t, a, n, i) {
13352
+ return o(), r("div", Mh, [
13333
13353
  p(e.$slots, "toolbar", {}, void 0, !0),
13334
13354
  p(e.$slots, "action-toolbar", {}, void 0, !0),
13335
- f("div", Mh, [
13336
- f("div", Oh, [
13337
- e.$slots.directory ? (o(), r("aside", Ah, [
13355
+ f("div", Oh, [
13356
+ f("div", Ah, [
13357
+ e.$slots.directory ? (o(), r("aside", Rh, [
13338
13358
  p(e.$slots, "directory", {}, void 0, !0)
13339
13359
  ])) : u("", !0),
13340
13360
  f("main", {
@@ -13342,14 +13362,14 @@ function Vh(e, s, t, a, n, i) {
13342
13362
  }, [
13343
13363
  p(e.$slots, "default", {}, void 0, !0)
13344
13364
  ], 2),
13345
- e.$slots.sidebar ? (o(), r("div", Rh, [
13365
+ e.$slots.sidebar ? (o(), r("div", Vh, [
13346
13366
  p(e.$slots, "sidebar", {}, void 0, !0)
13347
13367
  ])) : u("", !0)
13348
13368
  ])
13349
13369
  ])
13350
13370
  ]);
13351
13371
  }
13352
- const _k = /* @__PURE__ */ _(Ph, [["render", Vh], ["__scopeId", "data-v-f5afc4e6"]]), us = {
13372
+ const kk = /* @__PURE__ */ _(Lh, [["render", Dh], ["__scopeId", "data-v-f5afc4e6"]]), us = {
13353
13373
  name: "ecs-layout-data-table",
13354
13374
  components: { EcsActionToolbar: on, EcsButton: pe },
13355
13375
  mixins: [he],
@@ -13401,22 +13421,22 @@ const _k = /* @__PURE__ */ _(Ph, [["render", Vh], ["__scopeId", "data-v-f5afc4e6
13401
13421
  }));
13402
13422
  }, Qs = us.setup;
13403
13423
  us.setup = Qs ? (e, s) => (Zs(), Qs(e, s)) : Zs;
13404
- const Dh = { class: "ecs-data-layout-content" }, Nh = {
13424
+ const Nh = { class: "ecs-data-layout-content" }, Fh = {
13405
13425
  key: 0,
13406
13426
  role: "toolbar",
13407
13427
  "aria-label": "Main",
13408
13428
  class: "ecs-data-layout-toolbar"
13409
- }, Fh = ["id"], Hh = { class: "ecs-data-layout-data" }, qh = { class: "ecs-data-layout-sidebar-inner" }, $h = {
13429
+ }, Hh = ["id"], qh = { class: "ecs-data-layout-data" }, $h = { class: "ecs-data-layout-sidebar-inner" }, Wh = {
13410
13430
  key: 0,
13411
13431
  class: "ecs-data-layout-sidebar-header"
13412
- }, Wh = { class: "ecs-data-layout-sidebar-content scrollbar scrollbar-sml" };
13413
- function jh(e, s, t, a, n, i) {
13432
+ }, jh = { class: "ecs-data-layout-sidebar-content scrollbar scrollbar-sml" };
13433
+ function Uh(e, s, t, a, n, i) {
13414
13434
  const l = g("ecs-button"), c = g("ecs-action-toolbar");
13415
13435
  return o(), r("div", {
13416
13436
  class: v(["ecs-data-layout", t.leftBorder ? "left-border" : ""])
13417
13437
  }, [
13418
- f("main", Dh, [
13419
- e.$slots.toolbar ? (o(), r("div", Nh, [
13438
+ f("main", Nh, [
13439
+ e.$slots.toolbar ? (o(), r("div", Fh, [
13420
13440
  p(e.$slots, "toolbar", {}, void 0, !0),
13421
13441
  e.$slots.statistics ? (o(), h(l, {
13422
13442
  key: 0,
@@ -13441,7 +13461,7 @@ function jh(e, s, t, a, n, i) {
13441
13461
  style: S({ height: `${t.statisticsHeight}px` })
13442
13462
  }, [
13443
13463
  p(e.$slots, "statistics", {}, void 0, !0)
13444
- ], 12, Fh)) : u("", !0)
13464
+ ], 12, Hh)) : u("", !0)
13445
13465
  ]),
13446
13466
  _: 3
13447
13467
  }, 8, ["name"]),
@@ -13453,7 +13473,7 @@ function jh(e, s, t, a, n, i) {
13453
13473
  }, 512)), [
13454
13474
  [it, t.showActionbar]
13455
13475
  ]) : u("", !0),
13456
- f("div", Hh, [
13476
+ f("div", qh, [
13457
13477
  p(e.$slots, "default", {}, void 0, !0)
13458
13478
  ])
13459
13479
  ]),
@@ -13461,18 +13481,18 @@ function jh(e, s, t, a, n, i) {
13461
13481
  key: 0,
13462
13482
  class: v(["ecs-data-layout-sidebar", t.sidebarExpanded ? "expanded" : ""])
13463
13483
  }, [
13464
- f("div", qh, [
13465
- e.$slots.sidebarheader ? (o(), r("div", $h, [
13484
+ f("div", $h, [
13485
+ e.$slots.sidebarheader ? (o(), r("div", Wh, [
13466
13486
  p(e.$slots, "sidebarheader", {}, void 0, !0)
13467
13487
  ])) : u("", !0),
13468
- f("div", Wh, [
13488
+ f("div", jh, [
13469
13489
  p(e.$slots, "sidebarcontent", {}, void 0, !0)
13470
13490
  ])
13471
13491
  ])
13472
13492
  ], 2)) : u("", !0)
13473
13493
  ], 2);
13474
13494
  }
13475
- const kk = /* @__PURE__ */ _(us, [["render", jh], ["__scopeId", "data-v-b579f92f"]]), Uh = {
13495
+ const wk = /* @__PURE__ */ _(us, [["render", Uh], ["__scopeId", "data-v-b579f92f"]]), Gh = {
13476
13496
  name: "ecs-legend-item",
13477
13497
  emits: ["click"],
13478
13498
  components: {
@@ -13529,14 +13549,14 @@ const kk = /* @__PURE__ */ _(us, [["render", jh], ["__scopeId", "data-v-b579f92f
13529
13549
  return `ecs-legend-item-${this.size}`;
13530
13550
  }
13531
13551
  }
13532
- }, Gh = { class: "ecs-legend-item-label" }, Kh = {
13552
+ }, Kh = { class: "ecs-legend-item-label" }, Yh = {
13533
13553
  key: 0,
13534
13554
  class: "ecs-legend-item-count"
13535
- }, Yh = {
13555
+ }, Xh = {
13536
13556
  key: 1,
13537
13557
  class: "ecs-legend-item-percentage"
13538
13558
  };
13539
- function Xh(e, s, t, a, n, i) {
13559
+ function Jh(e, s, t, a, n, i) {
13540
13560
  const l = g("ecs-focus-ring"), c = g("ecs-flex-row");
13541
13561
  return o(), h(c, {
13542
13562
  onClick: s[0] || (s[0] = (d) => e.$emit("click", d)),
@@ -13554,9 +13574,9 @@ function Xh(e, s, t, a, n, i) {
13554
13574
  class: v(["ecs-legend-item-color", t.type]),
13555
13575
  style: S({ backgroundColor: t.color })
13556
13576
  }, null, 6),
13557
- f("div", Gh, w(t.label), 1),
13558
- t.count ? (o(), r("div", Kh, w(t.count), 1)) : u("", !0),
13559
- t.percentage ? (o(), r("div", Yh, w(i.percentageLabel), 1)) : u("", !0),
13577
+ f("div", Kh, w(t.label), 1),
13578
+ t.count ? (o(), r("div", Yh, w(t.count), 1)) : u("", !0),
13579
+ t.percentage ? (o(), r("div", Xh, w(i.percentageLabel), 1)) : u("", !0),
13560
13580
  t.highlight || t.hover ? (o(), r("div", {
13561
13581
  key: 2,
13562
13582
  class: "ecs-legend-item-highlight",
@@ -13567,7 +13587,7 @@ function Xh(e, s, t, a, n, i) {
13567
13587
  _: 1
13568
13588
  }, 8, ["role", "tabindex", "class"]);
13569
13589
  }
13570
- const wk = /* @__PURE__ */ _(Uh, [["render", Xh], ["__scopeId", "data-v-6d506293"]]), Jh = {
13590
+ const xk = /* @__PURE__ */ _(Gh, [["render", Jh], ["__scopeId", "data-v-6d506293"]]), Zh = {
13571
13591
  name: "ecs-log-message",
13572
13592
  components: {
13573
13593
  EcsFlexRow: me,
@@ -13620,14 +13640,14 @@ const wk = /* @__PURE__ */ _(Uh, [["render", Xh], ["__scopeId", "data-v-6d506293
13620
13640
  return ["warning", "error"].includes(this.type) ? "alert" : null;
13621
13641
  }
13622
13642
  }
13623
- }, Zh = {
13643
+ }, Qh = {
13624
13644
  key: 0,
13625
13645
  class: "ecs-log-message-indicator"
13626
- }, Qh = { class: "ecs-log-message-content" }, ep = {
13646
+ }, ep = { class: "ecs-log-message-content" }, tp = {
13627
13647
  key: 3,
13628
13648
  class: "ecs-log-message-meta"
13629
- }, tp = { class: "ecs-log-message-meta-text" };
13630
- function sp(e, s, t, a, n, i) {
13649
+ }, sp = { class: "ecs-log-message-meta-text" };
13650
+ function ip(e, s, t, a, n, i) {
13631
13651
  const l = g("ecs-skeleton-loader"), c = g("ecs-sticker"), d = g("ecs-flex-row");
13632
13652
  return o(), h(d, {
13633
13653
  class: v(["ecs-log-message", [t.type, t.variant]]),
@@ -13638,7 +13658,7 @@ function sp(e, s, t, a, n, i) {
13638
13658
  style: S(i.padding)
13639
13659
  }, {
13640
13660
  default: x(() => [
13641
- t.variant === "indicator" ? (o(), r("div", Zh)) : u("", !0),
13661
+ t.variant === "indicator" ? (o(), r("div", Qh)) : u("", !0),
13642
13662
  t.loading && t.type != "blank" ? (o(), h(l, {
13643
13663
  key: 1,
13644
13664
  type: "rect",
@@ -13648,7 +13668,7 @@ function sp(e, s, t, a, n, i) {
13648
13668
  key: 2,
13649
13669
  type: t.type
13650
13670
  }, null, 8, ["type"])) : u("", !0),
13651
- f("div", Qh, [
13671
+ f("div", ep, [
13652
13672
  t.loading ? (o(), h(l, {
13653
13673
  key: 0,
13654
13674
  type: "single",
@@ -13662,19 +13682,19 @@ function sp(e, s, t, a, n, i) {
13662
13682
  p(e.$slots, "collapse", {}, void 0, !0)
13663
13683
  ], 2)) : u("", !0)
13664
13684
  ]),
13665
- (t.meta || e.$slots.collapse) && !t.loading ? (o(), r("div", ep, [
13685
+ (t.meta || e.$slots.collapse) && !t.loading ? (o(), r("div", tp, [
13666
13686
  e.$slots.collapse ? (o(), r("button", {
13667
13687
  key: 0,
13668
13688
  onClick: s[0] || (s[0] = (m) => n.expanded = !n.expanded),
13669
13689
  class: "ecs-log-message-collapse-button"
13670
13690
  }, w(t.collapseButtonText), 1)) : u("", !0),
13671
- f("div", tp, w(t.meta), 1)
13691
+ f("div", sp, w(t.meta), 1)
13672
13692
  ])) : u("", !0)
13673
13693
  ]),
13674
13694
  _: 3
13675
13695
  }, 8, ["class", "role", "aria-busy", "style"]);
13676
13696
  }
13677
- const xk = /* @__PURE__ */ _(Jh, [["render", sp], ["__scopeId", "data-v-e0610fe5"]]), ip = {
13697
+ const Sk = /* @__PURE__ */ _(Zh, [["render", ip], ["__scopeId", "data-v-e0610fe5"]]), np = {
13678
13698
  name: "ecs-map",
13679
13699
  components: { EcsFocusRing: V },
13680
13700
  props: {
@@ -13697,8 +13717,8 @@ const xk = /* @__PURE__ */ _(Jh, [["render", sp], ["__scopeId", "data-v-e0610fe5
13697
13717
  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}`;
13698
13718
  }
13699
13719
  }
13700
- }, np = ["href"], ap = ["src", "alt"];
13701
- function op(e, s, t, a, n, i) {
13720
+ }, ap = ["href"], op = ["src", "alt"];
13721
+ function lp(e, s, t, a, n, i) {
13702
13722
  const l = g("ecs-focus-ring");
13703
13723
  return o(), r("div", {
13704
13724
  class: v(["ecs-map", [t.marker ? "ecs-map-marker" : ""]])
@@ -13711,15 +13731,15 @@ function op(e, s, t, a, n, i) {
13711
13731
  f("img", {
13712
13732
  src: i.mapImageUrl,
13713
13733
  alt: "Map of " + t.address
13714
- }, null, 8, ap),
13734
+ }, null, 8, op),
13715
13735
  b(l, {
13716
13736
  inset: 0,
13717
13737
  radius: 4
13718
13738
  })
13719
- ], 8, np)
13739
+ ], 8, ap)
13720
13740
  ], 2);
13721
13741
  }
13722
- const Sk = /* @__PURE__ */ _(ip, [["render", op], ["__scopeId", "data-v-219f95e2"]]), lp = {
13742
+ const Ck = /* @__PURE__ */ _(np, [["render", lp], ["__scopeId", "data-v-219f95e2"]]), rp = {
13723
13743
  name: "ecs-modal",
13724
13744
  props: {
13725
13745
  /** Shows the modal. */
@@ -13769,14 +13789,14 @@ const Sk = /* @__PURE__ */ _(ip, [["render", op], ["__scopeId", "data-v-219f95e2
13769
13789
  mounted() {
13770
13790
  this.show && (this.isShown = !0);
13771
13791
  }
13772
- }, rp = {
13792
+ }, cp = {
13773
13793
  key: 0,
13774
13794
  class: "ecs-modal-header-wrap"
13775
- }, cp = { class: "ecs-modal-content-wrap scrollbar" }, dp = {
13795
+ }, dp = { class: "ecs-modal-content-wrap scrollbar" }, up = {
13776
13796
  key: 1,
13777
13797
  class: "ecs-modal-footer-wrap"
13778
13798
  };
13779
- function up(e, s, t, a, n, i) {
13799
+ function fp(e, s, t, a, n, i) {
13780
13800
  return o(), h(_e, { name: "dialog-fade" }, {
13781
13801
  default: x(() => [
13782
13802
  n.isShown ? (o(), r("div", {
@@ -13787,13 +13807,13 @@ function up(e, s, t, a, n, i) {
13787
13807
  class: "ecs-modal-dialog ecs-modal-sheet",
13788
13808
  style: S(i.fixedHeightStyle)
13789
13809
  }, [
13790
- e.$slots.header ? (o(), r("div", rp, [
13810
+ e.$slots.header ? (o(), r("div", cp, [
13791
13811
  p(e.$slots, "header", {}, void 0, !0)
13792
13812
  ])) : u("", !0),
13793
- f("div", cp, [
13813
+ f("div", dp, [
13794
13814
  p(e.$slots, "default", {}, void 0, !0)
13795
13815
  ]),
13796
- e.$slots.footer ? (o(), r("div", dp, [
13816
+ e.$slots.footer ? (o(), r("div", up, [
13797
13817
  p(e.$slots, "footer", {}, void 0, !0)
13798
13818
  ])) : u("", !0)
13799
13819
  ], 4),
@@ -13803,7 +13823,7 @@ function up(e, s, t, a, n, i) {
13803
13823
  _: 3
13804
13824
  });
13805
13825
  }
13806
- const Ck = /* @__PURE__ */ _(lp, [["render", up], ["__scopeId", "data-v-185a1041"]]), fp = {
13826
+ const Bk = /* @__PURE__ */ _(rp, [["render", fp], ["__scopeId", "data-v-185a1041"]]), gp = {
13807
13827
  name: "ecs-modal-header",
13808
13828
  emits: ["close"],
13809
13829
  components: {
@@ -13839,21 +13859,21 @@ const Ck = /* @__PURE__ */ _(lp, [["render", up], ["__scopeId", "data-v-185a1041
13839
13859
  }
13840
13860
  }
13841
13861
  }
13842
- }, gp = {
13862
+ }, mp = {
13843
13863
  class: "ecs-modal-header-main",
13844
13864
  ref: "firstFocusable",
13845
13865
  tabindex: "0"
13846
- }, mp = { class: "ecs-modal-header-main-inner" }, hp = {
13866
+ }, hp = { class: "ecs-modal-header-main-inner" }, pp = {
13847
13867
  key: 0,
13848
13868
  class: "ecs-modal-header-extended"
13849
13869
  };
13850
- function pp(e, s, t, a, n, i) {
13870
+ function vp(e, s, t, a, n, i) {
13851
13871
  const l = g("ecs-button");
13852
13872
  return o(), r("div", {
13853
13873
  class: v(["ecs-modal-header", i.typeClass])
13854
13874
  }, [
13855
- f("div", gp, [
13856
- f("div", mp, [
13875
+ f("div", mp, [
13876
+ f("div", hp, [
13857
13877
  p(e.$slots, "default", {}, void 0, !0)
13858
13878
  ]),
13859
13879
  b(l, {
@@ -13869,28 +13889,28 @@ function pp(e, s, t, a, n, i) {
13869
13889
  "data-test": "close-modal-button"
13870
13890
  })
13871
13891
  ], 512),
13872
- e.$slots.extension ? (o(), r("div", hp, [
13892
+ e.$slots.extension ? (o(), r("div", pp, [
13873
13893
  p(e.$slots, "extension", {}, void 0, !0)
13874
13894
  ])) : u("", !0)
13875
13895
  ], 2);
13876
13896
  }
13877
- const Bk = /* @__PURE__ */ _(fp, [["render", pp], ["__scopeId", "data-v-ed6067fe"]]), vp = {
13897
+ const zk = /* @__PURE__ */ _(gp, [["render", vp], ["__scopeId", "data-v-ed6067fe"]]), yp = {
13878
13898
  name: "ecs-modal-footer"
13879
- }, yp = { class: "ecs-modal-footer" }, bp = {
13899
+ }, bp = { class: "ecs-modal-footer" }, _p = {
13880
13900
  key: 0,
13881
13901
  class: "ecs-modal-footer-secondary"
13882
- }, _p = { class: "ecs-modal-footer-main" };
13883
- function kp(e, s, t, a, n, i) {
13884
- return o(), r("div", yp, [
13885
- e.$slots.secondary ? (o(), r("div", bp, [
13902
+ }, kp = { class: "ecs-modal-footer-main" };
13903
+ function wp(e, s, t, a, n, i) {
13904
+ return o(), r("div", bp, [
13905
+ e.$slots.secondary ? (o(), r("div", _p, [
13886
13906
  p(e.$slots, "secondary", {}, void 0, !0)
13887
13907
  ])) : u("", !0),
13888
- f("div", _p, [
13908
+ f("div", kp, [
13889
13909
  p(e.$slots, "default", {}, void 0, !0)
13890
13910
  ])
13891
13911
  ]);
13892
13912
  }
13893
- const zk = /* @__PURE__ */ _(vp, [["render", kp], ["__scopeId", "data-v-206d1ced"]]), wp = {
13913
+ const Ik = /* @__PURE__ */ _(yp, [["render", wp], ["__scopeId", "data-v-206d1ced"]]), xp = {
13894
13914
  name: "ecs-select-text",
13895
13915
  emits: ["change", "focus", "blur"],
13896
13916
  components: { EcsIcon: O, EcsFocusRing: V },
@@ -13968,8 +13988,8 @@ const zk = /* @__PURE__ */ _(vp, [["render", kp], ["__scopeId", "data-v-206d1ced
13968
13988
  this.selectedText = t.text;
13969
13989
  }
13970
13990
  }
13971
- }, xp = ["disabled"];
13972
- function Sp(e, s, t, a, n, i) {
13991
+ }, Sp = ["disabled"];
13992
+ function Cp(e, s, t, a, n, i) {
13973
13993
  const l = g("ecs-icon"), c = g("ecs-focus-ring");
13974
13994
  return o(), r("div", {
13975
13995
  class: v(["ecs-form-select-text", [i.sizeClass, t.disabled ? "disabled" : null]])
@@ -13989,19 +14009,19 @@ function Sp(e, s, t, a, n, i) {
13989
14009
  class: t.alignment == "right" ? "right" : "left"
13990
14010
  }), [
13991
14011
  p(e.$slots, "default", {}, void 0, !0)
13992
- ], 16, xp),
14012
+ ], 16, Sp),
13993
14013
  b(c, {
13994
14014
  inset: t.size == "xsml" ? -2 : -4
13995
14015
  }, null, 8, ["inset"])
13996
14016
  ], 2);
13997
14017
  }
13998
- const Cp = /* @__PURE__ */ _(wp, [["render", Sp], ["__scopeId", "data-v-e4819f41"]]), Bp = {
14018
+ const Bp = /* @__PURE__ */ _(xp, [["render", Cp], ["__scopeId", "data-v-e4819f41"]]), zp = {
13999
14019
  name: "ecs-multiselect-search-token",
14000
14020
  emits: ["remove", "change", "operatorChange", "operatorToggle"],
14001
14021
  components: {
14002
14022
  EcsIcon: O,
14003
14023
  EcsFocusRing: V,
14004
- EcsSelectText: Cp
14024
+ EcsSelectText: Bp
14005
14025
  },
14006
14026
  props: {
14007
14027
  /** Sets the type of the search token: default should be used for any search query that is not a NOT query. */
@@ -14054,30 +14074,30 @@ const Cp = /* @__PURE__ */ _(wp, [["render", Sp], ["__scopeId", "data-v-e4819f41
14054
14074
  this.$emit("operatorToggle", e);
14055
14075
  }
14056
14076
  }
14057
- }, zp = {
14077
+ }, Ip = {
14058
14078
  key: 0,
14059
14079
  class: "symbol"
14060
- }, Ip = {
14080
+ }, Ep = {
14061
14081
  key: 0,
14062
14082
  class: "operator"
14063
- }, Ep = ["value"], Tp = { class: "query" }, Pp = {
14083
+ }, Tp = ["value"], Pp = { class: "query" }, Lp = {
14064
14084
  key: 0,
14065
14085
  class: "descriptor"
14066
14086
  };
14067
- function Lp(e, s, t, a, n, i) {
14087
+ function Mp(e, s, t, a, n, i) {
14068
14088
  const l = g("ecs-icon"), c = g("ecs-select-text"), d = g("ecs-focus-ring");
14069
14089
  return o(), r("div", {
14070
14090
  class: v(["ecs-multiselect-search-token", i.typeClass]),
14071
14091
  tabindex: "0",
14072
14092
  onKeydown: s[3] || (s[3] = ee((m) => e.$emit("remove", m), ["delete"]))
14073
14093
  }, [
14074
- t.icon || t.operator || t.operatorSwitch ? (o(), r("div", zp, [
14094
+ t.icon || t.operator || t.operatorSwitch ? (o(), r("div", Ip, [
14075
14095
  b(l, {
14076
14096
  type: t.icon,
14077
14097
  size: "20",
14078
14098
  color: "#FFF"
14079
14099
  }, null, 8, ["type"]),
14080
- t.operator && !t.operatorSelect && !t.operatorSwitch ? (o(), r("div", Ip, w(t.operator), 1)) : u("", !0),
14100
+ t.operator && !t.operatorSelect && !t.operatorSwitch ? (o(), r("div", Ep, w(t.operator), 1)) : u("", !0),
14081
14101
  t.operatorSelect ? (o(), h(c, {
14082
14102
  key: 1,
14083
14103
  onChange: i.handleOperatorChange,
@@ -14089,7 +14109,7 @@ function Lp(e, s, t, a, n, i) {
14089
14109
  (o(!0), r(D, null, J(t.operatorSelectOptions, (m) => (o(), r("option", {
14090
14110
  value: m,
14091
14111
  key: m
14092
- }, w(m), 9, Ep))), 128))
14112
+ }, w(m), 9, Tp))), 128))
14093
14113
  ]),
14094
14114
  _: 1
14095
14115
  }, 8, ["onChange", "value"])) : u("", !0),
@@ -14115,8 +14135,8 @@ function Lp(e, s, t, a, n, i) {
14115
14135
  b(d, { radius: 12 })
14116
14136
  ], 2)) : u("", !0)
14117
14137
  ])) : u("", !0),
14118
- f("div", Tp, [
14119
- t.descriptor ? (o(), r("div", Pp, w(t.descriptor), 1)) : u("", !0),
14138
+ f("div", Pp, [
14139
+ t.descriptor ? (o(), r("div", Lp, w(t.descriptor), 1)) : u("", !0),
14120
14140
  p(e.$slots, "default", {}, void 0, !0),
14121
14141
  f("button", {
14122
14142
  onClick: s[1] || (s[1] = (m) => e.$emit("remove", m)),
@@ -14135,7 +14155,7 @@ function Lp(e, s, t, a, n, i) {
14135
14155
  ])
14136
14156
  ], 34);
14137
14157
  }
14138
- const Ik = /* @__PURE__ */ _(Bp, [["render", Lp], ["__scopeId", "data-v-c3c80822"]]), Mp = {
14158
+ const Ek = /* @__PURE__ */ _(zp, [["render", Mp], ["__scopeId", "data-v-c3c80822"]]), Op = {
14139
14159
  name: "ecs-multiselect-token",
14140
14160
  emits: ["remove"],
14141
14161
  components: {
@@ -14143,7 +14163,7 @@ const Ik = /* @__PURE__ */ _(Bp, [["render", Lp], ["__scopeId", "data-v-c3c80822
14143
14163
  EcsFocusRing: V
14144
14164
  }
14145
14165
  };
14146
- function Op(e, s, t, a, n, i) {
14166
+ function Ap(e, s, t, a, n, i) {
14147
14167
  const l = g("ecs-icon"), c = g("ecs-focus-ring");
14148
14168
  return o(), r("div", {
14149
14169
  class: "ecs-multiselect-token",
@@ -14164,7 +14184,7 @@ function Op(e, s, t, a, n, i) {
14164
14184
  ])
14165
14185
  ], 32);
14166
14186
  }
14167
- const Ek = /* @__PURE__ */ _(Mp, [["render", Op], ["__scopeId", "data-v-daa501d2"]]), Ap = {
14187
+ const Tk = /* @__PURE__ */ _(Op, [["render", Ap], ["__scopeId", "data-v-daa501d2"]]), Rp = {
14168
14188
  name: "ecs-multiselect-option",
14169
14189
  components: {
14170
14190
  EcsIcon: O,
@@ -14191,8 +14211,8 @@ const Ek = /* @__PURE__ */ _(Mp, [["render", Op], ["__scopeId", "data-v-daa501d2
14191
14211
  return `ecs-multiselect-option-${this.type}`;
14192
14212
  }
14193
14213
  }
14194
- }, Rp = ["role"], Vp = { class: "ecs-multiselect-option-content-text" };
14195
- function Dp(e, s, t, a, n, i) {
14214
+ }, Vp = ["role"], Dp = { class: "ecs-multiselect-option-content-text" };
14215
+ function Np(e, s, t, a, n, i) {
14196
14216
  const l = g("ecs-icon"), c = g("ecs-flex-row"), d = g("ecs-text-v2");
14197
14217
  return o(), r("div", {
14198
14218
  class: v(["ecs-multiselect-option", i.typeClass]),
@@ -14208,7 +14228,7 @@ function Dp(e, s, t, a, n, i) {
14208
14228
  type: t.icon,
14209
14229
  size: "20"
14210
14230
  }, null, 8, ["type"])) : u("", !0),
14211
- f("span", Vp, [
14231
+ f("span", Dp, [
14212
14232
  p(e.$slots, "default", {}, void 0, !0)
14213
14233
  ])
14214
14234
  ]),
@@ -14225,9 +14245,9 @@ function Dp(e, s, t, a, n, i) {
14225
14245
  _: 1
14226
14246
  })
14227
14247
  ], 2)) : u("", !0)
14228
- ], 10, Rp);
14248
+ ], 10, Vp);
14229
14249
  }
14230
- const Tk = /* @__PURE__ */ _(Ap, [["render", Dp], ["__scopeId", "data-v-28a5fa28"]]), Np = {
14250
+ const Pk = /* @__PURE__ */ _(Rp, [["render", Np], ["__scopeId", "data-v-28a5fa28"]]), Fp = {
14231
14251
  name: "ecs-overlay",
14232
14252
  emits: ["close", "toggled"],
14233
14253
  components: { EcsIcon: O, EcsButtonToolbar: yt, EcsAlert: ni },
@@ -14368,38 +14388,38 @@ const Tk = /* @__PURE__ */ _(Ap, [["render", Dp], ["__scopeId", "data-v-28a5fa28
14368
14388
  }, 10);
14369
14389
  }
14370
14390
  }
14371
- }, Fp = { class: "ecs-overlay-titles" }, Hp = { class: "title" }, qp = {
14391
+ }, Hp = { class: "ecs-overlay-titles" }, qp = { class: "title" }, $p = {
14372
14392
  key: 0,
14373
14393
  class: "emphasized"
14374
- }, $p = {
14394
+ }, Wp = {
14375
14395
  key: 0,
14376
14396
  class: "subline"
14377
- }, Wp = {
14397
+ }, jp = {
14378
14398
  key: 0,
14379
14399
  class: "ecs-overlay-header-controls"
14380
- }, jp = ["aria-busy"], Up = {
14400
+ }, Up = ["aria-busy"], Gp = {
14381
14401
  key: 0,
14382
14402
  class: "ecs-overlay-tabs scrollbar scrollbar-sml"
14383
- }, Gp = {
14403
+ }, Kp = {
14384
14404
  key: 0,
14385
14405
  class: "ecs-overlay-sidebar ecs-overlay-sidebar-static"
14386
- }, Kp = { class: "ecs-overlay-sidebar ecs-overlay-sidebar-float scrollbar scrollbar-sml" }, Yp = {
14406
+ }, Yp = { class: "ecs-overlay-sidebar ecs-overlay-sidebar-float scrollbar scrollbar-sml" }, Xp = {
14387
14407
  key: 1,
14388
14408
  class: "ecs-overlay-content-block"
14389
- }, Xp = {
14409
+ }, Jp = {
14390
14410
  key: 1,
14391
14411
  class: "ecs-overlay-footer"
14392
- }, Jp = {
14412
+ }, Zp = {
14393
14413
  key: 0,
14394
14414
  class: "spacer-tabs"
14395
- }, Zp = { class: "ecs-overlay-footer-content" }, Qp = {
14415
+ }, Qp = { class: "ecs-overlay-footer-content" }, ev = {
14396
14416
  key: 0,
14397
14417
  class: "spacer-sidebar"
14398
- }, ev = {
14418
+ }, tv = {
14399
14419
  key: 1,
14400
14420
  class: "spacer-scrollbar"
14401
14421
  };
14402
- function tv(e, s, t, a, n, i) {
14422
+ function sv(e, s, t, a, n, i) {
14403
14423
  const l = g("ecs-icon"), c = g("ecs-button-toolbar"), d = g("ecs-alert");
14404
14424
  return o(), h(_e, {
14405
14425
  name: "fade",
@@ -14415,7 +14435,7 @@ function tv(e, s, t, a, n, i) {
14415
14435
  class: "ecs-overlay-header",
14416
14436
  style: S(e.$slots.alert ? "" : "border-bottom: 1px solid var(--color-gray-4);")
14417
14437
  }, [
14418
- f("div", Fp, [
14438
+ f("div", Hp, [
14419
14439
  t.icon ? (o(), h(l, {
14420
14440
  key: 0,
14421
14441
  type: t.icon,
@@ -14423,14 +14443,14 @@ function tv(e, s, t, a, n, i) {
14423
14443
  color: "#B9BCC2"
14424
14444
  }, null, 8, ["type"])) : u("", !0),
14425
14445
  f("div", null, [
14426
- f("span", Hp, [
14427
- t.headerTitleEmphasized ? (o(), r("span", qp, w(t.headerTitleEmphasized), 1)) : u("", !0),
14446
+ f("span", qp, [
14447
+ t.headerTitleEmphasized ? (o(), r("span", $p, w(t.headerTitleEmphasized), 1)) : u("", !0),
14428
14448
  L(" " + w(t.headerTitle), 1)
14429
14449
  ]),
14430
- t.headerTitleSubline ? (o(), r("span", $p, w(t.headerTitleSubline), 1)) : u("", !0)
14450
+ t.headerTitleSubline ? (o(), r("span", Wp, w(t.headerTitleSubline), 1)) : u("", !0)
14431
14451
  ])
14432
14452
  ]),
14433
- e.$slots.headercontrols ? (o(), r("div", Wp, [
14453
+ e.$slots.headercontrols ? (o(), r("div", jp, [
14434
14454
  p(e.$slots, "headercontrols", {}, void 0, !0)
14435
14455
  ])) : u("", !0),
14436
14456
  e.$slots.sidebar && n.width <= 1500 ? (o(), h(c, {
@@ -14472,7 +14492,7 @@ function tv(e, s, t, a, n, i) {
14472
14492
  class: "ecs-overlay-content",
14473
14493
  "aria-busy": t.blockContent || null
14474
14494
  }, [
14475
- e.$slots.tabs ? (o(), r("div", Up, [
14495
+ e.$slots.tabs ? (o(), r("div", Gp, [
14476
14496
  p(e.$slots, "tabs", {}, void 0, !0)
14477
14497
  ])) : u("", !0),
14478
14498
  f("div", {
@@ -14485,12 +14505,12 @@ function tv(e, s, t, a, n, i) {
14485
14505
  }, [
14486
14506
  p(e.$slots, "default", {}, void 0, !0)
14487
14507
  ], 6),
14488
- e.$slots.sidebar && n.width > 1500 ? (o(), r("div", Gp, [
14508
+ e.$slots.sidebar && n.width > 1500 ? (o(), r("div", Kp, [
14489
14509
  p(e.$slots, "sidebar", {}, void 0, !0)
14490
14510
  ])) : u("", !0),
14491
14511
  b(_e, { name: "slide" }, {
14492
14512
  default: x(() => [
14493
- $e(f("div", Kp, [
14513
+ $e(f("div", Yp, [
14494
14514
  p(e.$slots, "sidebar", {}, void 0, !0)
14495
14515
  ], 512), [
14496
14516
  [it, e.$slots.sidebar && n.width <= 1500 && n.showSidebar]
@@ -14499,19 +14519,19 @@ function tv(e, s, t, a, n, i) {
14499
14519
  _: 3
14500
14520
  })
14501
14521
  ], 2),
14502
- t.blockContent ? (o(), r("div", Yp)) : u("", !0)
14503
- ], 8, jp),
14504
- e.$slots.footer ? (o(), r("footer", Xp, [
14505
- e.$slots.tabs ? (o(), r("div", Jp)) : u("", !0),
14506
- f("div", Zp, [
14522
+ t.blockContent ? (o(), r("div", Xp)) : u("", !0)
14523
+ ], 8, Up),
14524
+ e.$slots.footer ? (o(), r("footer", Jp, [
14525
+ e.$slots.tabs ? (o(), r("div", Zp)) : u("", !0),
14526
+ f("div", Qp, [
14507
14527
  f("div", {
14508
14528
  class: "ecs-overlay-footer-content-inner",
14509
14529
  style: S({ width: i.contentWidth, maxWidth: i.contentMaxWidth, minWidth: i.contentMinWidth, paddingLeft: i.contentPadding, paddingRight: i.contentPadding })
14510
14530
  }, [
14511
14531
  p(e.$slots, "footer", {}, void 0, !0)
14512
14532
  ], 4),
14513
- e.$slots.sidebar && n.width > 1500 ? (o(), r("div", Qp)) : u("", !0),
14514
- n.footerScrollSpacer ? (o(), r("div", ev)) : u("", !0)
14533
+ e.$slots.sidebar && n.width > 1500 ? (o(), r("div", ev)) : u("", !0),
14534
+ n.footerScrollSpacer ? (o(), r("div", tv)) : u("", !0)
14515
14535
  ])
14516
14536
  ])) : u("", !0)
14517
14537
  ], 4)) : u("", !0)
@@ -14519,7 +14539,7 @@ function tv(e, s, t, a, n, i) {
14519
14539
  _: 3
14520
14540
  });
14521
14541
  }
14522
- const Pk = /* @__PURE__ */ _(Np, [["render", tv], ["__scopeId", "data-v-acdd9118"]]), sv = {
14542
+ const Lk = /* @__PURE__ */ _(Fp, [["render", sv], ["__scopeId", "data-v-acdd9118"]]), iv = {
14523
14543
  name: "ecs-pagination",
14524
14544
  emits: ["firstPage", "prevPage", "nextPage", "lastPage", "updatePage", "itemsPerPage"],
14525
14545
  components: {
@@ -14621,14 +14641,14 @@ const Pk = /* @__PURE__ */ _(Np, [["render", tv], ["__scopeId", "data-v-acdd9118
14621
14641
  this.$emit("updatePage", Number(e));
14622
14642
  }
14623
14643
  }
14624
- }, iv = ["value", "selected"], nv = {
14644
+ }, nv = ["value", "selected"], av = {
14625
14645
  key: 0,
14626
14646
  class: "total"
14627
- }, av = {
14647
+ }, ov = {
14628
14648
  key: 1,
14629
14649
  class: "ecs-pagination-range"
14630
- }, ov = { class: "ecs-pagination-tabs" }, lv = ["value", "selected"];
14631
- function rv(e, s, t, a, n, i) {
14650
+ }, lv = { class: "ecs-pagination-tabs" }, rv = ["value", "selected"];
14651
+ function cv(e, s, t, a, n, i) {
14632
14652
  const l = g("ecs-button"), c = g("ecs-flex-row"), d = g("ecs-select");
14633
14653
  return o(), r("div", {
14634
14654
  class: v(["ecs-pagination", [
@@ -14684,11 +14704,11 @@ function rv(e, s, t, a, n, i) {
14684
14704
  key: m,
14685
14705
  value: m,
14686
14706
  selected: m === t.currentPage
14687
- }, w(m), 9, iv))), 128))
14707
+ }, w(m), 9, nv))), 128))
14688
14708
  ]),
14689
14709
  _: 1
14690
14710
  }, 8, ["modelValue", "disabled"]),
14691
- t.totalPages ? (o(), r("span", nv, "of " + w(t.totalPages), 1)) : u("", !0)
14711
+ t.totalPages ? (o(), r("span", av, "of " + w(t.totalPages), 1)) : u("", !0)
14692
14712
  ]),
14693
14713
  _: 1
14694
14714
  }),
@@ -14717,7 +14737,7 @@ function rv(e, s, t, a, n, i) {
14717
14737
  ]),
14718
14738
  _: 1
14719
14739
  })
14720
- ], 64)) : i.hasRange ? (o(), r("span", av, [
14740
+ ], 64)) : i.hasRange ? (o(), r("span", ov, [
14721
14741
  s[8] || (s[8] = L("Showing entries ")),
14722
14742
  f("span", null, w(t.itemRangeFrom) + " to " + w(t.itemRangeTo), 1),
14723
14743
  s[9] || (s[9] = L(" of ")),
@@ -14726,7 +14746,7 @@ function rv(e, s, t, a, n, i) {
14726
14746
  ]),
14727
14747
  _: 1
14728
14748
  }, 8, ["style"]),
14729
- f("div", ov, [
14749
+ f("div", lv, [
14730
14750
  p(e.$slots, "tabs", {}, void 0, !0)
14731
14751
  ]),
14732
14752
  t.showItemsPerPage && t.type == "paginated" ? (o(), h(c, {
@@ -14748,7 +14768,7 @@ function rv(e, s, t, a, n, i) {
14748
14768
  key: m,
14749
14769
  value: m,
14750
14770
  selected: m === t.itemsPerPageSelected
14751
- }, w(m), 9, lv))), 128))
14771
+ }, w(m), 9, rv))), 128))
14752
14772
  ]),
14753
14773
  _: 1
14754
14774
  }, 8, ["modelValue", "disabled"])
@@ -14767,7 +14787,7 @@ function rv(e, s, t, a, n, i) {
14767
14787
  })) : u("", !0)
14768
14788
  ], 2);
14769
14789
  }
14770
- const Lk = /* @__PURE__ */ _(sv, [["render", rv], ["__scopeId", "data-v-6741fbf9"]]), cv = {
14790
+ const Mk = /* @__PURE__ */ _(iv, [["render", cv], ["__scopeId", "data-v-6741fbf9"]]), dv = {
14771
14791
  name: "ecs-popover-header",
14772
14792
  components: { EcsIcon: O, EcsTextV2: Te },
14773
14793
  props: {
@@ -14787,17 +14807,17 @@ const Lk = /* @__PURE__ */ _(sv, [["render", rv], ["__scopeId", "data-v-6741fbf9
14787
14807
  return !!this.$slots.default;
14788
14808
  }
14789
14809
  }
14790
- }, dv = { class: "ecs-popover-header" }, uv = { class: "ecs-popover-header-title" }, fv = {
14810
+ }, uv = { class: "ecs-popover-header" }, fv = { class: "ecs-popover-header-title" }, gv = {
14791
14811
  key: 1,
14792
14812
  class: "ecs-popover-header-title-controls"
14793
- }, gv = {
14813
+ }, mv = {
14794
14814
  key: 0,
14795
14815
  class: "ecs-popover-header-actions"
14796
14816
  };
14797
- function mv(e, s, t, a, n, i) {
14817
+ function hv(e, s, t, a, n, i) {
14798
14818
  const l = g("ecs-icon"), c = g("ecs-text-v2");
14799
- return o(), r("header", dv, [
14800
- f("div", uv, [
14819
+ return o(), r("header", uv, [
14820
+ f("div", fv, [
14801
14821
  t.icon ? (o(), h(l, {
14802
14822
  key: 0,
14803
14823
  type: t.icon,
@@ -14811,16 +14831,16 @@ function mv(e, s, t, a, n, i) {
14811
14831
  ]),
14812
14832
  _: 1
14813
14833
  }),
14814
- e.$slots.titleControls ? (o(), r("div", fv, [
14834
+ e.$slots.titleControls ? (o(), r("div", gv, [
14815
14835
  p(e.$slots, "titleControls", {}, void 0, !0)
14816
14836
  ])) : u("", !0)
14817
14837
  ]),
14818
- i.hasControls ? (o(), r("div", gv, [
14838
+ i.hasControls ? (o(), r("div", mv, [
14819
14839
  p(e.$slots, "default", {}, void 0, !0)
14820
14840
  ])) : u("", !0)
14821
14841
  ]);
14822
14842
  }
14823
- const Mk = /* @__PURE__ */ _(cv, [["render", mv], ["__scopeId", "data-v-f5d26b63"]]), hv = {
14843
+ const Ok = /* @__PURE__ */ _(dv, [["render", hv], ["__scopeId", "data-v-f5d26b63"]]), pv = {
14824
14844
  name: "ecs-rating-star-read",
14825
14845
  components: { EcsSkeletonLoader: ie },
14826
14846
  props: {
@@ -14851,8 +14871,8 @@ const Mk = /* @__PURE__ */ _(cv, [["render", mv], ["__scopeId", "data-v-f5d26b63
14851
14871
  return this.size && this.size !== "" ? `ecs-rating-read-${this.size}` : this.size;
14852
14872
  }
14853
14873
  }
14854
- }, pv = ["aria-busy", "aria-label"], vv = ["data-maximum", "data-rating"];
14855
- function yv(e, s, t, a, n, i) {
14874
+ }, vv = ["aria-busy", "aria-label"], yv = ["data-maximum", "data-rating"];
14875
+ function bv(e, s, t, a, n, i) {
14856
14876
  const l = g("ecs-skeleton-loader");
14857
14877
  return o(), r("div", {
14858
14878
  class: v(["ecs-rating-read", [i.sizeClass]]),
@@ -14869,10 +14889,10 @@ function yv(e, s, t, a, n, i) {
14869
14889
  class: "ecs-stars-read",
14870
14890
  "data-maximum": t.maximum,
14871
14891
  "data-rating": t.rating
14872
- }, null, 8, vv))
14873
- ], 10, pv);
14892
+ }, null, 8, yv))
14893
+ ], 10, vv);
14874
14894
  }
14875
- const bv = /* @__PURE__ */ _(hv, [["render", yv], ["__scopeId", "data-v-7e609016"]]), _v = {
14895
+ const _v = /* @__PURE__ */ _(pv, [["render", bv], ["__scopeId", "data-v-7e609016"]]), kv = {
14876
14896
  name: "ecs-rating-favorability",
14877
14897
  emits: ["click"],
14878
14898
  components: { EcsIcon: O, EcsSkeletonLoader: ie },
@@ -14936,8 +14956,8 @@ const bv = /* @__PURE__ */ _(hv, [["render", yv], ["__scopeId", "data-v-7e609016
14936
14956
  this.disabled || this.$emit("click", e);
14937
14957
  }
14938
14958
  }
14939
- }, kv = ["aria-busy"], wv = ["title"];
14940
- function xv(e, s, t, a, n, i) {
14959
+ }, wv = ["aria-busy"], xv = ["title"];
14960
+ function Sv(e, s, t, a, n, i) {
14941
14961
  const l = g("ecs-icon"), c = g("ecs-skeleton-loader");
14942
14962
  return o(), r("div", {
14943
14963
  onClick: s[0] || (s[0] = (...d) => i.handleClick && i.handleClick(...d)),
@@ -14949,7 +14969,7 @@ function xv(e, s, t, a, n, i) {
14949
14969
  title: i.labelText
14950
14970
  }, [
14951
14971
  b(l, { type: i.iconType }, null, 8, ["type"])
14952
- ], 10, wv),
14972
+ ], 10, xv),
14953
14973
  t.label ? (o(), r("span", {
14954
14974
  key: 0,
14955
14975
  class: v(["label", t.loading ? "loading" : ""])
@@ -14966,12 +14986,12 @@ function xv(e, s, t, a, n, i) {
14966
14986
  width: 100,
14967
14987
  style: { width: "calc(100% - 30px)" }
14968
14988
  })) : u("", !0)
14969
- ], 10, kv);
14989
+ ], 10, wv);
14970
14990
  }
14971
- const Sv = /* @__PURE__ */ _(_v, [["render", xv], ["__scopeId", "data-v-a6e15633"]]), Cv = {
14991
+ const Cv = /* @__PURE__ */ _(kv, [["render", Sv], ["__scopeId", "data-v-a6e15633"]]), Bv = {
14972
14992
  name: "ecs-quicklinks-link",
14973
14993
  emits: ["click", "input", "toggle", "update:volumes"],
14974
- components: { EcsCheckbox: vt, EcsRatingStarRead: bv, EcsRatingFavorability: Sv, EcsSwitch: hi, EcsIcon: O, EcsFocusRing: V, EcsAvatar: nt, EcsFlexRow: me, EcsPopover: pt, EcsPopoverList: is, EcsPopoverListItem: os },
14994
+ components: { EcsCheckbox: vt, EcsRatingStarRead: _v, EcsRatingFavorability: Cv, EcsSwitch: hi, EcsIcon: O, EcsFocusRing: V, EcsAvatar: nt, EcsFlexRow: me, EcsPopover: pt, EcsPopoverList: is, EcsPopoverListItem: os },
14975
14995
  props: {
14976
14996
  /** The label text for the quicklink. */
14977
14997
  label: {
@@ -15103,17 +15123,17 @@ const Sv = /* @__PURE__ */ _(_v, [["render", xv], ["__scopeId", "data-v-a6e15633
15103
15123
  created() {
15104
15124
  this.updateVolumes(this.volumes);
15105
15125
  }
15106
- }, Bv = { class: "filter-description" }, zv = {
15126
+ }, zv = { class: "filter-description" }, Iv = {
15107
15127
  key: 0,
15108
15128
  class: "meta"
15109
- }, Iv = { key: 0 }, Ev = ["title"], Tv = { style: { "margin-left": "12px" } }, Pv = { class: "static-label" }, Lv = {
15129
+ }, Ev = { key: 0 }, Tv = ["title"], Pv = { style: { "margin-left": "12px" } }, Lv = { class: "static-label" }, Mv = {
15110
15130
  key: 0,
15111
15131
  class: "meta"
15112
- }, Mv = { key: 0 }, Ov = ["title"], Av = { class: "persona-label" }, Rv = { key: 3 }, Vv = ["onClick", "title", "aria-label"], Dv = ["aria-label"], Nv = {
15132
+ }, Ov = { key: 0 }, Av = ["title"], Rv = { class: "persona-label" }, Vv = { key: 3 }, Dv = ["onClick", "title", "aria-label"], Nv = ["aria-label"], Fv = {
15113
15133
  key: 5,
15114
15134
  class: "meta"
15115
- }, Fv = { key: 0 }, Hv = ["title"];
15116
- function qv(e, s, t, a, n, i) {
15135
+ }, Hv = { key: 0 }, qv = ["title"];
15136
+ function $v(e, s, t, a, n, i) {
15117
15137
  const l = 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-avatar"), E = g("ecs-popover-list-item"), I = g("ecs-popover-list"), B = g("ecs-popover"), P = g("ecs-flex-row"), T = g("ecs-checkbox");
15118
15138
  return o(), r("li", {
15119
15139
  class: v(["ecs-quicklinks-link", [
@@ -15129,13 +15149,13 @@ function qv(e, s, t, a, n, i) {
15129
15149
  role: "button"
15130
15150
  }, [
15131
15151
  b(l, { type: t.icon }, null, 8, ["type"]),
15132
- f("span", Bv, w(t.label), 1),
15133
- t.count || t.meta ? (o(), r("small", zv, [
15134
- t.count ? (o(), r("span", Iv, w(t.count), 1)) : u("", !0),
15152
+ f("span", zv, w(t.label), 1),
15153
+ t.count || t.meta ? (o(), r("small", Iv, [
15154
+ t.count ? (o(), r("span", Ev, w(t.count), 1)) : u("", !0),
15135
15155
  t.meta ? (o(), r("span", {
15136
15156
  key: 1,
15137
15157
  title: t.metaTitle
15138
- }, w(t.meta), 9, Ev)) : u("", !0)
15158
+ }, w(t.meta), 9, Tv)) : u("", !0)
15139
15159
  ])) : u("", !0),
15140
15160
  b(c)
15141
15161
  ])) : t.type === "favorability" ? (o(), r("div", {
@@ -15151,15 +15171,15 @@ function qv(e, s, t, a, n, i) {
15151
15171
  label: !1,
15152
15172
  disabled: t.disabled || null
15153
15173
  }, null, 8, ["type", "rating", "disabled"]),
15154
- f("label", Tv, [
15155
- f("span", Pv, w(t.label), 1)
15174
+ f("label", Pv, [
15175
+ f("span", Lv, w(t.label), 1)
15156
15176
  ]),
15157
- t.count || t.meta ? (o(), r("small", Lv, [
15158
- t.count ? (o(), r("span", Mv, w(t.count), 1)) : u("", !0),
15177
+ t.count || t.meta ? (o(), r("small", Mv, [
15178
+ t.count ? (o(), r("span", Ov, w(t.count), 1)) : u("", !0),
15159
15179
  t.meta ? (o(), r("span", {
15160
15180
  key: 1,
15161
15181
  title: t.metaTitle
15162
- }, w(t.meta), 9, Ov)) : u("", !0)
15182
+ }, w(t.meta), 9, Av)) : u("", !0)
15163
15183
  ])) : u("", !0),
15164
15184
  b(c)
15165
15185
  ])) : (o(), h(T, {
@@ -15194,8 +15214,8 @@ function qv(e, s, t, a, n, i) {
15194
15214
  "relevant-badge": t.persona.relevant,
15195
15215
  size: 24
15196
15216
  }, null, 8, ["image", "name", "relevant-badge"]),
15197
- f("span", Av, w(t.label || t.persona.name), 1)
15198
- ], 64)) : (o(), r("span", Rv, w(t.label), 1)),
15217
+ f("span", Rv, w(t.label || t.persona.name), 1)
15218
+ ], 64)) : (o(), r("span", Vv, w(t.label), 1)),
15199
15219
  n.localVolumes ? (o(), h(P, {
15200
15220
  key: 4,
15201
15221
  gap: 2,
@@ -15208,7 +15228,7 @@ function qv(e, s, t, a, n, i) {
15208
15228
  onClick: (M) => i.toggleVolume(C.id),
15209
15229
  title: `${C.name} (${C.date})`,
15210
15230
  "aria-label": `Volume ${C.id}${C.active ? " active" : ""}`
15211
- }, w(C.id), 11, Vv))), 128)),
15231
+ }, w(C.id), 11, Dv))), 128)),
15212
15232
  n.localVolumes.length > 3 ? (o(), h(B, {
15213
15233
  key: 0,
15214
15234
  disabled: t.disabled || null
@@ -15242,26 +15262,26 @@ function qv(e, s, t, a, n, i) {
15242
15262
  type: "more",
15243
15263
  size: "18"
15244
15264
  })
15245
- ], 10, Dv)
15265
+ ], 10, Nv)
15246
15266
  ]),
15247
15267
  _: 1
15248
15268
  }, 8, ["disabled"])) : u("", !0)
15249
15269
  ]),
15250
15270
  _: 1
15251
15271
  })) : u("", !0),
15252
- t.count || t.meta ? (o(), r("small", Nv, [
15253
- t.count ? (o(), r("span", Fv, w(t.count), 1)) : u("", !0),
15272
+ t.count || t.meta ? (o(), r("small", Fv, [
15273
+ t.count ? (o(), r("span", Hv, w(t.count), 1)) : u("", !0),
15254
15274
  t.meta ? (o(), r("span", {
15255
15275
  key: 1,
15256
15276
  title: t.metaTitle
15257
- }, w(t.meta), 9, Hv)) : u("", !0)
15277
+ }, w(t.meta), 9, qv)) : u("", !0)
15258
15278
  ])) : u("", !0)
15259
15279
  ]),
15260
15280
  _: 1
15261
15281
  }, 8, ["value", "value-false", "value-true", "disabled", "indeterminate"]))
15262
15282
  ], 2);
15263
15283
  }
15264
- const Ok = /* @__PURE__ */ _(Cv, [["render", qv], ["__scopeId", "data-v-db5374f4"]]), $v = {
15284
+ const Ak = /* @__PURE__ */ _(Bv, [["render", $v], ["__scopeId", "data-v-db5374f4"]]), Wv = {
15265
15285
  name: "ecs-range",
15266
15286
  mixins: [he],
15267
15287
  emits: ["update:modelValue"],
@@ -15335,14 +15355,14 @@ const Ok = /* @__PURE__ */ _(Cv, [["render", qv], ["__scopeId", "data-v-db5374f4
15335
15355
  this.updateProgress(e);
15336
15356
  }
15337
15357
  }
15338
- }, Wv = ["id", "disabled", "min", "max", "value", "step"], jv = {
15358
+ }, jv = ["id", "disabled", "min", "max", "value", "step"], Uv = {
15339
15359
  key: 0,
15340
15360
  class: "ecs-range-markers"
15341
- }, Uv = {
15361
+ }, Gv = {
15342
15362
  key: 1,
15343
15363
  class: "ecs-range-labels"
15344
15364
  };
15345
- function Gv(e, s, t, a, n, i) {
15365
+ function Kv(e, s, t, a, n, i) {
15346
15366
  return o(), r("div", {
15347
15367
  class: v(["ecs-range", { "has-list": t.list }])
15348
15368
  }, [
@@ -15357,14 +15377,14 @@ function Gv(e, s, t, a, n, i) {
15357
15377
  value: t.modelValue,
15358
15378
  step: t.step === "any" ? "any" : t.step,
15359
15379
  class: "ecs-range-input"
15360
- }, null, 40, Wv),
15361
- i.shouldShowMarkers ? (o(), r("div", jv, [
15380
+ }, null, 40, jv),
15381
+ i.shouldShowMarkers ? (o(), r("div", Uv, [
15362
15382
  (o(!0), r(D, null, J(i.stepCount, (l, c) => (o(), r("span", {
15363
15383
  key: c,
15364
15384
  class: "ecs-range-marker"
15365
15385
  }))), 128))
15366
15386
  ])) : u("", !0),
15367
- t.list ? (o(), r("div", Uv, [
15387
+ t.list ? (o(), r("div", Gv, [
15368
15388
  (o(!0), r(D, null, J(t.list, (l, c) => (o(), r("span", {
15369
15389
  key: c,
15370
15390
  class: "ecs-range-label"
@@ -15372,7 +15392,7 @@ function Gv(e, s, t, a, n, i) {
15372
15392
  ])) : u("", !0)
15373
15393
  ], 2);
15374
15394
  }
15375
- const Ak = /* @__PURE__ */ _($v, [["render", Gv], ["__scopeId", "data-v-b6f3e6b0"]]), Kv = {
15395
+ const Rk = /* @__PURE__ */ _(Wv, [["render", Kv], ["__scopeId", "data-v-b6f3e6b0"]]), Yv = {
15376
15396
  name: "ecs-rating-star-write",
15377
15397
  emits: ["click", "reset"],
15378
15398
  props: {
@@ -15397,8 +15417,8 @@ const Ak = /* @__PURE__ */ _($v, [["render", Gv], ["__scopeId", "data-v-b6f3e6b0
15397
15417
  default: !1
15398
15418
  }
15399
15419
  }
15400
- }, Yv = ["disabled"], Xv = { class: "ecs-rating-write" }, Jv = ["checked", "disabled"], Zv = ["checked", "disabled"], Qv = ["checked", "disabled"], ey = ["checked", "disabled"];
15401
- function ty(e, s, t, a, n, i) {
15420
+ }, Xv = ["disabled"], Jv = { class: "ecs-rating-write" }, Zv = ["checked", "disabled"], Qv = ["checked", "disabled"], ey = ["checked", "disabled"], ty = ["checked", "disabled"];
15421
+ function sy(e, s, t, a, n, i) {
15402
15422
  return o(), r("div", {
15403
15423
  class: v(["ecs-rating-form", [t.large ? "ecs-rating-form-lg" : ""]])
15404
15424
  }, [
@@ -15410,8 +15430,8 @@ function ty(e, s, t, a, n, i) {
15410
15430
  "aria-label": "Reset Rating"
15411
15431
  }, s[5] || (s[5] = [
15412
15432
  si('<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 18 18" data-v-0d4c1ecb><g fill="none" fill-rule="evenodd" transform="translate(-1215 -543)" data-v-0d4c1ecb><polygon stroke="currentColor" points="1224.145 555.692 1220.347 557.69 1221.073 553.46 1218 550.465 1222.246 549.848 1224.146 546 1226.044 549.848 1230.291 550.465 1227.221 553.46 1227.945 557.69 1224.147 555.692" data-v-0d4c1ecb></polygon><g transform="rotate(-45 1281.298 -1191.488)" data-v-0d4c1ecb><rect width="15" height="1.5" x=".101" y="1.899" fill="#FFFFFF" data-v-0d4c1ecb></rect><rect width="15" height="1" x=".096" y=".904" fill="currentColor" data-v-0d4c1ecb></rect></g></g></svg>', 1)
15413
- ]), 10, Yv)) : u("", !0),
15414
- f("div", Xv, [
15433
+ ]), 10, Xv)) : u("", !0),
15434
+ f("div", Jv, [
15415
15435
  f("input", {
15416
15436
  type: "radio",
15417
15437
  value: "1",
@@ -15419,7 +15439,7 @@ function ty(e, s, t, a, n, i) {
15419
15439
  onClick: s[1] || (s[1] = (l) => e.$emit("click", l)),
15420
15440
  checked: t.value == 1 || null,
15421
15441
  disabled: t.disabled
15422
- }, null, 8, Jv),
15442
+ }, null, 8, Zv),
15423
15443
  s[6] || (s[6] = f("i", null, null, -1)),
15424
15444
  f("input", {
15425
15445
  type: "radio",
@@ -15428,7 +15448,7 @@ function ty(e, s, t, a, n, i) {
15428
15448
  onClick: s[2] || (s[2] = (l) => e.$emit("click", l)),
15429
15449
  checked: t.value == 2 || null,
15430
15450
  disabled: t.disabled
15431
- }, null, 8, Zv),
15451
+ }, null, 8, Qv),
15432
15452
  s[7] || (s[7] = f("i", null, null, -1)),
15433
15453
  f("input", {
15434
15454
  type: "radio",
@@ -15437,7 +15457,7 @@ function ty(e, s, t, a, n, i) {
15437
15457
  onClick: s[3] || (s[3] = (l) => e.$emit("click", l)),
15438
15458
  checked: t.value == 3 || null,
15439
15459
  disabled: t.disabled
15440
- }, null, 8, Qv),
15460
+ }, null, 8, ey),
15441
15461
  s[8] || (s[8] = f("i", null, null, -1)),
15442
15462
  f("input", {
15443
15463
  type: "radio",
@@ -15446,12 +15466,12 @@ function ty(e, s, t, a, n, i) {
15446
15466
  onClick: s[4] || (s[4] = (l) => e.$emit("click", l)),
15447
15467
  checked: t.value == 4 || null,
15448
15468
  disabled: t.disabled
15449
- }, null, 8, ey),
15469
+ }, null, 8, ty),
15450
15470
  s[9] || (s[9] = f("i", null, null, -1))
15451
15471
  ])
15452
15472
  ], 2);
15453
15473
  }
15454
- const Rk = /* @__PURE__ */ _(Kv, [["render", ty], ["__scopeId", "data-v-0d4c1ecb"]]), sy = {
15474
+ const Vk = /* @__PURE__ */ _(Yv, [["render", sy], ["__scopeId", "data-v-0d4c1ecb"]]), iy = {
15455
15475
  name: "ecs-section",
15456
15476
  props: {
15457
15477
  /** Adds a headline to the section. */
@@ -15500,11 +15520,11 @@ const Rk = /* @__PURE__ */ _(Kv, [["render", ty], ["__scopeId", "data-v-0d4c1ecb
15500
15520
  return `ecs-section-content-padding-${this.contentPadding}`;
15501
15521
  }
15502
15522
  }
15503
- }, iy = {
15523
+ }, ny = {
15504
15524
  key: 0,
15505
15525
  class: "ecs-section-controls"
15506
15526
  };
15507
- function ny(e, s, t, a, n, i) {
15527
+ function ay(e, s, t, a, n, i) {
15508
15528
  return o(), r("div", {
15509
15529
  class: v(["ecs-section", [
15510
15530
  t.borderTop ? "ecs-section-border-top" : "",
@@ -15518,7 +15538,7 @@ function ny(e, s, t, a, n, i) {
15518
15538
  class: v(["ecs-section-headline", [t.headlineBold ? "ecs-headline-section-bold" : "ecs-headline-section", e.$slots.controls ? "has-buttons" : ""]])
15519
15539
  }, [
15520
15540
  L(w(t.title) + " ", 1),
15521
- e.$slots.controls ? (o(), r("div", iy, [
15541
+ e.$slots.controls ? (o(), r("div", ny, [
15522
15542
  p(e.$slots, "controls", {}, void 0, !0)
15523
15543
  ])) : u("", !0)
15524
15544
  ], 2)) : u("", !0),
@@ -15532,7 +15552,7 @@ function ny(e, s, t, a, n, i) {
15532
15552
  ], 2)
15533
15553
  ], 2);
15534
15554
  }
15535
- const Vk = /* @__PURE__ */ _(sy, [["render", ny], ["__scopeId", "data-v-cdcc0680"]]), ay = {
15555
+ const Dk = /* @__PURE__ */ _(iy, [["render", ay], ["__scopeId", "data-v-cdcc0680"]]), oy = {
15536
15556
  name: "ecs-segments",
15537
15557
  emits: ["click"],
15538
15558
  components: { EcsIcon: O },
@@ -15565,8 +15585,8 @@ const Vk = /* @__PURE__ */ _(sy, [["render", ny], ["__scopeId", "data-v-cdcc0680
15565
15585
  default: !1
15566
15586
  }
15567
15587
  }
15568
- }, oy = ["for", "disabled"], ly = ["name", "value", "id", "checked", "disabled", "onClick"], ry = ["title"];
15569
- function cy(e, s, t, a, n, i) {
15588
+ }, ly = ["for", "disabled"], ry = ["name", "value", "id", "checked", "disabled", "onClick"], cy = ["title"];
15589
+ function dy(e, s, t, a, n, i) {
15570
15590
  const l = g("ecs-icon");
15571
15591
  return o(), r("div", {
15572
15592
  class: v(["ecs-segments", [t.inline ? "ecs-segments-inline" : ""]])
@@ -15584,7 +15604,7 @@ function cy(e, s, t, a, n, i) {
15584
15604
  checked: t.value.toLowerCase() == c.id.toLowerCase() || null,
15585
15605
  disabled: c.disabled || t.disabled,
15586
15606
  onClick: (d) => e.$emit("click", c.id)
15587
- }, null, 8, ly),
15607
+ }, null, 8, ry),
15588
15608
  f("span", {
15589
15609
  class: "ecs-segment",
15590
15610
  title: c.title
@@ -15597,11 +15617,11 @@ function cy(e, s, t, a, n, i) {
15597
15617
  color: "#2F333C"
15598
15618
  }, null, 8, ["class", "type"])) : u("", !0),
15599
15619
  L(" " + w(c.label), 1)
15600
- ], 8, ry)
15601
- ], 8, oy))), 128))
15620
+ ], 8, cy)
15621
+ ], 8, ly))), 128))
15602
15622
  ], 2);
15603
15623
  }
15604
- const Dk = /* @__PURE__ */ _(ay, [["render", cy], ["__scopeId", "data-v-1cb14db0"]]), dy = {
15624
+ const Nk = /* @__PURE__ */ _(oy, [["render", dy], ["__scopeId", "data-v-1cb14db0"]]), uy = {
15605
15625
  name: "ecs-selection-grid",
15606
15626
  emits: ["update:modelValue"],
15607
15627
  components: {
@@ -15658,8 +15678,8 @@ const Dk = /* @__PURE__ */ _(ay, [["render", cy], ["__scopeId", "data-v-1cb14db0
15658
15678
  }
15659
15679
  }
15660
15680
  }
15661
- }, uy = ["role"], fy = ["onClick", "role", "aria-checked"];
15662
- function gy(e, s, t, a, n, i) {
15681
+ }, fy = ["role"], gy = ["onClick", "role", "aria-checked"];
15682
+ function my(e, s, t, a, n, i) {
15663
15683
  const l = g("ecs-icon"), c = g("ecs-file-icon"), d = g("ecs-text-v2"), m = g("ecs-flex-row");
15664
15684
  return o(), r("div", {
15665
15685
  class: "ecs-selection-grid",
@@ -15714,15 +15734,15 @@ function gy(e, s, t, a, n, i) {
15714
15734
  ]),
15715
15735
  _: 2
15716
15736
  }, 1024)
15717
- ], 10, fy))), 128))
15718
- ], 12, uy);
15737
+ ], 10, gy))), 128))
15738
+ ], 12, fy);
15719
15739
  }
15720
- const Nk = /* @__PURE__ */ _(dy, [["render", gy], ["__scopeId", "data-v-8b0a7154"]]), my = {
15740
+ const Fk = /* @__PURE__ */ _(uy, [["render", my], ["__scopeId", "data-v-8b0a7154"]]), hy = {
15721
15741
  name: "ecs-select-tile",
15722
15742
  emits: ["click"],
15723
15743
  components: {
15724
15744
  EcsFocusRing: V,
15725
- EcsIllustration: Sm
15745
+ EcsIllustration: Cm
15726
15746
  },
15727
15747
  props: {
15728
15748
  /** The main label for the tile. */
@@ -15762,14 +15782,14 @@ const Nk = /* @__PURE__ */ _(dy, [["render", gy], ["__scopeId", "data-v-8b0a7154
15762
15782
  default: !1
15763
15783
  }
15764
15784
  }
15765
- }, hy = ["aria-checked", "tabindex"], py = {
15785
+ }, py = ["aria-checked", "tabindex"], vy = {
15766
15786
  key: 1,
15767
15787
  class: "label"
15768
- }, vy = {
15788
+ }, yy = {
15769
15789
  key: 2,
15770
15790
  class: "help"
15771
15791
  };
15772
- function yy(e, s, t, a, n, i) {
15792
+ function by(e, s, t, a, n, i) {
15773
15793
  const l = g("ecs-illustration"), c = g("ecs-focus-ring");
15774
15794
  return o(), r("div", {
15775
15795
  onClick: s[0] || (s[0] = (d) => e.$emit("click", d)),
@@ -15787,27 +15807,27 @@ function yy(e, s, t, a, n, i) {
15787
15807
  key: 0,
15788
15808
  type: t.illustration
15789
15809
  }, null, 8, ["type"])) : u("", !0),
15790
- t.label ? (o(), r("div", py, w(t.label), 1)) : u("", !0),
15791
- t.helpText ? (o(), r("div", vy, w(t.helpText), 1)) : u("", !0),
15810
+ t.label ? (o(), r("div", vy, w(t.label), 1)) : u("", !0),
15811
+ t.helpText ? (o(), r("div", yy, w(t.helpText), 1)) : u("", !0),
15792
15812
  b(c, {
15793
15813
  inset: -6,
15794
15814
  radius: 12
15795
15815
  })
15796
- ], 42, hy);
15816
+ ], 42, py);
15797
15817
  }
15798
- const Fk = /* @__PURE__ */ _(my, [["render", yy], ["__scopeId", "data-v-a5e9bd1b"]]), by = {
15818
+ const Hk = /* @__PURE__ */ _(hy, [["render", by], ["__scopeId", "data-v-a5e9bd1b"]]), _y = {
15799
15819
  name: "ecs-sequence-map"
15800
- }, _y = {
15820
+ }, ky = {
15801
15821
  class: "ecs-sequence-map",
15802
15822
  role: "navigation",
15803
15823
  "aria-label": "Steps"
15804
15824
  };
15805
- function ky(e, s, t, a, n, i) {
15806
- return o(), r("div", _y, [
15825
+ function wy(e, s, t, a, n, i) {
15826
+ return o(), r("div", ky, [
15807
15827
  p(e.$slots, "default", {}, void 0, !0)
15808
15828
  ]);
15809
15829
  }
15810
- const Hk = /* @__PURE__ */ _(by, [["render", ky], ["__scopeId", "data-v-69c3c73d"]]), wy = {
15830
+ const qk = /* @__PURE__ */ _(_y, [["render", wy], ["__scopeId", "data-v-69c3c73d"]]), xy = {
15811
15831
  name: "ecs-sequence-map-button",
15812
15832
  emits: ["click"],
15813
15833
  components: { EcsIcon: O, EcsFocusRing: V },
@@ -15838,8 +15858,8 @@ const Hk = /* @__PURE__ */ _(by, [["render", ky], ["__scopeId", "data-v-69c3c73d
15838
15858
  default: !1
15839
15859
  }
15840
15860
  }
15841
- }, xy = ["aria-busy"], Sy = { class: "count" };
15842
- function Cy(e, s, t, a, n, i) {
15861
+ }, Sy = ["aria-busy"], Cy = { class: "count" };
15862
+ function By(e, s, t, a, n, i) {
15843
15863
  const l = g("ecs-icon"), c = g("ecs-focus-ring");
15844
15864
  return o(), r("button", {
15845
15865
  onClick: s[0] || (s[0] = (d) => e.$emit("click", d)),
@@ -15851,7 +15871,7 @@ function Cy(e, s, t, a, n, i) {
15851
15871
  ]]),
15852
15872
  "aria-busy": t.loading || null
15853
15873
  }, [
15854
- f("span", Sy, [
15874
+ f("span", Cy, [
15855
15875
  L(w(t.step) + " ", 1),
15856
15876
  t.loading ? (o(), h(l, {
15857
15877
  key: 0,
@@ -15863,9 +15883,9 @@ function Cy(e, s, t, a, n, i) {
15863
15883
  p(e.$slots, "default", {}, void 0, !0),
15864
15884
  b(c, { inset: 4 }),
15865
15885
  s[1] || (s[1] = f("div", { class: "step-indicator" }, null, -1))
15866
- ], 10, xy);
15886
+ ], 10, Sy);
15867
15887
  }
15868
- const qk = /* @__PURE__ */ _(wy, [["render", Cy], ["__scopeId", "data-v-397f53f1"]]), By = {
15888
+ const $k = /* @__PURE__ */ _(xy, [["render", By], ["__scopeId", "data-v-397f53f1"]]), zy = {
15869
15889
  name: "ecs-tab-bar",
15870
15890
  props: {
15871
15891
  /** 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. */
@@ -15895,8 +15915,8 @@ const qk = /* @__PURE__ */ _(wy, [["render", Cy], ["__scopeId", "data-v-397f53f1
15895
15915
  return "vertical";
15896
15916
  }
15897
15917
  }
15898
- }, zy = ["aria-orientation", "data-orientation"];
15899
- function Iy(e, s, t, a, n, i) {
15918
+ }, Iy = ["aria-orientation", "data-orientation"];
15919
+ function Ey(e, s, t, a, n, i) {
15900
15920
  return o(), r("div", {
15901
15921
  class: v(["ecs-tab-bar", [i.typeClass, i.directionClass]]),
15902
15922
  role: "tablist",
@@ -15904,9 +15924,9 @@ function Iy(e, s, t, a, n, i) {
15904
15924
  "data-orientation": i.tabOrientation
15905
15925
  }, [
15906
15926
  p(e.$slots, "default", {}, void 0, !0)
15907
- ], 10, zy);
15927
+ ], 10, Iy);
15908
15928
  }
15909
- const Ey = /* @__PURE__ */ _(By, [["render", Iy], ["__scopeId", "data-v-d3452fc7"]]), Ty = {
15929
+ const Ty = /* @__PURE__ */ _(zy, [["render", Ey], ["__scopeId", "data-v-d3452fc7"]]), Py = {
15910
15930
  name: "ecs-tabs",
15911
15931
  props: {
15912
15932
  /** Sets the height of the tabs area to 100%. */
@@ -15916,18 +15936,18 @@ const Ey = /* @__PURE__ */ _(By, [["render", Iy], ["__scopeId", "data-v-d3452fc7
15916
15936
  }
15917
15937
  }
15918
15938
  };
15919
- function Py(e, s, t, a, n, i) {
15939
+ function Ly(e, s, t, a, n, i) {
15920
15940
  return o(), r("div", {
15921
15941
  class: v(["ecs-tab-content", [t.fill ? "ecs-tab-content-fill" : ""]])
15922
15942
  }, [
15923
15943
  p(e.$slots, "default", {}, void 0, !0)
15924
15944
  ], 2);
15925
15945
  }
15926
- const Ly = /* @__PURE__ */ _(Ty, [["render", Py], ["__scopeId", "data-v-0fe19168"]]), My = {
15946
+ const My = /* @__PURE__ */ _(Py, [["render", Ly], ["__scopeId", "data-v-0fe19168"]]), Oy = {
15927
15947
  name: "ecs-sidebar",
15928
15948
  components: {
15929
- EcsTabBar: Ey,
15930
- EcsTabs: Ly
15949
+ EcsTabBar: Ty,
15950
+ EcsTabs: My
15931
15951
  },
15932
15952
  props: {
15933
15953
  /** Expands the sidebar. */
@@ -15958,14 +15978,14 @@ const Ly = /* @__PURE__ */ _(Ty, [["render", Py], ["__scopeId", "data-v-0fe19168
15958
15978
  return this.expanded ? "height: calc(100% - 10px)" : "height:" + (2 + 36 * this.tabCount) + "px";
15959
15979
  }
15960
15980
  }
15961
- }, Oy = { class: "ecs-sidebar-tabs" };
15962
- function Ay(e, s, t, a, n, i) {
15981
+ }, Ay = { class: "ecs-sidebar-tabs" };
15982
+ function Ry(e, s, t, a, n, i) {
15963
15983
  const l = g("ecs-tab-bar"), c = g("ecs-tabs");
15964
15984
  return o(), r("aside", {
15965
15985
  class: v(["ecs-sidebar", [i.sizeClass, i.expandClass]]),
15966
15986
  style: S(i.height)
15967
15987
  }, [
15968
- f("div", Oy, [
15988
+ f("div", Ay, [
15969
15989
  b(l, { type: "sidebar" }, {
15970
15990
  default: x(() => [
15971
15991
  p(e.$slots, "tab-buttons", {}, void 0, !0)
@@ -15981,7 +16001,7 @@ function Ay(e, s, t, a, n, i) {
15981
16001
  })
15982
16002
  ], 6);
15983
16003
  }
15984
- const $k = /* @__PURE__ */ _(My, [["render", Ay], ["__scopeId", "data-v-0f7679c6"]]), Ry = {
16004
+ const Wk = /* @__PURE__ */ _(Oy, [["render", Ry], ["__scopeId", "data-v-0f7679c6"]]), Vy = {
15985
16005
  name: "ecs-sidebar-content",
15986
16006
  props: {
15987
16007
  /** Adds an inner padding to the content area. */
@@ -15996,7 +16016,7 @@ const $k = /* @__PURE__ */ _(My, [["render", Ay], ["__scopeId", "data-v-0f7679c6
15996
16016
  }
15997
16017
  }
15998
16018
  };
15999
- function Vy(e, s, t, a, n, i) {
16019
+ function Dy(e, s, t, a, n, i) {
16000
16020
  return o(), r("div", {
16001
16021
  class: v(["ecs-sidebar-content scrollbar", [
16002
16022
  t.indent ? "ecs-sidebar-content-indent" : "",
@@ -16006,7 +16026,7 @@ function Vy(e, s, t, a, n, i) {
16006
16026
  p(e.$slots, "default", {}, void 0, !0)
16007
16027
  ], 2);
16008
16028
  }
16009
- const Wk = /* @__PURE__ */ _(Ry, [["render", Vy], ["__scopeId", "data-v-197087d5"]]), Dy = {
16029
+ const jk = /* @__PURE__ */ _(Vy, [["render", Dy], ["__scopeId", "data-v-197087d5"]]), Ny = {
16010
16030
  name: "ecs-sidebar-footer",
16011
16031
  props: {
16012
16032
  /** Reduces the inner padding. */
@@ -16016,7 +16036,7 @@ const Wk = /* @__PURE__ */ _(Ry, [["render", Vy], ["__scopeId", "data-v-197087d5
16016
16036
  }
16017
16037
  }
16018
16038
  };
16019
- function Ny(e, s, t, a, n, i) {
16039
+ function Fy(e, s, t, a, n, i) {
16020
16040
  return o(), r("footer", {
16021
16041
  class: v(["ecs-sidebar-footer", [e.$slots.extension ? "has-extension" : ""]])
16022
16042
  }, [
@@ -16034,7 +16054,7 @@ function Ny(e, s, t, a, n, i) {
16034
16054
  ], 2)
16035
16055
  ], 2);
16036
16056
  }
16037
- const jk = /* @__PURE__ */ _(Dy, [["render", Ny], ["__scopeId", "data-v-0c35a678"]]), Fy = {
16057
+ const Uk = /* @__PURE__ */ _(Ny, [["render", Fy], ["__scopeId", "data-v-0c35a678"]]), Hy = {
16038
16058
  name: "ecs-sidebar-header",
16039
16059
  props: {
16040
16060
  /** Determines if the sub header area should be expanded. */
@@ -16053,32 +16073,32 @@ const jk = /* @__PURE__ */ _(Dy, [["render", Ny], ["__scopeId", "data-v-0c35a678
16053
16073
  default: !1
16054
16074
  }
16055
16075
  }
16056
- }, Hy = { class: "ecs-sidebar-header" }, qy = {
16076
+ }, qy = { class: "ecs-sidebar-header" }, $y = {
16057
16077
  key: 0,
16058
16078
  class: "ecs-sidebar-header-row"
16059
- }, $y = { class: "ecs-sidebar-header-title" }, Wy = {
16079
+ }, Wy = { class: "ecs-sidebar-header-title" }, jy = {
16060
16080
  key: 0,
16061
16081
  class: "ecs-sidebar-header-controls"
16062
- }, jy = {
16082
+ }, Uy = {
16063
16083
  key: 0,
16064
16084
  class: "ecs-sidebar-header-row sub-header"
16065
- }, Uy = {
16085
+ }, Gy = {
16066
16086
  key: 0,
16067
16087
  class: "ecs-sidebar-header-row sub-header"
16068
16088
  };
16069
- function Gy(e, s, t, a, n, i) {
16070
- return o(), r("header", Hy, [
16071
- t.hidePrimaryHeader ? u("", !0) : (o(), r("div", qy, [
16072
- f("div", $y, [
16089
+ function Ky(e, s, t, a, n, i) {
16090
+ return o(), r("header", qy, [
16091
+ t.hidePrimaryHeader ? u("", !0) : (o(), r("div", $y, [
16092
+ f("div", Wy, [
16073
16093
  p(e.$slots, "default", {}, void 0, !0)
16074
16094
  ]),
16075
- e.$slots["primary-controls"] ? (o(), r("div", Wy, [
16095
+ e.$slots["primary-controls"] ? (o(), r("div", jy, [
16076
16096
  p(e.$slots, "primary-controls", {}, void 0, !0)
16077
16097
  ])) : u("", !0)
16078
16098
  ])),
16079
16099
  b(_e, { name: "expansion" }, {
16080
16100
  default: x(() => [
16081
- t.subHeaderExpanded && e.$slots.subheader ? (o(), r("div", jy, [
16101
+ t.subHeaderExpanded && e.$slots.subheader ? (o(), r("div", Uy, [
16082
16102
  p(e.$slots, "subheader", {}, void 0, !0)
16083
16103
  ])) : u("", !0)
16084
16104
  ]),
@@ -16086,7 +16106,7 @@ function Gy(e, s, t, a, n, i) {
16086
16106
  }),
16087
16107
  b(_e, { name: "expansion" }, {
16088
16108
  default: x(() => [
16089
- t.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (o(), r("div", Uy, [
16109
+ t.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (o(), r("div", Gy, [
16090
16110
  p(e.$slots, "tertiaryheader", {}, void 0, !0)
16091
16111
  ])) : u("", !0)
16092
16112
  ]),
@@ -16094,18 +16114,18 @@ function Gy(e, s, t, a, n, i) {
16094
16114
  })
16095
16115
  ]);
16096
16116
  }
16097
- const Uk = /* @__PURE__ */ _(Fy, [["render", Gy], ["__scopeId", "data-v-54e7aa5c"]]), Ky = {
16117
+ const Gk = /* @__PURE__ */ _(Hy, [["render", Ky], ["__scopeId", "data-v-54e7aa5c"]]), Yy = {
16098
16118
  name: "ecs-sidebar-list"
16099
- }, Yy = {
16119
+ }, Xy = {
16100
16120
  class: "ecs-sidebar-list",
16101
16121
  role: "list"
16102
16122
  };
16103
- function Xy(e, s, t, a, n, i) {
16104
- return o(), r("div", Yy, [
16123
+ function Jy(e, s, t, a, n, i) {
16124
+ return o(), r("div", Xy, [
16105
16125
  p(e.$slots, "default", {}, void 0, !0)
16106
16126
  ]);
16107
16127
  }
16108
- const Gk = /* @__PURE__ */ _(Ky, [["render", Xy], ["__scopeId", "data-v-81bc3c0a"]]), Jy = {
16128
+ const Kk = /* @__PURE__ */ _(Yy, [["render", Jy], ["__scopeId", "data-v-81bc3c0a"]]), Zy = {
16109
16129
  name: "ecs-sidebar-list-item",
16110
16130
  emits: ["click", "select"],
16111
16131
  components: { EcsIcon: O, EcsAvatar: nt, EcsCheckbox: vt, EcsFlexRow: me, EcsSkeletonLoader: ie },
@@ -16205,16 +16225,16 @@ const Gk = /* @__PURE__ */ _(Ky, [["render", Xy], ["__scopeId", "data-v-81bc3c0a
16205
16225
  this.internalSelected = e, this.$emit("select", { checked: e, id: this.id });
16206
16226
  }
16207
16227
  }
16208
- }, Zy = {
16228
+ }, Qy = {
16209
16229
  class: "ecs-sidebar-list-item",
16210
16230
  role: "listitem"
16211
- }, Qy = ["tabindex"], eb = { class: "ecs-sidebar-list-item-content" }, tb = { class: "ecs-sidebar-list-item-label" }, sb = { class: "ecs-sidebar-list-item-label-text" }, ib = { class: "ecs-sidebar-list-item-subline" }, nb = {
16231
+ }, eb = ["tabindex"], tb = { class: "ecs-sidebar-list-item-content" }, sb = { class: "ecs-sidebar-list-item-label" }, ib = { class: "ecs-sidebar-list-item-label-text" }, nb = { class: "ecs-sidebar-list-item-subline" }, ab = {
16212
16232
  key: 0,
16213
16233
  class: "ecs-sidebar-list-item-subline secondary"
16214
16234
  };
16215
- function ab(e, s, t, a, n, i) {
16235
+ function ob(e, s, t, a, n, i) {
16216
16236
  const l = g("ecs-checkbox"), c = g("ecs-skeleton-loader"), d = g("ecs-avatar"), m = g("ecs-icon"), y = g("ecs-flex-row");
16217
- return o(), r("div", Zy, [
16237
+ return o(), r("div", Qy, [
16218
16238
  f("div", {
16219
16239
  onClick: s[1] || (s[1] = (...k) => i.handleClick && i.handleClick(...k)),
16220
16240
  onKeydown: [
@@ -16259,15 +16279,15 @@ function ab(e, s, t, a, n, i) {
16259
16279
  size: "30",
16260
16280
  color: t.iconColor
16261
16281
  }, null, 8, ["type", "color"])) : u("", !0),
16262
- f("div", eb, [
16263
- f("span", tb, [
16282
+ f("div", tb, [
16283
+ f("span", sb, [
16264
16284
  t.loading ? (o(), h(c, {
16265
16285
  key: 0,
16266
16286
  type: "single",
16267
16287
  "line-height": 4,
16268
16288
  width: "random"
16269
16289
  })) : (o(), r(D, { key: 1 }, [
16270
- f("span", sb, [
16290
+ f("span", ib, [
16271
16291
  p(e.$slots, "default", {}, void 0, !0)
16272
16292
  ]),
16273
16293
  t.ai ? (o(), h(m, {
@@ -16285,7 +16305,7 @@ function ab(e, s, t, a, n, i) {
16285
16305
  justify: "between"
16286
16306
  }, {
16287
16307
  default: x(() => [
16288
- f("span", ib, [
16308
+ f("span", nb, [
16289
16309
  t.loading ? (o(), h(c, {
16290
16310
  key: 0,
16291
16311
  type: "single",
@@ -16295,7 +16315,7 @@ function ab(e, s, t, a, n, i) {
16295
16315
  L(w(t.subline), 1)
16296
16316
  ], 64)) : u("", !0)
16297
16317
  ]),
16298
- t.sublineSecondary || t.loading ? (o(), r("span", nb, [
16318
+ t.sublineSecondary || t.loading ? (o(), r("span", ab, [
16299
16319
  f("span", {
16300
16320
  class: v({ "on-hover": t.sublineSecondaryHover })
16301
16321
  }, [
@@ -16315,10 +16335,10 @@ function ab(e, s, t, a, n, i) {
16315
16335
  })) : u("", !0)
16316
16336
  ]),
16317
16337
  t.loading ? u("", !0) : p(e.$slots, "meta", { key: 4 }, void 0, !0)
16318
- ], 42, Qy)
16338
+ ], 42, eb)
16319
16339
  ]);
16320
16340
  }
16321
- const Kk = /* @__PURE__ */ _(Jy, [["render", ab], ["__scopeId", "data-v-66eb2ab6"]]), ob = {
16341
+ const Yk = /* @__PURE__ */ _(Zy, [["render", ob], ["__scopeId", "data-v-66eb2ab6"]]), lb = {
16322
16342
  name: "ecs-structured-content",
16323
16343
  components: {
16324
16344
  EcsClickableArea: mi,
@@ -16392,14 +16412,14 @@ const Kk = /* @__PURE__ */ _(Jy, [["render", ab], ["__scopeId", "data-v-66eb2ab6
16392
16412
  this.internalCollapse = !this.internalCollapse, this.$emit("toggleCollapse", this.internalCollapse);
16393
16413
  }
16394
16414
  }
16395
- }, lb = {
16415
+ }, rb = {
16396
16416
  key: 1,
16397
16417
  class: "ecs-structured-content-left"
16398
- }, rb = {
16418
+ }, cb = {
16399
16419
  key: 2,
16400
16420
  class: "ecs-structured-content-right"
16401
- }, cb = { class: "ecs-structured-content-collapse-inner" }, db = { class: "ecs-structured-content-collapse-content" };
16402
- function ub(e, s, t, a, n, i) {
16421
+ }, db = { class: "ecs-structured-content-collapse-inner" }, ub = { class: "ecs-structured-content-collapse-content" };
16422
+ function fb(e, s, t, a, n, i) {
16403
16423
  const l = g("ecs-skeleton-loader");
16404
16424
  return o(), r("div", {
16405
16425
  class: v(["ecs-structured-content", [
@@ -16426,10 +16446,10 @@ function ub(e, s, t, a, n, i) {
16426
16446
  key: 0,
16427
16447
  type: "single",
16428
16448
  width: "random"
16429
- })) : (o(), r("div", lb, [
16449
+ })) : (o(), r("div", rb, [
16430
16450
  p(e.$slots, "default", {}, void 0, !0)
16431
16451
  ])),
16432
- e.$slots.extend && !t.loading ? (o(), r("div", rb, [
16452
+ e.$slots.extend && !t.loading ? (o(), r("div", cb, [
16433
16453
  p(e.$slots, "extend", {}, void 0, !0)
16434
16454
  ])) : u("", !0)
16435
16455
  ]),
@@ -16439,8 +16459,8 @@ function ub(e, s, t, a, n, i) {
16439
16459
  key: 0,
16440
16460
  class: v(["ecs-structured-content-collapse", { collapsed: n.internalCollapse, expanded: n.internalCollapse === !1 }])
16441
16461
  }, [
16442
- f("div", cb, [
16443
- f("div", db, [
16462
+ f("div", db, [
16463
+ f("div", ub, [
16444
16464
  t.loading ? (o(), h(l, {
16445
16465
  key: 0,
16446
16466
  type: "multi"
@@ -16450,7 +16470,7 @@ function ub(e, s, t, a, n, i) {
16450
16470
  ], 2)) : u("", !0)
16451
16471
  ], 2);
16452
16472
  }
16453
- const Yk = /* @__PURE__ */ _(ob, [["render", ub], ["__scopeId", "data-v-823ad344"]]), fb = {
16473
+ const Xk = /* @__PURE__ */ _(lb, [["render", fb], ["__scopeId", "data-v-823ad344"]]), gb = {
16454
16474
  name: "ecs-swatches-picker",
16455
16475
  emits: ["update:modelValue"],
16456
16476
  props: {
@@ -16501,8 +16521,8 @@ const Yk = /* @__PURE__ */ _(ob, [["render", ub], ["__scopeId", "data-v-823ad344
16501
16521
  this.selectedTitle = this.swatches[this.swatches.findIndex((e) => e.hex === this.selectedColor)].title;
16502
16522
  }
16503
16523
  }
16504
- }, gb = ["onClick", "onKeydown", "title", "aria-label", "aria-checked"];
16505
- function mb(e, s, t, a, n, i) {
16524
+ }, mb = ["onClick", "onKeydown", "title", "aria-label", "aria-checked"];
16525
+ function hb(e, s, t, a, n, i) {
16506
16526
  return o(), r("div", {
16507
16527
  class: v(["ecs-swatches", i.sizeClass]),
16508
16528
  role: "radiogroup"
@@ -16521,10 +16541,10 @@ function mb(e, s, t, a, n, i) {
16521
16541
  "aria-checked": n.selectedColor == l.hex ? "true" : "false",
16522
16542
  class: v(["ecs-swatches-color", n.selectedColor == l.hex ? "active" : ""]),
16523
16543
  style: S({ backgroundColor: l.hex, color: l.hex })
16524
- }, null, 46, gb))), 128))
16544
+ }, null, 46, mb))), 128))
16525
16545
  ], 2);
16526
16546
  }
16527
- const Xk = /* @__PURE__ */ _(fb, [["render", mb], ["__scopeId", "data-v-9c0b74cb"]]), hb = {
16547
+ const Jk = /* @__PURE__ */ _(gb, [["render", hb], ["__scopeId", "data-v-9c0b74cb"]]), pb = {
16528
16548
  name: "ecs-tab",
16529
16549
  props: {
16530
16550
  /** Shows this tab. */
@@ -16557,17 +16577,17 @@ const Xk = /* @__PURE__ */ _(fb, [["render", mb], ["__scopeId", "data-v-9c0b74cb
16557
16577
  mounted() {
16558
16578
  !this.ariaLabeledBy || this.ariaLabeledBy.trim();
16559
16579
  }
16560
- }, pb = ["aria-labelledby"];
16561
- function vb(e, s, t, a, n, i) {
16580
+ }, vb = ["aria-labelledby"];
16581
+ function yb(e, s, t, a, n, i) {
16562
16582
  return o(), r("div", {
16563
16583
  class: v(["ecs-tab-pane", [t.show ? "show" : "", t.flex ? "ecs-tab-pane-flex" : "", i.directionClass]]),
16564
16584
  role: "tabpanel",
16565
16585
  "aria-labelledby": t.ariaLabeledBy
16566
16586
  }, [
16567
16587
  p(e.$slots, "default", {}, void 0, !0)
16568
- ], 10, pb);
16588
+ ], 10, vb);
16569
16589
  }
16570
- const Jk = /* @__PURE__ */ _(hb, [["render", vb], ["__scopeId", "data-v-2c119fff"]]), yb = {
16590
+ const Zk = /* @__PURE__ */ _(pb, [["render", yb], ["__scopeId", "data-v-2c119fff"]]), bb = {
16571
16591
  name: "ecs-tab-button",
16572
16592
  emits: ["click", "tabNavigation"],
16573
16593
  components: {
@@ -16675,11 +16695,11 @@ const Jk = /* @__PURE__ */ _(hb, [["render", vb], ["__scopeId", "data-v-2c119fff
16675
16695
  });
16676
16696
  }
16677
16697
  }
16678
- }, bb = ["disabled", "aria-selected", "aria-controls", "aria-label"], _b = {
16698
+ }, _b = ["disabled", "aria-selected", "aria-controls", "aria-label"], kb = {
16679
16699
  key: 2,
16680
16700
  class: "shortcut"
16681
16701
  };
16682
- function kb(e, s, t, a, n, i) {
16702
+ function wb(e, s, t, a, n, i) {
16683
16703
  const l = g("ecs-icon"), c = g("ecs-sticker"), d = g("ecs-focus-ring");
16684
16704
  return o(), r("button", {
16685
16705
  class: v(["ecs-tab-button", [
@@ -16707,12 +16727,12 @@ function kb(e, s, t, a, n, i) {
16707
16727
  type: t.sticker
16708
16728
  }, null, 8, ["type"])) : u("", !0),
16709
16729
  p(e.$slots, "default", {}, void 0, !0),
16710
- t.shortcut ? (o(), r("span", _b, w(t.shortcut), 1)) : u("", !0),
16730
+ t.shortcut ? (o(), r("span", kb, w(t.shortcut), 1)) : u("", !0),
16711
16731
  b(d, { inset: 0 }),
16712
16732
  s[2] || (s[2] = f("span", { class: "hover" }, null, -1))
16713
- ], 42, bb);
16733
+ ], 42, _b);
16714
16734
  }
16715
- const Zk = /* @__PURE__ */ _(yb, [["render", kb], ["__scopeId", "data-v-e723f4d5"]]), wb = {
16735
+ const Qk = /* @__PURE__ */ _(bb, [["render", wb], ["__scopeId", "data-v-e723f4d5"]]), xb = {
16716
16736
  name: "ecs-tag",
16717
16737
  emits: ["click"],
16718
16738
  components: { EcsSkeletonLoader: ie, EcsFocusRing: V },
@@ -16788,11 +16808,11 @@ const Zk = /* @__PURE__ */ _(yb, [["render", kb], ["__scopeId", "data-v-e723f4d5
16788
16808
  this.$emit("click", e);
16789
16809
  }
16790
16810
  }
16791
- }, xb = ["role", "tabindex", "aria-busy"], Sb = ["title"], Cb = {
16811
+ }, Sb = ["role", "tabindex", "aria-busy"], Cb = ["title"], Bb = {
16792
16812
  key: 1,
16793
16813
  class: "count"
16794
16814
  };
16795
- function Bb(e, s, t, a, n, i) {
16815
+ function zb(e, s, t, a, n, i) {
16796
16816
  const l = g("ecs-skeleton-loader"), c = g("ecs-focus-ring");
16797
16817
  return o(), r("span", {
16798
16818
  class: v(["ecs-tag", [
@@ -16811,9 +16831,9 @@ function Bb(e, s, t, a, n, i) {
16811
16831
  key: 0,
16812
16832
  class: "path",
16813
16833
  title: t.path
16814
- }, "../", 8, Sb)) : u("", !0),
16834
+ }, "../", 8, Cb)) : u("", !0),
16815
16835
  p(e.$slots, "default", {}, void 0, !0),
16816
- t.count ? (o(), r("span", Cb, w(t.count), 1)) : u("", !0),
16836
+ t.count ? (o(), r("span", Bb, w(t.count), 1)) : u("", !0),
16817
16837
  t.loading ? (o(), h(l, {
16818
16838
  key: 2,
16819
16839
  type: "single",
@@ -16821,20 +16841,20 @@ function Bb(e, s, t, a, n, i) {
16821
16841
  style: { width: "calc(100% - 20px)" }
16822
16842
  })) : u("", !0),
16823
16843
  b(c)
16824
- ], 14, xb);
16844
+ ], 14, Sb);
16825
16845
  }
16826
- const Qk = /* @__PURE__ */ _(wb, [["render", Bb], ["__scopeId", "data-v-7e468797"]]), zb = {
16846
+ const e0 = /* @__PURE__ */ _(xb, [["render", zb], ["__scopeId", "data-v-7e468797"]]), Ib = {
16827
16847
  name: "ecs-tag-cloud"
16828
- }, Ib = {
16848
+ }, Eb = {
16829
16849
  class: "ecs-tag-cloud",
16830
16850
  role: "list"
16831
16851
  };
16832
- function Eb(e, s, t, a, n, i) {
16833
- return o(), r("div", Ib, [
16852
+ function Tb(e, s, t, a, n, i) {
16853
+ return o(), r("div", Eb, [
16834
16854
  p(e.$slots, "default", {}, void 0, !0)
16835
16855
  ]);
16836
16856
  }
16837
- const e0 = /* @__PURE__ */ _(zb, [["render", Eb], ["__scopeId", "data-v-4334fe7e"]]), Tb = {
16857
+ const t0 = /* @__PURE__ */ _(Ib, [["render", Tb], ["__scopeId", "data-v-4334fe7e"]]), Pb = {
16838
16858
  name: "ecs-toast",
16839
16859
  emits: ["action"],
16840
16860
  components: { EcsFocusRing: V },
@@ -16857,7 +16877,7 @@ const e0 = /* @__PURE__ */ _(zb, [["render", Eb], ["__scopeId", "data-v-4334fe7e
16857
16877
  }
16858
16878
  }
16859
16879
  };
16860
- function Pb(e, s, t, a, n, i) {
16880
+ function Lb(e, s, t, a, n, i) {
16861
16881
  const l = g("ecs-focus-ring");
16862
16882
  return o(), r("div", {
16863
16883
  class: v(["ecs-toast", i.typeClass]),
@@ -16879,14 +16899,14 @@ function Pb(e, s, t, a, n, i) {
16879
16899
  ])) : u("", !0)
16880
16900
  ], 2);
16881
16901
  }
16882
- const t0 = /* @__PURE__ */ _(Tb, [["render", Pb], ["__scopeId", "data-v-61082fed"]]), Lb = {
16902
+ const s0 = /* @__PURE__ */ _(Pb, [["render", Lb], ["__scopeId", "data-v-61082fed"]]), Mb = {
16883
16903
  name: "ecs-toasts"
16884
- }, Mb = {
16904
+ }, Ob = {
16885
16905
  class: "ecs-toasts",
16886
16906
  "aria-live": "polite"
16887
16907
  };
16888
- function Ob(e, s, t, a, n, i) {
16889
- return o(), r("div", Mb, [
16908
+ function Ab(e, s, t, a, n, i) {
16909
+ return o(), r("div", Ob, [
16890
16910
  b(ii, { name: "transition-toast" }, {
16891
16911
  default: x(() => [
16892
16912
  p(e.$slots, "default", {}, void 0, !0)
@@ -16895,7 +16915,7 @@ function Ob(e, s, t, a, n, i) {
16895
16915
  })
16896
16916
  ]);
16897
16917
  }
16898
- const s0 = /* @__PURE__ */ _(Lb, [["render", Ob], ["__scopeId", "data-v-451fee48"]]), Ab = {
16918
+ const i0 = /* @__PURE__ */ _(Mb, [["render", Ab], ["__scopeId", "data-v-451fee48"]]), Rb = {
16899
16919
  name: "ecs-transcript-state",
16900
16920
  emits: ["click"],
16901
16921
  components: {
@@ -16920,17 +16940,17 @@ const s0 = /* @__PURE__ */ _(Lb, [["render", Ob], ["__scopeId", "data-v-451fee48
16920
16940
  default: !1
16921
16941
  }
16922
16942
  }
16923
- }, Rb = ["aria-busy"], Vb = {
16943
+ }, Vb = ["aria-busy"], Db = {
16924
16944
  key: 0,
16925
16945
  class: "healthy"
16926
- }, Db = {
16946
+ }, Nb = {
16927
16947
  key: 1,
16928
16948
  class: "corrupted"
16929
- }, Nb = {
16949
+ }, Fb = {
16930
16950
  key: 2,
16931
16951
  class: "loading"
16932
16952
  };
16933
- function Fb(e, s, t, a, n, i) {
16953
+ function Hb(e, s, t, a, n, i) {
16934
16954
  const l = g("ecs-skeleton-loader"), c = g("ecs-icon");
16935
16955
  return o(), r("div", {
16936
16956
  onClick: s[0] || (s[0] = (d) => e.$emit("click", d)),
@@ -16947,9 +16967,9 @@ function Fb(e, s, t, a, n, i) {
16947
16967
  type: "toolbar-transcript",
16948
16968
  color: "#929AA9"
16949
16969
  }),
16950
- t.state == "healthy" ? (o(), r("div", Vb)) : u("", !0),
16951
- t.state == "corrupted" ? (o(), r("div", Db)) : u("", !0),
16952
- t.state == "loading" ? (o(), r("span", Nb, [
16970
+ t.state == "healthy" ? (o(), r("div", Db)) : u("", !0),
16971
+ t.state == "corrupted" ? (o(), r("div", Nb)) : u("", !0),
16972
+ t.state == "loading" ? (o(), r("span", Fb, [
16953
16973
  b(c, {
16954
16974
  type: "loading",
16955
16975
  size: "18px",
@@ -16957,9 +16977,9 @@ function Fb(e, s, t, a, n, i) {
16957
16977
  })
16958
16978
  ])) : u("", !0)
16959
16979
  ], 64))
16960
- ], 10, Rb);
16980
+ ], 10, Vb);
16961
16981
  }
16962
- const i0 = /* @__PURE__ */ _(Ab, [["render", Fb], ["__scopeId", "data-v-5b025c70"]]), Hb = {
16982
+ const n0 = /* @__PURE__ */ _(Rb, [["render", Hb], ["__scopeId", "data-v-5b025c70"]]), qb = {
16963
16983
  name: "ecs-tree-list",
16964
16984
  props: {
16965
16985
  /** Optional unique ID for the list. */
@@ -16978,17 +16998,17 @@ const i0 = /* @__PURE__ */ _(Ab, [["render", Fb], ["__scopeId", "data-v-5b025c70
16978
16998
  default: !1
16979
16999
  }
16980
17000
  }
16981
- }, qb = ["id", "role"];
16982
- function $b(e, s, t, a, n, i) {
17001
+ }, $b = ["id", "role"];
17002
+ function Wb(e, s, t, a, n, i) {
16983
17003
  return o(), r("div", {
16984
17004
  class: v(["ecs-tree-view-list", { "ecs-tree-view-list-indent": t.indent }]),
16985
17005
  id: t.id,
16986
17006
  role: t.role
16987
17007
  }, [
16988
17008
  p(e.$slots, "default", {}, void 0, !0)
16989
- ], 10, qb);
17009
+ ], 10, $b);
16990
17010
  }
16991
- const n0 = /* @__PURE__ */ _(Hb, [["render", $b], ["__scopeId", "data-v-6af94f50"]]), Wb = {
17011
+ const a0 = /* @__PURE__ */ _(qb, [["render", Wb], ["__scopeId", "data-v-6af94f50"]]), jb = {
16992
17012
  name: "ecs-tree-list-item",
16993
17013
  emits: ["click", "toggled"],
16994
17014
  components: { EcsIcon: O, EcsButtonCollapse: ls, EcsFocusRing: V },
@@ -17124,14 +17144,14 @@ const n0 = /* @__PURE__ */ _(Hb, [["render", $b], ["__scopeId", "data-v-6af94f50
17124
17144
  created() {
17125
17145
  this.expandId = this.generateUniqueId();
17126
17146
  }
17127
- }, jb = ["tabindex"], Ub = {
17147
+ }, Ub = ["tabindex"], Gb = {
17128
17148
  key: 2,
17129
17149
  class: "ecs-tree-view-entry-control"
17130
- }, Gb = ["disabled"], Kb = {
17150
+ }, Kb = ["disabled"], Yb = {
17131
17151
  key: 4,
17132
17152
  class: "ecs-tree-view-entry-actions"
17133
- }, Yb = ["id", "aria-hidden"];
17134
- function Xb(e, s, t, a, n, i) {
17153
+ }, Xb = ["id", "aria-hidden"];
17154
+ function Jb(e, s, t, a, n, i) {
17135
17155
  const l = g("ecs-button-collapse"), c = g("ecs-icon"), d = g("ecs-focus-ring");
17136
17156
  return o(), r("div", null, [
17137
17157
  f("div", {
@@ -17169,7 +17189,7 @@ function Xb(e, s, t, a, n, i) {
17169
17189
  color: t.iconColor,
17170
17190
  size: i.iconSize
17171
17191
  }, null, 8, ["type", "color", "size"])) : u("", !0),
17172
- e.$slots.control ? (o(), r("div", Ub, [
17192
+ e.$slots.control ? (o(), r("div", Gb, [
17173
17193
  p(e.$slots, "control", {}, void 0, !0)
17174
17194
  ])) : u("", !0),
17175
17195
  f("span", {
@@ -17178,17 +17198,17 @@ function Xb(e, s, t, a, n, i) {
17178
17198
  class: v(["title", [t.titleOverflow ? "overflow" : "", t.disabled ? "disabled" : ""]])
17179
17199
  }, [
17180
17200
  p(e.$slots, "default", {}, void 0, !0)
17181
- ], 10, Gb),
17201
+ ], 10, Kb),
17182
17202
  t.afterLabel ? (o(), r("span", {
17183
17203
  key: 3,
17184
17204
  onClick: s[1] || (s[1] = (m) => !t.disabled && e.$emit("click", m)),
17185
17205
  class: "after-label"
17186
17206
  }, w(t.afterLabel), 1)) : u("", !0),
17187
- e.$slots.actions ? (o(), r("div", Kb, [
17207
+ e.$slots.actions ? (o(), r("div", Yb, [
17188
17208
  p(e.$slots, "actions", {}, void 0, !0)
17189
17209
  ])) : u("", !0),
17190
17210
  i.isSelectable ? (o(), h(d, { key: 5 })) : u("", !0)
17191
- ], 42, jb),
17211
+ ], 42, Ub),
17192
17212
  e.$slots.collapse ? (o(), r("div", {
17193
17213
  key: 0,
17194
17214
  class: v([n.isVisible ? "collapse-show" : "collapse-hide", "collapsable"]),
@@ -17196,21 +17216,21 @@ function Xb(e, s, t, a, n, i) {
17196
17216
  "aria-hidden": n.isVisible ? "false" : "true"
17197
17217
  }, [
17198
17218
  p(e.$slots, "collapse", {}, void 0, !0)
17199
- ], 10, Yb)) : u("", !0)
17219
+ ], 10, Xb)) : u("", !0)
17200
17220
  ]);
17201
17221
  }
17202
- const a0 = /* @__PURE__ */ _(Wb, [["render", Xb], ["__scopeId", "data-v-f38c8893"]]), Jb = {
17222
+ const o0 = /* @__PURE__ */ _(jb, [["render", Jb], ["__scopeId", "data-v-f38c8893"]]), Zb = {
17203
17223
  name: "ecs-tree-list-headline"
17204
- }, Zb = { class: "ecs-tree-view-headline" };
17205
- function Qb(e, s, t, a, n, i) {
17206
- return o(), r("div", Zb, [
17224
+ }, Qb = { class: "ecs-tree-view-headline" };
17225
+ function e_(e, s, t, a, n, i) {
17226
+ return o(), r("div", Qb, [
17207
17227
  p(e.$slots, "default", {}, void 0, !0)
17208
17228
  ]);
17209
17229
  }
17210
- const o0 = /* @__PURE__ */ _(Jb, [["render", Qb], ["__scopeId", "data-v-a5153e06"]]), e_ = {
17230
+ const l0 = /* @__PURE__ */ _(Zb, [["render", e_], ["__scopeId", "data-v-a5153e06"]]), t_ = {
17211
17231
  name: "EcsTypeConfirmation",
17212
17232
  emits: ["update:modelValue"],
17213
- components: { EcsInput: zi, EcsAlert: ni, EcsFormGroup: dm },
17233
+ components: { EcsInput: zi, EcsAlert: ni, EcsFormGroup: um },
17214
17234
  mixins: [he],
17215
17235
  props: {
17216
17236
  /**
@@ -17271,8 +17291,8 @@ const o0 = /* @__PURE__ */ _(Jb, [["render", Qb], ["__scopeId", "data-v-a5153e06
17271
17291
  mounted() {
17272
17292
  this.uniqueId = "input-" + this.generateUniqueId();
17273
17293
  }
17274
- }, t_ = ["for"], s_ = { class: "ecs-type-confirmation-verb" }, i_ = ["for"], n_ = { class: "ecs-type-confirmation-verb" };
17275
- function a_(e, s, t, a, n, i) {
17294
+ }, s_ = ["for"], i_ = { class: "ecs-type-confirmation-verb" }, n_ = ["for"], a_ = { class: "ecs-type-confirmation-verb" };
17295
+ function o_(e, s, t, a, n, i) {
17276
17296
  const l = g("ecs-input"), c = g("ecs-form-group"), d = g("ecs-alert");
17277
17297
  return t.alertType != "none" ? (o(), h(d, {
17278
17298
  key: 0,
@@ -17283,7 +17303,7 @@ function a_(e, s, t, a, n, i) {
17283
17303
  p(e.$slots, "default", {}, void 0, !0),
17284
17304
  b(c, { class: "ecs-type-confirmation-input" }, {
17285
17305
  default: x(() => [
17286
- f("label", { for: n.uniqueId }, w(i.text), 9, t_),
17306
+ f("label", { for: n.uniqueId }, w(i.text), 9, s_),
17287
17307
  b(l, {
17288
17308
  modelValue: n.inputValue,
17289
17309
  "onUpdate:modelValue": s[0] || (s[0] = (m) => n.inputValue = m),
@@ -17292,7 +17312,7 @@ function a_(e, s, t, a, n, i) {
17292
17312
  id: n.uniqueId,
17293
17313
  style: { "text-transform": "uppercase" }
17294
17314
  }, null, 8, ["modelValue", "onInput", "error", "id"]),
17295
- f("span", s_, w(i.upperCaseVerb), 1)
17315
+ f("span", i_, w(i.upperCaseVerb), 1)
17296
17316
  ]),
17297
17317
  _: 1
17298
17318
  })
@@ -17303,7 +17323,7 @@ function a_(e, s, t, a, n, i) {
17303
17323
  class: "ecs-type-confirmation-input"
17304
17324
  }, {
17305
17325
  default: x(() => [
17306
- f("label", { for: n.uniqueId }, w(i.text), 9, i_),
17326
+ f("label", { for: n.uniqueId }, w(i.text), 9, n_),
17307
17327
  b(l, {
17308
17328
  modelValue: n.inputValue,
17309
17329
  "onUpdate:modelValue": s[1] || (s[1] = (m) => n.inputValue = m),
@@ -17312,12 +17332,12 @@ function a_(e, s, t, a, n, i) {
17312
17332
  id: n.uniqueId,
17313
17333
  style: { "text-transform": "uppercase" }
17314
17334
  }, null, 8, ["modelValue", "onInput", "error", "id"]),
17315
- f("span", n_, w(i.upperCaseVerb), 1)
17335
+ f("span", a_, w(i.upperCaseVerb), 1)
17316
17336
  ]),
17317
17337
  _: 1
17318
17338
  }));
17319
17339
  }
17320
- const l0 = /* @__PURE__ */ _(e_, [["render", a_], ["__scopeId", "data-v-3e9bc710"]]), o_ = {
17340
+ const r0 = /* @__PURE__ */ _(t_, [["render", o_], ["__scopeId", "data-v-3e9bc710"]]), l_ = {
17321
17341
  name: "ecs-video",
17322
17342
  props: {
17323
17343
  /** URL to an optional poster image. */
@@ -17356,8 +17376,8 @@ const l0 = /* @__PURE__ */ _(e_, [["render", a_], ["__scopeId", "data-v-3e9bc710
17356
17376
  }
17357
17377
  */
17358
17378
  }
17359
- }, l_ = ["poster", "autoplay", "loop", "controls", "src"];
17360
- function r_(e, s, t, a, n, i) {
17379
+ }, r_ = ["poster", "autoplay", "loop", "controls", "src"];
17380
+ function c_(e, s, t, a, n, i) {
17361
17381
  return o(), r("video", {
17362
17382
  poster: t.posterImage,
17363
17383
  autoplay: t.autoplay,
@@ -17365,9 +17385,9 @@ function r_(e, s, t, a, n, i) {
17365
17385
  controls: t.controls,
17366
17386
  class: "ecs-video",
17367
17387
  src: t.mp4Source
17368
- }, null, 8, l_);
17388
+ }, null, 8, r_);
17369
17389
  }
17370
- const r0 = /* @__PURE__ */ _(o_, [["render", r_], ["__scopeId", "data-v-ce84fcb3"]]), c_ = {
17390
+ const c0 = /* @__PURE__ */ _(l_, [["render", c_], ["__scopeId", "data-v-ce84fcb3"]]), d_ = {
17371
17391
  name: "ecs-window",
17372
17392
  components: { EcsButton: pe, EcsTextV2: Te },
17373
17393
  emits: ["drag", "resize", "close", "focus", "blur"],
@@ -17524,11 +17544,11 @@ const r0 = /* @__PURE__ */ _(o_, [["render", r_], ["__scopeId", "data-v-ce84fcb3
17524
17544
  this.isFocused = !1, this.$emit("blur");
17525
17545
  }
17526
17546
  }
17527
- }, d_ = { class: "ecs-window-content scrollbar scrollbar-sml" }, u_ = {
17547
+ }, u_ = { class: "ecs-window-content scrollbar scrollbar-sml" }, f_ = {
17528
17548
  key: 1,
17529
17549
  class: "ecs-window-footer"
17530
17550
  };
17531
- function f_(e, s, t, a, n, i) {
17551
+ function g_(e, s, t, a, n, i) {
17532
17552
  const l = g("ecs-text-v2"), c = g("ecs-button");
17533
17553
  return t.show ? (o(), r("div", {
17534
17554
  key: 0,
@@ -17570,10 +17590,10 @@ function f_(e, s, t, a, n, i) {
17570
17590
  title: "Close"
17571
17591
  })
17572
17592
  ], 32)) : u("", !0),
17573
- f("div", d_, [
17593
+ f("div", u_, [
17574
17594
  p(e.$slots, "default", {}, void 0, !0)
17575
17595
  ]),
17576
- e.$slots.footer ? (o(), r("div", u_, [
17596
+ e.$slots.footer ? (o(), r("div", f_, [
17577
17597
  p(e.$slots, "footer", {}, void 0, !0)
17578
17598
  ])) : u("", !0),
17579
17599
  t.resizable ? (o(), r(D, { key: 2 }, [
@@ -17594,161 +17614,161 @@ function f_(e, s, t, a, n, i) {
17594
17614
  ], 64)) : u("", !0)
17595
17615
  ], 38)) : u("", !0);
17596
17616
  }
17597
- const c0 = /* @__PURE__ */ _(c_, [["render", f_], ["__scopeId", "data-v-1c653eb3"]]);
17617
+ const d0 = /* @__PURE__ */ _(d_, [["render", g_], ["__scopeId", "data-v-1c653eb3"]]);
17598
17618
  export {
17599
17619
  on as EcsActionToolbar,
17600
17620
  ni as EcsAlert,
17601
- m_ as EcsAudio,
17621
+ h_ as EcsAudio,
17602
17622
  nt as EcsAvatar,
17603
- h_ as EcsBanner,
17604
- p_ as EcsBreadcrumb,
17605
- v_ as EcsBreadcrumbButton,
17606
- y_ as EcsBreadcrumbTitle,
17607
- b_ as EcsBulkSelector,
17623
+ p_ as EcsBanner,
17624
+ v_ as EcsBreadcrumb,
17625
+ y_ as EcsBreadcrumbButton,
17626
+ b_ as EcsBreadcrumbTitle,
17627
+ __ as EcsBulkSelector,
17608
17628
  pe as EcsButton,
17609
17629
  ls as EcsButtonCollapse,
17610
- k_ as EcsButtonContext,
17611
- w_ as EcsButtonContextGroup,
17612
- x_ as EcsButtonDialog,
17613
- __ as EcsButtonGroup,
17630
+ w_ as EcsButtonContext,
17631
+ x_ as EcsButtonContextGroup,
17632
+ S_ as EcsButtonDialog,
17633
+ k_ as EcsButtonGroup,
17614
17634
  bi as EcsButtonMore,
17615
17635
  rs as EcsButtonTable,
17616
17636
  yt as EcsButtonToolbar,
17617
17637
  cs as EcsButtonToolbarGroup,
17618
- S_ as EcsButtonToolbarIcon,
17619
- C_ as EcsCard,
17620
- z_ as EcsChatConversation,
17621
- I_ as EcsChatMessage,
17638
+ C_ as EcsButtonToolbarIcon,
17639
+ B_ as EcsCard,
17640
+ I_ as EcsChatConversation,
17641
+ E_ as EcsChatMessage,
17622
17642
  vt as EcsCheckbox,
17623
- B_ as EcsCitationLine,
17643
+ z_ as EcsCitationLine,
17624
17644
  mi as EcsClickableArea,
17625
- T_ as EcsCollapse,
17626
- P_ as EcsCollectionControl,
17645
+ P_ as EcsCollapse,
17646
+ L_ as EcsCollectionControl,
17627
17647
  Si as EcsColorPicker,
17628
- O_ as EcsColorPickerInput,
17629
- L_ as EcsComment,
17630
- M_ as EcsCommentList,
17631
- E_ as EcsContextMenu,
17632
- A_ as EcsDataCard,
17633
- R_ as EcsDataCardList,
17634
- V_ as EcsDataCardRow,
17635
- D_ as EcsDataGrid,
17636
- q_ as EcsDataGridCell,
17637
- H_ as EcsDataGridGroup,
17638
- F_ as EcsDataGridHeadCell,
17648
+ A_ as EcsColorPickerInput,
17649
+ M_ as EcsComment,
17650
+ O_ as EcsCommentList,
17651
+ T_ as EcsContextMenu,
17652
+ R_ as EcsDataCard,
17653
+ V_ as EcsDataCardList,
17654
+ D_ as EcsDataCardRow,
17655
+ N_ as EcsDataGrid,
17656
+ $_ as EcsDataGridCell,
17657
+ q_ as EcsDataGridGroup,
17658
+ H_ as EcsDataGridHeadCell,
17639
17659
  qd as EcsDataGridRow,
17640
- N_ as EcsDataGridRowGroup,
17641
- $_ as EcsDataList,
17642
- W_ as EcsDataListItem,
17643
- j_ as EcsDialog,
17644
- U_ as EcsDialogHeader,
17645
- G_ as EcsDirectoryEntry,
17646
- K_ as EcsDocumentState,
17647
- Y_ as EcsDonutChart,
17648
- X_ as EcsDropzone,
17649
- J_ as EcsEcaiWrapper,
17660
+ F_ as EcsDataGridRowGroup,
17661
+ W_ as EcsDataList,
17662
+ j_ as EcsDataListItem,
17663
+ U_ as EcsDialog,
17664
+ G_ as EcsDialogHeader,
17665
+ K_ as EcsDirectoryEntry,
17666
+ Y_ as EcsDocumentState,
17667
+ X_ as EcsDonutChart,
17668
+ J_ as EcsDropzone,
17669
+ Z_ as EcsEcaiWrapper,
17650
17670
  Bi as EcsEmptyState,
17651
- Z_ as EcsEntryLink,
17652
- Q_ as EcsExcerptSnippet,
17653
- ek as EcsExhibitStickerEditor,
17654
- Hu as EcsFavicon,
17671
+ Q_ as EcsEntryLink,
17672
+ ek as EcsExcerptSnippet,
17673
+ tk as EcsExhibitStickerEditor,
17674
+ qu as EcsFavicon,
17655
17675
  as as EcsFileIcon,
17656
- sk as EcsFileList,
17657
- ik as EcsFileListItem,
17658
- tk as EcsFillIcon,
17659
- nk as EcsFlag,
17660
- jg as EcsFlexCol,
17676
+ ik as EcsFileList,
17677
+ nk as EcsFileListItem,
17678
+ sk as EcsFillIcon,
17679
+ ak as EcsFlag,
17680
+ Ug as EcsFlexCol,
17661
17681
  me as EcsFlexRow,
17662
17682
  V as EcsFocusRing,
17663
- ak as EcsFolderSelector,
17683
+ ok as EcsFolderSelector,
17664
17684
  ns as EcsFormCheck,
17665
- dm as EcsFormGroup,
17666
- ok as EcsFormHeadline,
17667
- lk as EcsFormSet,
17685
+ um as EcsFormGroup,
17686
+ lk as EcsFormHeadline,
17687
+ rk as EcsFormSet,
17668
17688
  _i as EcsFormatted,
17669
- rk as EcsHighlight,
17689
+ ck as EcsHighlight,
17670
17690
  O as EcsIcon,
17671
- Sm as EcsIllustration,
17672
- ck as EcsIndexToolbar,
17673
- dk as EcsInfoTooltip,
17674
- hk as EcsInplace,
17691
+ Cm as EcsIllustration,
17692
+ dk as EcsIndexToolbar,
17693
+ uk as EcsInfoTooltip,
17694
+ pk as EcsInplace,
17675
17695
  zi as EcsInput,
17676
- uk as EcsInputAddon,
17677
- Xg as EcsInputClear,
17678
- fk as EcsInputConnector,
17679
- gk as EcsInputFloat,
17680
- mk as EcsInputGroup,
17681
- em as EcsInputSearch,
17682
- pk as EcsJumperDocument,
17683
- vk as EcsJumperIndex,
17684
- yk as EcsJumperPage,
17685
- kk as EcsLayoutDataTable,
17686
- _k as EcsLayoutDirectory,
17687
- bk as EcsLayoutIndex,
17688
- wk as EcsLegendItem,
17689
- xk as EcsLogMessage,
17690
- Sk as EcsMap,
17691
- Ck as EcsModal,
17692
- zk as EcsModalFooter,
17693
- Bk as EcsModalHeader,
17694
- Tk as EcsMultiselectOption,
17695
- Ik as EcsMultiselectSearchToken,
17696
- Ek as EcsMultiselectToken,
17697
- Pk as EcsOverlay,
17698
- Lk as EcsPagination,
17699
- Sh as EcsPane,
17696
+ fk as EcsInputAddon,
17697
+ Jg as EcsInputClear,
17698
+ gk as EcsInputConnector,
17699
+ mk as EcsInputFloat,
17700
+ hk as EcsInputGroup,
17701
+ tm as EcsInputSearch,
17702
+ vk as EcsJumperDocument,
17703
+ yk as EcsJumperIndex,
17704
+ bk as EcsJumperPage,
17705
+ wk as EcsLayoutDataTable,
17706
+ kk as EcsLayoutDirectory,
17707
+ _k as EcsLayoutIndex,
17708
+ xk as EcsLegendItem,
17709
+ Sk as EcsLogMessage,
17710
+ Ck as EcsMap,
17711
+ Bk as EcsModal,
17712
+ Ik as EcsModalFooter,
17713
+ zk as EcsModalHeader,
17714
+ Pk as EcsMultiselectOption,
17715
+ Ek as EcsMultiselectSearchToken,
17716
+ Tk as EcsMultiselectToken,
17717
+ Lk as EcsOverlay,
17718
+ Mk as EcsPagination,
17719
+ Ch as EcsPane,
17700
17720
  Bd as EcsPartyEntry,
17701
17721
  pt as EcsPopover,
17702
- Mk as EcsPopoverHeader,
17722
+ Ok as EcsPopoverHeader,
17703
17723
  is as EcsPopoverList,
17704
- Jf as EcsPopoverListHeadline,
17724
+ Zf as EcsPopoverListHeadline,
17705
17725
  os as EcsPopoverListItem,
17706
- pf as EcsProgress,
17707
- Ok as EcsQuicklink,
17726
+ vf as EcsProgress,
17727
+ Ak as EcsQuicklink,
17708
17728
  fo as EcsRadiobutton,
17709
- Ak as EcsRange,
17710
- Sv as EcsRatingFavorability,
17711
- bv as EcsRatingStarRead,
17712
- Rk as EcsRatingStarWrite,
17713
- im as EcsScrollContainer,
17714
- Vk as EcsSection,
17715
- Dk as EcsSegment,
17729
+ Rk as EcsRange,
17730
+ Cv as EcsRatingFavorability,
17731
+ _v as EcsRatingStarRead,
17732
+ Vk as EcsRatingStarWrite,
17733
+ nm as EcsScrollContainer,
17734
+ Dk as EcsSection,
17735
+ Nk as EcsSegment,
17716
17736
  Ci as EcsSelect,
17717
- Cp as EcsSelectText,
17718
- Fk as EcsSelectTile,
17719
- Nk as EcsSelectionGrid,
17737
+ Bp as EcsSelectText,
17738
+ Hk as EcsSelectTile,
17739
+ Fk as EcsSelectionGrid,
17720
17740
  pi as EcsSeparator,
17721
- Hk as EcsSequenceMap,
17722
- qk as EcsSequenceMapButton,
17723
- $k as EcsSidebar,
17724
- Wk as EcsSidebarContent,
17725
- jk as EcsSidebarFooter,
17726
- Uk as EcsSidebarHeader,
17727
- Gk as EcsSidebarList,
17728
- Kk as EcsSidebarListItem,
17741
+ qk as EcsSequenceMap,
17742
+ $k as EcsSequenceMapButton,
17743
+ Wk as EcsSidebar,
17744
+ jk as EcsSidebarContent,
17745
+ Uk as EcsSidebarFooter,
17746
+ Gk as EcsSidebarHeader,
17747
+ Kk as EcsSidebarList,
17748
+ Yk as EcsSidebarListItem,
17729
17749
  ie as EcsSkeletonLoader,
17730
17750
  wo as EcsSortbutton,
17731
- Ch as EcsSplitpanes,
17732
- Ru as EcsStateIcon,
17751
+ Bh as EcsSplitpanes,
17752
+ Vu as EcsStateIcon,
17733
17753
  We as EcsSticker,
17734
- Yk as EcsStructuredContent,
17735
- Xk as EcsSwatchesPicker,
17754
+ Xk as EcsStructuredContent,
17755
+ Jk as EcsSwatchesPicker,
17736
17756
  hi as EcsSwitch,
17737
- Jk as EcsTab,
17738
- Ey as EcsTabBar,
17739
- Zk as EcsTabButton,
17740
- Ly as EcsTabs,
17741
- Qk as EcsTag,
17742
- e0 as EcsTagCloud,
17757
+ Zk as EcsTab,
17758
+ Ty as EcsTabBar,
17759
+ Qk as EcsTabButton,
17760
+ My as EcsTabs,
17761
+ e0 as EcsTag,
17762
+ t0 as EcsTagCloud,
17743
17763
  Te as EcsTextV2,
17744
- t0 as EcsToast,
17745
- s0 as EcsToasts,
17746
- Im as EcsToolbar,
17747
- i0 as EcsTranscriptState,
17748
- n0 as EcsTreeList,
17749
- o0 as EcsTreeListHeadline,
17750
- a0 as EcsTreeListItem,
17751
- l0 as EcsTypeConfirmation,
17752
- r0 as EcsVideo,
17753
- c0 as EcsWindow
17764
+ s0 as EcsToast,
17765
+ i0 as EcsToasts,
17766
+ Em as EcsToolbar,
17767
+ n0 as EcsTranscriptState,
17768
+ a0 as EcsTreeList,
17769
+ l0 as EcsTreeListHeadline,
17770
+ o0 as EcsTreeListItem,
17771
+ r0 as EcsTypeConfirmation,
17772
+ c0 as EcsVideo,
17773
+ d0 as EcsWindow
17754
17774
  };