bkui-vue 2.0.2-beta.26 → 2.0.2-beta.27
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 -0
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -25593,7 +25593,7 @@ const sP = /* @__PURE__ */ me({
|
|
25593
25593
|
!c.value && ((q = l.value) != null && q.length) && K.preventDefault();
|
25594
25594
|
return;
|
25595
25595
|
}
|
25596
|
-
P(K).then((M) => M && oe());
|
25596
|
+
K.preventDefault(), P(K).then((M) => M && oe());
|
25597
25597
|
break;
|
25598
25598
|
case "Backspace":
|
25599
25599
|
V(K);
|
@@ -33663,7 +33663,7 @@ const HH = (e, t) => {
|
|
33663
33663
|
}, qH = {
|
33664
33664
|
createInstall: k2,
|
33665
33665
|
install: k2()
|
33666
|
-
}, BH = "2.0.2-beta.
|
33666
|
+
}, BH = "2.0.2-beta.27";
|
33667
33667
|
window.__bkui_vue_version__ = BH;
|
33668
33668
|
export {
|
33669
33669
|
sh as $bkPopover,
|