@wx-design/components 1.1.37 → 1.1.38
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 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/es/index.mjs
CHANGED
|
@@ -42407,7 +42407,8 @@ const EJ = { class: "sab-table-inner" }, Pl = /* @__PURE__ */ st({
|
|
|
42407
42407
|
clearFilter(h) {
|
|
42408
42408
|
var g;
|
|
42409
42409
|
(g = s.value) == null || g.clearFilter(h), typeof h == "string" ? delete O.value[h] : h != null && h.field ? delete O.value[h == null ? void 0 : h.field] : h || Object.keys(O.value).map((E) => {
|
|
42410
|
-
|
|
42410
|
+
var C;
|
|
42411
|
+
(C = a.value.columns) != null && C.find((x) => x.field === E) && delete O.value[E];
|
|
42411
42412
|
});
|
|
42412
42413
|
}
|
|
42413
42414
|
}), (h, g) => {
|