@ecoding/components.antd 0.4.1 → 0.4.2

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.
@@ -15,6 +15,7 @@ const NumberInput = (props) => {
15
15
  return (React.createElement(InputNumber, Object.assign({ style: style, formatter: precision ? (value) => formatter(value, precision) : undefined }, props)));
16
16
  };
17
17
  NumberInput.defaultProps = {
18
- max: 30
18
+ max: 9007199254740992,
19
+ min: -9007199254740992
19
20
  };
20
21
  export default NumberInput;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecoding/components.antd",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "author": "cxc",
5
5
  "homepage": "",
6
6
  "license": "MIT",
@@ -47,5 +47,5 @@
47
47
  "antd": "5.27.0",
48
48
  "axios": "^1.1.2"
49
49
  },
50
- "gitHead": "335bbcfb186e62a67a1d24a0c0c99e0548a82cc1"
50
+ "gitHead": "1736ba76c39f6a9ef426b7620cbb62b7f8c6259b"
51
51
  }