bkui-vue 2.0.1-beta.62 → 2.0.1-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/index.cjs.js +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/index.js +1 -1
- package/lib/table/index.js +1 -1
- package/lib/table/table.css +6 -0
- package/lib/table/table.less +14 -0
- package/lib/table/table.variable.css +6 -0
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -33701,7 +33701,7 @@ const MX = (e, t, n, r) => {
|
|
33701
33701
|
});
|
33702
33702
|
});
|
33703
33703
|
const fe = () => {
|
33704
|
-
if (e.height === "100%" || e.height === "auto") {
|
33704
|
+
if (e.virtualEnabled && (e.height === "100%" || e.height === "auto")) {
|
33705
33705
|
let pe = r.getCurrentPageRowsHeight();
|
33706
33706
|
if (/^\d+\.?\d*(px)?$/.test(`${e.maxHeight}`)) {
|
33707
33707
|
const ie = w(Number(`${e.maxHeight}`.replace("px", "")));
|
@@ -36994,7 +36994,7 @@ const bq = (e, t) => {
|
|
36994
36994
|
}, $q = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
36995
36995
|
__proto__: null,
|
36996
36996
|
$bkPopover: kh
|
36997
|
-
}, Symbol.toStringTag, { value: "Module" })), xq = "2.0.1-beta.
|
36997
|
+
}, Symbol.toStringTag, { value: "Module" })), xq = "2.0.1-beta.63";
|
36998
36998
|
window.__bkui_vue_version__ = xq;
|
36999
36999
|
export {
|
37000
37000
|
kh as $bkPopover,
|