@mx-cartographer/experiences 6.26.3-alpha.sms5 → 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 +5 -3
 - package/dist/index.es.js.map +1 -1
 - package/package.json +1 -1
 
    
        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) 
     | 
| 
       5465 
     | 
    
         
            -
               
     | 
| 
      
 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 = [],
         
     |