bkui-vue 2.0.2-beta.33 → 2.0.2-beta.34
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/index.js +1 -1
- package/lib/search-select/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -27126,7 +27126,7 @@ const VN = /* @__PURE__ */ pe({
|
|
27126
27126
|
},
|
27127
27127
|
contenteditable: !0,
|
27128
27128
|
"data-placeholder": !this.isComposition && !a && !this.keyword ? this.placeholder : "",
|
27129
|
-
"data-tips": n || "",
|
27129
|
+
"data-tips": this.isComposition ? "" : n || "",
|
27130
27130
|
spellcheck: "false",
|
27131
27131
|
onCompositionend: this.handleCompositionEnd,
|
27132
27132
|
onCompositionstart: this.handleCompositionStart,
|
@@ -34939,7 +34939,7 @@ const xk = (e, t) => {
|
|
34939
34939
|
}, Rk = {
|
34940
34940
|
createInstall: nm,
|
34941
34941
|
install: nm()
|
34942
|
-
}, _k = "2.0.2-beta.
|
34942
|
+
}, _k = "2.0.2-beta.34";
|
34943
34943
|
window.__bkui_vue_version__ = _k;
|
34944
34944
|
export {
|
34945
34945
|
Sg as $bkPopover,
|