@sysvale/cuida 3.0.0-beta.70 → 3.0.0-beta.71

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.
@@ -14651,7 +14651,7 @@ const M1 = (e) => /^(19|20)\d\d-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$/.test(
14651
14651
  },
14652
14652
  inputClass() {
14653
14653
  let e = "";
14654
- return this.isBeingFocused ? this.disabled || (this.state === "valid" ? e += " date-input--focused-valid" : this.state === "invalid" && (e += " date-input--focused-invalid")) : this.disabled || (this.state === "valid" ? e += " date-input--valid" : this.state === "invalid" && (e += " date-input--invalid")), e += this.fluid ? " date-input--fluid" : " date-input", e;
14654
+ return this.disabled ? this.fluid ? "date-input--disabled date-input--fluid" : "date-input--disabled" : (this.isBeingFocused ? this.disabled || (this.state === "valid" ? e += " date-input--focused-valid" : this.state === "invalid" && (e += " date-input--focused-invalid")) : this.disabled || (this.state === "valid" ? e += " date-input--valid" : this.state === "invalid" && (e += " date-input--invalid")), e += this.fluid ? " date-input--fluid" : " date-input", e);
14655
14655
  },
14656
14656
  availableDates() {
14657
14657
  return {
@@ -18146,7 +18146,7 @@ function cZ(e, t, n, i, s, o) {
18146
18146
  return w(), M("div", null, [
18147
18147
  T("span", null, [
18148
18148
  o.hasSlots ? (w(), M("span", rZ, [
18149
- ne(e.$slots, "label")
18149
+ ne(e.$slots, "label", {}, void 0, !0)
18150
18150
  ])) : (w(), M("label", {
18151
18151
  key: 1,
18152
18152
  class: F(o.labelDynamicClass)
@@ -18232,7 +18232,7 @@ function cZ(e, t, n, i, s, o) {
18232
18232
  o.errorState && !n.disabled ? (w(), M("div", uZ, K(n.errorMessage), 1)) : Z("", !0)
18233
18233
  ]);
18234
18234
  }
18235
- const dZ = /* @__PURE__ */ he(nZ, [["render", cZ]]);
18235
+ const dZ = /* @__PURE__ */ he(nZ, [["render", cZ], ["__scopeId", "data-v-ec7b076f"]]);
18236
18236
  const fZ = {
18237
18237
  props: {
18238
18238
  title: {
@@ -18923,7 +18923,7 @@ const lK = {
18923
18923
  return !!Object.keys(this.$slots).length;
18924
18924
  },
18925
18925
  stepperInputDynamicClass() {
18926
- return this.fluid ? "search-input--fluid" : "search-input";
18926
+ return (this.fluid ? "search-input--fluid" : "search-input").concat(" ", this.disabled ? "search-input--disabled" : "");
18927
18927
  },
18928
18928
  inputClass() {
18929
18929
  return this.fluid ? "search-input__field--fluid" : "search-input__field";
@@ -18966,7 +18966,7 @@ function cK(e, t, n, i, s, o) {
18966
18966
  ], 2)
18967
18967
  ]);
18968
18968
  }
18969
- const dK = /* @__PURE__ */ he(lK, [["render", cK], ["__scopeId", "data-v-3ae77b73"]]);
18969
+ const dK = /* @__PURE__ */ he(lK, [["render", cK], ["__scopeId", "data-v-06cf65a5"]]);
18970
18970
  const fK = {
18971
18971
  components: {
18972
18972
  CdsIcon: jt,
@@ -19211,7 +19211,7 @@ const yK = {
19211
19211
  this.getLiInDOM(this.currentPos).classList.remove("highlight");
19212
19212
  }
19213
19213
  }
19214
- }, _K = (e) => (Q1("data-v-9ac5722c"), e = e(), eu(), e), bK = {
19214
+ }, _K = (e) => (Q1("data-v-abf719f7"), e = e(), eu(), e), bK = {
19215
19215
  ref: "cds-select",
19216
19216
  class: "select"
19217
19217
  }, wK = {
@@ -19306,7 +19306,7 @@ function IK(e, t, n, i, s, o) {
19306
19306
  o.errorState && !n.disabled ? (w(), M("div", DK, K(n.errorMessage), 1)) : Z("", !0)
19307
19307
  ], 512);
19308
19308
  }
19309
- const AK = /* @__PURE__ */ he(yK, [["render", IK], ["__scopeId", "data-v-9ac5722c"]]);
19309
+ const AK = /* @__PURE__ */ he(yK, [["render", IK], ["__scopeId", "data-v-abf719f7"]]);
19310
19310
  const kK = {
19311
19311
  props: {
19312
19312
  width: {
@@ -24653,6 +24653,8 @@ const jJ = (e) => e === "" || e === [] ? !0 : typeof e == "string" ? A0(e) : e.l
24653
24653
  },
24654
24654
  computed: {
24655
24655
  computedInputClass() {
24656
+ if (this.disabled)
24657
+ return "input__time--disabled";
24656
24658
  switch (this.state) {
24657
24659
  case "valid":
24658
24660
  return "input__time--valid";
@@ -24829,10 +24831,10 @@ function sX(e, t, n, i, s, o) {
24829
24831
  ])
24830
24832
  ])) : Z("", !0)
24831
24833
  ], 8, KJ),
24832
- n.state === "invalid" ? (w(), M("div", aX, K(n.errorMessage), 1)) : Z("", !0)
24834
+ n.state === "invalid" && !n.disabled ? (w(), M("div", aX, K(n.errorMessage), 1)) : Z("", !0)
24833
24835
  ]);
24834
24836
  }
24835
- const oX = /* @__PURE__ */ he(qJ, [["render", sX], ["__scopeId", "data-v-51579f98"]]);
24837
+ const oX = /* @__PURE__ */ he(qJ, [["render", sX], ["__scopeId", "data-v-8c0df191"]]);
24836
24838
  const Ad = {
24837
24839
  props: {
24838
24840
  reverse: {