@douyinfe/semi-ui 2.3.0 → 2.3.1

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.
@@ -65274,9 +65274,10 @@ class inputNumber_InputNumber extends baseComponent_BaseComponent {
65274
65274
  innerButtons,
65275
65275
  style,
65276
65276
  onNumberChange,
65277
- keepFocus
65277
+ keepFocus,
65278
+ defaultValue
65278
65279
  } = _a,
65279
- rest = inputNumber_rest(_a, ["disabled", "className", "prefixCls", "min", "max", "step", "shiftStep", "precision", "formatter", "parser", "forwardedRef", "onUpClick", "onDownClick", "pressInterval", "pressTimeout", "suffix", "size", "hideButtons", "innerButtons", "style", "onNumberChange", "keepFocus"]);
65280
+ rest = inputNumber_rest(_a, ["disabled", "className", "prefixCls", "min", "max", "step", "shiftStep", "precision", "formatter", "parser", "forwardedRef", "onUpClick", "onDownClick", "pressInterval", "pressTimeout", "suffix", "size", "hideButtons", "innerButtons", "style", "onNumberChange", "keepFocus", "defaultValue"]);
65280
65281
 
65281
65282
  const {
65282
65283
  value,