mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-02 10:22:09 +00:00
Rename some things from v4 to v2
This commit is contained in:
1
public/build/assets/app-4ed993c7.js
Normal file
1
public/build/assets/app-4ed993c7.js
Normal file
@@ -0,0 +1 @@
|
|||||||
|
|
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
|||||||
var p=Object.defineProperty;var u=(n,t,e)=>t in n?p(n,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):n[t]=e;var l=(n,t,e)=>(u(n,typeof t!="symbol"?t+"":t,e),e);import{a as m,m as i,n as s}from"./index-bc37dda8.js";class y{get(t,e,a){return m.get("/api/v1/summary/basic",{params:{start:t,end:e,code:a}})}}class w{constructor(){l(this,"balanceBox",{foo:"bar"});console.log("IndexApp constructor")}init(){console.log("IndexApp init"),this.loadBoxes()}loadBoxes(){console.log("IndexApp loadBoxes");let t=new y,e=window.BasicStore.get("start"),a=window.BasicStore.get("end");e!==null&&a!==null&&(e=new Date(e),a=new Date(a)),t.get(s(e,"yyyy-MM-dd"),s(a,"yyyy-MM-dd"),null).then(o=>{console.log("IndexApp done!"),console.log(o.data),document.querySelector("#balanceAmount").innerText="ok dan";for(const d in o.data)if(o.data.hasOwnProperty(d)){const c=o.data[d];d.startsWith("balance-in-")&&console.log("Balance in: ",c)}})}}let r=new w;document.addEventListener("AppReady",n=>{r.init()},!1);window.BasicStore.isReady()&&r.init();document.addEventListener("alpine:init",()=>{i.data("balanceBox",()=>({foo:"barX"}))});window.Alpine=i;i.start();
|
|
File diff suppressed because one or more lines are too long
7
public/build/assets/index-f6fa7443.js
Normal file
7
public/build/assets/index-f6fa7443.js
Normal file
File diff suppressed because one or more lines are too long
@@ -1,7 +1,4 @@
|
|||||||
{
|
{
|
||||||
"_index-bc37dda8.js": {
|
|
||||||
"file": "assets/index-bc37dda8.js"
|
|
||||||
},
|
|
||||||
"node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf": {
|
"node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf": {
|
||||||
"file": "assets/fa-brands-400-20c4a58b.ttf",
|
"file": "assets/fa-brands-400-20c4a58b.ttf",
|
||||||
"src": "node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf"
|
"src": "node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf"
|
||||||
@@ -27,18 +24,12 @@
|
|||||||
"src": "node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2"
|
"src": "node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2"
|
||||||
},
|
},
|
||||||
"resources/assets/v4/app.js": {
|
"resources/assets/v4/app.js": {
|
||||||
"file": "assets/app-c6b26402.js",
|
"file": "assets/app-4ed993c7.js",
|
||||||
"imports": [
|
|
||||||
"_index-bc37dda8.js"
|
|
||||||
],
|
|
||||||
"isEntry": true,
|
"isEntry": true,
|
||||||
"src": "resources/assets/v4/app.js"
|
"src": "resources/assets/v4/app.js"
|
||||||
},
|
},
|
||||||
"resources/assets/v4/index.js": {
|
"resources/assets/v4/index.js": {
|
||||||
"file": "assets/index-a835f2af.js",
|
"file": "assets/index-f6fa7443.js",
|
||||||
"imports": [
|
|
||||||
"_index-bc37dda8.js"
|
|
||||||
],
|
|
||||||
"isEntry": true,
|
"isEntry": true,
|
||||||
"src": "resources/assets/v4/index.js"
|
"src": "resources/assets/v4/index.js"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user