nutui-uniapp
Advanced tools
Comparing version 1.5.10 to 1.6.0
@@ -66,2 +66,6 @@ import type { ExtractPropTypes } from 'vue' | ||
}, | ||
/** | ||
* @description 分页指示器没有选中的颜色 | ||
*/ | ||
paginationUnselectedColor: makeStringProp('#ddd'), | ||
} | ||
@@ -68,0 +72,0 @@ |
@@ -60,5 +60,5 @@ import type { ExtractPropTypes, RendererElement, RendererNode, VNode } from 'vue' | ||
/** | ||
* @description 在`uni`环境下,必须设置`name`以开启标题栏自动滚动功能。 | ||
* @description 横轴方向的标题对齐方式,可选值 left、center | ||
*/ | ||
name: String, | ||
align: makeNumericProp<'left' | 'center'>('center'), | ||
} | ||
@@ -65,0 +65,0 @@ |
@@ -50,3 +50,6 @@ import type { ExtractPropTypes } from 'vue' | ||
*/ | ||
content: String, | ||
content: { | ||
type: [String, Array<string>], | ||
default: '', | ||
}, | ||
/** | ||
@@ -53,0 +56,0 @@ * @description 水印文字颜色 |
{ | ||
"name": "nutui-uniapp", | ||
"displayName": "nutui-uniapp", | ||
"version": "1.5.10", | ||
"version": "1.6.0", | ||
"description": "京东风格的轻量级移动端 Uniapp、Vue3 组件库(支持小程序开发)", | ||
@@ -14,28 +14,7 @@ "author": "yang1206 <y1149221897@outlook.com>", | ||
"bugs": "https://github.com/nutui-uniapp/nutui-uniapp/issues", | ||
"dcloudext": { | ||
"contact": { | ||
"qq": "" | ||
}, | ||
"declaration": { | ||
"ads": "", | ||
"data": "", | ||
"permissions": "" | ||
}, | ||
"npmurl": "https://www.npmjs.com/package/nutui-uniapp", | ||
"sale": { | ||
"regular": { | ||
"price": "0.00" | ||
}, | ||
"sourcecode": { | ||
"price": "0.00" | ||
} | ||
}, | ||
"type": "component-vue" | ||
}, | ||
"keywords": [ | ||
"uniapp", | ||
"nutui", | ||
"nutui4", | ||
"vue", | ||
"vue3", | ||
"mini-program", | ||
"小程序", | ||
@@ -42,0 +21,0 @@ "vue3 component", |
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
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
2126393
20612