@opentinyvue/vue-cascader 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 +14 -14
- package/src/index.d.ts +3 -0
- package/src/mobile-first.vue.d.ts +3 -0
- package/src/pc-first.vue.d.ts +3 -0
- package/src/pc.vue.d.ts +3 -0
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-cascader",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.25.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"main": "./lib/index.js",
|
|
9
9
|
"module": "./lib/index.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@opentinyvue/vue-cascader-mobile": "~3.
|
|
12
|
-
"@opentinyvue/vue-cascader-panel": "~3.
|
|
13
|
-
"@opentinyvue/vue-common": "~3.
|
|
14
|
-
"@opentinyvue/vue-directive": "~3.
|
|
15
|
-
"@opentinyvue/vue-filter-box": "~3.
|
|
16
|
-
"@opentinyvue/vue-icon": "~3.
|
|
17
|
-
"@opentinyvue/vue-input": "~3.
|
|
18
|
-
"@opentinyvue/vue-locale": "~3.
|
|
19
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
20
|
-
"@opentinyvue/vue-scrollbar": "~3.
|
|
21
|
-
"@opentinyvue/vue-tag": "~3.
|
|
22
|
-
"@opentinyvue/vue-theme": "~3.
|
|
23
|
-
"@opentinyvue/vue-tooltip": "~3.
|
|
11
|
+
"@opentinyvue/vue-cascader-mobile": "~3.25.0",
|
|
12
|
+
"@opentinyvue/vue-cascader-panel": "~3.25.0",
|
|
13
|
+
"@opentinyvue/vue-common": "~3.25.0",
|
|
14
|
+
"@opentinyvue/vue-directive": "~3.25.0",
|
|
15
|
+
"@opentinyvue/vue-filter-box": "~3.25.0",
|
|
16
|
+
"@opentinyvue/vue-icon": "~3.25.0",
|
|
17
|
+
"@opentinyvue/vue-input": "~3.25.0",
|
|
18
|
+
"@opentinyvue/vue-locale": "~3.25.0",
|
|
19
|
+
"@opentinyvue/vue-renderless": "~3.25.0",
|
|
20
|
+
"@opentinyvue/vue-scrollbar": "~3.25.0",
|
|
21
|
+
"@opentinyvue/vue-tag": "~3.25.0",
|
|
22
|
+
"@opentinyvue/vue-theme": "~3.25.0",
|
|
23
|
+
"@opentinyvue/vue-tooltip": "~3.25.0"
|
|
24
24
|
},
|
|
25
25
|
"types": "index.d.ts",
|
|
26
26
|
"scripts": {
|
package/src/index.d.ts
CHANGED
|
@@ -94,6 +94,7 @@ export declare const cascaderProps: {
|
|
|
94
94
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
95
95
|
tiny_renderless: FunctionConstructor;
|
|
96
96
|
tiny_theme: StringConstructor;
|
|
97
|
+
tiny_mcp_config: ObjectConstructor;
|
|
97
98
|
tiny_chart_theme: ObjectConstructor;
|
|
98
99
|
};
|
|
99
100
|
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
@@ -192,6 +193,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
192
193
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
193
194
|
tiny_renderless: FunctionConstructor;
|
|
194
195
|
tiny_theme: StringConstructor;
|
|
196
|
+
tiny_mcp_config: ObjectConstructor;
|
|
195
197
|
tiny_chart_theme: ObjectConstructor;
|
|
196
198
|
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
197
199
|
[key: string]: any;
|
|
@@ -291,6 +293,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
291
293
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
292
294
|
tiny_renderless: FunctionConstructor;
|
|
293
295
|
tiny_theme: StringConstructor;
|
|
296
|
+
tiny_mcp_config: ObjectConstructor;
|
|
294
297
|
tiny_chart_theme: ObjectConstructor;
|
|
295
298
|
}>>, {
|
|
296
299
|
props: Record<string, any>;
|
|
@@ -15,6 +15,7 @@ declare const _default: hooks.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
|
visibleArrow?: any;
|
|
20
21
|
arrowOffset?: any;
|
|
@@ -93,6 +94,7 @@ declare const _default: hooks.DefineComponent<Readonly<{
|
|
|
93
94
|
_constants?: any;
|
|
94
95
|
tiny_theme?: any;
|
|
95
96
|
tiny_chart_theme?: any;
|
|
97
|
+
tiny_mcp_config?: any;
|
|
96
98
|
modelValue?: any;
|
|
97
99
|
visibleArrow?: any;
|
|
98
100
|
arrowOffset?: any;
|
|
@@ -143,6 +145,7 @@ declare const _default: hooks.DefineComponent<Readonly<{
|
|
|
143
145
|
readonly _constants?: any;
|
|
144
146
|
readonly tiny_theme?: any;
|
|
145
147
|
readonly tiny_chart_theme?: any;
|
|
148
|
+
readonly tiny_mcp_config?: any;
|
|
146
149
|
readonly modelValue?: any;
|
|
147
150
|
readonly visibleArrow?: any;
|
|
148
151
|
readonly arrowOffset?: any;
|
package/src/pc-first.vue.d.ts
CHANGED
|
@@ -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
|
visibleArrow?: any;
|
|
18
19
|
arrowOffset?: any;
|
|
@@ -58,6 +59,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
58
59
|
_constants?: any;
|
|
59
60
|
tiny_theme?: any;
|
|
60
61
|
tiny_chart_theme?: any;
|
|
62
|
+
tiny_mcp_config?: any;
|
|
61
63
|
modelValue?: any;
|
|
62
64
|
visibleArrow?: any;
|
|
63
65
|
arrowOffset?: any;
|
|
@@ -104,6 +106,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
104
106
|
readonly _constants?: any;
|
|
105
107
|
readonly tiny_theme?: any;
|
|
106
108
|
readonly tiny_chart_theme?: any;
|
|
109
|
+
readonly tiny_mcp_config?: any;
|
|
107
110
|
readonly modelValue?: any;
|
|
108
111
|
readonly visibleArrow?: any;
|
|
109
112
|
readonly arrowOffset?: any;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -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
|
visibleArrow?: any;
|
|
18
19
|
arrowOffset?: any;
|
|
@@ -60,6 +61,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
60
61
|
_constants?: any;
|
|
61
62
|
tiny_theme?: any;
|
|
62
63
|
tiny_chart_theme?: any;
|
|
64
|
+
tiny_mcp_config?: any;
|
|
63
65
|
modelValue?: any;
|
|
64
66
|
visibleArrow?: any;
|
|
65
67
|
arrowOffset?: any;
|
|
@@ -108,6 +110,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
108
110
|
readonly _constants?: any;
|
|
109
111
|
readonly tiny_theme?: any;
|
|
110
112
|
readonly tiny_chart_theme?: any;
|
|
113
|
+
readonly tiny_mcp_config?: any;
|
|
111
114
|
readonly modelValue?: any;
|
|
112
115
|
readonly visibleArrow?: any;
|
|
113
116
|
readonly arrowOffset?: any;
|