readytech-ui-library-v2 1.0.26 → 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.
@@ -15879,7 +15879,7 @@ function fh(e, n, t, l, a, i) {
15879
15879
  }), null, 16, ["modelValue", "label", "items", "placeholder", "disabled", "chips", "clearable", "multiple", "error", "error-messages", "density", "readonly", "aria-label", "aria-describedby", "aria-disabled", "aria-multiselectable", "onFocus", "onBlur"]);
15880
15880
  }
15881
15881
  const vh = /* @__PURE__ */ ce(dh, [["render", fh], ["__scopeId", "data-v-61d3c998"]]), mh = {
15882
- name: "RtText",
15882
+ name: "RtInput",
15883
15883
  props: {
15884
15884
  label: {
15885
15885
  type: String,
@@ -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-text-${this._uid}`;
15943
+ return `rt-input-${this.uid}`;
15939
15944
  },
15940
15945
  errorId() {
15941
15946
  return this.errorMessages.length ? `error-${this.id}` : null;
@@ -15953,7 +15958,7 @@ const vh = /* @__PURE__ */ ce(dh, [["render", fh], ["__scopeId", "data-v-61d3c99
15953
15958
  }
15954
15959
  }
15955
15960
  }, hh = {
15956
- class: "rt-text",
15961
+ class: "rt-input",
15957
15962
  role: "main"
15958
15963
  }, gh = ["id"];
15959
15964
  function yh(e, n, t, l, a, i) {
@@ -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-be72c2bb"]]), 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,