ez-react-antd 0.1.7 → 0.1.8

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.
@@ -10550,7 +10550,6 @@ class Rk extends x.Component {
10550
10550
  width: this.state.selectWidth
10551
10551
  })
10552
10552
  },
10553
- menuIsOpen: !0,
10554
10553
  onChange: (t) => {
10555
10554
  let l;
10556
10555
  t && (l = t.value), this.props.onChange && this.props.onChange(l);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ez-react-antd",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "基于 Ant Design 的公共组件库",
5
5
  "main": "./dist/ez-react-antd.umd.js",
6
6
  "module": "./dist/ez-react-antd.es.js",