bkui-vue 2.0.2-beta.40 → 2.0.2-beta.41
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 +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +2 -2
- package/lib/index.js +1 -1
- package/lib/input/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -7972,7 +7972,7 @@ const Ew = {
|
|
7972
7972
|
}
|
7973
7973
|
if (le === $e.KEYDOWN && (B.code === "Enter" || B.key === "Enter" || B.keyCode === 13) && t.emit($e.ENTER, C.value ? Z(B.target.value, 0) : B.target.value, B), !(i.value && [$e.INPUT, $e.CHANGE, $e.KEYDOWN].some((Y) => le === Y))) {
|
7974
7974
|
if (le === $e.INPUT)
|
7975
|
-
t.emit($e.UPDATE, B.target.value, B);
|
7975
|
+
t.emit($e.UPDATE, C.value ? Z(B.target.value, 0) : B.target.value, B);
|
7976
7976
|
else if (le === $e.CHANGE && C.value && B.target.value !== "") {
|
7977
7977
|
const Y = Z(B.target.value, 0);
|
7978
7978
|
t.emit($e.UPDATE, Y, B), t.emit(le, Y, B);
|
@@ -34941,7 +34941,7 @@ const xk = (e, t) => {
|
|
34941
34941
|
}, Rk = {
|
34942
34942
|
createInstall: nm,
|
34943
34943
|
install: nm()
|
34944
|
-
}, _k = "2.0.2-beta.
|
34944
|
+
}, _k = "2.0.2-beta.41";
|
34945
34945
|
window.__bkui_vue_version__ = _k;
|
34946
34946
|
export {
|
34947
34947
|
Sg as $bkPopover,
|