Commit Graph

106 Commits

Author SHA1 Message Date
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
yangchch6 b0ff0ad518 publish 2.1.1 2019-08-26 15:07:00 +08:00
yangchch6 d9ba5e4b8e 增加 getScrollContainer 属性,自定义滚动事件监听的容器 2019-08-21 20:53:10 +08:00
yangchch6 10903ed0e4 增加autoSelectWhenFocus参数 2019-08-20 10:41:34 +08:00
yangchch6 101756fa84 fix:更新时 treeData 加判断 2019-08-20 09:46:20 +08:00
yangchch6 d91db60e51 增加renderTreeNodes函数 2019-08-15 19:11:31 +08:00
yangchch6 f1e4303399 支持滚动加载,增加多个API 2019-08-14 20:50:48 +08:00
yangchch6 03e4dbf620 不带复选框的树,不能通过空格键选中树节点的问题 2019-08-10 11:38:50 +08:00
yangchch6 5e4a17cadc publish 2.0.17 2019-07-13 11:29:05 +08:00
izbz wh 9c969e56a6 merge 2019-07-13 11:03:31 +08:00
izbz wh 7f8d67854d fix:hover行背景色宽度修改 2019-07-13 11:01:22 +08:00
yangchch6 b2b817f2ff merge 2019-07-05 10:16:55 +08:00
yangchch6 7513975328 fix:快捷键操作节点状态扩展 2019-07-05 10:10:01 +08:00
izbz wh 4b394c5ae5 fix:ul获取焦点事件兼容处理,防止已经选中节点再次选中 2019-07-04 20:29:12 +08:00
izbz wh ec56ee31f3 merge 2019-06-26 14:01:35 +08:00
izbz wh a4fbd316eb feat:增加mustexpandable属性,支持disabled的节点可以展开收起 2019-06-26 13:59:06 +08:00
yangchch6 255fd95a51 publish 2.0.13 2019-05-24 18:19:37 +08:00
izbz wh 1c085c8c2a feat: 增加ext属性,支持用户自定义扩展数据 2019-05-21 16:04:52 +08:00
yangchch6 fc49aea79e 增加节点和拖拽组合使用示例 2019-05-20 17:50:48 +08:00
izbz wh 3b8390aeff fix(Tree.js): * CheckStrickly为false时,onCheck返回数据bug 2019-05-17 09:45:34 +08:00
izbz wh b18ec77cdc merge 2019-05-16 07:53:43 +08:00
izbz wh 958083564c fix: checkStrictly为false时动态改变数据源造成的onCheck回调参数错误问题 2019-05-16 07:52:10 +08:00
yangchch6 821f19f141 [Fixbug]解决书参照默认带有滚动条问题 2019-04-25 15:19:57 +08:00
izbz wh c7c1cf82fe feat: 增加liAttr属性,用户可自定义节点的属性内容 2019-04-24 16:36:20 +08:00
izbz wh e12427aa01 feat 增加keyDown钩子函数keyFun 2019-04-18 16:34:25 +08:00
yangchch6 9c924e0b30 Tree组件规范调整 2019-04-10 15:50:58 +08:00
yangchch6 47fc9c2e38 统一边框色 2019-03-25 10:45:14 +08:00
liushaozhen 4f0325233f demo修改 2019-03-21 10:02:36 +08:00
izbz wh f18d420e91 merge 2019-03-19 18:32:31 +08:00
izbz wh eb8279d927 checkbox样式修改 2019-03-19 18:20:07 +08:00
yangchch6 3792e9382a 选中色统一 2019-03-19 16:24:35 +08:00
liushaozhen 429de2473a demo id 修改 2019-03-18 17:26:19 +08:00
yangchch6 a562e492fc 修改API文档 2019-03-15 11:34:41 +08:00