@opentinyvue/vue-dialog-box 3.23.0 → 3.25.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.
- package/lib/index.js +1 -1
- package/package.json +6 -6
- package/src/index.d.ts +4 -1
- package/src/mobile-first.vue.d.ts +6 -3
- package/src/pc.vue.d.ts +6 -3
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-dialog-box",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.25.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib/index.js",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"type": "module",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@opentinyvue/vue-common": "~3.
|
|
11
|
-
"@opentinyvue/vue-icon": "~3.
|
|
12
|
-
"@opentinyvue/vue-action-sheet": "~3.
|
|
13
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
14
|
-
"@opentinyvue/vue-theme": "~3.
|
|
10
|
+
"@opentinyvue/vue-common": "~3.25.0",
|
|
11
|
+
"@opentinyvue/vue-icon": "~3.25.0",
|
|
12
|
+
"@opentinyvue/vue-action-sheet": "~3.25.0",
|
|
13
|
+
"@opentinyvue/vue-renderless": "~3.25.0",
|
|
14
|
+
"@opentinyvue/vue-theme": "~3.25.0"
|
|
15
15
|
},
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"types": "index.d.ts",
|
package/src/index.d.ts
CHANGED
|
@@ -140,6 +140,7 @@ export declare const dialogBoxProps: {
|
|
|
140
140
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
141
141
|
tiny_renderless: FunctionConstructor;
|
|
142
142
|
tiny_theme: StringConstructor;
|
|
143
|
+
tiny_mcp_config: ObjectConstructor;
|
|
143
144
|
tiny_chart_theme: ObjectConstructor;
|
|
144
145
|
};
|
|
145
146
|
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
@@ -261,6 +262,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
261
262
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
262
263
|
tiny_renderless: FunctionConstructor;
|
|
263
264
|
tiny_theme: StringConstructor;
|
|
265
|
+
tiny_mcp_config: ObjectConstructor;
|
|
264
266
|
tiny_chart_theme: ObjectConstructor;
|
|
265
267
|
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
266
268
|
[key: string]: any;
|
|
@@ -383,6 +385,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
383
385
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
384
386
|
tiny_renderless: FunctionConstructor;
|
|
385
387
|
tiny_theme: StringConstructor;
|
|
388
|
+
tiny_mcp_config: ObjectConstructor;
|
|
386
389
|
tiny_chart_theme: ObjectConstructor;
|
|
387
390
|
}>>, {
|
|
388
391
|
width: string;
|
|
@@ -395,6 +398,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
395
398
|
tiny_mode_root: boolean;
|
|
396
399
|
_constants: Record<string, any>;
|
|
397
400
|
maxHeight: string;
|
|
401
|
+
customStyle: Record<string, any>;
|
|
398
402
|
showClose: boolean;
|
|
399
403
|
showHeader: boolean;
|
|
400
404
|
lockScroll: boolean;
|
|
@@ -410,6 +414,5 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
410
414
|
rightSlide: boolean;
|
|
411
415
|
dialogTransition: string;
|
|
412
416
|
noAnimation: boolean;
|
|
413
|
-
customStyle: Record<string, any>;
|
|
414
417
|
}, {}>;
|
|
415
418
|
export default _default;
|
|
@@ -14,7 +14,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
14
14
|
_constants?: any;
|
|
15
15
|
tiny_theme?: any;
|
|
16
16
|
tiny_chart_theme?: any;
|
|
17
|
+
tiny_mcp_config?: any;
|
|
17
18
|
maxHeight?: any;
|
|
19
|
+
customStyle?: any;
|
|
18
20
|
showClose?: any;
|
|
19
21
|
showHeader?: any;
|
|
20
22
|
lockScroll?: any;
|
|
@@ -29,7 +31,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
29
31
|
modalAppendToBody?: any;
|
|
30
32
|
rightSlide?: any;
|
|
31
33
|
noAnimation?: any;
|
|
32
|
-
customStyle?: any;
|
|
33
34
|
}>, {
|
|
34
35
|
t: (this: any, path: any, options?: any) => any;
|
|
35
36
|
vm: any;
|
|
@@ -55,7 +56,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
55
56
|
_constants?: any;
|
|
56
57
|
tiny_theme?: any;
|
|
57
58
|
tiny_chart_theme?: any;
|
|
59
|
+
tiny_mcp_config?: any;
|
|
58
60
|
maxHeight?: any;
|
|
61
|
+
customStyle?: any;
|
|
59
62
|
showClose?: any;
|
|
60
63
|
showHeader?: any;
|
|
61
64
|
lockScroll?: any;
|
|
@@ -70,7 +73,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
70
73
|
modalAppendToBody?: any;
|
|
71
74
|
rightSlide?: any;
|
|
72
75
|
noAnimation?: any;
|
|
73
|
-
customStyle?: any;
|
|
74
76
|
}>>> & {
|
|
75
77
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
76
78
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
@@ -100,7 +102,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
100
102
|
readonly _constants?: any;
|
|
101
103
|
readonly tiny_theme?: any;
|
|
102
104
|
readonly tiny_chart_theme?: any;
|
|
105
|
+
readonly tiny_mcp_config?: any;
|
|
103
106
|
readonly maxHeight?: any;
|
|
107
|
+
readonly customStyle?: any;
|
|
104
108
|
readonly showClose?: any;
|
|
105
109
|
readonly showHeader?: any;
|
|
106
110
|
readonly lockScroll?: any;
|
|
@@ -115,6 +119,5 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
115
119
|
readonly modalAppendToBody?: any;
|
|
116
120
|
readonly rightSlide?: any;
|
|
117
121
|
readonly noAnimation?: any;
|
|
118
|
-
readonly customStyle?: any;
|
|
119
122
|
}, {}>;
|
|
120
123
|
export default _default;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -15,7 +15,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
15
15
|
_constants?: any;
|
|
16
16
|
tiny_theme?: any;
|
|
17
17
|
tiny_chart_theme?: any;
|
|
18
|
+
tiny_mcp_config?: any;
|
|
18
19
|
maxHeight?: any;
|
|
20
|
+
customStyle?: any;
|
|
19
21
|
showClose?: any;
|
|
20
22
|
showHeader?: any;
|
|
21
23
|
lockScroll?: any;
|
|
@@ -32,7 +34,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
32
34
|
rightSlide?: any;
|
|
33
35
|
dialogTransition?: any;
|
|
34
36
|
noAnimation?: any;
|
|
35
|
-
customStyle?: any;
|
|
36
37
|
}>, IDialogBoxApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("resize" | "change" | "cancel" | "close" | "update:visible" | "confirm" | "open" | "closed" | "opened" | "before-close" | "drag-start" | "drag-move" | "drag-end")[], "resize" | "change" | "cancel" | "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<{
|
|
37
38
|
top?: any;
|
|
38
39
|
width?: any;
|
|
@@ -49,7 +50,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
49
50
|
_constants?: any;
|
|
50
51
|
tiny_theme?: any;
|
|
51
52
|
tiny_chart_theme?: any;
|
|
53
|
+
tiny_mcp_config?: any;
|
|
52
54
|
maxHeight?: any;
|
|
55
|
+
customStyle?: any;
|
|
53
56
|
showClose?: any;
|
|
54
57
|
showHeader?: any;
|
|
55
58
|
lockScroll?: any;
|
|
@@ -66,7 +69,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
66
69
|
rightSlide?: any;
|
|
67
70
|
dialogTransition?: any;
|
|
68
71
|
noAnimation?: any;
|
|
69
|
-
customStyle?: any;
|
|
70
72
|
}>>> & {
|
|
71
73
|
onResize?: ((...args: any[]) => any) | undefined;
|
|
72
74
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -97,7 +99,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
97
99
|
readonly _constants?: any;
|
|
98
100
|
readonly tiny_theme?: any;
|
|
99
101
|
readonly tiny_chart_theme?: any;
|
|
102
|
+
readonly tiny_mcp_config?: any;
|
|
100
103
|
readonly maxHeight?: any;
|
|
104
|
+
readonly customStyle?: any;
|
|
101
105
|
readonly showClose?: any;
|
|
102
106
|
readonly showHeader?: any;
|
|
103
107
|
readonly lockScroll?: any;
|
|
@@ -114,6 +118,5 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
114
118
|
readonly rightSlide?: any;
|
|
115
119
|
readonly dialogTransition?: any;
|
|
116
120
|
readonly noAnimation?: any;
|
|
117
|
-
readonly customStyle?: any;
|
|
118
121
|
}, {}>;
|
|
119
122
|
export default _default;
|