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.
- package/dist/tsv2-library.es.js +2 -2
- package/package.json +1 -1
package/dist/tsv2-library.es.js
CHANGED
|
@@ -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:
|
|
58201
|
+
children: {
|
|
58202
58202
|
operator: xs.OR,
|
|
58203
58203
|
constraints: q.value
|
|
58204
|
-
}
|
|
58204
|
+
}
|
|
58205
58205
|
}));
|
|
58206
58206
|
me(() => ({
|
|
58207
58207
|
global: { value: n.search, matchMode: ln.CONTAINS },
|