@opentinyvue/vue-dialog-box 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,120 @@
1
- declare const _default: any;
1
+ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
2
+ title?: any;
3
+ resize?: any;
4
+ center?: any;
5
+ top?: any;
6
+ tiny_mode?: any;
7
+ tiny_mode_root?: any;
8
+ tiny_template?: any;
9
+ tiny_renderless?: any;
10
+ _constants?: any;
11
+ tiny_theme?: any;
12
+ tiny_chart_theme?: any;
13
+ width?: any;
14
+ maxHeight?: any;
15
+ appendToBody?: any;
16
+ visible?: any;
17
+ showClose?: any;
18
+ showHeader?: any;
19
+ lockScroll?: any;
20
+ beforeClose?: any;
21
+ fullscreen?: any;
22
+ draggable?: any;
23
+ closeOnClickModal?: any;
24
+ closeOnPressEscape?: any;
25
+ destroyOnClose?: any;
26
+ dialogClass?: any;
27
+ isFormReset?: any;
28
+ modal?: any;
29
+ modalAppendToBody?: any;
30
+ rightSlide?: any;
31
+ noAnimation?: any;
32
+ customStyle?: any;
33
+ }>, {
34
+ t: (this: any, path: any, options?: any) => any;
35
+ vm: any;
36
+ f: (props: any, attrs?: {}) => {};
37
+ a: (attrs: any, filters: any, include: any) => {};
38
+ d: (props: any) => void;
39
+ dp: (props: any) => void;
40
+ gcls: (key: any) => any;
41
+ m: (...cssClasses: any[]) => string;
42
+ }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("cancel" | "change" | "close" | "update:visible" | "confirm" | "open" | "closed" | "opened" | "before-close" | "drag-start" | "drag-move" | "drag-end")[], "cancel" | "change" | "close" | "update:visible" | "confirm" | "open" | "closed" | "opened" | "before-close" | "drag-start" | "drag-move" | "drag-end", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
43
+ title?: any;
44
+ resize?: any;
45
+ center?: any;
46
+ top?: any;
47
+ tiny_mode?: any;
48
+ tiny_mode_root?: any;
49
+ tiny_template?: any;
50
+ tiny_renderless?: any;
51
+ _constants?: any;
52
+ tiny_theme?: any;
53
+ tiny_chart_theme?: any;
54
+ width?: any;
55
+ maxHeight?: any;
56
+ appendToBody?: any;
57
+ visible?: any;
58
+ showClose?: any;
59
+ showHeader?: any;
60
+ lockScroll?: any;
61
+ beforeClose?: any;
62
+ fullscreen?: any;
63
+ draggable?: any;
64
+ closeOnClickModal?: any;
65
+ closeOnPressEscape?: any;
66
+ destroyOnClose?: any;
67
+ dialogClass?: any;
68
+ isFormReset?: any;
69
+ modal?: any;
70
+ modalAppendToBody?: any;
71
+ rightSlide?: any;
72
+ noAnimation?: any;
73
+ customStyle?: any;
74
+ }>>> & {
75
+ onCancel?: ((...args: any[]) => any) | undefined;
76
+ onChange?: ((...args: any[]) => any) | undefined;
77
+ onClose?: ((...args: any[]) => any) | undefined;
78
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
79
+ onConfirm?: ((...args: any[]) => any) | undefined;
80
+ onOpen?: ((...args: any[]) => any) | undefined;
81
+ onClosed?: ((...args: any[]) => any) | undefined;
82
+ onOpened?: ((...args: any[]) => any) | undefined;
83
+ "onBefore-close"?: ((...args: any[]) => any) | undefined;
84
+ "onDrag-start"?: ((...args: any[]) => any) | undefined;
85
+ "onDrag-move"?: ((...args: any[]) => any) | undefined;
86
+ "onDrag-end"?: ((...args: any[]) => any) | undefined;
87
+ }, {
88
+ readonly title?: any;
89
+ readonly resize?: any;
90
+ readonly center?: any;
91
+ readonly top?: any;
92
+ readonly tiny_mode?: any;
93
+ readonly tiny_mode_root?: any;
94
+ readonly tiny_template?: any;
95
+ readonly tiny_renderless?: any;
96
+ readonly _constants?: any;
97
+ readonly tiny_theme?: any;
98
+ readonly tiny_chart_theme?: any;
99
+ readonly width?: any;
100
+ readonly maxHeight?: any;
101
+ readonly appendToBody?: any;
102
+ readonly visible?: any;
103
+ readonly showClose?: any;
104
+ readonly showHeader?: any;
105
+ readonly lockScroll?: any;
106
+ readonly beforeClose?: any;
107
+ readonly fullscreen?: any;
108
+ readonly draggable?: any;
109
+ readonly closeOnClickModal?: any;
110
+ readonly closeOnPressEscape?: any;
111
+ readonly destroyOnClose?: any;
112
+ readonly dialogClass?: any;
113
+ readonly isFormReset?: any;
114
+ readonly modal?: any;
115
+ readonly modalAppendToBody?: any;
116
+ readonly rightSlide?: any;
117
+ readonly noAnimation?: any;
118
+ readonly customStyle?: any;
119
+ }, {}>;
2
120
  export default _default;
@@ -1,2 +1,75 @@
1
- declare const _default: any;
1
+ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
2
+ title?: any;
3
+ top?: any;
4
+ tiny_mode?: any;
5
+ tiny_mode_root?: any;
6
+ tiny_template?: any;
7
+ tiny_renderless?: any;
8
+ _constants?: any;
9
+ tiny_theme?: any;
10
+ tiny_chart_theme?: any;
11
+ width?: any;
12
+ appendToBody?: any;
13
+ visible?: any;
14
+ showHeader?: any;
15
+ closeOnClickModal?: any;
16
+ destroyOnClose?: any;
17
+ modal?: any;
18
+ modalAppendToBody?: any;
19
+ }>, {
20
+ t: (this: any, path: any, options?: any) => any;
21
+ vm: any;
22
+ f: (props: any, attrs?: {}) => {};
23
+ a: (attrs: any, filters: any, include: any) => {};
24
+ d: (props: any) => void;
25
+ dp: (props: any) => void;
26
+ gcls: (key: any) => any;
27
+ m: (...cssClasses: any[]) => string;
28
+ }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("cancel" | "change" | "close" | "update:visible" | "confirm" | "open" | "closed" | "opened" | "before-close")[], "cancel" | "change" | "close" | "update:visible" | "confirm" | "open" | "closed" | "opened" | "before-close", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
29
+ title?: any;
30
+ top?: any;
31
+ tiny_mode?: any;
32
+ tiny_mode_root?: any;
33
+ tiny_template?: any;
34
+ tiny_renderless?: any;
35
+ _constants?: any;
36
+ tiny_theme?: any;
37
+ tiny_chart_theme?: any;
38
+ width?: any;
39
+ appendToBody?: any;
40
+ visible?: any;
41
+ showHeader?: any;
42
+ closeOnClickModal?: any;
43
+ destroyOnClose?: any;
44
+ modal?: any;
45
+ modalAppendToBody?: any;
46
+ }>>> & {
47
+ onCancel?: ((...args: any[]) => any) | undefined;
48
+ onChange?: ((...args: any[]) => any) | undefined;
49
+ onClose?: ((...args: any[]) => any) | undefined;
50
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
51
+ onConfirm?: ((...args: any[]) => any) | undefined;
52
+ onOpen?: ((...args: any[]) => any) | undefined;
53
+ onClosed?: ((...args: any[]) => any) | undefined;
54
+ onOpened?: ((...args: any[]) => any) | undefined;
55
+ "onBefore-close"?: ((...args: any[]) => any) | undefined;
56
+ }, {
57
+ readonly title?: any;
58
+ readonly top?: any;
59
+ readonly tiny_mode?: any;
60
+ readonly tiny_mode_root?: any;
61
+ readonly tiny_template?: any;
62
+ readonly tiny_renderless?: any;
63
+ readonly _constants?: any;
64
+ readonly tiny_theme?: any;
65
+ readonly tiny_chart_theme?: any;
66
+ readonly width?: any;
67
+ readonly appendToBody?: any;
68
+ readonly visible?: any;
69
+ readonly showHeader?: any;
70
+ readonly closeOnClickModal?: any;
71
+ readonly destroyOnClose?: any;
72
+ readonly modal?: any;
73
+ readonly modalAppendToBody?: any;
74
+ }, {}>;
2
75
  export default _default;
package/src/pc.vue.d.ts CHANGED
@@ -1,2 +1,119 @@
1
- declare const _default: any;
1
+ import type { IDialogBoxApi } from '@opentinyvue/vue-renderless/types/dialog-box.type';
2
+ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
3
+ title?: any;
4
+ resize?: any;
5
+ center?: any;
6
+ top?: any;
7
+ tiny_mode?: any;
8
+ tiny_mode_root?: any;
9
+ tiny_template?: any;
10
+ tiny_renderless?: any;
11
+ _constants?: any;
12
+ tiny_theme?: any;
13
+ tiny_chart_theme?: any;
14
+ width?: any;
15
+ maxHeight?: any;
16
+ appendToBody?: any;
17
+ visible?: any;
18
+ showClose?: any;
19
+ showHeader?: any;
20
+ lockScroll?: any;
21
+ beforeClose?: any;
22
+ fullscreen?: any;
23
+ draggable?: any;
24
+ closeOnClickModal?: any;
25
+ closeOnPressEscape?: any;
26
+ destroyOnClose?: any;
27
+ dialogClass?: any;
28
+ dragOutsideWindow?: any;
29
+ isFormReset?: any;
30
+ modal?: any;
31
+ modalAppendToBody?: any;
32
+ rightSlide?: any;
33
+ dialogTransition?: any;
34
+ noAnimation?: any;
35
+ customStyle?: any;
36
+ }>, IDialogBoxApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("cancel" | "change" | "close" | "resize" | "update:visible" | "confirm" | "open" | "closed" | "opened" | "before-close" | "drag-start" | "drag-move" | "drag-end")[], "cancel" | "change" | "close" | "resize" | "update:visible" | "confirm" | "open" | "closed" | "opened" | "before-close" | "drag-start" | "drag-move" | "drag-end", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
37
+ title?: any;
38
+ resize?: any;
39
+ center?: any;
40
+ top?: any;
41
+ tiny_mode?: any;
42
+ tiny_mode_root?: any;
43
+ tiny_template?: any;
44
+ tiny_renderless?: any;
45
+ _constants?: any;
46
+ tiny_theme?: any;
47
+ tiny_chart_theme?: any;
48
+ width?: any;
49
+ maxHeight?: any;
50
+ appendToBody?: any;
51
+ visible?: any;
52
+ showClose?: any;
53
+ showHeader?: any;
54
+ lockScroll?: any;
55
+ beforeClose?: any;
56
+ fullscreen?: any;
57
+ draggable?: any;
58
+ closeOnClickModal?: any;
59
+ closeOnPressEscape?: any;
60
+ destroyOnClose?: any;
61
+ dialogClass?: any;
62
+ dragOutsideWindow?: any;
63
+ isFormReset?: any;
64
+ modal?: any;
65
+ modalAppendToBody?: any;
66
+ rightSlide?: any;
67
+ dialogTransition?: any;
68
+ noAnimation?: any;
69
+ customStyle?: any;
70
+ }>>> & {
71
+ onCancel?: ((...args: any[]) => any) | undefined;
72
+ onChange?: ((...args: any[]) => any) | undefined;
73
+ onClose?: ((...args: any[]) => any) | undefined;
74
+ onResize?: ((...args: any[]) => any) | undefined;
75
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
76
+ onConfirm?: ((...args: any[]) => any) | undefined;
77
+ onOpen?: ((...args: any[]) => any) | undefined;
78
+ onClosed?: ((...args: any[]) => any) | undefined;
79
+ onOpened?: ((...args: any[]) => any) | undefined;
80
+ "onBefore-close"?: ((...args: any[]) => any) | undefined;
81
+ "onDrag-start"?: ((...args: any[]) => any) | undefined;
82
+ "onDrag-move"?: ((...args: any[]) => any) | undefined;
83
+ "onDrag-end"?: ((...args: any[]) => any) | undefined;
84
+ }, {
85
+ readonly title?: any;
86
+ readonly resize?: any;
87
+ readonly center?: any;
88
+ readonly top?: any;
89
+ readonly tiny_mode?: any;
90
+ readonly tiny_mode_root?: any;
91
+ readonly tiny_template?: any;
92
+ readonly tiny_renderless?: any;
93
+ readonly _constants?: any;
94
+ readonly tiny_theme?: any;
95
+ readonly tiny_chart_theme?: any;
96
+ readonly width?: any;
97
+ readonly maxHeight?: any;
98
+ readonly appendToBody?: any;
99
+ readonly visible?: any;
100
+ readonly showClose?: any;
101
+ readonly showHeader?: any;
102
+ readonly lockScroll?: any;
103
+ readonly beforeClose?: any;
104
+ readonly fullscreen?: any;
105
+ readonly draggable?: any;
106
+ readonly closeOnClickModal?: any;
107
+ readonly closeOnPressEscape?: any;
108
+ readonly destroyOnClose?: any;
109
+ readonly dialogClass?: any;
110
+ readonly dragOutsideWindow?: any;
111
+ readonly isFormReset?: any;
112
+ readonly modal?: any;
113
+ readonly modalAppendToBody?: any;
114
+ readonly rightSlide?: any;
115
+ readonly dialogTransition?: any;
116
+ readonly noAnimation?: any;
117
+ readonly customStyle?: any;
118
+ }, {}>;
2
119
  export default _default;