Commit Graph

135 Commits

Author SHA1 Message Date
gx f21c9a03ab fix: set rowHeight to 24 when dom is not loaded 2021-03-24 15:08:51 +08:00
gx c08be8d6a8 fix: change stopPropatation event 2021-03-22 12:27:07 +08:00
gx 09b9d18e58 fix: stop propatation when cliking or checking a node 2021-03-22 10:47:57 +08:00
gx 65b98f3bd4 fix: keep latest action to judge whether a node is to be expanded 2021-03-16 09:56:56 +08:00
gx bf29762374 fix: reset cacheLatestState 2021-03-11 10:33:05 +08:00
gx-mac 3f7f4c4237 fix: sync cacheExpandedKeys when passing loadData func 2021-03-10 16:42:04 +08:00
gx-mac edde294f3a fix: fix cacheExpandedKeys bug 2021-03-08 17:28:03 +08:00
gx-mac 1dc8fc2b9d fix: 传autoExpandParent一直为true时收起节点bug 2021-03-08 16:03:03 +08:00
gx-mac a188004ad9 fix: 点击收起按钮时,外部容器滚动条不回到顶部 2021-03-07 23:56:49 +08:00
gx 6e72512fd9 fix: 样式修改 2021-03-01 16:20:04 +08:00
gx e44506dada fix: 改用节流函数处理大数据下的滚动 2021-02-22 10:41:43 +08:00
Gaox2025f 73217935e4 feat: 支持自由关闭主树 2021-02-03 22:58:57 +08:00
gx 96ac6b4eba 支持自定义懒加载延迟时间 2021-01-13 16:54:00 +08:00
gx 488c719a64 fix: 无限滚动节流函数改成防抖 2021-01-13 15:02:20 +08:00
gx 957148e169 fix: checkStrictly为true时,兼容renderTreeNodes方法的循环 2021-01-13 14:20:11 +08:00
gx2025f de7b4e58fb fix: 改变数据源时,scrollTop回到顶部 2021-01-11 18:13:18 +08:00
izbz wh 4a182a93f3 fix: 选中树节点,focusKey一直显示bug 2020-12-02 10:36:24 +08:00
izbz wh 2aabc5090d fix: 懒加载场景中treeNode为undefined取不到key 2020-10-21 15:18:00 +08:00
izbz wh 4158d7ea36 fix: #JCJS-4818 树的向上快捷键失效bug 2020-10-21 11:23:30 +08:00
gct 27b3857258 支持table的treerefer列全键盘 2020-10-13 09:55:43 +08:00
izbz wh f737339280 fix: #JCJS-4571 逻辑优化 2020-10-12 15:42:47 +08:00
izbz wh 9976ef9c4e Merge branch 'master' of github.com:tinper-bee/bee-tree 2020-10-12 10:34:36 +08:00
izbz wh cd432da51f fix: #JCJS-4571 滚动加载场景下treeNode无children时不设置默认值[] 2020-10-12 10:34:18 +08:00
Jarvan f0c09ec1d7 fix: 解决focus报错 2020-09-17 16:41:13 +08:00
yangchch6 0f4819bef7 feat: treeData支持自定义属性[JCJS-2535] 2020-07-25 11:42:38 +08:00
liushaozhen 35e9ff65e8 fix: 懒加载无法打开问题修复 2020-07-15 10:57:33 +08:00
liushaozhen 00da5516d5 fix: scrollY未定义 2020-06-12 13:33:27 +08:00
liushaozhen b08ee805bc fix: scrollY未定义 2020-06-12 13:31:46 +08:00
yangchch6 4554f26ff7 fix: 懒加载滚动后,复选框不能勾选[IFNC-1116] 2020-06-12 10:54:31 +08:00
liushaozhen 66996a1653 fix: onCheck第一个参数的key不对 2020-05-08 16:02:09 +08:00
yangchch6 c8f3a8ddca fix: selectable为 false 时,回车不选中节点 2020-04-19 15:18:00 +08:00
yangchch6 5335f5730e feat: ncc制造,树参照包含下级需求,checkStrictly 动态改变后,拿到组件内部属性 this.checkedKeys 2020-04-16 14:32:17 +08:00
yangchch6 15c13a9482 fix: 兼容children为 null 2020-03-23 10:37:36 +08:00
yangchch6 cfdf3ae16b fix: treenodes报错问题 2020-03-10 10:45:09 +08:00
yangchch6 046a7ae8eb fix: autoExpandParent 未生效问题 2020-03-05 15:07:57 +08:00
yangchch6 e65b4b18bf TAB键选中树后,默认聚焦在第一个(已选中)节点,并显示 focus 状态 2020-02-22 21:06:55 +08:00
yangchch6 b1683323ef fix:树组件异步渲染树节点,设置 defaultExpandAll 属性失效 2019-11-07 19:23:33 +08:00
yangchch6 53df15ddb8 fix:双击事件触发了两次onDoubleClick回调 2019-10-29 19:07:54 +08:00
yangchch6 05c88bcf5a fix:2.1.3版本的修改回退,实现有问题 2019-10-21 17:15:39 +08:00
yangchch6 cbf2831c27 fix:树参照默认节点全展开,收起一个节点,操作别的节点时,收起的节点又展开了 2019-10-18 19:44:01 +08:00
yangchch6 07066dfd88 支持自定义属性、展开节点自动收起问题 2019-09-24 21:24:24 +08:00
yangchch6 9be1255a9e 支持自定义属性 2019-09-19 20:47:49 +08:00
yangchch6 bfcbb1225a feat:自动获取树节点真实行高 2019-09-19 16:01:41 +08:00
yangchch6 8534221dbd publish 2.1.5 2019-09-16 14:25:11 +08:00
yangchch6 1a789f7a0d 1、解决动态改变 treeData 时,没有重新截取数据的问题 2、递归遍历数据方法中,优化对 expandedKeys 的处理 2019-09-12 15:13:34 +08:00
yangchch6 39cac9a144 动态获取数据源,defaultExpandAll 不生效问题 2019-09-05 10:09:31 +08:00
yangchch6 5e22df6436 增加 expandWhenDoubleClick API,设置双击树节点的时候,是否触发收起/展开动作 2019-09-02 10:11:21 +08:00
yangchch6 039c90e505 fix:动态补全父节点时,顺序不对的问题 2019-08-28 11:40:54 +08:00
yangchch6 2b9457cb17 解决数据量少时,出现滚动条的问题 2019-08-28 10:19:05 +08:00
yangchch6 8524f03c82 fix:滚动时,层级计算错误 2019-08-26 21:13:42 +08:00