bkui-vue 2.0.1-beta.71 → 2.0.1-beta.72
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 +4 -4
- 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 +3 -3
- package/lib/table/table.css +0 -1
- package/lib/table/table.less +0 -1
- package/lib/table/table.variable.css +0 -1
- package/lib/table-column/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -30877,7 +30877,7 @@ const OY = {
|
|
30877
30877
|
/**
|
30878
30878
|
* 启用Scrollbar
|
30879
30879
|
*/
|
30880
|
-
scrollbar: v.bool.def(!
|
30880
|
+
scrollbar: v.bool.def(!1),
|
30881
30881
|
// scrollbehavior: toType<`${ScrollBehavior}`>('ScrollBehavior', {
|
30882
30882
|
/**
|
30883
30883
|
* 固定在底部的配置项
|
@@ -33751,7 +33751,7 @@ const FX = (e, t, n, r) => {
|
|
33751
33751
|
let fe = null;
|
33752
33752
|
EX(O, () => {
|
33753
33753
|
if (!se.value) {
|
33754
|
-
if (se.value = !0,
|
33754
|
+
if (se.value = !0, e.virtualEnabled && Pn.isElement(O.value)) {
|
33755
33755
|
if (M.value) {
|
33756
33756
|
setTimeout(() => {
|
33757
33757
|
M.value = !1;
|
@@ -33769,7 +33769,7 @@ const FX = (e, t, n, r) => {
|
|
33769
33769
|
});
|
33770
33770
|
});
|
33771
33771
|
const de = () => {
|
33772
|
-
if (e.virtualEnabled
|
33772
|
+
if (e.virtualEnabled) {
|
33773
33773
|
let pe = r.getCurrentPageRowsHeight();
|
33774
33774
|
if (/^\d+\.?\d*(px)?$/.test(`${e.maxHeight}`)) {
|
33775
33775
|
const ie = w(Number(`${e.maxHeight}`.replace("px", "")));
|
@@ -37076,7 +37076,7 @@ const xq = (e, t) => {
|
|
37076
37076
|
}, kq = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
37077
37077
|
__proto__: null,
|
37078
37078
|
$bkPopover: Rh
|
37079
|
-
}, Symbol.toStringTag, { value: "Module" })), Tq = "2.0.1-beta.
|
37079
|
+
}, Symbol.toStringTag, { value: "Module" })), Tq = "2.0.1-beta.72";
|
37080
37080
|
window.__bkui_vue_version__ = Tq;
|
37081
37081
|
export {
|
37082
37082
|
Rh as $bkPopover,
|