@opentinyvue/vue-base-select 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 +18 -18
- package/src/index.d.ts +2 -0
- package/src/mobile-first.vue.d.ts +3 -0
- package/src/pc.vue.d.ts +3 -0
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-base-select",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.24.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-button": "~3.
|
|
12
|
-
"@opentinyvue/vue-checkbox": "~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-option": "~3.
|
|
20
|
-
"@opentinyvue/vue-recycle-scroller": "~3.
|
|
21
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
22
|
-
"@opentinyvue/vue-scrollbar": "~3.
|
|
23
|
-
"@opentinyvue/vue-select-dropdown": "~3.
|
|
24
|
-
"@opentinyvue/vue-tag": "~3.
|
|
25
|
-
"@opentinyvue/vue-theme": "~3.
|
|
26
|
-
"@opentinyvue/vue-tooltip": "~3.
|
|
27
|
-
"@opentinyvue/vue-tree": "~3.
|
|
11
|
+
"@opentinyvue/vue-button": "~3.24.0",
|
|
12
|
+
"@opentinyvue/vue-checkbox": "~3.24.0",
|
|
13
|
+
"@opentinyvue/vue-common": "~3.24.0",
|
|
14
|
+
"@opentinyvue/vue-directive": "~3.24.0",
|
|
15
|
+
"@opentinyvue/vue-filter-box": "~3.24.0",
|
|
16
|
+
"@opentinyvue/vue-icon": "~3.24.0",
|
|
17
|
+
"@opentinyvue/vue-input": "~3.24.0",
|
|
18
|
+
"@opentinyvue/vue-locale": "~3.24.0",
|
|
19
|
+
"@opentinyvue/vue-option": "~3.24.0",
|
|
20
|
+
"@opentinyvue/vue-recycle-scroller": "~3.24.0",
|
|
21
|
+
"@opentinyvue/vue-renderless": "~3.24.0",
|
|
22
|
+
"@opentinyvue/vue-scrollbar": "~3.24.0",
|
|
23
|
+
"@opentinyvue/vue-select-dropdown": "~3.24.0",
|
|
24
|
+
"@opentinyvue/vue-tag": "~3.24.0",
|
|
25
|
+
"@opentinyvue/vue-theme": "~3.24.0",
|
|
26
|
+
"@opentinyvue/vue-tooltip": "~3.24.0",
|
|
27
|
+
"@opentinyvue/vue-tree": "~3.24.0"
|
|
28
28
|
},
|
|
29
29
|
"types": "index.d.ts",
|
|
30
30
|
"scripts": {
|
package/src/index.d.ts
CHANGED
|
@@ -319,6 +319,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
319
319
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
320
320
|
tiny_renderless: FunctionConstructor;
|
|
321
321
|
tiny_theme: StringConstructor;
|
|
322
|
+
tiny_mcp_config: ObjectConstructor;
|
|
322
323
|
tiny_chart_theme: ObjectConstructor;
|
|
323
324
|
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
324
325
|
[key: string]: any;
|
|
@@ -632,6 +633,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
632
633
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
633
634
|
tiny_renderless: FunctionConstructor;
|
|
634
635
|
tiny_theme: StringConstructor;
|
|
636
|
+
tiny_mcp_config: ObjectConstructor;
|
|
635
637
|
tiny_chart_theme: ObjectConstructor;
|
|
636
638
|
}>>, {
|
|
637
639
|
disabled: boolean;
|
|
@@ -16,6 +16,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
16
16
|
_constants?: any;
|
|
17
17
|
tiny_theme?: any;
|
|
18
18
|
tiny_chart_theme?: any;
|
|
19
|
+
tiny_mcp_config?: any;
|
|
19
20
|
modelValue?: any;
|
|
20
21
|
tabindex?: any;
|
|
21
22
|
popperClass?: any;
|
|
@@ -108,6 +109,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
108
109
|
_constants?: any;
|
|
109
110
|
tiny_theme?: any;
|
|
110
111
|
tiny_chart_theme?: any;
|
|
112
|
+
tiny_mcp_config?: any;
|
|
111
113
|
modelValue?: any;
|
|
112
114
|
tabindex?: any;
|
|
113
115
|
popperClass?: any;
|
|
@@ -202,6 +204,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
202
204
|
readonly _constants?: any;
|
|
203
205
|
readonly tiny_theme?: any;
|
|
204
206
|
readonly tiny_chart_theme?: any;
|
|
207
|
+
readonly tiny_mcp_config?: any;
|
|
205
208
|
readonly modelValue?: any;
|
|
206
209
|
readonly tabindex?: any;
|
|
207
210
|
readonly popperClass?: any;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ declare const _default: import("@vue/runtime-core").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
|
tabindex?: any;
|
|
20
21
|
trim?: any;
|
|
@@ -114,6 +115,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
114
115
|
_constants?: any;
|
|
115
116
|
tiny_theme?: any;
|
|
116
117
|
tiny_chart_theme?: any;
|
|
118
|
+
tiny_mcp_config?: any;
|
|
117
119
|
modelValue?: any;
|
|
118
120
|
tabindex?: any;
|
|
119
121
|
trim?: any;
|
|
@@ -215,6 +217,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
215
217
|
readonly _constants?: any;
|
|
216
218
|
readonly tiny_theme?: any;
|
|
217
219
|
readonly tiny_chart_theme?: any;
|
|
220
|
+
readonly tiny_mcp_config?: any;
|
|
218
221
|
readonly modelValue?: any;
|
|
219
222
|
readonly tabindex?: any;
|
|
220
223
|
readonly trim?: any;
|