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,76 @@
{
"custom": {},
"params": {
"objectName": "CRAH",
"tagPath": "value"
},
"propConfig": {
"params.objectName": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 38,
"width": 100
}
},
"root": {
"children": [
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tobjectName \u003d self.view.params.objectName\n\ttagPath \u003d self.view.params.tagPath\n\tutils.nav.openL4(self, objectName, tagPath)"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "Label"
},
"position": {
"basis": "32px",
"grow": 1,
"shrink": 0
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"path": "view.params.objectName"
},
"type": "property"
}
}
},
"props": {
"style": {
"backgroundColor": "#A5C9FF",
"borderTopLeftRadius": "var(--borderRadius)",
"classes": "containers/HoverOver"
},
"textStyle": {
"textAlign": "center"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
}
}