el-tree-transfer
Advanced tools
Comparing version 2.3.2 to 2.3.3
{ | ||
"name": "el-tree-transfer", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"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", |
@@ -5,4 +5,2 @@ # el-tree-transfer | ||
--- | ||
el-tree-fransfer 是一个基于 VUE 和 element-ui 的树形穿梭框组件,使用前请确认已经引入[element-ui](http://element.eleme.io/#/zh-CN/component/quickstart)! | ||
@@ -14,13 +12,6 @@ 此组件功能类似于`element-ui`的[transfer](http://element.eleme.io/#/zh-CN/component/transfer)组件,但是里面的数据是树形结构! | ||
### [在线访问](http://tree-transfer.zhongxiang.shop/) - [GitHub](https://github.com/hql7/tree-transfer) - [NPM](https://www.npmjs.com/package/el-tree-transfer) - [SegmentFault](https://segmentfault.com/a/1190000015553081) - [CSDN](https://blog.csdn.net/qq_15390381/article/details/80943549)- [掘金](https://juejin.im/post/5b3ecae8e51d4519213fae4b) | ||
### [文档地址](http://docs.wlui.com.cn/) - [GitHub](https://github.com/wl-ui/wlui) | ||
### [在线访问](http://wlui.com.cn/) - [GitHub](https://github.com/hql7/tree-transfer) - [NPM](https://www.npmjs.com/package/el-tree-transfer) - [SegmentFault](https://segmentfault.com/a/1190000015553081) - [CSDN](https://blog.csdn.net/qq_15390381/article/details/80943549)- [掘金](https://juejin.im/post/5b3ecae8e51d4519213fae4b) | ||
#### 注意! 2.2.0 版本增加lazy懒加载功能 | ||
#### 注意! 2.0.0 版本存在父子不关联错误,2.1.1 版本增加 arrayToTree 支持,但已经是树形数据的请不要使用此参数 | ||
#### 注意! 1.9.0 版本增强 id 为数字型的匹配强度,1.9.7 版本增加`defaultTransfer`属性用来满足用户不想将数据拆分成 fromData 和 toData 的需求 | ||
#### 注意! 1.8.7 版本增加通讯录模式,可通过 mode 字段配置模式 | ||
#### 注意! 1.7.7 版本移动事件参数调整,直接返回移动后的 fromData 数据和 toData 数据。 | ||
#### 注意! 1.5 以上版本改为自动处理 | ||
> 第一层数据的 pid 请设定为 0!! pid 就是父级的 id!别再跑过来问了真的 | ||
> id 推荐为 string,但也可以是 number,请不要混用,id 不要重复!!! | ||
#### 这里有一个兄弟组件-树形表格:[在线访问](http://eltreetable.zhongxiang.shop/) - [GitHub](https://github.com/hql7/el-tree-table) | ||
> 2.3.3 修改穿梭匹配逻辑;增加rootPidValue参数。详细说明见下方版本说明 | ||
@@ -39,2 +30,3 @@ ## 快速上手 | ||
```js | ||
<template> | ||
@@ -121,3 +113,3 @@ <div> | ||
}, | ||
comporents:{ treeTransfer } // 注册 | ||
components:{ treeTransfer } // 注册 | ||
} | ||
@@ -129,2 +121,3 @@ </script> | ||
</style> | ||
``` | ||
@@ -164,2 +157,3 @@ ## 文档 | ||
| 29 | msr | 通讯录模式,设置右侧密送人数据 | Array | false | - | - | - | | ||
| 30 | rootPidValue | 穿梭框模式,根节点数据pid的值,用于匹配退出循环,重要 | String,Number | 0 | - | - | 插件不再强制将你的数据根节点pid都改为0 | | ||
@@ -201,2 +195,4 @@ > ----------------------------------------------------------- | ||
> 2.3.3 更改判断穿梭目标是否已在对面存在的算法,避免原来str正则意外匹配结果(如children和list两个字段里都有这个id,穿梭移除后,children里的数据没了,list里面数据还在,此时原来的匹配逻辑仍会任务目标已在对面存在而忽略穿梭);增加`rootPidValue`字段,不再强制将根节点的pid都改为0 | ||
> 2.3.2 优化通讯录模式 | ||
@@ -203,0 +199,0 @@ |
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
93992
318