bkui-vue 2.0.2-beta.54 → 2.0.2-beta.56
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 +8 -2
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -7977,7 +7977,7 @@ 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 Number.isNaN(G) ?
|
7980
|
+
return G === "" || G === null || G === void 0 || Number.isNaN(G) ? ie(e.min) ? e.min : 0 : (+G).toFixed(X);
|
7981
7981
|
})()
|
7982
7982
|
) : B.target.value, B);
|
7983
7983
|
else if (oe === je.CHANGE && C.value && B.target.value !== "") {
|
@@ -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.56";
|
35508
35508
|
window.__bkui_vue_version__ = Lk;
|
35509
35509
|
export {
|
35510
35510
|
mp as $bkPopover,
|