MTN6-9
This commit is contained in:
parent
44ef90ddf5
commit
0b38a23c63
@ -1,6 +1,25 @@
|
|||||||
{
|
{
|
||||||
"custom": {},
|
"custom": {},
|
||||||
"params": {},
|
"params": {
|
||||||
|
"tagProps": [
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"propConfig": {
|
||||||
|
"params.tagProps": {
|
||||||
|
"paramDirection": "input",
|
||||||
|
"persistent": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"props": {
|
"props": {
|
||||||
"defaultSize": {
|
"defaultSize": {
|
||||||
"height": 180,
|
"height": 180,
|
||||||
@ -56,6 +75,17 @@
|
|||||||
"type": "ia.shapes.svg"
|
"type": "ia.shapes.svg"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"events": {
|
||||||
|
"dom": {
|
||||||
|
"onClick": {
|
||||||
|
"config": {
|
||||||
|
"script": "\tsystem.perspective.openDock(\u0027Docked-East-VFD\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})"
|
||||||
|
},
|
||||||
|
"scope": "G",
|
||||||
|
"type": "script"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": "root"
|
"name": "root"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -54,7 +54,19 @@
|
|||||||
true
|
true
|
||||||
],
|
],
|
||||||
"in": true,
|
"in": true,
|
||||||
"out": true
|
"out": true,
|
||||||
|
"tagProps": [
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"propConfig": {
|
"propConfig": {
|
||||||
"params.con_lines": {
|
"params.con_lines": {
|
||||||
@ -72,6 +84,10 @@
|
|||||||
"params.out": {
|
"params.out": {
|
||||||
"paramDirection": "input",
|
"paramDirection": "input",
|
||||||
"persistent": true
|
"persistent": true
|
||||||
|
},
|
||||||
|
"params.tagProps": {
|
||||||
|
"paramDirection": "input",
|
||||||
|
"persistent": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"props": {
|
"props": {
|
||||||
@ -87,8 +103,8 @@
|
|||||||
"name": "DPM_TO_HUB"
|
"name": "DPM_TO_HUB"
|
||||||
},
|
},
|
||||||
"position": {
|
"position": {
|
||||||
"basis": "300px",
|
"height": 1,
|
||||||
"grow": 1
|
"width": 1
|
||||||
},
|
},
|
||||||
"propConfig": {
|
"propConfig": {
|
||||||
"props.elements[0].elements[0].elements[1].stroke.paint": {
|
"props.elements[0].elements[0].elements[1].stroke.paint": {
|
||||||
@ -3550,14 +3566,40 @@
|
|||||||
"viewBox": "0 0 1920 1080"
|
"viewBox": "0 0 1920 1080"
|
||||||
},
|
},
|
||||||
"type": "ia.shapes.svg"
|
"type": "ia.shapes.svg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"events": {
|
||||||
|
"dom": {
|
||||||
|
"onClick": {
|
||||||
|
"config": {
|
||||||
|
"script": "\t\tsystem.perspective.openDock(\u0027Docked-East-DS\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})"
|
||||||
|
},
|
||||||
|
"scope": "G",
|
||||||
|
"type": "script"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"name": "CoordinateContainer"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.2602,
|
||||||
|
"width": 0.2609,
|
||||||
|
"x": 0.3677,
|
||||||
|
"y": 0.3694
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"mode": "percent"
|
||||||
|
},
|
||||||
|
"type": "ia.container.coord"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": "root"
|
"name": "root"
|
||||||
},
|
},
|
||||||
"props": {
|
"props": {
|
||||||
"direction": "column"
|
"mode": "percent"
|
||||||
},
|
},
|
||||||
"type": "ia.container.flex"
|
"type": "ia.container.coord"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -8,7 +8,19 @@
|
|||||||
"OutDown": false,
|
"OutDown": false,
|
||||||
"OutOn": false,
|
"OutOn": false,
|
||||||
"OutRight": false,
|
"OutRight": false,
|
||||||
"OutUp": true
|
"OutUp": true,
|
||||||
|
"tagProps": [
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"propConfig": {
|
"propConfig": {
|
||||||
"params.InDown": {
|
"params.InDown": {
|
||||||
@ -42,6 +54,10 @@
|
|||||||
"params.OutUp": {
|
"params.OutUp": {
|
||||||
"paramDirection": "input",
|
"paramDirection": "input",
|
||||||
"persistent": true
|
"persistent": true
|
||||||
|
},
|
||||||
|
"params.tagProps": {
|
||||||
|
"paramDirection": "input",
|
||||||
|
"persistent": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"props": {
|
"props": {
|
||||||
@ -1337,6 +1353,17 @@
|
|||||||
"type": "ia.shapes.svg"
|
"type": "ia.shapes.svg"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"events": {
|
||||||
|
"dom": {
|
||||||
|
"onClick": {
|
||||||
|
"config": {
|
||||||
|
"script": "\tsystem.perspective.openDock(\u0027Docked-East-MCM\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})"
|
||||||
|
},
|
||||||
|
"scope": "G",
|
||||||
|
"type": "script"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": "root"
|
"name": "root"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,6 +1,25 @@
|
|||||||
{
|
{
|
||||||
"custom": {},
|
"custom": {},
|
||||||
"params": {},
|
"params": {
|
||||||
|
"tagProps": [
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"propConfig": {
|
||||||
|
"params.tagProps": {
|
||||||
|
"paramDirection": "input",
|
||||||
|
"persistent": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"props": {
|
"props": {
|
||||||
"defaultSize": {
|
"defaultSize": {
|
||||||
"height": 180,
|
"height": 180,
|
||||||
@ -55,6 +74,17 @@
|
|||||||
"type": "ia.shapes.svg"
|
"type": "ia.shapes.svg"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"events": {
|
||||||
|
"dom": {
|
||||||
|
"onClick": {
|
||||||
|
"config": {
|
||||||
|
"script": "\tsystem.perspective.openDock(\u0027Docked-East-DS\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})"
|
||||||
|
},
|
||||||
|
"scope": "G",
|
||||||
|
"type": "script"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": "root"
|
"name": "root"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user