-
Notifications
You must be signed in to change notification settings - Fork 492
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(tree): tree 组件,完善禁用状态相关逻辑 * test(unit): tree 组件,完善禁用状态相关单元测试 * chore(tree): tree 组件更新 common 依赖,完善文档 * test(unit): tree 组件,update snapshot
- Loading branch information
Showing
14 changed files
with
1,777 additions
and
1,077 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.