@opentinyvue/vue-badge 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 +4 -4
- 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,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-badge",
|
|
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-renderless": "~3.
|
|
11
|
-
"@opentinyvue/vue-common": "~3.
|
|
12
|
-
"@opentinyvue/vue-theme": "~3.
|
|
10
|
+
"@opentinyvue/vue-renderless": "~3.24.0",
|
|
11
|
+
"@opentinyvue/vue-common": "~3.24.0",
|
|
12
|
+
"@opentinyvue/vue-theme": "~3.24.0"
|
|
13
13
|
},
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"types": "index.d.ts",
|
package/src/index.d.ts
CHANGED
|
@@ -39,6 +39,7 @@ export declare const badgeProps: {
|
|
|
39
39
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
40
40
|
tiny_renderless: FunctionConstructor;
|
|
41
41
|
tiny_theme: StringConstructor;
|
|
42
|
+
tiny_mcp_config: ObjectConstructor;
|
|
42
43
|
tiny_chart_theme: ObjectConstructor;
|
|
43
44
|
};
|
|
44
45
|
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
@@ -82,6 +83,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
82
83
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
83
84
|
tiny_renderless: FunctionConstructor;
|
|
84
85
|
tiny_theme: StringConstructor;
|
|
86
|
+
tiny_mcp_config: ObjectConstructor;
|
|
85
87
|
tiny_chart_theme: ObjectConstructor;
|
|
86
88
|
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
87
89
|
[key: string]: any;
|
|
@@ -126,6 +128,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
126
128
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
127
129
|
tiny_renderless: FunctionConstructor;
|
|
128
130
|
tiny_theme: StringConstructor;
|
|
131
|
+
tiny_mcp_config: ObjectConstructor;
|
|
129
132
|
tiny_chart_theme: ObjectConstructor;
|
|
130
133
|
}>>, {
|
|
131
134
|
offset: unknown[];
|
|
@@ -13,6 +13,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
13
13
|
_constants?: any;
|
|
14
14
|
tiny_theme?: any;
|
|
15
15
|
tiny_chart_theme?: any;
|
|
16
|
+
tiny_mcp_config?: any;
|
|
16
17
|
modelValue?: any;
|
|
17
18
|
showLeft?: any;
|
|
18
19
|
isDot?: any;
|
|
@@ -31,6 +32,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
31
32
|
_constants?: any;
|
|
32
33
|
tiny_theme?: any;
|
|
33
34
|
tiny_chart_theme?: any;
|
|
35
|
+
tiny_mcp_config?: any;
|
|
34
36
|
modelValue?: any;
|
|
35
37
|
showLeft?: any;
|
|
36
38
|
isDot?: any;
|
|
@@ -49,6 +51,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
49
51
|
readonly _constants?: any;
|
|
50
52
|
readonly tiny_theme?: any;
|
|
51
53
|
readonly tiny_chart_theme?: any;
|
|
54
|
+
readonly tiny_mcp_config?: any;
|
|
52
55
|
readonly modelValue?: any;
|
|
53
56
|
readonly showLeft?: any;
|
|
54
57
|
readonly isDot?: 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
|
modelValue?: any;
|
|
19
20
|
isDot?: any;
|
|
20
21
|
badgeClass?: any;
|
|
@@ -34,6 +35,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
34
35
|
_constants?: any;
|
|
35
36
|
tiny_theme?: any;
|
|
36
37
|
tiny_chart_theme?: any;
|
|
38
|
+
tiny_mcp_config?: any;
|
|
37
39
|
modelValue?: any;
|
|
38
40
|
isDot?: any;
|
|
39
41
|
badgeClass?: any;
|
|
@@ -53,6 +55,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
53
55
|
readonly _constants?: any;
|
|
54
56
|
readonly tiny_theme?: any;
|
|
55
57
|
readonly tiny_chart_theme?: any;
|
|
58
|
+
readonly tiny_mcp_config?: any;
|
|
56
59
|
readonly modelValue?: any;
|
|
57
60
|
readonly isDot?: any;
|
|
58
61
|
readonly badgeClass?: any;
|