200260514 Backup

This commit is contained in:
2026-05-14 22:59:24 +00:00
parent 91f9b91ef8
commit 44047d456f
1347 changed files with 109243 additions and 236101 deletions

View File

@@ -0,0 +1,74 @@
{
"custom": {},
"params": {
"value": "value"
},
"propConfig": {
"params.value": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 18,
"width": 151
}
},
"root": {
"children": [
{
"meta": {
"name": "MovingAnalogIndicator"
},
"position": {
"basis": "88px"
},
"propConfig": {
"props.processValue": {
"binding": {
"config": {
"path": "view.params.value"
},
"type": "property"
}
}
},
"props": {
"desiredHigh": 65,
"desiredLow": 40,
"highAlarm": 90,
"highHighAlarm": null,
"highInterlock": null,
"lowAlarm": 10,
"lowInterlock": null,
"lowLowAlarm": null
},
"type": "ia.display.moving-analog-indicator"
},
{
"meta": {
"name": "Label"
},
"position": {
"basis": "66.8px"
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"expression": "{view.params.value} + \" %\""
},
"type": "expr"
}
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"type": "ia.container.flex"
}
}