Files
Oracle-TX11-TX21/gateway_frontend/projects/.resources/d53b24ad6c4e27b606c6333399cf869608206f5979e5c00483ccc3dedaa66c8a

121 lines
2.5 KiB
Plaintext

{
"custom": {},
"params": {
"isLast": false,
"label": ""
},
"propConfig": {
"params.isLast": {
"paramDirection": "input",
"persistent": true
},
"params.label": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 40,
"width": 100
}
},
"root": {
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "75%"
},
"propConfig": {
"props.style.opacity": {
"binding": {
"config": {
"path": "view.params.isLast"
},
"transforms": [
{
"fallback": null,
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": 1
},
{
"input": false,
"output": 0.3
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "property"
}
},
"props.text": {
"binding": {
"config": {
"path": "view.params.label"
},
"type": "property"
}
}
},
"props": {
"style": {
"color": "var(--text-color)"
},
"textStyle": {
"textAlign": "center"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "Icon"
},
"position": {
"basis": "25%"
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"path": "view.params.isLast"
},
"transforms": [
{
"expression": "!{value}",
"type": "expression"
}
],
"type": "property"
}
}
},
"props": {
"color": "var(--text-color)",
"path": "material/keyboard_arrow_right",
"style": {
"opacity": "0.50"
}
},
"type": "ia.display.icon"
}
],
"meta": {
"name": "root"
},
"props": {
"style": {
"overflow": "visible"
}
},
"type": "ia.container.flex"
}
}