feat: add compiled application javascript

This commit is contained in:
2026-05-21 16:06:07 +07:00
parent 13bfb5f32f
commit 4732492d15
38 changed files with 881 additions and 0 deletions
@@ -0,0 +1,2 @@
/*! For license information please see mobileux-billing.js.LICENSE.txt */
"use strict";document.addEventListener("DOMContentLoaded",(function(){window.randomScalingFactor=function(){return Math.round(20*Math.random())};var a=document.getElementById("summarychart").getContext("2d"),n={type:"line",data:{labels:["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],datasets:[{label:"# of hours",data:[randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor()],radius:1,backgroundColor:"rgba(0, 73, 232, 0.1)",borderColor:"rgba(0, 73, 232, 1)",borderWidth:1,fill:!0,tension:.3},{label:"# of hours",data:[randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor()],radius:1,backgroundColor:"rgba(200, 0, 54, 0.1)",borderColor:"rgba(200, 0, 54, 0.35)",borderWidth:1,fill:!0,tension:.3}]},options:{animation:!0,maintainAspectRatio:!1,plugins:{legend:{display:!1}},scales:{y:{display:!1,beginAtZero:!0},x:{grid:{display:!1},display:!0,beginAtZero:!0}}}},o=new Chart(a,n);setInterval((function(){n.data.datasets.forEach((function(a){a.data=a.data.map((function(){return randomScalingFactor()}))})),o.update()}),3e3)}));