tsv2-library 0.2.31 → 0.2.32

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.
@@ -58198,10 +58198,10 @@ const bpe = () => JSON.parse(localStorage.getItem("tableConfig") ?? "{}"), gd =
58198
58198
  }), Te = me(() => ({
58199
58199
  global: { value: n.search, matchMode: ln.CONTAINS },
58200
58200
  ...n.filters,
58201
- children: n.childrenColumns ? {
58201
+ children: {
58202
58202
  operator: xs.OR,
58203
58203
  constraints: q.value
58204
- } : void 0
58204
+ }
58205
58205
  }));
58206
58206
  me(() => ({
58207
58207
  global: { value: n.search, matchMode: ln.CONTAINS },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsv2-library",
3
- "version": "0.2.31",
3
+ "version": "0.2.32",
4
4
  "author": "fixedassetv2-fe",
5
5
  "license": "ISC",
6
6
  "homepage": "https://github.com/fixedassetv2-fe/tsv2-library#readme",