@opentinyvue/vue-base-select 3.28.0 → 3.29.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/mobile-first.js +3 -2
- package/lib/pc.js +3 -2
- package/package.json +18 -18
package/lib/mobile-first.js
CHANGED
|
@@ -217,8 +217,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
217
217
|
return item.state ? item.state.currentLabel : item.currentLabel;
|
|
218
218
|
}).join("; ") : _ctx.state.selectedLabel,
|
|
219
219
|
"drop-down-visible": _ctx.state.visible,
|
|
220
|
-
blank: _ctx.blank
|
|
221
|
-
|
|
220
|
+
blank: _ctx.blank,
|
|
221
|
+
size: _ctx.state.selectSize
|
|
222
|
+
}, null, 8, ["onClick", "show-close", "placeholder", "disabled", "label", "tip", "value", "drop-down-visible", "blank", "size"])) : createCommentVNode("v-if", true), _ctx.multiple && !_ctx.state.isDisplayOnly && !_ctx.shape ? (openBlock(), createElementBlock(
|
|
222
223
|
"div",
|
|
223
224
|
{
|
|
224
225
|
key: 1,
|
package/lib/pc.js
CHANGED
|
@@ -355,8 +355,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
355
355
|
return item.state ? item.state.currentLabel : item.currentLabel;
|
|
356
356
|
}).join("; ") : _ctx.state.selectedLabel,
|
|
357
357
|
"drop-down-visible": _ctx.state.visible,
|
|
358
|
-
blank: _ctx.blank
|
|
359
|
-
|
|
358
|
+
blank: _ctx.blank,
|
|
359
|
+
size: _ctx.state.selectSize
|
|
360
|
+
}, null, 8, ["onClick", "show-close", "placeholder", "disabled", "label", "tip", "value", "drop-down-visible", "blank", "size"])) : createCommentVNode("v-if", true), _ctx.multiple && !_ctx.state.isDisplayOnly && !_ctx.shape ? (openBlock(), createElementBlock(
|
|
360
361
|
"div",
|
|
361
362
|
{
|
|
362
363
|
key: 1,
|
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.29.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.29.0",
|
|
12
|
+
"@opentinyvue/vue-checkbox": "~3.29.0",
|
|
13
|
+
"@opentinyvue/vue-common": "~3.29.0",
|
|
14
|
+
"@opentinyvue/vue-directive": "~3.29.0",
|
|
15
|
+
"@opentinyvue/vue-filter-box": "~3.29.0",
|
|
16
|
+
"@opentinyvue/vue-icon": "~3.29.0",
|
|
17
|
+
"@opentinyvue/vue-input": "~3.29.0",
|
|
18
|
+
"@opentinyvue/vue-locale": "~3.29.0",
|
|
19
|
+
"@opentinyvue/vue-option": "~3.29.0",
|
|
20
|
+
"@opentinyvue/vue-recycle-scroller": "~3.29.0",
|
|
21
|
+
"@opentinyvue/vue-renderless": "~3.29.0",
|
|
22
|
+
"@opentinyvue/vue-scrollbar": "~3.29.0",
|
|
23
|
+
"@opentinyvue/vue-select-dropdown": "~3.29.0",
|
|
24
|
+
"@opentinyvue/vue-tag": "~3.29.0",
|
|
25
|
+
"@opentinyvue/vue-theme": "~3.29.0",
|
|
26
|
+
"@opentinyvue/vue-tooltip": "~3.29.0",
|
|
27
|
+
"@opentinyvue/vue-tree": "~3.29.0"
|
|
28
28
|
},
|
|
29
29
|
"types": "index.d.ts",
|
|
30
30
|
"scripts": {
|