@everchron/ec-shards 19.7.6 → 20.0.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
@@ -4269,7 +4269,6 @@ var ki = /* @__PURE__ */ V(Di, [["render", Oi], ["__scopeId", "data-v-6c95c339"]
4269
4269
  props: {
4270
4270
  options: {
4271
4271
  type: Array,
4272
- required: !0,
4273
4272
  default: () => [{
4274
4273
  label: "All",
4275
4274
  action: "selectAll",
@@ -4392,7 +4391,7 @@ function Mi(t, n, r, i, a, u) {
4392
4391
  _: 1
4393
4392
  });
4394
4393
  }
4395
- var Ni = /* @__PURE__ */ V(Ai, [["render", Mi], ["__scopeId", "data-v-04aed8bb"]]), Pi = { name: "ecs-button-group" }, Fi = { class: "ecs-button-group" };
4394
+ var Ni = /* @__PURE__ */ V(Ai, [["render", Mi], ["__scopeId", "data-v-80b8aab2"]]), Pi = { name: "ecs-button-group" }, Fi = { class: "ecs-button-group" };
4396
4395
  function Ii(e, t, n, r, i, a) {
4397
4396
  return T(), c("div", Fi, [k(e.$slots, "default", {}, void 0, !0)]);
4398
4397
  }
@@ -9944,12 +9943,19 @@ function fd(e, t, n, r, i, a) {
9944
9943
  title: n.linkTitle
9945
9944
  }, N(n.label), 11, ud),
9946
9945
  e.$slots.appender ? (T(), c("div", dd, [k(e.$slots, "appender", {}, void 0, !0)])) : s("", !0),
9946
+ n.ai ? (T(), o(u, {
9947
+ key: 3,
9948
+ type: "ai-single-star-filled",
9949
+ size: "12",
9950
+ color: "var(--color-purple-7)",
9951
+ "data-theme-show": "color-accessibility"
9952
+ })) : s("", !0),
9947
9953
  f(p, {
9948
9954
  inset: 0,
9949
9955
  radius: 6
9950
9956
  }),
9951
9957
  n.moreButton ? (T(), o(m, {
9952
- key: 3,
9958
+ key: 4,
9953
9959
  onClick: R(a.handleMoreButtonClick, ["stop"]),
9954
9960
  type: "ellipsis",
9955
9961
  title: n.moreButtonTitle,
@@ -9961,7 +9967,7 @@ function fd(e, t, n, r, i, a) {
9961
9967
  ])) : s("", !0)
9962
9968
  ], 2);
9963
9969
  }
9964
- var pd = /* @__PURE__ */ V(sd, [["render", fd], ["__scopeId", "data-v-0b6f41c6"]]), md = {
9970
+ var pd = /* @__PURE__ */ V(sd, [["render", fd], ["__scopeId", "data-v-5d452b89"]]), md = {
9965
9971
  name: "ecs-excerpt-snippet",
9966
9972
  components: {
9967
9973
  EcsIcon: H,
@@ -10359,7 +10365,14 @@ var Nd = /* @__PURE__ */ V(Ad, [["render", Md], ["__scopeId", "data-v-442eb0eb"]
10359
10365
  bold: !1,
10360
10366
  italic: !1,
10361
10367
  underline: !1
10362
- }), Id = (e) => typeof e == "string" && /^#([0-9A-Fa-f]{3}){1,2}$/.test(e), Ld = (e) => Object.keys(Pd).includes(e), Rd = (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", zd = (e) => e == null ? !0 : Id(e.color) && Ld(e.shape) && Array.isArray(e.text) && e.text.length >= 1 && e.text.length <= 6 && e.text.every(Rd), Bd = () => {
10368
+ }), Id = (e) => typeof e == "string" && /^#([0-9A-Fa-f]{3}){1,2}$/.test(e), Ld = (e) => Object.keys(Pd).includes(e), Rd = [
10369
+ "top-left",
10370
+ "top-right",
10371
+ "bottom-left",
10372
+ "bottom-right",
10373
+ "center-top",
10374
+ "center-bottom"
10375
+ ], zd = (e) => e == null || Rd.includes(e), Bd = (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", Vd = (e) => e == null ? !0 : Id(e.color) && Ld(e.shape) && zd(e.position) && Array.isArray(e.text) && e.text.length >= 1 && e.text.length <= 6 && e.text.every(Bd), Hd = () => {
10363
10376
  let e = document.createElement("canvas").getContext("2d");
10364
10377
  return {
10365
10378
  getTextWidth: (t, n) => {
@@ -10368,9 +10381,9 @@ var Nd = /* @__PURE__ */ V(Ad, [["render", Md], ["__scopeId", "data-v-442eb0eb"]
10368
10381
  },
10369
10382
  escapeHtml: (e) => e.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/"/g, "&quot;").replace(/'/g, "&#039;")
10370
10383
  };
10371
- }, Vd = {
10384
+ }, Ud = {
10372
10385
  name: "ecs-exhibit-sticker-editor",
10373
- emits: ["update:modelValue"],
10386
+ emits: ["update:modelValue", "remove"],
10374
10387
  components: {
10375
10388
  EcsFlexRow: G,
10376
10389
  EcsButton: Y,
@@ -10381,7 +10394,8 @@ var Nd = /* @__PURE__ */ V(Ad, [["render", Md], ["__scopeId", "data-v-442eb0eb"]
10381
10394
  EcsPopoverListHeadline: Nd,
10382
10395
  EcsPopoverList: fr,
10383
10396
  EcsPopoverListItem: xi,
10384
- EcsColorPicker: vc
10397
+ EcsColorPicker: vc,
10398
+ EcsSelect: _l
10385
10399
  },
10386
10400
  props: {
10387
10401
  readOnly: {
@@ -10391,7 +10405,7 @@ var Nd = /* @__PURE__ */ V(Ad, [["render", Md], ["__scopeId", "data-v-442eb0eb"]
10391
10405
  modelValue: {
10392
10406
  type: Object,
10393
10407
  required: !1,
10394
- validator: zd
10408
+ validator: Vd
10395
10409
  },
10396
10410
  variables: {
10397
10411
  type: Array,
@@ -10399,18 +10413,13 @@ var Nd = /* @__PURE__ */ V(Ad, [["render", Md], ["__scopeId", "data-v-442eb0eb"]
10399
10413
  default: () => [],
10400
10414
  validator: (e) => e.every((e) => typeof e.name == "string" && typeof e.variable == "string" && (e.value === void 0 || typeof e.value == "string"))
10401
10415
  },
10402
- pagePosition: {
10403
- type: String,
10404
- validator: (e) => [
10405
- "top-left",
10406
- "top-right",
10407
- "bottom-left",
10408
- "bottom-right",
10409
- "center-top",
10410
- "center-bottom",
10411
- null
10412
- ].includes(e),
10413
- default: null
10416
+ removable: {
10417
+ type: Boolean,
10418
+ default: !0
10419
+ },
10420
+ positionIndicator: {
10421
+ type: Boolean,
10422
+ default: !0
10414
10423
  }
10415
10424
  },
10416
10425
  data() {
@@ -10418,11 +10427,12 @@ var Nd = /* @__PURE__ */ V(Ad, [["render", Md], ["__scopeId", "data-v-442eb0eb"]
10418
10427
  localSticker: this.modelValue ? JSON.parse(JSON.stringify(this.modelValue)) : {
10419
10428
  color: "#F9DF00",
10420
10429
  shape: "roundedRect",
10430
+ position: null,
10421
10431
  text: [Fd()]
10422
10432
  },
10423
10433
  focusedLineIndex: null,
10424
10434
  lineInputs: [],
10425
- textProcessing: Bd(),
10435
+ textProcessing: Hd(),
10426
10436
  colorPickerValue: "#F9DF00",
10427
10437
  swatches: [
10428
10438
  {
@@ -10525,35 +10535,39 @@ var Nd = /* @__PURE__ */ V(Ad, [["render", Md], ["__scopeId", "data-v-442eb0eb"]
10525
10535
  stickerBorderColor() {
10526
10536
  return X(this.localSticker.color).darken(50).toHexString();
10527
10537
  },
10538
+ effectivePosition() {
10539
+ return this.localSticker.position ?? null;
10540
+ },
10528
10541
  pagePositionIndicatorStyles() {
10529
- if (!this.pagePosition) return {};
10530
- let e = {
10542
+ let e = this.effectivePosition;
10543
+ if (!e) return {};
10544
+ let t = {
10531
10545
  backgroundColor: this.localSticker.color,
10532
10546
  borderRadius: this.localSticker.shape === "roundedRect" || this.localSticker.shape === "roundedSquare" ? "1.4px" : "0px",
10533
10547
  borderColor: this.stickerBorderColor,
10534
10548
  aspectRatio: this.localSticker.shape === "roundedRect" || this.localSticker.shape === "rect" ? "2 / 1" : "1 / 1"
10535
10549
  };
10536
- switch (this.pagePosition) {
10550
+ switch (e) {
10537
10551
  case "top-left":
10538
- e.top = "2px", e.left = "2px";
10552
+ t.top = "2px", t.left = "2px";
10539
10553
  break;
10540
10554
  case "top-right":
10541
- e.top = "2px", e.right = "2px";
10555
+ t.top = "2px", t.right = "2px";
10542
10556
  break;
10543
10557
  case "bottom-left":
10544
- e.bottom = "2px", e.left = "2px";
10558
+ t.bottom = "2px", t.left = "2px";
10545
10559
  break;
10546
10560
  case "bottom-right":
10547
- e.bottom = "2px", e.right = "2px";
10561
+ t.bottom = "2px", t.right = "2px";
10548
10562
  break;
10549
10563
  case "center-top":
10550
- e.top = "2px", e.left = "50%", e.transform = "translateX(-50%)";
10564
+ t.top = "2px", t.left = "50%", t.transform = "translateX(-50%)";
10551
10565
  break;
10552
10566
  case "center-bottom":
10553
- e.bottom = "2px", e.left = "50%", e.transform = "translateX(-50%)";
10567
+ t.bottom = "2px", t.left = "50%", t.transform = "translateX(-50%)";
10554
10568
  break;
10555
10569
  }
10556
- return e;
10570
+ return t;
10557
10571
  },
10558
10572
  variableBackgroundColor() {
10559
10573
  return X(this.localSticker?.color || "#000000").darken(40).toHexString();
@@ -10574,6 +10588,7 @@ var Nd = /* @__PURE__ */ V(Ad, [["render", Md], ["__scopeId", "data-v-442eb0eb"]
10574
10588
  this.localSticker = e ? JSON.parse(JSON.stringify(e)) : {
10575
10589
  color: "#000000",
10576
10590
  shape: "roundedRect",
10591
+ position: null,
10577
10592
  text: [Fd()]
10578
10593
  }, this.colorPickerValue = this.localSticker.color, this.$nextTick(() => {
10579
10594
  this.lineInputs.forEach((e, t) => this.adjustTextToFit(t));
@@ -10629,9 +10644,28 @@ var Nd = /* @__PURE__ */ V(Ad, [["render", Md], ["__scopeId", "data-v-442eb0eb"]
10629
10644
  };
10630
10645
  this.$emit("update:modelValue", e);
10631
10646
  },
10647
+ updatePosition(e) {
10648
+ this.localSticker.position = e, this.emitChange();
10649
+ },
10632
10650
  updateShape(e) {
10633
10651
  this.localSticker.shape = e, this.emitChange();
10634
10652
  },
10653
+ setRectangleShape() {
10654
+ let e = this.localSticker.shape === "roundedRect" || this.localSticker.shape === "roundedSquare";
10655
+ this.updateShape(e ? "roundedRect" : "rect");
10656
+ },
10657
+ setSquareShape() {
10658
+ let e = this.localSticker.shape === "roundedRect" || this.localSticker.shape === "roundedSquare";
10659
+ this.updateShape(e ? "roundedSquare" : "square");
10660
+ },
10661
+ setRounded() {
10662
+ let e = this.localSticker.shape === "square" || this.localSticker.shape === "roundedSquare";
10663
+ this.updateShape(e ? "roundedSquare" : "roundedRect");
10664
+ },
10665
+ setNoRadius() {
10666
+ let e = this.localSticker.shape === "square" || this.localSticker.shape === "roundedSquare";
10667
+ this.updateShape(e ? "square" : "rect");
10668
+ },
10635
10669
  updateColor(e) {
10636
10670
  let t = typeof e == "string" ? e : e.hex;
10637
10671
  this.localSticker.color = t, this.emitChange();
@@ -10753,102 +10787,39 @@ var Nd = /* @__PURE__ */ V(Ad, [["render", Md], ["__scopeId", "data-v-442eb0eb"]
10753
10787
  });
10754
10788
  }
10755
10789
  }
10756
- }, Hd = { class: "ecs-exhibit-sticker-editor" }, Ud = ["aria-checked"], Wd = ["aria-checked"], Gd = ["aria-checked"], Kd = ["aria-checked"], qd = { class: "ecs-exhibit-sticker-editor-content" }, Jd = { class: "ecs-exhibit-sticker-editor-preview" }, Yd = {
10790
+ }, Wd = { class: "ecs-exhibit-sticker-editor" }, Gd = { class: "ecs-exhibit-sticker-editor-content" }, Kd = { class: "ecs-exhibit-sticker-editor-preview" }, qd = {
10757
10791
  key: 0,
10758
10792
  class: "page-preview"
10759
- }, Xd = { class: "sticker-content" }, Zd = { class: "line-controls line-controls-left" }, Qd = { class: "line-input" }, $d = [
10793
+ }, Jd = { class: "sticker-content" }, Yd = { class: "line-controls line-controls-left" }, Xd = { class: "line-input" }, Zd = [
10760
10794
  "value",
10761
10795
  "onInput",
10762
10796
  "onFocus",
10763
10797
  "onKeydown"
10764
- ], ef = ["innerHTML"], tf = { class: "line-controls line-controls-right" }, nf = { class: "line-input" }, rf = ["innerHTML"], af = { style: { width: "240px" } };
10765
- function of(t, n, r, i, a, u) {
10766
- 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");
10767
- return T(), c("div", Hd, [r.readOnly ? s("", !0) : (T(), o(m, {
10768
- key: 0,
10769
- direction: "column",
10770
- gap: 4,
10771
- align: "start"
10772
- }, {
10773
- default: I(() => [f(p, { preset: "label-1" }, {
10774
- default: I(() => [...n[10] ||= [d("Sticker shape", -1)]]),
10775
- _: 1
10776
- }), f(m, {
10777
- gap: 12,
10778
- role: "radiogroup",
10779
- "aria-label": "Sticker shape options",
10780
- class: "shape-preview-buttons"
10781
- }, {
10782
- default: I(() => [
10783
- l("button", {
10784
- role: "radio",
10785
- class: b(["shape-preview-button", { active: a.localSticker.shape === "roundedRect" }]),
10786
- onClick: n[0] ||= (e) => u.updateShape("roundedRect"),
10787
- "aria-checked": a.localSticker.shape === "roundedRect",
10788
- title: "Rounded rectangle shape",
10789
- "aria-label": "Rounded rectangle shape"
10790
- }, [l("div", {
10791
- class: "shape-preview rounded-rect",
10792
- style: S({
10793
- backgroundColor: a.localSticker.color,
10794
- borderColor: u.stickerBorderColor
10795
- })
10796
- }, null, 4)], 10, Ud),
10797
- l("button", {
10798
- role: "radio",
10799
- class: b(["shape-preview-button", { active: a.localSticker.shape === "rect" }]),
10800
- onClick: n[1] ||= (e) => u.updateShape("rect"),
10801
- "aria-checked": a.localSticker.shape === "rect",
10802
- title: "Rectangle shape",
10803
- "aria-label": "Rectangle shape"
10804
- }, [l("div", {
10805
- class: "shape-preview rect",
10806
- style: S({
10807
- backgroundColor: a.localSticker.color,
10808
- borderColor: u.stickerBorderColor
10809
- })
10810
- }, null, 4)], 10, Wd),
10811
- l("button", {
10812
- role: "radio",
10813
- class: b(["shape-preview-button", { active: a.localSticker.shape === "roundedSquare" }]),
10814
- onClick: n[2] ||= (e) => u.updateShape("roundedSquare"),
10815
- "aria-checked": a.localSticker.shape === "roundedSquare",
10816
- title: "Rounded square shape",
10817
- "aria-label": "Rounded square shape"
10818
- }, [l("div", {
10819
- class: "shape-preview rounded-square",
10820
- style: S({
10821
- backgroundColor: a.localSticker.color,
10822
- borderColor: u.stickerBorderColor
10823
- })
10824
- }, null, 4)], 10, Gd),
10825
- l("button", {
10826
- role: "radio",
10827
- class: b(["shape-preview-button", { active: a.localSticker.shape === "square" }]),
10828
- onClick: n[3] ||= (e) => u.updateShape("square"),
10829
- "aria-checked": a.localSticker.shape === "square",
10830
- title: "Square shape",
10831
- "aria-label": "Square shape"
10832
- }, [l("div", {
10833
- class: "shape-preview square",
10834
- style: S({
10835
- backgroundColor: a.localSticker.color,
10836
- borderColor: u.stickerBorderColor
10837
- })
10838
- }, null, 4)], 10, Kd)
10839
- ]),
10840
- _: 1
10841
- })]),
10842
- _: 1
10843
- })), l("div", qd, [
10844
- r.readOnly ? s("", !0) : (T(), o(p, {
10798
+ ], Qd = ["innerHTML"], $d = { class: "line-controls line-controls-right" }, ef = { class: "line-input" }, tf = ["innerHTML"], nf = { style: { width: "240px" } };
10799
+ function rf(t, n, r, i, a, u) {
10800
+ let p = A("ecs-text-v2"), m = A("ecs-button"), h = A("ecs-flex-row"), g = A("ecs-color-picker"), _ = A("ecs-popover"), v = A("ecs-separator"), y = A("ecs-select"), x = A("ecs-input"), C = A("ecs-popover-list-headline"), w = A("ecs-popover-list-item"), E = A("ecs-popover-list");
10801
+ return T(), c("div", Wd, [l("div", Gd, [
10802
+ r.readOnly ? s("", !0) : (T(), o(h, {
10845
10803
  key: 0,
10846
- preset: "label-1"
10804
+ gap: 8,
10805
+ justify: "between"
10847
10806
  }, {
10848
- default: I(() => [...n[11] ||= [d("Edit content and formatting", -1)]]),
10807
+ default: I(() => [f(p, { preset: "label-1" }, {
10808
+ default: I(() => [...n[7] ||= [d("Edit content and formatting", -1)]]),
10809
+ _: 1
10810
+ }), r.removable ? (T(), o(m, {
10811
+ key: 0,
10812
+ onClick: n[0] ||= (e) => t.$emit("remove"),
10813
+ type: "secondary",
10814
+ size: "sml",
10815
+ icon: "minus"
10816
+ }, {
10817
+ default: I(() => [...n[8] ||= [d(" Remove Sticker ", -1)]]),
10818
+ _: 1
10819
+ })) : s("", !0)]),
10849
10820
  _: 1
10850
10821
  })),
10851
- l("div", Jd, [r.pagePosition ? (T(), c("div", Yd, [l("div", {
10822
+ l("div", Kd, [r.positionIndicator && u.effectivePosition ? (T(), c("div", qd, [l("div", {
10852
10823
  class: "page-position-indicator",
10853
10824
  style: S(u.pagePositionIndicatorStyles)
10854
10825
  }, [
@@ -10888,11 +10859,11 @@ function of(t, n, r, i, a, u) {
10888
10859
  }, [l("div", { class: b(["sticker-content", { "read-only": r.readOnly }]) }, [(T(!0), c(e, null, O(a.localSticker.text, (e, t) => (T(), c("div", {
10889
10860
  key: t,
10890
10861
  class: "line"
10891
- }, [l("div", nf, [l("span", {
10862
+ }, [l("div", ef, [l("span", {
10892
10863
  class: "line-preview",
10893
10864
  style: S(u.getLineStyle(e)),
10894
10865
  innerHTML: u.processTextContent(e.content)
10895
- }, null, 12, rf)])]))), 128))], 2)], 4)) : (T(), c("div", {
10866
+ }, null, 12, tf)])]))), 128))], 2)], 4)) : (T(), c("div", {
10896
10867
  key: 1,
10897
10868
  class: "sticker",
10898
10869
  style: S({
@@ -10901,13 +10872,13 @@ function of(t, n, r, i, a, u) {
10901
10872
  color: u.stickerTextColor,
10902
10873
  ...u.stickerShapeStyles[a.localSticker.shape]
10903
10874
  })
10904
- }, [l("div", Xd, [(T(!0), c(e, null, O(a.localSticker.text, (e, t) => (T(), c("div", {
10875
+ }, [l("div", Jd, [(T(!0), c(e, null, O(a.localSticker.text, (e, t) => (T(), c("div", {
10905
10876
  key: t,
10906
10877
  class: b(["line editable", { focused: u.isLineFocused(t) }]),
10907
10878
  ref_for: !0,
10908
10879
  ref: `line-${t}`
10909
10880
  }, [
10910
- l("div", Zd, [f(h, {
10881
+ l("div", Yd, [f(m, {
10911
10882
  type: "secondary",
10912
10883
  size: "sml",
10913
10884
  "icon-only": "",
@@ -10921,7 +10892,7 @@ function of(t, n, r, i, a, u) {
10921
10892
  "onClick",
10922
10893
  "disabled",
10923
10894
  "tabindex"
10924
- ]), f(h, {
10895
+ ]), f(m, {
10925
10896
  type: "secondary",
10926
10897
  size: "sml",
10927
10898
  "icon-only": "",
@@ -10936,24 +10907,24 @@ function of(t, n, r, i, a, u) {
10936
10907
  "disabled",
10937
10908
  "tabindex"
10938
10909
  ])]),
10939
- l("div", Qd, [l("input", {
10910
+ l("div", Xd, [l("input", {
10940
10911
  type: "text",
10941
10912
  value: e.content,
10942
10913
  onInput: (e) => u.updateLine(t, "content", e.target.value),
10943
10914
  onFocus: (e) => u.setFocusedLine(t),
10944
- onBlur: n[4] ||= (...e) => u.clearFocusedLine && u.clearFocusedLine(...e),
10915
+ onBlur: n[1] ||= (...e) => u.clearFocusedLine && u.clearFocusedLine(...e),
10945
10916
  onKeydown: (e) => u.handleKeyboardInput(e, t),
10946
10917
  style: S(u.getLineStyle(e)),
10947
10918
  ref_for: !0,
10948
10919
  ref: (e) => {
10949
10920
  e && (a.lineInputs[t] = e);
10950
10921
  }
10951
- }, null, 44, $d), l("span", {
10922
+ }, null, 44, Zd), l("span", {
10952
10923
  class: "line-preview",
10953
10924
  style: S(u.getLineStyle(e)),
10954
10925
  innerHTML: u.processTextContent(e.content)
10955
- }, null, 12, ef)]),
10956
- l("div", tf, [f(h, {
10926
+ }, null, 12, Qd)]),
10927
+ l("div", $d, [f(m, {
10957
10928
  type: "secondary",
10958
10929
  size: "sml",
10959
10930
  "icon-only": "",
@@ -10969,148 +10940,228 @@ function of(t, n, r, i, a, u) {
10969
10940
  "tabindex"
10970
10941
  ])])
10971
10942
  ], 2))), 128))])], 4))]),
10972
- r.readOnly ? s("", !0) : (T(), o(m, {
10943
+ r.readOnly ? s("", !0) : (T(), o(h, {
10973
10944
  key: 1,
10974
10945
  gap: 8,
10975
- justify: "center",
10946
+ justify: "between",
10976
10947
  class: "ecs-exhibit-sticker-editor-controls"
10977
10948
  }, {
10978
- default: I(() => [
10979
- f(_, null, {
10980
- content: I(() => [f(g, {
10981
- modelValue: a.colorPickerValue,
10982
- "onUpdate:modelValue": n[5] ||= (e) => a.colorPickerValue = e,
10983
- swatches: a.swatches,
10984
- padding: 8,
10985
- "disable-fields": !1,
10986
- "disable-custom": !1
10987
- }, null, 8, ["modelValue", "swatches"])]),
10988
- default: I(() => [l("button", {
10989
- class: "color-button",
10990
- style: S({ backgroundColor: a.localSticker.color })
10991
- }, null, 4)]),
10992
- _: 1
10993
- }),
10994
- f(v, {
10995
- height: "16px",
10996
- type: "vertical",
10997
- width: "1px"
10998
- }),
10999
- f(h, {
11000
- type: "secondary",
11001
- icon: "list-add",
11002
- "icon-only": "",
11003
- size: "sml",
11004
- onClick: u.addLine,
11005
- disabled: a.localSticker.text.length >= 6,
11006
- title: "Add line",
11007
- "aria-label": "Add line"
11008
- }, null, 8, ["onClick", "disabled"]),
11009
- f(v, {
11010
- height: "16px",
11011
- type: "vertical",
11012
- width: "1px"
11013
- }),
11014
- f(m, { gap: 4 }, {
11015
- default: I(() => [
11016
- f(y, {
11017
- onInput: n[6] ||= (e) => u.updateFocusedLine("size", parseInt(e.target.value)),
11018
- type: "number",
11019
- min: 8,
11020
- max: 32,
11021
- size: "sml",
11022
- value: u.focusedLine ? u.focusedLine.size : 14,
11023
- disabled: a.focusedLineIndex === null,
11024
- subtle: "",
11025
- class: "font-size-input"
11026
- }, null, 8, ["value", "disabled"]),
11027
- f(h, {
11028
- type: u.focusedLine && u.focusedLine.bold ? "primary" : "secondary",
11029
- size: "sml",
11030
- icon: "format-bold",
11031
- "icon-only": "",
11032
- active: u.focusedLine && u.focusedLine.bold,
11033
- onClick: n[7] ||= (e) => u.updateFocusedLine("bold", !u.focusedLine?.bold),
11034
- disabled: a.focusedLineIndex === null,
11035
- title: "Bold",
11036
- "aria-label": "Bold"
11037
- }, null, 8, [
11038
- "type",
11039
- "active",
11040
- "disabled"
10949
+ default: I(() => [f(h, { gap: 8 }, {
10950
+ default: I(() => [
10951
+ f(_, null, {
10952
+ content: I(() => [f(g, {
10953
+ modelValue: a.colorPickerValue,
10954
+ "onUpdate:modelValue": n[2] ||= (e) => a.colorPickerValue = e,
10955
+ swatches: a.swatches,
10956
+ padding: 8,
10957
+ "disable-fields": !1,
10958
+ "disable-custom": !1
10959
+ }, null, 8, ["modelValue", "swatches"])]),
10960
+ default: I(() => [l("button", {
10961
+ class: "color-button",
10962
+ style: S({ backgroundColor: a.localSticker.color })
10963
+ }, null, 4)]),
10964
+ _: 1
10965
+ }),
10966
+ f(v, {
10967
+ height: "16px",
10968
+ type: "vertical",
10969
+ width: "1px"
10970
+ }),
10971
+ f(m, {
10972
+ type: "secondary",
10973
+ icon: "shape-rectangle",
10974
+ "icon-only": "",
10975
+ size: "sml",
10976
+ active: a.localSticker.shape === "rect" || a.localSticker.shape === "roundedRect",
10977
+ onClick: u.setRectangleShape,
10978
+ title: "Sticker shape: Rectangle",
10979
+ "aria-label": "Sticker shape: Rectangle"
10980
+ }, null, 8, ["active", "onClick"]),
10981
+ f(m, {
10982
+ type: "secondary",
10983
+ icon: "shape-square",
10984
+ "icon-only": "",
10985
+ size: "sml",
10986
+ active: a.localSticker.shape === "square" || a.localSticker.shape === "roundedSquare",
10987
+ onClick: u.setSquareShape,
10988
+ title: "Sticker shape: Square",
10989
+ "aria-label": "Sticker shape: Square"
10990
+ }, null, 8, ["active", "onClick"]),
10991
+ f(v, {
10992
+ height: "16px",
10993
+ type: "vertical",
10994
+ width: "1px"
10995
+ }),
10996
+ f(m, {
10997
+ type: "secondary",
10998
+ icon: "corner-radius",
10999
+ "icon-only": "",
11000
+ size: "sml",
11001
+ active: a.localSticker.shape === "roundedRect" || a.localSticker.shape === "roundedSquare",
11002
+ onClick: u.setRounded,
11003
+ title: "Rounded Corners",
11004
+ "aria-label": "Rounded Corners"
11005
+ }, null, 8, ["active", "onClick"]),
11006
+ f(m, {
11007
+ type: "secondary",
11008
+ icon: "corner-no-radius",
11009
+ "icon-only": "",
11010
+ size: "sml",
11011
+ active: a.localSticker.shape === "rect" || a.localSticker.shape === "square",
11012
+ onClick: u.setNoRadius,
11013
+ title: "No Rounded Corners",
11014
+ "aria-label": "No Rounded Corners"
11015
+ }, null, 8, ["active", "onClick"]),
11016
+ f(v, {
11017
+ height: "16px",
11018
+ type: "vertical",
11019
+ width: "1px"
11020
+ }),
11021
+ f(y, {
11022
+ modelValue: a.localSticker.position,
11023
+ "onUpdate:modelValue": u.updatePosition,
11024
+ size: "sml",
11025
+ type: "subtle",
11026
+ "fit-width": ""
11027
+ }, {
11028
+ default: I(() => [...n[9] ||= [
11029
+ l("option", {
11030
+ value: "",
11031
+ disabled: "",
11032
+ selected: "",
11033
+ hidden: ""
11034
+ }, "Position", -1),
11035
+ l("option", { value: "top-left" }, "Top-Left", -1),
11036
+ l("option", { value: "top-right" }, "Top-Right", -1),
11037
+ l("option", { value: "center-top" }, "Top-Center", -1),
11038
+ l("option", { value: "bottom-left" }, "Bottom-Left", -1),
11039
+ l("option", { value: "bottom-right" }, "Bottom-Right", -1),
11040
+ l("option", { value: "center-bottom" }, "Bottom-Center", -1)
11041
+ ]]),
11042
+ _: 1
11043
+ }, 8, ["modelValue", "onUpdate:modelValue"])
11044
+ ]),
11045
+ _: 1
11046
+ }), f(h, { gap: 8 }, {
11047
+ default: I(() => [
11048
+ f(m, {
11049
+ onClick: u.addLine,
11050
+ type: "secondary",
11051
+ icon: "list-add",
11052
+ "icon-only": "",
11053
+ size: "sml",
11054
+ disabled: a.localSticker.text.length >= 6,
11055
+ title: "Add line",
11056
+ "aria-label": "Add line"
11057
+ }, null, 8, ["onClick", "disabled"]),
11058
+ f(v, {
11059
+ height: "16px",
11060
+ type: "vertical",
11061
+ width: "1px"
11062
+ }),
11063
+ f(h, { gap: 4 }, {
11064
+ default: I(() => [
11065
+ f(x, {
11066
+ onInput: n[3] ||= (e) => u.updateFocusedLine("size", parseInt(e.target.value)),
11067
+ type: "number",
11068
+ min: 8,
11069
+ max: 32,
11070
+ size: "sml",
11071
+ value: u.focusedLine ? u.focusedLine.size : 14,
11072
+ disabled: a.focusedLineIndex === null,
11073
+ subtle: "",
11074
+ class: "font-size-input"
11075
+ }, null, 8, ["value", "disabled"]),
11076
+ f(m, {
11077
+ type: u.focusedLine && u.focusedLine.bold ? "primary" : "secondary",
11078
+ size: "sml",
11079
+ icon: "format-bold",
11080
+ "icon-only": "",
11081
+ active: u.focusedLine && u.focusedLine.bold,
11082
+ onClick: n[4] ||= (e) => u.updateFocusedLine("bold", !u.focusedLine?.bold),
11083
+ disabled: a.focusedLineIndex === null,
11084
+ title: "Bold",
11085
+ "aria-label": "Bold"
11086
+ }, null, 8, [
11087
+ "type",
11088
+ "active",
11089
+ "disabled"
11090
+ ]),
11091
+ f(m, {
11092
+ type: u.focusedLine && u.focusedLine.italic ? "primary" : "secondary",
11093
+ size: "sml",
11094
+ icon: "format-italic",
11095
+ "icon-only": "",
11096
+ active: u.focusedLine && u.focusedLine.italic,
11097
+ onClick: n[5] ||= (e) => u.updateFocusedLine("italic", !u.focusedLine?.italic),
11098
+ disabled: a.focusedLineIndex === null,
11099
+ title: "Italic",
11100
+ "aria-label": "Italic"
11101
+ }, null, 8, [
11102
+ "type",
11103
+ "active",
11104
+ "disabled"
11105
+ ]),
11106
+ f(m, {
11107
+ type: u.focusedLine && u.focusedLine.underline ? "primary" : "secondary",
11108
+ size: "sml",
11109
+ icon: "format-underline",
11110
+ "icon-only": "",
11111
+ active: u.focusedLine && u.focusedLine.underline,
11112
+ onClick: n[6] ||= (e) => u.updateFocusedLine("underline", !u.focusedLine?.underline),
11113
+ disabled: a.focusedLineIndex === null,
11114
+ title: "Underline",
11115
+ "aria-label": "Underline"
11116
+ }, null, 8, [
11117
+ "type",
11118
+ "active",
11119
+ "disabled"
11120
+ ])
11041
11121
  ]),
11042
- f(h, {
11043
- type: u.focusedLine && u.focusedLine.italic ? "primary" : "secondary",
11044
- size: "sml",
11045
- icon: "format-italic",
11122
+ _: 1
11123
+ }),
11124
+ r.variables.length > 0 ? (T(), o(v, {
11125
+ key: 0,
11126
+ height: "16px",
11127
+ type: "vertical",
11128
+ width: "1px"
11129
+ })) : s("", !0),
11130
+ r.variables.length > 0 ? (T(), o(_, {
11131
+ key: 1,
11132
+ disabled: a.focusedLineIndex === null
11133
+ }, {
11134
+ content: I(() => [l("div", nf, [f(E, null, {
11135
+ default: I(() => [f(C, null, {
11136
+ default: I(() => [...n[10] ||= [d("Insert Field Value", -1)]]),
11137
+ _: 1
11138
+ }), (T(!0), c(e, null, O(r.variables, (e) => (T(), o(w, {
11139
+ key: e.variable,
11140
+ help: e.value,
11141
+ onClick: (t) => u.insertVariable(e.variable)
11142
+ }, {
11143
+ default: I(() => [d(N(e.name), 1)]),
11144
+ _: 2
11145
+ }, 1032, ["help", "onClick"]))), 128))]),
11146
+ _: 1
11147
+ })])]),
11148
+ default: I(() => [f(m, {
11149
+ type: "secondary",
11150
+ icon: "variable",
11046
11151
  "icon-only": "",
11047
- active: u.focusedLine && u.focusedLine.italic,
11048
- onClick: n[8] ||= (e) => u.updateFocusedLine("italic", !u.focusedLine?.italic),
11049
- disabled: a.focusedLineIndex === null,
11050
- title: "Italic",
11051
- "aria-label": "Italic"
11052
- }, null, 8, [
11053
- "type",
11054
- "active",
11055
- "disabled"
11056
- ]),
11057
- f(h, {
11058
- type: u.focusedLine && u.focusedLine.underline ? "primary" : "secondary",
11059
11152
  size: "sml",
11060
- icon: "format-underline",
11061
- "icon-only": "",
11062
- active: u.focusedLine && u.focusedLine.underline,
11063
- onClick: n[9] ||= (e) => u.updateFocusedLine("underline", !u.focusedLine?.underline),
11064
11153
  disabled: a.focusedLineIndex === null,
11065
- title: "Underline",
11066
- "aria-label": "Underline"
11067
- }, null, 8, [
11068
- "type",
11069
- "active",
11070
- "disabled"
11071
- ])
11072
- ]),
11073
- _: 1
11074
- }),
11075
- r.variables.length > 0 ? (T(), o(v, {
11076
- key: 0,
11077
- height: "16px",
11078
- type: "vertical",
11079
- width: "1px"
11080
- })) : s("", !0),
11081
- r.variables.length > 0 ? (T(), o(_, {
11082
- key: 1,
11083
- disabled: a.focusedLineIndex === null
11084
- }, {
11085
- content: I(() => [l("div", af, [f(w, null, {
11086
- default: I(() => [f(x, null, {
11087
- default: I(() => [...n[12] ||= [d("Insert Field Value", -1)]]),
11088
- _: 1
11089
- }), (T(!0), c(e, null, O(r.variables, (e) => (T(), o(C, {
11090
- key: e.variable,
11091
- help: e.value,
11092
- onClick: (t) => u.insertVariable(e.variable)
11093
- }, {
11094
- default: I(() => [d(N(e.name), 1)]),
11095
- _: 2
11096
- }, 1032, ["help", "onClick"]))), 128))]),
11154
+ title: "Insert field value",
11155
+ "aria-label": "Insert field value"
11156
+ }, null, 8, ["disabled"])]),
11097
11157
  _: 1
11098
- })])]),
11099
- default: I(() => [f(h, {
11100
- type: "secondary",
11101
- icon: "variable",
11102
- "icon-only": "",
11103
- size: "sml",
11104
- disabled: a.focusedLineIndex === null,
11105
- title: "Insert field value",
11106
- "aria-label": "Insert field value"
11107
- }, null, 8, ["disabled"])]),
11108
- _: 1
11109
- }, 8, ["disabled"])) : s("", !0)
11110
- ]),
11158
+ }, 8, ["disabled"])) : s("", !0)
11159
+ ]),
11160
+ _: 1
11161
+ })]),
11111
11162
  _: 1
11112
11163
  })),
11113
- !r.readOnly && u.hasInvalidVariables ? (T(), o(m, {
11164
+ !r.readOnly && u.hasInvalidVariables ? (T(), o(h, {
11114
11165
  key: 2,
11115
11166
  gap: 8,
11116
11167
  justify: "center",
@@ -11120,14 +11171,14 @@ function of(t, n, r, i, a, u) {
11120
11171
  preset: "form",
11121
11172
  color: "negative"
11122
11173
  }, {
11123
- default: I(() => [...n[13] ||= [d(" Your sticker template contains an invalid variable. Please correct the value in order to save. ", -1)]]),
11174
+ default: I(() => [...n[11] ||= [d(" Your sticker template contains an invalid variable. Please correct the value in order to save. ", -1)]]),
11124
11175
  _: 1
11125
11176
  })]),
11126
11177
  _: 1
11127
11178
  })) : s("", !0)
11128
11179
  ])]);
11129
11180
  }
11130
- var sf = /* @__PURE__ */ V(Vd, [["render", of], ["__scopeId", "data-v-acfa8b96"]]), cf = {
11181
+ var af = /* @__PURE__ */ V(Ud, [["render", rf], ["__scopeId", "data-v-73a11144"]]), of = {
11131
11182
  __name: "fill-icon",
11132
11183
  props: {
11133
11184
  type: {
@@ -11175,14 +11226,14 @@ var sf = /* @__PURE__ */ V(Vd, [["render", of], ["__scopeId", "data-v-acfa8b96"]
11175
11226
  width: e.width
11176
11227
  }, null, 8, ["height", "width"]));
11177
11228
  }
11178
- }, lf = { name: "ecs-file-list" }, uf = {
11229
+ }, sf = { name: "ecs-file-list" }, cf = {
11179
11230
  class: "ecs-file-list",
11180
11231
  role: "list"
11181
11232
  };
11182
- function df(e, t, n, r, i, a) {
11183
- return T(), c("div", uf, [k(e.$slots, "default")]);
11233
+ function lf(e, t, n, r, i, a) {
11234
+ return T(), c("div", cf, [k(e.$slots, "default")]);
11184
11235
  }
11185
- var ff = /* @__PURE__ */ V(lf, [["render", df]]), pf = {
11236
+ var uf = /* @__PURE__ */ V(sf, [["render", lf]]), df = {
11186
11237
  name: "ecs-file-list-item",
11187
11238
  emits: [
11188
11239
  "click",
@@ -11302,28 +11353,28 @@ var ff = /* @__PURE__ */ V(lf, [["render", df]]), pf = {
11302
11353
  created() {
11303
11354
  this.expandId = this.generateUniqueId(), this.errorId = this.generateUniqueId(), this.warningId = this.generateUniqueId(), this.editId = this.generateUniqueId();
11304
11355
  }
11305
- }, mf = ["tabindex"], hf = {
11356
+ }, ff = ["tabindex"], pf = {
11306
11357
  key: 0,
11307
11358
  class: "ecs-file-list-inner"
11308
- }, gf = ["aria-errormessage"], _f = { class: "ecs-file-list-controls" }, vf = {
11359
+ }, mf = ["aria-errormessage"], hf = { class: "ecs-file-list-controls" }, gf = {
11309
11360
  key: 0,
11310
11361
  class: "ecs-file-list-meta"
11311
- }, yf = [
11362
+ }, _f = [
11312
11363
  "aria-controls",
11313
11364
  "aria-expanded",
11314
11365
  "aria-label",
11315
11366
  "disabled"
11316
- ], bf = ["aria-valuenow"], xf = ["id"], Sf = {
11367
+ ], vf = ["aria-valuenow"], yf = ["id"], bf = {
11317
11368
  key: 0,
11318
11369
  class: "list"
11319
- }, Cf = ["id"], wf = {
11370
+ }, xf = ["id"], Sf = {
11320
11371
  key: 0,
11321
11372
  class: "list"
11322
- }, Tf = ["id", "aria-hidden"], Ef = ["id"], Df = {
11373
+ }, Cf = ["id", "aria-hidden"], wf = ["id"], Tf = {
11323
11374
  ref: "edit",
11324
11375
  class: "ecs-file-list-entry-edit"
11325
11376
  };
11326
- function Of(t, n, i, a, u, p) {
11377
+ function Ef(t, n, i, a, u, p) {
11327
11378
  let m = A("ecs-focus-ring"), h = A("ecs-icon"), g = A("ecs-file-icon"), _ = A("ecs-sticker"), v = A("ecs-button-table");
11328
11379
  return T(), c("div", {
11329
11380
  onClick: n[9] ||= (e) => t.$emit("click", e),
@@ -11337,7 +11388,7 @@ function Of(t, n, i, a, u, p) {
11337
11388
  }, [
11338
11389
  i.hover ? (T(), o(m, { key: 0 })) : s("", !0),
11339
11390
  f(r, { name: "title" }, {
11340
- default: I(() => [i.showTitleEdit || !i.edit ? (T(), c("div", hf, [
11391
+ default: I(() => [i.showTitleEdit || !i.edit ? (T(), c("div", pf, [
11341
11392
  i.icon ? (T(), o(h, {
11342
11393
  key: 0,
11343
11394
  onClick: n[0] ||= (e) => t.$emit("title-click", e),
@@ -11369,9 +11420,9 @@ function Of(t, n, i, a, u, p) {
11369
11420
  }, [l("div", {
11370
11421
  class: "title",
11371
11422
  "aria-errormessage": i.error ? u.errorId : null
11372
- }, [k(t.$slots, "default", {}, void 0, !0)], 8, gf)], 32),
11373
- l("div", _f, [
11374
- t.$slots.meta ? (T(), c("div", vf, [k(t.$slots, "meta", {}, void 0, !0)])) : s("", !0),
11423
+ }, [k(t.$slots, "default", {}, void 0, !0)], 8, mf)], 32),
11424
+ l("div", hf, [
11425
+ t.$slots.meta ? (T(), c("div", gf, [k(t.$slots, "meta", {}, void 0, !0)])) : s("", !0),
11375
11426
  k(t.$slots, "controls", {}, void 0, !0),
11376
11427
  t.$slots.collapse ? (T(), c("button", {
11377
11428
  key: 1,
@@ -11381,7 +11432,7 @@ function Of(t, n, i, a, u, p) {
11381
11432
  "aria-expanded": u.isVisible ? "true" : "false",
11382
11433
  "aria-label": u.isVisible ? "Collapse" : "Expand",
11383
11434
  disabled: i.disableButtons
11384
- }, [f(m)], 10, yf)) : s("", !0),
11435
+ }, [f(m)], 10, _f)) : s("", !0),
11385
11436
  i.remove ? (T(), o(v, {
11386
11437
  key: 2,
11387
11438
  onClick: n[8] ||= (e) => t.$emit("remove", e),
@@ -11398,7 +11449,7 @@ function Of(t, n, i, a, u, p) {
11398
11449
  style: S({ width: i.progress + "%" }),
11399
11450
  role: "progressbar",
11400
11451
  "aria-valuenow": i.progress
11401
- }, null, 12, bf)) : s("", !0)
11452
+ }, null, 12, vf)) : s("", !0)
11402
11453
  ])) : s("", !0)]),
11403
11454
  _: 3
11404
11455
  }),
@@ -11406,29 +11457,29 @@ function Of(t, n, i, a, u, p) {
11406
11457
  key: 1,
11407
11458
  class: "error",
11408
11459
  id: u.errorId
11409
- }, [Array.isArray(i.error) ? (T(), c("ul", Sf, [(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, xf)) : s("", !0),
11460
+ }, [Array.isArray(i.error) ? (T(), c("ul", bf, [(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, yf)) : s("", !0),
11410
11461
  i.warning && typeof i.warning != "boolean" ? (T(), c("div", {
11411
11462
  key: 2,
11412
11463
  class: "warning",
11413
11464
  id: u.warningId
11414
- }, [Array.isArray(i.warning) ? (T(), c("ul", wf, [(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, Cf)) : s("", !0),
11465
+ }, [Array.isArray(i.warning) ? (T(), c("ul", Sf, [(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, xf)) : s("", !0),
11415
11466
  t.$slots.collapse ? (T(), c("div", {
11416
11467
  key: 3,
11417
11468
  class: b(u.isVisible ? "collapse-show" : "collapse-hide"),
11418
11469
  id: u.expandId,
11419
11470
  "aria-hidden": u.isVisible ? "false" : "true"
11420
- }, [k(t.$slots, "collapse", {}, void 0, !0)], 10, Tf)) : s("", !0),
11471
+ }, [k(t.$slots, "collapse", {}, void 0, !0)], 10, Cf)) : s("", !0),
11421
11472
  f(r, { name: "edit" }, {
11422
11473
  default: I(() => [t.$slots.edit && i.edit ? (T(), c("div", {
11423
11474
  key: 0,
11424
11475
  style: S({ maxHeight: u.editHeight + "px" }),
11425
11476
  id: u.editId
11426
- }, [l("div", Df, [k(t.$slots, "edit", {}, void 0, !0)], 512)], 12, Ef)) : s("", !0)]),
11477
+ }, [l("div", Tf, [k(t.$slots, "edit", {}, void 0, !0)], 512)], 12, wf)) : s("", !0)]),
11427
11478
  _: 3
11428
11479
  })
11429
- ], 10, mf);
11480
+ ], 10, ff);
11430
11481
  }
11431
- var kf = /* @__PURE__ */ V(pf, [["render", Of], ["__scopeId", "data-v-b753f1a9"]]), Af = { class: "ecs-flag" }, jf = /* @__PURE__ */ V({
11482
+ var Df = /* @__PURE__ */ V(df, [["render", Ef], ["__scopeId", "data-v-b753f1a9"]]), Of = { class: "ecs-flag" }, kf = /* @__PURE__ */ V({
11432
11483
  __name: "flag",
11433
11484
  props: { code: {
11434
11485
  type: String,
@@ -11977,12 +12028,12 @@ var kf = /* @__PURE__ */ V(pf, [["render", Of], ["__scopeId", "data-v-b753f1a9"]
11977
12028
  "../assets/icons/flags/ZM.svg": () => import("./ZM-y8QFD1Wr.js"),
11978
12029
  "../assets/icons/flags/ZW.svg": () => import("./ZW-CFbFtUNe.js")
11979
12030
  }), `../assets/icons/flags/${e.toUpperCase()}.svg`, 5)));
11980
- }), (t, i) => (T(), c("div", Af, [e.code ? (T(), o(M(P(r)), {
12031
+ }), (t, i) => (T(), c("div", Of, [e.code ? (T(), o(M(P(r)), {
11981
12032
  key: 0,
11982
12033
  alt: n.value
11983
12034
  }, null, 8, ["alt"])) : s("", !0)]));
11984
12035
  }
11985
- }, [["__scopeId", "data-v-98c0431b"]]), Mf = {
12036
+ }, [["__scopeId", "data-v-98c0431b"]]), Af = {
11986
12037
  name: "ecs-flex-col",
11987
12038
  props: {
11988
12039
  columns: { type: Number },
@@ -12022,7 +12073,7 @@ var kf = /* @__PURE__ */ V(pf, [["render", Of], ["__scopeId", "data-v-b753f1a9"]
12022
12073
  }
12023
12074
  }
12024
12075
  };
12025
- function Nf(e, t, n, r, i, a) {
12076
+ function jf(e, t, n, r, i, a) {
12026
12077
  return T(), c("div", { class: b(["ecs-flex-col", [
12027
12078
  a.columnClass,
12028
12079
  a.growClass,
@@ -12030,7 +12081,7 @@ function Nf(e, t, n, r, i, a) {
12030
12081
  a.autoMarginClass
12031
12082
  ]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2);
12032
12083
  }
12033
- var Pf = /* @__PURE__ */ V(Mf, [["render", Nf], ["__scopeId", "data-v-1d2ad846"]]), Ff = {
12084
+ var Mf = /* @__PURE__ */ V(Af, [["render", jf], ["__scopeId", "data-v-1d2ad846"]]), Nf = {
12034
12085
  name: "ecs-input-clear",
12035
12086
  emits: ["click"],
12036
12087
  components: {
@@ -12047,8 +12098,8 @@ var Pf = /* @__PURE__ */ V(Mf, [["render", Nf], ["__scopeId", "data-v-1d2ad846"]
12047
12098
  computed: { title() {
12048
12099
  return this.tooltip || "Clear";
12049
12100
  } }
12050
- }, If = ["aria-busy"], Lf = ["title"];
12051
- function Rf(e, t, n, r, i, a) {
12101
+ }, Pf = ["aria-busy"], Ff = ["title"];
12102
+ function If(e, t, n, r, i, a) {
12052
12103
  let u = A("ecs-focus-ring"), d = A("ecs-icon");
12053
12104
  return T(), c("div", {
12054
12105
  class: "ecs-input-clear",
@@ -12059,20 +12110,20 @@ function Rf(e, t, n, r, i, a) {
12059
12110
  title: a.title,
12060
12111
  class: "ecs-input-clear-button",
12061
12112
  "aria-label": "Clear"
12062
- }, [f(u, { radius: 24 })], 40, Lf), n.loading ? (T(), o(d, {
12113
+ }, [f(u, { radius: 24 })], 40, Ff), n.loading ? (T(), o(d, {
12063
12114
  key: 0,
12064
12115
  type: "loading",
12065
12116
  size: "32",
12066
12117
  spinning: "",
12067
12118
  color: "#AEB1B9"
12068
- })) : s("", !0)], 8, If);
12119
+ })) : s("", !0)], 8, Pf);
12069
12120
  }
12070
- var zf = /* @__PURE__ */ V(Ff, [["render", Rf], ["__scopeId", "data-v-65544544"]]), Bf = {
12121
+ var Lf = /* @__PURE__ */ V(Nf, [["render", If], ["__scopeId", "data-v-65544544"]]), Rf = {
12071
12122
  name: "ecs-input-search",
12072
12123
  emits: ["update:modelValue", "change"],
12073
12124
  components: {
12074
12125
  EcsIcon: H,
12075
- EcsInputClear: zf
12126
+ EcsInputClear: Lf
12076
12127
  },
12077
12128
  props: {
12078
12129
  placeholder: {
@@ -12157,14 +12208,14 @@ var zf = /* @__PURE__ */ V(Ff, [["render", Rf], ["__scopeId", "data-v-65544544"]
12157
12208
  mounted() {
12158
12209
  this.modelValue && this.setValue(this.modelValue);
12159
12210
  }
12160
- }, Vf = [
12211
+ }, zf = [
12161
12212
  "name",
12162
12213
  "disabled",
12163
12214
  "placeholder",
12164
12215
  "autocomplete",
12165
12216
  "value"
12166
12217
  ];
12167
- function Hf(e, t, n, r, i, a) {
12218
+ function Bf(e, t, n, r, i, a) {
12168
12219
  let u = A("ecs-icon"), d = A("ecs-input-clear");
12169
12220
  return T(), c("div", { class: b(["ecs-search-group", a.groupSizeClass]) }, [
12170
12221
  f(u, {
@@ -12187,7 +12238,7 @@ function Hf(e, t, n, r, i, a) {
12187
12238
  a.sizeClass,
12188
12239
  a.typeClass
12189
12240
  ]
12190
- }), null, 16, Vf),
12241
+ }), null, 16, zf),
12191
12242
  n.showClear ? (T(), o(d, {
12192
12243
  key: 0,
12193
12244
  onClick: a.clearSearch,
@@ -12195,7 +12246,7 @@ function Hf(e, t, n, r, i, a) {
12195
12246
  }, null, 8, ["onClick", "loading"])) : s("", !0)
12196
12247
  ], 2);
12197
12248
  }
12198
- var Uf = /* @__PURE__ */ V(Bf, [["render", Hf], ["__scopeId", "data-v-5f9bc8e4"]]), Wf = {
12249
+ var Vf = /* @__PURE__ */ V(Rf, [["render", Bf], ["__scopeId", "data-v-5f9bc8e4"]]), Hf = {
12199
12250
  name: "ecs-scroll-container",
12200
12251
  props: {
12201
12252
  height: {
@@ -12216,7 +12267,7 @@ var Uf = /* @__PURE__ */ V(Bf, [["render", Hf], ["__scopeId", "data-v-5f9bc8e4"]
12216
12267
  }
12217
12268
  }
12218
12269
  };
12219
- function Gf(e, t, n, r, i, a) {
12270
+ function Uf(e, t, n, r, i, a) {
12220
12271
  return T(), c("div", {
12221
12272
  class: b(["ecs-scroll-container scrollbar scrollbar-sml vertical", [n.borderless ? "" : "ecs-scroll-container-border", n.hideShadows ? "" : "ecs-scroll-container-shadows"]]),
12222
12273
  style: S({
@@ -12225,7 +12276,7 @@ function Gf(e, t, n, r, i, a) {
12225
12276
  })
12226
12277
  }, [k(e.$slots, "default", {}, void 0, !0)], 6);
12227
12278
  }
12228
- var Kf = /* @__PURE__ */ V(Wf, [["render", Gf], ["__scopeId", "data-v-d87a8075"]]), qf = {
12279
+ var Wf = /* @__PURE__ */ V(Hf, [["render", Uf], ["__scopeId", "data-v-d87a8075"]]), Gf = {
12229
12280
  name: "ecs-folder-selector",
12230
12281
  emits: [
12231
12282
  "search",
@@ -12233,8 +12284,8 @@ var Kf = /* @__PURE__ */ V(Wf, [["render", Gf], ["__scopeId", "data-v-d87a8075"]
12233
12284
  "refresh"
12234
12285
  ],
12235
12286
  components: {
12236
- EcsInputSearch: Uf,
12237
- EcsScrollContainer: Kf,
12287
+ EcsInputSearch: Vf,
12288
+ EcsScrollContainer: Wf,
12238
12289
  EcsButton: Y,
12239
12290
  EcsEmptyState: Uu,
12240
12291
  EcsTextV2: xr
@@ -12307,19 +12358,19 @@ var Kf = /* @__PURE__ */ V(Wf, [["render", Gf], ["__scopeId", "data-v-d87a8075"]
12307
12358
  this.$emit("add");
12308
12359
  }
12309
12360
  }
12310
- }, Jf = {
12361
+ }, Kf = {
12311
12362
  key: 0,
12312
12363
  class: "ecs-folder-selector-header"
12313
- }, Yf = {
12364
+ }, qf = {
12314
12365
  key: 2,
12315
12366
  class: "empty-list"
12316
12367
  };
12317
- function Xf(e, t, n, r, i, a) {
12368
+ function Jf(e, t, n, r, i, a) {
12318
12369
  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");
12319
12370
  return T(), c("div", {
12320
12371
  class: b(["ecs-folder-selector", [n.framed ? "ecs-folder-selector-border" : ""]]),
12321
12372
  style: S({ height: a.selectorHeight })
12322
- }, [n.searchable || n.create || n.refreshable || n.title ? (T(), c("div", Jf, [
12373
+ }, [n.searchable || n.create || n.refreshable || n.title ? (T(), c("div", Kf, [
12323
12374
  n.title && !n.searchable ? (T(), o(l, {
12324
12375
  key: 0,
12325
12376
  preset: "headline-5",
@@ -12369,11 +12420,11 @@ function Xf(e, t, n, r, i, a) {
12369
12420
  default: I(() => [n.loading ? (T(), o(m, {
12370
12421
  key: 0,
12371
12422
  type: "loading"
12372
- })) : e.$slots.default ? k(e.$slots, "default", { key: 1 }, void 0, !0) : (T(), c("div", Yf, N(n.emptyMessage), 1))]),
12423
+ })) : e.$slots.default ? k(e.$slots, "default", { key: 1 }, void 0, !0) : (T(), c("div", qf, N(n.emptyMessage), 1))]),
12373
12424
  _: 3
12374
12425
  }, 8, ["style", "padding"])], 6);
12375
12426
  }
12376
- var Zf = /* @__PURE__ */ V(qf, [["render", Xf], ["__scopeId", "data-v-e8fd70d2"]]), Qf = {
12427
+ var Yf = /* @__PURE__ */ V(Gf, [["render", Jf], ["__scopeId", "data-v-e8fd70d2"]]), Xf = {
12377
12428
  name: "ecs-form-group",
12378
12429
  components: { EcsTextV2: xr },
12379
12430
  props: {
@@ -12403,7 +12454,7 @@ var Zf = /* @__PURE__ */ V(qf, [["render", Xf], ["__scopeId", "data-v-e8fd70d2"]
12403
12454
  }
12404
12455
  }
12405
12456
  };
12406
- function $f(e, t, n, r, i, a) {
12457
+ function Zf(e, t, n, r, i, a) {
12407
12458
  let l = A("ecs-text-v2");
12408
12459
  return T(), c("div", { class: b(["ecs-form-group", {
12409
12460
  error: n.error,
@@ -12435,14 +12486,14 @@ function $f(e, t, n, r, i, a) {
12435
12486
  }, null, 8, ["innerHTML"])) : s("", !0)
12436
12487
  ], 2);
12437
12488
  }
12438
- var ep = /* @__PURE__ */ V(Qf, [["render", $f], ["__scopeId", "data-v-b5eb6ae4"]]), tp = {}, np = { class: "ecs-form-headline" }, rp = { class: "ecs-form-headline-main" }, ip = {
12489
+ var Qf = /* @__PURE__ */ V(Xf, [["render", Zf], ["__scopeId", "data-v-b5eb6ae4"]]), $f = {}, ep = { class: "ecs-form-headline" }, tp = { class: "ecs-form-headline-main" }, np = {
12439
12490
  key: 0,
12440
12491
  class: "ecs-form-headline-controls"
12441
12492
  };
12442
- function ap(e, t) {
12443
- return T(), c("div", np, [l("h2", rp, [k(e.$slots, "default", {}, void 0, !0)]), e.$slots.controls ? (T(), c("div", ip, [k(e.$slots, "controls", {}, void 0, !0)])) : s("", !0)]);
12493
+ function rp(e, t) {
12494
+ return T(), c("div", ep, [l("h2", tp, [k(e.$slots, "default", {}, void 0, !0)]), e.$slots.controls ? (T(), c("div", np, [k(e.$slots, "controls", {}, void 0, !0)])) : s("", !0)]);
12444
12495
  }
12445
- var op = /* @__PURE__ */ V(tp, [["render", ap], ["__scopeId", "data-v-16833f69"]]), sp = {
12496
+ var ip = /* @__PURE__ */ V($f, [["render", rp], ["__scopeId", "data-v-16833f69"]]), ap = {
12446
12497
  name: "ecs-form-set",
12447
12498
  components: { EcsButtonMore: Va },
12448
12499
  props: {
@@ -12475,22 +12526,22 @@ var op = /* @__PURE__ */ V(tp, [["render", ap], ["__scopeId", "data-v-16833f69"]
12475
12526
  this.isTransitioning = !1;
12476
12527
  }, 200);
12477
12528
  } }
12478
- }, cp = ["aria-invalid"], lp = { class: "ecs-form-set-title" }, up = { class: "ecs-form-set-content" }, dp = { class: "ecs-form-set-content-inner" }, fp = { class: "ecs-form-set-expand-content-inner" };
12479
- function pp(t, n, r, i, a, o) {
12529
+ }, op = ["aria-invalid"], sp = { class: "ecs-form-set-title" }, cp = { class: "ecs-form-set-content" }, lp = { class: "ecs-form-set-content-inner" }, up = { class: "ecs-form-set-expand-content-inner" };
12530
+ function dp(t, n, r, i, a, o) {
12480
12531
  let u = A("ecs-button-more");
12481
12532
  return T(), c("fieldset", {
12482
12533
  class: b(["ecs-form-set", [r.type, r.error ? "error" : ""]]),
12483
12534
  "aria-invalid": r.error || null
12484
- }, [l("legend", lp, N(r.title), 1), l("div", up, [l("div", dp, [k(t.$slots, "default", {}, void 0, !0)]), t.$slots.expand ? (T(), c(e, { key: 0 }, [f(u, {
12535
+ }, [l("legend", sp, N(r.title), 1), l("div", cp, [l("div", lp, [k(t.$slots, "default", {}, void 0, !0)]), t.$slots.expand ? (T(), c(e, { key: 0 }, [f(u, {
12485
12536
  type: "expand",
12486
12537
  active: a.expanded,
12487
12538
  onClick: o.toggleExpand
12488
12539
  }, {
12489
12540
  default: I(() => [d(N(r.expandButtonText), 1)]),
12490
12541
  _: 1
12491
- }, 8, ["active", "onClick"]), l("div", { class: b(["ecs-form-set-expand-content", [a.expanded ? "collapse-show" : "collapse-hide", a.isTransitioning ? "collapse-transitioning" : ""]]) }, [l("div", fp, [k(t.$slots, "expand", {}, void 0, !0)])], 2)], 64)) : s("", !0)])], 10, cp);
12542
+ }, 8, ["active", "onClick"]), l("div", { class: b(["ecs-form-set-expand-content", [a.expanded ? "collapse-show" : "collapse-hide", a.isTransitioning ? "collapse-transitioning" : ""]]) }, [l("div", up, [k(t.$slots, "expand", {}, void 0, !0)])], 2)], 64)) : s("", !0)])], 10, op);
12492
12543
  }
12493
- var mp = /* @__PURE__ */ V(sp, [["render", pp], ["__scopeId", "data-v-1085541e"]]), hp = {
12544
+ var fp = /* @__PURE__ */ V(ap, [["render", dp], ["__scopeId", "data-v-1085541e"]]), pp = {
12494
12545
  name: "ecs-highlight",
12495
12546
  props: {
12496
12547
  show: {
@@ -12543,7 +12594,7 @@ var mp = /* @__PURE__ */ V(sp, [["render", pp], ["__scopeId", "data-v-1085541e"]
12543
12594
  }
12544
12595
  }
12545
12596
  };
12546
- function gp(e, t, n, i, a, l) {
12597
+ function mp(e, t, n, i, a, l) {
12547
12598
  return T(), o(r, {
12548
12599
  name: "fade",
12549
12600
  appear: ""
@@ -12560,7 +12611,7 @@ function gp(e, t, n, i, a, l) {
12560
12611
  _: 3
12561
12612
  });
12562
12613
  }
12563
- var _p = /* @__PURE__ */ V(hp, [["render", gp], ["__scopeId", "data-v-ad0ca7b9"]]), vp = {
12614
+ var hp = /* @__PURE__ */ V(pp, [["render", mp], ["__scopeId", "data-v-ad0ca7b9"]]), gp = {
12564
12615
  name: "EcsIllustration",
12565
12616
  props: {
12566
12617
  type: {
@@ -12608,7 +12659,7 @@ var _p = /* @__PURE__ */ V(hp, [["render", gp], ["__scopeId", "data-v-ad0ca7b9"]
12608
12659
  }), `../assets/images/select-tile/${e}.svg`, 5)));
12609
12660
  } }
12610
12661
  };
12611
- function yp(e, t, n, r, i, a) {
12662
+ function _p(e, t, n, r, i, a) {
12612
12663
  return T(), o(M(i.illustrationComponent), {
12613
12664
  class: "ecs-illustration",
12614
12665
  width: n.size,
@@ -12621,7 +12672,7 @@ function yp(e, t, n, r, i, a) {
12621
12672
  "data-test-illustration-type"
12622
12673
  ]);
12623
12674
  }
12624
- var bp = /* @__PURE__ */ V(vp, [["render", yp], ["__scopeId", "data-v-ff7cc16f"]]), xp = {
12675
+ var vp = /* @__PURE__ */ V(gp, [["render", _p], ["__scopeId", "data-v-ff7cc16f"]]), yp = {
12625
12676
  name: "ecs-index-toolbar",
12626
12677
  components: { EcsFlexRow: G },
12627
12678
  props: { showActionbar: {
@@ -12632,30 +12683,30 @@ var bp = /* @__PURE__ */ V(vp, [["render", yp], ["__scopeId", "data-v-ff7cc16f"]
12632
12683
  data() {
12633
12684
  return {};
12634
12685
  }
12635
- }, Sp = { class: "ecs-toolbar" }, Cp = { class: "ecs-toolbar-search" }, wp = {
12686
+ }, bp = { class: "ecs-toolbar" }, xp = { class: "ecs-toolbar-search" }, Sp = {
12636
12687
  key: 0,
12637
12688
  class: "ecs-toolbar-controls"
12638
- }, Tp = {
12689
+ }, Cp = {
12639
12690
  key: 0,
12640
12691
  class: "ecs-toolbar-controls-secondary"
12641
- }, Ep = {
12692
+ }, wp = {
12642
12693
  key: 1,
12643
12694
  class: "ecs-toolbar-controls-primary"
12644
- }, Dp = {
12695
+ }, Tp = {
12645
12696
  key: 0,
12646
12697
  class: "ecs-toolbar-action-bar"
12647
12698
  };
12648
- function Op(e, t, n, r, i, a) {
12699
+ function Ep(e, t, n, r, i, a) {
12649
12700
  let o = A("ecs-flex-row");
12650
- return T(), c("div", Sp, [f(o, {
12701
+ return T(), c("div", bp, [f(o, {
12651
12702
  gap: 24,
12652
12703
  class: "ecs-toolbar-content"
12653
12704
  }, {
12654
- default: I(() => [l("div", Cp, [k(e.$slots, "search", {}, void 0, !0)]), e.$slots.secondary || e.$slots.primary ? (T(), c("div", wp, [e.$slots.secondary ? (T(), c("div", Tp, [k(e.$slots, "secondary", {}, void 0, !0)])) : s("", !0), e.$slots.primary ? (T(), c("div", Ep, [k(e.$slots, "primary", {}, void 0, !0)])) : s("", !0)])) : s("", !0)]),
12705
+ default: I(() => [l("div", xp, [k(e.$slots, "search", {}, void 0, !0)]), e.$slots.secondary || e.$slots.primary ? (T(), c("div", Sp, [e.$slots.secondary ? (T(), c("div", Cp, [k(e.$slots, "secondary", {}, void 0, !0)])) : s("", !0), e.$slots.primary ? (T(), c("div", wp, [k(e.$slots, "primary", {}, void 0, !0)])) : s("", !0)])) : s("", !0)]),
12655
12706
  _: 3
12656
- }), e.$slots.actionbar && n.showActionbar ? (T(), c("div", Dp, [k(e.$slots, "actionbar", {}, void 0, !0)])) : s("", !0)]);
12707
+ }), e.$slots.actionbar && n.showActionbar ? (T(), c("div", Tp, [k(e.$slots, "actionbar", {}, void 0, !0)])) : s("", !0)]);
12657
12708
  }
12658
- var kp = /* @__PURE__ */ V(xp, [["render", Op], ["__scopeId", "data-v-9021ef06"]]), Ap = {
12709
+ var Dp = /* @__PURE__ */ V(yp, [["render", Ep], ["__scopeId", "data-v-9021ef06"]]), Op = {
12659
12710
  name: "ecs-index-list-item",
12660
12711
  emits: ["click", "toggled"],
12661
12712
  mixins: [J],
@@ -12712,13 +12763,13 @@ var kp = /* @__PURE__ */ V(xp, [["render", Op], ["__scopeId", "data-v-9021ef06"]
12712
12763
  watch: { expanded(e) {
12713
12764
  this.isExpanded = e;
12714
12765
  } }
12715
- }, jp = [
12766
+ }, kp = [
12716
12767
  "aria-expanded",
12717
12768
  "aria-controls",
12718
12769
  "aria-disabled",
12719
12770
  "tabindex"
12720
- ], Mp = { class: "ecs-index-list-item-content" }, Np = { class: "ecs-index-list-item-actions" }, Pp = ["id", "aria-labelledby"];
12721
- function Fp(e, t, n, r, i, a) {
12771
+ ], Ap = { class: "ecs-index-list-item-content" }, jp = { class: "ecs-index-list-item-actions" }, Mp = ["id", "aria-labelledby"];
12772
+ function Np(e, t, n, r, i, a) {
12722
12773
  let o = A("ecs-focus-ring");
12723
12774
  return T(), c("div", {
12724
12775
  onClick: t[1] ||= (t) => e.$emit("click", t),
@@ -12737,9 +12788,9 @@ function Fp(e, t, n, r, i, a) {
12737
12788
  "aria-disabled": e.$slots.expand ? n.disabled : void 0,
12738
12789
  tabindex: e.$slots.expand && !n.disabled ? 0 : void 0,
12739
12790
  class: "ecs-index-list-item-expand-button"
12740
- }, [f(o)], 8, jp)) : s("", !0),
12741
- l("div", Mp, [k(e.$slots, "default", {}, void 0, !0)]),
12742
- l("div", Np, [k(e.$slots, "actions", {}, void 0, !0)]),
12791
+ }, [f(o)], 8, kp)) : s("", !0),
12792
+ l("div", Ap, [k(e.$slots, "default", {}, void 0, !0)]),
12793
+ l("div", jp, [k(e.$slots, "actions", {}, void 0, !0)]),
12743
12794
  a.showProgress ? (T(), c("div", {
12744
12795
  key: 1,
12745
12796
  class: "progress",
@@ -12755,9 +12806,9 @@ function Fp(e, t, n, r, i, a) {
12755
12806
  id: `${a.itemId}-content`,
12756
12807
  role: "region",
12757
12808
  "aria-labelledby": a.itemId
12758
- }, [k(e.$slots, "expand", {}, void 0, !0)], 10, Pp)) : s("", !0)], 2);
12809
+ }, [k(e.$slots, "expand", {}, void 0, !0)], 10, Mp)) : s("", !0)], 2);
12759
12810
  }
12760
- var Ip = /* @__PURE__ */ V(Ap, [["render", Fp], ["__scopeId", "data-v-3fb03d5e"]]), Lp = {
12811
+ var Pp = /* @__PURE__ */ V(Op, [["render", Np], ["__scopeId", "data-v-3fb03d5e"]]), Fp = {
12761
12812
  name: "ecs-info-tooltip",
12762
12813
  emits: ["click"],
12763
12814
  components: { EcsIcon: H },
@@ -12783,7 +12834,7 @@ var Ip = /* @__PURE__ */ V(Ap, [["render", Fp], ["__scopeId", "data-v-3fb03d5e"]
12783
12834
  this.$emit("click", e);
12784
12835
  } }
12785
12836
  };
12786
- function Rp(e, t, n, r, i, a) {
12837
+ function Ip(e, t, n, r, i, a) {
12787
12838
  let o = A("ecs-icon");
12788
12839
  return T(), c("i", {
12789
12840
  class: b(["ecs-info-tooltip", { "hover-color": a.shouldShowHover }]),
@@ -12794,7 +12845,7 @@ function Rp(e, t, n, r, i, a) {
12794
12845
  size: "20"
12795
12846
  }, null, 8, ["type"])], 6);
12796
12847
  }
12797
- var zp = /* @__PURE__ */ V(Lp, [["render", Rp], ["__scopeId", "data-v-f66945cb"]]), Bp = {
12848
+ var Lp = /* @__PURE__ */ V(Fp, [["render", Ip], ["__scopeId", "data-v-f66945cb"]]), Rp = {
12798
12849
  name: "ecs-input-group-addon",
12799
12850
  components: { EcsIcon: H },
12800
12851
  props: {
@@ -12808,7 +12859,7 @@ var zp = /* @__PURE__ */ V(Lp, [["render", Rp], ["__scopeId", "data-v-f66945cb"]
12808
12859
  return this.icon && this.icon !== "" ? "has-icon" : this.icon;
12809
12860
  } }
12810
12861
  };
12811
- function Vp(e, t, n, r, i, a) {
12862
+ function zp(e, t, n, r, i, a) {
12812
12863
  let l = A("ecs-icon");
12813
12864
  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, {
12814
12865
  key: 0,
@@ -12817,11 +12868,11 @@ function Vp(e, t, n, r, i, a) {
12817
12868
  color: "var(--color-gray-8)"
12818
12869
  }, null, 8, ["type"])) : s("", !0)], 2);
12819
12870
  }
12820
- var Hp = /* @__PURE__ */ V(Bp, [["render", Vp]]), Up = { name: "ecs-input-connector" }, Wp = { class: "ecs-input-group-addon connector" };
12821
- function Gp(e, t, n, r, i, a) {
12822
- return T(), c("span", Wp);
12871
+ var Bp = /* @__PURE__ */ V(Rp, [["render", zp]]), Vp = { name: "ecs-input-connector" }, Hp = { class: "ecs-input-group-addon connector" };
12872
+ function Up(e, t, n, r, i, a) {
12873
+ return T(), c("span", Hp);
12823
12874
  }
12824
- var Kp = /* @__PURE__ */ V(Up, [["render", Gp]]), qp = {
12875
+ var Wp = /* @__PURE__ */ V(Vp, [["render", Up]]), Gp = {
12825
12876
  name: "ecs-input-float",
12826
12877
  emits: ["input"],
12827
12878
  mixins: [J],
@@ -12887,7 +12938,7 @@ var Kp = /* @__PURE__ */ V(Up, [["render", Gp]]), qp = {
12887
12938
  created() {
12888
12939
  this.uniqueId = this.generateUniqueId();
12889
12940
  }
12890
- }, Jp = { class: "form-group has-float-label" }, Yp = [
12941
+ }, Kp = { class: "form-group has-float-label" }, qp = [
12891
12942
  "id",
12892
12943
  "type",
12893
12944
  "name",
@@ -12897,9 +12948,9 @@ var Kp = /* @__PURE__ */ V(Up, [["render", Gp]]), qp = {
12897
12948
  "placeholder",
12898
12949
  "autocomplete",
12899
12950
  "value"
12900
- ], Xp = ["for"];
12901
- function Zp(e, t, n, r, i, a) {
12902
- return T(), c("div", Jp, [l("input", v({
12951
+ ], Jp = ["for"];
12952
+ function Yp(e, t, n, r, i, a) {
12953
+ return T(), c("div", Kp, [l("input", v({
12903
12954
  class: ["form-control", [a.sizeClass, n.subtle ? "form-control-subtle" : null]],
12904
12955
  id: i.uniqueId,
12905
12956
  type: n.type,
@@ -12911,16 +12962,16 @@ function Zp(e, t, n, r, i, a) {
12911
12962
  autocomplete: n.autocomplete,
12912
12963
  value: n.value,
12913
12964
  onInput: t[0] ||= (...e) => a.changeValue && a.changeValue(...e)
12914
- }, e.$attrs), null, 16, Yp), l("label", { for: i.uniqueId }, N(n.label), 9, Xp)]);
12965
+ }, e.$attrs), null, 16, qp), l("label", { for: i.uniqueId }, N(n.label), 9, Jp)]);
12915
12966
  }
12916
- var Qp = /* @__PURE__ */ V(qp, [["render", Zp], ["__scopeId", "data-v-dfa713b3"]]), $p = { props: { singleInput: {
12967
+ var Xp = /* @__PURE__ */ V(Gp, [["render", Yp], ["__scopeId", "data-v-dfa713b3"]]), Zp = { props: { singleInput: {
12917
12968
  type: Boolean,
12918
12969
  default: !1
12919
12970
  } } };
12920
- function em(e, t, n, r, i, a) {
12971
+ function Qp(e, t, n, r, i, a) {
12921
12972
  return T(), c("div", { class: b(["ecs-input-group", n.singleInput ? "ecs-input-group-single" : ""]) }, [k(e.$slots, "default")], 2);
12922
12973
  }
12923
- var tm = /* @__PURE__ */ V($p, [["render", em]]), nm = {
12974
+ var $p = /* @__PURE__ */ V(Zp, [["render", Qp]]), em = {
12924
12975
  name: "ecs-inplace",
12925
12976
  emits: ["update:index"],
12926
12977
  data() {
@@ -12976,9 +13027,9 @@ var tm = /* @__PURE__ */ V($p, [["render", em]]), nm = {
12976
13027
  t && (this.slotHeights[this.currentSlot] = t.scrollHeight, e.style.height = `${this.slotHeights[this.currentSlot]}px`);
12977
13028
  }
12978
13029
  }
12979
- }, rm = { class: "ecs-inplace" }, im = ["data-slot"];
12980
- function am(e, t, n, r, a, o) {
12981
- return T(), c("div", rm, [f(i, {
13030
+ }, tm = { class: "ecs-inplace" }, nm = ["data-slot"];
13031
+ function rm(e, t, n, r, a, o) {
13032
+ return T(), c("div", tm, [f(i, {
12982
13033
  name: "slide",
12983
13034
  tag: "div",
12984
13035
  class: "inplace-container",
@@ -12988,11 +13039,11 @@ function am(e, t, n, r, a, o) {
12988
13039
  key: a.currentIndex,
12989
13040
  class: "inplace-item",
12990
13041
  "data-slot": o.currentSlot
12991
- }, [k(e.$slots, o.currentSlot)], 8, im)) : s("", !0)]),
13042
+ }, [k(e.$slots, o.currentSlot)], 8, nm)) : s("", !0)]),
12992
13043
  _: 3
12993
13044
  }, 8, ["onEnter"])]);
12994
13045
  }
12995
- var om = /* @__PURE__ */ V(nm, [["render", am]]), sm = {
13046
+ var im = /* @__PURE__ */ V(em, [["render", rm]]), am = {
12996
13047
  name: "ecs-jumper-document",
12997
13048
  emits: [
12998
13049
  "goToPrev",
@@ -13054,11 +13105,11 @@ var om = /* @__PURE__ */ V(nm, [["render", am]]), sm = {
13054
13105
  methods: { indexPosKeyPressed(e) {
13055
13106
  this.$emit("indexPosKeyPressed", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
13056
13107
  } }
13057
- }, cm = {
13108
+ }, om = {
13058
13109
  key: 0,
13059
13110
  class: "ecs-viewer-toolbar-jumper-inputs"
13060
- }, lm = ["contenteditable", "disabled"];
13061
- function um(e, t, n, r, i, a) {
13111
+ }, sm = ["contenteditable", "disabled"];
13112
+ function cm(e, t, n, r, i, a) {
13062
13113
  let u = A("ecs-button-toolbar"), p = A("ecs-button-toolbar-group");
13063
13114
  return T(), o(p, { class: "ecs-viewer-toolbar-jumper" }, {
13064
13115
  default: I(() => [
@@ -13074,7 +13125,7 @@ function um(e, t, n, r, i, a) {
13074
13125
  "title",
13075
13126
  "aria-label"
13076
13127
  ]),
13077
- n.showCount ? (T(), c("div", cm, [
13128
+ n.showCount ? (T(), c("div", om, [
13078
13129
  l("div", {
13079
13130
  onClick: t[1] ||= (t) => e.$emit("selectCurEntryText"),
13080
13131
  onKeydown: t[2] ||= (...e) => a.indexPosKeyPressed && a.indexPosKeyPressed(...e),
@@ -13083,7 +13134,7 @@ function um(e, t, n, r, i, a) {
13083
13134
  class: b(["ecs-viewer-toolbar-jumper-input", { disabled: n.disabled }]),
13084
13135
  disabled: n.navigating || n.disabled,
13085
13136
  id: "currEntry"
13086
- }, N(n.currentEntry), 43, lm),
13137
+ }, N(n.currentEntry), 43, sm),
13087
13138
  t[5] ||= d(" /\xA0 ", -1),
13088
13139
  l("div", null, N(n.totalEntries), 1)
13089
13140
  ])) : s("", !0),
@@ -13103,7 +13154,7 @@ function um(e, t, n, r, i, a) {
13103
13154
  _: 1
13104
13155
  });
13105
13156
  }
13106
- var dm = /* @__PURE__ */ V(sm, [["render", um], ["__scopeId", "data-v-f854b4ab"]]), fm = {
13157
+ var lm = /* @__PURE__ */ V(am, [["render", cm], ["__scopeId", "data-v-f854b4ab"]]), um = {
13107
13158
  name: "ecs-jumper-index",
13108
13159
  emits: [
13109
13160
  "nextSearchResult",
@@ -13174,14 +13225,14 @@ var dm = /* @__PURE__ */ V(sm, [["render", um], ["__scopeId", "data-v-f854b4ab"]
13174
13225
  this.$emit("setSearchResultCount", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
13175
13226
  }
13176
13227
  }
13177
- }, pm = {
13228
+ }, dm = {
13178
13229
  key: 0,
13179
13230
  class: "ecs-jumper-count"
13180
- }, mm = { class: "ecs-jumper-count-current" }, hm = { class: "ecs-jumper-count-total" }, gm = {
13231
+ }, fm = { class: "ecs-jumper-count-current" }, pm = { class: "ecs-jumper-count-total" }, mm = {
13181
13232
  key: 1,
13182
13233
  class: "ecs-jumper-count-inputs"
13183
13234
  };
13184
- function _m(e, t, n, r, i, a) {
13235
+ function hm(e, t, n, r, i, a) {
13185
13236
  let u = A("ecs-button-toolbar"), p = A("ecs-button-toolbar-group");
13186
13237
  return T(), o(p, { class: "ecs-jumper" }, {
13187
13238
  default: I(() => [
@@ -13197,8 +13248,8 @@ function _m(e, t, n, r, i, a) {
13197
13248
  "title",
13198
13249
  "aria-label"
13199
13250
  ]),
13200
- n.showCount && !n.inputPagination ? (T(), c("div", pm, [l("span", mm, N(a.currentPosition), 1), l("span", hm, "/" + N(n.maxCount), 1)])) : s("", !0),
13201
- n.inputPagination ? (T(), c("div", gm, [
13251
+ n.showCount && !n.inputPagination ? (T(), c("div", dm, [l("span", fm, N(a.currentPosition), 1), l("span", pm, "/" + N(n.maxCount), 1)])) : s("", !0),
13252
+ n.inputPagination ? (T(), c("div", mm, [
13202
13253
  l("div", {
13203
13254
  onClick: t[0] ||= (...e) => a.selectSearchResultCount && a.selectSearchResultCount(...e),
13204
13255
  onKeydown: t[1] ||= (...e) => a.setSearchResultCount && a.setSearchResultCount(...e),
@@ -13224,7 +13275,7 @@ function _m(e, t, n, r, i, a) {
13224
13275
  _: 1
13225
13276
  });
13226
13277
  }
13227
- var vm = /* @__PURE__ */ V(fm, [["render", _m], ["__scopeId", "data-v-d7f79667"]]), ym = {
13278
+ var gm = /* @__PURE__ */ V(um, [["render", hm], ["__scopeId", "data-v-d7f79667"]]), _m = {
13228
13279
  name: "ecs-jumper-page",
13229
13280
  emits: [
13230
13281
  "selectCurPageText",
@@ -13275,16 +13326,16 @@ var vm = /* @__PURE__ */ V(fm, [["render", _m], ["__scopeId", "data-v-d7f79667"]
13275
13326
  methods: { pageKeyPressed(e, t) {
13276
13327
  this.$emit("currentPageKeyPressed", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
13277
13328
  } }
13278
- }, bm = { class: "ecs-viewer-pages" }, xm = { class: "ecs-viewer-pages-inner" }, Sm = { class: "ecs-viewer-pages-pagination" }, Cm = ["contenteditable"], wm = { class: "total-pages" }, Tm = {
13329
+ }, vm = { class: "ecs-viewer-pages" }, ym = { class: "ecs-viewer-pages-inner" }, bm = { class: "ecs-viewer-pages-pagination" }, xm = ["contenteditable"], Sm = { class: "total-pages" }, Cm = {
13279
13330
  key: 0,
13280
13331
  class: "page-missing-gaps",
13281
13332
  title: "This transcript has missing page gaps"
13282
- }, Em = { class: "ecs-viewer-pages-pagination" }, Dm = { class: "total-pages-relative" }, Om = { class: "total-pages-relative" }, km = {
13333
+ }, wm = { class: "ecs-viewer-pages-pagination" }, Tm = { class: "total-pages-relative" }, Em = { class: "total-pages-relative" }, Dm = {
13283
13334
  key: 1,
13284
13335
  class: "ecs-viewer-pages-pagination"
13285
- }, Am = ["innerHTML"], jm = { class: "total-pages" };
13286
- function Mm(t, n, r, i, a, o) {
13287
- return T(), c("div", bm, [l("div", xm, [o.showAltPageNumbers ? (T(), c(e, { key: 0 }, [l("div", Sm, [
13336
+ }, Om = ["innerHTML"], km = { class: "total-pages" };
13337
+ function Am(t, n, r, i, a, o) {
13338
+ return T(), c("div", vm, [l("div", ym, [o.showAltPageNumbers ? (T(), c(e, { key: 0 }, [l("div", bm, [
13288
13339
  l("div", {
13289
13340
  onClick: n[0] ||= (e) => t.$emit("selectCurPageText"),
13290
13341
  onKeydown: n[1] ||= (e) => o.pageKeyPressed(e, "relative"),
@@ -13292,10 +13343,10 @@ function Mm(t, n, r, i, a, o) {
13292
13343
  contenteditable: !r.disabled,
13293
13344
  class: b(["current-page", { disabled: r.disabled }]),
13294
13345
  id: "currPage"
13295
- }, N(r.currentPage), 43, Cm),
13296
- l("div", wm, "of " + N(r.lastPage), 1),
13297
- r.isTranscriptMissingPages ? (T(), c("span", Tm, "*")) : s("", !0)
13298
- ]), l("div", Em, [l("div", Dm, N(o.altPageNumber) + "\xA0", 1), l("div", Om, "of " + N(r.pageCount), 1)])], 64)) : (T(), c("div", km, [l("div", {
13346
+ }, N(r.currentPage), 43, xm),
13347
+ l("div", Sm, "of " + N(r.lastPage), 1),
13348
+ r.isTranscriptMissingPages ? (T(), c("span", Cm, "*")) : s("", !0)
13349
+ ]), l("div", wm, [l("div", Tm, N(o.altPageNumber) + "\xA0", 1), l("div", Em, "of " + N(r.pageCount), 1)])], 64)) : (T(), c("div", Dm, [l("div", {
13299
13350
  innerHTML: r.currentPage,
13300
13351
  onClick: n[3] ||= (e) => t.$emit("selectCurPageText"),
13301
13352
  onKeydown: n[4] ||= (e) => o.pageKeyPressed(e),
@@ -13303,9 +13354,9 @@ function Mm(t, n, r, i, a, o) {
13303
13354
  contenteditable: !0,
13304
13355
  class: "current-page",
13305
13356
  id: "currPage"
13306
- }, null, 40, Am), l("div", jm, "of " + N(r.pageCount), 1)]))])]);
13357
+ }, null, 40, Om), l("div", km, "of " + N(r.pageCount), 1)]))])]);
13307
13358
  }
13308
- var Nm = /* @__PURE__ */ V(ym, [["render", Mm], ["__scopeId", "data-v-5c8f8c17"]]), Pm = {
13359
+ var jm = /* @__PURE__ */ V(_m, [["render", Am], ["__scopeId", "data-v-5c8f8c17"]]), Mm = {
13309
13360
  name: "ecs-pane",
13310
13361
  inject: [
13311
13362
  "requestUpdate",
@@ -13369,14 +13420,14 @@ var Nm = /* @__PURE__ */ V(ym, [["render", Mm], ["__scopeId", "data-v-5c8f8c17"]
13369
13420
  }
13370
13421
  }
13371
13422
  };
13372
- function Fm(e, t, n, r, i, a) {
13423
+ function Nm(e, t, n, r, i, a) {
13373
13424
  return T(), c("div", {
13374
13425
  class: "ecs-pane",
13375
13426
  onClick: t[0] ||= (t) => a.onPaneClick(t, e._.uid),
13376
13427
  style: S(e.style)
13377
13428
  }, [k(e.$slots, "default")], 4);
13378
13429
  }
13379
- var Im = /* @__PURE__ */ V(Pm, [["render", Fm]]), Lm = {
13430
+ var Pm = /* @__PURE__ */ V(Mm, [["render", Nm]]), Fm = {
13380
13431
  name: "ecs-splitpanes",
13381
13432
  emits: [
13382
13433
  "ready",
@@ -13687,12 +13738,12 @@ var Im = /* @__PURE__ */ V(Pm, [["render", Fm]]), Lm = {
13687
13738
  ]
13688
13739
  }, this.$slots.default());
13689
13740
  }
13690
- }, Rm = {
13741
+ }, Im = {
13691
13742
  name: "ecs-layout-index",
13692
13743
  emits: ["resized"],
13693
13744
  components: {
13694
- EcsPane: Im,
13695
- EcsSplitpanes: Lm
13745
+ EcsPane: Pm,
13746
+ EcsSplitpanes: Fm
13696
13747
  },
13697
13748
  props: {
13698
13749
  overlaySidebar: {
@@ -13762,14 +13813,14 @@ var Im = /* @__PURE__ */ V(Pm, [["render", Fm]]), Lm = {
13762
13813
  this.currentPanes = e, this.$emit("resized", e);
13763
13814
  }
13764
13815
  }
13765
- }, zm = ["data-pane"], Bm = { class: "ecs-index-layout-contents" }, Vm = {
13816
+ }, Lm = ["data-pane"], Rm = { class: "ecs-index-layout-contents" }, zm = {
13766
13817
  key: 0,
13767
13818
  class: "ecs-index-layout-table scrollbar"
13768
- }, Hm = {
13819
+ }, Bm = {
13769
13820
  key: 2,
13770
13821
  class: "ecs-index-layout-pagination"
13771
13822
  };
13772
- function Um(e, t, n, r, i, a) {
13823
+ function Vm(e, t, n, r, i, a) {
13773
13824
  let u = A("ecs-pane"), d = A("ecs-splitpanes");
13774
13825
  return T(), c("div", {
13775
13826
  class: b(["ecs-index-layout", [n.backgroundWhite ? "background-white" : ""]]),
@@ -13777,7 +13828,7 @@ function Um(e, t, n, r, i, a) {
13777
13828
  }, [
13778
13829
  k(e.$slots, "toolbar", {}, void 0, !0),
13779
13830
  k(e.$slots, "action-toolbar", {}, void 0, !0),
13780
- l("div", { class: b(["ecs-index-layout-wrap", [n.indent ? "indent" : ""]]) }, [l("main", Bm, [n.splitPane ? (T(), o(d, {
13831
+ l("div", { class: b(["ecs-index-layout-wrap", [n.indent ? "indent" : ""]]) }, [l("main", Rm, [n.splitPane ? (T(), o(d, {
13781
13832
  key: 1,
13782
13833
  onResized: a.onPanesResized,
13783
13834
  onPaneAdd: a.onPaneAdd,
@@ -13834,38 +13885,38 @@ function Um(e, t, n, r, i, a) {
13834
13885
  "onResized",
13835
13886
  "onPaneAdd",
13836
13887
  "onPaneRemove"
13837
- ])) : (T(), c("div", Vm, [k(e.$slots, "default", {}, void 0, !0)])), e.$slots.pagination ? (T(), c("div", Hm, [k(e.$slots, "pagination", {}, void 0, !0)])) : s("", !0)]), e.$slots.sidebar ? (T(), c("div", {
13888
+ ])) : (T(), c("div", zm, [k(e.$slots, "default", {}, void 0, !0)])), e.$slots.pagination ? (T(), c("div", Bm, [k(e.$slots, "pagination", {}, void 0, !0)])) : s("", !0)]), e.$slots.sidebar ? (T(), c("div", {
13838
13889
  key: 0,
13839
13890
  class: b(["ecs-index-layout-sidebar", [n.overlaySidebar ? "overlay" : ""]]),
13840
13891
  style: S(a.sidebarPosition)
13841
13892
  }, [k(e.$slots, "sidebar", {}, void 0, !0)], 6)) : s("", !0)], 2)
13842
- ], 10, zm);
13893
+ ], 10, Lm);
13843
13894
  }
13844
- var Wm = /* @__PURE__ */ V(Rm, [["render", Um], ["__scopeId", "data-v-4e83743f"]]), Gm = {
13895
+ var Hm = /* @__PURE__ */ V(Im, [["render", Vm], ["__scopeId", "data-v-4e83743f"]]), Um = {
13845
13896
  name: "ecs-layout-directory",
13846
13897
  props: { indent: {
13847
13898
  type: Boolean,
13848
13899
  default: !1
13849
13900
  } }
13850
- }, Km = { class: "ecs-directory-layout" }, qm = { class: "ecs-directory-layout-wrap" }, Jm = { class: "ecs-directory-layout-contents" }, Ym = {
13901
+ }, Wm = { class: "ecs-directory-layout" }, Gm = { class: "ecs-directory-layout-wrap" }, Km = { class: "ecs-directory-layout-contents" }, qm = {
13851
13902
  key: 0,
13852
13903
  class: "ecs-directory-layout-directory"
13853
- }, Xm = {
13904
+ }, Jm = {
13854
13905
  key: 1,
13855
13906
  class: "ecs-directory-layout-sidebar"
13856
13907
  };
13857
- function Zm(e, t, n, r, i, a) {
13858
- return T(), c("div", Km, [
13908
+ function Ym(e, t, n, r, i, a) {
13909
+ return T(), c("div", Wm, [
13859
13910
  k(e.$slots, "toolbar", {}, void 0, !0),
13860
13911
  k(e.$slots, "action-toolbar", {}, void 0, !0),
13861
- l("div", qm, [l("div", Jm, [
13862
- e.$slots.directory ? (T(), c("aside", Ym, [k(e.$slots, "directory", {}, void 0, !0)])) : s("", !0),
13912
+ l("div", Gm, [l("div", Km, [
13913
+ e.$slots.directory ? (T(), c("aside", qm, [k(e.$slots, "directory", {}, void 0, !0)])) : s("", !0),
13863
13914
  l("main", { class: b(["ecs-directory-layout-entry scrollbar", [e.$slots.sidebar ? "has-sidebar" : ""]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2),
13864
- e.$slots.sidebar ? (T(), c("div", Xm, [k(e.$slots, "sidebar", {}, void 0, !0)])) : s("", !0)
13915
+ e.$slots.sidebar ? (T(), c("div", Jm, [k(e.$slots, "sidebar", {}, void 0, !0)])) : s("", !0)
13865
13916
  ])])
13866
13917
  ]);
13867
13918
  }
13868
- var Qm = /* @__PURE__ */ V(Gm, [["render", Zm], ["__scopeId", "data-v-f5afc4e6"]]), $m = {
13919
+ var Xm = /* @__PURE__ */ V(Um, [["render", Ym], ["__scopeId", "data-v-f5afc4e6"]]), Zm = {
13869
13920
  name: "ecs-layout-data-table",
13870
13921
  components: {
13871
13922
  EcsActionToolbar: Ae,
@@ -13916,24 +13967,24 @@ var Qm = /* @__PURE__ */ V(Gm, [["render", Zm], ["__scopeId", "data-v-f5afc4e6"]
13916
13967
  created() {
13917
13968
  this.showStatistics = localStorage.getItem("showStatistics") !== "false", this.statisticsId = this.generateUniqueId();
13918
13969
  }
13919
- }, eh = () => {
13970
+ }, Qm = () => {
13920
13971
  ne((e) => ({ v25931314: e.statisticsHeight }));
13921
- }, th = $m.setup;
13922
- $m.setup = th ? (e, t) => (eh(), th(e, t)) : eh;
13923
- var nh = { class: "ecs-data-layout-content" }, rh = {
13972
+ }, $m = Zm.setup;
13973
+ Zm.setup = $m ? (e, t) => (Qm(), $m(e, t)) : Qm;
13974
+ var eh = { class: "ecs-data-layout-content" }, th = {
13924
13975
  key: 0,
13925
13976
  role: "toolbar",
13926
13977
  "aria-label": "Main",
13927
13978
  class: "ecs-data-layout-toolbar"
13928
- }, ih = ["id"], ah = { class: "ecs-data-layout-data" }, oh = { class: "ecs-data-layout-sidebar-inner" }, sh = {
13979
+ }, nh = ["id"], rh = { class: "ecs-data-layout-data" }, ih = { class: "ecs-data-layout-sidebar-inner" }, ah = {
13929
13980
  key: 0,
13930
13981
  class: "ecs-data-layout-sidebar-header"
13931
- }, ch = { class: "ecs-data-layout-sidebar-content scrollbar scrollbar-sml" }, lh = { class: "ecs-data-layout-overlay-sidebar-panel" };
13932
- function uh(e, t, n, i, a, u) {
13982
+ }, oh = { class: "ecs-data-layout-sidebar-content scrollbar scrollbar-sml" }, sh = { class: "ecs-data-layout-overlay-sidebar-panel" };
13983
+ function ch(e, t, n, i, a, u) {
13933
13984
  let d = A("ecs-button"), p = A("ecs-action-toolbar");
13934
13985
  return T(), c("div", { class: b(["ecs-data-layout", n.leftBorder ? "left-border" : ""]) }, [
13935
- l("main", nh, [
13936
- e.$slots.toolbar ? (T(), c("div", rh, [k(e.$slots, "toolbar", {}, void 0, !0), e.$slots.statistics ? (T(), o(d, {
13986
+ l("main", eh, [
13987
+ e.$slots.toolbar ? (T(), c("div", th, [k(e.$slots, "toolbar", {}, void 0, !0), e.$slots.statistics ? (T(), o(d, {
13937
13988
  key: 0,
13938
13989
  onClick: u.toggleStatistics,
13939
13990
  type: a.showStatistics ? "primary" : "secondary",
@@ -13959,7 +14010,7 @@ function uh(e, t, n, i, a, u) {
13959
14010
  class: "ecs-data-layout-statistics scrollbar scrollbar-sml vertical",
13960
14011
  id: a.statisticsId,
13961
14012
  style: S({ height: `${n.statisticsHeight}px` })
13962
- }, [k(e.$slots, "statistics", {}, void 0, !0)], 12, ih)) : s("", !0)]),
14013
+ }, [k(e.$slots, "statistics", {}, void 0, !0)], 12, nh)) : s("", !0)]),
13963
14014
  _: 3
13964
14015
  }, 8, ["name"]),
13965
14016
  e.$slots.actionbar ? se((T(), o(p, {
@@ -13969,20 +14020,20 @@ function uh(e, t, n, i, a, u) {
13969
14020
  default: I(() => [k(e.$slots, "actionbar", {}, void 0, !0)]),
13970
14021
  _: 3
13971
14022
  }, 8, ["padding"])), [[ae, n.showActionbar]]) : s("", !0),
13972
- l("div", ah, [k(e.$slots, "default", {}, void 0, !0)])
14023
+ l("div", rh, [k(e.$slots, "default", {}, void 0, !0)])
13973
14024
  ]),
13974
14025
  e.$slots.sidebarcontent || e.$slots.sidebarheader ? (T(), c("aside", {
13975
14026
  key: 0,
13976
14027
  class: b(["ecs-data-layout-sidebar", n.sidebarExpanded ? "expanded" : ""])
13977
- }, [l("div", oh, [e.$slots.sidebarheader ? (T(), c("div", sh, [k(e.$slots, "sidebarheader", {}, void 0, !0)])) : s("", !0), l("div", ch, [k(e.$slots, "sidebarcontent", {}, void 0, !0)])])], 2)) : s("", !0),
14028
+ }, [l("div", ih, [e.$slots.sidebarheader ? (T(), c("div", ah, [k(e.$slots, "sidebarheader", {}, void 0, !0)])) : s("", !0), l("div", oh, [k(e.$slots, "sidebarcontent", {}, void 0, !0)])])], 2)) : s("", !0),
13978
14029
  e.$slots.overlaysidebar ? (T(), c("aside", {
13979
14030
  key: 1,
13980
14031
  class: b(["ecs-data-layout-overlay-sidebar", n.overlaySidebarExpanded ? "expanded" : ""]),
13981
14032
  "data-test": "overlay-sidebar"
13982
- }, [t[0] ||= l("div", { class: "ecs-data-layout-overlay-sidebar-backdrop" }, null, -1), l("div", lh, [k(e.$slots, "overlaysidebar", {}, void 0, !0)])], 2)) : s("", !0)
14033
+ }, [t[0] ||= l("div", { class: "ecs-data-layout-overlay-sidebar-backdrop" }, null, -1), l("div", sh, [k(e.$slots, "overlaysidebar", {}, void 0, !0)])], 2)) : s("", !0)
13983
14034
  ], 2);
13984
14035
  }
13985
- var dh = /* @__PURE__ */ V($m, [["render", uh], ["__scopeId", "data-v-f2f03b2c"]]), fh = {
14036
+ var lh = /* @__PURE__ */ V(Zm, [["render", ch], ["__scopeId", "data-v-f2f03b2c"]]), uh = {
13986
14037
  name: "ecs-legend-item",
13987
14038
  emits: ["click"],
13988
14039
  components: {
@@ -14024,17 +14075,17 @@ var dh = /* @__PURE__ */ V($m, [["render", uh], ["__scopeId", "data-v-f2f03b2c"]
14024
14075
  return `ecs-legend-item-${this.size}`;
14025
14076
  }
14026
14077
  }
14027
- }, ph = { class: "ecs-legend-item-label-container" }, mh = { class: "ecs-legend-item-label" }, hh = {
14078
+ }, dh = { class: "ecs-legend-item-label-container" }, fh = { class: "ecs-legend-item-label" }, ph = {
14028
14079
  key: 0,
14029
14080
  class: "ecs-legend-item-custom-label"
14030
- }, gh = {
14081
+ }, mh = {
14031
14082
  key: 0,
14032
14083
  class: "ecs-legend-item-count"
14033
- }, _h = {
14084
+ }, hh = {
14034
14085
  key: 1,
14035
14086
  class: "ecs-legend-item-percentage"
14036
14087
  };
14037
- function vh(e, t, n, r, i, a) {
14088
+ function gh(e, t, n, r, i, a) {
14038
14089
  let u = A("ecs-focus-ring"), d = A("ecs-flex-row");
14039
14090
  return T(), o(d, {
14040
14091
  onClick: t[0] ||= (t) => e.$emit("click", t),
@@ -14052,9 +14103,9 @@ function vh(e, t, n, r, i, a) {
14052
14103
  class: b(["ecs-legend-item-color", n.type]),
14053
14104
  style: S({ backgroundColor: n.color })
14054
14105
  }, null, 6),
14055
- l("div", ph, [l("div", mh, N(n.label), 1), e.$slots.label ? (T(), c("div", hh, [k(e.$slots, "label", {}, void 0, !0)])) : s("", !0)]),
14056
- n.count ? (T(), c("div", gh, N(n.count), 1)) : s("", !0),
14057
- n.percentage ? (T(), c("div", _h, N(a.percentageLabel), 1)) : s("", !0),
14106
+ l("div", dh, [l("div", fh, N(n.label), 1), e.$slots.label ? (T(), c("div", ph, [k(e.$slots, "label", {}, void 0, !0)])) : s("", !0)]),
14107
+ n.count ? (T(), c("div", mh, N(n.count), 1)) : s("", !0),
14108
+ n.percentage ? (T(), c("div", hh, N(a.percentageLabel), 1)) : s("", !0),
14058
14109
  n.highlight || n.hover ? (T(), c("div", {
14059
14110
  key: 2,
14060
14111
  class: "ecs-legend-item-highlight",
@@ -14069,7 +14120,7 @@ function vh(e, t, n, r, i, a) {
14069
14120
  "class"
14070
14121
  ]);
14071
14122
  }
14072
- var yh = /* @__PURE__ */ V(fh, [["render", vh], ["__scopeId", "data-v-31e7ba6e"]]), bh = {
14123
+ var _h = /* @__PURE__ */ V(uh, [["render", gh], ["__scopeId", "data-v-31e7ba6e"]]), vh = {
14073
14124
  name: "ecs-log-message",
14074
14125
  components: {
14075
14126
  EcsFlexRow: G,
@@ -14122,14 +14173,14 @@ var yh = /* @__PURE__ */ V(fh, [["render", vh], ["__scopeId", "data-v-31e7ba6e"]
14122
14173
  return ["warning", "error"].includes(this.type) ? "alert" : null;
14123
14174
  }
14124
14175
  }
14125
- }, xh = {
14176
+ }, yh = {
14126
14177
  key: 0,
14127
14178
  class: "ecs-log-message-indicator"
14128
- }, Sh = { class: "ecs-log-message-content" }, Ch = {
14179
+ }, bh = { class: "ecs-log-message-content" }, xh = {
14129
14180
  key: 3,
14130
14181
  class: "ecs-log-message-meta"
14131
- }, wh = { class: "ecs-log-message-meta-text" };
14132
- function Th(e, t, n, r, i, a) {
14182
+ }, Sh = { class: "ecs-log-message-meta-text" };
14183
+ function Ch(e, t, n, r, i, a) {
14133
14184
  let u = A("ecs-skeleton-loader"), d = A("ecs-sticker"), f = A("ecs-flex-row");
14134
14185
  return T(), o(f, {
14135
14186
  class: b(["ecs-log-message", [n.type, n.variant]]),
@@ -14140,7 +14191,7 @@ function Th(e, t, n, r, i, a) {
14140
14191
  style: S(a.padding)
14141
14192
  }, {
14142
14193
  default: I(() => [
14143
- n.variant === "indicator" ? (T(), c("div", xh)) : s("", !0),
14194
+ n.variant === "indicator" ? (T(), c("div", yh)) : s("", !0),
14144
14195
  n.loading && n.type != "blank" ? (T(), o(u, {
14145
14196
  key: 1,
14146
14197
  type: "rect",
@@ -14150,7 +14201,7 @@ function Th(e, t, n, r, i, a) {
14150
14201
  key: 2,
14151
14202
  type: n.type
14152
14203
  }, null, 8, ["type"])),
14153
- l("div", Sh, [n.loading ? (T(), o(u, {
14204
+ l("div", bh, [n.loading ? (T(), o(u, {
14154
14205
  key: 0,
14155
14206
  type: "single",
14156
14207
  width: 40,
@@ -14159,11 +14210,11 @@ function Th(e, t, n, r, i, a) {
14159
14210
  key: 2,
14160
14211
  class: b(["ecs-log-message-collapse", { expanded: i.expanded }])
14161
14212
  }, [k(e.$slots, "collapse", {}, void 0, !0)], 2)) : s("", !0)]),
14162
- (n.meta || e.$slots.collapse) && !n.loading ? (T(), c("div", Ch, [e.$slots.collapse ? (T(), c("button", {
14213
+ (n.meta || e.$slots.collapse) && !n.loading ? (T(), c("div", xh, [e.$slots.collapse ? (T(), c("button", {
14163
14214
  key: 0,
14164
14215
  onClick: t[0] ||= (e) => i.expanded = !i.expanded,
14165
14216
  class: "ecs-log-message-collapse-button"
14166
- }, N(n.collapseButtonText), 1)) : s("", !0), l("div", wh, N(n.meta), 1)])) : s("", !0)
14217
+ }, N(n.collapseButtonText), 1)) : s("", !0), l("div", Sh, N(n.meta), 1)])) : s("", !0)
14167
14218
  ]),
14168
14219
  _: 3
14169
14220
  }, 8, [
@@ -14173,7 +14224,7 @@ function Th(e, t, n, r, i, a) {
14173
14224
  "style"
14174
14225
  ]);
14175
14226
  }
14176
- var Eh = /* @__PURE__ */ V(bh, [["render", Th], ["__scopeId", "data-v-e0610fe5"]]), Dh = {
14227
+ var wh = /* @__PURE__ */ V(vh, [["render", Ch], ["__scopeId", "data-v-e0610fe5"]]), Th = {
14177
14228
  name: "ecs-map",
14178
14229
  components: { EcsFocusRing: U },
14179
14230
  props: {
@@ -14194,8 +14245,8 @@ var Eh = /* @__PURE__ */ V(bh, [["render", Th], ["__scopeId", "data-v-e0610fe5"]
14194
14245
  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}`;
14195
14246
  }
14196
14247
  }
14197
- }, Oh = ["href"], kh = ["src", "alt"];
14198
- function Ah(e, t, n, r, i, a) {
14248
+ }, Eh = ["href"], Dh = ["src", "alt"];
14249
+ function Oh(e, t, n, r, i, a) {
14199
14250
  let o = A("ecs-focus-ring");
14200
14251
  return T(), c("div", { class: b(["ecs-map", [n.marker ? "ecs-map-marker" : ""]]) }, [l("a", {
14201
14252
  target: "_blank",
@@ -14204,12 +14255,12 @@ function Ah(e, t, n, r, i, a) {
14204
14255
  }, [l("img", {
14205
14256
  src: a.mapImageUrl,
14206
14257
  alt: "Map of " + n.address
14207
- }, null, 8, kh), f(o, {
14258
+ }, null, 8, Dh), f(o, {
14208
14259
  inset: 0,
14209
14260
  radius: 4
14210
- })], 8, Oh)], 2);
14261
+ })], 8, Eh)], 2);
14211
14262
  }
14212
- var jh = /* @__PURE__ */ V(Dh, [["render", Ah], ["__scopeId", "data-v-219f95e2"]]), Mh = {
14263
+ var kh = /* @__PURE__ */ V(Th, [["render", Oh], ["__scopeId", "data-v-219f95e2"]]), Ah = {
14213
14264
  name: "ecs-modal",
14214
14265
  props: {
14215
14266
  show: {
@@ -14254,14 +14305,14 @@ var jh = /* @__PURE__ */ V(Dh, [["render", Ah], ["__scopeId", "data-v-219f95e2"]
14254
14305
  mounted() {
14255
14306
  this.show && (this.isShown = !0);
14256
14307
  }
14257
- }, Nh = {
14308
+ }, jh = {
14258
14309
  key: 0,
14259
14310
  class: "ecs-modal-header-wrap"
14260
- }, Ph = { class: "ecs-modal-content-wrap scrollbar" }, Fh = {
14311
+ }, Mh = { class: "ecs-modal-content-wrap scrollbar" }, Nh = {
14261
14312
  key: 1,
14262
14313
  class: "ecs-modal-footer-wrap"
14263
14314
  };
14264
- function Ih(e, t, n, i, a, u) {
14315
+ function Ph(e, t, n, i, a, u) {
14265
14316
  return T(), o(r, { name: "dialog-fade" }, {
14266
14317
  default: I(() => [a.isShown ? (T(), c("div", {
14267
14318
  key: 0,
@@ -14270,14 +14321,14 @@ function Ih(e, t, n, i, a, u) {
14270
14321
  class: "ecs-modal-dialog ecs-modal-sheet",
14271
14322
  style: S([u.fixedHeightStyle, u.widthStyle])
14272
14323
  }, [
14273
- e.$slots.header ? (T(), c("div", Nh, [k(e.$slots, "header", {}, void 0, !0)])) : s("", !0),
14274
- l("div", Ph, [k(e.$slots, "default", {}, void 0, !0)]),
14275
- e.$slots.footer ? (T(), c("div", Fh, [k(e.$slots, "footer", {}, void 0, !0)])) : s("", !0)
14324
+ e.$slots.header ? (T(), c("div", jh, [k(e.$slots, "header", {}, void 0, !0)])) : s("", !0),
14325
+ l("div", Mh, [k(e.$slots, "default", {}, void 0, !0)]),
14326
+ e.$slots.footer ? (T(), c("div", Nh, [k(e.$slots, "footer", {}, void 0, !0)])) : s("", !0)
14276
14327
  ], 4), t[0] ||= l("div", { class: "ecs-modal-backdrop ecs-modal-sheet-backdrop" }, null, -1)], 2)) : s("", !0)]),
14277
14328
  _: 3
14278
14329
  });
14279
14330
  }
14280
- var Lh = /* @__PURE__ */ V(Mh, [["render", Ih], ["__scopeId", "data-v-317f069f"]]), Rh = {
14331
+ var Fh = /* @__PURE__ */ V(Ah, [["render", Ph], ["__scopeId", "data-v-317f069f"]]), Ih = {
14281
14332
  name: "ecs-modal-header",
14282
14333
  emits: ["close"],
14283
14334
  components: {
@@ -14311,17 +14362,17 @@ var Lh = /* @__PURE__ */ V(Mh, [["render", Ih], ["__scopeId", "data-v-317f069f"]
14311
14362
  e && (e.focus(), e.click());
14312
14363
  }
14313
14364
  } }
14314
- }, zh = {
14365
+ }, Lh = {
14315
14366
  class: "ecs-modal-header-main",
14316
14367
  ref: "firstFocusable",
14317
14368
  tabindex: "0"
14318
- }, Bh = { class: "ecs-modal-header-main-inner" }, Vh = {
14369
+ }, Rh = { class: "ecs-modal-header-main-inner" }, zh = {
14319
14370
  key: 0,
14320
14371
  class: "ecs-modal-header-extended"
14321
14372
  };
14322
- function Hh(e, t, n, r, i, a) {
14373
+ function Bh(e, t, n, r, i, a) {
14323
14374
  let o = A("ecs-button");
14324
- return T(), c("div", { class: b(["ecs-modal-header", a.typeClass]) }, [l("div", zh, [l("div", Bh, [k(e.$slots, "default", {}, void 0, !0)]), f(o, {
14375
+ return T(), c("div", { class: b(["ecs-modal-header", a.typeClass]) }, [l("div", Lh, [l("div", Rh, [k(e.$slots, "default", {}, void 0, !0)]), f(o, {
14325
14376
  onClick: t[0] ||= (t) => e.$emit("close"),
14326
14377
  title: "Close",
14327
14378
  "aria-label": "Close",
@@ -14332,16 +14383,16 @@ function Hh(e, t, n, r, i, a) {
14332
14383
  "focus-inset": -1,
14333
14384
  "data-close-button": "",
14334
14385
  "data-test": "close-modal-button"
14335
- })], 512), e.$slots.extension ? (T(), c("div", Vh, [k(e.$slots, "extension", {}, void 0, !0)])) : s("", !0)], 2);
14386
+ })], 512), e.$slots.extension ? (T(), c("div", zh, [k(e.$slots, "extension", {}, void 0, !0)])) : s("", !0)], 2);
14336
14387
  }
14337
- var Uh = /* @__PURE__ */ V(Rh, [["render", Hh], ["__scopeId", "data-v-7d67bede"]]), Wh = { name: "ecs-modal-footer" }, Gh = { class: "ecs-modal-footer" }, Kh = {
14388
+ var Vh = /* @__PURE__ */ V(Ih, [["render", Bh], ["__scopeId", "data-v-7d67bede"]]), Hh = { name: "ecs-modal-footer" }, Uh = { class: "ecs-modal-footer" }, Wh = {
14338
14389
  key: 0,
14339
14390
  class: "ecs-modal-footer-secondary"
14340
- }, qh = { class: "ecs-modal-footer-main" };
14341
- function Jh(e, t, n, r, i, a) {
14342
- return T(), c("div", Gh, [e.$slots.secondary ? (T(), c("div", Kh, [k(e.$slots, "secondary", {}, void 0, !0)])) : s("", !0), l("div", qh, [k(e.$slots, "default", {}, void 0, !0)])]);
14391
+ }, Gh = { class: "ecs-modal-footer-main" };
14392
+ function Kh(e, t, n, r, i, a) {
14393
+ return T(), c("div", Uh, [e.$slots.secondary ? (T(), c("div", Wh, [k(e.$slots, "secondary", {}, void 0, !0)])) : s("", !0), l("div", Gh, [k(e.$slots, "default", {}, void 0, !0)])]);
14343
14394
  }
14344
- var Yh = /* @__PURE__ */ V(Wh, [["render", Jh], ["__scopeId", "data-v-05db6a92"]]), Xh = {
14395
+ var qh = /* @__PURE__ */ V(Hh, [["render", Kh], ["__scopeId", "data-v-05db6a92"]]), Jh = {
14345
14396
  name: "ecs-multiselect-search-token",
14346
14397
  emits: [
14347
14398
  "remove",
@@ -14384,29 +14435,29 @@ var Yh = /* @__PURE__ */ V(Wh, [["render", Jh], ["__scopeId", "data-v-05db6a92"]
14384
14435
  this.$emit("editToken", e);
14385
14436
  }
14386
14437
  }
14387
- }, Zh = {
14438
+ }, Yh = {
14388
14439
  key: 0,
14389
14440
  class: "symbol"
14390
- }, Qh = {
14441
+ }, Xh = {
14391
14442
  key: 0,
14392
14443
  class: "operator"
14393
- }, $h = { class: "query" }, eg = {
14444
+ }, Zh = { class: "query" }, Qh = {
14394
14445
  key: 0,
14395
14446
  class: "descriptor"
14396
14447
  };
14397
- function tg(e, t, n, r, i, a) {
14448
+ function $h(e, t, n, r, i, a) {
14398
14449
  let o = A("ecs-icon"), u = A("ecs-focus-ring");
14399
14450
  return T(), c("div", {
14400
14451
  class: b(["ecs-multiselect-search-token", [a.typeClass, { editable: n.editable }]]),
14401
14452
  tabindex: "0",
14402
14453
  onKeydown: t[5] ||= L((t) => e.$emit("remove", t), ["delete"])
14403
- }, [n.icon || n.operator || n.operatorSwitch ? (T(), c("div", Zh, [
14454
+ }, [n.icon || n.operator || n.operatorSwitch ? (T(), c("div", Yh, [
14404
14455
  f(o, {
14405
14456
  type: n.icon,
14406
14457
  size: "20",
14407
14458
  color: "var(--color-white)"
14408
14459
  }, null, 8, ["type"]),
14409
- n.operator && !n.operatorSwitch ? (T(), c("div", Qh, N(n.operator), 1)) : s("", !0),
14460
+ n.operator && !n.operatorSwitch ? (T(), c("div", Xh, N(n.operator), 1)) : s("", !0),
14410
14461
  n.operatorSwitch ? (T(), c("button", {
14411
14462
  key: 1,
14412
14463
  onClick: t[0] ||= (...e) => a.handleOperatorToggle && a.handleOperatorToggle(...e),
@@ -14428,8 +14479,8 @@ function tg(e, t, n, r, i, a) {
14428
14479
  }, null, 8, ["class"]),
14429
14480
  f(u, { radius: 12 })
14430
14481
  ], 2)) : s("", !0)
14431
- ])) : s("", !0), l("div", $h, [
14432
- n.descriptor ? (T(), c("div", eg, N(n.descriptor), 1)) : s("", !0),
14482
+ ])) : s("", !0), l("div", Zh, [
14483
+ n.descriptor ? (T(), c("div", Qh, N(n.descriptor), 1)) : s("", !0),
14433
14484
  n.editable ? (T(), c("button", {
14434
14485
  key: 1,
14435
14486
  onClick: t[1] ||= (...e) => a.handleEditToken && a.handleEditToken(...e),
@@ -14459,7 +14510,7 @@ function tg(e, t, n, r, i, a) {
14459
14510
  }), f(u, { radius: 12 })], 32)
14460
14511
  ])], 34);
14461
14512
  }
14462
- var ng = /* @__PURE__ */ V(Xh, [["render", tg], ["__scopeId", "data-v-41602e43"]]), rg = {
14513
+ var eg = /* @__PURE__ */ V(Jh, [["render", $h], ["__scopeId", "data-v-41602e43"]]), tg = {
14463
14514
  name: "ecs-multiselect-token",
14464
14515
  emits: ["remove"],
14465
14516
  components: {
@@ -14467,7 +14518,7 @@ var ng = /* @__PURE__ */ V(Xh, [["render", tg], ["__scopeId", "data-v-41602e43"]
14467
14518
  EcsFocusRing: U
14468
14519
  }
14469
14520
  };
14470
- function ig(e, t, n, r, i, a) {
14521
+ function ng(e, t, n, r, i, a) {
14471
14522
  let o = A("ecs-icon"), s = A("ecs-focus-ring");
14472
14523
  return T(), c("div", {
14473
14524
  class: "ecs-multiselect-token",
@@ -14482,7 +14533,7 @@ function ig(e, t, n, r, i, a) {
14482
14533
  color: "#FFF"
14483
14534
  }), f(s, { radius: 12 })])], 32);
14484
14535
  }
14485
- var ag = /* @__PURE__ */ V(rg, [["render", ig], ["__scopeId", "data-v-daa501d2"]]), og = {
14536
+ var rg = /* @__PURE__ */ V(tg, [["render", ng], ["__scopeId", "data-v-daa501d2"]]), ig = {
14486
14537
  name: "ecs-multiselect-option",
14487
14538
  components: {
14488
14539
  EcsIcon: H,
@@ -14530,14 +14581,14 @@ var ag = /* @__PURE__ */ V(rg, [["render", ig], ["__scopeId", "data-v-daa501d2"]
14530
14581
  return this.isPlainTextSlotContent ? { display: "block" } : { display: "flex" };
14531
14582
  }
14532
14583
  }
14533
- }, sg = ["role"], cg = {
14584
+ }, ag = ["role"], og = {
14534
14585
  key: 1,
14535
14586
  class: "color"
14536
- }, lg = {
14587
+ }, sg = {
14537
14588
  key: 2,
14538
14589
  class: "ecs-multiselect-option-content-count"
14539
14590
  };
14540
- function ug(e, t, n, r, i, a) {
14591
+ function cg(e, t, n, r, i, a) {
14541
14592
  let u = A("ecs-icon"), p = A("ecs-flex-row"), m = A("ecs-text-v2");
14542
14593
  return T(), c("div", {
14543
14594
  class: b(["ecs-multiselect-option", [a.typeClass, n.highlighted ? "highlighted" : ""]]),
@@ -14551,7 +14602,7 @@ function ug(e, t, n, r, i, a) {
14551
14602
  key: 0,
14552
14603
  type: n.icon,
14553
14604
  size: "20"
14554
- }, null, 8, ["type"])) : n.color ? (T(), c("div", cg, [l("div", {
14605
+ }, null, 8, ["type"])) : n.color ? (T(), c("div", og, [l("div", {
14555
14606
  class: "color-dot",
14556
14607
  style: S({ backgroundColor: n.color })
14557
14608
  }, null, 4)])) : s("", !0),
@@ -14559,7 +14610,7 @@ function ug(e, t, n, r, i, a) {
14559
14610
  class: "ecs-multiselect-option-content-text",
14560
14611
  style: S(a.slotContentStyle)
14561
14612
  }, [k(e.$slots, "default", {}, void 0, !0)], 4),
14562
- n.count ? (T(), c("span", lg, N(n.count), 1)) : s("", !0)
14613
+ n.count ? (T(), c("span", sg, N(n.count), 1)) : s("", !0)
14563
14614
  ]),
14564
14615
  _: 3
14565
14616
  }), n.help ? (T(), c("div", {
@@ -14568,9 +14619,9 @@ function ug(e, t, n, r, i, a) {
14568
14619
  }, [f(m, { preset: "form" }, {
14569
14620
  default: I(() => [d(N(n.help), 1)]),
14570
14621
  _: 1
14571
- })], 2)) : s("", !0)], 10, sg);
14622
+ })], 2)) : s("", !0)], 10, ag);
14572
14623
  }
14573
- var dg = /* @__PURE__ */ V(og, [["render", ug], ["__scopeId", "data-v-28659eb6"]]), fg = {
14624
+ var lg = /* @__PURE__ */ V(ig, [["render", cg], ["__scopeId", "data-v-28659eb6"]]), ug = {
14574
14625
  name: "ecs-overlay",
14575
14626
  emits: ["close", "toggled"],
14576
14627
  components: {
@@ -14688,38 +14739,38 @@ var dg = /* @__PURE__ */ V(og, [["render", ug], ["__scopeId", "data-v-28659eb6"]
14688
14739
  this.isShown && this.setScrollPaddings();
14689
14740
  }, 10);
14690
14741
  } }
14691
- }, pg = { class: "ecs-overlay-titles" }, mg = { class: "title" }, hg = {
14742
+ }, dg = { class: "ecs-overlay-titles" }, fg = { class: "title" }, pg = {
14692
14743
  key: 0,
14693
14744
  class: "emphasized"
14694
- }, gg = {
14745
+ }, mg = {
14695
14746
  key: 0,
14696
14747
  class: "subline"
14697
- }, _g = {
14748
+ }, hg = {
14698
14749
  key: 0,
14699
14750
  class: "ecs-overlay-header-controls"
14700
- }, vg = ["aria-busy"], yg = {
14751
+ }, gg = ["aria-busy"], _g = {
14701
14752
  key: 0,
14702
14753
  class: "ecs-overlay-tabs scrollbar scrollbar-sml"
14703
- }, bg = {
14754
+ }, vg = {
14704
14755
  key: 0,
14705
14756
  class: "ecs-overlay-sidebar ecs-overlay-sidebar-static"
14706
- }, xg = { class: "ecs-overlay-sidebar ecs-overlay-sidebar-float scrollbar scrollbar-sml" }, Sg = {
14757
+ }, yg = { class: "ecs-overlay-sidebar ecs-overlay-sidebar-float scrollbar scrollbar-sml" }, bg = {
14707
14758
  key: 1,
14708
14759
  class: "ecs-overlay-content-block"
14709
- }, Cg = {
14760
+ }, xg = {
14710
14761
  key: 1,
14711
14762
  class: "ecs-overlay-footer"
14712
- }, wg = {
14763
+ }, Sg = {
14713
14764
  key: 0,
14714
14765
  class: "spacer-tabs"
14715
- }, Tg = { class: "ecs-overlay-footer-content" }, Eg = {
14766
+ }, Cg = { class: "ecs-overlay-footer-content" }, wg = {
14716
14767
  key: 0,
14717
14768
  class: "spacer-sidebar"
14718
- }, Dg = {
14769
+ }, Tg = {
14719
14770
  key: 1,
14720
14771
  class: "spacer-scrollbar"
14721
14772
  };
14722
- function Og(e, t, n, i, a, u) {
14773
+ function Eg(e, t, n, i, a, u) {
14723
14774
  let p = A("ecs-icon"), m = A("ecs-button-toolbar"), h = A("ecs-alert");
14724
14775
  return T(), o(r, {
14725
14776
  name: "fade",
@@ -14737,13 +14788,13 @@ function Og(e, t, n, i, a, u) {
14737
14788
  class: "ecs-overlay-header",
14738
14789
  style: S(e.$slots.alert ? "" : "border-bottom: 1px solid var(--color-gray-4);")
14739
14790
  }, [
14740
- l("div", pg, [n.icon ? (T(), o(p, {
14791
+ l("div", dg, [n.icon ? (T(), o(p, {
14741
14792
  key: 0,
14742
14793
  type: n.icon,
14743
14794
  size: "40",
14744
14795
  color: "#B9BCC2"
14745
- }, null, 8, ["type"])) : s("", !0), l("div", null, [l("span", mg, [n.headerTitleEmphasized ? (T(), c("span", hg, N(n.headerTitleEmphasized), 1)) : s("", !0), d(" " + N(n.headerTitle), 1)]), n.headerTitleSubline ? (T(), c("span", gg, N(n.headerTitleSubline), 1)) : s("", !0)])]),
14746
- e.$slots.headercontrols ? (T(), c("div", _g, [k(e.$slots, "headercontrols", {}, void 0, !0)])) : s("", !0),
14796
+ }, null, 8, ["type"])) : s("", !0), l("div", null, [l("span", fg, [n.headerTitleEmphasized ? (T(), c("span", pg, N(n.headerTitleEmphasized), 1)) : s("", !0), d(" " + N(n.headerTitle), 1)]), n.headerTitleSubline ? (T(), c("span", mg, N(n.headerTitleSubline), 1)) : s("", !0)])]),
14797
+ e.$slots.headercontrols ? (T(), c("div", hg, [k(e.$slots, "headercontrols", {}, void 0, !0)])) : s("", !0),
14747
14798
  e.$slots.sidebar && a.width <= 1500 ? (T(), o(m, {
14748
14799
  key: 1,
14749
14800
  onClick: u.sidebarToggle,
@@ -14792,7 +14843,7 @@ function Og(e, t, n, i, a, u) {
14792
14843
  class: "ecs-overlay-content",
14793
14844
  "aria-busy": n.blockContent || null
14794
14845
  }, [
14795
- e.$slots.tabs ? (T(), c("div", yg, [k(e.$slots, "tabs", {}, void 0, !0)])) : s("", !0),
14846
+ e.$slots.tabs ? (T(), c("div", _g, [k(e.$slots, "tabs", {}, void 0, !0)])) : s("", !0),
14796
14847
  l("div", {
14797
14848
  ref: "innerContent",
14798
14849
  class: b(["ecs-overlay-content-inner scrollbar", u.sidebarOpenClass])
@@ -14807,15 +14858,15 @@ function Og(e, t, n, i, a, u) {
14807
14858
  paddingRight: u.contentPadding
14808
14859
  })
14809
14860
  }, [k(e.$slots, "default", {}, void 0, !0)], 6),
14810
- e.$slots.sidebar && a.width > 1500 ? (T(), c("div", bg, [k(e.$slots, "sidebar", {}, void 0, !0)])) : s("", !0),
14861
+ e.$slots.sidebar && a.width > 1500 ? (T(), c("div", vg, [k(e.$slots, "sidebar", {}, void 0, !0)])) : s("", !0),
14811
14862
  f(r, { name: "slide" }, {
14812
- default: I(() => [se(l("div", xg, [k(e.$slots, "sidebar", {}, void 0, !0)], 512), [[ae, e.$slots.sidebar && a.width <= 1500 && a.showSidebar]])]),
14863
+ default: I(() => [se(l("div", yg, [k(e.$slots, "sidebar", {}, void 0, !0)], 512), [[ae, e.$slots.sidebar && a.width <= 1500 && a.showSidebar]])]),
14813
14864
  _: 3
14814
14865
  })
14815
14866
  ], 2),
14816
- n.blockContent ? (T(), c("div", Sg)) : s("", !0)
14817
- ], 8, vg),
14818
- e.$slots.footer ? (T(), c("footer", Cg, [e.$slots.tabs ? (T(), c("div", wg)) : s("", !0), l("div", Tg, [
14867
+ n.blockContent ? (T(), c("div", bg)) : s("", !0)
14868
+ ], 8, gg),
14869
+ e.$slots.footer ? (T(), c("footer", xg, [e.$slots.tabs ? (T(), c("div", Sg)) : s("", !0), l("div", Cg, [
14819
14870
  l("div", {
14820
14871
  class: "ecs-overlay-footer-content-inner",
14821
14872
  style: S({
@@ -14826,14 +14877,14 @@ function Og(e, t, n, i, a, u) {
14826
14877
  paddingRight: u.contentPadding
14827
14878
  })
14828
14879
  }, [k(e.$slots, "footer", {}, void 0, !0)], 4),
14829
- e.$slots.sidebar && a.width > 1500 ? (T(), c("div", Eg)) : s("", !0),
14830
- a.footerScrollSpacer ? (T(), c("div", Dg)) : s("", !0)
14880
+ e.$slots.sidebar && a.width > 1500 ? (T(), c("div", wg)) : s("", !0),
14881
+ a.footerScrollSpacer ? (T(), c("div", Tg)) : s("", !0)
14831
14882
  ])])) : s("", !0)
14832
14883
  ], 4)) : s("", !0)]),
14833
14884
  _: 3
14834
14885
  });
14835
14886
  }
14836
- var kg = /* @__PURE__ */ V(fg, [["render", Og], ["__scopeId", "data-v-acdd9118"]]), Ag = {
14887
+ var Dg = /* @__PURE__ */ V(ug, [["render", Eg], ["__scopeId", "data-v-acdd9118"]]), Og = {
14837
14888
  name: "ecs-pagination",
14838
14889
  emits: [
14839
14890
  "firstPage",
@@ -14927,14 +14978,14 @@ var kg = /* @__PURE__ */ V(fg, [["render", Og], ["__scopeId", "data-v-acdd9118"]
14927
14978
  this.$emit("updatePage", Number(e));
14928
14979
  }
14929
14980
  }
14930
- }, jg = ["value", "selected"], Mg = {
14981
+ }, kg = ["value", "selected"], Ag = {
14931
14982
  key: 0,
14932
14983
  class: "total"
14933
- }, Ng = {
14984
+ }, jg = {
14934
14985
  key: 1,
14935
14986
  class: "ecs-pagination-range"
14936
- }, Pg = { class: "ecs-pagination-tabs" }, Fg = ["value", "selected"];
14937
- function Ig(t, n, r, i, a, u) {
14987
+ }, Mg = { class: "ecs-pagination-tabs" }, Ng = ["value", "selected"];
14988
+ function Pg(t, n, r, i, a, u) {
14938
14989
  let p = A("ecs-button"), m = A("ecs-flex-row"), h = A("ecs-select");
14939
14990
  return T(), c("div", {
14940
14991
  class: b(["ecs-pagination", [r.theme === "bordered" ? "ecs-pagination-bordered" : "", r.theme === "floating" ? "ecs-pagination-floating" : ""]]),
@@ -14982,10 +15033,10 @@ function Ig(t, n, r, i, a, u) {
14982
15033
  key: e,
14983
15034
  value: e,
14984
15035
  selected: e === r.currentPage
14985
- }, N(e), 9, jg))), 128))]),
15036
+ }, N(e), 9, kg))), 128))]),
14986
15037
  _: 1
14987
15038
  }, 8, ["modelValue", "disabled"]),
14988
- r.totalPages ? (T(), c("span", Mg, "of " + N(r.totalPages), 1)) : s("", !0)
15039
+ r.totalPages ? (T(), c("span", Ag, "of " + N(r.totalPages), 1)) : s("", !0)
14989
15040
  ]),
14990
15041
  _: 1
14991
15042
  }),
@@ -15011,7 +15062,7 @@ function Ig(t, n, r, i, a, u) {
15011
15062
  }, null, 8, ["disabled"])]),
15012
15063
  _: 1
15013
15064
  })
15014
- ], 64)) : u.hasRange ? (T(), c("span", Ng, [
15065
+ ], 64)) : u.hasRange ? (T(), c("span", jg, [
15015
15066
  n[8] ||= d("Showing entries ", -1),
15016
15067
  l("span", null, N(r.itemRangeFrom) + " to " + N(r.itemRangeTo), 1),
15017
15068
  n[9] ||= d(" of ", -1),
@@ -15019,7 +15070,7 @@ function Ig(t, n, r, i, a, u) {
15019
15070
  ])) : s("", !0)]),
15020
15071
  _: 1
15021
15072
  }, 8, ["style"]),
15022
- l("div", Pg, [k(t.$slots, "tabs", {}, void 0, !0)]),
15073
+ l("div", Mg, [k(t.$slots, "tabs", {}, void 0, !0)]),
15023
15074
  r.showItemsPerPage && r.type == "paginated" ? (T(), o(m, {
15024
15075
  key: 0,
15025
15076
  gap: 4,
@@ -15036,7 +15087,7 @@ function Ig(t, n, r, i, a, u) {
15036
15087
  key: e,
15037
15088
  value: e,
15038
15089
  selected: e === r.itemsPerPageSelected
15039
- }, N(e), 9, Fg))), 128))]),
15090
+ }, N(e), 9, Ng))), 128))]),
15040
15091
  _: 1
15041
15092
  }, 8, ["modelValue", "disabled"])]),
15042
15093
  _: 1
@@ -15051,7 +15102,7 @@ function Ig(t, n, r, i, a, u) {
15051
15102
  })) : s("", !0)
15052
15103
  ], 2);
15053
15104
  }
15054
- var Lg = /* @__PURE__ */ V(Ag, [["render", Ig], ["__scopeId", "data-v-6741fbf9"]]), Rg = {
15105
+ var Fg = /* @__PURE__ */ V(Og, [["render", Pg], ["__scopeId", "data-v-6741fbf9"]]), Ig = {
15055
15106
  name: "ecs-popover-header",
15056
15107
  components: {
15057
15108
  EcsIcon: H,
@@ -15070,19 +15121,19 @@ var Lg = /* @__PURE__ */ V(Ag, [["render", Ig], ["__scopeId", "data-v-6741fbf9"]
15070
15121
  computed: { hasControls() {
15071
15122
  return !!this.$slots.default;
15072
15123
  } }
15073
- }, zg = { class: "ecs-popover-header" }, Bg = { class: "ecs-popover-header-title" }, Vg = {
15124
+ }, Lg = { class: "ecs-popover-header" }, Rg = { class: "ecs-popover-header-title" }, zg = {
15074
15125
  key: 1,
15075
15126
  class: "ecs-popover-header-title-content"
15076
- }, Hg = {
15127
+ }, Bg = {
15077
15128
  key: 2,
15078
15129
  class: "ecs-popover-header-title-controls"
15079
- }, Ug = {
15130
+ }, Vg = {
15080
15131
  key: 0,
15081
15132
  class: "ecs-popover-header-actions"
15082
15133
  };
15083
- function Wg(e, t, n, r, i, a) {
15134
+ function Hg(e, t, n, r, i, a) {
15084
15135
  let u = A("ecs-icon"), p = A("ecs-text-v2");
15085
- return T(), c("header", zg, [l("div", Bg, [
15136
+ return T(), c("header", Lg, [l("div", Rg, [
15086
15137
  n.icon ? (T(), o(u, {
15087
15138
  key: 0,
15088
15139
  type: n.icon,
@@ -15090,15 +15141,15 @@ function Wg(e, t, n, r, i, a) {
15090
15141
  class: "icon",
15091
15142
  color: "#B4B9BE"
15092
15143
  }, null, 8, ["type"])) : s("", !0),
15093
- e.$slots.title ? (T(), c("div", Vg, [k(e.$slots, "title", {}, void 0, !0)])) : s("", !0),
15144
+ e.$slots.title ? (T(), c("div", zg, [k(e.$slots, "title", {}, void 0, !0)])) : s("", !0),
15094
15145
  f(p, { preset: "headline-4" }, {
15095
15146
  default: I(() => [d(N(n.title), 1)]),
15096
15147
  _: 1
15097
15148
  }),
15098
- e.$slots.titleControls ? (T(), c("div", Hg, [k(e.$slots, "titleControls", {}, void 0, !0)])) : s("", !0)
15099
- ]), a.hasControls ? (T(), c("div", Ug, [k(e.$slots, "default", {}, void 0, !0)])) : s("", !0)]);
15149
+ e.$slots.titleControls ? (T(), c("div", Bg, [k(e.$slots, "titleControls", {}, void 0, !0)])) : s("", !0)
15150
+ ]), a.hasControls ? (T(), c("div", Vg, [k(e.$slots, "default", {}, void 0, !0)])) : s("", !0)]);
15100
15151
  }
15101
- var Gg = /* @__PURE__ */ V(Rg, [["render", Wg], ["__scopeId", "data-v-0c73e09d"]]), Kg = {
15152
+ var Ug = /* @__PURE__ */ V(Ig, [["render", Hg], ["__scopeId", "data-v-0c73e09d"]]), Wg = {
15102
15153
  name: "ecs-rating-star-read",
15103
15154
  components: { EcsSkeletonLoader: W },
15104
15155
  props: {
@@ -15123,8 +15174,8 @@ var Gg = /* @__PURE__ */ V(Rg, [["render", Wg], ["__scopeId", "data-v-0c73e09d"]
15123
15174
  computed: { sizeClass() {
15124
15175
  return this.size && this.size !== "" ? `ecs-rating-read-${this.size}` : this.size;
15125
15176
  } }
15126
- }, qg = ["aria-busy", "aria-label"], Jg = ["data-maximum", "data-rating"];
15127
- function Yg(e, t, n, r, i, a) {
15177
+ }, Gg = ["aria-busy", "aria-label"], Kg = ["data-maximum", "data-rating"];
15178
+ function qg(e, t, n, r, i, a) {
15128
15179
  let s = A("ecs-skeleton-loader");
15129
15180
  return T(), c("div", {
15130
15181
  class: b(["ecs-rating-read", [a.sizeClass]]),
@@ -15140,9 +15191,9 @@ function Yg(e, t, n, r, i, a) {
15140
15191
  class: "ecs-stars-read",
15141
15192
  "data-maximum": n.maximum,
15142
15193
  "data-rating": n.rating
15143
- }, null, 8, Jg))], 10, qg);
15194
+ }, null, 8, Kg))], 10, Gg);
15144
15195
  }
15145
- var Xg = /* @__PURE__ */ V(Kg, [["render", Yg], ["__scopeId", "data-v-7e609016"]]), Zg = {
15196
+ var Jg = /* @__PURE__ */ V(Wg, [["render", qg], ["__scopeId", "data-v-7e609016"]]), Yg = {
15146
15197
  name: "ecs-rating-favorability",
15147
15198
  emits: ["click"],
15148
15199
  components: {
@@ -15214,8 +15265,8 @@ var Xg = /* @__PURE__ */ V(Kg, [["render", Yg], ["__scopeId", "data-v-7e609016"]
15214
15265
  methods: { handleClick(e) {
15215
15266
  this.disabled || this.$emit("click", e);
15216
15267
  } }
15217
- }, Qg = ["aria-busy"], $g = ["title"];
15218
- function e_(e, t, n, r, i, a) {
15268
+ }, Xg = ["aria-busy"], Zg = ["title"];
15269
+ function Qg(e, t, n, r, i, a) {
15219
15270
  let u = A("ecs-icon"), d = A("ecs-skeleton-loader");
15220
15271
  return T(), c("div", {
15221
15272
  onClick: t[0] ||= (...e) => a.handleClick && a.handleClick(...e),
@@ -15225,7 +15276,7 @@ function e_(e, t, n, r, i, a) {
15225
15276
  l("div", {
15226
15277
  class: b(["ecs-favorability-button", [a.css, n.loading ? "loading" : ""]]),
15227
15278
  title: a.labelText
15228
- }, [f(u, { type: a.iconType }, null, 8, ["type"])], 10, $g),
15279
+ }, [f(u, { type: a.iconType }, null, 8, ["type"])], 10, Zg),
15229
15280
  n.label ? (T(), c("span", {
15230
15281
  key: 0,
15231
15282
  class: b(["label", n.loading ? "loading" : ""])
@@ -15242,9 +15293,9 @@ function e_(e, t, n, r, i, a) {
15242
15293
  width: 100,
15243
15294
  style: { width: "calc(100% - 30px)" }
15244
15295
  })) : s("", !0)
15245
- ], 10, Qg);
15296
+ ], 10, Xg);
15246
15297
  }
15247
- var t_ = /* @__PURE__ */ V(Zg, [["render", e_], ["__scopeId", "data-v-a6e15633"]]), n_ = {
15298
+ var $g = /* @__PURE__ */ V(Yg, [["render", Qg], ["__scopeId", "data-v-a6e15633"]]), e_ = {
15248
15299
  name: "ecs-quicklinks-link",
15249
15300
  emits: [
15250
15301
  "click",
@@ -15254,8 +15305,8 @@ var t_ = /* @__PURE__ */ V(Zg, [["render", e_], ["__scopeId", "data-v-a6e15633"]
15254
15305
  ],
15255
15306
  components: {
15256
15307
  EcsCheckbox: Er,
15257
- EcsRatingStarRead: Xg,
15258
- EcsRatingFavorability: t_,
15308
+ EcsRatingStarRead: Jg,
15309
+ EcsRatingFavorability: $g,
15259
15310
  EcsSwitch: zr,
15260
15311
  EcsIcon: H,
15261
15312
  EcsFocusRing: U,
@@ -15398,21 +15449,21 @@ var t_ = /* @__PURE__ */ V(Zg, [["render", e_], ["__scopeId", "data-v-a6e15633"]
15398
15449
  created() {
15399
15450
  this.updateVolumes(this.volumes);
15400
15451
  }
15401
- }, r_ = { class: "filter-description" }, i_ = {
15452
+ }, t_ = { class: "filter-description" }, n_ = {
15402
15453
  key: 0,
15403
15454
  class: "meta"
15404
- }, a_ = { key: 0 }, o_ = ["title"], s_ = { style: { "margin-left": "12px" } }, c_ = { class: "static-label" }, l_ = {
15455
+ }, r_ = { key: 0 }, i_ = ["title"], a_ = { style: { "margin-left": "12px" } }, o_ = { class: "static-label" }, s_ = {
15405
15456
  key: 0,
15406
15457
  class: "meta"
15407
- }, u_ = { key: 0 }, d_ = ["title"], f_ = { class: "persona-label" }, p_ = { key: 3 }, m_ = [
15458
+ }, c_ = { key: 0 }, l_ = ["title"], u_ = { class: "persona-label" }, d_ = { key: 3 }, f_ = [
15408
15459
  "onClick",
15409
15460
  "title",
15410
15461
  "aria-label"
15411
- ], h_ = ["aria-label"], g_ = {
15462
+ ], p_ = ["aria-label"], m_ = {
15412
15463
  key: 5,
15413
15464
  class: "meta"
15414
- }, __ = { key: 0 }, v_ = ["title"];
15415
- function y_(t, n, r, i, a, u) {
15465
+ }, h_ = { key: 0 }, g_ = ["title"];
15466
+ function __(t, n, r, i, a, u) {
15416
15467
  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");
15417
15468
  return T(), c("li", { class: b(["ecs-quicklinks-link", [
15418
15469
  u.typeClass,
@@ -15425,11 +15476,11 @@ function y_(t, n, r, i, a, u) {
15425
15476
  role: "button"
15426
15477
  }, [
15427
15478
  f(p, { type: r.icon }, null, 8, ["type"]),
15428
- l("span", r_, N(r.label), 1),
15429
- r.count || r.meta ? (T(), c("small", i_, [r.count ? (T(), c("span", a_, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
15479
+ l("span", t_, N(r.label), 1),
15480
+ r.count || r.meta ? (T(), c("small", n_, [r.count ? (T(), c("span", r_, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
15430
15481
  key: 1,
15431
15482
  title: r.metaTitle
15432
- }, N(r.meta), 9, o_)) : s("", !0)])) : s("", !0),
15483
+ }, N(r.meta), 9, i_)) : s("", !0)])) : s("", !0),
15433
15484
  f(m)
15434
15485
  ])) : r.type === "favorability" ? (T(), c("div", {
15435
15486
  key: 1,
@@ -15448,11 +15499,11 @@ function y_(t, n, r, i, a, u) {
15448
15499
  "rating",
15449
15500
  "disabled"
15450
15501
  ]),
15451
- l("label", s_, [l("span", c_, N(r.label), 1)]),
15452
- r.count || r.meta ? (T(), c("small", l_, [r.count ? (T(), c("span", u_, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
15502
+ l("label", a_, [l("span", o_, N(r.label), 1)]),
15503
+ 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", {
15453
15504
  key: 1,
15454
15505
  title: r.metaTitle
15455
- }, N(r.meta), 9, d_)) : s("", !0)])) : s("", !0),
15506
+ }, N(r.meta), 9, l_)) : s("", !0)])) : s("", !0),
15456
15507
  f(m)
15457
15508
  ])) : (T(), o(w, {
15458
15509
  key: 2,
@@ -15488,7 +15539,7 @@ function y_(t, n, r, i, a, u) {
15488
15539
  "name",
15489
15540
  "relevant-badge",
15490
15541
  "backgroundColor"
15491
- ]), l("span", f_, N(r.label || r.persona.name), 1)], 64)) : (T(), c("span", p_, N(r.label), 1)),
15542
+ ]), l("span", u_, N(r.label || r.persona.name), 1)], 64)) : (T(), c("span", d_, N(r.label), 1)),
15492
15543
  a.localVolumes.length ? (T(), o(C, {
15493
15544
  key: 4,
15494
15545
  gap: 2,
@@ -15500,7 +15551,7 @@ function y_(t, n, r, i, a, u) {
15500
15551
  onClick: (t) => u.toggleVolume(e.id),
15501
15552
  title: `${e.name} (${e.date})`,
15502
15553
  "aria-label": `Volume ${e.id}${e.active ? " active" : ""}`
15503
- }, N(e.id), 11, m_))), 128)), a.localVolumes.length > 3 ? (T(), o(S, {
15554
+ }, N(e.id), 11, f_))), 128)), a.localVolumes.length > 3 ? (T(), o(S, {
15504
15555
  key: 0,
15505
15556
  disabled: r.disabled || null
15506
15557
  }, {
@@ -15529,15 +15580,15 @@ function y_(t, n, r, i, a, u) {
15529
15580
  }, [f(p, {
15530
15581
  type: "more",
15531
15582
  size: "18"
15532
- })], 10, h_)]),
15583
+ })], 10, p_)]),
15533
15584
  _: 1
15534
15585
  }, 8, ["disabled"])) : s("", !0)]),
15535
15586
  _: 1
15536
15587
  })) : s("", !0),
15537
- r.count || r.meta ? (T(), c("small", g_, [r.count ? (T(), c("span", __, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
15588
+ r.count || r.meta ? (T(), c("small", m_, [r.count ? (T(), c("span", h_, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
15538
15589
  key: 1,
15539
15590
  title: r.metaTitle
15540
- }, N(r.meta), 9, v_)) : s("", !0)])) : s("", !0)
15591
+ }, N(r.meta), 9, g_)) : s("", !0)])) : s("", !0)
15541
15592
  ]),
15542
15593
  _: 1
15543
15594
  }, 8, [
@@ -15548,7 +15599,7 @@ function y_(t, n, r, i, a, u) {
15548
15599
  "indeterminate"
15549
15600
  ]))], 2);
15550
15601
  }
15551
- var b_ = /* @__PURE__ */ V(n_, [["render", y_], ["__scopeId", "data-v-bafc258b"]]), x_ = {
15602
+ var v_ = /* @__PURE__ */ V(e_, [["render", __], ["__scopeId", "data-v-bafc258b"]]), y_ = {
15552
15603
  name: "ecs-range",
15553
15604
  mixins: [J],
15554
15605
  emits: ["update:modelValue"],
@@ -15608,21 +15659,21 @@ var b_ = /* @__PURE__ */ V(n_, [["render", y_], ["__scopeId", "data-v-bafc258b"]
15608
15659
  watch: { modelValue(e) {
15609
15660
  this.updateProgress(e);
15610
15661
  } }
15611
- }, S_ = [
15662
+ }, b_ = [
15612
15663
  "id",
15613
15664
  "disabled",
15614
15665
  "min",
15615
15666
  "max",
15616
15667
  "value",
15617
15668
  "step"
15618
- ], C_ = {
15669
+ ], x_ = {
15619
15670
  key: 0,
15620
15671
  class: "ecs-range-markers"
15621
- }, w_ = {
15672
+ }, S_ = {
15622
15673
  key: 1,
15623
15674
  class: "ecs-range-labels"
15624
15675
  };
15625
- function T_(t, n, r, i, a, o) {
15676
+ function C_(t, n, r, i, a, o) {
15626
15677
  return T(), c("div", { class: b(["ecs-range", { "has-list": r.list }]) }, [
15627
15678
  l("input", {
15628
15679
  ref: "rangeInput",
@@ -15635,18 +15686,18 @@ function T_(t, n, r, i, a, o) {
15635
15686
  value: r.modelValue,
15636
15687
  step: r.step === "any" ? "any" : r.step,
15637
15688
  class: "ecs-range-input"
15638
- }, null, 40, S_),
15639
- o.shouldShowMarkers ? (T(), c("div", C_, [(T(!0), c(e, null, O(o.stepCount, (e, t) => (T(), c("span", {
15689
+ }, null, 40, b_),
15690
+ o.shouldShowMarkers ? (T(), c("div", x_, [(T(!0), c(e, null, O(o.stepCount, (e, t) => (T(), c("span", {
15640
15691
  key: t,
15641
15692
  class: "ecs-range-marker"
15642
15693
  }))), 128))])) : s("", !0),
15643
- r.list ? (T(), c("div", w_, [(T(!0), c(e, null, O(r.list, (e, t) => (T(), c("span", {
15694
+ r.list ? (T(), c("div", S_, [(T(!0), c(e, null, O(r.list, (e, t) => (T(), c("span", {
15644
15695
  key: t,
15645
15696
  class: "ecs-range-label"
15646
15697
  }, N(e), 1))), 128))])) : s("", !0)
15647
15698
  ], 2);
15648
15699
  }
15649
- var E_ = /* @__PURE__ */ V(x_, [["render", T_], ["__scopeId", "data-v-b6f3e6b0"]]), D_ = {
15700
+ var w_ = /* @__PURE__ */ V(y_, [["render", C_], ["__scopeId", "data-v-b6f3e6b0"]]), T_ = {
15650
15701
  name: "ecs-rating-star-write",
15651
15702
  emits: ["click", "reset"],
15652
15703
  props: {
@@ -15667,15 +15718,15 @@ var E_ = /* @__PURE__ */ V(x_, [["render", T_], ["__scopeId", "data-v-b6f3e6b0"]
15667
15718
  default: !1
15668
15719
  }
15669
15720
  }
15670
- }, O_ = ["disabled"], k_ = { class: "ecs-rating-write" }, A_ = ["checked", "disabled"], j_ = ["checked", "disabled"], M_ = ["checked", "disabled"], N_ = ["checked", "disabled"];
15671
- function P_(e, t, n, r, i, a) {
15721
+ }, E_ = ["disabled"], D_ = { class: "ecs-rating-write" }, O_ = ["checked", "disabled"], k_ = ["checked", "disabled"], A_ = ["checked", "disabled"], j_ = ["checked", "disabled"];
15722
+ function M_(e, t, n, r, i, a) {
15672
15723
  return T(), c("div", { class: b(["ecs-rating-form", [n.large ? "ecs-rating-form-lg" : ""]]) }, [n.unrated ? (T(), c("button", {
15673
15724
  key: 0,
15674
15725
  onClick: t[0] ||= (t) => e.$emit("reset"),
15675
15726
  disabled: n.disabled,
15676
15727
  class: b(["ecs-rating-reset", { active: n.value == 0 }]),
15677
15728
  "aria-label": "Reset Rating"
15678
- }, [...t[5] ||= [u("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 18 18\" data-v-0d4c1ecb><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(-1215 -543)\" data-v-0d4c1ecb><polygon stroke=\"currentColor\" points=\"1224.145 555.692 1220.347 557.69 1221.073 553.46 1218 550.465 1222.246 549.848 1224.146 546 1226.044 549.848 1230.291 550.465 1227.221 553.46 1227.945 557.69 1224.147 555.692\" data-v-0d4c1ecb></polygon><g transform=\"rotate(-45 1281.298 -1191.488)\" data-v-0d4c1ecb><rect width=\"15\" height=\"1.5\" x=\".101\" y=\"1.899\" fill=\"#FFFFFF\" data-v-0d4c1ecb></rect><rect width=\"15\" height=\"1\" x=\".096\" y=\".904\" fill=\"currentColor\" data-v-0d4c1ecb></rect></g></g></svg>", 1)]], 10, O_)) : s("", !0), l("div", k_, [
15729
+ }, [...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, E_)) : s("", !0), l("div", D_, [
15679
15730
  l("input", {
15680
15731
  type: "radio",
15681
15732
  value: "1",
@@ -15683,7 +15734,7 @@ function P_(e, t, n, r, i, a) {
15683
15734
  onClick: t[1] ||= (t) => e.$emit("click", t),
15684
15735
  checked: n.value == 1 || null,
15685
15736
  disabled: n.disabled
15686
- }, null, 8, A_),
15737
+ }, null, 8, O_),
15687
15738
  t[6] ||= l("i", null, null, -1),
15688
15739
  l("input", {
15689
15740
  type: "radio",
@@ -15692,7 +15743,7 @@ function P_(e, t, n, r, i, a) {
15692
15743
  onClick: t[2] ||= (t) => e.$emit("click", t),
15693
15744
  checked: n.value == 2 || null,
15694
15745
  disabled: n.disabled
15695
- }, null, 8, j_),
15746
+ }, null, 8, k_),
15696
15747
  t[7] ||= l("i", null, null, -1),
15697
15748
  l("input", {
15698
15749
  type: "radio",
@@ -15701,7 +15752,7 @@ function P_(e, t, n, r, i, a) {
15701
15752
  onClick: t[3] ||= (t) => e.$emit("click", t),
15702
15753
  checked: n.value == 3 || null,
15703
15754
  disabled: n.disabled
15704
- }, null, 8, M_),
15755
+ }, null, 8, A_),
15705
15756
  t[8] ||= l("i", null, null, -1),
15706
15757
  l("input", {
15707
15758
  type: "radio",
@@ -15710,11 +15761,11 @@ function P_(e, t, n, r, i, a) {
15710
15761
  onClick: t[4] ||= (t) => e.$emit("click", t),
15711
15762
  checked: n.value == 4 || null,
15712
15763
  disabled: n.disabled
15713
- }, null, 8, N_),
15764
+ }, null, 8, j_),
15714
15765
  t[9] ||= l("i", null, null, -1)
15715
15766
  ])], 2);
15716
15767
  }
15717
- var F_ = /* @__PURE__ */ V(D_, [["render", P_], ["__scopeId", "data-v-0d4c1ecb"]]), I_ = {
15768
+ var N_ = /* @__PURE__ */ V(T_, [["render", M_], ["__scopeId", "data-v-0d4c1ecb"]]), P_ = {
15718
15769
  name: "ecs-section",
15719
15770
  props: {
15720
15771
  title: { type: String },
@@ -15760,11 +15811,11 @@ var F_ = /* @__PURE__ */ V(D_, [["render", P_], ["__scopeId", "data-v-0d4c1ecb"]
15760
15811
  return `ecs-section-content-padding-${this.contentPadding}`;
15761
15812
  }
15762
15813
  }
15763
- }, L_ = {
15814
+ }, F_ = {
15764
15815
  key: 0,
15765
15816
  class: "ecs-section-controls"
15766
15817
  };
15767
- function R_(e, t, n, r, i, a) {
15818
+ function I_(e, t, n, r, i, a) {
15768
15819
  return T(), c("div", { class: b(["ecs-section", [
15769
15820
  n.borderTop ? "ecs-section-border-top" : "",
15770
15821
  n.borderBottom ? "ecs-section-border-bottom" : "",
@@ -15773,9 +15824,9 @@ function R_(e, t, n, r, i, a) {
15773
15824
  ]]) }, [n.title ? (T(), c("h3", {
15774
15825
  key: 0,
15775
15826
  class: b(["ecs-section-headline", [n.headlineBold ? "ecs-headline-section-bold" : "ecs-headline-section", e.$slots.controls ? "has-buttons" : ""]])
15776
- }, [d(N(n.title) + " ", 1), e.$slots.controls ? (T(), c("div", L_, [k(e.$slots, "controls", {}, void 0, !0)])) : s("", !0)], 2)) : s("", !0), l("div", { class: b(["ecs-section-content", [n.title ? "" : "equal", a.contentPaddingClass]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2)], 2);
15827
+ }, [d(N(n.title) + " ", 1), e.$slots.controls ? (T(), c("div", F_, [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);
15777
15828
  }
15778
- var z_ = /* @__PURE__ */ V(I_, [["render", R_], ["__scopeId", "data-v-cdcc0680"]]), B_ = {
15829
+ var L_ = /* @__PURE__ */ V(P_, [["render", I_], ["__scopeId", "data-v-cdcc0680"]]), R_ = {
15779
15830
  name: "ecs-segments",
15780
15831
  emits: ["click"],
15781
15832
  components: { EcsIcon: H },
@@ -15801,15 +15852,15 @@ var z_ = /* @__PURE__ */ V(I_, [["render", R_], ["__scopeId", "data-v-cdcc0680"]
15801
15852
  default: !1
15802
15853
  }
15803
15854
  }
15804
- }, V_ = ["for", "disabled"], H_ = [
15855
+ }, z_ = ["for", "disabled"], B_ = [
15805
15856
  "name",
15806
15857
  "value",
15807
15858
  "id",
15808
15859
  "checked",
15809
15860
  "disabled",
15810
15861
  "onClick"
15811
- ], U_ = ["title"];
15812
- function W_(t, n, r, i, a, u) {
15862
+ ], V_ = ["title"];
15863
+ function H_(t, n, r, i, a, u) {
15813
15864
  let f = A("ecs-icon");
15814
15865
  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", {
15815
15866
  key: e.id,
@@ -15823,7 +15874,7 @@ function W_(t, n, r, i, a, u) {
15823
15874
  checked: r.value.toLowerCase() == e.id.toLowerCase() || null,
15824
15875
  disabled: e.disabled || r.disabled,
15825
15876
  onClick: (n) => t.$emit("click", e.id)
15826
- }, null, 8, H_), l("span", {
15877
+ }, null, 8, B_), l("span", {
15827
15878
  class: "ecs-segment",
15828
15879
  title: e.title
15829
15880
  }, [e.icon ? (T(), o(f, {
@@ -15832,9 +15883,9 @@ function W_(t, n, r, i, a, u) {
15832
15883
  type: e.icon,
15833
15884
  size: "20",
15834
15885
  color: "#2F333C"
15835
- }, null, 8, ["class", "type"])) : s("", !0), d(" " + N(e.label), 1)], 8, U_)], 8, V_))), 128))], 2);
15886
+ }, null, 8, ["class", "type"])) : s("", !0), d(" " + N(e.label), 1)], 8, V_)], 8, z_))), 128))], 2);
15836
15887
  }
15837
- var G_ = /* @__PURE__ */ V(B_, [["render", W_], ["__scopeId", "data-v-1cb14db0"]]), K_ = {
15888
+ var U_ = /* @__PURE__ */ V(R_, [["render", H_], ["__scopeId", "data-v-1cb14db0"]]), W_ = {
15838
15889
  name: "ecs-selection-grid",
15839
15890
  emits: ["update:modelValue"],
15840
15891
  components: {
@@ -15885,12 +15936,12 @@ var G_ = /* @__PURE__ */ V(B_, [["render", W_], ["__scopeId", "data-v-1cb14db0"]
15885
15936
  }
15886
15937
  }
15887
15938
  }
15888
- }, q_ = ["role"], J_ = [
15939
+ }, G_ = ["role"], K_ = [
15889
15940
  "onClick",
15890
15941
  "role",
15891
15942
  "aria-checked"
15892
15943
  ];
15893
- function Y_(t, n, r, i, a, l) {
15944
+ function q_(t, n, r, i, a, l) {
15894
15945
  let u = A("ecs-icon"), p = A("ecs-file-icon"), m = A("ecs-text-v2"), h = A("ecs-flex-row");
15895
15946
  return T(), c("div", {
15896
15947
  class: "ecs-selection-grid",
@@ -15927,14 +15978,14 @@ function Y_(t, n, r, i, a, l) {
15927
15978
  _: 2
15928
15979
  }, 1024)) : s("", !0)]),
15929
15980
  _: 2
15930
- }, 1024)], 10, J_))), 128))], 12, q_);
15981
+ }, 1024)], 10, K_))), 128))], 12, G_);
15931
15982
  }
15932
- var X_ = /* @__PURE__ */ V(K_, [["render", Y_], ["__scopeId", "data-v-8b0a7154"]]), Z_ = {
15983
+ var J_ = /* @__PURE__ */ V(W_, [["render", q_], ["__scopeId", "data-v-8b0a7154"]]), Y_ = {
15933
15984
  name: "ecs-select-tile",
15934
15985
  emits: ["click"],
15935
15986
  components: {
15936
15987
  EcsFocusRing: U,
15937
- EcsIllustration: bp
15988
+ EcsIllustration: vp
15938
15989
  },
15939
15990
  props: {
15940
15991
  label: {
@@ -15967,14 +16018,14 @@ var X_ = /* @__PURE__ */ V(K_, [["render", Y_], ["__scopeId", "data-v-8b0a7154"]
15967
16018
  default: !1
15968
16019
  }
15969
16020
  }
15970
- }, Q_ = ["aria-checked", "tabindex"], $_ = {
16021
+ }, X_ = ["aria-checked", "tabindex"], Z_ = {
15971
16022
  key: 1,
15972
16023
  class: "label"
15973
- }, ev = {
16024
+ }, Q_ = {
15974
16025
  key: 2,
15975
16026
  class: "help"
15976
16027
  };
15977
- function tv(e, t, n, r, i, a) {
16028
+ function $_(e, t, n, r, i, a) {
15978
16029
  let u = A("ecs-illustration"), d = A("ecs-focus-ring");
15979
16030
  return T(), c("div", {
15980
16031
  onClick: t[0] ||= (t) => e.$emit("click", t),
@@ -15989,23 +16040,23 @@ function tv(e, t, n, r, i, a) {
15989
16040
  key: 0,
15990
16041
  type: n.illustration
15991
16042
  }, null, 8, ["type"])) : s("", !0),
15992
- n.label ? (T(), c("div", $_, N(n.label), 1)) : s("", !0),
15993
- n.helpText ? (T(), c("div", ev, N(n.helpText), 1)) : s("", !0),
16043
+ n.label ? (T(), c("div", Z_, N(n.label), 1)) : s("", !0),
16044
+ n.helpText ? (T(), c("div", Q_, N(n.helpText), 1)) : s("", !0),
15994
16045
  f(d, {
15995
16046
  inset: -6,
15996
16047
  radius: 12
15997
16048
  })
15998
- ], 42, Q_);
16049
+ ], 42, X_);
15999
16050
  }
16000
- var nv = /* @__PURE__ */ V(Z_, [["render", tv], ["__scopeId", "data-v-a5e9bd1b"]]), rv = { name: "ecs-sequence-map" }, iv = {
16051
+ var ev = /* @__PURE__ */ V(Y_, [["render", $_], ["__scopeId", "data-v-a5e9bd1b"]]), tv = { name: "ecs-sequence-map" }, nv = {
16001
16052
  class: "ecs-sequence-map",
16002
16053
  role: "navigation",
16003
16054
  "aria-label": "Steps"
16004
16055
  };
16005
- function av(e, t, n, r, i, a) {
16006
- return T(), c("div", iv, [k(e.$slots, "default", {}, void 0, !0)]);
16056
+ function rv(e, t, n, r, i, a) {
16057
+ return T(), c("div", nv, [k(e.$slots, "default", {}, void 0, !0)]);
16007
16058
  }
16008
- var ov = /* @__PURE__ */ V(rv, [["render", av], ["__scopeId", "data-v-69c3c73d"]]), sv = {
16059
+ var iv = /* @__PURE__ */ V(tv, [["render", rv], ["__scopeId", "data-v-69c3c73d"]]), av = {
16009
16060
  name: "ecs-sequence-map-button",
16010
16061
  emits: ["click"],
16011
16062
  components: {
@@ -16034,8 +16085,8 @@ var ov = /* @__PURE__ */ V(rv, [["render", av], ["__scopeId", "data-v-69c3c73d"]
16034
16085
  default: !1
16035
16086
  }
16036
16087
  }
16037
- }, cv = ["aria-busy"], lv = { class: "count" };
16038
- function uv(e, t, n, r, i, a) {
16088
+ }, ov = ["aria-busy"], sv = { class: "count" };
16089
+ function cv(e, t, n, r, i, a) {
16039
16090
  let u = A("ecs-icon"), p = A("ecs-focus-ring");
16040
16091
  return T(), c("button", {
16041
16092
  onClick: t[0] ||= (t) => e.$emit("click", t),
@@ -16047,7 +16098,7 @@ function uv(e, t, n, r, i, a) {
16047
16098
  ]]),
16048
16099
  "aria-busy": n.loading || null
16049
16100
  }, [
16050
- l("span", lv, [d(N(n.step) + " ", 1), n.loading ? (T(), o(u, {
16101
+ l("span", sv, [d(N(n.step) + " ", 1), n.loading ? (T(), o(u, {
16051
16102
  key: 0,
16052
16103
  type: "loading",
16053
16104
  class: "loading",
@@ -16056,9 +16107,9 @@ function uv(e, t, n, r, i, a) {
16056
16107
  k(e.$slots, "default", {}, void 0, !0),
16057
16108
  f(p, { inset: 4 }),
16058
16109
  t[1] ||= l("div", { class: "step-indicator" }, null, -1)
16059
- ], 10, cv);
16110
+ ], 10, ov);
16060
16111
  }
16061
- var dv = /* @__PURE__ */ V(sv, [["render", uv], ["__scopeId", "data-v-397f53f1"]]), fv = {
16112
+ var lv = /* @__PURE__ */ V(av, [["render", cv], ["__scopeId", "data-v-397f53f1"]]), uv = {
16062
16113
  name: "ecs-tab-bar",
16063
16114
  props: {
16064
16115
  type: {
@@ -16096,30 +16147,30 @@ var dv = /* @__PURE__ */ V(sv, [["render", uv], ["__scopeId", "data-v-397f53f1"]
16096
16147
  if (this.type === "standard" && this.direction === "column" || this.type === "sidebar") return "vertical";
16097
16148
  }
16098
16149
  }
16099
- }, pv = ["aria-orientation", "data-orientation"];
16100
- function mv(e, t, n, r, i, a) {
16150
+ }, dv = ["aria-orientation", "data-orientation"];
16151
+ function fv(e, t, n, r, i, a) {
16101
16152
  return T(), c("div", {
16102
16153
  class: b(["ecs-tab-bar", [a.typeClass, a.directionClass]]),
16103
16154
  role: "tablist",
16104
16155
  "aria-orientation": a.tabOrientation,
16105
16156
  "data-orientation": a.tabOrientation
16106
- }, [k(e.$slots, "default", {}, void 0, !0)], 10, pv);
16157
+ }, [k(e.$slots, "default", {}, void 0, !0)], 10, dv);
16107
16158
  }
16108
- var hv = /* @__PURE__ */ V(fv, [["render", mv], ["__scopeId", "data-v-d3452fc7"]]), gv = {
16159
+ var pv = /* @__PURE__ */ V(uv, [["render", fv], ["__scopeId", "data-v-d3452fc7"]]), mv = {
16109
16160
  name: "ecs-tabs",
16110
16161
  props: { fill: {
16111
16162
  type: Boolean,
16112
16163
  default: !1
16113
16164
  } }
16114
16165
  };
16115
- function _v(e, t, n, r, i, a) {
16166
+ function hv(e, t, n, r, i, a) {
16116
16167
  return T(), c("div", { class: b(["ecs-tab-content", [n.fill ? "ecs-tab-content-fill" : ""]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2);
16117
16168
  }
16118
- var vv = /* @__PURE__ */ V(gv, [["render", _v], ["__scopeId", "data-v-0fe19168"]]), yv = {
16169
+ var gv = /* @__PURE__ */ V(mv, [["render", hv], ["__scopeId", "data-v-0fe19168"]]), _v = {
16119
16170
  name: "ecs-sidebar",
16120
16171
  components: {
16121
- EcsTabBar: hv,
16122
- EcsTabs: vv
16172
+ EcsTabBar: pv,
16173
+ EcsTabs: gv
16123
16174
  },
16124
16175
  props: {
16125
16176
  expanded: {
@@ -16153,13 +16204,13 @@ var vv = /* @__PURE__ */ V(gv, [["render", _v], ["__scopeId", "data-v-0fe19168"]
16153
16204
  return this.expanded ? "height: calc(100% - 10px)" : "height:" + (2 + 36 * this.tabCount) + "px";
16154
16205
  }
16155
16206
  }
16156
- }, bv = { class: "ecs-sidebar-tabs" };
16157
- function xv(e, t, n, r, i, a) {
16207
+ }, vv = { class: "ecs-sidebar-tabs" };
16208
+ function yv(e, t, n, r, i, a) {
16158
16209
  let o = A("ecs-tab-bar"), s = A("ecs-tabs");
16159
16210
  return T(), c("aside", {
16160
16211
  class: b(["ecs-sidebar", [a.sizeClass, a.expandClass]]),
16161
16212
  style: S(a.height)
16162
- }, [l("div", bv, [f(o, { type: "sidebar" }, {
16213
+ }, [l("div", vv, [f(o, { type: "sidebar" }, {
16163
16214
  default: I(() => [k(e.$slots, "tab-buttons", {}, void 0, !0)]),
16164
16215
  _: 3
16165
16216
  })]), f(s, null, {
@@ -16167,7 +16218,7 @@ function xv(e, t, n, r, i, a) {
16167
16218
  _: 3
16168
16219
  })], 6);
16169
16220
  }
16170
- var Sv = /* @__PURE__ */ V(yv, [["render", xv], ["__scopeId", "data-v-55f62417"]]), Cv = {
16221
+ var bv = /* @__PURE__ */ V(_v, [["render", yv], ["__scopeId", "data-v-55f62417"]]), xv = {
16171
16222
  name: "ecs-sidebar-content",
16172
16223
  props: {
16173
16224
  indent: {
@@ -16180,17 +16231,17 @@ var Sv = /* @__PURE__ */ V(yv, [["render", xv], ["__scopeId", "data-v-55f62417"]
16180
16231
  }
16181
16232
  }
16182
16233
  };
16183
- function wv(e, t, n, r, i, a) {
16234
+ function Sv(e, t, n, r, i, a) {
16184
16235
  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);
16185
16236
  }
16186
- var Tv = /* @__PURE__ */ V(Cv, [["render", wv], ["__scopeId", "data-v-197087d5"]]), Ev = {
16237
+ var Cv = /* @__PURE__ */ V(xv, [["render", Sv], ["__scopeId", "data-v-197087d5"]]), wv = {
16187
16238
  name: "ecs-sidebar-footer",
16188
16239
  props: { condensed: {
16189
16240
  type: Boolean,
16190
16241
  default: !1
16191
16242
  } }
16192
16243
  };
16193
- function Dv(e, t, n, r, i, a) {
16244
+ function Tv(e, t, n, r, i, a) {
16194
16245
  return T(), c("footer", { class: b(["ecs-sidebar-footer", [e.$slots.extension ? "has-extension" : ""]]) }, [
16195
16246
  k(e.$slots, "alert", {}, void 0, !0),
16196
16247
  e.$slots.extension ? (T(), c("div", {
@@ -16200,7 +16251,7 @@ function Dv(e, t, n, r, i, a) {
16200
16251
  l("div", { class: b(["ecs-sidebar-footer-inner", [n.condensed ? "ecs-sidebar-footer-inner-condensed" : ""]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2)
16201
16252
  ], 2);
16202
16253
  }
16203
- var Ov = /* @__PURE__ */ V(Ev, [["render", Dv], ["__scopeId", "data-v-0c35a678"]]), kv = {
16254
+ var Ev = /* @__PURE__ */ V(wv, [["render", Tv], ["__scopeId", "data-v-0c35a678"]]), Dv = {
16204
16255
  name: "ecs-sidebar-header",
16205
16256
  props: {
16206
16257
  subHeaderExpanded: {
@@ -16216,40 +16267,40 @@ var Ov = /* @__PURE__ */ V(Ev, [["render", Dv], ["__scopeId", "data-v-0c35a678"]
16216
16267
  default: !1
16217
16268
  }
16218
16269
  }
16219
- }, Av = { class: "ecs-sidebar-header" }, jv = {
16270
+ }, Ov = { class: "ecs-sidebar-header" }, kv = {
16220
16271
  key: 0,
16221
16272
  class: "ecs-sidebar-header-row"
16222
- }, Mv = { class: "ecs-sidebar-header-title" }, Nv = {
16273
+ }, Av = { class: "ecs-sidebar-header-title" }, jv = {
16223
16274
  key: 0,
16224
16275
  class: "ecs-sidebar-header-controls"
16225
- }, Pv = {
16276
+ }, Mv = {
16226
16277
  key: 0,
16227
16278
  class: "ecs-sidebar-header-row sub-header"
16228
- }, Fv = {
16279
+ }, Nv = {
16229
16280
  key: 0,
16230
16281
  class: "ecs-sidebar-header-row sub-header"
16231
16282
  };
16232
- function Iv(e, t, n, i, a, o) {
16233
- return T(), c("header", Av, [
16234
- n.hidePrimaryHeader ? s("", !0) : (T(), c("div", jv, [l("div", Mv, [k(e.$slots, "default", {}, void 0, !0)]), e.$slots["primary-controls"] ? (T(), c("div", Nv, [k(e.$slots, "primary-controls", {}, void 0, !0)])) : s("", !0)])),
16283
+ function Pv(e, t, n, i, a, o) {
16284
+ return T(), c("header", Ov, [
16285
+ n.hidePrimaryHeader ? s("", !0) : (T(), c("div", kv, [l("div", Av, [k(e.$slots, "default", {}, void 0, !0)]), e.$slots["primary-controls"] ? (T(), c("div", jv, [k(e.$slots, "primary-controls", {}, void 0, !0)])) : s("", !0)])),
16235
16286
  f(r, { name: "expansion" }, {
16236
- default: I(() => [n.subHeaderExpanded && e.$slots.subheader ? (T(), c("div", Pv, [k(e.$slots, "subheader", {}, void 0, !0)])) : s("", !0)]),
16287
+ default: I(() => [n.subHeaderExpanded && e.$slots.subheader ? (T(), c("div", Mv, [k(e.$slots, "subheader", {}, void 0, !0)])) : s("", !0)]),
16237
16288
  _: 3
16238
16289
  }),
16239
16290
  f(r, { name: "expansion" }, {
16240
- default: I(() => [n.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (T(), c("div", Fv, [k(e.$slots, "tertiaryheader", {}, void 0, !0)])) : s("", !0)]),
16291
+ default: I(() => [n.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (T(), c("div", Nv, [k(e.$slots, "tertiaryheader", {}, void 0, !0)])) : s("", !0)]),
16241
16292
  _: 3
16242
16293
  })
16243
16294
  ]);
16244
16295
  }
16245
- var Lv = /* @__PURE__ */ V(kv, [["render", Iv], ["__scopeId", "data-v-54e7aa5c"]]), Rv = { name: "ecs-sidebar-list" }, zv = {
16296
+ var Fv = /* @__PURE__ */ V(Dv, [["render", Pv], ["__scopeId", "data-v-54e7aa5c"]]), Iv = { name: "ecs-sidebar-list" }, Lv = {
16246
16297
  class: "ecs-sidebar-list",
16247
16298
  role: "list"
16248
16299
  };
16249
- function Bv(e, t, n, r, i, a) {
16250
- return T(), c("div", zv, [k(e.$slots, "default", {}, void 0, !0)]);
16300
+ function Rv(e, t, n, r, i, a) {
16301
+ return T(), c("div", Lv, [k(e.$slots, "default", {}, void 0, !0)]);
16251
16302
  }
16252
- var Vv = /* @__PURE__ */ V(Rv, [["render", Bv], ["__scopeId", "data-v-81bc3c0a"]]), Hv = {
16303
+ var zv = /* @__PURE__ */ V(Iv, [["render", Rv], ["__scopeId", "data-v-81bc3c0a"]]), Bv = {
16253
16304
  name: "ecs-sidebar-list-item",
16254
16305
  emits: ["click", "select"],
16255
16306
  components: {
@@ -16349,16 +16400,16 @@ var Vv = /* @__PURE__ */ V(Rv, [["render", Bv], ["__scopeId", "data-v-81bc3c0a"]
16349
16400
  });
16350
16401
  }
16351
16402
  }
16352
- }, Uv = {
16403
+ }, Vv = {
16353
16404
  class: "ecs-sidebar-list-item",
16354
16405
  role: "listitem"
16355
- }, Wv = ["tabindex"], Gv = { class: "ecs-sidebar-list-item-content" }, Kv = { class: "ecs-sidebar-list-item-label" }, qv = { class: "ecs-sidebar-list-item-label-text" }, Jv = { class: "ecs-sidebar-list-item-subline" }, Yv = {
16406
+ }, Hv = ["tabindex"], Uv = { class: "ecs-sidebar-list-item-content" }, Wv = { class: "ecs-sidebar-list-item-label" }, Gv = { class: "ecs-sidebar-list-item-label-text" }, Kv = { class: "ecs-sidebar-list-item-subline" }, qv = {
16356
16407
  key: 0,
16357
16408
  class: "ecs-sidebar-list-item-subline secondary"
16358
16409
  };
16359
- function Xv(t, n, r, i, a, u) {
16410
+ function Jv(t, n, r, i, a, u) {
16360
16411
  let p = A("ecs-checkbox"), m = A("ecs-skeleton-loader"), h = A("ecs-avatar"), g = A("ecs-icon"), _ = A("ecs-flex-row");
16361
- return T(), c("div", Uv, [l("div", {
16412
+ return T(), c("div", Vv, [l("div", {
16362
16413
  onClick: n[1] ||= (...e) => u.handleClick && u.handleClick(...e),
16363
16414
  onKeydown: [n[2] ||= L((...e) => u.handleClick && u.handleClick(...e), ["enter"]), n[3] ||= L(R((...e) => u.handleClick && u.handleClick(...e), ["prevent"]), ["space"])],
16364
16415
  class: b(["ecs-sidebar-list-item-state", {
@@ -16415,12 +16466,12 @@ function Xv(t, n, r, i, a, u) {
16415
16466
  size: "30",
16416
16467
  color: r.iconColor
16417
16468
  }, null, 8, ["type", "color"])) : s("", !0),
16418
- l("div", Gv, [l("span", Kv, [r.loading ? (T(), o(m, {
16469
+ l("div", Uv, [l("span", Wv, [r.loading ? (T(), o(m, {
16419
16470
  key: 0,
16420
16471
  type: "single",
16421
16472
  "line-height": 4,
16422
16473
  width: "random"
16423
- })) : (T(), c(e, { key: 1 }, [l("span", qv, [k(t.$slots, "default", {}, void 0, !0)]), r.ai ? (T(), o(g, {
16474
+ })) : (T(), c(e, { key: 1 }, [l("span", Gv, [k(t.$slots, "default", {}, void 0, !0)]), r.ai ? (T(), o(g, {
16424
16475
  key: 0,
16425
16476
  type: "ecai-icon",
16426
16477
  size: "16",
@@ -16431,12 +16482,12 @@ function Xv(t, n, r, i, a, u) {
16431
16482
  gap: 8,
16432
16483
  justify: "between"
16433
16484
  }, {
16434
- default: I(() => [l("span", Jv, [r.loading ? (T(), o(m, {
16485
+ default: I(() => [l("span", Kv, [r.loading ? (T(), o(m, {
16435
16486
  key: 0,
16436
16487
  type: "single",
16437
16488
  "line-height": 2,
16438
16489
  width: "random"
16439
- })) : r.subline ? (T(), c(e, { key: 1 }, [d(N(r.subline), 1)], 64)) : s("", !0)]), r.sublineSecondary || r.loading ? (T(), c("span", Yv, [l("span", { class: b({ "on-hover": r.sublineSecondaryHover }) }, [r.loading ? (T(), o(m, {
16490
+ })) : r.subline ? (T(), c(e, { key: 1 }, [d(N(r.subline), 1)], 64)) : s("", !0)]), r.sublineSecondary || r.loading ? (T(), c("span", qv, [l("span", { class: b({ "on-hover": r.sublineSecondaryHover }) }, [r.loading ? (T(), o(m, {
16440
16491
  key: 0,
16441
16492
  type: "single",
16442
16493
  "line-height": 2,
@@ -16446,9 +16497,9 @@ function Xv(t, n, r, i, a, u) {
16446
16497
  _: 1
16447
16498
  })) : s("", !0)]),
16448
16499
  r.loading ? s("", !0) : k(t.$slots, "meta", { key: 4 }, void 0, !0)
16449
- ], 42, Wv)]);
16500
+ ], 42, Hv)]);
16450
16501
  }
16451
- var Zv = /* @__PURE__ */ V(Hv, [["render", Xv], ["__scopeId", "data-v-66eb2ab6"]]), Qv = {
16502
+ var Yv = /* @__PURE__ */ V(Bv, [["render", Jv], ["__scopeId", "data-v-66eb2ab6"]]), Xv = {
16452
16503
  name: "ecs-structured-content",
16453
16504
  components: {
16454
16505
  EcsClickableArea: vr,
@@ -16518,14 +16569,14 @@ var Zv = /* @__PURE__ */ V(Hv, [["render", Xv], ["__scopeId", "data-v-66eb2ab6"]
16518
16569
  this.internalCollapse = !this.internalCollapse, this.$emit("toggleCollapse", this.internalCollapse);
16519
16570
  }
16520
16571
  }
16521
- }, $v = {
16572
+ }, Zv = {
16522
16573
  key: 1,
16523
16574
  class: "ecs-structured-content-left"
16524
- }, ey = {
16575
+ }, Qv = {
16525
16576
  key: 2,
16526
16577
  class: "ecs-structured-content-right"
16527
- }, ty = { class: "ecs-structured-content-collapse-inner" }, ny = { class: "ecs-structured-content-collapse-content" };
16528
- function ry(e, t, n, r, i, a) {
16578
+ }, $v = { class: "ecs-structured-content-collapse-inner" }, ey = { class: "ecs-structured-content-collapse-content" };
16579
+ function ty(e, t, n, r, i, a) {
16529
16580
  let u = A("ecs-skeleton-loader");
16530
16581
  return T(), c("div", { class: b(["ecs-structured-content", [
16531
16582
  { clickable: n.clickable },
@@ -16548,7 +16599,7 @@ function ry(e, t, n, r, i, a) {
16548
16599
  key: 0,
16549
16600
  type: "single",
16550
16601
  width: "random"
16551
- })) : (T(), c("div", $v, [k(e.$slots, "default", {}, void 0, !0)])), e.$slots.extend && !n.loading ? (T(), c("div", ey, [k(e.$slots, "extend", {}, void 0, !0)])) : s("", !0)]),
16602
+ })) : (T(), c("div", Zv, [k(e.$slots, "default", {}, void 0, !0)])), e.$slots.extend && !n.loading ? (T(), c("div", Qv, [k(e.$slots, "extend", {}, void 0, !0)])) : s("", !0)]),
16552
16603
  _: 3
16553
16604
  }, 8, [
16554
16605
  "onClick",
@@ -16563,12 +16614,12 @@ function ry(e, t, n, r, i, a) {
16563
16614
  collapsed: i.internalCollapse,
16564
16615
  expanded: i.internalCollapse === !1
16565
16616
  }])
16566
- }, [l("div", ty, [l("div", ny, [n.loading ? (T(), o(u, {
16617
+ }, [l("div", $v, [l("div", ey, [n.loading ? (T(), o(u, {
16567
16618
  key: 0,
16568
16619
  type: "multi"
16569
16620
  })) : k(e.$slots, "collapse", { key: 1 }, void 0, !0)])])], 2))], 2);
16570
16621
  }
16571
- var iy = /* @__PURE__ */ V(Qv, [["render", ry], ["__scopeId", "data-v-823ad344"]]), ay = {
16622
+ var ny = /* @__PURE__ */ V(Xv, [["render", ty], ["__scopeId", "data-v-823ad344"]]), ry = {
16572
16623
  name: "ecs-swatches-picker",
16573
16624
  emits: ["update:modelValue"],
16574
16625
  props: {
@@ -16616,14 +16667,14 @@ var iy = /* @__PURE__ */ V(Qv, [["render", ry], ["__scopeId", "data-v-823ad344"]
16616
16667
  this.selectedTitle = this.swatches[this.swatches.findIndex((e) => e.hex === this.selectedColor)].title;
16617
16668
  }
16618
16669
  }
16619
- }, oy = [
16670
+ }, iy = [
16620
16671
  "onClick",
16621
16672
  "onKeydown",
16622
16673
  "title",
16623
16674
  "aria-label",
16624
16675
  "aria-checked"
16625
16676
  ];
16626
- function sy(t, n, r, i, a, o) {
16677
+ function ay(t, n, r, i, a, o) {
16627
16678
  return T(), c("div", {
16628
16679
  class: b(["ecs-swatches", o.sizeClass]),
16629
16680
  role: "radiogroup"
@@ -16641,9 +16692,9 @@ function sy(t, n, r, i, a, o) {
16641
16692
  backgroundColor: e.hex,
16642
16693
  color: e.hex
16643
16694
  })
16644
- }, null, 46, oy))), 128))], 2);
16695
+ }, null, 46, iy))), 128))], 2);
16645
16696
  }
16646
- var cy = /* @__PURE__ */ V(ay, [["render", sy], ["__scopeId", "data-v-9c0b74cb"]]), ly = {
16697
+ var oy = /* @__PURE__ */ V(ry, [["render", ay], ["__scopeId", "data-v-9c0b74cb"]]), sy = {
16647
16698
  name: "ecs-tab",
16648
16699
  props: {
16649
16700
  show: {
@@ -16672,8 +16723,8 @@ var cy = /* @__PURE__ */ V(ay, [["render", sy], ["__scopeId", "data-v-9c0b74cb"]
16672
16723
  mounted() {
16673
16724
  !this.ariaLabeledBy || this.ariaLabeledBy.trim();
16674
16725
  }
16675
- }, uy = ["aria-labelledby"];
16676
- function dy(e, t, n, r, i, a) {
16726
+ }, cy = ["aria-labelledby"];
16727
+ function ly(e, t, n, r, i, a) {
16677
16728
  return T(), c("div", {
16678
16729
  class: b(["ecs-tab-pane", [
16679
16730
  n.show ? "show" : "",
@@ -16682,9 +16733,9 @@ function dy(e, t, n, r, i, a) {
16682
16733
  ]]),
16683
16734
  role: "tabpanel",
16684
16735
  "aria-labelledby": n.ariaLabeledBy
16685
- }, [k(e.$slots, "default", {}, void 0, !0)], 10, uy);
16736
+ }, [k(e.$slots, "default", {}, void 0, !0)], 10, cy);
16686
16737
  }
16687
- var fy = /* @__PURE__ */ V(ly, [["render", dy], ["__scopeId", "data-v-2c119fff"]]), py = {
16738
+ var uy = /* @__PURE__ */ V(sy, [["render", ly], ["__scopeId", "data-v-2c119fff"]]), dy = {
16688
16739
  name: "ecs-tab-button",
16689
16740
  emits: ["click", "tabNavigation"],
16690
16741
  components: {
@@ -16767,16 +16818,16 @@ var fy = /* @__PURE__ */ V(ly, [["render", dy], ["__scopeId", "data-v-2c119fff"]
16767
16818
  });
16768
16819
  }
16769
16820
  }
16770
- }, my = [
16821
+ }, fy = [
16771
16822
  "disabled",
16772
16823
  "aria-selected",
16773
16824
  "aria-controls",
16774
16825
  "aria-label"
16775
- ], hy = {
16826
+ ], py = {
16776
16827
  key: 2,
16777
16828
  class: "shortcut"
16778
16829
  };
16779
- function gy(e, t, n, r, i, a) {
16830
+ function my(e, t, n, r, i, a) {
16780
16831
  let u = A("ecs-icon"), d = A("ecs-sticker"), p = A("ecs-focus-ring");
16781
16832
  return T(), c("button", {
16782
16833
  class: b(["ecs-tab-button", [
@@ -16804,12 +16855,12 @@ function gy(e, t, n, r, i, a) {
16804
16855
  type: n.sticker
16805
16856
  }, null, 8, ["type"])) : s("", !0),
16806
16857
  k(e.$slots, "default", {}, void 0, !0),
16807
- n.shortcut ? (T(), c("span", hy, N(n.shortcut), 1)) : s("", !0),
16858
+ n.shortcut ? (T(), c("span", py, N(n.shortcut), 1)) : s("", !0),
16808
16859
  f(p, { inset: 0 }),
16809
16860
  t[2] ||= l("span", { class: "hover" }, null, -1)
16810
- ], 42, my);
16861
+ ], 42, fy);
16811
16862
  }
16812
- var _y = /* @__PURE__ */ V(py, [["render", gy], ["__scopeId", "data-v-e723f4d5"]]), vy = {
16863
+ var hy = /* @__PURE__ */ V(dy, [["render", my], ["__scopeId", "data-v-e723f4d5"]]), gy = {
16813
16864
  name: "ecs-tag",
16814
16865
  emits: ["click"],
16815
16866
  components: {
@@ -16892,11 +16943,11 @@ var _y = /* @__PURE__ */ V(py, [["render", gy], ["__scopeId", "data-v-e723f4d5"]
16892
16943
  methods: { handleClick(e) {
16893
16944
  this.$emit("click", e);
16894
16945
  } }
16895
- }, yy = ["title"], by = {
16946
+ }, _y = ["title"], vy = {
16896
16947
  key: 1,
16897
16948
  class: "count"
16898
16949
  };
16899
- function xy(e, t, n, r, i, a) {
16950
+ function yy(e, t, n, r, i, a) {
16900
16951
  let l = A("ecs-skeleton-loader"), u = A("ecs-focus-ring");
16901
16952
  return T(), o(M(n.hover ? "button" : "span"), {
16902
16953
  class: b(["ecs-tag", [
@@ -16915,9 +16966,9 @@ function xy(e, t, n, r, i, a) {
16915
16966
  key: 0,
16916
16967
  class: "path",
16917
16968
  title: n.path
16918
- }, "../", 8, yy)) : s("", !0),
16969
+ }, "../", 8, _y)) : s("", !0),
16919
16970
  k(e.$slots, "default", {}, void 0, !0),
16920
- n.count ? (T(), c("span", by, N(n.count), 1)) : s("", !0),
16971
+ n.count ? (T(), c("span", vy, N(n.count), 1)) : s("", !0),
16921
16972
  n.loading ? (T(), o(l, {
16922
16973
  key: 2,
16923
16974
  type: "single",
@@ -16935,14 +16986,14 @@ function xy(e, t, n, r, i, a) {
16935
16986
  "disabled"
16936
16987
  ]);
16937
16988
  }
16938
- var Sy = /* @__PURE__ */ V(vy, [["render", xy], ["__scopeId", "data-v-569d32e3"]]), Cy = { name: "ecs-tag-cloud" }, wy = {
16989
+ var by = /* @__PURE__ */ V(gy, [["render", yy], ["__scopeId", "data-v-569d32e3"]]), xy = { name: "ecs-tag-cloud" }, Sy = {
16939
16990
  class: "ecs-tag-cloud",
16940
16991
  role: "list"
16941
16992
  };
16942
- function Ty(e, t, n, r, i, a) {
16943
- return T(), c("div", wy, [k(e.$slots, "default", {}, void 0, !0)]);
16993
+ function Cy(e, t, n, r, i, a) {
16994
+ return T(), c("div", Sy, [k(e.$slots, "default", {}, void 0, !0)]);
16944
16995
  }
16945
- var Ey = /* @__PURE__ */ V(Cy, [["render", Ty], ["__scopeId", "data-v-4334fe7e"]]), Dy = {
16996
+ var wy = /* @__PURE__ */ V(xy, [["render", Cy], ["__scopeId", "data-v-4334fe7e"]]), Ty = {
16946
16997
  name: "ecs-toast",
16947
16998
  emits: ["action"],
16948
16999
  components: { EcsFocusRing: U },
@@ -16965,7 +17016,7 @@ var Ey = /* @__PURE__ */ V(Cy, [["render", Ty], ["__scopeId", "data-v-4334fe7e"]
16965
17016
  return this.theme;
16966
17017
  } }
16967
17018
  };
16968
- function Oy(e, t, n, r, i, a) {
17019
+ function Ey(e, t, n, r, i, a) {
16969
17020
  let o = A("ecs-focus-ring");
16970
17021
  return T(), c("div", {
16971
17022
  class: b(["ecs-toast", a.typeClass]),
@@ -16981,32 +17032,32 @@ function Oy(e, t, n, r, i, a) {
16981
17032
  radius: 6
16982
17033
  })])) : s("", !0)], 2);
16983
17034
  }
16984
- var ky = /* @__PURE__ */ V(Dy, [["render", Oy], ["__scopeId", "data-v-61082fed"]]), Ay = { name: "ecs-toasts" }, jy = {
17035
+ var Dy = /* @__PURE__ */ V(Ty, [["render", Ey], ["__scopeId", "data-v-61082fed"]]), Oy = { name: "ecs-toasts" }, ky = {
16985
17036
  class: "ecs-toasts",
16986
17037
  "aria-live": "polite"
16987
17038
  };
16988
- function My(e, t, n, r, a, o) {
16989
- return T(), c("div", jy, [f(i, { name: "transition-toast" }, {
17039
+ function Ay(e, t, n, r, a, o) {
17040
+ return T(), c("div", ky, [f(i, { name: "transition-toast" }, {
16990
17041
  default: I(() => [k(e.$slots, "default", {}, void 0, !0)]),
16991
17042
  _: 3
16992
17043
  })]);
16993
17044
  }
16994
- var Ny = /* @__PURE__ */ V(Ay, [["render", My], ["__scopeId", "data-v-451fee48"]]), Py = {
17045
+ var jy = /* @__PURE__ */ V(Oy, [["render", Ay], ["__scopeId", "data-v-451fee48"]]), My = {
16995
17046
  name: "ecs-toolbar",
16996
17047
  props: { type: {
16997
17048
  type: String,
16998
17049
  validator: (e) => ["viewer", "index"].includes(e),
16999
17050
  default: "index"
17000
17051
  } }
17001
- }, Fy = {
17052
+ }, Ny = {
17002
17053
  class: "ecs-toolbar",
17003
17054
  role: "toolbar",
17004
17055
  "aria-label": "Main"
17005
17056
  };
17006
- function Iy(e, t, n, r, i, a) {
17007
- return T(), c("div", Fy, [k(e.$slots, "default", {}, void 0, !0)]);
17057
+ function Py(e, t, n, r, i, a) {
17058
+ return T(), c("div", Ny, [k(e.$slots, "default", {}, void 0, !0)]);
17008
17059
  }
17009
- var Ly = /* @__PURE__ */ V(Py, [["render", Iy], ["__scopeId", "data-v-e0681f01"]]), Ry = {
17060
+ var Fy = /* @__PURE__ */ V(My, [["render", Py], ["__scopeId", "data-v-e0681f01"]]), Iy = {
17010
17061
  name: "ecs-transcript-state",
17011
17062
  emits: ["click"],
17012
17063
  components: {
@@ -17032,17 +17083,17 @@ var Ly = /* @__PURE__ */ V(Py, [["render", Iy], ["__scopeId", "data-v-e0681f01"]
17032
17083
  default: !1
17033
17084
  }
17034
17085
  }
17035
- }, zy = ["aria-busy"], By = {
17086
+ }, Ly = ["aria-busy"], Ry = {
17036
17087
  key: 0,
17037
17088
  class: "healthy"
17038
- }, Vy = {
17089
+ }, zy = {
17039
17090
  key: 1,
17040
17091
  class: "corrupted"
17041
- }, Hy = {
17092
+ }, By = {
17042
17093
  key: 2,
17043
17094
  class: "loading"
17044
17095
  };
17045
- function Uy(t, n, r, i, a, u) {
17096
+ function Vy(t, n, r, i, a, u) {
17046
17097
  let d = A("ecs-skeleton-loader"), p = A("ecs-icon");
17047
17098
  return T(), c("div", {
17048
17099
  onClick: n[0] ||= (e) => t.$emit("click", e),
@@ -17055,16 +17106,16 @@ function Uy(t, n, r, i, a, u) {
17055
17106
  height: 32
17056
17107
  })) : (T(), c(e, { key: 1 }, [
17057
17108
  n[1] ||= l("div", { class: "background" }, null, -1),
17058
- r.state == "healthy" ? (T(), c("div", By)) : s("", !0),
17059
- r.state == "corrupted" ? (T(), c("div", Vy)) : s("", !0),
17060
- r.state == "loading" ? (T(), c("span", Hy, [f(p, {
17109
+ r.state == "healthy" ? (T(), c("div", Ry)) : s("", !0),
17110
+ r.state == "corrupted" ? (T(), c("div", zy)) : s("", !0),
17111
+ r.state == "loading" ? (T(), c("span", By, [f(p, {
17061
17112
  type: "loading",
17062
17113
  size: "18px",
17063
17114
  color: "#202127"
17064
17115
  })])) : s("", !0)
17065
- ], 64))], 10, zy);
17116
+ ], 64))], 10, Ly);
17066
17117
  }
17067
- var Wy = /* @__PURE__ */ V(Ry, [["render", Uy], ["__scopeId", "data-v-8f3aef8d"]]), Gy = {
17118
+ var Hy = /* @__PURE__ */ V(Iy, [["render", Vy], ["__scopeId", "data-v-8f3aef8d"]]), Uy = {
17068
17119
  name: "ecs-tree-list",
17069
17120
  props: {
17070
17121
  id: { type: String },
@@ -17078,15 +17129,15 @@ var Wy = /* @__PURE__ */ V(Ry, [["render", Uy], ["__scopeId", "data-v-8f3aef8d"]
17078
17129
  default: !1
17079
17130
  }
17080
17131
  }
17081
- }, Ky = ["id", "role"];
17082
- function qy(e, t, n, r, i, a) {
17132
+ }, Wy = ["id", "role"];
17133
+ function Gy(e, t, n, r, i, a) {
17083
17134
  return T(), c("div", {
17084
17135
  class: b(["ecs-tree-view-list", { "ecs-tree-view-list-indent": n.indent }]),
17085
17136
  id: n.id,
17086
17137
  role: n.role
17087
- }, [k(e.$slots, "default", {}, void 0, !0)], 10, Ky);
17138
+ }, [k(e.$slots, "default", {}, void 0, !0)], 10, Wy);
17088
17139
  }
17089
- var Jy = /* @__PURE__ */ V(Gy, [["render", qy], ["__scopeId", "data-v-6af94f50"]]), Yy = {
17140
+ var Ky = /* @__PURE__ */ V(Uy, [["render", Gy], ["__scopeId", "data-v-6af94f50"]]), qy = {
17090
17141
  name: "ecs-tree-list-item",
17091
17142
  emits: ["click", "toggled"],
17092
17143
  components: {
@@ -17236,17 +17287,17 @@ var Jy = /* @__PURE__ */ V(Gy, [["render", qy], ["__scopeId", "data-v-6af94f50"]
17236
17287
  created() {
17237
17288
  this.expandId = this.generateUniqueId();
17238
17289
  }
17239
- }, Xy = ["tabindex"], Zy = {
17290
+ }, Jy = ["tabindex"], Yy = {
17240
17291
  key: 1,
17241
17292
  class: "icon-container"
17242
- }, Qy = {
17293
+ }, Xy = {
17243
17294
  key: 2,
17244
17295
  class: "ecs-tree-view-entry-control"
17245
- }, $y = ["disabled"], eb = {
17296
+ }, Zy = ["disabled"], Qy = {
17246
17297
  key: 4,
17247
17298
  class: "ecs-tree-view-entry-actions"
17248
- }, tb = ["id", "aria-hidden"];
17249
- function nb(e, t, n, r, i, a) {
17299
+ }, $y = ["id", "aria-hidden"];
17300
+ function eb(e, t, n, r, i, a) {
17250
17301
  let u = A("ecs-button-collapse"), d = A("ecs-icon"), p = A("ecs-sticker"), m = A("ecs-focus-ring");
17251
17302
  return T(), c("div", null, [l("div", {
17252
17303
  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"])],
@@ -17283,7 +17334,7 @@ function nb(e, t, n, r, i, a) {
17283
17334
  "aria-busy",
17284
17335
  "onClick"
17285
17336
  ])) : s("", !0),
17286
- n.icon ? (T(), c("div", Zy, [f(d, {
17337
+ n.icon ? (T(), c("div", Yy, [f(d, {
17287
17338
  type: n.icon,
17288
17339
  color: n.iconColor,
17289
17340
  size: a.iconSize
@@ -17301,37 +17352,37 @@ function nb(e, t, n, r, i, a) {
17301
17352
  "color",
17302
17353
  "style"
17303
17354
  ])) : s("", !0)])) : s("", !0),
17304
- e.$slots.control ? (T(), c("div", Qy, [k(e.$slots, "control", {}, void 0, !0)])) : s("", !0),
17355
+ e.$slots.control ? (T(), c("div", Xy, [k(e.$slots, "control", {}, void 0, !0)])) : s("", !0),
17305
17356
  l("span", {
17306
17357
  disabled: n.disabled,
17307
17358
  onClick: t[0] ||= (t) => !n.disabled && e.$emit("click", t),
17308
17359
  class: b(["title", [n.titleOverflow ? "overflow" : "", n.disabled ? "disabled" : ""]])
17309
- }, [k(e.$slots, "default", {}, void 0, !0)], 10, $y),
17360
+ }, [k(e.$slots, "default", {}, void 0, !0)], 10, Zy),
17310
17361
  n.afterLabel ? (T(), c("span", {
17311
17362
  key: 3,
17312
17363
  onClick: t[1] ||= (t) => !n.disabled && e.$emit("click", t),
17313
17364
  class: "after-label"
17314
17365
  }, N(n.afterLabel), 1)) : s("", !0),
17315
- e.$slots.actions ? (T(), c("div", eb, [k(e.$slots, "actions", {}, void 0, !0)])) : s("", !0),
17366
+ e.$slots.actions ? (T(), c("div", Qy, [k(e.$slots, "actions", {}, void 0, !0)])) : s("", !0),
17316
17367
  a.isSelectable ? (T(), o(m, { key: 5 })) : s("", !0)
17317
- ], 42, Xy), e.$slots.collapse ? (T(), c("div", {
17368
+ ], 42, Jy), e.$slots.collapse ? (T(), c("div", {
17318
17369
  key: 0,
17319
17370
  class: b([i.isVisible ? "collapse-show" : "collapse-hide", "collapsable"]),
17320
17371
  id: i.expandId,
17321
17372
  "aria-hidden": i.isVisible ? "false" : "true"
17322
- }, [k(e.$slots, "collapse", {}, void 0, !0)], 10, tb)) : s("", !0)]);
17373
+ }, [k(e.$slots, "collapse", {}, void 0, !0)], 10, $y)) : s("", !0)]);
17323
17374
  }
17324
- var rb = /* @__PURE__ */ V(Yy, [["render", nb], ["__scopeId", "data-v-81e7629c"]]), ib = { name: "ecs-tree-list-headline" }, ab = { class: "ecs-tree-view-headline" };
17325
- function ob(e, t, n, r, i, a) {
17326
- return T(), c("div", ab, [k(e.$slots, "default", {}, void 0, !0)]);
17375
+ var tb = /* @__PURE__ */ V(qy, [["render", eb], ["__scopeId", "data-v-81e7629c"]]), nb = { name: "ecs-tree-list-headline" }, rb = { class: "ecs-tree-view-headline" };
17376
+ function ib(e, t, n, r, i, a) {
17377
+ return T(), c("div", rb, [k(e.$slots, "default", {}, void 0, !0)]);
17327
17378
  }
17328
- var sb = /* @__PURE__ */ V(ib, [["render", ob], ["__scopeId", "data-v-a5153e06"]]), cb = {
17379
+ var ab = /* @__PURE__ */ V(nb, [["render", ib], ["__scopeId", "data-v-a5153e06"]]), ob = {
17329
17380
  name: "EcsTypeConfirmation",
17330
17381
  emits: ["update:modelValue", "bypassConfirm"],
17331
17382
  components: {
17332
17383
  EcsInput: kd,
17333
17384
  EcsAlert: we,
17334
- EcsFormGroup: ep,
17385
+ EcsFormGroup: Qf,
17335
17386
  EcsCheckbox: Er
17336
17387
  },
17337
17388
  mixins: [J],
@@ -17401,15 +17452,15 @@ var sb = /* @__PURE__ */ V(ib, [["render", ob], ["__scopeId", "data-v-a5153e06"]
17401
17452
  mounted() {
17402
17453
  this.uniqueId = "input-" + this.generateUniqueId(), this.bypassActive && this.alertType !== "none" && this.$emit("update:modelValue", !0);
17403
17454
  }
17404
- }, lb = ["for"], ub = { class: "ecs-type-confirmation-verb" }, db = ["for"], fb = { class: "ecs-type-confirmation-verb" };
17405
- function pb(e, t, n, r, i, a) {
17455
+ }, sb = ["for"], cb = { class: "ecs-type-confirmation-verb" }, lb = ["for"], ub = { class: "ecs-type-confirmation-verb" };
17456
+ function db(e, t, n, r, i, a) {
17406
17457
  let c = A("ecs-input"), u = A("ecs-form-group"), p = A("ecs-checkbox"), m = A("ecs-alert");
17407
17458
  return n.alertType == "none" ? (T(), o(u, {
17408
17459
  key: 1,
17409
17460
  class: "ecs-type-confirmation-input"
17410
17461
  }, {
17411
17462
  default: I(() => [
17412
- l("label", { for: i.uniqueId }, N(a.text), 9, db),
17463
+ l("label", { for: i.uniqueId }, N(a.text), 9, lb),
17413
17464
  f(c, {
17414
17465
  modelValue: i.inputValue,
17415
17466
  "onUpdate:modelValue": t[2] ||= (e) => i.inputValue = e,
@@ -17423,7 +17474,7 @@ function pb(e, t, n, r, i, a) {
17423
17474
  "error",
17424
17475
  "id"
17425
17476
  ]),
17426
- l("span", fb, N(a.upperCaseVerb), 1)
17477
+ l("span", ub, N(a.upperCaseVerb), 1)
17427
17478
  ]),
17428
17479
  _: 1
17429
17480
  })) : (T(), o(m, {
@@ -17438,7 +17489,7 @@ function pb(e, t, n, r, i, a) {
17438
17489
  class: "ecs-type-confirmation-input"
17439
17490
  }, {
17440
17491
  default: I(() => [
17441
- l("label", { for: i.uniqueId }, N(a.text), 9, lb),
17492
+ l("label", { for: i.uniqueId }, N(a.text), 9, sb),
17442
17493
  f(c, {
17443
17494
  modelValue: i.inputValue,
17444
17495
  "onUpdate:modelValue": t[0] ||= (e) => i.inputValue = e,
@@ -17452,7 +17503,7 @@ function pb(e, t, n, r, i, a) {
17452
17503
  "error",
17453
17504
  "id"
17454
17505
  ]),
17455
- l("span", ub, N(a.upperCaseVerb), 1)
17506
+ l("span", cb, N(a.upperCaseVerb), 1)
17456
17507
  ]),
17457
17508
  _: 1
17458
17509
  })),
@@ -17469,7 +17520,7 @@ function pb(e, t, n, r, i, a) {
17469
17520
  _: 3
17470
17521
  }, 8, ["headline", "type"]));
17471
17522
  }
17472
- var mb = /* @__PURE__ */ V(cb, [["render", pb], ["__scopeId", "data-v-1e0fa905"]]), hb = {
17523
+ var fb = /* @__PURE__ */ V(ob, [["render", db], ["__scopeId", "data-v-1e0fa905"]]), pb = {
17473
17524
  name: "ecs-video",
17474
17525
  props: {
17475
17526
  posterImage: {
@@ -17493,14 +17544,14 @@ var mb = /* @__PURE__ */ V(cb, [["render", pb], ["__scopeId", "data-v-1e0fa905"]
17493
17544
  default: null
17494
17545
  }
17495
17546
  }
17496
- }, gb = [
17547
+ }, mb = [
17497
17548
  "poster",
17498
17549
  "autoplay",
17499
17550
  "loop",
17500
17551
  "controls",
17501
17552
  "src"
17502
17553
  ];
17503
- function _b(e, t, n, r, i, a) {
17554
+ function hb(e, t, n, r, i, a) {
17504
17555
  return T(), c("video", {
17505
17556
  poster: n.posterImage,
17506
17557
  autoplay: n.autoplay,
@@ -17508,9 +17559,9 @@ function _b(e, t, n, r, i, a) {
17508
17559
  controls: n.controls,
17509
17560
  class: "ecs-video",
17510
17561
  src: n.mp4Source
17511
- }, null, 8, gb);
17562
+ }, null, 8, mb);
17512
17563
  }
17513
- var vb = /* @__PURE__ */ V(hb, [["render", _b], ["__scopeId", "data-v-ce84fcb3"]]), yb = {
17564
+ var gb = /* @__PURE__ */ V(pb, [["render", hb], ["__scopeId", "data-v-ce84fcb3"]]), _b = {
17514
17565
  name: "ecs-window",
17515
17566
  components: {
17516
17567
  EcsButton: Y,
@@ -17681,11 +17732,11 @@ var vb = /* @__PURE__ */ V(hb, [["render", _b], ["__scopeId", "data-v-ce84fcb3"]
17681
17732
  this.isFocused = !1, this.$emit("blur");
17682
17733
  }
17683
17734
  }
17684
- }, bb = { class: "ecs-window-content scrollbar scrollbar-sml" }, xb = {
17735
+ }, vb = { class: "ecs-window-content scrollbar scrollbar-sml" }, yb = {
17685
17736
  key: 1,
17686
17737
  class: "ecs-window-footer"
17687
17738
  };
17688
- function Sb(t, n, r, i, a, o) {
17739
+ function bb(t, n, r, i, a, o) {
17689
17740
  let u = A("ecs-text-v2"), p = A("ecs-button");
17690
17741
  return r.show ? (T(), c("div", {
17691
17742
  key: 0,
@@ -17722,8 +17773,8 @@ function Sb(t, n, r, i, a, o) {
17722
17773
  "aria-label": "Close window",
17723
17774
  title: "Close"
17724
17775
  })], 32)) : s("", !0),
17725
- l("div", bb, [k(t.$slots, "default", {}, void 0, !0)]),
17726
- t.$slots.footer ? (T(), c("div", xb, [k(t.$slots, "footer", {}, void 0, !0)])) : s("", !0),
17776
+ l("div", vb, [k(t.$slots, "default", {}, void 0, !0)]),
17777
+ t.$slots.footer ? (T(), c("div", yb, [k(t.$slots, "footer", {}, void 0, !0)])) : s("", !0),
17727
17778
  r.resizable ? (T(), c(e, { key: 2 }, [
17728
17779
  l("div", {
17729
17780
  onMousedown: n[2] ||= (e) => o.startResize("right"),
@@ -17742,6 +17793,6 @@ function Sb(t, n, r, i, a, o) {
17742
17793
  ], 64)) : s("", !0)
17743
17794
  ], 38)) : s("", !0);
17744
17795
  }
17745
- var Cb = /* @__PURE__ */ V(yb, [["render", Sb], ["__scopeId", "data-v-1c653eb3"]]);
17796
+ var xb = /* @__PURE__ */ V(_b, [["render", bb], ["__scopeId", "data-v-1c653eb3"]]);
17746
17797
  //#endregion
17747
- export { Ae as EcsActionToolbar, we as EcsAlert, Ie as EcsAudio, Ke as EcsAvatar, Ye as EcsBanner, Qe as EcsBreadcrumb, nt as EcsBreadcrumbButton, ot as EcsBreadcrumbTitle, Ni as EcsBulkSelector, Y as EcsButton, Vi as EcsButtonCollapse, ka as EcsButtonContext, Na as EcsButtonContextGroup, La as EcsButtonDialog, Li as EcsButtonGroup, Va as EcsButtonMore, Ka as EcsButtonTable, Ei as EcsButtonToolbar, Xa as EcsButtonToolbarGroup, no as EcsCard, uo as EcsChatConversation, Co as EcsChatMessage, Er as EcsCheckbox, oo as EcsCitationLine, vr as EcsClickableArea, zo as EcsCollapse, qo as EcsCollectionControl, vc as EcsColorPicker, xc as EcsColorPickerInput, ls as EcsComment, ps as EcsCommentList, Ao as EcsContextMenu, jc as EcsDataCard, Fc as EcsDataCardList, qc as EcsDataCardRow, $c as EcsDataGrid, Kl as EcsDataGridCell, zl as EcsDataGridGroup, Fl as EcsDataGridHeadCell, rl as EcsDataGridRow, cl as EcsDataGridRowGroup, Xl as EcsDataList, ru as EcsDataListItem, su as EcsDialog, pu as EcsDialogHeader, bu as EcsDirectoryEntry, ku as EcsDocumentState, Lu as EcsDonutChart, rd as EcsDropzone, od as EcsEcaiWrapper, Uu as EcsEmptyState, pd as EcsEntryLink, wd as EcsExcerptSnippet, sf as EcsExhibitStickerEditor, mu as EcsFavicon, Wr as EcsFileIcon, ff as EcsFileList, kf as EcsFileListItem, cf as EcsFillIcon, jf as EcsFlag, Pf as EcsFlexCol, G as EcsFlexRow, U as EcsFocusRing, Zf as EcsFolderSelector, hr as EcsFormCheck, ep as EcsFormGroup, op as EcsFormHeadline, mp as EcsFormSet, Zo as EcsFormatted, _p as EcsHighlight, H as EcsIcon, bp as EcsIllustration, Ip as EcsIndexListItem, kp as EcsIndexToolbar, zp as EcsInfoTooltip, om as EcsInplace, kd as EcsInput, Hp as EcsInputAddon, zf as EcsInputClear, Kp as EcsInputConnector, Qp as EcsInputFloat, tm as EcsInputGroup, Uf as EcsInputSearch, dm as EcsJumperDocument, vm as EcsJumperIndex, Nm as EcsJumperPage, dh as EcsLayoutDataTable, Qm as EcsLayoutDirectory, Wm as EcsLayoutIndex, yh as EcsLegendItem, Eh as EcsLogMessage, jh as EcsMap, Lh as EcsModal, Yh as EcsModalFooter, Uh as EcsModalHeader, dg as EcsMultiselectOption, ng as EcsMultiselectSearchToken, ag as EcsMultiselectToken, kg as EcsOverlay, Lg as EcsPagination, Im as EcsPane, zc as EcsPartyEntry, lr as EcsPopover, Gg as EcsPopoverHeader, fr as EcsPopoverList, Nd as EcsPopoverListHeadline, xi as EcsPopoverListItem, qu as EcsProgress, b_ as EcsQuicklink, jr as EcsRadiobutton, E_ as EcsRange, t_ as EcsRatingFavorability, Xg as EcsRatingStarRead, F_ as EcsRatingStarWrite, Kf as EcsScrollContainer, z_ as EcsSection, G_ as EcsSegment, _l as EcsSelect, nv as EcsSelectTile, X_ as EcsSelectionGrid, ki as EcsSeparator, ov as EcsSequenceMap, dv as EcsSequenceMapButton, mo as EcsShinyText, Sv as EcsSidebar, Tv as EcsSidebarContent, Ov as EcsSidebarFooter, Lv as EcsSidebarHeader, Vv as EcsSidebarList, Zv as EcsSidebarListItem, W as EcsSkeletonLoader, Hr as EcsSortbutton, Lm as EcsSplitpanes, cu as EcsStateIcon, Re as EcsSticker, iy as EcsStructuredContent, cy as EcsSwatchesPicker, zr as EcsSwitch, fy as EcsTab, hv as EcsTabBar, _y as EcsTabButton, vv as EcsTabs, Sy as EcsTag, Ey as EcsTagCloud, xr as EcsTextV2, ky as EcsToast, Ny as EcsToasts, Ly as EcsToolbar, Wy as EcsTranscriptState, Jy as EcsTreeList, sb as EcsTreeListHeadline, rb as EcsTreeListItem, mb as EcsTypeConfirmation, vb as EcsVideo, Cb as EcsWindow };
17798
+ export { Ae as EcsActionToolbar, we as EcsAlert, Ie as EcsAudio, Ke as EcsAvatar, Ye as EcsBanner, Qe as EcsBreadcrumb, nt as EcsBreadcrumbButton, ot as EcsBreadcrumbTitle, Ni as EcsBulkSelector, Y as EcsButton, Vi as EcsButtonCollapse, ka as EcsButtonContext, Na as EcsButtonContextGroup, La as EcsButtonDialog, Li as EcsButtonGroup, Va as EcsButtonMore, Ka as EcsButtonTable, Ei as EcsButtonToolbar, Xa as EcsButtonToolbarGroup, no as EcsCard, uo as EcsChatConversation, Co as EcsChatMessage, Er as EcsCheckbox, oo as EcsCitationLine, vr as EcsClickableArea, zo as EcsCollapse, qo as EcsCollectionControl, vc as EcsColorPicker, xc as EcsColorPickerInput, ls as EcsComment, ps as EcsCommentList, Ao as EcsContextMenu, jc as EcsDataCard, Fc as EcsDataCardList, qc as EcsDataCardRow, $c as EcsDataGrid, Kl as EcsDataGridCell, zl as EcsDataGridGroup, Fl as EcsDataGridHeadCell, rl as EcsDataGridRow, cl as EcsDataGridRowGroup, Xl as EcsDataList, ru as EcsDataListItem, su as EcsDialog, pu as EcsDialogHeader, bu as EcsDirectoryEntry, ku as EcsDocumentState, Lu as EcsDonutChart, rd as EcsDropzone, od as EcsEcaiWrapper, Uu as EcsEmptyState, pd as EcsEntryLink, wd as EcsExcerptSnippet, af as EcsExhibitStickerEditor, mu as EcsFavicon, Wr as EcsFileIcon, uf as EcsFileList, Df as EcsFileListItem, of as EcsFillIcon, kf as EcsFlag, Mf as EcsFlexCol, G as EcsFlexRow, U as EcsFocusRing, Yf as EcsFolderSelector, hr as EcsFormCheck, Qf as EcsFormGroup, ip as EcsFormHeadline, fp as EcsFormSet, Zo as EcsFormatted, hp as EcsHighlight, H as EcsIcon, vp as EcsIllustration, Pp as EcsIndexListItem, Dp as EcsIndexToolbar, Lp as EcsInfoTooltip, im as EcsInplace, kd as EcsInput, Bp as EcsInputAddon, Lf as EcsInputClear, Wp as EcsInputConnector, Xp as EcsInputFloat, $p as EcsInputGroup, Vf as EcsInputSearch, lm as EcsJumperDocument, gm as EcsJumperIndex, jm as EcsJumperPage, lh as EcsLayoutDataTable, Xm as EcsLayoutDirectory, Hm as EcsLayoutIndex, _h as EcsLegendItem, wh as EcsLogMessage, kh as EcsMap, Fh as EcsModal, qh as EcsModalFooter, Vh as EcsModalHeader, lg as EcsMultiselectOption, eg as EcsMultiselectSearchToken, rg as EcsMultiselectToken, Dg as EcsOverlay, Fg as EcsPagination, Pm as EcsPane, zc as EcsPartyEntry, lr as EcsPopover, Ug as EcsPopoverHeader, fr as EcsPopoverList, Nd as EcsPopoverListHeadline, xi as EcsPopoverListItem, qu as EcsProgress, v_ as EcsQuicklink, jr as EcsRadiobutton, w_ as EcsRange, $g as EcsRatingFavorability, Jg as EcsRatingStarRead, N_ as EcsRatingStarWrite, Wf as EcsScrollContainer, L_ as EcsSection, U_ as EcsSegment, _l as EcsSelect, ev as EcsSelectTile, J_ as EcsSelectionGrid, ki as EcsSeparator, iv as EcsSequenceMap, lv as EcsSequenceMapButton, mo as EcsShinyText, bv as EcsSidebar, Cv as EcsSidebarContent, Ev as EcsSidebarFooter, Fv as EcsSidebarHeader, zv as EcsSidebarList, Yv as EcsSidebarListItem, W as EcsSkeletonLoader, Hr as EcsSortbutton, Fm as EcsSplitpanes, cu as EcsStateIcon, Re as EcsSticker, ny as EcsStructuredContent, oy as EcsSwatchesPicker, zr as EcsSwitch, uy as EcsTab, pv as EcsTabBar, hy as EcsTabButton, gv as EcsTabs, by as EcsTag, wy as EcsTagCloud, xr as EcsTextV2, Dy as EcsToast, jy as EcsToasts, Fy as EcsToolbar, Hy as EcsTranscriptState, Ky as EcsTreeList, ab as EcsTreeListHeadline, tb as EcsTreeListItem, fb as EcsTypeConfirmation, gb as EcsVideo, xb as EcsWindow };