@opentinyvue/vue-ip-address 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/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-ip-address",
|
|
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
|
@@ -32,6 +32,7 @@ export declare const ipAddressProps: {
|
|
|
32
32
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
33
33
|
tiny_renderless: FunctionConstructor;
|
|
34
34
|
tiny_theme: StringConstructor;
|
|
35
|
+
tiny_mcp_config: ObjectConstructor;
|
|
35
36
|
tiny_chart_theme: ObjectConstructor;
|
|
36
37
|
};
|
|
37
38
|
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
@@ -68,6 +69,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
68
69
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
69
70
|
tiny_renderless: FunctionConstructor;
|
|
70
71
|
tiny_theme: StringConstructor;
|
|
72
|
+
tiny_mcp_config: ObjectConstructor;
|
|
71
73
|
tiny_chart_theme: ObjectConstructor;
|
|
72
74
|
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
73
75
|
[key: string]: any;
|
|
@@ -105,6 +107,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
105
107
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
106
108
|
tiny_renderless: FunctionConstructor;
|
|
107
109
|
tiny_theme: StringConstructor;
|
|
110
|
+
tiny_mcp_config: ObjectConstructor;
|
|
108
111
|
tiny_chart_theme: ObjectConstructor;
|
|
109
112
|
}>>, {
|
|
110
113
|
disabled: boolean;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
9
9
|
_constants?: any;
|
|
10
10
|
tiny_theme?: any;
|
|
11
11
|
tiny_chart_theme?: any;
|
|
12
|
+
tiny_mcp_config?: any;
|
|
12
13
|
modelValue?: any;
|
|
13
14
|
readonly?: any;
|
|
14
15
|
delimiter?: any;
|
|
@@ -32,6 +33,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
32
33
|
_constants?: any;
|
|
33
34
|
tiny_theme?: any;
|
|
34
35
|
tiny_chart_theme?: any;
|
|
36
|
+
tiny_mcp_config?: any;
|
|
35
37
|
modelValue?: any;
|
|
36
38
|
readonly?: any;
|
|
37
39
|
delimiter?: 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 readonly?: any;
|
|
58
61
|
readonly delimiter?: any;
|