Upload of projects and themes

This commit is contained in:
2026-02-17 18:14:44 +00:00
parent 00ee2e1ee1
commit c7730b9da4
302 changed files with 24019 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "bcb7bccd714d6202c5a80eb026d6b2c7c854b5fbd2afd061afc35b4e200453a2",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T20:57:54Z"
}
}
}

View File

@@ -0,0 +1,96 @@
{
"custom": {
"location": "Components/Atoms/Fields",
"widget": "status"
},
"params": {
"item": {
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": null,
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/CB1/Config/BkrSizeCkt1",
"tagpath": "[Ignition_TX21_BE]DM11/TX21_DM111_RPP01/CB1/Config/BkrSizeCkt1",
"type": "Status",
"widget": "status"
}
},
"propConfig": {
"custom.location": {
"persistent": true
},
"custom.widget": {
"binding": {
"config": {
"path": "view.params.item"
},
"transforms": [
{
"code": "\treturn value[\u0027widget\u0027]",
"type": "script"
}
],
"type": "property"
},
"persistent": true
},
"params.item": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 50,
"width": 300
}
},
"root": {
"children": [
{
"meta": {
"name": "EmbeddedView"
},
"position": {
"grow": 1
},
"propConfig": {
"props.params.item": {
"binding": {
"config": {
"path": "view.params.item"
},
"type": "property"
}
},
"props.path": {
"binding": {
"config": {
"expression": "{view.custom.location} + \"/\" + {view.custom.widget}"
},
"type": "expr"
}
}
},
"type": "ia.display.view"
}
],
"meta": {
"name": "root"
},
"props": {
"justify": "center"
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "ab7663fa68d39103a3239300b23fbbc2213c92f47047fdc3e7366813c997e9e7",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-12T16:53:11Z"
}
}
}

View File

@@ -0,0 +1,246 @@
{
"custom": {
"buffer": null,
"value": null
},
"params": {
"tagPath": "[default]CDU_Test1/Config/Secondary DP Setpoint"
},
"propConfig": {
"custom.buffer": {
"persistent": true
},
"custom.value": {
"binding": {
"config": {
"bidirectional": true,
"coalesce": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}"
},
"type": "tag"
},
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 50,
"width": 500
}
},
"root": {
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "25%"
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.uiLabel"
},
"type": "tag"
}
}
},
"props": {
"style": {
"classes": "Common/Static/text"
}
},
"type": "ia.display.label"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.view.custom.value -\u003d 1"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "Icon"
},
"position": {
"basis": "5%"
},
"props": {
"color": "var(--call-to-action)",
"path": "material/indeterminate_check_box"
},
"type": "ia.display.icon"
},
{
"events": {
"dom": {
"onMouseUp": {
"config": {
"script": "\tself.view.custom.value \u003d self.view.custom.buffer"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "Slider"
},
"position": {
"basis": "35%"
},
"propConfig": {
"props.max": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.EngHigh"
},
"type": "tag"
}
},
"props.min": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.EngLow"
},
"type": "tag"
}
},
"props.value": {
"binding": {
"config": {
"bidirectional": true,
"path": "view.custom.buffer"
},
"type": "property"
}
}
},
"props": {
"handleColor": "var(--call-to-action)",
"trackColor": "var(--call-to-action-highlight)"
},
"type": "ia.input.slider"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.view.custom.value +\u003d 1"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "Icon_0"
},
"position": {
"basis": "5%"
},
"props": {
"color": "var(--call-to-action)",
"path": "material/add_box"
},
"type": "ia.display.icon"
},
{
"meta": {
"name": "NumericEntryField"
},
"position": {
"basis": "20%"
},
"propConfig": {
"props.value": {
"binding": {
"config": {
"bidirectional": true,
"path": "view.custom.value"
},
"type": "property"
}
}
},
"props": {
"style": {
"classes": "Input/text_field",
"paddingBottom": "var(--space-xs)",
"paddingTop": "var(--space-xs)"
}
},
"type": "ia.input.numeric-entry-field"
},
{
"meta": {
"name": "Label_0"
},
"position": {
"basis": "10%"
},
"props": {
"style": {
"classes": "Common/Static/text_muted"
},
"text": "degF"
},
"type": "ia.display.label"
}
],
"events": {
"system": {
"onStartup": {
"config": {
"script": "\tself.view.custom.buffer \u003d self.view.custom.value"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "root"
},
"props": {
"justify": "center",
"style": {
"gap": "var(--space-sm)",
"padding": "var(--space-xs)"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "605291d4fb6814cac7e4319d90d0723f67e1c4746bcac03275c6ff851923257c",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-12T16:53:15Z"
}
}
}

View File

@@ -0,0 +1,111 @@
{
"custom": {},
"params": {
"tagPath": "[default]CDU_Test1/Config/Status"
},
"propConfig": {
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 50,
"width": 500
}
},
"root": {
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "25%"
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.uiLabel"
},
"type": "tag"
}
}
},
"props": {
"style": {
"classes": "Common/Static/text"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "Dropdown"
},
"position": {
"basis": "256px"
},
"propConfig": {
"props.options": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.uiConfig"
},
"transforms": [
{
"code": "\treturn value[\u0027options\u0027]",
"type": "script"
}
],
"type": "tag"
}
},
"props.value": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}"
},
"type": "tag"
}
}
},
"props": {
"style": {
"boxShadow": "var(--box-shadow-1)",
"overflow": "visible"
}
},
"type": "ia.input.dropdown"
}
],
"meta": {
"name": "root"
},
"props": {
"justify": "center",
"style": {
"gap": "var(--space-sm)",
"padding": "var(--space-xs)"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "75fcabf079353675719b38010df1fb6f37ebc378767c88fc2dbccf2d1dde4052",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T17:36:41Z"
}
}
}

View File

@@ -0,0 +1,157 @@
{
"custom": {},
"params": {
"item": {
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Device ID",
"tagpath": "[default]_Testing/CDU/Info/Device ID",
"type": "Meta",
"widget": "meta_field"
}
},
"propConfig": {
"params.item": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 38,
"width": 295
}
},
"root": {
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "25%"
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"path": "view.params.item.tagpath"
},
"transforms": [
{
"code": "\treturn value.split(\u0027/\u0027)[-1]",
"type": "script"
}
],
"type": "property"
}
}
},
"props": {
"style": {
"classes": "Common/Static/text",
"paddingRight": "var(--space-sm)"
},
"textStyle": {
"textAlign": "right"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "TextField"
},
"position": {
"basis": "75%"
},
"propConfig": {
"props.enabled": {
"binding": {
"config": {
"expression": "!{view.params.item.read_only}"
},
"type": "expr"
}
},
"props.style.cursor": {
"binding": {
"config": {
"path": "view.params.item.read_only"
},
"transforms": [
{
"fallback": "Not-Allowed",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "Not-Allowed"
},
{
"input": false,
"output": "Text"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "property"
}
},
"props.text": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagpath": "{view.params.item.tagpath}"
},
"tagPath": "{tagpath}/Val"
},
"type": "tag"
}
}
},
"props": {
"spellcheck": false,
"style": {
"classes": "Input/text_field"
}
},
"type": "ia.input.text-field"
}
],
"meta": {
"name": "root"
},
"props": {
"style": {
"overflow": "visible"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "a6c825b65cae253614694899140ad2c634173546b81263f67f0c244f1adadeaf",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-01T04:46:22Z"
}
}
}

View File

@@ -0,0 +1,192 @@
{
"custom": {
"tagPath": "[default]_Testing/CDU/Status/air_temp"
},
"params": {
"item": {
"access_level": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"tagPath": "[default]_Testing/CDU/Status/air_temp",
"type": "Status",
"widget": "status_value"
}
},
"propConfig": {
"custom.tagPath": {
"binding": {
"config": {
"path": "view.params.item"
},
"transforms": [
{
"code": "\treturn value[\u0027tagPath\u0027]",
"type": "script"
}
],
"type": "property"
},
"persistent": true
},
"params.item": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 40,
"width": 300
}
},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "60%",
"grow": 1
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.custom.tagPath}"
},
"tagPath": "{tagPath}/Parameters.Item_Label"
},
"type": "tag"
}
}
},
"props": {
"style": {
"classes": "Common/Static/text",
"paddingRight": "var(--space-sm)"
},
"textStyle": {
"color": "var(--text-color)",
"textAlign": "start"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "Value"
},
"position": {
"basis": "20%"
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.custom.tagPath}"
},
"tagPath": "{tagPath}/Val"
},
"type": "tag"
}
}
},
"props": {
"style": {
"classes": "Common/Static/text",
"overflow": "visible",
"paddingRight": "var(--space-sm)"
},
"textStyle": {
"color": "var(--call-to-action)",
"textAlign": "right"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "EngUnit"
},
"position": {
"basis": "20%"
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.custom.tagPath}"
},
"tagPath": "{tagPath}/Parameters.Cfg_EngUnits"
},
"type": "tag"
}
}
},
"props": {
"style": {
"classes": "Common/Static/text",
"paddingRight": "var(--space-sm)"
},
"textStyle": {
"color": "var(--text-muted)",
"textAlign": "start"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"basis": "60%",
"grow": 1,
"shrink": 0
},
"props": {
"alignContent": "center",
"alignItems": "center",
"justify": "center",
"style": {
"overflow": "visible"
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"justify": "center",
"style": {
"marginRight": "5px",
"overflow": "visible"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "91f98be0fa6c001a492805f222e710abfbebfba623f46d1bf9b5b6044bdcaf55",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T17:21:03Z"
}
}
}

View File

@@ -0,0 +1,190 @@
{
"custom": {},
"params": {
"item": {
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/air_temp",
"tagpath": "[Ignition_TX21_BE]DM11/TX21_DM11_CDU02/Status/air_temp",
"type": "Status",
"widget": "status_value"
}
},
"propConfig": {
"params.item": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 40,
"width": 300
}
},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "60%",
"grow": 1
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagpath": "{view.params.item.tagpath}"
},
"tagPath": "{tagpath}/Parameters.Item_Label"
},
"type": "tag"
}
}
},
"props": {
"style": {
"classes": "Common/Static/text",
"paddingRight": "var(--space-sm)"
},
"textStyle": {
"color": "var(--text-color)",
"textAlign": "start"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "Value"
},
"position": {
"basis": "20%"
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagpath": "{view.params.item.tagpath}"
},
"tagPath": "{tagpath}/Val"
},
"transforms": [
{
"expression": "numberFormat({value}, {view.params.item.format})",
"type": "expression"
}
],
"type": "tag"
}
}
},
"props": {
"style": {
"classes": "Common/Static/text",
"overflow": "visible",
"paddingRight": "var(--space-sm)"
},
"textStyle": {
"color": "var(--call-to-action)",
"textAlign": "right"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "EngUnit"
},
"position": {
"basis": "20%"
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagpath": "{view.params.item.tagpath}"
},
"tagPath": "{tagpath}/Parameters.Cfg_EngUnits"
},
"transforms": [
{
"code": "\tif value is None:\n\t\treturn \u0027\u0027\n\treturn value",
"type": "script"
}
],
"type": "tag"
}
}
},
"props": {
"style": {
"classes": "Common/Static/text",
"paddingRight": "var(--space-sm)"
},
"textStyle": {
"color": "var(--text-muted)",
"textAlign": "start"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"basis": "60%",
"grow": 1,
"shrink": 0
},
"props": {
"alignContent": "center",
"alignItems": "center",
"justify": "center",
"style": {
"overflow": "visible"
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"justify": "center",
"style": {
"marginRight": "5px",
"overflow": "visible"
}
},
"type": "ia.container.flex"
}
}