@opentiny/vue-input
Advanced tools
Comparing version 2.6.7 to 2.6.8
@@ -90,3 +90,5 @@ function _extends() { | ||
type: Object, | ||
default: {} | ||
default: function _default3() { | ||
return {}; | ||
} | ||
}, | ||
@@ -93,0 +95,0 @@ isSelect: { |
{ | ||
"name": "@opentiny/vue-input", | ||
"version": "2.6.7", | ||
"version": "2.6.8", | ||
"description": "", | ||
"main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-action-sheet": "~2.6.7", | ||
"@opentiny/vue-common": "~2.6.7", | ||
"@opentiny/vue-icon": "~2.6.7", | ||
"@opentiny/vue-action-sheet": "~2.6.6", | ||
"@opentiny/vue-common": "~2.6.6", | ||
"@opentiny/vue-icon": "~2.6.6", | ||
"@opentiny/vue-renderless": "~3.6.6" | ||
@@ -11,0 +11,0 @@ }, |
@@ -55,3 +55,3 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<() => import("vue").VNode> & import("@vue/composition-api").Data, {}, {}, { | ||
type: ObjectConstructor; | ||
default: {}; | ||
default: () => {}; | ||
}; | ||
@@ -100,11 +100,11 @@ isSelect: { | ||
}, { | ||
_constants: Record<string, any>; | ||
disabled: boolean; | ||
readonly: boolean; | ||
tabindex: string; | ||
type: string; | ||
tabindex: string; | ||
vertical: boolean; | ||
selectMenu: unknown[]; | ||
ellipsis: boolean; | ||
contentStyle: Record<string, any>; | ||
_constants: Record<string, any>; | ||
readonly: boolean; | ||
vertical: boolean; | ||
selectMenu: unknown[]; | ||
isSelect: boolean; | ||
@@ -122,7 +122,6 @@ counter: boolean; | ||
name?: string | undefined; | ||
height?: number | undefined; | ||
size?: string | undefined; | ||
modelValue?: string | number | undefined; | ||
form?: string | undefined; | ||
label?: string | undefined; | ||
height?: number | undefined; | ||
form?: string | undefined; | ||
resize?: string | undefined; | ||
@@ -132,12 +131,13 @@ mobileTips?: string | undefined; | ||
prefixIcon?: unknown; | ||
modelValue?: string | number | undefined; | ||
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{ | ||
_constants: Record<string, any>; | ||
disabled: boolean; | ||
readonly: boolean; | ||
tabindex: string; | ||
type: string; | ||
tabindex: string; | ||
vertical: boolean; | ||
selectMenu: unknown[]; | ||
ellipsis: boolean; | ||
contentStyle: Record<string, any>; | ||
_constants: Record<string, any>; | ||
readonly: boolean; | ||
vertical: boolean; | ||
selectMenu: unknown[]; | ||
isSelect: boolean; | ||
@@ -155,7 +155,6 @@ counter: boolean; | ||
name?: string | undefined; | ||
height?: number | undefined; | ||
size?: string | undefined; | ||
modelValue?: string | number | undefined; | ||
form?: string | undefined; | ||
label?: string | undefined; | ||
height?: number | undefined; | ||
form?: string | undefined; | ||
resize?: string | undefined; | ||
@@ -165,12 +164,13 @@ mobileTips?: string | undefined; | ||
prefixIcon?: unknown; | ||
modelValue?: string | number | undefined; | ||
}, import("@vue/composition-api").ShallowUnwrapRef<() => import("vue").VNode>, import("@vue/composition-api").Data, {}, {}, { | ||
_constants: Record<string, any>; | ||
disabled: boolean; | ||
readonly: boolean; | ||
tabindex: string; | ||
type: string; | ||
tabindex: string; | ||
vertical: boolean; | ||
selectMenu: unknown[]; | ||
ellipsis: boolean; | ||
contentStyle: Record<string, any>; | ||
_constants: Record<string, any>; | ||
readonly: boolean; | ||
vertical: boolean; | ||
selectMenu: unknown[]; | ||
isSelect: boolean; | ||
@@ -188,7 +188,6 @@ counter: boolean; | ||
name?: string | undefined; | ||
height?: number | undefined; | ||
size?: string | undefined; | ||
modelValue?: string | number | undefined; | ||
form?: string | undefined; | ||
label?: string | undefined; | ||
height?: number | undefined; | ||
form?: string | undefined; | ||
resize?: string | undefined; | ||
@@ -198,10 +197,11 @@ mobileTips?: string | undefined; | ||
prefixIcon?: unknown; | ||
modelValue?: string | number | undefined; | ||
}, { | ||
_constants: Record<string, any>; | ||
tabindex: string; | ||
type: string; | ||
tabindex: string; | ||
vertical: boolean; | ||
selectMenu: unknown[]; | ||
ellipsis: boolean; | ||
contentStyle: Record<string, any>; | ||
_constants: Record<string, any>; | ||
vertical: boolean; | ||
selectMenu: unknown[]; | ||
isSelect: boolean; | ||
@@ -208,0 +208,0 @@ counter: boolean; |
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
35574
1012