@opentiny/vue-mini-picker
Advanced tools
Comparing version 2.8.0 to 2.8.2
{ | ||
"name": "@opentiny/vue-mini-picker", | ||
"version": "2.8.0", | ||
"version": "2.8.2", | ||
"description": "", | ||
@@ -8,6 +8,6 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.8.0", | ||
"@opentiny/vue-locale": "~2.8.0", | ||
"@opentiny/vue-common": "~2.8.0", | ||
"@opentiny/vue-picker-column": "~2.8.0" | ||
"@opentiny/vue-renderless": "~3.8.2", | ||
"@opentiny/vue-locale": "~2.8.2", | ||
"@opentiny/vue-common": "~2.8.2", | ||
"@opentiny/vue-picker-column": "~2.8.2" | ||
}, | ||
@@ -14,0 +14,0 @@ "license": "MIT", |
@@ -1,115 +0,2 @@ | ||
declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{ | ||
t: (this: any, path: any, options?: any) => any; | ||
vm: any; | ||
f: (props: any, attrs?: {}) => {}; | ||
a: (attrs: any, filters: any, include: any) => {}; | ||
d: (props: any) => void; | ||
dp: (props: any) => void; | ||
gcls: (key: any) => any; | ||
m: (...cssClasses: any[]) => string; | ||
}> & import("@vue/composition-api").Data, {}, {}, { | ||
_constants: { | ||
type: ObjectConstructor; | ||
default: () => { | ||
CHILDREN_PICKER: string; | ||
}; | ||
}; | ||
columns: { | ||
type: ArrayConstructor; | ||
default: () => never[]; | ||
}; | ||
visible: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
title: { | ||
type: StringConstructor; | ||
default: string; | ||
}; | ||
confirmButtonText: { | ||
type: StringConstructor; | ||
default: () => any; | ||
}; | ||
cancelButtonText: { | ||
type: StringConstructor; | ||
default: () => any; | ||
}; | ||
defaultIndex: { | ||
type: NumberConstructor; | ||
default: number; | ||
}; | ||
valueKey: { | ||
type: StringConstructor; | ||
default: string; | ||
}; | ||
itemHeight: { | ||
type: NumberConstructor; | ||
default: number; | ||
}; | ||
visibleItemCount: { | ||
type: NumberConstructor; | ||
default: number; | ||
}; | ||
swipeDuration: { | ||
type: NumberConstructor; | ||
default: number; | ||
}; | ||
}, { | ||
title: string; | ||
visible: boolean; | ||
_constants: Record<string, any>; | ||
valueKey: string; | ||
columns: unknown[]; | ||
defaultIndex: number; | ||
itemHeight: number; | ||
visibleItemCount: number; | ||
swipeDuration: number; | ||
confirmButtonText: string; | ||
cancelButtonText: string; | ||
} & {}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{ | ||
title: string; | ||
visible: boolean; | ||
_constants: Record<string, any>; | ||
valueKey: string; | ||
columns: unknown[]; | ||
defaultIndex: number; | ||
itemHeight: number; | ||
visibleItemCount: number; | ||
swipeDuration: number; | ||
confirmButtonText: string; | ||
cancelButtonText: string; | ||
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{ | ||
t: (this: any, path: any, options?: any) => any; | ||
vm: any; | ||
f: (props: any, attrs?: {}) => {}; | ||
a: (attrs: any, filters: any, include: any) => {}; | ||
d: (props: any) => void; | ||
dp: (props: any) => void; | ||
gcls: (key: any) => any; | ||
m: (...cssClasses: any[]) => string; | ||
}>, import("@vue/composition-api").Data, {}, {}, { | ||
title: string; | ||
visible: boolean; | ||
_constants: Record<string, any>; | ||
valueKey: string; | ||
columns: unknown[]; | ||
defaultIndex: number; | ||
itemHeight: number; | ||
visibleItemCount: number; | ||
swipeDuration: number; | ||
confirmButtonText: string; | ||
cancelButtonText: string; | ||
} & {}, { | ||
title: string; | ||
visible: boolean; | ||
_constants: Record<string, any>; | ||
valueKey: string; | ||
columns: unknown[]; | ||
defaultIndex: number; | ||
itemHeight: number; | ||
visibleItemCount: number; | ||
swipeDuration: number; | ||
confirmButtonText: string; | ||
cancelButtonText: string; | ||
}, true>); | ||
declare const _sfc_main: 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
7983
225