bkui-vue 2.0.2-beta.56 → 2.0.2-beta.58
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 +3 -3
- package/dist/index.umd.js +2 -2
- package/lib/index.js +1 -1
- package/lib/input/index.js +5 -2
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -7977,10 +7977,10 @@ const dC = {
|
|
7977
7977
|
// https://github.com/TencentBlueKing/bkui-vue3/issues/2426
|
7978
7978
|
(() => {
|
7979
7979
|
const X = Number.isInteger(e.precision) ? e.precision : 0, G = B.target.value;
|
7980
|
-
return G === "" || G === null || G === void 0
|
7980
|
+
return Number.isNaN(G) ? ie(e.min) ? e.min : 0 : G === "" || G === null || G === void 0 ? "" : (+G).toFixed(X);
|
7981
7981
|
})()
|
7982
7982
|
) : B.target.value, B);
|
7983
|
-
else if (oe === je.CHANGE && C.value
|
7983
|
+
else if (oe === je.CHANGE && C.value) {
|
7984
7984
|
const X = Z(B.target.value, 0);
|
7985
7985
|
t.emit(je.UPDATE, X, B), t.emit(oe, X, B);
|
7986
7986
|
return;
|
@@ -35504,7 +35504,7 @@ const Ok = (e, t) => {
|
|
35504
35504
|
}, Fk = {
|
35505
35505
|
createInstall: Gm,
|
35506
35506
|
install: Gm()
|
35507
|
-
}, Lk = "2.0.2-beta.
|
35507
|
+
}, Lk = "2.0.2-beta.58";
|
35508
35508
|
window.__bkui_vue_version__ = Lk;
|
35509
35509
|
export {
|
35510
35510
|
mp as $bkPopover,
|