readytech-ui-library-v2 1.0.76 → 1.0.78

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.
@@ -15901,8 +15901,7 @@ const Kh = /* @__PURE__ */ fe(Wh, [["render", jh], ["__scopeId", "data-v-61d3c99
15901
15901
  },
15902
15902
  uid: {
15903
15903
  type: String,
15904
- required: !0
15905
- // Ensure _uid is passed as a prop
15904
+ default: null
15906
15905
  }
15907
15906
  },
15908
15907
  computed: {
@@ -15920,12 +15919,12 @@ const Kh = /* @__PURE__ */ fe(Wh, [["render", jh], ["__scopeId", "data-v-61d3c99
15920
15919
  id() {
15921
15920
  return `rt-input-${this.uid}`;
15922
15921
  },
15923
- // errorId() {
15924
- // return this.errorMessages.length ? `error-${this.id}` : null;
15925
- // },
15926
- // hintId() {
15927
- // return this.hint ? `hint-${this.id}` : null;
15928
- // },
15922
+ errorId() {
15923
+ return this.errorMessages.length ? `error-${this.id}` : null;
15924
+ },
15925
+ hintId() {
15926
+ return this.hint ? `hint-${this.id}` : null;
15927
+ },
15929
15928
  computedAriaDescribedby() {
15930
15929
  return [this.hintId, this.errorId].filter(Boolean).join(" ") || null;
15931
15930
  }
@@ -15960,7 +15959,7 @@ function qh(e, n, t, a, l, i) {
15960
15959
  }), null, 16, ["modelValue", "id", "hint", "aria-label", "aria-describedby", "aria-invalid", "placeholder", "disabled", "error", "error-messages", "prepend-icon", "autocomplete", "onClick:clear"])
15961
15960
  ]);
15962
15961
  }
15963
- const Ni = /* @__PURE__ */ fe(Gh, [["render", qh], ["__scopeId", "data-v-4b1353d9"]]), Xh = {
15962
+ const Ni = /* @__PURE__ */ fe(Gh, [["render", qh], ["__scopeId", "data-v-76f069fd"]]), Xh = {
15964
15963
  name: "RtConfirmEdit",
15965
15964
  components: {
15966
15965
  RtInput: Ni,