bkui-vue 2.0.2-beta.61 → 2.0.2-beta.63
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/cli.css +1 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +2 -2
- package/dist/style.variable.css +1 -1
- package/lib/index.js +1 -1
- package/lib/input/index.js +2 -2
- package/lib/input/input.css +6 -0
- package/lib/input/input.less +7 -0
- package/lib/input/input.variable.css +6 -0
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -7748,7 +7748,7 @@ function K1(e, t = 1, n) {
|
|
7748
7748
|
var f;
|
7749
7749
|
yn || (yn = document.createElement("textarea"), document.body.appendChild(yn));
|
7750
7750
|
const { paddingSize: a, borderSize: s, boxSizing: r, contextStyle: i } = oC(e);
|
7751
|
-
yn.setAttribute("style", `${i};${iC}`), yn.value = e.value
|
7751
|
+
yn.setAttribute("style", `${i};${iC}`), yn.value = e.value ?? "";
|
7752
7752
|
let l = yn.scrollHeight;
|
7753
7753
|
const o = {};
|
7754
7754
|
r === "border-box" ? l = l + s : r === "content-box" && (l = l - a), yn.value = "";
|
@@ -35528,7 +35528,7 @@ const Ok = (e, t) => {
|
|
35528
35528
|
}, Fk = {
|
35529
35529
|
createInstall: Km,
|
35530
35530
|
install: Km()
|
35531
|
-
}, Lk = "2.0.2-beta.
|
35531
|
+
}, Lk = "2.0.2-beta.63";
|
35532
35532
|
window.__bkui_vue_version__ = Lk;
|
35533
35533
|
export {
|
35534
35534
|
gp as $bkPopover,
|