@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.
@@ -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
- }, null, 8, ["onClick", "show-close", "placeholder", "disabled", "label", "tip", "value", "drop-down-visible", "blank"])) : createCommentVNode("v-if", true), _ctx.multiple && !_ctx.state.isDisplayOnly && !_ctx.shape ? (openBlock(), createElementBlock(
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
- }, null, 8, ["onClick", "show-close", "placeholder", "disabled", "label", "tip", "value", "drop-down-visible", "blank"])) : createCommentVNode("v-if", true), _ctx.multiple && !_ctx.state.isDisplayOnly && !_ctx.shape ? (openBlock(), createElementBlock(
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.28.0",
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.28.0",
12
- "@opentinyvue/vue-checkbox": "~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-option": "~3.28.0",
20
- "@opentinyvue/vue-recycle-scroller": "~3.28.0",
21
- "@opentinyvue/vue-renderless": "~3.28.0",
22
- "@opentinyvue/vue-scrollbar": "~3.28.0",
23
- "@opentinyvue/vue-select-dropdown": "~3.28.0",
24
- "@opentinyvue/vue-tag": "~3.28.0",
25
- "@opentinyvue/vue-theme": "~3.28.0",
26
- "@opentinyvue/vue-tooltip": "~3.28.0",
27
- "@opentinyvue/vue-tree": "~3.28.0"
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": {