nutui-uniapp
Advanced tools
Comparing version 1.7.7 to 1.7.8
@@ -13,8 +13,5 @@ import { getCurrentInstance } from 'vue' | ||
// #ifndef MP-ALIPAY || APP-PLUS | ||
// #ifndef MP-ALIPAY | ||
query = uni.createSelectorQuery().in(instance) | ||
// #endif | ||
// #ifdef APP-PLUS | ||
query = uni.createSelectorQuery().in((instance as any).ctx.$scope) | ||
// #endif | ||
// #ifdef MP-ALIPAY | ||
@@ -21,0 +18,0 @@ query = uni.createSelectorQuery().in(null) |
@@ -16,5 +16,10 @@ import type { ExtractPropTypes } from 'vue' | ||
* @description 禁用状态 | ||
* @deprecated 即将弃用,请使用`disabled` | ||
*/ | ||
disable: Boolean, | ||
/** | ||
* @description 禁用状态 | ||
*/ | ||
disabled: Boolean, | ||
/** | ||
* @description 打开时的背景颜色 | ||
@@ -21,0 +26,0 @@ */ |
{ | ||
"name": "nutui-uniapp", | ||
"displayName": "nutui-uniapp 京东风格的轻量级移动端 Uniapp、Vue3 组件库", | ||
"version": "1.7.7", | ||
"version": "1.7.8", | ||
"description": "京东风格的轻量级移动端 Uniapp、Vue3 组件库(支持小程序开发)", | ||
@@ -60,5 +60,5 @@ "author": "yang1206 <y1149221897@outlook.com>", | ||
"peerDependencies": { | ||
"@uni-helper/uni-app-types": ">=0.5.9", | ||
"@uni-helper/uni-app-types": ">=0.5.12", | ||
"vue": ">=3.2.0" | ||
} | ||
} |
@@ -55,2 +55,3 @@ { | ||
"is-link", | ||
"to", | ||
"round-radius", | ||
@@ -1309,3 +1310,3 @@ "center", | ||
"model-value", | ||
"disable", | ||
"disabled", | ||
"loading", | ||
@@ -1312,0 +1313,0 @@ "active-color", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
2826805
37825