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,68 @@
{
"custom": {},
"params": {
"Text": "Button",
"openPopup": false,
"tagPath": "tagPath/pathToTag"
},
"propConfig": {
"params.Text": {
"paramDirection": "input",
"persistent": true
},
"params.openPopup": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 41,
"width": 140
}
},
"root": {
"children": [
{
"meta": {
"name": "Button"
},
"position": {
"basis": "34px",
"grow": 1
},
"type": "ia.input.button"
}
],
"meta": {
"name": "root"
},
"propConfig": {
"meta.visible": {
"binding": {
"config": {
"expression": "{session.props.auth.user.roles}"
},
"transforms": [
{
"code": "\troles \u003d value\n\tvisible \u003d False\n\tfor role in roles:\n\t\tif role \u003d\u003d \u0027Prime User\u0027:\n\t\t\tvisible \u003d True\n\t\t\treturn visible",
"type": "script"
}
],
"type": "expr"
}
}
},
"props": {
"direction": "column",
"style": {
"overflow": "visible"
}
},
"type": "ia.container.flex"
}
}