@opentiny/vue-action-sheet
Advanced tools
Comparing version 2.8.2 to 2.8.3
{ | ||
"name": "@opentiny/vue-action-sheet", | ||
"version": "2.8.2", | ||
"version": "2.8.3", | ||
"description": "", | ||
"main": "./lib/index.js", | ||
"module": "./lib/index.js", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"@opentiny/vue-common": "~2.8.2", | ||
"@opentiny/vue-drawer": "~2.8.2", | ||
"@opentiny/vue-icon": "~2.8.2", | ||
"@opentiny/vue-renderless": "~3.8.2", | ||
"@opentiny/vue-common": "~2.8.3", | ||
"@opentiny/vue-drawer": "~2.8.3", | ||
"@opentiny/vue-icon": "~2.8.3", | ||
"@opentiny/vue-renderless": "~3.8.3", | ||
"@better-scroll/core": "2.5.0" | ||
@@ -13,0 +14,0 @@ }, |
@@ -1,2 +0,154 @@ | ||
declare const _default: any; | ||
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<() => import("vue").VNode> & import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, { | ||
menus: { | ||
type: ArrayConstructor; | ||
default: () => never[]; | ||
}; | ||
modelValue: (ArrayConstructor | NumberConstructor | StringConstructor)[]; | ||
visible: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
ellipsis: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
height: { | ||
type: StringConstructor; | ||
default: string; | ||
}; | ||
valueField: { | ||
type: StringConstructor; | ||
default: string; | ||
}; | ||
textField: { | ||
type: StringConstructor; | ||
default: string; | ||
}; | ||
title: StringConstructor; | ||
showHeader: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
showFooter: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
customClass: (ObjectConstructor | ArrayConstructor | StringConstructor)[]; | ||
contentClass: StringConstructor; | ||
type: { | ||
type: StringConstructor; | ||
default: string; | ||
}; | ||
mask: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
maskClosable: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
contentPosition: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
contentStyle: { | ||
type: ObjectConstructor; | ||
default: () => {}; | ||
}; | ||
tiny_mode: StringConstructor; | ||
tiny_mode_root: BooleanConstructor; | ||
tiny_template: (ObjectConstructor | FunctionConstructor)[]; | ||
tiny_renderless: FunctionConstructor; | ||
tiny_theme: StringConstructor; | ||
tiny_chart_theme: ObjectConstructor; | ||
}, { | ||
height: string; | ||
textField: string; | ||
type: string; | ||
menus: unknown[]; | ||
visible: boolean; | ||
ellipsis: boolean; | ||
valueField: string; | ||
showHeader: boolean; | ||
showFooter: boolean; | ||
mask: boolean; | ||
maskClosable: boolean; | ||
contentPosition: boolean; | ||
contentStyle: Record<string, any>; | ||
tiny_mode_root: boolean; | ||
} & { | ||
tiny_mode?: string | undefined; | ||
title?: string | undefined; | ||
contentClass?: string | undefined; | ||
modelValue?: string | number | unknown[] | undefined; | ||
customClass?: unknown; | ||
tiny_template?: unknown; | ||
tiny_renderless?: Function | undefined; | ||
tiny_theme?: string | undefined; | ||
tiny_chart_theme?: Record<string, any> | undefined; | ||
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api/dist/vue-composition-api.js").ComponentRenderProxy<{ | ||
height: string; | ||
textField: string; | ||
type: string; | ||
menus: unknown[]; | ||
visible: boolean; | ||
ellipsis: boolean; | ||
valueField: string; | ||
showHeader: boolean; | ||
showFooter: boolean; | ||
mask: boolean; | ||
maskClosable: boolean; | ||
contentPosition: boolean; | ||
contentStyle: Record<string, any>; | ||
tiny_mode_root: boolean; | ||
} & { | ||
tiny_mode?: string | undefined; | ||
title?: string | undefined; | ||
contentClass?: string | undefined; | ||
modelValue?: string | number | unknown[] | undefined; | ||
customClass?: unknown; | ||
tiny_template?: unknown; | ||
tiny_renderless?: Function | undefined; | ||
tiny_theme?: string | undefined; | ||
tiny_chart_theme?: Record<string, any> | undefined; | ||
}, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<() => import("vue").VNode>, import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, { | ||
height: string; | ||
textField: string; | ||
type: string; | ||
menus: unknown[]; | ||
visible: boolean; | ||
ellipsis: boolean; | ||
valueField: string; | ||
showHeader: boolean; | ||
showFooter: boolean; | ||
mask: boolean; | ||
maskClosable: boolean; | ||
contentPosition: boolean; | ||
contentStyle: Record<string, any>; | ||
tiny_mode_root: boolean; | ||
} & { | ||
tiny_mode?: string | undefined; | ||
title?: string | undefined; | ||
contentClass?: string | undefined; | ||
modelValue?: string | number | unknown[] | undefined; | ||
customClass?: unknown; | ||
tiny_template?: unknown; | ||
tiny_renderless?: Function | undefined; | ||
tiny_theme?: string | undefined; | ||
tiny_chart_theme?: Record<string, any> | undefined; | ||
}, { | ||
height: string; | ||
textField: string; | ||
type: string; | ||
menus: unknown[]; | ||
visible: boolean; | ||
ellipsis: boolean; | ||
valueField: string; | ||
showHeader: boolean; | ||
showFooter: boolean; | ||
mask: boolean; | ||
maskClosable: boolean; | ||
contentPosition: boolean; | ||
contentStyle: Record<string, any>; | ||
}, true>); | ||
export default _default; |
@@ -1,2 +0,30 @@ | ||
declare const _sfc_main: any; | ||
declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").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/dist/vue-composition-api.js").Data, {}, {}, Readonly<{ | ||
[x: string]: any; | ||
}>, { | ||
[x: string]: any; | ||
} & {}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api/dist/vue-composition-api.js").ComponentRenderProxy<{ | ||
[x: string]: any; | ||
} & {}, import("@vue/composition-api/dist/vue-composition-api.js").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/dist/vue-composition-api.js").Data, {}, {}, { | ||
[x: string]: any; | ||
} & {}, { | ||
[x: string]: any; | ||
}, true>); | ||
export default _sfc_main; |
@@ -1,2 +0,30 @@ | ||
declare const _sfc_main: any; | ||
declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").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/dist/vue-composition-api.js").Data, {}, {}, Readonly<{ | ||
[x: string]: any; | ||
}>, { | ||
[x: string]: any; | ||
} & {}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api/dist/vue-composition-api.js").ComponentRenderProxy<{ | ||
[x: string]: any; | ||
} & {}, import("@vue/composition-api/dist/vue-composition-api.js").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/dist/vue-composition-api.js").Data, {}, {}, { | ||
[x: string]: any; | ||
} & {}, { | ||
[x: string]: any; | ||
}, true>); | ||
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
23497
2322
677
Updated@opentiny/vue-common@~2.8.3
Updated@opentiny/vue-drawer@~2.8.3
Updated@opentiny/vue-icon@~2.8.3