@wltech/hooks
Advanced tools
Comparing version 0.0.10 to 0.0.11
# @wltech/mobile-hooks | ||
## 0.0.11 | ||
### Patch Changes | ||
- 操作添加图标 | ||
## 0.0.10 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@wltech/hooks", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "", |
@@ -17,2 +17,3 @@ type TMaterialMultipleChooseParams = { | ||
title: string; | ||
iconType: string; | ||
visible: boolean; | ||
@@ -33,3 +34,3 @@ id: string; | ||
展示操作项:悬浮窗、选择分组、删除 | ||
若多选的多个物料 非全部具有编辑权限 | ||
多选多个物料 非全部具有编辑权限 | ||
展示操作项:悬浮窗 | ||
@@ -57,2 +58,3 @@ 多选一个具有编辑权限的物料 | ||
title: "发送", | ||
iconType: "shareLine", | ||
visible: isSingle, | ||
@@ -64,2 +66,3 @@ }, | ||
title: "复制链接", | ||
iconType: "link", | ||
visible: isSingle, | ||
@@ -71,2 +74,3 @@ }, | ||
title: "悬浮窗", | ||
iconType: "qrCodeFill", | ||
visible: ((isSingle && !isEditable) || !isSingle) && !isWeb302, | ||
@@ -78,2 +82,3 @@ }, | ||
title: "选择分组", | ||
iconType: "folderShared", | ||
visible: commonAuth, | ||
@@ -85,2 +90,3 @@ }, | ||
title: "编辑", | ||
iconType: "edit", | ||
visible: isSingle && commonAuth, | ||
@@ -92,2 +98,3 @@ }, | ||
title: "删除", | ||
iconType: "trash", | ||
visible: commonAuth, | ||
@@ -112,2 +119,3 @@ }, | ||
title: item.title, | ||
iconType: item.iconType, | ||
visible: true, | ||
@@ -114,0 +122,0 @@ }); |
Sorry, the diff of this file is not supported yet
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
11277
360