@opentinyvue/vue-image-viewer 2.21.0 → 3.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,65 @@
1
- declare const _default: any;
1
+ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
2
+ onClose?: any;
3
+ tiny_mode?: any;
4
+ tiny_mode_root?: any;
5
+ tiny_template?: any;
6
+ tiny_renderless?: any;
7
+ _constants?: any;
8
+ tiny_theme?: any;
9
+ tiny_chart_theme?: any;
10
+ zIndex?: any;
11
+ urlList?: any;
12
+ showIndex?: any;
13
+ onSwitch?: any;
14
+ isThumbnail?: any;
15
+ isMenuView?: any;
16
+ modalView?: any;
17
+ modalHeight?: any;
18
+ bgColor?: any;
19
+ keepStyle?: any;
20
+ }>, any, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "close" | "delete" | "update:preview-visible" | "newImageList")[], "change" | "close" | "delete" | "update:preview-visible" | "newImageList", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
21
+ onClose?: any;
22
+ tiny_mode?: any;
23
+ tiny_mode_root?: any;
24
+ tiny_template?: any;
25
+ tiny_renderless?: any;
26
+ _constants?: any;
27
+ tiny_theme?: any;
28
+ tiny_chart_theme?: any;
29
+ zIndex?: any;
30
+ urlList?: any;
31
+ showIndex?: any;
32
+ onSwitch?: any;
33
+ isThumbnail?: any;
34
+ isMenuView?: any;
35
+ modalView?: any;
36
+ modalHeight?: any;
37
+ bgColor?: any;
38
+ keepStyle?: any;
39
+ }>>> & {
40
+ onChange?: ((...args: any[]) => any) | undefined;
41
+ onClose?: ((...args: any[]) => any) | undefined;
42
+ onDelete?: ((...args: any[]) => any) | undefined;
43
+ "onUpdate:preview-visible"?: ((...args: any[]) => any) | undefined;
44
+ onNewImageList?: ((...args: any[]) => any) | undefined;
45
+ }, {
46
+ readonly onClose?: any;
47
+ readonly tiny_mode?: any;
48
+ readonly tiny_mode_root?: any;
49
+ readonly tiny_template?: any;
50
+ readonly tiny_renderless?: any;
51
+ readonly _constants?: any;
52
+ readonly tiny_theme?: any;
53
+ readonly tiny_chart_theme?: any;
54
+ readonly zIndex?: any;
55
+ readonly urlList?: any;
56
+ readonly showIndex?: any;
57
+ readonly onSwitch?: any;
58
+ readonly isThumbnail?: any;
59
+ readonly isMenuView?: any;
60
+ readonly modalView?: any;
61
+ readonly modalHeight?: any;
62
+ readonly bgColor?: any;
63
+ readonly keepStyle?: any;
64
+ }, {}>;
2
65
  export default _default;
@@ -1,2 +1,74 @@
1
- declare const _default: any;
1
+ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
2
+ onClose?: any;
3
+ tiny_mode?: any;
4
+ tiny_mode_root?: any;
5
+ tiny_template?: any;
6
+ tiny_renderless?: any;
7
+ _constants?: any;
8
+ tiny_theme?: any;
9
+ tiny_chart_theme?: any;
10
+ zIndex?: any;
11
+ urlList?: any;
12
+ previewVisible?: any;
13
+ closeShow?: any;
14
+ arrowShow?: any;
15
+ toolShow?: any;
16
+ showIndex?: any;
17
+ imageFullCurrent?: any;
18
+ startPosition?: any;
19
+ asyncClose?: any;
20
+ deleteButton?: any;
21
+ onSwitch?: any;
22
+ }>, {
23
+ t: (this: any, path: any, options?: any) => any;
24
+ vm: any;
25
+ f: (props: any, attrs?: {}) => {};
26
+ a: (attrs: any, filters: any, include: any) => {};
27
+ d: (props: any) => void;
28
+ dp: (props: any) => void;
29
+ gcls: (key: any) => any;
30
+ m: (...cssClasses: any[]) => string;
31
+ }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
32
+ onClose?: any;
33
+ tiny_mode?: any;
34
+ tiny_mode_root?: any;
35
+ tiny_template?: any;
36
+ tiny_renderless?: any;
37
+ _constants?: any;
38
+ tiny_theme?: any;
39
+ tiny_chart_theme?: any;
40
+ zIndex?: any;
41
+ urlList?: any;
42
+ previewVisible?: any;
43
+ closeShow?: any;
44
+ arrowShow?: any;
45
+ toolShow?: any;
46
+ showIndex?: any;
47
+ imageFullCurrent?: any;
48
+ startPosition?: any;
49
+ asyncClose?: any;
50
+ deleteButton?: any;
51
+ onSwitch?: any;
52
+ }>>>, {
53
+ readonly onClose?: any;
54
+ readonly tiny_mode?: any;
55
+ readonly tiny_mode_root?: any;
56
+ readonly tiny_template?: any;
57
+ readonly tiny_renderless?: any;
58
+ readonly _constants?: any;
59
+ readonly tiny_theme?: any;
60
+ readonly tiny_chart_theme?: any;
61
+ readonly zIndex?: any;
62
+ readonly urlList?: any;
63
+ readonly previewVisible?: any;
64
+ readonly closeShow?: any;
65
+ readonly arrowShow?: any;
66
+ readonly toolShow?: any;
67
+ readonly showIndex?: any;
68
+ readonly imageFullCurrent?: any;
69
+ readonly startPosition?: any;
70
+ readonly asyncClose?: any;
71
+ readonly deleteButton?: any;
72
+ readonly onSwitch?: any;
73
+ }, {}>;
2
74
  export default _default;
package/src/pc.vue.d.ts CHANGED
@@ -1,2 +1,59 @@
1
- declare const _default: any;
1
+ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
2
+ onClose?: any;
3
+ tiny_mode?: any;
4
+ tiny_mode_root?: any;
5
+ tiny_template?: any;
6
+ tiny_renderless?: any;
7
+ _constants?: any;
8
+ tiny_theme?: any;
9
+ tiny_chart_theme?: any;
10
+ zIndex?: any;
11
+ urlList?: any;
12
+ showIndex?: any;
13
+ onSwitch?: any;
14
+ keepStyle?: any;
15
+ }>, {
16
+ t: (this: any, path: any, options?: any) => any;
17
+ vm: any;
18
+ f: (props: any, attrs?: {}) => {};
19
+ a: (attrs: any, filters: any, include: any) => {};
20
+ d: (props: any) => void;
21
+ dp: (props: any) => void;
22
+ gcls: (key: any) => any;
23
+ m: (...cssClasses: any[]) => string;
24
+ }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "close" | "delete" | "update:preview-visible" | "newImageList")[], "change" | "close" | "delete" | "update:preview-visible" | "newImageList", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
25
+ onClose?: any;
26
+ tiny_mode?: any;
27
+ tiny_mode_root?: any;
28
+ tiny_template?: any;
29
+ tiny_renderless?: any;
30
+ _constants?: any;
31
+ tiny_theme?: any;
32
+ tiny_chart_theme?: any;
33
+ zIndex?: any;
34
+ urlList?: any;
35
+ showIndex?: any;
36
+ onSwitch?: any;
37
+ keepStyle?: any;
38
+ }>>> & {
39
+ onChange?: ((...args: any[]) => any) | undefined;
40
+ onClose?: ((...args: any[]) => any) | undefined;
41
+ onDelete?: ((...args: any[]) => any) | undefined;
42
+ "onUpdate:preview-visible"?: ((...args: any[]) => any) | undefined;
43
+ onNewImageList?: ((...args: any[]) => any) | undefined;
44
+ }, {
45
+ readonly onClose?: any;
46
+ readonly tiny_mode?: any;
47
+ readonly tiny_mode_root?: any;
48
+ readonly tiny_template?: any;
49
+ readonly tiny_renderless?: any;
50
+ readonly _constants?: any;
51
+ readonly tiny_theme?: any;
52
+ readonly tiny_chart_theme?: any;
53
+ readonly zIndex?: any;
54
+ readonly urlList?: any;
55
+ readonly showIndex?: any;
56
+ readonly onSwitch?: any;
57
+ readonly keepStyle?: any;
58
+ }, {}>;
2
59
  export default _default;