@opentinyvue/vue-checkbox 3.22.1 → 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/package.json +6 -6
- 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/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-checkbox",
|
|
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-renderless": "~3.
|
|
12
|
-
"@opentinyvue/vue-directive": "~3.
|
|
13
|
-
"@opentinyvue/vue-icon": "~3.
|
|
14
|
-
"@opentinyvue/vue-theme": "~3.
|
|
10
|
+
"@opentinyvue/vue-common": "~3.24.0",
|
|
11
|
+
"@opentinyvue/vue-renderless": "~3.24.0",
|
|
12
|
+
"@opentinyvue/vue-directive": "~3.24.0",
|
|
13
|
+
"@opentinyvue/vue-icon": "~3.24.0",
|
|
14
|
+
"@opentinyvue/vue-theme": "~3.24.0"
|
|
15
15
|
},
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"types": "index.d.ts",
|
package/src/index.d.ts
CHANGED
|
@@ -65,6 +65,7 @@ export declare const checkboxProps: {
|
|
|
65
65
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
66
66
|
tiny_renderless: FunctionConstructor;
|
|
67
67
|
tiny_theme: StringConstructor;
|
|
68
|
+
tiny_mcp_config: ObjectConstructor;
|
|
68
69
|
tiny_chart_theme: ObjectConstructor;
|
|
69
70
|
};
|
|
70
71
|
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
@@ -126,6 +127,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
126
127
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
127
128
|
tiny_renderless: FunctionConstructor;
|
|
128
129
|
tiny_theme: StringConstructor;
|
|
130
|
+
tiny_mcp_config: ObjectConstructor;
|
|
129
131
|
tiny_chart_theme: ObjectConstructor;
|
|
130
132
|
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
131
133
|
[key: string]: any;
|
|
@@ -188,6 +190,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
188
190
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
189
191
|
tiny_renderless: FunctionConstructor;
|
|
190
192
|
tiny_theme: StringConstructor;
|
|
193
|
+
tiny_mcp_config: ObjectConstructor;
|
|
191
194
|
tiny_chart_theme: ObjectConstructor;
|
|
192
195
|
}>>, {
|
|
193
196
|
label: string | number | 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
|
modelValue?: any;
|
|
19
20
|
border?: any;
|
|
20
21
|
events?: 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
|
modelValue?: any;
|
|
53
55
|
border?: any;
|
|
54
56
|
events?: any;
|
|
@@ -78,6 +80,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
78
80
|
readonly _constants?: any;
|
|
79
81
|
readonly tiny_theme?: any;
|
|
80
82
|
readonly tiny_chart_theme?: any;
|
|
83
|
+
readonly tiny_mcp_config?: any;
|
|
81
84
|
readonly modelValue?: any;
|
|
82
85
|
readonly border?: any;
|
|
83
86
|
readonly events?: 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
|
tabindex?: any;
|
|
20
21
|
border?: any;
|
|
@@ -41,6 +42,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
41
42
|
_constants?: any;
|
|
42
43
|
tiny_theme?: any;
|
|
43
44
|
tiny_chart_theme?: any;
|
|
45
|
+
tiny_mcp_config?: any;
|
|
44
46
|
modelValue?: any;
|
|
45
47
|
tabindex?: any;
|
|
46
48
|
border?: any;
|
|
@@ -71,6 +73,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
71
73
|
readonly _constants?: any;
|
|
72
74
|
readonly tiny_theme?: any;
|
|
73
75
|
readonly tiny_chart_theme?: any;
|
|
76
|
+
readonly tiny_mcp_config?: any;
|
|
74
77
|
readonly modelValue?: any;
|
|
75
78
|
readonly tabindex?: any;
|
|
76
79
|
readonly border?: any;
|