Add new appconfig for spring-boot sparky
[aai/test-config.git] / sparky / appconfig / descriptors / aaiEntityNodeDescriptors.json
1 {
2         "generalNodeClass": {
3                 "class": "aai-entity-node general-node",
4                 "visualElements": [{
5                         "type": "circle",
6                         "class": "outer",
7                         "svgAttributes": {
8                                 "r": "16"
9                         }
10                 },
11                 {
12                         "type": "circle",
13                         "class": "inner",
14                         "svgAttributes": {
15                                 "r": "10"
16                         }
17                 },
18                 {
19                         "type": "text",
20                         "class": "id-type-label",
21                         "displayKey": "itemType",
22                         "shapeAttributes": {
23                                 "offset": {
24                                         "x": "0",
25                                         "y": "33"
26                                 }
27                         }
28                 },
29                 {
30                         "type": "text",
31                         "class": "id-value-label",
32                         "displayKey": "itemNameValue",
33                         "shapeAttributes": {
34                                 "offset": {
35                                         "x": "0",
36                                         "y": "48"
37                                 }
38                         }
39                 }]
40         },
41         "searchedNodeClass": {
42                 "class": "aai-entity-node search-node",
43                 "visualElements": [{
44                         "type": "circle",
45                         "class": "outer",
46                         "svgAttributes": {
47                                 "r": "16"
48                         }
49                 },
50                 {
51                         "type": "circle",
52                         "class": "inner",
53                         "svgAttributes": {
54                                 "r": "10"
55                         }
56                 },
57                 {
58                         "type": "text",
59                         "class": "id-type-label",
60                         "displayKey": "itemType",
61                         "shapeAttributes": {
62                                 "offset": {
63                                         "x": "0",
64                                         "y": "33"
65                                 }
66                         }
67                 },
68                 {
69                         "type": "text",
70                         "class": "id-value-label",
71                         "displayKey": "itemNameValue",
72                         "shapeAttributes": {
73                                 "offset": {
74                                         "x": "0",
75                                         "y": "48"
76                                 }
77                         }
78                 }]
79         },
80         "selectedSearchedNodeClass": {
81                 "class": "aai-entity-node selected-search-node",
82                 "visualElements": [{
83                         "type": "circle",
84                         "class": "outer",
85                         "svgAttributes": {
86                                 "r": "31"
87                         }
88                 },
89                 {
90                         "type": "circle",
91                         "class": "inner",
92                         "svgAttributes": {
93                                 "r": "20"
94                         }
95                 },
96                 {
97                         "type": "text",
98                         "class": "id-type-label",
99                         "displayKey": "itemType",
100                         "shapeAttributes": {
101                                 "offset": {
102                                         "x": "0",
103                                         "y": "48"
104                                 }
105                         }
106                 },
107                 {
108                         "type": "text",
109                         "class": "id-value-label",
110                         "displayKey": "itemNameValue",
111                         "shapeAttributes": {
112                                 "offset": {
113                                         "x": "0",
114                                         "y": "63"
115                                 }
116                         }
117                 },
118                 {
119                         "type": "button",
120                         "name": "icon_ellipses",
121                         "class": "node-button",
122                         "shapeAttributes": {
123                                 "offset": {
124                                         "x": "33",
125                                         "y": "-35"
126                                 }
127                         },
128                         "svgAttributes": {
129                                 "className": "node-button",
130                                 "r": "10"
131                         }
132                 },
133                 {
134                         "type": "button",
135                         "name": "icon_triangle_warning",
136                         "class": "node-button",
137                         "shapeAttributes": {
138                                 "offset": {
139                                         "x": "46",
140                                         "y": "-12"
141                                 }
142                         },
143                         "svgAttributes": {
144                                 "className": "node-button",
145                                 "r": "10"
146                         }
147                 }]
148         },
149         "selectedNodeClass": {
150                 "class": "aai-entity-node selected-node",
151                 "visualElements": [{
152                         "type": "circle",
153                         "class": "outer",
154                         "svgAttributes": {
155                                 "r": "31"
156                         }
157                 },
158                 {
159                         "type": "circle",
160                         "class": "inner",
161                         "svgAttributes": {
162                                 "r": "20"
163                         }
164                 },
165                 {
166                         "type": "text",
167                         "class": "id-type-label",
168                         "displayKey": "itemType",
169                         "shapeAttributes": {
170                                 "offset": {
171                                         "x": "0",
172                                         "y": "48"
173                                 }
174                         }
175                 },
176                 {
177                         "type": "text",
178                         "class": "id-value-label",
179                         "displayKey": "itemNameValue",
180                         "shapeAttributes": {
181                                 "offset": {
182                                         "x": "0",
183                                         "y": "63"
184                                 }
185                         }
186                 },
187                 {
188                         "type": "button",
189                         "name": "icon_ellipses",
190                         "class": "node-button",
191                         "shapeAttributes": {
192                                 "offset": {
193                                         "x": "33",
194                                         "y": "-35"
195                                 }
196                         },
197                         "svgAttributes": {
198                                 "className": "node-button",
199                                 "r": "10"
200                         }
201                 },
202                 {
203                         "type": "button",
204                         "name": "icon_triangle_warning",
205                         "class": "node-button",
206                         "shapeAttributes": {
207                                 "offset": {
208                                         "x": "46",
209                                         "y": "-12"
210                                 }
211                         },
212                         "svgAttributes": {
213                                 "className": "node-button",
214                                 "r": "10"
215                         }
216                 }]
217         }
218 }