@mx-cartographer/experiences 6.26.3-alpha.sms6 → 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,15 @@ 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 = ( 
     | 
| 
      
 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 
     | 
    
         
            +
            }) => {
         
     | 
| 
      
 5471 
     | 
    
         
            +
              console.log("exp transactions", r);
         
     | 
| 
       5464 
5472 
     | 
    
         
             
              const s = Sh(e, o, r);
         
     | 
| 
       5465 
5473 
     | 
    
         
             
              console.log("exp filteredTransactions", s);
         
     | 
| 
       5466 
5474 
     | 
    
         
             
              const c = Ah(s, i, a);
         
     | 
| 
         @@ -5600,14 +5608,14 @@ class Dh { 
     | 
|
| 
       5600 
5608 
     | 
    
         
             
                });
         
     | 
| 
       5601 
5609 
     | 
    
         
             
              };
         
     | 
| 
       5602 
5610 
     | 
    
         
             
              get sortedTransactions() {
         
     | 
| 
       5603 
     | 
    
         
            -
                return console.log("sortedTransactions", this.rawTransactions), Eh(
         
     | 
| 
       5604 
     | 
    
         
            -
                  this.filter,
         
     | 
| 
       5605 
     | 
    
         
            -
                  this.uiStore.expandedSplits,
         
     | 
| 
       5606 
     | 
    
         
            -
                  this.sortColumn,
         
     | 
| 
       5607 
     | 
    
         
            -
                  this.sortDirection,
         
     | 
| 
       5608 
     | 
    
         
            -
                  this.tags,
         
     | 
| 
       5609 
     | 
    
         
            -
                  this.rawTransactions
         
     | 
| 
       5610 
     | 
    
         
            -
                );
         
     | 
| 
      
 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 
     | 
    
         
            +
                });
         
     | 
| 
       5611 
5619 
     | 
    
         
             
              }
         
     | 
| 
       5612 
5620 
     | 
    
         
             
              get sortedTransactionsWithSplits() {
         
     | 
| 
       5613 
5621 
     | 
    
         
             
                return mh(this.sortedTransactions, this.rawTransactions);
         
     |