@sysvale/cuida 3.74.0 → 3.74.2

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.
@@ -18533,6 +18533,11 @@ const xp = {
18533
18533
  return this.blackAndWhite ? "grayscale(100%)" : this.dimmed ? "grayscale(35%)" : "grayscale(0%)";
18534
18534
  }
18535
18535
  },
18536
+ watch: {
18537
+ src(t) {
18538
+ this.innerSrc = t;
18539
+ }
18540
+ },
18536
18541
  methods: {
18537
18542
  rounder: ff,
18538
18543
  imageSrcResolver() {
@@ -18541,11 +18546,11 @@ const xp = {
18541
18546
  }
18542
18547
  }, G_ = () => {
18543
18548
  wt((t) => ({
18544
- "5ba223ed": t.radiusResolver,
18545
- "162d6710": t.grayScaleResolver,
18546
- "6c3ce382": t.heightResolver,
18547
- "0b2f1f14": t.opacity,
18548
- "26a26417": t.widthResolver
18549
+ "711155cf": t.radiusResolver,
18550
+ "4bc73756": t.grayScaleResolver,
18551
+ fca7d538: t.heightResolver,
18552
+ "3ef28e58": t.opacity,
18553
+ a9172416: t.widthResolver
18549
18554
  }));
18550
18555
  }, K_ = xp.setup;
18551
18556
  xp.setup = K_ ? (t, e) => (G_(), K_(t, e)) : G_;
@@ -18558,7 +18563,7 @@ function sN(t, e, n, i, s, r) {
18558
18563
  onError: e[0] || (e[0] = (...a) => r.imageSrcResolver && r.imageSrcResolver(...a))
18559
18564
  }), null, 16, iN);
18560
18565
  }
18561
- const d1 = /* @__PURE__ */ fe(nN, [["render", sN], ["__scopeId", "data-v-44f14fbd"]]), Ha = (t, e) => Object.keys(t).some((n) => n === e);
18566
+ const d1 = /* @__PURE__ */ fe(nN, [["render", sN], ["__scopeId", "data-v-c332ce2b"]]), Ha = (t, e) => Object.keys(t).some((n) => n === e);
18562
18567
  const Sp = {
18563
18568
  components: {
18564
18569
  CdsBox: F1,
@@ -36570,6 +36575,14 @@ const jue = {
36570
36575
  default: null,
36571
36576
  required: !0
36572
36577
  },
36578
+ label: {
36579
+ type: String,
36580
+ default: "Label"
36581
+ },
36582
+ required: {
36583
+ type: Boolean,
36584
+ default: !1
36585
+ },
36573
36586
  options: {
36574
36587
  type: Array,
36575
36588
  default: () => [],
@@ -36623,15 +36636,22 @@ const jue = {
36623
36636
  immediate: !0
36624
36637
  }
36625
36638
  }
36626
- }, Uue = ["disabled", "for"], que = ["id", "value", "disabled"], Gue = ["for"], Kue = { class: "content-title" }, Zue = {
36639
+ }, Uue = { class: "radio-button__label" }, que = {
36640
+ key: 0,
36641
+ class: "radio-button__required"
36642
+ }, Gue = ["disabled", "for"], Kue = ["id", "value", "disabled"], Zue = ["for"], Xue = { class: "content-title" }, Jue = {
36627
36643
  key: 0,
36628
36644
  class: "content-body"
36629
36645
  };
36630
- function Xue(t, e, n, i, s, r) {
36646
+ function Que(t, e, n, i, s, r) {
36631
36647
  return y(), S("span", {
36632
36648
  class: "radio__button",
36633
36649
  style: $t(r.cssVars)
36634
36650
  }, [
36651
+ C("div", Uue, [
36652
+ C("span", null, j(n.label), 1),
36653
+ n.required && n.label ? (y(), S("span", que, " * ")) : U("", !0)
36654
+ ]),
36635
36655
  C("div", {
36636
36656
  class: B({ "button-group": n.inline })
36637
36657
  }, [
@@ -36651,23 +36671,23 @@ function Xue(t, e, n, i, s, r) {
36651
36671
  type: "radio",
36652
36672
  value: a.value,
36653
36673
  disabled: a.disabled || n.disabled
36654
- }, null, 8, que), [
36674
+ }, null, 8, Kue), [
36655
36675
  [uC, s.selected]
36656
36676
  ]),
36657
36677
  C("label", {
36658
36678
  class: "radio-button__content",
36659
36679
  for: `${t.$attrs.id || s.id}-${a.value}`
36660
36680
  }, [
36661
- C("div", Kue, j(a.text), 1),
36662
- n.allowsExpand ? (y(), S("div", Zue, j(a.body), 1)) : U("", !0)
36663
- ], 8, Gue)
36664
- ], 8, Uue)
36681
+ C("div", Xue, j(a.text), 1),
36682
+ n.allowsExpand ? (y(), S("div", Jue, j(a.body), 1)) : U("", !0)
36683
+ ], 8, Zue)
36684
+ ], 8, Gue)
36665
36685
  ], 6))), 128))
36666
36686
  ], 2)
36667
36687
  ], 4);
36668
36688
  }
36669
- const Jue = /* @__PURE__ */ fe(jue, [["render", Xue], ["__scopeId", "data-v-aec2308f"]]);
36670
- const Que = {
36689
+ const ede = /* @__PURE__ */ fe(jue, [["render", Que], ["__scopeId", "data-v-fbc88576"]]);
36690
+ const tde = {
36671
36691
  components: {
36672
36692
  CdsIcon: et,
36673
36693
  CdsLinkButton: n8
@@ -36719,8 +36739,8 @@ const Que = {
36719
36739
  this.internalValue = "", this.$emit("update:modelValue", "");
36720
36740
  }
36721
36741
  }
36722
- }, ede = ["value", "placeholder", "disabled"];
36723
- function tde(t, e, n, i, s, r) {
36742
+ }, nde = ["value", "placeholder", "disabled"];
36743
+ function ide(t, e, n, i, s, r) {
36724
36744
  const a = re("cds-icon");
36725
36745
  return y(), S("div", null, [
36726
36746
  C("div", {
@@ -36739,7 +36759,7 @@ function tde(t, e, n, i, s, r) {
36739
36759
  onFocus: e[0] || (e[0] = (o) => s.isBeingFocused = !0),
36740
36760
  onBlur: e[1] || (e[1] = (o) => s.isBeingFocused = !1),
36741
36761
  onInput: e[2] || (e[2] = (...o) => r.handleInput && r.handleInput(...o))
36742
- }, null, 42, ede),
36762
+ }, null, 42, nde),
36743
36763
  s.internalValue ? (y(), le(a, {
36744
36764
  key: 0,
36745
36765
  name: "x-outline",
@@ -36751,8 +36771,8 @@ function tde(t, e, n, i, s, r) {
36751
36771
  ], 2)
36752
36772
  ]);
36753
36773
  }
36754
- const nde = /* @__PURE__ */ fe(Que, [["render", tde], ["__scopeId", "data-v-280443cd"]]);
36755
- const ide = {
36774
+ const sde = /* @__PURE__ */ fe(tde, [["render", ide], ["__scopeId", "data-v-280443cd"]]);
36775
+ const rde = {
36756
36776
  components: {
36757
36777
  CdsIcon: et,
36758
36778
  CdsTooltip: D1
@@ -36784,10 +36804,10 @@ const ide = {
36784
36804
  this.activeSegment = t, this.$emit("click", this.activeSegment, e);
36785
36805
  }
36786
36806
  }
36787
- }, sde = { class: "segment-control" }, rde = ["onClick"], ade = { key: 1 };
36788
- function ode(t, e, n, i, s, r) {
36807
+ }, ade = { class: "segment-control" }, ode = ["onClick"], lde = { key: 1 };
36808
+ function cde(t, e, n, i, s, r) {
36789
36809
  const a = re("cds-icon"), o = re("cds-tooltip");
36790
- return y(), S("div", sde, [
36810
+ return y(), S("div", ade, [
36791
36811
  (y(!0), S(Oe, null, Be(n.segments, (c, d) => (y(), S("button", {
36792
36812
  key: d,
36793
36813
  class: B(["segment-control__button", {
@@ -36808,11 +36828,11 @@ function ode(t, e, n, i, s, r) {
36808
36828
  }, null, 8, ["name"])
36809
36829
  ]),
36810
36830
  _: 2
36811
- }, 1032, ["text"])) : (y(), S("span", ade, j(c), 1))
36812
- ], 10, rde))), 128))
36831
+ }, 1032, ["text"])) : (y(), S("span", lde, j(c), 1))
36832
+ ], 10, ode))), 128))
36813
36833
  ]);
36814
36834
  }
36815
- const lde = /* @__PURE__ */ fe(ide, [["render", ode]]);
36835
+ const ude = /* @__PURE__ */ fe(rde, [["render", cde]]);
36816
36836
  const cg = {
36817
36837
  components: {
36818
36838
  CdsIcon: et
@@ -37020,36 +37040,36 @@ const cg = {
37020
37040
  }));
37021
37041
  }, G4 = cg.setup;
37022
37042
  cg.setup = G4 ? (t, e) => (q4(), G4(t, e)) : q4;
37023
- const cde = cg, ude = (t) => (_r("data-v-a7d1088b"), t = t(), yr(), t), dde = {
37043
+ const dde = cg, hde = (t) => (_r("data-v-a7d1088b"), t = t(), yr(), t), fde = {
37024
37044
  ref: "cds-select",
37025
37045
  class: "select"
37026
- }, hde = {
37046
+ }, pde = {
37027
37047
  class: "label__content",
37028
37048
  for: "cds-select"
37029
- }, fde = {
37049
+ }, gde = {
37030
37050
  key: 0,
37031
37051
  class: "label__required-indicator"
37032
- }, pde = ["id", "onkeypress", "placeholder", "disabled", "readonly"], gde = {
37052
+ }, mde = ["id", "onkeypress", "placeholder", "disabled", "readonly"], vde = {
37033
37053
  key: 0,
37034
37054
  class: "option__container"
37035
- }, mde = ["onMouseover"], vde = {
37055
+ }, _de = ["onMouseover"], yde = {
37036
37056
  key: 1,
37037
37057
  class: "option__container"
37038
- }, _de = /* @__PURE__ */ ude(() => /* @__PURE__ */ C("li", { class: "option__text--muted" }, " Nenhuma op\xE7\xE3o encontrada ", -1)), yde = [
37039
- _de
37040
- ], bde = {
37058
+ }, bde = /* @__PURE__ */ hde(() => /* @__PURE__ */ C("li", { class: "option__text--muted" }, " Nenhuma op\xE7\xE3o encontrada ", -1)), wde = [
37059
+ bde
37060
+ ], xde = {
37041
37061
  key: 0,
37042
37062
  class: "select__error-message"
37043
37063
  };
37044
- function wde(t, e, n, i, s, r) {
37064
+ function Sde(t, e, n, i, s, r) {
37045
37065
  const a = re("cds-icon"), o = sn("cdstip");
37046
- return y(), S("div", dde, [
37066
+ return y(), S("div", fde, [
37047
37067
  C("label", {
37048
37068
  class: B(`select__${r.resolveLabel}`)
37049
37069
  }, [
37050
- C("div", hde, [
37070
+ C("div", pde, [
37051
37071
  C("span", null, j(n.label), 1),
37052
- n.required ? (y(), S("span", fde, " * ")) : U("", !0),
37072
+ n.required ? (y(), S("span", gde, " * ")) : U("", !0),
37053
37073
  n.tooltip ? ze((y(), le(a, {
37054
37074
  key: 1,
37055
37075
  name: n.tooltipIcon,
@@ -37084,7 +37104,7 @@ function wde(t, e, n, i, s, r) {
37084
37104
  onInput: e[5] || (e[5] = (...c) => r.filterOptions && r.filterOptions(...c)),
37085
37105
  onFocus: e[6] || (e[6] = (...c) => r.activeSelection && r.activeSelection(...c)),
37086
37106
  onBlur: e[7] || (e[7] = (...c) => r.hide && r.hide(...c))
37087
- }, null, 42, pde), [
37107
+ }, null, 42, mde), [
37088
37108
  [Li, s.localValue[n.optionsField]]
37089
37109
  ]),
37090
37110
  ze(C("div", {
@@ -37098,7 +37118,7 @@ function wde(t, e, n, i, s, r) {
37098
37118
  "select__options--up": s.direction === "up"
37099
37119
  }])
37100
37120
  }, [
37101
- s.localOptions.length > 0 ? (y(), S("ul", gde, [
37121
+ s.localOptions.length > 0 ? (y(), S("ul", vde, [
37102
37122
  (y(!0), S(Oe, null, Be(s.localOptions, (c, d) => (y(), S("li", {
37103
37123
  key: d,
37104
37124
  ref_for: !0,
@@ -37107,8 +37127,8 @@ function wde(t, e, n, i, s, r) {
37107
37127
  onMousedown: e[8] || (e[8] = (...h) => r.selectItem && r.selectItem(...h)),
37108
37128
  onMouseover: (h) => r.highlightOnMouseOver(d),
37109
37129
  onMouseout: e[9] || (e[9] = (h) => r.unhighlightOnMouseOut())
37110
- }, j(c[n.optionsField]), 41, mde))), 128))
37111
- ])) : (y(), S("ul", vde, yde))
37130
+ }, j(c[n.optionsField]), 41, _de))), 128))
37131
+ ])) : (y(), S("ul", yde, wde))
37112
37132
  ], 2), [
37113
37133
  [Qi, s.active]
37114
37134
  ]),
@@ -37116,10 +37136,10 @@ function wde(t, e, n, i, s, r) {
37116
37136
  class: B(s.active ? "select__chevron--opened" : "select__chevron--closed")
37117
37137
  }, null, 2)
37118
37138
  ], 2),
37119
- r.errorState && !n.disabled ? (y(), S("div", bde, j(n.errorMessage), 1)) : U("", !0)
37139
+ r.errorState && !n.disabled ? (y(), S("div", xde, j(n.errorMessage), 1)) : U("", !0)
37120
37140
  ], 512);
37121
37141
  }
37122
- const xde = /* @__PURE__ */ fe(cde, [["render", wde], ["__scopeId", "data-v-a7d1088b"]]);
37142
+ const kde = /* @__PURE__ */ fe(dde, [["render", Sde], ["__scopeId", "data-v-a7d1088b"]]);
37123
37143
  const ug = {
37124
37144
  components: {
37125
37145
  CdsIcon: et,
@@ -37272,11 +37292,11 @@ const ug = {
37272
37292
  }));
37273
37293
  }, Z4 = ug.setup;
37274
37294
  ug.setup = Z4 ? (t, e) => (K4(), Z4(t, e)) : K4;
37275
- const Sde = ug, kde = { class: "side-sheet__header" }, Cde = {
37295
+ const Cde = ug, Mde = { class: "side-sheet__header" }, Ode = {
37276
37296
  key: 0,
37277
37297
  class: "side-sheet__footer"
37278
37298
  };
37279
- function Mde(t, e, n, i, s, r) {
37299
+ function Dde(t, e, n, i, s, r) {
37280
37300
  const a = re("cds-icon"), o = re("cds-clickable"), c = re("cds-scrollable"), d = re("cds-button");
37281
37301
  return n.modelValue ? (y(), S("div", {
37282
37302
  key: 0,
@@ -37291,7 +37311,7 @@ function Mde(t, e, n, i, s, r) {
37291
37311
  }, [
37292
37312
  C("header", null, [
37293
37313
  se(t.$slots, "header", {}, () => [
37294
- C("div", kde, [
37314
+ C("div", Mde, [
37295
37315
  C("h3", null, j(n.title), 1),
37296
37316
  C("div", {
37297
37317
  class: "side-sheet__close-icon",
@@ -37317,7 +37337,7 @@ function Mde(t, e, n, i, s, r) {
37317
37337
  ]),
37318
37338
  _: 3
37319
37339
  }),
37320
- n.noFooter ? U("", !0) : (y(), S("footer", Cde, [
37340
+ n.noFooter ? U("", !0) : (y(), S("footer", Ode, [
37321
37341
  se(t.$slots, "footer", {}, () => [
37322
37342
  n.noCancelButton ? U("", !0) : (y(), le(d, {
37323
37343
  key: 0,
@@ -37339,8 +37359,8 @@ function Mde(t, e, n, i, s, r) {
37339
37359
  ])
37340
37360
  ])) : U("", !0);
37341
37361
  }
37342
- const Ode = /* @__PURE__ */ fe(Sde, [["render", Mde], ["__scopeId", "data-v-27402566"]]);
37343
- const Dde = {
37362
+ const Tde = /* @__PURE__ */ fe(Cde, [["render", Dde], ["__scopeId", "data-v-27402566"]]);
37363
+ const Ade = {
37344
37364
  props: {
37345
37365
  width: {
37346
37366
  type: String,
@@ -37361,13 +37381,13 @@ const Dde = {
37361
37381
  }
37362
37382
  }
37363
37383
  };
37364
- function Tde(t, e, n, i, s, r) {
37384
+ function $de(t, e, n, i, s, r) {
37365
37385
  return y(), S("div", {
37366
37386
  class: "skeleton__container",
37367
37387
  style: $t(r.computedStyle)
37368
37388
  }, null, 4);
37369
37389
  }
37370
- const Ade = /* @__PURE__ */ fe(Dde, [["render", Tde], ["__scopeId", "data-v-d39e7029"]]);
37390
+ const Ide = /* @__PURE__ */ fe(Ade, [["render", $de], ["__scopeId", "data-v-d39e7029"]]);
37371
37391
  (function() {
37372
37392
  try {
37373
37393
  if (typeof document < "u") {
@@ -37378,13 +37398,13 @@ const Ade = /* @__PURE__ */ fe(Dde, [["render", Tde], ["__scopeId", "data-v-d39e
37378
37398
  console.error("vite-plugin-css-injected-by-js", e);
37379
37399
  }
37380
37400
  })();
37381
- var $de = Object.defineProperty, Ide = (t, e, n) => e in t ? $de(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n, bn = (t, e, n) => (Ide(t, typeof e != "symbol" ? e + "" : e, n), n);
37401
+ var Pde = Object.defineProperty, Ede = (t, e, n) => e in t ? Pde(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n, bn = (t, e, n) => (Ede(t, typeof e != "symbol" ? e + "" : e, n), n);
37382
37402
  const dg = (t, e) => {
37383
37403
  const n = t.__vccOpts || t;
37384
37404
  for (const [i, s] of e)
37385
37405
  n[i] = s;
37386
37406
  return n;
37387
- }, Pde = {
37407
+ }, Vde = {
37388
37408
  emits: ["drag-start"],
37389
37409
  props: {
37390
37410
  value: {
@@ -37483,8 +37503,8 @@ const dg = (t, e) => {
37483
37503
  this.$emit("drag-start");
37484
37504
  }
37485
37505
  }
37486
- }, Ede = ["aria-valuetext"], Vde = { class: "vue-slider-dot-tooltip-text" };
37487
- function Lde(t, e, n, i, s, r) {
37506
+ }, Lde = ["aria-valuetext"], zde = { class: "vue-slider-dot-tooltip-text" };
37507
+ function Bde(t, e, n, i, s, r) {
37488
37508
  return y(), S("div", {
37489
37509
  ref: "dot",
37490
37510
  class: B(r.dotClasses),
@@ -37507,13 +37527,13 @@ function Lde(t, e, n, i, s, r) {
37507
37527
  class: B(r.tooltipInnerClasses),
37508
37528
  style: $t(n.tooltipStyle)
37509
37529
  }, [
37510
- C("span", Vde, j(r.tooltipValue), 1)
37530
+ C("span", zde, j(r.tooltipValue), 1)
37511
37531
  ], 6)
37512
37532
  ])
37513
37533
  ], 2)) : U("", !0)
37514
- ], 42, Ede);
37534
+ ], 42, Lde);
37515
37535
  }
37516
- const k8 = /* @__PURE__ */ dg(Pde, [["render", Lde]]), zde = {
37536
+ const k8 = /* @__PURE__ */ dg(Vde, [["render", Bde]]), Rde = {
37517
37537
  props: {
37518
37538
  mark: {
37519
37539
  type: Object,
@@ -37572,7 +37592,7 @@ const k8 = /* @__PURE__ */ dg(Pde, [["render", Lde]]), zde = {
37572
37592
  }
37573
37593
  }
37574
37594
  };
37575
- function Bde(t, e, n, i, s, r) {
37595
+ function Fde(t, e, n, i, s, r) {
37576
37596
  return y(), S("div", {
37577
37597
  class: B(r.marksClasses)
37578
37598
  }, [
@@ -37601,14 +37621,14 @@ function Bde(t, e, n, i, s, r) {
37601
37621
  ])
37602
37622
  ], 2);
37603
37623
  }
37604
- const C8 = /* @__PURE__ */ dg(zde, [["render", Bde]]), gc = (t) => typeof t == "number" ? `${t}px` : t, Rde = (t) => {
37624
+ const C8 = /* @__PURE__ */ dg(Rde, [["render", Fde]]), gc = (t) => typeof t == "number" ? `${t}px` : t, Nde = (t) => {
37605
37625
  const e = document.documentElement, n = document.body, i = t.getBoundingClientRect();
37606
37626
  return {
37607
37627
  y: i.top + (window.pageYOffset || e.scrollTop) - (e.clientTop || n.clientTop || 0),
37608
37628
  x: i.left + (window.pageXOffset || e.scrollLeft) - (e.clientLeft || n.clientLeft || 0)
37609
37629
  };
37610
- }, Fde = (t, e, n) => {
37611
- const i = "targetTouches" in t ? t.targetTouches[0] : t, s = Rde(e), r = {
37630
+ }, Hde = (t, e, n) => {
37631
+ const i = "targetTouches" in t ? t.targetTouches[0] : t, s = Nde(e), r = {
37612
37632
  x: i.pageX - s.x,
37613
37633
  y: i.pageY - s.y
37614
37634
  };
@@ -37616,7 +37636,7 @@ const C8 = /* @__PURE__ */ dg(zde, [["render", Bde]]), gc = (t) => typeof t == "
37616
37636
  x: n ? e.offsetWidth - r.x : r.x,
37617
37637
  y: n ? e.offsetHeight - r.y : r.y
37618
37638
  };
37619
- }, Nde = (t, e) => {
37639
+ }, Wde = (t, e) => {
37620
37640
  if (e.hook) {
37621
37641
  const n = e.hook(t);
37622
37642
  if (typeof n == "function")
@@ -37703,14 +37723,14 @@ class or {
37703
37723
  return Math.round(e * n);
37704
37724
  }
37705
37725
  }
37706
- const Hde = {
37726
+ const Yde = {
37707
37727
  1: 'The type of the "value" is illegal',
37708
37728
  2: 'The prop "interval" is invalid, "(max - min)" must be divisible by "interval"',
37709
37729
  3: 'The "value" must be greater than or equal to the "min".',
37710
37730
  4: 'The "value" must be less than or equal to the "max".',
37711
37731
  5: 'When "order" is false, the parameters "minRange", "maxRange", "fixed", "enabled" are invalid.'
37712
37732
  };
37713
- class Wde {
37733
+ class jde {
37714
37734
  constructor(e) {
37715
37735
  bn(this, "dotsPos", []), bn(this, "dotsValue", []), bn(this, "data"), bn(this, "enableCross"), bn(this, "fixed"), bn(this, "max"), bn(this, "min"), bn(this, "interval"), bn(this, "minRange"), bn(this, "maxRange"), bn(this, "order"), bn(this, "marks"), bn(this, "included"), bn(this, "process"), bn(this, "adsorb"), bn(this, "dotOptions"), bn(this, "onError"), bn(this, "cacheRangeDir", {}), this.data = e.data, this.max = e.max, this.min = e.min, this.interval = e.interval, this.order = e.order, this.marks = e.marks, this.included = e.included, this.process = e.process, this.adsorb = e.adsorb, this.dotOptions = e.dotOptions, this.onError = e.onError, this.order ? (this.minRange = e.minRange || 0, this.maxRange = e.maxRange || 0, this.enableCross = e.enableCross, this.fixed = e.fixed) : ((e.minRange || e.maxRange || !e.enableCross || e.fixed) && this.emitError(
37716
37736
  5
@@ -37870,7 +37890,7 @@ class Wde {
37870
37890
  ).multiply(100).toNumber() : 100;
37871
37891
  }
37872
37892
  emitError(e) {
37873
- this.onError && this.onError(e, Hde[e]);
37893
+ this.onError && this.onError(e, Yde[e]);
37874
37894
  }
37875
37895
  get processArray() {
37876
37896
  if (this.process) {
@@ -37928,7 +37948,7 @@ class Wde {
37928
37948
  return this.dotsValue.map((e) => this.getIndexByValue(e));
37929
37949
  }
37930
37950
  }
37931
- class Yde {
37951
+ class Ude {
37932
37952
  constructor(e) {
37933
37953
  bn(this, "map"), bn(this, "states", 0), this.map = e;
37934
37954
  }
@@ -37949,7 +37969,7 @@ const V0 = 4, Yn = {
37949
37969
  None: 0,
37950
37970
  Drag: 2,
37951
37971
  Focus: 4
37952
- }, jde = {
37972
+ }, qde = {
37953
37973
  emits: ["update:modelValue", "change", "drag-start", "drag-end", "dragging", "error"],
37954
37974
  components: {
37955
37975
  VueSliderDot: k8,
@@ -38141,7 +38161,7 @@ const V0 = 4, Yn = {
38141
38161
  data() {
38142
38162
  return {
38143
38163
  control: null,
38144
- states: new Yde(Yn),
38164
+ states: new Ude(Yn),
38145
38165
  scale: 1,
38146
38166
  focusDotIndex: 0
38147
38167
  };
@@ -38311,7 +38331,7 @@ const V0 = 4, Yn = {
38311
38331
  this.zoom !== void 0 && t.multiply(this.zoom), t.divide(100), this.scale = t.toNumber();
38312
38332
  },
38313
38333
  initControl() {
38314
- this.control = new Wde({
38334
+ this.control = new jde({
38315
38335
  value: this.modelValue,
38316
38336
  data: this.sliderData,
38317
38337
  enableCross: this.enableCross,
@@ -38460,7 +38480,7 @@ const V0 = 4, Yn = {
38460
38480
  keydownHandle(t) {
38461
38481
  if (!this.useKeyboard || !this.states.has(Yn.Focus))
38462
38482
  return !1;
38463
- const e = this.included && this.marks, n = Nde(t, {
38483
+ const e = this.included && this.marks, n = Wde(t, {
38464
38484
  direction: this.direction,
38465
38485
  max: e ? this.control.markList.length - 1 : this.control.total,
38466
38486
  min: 0,
@@ -38475,7 +38495,7 @@ const V0 = 4, Yn = {
38475
38495
  }
38476
38496
  },
38477
38497
  getPosByEvent(t) {
38478
- return Fde(t, this.$refs.rail, this.isReverse)[this.isHorizontal ? "x" : "y"] / this.scale;
38498
+ return Hde(t, this.$refs.rail, this.isReverse)[this.isHorizontal ? "x" : "y"] / this.scale;
38479
38499
  }
38480
38500
  },
38481
38501
  watch: {
@@ -38486,11 +38506,11 @@ const V0 = 4, Yn = {
38486
38506
  deep: !0
38487
38507
  }
38488
38508
  }
38489
- }, Ude = {
38509
+ }, Gde = {
38490
38510
  key: 0,
38491
38511
  class: "vue-slider-marks"
38492
38512
  };
38493
- function qde(t, e, n, i, s, r) {
38513
+ function Kde(t, e, n, i, s, r) {
38494
38514
  const a = re("VueSliderMark"), o = re("VueSliderDot");
38495
38515
  return y(), S("div", pn({
38496
38516
  ref: "container",
@@ -38512,7 +38532,7 @@ function qde(t, e, n, i, s, r) {
38512
38532
  style: $t(c.style)
38513
38533
  }, null, 4))
38514
38534
  ])), 256)),
38515
- r.sliderMarks ? (y(), S("div", Ude, [
38535
+ r.sliderMarks ? (y(), S("div", Gde, [
38516
38536
  (y(!0), S(Oe, null, Be(s.control.markList, (c, d) => se(t.$slots, "mark", pn({ ref_for: !0 }, { ...c }), () => [
38517
38537
  (y(), le(a, {
38518
38538
  key: `mark-${d}`,
@@ -38590,10 +38610,10 @@ function qde(t, e, n, i, s, r) {
38590
38610
  ], 4)
38591
38611
  ], 16);
38592
38612
  }
38593
- const hg = /* @__PURE__ */ dg(jde, [["render", qde]]);
38613
+ const hg = /* @__PURE__ */ dg(qde, [["render", Kde]]);
38594
38614
  hg.VueSliderMark = C8;
38595
38615
  hg.VueSliderDot = k8;
38596
- const Gde = {
38616
+ const Zde = {
38597
38617
  components: {
38598
38618
  vueSlider: hg
38599
38619
  },
@@ -38647,15 +38667,15 @@ const Gde = {
38647
38667
  mounted() {
38648
38668
  this.innerValue = this.modelValue;
38649
38669
  }
38650
- }, Kde = {
38670
+ }, Xde = {
38651
38671
  key: 0,
38652
38672
  class: /* @__PURE__ */ B([
38653
38673
  "merge-tooltip",
38654
38674
  "vue-slider-dot-tooltip-inner",
38655
38675
  "vue-slider-dot-tooltip-inner-top"
38656
38676
  ])
38657
- }, Zde = { key: 0 }, Xde = { key: 1 };
38658
- function Jde(t, e, n, i, s, r) {
38677
+ }, Jde = { key: 0 }, Qde = { key: 1 };
38678
+ function e1e(t, e, n, i, s, r) {
38659
38679
  const a = re("vue-slider");
38660
38680
  return y(), le(a, pn(r.attrs, {
38661
38681
  modelValue: s.innerValue,
@@ -38671,8 +38691,8 @@ function Jde(t, e, n, i, s, r) {
38671
38691
  class: "vue-slider-process",
38672
38692
  style: $t(o)
38673
38693
  }, [
38674
- r.showMergeTooltip ? (y(), S("div", Kde, [
38675
- s.innerValue[0] !== s.innerValue[1] ? (y(), S("span", Zde, j(s.innerValue[0]) + " - " + j(s.innerValue[1]), 1)) : (y(), S("span", Xde, j(s.innerValue[0]), 1))
38694
+ r.showMergeTooltip ? (y(), S("div", Xde, [
38695
+ s.innerValue[0] !== s.innerValue[1] ? (y(), S("span", Jde, j(s.innerValue[0]) + " - " + j(s.innerValue[1]), 1)) : (y(), S("span", Qde, j(s.innerValue[0]), 1))
38676
38696
  ])) : U("", !0)
38677
38697
  ], 4)
38678
38698
  ]),
@@ -38682,8 +38702,8 @@ function Jde(t, e, n, i, s, r) {
38682
38702
  _: 3
38683
38703
  }, 16, ["modelValue", "min", "max", "tooltip", "class"]);
38684
38704
  }
38685
- const Qde = /* @__PURE__ */ fe(Gde, [["render", Jde]]);
38686
- const e1e = {
38705
+ const t1e = /* @__PURE__ */ fe(Zde, [["render", e1e]]);
38706
+ const n1e = {
38687
38707
  components: {
38688
38708
  CdsIcon: et
38689
38709
  },
@@ -38751,10 +38771,10 @@ const e1e = {
38751
38771
  return e += t === this.internalValue ? "stepper__step-label--active" : "stepper__step-label--muted", e += this.vertical ? "" : " stepper__step-label--horizontal", e += this.disableOnClick ? "" : " stepper__step--clickable", e;
38752
38772
  }
38753
38773
  }
38754
- }, t1e = (t) => (_r("data-v-6046312d"), t = t(), yr(), t), n1e = { class: "stepper__edge" }, i1e = ["onClick"], s1e = ["id", "onClick"], r1e = {
38774
+ }, i1e = (t) => (_r("data-v-6046312d"), t = t(), yr(), t), s1e = { class: "stepper__edge" }, r1e = ["onClick"], a1e = ["id", "onClick"], o1e = {
38755
38775
  key: 2,
38756
38776
  class: "stepper__processing-icon"
38757
- }, a1e = /* @__PURE__ */ t1e(() => /* @__PURE__ */ C("svg", {
38777
+ }, l1e = /* @__PURE__ */ i1e(() => /* @__PURE__ */ C("svg", {
38758
38778
  width: "19",
38759
38779
  height: "22",
38760
38780
  viewBox: "0 0 19 22",
@@ -38765,16 +38785,16 @@ const e1e = {
38765
38785
  d: "M18.78 16.6325C17.738 18.0472 16.3457 19.1664 14.7402 19.8799C13.1346 20.5935 11.3709 20.8769 9.62259 20.7023C7.87428 20.5276 6.20151 19.901 4.76877 18.884C3.33604 17.867 2.19266 16.4945 1.45107 14.9017C0.709475 13.3089 0.395207 11.5504 0.539162 9.79934C0.683116 8.04824 1.28034 6.36474 2.2721 4.9144C3.26387 3.46406 4.61603 2.2968 6.19562 1.52741C7.77522 0.758019 9.52787 0.412981 11.2812 0.526225L10.6287 10.6288L18.78 16.6325Z",
38766
38786
  fill: "#3A7EDF"
38767
38787
  })
38768
- ], -1)), o1e = [
38769
- a1e
38770
- ], l1e = {
38788
+ ], -1)), c1e = [
38789
+ l1e
38790
+ ], u1e = {
38771
38791
  key: 3,
38772
38792
  class: "stepper__icon-text"
38773
- }, c1e = {
38793
+ }, d1e = {
38774
38794
  key: 0,
38775
38795
  class: "stepper__edge-container"
38776
- }, u1e = { class: "stepper__edge" };
38777
- function d1e(t, e, n, i, s, r) {
38796
+ }, h1e = { class: "stepper__edge" };
38797
+ function f1e(t, e, n, i, s, r) {
38778
38798
  const a = re("cds-icon");
38779
38799
  return y(), S("div", {
38780
38800
  class: B(n.vertical ? "stepper--vertical" : "stepper")
@@ -38782,7 +38802,7 @@ function d1e(t, e, n, i, s, r) {
38782
38802
  C("div", {
38783
38803
  class: B(n.vertical ? "stepper__edge-container--vertical" : "stepper__edge-container")
38784
38804
  }, [
38785
- C("div", n1e, [
38805
+ C("div", s1e, [
38786
38806
  C("div", {
38787
38807
  class: B(r.dividerStyle(-1))
38788
38808
  }, null, 2)
@@ -38798,7 +38818,7 @@ function d1e(t, e, n, i, s, r) {
38798
38818
  onClick: (d) => r.changeStep(c)
38799
38819
  }, [
38800
38820
  C("small", null, j(o.label), 1)
38801
- ], 10, i1e)) : U("", !0),
38821
+ ], 10, r1e)) : U("", !0),
38802
38822
  C("div", {
38803
38823
  id: `step-${c + 1}`,
38804
38824
  class: B(n.vertical ? "stepper__icon-container--vertical" : "stepper__icon-container"),
@@ -38817,12 +38837,12 @@ function d1e(t, e, n, i, s, r) {
38817
38837
  height: "32",
38818
38838
  width: "32",
38819
38839
  name: "x-outline"
38820
- })) : o.inProcessing ? (y(), S("div", r1e, o1e)) : (y(), S("span", l1e, j(c + 1), 1))
38840
+ })) : o.inProcessing ? (y(), S("div", o1e, c1e)) : (y(), S("span", u1e, j(c + 1), 1))
38821
38841
  ], 2),
38822
38842
  C("div", {
38823
38843
  class: B(r.dividerStyle(c))
38824
38844
  }, null, 2)
38825
- ], 10, s1e),
38845
+ ], 10, a1e),
38826
38846
  n.vertical ? U("", !0) : (y(), S("div", {
38827
38847
  key: 1,
38828
38848
  class: B(["stepper__step-label", r.labelStyle(c)])
@@ -38830,8 +38850,8 @@ function d1e(t, e, n, i, s, r) {
38830
38850
  C("small", null, j(o.label), 1)
38831
38851
  ], 2))
38832
38852
  ], 2))), 128)),
38833
- n.vertical ? U("", !0) : (y(), S("div", c1e, [
38834
- C("div", u1e, [
38853
+ n.vertical ? U("", !0) : (y(), S("div", d1e, [
38854
+ C("div", h1e, [
38835
38855
  C("div", {
38836
38856
  class: B(r.dividerStyle(-1))
38837
38857
  }, null, 2)
@@ -38839,7 +38859,7 @@ function d1e(t, e, n, i, s, r) {
38839
38859
  ]))
38840
38860
  ], 2);
38841
38861
  }
38842
- const h1e = /* @__PURE__ */ fe(e1e, [["render", d1e], ["__scopeId", "data-v-6046312d"]]);
38862
+ const p1e = /* @__PURE__ */ fe(n1e, [["render", f1e], ["__scopeId", "data-v-6046312d"]]);
38843
38863
  var M8 = { exports: {} };
38844
38864
  (function(t) {
38845
38865
  t.exports = function(e) {
@@ -39381,12 +39401,12 @@ var M8 = { exports: {} };
39381
39401
  }
39382
39402
  });
39383
39403
  })(M8);
39384
- const f1e = [
39404
+ const g1e = [
39385
39405
  "valid",
39386
39406
  "invalid",
39387
39407
  "default"
39388
- ], O8 = (t) => f1e.includes(t);
39389
- const p1e = {
39408
+ ], O8 = (t) => g1e.includes(t);
39409
+ const m1e = {
39390
39410
  components: {
39391
39411
  IconButton: r8
39392
39412
  },
@@ -39423,10 +39443,10 @@ const p1e = {
39423
39443
  t !== this.modelValue && this.$emit("update:modelValue", t);
39424
39444
  }
39425
39445
  }
39426
- }, g1e = { class: "mobile__container" }, m1e = ["disabled"];
39427
- function v1e(t, e, n, i, s, r) {
39446
+ }, v1e = { class: "mobile__container" }, _1e = ["disabled"];
39447
+ function y1e(t, e, n, i, s, r) {
39428
39448
  const a = re("icon-button");
39429
- return y(), S("div", g1e, [
39449
+ return y(), S("div", v1e, [
39430
39450
  ze(C("input", {
39431
39451
  id: "mobile-stepper-input",
39432
39452
  "onUpdate:modelValue": e[0] || (e[0] = (o) => s.internalValue = o),
@@ -39434,7 +39454,7 @@ function v1e(t, e, n, i, s, r) {
39434
39454
  placeholder: "0",
39435
39455
  type: "number",
39436
39456
  disabled: n.disabled
39437
- }, null, 10, m1e), [
39457
+ }, null, 10, _1e), [
39438
39458
  [Li, s.internalValue]
39439
39459
  ]),
39440
39460
  H(a, {
@@ -39451,14 +39471,14 @@ function v1e(t, e, n, i, s, r) {
39451
39471
  }, null, 8, ["disabled"])
39452
39472
  ]);
39453
39473
  }
39454
- const _1e = /* @__PURE__ */ fe(p1e, [["render", v1e], ["__scopeId", "data-v-8b05e4e4"]]);
39455
- const y1e = M8.exports.longClickDirective({ delay: 400, interval: 50 }), fg = {
39474
+ const b1e = /* @__PURE__ */ fe(m1e, [["render", y1e], ["__scopeId", "data-v-8b05e4e4"]]);
39475
+ const w1e = M8.exports.longClickDirective({ delay: 400, interval: 50 }), fg = {
39456
39476
  components: {
39457
39477
  CdsIcon: et,
39458
- MobileStepperInput: _1e
39478
+ MobileStepperInput: b1e
39459
39479
  },
39460
39480
  directives: {
39461
- longclick: y1e
39481
+ longclick: w1e
39462
39482
  },
39463
39483
  props: {
39464
39484
  modelValue: {
@@ -39544,29 +39564,29 @@ const y1e = M8.exports.longClickDirective({ delay: 400, interval: 50 }), fg = {
39544
39564
  }));
39545
39565
  }, J4 = fg.setup;
39546
39566
  fg.setup = J4 ? (t, e) => (X4(), J4(t, e)) : X4;
39547
- const b1e = fg, w1e = { key: 0 }, x1e = {
39567
+ const x1e = fg, S1e = { key: 0 }, k1e = {
39548
39568
  key: 1,
39549
39569
  class: "stepper-input__label"
39550
- }, S1e = {
39570
+ }, C1e = {
39551
39571
  class: "label__content",
39552
39572
  for: "stepper-input"
39553
- }, k1e = {
39573
+ }, M1e = {
39554
39574
  key: 0,
39555
39575
  class: "label__required-indicator"
39556
- }, C1e = ["disabled"], M1e = { class: "stepper-input__icon-container" }, O1e = ["disabled"], D1e = ["disabled"], T1e = {
39576
+ }, O1e = ["disabled"], D1e = { class: "stepper-input__icon-container" }, T1e = ["disabled"], A1e = ["disabled"], $1e = {
39557
39577
  key: 2,
39558
39578
  class: "stepper-input__error-message"
39559
39579
  };
39560
- function A1e(t, e, n, i, s, r) {
39580
+ function I1e(t, e, n, i, s, r) {
39561
39581
  const a = re("mobile-stepper-input"), o = re("cds-icon"), c = sn("longclick");
39562
39582
  return y(), S("div", null, [
39563
39583
  C("span", null, [
39564
- r.hasSlots ? (y(), S("span", w1e, [
39584
+ r.hasSlots ? (y(), S("span", S1e, [
39565
39585
  se(t.$slots, "label", {}, void 0, !0)
39566
- ])) : (y(), S("label", x1e, [
39567
- C("div", S1e, [
39586
+ ])) : (y(), S("label", k1e, [
39587
+ C("div", C1e, [
39568
39588
  C("span", null, j(n.label), 1),
39569
- n.required ? (y(), S("span", k1e, " * ")) : U("", !0)
39589
+ n.required ? (y(), S("span", M1e, " * ")) : U("", !0)
39570
39590
  ])
39571
39591
  ]))
39572
39592
  ]),
@@ -39590,10 +39610,10 @@ function A1e(t, e, n, i, s, r) {
39590
39610
  type: "number",
39591
39611
  onFocus: e[4] || (e[4] = (d) => s.isBeingFocused = !0),
39592
39612
  onBlur: e[5] || (e[5] = (d) => s.isBeingFocused = !1)
39593
- }, null, 42, C1e), [
39613
+ }, null, 42, O1e), [
39594
39614
  [Li, s.internalValue]
39595
39615
  ]),
39596
- C("div", M1e, [
39616
+ C("div", D1e, [
39597
39617
  ze((y(), S("button", {
39598
39618
  disabled: n.disabled,
39599
39619
  class: "stepper-input__icon--plus",
@@ -39607,7 +39627,7 @@ function A1e(t, e, n, i, s, r) {
39607
39627
  width: "16",
39608
39628
  name: "plus-outline"
39609
39629
  })
39610
- ], 40, O1e)), [
39630
+ ], 40, T1e)), [
39611
39631
  [c, () => r.changeValue(1)]
39612
39632
  ]),
39613
39633
  ze((y(), S("button", {
@@ -39623,16 +39643,16 @@ function A1e(t, e, n, i, s, r) {
39623
39643
  width: "16",
39624
39644
  name: "minus-outline"
39625
39645
  })
39626
- ], 40, D1e)), [
39646
+ ], 40, A1e)), [
39627
39647
  [c, () => r.changeValue(-1)]
39628
39648
  ])
39629
39649
  ])
39630
39650
  ], 2)),
39631
- r.errorState && !n.disabled ? (y(), S("div", T1e, j(n.errorMessage), 1)) : U("", !0)
39651
+ r.errorState && !n.disabled ? (y(), S("div", $1e, j(n.errorMessage), 1)) : U("", !0)
39632
39652
  ]);
39633
39653
  }
39634
- const $1e = /* @__PURE__ */ fe(b1e, [["render", A1e], ["__scopeId", "data-v-6efa30d2"]]);
39635
- const I1e = {
39654
+ const P1e = /* @__PURE__ */ fe(x1e, [["render", I1e], ["__scopeId", "data-v-6efa30d2"]]);
39655
+ const E1e = {
39636
39656
  props: {
39637
39657
  modelValue: {
39638
39658
  type: Boolean,
@@ -39681,8 +39701,8 @@ const I1e = {
39681
39701
  this.$emit("update:modelValue", !this.isActive);
39682
39702
  }
39683
39703
  }
39684
- }, P1e = ["disabled"];
39685
- function E1e(t, e, n, i, s, r) {
39704
+ }, V1e = ["disabled"];
39705
+ function L1e(t, e, n, i, s, r) {
39686
39706
  return y(), S("div", null, [
39687
39707
  C("label", {
39688
39708
  class: B(["switch", r.toggleSwitchSize])
@@ -39692,7 +39712,7 @@ function E1e(t, e, n, i, s, r) {
39692
39712
  type: "checkbox",
39693
39713
  disabled: n.disabled,
39694
39714
  onClick: e[1] || (e[1] = (...a) => r.handleClick && r.handleClick(...a))
39695
- }, null, 8, P1e), [
39715
+ }, null, 8, V1e), [
39696
39716
  [ly, s.isActive]
39697
39717
  ]),
39698
39718
  C("span", {
@@ -39713,7 +39733,7 @@ function E1e(t, e, n, i, s, r) {
39713
39733
  ], 2)
39714
39734
  ]);
39715
39735
  }
39716
- const V1e = /* @__PURE__ */ fe(I1e, [["render", E1e], ["__scopeId", "data-v-69ace31c"]]);
39736
+ const z1e = /* @__PURE__ */ fe(E1e, [["render", L1e], ["__scopeId", "data-v-69ace31c"]]);
39717
39737
  const pg = {
39718
39738
  components: {
39719
39739
  CdsCheckbox: N1,
@@ -39866,11 +39886,11 @@ const pg = {
39866
39886
  }));
39867
39887
  }, ey = pg.setup;
39868
39888
  pg.setup = ey ? (t, e) => (Q4(), ey(t, e)) : Q4;
39869
- const L1e = pg, z1e = { class: "table__container" }, B1e = { class: "table__header" }, R1e = { class: "table__header-item-content" }, F1e = ["width"];
39870
- function N1e(t, e, n, i, s, r) {
39889
+ const B1e = pg, R1e = { class: "table__container" }, F1e = { class: "table__header" }, N1e = { class: "table__header-item-content" }, H1e = ["width"];
39890
+ function W1e(t, e, n, i, s, r) {
39871
39891
  const a = re("cds-checkbox"), o = re("cds-icon"), c = re("cds-clickable");
39872
- return y(), S("table", z1e, [
39873
- C("tr", B1e, [
39892
+ return y(), S("table", R1e, [
39893
+ C("tr", F1e, [
39874
39894
  n.allowSelection ? (y(), S("th", {
39875
39895
  key: 0,
39876
39896
  class: B(["table__select-item", r.resolveHeaderItemClass(0)])
@@ -39891,7 +39911,7 @@ function N1e(t, e, n, i, s, r) {
39891
39911
  key: h,
39892
39912
  class: B(r.resolveHeaderItemClass(h))
39893
39913
  }, [
39894
- C("div", R1e, [
39914
+ C("div", N1e, [
39895
39915
  r.hasSlot(t.$slots, "header-item") ? se(t.$slots, "header-item", {
39896
39916
  key: 0,
39897
39917
  data: d
@@ -39958,12 +39978,12 @@ function N1e(t, e, n, i, s, r) {
39958
39978
  }, () => [
39959
39979
  Fe(j(r.resolveValue(d, p)), 1)
39960
39980
  ], !0)
39961
- ], 10, F1e))), 128))
39981
+ ], 10, H1e))), 128))
39962
39982
  ], 2))), 128))
39963
39983
  ]);
39964
39984
  }
39965
- const H1e = /* @__PURE__ */ fe(L1e, [["render", N1e], ["__scopeId", "data-v-3dcad3d0"]]);
39966
- const W1e = {
39985
+ const Y1e = /* @__PURE__ */ fe(B1e, [["render", W1e], ["__scopeId", "data-v-3dcad3d0"]]);
39986
+ const j1e = {
39967
39987
  components: {
39968
39988
  CdsIcon: et
39969
39989
  },
@@ -40029,15 +40049,15 @@ const W1e = {
40029
40049
  return Xo(this.internalActiveTab, t);
40030
40050
  }
40031
40051
  }
40032
- }, Y1e = { id: "tabs" }, j1e = { class: "inner-tabs__header" }, U1e = ["id"], q1e = ["onClick", "onContextmenu"], G1e = { class: "inner-tabs__text" }, K1e = {
40052
+ }, U1e = { id: "tabs" }, q1e = { class: "inner-tabs__header" }, G1e = ["id"], K1e = ["onClick", "onContextmenu"], Z1e = { class: "inner-tabs__text" }, X1e = {
40033
40053
  key: 0,
40034
40054
  role: "presentation",
40035
40055
  class: "nav-item cds-tab__action"
40036
- }, Z1e = { class: "inner-tabs__content" };
40037
- function X1e(t, e, n, i, s, r) {
40056
+ }, J1e = { class: "inner-tabs__content" };
40057
+ function Q1e(t, e, n, i, s, r) {
40038
40058
  const a = re("cds-icon");
40039
- return y(), S("div", Y1e, [
40040
- C("ul", j1e, [
40059
+ return y(), S("div", U1e, [
40060
+ C("ul", q1e, [
40041
40061
  (y(!0), S(Oe, null, Be(n.tabs, (o, c) => (y(), S("li", {
40042
40062
  id: `${c}-${o.name}-tab`,
40043
40063
  key: `${c}-${o.name}-tab`,
@@ -40053,10 +40073,10 @@ function X1e(t, e, n, i, s, r) {
40053
40073
  onClick: (d) => r.handleClick(d, o),
40054
40074
  onContextmenu: We((d) => r.handleRightClick(d, o), ["prevent", "stop"])
40055
40075
  }, [
40056
- C("span", G1e, j(o.title), 1)
40057
- ], 46, q1e)
40058
- ], 8, U1e))), 128)),
40059
- n.showAddAction ? (y(), S("li", K1e, [
40076
+ C("span", Z1e, j(o.title), 1)
40077
+ ], 46, K1e)
40078
+ ], 8, G1e))), 128)),
40079
+ n.showAddAction ? (y(), S("li", X1e, [
40060
40080
  C("a", {
40061
40081
  role: "tab",
40062
40082
  href: "javascript:void(0)",
@@ -40072,7 +40092,7 @@ function X1e(t, e, n, i, s, r) {
40072
40092
  ])
40073
40093
  ])) : U("", !0)
40074
40094
  ]),
40075
- C("div", Z1e, [
40095
+ C("div", J1e, [
40076
40096
  (y(!0), S(Oe, null, Be(n.tabs, (o, c) => (y(), S("div", {
40077
40097
  key: `${c}-${o.name}-tab`,
40078
40098
  role: "tabpanel",
@@ -40083,8 +40103,8 @@ function X1e(t, e, n, i, s, r) {
40083
40103
  ])
40084
40104
  ]);
40085
40105
  }
40086
- const J1e = /* @__PURE__ */ fe(W1e, [["render", X1e]]);
40087
- const Q1e = {
40106
+ const ehe = /* @__PURE__ */ fe(j1e, [["render", Q1e]]);
40107
+ const the = {
40088
40108
  components: {
40089
40109
  CdsIcon: et,
40090
40110
  CdsSpinner: Ua
@@ -40158,29 +40178,29 @@ const Q1e = {
40158
40178
  methods: {
40159
40179
  generateKey: xs
40160
40180
  }
40161
- }, ehe = { key: 0 }, the = {
40181
+ }, nhe = { key: 0 }, ihe = {
40162
40182
  key: 1,
40163
40183
  class: "textarea__label"
40164
- }, nhe = {
40184
+ }, she = {
40165
40185
  class: "label__content",
40166
40186
  for: "cds-text-area"
40167
- }, ihe = {
40187
+ }, rhe = {
40168
40188
  key: 0,
40169
40189
  class: "label__required-indicator"
40170
- }, she = ["id", "placeholder", "disabled"], rhe = { class: "textarea__icon-container" }, ahe = {
40190
+ }, ahe = ["id", "placeholder", "disabled"], ohe = { class: "textarea__icon-container" }, lhe = {
40171
40191
  key: 0,
40172
40192
  class: "textarea__error-message"
40173
40193
  };
40174
- function ohe(t, e, n, i, s, r) {
40194
+ function che(t, e, n, i, s, r) {
40175
40195
  const a = re("cds-icon"), o = re("cds-spinner");
40176
40196
  return y(), S("div", null, [
40177
40197
  C("span", null, [
40178
- r.hasSlots ? (y(), S("span", ehe, [
40198
+ r.hasSlots ? (y(), S("span", nhe, [
40179
40199
  se(t.$slots, "label", {}, void 0, !0)
40180
- ])) : (y(), S("label", the, [
40181
- C("div", nhe, [
40200
+ ])) : (y(), S("label", ihe, [
40201
+ C("div", she, [
40182
40202
  C("span", null, j(n.label), 1),
40183
- n.required ? (y(), S("span", ihe, " * ")) : U("", !0)
40203
+ n.required ? (y(), S("span", rhe, " * ")) : U("", !0)
40184
40204
  ])
40185
40205
  ]))
40186
40206
  ]),
@@ -40191,10 +40211,10 @@ function ohe(t, e, n, i, s, r) {
40191
40211
  class: B(r.inputClass),
40192
40212
  placeholder: n.placeholder,
40193
40213
  disabled: n.disabled
40194
- }, null, 10, she), [
40214
+ }, null, 10, ahe), [
40195
40215
  [Li, s.internalValue]
40196
40216
  ]),
40197
- C("div", rhe, [
40217
+ C("div", ohe, [
40198
40218
  r.validState && !n.disabled ? (y(), le(a, {
40199
40219
  key: 0,
40200
40220
  name: "check-outline",
@@ -40219,11 +40239,11 @@ function ohe(t, e, n, i, s, r) {
40219
40239
  })) : U("", !0)
40220
40240
  ])
40221
40241
  ]),
40222
- r.errorState && !n.disabled ? (y(), S("div", ahe, j(n.errorMessage), 1)) : U("", !0)
40242
+ r.errorState && !n.disabled ? (y(), S("div", lhe, j(n.errorMessage), 1)) : U("", !0)
40223
40243
  ]);
40224
40244
  }
40225
- const lhe = /* @__PURE__ */ fe(Q1e, [["render", ohe], ["__scopeId", "data-v-a0f7342a"]]);
40226
- const che = {
40245
+ const uhe = /* @__PURE__ */ fe(the, [["render", che], ["__scopeId", "data-v-a0f7342a"]]);
40246
+ const dhe = {
40227
40247
  directives: {
40228
40248
  cdstip: ll,
40229
40249
  facade: yu
@@ -40368,32 +40388,32 @@ const che = {
40368
40388
  this.isBeingFocused = !0, this.$emit("focus", !0);
40369
40389
  }
40370
40390
  }
40371
- }, uhe = { key: 0 }, dhe = {
40391
+ }, hhe = { key: 0 }, fhe = {
40372
40392
  class: "label__content",
40373
40393
  for: "cds-text-input"
40374
- }, hhe = {
40394
+ }, phe = {
40375
40395
  key: 0,
40376
40396
  class: "label__required-indicator"
40377
- }, fhe = ["id", "placeholder", "disabled", "type"], phe = ["id", "placeholder", "disabled", "type"], ghe = {
40397
+ }, ghe = ["id", "placeholder", "disabled", "type"], mhe = ["id", "placeholder", "disabled", "type"], vhe = {
40378
40398
  key: 2,
40379
40399
  class: "text-input__icon-container"
40380
- }, mhe = {
40400
+ }, _he = {
40381
40401
  key: 0,
40382
40402
  class: "text-input__error-message"
40383
40403
  };
40384
- function vhe(t, e, n, i, s, r) {
40404
+ function yhe(t, e, n, i, s, r) {
40385
40405
  const a = re("cds-icon"), o = re("cds-link"), c = re("cds-spinner"), d = sn("cdstip"), h = sn("facade");
40386
40406
  return y(), S("div", null, [
40387
40407
  C("span", null, [
40388
- r.hasSlots ? (y(), S("span", uhe, [
40408
+ r.hasSlots ? (y(), S("span", hhe, [
40389
40409
  se(t.$slots, "label", {}, void 0, !0)
40390
40410
  ])) : (y(), S("label", {
40391
40411
  key: 1,
40392
40412
  class: B(r.labelDynamicClass)
40393
40413
  }, [
40394
- C("div", dhe, [
40414
+ C("div", fhe, [
40395
40415
  C("span", null, j(n.label), 1),
40396
- n.required ? (y(), S("span", hhe, " * ")) : U("", !0),
40416
+ n.required ? (y(), S("span", phe, " * ")) : U("", !0),
40397
40417
  n.tooltip ? ze((y(), le(a, {
40398
40418
  key: 1,
40399
40419
  name: n.tooltipIcon,
@@ -40426,7 +40446,7 @@ function vhe(t, e, n, i, s, r) {
40426
40446
  type: n.inputType,
40427
40447
  onFocus: e[1] || (e[1] = (...p) => r.handleFocus && r.handleFocus(...p)),
40428
40448
  onBlur: e[2] || (e[2] = (...p) => r.handleBlur && r.handleBlur(...p))
40429
- }, null, 42, fhe)), [
40449
+ }, null, 42, ghe)), [
40430
40450
  [Kd, s.internalValue],
40431
40451
  [h, s.internalMask]
40432
40452
  ]) : ze((y(), S("input", {
@@ -40439,10 +40459,10 @@ function vhe(t, e, n, i, s, r) {
40439
40459
  type: n.inputType,
40440
40460
  onFocus: e[4] || (e[4] = (...p) => r.handleFocus && r.handleFocus(...p)),
40441
40461
  onBlur: e[5] || (e[5] = (...p) => r.handleBlur && r.handleBlur(...p))
40442
- }, null, 42, phe)), [
40462
+ }, null, 42, mhe)), [
40443
40463
  [Kd, s.internalValue]
40444
40464
  ]),
40445
- n.state !== "default" ? (y(), S("div", ghe, [
40465
+ n.state !== "default" ? (y(), S("div", vhe, [
40446
40466
  r.validState && !n.disabled ? (y(), le(a, {
40447
40467
  key: 0,
40448
40468
  height: "20",
@@ -40465,13 +40485,13 @@ function vhe(t, e, n, i, s, r) {
40465
40485
  })) : U("", !0)
40466
40486
  ])) : U("", !0)
40467
40487
  ], 2),
40468
- r.errorState && !n.disabled ? (y(), S("div", mhe, j(n.errorMessage), 1)) : U("", !0)
40488
+ r.errorState && !n.disabled ? (y(), S("div", _he, j(n.errorMessage), 1)) : U("", !0)
40469
40489
  ]);
40470
40490
  }
40471
- const _he = /* @__PURE__ */ fe(che, [["render", vhe], ["__scopeId", "data-v-d7d39b35"]]), $f = (t) => /[0-2][0-9]:[0-5][0-9]/.test(t), yhe = (t, e) => $f(t) && $f(e) ? Se.fromFormat(t, "HH:mm").diff(
40491
+ const bhe = /* @__PURE__ */ fe(dhe, [["render", yhe], ["__scopeId", "data-v-d7d39b35"]]), $f = (t) => /[0-2][0-9]:[0-5][0-9]/.test(t), whe = (t, e) => $f(t) && $f(e) ? Se.fromFormat(t, "HH:mm").diff(
40472
40492
  Se.fromFormat(e, "HH:mm")
40473
40493
  ) > 0 : !1;
40474
- const bhe = (t) => t === "" || t === [] ? !0 : typeof t == "string" ? $f(t) : t.length === 2 && yhe(t[1], t[0]), whe = {
40494
+ const xhe = (t) => t === "" || t === [] ? !0 : typeof t == "string" ? $f(t) : t.length === 2 && whe(t[1], t[0]), She = {
40475
40495
  directives: {
40476
40496
  facade: yu
40477
40497
  },
@@ -40479,7 +40499,7 @@ const bhe = (t) => t === "" || t === [] ? !0 : typeof t == "string" ? $f(t) : t.
40479
40499
  modelValue: {
40480
40500
  type: [String, Array],
40481
40501
  default: "",
40482
- validator: bhe
40502
+ validator: xhe
40483
40503
  },
40484
40504
  id: {
40485
40505
  type: String,
@@ -40592,27 +40612,27 @@ const bhe = (t) => t === "" || t === [] ? !0 : typeof t == "string" ? $f(t) : t.
40592
40612
  [this.startHour, this.startMinute] = t[0].split(":"), [this.endHour, this.endMinute] = t[1].split(":");
40593
40613
  }
40594
40614
  }
40595
- }, xhe = { class: "input__label" }, She = ["for"], khe = {
40615
+ }, khe = { class: "input__label" }, Che = ["for"], Mhe = {
40596
40616
  key: 0,
40597
40617
  class: "label__required-indicator"
40598
- }, Che = ["id"], Mhe = ["id", "disabled"], Ohe = ["id", "disabled"], Dhe = {
40618
+ }, Ohe = ["id"], Dhe = ["id", "disabled"], The = ["id", "disabled"], Ahe = {
40599
40619
  key: 0,
40600
40620
  class: "input__separator"
40601
- }, The = { key: 1 }, Ahe = ["id", "disabled"], $he = ["id", "disabled"], Ihe = {
40621
+ }, $he = { key: 1 }, Ihe = ["id", "disabled"], Phe = ["id", "disabled"], Ehe = {
40602
40622
  key: 0,
40603
40623
  class: "input__message"
40604
40624
  };
40605
- function Phe(t, e, n, i, s, r) {
40625
+ function Vhe(t, e, n, i, s, r) {
40606
40626
  const a = sn("facade");
40607
40627
  return y(), S("div", null, [
40608
- C("label", xhe, [
40628
+ C("label", khe, [
40609
40629
  C("div", {
40610
40630
  class: "label__content",
40611
40631
  for: n.id
40612
40632
  }, [
40613
40633
  C("span", null, j(n.label), 1),
40614
- n.required ? (y(), S("span", khe, " * ")) : U("", !0)
40615
- ], 8, She)
40634
+ n.required ? (y(), S("span", Mhe, " * ")) : U("", !0)
40635
+ ], 8, Che)
40616
40636
  ]),
40617
40637
  C("div", {
40618
40638
  id: n.id,
@@ -40634,7 +40654,7 @@ function Phe(t, e, n, i, s, r) {
40634
40654
  e[2] || (e[2] = At((o) => s.startHour > 0 ? s.startHour-- : null, ["down"]))
40635
40655
  ],
40636
40656
  onInput: e[3] || (e[3] = (...o) => r.handleTimeInput && r.handleTimeInput(...o))
40637
- }, null, 42, Mhe), [
40657
+ }, null, 42, Dhe), [
40638
40658
  [Li, s.startHour],
40639
40659
  [a, "##"]
40640
40660
  ]),
@@ -40654,13 +40674,13 @@ function Phe(t, e, n, i, s, r) {
40654
40674
  e[6] || (e[6] = At((o) => s.startMinute > 0 ? s.startMinute-- : null, ["down"]))
40655
40675
  ],
40656
40676
  onInput: e[7] || (e[7] = (...o) => r.handleTimeInput && r.handleTimeInput(...o))
40657
- }, null, 42, Ohe), [
40677
+ }, null, 42, The), [
40658
40678
  [Li, s.startMinute],
40659
40679
  [a, "##"]
40660
40680
  ])
40661
40681
  ]),
40662
- n.mode === "range" ? (y(), S("div", Dhe, " At\xE9 ")) : U("", !0),
40663
- n.mode === "range" ? (y(), S("div", The, [
40682
+ n.mode === "range" ? (y(), S("div", Ahe, " At\xE9 ")) : U("", !0),
40683
+ n.mode === "range" ? (y(), S("div", $he, [
40664
40684
  ze(C("input", {
40665
40685
  id: `${n.id}-end-hour`,
40666
40686
  "onUpdate:modelValue": e[8] || (e[8] = (o) => s.endHour = o),
@@ -40676,7 +40696,7 @@ function Phe(t, e, n, i, s, r) {
40676
40696
  e[10] || (e[10] = At((o) => s.endHour > 0 ? s.endHour-- : null, ["down"]))
40677
40697
  ],
40678
40698
  onInput: e[11] || (e[11] = (...o) => r.handleTimeInput && r.handleTimeInput(...o))
40679
- }, null, 42, Ahe), [
40699
+ }, null, 42, Ihe), [
40680
40700
  [Li, s.endHour],
40681
40701
  [a, "##"]
40682
40702
  ]),
@@ -40696,16 +40716,16 @@ function Phe(t, e, n, i, s, r) {
40696
40716
  e[14] || (e[14] = At((o) => s.endMinute > 0 ? s.endMinute-- : null, ["down"]))
40697
40717
  ],
40698
40718
  onInput: e[15] || (e[15] = (...o) => r.handleTimeInput && r.handleTimeInput(...o))
40699
- }, null, 42, $he), [
40719
+ }, null, 42, Phe), [
40700
40720
  [Li, s.endMinute],
40701
40721
  [a, "##"]
40702
40722
  ])
40703
40723
  ])) : U("", !0)
40704
- ], 8, Che),
40705
- n.state === "invalid" && !n.disabled ? (y(), S("div", Ihe, j(n.errorMessage), 1)) : U("", !0)
40724
+ ], 8, Ohe),
40725
+ n.state === "invalid" && !n.disabled ? (y(), S("div", Ehe, j(n.errorMessage), 1)) : U("", !0)
40706
40726
  ]);
40707
40727
  }
40708
- const Ehe = /* @__PURE__ */ fe(whe, [["render", Phe], ["__scopeId", "data-v-8cf870de"]]);
40728
+ const Lhe = /* @__PURE__ */ fe(She, [["render", Vhe], ["__scopeId", "data-v-8cf870de"]]);
40709
40729
  const gg = {
40710
40730
  props: {
40711
40731
  reverse: {
@@ -40739,14 +40759,14 @@ const gg = {
40739
40759
  }));
40740
40760
  }, ny = gg.setup;
40741
40761
  gg.setup = ny ? (t, e) => (ty(), ny(t, e)) : ty;
40742
- const Vhe = gg, Lhe = { class: "cds-timeline" };
40743
- function zhe(t, e, n, i, s, r) {
40744
- return y(), S("div", Lhe, [
40762
+ const zhe = gg, Bhe = { class: "cds-timeline" };
40763
+ function Rhe(t, e, n, i, s, r) {
40764
+ return y(), S("div", Bhe, [
40745
40765
  se(t.$slots, "default")
40746
40766
  ]);
40747
40767
  }
40748
- const Bhe = /* @__PURE__ */ fe(Vhe, [["render", zhe]]);
40749
- const Rhe = {
40768
+ const Fhe = /* @__PURE__ */ fe(zhe, [["render", Rhe]]);
40769
+ const Nhe = {
40750
40770
  components: {
40751
40771
  CdsSpinner: Ua
40752
40772
  },
@@ -40767,17 +40787,17 @@ const Rhe = {
40767
40787
  methods: {
40768
40788
  hasSlot: Ha
40769
40789
  }
40770
- }, Fhe = { class: "cds-timeline-item" }, Nhe = { class: "cds-timeline-item__opposite" }, Hhe = { class: "cds-timeline-item__timeline-container" }, Whe = { class: "cds-timeline-item__content-container" }, Yhe = {
40790
+ }, Hhe = { class: "cds-timeline-item" }, Whe = { class: "cds-timeline-item__opposite" }, Yhe = { class: "cds-timeline-item__timeline-container" }, jhe = { class: "cds-timeline-item__content-container" }, Uhe = {
40771
40791
  key: 0,
40772
40792
  class: "cds-timeline-item__title"
40773
- }, jhe = { class: "cds-timeline-item__text" };
40774
- function Uhe(t, e, n, i, s, r) {
40793
+ }, qhe = { class: "cds-timeline-item__text" };
40794
+ function Ghe(t, e, n, i, s, r) {
40775
40795
  const a = re("cds-spinner");
40776
- return y(), S("div", Fhe, [
40777
- C("div", Nhe, [
40796
+ return y(), S("div", Hhe, [
40797
+ C("div", Whe, [
40778
40798
  se(t.$slots, "opposite", {}, void 0, !0)
40779
40799
  ]),
40780
- C("div", Hhe, [
40800
+ C("div", Yhe, [
40781
40801
  n.loading ? (y(), le(a, {
40782
40802
  key: 1,
40783
40803
  size: "sm",
@@ -40791,17 +40811,17 @@ function Uhe(t, e, n, i, s, r) {
40791
40811
  class: B(n.loading || n.hollowed ? "tail--dashed" : "tail")
40792
40812
  }, null, 2)
40793
40813
  ]),
40794
- C("div", Whe, [
40795
- r.hasSlot(t.$slots, "title") ? (y(), S("div", Yhe, [
40814
+ C("div", jhe, [
40815
+ r.hasSlot(t.$slots, "title") ? (y(), S("div", Uhe, [
40796
40816
  se(t.$slots, "title", {}, void 0, !0)
40797
40817
  ])) : U("", !0),
40798
- C("span", jhe, [
40818
+ C("span", qhe, [
40799
40819
  se(t.$slots, "content", {}, void 0, !0)
40800
40820
  ])
40801
40821
  ])
40802
40822
  ]);
40803
40823
  }
40804
- const qhe = /* @__PURE__ */ fe(Rhe, [["render", Uhe], ["__scopeId", "data-v-e1fab2ab"]]);
40824
+ const Khe = /* @__PURE__ */ fe(Nhe, [["render", Ghe], ["__scopeId", "data-v-e1fab2ab"]]);
40805
40825
  const mg = {
40806
40826
  directives: {
40807
40827
  cdstip: ll
@@ -40918,32 +40938,32 @@ const mg = {
40918
40938
  }));
40919
40939
  }, sy = mg.setup;
40920
40940
  mg.setup = sy ? (t, e) => (iy(), sy(t, e)) : iy;
40921
- const Ghe = mg, Khe = { key: 0 }, Zhe = {
40941
+ const Zhe = mg, Xhe = { key: 0 }, Jhe = {
40922
40942
  class: "password-input__label__content",
40923
40943
  for: "cds-password-input"
40924
- }, Xhe = {
40944
+ }, Qhe = {
40925
40945
  key: 0,
40926
40946
  class: "password-input__label__required-indicator"
40927
- }, Jhe = ["id", "type", "placeholder", "disabled"], Qhe = {
40947
+ }, e0e = ["id", "type", "placeholder", "disabled"], t0e = {
40928
40948
  key: 0,
40929
40949
  class: "password-input__password-toogle"
40930
- }, e0e = {
40950
+ }, n0e = {
40931
40951
  key: 0,
40932
40952
  class: "password-input__error-message"
40933
40953
  };
40934
- function t0e(t, e, n, i, s, r) {
40954
+ function i0e(t, e, n, i, s, r) {
40935
40955
  const a = re("cds-icon"), o = re("cds-clickable"), c = sn("cdstip");
40936
40956
  return y(), S("div", null, [
40937
40957
  C("span", null, [
40938
- r.hasSlots ? (y(), S("span", Khe, [
40958
+ r.hasSlots ? (y(), S("span", Xhe, [
40939
40959
  se(t.$slots, "label", {}, void 0, !0)
40940
40960
  ])) : (y(), S("label", {
40941
40961
  key: 1,
40942
40962
  class: B(r.labelDynamicClass)
40943
40963
  }, [
40944
- C("div", Zhe, [
40964
+ C("div", Jhe, [
40945
40965
  C("span", null, j(n.label), 1),
40946
- n.required ? (y(), S("span", Xhe, " * ")) : U("", !0),
40966
+ n.required ? (y(), S("span", Qhe, " * ")) : U("", !0),
40947
40967
  n.tooltip ? ze((y(), le(a, {
40948
40968
  key: 1,
40949
40969
  name: n.tooltipIcon,
@@ -40968,10 +40988,10 @@ function t0e(t, e, n, i, s, r) {
40968
40988
  class: B(r.inputClass),
40969
40989
  onFocus: e[1] || (e[1] = (d) => s.isBeingFocused = !0),
40970
40990
  onBlur: e[2] || (e[2] = (d) => s.isBeingFocused = !1)
40971
- }, null, 42, Jhe), [
40991
+ }, null, 42, e0e), [
40972
40992
  [Kd, s.internalValue]
40973
40993
  ]),
40974
- r.disableTextPasswordInput ? U("", !0) : (y(), S("div", Qhe, [
40994
+ r.disableTextPasswordInput ? U("", !0) : (y(), S("div", t0e, [
40975
40995
  H(o, {
40976
40996
  id: "cds-clickable",
40977
40997
  clickable: "",
@@ -40984,14 +41004,14 @@ function t0e(t, e, n, i, s, r) {
40984
41004
  }, 8, ["onClick"])
40985
41005
  ]))
40986
41006
  ], 2),
40987
- r.errorState && !n.disabled ? (y(), S("div", e0e, j(n.errorMessage), 1)) : U("", !0)
41007
+ r.errorState && !n.disabled ? (y(), S("div", n0e, j(n.errorMessage), 1)) : U("", !0)
40988
41008
  ]);
40989
41009
  }
40990
- const n0e = /* @__PURE__ */ fe(Ghe, [["render", t0e], ["__scopeId", "data-v-72f9668c"]]);
40991
- const i0e = { class: "camera-container" }, s0e = {
41010
+ const s0e = /* @__PURE__ */ fe(Zhe, [["render", i0e], ["__scopeId", "data-v-72f9668c"]]);
41011
+ const r0e = { class: "camera-container" }, a0e = {
40992
41012
  key: 1,
40993
41013
  class: "camera-container__failed"
40994
- }, r0e = ["src"], a0e = {
41014
+ }, o0e = ["src"], l0e = {
40995
41015
  __name: "WebcamModal",
40996
41016
  props: {
40997
41017
  modelValue: {
@@ -41081,7 +41101,7 @@ const i0e = { class: "camera-container" }, s0e = {
41081
41101
  gap: "3"
41082
41102
  }, {
41083
41103
  default: ce(() => [
41084
- C("div", i0e, [
41104
+ C("div", r0e, [
41085
41105
  r.value ? (y(), le(Pi, {
41086
41106
  key: 0,
41087
41107
  class: "camera-container__loading",
@@ -41096,7 +41116,7 @@ const i0e = { class: "camera-container" }, s0e = {
41096
41116
  ]),
41097
41117
  _: 1
41098
41118
  })) : U("", !0),
41099
- g.value ? (y(), S("div", s0e, [
41119
+ g.value ? (y(), S("div", a0e, [
41100
41120
  H(Pi, {
41101
41121
  align: "center",
41102
41122
  gap: "2"
@@ -41116,7 +41136,7 @@ const i0e = { class: "camera-container" }, s0e = {
41116
41136
  class: "camera-container__photo",
41117
41137
  alt: "Sua Foto",
41118
41138
  src: c.value
41119
- }, null, 8, r0e), [
41139
+ }, null, 8, o0e), [
41120
41140
  [Qi, !m.value && c.value]
41121
41141
  ]),
41122
41142
  ze(C("video", {
@@ -41197,8 +41217,8 @@ const i0e = { class: "camera-container" }, s0e = {
41197
41217
  }, 8, ["modelValue", "title"]);
41198
41218
  };
41199
41219
  }
41200
- }, o0e = /* @__PURE__ */ fe(a0e, [["__scopeId", "data-v-e2f97a90"]]);
41201
- const l0e = {
41220
+ }, c0e = /* @__PURE__ */ fe(l0e, [["__scopeId", "data-v-e2f97a90"]]);
41221
+ const u0e = {
41202
41222
  components: {
41203
41223
  CdsBox: F1,
41204
41224
  CdsButton: Bs
@@ -41276,14 +41296,14 @@ const l0e = {
41276
41296
  this.currentStep < this.steps.length - 1 && t++, this.$emit("next-action", { nextStep: t });
41277
41297
  }
41278
41298
  }
41279
- }, c0e = { class: "cds-wizard" }, u0e = { class: "cds-wizard__container" }, d0e = { key: 0 }, h0e = { class: "cds-wizard__title" }, f0e = { class: "cds-wizard__subtitle" }, p0e = { class: "cds-wizard__content" }, g0e = {
41299
+ }, d0e = { class: "cds-wizard" }, h0e = { class: "cds-wizard__container" }, f0e = { key: 0 }, p0e = { class: "cds-wizard__title" }, g0e = { class: "cds-wizard__subtitle" }, m0e = { class: "cds-wizard__content" }, v0e = {
41280
41300
  key: 1,
41281
41301
  class: "cds-wizard__empty-state"
41282
- }, m0e = ["src", "alt"], v0e = { class: "cds-wizard__empty-state-title" }, _0e = { class: "cds-wizard__empty-state-subtitle" }, y0e = { class: "cds-wizard__buttons" };
41283
- function b0e(t, e, n, i, s, r) {
41302
+ }, _0e = ["src", "alt"], y0e = { class: "cds-wizard__empty-state-title" }, b0e = { class: "cds-wizard__empty-state-subtitle" }, w0e = { class: "cds-wizard__buttons" };
41303
+ function x0e(t, e, n, i, s, r) {
41284
41304
  const a = re("cds-box"), o = re("cds-button");
41285
- return y(), S("div", c0e, [
41286
- C("div", u0e, [
41305
+ return y(), S("div", d0e, [
41306
+ C("div", h0e, [
41287
41307
  (y(!0), S(Oe, null, Be(n.steps, (c, d) => (y(), le(a, {
41288
41308
  key: `wizard-step-${d}`,
41289
41309
  class: B({ "cds-wizard__empty-state-box": s.currentStep < d }),
@@ -41296,29 +41316,29 @@ function b0e(t, e, n, i, s, r) {
41296
41316
  }, ["prevent"]))
41297
41317
  }, {
41298
41318
  default: ce(() => [
41299
- s.currentStep >= d ? (y(), S("span", d0e, [
41319
+ s.currentStep >= d ? (y(), S("span", f0e, [
41300
41320
  se(t.$slots, `step-${d + 1}-header`, {}, () => [
41301
- C("h3", h0e, j(c.title), 1),
41302
- C("h4", f0e, j(c.subtitle), 1)
41321
+ C("h3", p0e, j(c.title), 1),
41322
+ C("h4", g0e, j(c.subtitle), 1)
41303
41323
  ], !0),
41304
- C("div", p0e, [
41324
+ C("div", m0e, [
41305
41325
  se(t.$slots, `step-${d + 1}`, {}, void 0, !0)
41306
41326
  ])
41307
- ])) : (y(), S("div", g0e, [
41327
+ ])) : (y(), S("div", v0e, [
41308
41328
  c.image ? (y(), S("img", {
41309
41329
  key: 0,
41310
41330
  class: "cds-wizard__empty-state-image",
41311
41331
  src: c.image,
41312
41332
  alt: `Imagem de ${c.title}`
41313
- }, null, 8, m0e)) : U("", !0),
41314
- C("div", v0e, j(c.title), 1),
41315
- C("div", _0e, j(r.emptyStateText(c.title)), 1)
41333
+ }, null, 8, _0e)) : U("", !0),
41334
+ C("div", y0e, j(c.title), 1),
41335
+ C("div", b0e, j(r.emptyStateText(c.title)), 1)
41316
41336
  ]))
41317
41337
  ]),
41318
41338
  _: 2
41319
41339
  }, 1032, ["class", "elevated", "clickable", "onBoxClick"]))), 128))
41320
41340
  ]),
41321
- C("div", y0e, [
41341
+ C("div", w0e, [
41322
41342
  H(o, {
41323
41343
  text: n.cancelButtonText,
41324
41344
  secondary: "",
@@ -41337,7 +41357,7 @@ function b0e(t, e, n, i, s, r) {
41337
41357
  ])
41338
41358
  ]);
41339
41359
  }
41340
- const w0e = /* @__PURE__ */ fe(l0e, [["render", b0e], ["__scopeId", "data-v-4436f0de"]]), x0e = (t, e) => {
41360
+ const S0e = /* @__PURE__ */ fe(u0e, [["render", x0e], ["__scopeId", "data-v-4436f0de"]]), k0e = (t, e) => {
41341
41361
  let n = "", i = "", s = e.modifiers, r = e.arg;
41342
41362
  n = document.querySelector(`[id='${e.value}']`), i = document.querySelector(`[id='${t.id}']`), ru(n, i, {
41343
41363
  placement: r,
@@ -41354,9 +41374,9 @@ const w0e = /* @__PURE__ */ fe(l0e, [["render", b0e], ["__scopeId", "data-v-4436
41354
41374
  }
41355
41375
  ]
41356
41376
  });
41357
- }, C0e = {
41377
+ }, O0e = {
41358
41378
  install: (t, e) => {
41359
- t.directive("cdstip", ll), t.directive("cds-floatify", x0e), t.component("CdsActionBar", rA), t.component("CdsActionsList", dA), t.component("CdsAlert", _A), t.component("CdsAlertCard", SA), t.component("CdsAppBar", t$), t.component("CdsAvatar", cu), t.component("CdsAvatarGroup", h$), t.component("CdsBadge", g$), t.component("CdsBarChart", wB), t.component("CdsBox", F1), t.component("CdsBottomSheet", XF), t.component("CdsBreadcrumb", tN), t.component("CdsButton", Bs), t.component("CdsCard", bN), t.component("CdsCalloutCard", DN), t.component("CdsCarouselController", EN), t.component("CdsCheckbox", N1), t.component("CdsCheckboxGroup", ZN), t.component("CdsChevron", qa), t.component("CdsChip", eH), t.component("CdsClickable", br), t.component("CdsCollapsibleContainer", aH), t.component("CdsColorPicker", xH), t.component("CdsDashboardCard", IH), t.component("CdsDateInput", Ose), t.component("CdsDialogModal", Hse), t.component("CdsDivider", ou), t.component("CdsDropdown", Gse), t.component("CdsDropdownButton", tre), t.component("CdsDonutChart", rre), t.component("CdsEmptyState", fre), t.component("CdsFileInput", Sre), t.component("CdsFileViewer", Bre), t.component("CdsFilterSelect", Xre), t.component("CdsFlatButton", n8), t.component("CdsFlexbox", Pi), t.component("CdsFloatingAssistant", gae), t.component("CdsGaugeChart", Tae), t.component("CdsGrid", Iae), t.component("CdsGridItem", Vae), t.component("CdsHighlight", s8), t.component("CdsIcon", et), t.component("CdsIconButton", r8), t.component("CdsImage", d1), t.component("CdsInnerTabs", Gae), t.component("CdsInteractionBlockingOverlay", noe), t.component("CdsLineChart", CF), t.component("CdsLink", Z1), t.component("CdsInlineDateInput", uoe), t.component("CdsLoadingBar", yoe), t.component("CdsLoadingIndicator", woe), t.component("CdsMobileNavigation", Ioe), t.component("CdsModal", a8), t.component("CdsMultiselect", _le), t.component("CdsNavBar", xle), t.component("CdsNumberInput", Zle), t.component("CdsOverlayLoader", ece), t.component("CdsPageContainer", b8), t.component("CdsPageLayout", Rce), t.component("CdsPageHeader", qce), t.component("CdsPagination", Jce), t.component("CdsPanelCard", aue), t.component("CdsPinInput", due), t.component("CdsPopover", lu), t.component("CdsProgressBar", mue), t.component("CdsProgressCircular", wue), t.component("CdsPulsar", i8), t.component("CdsQuickActionBar", $ue), t.component("CdsRadio", Bue), t.component("CdsRadioButtonGroup", Jue), t.component("CdsRadialBarChart", Yue), t.component("CdsRichTooltip", Jp), t.component("CdsSpacer", R1), t.component("CdsScrollable", O1), t.component("CdsSearchInput", nde), t.component("CdsSecondaryNavigation", S8), t.component("CdsSegmentedControl", lde), t.component("CdsSelect", xde), t.component("CdsSideBar", w8), t.component("CdsSideSheet", Ode), t.component("CdsSkeleton", Af), t.component("CdsSkeletonText", Ade), t.component("CdsSlider", Qde), t.component("CdsSpinner", Ua), t.component("CdsStackedBarChart", zF), t.component("CdsStepper", h1e), t.component("CdsStepperInput", $1e), t.component("CdsSwitch", V1e), t.component("CdsTable", H1e), t.component("CdsTabs", J1e), t.component("CdsTextArea", lhe), t.component("CdsTextInput", _he), t.component("CdsTimeInput", Ehe), t.component("CdsTooltip", D1), t.component("CdsTimeline", Bhe), t.component("CdsTimelineItem", qhe), t.component("CdsTruncate", Iy), t.component("CdsPasswordInput", n0e), t.component("CdsPieChart", TF), t.component("CdsPolarAreaChart", PF), t.component("CdsWebcamModal", o0e), t.component("CdsWizard", w0e);
41379
+ t.directive("cdstip", ll), t.directive("cds-floatify", k0e), t.component("CdsActionBar", rA), t.component("CdsActionsList", dA), t.component("CdsAlert", _A), t.component("CdsAlertCard", SA), t.component("CdsAppBar", t$), t.component("CdsAvatar", cu), t.component("CdsAvatarGroup", h$), t.component("CdsBadge", g$), t.component("CdsBarChart", wB), t.component("CdsBox", F1), t.component("CdsBottomSheet", XF), t.component("CdsBreadcrumb", tN), t.component("CdsButton", Bs), t.component("CdsCard", bN), t.component("CdsCalloutCard", DN), t.component("CdsCarouselController", EN), t.component("CdsCheckbox", N1), t.component("CdsCheckboxGroup", ZN), t.component("CdsChevron", qa), t.component("CdsChip", eH), t.component("CdsClickable", br), t.component("CdsCollapsibleContainer", aH), t.component("CdsColorPicker", xH), t.component("CdsDashboardCard", IH), t.component("CdsDateInput", Ose), t.component("CdsDialogModal", Hse), t.component("CdsDivider", ou), t.component("CdsDropdown", Gse), t.component("CdsDropdownButton", tre), t.component("CdsDonutChart", rre), t.component("CdsEmptyState", fre), t.component("CdsFileInput", Sre), t.component("CdsFileViewer", Bre), t.component("CdsFilterSelect", Xre), t.component("CdsFlatButton", n8), t.component("CdsFlexbox", Pi), t.component("CdsFloatingAssistant", gae), t.component("CdsGaugeChart", Tae), t.component("CdsGrid", Iae), t.component("CdsGridItem", Vae), t.component("CdsHighlight", s8), t.component("CdsIcon", et), t.component("CdsIconButton", r8), t.component("CdsImage", d1), t.component("CdsInnerTabs", Gae), t.component("CdsInteractionBlockingOverlay", noe), t.component("CdsLineChart", CF), t.component("CdsLink", Z1), t.component("CdsInlineDateInput", uoe), t.component("CdsLoadingBar", yoe), t.component("CdsLoadingIndicator", woe), t.component("CdsMobileNavigation", Ioe), t.component("CdsModal", a8), t.component("CdsMultiselect", _le), t.component("CdsNavBar", xle), t.component("CdsNumberInput", Zle), t.component("CdsOverlayLoader", ece), t.component("CdsPageContainer", b8), t.component("CdsPageLayout", Rce), t.component("CdsPageHeader", qce), t.component("CdsPagination", Jce), t.component("CdsPanelCard", aue), t.component("CdsPinInput", due), t.component("CdsPopover", lu), t.component("CdsProgressBar", mue), t.component("CdsProgressCircular", wue), t.component("CdsPulsar", i8), t.component("CdsQuickActionBar", $ue), t.component("CdsRadio", Bue), t.component("CdsRadioButtonGroup", ede), t.component("CdsRadialBarChart", Yue), t.component("CdsRichTooltip", Jp), t.component("CdsSpacer", R1), t.component("CdsScrollable", O1), t.component("CdsSearchInput", sde), t.component("CdsSecondaryNavigation", S8), t.component("CdsSegmentedControl", ude), t.component("CdsSelect", kde), t.component("CdsSideBar", w8), t.component("CdsSideSheet", Tde), t.component("CdsSkeleton", Af), t.component("CdsSkeletonText", Ide), t.component("CdsSlider", t1e), t.component("CdsSpinner", Ua), t.component("CdsStackedBarChart", zF), t.component("CdsStepper", p1e), t.component("CdsStepperInput", P1e), t.component("CdsSwitch", z1e), t.component("CdsTable", Y1e), t.component("CdsTabs", ehe), t.component("CdsTextArea", uhe), t.component("CdsTextInput", bhe), t.component("CdsTimeInput", Lhe), t.component("CdsTooltip", D1), t.component("CdsTimeline", Fhe), t.component("CdsTimelineItem", Khe), t.component("CdsTruncate", Iy), t.component("CdsPasswordInput", s0e), t.component("CdsPieChart", TF), t.component("CdsPolarAreaChart", PF), t.component("CdsWebcamModal", c0e), t.component("CdsWizard", S0e);
41360
41380
  },
41361
41381
  utils: {
41362
41382
  contrastChecker: E5,
@@ -41367,5 +41387,5 @@ const w0e = /* @__PURE__ */ fe(l0e, [["render", b0e], ["__scopeId", "data-v-4436
41367
41387
  }
41368
41388
  };
41369
41389
  export {
41370
- C0e as default
41390
+ O0e as default
41371
41391
  };