@wltech/hooks
Advanced tools
Comparing version 0.0.13 to 0.0.14
# @wltech/mobile-hooks | ||
## 0.0.14 | ||
### Patch Changes | ||
- ui 和 hooks 发次版本 | ||
## 0.0.13 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@wltech/hooks", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "", |
@@ -83,2 +83,3 @@ type TOperationType = | ||
isSingle, | ||
hasWeb302, | ||
isAllWeb302, | ||
@@ -125,3 +126,3 @@ isSelectAll, | ||
visible: | ||
isMobile && ((isSingle && !isEditable) || !isSingle) && !isAllWeb302, | ||
(isMobile && ((isSingle && !isEditable) || !isSingle) && !isAllWeb302) || isSelectAll, | ||
}, | ||
@@ -160,5 +161,3 @@ { | ||
if (isMobile) { | ||
showTypeList = isTopAuth | ||
? ["bindCode", "chooseGroup", "delete"] | ||
: ["bindCode"]; | ||
showTypeList = isTopAuth ? ["bindCode", "chooseGroup", "delete"] : ["bindCode"]; | ||
} else if (isPC) { | ||
@@ -165,0 +164,0 @@ showTypeList = isTopAuth |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
10145
9
302