@opentinyvue/vue-country 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 +2 -0
- package/src/pc.vue.d.ts +3 -0
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-country",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.25.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-select": "~3.
|
|
13
|
-
"@opentinyvue/vue-option": "~3.
|
|
14
|
-
"@opentinyvue/vue-theme": "~3.
|
|
10
|
+
"@opentinyvue/vue-common": "~3.25.0",
|
|
11
|
+
"@opentinyvue/vue-renderless": "~3.25.0",
|
|
12
|
+
"@opentinyvue/vue-select": "~3.25.0",
|
|
13
|
+
"@opentinyvue/vue-option": "~3.25.0",
|
|
14
|
+
"@opentinyvue/vue-theme": "~3.25.0"
|
|
15
15
|
},
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"types": "index.d.ts",
|
package/src/index.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
25
25
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
26
26
|
tiny_renderless: FunctionConstructor;
|
|
27
27
|
tiny_theme: StringConstructor;
|
|
28
|
+
tiny_mcp_config: ObjectConstructor;
|
|
28
29
|
tiny_chart_theme: ObjectConstructor;
|
|
29
30
|
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
30
31
|
[key: string]: any;
|
|
@@ -55,6 +56,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
55
56
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
56
57
|
tiny_renderless: FunctionConstructor;
|
|
57
58
|
tiny_theme: StringConstructor;
|
|
59
|
+
tiny_mcp_config: ObjectConstructor;
|
|
58
60
|
tiny_chart_theme: ObjectConstructor;
|
|
59
61
|
}>>, {
|
|
60
62
|
disabled: boolean;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
8
8
|
_constants?: any;
|
|
9
9
|
tiny_theme?: any;
|
|
10
10
|
tiny_chart_theme?: any;
|
|
11
|
+
tiny_mcp_config?: any;
|
|
11
12
|
modelValue?: any;
|
|
12
13
|
popperClass?: any;
|
|
13
14
|
popperAppendToBody?: 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
|
popperClass?: any;
|
|
39
41
|
popperAppendToBody?: any;
|
|
@@ -56,6 +58,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
56
58
|
readonly _constants?: any;
|
|
57
59
|
readonly tiny_theme?: any;
|
|
58
60
|
readonly tiny_chart_theme?: any;
|
|
61
|
+
readonly tiny_mcp_config?: any;
|
|
59
62
|
readonly modelValue?: any;
|
|
60
63
|
readonly popperClass?: any;
|
|
61
64
|
readonly popperAppendToBody?: any;
|