@everchron/ec-shards 8.12.9 → 8.13.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
@@ -138,7 +138,7 @@ const L = /* @__PURE__ */ v(ui, [["render", fi], ["__scopeId", "data-v-8d624905"
138
138
  },
139
139
  computed: {
140
140
  typeClass() {
141
- return this.type && this.type !== "" ? `ecs-alert-${this.type}` : this.type;
141
+ return `ecs-alert-${this.type}`;
142
142
  },
143
143
  show() {
144
144
  return !this.dismissed;
@@ -214,7 +214,7 @@ function yi(e, s, t, a, n, i) {
214
214
  ])) : u("", !0)
215
215
  ], 6)) : u("", !0);
216
216
  }
217
- const ks = /* @__PURE__ */ v(gi, [["render", yi], ["__scopeId", "data-v-2a5a08e2"]]), bi = {
217
+ const ks = /* @__PURE__ */ v(gi, [["render", yi], ["__scopeId", "data-v-077ffd5b"]]), bi = {
218
218
  name: "ecs-action-toolbar"
219
219
  }, _i = {
220
220
  class: "ecs-action-toolbar",
@@ -283,7 +283,7 @@ function zi(e, s, t, a, n, i) {
283
283
  }, null, 8, Bi)) : u("", !0)
284
284
  ], 8, Ci);
285
285
  }
286
- const fb = /* @__PURE__ */ v(Si, [["render", zi], ["__scopeId", "data-v-4e7ca115"]]), Ii = {
286
+ const ub = /* @__PURE__ */ v(Si, [["render", zi], ["__scopeId", "data-v-4e7ca115"]]), Ii = {
287
287
  __name: "sticker",
288
288
  props: {
289
289
  /** Sets the sticker icon. */
@@ -368,10 +368,6 @@ const fb = /* @__PURE__ */ v(Si, [["render", zi], ["__scopeId", "data-v-4e7ca115
368
368
  backgroundColor: {
369
369
  type: String
370
370
  },
371
- /** Overwrite the color (HEX), if needed. */
372
- color: {
373
- type: String
374
- },
375
371
  /** Adds custom styles (plain CSS) to the avatar. */
376
372
  customStyle: {
377
373
  type: Object
@@ -389,11 +385,6 @@ const fb = /* @__PURE__ */ v(Si, [["render", zi], ["__scopeId", "data-v-4e7ca115
389
385
  rounded: {
390
386
  type: Boolean,
391
387
  default: !0
392
- },
393
- /** How much the avatar background should be lightened up. */
394
- lighten: {
395
- type: Number,
396
- default: 80
397
388
  }
398
389
  },
399
390
  data() {
@@ -458,16 +449,6 @@ const fb = /* @__PURE__ */ v(Si, [["render", zi], ["__scopeId", "data-v-4e7ca115
458
449
  },
459
450
  randomBackgroundColor(e, s) {
460
451
  return s[e % s.length];
461
- },
462
- lightenColor(e, s) {
463
- var t = !1;
464
- e[0] === "#" && (e = e.slice(1), t = !0);
465
- var a = parseInt(e, 16), n = (a >> 16) + s;
466
- n > 255 ? n = 255 : n < 0 && (n = 0);
467
- var i = (a >> 8 & 255) + s;
468
- i > 255 ? i = 255 : i < 0 && (i = 0);
469
- var r = (a & 255) + s;
470
- return r > 255 ? r = 255 : r < 0 && (r = 0), (t ? "#" : "") + (r | i << 8 | n << 16).toString(16);
471
452
  }
472
453
  }
473
454
  }, $i = ["role", "aria-label"], Pi = { key: 0 };
@@ -486,7 +467,7 @@ function Ti(e, s, t, a, n, i) {
486
467
  })) : u("", !0)
487
468
  ], 14, $i);
488
469
  }
489
- const Mi = /* @__PURE__ */ v(Ei, [["render", Ti], ["__scopeId", "data-v-cdd70b4e"]]), Li = {
470
+ const Mi = /* @__PURE__ */ v(Ei, [["render", Ti], ["__scopeId", "data-v-3529a698"]]), Li = {
490
471
  components: { EcsIcon: M, EcsFocusRing: L },
491
472
  emits: ["dismiss"],
492
473
  props: {
@@ -577,7 +558,7 @@ function Oi(e, s, t, a, n, i) {
577
558
  ], 4)) : u("", !0)
578
559
  ], 2)) : u("", !0);
579
560
  }
580
- const gb = /* @__PURE__ */ v(Li, [["render", Oi], ["__scopeId", "data-v-888a84fc"]]), Ai = {
561
+ const fb = /* @__PURE__ */ v(Li, [["render", Oi], ["__scopeId", "data-v-888a84fc"]]), Ai = {
581
562
  name: "ecs-breadcrumb",
582
563
  props: {
583
564
  /** Sets the size of the breadcrumb (default is medium). */
@@ -601,7 +582,7 @@ function Ni(e, s, t, a, n, i) {
601
582
  p(e.$slots, "default", {}, void 0, !0)
602
583
  ], 2);
603
584
  }
604
- const mb = /* @__PURE__ */ v(Ai, [["render", Ni], ["__scopeId", "data-v-d1ff2486"]]), Di = {
585
+ const gb = /* @__PURE__ */ v(Ai, [["render", Ni], ["__scopeId", "data-v-d1ff2486"]]), Di = {
605
586
  name: "ecs-breadcrumb-button",
606
587
  emits: ["click"],
607
588
  components: {
@@ -627,7 +608,7 @@ const mb = /* @__PURE__ */ v(Ai, [["render", Ni], ["__scopeId", "data-v-d1ff2486
627
608
  },
628
609
  computed: {
629
610
  typeClass() {
630
- return this.type && this.type !== "" ? `ecs-breadcrumb-${this.type}` : this.type;
611
+ return `ecs-breadcrumb-${this.type}`;
631
612
  }
632
613
  }
633
614
  }, Ri = {
@@ -659,7 +640,7 @@ function Fi(e, s, t, a, n, i) {
659
640
  _(c)
660
641
  ], 2);
661
642
  }
662
- const pb = /* @__PURE__ */ v(Di, [["render", Fi], ["__scopeId", "data-v-7fb9bc8d"]]), Vi = {
643
+ const mb = /* @__PURE__ */ v(Di, [["render", Fi], ["__scopeId", "data-v-4103c4c0"]]), Vi = {
663
644
  name: "ecs-breadcrumb-title"
664
645
  }, Hi = {
665
646
  class: "ecs-breadcrumb-title",
@@ -670,7 +651,7 @@ function qi(e, s, t, a, n, i) {
670
651
  p(e.$slots, "default", {}, void 0, !0)
671
652
  ]);
672
653
  }
673
- const hb = /* @__PURE__ */ v(Vi, [["render", qi], ["__scopeId", "data-v-422cc046"]]), Wi = {
654
+ const pb = /* @__PURE__ */ v(Vi, [["render", qi], ["__scopeId", "data-v-422cc046"]]), Wi = {
674
655
  name: "ecs-flex-row",
675
656
  props: {
676
657
  /** Determines the flex direction of the row. */
@@ -3530,7 +3511,7 @@ function ko(e, s, t, a, n, i) {
3530
3511
  _: 1
3531
3512
  });
3532
3513
  }
3533
- const vb = /* @__PURE__ */ v(bo, [["render", ko], ["__scopeId", "data-v-04aed8bb"]]), wo = {
3514
+ const hb = /* @__PURE__ */ v(bo, [["render", ko], ["__scopeId", "data-v-04aed8bb"]]), wo = {
3534
3515
  name: "ecs-button-group"
3535
3516
  }, So = { class: "ecs-button-group" };
3536
3517
  function Co(e, s, t, a, n, i) {
@@ -3538,7 +3519,7 @@ function Co(e, s, t, a, n, i) {
3538
3519
  p(e.$slots, "default", {}, void 0, !0)
3539
3520
  ]);
3540
3521
  }
3541
- const yb = /* @__PURE__ */ v(wo, [["render", Co], ["__scopeId", "data-v-83c21366"]]), xo = {
3522
+ const vb = /* @__PURE__ */ v(wo, [["render", Co], ["__scopeId", "data-v-83c21366"]]), xo = {
3542
3523
  name: "ecs-button-collapse",
3543
3524
  emits: ["click"],
3544
3525
  components: {
@@ -3567,7 +3548,7 @@ const yb = /* @__PURE__ */ v(wo, [["render", Co], ["__scopeId", "data-v-83c21366
3567
3548
  },
3568
3549
  computed: {
3569
3550
  typeClass() {
3570
- return this.type && this.type !== "" ? `ecs-collapse-button-${this.type}` : this.type;
3551
+ return `ecs-collapse-button-${this.type}`;
3571
3552
  }
3572
3553
  }
3573
3554
  }, Bo = ["aria-expanded", "aria-label", "aria-controls", "aria-busy", "aria-disabled", "disabled"];
@@ -3590,7 +3571,7 @@ function zo(e, s, t, a, n, i) {
3590
3571
  _(r)
3591
3572
  ], 10, Bo);
3592
3573
  }
3593
- const Os = /* @__PURE__ */ v(xo, [["render", zo], ["__scopeId", "data-v-3fdbdfeb"]]);
3574
+ const Os = /* @__PURE__ */ v(xo, [["render", zo], ["__scopeId", "data-v-c7222f39"]]);
3594
3575
  function ft(e) {
3595
3576
  "@babel/helpers - typeof";
3596
3577
  return ft = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(s) {
@@ -4335,7 +4316,8 @@ const Jo = {
4335
4316
  return this.icon && !this.$slots.default;
4336
4317
  },
4337
4318
  colorIsDark() {
4338
- return this.selectedColor && this.selectedColor !== "" ? C(this.selectedColor).isDark() : null;
4319
+ if (this.selectedColor && this.selectedColor !== "")
4320
+ return C(this.selectedColor).isDark();
4339
4321
  },
4340
4322
  selectedColorBackground() {
4341
4323
  if (this.selectedColor && this.selectedColor !== "")
@@ -4377,7 +4359,7 @@ function er(e, s, t, a, n, i) {
4377
4359
  _(c)
4378
4360
  ], 14, Qo);
4379
4361
  }
4380
- const bb = /* @__PURE__ */ v(Jo, [["render", er], ["__scopeId", "data-v-3a382207"]]), tr = {
4362
+ const yb = /* @__PURE__ */ v(Jo, [["render", er], ["__scopeId", "data-v-6817d99f"]]), tr = {
4381
4363
  name: "ecs-context-button-group"
4382
4364
  }, sr = { class: "ecs-context-button-group" };
4383
4365
  function ir(e, s, t, a, n, i) {
@@ -4385,7 +4367,7 @@ function ir(e, s, t, a, n, i) {
4385
4367
  p(e.$slots, "default", {}, void 0, !0)
4386
4368
  ]);
4387
4369
  }
4388
- const _b = /* @__PURE__ */ v(tr, [["render", ir], ["__scopeId", "data-v-94a53b69"]]), nr = {
4370
+ const bb = /* @__PURE__ */ v(tr, [["render", ir], ["__scopeId", "data-v-94a53b69"]]), nr = {
4389
4371
  name: "ecs-button-dialog",
4390
4372
  emits: ["click"],
4391
4373
  components: {
@@ -4434,7 +4416,7 @@ function or(e, s, t, a, n, i) {
4434
4416
  }, null, 8, ["danger"])
4435
4417
  ], 10, ar);
4436
4418
  }
4437
- const kb = /* @__PURE__ */ v(nr, [["render", or], ["__scopeId", "data-v-fe031b71"]]), rr = {
4419
+ const _b = /* @__PURE__ */ v(nr, [["render", or], ["__scopeId", "data-v-fe031b71"]]), rr = {
4438
4420
  name: "ecs-button-more",
4439
4421
  emits: ["click"],
4440
4422
  components: {
@@ -4461,7 +4443,7 @@ const kb = /* @__PURE__ */ v(nr, [["render", or], ["__scopeId", "data-v-fe031b71
4461
4443
  },
4462
4444
  computed: {
4463
4445
  typeClass() {
4464
- return this.type && this.type !== "" ? `ecs-button-more-${this.type}` : this.type;
4446
+ return `ecs-button-more-${this.type}`;
4465
4447
  }
4466
4448
  },
4467
4449
  mounted() {
@@ -4498,7 +4480,7 @@ function cr(e, s, t, a, n, i) {
4498
4480
  _(c)
4499
4481
  ], 10, lr);
4500
4482
  }
4501
- const Ds = /* @__PURE__ */ v(rr, [["render", cr], ["__scopeId", "data-v-faa154dd"]]), dr = {
4483
+ const Ds = /* @__PURE__ */ v(rr, [["render", cr], ["__scopeId", "data-v-8470e625"]]), dr = {
4502
4484
  name: "ecs-button-table",
4503
4485
  emits: ["click", "mouseover", "mouseleave"],
4504
4486
  components: {
@@ -4521,7 +4503,7 @@ const Ds = /* @__PURE__ */ v(rr, [["render", cr], ["__scopeId", "data-v-faa154dd
4521
4503
  /** Sets the size of the button. */
4522
4504
  size: {
4523
4505
  type: String,
4524
- validator: (e) => ["md", "sml", null].includes(e),
4506
+ validator: (e) => ["md", "sml"].includes(e),
4525
4507
  default: "md"
4526
4508
  },
4527
4509
  /** If set, an icon will be added to the left of the button. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). */
@@ -4558,7 +4540,7 @@ const Ds = /* @__PURE__ */ v(rr, [["render", cr], ["__scopeId", "data-v-faa154dd
4558
4540
  return this.label && this.label !== "" || this.label != null ? "has-label" : this.label;
4559
4541
  },
4560
4542
  sizeClass() {
4561
- return this.size && this.size !== "" ? `ecs-button-table-${this.size}` : this.size;
4543
+ return `ecs-button-table-${this.size}`;
4562
4544
  },
4563
4545
  iconSize() {
4564
4546
  return this.size == "sml" ? "16" : "20";
@@ -4607,7 +4589,7 @@ function gr(e, s, t, a, n, i) {
4607
4589
  _(c)
4608
4590
  ], 42, ur);
4609
4591
  }
4610
- const Rs = /* @__PURE__ */ v(dr, [["render", gr], ["__scopeId", "data-v-f5a891fe"]]), mr = {
4592
+ const Rs = /* @__PURE__ */ v(dr, [["render", gr], ["__scopeId", "data-v-a5e23199"]]), mr = {
4611
4593
  name: "ecs-toolbar-button-group"
4612
4594
  }, pr = { class: "ecs-toolbar-button-group" };
4613
4595
  function hr(e, s, t, a, n, i) {
@@ -4677,7 +4659,7 @@ function _r(e, s, t, a, n, i) {
4677
4659
  _(c)
4678
4660
  ], 10, yr);
4679
4661
  }
4680
- const wb = /* @__PURE__ */ v(vr, [["render", _r], ["__scopeId", "data-v-2beac513"]]), kr = {
4662
+ const kb = /* @__PURE__ */ v(vr, [["render", _r], ["__scopeId", "data-v-2beac513"]]), kr = {
4681
4663
  name: "ecs-card",
4682
4664
  emits: ["click"],
4683
4665
  props: {
@@ -4741,7 +4723,7 @@ function xr(e, s, t, a, n, i) {
4741
4723
  ])
4742
4724
  ], 10, wr);
4743
4725
  }
4744
- const Sb = /* @__PURE__ */ v(kr, [["render", xr], ["__scopeId", "data-v-8d449816"]]), Br = {
4726
+ const wb = /* @__PURE__ */ v(kr, [["render", xr], ["__scopeId", "data-v-8d449816"]]), Br = {
4745
4727
  name: "ecs-citation-line",
4746
4728
  emits: ["change", "blur", "focus"],
4747
4729
  components: { EcsFlexRow: Te },
@@ -4810,7 +4792,7 @@ function Ir(e, s, t, a, n, i) {
4810
4792
  _: 3
4811
4793
  });
4812
4794
  }
4813
- const Cb = /* @__PURE__ */ v(Br, [["render", Ir], ["__scopeId", "data-v-cfd8e718"]]);
4795
+ const Sb = /* @__PURE__ */ v(Br, [["render", Ir], ["__scopeId", "data-v-cfd8e718"]]);
4814
4796
  var qt = {};
4815
4797
  Object.defineProperty(qt, "__esModule", {
4816
4798
  value: !0
@@ -4990,7 +4972,7 @@ function Or(e, s, t, a, n, i) {
4990
4972
  [m, i.onClickOutside]
4991
4973
  ]);
4992
4974
  }
4993
- const xb = /* @__PURE__ */ v(Pr, [["render", Or], ["__scopeId", "data-v-7a99d0e5"]]), Ar = {
4975
+ const Cb = /* @__PURE__ */ v(Pr, [["render", Or], ["__scopeId", "data-v-7a99d0e5"]]), Ar = {
4994
4976
  name: "ecs-collapse",
4995
4977
  emits: ["toggled", "remove"],
4996
4978
  components: { EcsButton: Se, EcsFocusRing: L, EcsFlexRow: Te },
@@ -5158,7 +5140,7 @@ function Hr(e, s, t, a, n, i) {
5158
5140
  ], 10, Vr)
5159
5141
  ], 2);
5160
5142
  }
5161
- const Bb = /* @__PURE__ */ v(Ar, [["render", Hr], ["__scopeId", "data-v-b2ce05ee"]]), qr = {
5143
+ const xb = /* @__PURE__ */ v(Ar, [["render", Hr], ["__scopeId", "data-v-b2ce05ee"]]), qr = {
5162
5144
  name: "ecs-collection-control",
5163
5145
  emits: ["toggled", "collectionTooltip"],
5164
5146
  components: { EcsIcon: M, EcsFocusRing: L },
@@ -5300,7 +5282,7 @@ function Yr(e, s, t, a, n, i) {
5300
5282
  ], 10, Kr)
5301
5283
  ], 2);
5302
5284
  }
5303
- const zb = /* @__PURE__ */ v(qr, [["render", Yr], ["__scopeId", "data-v-5e5716bc"]]), Xr = {
5285
+ const Bb = /* @__PURE__ */ v(qr, [["render", Yr], ["__scopeId", "data-v-5e5716bc"]]), Xr = {
5304
5286
  name: "ecs-skeleton-loader",
5305
5287
  props: {
5306
5288
  /** Determines the type of skeleton shape: `single` replicates a single line of text, `multi` a multi line text, and `rect` a generic rectangle shape. */
@@ -5525,13 +5507,13 @@ function pl(e, s, t, a, n, i) {
5525
5507
  ]))
5526
5508
  ], 8, ol);
5527
5509
  }
5528
- const Ib = /* @__PURE__ */ v(al, [["render", pl], ["__scopeId", "data-v-cf696f66"]]), hl = {}, vl = { class: "ecs-comment-list" };
5510
+ const zb = /* @__PURE__ */ v(al, [["render", pl], ["__scopeId", "data-v-cf696f66"]]), hl = {}, vl = { class: "ecs-comment-list" };
5529
5511
  function yl(e, s) {
5530
5512
  return o(), l("div", vl, [
5531
5513
  p(e.$slots, "default")
5532
5514
  ]);
5533
5515
  }
5534
- const Eb = /* @__PURE__ */ v(hl, [["render", yl]]);
5516
+ const Ib = /* @__PURE__ */ v(hl, [["render", yl]]);
5535
5517
  function Ct(e = {}, s = 0) {
5536
5518
  const t = e && e.a;
5537
5519
  let a;
@@ -6380,7 +6362,7 @@ function kd(e, s, t, a, n, i) {
6380
6362
  _: 1
6381
6363
  });
6382
6364
  }
6383
- const $b = /* @__PURE__ */ v(_d, [["render", kd], ["__scopeId", "data-v-08aaa823"]]), wd = {
6365
+ const Eb = /* @__PURE__ */ v(_d, [["render", kd], ["__scopeId", "data-v-08aaa823"]]), wd = {
6384
6366
  name: "ecs-data-card",
6385
6367
  components: { EcsIcon: M, EcsSkeletonLoader: Ce, EcsButtonTable: Rs, EcsButton: Se, EcsFocusRing: L },
6386
6368
  mixins: [ue],
@@ -6396,7 +6378,8 @@ const $b = /* @__PURE__ */ v(_d, [["render", kd], ["__scopeId", "data-v-08aaa823
6396
6378
  },
6397
6379
  /** Determines if the card should have a :hover effect (it should, if it's clickable). */
6398
6380
  hover: {
6399
- type: Boolean
6381
+ type: Boolean,
6382
+ default: !1
6400
6383
  },
6401
6384
  /** Sets the background color of the card to blue, which indicates an active/selected state. */
6402
6385
  active: {
@@ -6446,6 +6429,11 @@ const $b = /* @__PURE__ */ v(_d, [["render", kd], ["__scopeId", "data-v-08aaa823
6446
6429
  type: String,
6447
6430
  default: "right",
6448
6431
  validator: (e) => ["right", "left"].includes(e)
6432
+ },
6433
+ /** If set, the actions slot will be hidden and show up on card hover. It's then overlaying the card content. */
6434
+ actionsOnHover: {
6435
+ type: Boolean,
6436
+ default: !1
6449
6437
  }
6450
6438
  },
6451
6439
  data() {
@@ -6466,13 +6454,10 @@ const $b = /* @__PURE__ */ v(_d, [["render", kd], ["__scopeId", "data-v-08aaa823
6466
6454
  key: 0,
6467
6455
  class: "control"
6468
6456
  }, xd = { class: "ecs-data-card-inner" }, Bd = { class: "ecs-data-card-row" }, zd = { class: "ecs-data-card-row-inner" }, Id = { class: "ecs-data-card-row-inner-text" }, Ed = {
6469
- key: 2,
6470
- class: "ecs-data-card-actions"
6471
- }, $d = {
6472
6457
  key: 0,
6473
6458
  class: "ecs-data-card-row"
6474
- }, Pd = { class: "ecs-data-card-row-inner" }, Td = ["id", "aria-hidden"], Md = { class: "ecs-data-card-expand-inner" };
6475
- function Ld(e, s, t, a, n, i) {
6459
+ }, $d = { class: "ecs-data-card-row-inner" }, Pd = ["id", "aria-hidden"], Td = { class: "ecs-data-card-expand-inner" };
6460
+ function Md(e, s, t, a, n, i) {
6476
6461
  const r = g("ecs-icon"), c = g("ecs-skeleton-loader"), d = g("ecs-button"), m = g("ecs-button-table"), y = g("ecs-focus-ring");
6477
6462
  return o(), l("div", {
6478
6463
  class: h(["ecs-data-card", [
@@ -6528,9 +6513,12 @@ function Ld(e, s, t, a, n, i) {
6528
6513
  type: "single",
6529
6514
  width: i.skeletonWidth(30, 70)
6530
6515
  }, null, 8, ["width"])) : u("", !0),
6531
- e.$slots.actions ? (o(), l("div", Ed, [
6516
+ e.$slots.actions ? (o(), l("div", {
6517
+ key: 2,
6518
+ class: h(["ecs-data-card-actions", t.actionsOnHover ? "on-hover" : ""])
6519
+ }, [
6532
6520
  p(e.$slots, "actions", {}, void 0, !0)
6533
- ])) : u("", !0),
6521
+ ], 2)) : u("", !0),
6534
6522
  t.expandable && t.expandPosition === "right" ? (o(), b(m, {
6535
6523
  key: 3,
6536
6524
  onClick: s[1] || (s[1] = (k) => n.isExpanded = !n.isExpanded),
@@ -6546,8 +6534,8 @@ function Ld(e, s, t, a, n, i) {
6546
6534
  }, null, 8, ["aria-controls", "aria-expanded", "active", "icon", "label"])) : u("", !0)
6547
6535
  ])
6548
6536
  ]),
6549
- e.$slots.meta ? (o(), l("div", $d, [
6550
- f("div", Pd, [
6537
+ e.$slots.meta ? (o(), l("div", Ed, [
6538
+ f("div", $d, [
6551
6539
  p(e.$slots, "meta", {}, void 0, !0),
6552
6540
  t.loading ? (o(), b(c, {
6553
6541
  key: 0,
@@ -6562,10 +6550,10 @@ function Ld(e, s, t, a, n, i) {
6562
6550
  "aria-hidden": n.isExpanded ? "false" : "true",
6563
6551
  class: "ecs-data-card-expand"
6564
6552
  }, [
6565
- f("div", Md, [
6553
+ f("div", Td, [
6566
6554
  p(e.$slots, "expand", {}, void 0, !0)
6567
6555
  ])
6568
- ], 8, Td)), [
6556
+ ], 8, Pd)), [
6569
6557
  [gt, n.isExpanded]
6570
6558
  ]) : u("", !0)
6571
6559
  ]),
@@ -6576,18 +6564,18 @@ function Ld(e, s, t, a, n, i) {
6576
6564
  })) : u("", !0)
6577
6565
  ], 10, Sd);
6578
6566
  }
6579
- const Pb = /* @__PURE__ */ v(wd, [["render", Ld], ["__scopeId", "data-v-8dd053a6"]]), Od = {
6567
+ const $b = /* @__PURE__ */ v(wd, [["render", Md], ["__scopeId", "data-v-3f5a6afe"]]), Ld = {
6580
6568
  name: "ecs-data-card-list"
6581
- }, Ad = {
6569
+ }, Od = {
6582
6570
  class: "ecs-data-card-list",
6583
6571
  role: "list"
6584
6572
  };
6585
- function Nd(e, s, t, a, n, i) {
6586
- return o(), l("div", Ad, [
6573
+ function Ad(e, s, t, a, n, i) {
6574
+ return o(), l("div", Od, [
6587
6575
  p(e.$slots, "default")
6588
6576
  ]);
6589
6577
  }
6590
- const Tb = /* @__PURE__ */ v(Od, [["render", Nd]]), Dd = {
6578
+ const Pb = /* @__PURE__ */ v(Ld, [["render", Ad]]), Nd = {
6591
6579
  name: "ecs-data-grid",
6592
6580
  emits: ["tableScroll"],
6593
6581
  props: {
@@ -6623,17 +6611,17 @@ const Tb = /* @__PURE__ */ v(Od, [["render", Nd]]), Dd = {
6623
6611
  this.$emit("tableScroll", e);
6624
6612
  }
6625
6613
  }
6626
- }, Rd = ["aria-disabled"], Fd = {
6614
+ }, Dd = ["aria-disabled"], Rd = {
6627
6615
  key: 0,
6628
6616
  class: "ecs-data-grid-empty"
6629
- }, Vd = {
6617
+ }, Fd = {
6630
6618
  key: 2,
6631
6619
  class: "ecs-data-grid-pagination"
6632
- }, Hd = {
6620
+ }, Vd = {
6633
6621
  key: 3,
6634
6622
  class: "ecs-data-grid-block"
6635
6623
  };
6636
- function qd(e, s, t, a, n, i) {
6624
+ function Hd(e, s, t, a, n, i) {
6637
6625
  return o(), l("div", {
6638
6626
  onScroll: s[0] || (s[0] = (...r) => i.tableScroll && i.tableScroll(...r)),
6639
6627
  ref: "dataGridScroller",
@@ -6648,7 +6636,7 @@ function qd(e, s, t, a, n, i) {
6648
6636
  }, [
6649
6637
  p(e.$slots, "head", {}, void 0, !0)
6650
6638
  ], 2),
6651
- e.$slots.empty ? (o(), l("div", Fd, [
6639
+ e.$slots.empty ? (o(), l("div", Rd, [
6652
6640
  p(e.$slots, "empty", {}, void 0, !0)
6653
6641
  ])) : (o(), l("div", {
6654
6642
  key: 1,
@@ -6656,13 +6644,13 @@ function qd(e, s, t, a, n, i) {
6656
6644
  }, [
6657
6645
  p(e.$slots, "default", {}, void 0, !0)
6658
6646
  ], 2)),
6659
- e.$slots.pagination ? (o(), l("div", Vd, [
6647
+ e.$slots.pagination ? (o(), l("div", Fd, [
6660
6648
  p(e.$slots, "pagination", {}, void 0, !0)
6661
6649
  ])) : u("", !0),
6662
- t.disabled ? (o(), l("div", Hd)) : u("", !0)
6663
- ], 46, Rd);
6650
+ t.disabled ? (o(), l("div", Vd)) : u("", !0)
6651
+ ], 46, Dd);
6664
6652
  }
6665
- const Mb = /* @__PURE__ */ v(Dd, [["render", qd], ["__scopeId", "data-v-67fc9746"]]), Wd = {
6653
+ const Tb = /* @__PURE__ */ v(Nd, [["render", Hd], ["__scopeId", "data-v-67fc9746"]]), qd = {
6666
6654
  name: "ecs-data-grid-row",
6667
6655
  emits: ["rowdrop", "click", "collapse"],
6668
6656
  props: {
@@ -6704,11 +6692,11 @@ const Mb = /* @__PURE__ */ v(Dd, [["render", qd], ["__scopeId", "data-v-67fc9746
6704
6692
  beforeUnmount() {
6705
6693
  this.mouseEvent && this.$refs.grid_row.removeEventListener(this.mouseEvent, this.handleRowClick);
6706
6694
  }
6707
- }, jd = {
6695
+ }, Wd = {
6708
6696
  key: 1,
6709
6697
  class: "ecs-data-grid-row-block"
6710
6698
  };
6711
- function Ud(e, s, t, a, n, i) {
6699
+ function jd(e, s, t, a, n, i) {
6712
6700
  return o(), l("div", {
6713
6701
  class: h(["ecs-data-grid-row", [t.state, t.type == "header" ? "header-row" : "", t.mouseEvent === "click" || t.clickable === !0 ? "clickable" : ""]]),
6714
6702
  ref: "grid_row",
@@ -6719,14 +6707,14 @@ function Ud(e, s, t, a, n, i) {
6719
6707
  onClick: s[0] || (s[0] = (...r) => i.handleDropzoneClick && i.handleDropzoneClick(...r)),
6720
6708
  class: "ecs-data-grid-row-drop-zone"
6721
6709
  })) : u("", !0),
6722
- t.state == "disabled" ? (o(), l("div", jd)) : u("", !0),
6710
+ t.state == "disabled" ? (o(), l("div", Wd)) : u("", !0),
6723
6711
  p(e.$slots, "default", {}, void 0, !0)
6724
6712
  ], 2);
6725
6713
  }
6726
- const Gd = /* @__PURE__ */ v(Wd, [["render", Ud], ["__scopeId", "data-v-16b82e41"]]), Kd = {
6714
+ const Ud = /* @__PURE__ */ v(qd, [["render", jd], ["__scopeId", "data-v-16b82e41"]]), Gd = {
6727
6715
  name: "ecs-data-grid-row-group",
6728
6716
  components: {
6729
- EcsDataGridRow: Gd
6717
+ EcsDataGridRow: Ud
6730
6718
  },
6731
6719
  props: {
6732
6720
  /** Determines the state of the table row. */
@@ -6762,13 +6750,13 @@ const Gd = /* @__PURE__ */ v(Wd, [["render", Ud], ["__scopeId", "data-v-16b82e41
6762
6750
  this.isCollapsed = e;
6763
6751
  }
6764
6752
  }
6765
- }, Yd = {
6753
+ }, Kd = {
6766
6754
  class: "ecs-data-grid-row-group",
6767
6755
  role: "rowgroup"
6768
- }, Xd = ["aria-hidden"];
6769
- function Zd(e, s, t, a, n, i) {
6756
+ }, Yd = ["aria-hidden"];
6757
+ function Xd(e, s, t, a, n, i) {
6770
6758
  const r = g("ecs-data-grid-row");
6771
- return o(), l("div", Yd, [
6759
+ return o(), l("div", Kd, [
6772
6760
  _(r, {
6773
6761
  type: t.headerRowType,
6774
6762
  onCollapse: i.handleCollapse
@@ -6783,10 +6771,10 @@ function Zd(e, s, t, a, n, i) {
6783
6771
  "aria-hidden": n.isCollapsed || null
6784
6772
  }, [
6785
6773
  p(e.$slots, "rows", {}, void 0, !0)
6786
- ], 10, Xd)
6774
+ ], 10, Yd)
6787
6775
  ]);
6788
6776
  }
6789
- const Lb = /* @__PURE__ */ v(Kd, [["render", Zd], ["__scopeId", "data-v-9382f10e"]]), Jd = {
6777
+ const Mb = /* @__PURE__ */ v(Gd, [["render", Xd], ["__scopeId", "data-v-9382f10e"]]), Zd = {
6790
6778
  name: "ecs-select",
6791
6779
  emits: [
6792
6780
  "focus",
@@ -6861,17 +6849,17 @@ const Lb = /* @__PURE__ */ v(Kd, [["render", Zd], ["__scopeId", "data-v-9382f10e
6861
6849
  t && (t.selected = !0), e !== this.currentValue && (this.currentValue = e);
6862
6850
  }
6863
6851
  }
6864
- }, Qd = ["disabled", "required", "id", "name"], eu = {
6852
+ }, Jd = ["disabled", "required", "id", "name"], Qd = {
6865
6853
  key: 0,
6866
6854
  value: "",
6867
6855
  disabled: "",
6868
6856
  selected: "",
6869
6857
  hidden: ""
6870
- }, tu = {
6858
+ }, eu = {
6871
6859
  key: 0,
6872
6860
  class: "placeholder"
6873
6861
  };
6874
- function su(e, s, t, a, n, i) {
6862
+ function tu(e, s, t, a, n, i) {
6875
6863
  return o(), l("div", {
6876
6864
  class: h(["ecs-form-select", [i.sizeClass, i.typeClass, t.disabled ? "disabled" : null]])
6877
6865
  }, [
@@ -6887,13 +6875,13 @@ function su(e, s, t, a, n, i) {
6887
6875
  id: t.id,
6888
6876
  name: t.name
6889
6877
  }), [
6890
- t.placeholder ? (o(), l("option", eu)) : u("", !0),
6878
+ t.placeholder ? (o(), l("option", Qd)) : u("", !0),
6891
6879
  p(e.$slots, "default", {}, void 0, !0)
6892
- ], 16, Qd),
6893
- t.placeholder && n.currentValue == "" ? (o(), l("span", tu, w(t.placeholder), 1)) : u("", !0)
6880
+ ], 16, Jd),
6881
+ t.placeholder && n.currentValue == "" ? (o(), l("span", eu, w(t.placeholder), 1)) : u("", !0)
6894
6882
  ], 2);
6895
6883
  }
6896
- const js = /* @__PURE__ */ v(Jd, [["render", su], ["__scopeId", "data-v-da6f533f"]]), iu = {
6884
+ const js = /* @__PURE__ */ v(Zd, [["render", tu], ["__scopeId", "data-v-da6f533f"]]), su = {
6897
6885
  name: "ecs-data-grid-head-cell",
6898
6886
  emits: ["resizedWidth", "sortby", "selection"],
6899
6887
  components: {
@@ -7124,23 +7112,23 @@ const js = /* @__PURE__ */ v(Jd, [["render", su], ["__scopeId", "data-v-da6f533f
7124
7112
  unmounted() {
7125
7113
  this.resizeObserver && this.resizeObserver.disconnect();
7126
7114
  }
7127
- }, nu = ["aria-sort", "aria-label"], au = ["data-column", "data-test"], ou = {
7115
+ }, iu = ["aria-sort", "aria-label"], nu = ["data-column", "data-test"], au = {
7128
7116
  key: 0,
7129
7117
  class: "first-cell-spacer"
7130
- }, ru = {
7118
+ }, ou = {
7131
7119
  key: 1,
7132
7120
  class: "ecs-data-grid-head-cell-prefix"
7133
- }, lu = ["title"], cu = ["selected", "value"], du = ["title"], uu = ["title"], fu = {
7121
+ }, ru = ["title"], lu = ["selected", "value"], cu = ["title"], du = ["title"], uu = {
7134
7122
  width: "14",
7135
7123
  height: "20",
7136
7124
  viewBox: "0 0 14 20",
7137
7125
  fill: "none",
7138
7126
  xmlns: "http://www.w3.org/2000/svg"
7139
- }, gu = ["stroke", "stroke-width", "opacity"], mu = ["stroke", "stroke-width", "opacity"], pu = {
7127
+ }, fu = ["stroke", "stroke-width", "opacity"], gu = ["stroke", "stroke-width", "opacity"], mu = {
7140
7128
  key: 6,
7141
7129
  class: "ecs-data-grid-head-cell-suffix"
7142
7130
  };
7143
- function hu(e, s, t, a, n, i) {
7131
+ function pu(e, s, t, a, n, i) {
7144
7132
  const r = g("ecs-icon"), c = g("ecs-select"), d = g("ecs-focus-ring");
7145
7133
  return o(), l("div", {
7146
7134
  class: h(["ecs-data-grid-head-cell", [t.fixedLeft ? "fixed-left" : "", t.fixedLeftLast ? "fixed-left-last" : "", t.fixedRight ? "fixed-right" : ""]]),
@@ -7160,8 +7148,8 @@ function hu(e, s, t, a, n, i) {
7160
7148
  "data-column": i.computedId,
7161
7149
  "data-test": i.computedId
7162
7150
  }, [
7163
- t.firstNonStaticCell ? (o(), l("div", ou)) : u("", !0),
7164
- e.$slots.prefix ? (o(), l("div", ru, [
7151
+ t.firstNonStaticCell ? (o(), l("div", au)) : u("", !0),
7152
+ e.$slots.prefix ? (o(), l("div", ou, [
7165
7153
  p(e.$slots, "prefix", {}, void 0, !0)
7166
7154
  ])) : u("", !0),
7167
7155
  t.icon ? (o(), l("div", {
@@ -7174,7 +7162,7 @@ function hu(e, s, t, a, n, i) {
7174
7162
  size: "20",
7175
7163
  color: "#202127"
7176
7164
  }, null, 8, ["type"])
7177
- ], 8, lu)) : t.select ? (o(), b(c, {
7165
+ ], 8, ru)) : t.select ? (o(), b(c, {
7178
7166
  key: 3,
7179
7167
  modelValue: n.selectCellValue,
7180
7168
  "onUpdate:modelValue": s[0] || (s[0] = (m) => n.selectCellValue = m),
@@ -7186,14 +7174,14 @@ function hu(e, s, t, a, n, i) {
7186
7174
  key: y,
7187
7175
  selected: m.selected,
7188
7176
  value: m.value
7189
- }, w(m.name), 9, cu))), 128))
7177
+ }, w(m.name), 9, lu))), 128))
7190
7178
  ]),
7191
7179
  _: 1
7192
7180
  }, 8, ["modelValue"])) : (o(), l("div", {
7193
7181
  key: 4,
7194
7182
  class: "ecs-data-grid-head-cell-text",
7195
7183
  title: t.name
7196
- }, w(t.name), 9, du)),
7184
+ }, w(t.name), 9, cu)),
7197
7185
  p(e.$slots, "default", {}, void 0, !0),
7198
7186
  t.sortable ? (o(), l("button", {
7199
7187
  key: 5,
@@ -7201,7 +7189,7 @@ function hu(e, s, t, a, n, i) {
7201
7189
  class: h(["sort-button", t.sorting]),
7202
7190
  title: i.sortTitle
7203
7191
  }, [
7204
- (o(), l("svg", fu, [
7192
+ (o(), l("svg", uu, [
7205
7193
  f("path", {
7206
7194
  d: "M3.99023 11.802L6.76923 14.722L9.54823 11.802",
7207
7195
  stroke: t.sorting == "desc" ? "#157EFB" : "#B9BCC2",
@@ -7209,7 +7197,7 @@ function hu(e, s, t, a, n, i) {
7209
7197
  opacity: t.sorting == "desc" || t.sorting == "none" ? "1" : "0.5",
7210
7198
  "stroke-linecap": "round",
7211
7199
  "stroke-linejoin": "round"
7212
- }, null, 8, gu),
7200
+ }, null, 8, fu),
7213
7201
  f("path", {
7214
7202
  d: "M3.99023 8.722L6.76923 5.802L9.54823 8.722",
7215
7203
  stroke: t.sorting == "asc" ? "#157EFB" : "#B9BCC2",
@@ -7217,21 +7205,21 @@ function hu(e, s, t, a, n, i) {
7217
7205
  opacity: t.sorting == "asc" || t.sorting == "none" ? "1" : "0.5",
7218
7206
  "stroke-linecap": "round",
7219
7207
  "stroke-linejoin": "round"
7220
- }, null, 8, mu)
7208
+ }, null, 8, gu)
7221
7209
  ])),
7222
7210
  _(d)
7223
- ], 10, uu)) : u("", !0),
7224
- e.$slots.suffix ? (o(), l("div", pu, [
7211
+ ], 10, du)) : u("", !0),
7212
+ e.$slots.suffix ? (o(), l("div", mu, [
7225
7213
  p(e.$slots, "suffix", {}, void 0, !0)
7226
7214
  ])) : u("", !0)
7227
- ], 14, au),
7215
+ ], 14, nu),
7228
7216
  t.fixedLeftLast ? (o(), l("div", {
7229
7217
  key: 1,
7230
7218
  class: h(["shadow", t.fixedLeftLast ? "right" : ""])
7231
7219
  }, null, 2)) : u("", !0)
7232
- ], 14, nu);
7220
+ ], 14, iu);
7233
7221
  }
7234
- const Ob = /* @__PURE__ */ v(iu, [["render", hu], ["__scopeId", "data-v-94524488"]]), vu = {
7222
+ const Lb = /* @__PURE__ */ v(su, [["render", pu], ["__scopeId", "data-v-94524488"]]), hu = {
7235
7223
  name: "ecs-data-grid-group",
7236
7224
  props: {
7237
7225
  /** Determines if this cell group should be shown. Avoid showing more than 1 group at the same time. */
@@ -7245,19 +7233,19 @@ const Ob = /* @__PURE__ */ v(iu, [["render", hu], ["__scopeId", "data-v-94524488
7245
7233
  //required: true
7246
7234
  }
7247
7235
  }
7248
- }, yu = ["aria-labeled-by"];
7249
- function bu(e, s, t, a, n, i) {
7236
+ }, vu = ["aria-labeled-by"];
7237
+ function yu(e, s, t, a, n, i) {
7250
7238
  return Ge((o(), l("div", {
7251
7239
  class: "ecs-data-grid-group",
7252
7240
  role: "tabpanel",
7253
7241
  "aria-labeled-by": t.ariaLabeledBy
7254
7242
  }, [
7255
7243
  t.show ? p(e.$slots, "default", { key: 0 }, void 0, !0) : u("", !0)
7256
- ], 8, yu)), [
7244
+ ], 8, vu)), [
7257
7245
  [gt, t.show]
7258
7246
  ]);
7259
7247
  }
7260
- const Ab = /* @__PURE__ */ v(vu, [["render", bu], ["__scopeId", "data-v-ee025ab5"]]), _u = {
7248
+ const Ob = /* @__PURE__ */ v(hu, [["render", yu], ["__scopeId", "data-v-ee025ab5"]]), bu = {
7261
7249
  name: "ecs-data-grid-cell",
7262
7250
  emits: ["collapse"],
7263
7251
  components: {
@@ -7386,11 +7374,11 @@ const Ab = /* @__PURE__ */ v(vu, [["render", bu], ["__scopeId", "data-v-ee025ab5
7386
7374
  created() {
7387
7375
  this.cellWidth = this.width, this.cellFixedLeftOffset = this.fixedLeftOffset;
7388
7376
  }
7389
- }, ku = (e) => (ye("data-v-0910be15"), e = e(), be(), e), wu = ["data-column", "data-test"], Su = {
7377
+ }, _u = (e) => (ye("data-v-0910be15"), e = e(), be(), e), ku = ["data-column", "data-test"], wu = {
7390
7378
  key: 0,
7391
7379
  class: "first-cell-spacer"
7392
- }, Cu = /* @__PURE__ */ ku(() => /* @__PURE__ */ f("div", { class: "group-spacer" }, null, -1));
7393
- function xu(e, s, t, a, n, i) {
7380
+ }, Su = /* @__PURE__ */ _u(() => /* @__PURE__ */ f("div", { class: "group-spacer" }, null, -1));
7381
+ function Cu(e, s, t, a, n, i) {
7394
7382
  const r = g("ecs-button-collapse");
7395
7383
  return o(), l("div", {
7396
7384
  class: h(["ecs-data-grid-cell", [t.fixedLeft ? "fixed-left" : "", t.fixedLeftLast ? "fixed-left-last" : "", t.fixedRight ? "fixed-right" : ""]]),
@@ -7407,8 +7395,8 @@ function xu(e, s, t, a, n, i) {
7407
7395
  "data-column": i.computedId,
7408
7396
  "data-test": i.computedId
7409
7397
  }, [
7410
- t.firstNonStaticCell ? (o(), l("div", Su)) : u("", !0),
7411
- Cu,
7398
+ t.firstNonStaticCell ? (o(), l("div", wu)) : u("", !0),
7399
+ Su,
7412
7400
  t.hasCollapse ? (o(), b(r, {
7413
7401
  key: 1,
7414
7402
  onClick: i.handleCollapseClick,
@@ -7416,25 +7404,25 @@ function xu(e, s, t, a, n, i) {
7416
7404
  type: "chevron"
7417
7405
  }, null, 8, ["onClick", "collapsed"])) : u("", !0),
7418
7406
  p(e.$slots, "default", {}, void 0, !0)
7419
- ], 12, wu),
7407
+ ], 12, ku),
7420
7408
  t.fixedLeftLast ? (o(), l("div", {
7421
7409
  key: 1,
7422
7410
  class: h(["shadow", t.fixedLeftLast ? "right" : ""])
7423
7411
  }, null, 2)) : u("", !0)
7424
7412
  ], 6);
7425
7413
  }
7426
- const Nb = /* @__PURE__ */ v(_u, [["render", xu], ["__scopeId", "data-v-0910be15"]]), Bu = {
7414
+ const Ab = /* @__PURE__ */ v(bu, [["render", Cu], ["__scopeId", "data-v-0910be15"]]), xu = {
7427
7415
  name: "ecs-data-list"
7428
- }, zu = {
7416
+ }, Bu = {
7429
7417
  class: "ecs-data-list",
7430
7418
  role: "list"
7431
7419
  };
7432
- function Iu(e, s, t, a, n, i) {
7433
- return o(), l("div", zu, [
7420
+ function zu(e, s, t, a, n, i) {
7421
+ return o(), l("div", Bu, [
7434
7422
  p(e.$slots, "default")
7435
7423
  ]);
7436
7424
  }
7437
- const Db = /* @__PURE__ */ v(Bu, [["render", Iu]]), Eu = {
7425
+ const Nb = /* @__PURE__ */ v(xu, [["render", zu]]), Iu = {
7438
7426
  name: "ecs-data-list-item",
7439
7427
  emits: ["toggled"],
7440
7428
  components: { EcsButtonMore: Ds, EcsSkeletonLoader: Ce },
@@ -7537,8 +7525,8 @@ const Db = /* @__PURE__ */ v(Bu, [["render", Iu]]), Eu = {
7537
7525
  created() {
7538
7526
  this.expandId = this.generateUniqueId(), this.definitionId = this.generateUniqueId();
7539
7527
  }
7540
- }, $u = ["id"], Pu = ["aria-busy", "aria-labelledby"], Tu = ["aria-valuenow"], Mu = ["id", "aria-hidden"];
7541
- function Lu(e, s, t, a, n, i) {
7528
+ }, Eu = ["id"], $u = ["aria-busy", "aria-labelledby"], Pu = ["aria-valuenow"], Tu = ["id", "aria-hidden"];
7529
+ function Mu(e, s, t, a, n, i) {
7542
7530
  const r = g("ecs-button-more"), c = g("ecs-skeleton-loader");
7543
7531
  return o(), l("div", null, [
7544
7532
  f("div", {
@@ -7567,7 +7555,7 @@ function Lu(e, s, t, a, n, i) {
7567
7555
  "aria-expanded": n.isVisible ? "true" : "false",
7568
7556
  onClick: i.toggleCollapse
7569
7557
  }, null, 8, ["active", "aria-controls", "aria-expanded", "onClick"])) : u("", !0)
7570
- ], 8, $u)) : u("", !0),
7558
+ ], 8, Eu)) : u("", !0),
7571
7559
  f("div", {
7572
7560
  class: h(["ecs-data-list-data", [
7573
7561
  t.escape ? "ecs-data-list-data-escape" : "",
@@ -7589,8 +7577,8 @@ function Lu(e, s, t, a, n, i) {
7589
7577
  role: "progressbar",
7590
7578
  style: x({ width: t.progress + "%" }),
7591
7579
  "aria-valuenow": t.progress
7592
- }, null, 12, Tu)) : u("", !0)
7593
- ], 10, Pu)
7580
+ }, null, 12, Pu)) : u("", !0)
7581
+ ], 10, $u)
7594
7582
  ], 2),
7595
7583
  e.$slots.collapse ? (o(), l("div", {
7596
7584
  key: 0,
@@ -7600,10 +7588,10 @@ function Lu(e, s, t, a, n, i) {
7600
7588
  "aria-hidden": n.isVisible ? "false" : "true"
7601
7589
  }, [
7602
7590
  p(e.$slots, "collapse", {}, void 0, !0)
7603
- ], 10, Mu)) : u("", !0)
7591
+ ], 10, Tu)) : u("", !0)
7604
7592
  ]);
7605
7593
  }
7606
- const Rb = /* @__PURE__ */ v(Eu, [["render", Lu], ["__scopeId", "data-v-4da2f2f8"]]), Ou = {
7594
+ const Db = /* @__PURE__ */ v(Iu, [["render", Mu], ["__scopeId", "data-v-4da2f2f8"]]), Lu = {
7607
7595
  name: "ecs-dialog",
7608
7596
  emits: ["toggled", "cancel"],
7609
7597
  props: {
@@ -7664,15 +7652,15 @@ const Rb = /* @__PURE__ */ v(Eu, [["render", Lu], ["__scopeId", "data-v-4da2f2f8
7664
7652
  this.$refs.dialog.showModal(), document.addEventListener("keyup", this.keyUpHandler), this.$refs.dialog.focus();
7665
7653
  }));
7666
7654
  }
7667
- }, Au = { class: "ecs-dialog-body scrollbar scrollbar-sml" };
7668
- function Nu(e, s, t, a, n, i) {
7655
+ }, Ou = { class: "ecs-dialog-body scrollbar scrollbar-sml" };
7656
+ function Au(e, s, t, a, n, i) {
7669
7657
  return n.lazyLoad ? (o(), l("dialog", {
7670
7658
  key: 0,
7671
7659
  ref: "dialog",
7672
7660
  class: h(["ecs-dialog-" + t.size, "ecs-dialog"]),
7673
7661
  onKeydown: s[0] || (s[0] = G((...r) => i.handleEnterKey && i.handleEnterKey(...r), ["enter"]))
7674
7662
  }, [
7675
- f("div", Au, [
7663
+ f("div", Ou, [
7676
7664
  p(e.$slots, "default")
7677
7665
  ]),
7678
7666
  e.$slots.actions ? (o(), l("div", {
@@ -7683,7 +7671,7 @@ function Nu(e, s, t, a, n, i) {
7683
7671
  ], 2)) : u("", !0)
7684
7672
  ], 34)) : u("", !0);
7685
7673
  }
7686
- const Fb = /* @__PURE__ */ v(Ou, [["render", Nu]]), Du = {
7674
+ const Rb = /* @__PURE__ */ v(Lu, [["render", Au]]), Nu = {
7687
7675
  __name: "state-icon",
7688
7676
  props: {
7689
7677
  /** The identifier of the icon which should show up. */
@@ -7755,10 +7743,10 @@ const Fb = /* @__PURE__ */ v(Ou, [["render", Nu]]), Du = {
7755
7743
  }, null, 8, ["height", "width"]))
7756
7744
  ], 6));
7757
7745
  }
7758
- }, Ru = /* @__PURE__ */ v(Du, [["__scopeId", "data-v-ff6feac1"]]), Fu = {
7746
+ }, Du = /* @__PURE__ */ v(Nu, [["__scopeId", "data-v-ff6feac1"]]), Ru = {
7759
7747
  name: "ecs-dialog-header",
7760
7748
  components: {
7761
- EcsStateIcon: Ru
7749
+ EcsStateIcon: Du
7762
7750
  },
7763
7751
  props: {
7764
7752
  /** Adds an icon to the dialog header. The prop value must match a specific icons name. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). Only icons prefixed with `dialog` should be used here. */
@@ -7773,28 +7761,28 @@ const Fb = /* @__PURE__ */ v(Ou, [["render", Nu]]), Du = {
7773
7761
  default: "neutral"
7774
7762
  }
7775
7763
  }
7776
- }, Vu = {
7764
+ }, Fu = {
7777
7765
  key: 0,
7778
7766
  class: "ecs-dialog-headline"
7779
- }, Hu = {
7767
+ }, Vu = {
7780
7768
  key: 1,
7781
7769
  class: "ecs-dialog-headline-plain"
7782
7770
  };
7783
- function qu(e, s, t, a, n, i) {
7771
+ function Hu(e, s, t, a, n, i) {
7784
7772
  const r = g("ecs-state-icon");
7785
7773
  return o(), l("div", null, [
7786
- t.icon ? (o(), l("h3", Vu, [
7774
+ t.icon ? (o(), l("h3", Fu, [
7787
7775
  _(r, {
7788
7776
  type: t.icon,
7789
7777
  "icon-color": t.iconColor
7790
7778
  }, null, 8, ["type", "icon-color"]),
7791
7779
  p(e.$slots, "default", {}, void 0, !0)
7792
- ])) : (o(), l("h3", Hu, [
7780
+ ])) : (o(), l("h3", Vu, [
7793
7781
  p(e.$slots, "default", {}, void 0, !0)
7794
7782
  ]))
7795
7783
  ]);
7796
7784
  }
7797
- const Vb = /* @__PURE__ */ v(Fu, [["render", qu], ["__scopeId", "data-v-6e05c98b"]]), Wu = {
7785
+ const Fb = /* @__PURE__ */ v(Ru, [["render", Hu], ["__scopeId", "data-v-6e05c98b"]]), qu = {
7798
7786
  __name: "favicon",
7799
7787
  props: {
7800
7788
  /** The identifier of the favicon which should show up. */
@@ -7836,11 +7824,11 @@ const Vb = /* @__PURE__ */ v(Fu, [["render", qu], ["__scopeId", "data-v-6e05c98b
7836
7824
  viewBox: "0 0 20 20"
7837
7825
  }, null, 8, ["alt"]));
7838
7826
  }
7839
- }, ju = {
7827
+ }, Wu = {
7840
7828
  name: "ecs-directory-entry",
7841
7829
  components: {
7842
7830
  EcsIcon: M,
7843
- EcsFavicon: Wu
7831
+ EcsFavicon: qu
7844
7832
  },
7845
7833
  props: {
7846
7834
  /** Adds an icon to the list item. The prop value must match a specific icons name. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). */
@@ -7859,10 +7847,10 @@ const Vb = /* @__PURE__ */ v(Fu, [["render", qu], ["__scopeId", "data-v-6e05c98b
7859
7847
  mounted() {
7860
7848
  !this.icon && !this.favicon && console.warn("Icon or Favicon prop is required for ecs-directory-entry component");
7861
7849
  }
7862
- }, Uu = { class: "ecs-directory-entry" }, Gu = { class: "items" };
7863
- function Ku(e, s, t, a, n, i) {
7850
+ }, ju = { class: "ecs-directory-entry" }, Uu = { class: "items" };
7851
+ function Gu(e, s, t, a, n, i) {
7864
7852
  const r = g("ecs-icon"), c = g("ecs-favicon");
7865
- return o(), l("div", Uu, [
7853
+ return o(), l("div", ju, [
7866
7854
  t.icon ? (o(), b(r, {
7867
7855
  key: 0,
7868
7856
  type: t.icon,
@@ -7876,12 +7864,12 @@ function Ku(e, s, t, a, n, i) {
7876
7864
  class: "indicator",
7877
7865
  style: x("background-color:" + t.indicator)
7878
7866
  }, null, 4)) : u("", !0),
7879
- f("div", Gu, [
7867
+ f("div", Uu, [
7880
7868
  p(e.$slots, "default", {}, void 0, !0)
7881
7869
  ])
7882
7870
  ]);
7883
7871
  }
7884
- const Hb = /* @__PURE__ */ v(ju, [["render", Ku], ["__scopeId", "data-v-800f5f8e"]]), Yu = {
7872
+ const Vb = /* @__PURE__ */ v(Wu, [["render", Gu], ["__scopeId", "data-v-800f5f8e"]]), Ku = {
7885
7873
  name: "ecs-document-state",
7886
7874
  components: {
7887
7875
  EcsIcon: M
@@ -7903,40 +7891,40 @@ const Hb = /* @__PURE__ */ v(ju, [["render", Ku], ["__scopeId", "data-v-800f5f8e
7903
7891
  default: !1
7904
7892
  }
7905
7893
  }
7906
- }, Xu = ["aria-busy"], Zu = {
7894
+ }, Yu = ["aria-busy"], Xu = {
7907
7895
  key: 0,
7908
7896
  class: "txt"
7909
- }, Ju = {
7897
+ }, Zu = {
7910
7898
  key: 1,
7911
7899
  class: "no-txt"
7912
- }, Qu = {
7900
+ }, Ju = {
7913
7901
  key: 2,
7914
7902
  class: "instant"
7915
- }, ef = {
7903
+ }, Qu = {
7916
7904
  key: 3,
7917
7905
  class: "no-instant"
7918
- }, tf = {
7906
+ }, ef = {
7919
7907
  key: 4,
7920
7908
  class: "loading"
7921
7909
  };
7922
- function sf(e, s, t, a, n, i) {
7910
+ function tf(e, s, t, a, n, i) {
7923
7911
  const r = g("ecs-icon");
7924
7912
  return o(), l("div", {
7925
7913
  class: "ecs-document-state",
7926
7914
  "aria-busy": t.loading || null
7927
7915
  }, [
7928
- t.ocr ? (o(), l("div", Zu)) : (o(), l("div", Ju)),
7929
- t.instantView ? (o(), l("div", Qu)) : (o(), l("div", ef)),
7930
- t.loading ? (o(), l("span", tf, [
7916
+ t.ocr ? (o(), l("div", Xu)) : (o(), l("div", Zu)),
7917
+ t.instantView ? (o(), l("div", Ju)) : (o(), l("div", Qu)),
7918
+ t.loading ? (o(), l("span", ef, [
7931
7919
  _(r, {
7932
7920
  type: "loading",
7933
7921
  size: "18",
7934
7922
  color: "#202127"
7935
7923
  })
7936
7924
  ])) : u("", !0)
7937
- ], 8, Xu);
7925
+ ], 8, Yu);
7938
7926
  }
7939
- const qb = /* @__PURE__ */ v(Yu, [["render", sf], ["__scopeId", "data-v-00c4c6d7"]]), nf = {
7927
+ const Hb = /* @__PURE__ */ v(Ku, [["render", tf], ["__scopeId", "data-v-00c4c6d7"]]), sf = {
7940
7928
  props: {
7941
7929
  /** The initial value of the chart as a percentage. */
7942
7930
  value: {
@@ -7985,8 +7973,8 @@ const qb = /* @__PURE__ */ v(Yu, [["render", sf], ["__scopeId", "data-v-00c4c6d7
7985
7973
  return e / 100;
7986
7974
  }
7987
7975
  }
7988
- }, af = ["height", "width", "viewBox"], of = ["cx", "cy", "r", "stroke", "stroke-width", "stroke-dasharray", "transform"], rf = ["cx", "cy", "r", "stroke", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
7989
- function lf(e, s, t, a, n, i) {
7976
+ }, nf = ["height", "width", "viewBox"], af = ["cx", "cy", "r", "stroke", "stroke-width", "stroke-dasharray", "transform"], of = ["cx", "cy", "r", "stroke", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
7977
+ function rf(e, s, t, a, n, i) {
7990
7978
  return o(), l("div", {
7991
7979
  class: "ecs-donut-chart",
7992
7980
  style: x(i.wrapperPadding)
@@ -8009,7 +7997,7 @@ function lf(e, s, t, a, n, i) {
8009
7997
  "stroke-dashoffset": 0,
8010
7998
  fill: "transparent",
8011
7999
  transform: "rotate(-90 " + t.size / 2 + " " + t.size / 2 + ")"
8012
- }, null, 8, of)) : u("", !0),
8000
+ }, null, 8, af)) : u("", !0),
8013
8001
  f("circle", {
8014
8002
  cx: t.size / 2,
8015
8003
  cy: t.size / 2,
@@ -8020,12 +8008,12 @@ function lf(e, s, t, a, n, i) {
8020
8008
  "stroke-dashoffset": i.calculateStrokeDashOffset(t.value, i.circumference),
8021
8009
  fill: "transparent",
8022
8010
  transform: "rotate(-90 " + t.size / 2 + " " + t.size / 2 + ")"
8023
- }, null, 8, rf)
8011
+ }, null, 8, of)
8024
8012
  ])
8025
- ], 8, af))
8013
+ ], 8, nf))
8026
8014
  ], 4);
8027
8015
  }
8028
- const Wb = /* @__PURE__ */ v(nf, [["render", lf], ["__scopeId", "data-v-851d95d9"]]), cf = {
8016
+ const qb = /* @__PURE__ */ v(sf, [["render", rf], ["__scopeId", "data-v-851d95d9"]]), lf = {
8029
8017
  name: "ecs-empty-state",
8030
8018
  components: { EcsIcon: M },
8031
8019
  props: {
@@ -8051,14 +8039,14 @@ const Wb = /* @__PURE__ */ v(nf, [["render", lf], ["__scopeId", "data-v-851d95d9
8051
8039
  return this.size == "sml" ? "100px" : "200px";
8052
8040
  }
8053
8041
  }
8054
- }, df = ["aria-busy"], uf = {
8042
+ }, cf = ["aria-busy"], df = {
8055
8043
  key: 1,
8056
8044
  class: "ecs-empty-state-loading"
8057
- }, ff = {
8045
+ }, uf = {
8058
8046
  key: 3,
8059
8047
  class: "ecs-empty-state-actions"
8060
8048
  };
8061
- function gf(e, s, t, a, n, i) {
8049
+ function ff(e, s, t, a, n, i) {
8062
8050
  const r = g("ecs-icon");
8063
8051
  return o(), l("div", {
8064
8052
  class: "ecs-empty-state",
@@ -8069,19 +8057,19 @@ function gf(e, s, t, a, n, i) {
8069
8057
  type: t.type,
8070
8058
  color: t.iconColor,
8071
8059
  size: i.iconSize
8072
- }, null, 8, ["type", "color", "size"])) : t.type == "loading" ? (o(), l("div", uf)) : u("", !0),
8060
+ }, null, 8, ["type", "color", "size"])) : t.type == "loading" ? (o(), l("div", df)) : u("", !0),
8073
8061
  t.type != "loading" ? (o(), l("div", {
8074
8062
  key: 2,
8075
8063
  class: h(["ecs-empty-state-message", t.size])
8076
8064
  }, [
8077
8065
  p(e.$slots, "default", {}, void 0, !0)
8078
8066
  ], 2)) : u("", !0),
8079
- e.$slots.actions ? (o(), l("div", ff, [
8067
+ e.$slots.actions ? (o(), l("div", uf, [
8080
8068
  p(e.$slots, "actions", {}, void 0, !0)
8081
8069
  ])) : u("", !0)
8082
- ], 8, df);
8070
+ ], 8, cf);
8083
8071
  }
8084
- const mf = /* @__PURE__ */ v(cf, [["render", gf], ["__scopeId", "data-v-5b37142c"]]), pf = {
8072
+ const gf = /* @__PURE__ */ v(lf, [["render", ff], ["__scopeId", "data-v-5b37142c"]]), mf = {
8085
8073
  props: {
8086
8074
  /** The current progress value. */
8087
8075
  value: {
@@ -8111,8 +8099,8 @@ const mf = /* @__PURE__ */ v(cf, [["render", gf], ["__scopeId", "data-v-5b37142c
8111
8099
  return typeof this.max == "number" ? this.max : this.$parent.max || 100;
8112
8100
  }
8113
8101
  }
8114
- }, hf = ["aria-valuenow", "aria-valuemax"];
8115
- function vf(e, s, t, a, n, i) {
8102
+ }, pf = ["aria-valuenow", "aria-valuemax"];
8103
+ function hf(e, s, t, a, n, i) {
8116
8104
  return o(), l("div", {
8117
8105
  class: "ecs-progress",
8118
8106
  role: "progressbar",
@@ -8129,15 +8117,15 @@ function vf(e, s, t, a, n, i) {
8129
8117
  ]]),
8130
8118
  style: x({ width: 100 * (t.value / i.computedMax) + "%" })
8131
8119
  }, null, 6)
8132
- ], 8, hf);
8120
+ ], 8, pf);
8133
8121
  }
8134
- const yf = /* @__PURE__ */ v(pf, [["render", vf], ["__scopeId", "data-v-253a23ee"]]), bf = {
8122
+ const vf = /* @__PURE__ */ v(mf, [["render", hf], ["__scopeId", "data-v-253a23ee"]]), yf = {
8135
8123
  name: "ecs-dropzone",
8136
8124
  emits: ["onFileDrop", "cancel"],
8137
8125
  components: {
8138
- EcsEmptyState: mf,
8126
+ EcsEmptyState: gf,
8139
8127
  EcsSkeletonLoader: Ce,
8140
- EcsProgress: yf,
8128
+ EcsProgress: vf,
8141
8129
  EcsButton: Se,
8142
8130
  EcsFocusRing: L,
8143
8131
  EcsFlexRow: Te,
@@ -8291,17 +8279,17 @@ const yf = /* @__PURE__ */ v(pf, [["render", vf], ["__scopeId", "data-v-253a23ee
8291
8279
  beforeUnmount() {
8292
8280
  document.removeEventListener("dragenter", this.show);
8293
8281
  }
8294
- }, _f = ["aria-busy", "aria-invalid"], kf = ["multiple"], wf = { key: 1 }, Sf = { key: 1 }, Cf = {
8282
+ }, bf = ["aria-busy", "aria-invalid"], _f = ["multiple"], kf = { key: 1 }, wf = { key: 1 }, Sf = {
8295
8283
  key: 2,
8296
8284
  class: "ecs-dropzone-hint"
8297
- }, xf = {
8285
+ }, Cf = {
8298
8286
  key: 3,
8299
8287
  class: "ecs-dropzone-stats"
8300
- }, Bf = {
8288
+ }, xf = {
8301
8289
  key: 4,
8302
8290
  class: "ecs-dropzone-error-message"
8303
8291
  };
8304
- function zf(e, s, t, a, n, i) {
8292
+ function Bf(e, s, t, a, n, i) {
8305
8293
  const r = g("ecs-skeleton-loader"), c = g("ecs-focus-ring"), d = g("ecs-text"), m = g("ecs-sticker"), y = g("ecs-flex-row"), k = g("ecs-progress"), z = g("ecs-empty-state"), I = g("ecs-button");
8306
8294
  return o(), l("div", {
8307
8295
  class: h(["ecs-dropzone", [
@@ -8321,7 +8309,7 @@ function zf(e, s, t, a, n, i) {
8321
8309
  type: "file",
8322
8310
  multiple: t.multiple || null,
8323
8311
  ref: "file"
8324
- }, null, 40, kf),
8312
+ }, null, 40, _f),
8325
8313
  _(z, {
8326
8314
  type: i.iconType,
8327
8315
  iconColor: i.iconColor
@@ -8332,7 +8320,7 @@ function zf(e, s, t, a, n, i) {
8332
8320
  type: "single",
8333
8321
  width: 100,
8334
8322
  class: "ecs-dropzone-skeleton"
8335
- })) : (o(), l("div", wf, [
8323
+ })) : (o(), l("div", kf, [
8336
8324
  e.$slots.customlabel ? u("", !0) : (o(), l(J, { key: 0 }, [
8337
8325
  D(" Drag and drop your " + w(t.fileTypeLabel) + " or ", 1),
8338
8326
  f("i", {
@@ -8345,13 +8333,13 @@ function zf(e, s, t, a, n, i) {
8345
8333
  ], 32),
8346
8334
  D(" to upload. ")
8347
8335
  ], 64)),
8348
- e.$slots.customlabel ? (o(), l("div", Sf, [
8336
+ e.$slots.customlabel ? (o(), l("div", wf, [
8349
8337
  p(e.$slots, "customlabel", {}, void 0, !0)
8350
8338
  ])) : u("", !0),
8351
- e.$slots.hint && !t.uploadStats.show ? (o(), l("div", Cf, [
8339
+ e.$slots.hint && !t.uploadStats.show ? (o(), l("div", Sf, [
8352
8340
  p(e.$slots, "hint", {}, void 0, !0)
8353
8341
  ])) : u("", !0),
8354
- t.uploadStats.show ? (o(), l("div", xf, [
8342
+ t.uploadStats.show ? (o(), l("div", Cf, [
8355
8343
  _(y, {
8356
8344
  gap: 8,
8357
8345
  justify: "center"
@@ -8393,7 +8381,7 @@ function zf(e, s, t, a, n, i) {
8393
8381
  _: 1
8394
8382
  })
8395
8383
  ])) : u("", !0),
8396
- t.error && t.errorMessage ? (o(), l("div", Bf, w(t.errorMessage), 1)) : u("", !0)
8384
+ t.error && t.errorMessage ? (o(), l("div", xf, w(t.errorMessage), 1)) : u("", !0)
8397
8385
  ])),
8398
8386
  t.loading || t.progress ? (o(), b(k, {
8399
8387
  key: 2,
@@ -8416,9 +8404,9 @@ function zf(e, s, t, a, n, i) {
8416
8404
  ]),
8417
8405
  _: 1
8418
8406
  }, 8, ["onClick", "icon"])) : u("", !0)
8419
- ], 42, _f);
8407
+ ], 42, bf);
8420
8408
  }
8421
- const jb = /* @__PURE__ */ v(bf, [["render", zf], ["__scopeId", "data-v-973ea74d"]]), If = {
8409
+ const Wb = /* @__PURE__ */ v(yf, [["render", Bf], ["__scopeId", "data-v-973ea74d"]]), zf = {
8422
8410
  name: "ecs-entry-link",
8423
8411
  emits: ["linkClick", "linkClickExternal", "moreClick"],
8424
8412
  components: {
@@ -8478,14 +8466,14 @@ const jb = /* @__PURE__ */ v(bf, [["render", zf], ["__scopeId", "data-v-973ea74d
8478
8466
  this.$emit("moreClick", e);
8479
8467
  }
8480
8468
  }
8481
- }, Ef = ["title"], $f = {
8469
+ }, If = ["title"], Ef = {
8482
8470
  key: 1,
8483
8471
  class: "prepend"
8484
- }, Pf = ["title"], Tf = {
8472
+ }, $f = ["title"], Pf = {
8485
8473
  key: 2,
8486
8474
  class: "append"
8487
8475
  };
8488
- function Mf(e, s, t, a, n, i) {
8476
+ function Tf(e, s, t, a, n, i) {
8489
8477
  const r = g("ecs-icon"), c = g("ecs-sticker"), d = g("ecs-focus-ring"), m = g("ecs-button-more");
8490
8478
  return o(), l("div", {
8491
8479
  onClick: s[0] || (s[0] = U((...y) => i.handleClick && i.handleClick(...y), ["stop"])),
@@ -8508,15 +8496,15 @@ function Mf(e, s, t, a, n, i) {
8508
8496
  key: 1,
8509
8497
  type: t.sticker
8510
8498
  }, null, 8, ["type"])) : u("", !0)
8511
- ], 8, Ef)) : u("", !0),
8512
- e.$slots.prepender ? (o(), l("div", $f, [
8499
+ ], 8, If)) : u("", !0),
8500
+ e.$slots.prepender ? (o(), l("div", Ef, [
8513
8501
  p(e.$slots, "prepender", {}, void 0, !0)
8514
8502
  ])) : u("", !0),
8515
8503
  f("div", {
8516
8504
  class: h(["ecs-entry-link-label", t.emphasized ? "emphasized" : ""]),
8517
8505
  title: t.linkTitle
8518
- }, w(t.label), 11, Pf),
8519
- e.$slots.appender ? (o(), l("div", Tf, [
8506
+ }, w(t.label), 11, $f),
8507
+ e.$slots.appender ? (o(), l("div", Pf, [
8520
8508
  p(e.$slots, "appender", {}, void 0, !0)
8521
8509
  ])) : u("", !0),
8522
8510
  _(d, {
@@ -8532,7 +8520,7 @@ function Mf(e, s, t, a, n, i) {
8532
8520
  }, null, 8, ["onClick", "title", "aria-label"])) : u("", !0)
8533
8521
  ]);
8534
8522
  }
8535
- const Ub = /* @__PURE__ */ v(If, [["render", Mf], ["__scopeId", "data-v-00b5ab33"]]), Lf = {
8523
+ const jb = /* @__PURE__ */ v(zf, [["render", Tf], ["__scopeId", "data-v-00b5ab33"]]), Mf = {
8536
8524
  name: "ecs-excerpt-snippet",
8537
8525
  components: { EcsIcon: M, EcsSkeletonLoader: Ce, EcsFormatted: Fs },
8538
8526
  props: {
@@ -8590,26 +8578,26 @@ const Ub = /* @__PURE__ */ v(If, [["render", Mf], ["__scopeId", "data-v-00b5ab33
8590
8578
  return `max-height: ${this.maxHeight}; overflow: auto;`;
8591
8579
  }
8592
8580
  }
8593
- }, Of = { class: "ecs-excerpt-title" }, Af = { class: "ecs-excerpt-title-headline" }, Nf = { key: 3 }, Df = {
8581
+ }, Lf = { class: "ecs-excerpt-title" }, Of = { class: "ecs-excerpt-title-headline" }, Af = { key: 3 }, Nf = {
8594
8582
  key: 0,
8595
8583
  class: "ecs-excerpt-title-cite"
8596
- }, Rf = { key: 1 }, Ff = {
8584
+ }, Df = { key: 1 }, Rf = {
8597
8585
  key: 1,
8598
8586
  class: "ecs-excerpt-content-transcript"
8599
- }, Vf = {
8587
+ }, Ff = {
8600
8588
  key: 2,
8601
8589
  class: "ecs-excerpt-content-rectangle"
8602
- }, Hf = {
8590
+ }, Vf = {
8603
8591
  key: 3,
8604
8592
  class: "ecs-excerpt-content-regular"
8605
8593
  };
8606
- function qf(e, s, t, a, n, i) {
8594
+ function Hf(e, s, t, a, n, i) {
8607
8595
  const r = g("ecs-skeleton-loader"), c = g("ecs-icon"), d = g("ecs-formatted");
8608
8596
  return o(), l("div", {
8609
8597
  class: h(["ecs-excerpt-snippet", i.sizeClass])
8610
8598
  }, [
8611
- f("div", Of, [
8612
- f("div", Af, [
8599
+ f("div", Lf, [
8600
+ f("div", Of, [
8613
8601
  t.icon && t.loading ? (o(), b(r, {
8614
8602
  key: 0,
8615
8603
  type: "rect",
@@ -8625,14 +8613,14 @@ function qf(e, s, t, a, n, i) {
8625
8613
  key: 2,
8626
8614
  type: "single",
8627
8615
  width: 20
8628
- })) : (o(), l("span", Nf, w(t.headline), 1))
8616
+ })) : (o(), l("span", Af, w(t.headline), 1))
8629
8617
  ]),
8630
- t.cite ? (o(), l("div", Df, [
8618
+ t.cite ? (o(), l("div", Nf, [
8631
8619
  t.loading ? (o(), b(r, {
8632
8620
  key: 0,
8633
8621
  type: "single",
8634
8622
  width: 100
8635
- })) : (o(), l("span", Rf, w(t.cite), 1))
8623
+ })) : (o(), l("span", Df, w(t.cite), 1))
8636
8624
  ])) : u("", !0)
8637
8625
  ]),
8638
8626
  f("div", {
@@ -8652,23 +8640,23 @@ function qf(e, s, t, a, n, i) {
8652
8640
  p(e.$slots, "default", {}, void 0, !0)
8653
8641
  ]),
8654
8642
  _: 3
8655
- }, 8, ["small"])) : t.type == "transcript" ? (o(), l("div", Ff, [
8643
+ }, 8, ["small"])) : t.type == "transcript" ? (o(), l("div", Rf, [
8656
8644
  p(e.$slots, "default", {}, void 0, !0)
8657
- ])) : t.type == "rectangle" ? (o(), l("div", Vf, [
8645
+ ])) : t.type == "rectangle" ? (o(), l("div", Ff, [
8658
8646
  f("span", {
8659
8647
  style: x("color:" + t.annotationColor)
8660
8648
  }, "Rectangle Annotation", 4),
8661
8649
  f("div", {
8662
8650
  style: x("background-color:" + t.annotationColor)
8663
8651
  }, null, 4)
8664
- ])) : (o(), l("div", Hf, [
8652
+ ])) : (o(), l("div", Vf, [
8665
8653
  p(e.$slots, "default", {}, void 0, !0)
8666
8654
  ]))
8667
8655
  ], 64))
8668
8656
  ], 4)
8669
8657
  ], 2);
8670
8658
  }
8671
- const Gb = /* @__PURE__ */ v(Lf, [["render", qf], ["__scopeId", "data-v-f582192b"]]), Kb = {
8659
+ const Ub = /* @__PURE__ */ v(Mf, [["render", Hf], ["__scopeId", "data-v-f582192b"]]), Gb = {
8672
8660
  __name: "fill-icon",
8673
8661
  props: {
8674
8662
  /** The identifier of the icon which should show up. */
@@ -8708,18 +8696,18 @@ const Gb = /* @__PURE__ */ v(Lf, [["render", qf], ["__scopeId", "data-v-f582192b
8708
8696
  width: e.width
8709
8697
  }, null, 8, ["height", "width"]));
8710
8698
  }
8711
- }, Wf = {
8699
+ }, qf = {
8712
8700
  name: "ecs-file-list"
8713
- }, jf = {
8701
+ }, Wf = {
8714
8702
  class: "ecs-file-list",
8715
8703
  role: "list"
8716
8704
  };
8717
- function Uf(e, s, t, a, n, i) {
8718
- return o(), l("div", jf, [
8705
+ function jf(e, s, t, a, n, i) {
8706
+ return o(), l("div", Wf, [
8719
8707
  p(e.$slots, "default")
8720
8708
  ]);
8721
8709
  }
8722
- const Yb = /* @__PURE__ */ v(Wf, [["render", Uf]]), Gf = {
8710
+ const Kb = /* @__PURE__ */ v(qf, [["render", jf]]), Uf = {
8723
8711
  name: "ecs-file-list-item",
8724
8712
  emits: ["click", "remove", "toggled", "title-click"],
8725
8713
  components: {
@@ -8832,17 +8820,17 @@ const Yb = /* @__PURE__ */ v(Wf, [["render", Uf]]), Gf = {
8832
8820
  created() {
8833
8821
  this.expandId = this.generateUniqueId(), this.errorId = this.generateUniqueId(), this.editId = this.generateUniqueId();
8834
8822
  }
8835
- }, Kf = ["tabindex"], Yf = {
8823
+ }, Gf = ["tabindex"], Kf = {
8836
8824
  key: 0,
8837
8825
  class: "ecs-file-list-inner"
8838
- }, Xf = ["aria-errormessage"], Zf = { class: "ecs-file-list-controls" }, Jf = {
8826
+ }, Yf = ["aria-errormessage"], Xf = { class: "ecs-file-list-controls" }, Zf = {
8839
8827
  key: 0,
8840
8828
  class: "ecs-file-list-meta"
8841
- }, Qf = ["aria-controls", "aria-expanded", "aria-label"], eg = ["aria-valuenow"], tg = ["id"], sg = ["id", "aria-hidden"], ig = ["id"], ng = {
8829
+ }, Jf = ["aria-controls", "aria-expanded", "aria-label"], Qf = ["aria-valuenow"], eg = ["id"], tg = ["id", "aria-hidden"], sg = ["id"], ig = {
8842
8830
  ref: "edit",
8843
8831
  class: "ecs-file-list-entry-edit"
8844
8832
  };
8845
- function ag(e, s, t, a, n, i) {
8833
+ function ng(e, s, t, a, n, i) {
8846
8834
  const r = g("ecs-focus-ring"), c = g("ecs-icon"), d = g("ecs-file-icon"), m = g("ecs-sticker"), y = g("ecs-button-table");
8847
8835
  return o(), l("div", {
8848
8836
  onClick: s[9] || (s[9] = (k) => e.$emit("click", k)),
@@ -8857,7 +8845,7 @@ function ag(e, s, t, a, n, i) {
8857
8845
  t.hover ? (o(), b(r, { key: 0 })) : u("", !0),
8858
8846
  _(me, { name: "title" }, {
8859
8847
  default: S(() => [
8860
- t.showTitleEdit || !t.edit ? (o(), l("div", Yf, [
8848
+ t.showTitleEdit || !t.edit ? (o(), l("div", Kf, [
8861
8849
  t.icon ? (o(), b(c, {
8862
8850
  key: 0,
8863
8851
  onClick: s[0] || (s[0] = (k) => e.$emit("title-click", k)),
@@ -8888,10 +8876,10 @@ function ag(e, s, t, a, n, i) {
8888
8876
  "aria-errormessage": t.error ? n.errorId : null
8889
8877
  }, [
8890
8878
  p(e.$slots, "default", {}, void 0, !0)
8891
- ], 8, Xf)
8879
+ ], 8, Yf)
8892
8880
  ], 32),
8893
- f("div", Zf, [
8894
- e.$slots.meta ? (o(), l("div", Jf, [
8881
+ f("div", Xf, [
8882
+ e.$slots.meta ? (o(), l("div", Zf, [
8895
8883
  p(e.$slots, "meta", {}, void 0, !0)
8896
8884
  ])) : u("", !0),
8897
8885
  p(e.$slots, "controls", {}, void 0, !0),
@@ -8911,7 +8899,7 @@ function ag(e, s, t, a, n, i) {
8911
8899
  "aria-label": n.isVisible ? "Collapse" : "Expand"
8912
8900
  }, [
8913
8901
  _(r)
8914
- ], 10, Qf)) : u("", !0),
8902
+ ], 10, Jf)) : u("", !0),
8915
8903
  t.remove ? (o(), b(y, {
8916
8904
  key: 3,
8917
8905
  onClick: s[8] || (s[8] = (k) => e.$emit("remove", k)),
@@ -8928,7 +8916,7 @@ function ag(e, s, t, a, n, i) {
8928
8916
  style: x({ width: t.progress + "%" }),
8929
8917
  role: "progressbar",
8930
8918
  "aria-valuenow": t.progress
8931
- }, null, 12, eg)) : u("", !0)
8919
+ }, null, 12, Qf)) : u("", !0)
8932
8920
  ])) : u("", !0)
8933
8921
  ]),
8934
8922
  _: 3
@@ -8937,7 +8925,7 @@ function ag(e, s, t, a, n, i) {
8937
8925
  key: 1,
8938
8926
  class: "error",
8939
8927
  id: n.errorId
8940
- }, w(t.error), 9, tg)) : u("", !0),
8928
+ }, w(t.error), 9, eg)) : u("", !0),
8941
8929
  e.$slots.collapse ? (o(), l("div", {
8942
8930
  key: 2,
8943
8931
  class: h(n.isVisible ? "collapse-show" : "collapse-hide"),
@@ -8945,7 +8933,7 @@ function ag(e, s, t, a, n, i) {
8945
8933
  "aria-hidden": n.isVisible ? "false" : "true"
8946
8934
  }, [
8947
8935
  p(e.$slots, "collapse", {}, void 0, !0)
8948
- ], 10, sg)) : u("", !0),
8936
+ ], 10, tg)) : u("", !0),
8949
8937
  _(me, { name: "edit" }, {
8950
8938
  default: S(() => [
8951
8939
  e.$slots.edit && t.edit ? (o(), l("div", {
@@ -8953,16 +8941,16 @@ function ag(e, s, t, a, n, i) {
8953
8941
  style: x({ maxHeight: n.editHeight + "px" }),
8954
8942
  id: n.editId
8955
8943
  }, [
8956
- f("div", ng, [
8944
+ f("div", ig, [
8957
8945
  p(e.$slots, "edit", {}, void 0, !0)
8958
8946
  ], 512)
8959
- ], 12, ig)) : u("", !0)
8947
+ ], 12, sg)) : u("", !0)
8960
8948
  ]),
8961
8949
  _: 3
8962
8950
  })
8963
- ], 10, Kf);
8951
+ ], 10, Gf);
8964
8952
  }
8965
- const Xb = /* @__PURE__ */ v(Gf, [["render", ag], ["__scopeId", "data-v-c870bb34"]]), og = { class: "ecs-flag" }, rg = {
8953
+ const Yb = /* @__PURE__ */ v(Uf, [["render", ng], ["__scopeId", "data-v-c870bb34"]]), ag = { class: "ecs-flag" }, og = {
8966
8954
  __name: "flag",
8967
8955
  props: {
8968
8956
  /** ISO Country code of the flag. */
@@ -9013,14 +9001,14 @@ const Xb = /* @__PURE__ */ v(Gf, [["render", ag], ["__scopeId", "data-v-c870bb34
9013
9001
  n !== i && (a = te(
9014
9002
  () => se(/* @__PURE__ */ Object.assign({ "../assets/icons/flags/AD.svg": () => import("./AD-C-JSF-rw.js"), "../assets/icons/flags/AE.svg": () => import("./AE-BNgNFKrc.js"), "../assets/icons/flags/AF.svg": () => import("./AF-nymCq27s.js"), "../assets/icons/flags/AG.svg": () => import("./AG-D7Em7-Pa.js"), "../assets/icons/flags/AI.svg": () => import("./AI-DNs-u8H0.js"), "../assets/icons/flags/AL.svg": () => import("./AL-CqCdgwzJ.js"), "../assets/icons/flags/AM.svg": () => import("./AM-DFw-JN4T.js"), "../assets/icons/flags/AO.svg": () => import("./AO-DdsCTQzw.js"), "../assets/icons/flags/AQ.svg": () => import("./AQ-C1aWIzTp.js"), "../assets/icons/flags/AR.svg": () => import("./AR-DWj19SWg.js"), "../assets/icons/flags/AS.svg": () => import("./AS-Cx-cZ_Go.js"), "../assets/icons/flags/AT.svg": () => import("./AT-BngSMRt3.js"), "../assets/icons/flags/AU.svg": () => import("./AU-Cc2Kph09.js"), "../assets/icons/flags/AW.svg": () => import("./AW-CGDgPAM3.js"), "../assets/icons/flags/AX.svg": () => import("./AX-CoENvj82.js"), "../assets/icons/flags/AZ.svg": () => import("./AZ-Bbdh5mIG.js"), "../assets/icons/flags/BA.svg": () => import("./BA-B01cMiAi.js"), "../assets/icons/flags/BB.svg": () => import("./BB-BbxdAlKd.js"), "../assets/icons/flags/BD.svg": () => import("./BD-BuMiVXWG.js"), "../assets/icons/flags/BE.svg": () => import("./BE-CCLnuRxa.js"), "../assets/icons/flags/BF.svg": () => import("./BF-BgQkvo2i.js"), "../assets/icons/flags/BG.svg": () => import("./BG-Be2e-YcS.js"), "../assets/icons/flags/BH.svg": () => import("./BH-COi2_3Yz.js"), "../assets/icons/flags/BI.svg": () => import("./BI-BZiH339a.js"), "../assets/icons/flags/BJ.svg": () => import("./BJ-Bs-bnfyP.js"), "../assets/icons/flags/BL.svg": () => import("./BL-CEEHFlJC.js"), "../assets/icons/flags/BM.svg": () => import("./BM-un-cKXv-.js"), "../assets/icons/flags/BN.svg": () => import("./BN-BA4eb_dV.js"), "../assets/icons/flags/BO.svg": () => import("./BO-lCh4Edze.js"), "../assets/icons/flags/BQ-BO.svg": () => import("./BQ-BO-3uAd65Cm.js"), "../assets/icons/flags/BQ-SA.svg": () => import("./BQ-SA-BPPnER_L.js"), "../assets/icons/flags/BQ-SE.svg": () => import("./BQ-SE-eS45P0HJ.js"), "../assets/icons/flags/BR.svg": () => import("./BR-dLfGuPwG.js"), "../assets/icons/flags/BS.svg": () => import("./BS-BMW1Hsoo.js"), "../assets/icons/flags/BT.svg": () => import("./BT-BOm67dT0.js"), "../assets/icons/flags/BV.svg": () => import("./BV-jfblcjwu.js"), "../assets/icons/flags/BW.svg": () => import("./BW-CGLskXCP.js"), "../assets/icons/flags/BY.svg": () => import("./BY-DHMNJvGm.js"), "../assets/icons/flags/BZ.svg": () => import("./BZ-oFT6Ct7l.js"), "../assets/icons/flags/CA.svg": () => import("./CA-DflKPQv_.js"), "../assets/icons/flags/CC.svg": () => import("./CC-z43rmmIN.js"), "../assets/icons/flags/CD.svg": () => import("./CD-B4dSt4ip.js"), "../assets/icons/flags/CF.svg": () => import("./CF-S6fkXGQ_.js"), "../assets/icons/flags/CG.svg": () => import("./CG-yOx46feZ.js"), "../assets/icons/flags/CH.svg": () => import("./CH-ByEOYxuD.js"), "../assets/icons/flags/CI.svg": () => import("./CI-C-4gMyBj.js"), "../assets/icons/flags/CK.svg": () => import("./CK-Dh2YHzoS.js"), "../assets/icons/flags/CL.svg": () => import("./CL-DtCYSh1m.js"), "../assets/icons/flags/CM.svg": () => import("./CM-CgIUx_uJ.js"), "../assets/icons/flags/CN.svg": () => import("./CN-DEQsfX4m.js"), "../assets/icons/flags/CO.svg": () => import("./CO-BLy956BY.js"), "../assets/icons/flags/CR.svg": () => import("./CR-ByWC_7Km.js"), "../assets/icons/flags/CU.svg": () => import("./CU-BISqJW4B.js"), "../assets/icons/flags/CV.svg": () => import("./CV-CiUNwzFg.js"), "../assets/icons/flags/CW.svg": () => import("./CW-DtOZafLN.js"), "../assets/icons/flags/CX.svg": () => import("./CX-BGFRTHv3.js"), "../assets/icons/flags/CY.svg": () => import("./CY-DPmnu9fM.js"), "../assets/icons/flags/CZ.svg": () => import("./CZ-Bc0YGC6W.js"), "../assets/icons/flags/DE.svg": () => import("./DE-0Spo795z.js"), "../assets/icons/flags/DJ.svg": () => import("./DJ-ZdhDThJI.js"), "../assets/icons/flags/DK.svg": () => import("./DK-Cxg-R8lX.js"), "../assets/icons/flags/DM.svg": () => import("./DM-Bup28Thv.js"), "../assets/icons/flags/DO.svg": () => import("./DO-BXd6ifNp.js"), "../assets/icons/flags/DZ.svg": () => import("./DZ-ClDDPNqf.js"), "../assets/icons/flags/EC.svg": () => import("./EC-DRa7RgEG.js"), "../assets/icons/flags/EE.svg": () => import("./EE-Du7SKTRA.js"), "../assets/icons/flags/EG.svg": () => import("./EG-BCNInmyW.js"), "../assets/icons/flags/EH.svg": () => import("./EH-CVAe5wti.js"), "../assets/icons/flags/ER.svg": () => import("./ER-rZCeSu3F.js"), "../assets/icons/flags/ES.svg": () => import("./ES--D6s5TX8.js"), "../assets/icons/flags/ET.svg": () => import("./ET-P4Ry5fQ2.js"), "../assets/icons/flags/EU.svg": () => import("./EU-OPDKPWJK.js"), "../assets/icons/flags/FI.svg": () => import("./FI-CTXHPBWr.js"), "../assets/icons/flags/FJ.svg": () => import("./FJ-B7hT3pxR.js"), "../assets/icons/flags/FK.svg": () => import("./FK-g4C0xGM2.js"), "../assets/icons/flags/FM.svg": () => import("./FM-B7oa3EPP.js"), "../assets/icons/flags/FO.svg": () => import("./FO-C6HC9Dnl.js"), "../assets/icons/flags/FR.svg": () => import("./FR-DWXulksR.js"), "../assets/icons/flags/GA.svg": () => import("./GA-DYpo68yP.js"), "../assets/icons/flags/GB-ENG.svg": () => import("./GB-ENG-B4l8bjwo.js"), "../assets/icons/flags/GB-NIR.svg": () => import("./GB-NIR-BBw3X7Dz.js"), "../assets/icons/flags/GB-SCT.svg": () => import("./GB-SCT-BINk5D1t.js"), "../assets/icons/flags/GB-UKM.svg": () => import("./GB-UKM-BBw3X7Dz.js"), "../assets/icons/flags/GB-WLS.svg": () => import("./GB-WLS-CZAxZ6mf.js"), "../assets/icons/flags/GD.svg": () => import("./GD-D6KT5yaE.js"), "../assets/icons/flags/GE.svg": () => import("./GE-DzSt6uN1.js"), "../assets/icons/flags/GF.svg": () => import("./GF-DzG8I6DL.js"), "../assets/icons/flags/GG.svg": () => import("./GG-C-v9xZGQ.js"), "../assets/icons/flags/GH.svg": () => import("./GH-C3E-Af-5.js"), "../assets/icons/flags/GI.svg": () => import("./GI-DcvKcpvi.js"), "../assets/icons/flags/GL.svg": () => import("./GL-E5zgUIBe.js"), "../assets/icons/flags/GM.svg": () => import("./GM-DBBHNuaR.js"), "../assets/icons/flags/GN.svg": () => import("./GN-CGNuMCO8.js"), "../assets/icons/flags/GP.svg": () => import("./GP-dEOvTcKH.js"), "../assets/icons/flags/GQ.svg": () => import("./GQ-DxUgiY7l.js"), "../assets/icons/flags/GR.svg": () => import("./GR-DuNSbuk_.js"), "../assets/icons/flags/GS.svg": () => import("./GS-NCu8ehvU.js"), "../assets/icons/flags/GT.svg": () => import("./GT-nQKRJTD0.js"), "../assets/icons/flags/GU.svg": () => import("./GU-D3GWYVI3.js"), "../assets/icons/flags/GW.svg": () => import("./GW-D2IH0UJu.js"), "../assets/icons/flags/GY.svg": () => import("./GY-B7XQPASI.js"), "../assets/icons/flags/HK.svg": () => import("./HK-BlJuPGsA.js"), "../assets/icons/flags/HM.svg": () => import("./HM-BmE31dVH.js"), "../assets/icons/flags/HN.svg": () => import("./HN-DphVwD_x.js"), "../assets/icons/flags/HR.svg": () => import("./HR-CjzwfjRD.js"), "../assets/icons/flags/HT.svg": () => import("./HT-DAcdYv5K.js"), "../assets/icons/flags/HU.svg": () => import("./HU-BbROWUiS.js"), "../assets/icons/flags/ID.svg": () => import("./ID---3pUtxz.js"), "../assets/icons/flags/IE.svg": () => import("./IE-BUaQHJ24.js"), "../assets/icons/flags/IL.svg": () => import("./IL-BPoEctOf.js"), "../assets/icons/flags/IM.svg": () => import("./IM-cM0IeF8Q.js"), "../assets/icons/flags/IN.svg": () => import("./IN-BjGCscy2.js"), "../assets/icons/flags/IO.svg": () => import("./IO-CWOTQpZf.js"), "../assets/icons/flags/IQ.svg": () => import("./IQ-BWwot0n4.js"), "../assets/icons/flags/IR.svg": () => import("./IR-BiQPhFbQ.js"), "../assets/icons/flags/IS.svg": () => import("./IS-CgDcFFA2.js"), "../assets/icons/flags/IT.svg": () => import("./IT-Wl_hfgi-.js"), "../assets/icons/flags/JE.svg": () => import("./JE-DlncadBI.js"), "../assets/icons/flags/JM.svg": () => import("./JM-C-NXx9bh.js"), "../assets/icons/flags/JO.svg": () => import("./JO-BQSLSCw3.js"), "../assets/icons/flags/JP.svg": () => import("./JP-EU6TbEGb.js"), "../assets/icons/flags/KE.svg": () => import("./KE-wzHncd7e.js"), "../assets/icons/flags/KG.svg": () => import("./KG-IwDAywtE.js"), "../assets/icons/flags/KH.svg": () => import("./KH-DJpRkJR7.js"), "../assets/icons/flags/KI.svg": () => import("./KI-DlN9Uvyt.js"), "../assets/icons/flags/KM.svg": () => import("./KM-BGRbAGmu.js"), "../assets/icons/flags/KN.svg": () => import("./KN-XJjpzCQO.js"), "../assets/icons/flags/KP.svg": () => import("./KP-SqBrV9v0.js"), "../assets/icons/flags/KR.svg": () => import("./KR-IkcOv58J.js"), "../assets/icons/flags/KW.svg": () => import("./KW-BUf98Kx3.js"), "../assets/icons/flags/KY.svg": () => import("./KY-Db_B1Nue.js"), "../assets/icons/flags/KZ.svg": () => import("./KZ-LmkVSL9h.js"), "../assets/icons/flags/LA.svg": () => import("./LA-C4--EDK9.js"), "../assets/icons/flags/LB.svg": () => import("./LB-Dl0ntPSC.js"), "../assets/icons/flags/LC.svg": () => import("./LC-DuqNDPd7.js"), "../assets/icons/flags/LI.svg": () => import("./LI-BFiqZH4p.js"), "../assets/icons/flags/LK.svg": () => import("./LK-XsnHnvQ3.js"), "../assets/icons/flags/LR.svg": () => import("./LR-DYzXhe18.js"), "../assets/icons/flags/LS.svg": () => import("./LS-tdRuuz1j.js"), "../assets/icons/flags/LT.svg": () => import("./LT-CMzBtpb5.js"), "../assets/icons/flags/LU.svg": () => import("./LU-BxUOzly0.js"), "../assets/icons/flags/LV.svg": () => import("./LV-BK90Xn3J.js"), "../assets/icons/flags/LY.svg": () => import("./LY-Bjq1iV6x.js"), "../assets/icons/flags/MA.svg": () => import("./MA-BarmDPEE.js"), "../assets/icons/flags/MC.svg": () => import("./MC-h27u9kwb.js"), "../assets/icons/flags/MD.svg": () => import("./MD-CRfZ30fX.js"), "../assets/icons/flags/ME.svg": () => import("./ME-ja2rCt-D.js"), "../assets/icons/flags/MF.svg": () => import("./MF-CQL-sCID.js"), "../assets/icons/flags/MG.svg": () => import("./MG-DGkBtqsJ.js"), "../assets/icons/flags/MH.svg": () => import("./MH-CwzCNg3E.js"), "../assets/icons/flags/MK.svg": () => import("./MK-LCy8EMhh.js"), "../assets/icons/flags/ML.svg": () => import("./ML-ByXOAs3h.js"), "../assets/icons/flags/MM.svg": () => import("./MM-CG2G968l.js"), "../assets/icons/flags/MN.svg": () => import("./MN-DUNQqPFU.js"), "../assets/icons/flags/MO.svg": () => import("./MO-Bz0IKu7p.js"), "../assets/icons/flags/MP.svg": () => import("./MP-fjrOW8n-.js"), "../assets/icons/flags/MQ.svg": () => import("./MQ-dBUY9wGB.js"), "../assets/icons/flags/MR.svg": () => import("./MR-C_JUWJgJ.js"), "../assets/icons/flags/MS.svg": () => import("./MS-D-7BVCnk.js"), "../assets/icons/flags/MT.svg": () => import("./MT-CcWugwse.js"), "../assets/icons/flags/MU.svg": () => import("./MU-DiB1BW6O.js"), "../assets/icons/flags/MV.svg": () => import("./MV-DPbPHThZ.js"), "../assets/icons/flags/MW.svg": () => import("./MW-DgjV72gL.js"), "../assets/icons/flags/MX.svg": () => import("./MX-BaGsowLX.js"), "../assets/icons/flags/MY.svg": () => import("./MY-CgAju0Jm.js"), "../assets/icons/flags/MZ.svg": () => import("./MZ-nX5Cf_nJ.js"), "../assets/icons/flags/NA.svg": () => import("./NA-CeHBH4aW.js"), "../assets/icons/flags/NC.svg": () => import("./NC-CVmDbd39.js"), "../assets/icons/flags/NE.svg": () => import("./NE-BZiqcE52.js"), "../assets/icons/flags/NF.svg": () => import("./NF-Du2wkFmV.js"), "../assets/icons/flags/NG.svg": () => import("./NG-sfYaOVsE.js"), "../assets/icons/flags/NI.svg": () => import("./NI-Y2P3KfWT.js"), "../assets/icons/flags/NL.svg": () => import("./NL-B7C10u1N.js"), "../assets/icons/flags/NO.svg": () => import("./NO-jfblcjwu.js"), "../assets/icons/flags/NP.svg": () => import("./NP-CSi60bpa.js"), "../assets/icons/flags/NR.svg": () => import("./NR-BivrgND0.js"), "../assets/icons/flags/NU.svg": () => import("./NU-EXBzZjdU.js"), "../assets/icons/flags/NZ.svg": () => import("./NZ-CrDQMx8K.js"), "../assets/icons/flags/OM.svg": () => import("./OM-DNCgj4AO.js"), "../assets/icons/flags/PA.svg": () => import("./PA-BAxZeBq5.js"), "../assets/icons/flags/PE.svg": () => import("./PE-C-YUWphk.js"), "../assets/icons/flags/PF.svg": () => import("./PF-BRXQ2uq0.js"), "../assets/icons/flags/PG.svg": () => import("./PG-t4gbzirg.js"), "../assets/icons/flags/PH.svg": () => import("./PH-CAPcuYCm.js"), "../assets/icons/flags/PK.svg": () => import("./PK-Bh7wsZJd.js"), "../assets/icons/flags/PL.svg": () => import("./PL-vu1XOCP0.js"), "../assets/icons/flags/PM.svg": () => import("./PM-kjNE1phe.js"), "../assets/icons/flags/PN.svg": () => import("./PN-CdusGiik.js"), "../assets/icons/flags/PR.svg": () => import("./PR-fixL-AIv.js"), "../assets/icons/flags/PS.svg": () => import("./PS-Y3Wk0bEy.js"), "../assets/icons/flags/PT.svg": () => import("./PT-CrSrAqxr.js"), "../assets/icons/flags/PW.svg": () => import("./PW-BroLNriY.js"), "../assets/icons/flags/PY.svg": () => import("./PY-3uGCVK7l.js"), "../assets/icons/flags/QA.svg": () => import("./QA-CyMU00W4.js"), "../assets/icons/flags/RE.svg": () => import("./RE-CVmDbd39.js"), "../assets/icons/flags/RO.svg": () => import("./RO-CPofHvD2.js"), "../assets/icons/flags/RS.svg": () => import("./RS-okm5OlzZ.js"), "../assets/icons/flags/RU.svg": () => import("./RU-CSNoJyQE.js"), "../assets/icons/flags/RW.svg": () => import("./RW-Ce35bk7c.js"), "../assets/icons/flags/SA.svg": () => import("./SA-B1zWlHTy.js"), "../assets/icons/flags/SB.svg": () => import("./SB-CPHr-vnK.js"), "../assets/icons/flags/SC.svg": () => import("./SC-Drhchxsk.js"), "../assets/icons/flags/SD.svg": () => import("./SD-CG3MRQKX.js"), "../assets/icons/flags/SE.svg": () => import("./SE-DcViSfN8.js"), "../assets/icons/flags/SG.svg": () => import("./SG-BHWjZxcn.js"), "../assets/icons/flags/SH.svg": () => import("./SH-CdXQKsD-.js"), "../assets/icons/flags/SI.svg": () => import("./SI-mU9ATVU9.js"), "../assets/icons/flags/SJ.svg": () => import("./SJ-jfblcjwu.js"), "../assets/icons/flags/SK.svg": () => import("./SK-vCwJ8ccx.js"), "../assets/icons/flags/SL.svg": () => import("./SL-6cqXKGsr.js"), "../assets/icons/flags/SM.svg": () => import("./SM-C7MKiK9r.js"), "../assets/icons/flags/SN.svg": () => import("./SN-DiXiwkcg.js"), "../assets/icons/flags/SO.svg": () => import("./SO-Ba1eku-a.js"), "../assets/icons/flags/SR.svg": () => import("./SR-BEuDKdQU.js"), "../assets/icons/flags/SS.svg": () => import("./SS-gbJzSyQ6.js"), "../assets/icons/flags/ST.svg": () => import("./ST-BOecvxYk.js"), "../assets/icons/flags/SV.svg": () => import("./SV-CD6eycSb.js"), "../assets/icons/flags/SX.svg": () => import("./SX-Czn44fLp.js"), "../assets/icons/flags/SY.svg": () => import("./SY-CZuKJjb1.js"), "../assets/icons/flags/SZ.svg": () => import("./SZ-CBxaacHG.js"), "../assets/icons/flags/TC.svg": () => import("./TC-BtP4m50H.js"), "../assets/icons/flags/TD.svg": () => import("./TD-COM83aCB.js"), "../assets/icons/flags/TF.svg": () => import("./TF-0F0kSH8k.js"), "../assets/icons/flags/TG.svg": () => import("./TG-Bk1QMgE2.js"), "../assets/icons/flags/TH.svg": () => import("./TH-LVGK-BwV.js"), "../assets/icons/flags/TJ.svg": () => import("./TJ-BwnJFGEh.js"), "../assets/icons/flags/TK.svg": () => import("./TK-CaZcYey6.js"), "../assets/icons/flags/TL.svg": () => import("./TL-gphWFYl4.js"), "../assets/icons/flags/TM.svg": () => import("./TM-90RZ0vmQ.js"), "../assets/icons/flags/TN.svg": () => import("./TN-B3WLEHfn.js"), "../assets/icons/flags/TO.svg": () => import("./TO-59cm0Zuj.js"), "../assets/icons/flags/TR.svg": () => import("./TR-F4GJhBNN.js"), "../assets/icons/flags/TT.svg": () => import("./TT-Dho1J3Q9.js"), "../assets/icons/flags/TV.svg": () => import("./TV-DrJY0Grc.js"), "../assets/icons/flags/TW.svg": () => import("./TW-D0VX4ctB.js"), "../assets/icons/flags/TZ.svg": () => import("./TZ-CHWmhKMd.js"), "../assets/icons/flags/UA.svg": () => import("./UA-DvF350w9.js"), "../assets/icons/flags/UG.svg": () => import("./UG-DSDNCCm4.js"), "../assets/icons/flags/UM.svg": () => import("./UM-jDWlLCAS.js"), "../assets/icons/flags/UNKNOWN.svg": () => import("./UNKNOWN-xpX3_0mu.js"), "../assets/icons/flags/US.svg": () => import("./US-jDWlLCAS.js"), "../assets/icons/flags/UY.svg": () => import("./UY-Bq4zZq5R.js"), "../assets/icons/flags/UZ.svg": () => import("./UZ-CwhhDrgv.js"), "../assets/icons/flags/VA.svg": () => import("./VA-1bDolE-m.js"), "../assets/icons/flags/VC.svg": () => import("./VC-CDvsfw4Q.js"), "../assets/icons/flags/VE.svg": () => import("./VE-C3kERCNA.js"), "../assets/icons/flags/VG.svg": () => import("./VG-I0-0DTjx.js"), "../assets/icons/flags/VI.svg": () => import("./VI-BPQnIlRW.js"), "../assets/icons/flags/VN.svg": () => import("./VN-Dm7h7MAf.js"), "../assets/icons/flags/VU.svg": () => import("./VU-DWF4MNIP.js"), "../assets/icons/flags/WF.svg": () => import("./WF-Cq5-BuyL.js"), "../assets/icons/flags/WS.svg": () => import("./WS-DZnHZwz6.js"), "../assets/icons/flags/YE.svg": () => import("./YE-C5S86K7l.js"), "../assets/icons/flags/YT.svg": () => import("./YT-Bb5X24Hr.js"), "../assets/icons/flags/ZA.svg": () => import("./ZA-uBK4oRgL.js"), "../assets/icons/flags/ZM.svg": () => import("./ZM-CKKq84Ls.js"), "../assets/icons/flags/ZW.svg": () => import("./ZW-CXL759RK.js") }), `../assets/icons/flags/${n.toUpperCase()}.svg`)
9015
9003
  ));
9016
- }), (n, i) => (o(), l("div", og, [
9004
+ }), (n, i) => (o(), l("div", ag, [
9017
9005
  e.code ? (o(), b(Pe(ae(a)), {
9018
9006
  key: 0,
9019
9007
  alt: t.value
9020
9008
  }, null, 8, ["alt"])) : u("", !0)
9021
9009
  ]));
9022
9010
  }
9023
- }, Zb = /* @__PURE__ */ v(rg, [["__scopeId", "data-v-bb2af2bc"]]), lg = {
9011
+ }, Xb = /* @__PURE__ */ v(og, [["__scopeId", "data-v-bb2af2bc"]]), rg = {
9024
9012
  name: "ecs-flex-col",
9025
9013
  props: {
9026
9014
  /** Determines the width of the element. This should only be used when the flex container is supposed to act as a proper grid system. Supports values from `0` to `12`. Note, if the columns prop is used, all other props will have no effect. */
@@ -9062,14 +9050,14 @@ const Xb = /* @__PURE__ */ v(Gf, [["render", ag], ["__scopeId", "data-v-c870bb34
9062
9050
  }
9063
9051
  }
9064
9052
  };
9065
- function cg(e, s, t, a, n, i) {
9053
+ function lg(e, s, t, a, n, i) {
9066
9054
  return o(), l("div", {
9067
9055
  class: h(["ecs-flex-col", [i.columnClass, i.growClass, i.shrinkClass, i.autoMarginClass]])
9068
9056
  }, [
9069
9057
  p(e.$slots, "default", {}, void 0, !0)
9070
9058
  ], 2);
9071
9059
  }
9072
- const dg = /* @__PURE__ */ v(lg, [["render", cg], ["__scopeId", "data-v-1d2ad846"]]), ug = {
9060
+ const cg = /* @__PURE__ */ v(rg, [["render", lg], ["__scopeId", "data-v-1d2ad846"]]), dg = {
9073
9061
  name: "ecs-input-clear",
9074
9062
  emits: ["click"],
9075
9063
  components: {
@@ -9090,8 +9078,8 @@ const dg = /* @__PURE__ */ v(lg, [["render", cg], ["__scopeId", "data-v-1d2ad846
9090
9078
  return this.tooltip || "Clear";
9091
9079
  }
9092
9080
  }
9093
- }, fg = ["aria-busy"], gg = ["title"];
9094
- function mg(e, s, t, a, n, i) {
9081
+ }, ug = ["aria-busy"], fg = ["title"];
9082
+ function gg(e, s, t, a, n, i) {
9095
9083
  const r = g("ecs-focus-ring"), c = g("ecs-icon");
9096
9084
  return o(), l("div", {
9097
9085
  class: "ecs-input-clear",
@@ -9105,7 +9093,7 @@ function mg(e, s, t, a, n, i) {
9105
9093
  "aria-label": "Clear"
9106
9094
  }, [
9107
9095
  _(r, { radius: 24 })
9108
- ], 40, gg),
9096
+ ], 40, fg),
9109
9097
  t.loading ? (o(), b(c, {
9110
9098
  key: 0,
9111
9099
  type: "loading",
@@ -9113,14 +9101,14 @@ function mg(e, s, t, a, n, i) {
9113
9101
  spinning: "",
9114
9102
  color: "#AEB1B9"
9115
9103
  })) : u("", !0)
9116
- ], 8, fg);
9104
+ ], 8, ug);
9117
9105
  }
9118
- const pg = /* @__PURE__ */ v(ug, [["render", mg], ["__scopeId", "data-v-4eb91444"]]), hg = {
9106
+ const mg = /* @__PURE__ */ v(dg, [["render", gg], ["__scopeId", "data-v-4eb91444"]]), pg = {
9119
9107
  name: "ecs-input-search",
9120
9108
  emits: ["update:modelValue", "change"],
9121
9109
  components: {
9122
9110
  EcsIcon: M,
9123
- EcsInputClear: pg
9111
+ EcsInputClear: mg
9124
9112
  },
9125
9113
  props: {
9126
9114
  /** Sets the placeholder of the search input. */
@@ -9201,8 +9189,8 @@ const pg = /* @__PURE__ */ v(ug, [["render", mg], ["__scopeId", "data-v-4eb91444
9201
9189
  mounted() {
9202
9190
  this.modelValue && this.setValue(this.modelValue);
9203
9191
  }
9204
- }, vg = ["name", "disabled", "placeholder", "autocomplete", "value"];
9205
- function yg(e, s, t, a, n, i) {
9192
+ }, hg = ["name", "disabled", "placeholder", "autocomplete", "value"];
9193
+ function vg(e, s, t, a, n, i) {
9206
9194
  const r = g("ecs-icon"), c = g("ecs-input-clear");
9207
9195
  return o(), l("div", {
9208
9196
  class: h(["ecs-search-group", i.groupSizeClass])
@@ -9227,14 +9215,14 @@ function yg(e, s, t, a, n, i) {
9227
9215
  i.sizeClass,
9228
9216
  i.typeClass
9229
9217
  ]
9230
- }), null, 16, vg),
9218
+ }), null, 16, hg),
9231
9219
  t.showClear ? (o(), b(c, {
9232
9220
  key: 0,
9233
9221
  onClick: i.clearSearch
9234
9222
  }, null, 8, ["onClick"])) : u("", !0)
9235
9223
  ], 2);
9236
9224
  }
9237
- const bg = /* @__PURE__ */ v(hg, [["render", yg], ["__scopeId", "data-v-a408f72e"]]), _g = {
9225
+ const yg = /* @__PURE__ */ v(pg, [["render", vg], ["__scopeId", "data-v-a408f72e"]]), bg = {
9238
9226
  name: "ecs-scroll-container",
9239
9227
  props: {
9240
9228
  /** Sets the maximum height of the scroll container. Can be any CSS value, such as px, %, or em. */
@@ -9259,7 +9247,7 @@ const bg = /* @__PURE__ */ v(hg, [["render", yg], ["__scopeId", "data-v-a408f72e
9259
9247
  }
9260
9248
  }
9261
9249
  };
9262
- function kg(e, s, t, a, n, i) {
9250
+ function _g(e, s, t, a, n, i) {
9263
9251
  return o(), l("div", {
9264
9252
  class: h(["ecs-scroll-container scrollbar scrollbar-sml", [
9265
9253
  t.borderless ? "" : "ecs-scroll-container-border",
@@ -9270,12 +9258,12 @@ function kg(e, s, t, a, n, i) {
9270
9258
  p(e.$slots, "default", {}, void 0, !0)
9271
9259
  ], 6);
9272
9260
  }
9273
- const wg = /* @__PURE__ */ v(_g, [["render", kg], ["__scopeId", "data-v-fb2e8eb9"]]), Sg = {
9261
+ const kg = /* @__PURE__ */ v(bg, [["render", _g], ["__scopeId", "data-v-fb2e8eb9"]]), wg = {
9274
9262
  name: "ecs-folder-selector",
9275
9263
  emits: ["search", "add"],
9276
9264
  components: {
9277
- EcsInputSearch: bg,
9278
- EcsScrollContainer: wg,
9265
+ EcsInputSearch: yg,
9266
+ EcsScrollContainer: kg,
9279
9267
  EcsButton: Se
9280
9268
  },
9281
9269
  props: {
@@ -9326,20 +9314,20 @@ const wg = /* @__PURE__ */ v(_g, [["render", kg], ["__scopeId", "data-v-fb2e8eb9
9326
9314
  this.$emit("add", $event);
9327
9315
  }
9328
9316
  }
9329
- }, Cg = {
9317
+ }, Sg = {
9330
9318
  key: 0,
9331
9319
  class: "ecs-folder-selector-header"
9332
- }, xg = {
9320
+ }, Cg = {
9333
9321
  key: 1,
9334
9322
  class: "empty-list"
9335
9323
  };
9336
- function Bg(e, s, t, a, n, i) {
9324
+ function xg(e, s, t, a, n, i) {
9337
9325
  const r = g("ecs-input-search"), c = g("ecs-button"), d = g("ecs-scroll-container");
9338
9326
  return o(), l("div", {
9339
9327
  class: h(["ecs-folder-selector", [t.framed ? "ecs-folder-selector-border" : ""]]),
9340
9328
  style: x({ height: i.isFullHeight })
9341
9329
  }, [
9342
- t.searchable || t.create ? (o(), l("div", Cg, [
9330
+ t.searchable || t.create ? (o(), l("div", Sg, [
9343
9331
  t.searchable ? (o(), b(r, {
9344
9332
  key: 0,
9345
9333
  modelValue: n.searchInputValue,
@@ -9369,13 +9357,13 @@ function Bg(e, s, t, a, n, i) {
9369
9357
  borderless: ""
9370
9358
  }, {
9371
9359
  default: S(() => [
9372
- e.$slots.default ? p(e.$slots, "default", { key: 0 }, void 0, !0) : (o(), l("div", xg, w(t.emptyMessage), 1))
9360
+ e.$slots.default ? p(e.$slots, "default", { key: 0 }, void 0, !0) : (o(), l("div", Cg, w(t.emptyMessage), 1))
9373
9361
  ]),
9374
9362
  _: 3
9375
9363
  }, 8, ["height", "padding"])
9376
9364
  ], 6);
9377
9365
  }
9378
- const Jb = /* @__PURE__ */ v(Sg, [["render", Bg], ["__scopeId", "data-v-feb6cf8d"]]), zg = {
9366
+ const Zb = /* @__PURE__ */ v(wg, [["render", xg], ["__scopeId", "data-v-feb6cf8d"]]), Bg = {
9379
9367
  name: "ecs-form-group",
9380
9368
  components: { EcsText: nt },
9381
9369
  props: {
@@ -9409,7 +9397,7 @@ const Jb = /* @__PURE__ */ v(Sg, [["render", Bg], ["__scopeId", "data-v-feb6cf8d
9409
9397
  }
9410
9398
  }
9411
9399
  };
9412
- function Ig(e, s, t, a, n, i) {
9400
+ function zg(e, s, t, a, n, i) {
9413
9401
  const r = g("ecs-text");
9414
9402
  return o(), l("div", {
9415
9403
  class: h(["ecs-form-group", t.error ? "error" : ""])
@@ -9435,21 +9423,21 @@ function Ig(e, s, t, a, n, i) {
9435
9423
  }, null, 8, ["innerHTML"])) : u("", !0)
9436
9424
  ], 2);
9437
9425
  }
9438
- const Eg = /* @__PURE__ */ v(zg, [["render", Ig], ["__scopeId", "data-v-2a3b81f3"]]), $g = {}, Pg = { class: "ecs-form-headline" }, Tg = { class: "ecs-form-headline-main" }, Mg = {
9426
+ const Ig = /* @__PURE__ */ v(Bg, [["render", zg], ["__scopeId", "data-v-2a3b81f3"]]), Eg = {}, $g = { class: "ecs-form-headline" }, Pg = { class: "ecs-form-headline-main" }, Tg = {
9439
9427
  key: 0,
9440
9428
  class: "ecs-form-headline-controls"
9441
9429
  };
9442
- function Lg(e, s) {
9443
- return o(), l("div", Pg, [
9444
- f("h2", Tg, [
9430
+ function Mg(e, s) {
9431
+ return o(), l("div", $g, [
9432
+ f("h2", Pg, [
9445
9433
  p(e.$slots, "default", {}, void 0, !0)
9446
9434
  ]),
9447
- e.$slots.controls ? (o(), l("div", Mg, [
9435
+ e.$slots.controls ? (o(), l("div", Tg, [
9448
9436
  p(e.$slots, "controls", {}, void 0, !0)
9449
9437
  ])) : u("", !0)
9450
9438
  ]);
9451
9439
  }
9452
- const Qb = /* @__PURE__ */ v($g, [["render", Lg], ["__scopeId", "data-v-16833f69"]]), Og = {
9440
+ const Jb = /* @__PURE__ */ v(Eg, [["render", Mg], ["__scopeId", "data-v-16833f69"]]), Lg = {
9453
9441
  name: "ecs-form-set",
9454
9442
  props: {
9455
9443
  /** Indicates an error state. */
@@ -9463,17 +9451,17 @@ const Qb = /* @__PURE__ */ v($g, [["render", Lg], ["__scopeId", "data-v-16833f69
9463
9451
  required: !0
9464
9452
  }
9465
9453
  }
9466
- }, Ag = ["aria-invalid"], Ng = { class: "ecs-form-set-title" };
9467
- function Dg(e, s, t, a, n, i) {
9454
+ }, Og = ["aria-invalid"], Ag = { class: "ecs-form-set-title" };
9455
+ function Ng(e, s, t, a, n, i) {
9468
9456
  return o(), l("fieldset", {
9469
9457
  class: h(["ecs-form-set", t.error ? "error" : ""]),
9470
9458
  "aria-invalid": t.error || null
9471
9459
  }, [
9472
- f("legend", Ng, w(t.title), 1),
9460
+ f("legend", Ag, w(t.title), 1),
9473
9461
  p(e.$slots, "default", {}, void 0, !0)
9474
- ], 10, Ag);
9462
+ ], 10, Og);
9475
9463
  }
9476
- const e_ = /* @__PURE__ */ v(Og, [["render", Dg], ["__scopeId", "data-v-c9188464"]]), Rg = {
9464
+ const Qb = /* @__PURE__ */ v(Lg, [["render", Ng], ["__scopeId", "data-v-c9188464"]]), Dg = {
9477
9465
  name: "ecs-highlight",
9478
9466
  props: {
9479
9467
  /** Makes the highlight area visible. */
@@ -9544,7 +9532,7 @@ const e_ = /* @__PURE__ */ v(Og, [["render", Dg], ["__scopeId", "data-v-c9188464
9544
9532
  }
9545
9533
  }
9546
9534
  };
9547
- function Fg(e, s, t, a, n, i) {
9535
+ function Rg(e, s, t, a, n, i) {
9548
9536
  return o(), b(me, {
9549
9537
  name: "fade",
9550
9538
  appear: ""
@@ -9561,7 +9549,7 @@ function Fg(e, s, t, a, n, i) {
9561
9549
  _: 3
9562
9550
  });
9563
9551
  }
9564
- const t_ = /* @__PURE__ */ v(Rg, [["render", Fg], ["__scopeId", "data-v-48ec2945"]]), Vg = {
9552
+ const e_ = /* @__PURE__ */ v(Dg, [["render", Rg], ["__scopeId", "data-v-48ec2945"]]), Fg = {
9565
9553
  name: "ecs-toolbar",
9566
9554
  props: {
9567
9555
  /** Determines the type of the toolbar. */
@@ -9571,19 +9559,19 @@ const t_ = /* @__PURE__ */ v(Rg, [["render", Fg], ["__scopeId", "data-v-48ec2945
9571
9559
  default: "index"
9572
9560
  }
9573
9561
  }
9574
- }, Hg = {
9562
+ }, Vg = {
9575
9563
  class: "ecs-toolbar",
9576
9564
  role: "toolbar",
9577
9565
  "aria-label": "Main"
9578
9566
  };
9579
- function qg(e, s, t, a, n, i) {
9580
- return o(), l("div", Hg, [
9567
+ function Hg(e, s, t, a, n, i) {
9568
+ return o(), l("div", Vg, [
9581
9569
  p(e.$slots, "default", {}, void 0, !0)
9582
9570
  ]);
9583
9571
  }
9584
- const Wg = /* @__PURE__ */ v(Vg, [["render", qg], ["__scopeId", "data-v-a6ddde36"]]), jg = {
9572
+ const qg = /* @__PURE__ */ v(Fg, [["render", Hg], ["__scopeId", "data-v-a6ddde36"]]), Wg = {
9585
9573
  name: "ecs-index-toolbar",
9586
- components: { EcsToolbar: Wg, EcsButtonToolbarGroup: Ht, EcsFlexCol: dg, EcsFlexRow: Te },
9574
+ components: { EcsToolbar: qg, EcsButtonToolbarGroup: Ht, EcsFlexCol: cg, EcsFlexRow: Te },
9587
9575
  props: {
9588
9576
  /** The label used to describe the objects shown in the index view. E.g.: "Entries", "Profiles", etc. */
9589
9577
  type: {
@@ -9601,8 +9589,8 @@ const Wg = /* @__PURE__ */ v(Vg, [["render", qg], ["__scopeId", "data-v-a6ddde36
9601
9589
  dismissed: !1
9602
9590
  };
9603
9591
  }
9604
- }, Ug = { class: "ecs-toolbar-search" }, Gg = { class: "number" }, Kg = { class: "type" }, Yg = { class: "ecs-toolbar-right-section" }, Xg = { class: "ecs-toolbar-right-section" };
9605
- function Zg(e, s, t, a, n, i) {
9592
+ }, jg = { class: "ecs-toolbar-search" }, Ug = { class: "number" }, Gg = { class: "type" }, Kg = { class: "ecs-toolbar-right-section" }, Yg = { class: "ecs-toolbar-right-section" };
9593
+ function Xg(e, s, t, a, n, i) {
9606
9594
  const r = g("ecs-button-toolbar-group"), c = g("ecs-flex-row"), d = g("ecs-flex-col"), m = g("ecs-toolbar");
9607
9595
  return o(), b(m, { class: "ecs-index-toolbar" }, {
9608
9596
  default: S(() => [
@@ -9616,7 +9604,7 @@ function Zg(e, s, t, a, n, i) {
9616
9604
  ]),
9617
9605
  _: 3
9618
9606
  })) : u("", !0),
9619
- f("div", Ug, [
9607
+ f("div", jg, [
9620
9608
  p(e.$slots, "search", {}, void 0, !0)
9621
9609
  ]),
9622
9610
  _(c, {
@@ -9624,8 +9612,8 @@ function Zg(e, s, t, a, n, i) {
9624
9612
  class: "ecs-toolbar-search-results"
9625
9613
  }, {
9626
9614
  default: S(() => [
9627
- f("span", Gg, w(t.count), 1),
9628
- f("span", Kg, w(t.type), 1)
9615
+ f("span", Ug, w(t.count), 1),
9616
+ f("span", Gg, w(t.type), 1)
9629
9617
  ]),
9630
9618
  _: 1
9631
9619
  })
@@ -9634,10 +9622,10 @@ function Zg(e, s, t, a, n, i) {
9634
9622
  }),
9635
9623
  _(d, { columns: 3 }, {
9636
9624
  default: S(() => [
9637
- f("div", Yg, [
9625
+ f("div", Kg, [
9638
9626
  p(e.$slots, "actions-left", {}, void 0, !0)
9639
9627
  ]),
9640
- f("div", Xg, [
9628
+ f("div", Yg, [
9641
9629
  p(e.$slots, "actions-right", {}, void 0, !0)
9642
9630
  ])
9643
9631
  ]),
@@ -9650,7 +9638,7 @@ function Zg(e, s, t, a, n, i) {
9650
9638
  _: 3
9651
9639
  });
9652
9640
  }
9653
- const s_ = /* @__PURE__ */ v(jg, [["render", Zg], ["__scopeId", "data-v-3e639a35"]]), Jg = {
9641
+ const t_ = /* @__PURE__ */ v(Wg, [["render", Xg], ["__scopeId", "data-v-3e639a35"]]), Zg = {
9654
9642
  name: "ecs-info-tooltip",
9655
9643
  emits: ["click"],
9656
9644
  components: {
@@ -9669,7 +9657,7 @@ const s_ = /* @__PURE__ */ v(jg, [["render", Zg], ["__scopeId", "data-v-3e639a35
9669
9657
  }
9670
9658
  }
9671
9659
  };
9672
- function Qg(e, s, t, a, n, i) {
9660
+ function Jg(e, s, t, a, n, i) {
9673
9661
  const r = g("ecs-icon");
9674
9662
  return o(), l("i", {
9675
9663
  class: "ecs-info-tooltip",
@@ -9681,7 +9669,7 @@ function Qg(e, s, t, a, n, i) {
9681
9669
  }, null, 8, ["type"])
9682
9670
  ]);
9683
9671
  }
9684
- const i_ = /* @__PURE__ */ v(Jg, [["render", Qg], ["__scopeId", "data-v-97a5e4d9"]]), em = {
9672
+ const s_ = /* @__PURE__ */ v(Zg, [["render", Jg], ["__scopeId", "data-v-97a5e4d9"]]), Qg = {
9685
9673
  name: "ecs-input",
9686
9674
  emits: ["update:modelValue", "change", "keyup", "blur"],
9687
9675
  props: {
@@ -9762,8 +9750,8 @@ const i_ = /* @__PURE__ */ v(Jg, [["render", Qg], ["__scopeId", "data-v-97a5e4d9
9762
9750
  return this.format && this.format !== "" ? `ecs-form-control-format-${this.format}` : this.format;
9763
9751
  }
9764
9752
  }
9765
- }, tm = ["value", "type", "name", "disabled", "required", "readonly", "placeholder", "autocomplete", "min", "max", "step", "id"], sm = ["value", "name", "disabled", "required", "readonly", "placeholder", "id"];
9766
- function im(e, s, t, a, n, i) {
9753
+ }, em = ["value", "type", "name", "disabled", "required", "readonly", "placeholder", "autocomplete", "min", "max", "step", "id"], tm = ["value", "name", "disabled", "required", "readonly", "placeholder", "id"];
9754
+ function sm(e, s, t, a, n, i) {
9767
9755
  return t.type != "textarea" ? (o(), l("input", De({
9768
9756
  key: 0,
9769
9757
  class: ["ecs-form-control", [
@@ -9790,7 +9778,7 @@ function im(e, s, t, a, n, i) {
9790
9778
  step: t.step,
9791
9779
  ref: t.refr,
9792
9780
  id: t.refr
9793
- }), null, 16, tm)) : (o(), l("textarea", De({
9781
+ }), null, 16, em)) : (o(), l("textarea", De({
9794
9782
  key: 1,
9795
9783
  class: ["ecs-form-control", [
9796
9784
  i.sizeClass,
@@ -9811,9 +9799,9 @@ function im(e, s, t, a, n, i) {
9811
9799
  }, e.$attrs, {
9812
9800
  ref: t.refr,
9813
9801
  id: t.refr
9814
- }), null, 16, sm));
9802
+ }), null, 16, tm));
9815
9803
  }
9816
- const nm = /* @__PURE__ */ v(em, [["render", im], ["__scopeId", "data-v-0024f16c"]]), am = {
9804
+ const im = /* @__PURE__ */ v(Qg, [["render", sm], ["__scopeId", "data-v-0024f16c"]]), nm = {
9817
9805
  name: "ecs-input-group-addon",
9818
9806
  components: { EcsIcon: M },
9819
9807
  props: {
@@ -9833,7 +9821,7 @@ const nm = /* @__PURE__ */ v(em, [["render", im], ["__scopeId", "data-v-0024f16c
9833
9821
  }
9834
9822
  }
9835
9823
  };
9836
- function om(e, s, t, a, n, i) {
9824
+ function am(e, s, t, a, n, i) {
9837
9825
  const r = g("ecs-icon");
9838
9826
  return o(), l("span", {
9839
9827
  class: h(["ecs-input-group-addon", [i.iconClass, t.button ? "has-button" : ""]])
@@ -9847,13 +9835,13 @@ function om(e, s, t, a, n, i) {
9847
9835
  }, null, 8, ["type"])) : u("", !0)
9848
9836
  ], 2);
9849
9837
  }
9850
- const n_ = /* @__PURE__ */ v(am, [["render", om]]), rm = {
9838
+ const i_ = /* @__PURE__ */ v(nm, [["render", am]]), om = {
9851
9839
  name: "ecs-input-connector"
9852
- }, lm = { class: "ecs-input-group-addon connector" };
9853
- function cm(e, s, t, a, n, i) {
9854
- return o(), l("span", lm);
9840
+ }, rm = { class: "ecs-input-group-addon connector" };
9841
+ function lm(e, s, t, a, n, i) {
9842
+ return o(), l("span", rm);
9855
9843
  }
9856
- const a_ = /* @__PURE__ */ v(rm, [["render", cm]]), dm = {
9844
+ const n_ = /* @__PURE__ */ v(om, [["render", lm]]), cm = {
9857
9845
  name: "ecs-input-float",
9858
9846
  emits: ["input"],
9859
9847
  mixins: [ue],
@@ -9927,9 +9915,9 @@ const a_ = /* @__PURE__ */ v(rm, [["render", cm]]), dm = {
9927
9915
  created() {
9928
9916
  this.uniqueId = this.generateUniqueId();
9929
9917
  }
9930
- }, um = { class: "form-group has-float-label" }, fm = ["id", "type", "name", "disabled", "required", "readonly", "placeholder", "autocomplete", "value"], gm = ["for"];
9931
- function mm(e, s, t, a, n, i) {
9932
- return o(), l("div", um, [
9918
+ }, dm = { class: "form-group has-float-label" }, um = ["id", "type", "name", "disabled", "required", "readonly", "placeholder", "autocomplete", "value"], fm = ["for"];
9919
+ function gm(e, s, t, a, n, i) {
9920
+ return o(), l("div", dm, [
9933
9921
  f("input", De({
9934
9922
  class: ["form-control", [
9935
9923
  i.sizeClass,
@@ -9945,11 +9933,11 @@ function mm(e, s, t, a, n, i) {
9945
9933
  autocomplete: t.autocomplete,
9946
9934
  value: t.value,
9947
9935
  onInput: s[0] || (s[0] = (...r) => i.changeValue && i.changeValue(...r))
9948
- }, e.$attrs), null, 16, fm),
9949
- f("label", { for: n.uniqueId }, w(t.label), 9, gm)
9936
+ }, e.$attrs), null, 16, um),
9937
+ f("label", { for: n.uniqueId }, w(t.label), 9, fm)
9950
9938
  ]);
9951
9939
  }
9952
- const o_ = /* @__PURE__ */ v(dm, [["render", mm], ["__scopeId", "data-v-3191dd13"]]), pm = {
9940
+ const a_ = /* @__PURE__ */ v(cm, [["render", gm], ["__scopeId", "data-v-3191dd13"]]), mm = {
9953
9941
  props: {
9954
9942
  /** If the input group contains only one input element, set this prop to true. */
9955
9943
  singleInput: {
@@ -9958,14 +9946,14 @@ const o_ = /* @__PURE__ */ v(dm, [["render", mm], ["__scopeId", "data-v-3191dd13
9958
9946
  }
9959
9947
  }
9960
9948
  };
9961
- function hm(e, s, t, a, n, i) {
9949
+ function pm(e, s, t, a, n, i) {
9962
9950
  return o(), l("div", {
9963
9951
  class: h(["ecs-input-group", t.singleInput ? "ecs-input-group-single" : ""])
9964
9952
  }, [
9965
9953
  p(e.$slots, "default")
9966
9954
  ], 2);
9967
9955
  }
9968
- const r_ = /* @__PURE__ */ v(pm, [["render", hm]]), vm = {
9956
+ const o_ = /* @__PURE__ */ v(mm, [["render", pm]]), hm = {
9969
9957
  name: "ecs-jumper-document",
9970
9958
  emits: [
9971
9959
  "goToPrev",
@@ -10027,11 +10015,11 @@ const r_ = /* @__PURE__ */ v(pm, [["render", hm]]), vm = {
10027
10015
  this.$emit("indexPosKeyPressed", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
10028
10016
  }
10029
10017
  }
10030
- }, ym = {
10018
+ }, vm = {
10031
10019
  key: 0,
10032
10020
  class: "ecs-viewer-toolbar-jumper-inputs"
10033
- }, bm = ["disabled"];
10034
- function _m(e, s, t, a, n, i) {
10021
+ }, ym = ["disabled"];
10022
+ function bm(e, s, t, a, n, i) {
10035
10023
  const r = g("ecs-button-toolbar"), c = g("ecs-button-toolbar-group");
10036
10024
  return o(), b(c, { class: "ecs-viewer-toolbar-jumper" }, {
10037
10025
  default: S(() => [
@@ -10043,7 +10031,7 @@ function _m(e, s, t, a, n, i) {
10043
10031
  icon: "toolbar-page-navigation",
10044
10032
  "aria-label": i.ariaLabelPrev
10045
10033
  }, null, 8, ["disabled", "title", "aria-label"]),
10046
- t.showCount ? (o(), l("div", ym, [
10034
+ t.showCount ? (o(), l("div", vm, [
10047
10035
  f("div", {
10048
10036
  onClick: s[1] || (s[1] = (d) => e.$emit("selectCurEntryText")),
10049
10037
  onKeydown: s[2] || (s[2] = (...d) => i.indexPosKeyPressed && i.indexPosKeyPressed(...d)),
@@ -10052,7 +10040,7 @@ function _m(e, s, t, a, n, i) {
10052
10040
  class: "ecs-viewer-toolbar-jumper-input",
10053
10041
  disabled: t.navigating || null,
10054
10042
  id: "currEntry"
10055
- }, w(t.currentEntry), 41, bm),
10043
+ }, w(t.currentEntry), 41, ym),
10056
10044
  D(" /  "),
10057
10045
  f("div", null, w(t.totalEntries), 1)
10058
10046
  ])) : u("", !0),
@@ -10068,7 +10056,7 @@ function _m(e, s, t, a, n, i) {
10068
10056
  _: 1
10069
10057
  });
10070
10058
  }
10071
- const l_ = /* @__PURE__ */ v(vm, [["render", _m], ["__scopeId", "data-v-9ff41728"]]), km = {
10059
+ const r_ = /* @__PURE__ */ v(hm, [["render", bm], ["__scopeId", "data-v-9ff41728"]]), _m = {
10072
10060
  name: "ecs-jumper-index",
10073
10061
  emits: [
10074
10062
  "nextSearchResult",
@@ -10137,14 +10125,14 @@ const l_ = /* @__PURE__ */ v(vm, [["render", _m], ["__scopeId", "data-v-9ff41728
10137
10125
  this.$emit("setSearchResultCount", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
10138
10126
  }
10139
10127
  }
10140
- }, wm = {
10128
+ }, km = {
10141
10129
  key: 0,
10142
10130
  class: "ecs-jumper-count"
10143
- }, Sm = { class: "ecs-jumper-count-current" }, Cm = { class: "ecs-jumper-count-total" }, xm = {
10131
+ }, wm = { class: "ecs-jumper-count-current" }, Sm = { class: "ecs-jumper-count-total" }, Cm = {
10144
10132
  key: 1,
10145
10133
  class: "ecs-jumper-count-inputs"
10146
10134
  };
10147
- function Bm(e, s, t, a, n, i) {
10135
+ function xm(e, s, t, a, n, i) {
10148
10136
  const r = g("ecs-button-toolbar"), c = g("ecs-button-toolbar-group");
10149
10137
  return o(), b(c, { class: "ecs-jumper" }, {
10150
10138
  default: S(() => [
@@ -10155,11 +10143,11 @@ function Bm(e, s, t, a, n, i) {
10155
10143
  "aria-label": i.ariaLabelPrev,
10156
10144
  class: "ecs-jumper-previous"
10157
10145
  }, null, 8, ["onClick", "disabled", "title", "aria-label"]),
10158
- t.showCount && !t.inputPagination ? (o(), l("div", wm, [
10159
- f("span", Sm, w(i.currentPosition), 1),
10160
- f("span", Cm, "/" + w(t.maxCount), 1)
10146
+ t.showCount && !t.inputPagination ? (o(), l("div", km, [
10147
+ f("span", wm, w(i.currentPosition), 1),
10148
+ f("span", Sm, "/" + w(t.maxCount), 1)
10161
10149
  ])) : u("", !0),
10162
- t.inputPagination ? (o(), l("div", xm, [
10150
+ t.inputPagination ? (o(), l("div", Cm, [
10163
10151
  f("div", {
10164
10152
  onClick: s[0] || (s[0] = (...d) => i.selectSearchResultCount && i.selectSearchResultCount(...d)),
10165
10153
  onKeydown: s[1] || (s[1] = (...d) => i.setSearchResultCount && i.setSearchResultCount(...d)),
@@ -10180,7 +10168,7 @@ function Bm(e, s, t, a, n, i) {
10180
10168
  _: 1
10181
10169
  });
10182
10170
  }
10183
- const c_ = /* @__PURE__ */ v(km, [["render", Bm], ["__scopeId", "data-v-e2edd2d3"]]), zm = {
10171
+ const l_ = /* @__PURE__ */ v(_m, [["render", xm], ["__scopeId", "data-v-e2edd2d3"]]), Bm = {
10184
10172
  name: "ecs-jumper-page",
10185
10173
  emits: [
10186
10174
  "selectCurPageText",
@@ -10235,19 +10223,19 @@ const c_ = /* @__PURE__ */ v(km, [["render", Bm], ["__scopeId", "data-v-e2edd2d3
10235
10223
  this.$emit("currentPageKeyPressed", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
10236
10224
  }
10237
10225
  }
10238
- }, Im = { class: "ecs-viewer-pages" }, Em = { class: "ecs-viewer-pages-inner" }, $m = { class: "ecs-viewer-pages-pagination" }, Pm = { class: "total-pages" }, Tm = {
10226
+ }, zm = { class: "ecs-viewer-pages" }, Im = { class: "ecs-viewer-pages-inner" }, Em = { class: "ecs-viewer-pages-pagination" }, $m = { class: "total-pages" }, Pm = {
10239
10227
  key: 0,
10240
10228
  class: "page-missing-gaps",
10241
10229
  title: "This transcript has missing page gaps"
10242
- }, Mm = { class: "ecs-viewer-pages-pagination" }, Lm = { class: "total-pages-relative" }, Om = { class: "total-pages-relative" }, Am = {
10230
+ }, Tm = { class: "ecs-viewer-pages-pagination" }, Mm = { class: "total-pages-relative" }, Lm = { class: "total-pages-relative" }, Om = {
10243
10231
  key: 1,
10244
10232
  class: "ecs-viewer-pages-pagination"
10245
- }, Nm = ["innerHTML"], Dm = { class: "total-pages" };
10246
- function Rm(e, s, t, a, n, i) {
10247
- return o(), l("div", Im, [
10248
- f("div", Em, [
10233
+ }, Am = ["innerHTML"], Nm = { class: "total-pages" };
10234
+ function Dm(e, s, t, a, n, i) {
10235
+ return o(), l("div", zm, [
10236
+ f("div", Im, [
10249
10237
  i.showAltPageNumbers ? (o(), l(J, { key: 0 }, [
10250
- f("div", $m, [
10238
+ f("div", Em, [
10251
10239
  f("div", {
10252
10240
  onClick: s[0] || (s[0] = (r) => e.$emit("selectCurPageText")),
10253
10241
  onKeydown: s[1] || (s[1] = (r) => i.pageKeyPressed(r, "relative")),
@@ -10256,14 +10244,14 @@ function Rm(e, s, t, a, n, i) {
10256
10244
  class: "current-page",
10257
10245
  id: "currPage"
10258
10246
  }, w(t.currentPage), 33),
10259
- f("div", Pm, "of " + w(t.lastPage), 1),
10260
- t.isTranscriptMissingPages ? (o(), l("span", Tm, "*")) : u("", !0)
10247
+ f("div", $m, "of " + w(t.lastPage), 1),
10248
+ t.isTranscriptMissingPages ? (o(), l("span", Pm, "*")) : u("", !0)
10261
10249
  ]),
10262
- f("div", Mm, [
10263
- f("div", Lm, w(i.altPageNumber) + " ", 1),
10264
- f("div", Om, "of " + w(t.pageCount), 1)
10250
+ f("div", Tm, [
10251
+ f("div", Mm, w(i.altPageNumber) + " ", 1),
10252
+ f("div", Lm, "of " + w(t.pageCount), 1)
10265
10253
  ])
10266
- ], 64)) : (o(), l("div", Am, [
10254
+ ], 64)) : (o(), l("div", Om, [
10267
10255
  f("div", {
10268
10256
  innerHTML: t.currentPage,
10269
10257
  onClick: s[3] || (s[3] = (r) => e.$emit("selectCurPageText")),
@@ -10272,13 +10260,13 @@ function Rm(e, s, t, a, n, i) {
10272
10260
  contenteditable: !0,
10273
10261
  class: "current-page",
10274
10262
  id: "currPage"
10275
- }, null, 40, Nm),
10276
- f("div", Dm, "of " + w(t.pageCount), 1)
10263
+ }, null, 40, Am),
10264
+ f("div", Nm, "of " + w(t.pageCount), 1)
10277
10265
  ]))
10278
10266
  ])
10279
10267
  ]);
10280
10268
  }
10281
- const d_ = /* @__PURE__ */ v(zm, [["render", Rm], ["__scopeId", "data-v-0346f2c1"]]), Fm = {
10269
+ const c_ = /* @__PURE__ */ v(Bm, [["render", Dm], ["__scopeId", "data-v-0346f2c1"]]), Rm = {
10282
10270
  // eslint-disable-next-line vue/multi-word-component-names
10283
10271
  name: "ecs-pane",
10284
10272
  inject: ["requestUpdate", "onPaneAdd", "onPaneRemove", "onPaneClick"],
@@ -10328,7 +10316,7 @@ const d_ = /* @__PURE__ */ v(zm, [["render", Rm], ["__scopeId", "data-v-0346f2c1
10328
10316
  }
10329
10317
  }
10330
10318
  };
10331
- function Vm(e, s, t, a, n, i) {
10319
+ function Fm(e, s, t, a, n, i) {
10332
10320
  return o(), l("div", {
10333
10321
  class: "ecs-pane",
10334
10322
  onClick: s[0] || (s[0] = (r) => i.onPaneClick(r, e._.uid)),
@@ -10337,7 +10325,7 @@ function Vm(e, s, t, a, n, i) {
10337
10325
  p(e.$slots, "default")
10338
10326
  ], 4);
10339
10327
  }
10340
- const Hm = /* @__PURE__ */ v(Fm, [["render", Vm]]), qm = {
10328
+ const Vm = /* @__PURE__ */ v(Rm, [["render", Fm]]), Hm = {
10341
10329
  // eslint-disable-next-line vue/multi-word-component-names
10342
10330
  name: "ecs-splitpanes",
10343
10331
  emits: ["ready", "resize", "resized", "pane-click", "pane-maximize", "pane-add", "pane-remove", "splitter-click"],
@@ -10634,11 +10622,11 @@ const Hm = /* @__PURE__ */ v(Fm, [["render", Vm]]), qm = {
10634
10622
  this.$slots.default()
10635
10623
  );
10636
10624
  }
10637
- }, Wm = {
10625
+ }, qm = {
10638
10626
  name: "ecs-layout-index",
10639
10627
  components: {
10640
- EcsPane: Hm,
10641
- EcsSplitpanes: qm
10628
+ EcsPane: Vm,
10629
+ EcsSplitpanes: Hm
10642
10630
  },
10643
10631
  props: {
10644
10632
  /** Needs to be set if the sidebar should be overlaying the content, instead of pushing the content to the left. */
@@ -10675,14 +10663,14 @@ const Hm = /* @__PURE__ */ v(Fm, [["render", Vm]]), qm = {
10675
10663
  return this.overlaySidebar && this.$slots.sidebar ? "bottom: 40px;" : "bottom: 0px;";
10676
10664
  }
10677
10665
  }
10678
- }, jm = { class: "ecs-index-layout-contents" }, Um = {
10666
+ }, Wm = { class: "ecs-index-layout-contents" }, jm = {
10679
10667
  key: 0,
10680
10668
  class: "ecs-index-layout-table scrollbar"
10681
- }, Gm = {
10669
+ }, Um = {
10682
10670
  key: 2,
10683
10671
  class: "ecs-index-layout-pagination"
10684
10672
  };
10685
- function Km(e, s, t, a, n, i) {
10673
+ function Gm(e, s, t, a, n, i) {
10686
10674
  const r = g("ecs-pane"), c = g("ecs-splitpanes");
10687
10675
  return o(), l("div", {
10688
10676
  class: h(["ecs-index-layout", [t.backgroundWhite ? "background-white" : ""]])
@@ -10692,7 +10680,7 @@ function Km(e, s, t, a, n, i) {
10692
10680
  f("div", {
10693
10681
  class: h(["ecs-index-layout-wrap", [t.indent ? "indent" : ""]])
10694
10682
  }, [
10695
- f("main", jm, [
10683
+ f("main", Wm, [
10696
10684
  t.splitPane ? (o(), b(c, { key: 1 }, {
10697
10685
  default: S(() => [
10698
10686
  _(r, {
@@ -10719,10 +10707,10 @@ function Km(e, s, t, a, n, i) {
10719
10707
  }, 8, ["size", "minSize", "maxSize"])) : u("", !0)
10720
10708
  ]),
10721
10709
  _: 3
10722
- })) : (o(), l("div", Um, [
10710
+ })) : (o(), l("div", jm, [
10723
10711
  p(e.$slots, "default", {}, void 0, !0)
10724
10712
  ])),
10725
- e.$slots.pagination ? (o(), l("div", Gm, [
10713
+ e.$slots.pagination ? (o(), l("div", Um, [
10726
10714
  p(e.$slots, "pagination", {}, void 0, !0)
10727
10715
  ])) : u("", !0)
10728
10716
  ]),
@@ -10736,7 +10724,7 @@ function Km(e, s, t, a, n, i) {
10736
10724
  ], 2)
10737
10725
  ], 2);
10738
10726
  }
10739
- const u_ = /* @__PURE__ */ v(Wm, [["render", Km], ["__scopeId", "data-v-5cfb4bdd"]]), Ym = {
10727
+ const d_ = /* @__PURE__ */ v(qm, [["render", Gm], ["__scopeId", "data-v-5cfb4bdd"]]), Km = {
10740
10728
  name: "ecs-layout-directory",
10741
10729
  props: {
10742
10730
  /** Needs to be set if the sidebar should be overlaying the content, instead of pushing the content to the left. */
@@ -10750,20 +10738,20 @@ const u_ = /* @__PURE__ */ v(Wm, [["render", Km], ["__scopeId", "data-v-5cfb4bdd
10750
10738
  default: !1
10751
10739
  }
10752
10740
  }
10753
- }, Xm = { class: "ecs-directory-layout" }, Zm = { class: "ecs-directory-layout-wrap" }, Jm = { class: "ecs-directory-layout-contents" }, Qm = {
10741
+ }, Ym = { class: "ecs-directory-layout" }, Xm = { class: "ecs-directory-layout-wrap" }, Zm = { class: "ecs-directory-layout-contents" }, Jm = {
10754
10742
  key: 0,
10755
10743
  class: "ecs-directory-layout-directory"
10756
- }, ep = {
10744
+ }, Qm = {
10757
10745
  key: 1,
10758
10746
  class: "ecs-directory-layout-sidebar"
10759
10747
  };
10760
- function tp(e, s, t, a, n, i) {
10761
- return o(), l("div", Xm, [
10748
+ function ep(e, s, t, a, n, i) {
10749
+ return o(), l("div", Ym, [
10762
10750
  p(e.$slots, "toolbar", {}, void 0, !0),
10763
10751
  p(e.$slots, "action-toolbar", {}, void 0, !0),
10764
- f("div", Zm, [
10765
- f("div", Jm, [
10766
- e.$slots.directory ? (o(), l("aside", Qm, [
10752
+ f("div", Xm, [
10753
+ f("div", Zm, [
10754
+ e.$slots.directory ? (o(), l("aside", Jm, [
10767
10755
  p(e.$slots, "directory", {}, void 0, !0)
10768
10756
  ])) : u("", !0),
10769
10757
  f("main", {
@@ -10771,14 +10759,14 @@ function tp(e, s, t, a, n, i) {
10771
10759
  }, [
10772
10760
  p(e.$slots, "default", {}, void 0, !0)
10773
10761
  ], 2),
10774
- e.$slots.sidebar ? (o(), l("div", ep, [
10762
+ e.$slots.sidebar ? (o(), l("div", Qm, [
10775
10763
  p(e.$slots, "sidebar", {}, void 0, !0)
10776
10764
  ])) : u("", !0)
10777
10765
  ])
10778
10766
  ])
10779
10767
  ]);
10780
10768
  }
10781
- const f_ = /* @__PURE__ */ v(Ym, [["render", tp], ["__scopeId", "data-v-dd8572c4"]]), sp = {
10769
+ const u_ = /* @__PURE__ */ v(Km, [["render", ep], ["__scopeId", "data-v-dd8572c4"]]), tp = {
10782
10770
  name: "ecs-layout-data-table",
10783
10771
  components: { EcsActionToolbar: wi, EcsButton: Se },
10784
10772
  mixins: [ue],
@@ -10819,22 +10807,22 @@ const f_ = /* @__PURE__ */ v(Ym, [["render", tp], ["__scopeId", "data-v-dd8572c4
10819
10807
  created() {
10820
10808
  this.showStatistics = localStorage.getItem("showStatistics") !== "false", this.statisticsId = this.generateUniqueId();
10821
10809
  }
10822
- }, ip = { class: "ecs-data-layout-content" }, np = {
10810
+ }, sp = { class: "ecs-data-layout-content" }, ip = {
10823
10811
  key: 0,
10824
10812
  role: "toolbar",
10825
10813
  "aria-label": "Main",
10826
10814
  class: "ecs-data-layout-toolbar"
10827
- }, ap = ["id"], op = { class: "ecs-data-layout-data" }, rp = { class: "ecs-data-layout-sidebar-inner" }, lp = {
10815
+ }, np = ["id"], ap = { class: "ecs-data-layout-data" }, op = { class: "ecs-data-layout-sidebar-inner" }, rp = {
10828
10816
  key: 0,
10829
10817
  class: "ecs-data-layout-sidebar-header"
10830
- }, cp = { class: "ecs-data-layout-sidebar-content scrollbar scrollbar-sml" };
10831
- function dp(e, s, t, a, n, i) {
10818
+ }, lp = { class: "ecs-data-layout-sidebar-content scrollbar scrollbar-sml" };
10819
+ function cp(e, s, t, a, n, i) {
10832
10820
  const r = g("ecs-button"), c = g("ecs-action-toolbar");
10833
10821
  return o(), l("div", {
10834
10822
  class: h(["ecs-data-layout", t.leftBorder ? "left-border" : ""])
10835
10823
  }, [
10836
- f("main", ip, [
10837
- e.$slots.toolbar ? (o(), l("div", np, [
10824
+ f("main", sp, [
10825
+ e.$slots.toolbar ? (o(), l("div", ip, [
10838
10826
  p(e.$slots, "toolbar", {}, void 0, !0),
10839
10827
  e.$slots.statistics ? (o(), b(r, {
10840
10828
  key: 0,
@@ -10858,7 +10846,7 @@ function dp(e, s, t, a, n, i) {
10858
10846
  id: n.statisticsId
10859
10847
  }, [
10860
10848
  p(e.$slots, "statistics", {}, void 0, !0)
10861
- ], 8, ap)) : u("", !0)
10849
+ ], 8, np)) : u("", !0)
10862
10850
  ]),
10863
10851
  _: 3
10864
10852
  }, 8, ["name"]),
@@ -10870,7 +10858,7 @@ function dp(e, s, t, a, n, i) {
10870
10858
  }, 512)), [
10871
10859
  [gt, t.showActionbar]
10872
10860
  ]) : u("", !0),
10873
- f("div", op, [
10861
+ f("div", ap, [
10874
10862
  p(e.$slots, "default", {}, void 0, !0)
10875
10863
  ])
10876
10864
  ]),
@@ -10878,18 +10866,18 @@ function dp(e, s, t, a, n, i) {
10878
10866
  key: 0,
10879
10867
  class: h(["ecs-data-layout-sidebar", t.sidebarExpanded ? "expanded" : ""])
10880
10868
  }, [
10881
- f("div", rp, [
10882
- e.$slots.sidebarheader ? (o(), l("div", lp, [
10869
+ f("div", op, [
10870
+ e.$slots.sidebarheader ? (o(), l("div", rp, [
10883
10871
  p(e.$slots, "sidebarheader", {}, void 0, !0)
10884
10872
  ])) : u("", !0),
10885
- f("div", cp, [
10873
+ f("div", lp, [
10886
10874
  p(e.$slots, "sidebarcontent", {}, void 0, !0)
10887
10875
  ])
10888
10876
  ])
10889
10877
  ], 2)) : u("", !0)
10890
10878
  ], 2);
10891
10879
  }
10892
- const g_ = /* @__PURE__ */ v(sp, [["render", dp], ["__scopeId", "data-v-860bdba9"]]), up = {
10880
+ const f_ = /* @__PURE__ */ v(tp, [["render", cp], ["__scopeId", "data-v-860bdba9"]]), dp = {
10893
10881
  name: "ecs-legend-item",
10894
10882
  emits: ["click"],
10895
10883
  components: {
@@ -10949,14 +10937,14 @@ const g_ = /* @__PURE__ */ v(sp, [["render", dp], ["__scopeId", "data-v-860bdba9
10949
10937
  return `ecs-legend-item-${this.size}`;
10950
10938
  }
10951
10939
  }
10952
- }, fp = { class: "ecs-legend-item-label" }, gp = {
10940
+ }, up = { class: "ecs-legend-item-label" }, fp = {
10953
10941
  key: 0,
10954
10942
  class: "ecs-legend-item-count"
10955
- }, mp = {
10943
+ }, gp = {
10956
10944
  key: 1,
10957
10945
  class: "ecs-legend-item-percentage"
10958
10946
  };
10959
- function pp(e, s, t, a, n, i) {
10947
+ function mp(e, s, t, a, n, i) {
10960
10948
  const r = g("ecs-focus-ring"), c = g("ecs-flex-row");
10961
10949
  return o(), b(c, {
10962
10950
  onClick: s[0] || (s[0] = (d) => e.$emit("click", d)),
@@ -10974,9 +10962,9 @@ function pp(e, s, t, a, n, i) {
10974
10962
  class: h(["ecs-legend-item-color", t.type]),
10975
10963
  style: x({ backgroundColor: i.validColor })
10976
10964
  }, null, 6),
10977
- f("div", fp, w(t.label), 1),
10978
- t.count ? (o(), l("div", gp, w(t.count), 1)) : u("", !0),
10979
- t.percentage ? (o(), l("div", mp, w(i.percentageLabel), 1)) : u("", !0),
10965
+ f("div", up, w(t.label), 1),
10966
+ t.count ? (o(), l("div", fp, w(t.count), 1)) : u("", !0),
10967
+ t.percentage ? (o(), l("div", gp, w(i.percentageLabel), 1)) : u("", !0),
10980
10968
  t.highlight || t.hover ? (o(), l("div", {
10981
10969
  key: 2,
10982
10970
  class: "ecs-legend-item-highlight",
@@ -10987,7 +10975,7 @@ function pp(e, s, t, a, n, i) {
10987
10975
  _: 1
10988
10976
  }, 8, ["role", "tabindex", "class"]);
10989
10977
  }
10990
- const m_ = /* @__PURE__ */ v(up, [["render", pp], ["__scopeId", "data-v-3e5473d4"]]), hp = {
10978
+ const g_ = /* @__PURE__ */ v(dp, [["render", mp], ["__scopeId", "data-v-3e5473d4"]]), pp = {
10991
10979
  name: "ecs-log-message",
10992
10980
  components: {
10993
10981
  EcsFlexRow: Te,
@@ -11029,11 +11017,11 @@ const m_ = /* @__PURE__ */ v(up, [["render", pp], ["__scopeId", "data-v-3e5473d4
11029
11017
  return ["warning", "error"].includes(this.type) ? "alert" : null;
11030
11018
  }
11031
11019
  }
11032
- }, vp = { class: "ecs-log-message-content" }, yp = {
11020
+ }, hp = { class: "ecs-log-message-content" }, vp = {
11033
11021
  key: 2,
11034
11022
  class: "ecs-log-message-meta"
11035
11023
  };
11036
- function bp(e, s, t, a, n, i) {
11024
+ function yp(e, s, t, a, n, i) {
11037
11025
  const r = g("ecs-skeleton-loader"), c = g("ecs-sticker"), d = g("ecs-flex-row");
11038
11026
  return o(), b(d, {
11039
11027
  class: h(["ecs-log-message", [t.type, t.highlight ? "highlighted" : ""]]),
@@ -11052,7 +11040,7 @@ function bp(e, s, t, a, n, i) {
11052
11040
  key: 1,
11053
11041
  type: t.type
11054
11042
  }, null, 8, ["type"])) : u("", !0),
11055
- f("div", vp, [
11043
+ f("div", hp, [
11056
11044
  t.loading ? (o(), b(r, {
11057
11045
  key: 0,
11058
11046
  type: "single",
@@ -11060,12 +11048,12 @@ function bp(e, s, t, a, n, i) {
11060
11048
  class: "skeleton-text"
11061
11049
  })) : p(e.$slots, "default", { key: 1 }, void 0, !0)
11062
11050
  ]),
11063
- t.meta && !t.loading ? (o(), l("div", yp, w(t.meta), 1)) : u("", !0)
11051
+ t.meta && !t.loading ? (o(), l("div", vp, w(t.meta), 1)) : u("", !0)
11064
11052
  ]),
11065
11053
  _: 3
11066
11054
  }, 8, ["class", "role", "aria-busy", "style"]);
11067
11055
  }
11068
- const p_ = /* @__PURE__ */ v(hp, [["render", bp], ["__scopeId", "data-v-d461aa9b"]]), _p = {
11056
+ const m_ = /* @__PURE__ */ v(pp, [["render", yp], ["__scopeId", "data-v-d461aa9b"]]), bp = {
11069
11057
  name: "ecs-map",
11070
11058
  components: { EcsFocusRing: L },
11071
11059
  props: {
@@ -11088,8 +11076,8 @@ const p_ = /* @__PURE__ */ v(hp, [["render", bp], ["__scopeId", "data-v-d461aa9b
11088
11076
  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}`;
11089
11077
  }
11090
11078
  }
11091
- }, kp = ["href"], wp = ["src", "alt"];
11092
- function Sp(e, s, t, a, n, i) {
11079
+ }, _p = ["href"], kp = ["src", "alt"];
11080
+ function wp(e, s, t, a, n, i) {
11093
11081
  const r = g("ecs-focus-ring");
11094
11082
  return o(), l("div", {
11095
11083
  class: h(["ecs-map", [t.marker ? "ecs-map-marker" : ""]])
@@ -11102,15 +11090,15 @@ function Sp(e, s, t, a, n, i) {
11102
11090
  f("img", {
11103
11091
  src: i.mapImageUrl,
11104
11092
  alt: "Map of " + t.address
11105
- }, null, 8, wp),
11093
+ }, null, 8, kp),
11106
11094
  _(r, {
11107
11095
  inset: 0,
11108
11096
  radius: 4
11109
11097
  })
11110
- ], 8, kp)
11098
+ ], 8, _p)
11111
11099
  ], 2);
11112
11100
  }
11113
- const h_ = /* @__PURE__ */ v(_p, [["render", Sp], ["__scopeId", "data-v-e2371c57"]]), Cp = {
11101
+ const p_ = /* @__PURE__ */ v(bp, [["render", wp], ["__scopeId", "data-v-e2371c57"]]), Sp = {
11114
11102
  name: "ecs-modal",
11115
11103
  props: {
11116
11104
  /** Shows the modal. */
@@ -11160,14 +11148,14 @@ const h_ = /* @__PURE__ */ v(_p, [["render", Sp], ["__scopeId", "data-v-e2371c57
11160
11148
  mounted() {
11161
11149
  this.show && (this.isShown = !0);
11162
11150
  }
11163
- }, xp = (e) => (ye("data-v-04163948"), e = e(), be(), e), Bp = {
11151
+ }, Cp = (e) => (ye("data-v-04163948"), e = e(), be(), e), xp = {
11164
11152
  key: 0,
11165
11153
  class: "ecs-modal-header-wrap"
11166
- }, zp = { class: "ecs-modal-content-wrap scrollbar" }, Ip = {
11154
+ }, Bp = { class: "ecs-modal-content-wrap scrollbar" }, zp = {
11167
11155
  key: 1,
11168
11156
  class: "ecs-modal-footer-wrap"
11169
- }, Ep = /* @__PURE__ */ xp(() => /* @__PURE__ */ f("div", { class: "ecs-modal-backdrop ecs-modal-sheet-backdrop" }, null, -1));
11170
- function $p(e, s, t, a, n, i) {
11157
+ }, Ip = /* @__PURE__ */ Cp(() => /* @__PURE__ */ f("div", { class: "ecs-modal-backdrop ecs-modal-sheet-backdrop" }, null, -1));
11158
+ function Ep(e, s, t, a, n, i) {
11171
11159
  return o(), b(me, { name: "dialog-fade" }, {
11172
11160
  default: S(() => [
11173
11161
  n.isShown ? (o(), l("div", {
@@ -11178,23 +11166,23 @@ function $p(e, s, t, a, n, i) {
11178
11166
  class: "ecs-modal-dialog ecs-modal-sheet",
11179
11167
  style: x(i.fixedHeightStyle)
11180
11168
  }, [
11181
- e.$slots.header ? (o(), l("div", Bp, [
11169
+ e.$slots.header ? (o(), l("div", xp, [
11182
11170
  p(e.$slots, "header", {}, void 0, !0)
11183
11171
  ])) : u("", !0),
11184
- f("div", zp, [
11172
+ f("div", Bp, [
11185
11173
  p(e.$slots, "default", {}, void 0, !0)
11186
11174
  ]),
11187
- e.$slots.footer ? (o(), l("div", Ip, [
11175
+ e.$slots.footer ? (o(), l("div", zp, [
11188
11176
  p(e.$slots, "footer", {}, void 0, !0)
11189
11177
  ])) : u("", !0)
11190
11178
  ], 4),
11191
- Ep
11179
+ Ip
11192
11180
  ], 2)) : u("", !0)
11193
11181
  ]),
11194
11182
  _: 3
11195
11183
  });
11196
11184
  }
11197
- const v_ = /* @__PURE__ */ v(Cp, [["render", $p], ["__scopeId", "data-v-04163948"]]), Pp = {
11185
+ const h_ = /* @__PURE__ */ v(Sp, [["render", Ep], ["__scopeId", "data-v-04163948"]]), $p = {
11198
11186
  name: "ecs-modal-header",
11199
11187
  emits: ["close"],
11200
11188
  components: {
@@ -11230,21 +11218,21 @@ const v_ = /* @__PURE__ */ v(Cp, [["render", $p], ["__scopeId", "data-v-04163948
11230
11218
  }
11231
11219
  }
11232
11220
  }
11233
- }, Tp = {
11221
+ }, Pp = {
11234
11222
  class: "ecs-modal-header-main",
11235
11223
  ref: "firstFocusable",
11236
11224
  tabindex: "0"
11237
- }, Mp = { class: "ecs-modal-header-main-inner" }, Lp = {
11225
+ }, Tp = { class: "ecs-modal-header-main-inner" }, Mp = {
11238
11226
  key: 0,
11239
11227
  class: "ecs-modal-header-extended"
11240
11228
  };
11241
- function Op(e, s, t, a, n, i) {
11229
+ function Lp(e, s, t, a, n, i) {
11242
11230
  const r = g("ecs-button");
11243
11231
  return o(), l("div", {
11244
11232
  class: h(["ecs-modal-header", i.typeClass])
11245
11233
  }, [
11246
- f("div", Tp, [
11247
- f("div", Mp, [
11234
+ f("div", Pp, [
11235
+ f("div", Tp, [
11248
11236
  p(e.$slots, "default", {}, void 0, !0)
11249
11237
  ]),
11250
11238
  _(r, {
@@ -11260,28 +11248,28 @@ function Op(e, s, t, a, n, i) {
11260
11248
  "data-test": "close-modal-button"
11261
11249
  })
11262
11250
  ], 512),
11263
- e.$slots.extension ? (o(), l("div", Lp, [
11251
+ e.$slots.extension ? (o(), l("div", Mp, [
11264
11252
  p(e.$slots, "extension", {}, void 0, !0)
11265
11253
  ])) : u("", !0)
11266
11254
  ], 2);
11267
11255
  }
11268
- const y_ = /* @__PURE__ */ v(Pp, [["render", Op], ["__scopeId", "data-v-14ff8a6b"]]), Ap = {
11256
+ const v_ = /* @__PURE__ */ v($p, [["render", Lp], ["__scopeId", "data-v-14ff8a6b"]]), Op = {
11269
11257
  name: "ecs-modal-footer"
11270
- }, Np = { class: "ecs-modal-footer" }, Dp = {
11258
+ }, Ap = { class: "ecs-modal-footer" }, Np = {
11271
11259
  key: 0,
11272
11260
  class: "ecs-modal-footer-secondary"
11273
- }, Rp = { class: "ecs-modal-footer-main" };
11274
- function Fp(e, s, t, a, n, i) {
11275
- return o(), l("div", Np, [
11276
- e.$slots.secondary ? (o(), l("div", Dp, [
11261
+ }, Dp = { class: "ecs-modal-footer-main" };
11262
+ function Rp(e, s, t, a, n, i) {
11263
+ return o(), l("div", Ap, [
11264
+ e.$slots.secondary ? (o(), l("div", Np, [
11277
11265
  p(e.$slots, "secondary", {}, void 0, !0)
11278
11266
  ])) : u("", !0),
11279
- f("div", Rp, [
11267
+ f("div", Dp, [
11280
11268
  p(e.$slots, "default", {}, void 0, !0)
11281
11269
  ])
11282
11270
  ]);
11283
11271
  }
11284
- const b_ = /* @__PURE__ */ v(Ap, [["render", Fp], ["__scopeId", "data-v-ac286496"]]), Vp = {
11272
+ const y_ = /* @__PURE__ */ v(Op, [["render", Rp], ["__scopeId", "data-v-ac286496"]]), Fp = {
11285
11273
  name: "ecs-select-text",
11286
11274
  emits: ["change", "focus", "blur"],
11287
11275
  components: { EcsIcon: M, EcsFocusRing: L },
@@ -11368,8 +11356,8 @@ const b_ = /* @__PURE__ */ v(Ap, [["render", Fp], ["__scopeId", "data-v-ac286496
11368
11356
  this.selectedText = t.text;
11369
11357
  }
11370
11358
  }
11371
- }, Hp = ["disabled"];
11372
- function qp(e, s, t, a, n, i) {
11359
+ }, Vp = ["disabled"];
11360
+ function Hp(e, s, t, a, n, i) {
11373
11361
  const r = g("ecs-icon"), c = g("ecs-focus-ring");
11374
11362
  return o(), l("div", {
11375
11363
  class: h(["ecs-form-select-text", [i.sizeClass, i.typeClass, t.disabled ? "disabled" : null]])
@@ -11389,19 +11377,19 @@ function qp(e, s, t, a, n, i) {
11389
11377
  class: t.alignment == "right" ? "right" : ""
11390
11378
  }), [
11391
11379
  p(e.$slots, "default", {}, void 0, !0)
11392
- ], 16, Hp),
11380
+ ], 16, Vp),
11393
11381
  _(c, {
11394
11382
  inset: t.size == "xsml" ? -2 : -4
11395
11383
  }, null, 8, ["inset"])
11396
11384
  ], 2);
11397
11385
  }
11398
- const Wp = /* @__PURE__ */ v(Vp, [["render", qp], ["__scopeId", "data-v-6b04cc71"]]), jp = {
11386
+ const qp = /* @__PURE__ */ v(Fp, [["render", Hp], ["__scopeId", "data-v-6b04cc71"]]), Wp = {
11399
11387
  name: "ecs-multiselect-search-token",
11400
11388
  emits: ["remove", "change", "operatorChange", "operatorToggle"],
11401
11389
  components: {
11402
11390
  EcsIcon: M,
11403
11391
  EcsFocusRing: L,
11404
- EcsSelectText: Wp
11392
+ EcsSelectText: qp
11405
11393
  },
11406
11394
  props: {
11407
11395
  /** Sets the type of the search token: default should be used for any search query that is not a NOT query. */
@@ -11454,30 +11442,30 @@ const Wp = /* @__PURE__ */ v(Vp, [["render", qp], ["__scopeId", "data-v-6b04cc71
11454
11442
  this.$emit("operatorToggle", e);
11455
11443
  }
11456
11444
  }
11457
- }, Up = {
11445
+ }, jp = {
11458
11446
  key: 0,
11459
11447
  class: "symbol"
11460
- }, Gp = {
11448
+ }, Up = {
11461
11449
  key: 0,
11462
11450
  class: "operator"
11463
- }, Kp = ["value"], Yp = { class: "query" }, Xp = {
11451
+ }, Gp = ["value"], Kp = { class: "query" }, Yp = {
11464
11452
  key: 0,
11465
11453
  class: "descriptor"
11466
11454
  };
11467
- function Zp(e, s, t, a, n, i) {
11455
+ function Xp(e, s, t, a, n, i) {
11468
11456
  const r = g("ecs-icon"), c = g("ecs-select-text"), d = g("ecs-focus-ring");
11469
11457
  return o(), l("div", {
11470
11458
  class: h(["ecs-multiselect-search-token", i.typeClass]),
11471
11459
  tabindex: "0",
11472
11460
  onKeydown: s[3] || (s[3] = G((m) => e.$emit("remove", m), ["delete"]))
11473
11461
  }, [
11474
- t.icon || t.operator || t.operatorSwitch ? (o(), l("div", Up, [
11462
+ t.icon || t.operator || t.operatorSwitch ? (o(), l("div", jp, [
11475
11463
  _(r, {
11476
11464
  type: t.icon,
11477
11465
  size: "20",
11478
11466
  color: "#FFF"
11479
11467
  }, null, 8, ["type"]),
11480
- t.operator && !t.operatorSelect && !t.operatorSwitch ? (o(), l("div", Gp, w(t.operator), 1)) : u("", !0),
11468
+ t.operator && !t.operatorSelect && !t.operatorSwitch ? (o(), l("div", Up, w(t.operator), 1)) : u("", !0),
11481
11469
  t.operatorSelect ? (o(), b(c, {
11482
11470
  key: 1,
11483
11471
  onChange: i.handleOperatorChange,
@@ -11489,7 +11477,7 @@ function Zp(e, s, t, a, n, i) {
11489
11477
  (o(!0), l(J, null, pe(t.operatorSelectOptions, (m) => (o(), l("option", {
11490
11478
  value: m,
11491
11479
  key: m
11492
- }, w(m), 9, Kp))), 128))
11480
+ }, w(m), 9, Gp))), 128))
11493
11481
  ]),
11494
11482
  _: 1
11495
11483
  }, 8, ["onChange", "value"])) : u("", !0),
@@ -11515,8 +11503,8 @@ function Zp(e, s, t, a, n, i) {
11515
11503
  _(d, { radius: 12 })
11516
11504
  ], 2)) : u("", !0)
11517
11505
  ])) : u("", !0),
11518
- f("div", Yp, [
11519
- t.descriptor ? (o(), l("div", Xp, w(t.descriptor), 1)) : u("", !0),
11506
+ f("div", Kp, [
11507
+ t.descriptor ? (o(), l("div", Yp, w(t.descriptor), 1)) : u("", !0),
11520
11508
  p(e.$slots, "default", {}, void 0, !0),
11521
11509
  f("button", {
11522
11510
  onClick: s[1] || (s[1] = (m) => e.$emit("remove", m)),
@@ -11535,7 +11523,7 @@ function Zp(e, s, t, a, n, i) {
11535
11523
  ])
11536
11524
  ], 34);
11537
11525
  }
11538
- const __ = /* @__PURE__ */ v(jp, [["render", Zp], ["__scopeId", "data-v-57205caa"]]), Jp = {
11526
+ const b_ = /* @__PURE__ */ v(Wp, [["render", Xp], ["__scopeId", "data-v-57205caa"]]), Zp = {
11539
11527
  name: "ecs-multiselect-token",
11540
11528
  emits: ["remove"],
11541
11529
  components: {
@@ -11543,7 +11531,7 @@ const __ = /* @__PURE__ */ v(jp, [["render", Zp], ["__scopeId", "data-v-57205caa
11543
11531
  EcsFocusRing: L
11544
11532
  }
11545
11533
  };
11546
- function Qp(e, s, t, a, n, i) {
11534
+ function Jp(e, s, t, a, n, i) {
11547
11535
  const r = g("ecs-icon"), c = g("ecs-focus-ring");
11548
11536
  return o(), l("div", {
11549
11537
  class: "ecs-multiselect-token",
@@ -11564,7 +11552,7 @@ function Qp(e, s, t, a, n, i) {
11564
11552
  ])
11565
11553
  ], 32);
11566
11554
  }
11567
- const k_ = /* @__PURE__ */ v(Jp, [["render", Qp], ["__scopeId", "data-v-ce139540"]]), eh = {
11555
+ const __ = /* @__PURE__ */ v(Zp, [["render", Jp], ["__scopeId", "data-v-ce139540"]]), Qp = {
11568
11556
  name: "ecs-multiselect-option",
11569
11557
  components: {
11570
11558
  EcsIcon: M
@@ -11584,8 +11572,8 @@ const k_ = /* @__PURE__ */ v(Jp, [["render", Qp], ["__scopeId", "data-v-ce139540
11584
11572
  return this.type && this.type !== "" ? `ecs-multiselect-option-${this.type}` : this.type;
11585
11573
  }
11586
11574
  }
11587
- }, th = ["role"];
11588
- function sh(e, s, t, a, n, i) {
11575
+ }, eh = ["role"];
11576
+ function th(e, s, t, a, n, i) {
11589
11577
  const r = g("ecs-icon");
11590
11578
  return o(), l("div", {
11591
11579
  class: h(["ecs-multiselect-option", i.typeClass]),
@@ -11597,9 +11585,9 @@ function sh(e, s, t, a, n, i) {
11597
11585
  size: "20"
11598
11586
  }, null, 8, ["type"])) : u("", !0),
11599
11587
  p(e.$slots, "default", {}, void 0, !0)
11600
- ], 10, th);
11588
+ ], 10, eh);
11601
11589
  }
11602
- const w_ = /* @__PURE__ */ v(eh, [["render", sh], ["__scopeId", "data-v-ceac7867"]]), ih = {
11590
+ const k_ = /* @__PURE__ */ v(Qp, [["render", th], ["__scopeId", "data-v-ceac7867"]]), sh = {
11603
11591
  name: "ecs-overlay",
11604
11592
  emits: ["close", "toggled"],
11605
11593
  components: { EcsIcon: M, EcsButtonToolbar: pt, EcsAlert: ks },
@@ -11743,41 +11731,41 @@ const w_ = /* @__PURE__ */ v(eh, [["render", sh], ["__scopeId", "data-v-ceac7867
11743
11731
  }, 10);
11744
11732
  }
11745
11733
  }
11746
- }, nh = { class: "ecs-overlay-titles" }, ah = { class: "title" }, oh = {
11734
+ }, ih = { class: "ecs-overlay-titles" }, nh = { class: "title" }, ah = {
11747
11735
  key: 0,
11748
11736
  class: "emphasized"
11749
- }, rh = {
11737
+ }, oh = {
11750
11738
  key: 0,
11751
11739
  class: "subline"
11752
- }, lh = {
11740
+ }, rh = {
11753
11741
  key: 0,
11754
11742
  class: "ecs-overlay-header-controls"
11755
- }, ch = ["aria-busy"], dh = {
11743
+ }, lh = ["aria-busy"], ch = {
11756
11744
  key: 0,
11757
11745
  class: "ecs-overlay-tabs scrollbar scrollbar-sml"
11758
- }, uh = {
11746
+ }, dh = {
11759
11747
  key: 0,
11760
11748
  class: "ecs-overlay-sidebar ecs-overlay-sidebar-static"
11761
- }, fh = {
11749
+ }, uh = {
11762
11750
  key: 0,
11763
11751
  class: "ecs-overlay-sidebar ecs-overlay-sidebar-float scrollbar scrollbar-sml"
11764
- }, gh = {
11752
+ }, fh = {
11765
11753
  key: 1,
11766
11754
  class: "ecs-overlay-content-block"
11767
- }, mh = {
11755
+ }, gh = {
11768
11756
  key: 1,
11769
11757
  class: "ecs-overlay-footer"
11770
- }, ph = {
11758
+ }, mh = {
11771
11759
  key: 0,
11772
11760
  class: "spacer-tabs"
11773
- }, hh = { class: "ecs-overlay-footer-content" }, vh = {
11761
+ }, ph = { class: "ecs-overlay-footer-content" }, hh = {
11774
11762
  key: 0,
11775
11763
  class: "spacer-sidebar"
11776
- }, yh = {
11764
+ }, vh = {
11777
11765
  key: 1,
11778
11766
  class: "spacer-scrollbar"
11779
11767
  };
11780
- function bh(e, s, t, a, n, i) {
11768
+ function yh(e, s, t, a, n, i) {
11781
11769
  const r = g("ecs-icon"), c = g("ecs-button-toolbar"), d = g("ecs-alert");
11782
11770
  return o(), b(me, {
11783
11771
  name: "fade",
@@ -11793,7 +11781,7 @@ function bh(e, s, t, a, n, i) {
11793
11781
  class: "ecs-overlay-header",
11794
11782
  style: x(e.$slots.alert ? "" : "border-bottom: 1px solid var(--color-gray-4);")
11795
11783
  }, [
11796
- f("div", nh, [
11784
+ f("div", ih, [
11797
11785
  t.icon ? (o(), b(r, {
11798
11786
  key: 0,
11799
11787
  type: t.icon,
@@ -11801,14 +11789,14 @@ function bh(e, s, t, a, n, i) {
11801
11789
  color: "#B9BCC2"
11802
11790
  }, null, 8, ["type"])) : u("", !0),
11803
11791
  f("div", null, [
11804
- f("span", ah, [
11805
- t.headerTitleEmphasized ? (o(), l("span", oh, w(t.headerTitleEmphasized), 1)) : u("", !0),
11792
+ f("span", nh, [
11793
+ t.headerTitleEmphasized ? (o(), l("span", ah, w(t.headerTitleEmphasized), 1)) : u("", !0),
11806
11794
  D(" " + w(t.headerTitle), 1)
11807
11795
  ]),
11808
- t.headerTitleSubline ? (o(), l("span", rh, w(t.headerTitleSubline), 1)) : u("", !0)
11796
+ t.headerTitleSubline ? (o(), l("span", oh, w(t.headerTitleSubline), 1)) : u("", !0)
11809
11797
  ])
11810
11798
  ]),
11811
- e.$slots.headercontrols ? (o(), l("div", lh, [
11799
+ e.$slots.headercontrols ? (o(), l("div", rh, [
11812
11800
  p(e.$slots, "headercontrols", {}, void 0, !0)
11813
11801
  ])) : u("", !0),
11814
11802
  e.$slots.sidebar && n.width <= 1500 ? (o(), b(c, {
@@ -11850,7 +11838,7 @@ function bh(e, s, t, a, n, i) {
11850
11838
  class: "ecs-overlay-content scrollbar",
11851
11839
  "aria-busy": t.blockContent || null
11852
11840
  }, [
11853
- e.$slots.tabs ? (o(), l("div", dh, [
11841
+ e.$slots.tabs ? (o(), l("div", ch, [
11854
11842
  p(e.$slots, "tabs", {}, void 0, !0)
11855
11843
  ])) : u("", !0),
11856
11844
  f("div", {
@@ -11863,31 +11851,31 @@ function bh(e, s, t, a, n, i) {
11863
11851
  }, [
11864
11852
  p(e.$slots, "default", {}, void 0, !0)
11865
11853
  ], 6),
11866
- e.$slots.sidebar && n.width > 1500 ? (o(), l("div", uh, [
11854
+ e.$slots.sidebar && n.width > 1500 ? (o(), l("div", dh, [
11867
11855
  p(e.$slots, "sidebar", {}, void 0, !0)
11868
11856
  ])) : u("", !0),
11869
11857
  _(me, { name: "slide" }, {
11870
11858
  default: S(() => [
11871
- e.$slots.sidebar && n.width <= 1500 && n.showSidebar ? (o(), l("div", fh, [
11859
+ e.$slots.sidebar && n.width <= 1500 && n.showSidebar ? (o(), l("div", uh, [
11872
11860
  p(e.$slots, "sidebar", {}, void 0, !0)
11873
11861
  ])) : u("", !0)
11874
11862
  ]),
11875
11863
  _: 3
11876
11864
  })
11877
11865
  ], 2),
11878
- t.blockContent ? (o(), l("div", gh)) : u("", !0)
11879
- ], 8, ch),
11880
- e.$slots.footer ? (o(), l("footer", mh, [
11881
- e.$slots.tabs ? (o(), l("div", ph)) : u("", !0),
11882
- f("div", hh, [
11866
+ t.blockContent ? (o(), l("div", fh)) : u("", !0)
11867
+ ], 8, lh),
11868
+ e.$slots.footer ? (o(), l("footer", gh, [
11869
+ e.$slots.tabs ? (o(), l("div", mh)) : u("", !0),
11870
+ f("div", ph, [
11883
11871
  f("div", {
11884
11872
  class: "ecs-overlay-footer-content-inner",
11885
11873
  style: x({ width: i.contentWidth, maxWidth: i.contentMaxWidth, minWidth: i.contentMinWidth, paddingLeft: i.contentPadding, paddingRight: i.contentPadding })
11886
11874
  }, [
11887
11875
  p(e.$slots, "footer", {}, void 0, !0)
11888
11876
  ], 4),
11889
- e.$slots.sidebar && n.width > 1500 ? (o(), l("div", vh)) : u("", !0),
11890
- n.footerScrollSpacer ? (o(), l("div", yh)) : u("", !0)
11877
+ e.$slots.sidebar && n.width > 1500 ? (o(), l("div", hh)) : u("", !0),
11878
+ n.footerScrollSpacer ? (o(), l("div", vh)) : u("", !0)
11891
11879
  ])
11892
11880
  ])) : u("", !0)
11893
11881
  ], 4)) : u("", !0)
@@ -11895,7 +11883,7 @@ function bh(e, s, t, a, n, i) {
11895
11883
  _: 3
11896
11884
  });
11897
11885
  }
11898
- const S_ = /* @__PURE__ */ v(ih, [["render", bh], ["__scopeId", "data-v-9e17191b"]]), _h = {
11886
+ const w_ = /* @__PURE__ */ v(sh, [["render", yh], ["__scopeId", "data-v-9e17191b"]]), bh = {
11899
11887
  name: "ecs-pagination",
11900
11888
  emits: ["firstPage", "prevPage", "nextPage", "lastPage", "updatePage", "itemsPerPage"],
11901
11889
  components: {
@@ -11997,14 +11985,14 @@ const S_ = /* @__PURE__ */ v(ih, [["render", bh], ["__scopeId", "data-v-9e17191b
11997
11985
  this.$emit("updatePage", Number(e));
11998
11986
  }
11999
11987
  }
12000
- }, Us = (e) => (ye("data-v-ca016e63"), e = e(), be(), e), kh = /* @__PURE__ */ Us(() => /* @__PURE__ */ f("span", null, "Page", -1)), wh = ["value", "selected"], Sh = {
11988
+ }, Us = (e) => (ye("data-v-ca016e63"), e = e(), be(), e), _h = /* @__PURE__ */ Us(() => /* @__PURE__ */ f("span", null, "Page", -1)), kh = ["value", "selected"], wh = {
12001
11989
  key: 0,
12002
11990
  class: "total"
12003
- }, Ch = {
11991
+ }, Sh = {
12004
11992
  key: 1,
12005
11993
  class: "ecs-pagination-range"
12006
- }, xh = { class: "ecs-pagination-tabs" }, Bh = /* @__PURE__ */ Us(() => /* @__PURE__ */ f("span", null, "Items per page", -1)), zh = ["value", "selected"];
12007
- function Ih(e, s, t, a, n, i) {
11994
+ }, Ch = { class: "ecs-pagination-tabs" }, xh = /* @__PURE__ */ Us(() => /* @__PURE__ */ f("span", null, "Items per page", -1)), Bh = ["value", "selected"];
11995
+ function zh(e, s, t, a, n, i) {
12008
11996
  const r = g("ecs-button"), c = g("ecs-flex-row"), d = g("ecs-select");
12009
11997
  return o(), l("div", {
12010
11998
  class: h(["ecs-pagination", [
@@ -12048,7 +12036,7 @@ function Ih(e, s, t, a, n, i) {
12048
12036
  }),
12049
12037
  _(c, { gap: 4 }, {
12050
12038
  default: S(() => [
12051
- kh,
12039
+ _h,
12052
12040
  _(d, {
12053
12041
  modelValue: n.updatedCurrentPage,
12054
12042
  "onUpdate:modelValue": s[2] || (s[2] = (m) => n.updatedCurrentPage = m),
@@ -12060,11 +12048,11 @@ function Ih(e, s, t, a, n, i) {
12060
12048
  key: m,
12061
12049
  value: m,
12062
12050
  selected: m === t.currentPage
12063
- }, w(m), 9, wh))), 128))
12051
+ }, w(m), 9, kh))), 128))
12064
12052
  ]),
12065
12053
  _: 1
12066
12054
  }, 8, ["modelValue", "disabled"]),
12067
- t.totalPages ? (o(), l("span", Sh, "of " + w(t.totalPages), 1)) : u("", !0)
12055
+ t.totalPages ? (o(), l("span", wh, "of " + w(t.totalPages), 1)) : u("", !0)
12068
12056
  ]),
12069
12057
  _: 1
12070
12058
  }),
@@ -12093,7 +12081,7 @@ function Ih(e, s, t, a, n, i) {
12093
12081
  ]),
12094
12082
  _: 1
12095
12083
  })
12096
- ], 64)) : i.hasRange ? (o(), l("span", Ch, [
12084
+ ], 64)) : i.hasRange ? (o(), l("span", Sh, [
12097
12085
  D("Showing entries "),
12098
12086
  f("span", null, w(t.itemRangeFrom) + " to " + w(t.itemRangeTo), 1),
12099
12087
  D(" of "),
@@ -12102,7 +12090,7 @@ function Ih(e, s, t, a, n, i) {
12102
12090
  ]),
12103
12091
  _: 1
12104
12092
  }, 8, ["style"]),
12105
- f("div", xh, [
12093
+ f("div", Ch, [
12106
12094
  p(e.$slots, "tabs", {}, void 0, !0)
12107
12095
  ]),
12108
12096
  t.showItemsPerPage && t.type == "paginated" ? (o(), b(c, {
@@ -12111,7 +12099,7 @@ function Ih(e, s, t, a, n, i) {
12111
12099
  class: "ecs-pagination-items"
12112
12100
  }, {
12113
12101
  default: S(() => [
12114
- Bh,
12102
+ xh,
12115
12103
  _(d, {
12116
12104
  modelValue: n.updatedItemsPerPageSelected,
12117
12105
  "onUpdate:modelValue": s[5] || (s[5] = (m) => n.updatedItemsPerPageSelected = m),
@@ -12124,7 +12112,7 @@ function Ih(e, s, t, a, n, i) {
12124
12112
  key: m,
12125
12113
  value: m,
12126
12114
  selected: m === t.itemsPerPageSelected
12127
- }, w(m), 9, zh))), 128))
12115
+ }, w(m), 9, Bh))), 128))
12128
12116
  ]),
12129
12117
  _: 1
12130
12118
  }, 8, ["modelValue", "disabled"])
@@ -12143,7 +12131,7 @@ function Ih(e, s, t, a, n, i) {
12143
12131
  })) : u("", !0)
12144
12132
  ], 2);
12145
12133
  }
12146
- const C_ = /* @__PURE__ */ v(_h, [["render", Ih], ["__scopeId", "data-v-ca016e63"]]), Eh = {
12134
+ const S_ = /* @__PURE__ */ v(bh, [["render", zh], ["__scopeId", "data-v-ca016e63"]]), Ih = {
12147
12135
  name: "ecs-party-entry",
12148
12136
  components: { EcsIcon: M, EcsSticker: Fe },
12149
12137
  props: {
@@ -12226,11 +12214,11 @@ const C_ = /* @__PURE__ */ v(_h, [["render", Ih], ["__scopeId", "data-v-ca016e63
12226
12214
  return "#000";
12227
12215
  }
12228
12216
  }
12229
- }, $h = {
12217
+ }, Eh = {
12230
12218
  key: 3,
12231
12219
  class: "ecs-party-entry-background"
12232
12220
  };
12233
- function Ph(e, s, t, a, n, i) {
12221
+ function $h(e, s, t, a, n, i) {
12234
12222
  const r = g("ecs-icon"), c = g("ecs-sticker");
12235
12223
  return o(), l("div", {
12236
12224
  class: h(["ecs-party-entry", [t.party, t.color && t.background ? "ecs-party-entry-colored" : ""]]),
@@ -12257,10 +12245,10 @@ function Ph(e, s, t, a, n, i) {
12257
12245
  style: x("margin-left:" + t.iconSpacing),
12258
12246
  size: t.iconSize
12259
12247
  }, null, 8, ["type", "color", "style", "size"])) : u("", !0),
12260
- t.background ? (o(), l("div", $h)) : u("", !0)
12248
+ t.background ? (o(), l("div", Eh)) : u("", !0)
12261
12249
  ], 6);
12262
12250
  }
12263
- const x_ = /* @__PURE__ */ v(Eh, [["render", Ph], ["__scopeId", "data-v-c6300895"]]), Th = {
12251
+ const C_ = /* @__PURE__ */ v(Ih, [["render", $h], ["__scopeId", "data-v-c6300895"]]), Ph = {
12264
12252
  name: "ecs-popover-header",
12265
12253
  components: { EcsIcon: M, EcsText: nt },
12266
12254
  props: {
@@ -12280,14 +12268,14 @@ const x_ = /* @__PURE__ */ v(Eh, [["render", Ph], ["__scopeId", "data-v-c6300895
12280
12268
  return !!this.$slots.default;
12281
12269
  }
12282
12270
  }
12283
- }, Mh = { class: "ecs-popover-header" }, Lh = { class: "ecs-popover-header-title" }, Oh = {
12271
+ }, Th = { class: "ecs-popover-header" }, Mh = { class: "ecs-popover-header-title" }, Lh = {
12284
12272
  key: 0,
12285
12273
  class: "ecs-popover-header-actions"
12286
12274
  };
12287
- function Ah(e, s, t, a, n, i) {
12275
+ function Oh(e, s, t, a, n, i) {
12288
12276
  const r = g("ecs-icon"), c = g("ecs-text");
12289
- return o(), l("header", Mh, [
12290
- f("div", Lh, [
12277
+ return o(), l("header", Th, [
12278
+ f("div", Mh, [
12291
12279
  t.icon ? (o(), b(r, {
12292
12280
  key: 0,
12293
12281
  type: t.icon,
@@ -12305,12 +12293,12 @@ function Ah(e, s, t, a, n, i) {
12305
12293
  _: 1
12306
12294
  })
12307
12295
  ]),
12308
- i.hasControls ? (o(), l("div", Oh, [
12296
+ i.hasControls ? (o(), l("div", Lh, [
12309
12297
  p(e.$slots, "default", {}, void 0, !0)
12310
12298
  ])) : u("", !0)
12311
12299
  ]);
12312
12300
  }
12313
- const B_ = /* @__PURE__ */ v(Th, [["render", Ah], ["__scopeId", "data-v-c7ef1a5a"]]), Nh = {
12301
+ const x_ = /* @__PURE__ */ v(Ph, [["render", Oh], ["__scopeId", "data-v-c7ef1a5a"]]), Ah = {
12314
12302
  props: {
12315
12303
  /** Turns the popover list headline into a sticky headline. This means it will always stay fixed at the top of a scroll container until another popover list headline reaches the top. */
12316
12304
  sticky: {
@@ -12318,11 +12306,11 @@ const B_ = /* @__PURE__ */ v(Th, [["render", Ah], ["__scopeId", "data-v-c7ef1a5a
12318
12306
  default: !1
12319
12307
  }
12320
12308
  }
12321
- }, Dh = {
12309
+ }, Nh = {
12322
12310
  key: 0,
12323
12311
  class: "ecs-popover-list-title-controls"
12324
12312
  };
12325
- function Rh(e, s, t, a, n, i) {
12313
+ function Dh(e, s, t, a, n, i) {
12326
12314
  return o(), l("li", {
12327
12315
  class: h(["ecs-popover-list-title", [t.sticky ? "ecs-popover-list-title-sticky" : "ecs-popover-list-title-default", t.sticky && e.$slots.controls ? "has-controls" : ""]]),
12328
12316
  role: "heading"
@@ -12330,12 +12318,12 @@ function Rh(e, s, t, a, n, i) {
12330
12318
  f("span", null, [
12331
12319
  p(e.$slots, "default", {}, void 0, !0)
12332
12320
  ]),
12333
- e.$slots.controls ? (o(), l("div", Dh, [
12321
+ e.$slots.controls ? (o(), l("div", Nh, [
12334
12322
  p(e.$slots, "controls", {}, void 0, !0)
12335
12323
  ])) : u("", !0)
12336
12324
  ], 2);
12337
12325
  }
12338
- const z_ = /* @__PURE__ */ v(Nh, [["render", Rh], ["__scopeId", "data-v-dcc071bc"]]), Fh = {
12326
+ const B_ = /* @__PURE__ */ v(Ah, [["render", Dh], ["__scopeId", "data-v-dcc071bc"]]), Rh = {
12339
12327
  name: "ecs-rating-star-read",
12340
12328
  components: { EcsSkeletonLoader: Ce },
12341
12329
  props: {
@@ -12366,8 +12354,8 @@ const z_ = /* @__PURE__ */ v(Nh, [["render", Rh], ["__scopeId", "data-v-dcc071bc
12366
12354
  return this.size && this.size !== "" ? `ecs-rating-read-${this.size}` : this.size;
12367
12355
  }
12368
12356
  }
12369
- }, Vh = ["aria-busy", "aria-label"], Hh = ["data-maximum", "data-rating"];
12370
- function qh(e, s, t, a, n, i) {
12357
+ }, Fh = ["aria-busy", "aria-label"], Vh = ["data-maximum", "data-rating"];
12358
+ function Hh(e, s, t, a, n, i) {
12371
12359
  const r = g("ecs-skeleton-loader");
12372
12360
  return o(), l("div", {
12373
12361
  class: h(["ecs-rating-read", [i.sizeClass]]),
@@ -12384,10 +12372,10 @@ function qh(e, s, t, a, n, i) {
12384
12372
  class: "ecs-stars-read",
12385
12373
  "data-maximum": t.maximum,
12386
12374
  "data-rating": t.rating
12387
- }, null, 8, Hh))
12388
- ], 10, Vh);
12375
+ }, null, 8, Vh))
12376
+ ], 10, Fh);
12389
12377
  }
12390
- const Wh = /* @__PURE__ */ v(Fh, [["render", qh], ["__scopeId", "data-v-8f28e1c1"]]), jh = {
12378
+ const qh = /* @__PURE__ */ v(Rh, [["render", Hh], ["__scopeId", "data-v-8f28e1c1"]]), Wh = {
12391
12379
  name: "ecs-rating-favorability",
12392
12380
  emits: ["click"],
12393
12381
  components: { EcsIcon: M, EcsSkeletonLoader: Ce },
@@ -12464,8 +12452,8 @@ const Wh = /* @__PURE__ */ v(Fh, [["render", qh], ["__scopeId", "data-v-8f28e1c1
12464
12452
  }
12465
12453
  }
12466
12454
  }
12467
- }, Uh = ["aria-busy"], Gh = ["title"];
12468
- function Kh(e, s, t, a, n, i) {
12455
+ }, jh = ["aria-busy"], Uh = ["title"];
12456
+ function Gh(e, s, t, a, n, i) {
12469
12457
  const r = g("ecs-icon"), c = g("ecs-skeleton-loader");
12470
12458
  return o(), l("div", {
12471
12459
  onClick: s[0] || (s[0] = (d) => e.$emit("click", d)),
@@ -12477,7 +12465,7 @@ function Kh(e, s, t, a, n, i) {
12477
12465
  title: i.labelText
12478
12466
  }, [
12479
12467
  _(r, { type: i.iconType }, null, 8, ["type"])
12480
- ], 10, Gh),
12468
+ ], 10, Uh),
12481
12469
  t.label ? (o(), l("span", {
12482
12470
  key: 0,
12483
12471
  class: h(["label", t.loading ? "loading" : ""])
@@ -12494,12 +12482,12 @@ function Kh(e, s, t, a, n, i) {
12494
12482
  width: 100,
12495
12483
  style: { width: "calc(100% - 30px)" }
12496
12484
  })) : u("", !0)
12497
- ], 10, Uh);
12485
+ ], 10, jh);
12498
12486
  }
12499
- const Yh = /* @__PURE__ */ v(jh, [["render", Kh], ["__scopeId", "data-v-359930b9"]]), Xh = {
12487
+ const Kh = /* @__PURE__ */ v(Wh, [["render", Gh], ["__scopeId", "data-v-359930b9"]]), Yh = {
12500
12488
  name: "ecs-quicklinks-link",
12501
12489
  emits: ["click", "input", "toggle"],
12502
- components: { EcsCheckbox: Vt, EcsRatingStarRead: Wh, EcsRatingFavorability: Yh, EcsSwitch: Ms, EcsIcon: M, EcsFocusRing: L },
12490
+ components: { EcsCheckbox: Vt, EcsRatingStarRead: qh, EcsRatingFavorability: Kh, EcsSwitch: Ms, EcsIcon: M, EcsFocusRing: L },
12503
12491
  props: {
12504
12492
  label: {
12505
12493
  type: String,
@@ -12558,17 +12546,17 @@ const Yh = /* @__PURE__ */ v(jh, [["render", Kh], ["__scopeId", "data-v-359930b9
12558
12546
  return this.active ? "active" : "subtle";
12559
12547
  }
12560
12548
  }
12561
- }, Zh = { class: "filter-description" }, Jh = {
12549
+ }, Xh = { class: "filter-description" }, Zh = {
12562
12550
  key: 0,
12563
12551
  class: "filter-count"
12564
- }, Qh = { style: { "margin-left": "12px" } }, ev = { class: "static-label" }, tv = {
12552
+ }, Jh = { style: { "margin-left": "12px" } }, Qh = { class: "static-label" }, ev = {
12565
12553
  key: 0,
12566
12554
  class: "filter-count"
12567
- }, sv = { key: 2 }, iv = {
12555
+ }, tv = { key: 2 }, sv = {
12568
12556
  key: 3,
12569
12557
  class: "filter-count"
12570
12558
  };
12571
- function nv(e, s, t, a, n, i) {
12559
+ function iv(e, s, t, a, n, i) {
12572
12560
  const r = g("ecs-icon"), c = g("ecs-focus-ring"), d = g("ecs-rating-favorability"), m = g("ecs-rating-star-read"), y = g("ecs-switch"), k = g("ecs-checkbox");
12573
12561
  return o(), l("li", {
12574
12562
  class: h(["ecs-quicklinks-link", [
@@ -12584,8 +12572,8 @@ function nv(e, s, t, a, n, i) {
12584
12572
  role: "button"
12585
12573
  }, [
12586
12574
  _(r, { type: t.icon }, null, 8, ["type"]),
12587
- f("span", Zh, w(t.label), 1),
12588
- t.count ? (o(), l("small", Jh, w(t.count), 1)) : u("", !0),
12575
+ f("span", Xh, w(t.label), 1),
12576
+ t.count ? (o(), l("small", Zh, w(t.count), 1)) : u("", !0),
12589
12577
  _(c)
12590
12578
  ])) : t.type === "favorability" ? (o(), l("div", {
12591
12579
  key: 1,
@@ -12600,10 +12588,10 @@ function nv(e, s, t, a, n, i) {
12600
12588
  label: !1,
12601
12589
  disabled: t.disabled || null
12602
12590
  }, null, 8, ["type", "rating", "disabled"]),
12603
- f("label", Qh, [
12604
- f("span", ev, w(t.label), 1)
12591
+ f("label", Jh, [
12592
+ f("span", Qh, w(t.label), 1)
12605
12593
  ]),
12606
- t.count ? (o(), l("small", tv, w(t.count), 1)) : u("", !0),
12594
+ t.count ? (o(), l("small", ev, w(t.count), 1)) : u("", !0),
12607
12595
  _(c)
12608
12596
  ])) : (o(), b(k, {
12609
12597
  key: 2,
@@ -12629,14 +12617,14 @@ function nv(e, s, t, a, n, i) {
12629
12617
  D(w(t.label), 1)
12630
12618
  ]),
12631
12619
  _: 1
12632
- }, 8, ["value", "disabled"])) : (o(), l("span", sv, w(t.label), 1)),
12633
- t.count ? (o(), l("small", iv, w(t.count), 1)) : u("", !0)
12620
+ }, 8, ["value", "disabled"])) : (o(), l("span", tv, w(t.label), 1)),
12621
+ t.count ? (o(), l("small", sv, w(t.count), 1)) : u("", !0)
12634
12622
  ]),
12635
12623
  _: 1
12636
12624
  }, 8, ["value", "value-false", "value-true", "disabled"]))
12637
12625
  ], 2);
12638
12626
  }
12639
- const I_ = /* @__PURE__ */ v(Xh, [["render", nv], ["__scopeId", "data-v-fe97cca0"]]), av = {
12627
+ const z_ = /* @__PURE__ */ v(Yh, [["render", iv], ["__scopeId", "data-v-fe97cca0"]]), nv = {
12640
12628
  name: "ecs-rating-star-write",
12641
12629
  emits: ["click"],
12642
12630
  props: {
@@ -12656,52 +12644,52 @@ const I_ = /* @__PURE__ */ v(Xh, [["render", nv], ["__scopeId", "data-v-fe97cca0
12656
12644
  default: 0
12657
12645
  }
12658
12646
  }
12659
- }, vt = (e) => (ye("data-v-37aaedf8"), e = e(), be(), e), ov = {
12647
+ }, vt = (e) => (ye("data-v-37aaedf8"), e = e(), be(), e), av = {
12660
12648
  key: 0,
12661
12649
  class: "ecs-rating-reset"
12662
- }, rv = { class: "ecs-rating-write" }, lv = ["checked"], cv = /* @__PURE__ */ vt(() => /* @__PURE__ */ f("i", null, null, -1)), dv = ["checked"], uv = /* @__PURE__ */ vt(() => /* @__PURE__ */ f("i", null, null, -1)), fv = ["checked"], gv = /* @__PURE__ */ vt(() => /* @__PURE__ */ f("i", null, null, -1)), mv = ["checked"], pv = /* @__PURE__ */ vt(() => /* @__PURE__ */ f("i", null, null, -1));
12663
- function hv(e, s, t, a, n, i) {
12650
+ }, ov = { class: "ecs-rating-write" }, rv = ["checked"], lv = /* @__PURE__ */ vt(() => /* @__PURE__ */ f("i", null, null, -1)), cv = ["checked"], dv = /* @__PURE__ */ vt(() => /* @__PURE__ */ f("i", null, null, -1)), uv = ["checked"], fv = /* @__PURE__ */ vt(() => /* @__PURE__ */ f("i", null, null, -1)), gv = ["checked"], mv = /* @__PURE__ */ vt(() => /* @__PURE__ */ f("i", null, null, -1));
12651
+ function pv(e, s, t, a, n, i) {
12664
12652
  return o(), l("div", {
12665
12653
  class: h(["ecs-rating-form", [t.large ? "ecs-rating-form-lg" : ""]])
12666
12654
  }, [
12667
- t.unrated ? (o(), l("button", ov)) : u("", !0),
12668
- f("div", rv, [
12655
+ t.unrated ? (o(), l("button", av)) : u("", !0),
12656
+ f("div", ov, [
12669
12657
  f("input", {
12670
12658
  type: "radio",
12671
12659
  value: "1",
12672
12660
  class: "star",
12673
12661
  onClick: s[0] || (s[0] = (r) => e.$emit("click", r)),
12674
12662
  checked: t.value == 1 || null
12675
- }, null, 8, lv),
12676
- cv,
12663
+ }, null, 8, rv),
12664
+ lv,
12677
12665
  f("input", {
12678
12666
  type: "radio",
12679
12667
  value: "2",
12680
12668
  class: "star",
12681
12669
  onClick: s[1] || (s[1] = (r) => e.$emit("click", r)),
12682
12670
  checked: t.value == 2 || null
12683
- }, null, 8, dv),
12684
- uv,
12671
+ }, null, 8, cv),
12672
+ dv,
12685
12673
  f("input", {
12686
12674
  type: "radio",
12687
12675
  value: "3",
12688
12676
  class: "star",
12689
12677
  onClick: s[2] || (s[2] = (r) => e.$emit("click", r)),
12690
12678
  checked: t.value == 3 || null
12691
- }, null, 8, fv),
12692
- gv,
12679
+ }, null, 8, uv),
12680
+ fv,
12693
12681
  f("input", {
12694
12682
  type: "radio",
12695
12683
  value: "4",
12696
12684
  class: "star",
12697
12685
  onClick: s[3] || (s[3] = (r) => e.$emit("click", r)),
12698
12686
  checked: t.value == 4 || null
12699
- }, null, 8, mv),
12700
- pv
12687
+ }, null, 8, gv),
12688
+ mv
12701
12689
  ])
12702
12690
  ], 2);
12703
12691
  }
12704
- const E_ = /* @__PURE__ */ v(av, [["render", hv], ["__scopeId", "data-v-37aaedf8"]]), vv = {
12692
+ const I_ = /* @__PURE__ */ v(nv, [["render", pv], ["__scopeId", "data-v-37aaedf8"]]), hv = {
12705
12693
  name: "ecs-section",
12706
12694
  props: {
12707
12695
  /** Adds a headline to the section. */
@@ -12750,11 +12738,11 @@ const E_ = /* @__PURE__ */ v(av, [["render", hv], ["__scopeId", "data-v-37aaedf8
12750
12738
  return `ecs-section-content-padding-${this.contentPadding}`;
12751
12739
  }
12752
12740
  }
12753
- }, yv = {
12741
+ }, vv = {
12754
12742
  key: 0,
12755
12743
  class: "ecs-section-controls"
12756
12744
  };
12757
- function bv(e, s, t, a, n, i) {
12745
+ function yv(e, s, t, a, n, i) {
12758
12746
  return o(), l("div", {
12759
12747
  class: h(["ecs-section", [
12760
12748
  t.borderTop ? "ecs-section-border-top" : "",
@@ -12768,7 +12756,7 @@ function bv(e, s, t, a, n, i) {
12768
12756
  class: h(["ecs-section-headline", [t.headlineBold ? "ecs-headline-section-bold" : "ecs-headline-section", e.$slots.controls ? "has-buttons" : ""]])
12769
12757
  }, [
12770
12758
  D(w(t.title) + " ", 1),
12771
- e.$slots.controls ? (o(), l("div", yv, [
12759
+ e.$slots.controls ? (o(), l("div", vv, [
12772
12760
  p(e.$slots, "controls", {}, void 0, !0)
12773
12761
  ])) : u("", !0)
12774
12762
  ], 2)) : u("", !0),
@@ -12782,7 +12770,7 @@ function bv(e, s, t, a, n, i) {
12782
12770
  ], 2)
12783
12771
  ], 2);
12784
12772
  }
12785
- const $_ = /* @__PURE__ */ v(vv, [["render", bv], ["__scopeId", "data-v-06167820"]]), _v = {
12773
+ const E_ = /* @__PURE__ */ v(hv, [["render", yv], ["__scopeId", "data-v-06167820"]]), bv = {
12786
12774
  name: "ecs-segments",
12787
12775
  emits: ["click"],
12788
12776
  components: { EcsIcon: M },
@@ -12823,8 +12811,8 @@ const $_ = /* @__PURE__ */ v(vv, [["render", bv], ["__scopeId", "data-v-06167820
12823
12811
  }
12824
12812
  }
12825
12813
  */
12826
- }, kv = ["for"], wv = ["name", "value", "id", "checked", "disabled", "onClick"], Sv = ["title"];
12827
- function Cv(e, s, t, a, n, i) {
12814
+ }, _v = ["for"], kv = ["name", "value", "id", "checked", "disabled", "onClick"], wv = ["title"];
12815
+ function Sv(e, s, t, a, n, i) {
12828
12816
  const r = g("ecs-icon");
12829
12817
  return o(), l("div", {
12830
12818
  class: h(["ecs-segments", [t.inline ? "ecs-segments-inline" : ""]])
@@ -12841,7 +12829,7 @@ function Cv(e, s, t, a, n, i) {
12841
12829
  checked: t.value == c.id || null,
12842
12830
  disabled: c.disabled || null,
12843
12831
  onClick: (d) => e.$emit("click", c.id)
12844
- }, null, 8, wv),
12832
+ }, null, 8, kv),
12845
12833
  f("span", {
12846
12834
  class: "ecs-segment",
12847
12835
  title: c.title
@@ -12854,11 +12842,11 @@ function Cv(e, s, t, a, n, i) {
12854
12842
  color: "#2F333C"
12855
12843
  }, null, 8, ["class", "type"])) : u("", !0),
12856
12844
  D(" " + w(c.label), 1)
12857
- ], 8, Sv)
12858
- ], 8, kv))), 128))
12845
+ ], 8, wv)
12846
+ ], 8, _v))), 128))
12859
12847
  ], 2);
12860
12848
  }
12861
- const P_ = /* @__PURE__ */ v(_v, [["render", Cv], ["__scopeId", "data-v-053b5298"]]), xv = {
12849
+ const $_ = /* @__PURE__ */ v(bv, [["render", Sv], ["__scopeId", "data-v-053b5298"]]), Cv = {
12862
12850
  name: "ecs-select-tile",
12863
12851
  emits: ["click"],
12864
12852
  components: {
@@ -12898,14 +12886,14 @@ const P_ = /* @__PURE__ */ v(_v, [["render", Cv], ["__scopeId", "data-v-053b5298
12898
12886
  default: !1
12899
12887
  }
12900
12888
  }
12901
- }, Bv = (e) => (ye("data-v-00e842c6"), e = e(), be(), e), zv = ["aria-checked", "tabindex"], Iv = /* @__PURE__ */ Bv(() => /* @__PURE__ */ f("div", { class: "select-check" }, null, -1)), Ev = {
12889
+ }, xv = (e) => (ye("data-v-00e842c6"), e = e(), be(), e), Bv = ["aria-checked", "tabindex"], zv = /* @__PURE__ */ xv(() => /* @__PURE__ */ f("div", { class: "select-check" }, null, -1)), Iv = {
12902
12890
  key: 1,
12903
12891
  class: "label"
12904
- }, $v = {
12892
+ }, Ev = {
12905
12893
  key: 2,
12906
12894
  class: "help"
12907
12895
  };
12908
- function Pv(e, s, t, a, n, i) {
12896
+ function $v(e, s, t, a, n, i) {
12909
12897
  const r = g("ecs-focus-ring");
12910
12898
  return o(), l("div", {
12911
12899
  onClick: s[0] || (s[0] = (c) => e.$emit("click", c)),
@@ -12918,32 +12906,32 @@ function Pv(e, s, t, a, n, i) {
12918
12906
  "aria-checked": t.selected ? "true" : "false",
12919
12907
  tabindex: t.disabled ? "-1" : "0"
12920
12908
  }, [
12921
- Iv,
12909
+ zv,
12922
12910
  t.illustration ? (o(), l("div", {
12923
12911
  key: 0,
12924
12912
  class: h(["illustration", t.illustration])
12925
12913
  }, null, 2)) : u("", !0),
12926
- t.label ? (o(), l("div", Ev, w(t.label), 1)) : u("", !0),
12927
- t.helpText ? (o(), l("div", $v, w(t.helpText), 1)) : u("", !0),
12914
+ t.label ? (o(), l("div", Iv, w(t.label), 1)) : u("", !0),
12915
+ t.helpText ? (o(), l("div", Ev, w(t.helpText), 1)) : u("", !0),
12928
12916
  _(r, {
12929
12917
  inset: -6,
12930
12918
  radius: 12
12931
12919
  })
12932
- ], 42, zv);
12920
+ ], 42, Bv);
12933
12921
  }
12934
- const T_ = /* @__PURE__ */ v(xv, [["render", Pv], ["__scopeId", "data-v-00e842c6"]]), Tv = {
12922
+ const P_ = /* @__PURE__ */ v(Cv, [["render", $v], ["__scopeId", "data-v-00e842c6"]]), Pv = {
12935
12923
  name: "ecs-sequence-map"
12936
- }, Mv = {
12924
+ }, Tv = {
12937
12925
  class: "ecs-sequence-map",
12938
12926
  role: "navigation",
12939
12927
  "aria-label": "Steps"
12940
12928
  };
12941
- function Lv(e, s, t, a, n, i) {
12942
- return o(), l("div", Mv, [
12929
+ function Mv(e, s, t, a, n, i) {
12930
+ return o(), l("div", Tv, [
12943
12931
  p(e.$slots, "default", {}, void 0, !0)
12944
12932
  ]);
12945
12933
  }
12946
- const M_ = /* @__PURE__ */ v(Tv, [["render", Lv], ["__scopeId", "data-v-69c3c73d"]]), Ov = {
12934
+ const T_ = /* @__PURE__ */ v(Pv, [["render", Mv], ["__scopeId", "data-v-69c3c73d"]]), Lv = {
12947
12935
  name: "ecs-sequence-map-button",
12948
12936
  emits: ["click"],
12949
12937
  components: { EcsIcon: M, EcsFocusRing: L },
@@ -12974,8 +12962,8 @@ const M_ = /* @__PURE__ */ v(Tv, [["render", Lv], ["__scopeId", "data-v-69c3c73d
12974
12962
  default: !1
12975
12963
  }
12976
12964
  }
12977
- }, Av = (e) => (ye("data-v-9fd5b3f7"), e = e(), be(), e), Nv = ["aria-busy"], Dv = { class: "count" }, Rv = /* @__PURE__ */ Av(() => /* @__PURE__ */ f("div", { class: "step-indicator" }, null, -1));
12978
- function Fv(e, s, t, a, n, i) {
12965
+ }, Ov = (e) => (ye("data-v-9fd5b3f7"), e = e(), be(), e), Av = ["aria-busy"], Nv = { class: "count" }, Dv = /* @__PURE__ */ Ov(() => /* @__PURE__ */ f("div", { class: "step-indicator" }, null, -1));
12966
+ function Rv(e, s, t, a, n, i) {
12979
12967
  const r = g("ecs-icon"), c = g("ecs-focus-ring");
12980
12968
  return o(), l("button", {
12981
12969
  onClick: s[0] || (s[0] = (d) => e.$emit("click", d)),
@@ -12987,7 +12975,7 @@ function Fv(e, s, t, a, n, i) {
12987
12975
  ]]),
12988
12976
  "aria-busy": t.loading || null
12989
12977
  }, [
12990
- f("span", Dv, [
12978
+ f("span", Nv, [
12991
12979
  D(w(t.step) + " ", 1),
12992
12980
  t.loading ? (o(), b(r, {
12993
12981
  key: 0,
@@ -12998,10 +12986,10 @@ function Fv(e, s, t, a, n, i) {
12998
12986
  ]),
12999
12987
  p(e.$slots, "default", {}, void 0, !0),
13000
12988
  _(c, { inset: 4 }),
13001
- Rv
13002
- ], 10, Nv);
12989
+ Dv
12990
+ ], 10, Av);
13003
12991
  }
13004
- const L_ = /* @__PURE__ */ v(Ov, [["render", Fv], ["__scopeId", "data-v-9fd5b3f7"]]), Vv = {
12992
+ const M_ = /* @__PURE__ */ v(Lv, [["render", Rv], ["__scopeId", "data-v-9fd5b3f7"]]), Fv = {
13005
12993
  name: "ecs-tab-bar",
13006
12994
  props: {
13007
12995
  /** Determines the visual style of the tab bar. `standard` are regular tabs, `sidebar` should only be used for the tab bar that controls sidebar tabs, `segment` is a tab bar that visually looks the same as an ecs-segment control, `sheet` should be used for table sheets, and `modal` for tabs that are inside ecs-modal headers. */
@@ -13026,7 +13014,7 @@ const L_ = /* @__PURE__ */ v(Ov, [["render", Fv], ["__scopeId", "data-v-9fd5b3f7
13026
13014
  }
13027
13015
  }
13028
13016
  };
13029
- function Hv(e, s, t, a, n, i) {
13017
+ function Vv(e, s, t, a, n, i) {
13030
13018
  return o(), l("div", {
13031
13019
  class: h(["ecs-tab-bar", [i.typeClass, i.directionClass]]),
13032
13020
  role: "tablist"
@@ -13034,7 +13022,7 @@ function Hv(e, s, t, a, n, i) {
13034
13022
  p(e.$slots, "default", {}, void 0, !0)
13035
13023
  ], 2);
13036
13024
  }
13037
- const qv = /* @__PURE__ */ v(Vv, [["render", Hv], ["__scopeId", "data-v-aadcd808"]]), Wv = {
13025
+ const Hv = /* @__PURE__ */ v(Fv, [["render", Vv], ["__scopeId", "data-v-aadcd808"]]), qv = {
13038
13026
  name: "ecs-tabs",
13039
13027
  props: {
13040
13028
  /** Sets the height of the tabs area to 100%. */
@@ -13044,18 +13032,18 @@ const qv = /* @__PURE__ */ v(Vv, [["render", Hv], ["__scopeId", "data-v-aadcd808
13044
13032
  }
13045
13033
  }
13046
13034
  };
13047
- function jv(e, s, t, a, n, i) {
13035
+ function Wv(e, s, t, a, n, i) {
13048
13036
  return o(), l("div", {
13049
13037
  class: h(["ecs-tab-content", [t.fill ? "ecs-tab-content-fill" : ""]])
13050
13038
  }, [
13051
13039
  p(e.$slots, "default", {}, void 0, !0)
13052
13040
  ], 2);
13053
13041
  }
13054
- const Uv = /* @__PURE__ */ v(Wv, [["render", jv], ["__scopeId", "data-v-0fe19168"]]), Gv = {
13042
+ const jv = /* @__PURE__ */ v(qv, [["render", Wv], ["__scopeId", "data-v-0fe19168"]]), Uv = {
13055
13043
  name: "ecs-sidebar",
13056
13044
  components: {
13057
- EcsTabBar: qv,
13058
- EcsTabs: Uv
13045
+ EcsTabBar: Hv,
13046
+ EcsTabs: jv
13059
13047
  },
13060
13048
  props: {
13061
13049
  /** Expands the sidebar. */
@@ -13086,14 +13074,14 @@ const Uv = /* @__PURE__ */ v(Wv, [["render", jv], ["__scopeId", "data-v-0fe19168
13086
13074
  return this.expanded ? "height: calc(100% - 10px)" : "height:" + (2 + 36 * this.tabCount) + "px";
13087
13075
  }
13088
13076
  }
13089
- }, Kv = { class: "ecs-sidebar-tabs" };
13090
- function Yv(e, s, t, a, n, i) {
13077
+ }, Gv = { class: "ecs-sidebar-tabs" };
13078
+ function Kv(e, s, t, a, n, i) {
13091
13079
  const r = g("ecs-tab-bar"), c = g("ecs-tabs");
13092
13080
  return o(), l("aside", {
13093
13081
  class: h(["ecs-sidebar", [i.sizeClass, i.expandClass]]),
13094
13082
  style: x(i.height)
13095
13083
  }, [
13096
- f("div", Kv, [
13084
+ f("div", Gv, [
13097
13085
  _(r, { type: "sidebar" }, {
13098
13086
  default: S(() => [
13099
13087
  p(e.$slots, "tab-buttons", {}, void 0, !0)
@@ -13109,7 +13097,7 @@ function Yv(e, s, t, a, n, i) {
13109
13097
  })
13110
13098
  ], 6);
13111
13099
  }
13112
- const O_ = /* @__PURE__ */ v(Gv, [["render", Yv], ["__scopeId", "data-v-5e877161"]]), Xv = {
13100
+ const L_ = /* @__PURE__ */ v(Uv, [["render", Kv], ["__scopeId", "data-v-6d793ceb"]]), Yv = {
13113
13101
  name: "ecs-sidebar-content",
13114
13102
  props: {
13115
13103
  /** Adds an inner padding to the content area. */
@@ -13124,7 +13112,7 @@ const O_ = /* @__PURE__ */ v(Gv, [["render", Yv], ["__scopeId", "data-v-5e877161
13124
13112
  }
13125
13113
  }
13126
13114
  };
13127
- function Zv(e, s, t, a, n, i) {
13115
+ function Xv(e, s, t, a, n, i) {
13128
13116
  return o(), l("div", {
13129
13117
  class: h(["ecs-sidebar-content scrollbar", [
13130
13118
  t.indent ? "ecs-sidebar-content-indent" : "",
@@ -13134,7 +13122,7 @@ function Zv(e, s, t, a, n, i) {
13134
13122
  p(e.$slots, "default", {}, void 0, !0)
13135
13123
  ], 2);
13136
13124
  }
13137
- const A_ = /* @__PURE__ */ v(Xv, [["render", Zv], ["__scopeId", "data-v-197087d5"]]), Jv = {
13125
+ const O_ = /* @__PURE__ */ v(Yv, [["render", Xv], ["__scopeId", "data-v-197087d5"]]), Zv = {
13138
13126
  name: "ecs-sidebar-footer",
13139
13127
  props: {
13140
13128
  /** Reduces the inner padding. */
@@ -13144,7 +13132,7 @@ const A_ = /* @__PURE__ */ v(Xv, [["render", Zv], ["__scopeId", "data-v-197087d5
13144
13132
  }
13145
13133
  }
13146
13134
  };
13147
- function Qv(e, s, t, a, n, i) {
13135
+ function Jv(e, s, t, a, n, i) {
13148
13136
  return o(), l("footer", {
13149
13137
  class: h(["ecs-sidebar-footer", [e.$slots.extension ? "has-extension" : ""]])
13150
13138
  }, [
@@ -13162,7 +13150,7 @@ function Qv(e, s, t, a, n, i) {
13162
13150
  ], 2)
13163
13151
  ], 2);
13164
13152
  }
13165
- const N_ = /* @__PURE__ */ v(Jv, [["render", Qv], ["__scopeId", "data-v-0c35a678"]]), ey = {
13153
+ const A_ = /* @__PURE__ */ v(Zv, [["render", Jv], ["__scopeId", "data-v-0c35a678"]]), Qv = {
13166
13154
  name: "ecs-sidebar-header",
13167
13155
  props: {
13168
13156
  /** Determines if the sub header area should be expanded. */
@@ -13181,29 +13169,29 @@ const N_ = /* @__PURE__ */ v(Jv, [["render", Qv], ["__scopeId", "data-v-0c35a678
13181
13169
  return this.$slots["primary-controls"] && this.$slots.default;
13182
13170
  }
13183
13171
  }
13184
- }, ty = { class: "ecs-sidebar-header" }, sy = {
13172
+ }, ey = { class: "ecs-sidebar-header" }, ty = {
13185
13173
  key: 0,
13186
13174
  class: "ecs-sidebar-header-row"
13187
- }, iy = { class: "ecs-sidebar-header-title" }, ny = { class: "ecs-sidebar-header-controls" }, ay = {
13175
+ }, sy = { class: "ecs-sidebar-header-title" }, iy = { class: "ecs-sidebar-header-controls" }, ny = {
13188
13176
  key: 0,
13189
13177
  class: "ecs-sidebar-header-row sub-header"
13190
- }, oy = {
13178
+ }, ay = {
13191
13179
  key: 0,
13192
13180
  class: "ecs-sidebar-header-row sub-header"
13193
13181
  };
13194
- function ry(e, s, t, a, n, i) {
13195
- return o(), l("header", ty, [
13196
- i.hasPrimaryRowContents ? (o(), l("div", sy, [
13197
- f("div", iy, [
13182
+ function oy(e, s, t, a, n, i) {
13183
+ return o(), l("header", ey, [
13184
+ i.hasPrimaryRowContents ? (o(), l("div", ty, [
13185
+ f("div", sy, [
13198
13186
  p(e.$slots, "default", {}, void 0, !0)
13199
13187
  ]),
13200
- f("div", ny, [
13188
+ f("div", iy, [
13201
13189
  p(e.$slots, "primary-controls", {}, void 0, !0)
13202
13190
  ])
13203
13191
  ])) : u("", !0),
13204
13192
  _(me, { name: "expansion" }, {
13205
13193
  default: S(() => [
13206
- t.subHeaderExpanded && e.$slots.subheader ? (o(), l("div", ay, [
13194
+ t.subHeaderExpanded && e.$slots.subheader ? (o(), l("div", ny, [
13207
13195
  p(e.$slots, "subheader", {}, void 0, !0)
13208
13196
  ])) : u("", !0)
13209
13197
  ]),
@@ -13211,7 +13199,7 @@ function ry(e, s, t, a, n, i) {
13211
13199
  }),
13212
13200
  _(me, { name: "expansion" }, {
13213
13201
  default: S(() => [
13214
- t.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (o(), l("div", oy, [
13202
+ t.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (o(), l("div", ay, [
13215
13203
  p(e.$slots, "tertiaryheader", {}, void 0, !0)
13216
13204
  ])) : u("", !0)
13217
13205
  ]),
@@ -13219,7 +13207,7 @@ function ry(e, s, t, a, n, i) {
13219
13207
  })
13220
13208
  ]);
13221
13209
  }
13222
- const D_ = /* @__PURE__ */ v(ey, [["render", ry], ["__scopeId", "data-v-7cdb47d7"]]), ly = {
13210
+ const N_ = /* @__PURE__ */ v(Qv, [["render", oy], ["__scopeId", "data-v-7cdb47d7"]]), ry = {
13223
13211
  name: "ecs-structured-content",
13224
13212
  props: {
13225
13213
  /** Wraps the right column into a separate row, leaving more space for each column. */
@@ -13228,23 +13216,23 @@ const D_ = /* @__PURE__ */ v(ey, [["render", ry], ["__scopeId", "data-v-7cdb47d7
13228
13216
  default: !1
13229
13217
  }
13230
13218
  }
13231
- }, cy = { class: "ecs-structured-content-left" }, dy = {
13219
+ }, ly = { class: "ecs-structured-content-left" }, cy = {
13232
13220
  key: 0,
13233
13221
  class: "ecs-structured-content-right"
13234
13222
  };
13235
- function uy(e, s, t, a, n, i) {
13223
+ function dy(e, s, t, a, n, i) {
13236
13224
  return o(), l("div", {
13237
13225
  class: h(["ecs-structured-content", t.vertical ? "ecs-structured-content-vertical" : ""])
13238
13226
  }, [
13239
- f("div", cy, [
13227
+ f("div", ly, [
13240
13228
  p(e.$slots, "default", {}, void 0, !0)
13241
13229
  ]),
13242
- e.$slots.extend ? (o(), l("div", dy, [
13230
+ e.$slots.extend ? (o(), l("div", cy, [
13243
13231
  p(e.$slots, "extend", {}, void 0, !0)
13244
13232
  ])) : u("", !0)
13245
13233
  ], 2);
13246
13234
  }
13247
- const R_ = /* @__PURE__ */ v(ly, [["render", uy], ["__scopeId", "data-v-cec887e2"]]), fy = {
13235
+ const D_ = /* @__PURE__ */ v(ry, [["render", dy], ["__scopeId", "data-v-cec887e2"]]), uy = {
13248
13236
  name: "ecs-swatches-picker",
13249
13237
  emits: ["update:modelValue"],
13250
13238
  props: {
@@ -13295,8 +13283,8 @@ const R_ = /* @__PURE__ */ v(ly, [["render", uy], ["__scopeId", "data-v-cec887e2
13295
13283
  this.selectedTitle = this.swatches[this.swatches.findIndex((e) => e.hex === this.selectedColor)].title;
13296
13284
  }
13297
13285
  }
13298
- }, gy = ["onClick", "onKeydown", "title", "aria-label", "aria-checked"];
13299
- function my(e, s, t, a, n, i) {
13286
+ }, fy = ["onClick", "onKeydown", "title", "aria-label", "aria-checked"];
13287
+ function gy(e, s, t, a, n, i) {
13300
13288
  return o(), l("div", {
13301
13289
  class: h(["ecs-swatches", i.sizeClass]),
13302
13290
  role: "radiogroup"
@@ -13315,10 +13303,10 @@ function my(e, s, t, a, n, i) {
13315
13303
  "aria-checked": n.selectedColor == r.hex ? "true" : "false",
13316
13304
  class: h(["ecs-swatches-color", n.selectedColor == r.hex ? "active" : ""]),
13317
13305
  style: x({ backgroundColor: r.hex, color: r.hex })
13318
- }, null, 46, gy))), 128))
13306
+ }, null, 46, fy))), 128))
13319
13307
  ], 2);
13320
13308
  }
13321
- const F_ = /* @__PURE__ */ v(fy, [["render", my], ["__scopeId", "data-v-74fe1e26"]]), py = {
13309
+ const R_ = /* @__PURE__ */ v(uy, [["render", gy], ["__scopeId", "data-v-74fe1e26"]]), my = {
13322
13310
  name: "ecs-tab",
13323
13311
  props: {
13324
13312
  /** Shows this tab. */
@@ -13351,17 +13339,17 @@ const F_ = /* @__PURE__ */ v(fy, [["render", my], ["__scopeId", "data-v-74fe1e26
13351
13339
  mounted() {
13352
13340
  !this.ariaLabeledBy || this.ariaLabeledBy.trim();
13353
13341
  }
13354
- }, hy = ["aria-labelledby"];
13355
- function vy(e, s, t, a, n, i) {
13342
+ }, py = ["aria-labelledby"];
13343
+ function hy(e, s, t, a, n, i) {
13356
13344
  return o(), l("div", {
13357
13345
  class: h(["ecs-tab-pane", [t.show ? "show" : "", t.flex ? "ecs-tab-pane-flex" : "", i.directionClass]]),
13358
13346
  role: "tabpanel",
13359
13347
  "aria-labelledby": t.ariaLabeledBy
13360
13348
  }, [
13361
13349
  p(e.$slots, "default", {}, void 0, !0)
13362
- ], 10, hy);
13350
+ ], 10, py);
13363
13351
  }
13364
- const V_ = /* @__PURE__ */ v(py, [["render", vy], ["__scopeId", "data-v-2c119fff"]]), yy = {
13352
+ const F_ = /* @__PURE__ */ v(my, [["render", hy], ["__scopeId", "data-v-2c119fff"]]), vy = {
13365
13353
  name: "ecs-tab-button",
13366
13354
  emits: ["click"],
13367
13355
  components: {
@@ -13437,11 +13425,11 @@ const V_ = /* @__PURE__ */ v(py, [["render", vy], ["__scopeId", "data-v-2c119fff
13437
13425
  }
13438
13426
  }
13439
13427
  }
13440
- }, by = (e) => (ye("data-v-dd796dff"), e = e(), be(), e), _y = ["disabled", "aria-selected", "aria-controls", "aria-label"], ky = {
13428
+ }, yy = (e) => (ye("data-v-dd796dff"), e = e(), be(), e), by = ["disabled", "aria-selected", "aria-controls", "aria-label"], _y = {
13441
13429
  key: 2,
13442
13430
  class: "shortcut"
13443
- }, wy = /* @__PURE__ */ by(() => /* @__PURE__ */ f("span", { class: "hover" }, null, -1));
13444
- function Sy(e, s, t, a, n, i) {
13431
+ }, ky = /* @__PURE__ */ yy(() => /* @__PURE__ */ f("span", { class: "hover" }, null, -1));
13432
+ function wy(e, s, t, a, n, i) {
13445
13433
  const r = g("ecs-icon"), c = g("ecs-sticker"), d = g("ecs-focus-ring");
13446
13434
  return o(), l("button", {
13447
13435
  class: h(["ecs-tab-button", [
@@ -13467,12 +13455,12 @@ function Sy(e, s, t, a, n, i) {
13467
13455
  type: t.sticker
13468
13456
  }, null, 8, ["type"])) : u("", !0),
13469
13457
  p(e.$slots, "default", {}, void 0, !0),
13470
- t.shortcut ? (o(), l("span", ky, w(t.shortcut), 1)) : u("", !0),
13458
+ t.shortcut ? (o(), l("span", _y, w(t.shortcut), 1)) : u("", !0),
13471
13459
  _(d, { inset: 0 }),
13472
- wy
13473
- ], 10, _y);
13460
+ ky
13461
+ ], 10, by);
13474
13462
  }
13475
- const H_ = /* @__PURE__ */ v(yy, [["render", Sy], ["__scopeId", "data-v-dd796dff"]]), Cy = {
13463
+ const V_ = /* @__PURE__ */ v(vy, [["render", wy], ["__scopeId", "data-v-dd796dff"]]), Sy = {
13476
13464
  name: "ecs-tag",
13477
13465
  emits: ["click"],
13478
13466
  components: { EcsSkeletonLoader: Ce, EcsFocusRing: L },
@@ -13551,11 +13539,11 @@ const H_ = /* @__PURE__ */ v(yy, [["render", Sy], ["__scopeId", "data-v-dd796dff
13551
13539
  this.$emit("click", e);
13552
13540
  }
13553
13541
  }
13554
- }, xy = ["role", "tabindex", "aria-busy"], By = ["title"], zy = {
13542
+ }, Cy = ["role", "tabindex", "aria-busy"], xy = ["title"], By = {
13555
13543
  key: 1,
13556
13544
  class: "count"
13557
13545
  };
13558
- function Iy(e, s, t, a, n, i) {
13546
+ function zy(e, s, t, a, n, i) {
13559
13547
  const r = g("ecs-skeleton-loader"), c = g("ecs-focus-ring");
13560
13548
  return o(), l("span", {
13561
13549
  class: h(["ecs-tag", [
@@ -13574,9 +13562,9 @@ function Iy(e, s, t, a, n, i) {
13574
13562
  key: 0,
13575
13563
  class: "path",
13576
13564
  title: t.path
13577
- }, w(i.truncatedPath), 9, By)) : u("", !0),
13565
+ }, w(i.truncatedPath), 9, xy)) : u("", !0),
13578
13566
  p(e.$slots, "default", {}, void 0, !0),
13579
- t.count ? (o(), l("span", zy, w(t.count), 1)) : u("", !0),
13567
+ t.count ? (o(), l("span", By, w(t.count), 1)) : u("", !0),
13580
13568
  t.loading ? (o(), b(r, {
13581
13569
  key: 2,
13582
13570
  type: "single",
@@ -13584,20 +13572,20 @@ function Iy(e, s, t, a, n, i) {
13584
13572
  style: { width: "calc(100% - 20px)" }
13585
13573
  })) : u("", !0),
13586
13574
  _(c)
13587
- ], 14, xy);
13575
+ ], 14, Cy);
13588
13576
  }
13589
- const q_ = /* @__PURE__ */ v(Cy, [["render", Iy], ["__scopeId", "data-v-877749ec"]]), Ey = {
13577
+ const H_ = /* @__PURE__ */ v(Sy, [["render", zy], ["__scopeId", "data-v-877749ec"]]), Iy = {
13590
13578
  name: "ecs-tag-cloud"
13591
- }, $y = {
13579
+ }, Ey = {
13592
13580
  class: "ecs-tag-cloud",
13593
13581
  role: "list"
13594
13582
  };
13595
- function Py(e, s, t, a, n, i) {
13596
- return o(), l("div", $y, [
13583
+ function $y(e, s, t, a, n, i) {
13584
+ return o(), l("div", Ey, [
13597
13585
  p(e.$slots, "default", {}, void 0, !0)
13598
13586
  ]);
13599
13587
  }
13600
- const W_ = /* @__PURE__ */ v(Ey, [["render", Py], ["__scopeId", "data-v-4334fe7e"]]), Ty = {
13588
+ const q_ = /* @__PURE__ */ v(Iy, [["render", $y], ["__scopeId", "data-v-4334fe7e"]]), Py = {
13601
13589
  name: "ecs-toast",
13602
13590
  emits: ["action"],
13603
13591
  components: { EcsFocusRing: L },
@@ -13620,7 +13608,7 @@ const W_ = /* @__PURE__ */ v(Ey, [["render", Py], ["__scopeId", "data-v-4334fe7e
13620
13608
  }
13621
13609
  }
13622
13610
  };
13623
- function My(e, s, t, a, n, i) {
13611
+ function Ty(e, s, t, a, n, i) {
13624
13612
  const r = g("ecs-focus-ring");
13625
13613
  return o(), l("div", {
13626
13614
  class: h(["ecs-toast", i.typeClass]),
@@ -13642,14 +13630,14 @@ function My(e, s, t, a, n, i) {
13642
13630
  ])) : u("", !0)
13643
13631
  ], 2);
13644
13632
  }
13645
- const j_ = /* @__PURE__ */ v(Ty, [["render", My], ["__scopeId", "data-v-86de0a28"]]), Ly = {
13633
+ const W_ = /* @__PURE__ */ v(Py, [["render", Ty], ["__scopeId", "data-v-86de0a28"]]), My = {
13646
13634
  name: "ecs-toasts"
13647
- }, Oy = {
13635
+ }, Ly = {
13648
13636
  class: "ecs-toasts",
13649
13637
  "aria-live": "polite"
13650
13638
  };
13651
- function Ay(e, s, t, a, n, i) {
13652
- return o(), l("div", Oy, [
13639
+ function Oy(e, s, t, a, n, i) {
13640
+ return o(), l("div", Ly, [
13653
13641
  _(ci, { name: "transition-toast" }, {
13654
13642
  default: S(() => [
13655
13643
  p(e.$slots, "default", {}, void 0, !0)
@@ -13658,7 +13646,7 @@ function Ay(e, s, t, a, n, i) {
13658
13646
  })
13659
13647
  ]);
13660
13648
  }
13661
- const U_ = /* @__PURE__ */ v(Ly, [["render", Ay], ["__scopeId", "data-v-451fee48"]]), Ny = {
13649
+ const j_ = /* @__PURE__ */ v(My, [["render", Oy], ["__scopeId", "data-v-451fee48"]]), Ay = {
13662
13650
  name: "ecs-transcript-state",
13663
13651
  emits: ["click"],
13664
13652
  components: {
@@ -13677,20 +13665,20 @@ const U_ = /* @__PURE__ */ v(Ly, [["render", Ay], ["__scopeId", "data-v-451fee48
13677
13665
  default: !1
13678
13666
  }
13679
13667
  }
13680
- }, Dy = ["aria-busy"], Ry = {
13668
+ }, Ny = ["aria-busy"], Dy = {
13681
13669
  key: 0,
13682
13670
  class: "healthy"
13683
- }, Fy = {
13671
+ }, Ry = {
13684
13672
  key: 1,
13685
13673
  class: "repairing"
13686
- }, Vy = {
13674
+ }, Fy = {
13687
13675
  key: 2,
13688
13676
  class: "corrupted"
13689
- }, Hy = {
13677
+ }, Vy = {
13690
13678
  key: 3,
13691
13679
  class: "loading"
13692
13680
  };
13693
- function qy(e, s, t, a, n, i) {
13681
+ function Hy(e, s, t, a, n, i) {
13694
13682
  const r = g("ecs-icon");
13695
13683
  return o(), l("div", {
13696
13684
  onClick: s[0] || (s[0] = (c) => e.$emit("click", c)),
@@ -13701,19 +13689,19 @@ function qy(e, s, t, a, n, i) {
13701
13689
  type: "toolbar-transcript",
13702
13690
  color: "#929AA9"
13703
13691
  }),
13704
- t.state == "healthy" ? (o(), l("div", Ry)) : u("", !0),
13705
- t.state == "repairing" ? (o(), l("div", Fy)) : u("", !0),
13706
- t.state == "corrupted" ? (o(), l("div", Vy)) : u("", !0),
13707
- t.state == "loading" ? (o(), l("span", Hy, [
13692
+ t.state == "healthy" ? (o(), l("div", Dy)) : u("", !0),
13693
+ t.state == "repairing" ? (o(), l("div", Ry)) : u("", !0),
13694
+ t.state == "corrupted" ? (o(), l("div", Fy)) : u("", !0),
13695
+ t.state == "loading" ? (o(), l("span", Vy, [
13708
13696
  _(r, {
13709
13697
  type: "loading",
13710
13698
  size: "18px",
13711
13699
  color: "#202127"
13712
13700
  })
13713
13701
  ])) : u("", !0)
13714
- ], 10, Dy);
13702
+ ], 10, Ny);
13715
13703
  }
13716
- const G_ = /* @__PURE__ */ v(Ny, [["render", qy], ["__scopeId", "data-v-9ceb80a6"]]), Wy = {
13704
+ const U_ = /* @__PURE__ */ v(Ay, [["render", Hy], ["__scopeId", "data-v-9ceb80a6"]]), qy = {
13717
13705
  name: "ecs-tree-list",
13718
13706
  props: {
13719
13707
  /** Optional unique ID for the list. */
@@ -13732,17 +13720,17 @@ const G_ = /* @__PURE__ */ v(Ny, [["render", qy], ["__scopeId", "data-v-9ceb80a6
13732
13720
  default: !1
13733
13721
  }
13734
13722
  }
13735
- }, jy = ["id", "role"];
13736
- function Uy(e, s, t, a, n, i) {
13723
+ }, Wy = ["id", "role"];
13724
+ function jy(e, s, t, a, n, i) {
13737
13725
  return o(), l("div", {
13738
13726
  class: h(["ecs-tree-view-list", { "ecs-tree-view-list-indent": t.indent }]),
13739
13727
  id: t.id,
13740
13728
  role: t.role
13741
13729
  }, [
13742
13730
  p(e.$slots, "default", {}, void 0, !0)
13743
- ], 10, jy);
13731
+ ], 10, Wy);
13744
13732
  }
13745
- const K_ = /* @__PURE__ */ v(Wy, [["render", Uy], ["__scopeId", "data-v-6af94f50"]]), Gy = {
13733
+ const G_ = /* @__PURE__ */ v(qy, [["render", jy], ["__scopeId", "data-v-6af94f50"]]), Uy = {
13746
13734
  name: "ecs-tree-list-item",
13747
13735
  emits: ["click", "toggled"],
13748
13736
  components: { EcsIcon: M, EcsButtonCollapse: Os, EcsFocusRing: L },
@@ -13869,14 +13857,14 @@ const K_ = /* @__PURE__ */ v(Wy, [["render", Uy], ["__scopeId", "data-v-6af94f50
13869
13857
  created() {
13870
13858
  this.expandId = this.generateUniqueId();
13871
13859
  }
13872
- }, Ky = ["tabindex"], Yy = {
13860
+ }, Gy = ["tabindex"], Ky = {
13873
13861
  key: 3,
13874
13862
  class: "ecs-tree-view-entry-control"
13875
- }, Xy = {
13863
+ }, Yy = {
13876
13864
  key: 5,
13877
13865
  class: "ecs-tree-view-entry-actions"
13878
- }, Zy = ["id", "aria-hidden"];
13879
- function Jy(e, s, t, a, n, i) {
13866
+ }, Xy = ["id", "aria-hidden"];
13867
+ function Zy(e, s, t, a, n, i) {
13880
13868
  const r = g("ecs-focus-ring"), c = g("ecs-button-collapse"), d = g("ecs-icon");
13881
13869
  return o(), l("div", null, [
13882
13870
  f("div", {
@@ -13911,7 +13899,7 @@ function Jy(e, s, t, a, n, i) {
13911
13899
  color: t.iconColor,
13912
13900
  size: i.iconSize
13913
13901
  }, null, 8, ["type", "color", "size"])) : u("", !0),
13914
- e.$slots.control ? (o(), l("div", Yy, [
13902
+ e.$slots.control ? (o(), l("div", Ky, [
13915
13903
  p(e.$slots, "control", {}, void 0, !0)
13916
13904
  ])) : u("", !0),
13917
13905
  f("span", {
@@ -13925,10 +13913,10 @@ function Jy(e, s, t, a, n, i) {
13925
13913
  onClick: s[1] || (s[1] = (m) => e.$emit("click", m)),
13926
13914
  class: "after-label"
13927
13915
  }, w(t.afterLabel), 1)) : u("", !0),
13928
- e.$slots.actions ? (o(), l("div", Xy, [
13916
+ e.$slots.actions ? (o(), l("div", Yy, [
13929
13917
  p(e.$slots, "actions", {}, void 0, !0)
13930
13918
  ])) : u("", !0)
13931
- ], 42, Ky),
13919
+ ], 42, Gy),
13932
13920
  e.$slots.collapse ? (o(), l("div", {
13933
13921
  key: 0,
13934
13922
  class: h(n.isVisible ? "collapse-show" : "collapse-hide"),
@@ -13936,21 +13924,21 @@ function Jy(e, s, t, a, n, i) {
13936
13924
  "aria-hidden": n.isVisible ? "false" : "true"
13937
13925
  }, [
13938
13926
  p(e.$slots, "collapse", {}, void 0, !0)
13939
- ], 10, Zy)) : u("", !0)
13927
+ ], 10, Xy)) : u("", !0)
13940
13928
  ]);
13941
13929
  }
13942
- const Y_ = /* @__PURE__ */ v(Gy, [["render", Jy], ["__scopeId", "data-v-b0532193"]]), Qy = {
13930
+ const K_ = /* @__PURE__ */ v(Uy, [["render", Zy], ["__scopeId", "data-v-b0532193"]]), Jy = {
13943
13931
  name: "ecs-tree-list-headline"
13944
- }, eb = { class: "ecs-tree-view-headline" };
13945
- function tb(e, s, t, a, n, i) {
13946
- return o(), l("div", eb, [
13932
+ }, Qy = { class: "ecs-tree-view-headline" };
13933
+ function eb(e, s, t, a, n, i) {
13934
+ return o(), l("div", Qy, [
13947
13935
  p(e.$slots, "default", {}, void 0, !0)
13948
13936
  ]);
13949
13937
  }
13950
- const X_ = /* @__PURE__ */ v(Qy, [["render", tb], ["__scopeId", "data-v-a5153e06"]]), sb = {
13938
+ const Y_ = /* @__PURE__ */ v(Jy, [["render", eb], ["__scopeId", "data-v-a5153e06"]]), tb = {
13951
13939
  name: "EcsTypeConfirmation",
13952
13940
  emits: ["update:modelValue"],
13953
- components: { EcsInput: nm, EcsAlert: ks, EcsFormGroup: Eg },
13941
+ components: { EcsInput: im, EcsAlert: ks, EcsFormGroup: Ig },
13954
13942
  mixins: [ue],
13955
13943
  props: {
13956
13944
  verb: {
@@ -13994,8 +13982,8 @@ const X_ = /* @__PURE__ */ v(Qy, [["render", tb], ["__scopeId", "data-v-a5153e06
13994
13982
  mounted() {
13995
13983
  this.uniqueId = "input-" + this.generateUniqueId();
13996
13984
  }
13997
- }, ib = ["for"], nb = { class: "ecs-type-confirmation-verb" }, ab = ["for"], ob = { class: "ecs-type-confirmation-verb" };
13998
- function rb(e, s, t, a, n, i) {
13985
+ }, sb = ["for"], ib = { class: "ecs-type-confirmation-verb" }, nb = ["for"], ab = { class: "ecs-type-confirmation-verb" };
13986
+ function ob(e, s, t, a, n, i) {
13999
13987
  const r = g("ecs-input"), c = g("ecs-form-group"), d = g("ecs-alert");
14000
13988
  return t.alertType != "none" ? (o(), b(d, {
14001
13989
  key: 0,
@@ -14006,7 +13994,7 @@ function rb(e, s, t, a, n, i) {
14006
13994
  p(e.$slots, "default", {}, void 0, !0),
14007
13995
  _(c, { class: "ecs-type-confirmation-input" }, {
14008
13996
  default: S(() => [
14009
- f("label", { for: n.uniqueId }, "To complete this action, please enter " + w(i.upperCaseVerb) + ":", 9, ib),
13997
+ f("label", { for: n.uniqueId }, "To complete this action, please enter " + w(i.upperCaseVerb) + ":", 9, sb),
14010
13998
  _(r, {
14011
13999
  modelValue: n.inputValue,
14012
14000
  "onUpdate:modelValue": s[0] || (s[0] = (m) => n.inputValue = m),
@@ -14015,7 +14003,7 @@ function rb(e, s, t, a, n, i) {
14015
14003
  id: n.uniqueId,
14016
14004
  style: { "text-transform": "uppercase" }
14017
14005
  }, null, 8, ["modelValue", "onInput", "error", "id"]),
14018
- f("span", nb, w(i.upperCaseVerb), 1)
14006
+ f("span", ib, w(i.upperCaseVerb), 1)
14019
14007
  ]),
14020
14008
  _: 1
14021
14009
  })
@@ -14026,7 +14014,7 @@ function rb(e, s, t, a, n, i) {
14026
14014
  class: "ecs-type-confirmation-input"
14027
14015
  }, {
14028
14016
  default: S(() => [
14029
- f("label", { for: n.uniqueId }, "To complete this action, please enter " + w(i.upperCaseVerb) + ":", 9, ab),
14017
+ f("label", { for: n.uniqueId }, "To complete this action, please enter " + w(i.upperCaseVerb) + ":", 9, nb),
14030
14018
  _(r, {
14031
14019
  modelValue: n.inputValue,
14032
14020
  "onUpdate:modelValue": s[1] || (s[1] = (m) => n.inputValue = m),
@@ -14035,12 +14023,12 @@ function rb(e, s, t, a, n, i) {
14035
14023
  id: n.uniqueId,
14036
14024
  style: { "text-transform": "uppercase" }
14037
14025
  }, null, 8, ["modelValue", "onInput", "error", "id"]),
14038
- f("span", ob, w(i.upperCaseVerb), 1)
14026
+ f("span", ab, w(i.upperCaseVerb), 1)
14039
14027
  ]),
14040
14028
  _: 1
14041
14029
  }));
14042
14030
  }
14043
- const Z_ = /* @__PURE__ */ v(sb, [["render", rb], ["__scopeId", "data-v-784286f6"]]), lb = {
14031
+ const X_ = /* @__PURE__ */ v(tb, [["render", ob], ["__scopeId", "data-v-784286f6"]]), rb = {
14044
14032
  name: "ecs-video",
14045
14033
  props: {
14046
14034
  /** URL to an optional poster image. */
@@ -14079,8 +14067,8 @@ const Z_ = /* @__PURE__ */ v(sb, [["render", rb], ["__scopeId", "data-v-784286f6
14079
14067
  }
14080
14068
  */
14081
14069
  }
14082
- }, cb = ["poster", "autoplay", "loop", "controls", "src"];
14083
- function db(e, s, t, a, n, i) {
14070
+ }, lb = ["poster", "autoplay", "loop", "controls", "src"];
14071
+ function cb(e, s, t, a, n, i) {
14084
14072
  return o(), l("video", {
14085
14073
  poster: t.posterImage,
14086
14074
  autoplay: t.autoplay,
@@ -14088,150 +14076,150 @@ function db(e, s, t, a, n, i) {
14088
14076
  controls: t.controls,
14089
14077
  class: "ecs-video",
14090
14078
  src: t.mp4Source
14091
- }, null, 8, cb);
14079
+ }, null, 8, lb);
14092
14080
  }
14093
- const J_ = /* @__PURE__ */ v(lb, [["render", db], ["__scopeId", "data-v-ce84fcb3"]]);
14081
+ const Z_ = /* @__PURE__ */ v(rb, [["render", cb], ["__scopeId", "data-v-ce84fcb3"]]);
14094
14082
  export {
14095
14083
  wi as EcsActionToolbar,
14096
14084
  ks as EcsAlert,
14097
- fb as EcsAudio,
14085
+ ub as EcsAudio,
14098
14086
  Mi as EcsAvatar,
14099
- gb as EcsBanner,
14100
- mb as EcsBreadcrumb,
14101
- pb as EcsBreadcrumbButton,
14102
- hb as EcsBreadcrumbTitle,
14103
- vb as EcsBulkSelector,
14087
+ fb as EcsBanner,
14088
+ gb as EcsBreadcrumb,
14089
+ mb as EcsBreadcrumbButton,
14090
+ pb as EcsBreadcrumbTitle,
14091
+ hb as EcsBulkSelector,
14104
14092
  Se as EcsButton,
14105
14093
  Os as EcsButtonCollapse,
14106
- bb as EcsButtonContext,
14107
- _b as EcsButtonContextGroup,
14108
- kb as EcsButtonDialog,
14109
- yb as EcsButtonGroup,
14094
+ yb as EcsButtonContext,
14095
+ bb as EcsButtonContextGroup,
14096
+ _b as EcsButtonDialog,
14097
+ vb as EcsButtonGroup,
14110
14098
  Ds as EcsButtonMore,
14111
14099
  Rs as EcsButtonTable,
14112
14100
  pt as EcsButtonToolbar,
14113
14101
  Ht as EcsButtonToolbarGroup,
14114
- wb as EcsButtonToolbarIcon,
14115
- Sb as EcsCard,
14102
+ kb as EcsButtonToolbarIcon,
14103
+ wb as EcsCard,
14116
14104
  Vt as EcsCheckbox,
14117
- Cb as EcsCitationLine,
14118
- Bb as EcsCollapse,
14119
- zb as EcsCollectionControl,
14105
+ Sb as EcsCitationLine,
14106
+ xb as EcsCollapse,
14107
+ Bb as EcsCollectionControl,
14120
14108
  bd as EcsColorPicker,
14121
- $b as EcsColorPickerInput,
14122
- Ib as EcsComment,
14123
- Eb as EcsCommentList,
14124
- xb as EcsContextMenu,
14125
- Pb as EcsDataCard,
14126
- Tb as EcsDataCardList,
14127
- Mb as EcsDataGrid,
14128
- Nb as EcsDataGridCell,
14129
- Ab as EcsDataGridGroup,
14130
- Ob as EcsDataGridHeadCell,
14131
- Gd as EcsDataGridRow,
14132
- Lb as EcsDataGridRowGroup,
14133
- Db as EcsDataList,
14134
- Rb as EcsDataListItem,
14135
- Fb as EcsDialog,
14136
- Vb as EcsDialogHeader,
14137
- Hb as EcsDirectoryEntry,
14138
- qb as EcsDocumentState,
14139
- Wb as EcsDonutChart,
14140
- jb as EcsDropzone,
14141
- mf as EcsEmptyState,
14142
- Ub as EcsEntryLink,
14143
- Gb as EcsExcerptSnippet,
14144
- Wu as EcsFavicon,
14109
+ Eb as EcsColorPickerInput,
14110
+ zb as EcsComment,
14111
+ Ib as EcsCommentList,
14112
+ Cb as EcsContextMenu,
14113
+ $b as EcsDataCard,
14114
+ Pb as EcsDataCardList,
14115
+ Tb as EcsDataGrid,
14116
+ Ab as EcsDataGridCell,
14117
+ Ob as EcsDataGridGroup,
14118
+ Lb as EcsDataGridHeadCell,
14119
+ Ud as EcsDataGridRow,
14120
+ Mb as EcsDataGridRowGroup,
14121
+ Nb as EcsDataList,
14122
+ Db as EcsDataListItem,
14123
+ Rb as EcsDialog,
14124
+ Fb as EcsDialogHeader,
14125
+ Vb as EcsDirectoryEntry,
14126
+ Hb as EcsDocumentState,
14127
+ qb as EcsDonutChart,
14128
+ Wb as EcsDropzone,
14129
+ gf as EcsEmptyState,
14130
+ jb as EcsEntryLink,
14131
+ Ub as EcsExcerptSnippet,
14132
+ qu as EcsFavicon,
14145
14133
  Ls as EcsFileIcon,
14146
- Yb as EcsFileList,
14147
- Xb as EcsFileListItem,
14148
- Kb as EcsFillIcon,
14149
- Zb as EcsFlag,
14150
- dg as EcsFlexCol,
14134
+ Kb as EcsFileList,
14135
+ Yb as EcsFileListItem,
14136
+ Gb as EcsFillIcon,
14137
+ Xb as EcsFlag,
14138
+ cg as EcsFlexCol,
14151
14139
  Te as EcsFlexRow,
14152
14140
  L as EcsFocusRing,
14153
- Jb as EcsFolderSelector,
14141
+ Zb as EcsFolderSelector,
14154
14142
  Ft as EcsFormCheck,
14155
- Eg as EcsFormGroup,
14156
- Qb as EcsFormHeadline,
14157
- e_ as EcsFormSet,
14143
+ Ig as EcsFormGroup,
14144
+ Jb as EcsFormHeadline,
14145
+ Qb as EcsFormSet,
14158
14146
  Fs as EcsFormatted,
14159
- t_ as EcsHighlight,
14147
+ e_ as EcsHighlight,
14160
14148
  M as EcsIcon,
14161
- s_ as EcsIndexToolbar,
14162
- i_ as EcsInfoTooltip,
14163
- nm as EcsInput,
14164
- n_ as EcsInputAddon,
14165
- pg as EcsInputClear,
14166
- a_ as EcsInputConnector,
14167
- o_ as EcsInputFloat,
14168
- r_ as EcsInputGroup,
14169
- bg as EcsInputSearch,
14170
- l_ as EcsJumperDocument,
14171
- c_ as EcsJumperIndex,
14172
- d_ as EcsJumperPage,
14173
- g_ as EcsLayoutDataTable,
14174
- f_ as EcsLayoutDirectory,
14175
- u_ as EcsLayoutIndex,
14176
- m_ as EcsLegendItem,
14177
- p_ as EcsLogMessage,
14178
- h_ as EcsMap,
14179
- v_ as EcsModal,
14180
- b_ as EcsModalFooter,
14181
- y_ as EcsModalHeader,
14182
- w_ as EcsMultiselectOption,
14183
- __ as EcsMultiselectSearchToken,
14184
- k_ as EcsMultiselectToken,
14185
- S_ as EcsOverlay,
14186
- C_ as EcsPagination,
14187
- Hm as EcsPane,
14188
- x_ as EcsPartyEntry,
14149
+ t_ as EcsIndexToolbar,
14150
+ s_ as EcsInfoTooltip,
14151
+ im as EcsInput,
14152
+ i_ as EcsInputAddon,
14153
+ mg as EcsInputClear,
14154
+ n_ as EcsInputConnector,
14155
+ a_ as EcsInputFloat,
14156
+ o_ as EcsInputGroup,
14157
+ yg as EcsInputSearch,
14158
+ r_ as EcsJumperDocument,
14159
+ l_ as EcsJumperIndex,
14160
+ c_ as EcsJumperPage,
14161
+ f_ as EcsLayoutDataTable,
14162
+ u_ as EcsLayoutDirectory,
14163
+ d_ as EcsLayoutIndex,
14164
+ g_ as EcsLegendItem,
14165
+ m_ as EcsLogMessage,
14166
+ p_ as EcsMap,
14167
+ h_ as EcsModal,
14168
+ y_ as EcsModalFooter,
14169
+ v_ as EcsModalHeader,
14170
+ k_ as EcsMultiselectOption,
14171
+ b_ as EcsMultiselectSearchToken,
14172
+ __ as EcsMultiselectToken,
14173
+ w_ as EcsOverlay,
14174
+ S_ as EcsPagination,
14175
+ Vm as EcsPane,
14176
+ C_ as EcsPartyEntry,
14189
14177
  Ts as EcsPopover,
14190
- B_ as EcsPopoverHeader,
14178
+ x_ as EcsPopoverHeader,
14191
14179
  ua as EcsPopoverList,
14192
- z_ as EcsPopoverListHeadline,
14180
+ B_ as EcsPopoverListHeadline,
14193
14181
  uo as EcsPopoverListItem,
14194
- yf as EcsProgress,
14195
- I_ as EcsQuicklink,
14182
+ vf as EcsProgress,
14183
+ z_ as EcsQuicklink,
14196
14184
  Ca as EcsRadiobutton,
14197
- Yh as EcsRatingFavorability,
14198
- Wh as EcsRatingStarRead,
14199
- E_ as EcsRatingStarWrite,
14200
- wg as EcsScrollContainer,
14201
- $_ as EcsSection,
14202
- P_ as EcsSegment,
14185
+ Kh as EcsRatingFavorability,
14186
+ qh as EcsRatingStarRead,
14187
+ I_ as EcsRatingStarWrite,
14188
+ kg as EcsScrollContainer,
14189
+ E_ as EcsSection,
14190
+ $_ as EcsSegment,
14203
14191
  js as EcsSelect,
14204
- Wp as EcsSelectText,
14205
- T_ as EcsSelectTile,
14192
+ qp as EcsSelectText,
14193
+ P_ as EcsSelectTile,
14206
14194
  yo as EcsSeparator,
14207
- M_ as EcsSequenceMap,
14208
- L_ as EcsSequenceMapButton,
14209
- O_ as EcsSidebar,
14210
- A_ as EcsSidebarContent,
14211
- N_ as EcsSidebarFooter,
14212
- D_ as EcsSidebarHeader,
14195
+ T_ as EcsSequenceMap,
14196
+ M_ as EcsSequenceMapButton,
14197
+ L_ as EcsSidebar,
14198
+ O_ as EcsSidebarContent,
14199
+ A_ as EcsSidebarFooter,
14200
+ N_ as EcsSidebarHeader,
14213
14201
  Ce as EcsSkeletonLoader,
14214
14202
  Da as EcsSortbutton,
14215
- qm as EcsSplitpanes,
14216
- Ru as EcsStateIcon,
14203
+ Hm as EcsSplitpanes,
14204
+ Du as EcsStateIcon,
14217
14205
  Fe as EcsSticker,
14218
- R_ as EcsStructuredContent,
14219
- F_ as EcsSwatchesPicker,
14206
+ D_ as EcsStructuredContent,
14207
+ R_ as EcsSwatchesPicker,
14220
14208
  Ms as EcsSwitch,
14221
- V_ as EcsTab,
14222
- qv as EcsTabBar,
14223
- H_ as EcsTabButton,
14224
- Uv as EcsTabs,
14225
- q_ as EcsTag,
14226
- W_ as EcsTagCloud,
14209
+ F_ as EcsTab,
14210
+ Hv as EcsTabBar,
14211
+ V_ as EcsTabButton,
14212
+ jv as EcsTabs,
14213
+ H_ as EcsTag,
14214
+ q_ as EcsTagCloud,
14227
14215
  nt as EcsText,
14228
- j_ as EcsToast,
14229
- U_ as EcsToasts,
14230
- Wg as EcsToolbar,
14231
- G_ as EcsTranscriptState,
14232
- K_ as EcsTreeList,
14233
- X_ as EcsTreeListHeadline,
14234
- Y_ as EcsTreeListItem,
14235
- Z_ as EcsTypeConfirmation,
14236
- J_ as EcsVideo
14216
+ W_ as EcsToast,
14217
+ j_ as EcsToasts,
14218
+ qg as EcsToolbar,
14219
+ U_ as EcsTranscriptState,
14220
+ G_ as EcsTreeList,
14221
+ Y_ as EcsTreeListHeadline,
14222
+ K_ as EcsTreeListItem,
14223
+ X_ as EcsTypeConfirmation,
14224
+ Z_ as EcsVideo
14237
14225
  };