@mx-cartographer/experiences 6.26.3-alpha.sms4 → 6.26.3-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 CHANGED
@@ -5461,11 +5461,13 @@ const Ac = (e, n) => {
5461
5461
  let n = e.parent_guid ? "Split: " : "";
5462
5462
  return n += e.is_hidden ? "(Excluded) " : "", n += e.description, n;
5463
5463
  }, bh = (e, n) => e.tags.map((i) => n.filter((o) => o.guid === i)[0]?.name ?? "").join(" "), yh = "uncategorized", Eh = (e, n, i, a, o, r) => {
5464
- const s = Sh(e, o, r), c = Ah(s, i, a);
5465
- return n.forEach((d) => {
5464
+ const s = Sh(e, o, r);
5465
+ console.log("exp filteredTransactions", s);
5466
+ const c = Ah(s, i, a);
5467
+ return console.log("exp sortedTransactions", c), n.forEach((d) => {
5466
5468
  const _ = c.findIndex((h) => h.guid === d), u = r.filter((h) => h.parent_guid === d);
5467
5469
  c.splice(_ + 1, 0, ...u);
5468
- }), c;
5470
+ }), console.log("exp sortedTransactions", c), c;
5469
5471
  }, Sh = (e, n, i) => {
5470
5472
  const {
5471
5473
  accounts: a = [],
@@ -5598,7 +5600,7 @@ class Dh {
5598
5600
  });
5599
5601
  };
5600
5602
  get sortedTransactions() {
5601
- return Eh(
5603
+ return console.log("sortedTransactions", this.rawTransactions), Eh(
5602
5604
  this.filter,
5603
5605
  this.uiStore.expandedSplits,
5604
5606
  this.sortColumn,