@opentinyvue/vue-float-button 3.27.0 → 3.28.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/package.json +6 -6
- package/src/index.d.ts +1 -1
- package/src/pc.vue.d.ts +3 -3
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.28.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.28.0",
|
|
12
|
+
"@opentinyvue/vue-common": "~3.28.0",
|
|
13
|
+
"@opentinyvue/vue-icon": "~3.28.0",
|
|
14
|
+
"@opentinyvue/vue-renderless": "~3.28.0",
|
|
15
|
+
"@opentinyvue/vue-theme": "~3.28.0"
|
|
16
16
|
},
|
|
17
17
|
"types": "index.d.ts",
|
|
18
18
|
"scripts": {
|
package/src/index.d.ts
CHANGED
|
@@ -261,10 +261,10 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
261
261
|
element: any;
|
|
262
262
|
loading: boolean;
|
|
263
263
|
tiny_mode_root: boolean;
|
|
264
|
+
shape: string;
|
|
264
265
|
trigger: string;
|
|
265
266
|
resetTime: number;
|
|
266
267
|
description: string;
|
|
267
|
-
shape: string;
|
|
268
268
|
open: boolean;
|
|
269
269
|
tooltip: string;
|
|
270
270
|
backTop: boolean;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -20,10 +20,10 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
20
20
|
tiny_theme?: any;
|
|
21
21
|
tiny_chart_theme?: any;
|
|
22
22
|
tiny_mcp_config?: any;
|
|
23
|
+
shape?: any;
|
|
23
24
|
trigger?: any;
|
|
24
25
|
resetTime?: any;
|
|
25
26
|
description?: any;
|
|
26
|
-
shape?: any;
|
|
27
27
|
open?: any;
|
|
28
28
|
tooltip?: any;
|
|
29
29
|
backTop?: any;
|
|
@@ -49,10 +49,10 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
49
49
|
tiny_theme?: any;
|
|
50
50
|
tiny_chart_theme?: any;
|
|
51
51
|
tiny_mcp_config?: any;
|
|
52
|
+
shape?: any;
|
|
52
53
|
trigger?: any;
|
|
53
54
|
resetTime?: any;
|
|
54
55
|
description?: any;
|
|
55
|
-
shape?: any;
|
|
56
56
|
open?: any;
|
|
57
57
|
tooltip?: any;
|
|
58
58
|
backTop?: any;
|
|
@@ -82,10 +82,10 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
82
82
|
readonly tiny_theme?: any;
|
|
83
83
|
readonly tiny_chart_theme?: any;
|
|
84
84
|
readonly tiny_mcp_config?: any;
|
|
85
|
+
readonly shape?: any;
|
|
85
86
|
readonly trigger?: any;
|
|
86
87
|
readonly resetTime?: any;
|
|
87
88
|
readonly description?: any;
|
|
88
|
-
readonly shape?: any;
|
|
89
89
|
readonly open?: any;
|
|
90
90
|
readonly tooltip?: any;
|
|
91
91
|
readonly backTop?: any;
|