@opentinyvue/vue-drawer 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 +7 -7
- package/src/index.d.ts +3 -0
- package/src/mobile-first.vue.d.ts +3 -0
- package/src/pc.vue.d.ts +3 -0
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-drawer",
|
|
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-button": "~3.
|
|
11
|
-
"@opentinyvue/vue-tooltip": "~3.
|
|
12
|
-
"@opentinyvue/vue-common": "~3.
|
|
13
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
14
|
-
"@opentinyvue/vue-icon": "~3.
|
|
15
|
-
"@opentinyvue/vue-theme": "~3.
|
|
10
|
+
"@opentinyvue/vue-button": "~3.25.0",
|
|
11
|
+
"@opentinyvue/vue-tooltip": "~3.25.0",
|
|
12
|
+
"@opentinyvue/vue-common": "~3.25.0",
|
|
13
|
+
"@opentinyvue/vue-renderless": "~3.25.0",
|
|
14
|
+
"@opentinyvue/vue-icon": "~3.25.0",
|
|
15
|
+
"@opentinyvue/vue-theme": "~3.25.0"
|
|
16
16
|
},
|
|
17
17
|
"license": "MIT",
|
|
18
18
|
"types": "index.d.ts"
|
package/src/index.d.ts
CHANGED
|
@@ -69,6 +69,7 @@ export declare const drawerProps: {
|
|
|
69
69
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
70
70
|
tiny_renderless: FunctionConstructor;
|
|
71
71
|
tiny_theme: StringConstructor;
|
|
72
|
+
tiny_mcp_config: ObjectConstructor;
|
|
72
73
|
tiny_chart_theme: ObjectConstructor;
|
|
73
74
|
};
|
|
74
75
|
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
@@ -137,6 +138,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
137
138
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
138
139
|
tiny_renderless: FunctionConstructor;
|
|
139
140
|
tiny_theme: StringConstructor;
|
|
141
|
+
tiny_mcp_config: ObjectConstructor;
|
|
140
142
|
tiny_chart_theme: ObjectConstructor;
|
|
141
143
|
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
142
144
|
[key: string]: any;
|
|
@@ -206,6 +208,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
206
208
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
207
209
|
tiny_renderless: FunctionConstructor;
|
|
208
210
|
tiny_theme: StringConstructor;
|
|
211
|
+
tiny_mcp_config: ObjectConstructor;
|
|
209
212
|
tiny_chart_theme: ObjectConstructor;
|
|
210
213
|
}>>, {
|
|
211
214
|
zIndex: number;
|
|
@@ -12,6 +12,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
12
12
|
_constants?: any;
|
|
13
13
|
tiny_theme?: any;
|
|
14
14
|
tiny_chart_theme?: any;
|
|
15
|
+
tiny_mcp_config?: any;
|
|
15
16
|
showHeader?: any;
|
|
16
17
|
showFooter?: any;
|
|
17
18
|
maskClosable?: any;
|
|
@@ -42,6 +43,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
42
43
|
_constants?: any;
|
|
43
44
|
tiny_theme?: any;
|
|
44
45
|
tiny_chart_theme?: any;
|
|
46
|
+
tiny_mcp_config?: any;
|
|
45
47
|
showHeader?: any;
|
|
46
48
|
showFooter?: any;
|
|
47
49
|
maskClosable?: any;
|
|
@@ -68,6 +70,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
68
70
|
readonly _constants?: any;
|
|
69
71
|
readonly tiny_theme?: any;
|
|
70
72
|
readonly tiny_chart_theme?: any;
|
|
73
|
+
readonly tiny_mcp_config?: any;
|
|
71
74
|
readonly showHeader?: any;
|
|
72
75
|
readonly showFooter?: any;
|
|
73
76
|
readonly maskClosable?: any;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ 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
|
showClose?: any;
|
|
18
19
|
showHeader?: any;
|
|
19
20
|
showFooter?: any;
|
|
@@ -49,6 +50,7 @@ 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
|
showClose?: any;
|
|
53
55
|
showHeader?: any;
|
|
54
56
|
showFooter?: any;
|
|
@@ -81,6 +83,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
81
83
|
readonly _constants?: any;
|
|
82
84
|
readonly tiny_theme?: any;
|
|
83
85
|
readonly tiny_chart_theme?: any;
|
|
86
|
+
readonly tiny_mcp_config?: any;
|
|
84
87
|
readonly showClose?: any;
|
|
85
88
|
readonly showHeader?: any;
|
|
86
89
|
readonly showFooter?: any;
|