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,90 @@
{
"custom": {
"page": {}
},
"params": {},
"propConfig": {
"custom.page": {
"persistent": true
},
"custom.page.params": {
"binding": {
"config": {
"path": "page.props.urlParams"
},
"type": "property"
}
},
"custom.page.path": {
"binding": {
"config": {
"path": "page.props.path"
},
"type": "property"
}
}
},
"props": {
"defaultSize": {
"height": 45
}
},
"root": {
"children": [
{
"meta": {
"name": "FlexContainer"
},
"position": {
"basis": "200px"
},
"type": "ia.container.flex"
},
{
"children": [
{
"events": {
"dom": {
"onClick": {
"config": {},
"scope": "C",
"type": "login"
}
}
},
"meta": {
"name": "Icon"
},
"position": {
"basis": "41px"
},
"props": {
"path": "material/person"
},
"type": "ia.display.icon"
}
],
"meta": {
"name": "FlexContainer_0"
},
"position": {
"basis": "404px"
},
"props": {
"justify": "flex-end"
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "root"
},
"props": {
"justify": "space-between",
"style": {
"backgroundColor": "#143663"
}
},
"type": "ia.container.flex"
}
}