@mx-cartographer/experiences 6.26.3-alpha.sms5 → 6.26.3-alpha.sms7
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 +6 -3
 - package/dist/index.es.js.map +1 -1
 - package/package.json +1 -1
 
    
        package/dist/index.es.js
    CHANGED
    
    | 
         @@ -5461,11 +5461,14 @@ 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 
     | 
    
         
            -
               
     | 
| 
       5465 
     | 
    
         
            -
               
     | 
| 
      
 5464 
     | 
    
         
            +
              console.log("exp transactions", r);
         
     | 
| 
      
 5465 
     | 
    
         
            +
              const s = Sh(e, o, r);
         
     | 
| 
      
 5466 
     | 
    
         
            +
              console.log("exp filteredTransactions", s);
         
     | 
| 
      
 5467 
     | 
    
         
            +
              const c = Ah(s, i, a);
         
     | 
| 
      
 5468 
     | 
    
         
            +
              return console.log("exp sortedTransactions", c), n.forEach((d) => {
         
     | 
| 
       5466 
5469 
     | 
    
         
             
                const _ = c.findIndex((h) => h.guid === d), u = r.filter((h) => h.parent_guid === d);
         
     | 
| 
       5467 
5470 
     | 
    
         
             
                c.splice(_ + 1, 0, ...u);
         
     | 
| 
       5468 
     | 
    
         
            -
              }), c;
         
     | 
| 
      
 5471 
     | 
    
         
            +
              }), console.log("exp sortedTransactions", c), c;
         
     | 
| 
       5469 
5472 
     | 
    
         
             
            }, Sh = (e, n, i) => {
         
     | 
| 
       5470 
5473 
     | 
    
         
             
              const {
         
     | 
| 
       5471 
5474 
     | 
    
         
             
                accounts: a = [],
         
     |