Rebuild frontend for basic account list.

This commit is contained in:
James Cole 2024-03-05 05:54:04 +01:00
parent fbf89fd514
commit a5b15bbc16
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
23 changed files with 432 additions and 408 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
import{f as n}from"./vendor-50e42c6c.js";function e(){return{id:"",name:"",alpine_name:""}}function o(){return{description:[],amount:[],currency_code:[],foreign_amount:[],foreign_currency_code:[],source_account:[],destination_account:[],budget_id:[],category_name:[],piggy_bank_id:[],bill_id:[],tags:[],notes:[],internal_reference:[],external_url:[],latitude:[],longitude:[],zoom_level:[],date:[],interest_date:[],book_date:[],process_date:[],due_date:[],payment_date:[],invoice_date:[]}}function d(){let t=n(new Date,"yyyy-MM-dd HH:mm");return{description:"",amount:"",currency_code:"EUR",foreign_amount:"",foreign_currency_code:"",source_account:e(),destination_account:e(),budget_id:null,category_name:"",piggy_bank_id:null,bill_id:null,tags:[],notes:"",internal_reference:"",external_url:"",hasLocation:!1,latitude:null,longitude:null,zoomLevel:null,date:t,interest_date:"",book_date:"",process_date:"",due_date:"",payment_date:"",invoice_date:"",errors:o()}}export{d as c,o as d};
import{f as n}from"./vendor-596566c8.js";function e(){return{id:"",name:"",alpine_name:""}}function o(){return{description:[],amount:[],currency_code:[],foreign_amount:[],foreign_currency_code:[],source_account:[],destination_account:[],budget_id:[],category_name:[],piggy_bank_id:[],bill_id:[],tags:[],notes:[],internal_reference:[],external_url:[],latitude:[],longitude:[],zoom_level:[],date:[],interest_date:[],book_date:[],process_date:[],due_date:[],payment_date:[],invoice_date:[]}}function d(){let t=n(new Date,"yyyy-MM-dd HH:mm");return{description:"",amount:"",currency_code:"EUR",foreign_amount:"",foreign_currency_code:"",source_account:e(),destination_account:e(),budget_id:null,category_name:"",piggy_bank_id:null,bill_id:null,tags:[],notes:"",internal_reference:"",external_url:"",hasLocation:!1,latitude:null,longitude:null,zoomLevel:null,date:t,interest_date:"",book_date:"",process_date:"",due_date:"",payment_date:"",invoice_date:"",errors:o()}}export{d as c,o as d};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
import{a as t}from"./format-money-2e5851ad.js";class n{list(a){return t.get("/api/v2/transactions",{params:a})}infiniteList(a){return t.get("/api/v2/infinite/transactions",{params:a})}show(a,i){return t.get("/api/v2/transactions/"+a,{params:i})}}export{n as G};
import{a as t}from"./format-money-32daba98.js";class n{list(a){return t.get("/api/v2/transactions",{params:a})}infiniteList(a){return t.get("/api/v2/infinite/transactions",{params:a})}show(a,i){return t.get("/api/v2/transactions/"+a,{params:i})}}export{n as G};

View File

@ -0,0 +1 @@
import{a as s}from"./format-money-32daba98.js";import{f as n}from"./vendor-596566c8.js";class c{list(a,t){let r={date:n(t,"y-MM-dd").slice(0,10)};return t?s.get("/api/v2/accounts/"+a,{params:r}):s.get("/api/v2/accounts/"+a)}infiniteList(a){return s.get("/api/v2/infinite/accounts",{params:a})}transactions(a,t){const r={page:t.page??1};return t.hasOwnProperty("start")&&(r.start=n(t.start,"y-MM-dd")),t.hasOwnProperty("end")&&(r.end=n(t.end,"y-MM-dd")),s.get("/api/v2/accounts/"+a+"/transactions",{params:r})}}export{c as G};

View File

@ -1 +1 @@
import{a as s}from"./format-money-2e5851ad.js";let t=class{list(a){return s.get("/api/v2/subscriptions",{params:a})}paid(a){return s.get("/api/v2/subscriptions/sum/paid",{params:a})}unpaid(a){return s.get("/api/v2/subscriptions/sum/unpaid",{params:a})}};class e{list(a){return s.get("/api/v2/piggy-banks",{params:a})}}export{t as G,e as a};
import{a as s}from"./format-money-32daba98.js";let t=class{list(a){return s.get("/api/v2/subscriptions",{params:a})}paid(a){return s.get("/api/v2/subscriptions/sum/paid",{params:a})}unpaid(a){return s.get("/api/v2/subscriptions/sum/unpaid",{params:a})}};class e{list(a){return s.get("/api/v2/piggy-banks",{params:a})}}export{t as G,e as a};

View File

@ -0,0 +1 @@
import{d as h,f as g}from"./format-money-32daba98.js";import{M as w,I as p,f as m,i,l as y}from"./vendor-596566c8.js";/* empty css */import{G as b}from"./get-5c0a4ab7.js";class M{constructor(){this.type="all",this.rowCount=null,this.sortModel=null}rowCount(){return console.log("The row count is: ",this.rowCount),this.rowCount}getRows(e){console.log("The sort model used is: ",e.sortModel);let n=[];for(let o in e.sortModel)if(e.sortModel.hasOwnProperty(o)){let a=e.sortModel[o];n.push({column:a.colId,direction:a.sort})}new b().infiniteList({start_row:e.startRow,end_row:e.endRow,type:this.type,sorting:n}).then(o=>{this.parseAccounts(o.data.data,e.successCallback),this.rowCount=o.data.meta.pagination.total,console.log("The row count is: ",this.rowCount)}).catch(o=>{console.log(o)})}parseAccounts(e,n){let l=[];for(let o in e)if(e.hasOwnProperty(o)){let a=e[o],s={};s.id=a.id,s.name=a.attributes.name,l.push(s)}return console.log("accounts length = ",l.length),n(l,!1),l}setType(e){this.type=e}}const c=new M,r=window.location.href.split("/"),C=r[r.length-1];c.setType(C);document.addEventListener("cellEditRequest",()=>{console.log("Loaded through event listener.")});let u;const R=["description","amount","date"],_=t=>{console.log("onCellEditRequestMethod");const e=t.data,n=t.colDef.field;let l=t.newValue;if(!R.includes(n)){console.log("Field "+n+" is not editable.");return}n==="amount"&&(l=t.newValue.amount,console.log("New value is now"+l)),console.log('New value for field "'+n+'" in transaction journal #'+e.transaction_journal_id+" of group #"+e.id+' is "'+l+'"'),e[n]=l,u.getRowNode(String(t.rowIndex)).updateData(e),e.transaction_journal_id};document.addEventListener("cellValueChanged",()=>{console.log("I just realized a cell value has changed.")});document.addEventListener("onCellValueChanged",()=>{console.log("I just realized a cell value has changed.")});const v={rowModelType:"infinite",datasource:c,onCellEditRequest:_,readOnlyEdit:!0,cacheOverflowSize:1,cacheBlockSize:20,columnDefs:[{field:"icon",editable:!1,headerName:"",sortable:!1,width:40,cellRenderer:function(t){return t.getValue()?'<a href="./transactions/show/'+parseInt(t.value.id)+'"><em class="'+t.value.classes+'"></em></a>':""}},{field:"name",cellDataType:"text",editable:!0,cellRenderer:function(t){return t.getValue()?'<a href="./accounts/show/'+parseInt(t.data.id)+'">'+t.getValue()+"</a>":""}}]};w.registerModules([p]);let E=function(){return{notifications:{error:{show:!1,text:"",url:""},success:{show:!1,text:"",url:""},wait:{show:!1,text:""}},totalPages:1,page:1,tableColumns:{name:{enabled:!0}},table:null,formatMoney(t,e){return g(t,e)},format(t){return m(t,i.t("config.date_time_fns"))},init(){this.notifications.wait.show=!0,this.notifications.wait.text=i.t("firefly.wait_loading_data"),u=y(document.querySelector("#grid"),v)}}},d={index:E,dates:h};function f(){Object.keys(d).forEach(t=>{console.log(`Loading page component "${t}"`);let e=d[t]();Alpine.data(t,()=>e)}),Alpine.start()}document.addEventListener("firefly-iii-bootstrapped",()=>{console.log("Loaded through event listener."),f()});window.bootstrapped&&(console.log("Loaded through window variable."),f());

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
import{c as o}from"./create-empty-split-81f71b2e.js";import{f as _}from"./vendor-50e42c6c.js";function l(a,r){let n=[];for(let i in a)if(a.hasOwnProperty(i)){let e=a[i],t=o();t.transaction_journal_id=e.transaction_journal_id,t.transaction_group_id=r,t.bill_id=e.bill_id,t.bill_name=e.bill_name,t.budget_id=e.budget_id,t.budget_name=e.budget_name,t.category_name=e.category_name,t.category_id=e.category_id,t.piggy_bank_id=e.piggy_bank_id,t.piggy_bank_name=e.piggy_bank_name,t.book_date=e.book_date,t.due_date=e.due_date,t.interest_date=e.interest_date,t.invoice_date=e.invoice_date,t.payment_date=e.payment_date,t.process_date=e.process_date,t.external_url=e.external_url,t.internal_reference=e.internal_reference,t.notes=e.notes,t.tags=e.tags,t.amount=parseFloat(e.amount).toFixed(e.currency_decimal_places),t.currency_code=e.currency_code,e.foreign_amount!==null&&(t.forein_currency_code=e.foreign_currency_code,t.foreign_amount=parseFloat(e.foreign_amount).toFixed(e.foreign_currency_decimal_places)),t.date=_(new Date(e.date),"yyyy-MM-dd HH:mm"),t.description=e.description,t.destination_account={id:e.destination_id,name:e.destination_name,type:e.destination_type,alpine_name:e.destination_name},t.source_account={id:e.source_id,name:e.source_name,type:e.source_type,alpine_name:e.source_name},e.latitude!==null&&(t.hasLocation=!0,t.latitude=e.latitude,t.longitude=e.longitude,t.zoomLevel=e.zoom_level),n.push(t)}return n}export{l as p};
import{c as o}from"./create-empty-split-ae226c95.js";import{f as _}from"./vendor-596566c8.js";function l(a,r){let n=[];for(let i in a)if(a.hasOwnProperty(i)){let e=a[i],t=o();t.transaction_journal_id=e.transaction_journal_id,t.transaction_group_id=r,t.bill_id=e.bill_id,t.bill_name=e.bill_name,t.budget_id=e.budget_id,t.budget_name=e.budget_name,t.category_name=e.category_name,t.category_id=e.category_id,t.piggy_bank_id=e.piggy_bank_id,t.piggy_bank_name=e.piggy_bank_name,t.book_date=e.book_date,t.due_date=e.due_date,t.interest_date=e.interest_date,t.invoice_date=e.invoice_date,t.payment_date=e.payment_date,t.process_date=e.process_date,t.external_url=e.external_url,t.internal_reference=e.internal_reference,t.notes=e.notes,t.tags=e.tags,t.amount=parseFloat(e.amount).toFixed(e.currency_decimal_places),t.currency_code=e.currency_code,e.foreign_amount!==null&&(t.forein_currency_code=e.foreign_currency_code,t.foreign_amount=parseFloat(e.foreign_amount).toFixed(e.foreign_currency_decimal_places)),t.date=_(new Date(e.date),"yyyy-MM-dd HH:mm"),t.description=e.description,t.destination_account={id:e.destination_id,name:e.destination_name,type:e.destination_type,alpine_name:e.destination_name},t.source_account={id:e.source_id,name:e.source_name,type:e.source_type,alpine_name:e.source_name},e.latitude!==null&&(t.hasLocation=!0,t.latitude=e.latitude,t.longitude=e.longitude,t.zoomLevel=e.zoom_level),n.push(t)}return n}export{l as p};

View File

@ -1 +1 @@
import{a as p}from"./format-money-2e5851ad.js";class u{put(t,a){let r="/api/v2/transactions/"+parseInt(a.id);return p.put(r,t)}}export{u as P};
import{a as p}from"./format-money-32daba98.js";class u{put(t,a){let r="/api/v2/transactions/"+parseInt(a.id);return p.put(r,t)}}export{u as P};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,67 +1,80 @@
{
"_create-empty-split-81f71b2e.js": {
"file": "assets/create-empty-split-81f71b2e.js",
"_create-empty-split-ae226c95.js": {
"file": "assets/create-empty-split-ae226c95.js",
"imports": [
"_vendor-50e42c6c.js"
"_vendor-596566c8.js"
],
"integrity": "sha384-iCRJ+fmYZVSXY4L5+Q8vhQKqcjSi6lnglG7yW8deRAjJwiVaANm0EzriQPOAgQMS"
"integrity": "sha384-ZvhdFWXmdx//iY6iifwB8yQZG5DwmrzQooPI6p0+NPV3Cxt87N8Hj3vO7pzz/iIe"
},
"_format-money-2e5851ad.js": {
"file": "assets/format-money-2e5851ad.js",
"_format-money-32daba98.js": {
"file": "assets/format-money-32daba98.js",
"imports": [
"_vendor-50e42c6c.js"
"_vendor-596566c8.js"
],
"integrity": "sha384-kzF0fVkQWinHDsR1R190XjenILJ0VYvD2H1rQJW23dJvcA18qRrGRyb9q+3RADZU"
"integrity": "sha384-D29XPv2SrXNniVn30ueDMb3YklD5Hse0O5kU/1jkuTLDBewbyOU5WSCqtm9LncBT"
},
"_get-28b9aa25.js": {
"file": "assets/get-28b9aa25.js",
"_get-3a7c8f47.js": {
"file": "assets/get-3a7c8f47.js",
"imports": [
"_format-money-2e5851ad.js"
"_format-money-32daba98.js"
],
"integrity": "sha384-pKOfaG0JCi2+ROk2Tt8poQvr+uMK7u4BUCUKRcvEU/bREr4YReZnqSNBWtvdP3dW"
"integrity": "sha384-UQC8EVz1wYu1O8ei2uuCWy9RvPz7Bop2y5L103ZegljBnZliQ4tgnq7GZAS4ME9U"
},
"_get-e0a81c64.js": {
"file": "assets/get-e0a81c64.js",
"_get-5c0a4ab7.js": {
"file": "assets/get-5c0a4ab7.js",
"imports": [
"_format-money-2e5851ad.js"
"_format-money-32daba98.js",
"_vendor-596566c8.js"
],
"integrity": "sha384-3OBZFmOXNyobpHvnLUfs5EdHG9fjwBAhQRszBlMtAO55MsE+OrB0/xnuNfMN+R7N"
"integrity": "sha384-EaYzFd638P3EF7jkKXx3lC09j4eT72DMJN0EMqR0JqQlk0uf3ooUTCgem7CYEz70"
},
"_parse-downloaded-splits-83822d1b.js": {
"file": "assets/parse-downloaded-splits-83822d1b.js",
"_get-d8580107.js": {
"file": "assets/get-d8580107.js",
"imports": [
"_create-empty-split-81f71b2e.js",
"_vendor-50e42c6c.js"
"_format-money-32daba98.js"
],
"integrity": "sha384-dPB0/W3hHYE/2m/HPqibSEe2N2XD7wMTePDsRd6fv03fKwgFu6mwOjUx1t3q6Gn6"
"integrity": "sha384-3gXnN2IbVYuUNk8uNZHirq3ZOcpwGEF69Egci1fh6M4iyJlHKfXg0PxqtMDXKEyh"
},
"_put-bb9ad93a.js": {
"file": "assets/put-bb9ad93a.js",
"_parse-downloaded-splits-f7cec9f6.js": {
"file": "assets/parse-downloaded-splits-f7cec9f6.js",
"imports": [
"_format-money-2e5851ad.js"
"_create-empty-split-ae226c95.js",
"_vendor-596566c8.js"
],
"integrity": "sha384-jk8bB684G+XotWRFO6k57GF1QGy6BUgFBb55JPsvU3clT6DBNA42ELW8vPyX9HbB"
"integrity": "sha384-z6ZwBo4M5GMh6grGX/JhoQQLsdrYBtWevoH3jbRy/wZO9ewmfL6Brn4b8R/VfGef"
},
"_splice-errors-into-transactions-6727b386.js": {
"file": "assets/splice-errors-into-transactions-6727b386.js",
"_put-afdefb1b.js": {
"file": "assets/put-afdefb1b.js",
"imports": [
"_format-money-2e5851ad.js",
"_get-28b9aa25.js",
"_vendor-50e42c6c.js"
"_format-money-32daba98.js"
],
"integrity": "sha384-x5WY5RRt7J6TLl+7nLZi1TBBKgUmjNokUh2ezaofCTQp0sEkHQrmJYAGUX/ZwPY4"
"integrity": "sha384-tkD9X7Iij3KmBXAP6gJFOrJ9wEWNSQic8rEQeTM2s0iy8V3RmSvgZkr1FWVM0Wlg"
},
"_vendor-50e42c6c.js": {
"_splice-errors-into-transactions-e7d87df9.js": {
"file": "assets/splice-errors-into-transactions-e7d87df9.js",
"imports": [
"_format-money-32daba98.js",
"_get-d8580107.js",
"_vendor-596566c8.js"
],
"integrity": "sha384-lgFWct0EQHY4Ke6v/DeOvi1/gkri/azZNS7xyLO+mOZwldzyKMO7gTwDrSDy6E/n"
},
"_vendor-596566c8.js": {
"assets": [
"assets/layers-1dbbe9d0.png",
"assets/layers-2x-066daca8.png",
"assets/marker-icon-574c3a5c.png"
],
"css": [
"assets/vendor-6fbf50c2.css"
"assets/vendor-04d71b26.css"
],
"file": "assets/vendor-50e42c6c.js",
"integrity": "sha384-dsSpdnRISp7bIdL3fpyygvNfUizujkwhA11RPZehiEUvEt52ESLYt+Hlp3c9/iZp"
"file": "assets/vendor-596566c8.js",
"integrity": "sha384-z4Em8wtBjwTy8uzyiS3bVG6WR6MG9+rgYUupY8v4Z1ztgbyMwnwTL3Kmi49LN37M"
},
"grid-ff3-theme.css": {
"file": "assets/grid-ff3-theme-badb0a41.css",
"src": "grid-ff3-theme.css",
"integrity": "sha384-YOSw8Sq/038Q+it1zgud/qsZiSuNu8tf099eME8psK3OAg1G3FfV063w7Q+LGQj0"
},
"node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf": {
"file": "assets/fa-brands-400-5656d596.ttf",
@ -108,66 +121,76 @@
"src": "node_modules/leaflet/dist/images/marker-icon.png",
"integrity": "sha384-wg83fCOXjBtqzFAWhTL9Sd9vmLUNhfEEzfmNUX9zwv2igKlz/YQbdapF4ObdxF+R"
},
"resources/assets/v2/pages/dashboard/dashboard.js": {
"file": "assets/dashboard-5f195194.js",
"resources/assets/v2/pages/accounts/index.js": {
"css": [
"assets/grid-ff3-theme-badb0a41.css"
],
"file": "assets/index-3672fcc3.js",
"imports": [
"_format-money-2e5851ad.js",
"_vendor-50e42c6c.js",
"_get-e0a81c64.js",
"_get-28b9aa25.js"
"_format-money-32daba98.js",
"_vendor-596566c8.js",
"_get-5c0a4ab7.js"
],
"isEntry": true,
"src": "resources/assets/v2/pages/accounts/index.js",
"integrity": "sha384-Ice8a8LMHdGmfYTmoBkJwNOkT37ncUcUi6SxYZjvuxX1iBjDryNv+mZP9RafUOZR"
},
"resources/assets/v2/pages/dashboard/dashboard.js": {
"file": "assets/dashboard-ff1a9ca4.js",
"imports": [
"_format-money-32daba98.js",
"_vendor-596566c8.js",
"_get-5c0a4ab7.js",
"_get-3a7c8f47.js",
"_get-d8580107.js"
],
"isEntry": true,
"src": "resources/assets/v2/pages/dashboard/dashboard.js",
"integrity": "sha384-/MzTdILeI9XL/Q9uFEP734/m9XlPpRFcLFQxe8i+di4fuU218Q4W+NSG3DGcKQ11"
"integrity": "sha384-PcF1jLpFFU+d6xKZPDA5DJ2mXZ7goFmM0yMGTAzG9veqCLax2RRoj7Fdz/HBLCDt"
},
"resources/assets/v2/pages/transactions/create.js": {
"file": "assets/create-5a4939e8.js",
"file": "assets/create-3b1a50e9.js",
"imports": [
"_format-money-2e5851ad.js",
"_create-empty-split-81f71b2e.js",
"_splice-errors-into-transactions-6727b386.js",
"_vendor-50e42c6c.js",
"_get-28b9aa25.js"
"_format-money-32daba98.js",
"_create-empty-split-ae226c95.js",
"_splice-errors-into-transactions-e7d87df9.js",
"_vendor-596566c8.js",
"_get-d8580107.js"
],
"isEntry": true,
"src": "resources/assets/v2/pages/transactions/create.js",
"integrity": "sha384-o9vKV/iUV+9XIsX8rG9jk8bMPSxuV827U7ScOca2b6I6f/lyJBUDmzoMqMIfaqce"
"integrity": "sha384-iVlFUKE6NNPSLT1eIQPFmGQxLyEhcPpWPVYvCaipkUxmHPh0rwfp8VFVYdOwB+Cg"
},
"resources/assets/v2/pages/transactions/edit.js": {
"file": "assets/edit-4c7ba005.js",
"file": "assets/edit-b45ad2d0.js",
"imports": [
"_format-money-2e5851ad.js",
"_get-e0a81c64.js",
"_parse-downloaded-splits-83822d1b.js",
"_splice-errors-into-transactions-6727b386.js",
"_vendor-50e42c6c.js",
"_create-empty-split-81f71b2e.js",
"_put-bb9ad93a.js",
"_get-28b9aa25.js"
"_format-money-32daba98.js",
"_get-3a7c8f47.js",
"_parse-downloaded-splits-f7cec9f6.js",
"_splice-errors-into-transactions-e7d87df9.js",
"_vendor-596566c8.js",
"_create-empty-split-ae226c95.js",
"_put-afdefb1b.js",
"_get-d8580107.js"
],
"isEntry": true,
"src": "resources/assets/v2/pages/transactions/edit.js",
"integrity": "sha384-MOmzHUGTHwnuic0yw3wUp8MJO+Y9iLdXGy+V5iWtiZLpG2ts8z8R8Ms9Gp9L7Rc0"
},
"resources/assets/v2/pages/transactions/index.css": {
"file": "assets/index-badb0a41.css",
"src": "resources/assets/v2/pages/transactions/index.css",
"integrity": "sha384-YOSw8Sq/038Q+it1zgud/qsZiSuNu8tf099eME8psK3OAg1G3FfV063w7Q+LGQj0"
"integrity": "sha384-PQoBdUlCtONbJF0Cb6XWgrbTVc/zHYxx9414iEwVI9IBnHf35SwxsqrXCx8oT+P5"
},
"resources/assets/v2/pages/transactions/index.js": {
"css": [
"assets/index-badb0a41.css"
"assets/grid-ff3-theme-badb0a41.css"
],
"file": "assets/index-90222973.js",
"file": "assets/index-9d44e91d.js",
"imports": [
"_format-money-2e5851ad.js",
"_vendor-50e42c6c.js",
"_put-bb9ad93a.js",
"_get-e0a81c64.js"
"_format-money-32daba98.js",
"_vendor-596566c8.js",
"_put-afdefb1b.js",
"_get-3a7c8f47.js"
],
"isEntry": true,
"src": "resources/assets/v2/pages/transactions/index.js",
"integrity": "sha384-Sl6bKzSJxtyjnJoamDiBSZwdCi+AA8ZV/s40dXKFznm6RfYLiBLSS2qmQMlrVPZT"
"integrity": "sha384-J4Ja4GNcXcoTfeZ4LNKCL3pK2TyKQfvWUg6u5XZ/ae++nSpGr0Zk81+0AkBNkzRN"
},
"resources/assets/v2/pages/transactions/show.css": {
"file": "assets/show-8b1429e5.css",
@ -178,17 +201,17 @@
"css": [
"assets/show-8b1429e5.css"
],
"file": "assets/show-3ef1a32a.js",
"file": "assets/show-5b49caf9.js",
"imports": [
"_format-money-2e5851ad.js",
"_vendor-50e42c6c.js",
"_get-e0a81c64.js",
"_parse-downloaded-splits-83822d1b.js",
"_create-empty-split-81f71b2e.js"
"_format-money-32daba98.js",
"_vendor-596566c8.js",
"_get-3a7c8f47.js",
"_parse-downloaded-splits-f7cec9f6.js",
"_create-empty-split-ae226c95.js"
],
"isEntry": true,
"src": "resources/assets/v2/pages/transactions/show.js",
"integrity": "sha384-SbD7zS5YgCmKGz4yqp3mEIvEye39FouSpd2+WCld8l7Wij23HCUdfGgF/cD+b21y"
"integrity": "sha384-jlYuHBokLAc0Cu1s0hNqFdUDag0PXqc+RQJ20B82ZDK7l/ycqUo6gEUkz4Rg0k4l"
},
"resources/assets/v2/sass/app.scss": {
"file": "assets/app-fb7b26ec.css",
@ -197,8 +220,8 @@
"integrity": "sha384-asG3EmbviAZntc1AzgJpoF+jBChn+oq/7eQfYWrCdJ1Ku/c7rJ82sstr6Eptxqgd"
},
"vendor.css": {
"file": "assets/vendor-6fbf50c2.css",
"file": "assets/vendor-04d71b26.css",
"src": "vendor.css",
"integrity": "sha384-0YVccvAWchjHnv20Seb0KZBtTsv9I25fn2FuQ23kgKg6ST+hYNb95i7F6T/1sC58"
"integrity": "sha384-8rMxS+8Gw3FjZk5VfoHXl/7jM1JzylZ27xGPNz5ARpl/vOmDwwJXT9N6gV/M/gDM"
}
}