@wx-design/components 0.8.37 → 0.8.39
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/es/index.mjs +8 -5
- package/es/style.css +1 -1
- package/lib/index.js +2 -2
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/es/index.mjs
CHANGED
|
@@ -1613,7 +1613,7 @@ const Ch = /* @__PURE__ */ G(_h), wh = "sab-table-config-", rn = (e) => `${wh}${
|
|
|
1613
1613
|
};
|
|
1614
1614
|
typeof r.setTableConfig == "function" ? await r.setTableConfig(s) : await Sh(s);
|
|
1615
1615
|
},
|
|
1616
|
-
|
|
1616
|
+
2500,
|
|
1617
1617
|
{
|
|
1618
1618
|
leading: !1,
|
|
1619
1619
|
trailing: !0
|
|
@@ -2437,15 +2437,18 @@ const L = (e, t) => {
|
|
|
2437
2437
|
scrollY: {
|
|
2438
2438
|
// 启用虚拟滚动
|
|
2439
2439
|
enabled: !0,
|
|
2440
|
-
// 超过
|
|
2441
|
-
gt:
|
|
2440
|
+
// 超过 gt 行的时候生效
|
|
2441
|
+
gt: 80,
|
|
2442
|
+
oSize: 10
|
|
2442
2443
|
},
|
|
2443
2444
|
// 横向虚拟滚动
|
|
2444
2445
|
scrollX: {
|
|
2445
2446
|
// 启用虚拟滚动
|
|
2446
|
-
enabled: !
|
|
2447
|
+
enabled: !0,
|
|
2447
2448
|
// 超过50列的时候生效
|
|
2448
|
-
gt: 50
|
|
2449
|
+
gt: 50,
|
|
2450
|
+
// 偏移量
|
|
2451
|
+
oSize: 10
|
|
2449
2452
|
},
|
|
2450
2453
|
// 默认行选中背景高亮
|
|
2451
2454
|
rowBackgroundHighlight: !0,
|