bkui-vue 0.0.1-beta.431 → 0.0.1-beta.432
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/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +1 -1
- package/lib/select/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -16119,7 +16119,7 @@ var SelectTagInput = defineComponent({
|
|
16119
16119
|
"class": resolveClassName("select-overflow-tag")
|
16120
16120
|
}, {
|
16121
16121
|
default: () => [createTextVNode("+"), this.selected.length - this.overflowTagIndex]
|
16122
|
-
})
|
16122
|
+
}), createVNode("input", {
|
16123
16123
|
"class": resolveClassName("select-tag-input"),
|
16124
16124
|
"ref": "inputRef",
|
16125
16125
|
"type": "text",
|
@@ -16130,7 +16130,7 @@ var SelectTagInput = defineComponent({
|
|
16130
16130
|
"value": !this.filterable ? "" : this.value,
|
16131
16131
|
"onInput": this.handleInput,
|
16132
16132
|
"onKeydown": this.handleKeydown
|
16133
|
-
}, null), (_g = (_f = this.$slots) == null ? void 0 : _f.suffix) == null ? void 0 : _g.call(_f)]);
|
16133
|
+
}, null)]), (_g = (_f = this.$slots) == null ? void 0 : _f.suffix) == null ? void 0 : _g.call(_f)]);
|
16134
16134
|
}
|
16135
16135
|
});
|
16136
16136
|
var Component$k = defineComponent({
|