@opentinyvue/vue-button 3.23.0 → 3.24.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 +5 -5
- 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,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-button",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.24.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-renderless": "~3.
|
|
13
|
-
"@opentinyvue/vue-theme": "~3.
|
|
10
|
+
"@opentinyvue/vue-common": "~3.24.0",
|
|
11
|
+
"@opentinyvue/vue-icon": "~3.24.0",
|
|
12
|
+
"@opentinyvue/vue-renderless": "~3.24.0",
|
|
13
|
+
"@opentinyvue/vue-theme": "~3.24.0"
|
|
14
14
|
},
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"types": "index.d.ts",
|
package/src/index.d.ts
CHANGED
|
@@ -76,6 +76,7 @@ export declare const buttonProps: {
|
|
|
76
76
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
77
77
|
tiny_renderless: FunctionConstructor;
|
|
78
78
|
tiny_theme: StringConstructor;
|
|
79
|
+
tiny_mcp_config: ObjectConstructor;
|
|
79
80
|
tiny_chart_theme: ObjectConstructor;
|
|
80
81
|
};
|
|
81
82
|
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
@@ -156,6 +157,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
156
157
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
157
158
|
tiny_renderless: FunctionConstructor;
|
|
158
159
|
tiny_theme: StringConstructor;
|
|
160
|
+
tiny_mcp_config: ObjectConstructor;
|
|
159
161
|
tiny_chart_theme: ObjectConstructor;
|
|
160
162
|
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
161
163
|
[key: string]: any;
|
|
@@ -237,6 +239,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
237
239
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
238
240
|
tiny_renderless: FunctionConstructor;
|
|
239
241
|
tiny_theme: StringConstructor;
|
|
242
|
+
tiny_mcp_config: ObjectConstructor;
|
|
240
243
|
tiny_chart_theme: ObjectConstructor;
|
|
241
244
|
}>>, {
|
|
242
245
|
disabled: boolean;
|
|
@@ -15,6 +15,7 @@ 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
|
tabindex?: any;
|
|
19
20
|
round?: any;
|
|
20
21
|
resetTime?: any;
|
|
@@ -39,6 +40,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
39
40
|
_constants?: any;
|
|
40
41
|
tiny_theme?: any;
|
|
41
42
|
tiny_chart_theme?: any;
|
|
43
|
+
tiny_mcp_config?: any;
|
|
42
44
|
tabindex?: any;
|
|
43
45
|
round?: any;
|
|
44
46
|
resetTime?: any;
|
|
@@ -65,6 +67,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
65
67
|
readonly _constants?: any;
|
|
66
68
|
readonly tiny_theme?: any;
|
|
67
69
|
readonly tiny_chart_theme?: any;
|
|
70
|
+
readonly tiny_mcp_config?: any;
|
|
68
71
|
readonly tabindex?: any;
|
|
69
72
|
readonly round?: any;
|
|
70
73
|
readonly resetTime?: any;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ 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
|
tabindex?: any;
|
|
19
20
|
round?: any;
|
|
20
21
|
resetTime?: any;
|
|
@@ -38,6 +39,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
38
39
|
_constants?: any;
|
|
39
40
|
tiny_theme?: any;
|
|
40
41
|
tiny_chart_theme?: any;
|
|
42
|
+
tiny_mcp_config?: any;
|
|
41
43
|
tabindex?: any;
|
|
42
44
|
round?: any;
|
|
43
45
|
resetTime?: any;
|
|
@@ -63,6 +65,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
63
65
|
readonly _constants?: any;
|
|
64
66
|
readonly tiny_theme?: any;
|
|
65
67
|
readonly tiny_chart_theme?: any;
|
|
68
|
+
readonly tiny_mcp_config?: any;
|
|
66
69
|
readonly tabindex?: any;
|
|
67
70
|
readonly round?: any;
|
|
68
71
|
readonly resetTime?: any;
|