el-tree-transfer
Advanced tools
Comparing version 2.4.2 to 2.4.3
@@ -1,2 +0,2 @@ | ||
import treeTransfer from "./lib/transfer-extend.vue"; | ||
import treeTransfer from "./transfer-extend-next/index.vue"; | ||
export default treeTransfer; |
{ | ||
"name": "el-tree-transfer", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"description": "A tree shaped shuttle box assembly based on Vue and element-ui 一个基于vue.js和element-ui的树形穿梭框,也可用于邮件通讯录", | ||
@@ -65,4 +65,5 @@ "main": "dist/treeTransfer.min.js", | ||
"dependencies": { | ||
"lodash": "^4.17.20", | ||
"wl-core": "^1.1.4" | ||
} | ||
} |
@@ -15,2 +15,3 @@ # el-tree-transfer | ||
> 2.4.3 调整组件目录结构;重构穿梭算法,demo数据粗略测试性能提升较大;优化父子不关联时全选; | ||
> 2.4.2 修改事件addBtn为add-btn,removeBtn为remove-btn;增加拖拽;增加自定义节点slot;修复左右同时选中穿梭两次后的数据消失;搜索框增加清空; | ||
@@ -203,3 +204,3 @@ > 2.4.0 增加父子不关联穿梭功能 | ||
| 4 | title-right | 穿梭框标题区左侧、右侧自定义内容 | | ||
| 5 | form | 左侧内容区上部slot | | ||
| 5 | from | 左侧内容区上部slot | | ||
| 6 | to | 右侧内容区上部slot | | ||
@@ -212,2 +213,5 @@ | 7 | content-left | 自定义左侧树节点 | | ||
> 2.4.3 调整组件目录结构;重构穿梭算法,demo数据粗略测试性能提升较大;优化父子不关联时全选; | ||
> 2.4.2 修改事件addBtn为add-btn,removeBtn为remove-btn;增加拖拽;增加自定义节点slot;修复左右同时选中穿梭两次后的数据消失;搜索框增加清空; | ||
> 2.4.0 增加父子不关联逻辑 | ||
@@ -214,0 +218,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
179823
345
2
+ Addedlodash@^4.17.20
+ Addedlodash@4.17.21(transitive)