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,85 @@
{
"custom": {},
"params": {
"label": "",
"showArrow": true
},
"propConfig": {
"params.label": {
"paramDirection": "input",
"persistent": true
},
"params.showArrow": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 40,
"width": 270
}
},
"root": {
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"shrink": 0
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"path": "view.params.label"
},
"type": "property"
}
}
},
"props": {
"textStyle": {
"color": "currentcolor"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "Arrow"
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"expression": "{view.params.showArrow}"
},
"type": "expr"
}
}
},
"props": {
"color": "currentcolor",
"path": "material/arrow_right",
"style": {
"height": "20px",
"width": "20px"
}
},
"type": "ia.display.icon"
}
],
"meta": {
"name": "root"
},
"props": {
"alignItems": "center",
"style": {
"cursor": "default"
}
},
"type": "ia.container.flex"
}
}