@opentiny/vue-user-contact
Advanced tools
Comparing version 3.9.0 to 3.10.0
@@ -33,5 +33,5 @@ function _extends() { | ||
/** | ||
* 是否显示 userDescription, colType 为 false 时生效 | ||
* 是否显示 roleNumber, colType 为 false 时生效 | ||
*/ | ||
showDescription: { | ||
showNumber: { | ||
type: Boolean, | ||
@@ -74,3 +74,3 @@ default: true | ||
}); | ||
var version = "3.9.0"; | ||
var version = "3.10.0"; | ||
UserContact.install = function(Vue) { | ||
@@ -77,0 +77,0 @@ Vue.component(UserContact.name, UserContact); |
{ | ||
"name": "@opentiny/vue-user-contact", | ||
"version": "3.9.0", | ||
"version": "3.10.0", | ||
"description": "", | ||
@@ -8,9 +8,10 @@ "main": "./lib/index.js", | ||
"sideEffects": false, | ||
"type": "module", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.9.0", | ||
"@opentiny/vue-common": "~3.9.0", | ||
"@opentiny/vue-user-head": "~3.9.0", | ||
"@opentiny/vue-card-template": "~3.9.0", | ||
"@opentiny/vue-popover": "~3.9.0", | ||
"@opentiny/vue-icon": "~3.9.0" | ||
"@opentiny/vue-renderless": "~3.10.0", | ||
"@opentiny/vue-common": "~3.10.0", | ||
"@opentiny/vue-user-head": "~3.10.0", | ||
"@opentiny/vue-card-template": "~3.10.0", | ||
"@opentiny/vue-popover": "~3.10.0", | ||
"@opentiny/vue-icon": "~3.10.0" | ||
}, | ||
@@ -17,0 +18,0 @@ "license": "MIT", |
@@ -22,5 +22,5 @@ /** | ||
/** | ||
* 是否显示 userDescription, colType 为 false 时生效 | ||
* 是否显示 roleNumber, colType 为 false 时生效 | ||
*/ | ||
showDescription: { | ||
showNumber: { | ||
type: BooleanConstructor; | ||
@@ -58,5 +58,5 @@ default: boolean; | ||
tiny_chart_theme: ObjectConstructor; | ||
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { | ||
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, { | ||
[key: string]: any; | ||
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
showName: { | ||
@@ -71,5 +71,5 @@ type: BooleanConstructor; | ||
/** | ||
* 是否显示 userDescription, colType 为 false 时生效 | ||
* 是否显示 roleNumber, colType 为 false 时生效 | ||
*/ | ||
showDescription: { | ||
showNumber: { | ||
type: BooleanConstructor; | ||
@@ -108,10 +108,10 @@ default: boolean; | ||
}>>, { | ||
tiny_mode_root: boolean; | ||
popperAppendToBody: boolean; | ||
tiny_mode_root: boolean; | ||
showNumber: boolean; | ||
isNewImMode: boolean; | ||
showName: boolean; | ||
showArrow: boolean; | ||
showDescription: boolean; | ||
showImg: boolean; | ||
}>; | ||
}, {}>; | ||
export default _default; |
@@ -1,8 +0,8 @@ | ||
declare const _sfc_main: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
[x: string]: any; | ||
}>, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
}>, any, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
[x: string]: any; | ||
}>>>, { | ||
[x: string]: any; | ||
}>; | ||
export default _sfc_main; | ||
}, {}>; | ||
export default _default; |
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
16651
8
449
Yes
+ Added@opentiny/vue-card-template@3.10.0(transitive)
+ Added@opentiny/vue-common@3.10.0(transitive)
+ Added@opentiny/vue-icon@3.10.1(transitive)
+ Added@opentiny/vue-locale@3.10.0(transitive)
+ Added@opentiny/vue-popover@3.10.0(transitive)
+ Added@opentiny/vue-renderless@3.10.7(transitive)
+ Added@opentiny/vue-theme@3.10.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.10.1(transitive)
+ Added@opentiny/vue-user-head@3.10.0(transitive)
- Removed@opentiny/vue-card-template@3.9.0(transitive)
- Removed@opentiny/vue-common@3.9.0(transitive)
- Removed@opentiny/vue-icon@3.9.1(transitive)
- Removed@opentiny/vue-locale@3.9.0(transitive)
- Removed@opentiny/vue-popover@3.9.0(transitive)
- Removed@opentiny/vue-renderless@3.9.3(transitive)
- Removed@opentiny/vue-theme@3.9.4(transitive)
- Removed@opentiny/vue-theme-mobile@3.9.0(transitive)
- Removed@opentiny/vue-user-head@3.9.0(transitive)
Updated@opentiny/vue-common@~3.10.0
Updated@opentiny/vue-icon@~3.10.0