@mx-cartographer/experiences 6.26.3-alpha.sms7 → 6.26.3-alpha.sms8

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
@@ -5460,7 +5460,14 @@ const Ac = (e, n) => {
5460
5460
  }, fh = (e) => {
5461
5461
  let n = e.parent_guid ? "Split: " : "";
5462
5462
  return n += e.is_hidden ? "(Excluded) " : "", n += e.description, n;
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) => {
5463
+ }, bh = (e, n) => e.tags.map((i) => n.filter((o) => o.guid === i)[0]?.name ?? "").join(" "), yh = "uncategorized", Eh = ({
5464
+ filter: e,
5465
+ expandedSplits: n,
5466
+ sortColumn: i,
5467
+ sortDirection: a,
5468
+ tags: o,
5469
+ transactions: r
5470
+ }) => {
5464
5471
  console.log("exp transactions", r);
5465
5472
  const s = Sh(e, o, r);
5466
5473
  console.log("exp filteredTransactions", s);
@@ -5601,14 +5608,14 @@ class Dh {
5601
5608
  });
5602
5609
  };
5603
5610
  get sortedTransactions() {
5604
- return console.log("sortedTransactions", this.rawTransactions), Eh(
5605
- this.filter,
5606
- this.uiStore.expandedSplits,
5607
- this.sortColumn,
5608
- this.sortDirection,
5609
- this.tags,
5610
- this.rawTransactions
5611
- );
5611
+ return console.log("sortedTransactions", this.rawTransactions), Eh({
5612
+ filter: this.filter,
5613
+ expandedSplits: this.uiStore.expandedSplits,
5614
+ sortColumn: this.sortColumn,
5615
+ sortDirection: this.sortDirection,
5616
+ tags: this.tags,
5617
+ transactions: this.rawTransactions
5618
+ });
5612
5619
  }
5613
5620
  get sortedTransactionsWithSplits() {
5614
5621
  return mh(this.sortedTransactions, this.rawTransactions);