Zhi Cun
|
aa9851ee74
|
Chore: upgrade to webpack@4 (#14173)
* Chore: upgrade webpack@4
* Chore: upgrade to webpack@4
* Chore: add babel-preset-stage-2
* Chore: fix test case
* Chore: upgrade webpack@4
* Docs: update docs
* Docs: update docs
* Chore: fix coveralls
* Chore: update yarn.lock
|
2019-01-23 11:34:19 +08:00 |
dive2Pro
|
d97555bdde
|
Tree: fixed `default-checked-keys` display wrong (#13349)
* fix: 12383 Tree in lazy mode set child node 'default-checked-keys', display wrong:All nodes are fulfilled
* 添加测试
* fix code style
* update style
|
2018-11-13 10:31:22 +08:00 |
Anton Kuznetsov
|
2b7fa617ae
|
Tree: add currentNodeKey property declaration and fix test for currentNodeKey (#13197)
* Add currentNodeKey property declaration, fix test for currentNodeKey
* translate Chines doc
|
2018-11-08 19:28:24 +08:00 |
杨奕
|
e809720ce4
|
Tree: setCurrentKey cancels highlight when param is null (#11205)
|
2018-05-17 13:30:58 +08:00 |
杨奕
|
68db03fc22
|
Tree: add checkOnClickNode (#11111)
|
2018-05-10 18:01:49 +08:00 |
FuryBean
|
fe29af1b1f
|
Add check event and getHalfChecedNodes method for Tree (#9730)
|
2018-02-09 10:31:11 +08:00 |
FuryBean
|
6bef614c01
|
add api for tree (#9718)
|
2018-02-09 10:28:43 +08:00 |
杨奕
|
248b1bf8de
|
Tree: support scoped slot (#9686)
|
2018-02-06 16:45:27 +08:00 |
Leopoldthecoder
|
2250162553
|
Checkbox: change event only triggers on user input
|
2017-08-18 12:22:19 +08:00 |
Leopoldthecoder
|
24b29a2d09
|
Tree: fix lazy expandOnChecked test
|
2017-08-08 12:40:37 +08:00 |
Leopoldthecoder
|
e294273c50
|
Tree: fix checkDescendants test
|
2017-08-05 18:26:14 +08:00 |
Dreamacro
|
41c19249ab
|
Tree: add check-descendants attribute
|
2017-08-05 17:36:30 +08:00 |
Dreamacro
|
54e5cd2340
|
Tree: render when node expand
|
2017-08-05 17:34:40 +08:00 |
Dreamacro
|
9f31626923
|
Tree: add updateKeyChildren method
|
2017-07-23 17:37:02 +08:00 |
Dreamacro
|
ce72b8414d
|
add Tree component current node method (#5988)
* Tree: add current node method
* Tree: remove current-node-key attribute
* fix warn message
* Update tree.md
* Update tree.md
|
2017-07-23 17:28:26 +08:00 |
Dreamacro
|
476f76875c
|
Tree: checkbox can be disabled
|
2017-07-20 15:41:43 +08:00 |
baoyang
|
ae8ab4b56c
|
Tree: fix setCheckedKeys() not work on node that has childNodes (#2967)
|
2017-02-28 16:02:05 +08:00 |
张华焱
|
8bf9c7d9ac
|
[tree]:add node-expand and node-collapse event
|
2017-01-24 10:52:25 +08:00 |
张华焱
|
7d09486968
|
[tree]添加node-open与node-close事件,共三个参数,依次为:传递给 data 属性的数组中该节点所对应的对象、节点对应的 Node、节点组件本身。
|
2017-01-18 17:16:07 +08:00 |
baiyaaaaa
|
2072156e5b
|
tree support accordion
|
2017-01-16 12:37:51 +08:00 |
FuryBean
|
40f9d83f87
|
Tree: add expand-on-click-node prop. (#1805)
|
2016-12-19 15:38:51 +08:00 |
FuryBean
|
6c4f8a6867
|
Tree: add current-change event & current-node-key. (#1807)
|
2016-12-17 14:09:05 +08:00 |
FuryBean
|
d3b3d865e8
|
Tree: add setChecked method. (#1434)
|
2016-11-28 18:57:09 +08:00 |
Furybean
|
807c06071d
|
Tree: fixed default-expanded-keys can not set again.
|
2016-11-25 17:41:36 +08:00 |
Furybean
|
59293a219e
|
Tree: add filter-node-method prop & filter method.
|
2016-11-22 12:37:02 +08:00 |
Furybean
|
2c764d13fa
|
Tree: add getCheckedKeys & setCheckedKeys API.
|
2016-11-22 11:57:42 +08:00 |
FuryBean
|
5203280af1
|
Tree: add defaultExpandKeys & defaultCheckedKeys. (#1088)
|
2016-11-16 15:35:46 +08:00 |
杨奕
|
a1b83b5540
|
Tree: add test (#679)
|
2016-10-27 17:30:27 +08:00 |