@everchron/ec-shards 19.6.3 → 19.7.0

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
@@ -380,8 +380,9 @@ var ce = Object.create, le = Object.defineProperty, ue = Object.getOwnPropertyDe
380
380
  "../assets/icons/xmef.svg": () => import("./xmef-B1IrkBgp.js"),
381
381
  "../assets/icons/zoom-in.svg": () => import("./zoom-in-BZdxyrU_.js"),
382
382
  "../assets/icons/zoom-out.svg": () => import("./zoom-out-Bpu35LIU.js")
383
- }), r = ee(null), i = a(() => t.type.startsWith("empty-") ? "0 0 140 140" : "0 0 30 30");
383
+ }), r = ee(null), i = a(() => typeof t.type == "string" && t.type.startsWith("empty-") ? "0 0 140 140" : "0 0 30 30");
384
384
  return oe(async (e) => {
385
+ if (typeof t.type != "string" || !t.type) return;
385
386
  let i = n[`../assets/icons/${t.type}.svg`];
386
387
  if (r.value = null, !i) return;
387
388
  let a = !1;
@@ -419,7 +420,7 @@ var ce = Object.create, le = Object.defineProperty, ue = Object.getOwnPropertyDe
419
420
  focusable: "false"
420
421
  }, null, 10, he));
421
422
  }
422
- }, [["__scopeId", "data-v-5a70836e"]]), ge = {
423
+ }, [["__scopeId", "data-v-88dd028b"]]), ge = {
423
424
  name: "EcsFocusRing",
424
425
  props: {
425
426
  inset: {
@@ -12773,7 +12774,7 @@ var Ip = /* @__PURE__ */ V(Ap, [["render", Fp], ["__scopeId", "data-v-3fb03d5e"]
12773
12774
  return { color: this.color };
12774
12775
  },
12775
12776
  shouldShowHover() {
12776
- return this.color.startsWith("var(--color-gray-");
12777
+ return typeof this.color == "string" && this.color.startsWith("var(--color-gray-");
12777
12778
  }
12778
12779
  },
12779
12780
  methods: { handleClick(e) {
@@ -12791,7 +12792,7 @@ function Rp(e, t, n, r, i, a) {
12791
12792
  size: "20"
12792
12793
  }, null, 8, ["type"])], 6);
12793
12794
  }
12794
- var zp = /* @__PURE__ */ V(Lp, [["render", Rp], ["__scopeId", "data-v-ba171c2e"]]), Bp = {
12795
+ var zp = /* @__PURE__ */ V(Lp, [["render", Rp], ["__scopeId", "data-v-f66945cb"]]), Bp = {
12795
12796
  name: "ecs-input-group-addon",
12796
12797
  components: { EcsIcon: H },
12797
12798
  props: {
@@ -13874,6 +13875,10 @@ var Qm = /* @__PURE__ */ V(Gm, [["render", Zm], ["__scopeId", "data-v-f5afc4e6"]
13874
13875
  type: Boolean,
13875
13876
  default: !1
13876
13877
  },
13878
+ overlaySidebarExpanded: {
13879
+ type: Boolean,
13880
+ default: !1
13881
+ },
13877
13882
  showActionbar: {
13878
13883
  type: Boolean,
13879
13884
  default: !1
@@ -13910,7 +13915,7 @@ var Qm = /* @__PURE__ */ V(Gm, [["render", Zm], ["__scopeId", "data-v-f5afc4e6"]
13910
13915
  this.showStatistics = localStorage.getItem("showStatistics") !== "false", this.statisticsId = this.generateUniqueId();
13911
13916
  }
13912
13917
  }, eh = () => {
13913
- ne((e) => ({ v1c7bf006: e.statisticsHeight }));
13918
+ ne((e) => ({ v25931314: e.statisticsHeight }));
13914
13919
  }, th = $m.setup;
13915
13920
  $m.setup = th ? (e, t) => (eh(), th(e, t)) : eh;
13916
13921
  var nh = { class: "ecs-data-layout-content" }, rh = {
@@ -13921,53 +13926,61 @@ var nh = { class: "ecs-data-layout-content" }, rh = {
13921
13926
  }, ih = ["id"], ah = { class: "ecs-data-layout-data" }, oh = { class: "ecs-data-layout-sidebar-inner" }, sh = {
13922
13927
  key: 0,
13923
13928
  class: "ecs-data-layout-sidebar-header"
13924
- }, ch = { class: "ecs-data-layout-sidebar-content scrollbar scrollbar-sml" };
13925
- function lh(e, t, n, i, a, u) {
13929
+ }, ch = { class: "ecs-data-layout-sidebar-content scrollbar scrollbar-sml" }, lh = { class: "ecs-data-layout-overlay-sidebar-panel" };
13930
+ function uh(e, t, n, i, a, u) {
13926
13931
  let d = A("ecs-button"), p = A("ecs-action-toolbar");
13927
- return T(), c("div", { class: b(["ecs-data-layout", n.leftBorder ? "left-border" : ""]) }, [l("main", nh, [
13928
- e.$slots.toolbar ? (T(), c("div", rh, [k(e.$slots, "toolbar", {}, void 0, !0), e.$slots.statistics ? (T(), o(d, {
13929
- key: 0,
13930
- onClick: u.toggleStatistics,
13931
- type: a.showStatistics ? "primary" : "secondary",
13932
- active: a.showStatistics,
13933
- "aria-label": a.showStatistics ? "Hide dashboard" : "Show dashboard",
13934
- title: a.showStatistics ? "Hide dashboard" : "Show dashboard",
13935
- "aria-controls": a.statisticsId,
13936
- icon: "pie-chart",
13937
- "icon-only": "",
13938
- class: "toggle-statistics",
13939
- "data-test": "button-toggle-statistics"
13940
- }, null, 8, [
13941
- "onClick",
13942
- "type",
13943
- "active",
13944
- "aria-label",
13945
- "title",
13946
- "aria-controls"
13947
- ])) : s("", !0)])) : s("", !0),
13948
- f(r, { name: a.statisticsBarTransition }, {
13949
- default: I(() => [e.$slots.statistics && a.showStatistics ? (T(), c("div", {
13932
+ return T(), c("div", { class: b(["ecs-data-layout", n.leftBorder ? "left-border" : ""]) }, [
13933
+ l("main", nh, [
13934
+ e.$slots.toolbar ? (T(), c("div", rh, [k(e.$slots, "toolbar", {}, void 0, !0), e.$slots.statistics ? (T(), o(d, {
13950
13935
  key: 0,
13951
- class: "ecs-data-layout-statistics scrollbar scrollbar-sml vertical",
13952
- id: a.statisticsId,
13953
- style: S({ height: `${n.statisticsHeight}px` })
13954
- }, [k(e.$slots, "statistics", {}, void 0, !0)], 12, ih)) : s("", !0)]),
13955
- _: 3
13956
- }, 8, ["name"]),
13957
- e.$slots.actionbar ? se((T(), o(p, {
13936
+ onClick: u.toggleStatistics,
13937
+ type: a.showStatistics ? "primary" : "secondary",
13938
+ active: a.showStatistics,
13939
+ "aria-label": a.showStatistics ? "Hide dashboard" : "Show dashboard",
13940
+ title: a.showStatistics ? "Hide dashboard" : "Show dashboard",
13941
+ "aria-controls": a.statisticsId,
13942
+ icon: "pie-chart",
13943
+ "icon-only": "",
13944
+ class: "toggle-statistics",
13945
+ "data-test": "button-toggle-statistics"
13946
+ }, null, 8, [
13947
+ "onClick",
13948
+ "type",
13949
+ "active",
13950
+ "aria-label",
13951
+ "title",
13952
+ "aria-controls"
13953
+ ])) : s("", !0)])) : s("", !0),
13954
+ f(r, { name: a.statisticsBarTransition }, {
13955
+ default: I(() => [e.$slots.statistics && a.showStatistics ? (T(), c("div", {
13956
+ key: 0,
13957
+ class: "ecs-data-layout-statistics scrollbar scrollbar-sml vertical",
13958
+ id: a.statisticsId,
13959
+ style: S({ height: `${n.statisticsHeight}px` })
13960
+ }, [k(e.$slots, "statistics", {}, void 0, !0)], 12, ih)) : s("", !0)]),
13961
+ _: 3
13962
+ }, 8, ["name"]),
13963
+ e.$slots.actionbar ? se((T(), o(p, {
13964
+ key: 1,
13965
+ padding: n.actionbarPadding
13966
+ }, {
13967
+ default: I(() => [k(e.$slots, "actionbar", {}, void 0, !0)]),
13968
+ _: 3
13969
+ }, 8, ["padding"])), [[ae, n.showActionbar]]) : s("", !0),
13970
+ l("div", ah, [k(e.$slots, "default", {}, void 0, !0)])
13971
+ ]),
13972
+ e.$slots.sidebarcontent || e.$slots.sidebarheader ? (T(), c("aside", {
13973
+ key: 0,
13974
+ class: b(["ecs-data-layout-sidebar", n.sidebarExpanded ? "expanded" : ""])
13975
+ }, [l("div", oh, [e.$slots.sidebarheader ? (T(), c("div", sh, [k(e.$slots, "sidebarheader", {}, void 0, !0)])) : s("", !0), l("div", ch, [k(e.$slots, "sidebarcontent", {}, void 0, !0)])])], 2)) : s("", !0),
13976
+ e.$slots.overlaysidebar ? (T(), c("aside", {
13958
13977
  key: 1,
13959
- padding: n.actionbarPadding
13960
- }, {
13961
- default: I(() => [k(e.$slots, "actionbar", {}, void 0, !0)]),
13962
- _: 3
13963
- }, 8, ["padding"])), [[ae, n.showActionbar]]) : s("", !0),
13964
- l("div", ah, [k(e.$slots, "default", {}, void 0, !0)])
13965
- ]), e.$slots.sidebarcontent || e.$slots.sidebarheader ? (T(), c("aside", {
13966
- key: 0,
13967
- class: b(["ecs-data-layout-sidebar", n.sidebarExpanded ? "expanded" : ""])
13968
- }, [l("div", oh, [e.$slots.sidebarheader ? (T(), c("div", sh, [k(e.$slots, "sidebarheader", {}, void 0, !0)])) : s("", !0), l("div", ch, [k(e.$slots, "sidebarcontent", {}, void 0, !0)])])], 2)) : s("", !0)], 2);
13978
+ class: b(["ecs-data-layout-overlay-sidebar", n.overlaySidebarExpanded ? "expanded" : ""]),
13979
+ "data-test": "overlay-sidebar"
13980
+ }, [t[0] ||= l("div", { class: "ecs-data-layout-overlay-sidebar-backdrop" }, null, -1), l("div", lh, [k(e.$slots, "overlaysidebar", {}, void 0, !0)])], 2)) : s("", !0)
13981
+ ], 2);
13969
13982
  }
13970
- var uh = /* @__PURE__ */ V($m, [["render", lh], ["__scopeId", "data-v-7279edf0"]]), dh = {
13983
+ var dh = /* @__PURE__ */ V($m, [["render", uh], ["__scopeId", "data-v-f2f03b2c"]]), fh = {
13971
13984
  name: "ecs-legend-item",
13972
13985
  emits: ["click"],
13973
13986
  components: {
@@ -14009,17 +14022,17 @@ var uh = /* @__PURE__ */ V($m, [["render", lh], ["__scopeId", "data-v-7279edf0"]
14009
14022
  return `ecs-legend-item-${this.size}`;
14010
14023
  }
14011
14024
  }
14012
- }, fh = { class: "ecs-legend-item-label-container" }, ph = { class: "ecs-legend-item-label" }, mh = {
14025
+ }, ph = { class: "ecs-legend-item-label-container" }, mh = { class: "ecs-legend-item-label" }, hh = {
14013
14026
  key: 0,
14014
14027
  class: "ecs-legend-item-custom-label"
14015
- }, hh = {
14028
+ }, gh = {
14016
14029
  key: 0,
14017
14030
  class: "ecs-legend-item-count"
14018
- }, gh = {
14031
+ }, _h = {
14019
14032
  key: 1,
14020
14033
  class: "ecs-legend-item-percentage"
14021
14034
  };
14022
- function _h(e, t, n, r, i, a) {
14035
+ function vh(e, t, n, r, i, a) {
14023
14036
  let u = A("ecs-focus-ring"), d = A("ecs-flex-row");
14024
14037
  return T(), o(d, {
14025
14038
  onClick: t[0] ||= (t) => e.$emit("click", t),
@@ -14037,9 +14050,9 @@ function _h(e, t, n, r, i, a) {
14037
14050
  class: b(["ecs-legend-item-color", n.type]),
14038
14051
  style: S({ backgroundColor: n.color })
14039
14052
  }, null, 6),
14040
- l("div", fh, [l("div", ph, N(n.label), 1), e.$slots.label ? (T(), c("div", mh, [k(e.$slots, "label", {}, void 0, !0)])) : s("", !0)]),
14041
- n.count ? (T(), c("div", hh, N(n.count), 1)) : s("", !0),
14042
- n.percentage ? (T(), c("div", gh, N(a.percentageLabel), 1)) : s("", !0),
14053
+ l("div", ph, [l("div", mh, N(n.label), 1), e.$slots.label ? (T(), c("div", hh, [k(e.$slots, "label", {}, void 0, !0)])) : s("", !0)]),
14054
+ n.count ? (T(), c("div", gh, N(n.count), 1)) : s("", !0),
14055
+ n.percentage ? (T(), c("div", _h, N(a.percentageLabel), 1)) : s("", !0),
14043
14056
  n.highlight || n.hover ? (T(), c("div", {
14044
14057
  key: 2,
14045
14058
  class: "ecs-legend-item-highlight",
@@ -14054,7 +14067,7 @@ function _h(e, t, n, r, i, a) {
14054
14067
  "class"
14055
14068
  ]);
14056
14069
  }
14057
- var vh = /* @__PURE__ */ V(dh, [["render", _h], ["__scopeId", "data-v-31e7ba6e"]]), yh = {
14070
+ var yh = /* @__PURE__ */ V(fh, [["render", vh], ["__scopeId", "data-v-31e7ba6e"]]), bh = {
14058
14071
  name: "ecs-log-message",
14059
14072
  components: {
14060
14073
  EcsFlexRow: G,
@@ -14107,14 +14120,14 @@ var vh = /* @__PURE__ */ V(dh, [["render", _h], ["__scopeId", "data-v-31e7ba6e"]
14107
14120
  return ["warning", "error"].includes(this.type) ? "alert" : null;
14108
14121
  }
14109
14122
  }
14110
- }, bh = {
14123
+ }, xh = {
14111
14124
  key: 0,
14112
14125
  class: "ecs-log-message-indicator"
14113
- }, xh = { class: "ecs-log-message-content" }, Sh = {
14126
+ }, Sh = { class: "ecs-log-message-content" }, Ch = {
14114
14127
  key: 3,
14115
14128
  class: "ecs-log-message-meta"
14116
- }, Ch = { class: "ecs-log-message-meta-text" };
14117
- function wh(e, t, n, r, i, a) {
14129
+ }, wh = { class: "ecs-log-message-meta-text" };
14130
+ function Th(e, t, n, r, i, a) {
14118
14131
  let u = A("ecs-skeleton-loader"), d = A("ecs-sticker"), f = A("ecs-flex-row");
14119
14132
  return T(), o(f, {
14120
14133
  class: b(["ecs-log-message", [n.type, n.variant]]),
@@ -14125,7 +14138,7 @@ function wh(e, t, n, r, i, a) {
14125
14138
  style: S(a.padding)
14126
14139
  }, {
14127
14140
  default: I(() => [
14128
- n.variant === "indicator" ? (T(), c("div", bh)) : s("", !0),
14141
+ n.variant === "indicator" ? (T(), c("div", xh)) : s("", !0),
14129
14142
  n.loading && n.type != "blank" ? (T(), o(u, {
14130
14143
  key: 1,
14131
14144
  type: "rect",
@@ -14135,7 +14148,7 @@ function wh(e, t, n, r, i, a) {
14135
14148
  key: 2,
14136
14149
  type: n.type
14137
14150
  }, null, 8, ["type"])),
14138
- l("div", xh, [n.loading ? (T(), o(u, {
14151
+ l("div", Sh, [n.loading ? (T(), o(u, {
14139
14152
  key: 0,
14140
14153
  type: "single",
14141
14154
  width: 40,
@@ -14144,11 +14157,11 @@ function wh(e, t, n, r, i, a) {
14144
14157
  key: 2,
14145
14158
  class: b(["ecs-log-message-collapse", { expanded: i.expanded }])
14146
14159
  }, [k(e.$slots, "collapse", {}, void 0, !0)], 2)) : s("", !0)]),
14147
- (n.meta || e.$slots.collapse) && !n.loading ? (T(), c("div", Sh, [e.$slots.collapse ? (T(), c("button", {
14160
+ (n.meta || e.$slots.collapse) && !n.loading ? (T(), c("div", Ch, [e.$slots.collapse ? (T(), c("button", {
14148
14161
  key: 0,
14149
14162
  onClick: t[0] ||= (e) => i.expanded = !i.expanded,
14150
14163
  class: "ecs-log-message-collapse-button"
14151
- }, N(n.collapseButtonText), 1)) : s("", !0), l("div", Ch, N(n.meta), 1)])) : s("", !0)
14164
+ }, N(n.collapseButtonText), 1)) : s("", !0), l("div", wh, N(n.meta), 1)])) : s("", !0)
14152
14165
  ]),
14153
14166
  _: 3
14154
14167
  }, 8, [
@@ -14158,7 +14171,7 @@ function wh(e, t, n, r, i, a) {
14158
14171
  "style"
14159
14172
  ]);
14160
14173
  }
14161
- var Th = /* @__PURE__ */ V(yh, [["render", wh], ["__scopeId", "data-v-e0610fe5"]]), Eh = {
14174
+ var Eh = /* @__PURE__ */ V(bh, [["render", Th], ["__scopeId", "data-v-e0610fe5"]]), Dh = {
14162
14175
  name: "ecs-map",
14163
14176
  components: { EcsFocusRing: U },
14164
14177
  props: {
@@ -14179,8 +14192,8 @@ var Th = /* @__PURE__ */ V(yh, [["render", wh], ["__scopeId", "data-v-e0610fe5"]
14179
14192
  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}`;
14180
14193
  }
14181
14194
  }
14182
- }, Dh = ["href"], Oh = ["src", "alt"];
14183
- function kh(e, t, n, r, i, a) {
14195
+ }, Oh = ["href"], kh = ["src", "alt"];
14196
+ function Ah(e, t, n, r, i, a) {
14184
14197
  let o = A("ecs-focus-ring");
14185
14198
  return T(), c("div", { class: b(["ecs-map", [n.marker ? "ecs-map-marker" : ""]]) }, [l("a", {
14186
14199
  target: "_blank",
@@ -14189,12 +14202,12 @@ function kh(e, t, n, r, i, a) {
14189
14202
  }, [l("img", {
14190
14203
  src: a.mapImageUrl,
14191
14204
  alt: "Map of " + n.address
14192
- }, null, 8, Oh), f(o, {
14205
+ }, null, 8, kh), f(o, {
14193
14206
  inset: 0,
14194
14207
  radius: 4
14195
- })], 8, Dh)], 2);
14208
+ })], 8, Oh)], 2);
14196
14209
  }
14197
- var Ah = /* @__PURE__ */ V(Eh, [["render", kh], ["__scopeId", "data-v-219f95e2"]]), jh = {
14210
+ var jh = /* @__PURE__ */ V(Dh, [["render", Ah], ["__scopeId", "data-v-219f95e2"]]), Mh = {
14198
14211
  name: "ecs-modal",
14199
14212
  props: {
14200
14213
  show: {
@@ -14239,14 +14252,14 @@ var Ah = /* @__PURE__ */ V(Eh, [["render", kh], ["__scopeId", "data-v-219f95e2"]
14239
14252
  mounted() {
14240
14253
  this.show && (this.isShown = !0);
14241
14254
  }
14242
- }, Mh = {
14255
+ }, Nh = {
14243
14256
  key: 0,
14244
14257
  class: "ecs-modal-header-wrap"
14245
- }, Nh = { class: "ecs-modal-content-wrap scrollbar" }, Ph = {
14258
+ }, Ph = { class: "ecs-modal-content-wrap scrollbar" }, Fh = {
14246
14259
  key: 1,
14247
14260
  class: "ecs-modal-footer-wrap"
14248
14261
  };
14249
- function Fh(e, t, n, i, a, u) {
14262
+ function Ih(e, t, n, i, a, u) {
14250
14263
  return T(), o(r, { name: "dialog-fade" }, {
14251
14264
  default: I(() => [a.isShown ? (T(), c("div", {
14252
14265
  key: 0,
@@ -14255,14 +14268,14 @@ function Fh(e, t, n, i, a, u) {
14255
14268
  class: "ecs-modal-dialog ecs-modal-sheet",
14256
14269
  style: S([u.fixedHeightStyle, u.widthStyle])
14257
14270
  }, [
14258
- e.$slots.header ? (T(), c("div", Mh, [k(e.$slots, "header", {}, void 0, !0)])) : s("", !0),
14259
- l("div", Nh, [k(e.$slots, "default", {}, void 0, !0)]),
14260
- e.$slots.footer ? (T(), c("div", Ph, [k(e.$slots, "footer", {}, void 0, !0)])) : s("", !0)
14271
+ e.$slots.header ? (T(), c("div", Nh, [k(e.$slots, "header", {}, void 0, !0)])) : s("", !0),
14272
+ l("div", Ph, [k(e.$slots, "default", {}, void 0, !0)]),
14273
+ e.$slots.footer ? (T(), c("div", Fh, [k(e.$slots, "footer", {}, void 0, !0)])) : s("", !0)
14261
14274
  ], 4), t[0] ||= l("div", { class: "ecs-modal-backdrop ecs-modal-sheet-backdrop" }, null, -1)], 2)) : s("", !0)]),
14262
14275
  _: 3
14263
14276
  });
14264
14277
  }
14265
- var Ih = /* @__PURE__ */ V(jh, [["render", Fh], ["__scopeId", "data-v-317f069f"]]), Lh = {
14278
+ var Lh = /* @__PURE__ */ V(Mh, [["render", Ih], ["__scopeId", "data-v-317f069f"]]), Rh = {
14266
14279
  name: "ecs-modal-header",
14267
14280
  emits: ["close"],
14268
14281
  components: {
@@ -14296,17 +14309,17 @@ var Ih = /* @__PURE__ */ V(jh, [["render", Fh], ["__scopeId", "data-v-317f069f"]
14296
14309
  e && (e.focus(), e.click());
14297
14310
  }
14298
14311
  } }
14299
- }, Rh = {
14312
+ }, zh = {
14300
14313
  class: "ecs-modal-header-main",
14301
14314
  ref: "firstFocusable",
14302
14315
  tabindex: "0"
14303
- }, zh = { class: "ecs-modal-header-main-inner" }, Bh = {
14316
+ }, Bh = { class: "ecs-modal-header-main-inner" }, Vh = {
14304
14317
  key: 0,
14305
14318
  class: "ecs-modal-header-extended"
14306
14319
  };
14307
- function Vh(e, t, n, r, i, a) {
14320
+ function Hh(e, t, n, r, i, a) {
14308
14321
  let o = A("ecs-button");
14309
- return T(), c("div", { class: b(["ecs-modal-header", a.typeClass]) }, [l("div", Rh, [l("div", zh, [k(e.$slots, "default", {}, void 0, !0)]), f(o, {
14322
+ return T(), c("div", { class: b(["ecs-modal-header", a.typeClass]) }, [l("div", zh, [l("div", Bh, [k(e.$slots, "default", {}, void 0, !0)]), f(o, {
14310
14323
  onClick: t[0] ||= (t) => e.$emit("close"),
14311
14324
  title: "Close",
14312
14325
  "aria-label": "Close",
@@ -14317,16 +14330,16 @@ function Vh(e, t, n, r, i, a) {
14317
14330
  "focus-inset": -1,
14318
14331
  "data-close-button": "",
14319
14332
  "data-test": "close-modal-button"
14320
- })], 512), e.$slots.extension ? (T(), c("div", Bh, [k(e.$slots, "extension", {}, void 0, !0)])) : s("", !0)], 2);
14333
+ })], 512), e.$slots.extension ? (T(), c("div", Vh, [k(e.$slots, "extension", {}, void 0, !0)])) : s("", !0)], 2);
14321
14334
  }
14322
- var Hh = /* @__PURE__ */ V(Lh, [["render", Vh], ["__scopeId", "data-v-7d67bede"]]), Uh = { name: "ecs-modal-footer" }, Wh = { class: "ecs-modal-footer" }, Gh = {
14335
+ var Uh = /* @__PURE__ */ V(Rh, [["render", Hh], ["__scopeId", "data-v-7d67bede"]]), Wh = { name: "ecs-modal-footer" }, Gh = { class: "ecs-modal-footer" }, Kh = {
14323
14336
  key: 0,
14324
14337
  class: "ecs-modal-footer-secondary"
14325
- }, Kh = { class: "ecs-modal-footer-main" };
14326
- function qh(e, t, n, r, i, a) {
14327
- return T(), c("div", Wh, [e.$slots.secondary ? (T(), c("div", Gh, [k(e.$slots, "secondary", {}, void 0, !0)])) : s("", !0), l("div", Kh, [k(e.$slots, "default", {}, void 0, !0)])]);
14338
+ }, qh = { class: "ecs-modal-footer-main" };
14339
+ function Jh(e, t, n, r, i, a) {
14340
+ return T(), c("div", Gh, [e.$slots.secondary ? (T(), c("div", Kh, [k(e.$slots, "secondary", {}, void 0, !0)])) : s("", !0), l("div", qh, [k(e.$slots, "default", {}, void 0, !0)])]);
14328
14341
  }
14329
- var Jh = /* @__PURE__ */ V(Uh, [["render", qh], ["__scopeId", "data-v-05db6a92"]]), Yh = {
14342
+ var Yh = /* @__PURE__ */ V(Wh, [["render", Jh], ["__scopeId", "data-v-05db6a92"]]), Xh = {
14330
14343
  name: "ecs-multiselect-search-token",
14331
14344
  emits: [
14332
14345
  "remove",
@@ -14369,29 +14382,29 @@ var Jh = /* @__PURE__ */ V(Uh, [["render", qh], ["__scopeId", "data-v-05db6a92"]
14369
14382
  this.$emit("editToken", e);
14370
14383
  }
14371
14384
  }
14372
- }, Xh = {
14385
+ }, Zh = {
14373
14386
  key: 0,
14374
14387
  class: "symbol"
14375
- }, Zh = {
14388
+ }, Qh = {
14376
14389
  key: 0,
14377
14390
  class: "operator"
14378
- }, Qh = { class: "query" }, $h = {
14391
+ }, $h = { class: "query" }, eg = {
14379
14392
  key: 0,
14380
14393
  class: "descriptor"
14381
14394
  };
14382
- function eg(e, t, n, r, i, a) {
14395
+ function tg(e, t, n, r, i, a) {
14383
14396
  let o = A("ecs-icon"), u = A("ecs-focus-ring");
14384
14397
  return T(), c("div", {
14385
14398
  class: b(["ecs-multiselect-search-token", [a.typeClass, { editable: n.editable }]]),
14386
14399
  tabindex: "0",
14387
14400
  onKeydown: t[5] ||= L((t) => e.$emit("remove", t), ["delete"])
14388
- }, [n.icon || n.operator || n.operatorSwitch ? (T(), c("div", Xh, [
14401
+ }, [n.icon || n.operator || n.operatorSwitch ? (T(), c("div", Zh, [
14389
14402
  f(o, {
14390
14403
  type: n.icon,
14391
14404
  size: "20",
14392
14405
  color: "var(--color-white)"
14393
14406
  }, null, 8, ["type"]),
14394
- n.operator && !n.operatorSwitch ? (T(), c("div", Zh, N(n.operator), 1)) : s("", !0),
14407
+ n.operator && !n.operatorSwitch ? (T(), c("div", Qh, N(n.operator), 1)) : s("", !0),
14395
14408
  n.operatorSwitch ? (T(), c("button", {
14396
14409
  key: 1,
14397
14410
  onClick: t[0] ||= (...e) => a.handleOperatorToggle && a.handleOperatorToggle(...e),
@@ -14413,8 +14426,8 @@ function eg(e, t, n, r, i, a) {
14413
14426
  }, null, 8, ["class"]),
14414
14427
  f(u, { radius: 12 })
14415
14428
  ], 2)) : s("", !0)
14416
- ])) : s("", !0), l("div", Qh, [
14417
- n.descriptor ? (T(), c("div", $h, N(n.descriptor), 1)) : s("", !0),
14429
+ ])) : s("", !0), l("div", $h, [
14430
+ n.descriptor ? (T(), c("div", eg, N(n.descriptor), 1)) : s("", !0),
14418
14431
  k(e.$slots, "default", {}, void 0, !0),
14419
14432
  n.editable ? (T(), c("button", {
14420
14433
  key: 1,
@@ -14441,7 +14454,7 @@ function eg(e, t, n, r, i, a) {
14441
14454
  }), f(u, { radius: 12 })], 32)
14442
14455
  ])], 34);
14443
14456
  }
14444
- var tg = /* @__PURE__ */ V(Yh, [["render", eg], ["__scopeId", "data-v-815933be"]]), ng = {
14457
+ var ng = /* @__PURE__ */ V(Xh, [["render", tg], ["__scopeId", "data-v-815933be"]]), rg = {
14445
14458
  name: "ecs-multiselect-token",
14446
14459
  emits: ["remove"],
14447
14460
  components: {
@@ -14449,7 +14462,7 @@ var tg = /* @__PURE__ */ V(Yh, [["render", eg], ["__scopeId", "data-v-815933be"]
14449
14462
  EcsFocusRing: U
14450
14463
  }
14451
14464
  };
14452
- function rg(e, t, n, r, i, a) {
14465
+ function ig(e, t, n, r, i, a) {
14453
14466
  let o = A("ecs-icon"), s = A("ecs-focus-ring");
14454
14467
  return T(), c("div", {
14455
14468
  class: "ecs-multiselect-token",
@@ -14464,7 +14477,7 @@ function rg(e, t, n, r, i, a) {
14464
14477
  color: "#FFF"
14465
14478
  }), f(s, { radius: 12 })])], 32);
14466
14479
  }
14467
- var ig = /* @__PURE__ */ V(ng, [["render", rg], ["__scopeId", "data-v-daa501d2"]]), ag = {
14480
+ var ag = /* @__PURE__ */ V(rg, [["render", ig], ["__scopeId", "data-v-daa501d2"]]), og = {
14468
14481
  name: "ecs-multiselect-option",
14469
14482
  components: {
14470
14483
  EcsIcon: H,
@@ -14512,14 +14525,14 @@ var ig = /* @__PURE__ */ V(ng, [["render", rg], ["__scopeId", "data-v-daa501d2"]
14512
14525
  return this.isPlainTextSlotContent ? { display: "block" } : { display: "flex" };
14513
14526
  }
14514
14527
  }
14515
- }, og = ["role"], sg = {
14528
+ }, sg = ["role"], cg = {
14516
14529
  key: 1,
14517
14530
  class: "color"
14518
- }, cg = {
14531
+ }, lg = {
14519
14532
  key: 2,
14520
14533
  class: "ecs-multiselect-option-content-count"
14521
14534
  };
14522
- function lg(e, t, n, r, i, a) {
14535
+ function ug(e, t, n, r, i, a) {
14523
14536
  let u = A("ecs-icon"), p = A("ecs-flex-row"), m = A("ecs-text-v2");
14524
14537
  return T(), c("div", {
14525
14538
  class: b(["ecs-multiselect-option", [a.typeClass, n.highlighted ? "highlighted" : ""]]),
@@ -14533,7 +14546,7 @@ function lg(e, t, n, r, i, a) {
14533
14546
  key: 0,
14534
14547
  type: n.icon,
14535
14548
  size: "20"
14536
- }, null, 8, ["type"])) : n.color ? (T(), c("div", sg, [l("div", {
14549
+ }, null, 8, ["type"])) : n.color ? (T(), c("div", cg, [l("div", {
14537
14550
  class: "color-dot",
14538
14551
  style: S({ backgroundColor: n.color })
14539
14552
  }, null, 4)])) : s("", !0),
@@ -14541,7 +14554,7 @@ function lg(e, t, n, r, i, a) {
14541
14554
  class: "ecs-multiselect-option-content-text",
14542
14555
  style: S(a.slotContentStyle)
14543
14556
  }, [k(e.$slots, "default", {}, void 0, !0)], 4),
14544
- n.count ? (T(), c("span", cg, N(n.count), 1)) : s("", !0)
14557
+ n.count ? (T(), c("span", lg, N(n.count), 1)) : s("", !0)
14545
14558
  ]),
14546
14559
  _: 3
14547
14560
  }), n.help ? (T(), c("div", {
@@ -14550,9 +14563,9 @@ function lg(e, t, n, r, i, a) {
14550
14563
  }, [f(m, { preset: "form" }, {
14551
14564
  default: I(() => [d(N(n.help), 1)]),
14552
14565
  _: 1
14553
- })], 2)) : s("", !0)], 10, og);
14566
+ })], 2)) : s("", !0)], 10, sg);
14554
14567
  }
14555
- var ug = /* @__PURE__ */ V(ag, [["render", lg], ["__scopeId", "data-v-28659eb6"]]), dg = {
14568
+ var dg = /* @__PURE__ */ V(og, [["render", ug], ["__scopeId", "data-v-28659eb6"]]), fg = {
14556
14569
  name: "ecs-overlay",
14557
14570
  emits: ["close", "toggled"],
14558
14571
  components: {
@@ -14670,38 +14683,38 @@ var ug = /* @__PURE__ */ V(ag, [["render", lg], ["__scopeId", "data-v-28659eb6"]
14670
14683
  this.isShown && this.setScrollPaddings();
14671
14684
  }, 10);
14672
14685
  } }
14673
- }, fg = { class: "ecs-overlay-titles" }, pg = { class: "title" }, mg = {
14686
+ }, pg = { class: "ecs-overlay-titles" }, mg = { class: "title" }, hg = {
14674
14687
  key: 0,
14675
14688
  class: "emphasized"
14676
- }, hg = {
14689
+ }, gg = {
14677
14690
  key: 0,
14678
14691
  class: "subline"
14679
- }, gg = {
14692
+ }, _g = {
14680
14693
  key: 0,
14681
14694
  class: "ecs-overlay-header-controls"
14682
- }, _g = ["aria-busy"], vg = {
14695
+ }, vg = ["aria-busy"], yg = {
14683
14696
  key: 0,
14684
14697
  class: "ecs-overlay-tabs scrollbar scrollbar-sml"
14685
- }, yg = {
14698
+ }, bg = {
14686
14699
  key: 0,
14687
14700
  class: "ecs-overlay-sidebar ecs-overlay-sidebar-static"
14688
- }, bg = { class: "ecs-overlay-sidebar ecs-overlay-sidebar-float scrollbar scrollbar-sml" }, xg = {
14701
+ }, xg = { class: "ecs-overlay-sidebar ecs-overlay-sidebar-float scrollbar scrollbar-sml" }, Sg = {
14689
14702
  key: 1,
14690
14703
  class: "ecs-overlay-content-block"
14691
- }, Sg = {
14704
+ }, Cg = {
14692
14705
  key: 1,
14693
14706
  class: "ecs-overlay-footer"
14694
- }, Cg = {
14707
+ }, wg = {
14695
14708
  key: 0,
14696
14709
  class: "spacer-tabs"
14697
- }, wg = { class: "ecs-overlay-footer-content" }, Tg = {
14710
+ }, Tg = { class: "ecs-overlay-footer-content" }, Eg = {
14698
14711
  key: 0,
14699
14712
  class: "spacer-sidebar"
14700
- }, Eg = {
14713
+ }, Dg = {
14701
14714
  key: 1,
14702
14715
  class: "spacer-scrollbar"
14703
14716
  };
14704
- function Dg(e, t, n, i, a, u) {
14717
+ function Og(e, t, n, i, a, u) {
14705
14718
  let p = A("ecs-icon"), m = A("ecs-button-toolbar"), h = A("ecs-alert");
14706
14719
  return T(), o(r, {
14707
14720
  name: "fade",
@@ -14719,13 +14732,13 @@ function Dg(e, t, n, i, a, u) {
14719
14732
  class: "ecs-overlay-header",
14720
14733
  style: S(e.$slots.alert ? "" : "border-bottom: 1px solid var(--color-gray-4);")
14721
14734
  }, [
14722
- l("div", fg, [n.icon ? (T(), o(p, {
14735
+ l("div", pg, [n.icon ? (T(), o(p, {
14723
14736
  key: 0,
14724
14737
  type: n.icon,
14725
14738
  size: "40",
14726
14739
  color: "#B9BCC2"
14727
- }, null, 8, ["type"])) : s("", !0), l("div", null, [l("span", pg, [n.headerTitleEmphasized ? (T(), c("span", mg, N(n.headerTitleEmphasized), 1)) : s("", !0), d(" " + N(n.headerTitle), 1)]), n.headerTitleSubline ? (T(), c("span", hg, N(n.headerTitleSubline), 1)) : s("", !0)])]),
14728
- e.$slots.headercontrols ? (T(), c("div", gg, [k(e.$slots, "headercontrols", {}, void 0, !0)])) : s("", !0),
14740
+ }, null, 8, ["type"])) : s("", !0), l("div", null, [l("span", mg, [n.headerTitleEmphasized ? (T(), c("span", hg, N(n.headerTitleEmphasized), 1)) : s("", !0), d(" " + N(n.headerTitle), 1)]), n.headerTitleSubline ? (T(), c("span", gg, N(n.headerTitleSubline), 1)) : s("", !0)])]),
14741
+ e.$slots.headercontrols ? (T(), c("div", _g, [k(e.$slots, "headercontrols", {}, void 0, !0)])) : s("", !0),
14729
14742
  e.$slots.sidebar && a.width <= 1500 ? (T(), o(m, {
14730
14743
  key: 1,
14731
14744
  onClick: u.sidebarToggle,
@@ -14774,7 +14787,7 @@ function Dg(e, t, n, i, a, u) {
14774
14787
  class: "ecs-overlay-content",
14775
14788
  "aria-busy": n.blockContent || null
14776
14789
  }, [
14777
- e.$slots.tabs ? (T(), c("div", vg, [k(e.$slots, "tabs", {}, void 0, !0)])) : s("", !0),
14790
+ e.$slots.tabs ? (T(), c("div", yg, [k(e.$slots, "tabs", {}, void 0, !0)])) : s("", !0),
14778
14791
  l("div", {
14779
14792
  ref: "innerContent",
14780
14793
  class: b(["ecs-overlay-content-inner scrollbar", u.sidebarOpenClass])
@@ -14789,15 +14802,15 @@ function Dg(e, t, n, i, a, u) {
14789
14802
  paddingRight: u.contentPadding
14790
14803
  })
14791
14804
  }, [k(e.$slots, "default", {}, void 0, !0)], 6),
14792
- e.$slots.sidebar && a.width > 1500 ? (T(), c("div", yg, [k(e.$slots, "sidebar", {}, void 0, !0)])) : s("", !0),
14805
+ e.$slots.sidebar && a.width > 1500 ? (T(), c("div", bg, [k(e.$slots, "sidebar", {}, void 0, !0)])) : s("", !0),
14793
14806
  f(r, { name: "slide" }, {
14794
- default: I(() => [se(l("div", bg, [k(e.$slots, "sidebar", {}, void 0, !0)], 512), [[ae, e.$slots.sidebar && a.width <= 1500 && a.showSidebar]])]),
14807
+ default: I(() => [se(l("div", xg, [k(e.$slots, "sidebar", {}, void 0, !0)], 512), [[ae, e.$slots.sidebar && a.width <= 1500 && a.showSidebar]])]),
14795
14808
  _: 3
14796
14809
  })
14797
14810
  ], 2),
14798
- n.blockContent ? (T(), c("div", xg)) : s("", !0)
14799
- ], 8, _g),
14800
- e.$slots.footer ? (T(), c("footer", Sg, [e.$slots.tabs ? (T(), c("div", Cg)) : s("", !0), l("div", wg, [
14811
+ n.blockContent ? (T(), c("div", Sg)) : s("", !0)
14812
+ ], 8, vg),
14813
+ e.$slots.footer ? (T(), c("footer", Cg, [e.$slots.tabs ? (T(), c("div", wg)) : s("", !0), l("div", Tg, [
14801
14814
  l("div", {
14802
14815
  class: "ecs-overlay-footer-content-inner",
14803
14816
  style: S({
@@ -14808,14 +14821,14 @@ function Dg(e, t, n, i, a, u) {
14808
14821
  paddingRight: u.contentPadding
14809
14822
  })
14810
14823
  }, [k(e.$slots, "footer", {}, void 0, !0)], 4),
14811
- e.$slots.sidebar && a.width > 1500 ? (T(), c("div", Tg)) : s("", !0),
14812
- a.footerScrollSpacer ? (T(), c("div", Eg)) : s("", !0)
14824
+ e.$slots.sidebar && a.width > 1500 ? (T(), c("div", Eg)) : s("", !0),
14825
+ a.footerScrollSpacer ? (T(), c("div", Dg)) : s("", !0)
14813
14826
  ])])) : s("", !0)
14814
14827
  ], 4)) : s("", !0)]),
14815
14828
  _: 3
14816
14829
  });
14817
14830
  }
14818
- var Og = /* @__PURE__ */ V(dg, [["render", Dg], ["__scopeId", "data-v-acdd9118"]]), kg = {
14831
+ var kg = /* @__PURE__ */ V(fg, [["render", Og], ["__scopeId", "data-v-acdd9118"]]), Ag = {
14819
14832
  name: "ecs-pagination",
14820
14833
  emits: [
14821
14834
  "firstPage",
@@ -14909,14 +14922,14 @@ var Og = /* @__PURE__ */ V(dg, [["render", Dg], ["__scopeId", "data-v-acdd9118"]
14909
14922
  this.$emit("updatePage", Number(e));
14910
14923
  }
14911
14924
  }
14912
- }, Ag = ["value", "selected"], jg = {
14925
+ }, jg = ["value", "selected"], Mg = {
14913
14926
  key: 0,
14914
14927
  class: "total"
14915
- }, Mg = {
14928
+ }, Ng = {
14916
14929
  key: 1,
14917
14930
  class: "ecs-pagination-range"
14918
- }, Ng = { class: "ecs-pagination-tabs" }, Pg = ["value", "selected"];
14919
- function Fg(t, n, r, i, a, u) {
14931
+ }, Pg = { class: "ecs-pagination-tabs" }, Fg = ["value", "selected"];
14932
+ function Ig(t, n, r, i, a, u) {
14920
14933
  let p = A("ecs-button"), m = A("ecs-flex-row"), h = A("ecs-select");
14921
14934
  return T(), c("div", {
14922
14935
  class: b(["ecs-pagination", [r.theme === "bordered" ? "ecs-pagination-bordered" : "", r.theme === "floating" ? "ecs-pagination-floating" : ""]]),
@@ -14964,10 +14977,10 @@ function Fg(t, n, r, i, a, u) {
14964
14977
  key: e,
14965
14978
  value: e,
14966
14979
  selected: e === r.currentPage
14967
- }, N(e), 9, Ag))), 128))]),
14980
+ }, N(e), 9, jg))), 128))]),
14968
14981
  _: 1
14969
14982
  }, 8, ["modelValue", "disabled"]),
14970
- r.totalPages ? (T(), c("span", jg, "of " + N(r.totalPages), 1)) : s("", !0)
14983
+ r.totalPages ? (T(), c("span", Mg, "of " + N(r.totalPages), 1)) : s("", !0)
14971
14984
  ]),
14972
14985
  _: 1
14973
14986
  }),
@@ -14993,7 +15006,7 @@ function Fg(t, n, r, i, a, u) {
14993
15006
  }, null, 8, ["disabled"])]),
14994
15007
  _: 1
14995
15008
  })
14996
- ], 64)) : u.hasRange ? (T(), c("span", Mg, [
15009
+ ], 64)) : u.hasRange ? (T(), c("span", Ng, [
14997
15010
  n[8] ||= d("Showing entries ", -1),
14998
15011
  l("span", null, N(r.itemRangeFrom) + " to " + N(r.itemRangeTo), 1),
14999
15012
  n[9] ||= d(" of ", -1),
@@ -15001,7 +15014,7 @@ function Fg(t, n, r, i, a, u) {
15001
15014
  ])) : s("", !0)]),
15002
15015
  _: 1
15003
15016
  }, 8, ["style"]),
15004
- l("div", Ng, [k(t.$slots, "tabs", {}, void 0, !0)]),
15017
+ l("div", Pg, [k(t.$slots, "tabs", {}, void 0, !0)]),
15005
15018
  r.showItemsPerPage && r.type == "paginated" ? (T(), o(m, {
15006
15019
  key: 0,
15007
15020
  gap: 4,
@@ -15018,7 +15031,7 @@ function Fg(t, n, r, i, a, u) {
15018
15031
  key: e,
15019
15032
  value: e,
15020
15033
  selected: e === r.itemsPerPageSelected
15021
- }, N(e), 9, Pg))), 128))]),
15034
+ }, N(e), 9, Fg))), 128))]),
15022
15035
  _: 1
15023
15036
  }, 8, ["modelValue", "disabled"])]),
15024
15037
  _: 1
@@ -15033,7 +15046,7 @@ function Fg(t, n, r, i, a, u) {
15033
15046
  })) : s("", !0)
15034
15047
  ], 2);
15035
15048
  }
15036
- var Ig = /* @__PURE__ */ V(kg, [["render", Fg], ["__scopeId", "data-v-6741fbf9"]]), Lg = {
15049
+ var Lg = /* @__PURE__ */ V(Ag, [["render", Ig], ["__scopeId", "data-v-6741fbf9"]]), Rg = {
15037
15050
  name: "ecs-popover-header",
15038
15051
  components: {
15039
15052
  EcsIcon: H,
@@ -15052,19 +15065,19 @@ var Ig = /* @__PURE__ */ V(kg, [["render", Fg], ["__scopeId", "data-v-6741fbf9"]
15052
15065
  computed: { hasControls() {
15053
15066
  return !!this.$slots.default;
15054
15067
  } }
15055
- }, Rg = { class: "ecs-popover-header" }, zg = { class: "ecs-popover-header-title" }, Bg = {
15068
+ }, zg = { class: "ecs-popover-header" }, Bg = { class: "ecs-popover-header-title" }, Vg = {
15056
15069
  key: 1,
15057
15070
  class: "ecs-popover-header-title-content"
15058
- }, Vg = {
15071
+ }, Hg = {
15059
15072
  key: 2,
15060
15073
  class: "ecs-popover-header-title-controls"
15061
- }, Hg = {
15074
+ }, Ug = {
15062
15075
  key: 0,
15063
15076
  class: "ecs-popover-header-actions"
15064
15077
  };
15065
- function Ug(e, t, n, r, i, a) {
15078
+ function Wg(e, t, n, r, i, a) {
15066
15079
  let u = A("ecs-icon"), p = A("ecs-text-v2");
15067
- return T(), c("header", Rg, [l("div", zg, [
15080
+ return T(), c("header", zg, [l("div", Bg, [
15068
15081
  n.icon ? (T(), o(u, {
15069
15082
  key: 0,
15070
15083
  type: n.icon,
@@ -15072,15 +15085,15 @@ function Ug(e, t, n, r, i, a) {
15072
15085
  class: "icon",
15073
15086
  color: "#B4B9BE"
15074
15087
  }, null, 8, ["type"])) : s("", !0),
15075
- e.$slots.title ? (T(), c("div", Bg, [k(e.$slots, "title", {}, void 0, !0)])) : s("", !0),
15088
+ e.$slots.title ? (T(), c("div", Vg, [k(e.$slots, "title", {}, void 0, !0)])) : s("", !0),
15076
15089
  f(p, { preset: "headline-4" }, {
15077
15090
  default: I(() => [d(N(n.title), 1)]),
15078
15091
  _: 1
15079
15092
  }),
15080
- e.$slots.titleControls ? (T(), c("div", Vg, [k(e.$slots, "titleControls", {}, void 0, !0)])) : s("", !0)
15081
- ]), a.hasControls ? (T(), c("div", Hg, [k(e.$slots, "default", {}, void 0, !0)])) : s("", !0)]);
15093
+ e.$slots.titleControls ? (T(), c("div", Hg, [k(e.$slots, "titleControls", {}, void 0, !0)])) : s("", !0)
15094
+ ]), a.hasControls ? (T(), c("div", Ug, [k(e.$slots, "default", {}, void 0, !0)])) : s("", !0)]);
15082
15095
  }
15083
- var Wg = /* @__PURE__ */ V(Lg, [["render", Ug], ["__scopeId", "data-v-0c73e09d"]]), Gg = {
15096
+ var Gg = /* @__PURE__ */ V(Rg, [["render", Wg], ["__scopeId", "data-v-0c73e09d"]]), Kg = {
15084
15097
  name: "ecs-rating-star-read",
15085
15098
  components: { EcsSkeletonLoader: W },
15086
15099
  props: {
@@ -15105,8 +15118,8 @@ var Wg = /* @__PURE__ */ V(Lg, [["render", Ug], ["__scopeId", "data-v-0c73e09d"]
15105
15118
  computed: { sizeClass() {
15106
15119
  return this.size && this.size !== "" ? `ecs-rating-read-${this.size}` : this.size;
15107
15120
  } }
15108
- }, Kg = ["aria-busy", "aria-label"], qg = ["data-maximum", "data-rating"];
15109
- function Jg(e, t, n, r, i, a) {
15121
+ }, qg = ["aria-busy", "aria-label"], Jg = ["data-maximum", "data-rating"];
15122
+ function Yg(e, t, n, r, i, a) {
15110
15123
  let s = A("ecs-skeleton-loader");
15111
15124
  return T(), c("div", {
15112
15125
  class: b(["ecs-rating-read", [a.sizeClass]]),
@@ -15122,9 +15135,9 @@ function Jg(e, t, n, r, i, a) {
15122
15135
  class: "ecs-stars-read",
15123
15136
  "data-maximum": n.maximum,
15124
15137
  "data-rating": n.rating
15125
- }, null, 8, qg))], 10, Kg);
15138
+ }, null, 8, Jg))], 10, qg);
15126
15139
  }
15127
- var Yg = /* @__PURE__ */ V(Gg, [["render", Jg], ["__scopeId", "data-v-7e609016"]]), Xg = {
15140
+ var Xg = /* @__PURE__ */ V(Kg, [["render", Yg], ["__scopeId", "data-v-7e609016"]]), Zg = {
15128
15141
  name: "ecs-rating-favorability",
15129
15142
  emits: ["click"],
15130
15143
  components: {
@@ -15196,8 +15209,8 @@ var Yg = /* @__PURE__ */ V(Gg, [["render", Jg], ["__scopeId", "data-v-7e609016"]
15196
15209
  methods: { handleClick(e) {
15197
15210
  this.disabled || this.$emit("click", e);
15198
15211
  } }
15199
- }, Zg = ["aria-busy"], Qg = ["title"];
15200
- function $g(e, t, n, r, i, a) {
15212
+ }, Qg = ["aria-busy"], $g = ["title"];
15213
+ function e_(e, t, n, r, i, a) {
15201
15214
  let u = A("ecs-icon"), d = A("ecs-skeleton-loader");
15202
15215
  return T(), c("div", {
15203
15216
  onClick: t[0] ||= (...e) => a.handleClick && a.handleClick(...e),
@@ -15207,7 +15220,7 @@ function $g(e, t, n, r, i, a) {
15207
15220
  l("div", {
15208
15221
  class: b(["ecs-favorability-button", [a.css, n.loading ? "loading" : ""]]),
15209
15222
  title: a.labelText
15210
- }, [f(u, { type: a.iconType }, null, 8, ["type"])], 10, Qg),
15223
+ }, [f(u, { type: a.iconType }, null, 8, ["type"])], 10, $g),
15211
15224
  n.label ? (T(), c("span", {
15212
15225
  key: 0,
15213
15226
  class: b(["label", n.loading ? "loading" : ""])
@@ -15224,9 +15237,9 @@ function $g(e, t, n, r, i, a) {
15224
15237
  width: 100,
15225
15238
  style: { width: "calc(100% - 30px)" }
15226
15239
  })) : s("", !0)
15227
- ], 10, Zg);
15240
+ ], 10, Qg);
15228
15241
  }
15229
- var e_ = /* @__PURE__ */ V(Xg, [["render", $g], ["__scopeId", "data-v-a6e15633"]]), t_ = {
15242
+ var t_ = /* @__PURE__ */ V(Zg, [["render", e_], ["__scopeId", "data-v-a6e15633"]]), n_ = {
15230
15243
  name: "ecs-quicklinks-link",
15231
15244
  emits: [
15232
15245
  "click",
@@ -15236,8 +15249,8 @@ var e_ = /* @__PURE__ */ V(Xg, [["render", $g], ["__scopeId", "data-v-a6e15633"]
15236
15249
  ],
15237
15250
  components: {
15238
15251
  EcsCheckbox: Er,
15239
- EcsRatingStarRead: Yg,
15240
- EcsRatingFavorability: e_,
15252
+ EcsRatingStarRead: Xg,
15253
+ EcsRatingFavorability: t_,
15241
15254
  EcsSwitch: zr,
15242
15255
  EcsIcon: H,
15243
15256
  EcsFocusRing: U,
@@ -15380,21 +15393,21 @@ var e_ = /* @__PURE__ */ V(Xg, [["render", $g], ["__scopeId", "data-v-a6e15633"]
15380
15393
  created() {
15381
15394
  this.updateVolumes(this.volumes);
15382
15395
  }
15383
- }, n_ = { class: "filter-description" }, r_ = {
15396
+ }, r_ = { class: "filter-description" }, i_ = {
15384
15397
  key: 0,
15385
15398
  class: "meta"
15386
- }, i_ = { key: 0 }, a_ = ["title"], o_ = { style: { "margin-left": "12px" } }, s_ = { class: "static-label" }, c_ = {
15399
+ }, a_ = { key: 0 }, o_ = ["title"], s_ = { style: { "margin-left": "12px" } }, c_ = { class: "static-label" }, l_ = {
15387
15400
  key: 0,
15388
15401
  class: "meta"
15389
- }, l_ = { key: 0 }, u_ = ["title"], d_ = { class: "persona-label" }, f_ = { key: 3 }, p_ = [
15402
+ }, u_ = { key: 0 }, d_ = ["title"], f_ = { class: "persona-label" }, p_ = { key: 3 }, m_ = [
15390
15403
  "onClick",
15391
15404
  "title",
15392
15405
  "aria-label"
15393
- ], m_ = ["aria-label"], h_ = {
15406
+ ], h_ = ["aria-label"], g_ = {
15394
15407
  key: 5,
15395
15408
  class: "meta"
15396
- }, g_ = { key: 0 }, __ = ["title"];
15397
- function v_(t, n, r, i, a, u) {
15409
+ }, __ = { key: 0 }, v_ = ["title"];
15410
+ function y_(t, n, r, i, a, u) {
15398
15411
  let p = A("ecs-icon"), m = A("ecs-focus-ring"), h = A("ecs-rating-favorability"), g = A("ecs-rating-star-read"), _ = A("ecs-switch"), v = A("ecs-avatar"), y = A("ecs-popover-list-item"), x = A("ecs-popover-list"), S = A("ecs-popover"), C = A("ecs-flex-row"), w = A("ecs-checkbox");
15399
15412
  return T(), c("li", { class: b(["ecs-quicklinks-link", [
15400
15413
  u.typeClass,
@@ -15407,11 +15420,11 @@ function v_(t, n, r, i, a, u) {
15407
15420
  role: "button"
15408
15421
  }, [
15409
15422
  f(p, { type: r.icon }, null, 8, ["type"]),
15410
- l("span", n_, N(r.label), 1),
15411
- r.count || r.meta ? (T(), c("small", r_, [r.count ? (T(), c("span", i_, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
15423
+ l("span", r_, N(r.label), 1),
15424
+ r.count || r.meta ? (T(), c("small", i_, [r.count ? (T(), c("span", a_, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
15412
15425
  key: 1,
15413
15426
  title: r.metaTitle
15414
- }, N(r.meta), 9, a_)) : s("", !0)])) : s("", !0),
15427
+ }, N(r.meta), 9, o_)) : s("", !0)])) : s("", !0),
15415
15428
  f(m)
15416
15429
  ])) : r.type === "favorability" ? (T(), c("div", {
15417
15430
  key: 1,
@@ -15430,11 +15443,11 @@ function v_(t, n, r, i, a, u) {
15430
15443
  "rating",
15431
15444
  "disabled"
15432
15445
  ]),
15433
- l("label", o_, [l("span", s_, N(r.label), 1)]),
15434
- r.count || r.meta ? (T(), c("small", c_, [r.count ? (T(), c("span", l_, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
15446
+ l("label", s_, [l("span", c_, N(r.label), 1)]),
15447
+ r.count || r.meta ? (T(), c("small", l_, [r.count ? (T(), c("span", u_, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
15435
15448
  key: 1,
15436
15449
  title: r.metaTitle
15437
- }, N(r.meta), 9, u_)) : s("", !0)])) : s("", !0),
15450
+ }, N(r.meta), 9, d_)) : s("", !0)])) : s("", !0),
15438
15451
  f(m)
15439
15452
  ])) : (T(), o(w, {
15440
15453
  key: 2,
@@ -15470,7 +15483,7 @@ function v_(t, n, r, i, a, u) {
15470
15483
  "name",
15471
15484
  "relevant-badge",
15472
15485
  "backgroundColor"
15473
- ]), l("span", d_, N(r.label || r.persona.name), 1)], 64)) : (T(), c("span", f_, N(r.label), 1)),
15486
+ ]), l("span", f_, N(r.label || r.persona.name), 1)], 64)) : (T(), c("span", p_, N(r.label), 1)),
15474
15487
  a.localVolumes.length ? (T(), o(C, {
15475
15488
  key: 4,
15476
15489
  gap: 2,
@@ -15482,7 +15495,7 @@ function v_(t, n, r, i, a, u) {
15482
15495
  onClick: (t) => u.toggleVolume(e.id),
15483
15496
  title: `${e.name} (${e.date})`,
15484
15497
  "aria-label": `Volume ${e.id}${e.active ? " active" : ""}`
15485
- }, N(e.id), 11, p_))), 128)), a.localVolumes.length > 3 ? (T(), o(S, {
15498
+ }, N(e.id), 11, m_))), 128)), a.localVolumes.length > 3 ? (T(), o(S, {
15486
15499
  key: 0,
15487
15500
  disabled: r.disabled || null
15488
15501
  }, {
@@ -15511,15 +15524,15 @@ function v_(t, n, r, i, a, u) {
15511
15524
  }, [f(p, {
15512
15525
  type: "more",
15513
15526
  size: "18"
15514
- })], 10, m_)]),
15527
+ })], 10, h_)]),
15515
15528
  _: 1
15516
15529
  }, 8, ["disabled"])) : s("", !0)]),
15517
15530
  _: 1
15518
15531
  })) : s("", !0),
15519
- r.count || r.meta ? (T(), c("small", h_, [r.count ? (T(), c("span", g_, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
15532
+ r.count || r.meta ? (T(), c("small", g_, [r.count ? (T(), c("span", __, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
15520
15533
  key: 1,
15521
15534
  title: r.metaTitle
15522
- }, N(r.meta), 9, __)) : s("", !0)])) : s("", !0)
15535
+ }, N(r.meta), 9, v_)) : s("", !0)])) : s("", !0)
15523
15536
  ]),
15524
15537
  _: 1
15525
15538
  }, 8, [
@@ -15530,7 +15543,7 @@ function v_(t, n, r, i, a, u) {
15530
15543
  "indeterminate"
15531
15544
  ]))], 2);
15532
15545
  }
15533
- var y_ = /* @__PURE__ */ V(t_, [["render", v_], ["__scopeId", "data-v-bafc258b"]]), b_ = {
15546
+ var b_ = /* @__PURE__ */ V(n_, [["render", y_], ["__scopeId", "data-v-bafc258b"]]), x_ = {
15534
15547
  name: "ecs-range",
15535
15548
  mixins: [J],
15536
15549
  emits: ["update:modelValue"],
@@ -15590,21 +15603,21 @@ var y_ = /* @__PURE__ */ V(t_, [["render", v_], ["__scopeId", "data-v-bafc258b"]
15590
15603
  watch: { modelValue(e) {
15591
15604
  this.updateProgress(e);
15592
15605
  } }
15593
- }, x_ = [
15606
+ }, S_ = [
15594
15607
  "id",
15595
15608
  "disabled",
15596
15609
  "min",
15597
15610
  "max",
15598
15611
  "value",
15599
15612
  "step"
15600
- ], S_ = {
15613
+ ], C_ = {
15601
15614
  key: 0,
15602
15615
  class: "ecs-range-markers"
15603
- }, C_ = {
15616
+ }, w_ = {
15604
15617
  key: 1,
15605
15618
  class: "ecs-range-labels"
15606
15619
  };
15607
- function w_(t, n, r, i, a, o) {
15620
+ function T_(t, n, r, i, a, o) {
15608
15621
  return T(), c("div", { class: b(["ecs-range", { "has-list": r.list }]) }, [
15609
15622
  l("input", {
15610
15623
  ref: "rangeInput",
@@ -15617,18 +15630,18 @@ function w_(t, n, r, i, a, o) {
15617
15630
  value: r.modelValue,
15618
15631
  step: r.step === "any" ? "any" : r.step,
15619
15632
  class: "ecs-range-input"
15620
- }, null, 40, x_),
15621
- o.shouldShowMarkers ? (T(), c("div", S_, [(T(!0), c(e, null, O(o.stepCount, (e, t) => (T(), c("span", {
15633
+ }, null, 40, S_),
15634
+ o.shouldShowMarkers ? (T(), c("div", C_, [(T(!0), c(e, null, O(o.stepCount, (e, t) => (T(), c("span", {
15622
15635
  key: t,
15623
15636
  class: "ecs-range-marker"
15624
15637
  }))), 128))])) : s("", !0),
15625
- r.list ? (T(), c("div", C_, [(T(!0), c(e, null, O(r.list, (e, t) => (T(), c("span", {
15638
+ r.list ? (T(), c("div", w_, [(T(!0), c(e, null, O(r.list, (e, t) => (T(), c("span", {
15626
15639
  key: t,
15627
15640
  class: "ecs-range-label"
15628
15641
  }, N(e), 1))), 128))])) : s("", !0)
15629
15642
  ], 2);
15630
15643
  }
15631
- var T_ = /* @__PURE__ */ V(b_, [["render", w_], ["__scopeId", "data-v-b6f3e6b0"]]), E_ = {
15644
+ var E_ = /* @__PURE__ */ V(x_, [["render", T_], ["__scopeId", "data-v-b6f3e6b0"]]), D_ = {
15632
15645
  name: "ecs-rating-star-write",
15633
15646
  emits: ["click", "reset"],
15634
15647
  props: {
@@ -15649,15 +15662,15 @@ var T_ = /* @__PURE__ */ V(b_, [["render", w_], ["__scopeId", "data-v-b6f3e6b0"]
15649
15662
  default: !1
15650
15663
  }
15651
15664
  }
15652
- }, D_ = ["disabled"], O_ = { class: "ecs-rating-write" }, k_ = ["checked", "disabled"], A_ = ["checked", "disabled"], j_ = ["checked", "disabled"], M_ = ["checked", "disabled"];
15653
- function N_(e, t, n, r, i, a) {
15665
+ }, O_ = ["disabled"], k_ = { class: "ecs-rating-write" }, A_ = ["checked", "disabled"], j_ = ["checked", "disabled"], M_ = ["checked", "disabled"], N_ = ["checked", "disabled"];
15666
+ function P_(e, t, n, r, i, a) {
15654
15667
  return T(), c("div", { class: b(["ecs-rating-form", [n.large ? "ecs-rating-form-lg" : ""]]) }, [n.unrated ? (T(), c("button", {
15655
15668
  key: 0,
15656
15669
  onClick: t[0] ||= (t) => e.$emit("reset"),
15657
15670
  disabled: n.disabled,
15658
15671
  class: b(["ecs-rating-reset", { active: n.value == 0 }]),
15659
15672
  "aria-label": "Reset Rating"
15660
- }, [...t[5] ||= [u("<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)]], 10, D_)) : s("", !0), l("div", O_, [
15673
+ }, [...t[5] ||= [u("<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)]], 10, O_)) : s("", !0), l("div", k_, [
15661
15674
  l("input", {
15662
15675
  type: "radio",
15663
15676
  value: "1",
@@ -15665,7 +15678,7 @@ function N_(e, t, n, r, i, a) {
15665
15678
  onClick: t[1] ||= (t) => e.$emit("click", t),
15666
15679
  checked: n.value == 1 || null,
15667
15680
  disabled: n.disabled
15668
- }, null, 8, k_),
15681
+ }, null, 8, A_),
15669
15682
  t[6] ||= l("i", null, null, -1),
15670
15683
  l("input", {
15671
15684
  type: "radio",
@@ -15674,7 +15687,7 @@ function N_(e, t, n, r, i, a) {
15674
15687
  onClick: t[2] ||= (t) => e.$emit("click", t),
15675
15688
  checked: n.value == 2 || null,
15676
15689
  disabled: n.disabled
15677
- }, null, 8, A_),
15690
+ }, null, 8, j_),
15678
15691
  t[7] ||= l("i", null, null, -1),
15679
15692
  l("input", {
15680
15693
  type: "radio",
@@ -15683,7 +15696,7 @@ function N_(e, t, n, r, i, a) {
15683
15696
  onClick: t[3] ||= (t) => e.$emit("click", t),
15684
15697
  checked: n.value == 3 || null,
15685
15698
  disabled: n.disabled
15686
- }, null, 8, j_),
15699
+ }, null, 8, M_),
15687
15700
  t[8] ||= l("i", null, null, -1),
15688
15701
  l("input", {
15689
15702
  type: "radio",
@@ -15692,11 +15705,11 @@ function N_(e, t, n, r, i, a) {
15692
15705
  onClick: t[4] ||= (t) => e.$emit("click", t),
15693
15706
  checked: n.value == 4 || null,
15694
15707
  disabled: n.disabled
15695
- }, null, 8, M_),
15708
+ }, null, 8, N_),
15696
15709
  t[9] ||= l("i", null, null, -1)
15697
15710
  ])], 2);
15698
15711
  }
15699
- var P_ = /* @__PURE__ */ V(E_, [["render", N_], ["__scopeId", "data-v-0d4c1ecb"]]), F_ = {
15712
+ var F_ = /* @__PURE__ */ V(D_, [["render", P_], ["__scopeId", "data-v-0d4c1ecb"]]), I_ = {
15700
15713
  name: "ecs-section",
15701
15714
  props: {
15702
15715
  title: { type: String },
@@ -15742,11 +15755,11 @@ var P_ = /* @__PURE__ */ V(E_, [["render", N_], ["__scopeId", "data-v-0d4c1ecb"]
15742
15755
  return `ecs-section-content-padding-${this.contentPadding}`;
15743
15756
  }
15744
15757
  }
15745
- }, I_ = {
15758
+ }, L_ = {
15746
15759
  key: 0,
15747
15760
  class: "ecs-section-controls"
15748
15761
  };
15749
- function L_(e, t, n, r, i, a) {
15762
+ function R_(e, t, n, r, i, a) {
15750
15763
  return T(), c("div", { class: b(["ecs-section", [
15751
15764
  n.borderTop ? "ecs-section-border-top" : "",
15752
15765
  n.borderBottom ? "ecs-section-border-bottom" : "",
@@ -15755,9 +15768,9 @@ function L_(e, t, n, r, i, a) {
15755
15768
  ]]) }, [n.title ? (T(), c("h3", {
15756
15769
  key: 0,
15757
15770
  class: b(["ecs-section-headline", [n.headlineBold ? "ecs-headline-section-bold" : "ecs-headline-section", e.$slots.controls ? "has-buttons" : ""]])
15758
- }, [d(N(n.title) + " ", 1), e.$slots.controls ? (T(), c("div", I_, [k(e.$slots, "controls", {}, void 0, !0)])) : s("", !0)], 2)) : s("", !0), l("div", { class: b(["ecs-section-content", [n.title ? "" : "equal", a.contentPaddingClass]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2)], 2);
15771
+ }, [d(N(n.title) + " ", 1), e.$slots.controls ? (T(), c("div", L_, [k(e.$slots, "controls", {}, void 0, !0)])) : s("", !0)], 2)) : s("", !0), l("div", { class: b(["ecs-section-content", [n.title ? "" : "equal", a.contentPaddingClass]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2)], 2);
15759
15772
  }
15760
- var R_ = /* @__PURE__ */ V(F_, [["render", L_], ["__scopeId", "data-v-cdcc0680"]]), z_ = {
15773
+ var z_ = /* @__PURE__ */ V(I_, [["render", R_], ["__scopeId", "data-v-cdcc0680"]]), B_ = {
15761
15774
  name: "ecs-segments",
15762
15775
  emits: ["click"],
15763
15776
  components: { EcsIcon: H },
@@ -15783,15 +15796,15 @@ var R_ = /* @__PURE__ */ V(F_, [["render", L_], ["__scopeId", "data-v-cdcc0680"]
15783
15796
  default: !1
15784
15797
  }
15785
15798
  }
15786
- }, B_ = ["for", "disabled"], V_ = [
15799
+ }, V_ = ["for", "disabled"], H_ = [
15787
15800
  "name",
15788
15801
  "value",
15789
15802
  "id",
15790
15803
  "checked",
15791
15804
  "disabled",
15792
15805
  "onClick"
15793
- ], H_ = ["title"];
15794
- function U_(t, n, r, i, a, u) {
15806
+ ], U_ = ["title"];
15807
+ function W_(t, n, r, i, a, u) {
15795
15808
  let f = A("ecs-icon");
15796
15809
  return T(), c("div", { class: b(["ecs-segments", [r.inline ? "ecs-segments-inline" : ""]]) }, [(T(!0), c(e, null, O(r.options, (e) => (T(), c("label", {
15797
15810
  key: e.id,
@@ -15805,7 +15818,7 @@ function U_(t, n, r, i, a, u) {
15805
15818
  checked: r.value.toLowerCase() == e.id.toLowerCase() || null,
15806
15819
  disabled: e.disabled || r.disabled,
15807
15820
  onClick: (n) => t.$emit("click", e.id)
15808
- }, null, 8, V_), l("span", {
15821
+ }, null, 8, H_), l("span", {
15809
15822
  class: "ecs-segment",
15810
15823
  title: e.title
15811
15824
  }, [e.icon ? (T(), o(f, {
@@ -15814,9 +15827,9 @@ function U_(t, n, r, i, a, u) {
15814
15827
  type: e.icon,
15815
15828
  size: "20",
15816
15829
  color: "#2F333C"
15817
- }, null, 8, ["class", "type"])) : s("", !0), d(" " + N(e.label), 1)], 8, H_)], 8, B_))), 128))], 2);
15830
+ }, null, 8, ["class", "type"])) : s("", !0), d(" " + N(e.label), 1)], 8, U_)], 8, V_))), 128))], 2);
15818
15831
  }
15819
- var W_ = /* @__PURE__ */ V(z_, [["render", U_], ["__scopeId", "data-v-1cb14db0"]]), G_ = {
15832
+ var G_ = /* @__PURE__ */ V(B_, [["render", W_], ["__scopeId", "data-v-1cb14db0"]]), K_ = {
15820
15833
  name: "ecs-selection-grid",
15821
15834
  emits: ["update:modelValue"],
15822
15835
  components: {
@@ -15867,12 +15880,12 @@ var W_ = /* @__PURE__ */ V(z_, [["render", U_], ["__scopeId", "data-v-1cb14db0"]
15867
15880
  }
15868
15881
  }
15869
15882
  }
15870
- }, K_ = ["role"], q_ = [
15883
+ }, q_ = ["role"], J_ = [
15871
15884
  "onClick",
15872
15885
  "role",
15873
15886
  "aria-checked"
15874
15887
  ];
15875
- function J_(t, n, r, i, a, l) {
15888
+ function Y_(t, n, r, i, a, l) {
15876
15889
  let u = A("ecs-icon"), p = A("ecs-file-icon"), m = A("ecs-text-v2"), h = A("ecs-flex-row");
15877
15890
  return T(), c("div", {
15878
15891
  class: "ecs-selection-grid",
@@ -15909,9 +15922,9 @@ function J_(t, n, r, i, a, l) {
15909
15922
  _: 2
15910
15923
  }, 1024)) : s("", !0)]),
15911
15924
  _: 2
15912
- }, 1024)], 10, q_))), 128))], 12, K_);
15925
+ }, 1024)], 10, J_))), 128))], 12, q_);
15913
15926
  }
15914
- var Y_ = /* @__PURE__ */ V(G_, [["render", J_], ["__scopeId", "data-v-8b0a7154"]]), X_ = {
15927
+ var X_ = /* @__PURE__ */ V(K_, [["render", Y_], ["__scopeId", "data-v-8b0a7154"]]), Z_ = {
15915
15928
  name: "ecs-select-tile",
15916
15929
  emits: ["click"],
15917
15930
  components: {
@@ -15949,14 +15962,14 @@ var Y_ = /* @__PURE__ */ V(G_, [["render", J_], ["__scopeId", "data-v-8b0a7154"]
15949
15962
  default: !1
15950
15963
  }
15951
15964
  }
15952
- }, Z_ = ["aria-checked", "tabindex"], Q_ = {
15965
+ }, Q_ = ["aria-checked", "tabindex"], $_ = {
15953
15966
  key: 1,
15954
15967
  class: "label"
15955
- }, $_ = {
15968
+ }, ev = {
15956
15969
  key: 2,
15957
15970
  class: "help"
15958
15971
  };
15959
- function ev(e, t, n, r, i, a) {
15972
+ function tv(e, t, n, r, i, a) {
15960
15973
  let u = A("ecs-illustration"), d = A("ecs-focus-ring");
15961
15974
  return T(), c("div", {
15962
15975
  onClick: t[0] ||= (t) => e.$emit("click", t),
@@ -15971,23 +15984,23 @@ function ev(e, t, n, r, i, a) {
15971
15984
  key: 0,
15972
15985
  type: n.illustration
15973
15986
  }, null, 8, ["type"])) : s("", !0),
15974
- n.label ? (T(), c("div", Q_, N(n.label), 1)) : s("", !0),
15975
- n.helpText ? (T(), c("div", $_, N(n.helpText), 1)) : s("", !0),
15987
+ n.label ? (T(), c("div", $_, N(n.label), 1)) : s("", !0),
15988
+ n.helpText ? (T(), c("div", ev, N(n.helpText), 1)) : s("", !0),
15976
15989
  f(d, {
15977
15990
  inset: -6,
15978
15991
  radius: 12
15979
15992
  })
15980
- ], 42, Z_);
15993
+ ], 42, Q_);
15981
15994
  }
15982
- var tv = /* @__PURE__ */ V(X_, [["render", ev], ["__scopeId", "data-v-a5e9bd1b"]]), nv = { name: "ecs-sequence-map" }, rv = {
15995
+ var nv = /* @__PURE__ */ V(Z_, [["render", tv], ["__scopeId", "data-v-a5e9bd1b"]]), rv = { name: "ecs-sequence-map" }, iv = {
15983
15996
  class: "ecs-sequence-map",
15984
15997
  role: "navigation",
15985
15998
  "aria-label": "Steps"
15986
15999
  };
15987
- function iv(e, t, n, r, i, a) {
15988
- return T(), c("div", rv, [k(e.$slots, "default", {}, void 0, !0)]);
16000
+ function av(e, t, n, r, i, a) {
16001
+ return T(), c("div", iv, [k(e.$slots, "default", {}, void 0, !0)]);
15989
16002
  }
15990
- var av = /* @__PURE__ */ V(nv, [["render", iv], ["__scopeId", "data-v-69c3c73d"]]), ov = {
16003
+ var ov = /* @__PURE__ */ V(rv, [["render", av], ["__scopeId", "data-v-69c3c73d"]]), sv = {
15991
16004
  name: "ecs-sequence-map-button",
15992
16005
  emits: ["click"],
15993
16006
  components: {
@@ -16016,8 +16029,8 @@ var av = /* @__PURE__ */ V(nv, [["render", iv], ["__scopeId", "data-v-69c3c73d"]
16016
16029
  default: !1
16017
16030
  }
16018
16031
  }
16019
- }, sv = ["aria-busy"], cv = { class: "count" };
16020
- function lv(e, t, n, r, i, a) {
16032
+ }, cv = ["aria-busy"], lv = { class: "count" };
16033
+ function uv(e, t, n, r, i, a) {
16021
16034
  let u = A("ecs-icon"), p = A("ecs-focus-ring");
16022
16035
  return T(), c("button", {
16023
16036
  onClick: t[0] ||= (t) => e.$emit("click", t),
@@ -16029,7 +16042,7 @@ function lv(e, t, n, r, i, a) {
16029
16042
  ]]),
16030
16043
  "aria-busy": n.loading || null
16031
16044
  }, [
16032
- l("span", cv, [d(N(n.step) + " ", 1), n.loading ? (T(), o(u, {
16045
+ l("span", lv, [d(N(n.step) + " ", 1), n.loading ? (T(), o(u, {
16033
16046
  key: 0,
16034
16047
  type: "loading",
16035
16048
  class: "loading",
@@ -16038,9 +16051,9 @@ function lv(e, t, n, r, i, a) {
16038
16051
  k(e.$slots, "default", {}, void 0, !0),
16039
16052
  f(p, { inset: 4 }),
16040
16053
  t[1] ||= l("div", { class: "step-indicator" }, null, -1)
16041
- ], 10, sv);
16054
+ ], 10, cv);
16042
16055
  }
16043
- var uv = /* @__PURE__ */ V(ov, [["render", lv], ["__scopeId", "data-v-397f53f1"]]), dv = {
16056
+ var dv = /* @__PURE__ */ V(sv, [["render", uv], ["__scopeId", "data-v-397f53f1"]]), fv = {
16044
16057
  name: "ecs-tab-bar",
16045
16058
  props: {
16046
16059
  type: {
@@ -16078,30 +16091,30 @@ var uv = /* @__PURE__ */ V(ov, [["render", lv], ["__scopeId", "data-v-397f53f1"]
16078
16091
  if (this.type === "standard" && this.direction === "column" || this.type === "sidebar") return "vertical";
16079
16092
  }
16080
16093
  }
16081
- }, fv = ["aria-orientation", "data-orientation"];
16082
- function pv(e, t, n, r, i, a) {
16094
+ }, pv = ["aria-orientation", "data-orientation"];
16095
+ function mv(e, t, n, r, i, a) {
16083
16096
  return T(), c("div", {
16084
16097
  class: b(["ecs-tab-bar", [a.typeClass, a.directionClass]]),
16085
16098
  role: "tablist",
16086
16099
  "aria-orientation": a.tabOrientation,
16087
16100
  "data-orientation": a.tabOrientation
16088
- }, [k(e.$slots, "default", {}, void 0, !0)], 10, fv);
16101
+ }, [k(e.$slots, "default", {}, void 0, !0)], 10, pv);
16089
16102
  }
16090
- var mv = /* @__PURE__ */ V(dv, [["render", pv], ["__scopeId", "data-v-d3452fc7"]]), hv = {
16103
+ var hv = /* @__PURE__ */ V(fv, [["render", mv], ["__scopeId", "data-v-d3452fc7"]]), gv = {
16091
16104
  name: "ecs-tabs",
16092
16105
  props: { fill: {
16093
16106
  type: Boolean,
16094
16107
  default: !1
16095
16108
  } }
16096
16109
  };
16097
- function gv(e, t, n, r, i, a) {
16110
+ function _v(e, t, n, r, i, a) {
16098
16111
  return T(), c("div", { class: b(["ecs-tab-content", [n.fill ? "ecs-tab-content-fill" : ""]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2);
16099
16112
  }
16100
- var _v = /* @__PURE__ */ V(hv, [["render", gv], ["__scopeId", "data-v-0fe19168"]]), vv = {
16113
+ var vv = /* @__PURE__ */ V(gv, [["render", _v], ["__scopeId", "data-v-0fe19168"]]), yv = {
16101
16114
  name: "ecs-sidebar",
16102
16115
  components: {
16103
- EcsTabBar: mv,
16104
- EcsTabs: _v
16116
+ EcsTabBar: hv,
16117
+ EcsTabs: vv
16105
16118
  },
16106
16119
  props: {
16107
16120
  expanded: {
@@ -16135,13 +16148,13 @@ var _v = /* @__PURE__ */ V(hv, [["render", gv], ["__scopeId", "data-v-0fe19168"]
16135
16148
  return this.expanded ? "height: calc(100% - 10px)" : "height:" + (2 + 36 * this.tabCount) + "px";
16136
16149
  }
16137
16150
  }
16138
- }, yv = { class: "ecs-sidebar-tabs" };
16139
- function bv(e, t, n, r, i, a) {
16151
+ }, bv = { class: "ecs-sidebar-tabs" };
16152
+ function xv(e, t, n, r, i, a) {
16140
16153
  let o = A("ecs-tab-bar"), s = A("ecs-tabs");
16141
16154
  return T(), c("aside", {
16142
16155
  class: b(["ecs-sidebar", [a.sizeClass, a.expandClass]]),
16143
16156
  style: S(a.height)
16144
- }, [l("div", yv, [f(o, { type: "sidebar" }, {
16157
+ }, [l("div", bv, [f(o, { type: "sidebar" }, {
16145
16158
  default: I(() => [k(e.$slots, "tab-buttons", {}, void 0, !0)]),
16146
16159
  _: 3
16147
16160
  })]), f(s, null, {
@@ -16149,7 +16162,7 @@ function bv(e, t, n, r, i, a) {
16149
16162
  _: 3
16150
16163
  })], 6);
16151
16164
  }
16152
- var xv = /* @__PURE__ */ V(vv, [["render", bv], ["__scopeId", "data-v-55f62417"]]), Sv = {
16165
+ var Sv = /* @__PURE__ */ V(yv, [["render", xv], ["__scopeId", "data-v-55f62417"]]), Cv = {
16153
16166
  name: "ecs-sidebar-content",
16154
16167
  props: {
16155
16168
  indent: {
@@ -16162,17 +16175,17 @@ var xv = /* @__PURE__ */ V(vv, [["render", bv], ["__scopeId", "data-v-55f62417"]
16162
16175
  }
16163
16176
  }
16164
16177
  };
16165
- function Cv(e, t, n, r, i, a) {
16178
+ function wv(e, t, n, r, i, a) {
16166
16179
  return T(), c("div", { class: b(["ecs-sidebar-content scrollbar", [n.indent ? "ecs-sidebar-content-indent" : "", n.blockContent ? "blocked" : ""]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2);
16167
16180
  }
16168
- var wv = /* @__PURE__ */ V(Sv, [["render", Cv], ["__scopeId", "data-v-197087d5"]]), Tv = {
16181
+ var Tv = /* @__PURE__ */ V(Cv, [["render", wv], ["__scopeId", "data-v-197087d5"]]), Ev = {
16169
16182
  name: "ecs-sidebar-footer",
16170
16183
  props: { condensed: {
16171
16184
  type: Boolean,
16172
16185
  default: !1
16173
16186
  } }
16174
16187
  };
16175
- function Ev(e, t, n, r, i, a) {
16188
+ function Dv(e, t, n, r, i, a) {
16176
16189
  return T(), c("footer", { class: b(["ecs-sidebar-footer", [e.$slots.extension ? "has-extension" : ""]]) }, [
16177
16190
  k(e.$slots, "alert", {}, void 0, !0),
16178
16191
  e.$slots.extension ? (T(), c("div", {
@@ -16182,7 +16195,7 @@ function Ev(e, t, n, r, i, a) {
16182
16195
  l("div", { class: b(["ecs-sidebar-footer-inner", [n.condensed ? "ecs-sidebar-footer-inner-condensed" : ""]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2)
16183
16196
  ], 2);
16184
16197
  }
16185
- var Dv = /* @__PURE__ */ V(Tv, [["render", Ev], ["__scopeId", "data-v-0c35a678"]]), Ov = {
16198
+ var Ov = /* @__PURE__ */ V(Ev, [["render", Dv], ["__scopeId", "data-v-0c35a678"]]), kv = {
16186
16199
  name: "ecs-sidebar-header",
16187
16200
  props: {
16188
16201
  subHeaderExpanded: {
@@ -16198,40 +16211,40 @@ var Dv = /* @__PURE__ */ V(Tv, [["render", Ev], ["__scopeId", "data-v-0c35a678"]
16198
16211
  default: !1
16199
16212
  }
16200
16213
  }
16201
- }, kv = { class: "ecs-sidebar-header" }, Av = {
16214
+ }, Av = { class: "ecs-sidebar-header" }, jv = {
16202
16215
  key: 0,
16203
16216
  class: "ecs-sidebar-header-row"
16204
- }, jv = { class: "ecs-sidebar-header-title" }, Mv = {
16217
+ }, Mv = { class: "ecs-sidebar-header-title" }, Nv = {
16205
16218
  key: 0,
16206
16219
  class: "ecs-sidebar-header-controls"
16207
- }, Nv = {
16220
+ }, Pv = {
16208
16221
  key: 0,
16209
16222
  class: "ecs-sidebar-header-row sub-header"
16210
- }, Pv = {
16223
+ }, Fv = {
16211
16224
  key: 0,
16212
16225
  class: "ecs-sidebar-header-row sub-header"
16213
16226
  };
16214
- function Fv(e, t, n, i, a, o) {
16215
- return T(), c("header", kv, [
16216
- n.hidePrimaryHeader ? s("", !0) : (T(), c("div", Av, [l("div", jv, [k(e.$slots, "default", {}, void 0, !0)]), e.$slots["primary-controls"] ? (T(), c("div", Mv, [k(e.$slots, "primary-controls", {}, void 0, !0)])) : s("", !0)])),
16227
+ function Iv(e, t, n, i, a, o) {
16228
+ return T(), c("header", Av, [
16229
+ n.hidePrimaryHeader ? s("", !0) : (T(), c("div", jv, [l("div", Mv, [k(e.$slots, "default", {}, void 0, !0)]), e.$slots["primary-controls"] ? (T(), c("div", Nv, [k(e.$slots, "primary-controls", {}, void 0, !0)])) : s("", !0)])),
16217
16230
  f(r, { name: "expansion" }, {
16218
- default: I(() => [n.subHeaderExpanded && e.$slots.subheader ? (T(), c("div", Nv, [k(e.$slots, "subheader", {}, void 0, !0)])) : s("", !0)]),
16231
+ default: I(() => [n.subHeaderExpanded && e.$slots.subheader ? (T(), c("div", Pv, [k(e.$slots, "subheader", {}, void 0, !0)])) : s("", !0)]),
16219
16232
  _: 3
16220
16233
  }),
16221
16234
  f(r, { name: "expansion" }, {
16222
- default: I(() => [n.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (T(), c("div", Pv, [k(e.$slots, "tertiaryheader", {}, void 0, !0)])) : s("", !0)]),
16235
+ default: I(() => [n.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (T(), c("div", Fv, [k(e.$slots, "tertiaryheader", {}, void 0, !0)])) : s("", !0)]),
16223
16236
  _: 3
16224
16237
  })
16225
16238
  ]);
16226
16239
  }
16227
- var Iv = /* @__PURE__ */ V(Ov, [["render", Fv], ["__scopeId", "data-v-54e7aa5c"]]), Lv = { name: "ecs-sidebar-list" }, Rv = {
16240
+ var Lv = /* @__PURE__ */ V(kv, [["render", Iv], ["__scopeId", "data-v-54e7aa5c"]]), Rv = { name: "ecs-sidebar-list" }, zv = {
16228
16241
  class: "ecs-sidebar-list",
16229
16242
  role: "list"
16230
16243
  };
16231
- function zv(e, t, n, r, i, a) {
16232
- return T(), c("div", Rv, [k(e.$slots, "default", {}, void 0, !0)]);
16244
+ function Bv(e, t, n, r, i, a) {
16245
+ return T(), c("div", zv, [k(e.$slots, "default", {}, void 0, !0)]);
16233
16246
  }
16234
- var Bv = /* @__PURE__ */ V(Lv, [["render", zv], ["__scopeId", "data-v-81bc3c0a"]]), Vv = {
16247
+ var Vv = /* @__PURE__ */ V(Rv, [["render", Bv], ["__scopeId", "data-v-81bc3c0a"]]), Hv = {
16235
16248
  name: "ecs-sidebar-list-item",
16236
16249
  emits: ["click", "select"],
16237
16250
  components: {
@@ -16331,16 +16344,16 @@ var Bv = /* @__PURE__ */ V(Lv, [["render", zv], ["__scopeId", "data-v-81bc3c0a"]
16331
16344
  });
16332
16345
  }
16333
16346
  }
16334
- }, Hv = {
16347
+ }, Uv = {
16335
16348
  class: "ecs-sidebar-list-item",
16336
16349
  role: "listitem"
16337
- }, Uv = ["tabindex"], Wv = { class: "ecs-sidebar-list-item-content" }, Gv = { class: "ecs-sidebar-list-item-label" }, Kv = { class: "ecs-sidebar-list-item-label-text" }, qv = { class: "ecs-sidebar-list-item-subline" }, Jv = {
16350
+ }, Wv = ["tabindex"], Gv = { class: "ecs-sidebar-list-item-content" }, Kv = { class: "ecs-sidebar-list-item-label" }, qv = { class: "ecs-sidebar-list-item-label-text" }, Jv = { class: "ecs-sidebar-list-item-subline" }, Yv = {
16338
16351
  key: 0,
16339
16352
  class: "ecs-sidebar-list-item-subline secondary"
16340
16353
  };
16341
- function Yv(t, n, r, i, a, u) {
16354
+ function Xv(t, n, r, i, a, u) {
16342
16355
  let p = A("ecs-checkbox"), m = A("ecs-skeleton-loader"), h = A("ecs-avatar"), g = A("ecs-icon"), _ = A("ecs-flex-row");
16343
- return T(), c("div", Hv, [l("div", {
16356
+ return T(), c("div", Uv, [l("div", {
16344
16357
  onClick: n[1] ||= (...e) => u.handleClick && u.handleClick(...e),
16345
16358
  onKeydown: [n[2] ||= L((...e) => u.handleClick && u.handleClick(...e), ["enter"]), n[3] ||= L(R((...e) => u.handleClick && u.handleClick(...e), ["prevent"]), ["space"])],
16346
16359
  class: b(["ecs-sidebar-list-item-state", {
@@ -16397,12 +16410,12 @@ function Yv(t, n, r, i, a, u) {
16397
16410
  size: "30",
16398
16411
  color: r.iconColor
16399
16412
  }, null, 8, ["type", "color"])) : s("", !0),
16400
- l("div", Wv, [l("span", Gv, [r.loading ? (T(), o(m, {
16413
+ l("div", Gv, [l("span", Kv, [r.loading ? (T(), o(m, {
16401
16414
  key: 0,
16402
16415
  type: "single",
16403
16416
  "line-height": 4,
16404
16417
  width: "random"
16405
- })) : (T(), c(e, { key: 1 }, [l("span", Kv, [k(t.$slots, "default", {}, void 0, !0)]), r.ai ? (T(), o(g, {
16418
+ })) : (T(), c(e, { key: 1 }, [l("span", qv, [k(t.$slots, "default", {}, void 0, !0)]), r.ai ? (T(), o(g, {
16406
16419
  key: 0,
16407
16420
  type: "ecai-icon",
16408
16421
  size: "16",
@@ -16413,12 +16426,12 @@ function Yv(t, n, r, i, a, u) {
16413
16426
  gap: 8,
16414
16427
  justify: "between"
16415
16428
  }, {
16416
- default: I(() => [l("span", qv, [r.loading ? (T(), o(m, {
16429
+ default: I(() => [l("span", Jv, [r.loading ? (T(), o(m, {
16417
16430
  key: 0,
16418
16431
  type: "single",
16419
16432
  "line-height": 2,
16420
16433
  width: "random"
16421
- })) : r.subline ? (T(), c(e, { key: 1 }, [d(N(r.subline), 1)], 64)) : s("", !0)]), r.sublineSecondary || r.loading ? (T(), c("span", Jv, [l("span", { class: b({ "on-hover": r.sublineSecondaryHover }) }, [r.loading ? (T(), o(m, {
16434
+ })) : r.subline ? (T(), c(e, { key: 1 }, [d(N(r.subline), 1)], 64)) : s("", !0)]), r.sublineSecondary || r.loading ? (T(), c("span", Yv, [l("span", { class: b({ "on-hover": r.sublineSecondaryHover }) }, [r.loading ? (T(), o(m, {
16422
16435
  key: 0,
16423
16436
  type: "single",
16424
16437
  "line-height": 2,
@@ -16428,9 +16441,9 @@ function Yv(t, n, r, i, a, u) {
16428
16441
  _: 1
16429
16442
  })) : s("", !0)]),
16430
16443
  r.loading ? s("", !0) : k(t.$slots, "meta", { key: 4 }, void 0, !0)
16431
- ], 42, Uv)]);
16444
+ ], 42, Wv)]);
16432
16445
  }
16433
- var Xv = /* @__PURE__ */ V(Vv, [["render", Yv], ["__scopeId", "data-v-66eb2ab6"]]), Zv = {
16446
+ var Zv = /* @__PURE__ */ V(Hv, [["render", Xv], ["__scopeId", "data-v-66eb2ab6"]]), Qv = {
16434
16447
  name: "ecs-structured-content",
16435
16448
  components: {
16436
16449
  EcsClickableArea: vr,
@@ -16500,14 +16513,14 @@ var Xv = /* @__PURE__ */ V(Vv, [["render", Yv], ["__scopeId", "data-v-66eb2ab6"]
16500
16513
  this.internalCollapse = !this.internalCollapse, this.$emit("toggleCollapse", this.internalCollapse);
16501
16514
  }
16502
16515
  }
16503
- }, Qv = {
16516
+ }, $v = {
16504
16517
  key: 1,
16505
16518
  class: "ecs-structured-content-left"
16506
- }, $v = {
16519
+ }, ey = {
16507
16520
  key: 2,
16508
16521
  class: "ecs-structured-content-right"
16509
- }, ey = { class: "ecs-structured-content-collapse-inner" }, ty = { class: "ecs-structured-content-collapse-content" };
16510
- function ny(e, t, n, r, i, a) {
16522
+ }, ty = { class: "ecs-structured-content-collapse-inner" }, ny = { class: "ecs-structured-content-collapse-content" };
16523
+ function ry(e, t, n, r, i, a) {
16511
16524
  let u = A("ecs-skeleton-loader");
16512
16525
  return T(), c("div", { class: b(["ecs-structured-content", [
16513
16526
  { clickable: n.clickable },
@@ -16530,7 +16543,7 @@ function ny(e, t, n, r, i, a) {
16530
16543
  key: 0,
16531
16544
  type: "single",
16532
16545
  width: "random"
16533
- })) : (T(), c("div", Qv, [k(e.$slots, "default", {}, void 0, !0)])), e.$slots.extend && !n.loading ? (T(), c("div", $v, [k(e.$slots, "extend", {}, void 0, !0)])) : s("", !0)]),
16546
+ })) : (T(), c("div", $v, [k(e.$slots, "default", {}, void 0, !0)])), e.$slots.extend && !n.loading ? (T(), c("div", ey, [k(e.$slots, "extend", {}, void 0, !0)])) : s("", !0)]),
16534
16547
  _: 3
16535
16548
  }, 8, [
16536
16549
  "onClick",
@@ -16545,12 +16558,12 @@ function ny(e, t, n, r, i, a) {
16545
16558
  collapsed: i.internalCollapse,
16546
16559
  expanded: i.internalCollapse === !1
16547
16560
  }])
16548
- }, [l("div", ey, [l("div", ty, [n.loading ? (T(), o(u, {
16561
+ }, [l("div", ty, [l("div", ny, [n.loading ? (T(), o(u, {
16549
16562
  key: 0,
16550
16563
  type: "multi"
16551
16564
  })) : k(e.$slots, "collapse", { key: 1 }, void 0, !0)])])], 2))], 2);
16552
16565
  }
16553
- var ry = /* @__PURE__ */ V(Zv, [["render", ny], ["__scopeId", "data-v-823ad344"]]), iy = {
16566
+ var iy = /* @__PURE__ */ V(Qv, [["render", ry], ["__scopeId", "data-v-823ad344"]]), ay = {
16554
16567
  name: "ecs-swatches-picker",
16555
16568
  emits: ["update:modelValue"],
16556
16569
  props: {
@@ -16598,14 +16611,14 @@ var ry = /* @__PURE__ */ V(Zv, [["render", ny], ["__scopeId", "data-v-823ad344"]
16598
16611
  this.selectedTitle = this.swatches[this.swatches.findIndex((e) => e.hex === this.selectedColor)].title;
16599
16612
  }
16600
16613
  }
16601
- }, ay = [
16614
+ }, oy = [
16602
16615
  "onClick",
16603
16616
  "onKeydown",
16604
16617
  "title",
16605
16618
  "aria-label",
16606
16619
  "aria-checked"
16607
16620
  ];
16608
- function oy(t, n, r, i, a, o) {
16621
+ function sy(t, n, r, i, a, o) {
16609
16622
  return T(), c("div", {
16610
16623
  class: b(["ecs-swatches", o.sizeClass]),
16611
16624
  role: "radiogroup"
@@ -16623,9 +16636,9 @@ function oy(t, n, r, i, a, o) {
16623
16636
  backgroundColor: e.hex,
16624
16637
  color: e.hex
16625
16638
  })
16626
- }, null, 46, ay))), 128))], 2);
16639
+ }, null, 46, oy))), 128))], 2);
16627
16640
  }
16628
- var sy = /* @__PURE__ */ V(iy, [["render", oy], ["__scopeId", "data-v-9c0b74cb"]]), cy = {
16641
+ var cy = /* @__PURE__ */ V(ay, [["render", sy], ["__scopeId", "data-v-9c0b74cb"]]), ly = {
16629
16642
  name: "ecs-tab",
16630
16643
  props: {
16631
16644
  show: {
@@ -16654,8 +16667,8 @@ var sy = /* @__PURE__ */ V(iy, [["render", oy], ["__scopeId", "data-v-9c0b74cb"]
16654
16667
  mounted() {
16655
16668
  !this.ariaLabeledBy || this.ariaLabeledBy.trim();
16656
16669
  }
16657
- }, ly = ["aria-labelledby"];
16658
- function uy(e, t, n, r, i, a) {
16670
+ }, uy = ["aria-labelledby"];
16671
+ function dy(e, t, n, r, i, a) {
16659
16672
  return T(), c("div", {
16660
16673
  class: b(["ecs-tab-pane", [
16661
16674
  n.show ? "show" : "",
@@ -16664,9 +16677,9 @@ function uy(e, t, n, r, i, a) {
16664
16677
  ]]),
16665
16678
  role: "tabpanel",
16666
16679
  "aria-labelledby": n.ariaLabeledBy
16667
- }, [k(e.$slots, "default", {}, void 0, !0)], 10, ly);
16680
+ }, [k(e.$slots, "default", {}, void 0, !0)], 10, uy);
16668
16681
  }
16669
- var dy = /* @__PURE__ */ V(cy, [["render", uy], ["__scopeId", "data-v-2c119fff"]]), fy = {
16682
+ var fy = /* @__PURE__ */ V(ly, [["render", dy], ["__scopeId", "data-v-2c119fff"]]), py = {
16670
16683
  name: "ecs-tab-button",
16671
16684
  emits: ["click", "tabNavigation"],
16672
16685
  components: {
@@ -16749,16 +16762,16 @@ var dy = /* @__PURE__ */ V(cy, [["render", uy], ["__scopeId", "data-v-2c119fff"]
16749
16762
  });
16750
16763
  }
16751
16764
  }
16752
- }, py = [
16765
+ }, my = [
16753
16766
  "disabled",
16754
16767
  "aria-selected",
16755
16768
  "aria-controls",
16756
16769
  "aria-label"
16757
- ], my = {
16770
+ ], hy = {
16758
16771
  key: 2,
16759
16772
  class: "shortcut"
16760
16773
  };
16761
- function hy(e, t, n, r, i, a) {
16774
+ function gy(e, t, n, r, i, a) {
16762
16775
  let u = A("ecs-icon"), d = A("ecs-sticker"), p = A("ecs-focus-ring");
16763
16776
  return T(), c("button", {
16764
16777
  class: b(["ecs-tab-button", [
@@ -16786,12 +16799,12 @@ function hy(e, t, n, r, i, a) {
16786
16799
  type: n.sticker
16787
16800
  }, null, 8, ["type"])) : s("", !0),
16788
16801
  k(e.$slots, "default", {}, void 0, !0),
16789
- n.shortcut ? (T(), c("span", my, N(n.shortcut), 1)) : s("", !0),
16802
+ n.shortcut ? (T(), c("span", hy, N(n.shortcut), 1)) : s("", !0),
16790
16803
  f(p, { inset: 0 }),
16791
16804
  t[2] ||= l("span", { class: "hover" }, null, -1)
16792
- ], 42, py);
16805
+ ], 42, my);
16793
16806
  }
16794
- var gy = /* @__PURE__ */ V(fy, [["render", hy], ["__scopeId", "data-v-e723f4d5"]]), _y = {
16807
+ var _y = /* @__PURE__ */ V(py, [["render", gy], ["__scopeId", "data-v-e723f4d5"]]), vy = {
16795
16808
  name: "ecs-tag",
16796
16809
  emits: ["click"],
16797
16810
  components: {
@@ -16874,11 +16887,11 @@ var gy = /* @__PURE__ */ V(fy, [["render", hy], ["__scopeId", "data-v-e723f4d5"]
16874
16887
  methods: { handleClick(e) {
16875
16888
  this.$emit("click", e);
16876
16889
  } }
16877
- }, vy = ["title"], yy = {
16890
+ }, yy = ["title"], by = {
16878
16891
  key: 1,
16879
16892
  class: "count"
16880
16893
  };
16881
- function by(e, t, n, r, i, a) {
16894
+ function xy(e, t, n, r, i, a) {
16882
16895
  let l = A("ecs-skeleton-loader"), u = A("ecs-focus-ring");
16883
16896
  return T(), o(M(n.hover ? "button" : "span"), {
16884
16897
  class: b(["ecs-tag", [
@@ -16897,9 +16910,9 @@ function by(e, t, n, r, i, a) {
16897
16910
  key: 0,
16898
16911
  class: "path",
16899
16912
  title: n.path
16900
- }, "../", 8, vy)) : s("", !0),
16913
+ }, "../", 8, yy)) : s("", !0),
16901
16914
  k(e.$slots, "default", {}, void 0, !0),
16902
- n.count ? (T(), c("span", yy, N(n.count), 1)) : s("", !0),
16915
+ n.count ? (T(), c("span", by, N(n.count), 1)) : s("", !0),
16903
16916
  n.loading ? (T(), o(l, {
16904
16917
  key: 2,
16905
16918
  type: "single",
@@ -16917,14 +16930,14 @@ function by(e, t, n, r, i, a) {
16917
16930
  "disabled"
16918
16931
  ]);
16919
16932
  }
16920
- var xy = /* @__PURE__ */ V(_y, [["render", by], ["__scopeId", "data-v-569d32e3"]]), Sy = { name: "ecs-tag-cloud" }, Cy = {
16933
+ var Sy = /* @__PURE__ */ V(vy, [["render", xy], ["__scopeId", "data-v-569d32e3"]]), Cy = { name: "ecs-tag-cloud" }, wy = {
16921
16934
  class: "ecs-tag-cloud",
16922
16935
  role: "list"
16923
16936
  };
16924
- function wy(e, t, n, r, i, a) {
16925
- return T(), c("div", Cy, [k(e.$slots, "default", {}, void 0, !0)]);
16937
+ function Ty(e, t, n, r, i, a) {
16938
+ return T(), c("div", wy, [k(e.$slots, "default", {}, void 0, !0)]);
16926
16939
  }
16927
- var Ty = /* @__PURE__ */ V(Sy, [["render", wy], ["__scopeId", "data-v-4334fe7e"]]), Ey = {
16940
+ var Ey = /* @__PURE__ */ V(Cy, [["render", Ty], ["__scopeId", "data-v-4334fe7e"]]), Dy = {
16928
16941
  name: "ecs-toast",
16929
16942
  emits: ["action"],
16930
16943
  components: { EcsFocusRing: U },
@@ -16947,7 +16960,7 @@ var Ty = /* @__PURE__ */ V(Sy, [["render", wy], ["__scopeId", "data-v-4334fe7e"]
16947
16960
  return this.theme;
16948
16961
  } }
16949
16962
  };
16950
- function Dy(e, t, n, r, i, a) {
16963
+ function Oy(e, t, n, r, i, a) {
16951
16964
  let o = A("ecs-focus-ring");
16952
16965
  return T(), c("div", {
16953
16966
  class: b(["ecs-toast", a.typeClass]),
@@ -16963,32 +16976,32 @@ function Dy(e, t, n, r, i, a) {
16963
16976
  radius: 6
16964
16977
  })])) : s("", !0)], 2);
16965
16978
  }
16966
- var Oy = /* @__PURE__ */ V(Ey, [["render", Dy], ["__scopeId", "data-v-61082fed"]]), ky = { name: "ecs-toasts" }, Ay = {
16979
+ var ky = /* @__PURE__ */ V(Dy, [["render", Oy], ["__scopeId", "data-v-61082fed"]]), Ay = { name: "ecs-toasts" }, jy = {
16967
16980
  class: "ecs-toasts",
16968
16981
  "aria-live": "polite"
16969
16982
  };
16970
- function jy(e, t, n, r, a, o) {
16971
- return T(), c("div", Ay, [f(i, { name: "transition-toast" }, {
16983
+ function My(e, t, n, r, a, o) {
16984
+ return T(), c("div", jy, [f(i, { name: "transition-toast" }, {
16972
16985
  default: I(() => [k(e.$slots, "default", {}, void 0, !0)]),
16973
16986
  _: 3
16974
16987
  })]);
16975
16988
  }
16976
- var My = /* @__PURE__ */ V(ky, [["render", jy], ["__scopeId", "data-v-451fee48"]]), Ny = {
16989
+ var Ny = /* @__PURE__ */ V(Ay, [["render", My], ["__scopeId", "data-v-451fee48"]]), Py = {
16977
16990
  name: "ecs-toolbar",
16978
16991
  props: { type: {
16979
16992
  type: String,
16980
16993
  validator: (e) => ["viewer", "index"].includes(e),
16981
16994
  default: "index"
16982
16995
  } }
16983
- }, Py = {
16996
+ }, Fy = {
16984
16997
  class: "ecs-toolbar",
16985
16998
  role: "toolbar",
16986
16999
  "aria-label": "Main"
16987
17000
  };
16988
- function Fy(e, t, n, r, i, a) {
16989
- return T(), c("div", Py, [k(e.$slots, "default", {}, void 0, !0)]);
17001
+ function Iy(e, t, n, r, i, a) {
17002
+ return T(), c("div", Fy, [k(e.$slots, "default", {}, void 0, !0)]);
16990
17003
  }
16991
- var Iy = /* @__PURE__ */ V(Ny, [["render", Fy], ["__scopeId", "data-v-e0681f01"]]), Ly = {
17004
+ var Ly = /* @__PURE__ */ V(Py, [["render", Iy], ["__scopeId", "data-v-e0681f01"]]), Ry = {
16992
17005
  name: "ecs-transcript-state",
16993
17006
  emits: ["click"],
16994
17007
  components: {
@@ -17014,17 +17027,17 @@ var Iy = /* @__PURE__ */ V(Ny, [["render", Fy], ["__scopeId", "data-v-e0681f01"]
17014
17027
  default: !1
17015
17028
  }
17016
17029
  }
17017
- }, Ry = ["aria-busy"], zy = {
17030
+ }, zy = ["aria-busy"], By = {
17018
17031
  key: 0,
17019
17032
  class: "healthy"
17020
- }, By = {
17033
+ }, Vy = {
17021
17034
  key: 1,
17022
17035
  class: "corrupted"
17023
- }, Vy = {
17036
+ }, Hy = {
17024
17037
  key: 2,
17025
17038
  class: "loading"
17026
17039
  };
17027
- function Hy(t, n, r, i, a, u) {
17040
+ function Uy(t, n, r, i, a, u) {
17028
17041
  let d = A("ecs-skeleton-loader"), p = A("ecs-icon");
17029
17042
  return T(), c("div", {
17030
17043
  onClick: n[0] ||= (e) => t.$emit("click", e),
@@ -17037,16 +17050,16 @@ function Hy(t, n, r, i, a, u) {
17037
17050
  height: 32
17038
17051
  })) : (T(), c(e, { key: 1 }, [
17039
17052
  n[1] ||= l("div", { class: "background" }, null, -1),
17040
- r.state == "healthy" ? (T(), c("div", zy)) : s("", !0),
17041
- r.state == "corrupted" ? (T(), c("div", By)) : s("", !0),
17042
- r.state == "loading" ? (T(), c("span", Vy, [f(p, {
17053
+ r.state == "healthy" ? (T(), c("div", By)) : s("", !0),
17054
+ r.state == "corrupted" ? (T(), c("div", Vy)) : s("", !0),
17055
+ r.state == "loading" ? (T(), c("span", Hy, [f(p, {
17043
17056
  type: "loading",
17044
17057
  size: "18px",
17045
17058
  color: "#202127"
17046
17059
  })])) : s("", !0)
17047
- ], 64))], 10, Ry);
17060
+ ], 64))], 10, zy);
17048
17061
  }
17049
- var Uy = /* @__PURE__ */ V(Ly, [["render", Hy], ["__scopeId", "data-v-8f3aef8d"]]), Wy = {
17062
+ var Wy = /* @__PURE__ */ V(Ry, [["render", Uy], ["__scopeId", "data-v-8f3aef8d"]]), Gy = {
17050
17063
  name: "ecs-tree-list",
17051
17064
  props: {
17052
17065
  id: { type: String },
@@ -17060,15 +17073,15 @@ var Uy = /* @__PURE__ */ V(Ly, [["render", Hy], ["__scopeId", "data-v-8f3aef8d"]
17060
17073
  default: !1
17061
17074
  }
17062
17075
  }
17063
- }, Gy = ["id", "role"];
17064
- function Ky(e, t, n, r, i, a) {
17076
+ }, Ky = ["id", "role"];
17077
+ function qy(e, t, n, r, i, a) {
17065
17078
  return T(), c("div", {
17066
17079
  class: b(["ecs-tree-view-list", { "ecs-tree-view-list-indent": n.indent }]),
17067
17080
  id: n.id,
17068
17081
  role: n.role
17069
- }, [k(e.$slots, "default", {}, void 0, !0)], 10, Gy);
17082
+ }, [k(e.$slots, "default", {}, void 0, !0)], 10, Ky);
17070
17083
  }
17071
- var qy = /* @__PURE__ */ V(Wy, [["render", Ky], ["__scopeId", "data-v-6af94f50"]]), Jy = {
17084
+ var Jy = /* @__PURE__ */ V(Gy, [["render", qy], ["__scopeId", "data-v-6af94f50"]]), Yy = {
17072
17085
  name: "ecs-tree-list-item",
17073
17086
  emits: ["click", "toggled"],
17074
17087
  components: {
@@ -17218,17 +17231,17 @@ var qy = /* @__PURE__ */ V(Wy, [["render", Ky], ["__scopeId", "data-v-6af94f50"]
17218
17231
  created() {
17219
17232
  this.expandId = this.generateUniqueId();
17220
17233
  }
17221
- }, Yy = ["tabindex"], Xy = {
17234
+ }, Xy = ["tabindex"], Zy = {
17222
17235
  key: 1,
17223
17236
  class: "icon-container"
17224
- }, Zy = {
17237
+ }, Qy = {
17225
17238
  key: 2,
17226
17239
  class: "ecs-tree-view-entry-control"
17227
- }, Qy = ["disabled"], $y = {
17240
+ }, $y = ["disabled"], eb = {
17228
17241
  key: 4,
17229
17242
  class: "ecs-tree-view-entry-actions"
17230
- }, eb = ["id", "aria-hidden"];
17231
- function tb(e, t, n, r, i, a) {
17243
+ }, tb = ["id", "aria-hidden"];
17244
+ function nb(e, t, n, r, i, a) {
17232
17245
  let u = A("ecs-button-collapse"), d = A("ecs-icon"), p = A("ecs-sticker"), m = A("ecs-focus-ring");
17233
17246
  return T(), c("div", null, [l("div", {
17234
17247
  onKeydown: [t[2] ||= L(R((...e) => a.focusPrevious && a.focusPrevious(...e), ["prevent"]), ["up"]), t[3] ||= L(R((...e) => a.focusNext && a.focusNext(...e), ["prevent"]), ["down"])],
@@ -17265,7 +17278,7 @@ function tb(e, t, n, r, i, a) {
17265
17278
  "aria-busy",
17266
17279
  "onClick"
17267
17280
  ])) : s("", !0),
17268
- n.icon ? (T(), c("div", Xy, [f(d, {
17281
+ n.icon ? (T(), c("div", Zy, [f(d, {
17269
17282
  type: n.icon,
17270
17283
  color: n.iconColor,
17271
17284
  size: a.iconSize
@@ -17283,31 +17296,31 @@ function tb(e, t, n, r, i, a) {
17283
17296
  "color",
17284
17297
  "style"
17285
17298
  ])) : s("", !0)])) : s("", !0),
17286
- e.$slots.control ? (T(), c("div", Zy, [k(e.$slots, "control", {}, void 0, !0)])) : s("", !0),
17299
+ e.$slots.control ? (T(), c("div", Qy, [k(e.$slots, "control", {}, void 0, !0)])) : s("", !0),
17287
17300
  l("span", {
17288
17301
  disabled: n.disabled,
17289
17302
  onClick: t[0] ||= (t) => !n.disabled && e.$emit("click", t),
17290
17303
  class: b(["title", [n.titleOverflow ? "overflow" : "", n.disabled ? "disabled" : ""]])
17291
- }, [k(e.$slots, "default", {}, void 0, !0)], 10, Qy),
17304
+ }, [k(e.$slots, "default", {}, void 0, !0)], 10, $y),
17292
17305
  n.afterLabel ? (T(), c("span", {
17293
17306
  key: 3,
17294
17307
  onClick: t[1] ||= (t) => !n.disabled && e.$emit("click", t),
17295
17308
  class: "after-label"
17296
17309
  }, N(n.afterLabel), 1)) : s("", !0),
17297
- e.$slots.actions ? (T(), c("div", $y, [k(e.$slots, "actions", {}, void 0, !0)])) : s("", !0),
17310
+ e.$slots.actions ? (T(), c("div", eb, [k(e.$slots, "actions", {}, void 0, !0)])) : s("", !0),
17298
17311
  a.isSelectable ? (T(), o(m, { key: 5 })) : s("", !0)
17299
- ], 42, Yy), e.$slots.collapse ? (T(), c("div", {
17312
+ ], 42, Xy), e.$slots.collapse ? (T(), c("div", {
17300
17313
  key: 0,
17301
17314
  class: b([i.isVisible ? "collapse-show" : "collapse-hide", "collapsable"]),
17302
17315
  id: i.expandId,
17303
17316
  "aria-hidden": i.isVisible ? "false" : "true"
17304
- }, [k(e.$slots, "collapse", {}, void 0, !0)], 10, eb)) : s("", !0)]);
17317
+ }, [k(e.$slots, "collapse", {}, void 0, !0)], 10, tb)) : s("", !0)]);
17305
17318
  }
17306
- var nb = /* @__PURE__ */ V(Jy, [["render", tb], ["__scopeId", "data-v-81e7629c"]]), rb = { name: "ecs-tree-list-headline" }, ib = { class: "ecs-tree-view-headline" };
17307
- function ab(e, t, n, r, i, a) {
17308
- return T(), c("div", ib, [k(e.$slots, "default", {}, void 0, !0)]);
17319
+ var rb = /* @__PURE__ */ V(Yy, [["render", nb], ["__scopeId", "data-v-81e7629c"]]), ib = { name: "ecs-tree-list-headline" }, ab = { class: "ecs-tree-view-headline" };
17320
+ function ob(e, t, n, r, i, a) {
17321
+ return T(), c("div", ab, [k(e.$slots, "default", {}, void 0, !0)]);
17309
17322
  }
17310
- var ob = /* @__PURE__ */ V(rb, [["render", ab], ["__scopeId", "data-v-a5153e06"]]), sb = {
17323
+ var sb = /* @__PURE__ */ V(ib, [["render", ob], ["__scopeId", "data-v-a5153e06"]]), cb = {
17311
17324
  name: "EcsTypeConfirmation",
17312
17325
  emits: ["update:modelValue", "bypassConfirm"],
17313
17326
  components: {
@@ -17383,15 +17396,15 @@ var ob = /* @__PURE__ */ V(rb, [["render", ab], ["__scopeId", "data-v-a5153e06"]
17383
17396
  mounted() {
17384
17397
  this.uniqueId = "input-" + this.generateUniqueId(), this.bypassActive && this.alertType !== "none" && this.$emit("update:modelValue", !0);
17385
17398
  }
17386
- }, cb = ["for"], lb = { class: "ecs-type-confirmation-verb" }, ub = ["for"], db = { class: "ecs-type-confirmation-verb" };
17387
- function fb(e, t, n, r, i, a) {
17399
+ }, lb = ["for"], ub = { class: "ecs-type-confirmation-verb" }, db = ["for"], fb = { class: "ecs-type-confirmation-verb" };
17400
+ function pb(e, t, n, r, i, a) {
17388
17401
  let c = A("ecs-input"), u = A("ecs-form-group"), p = A("ecs-checkbox"), m = A("ecs-alert");
17389
17402
  return n.alertType == "none" ? (T(), o(u, {
17390
17403
  key: 1,
17391
17404
  class: "ecs-type-confirmation-input"
17392
17405
  }, {
17393
17406
  default: I(() => [
17394
- l("label", { for: i.uniqueId }, N(a.text), 9, ub),
17407
+ l("label", { for: i.uniqueId }, N(a.text), 9, db),
17395
17408
  f(c, {
17396
17409
  modelValue: i.inputValue,
17397
17410
  "onUpdate:modelValue": t[2] ||= (e) => i.inputValue = e,
@@ -17405,7 +17418,7 @@ function fb(e, t, n, r, i, a) {
17405
17418
  "error",
17406
17419
  "id"
17407
17420
  ]),
17408
- l("span", db, N(a.upperCaseVerb), 1)
17421
+ l("span", fb, N(a.upperCaseVerb), 1)
17409
17422
  ]),
17410
17423
  _: 1
17411
17424
  })) : (T(), o(m, {
@@ -17420,7 +17433,7 @@ function fb(e, t, n, r, i, a) {
17420
17433
  class: "ecs-type-confirmation-input"
17421
17434
  }, {
17422
17435
  default: I(() => [
17423
- l("label", { for: i.uniqueId }, N(a.text), 9, cb),
17436
+ l("label", { for: i.uniqueId }, N(a.text), 9, lb),
17424
17437
  f(c, {
17425
17438
  modelValue: i.inputValue,
17426
17439
  "onUpdate:modelValue": t[0] ||= (e) => i.inputValue = e,
@@ -17434,7 +17447,7 @@ function fb(e, t, n, r, i, a) {
17434
17447
  "error",
17435
17448
  "id"
17436
17449
  ]),
17437
- l("span", lb, N(a.upperCaseVerb), 1)
17450
+ l("span", ub, N(a.upperCaseVerb), 1)
17438
17451
  ]),
17439
17452
  _: 1
17440
17453
  })),
@@ -17451,7 +17464,7 @@ function fb(e, t, n, r, i, a) {
17451
17464
  _: 3
17452
17465
  }, 8, ["headline", "type"]));
17453
17466
  }
17454
- var pb = /* @__PURE__ */ V(sb, [["render", fb], ["__scopeId", "data-v-1e0fa905"]]), mb = {
17467
+ var mb = /* @__PURE__ */ V(cb, [["render", pb], ["__scopeId", "data-v-1e0fa905"]]), hb = {
17455
17468
  name: "ecs-video",
17456
17469
  props: {
17457
17470
  posterImage: {
@@ -17475,14 +17488,14 @@ var pb = /* @__PURE__ */ V(sb, [["render", fb], ["__scopeId", "data-v-1e0fa905"]
17475
17488
  default: null
17476
17489
  }
17477
17490
  }
17478
- }, hb = [
17491
+ }, gb = [
17479
17492
  "poster",
17480
17493
  "autoplay",
17481
17494
  "loop",
17482
17495
  "controls",
17483
17496
  "src"
17484
17497
  ];
17485
- function gb(e, t, n, r, i, a) {
17498
+ function _b(e, t, n, r, i, a) {
17486
17499
  return T(), c("video", {
17487
17500
  poster: n.posterImage,
17488
17501
  autoplay: n.autoplay,
@@ -17490,9 +17503,9 @@ function gb(e, t, n, r, i, a) {
17490
17503
  controls: n.controls,
17491
17504
  class: "ecs-video",
17492
17505
  src: n.mp4Source
17493
- }, null, 8, hb);
17506
+ }, null, 8, gb);
17494
17507
  }
17495
- var _b = /* @__PURE__ */ V(mb, [["render", gb], ["__scopeId", "data-v-ce84fcb3"]]), vb = {
17508
+ var vb = /* @__PURE__ */ V(hb, [["render", _b], ["__scopeId", "data-v-ce84fcb3"]]), yb = {
17496
17509
  name: "ecs-window",
17497
17510
  components: {
17498
17511
  EcsButton: Y,
@@ -17663,11 +17676,11 @@ var _b = /* @__PURE__ */ V(mb, [["render", gb], ["__scopeId", "data-v-ce84fcb3"]
17663
17676
  this.isFocused = !1, this.$emit("blur");
17664
17677
  }
17665
17678
  }
17666
- }, yb = { class: "ecs-window-content scrollbar scrollbar-sml" }, bb = {
17679
+ }, bb = { class: "ecs-window-content scrollbar scrollbar-sml" }, xb = {
17667
17680
  key: 1,
17668
17681
  class: "ecs-window-footer"
17669
17682
  };
17670
- function xb(t, n, r, i, a, o) {
17683
+ function Sb(t, n, r, i, a, o) {
17671
17684
  let u = A("ecs-text-v2"), p = A("ecs-button");
17672
17685
  return r.show ? (T(), c("div", {
17673
17686
  key: 0,
@@ -17704,8 +17717,8 @@ function xb(t, n, r, i, a, o) {
17704
17717
  "aria-label": "Close window",
17705
17718
  title: "Close"
17706
17719
  })], 32)) : s("", !0),
17707
- l("div", yb, [k(t.$slots, "default", {}, void 0, !0)]),
17708
- t.$slots.footer ? (T(), c("div", bb, [k(t.$slots, "footer", {}, void 0, !0)])) : s("", !0),
17720
+ l("div", bb, [k(t.$slots, "default", {}, void 0, !0)]),
17721
+ t.$slots.footer ? (T(), c("div", xb, [k(t.$slots, "footer", {}, void 0, !0)])) : s("", !0),
17709
17722
  r.resizable ? (T(), c(e, { key: 2 }, [
17710
17723
  l("div", {
17711
17724
  onMousedown: n[2] ||= (e) => o.startResize("right"),
@@ -17724,6 +17737,6 @@ function xb(t, n, r, i, a, o) {
17724
17737
  ], 64)) : s("", !0)
17725
17738
  ], 38)) : s("", !0);
17726
17739
  }
17727
- var Sb = /* @__PURE__ */ V(vb, [["render", xb], ["__scopeId", "data-v-1c653eb3"]]);
17740
+ var Cb = /* @__PURE__ */ V(yb, [["render", Sb], ["__scopeId", "data-v-1c653eb3"]]);
17728
17741
  //#endregion
17729
- export { Ae as EcsActionToolbar, we as EcsAlert, Ie as EcsAudio, Ke as EcsAvatar, Ye as EcsBanner, Qe as EcsBreadcrumb, nt as EcsBreadcrumbButton, ot as EcsBreadcrumbTitle, Ni as EcsBulkSelector, Y as EcsButton, Vi as EcsButtonCollapse, ka as EcsButtonContext, Na as EcsButtonContextGroup, La as EcsButtonDialog, Li as EcsButtonGroup, Va as EcsButtonMore, Ka as EcsButtonTable, Ei as EcsButtonToolbar, Xa as EcsButtonToolbarGroup, no as EcsCard, uo as EcsChatConversation, Co as EcsChatMessage, Er as EcsCheckbox, oo as EcsCitationLine, vr as EcsClickableArea, zo as EcsCollapse, qo as EcsCollectionControl, vc as EcsColorPicker, xc as EcsColorPickerInput, ls as EcsComment, ps as EcsCommentList, Ao as EcsContextMenu, jc as EcsDataCard, Fc as EcsDataCardList, qc as EcsDataCardRow, $c as EcsDataGrid, Kl as EcsDataGridCell, zl as EcsDataGridGroup, Fl as EcsDataGridHeadCell, rl as EcsDataGridRow, cl as EcsDataGridRowGroup, Xl as EcsDataList, ru as EcsDataListItem, su as EcsDialog, pu as EcsDialogHeader, bu as EcsDirectoryEntry, ku as EcsDocumentState, Lu as EcsDonutChart, rd as EcsDropzone, od as EcsEcaiWrapper, Uu as EcsEmptyState, pd as EcsEntryLink, wd as EcsExcerptSnippet, sf as EcsExhibitStickerEditor, mu as EcsFavicon, Wr as EcsFileIcon, ff as EcsFileList, kf as EcsFileListItem, cf as EcsFillIcon, jf as EcsFlag, Pf as EcsFlexCol, G as EcsFlexRow, U as EcsFocusRing, Zf as EcsFolderSelector, hr as EcsFormCheck, ep as EcsFormGroup, op as EcsFormHeadline, mp as EcsFormSet, Zo as EcsFormatted, _p as EcsHighlight, H as EcsIcon, bp as EcsIllustration, Ip as EcsIndexListItem, kp as EcsIndexToolbar, zp as EcsInfoTooltip, om as EcsInplace, kd as EcsInput, Hp as EcsInputAddon, zf as EcsInputClear, Kp as EcsInputConnector, Qp as EcsInputFloat, tm as EcsInputGroup, Uf as EcsInputSearch, dm as EcsJumperDocument, vm as EcsJumperIndex, Nm as EcsJumperPage, uh as EcsLayoutDataTable, Qm as EcsLayoutDirectory, Wm as EcsLayoutIndex, vh as EcsLegendItem, Th as EcsLogMessage, Ah as EcsMap, Ih as EcsModal, Jh as EcsModalFooter, Hh as EcsModalHeader, ug as EcsMultiselectOption, tg as EcsMultiselectSearchToken, ig as EcsMultiselectToken, Og as EcsOverlay, Ig as EcsPagination, Im as EcsPane, zc as EcsPartyEntry, lr as EcsPopover, Wg as EcsPopoverHeader, fr as EcsPopoverList, Nd as EcsPopoverListHeadline, xi as EcsPopoverListItem, qu as EcsProgress, y_ as EcsQuicklink, jr as EcsRadiobutton, T_ as EcsRange, e_ as EcsRatingFavorability, Yg as EcsRatingStarRead, P_ as EcsRatingStarWrite, Kf as EcsScrollContainer, R_ as EcsSection, W_ as EcsSegment, _l as EcsSelect, tv as EcsSelectTile, Y_ as EcsSelectionGrid, ki as EcsSeparator, av as EcsSequenceMap, uv as EcsSequenceMapButton, mo as EcsShinyText, xv as EcsSidebar, wv as EcsSidebarContent, Dv as EcsSidebarFooter, Iv as EcsSidebarHeader, Bv as EcsSidebarList, Xv as EcsSidebarListItem, W as EcsSkeletonLoader, Hr as EcsSortbutton, Lm as EcsSplitpanes, cu as EcsStateIcon, Re as EcsSticker, ry as EcsStructuredContent, sy as EcsSwatchesPicker, zr as EcsSwitch, dy as EcsTab, mv as EcsTabBar, gy as EcsTabButton, _v as EcsTabs, xy as EcsTag, Ty as EcsTagCloud, xr as EcsTextV2, Oy as EcsToast, My as EcsToasts, Iy as EcsToolbar, Uy as EcsTranscriptState, qy as EcsTreeList, ob as EcsTreeListHeadline, nb as EcsTreeListItem, pb as EcsTypeConfirmation, _b as EcsVideo, Sb as EcsWindow };
17742
+ export { Ae as EcsActionToolbar, we as EcsAlert, Ie as EcsAudio, Ke as EcsAvatar, Ye as EcsBanner, Qe as EcsBreadcrumb, nt as EcsBreadcrumbButton, ot as EcsBreadcrumbTitle, Ni as EcsBulkSelector, Y as EcsButton, Vi as EcsButtonCollapse, ka as EcsButtonContext, Na as EcsButtonContextGroup, La as EcsButtonDialog, Li as EcsButtonGroup, Va as EcsButtonMore, Ka as EcsButtonTable, Ei as EcsButtonToolbar, Xa as EcsButtonToolbarGroup, no as EcsCard, uo as EcsChatConversation, Co as EcsChatMessage, Er as EcsCheckbox, oo as EcsCitationLine, vr as EcsClickableArea, zo as EcsCollapse, qo as EcsCollectionControl, vc as EcsColorPicker, xc as EcsColorPickerInput, ls as EcsComment, ps as EcsCommentList, Ao as EcsContextMenu, jc as EcsDataCard, Fc as EcsDataCardList, qc as EcsDataCardRow, $c as EcsDataGrid, Kl as EcsDataGridCell, zl as EcsDataGridGroup, Fl as EcsDataGridHeadCell, rl as EcsDataGridRow, cl as EcsDataGridRowGroup, Xl as EcsDataList, ru as EcsDataListItem, su as EcsDialog, pu as EcsDialogHeader, bu as EcsDirectoryEntry, ku as EcsDocumentState, Lu as EcsDonutChart, rd as EcsDropzone, od as EcsEcaiWrapper, Uu as EcsEmptyState, pd as EcsEntryLink, wd as EcsExcerptSnippet, sf as EcsExhibitStickerEditor, mu as EcsFavicon, Wr as EcsFileIcon, ff as EcsFileList, kf as EcsFileListItem, cf as EcsFillIcon, jf as EcsFlag, Pf as EcsFlexCol, G as EcsFlexRow, U as EcsFocusRing, Zf as EcsFolderSelector, hr as EcsFormCheck, ep as EcsFormGroup, op as EcsFormHeadline, mp as EcsFormSet, Zo as EcsFormatted, _p as EcsHighlight, H as EcsIcon, bp as EcsIllustration, Ip as EcsIndexListItem, kp as EcsIndexToolbar, zp as EcsInfoTooltip, om as EcsInplace, kd as EcsInput, Hp as EcsInputAddon, zf as EcsInputClear, Kp as EcsInputConnector, Qp as EcsInputFloat, tm as EcsInputGroup, Uf as EcsInputSearch, dm as EcsJumperDocument, vm as EcsJumperIndex, Nm as EcsJumperPage, dh as EcsLayoutDataTable, Qm as EcsLayoutDirectory, Wm as EcsLayoutIndex, yh as EcsLegendItem, Eh as EcsLogMessage, jh as EcsMap, Lh as EcsModal, Yh as EcsModalFooter, Uh as EcsModalHeader, dg as EcsMultiselectOption, ng as EcsMultiselectSearchToken, ag as EcsMultiselectToken, kg as EcsOverlay, Lg as EcsPagination, Im as EcsPane, zc as EcsPartyEntry, lr as EcsPopover, Gg as EcsPopoverHeader, fr as EcsPopoverList, Nd as EcsPopoverListHeadline, xi as EcsPopoverListItem, qu as EcsProgress, b_ as EcsQuicklink, jr as EcsRadiobutton, E_ as EcsRange, t_ as EcsRatingFavorability, Xg as EcsRatingStarRead, F_ as EcsRatingStarWrite, Kf as EcsScrollContainer, z_ as EcsSection, G_ as EcsSegment, _l as EcsSelect, nv as EcsSelectTile, X_ as EcsSelectionGrid, ki as EcsSeparator, ov as EcsSequenceMap, dv as EcsSequenceMapButton, mo as EcsShinyText, Sv as EcsSidebar, Tv as EcsSidebarContent, Ov as EcsSidebarFooter, Lv as EcsSidebarHeader, Vv as EcsSidebarList, Zv as EcsSidebarListItem, W as EcsSkeletonLoader, Hr as EcsSortbutton, Lm as EcsSplitpanes, cu as EcsStateIcon, Re as EcsSticker, iy as EcsStructuredContent, cy as EcsSwatchesPicker, zr as EcsSwitch, fy as EcsTab, hv as EcsTabBar, _y as EcsTabButton, vv as EcsTabs, Sy as EcsTag, Ey as EcsTagCloud, xr as EcsTextV2, ky as EcsToast, Ny as EcsToasts, Ly as EcsToolbar, Wy as EcsTranscriptState, Jy as EcsTreeList, sb as EcsTreeListHeadline, rb as EcsTreeListItem, mb as EcsTypeConfirmation, vb as EcsVideo, Cb as EcsWindow };