Files
Stream_PHX_A7/Gateways/FE/projects/.resources/6ec013692adc316217efbe5a6b7e371db2a61793f972966d18a2dfe56437883b
2026-05-02 05:21:54 +00:00

129 lines
3.2 KiB
Plaintext

{
"custom": {},
"params": {
"enabled": false,
"tagPath": "[default]simulator/New Tag"
},
"propConfig": {
"params.enabled": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 40,
"width": 150
}
},
"root": {
"children": [
{
"meta": {
"name": "NumericEntryField"
},
"position": {
"grow": 1
},
"propConfig": {
"props.enabled": {
"binding": {
"config": {
"path": "view.params.enabled"
},
"type": "property"
}
},
"props.format": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.FormatString"
},
"type": "tag"
}
},
"props.inputBounds.maximum": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.EngHigh"
},
"type": "tag"
}
},
"props.inputBounds.minimum": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.EngLow"
},
"type": "tag"
}
},
"props.style.backgroundColor": {
"binding": {
"config": {
"expression": "if({this.props.enabled}, \u0027var(--neutral-10)\u0027, \u0027var(--neutral-40)\u0027)"
},
"type": "expr"
}
},
"props.style.color": {
"binding": {
"config": {
"expression": "if({this.props.enabled}, \u0027var(--action-primary)\u0027, \u0027var(--text-color)\u0027)"
},
"type": "expr"
}
},
"props.value": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}"
},
"type": "tag"
}
}
},
"props": {
"inputBounds": {},
"style": {
"fontWeight": "bold",
"min-height": "30px"
}
},
"type": "ia.input.numeric-entry-field"
}
],
"meta": {
"name": "root"
},
"props": {
"justify": "center"
},
"type": "ia.container.flex"
}
}