@opentinyvue/vue-cascader 3.26.0 → 3.28.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 +14 -14
- package/src/mobile-first.vue.d.ts +3 -3
- package/src/pc-first.vue.d.ts +3 -3
- package/src/pc.vue.d.ts +3 -3
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.28.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.28.0",
|
|
12
|
+
"@opentinyvue/vue-cascader-panel": "~3.28.0",
|
|
13
|
+
"@opentinyvue/vue-common": "~3.28.0",
|
|
14
|
+
"@opentinyvue/vue-directive": "~3.28.0",
|
|
15
|
+
"@opentinyvue/vue-filter-box": "~3.28.0",
|
|
16
|
+
"@opentinyvue/vue-icon": "~3.28.0",
|
|
17
|
+
"@opentinyvue/vue-input": "~3.28.0",
|
|
18
|
+
"@opentinyvue/vue-locale": "~3.28.0",
|
|
19
|
+
"@opentinyvue/vue-renderless": "~3.28.0",
|
|
20
|
+
"@opentinyvue/vue-scrollbar": "~3.28.0",
|
|
21
|
+
"@opentinyvue/vue-tag": "~3.28.0",
|
|
22
|
+
"@opentinyvue/vue-theme": "~3.28.0",
|
|
23
|
+
"@opentinyvue/vue-tooltip": "~3.28.0"
|
|
24
24
|
},
|
|
25
25
|
"types": "index.d.ts",
|
|
26
26
|
"scripts": {
|
|
@@ -16,6 +16,7 @@ declare const _default: hooks.DefineComponent<Readonly<{
|
|
|
16
16
|
tiny_theme?: any;
|
|
17
17
|
tiny_chart_theme?: any;
|
|
18
18
|
tiny_mcp_config?: any;
|
|
19
|
+
shape?: any;
|
|
19
20
|
modelValue?: any;
|
|
20
21
|
visibleArrow?: any;
|
|
21
22
|
arrowOffset?: any;
|
|
@@ -29,7 +30,6 @@ declare const _default: hooks.DefineComponent<Readonly<{
|
|
|
29
30
|
clearable?: any;
|
|
30
31
|
displayOnly?: any;
|
|
31
32
|
placeholder?: any;
|
|
32
|
-
shape?: any;
|
|
33
33
|
filterable?: any;
|
|
34
34
|
collapseTags?: any;
|
|
35
35
|
filterMethod?: any;
|
|
@@ -95,6 +95,7 @@ declare const _default: hooks.DefineComponent<Readonly<{
|
|
|
95
95
|
tiny_theme?: any;
|
|
96
96
|
tiny_chart_theme?: any;
|
|
97
97
|
tiny_mcp_config?: any;
|
|
98
|
+
shape?: any;
|
|
98
99
|
modelValue?: any;
|
|
99
100
|
visibleArrow?: any;
|
|
100
101
|
arrowOffset?: any;
|
|
@@ -108,7 +109,6 @@ declare const _default: hooks.DefineComponent<Readonly<{
|
|
|
108
109
|
clearable?: any;
|
|
109
110
|
displayOnly?: any;
|
|
110
111
|
placeholder?: any;
|
|
111
|
-
shape?: any;
|
|
112
112
|
filterable?: any;
|
|
113
113
|
collapseTags?: any;
|
|
114
114
|
filterMethod?: any;
|
|
@@ -146,6 +146,7 @@ declare const _default: hooks.DefineComponent<Readonly<{
|
|
|
146
146
|
readonly tiny_theme?: any;
|
|
147
147
|
readonly tiny_chart_theme?: any;
|
|
148
148
|
readonly tiny_mcp_config?: any;
|
|
149
|
+
readonly shape?: any;
|
|
149
150
|
readonly modelValue?: any;
|
|
150
151
|
readonly visibleArrow?: any;
|
|
151
152
|
readonly arrowOffset?: any;
|
|
@@ -159,7 +160,6 @@ declare const _default: hooks.DefineComponent<Readonly<{
|
|
|
159
160
|
readonly clearable?: any;
|
|
160
161
|
readonly displayOnly?: any;
|
|
161
162
|
readonly placeholder?: any;
|
|
162
|
-
readonly shape?: any;
|
|
163
163
|
readonly filterable?: any;
|
|
164
164
|
readonly collapseTags?: any;
|
|
165
165
|
readonly filterMethod?: any;
|
package/src/pc-first.vue.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
14
14
|
tiny_theme?: any;
|
|
15
15
|
tiny_chart_theme?: any;
|
|
16
16
|
tiny_mcp_config?: any;
|
|
17
|
+
shape?: any;
|
|
17
18
|
modelValue?: any;
|
|
18
19
|
visibleArrow?: any;
|
|
19
20
|
arrowOffset?: any;
|
|
@@ -26,7 +27,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
26
27
|
clearable?: any;
|
|
27
28
|
displayOnly?: any;
|
|
28
29
|
placeholder?: any;
|
|
29
|
-
shape?: any;
|
|
30
30
|
filterable?: any;
|
|
31
31
|
collapseTags?: any;
|
|
32
32
|
filterMethod?: any;
|
|
@@ -60,6 +60,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
60
60
|
tiny_theme?: any;
|
|
61
61
|
tiny_chart_theme?: any;
|
|
62
62
|
tiny_mcp_config?: any;
|
|
63
|
+
shape?: any;
|
|
63
64
|
modelValue?: any;
|
|
64
65
|
visibleArrow?: any;
|
|
65
66
|
arrowOffset?: any;
|
|
@@ -72,7 +73,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
72
73
|
clearable?: any;
|
|
73
74
|
displayOnly?: any;
|
|
74
75
|
placeholder?: any;
|
|
75
|
-
shape?: any;
|
|
76
76
|
filterable?: any;
|
|
77
77
|
collapseTags?: any;
|
|
78
78
|
filterMethod?: any;
|
|
@@ -107,6 +107,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
107
107
|
readonly tiny_theme?: any;
|
|
108
108
|
readonly tiny_chart_theme?: any;
|
|
109
109
|
readonly tiny_mcp_config?: any;
|
|
110
|
+
readonly shape?: any;
|
|
110
111
|
readonly modelValue?: any;
|
|
111
112
|
readonly visibleArrow?: any;
|
|
112
113
|
readonly arrowOffset?: any;
|
|
@@ -119,7 +120,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
119
120
|
readonly clearable?: any;
|
|
120
121
|
readonly displayOnly?: any;
|
|
121
122
|
readonly placeholder?: any;
|
|
122
|
-
readonly shape?: any;
|
|
123
123
|
readonly filterable?: any;
|
|
124
124
|
readonly collapseTags?: any;
|
|
125
125
|
readonly filterMethod?: any;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
14
14
|
tiny_theme?: any;
|
|
15
15
|
tiny_chart_theme?: any;
|
|
16
16
|
tiny_mcp_config?: any;
|
|
17
|
+
shape?: any;
|
|
17
18
|
modelValue?: any;
|
|
18
19
|
visibleArrow?: any;
|
|
19
20
|
arrowOffset?: any;
|
|
@@ -26,7 +27,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
26
27
|
clearable?: any;
|
|
27
28
|
displayOnly?: any;
|
|
28
29
|
placeholder?: any;
|
|
29
|
-
shape?: any;
|
|
30
30
|
blank?: any;
|
|
31
31
|
changeCompat?: any;
|
|
32
32
|
filterable?: any;
|
|
@@ -62,6 +62,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
62
62
|
tiny_theme?: any;
|
|
63
63
|
tiny_chart_theme?: any;
|
|
64
64
|
tiny_mcp_config?: any;
|
|
65
|
+
shape?: any;
|
|
65
66
|
modelValue?: any;
|
|
66
67
|
visibleArrow?: any;
|
|
67
68
|
arrowOffset?: any;
|
|
@@ -74,7 +75,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
74
75
|
clearable?: any;
|
|
75
76
|
displayOnly?: any;
|
|
76
77
|
placeholder?: any;
|
|
77
|
-
shape?: any;
|
|
78
78
|
blank?: any;
|
|
79
79
|
changeCompat?: any;
|
|
80
80
|
filterable?: any;
|
|
@@ -111,6 +111,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
111
111
|
readonly tiny_theme?: any;
|
|
112
112
|
readonly tiny_chart_theme?: any;
|
|
113
113
|
readonly tiny_mcp_config?: any;
|
|
114
|
+
readonly shape?: any;
|
|
114
115
|
readonly modelValue?: any;
|
|
115
116
|
readonly visibleArrow?: any;
|
|
116
117
|
readonly arrowOffset?: any;
|
|
@@ -123,7 +124,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
123
124
|
readonly clearable?: any;
|
|
124
125
|
readonly displayOnly?: any;
|
|
125
126
|
readonly placeholder?: any;
|
|
126
|
-
readonly shape?: any;
|
|
127
127
|
readonly blank?: any;
|
|
128
128
|
readonly changeCompat?: any;
|
|
129
129
|
readonly filterable?: any;
|