bkui-vue 2.0.2-beta.24 → 2.0.2-beta.26
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
@@ -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(":");
|
@@ -26206,8 +26208,8 @@ const sP = /* @__PURE__ */ me({
|
|
26206
26208
|
function w() {
|
26207
26209
|
c.value || r.value.inputFocusForWrapper();
|
26208
26210
|
}
|
26209
|
-
function C() {
|
26210
|
-
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", []);
|
26211
26213
|
}
|
26212
26214
|
function T(O) {
|
26213
26215
|
var L;
|
@@ -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.26";
|
33665
33667
|
window.__bkui_vue_version__ = BH;
|
33666
33668
|
export {
|
33667
33669
|
sh as $bkPopover,
|