drawio_dsl 0.7.0 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/.builders/.data/shapes.json +415 -353
  3. data/.builders/.templates/basic/configuration_shapes.rb +3 -3
  4. data/.builders/.templates/basic/dom_builder_shapes.rb +2 -1
  5. data/.builders/.templates/basic/drawio_shapes.rb +2 -2
  6. data/.builders/blueprint/shapes.rb +64 -42
  7. data/.builders/generators/02-generate-app.rb +3 -1
  8. data/.builders/generators/project-plan.rb +74 -0
  9. data/.builders/generators/sample_diagrams/05-samples.rb +19 -6
  10. data/.builders/generators/sample_diagrams/30-html-shapes.rb +27 -47
  11. data/.builders/generators/sample_diagrams/35-ids-and-arrows.rb +20 -0
  12. data/CHANGELOG.md +22 -0
  13. data/docs/project-plan/project.drawio +134 -0
  14. data/docs/project-plan/project_done.svg +3 -0
  15. data/docs/project-plan/project_in_progress.svg +3 -0
  16. data/docs/project-plan/project_todo.svg +3 -0
  17. data/docs/project-plan.md +3 -3
  18. data/docs/samples/html-shapes.svg +3 -0
  19. data/docs/samples/samples.md +4 -0
  20. data/docs/samples/styles-glass.svg +1 -1
  21. data/docs/samples/styles-plain.svg +1 -1
  22. data/docs/samples/styles-rounded.svg +1 -1
  23. data/docs/samples/styles-shadow.svg +1 -1
  24. data/docs/samples/styles-sketch.svg +1 -1
  25. data/docs/samples/themes-random.svg +1 -1
  26. data/lib/drawio_dsl/configuration_shapes.rb +45 -41
  27. data/lib/drawio_dsl/dom_builder_shapes.rb +90 -39
  28. data/lib/drawio_dsl/drawio_shapes.rb +95 -83
  29. data/lib/drawio_dsl/formatters/factory.rb +3 -2
  30. data/lib/drawio_dsl/formatters/interface_formatter.rb +5 -3
  31. data/lib/drawio_dsl/formatters/klass_formatter.rb +4 -2
  32. data/lib/drawio_dsl/schema/_.rb +2 -0
  33. data/lib/drawio_dsl/schema/shapes/line.rb +9 -0
  34. data/lib/drawio_dsl/schema/shapes/shape.rb +16 -11
  35. data/lib/drawio_dsl/schema/shapes/todo.rb +9 -0
  36. data/lib/drawio_dsl/version.rb +1 -1
  37. data/package-lock.json +2 -2
  38. data/package.json +1 -1
  39. metadata +11 -7
  40. data/.builders/generators/project_plans/drawio_dsl.rb +0 -65
  41. data/.builders/generators/project_plans/k_doc.rb +0 -39
  42. data/docs/project_done.svg +0 -3
  43. data/docs/project_in_progress.svg +0 -3
  44. data/docs/project_todo.svg +0 -3
@@ -1,353 +1,415 @@
1
- [
2
- {
3
- "type": "h1",
4
- "text_only": true,
5
- "x": 0,
6
- "y": 0,
7
- "w": 100,
8
- "h": 50,
9
- "style_modifiers": "text;fontSize=89;fontColor=#ffffff;fontStyle=1;fillColor=none"
10
- },
11
- {
12
- "type": "h2",
13
- "text_only": true,
14
- "x": 0,
15
- "y": 0,
16
- "w": 100,
17
- "h": 50,
18
- "style_modifiers": "text;fontSize=67;fontColor=#ffffff;fontStyle=1;fillColor=none"
19
- },
20
- {
21
- "type": "h3",
22
- "text_only": true,
23
- "x": 0,
24
- "y": 0,
25
- "w": 100,
26
- "h": 50,
27
- "style_modifiers": "text;fontSize=50;fontColor=#ffffff;fontStyle=1;fillColor=none"
28
- },
29
- {
30
- "type": "h4",
31
- "text_only": true,
32
- "x": 0,
33
- "y": 0,
34
- "w": 100,
35
- "h": 50,
36
- "style_modifiers": "text;fontSize=37;fontColor=#ffffff;fontStyle=1;fillColor=none"
37
- },
38
- {
39
- "type": "h5",
40
- "text_only": true,
41
- "x": 0,
42
- "y": 0,
43
- "w": 100,
44
- "h": 50,
45
- "style_modifiers": "text;fontSize=28;fontColor=#ffffff;fontStyle=1;fillColor=none"
46
- },
47
- {
48
- "type": "h6",
49
- "text_only": true,
50
- "x": 0,
51
- "y": 0,
52
- "w": 100,
53
- "h": 50,
54
- "style_modifiers": "text;fontSize=21;fontColor=#ffffff;fontStyle=1;fillColor=none"
55
- },
56
- {
57
- "type": "p",
58
- "text_only": true,
59
- "x": 0,
60
- "y": 0,
61
- "w": 100,
62
- "h": 50,
63
- "style_modifiers": "text;fontSize=16;fontColor=#ffffff;fontStyle=1;fillColor=none"
64
- },
65
- {
66
- "type": "actor",
67
- "text_only": false,
68
- "x": 0,
69
- "y": 0,
70
- "w": 40,
71
- "h": 50,
72
- "style_modifiers": "shape=actor"
73
- },
74
- {
75
- "type": "actor2",
76
- "text_only": false,
77
- "x": 0,
78
- "y": 0,
79
- "w": 30,
80
- "h": 50,
81
- "style_modifiers": "shape=umlActor;verticalLabelPosition=bottom;outlineConnect=1"
82
- },
83
- {
84
- "type": "callout",
85
- "text_only": false,
86
- "x": 0,
87
- "y": 0,
88
- "w": 160,
89
- "h": 120,
90
- "style_modifiers": "shape=callout"
91
- },
92
- {
93
- "type": "callout2",
94
- "text_only": false,
95
- "x": 0,
96
- "y": 0,
97
- "w": 160,
98
- "h": 160,
99
- "style_modifiers": "shape=mxgraph.basic.oval_callout"
100
- },
101
- {
102
- "type": "callout3",
103
- "text_only": false,
104
- "x": 0,
105
- "y": 0,
106
- "w": 160,
107
- "h": 160,
108
- "style_modifiers": "shape=mxgraph.basic.cloud_callout"
109
- },
110
- {
111
- "type": "callout4",
112
- "text_only": false,
113
- "x": 0,
114
- "y": 0,
115
- "w": 160,
116
- "h": 120,
117
- "style_modifiers": "shape=mxgraph.basic.roundRectCallout;dx=30;dy=15;size=5;boundedLbl=1;"
118
- },
119
- {
120
- "type": "circle",
121
- "text_only": false,
122
- "x": 0,
123
- "y": 0,
124
- "w": 160,
125
- "h": 160,
126
- "style_modifiers": "ellipse"
127
- },
128
- {
129
- "type": "cloud",
130
- "text_only": false,
131
- "x": 0,
132
- "y": 0,
133
- "w": 160,
134
- "h": 160,
135
- "style_modifiers": "shape=cloud"
136
- },
137
- {
138
- "type": "container",
139
- "text_only": false,
140
- "x": 0,
141
- "y": 0,
142
- "w": 160,
143
- "h": 160,
144
- "style_modifiers": "swimlane"
145
- },
146
- {
147
- "type": "container2",
148
- "text_only": false,
149
- "x": 0,
150
- "y": 0,
151
- "w": 160,
152
- "h": 160,
153
- "style_modifiers": "swimlane;horizontal=0"
154
- },
155
- {
156
- "type": "container3",
157
- "text_only": false,
158
- "x": 0,
159
- "y": 0,
160
- "w": 160,
161
- "h": 160,
162
- "style_modifiers": "swimlane;startSize=50"
163
- },
164
- {
165
- "type": "container4",
166
- "text_only": false,
167
- "x": 0,
168
- "y": 0,
169
- "w": 160,
170
- "h": 160,
171
- "style_modifiers": "swimlane;resizable=0"
172
- },
173
- {
174
- "type": "cross",
175
- "text_only": false,
176
- "x": 0,
177
- "y": 0,
178
- "w": 50,
179
- "h": 50,
180
- "style_modifiers": "verticalLabelPosition=bottom;verticalAlign=top;html=1;shape=mxgraph.basic.x"
181
- },
182
- {
183
- "type": "envelop",
184
- "text_only": false,
185
- "x": 0,
186
- "y": 0,
187
- "w": 160,
188
- "h": 100,
189
- "style_modifiers": "shape=message"
190
- },
191
- {
192
- "type": "diamond",
193
- "text_only": false,
194
- "x": 0,
195
- "y": 0,
196
- "w": 100,
197
- "h": 100,
198
- "style_modifiers": "rhombus"
199
- },
200
- {
201
- "type": "document",
202
- "text_only": false,
203
- "x": 0,
204
- "y": 0,
205
- "w": 160,
206
- "h": 160,
207
- "style_modifiers": "shape=mxgraph.basic.document"
208
- },
209
- {
210
- "type": "ellipse",
211
- "text_only": false,
212
- "x": 0,
213
- "y": 0,
214
- "w": 200,
215
- "h": 120,
216
- "style_modifiers": "ellipse"
217
- },
218
- {
219
- "type": "hexagon",
220
- "text_only": false,
221
- "x": 0,
222
- "y": 0,
223
- "w": 200,
224
- "h": 120,
225
- "style_modifiers": "shape=hexagon"
226
- },
227
- {
228
- "type": "interface",
229
- "text_only": false,
230
- "x": 0,
231
- "y": 0,
232
- "w": 200,
233
- "h": 120,
234
- "style_modifiers": "align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
235
- },
236
- {
237
- "type": "klass",
238
- "text_only": false,
239
- "x": 0,
240
- "y": 0,
241
- "w": 200,
242
- "h": 120,
243
- "style_modifiers": "align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
244
- },
245
- {
246
- "type": "note",
247
- "text_only": false,
248
- "x": 0,
249
- "y": 0,
250
- "w": 160,
251
- "h": 160,
252
- "style_modifiers": "shape=note"
253
- },
254
- {
255
- "type": "process",
256
- "text_only": false,
257
- "x": 0,
258
- "y": 0,
259
- "w": 200,
260
- "h": 120,
261
- "style_modifiers": "shape=process"
262
- },
263
- {
264
- "type": "rectangle",
265
- "text_only": false,
266
- "x": 0,
267
- "y": 0,
268
- "w": 200,
269
- "h": 120,
270
- "style_modifiers": ""
271
- },
272
- {
273
- "type": "rectangle2",
274
- "text_only": false,
275
- "x": 0,
276
- "y": 0,
277
- "w": 200,
278
- "h": 120,
279
- "style_modifiers": "shape=mxgraph.basic.cloud_rect"
280
- },
281
- {
282
- "type": "square",
283
- "text_only": false,
284
- "x": 0,
285
- "y": 0,
286
- "w": 160,
287
- "h": 160,
288
- "style_modifiers": ""
289
- },
290
- {
291
- "type": "step",
292
- "text_only": false,
293
- "x": 0,
294
- "y": 0,
295
- "w": 120,
296
- "h": 80,
297
- "style_modifiers": "shape=step;perimeter=stepPerimeter;fixedSize=1"
298
- },
299
- {
300
- "type": "tick",
301
- "text_only": false,
302
- "x": 0,
303
- "y": 0,
304
- "w": 50,
305
- "h": 50,
306
- "style_modifiers": "verticalLabelPosition=bottom;verticalAlign=top;shape=mxgraph.basic.tick"
307
- },
308
- {
309
- "type": "face",
310
- "text_only": false,
311
- "x": 0,
312
- "y": 0,
313
- "w": 100,
314
- "h": 100,
315
- "style_modifiers": "verticalLabelPosition=bottom;verticalAlign=top;shape=mxgraph.basic.smiley"
316
- },
317
- {
318
- "type": "triangle",
319
- "text_only": false,
320
- "x": 0,
321
- "y": 0,
322
- "w": 100,
323
- "h": 100,
324
- "style_modifiers": "triangle"
325
- },
326
- {
327
- "type": "embed_row",
328
- "text_only": false,
329
- "x": 0,
330
- "y": 0,
331
- "w": 200,
332
- "h": 40,
333
- "style_modifiers": "shape=partialRectangle;collapsible=0;dropTarget=0;pointerEvents=0;top=0;left=0;bottom=1;right=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest"
334
- },
335
- {
336
- "type": "embed_col50",
337
- "text_only": false,
338
- "x": 0,
339
- "y": 0,
340
- "w": 50,
341
- "h": 40,
342
- "style_modifiers": "shape=partialRectangle;connectable=0;top=0;left=0;bottom=0;right=0;fontStyle=1;overflow=hidden"
343
- },
344
- {
345
- "type": "embed_col200",
346
- "text_only": false,
347
- "x": 0,
348
- "y": 0,
349
- "w": 150,
350
- "h": 40,
351
- "style_modifiers": "shape=partialRectangle;connectable=0;top=0;left=0;bottom=0;right=0;align=left;spacingLeft=6;overflow=hidden"
352
- }
353
- ]
1
+ {
2
+ "strokes": [
3
+ {
4
+ "name": "dashed",
5
+ "style": "dashed=1;fixDash=1"
6
+ },
7
+ {
8
+ "name": "dotted",
9
+ "style": "dashed=1;fixDash=1;dashPattern=1 4"
10
+ },
11
+ {
12
+ "name": "dashdot",
13
+ "style": "dashed=1;fixDash=1;dashPattern=10 5 1 5"
14
+ },
15
+ {
16
+ "name": "dashdotdot",
17
+ "style": "dashed=1;fixDash=1;dashPattern=10 5 1 5 1 5"
18
+ },
19
+ {
20
+ "name": "dotdotdot",
21
+ "style": "dashed=1;fixDash=1;dashPattern=1 2"
22
+ },
23
+ {
24
+ "name": "longdash",
25
+ "style": "dashed=1;fixDash=1;dashPattern=16 6"
26
+ },
27
+ {
28
+ "name": "dashlongdash",
29
+ "style": "dashed=1;fixDash=1;dashPattern=10 6 16 6"
30
+ },
31
+ {
32
+ "name": "dashed24",
33
+ "style": "dashed=1;fixDash=1;dashPattern=3 8"
34
+ },
35
+ {
36
+ "name": "dashed32",
37
+ "style": "dashed=1;fixDash=1;dashPattern=6 5"
38
+ },
39
+ {
40
+ "name": "dashed44",
41
+ "style": "dashed=1;fixDash=1;dashPattern=8 8"
42
+ }
43
+ ],
44
+ "shapes": [
45
+ {
46
+ "type": "h1",
47
+ "category": "text",
48
+ "x": 0,
49
+ "y": 0,
50
+ "w": 100,
51
+ "h": 50,
52
+ "style_modifiers": "text;fontSize=89;fontColor=#ffffff;fontStyle=1;fillColor=none"
53
+ },
54
+ {
55
+ "type": "h2",
56
+ "category": "text",
57
+ "x": 0,
58
+ "y": 0,
59
+ "w": 100,
60
+ "h": 50,
61
+ "style_modifiers": "text;fontSize=67;fontColor=#ffffff;fontStyle=1;fillColor=none"
62
+ },
63
+ {
64
+ "type": "h3",
65
+ "category": "text",
66
+ "x": 0,
67
+ "y": 0,
68
+ "w": 100,
69
+ "h": 50,
70
+ "style_modifiers": "text;fontSize=50;fontColor=#ffffff;fontStyle=1;fillColor=none"
71
+ },
72
+ {
73
+ "type": "h4",
74
+ "category": "text",
75
+ "x": 0,
76
+ "y": 0,
77
+ "w": 100,
78
+ "h": 50,
79
+ "style_modifiers": "text;fontSize=37;fontColor=#ffffff;fontStyle=1;fillColor=none"
80
+ },
81
+ {
82
+ "type": "h5",
83
+ "category": "text",
84
+ "x": 0,
85
+ "y": 0,
86
+ "w": 100,
87
+ "h": 50,
88
+ "style_modifiers": "text;fontSize=28;fontColor=#ffffff;fontStyle=1;fillColor=none"
89
+ },
90
+ {
91
+ "type": "h6",
92
+ "category": "text",
93
+ "x": 0,
94
+ "y": 0,
95
+ "w": 100,
96
+ "h": 50,
97
+ "style_modifiers": "text;fontSize=21;fontColor=#ffffff;fontStyle=1;fillColor=none"
98
+ },
99
+ {
100
+ "type": "p",
101
+ "category": "text",
102
+ "x": 0,
103
+ "y": 0,
104
+ "w": 100,
105
+ "h": 50,
106
+ "style_modifiers": "text;fontSize=16;fontColor=#ffffff;fontStyle=1;fillColor=none"
107
+ },
108
+ {
109
+ "type": "actor",
110
+ "category": "element",
111
+ "x": 0,
112
+ "y": 0,
113
+ "w": 40,
114
+ "h": 50,
115
+ "style_modifiers": "shape=actor"
116
+ },
117
+ {
118
+ "type": "actor2",
119
+ "category": "element",
120
+ "x": 0,
121
+ "y": 0,
122
+ "w": 30,
123
+ "h": 50,
124
+ "style_modifiers": "shape=umlActor;verticalLabelPosition=bottom;outlineConnect=1"
125
+ },
126
+ {
127
+ "type": "callout",
128
+ "category": "element",
129
+ "x": 0,
130
+ "y": 0,
131
+ "w": 160,
132
+ "h": 120,
133
+ "style_modifiers": "shape=callout"
134
+ },
135
+ {
136
+ "type": "callout2",
137
+ "category": "element",
138
+ "x": 0,
139
+ "y": 0,
140
+ "w": 160,
141
+ "h": 160,
142
+ "style_modifiers": "shape=mxgraph.basic.oval_callout"
143
+ },
144
+ {
145
+ "type": "callout3",
146
+ "category": "element",
147
+ "x": 0,
148
+ "y": 0,
149
+ "w": 160,
150
+ "h": 160,
151
+ "style_modifiers": "shape=mxgraph.basic.cloud_callout"
152
+ },
153
+ {
154
+ "type": "callout4",
155
+ "category": "element",
156
+ "x": 0,
157
+ "y": 0,
158
+ "w": 160,
159
+ "h": 120,
160
+ "style_modifiers": "shape=mxgraph.basic.roundRectCallout;dx=30;dy=15;size=5;boundedLbl=1;"
161
+ },
162
+ {
163
+ "type": "circle",
164
+ "category": "element",
165
+ "x": 0,
166
+ "y": 0,
167
+ "w": 160,
168
+ "h": 160,
169
+ "style_modifiers": "ellipse"
170
+ },
171
+ {
172
+ "type": "cloud",
173
+ "category": "element",
174
+ "x": 0,
175
+ "y": 0,
176
+ "w": 160,
177
+ "h": 160,
178
+ "style_modifiers": "shape=cloud"
179
+ },
180
+ {
181
+ "type": "container",
182
+ "category": "element",
183
+ "x": 0,
184
+ "y": 0,
185
+ "w": 160,
186
+ "h": 160,
187
+ "style_modifiers": "swimlane"
188
+ },
189
+ {
190
+ "type": "container2",
191
+ "category": "element",
192
+ "x": 0,
193
+ "y": 0,
194
+ "w": 160,
195
+ "h": 160,
196
+ "style_modifiers": "swimlane;horizontal=0"
197
+ },
198
+ {
199
+ "type": "container3",
200
+ "category": "element",
201
+ "x": 0,
202
+ "y": 0,
203
+ "w": 160,
204
+ "h": 160,
205
+ "style_modifiers": "swimlane;startSize=50"
206
+ },
207
+ {
208
+ "type": "container4",
209
+ "category": "element",
210
+ "x": 0,
211
+ "y": 0,
212
+ "w": 160,
213
+ "h": 160,
214
+ "style_modifiers": "swimlane;resizable=0"
215
+ },
216
+ {
217
+ "type": "cross",
218
+ "category": "element",
219
+ "x": 0,
220
+ "y": 0,
221
+ "w": 50,
222
+ "h": 50,
223
+ "style_modifiers": "verticalLabelPosition=bottom;verticalAlign=top;html=1;shape=mxgraph.basic.x"
224
+ },
225
+ {
226
+ "type": "envelop",
227
+ "category": "element",
228
+ "x": 0,
229
+ "y": 0,
230
+ "w": 160,
231
+ "h": 100,
232
+ "style_modifiers": "shape=message"
233
+ },
234
+ {
235
+ "type": "diamond",
236
+ "category": "element",
237
+ "x": 0,
238
+ "y": 0,
239
+ "w": 100,
240
+ "h": 100,
241
+ "style_modifiers": "rhombus"
242
+ },
243
+ {
244
+ "type": "document",
245
+ "category": "element",
246
+ "x": 0,
247
+ "y": 0,
248
+ "w": 160,
249
+ "h": 160,
250
+ "style_modifiers": "shape=mxgraph.basic.document"
251
+ },
252
+ {
253
+ "type": "ellipse",
254
+ "category": "element",
255
+ "x": 0,
256
+ "y": 0,
257
+ "w": 200,
258
+ "h": 120,
259
+ "style_modifiers": "ellipse"
260
+ },
261
+ {
262
+ "type": "hexagon",
263
+ "category": "element",
264
+ "x": 0,
265
+ "y": 0,
266
+ "w": 200,
267
+ "h": 120,
268
+ "style_modifiers": "shape=hexagon"
269
+ },
270
+ {
271
+ "type": "interface",
272
+ "category": "element",
273
+ "x": 0,
274
+ "y": 0,
275
+ "w": 160,
276
+ "h": 160,
277
+ "style_modifiers": "align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
278
+ },
279
+ {
280
+ "type": "klass",
281
+ "category": "element",
282
+ "x": 0,
283
+ "y": 0,
284
+ "w": 160,
285
+ "h": 160,
286
+ "style_modifiers": "align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
287
+ },
288
+ {
289
+ "type": "note",
290
+ "category": "element",
291
+ "x": 0,
292
+ "y": 0,
293
+ "w": 160,
294
+ "h": 160,
295
+ "style_modifiers": "shape=note"
296
+ },
297
+ {
298
+ "type": "process",
299
+ "category": "element",
300
+ "x": 0,
301
+ "y": 0,
302
+ "w": 200,
303
+ "h": 120,
304
+ "style_modifiers": "shape=process"
305
+ },
306
+ {
307
+ "type": "rectangle",
308
+ "category": "element",
309
+ "x": 0,
310
+ "y": 0,
311
+ "w": 200,
312
+ "h": 120,
313
+ "style_modifiers": ""
314
+ },
315
+ {
316
+ "type": "rectangle2",
317
+ "category": "element",
318
+ "x": 0,
319
+ "y": 0,
320
+ "w": 200,
321
+ "h": 120,
322
+ "style_modifiers": "shape=mxgraph.basic.cloud_rect"
323
+ },
324
+ {
325
+ "type": "square",
326
+ "category": "element",
327
+ "x": 0,
328
+ "y": 0,
329
+ "w": 160,
330
+ "h": 160,
331
+ "style_modifiers": ""
332
+ },
333
+ {
334
+ "type": "step",
335
+ "category": "element",
336
+ "x": 0,
337
+ "y": 0,
338
+ "w": 120,
339
+ "h": 80,
340
+ "style_modifiers": "shape=step;perimeter=stepPerimeter;fixedSize=1"
341
+ },
342
+ {
343
+ "type": "tick",
344
+ "category": "element",
345
+ "x": 0,
346
+ "y": 0,
347
+ "w": 50,
348
+ "h": 50,
349
+ "style_modifiers": "verticalLabelPosition=bottom;verticalAlign=top;shape=mxgraph.basic.tick"
350
+ },
351
+ {
352
+ "type": "todo",
353
+ "category": "element",
354
+ "x": 0,
355
+ "y": 0,
356
+ "w": 300,
357
+ "h": 60,
358
+ "style_modifiers": ""
359
+ },
360
+ {
361
+ "type": "face",
362
+ "category": "element",
363
+ "x": 0,
364
+ "y": 0,
365
+ "w": 100,
366
+ "h": 100,
367
+ "style_modifiers": "verticalLabelPosition=bottom;verticalAlign=top;shape=mxgraph.basic.smiley"
368
+ },
369
+ {
370
+ "type": "triangle",
371
+ "category": "element",
372
+ "x": 0,
373
+ "y": 0,
374
+ "w": 100,
375
+ "h": 100,
376
+ "style_modifiers": "triangle"
377
+ },
378
+ {
379
+ "type": "line",
380
+ "category": "line",
381
+ "x": 0,
382
+ "y": 0,
383
+ "w": 50,
384
+ "h": 50,
385
+ "style_modifiers": "edgeStyle=entityRelationEdgeStyle;strokeWidth=1;elbow=vertical;startArrow=none;startFill=0;endArrow=block;endFill=0;targetPerimeterSpacing=0;shape=flexArrow;endSize=6;fillStyle=zigzag;"
386
+ },
387
+ {
388
+ "type": "embed_row",
389
+ "category": "element",
390
+ "x": 0,
391
+ "y": 0,
392
+ "w": 200,
393
+ "h": 40,
394
+ "style_modifiers": "shape=partialRectangle;collapsible=0;dropTarget=0;pointerEvents=0;top=0;left=0;bottom=1;right=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest"
395
+ },
396
+ {
397
+ "type": "embed_col50",
398
+ "category": "element",
399
+ "x": 0,
400
+ "y": 0,
401
+ "w": 50,
402
+ "h": 40,
403
+ "style_modifiers": "shape=partialRectangle;connectable=0;top=0;left=0;bottom=0;right=0;fontStyle=1;overflow=hidden"
404
+ },
405
+ {
406
+ "type": "embed_col200",
407
+ "category": "element",
408
+ "x": 0,
409
+ "y": 0,
410
+ "w": 150,
411
+ "h": 40,
412
+ "style_modifiers": "shape=partialRectangle;connectable=0;top=0;left=0;bottom=0;right=0;align=left;spacingLeft=6;overflow=hidden"
413
+ }
414
+ ]
415
+ }