bkui-vue 2.0.2-beta.24 → 2.0.2-beta.25
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 +4 -2
- package/dist/index.umd.js +1 -1
- package/lib/index.js +1 -1
- package/lib/search-select/index.js +2 -2
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -25783,7 +25783,9 @@ const sP = /* @__PURE__ */ me({
|
|
25783
25783
|
c.value = null, l.value = "", q && (te(!0, q), Ae(oe));
|
25784
25784
|
}
|
25785
25785
|
function oe() {
|
25786
|
-
r.value &&
|
25786
|
+
r.value && setTimeout(() => {
|
25787
|
+
l.value = "", r.value.innerText = "";
|
25788
|
+
}, 16);
|
25787
25789
|
}
|
25788
25790
|
function ae(K) {
|
25789
25791
|
const [q, M] = K.split(":");
|
@@ -33661,7 +33663,7 @@ const HH = (e, t) => {
|
|
33661
33663
|
}, qH = {
|
33662
33664
|
createInstall: k2,
|
33663
33665
|
install: k2()
|
33664
|
-
}, BH = "2.0.2-beta.
|
33666
|
+
}, BH = "2.0.2-beta.25";
|
33665
33667
|
window.__bkui_vue_version__ = BH;
|
33666
33668
|
export {
|
33667
33669
|
sh as $bkPopover,
|