@opentinyvue/vue-cascader 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.
Files changed (2) hide show
  1. package/lib/pc.js +3 -2
  2. package/package.json +14 -14
package/lib/pc.js CHANGED
@@ -148,8 +148,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
148
148
  return item.text;
149
149
  }).join("; ") : _ctx.state.inputValue,
150
150
  "drop-down-visible": _ctx.state.dropDownVisible,
151
- blank: _ctx.blank
152
- }, null, 8, ["show-close", "placeholder", "disabled", "label", "tip", "value", "drop-down-visible", "blank"])) : createCommentVNode("v-if", true), createElementVNode("div", _hoisted_1, [_ctx.shape !== "filter" ? (openBlock(), createBlock(_component_tiny_input, {
151
+ blank: _ctx.blank,
152
+ size: _ctx.state.realSize
153
+ }, null, 8, ["show-close", "placeholder", "disabled", "label", "tip", "value", "drop-down-visible", "blank", "size"])) : createCommentVNode("v-if", true), createElementVNode("div", _hoisted_1, [_ctx.shape !== "filter" ? (openBlock(), createBlock(_component_tiny_input, {
153
154
  key: 0,
154
155
  ref: "input",
155
156
  "model-value": _ctx.state.multiple && _ctx.filterable ? "" : _ctx.state.inputValues,
package/package.json CHANGED
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-cascader",
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-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"
11
+ "@opentinyvue/vue-cascader-mobile": "~3.29.0",
12
+ "@opentinyvue/vue-cascader-panel": "~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-renderless": "~3.29.0",
20
+ "@opentinyvue/vue-scrollbar": "~3.29.0",
21
+ "@opentinyvue/vue-tag": "~3.29.0",
22
+ "@opentinyvue/vue-theme": "~3.29.0",
23
+ "@opentinyvue/vue-tooltip": "~3.29.0"
24
24
  },
25
25
  "types": "index.d.ts",
26
26
  "scripts": {