balmjs / balm-ui

:diamonds: A modular and customizable UI library based on Material Design and Vue
https://material.balmjs.com
MIT License
508 stars 30 forks source link

feat(tree.vue): add new props autoExpandSelected and autoExpandAll #168

Closed guxuerui closed 1 year ago

guxuerui commented 1 year ago

在使用ui-tree的时候,发现当手动修改 ui-treev-mode 值后,树的展开状态没有变化,所以希望增加两个属性 autoExpandSelectedautoExpandAll

  1. 在手动设置 ui-tree 的值后,可以自动展开对应的树节点和其对应的父级节点

  2. 当节点不太多时,可以选择默认展开所有的树节点

https://github.com/balmjs/balm-ui/assets/23629097/20afec81-1c10-417b-8b7b-c02a3d89e0bc

elf-mouse commented 1 year ago

@guxuerui 非常感谢你的PR,v10.21.0已更新