@juit/vue-z 0.0.68 → 0.0.70

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.
package/dist/index.js CHANGED
@@ -3749,7 +3749,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
3749
3749
  string = string.replaceAll(tsep.value, "").replaceAll(dsep.value, ".").replaceAll(/[^-.\d]/g, "");
3750
3750
  return string === "" ? null : string === "-" ? null : parseFloat(string) || 0;
3751
3751
  }
3752
- watch([() => _ztext.value?.hasFocus, () => translator.locale], () => {
3752
+ watch([() => _ztext.value?.hasFocus, () => translator.locale, () => _props.maximumFractionDigits], () => {
3753
3753
  _string.value = _formatNumber(_number.value);
3754
3754
  });
3755
3755
  watch(_number, (number) => {