@opentiny/vue-image-viewer
Advanced tools
Comparing version
{ | ||
"name": "@opentiny/vue-image-viewer", | ||
"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-icon": "~2.8.2", | ||
"@opentiny/vue-renderless": "~3.8.2" | ||
"@opentiny/vue-common": "~2.8.3", | ||
"@opentiny/vue-icon": "~2.8.3", | ||
"@opentiny/vue-renderless": "~3.8.3" | ||
}, | ||
@@ -12,0 +13,0 @@ "license": "MIT", |
@@ -1,2 +0,158 @@ | ||
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, {}, {}, { | ||
_constants: { | ||
type: ObjectConstructor; | ||
default: () => { | ||
MODE: { | ||
CONTAIN: { | ||
name: string; | ||
icon: string; | ||
}; | ||
ORIGINAL: { | ||
name: string; | ||
icon: string; | ||
}; | ||
}; | ||
DEFAULT_POPPER_ZINDEX: number; | ||
}; | ||
}; | ||
urlList: { | ||
type: ArrayConstructor; | ||
default: () => never[]; | ||
}; | ||
zIndex: { | ||
type: NumberConstructor; | ||
default: number; | ||
}; | ||
previewVisible: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
closeShow: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
arrowShow: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
toolShow: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
showIndex: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
imageFullCurrent: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
startPosition: { | ||
type: NumberConstructor; | ||
default: number; | ||
}; | ||
asyncClose: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
deleteButton: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
onSwitch: { | ||
type: FunctionConstructor; | ||
default: () => void; | ||
}; | ||
onClose: { | ||
type: FunctionConstructor; | ||
default: () => void; | ||
}; | ||
tiny_mode: StringConstructor; | ||
tiny_mode_root: BooleanConstructor; | ||
tiny_template: (ObjectConstructor | FunctionConstructor)[]; | ||
tiny_renderless: FunctionConstructor; | ||
tiny_theme: StringConstructor; | ||
tiny_chart_theme: ObjectConstructor; | ||
}, { | ||
tiny_mode_root: boolean; | ||
_constants: Record<string, any>; | ||
zIndex: number; | ||
showIndex: boolean; | ||
previewVisible: boolean; | ||
urlList: unknown[]; | ||
closeShow: boolean; | ||
arrowShow: boolean; | ||
toolShow: boolean; | ||
imageFullCurrent: boolean; | ||
startPosition: number; | ||
asyncClose: boolean; | ||
deleteButton: boolean; | ||
onSwitch: never; | ||
onClose: never; | ||
} & { | ||
tiny_mode?: string | undefined; | ||
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<{ | ||
tiny_mode_root: boolean; | ||
_constants: Record<string, any>; | ||
zIndex: number; | ||
showIndex: boolean; | ||
previewVisible: boolean; | ||
urlList: unknown[]; | ||
closeShow: boolean; | ||
arrowShow: boolean; | ||
toolShow: boolean; | ||
imageFullCurrent: boolean; | ||
startPosition: number; | ||
asyncClose: boolean; | ||
deleteButton: boolean; | ||
onSwitch: never; | ||
onClose: never; | ||
} & { | ||
tiny_mode?: string | undefined; | ||
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, {}, {}, { | ||
tiny_mode_root: boolean; | ||
_constants: Record<string, any>; | ||
zIndex: number; | ||
showIndex: boolean; | ||
previewVisible: boolean; | ||
urlList: unknown[]; | ||
closeShow: boolean; | ||
arrowShow: boolean; | ||
toolShow: boolean; | ||
imageFullCurrent: boolean; | ||
startPosition: number; | ||
asyncClose: boolean; | ||
deleteButton: boolean; | ||
onSwitch: never; | ||
onClose: never; | ||
} & { | ||
tiny_mode?: string | undefined; | ||
tiny_template?: unknown; | ||
tiny_renderless?: Function | undefined; | ||
tiny_theme?: string | undefined; | ||
tiny_chart_theme?: Record<string, any> | undefined; | ||
}, { | ||
_constants: Record<string, any>; | ||
zIndex: number; | ||
showIndex: boolean; | ||
previewVisible: boolean; | ||
urlList: unknown[]; | ||
closeShow: boolean; | ||
arrowShow: boolean; | ||
toolShow: boolean; | ||
imageFullCurrent: boolean; | ||
startPosition: number; | ||
asyncClose: boolean; | ||
deleteButton: boolean; | ||
onSwitch: never; | ||
onClose: never; | ||
}, true>); | ||
export default _default; |
@@ -1,2 +0,12 @@ | ||
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<any> & 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<any>, 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; |
@@ -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; |
45717
20.41%1348
19.72%Updated
Updated