@opentinyvue/vue-float-button 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 +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-float-button",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.25.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"main": "./lib/index.js",
|
|
9
9
|
"module": "./lib/index.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@opentinyvue/utils": "~3.
|
|
12
|
-
"@opentinyvue/vue-common": "~3.
|
|
13
|
-
"@opentinyvue/vue-icon": "~3.
|
|
14
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
15
|
-
"@opentinyvue/vue-theme": "~3.
|
|
11
|
+
"@opentinyvue/utils": "~3.25.0",
|
|
12
|
+
"@opentinyvue/vue-common": "~3.25.0",
|
|
13
|
+
"@opentinyvue/vue-icon": "~3.25.0",
|
|
14
|
+
"@opentinyvue/vue-renderless": "~3.25.0",
|
|
15
|
+
"@opentinyvue/vue-theme": "~3.25.0"
|
|
16
16
|
},
|
|
17
17
|
"types": "index.d.ts",
|
|
18
18
|
"scripts": {
|
package/src/index.d.ts
CHANGED
|
@@ -78,6 +78,7 @@ export declare const floatButtonProps: {
|
|
|
78
78
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
79
79
|
tiny_renderless: FunctionConstructor;
|
|
80
80
|
tiny_theme: StringConstructor;
|
|
81
|
+
tiny_mcp_config: ObjectConstructor;
|
|
81
82
|
tiny_chart_theme: ObjectConstructor;
|
|
82
83
|
};
|
|
83
84
|
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
@@ -160,6 +161,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
160
161
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
161
162
|
tiny_renderless: FunctionConstructor;
|
|
162
163
|
tiny_theme: StringConstructor;
|
|
164
|
+
tiny_mcp_config: ObjectConstructor;
|
|
163
165
|
tiny_chart_theme: ObjectConstructor;
|
|
164
166
|
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
165
167
|
[key: string]: any;
|
|
@@ -243,6 +245,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
243
245
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
244
246
|
tiny_renderless: FunctionConstructor;
|
|
245
247
|
tiny_theme: StringConstructor;
|
|
248
|
+
tiny_mcp_config: ObjectConstructor;
|
|
246
249
|
tiny_chart_theme: ObjectConstructor;
|
|
247
250
|
}>>, {
|
|
248
251
|
disabled: boolean;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
19
19
|
_constants?: any;
|
|
20
20
|
tiny_theme?: any;
|
|
21
21
|
tiny_chart_theme?: any;
|
|
22
|
+
tiny_mcp_config?: any;
|
|
22
23
|
trigger?: any;
|
|
23
24
|
resetTime?: any;
|
|
24
25
|
description?: any;
|
|
@@ -47,6 +48,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
47
48
|
_constants?: any;
|
|
48
49
|
tiny_theme?: any;
|
|
49
50
|
tiny_chart_theme?: any;
|
|
51
|
+
tiny_mcp_config?: any;
|
|
50
52
|
trigger?: any;
|
|
51
53
|
resetTime?: any;
|
|
52
54
|
description?: any;
|
|
@@ -79,6 +81,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
79
81
|
readonly _constants?: any;
|
|
80
82
|
readonly tiny_theme?: any;
|
|
81
83
|
readonly tiny_chart_theme?: any;
|
|
84
|
+
readonly tiny_mcp_config?: any;
|
|
82
85
|
readonly trigger?: any;
|
|
83
86
|
readonly resetTime?: any;
|
|
84
87
|
readonly description?: any;
|