@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.
- package/dist/umd/semi-ui.js +3 -2
- package/dist/umd/semi-ui.js.map +1 -1
- package/dist/umd/semi-ui.min.js +1 -1
- package/dist/umd/semi-ui.min.js.map +1 -1
- package/dropdown/index.tsx +11 -3
- package/inputNumber/index.tsx +2 -1
- package/lib/cjs/dropdown/index.d.ts +10 -3
- package/lib/cjs/inputNumber/index.js +3 -2
- package/lib/cjs/list/index.d.ts +4 -4
- package/lib/es/dropdown/index.d.ts +10 -3
- package/lib/es/inputNumber/index.js +3 -2
- package/lib/es/list/index.d.ts +4 -4
- package/list/index.tsx +5 -5
- package/package.json +8 -8
package/dist/umd/semi-ui.js
CHANGED
|
@@ -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,
|