ia-table 0.14.7 → 0.14.8

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -15681,7 +15681,7 @@ const Uc = (e, t, n = {}) => {
15681
15681
  const ne = E[$];
15682
15682
  if (ne != null && ne.__parentPath || ne != null && ne.isChildGroup) continue;
15683
15683
  const B = ne[g];
15684
- N.push(B), U && !h.includes(B) && (U = !1);
15684
+ N.push(B), U && !h.includes(String(B)) && (U = !1);
15685
15685
  }
15686
15686
  return {
15687
15687
  filteredRowIds: N,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ia-table",
3
- "version": "0.14.7",
3
+ "version": "0.14.8",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "moment": "^2.0.0",