-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test(tree): 完善 tree 组件的禁用示例 * fix(tree): tree 组件, 禁用状态过滤函数不再仅生效于UI层,将传递到模型侧参与状态计算 * fix(tree): tree 组件完善禁用逻辑 * fix(tree): tree 组件添加 refresh 方法刷新节点状态 * test(tree): tree 组件,完善 disabled 相关示例 * fix(tree): tree 组件,完善半选状态下的状态切换 * test(tree): tree 组件,完善操作示例,提供 disabled 状态与其他状态的整合演示 * chore(tree): tree 组件,更新 common 依赖 * test(tree): tree 组件,添加禁用状态相关测试 * chore(tree): tree 组件,更新 common 依赖,补充文档 * test(tree): tree 组件,update snapshot
- Loading branch information
Showing
14 changed files
with
1,511 additions
and
920 deletions.
There are no files selected for viewing
Submodule _common
updated
8 files
+10 −0 | js/statistic/utils.ts | |
+19 −9 | js/tree/tree-node-model.ts | |
+165 −43 | js/tree/tree-node.ts | |
+2 −0 | js/tree/tree-store.ts | |
+9 −1 | js/tree/types.ts | |
+1 −0 | style/web/components/tag/_index.less | |
+0 −1 | style/web/components/upload/_index.less | |
+226 −20 | test/unit/tree/disabled.test.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.