venus-design 0.5.1 → 0.5.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.
@@ -202,7 +202,8 @@ var VenusDept = function VenusDept(props) {
202
202
  //@ts-ignore
203
203
  onSelect: onSelect,
204
204
  blockNode: true,
205
- multiple: true
205
+ multiple: true,
206
+ defaultExpandAll: true
206
207
  //selectable={false}
207
208
  ,
208
209
  height: 400,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "venus-design",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "venus all compoments",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",