@wx-design/components 1.0.2 → 1.0.4
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 +2 -2
- package/lib/index.js +2 -2
- package/package.json +1 -1
- package/types/table/table.d.ts +1 -1
package/es/index.mjs
CHANGED
|
@@ -39856,7 +39856,7 @@ const P7 = /* @__PURE__ */ yr(I7), V7 = "sab-table-config-", nw = (e) => `${V7}$
|
|
|
39856
39856
|
};
|
|
39857
39857
|
typeof n.setTableConfig == "function" ? await n.setTableConfig(d) : await R7(d);
|
|
39858
39858
|
},
|
|
39859
|
-
|
|
39859
|
+
500,
|
|
39860
39860
|
{
|
|
39861
39861
|
leading: !1,
|
|
39862
39862
|
trailing: !0
|
|
@@ -40719,7 +40719,7 @@ const vw = /* @__PURE__ */ et({
|
|
|
40719
40719
|
// 头部筛选
|
|
40720
40720
|
headerFilterConfig: {
|
|
40721
40721
|
// 启用头部筛选
|
|
40722
|
-
enable: !
|
|
40722
|
+
enable: !0,
|
|
40723
40723
|
// 是否启用自动收集
|
|
40724
40724
|
autoCollect: !1
|
|
40725
40725
|
},
|