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,83 @@
{
"custom": {},
"params": {},
"props": {
"defaultSize": {
"height": 75,
"width": 150
}
},
"root": {
"children": [
{
"meta": {
"name": "Button"
},
"position": {
"basis": "50%"
},
"props": {
"style": {
"marginLeft": 3,
"marginRight": 3,
"marginTop": 3
},
"text": "Auto"
},
"type": "ia.input.button"
},
{
"children": [
{
"meta": {
"name": "Button_0"
},
"position": {
"basis": "80px"
},
"props": {
"primary": false,
"text": "Start"
},
"type": "ia.input.button"
},
{
"meta": {
"name": "Button_1"
},
"position": {
"basis": "80px"
},
"props": {
"primary": false,
"text": "Stop"
},
"type": "ia.input.button"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"basis": "50%"
},
"props": {
"style": {
"marginBottom": 3,
"marginLeft": 3,
"marginRight": 3,
"marginTop": 3
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
}
}