-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule _common
updated
16 files
+10 −2 | docs/web/api/table.en-US.md | |
+10 −2 | docs/web/api/table.md | |
+1 −1 | docs/web/api/tabs.en-US.md | |
+1 −1 | js/common.ts | |
+1 −1 | js/global-config/locale/en_US.ts | |
+1 −1 | js/global-config/locale/zh_CN.ts | |
+218 −262 | js/tree/tree-node-model.ts | |
+51 −177 | js/tree/tree-node.ts | |
+62 −75 | js/tree/tree-store.ts | |
+6 −16 | js/tree/types.ts | |
+1 −1 | js/watermark/randomMovingStyle.ts | |
+2 −0 | style/web/components/_index.less | |
+1 −0 | style/web/components/color-picker/_index.less | |
+33 −32 | style/web/components/image-viewer/_index.less | |
+1 −1 | style/web/components/upload/_index.less | |
+5 −0 | style/web/components/watermark/_index.less |