@opentinyvue/vue-cascader-view 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
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-cascader-view",
|
|
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-icon": "~3.
|
|
11
|
-
"@opentinyvue/vue-button": "~3.
|
|
12
|
-
"@opentinyvue/vue-exception": "~3.
|
|
13
|
-
"@opentinyvue/vue-action-sheet": "~3.
|
|
14
|
-
"@opentinyvue/vue-common": "~3.
|
|
15
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
16
|
-
"@opentinyvue/vue-checkbox": "~3.
|
|
10
|
+
"@opentinyvue/vue-icon": "~3.24.0",
|
|
11
|
+
"@opentinyvue/vue-button": "~3.24.0",
|
|
12
|
+
"@opentinyvue/vue-exception": "~3.24.0",
|
|
13
|
+
"@opentinyvue/vue-action-sheet": "~3.24.0",
|
|
14
|
+
"@opentinyvue/vue-common": "~3.24.0",
|
|
15
|
+
"@opentinyvue/vue-renderless": "~3.24.0",
|
|
16
|
+
"@opentinyvue/vue-checkbox": "~3.24.0"
|
|
17
17
|
},
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"types": "index.d.ts",
|
|
@@ -103,6 +103,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
103
103
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
104
104
|
tiny_renderless: FunctionConstructor;
|
|
105
105
|
tiny_theme: StringConstructor;
|
|
106
|
+
tiny_mcp_config: ObjectConstructor;
|
|
106
107
|
tiny_chart_theme: ObjectConstructor;
|
|
107
108
|
}, {
|
|
108
109
|
t: (this: any, path: any, options?: any) => any;
|
|
@@ -218,6 +219,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
218
219
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
219
220
|
tiny_renderless: FunctionConstructor;
|
|
220
221
|
tiny_theme: StringConstructor;
|
|
222
|
+
tiny_mcp_config: ObjectConstructor;
|
|
221
223
|
tiny_chart_theme: ObjectConstructor;
|
|
222
224
|
}>> & {
|
|
223
225
|
onClick?: ((...args: any[]) => any) | undefined;
|