@tanstack/table-core 8.20.5 → 8.21.2
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/build/lib/filterFns.js +1 -1
- package/build/lib/filterFns.js.map +1 -1
- package/build/lib/index.esm.js +1 -1
- package/build/lib/index.esm.js.map +1 -1
- package/build/lib/index.mjs +1 -1
- package/build/lib/index.mjs.map +1 -1
- package/build/umd/index.development.js +1 -1
- package/build/umd/index.development.js.map +1 -1
- package/build/umd/index.production.js +1 -1
- package/build/umd/index.production.js.map +1 -1
- package/package.json +1 -1
- package/src/filterFns.ts +1 -1
package/build/lib/index.mjs
CHANGED
|
@@ -618,7 +618,7 @@ const arrIncludes = (row, columnId, filterValue) => {
|
|
|
618
618
|
var _row$getValue4;
|
|
619
619
|
return (_row$getValue4 = row.getValue(columnId)) == null ? void 0 : _row$getValue4.includes(filterValue);
|
|
620
620
|
};
|
|
621
|
-
arrIncludes.autoRemove = val => testFalsey(val)
|
|
621
|
+
arrIncludes.autoRemove = val => testFalsey(val);
|
|
622
622
|
const arrIncludesAll = (row, columnId, filterValue) => {
|
|
623
623
|
return !filterValue.some(val => {
|
|
624
624
|
var _row$getValue5;
|