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

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.
@@ -678,7 +678,7 @@ const ut = /* @__PURE__ */ oe({
678
678
  value: null,
679
679
  placeholder: null,
680
680
  disabled: { type: Boolean },
681
- integerDigits: { default: 5 },
681
+ integerDigits: { default: 6 },
682
682
  decimalPlaces: { default: 6 },
683
683
  rounding: { default: "round" },
684
684
  inputLimit: { type: Boolean, default: !0 }