readytech-ui-library-v2 1.0.27 → 1.0.28

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.
@@ -15920,6 +15920,11 @@ const vh = /* @__PURE__ */ ce(dh, [["render", fh], ["__scopeId", "data-v-61d3c99
15920
15920
  autocomplete: {
15921
15921
  type: String,
15922
15922
  default: "off"
15923
+ },
15924
+ uid: {
15925
+ type: String,
15926
+ required: !0
15927
+ // Ensure _uid is passed as a prop
15923
15928
  }
15924
15929
  },
15925
15930
  computed: {
@@ -15935,7 +15940,7 @@ const vh = /* @__PURE__ */ ce(dh, [["render", fh], ["__scopeId", "data-v-61d3c99
15935
15940
  return { ...this.$props };
15936
15941
  },
15937
15942
  id() {
15938
- return `rt-input-${this._uid}`;
15943
+ return `rt-input-${this.uid}`;
15939
15944
  },
15940
15945
  errorId() {
15941
15946
  return this.errorMessages.length ? `error-${this.id}` : null;
@@ -15981,7 +15986,7 @@ function yh(e, n, t, l, a, i) {
15981
15986
  }, ue(t.hint), 9, gh)) : be("", !0)
15982
15987
  ]);
15983
15988
  }
15984
- const Ii = /* @__PURE__ */ ce(mh, [["render", yh], ["__scopeId", "data-v-9cd8b5a0"]]), bh = {
15989
+ const Ii = /* @__PURE__ */ ce(mh, [["render", yh], ["__scopeId", "data-v-5e7869ad"]]), bh = {
15985
15990
  name: "RtConfirmEdit",
15986
15991
  components: {
15987
15992
  RtInput: Ii,