@opentiny/vue-user-contact
Advanced tools
Comparing version 3.8.2 to 3.8.3
{ | ||
"name": "@opentiny/vue-user-contact", | ||
"version": "3.8.2", | ||
"version": "3.8.3", | ||
"description": "", | ||
"main": "./lib/index.js", | ||
"module": "./lib/index.js", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.8.2", | ||
"@opentiny/vue-common": "~3.8.2", | ||
"@opentiny/vue-user-head": "~3.8.2", | ||
"@opentiny/vue-card-template": "~3.8.2", | ||
"@opentiny/vue-popover": "~3.8.2", | ||
"@opentiny/vue-icon": "~3.8.2" | ||
"@opentiny/vue-renderless": "~3.8.3", | ||
"@opentiny/vue-common": "~3.8.3", | ||
"@opentiny/vue-user-head": "~3.8.3", | ||
"@opentiny/vue-card-template": "~3.8.3", | ||
"@opentiny/vue-popover": "~3.8.3", | ||
"@opentiny/vue-icon": "~3.8.3" | ||
}, | ||
@@ -15,0 +16,0 @@ "license": "MIT", |
@@ -1,2 +0,102 @@ | ||
declare const _default: any; | ||
declare const _default: import("@vue/runtime-core").DefineComponent<{ | ||
showName: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
showArrow: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
/** | ||
* 是否显示 userDescription, colType 为 false 时生效 | ||
*/ | ||
showDescription: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
/** | ||
* 是否显示 头像 | ||
*/ | ||
showImg: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
/** | ||
* 数据 | ||
*/ | ||
data: { | ||
type: ObjectConstructor; | ||
validator: (value: any) => boolean; | ||
}; | ||
popperClass: StringConstructor; | ||
popperAppendToBody: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
isNewImMode: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
tiny_mode: StringConstructor; | ||
tiny_mode_root: BooleanConstructor; | ||
tiny_template: (ObjectConstructor | FunctionConstructor)[]; | ||
tiny_renderless: FunctionConstructor; | ||
tiny_theme: StringConstructor; | ||
tiny_chart_theme: ObjectConstructor; | ||
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").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<{ | ||
showName: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
showArrow: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
/** | ||
* 是否显示 userDescription, colType 为 false 时生效 | ||
*/ | ||
showDescription: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
/** | ||
* 是否显示 头像 | ||
*/ | ||
showImg: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
/** | ||
* 数据 | ||
*/ | ||
data: { | ||
type: ObjectConstructor; | ||
validator: (value: any) => boolean; | ||
}; | ||
popperClass: StringConstructor; | ||
popperAppendToBody: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
isNewImMode: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
tiny_mode: StringConstructor; | ||
tiny_mode_root: BooleanConstructor; | ||
tiny_template: (ObjectConstructor | FunctionConstructor)[]; | ||
tiny_renderless: FunctionConstructor; | ||
tiny_theme: StringConstructor; | ||
tiny_chart_theme: ObjectConstructor; | ||
}>>, { | ||
popperAppendToBody: boolean; | ||
tiny_mode_root: boolean; | ||
isNewImMode: boolean; | ||
showName: boolean; | ||
showArrow: boolean; | ||
showDescription: boolean; | ||
showImg: boolean; | ||
}>; | ||
export default _default; |
@@ -1,2 +0,8 @@ | ||
declare const _sfc_main: any; | ||
declare const _sfc_main: 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<{ | ||
[x: string]: any; | ||
}>>>, { | ||
[x: string]: any; | ||
}>; | ||
export default _sfc_main; |
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
15985
436