@mx-cartographer/experiences 6.26.22-alpha.sms5 → 6.26.22-alpha.sms6
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/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5508,7 +5508,7 @@ const Dc = (e, n) => {
|
|
|
5508
5508
|
searchTerm: s = "",
|
|
5509
5509
|
showSplits: c = !1
|
|
5510
5510
|
} = e;
|
|
5511
|
-
return i.filter((l) => c ? !l.has_been_split : !l?.parent_guid).filter((l) => (console.log(
|
|
5511
|
+
return i.filter((l) => c ? !l.has_been_split : !l?.parent_guid).filter((l) => (console.log(`t: ${l.account_guid} of type ${typeof l.account_guid}; a: ${a[0]} of type ${typeof a[0]}`), console.log("the truth?", !!a.find((u) => u.toString() === l.account_guid.toString())), !!a.find((u) => u.toString() === l.account_guid.toString()))).filter((l) => (console.log("date 1", l.date >= Ge(o.start)), console.log("date 2", l.date <= Ge(o.end)), l.date >= Ge(o.start) && l.date <= Ge(o.end))).filter(r).filter((l) => {
|
|
5512
5512
|
if (console.log("final filter", l), s === Lh && l.has_been_split)
|
|
5513
5513
|
return !1;
|
|
5514
5514
|
if (/^spl/i.test(s) && (l.has_been_split || l?.parent_guid))
|