@sysvale/cuida 3.38.2 → 3.38.3

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.
@@ -34527,7 +34527,7 @@ const Ole = {
34527
34527
  }, 3);
34528
34528
  },
34529
34529
  changeInputContent(t, e) {
34530
- this.$refs[`pin-input${e}`][0].value = t.key, e < this.length && this.$refs[`pin-input${e + 1}`][0].focus();
34530
+ this.innerValue.splice(e - 1, 1, t.key), e < this.length && this.$refs[`pin-input${e + 1}`][0].focus(), e === this.length && this.$emit("update:modelValue", this.innerValue.join(""));
34531
34531
  }
34532
34532
  }
34533
34533
  }, Dle = { class: "pin-input__container" }, Tle = ["id", "onUpdate:modelValue", "type", "onKeydown", "onKeypress", "onInput", "onFocus"];
@@ -34552,7 +34552,7 @@ function Ale(t, e, n, i, s, r) {
34552
34552
  ])), 128))
34553
34553
  ]);
34554
34554
  }
34555
- const Ile = /* @__PURE__ */ me(Ole, [["render", Ale], ["__scopeId", "data-v-d11b9fb6"]]);
34555
+ const Ile = /* @__PURE__ */ me(Ole, [["render", Ale], ["__scopeId", "data-v-5ecb36db"]]);
34556
34556
  const Yp = {
34557
34557
  props: {
34558
34558
  variant: {