Commit Graph

22 Commits

Author SHA1 Message Date
chengj 5ad93c6004
feat(function): get selected tree node (#1857) 2022-04-29 09:55:14 +08:00
zuihou fb43e54847 feat(BasicTree): 支持设置加载中 2022-04-08 18:27:22 +08:00
vben b0a0cbcd6a fix: Fix context menu not working 2021-12-12 23:17:00 +08:00
zuihou 13d660bede feat: 添加BasicTree使用 fieldNames 后,actionList 和 插槽 会失效的示例代码 2021-12-10 22:19:43 +08:00
vben e15b4f14db fix: fix all types of errors, compatible with volar plugin 2021-08-17 23:04:29 +08:00
无木 542121129e feat(demo): add basicTree with async data expand all
演示basicTree使用异步数据并自动展开
2021-07-06 17:10:19 +08:00
无木 5637588fce fix(demo): fix async tree demo, fixed: #823 2021-07-02 02:27:33 +08:00
JinMao 9298b3c988 feat: add Tree LoadData demo 2021-06-23 15:53:31 +08:00
无木 3ed2339a6d fix(tree): support defaultExpandAll prop
defaultExpandLevel已去除-1的行为定义,由defaultExpandAll代替。
2021-05-29 23:08:10 +08:00
无木 6edca1c19c feat(tree): add defaultExpandLevel prop
新增defaultExpandLevel属性,指定默认要展开的层级数。-1为默认全部展开(等同于ATree的defaultExpandAll),大于0则展开到指定层级。注意:该属性仅在首次渲染时起作用

close: #672
2021-05-29 00:48:56 +08:00
Netfan d8ff30d9ec
fix(tree): onCheck event lose origin param (#636)
修复Tree的onCheck事件缺少节点参数的问题
2021-05-22 22:36:19 +08:00
Vben cd8e924d46 perf(tree): strengthen BasicTree function 2021-03-03 23:35:30 +08:00
Vben 8b62fa0cb0 feat(tree): actionItem added show attribute close #314 2021-03-02 23:57:35 +08:00
Vben 72b42d7b35 feat(tree): add renderIcon props close #309 2021-03-02 23:15:32 +08:00
vben 9edc281322 chore: format code by eslint #222 2021-01-28 23:30:50 +08:00
vben de5bf757f2 fix(form): formAction slot not work 2021-01-07 21:16:30 +08:00
vben 31ff0559fe feat(page-wrapper): added pageWrapper component 2021-01-05 21:45:05 +08:00
vben 9bb751475d perf: tsx use useExpose 2020-12-08 22:53:29 +08:00
陈小婷 5dc8226ce1 fix: 整体图标调整 2020-12-08 00:22:55 +08:00
vben e8ccdc7f34 fix(tree): fix tree style (#99) 2020-11-26 22:46:37 +08:00
nebv 03b6025d07 refactor(style): remove tailwind css 2020-10-11 00:05:29 +08:00
陈文彬 2f6253cfb6 initial commit 2020-09-28 20:19:10 +08:00