2026-04-24 FE Backup
This commit is contained in:
@@ -0,0 +1,143 @@
|
||||
{
|
||||
"custom": {},
|
||||
"params": {
|
||||
"title": "DH1",
|
||||
"value": 65
|
||||
},
|
||||
"propConfig": {
|
||||
"params.title": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.value": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 50,
|
||||
"width": 150
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "MovingAnalogIndicator"
|
||||
},
|
||||
"position": {
|
||||
"basis": "223px"
|
||||
},
|
||||
"propConfig": {
|
||||
"props.processValue": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.value"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"desiredHigh": 500,
|
||||
"desiredLow": 400,
|
||||
"desiredRangeColor": "var(--state-manual)",
|
||||
"highAlarm": 1450,
|
||||
"highHighAlarm": null,
|
||||
"highInterlock": null,
|
||||
"lowAlarm": 50,
|
||||
"lowInterlock": null,
|
||||
"lowLowAlarm": null,
|
||||
"maxValue": 1500,
|
||||
"setpointValue": 65
|
||||
},
|
||||
"type": "ia.display.moving-analog-indicator"
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "Title"
|
||||
},
|
||||
"propConfig": {
|
||||
"props.text": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.title"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"textStyle": {
|
||||
"fontFamily": "inherit",
|
||||
"fontSize": 12
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "Value"
|
||||
},
|
||||
"propConfig": {
|
||||
"props.text": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.value"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"textStyle": {
|
||||
"color": "--tagvalue-color",
|
||||
"fontFamily": "inherit",
|
||||
"fontSize": 12
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "EngUnits"
|
||||
},
|
||||
"props": {
|
||||
"text": "tons",
|
||||
"textStyle": {
|
||||
"color": "--units-color",
|
||||
"fontFamily": "inherit",
|
||||
"fontSize": 12
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "ValueSection"
|
||||
},
|
||||
"position": {
|
||||
"basis": "200px"
|
||||
},
|
||||
"props": {
|
||||
"justify": "center",
|
||||
"style": {
|
||||
"gap": "2px",
|
||||
"marginTop": -15
|
||||
}
|
||||
},
|
||||
"type": "ia.container.flex"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"props": {
|
||||
"direction": "column"
|
||||
},
|
||||
"type": "ia.container.flex"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user