2026-04-24 FE Backup

This commit is contained in:
2026-04-24 12:37:16 +00:00
parent ace79b82f7
commit 0ba11a23b8
3705 changed files with 1240402 additions and 0 deletions

View File

@@ -0,0 +1,104 @@
{
"custom": {
"endDate": "2025-04-18 23:59:59",
"location": "DH2",
"startDate": "2025-04-18 00:00:00"
},
"params": {
"endDate": "2025-04-18 23:59:59",
"location": null,
"startDate": "2025-04-18 00:00:00"
},
"propConfig": {
"custom.endDate": {
"binding": {
"config": {
"path": "view.params.endDate"
},
"type": "property"
},
"persistent": true
},
"custom.location": {
"persistent": true
},
"custom.startDate": {
"binding": {
"config": {
"path": "view.params.startDate"
},
"type": "property"
},
"persistent": true
},
"params.endDate": {
"paramDirection": "input",
"persistent": true
},
"params.location": {
"paramDirection": "input",
"persistent": true
},
"params.startDate": {
"paramDirection": "input",
"persistent": true
}
},
"props": {},
"root": {
"children": [
{
"meta": {
"name": "Table"
},
"position": {
"basis": "400px",
"grow": 1
},
"propConfig": {
"props.columns": {
"binding": {
"config": {
"path": "this.props.data"
},
"transforms": [
{
"code": "\treturn utils.helper.xformTableColumns(value)",
"type": "script"
}
],
"type": "property"
}
},
"props.data": {
"binding": {
"config": {
"struct": {
"endDate": "{view.custom.endDate}",
"location": "{view.custom.location}",
"startDate": "{view.custom.startDate}"
},
"waitOnAll": true
},
"transforms": [
{
"code": "\tstartDate \u003d value[\"startDate\"]\n\tendDate \u003d value[\"endDate\"]\n\treturn reports.MBR.cooling.getRawDataMeasurement(startDate, endDate)",
"type": "script"
}
],
"type": "expr-struct"
}
}
},
"type": "ia.display.table"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
}
}