Wei Zhu
a3ce6678cb
Update snapshot
6 years ago
zombiej
1c85bb3b62
fix #12396 . Support expandedKeys when init
6 years ago
zombiej
e58273dccf
fix #12269 . Fix Tree onDrop ts type
6 years ago
HeskeyBaozi
976f6969f4
update test snapshot
6 years ago
zombiej
425e477c7f
update rc-tree & testcase
6 years ago
HeskeyBaozi
24568f61ff
use the whole svg icons
6 years ago
HeskeyBaozi
d5e55e365d
test
6 years ago
HeskeyBaozi
2f8a56fa78
fix test case & update test snapshot
6 years ago
HeskeyBaozi
74798b8911
upgdate test snapshot
6 years ago
HeskeyBaozi
c7069b27fe
fix icon theme code style
6 years ago
HeskeyBaozi
359191abeb
update test snapshot
6 years ago
HeskeyBaozi
e91aa112bf
remove svgClassName
6 years ago
HeskeyBaozi
d6131fe18d
update test snapshot
6 years ago
HeskeyBaozi
0c9465aaf9
upgrade icons library
6 years ago
HeskeyBaozi
7f22efbfae
update test sanpshot
6 years ago
HeskeyBaozi
ec397fef5b
update test snapshot
6 years ago
HeskeyBaozi
6fe79dff36
upgrade tree-select
6 years ago
HeskeyBaozi
ee1d2469a8
upgrade test snapshot
6 years ago
HeskeyBaozi
43e6621fb7
use correct icon
6 years ago
zombiej
500ef62638
fix https://github.com/ant-design/ant-design/issues/11423 . TreeNode can accept custom prop
6 years ago
HeskeyBaozi
96b38dd3ec
use svg icon in introduce
6 years ago
Alexey Yakovlev
3582f46347
Update TreeProps.onCheck callback signature.
6 years ago
HeskeyBaozi
33d270aaf2
tree dynamic icon
6 years ago
HeskeyBaozi
d185068c20
yarn upgrade rc-tree
6 years ago
HeskeyBaozi
796de6390b
update test snapshot
6 years ago
HeskeyBaozi
b9a9c308c9
[breaking] remove iconfont-font class helper
6 years ago
HeskeyBaozi
35974d67b2
update test snap shot
6 years ago
Bartek
e107b03cc7
closing #11604 , add selectable to AntTreeNodeProps ( #11651 )
6 years ago
zombiej
6617f785fd
fix #11458 . Adjust treeNode draggable css
6 years ago
zombiej
17b82a251a
update rc-tree
6 years ago
Ilan Hasanov
186496d840
💬 fix tree component typos
6 years ago
HeskeyBaozi
ee16585b6d
update test cases
6 years ago
zombiej
ed7630053e
fix #11366 . action trigger expand also trigger the onExpand
6 years ago
HeskeyBaozi
4a553a2006
upgrade test cases
6 years ago
HeskeyBaozi
8df086f022
update test cases
6 years ago
HeskeyBaozi
9338f33c1c
update test cases
6 years ago
Zhiqiang Gong
722b24b813
add disabled prop ( #11188 )
First of all, thank you for your contribution! :-)
Please makes sure that these checkboxes are checked before submitting your PR, thank you!
* [x] Make sure that you propose PR to right branch: bugfix for `master`, feature for latest active branch `feature-x.x`.
* [x] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd ).
* [x] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style.
* [x] Rebase before creating a PR to keep commit history clear.
* [x] Add some descriptions and refer relative issues for you PR.
Extra checklist:
**if** *isBugFix* **:**
* [x] Make sure that you add at least one unit test for the bug which you had fixed.
**elif** *isNewFeature* **:**
* [ ] Update API docs for the component.
* [ ] Update/Add demo to demonstrate new feature.
* [ ] Update TypeScript definition for the component.
* [ ] Add unit tests for the feature.
tslint检测时报错
类型“IntrinsicAttributes & IntrinsicClassAttributes<Tree> & Readonly<{ children?: ReactNode; }> & Read...”上不存在属性“disabled”。
6 years ago
afc163
0981ef06a4
fix demo lint
7 years ago
afc163
009ed08580
upgrade eslint-config-airbnb
7 years ago
愚指导
d11d44e413
Bump 3.6.4 and fix some lint issue.
7 years ago
Wei Zhu
3fb478e743
Update Tree types
7 years ago
zombiej
ac9368298f
miss ? for TreeNode className prop
7 years ago
zombiej
17da353575
close #10950 . Add className in TreeNode prop
7 years ago
Wei Zhu
b7879e909f
docs: use title instead of key
Address #10949
7 years ago
Wei Zhu
99cad890ef
Fix Tree types, TreeNode is a ComponentClass
Close #10868
7 years ago
zombiej
c488aca05e
close #10666 #10821.Update tree support loadedKeys
7 years ago
Kirill Alexander Khalitov
0ca1a990be
Makes TreeNode component more type safe
Makes TreeNode component more type safe
7 years ago
Kirill Alexander Khalitov
74755fef99
Fix #10838
Fix [#10838 ](https://github.com/ant-design/ant-design/issues/10838 )
7 years ago
zombieJ
a825ed4e66
Directory Tree ( #10139 )
Support DirTree. close #7749
7 years ago
zombiej
06ffd9ca04
Adjust Tree icon vertical-align, fix #10603
7 years ago