Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wltech/hooks

Package Overview
Dependencies
Maintainers
6
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wltech/hooks - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

6

CHANGELOG.md
# @wltech/mobile-hooks
## 0.0.11
### Patch Changes
- 操作添加图标
## 0.0.10

@@ -4,0 +10,0 @@

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc