@aspire-ui/element-component-pro 1.0.10 → 1.0.11

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.
@@ -685,7 +685,7 @@ const ut = /* @__PURE__ */ oe({
685
685
  },
686
686
  emits: ["input"],
687
687
  setup(r, { emit: e }) {
688
- const l = r, t = k(!1), n = k(""), u = () => Math.max(0, Math.floor(l.integerDigits ?? 5)), a = () => Math.max(0, Math.floor(l.decimalPlaces ?? 6));
688
+ const l = r, t = k(!1), n = k(""), u = () => Math.max(0, Math.floor(l.integerDigits ?? 6)), a = () => Math.max(0, Math.floor(l.decimalPlaces ?? 6));
689
689
  function f(d) {
690
690
  if (d == null || d === "")
691
691
  return null;