bkui-vue 2.0.2-beta.25 → 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.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);
|
@@ -26208,8 +26208,8 @@ const sP = /* @__PURE__ */ me({
|
|
26208
26208
|
function w() {
|
26209
26209
|
c.value || r.value.inputFocusForWrapper();
|
26210
26210
|
}
|
26211
|
-
function C() {
|
26212
|
-
o.value = [], d.value = -1, r.value.inputClearForWrapper(), t("update:modelValue", []);
|
26211
|
+
function C(O) {
|
26212
|
+
O.stopPropagation(), o.value = [], d.value = -1, r.value.inputClearForWrapper(), t("update:modelValue", []);
|
26213
26213
|
}
|
26214
26214
|
function T(O) {
|
26215
26215
|
var L;
|
@@ -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,
|