@everchron/ec-shards 19.0.1 → 19.1.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
@@ -5890,10 +5890,52 @@ function io(e, t, n, r, i, a) {
5890
5890
  return T(), c("div", ro, [k(e.$slots, "default", {}, void 0, !0)], 512);
5891
5891
  }
5892
5892
  var ao = /* @__PURE__ */ H(no, [["render", io], ["__scopeId", "data-v-352ec4c8"]]), oo = {
5893
+ name: "ecs-shiny-text",
5894
+ props: {
5895
+ text: {
5896
+ type: String,
5897
+ required: !0
5898
+ },
5899
+ primaryColor: {
5900
+ type: String,
5901
+ default: "var(--color-gray-7)"
5902
+ },
5903
+ secondaryColor: {
5904
+ type: String,
5905
+ default: "var(--color-gray-3)"
5906
+ },
5907
+ speed: {
5908
+ type: Number,
5909
+ default: 2e3
5910
+ },
5911
+ as: {
5912
+ type: String,
5913
+ default: "span"
5914
+ }
5915
+ },
5916
+ computed: { cssVars() {
5917
+ return {
5918
+ "--ecs-shiny-text-primary": this.primaryColor,
5919
+ "--ecs-shiny-text-secondary": this.secondaryColor,
5920
+ "--ecs-shiny-text-speed": `${this.speed}ms`
5921
+ };
5922
+ } }
5923
+ };
5924
+ function so(e, t, n, r, i, a) {
5925
+ return T(), o(M(n.as), {
5926
+ class: "ecs-shiny-text",
5927
+ style: S(a.cssVars)
5928
+ }, {
5929
+ default: I(() => [d(N(n.text), 1)]),
5930
+ _: 1
5931
+ }, 8, ["style"]);
5932
+ }
5933
+ var co = /* @__PURE__ */ H(oo, [["render", so], ["__scopeId", "data-v-88f797a6"]]), lo = {
5893
5934
  name: "ecs-chat-message",
5894
5935
  components: {
5895
5936
  EcsAvatar: Ue,
5896
- EcsIcon: U
5937
+ EcsIcon: U,
5938
+ EcsShinyText: co
5897
5939
  },
5898
5940
  props: {
5899
5941
  variant: {
@@ -5944,10 +5986,10 @@ var ao = /* @__PURE__ */ H(no, [["render", io], ["__scopeId", "data-v-352ec4c8"]
5944
5986
  computed: { bubbleColor() {
5945
5987
  return this.variant === "bubble" ? this.type === "assistant" ? "var(--color-blue-2)" : this.type === "bookmarked" ? "var(--color-yellow-3)" : (this.type, "var(--color-gray-2)") : null;
5946
5988
  } }
5947
- }, so = ["aria-busy"], co = { class: "ecs-chat-message-content" }, lo = {
5989
+ }, uo = ["aria-busy"], fo = { class: "ecs-chat-message-content" }, po = {
5948
5990
  key: 1,
5949
5991
  class: "ecai-avatar"
5950
- }, uo = {
5992
+ }, mo = {
5951
5993
  key: 0,
5952
5994
  xmlns: "http://www.w3.org/2000/svg",
5953
5995
  width: "8",
@@ -5955,15 +5997,12 @@ var ao = /* @__PURE__ */ H(no, [["render", io], ["__scopeId", "data-v-352ec4c8"]
5955
5997
  viewBox: "0 0 8 8",
5956
5998
  fill: "none",
5957
5999
  class: "ecs-chat-message-bubble-arrow"
5958
- }, fo = ["fill"], po = {
5959
- key: 1,
5960
- class: "ecs-chat-message-busy-text"
5961
- }, mo = {
6000
+ }, ho = ["fill"], go = {
5962
6001
  key: 0,
5963
6002
  class: "ecs-chat-message-actions"
5964
6003
  };
5965
- function ho(t, n, r, i, a, u) {
5966
- let d = A("ecs-avatar"), p = A("ecs-icon");
6004
+ function _o(t, n, r, i, a, u) {
6005
+ let d = A("ecs-avatar"), p = A("ecs-icon"), m = A("ecs-shiny-text");
5967
6006
  return T(), c("div", {
5968
6007
  class: b(["ecs-chat-message", {
5969
6008
  sent: r.direction === "sent",
@@ -5973,7 +6012,7 @@ function ho(t, n, r, i, a, u) {
5973
6012
  sticky: r.sticky
5974
6013
  }]),
5975
6014
  "aria-busy": r.busy
5976
- }, [l("div", co, [r.variant === "bubble" ? (T(), c(e, { key: 0 }, [r.type === "assistant" ? (T(), c("div", lo, [f(p, {
6015
+ }, [l("div", fo, [r.variant === "bubble" ? (T(), c(e, { key: 0 }, [r.type === "assistant" ? (T(), c("div", po, [f(p, {
5977
6016
  type: "ecai-icon",
5978
6017
  size: "20",
5979
6018
  color: "var(--color-white)"
@@ -5984,12 +6023,18 @@ function ho(t, n, r, i, a, u) {
5984
6023
  "scrollbar-sml": r.escaped
5985
6024
  }]),
5986
6025
  style: S(r.variant === "bubble" ? { backgroundColor: u.bubbleColor } : {})
5987
- }, [r.variant === "bubble" ? (T(), c("svg", uo, [l("path", {
6026
+ }, [r.variant === "bubble" ? (T(), c("svg", mo, [l("path", {
5988
6027
  d: "M6.2929 6.2929L0 0V8H5.58579C6.47669 8 6.92286 6.92286 6.2929 6.2929Z",
5989
6028
  fill: u.bubbleColor
5990
- }, null, 8, fo)])) : s("", !0), r.busy ? (T(), c("span", po, N(r.busyText), 1)) : k(t.$slots, "default", { key: 2 }, void 0, !0)], 6)]), t.$slots.actions ? (T(), c("div", mo, [k(t.$slots, "actions", {}, void 0, !0)])) : s("", !0)], 10, so);
6029
+ }, null, 8, ho)])) : s("", !0), r.busy ? (T(), o(m, {
6030
+ key: 1,
6031
+ text: r.busyText,
6032
+ "primary-color": "#6680AA",
6033
+ "secondary-color": "#D1E1F9",
6034
+ speed: 1200
6035
+ }, null, 8, ["text"])) : k(t.$slots, "default", { key: 2 }, void 0, !0)], 6)]), t.$slots.actions ? (T(), c("div", go, [k(t.$slots, "actions", {}, void 0, !0)])) : s("", !0)], 10, uo);
5991
6036
  }
5992
- var go = /* @__PURE__ */ H(oo, [["render", ho], ["__scopeId", "data-v-5284a78d"]]), _o = /* @__PURE__ */ B((/* @__PURE__ */ z(((e) => {
6037
+ var vo = /* @__PURE__ */ H(lo, [["render", _o], ["__scopeId", "data-v-a5821d0e"]]), yo = /* @__PURE__ */ B((/* @__PURE__ */ z(((e) => {
5993
6038
  Object.defineProperty(e, "__esModule", { value: !0 }), e.default = e.clickOutSide = {
5994
6039
  mounted: function(e, t, n) {
5995
6040
  e.clickOutsideEvent = function(n) {
@@ -6000,7 +6045,7 @@ var go = /* @__PURE__ */ H(oo, [["render", ho], ["__scopeId", "data-v-5284a78d"]
6000
6045
  document.removeEventListener("click", e.clickOutsideEvent);
6001
6046
  }
6002
6047
  };
6003
- })))()), vo = {
6048
+ })))()), bo = {
6004
6049
  name: "ecs-context-menu",
6005
6050
  emits: [
6006
6051
  "option-clicked",
@@ -6012,7 +6057,7 @@ var go = /* @__PURE__ */ H(oo, [["render", ho], ["__scopeId", "data-v-5284a78d"]
6012
6057
  EcsFocusRing: W,
6013
6058
  EcsButton: X
6014
6059
  },
6015
- directives: { clickOutSide: _o.default },
6060
+ directives: { clickOutSide: yo.default },
6016
6061
  props: {
6017
6062
  elementId: {
6018
6063
  type: String,
@@ -6095,13 +6140,13 @@ var go = /* @__PURE__ */ H(oo, [["render", ho], ["__scopeId", "data-v-5284a78d"]
6095
6140
  beforeUnmount() {
6096
6141
  document.removeEventListener("keyup", this.onEscKeyRelease);
6097
6142
  }
6098
- }, yo = ["id"], bo = [
6143
+ }, xo = ["id"], So = [
6099
6144
  "onClick",
6100
6145
  "role",
6101
6146
  "tabindex",
6102
6147
  "aria-disabled"
6103
- ], xo = { key: 1 };
6104
- function So(t, n, r, i, a, u) {
6148
+ ], Co = { key: 1 };
6149
+ function wo(t, n, r, i, a, u) {
6105
6150
  let d = A("ecs-icon"), p = A("ecs-button"), m = A("ecs-focus-ring"), h = j("click-out-side");
6106
6151
  return oe((T(), c("div", {
6107
6152
  class: b(["ecs-context-menu", a.opened ? " opened" : ""]),
@@ -6131,7 +6176,7 @@ function So(t, n, r, i, a, u) {
6131
6176
  type: e.icon,
6132
6177
  size: "20"
6133
6178
  }, null, 8, ["type"])) : s("", !0),
6134
- e.type == "divider" ? s("", !0) : (T(), c("span", xo, N(e.name), 1)),
6179
+ e.type == "divider" ? s("", !0) : (T(), c("span", Co, N(e.name), 1)),
6135
6180
  e.nested ? (T(), o(p, {
6136
6181
  key: 2,
6137
6182
  onClick: R((t) => u.optionClicked(e.nested), ["stop"]),
@@ -6150,9 +6195,9 @@ function So(t, n, r, i, a, u) {
6150
6195
  "disabled"
6151
6196
  ])) : s("", !0),
6152
6197
  f(m, { danger: e.type == "danger" }, null, 8, ["danger"])
6153
- ], 10, bo))), 128))], 544)], 14, yo)), [[h, u.onClickOutside]]);
6198
+ ], 10, So))), 128))], 544)], 14, xo)), [[h, u.onClickOutside]]);
6154
6199
  }
6155
- var Co = /* @__PURE__ */ H(vo, [["render", So], ["__scopeId", "data-v-68234afa"]]), wo = {
6200
+ var To = /* @__PURE__ */ H(bo, [["render", wo], ["__scopeId", "data-v-68234afa"]]), Eo = {
6156
6201
  name: "ecs-collapse",
6157
6202
  emits: ["toggled", "remove"],
6158
6203
  components: {
@@ -6246,21 +6291,21 @@ var Co = /* @__PURE__ */ H(vo, [["render", So], ["__scopeId", "data-v-68234afa"]
6246
6291
  watch: { visible() {
6247
6292
  this.isVisible = this.visible;
6248
6293
  } }
6249
- }, To = { class: "wrap" }, Eo = ["aria-expanded", "aria-controls"], Do = { class: "ecs-collapsable-headline-title-text" }, Oo = {
6294
+ }, Do = { class: "wrap" }, Oo = ["aria-expanded", "aria-controls"], ko = { class: "ecs-collapsable-headline-title-text" }, Ao = {
6250
6295
  key: 0,
6251
6296
  class: "ecs-collapsable-headline-count"
6252
- }, ko = {
6297
+ }, jo = {
6253
6298
  key: 0,
6254
6299
  class: "ecs-collapsable-headline-controls"
6255
- }, Ao = ["id", "aria-hidden"];
6256
- function jo(e, t, n, i, a, u) {
6300
+ }, Mo = ["id", "aria-hidden"];
6301
+ function No(e, t, n, i, a, u) {
6257
6302
  let d = A("ecs-button"), p = A("ecs-flex-row"), m = A("ecs-focus-ring"), h = A("ecs-icon");
6258
6303
  return T(), c("div", { class: b(["ecs-collapsable", [
6259
6304
  n.borderTop ? "ecs-collapsable-border-top" : "",
6260
6305
  n.borderBottom ? "ecs-collapsable-border-bottom" : "",
6261
6306
  u.indentation,
6262
6307
  u.headlineIndentation
6263
- ]]) }, [l("div", To, [n.removable ? (T(), o(d, {
6308
+ ]]) }, [l("div", Do, [n.removable ? (T(), o(d, {
6264
6309
  key: 0,
6265
6310
  onClick: t[0] ||= (t) => e.$emit("remove", n.id),
6266
6311
  type: "secondary",
@@ -6289,8 +6334,8 @@ function jo(e, t, n, i, a, u) {
6289
6334
  }, {
6290
6335
  default: I(() => [
6291
6336
  k(e.$slots, "prepend", {}, void 0, !0),
6292
- l("span", Do, N(n.title), 1),
6293
- n.count ? (T(), c("span", Oo, "(" + N(n.count) + ")", 1)) : s("", !0),
6337
+ l("span", ko, N(n.title), 1),
6338
+ n.count ? (T(), c("span", Ao, "(" + N(n.count) + ")", 1)) : s("", !0),
6294
6339
  k(e.$slots, "append", {}, void 0, !0)
6295
6340
  ]),
6296
6341
  _: 3
@@ -6300,7 +6345,7 @@ function jo(e, t, n, i, a, u) {
6300
6345
  radius: 0
6301
6346
  }),
6302
6347
  f(r, { name: "fade" }, {
6303
- default: I(() => [e.$slots.controls && (!n.hideControlsWhenCollapsed || a.isVisible) ? (T(), c("div", ko, [k(e.$slots, "controls", {}, void 0, !0)])) : s("", !0)]),
6348
+ default: I(() => [e.$slots.controls && (!n.hideControlsWhenCollapsed || a.isVisible) ? (T(), c("div", jo, [k(e.$slots, "controls", {}, void 0, !0)])) : s("", !0)]),
6304
6349
  _: 3
6305
6350
  }),
6306
6351
  f(h, {
@@ -6309,7 +6354,7 @@ function jo(e, t, n, i, a, u) {
6309
6354
  size: "24",
6310
6355
  class: "ecs-collapsable-headline-chevron"
6311
6356
  })
6312
- ], 42, Eo)]), l("div", {
6357
+ ], 42, Oo)]), l("div", {
6313
6358
  class: b([
6314
6359
  a.isVisible ? "collapse-show" : "collapse-hide",
6315
6360
  "collapse",
@@ -6317,9 +6362,9 @@ function jo(e, t, n, i, a, u) {
6317
6362
  ]),
6318
6363
  id: `collapse-${this.id}`,
6319
6364
  "aria-hidden": a.isVisible ? "false" : "true"
6320
- }, [l("div", { class: b(["ecs-collapsable-content", u.contentPaddingClass]) }, [k(e.$slots, "default", {}, void 0, !0)], 2)], 10, Ao)], 2);
6365
+ }, [l("div", { class: b(["ecs-collapsable-content", u.contentPaddingClass]) }, [k(e.$slots, "default", {}, void 0, !0)], 2)], 10, Mo)], 2);
6321
6366
  }
6322
- var Mo = /* @__PURE__ */ H(wo, [["render", jo], ["__scopeId", "data-v-805fb0b9"]]), No = {
6367
+ var Po = /* @__PURE__ */ H(Eo, [["render", No], ["__scopeId", "data-v-805fb0b9"]]), Fo = {
6323
6368
  name: "ecs-collection-control",
6324
6369
  emits: ["toggled", "collectionTooltip"],
6325
6370
  components: {
@@ -6387,16 +6432,16 @@ var Mo = /* @__PURE__ */ H(wo, [["render", jo], ["__scopeId", "data-v-805fb0b9"]
6387
6432
  created() {
6388
6433
  this.expandId = this.generateUniqueId();
6389
6434
  }
6390
- }, Po = [
6435
+ }, Io = [
6391
6436
  "tabindex",
6392
6437
  "role",
6393
6438
  "aria-expanded",
6394
6439
  "aria-controls"
6395
- ], Fo = {
6440
+ ], Lo = {
6396
6441
  key: 1,
6397
6442
  class: "description"
6398
- }, Io = ["title"], Lo = { key: 0 }, Ro = ["id", "aria-hidden"];
6399
- function zo(t, n, r, i, a, u) {
6443
+ }, Ro = ["title"], zo = { key: 0 }, Bo = ["id", "aria-hidden"];
6444
+ function Vo(t, n, r, i, a, u) {
6400
6445
  let d = A("ecs-focus-ring"), p = A("ecs-icon");
6401
6446
  return T(), c("div", { class: b(["ecs-collection-control", [
6402
6447
  r.noBorder ? "" : "bordered",
@@ -6418,23 +6463,23 @@ function zo(t, n, r, i, a, u) {
6418
6463
  color: "#858E9E",
6419
6464
  size: u.iconSize
6420
6465
  }, null, 8, ["type", "size"])) : s("", !0),
6421
- r.label ? (T(), c("div", Fo, N(r.label), 1)) : s("", !0),
6466
+ r.label ? (T(), c("div", Lo, N(r.label), 1)) : s("", !0),
6422
6467
  l("div", {
6423
6468
  class: "collection",
6424
6469
  onMouseover: n[0] ||= (...e) => u.toggleTooltip && u.toggleTooltip(...e),
6425
6470
  onMouseleave: n[1] ||= (...e) => u.toggleTooltip && u.toggleTooltip(...e),
6426
6471
  title: u.fullTooltip
6427
- }, [(T(!0), c(e, null, O(r.collection, (e) => (T(), c("span", { key: e.name }, [e.value ? (T(), c("span", Lo, N(e.name), 1)) : s("", !0)]))), 128))], 40, Io)
6428
- ], 42, Po), l("div", {
6472
+ }, [(T(!0), c(e, null, O(r.collection, (e) => (T(), c("span", { key: e.name }, [e.value ? (T(), c("span", zo, N(e.name), 1)) : s("", !0)]))), 128))], 40, Ro)
6473
+ ], 42, Io), l("div", {
6429
6474
  class: b([a.isVisible || r.nonInteractive ? "collapse-show" : "collapse-hide", "collapse"]),
6430
6475
  id: r.nonInteractive ? void 0 : a.expandId,
6431
6476
  "aria-hidden": a.isVisible || r.nonInteractive ? "false" : "true"
6432
6477
  }, [l("div", {
6433
6478
  class: "ecs-collection-control-list scrollbar scrollbar-sml",
6434
6479
  style: S(u.listMaxHeight)
6435
- }, [k(t.$slots, "default")], 4)], 10, Ro)], 2);
6480
+ }, [k(t.$slots, "default")], 4)], 10, Bo)], 2);
6436
6481
  }
6437
- var Bo = /* @__PURE__ */ H(No, [["render", zo], ["__scopeId", "data-v-95f66a3d"]]), Vo = {
6482
+ var Ho = /* @__PURE__ */ H(Fo, [["render", Vo], ["__scopeId", "data-v-95f66a3d"]]), Uo = {
6438
6483
  name: "ecs-formatted",
6439
6484
  components: { EcsSkeletonLoader: G },
6440
6485
  mixins: [Y],
@@ -6463,8 +6508,8 @@ var Bo = /* @__PURE__ */ H(No, [["render", zo], ["__scopeId", "data-v-95f66a3d"]
6463
6508
  }
6464
6509
  });
6465
6510
  }
6466
- }, Ho = ["id"];
6467
- function Uo(e, t, n, r, i, a) {
6511
+ }, Wo = ["id"];
6512
+ function Go(e, t, n, r, i, a) {
6468
6513
  let s = A("ecs-skeleton-loader");
6469
6514
  return T(), c("div", {
6470
6515
  class: b(["ecs-formatted", [n.small ? "ecs-formatted-sml" : ""]]),
@@ -6477,15 +6522,15 @@ function Uo(e, t, n, r, i, a) {
6477
6522
  }, null, 8, ["line-height", "count"])) : k(e.$slots, "default", {
6478
6523
  key: 0,
6479
6524
  ref: "slot"
6480
- })], 10, Ho);
6525
+ })], 10, Wo);
6481
6526
  }
6482
- var Wo = /* @__PURE__ */ H(Vo, [["render", Uo]]), Go = {
6527
+ var Ko = /* @__PURE__ */ H(Uo, [["render", Go]]), qo = {
6483
6528
  name: "ecs-comment",
6484
6529
  emits: ["edit", "delete"],
6485
6530
  components: {
6486
6531
  EcsAvatar: Ue,
6487
6532
  EcsButton: X,
6488
- EcsFormatted: Wo,
6533
+ EcsFormatted: Ko,
6489
6534
  EcsSkeletonLoader: G
6490
6535
  },
6491
6536
  props: {
@@ -6506,26 +6551,26 @@ var Wo = /* @__PURE__ */ H(Vo, [["render", Uo]]), Go = {
6506
6551
  default: !1
6507
6552
  }
6508
6553
  }
6509
- }, Ko = ["aria-busy"], qo = { class: "ecs-comment-header" }, Jo = { class: "ecs-comment-autor" }, Yo = {
6554
+ }, Jo = ["aria-busy"], Yo = { class: "ecs-comment-header" }, Xo = { class: "ecs-comment-autor" }, Zo = {
6510
6555
  key: 2,
6511
6556
  class: "ecs-comment-meta"
6512
- }, Xo = { class: "ecs-comment-meta-name" }, Zo = { class: "ecs-comment-meta-time" }, Qo = {
6557
+ }, Qo = { class: "ecs-comment-meta-name" }, $o = { class: "ecs-comment-meta-time" }, es = {
6513
6558
  key: 3,
6514
6559
  class: "ecs-comment-meta loading"
6515
- }, $o = {
6560
+ }, ts = {
6516
6561
  key: 0,
6517
6562
  class: "ecs-comment-actions"
6518
- }, es = {
6563
+ }, ns = {
6519
6564
  key: 2,
6520
6565
  class: "ecs-comment-edit"
6521
6566
  };
6522
- function ts(e, t, n, r, i, a) {
6567
+ function rs(e, t, n, r, i, a) {
6523
6568
  let u = A("ecs-skeleton-loader"), d = A("ecs-avatar"), p = A("ecs-button"), m = A("ecs-formatted");
6524
6569
  return T(), c("div", {
6525
6570
  class: "ecs-comment",
6526
6571
  role: "comment",
6527
6572
  "aria-busy": n.loading || null
6528
- }, [l("div", qo, [l("div", Jo, [n.loading ? (T(), o(u, {
6573
+ }, [l("div", Yo, [l("div", Xo, [n.loading ? (T(), o(u, {
6529
6574
  key: 0,
6530
6575
  type: "circle",
6531
6576
  width: 32,
@@ -6536,7 +6581,7 @@ function ts(e, t, n, r, i, a) {
6536
6581
  image: n.userImage,
6537
6582
  size: 32,
6538
6583
  rounded: ""
6539
- }, null, 8, ["name", "image"])), n.loading ? (T(), c("div", Qo, [f(u, {
6584
+ }, null, 8, ["name", "image"])), n.loading ? (T(), c("div", es, [f(u, {
6540
6585
  type: "single",
6541
6586
  "line-height": 3,
6542
6587
  width: 50
@@ -6544,7 +6589,7 @@ function ts(e, t, n, r, i, a) {
6544
6589
  type: "single",
6545
6590
  "line-height": 2,
6546
6591
  width: 60
6547
- })])) : (T(), c("div", Yo, [l("span", Xo, N(n.userName), 1), l("span", Zo, [k(e.$slots, "commentdate", {}, void 0, !0)])]))]), n.canEdit ? (T(), c("div", $o, [f(p, {
6592
+ })])) : (T(), c("div", Zo, [l("span", Qo, N(n.userName), 1), l("span", $o, [k(e.$slots, "commentdate", {}, void 0, !0)])]))]), n.canEdit ? (T(), c("div", ts, [f(p, {
6548
6593
  onClick: t[0] ||= (t) => e.$emit("edit", t),
6549
6594
  type: "secondary",
6550
6595
  size: "sml",
@@ -6569,16 +6614,16 @@ function ts(e, t, n, r, i, a) {
6569
6614
  type: "multi",
6570
6615
  count: 2,
6571
6616
  class: "ecs-comment-body"
6572
- })) : (T(), c("div", es, [k(e.$slots, "editform", {}, void 0, !0)]))], 8, Ko);
6617
+ })) : (T(), c("div", ns, [k(e.$slots, "editform", {}, void 0, !0)]))], 8, Jo);
6573
6618
  }
6574
- var ns = /* @__PURE__ */ H(Go, [["render", ts], ["__scopeId", "data-v-b792bd83"]]), rs = {}, is = { class: "ecs-comment-list" };
6575
- function as(e, t) {
6576
- return T(), c("div", is, [k(e.$slots, "default")]);
6619
+ var is = /* @__PURE__ */ H(qo, [["render", rs], ["__scopeId", "data-v-b792bd83"]]), as = {}, os = { class: "ecs-comment-list" };
6620
+ function ss(e, t) {
6621
+ return T(), c("div", os, [k(e.$slots, "default")]);
6577
6622
  }
6578
- var os = /* @__PURE__ */ H(rs, [["render", as]]);
6623
+ var cs = /* @__PURE__ */ H(as, [["render", ss]]);
6579
6624
  //#endregion
6580
6625
  //#region src/components/color-picker/mixin/color.js
6581
- function ss(e = {}, t = 0) {
6626
+ function ls(e = {}, t = 0) {
6582
6627
  let n = e && e.a, r;
6583
6628
  r = e && e.hsl ? Z(e.hsl) : e && e.hex && e.hex.length > 0 ? Z(e.hex) : e && e.hsv ? Z(e.hsv) : e && e.rgba ? Z(e.rgba) : e && e.rgb ? Z(e.rgb) : Z(e), r && (r._a === void 0 || r._a === null) && r.setAlpha(n || 1);
6584
6629
  let i = r.toHsl(), a = r.toHsv();
@@ -6593,10 +6638,10 @@ function ss(e = {}, t = 0) {
6593
6638
  a: e.a || r.getAlpha()
6594
6639
  };
6595
6640
  }
6596
- var cs = {
6641
+ var us = {
6597
6642
  props: ["modelValue"],
6598
6643
  data() {
6599
- return { val: ss(this.modelValue) };
6644
+ return { val: ls(this.modelValue) };
6600
6645
  },
6601
6646
  computed: { colors: {
6602
6647
  get() {
@@ -6607,11 +6652,11 @@ var cs = {
6607
6652
  }
6608
6653
  } },
6609
6654
  watch: { modelValue(e) {
6610
- this.val = ss(e);
6655
+ this.val = ls(e);
6611
6656
  } },
6612
6657
  methods: {
6613
6658
  colorChange(e, t) {
6614
- this.oldHue = this.colors.hsl.h, this.colors = ss(e, t || this.oldHue);
6659
+ this.oldHue = this.colors.hsl.h, this.colors = ls(e, t || this.oldHue);
6615
6660
  },
6616
6661
  isValidHex(e) {
6617
6662
  return Z(e).isValid();
@@ -6640,7 +6685,7 @@ var cs = {
6640
6685
  return Z(e).getAlpha() === 0;
6641
6686
  }
6642
6687
  }
6643
- }, ls = {
6688
+ }, ds = {
6644
6689
  name: "editableInput",
6645
6690
  props: {
6646
6691
  label: String,
@@ -6687,9 +6732,9 @@ var cs = {
6687
6732
  }
6688
6733
  }
6689
6734
  }
6690
- }, us = { class: "ecs-editable-input" }, ds = ["aria-labelledby"], fs = ["for", "id"], ps = { class: "ecs-input__desc" };
6691
- function ms(e, t, n, r, i, a) {
6692
- return T(), c("div", us, [
6735
+ }, fs = { class: "ecs-editable-input" }, ps = ["aria-labelledby"], ms = ["for", "id"], hs = { class: "ecs-input__desc" };
6736
+ function gs(e, t, n, r, i, a) {
6737
+ return T(), c("div", fs, [
6693
6738
  oe(l("input", {
6694
6739
  "aria-labelledby": a.labelId,
6695
6740
  class: "ecs-input__input",
@@ -6697,53 +6742,53 @@ function ms(e, t, n, r, i, a) {
6697
6742
  onKeydown: t[1] ||= (...e) => a.handleKeyDown && a.handleKeyDown(...e),
6698
6743
  onInput: t[2] ||= (...e) => a.update && a.update(...e),
6699
6744
  ref: "input"
6700
- }, null, 40, ds), [[re, a.val]]),
6745
+ }, null, 40, ps), [[re, a.val]]),
6701
6746
  l("span", {
6702
6747
  for: n.label,
6703
6748
  class: "ecs-input__label",
6704
6749
  id: a.labelId
6705
- }, N(a.labelSpanText), 9, fs),
6706
- l("span", ps, N(n.desc), 1)
6750
+ }, N(a.labelSpanText), 9, ms),
6751
+ l("span", hs, N(n.desc), 1)
6707
6752
  ]);
6708
6753
  }
6709
- var hs = /* @__PURE__ */ H(ls, [["render", ms]]), gs = /* @__PURE__ */ z(((e, t) => {
6754
+ var _s = /* @__PURE__ */ H(ds, [["render", gs]]), vs = /* @__PURE__ */ z(((e, t) => {
6710
6755
  t.exports = n;
6711
6756
  function n(e, t, n) {
6712
6757
  return t < n ? e < t ? t : e > n ? n : e : e < n ? n : e > t ? t : e;
6713
6758
  }
6714
- })), _s = /* @__PURE__ */ z(((e, t) => {
6759
+ })), ys = /* @__PURE__ */ z(((e, t) => {
6715
6760
  function n(e) {
6716
6761
  var t = typeof e;
6717
6762
  return e != null && (t == "object" || t == "function");
6718
6763
  }
6719
6764
  t.exports = n;
6720
- })), vs = /* @__PURE__ */ z(((e, t) => {
6765
+ })), bs = /* @__PURE__ */ z(((e, t) => {
6721
6766
  t.exports = typeof global == "object" && global && global.Object === Object && global;
6722
- })), ys = /* @__PURE__ */ z(((e, t) => {
6723
- var n = vs(), r = typeof self == "object" && self && self.Object === Object && self;
6767
+ })), xs = /* @__PURE__ */ z(((e, t) => {
6768
+ var n = bs(), r = typeof self == "object" && self && self.Object === Object && self;
6724
6769
  t.exports = n || r || Function("return this")();
6725
- })), bs = /* @__PURE__ */ z(((e, t) => {
6726
- var n = ys();
6770
+ })), Ss = /* @__PURE__ */ z(((e, t) => {
6771
+ var n = xs();
6727
6772
  t.exports = function() {
6728
6773
  return n.Date.now();
6729
6774
  };
6730
- })), xs = /* @__PURE__ */ z(((e, t) => {
6775
+ })), Cs = /* @__PURE__ */ z(((e, t) => {
6731
6776
  var n = /\s/;
6732
6777
  function r(e) {
6733
6778
  for (var t = e.length; t-- && n.test(e.charAt(t)););
6734
6779
  return t;
6735
6780
  }
6736
6781
  t.exports = r;
6737
- })), Ss = /* @__PURE__ */ z(((e, t) => {
6738
- var n = xs(), r = /^\s+/;
6782
+ })), ws = /* @__PURE__ */ z(((e, t) => {
6783
+ var n = Cs(), r = /^\s+/;
6739
6784
  function i(e) {
6740
6785
  return e && e.slice(0, n(e) + 1).replace(r, "");
6741
6786
  }
6742
6787
  t.exports = i;
6743
- })), Cs = /* @__PURE__ */ z(((e, t) => {
6744
- t.exports = ys().Symbol;
6745
- })), ws = /* @__PURE__ */ z(((e, t) => {
6746
- var n = Cs(), r = Object.prototype, i = r.hasOwnProperty, a = r.toString, o = n ? n.toStringTag : void 0;
6788
+ })), Ts = /* @__PURE__ */ z(((e, t) => {
6789
+ t.exports = xs().Symbol;
6790
+ })), Es = /* @__PURE__ */ z(((e, t) => {
6791
+ var n = Ts(), r = Object.prototype, i = r.hasOwnProperty, a = r.toString, o = n ? n.toStringTag : void 0;
6747
6792
  function s(e) {
6748
6793
  var t = i.call(e, o), n = e[o];
6749
6794
  try {
@@ -6754,31 +6799,31 @@ var hs = /* @__PURE__ */ H(ls, [["render", ms]]), gs = /* @__PURE__ */ z(((e, t)
6754
6799
  return r && (t ? e[o] = n : delete e[o]), s;
6755
6800
  }
6756
6801
  t.exports = s;
6757
- })), Ts = /* @__PURE__ */ z(((e, t) => {
6802
+ })), Ds = /* @__PURE__ */ z(((e, t) => {
6758
6803
  var n = Object.prototype.toString;
6759
6804
  function r(e) {
6760
6805
  return n.call(e);
6761
6806
  }
6762
6807
  t.exports = r;
6763
- })), Es = /* @__PURE__ */ z(((e, t) => {
6764
- var n = Cs(), r = ws(), i = Ts(), a = "[object Null]", o = "[object Undefined]", s = n ? n.toStringTag : void 0;
6808
+ })), Os = /* @__PURE__ */ z(((e, t) => {
6809
+ var n = Ts(), r = Es(), i = Ds(), a = "[object Null]", o = "[object Undefined]", s = n ? n.toStringTag : void 0;
6765
6810
  function c(e) {
6766
6811
  return e == null ? e === void 0 ? o : a : s && s in Object(e) ? r(e) : i(e);
6767
6812
  }
6768
6813
  t.exports = c;
6769
- })), Ds = /* @__PURE__ */ z(((e, t) => {
6814
+ })), ks = /* @__PURE__ */ z(((e, t) => {
6770
6815
  function n(e) {
6771
6816
  return typeof e == "object" && !!e;
6772
6817
  }
6773
6818
  t.exports = n;
6774
- })), Os = /* @__PURE__ */ z(((e, t) => {
6775
- var n = Es(), r = Ds(), i = "[object Symbol]";
6819
+ })), As = /* @__PURE__ */ z(((e, t) => {
6820
+ var n = Os(), r = ks(), i = "[object Symbol]";
6776
6821
  function a(e) {
6777
6822
  return typeof e == "symbol" || r(e) && n(e) == i;
6778
6823
  }
6779
6824
  t.exports = a;
6780
- })), ks = /* @__PURE__ */ z(((e, t) => {
6781
- var n = Ss(), r = _s(), i = Os(), a = NaN, o = /^[-+]0x[0-9a-f]+$/i, s = /^0b[01]+$/i, c = /^0o[0-7]+$/i, l = parseInt;
6825
+ })), js = /* @__PURE__ */ z(((e, t) => {
6826
+ var n = ws(), r = ys(), i = As(), a = NaN, o = /^[-+]0x[0-9a-f]+$/i, s = /^0b[01]+$/i, c = /^0o[0-7]+$/i, l = parseInt;
6782
6827
  function u(e) {
6783
6828
  if (typeof e == "number") return e;
6784
6829
  if (i(e)) return a;
@@ -6792,8 +6837,8 @@ var hs = /* @__PURE__ */ H(ls, [["render", ms]]), gs = /* @__PURE__ */ z(((e, t)
6792
6837
  return u || c.test(e) ? l(e.slice(2), u ? 2 : 8) : o.test(e) ? a : +e;
6793
6838
  }
6794
6839
  t.exports = u;
6795
- })), As = /* @__PURE__ */ z(((e, t) => {
6796
- var n = _s(), r = bs(), i = ks(), a = "Expected a function", o = Math.max, s = Math.min;
6840
+ })), Ms = /* @__PURE__ */ z(((e, t) => {
6841
+ var n = ys(), r = Ss(), i = js(), a = "Expected a function", o = Math.max, s = Math.min;
6797
6842
  function c(e, t, c) {
6798
6843
  var l, u, d, f, p, m, h = 0, g = !1, _ = !1, v = !0;
6799
6844
  if (typeof e != "function") throw TypeError(a);
@@ -6838,8 +6883,8 @@ var hs = /* @__PURE__ */ H(ls, [["render", ms]]), gs = /* @__PURE__ */ z(((e, t)
6838
6883
  return D.cancel = T, D.flush = E, D;
6839
6884
  }
6840
6885
  t.exports = c;
6841
- })), js = /* @__PURE__ */ B((/* @__PURE__ */ z(((e, t) => {
6842
- var n = As(), r = _s(), i = "Expected a function";
6886
+ })), Ns = /* @__PURE__ */ B((/* @__PURE__ */ z(((e, t) => {
6887
+ var n = Ms(), r = ys(), i = "Expected a function";
6843
6888
  function a(e, t, a) {
6844
6889
  var o = !0, s = !0;
6845
6890
  if (typeof e != "function") throw TypeError(i);
@@ -6850,7 +6895,7 @@ var hs = /* @__PURE__ */ H(ls, [["render", ms]]), gs = /* @__PURE__ */ z(((e, t)
6850
6895
  });
6851
6896
  }
6852
6897
  t.exports = a;
6853
- })))()), Ms = /* @__PURE__ */ B(gs()), Ns = {
6898
+ })))()), Ps = /* @__PURE__ */ B(vs()), Fs = {
6854
6899
  name: "Saturation",
6855
6900
  props: {
6856
6901
  modelValue: Object,
@@ -6871,7 +6916,7 @@ var hs = /* @__PURE__ */ H(ls, [["render", ms]]), gs = /* @__PURE__ */ z(((e, t)
6871
6916
  }
6872
6917
  },
6873
6918
  methods: {
6874
- throttle: (0, js.default)((e, t) => {
6919
+ throttle: (0, Ns.default)((e, t) => {
6875
6920
  e(t);
6876
6921
  }, 20, {
6877
6922
  leading: !0,
@@ -6881,7 +6926,7 @@ var hs = /* @__PURE__ */ H(ls, [["render", ms]]), gs = /* @__PURE__ */ z(((e, t)
6881
6926
  !t && e.preventDefault();
6882
6927
  let n = this.$refs.container;
6883
6928
  if (!n) return;
6884
- let r = n.clientWidth, i = n.clientHeight, a = n.getBoundingClientRect().left + window.pageXOffset, o = n.getBoundingClientRect().top + window.pageYOffset, s = e.pageX || (e.touches ? e.touches[0].pageX : 0), c = e.pageY || (e.touches ? e.touches[0].pageY : 0), l = (0, Ms.default)(s - a, 0, r), u = this.preventUnusable ? (0, Ms.default)(c - o, i * .1, i * .85) : (0, Ms.default)(c - o, 0, i), d = l / r, f = (0, Ms.default)(-(u / i) + 1, 0, 1);
6929
+ let r = n.clientWidth, i = n.clientHeight, a = n.getBoundingClientRect().left + window.pageXOffset, o = n.getBoundingClientRect().top + window.pageYOffset, s = e.pageX || (e.touches ? e.touches[0].pageX : 0), c = e.pageY || (e.touches ? e.touches[0].pageY : 0), l = (0, Ps.default)(s - a, 0, r), u = this.preventUnusable ? (0, Ps.default)(c - o, i * .1, i * .85) : (0, Ps.default)(c - o, 0, i), d = l / r, f = (0, Ps.default)(-(u / i) + 1, 0, 1);
6885
6930
  this.throttle(this.onChange, {
6886
6931
  h: this.colors.hsv.h,
6887
6932
  s: d,
@@ -6904,7 +6949,7 @@ var hs = /* @__PURE__ */ H(ls, [["render", ms]]), gs = /* @__PURE__ */ z(((e, t)
6904
6949
  }
6905
6950
  }
6906
6951
  };
6907
- function Ps(e, t, n, r, i, a) {
6952
+ function Is(e, t, n, r, i, a) {
6908
6953
  return T(), c("div", {
6909
6954
  class: "ecs-saturation",
6910
6955
  style: S({ background: a.bgColor }),
@@ -6924,7 +6969,7 @@ function Ps(e, t, n, r, i, a) {
6924
6969
  }, [...t[3] ||= [l("div", { class: "ecs-saturation-circle" }, null, -1)]], 4)
6925
6970
  ], 36);
6926
6971
  }
6927
- var Fs = /* @__PURE__ */ H(Ns, [["render", Ps]]), Is = {
6972
+ var Ls = /* @__PURE__ */ H(Fs, [["render", Is]]), Rs = {
6928
6973
  name: "Hue",
6929
6974
  props: {
6930
6975
  modelValue: Object,
@@ -6987,8 +7032,8 @@ var Fs = /* @__PURE__ */ H(Ns, [["render", Ps]]), Is = {
6987
7032
  window.removeEventListener("mousemove", this.handleChange), window.removeEventListener("mouseup", this.handleMouseUp);
6988
7033
  }
6989
7034
  }
6990
- }, Ls = ["aria-valuenow"];
6991
- function Rs(e, t, n, r, i, a) {
7035
+ }, zs = ["aria-valuenow"];
7036
+ function Bs(e, t, n, r, i, a) {
6992
7037
  return T(), c("div", { class: b(["ecs-hue", a.directionClass]) }, [l("div", {
6993
7038
  class: "ecs-hue-container",
6994
7039
  role: "slider",
@@ -7006,9 +7051,9 @@ function Rs(e, t, n, r, i, a) {
7006
7051
  left: a.pointerLeft
7007
7052
  }),
7008
7053
  role: "presentation"
7009
- }, [...t[3] ||= [l("div", { class: "ecs-hue-picker" }, null, -1)]], 4)], 40, Ls)], 2);
7054
+ }, [...t[3] ||= [l("div", { class: "ecs-hue-picker" }, null, -1)]], 4)], 40, zs)], 2);
7010
7055
  }
7011
- var zs = /* @__PURE__ */ H(Is, [["render", Rs]]), Bs = {}, Vs = {
7056
+ var Vs = /* @__PURE__ */ H(Rs, [["render", Bs]]), Hs = {}, Us = {
7012
7057
  name: "Checkboard",
7013
7058
  props: {
7014
7059
  size: {
@@ -7025,37 +7070,37 @@ var zs = /* @__PURE__ */ H(Is, [["render", Rs]]), Bs = {}, Vs = {
7025
7070
  }
7026
7071
  },
7027
7072
  computed: { bgStyle() {
7028
- return { "background-image": "url(" + Us(this.white, this.grey, this.size) + ")" };
7073
+ return { "background-image": "url(" + Gs(this.white, this.grey, this.size) + ")" };
7029
7074
  } }
7030
7075
  };
7031
- function Hs(e, t, n) {
7076
+ function Ws(e, t, n) {
7032
7077
  if (typeof document > "u") return null;
7033
7078
  let r = document.createElement("canvas");
7034
7079
  r.width = r.height = n * 2;
7035
7080
  let i = r.getContext("2d");
7036
7081
  return i ? (i.fillStyle = e, i.fillRect(0, 0, r.width, r.height), i.fillStyle = t, i.fillRect(0, 0, n, n), i.translate(n, n), i.fillRect(0, 0, n, n), r.toDataURL()) : null;
7037
7082
  }
7038
- function Us(e, t, n) {
7083
+ function Gs(e, t, n) {
7039
7084
  let r = e + "," + t + "," + n;
7040
- if (Bs[r]) return Bs[r];
7085
+ if (Hs[r]) return Hs[r];
7041
7086
  {
7042
- let i = Hs(e, t, n);
7043
- return Bs[r] = i, i;
7087
+ let i = Ws(e, t, n);
7088
+ return Hs[r] = i, i;
7044
7089
  }
7045
7090
  }
7046
- function Ws(e, t, n, r, i, a) {
7091
+ function Ks(e, t, n, r, i, a) {
7047
7092
  return T(), c("div", {
7048
7093
  class: "ecs-checkerboard",
7049
7094
  style: S(a.bgStyle)
7050
7095
  }, null, 4);
7051
7096
  }
7052
- var Gs = /* @__PURE__ */ H(Vs, [["render", Ws]]), Ks = {
7097
+ var qs = /* @__PURE__ */ H(Us, [["render", Ks]]), Js = {
7053
7098
  name: "Alpha",
7054
7099
  props: {
7055
7100
  modelValue: Object,
7056
7101
  onChange: Function
7057
7102
  },
7058
- components: { checkboard: Gs },
7103
+ components: { checkboard: qs },
7059
7104
  computed: {
7060
7105
  colors() {
7061
7106
  return this.modelValue;
@@ -7093,11 +7138,11 @@ var Gs = /* @__PURE__ */ H(Vs, [["render", Ws]]), Ks = {
7093
7138
  window.removeEventListener("mousemove", this.handleChange), window.removeEventListener("mouseup", this.handleMouseUp);
7094
7139
  }
7095
7140
  }
7096
- }, qs = { class: "ecs-alpha" }, Js = { class: "ecs-alpha-checkboard-wrap" };
7097
- function Ys(e, t, n, r, i, a) {
7141
+ }, Ys = { class: "ecs-alpha" }, Xs = { class: "ecs-alpha-checkboard-wrap" };
7142
+ function Zs(e, t, n, r, i, a) {
7098
7143
  let o = A("checkboard");
7099
- return T(), c("div", qs, [
7100
- l("div", Js, [f(o)]),
7144
+ return T(), c("div", Ys, [
7145
+ l("div", Xs, [f(o)]),
7101
7146
  l("div", {
7102
7147
  class: "ecs-alpha-gradient",
7103
7148
  style: S({ background: a.gradientColor })
@@ -7116,15 +7161,15 @@ function Ys(e, t, n, r, i, a) {
7116
7161
  }
7117
7162
  //#endregion
7118
7163
  //#region src/components/color-picker/color-picker.vue
7119
- var Xs = {
7164
+ var Qs = {
7120
7165
  name: "ecs-color-picker",
7121
- mixins: [cs],
7166
+ mixins: [us],
7122
7167
  components: {
7123
- saturation: Fs,
7124
- hue: zs,
7125
- alpha: /* @__PURE__ */ H(Ks, [["render", Ys]]),
7126
- "ed-in": hs,
7127
- checkboard: Gs
7168
+ saturation: Ls,
7169
+ hue: Vs,
7170
+ alpha: /* @__PURE__ */ H(Js, [["render", Zs]]),
7171
+ "ed-in": _s,
7172
+ checkboard: qs
7128
7173
  },
7129
7174
  props: {
7130
7175
  swatches: {
@@ -7217,32 +7262,32 @@ var Xs = {
7217
7262
  return n > .1 && n < .9;
7218
7263
  }
7219
7264
  }
7220
- }, Zs = {
7265
+ }, $s = {
7221
7266
  key: 0,
7222
7267
  class: "ecs-color-picker-saturation-wrap"
7223
- }, Qs = {
7268
+ }, ec = {
7224
7269
  key: 1,
7225
7270
  class: "ecs-color-picker-controls"
7226
- }, $s = { class: "ecs-color-picker-sliders" }, ec = { class: "ecs-color-picker-hue-wrap" }, tc = {
7271
+ }, tc = { class: "ecs-color-picker-sliders" }, nc = { class: "ecs-color-picker-hue-wrap" }, rc = {
7227
7272
  key: 0,
7228
7273
  class: "ecs-color-picker-alpha-wrap"
7229
- }, nc = {
7274
+ }, ic = {
7230
7275
  key: 2,
7231
7276
  class: "ecs-color-picker-field"
7232
- }, rc = { class: "ecs-color-picker-field--double" }, ic = { class: "ecs-color-picker-field--single" }, ac = { class: "ecs-color-picker-field--single" }, oc = { class: "ecs-color-picker-field--single" }, sc = {
7277
+ }, ac = { class: "ecs-color-picker-field--double" }, oc = { class: "ecs-color-picker-field--single" }, sc = { class: "ecs-color-picker-field--single" }, cc = { class: "ecs-color-picker-field--single" }, lc = {
7233
7278
  key: 0,
7234
7279
  class: "ecs-color-picker-field--single"
7235
- }, cc = [
7280
+ }, uc = [
7236
7281
  "aria-label",
7237
7282
  "aria-selected",
7238
7283
  "title",
7239
7284
  "onClick"
7240
- ], lc = [
7285
+ ], dc = [
7241
7286
  "aria-label",
7242
7287
  "title",
7243
7288
  "onClick"
7244
7289
  ];
7245
- function uc(t, n, r, i, a, o) {
7290
+ function fc(t, n, r, i, a, o) {
7246
7291
  let u = A("saturation"), d = A("hue"), p = A("alpha"), m = A("ed-in"), h = A("checkboard");
7247
7292
  return T(), c("div", {
7248
7293
  role: "application",
@@ -7253,7 +7298,7 @@ function uc(t, n, r, i, a, o) {
7253
7298
  width: 216 + 2 * r.padding + "px"
7254
7299
  })
7255
7300
  }, [
7256
- r.disableCustom ? s("", !0) : (T(), c("div", Zs, [f(u, {
7301
+ r.disableCustom ? s("", !0) : (T(), c("div", $s, [f(u, {
7257
7302
  modelValue: t.colors,
7258
7303
  "onUpdate:modelValue": n[0] ||= (e) => t.colors = e,
7259
7304
  onChange: o.childChange,
@@ -7263,37 +7308,37 @@ function uc(t, n, r, i, a, o) {
7263
7308
  "onChange",
7264
7309
  "prevent-unusable"
7265
7310
  ])])),
7266
- r.disableCustom ? s("", !0) : (T(), c("div", Qs, [l("div", $s, [l("div", ec, [f(d, {
7311
+ r.disableCustom ? s("", !0) : (T(), c("div", ec, [l("div", tc, [l("div", nc, [f(d, {
7267
7312
  modelValue: t.colors,
7268
7313
  "onUpdate:modelValue": n[1] ||= (e) => t.colors = e,
7269
7314
  onChange: o.childChange
7270
- }, null, 8, ["modelValue", "onChange"])]), r.disableAlpha ? s("", !0) : (T(), c("div", tc, [f(p, {
7315
+ }, null, 8, ["modelValue", "onChange"])]), r.disableAlpha ? s("", !0) : (T(), c("div", rc, [f(p, {
7271
7316
  modelValue: t.colors,
7272
7317
  "onUpdate:modelValue": n[2] ||= (e) => t.colors = e,
7273
7318
  onChange: o.childChange
7274
7319
  }, null, 8, ["modelValue", "onChange"])]))])])),
7275
- !r.disableFields && !r.disableCustom ? (T(), c("div", nc, [
7276
- l("div", rc, [f(m, {
7320
+ !r.disableFields && !r.disableCustom ? (T(), c("div", ic, [
7321
+ l("div", ac, [f(m, {
7277
7322
  label: "hex",
7278
7323
  modelValue: o.hex,
7279
7324
  onChange: o.inputChange
7280
7325
  }, null, 8, ["modelValue", "onChange"])]),
7281
- l("div", ic, [f(m, {
7326
+ l("div", oc, [f(m, {
7282
7327
  label: "r",
7283
7328
  modelValue: t.colors.rgba.r,
7284
7329
  onChange: o.inputChange
7285
7330
  }, null, 8, ["modelValue", "onChange"])]),
7286
- l("div", ac, [f(m, {
7331
+ l("div", sc, [f(m, {
7287
7332
  label: "g",
7288
7333
  modelValue: t.colors.rgba.g,
7289
7334
  onChange: o.inputChange
7290
7335
  }, null, 8, ["modelValue", "onChange"])]),
7291
- l("div", oc, [f(m, {
7336
+ l("div", cc, [f(m, {
7292
7337
  label: "b",
7293
7338
  modelValue: t.colors.rgba.b,
7294
7339
  onChange: o.inputChange
7295
7340
  }, null, 8, ["modelValue", "onChange"])]),
7296
- r.disableAlpha ? s("", !0) : (T(), c("div", sc, [f(m, {
7341
+ r.disableAlpha ? s("", !0) : (T(), c("div", lc, [f(m, {
7297
7342
  label: "a",
7298
7343
  modelValue: t.colors.a,
7299
7344
  "arrow-offset": .01,
@@ -7312,7 +7357,7 @@ function uc(t, n, r, i, a, o) {
7312
7357
  title: n.title,
7313
7358
  class: "ecs-color-picker-presets-color",
7314
7359
  onClick: (e) => o.handlePreset(n.hex)
7315
- }, [f(h)], 8, lc)) : (T(), c("div", {
7360
+ }, [f(h)], 8, dc)) : (T(), c("div", {
7316
7361
  class: b(["ecs-color-picker-presets-color", { active: t.colors.hex === n.hex }]),
7317
7362
  "aria-label": n.title,
7318
7363
  key: "if-" + n.id,
@@ -7320,7 +7365,7 @@ function uc(t, n, r, i, a, o) {
7320
7365
  "aria-selected": t.colors.hex === n.hex ? "true" : "false",
7321
7366
  title: n.title,
7322
7367
  onClick: (e) => o.handlePreset(n.hex)
7323
- }, null, 14, cc))], 64))), 256)), r.swatches.some((e) => e.hex === t.colors.hex) ? s("", !0) : (T(), c("div", {
7368
+ }, null, 14, uc))], 64))), 256)), r.swatches.some((e) => e.hex === t.colors.hex) ? s("", !0) : (T(), c("div", {
7324
7369
  key: 0,
7325
7370
  class: b(["ecs-color-picker-presets-color active", o.isActiveColorDark ? "dark" : "light"]),
7326
7371
  "aria-label": "Custom color",
@@ -7329,11 +7374,11 @@ function uc(t, n, r, i, a, o) {
7329
7374
  }, null, 6))], 4)
7330
7375
  ], 6);
7331
7376
  }
7332
- var dc = /* @__PURE__ */ H(Xs, [["render", uc]]), fc = {
7377
+ var pc = /* @__PURE__ */ H(Qs, [["render", fc]]), mc = {
7333
7378
  name: "ecs-color-picker-input",
7334
7379
  emits: ["update:modelValue"],
7335
7380
  components: {
7336
- EcsColorPicker: dc,
7381
+ EcsColorPicker: pc,
7337
7382
  EcsPopover: or
7338
7383
  },
7339
7384
  props: {
@@ -7382,7 +7427,7 @@ var dc = /* @__PURE__ */ H(Xs, [["render", uc]]), fc = {
7382
7427
  }
7383
7428
  }
7384
7429
  };
7385
- function pc(e, t, n, r, i, a) {
7430
+ function hc(e, t, n, r, i, a) {
7386
7431
  let s = A("ecs-color-picker"), c = A("ecs-popover");
7387
7432
  return T(), o(c, { class: "ecs-color-picker-input" }, {
7388
7433
  content: I(() => [f(s, {
@@ -7409,7 +7454,7 @@ function pc(e, t, n, r, i, a) {
7409
7454
  _: 1
7410
7455
  });
7411
7456
  }
7412
- var mc = /* @__PURE__ */ H(fc, [["render", pc], ["__scopeId", "data-v-08aaa823"]]), hc = {
7457
+ var gc = /* @__PURE__ */ H(mc, [["render", hc], ["__scopeId", "data-v-08aaa823"]]), _c = {
7413
7458
  name: "ecs-data-card",
7414
7459
  components: {
7415
7460
  EcsIcon: U,
@@ -7489,14 +7534,14 @@ var mc = /* @__PURE__ */ H(fc, [["render", pc], ["__scopeId", "data-v-08aaa823"]
7489
7534
  created() {
7490
7535
  this.expandId = this.generateUniqueId();
7491
7536
  }
7492
- }, gc = ["aria-busy", "tabindex"], _c = {
7537
+ }, vc = ["aria-busy", "tabindex"], yc = {
7493
7538
  key: 0,
7494
7539
  class: "control"
7495
- }, vc = { class: "ecs-data-card-inner" }, yc = { class: "ecs-data-card-inner-content" }, bc = {
7540
+ }, bc = { class: "ecs-data-card-inner" }, xc = { class: "ecs-data-card-inner-content" }, Sc = {
7496
7541
  key: 0,
7497
7542
  class: "ecs-data-card-inner-content"
7498
- }, xc = ["id", "aria-hidden"], Sc = { class: "ecs-data-card-expand-inner" };
7499
- function Cc(e, t, n, r, i, a) {
7543
+ }, Cc = ["id", "aria-hidden"], wc = { class: "ecs-data-card-expand-inner" };
7544
+ function Tc(e, t, n, r, i, a) {
7500
7545
  let u = A("ecs-icon"), d = A("ecs-skeleton-loader"), f = A("ecs-button"), p = A("ecs-button-table"), m = A("ecs-focus-ring");
7501
7546
  return T(), c("div", {
7502
7547
  class: b(["ecs-data-card", [
@@ -7510,7 +7555,7 @@ function Cc(e, t, n, r, i, a) {
7510
7555
  "aria-busy": a.isLoading || null,
7511
7556
  tabindex: n.hover ? "0" : "-1"
7512
7557
  }, [
7513
- n.control && e.$slots.control ? (T(), c("div", _c, [k(e.$slots, "control", {}, void 0, !0)])) : s("", !0),
7558
+ n.control && e.$slots.control ? (T(), c("div", yc, [k(e.$slots, "control", {}, void 0, !0)])) : s("", !0),
7514
7559
  n.icon ? (T(), o(u, {
7515
7560
  key: 1,
7516
7561
  type: n.icon,
@@ -7529,8 +7574,8 @@ function Cc(e, t, n, r, i, a) {
7529
7574
  height: 24,
7530
7575
  ai: a.isAiLoading
7531
7576
  }, null, 8, ["ai"])) : s("", !0),
7532
- l("div", vc, [
7533
- l("div", yc, [
7577
+ l("div", bc, [
7578
+ l("div", xc, [
7534
7579
  n.expandable && n.expandPosition === "left" ? (T(), o(f, {
7535
7580
  key: 0,
7536
7581
  onClick: t[0] ||= (e) => i.isExpanded = !i.isExpanded,
@@ -7581,7 +7626,7 @@ function Cc(e, t, n, r, i, a) {
7581
7626
  "label"
7582
7627
  ])) : s("", !0)
7583
7628
  ]),
7584
- e.$slots.meta ? (T(), c("div", bc, [k(e.$slots, "meta", {}, void 0, !0), a.isLoading ? (T(), o(d, {
7629
+ e.$slots.meta ? (T(), c("div", Sc, [k(e.$slots, "meta", {}, void 0, !0), a.isLoading ? (T(), o(d, {
7585
7630
  key: 0,
7586
7631
  type: "single",
7587
7632
  width: a.skeletonWidth(15, 30),
@@ -7592,23 +7637,23 @@ function Cc(e, t, n, r, i, a) {
7592
7637
  id: i.expandId,
7593
7638
  "aria-hidden": i.isExpanded ? "false" : "true",
7594
7639
  class: "ecs-data-card-expand"
7595
- }, [l("div", Sc, [k(e.$slots, "expand", {}, void 0, !0)])], 8, xc)), [[ie, i.isExpanded]]) : s("", !0)
7640
+ }, [l("div", wc, [k(e.$slots, "expand", {}, void 0, !0)])], 8, Cc)), [[ie, i.isExpanded]]) : s("", !0)
7596
7641
  ]),
7597
7642
  n.hover ? (T(), o(m, {
7598
7643
  key: 3,
7599
7644
  inset: 0,
7600
7645
  radius: 0
7601
7646
  })) : s("", !0)
7602
- ], 10, gc);
7647
+ ], 10, vc);
7603
7648
  }
7604
- var wc = /* @__PURE__ */ H(hc, [["render", Cc], ["__scopeId", "data-v-0b29bd50"]]), Tc = { name: "ecs-data-card-list" }, Ec = {
7649
+ var Ec = /* @__PURE__ */ H(_c, [["render", Tc], ["__scopeId", "data-v-0b29bd50"]]), Dc = { name: "ecs-data-card-list" }, Oc = {
7605
7650
  class: "ecs-data-card-list",
7606
7651
  role: "list"
7607
7652
  };
7608
- function Dc(e, t, n, r, i, a) {
7609
- return T(), c("div", Ec, [k(e.$slots, "default")]);
7653
+ function kc(e, t, n, r, i, a) {
7654
+ return T(), c("div", Oc, [k(e.$slots, "default")]);
7610
7655
  }
7611
- var Oc = /* @__PURE__ */ H(Tc, [["render", Dc]]), kc = {
7656
+ var Ac = /* @__PURE__ */ H(Dc, [["render", kc]]), jc = {
7612
7657
  name: "ecs-party-entry",
7613
7658
  components: {
7614
7659
  EcsIcon: U,
@@ -7673,11 +7718,11 @@ var Oc = /* @__PURE__ */ H(Tc, [["render", Dc]]), kc = {
7673
7718
  }
7674
7719
  }
7675
7720
  }
7676
- }, Ac = {
7721
+ }, Mc = {
7677
7722
  key: 2,
7678
7723
  class: "ecs-party-entry-background"
7679
7724
  };
7680
- function jc(e, t, n, r, i, a) {
7725
+ function Nc(e, t, n, r, i, a) {
7681
7726
  let u = A("ecs-icon"), d = A("ecs-sticker");
7682
7727
  return T(), c("div", {
7683
7728
  class: b(["ecs-party-entry", [n.party, n.color && n.background ? "ecs-party-entry-colored" : ""]]),
@@ -7718,15 +7763,15 @@ function jc(e, t, n, r, i, a) {
7718
7763
  type: n.badge,
7719
7764
  size: n.badgeSize
7720
7765
  }, null, 8, ["type", "size"])) : s("", !0)], 4)) : s("", !0),
7721
- n.background ? (T(), c("div", Ac)) : s("", !0)
7766
+ n.background ? (T(), c("div", Mc)) : s("", !0)
7722
7767
  ], 6);
7723
7768
  }
7724
- var Mc = /* @__PURE__ */ H(kc, [["render", jc], ["__scopeId", "data-v-4f34cac7"]]), Nc = {
7769
+ var Pc = /* @__PURE__ */ H(jc, [["render", Nc], ["__scopeId", "data-v-4f34cac7"]]), Fc = {
7725
7770
  name: "ecs-data-card-row",
7726
7771
  components: {
7727
7772
  EcsIcon: U,
7728
7773
  EcsButton: X,
7729
- EcsPartyEntry: Mc,
7774
+ EcsPartyEntry: Pc,
7730
7775
  EcsButtonTable: Va
7731
7776
  },
7732
7777
  emits: [
@@ -7819,16 +7864,16 @@ var Mc = /* @__PURE__ */ H(kc, [["render", jc], ["__scopeId", "data-v-4f34cac7"]
7819
7864
  this.checkTruncation(this.$refs.pillText), this.checkTruncation(this.$refs.titleText), this.checkTruncation(this.$refs.metaText);
7820
7865
  });
7821
7866
  }
7822
- }, Pc = { class: "ecs-data-card-row" }, Fc = { class: "ecs-data-card-row-title-container" }, Ic = { class: "text" }, Lc = {
7867
+ }, Ic = { class: "ecs-data-card-row" }, Lc = { class: "ecs-data-card-row-title-container" }, Rc = { class: "text" }, zc = {
7823
7868
  key: 2,
7824
7869
  class: "border"
7825
- }, Rc = {
7870
+ }, Bc = {
7826
7871
  key: 1,
7827
7872
  class: "ecs-data-card-row-meta-pills-container"
7828
7873
  };
7829
- function zc(e, t, n, r, i, a) {
7874
+ function Vc(e, t, n, r, i, a) {
7830
7875
  let u = A("ecs-button"), f = A("ecs-party-entry"), p = A("ecs-icon"), m = A("ecs-button-table");
7831
- return T(), c("div", Pc, [a.computedOpenButton ? (T(), o(u, {
7876
+ return T(), c("div", Ic, [a.computedOpenButton ? (T(), o(u, {
7832
7877
  key: 0,
7833
7878
  onClick: a.openButtonClick,
7834
7879
  type: "secondary",
@@ -7847,7 +7892,7 @@ function zc(e, t, n, r, i, a) {
7847
7892
  "aria-label",
7848
7893
  "title"
7849
7894
  ])) : s("", !0), l("div", { class: b(["ecs-data-card-row-inner", { wrap: n.wrap === "wrap-text" || n.wrap === "wrap-row" }]) }, [
7850
- l("div", Fc, [a.hasPill && n.pill?.party ? (T(), o(f, {
7895
+ l("div", Lc, [a.hasPill && n.pill?.party ? (T(), o(f, {
7851
7896
  key: 0,
7852
7897
  onClick: a.pillClick,
7853
7898
  onMouseenter: t[0] ||= (e) => a.handleHover(!0),
@@ -7895,13 +7940,13 @@ function zc(e, t, n, r, i, a) {
7895
7940
  color: a.pillIconColor,
7896
7941
  size: "20px"
7897
7942
  }, null, 8, ["type", "color"])) : s("", !0),
7898
- l("span", Ic, N(n.pill.text), 1),
7943
+ l("span", Rc, N(n.pill.text), 1),
7899
7944
  n.pill.background ? (T(), c("span", {
7900
7945
  key: 1,
7901
7946
  class: "background",
7902
7947
  style: S(a.getPillBackgroundStyle)
7903
7948
  }, null, 4)) : s("", !0),
7904
- n.pill.border && n.pill.background ? (T(), c("span", Lc)) : s("", !0)
7949
+ n.pill.border && n.pill.background ? (T(), c("span", zc)) : s("", !0)
7905
7950
  ], 38)) : s("", !0), n.title ? (T(), c("span", {
7906
7951
  key: 2,
7907
7952
  class: b(["ecs-data-card-row-title", { ai: n.title.ai }])
@@ -7936,7 +7981,7 @@ function zc(e, t, n, r, i, a) {
7936
7981
  }, "ecs-data-card-row-meta-container"]),
7937
7982
  ref: "metaText"
7938
7983
  }, [d(N(n.meta?.text) + " ", 1), k(e.$slots, "customMeta", {}, void 0, !0)], 2)) : s("", !0),
7939
- n.count || n.designation ? (T(), c("div", Rc, [n.designation ? (T(), o(f, {
7984
+ n.count || n.designation ? (T(), c("div", Bc, [n.designation ? (T(), o(f, {
7940
7985
  key: 0,
7941
7986
  party: n.designation.party,
7942
7987
  color: n.designation.color,
@@ -7974,7 +8019,7 @@ function zc(e, t, n, r, i, a) {
7974
8019
  ])) : s("", !0)])) : s("", !0)
7975
8020
  ], 2)]);
7976
8021
  }
7977
- var Bc = /* @__PURE__ */ H(Nc, [["render", zc], ["__scopeId", "data-v-78507101"]]), Vc = {
8022
+ var Hc = /* @__PURE__ */ H(Fc, [["render", Vc], ["__scopeId", "data-v-78507101"]]), Uc = {
7978
8023
  name: "ecs-data-grid",
7979
8024
  emits: ["tableScroll"],
7980
8025
  props: {
@@ -8007,14 +8052,14 @@ var Bc = /* @__PURE__ */ H(Nc, [["render", zc], ["__scopeId", "data-v-78507101"]
8007
8052
  let e = 100 * ((this.$refs.dataGridScroller.scrollTop + this.$refs.dataGridScroller.clientHeight) / this.$refs.dataGridScroller.scrollHeight);
8008
8053
  this.$emit("tableScroll", e);
8009
8054
  } }
8010
- }, Hc = ["aria-disabled"], Uc = {
8055
+ }, Wc = ["aria-disabled"], Gc = {
8011
8056
  key: 0,
8012
8057
  class: "ecs-data-grid-empty"
8013
- }, Wc = {
8058
+ }, Kc = {
8014
8059
  key: 2,
8015
8060
  class: "ecs-data-grid-pagination"
8016
8061
  };
8017
- function Gc(e, t, n, r, i, a) {
8062
+ function qc(e, t, n, r, i, a) {
8018
8063
  return T(), c("div", {
8019
8064
  onScroll: t[0] ||= (...e) => a.tableScroll && a.tableScroll(...e),
8020
8065
  ref: "dataGridScroller",
@@ -8031,7 +8076,7 @@ function Gc(e, t, n, r, i, a) {
8031
8076
  class: b(["ecs-data-grid-head", n.sidebarOverlay ? "sidebar-space" : ""]),
8032
8077
  role: "row"
8033
8078
  }, [k(e.$slots, "head", {}, void 0, !0)], 2),
8034
- e.$slots.empty ? (T(), c("div", Uc, [k(e.$slots, "empty", {}, void 0, !0)])) : (T(), c("div", {
8079
+ e.$slots.empty ? (T(), c("div", Gc, [k(e.$slots, "empty", {}, void 0, !0)])) : (T(), c("div", {
8035
8080
  key: 1,
8036
8081
  class: b(["ecs-data-grid-rows", [
8037
8082
  n.striped ? "striped" : "",
@@ -8039,10 +8084,10 @@ function Gc(e, t, n, r, i, a) {
8039
8084
  n.disabled ? "disabled" : ""
8040
8085
  ]])
8041
8086
  }, [k(e.$slots, "default", {}, void 0, !0)], 2)),
8042
- e.$slots.pagination ? (T(), c("div", Wc, [k(e.$slots, "pagination", {}, void 0, !0)])) : s("", !0)
8043
- ], 42, Hc);
8087
+ e.$slots.pagination ? (T(), c("div", Kc, [k(e.$slots, "pagination", {}, void 0, !0)])) : s("", !0)
8088
+ ], 42, Wc);
8044
8089
  }
8045
- var Kc = /* @__PURE__ */ H(Vc, [["render", Gc], ["__scopeId", "data-v-60369c9b"]]), qc = {
8090
+ var Jc = /* @__PURE__ */ H(Uc, [["render", qc], ["__scopeId", "data-v-60369c9b"]]), Yc = {
8046
8091
  name: "ecs-data-grid-row",
8047
8092
  emits: [
8048
8093
  "rowdrop",
@@ -8115,11 +8160,11 @@ var Kc = /* @__PURE__ */ H(Vc, [["render", Gc], ["__scopeId", "data-v-60369c9b"]
8115
8160
  this.$refs.grid_row.removeEventListener(e, this.handleRowClick);
8116
8161
  }) : this.$refs.grid_row.removeEventListener(this.mouseEvent, this.handleRowClick));
8117
8162
  }
8118
- }, Jc = {
8163
+ }, Xc = {
8119
8164
  key: 1,
8120
8165
  class: "ecs-data-grid-row-block"
8121
8166
  };
8122
- function Yc(e, t, n, r, i, a) {
8167
+ function Zc(e, t, n, r, i, a) {
8123
8168
  return T(), c("div", {
8124
8169
  class: b(["ecs-data-grid-row", [
8125
8170
  n.state,
@@ -8137,14 +8182,14 @@ function Yc(e, t, n, r, i, a) {
8137
8182
  onClick: t[0] ||= (...e) => a.handleDropzoneClick && a.handleDropzoneClick(...e),
8138
8183
  class: "ecs-data-grid-row-drop-zone"
8139
8184
  })) : s("", !0),
8140
- n.state == "disabled" ? (T(), c("div", Jc)) : s("", !0),
8185
+ n.state == "disabled" ? (T(), c("div", Xc)) : s("", !0),
8141
8186
  k(e.$slots, "default", {}, void 0, !0)
8142
8187
  ], 6);
8143
8188
  }
8144
- var Xc = /* @__PURE__ */ H(qc, [["render", Yc], ["__scopeId", "data-v-3c635dc6"]]), Zc = {
8189
+ var Qc = /* @__PURE__ */ H(Yc, [["render", Zc], ["__scopeId", "data-v-3c635dc6"]]), $c = {
8145
8190
  name: "ecs-data-grid-row-group",
8146
8191
  emits: ["toggle"],
8147
- components: { EcsDataGridRow: Xc },
8192
+ components: { EcsDataGridRow: Qc },
8148
8193
  props: {
8149
8194
  headerRowType: {
8150
8195
  type: String,
@@ -8165,13 +8210,13 @@ var Xc = /* @__PURE__ */ H(qc, [["render", Yc], ["__scopeId", "data-v-3c635dc6"]
8165
8210
  watch: { collapsed(e) {
8166
8211
  this.isCollapsed = e;
8167
8212
  } }
8168
- }, Qc = {
8213
+ }, el = {
8169
8214
  class: "ecs-data-grid-row-group",
8170
8215
  role: "rowgroup"
8171
- }, $c = ["aria-hidden"];
8172
- function el(e, t, n, r, i, a) {
8216
+ }, tl = ["aria-hidden"];
8217
+ function nl(e, t, n, r, i, a) {
8173
8218
  let o = A("ecs-data-grid-row");
8174
- return T(), c("div", Qc, [f(o, {
8219
+ return T(), c("div", el, [f(o, {
8175
8220
  type: n.headerRowType,
8176
8221
  onCollapse: a.handleCollapse
8177
8222
  }, {
@@ -8180,17 +8225,17 @@ function el(e, t, n, r, i, a) {
8180
8225
  }, 8, ["type", "onCollapse"]), l("div", {
8181
8226
  class: b(["ecs-data-grid-row-group-rows", i.isCollapsed ? "collapsed" : "expanded"]),
8182
8227
  "aria-hidden": i.isCollapsed || null
8183
- }, [k(e.$slots, "rows", {}, void 0, !0)], 10, $c)]);
8228
+ }, [k(e.$slots, "rows", {}, void 0, !0)], 10, tl)]);
8184
8229
  }
8185
- var tl = /* @__PURE__ */ H(Zc, [["render", el], ["__scopeId", "data-v-c6e97366"]]), nl = () => h("selectedcontent"), rl = [
8230
+ var rl = /* @__PURE__ */ H($c, [["render", nl], ["__scopeId", "data-v-c6e97366"]]), il = () => h("selectedcontent"), al = [
8186
8231
  0,
8187
8232
  50,
8188
8233
  150
8189
- ], il = {
8234
+ ], ol = {
8190
8235
  name: "ecs-select",
8191
8236
  components: {
8192
8237
  EcsIcon: U,
8193
- SelectedContent: nl
8238
+ SelectedContent: il
8194
8239
  },
8195
8240
  emits: [
8196
8241
  "focus",
@@ -8272,7 +8317,7 @@ var tl = /* @__PURE__ */ H(Zc, [["render", el], ["__scopeId", "data-v-c6e97366"]
8272
8317
  },
8273
8318
  mounted() {
8274
8319
  this.placeholder && (this.hasPlaceholder = !0), this.$nextTick(() => {
8275
- this.applySelectValue(), this.syncSelectedContent(), this.scheduleDelayedSync(rl);
8320
+ this.applySelectValue(), this.syncSelectedContent(), this.scheduleDelayedSync(al);
8276
8321
  });
8277
8322
  },
8278
8323
  beforeUnmount() {
@@ -8303,25 +8348,25 @@ var tl = /* @__PURE__ */ H(Zc, [["render", el], ["__scopeId", "data-v-c6e97366"]
8303
8348
  let t = this.$refs.select;
8304
8349
  t && (t.value = e === void 0 ? "" : String(e)), e !== this.currentValue && (this.currentValue = e), this.$nextTick(() => this.syncSelectedContent());
8305
8350
  } }
8306
- }, al = [
8351
+ }, sl = [
8307
8352
  "disabled",
8308
8353
  "required",
8309
8354
  "id",
8310
8355
  "name"
8311
- ], ol = { ref: "selectButton" }, sl = {
8356
+ ], cl = { ref: "selectButton" }, ll = {
8312
8357
  key: 0,
8313
8358
  value: "",
8314
8359
  disabled: "",
8315
8360
  selected: "",
8316
8361
  hidden: ""
8317
- }, cl = {
8362
+ }, ul = {
8318
8363
  key: 0,
8319
8364
  value: "",
8320
8365
  disabled: "",
8321
8366
  selected: "",
8322
8367
  hidden: ""
8323
8368
  };
8324
- function ll(t, n, r, i, a, o) {
8369
+ function dl(t, n, r, i, a, o) {
8325
8370
  let u = A("SelectedContent"), d = A("ecs-icon");
8326
8371
  return T(), c("div", { class: b(["ecs-form-select", o.selectClasses]) }, [
8327
8372
  l("select", v({
@@ -8339,7 +8384,7 @@ function ll(t, n, r, i, a, o) {
8339
8384
  id: r.id,
8340
8385
  name: r.name,
8341
8386
  style: { paddingRight: r.fitWidth ? o.chevronPadding : "var(--spacing-10)" }
8342
- }), [o.supportsBaseSelect ? (T(), c(e, { key: 0 }, [l("button", ol, [f(u)], 512), l("div", null, [r.placeholder ? (T(), c("option", sl)) : s("", !0), k(t.$slots, "default", {}, void 0, !0)])], 64)) : (T(), c(e, { key: 1 }, [r.placeholder ? (T(), c("option", cl)) : s("", !0), k(t.$slots, "default", {}, void 0, !0)], 64))], 16, al),
8387
+ }), [o.supportsBaseSelect ? (T(), c(e, { key: 0 }, [l("button", cl, [f(u)], 512), l("div", null, [r.placeholder ? (T(), c("option", ll)) : s("", !0), k(t.$slots, "default", {}, void 0, !0)])], 64)) : (T(), c(e, { key: 1 }, [r.placeholder ? (T(), c("option", ul)) : s("", !0), k(t.$slots, "default", {}, void 0, !0)], 64))], 16, sl),
8343
8388
  r.placeholder && a.currentValue == "" ? (T(), c("span", {
8344
8389
  key: 0,
8345
8390
  class: b(["placeholder", r.size])
@@ -8350,7 +8395,7 @@ function ll(t, n, r, i, a, o) {
8350
8395
  }, null, 8, ["size"])
8351
8396
  ], 2);
8352
8397
  }
8353
- var ul = /* @__PURE__ */ H(il, [["render", ll], ["__scopeId", "data-v-8438e7ce"]]), dl = (e) => e == null, fl = {
8398
+ var fl = /* @__PURE__ */ H(ol, [["render", dl], ["__scopeId", "data-v-4da40405"]]), pl = (e) => e == null, ml = {
8354
8399
  name: "ecs-data-grid-head-cell",
8355
8400
  emits: [
8356
8401
  "resizedWidth",
@@ -8359,7 +8404,7 @@ var ul = /* @__PURE__ */ H(il, [["render", ll], ["__scopeId", "data-v-8438e7ce"]
8359
8404
  ],
8360
8405
  components: {
8361
8406
  EcsIcon: U,
8362
- EcsSelect: ul,
8407
+ EcsSelect: fl,
8363
8408
  EcsFocusRing: W
8364
8409
  },
8365
8410
  props: {
@@ -8537,7 +8582,7 @@ var ul = /* @__PURE__ */ H(il, [["render", ll], ["__scopeId", "data-v-8438e7ce"]
8537
8582
  let e = document.querySelectorAll(".ecs-data-grid-head-cell-inner"), t;
8538
8583
  for (let n = 0; n < e.length; n++) if (e[n]) {
8539
8584
  if (e[n].attributes["data-column"].value == this.computedId) t = n;
8540
- else if (!dl(e[n].__vueParentComponent) && !isNaN(t) && n > t && e[n].__vueParentComponent.ctx.fixedLeft && e[n].__vueParentComponent.ctx.cellFixedLeftOffset) {
8585
+ else if (!pl(e[n].__vueParentComponent) && !isNaN(t) && n > t && e[n].__vueParentComponent.ctx.fixedLeft && e[n].__vueParentComponent.ctx.cellFixedLeftOffset) {
8541
8586
  let t = e[n - 1].offsetWidth;
8542
8587
  e[n - 1].__vueParentComponent.ctx.cellFixedLeftOffset && (t += e[n - 1].__vueParentComponent.ctx.cellFixedLeftOffset), e[n].__vueParentComponent.ctx.setFixedLeftOffset(t), document.querySelectorAll("[data-column=\"" + e[n].__vueParentComponent.ctx.normalizedId.toLowerCase() + "-column-cell\"]").forEach((e) => {
8543
8588
  e.__vueParentComponent.ctx.setFixedLeftOffset(t);
@@ -8574,37 +8619,37 @@ var ul = /* @__PURE__ */ H(il, [["render", ll], ["__scopeId", "data-v-8438e7ce"]
8574
8619
  unmounted() {
8575
8620
  this.resizeObserver && this.resizeObserver.disconnect();
8576
8621
  }
8577
- }, pl = ["aria-sort", "aria-label"], ml = {
8622
+ }, hl = ["aria-sort", "aria-label"], gl = {
8578
8623
  key: 0,
8579
8624
  class: "shadow left"
8580
- }, hl = ["data-column", "data-test"], gl = {
8625
+ }, _l = ["data-column", "data-test"], vl = {
8581
8626
  key: 0,
8582
8627
  class: "first-cell-spacer"
8583
- }, _l = {
8628
+ }, yl = {
8584
8629
  key: 1,
8585
8630
  class: "ecs-data-grid-head-cell-prefix"
8586
- }, vl = ["title"], yl = ["selected", "value"], bl = ["title"], xl = ["title"], Sl = {
8631
+ }, bl = ["title"], xl = ["selected", "value"], Sl = ["title"], Cl = ["title"], wl = {
8587
8632
  width: "14",
8588
8633
  height: "20",
8589
8634
  viewBox: "0 0 14 20",
8590
8635
  fill: "none",
8591
8636
  xmlns: "http://www.w3.org/2000/svg"
8592
- }, Cl = [
8637
+ }, Tl = [
8593
8638
  "stroke",
8594
8639
  "stroke-width",
8595
8640
  "opacity"
8596
- ], wl = [
8641
+ ], El = [
8597
8642
  "stroke",
8598
8643
  "stroke-width",
8599
8644
  "opacity"
8600
- ], Tl = {
8645
+ ], Dl = {
8601
8646
  key: 6,
8602
8647
  class: "ecs-data-grid-head-cell-suffix"
8603
- }, El = {
8648
+ }, Ol = {
8604
8649
  key: 1,
8605
8650
  class: "shadow right"
8606
8651
  };
8607
- function Dl(t, n, r, i, a, u) {
8652
+ function kl(t, n, r, i, a, u) {
8608
8653
  let d = A("ecs-icon"), p = A("ecs-select"), m = A("ecs-focus-ring");
8609
8654
  return T(), c("div", {
8610
8655
  class: b(["ecs-data-grid-head-cell", [
@@ -8617,7 +8662,7 @@ function Dl(t, n, r, i, a, u) {
8617
8662
  "aria-sort": u.ariaSort,
8618
8663
  "aria-label": r.icon ? r.name : null
8619
8664
  }, [
8620
- r.fixedRight ? (T(), c("div", ml)) : s("", !0),
8665
+ r.fixedRight ? (T(), c("div", gl)) : s("", !0),
8621
8666
  l("div", {
8622
8667
  ref: "resizer",
8623
8668
  class: b(["ecs-data-grid-head-cell-inner", r.resizable ? "resizable" : ""]),
@@ -8630,8 +8675,8 @@ function Dl(t, n, r, i, a, u) {
8630
8675
  "data-column": u.computedId,
8631
8676
  "data-test": u.computedId
8632
8677
  }, [
8633
- r.firstNonStaticCell ? (T(), c("div", gl)) : s("", !0),
8634
- t.$slots.prefix ? (T(), c("div", _l, [k(t.$slots, "prefix", {}, void 0, !0)])) : s("", !0),
8678
+ r.firstNonStaticCell ? (T(), c("div", vl)) : s("", !0),
8679
+ t.$slots.prefix ? (T(), c("div", yl, [k(t.$slots, "prefix", {}, void 0, !0)])) : s("", !0),
8635
8680
  r.icon ? (T(), c("div", {
8636
8681
  key: 2,
8637
8682
  title: r.name,
@@ -8640,7 +8685,7 @@ function Dl(t, n, r, i, a, u) {
8640
8685
  type: r.icon,
8641
8686
  size: "20",
8642
8687
  color: "#202127"
8643
- }, null, 8, ["type"])], 8, vl)) : r.select ? (T(), o(p, {
8688
+ }, null, 8, ["type"])], 8, bl)) : r.select ? (T(), o(p, {
8644
8689
  key: 3,
8645
8690
  modelValue: a.selectCellValue,
8646
8691
  "onUpdate:modelValue": n[0] ||= (e) => a.selectCellValue = e,
@@ -8652,40 +8697,40 @@ function Dl(t, n, r, i, a, u) {
8652
8697
  key: t,
8653
8698
  selected: e.selected,
8654
8699
  value: e.value
8655
- }, N(e.name), 9, yl))), 128))]),
8700
+ }, N(e.name), 9, xl))), 128))]),
8656
8701
  _: 1
8657
8702
  }, 8, ["modelValue", "disabled"])) : r.empty ? s("", !0) : (T(), c("div", {
8658
8703
  key: 4,
8659
8704
  class: "ecs-data-grid-head-cell-text",
8660
8705
  title: r.name
8661
- }, N(r.name), 9, bl)),
8706
+ }, N(r.name), 9, Sl)),
8662
8707
  k(t.$slots, "default", {}, void 0, !0),
8663
8708
  r.sortable ? (T(), c("button", {
8664
8709
  key: 5,
8665
8710
  onClick: n[2] ||= (...e) => u.sortBy && u.sortBy(...e),
8666
8711
  class: b(["sort-button", r.sorting]),
8667
8712
  title: u.sortTitle
8668
- }, [(T(), c("svg", Sl, [l("path", {
8713
+ }, [(T(), c("svg", wl, [l("path", {
8669
8714
  d: "M3.99023 11.802L6.76923 14.722L9.54823 11.802",
8670
8715
  stroke: r.sorting == "desc" ? "#157EFB" : "#B9BCC2",
8671
8716
  "stroke-width": r.sorting == "desc" ? "1.5" : "1",
8672
8717
  opacity: r.sorting == "desc" || r.sorting == "none" ? "1" : "0.5",
8673
8718
  "stroke-linecap": "round",
8674
8719
  "stroke-linejoin": "round"
8675
- }, null, 8, Cl), l("path", {
8720
+ }, null, 8, Tl), l("path", {
8676
8721
  d: "M3.99023 8.722L6.76923 5.802L9.54823 8.722",
8677
8722
  stroke: r.sorting == "asc" ? "#157EFB" : "#B9BCC2",
8678
8723
  "stroke-width": r.sorting == "asc" ? "1.5" : "1",
8679
8724
  opacity: r.sorting == "asc" || r.sorting == "none" ? "1" : "0.5",
8680
8725
  "stroke-linecap": "round",
8681
8726
  "stroke-linejoin": "round"
8682
- }, null, 8, wl)])), f(m)], 10, xl)) : s("", !0),
8683
- t.$slots.suffix ? (T(), c("div", Tl, [k(t.$slots, "suffix", {}, void 0, !0)])) : s("", !0)
8684
- ], 14, hl),
8685
- r.fixedLeftLast ? (T(), c("div", El)) : s("", !0)
8686
- ], 14, pl);
8727
+ }, null, 8, El)])), f(m)], 10, Cl)) : s("", !0),
8728
+ t.$slots.suffix ? (T(), c("div", Dl, [k(t.$slots, "suffix", {}, void 0, !0)])) : s("", !0)
8729
+ ], 14, _l),
8730
+ r.fixedLeftLast ? (T(), c("div", Ol)) : s("", !0)
8731
+ ], 14, hl);
8687
8732
  }
8688
- var Ol = /* @__PURE__ */ H(fl, [["render", Dl], ["__scopeId", "data-v-c771ce56"]]), kl = {
8733
+ var Al = /* @__PURE__ */ H(ml, [["render", kl], ["__scopeId", "data-v-c771ce56"]]), jl = {
8689
8734
  name: "ecs-data-grid-group",
8690
8735
  props: {
8691
8736
  show: {
@@ -8694,15 +8739,15 @@ var Ol = /* @__PURE__ */ H(fl, [["render", Dl], ["__scopeId", "data-v-c771ce56"]
8694
8739
  },
8695
8740
  ariaLabeledBy: { type: String }
8696
8741
  }
8697
- }, Al = ["aria-labeled-by"];
8698
- function jl(e, t, n, r, i, a) {
8742
+ }, Ml = ["aria-labeled-by"];
8743
+ function Nl(e, t, n, r, i, a) {
8699
8744
  return oe((T(), c("div", {
8700
8745
  class: "ecs-data-grid-group",
8701
8746
  role: "tabpanel",
8702
8747
  "aria-labeled-by": n.ariaLabeledBy
8703
- }, [n.show ? k(e.$slots, "default", { key: 0 }, void 0, !0) : s("", !0)], 8, Al)), [[ie, n.show]]);
8748
+ }, [n.show ? k(e.$slots, "default", { key: 0 }, void 0, !0) : s("", !0)], 8, Ml)), [[ie, n.show]]);
8704
8749
  }
8705
- var Ml = /* @__PURE__ */ H(kl, [["render", jl], ["__scopeId", "data-v-ee025ab5"]]), Nl = {
8750
+ var Pl = /* @__PURE__ */ H(jl, [["render", Nl], ["__scopeId", "data-v-ee025ab5"]]), Fl = {
8706
8751
  name: "ecs-data-grid-cell",
8707
8752
  emits: ["collapse"],
8708
8753
  components: { EcsButtonCollapse: Fi },
@@ -8820,17 +8865,17 @@ var Ml = /* @__PURE__ */ H(kl, [["render", jl], ["__scopeId", "data-v-ee025ab5"]
8820
8865
  created() {
8821
8866
  this.cellWidth = this.width, this.cellFixedLeftOffset = this.fixedLeftOffset;
8822
8867
  }
8823
- }, Pl = {
8868
+ }, Il = {
8824
8869
  key: 0,
8825
8870
  class: "shadow left"
8826
- }, Fl = ["data-column", "data-test"], Il = {
8871
+ }, Ll = ["data-column", "data-test"], Rl = {
8827
8872
  key: 0,
8828
8873
  class: "first-cell-spacer"
8829
- }, Ll = {
8874
+ }, zl = {
8830
8875
  key: 1,
8831
8876
  class: "shadow right"
8832
8877
  };
8833
- function Rl(e, t, n, r, i, a) {
8878
+ function Bl(e, t, n, r, i, a) {
8834
8879
  let u = A("ecs-button-collapse");
8835
8880
  return T(), c("div", {
8836
8881
  class: b(["ecs-data-grid-cell", [
@@ -8841,7 +8886,7 @@ function Rl(e, t, n, r, i, a) {
8841
8886
  style: S([a.widthType === "string" ? a.widthStyles : {}, a.fixedStyles]),
8842
8887
  role: "cell"
8843
8888
  }, [
8844
- n.fixedRight ? (T(), c("div", Pl)) : s("", !0),
8889
+ n.fixedRight ? (T(), c("div", Il)) : s("", !0),
8845
8890
  l("div", {
8846
8891
  class: b(["ecs-data-grid-cell-inner", { focus: n.focus }]),
8847
8892
  style: S([
@@ -8852,7 +8897,7 @@ function Rl(e, t, n, r, i, a) {
8852
8897
  "data-column": a.computedId,
8853
8898
  "data-test": a.computedId
8854
8899
  }, [
8855
- n.firstNonStaticCell ? (T(), c("div", Il)) : s("", !0),
8900
+ n.firstNonStaticCell ? (T(), c("div", Rl)) : s("", !0),
8856
8901
  t[0] ||= l("div", { class: "group-spacer" }, null, -1),
8857
8902
  n.hasCollapse ? (T(), o(u, {
8858
8903
  key: 1,
@@ -8861,18 +8906,18 @@ function Rl(e, t, n, r, i, a) {
8861
8906
  type: "chevron"
8862
8907
  }, null, 8, ["onClick", "collapsed"])) : s("", !0),
8863
8908
  k(e.$slots, "default", {}, void 0, !0)
8864
- ], 14, Fl),
8865
- n.fixedLeftLast ? (T(), c("div", Ll)) : s("", !0)
8909
+ ], 14, Ll),
8910
+ n.fixedLeftLast ? (T(), c("div", zl)) : s("", !0)
8866
8911
  ], 6);
8867
8912
  }
8868
- var zl = /* @__PURE__ */ H(Nl, [["render", Rl], ["__scopeId", "data-v-7d18b84f"]]), Bl = { name: "ecs-data-list" }, Vl = {
8913
+ var Vl = /* @__PURE__ */ H(Fl, [["render", Bl], ["__scopeId", "data-v-7d18b84f"]]), Hl = { name: "ecs-data-list" }, Ul = {
8869
8914
  class: "ecs-data-list",
8870
8915
  role: "list"
8871
8916
  };
8872
- function Hl(e, t, n, r, i, a) {
8873
- return T(), c("div", Vl, [k(e.$slots, "default")]);
8917
+ function Wl(e, t, n, r, i, a) {
8918
+ return T(), c("div", Ul, [k(e.$slots, "default")]);
8874
8919
  }
8875
- var Ul = /* @__PURE__ */ H(Bl, [["render", Hl]]), Wl = {
8920
+ var Gl = /* @__PURE__ */ H(Hl, [["render", Wl]]), Kl = {
8876
8921
  name: "ecs-data-list-item",
8877
8922
  emits: ["toggled"],
8878
8923
  components: {
@@ -8980,8 +9025,8 @@ var Ul = /* @__PURE__ */ H(Bl, [["render", Hl]]), Wl = {
8980
9025
  created() {
8981
9026
  this.expandId = this.generateUniqueId(), this.definitionId = this.generateUniqueId();
8982
9027
  }
8983
- }, Gl = ["id"], Kl = ["aria-busy", "aria-labelledby"], ql = ["aria-valuenow"], Jl = ["id", "aria-hidden"];
8984
- function Yl(e, t, n, r, i, a) {
9028
+ }, ql = ["id"], Jl = ["aria-busy", "aria-labelledby"], Yl = ["aria-valuenow"], Xl = ["id", "aria-hidden"];
9029
+ function Zl(e, t, n, r, i, a) {
8985
9030
  let u = A("ecs-button-more"), f = A("ecs-skeleton-loader");
8986
9031
  return T(), c("div", null, [l("div", {
8987
9032
  class: b(["ecs-data-list-item", [
@@ -9012,7 +9057,7 @@ function Yl(e, t, n, r, i, a) {
9012
9057
  "aria-controls",
9013
9058
  "aria-expanded",
9014
9059
  "onClick"
9015
- ])) : s("", !0)], 12, Gl)) : s("", !0), l("div", {
9060
+ ])) : s("", !0)], 12, ql)) : s("", !0), l("div", {
9016
9061
  class: b(["ecs-data-list-data", [
9017
9062
  n.escape ? "ecs-data-list-data-escape" : "",
9018
9063
  n.error ? "ecs-data-list-data-error" : "",
@@ -9031,15 +9076,15 @@ function Yl(e, t, n, r, i, a) {
9031
9076
  role: "progressbar",
9032
9077
  style: S({ width: n.progress + "%" }),
9033
9078
  "aria-valuenow": n.progress
9034
- }, null, 12, ql)) : s("", !0)], 10, Kl)], 2), e.$slots.collapse ? (T(), c("div", {
9079
+ }, null, 12, Yl)) : s("", !0)], 10, Jl)], 2), e.$slots.collapse ? (T(), c("div", {
9035
9080
  key: 0,
9036
9081
  class: b(i.isVisible ? "collapse-show" : "collapse-hide"),
9037
9082
  role: "list",
9038
9083
  id: i.expandId,
9039
9084
  "aria-hidden": i.isVisible ? "false" : "true"
9040
- }, [k(e.$slots, "collapse", {}, void 0, !0)], 10, Jl)) : s("", !0)]);
9085
+ }, [k(e.$slots, "collapse", {}, void 0, !0)], 10, Xl)) : s("", !0)]);
9041
9086
  }
9042
- var Xl = /* @__PURE__ */ H(Wl, [["render", Yl], ["__scopeId", "data-v-133b00b9"]]), Zl = {
9087
+ var Ql = /* @__PURE__ */ H(Kl, [["render", Zl], ["__scopeId", "data-v-133b00b9"]]), $l = {
9043
9088
  name: "ecs-dialog",
9044
9089
  emits: ["toggled", "cancel"],
9045
9090
  props: {
@@ -9137,19 +9182,19 @@ var Xl = /* @__PURE__ */ H(Wl, [["render", Yl], ["__scopeId", "data-v-133b00b9"]
9137
9182
  this.$refs.dialog.showModal ? this.$refs.dialog.showModal() : this.$refs.dialog.setAttribute("open", ""), await new Promise((e) => setTimeout(e, 0)), this.focusFirstElement(), document.addEventListener("keyup", this.keyUpHandler), this.setFocusableElements();
9138
9183
  }));
9139
9184
  }
9140
- }, Ql = { class: "ecs-dialog-body scrollbar scrollbar-sml" };
9141
- function $l(e, t, n, r, i, a) {
9185
+ }, eu = { class: "ecs-dialog-body scrollbar scrollbar-sml" };
9186
+ function tu(e, t, n, r, i, a) {
9142
9187
  return i.lazyLoad ? (T(), c("dialog", {
9143
9188
  key: 0,
9144
9189
  ref: "dialog",
9145
9190
  class: b(["ecs-dialog-" + n.size, "ecs-dialog"]),
9146
9191
  onKeydown: t[0] ||= (...e) => a.handleKeyDown && a.handleKeyDown(...e)
9147
- }, [l("div", Ql, [k(e.$slots, "default")]), e.$slots.actions ? (T(), c("div", {
9192
+ }, [l("div", eu, [k(e.$slots, "default")]), e.$slots.actions ? (T(), c("div", {
9148
9193
  key: 0,
9149
9194
  class: b(["ecs-dialog-footer", [n.stackedFooter ? "ecs-dialog-footer-stacked" : ""]])
9150
9195
  }, [k(e.$slots, "actions")], 2)) : s("", !0)], 34)) : s("", !0);
9151
9196
  }
9152
- var eu = /* @__PURE__ */ H(Zl, [["render", $l]]), tu = /* @__PURE__ */ H({
9197
+ var nu = /* @__PURE__ */ H($l, [["render", tu]]), ru = /* @__PURE__ */ H({
9153
9198
  __name: "state-icon",
9154
9199
  props: {
9155
9200
  type: {
@@ -9251,9 +9296,9 @@ var eu = /* @__PURE__ */ H(Zl, [["render", $l]]), tu = /* @__PURE__ */ H({
9251
9296
  "data-test-icon-type"
9252
9297
  ]))], 6));
9253
9298
  }
9254
- }, [["__scopeId", "data-v-e2fbdf1b"]]), nu = {
9299
+ }, [["__scopeId", "data-v-e2fbdf1b"]]), iu = {
9255
9300
  name: "ecs-dialog-header",
9256
- components: { EcsStateIcon: tu },
9301
+ components: { EcsStateIcon: ru },
9257
9302
  props: {
9258
9303
  icon: {
9259
9304
  type: String,
@@ -9269,21 +9314,21 @@ var eu = /* @__PURE__ */ H(Zl, [["render", $l]]), tu = /* @__PURE__ */ H({
9269
9314
  default: "neutral"
9270
9315
  }
9271
9316
  }
9272
- }, ru = {
9317
+ }, au = {
9273
9318
  key: 0,
9274
9319
  class: "ecs-dialog-headline"
9275
- }, iu = {
9320
+ }, ou = {
9276
9321
  key: 1,
9277
9322
  class: "ecs-dialog-headline-plain"
9278
9323
  };
9279
- function au(e, t, n, r, i, a) {
9324
+ function su(e, t, n, r, i, a) {
9280
9325
  let o = A("ecs-state-icon");
9281
- return T(), c("div", null, [n.icon ? (T(), c("h3", ru, [f(o, {
9326
+ return T(), c("div", null, [n.icon ? (T(), c("h3", au, [f(o, {
9282
9327
  type: n.icon,
9283
9328
  "icon-color": n.iconColor
9284
- }, null, 8, ["type", "icon-color"]), k(e.$slots, "default", {}, void 0, !0)])) : (T(), c("h3", iu, [k(e.$slots, "default", {}, void 0, !0)]))]);
9329
+ }, null, 8, ["type", "icon-color"]), k(e.$slots, "default", {}, void 0, !0)])) : (T(), c("h3", ou, [k(e.$slots, "default", {}, void 0, !0)]))]);
9285
9330
  }
9286
- var ou = /* @__PURE__ */ H(nu, [["render", au], ["__scopeId", "data-v-6e05c98b"]]), su = {
9331
+ var cu = /* @__PURE__ */ H(iu, [["render", su], ["__scopeId", "data-v-6e05c98b"]]), lu = {
9287
9332
  __name: "favicon",
9288
9333
  props: { website: {
9289
9334
  type: String,
@@ -9351,12 +9396,12 @@ var ou = /* @__PURE__ */ H(nu, [["render", au], ["__scopeId", "data-v-6e05c98b"]
9351
9396
  viewBox: "0 0 20 20"
9352
9397
  }, null, 8, ["alt"]));
9353
9398
  }
9354
- }, cu = {
9399
+ }, uu = {
9355
9400
  name: "ecs-directory-entry",
9356
9401
  emits: ["click"],
9357
9402
  components: {
9358
9403
  EcsIcon: U,
9359
- EcsFavicon: su,
9404
+ EcsFavicon: lu,
9360
9405
  EcsAvatar: Ue,
9361
9406
  EcsSkeletonLoader: G,
9362
9407
  EcsFocusRing: W
@@ -9403,11 +9448,11 @@ var ou = /* @__PURE__ */ H(nu, [["render", au], ["__scopeId", "data-v-6e05c98b"]
9403
9448
  mounted() {
9404
9449
  !this.icon && !this.favicon && !this.isValidAvatar && !this.legendColor && console.warn("Icon, Favicon, or Avatar prop is required for ecs-directory-entry component");
9405
9450
  }
9406
- }, lu = { class: "ecs-directory-entry-type" }, uu = {
9451
+ }, du = { class: "ecs-directory-entry-type" }, fu = {
9407
9452
  key: 4,
9408
9453
  class: "legend-color"
9409
- }, du = { class: "items" };
9410
- function fu(e, t, n, r, i, a) {
9454
+ }, pu = { class: "items" };
9455
+ function mu(e, t, n, r, i, a) {
9411
9456
  let u = A("ecs-focus-ring"), d = A("ecs-skeleton-loader"), f = A("ecs-icon"), p = A("ecs-avatar"), m = A("ecs-favicon");
9412
9457
  return T(), o(M(n.hover ? "button" : "div"), {
9413
9458
  onClick: t[0] ||= (t) => e.$emit("click", t),
@@ -9416,7 +9461,7 @@ function fu(e, t, n, r, i, a) {
9416
9461
  }, {
9417
9462
  default: I(() => [
9418
9463
  n.hover ? (T(), o(u, { key: 0 })) : s("", !0),
9419
- l("div", lu, [n.loading ? (T(), o(d, {
9464
+ l("div", du, [n.loading ? (T(), o(d, {
9420
9465
  key: 0,
9421
9466
  type: n.legendColor ? "circle" : "rect",
9422
9467
  width: 20
@@ -9446,7 +9491,7 @@ function fu(e, t, n, r, i, a) {
9446
9491
  ])) : n.favicon ? (T(), o(m, {
9447
9492
  key: 3,
9448
9493
  website: n.favicon
9449
- }, null, 8, ["website"])) : n.legendColor ? (T(), c("div", uu, [l("div", {
9494
+ }, null, 8, ["website"])) : n.legendColor ? (T(), c("div", fu, [l("div", {
9450
9495
  class: "legend-color-dot",
9451
9496
  style: S("background-color:" + n.legendColor)
9452
9497
  }, null, 4)])) : s("", !0), n.indicator && !n.loading ? (T(), c("div", {
@@ -9454,7 +9499,7 @@ function fu(e, t, n, r, i, a) {
9454
9499
  class: "indicator",
9455
9500
  style: S("background-color:" + n.indicator)
9456
9501
  }, null, 4)) : s("", !0)]),
9457
- l("div", du, [n.loading ? (T(), o(d, {
9502
+ l("div", pu, [n.loading ? (T(), o(d, {
9458
9503
  key: 0,
9459
9504
  "line-height": 3,
9460
9505
  width: "random"
@@ -9470,7 +9515,7 @@ function fu(e, t, n, r, i, a) {
9470
9515
  _: 3
9471
9516
  }, 8, ["class", "role"]);
9472
9517
  }
9473
- var pu = /* @__PURE__ */ H(cu, [["render", fu], ["__scopeId", "data-v-95408541"]]), mu = {
9518
+ var hu = /* @__PURE__ */ H(uu, [["render", mu], ["__scopeId", "data-v-95408541"]]), gu = {
9474
9519
  name: "ecs-document-state",
9475
9520
  components: {
9476
9521
  EcsIcon: U,
@@ -9504,23 +9549,23 @@ var pu = /* @__PURE__ */ H(cu, [["render", fu], ["__scopeId", "data-v-95408541"]
9504
9549
  default: !1
9505
9550
  }
9506
9551
  }
9507
- }, hu = ["aria-busy"], gu = {
9552
+ }, _u = ["aria-busy"], vu = {
9508
9553
  key: 0,
9509
9554
  class: "txt"
9510
- }, _u = {
9555
+ }, yu = {
9511
9556
  key: 1,
9512
9557
  class: "no-txt"
9513
- }, vu = {
9558
+ }, bu = {
9514
9559
  key: 2,
9515
9560
  class: "instant"
9516
- }, yu = {
9561
+ }, xu = {
9517
9562
  key: 3,
9518
9563
  class: "no-instant"
9519
- }, bu = {
9564
+ }, Su = {
9520
9565
  key: 4,
9521
9566
  class: "loading"
9522
9567
  };
9523
- function xu(e, t, n, r, i, a) {
9568
+ function Cu(e, t, n, r, i, a) {
9524
9569
  let l = A("ecs-skeleton-loader"), u = A("ecs-icon"), d = A("ecs-sticker");
9525
9570
  return n.loading ? (T(), o(l, {
9526
9571
  key: 0,
@@ -9533,9 +9578,9 @@ function xu(e, t, n, r, i, a) {
9533
9578
  class: b(["ecs-document-state", n.type]),
9534
9579
  "aria-busy": n.processing || null
9535
9580
  }, [
9536
- n.ocr && n.type == "document" ? (T(), c("div", gu)) : n.type == "document" ? (T(), c("div", _u)) : s("", !0),
9537
- n.instantView ? (T(), c("div", vu)) : (T(), c("div", yu)),
9538
- n.processing ? (T(), c("span", bu, [f(u, {
9581
+ n.ocr && n.type == "document" ? (T(), c("div", vu)) : n.type == "document" ? (T(), c("div", yu)) : s("", !0),
9582
+ n.instantView ? (T(), c("div", bu)) : (T(), c("div", xu)),
9583
+ n.processing ? (T(), c("span", Su, [f(u, {
9539
9584
  type: "loading",
9540
9585
  size: "16",
9541
9586
  color: "#202127"
@@ -9546,24 +9591,24 @@ function xu(e, t, n, r, i, a) {
9546
9591
  class: "warning",
9547
9592
  size: 12
9548
9593
  })) : s("", !0)
9549
- ], 10, hu));
9594
+ ], 10, _u));
9550
9595
  }
9551
- var Su = /* @__PURE__ */ H(mu, [["render", xu], ["__scopeId", "data-v-5557beff"]]);
9596
+ var wu = /* @__PURE__ */ H(gu, [["render", Cu], ["__scopeId", "data-v-5557beff"]]);
9552
9597
  //#endregion
9553
9598
  //#region src/components/donut-chart.vue
9554
- function Cu(e) {
9599
+ function Tu(e) {
9555
9600
  return typeof e == "number";
9556
9601
  }
9557
- function wu(e) {
9602
+ function Eu(e) {
9558
9603
  return Array.isArray(e);
9559
9604
  }
9560
- var Tu = {
9605
+ var Du = {
9561
9606
  props: {
9562
9607
  value: {
9563
9608
  type: [Number, Array],
9564
9609
  required: !0,
9565
9610
  validator(e) {
9566
- return Cu(e) ? e >= 0 && e <= 100 : wu(e) ? e.length > 0 && e.every((e) => typeof e == "number" && e >= 0) : !1;
9611
+ return Tu(e) ? e >= 0 && e <= 100 : Eu(e) ? e.length > 0 && e.every((e) => typeof e == "number" && e >= 0) : !1;
9567
9612
  }
9568
9613
  },
9569
9614
  color: {
@@ -9604,11 +9649,11 @@ var Tu = {
9604
9649
  },
9605
9650
  segments() {
9606
9651
  let e = this.value, t = this.color;
9607
- if (Cu(e)) return [{
9652
+ if (Tu(e)) return [{
9608
9653
  value: e,
9609
- color: typeof t == "string" ? t : wu(t) && t[0] ? t[0] : DEFAULT_COLOR
9654
+ color: typeof t == "string" ? t : Eu(t) && t[0] ? t[0] : DEFAULT_COLOR
9610
9655
  }];
9611
- let n = e.slice(), r = n.reduce((e, t) => e + t, 0), i = r > 0 ? n.map((e) => e / r * 100) : n.map(() => 0), a = typeof t == "string" ? n.map(() => t) : wu(t) ? t.slice() : [], o = typeof t == "string" ? t : a[a.length - 1] ?? DEFAULT_COLOR;
9656
+ let n = e.slice(), r = n.reduce((e, t) => e + t, 0), i = r > 0 ? n.map((e) => e / r * 100) : n.map(() => 0), a = typeof t == "string" ? n.map(() => t) : Eu(t) ? t.slice() : [], o = typeof t == "string" ? t : a[a.length - 1] ?? DEFAULT_COLOR;
9612
9657
  return i.map((e, t) => ({
9613
9658
  value: e,
9614
9659
  color: a[t] == null ? o : a[t]
@@ -9627,11 +9672,11 @@ var Tu = {
9627
9672
  });
9628
9673
  }
9629
9674
  }
9630
- }, Eu = [
9675
+ }, Ou = [
9631
9676
  "height",
9632
9677
  "width",
9633
9678
  "viewBox"
9634
- ], Du = [
9679
+ ], ku = [
9635
9680
  "cx",
9636
9681
  "cy",
9637
9682
  "r",
@@ -9640,7 +9685,7 @@ var Tu = {
9640
9685
  "stroke-dasharray",
9641
9686
  "stroke-dashoffset",
9642
9687
  "transform"
9643
- ], Ou = [
9688
+ ], Au = [
9644
9689
  "cx",
9645
9690
  "cy",
9646
9691
  "r",
@@ -9650,7 +9695,7 @@ var Tu = {
9650
9695
  "stroke-dashoffset",
9651
9696
  "transform"
9652
9697
  ];
9653
- function ku(t, n, r, i, a, o) {
9698
+ function ju(t, n, r, i, a, o) {
9654
9699
  return T(), c("div", {
9655
9700
  class: "ecs-donut-chart",
9656
9701
  style: S(o.wrapperPadding)
@@ -9670,7 +9715,7 @@ function ku(t, n, r, i, a, o) {
9670
9715
  "stroke-dashoffset": t.dashOffset,
9671
9716
  fill: "transparent",
9672
9717
  transform: o.transform
9673
- }, null, 8, Du)) : s("", !0), l("circle", {
9718
+ }, null, 8, ku)) : s("", !0), l("circle", {
9674
9719
  cx: o.center,
9675
9720
  cy: o.center,
9676
9721
  r: o.radius,
@@ -9680,9 +9725,9 @@ function ku(t, n, r, i, a, o) {
9680
9725
  "stroke-dashoffset": t.dashOffset,
9681
9726
  fill: "transparent",
9682
9727
  transform: o.transform
9683
- }, null, 8, Ou)], 64))), 128))])], 8, Eu))], 4);
9728
+ }, null, 8, Au)], 64))), 128))])], 8, Ou))], 4);
9684
9729
  }
9685
- var Au = /* @__PURE__ */ H(Tu, [["render", ku], ["__scopeId", "data-v-f4c81ffd"]]), ju = {
9730
+ var Mu = /* @__PURE__ */ H(Du, [["render", ju], ["__scopeId", "data-v-f4c81ffd"]]), Nu = {
9686
9731
  name: "ecs-empty-state",
9687
9732
  components: { EcsIcon: U },
9688
9733
  props: {
@@ -9703,14 +9748,14 @@ var Au = /* @__PURE__ */ H(Tu, [["render", ku], ["__scopeId", "data-v-f4c81ffd"]
9703
9748
  computed: { iconSize() {
9704
9749
  return this.size == "sml" ? "100px" : "200px";
9705
9750
  } }
9706
- }, Mu = ["aria-busy"], Nu = {
9751
+ }, Pu = ["aria-busy"], Fu = {
9707
9752
  key: 1,
9708
9753
  class: "ecs-empty-state-loading"
9709
- }, Pu = {
9754
+ }, Iu = {
9710
9755
  key: 3,
9711
9756
  class: "ecs-empty-state-actions"
9712
9757
  };
9713
- function Fu(e, t, n, r, i, a) {
9758
+ function Lu(e, t, n, r, i, a) {
9714
9759
  let l = A("ecs-icon");
9715
9760
  return T(), c("div", {
9716
9761
  class: "ecs-empty-state",
@@ -9725,15 +9770,15 @@ function Fu(e, t, n, r, i, a) {
9725
9770
  "type",
9726
9771
  "color",
9727
9772
  "size"
9728
- ])) : n.type == "loading" ? (T(), c("div", Nu)) : s("", !0),
9773
+ ])) : n.type == "loading" ? (T(), c("div", Fu)) : s("", !0),
9729
9774
  n.type == "loading" ? s("", !0) : (T(), c("div", {
9730
9775
  key: 2,
9731
9776
  class: b(["ecs-empty-state-message", n.size])
9732
9777
  }, [k(e.$slots, "default", {}, void 0, !0)], 2)),
9733
- e.$slots.actions ? (T(), c("div", Pu, [k(e.$slots, "actions", {}, void 0, !0)])) : s("", !0)
9734
- ], 8, Mu);
9778
+ e.$slots.actions ? (T(), c("div", Iu, [k(e.$slots, "actions", {}, void 0, !0)])) : s("", !0)
9779
+ ], 8, Pu);
9735
9780
  }
9736
- var Iu = /* @__PURE__ */ H(ju, [["render", Fu], ["__scopeId", "data-v-60265995"]]), Lu = {
9781
+ var Ru = /* @__PURE__ */ H(Nu, [["render", Lu], ["__scopeId", "data-v-60265995"]]), zu = {
9737
9782
  props: {
9738
9783
  value: {
9739
9784
  type: Number,
@@ -9755,8 +9800,8 @@ var Iu = /* @__PURE__ */ H(ju, [["render", Fu], ["__scopeId", "data-v-60265995"]
9755
9800
  return this.max === null ? 100 * (this.value / this.computedMax) : this.value;
9756
9801
  }
9757
9802
  }
9758
- }, Ru = ["aria-valuenow", "aria-valuemax"];
9759
- function zu(e, t, n, r, i, a) {
9803
+ }, Bu = ["aria-valuenow", "aria-valuemax"];
9804
+ function Vu(e, t, n, r, i, a) {
9760
9805
  return T(), c("div", {
9761
9806
  class: "ecs-progress",
9762
9807
  role: "progressbar",
@@ -9771,15 +9816,15 @@ function zu(e, t, n, r, i, a) {
9771
9816
  n.cancelled ? "ecs-progress-cancelled" : ""
9772
9817
  ]]),
9773
9818
  style: S({ width: 100 * (n.value / a.computedMax) + "%" })
9774
- }, null, 6)], 8, Ru);
9819
+ }, null, 6)], 8, Bu);
9775
9820
  }
9776
- var Bu = /* @__PURE__ */ H(Lu, [["render", zu], ["__scopeId", "data-v-1b81f485"]]), Vu = {
9821
+ var Hu = /* @__PURE__ */ H(zu, [["render", Vu], ["__scopeId", "data-v-1b81f485"]]), Uu = {
9777
9822
  name: "ecs-dropzone",
9778
9823
  emits: ["onFileDrop", "cancel"],
9779
9824
  components: {
9780
- EcsEmptyState: Iu,
9825
+ EcsEmptyState: Ru,
9781
9826
  EcsSkeletonLoader: G,
9782
- EcsProgress: Bu,
9827
+ EcsProgress: Hu,
9783
9828
  EcsButton: X,
9784
9829
  EcsFocusRing: W,
9785
9830
  EcsFlexRow: K,
@@ -9921,14 +9966,14 @@ var Bu = /* @__PURE__ */ H(Lu, [["render", zu], ["__scopeId", "data-v-1b81f485"]
9921
9966
  beforeUnmount() {
9922
9967
  document.removeEventListener("dragenter", this.show);
9923
9968
  }
9924
- }, Hu = ["aria-busy", "aria-invalid"], Uu = ["multiple"], Wu = { key: 1 }, Gu = { key: 1 }, Ku = {
9969
+ }, Wu = ["aria-busy", "aria-invalid"], Gu = ["multiple"], Ku = { key: 1 }, qu = { key: 1 }, Ju = {
9925
9970
  key: 2,
9926
9971
  class: "ecs-dropzone-hint"
9927
- }, qu = {
9972
+ }, Yu = {
9928
9973
  key: 3,
9929
9974
  class: "ecs-dropzone-stats"
9930
- }, Ju = ["innerHTML"];
9931
- function Yu(t, n, r, i, a, u) {
9975
+ }, Xu = ["innerHTML"];
9976
+ function Zu(t, n, r, i, a, u) {
9932
9977
  let p = A("ecs-skeleton-loader"), m = A("ecs-focus-ring"), h = A("ecs-text-v2"), g = A("ecs-sticker"), _ = A("ecs-flex-row"), v = A("ecs-progress"), y = A("ecs-empty-state"), x = A("ecs-button");
9933
9978
  return T(), c("div", {
9934
9979
  class: b(["ecs-dropzone", [
@@ -9948,7 +9993,7 @@ function Yu(t, n, r, i, a, u) {
9948
9993
  type: "file",
9949
9994
  multiple: r.multiple || null,
9950
9995
  ref: "file"
9951
- }, null, 40, Uu),
9996
+ }, null, 40, Gu),
9952
9997
  f(y, {
9953
9998
  type: u.iconType,
9954
9999
  iconColor: u.iconColor
@@ -9958,7 +10003,7 @@ function Yu(t, n, r, i, a, u) {
9958
10003
  type: "single",
9959
10004
  width: 100,
9960
10005
  class: "ecs-dropzone-skeleton"
9961
- })) : (T(), c("div", Wu, [
10006
+ })) : (T(), c("div", Ku, [
9962
10007
  t.$slots.customlabel ? s("", !0) : (T(), c(e, { key: 0 }, [
9963
10008
  d(" Drag and drop your " + N(r.fileTypeLabel) + " or ", 1),
9964
10009
  l("i", {
@@ -9968,9 +10013,9 @@ function Yu(t, n, r, i, a, u) {
9968
10013
  }, [n[7] ||= d("browse", -1), f(m)], 32),
9969
10014
  n[8] ||= d(" to upload. ", -1)
9970
10015
  ], 64)),
9971
- t.$slots.customlabel ? (T(), c("div", Gu, [k(t.$slots, "customlabel", {}, void 0, !0)])) : s("", !0),
9972
- t.$slots.hint && !r.uploadStats.show ? (T(), c("div", Ku, [k(t.$slots, "hint", {}, void 0, !0)])) : s("", !0),
9973
- r.uploadStats.show ? (T(), c("div", qu, [f(_, {
10016
+ t.$slots.customlabel ? (T(), c("div", qu, [k(t.$slots, "customlabel", {}, void 0, !0)])) : s("", !0),
10017
+ t.$slots.hint && !r.uploadStats.show ? (T(), c("div", Ju, [k(t.$slots, "hint", {}, void 0, !0)])) : s("", !0),
10018
+ r.uploadStats.show ? (T(), c("div", Yu, [f(_, {
9974
10019
  gap: 8,
9975
10020
  justify: "center"
9976
10021
  }, {
@@ -10005,7 +10050,7 @@ function Yu(t, n, r, i, a, u) {
10005
10050
  key: 4,
10006
10051
  innerHTML: r.errorMessage,
10007
10052
  class: "ecs-dropzone-error-message"
10008
- }, null, 8, Ju)) : s("", !0)
10053
+ }, null, 8, Xu)) : s("", !0)
10009
10054
  ])), r.loading || r.progress ? (T(), o(v, {
10010
10055
  key: 2,
10011
10056
  infinite: !r.progress,
@@ -10028,9 +10073,9 @@ function Yu(t, n, r, i, a, u) {
10028
10073
  default: I(() => [d(N(u.cancelButtonOptions.label), 1)]),
10029
10074
  _: 1
10030
10075
  }, 8, ["onClick", "icon"])) : s("", !0)
10031
- ], 42, Hu);
10076
+ ], 42, Wu);
10032
10077
  }
10033
- var Xu = /* @__PURE__ */ H(Vu, [["render", Yu], ["__scopeId", "data-v-2c790ae4"]]), Zu = {
10078
+ var Qu = /* @__PURE__ */ H(Uu, [["render", Zu], ["__scopeId", "data-v-2c790ae4"]]), $u = {
10034
10079
  name: "ecs-ecai-wrapper",
10035
10080
  components: { EcsIcon: U },
10036
10081
  props: {
@@ -10064,7 +10109,7 @@ var Xu = /* @__PURE__ */ H(Vu, [["render", Yu], ["__scopeId", "data-v-2c790ae4"]
10064
10109
  }
10065
10110
  }
10066
10111
  };
10067
- function Qu(e, t, n, r, i, a) {
10112
+ function ed(e, t, n, r, i, a) {
10068
10113
  let l = A("ecs-icon");
10069
10114
  return T(), c("div", {
10070
10115
  class: b(["ecs-ecai-wrapper", { border: a.hasBorder }]),
@@ -10080,7 +10125,7 @@ function Qu(e, t, n, r, i, a) {
10080
10125
  k(e.$slots, "default", {}, void 0, !0)
10081
10126
  ], 6);
10082
10127
  }
10083
- var $u = /* @__PURE__ */ H(Zu, [["render", Qu], ["__scopeId", "data-v-75522cea"]]), ed = {
10128
+ var td = /* @__PURE__ */ H($u, [["render", ed], ["__scopeId", "data-v-75522cea"]]), nd = {
10084
10129
  name: "ecs-entry-link",
10085
10130
  emits: [
10086
10131
  "linkClick",
@@ -10128,14 +10173,14 @@ var $u = /* @__PURE__ */ H(Zu, [["render", Qu], ["__scopeId", "data-v-75522cea"]
10128
10173
  this.$emit("moreClick", e);
10129
10174
  }
10130
10175
  }
10131
- }, td = ["title"], nd = {
10176
+ }, rd = ["title"], id = {
10132
10177
  key: 1,
10133
10178
  class: "prepend"
10134
- }, rd = ["title"], id = {
10179
+ }, ad = ["title"], od = {
10135
10180
  key: 2,
10136
10181
  class: "append"
10137
10182
  };
10138
- function ad(e, t, n, r, i, a) {
10183
+ function sd(e, t, n, r, i, a) {
10139
10184
  let u = A("ecs-icon"), d = A("ecs-sticker"), p = A("ecs-focus-ring"), m = A("ecs-button-more");
10140
10185
  return T(), c("div", {
10141
10186
  onClick: t[0] ||= R((...e) => a.handleClick && a.handleClick(...e), ["stop"]),
@@ -10155,13 +10200,13 @@ function ad(e, t, n, r, i, a) {
10155
10200
  }, null, 8, ["type", "color"])) : s("", !0), n.sticker ? (T(), o(d, {
10156
10201
  key: 1,
10157
10202
  type: n.sticker
10158
- }, null, 8, ["type"])) : s("", !0)], 8, td)) : s("", !0),
10159
- e.$slots.prepender ? (T(), c("div", nd, [k(e.$slots, "prepender", {}, void 0, !0)])) : s("", !0),
10203
+ }, null, 8, ["type"])) : s("", !0)], 8, rd)) : s("", !0),
10204
+ e.$slots.prepender ? (T(), c("div", id, [k(e.$slots, "prepender", {}, void 0, !0)])) : s("", !0),
10160
10205
  l("div", {
10161
10206
  class: b(["ecs-entry-link-label", n.emphasized ? "emphasized" : ""]),
10162
10207
  title: n.linkTitle
10163
- }, N(n.label), 11, rd),
10164
- e.$slots.appender ? (T(), c("div", id, [k(e.$slots, "appender", {}, void 0, !0)])) : s("", !0),
10208
+ }, N(n.label), 11, ad),
10209
+ e.$slots.appender ? (T(), c("div", od, [k(e.$slots, "appender", {}, void 0, !0)])) : s("", !0),
10165
10210
  f(p, {
10166
10211
  inset: 0,
10167
10212
  radius: 6
@@ -10179,12 +10224,12 @@ function ad(e, t, n, r, i, a) {
10179
10224
  ])) : s("", !0)
10180
10225
  ], 2);
10181
10226
  }
10182
- var od = /* @__PURE__ */ H(ed, [["render", ad], ["__scopeId", "data-v-0b6f41c6"]]), sd = {
10227
+ var cd = /* @__PURE__ */ H(nd, [["render", sd], ["__scopeId", "data-v-0b6f41c6"]]), ld = {
10183
10228
  name: "ecs-excerpt-snippet",
10184
10229
  components: {
10185
10230
  EcsIcon: U,
10186
10231
  EcsSkeletonLoader: G,
10187
- EcsFormatted: Wo
10232
+ EcsFormatted: Ko
10188
10233
  },
10189
10234
  props: {
10190
10235
  type: {
@@ -10232,22 +10277,22 @@ var od = /* @__PURE__ */ H(ed, [["render", ad], ["__scopeId", "data-v-0b6f41c6"]
10232
10277
  if (this.maxHeight) return `max-height: ${this.maxHeight}; overflow: auto;`;
10233
10278
  }
10234
10279
  }
10235
- }, cd = { class: "ecs-excerpt-title" }, ld = { class: "ecs-excerpt-title-headline" }, ud = { key: 3 }, dd = {
10280
+ }, ud = { class: "ecs-excerpt-title" }, dd = { class: "ecs-excerpt-title-headline" }, fd = { key: 3 }, pd = {
10236
10281
  key: 0,
10237
10282
  class: "ecs-excerpt-title-cite"
10238
- }, fd = { key: 1 }, pd = {
10283
+ }, md = { key: 1 }, hd = {
10239
10284
  key: 1,
10240
10285
  class: "ecs-excerpt-content-transcript"
10241
- }, md = {
10286
+ }, gd = {
10242
10287
  key: 2,
10243
10288
  class: "ecs-excerpt-content-rectangle"
10244
- }, hd = {
10289
+ }, _d = {
10245
10290
  key: 3,
10246
10291
  class: "ecs-excerpt-content-regular"
10247
10292
  };
10248
- function gd(t, n, r, i, a, u) {
10293
+ function vd(t, n, r, i, a, u) {
10249
10294
  let d = A("ecs-skeleton-loader"), f = A("ecs-icon"), p = A("ecs-formatted");
10250
- return T(), c("div", { class: b(["ecs-excerpt-snippet", u.sizeClass]) }, [l("div", cd, [l("div", ld, [
10295
+ return T(), c("div", { class: b(["ecs-excerpt-snippet", u.sizeClass]) }, [l("div", ud, [l("div", dd, [
10251
10296
  r.icon && r.loading ? (T(), o(d, {
10252
10297
  key: 0,
10253
10298
  type: "rect",
@@ -10263,12 +10308,12 @@ function gd(t, n, r, i, a, u) {
10263
10308
  key: 2,
10264
10309
  type: "single",
10265
10310
  width: 20
10266
- })) : (T(), c("span", ud, N(r.headline), 1))
10267
- ]), r.cite ? (T(), c("div", dd, [r.loading ? (T(), o(d, {
10311
+ })) : (T(), c("span", fd, N(r.headline), 1))
10312
+ ]), r.cite ? (T(), c("div", pd, [r.loading ? (T(), o(d, {
10268
10313
  key: 0,
10269
10314
  type: "single",
10270
10315
  width: 100
10271
- })) : (T(), c("span", fd, N(r.cite), 1))])) : s("", !0)]), l("div", {
10316
+ })) : (T(), c("span", md, N(r.cite), 1))])) : s("", !0)]), l("div", {
10272
10317
  class: "ecs-excerpt-content scrollbar scrollbar-sml",
10273
10318
  style: S(u.maxHeightStyles)
10274
10319
  }, [r.loading ? (T(), o(d, {
@@ -10281,9 +10326,9 @@ function gd(t, n, r, i, a, u) {
10281
10326
  }, {
10282
10327
  default: I(() => [k(t.$slots, "default", {}, void 0, !0)]),
10283
10328
  _: 3
10284
- }, 8, ["small"])) : r.type == "transcript" ? (T(), c("div", pd, [k(t.$slots, "default", {}, void 0, !0)])) : r.type == "rectangle" ? (T(), c("div", md, [l("span", { style: S("color:" + r.annotationColor) }, "Rectangle Annotation", 4), l("div", { style: S("background-color:" + r.annotationColor) }, null, 4)])) : (T(), c("div", hd, [k(t.$slots, "default", {}, void 0, !0)]))], 64))], 4)], 2);
10329
+ }, 8, ["small"])) : r.type == "transcript" ? (T(), c("div", hd, [k(t.$slots, "default", {}, void 0, !0)])) : r.type == "rectangle" ? (T(), c("div", gd, [l("span", { style: S("color:" + r.annotationColor) }, "Rectangle Annotation", 4), l("div", { style: S("background-color:" + r.annotationColor) }, null, 4)])) : (T(), c("div", _d, [k(t.$slots, "default", {}, void 0, !0)]))], 64))], 4)], 2);
10285
10330
  }
10286
- var _d = /* @__PURE__ */ H(sd, [["render", gd], ["__scopeId", "data-v-1c058d79"]]), vd = {
10331
+ var yd = /* @__PURE__ */ H(ld, [["render", vd], ["__scopeId", "data-v-1c058d79"]]), bd = {
10287
10332
  name: "ecs-input",
10288
10333
  emits: [
10289
10334
  "update:modelValue",
@@ -10404,7 +10449,7 @@ var _d = /* @__PURE__ */ H(sd, [["render", gd], ["__scopeId", "data-v-1c058d79"]
10404
10449
  return this.subtle ? "ecs-form-control-subtle" : this.variant === "default" ? null : `ecs-form-control-${this.variant}`;
10405
10450
  }
10406
10451
  }
10407
- }, yd = [
10452
+ }, xd = [
10408
10453
  "value",
10409
10454
  "type",
10410
10455
  "name",
@@ -10418,7 +10463,7 @@ var _d = /* @__PURE__ */ H(sd, [["render", gd], ["__scopeId", "data-v-1c058d79"]
10418
10463
  "step",
10419
10464
  "id",
10420
10465
  "data-1p-ignore"
10421
- ], bd = [
10466
+ ], Sd = [
10422
10467
  "value",
10423
10468
  "name",
10424
10469
  "disabled",
@@ -10428,7 +10473,7 @@ var _d = /* @__PURE__ */ H(sd, [["render", gd], ["__scopeId", "data-v-1c058d79"]
10428
10473
  "id",
10429
10474
  "data-1p-ignore"
10430
10475
  ];
10431
- function xd(e, t, n, r, i, a) {
10476
+ function Cd(e, t, n, r, i, a) {
10432
10477
  return n.type == "textarea" ? (T(), c("textarea", v({
10433
10478
  key: 1,
10434
10479
  class: ["ecs-form-control", [
@@ -10455,7 +10500,7 @@ function xd(e, t, n, r, i, a) {
10455
10500
  ref: n.refr,
10456
10501
  id: n.refr,
10457
10502
  "data-1p-ignore": a.disabled1Password
10458
- }), null, 16, bd)) : (T(), c("input", v({
10503
+ }), null, 16, Sd)) : (T(), c("input", v({
10459
10504
  key: 0,
10460
10505
  class: ["ecs-form-control", [
10461
10506
  a.sizeClass,
@@ -10485,9 +10530,9 @@ function xd(e, t, n, r, i, a) {
10485
10530
  ref: n.refr,
10486
10531
  id: n.refr,
10487
10532
  "data-1p-ignore": a.disabled1Password
10488
- }), null, 16, yd));
10533
+ }), null, 16, xd));
10489
10534
  }
10490
- var Sd = /* @__PURE__ */ H(vd, [["render", xd], ["__scopeId", "data-v-0dc2c69d"]]), Cd = {
10535
+ var wd = /* @__PURE__ */ H(bd, [["render", Cd], ["__scopeId", "data-v-0dc2c69d"]]), Td = {
10491
10536
  name: "EcsPopoverListHeadline",
10492
10537
  components: { EcsButtonCollapse: Fi },
10493
10538
  props: {
@@ -10519,11 +10564,11 @@ var Sd = /* @__PURE__ */ H(vd, [["render", xd], ["__scopeId", "data-v-0dc2c69d"]
10519
10564
  methods: { handleCollapse() {
10520
10565
  this.isCollapsed = !this.isCollapsed, this.$emit("toggle", this.isCollapsed);
10521
10566
  } }
10522
- }, wd = {
10567
+ }, Ed = {
10523
10568
  key: 1,
10524
10569
  class: "ecs-popover-list-title-controls"
10525
10570
  };
10526
- function Td(e, t, n, r, i, a) {
10571
+ function Dd(e, t, n, r, i, a) {
10527
10572
  let u = A("ecs-button-collapse");
10528
10573
  return T(), c("li", {
10529
10574
  class: b(["ecs-popover-list-title", [
@@ -10545,10 +10590,10 @@ function Td(e, t, n, r, i, a) {
10545
10590
  "aria-controls"
10546
10591
  ])) : s("", !0),
10547
10592
  l("span", null, [k(e.$slots, "default", {}, void 0, !0)]),
10548
- e.$slots.controls ? (T(), c("div", wd, [k(e.$slots, "controls", {}, void 0, !0)])) : s("", !0)
10593
+ e.$slots.controls ? (T(), c("div", Ed, [k(e.$slots, "controls", {}, void 0, !0)])) : s("", !0)
10549
10594
  ], 2);
10550
10595
  }
10551
- var Ed = /* @__PURE__ */ H(Cd, [["render", Td], ["__scopeId", "data-v-442eb0eb"]]), Dd = {
10596
+ var Od = /* @__PURE__ */ H(Td, [["render", Dd], ["__scopeId", "data-v-442eb0eb"]]), kd = {
10552
10597
  roundedRect: {
10553
10598
  label: "roundedRect",
10554
10599
  styles: {
@@ -10571,13 +10616,13 @@ var Ed = /* @__PURE__ */ H(Cd, [["render", Td], ["__scopeId", "data-v-442eb0eb"]
10571
10616
  label: "square",
10572
10617
  styles: { aspectRatio: "1 / 1" }
10573
10618
  }
10574
- }, Od = (e = "") => ({
10619
+ }, Ad = (e = "") => ({
10575
10620
  content: e,
10576
10621
  size: 14,
10577
10622
  bold: !1,
10578
10623
  italic: !1,
10579
10624
  underline: !1
10580
- }), kd = (e) => typeof e == "string" && /^#([0-9A-Fa-f]{3}){1,2}$/.test(e), Ad = (e) => Object.keys(Dd).includes(e), jd = (e) => typeof e.content == "string" && typeof e.size == "number" && e.size >= 8 && e.size <= 32 && typeof e.bold == "boolean" && typeof e.italic == "boolean" && typeof e.underline == "boolean", Md = (e) => e == null ? !0 : kd(e.color) && Ad(e.shape) && Array.isArray(e.text) && e.text.length >= 1 && e.text.length <= 6 && e.text.every(jd), Nd = () => {
10625
+ }), jd = (e) => typeof e == "string" && /^#([0-9A-Fa-f]{3}){1,2}$/.test(e), Md = (e) => Object.keys(kd).includes(e), Nd = (e) => typeof e.content == "string" && typeof e.size == "number" && e.size >= 8 && e.size <= 32 && typeof e.bold == "boolean" && typeof e.italic == "boolean" && typeof e.underline == "boolean", Pd = (e) => e == null ? !0 : jd(e.color) && Md(e.shape) && Array.isArray(e.text) && e.text.length >= 1 && e.text.length <= 6 && e.text.every(Nd), Fd = () => {
10581
10626
  let e = document.createElement("canvas").getContext("2d");
10582
10627
  return {
10583
10628
  getTextWidth: (t, n) => {
@@ -10586,7 +10631,7 @@ var Ed = /* @__PURE__ */ H(Cd, [["render", Td], ["__scopeId", "data-v-442eb0eb"]
10586
10631
  },
10587
10632
  escapeHtml: (e) => e.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/"/g, "&quot;").replace(/'/g, "&#039;")
10588
10633
  };
10589
- }, Pd = {
10634
+ }, Id = {
10590
10635
  name: "ecs-exhibit-sticker-editor",
10591
10636
  emits: ["update:modelValue"],
10592
10637
  components: {
@@ -10594,12 +10639,12 @@ var Ed = /* @__PURE__ */ H(Cd, [["render", Td], ["__scopeId", "data-v-442eb0eb"]
10594
10639
  EcsButton: X,
10595
10640
  EcsTextV2: vr,
10596
10641
  EcsSeparator: Ci,
10597
- EcsInput: Sd,
10642
+ EcsInput: wd,
10598
10643
  EcsPopover: or,
10599
- EcsPopoverListHeadline: Ed,
10644
+ EcsPopoverListHeadline: Od,
10600
10645
  EcsPopoverList: lr,
10601
10646
  EcsPopoverListItem: hi,
10602
- EcsColorPicker: dc
10647
+ EcsColorPicker: pc
10603
10648
  },
10604
10649
  props: {
10605
10650
  readOnly: {
@@ -10609,7 +10654,7 @@ var Ed = /* @__PURE__ */ H(Cd, [["render", Td], ["__scopeId", "data-v-442eb0eb"]
10609
10654
  modelValue: {
10610
10655
  type: Object,
10611
10656
  required: !1,
10612
- validator: Md
10657
+ validator: Pd
10613
10658
  },
10614
10659
  variables: {
10615
10660
  type: Array,
@@ -10636,11 +10681,11 @@ var Ed = /* @__PURE__ */ H(Cd, [["render", Td], ["__scopeId", "data-v-442eb0eb"]
10636
10681
  localSticker: this.modelValue ? JSON.parse(JSON.stringify(this.modelValue)) : {
10637
10682
  color: "#F9DF00",
10638
10683
  shape: "roundedRect",
10639
- text: [Od()]
10684
+ text: [Ad()]
10640
10685
  },
10641
10686
  focusedLineIndex: null,
10642
10687
  lineInputs: [],
10643
- textProcessing: Nd(),
10688
+ textProcessing: Fd(),
10644
10689
  colorPickerValue: "#F9DF00",
10645
10690
  swatches: [
10646
10691
  {
@@ -10731,7 +10776,7 @@ var Ed = /* @__PURE__ */ H(Cd, [["render", Td], ["__scopeId", "data-v-442eb0eb"]
10731
10776
  }
10732
10777
  },
10733
10778
  stickerShapeStyles() {
10734
- return Object.fromEntries(Object.entries(Dd).map(([e, t]) => [e, t.styles]));
10779
+ return Object.fromEntries(Object.entries(kd).map(([e, t]) => [e, t.styles]));
10735
10780
  },
10736
10781
  focusedLine() {
10737
10782
  return this.focusedLineIndex === null ? null : this.localSticker.text[this.focusedLineIndex];
@@ -10792,7 +10837,7 @@ var Ed = /* @__PURE__ */ H(Cd, [["render", Td], ["__scopeId", "data-v-442eb0eb"]
10792
10837
  this.localSticker = e ? JSON.parse(JSON.stringify(e)) : {
10793
10838
  color: "#000000",
10794
10839
  shape: "roundedRect",
10795
- text: [Od()]
10840
+ text: [Ad()]
10796
10841
  }, this.colorPickerValue = this.localSticker.color, this.$nextTick(() => {
10797
10842
  this.lineInputs.forEach((e, t) => this.adjustTextToFit(t));
10798
10843
  });
@@ -10921,7 +10966,7 @@ var Ed = /* @__PURE__ */ H(Cd, [["render", Td], ["__scopeId", "data-v-442eb0eb"]
10921
10966
  }), this.emitChange());
10922
10967
  },
10923
10968
  addLine() {
10924
- this.localSticker.text.length < 6 && (this.localSticker.text.push(Od()), this.focusedLineIndex = this.localSticker.text.length - 1, this.emitChange(), this.$nextTick(() => {
10969
+ this.localSticker.text.length < 6 && (this.localSticker.text.push(Ad()), this.focusedLineIndex = this.localSticker.text.length - 1, this.emitChange(), this.$nextTick(() => {
10925
10970
  let e = this.lineInputs[this.localSticker.text.length - 1];
10926
10971
  e && (this.adjustTextToFit(this.localSticker.text.length - 1), e.focus());
10927
10972
  }));
@@ -10971,18 +11016,18 @@ var Ed = /* @__PURE__ */ H(Cd, [["render", Td], ["__scopeId", "data-v-442eb0eb"]
10971
11016
  });
10972
11017
  }
10973
11018
  }
10974
- }, Fd = { class: "ecs-exhibit-sticker-editor" }, Id = ["aria-checked"], Ld = ["aria-checked"], Rd = ["aria-checked"], zd = ["aria-checked"], Bd = { class: "ecs-exhibit-sticker-editor-content" }, Vd = { class: "ecs-exhibit-sticker-editor-preview" }, Hd = {
11019
+ }, Ld = { class: "ecs-exhibit-sticker-editor" }, Rd = ["aria-checked"], zd = ["aria-checked"], Bd = ["aria-checked"], Vd = ["aria-checked"], Hd = { class: "ecs-exhibit-sticker-editor-content" }, Ud = { class: "ecs-exhibit-sticker-editor-preview" }, Wd = {
10975
11020
  key: 0,
10976
11021
  class: "page-preview"
10977
- }, Ud = { class: "sticker-content" }, Wd = { class: "line-controls line-controls-left" }, Gd = { class: "line-input" }, Kd = [
11022
+ }, Gd = { class: "sticker-content" }, Kd = { class: "line-controls line-controls-left" }, qd = { class: "line-input" }, Jd = [
10978
11023
  "value",
10979
11024
  "onInput",
10980
11025
  "onFocus",
10981
11026
  "onKeydown"
10982
- ], qd = ["innerHTML"], Jd = { class: "line-controls line-controls-right" }, Yd = { class: "line-input" }, Xd = ["innerHTML"], Zd = { style: { width: "240px" } };
10983
- function Qd(t, n, r, i, a, u) {
11027
+ ], Yd = ["innerHTML"], Xd = { class: "line-controls line-controls-right" }, Zd = { class: "line-input" }, Qd = ["innerHTML"], $d = { style: { width: "240px" } };
11028
+ function ef(t, n, r, i, a, u) {
10984
11029
  let p = A("ecs-text-v2"), m = A("ecs-flex-row"), h = A("ecs-button"), g = A("ecs-color-picker"), _ = A("ecs-popover"), v = A("ecs-separator"), y = A("ecs-input"), x = A("ecs-popover-list-headline"), C = A("ecs-popover-list-item"), w = A("ecs-popover-list");
10985
- return T(), c("div", Fd, [r.readOnly ? s("", !0) : (T(), o(m, {
11030
+ return T(), c("div", Ld, [r.readOnly ? s("", !0) : (T(), o(m, {
10986
11031
  key: 0,
10987
11032
  direction: "column",
10988
11033
  gap: 4,
@@ -11011,7 +11056,7 @@ function Qd(t, n, r, i, a, u) {
11011
11056
  backgroundColor: a.localSticker.color,
11012
11057
  borderColor: u.stickerBorderColor
11013
11058
  })
11014
- }, null, 4)], 10, Id),
11059
+ }, null, 4)], 10, Rd),
11015
11060
  l("button", {
11016
11061
  role: "radio",
11017
11062
  class: b(["shape-preview-button", { active: a.localSticker.shape === "rect" }]),
@@ -11025,7 +11070,7 @@ function Qd(t, n, r, i, a, u) {
11025
11070
  backgroundColor: a.localSticker.color,
11026
11071
  borderColor: u.stickerBorderColor
11027
11072
  })
11028
- }, null, 4)], 10, Ld),
11073
+ }, null, 4)], 10, zd),
11029
11074
  l("button", {
11030
11075
  role: "radio",
11031
11076
  class: b(["shape-preview-button", { active: a.localSticker.shape === "roundedSquare" }]),
@@ -11039,7 +11084,7 @@ function Qd(t, n, r, i, a, u) {
11039
11084
  backgroundColor: a.localSticker.color,
11040
11085
  borderColor: u.stickerBorderColor
11041
11086
  })
11042
- }, null, 4)], 10, Rd),
11087
+ }, null, 4)], 10, Bd),
11043
11088
  l("button", {
11044
11089
  role: "radio",
11045
11090
  class: b(["shape-preview-button", { active: a.localSticker.shape === "square" }]),
@@ -11053,12 +11098,12 @@ function Qd(t, n, r, i, a, u) {
11053
11098
  backgroundColor: a.localSticker.color,
11054
11099
  borderColor: u.stickerBorderColor
11055
11100
  })
11056
- }, null, 4)], 10, zd)
11101
+ }, null, 4)], 10, Vd)
11057
11102
  ]),
11058
11103
  _: 1
11059
11104
  })]),
11060
11105
  _: 1
11061
- })), l("div", Bd, [
11106
+ })), l("div", Hd, [
11062
11107
  r.readOnly ? s("", !0) : (T(), o(p, {
11063
11108
  key: 0,
11064
11109
  preset: "label-1"
@@ -11066,7 +11111,7 @@ function Qd(t, n, r, i, a, u) {
11066
11111
  default: I(() => [...n[11] ||= [d("Edit content and formatting", -1)]]),
11067
11112
  _: 1
11068
11113
  })),
11069
- l("div", Vd, [r.pagePosition ? (T(), c("div", Hd, [l("div", {
11114
+ l("div", Ud, [r.pagePosition ? (T(), c("div", Wd, [l("div", {
11070
11115
  class: "page-position-indicator",
11071
11116
  style: S(u.pagePositionIndicatorStyles)
11072
11117
  }, [
@@ -11106,11 +11151,11 @@ function Qd(t, n, r, i, a, u) {
11106
11151
  }, [l("div", { class: b(["sticker-content", { "read-only": r.readOnly }]) }, [(T(!0), c(e, null, O(a.localSticker.text, (e, t) => (T(), c("div", {
11107
11152
  key: t,
11108
11153
  class: "line"
11109
- }, [l("div", Yd, [l("span", {
11154
+ }, [l("div", Zd, [l("span", {
11110
11155
  class: "line-preview",
11111
11156
  style: S(u.getLineStyle(e)),
11112
11157
  innerHTML: u.processTextContent(e.content)
11113
- }, null, 12, Xd)])]))), 128))], 2)], 4)) : (T(), c("div", {
11158
+ }, null, 12, Qd)])]))), 128))], 2)], 4)) : (T(), c("div", {
11114
11159
  key: 1,
11115
11160
  class: "sticker",
11116
11161
  style: S({
@@ -11119,13 +11164,13 @@ function Qd(t, n, r, i, a, u) {
11119
11164
  color: u.stickerTextColor,
11120
11165
  ...u.stickerShapeStyles[a.localSticker.shape]
11121
11166
  })
11122
- }, [l("div", Ud, [(T(!0), c(e, null, O(a.localSticker.text, (e, t) => (T(), c("div", {
11167
+ }, [l("div", Gd, [(T(!0), c(e, null, O(a.localSticker.text, (e, t) => (T(), c("div", {
11123
11168
  key: t,
11124
11169
  class: b(["line editable", { focused: u.isLineFocused(t) }]),
11125
11170
  ref_for: !0,
11126
11171
  ref: `line-${t}`
11127
11172
  }, [
11128
- l("div", Wd, [f(h, {
11173
+ l("div", Kd, [f(h, {
11129
11174
  type: "secondary",
11130
11175
  size: "sml",
11131
11176
  "icon-only": "",
@@ -11154,7 +11199,7 @@ function Qd(t, n, r, i, a, u) {
11154
11199
  "disabled",
11155
11200
  "tabindex"
11156
11201
  ])]),
11157
- l("div", Gd, [l("input", {
11202
+ l("div", qd, [l("input", {
11158
11203
  type: "text",
11159
11204
  value: e.content,
11160
11205
  onInput: (e) => u.updateLine(t, "content", e.target.value),
@@ -11166,12 +11211,12 @@ function Qd(t, n, r, i, a, u) {
11166
11211
  ref: (e) => {
11167
11212
  e && (a.lineInputs[t] = e);
11168
11213
  }
11169
- }, null, 44, Kd), l("span", {
11214
+ }, null, 44, Jd), l("span", {
11170
11215
  class: "line-preview",
11171
11216
  style: S(u.getLineStyle(e)),
11172
11217
  innerHTML: u.processTextContent(e.content)
11173
- }, null, 12, qd)]),
11174
- l("div", Jd, [f(h, {
11218
+ }, null, 12, Yd)]),
11219
+ l("div", Xd, [f(h, {
11175
11220
  type: "secondary",
11176
11221
  size: "sml",
11177
11222
  "icon-only": "",
@@ -11300,7 +11345,7 @@ function Qd(t, n, r, i, a, u) {
11300
11345
  key: 1,
11301
11346
  disabled: a.focusedLineIndex === null
11302
11347
  }, {
11303
- content: I(() => [l("div", Zd, [f(w, null, {
11348
+ content: I(() => [l("div", $d, [f(w, null, {
11304
11349
  default: I(() => [f(x, null, {
11305
11350
  default: I(() => [...n[12] ||= [d("Insert Field Value", -1)]]),
11306
11351
  _: 1
@@ -11345,7 +11390,7 @@ function Qd(t, n, r, i, a, u) {
11345
11390
  })) : s("", !0)
11346
11391
  ])]);
11347
11392
  }
11348
- var $d = /* @__PURE__ */ H(Pd, [["render", Qd], ["__scopeId", "data-v-acfa8b96"]]), ef = {
11393
+ var tf = /* @__PURE__ */ H(Id, [["render", ef], ["__scopeId", "data-v-acfa8b96"]]), nf = {
11349
11394
  __name: "fill-icon",
11350
11395
  props: {
11351
11396
  type: {
@@ -11393,14 +11438,14 @@ var $d = /* @__PURE__ */ H(Pd, [["render", Qd], ["__scopeId", "data-v-acfa8b96"]
11393
11438
  width: e.width
11394
11439
  }, null, 8, ["height", "width"]));
11395
11440
  }
11396
- }, tf = { name: "ecs-file-list" }, nf = {
11441
+ }, rf = { name: "ecs-file-list" }, af = {
11397
11442
  class: "ecs-file-list",
11398
11443
  role: "list"
11399
11444
  };
11400
- function rf(e, t, n, r, i, a) {
11401
- return T(), c("div", nf, [k(e.$slots, "default")]);
11445
+ function of(e, t, n, r, i, a) {
11446
+ return T(), c("div", af, [k(e.$slots, "default")]);
11402
11447
  }
11403
- var af = /* @__PURE__ */ H(tf, [["render", rf]]), of = {
11448
+ var sf = /* @__PURE__ */ H(rf, [["render", of]]), cf = {
11404
11449
  name: "ecs-file-list-item",
11405
11450
  emits: [
11406
11451
  "click",
@@ -11520,28 +11565,28 @@ var af = /* @__PURE__ */ H(tf, [["render", rf]]), of = {
11520
11565
  created() {
11521
11566
  this.expandId = this.generateUniqueId(), this.errorId = this.generateUniqueId(), this.warningId = this.generateUniqueId(), this.editId = this.generateUniqueId();
11522
11567
  }
11523
- }, sf = ["tabindex"], cf = {
11568
+ }, lf = ["tabindex"], uf = {
11524
11569
  key: 0,
11525
11570
  class: "ecs-file-list-inner"
11526
- }, lf = ["aria-errormessage"], uf = { class: "ecs-file-list-controls" }, df = {
11571
+ }, df = ["aria-errormessage"], ff = { class: "ecs-file-list-controls" }, pf = {
11527
11572
  key: 0,
11528
11573
  class: "ecs-file-list-meta"
11529
- }, ff = [
11574
+ }, mf = [
11530
11575
  "aria-controls",
11531
11576
  "aria-expanded",
11532
11577
  "aria-label",
11533
11578
  "disabled"
11534
- ], pf = ["aria-valuenow"], mf = ["id"], hf = {
11579
+ ], hf = ["aria-valuenow"], gf = ["id"], _f = {
11535
11580
  key: 0,
11536
11581
  class: "list"
11537
- }, gf = ["id"], _f = {
11582
+ }, vf = ["id"], yf = {
11538
11583
  key: 0,
11539
11584
  class: "list"
11540
- }, vf = ["id", "aria-hidden"], yf = ["id"], bf = {
11585
+ }, bf = ["id", "aria-hidden"], xf = ["id"], Sf = {
11541
11586
  ref: "edit",
11542
11587
  class: "ecs-file-list-entry-edit"
11543
11588
  };
11544
- function xf(t, n, i, a, u, p) {
11589
+ function Cf(t, n, i, a, u, p) {
11545
11590
  let m = A("ecs-focus-ring"), h = A("ecs-icon"), g = A("ecs-file-icon"), _ = A("ecs-sticker"), v = A("ecs-button-table");
11546
11591
  return T(), c("div", {
11547
11592
  onClick: n[9] ||= (e) => t.$emit("click", e),
@@ -11555,7 +11600,7 @@ function xf(t, n, i, a, u, p) {
11555
11600
  }, [
11556
11601
  i.hover ? (T(), o(m, { key: 0 })) : s("", !0),
11557
11602
  f(r, { name: "title" }, {
11558
- default: I(() => [i.showTitleEdit || !i.edit ? (T(), c("div", cf, [
11603
+ default: I(() => [i.showTitleEdit || !i.edit ? (T(), c("div", uf, [
11559
11604
  i.icon ? (T(), o(h, {
11560
11605
  key: 0,
11561
11606
  onClick: n[0] ||= (e) => t.$emit("title-click", e),
@@ -11587,9 +11632,9 @@ function xf(t, n, i, a, u, p) {
11587
11632
  }, [l("div", {
11588
11633
  class: "title",
11589
11634
  "aria-errormessage": i.error ? u.errorId : null
11590
- }, [k(t.$slots, "default", {}, void 0, !0)], 8, lf)], 32),
11591
- l("div", uf, [
11592
- t.$slots.meta ? (T(), c("div", df, [k(t.$slots, "meta", {}, void 0, !0)])) : s("", !0),
11635
+ }, [k(t.$slots, "default", {}, void 0, !0)], 8, df)], 32),
11636
+ l("div", ff, [
11637
+ t.$slots.meta ? (T(), c("div", pf, [k(t.$slots, "meta", {}, void 0, !0)])) : s("", !0),
11593
11638
  k(t.$slots, "controls", {}, void 0, !0),
11594
11639
  t.$slots.collapse ? (T(), c("button", {
11595
11640
  key: 1,
@@ -11599,7 +11644,7 @@ function xf(t, n, i, a, u, p) {
11599
11644
  "aria-expanded": u.isVisible ? "true" : "false",
11600
11645
  "aria-label": u.isVisible ? "Collapse" : "Expand",
11601
11646
  disabled: i.disableButtons
11602
- }, [f(m)], 10, ff)) : s("", !0),
11647
+ }, [f(m)], 10, mf)) : s("", !0),
11603
11648
  i.remove ? (T(), o(v, {
11604
11649
  key: 2,
11605
11650
  onClick: n[8] ||= (e) => t.$emit("remove", e),
@@ -11616,7 +11661,7 @@ function xf(t, n, i, a, u, p) {
11616
11661
  style: S({ width: i.progress + "%" }),
11617
11662
  role: "progressbar",
11618
11663
  "aria-valuenow": i.progress
11619
- }, null, 12, pf)) : s("", !0)
11664
+ }, null, 12, hf)) : s("", !0)
11620
11665
  ])) : s("", !0)]),
11621
11666
  _: 3
11622
11667
  }),
@@ -11624,29 +11669,29 @@ function xf(t, n, i, a, u, p) {
11624
11669
  key: 1,
11625
11670
  class: "error",
11626
11671
  id: u.errorId
11627
- }, [Array.isArray(i.error) ? (T(), c("ul", hf, [(T(!0), c(e, null, O(i.error, (e, t) => (T(), c("li", { key: t }, N(e), 1))), 128))])) : (T(), c(e, { key: 1 }, [d(N(i.error), 1)], 64))], 8, mf)) : s("", !0),
11672
+ }, [Array.isArray(i.error) ? (T(), c("ul", _f, [(T(!0), c(e, null, O(i.error, (e, t) => (T(), c("li", { key: t }, N(e), 1))), 128))])) : (T(), c(e, { key: 1 }, [d(N(i.error), 1)], 64))], 8, gf)) : s("", !0),
11628
11673
  i.warning && typeof i.warning != "boolean" ? (T(), c("div", {
11629
11674
  key: 2,
11630
11675
  class: "warning",
11631
11676
  id: u.warningId
11632
- }, [Array.isArray(i.warning) ? (T(), c("ul", _f, [(T(!0), c(e, null, O(i.warning, (e, t) => (T(), c("li", { key: t }, N(e), 1))), 128))])) : (T(), c(e, { key: 1 }, [d(N(i.warning), 1)], 64))], 8, gf)) : s("", !0),
11677
+ }, [Array.isArray(i.warning) ? (T(), c("ul", yf, [(T(!0), c(e, null, O(i.warning, (e, t) => (T(), c("li", { key: t }, N(e), 1))), 128))])) : (T(), c(e, { key: 1 }, [d(N(i.warning), 1)], 64))], 8, vf)) : s("", !0),
11633
11678
  t.$slots.collapse ? (T(), c("div", {
11634
11679
  key: 3,
11635
11680
  class: b(u.isVisible ? "collapse-show" : "collapse-hide"),
11636
11681
  id: u.expandId,
11637
11682
  "aria-hidden": u.isVisible ? "false" : "true"
11638
- }, [k(t.$slots, "collapse", {}, void 0, !0)], 10, vf)) : s("", !0),
11683
+ }, [k(t.$slots, "collapse", {}, void 0, !0)], 10, bf)) : s("", !0),
11639
11684
  f(r, { name: "edit" }, {
11640
11685
  default: I(() => [t.$slots.edit && i.edit ? (T(), c("div", {
11641
11686
  key: 0,
11642
11687
  style: S({ maxHeight: u.editHeight + "px" }),
11643
11688
  id: u.editId
11644
- }, [l("div", bf, [k(t.$slots, "edit", {}, void 0, !0)], 512)], 12, yf)) : s("", !0)]),
11689
+ }, [l("div", Sf, [k(t.$slots, "edit", {}, void 0, !0)], 512)], 12, xf)) : s("", !0)]),
11645
11690
  _: 3
11646
11691
  })
11647
- ], 10, sf);
11692
+ ], 10, lf);
11648
11693
  }
11649
- var Sf = /* @__PURE__ */ H(of, [["render", xf], ["__scopeId", "data-v-b753f1a9"]]), Cf = { class: "ecs-flag" }, wf = /* @__PURE__ */ H({
11694
+ var wf = /* @__PURE__ */ H(cf, [["render", Cf], ["__scopeId", "data-v-b753f1a9"]]), Tf = { class: "ecs-flag" }, Ef = /* @__PURE__ */ H({
11650
11695
  __name: "flag",
11651
11696
  props: { code: {
11652
11697
  type: String,
@@ -12195,12 +12240,12 @@ var Sf = /* @__PURE__ */ H(of, [["render", xf], ["__scopeId", "data-v-b753f1a9"]
12195
12240
  "../assets/icons/flags/ZM.svg": () => import("./ZM-DggxQtf8.js"),
12196
12241
  "../assets/icons/flags/ZW.svg": () => import("./ZW-CdGmdXnU.js")
12197
12242
  }), `../assets/icons/flags/${e.toUpperCase()}.svg`, 5)));
12198
- }), (t, i) => (T(), c("div", Cf, [e.code ? (T(), o(M(P(r)), {
12243
+ }), (t, i) => (T(), c("div", Tf, [e.code ? (T(), o(M(P(r)), {
12199
12244
  key: 0,
12200
12245
  alt: n.value
12201
12246
  }, null, 8, ["alt"])) : s("", !0)]));
12202
12247
  }
12203
- }, [["__scopeId", "data-v-98c0431b"]]), Tf = {
12248
+ }, [["__scopeId", "data-v-98c0431b"]]), Df = {
12204
12249
  name: "ecs-flex-col",
12205
12250
  props: {
12206
12251
  columns: { type: Number },
@@ -12240,7 +12285,7 @@ var Sf = /* @__PURE__ */ H(of, [["render", xf], ["__scopeId", "data-v-b753f1a9"]
12240
12285
  }
12241
12286
  }
12242
12287
  };
12243
- function Ef(e, t, n, r, i, a) {
12288
+ function Of(e, t, n, r, i, a) {
12244
12289
  return T(), c("div", { class: b(["ecs-flex-col", [
12245
12290
  a.columnClass,
12246
12291
  a.growClass,
@@ -12248,7 +12293,7 @@ function Ef(e, t, n, r, i, a) {
12248
12293
  a.autoMarginClass
12249
12294
  ]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2);
12250
12295
  }
12251
- var Df = /* @__PURE__ */ H(Tf, [["render", Ef], ["__scopeId", "data-v-1d2ad846"]]), Of = {
12296
+ var kf = /* @__PURE__ */ H(Df, [["render", Of], ["__scopeId", "data-v-1d2ad846"]]), Af = {
12252
12297
  name: "ecs-input-clear",
12253
12298
  emits: ["click"],
12254
12299
  components: {
@@ -12265,8 +12310,8 @@ var Df = /* @__PURE__ */ H(Tf, [["render", Ef], ["__scopeId", "data-v-1d2ad846"]
12265
12310
  computed: { title() {
12266
12311
  return this.tooltip || "Clear";
12267
12312
  } }
12268
- }, kf = ["aria-busy"], Af = ["title"];
12269
- function jf(e, t, n, r, i, a) {
12313
+ }, jf = ["aria-busy"], Mf = ["title"];
12314
+ function Nf(e, t, n, r, i, a) {
12270
12315
  let u = A("ecs-focus-ring"), d = A("ecs-icon");
12271
12316
  return T(), c("div", {
12272
12317
  class: "ecs-input-clear",
@@ -12277,20 +12322,20 @@ function jf(e, t, n, r, i, a) {
12277
12322
  title: a.title,
12278
12323
  class: "ecs-input-clear-button",
12279
12324
  "aria-label": "Clear"
12280
- }, [f(u, { radius: 24 })], 40, Af), n.loading ? (T(), o(d, {
12325
+ }, [f(u, { radius: 24 })], 40, Mf), n.loading ? (T(), o(d, {
12281
12326
  key: 0,
12282
12327
  type: "loading",
12283
12328
  size: "32",
12284
12329
  spinning: "",
12285
12330
  color: "#AEB1B9"
12286
- })) : s("", !0)], 8, kf);
12331
+ })) : s("", !0)], 8, jf);
12287
12332
  }
12288
- var Mf = /* @__PURE__ */ H(Of, [["render", jf], ["__scopeId", "data-v-65544544"]]), Nf = {
12333
+ var Pf = /* @__PURE__ */ H(Af, [["render", Nf], ["__scopeId", "data-v-65544544"]]), Ff = {
12289
12334
  name: "ecs-input-search",
12290
12335
  emits: ["update:modelValue", "change"],
12291
12336
  components: {
12292
12337
  EcsIcon: U,
12293
- EcsInputClear: Mf
12338
+ EcsInputClear: Pf
12294
12339
  },
12295
12340
  props: {
12296
12341
  placeholder: {
@@ -12375,14 +12420,14 @@ var Mf = /* @__PURE__ */ H(Of, [["render", jf], ["__scopeId", "data-v-65544544"]
12375
12420
  mounted() {
12376
12421
  this.modelValue && this.setValue(this.modelValue);
12377
12422
  }
12378
- }, Pf = [
12423
+ }, If = [
12379
12424
  "name",
12380
12425
  "disabled",
12381
12426
  "placeholder",
12382
12427
  "autocomplete",
12383
12428
  "value"
12384
12429
  ];
12385
- function Ff(e, t, n, r, i, a) {
12430
+ function Lf(e, t, n, r, i, a) {
12386
12431
  let u = A("ecs-icon"), d = A("ecs-input-clear");
12387
12432
  return T(), c("div", { class: b(["ecs-search-group", a.groupSizeClass]) }, [
12388
12433
  f(u, {
@@ -12405,7 +12450,7 @@ function Ff(e, t, n, r, i, a) {
12405
12450
  a.sizeClass,
12406
12451
  a.typeClass
12407
12452
  ]
12408
- }), null, 16, Pf),
12453
+ }), null, 16, If),
12409
12454
  n.showClear ? (T(), o(d, {
12410
12455
  key: 0,
12411
12456
  onClick: a.clearSearch,
@@ -12413,7 +12458,7 @@ function Ff(e, t, n, r, i, a) {
12413
12458
  }, null, 8, ["onClick", "loading"])) : s("", !0)
12414
12459
  ], 2);
12415
12460
  }
12416
- var If = /* @__PURE__ */ H(Nf, [["render", Ff], ["__scopeId", "data-v-5f9bc8e4"]]), Lf = {
12461
+ var Rf = /* @__PURE__ */ H(Ff, [["render", Lf], ["__scopeId", "data-v-5f9bc8e4"]]), zf = {
12417
12462
  name: "ecs-scroll-container",
12418
12463
  props: {
12419
12464
  height: {
@@ -12434,7 +12479,7 @@ var If = /* @__PURE__ */ H(Nf, [["render", Ff], ["__scopeId", "data-v-5f9bc8e4"]
12434
12479
  }
12435
12480
  }
12436
12481
  };
12437
- function Rf(e, t, n, r, i, a) {
12482
+ function Bf(e, t, n, r, i, a) {
12438
12483
  return T(), c("div", {
12439
12484
  class: b(["ecs-scroll-container scrollbar scrollbar-sml vertical", [n.borderless ? "" : "ecs-scroll-container-border", n.hideShadows ? "" : "ecs-scroll-container-shadows"]]),
12440
12485
  style: S({
@@ -12443,7 +12488,7 @@ function Rf(e, t, n, r, i, a) {
12443
12488
  })
12444
12489
  }, [k(e.$slots, "default", {}, void 0, !0)], 6);
12445
12490
  }
12446
- var zf = /* @__PURE__ */ H(Lf, [["render", Rf], ["__scopeId", "data-v-d87a8075"]]), Bf = {
12491
+ var Vf = /* @__PURE__ */ H(zf, [["render", Bf], ["__scopeId", "data-v-d87a8075"]]), Hf = {
12447
12492
  name: "ecs-folder-selector",
12448
12493
  emits: [
12449
12494
  "search",
@@ -12451,10 +12496,10 @@ var zf = /* @__PURE__ */ H(Lf, [["render", Rf], ["__scopeId", "data-v-d87a8075"]
12451
12496
  "refresh"
12452
12497
  ],
12453
12498
  components: {
12454
- EcsInputSearch: If,
12455
- EcsScrollContainer: zf,
12499
+ EcsInputSearch: Rf,
12500
+ EcsScrollContainer: Vf,
12456
12501
  EcsButton: X,
12457
- EcsEmptyState: Iu,
12502
+ EcsEmptyState: Ru,
12458
12503
  EcsTextV2: vr
12459
12504
  },
12460
12505
  props: {
@@ -12525,19 +12570,19 @@ var zf = /* @__PURE__ */ H(Lf, [["render", Rf], ["__scopeId", "data-v-d87a8075"]
12525
12570
  this.$emit("add");
12526
12571
  }
12527
12572
  }
12528
- }, Vf = {
12573
+ }, Uf = {
12529
12574
  key: 0,
12530
12575
  class: "ecs-folder-selector-header"
12531
- }, Hf = {
12576
+ }, Wf = {
12532
12577
  key: 2,
12533
12578
  class: "empty-list"
12534
12579
  };
12535
- function Uf(e, t, n, r, i, a) {
12580
+ function Gf(e, t, n, r, i, a) {
12536
12581
  let l = A("ecs-text-v2"), u = A("ecs-input-search"), p = A("ecs-button"), m = A("ecs-empty-state"), h = A("ecs-scroll-container");
12537
12582
  return T(), c("div", {
12538
12583
  class: b(["ecs-folder-selector", [n.framed ? "ecs-folder-selector-border" : ""]]),
12539
12584
  style: S({ height: a.selectorHeight })
12540
- }, [n.searchable || n.create || n.refreshable || n.title ? (T(), c("div", Vf, [
12585
+ }, [n.searchable || n.create || n.refreshable || n.title ? (T(), c("div", Uf, [
12541
12586
  n.title && !n.searchable ? (T(), o(l, {
12542
12587
  key: 0,
12543
12588
  preset: "headline-5",
@@ -12587,11 +12632,11 @@ function Uf(e, t, n, r, i, a) {
12587
12632
  default: I(() => [n.loading ? (T(), o(m, {
12588
12633
  key: 0,
12589
12634
  type: "loading"
12590
- })) : e.$slots.default ? k(e.$slots, "default", { key: 1 }, void 0, !0) : (T(), c("div", Hf, N(n.emptyMessage), 1))]),
12635
+ })) : e.$slots.default ? k(e.$slots, "default", { key: 1 }, void 0, !0) : (T(), c("div", Wf, N(n.emptyMessage), 1))]),
12591
12636
  _: 3
12592
12637
  }, 8, ["style", "padding"])], 6);
12593
12638
  }
12594
- var Wf = /* @__PURE__ */ H(Bf, [["render", Uf], ["__scopeId", "data-v-e8fd70d2"]]), Gf = {
12639
+ var Kf = /* @__PURE__ */ H(Hf, [["render", Gf], ["__scopeId", "data-v-e8fd70d2"]]), qf = {
12595
12640
  name: "ecs-form-group",
12596
12641
  components: { EcsTextV2: vr },
12597
12642
  props: {
@@ -12621,7 +12666,7 @@ var Wf = /* @__PURE__ */ H(Bf, [["render", Uf], ["__scopeId", "data-v-e8fd70d2"]
12621
12666
  }
12622
12667
  }
12623
12668
  };
12624
- function Kf(e, t, n, r, i, a) {
12669
+ function Jf(e, t, n, r, i, a) {
12625
12670
  let l = A("ecs-text-v2");
12626
12671
  return T(), c("div", { class: b(["ecs-form-group", {
12627
12672
  error: n.error,
@@ -12653,14 +12698,14 @@ function Kf(e, t, n, r, i, a) {
12653
12698
  }, null, 8, ["innerHTML"])) : s("", !0)
12654
12699
  ], 2);
12655
12700
  }
12656
- var qf = /* @__PURE__ */ H(Gf, [["render", Kf], ["__scopeId", "data-v-b5eb6ae4"]]), Jf = {}, Yf = { class: "ecs-form-headline" }, Xf = { class: "ecs-form-headline-main" }, Zf = {
12701
+ var Yf = /* @__PURE__ */ H(qf, [["render", Jf], ["__scopeId", "data-v-b5eb6ae4"]]), Xf = {}, Zf = { class: "ecs-form-headline" }, Qf = { class: "ecs-form-headline-main" }, $f = {
12657
12702
  key: 0,
12658
12703
  class: "ecs-form-headline-controls"
12659
12704
  };
12660
- function Qf(e, t) {
12661
- return T(), c("div", Yf, [l("h2", Xf, [k(e.$slots, "default", {}, void 0, !0)]), e.$slots.controls ? (T(), c("div", Zf, [k(e.$slots, "controls", {}, void 0, !0)])) : s("", !0)]);
12705
+ function ep(e, t) {
12706
+ return T(), c("div", Zf, [l("h2", Qf, [k(e.$slots, "default", {}, void 0, !0)]), e.$slots.controls ? (T(), c("div", $f, [k(e.$slots, "controls", {}, void 0, !0)])) : s("", !0)]);
12662
12707
  }
12663
- var $f = /* @__PURE__ */ H(Jf, [["render", Qf], ["__scopeId", "data-v-16833f69"]]), ep = {
12708
+ var tp = /* @__PURE__ */ H(Xf, [["render", ep], ["__scopeId", "data-v-16833f69"]]), np = {
12664
12709
  name: "ecs-form-set",
12665
12710
  props: {
12666
12711
  error: {
@@ -12672,14 +12717,14 @@ var $f = /* @__PURE__ */ H(Jf, [["render", Qf], ["__scopeId", "data-v-16833f69"]
12672
12717
  required: !0
12673
12718
  }
12674
12719
  }
12675
- }, tp = ["aria-invalid"], np = { class: "ecs-form-set-title" };
12676
- function rp(e, t, n, r, i, a) {
12720
+ }, rp = ["aria-invalid"], ip = { class: "ecs-form-set-title" };
12721
+ function ap(e, t, n, r, i, a) {
12677
12722
  return T(), c("fieldset", {
12678
12723
  class: b(["ecs-form-set", n.error ? "error" : ""]),
12679
12724
  "aria-invalid": n.error || null
12680
- }, [l("legend", np, N(n.title), 1), k(e.$slots, "default", {}, void 0, !0)], 10, tp);
12725
+ }, [l("legend", ip, N(n.title), 1), k(e.$slots, "default", {}, void 0, !0)], 10, rp);
12681
12726
  }
12682
- var ip = /* @__PURE__ */ H(ep, [["render", rp], ["__scopeId", "data-v-c9188464"]]), ap = {
12727
+ var op = /* @__PURE__ */ H(np, [["render", ap], ["__scopeId", "data-v-c9188464"]]), sp = {
12683
12728
  name: "ecs-highlight",
12684
12729
  props: {
12685
12730
  show: {
@@ -12732,7 +12777,7 @@ var ip = /* @__PURE__ */ H(ep, [["render", rp], ["__scopeId", "data-v-c9188464"]
12732
12777
  }
12733
12778
  }
12734
12779
  };
12735
- function op(e, t, n, i, a, l) {
12780
+ function cp(e, t, n, i, a, l) {
12736
12781
  return T(), o(r, {
12737
12782
  name: "fade",
12738
12783
  appear: ""
@@ -12749,7 +12794,7 @@ function op(e, t, n, i, a, l) {
12749
12794
  _: 3
12750
12795
  });
12751
12796
  }
12752
- var sp = /* @__PURE__ */ H(ap, [["render", op], ["__scopeId", "data-v-ad0ca7b9"]]), cp = {
12797
+ var lp = /* @__PURE__ */ H(sp, [["render", cp], ["__scopeId", "data-v-ad0ca7b9"]]), up = {
12753
12798
  name: "EcsIllustration",
12754
12799
  props: {
12755
12800
  type: {
@@ -12797,7 +12842,7 @@ var sp = /* @__PURE__ */ H(ap, [["render", op], ["__scopeId", "data-v-ad0ca7b9"]
12797
12842
  }), `../assets/images/select-tile/${e}.svg`, 5)));
12798
12843
  } }
12799
12844
  };
12800
- function lp(e, t, n, r, i, a) {
12845
+ function dp(e, t, n, r, i, a) {
12801
12846
  return T(), o(M(i.illustrationComponent), {
12802
12847
  class: "ecs-illustration",
12803
12848
  width: n.size,
@@ -12810,7 +12855,7 @@ function lp(e, t, n, r, i, a) {
12810
12855
  "data-test-illustration-type"
12811
12856
  ]);
12812
12857
  }
12813
- var up = /* @__PURE__ */ H(cp, [["render", lp], ["__scopeId", "data-v-ff7cc16f"]]), dp = {
12858
+ var fp = /* @__PURE__ */ H(up, [["render", dp], ["__scopeId", "data-v-ff7cc16f"]]), pp = {
12814
12859
  name: "ecs-index-toolbar",
12815
12860
  components: { EcsFlexRow: K },
12816
12861
  props: { showActionbar: {
@@ -12821,30 +12866,30 @@ var up = /* @__PURE__ */ H(cp, [["render", lp], ["__scopeId", "data-v-ff7cc16f"]
12821
12866
  data() {
12822
12867
  return {};
12823
12868
  }
12824
- }, fp = { class: "ecs-toolbar" }, pp = { class: "ecs-toolbar-search" }, mp = {
12869
+ }, mp = { class: "ecs-toolbar" }, hp = { class: "ecs-toolbar-search" }, gp = {
12825
12870
  key: 0,
12826
12871
  class: "ecs-toolbar-controls"
12827
- }, hp = {
12872
+ }, _p = {
12828
12873
  key: 0,
12829
12874
  class: "ecs-toolbar-controls-secondary"
12830
- }, gp = {
12875
+ }, vp = {
12831
12876
  key: 1,
12832
12877
  class: "ecs-toolbar-controls-primary"
12833
- }, _p = {
12878
+ }, yp = {
12834
12879
  key: 0,
12835
12880
  class: "ecs-toolbar-action-bar"
12836
12881
  };
12837
- function vp(e, t, n, r, i, a) {
12882
+ function bp(e, t, n, r, i, a) {
12838
12883
  let o = A("ecs-flex-row");
12839
- return T(), c("div", fp, [f(o, {
12884
+ return T(), c("div", mp, [f(o, {
12840
12885
  gap: 24,
12841
12886
  class: "ecs-toolbar-content"
12842
12887
  }, {
12843
- default: I(() => [l("div", pp, [k(e.$slots, "search", {}, void 0, !0)]), e.$slots.secondary || e.$slots.primary ? (T(), c("div", mp, [e.$slots.secondary ? (T(), c("div", hp, [k(e.$slots, "secondary", {}, void 0, !0)])) : s("", !0), e.$slots.primary ? (T(), c("div", gp, [k(e.$slots, "primary", {}, void 0, !0)])) : s("", !0)])) : s("", !0)]),
12888
+ default: I(() => [l("div", hp, [k(e.$slots, "search", {}, void 0, !0)]), e.$slots.secondary || e.$slots.primary ? (T(), c("div", gp, [e.$slots.secondary ? (T(), c("div", _p, [k(e.$slots, "secondary", {}, void 0, !0)])) : s("", !0), e.$slots.primary ? (T(), c("div", vp, [k(e.$slots, "primary", {}, void 0, !0)])) : s("", !0)])) : s("", !0)]),
12844
12889
  _: 3
12845
- }), e.$slots.actionbar && n.showActionbar ? (T(), c("div", _p, [k(e.$slots, "actionbar", {}, void 0, !0)])) : s("", !0)]);
12890
+ }), e.$slots.actionbar && n.showActionbar ? (T(), c("div", yp, [k(e.$slots, "actionbar", {}, void 0, !0)])) : s("", !0)]);
12846
12891
  }
12847
- var yp = /* @__PURE__ */ H(dp, [["render", vp], ["__scopeId", "data-v-9fea3304"]]), bp = {
12892
+ var xp = /* @__PURE__ */ H(pp, [["render", bp], ["__scopeId", "data-v-9fea3304"]]), Sp = {
12848
12893
  name: "ecs-index-list-item",
12849
12894
  emits: ["click", "toggled"],
12850
12895
  mixins: [Y],
@@ -12901,13 +12946,13 @@ var yp = /* @__PURE__ */ H(dp, [["render", vp], ["__scopeId", "data-v-9fea3304"]
12901
12946
  watch: { expanded(e) {
12902
12947
  this.isExpanded = e;
12903
12948
  } }
12904
- }, xp = [
12949
+ }, Cp = [
12905
12950
  "aria-expanded",
12906
12951
  "aria-controls",
12907
12952
  "aria-disabled",
12908
12953
  "tabindex"
12909
- ], Sp = { class: "ecs-index-list-item-content" }, Cp = { class: "ecs-index-list-item-actions" }, wp = ["id", "aria-labelledby"];
12910
- function Tp(e, t, n, r, i, a) {
12954
+ ], wp = { class: "ecs-index-list-item-content" }, Tp = { class: "ecs-index-list-item-actions" }, Ep = ["id", "aria-labelledby"];
12955
+ function Dp(e, t, n, r, i, a) {
12911
12956
  let o = A("ecs-focus-ring");
12912
12957
  return T(), c("div", {
12913
12958
  onClick: t[1] ||= (t) => e.$emit("click", t),
@@ -12926,9 +12971,9 @@ function Tp(e, t, n, r, i, a) {
12926
12971
  "aria-disabled": e.$slots.expand ? n.disabled : void 0,
12927
12972
  tabindex: e.$slots.expand && !n.disabled ? 0 : void 0,
12928
12973
  class: "ecs-index-list-item-expand-button"
12929
- }, [f(o)], 8, xp)) : s("", !0),
12930
- l("div", Sp, [k(e.$slots, "default", {}, void 0, !0)]),
12931
- l("div", Cp, [k(e.$slots, "actions", {}, void 0, !0)]),
12974
+ }, [f(o)], 8, Cp)) : s("", !0),
12975
+ l("div", wp, [k(e.$slots, "default", {}, void 0, !0)]),
12976
+ l("div", Tp, [k(e.$slots, "actions", {}, void 0, !0)]),
12932
12977
  a.showProgress ? (T(), c("div", {
12933
12978
  key: 1,
12934
12979
  class: "progress",
@@ -12944,9 +12989,9 @@ function Tp(e, t, n, r, i, a) {
12944
12989
  id: `${a.itemId}-content`,
12945
12990
  role: "region",
12946
12991
  "aria-labelledby": a.itemId
12947
- }, [k(e.$slots, "expand", {}, void 0, !0)], 10, wp)) : s("", !0)], 2);
12992
+ }, [k(e.$slots, "expand", {}, void 0, !0)], 10, Ep)) : s("", !0)], 2);
12948
12993
  }
12949
- var Ep = /* @__PURE__ */ H(bp, [["render", Tp], ["__scopeId", "data-v-3fb03d5e"]]), Dp = {
12994
+ var Op = /* @__PURE__ */ H(Sp, [["render", Dp], ["__scopeId", "data-v-3fb03d5e"]]), kp = {
12950
12995
  name: "ecs-info-tooltip",
12951
12996
  emits: ["click"],
12952
12997
  components: { EcsIcon: U },
@@ -12972,7 +13017,7 @@ var Ep = /* @__PURE__ */ H(bp, [["render", Tp], ["__scopeId", "data-v-3fb03d5e"]
12972
13017
  this.$emit("click", e);
12973
13018
  } }
12974
13019
  };
12975
- function Op(e, t, n, r, i, a) {
13020
+ function Ap(e, t, n, r, i, a) {
12976
13021
  let o = A("ecs-icon");
12977
13022
  return T(), c("i", {
12978
13023
  class: b(["ecs-info-tooltip", { "hover-color": a.shouldShowHover }]),
@@ -12983,7 +13028,7 @@ function Op(e, t, n, r, i, a) {
12983
13028
  size: "20"
12984
13029
  }, null, 8, ["type"])], 6);
12985
13030
  }
12986
- var kp = /* @__PURE__ */ H(Dp, [["render", Op], ["__scopeId", "data-v-ba171c2e"]]), Ap = {
13031
+ var jp = /* @__PURE__ */ H(kp, [["render", Ap], ["__scopeId", "data-v-ba171c2e"]]), Mp = {
12987
13032
  name: "ecs-input-group-addon",
12988
13033
  components: { EcsIcon: U },
12989
13034
  props: {
@@ -12997,7 +13042,7 @@ var kp = /* @__PURE__ */ H(Dp, [["render", Op], ["__scopeId", "data-v-ba171c2e"]
12997
13042
  return this.icon && this.icon !== "" ? "has-icon" : this.icon;
12998
13043
  } }
12999
13044
  };
13000
- function jp(e, t, n, r, i, a) {
13045
+ function Np(e, t, n, r, i, a) {
13001
13046
  let l = A("ecs-icon");
13002
13047
  return T(), c("span", { class: b(["ecs-input-group-addon", [a.iconClass, n.button ? "has-button" : ""]]) }, [k(e.$slots, "default"), n.icon ? (T(), o(l, {
13003
13048
  key: 0,
@@ -13006,11 +13051,11 @@ function jp(e, t, n, r, i, a) {
13006
13051
  color: "var(--color-gray-8)"
13007
13052
  }, null, 8, ["type"])) : s("", !0)], 2);
13008
13053
  }
13009
- var Mp = /* @__PURE__ */ H(Ap, [["render", jp]]), Np = { name: "ecs-input-connector" }, Pp = { class: "ecs-input-group-addon connector" };
13010
- function Fp(e, t, n, r, i, a) {
13011
- return T(), c("span", Pp);
13054
+ var Pp = /* @__PURE__ */ H(Mp, [["render", Np]]), Fp = { name: "ecs-input-connector" }, Ip = { class: "ecs-input-group-addon connector" };
13055
+ function Lp(e, t, n, r, i, a) {
13056
+ return T(), c("span", Ip);
13012
13057
  }
13013
- var Ip = /* @__PURE__ */ H(Np, [["render", Fp]]), Lp = {
13058
+ var Rp = /* @__PURE__ */ H(Fp, [["render", Lp]]), zp = {
13014
13059
  name: "ecs-input-float",
13015
13060
  emits: ["input"],
13016
13061
  mixins: [Y],
@@ -13076,7 +13121,7 @@ var Ip = /* @__PURE__ */ H(Np, [["render", Fp]]), Lp = {
13076
13121
  created() {
13077
13122
  this.uniqueId = this.generateUniqueId();
13078
13123
  }
13079
- }, Rp = { class: "form-group has-float-label" }, zp = [
13124
+ }, Bp = { class: "form-group has-float-label" }, Vp = [
13080
13125
  "id",
13081
13126
  "type",
13082
13127
  "name",
@@ -13086,9 +13131,9 @@ var Ip = /* @__PURE__ */ H(Np, [["render", Fp]]), Lp = {
13086
13131
  "placeholder",
13087
13132
  "autocomplete",
13088
13133
  "value"
13089
- ], Bp = ["for"];
13090
- function Vp(e, t, n, r, i, a) {
13091
- return T(), c("div", Rp, [l("input", v({
13134
+ ], Hp = ["for"];
13135
+ function Up(e, t, n, r, i, a) {
13136
+ return T(), c("div", Bp, [l("input", v({
13092
13137
  class: ["form-control", [a.sizeClass, n.subtle ? "form-control-subtle" : null]],
13093
13138
  id: i.uniqueId,
13094
13139
  type: n.type,
@@ -13100,16 +13145,16 @@ function Vp(e, t, n, r, i, a) {
13100
13145
  autocomplete: n.autocomplete,
13101
13146
  value: n.value,
13102
13147
  onInput: t[0] ||= (...e) => a.changeValue && a.changeValue(...e)
13103
- }, e.$attrs), null, 16, zp), l("label", { for: i.uniqueId }, N(n.label), 9, Bp)]);
13148
+ }, e.$attrs), null, 16, Vp), l("label", { for: i.uniqueId }, N(n.label), 9, Hp)]);
13104
13149
  }
13105
- var Hp = /* @__PURE__ */ H(Lp, [["render", Vp], ["__scopeId", "data-v-dfa713b3"]]), Up = { props: { singleInput: {
13150
+ var Wp = /* @__PURE__ */ H(zp, [["render", Up], ["__scopeId", "data-v-dfa713b3"]]), Gp = { props: { singleInput: {
13106
13151
  type: Boolean,
13107
13152
  default: !1
13108
13153
  } } };
13109
- function Wp(e, t, n, r, i, a) {
13154
+ function Kp(e, t, n, r, i, a) {
13110
13155
  return T(), c("div", { class: b(["ecs-input-group", n.singleInput ? "ecs-input-group-single" : ""]) }, [k(e.$slots, "default")], 2);
13111
13156
  }
13112
- var Gp = /* @__PURE__ */ H(Up, [["render", Wp]]), Kp = {
13157
+ var qp = /* @__PURE__ */ H(Gp, [["render", Kp]]), Jp = {
13113
13158
  name: "ecs-inplace",
13114
13159
  emits: ["update:index"],
13115
13160
  data() {
@@ -13165,9 +13210,9 @@ var Gp = /* @__PURE__ */ H(Up, [["render", Wp]]), Kp = {
13165
13210
  t && (this.slotHeights[this.currentSlot] = t.scrollHeight, e.style.height = `${this.slotHeights[this.currentSlot]}px`);
13166
13211
  }
13167
13212
  }
13168
- }, qp = { class: "ecs-inplace" }, Jp = ["data-slot"];
13169
- function Yp(e, t, n, r, a, o) {
13170
- return T(), c("div", qp, [f(i, {
13213
+ }, Yp = { class: "ecs-inplace" }, Xp = ["data-slot"];
13214
+ function Zp(e, t, n, r, a, o) {
13215
+ return T(), c("div", Yp, [f(i, {
13171
13216
  name: "slide",
13172
13217
  tag: "div",
13173
13218
  class: "inplace-container",
@@ -13177,11 +13222,11 @@ function Yp(e, t, n, r, a, o) {
13177
13222
  key: a.currentIndex,
13178
13223
  class: "inplace-item",
13179
13224
  "data-slot": o.currentSlot
13180
- }, [k(e.$slots, o.currentSlot)], 8, Jp)) : s("", !0)]),
13225
+ }, [k(e.$slots, o.currentSlot)], 8, Xp)) : s("", !0)]),
13181
13226
  _: 3
13182
13227
  }, 8, ["onEnter"])]);
13183
13228
  }
13184
- var Xp = /* @__PURE__ */ H(Kp, [["render", Yp]]), Zp = {
13229
+ var Qp = /* @__PURE__ */ H(Jp, [["render", Zp]]), $p = {
13185
13230
  name: "ecs-jumper-document",
13186
13231
  emits: [
13187
13232
  "goToPrev",
@@ -13243,11 +13288,11 @@ var Xp = /* @__PURE__ */ H(Kp, [["render", Yp]]), Zp = {
13243
13288
  methods: { indexPosKeyPressed(e) {
13244
13289
  this.$emit("indexPosKeyPressed", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
13245
13290
  } }
13246
- }, Qp = {
13291
+ }, em = {
13247
13292
  key: 0,
13248
13293
  class: "ecs-viewer-toolbar-jumper-inputs"
13249
- }, $p = ["contenteditable", "disabled"];
13250
- function em(e, t, n, r, i, a) {
13294
+ }, tm = ["contenteditable", "disabled"];
13295
+ function nm(e, t, n, r, i, a) {
13251
13296
  let u = A("ecs-button-toolbar"), p = A("ecs-button-toolbar-group");
13252
13297
  return T(), o(p, { class: "ecs-viewer-toolbar-jumper" }, {
13253
13298
  default: I(() => [
@@ -13263,7 +13308,7 @@ function em(e, t, n, r, i, a) {
13263
13308
  "title",
13264
13309
  "aria-label"
13265
13310
  ]),
13266
- n.showCount ? (T(), c("div", Qp, [
13311
+ n.showCount ? (T(), c("div", em, [
13267
13312
  l("div", {
13268
13313
  onClick: t[1] ||= (t) => e.$emit("selectCurEntryText"),
13269
13314
  onKeydown: t[2] ||= (...e) => a.indexPosKeyPressed && a.indexPosKeyPressed(...e),
@@ -13272,7 +13317,7 @@ function em(e, t, n, r, i, a) {
13272
13317
  class: b(["ecs-viewer-toolbar-jumper-input", { disabled: n.disabled }]),
13273
13318
  disabled: n.navigating || n.disabled,
13274
13319
  id: "currEntry"
13275
- }, N(n.currentEntry), 43, $p),
13320
+ }, N(n.currentEntry), 43, tm),
13276
13321
  t[5] ||= d(" /\xA0 ", -1),
13277
13322
  l("div", null, N(n.totalEntries), 1)
13278
13323
  ])) : s("", !0),
@@ -13292,7 +13337,7 @@ function em(e, t, n, r, i, a) {
13292
13337
  _: 1
13293
13338
  });
13294
13339
  }
13295
- var tm = /* @__PURE__ */ H(Zp, [["render", em], ["__scopeId", "data-v-f854b4ab"]]), nm = {
13340
+ var rm = /* @__PURE__ */ H($p, [["render", nm], ["__scopeId", "data-v-f854b4ab"]]), im = {
13296
13341
  name: "ecs-jumper-index",
13297
13342
  emits: [
13298
13343
  "nextSearchResult",
@@ -13363,14 +13408,14 @@ var tm = /* @__PURE__ */ H(Zp, [["render", em], ["__scopeId", "data-v-f854b4ab"]
13363
13408
  this.$emit("setSearchResultCount", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
13364
13409
  }
13365
13410
  }
13366
- }, rm = {
13411
+ }, am = {
13367
13412
  key: 0,
13368
13413
  class: "ecs-jumper-count"
13369
- }, im = { class: "ecs-jumper-count-current" }, am = { class: "ecs-jumper-count-total" }, om = {
13414
+ }, om = { class: "ecs-jumper-count-current" }, sm = { class: "ecs-jumper-count-total" }, cm = {
13370
13415
  key: 1,
13371
13416
  class: "ecs-jumper-count-inputs"
13372
13417
  };
13373
- function sm(e, t, n, r, i, a) {
13418
+ function lm(e, t, n, r, i, a) {
13374
13419
  let u = A("ecs-button-toolbar"), p = A("ecs-button-toolbar-group");
13375
13420
  return T(), o(p, { class: "ecs-jumper" }, {
13376
13421
  default: I(() => [
@@ -13386,8 +13431,8 @@ function sm(e, t, n, r, i, a) {
13386
13431
  "title",
13387
13432
  "aria-label"
13388
13433
  ]),
13389
- n.showCount && !n.inputPagination ? (T(), c("div", rm, [l("span", im, N(a.currentPosition), 1), l("span", am, "/" + N(n.maxCount), 1)])) : s("", !0),
13390
- n.inputPagination ? (T(), c("div", om, [
13434
+ n.showCount && !n.inputPagination ? (T(), c("div", am, [l("span", om, N(a.currentPosition), 1), l("span", sm, "/" + N(n.maxCount), 1)])) : s("", !0),
13435
+ n.inputPagination ? (T(), c("div", cm, [
13391
13436
  l("div", {
13392
13437
  onClick: t[0] ||= (...e) => a.selectSearchResultCount && a.selectSearchResultCount(...e),
13393
13438
  onKeydown: t[1] ||= (...e) => a.setSearchResultCount && a.setSearchResultCount(...e),
@@ -13413,7 +13458,7 @@ function sm(e, t, n, r, i, a) {
13413
13458
  _: 1
13414
13459
  });
13415
13460
  }
13416
- var cm = /* @__PURE__ */ H(nm, [["render", sm], ["__scopeId", "data-v-d7f79667"]]), lm = {
13461
+ var um = /* @__PURE__ */ H(im, [["render", lm], ["__scopeId", "data-v-d7f79667"]]), dm = {
13417
13462
  name: "ecs-jumper-page",
13418
13463
  emits: [
13419
13464
  "selectCurPageText",
@@ -13464,16 +13509,16 @@ var cm = /* @__PURE__ */ H(nm, [["render", sm], ["__scopeId", "data-v-d7f79667"]
13464
13509
  methods: { pageKeyPressed(e, t) {
13465
13510
  this.$emit("currentPageKeyPressed", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
13466
13511
  } }
13467
- }, um = { class: "ecs-viewer-pages" }, dm = { class: "ecs-viewer-pages-inner" }, fm = { class: "ecs-viewer-pages-pagination" }, pm = ["contenteditable"], mm = { class: "total-pages" }, hm = {
13512
+ }, fm = { class: "ecs-viewer-pages" }, pm = { class: "ecs-viewer-pages-inner" }, mm = { class: "ecs-viewer-pages-pagination" }, hm = ["contenteditable"], gm = { class: "total-pages" }, _m = {
13468
13513
  key: 0,
13469
13514
  class: "page-missing-gaps",
13470
13515
  title: "This transcript has missing page gaps"
13471
- }, gm = { class: "ecs-viewer-pages-pagination" }, _m = { class: "total-pages-relative" }, vm = { class: "total-pages-relative" }, ym = {
13516
+ }, vm = { class: "ecs-viewer-pages-pagination" }, ym = { class: "total-pages-relative" }, bm = { class: "total-pages-relative" }, xm = {
13472
13517
  key: 1,
13473
13518
  class: "ecs-viewer-pages-pagination"
13474
- }, bm = ["innerHTML"], xm = { class: "total-pages" };
13475
- function Sm(t, n, r, i, a, o) {
13476
- return T(), c("div", um, [l("div", dm, [o.showAltPageNumbers ? (T(), c(e, { key: 0 }, [l("div", fm, [
13519
+ }, Sm = ["innerHTML"], Cm = { class: "total-pages" };
13520
+ function wm(t, n, r, i, a, o) {
13521
+ return T(), c("div", fm, [l("div", pm, [o.showAltPageNumbers ? (T(), c(e, { key: 0 }, [l("div", mm, [
13477
13522
  l("div", {
13478
13523
  onClick: n[0] ||= (e) => t.$emit("selectCurPageText"),
13479
13524
  onKeydown: n[1] ||= (e) => o.pageKeyPressed(e, "relative"),
@@ -13481,10 +13526,10 @@ function Sm(t, n, r, i, a, o) {
13481
13526
  contenteditable: !r.disabled,
13482
13527
  class: b(["current-page", { disabled: r.disabled }]),
13483
13528
  id: "currPage"
13484
- }, N(r.currentPage), 43, pm),
13485
- l("div", mm, "of " + N(r.lastPage), 1),
13486
- r.isTranscriptMissingPages ? (T(), c("span", hm, "*")) : s("", !0)
13487
- ]), l("div", gm, [l("div", _m, N(o.altPageNumber) + "\xA0", 1), l("div", vm, "of " + N(r.pageCount), 1)])], 64)) : (T(), c("div", ym, [l("div", {
13529
+ }, N(r.currentPage), 43, hm),
13530
+ l("div", gm, "of " + N(r.lastPage), 1),
13531
+ r.isTranscriptMissingPages ? (T(), c("span", _m, "*")) : s("", !0)
13532
+ ]), l("div", vm, [l("div", ym, N(o.altPageNumber) + "\xA0", 1), l("div", bm, "of " + N(r.pageCount), 1)])], 64)) : (T(), c("div", xm, [l("div", {
13488
13533
  innerHTML: r.currentPage,
13489
13534
  onClick: n[3] ||= (e) => t.$emit("selectCurPageText"),
13490
13535
  onKeydown: n[4] ||= (e) => o.pageKeyPressed(e),
@@ -13492,9 +13537,9 @@ function Sm(t, n, r, i, a, o) {
13492
13537
  contenteditable: !0,
13493
13538
  class: "current-page",
13494
13539
  id: "currPage"
13495
- }, null, 40, bm), l("div", xm, "of " + N(r.pageCount), 1)]))])]);
13540
+ }, null, 40, Sm), l("div", Cm, "of " + N(r.pageCount), 1)]))])]);
13496
13541
  }
13497
- var Cm = /* @__PURE__ */ H(lm, [["render", Sm], ["__scopeId", "data-v-5c8f8c17"]]), wm = {
13542
+ var Tm = /* @__PURE__ */ H(dm, [["render", wm], ["__scopeId", "data-v-5c8f8c17"]]), Em = {
13498
13543
  name: "ecs-pane",
13499
13544
  inject: [
13500
13545
  "requestUpdate",
@@ -13558,14 +13603,14 @@ var Cm = /* @__PURE__ */ H(lm, [["render", Sm], ["__scopeId", "data-v-5c8f8c17"]
13558
13603
  }
13559
13604
  }
13560
13605
  };
13561
- function Tm(e, t, n, r, i, a) {
13606
+ function Dm(e, t, n, r, i, a) {
13562
13607
  return T(), c("div", {
13563
13608
  class: "ecs-pane",
13564
13609
  onClick: t[0] ||= (t) => a.onPaneClick(t, e._.uid),
13565
13610
  style: S(e.style)
13566
13611
  }, [k(e.$slots, "default")], 4);
13567
13612
  }
13568
- var Em = /* @__PURE__ */ H(wm, [["render", Tm]]), Dm = {
13613
+ var Om = /* @__PURE__ */ H(Em, [["render", Dm]]), km = {
13569
13614
  name: "ecs-splitpanes",
13570
13615
  emits: [
13571
13616
  "ready",
@@ -13876,12 +13921,12 @@ var Em = /* @__PURE__ */ H(wm, [["render", Tm]]), Dm = {
13876
13921
  ]
13877
13922
  }, this.$slots.default());
13878
13923
  }
13879
- }, Om = {
13924
+ }, Am = {
13880
13925
  name: "ecs-layout-index",
13881
13926
  emits: ["resized"],
13882
13927
  components: {
13883
- EcsPane: Em,
13884
- EcsSplitpanes: Dm
13928
+ EcsPane: Om,
13929
+ EcsSplitpanes: km
13885
13930
  },
13886
13931
  props: {
13887
13932
  overlaySidebar: {
@@ -13951,14 +13996,14 @@ var Em = /* @__PURE__ */ H(wm, [["render", Tm]]), Dm = {
13951
13996
  this.currentPanes = e, this.$emit("resized", e);
13952
13997
  }
13953
13998
  }
13954
- }, km = ["data-pane"], Am = { class: "ecs-index-layout-contents" }, jm = {
13999
+ }, jm = ["data-pane"], Mm = { class: "ecs-index-layout-contents" }, Nm = {
13955
14000
  key: 0,
13956
14001
  class: "ecs-index-layout-table scrollbar"
13957
- }, Mm = {
14002
+ }, Pm = {
13958
14003
  key: 2,
13959
14004
  class: "ecs-index-layout-pagination"
13960
14005
  };
13961
- function Nm(e, t, n, r, i, a) {
14006
+ function Fm(e, t, n, r, i, a) {
13962
14007
  let u = A("ecs-pane"), d = A("ecs-splitpanes");
13963
14008
  return T(), c("div", {
13964
14009
  class: b(["ecs-index-layout", [n.backgroundWhite ? "background-white" : ""]]),
@@ -13966,7 +14011,7 @@ function Nm(e, t, n, r, i, a) {
13966
14011
  }, [
13967
14012
  k(e.$slots, "toolbar", {}, void 0, !0),
13968
14013
  k(e.$slots, "action-toolbar", {}, void 0, !0),
13969
- l("div", { class: b(["ecs-index-layout-wrap", [n.indent ? "indent" : ""]]) }, [l("main", Am, [n.splitPane ? (T(), o(d, {
14014
+ l("div", { class: b(["ecs-index-layout-wrap", [n.indent ? "indent" : ""]]) }, [l("main", Mm, [n.splitPane ? (T(), o(d, {
13970
14015
  key: 1,
13971
14016
  onResized: a.onPanesResized,
13972
14017
  onPaneAdd: a.onPaneAdd,
@@ -14023,38 +14068,38 @@ function Nm(e, t, n, r, i, a) {
14023
14068
  "onResized",
14024
14069
  "onPaneAdd",
14025
14070
  "onPaneRemove"
14026
- ])) : (T(), c("div", jm, [k(e.$slots, "default", {}, void 0, !0)])), e.$slots.pagination ? (T(), c("div", Mm, [k(e.$slots, "pagination", {}, void 0, !0)])) : s("", !0)]), e.$slots.sidebar ? (T(), c("div", {
14071
+ ])) : (T(), c("div", Nm, [k(e.$slots, "default", {}, void 0, !0)])), e.$slots.pagination ? (T(), c("div", Pm, [k(e.$slots, "pagination", {}, void 0, !0)])) : s("", !0)]), e.$slots.sidebar ? (T(), c("div", {
14027
14072
  key: 0,
14028
14073
  class: b(["ecs-index-layout-sidebar", [n.overlaySidebar ? "overlay" : ""]]),
14029
14074
  style: S(a.sidebarPosition)
14030
14075
  }, [k(e.$slots, "sidebar", {}, void 0, !0)], 6)) : s("", !0)], 2)
14031
- ], 10, km);
14076
+ ], 10, jm);
14032
14077
  }
14033
- var Pm = /* @__PURE__ */ H(Om, [["render", Nm], ["__scopeId", "data-v-4e83743f"]]), Fm = {
14078
+ var Im = /* @__PURE__ */ H(Am, [["render", Fm], ["__scopeId", "data-v-4e83743f"]]), Lm = {
14034
14079
  name: "ecs-layout-directory",
14035
14080
  props: { indent: {
14036
14081
  type: Boolean,
14037
14082
  default: !1
14038
14083
  } }
14039
- }, Im = { class: "ecs-directory-layout" }, Lm = { class: "ecs-directory-layout-wrap" }, Rm = { class: "ecs-directory-layout-contents" }, zm = {
14084
+ }, Rm = { class: "ecs-directory-layout" }, zm = { class: "ecs-directory-layout-wrap" }, Bm = { class: "ecs-directory-layout-contents" }, Vm = {
14040
14085
  key: 0,
14041
14086
  class: "ecs-directory-layout-directory"
14042
- }, Bm = {
14087
+ }, Hm = {
14043
14088
  key: 1,
14044
14089
  class: "ecs-directory-layout-sidebar"
14045
14090
  };
14046
- function Vm(e, t, n, r, i, a) {
14047
- return T(), c("div", Im, [
14091
+ function Um(e, t, n, r, i, a) {
14092
+ return T(), c("div", Rm, [
14048
14093
  k(e.$slots, "toolbar", {}, void 0, !0),
14049
14094
  k(e.$slots, "action-toolbar", {}, void 0, !0),
14050
- l("div", Lm, [l("div", Rm, [
14051
- e.$slots.directory ? (T(), c("aside", zm, [k(e.$slots, "directory", {}, void 0, !0)])) : s("", !0),
14095
+ l("div", zm, [l("div", Bm, [
14096
+ e.$slots.directory ? (T(), c("aside", Vm, [k(e.$slots, "directory", {}, void 0, !0)])) : s("", !0),
14052
14097
  l("main", { class: b(["ecs-directory-layout-entry scrollbar", [e.$slots.sidebar ? "has-sidebar" : ""]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2),
14053
- e.$slots.sidebar ? (T(), c("div", Bm, [k(e.$slots, "sidebar", {}, void 0, !0)])) : s("", !0)
14098
+ e.$slots.sidebar ? (T(), c("div", Hm, [k(e.$slots, "sidebar", {}, void 0, !0)])) : s("", !0)
14054
14099
  ])])
14055
14100
  ]);
14056
14101
  }
14057
- var Hm = /* @__PURE__ */ H(Fm, [["render", Vm], ["__scopeId", "data-v-f5afc4e6"]]), Um = {
14102
+ var Wm = /* @__PURE__ */ H(Lm, [["render", Um], ["__scopeId", "data-v-f5afc4e6"]]), Gm = {
14058
14103
  name: "ecs-layout-data-table",
14059
14104
  components: {
14060
14105
  EcsActionToolbar: Oe,
@@ -14101,23 +14146,23 @@ var Hm = /* @__PURE__ */ H(Fm, [["render", Vm], ["__scopeId", "data-v-f5afc4e6"]
14101
14146
  created() {
14102
14147
  this.showStatistics = localStorage.getItem("showStatistics") !== "false", this.statisticsId = this.generateUniqueId();
14103
14148
  }
14104
- }, Wm = () => {
14149
+ }, Km = () => {
14105
14150
  te((e) => ({ v1c7bf006: e.statisticsHeight }));
14106
- }, Gm = Um.setup;
14107
- Um.setup = Gm ? (e, t) => (Wm(), Gm(e, t)) : Wm;
14108
- var Km = { class: "ecs-data-layout-content" }, qm = {
14151
+ }, qm = Gm.setup;
14152
+ Gm.setup = qm ? (e, t) => (Km(), qm(e, t)) : Km;
14153
+ var Jm = { class: "ecs-data-layout-content" }, Ym = {
14109
14154
  key: 0,
14110
14155
  role: "toolbar",
14111
14156
  "aria-label": "Main",
14112
14157
  class: "ecs-data-layout-toolbar"
14113
- }, Jm = ["id"], Ym = { class: "ecs-data-layout-data" }, Xm = { class: "ecs-data-layout-sidebar-inner" }, Zm = {
14158
+ }, Xm = ["id"], Zm = { class: "ecs-data-layout-data" }, Qm = { class: "ecs-data-layout-sidebar-inner" }, $m = {
14114
14159
  key: 0,
14115
14160
  class: "ecs-data-layout-sidebar-header"
14116
- }, Qm = { class: "ecs-data-layout-sidebar-content scrollbar scrollbar-sml" };
14117
- function $m(e, t, n, i, a, u) {
14161
+ }, eh = { class: "ecs-data-layout-sidebar-content scrollbar scrollbar-sml" };
14162
+ function th(e, t, n, i, a, u) {
14118
14163
  let d = A("ecs-button"), p = A("ecs-action-toolbar");
14119
- return T(), c("div", { class: b(["ecs-data-layout", n.leftBorder ? "left-border" : ""]) }, [l("main", Km, [
14120
- e.$slots.toolbar ? (T(), c("div", qm, [k(e.$slots, "toolbar", {}, void 0, !0), e.$slots.statistics ? (T(), o(d, {
14164
+ return T(), c("div", { class: b(["ecs-data-layout", n.leftBorder ? "left-border" : ""]) }, [l("main", Jm, [
14165
+ e.$slots.toolbar ? (T(), c("div", Ym, [k(e.$slots, "toolbar", {}, void 0, !0), e.$slots.statistics ? (T(), o(d, {
14121
14166
  key: 0,
14122
14167
  onClick: u.toggleStatistics,
14123
14168
  type: a.showStatistics ? "primary" : "secondary",
@@ -14143,7 +14188,7 @@ function $m(e, t, n, i, a, u) {
14143
14188
  class: "ecs-data-layout-statistics scrollbar scrollbar-sml vertical",
14144
14189
  id: a.statisticsId,
14145
14190
  style: S({ height: `${n.statisticsHeight}px` })
14146
- }, [k(e.$slots, "statistics", {}, void 0, !0)], 12, Jm)) : s("", !0)]),
14191
+ }, [k(e.$slots, "statistics", {}, void 0, !0)], 12, Xm)) : s("", !0)]),
14147
14192
  _: 3
14148
14193
  }, 8, ["name"]),
14149
14194
  e.$slots.actionbar ? oe((T(), o(p, {
@@ -14153,13 +14198,13 @@ function $m(e, t, n, i, a, u) {
14153
14198
  default: I(() => [k(e.$slots, "actionbar", {}, void 0, !0)]),
14154
14199
  _: 3
14155
14200
  }, 8, ["padding"])), [[ie, n.showActionbar]]) : s("", !0),
14156
- l("div", Ym, [k(e.$slots, "default", {}, void 0, !0)])
14201
+ l("div", Zm, [k(e.$slots, "default", {}, void 0, !0)])
14157
14202
  ]), e.$slots.sidebarcontent || e.$slots.sidebarheader ? (T(), c("aside", {
14158
14203
  key: 0,
14159
14204
  class: b(["ecs-data-layout-sidebar", n.sidebarExpanded ? "expanded" : ""])
14160
- }, [l("div", Xm, [e.$slots.sidebarheader ? (T(), c("div", Zm, [k(e.$slots, "sidebarheader", {}, void 0, !0)])) : s("", !0), l("div", Qm, [k(e.$slots, "sidebarcontent", {}, void 0, !0)])])], 2)) : s("", !0)], 2);
14205
+ }, [l("div", Qm, [e.$slots.sidebarheader ? (T(), c("div", $m, [k(e.$slots, "sidebarheader", {}, void 0, !0)])) : s("", !0), l("div", eh, [k(e.$slots, "sidebarcontent", {}, void 0, !0)])])], 2)) : s("", !0)], 2);
14161
14206
  }
14162
- var eh = /* @__PURE__ */ H(Um, [["render", $m], ["__scopeId", "data-v-7279edf0"]]), th = {
14207
+ var nh = /* @__PURE__ */ H(Gm, [["render", th], ["__scopeId", "data-v-7279edf0"]]), rh = {
14163
14208
  name: "ecs-legend-item",
14164
14209
  emits: ["click"],
14165
14210
  components: {
@@ -14201,17 +14246,17 @@ var eh = /* @__PURE__ */ H(Um, [["render", $m], ["__scopeId", "data-v-7279edf0"]
14201
14246
  return `ecs-legend-item-${this.size}`;
14202
14247
  }
14203
14248
  }
14204
- }, nh = { class: "ecs-legend-item-label-container" }, rh = { class: "ecs-legend-item-label" }, ih = {
14249
+ }, ih = { class: "ecs-legend-item-label-container" }, ah = { class: "ecs-legend-item-label" }, oh = {
14205
14250
  key: 0,
14206
14251
  class: "ecs-legend-item-custom-label"
14207
- }, ah = {
14252
+ }, sh = {
14208
14253
  key: 0,
14209
14254
  class: "ecs-legend-item-count"
14210
- }, oh = {
14255
+ }, ch = {
14211
14256
  key: 1,
14212
14257
  class: "ecs-legend-item-percentage"
14213
14258
  };
14214
- function sh(e, t, n, r, i, a) {
14259
+ function lh(e, t, n, r, i, a) {
14215
14260
  let u = A("ecs-focus-ring"), d = A("ecs-flex-row");
14216
14261
  return T(), o(d, {
14217
14262
  onClick: t[0] ||= (t) => e.$emit("click", t),
@@ -14229,9 +14274,9 @@ function sh(e, t, n, r, i, a) {
14229
14274
  class: b(["ecs-legend-item-color", n.type]),
14230
14275
  style: S({ backgroundColor: n.color })
14231
14276
  }, null, 6),
14232
- l("div", nh, [l("div", rh, N(n.label), 1), e.$slots.label ? (T(), c("div", ih, [k(e.$slots, "label", {}, void 0, !0)])) : s("", !0)]),
14233
- n.count ? (T(), c("div", ah, N(n.count), 1)) : s("", !0),
14234
- n.percentage ? (T(), c("div", oh, N(a.percentageLabel), 1)) : s("", !0),
14277
+ l("div", ih, [l("div", ah, N(n.label), 1), e.$slots.label ? (T(), c("div", oh, [k(e.$slots, "label", {}, void 0, !0)])) : s("", !0)]),
14278
+ n.count ? (T(), c("div", sh, N(n.count), 1)) : s("", !0),
14279
+ n.percentage ? (T(), c("div", ch, N(a.percentageLabel), 1)) : s("", !0),
14235
14280
  n.highlight || n.hover ? (T(), c("div", {
14236
14281
  key: 2,
14237
14282
  class: "ecs-legend-item-highlight",
@@ -14246,7 +14291,7 @@ function sh(e, t, n, r, i, a) {
14246
14291
  "class"
14247
14292
  ]);
14248
14293
  }
14249
- var ch = /* @__PURE__ */ H(th, [["render", sh], ["__scopeId", "data-v-31e7ba6e"]]), lh = {
14294
+ var uh = /* @__PURE__ */ H(rh, [["render", lh], ["__scopeId", "data-v-31e7ba6e"]]), dh = {
14250
14295
  name: "ecs-log-message",
14251
14296
  components: {
14252
14297
  EcsFlexRow: K,
@@ -14299,14 +14344,14 @@ var ch = /* @__PURE__ */ H(th, [["render", sh], ["__scopeId", "data-v-31e7ba6e"]
14299
14344
  return ["warning", "error"].includes(this.type) ? "alert" : null;
14300
14345
  }
14301
14346
  }
14302
- }, uh = {
14347
+ }, fh = {
14303
14348
  key: 0,
14304
14349
  class: "ecs-log-message-indicator"
14305
- }, dh = { class: "ecs-log-message-content" }, fh = {
14350
+ }, ph = { class: "ecs-log-message-content" }, mh = {
14306
14351
  key: 3,
14307
14352
  class: "ecs-log-message-meta"
14308
- }, ph = { class: "ecs-log-message-meta-text" };
14309
- function mh(e, t, n, r, i, a) {
14353
+ }, hh = { class: "ecs-log-message-meta-text" };
14354
+ function gh(e, t, n, r, i, a) {
14310
14355
  let u = A("ecs-skeleton-loader"), d = A("ecs-sticker"), f = A("ecs-flex-row");
14311
14356
  return T(), o(f, {
14312
14357
  class: b(["ecs-log-message", [n.type, n.variant]]),
@@ -14317,7 +14362,7 @@ function mh(e, t, n, r, i, a) {
14317
14362
  style: S(a.padding)
14318
14363
  }, {
14319
14364
  default: I(() => [
14320
- n.variant === "indicator" ? (T(), c("div", uh)) : s("", !0),
14365
+ n.variant === "indicator" ? (T(), c("div", fh)) : s("", !0),
14321
14366
  n.loading && n.type != "blank" ? (T(), o(u, {
14322
14367
  key: 1,
14323
14368
  type: "rect",
@@ -14327,7 +14372,7 @@ function mh(e, t, n, r, i, a) {
14327
14372
  key: 2,
14328
14373
  type: n.type
14329
14374
  }, null, 8, ["type"])),
14330
- l("div", dh, [n.loading ? (T(), o(u, {
14375
+ l("div", ph, [n.loading ? (T(), o(u, {
14331
14376
  key: 0,
14332
14377
  type: "single",
14333
14378
  width: 40,
@@ -14336,11 +14381,11 @@ function mh(e, t, n, r, i, a) {
14336
14381
  key: 2,
14337
14382
  class: b(["ecs-log-message-collapse", { expanded: i.expanded }])
14338
14383
  }, [k(e.$slots, "collapse", {}, void 0, !0)], 2)) : s("", !0)]),
14339
- (n.meta || e.$slots.collapse) && !n.loading ? (T(), c("div", fh, [e.$slots.collapse ? (T(), c("button", {
14384
+ (n.meta || e.$slots.collapse) && !n.loading ? (T(), c("div", mh, [e.$slots.collapse ? (T(), c("button", {
14340
14385
  key: 0,
14341
14386
  onClick: t[0] ||= (e) => i.expanded = !i.expanded,
14342
14387
  class: "ecs-log-message-collapse-button"
14343
- }, N(n.collapseButtonText), 1)) : s("", !0), l("div", ph, N(n.meta), 1)])) : s("", !0)
14388
+ }, N(n.collapseButtonText), 1)) : s("", !0), l("div", hh, N(n.meta), 1)])) : s("", !0)
14344
14389
  ]),
14345
14390
  _: 3
14346
14391
  }, 8, [
@@ -14350,7 +14395,7 @@ function mh(e, t, n, r, i, a) {
14350
14395
  "style"
14351
14396
  ]);
14352
14397
  }
14353
- var hh = /* @__PURE__ */ H(lh, [["render", mh], ["__scopeId", "data-v-e0610fe5"]]), gh = {
14398
+ var _h = /* @__PURE__ */ H(dh, [["render", gh], ["__scopeId", "data-v-e0610fe5"]]), vh = {
14354
14399
  name: "ecs-map",
14355
14400
  components: { EcsFocusRing: W },
14356
14401
  props: {
@@ -14371,8 +14416,8 @@ var hh = /* @__PURE__ */ H(lh, [["render", mh], ["__scopeId", "data-v-e0610fe5"]
14371
14416
  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}`;
14372
14417
  }
14373
14418
  }
14374
- }, _h = ["href"], vh = ["src", "alt"];
14375
- function yh(e, t, n, r, i, a) {
14419
+ }, yh = ["href"], bh = ["src", "alt"];
14420
+ function xh(e, t, n, r, i, a) {
14376
14421
  let o = A("ecs-focus-ring");
14377
14422
  return T(), c("div", { class: b(["ecs-map", [n.marker ? "ecs-map-marker" : ""]]) }, [l("a", {
14378
14423
  target: "_blank",
@@ -14381,12 +14426,12 @@ function yh(e, t, n, r, i, a) {
14381
14426
  }, [l("img", {
14382
14427
  src: a.mapImageUrl,
14383
14428
  alt: "Map of " + n.address
14384
- }, null, 8, vh), f(o, {
14429
+ }, null, 8, bh), f(o, {
14385
14430
  inset: 0,
14386
14431
  radius: 4
14387
- })], 8, _h)], 2);
14432
+ })], 8, yh)], 2);
14388
14433
  }
14389
- var bh = /* @__PURE__ */ H(gh, [["render", yh], ["__scopeId", "data-v-219f95e2"]]), xh = {
14434
+ var Sh = /* @__PURE__ */ H(vh, [["render", xh], ["__scopeId", "data-v-219f95e2"]]), Ch = {
14390
14435
  name: "ecs-modal",
14391
14436
  props: {
14392
14437
  show: {
@@ -14424,14 +14469,14 @@ var bh = /* @__PURE__ */ H(gh, [["render", yh], ["__scopeId", "data-v-219f95e2"]
14424
14469
  mounted() {
14425
14470
  this.show && (this.isShown = !0);
14426
14471
  }
14427
- }, Sh = {
14472
+ }, wh = {
14428
14473
  key: 0,
14429
14474
  class: "ecs-modal-header-wrap"
14430
- }, Ch = { class: "ecs-modal-content-wrap scrollbar" }, wh = {
14475
+ }, Th = { class: "ecs-modal-content-wrap scrollbar" }, Eh = {
14431
14476
  key: 1,
14432
14477
  class: "ecs-modal-footer-wrap"
14433
14478
  };
14434
- function Th(e, t, n, i, a, u) {
14479
+ function Dh(e, t, n, i, a, u) {
14435
14480
  return T(), o(r, { name: "dialog-fade" }, {
14436
14481
  default: I(() => [a.isShown ? (T(), c("div", {
14437
14482
  key: 0,
@@ -14440,14 +14485,14 @@ function Th(e, t, n, i, a, u) {
14440
14485
  class: "ecs-modal-dialog ecs-modal-sheet",
14441
14486
  style: S(u.fixedHeightStyle)
14442
14487
  }, [
14443
- e.$slots.header ? (T(), c("div", Sh, [k(e.$slots, "header", {}, void 0, !0)])) : s("", !0),
14444
- l("div", Ch, [k(e.$slots, "default", {}, void 0, !0)]),
14445
- e.$slots.footer ? (T(), c("div", wh, [k(e.$slots, "footer", {}, void 0, !0)])) : s("", !0)
14488
+ e.$slots.header ? (T(), c("div", wh, [k(e.$slots, "header", {}, void 0, !0)])) : s("", !0),
14489
+ l("div", Th, [k(e.$slots, "default", {}, void 0, !0)]),
14490
+ e.$slots.footer ? (T(), c("div", Eh, [k(e.$slots, "footer", {}, void 0, !0)])) : s("", !0)
14446
14491
  ], 4), t[0] ||= l("div", { class: "ecs-modal-backdrop ecs-modal-sheet-backdrop" }, null, -1)], 2)) : s("", !0)]),
14447
14492
  _: 3
14448
14493
  });
14449
14494
  }
14450
- var Eh = /* @__PURE__ */ H(xh, [["render", Th], ["__scopeId", "data-v-185a1041"]]), Dh = {
14495
+ var Oh = /* @__PURE__ */ H(Ch, [["render", Dh], ["__scopeId", "data-v-185a1041"]]), kh = {
14451
14496
  name: "ecs-modal-header",
14452
14497
  emits: ["close"],
14453
14498
  components: {
@@ -14480,17 +14525,17 @@ var Eh = /* @__PURE__ */ H(xh, [["render", Th], ["__scopeId", "data-v-185a1041"]
14480
14525
  e && (e.focus(), e.click());
14481
14526
  }
14482
14527
  } }
14483
- }, Oh = {
14528
+ }, Ah = {
14484
14529
  class: "ecs-modal-header-main",
14485
14530
  ref: "firstFocusable",
14486
14531
  tabindex: "0"
14487
- }, kh = { class: "ecs-modal-header-main-inner" }, Ah = {
14532
+ }, jh = { class: "ecs-modal-header-main-inner" }, Mh = {
14488
14533
  key: 0,
14489
14534
  class: "ecs-modal-header-extended"
14490
14535
  };
14491
- function jh(e, t, n, r, i, a) {
14536
+ function Nh(e, t, n, r, i, a) {
14492
14537
  let o = A("ecs-button");
14493
- return T(), c("div", { class: b(["ecs-modal-header", a.typeClass]) }, [l("div", Oh, [l("div", kh, [k(e.$slots, "default", {}, void 0, !0)]), f(o, {
14538
+ return T(), c("div", { class: b(["ecs-modal-header", a.typeClass]) }, [l("div", Ah, [l("div", jh, [k(e.$slots, "default", {}, void 0, !0)]), f(o, {
14494
14539
  onClick: t[0] ||= (t) => e.$emit("close"),
14495
14540
  title: "Close",
14496
14541
  "aria-label": "Close",
@@ -14501,16 +14546,16 @@ function jh(e, t, n, r, i, a) {
14501
14546
  "focus-inset": -1,
14502
14547
  "data-close-button": "",
14503
14548
  "data-test": "close-modal-button"
14504
- })], 512), e.$slots.extension ? (T(), c("div", Ah, [k(e.$slots, "extension", {}, void 0, !0)])) : s("", !0)], 2);
14549
+ })], 512), e.$slots.extension ? (T(), c("div", Mh, [k(e.$slots, "extension", {}, void 0, !0)])) : s("", !0)], 2);
14505
14550
  }
14506
- var Mh = /* @__PURE__ */ H(Dh, [["render", jh], ["__scopeId", "data-v-51f4e467"]]), Nh = { name: "ecs-modal-footer" }, Ph = { class: "ecs-modal-footer" }, Fh = {
14551
+ var Ph = /* @__PURE__ */ H(kh, [["render", Nh], ["__scopeId", "data-v-51f4e467"]]), Fh = { name: "ecs-modal-footer" }, Ih = { class: "ecs-modal-footer" }, Lh = {
14507
14552
  key: 0,
14508
14553
  class: "ecs-modal-footer-secondary"
14509
- }, Ih = { class: "ecs-modal-footer-main" };
14510
- function Lh(e, t, n, r, i, a) {
14511
- return T(), c("div", Ph, [e.$slots.secondary ? (T(), c("div", Fh, [k(e.$slots, "secondary", {}, void 0, !0)])) : s("", !0), l("div", Ih, [k(e.$slots, "default", {}, void 0, !0)])]);
14554
+ }, Rh = { class: "ecs-modal-footer-main" };
14555
+ function zh(e, t, n, r, i, a) {
14556
+ return T(), c("div", Ih, [e.$slots.secondary ? (T(), c("div", Lh, [k(e.$slots, "secondary", {}, void 0, !0)])) : s("", !0), l("div", Rh, [k(e.$slots, "default", {}, void 0, !0)])]);
14512
14557
  }
14513
- var Rh = /* @__PURE__ */ H(Nh, [["render", Lh], ["__scopeId", "data-v-206d1ced"]]), zh = {
14558
+ var Bh = /* @__PURE__ */ H(Fh, [["render", zh], ["__scopeId", "data-v-206d1ced"]]), Vh = {
14514
14559
  name: "ecs-multiselect-search-token",
14515
14560
  emits: [
14516
14561
  "remove",
@@ -14544,29 +14589,29 @@ var Rh = /* @__PURE__ */ H(Nh, [["render", Lh], ["__scopeId", "data-v-206d1ced"]
14544
14589
  methods: { handleOperatorToggle(e) {
14545
14590
  this.$emit("operatorToggle", e);
14546
14591
  } }
14547
- }, Bh = {
14592
+ }, Hh = {
14548
14593
  key: 0,
14549
14594
  class: "symbol"
14550
- }, Vh = {
14595
+ }, Uh = {
14551
14596
  key: 0,
14552
14597
  class: "operator"
14553
- }, Hh = { class: "query" }, Uh = {
14598
+ }, Wh = { class: "query" }, Gh = {
14554
14599
  key: 0,
14555
14600
  class: "descriptor"
14556
14601
  };
14557
- function Wh(e, t, n, r, i, a) {
14602
+ function Kh(e, t, n, r, i, a) {
14558
14603
  let o = A("ecs-icon"), u = A("ecs-focus-ring");
14559
14604
  return T(), c("div", {
14560
14605
  class: b(["ecs-multiselect-search-token", a.typeClass]),
14561
14606
  tabindex: "0",
14562
14607
  onKeydown: t[3] ||= L((t) => e.$emit("remove", t), ["delete"])
14563
- }, [n.icon || n.operator || n.operatorSwitch ? (T(), c("div", Bh, [
14608
+ }, [n.icon || n.operator || n.operatorSwitch ? (T(), c("div", Hh, [
14564
14609
  f(o, {
14565
14610
  type: n.icon,
14566
14611
  size: "20",
14567
14612
  color: "#FFF"
14568
14613
  }, null, 8, ["type"]),
14569
- n.operator && !n.operatorSwitch ? (T(), c("div", Vh, N(n.operator), 1)) : s("", !0),
14614
+ n.operator && !n.operatorSwitch ? (T(), c("div", Uh, N(n.operator), 1)) : s("", !0),
14570
14615
  n.operatorSwitch ? (T(), c("button", {
14571
14616
  key: 1,
14572
14617
  onClick: t[0] ||= (...e) => a.handleOperatorToggle && a.handleOperatorToggle(...e),
@@ -14588,8 +14633,8 @@ function Wh(e, t, n, r, i, a) {
14588
14633
  }, null, 8, ["class"]),
14589
14634
  f(u, { radius: 12 })
14590
14635
  ], 2)) : s("", !0)
14591
- ])) : s("", !0), l("div", Hh, [
14592
- n.descriptor ? (T(), c("div", Uh, N(n.descriptor), 1)) : s("", !0),
14636
+ ])) : s("", !0), l("div", Wh, [
14637
+ n.descriptor ? (T(), c("div", Gh, N(n.descriptor), 1)) : s("", !0),
14593
14638
  k(e.$slots, "default", {}, void 0, !0),
14594
14639
  l("button", {
14595
14640
  onClick: t[1] ||= (t) => e.$emit("remove", t),
@@ -14604,7 +14649,7 @@ function Wh(e, t, n, r, i, a) {
14604
14649
  }), f(u, { radius: 12 })], 32)
14605
14650
  ])], 34);
14606
14651
  }
14607
- var Gh = /* @__PURE__ */ H(zh, [["render", Wh], ["__scopeId", "data-v-df6cdff0"]]), Kh = {
14652
+ var qh = /* @__PURE__ */ H(Vh, [["render", Kh], ["__scopeId", "data-v-df6cdff0"]]), Jh = {
14608
14653
  name: "ecs-multiselect-token",
14609
14654
  emits: ["remove"],
14610
14655
  components: {
@@ -14612,7 +14657,7 @@ var Gh = /* @__PURE__ */ H(zh, [["render", Wh], ["__scopeId", "data-v-df6cdff0"]
14612
14657
  EcsFocusRing: W
14613
14658
  }
14614
14659
  };
14615
- function qh(e, t, n, r, i, a) {
14660
+ function Yh(e, t, n, r, i, a) {
14616
14661
  let o = A("ecs-icon"), s = A("ecs-focus-ring");
14617
14662
  return T(), c("div", {
14618
14663
  class: "ecs-multiselect-token",
@@ -14627,7 +14672,7 @@ function qh(e, t, n, r, i, a) {
14627
14672
  color: "#FFF"
14628
14673
  }), f(s, { radius: 12 })])], 32);
14629
14674
  }
14630
- var Jh = /* @__PURE__ */ H(Kh, [["render", qh], ["__scopeId", "data-v-daa501d2"]]), Yh = {
14675
+ var Xh = /* @__PURE__ */ H(Jh, [["render", Yh], ["__scopeId", "data-v-daa501d2"]]), Zh = {
14631
14676
  name: "ecs-multiselect-option",
14632
14677
  components: {
14633
14678
  EcsIcon: U,
@@ -14675,14 +14720,14 @@ var Jh = /* @__PURE__ */ H(Kh, [["render", qh], ["__scopeId", "data-v-daa501d2"]
14675
14720
  return this.isPlainTextSlotContent ? { display: "block" } : { display: "flex" };
14676
14721
  }
14677
14722
  }
14678
- }, Xh = ["role"], Zh = {
14723
+ }, Qh = ["role"], $h = {
14679
14724
  key: 1,
14680
14725
  class: "color"
14681
- }, Qh = {
14726
+ }, eg = {
14682
14727
  key: 2,
14683
14728
  class: "ecs-multiselect-option-content-count"
14684
14729
  };
14685
- function $h(e, t, n, r, i, a) {
14730
+ function tg(e, t, n, r, i, a) {
14686
14731
  let u = A("ecs-icon"), p = A("ecs-flex-row"), m = A("ecs-text-v2");
14687
14732
  return T(), c("div", {
14688
14733
  class: b(["ecs-multiselect-option", [a.typeClass, n.highlighted ? "highlighted" : ""]]),
@@ -14696,7 +14741,7 @@ function $h(e, t, n, r, i, a) {
14696
14741
  key: 0,
14697
14742
  type: n.icon,
14698
14743
  size: "20"
14699
- }, null, 8, ["type"])) : n.color ? (T(), c("div", Zh, [l("div", {
14744
+ }, null, 8, ["type"])) : n.color ? (T(), c("div", $h, [l("div", {
14700
14745
  class: "color-dot",
14701
14746
  style: S({ backgroundColor: n.color })
14702
14747
  }, null, 4)])) : s("", !0),
@@ -14704,7 +14749,7 @@ function $h(e, t, n, r, i, a) {
14704
14749
  class: "ecs-multiselect-option-content-text",
14705
14750
  style: S(a.slotContentStyle)
14706
14751
  }, [k(e.$slots, "default", {}, void 0, !0)], 4),
14707
- n.count ? (T(), c("span", Qh, N(n.count), 1)) : s("", !0)
14752
+ n.count ? (T(), c("span", eg, N(n.count), 1)) : s("", !0)
14708
14753
  ]),
14709
14754
  _: 3
14710
14755
  }), n.help ? (T(), c("div", {
@@ -14713,9 +14758,9 @@ function $h(e, t, n, r, i, a) {
14713
14758
  }, [f(m, { preset: "form" }, {
14714
14759
  default: I(() => [d(N(n.help), 1)]),
14715
14760
  _: 1
14716
- })], 2)) : s("", !0)], 10, Xh);
14761
+ })], 2)) : s("", !0)], 10, Qh);
14717
14762
  }
14718
- var eg = /* @__PURE__ */ H(Yh, [["render", $h], ["__scopeId", "data-v-28659eb6"]]), tg = {
14763
+ var ng = /* @__PURE__ */ H(Zh, [["render", tg], ["__scopeId", "data-v-28659eb6"]]), rg = {
14719
14764
  name: "ecs-overlay",
14720
14765
  emits: ["close", "toggled"],
14721
14766
  components: {
@@ -14833,38 +14878,38 @@ var eg = /* @__PURE__ */ H(Yh, [["render", $h], ["__scopeId", "data-v-28659eb6"]
14833
14878
  this.isShown && this.setScrollPaddings();
14834
14879
  }, 10);
14835
14880
  } }
14836
- }, ng = { class: "ecs-overlay-titles" }, rg = { class: "title" }, ig = {
14881
+ }, ig = { class: "ecs-overlay-titles" }, ag = { class: "title" }, og = {
14837
14882
  key: 0,
14838
14883
  class: "emphasized"
14839
- }, ag = {
14884
+ }, sg = {
14840
14885
  key: 0,
14841
14886
  class: "subline"
14842
- }, og = {
14887
+ }, cg = {
14843
14888
  key: 0,
14844
14889
  class: "ecs-overlay-header-controls"
14845
- }, sg = ["aria-busy"], cg = {
14890
+ }, lg = ["aria-busy"], ug = {
14846
14891
  key: 0,
14847
14892
  class: "ecs-overlay-tabs scrollbar scrollbar-sml"
14848
- }, lg = {
14893
+ }, dg = {
14849
14894
  key: 0,
14850
14895
  class: "ecs-overlay-sidebar ecs-overlay-sidebar-static"
14851
- }, ug = { class: "ecs-overlay-sidebar ecs-overlay-sidebar-float scrollbar scrollbar-sml" }, dg = {
14896
+ }, fg = { class: "ecs-overlay-sidebar ecs-overlay-sidebar-float scrollbar scrollbar-sml" }, pg = {
14852
14897
  key: 1,
14853
14898
  class: "ecs-overlay-content-block"
14854
- }, fg = {
14899
+ }, mg = {
14855
14900
  key: 1,
14856
14901
  class: "ecs-overlay-footer"
14857
- }, pg = {
14902
+ }, hg = {
14858
14903
  key: 0,
14859
14904
  class: "spacer-tabs"
14860
- }, mg = { class: "ecs-overlay-footer-content" }, hg = {
14905
+ }, gg = { class: "ecs-overlay-footer-content" }, _g = {
14861
14906
  key: 0,
14862
14907
  class: "spacer-sidebar"
14863
- }, gg = {
14908
+ }, vg = {
14864
14909
  key: 1,
14865
14910
  class: "spacer-scrollbar"
14866
14911
  };
14867
- function _g(e, t, n, i, a, u) {
14912
+ function yg(e, t, n, i, a, u) {
14868
14913
  let p = A("ecs-icon"), m = A("ecs-button-toolbar"), h = A("ecs-alert");
14869
14914
  return T(), o(r, {
14870
14915
  name: "fade",
@@ -14882,13 +14927,13 @@ function _g(e, t, n, i, a, u) {
14882
14927
  class: "ecs-overlay-header",
14883
14928
  style: S(e.$slots.alert ? "" : "border-bottom: 1px solid var(--color-gray-4);")
14884
14929
  }, [
14885
- l("div", ng, [n.icon ? (T(), o(p, {
14930
+ l("div", ig, [n.icon ? (T(), o(p, {
14886
14931
  key: 0,
14887
14932
  type: n.icon,
14888
14933
  size: "40",
14889
14934
  color: "#B9BCC2"
14890
- }, null, 8, ["type"])) : s("", !0), l("div", null, [l("span", rg, [n.headerTitleEmphasized ? (T(), c("span", ig, N(n.headerTitleEmphasized), 1)) : s("", !0), d(" " + N(n.headerTitle), 1)]), n.headerTitleSubline ? (T(), c("span", ag, N(n.headerTitleSubline), 1)) : s("", !0)])]),
14891
- e.$slots.headercontrols ? (T(), c("div", og, [k(e.$slots, "headercontrols", {}, void 0, !0)])) : s("", !0),
14935
+ }, null, 8, ["type"])) : s("", !0), l("div", null, [l("span", ag, [n.headerTitleEmphasized ? (T(), c("span", og, N(n.headerTitleEmphasized), 1)) : s("", !0), d(" " + N(n.headerTitle), 1)]), n.headerTitleSubline ? (T(), c("span", sg, N(n.headerTitleSubline), 1)) : s("", !0)])]),
14936
+ e.$slots.headercontrols ? (T(), c("div", cg, [k(e.$slots, "headercontrols", {}, void 0, !0)])) : s("", !0),
14892
14937
  e.$slots.sidebar && a.width <= 1500 ? (T(), o(m, {
14893
14938
  key: 1,
14894
14939
  onClick: u.sidebarToggle,
@@ -14937,7 +14982,7 @@ function _g(e, t, n, i, a, u) {
14937
14982
  class: "ecs-overlay-content",
14938
14983
  "aria-busy": n.blockContent || null
14939
14984
  }, [
14940
- e.$slots.tabs ? (T(), c("div", cg, [k(e.$slots, "tabs", {}, void 0, !0)])) : s("", !0),
14985
+ e.$slots.tabs ? (T(), c("div", ug, [k(e.$slots, "tabs", {}, void 0, !0)])) : s("", !0),
14941
14986
  l("div", {
14942
14987
  ref: "innerContent",
14943
14988
  class: b(["ecs-overlay-content-inner scrollbar", u.sidebarOpenClass])
@@ -14952,15 +14997,15 @@ function _g(e, t, n, i, a, u) {
14952
14997
  paddingRight: u.contentPadding
14953
14998
  })
14954
14999
  }, [k(e.$slots, "default", {}, void 0, !0)], 6),
14955
- e.$slots.sidebar && a.width > 1500 ? (T(), c("div", lg, [k(e.$slots, "sidebar", {}, void 0, !0)])) : s("", !0),
15000
+ e.$slots.sidebar && a.width > 1500 ? (T(), c("div", dg, [k(e.$slots, "sidebar", {}, void 0, !0)])) : s("", !0),
14956
15001
  f(r, { name: "slide" }, {
14957
- default: I(() => [oe(l("div", ug, [k(e.$slots, "sidebar", {}, void 0, !0)], 512), [[ie, e.$slots.sidebar && a.width <= 1500 && a.showSidebar]])]),
15002
+ default: I(() => [oe(l("div", fg, [k(e.$slots, "sidebar", {}, void 0, !0)], 512), [[ie, e.$slots.sidebar && a.width <= 1500 && a.showSidebar]])]),
14958
15003
  _: 3
14959
15004
  })
14960
15005
  ], 2),
14961
- n.blockContent ? (T(), c("div", dg)) : s("", !0)
14962
- ], 8, sg),
14963
- e.$slots.footer ? (T(), c("footer", fg, [e.$slots.tabs ? (T(), c("div", pg)) : s("", !0), l("div", mg, [
15006
+ n.blockContent ? (T(), c("div", pg)) : s("", !0)
15007
+ ], 8, lg),
15008
+ e.$slots.footer ? (T(), c("footer", mg, [e.$slots.tabs ? (T(), c("div", hg)) : s("", !0), l("div", gg, [
14964
15009
  l("div", {
14965
15010
  class: "ecs-overlay-footer-content-inner",
14966
15011
  style: S({
@@ -14971,14 +15016,14 @@ function _g(e, t, n, i, a, u) {
14971
15016
  paddingRight: u.contentPadding
14972
15017
  })
14973
15018
  }, [k(e.$slots, "footer", {}, void 0, !0)], 4),
14974
- e.$slots.sidebar && a.width > 1500 ? (T(), c("div", hg)) : s("", !0),
14975
- a.footerScrollSpacer ? (T(), c("div", gg)) : s("", !0)
15019
+ e.$slots.sidebar && a.width > 1500 ? (T(), c("div", _g)) : s("", !0),
15020
+ a.footerScrollSpacer ? (T(), c("div", vg)) : s("", !0)
14976
15021
  ])])) : s("", !0)
14977
15022
  ], 4)) : s("", !0)]),
14978
15023
  _: 3
14979
15024
  });
14980
15025
  }
14981
- var vg = /* @__PURE__ */ H(tg, [["render", _g], ["__scopeId", "data-v-acdd9118"]]), yg = {
15026
+ var bg = /* @__PURE__ */ H(rg, [["render", yg], ["__scopeId", "data-v-acdd9118"]]), xg = {
14982
15027
  name: "ecs-pagination",
14983
15028
  emits: [
14984
15029
  "firstPage",
@@ -14990,7 +15035,7 @@ var vg = /* @__PURE__ */ H(tg, [["render", _g], ["__scopeId", "data-v-acdd9118"]
14990
15035
  ],
14991
15036
  components: {
14992
15037
  EcsButton: X,
14993
- EcsSelect: ul,
15038
+ EcsSelect: fl,
14994
15039
  EcsFlexRow: K,
14995
15040
  EcsIcon: U
14996
15041
  },
@@ -15072,14 +15117,14 @@ var vg = /* @__PURE__ */ H(tg, [["render", _g], ["__scopeId", "data-v-acdd9118"]
15072
15117
  this.$emit("updatePage", Number(e));
15073
15118
  }
15074
15119
  }
15075
- }, bg = ["value", "selected"], xg = {
15120
+ }, Sg = ["value", "selected"], Cg = {
15076
15121
  key: 0,
15077
15122
  class: "total"
15078
- }, Sg = {
15123
+ }, wg = {
15079
15124
  key: 1,
15080
15125
  class: "ecs-pagination-range"
15081
- }, Cg = { class: "ecs-pagination-tabs" }, wg = ["value", "selected"];
15082
- function Tg(t, n, r, i, a, u) {
15126
+ }, Tg = { class: "ecs-pagination-tabs" }, Eg = ["value", "selected"];
15127
+ function Dg(t, n, r, i, a, u) {
15083
15128
  let p = A("ecs-button"), m = A("ecs-flex-row"), h = A("ecs-select");
15084
15129
  return T(), c("div", {
15085
15130
  class: b(["ecs-pagination", [r.theme === "bordered" ? "ecs-pagination-bordered" : "", r.theme === "floating" ? "ecs-pagination-floating" : ""]]),
@@ -15127,10 +15172,10 @@ function Tg(t, n, r, i, a, u) {
15127
15172
  key: e,
15128
15173
  value: e,
15129
15174
  selected: e === r.currentPage
15130
- }, N(e), 9, bg))), 128))]),
15175
+ }, N(e), 9, Sg))), 128))]),
15131
15176
  _: 1
15132
15177
  }, 8, ["modelValue", "disabled"]),
15133
- r.totalPages ? (T(), c("span", xg, "of " + N(r.totalPages), 1)) : s("", !0)
15178
+ r.totalPages ? (T(), c("span", Cg, "of " + N(r.totalPages), 1)) : s("", !0)
15134
15179
  ]),
15135
15180
  _: 1
15136
15181
  }),
@@ -15156,7 +15201,7 @@ function Tg(t, n, r, i, a, u) {
15156
15201
  }, null, 8, ["disabled"])]),
15157
15202
  _: 1
15158
15203
  })
15159
- ], 64)) : u.hasRange ? (T(), c("span", Sg, [
15204
+ ], 64)) : u.hasRange ? (T(), c("span", wg, [
15160
15205
  n[8] ||= d("Showing entries ", -1),
15161
15206
  l("span", null, N(r.itemRangeFrom) + " to " + N(r.itemRangeTo), 1),
15162
15207
  n[9] ||= d(" of ", -1),
@@ -15164,7 +15209,7 @@ function Tg(t, n, r, i, a, u) {
15164
15209
  ])) : s("", !0)]),
15165
15210
  _: 1
15166
15211
  }, 8, ["style"]),
15167
- l("div", Cg, [k(t.$slots, "tabs", {}, void 0, !0)]),
15212
+ l("div", Tg, [k(t.$slots, "tabs", {}, void 0, !0)]),
15168
15213
  r.showItemsPerPage && r.type == "paginated" ? (T(), o(m, {
15169
15214
  key: 0,
15170
15215
  gap: 4,
@@ -15181,7 +15226,7 @@ function Tg(t, n, r, i, a, u) {
15181
15226
  key: e,
15182
15227
  value: e,
15183
15228
  selected: e === r.itemsPerPageSelected
15184
- }, N(e), 9, wg))), 128))]),
15229
+ }, N(e), 9, Eg))), 128))]),
15185
15230
  _: 1
15186
15231
  }, 8, ["modelValue", "disabled"])]),
15187
15232
  _: 1
@@ -15196,7 +15241,7 @@ function Tg(t, n, r, i, a, u) {
15196
15241
  })) : s("", !0)
15197
15242
  ], 2);
15198
15243
  }
15199
- var Eg = /* @__PURE__ */ H(yg, [["render", Tg], ["__scopeId", "data-v-6741fbf9"]]), Dg = {
15244
+ var Og = /* @__PURE__ */ H(xg, [["render", Dg], ["__scopeId", "data-v-6741fbf9"]]), kg = {
15200
15245
  name: "ecs-popover-header",
15201
15246
  components: {
15202
15247
  EcsIcon: U,
@@ -15215,19 +15260,19 @@ var Eg = /* @__PURE__ */ H(yg, [["render", Tg], ["__scopeId", "data-v-6741fbf9"]
15215
15260
  computed: { hasControls() {
15216
15261
  return !!this.$slots.default;
15217
15262
  } }
15218
- }, Og = { class: "ecs-popover-header" }, kg = { class: "ecs-popover-header-title" }, Ag = {
15263
+ }, Ag = { class: "ecs-popover-header" }, jg = { class: "ecs-popover-header-title" }, Mg = {
15219
15264
  key: 1,
15220
15265
  class: "ecs-popover-header-title-content"
15221
- }, jg = {
15266
+ }, Ng = {
15222
15267
  key: 2,
15223
15268
  class: "ecs-popover-header-title-controls"
15224
- }, Mg = {
15269
+ }, Pg = {
15225
15270
  key: 0,
15226
15271
  class: "ecs-popover-header-actions"
15227
15272
  };
15228
- function Ng(e, t, n, r, i, a) {
15273
+ function Fg(e, t, n, r, i, a) {
15229
15274
  let u = A("ecs-icon"), p = A("ecs-text-v2");
15230
- return T(), c("header", Og, [l("div", kg, [
15275
+ return T(), c("header", Ag, [l("div", jg, [
15231
15276
  n.icon ? (T(), o(u, {
15232
15277
  key: 0,
15233
15278
  type: n.icon,
@@ -15235,15 +15280,15 @@ function Ng(e, t, n, r, i, a) {
15235
15280
  class: "icon",
15236
15281
  color: "#B4B9BE"
15237
15282
  }, null, 8, ["type"])) : s("", !0),
15238
- e.$slots.title ? (T(), c("div", Ag, [k(e.$slots, "title", {}, void 0, !0)])) : s("", !0),
15283
+ e.$slots.title ? (T(), c("div", Mg, [k(e.$slots, "title", {}, void 0, !0)])) : s("", !0),
15239
15284
  f(p, { preset: "headline-4" }, {
15240
15285
  default: I(() => [d(N(n.title), 1)]),
15241
15286
  _: 1
15242
15287
  }),
15243
- e.$slots.titleControls ? (T(), c("div", jg, [k(e.$slots, "titleControls", {}, void 0, !0)])) : s("", !0)
15244
- ]), a.hasControls ? (T(), c("div", Mg, [k(e.$slots, "default", {}, void 0, !0)])) : s("", !0)]);
15288
+ e.$slots.titleControls ? (T(), c("div", Ng, [k(e.$slots, "titleControls", {}, void 0, !0)])) : s("", !0)
15289
+ ]), a.hasControls ? (T(), c("div", Pg, [k(e.$slots, "default", {}, void 0, !0)])) : s("", !0)]);
15245
15290
  }
15246
- var Pg = /* @__PURE__ */ H(Dg, [["render", Ng], ["__scopeId", "data-v-0c73e09d"]]), Fg = {
15291
+ var Ig = /* @__PURE__ */ H(kg, [["render", Fg], ["__scopeId", "data-v-0c73e09d"]]), Lg = {
15247
15292
  name: "ecs-rating-star-read",
15248
15293
  components: { EcsSkeletonLoader: G },
15249
15294
  props: {
@@ -15268,8 +15313,8 @@ var Pg = /* @__PURE__ */ H(Dg, [["render", Ng], ["__scopeId", "data-v-0c73e09d"]
15268
15313
  computed: { sizeClass() {
15269
15314
  return this.size && this.size !== "" ? `ecs-rating-read-${this.size}` : this.size;
15270
15315
  } }
15271
- }, Ig = ["aria-busy", "aria-label"], Lg = ["data-maximum", "data-rating"];
15272
- function Rg(e, t, n, r, i, a) {
15316
+ }, Rg = ["aria-busy", "aria-label"], zg = ["data-maximum", "data-rating"];
15317
+ function Bg(e, t, n, r, i, a) {
15273
15318
  let s = A("ecs-skeleton-loader");
15274
15319
  return T(), c("div", {
15275
15320
  class: b(["ecs-rating-read", [a.sizeClass]]),
@@ -15285,9 +15330,9 @@ function Rg(e, t, n, r, i, a) {
15285
15330
  class: "ecs-stars-read",
15286
15331
  "data-maximum": n.maximum,
15287
15332
  "data-rating": n.rating
15288
- }, null, 8, Lg))], 10, Ig);
15333
+ }, null, 8, zg))], 10, Rg);
15289
15334
  }
15290
- var zg = /* @__PURE__ */ H(Fg, [["render", Rg], ["__scopeId", "data-v-7e609016"]]), Bg = {
15335
+ var Vg = /* @__PURE__ */ H(Lg, [["render", Bg], ["__scopeId", "data-v-7e609016"]]), Hg = {
15291
15336
  name: "ecs-rating-favorability",
15292
15337
  emits: ["click"],
15293
15338
  components: {
@@ -15359,8 +15404,8 @@ var zg = /* @__PURE__ */ H(Fg, [["render", Rg], ["__scopeId", "data-v-7e609016"]
15359
15404
  methods: { handleClick(e) {
15360
15405
  this.disabled || this.$emit("click", e);
15361
15406
  } }
15362
- }, Vg = ["aria-busy"], Hg = ["title"];
15363
- function Ug(e, t, n, r, i, a) {
15407
+ }, Ug = ["aria-busy"], Wg = ["title"];
15408
+ function Gg(e, t, n, r, i, a) {
15364
15409
  let u = A("ecs-icon"), d = A("ecs-skeleton-loader");
15365
15410
  return T(), c("div", {
15366
15411
  onClick: t[0] ||= (...e) => a.handleClick && a.handleClick(...e),
@@ -15370,7 +15415,7 @@ function Ug(e, t, n, r, i, a) {
15370
15415
  l("div", {
15371
15416
  class: b(["ecs-favorability-button", [a.css, n.loading ? "loading" : ""]]),
15372
15417
  title: a.labelText
15373
- }, [f(u, { type: a.iconType }, null, 8, ["type"])], 10, Hg),
15418
+ }, [f(u, { type: a.iconType }, null, 8, ["type"])], 10, Wg),
15374
15419
  n.label ? (T(), c("span", {
15375
15420
  key: 0,
15376
15421
  class: b(["label", n.loading ? "loading" : ""])
@@ -15387,9 +15432,9 @@ function Ug(e, t, n, r, i, a) {
15387
15432
  width: 100,
15388
15433
  style: { width: "calc(100% - 30px)" }
15389
15434
  })) : s("", !0)
15390
- ], 10, Vg);
15435
+ ], 10, Ug);
15391
15436
  }
15392
- var Wg = /* @__PURE__ */ H(Bg, [["render", Ug], ["__scopeId", "data-v-a6e15633"]]), Gg = {
15437
+ var Kg = /* @__PURE__ */ H(Hg, [["render", Gg], ["__scopeId", "data-v-a6e15633"]]), qg = {
15393
15438
  name: "ecs-quicklinks-link",
15394
15439
  emits: [
15395
15440
  "click",
@@ -15399,8 +15444,8 @@ var Wg = /* @__PURE__ */ H(Bg, [["render", Ug], ["__scopeId", "data-v-a6e15633"]
15399
15444
  ],
15400
15445
  components: {
15401
15446
  EcsCheckbox: Cr,
15402
- EcsRatingStarRead: zg,
15403
- EcsRatingFavorability: Wg,
15447
+ EcsRatingStarRead: Vg,
15448
+ EcsRatingFavorability: Kg,
15404
15449
  EcsSwitch: Ir,
15405
15450
  EcsIcon: U,
15406
15451
  EcsFocusRing: W,
@@ -15543,21 +15588,21 @@ var Wg = /* @__PURE__ */ H(Bg, [["render", Ug], ["__scopeId", "data-v-a6e15633"]
15543
15588
  created() {
15544
15589
  this.updateVolumes(this.volumes);
15545
15590
  }
15546
- }, Kg = { class: "filter-description" }, qg = {
15591
+ }, Jg = { class: "filter-description" }, Yg = {
15547
15592
  key: 0,
15548
15593
  class: "meta"
15549
- }, Jg = { key: 0 }, Yg = ["title"], Xg = { style: { "margin-left": "12px" } }, Zg = { class: "static-label" }, Qg = {
15594
+ }, Xg = { key: 0 }, Zg = ["title"], Qg = { style: { "margin-left": "12px" } }, $g = { class: "static-label" }, e_ = {
15550
15595
  key: 0,
15551
15596
  class: "meta"
15552
- }, $g = { key: 0 }, e_ = ["title"], t_ = { class: "persona-label" }, n_ = { key: 3 }, r_ = [
15597
+ }, t_ = { key: 0 }, n_ = ["title"], r_ = { class: "persona-label" }, i_ = { key: 3 }, a_ = [
15553
15598
  "onClick",
15554
15599
  "title",
15555
15600
  "aria-label"
15556
- ], i_ = ["aria-label"], a_ = {
15601
+ ], o_ = ["aria-label"], s_ = {
15557
15602
  key: 5,
15558
15603
  class: "meta"
15559
- }, o_ = { key: 0 }, s_ = ["title"];
15560
- function c_(t, n, r, i, a, u) {
15604
+ }, c_ = { key: 0 }, l_ = ["title"];
15605
+ function u_(t, n, r, i, a, u) {
15561
15606
  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");
15562
15607
  return T(), c("li", { class: b(["ecs-quicklinks-link", [
15563
15608
  u.typeClass,
@@ -15570,11 +15615,11 @@ function c_(t, n, r, i, a, u) {
15570
15615
  role: "button"
15571
15616
  }, [
15572
15617
  f(p, { type: r.icon }, null, 8, ["type"]),
15573
- l("span", Kg, N(r.label), 1),
15574
- r.count || r.meta ? (T(), c("small", qg, [r.count ? (T(), c("span", Jg, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
15618
+ l("span", Jg, N(r.label), 1),
15619
+ r.count || r.meta ? (T(), c("small", Yg, [r.count ? (T(), c("span", Xg, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
15575
15620
  key: 1,
15576
15621
  title: r.metaTitle
15577
- }, N(r.meta), 9, Yg)) : s("", !0)])) : s("", !0),
15622
+ }, N(r.meta), 9, Zg)) : s("", !0)])) : s("", !0),
15578
15623
  f(m)
15579
15624
  ])) : r.type === "favorability" ? (T(), c("div", {
15580
15625
  key: 1,
@@ -15593,11 +15638,11 @@ function c_(t, n, r, i, a, u) {
15593
15638
  "rating",
15594
15639
  "disabled"
15595
15640
  ]),
15596
- l("label", Xg, [l("span", Zg, N(r.label), 1)]),
15597
- r.count || r.meta ? (T(), c("small", Qg, [r.count ? (T(), c("span", $g, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
15641
+ l("label", Qg, [l("span", $g, N(r.label), 1)]),
15642
+ r.count || r.meta ? (T(), c("small", e_, [r.count ? (T(), c("span", t_, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
15598
15643
  key: 1,
15599
15644
  title: r.metaTitle
15600
- }, N(r.meta), 9, e_)) : s("", !0)])) : s("", !0),
15645
+ }, N(r.meta), 9, n_)) : s("", !0)])) : s("", !0),
15601
15646
  f(m)
15602
15647
  ])) : (T(), o(w, {
15603
15648
  key: 2,
@@ -15633,7 +15678,7 @@ function c_(t, n, r, i, a, u) {
15633
15678
  "name",
15634
15679
  "relevant-badge",
15635
15680
  "backgroundColor"
15636
- ]), l("span", t_, N(r.label || r.persona.name), 1)], 64)) : (T(), c("span", n_, N(r.label), 1)),
15681
+ ]), l("span", r_, N(r.label || r.persona.name), 1)], 64)) : (T(), c("span", i_, N(r.label), 1)),
15637
15682
  a.localVolumes.length ? (T(), o(C, {
15638
15683
  key: 4,
15639
15684
  gap: 2,
@@ -15645,7 +15690,7 @@ function c_(t, n, r, i, a, u) {
15645
15690
  onClick: (t) => u.toggleVolume(e.id),
15646
15691
  title: `${e.name} (${e.date})`,
15647
15692
  "aria-label": `Volume ${e.id}${e.active ? " active" : ""}`
15648
- }, N(e.id), 11, r_))), 128)), a.localVolumes.length > 3 ? (T(), o(S, {
15693
+ }, N(e.id), 11, a_))), 128)), a.localVolumes.length > 3 ? (T(), o(S, {
15649
15694
  key: 0,
15650
15695
  disabled: r.disabled || null
15651
15696
  }, {
@@ -15674,15 +15719,15 @@ function c_(t, n, r, i, a, u) {
15674
15719
  }, [f(p, {
15675
15720
  type: "more",
15676
15721
  size: "18"
15677
- })], 10, i_)]),
15722
+ })], 10, o_)]),
15678
15723
  _: 1
15679
15724
  }, 8, ["disabled"])) : s("", !0)]),
15680
15725
  _: 1
15681
15726
  })) : s("", !0),
15682
- r.count || r.meta ? (T(), c("small", a_, [r.count ? (T(), c("span", o_, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
15727
+ r.count || r.meta ? (T(), c("small", s_, [r.count ? (T(), c("span", c_, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
15683
15728
  key: 1,
15684
15729
  title: r.metaTitle
15685
- }, N(r.meta), 9, s_)) : s("", !0)])) : s("", !0)
15730
+ }, N(r.meta), 9, l_)) : s("", !0)])) : s("", !0)
15686
15731
  ]),
15687
15732
  _: 1
15688
15733
  }, 8, [
@@ -15693,7 +15738,7 @@ function c_(t, n, r, i, a, u) {
15693
15738
  "indeterminate"
15694
15739
  ]))], 2);
15695
15740
  }
15696
- var l_ = /* @__PURE__ */ H(Gg, [["render", c_], ["__scopeId", "data-v-bafc258b"]]), u_ = {
15741
+ var d_ = /* @__PURE__ */ H(qg, [["render", u_], ["__scopeId", "data-v-bafc258b"]]), f_ = {
15697
15742
  name: "ecs-range",
15698
15743
  mixins: [Y],
15699
15744
  emits: ["update:modelValue"],
@@ -15753,21 +15798,21 @@ var l_ = /* @__PURE__ */ H(Gg, [["render", c_], ["__scopeId", "data-v-bafc258b"]
15753
15798
  watch: { modelValue(e) {
15754
15799
  this.updateProgress(e);
15755
15800
  } }
15756
- }, d_ = [
15801
+ }, p_ = [
15757
15802
  "id",
15758
15803
  "disabled",
15759
15804
  "min",
15760
15805
  "max",
15761
15806
  "value",
15762
15807
  "step"
15763
- ], f_ = {
15808
+ ], m_ = {
15764
15809
  key: 0,
15765
15810
  class: "ecs-range-markers"
15766
- }, p_ = {
15811
+ }, h_ = {
15767
15812
  key: 1,
15768
15813
  class: "ecs-range-labels"
15769
15814
  };
15770
- function m_(t, n, r, i, a, o) {
15815
+ function g_(t, n, r, i, a, o) {
15771
15816
  return T(), c("div", { class: b(["ecs-range", { "has-list": r.list }]) }, [
15772
15817
  l("input", {
15773
15818
  ref: "rangeInput",
@@ -15780,18 +15825,18 @@ function m_(t, n, r, i, a, o) {
15780
15825
  value: r.modelValue,
15781
15826
  step: r.step === "any" ? "any" : r.step,
15782
15827
  class: "ecs-range-input"
15783
- }, null, 40, d_),
15784
- o.shouldShowMarkers ? (T(), c("div", f_, [(T(!0), c(e, null, O(o.stepCount, (e, t) => (T(), c("span", {
15828
+ }, null, 40, p_),
15829
+ o.shouldShowMarkers ? (T(), c("div", m_, [(T(!0), c(e, null, O(o.stepCount, (e, t) => (T(), c("span", {
15785
15830
  key: t,
15786
15831
  class: "ecs-range-marker"
15787
15832
  }))), 128))])) : s("", !0),
15788
- r.list ? (T(), c("div", p_, [(T(!0), c(e, null, O(r.list, (e, t) => (T(), c("span", {
15833
+ r.list ? (T(), c("div", h_, [(T(!0), c(e, null, O(r.list, (e, t) => (T(), c("span", {
15789
15834
  key: t,
15790
15835
  class: "ecs-range-label"
15791
15836
  }, N(e), 1))), 128))])) : s("", !0)
15792
15837
  ], 2);
15793
15838
  }
15794
- var h_ = /* @__PURE__ */ H(u_, [["render", m_], ["__scopeId", "data-v-b6f3e6b0"]]), g_ = {
15839
+ var __ = /* @__PURE__ */ H(f_, [["render", g_], ["__scopeId", "data-v-b6f3e6b0"]]), v_ = {
15795
15840
  name: "ecs-rating-star-write",
15796
15841
  emits: ["click", "reset"],
15797
15842
  props: {
@@ -15812,15 +15857,15 @@ var h_ = /* @__PURE__ */ H(u_, [["render", m_], ["__scopeId", "data-v-b6f3e6b0"]
15812
15857
  default: !1
15813
15858
  }
15814
15859
  }
15815
- }, __ = ["disabled"], v_ = { class: "ecs-rating-write" }, y_ = ["checked", "disabled"], b_ = ["checked", "disabled"], x_ = ["checked", "disabled"], S_ = ["checked", "disabled"];
15816
- function C_(e, t, n, r, i, a) {
15860
+ }, y_ = ["disabled"], b_ = { class: "ecs-rating-write" }, x_ = ["checked", "disabled"], S_ = ["checked", "disabled"], C_ = ["checked", "disabled"], w_ = ["checked", "disabled"];
15861
+ function T_(e, t, n, r, i, a) {
15817
15862
  return T(), c("div", { class: b(["ecs-rating-form", [n.large ? "ecs-rating-form-lg" : ""]]) }, [n.unrated ? (T(), c("button", {
15818
15863
  key: 0,
15819
15864
  onClick: t[0] ||= (t) => e.$emit("reset"),
15820
15865
  disabled: n.disabled,
15821
15866
  class: b(["ecs-rating-reset", { active: n.value == 0 }]),
15822
15867
  "aria-label": "Reset Rating"
15823
- }, [...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, __)) : s("", !0), l("div", v_, [
15868
+ }, [...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, y_)) : s("", !0), l("div", b_, [
15824
15869
  l("input", {
15825
15870
  type: "radio",
15826
15871
  value: "1",
@@ -15828,7 +15873,7 @@ function C_(e, t, n, r, i, a) {
15828
15873
  onClick: t[1] ||= (t) => e.$emit("click", t),
15829
15874
  checked: n.value == 1 || null,
15830
15875
  disabled: n.disabled
15831
- }, null, 8, y_),
15876
+ }, null, 8, x_),
15832
15877
  t[6] ||= l("i", null, null, -1),
15833
15878
  l("input", {
15834
15879
  type: "radio",
@@ -15837,7 +15882,7 @@ function C_(e, t, n, r, i, a) {
15837
15882
  onClick: t[2] ||= (t) => e.$emit("click", t),
15838
15883
  checked: n.value == 2 || null,
15839
15884
  disabled: n.disabled
15840
- }, null, 8, b_),
15885
+ }, null, 8, S_),
15841
15886
  t[7] ||= l("i", null, null, -1),
15842
15887
  l("input", {
15843
15888
  type: "radio",
@@ -15846,7 +15891,7 @@ function C_(e, t, n, r, i, a) {
15846
15891
  onClick: t[3] ||= (t) => e.$emit("click", t),
15847
15892
  checked: n.value == 3 || null,
15848
15893
  disabled: n.disabled
15849
- }, null, 8, x_),
15894
+ }, null, 8, C_),
15850
15895
  t[8] ||= l("i", null, null, -1),
15851
15896
  l("input", {
15852
15897
  type: "radio",
@@ -15855,11 +15900,11 @@ function C_(e, t, n, r, i, a) {
15855
15900
  onClick: t[4] ||= (t) => e.$emit("click", t),
15856
15901
  checked: n.value == 4 || null,
15857
15902
  disabled: n.disabled
15858
- }, null, 8, S_),
15903
+ }, null, 8, w_),
15859
15904
  t[9] ||= l("i", null, null, -1)
15860
15905
  ])], 2);
15861
15906
  }
15862
- var w_ = /* @__PURE__ */ H(g_, [["render", C_], ["__scopeId", "data-v-0d4c1ecb"]]), T_ = {
15907
+ var E_ = /* @__PURE__ */ H(v_, [["render", T_], ["__scopeId", "data-v-0d4c1ecb"]]), D_ = {
15863
15908
  name: "ecs-section",
15864
15909
  props: {
15865
15910
  title: { type: String },
@@ -15905,11 +15950,11 @@ var w_ = /* @__PURE__ */ H(g_, [["render", C_], ["__scopeId", "data-v-0d4c1ecb"]
15905
15950
  return `ecs-section-content-padding-${this.contentPadding}`;
15906
15951
  }
15907
15952
  }
15908
- }, E_ = {
15953
+ }, O_ = {
15909
15954
  key: 0,
15910
15955
  class: "ecs-section-controls"
15911
15956
  };
15912
- function D_(e, t, n, r, i, a) {
15957
+ function k_(e, t, n, r, i, a) {
15913
15958
  return T(), c("div", { class: b(["ecs-section", [
15914
15959
  n.borderTop ? "ecs-section-border-top" : "",
15915
15960
  n.borderBottom ? "ecs-section-border-bottom" : "",
@@ -15918,9 +15963,9 @@ function D_(e, t, n, r, i, a) {
15918
15963
  ]]) }, [n.title ? (T(), c("h3", {
15919
15964
  key: 0,
15920
15965
  class: b(["ecs-section-headline", [n.headlineBold ? "ecs-headline-section-bold" : "ecs-headline-section", e.$slots.controls ? "has-buttons" : ""]])
15921
- }, [d(N(n.title) + " ", 1), e.$slots.controls ? (T(), c("div", E_, [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);
15966
+ }, [d(N(n.title) + " ", 1), e.$slots.controls ? (T(), c("div", O_, [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);
15922
15967
  }
15923
- var O_ = /* @__PURE__ */ H(T_, [["render", D_], ["__scopeId", "data-v-cdcc0680"]]), k_ = {
15968
+ var A_ = /* @__PURE__ */ H(D_, [["render", k_], ["__scopeId", "data-v-cdcc0680"]]), j_ = {
15924
15969
  name: "ecs-segments",
15925
15970
  emits: ["click"],
15926
15971
  components: { EcsIcon: U },
@@ -15946,15 +15991,15 @@ var O_ = /* @__PURE__ */ H(T_, [["render", D_], ["__scopeId", "data-v-cdcc0680"]
15946
15991
  default: !1
15947
15992
  }
15948
15993
  }
15949
- }, A_ = ["for", "disabled"], j_ = [
15994
+ }, M_ = ["for", "disabled"], N_ = [
15950
15995
  "name",
15951
15996
  "value",
15952
15997
  "id",
15953
15998
  "checked",
15954
15999
  "disabled",
15955
16000
  "onClick"
15956
- ], M_ = ["title"];
15957
- function N_(t, n, r, i, a, u) {
16001
+ ], P_ = ["title"];
16002
+ function F_(t, n, r, i, a, u) {
15958
16003
  let f = A("ecs-icon");
15959
16004
  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", {
15960
16005
  key: e.id,
@@ -15968,7 +16013,7 @@ function N_(t, n, r, i, a, u) {
15968
16013
  checked: r.value.toLowerCase() == e.id.toLowerCase() || null,
15969
16014
  disabled: e.disabled || r.disabled,
15970
16015
  onClick: (n) => t.$emit("click", e.id)
15971
- }, null, 8, j_), l("span", {
16016
+ }, null, 8, N_), l("span", {
15972
16017
  class: "ecs-segment",
15973
16018
  title: e.title
15974
16019
  }, [e.icon ? (T(), o(f, {
@@ -15977,9 +16022,9 @@ function N_(t, n, r, i, a, u) {
15977
16022
  type: e.icon,
15978
16023
  size: "20",
15979
16024
  color: "#2F333C"
15980
- }, null, 8, ["class", "type"])) : s("", !0), d(" " + N(e.label), 1)], 8, M_)], 8, A_))), 128))], 2);
16025
+ }, null, 8, ["class", "type"])) : s("", !0), d(" " + N(e.label), 1)], 8, P_)], 8, M_))), 128))], 2);
15981
16026
  }
15982
- var P_ = /* @__PURE__ */ H(k_, [["render", N_], ["__scopeId", "data-v-1cb14db0"]]), F_ = {
16027
+ var I_ = /* @__PURE__ */ H(j_, [["render", F_], ["__scopeId", "data-v-1cb14db0"]]), L_ = {
15983
16028
  name: "ecs-selection-grid",
15984
16029
  emits: ["update:modelValue"],
15985
16030
  components: {
@@ -16030,12 +16075,12 @@ var P_ = /* @__PURE__ */ H(k_, [["render", N_], ["__scopeId", "data-v-1cb14db0"]
16030
16075
  }
16031
16076
  }
16032
16077
  }
16033
- }, I_ = ["role"], L_ = [
16078
+ }, R_ = ["role"], z_ = [
16034
16079
  "onClick",
16035
16080
  "role",
16036
16081
  "aria-checked"
16037
16082
  ];
16038
- function R_(t, n, r, i, a, l) {
16083
+ function B_(t, n, r, i, a, l) {
16039
16084
  let u = A("ecs-icon"), p = A("ecs-file-icon"), m = A("ecs-text-v2"), h = A("ecs-flex-row");
16040
16085
  return T(), c("div", {
16041
16086
  class: "ecs-selection-grid",
@@ -16072,14 +16117,14 @@ function R_(t, n, r, i, a, l) {
16072
16117
  _: 2
16073
16118
  }, 1024)) : s("", !0)]),
16074
16119
  _: 2
16075
- }, 1024)], 10, L_))), 128))], 12, I_);
16120
+ }, 1024)], 10, z_))), 128))], 12, R_);
16076
16121
  }
16077
- var z_ = /* @__PURE__ */ H(F_, [["render", R_], ["__scopeId", "data-v-8b0a7154"]]), B_ = {
16122
+ var V_ = /* @__PURE__ */ H(L_, [["render", B_], ["__scopeId", "data-v-8b0a7154"]]), H_ = {
16078
16123
  name: "ecs-select-tile",
16079
16124
  emits: ["click"],
16080
16125
  components: {
16081
16126
  EcsFocusRing: W,
16082
- EcsIllustration: up
16127
+ EcsIllustration: fp
16083
16128
  },
16084
16129
  props: {
16085
16130
  label: {
@@ -16112,14 +16157,14 @@ var z_ = /* @__PURE__ */ H(F_, [["render", R_], ["__scopeId", "data-v-8b0a7154"]
16112
16157
  default: !1
16113
16158
  }
16114
16159
  }
16115
- }, V_ = ["aria-checked", "tabindex"], H_ = {
16160
+ }, U_ = ["aria-checked", "tabindex"], W_ = {
16116
16161
  key: 1,
16117
16162
  class: "label"
16118
- }, U_ = {
16163
+ }, G_ = {
16119
16164
  key: 2,
16120
16165
  class: "help"
16121
16166
  };
16122
- function W_(e, t, n, r, i, a) {
16167
+ function K_(e, t, n, r, i, a) {
16123
16168
  let u = A("ecs-illustration"), d = A("ecs-focus-ring");
16124
16169
  return T(), c("div", {
16125
16170
  onClick: t[0] ||= (t) => e.$emit("click", t),
@@ -16134,23 +16179,23 @@ function W_(e, t, n, r, i, a) {
16134
16179
  key: 0,
16135
16180
  type: n.illustration
16136
16181
  }, null, 8, ["type"])) : s("", !0),
16137
- n.label ? (T(), c("div", H_, N(n.label), 1)) : s("", !0),
16138
- n.helpText ? (T(), c("div", U_, N(n.helpText), 1)) : s("", !0),
16182
+ n.label ? (T(), c("div", W_, N(n.label), 1)) : s("", !0),
16183
+ n.helpText ? (T(), c("div", G_, N(n.helpText), 1)) : s("", !0),
16139
16184
  f(d, {
16140
16185
  inset: -6,
16141
16186
  radius: 12
16142
16187
  })
16143
- ], 42, V_);
16188
+ ], 42, U_);
16144
16189
  }
16145
- var G_ = /* @__PURE__ */ H(B_, [["render", W_], ["__scopeId", "data-v-a5e9bd1b"]]), K_ = { name: "ecs-sequence-map" }, q_ = {
16190
+ var q_ = /* @__PURE__ */ H(H_, [["render", K_], ["__scopeId", "data-v-a5e9bd1b"]]), J_ = { name: "ecs-sequence-map" }, Y_ = {
16146
16191
  class: "ecs-sequence-map",
16147
16192
  role: "navigation",
16148
16193
  "aria-label": "Steps"
16149
16194
  };
16150
- function J_(e, t, n, r, i, a) {
16151
- return T(), c("div", q_, [k(e.$slots, "default", {}, void 0, !0)]);
16195
+ function X_(e, t, n, r, i, a) {
16196
+ return T(), c("div", Y_, [k(e.$slots, "default", {}, void 0, !0)]);
16152
16197
  }
16153
- var Y_ = /* @__PURE__ */ H(K_, [["render", J_], ["__scopeId", "data-v-69c3c73d"]]), X_ = {
16198
+ var Z_ = /* @__PURE__ */ H(J_, [["render", X_], ["__scopeId", "data-v-69c3c73d"]]), Q_ = {
16154
16199
  name: "ecs-sequence-map-button",
16155
16200
  emits: ["click"],
16156
16201
  components: {
@@ -16179,8 +16224,8 @@ var Y_ = /* @__PURE__ */ H(K_, [["render", J_], ["__scopeId", "data-v-69c3c73d"]
16179
16224
  default: !1
16180
16225
  }
16181
16226
  }
16182
- }, Z_ = ["aria-busy"], Q_ = { class: "count" };
16183
- function $_(e, t, n, r, i, a) {
16227
+ }, $_ = ["aria-busy"], ev = { class: "count" };
16228
+ function tv(e, t, n, r, i, a) {
16184
16229
  let u = A("ecs-icon"), p = A("ecs-focus-ring");
16185
16230
  return T(), c("button", {
16186
16231
  onClick: t[0] ||= (t) => e.$emit("click", t),
@@ -16192,7 +16237,7 @@ function $_(e, t, n, r, i, a) {
16192
16237
  ]]),
16193
16238
  "aria-busy": n.loading || null
16194
16239
  }, [
16195
- l("span", Q_, [d(N(n.step) + " ", 1), n.loading ? (T(), o(u, {
16240
+ l("span", ev, [d(N(n.step) + " ", 1), n.loading ? (T(), o(u, {
16196
16241
  key: 0,
16197
16242
  type: "loading",
16198
16243
  class: "loading",
@@ -16201,9 +16246,9 @@ function $_(e, t, n, r, i, a) {
16201
16246
  k(e.$slots, "default", {}, void 0, !0),
16202
16247
  f(p, { inset: 4 }),
16203
16248
  t[1] ||= l("div", { class: "step-indicator" }, null, -1)
16204
- ], 10, Z_);
16249
+ ], 10, $_);
16205
16250
  }
16206
- var ev = /* @__PURE__ */ H(X_, [["render", $_], ["__scopeId", "data-v-397f53f1"]]), tv = {
16251
+ var nv = /* @__PURE__ */ H(Q_, [["render", tv], ["__scopeId", "data-v-397f53f1"]]), rv = {
16207
16252
  name: "ecs-tab-bar",
16208
16253
  props: {
16209
16254
  type: {
@@ -16241,30 +16286,30 @@ var ev = /* @__PURE__ */ H(X_, [["render", $_], ["__scopeId", "data-v-397f53f1"]
16241
16286
  if (this.type === "standard" && this.direction === "column" || this.type === "sidebar") return "vertical";
16242
16287
  }
16243
16288
  }
16244
- }, nv = ["aria-orientation", "data-orientation"];
16245
- function rv(e, t, n, r, i, a) {
16289
+ }, iv = ["aria-orientation", "data-orientation"];
16290
+ function av(e, t, n, r, i, a) {
16246
16291
  return T(), c("div", {
16247
16292
  class: b(["ecs-tab-bar", [a.typeClass, a.directionClass]]),
16248
16293
  role: "tablist",
16249
16294
  "aria-orientation": a.tabOrientation,
16250
16295
  "data-orientation": a.tabOrientation
16251
- }, [k(e.$slots, "default", {}, void 0, !0)], 10, nv);
16296
+ }, [k(e.$slots, "default", {}, void 0, !0)], 10, iv);
16252
16297
  }
16253
- var iv = /* @__PURE__ */ H(tv, [["render", rv], ["__scopeId", "data-v-d3452fc7"]]), av = {
16298
+ var ov = /* @__PURE__ */ H(rv, [["render", av], ["__scopeId", "data-v-d3452fc7"]]), sv = {
16254
16299
  name: "ecs-tabs",
16255
16300
  props: { fill: {
16256
16301
  type: Boolean,
16257
16302
  default: !1
16258
16303
  } }
16259
16304
  };
16260
- function ov(e, t, n, r, i, a) {
16305
+ function cv(e, t, n, r, i, a) {
16261
16306
  return T(), c("div", { class: b(["ecs-tab-content", [n.fill ? "ecs-tab-content-fill" : ""]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2);
16262
16307
  }
16263
- var sv = /* @__PURE__ */ H(av, [["render", ov], ["__scopeId", "data-v-0fe19168"]]), cv = {
16308
+ var lv = /* @__PURE__ */ H(sv, [["render", cv], ["__scopeId", "data-v-0fe19168"]]), uv = {
16264
16309
  name: "ecs-sidebar",
16265
16310
  components: {
16266
- EcsTabBar: iv,
16267
- EcsTabs: sv
16311
+ EcsTabBar: ov,
16312
+ EcsTabs: lv
16268
16313
  },
16269
16314
  props: {
16270
16315
  expanded: {
@@ -16298,13 +16343,13 @@ var sv = /* @__PURE__ */ H(av, [["render", ov], ["__scopeId", "data-v-0fe19168"]
16298
16343
  return this.expanded ? "height: calc(100% - 10px)" : "height:" + (2 + 36 * this.tabCount) + "px";
16299
16344
  }
16300
16345
  }
16301
- }, lv = { class: "ecs-sidebar-tabs" };
16302
- function uv(e, t, n, r, i, a) {
16346
+ }, dv = { class: "ecs-sidebar-tabs" };
16347
+ function fv(e, t, n, r, i, a) {
16303
16348
  let o = A("ecs-tab-bar"), s = A("ecs-tabs");
16304
16349
  return T(), c("aside", {
16305
16350
  class: b(["ecs-sidebar", [a.sizeClass, a.expandClass]]),
16306
16351
  style: S(a.height)
16307
- }, [l("div", lv, [f(o, { type: "sidebar" }, {
16352
+ }, [l("div", dv, [f(o, { type: "sidebar" }, {
16308
16353
  default: I(() => [k(e.$slots, "tab-buttons", {}, void 0, !0)]),
16309
16354
  _: 3
16310
16355
  })]), f(s, null, {
@@ -16312,7 +16357,7 @@ function uv(e, t, n, r, i, a) {
16312
16357
  _: 3
16313
16358
  })], 6);
16314
16359
  }
16315
- var dv = /* @__PURE__ */ H(cv, [["render", uv], ["__scopeId", "data-v-55f62417"]]), fv = {
16360
+ var pv = /* @__PURE__ */ H(uv, [["render", fv], ["__scopeId", "data-v-55f62417"]]), mv = {
16316
16361
  name: "ecs-sidebar-content",
16317
16362
  props: {
16318
16363
  indent: {
@@ -16325,17 +16370,17 @@ var dv = /* @__PURE__ */ H(cv, [["render", uv], ["__scopeId", "data-v-55f62417"]
16325
16370
  }
16326
16371
  }
16327
16372
  };
16328
- function pv(e, t, n, r, i, a) {
16373
+ function hv(e, t, n, r, i, a) {
16329
16374
  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);
16330
16375
  }
16331
- var mv = /* @__PURE__ */ H(fv, [["render", pv], ["__scopeId", "data-v-197087d5"]]), hv = {
16376
+ var gv = /* @__PURE__ */ H(mv, [["render", hv], ["__scopeId", "data-v-197087d5"]]), _v = {
16332
16377
  name: "ecs-sidebar-footer",
16333
16378
  props: { condensed: {
16334
16379
  type: Boolean,
16335
16380
  default: !1
16336
16381
  } }
16337
16382
  };
16338
- function gv(e, t, n, r, i, a) {
16383
+ function vv(e, t, n, r, i, a) {
16339
16384
  return T(), c("footer", { class: b(["ecs-sidebar-footer", [e.$slots.extension ? "has-extension" : ""]]) }, [
16340
16385
  k(e.$slots, "alert", {}, void 0, !0),
16341
16386
  e.$slots.extension ? (T(), c("div", {
@@ -16345,7 +16390,7 @@ function gv(e, t, n, r, i, a) {
16345
16390
  l("div", { class: b(["ecs-sidebar-footer-inner", [n.condensed ? "ecs-sidebar-footer-inner-condensed" : ""]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2)
16346
16391
  ], 2);
16347
16392
  }
16348
- var _v = /* @__PURE__ */ H(hv, [["render", gv], ["__scopeId", "data-v-0c35a678"]]), vv = {
16393
+ var yv = /* @__PURE__ */ H(_v, [["render", vv], ["__scopeId", "data-v-0c35a678"]]), bv = {
16349
16394
  name: "ecs-sidebar-header",
16350
16395
  props: {
16351
16396
  subHeaderExpanded: {
@@ -16361,40 +16406,40 @@ var _v = /* @__PURE__ */ H(hv, [["render", gv], ["__scopeId", "data-v-0c35a678"]
16361
16406
  default: !1
16362
16407
  }
16363
16408
  }
16364
- }, yv = { class: "ecs-sidebar-header" }, bv = {
16409
+ }, xv = { class: "ecs-sidebar-header" }, Sv = {
16365
16410
  key: 0,
16366
16411
  class: "ecs-sidebar-header-row"
16367
- }, xv = { class: "ecs-sidebar-header-title" }, Sv = {
16412
+ }, Cv = { class: "ecs-sidebar-header-title" }, wv = {
16368
16413
  key: 0,
16369
16414
  class: "ecs-sidebar-header-controls"
16370
- }, Cv = {
16415
+ }, Tv = {
16371
16416
  key: 0,
16372
16417
  class: "ecs-sidebar-header-row sub-header"
16373
- }, wv = {
16418
+ }, Ev = {
16374
16419
  key: 0,
16375
16420
  class: "ecs-sidebar-header-row sub-header"
16376
16421
  };
16377
- function Tv(e, t, n, i, a, o) {
16378
- return T(), c("header", yv, [
16379
- n.hidePrimaryHeader ? s("", !0) : (T(), c("div", bv, [l("div", xv, [k(e.$slots, "default", {}, void 0, !0)]), e.$slots["primary-controls"] ? (T(), c("div", Sv, [k(e.$slots, "primary-controls", {}, void 0, !0)])) : s("", !0)])),
16422
+ function Dv(e, t, n, i, a, o) {
16423
+ return T(), c("header", xv, [
16424
+ n.hidePrimaryHeader ? s("", !0) : (T(), c("div", Sv, [l("div", Cv, [k(e.$slots, "default", {}, void 0, !0)]), e.$slots["primary-controls"] ? (T(), c("div", wv, [k(e.$slots, "primary-controls", {}, void 0, !0)])) : s("", !0)])),
16380
16425
  f(r, { name: "expansion" }, {
16381
- default: I(() => [n.subHeaderExpanded && e.$slots.subheader ? (T(), c("div", Cv, [k(e.$slots, "subheader", {}, void 0, !0)])) : s("", !0)]),
16426
+ default: I(() => [n.subHeaderExpanded && e.$slots.subheader ? (T(), c("div", Tv, [k(e.$slots, "subheader", {}, void 0, !0)])) : s("", !0)]),
16382
16427
  _: 3
16383
16428
  }),
16384
16429
  f(r, { name: "expansion" }, {
16385
- default: I(() => [n.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (T(), c("div", wv, [k(e.$slots, "tertiaryheader", {}, void 0, !0)])) : s("", !0)]),
16430
+ default: I(() => [n.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (T(), c("div", Ev, [k(e.$slots, "tertiaryheader", {}, void 0, !0)])) : s("", !0)]),
16386
16431
  _: 3
16387
16432
  })
16388
16433
  ]);
16389
16434
  }
16390
- var Ev = /* @__PURE__ */ H(vv, [["render", Tv], ["__scopeId", "data-v-54e7aa5c"]]), Dv = { name: "ecs-sidebar-list" }, Ov = {
16435
+ var Ov = /* @__PURE__ */ H(bv, [["render", Dv], ["__scopeId", "data-v-54e7aa5c"]]), kv = { name: "ecs-sidebar-list" }, Av = {
16391
16436
  class: "ecs-sidebar-list",
16392
16437
  role: "list"
16393
16438
  };
16394
- function kv(e, t, n, r, i, a) {
16395
- return T(), c("div", Ov, [k(e.$slots, "default", {}, void 0, !0)]);
16439
+ function jv(e, t, n, r, i, a) {
16440
+ return T(), c("div", Av, [k(e.$slots, "default", {}, void 0, !0)]);
16396
16441
  }
16397
- var Av = /* @__PURE__ */ H(Dv, [["render", kv], ["__scopeId", "data-v-81bc3c0a"]]), jv = {
16442
+ var Mv = /* @__PURE__ */ H(kv, [["render", jv], ["__scopeId", "data-v-81bc3c0a"]]), Nv = {
16398
16443
  name: "ecs-sidebar-list-item",
16399
16444
  emits: ["click", "select"],
16400
16445
  components: {
@@ -16494,16 +16539,16 @@ var Av = /* @__PURE__ */ H(Dv, [["render", kv], ["__scopeId", "data-v-81bc3c0a"]
16494
16539
  });
16495
16540
  }
16496
16541
  }
16497
- }, Mv = {
16542
+ }, Pv = {
16498
16543
  class: "ecs-sidebar-list-item",
16499
16544
  role: "listitem"
16500
- }, Nv = ["tabindex"], Pv = { class: "ecs-sidebar-list-item-content" }, Fv = { class: "ecs-sidebar-list-item-label" }, Iv = { class: "ecs-sidebar-list-item-label-text" }, Lv = { class: "ecs-sidebar-list-item-subline" }, Rv = {
16545
+ }, Fv = ["tabindex"], Iv = { class: "ecs-sidebar-list-item-content" }, Lv = { class: "ecs-sidebar-list-item-label" }, Rv = { class: "ecs-sidebar-list-item-label-text" }, zv = { class: "ecs-sidebar-list-item-subline" }, Bv = {
16501
16546
  key: 0,
16502
16547
  class: "ecs-sidebar-list-item-subline secondary"
16503
16548
  };
16504
- function zv(t, n, r, i, a, u) {
16549
+ function Vv(t, n, r, i, a, u) {
16505
16550
  let p = A("ecs-checkbox"), m = A("ecs-skeleton-loader"), h = A("ecs-avatar"), g = A("ecs-icon"), _ = A("ecs-flex-row");
16506
- return T(), c("div", Mv, [l("div", {
16551
+ return T(), c("div", Pv, [l("div", {
16507
16552
  onClick: n[1] ||= (...e) => u.handleClick && u.handleClick(...e),
16508
16553
  onKeydown: [n[2] ||= L((...e) => u.handleClick && u.handleClick(...e), ["enter"]), n[3] ||= L(R((...e) => u.handleClick && u.handleClick(...e), ["prevent"]), ["space"])],
16509
16554
  class: b(["ecs-sidebar-list-item-state", {
@@ -16560,12 +16605,12 @@ function zv(t, n, r, i, a, u) {
16560
16605
  size: "30",
16561
16606
  color: r.iconColor
16562
16607
  }, null, 8, ["type", "color"])) : s("", !0),
16563
- l("div", Pv, [l("span", Fv, [r.loading ? (T(), o(m, {
16608
+ l("div", Iv, [l("span", Lv, [r.loading ? (T(), o(m, {
16564
16609
  key: 0,
16565
16610
  type: "single",
16566
16611
  "line-height": 4,
16567
16612
  width: "random"
16568
- })) : (T(), c(e, { key: 1 }, [l("span", Iv, [k(t.$slots, "default", {}, void 0, !0)]), r.ai ? (T(), o(g, {
16613
+ })) : (T(), c(e, { key: 1 }, [l("span", Rv, [k(t.$slots, "default", {}, void 0, !0)]), r.ai ? (T(), o(g, {
16569
16614
  key: 0,
16570
16615
  type: "ecai-icon",
16571
16616
  size: "16",
@@ -16576,12 +16621,12 @@ function zv(t, n, r, i, a, u) {
16576
16621
  gap: 8,
16577
16622
  justify: "between"
16578
16623
  }, {
16579
- default: I(() => [l("span", Lv, [r.loading ? (T(), o(m, {
16624
+ default: I(() => [l("span", zv, [r.loading ? (T(), o(m, {
16580
16625
  key: 0,
16581
16626
  type: "single",
16582
16627
  "line-height": 2,
16583
16628
  width: "random"
16584
- })) : r.subline ? (T(), c(e, { key: 1 }, [d(N(r.subline), 1)], 64)) : s("", !0)]), r.sublineSecondary || r.loading ? (T(), c("span", Rv, [l("span", { class: b({ "on-hover": r.sublineSecondaryHover }) }, [r.loading ? (T(), o(m, {
16629
+ })) : r.subline ? (T(), c(e, { key: 1 }, [d(N(r.subline), 1)], 64)) : s("", !0)]), r.sublineSecondary || r.loading ? (T(), c("span", Bv, [l("span", { class: b({ "on-hover": r.sublineSecondaryHover }) }, [r.loading ? (T(), o(m, {
16585
16630
  key: 0,
16586
16631
  type: "single",
16587
16632
  "line-height": 2,
@@ -16591,9 +16636,9 @@ function zv(t, n, r, i, a, u) {
16591
16636
  _: 1
16592
16637
  })) : s("", !0)]),
16593
16638
  r.loading ? s("", !0) : k(t.$slots, "meta", { key: 4 }, void 0, !0)
16594
- ], 42, Nv)]);
16639
+ ], 42, Fv)]);
16595
16640
  }
16596
- var Bv = /* @__PURE__ */ H(jv, [["render", zv], ["__scopeId", "data-v-66eb2ab6"]]), Vv = {
16641
+ var Hv = /* @__PURE__ */ H(Nv, [["render", Vv], ["__scopeId", "data-v-66eb2ab6"]]), Uv = {
16597
16642
  name: "ecs-structured-content",
16598
16643
  components: {
16599
16644
  EcsClickableArea: hr,
@@ -16663,14 +16708,14 @@ var Bv = /* @__PURE__ */ H(jv, [["render", zv], ["__scopeId", "data-v-66eb2ab6"]
16663
16708
  this.internalCollapse = !this.internalCollapse, this.$emit("toggleCollapse", this.internalCollapse);
16664
16709
  }
16665
16710
  }
16666
- }, Hv = {
16711
+ }, Wv = {
16667
16712
  key: 1,
16668
16713
  class: "ecs-structured-content-left"
16669
- }, Uv = {
16714
+ }, Gv = {
16670
16715
  key: 2,
16671
16716
  class: "ecs-structured-content-right"
16672
- }, Wv = { class: "ecs-structured-content-collapse-inner" }, Gv = { class: "ecs-structured-content-collapse-content" };
16673
- function Kv(e, t, n, r, i, a) {
16717
+ }, Kv = { class: "ecs-structured-content-collapse-inner" }, qv = { class: "ecs-structured-content-collapse-content" };
16718
+ function Jv(e, t, n, r, i, a) {
16674
16719
  let u = A("ecs-skeleton-loader");
16675
16720
  return T(), c("div", { class: b(["ecs-structured-content", [
16676
16721
  { clickable: n.clickable },
@@ -16693,7 +16738,7 @@ function Kv(e, t, n, r, i, a) {
16693
16738
  key: 0,
16694
16739
  type: "single",
16695
16740
  width: "random"
16696
- })) : (T(), c("div", Hv, [k(e.$slots, "default", {}, void 0, !0)])), e.$slots.extend && !n.loading ? (T(), c("div", Uv, [k(e.$slots, "extend", {}, void 0, !0)])) : s("", !0)]),
16741
+ })) : (T(), c("div", Wv, [k(e.$slots, "default", {}, void 0, !0)])), e.$slots.extend && !n.loading ? (T(), c("div", Gv, [k(e.$slots, "extend", {}, void 0, !0)])) : s("", !0)]),
16697
16742
  _: 3
16698
16743
  }, 8, [
16699
16744
  "onClick",
@@ -16708,12 +16753,12 @@ function Kv(e, t, n, r, i, a) {
16708
16753
  collapsed: i.internalCollapse,
16709
16754
  expanded: i.internalCollapse === !1
16710
16755
  }])
16711
- }, [l("div", Wv, [l("div", Gv, [n.loading ? (T(), o(u, {
16756
+ }, [l("div", Kv, [l("div", qv, [n.loading ? (T(), o(u, {
16712
16757
  key: 0,
16713
16758
  type: "multi"
16714
16759
  })) : k(e.$slots, "collapse", { key: 1 }, void 0, !0)])])], 2))], 2);
16715
16760
  }
16716
- var qv = /* @__PURE__ */ H(Vv, [["render", Kv], ["__scopeId", "data-v-823ad344"]]), Jv = {
16761
+ var Yv = /* @__PURE__ */ H(Uv, [["render", Jv], ["__scopeId", "data-v-823ad344"]]), Xv = {
16717
16762
  name: "ecs-swatches-picker",
16718
16763
  emits: ["update:modelValue"],
16719
16764
  props: {
@@ -16761,14 +16806,14 @@ var qv = /* @__PURE__ */ H(Vv, [["render", Kv], ["__scopeId", "data-v-823ad344"]
16761
16806
  this.selectedTitle = this.swatches[this.swatches.findIndex((e) => e.hex === this.selectedColor)].title;
16762
16807
  }
16763
16808
  }
16764
- }, Yv = [
16809
+ }, Zv = [
16765
16810
  "onClick",
16766
16811
  "onKeydown",
16767
16812
  "title",
16768
16813
  "aria-label",
16769
16814
  "aria-checked"
16770
16815
  ];
16771
- function Xv(t, n, r, i, a, o) {
16816
+ function Qv(t, n, r, i, a, o) {
16772
16817
  return T(), c("div", {
16773
16818
  class: b(["ecs-swatches", o.sizeClass]),
16774
16819
  role: "radiogroup"
@@ -16786,9 +16831,9 @@ function Xv(t, n, r, i, a, o) {
16786
16831
  backgroundColor: e.hex,
16787
16832
  color: e.hex
16788
16833
  })
16789
- }, null, 46, Yv))), 128))], 2);
16834
+ }, null, 46, Zv))), 128))], 2);
16790
16835
  }
16791
- var Zv = /* @__PURE__ */ H(Jv, [["render", Xv], ["__scopeId", "data-v-9c0b74cb"]]), Qv = {
16836
+ var $v = /* @__PURE__ */ H(Xv, [["render", Qv], ["__scopeId", "data-v-9c0b74cb"]]), ey = {
16792
16837
  name: "ecs-tab",
16793
16838
  props: {
16794
16839
  show: {
@@ -16817,8 +16862,8 @@ var Zv = /* @__PURE__ */ H(Jv, [["render", Xv], ["__scopeId", "data-v-9c0b74cb"]
16817
16862
  mounted() {
16818
16863
  !this.ariaLabeledBy || this.ariaLabeledBy.trim();
16819
16864
  }
16820
- }, $v = ["aria-labelledby"];
16821
- function ey(e, t, n, r, i, a) {
16865
+ }, ty = ["aria-labelledby"];
16866
+ function ny(e, t, n, r, i, a) {
16822
16867
  return T(), c("div", {
16823
16868
  class: b(["ecs-tab-pane", [
16824
16869
  n.show ? "show" : "",
@@ -16827,9 +16872,9 @@ function ey(e, t, n, r, i, a) {
16827
16872
  ]]),
16828
16873
  role: "tabpanel",
16829
16874
  "aria-labelledby": n.ariaLabeledBy
16830
- }, [k(e.$slots, "default", {}, void 0, !0)], 10, $v);
16875
+ }, [k(e.$slots, "default", {}, void 0, !0)], 10, ty);
16831
16876
  }
16832
- var ty = /* @__PURE__ */ H(Qv, [["render", ey], ["__scopeId", "data-v-2c119fff"]]), ny = {
16877
+ var ry = /* @__PURE__ */ H(ey, [["render", ny], ["__scopeId", "data-v-2c119fff"]]), iy = {
16833
16878
  name: "ecs-tab-button",
16834
16879
  emits: ["click", "tabNavigation"],
16835
16880
  components: {
@@ -16912,16 +16957,16 @@ var ty = /* @__PURE__ */ H(Qv, [["render", ey], ["__scopeId", "data-v-2c119fff"]
16912
16957
  });
16913
16958
  }
16914
16959
  }
16915
- }, ry = [
16960
+ }, ay = [
16916
16961
  "disabled",
16917
16962
  "aria-selected",
16918
16963
  "aria-controls",
16919
16964
  "aria-label"
16920
- ], iy = {
16965
+ ], oy = {
16921
16966
  key: 2,
16922
16967
  class: "shortcut"
16923
16968
  };
16924
- function ay(e, t, n, r, i, a) {
16969
+ function sy(e, t, n, r, i, a) {
16925
16970
  let u = A("ecs-icon"), d = A("ecs-sticker"), p = A("ecs-focus-ring");
16926
16971
  return T(), c("button", {
16927
16972
  class: b(["ecs-tab-button", [
@@ -16949,12 +16994,12 @@ function ay(e, t, n, r, i, a) {
16949
16994
  type: n.sticker
16950
16995
  }, null, 8, ["type"])) : s("", !0),
16951
16996
  k(e.$slots, "default", {}, void 0, !0),
16952
- n.shortcut ? (T(), c("span", iy, N(n.shortcut), 1)) : s("", !0),
16997
+ n.shortcut ? (T(), c("span", oy, N(n.shortcut), 1)) : s("", !0),
16953
16998
  f(p, { inset: 0 }),
16954
16999
  t[2] ||= l("span", { class: "hover" }, null, -1)
16955
- ], 42, ry);
17000
+ ], 42, ay);
16956
17001
  }
16957
- var oy = /* @__PURE__ */ H(ny, [["render", ay], ["__scopeId", "data-v-e723f4d5"]]), sy = {
17002
+ var cy = /* @__PURE__ */ H(iy, [["render", sy], ["__scopeId", "data-v-e723f4d5"]]), ly = {
16958
17003
  name: "ecs-tag",
16959
17004
  emits: ["click"],
16960
17005
  components: {
@@ -17037,11 +17082,11 @@ var oy = /* @__PURE__ */ H(ny, [["render", ay], ["__scopeId", "data-v-e723f4d5"]
17037
17082
  methods: { handleClick(e) {
17038
17083
  this.$emit("click", e);
17039
17084
  } }
17040
- }, cy = ["title"], ly = {
17085
+ }, uy = ["title"], dy = {
17041
17086
  key: 1,
17042
17087
  class: "count"
17043
17088
  };
17044
- function uy(e, t, n, r, i, a) {
17089
+ function fy(e, t, n, r, i, a) {
17045
17090
  let l = A("ecs-skeleton-loader"), u = A("ecs-focus-ring");
17046
17091
  return T(), o(M(n.hover ? "button" : "span"), {
17047
17092
  class: b(["ecs-tag", [
@@ -17060,9 +17105,9 @@ function uy(e, t, n, r, i, a) {
17060
17105
  key: 0,
17061
17106
  class: "path",
17062
17107
  title: n.path
17063
- }, "../", 8, cy)) : s("", !0),
17108
+ }, "../", 8, uy)) : s("", !0),
17064
17109
  k(e.$slots, "default", {}, void 0, !0),
17065
- n.count ? (T(), c("span", ly, N(n.count), 1)) : s("", !0),
17110
+ n.count ? (T(), c("span", dy, N(n.count), 1)) : s("", !0),
17066
17111
  n.loading ? (T(), o(l, {
17067
17112
  key: 2,
17068
17113
  type: "single",
@@ -17080,14 +17125,14 @@ function uy(e, t, n, r, i, a) {
17080
17125
  "disabled"
17081
17126
  ]);
17082
17127
  }
17083
- var dy = /* @__PURE__ */ H(sy, [["render", uy], ["__scopeId", "data-v-569d32e3"]]), fy = { name: "ecs-tag-cloud" }, py = {
17128
+ var py = /* @__PURE__ */ H(ly, [["render", fy], ["__scopeId", "data-v-569d32e3"]]), my = { name: "ecs-tag-cloud" }, hy = {
17084
17129
  class: "ecs-tag-cloud",
17085
17130
  role: "list"
17086
17131
  };
17087
- function my(e, t, n, r, i, a) {
17088
- return T(), c("div", py, [k(e.$slots, "default", {}, void 0, !0)]);
17132
+ function gy(e, t, n, r, i, a) {
17133
+ return T(), c("div", hy, [k(e.$slots, "default", {}, void 0, !0)]);
17089
17134
  }
17090
- var hy = /* @__PURE__ */ H(fy, [["render", my], ["__scopeId", "data-v-4334fe7e"]]), gy = {
17135
+ var _y = /* @__PURE__ */ H(my, [["render", gy], ["__scopeId", "data-v-4334fe7e"]]), vy = {
17091
17136
  name: "ecs-toast",
17092
17137
  emits: ["action"],
17093
17138
  components: { EcsFocusRing: W },
@@ -17110,7 +17155,7 @@ var hy = /* @__PURE__ */ H(fy, [["render", my], ["__scopeId", "data-v-4334fe7e"]
17110
17155
  return this.theme;
17111
17156
  } }
17112
17157
  };
17113
- function _y(e, t, n, r, i, a) {
17158
+ function yy(e, t, n, r, i, a) {
17114
17159
  let o = A("ecs-focus-ring");
17115
17160
  return T(), c("div", {
17116
17161
  class: b(["ecs-toast", a.typeClass]),
@@ -17126,32 +17171,32 @@ function _y(e, t, n, r, i, a) {
17126
17171
  radius: 6
17127
17172
  })])) : s("", !0)], 2);
17128
17173
  }
17129
- var vy = /* @__PURE__ */ H(gy, [["render", _y], ["__scopeId", "data-v-61082fed"]]), yy = { name: "ecs-toasts" }, by = {
17174
+ var by = /* @__PURE__ */ H(vy, [["render", yy], ["__scopeId", "data-v-61082fed"]]), xy = { name: "ecs-toasts" }, Sy = {
17130
17175
  class: "ecs-toasts",
17131
17176
  "aria-live": "polite"
17132
17177
  };
17133
- function xy(e, t, n, r, a, o) {
17134
- return T(), c("div", by, [f(i, { name: "transition-toast" }, {
17178
+ function Cy(e, t, n, r, a, o) {
17179
+ return T(), c("div", Sy, [f(i, { name: "transition-toast" }, {
17135
17180
  default: I(() => [k(e.$slots, "default", {}, void 0, !0)]),
17136
17181
  _: 3
17137
17182
  })]);
17138
17183
  }
17139
- var Sy = /* @__PURE__ */ H(yy, [["render", xy], ["__scopeId", "data-v-451fee48"]]), Cy = {
17184
+ var wy = /* @__PURE__ */ H(xy, [["render", Cy], ["__scopeId", "data-v-451fee48"]]), Ty = {
17140
17185
  name: "ecs-toolbar",
17141
17186
  props: { type: {
17142
17187
  type: String,
17143
17188
  validator: (e) => ["viewer", "index"].includes(e),
17144
17189
  default: "index"
17145
17190
  } }
17146
- }, wy = {
17191
+ }, Ey = {
17147
17192
  class: "ecs-toolbar",
17148
17193
  role: "toolbar",
17149
17194
  "aria-label": "Main"
17150
17195
  };
17151
- function Ty(e, t, n, r, i, a) {
17152
- return T(), c("div", wy, [k(e.$slots, "default", {}, void 0, !0)]);
17196
+ function Dy(e, t, n, r, i, a) {
17197
+ return T(), c("div", Ey, [k(e.$slots, "default", {}, void 0, !0)]);
17153
17198
  }
17154
- var Ey = /* @__PURE__ */ H(Cy, [["render", Ty], ["__scopeId", "data-v-e0681f01"]]), Dy = {
17199
+ var Oy = /* @__PURE__ */ H(Ty, [["render", Dy], ["__scopeId", "data-v-e0681f01"]]), ky = {
17155
17200
  name: "ecs-transcript-state",
17156
17201
  emits: ["click"],
17157
17202
  components: {
@@ -17177,17 +17222,17 @@ var Ey = /* @__PURE__ */ H(Cy, [["render", Ty], ["__scopeId", "data-v-e0681f01"]
17177
17222
  default: !1
17178
17223
  }
17179
17224
  }
17180
- }, Oy = ["aria-busy"], ky = {
17225
+ }, Ay = ["aria-busy"], jy = {
17181
17226
  key: 0,
17182
17227
  class: "healthy"
17183
- }, Ay = {
17228
+ }, My = {
17184
17229
  key: 1,
17185
17230
  class: "corrupted"
17186
- }, jy = {
17231
+ }, Ny = {
17187
17232
  key: 2,
17188
17233
  class: "loading"
17189
17234
  };
17190
- function My(t, n, r, i, a, u) {
17235
+ function Py(t, n, r, i, a, u) {
17191
17236
  let d = A("ecs-skeleton-loader"), p = A("ecs-icon");
17192
17237
  return T(), c("div", {
17193
17238
  onClick: n[0] ||= (e) => t.$emit("click", e),
@@ -17200,16 +17245,16 @@ function My(t, n, r, i, a, u) {
17200
17245
  height: 32
17201
17246
  })) : (T(), c(e, { key: 1 }, [
17202
17247
  n[1] ||= l("div", { class: "background" }, null, -1),
17203
- r.state == "healthy" ? (T(), c("div", ky)) : s("", !0),
17204
- r.state == "corrupted" ? (T(), c("div", Ay)) : s("", !0),
17205
- r.state == "loading" ? (T(), c("span", jy, [f(p, {
17248
+ r.state == "healthy" ? (T(), c("div", jy)) : s("", !0),
17249
+ r.state == "corrupted" ? (T(), c("div", My)) : s("", !0),
17250
+ r.state == "loading" ? (T(), c("span", Ny, [f(p, {
17206
17251
  type: "loading",
17207
17252
  size: "18px",
17208
17253
  color: "#202127"
17209
17254
  })])) : s("", !0)
17210
- ], 64))], 10, Oy);
17255
+ ], 64))], 10, Ay);
17211
17256
  }
17212
- var Ny = /* @__PURE__ */ H(Dy, [["render", My], ["__scopeId", "data-v-8f3aef8d"]]), Py = {
17257
+ var Fy = /* @__PURE__ */ H(ky, [["render", Py], ["__scopeId", "data-v-8f3aef8d"]]), Iy = {
17213
17258
  name: "ecs-tree-list",
17214
17259
  props: {
17215
17260
  id: { type: String },
@@ -17223,15 +17268,15 @@ var Ny = /* @__PURE__ */ H(Dy, [["render", My], ["__scopeId", "data-v-8f3aef8d"]
17223
17268
  default: !1
17224
17269
  }
17225
17270
  }
17226
- }, Fy = ["id", "role"];
17227
- function Iy(e, t, n, r, i, a) {
17271
+ }, Ly = ["id", "role"];
17272
+ function Ry(e, t, n, r, i, a) {
17228
17273
  return T(), c("div", {
17229
17274
  class: b(["ecs-tree-view-list", { "ecs-tree-view-list-indent": n.indent }]),
17230
17275
  id: n.id,
17231
17276
  role: n.role
17232
- }, [k(e.$slots, "default", {}, void 0, !0)], 10, Fy);
17277
+ }, [k(e.$slots, "default", {}, void 0, !0)], 10, Ly);
17233
17278
  }
17234
- var Ly = /* @__PURE__ */ H(Py, [["render", Iy], ["__scopeId", "data-v-6af94f50"]]), Ry = {
17279
+ var zy = /* @__PURE__ */ H(Iy, [["render", Ry], ["__scopeId", "data-v-6af94f50"]]), By = {
17235
17280
  name: "ecs-tree-list-item",
17236
17281
  emits: ["click", "toggled"],
17237
17282
  components: {
@@ -17381,17 +17426,17 @@ var Ly = /* @__PURE__ */ H(Py, [["render", Iy], ["__scopeId", "data-v-6af94f50"]
17381
17426
  created() {
17382
17427
  this.expandId = this.generateUniqueId();
17383
17428
  }
17384
- }, zy = ["tabindex"], By = {
17429
+ }, Vy = ["tabindex"], Hy = {
17385
17430
  key: 1,
17386
17431
  class: "icon-container"
17387
- }, Vy = {
17432
+ }, Uy = {
17388
17433
  key: 2,
17389
17434
  class: "ecs-tree-view-entry-control"
17390
- }, Hy = ["disabled"], Uy = {
17435
+ }, Wy = ["disabled"], Gy = {
17391
17436
  key: 4,
17392
17437
  class: "ecs-tree-view-entry-actions"
17393
- }, Wy = ["id", "aria-hidden"];
17394
- function Gy(e, t, n, r, i, a) {
17438
+ }, Ky = ["id", "aria-hidden"];
17439
+ function qy(e, t, n, r, i, a) {
17395
17440
  let u = A("ecs-button-collapse"), d = A("ecs-icon"), p = A("ecs-sticker"), m = A("ecs-focus-ring");
17396
17441
  return T(), c("div", null, [l("div", {
17397
17442
  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"])],
@@ -17428,7 +17473,7 @@ function Gy(e, t, n, r, i, a) {
17428
17473
  "aria-busy",
17429
17474
  "onClick"
17430
17475
  ])) : s("", !0),
17431
- n.icon ? (T(), c("div", By, [f(d, {
17476
+ n.icon ? (T(), c("div", Hy, [f(d, {
17432
17477
  type: n.icon,
17433
17478
  color: n.iconColor,
17434
17479
  size: a.iconSize
@@ -17446,37 +17491,37 @@ function Gy(e, t, n, r, i, a) {
17446
17491
  "color",
17447
17492
  "style"
17448
17493
  ])) : s("", !0)])) : s("", !0),
17449
- e.$slots.control ? (T(), c("div", Vy, [k(e.$slots, "control", {}, void 0, !0)])) : s("", !0),
17494
+ e.$slots.control ? (T(), c("div", Uy, [k(e.$slots, "control", {}, void 0, !0)])) : s("", !0),
17450
17495
  l("span", {
17451
17496
  disabled: n.disabled,
17452
17497
  onClick: t[0] ||= (t) => !n.disabled && e.$emit("click", t),
17453
17498
  class: b(["title", [n.titleOverflow ? "overflow" : "", n.disabled ? "disabled" : ""]])
17454
- }, [k(e.$slots, "default", {}, void 0, !0)], 10, Hy),
17499
+ }, [k(e.$slots, "default", {}, void 0, !0)], 10, Wy),
17455
17500
  n.afterLabel ? (T(), c("span", {
17456
17501
  key: 3,
17457
17502
  onClick: t[1] ||= (t) => !n.disabled && e.$emit("click", t),
17458
17503
  class: "after-label"
17459
17504
  }, N(n.afterLabel), 1)) : s("", !0),
17460
- e.$slots.actions ? (T(), c("div", Uy, [k(e.$slots, "actions", {}, void 0, !0)])) : s("", !0),
17505
+ e.$slots.actions ? (T(), c("div", Gy, [k(e.$slots, "actions", {}, void 0, !0)])) : s("", !0),
17461
17506
  a.isSelectable ? (T(), o(m, { key: 5 })) : s("", !0)
17462
- ], 42, zy), e.$slots.collapse ? (T(), c("div", {
17507
+ ], 42, Vy), e.$slots.collapse ? (T(), c("div", {
17463
17508
  key: 0,
17464
17509
  class: b([i.isVisible ? "collapse-show" : "collapse-hide", "collapsable"]),
17465
17510
  id: i.expandId,
17466
17511
  "aria-hidden": i.isVisible ? "false" : "true"
17467
- }, [k(e.$slots, "collapse", {}, void 0, !0)], 10, Wy)) : s("", !0)]);
17512
+ }, [k(e.$slots, "collapse", {}, void 0, !0)], 10, Ky)) : s("", !0)]);
17468
17513
  }
17469
- var Ky = /* @__PURE__ */ H(Ry, [["render", Gy], ["__scopeId", "data-v-81e7629c"]]), qy = { name: "ecs-tree-list-headline" }, Jy = { class: "ecs-tree-view-headline" };
17470
- function Yy(e, t, n, r, i, a) {
17471
- return T(), c("div", Jy, [k(e.$slots, "default", {}, void 0, !0)]);
17514
+ var Jy = /* @__PURE__ */ H(By, [["render", qy], ["__scopeId", "data-v-81e7629c"]]), Yy = { name: "ecs-tree-list-headline" }, Xy = { class: "ecs-tree-view-headline" };
17515
+ function Zy(e, t, n, r, i, a) {
17516
+ return T(), c("div", Xy, [k(e.$slots, "default", {}, void 0, !0)]);
17472
17517
  }
17473
- var Xy = /* @__PURE__ */ H(qy, [["render", Yy], ["__scopeId", "data-v-a5153e06"]]), Zy = {
17518
+ var Qy = /* @__PURE__ */ H(Yy, [["render", Zy], ["__scopeId", "data-v-a5153e06"]]), $y = {
17474
17519
  name: "EcsTypeConfirmation",
17475
17520
  emits: ["update:modelValue", "bypassConfirm"],
17476
17521
  components: {
17477
- EcsInput: Sd,
17522
+ EcsInput: wd,
17478
17523
  EcsAlert: Se,
17479
- EcsFormGroup: qf,
17524
+ EcsFormGroup: Yf,
17480
17525
  EcsCheckbox: Cr
17481
17526
  },
17482
17527
  mixins: [Y],
@@ -17546,15 +17591,15 @@ var Xy = /* @__PURE__ */ H(qy, [["render", Yy], ["__scopeId", "data-v-a5153e06"]
17546
17591
  mounted() {
17547
17592
  this.uniqueId = "input-" + this.generateUniqueId(), this.bypassActive && this.alertType !== "none" && this.$emit("update:modelValue", !0);
17548
17593
  }
17549
- }, Qy = ["for"], $y = { class: "ecs-type-confirmation-verb" }, eb = ["for"], tb = { class: "ecs-type-confirmation-verb" };
17550
- function nb(e, t, n, r, i, a) {
17594
+ }, eb = ["for"], tb = { class: "ecs-type-confirmation-verb" }, nb = ["for"], rb = { class: "ecs-type-confirmation-verb" };
17595
+ function ib(e, t, n, r, i, a) {
17551
17596
  let c = A("ecs-input"), u = A("ecs-form-group"), p = A("ecs-checkbox"), m = A("ecs-alert");
17552
17597
  return n.alertType == "none" ? (T(), o(u, {
17553
17598
  key: 1,
17554
17599
  class: "ecs-type-confirmation-input"
17555
17600
  }, {
17556
17601
  default: I(() => [
17557
- l("label", { for: i.uniqueId }, N(a.text), 9, eb),
17602
+ l("label", { for: i.uniqueId }, N(a.text), 9, nb),
17558
17603
  f(c, {
17559
17604
  modelValue: i.inputValue,
17560
17605
  "onUpdate:modelValue": t[2] ||= (e) => i.inputValue = e,
@@ -17568,7 +17613,7 @@ function nb(e, t, n, r, i, a) {
17568
17613
  "error",
17569
17614
  "id"
17570
17615
  ]),
17571
- l("span", tb, N(a.upperCaseVerb), 1)
17616
+ l("span", rb, N(a.upperCaseVerb), 1)
17572
17617
  ]),
17573
17618
  _: 1
17574
17619
  })) : (T(), o(m, {
@@ -17583,7 +17628,7 @@ function nb(e, t, n, r, i, a) {
17583
17628
  class: "ecs-type-confirmation-input"
17584
17629
  }, {
17585
17630
  default: I(() => [
17586
- l("label", { for: i.uniqueId }, N(a.text), 9, Qy),
17631
+ l("label", { for: i.uniqueId }, N(a.text), 9, eb),
17587
17632
  f(c, {
17588
17633
  modelValue: i.inputValue,
17589
17634
  "onUpdate:modelValue": t[0] ||= (e) => i.inputValue = e,
@@ -17597,7 +17642,7 @@ function nb(e, t, n, r, i, a) {
17597
17642
  "error",
17598
17643
  "id"
17599
17644
  ]),
17600
- l("span", $y, N(a.upperCaseVerb), 1)
17645
+ l("span", tb, N(a.upperCaseVerb), 1)
17601
17646
  ]),
17602
17647
  _: 1
17603
17648
  })),
@@ -17614,7 +17659,7 @@ function nb(e, t, n, r, i, a) {
17614
17659
  _: 3
17615
17660
  }, 8, ["headline", "type"]));
17616
17661
  }
17617
- var rb = /* @__PURE__ */ H(Zy, [["render", nb], ["__scopeId", "data-v-1e0fa905"]]), ib = {
17662
+ var ab = /* @__PURE__ */ H($y, [["render", ib], ["__scopeId", "data-v-1e0fa905"]]), ob = {
17618
17663
  name: "ecs-video",
17619
17664
  props: {
17620
17665
  posterImage: {
@@ -17638,14 +17683,14 @@ var rb = /* @__PURE__ */ H(Zy, [["render", nb], ["__scopeId", "data-v-1e0fa905"]
17638
17683
  default: null
17639
17684
  }
17640
17685
  }
17641
- }, ab = [
17686
+ }, sb = [
17642
17687
  "poster",
17643
17688
  "autoplay",
17644
17689
  "loop",
17645
17690
  "controls",
17646
17691
  "src"
17647
17692
  ];
17648
- function ob(e, t, n, r, i, a) {
17693
+ function cb(e, t, n, r, i, a) {
17649
17694
  return T(), c("video", {
17650
17695
  poster: n.posterImage,
17651
17696
  autoplay: n.autoplay,
@@ -17653,9 +17698,9 @@ function ob(e, t, n, r, i, a) {
17653
17698
  controls: n.controls,
17654
17699
  class: "ecs-video",
17655
17700
  src: n.mp4Source
17656
- }, null, 8, ab);
17701
+ }, null, 8, sb);
17657
17702
  }
17658
- var sb = /* @__PURE__ */ H(ib, [["render", ob], ["__scopeId", "data-v-ce84fcb3"]]), cb = {
17703
+ var lb = /* @__PURE__ */ H(ob, [["render", cb], ["__scopeId", "data-v-ce84fcb3"]]), ub = {
17659
17704
  name: "ecs-window",
17660
17705
  components: {
17661
17706
  EcsButton: X,
@@ -17826,11 +17871,11 @@ var sb = /* @__PURE__ */ H(ib, [["render", ob], ["__scopeId", "data-v-ce84fcb3"]
17826
17871
  this.isFocused = !1, this.$emit("blur");
17827
17872
  }
17828
17873
  }
17829
- }, lb = { class: "ecs-window-content scrollbar scrollbar-sml" }, ub = {
17874
+ }, db = { class: "ecs-window-content scrollbar scrollbar-sml" }, fb = {
17830
17875
  key: 1,
17831
17876
  class: "ecs-window-footer"
17832
17877
  };
17833
- function db(t, n, r, i, a, o) {
17878
+ function pb(t, n, r, i, a, o) {
17834
17879
  let u = A("ecs-text-v2"), p = A("ecs-button");
17835
17880
  return r.show ? (T(), c("div", {
17836
17881
  key: 0,
@@ -17867,8 +17912,8 @@ function db(t, n, r, i, a, o) {
17867
17912
  "aria-label": "Close window",
17868
17913
  title: "Close"
17869
17914
  })], 32)) : s("", !0),
17870
- l("div", lb, [k(t.$slots, "default", {}, void 0, !0)]),
17871
- t.$slots.footer ? (T(), c("div", ub, [k(t.$slots, "footer", {}, void 0, !0)])) : s("", !0),
17915
+ l("div", db, [k(t.$slots, "default", {}, void 0, !0)]),
17916
+ t.$slots.footer ? (T(), c("div", fb, [k(t.$slots, "footer", {}, void 0, !0)])) : s("", !0),
17872
17917
  r.resizable ? (T(), c(e, { key: 2 }, [
17873
17918
  l("div", {
17874
17919
  onMousedown: n[2] ||= (e) => o.startResize("right"),
@@ -17887,6 +17932,6 @@ function db(t, n, r, i, a, o) {
17887
17932
  ], 64)) : s("", !0)
17888
17933
  ], 38)) : s("", !0);
17889
17934
  }
17890
- var fb = /* @__PURE__ */ H(cb, [["render", db], ["__scopeId", "data-v-1c653eb3"]]);
17935
+ var mb = /* @__PURE__ */ H(ub, [["render", pb], ["__scopeId", "data-v-1c653eb3"]]);
17891
17936
  //#endregion
17892
- export { Oe as EcsActionToolbar, Se as EcsAlert, Pe as EcsAudio, Ue as EcsAvatar, Ke as EcsBanner, Ye as EcsBreadcrumb, $e as EcsBreadcrumbButton, rt as EcsBreadcrumbTitle, Di as EcsBulkSelector, X as EcsButton, Fi as EcsButtonCollapse, wa as EcsButtonContext, Oa as EcsButtonContextGroup, Ma as EcsButtonDialog, ji as EcsButtonGroup, Ia as EcsButtonMore, Va as EcsButtonTable, bi as EcsButtonToolbar, Ga as EcsButtonToolbarGroup, Za as EcsCard, ao as EcsChatConversation, go as EcsChatMessage, Cr as EcsCheckbox, to as EcsCitationLine, hr as EcsClickableArea, Mo as EcsCollapse, Bo as EcsCollectionControl, dc as EcsColorPicker, mc as EcsColorPickerInput, ns as EcsComment, os as EcsCommentList, Co as EcsContextMenu, wc as EcsDataCard, Oc as EcsDataCardList, Bc as EcsDataCardRow, Kc as EcsDataGrid, zl as EcsDataGridCell, Ml as EcsDataGridGroup, Ol as EcsDataGridHeadCell, Xc as EcsDataGridRow, tl as EcsDataGridRowGroup, Ul as EcsDataList, Xl as EcsDataListItem, eu as EcsDialog, ou as EcsDialogHeader, pu as EcsDirectoryEntry, Su as EcsDocumentState, Au as EcsDonutChart, Xu as EcsDropzone, $u as EcsEcaiWrapper, Iu as EcsEmptyState, od as EcsEntryLink, _d as EcsExcerptSnippet, $d as EcsExhibitStickerEditor, su as EcsFavicon, Br as EcsFileIcon, af as EcsFileList, Sf as EcsFileListItem, ef as EcsFillIcon, wf as EcsFlag, Df as EcsFlexCol, K as EcsFlexRow, W as EcsFocusRing, Wf as EcsFolderSelector, fr as EcsFormCheck, qf as EcsFormGroup, $f as EcsFormHeadline, ip as EcsFormSet, Wo as EcsFormatted, sp as EcsHighlight, U as EcsIcon, up as EcsIllustration, Ep as EcsIndexListItem, yp as EcsIndexToolbar, kp as EcsInfoTooltip, Xp as EcsInplace, Sd as EcsInput, Mp as EcsInputAddon, Mf as EcsInputClear, Ip as EcsInputConnector, Hp as EcsInputFloat, Gp as EcsInputGroup, If as EcsInputSearch, tm as EcsJumperDocument, cm as EcsJumperIndex, Cm as EcsJumperPage, eh as EcsLayoutDataTable, Hm as EcsLayoutDirectory, Pm as EcsLayoutIndex, ch as EcsLegendItem, hh as EcsLogMessage, bh as EcsMap, Eh as EcsModal, Rh as EcsModalFooter, Mh as EcsModalHeader, eg as EcsMultiselectOption, Gh as EcsMultiselectSearchToken, Jh as EcsMultiselectToken, vg as EcsOverlay, Eg as EcsPagination, Em as EcsPane, Mc as EcsPartyEntry, or as EcsPopover, Pg as EcsPopoverHeader, lr as EcsPopoverList, Ed as EcsPopoverListHeadline, hi as EcsPopoverListItem, Bu as EcsProgress, l_ as EcsQuicklink, Or as EcsRadiobutton, h_ as EcsRange, Wg as EcsRatingFavorability, zg as EcsRatingStarRead, w_ as EcsRatingStarWrite, zf as EcsScrollContainer, O_ as EcsSection, P_ as EcsSegment, ul as EcsSelect, G_ as EcsSelectTile, z_ as EcsSelectionGrid, Ci as EcsSeparator, Y_ as EcsSequenceMap, ev as EcsSequenceMapButton, dv as EcsSidebar, mv as EcsSidebarContent, _v as EcsSidebarFooter, Ev as EcsSidebarHeader, Av as EcsSidebarList, Bv as EcsSidebarListItem, G as EcsSkeletonLoader, zr as EcsSortbutton, Dm as EcsSplitpanes, tu as EcsStateIcon, Fe as EcsSticker, qv as EcsStructuredContent, Zv as EcsSwatchesPicker, Ir as EcsSwitch, ty as EcsTab, iv as EcsTabBar, oy as EcsTabButton, sv as EcsTabs, dy as EcsTag, hy as EcsTagCloud, vr as EcsTextV2, vy as EcsToast, Sy as EcsToasts, Ey as EcsToolbar, Ny as EcsTranscriptState, Ly as EcsTreeList, Xy as EcsTreeListHeadline, Ky as EcsTreeListItem, rb as EcsTypeConfirmation, sb as EcsVideo, fb as EcsWindow };
17937
+ export { Oe as EcsActionToolbar, Se as EcsAlert, Pe as EcsAudio, Ue as EcsAvatar, Ke as EcsBanner, Ye as EcsBreadcrumb, $e as EcsBreadcrumbButton, rt as EcsBreadcrumbTitle, Di as EcsBulkSelector, X as EcsButton, Fi as EcsButtonCollapse, wa as EcsButtonContext, Oa as EcsButtonContextGroup, Ma as EcsButtonDialog, ji as EcsButtonGroup, Ia as EcsButtonMore, Va as EcsButtonTable, bi as EcsButtonToolbar, Ga as EcsButtonToolbarGroup, Za as EcsCard, ao as EcsChatConversation, vo as EcsChatMessage, Cr as EcsCheckbox, to as EcsCitationLine, hr as EcsClickableArea, Po as EcsCollapse, Ho as EcsCollectionControl, pc as EcsColorPicker, gc as EcsColorPickerInput, is as EcsComment, cs as EcsCommentList, To as EcsContextMenu, Ec as EcsDataCard, Ac as EcsDataCardList, Hc as EcsDataCardRow, Jc as EcsDataGrid, Vl as EcsDataGridCell, Pl as EcsDataGridGroup, Al as EcsDataGridHeadCell, Qc as EcsDataGridRow, rl as EcsDataGridRowGroup, Gl as EcsDataList, Ql as EcsDataListItem, nu as EcsDialog, cu as EcsDialogHeader, hu as EcsDirectoryEntry, wu as EcsDocumentState, Mu as EcsDonutChart, Qu as EcsDropzone, td as EcsEcaiWrapper, Ru as EcsEmptyState, cd as EcsEntryLink, yd as EcsExcerptSnippet, tf as EcsExhibitStickerEditor, lu as EcsFavicon, Br as EcsFileIcon, sf as EcsFileList, wf as EcsFileListItem, nf as EcsFillIcon, Ef as EcsFlag, kf as EcsFlexCol, K as EcsFlexRow, W as EcsFocusRing, Kf as EcsFolderSelector, fr as EcsFormCheck, Yf as EcsFormGroup, tp as EcsFormHeadline, op as EcsFormSet, Ko as EcsFormatted, lp as EcsHighlight, U as EcsIcon, fp as EcsIllustration, Op as EcsIndexListItem, xp as EcsIndexToolbar, jp as EcsInfoTooltip, Qp as EcsInplace, wd as EcsInput, Pp as EcsInputAddon, Pf as EcsInputClear, Rp as EcsInputConnector, Wp as EcsInputFloat, qp as EcsInputGroup, Rf as EcsInputSearch, rm as EcsJumperDocument, um as EcsJumperIndex, Tm as EcsJumperPage, nh as EcsLayoutDataTable, Wm as EcsLayoutDirectory, Im as EcsLayoutIndex, uh as EcsLegendItem, _h as EcsLogMessage, Sh as EcsMap, Oh as EcsModal, Bh as EcsModalFooter, Ph as EcsModalHeader, ng as EcsMultiselectOption, qh as EcsMultiselectSearchToken, Xh as EcsMultiselectToken, bg as EcsOverlay, Og as EcsPagination, Om as EcsPane, Pc as EcsPartyEntry, or as EcsPopover, Ig as EcsPopoverHeader, lr as EcsPopoverList, Od as EcsPopoverListHeadline, hi as EcsPopoverListItem, Hu as EcsProgress, d_ as EcsQuicklink, Or as EcsRadiobutton, __ as EcsRange, Kg as EcsRatingFavorability, Vg as EcsRatingStarRead, E_ as EcsRatingStarWrite, Vf as EcsScrollContainer, A_ as EcsSection, I_ as EcsSegment, fl as EcsSelect, q_ as EcsSelectTile, V_ as EcsSelectionGrid, Ci as EcsSeparator, Z_ as EcsSequenceMap, nv as EcsSequenceMapButton, co as EcsShinyText, pv as EcsSidebar, gv as EcsSidebarContent, yv as EcsSidebarFooter, Ov as EcsSidebarHeader, Mv as EcsSidebarList, Hv as EcsSidebarListItem, G as EcsSkeletonLoader, zr as EcsSortbutton, km as EcsSplitpanes, ru as EcsStateIcon, Fe as EcsSticker, Yv as EcsStructuredContent, $v as EcsSwatchesPicker, Ir as EcsSwitch, ry as EcsTab, ov as EcsTabBar, cy as EcsTabButton, lv as EcsTabs, py as EcsTag, _y as EcsTagCloud, vr as EcsTextV2, by as EcsToast, wy as EcsToasts, Oy as EcsToolbar, Fy as EcsTranscriptState, zy as EcsTreeList, Qy as EcsTreeListHeadline, Jy as EcsTreeListItem, ab as EcsTypeConfirmation, lb as EcsVideo, mb as EcsWindow };