afc163
0a5ec6713c
🐛 Fix Tree showLine and showIcon missing icon
...
close #20192
2019-12-12 11:18:23 +08:00
偏右
4146efa810
🐛 fix duplicated icons when Tree showLine is true ( #20102 )
...
close #20090
2019-12-05 17:48:47 +08:00
二货机器人
451d01b082
fix: refactor collect tree key code logic ( #19646 )
...
* fix: collect tree key should support nest chldren
* fix logic
* update snapshot
2019-11-09 22:33:53 +08:00
kavin
fc697007c5
fix(test case): fix test case for directory tree component
2019-10-12 10:51:20 +08:00
kavin
e161a2ae76
fix( #19132 ): add test file
2019-10-12 10:51:20 +08:00
kavin
a0851cdd34
fix( #19132 ): remove console log
2019-10-12 10:51:20 +08:00
kavin
1884c12a81
fix( #19132 ): fix component DirectoryTree
2019-10-12 10:51:20 +08:00
kavin
7c6731021d
fix( #19132 ): fix component tree defaultExpandAll does not work when using treeData
2019-10-12 10:51:20 +08:00
kavin
5fff041e8a
fix( #19132 ): fix component tree defaultExpandAll does not work when using treeData
2019-10-12 10:51:20 +08:00
MrHeer
75d5dff1f9
👌 add use case
2019-09-23 18:50:10 +08:00
MrHeer
0e52f9a891
🐛 fix Tree switcherIcon prop not working when showLine
...
close #18810
2019-09-23 18:50:10 +08:00
He Linming
56abebfb3c
docs: add onMouseEnter and onMouseLeave event TypeScript definition for Tree ( #18796 )
...
* 📝 Add onMouseEnter and onMouseLeave event typeScript definition
close #18786
* 👌 remove document
2019-09-13 13:30:01 +08:00
yoyo837
240865143f
order
2019-09-09 18:24:20 +08:00
蒋璇
563fa3ccc2
Update index.zh-CN.md
2019-09-09 16:47:55 +08:00
蒋璇
800e3ecab8
Update index.en-US.md
2019-09-09 16:43:42 +08:00
蒋璇
7864ab46c4
Update index.en-US.md
2019-09-03 18:23:00 +08:00
MrHeer
849237be0b
💄 Add @tree-node-hover-bg and @tree-node-selected-bg less variables
...
close #18539
2019-09-03 11:17:58 +08:00
afc163
a51f7a0508
✅ test unmount
2019-08-27 18:31:01 +08:00
orzyyyy
63b33d4020
fix: unexpected changes of snapshots
2019-08-06 15:36:12 +08:00
orzyyyy
872ada07e7
fix: lint:demo
2019-08-06 15:31:59 +08:00
afc163
b5e13b2541
📝 Add description for Tree component
2019-08-02 22:48:09 +08:00
MuYu
fb0b4f0fc9
docs: show version Number features were added ( #17373 )
...
* docs: add api first appearance
* docs: fix auto-complete doc
* docs: replace Version Added with Version
* docs: date picker common method
* docs: date picker common method
* docs: tree
* docs: remove meaningless 3.0.0
2019-07-11 14:14:33 +08:00
hengkx
0130cbfa16
fix Tree treeData
2019-06-28 03:28:00 +08:00
afc163
57c28def68
revert unknown to any
2019-06-24 11:29:58 +08:00
偏右
a4d7593ef2
Merge pull request #17120 from Zzzen/master
...
refactor: eliminate `any` type in exported interfaces.#14044
2019-06-21 17:38:56 +08:00
陈帅
82b85709be
style: run lint-fix ( #17172 )
2019-06-19 19:09:08 +08:00
Zzzen
f1ee189bd2
eliminate any
type in exported interfaces.#14044
2019-06-16 20:51:47 +08:00
zombieJ
4911bee059
use calc to fix tree line ( #17055 )
2019-06-12 12:20:32 +08:00
afc163
13379aa0d8
💄 Optimize examples code style
2019-05-27 22:04:17 +08:00
偏右
0c1b062c11
Merge pull request #16638 from eruca/master
...
fix: Tree.onDragEnter function parameter
2019-05-17 10:48:11 +08:00
ztplz
1872f51f94
Format ( #16639 )
2019-05-16 23:32:16 +08:00
eruca
7cb4a11290
onDragEnter的函数定义缺少一个expandedKeys:string[]?
...
官方的示例里有expandedKeys, 可是typescript定义里没有,所以扩展一下
2019-05-16 22:33:15 +08:00
ztplz
9308f19314
Fix incorrect tree type ( #16624 )
2019-05-16 20:45:04 +08:00
afc163
b780070351
💄 prittier all files
2019-05-07 14:57:32 +08:00
陈帅
785c132262
meger feature to master ( #16421 )
...
* use ul in list
* update snapshot
* update comment
* feat: TreeSelect support `showSearch` in multiple mode (#15933 )
* update rc-tree-select
* typo
* update desc & snapshot
* update desc & snapshot
* check default showSearch
* feat: table customizing variable (#15971 )
* feat: added table selected row color variable
* fix: @table-selected-row-color default is inherit
* feat: Upload support customize previewFile (#15984 )
* support preview file
* use promise
* dealy load
* use canvas of render
* use domHook of test
* update demo
* add snapshot
* update types
* update testcase
* feat: form customizing variables (#15954 )
* fix: added styling form input background-color
* feat: added '@form-warning-input-bg' variable
* feat: added '@form-error-input-bg' variable
* use li wrap with comment
* feat: Support append theme less file with less-variable (#16118 )
* add override
* add override support
* update doc
* feat: dropdown support set right icon
* docs: update doc of dropdown component
* style: format dropdown-button.md
* test: update updateSnapshot
* style: format dropdown-button.md
* test: update updateSnapshot
* test: update updateSnapshot
* style: change style of dropdown-button demo
* fix: fix document table order
* feat: Support SkeletonAvatarProps.size accept number (#16078 ) (#16128 )
* chore:update style of demo
* feat: Notification functions accept top, bottom and getContainer as arguments
* drawer: add afterVisibleChange
* rm onVisibleChange
* update
* feat: 🇭🇷 hr_HR locale (#16258 )
* Added Croatian locale
* fixed lint error
* ✅ Add test cases for hr_HR
* 📝 update i18n documentation
* feat: add `htmlFor` in Form.Item (#16278 )
* add htmlFor in Form.Item
* update doc
* feat: Button support `link` type (#16289 )
close #15892
* feat: Add Timeline.Item.position (#16148 ) (#16193 )
* fix: Timeline.pendingDot interface documentation there is a small problem (#16177 )
* feat: Add Timeline.Item.position (#16148 )
* doc: add version infomation for Timeline.Item.position
* refactor: Update Tree & TreeSelect deps (#16330 )
* use CSSMotion
* update snapshot
* feat: Collapse support `expandIconPosition` (#16365 )
* update doc
* support expandIconPosition
* update snapshot
* feat: Breadcrumb support DropDown (#16315 )
* breadcrumbs support drop down menu
* update doc
* add require less
* fix test
* fix md doc
* less code
* fix style warning
* update snap
* add children render test
* feat: TreeNode support checkable
* feat: add optional to support top and left slick dots (#16186 ) (#16225 )
* add optional to support top and left slick dots
* update carousel snapshot
* Update doc, add placement demo
* update carousel placement demo snapshots
* rename dots placement to position
* update vertical as deprecated
* rename dotsPosition to dotPosition
* refine code
* add warning testcase for vertical
* remove unused warning
* update expression
* Additional test case for dotPosition
* refactor: Upgrade `rc-tree-select` to support pure React motion (#16402 )
* upgrade `rc-tree-select`
* update snapshot
* 3.17.0 changelog
* fix warning
* fix review warning
2019-05-06 12:04:39 +08:00
DiamondYuan
b3bea96e80
fix: Tree checkbox animation not correct ( #16272 )
...
* fix: Tree checkbox animation not correct
* fix: Tree checkbox animation not correct
* fix: Tree checkbox animation not correct
* chore: add comment
2019-04-24 20:09:49 +08:00
Aaron Cawte
4cd0c74d0d
Documentation - Tree Component
2019-04-19 23:39:58 +01:00
zombieJ
15b900bbfb
another try ( #16077 )
2019-04-15 14:56:21 +08:00
afc163
a2a9831abb
💄 Fix less code style
2019-04-15 11:05:06 +08:00
zombieJ
41316e69e8
update snapshot ( #16017 )
2019-04-11 12:48:36 +08:00
诸岳
dcdd7fb414
fix(Tree): Switcher loading icon and checkbox should be vertical align when @tree-title-height is modified, close #15955 ( #15962 )
2019-04-10 17:44:39 +08:00
zombieJ
645557f3d9
Proxy of event info ( #15967 )
2019-04-09 14:20:59 +08:00
zombieJ
fb6b6a1b0b
fix: Use mock of lodash.debounce ( #15904 )
...
* another try
* rm mock file
2019-04-07 19:39:04 +08:00
zombieJ
107943673f
use mock function ( #15847 )
2019-04-04 00:12:04 +08:00
babycannotsay
c3a6e47cc3
fix prop 'onLoaded' of TreeProps
...
set onLoaded to onLoad in order to be same as rc-tree
2019-03-28 16:20:59 +08:00
zefeng
d0a1196e63
remove useless param in tree doc ( #15591 )
2019-03-23 12:19:36 +08:00
zombiej
65dd36a466
rm useless
2019-03-13 15:57:42 +08:00
Cheng
c882a4b918
Style tree content to full width ( #14858 )
...
* ✨ (tree) new blockNode props
* 💄 (tree) style for blockNode
* 📝 (tree) update draggable demo
* 🐛 (tree) fix custom switcherIcon class
* ✅ (tree) update snapshots
* 📝 (tree) update docs
* 👌 opt trans
2019-03-08 12:36:46 +08:00
orzorzorzorz
642307481a
fix: unexpected return ( #14982 )
2019-02-21 20:49:04 +08:00
杨小事er
0f91fb07e9
fix(tree): fix growing space ( #14964 )
...
* fix(tree): fix growing space
* fix(tree): remove last child 4px padding bottom and keep others
* Update index.less
2019-02-21 11:17:52 +08:00