el-tree-transfer
Advanced tools
Comparing version 2.2.8 to 2.2.9
{ | ||
"name": "el-tree-transfer", | ||
"version": "2.2.8", | ||
"version": "2.2.9", | ||
"description": "A tree shaped shuttle box assembly based on Vue and element-ui 一个基于vue.js和element-ui的树形穿梭框,也可用于邮件通讯录", | ||
@@ -5,0 +5,0 @@ "main": "dist/treeTransfer.min.js", |
@@ -155,2 +155,4 @@ # el-tree-transfer | ||
| 25 | defaultExpandedKeys | 默认展开节点 | Array | false | - | - | 要展开的节点id数组,会自动去重生效在左右两侧 | | ||
| 26 | lazyRight | 2.2.9 版本lazy属性只对左侧树生效,如果需要右侧也是用懒加载->lazyRight | Boolean | - | - | - | | ||
> ----------------------------------------------------------- | ||
@@ -191,2 +193,4 @@ | ||
> 2.2.9 版本lazy属性只对左侧树生效,如果需要右侧也是用懒加载->lazyRight | ||
> 2.2.8 优化defaultCheckedKeys和defaultTransfer配合使用时,触发了添加事件的问题,通常默认第一次穿梭是后台偷懒没有生成fromData和toData | ||
@@ -193,0 +197,0 @@ 两份数据,需要前端拆分,此时再触发添加事件则务必要;另可不使用defaultTransfer而是在defaultCheckedKeys改变后手动调用addToAims(false)函数,参数传false则不会触发emit回调 |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
107185
313