pict-section-form 1.0.199 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +41 -41
- package/docs/Comprehensions.md +16 -16
- package/docs/Comprehensions_Advanced.md +17 -17
- package/docs/Layouts.md +10 -10
- package/docs/Pict_Section_Form_Architecture.md +5 -21
- package/docs/README.md +5 -5
- package/docs/Solvers.md +4 -4
- package/docs/Templates.md +2 -21
- package/docs/_cover.md +7 -7
- package/docs/_sidebar.md +1 -1
- package/docs/_version.json +3 -3
- package/docs/diagrams/template-hierarchy-2.excalidraw +3677 -0
- package/docs/diagrams/template-hierarchy-2.mmd +19 -0
- package/docs/diagrams/template-hierarchy-2.svg +2 -0
- package/docs/diagrams/template-hierarchy.excalidraw +2389 -0
- package/docs/diagrams/template-hierarchy.mmd +12 -0
- package/docs/diagrams/template-hierarchy.svg +2 -0
- package/docs/diagrams/views.excalidraw +405 -0
- package/docs/diagrams/views.mmd +4 -0
- package/docs/diagrams/views.svg +2 -0
- package/docs/examples/README.md +6 -6
- package/docs/examples/change_tracking/README.md +30 -30
- package/docs/examples/change_tracking/change_tracking.js +3878 -55
- package/docs/examples/dynamic_analysis/README.md +30 -30
- package/docs/examples/dynamic_analysis/chart.umd.js +14 -0
- package/docs/examples/dynamic_analysis/dynamic_analysis_application.js +2081 -53
- package/docs/examples/gradebook/README.md +42 -42
- package/docs/examples/gradebook/gradebook_application.min.js +42 -1
- package/docs/examples/ndt_field_test/README.md +31 -31
- package/docs/examples/ndt_field_test/chart.umd.js +14 -0
- package/docs/examples/ndt_field_test/index.html +1 -1
- package/docs/examples/ndt_field_test/ndt_field_test.js +3878 -55
- package/docs/examples/scope_mathematics/README.md +33 -33
- package/docs/examples/scope_mathematics/scope_mathematics.js +3878 -55
- package/docs/examples/simple_table/README.md +28 -28
- package/docs/examples/simple_table/simple_tabular_application.min.js +42 -1
- package/docs/index.html +2 -2
- package/docs/input_providers/014-rich-text.md +134 -0
- package/docs/input_providers/015-diagram.md +139 -0
- package/docs/input_providers/README.md +10 -0
- package/docs/playground/manifest.json +5 -9
- package/docs/playground/runtime/pict-section-form.min.js +1 -1
- package/docs/playground/runtime/pict-section-modal.min.js +1 -1
- package/docs/playground/runtime/pict.min.js +1 -1
- package/docs/playground.md +12 -12
- package/docs/retold-catalog.json +40 -4
- package/docs/retold-keyword-index.json +11290 -8508
- package/package.json +14 -6
- package/source/Pict-Section-Form.js +11 -1
- package/source/providers/Pict-Provider-DynamicTabularData.js +186 -0
- package/source/providers/dynamictemplates/Pict-DynamicTemplates-DefaultFormTemplates.js +46 -0
- package/source/providers/inputs/Pict-Provider-Input-Diagram-CSS.js +93 -0
- package/source/providers/inputs/Pict-Provider-Input-Diagram.js +573 -0
- package/source/providers/inputs/Pict-Provider-Input-RichText-CSS.js +142 -0
- package/source/providers/inputs/Pict-Provider-Input-RichText.js +570 -0
- package/source/providers/inputs/util/Themeify-SVG.js +105 -0
- package/source/providers/layouts/Pict-Layout-Tabular.js +24 -0
- package/source/services/ManifestFactory.js +13 -4
- package/test/Pict-Provider-Input-Diagram-Integration_tests.js +171 -0
- package/test/Pict-Provider-Input-Diagram_tests.js +181 -0
- package/test/Pict-Provider-Input-RichText-Integration_tests.js +174 -0
- package/test/Pict-Provider-Input-RichText_tests.js +206 -0
- package/test/PictSectionForm-Tabular-Features_tests.js +176 -0
- package/test/Themeify-SVG_tests.js +116 -0
|
@@ -0,0 +1,3677 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "excalidraw",
|
|
3
|
+
"version": 2,
|
|
4
|
+
"source": "pict-section-excalidraw/notebook-generator",
|
|
5
|
+
"elements": [
|
|
6
|
+
{
|
|
7
|
+
"id": "shape-F-000000hm",
|
|
8
|
+
"type": "rectangle",
|
|
9
|
+
"x": 716,
|
|
10
|
+
"y": 16,
|
|
11
|
+
"width": 142,
|
|
12
|
+
"height": 56,
|
|
13
|
+
"angle": 0,
|
|
14
|
+
"strokeColor": "#1B1F23",
|
|
15
|
+
"backgroundColor": "transparent",
|
|
16
|
+
"fillStyle": "solid",
|
|
17
|
+
"strokeWidth": 2,
|
|
18
|
+
"strokeStyle": "solid",
|
|
19
|
+
"roughness": 1,
|
|
20
|
+
"opacity": 100,
|
|
21
|
+
"groupIds": [],
|
|
22
|
+
"frameId": null,
|
|
23
|
+
"roundness": {
|
|
24
|
+
"type": 3
|
|
25
|
+
},
|
|
26
|
+
"seed": 634,
|
|
27
|
+
"version": 1,
|
|
28
|
+
"versionNonce": 634,
|
|
29
|
+
"isDeleted": false,
|
|
30
|
+
"boundElements": [
|
|
31
|
+
{
|
|
32
|
+
"id": "label-F-000000jo",
|
|
33
|
+
"type": "text"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"id": "arrow-F-FH-000000co",
|
|
37
|
+
"type": "arrow"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"id": "arrow-F-FWP-000000co",
|
|
41
|
+
"type": "arrow"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"id": "arrow-F-SEC-0000008t",
|
|
45
|
+
"type": "arrow"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"id": "arrow-F-FWX-000000r0",
|
|
49
|
+
"type": "arrow"
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"updated": 1,
|
|
53
|
+
"link": null,
|
|
54
|
+
"locked": false,
|
|
55
|
+
"index": null
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"id": "label-F-000000jo",
|
|
59
|
+
"type": "text",
|
|
60
|
+
"x": 724,
|
|
61
|
+
"y": 31.5,
|
|
62
|
+
"width": 126,
|
|
63
|
+
"height": 25,
|
|
64
|
+
"angle": 0,
|
|
65
|
+
"strokeColor": "#1B1F23",
|
|
66
|
+
"backgroundColor": "transparent",
|
|
67
|
+
"fillStyle": "solid",
|
|
68
|
+
"strokeWidth": 1,
|
|
69
|
+
"strokeStyle": "solid",
|
|
70
|
+
"roughness": 1,
|
|
71
|
+
"opacity": 100,
|
|
72
|
+
"groupIds": [],
|
|
73
|
+
"frameId": null,
|
|
74
|
+
"roundness": null,
|
|
75
|
+
"seed": 708,
|
|
76
|
+
"version": 1,
|
|
77
|
+
"versionNonce": 708,
|
|
78
|
+
"isDeleted": false,
|
|
79
|
+
"boundElements": null,
|
|
80
|
+
"updated": 1,
|
|
81
|
+
"link": null,
|
|
82
|
+
"locked": false,
|
|
83
|
+
"text": "Form Level",
|
|
84
|
+
"fontSize": 20,
|
|
85
|
+
"fontFamily": 5,
|
|
86
|
+
"textAlign": "center",
|
|
87
|
+
"verticalAlign": "middle",
|
|
88
|
+
"baseline": 15,
|
|
89
|
+
"containerId": "shape-F-000000hm",
|
|
90
|
+
"originalText": "Form Level",
|
|
91
|
+
"autoResize": true,
|
|
92
|
+
"lineHeight": 1.25,
|
|
93
|
+
"index": null
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"id": "shape-FH-000000jw",
|
|
97
|
+
"type": "rectangle",
|
|
98
|
+
"x": 50,
|
|
99
|
+
"y": 162,
|
|
100
|
+
"width": 373,
|
|
101
|
+
"height": 56,
|
|
102
|
+
"angle": 0,
|
|
103
|
+
"strokeColor": "#1B1F23",
|
|
104
|
+
"backgroundColor": "transparent",
|
|
105
|
+
"fillStyle": "solid",
|
|
106
|
+
"strokeWidth": 2,
|
|
107
|
+
"strokeStyle": "solid",
|
|
108
|
+
"roughness": 1,
|
|
109
|
+
"opacity": 100,
|
|
110
|
+
"groupIds": [],
|
|
111
|
+
"frameId": null,
|
|
112
|
+
"roundness": {
|
|
113
|
+
"type": 3
|
|
114
|
+
},
|
|
115
|
+
"seed": 716,
|
|
116
|
+
"version": 1,
|
|
117
|
+
"versionNonce": 716,
|
|
118
|
+
"isDeleted": false,
|
|
119
|
+
"boundElements": [
|
|
120
|
+
{
|
|
121
|
+
"id": "label-FH-000000go",
|
|
122
|
+
"type": "text"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"id": "arrow-F-FH-000000co",
|
|
126
|
+
"type": "arrow"
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
"updated": 1,
|
|
130
|
+
"link": null,
|
|
131
|
+
"locked": false,
|
|
132
|
+
"index": null
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"id": "label-FH-000000go",
|
|
136
|
+
"type": "text",
|
|
137
|
+
"x": 58,
|
|
138
|
+
"y": 177.5,
|
|
139
|
+
"width": 357,
|
|
140
|
+
"height": 25,
|
|
141
|
+
"angle": 0,
|
|
142
|
+
"strokeColor": "#1B1F23",
|
|
143
|
+
"backgroundColor": "transparent",
|
|
144
|
+
"fillStyle": "solid",
|
|
145
|
+
"strokeWidth": 1,
|
|
146
|
+
"strokeStyle": "solid",
|
|
147
|
+
"roughness": 1,
|
|
148
|
+
"opacity": 100,
|
|
149
|
+
"groupIds": [],
|
|
150
|
+
"frameId": null,
|
|
151
|
+
"roundness": null,
|
|
152
|
+
"seed": 600,
|
|
153
|
+
"version": 1,
|
|
154
|
+
"versionNonce": 600,
|
|
155
|
+
"isDeleted": false,
|
|
156
|
+
"boundElements": null,
|
|
157
|
+
"updated": 1,
|
|
158
|
+
"link": null,
|
|
159
|
+
"locked": false,
|
|
160
|
+
"text": "-Template-Form-Container-Header",
|
|
161
|
+
"fontSize": 20,
|
|
162
|
+
"fontFamily": 5,
|
|
163
|
+
"textAlign": "center",
|
|
164
|
+
"verticalAlign": "middle",
|
|
165
|
+
"baseline": 15,
|
|
166
|
+
"containerId": "shape-FH-000000jw",
|
|
167
|
+
"originalText": "-Template-Form-Container-Header",
|
|
168
|
+
"autoResize": true,
|
|
169
|
+
"lineHeight": 1.25,
|
|
170
|
+
"index": null
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"id": "shape-FWP-000000go",
|
|
174
|
+
"type": "rectangle",
|
|
175
|
+
"x": 391,
|
|
176
|
+
"y": 162,
|
|
177
|
+
"width": 429,
|
|
178
|
+
"height": 56,
|
|
179
|
+
"angle": 0,
|
|
180
|
+
"strokeColor": "#1B1F23",
|
|
181
|
+
"backgroundColor": "transparent",
|
|
182
|
+
"fillStyle": "solid",
|
|
183
|
+
"strokeWidth": 2,
|
|
184
|
+
"strokeStyle": "solid",
|
|
185
|
+
"roughness": 1,
|
|
186
|
+
"opacity": 100,
|
|
187
|
+
"groupIds": [],
|
|
188
|
+
"frameId": null,
|
|
189
|
+
"roundness": {
|
|
190
|
+
"type": 3
|
|
191
|
+
},
|
|
192
|
+
"seed": 600,
|
|
193
|
+
"version": 1,
|
|
194
|
+
"versionNonce": 600,
|
|
195
|
+
"isDeleted": false,
|
|
196
|
+
"boundElements": [
|
|
197
|
+
{
|
|
198
|
+
"id": "label-FWP-0000004s",
|
|
199
|
+
"type": "text"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"id": "arrow-F-FWP-000000co",
|
|
203
|
+
"type": "arrow"
|
|
204
|
+
}
|
|
205
|
+
],
|
|
206
|
+
"updated": 1,
|
|
207
|
+
"link": null,
|
|
208
|
+
"locked": false,
|
|
209
|
+
"index": null
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"id": "label-FWP-0000004s",
|
|
213
|
+
"type": "text",
|
|
214
|
+
"x": 399,
|
|
215
|
+
"y": 177.5,
|
|
216
|
+
"width": 413,
|
|
217
|
+
"height": 25,
|
|
218
|
+
"angle": 0,
|
|
219
|
+
"strokeColor": "#1B1F23",
|
|
220
|
+
"backgroundColor": "transparent",
|
|
221
|
+
"fillStyle": "solid",
|
|
222
|
+
"strokeWidth": 1,
|
|
223
|
+
"strokeStyle": "solid",
|
|
224
|
+
"roughness": 1,
|
|
225
|
+
"opacity": 100,
|
|
226
|
+
"groupIds": [],
|
|
227
|
+
"frameId": null,
|
|
228
|
+
"roundness": null,
|
|
229
|
+
"seed": 172,
|
|
230
|
+
"version": 1,
|
|
231
|
+
"versionNonce": 172,
|
|
232
|
+
"isDeleted": false,
|
|
233
|
+
"boundElements": null,
|
|
234
|
+
"updated": 1,
|
|
235
|
+
"link": null,
|
|
236
|
+
"locked": false,
|
|
237
|
+
"text": "-Template-Form-Container-Wrap-Prefix",
|
|
238
|
+
"fontSize": 20,
|
|
239
|
+
"fontFamily": 5,
|
|
240
|
+
"textAlign": "center",
|
|
241
|
+
"verticalAlign": "middle",
|
|
242
|
+
"baseline": 15,
|
|
243
|
+
"containerId": "shape-FWP-000000go",
|
|
244
|
+
"originalText": "-Template-Form-Container-Wrap-Prefix",
|
|
245
|
+
"autoResize": true,
|
|
246
|
+
"lineHeight": 1.25,
|
|
247
|
+
"index": null
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"id": "shape-SEC-000000mk",
|
|
251
|
+
"type": "rectangle",
|
|
252
|
+
"x": 865,
|
|
253
|
+
"y": 162,
|
|
254
|
+
"width": 208,
|
|
255
|
+
"height": 56,
|
|
256
|
+
"angle": 0,
|
|
257
|
+
"strokeColor": "#1B1F23",
|
|
258
|
+
"backgroundColor": "transparent",
|
|
259
|
+
"fillStyle": "solid",
|
|
260
|
+
"strokeWidth": 2,
|
|
261
|
+
"strokeStyle": "solid",
|
|
262
|
+
"roughness": 1,
|
|
263
|
+
"opacity": 100,
|
|
264
|
+
"groupIds": [],
|
|
265
|
+
"frameId": null,
|
|
266
|
+
"roundness": {
|
|
267
|
+
"type": 3
|
|
268
|
+
},
|
|
269
|
+
"seed": 812,
|
|
270
|
+
"version": 1,
|
|
271
|
+
"versionNonce": 812,
|
|
272
|
+
"isDeleted": false,
|
|
273
|
+
"boundElements": [
|
|
274
|
+
{
|
|
275
|
+
"id": "label-SEC-000000ro",
|
|
276
|
+
"type": "text"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"id": "arrow-F-SEC-0000008t",
|
|
280
|
+
"type": "arrow"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"id": "arrow-SEC-TFC-000000is",
|
|
284
|
+
"type": "arrow"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"id": "arrow-SEC-WP-000000o0",
|
|
288
|
+
"type": "arrow"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"id": "arrow-SEC-WX-0000007x",
|
|
292
|
+
"type": "arrow"
|
|
293
|
+
}
|
|
294
|
+
],
|
|
295
|
+
"updated": 1,
|
|
296
|
+
"link": null,
|
|
297
|
+
"locked": false,
|
|
298
|
+
"index": null
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"id": "label-SEC-000000ro",
|
|
302
|
+
"type": "text",
|
|
303
|
+
"x": 873,
|
|
304
|
+
"y": 177.5,
|
|
305
|
+
"width": 192,
|
|
306
|
+
"height": 25,
|
|
307
|
+
"angle": 0,
|
|
308
|
+
"strokeColor": "#1B1F23",
|
|
309
|
+
"backgroundColor": "transparent",
|
|
310
|
+
"fillStyle": "solid",
|
|
311
|
+
"strokeWidth": 1,
|
|
312
|
+
"strokeStyle": "solid",
|
|
313
|
+
"roughness": 1,
|
|
314
|
+
"opacity": 100,
|
|
315
|
+
"groupIds": [],
|
|
316
|
+
"frameId": null,
|
|
317
|
+
"roundness": null,
|
|
318
|
+
"seed": 996,
|
|
319
|
+
"version": 1,
|
|
320
|
+
"versionNonce": 996,
|
|
321
|
+
"isDeleted": false,
|
|
322
|
+
"boundElements": null,
|
|
323
|
+
"updated": 1,
|
|
324
|
+
"link": null,
|
|
325
|
+
"locked": false,
|
|
326
|
+
"text": "For each Section",
|
|
327
|
+
"fontSize": 20,
|
|
328
|
+
"fontFamily": 5,
|
|
329
|
+
"textAlign": "center",
|
|
330
|
+
"verticalAlign": "middle",
|
|
331
|
+
"baseline": 15,
|
|
332
|
+
"containerId": "shape-SEC-000000mk",
|
|
333
|
+
"originalText": "For each Section",
|
|
334
|
+
"autoResize": true,
|
|
335
|
+
"lineHeight": 1.25,
|
|
336
|
+
"index": null
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"id": "shape-FWX-000000jg",
|
|
340
|
+
"type": "rectangle",
|
|
341
|
+
"x": 1195,
|
|
342
|
+
"y": 162,
|
|
343
|
+
"width": 440,
|
|
344
|
+
"height": 56,
|
|
345
|
+
"angle": 0,
|
|
346
|
+
"strokeColor": "#1B1F23",
|
|
347
|
+
"backgroundColor": "transparent",
|
|
348
|
+
"fillStyle": "solid",
|
|
349
|
+
"strokeWidth": 2,
|
|
350
|
+
"strokeStyle": "solid",
|
|
351
|
+
"roughness": 1,
|
|
352
|
+
"opacity": 100,
|
|
353
|
+
"groupIds": [],
|
|
354
|
+
"frameId": null,
|
|
355
|
+
"roundness": {
|
|
356
|
+
"type": 3
|
|
357
|
+
},
|
|
358
|
+
"seed": 700,
|
|
359
|
+
"version": 1,
|
|
360
|
+
"versionNonce": 700,
|
|
361
|
+
"isDeleted": false,
|
|
362
|
+
"boundElements": [
|
|
363
|
+
{
|
|
364
|
+
"id": "label-FWX-000000kl",
|
|
365
|
+
"type": "text"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"id": "arrow-F-FWX-000000r0",
|
|
369
|
+
"type": "arrow"
|
|
370
|
+
}
|
|
371
|
+
],
|
|
372
|
+
"updated": 1,
|
|
373
|
+
"link": null,
|
|
374
|
+
"locked": false,
|
|
375
|
+
"index": null
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"id": "label-FWX-000000kl",
|
|
379
|
+
"type": "text",
|
|
380
|
+
"x": 1203,
|
|
381
|
+
"y": 177.5,
|
|
382
|
+
"width": 424,
|
|
383
|
+
"height": 25,
|
|
384
|
+
"angle": 0,
|
|
385
|
+
"strokeColor": "#1B1F23",
|
|
386
|
+
"backgroundColor": "transparent",
|
|
387
|
+
"fillStyle": "solid",
|
|
388
|
+
"strokeWidth": 1,
|
|
389
|
+
"strokeStyle": "solid",
|
|
390
|
+
"roughness": 1,
|
|
391
|
+
"opacity": 100,
|
|
392
|
+
"groupIds": [],
|
|
393
|
+
"frameId": null,
|
|
394
|
+
"roundness": null,
|
|
395
|
+
"seed": 741,
|
|
396
|
+
"version": 1,
|
|
397
|
+
"versionNonce": 741,
|
|
398
|
+
"isDeleted": false,
|
|
399
|
+
"boundElements": null,
|
|
400
|
+
"updated": 1,
|
|
401
|
+
"link": null,
|
|
402
|
+
"locked": false,
|
|
403
|
+
"text": "-Template-Form-Container-Wrap-Postfix",
|
|
404
|
+
"fontSize": 20,
|
|
405
|
+
"fontFamily": 5,
|
|
406
|
+
"textAlign": "center",
|
|
407
|
+
"verticalAlign": "middle",
|
|
408
|
+
"baseline": 15,
|
|
409
|
+
"containerId": "shape-FWX-000000jg",
|
|
410
|
+
"originalText": "-Template-Form-Container-Wrap-Postfix",
|
|
411
|
+
"autoResize": true,
|
|
412
|
+
"lineHeight": 1.25,
|
|
413
|
+
"index": null
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"id": "shape-TFC-000000jo",
|
|
417
|
+
"type": "rectangle",
|
|
418
|
+
"x": 144,
|
|
419
|
+
"y": 308,
|
|
420
|
+
"width": 296,
|
|
421
|
+
"height": 56,
|
|
422
|
+
"angle": 0,
|
|
423
|
+
"strokeColor": "#1B1F23",
|
|
424
|
+
"backgroundColor": "transparent",
|
|
425
|
+
"fillStyle": "solid",
|
|
426
|
+
"strokeWidth": 2,
|
|
427
|
+
"strokeStyle": "solid",
|
|
428
|
+
"roughness": 1,
|
|
429
|
+
"opacity": 100,
|
|
430
|
+
"groupIds": [],
|
|
431
|
+
"frameId": null,
|
|
432
|
+
"roundness": {
|
|
433
|
+
"type": 3
|
|
434
|
+
},
|
|
435
|
+
"seed": 708,
|
|
436
|
+
"version": 1,
|
|
437
|
+
"versionNonce": 708,
|
|
438
|
+
"isDeleted": false,
|
|
439
|
+
"boundElements": [
|
|
440
|
+
{
|
|
441
|
+
"id": "label-TFC-000000gs",
|
|
442
|
+
"type": "text"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"id": "arrow-SEC-TFC-000000is",
|
|
446
|
+
"type": "arrow"
|
|
447
|
+
}
|
|
448
|
+
],
|
|
449
|
+
"updated": 1,
|
|
450
|
+
"link": null,
|
|
451
|
+
"locked": false,
|
|
452
|
+
"index": null
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"id": "label-TFC-000000gs",
|
|
456
|
+
"type": "text",
|
|
457
|
+
"x": 152,
|
|
458
|
+
"y": 323.5,
|
|
459
|
+
"width": 280,
|
|
460
|
+
"height": 25,
|
|
461
|
+
"angle": 0,
|
|
462
|
+
"strokeColor": "#1B1F23",
|
|
463
|
+
"backgroundColor": "transparent",
|
|
464
|
+
"fillStyle": "solid",
|
|
465
|
+
"strokeWidth": 1,
|
|
466
|
+
"strokeStyle": "solid",
|
|
467
|
+
"roughness": 1,
|
|
468
|
+
"opacity": 100,
|
|
469
|
+
"groupIds": [],
|
|
470
|
+
"frameId": null,
|
|
471
|
+
"roundness": null,
|
|
472
|
+
"seed": 604,
|
|
473
|
+
"version": 1,
|
|
474
|
+
"versionNonce": 604,
|
|
475
|
+
"isDeleted": false,
|
|
476
|
+
"boundElements": null,
|
|
477
|
+
"updated": 1,
|
|
478
|
+
"link": null,
|
|
479
|
+
"locked": false,
|
|
480
|
+
"text": "-Template-Form-Container",
|
|
481
|
+
"fontSize": 20,
|
|
482
|
+
"fontFamily": 5,
|
|
483
|
+
"textAlign": "center",
|
|
484
|
+
"verticalAlign": "middle",
|
|
485
|
+
"baseline": 15,
|
|
486
|
+
"containerId": "shape-TFC-000000jo",
|
|
487
|
+
"originalText": "-Template-Form-Container",
|
|
488
|
+
"autoResize": true,
|
|
489
|
+
"lineHeight": 1.25,
|
|
490
|
+
"index": null
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"id": "shape-WP-000000lg",
|
|
494
|
+
"type": "rectangle",
|
|
495
|
+
"x": 474,
|
|
496
|
+
"y": 308,
|
|
497
|
+
"width": 263,
|
|
498
|
+
"height": 56,
|
|
499
|
+
"angle": 0,
|
|
500
|
+
"strokeColor": "#1B1F23",
|
|
501
|
+
"backgroundColor": "transparent",
|
|
502
|
+
"fillStyle": "solid",
|
|
503
|
+
"strokeWidth": 2,
|
|
504
|
+
"strokeStyle": "solid",
|
|
505
|
+
"roughness": 1,
|
|
506
|
+
"opacity": 100,
|
|
507
|
+
"groupIds": [],
|
|
508
|
+
"frameId": null,
|
|
509
|
+
"roundness": {
|
|
510
|
+
"type": 3
|
|
511
|
+
},
|
|
512
|
+
"seed": 772,
|
|
513
|
+
"version": 1,
|
|
514
|
+
"versionNonce": 772,
|
|
515
|
+
"isDeleted": false,
|
|
516
|
+
"boundElements": [
|
|
517
|
+
{
|
|
518
|
+
"id": "label-WP-000000kk",
|
|
519
|
+
"type": "text"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"id": "arrow-SEC-WP-000000o0",
|
|
523
|
+
"type": "arrow"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"id": "arrow-WP-SP-000000js",
|
|
527
|
+
"type": "arrow"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"id": "arrow-WP-GRP-000000p4",
|
|
531
|
+
"type": "arrow"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"id": "arrow-WP-SX-000000mk",
|
|
535
|
+
"type": "arrow"
|
|
536
|
+
}
|
|
537
|
+
],
|
|
538
|
+
"updated": 1,
|
|
539
|
+
"link": null,
|
|
540
|
+
"locked": false,
|
|
541
|
+
"index": null
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"id": "label-WP-000000kk",
|
|
545
|
+
"type": "text",
|
|
546
|
+
"x": 482,
|
|
547
|
+
"y": 323.5,
|
|
548
|
+
"width": 247,
|
|
549
|
+
"height": 25,
|
|
550
|
+
"angle": 0,
|
|
551
|
+
"strokeColor": "#1B1F23",
|
|
552
|
+
"backgroundColor": "transparent",
|
|
553
|
+
"fillStyle": "solid",
|
|
554
|
+
"strokeWidth": 1,
|
|
555
|
+
"strokeStyle": "solid",
|
|
556
|
+
"roughness": 1,
|
|
557
|
+
"opacity": 100,
|
|
558
|
+
"groupIds": [],
|
|
559
|
+
"frameId": null,
|
|
560
|
+
"roundness": null,
|
|
561
|
+
"seed": 740,
|
|
562
|
+
"version": 1,
|
|
563
|
+
"versionNonce": 740,
|
|
564
|
+
"isDeleted": false,
|
|
565
|
+
"boundElements": null,
|
|
566
|
+
"updated": 1,
|
|
567
|
+
"link": null,
|
|
568
|
+
"locked": false,
|
|
569
|
+
"text": "-Template-Wrap-Prefix",
|
|
570
|
+
"fontSize": 20,
|
|
571
|
+
"fontFamily": 5,
|
|
572
|
+
"textAlign": "center",
|
|
573
|
+
"verticalAlign": "middle",
|
|
574
|
+
"baseline": 15,
|
|
575
|
+
"containerId": "shape-WP-000000lg",
|
|
576
|
+
"originalText": "-Template-Wrap-Prefix",
|
|
577
|
+
"autoResize": true,
|
|
578
|
+
"lineHeight": 1.25,
|
|
579
|
+
"index": null
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"id": "shape-WX-0000008k",
|
|
583
|
+
"type": "rectangle",
|
|
584
|
+
"x": 793,
|
|
585
|
+
"y": 308,
|
|
586
|
+
"width": 274,
|
|
587
|
+
"height": 56,
|
|
588
|
+
"angle": 0,
|
|
589
|
+
"strokeColor": "#1B1F23",
|
|
590
|
+
"backgroundColor": "transparent",
|
|
591
|
+
"fillStyle": "solid",
|
|
592
|
+
"strokeWidth": 2,
|
|
593
|
+
"strokeStyle": "solid",
|
|
594
|
+
"roughness": 1,
|
|
595
|
+
"opacity": 100,
|
|
596
|
+
"groupIds": [],
|
|
597
|
+
"frameId": null,
|
|
598
|
+
"roundness": {
|
|
599
|
+
"type": 3
|
|
600
|
+
},
|
|
601
|
+
"seed": 308,
|
|
602
|
+
"version": 1,
|
|
603
|
+
"versionNonce": 308,
|
|
604
|
+
"isDeleted": false,
|
|
605
|
+
"boundElements": [
|
|
606
|
+
{
|
|
607
|
+
"id": "label-WX-000000ew",
|
|
608
|
+
"type": "text"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"id": "arrow-SEC-WX-0000007x",
|
|
612
|
+
"type": "arrow"
|
|
613
|
+
}
|
|
614
|
+
],
|
|
615
|
+
"updated": 1,
|
|
616
|
+
"link": null,
|
|
617
|
+
"locked": false,
|
|
618
|
+
"index": null
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"id": "label-WX-000000ew",
|
|
622
|
+
"type": "text",
|
|
623
|
+
"x": 801,
|
|
624
|
+
"y": 323.5,
|
|
625
|
+
"width": 258,
|
|
626
|
+
"height": 25,
|
|
627
|
+
"angle": 0,
|
|
628
|
+
"strokeColor": "#1B1F23",
|
|
629
|
+
"backgroundColor": "transparent",
|
|
630
|
+
"fillStyle": "solid",
|
|
631
|
+
"strokeWidth": 1,
|
|
632
|
+
"strokeStyle": "solid",
|
|
633
|
+
"roughness": 1,
|
|
634
|
+
"opacity": 100,
|
|
635
|
+
"groupIds": [],
|
|
636
|
+
"frameId": null,
|
|
637
|
+
"roundness": null,
|
|
638
|
+
"seed": 536,
|
|
639
|
+
"version": 1,
|
|
640
|
+
"versionNonce": 536,
|
|
641
|
+
"isDeleted": false,
|
|
642
|
+
"boundElements": null,
|
|
643
|
+
"updated": 1,
|
|
644
|
+
"link": null,
|
|
645
|
+
"locked": false,
|
|
646
|
+
"text": "-Template-Wrap-Postfix",
|
|
647
|
+
"fontSize": 20,
|
|
648
|
+
"fontFamily": 5,
|
|
649
|
+
"textAlign": "center",
|
|
650
|
+
"verticalAlign": "middle",
|
|
651
|
+
"baseline": 15,
|
|
652
|
+
"containerId": "shape-WX-0000008k",
|
|
653
|
+
"originalText": "-Template-Wrap-Postfix",
|
|
654
|
+
"autoResize": true,
|
|
655
|
+
"lineHeight": 1.25,
|
|
656
|
+
"index": null
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"id": "shape-SP-000000gg",
|
|
660
|
+
"type": "rectangle",
|
|
661
|
+
"x": 166,
|
|
662
|
+
"y": 454,
|
|
663
|
+
"width": 296,
|
|
664
|
+
"height": 56,
|
|
665
|
+
"angle": 0,
|
|
666
|
+
"strokeColor": "#1B1F23",
|
|
667
|
+
"backgroundColor": "transparent",
|
|
668
|
+
"fillStyle": "solid",
|
|
669
|
+
"strokeWidth": 2,
|
|
670
|
+
"strokeStyle": "solid",
|
|
671
|
+
"roughness": 1,
|
|
672
|
+
"opacity": 100,
|
|
673
|
+
"groupIds": [],
|
|
674
|
+
"frameId": null,
|
|
675
|
+
"roundness": {
|
|
676
|
+
"type": 3
|
|
677
|
+
},
|
|
678
|
+
"seed": 592,
|
|
679
|
+
"version": 1,
|
|
680
|
+
"versionNonce": 592,
|
|
681
|
+
"isDeleted": false,
|
|
682
|
+
"boundElements": [
|
|
683
|
+
{
|
|
684
|
+
"id": "label-SP-000000bk",
|
|
685
|
+
"type": "text"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"id": "arrow-WP-SP-000000js",
|
|
689
|
+
"type": "arrow"
|
|
690
|
+
}
|
|
691
|
+
],
|
|
692
|
+
"updated": 1,
|
|
693
|
+
"link": null,
|
|
694
|
+
"locked": false,
|
|
695
|
+
"index": null
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"id": "label-SP-000000bk",
|
|
699
|
+
"type": "text",
|
|
700
|
+
"x": 174,
|
|
701
|
+
"y": 469.5,
|
|
702
|
+
"width": 280,
|
|
703
|
+
"height": 25,
|
|
704
|
+
"angle": 0,
|
|
705
|
+
"strokeColor": "#1B1F23",
|
|
706
|
+
"backgroundColor": "transparent",
|
|
707
|
+
"fillStyle": "solid",
|
|
708
|
+
"strokeWidth": 1,
|
|
709
|
+
"strokeStyle": "solid",
|
|
710
|
+
"roughness": 1,
|
|
711
|
+
"opacity": 100,
|
|
712
|
+
"groupIds": [],
|
|
713
|
+
"frameId": null,
|
|
714
|
+
"roundness": null,
|
|
715
|
+
"seed": 416,
|
|
716
|
+
"version": 1,
|
|
717
|
+
"versionNonce": 416,
|
|
718
|
+
"isDeleted": false,
|
|
719
|
+
"boundElements": null,
|
|
720
|
+
"updated": 1,
|
|
721
|
+
"link": null,
|
|
722
|
+
"locked": false,
|
|
723
|
+
"text": "-Template-Section-Prefix",
|
|
724
|
+
"fontSize": 20,
|
|
725
|
+
"fontFamily": 5,
|
|
726
|
+
"textAlign": "center",
|
|
727
|
+
"verticalAlign": "middle",
|
|
728
|
+
"baseline": 15,
|
|
729
|
+
"containerId": "shape-SP-000000gg",
|
|
730
|
+
"originalText": "-Template-Section-Prefix",
|
|
731
|
+
"autoResize": true,
|
|
732
|
+
"lineHeight": 1.25,
|
|
733
|
+
"index": null
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"id": "shape-GRP-000000os",
|
|
737
|
+
"type": "rectangle",
|
|
738
|
+
"x": 512,
|
|
739
|
+
"y": 454,
|
|
740
|
+
"width": 186,
|
|
741
|
+
"height": 56,
|
|
742
|
+
"angle": 0,
|
|
743
|
+
"strokeColor": "#1B1F23",
|
|
744
|
+
"backgroundColor": "transparent",
|
|
745
|
+
"fillStyle": "solid",
|
|
746
|
+
"strokeWidth": 2,
|
|
747
|
+
"strokeStyle": "solid",
|
|
748
|
+
"roughness": 1,
|
|
749
|
+
"opacity": 100,
|
|
750
|
+
"groupIds": [],
|
|
751
|
+
"frameId": null,
|
|
752
|
+
"roundness": {
|
|
753
|
+
"type": 3
|
|
754
|
+
},
|
|
755
|
+
"seed": 892,
|
|
756
|
+
"version": 1,
|
|
757
|
+
"versionNonce": 892,
|
|
758
|
+
"isDeleted": false,
|
|
759
|
+
"boundElements": [
|
|
760
|
+
{
|
|
761
|
+
"id": "label-GRP-000000ak",
|
|
762
|
+
"type": "text"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"id": "arrow-WP-GRP-000000p4",
|
|
766
|
+
"type": "arrow"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"id": "arrow-GRP-GP-000000hg",
|
|
770
|
+
"type": "arrow"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"id": "arrow-GRP-ROW-000000rk",
|
|
774
|
+
"type": "arrow"
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"id": "arrow-GRP-GX-000000ag",
|
|
778
|
+
"type": "arrow"
|
|
779
|
+
}
|
|
780
|
+
],
|
|
781
|
+
"updated": 1,
|
|
782
|
+
"link": null,
|
|
783
|
+
"locked": false,
|
|
784
|
+
"index": null
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"id": "label-GRP-000000ak",
|
|
788
|
+
"type": "text",
|
|
789
|
+
"x": 520,
|
|
790
|
+
"y": 469.5,
|
|
791
|
+
"width": 170,
|
|
792
|
+
"height": 25,
|
|
793
|
+
"angle": 0,
|
|
794
|
+
"strokeColor": "#1B1F23",
|
|
795
|
+
"backgroundColor": "transparent",
|
|
796
|
+
"fillStyle": "solid",
|
|
797
|
+
"strokeWidth": 1,
|
|
798
|
+
"strokeStyle": "solid",
|
|
799
|
+
"roughness": 1,
|
|
800
|
+
"opacity": 100,
|
|
801
|
+
"groupIds": [],
|
|
802
|
+
"frameId": null,
|
|
803
|
+
"roundness": null,
|
|
804
|
+
"seed": 380,
|
|
805
|
+
"version": 1,
|
|
806
|
+
"versionNonce": 380,
|
|
807
|
+
"isDeleted": false,
|
|
808
|
+
"boundElements": null,
|
|
809
|
+
"updated": 1,
|
|
810
|
+
"link": null,
|
|
811
|
+
"locked": false,
|
|
812
|
+
"text": "For each Group",
|
|
813
|
+
"fontSize": 20,
|
|
814
|
+
"fontFamily": 5,
|
|
815
|
+
"textAlign": "center",
|
|
816
|
+
"verticalAlign": "middle",
|
|
817
|
+
"baseline": 15,
|
|
818
|
+
"containerId": "shape-GRP-000000os",
|
|
819
|
+
"originalText": "For each Group",
|
|
820
|
+
"autoResize": true,
|
|
821
|
+
"lineHeight": 1.25,
|
|
822
|
+
"index": null
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"id": "shape-SX-0000008o",
|
|
826
|
+
"type": "rectangle",
|
|
827
|
+
"x": 738,
|
|
828
|
+
"y": 454,
|
|
829
|
+
"width": 307,
|
|
830
|
+
"height": 56,
|
|
831
|
+
"angle": 0,
|
|
832
|
+
"strokeColor": "#1B1F23",
|
|
833
|
+
"backgroundColor": "transparent",
|
|
834
|
+
"fillStyle": "solid",
|
|
835
|
+
"strokeWidth": 2,
|
|
836
|
+
"strokeStyle": "solid",
|
|
837
|
+
"roughness": 1,
|
|
838
|
+
"opacity": 100,
|
|
839
|
+
"groupIds": [],
|
|
840
|
+
"frameId": null,
|
|
841
|
+
"roundness": {
|
|
842
|
+
"type": 3
|
|
843
|
+
},
|
|
844
|
+
"seed": 312,
|
|
845
|
+
"version": 1,
|
|
846
|
+
"versionNonce": 312,
|
|
847
|
+
"isDeleted": false,
|
|
848
|
+
"boundElements": [
|
|
849
|
+
{
|
|
850
|
+
"id": "label-SX-00000080",
|
|
851
|
+
"type": "text"
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"id": "arrow-WP-SX-000000mk",
|
|
855
|
+
"type": "arrow"
|
|
856
|
+
}
|
|
857
|
+
],
|
|
858
|
+
"updated": 1,
|
|
859
|
+
"link": null,
|
|
860
|
+
"locked": false,
|
|
861
|
+
"index": null
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"id": "label-SX-00000080",
|
|
865
|
+
"type": "text",
|
|
866
|
+
"x": 746,
|
|
867
|
+
"y": 469.5,
|
|
868
|
+
"width": 291,
|
|
869
|
+
"height": 25,
|
|
870
|
+
"angle": 0,
|
|
871
|
+
"strokeColor": "#1B1F23",
|
|
872
|
+
"backgroundColor": "transparent",
|
|
873
|
+
"fillStyle": "solid",
|
|
874
|
+
"strokeWidth": 1,
|
|
875
|
+
"strokeStyle": "solid",
|
|
876
|
+
"roughness": 1,
|
|
877
|
+
"opacity": 100,
|
|
878
|
+
"groupIds": [],
|
|
879
|
+
"frameId": null,
|
|
880
|
+
"roundness": null,
|
|
881
|
+
"seed": 288,
|
|
882
|
+
"version": 1,
|
|
883
|
+
"versionNonce": 288,
|
|
884
|
+
"isDeleted": false,
|
|
885
|
+
"boundElements": null,
|
|
886
|
+
"updated": 1,
|
|
887
|
+
"link": null,
|
|
888
|
+
"locked": false,
|
|
889
|
+
"text": "-Template-Section-Postfix",
|
|
890
|
+
"fontSize": 20,
|
|
891
|
+
"fontFamily": 5,
|
|
892
|
+
"textAlign": "center",
|
|
893
|
+
"verticalAlign": "middle",
|
|
894
|
+
"baseline": 15,
|
|
895
|
+
"containerId": "shape-SX-0000008o",
|
|
896
|
+
"originalText": "-Template-Section-Postfix",
|
|
897
|
+
"autoResize": true,
|
|
898
|
+
"lineHeight": 1.25,
|
|
899
|
+
"index": null
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"id": "shape-GP-00000090",
|
|
903
|
+
"type": "rectangle",
|
|
904
|
+
"x": 199,
|
|
905
|
+
"y": 600,
|
|
906
|
+
"width": 274,
|
|
907
|
+
"height": 56,
|
|
908
|
+
"angle": 0,
|
|
909
|
+
"strokeColor": "#1B1F23",
|
|
910
|
+
"backgroundColor": "transparent",
|
|
911
|
+
"fillStyle": "solid",
|
|
912
|
+
"strokeWidth": 2,
|
|
913
|
+
"strokeStyle": "solid",
|
|
914
|
+
"roughness": 1,
|
|
915
|
+
"opacity": 100,
|
|
916
|
+
"groupIds": [],
|
|
917
|
+
"frameId": null,
|
|
918
|
+
"roundness": {
|
|
919
|
+
"type": 3
|
|
920
|
+
},
|
|
921
|
+
"seed": 324,
|
|
922
|
+
"version": 1,
|
|
923
|
+
"versionNonce": 324,
|
|
924
|
+
"isDeleted": false,
|
|
925
|
+
"boundElements": [
|
|
926
|
+
{
|
|
927
|
+
"id": "label-GP-000000gs",
|
|
928
|
+
"type": "text"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"id": "arrow-GRP-GP-000000hg",
|
|
932
|
+
"type": "arrow"
|
|
933
|
+
}
|
|
934
|
+
],
|
|
935
|
+
"updated": 1,
|
|
936
|
+
"link": null,
|
|
937
|
+
"locked": false,
|
|
938
|
+
"index": null
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"id": "label-GP-000000gs",
|
|
942
|
+
"type": "text",
|
|
943
|
+
"x": 207,
|
|
944
|
+
"y": 615.5,
|
|
945
|
+
"width": 258,
|
|
946
|
+
"height": 25,
|
|
947
|
+
"angle": 0,
|
|
948
|
+
"strokeColor": "#1B1F23",
|
|
949
|
+
"backgroundColor": "transparent",
|
|
950
|
+
"fillStyle": "solid",
|
|
951
|
+
"strokeWidth": 1,
|
|
952
|
+
"strokeStyle": "solid",
|
|
953
|
+
"roughness": 1,
|
|
954
|
+
"opacity": 100,
|
|
955
|
+
"groupIds": [],
|
|
956
|
+
"frameId": null,
|
|
957
|
+
"roundness": null,
|
|
958
|
+
"seed": 604,
|
|
959
|
+
"version": 1,
|
|
960
|
+
"versionNonce": 604,
|
|
961
|
+
"isDeleted": false,
|
|
962
|
+
"boundElements": null,
|
|
963
|
+
"updated": 1,
|
|
964
|
+
"link": null,
|
|
965
|
+
"locked": false,
|
|
966
|
+
"text": "-Template-Group-Prefix",
|
|
967
|
+
"fontSize": 20,
|
|
968
|
+
"fontFamily": 5,
|
|
969
|
+
"textAlign": "center",
|
|
970
|
+
"verticalAlign": "middle",
|
|
971
|
+
"baseline": 15,
|
|
972
|
+
"containerId": "shape-GP-00000090",
|
|
973
|
+
"originalText": "-Template-Group-Prefix",
|
|
974
|
+
"autoResize": true,
|
|
975
|
+
"lineHeight": 1.25,
|
|
976
|
+
"index": null
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"id": "shape-ROW-000000p0",
|
|
980
|
+
"type": "rectangle",
|
|
981
|
+
"x": 523,
|
|
982
|
+
"y": 600,
|
|
983
|
+
"width": 164,
|
|
984
|
+
"height": 56,
|
|
985
|
+
"angle": 0,
|
|
986
|
+
"strokeColor": "#1B1F23",
|
|
987
|
+
"backgroundColor": "transparent",
|
|
988
|
+
"fillStyle": "solid",
|
|
989
|
+
"strokeWidth": 2,
|
|
990
|
+
"strokeStyle": "solid",
|
|
991
|
+
"roughness": 1,
|
|
992
|
+
"opacity": 100,
|
|
993
|
+
"groupIds": [],
|
|
994
|
+
"frameId": null,
|
|
995
|
+
"roundness": {
|
|
996
|
+
"type": 3
|
|
997
|
+
},
|
|
998
|
+
"seed": 900,
|
|
999
|
+
"version": 1,
|
|
1000
|
+
"versionNonce": 900,
|
|
1001
|
+
"isDeleted": false,
|
|
1002
|
+
"boundElements": [
|
|
1003
|
+
{
|
|
1004
|
+
"id": "label-ROW-000000mc",
|
|
1005
|
+
"type": "text"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"id": "arrow-GRP-ROW-000000rk",
|
|
1009
|
+
"type": "arrow"
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
"id": "arrow-ROW-RP-000000f8",
|
|
1013
|
+
"type": "arrow"
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"id": "arrow-ROW-INP-0000004m",
|
|
1017
|
+
"type": "arrow"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"id": "arrow-ROW-RX-000000c4",
|
|
1021
|
+
"type": "arrow"
|
|
1022
|
+
}
|
|
1023
|
+
],
|
|
1024
|
+
"updated": 1,
|
|
1025
|
+
"link": null,
|
|
1026
|
+
"locked": false,
|
|
1027
|
+
"index": null
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"id": "label-ROW-000000mc",
|
|
1031
|
+
"type": "text",
|
|
1032
|
+
"x": 531,
|
|
1033
|
+
"y": 615.5,
|
|
1034
|
+
"width": 148,
|
|
1035
|
+
"height": 25,
|
|
1036
|
+
"angle": 0,
|
|
1037
|
+
"strokeColor": "#1B1F23",
|
|
1038
|
+
"backgroundColor": "transparent",
|
|
1039
|
+
"fillStyle": "solid",
|
|
1040
|
+
"strokeWidth": 1,
|
|
1041
|
+
"strokeStyle": "solid",
|
|
1042
|
+
"roughness": 1,
|
|
1043
|
+
"opacity": 100,
|
|
1044
|
+
"groupIds": [],
|
|
1045
|
+
"frameId": null,
|
|
1046
|
+
"roundness": null,
|
|
1047
|
+
"seed": 804,
|
|
1048
|
+
"version": 1,
|
|
1049
|
+
"versionNonce": 804,
|
|
1050
|
+
"isDeleted": false,
|
|
1051
|
+
"boundElements": null,
|
|
1052
|
+
"updated": 1,
|
|
1053
|
+
"link": null,
|
|
1054
|
+
"locked": false,
|
|
1055
|
+
"text": "For each Row",
|
|
1056
|
+
"fontSize": 20,
|
|
1057
|
+
"fontFamily": 5,
|
|
1058
|
+
"textAlign": "center",
|
|
1059
|
+
"verticalAlign": "middle",
|
|
1060
|
+
"baseline": 15,
|
|
1061
|
+
"containerId": "shape-ROW-000000p0",
|
|
1062
|
+
"originalText": "For each Row",
|
|
1063
|
+
"autoResize": true,
|
|
1064
|
+
"lineHeight": 1.25,
|
|
1065
|
+
"index": null
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"id": "shape-GX-000000bt",
|
|
1069
|
+
"type": "rectangle",
|
|
1070
|
+
"x": 727,
|
|
1071
|
+
"y": 600,
|
|
1072
|
+
"width": 285,
|
|
1073
|
+
"height": 56,
|
|
1074
|
+
"angle": 0,
|
|
1075
|
+
"strokeColor": "#1B1F23",
|
|
1076
|
+
"backgroundColor": "transparent",
|
|
1077
|
+
"fillStyle": "solid",
|
|
1078
|
+
"strokeWidth": 2,
|
|
1079
|
+
"strokeStyle": "solid",
|
|
1080
|
+
"roughness": 1,
|
|
1081
|
+
"opacity": 100,
|
|
1082
|
+
"groupIds": [],
|
|
1083
|
+
"frameId": null,
|
|
1084
|
+
"roundness": {
|
|
1085
|
+
"type": 3
|
|
1086
|
+
},
|
|
1087
|
+
"seed": 425,
|
|
1088
|
+
"version": 1,
|
|
1089
|
+
"versionNonce": 425,
|
|
1090
|
+
"isDeleted": false,
|
|
1091
|
+
"boundElements": [
|
|
1092
|
+
{
|
|
1093
|
+
"id": "label-GX-000000o4",
|
|
1094
|
+
"type": "text"
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"id": "arrow-GRP-GX-000000ag",
|
|
1098
|
+
"type": "arrow"
|
|
1099
|
+
}
|
|
1100
|
+
],
|
|
1101
|
+
"updated": 1,
|
|
1102
|
+
"link": null,
|
|
1103
|
+
"locked": false,
|
|
1104
|
+
"index": null
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"id": "label-GX-000000o4",
|
|
1108
|
+
"type": "text",
|
|
1109
|
+
"x": 735,
|
|
1110
|
+
"y": 615.5,
|
|
1111
|
+
"width": 269,
|
|
1112
|
+
"height": 25,
|
|
1113
|
+
"angle": 0,
|
|
1114
|
+
"strokeColor": "#1B1F23",
|
|
1115
|
+
"backgroundColor": "transparent",
|
|
1116
|
+
"fillStyle": "solid",
|
|
1117
|
+
"strokeWidth": 1,
|
|
1118
|
+
"strokeStyle": "solid",
|
|
1119
|
+
"roughness": 1,
|
|
1120
|
+
"opacity": 100,
|
|
1121
|
+
"groupIds": [],
|
|
1122
|
+
"frameId": null,
|
|
1123
|
+
"roundness": null,
|
|
1124
|
+
"seed": 868,
|
|
1125
|
+
"version": 1,
|
|
1126
|
+
"versionNonce": 868,
|
|
1127
|
+
"isDeleted": false,
|
|
1128
|
+
"boundElements": null,
|
|
1129
|
+
"updated": 1,
|
|
1130
|
+
"link": null,
|
|
1131
|
+
"locked": false,
|
|
1132
|
+
"text": "-Template-Group-Postfix",
|
|
1133
|
+
"fontSize": 20,
|
|
1134
|
+
"fontFamily": 5,
|
|
1135
|
+
"textAlign": "center",
|
|
1136
|
+
"verticalAlign": "middle",
|
|
1137
|
+
"baseline": 15,
|
|
1138
|
+
"containerId": "shape-GX-000000bt",
|
|
1139
|
+
"originalText": "-Template-Group-Postfix",
|
|
1140
|
+
"autoResize": true,
|
|
1141
|
+
"lineHeight": 1.25,
|
|
1142
|
+
"index": null
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"id": "shape-RP-00000060",
|
|
1146
|
+
"type": "rectangle",
|
|
1147
|
+
"x": 209,
|
|
1148
|
+
"y": 746,
|
|
1149
|
+
"width": 253,
|
|
1150
|
+
"height": 56,
|
|
1151
|
+
"angle": 0,
|
|
1152
|
+
"strokeColor": "#1B1F23",
|
|
1153
|
+
"backgroundColor": "transparent",
|
|
1154
|
+
"fillStyle": "solid",
|
|
1155
|
+
"strokeWidth": 2,
|
|
1156
|
+
"strokeStyle": "solid",
|
|
1157
|
+
"roughness": 1,
|
|
1158
|
+
"opacity": 100,
|
|
1159
|
+
"groupIds": [],
|
|
1160
|
+
"frameId": null,
|
|
1161
|
+
"roundness": {
|
|
1162
|
+
"type": 3
|
|
1163
|
+
},
|
|
1164
|
+
"seed": 216,
|
|
1165
|
+
"version": 1,
|
|
1166
|
+
"versionNonce": 216,
|
|
1167
|
+
"isDeleted": false,
|
|
1168
|
+
"boundElements": [
|
|
1169
|
+
{
|
|
1170
|
+
"id": "label-RP-0000004g",
|
|
1171
|
+
"type": "text"
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"id": "arrow-ROW-RP-000000f8",
|
|
1175
|
+
"type": "arrow"
|
|
1176
|
+
}
|
|
1177
|
+
],
|
|
1178
|
+
"updated": 1,
|
|
1179
|
+
"link": null,
|
|
1180
|
+
"locked": false,
|
|
1181
|
+
"index": null
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"id": "label-RP-0000004g",
|
|
1185
|
+
"type": "text",
|
|
1186
|
+
"x": 217,
|
|
1187
|
+
"y": 761.5,
|
|
1188
|
+
"width": 237,
|
|
1189
|
+
"height": 25,
|
|
1190
|
+
"angle": 0,
|
|
1191
|
+
"strokeColor": "#1B1F23",
|
|
1192
|
+
"backgroundColor": "transparent",
|
|
1193
|
+
"fillStyle": "solid",
|
|
1194
|
+
"strokeWidth": 1,
|
|
1195
|
+
"strokeStyle": "solid",
|
|
1196
|
+
"roughness": 1,
|
|
1197
|
+
"opacity": 100,
|
|
1198
|
+
"groupIds": [],
|
|
1199
|
+
"frameId": null,
|
|
1200
|
+
"roundness": null,
|
|
1201
|
+
"seed": 160,
|
|
1202
|
+
"version": 1,
|
|
1203
|
+
"versionNonce": 160,
|
|
1204
|
+
"isDeleted": false,
|
|
1205
|
+
"boundElements": null,
|
|
1206
|
+
"updated": 1,
|
|
1207
|
+
"link": null,
|
|
1208
|
+
"locked": false,
|
|
1209
|
+
"text": "-Template-Row-Prefix",
|
|
1210
|
+
"fontSize": 20,
|
|
1211
|
+
"fontFamily": 5,
|
|
1212
|
+
"textAlign": "center",
|
|
1213
|
+
"verticalAlign": "middle",
|
|
1214
|
+
"baseline": 15,
|
|
1215
|
+
"containerId": "shape-RP-00000060",
|
|
1216
|
+
"originalText": "-Template-Row-Prefix",
|
|
1217
|
+
"autoResize": true,
|
|
1218
|
+
"lineHeight": 1.25,
|
|
1219
|
+
"index": null
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"id": "shape-INP-000000ok",
|
|
1223
|
+
"type": "rectangle",
|
|
1224
|
+
"x": 512,
|
|
1225
|
+
"y": 746,
|
|
1226
|
+
"width": 186,
|
|
1227
|
+
"height": 56,
|
|
1228
|
+
"angle": 0,
|
|
1229
|
+
"strokeColor": "#1B1F23",
|
|
1230
|
+
"backgroundColor": "transparent",
|
|
1231
|
+
"fillStyle": "solid",
|
|
1232
|
+
"strokeWidth": 2,
|
|
1233
|
+
"strokeStyle": "solid",
|
|
1234
|
+
"roughness": 1,
|
|
1235
|
+
"opacity": 100,
|
|
1236
|
+
"groupIds": [],
|
|
1237
|
+
"frameId": null,
|
|
1238
|
+
"roundness": {
|
|
1239
|
+
"type": 3
|
|
1240
|
+
},
|
|
1241
|
+
"seed": 884,
|
|
1242
|
+
"version": 1,
|
|
1243
|
+
"versionNonce": 884,
|
|
1244
|
+
"isDeleted": false,
|
|
1245
|
+
"boundElements": [
|
|
1246
|
+
{
|
|
1247
|
+
"id": "label-INP-000000ek",
|
|
1248
|
+
"type": "text"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"id": "arrow-ROW-INP-0000004m",
|
|
1252
|
+
"type": "arrow"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"id": "arrow-INP-IT-000000du",
|
|
1256
|
+
"type": "arrow"
|
|
1257
|
+
}
|
|
1258
|
+
],
|
|
1259
|
+
"updated": 1,
|
|
1260
|
+
"link": null,
|
|
1261
|
+
"locked": false,
|
|
1262
|
+
"index": null
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"id": "label-INP-000000ek",
|
|
1266
|
+
"type": "text",
|
|
1267
|
+
"x": 520,
|
|
1268
|
+
"y": 761.5,
|
|
1269
|
+
"width": 170,
|
|
1270
|
+
"height": 25,
|
|
1271
|
+
"angle": 0,
|
|
1272
|
+
"strokeColor": "#1B1F23",
|
|
1273
|
+
"backgroundColor": "transparent",
|
|
1274
|
+
"fillStyle": "solid",
|
|
1275
|
+
"strokeWidth": 1,
|
|
1276
|
+
"strokeStyle": "solid",
|
|
1277
|
+
"roughness": 1,
|
|
1278
|
+
"opacity": 100,
|
|
1279
|
+
"groupIds": [],
|
|
1280
|
+
"frameId": null,
|
|
1281
|
+
"roundness": null,
|
|
1282
|
+
"seed": 524,
|
|
1283
|
+
"version": 1,
|
|
1284
|
+
"versionNonce": 524,
|
|
1285
|
+
"isDeleted": false,
|
|
1286
|
+
"boundElements": null,
|
|
1287
|
+
"updated": 1,
|
|
1288
|
+
"link": null,
|
|
1289
|
+
"locked": false,
|
|
1290
|
+
"text": "For each Input",
|
|
1291
|
+
"fontSize": 20,
|
|
1292
|
+
"fontFamily": 5,
|
|
1293
|
+
"textAlign": "center",
|
|
1294
|
+
"verticalAlign": "middle",
|
|
1295
|
+
"baseline": 15,
|
|
1296
|
+
"containerId": "shape-INP-000000ok",
|
|
1297
|
+
"originalText": "For each Input",
|
|
1298
|
+
"autoResize": true,
|
|
1299
|
+
"lineHeight": 1.25,
|
|
1300
|
+
"index": null
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"id": "shape-RX-00000094",
|
|
1304
|
+
"type": "rectangle",
|
|
1305
|
+
"x": 738,
|
|
1306
|
+
"y": 746,
|
|
1307
|
+
"width": 263,
|
|
1308
|
+
"height": 56,
|
|
1309
|
+
"angle": 0,
|
|
1310
|
+
"strokeColor": "#1B1F23",
|
|
1311
|
+
"backgroundColor": "transparent",
|
|
1312
|
+
"fillStyle": "solid",
|
|
1313
|
+
"strokeWidth": 2,
|
|
1314
|
+
"strokeStyle": "solid",
|
|
1315
|
+
"roughness": 1,
|
|
1316
|
+
"opacity": 100,
|
|
1317
|
+
"groupIds": [],
|
|
1318
|
+
"frameId": null,
|
|
1319
|
+
"roundness": {
|
|
1320
|
+
"type": 3
|
|
1321
|
+
},
|
|
1322
|
+
"seed": 328,
|
|
1323
|
+
"version": 1,
|
|
1324
|
+
"versionNonce": 328,
|
|
1325
|
+
"isDeleted": false,
|
|
1326
|
+
"boundElements": [
|
|
1327
|
+
{
|
|
1328
|
+
"id": "label-RX-000000hc",
|
|
1329
|
+
"type": "text"
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"id": "arrow-ROW-RX-000000c4",
|
|
1333
|
+
"type": "arrow"
|
|
1334
|
+
}
|
|
1335
|
+
],
|
|
1336
|
+
"updated": 1,
|
|
1337
|
+
"link": null,
|
|
1338
|
+
"locked": false,
|
|
1339
|
+
"index": null
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"id": "label-RX-000000hc",
|
|
1343
|
+
"type": "text",
|
|
1344
|
+
"x": 746,
|
|
1345
|
+
"y": 761.5,
|
|
1346
|
+
"width": 247,
|
|
1347
|
+
"height": 25,
|
|
1348
|
+
"angle": 0,
|
|
1349
|
+
"strokeColor": "#1B1F23",
|
|
1350
|
+
"backgroundColor": "transparent",
|
|
1351
|
+
"fillStyle": "solid",
|
|
1352
|
+
"strokeWidth": 1,
|
|
1353
|
+
"strokeStyle": "solid",
|
|
1354
|
+
"roughness": 1,
|
|
1355
|
+
"opacity": 100,
|
|
1356
|
+
"groupIds": [],
|
|
1357
|
+
"frameId": null,
|
|
1358
|
+
"roundness": null,
|
|
1359
|
+
"seed": 624,
|
|
1360
|
+
"version": 1,
|
|
1361
|
+
"versionNonce": 624,
|
|
1362
|
+
"isDeleted": false,
|
|
1363
|
+
"boundElements": null,
|
|
1364
|
+
"updated": 1,
|
|
1365
|
+
"link": null,
|
|
1366
|
+
"locked": false,
|
|
1367
|
+
"text": "-Template-Row-Postfix",
|
|
1368
|
+
"fontSize": 20,
|
|
1369
|
+
"fontFamily": 5,
|
|
1370
|
+
"textAlign": "center",
|
|
1371
|
+
"verticalAlign": "middle",
|
|
1372
|
+
"baseline": 15,
|
|
1373
|
+
"containerId": "shape-RX-00000094",
|
|
1374
|
+
"originalText": "-Template-Row-Postfix",
|
|
1375
|
+
"autoResize": true,
|
|
1376
|
+
"lineHeight": 1.25,
|
|
1377
|
+
"index": null
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"id": "shape-IT-0000007o",
|
|
1381
|
+
"type": "rectangle",
|
|
1382
|
+
"x": 413,
|
|
1383
|
+
"y": 892,
|
|
1384
|
+
"width": 384,
|
|
1385
|
+
"height": 103,
|
|
1386
|
+
"angle": 0,
|
|
1387
|
+
"strokeColor": "#1B1F23",
|
|
1388
|
+
"backgroundColor": "transparent",
|
|
1389
|
+
"fillStyle": "solid",
|
|
1390
|
+
"strokeWidth": 2,
|
|
1391
|
+
"strokeStyle": "solid",
|
|
1392
|
+
"roughness": 1,
|
|
1393
|
+
"opacity": 100,
|
|
1394
|
+
"groupIds": [],
|
|
1395
|
+
"frameId": null,
|
|
1396
|
+
"roundness": {
|
|
1397
|
+
"type": 3
|
|
1398
|
+
},
|
|
1399
|
+
"seed": 276,
|
|
1400
|
+
"version": 1,
|
|
1401
|
+
"versionNonce": 276,
|
|
1402
|
+
"isDeleted": false,
|
|
1403
|
+
"boundElements": [
|
|
1404
|
+
{
|
|
1405
|
+
"id": "arrow-INP-IT-000000du",
|
|
1406
|
+
"type": "arrow"
|
|
1407
|
+
}
|
|
1408
|
+
],
|
|
1409
|
+
"updated": 1,
|
|
1410
|
+
"link": null,
|
|
1411
|
+
"locked": false,
|
|
1412
|
+
"index": null
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"id": "label-IT-000000m9",
|
|
1416
|
+
"type": "text",
|
|
1417
|
+
"x": 413,
|
|
1418
|
+
"y": 936,
|
|
1419
|
+
"width": 384,
|
|
1420
|
+
"height": 40,
|
|
1421
|
+
"angle": 0,
|
|
1422
|
+
"strokeColor": "#1B1F23",
|
|
1423
|
+
"backgroundColor": "transparent",
|
|
1424
|
+
"fillStyle": "solid",
|
|
1425
|
+
"strokeWidth": 1,
|
|
1426
|
+
"strokeStyle": "solid",
|
|
1427
|
+
"roughness": 1,
|
|
1428
|
+
"opacity": 100,
|
|
1429
|
+
"groupIds": [],
|
|
1430
|
+
"frameId": null,
|
|
1431
|
+
"roundness": null,
|
|
1432
|
+
"seed": 801,
|
|
1433
|
+
"version": 1,
|
|
1434
|
+
"versionNonce": 801,
|
|
1435
|
+
"isDeleted": false,
|
|
1436
|
+
"boundElements": null,
|
|
1437
|
+
"updated": 1,
|
|
1438
|
+
"link": null,
|
|
1439
|
+
"locked": false,
|
|
1440
|
+
"text": "-Template-Input-DataType-... or\n-TabularTemplate-...",
|
|
1441
|
+
"fontSize": 16,
|
|
1442
|
+
"fontFamily": 5,
|
|
1443
|
+
"textAlign": "center",
|
|
1444
|
+
"verticalAlign": "top",
|
|
1445
|
+
"baseline": 15,
|
|
1446
|
+
"containerId": null,
|
|
1447
|
+
"originalText": "-Template-Input-DataType-... or\n-TabularTemplate-...",
|
|
1448
|
+
"autoResize": true,
|
|
1449
|
+
"lineHeight": 1.25,
|
|
1450
|
+
"index": null
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"id": "arrow-F-FH-000000co",
|
|
1454
|
+
"type": "arrow",
|
|
1455
|
+
"x": 716,
|
|
1456
|
+
"y": 44,
|
|
1457
|
+
"width": 293,
|
|
1458
|
+
"height": 146,
|
|
1459
|
+
"angle": 0,
|
|
1460
|
+
"strokeColor": "#2E7D74",
|
|
1461
|
+
"backgroundColor": "transparent",
|
|
1462
|
+
"fillStyle": "solid",
|
|
1463
|
+
"strokeWidth": 2,
|
|
1464
|
+
"strokeStyle": "solid",
|
|
1465
|
+
"roughness": 1,
|
|
1466
|
+
"opacity": 100,
|
|
1467
|
+
"groupIds": [],
|
|
1468
|
+
"frameId": null,
|
|
1469
|
+
"roundness": null,
|
|
1470
|
+
"seed": 456,
|
|
1471
|
+
"version": 1,
|
|
1472
|
+
"versionNonce": 456,
|
|
1473
|
+
"isDeleted": false,
|
|
1474
|
+
"boundElements": [],
|
|
1475
|
+
"updated": 1,
|
|
1476
|
+
"link": null,
|
|
1477
|
+
"locked": false,
|
|
1478
|
+
"points": [
|
|
1479
|
+
[
|
|
1480
|
+
0,
|
|
1481
|
+
0
|
|
1482
|
+
],
|
|
1483
|
+
[
|
|
1484
|
+
-16,
|
|
1485
|
+
0
|
|
1486
|
+
],
|
|
1487
|
+
[
|
|
1488
|
+
-31.108641975308842,
|
|
1489
|
+
1.301783264746227
|
|
1490
|
+
],
|
|
1491
|
+
[
|
|
1492
|
+
-46.002469135802585,
|
|
1493
|
+
5.006858710562412
|
|
1494
|
+
],
|
|
1495
|
+
[
|
|
1496
|
+
-60.70833333333326,
|
|
1497
|
+
10.814814814814817
|
|
1498
|
+
],
|
|
1499
|
+
[
|
|
1500
|
+
-75.25308641975312,
|
|
1501
|
+
18.425240054869676
|
|
1502
|
+
],
|
|
1503
|
+
[
|
|
1504
|
+
-89.66358024691363,
|
|
1505
|
+
27.537722908093286
|
|
1506
|
+
],
|
|
1507
|
+
[
|
|
1508
|
+
-103.96666666666658,
|
|
1509
|
+
37.85185185185185
|
|
1510
|
+
],
|
|
1511
|
+
[
|
|
1512
|
+
-118.18919753086413,
|
|
1513
|
+
49.067215363511664
|
|
1514
|
+
],
|
|
1515
|
+
[
|
|
1516
|
+
-132.35802469135808,
|
|
1517
|
+
60.88340192043897
|
|
1518
|
+
],
|
|
1519
|
+
[
|
|
1520
|
+
-146.5,
|
|
1521
|
+
73
|
|
1522
|
+
],
|
|
1523
|
+
[
|
|
1524
|
+
-160.64197530864203,
|
|
1525
|
+
85.11659807956107
|
|
1526
|
+
],
|
|
1527
|
+
[
|
|
1528
|
+
-174.81080246913575,
|
|
1529
|
+
96.93278463648835
|
|
1530
|
+
],
|
|
1531
|
+
[
|
|
1532
|
+
-189.0333333333333,
|
|
1533
|
+
108.14814814814815
|
|
1534
|
+
],
|
|
1535
|
+
[
|
|
1536
|
+
-203.33641975308637,
|
|
1537
|
+
118.46227709190674
|
|
1538
|
+
],
|
|
1539
|
+
[
|
|
1540
|
+
-217.74691358024688,
|
|
1541
|
+
127.57475994513032
|
|
1542
|
+
],
|
|
1543
|
+
[
|
|
1544
|
+
-232.29166666666663,
|
|
1545
|
+
135.1851851851852
|
|
1546
|
+
],
|
|
1547
|
+
[
|
|
1548
|
+
-246.99753086419747,
|
|
1549
|
+
140.9931412894376
|
|
1550
|
+
],
|
|
1551
|
+
[
|
|
1552
|
+
-261.8913580246913,
|
|
1553
|
+
144.69821673525377
|
|
1554
|
+
],
|
|
1555
|
+
[
|
|
1556
|
+
-277,
|
|
1557
|
+
146
|
|
1558
|
+
],
|
|
1559
|
+
[
|
|
1560
|
+
-293,
|
|
1561
|
+
146
|
|
1562
|
+
]
|
|
1563
|
+
],
|
|
1564
|
+
"lastCommittedPoint": null,
|
|
1565
|
+
"startBinding": {
|
|
1566
|
+
"elementId": "shape-F-000000hm",
|
|
1567
|
+
"focus": 0,
|
|
1568
|
+
"gap": 8
|
|
1569
|
+
},
|
|
1570
|
+
"endBinding": {
|
|
1571
|
+
"elementId": "shape-FH-000000jw",
|
|
1572
|
+
"focus": 0,
|
|
1573
|
+
"gap": 8
|
|
1574
|
+
},
|
|
1575
|
+
"startArrowhead": null,
|
|
1576
|
+
"endArrowhead": "arrow",
|
|
1577
|
+
"elbowed": false,
|
|
1578
|
+
"index": null
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"id": "arrow-F-FWP-000000co",
|
|
1582
|
+
"type": "arrow",
|
|
1583
|
+
"x": 787,
|
|
1584
|
+
"y": 72,
|
|
1585
|
+
"width": 181.5,
|
|
1586
|
+
"height": 90,
|
|
1587
|
+
"angle": 0,
|
|
1588
|
+
"strokeColor": "#2E7D74",
|
|
1589
|
+
"backgroundColor": "transparent",
|
|
1590
|
+
"fillStyle": "solid",
|
|
1591
|
+
"strokeWidth": 2,
|
|
1592
|
+
"strokeStyle": "solid",
|
|
1593
|
+
"roughness": 1,
|
|
1594
|
+
"opacity": 100,
|
|
1595
|
+
"groupIds": [],
|
|
1596
|
+
"frameId": null,
|
|
1597
|
+
"roundness": null,
|
|
1598
|
+
"seed": 456,
|
|
1599
|
+
"version": 1,
|
|
1600
|
+
"versionNonce": 456,
|
|
1601
|
+
"isDeleted": false,
|
|
1602
|
+
"boundElements": [],
|
|
1603
|
+
"updated": 1,
|
|
1604
|
+
"link": null,
|
|
1605
|
+
"locked": false,
|
|
1606
|
+
"points": [
|
|
1607
|
+
[
|
|
1608
|
+
0,
|
|
1609
|
+
0
|
|
1610
|
+
],
|
|
1611
|
+
[
|
|
1612
|
+
0,
|
|
1613
|
+
16
|
|
1614
|
+
],
|
|
1615
|
+
[
|
|
1616
|
+
-1.6183127572016929,
|
|
1617
|
+
19.875171467764048
|
|
1618
|
+
],
|
|
1619
|
+
[
|
|
1620
|
+
-6.22427983539103,
|
|
1621
|
+
23.519890260630987
|
|
1622
|
+
],
|
|
1623
|
+
[
|
|
1624
|
+
-13.444444444444457,
|
|
1625
|
+
26.962962962962976
|
|
1626
|
+
],
|
|
1627
|
+
[
|
|
1628
|
+
-22.90534979423876,
|
|
1629
|
+
30.233196159122087
|
|
1630
|
+
],
|
|
1631
|
+
[
|
|
1632
|
+
-34.233539094650155,
|
|
1633
|
+
33.35939643347052
|
|
1634
|
+
],
|
|
1635
|
+
[
|
|
1636
|
+
-47.05555555555543,
|
|
1637
|
+
36.37037037037038
|
|
1638
|
+
],
|
|
1639
|
+
[
|
|
1640
|
+
-60.99794238683114,
|
|
1641
|
+
39.29492455418382
|
|
1642
|
+
],
|
|
1643
|
+
[
|
|
1644
|
+
-75.68724279835396,
|
|
1645
|
+
42.161865569272976
|
|
1646
|
+
],
|
|
1647
|
+
[
|
|
1648
|
+
-90.75,
|
|
1649
|
+
45
|
|
1650
|
+
],
|
|
1651
|
+
[
|
|
1652
|
+
-105.81275720164604,
|
|
1653
|
+
47.838134430727024
|
|
1654
|
+
],
|
|
1655
|
+
[
|
|
1656
|
+
-120.50205761316874,
|
|
1657
|
+
50.70507544581619
|
|
1658
|
+
],
|
|
1659
|
+
[
|
|
1660
|
+
-134.44444444444446,
|
|
1661
|
+
53.62962962962962
|
|
1662
|
+
],
|
|
1663
|
+
[
|
|
1664
|
+
-147.26646090534973,
|
|
1665
|
+
56.64060356652951
|
|
1666
|
+
],
|
|
1667
|
+
[
|
|
1668
|
+
-158.59465020576135,
|
|
1669
|
+
59.76680384087791
|
|
1670
|
+
],
|
|
1671
|
+
[
|
|
1672
|
+
-168.05555555555543,
|
|
1673
|
+
63.03703703703707
|
|
1674
|
+
],
|
|
1675
|
+
[
|
|
1676
|
+
-175.27572016460908,
|
|
1677
|
+
66.480109739369
|
|
1678
|
+
],
|
|
1679
|
+
[
|
|
1680
|
+
-179.8816872427983,
|
|
1681
|
+
70.12482853223594
|
|
1682
|
+
],
|
|
1683
|
+
[
|
|
1684
|
+
-181.5,
|
|
1685
|
+
74
|
|
1686
|
+
],
|
|
1687
|
+
[
|
|
1688
|
+
-181.5,
|
|
1689
|
+
90
|
|
1690
|
+
]
|
|
1691
|
+
],
|
|
1692
|
+
"lastCommittedPoint": null,
|
|
1693
|
+
"startBinding": {
|
|
1694
|
+
"elementId": "shape-F-000000hm",
|
|
1695
|
+
"focus": 0,
|
|
1696
|
+
"gap": 8
|
|
1697
|
+
},
|
|
1698
|
+
"endBinding": {
|
|
1699
|
+
"elementId": "shape-FWP-000000go",
|
|
1700
|
+
"focus": 0,
|
|
1701
|
+
"gap": 8
|
|
1702
|
+
},
|
|
1703
|
+
"startArrowhead": null,
|
|
1704
|
+
"endArrowhead": "arrow",
|
|
1705
|
+
"elbowed": false,
|
|
1706
|
+
"index": null
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"id": "arrow-F-SEC-0000008t",
|
|
1710
|
+
"type": "arrow",
|
|
1711
|
+
"x": 858,
|
|
1712
|
+
"y": 49.97333333333333,
|
|
1713
|
+
"width": 34.62962962962956,
|
|
1714
|
+
"height": 131.06666666666666,
|
|
1715
|
+
"angle": 0,
|
|
1716
|
+
"strokeColor": "#2E7D74",
|
|
1717
|
+
"backgroundColor": "transparent",
|
|
1718
|
+
"fillStyle": "solid",
|
|
1719
|
+
"strokeWidth": 2,
|
|
1720
|
+
"strokeStyle": "solid",
|
|
1721
|
+
"roughness": 1,
|
|
1722
|
+
"opacity": 100,
|
|
1723
|
+
"groupIds": [],
|
|
1724
|
+
"frameId": null,
|
|
1725
|
+
"roundness": null,
|
|
1726
|
+
"seed": 317,
|
|
1727
|
+
"version": 1,
|
|
1728
|
+
"versionNonce": 317,
|
|
1729
|
+
"isDeleted": false,
|
|
1730
|
+
"boundElements": [],
|
|
1731
|
+
"updated": 1,
|
|
1732
|
+
"link": null,
|
|
1733
|
+
"locked": false,
|
|
1734
|
+
"points": [
|
|
1735
|
+
[
|
|
1736
|
+
0,
|
|
1737
|
+
0
|
|
1738
|
+
],
|
|
1739
|
+
[
|
|
1740
|
+
16,
|
|
1741
|
+
0
|
|
1742
|
+
],
|
|
1743
|
+
[
|
|
1744
|
+
19.135116598079435,
|
|
1745
|
+
1.1686328303612186
|
|
1746
|
+
],
|
|
1747
|
+
[
|
|
1748
|
+
20.67352537722911,
|
|
1749
|
+
4.494741655235487
|
|
1750
|
+
],
|
|
1751
|
+
[
|
|
1752
|
+
20.81481481481478,
|
|
1753
|
+
9.708641975308652
|
|
1754
|
+
],
|
|
1755
|
+
[
|
|
1756
|
+
19.75857338820299,
|
|
1757
|
+
16.540649291266575
|
|
1758
|
+
],
|
|
1759
|
+
[
|
|
1760
|
+
17.704389574760057,
|
|
1761
|
+
24.721079103795148
|
|
1762
|
+
],
|
|
1763
|
+
[
|
|
1764
|
+
14.851851851851848,
|
|
1765
|
+
33.980246913580245
|
|
1766
|
+
],
|
|
1767
|
+
[
|
|
1768
|
+
11.400548696845135,
|
|
1769
|
+
44.04846822130773
|
|
1770
|
+
],
|
|
1771
|
+
[
|
|
1772
|
+
7.55006858710567,
|
|
1773
|
+
54.65605852766346
|
|
1774
|
+
],
|
|
1775
|
+
[
|
|
1776
|
+
3.5,
|
|
1777
|
+
65.53333333333333
|
|
1778
|
+
],
|
|
1779
|
+
[
|
|
1780
|
+
-0.5500685871054429,
|
|
1781
|
+
76.41060813900322
|
|
1782
|
+
],
|
|
1783
|
+
[
|
|
1784
|
+
-4.400548696845021,
|
|
1785
|
+
87.01819844535893
|
|
1786
|
+
],
|
|
1787
|
+
[
|
|
1788
|
+
-7.851851851851848,
|
|
1789
|
+
97.0864197530864
|
|
1790
|
+
],
|
|
1791
|
+
[
|
|
1792
|
+
-10.704389574759944,
|
|
1793
|
+
106.34558756287151
|
|
1794
|
+
],
|
|
1795
|
+
[
|
|
1796
|
+
-12.75857338820299,
|
|
1797
|
+
114.52601737540007
|
|
1798
|
+
],
|
|
1799
|
+
[
|
|
1800
|
+
-13.814814814814781,
|
|
1801
|
+
121.35802469135805
|
|
1802
|
+
],
|
|
1803
|
+
[
|
|
1804
|
+
-13.673525377228998,
|
|
1805
|
+
126.57192501143118
|
|
1806
|
+
],
|
|
1807
|
+
[
|
|
1808
|
+
-12.135116598079662,
|
|
1809
|
+
129.89803383630542
|
|
1810
|
+
],
|
|
1811
|
+
[
|
|
1812
|
+
-9,
|
|
1813
|
+
131.06666666666666
|
|
1814
|
+
],
|
|
1815
|
+
[
|
|
1816
|
+
7,
|
|
1817
|
+
131.06666666666666
|
|
1818
|
+
]
|
|
1819
|
+
],
|
|
1820
|
+
"lastCommittedPoint": null,
|
|
1821
|
+
"startBinding": {
|
|
1822
|
+
"elementId": "shape-F-000000hm",
|
|
1823
|
+
"focus": 0,
|
|
1824
|
+
"gap": 8
|
|
1825
|
+
},
|
|
1826
|
+
"endBinding": {
|
|
1827
|
+
"elementId": "shape-SEC-000000mk",
|
|
1828
|
+
"focus": 0,
|
|
1829
|
+
"gap": 8
|
|
1830
|
+
},
|
|
1831
|
+
"startArrowhead": null,
|
|
1832
|
+
"endArrowhead": "arrow",
|
|
1833
|
+
"elbowed": false,
|
|
1834
|
+
"index": null
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
"id": "arrow-F-FWX-000000r0",
|
|
1838
|
+
"type": "arrow",
|
|
1839
|
+
"x": 858,
|
|
1840
|
+
"y": 38.026666666666664,
|
|
1841
|
+
"width": 337,
|
|
1842
|
+
"height": 151.97333333333333,
|
|
1843
|
+
"angle": 0,
|
|
1844
|
+
"strokeColor": "#2E7D74",
|
|
1845
|
+
"backgroundColor": "transparent",
|
|
1846
|
+
"fillStyle": "solid",
|
|
1847
|
+
"strokeWidth": 2,
|
|
1848
|
+
"strokeStyle": "solid",
|
|
1849
|
+
"roughness": 1,
|
|
1850
|
+
"opacity": 100,
|
|
1851
|
+
"groupIds": [],
|
|
1852
|
+
"frameId": null,
|
|
1853
|
+
"roundness": null,
|
|
1854
|
+
"seed": 972,
|
|
1855
|
+
"version": 1,
|
|
1856
|
+
"versionNonce": 972,
|
|
1857
|
+
"isDeleted": false,
|
|
1858
|
+
"boundElements": [],
|
|
1859
|
+
"updated": 1,
|
|
1860
|
+
"link": null,
|
|
1861
|
+
"locked": false,
|
|
1862
|
+
"points": [
|
|
1863
|
+
[
|
|
1864
|
+
0,
|
|
1865
|
+
0
|
|
1866
|
+
],
|
|
1867
|
+
[
|
|
1868
|
+
16,
|
|
1869
|
+
0
|
|
1870
|
+
],
|
|
1871
|
+
[
|
|
1872
|
+
33.655692729766656,
|
|
1873
|
+
1.3550434385002248
|
|
1874
|
+
],
|
|
1875
|
+
[
|
|
1876
|
+
51.06035665294917,
|
|
1877
|
+
5.211705532693188
|
|
1878
|
+
],
|
|
1879
|
+
[
|
|
1880
|
+
68.24537037037044,
|
|
1881
|
+
11.257283950617285
|
|
1882
|
+
],
|
|
1883
|
+
[
|
|
1884
|
+
85.24211248285326,
|
|
1885
|
+
19.179076360310923
|
|
1886
|
+
],
|
|
1887
|
+
[
|
|
1888
|
+
102.08196159122087,
|
|
1889
|
+
28.66438042981253
|
|
1890
|
+
],
|
|
1891
|
+
[
|
|
1892
|
+
118.79629629629642,
|
|
1893
|
+
39.400493827160496
|
|
1894
|
+
],
|
|
1895
|
+
[
|
|
1896
|
+
135.41649519890268,
|
|
1897
|
+
51.07471422039324
|
|
1898
|
+
],
|
|
1899
|
+
[
|
|
1900
|
+
151.97393689986268,
|
|
1901
|
+
63.37433927754916
|
|
1902
|
+
],
|
|
1903
|
+
[
|
|
1904
|
+
168.5,
|
|
1905
|
+
75.98666666666668
|
|
1906
|
+
],
|
|
1907
|
+
[
|
|
1908
|
+
185.0260631001372,
|
|
1909
|
+
88.5989940557842
|
|
1910
|
+
],
|
|
1911
|
+
[
|
|
1912
|
+
201.58350480109743,
|
|
1913
|
+
100.89861911294011
|
|
1914
|
+
],
|
|
1915
|
+
[
|
|
1916
|
+
218.2037037037037,
|
|
1917
|
+
112.57283950617281
|
|
1918
|
+
],
|
|
1919
|
+
[
|
|
1920
|
+
234.918038408779,
|
|
1921
|
+
123.3089529035208
|
|
1922
|
+
],
|
|
1923
|
+
[
|
|
1924
|
+
251.75788751714663,
|
|
1925
|
+
132.79425697302239
|
|
1926
|
+
],
|
|
1927
|
+
[
|
|
1928
|
+
268.7546296296298,
|
|
1929
|
+
140.71604938271605
|
|
1930
|
+
],
|
|
1931
|
+
[
|
|
1932
|
+
285.93964334705083,
|
|
1933
|
+
146.76162780064016
|
|
1934
|
+
],
|
|
1935
|
+
[
|
|
1936
|
+
303.34430727023323,
|
|
1937
|
+
150.61828989483308
|
|
1938
|
+
],
|
|
1939
|
+
[
|
|
1940
|
+
321,
|
|
1941
|
+
151.97333333333333
|
|
1942
|
+
],
|
|
1943
|
+
[
|
|
1944
|
+
337,
|
|
1945
|
+
151.97333333333333
|
|
1946
|
+
]
|
|
1947
|
+
],
|
|
1948
|
+
"lastCommittedPoint": null,
|
|
1949
|
+
"startBinding": {
|
|
1950
|
+
"elementId": "shape-F-000000hm",
|
|
1951
|
+
"focus": 0,
|
|
1952
|
+
"gap": 8
|
|
1953
|
+
},
|
|
1954
|
+
"endBinding": {
|
|
1955
|
+
"elementId": "shape-FWX-000000jg",
|
|
1956
|
+
"focus": 0,
|
|
1957
|
+
"gap": 8
|
|
1958
|
+
},
|
|
1959
|
+
"startArrowhead": null,
|
|
1960
|
+
"endArrowhead": "arrow",
|
|
1961
|
+
"elbowed": false,
|
|
1962
|
+
"index": null
|
|
1963
|
+
},
|
|
1964
|
+
{
|
|
1965
|
+
"id": "arrow-SEC-TFC-000000is",
|
|
1966
|
+
"type": "arrow",
|
|
1967
|
+
"x": 865,
|
|
1968
|
+
"y": 190,
|
|
1969
|
+
"width": 425,
|
|
1970
|
+
"height": 146,
|
|
1971
|
+
"angle": 0,
|
|
1972
|
+
"strokeColor": "#2E7D74",
|
|
1973
|
+
"backgroundColor": "transparent",
|
|
1974
|
+
"fillStyle": "solid",
|
|
1975
|
+
"strokeWidth": 2,
|
|
1976
|
+
"strokeStyle": "solid",
|
|
1977
|
+
"roughness": 1,
|
|
1978
|
+
"opacity": 100,
|
|
1979
|
+
"groupIds": [],
|
|
1980
|
+
"frameId": null,
|
|
1981
|
+
"roundness": null,
|
|
1982
|
+
"seed": 676,
|
|
1983
|
+
"version": 1,
|
|
1984
|
+
"versionNonce": 676,
|
|
1985
|
+
"isDeleted": false,
|
|
1986
|
+
"boundElements": [],
|
|
1987
|
+
"updated": 1,
|
|
1988
|
+
"link": null,
|
|
1989
|
+
"locked": false,
|
|
1990
|
+
"points": [
|
|
1991
|
+
[
|
|
1992
|
+
0,
|
|
1993
|
+
0
|
|
1994
|
+
],
|
|
1995
|
+
[
|
|
1996
|
+
-16,
|
|
1997
|
+
0
|
|
1998
|
+
],
|
|
1999
|
+
[
|
|
2000
|
+
-38.74979423868331,
|
|
2001
|
+
1.3017832647462058
|
|
2002
|
+
],
|
|
2003
|
+
[
|
|
2004
|
+
-61.1761316872429,
|
|
2005
|
+
5.006858710562398
|
|
2006
|
+
],
|
|
2007
|
+
[
|
|
2008
|
+
-83.31944444444434,
|
|
2009
|
+
10.81481481481481
|
|
2010
|
+
],
|
|
2011
|
+
[
|
|
2012
|
+
-105.22016460905343,
|
|
2013
|
+
18.425240054869676
|
|
2014
|
+
],
|
|
2015
|
+
[
|
|
2016
|
+
-126.91872427983537,
|
|
2017
|
+
27.537722908093286
|
|
2018
|
+
],
|
|
2019
|
+
[
|
|
2020
|
+
-148.4555555555554,
|
|
2021
|
+
37.85185185185185
|
|
2022
|
+
],
|
|
2023
|
+
[
|
|
2024
|
+
-169.87109053497932,
|
|
2025
|
+
49.06721536351168
|
|
2026
|
+
],
|
|
2027
|
+
[
|
|
2028
|
+
-191.20576131687233,
|
|
2029
|
+
60.883401920438956
|
|
2030
|
+
],
|
|
2031
|
+
[
|
|
2032
|
+
-212.5,
|
|
2033
|
+
73
|
|
2034
|
+
],
|
|
2035
|
+
[
|
|
2036
|
+
-233.79423868312756,
|
|
2037
|
+
85.11659807956107
|
|
2038
|
+
],
|
|
2039
|
+
[
|
|
2040
|
+
-255.12890946502057,
|
|
2041
|
+
96.93278463648835
|
|
2042
|
+
],
|
|
2043
|
+
[
|
|
2044
|
+
-276.5444444444445,
|
|
2045
|
+
108.14814814814815
|
|
2046
|
+
],
|
|
2047
|
+
[
|
|
2048
|
+
-298.0812757201646,
|
|
2049
|
+
118.46227709190674
|
|
2050
|
+
],
|
|
2051
|
+
[
|
|
2052
|
+
-319.77983539094646,
|
|
2053
|
+
127.57475994513038
|
|
2054
|
+
],
|
|
2055
|
+
[
|
|
2056
|
+
-341.68055555555554,
|
|
2057
|
+
135.18518518518522
|
|
2058
|
+
],
|
|
2059
|
+
[
|
|
2060
|
+
-363.8238683127572,
|
|
2061
|
+
140.99314128943757
|
|
2062
|
+
],
|
|
2063
|
+
[
|
|
2064
|
+
-386.25020576131686,
|
|
2065
|
+
144.69821673525377
|
|
2066
|
+
],
|
|
2067
|
+
[
|
|
2068
|
+
-409,
|
|
2069
|
+
146
|
|
2070
|
+
],
|
|
2071
|
+
[
|
|
2072
|
+
-425,
|
|
2073
|
+
146
|
|
2074
|
+
]
|
|
2075
|
+
],
|
|
2076
|
+
"lastCommittedPoint": null,
|
|
2077
|
+
"startBinding": {
|
|
2078
|
+
"elementId": "shape-SEC-000000mk",
|
|
2079
|
+
"focus": 0,
|
|
2080
|
+
"gap": 8
|
|
2081
|
+
},
|
|
2082
|
+
"endBinding": {
|
|
2083
|
+
"elementId": "shape-TFC-000000jo",
|
|
2084
|
+
"focus": 0,
|
|
2085
|
+
"gap": 8
|
|
2086
|
+
},
|
|
2087
|
+
"startArrowhead": null,
|
|
2088
|
+
"endArrowhead": "arrow",
|
|
2089
|
+
"elbowed": false,
|
|
2090
|
+
"index": null
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
"id": "arrow-SEC-WP-000000o0",
|
|
2094
|
+
"type": "arrow",
|
|
2095
|
+
"x": 865,
|
|
2096
|
+
"y": 198.95999999999998,
|
|
2097
|
+
"width": 128,
|
|
2098
|
+
"height": 131.06666666666666,
|
|
2099
|
+
"angle": 0,
|
|
2100
|
+
"strokeColor": "#2E7D74",
|
|
2101
|
+
"backgroundColor": "transparent",
|
|
2102
|
+
"fillStyle": "solid",
|
|
2103
|
+
"strokeWidth": 2,
|
|
2104
|
+
"strokeStyle": "solid",
|
|
2105
|
+
"roughness": 1,
|
|
2106
|
+
"opacity": 100,
|
|
2107
|
+
"groupIds": [],
|
|
2108
|
+
"frameId": null,
|
|
2109
|
+
"roundness": null,
|
|
2110
|
+
"seed": 864,
|
|
2111
|
+
"version": 1,
|
|
2112
|
+
"versionNonce": 864,
|
|
2113
|
+
"isDeleted": false,
|
|
2114
|
+
"boundElements": [],
|
|
2115
|
+
"updated": 1,
|
|
2116
|
+
"link": null,
|
|
2117
|
+
"locked": false,
|
|
2118
|
+
"points": [
|
|
2119
|
+
[
|
|
2120
|
+
0,
|
|
2121
|
+
0
|
|
2122
|
+
],
|
|
2123
|
+
[
|
|
2124
|
+
-16,
|
|
2125
|
+
0
|
|
2126
|
+
],
|
|
2127
|
+
[
|
|
2128
|
+
-21.557201646090675,
|
|
2129
|
+
1.1686328303611901
|
|
2130
|
+
],
|
|
2131
|
+
[
|
|
2132
|
+
-27.035390946502048,
|
|
2133
|
+
4.494741655235458
|
|
2134
|
+
],
|
|
2135
|
+
[
|
|
2136
|
+
-32.44444444444434,
|
|
2137
|
+
9.708641975308666
|
|
2138
|
+
],
|
|
2139
|
+
[
|
|
2140
|
+
-37.794238683127446,
|
|
2141
|
+
16.54064929126659
|
|
2142
|
+
],
|
|
2143
|
+
[
|
|
2144
|
+
-43.09465020576113,
|
|
2145
|
+
24.721079103795148
|
|
2146
|
+
],
|
|
2147
|
+
[
|
|
2148
|
+
-48.3555555555555,
|
|
2149
|
+
33.98024691358029
|
|
2150
|
+
],
|
|
2151
|
+
[
|
|
2152
|
+
-53.58683127571999,
|
|
2153
|
+
44.04846822130776
|
|
2154
|
+
],
|
|
2155
|
+
[
|
|
2156
|
+
-58.79835390946505,
|
|
2157
|
+
54.656058527663475
|
|
2158
|
+
],
|
|
2159
|
+
[
|
|
2160
|
+
-64,
|
|
2161
|
+
65.53333333333336
|
|
2162
|
+
],
|
|
2163
|
+
[
|
|
2164
|
+
-69.20164609053495,
|
|
2165
|
+
76.41060813900316
|
|
2166
|
+
],
|
|
2167
|
+
[
|
|
2168
|
+
-74.4131687242799,
|
|
2169
|
+
87.01819844535896
|
|
2170
|
+
],
|
|
2171
|
+
[
|
|
2172
|
+
-79.6444444444445,
|
|
2173
|
+
97.08641975308643
|
|
2174
|
+
],
|
|
2175
|
+
[
|
|
2176
|
+
-84.90534979423865,
|
|
2177
|
+
106.34558756287151
|
|
2178
|
+
],
|
|
2179
|
+
[
|
|
2180
|
+
-90.20576131687244,
|
|
2181
|
+
114.5260173754001
|
|
2182
|
+
],
|
|
2183
|
+
[
|
|
2184
|
+
-95.55555555555543,
|
|
2185
|
+
121.35802469135803
|
|
2186
|
+
],
|
|
2187
|
+
[
|
|
2188
|
+
-100.96460905349795,
|
|
2189
|
+
126.57192501143118
|
|
2190
|
+
],
|
|
2191
|
+
[
|
|
2192
|
+
-106.44279835390944,
|
|
2193
|
+
129.8980338363054
|
|
2194
|
+
],
|
|
2195
|
+
[
|
|
2196
|
+
-112,
|
|
2197
|
+
131.06666666666666
|
|
2198
|
+
],
|
|
2199
|
+
[
|
|
2200
|
+
-128,
|
|
2201
|
+
131.06666666666666
|
|
2202
|
+
]
|
|
2203
|
+
],
|
|
2204
|
+
"lastCommittedPoint": null,
|
|
2205
|
+
"startBinding": {
|
|
2206
|
+
"elementId": "shape-SEC-000000mk",
|
|
2207
|
+
"focus": 0,
|
|
2208
|
+
"gap": 8
|
|
2209
|
+
},
|
|
2210
|
+
"endBinding": {
|
|
2211
|
+
"elementId": "shape-WP-000000lg",
|
|
2212
|
+
"focus": 0,
|
|
2213
|
+
"gap": 8
|
|
2214
|
+
},
|
|
2215
|
+
"startArrowhead": null,
|
|
2216
|
+
"endArrowhead": "arrow",
|
|
2217
|
+
"elbowed": false,
|
|
2218
|
+
"index": null
|
|
2219
|
+
},
|
|
2220
|
+
{
|
|
2221
|
+
"id": "arrow-SEC-WX-0000007x",
|
|
2222
|
+
"type": "arrow",
|
|
2223
|
+
"x": 969,
|
|
2224
|
+
"y": 218,
|
|
2225
|
+
"width": 39,
|
|
2226
|
+
"height": 90,
|
|
2227
|
+
"angle": 0,
|
|
2228
|
+
"strokeColor": "#2E7D74",
|
|
2229
|
+
"backgroundColor": "transparent",
|
|
2230
|
+
"fillStyle": "solid",
|
|
2231
|
+
"strokeWidth": 2,
|
|
2232
|
+
"strokeStyle": "solid",
|
|
2233
|
+
"roughness": 1,
|
|
2234
|
+
"opacity": 100,
|
|
2235
|
+
"groupIds": [],
|
|
2236
|
+
"frameId": null,
|
|
2237
|
+
"roundness": null,
|
|
2238
|
+
"seed": 285,
|
|
2239
|
+
"version": 1,
|
|
2240
|
+
"versionNonce": 285,
|
|
2241
|
+
"isDeleted": false,
|
|
2242
|
+
"boundElements": [],
|
|
2243
|
+
"updated": 1,
|
|
2244
|
+
"link": null,
|
|
2245
|
+
"locked": false,
|
|
2246
|
+
"points": [
|
|
2247
|
+
[
|
|
2248
|
+
0,
|
|
2249
|
+
0
|
|
2250
|
+
],
|
|
2251
|
+
[
|
|
2252
|
+
0,
|
|
2253
|
+
16
|
|
2254
|
+
],
|
|
2255
|
+
[
|
|
2256
|
+
-0.3477366255145853,
|
|
2257
|
+
19.875171467764034
|
|
2258
|
+
],
|
|
2259
|
+
[
|
|
2260
|
+
-1.337448559670861,
|
|
2261
|
+
23.519890260630973
|
|
2262
|
+
],
|
|
2263
|
+
[
|
|
2264
|
+
-2.888888888888687,
|
|
2265
|
+
26.962962962962962
|
|
2266
|
+
],
|
|
2267
|
+
[
|
|
2268
|
+
-4.921810699588377,
|
|
2269
|
+
30.233196159122087
|
|
2270
|
+
],
|
|
2271
|
+
[
|
|
2272
|
+
-7.355967078189224,
|
|
2273
|
+
33.35939643347052
|
|
2274
|
+
],
|
|
2275
|
+
[
|
|
2276
|
+
-10.111111111111086,
|
|
2277
|
+
36.37037037037038
|
|
2278
|
+
],
|
|
2279
|
+
[
|
|
2280
|
+
-13.106995884773482,
|
|
2281
|
+
39.29492455418381
|
|
2282
|
+
],
|
|
2283
|
+
[
|
|
2284
|
+
-16.263374485596614,
|
|
2285
|
+
42.161865569273004
|
|
2286
|
+
],
|
|
2287
|
+
[
|
|
2288
|
+
-19.5,
|
|
2289
|
+
45
|
|
2290
|
+
],
|
|
2291
|
+
[
|
|
2292
|
+
-22.736625514403272,
|
|
2293
|
+
47.838134430726996
|
|
2294
|
+
],
|
|
2295
|
+
[
|
|
2296
|
+
-25.893004115226404,
|
|
2297
|
+
50.70507544581619
|
|
2298
|
+
],
|
|
2299
|
+
[
|
|
2300
|
+
-28.888888888888914,
|
|
2301
|
+
53.62962962962962
|
|
2302
|
+
],
|
|
2303
|
+
[
|
|
2304
|
+
-31.64403292181055,
|
|
2305
|
+
56.640603566529535
|
|
2306
|
+
],
|
|
2307
|
+
[
|
|
2308
|
+
-34.07818930041151,
|
|
2309
|
+
59.76680384087791
|
|
2310
|
+
],
|
|
2311
|
+
[
|
|
2312
|
+
-36.111111111111086,
|
|
2313
|
+
63.03703703703707
|
|
2314
|
+
],
|
|
2315
|
+
[
|
|
2316
|
+
-37.66255144032914,
|
|
2317
|
+
66.48010973936903
|
|
2318
|
+
],
|
|
2319
|
+
[
|
|
2320
|
+
-38.65226337448553,
|
|
2321
|
+
70.12482853223594
|
|
2322
|
+
],
|
|
2323
|
+
[
|
|
2324
|
+
-39,
|
|
2325
|
+
74
|
|
2326
|
+
],
|
|
2327
|
+
[
|
|
2328
|
+
-39,
|
|
2329
|
+
90
|
|
2330
|
+
]
|
|
2331
|
+
],
|
|
2332
|
+
"lastCommittedPoint": null,
|
|
2333
|
+
"startBinding": {
|
|
2334
|
+
"elementId": "shape-SEC-000000mk",
|
|
2335
|
+
"focus": 0,
|
|
2336
|
+
"gap": 8
|
|
2337
|
+
},
|
|
2338
|
+
"endBinding": {
|
|
2339
|
+
"elementId": "shape-WX-0000008k",
|
|
2340
|
+
"focus": 0,
|
|
2341
|
+
"gap": 8
|
|
2342
|
+
},
|
|
2343
|
+
"startArrowhead": null,
|
|
2344
|
+
"endArrowhead": "arrow",
|
|
2345
|
+
"elbowed": false,
|
|
2346
|
+
"index": null
|
|
2347
|
+
},
|
|
2348
|
+
{
|
|
2349
|
+
"id": "arrow-WP-SP-000000js",
|
|
2350
|
+
"type": "arrow",
|
|
2351
|
+
"x": 474,
|
|
2352
|
+
"y": 336,
|
|
2353
|
+
"width": 30.37037037037038,
|
|
2354
|
+
"height": 146,
|
|
2355
|
+
"angle": 0,
|
|
2356
|
+
"strokeColor": "#2E7D74",
|
|
2357
|
+
"backgroundColor": "transparent",
|
|
2358
|
+
"fillStyle": "solid",
|
|
2359
|
+
"strokeWidth": 2,
|
|
2360
|
+
"strokeStyle": "solid",
|
|
2361
|
+
"roughness": 1,
|
|
2362
|
+
"opacity": 100,
|
|
2363
|
+
"groupIds": [],
|
|
2364
|
+
"frameId": null,
|
|
2365
|
+
"roundness": null,
|
|
2366
|
+
"seed": 712,
|
|
2367
|
+
"version": 1,
|
|
2368
|
+
"versionNonce": 712,
|
|
2369
|
+
"isDeleted": false,
|
|
2370
|
+
"boundElements": [],
|
|
2371
|
+
"updated": 1,
|
|
2372
|
+
"link": null,
|
|
2373
|
+
"locked": false,
|
|
2374
|
+
"points": [
|
|
2375
|
+
[
|
|
2376
|
+
0,
|
|
2377
|
+
0
|
|
2378
|
+
],
|
|
2379
|
+
[
|
|
2380
|
+
-16,
|
|
2381
|
+
0
|
|
2382
|
+
],
|
|
2383
|
+
[
|
|
2384
|
+
-19.179698216735346,
|
|
2385
|
+
1.3017832647461205
|
|
2386
|
+
],
|
|
2387
|
+
[
|
|
2388
|
+
-20.84499314128948,
|
|
2389
|
+
5.006858710562426
|
|
2390
|
+
],
|
|
2391
|
+
[
|
|
2392
|
+
-21.185185185185162,
|
|
2393
|
+
10.814814814814838
|
|
2394
|
+
],
|
|
2395
|
+
[
|
|
2396
|
+
-20.389574759945106,
|
|
2397
|
+
18.425240054869732
|
|
2398
|
+
],
|
|
2399
|
+
[
|
|
2400
|
+
-18.647462277091904,
|
|
2401
|
+
27.537722908093315
|
|
2402
|
+
],
|
|
2403
|
+
[
|
|
2404
|
+
-16.148148148148096,
|
|
2405
|
+
37.85185185185185
|
|
2406
|
+
],
|
|
2407
|
+
[
|
|
2408
|
+
-13.080932784636502,
|
|
2409
|
+
49.06721536351171
|
|
2410
|
+
],
|
|
2411
|
+
[
|
|
2412
|
+
-9.635116598079549,
|
|
2413
|
+
60.883401920438985
|
|
2414
|
+
],
|
|
2415
|
+
[
|
|
2416
|
+
-6,
|
|
2417
|
+
73
|
|
2418
|
+
],
|
|
2419
|
+
[
|
|
2420
|
+
-2.3648834019203946,
|
|
2421
|
+
85.11659807956107
|
|
2422
|
+
],
|
|
2423
|
+
[
|
|
2424
|
+
1.0809327846365022,
|
|
2425
|
+
96.93278463648835
|
|
2426
|
+
],
|
|
2427
|
+
[
|
|
2428
|
+
4.1481481481480955,
|
|
2429
|
+
108.14814814814815
|
|
2430
|
+
],
|
|
2431
|
+
[
|
|
2432
|
+
6.647462277091904,
|
|
2433
|
+
118.46227709190669
|
|
2434
|
+
],
|
|
2435
|
+
[
|
|
2436
|
+
8.389574759945162,
|
|
2437
|
+
127.57475994513038
|
|
2438
|
+
],
|
|
2439
|
+
[
|
|
2440
|
+
9.185185185185219,
|
|
2441
|
+
135.18518518518522
|
|
2442
|
+
],
|
|
2443
|
+
[
|
|
2444
|
+
8.844993141289478,
|
|
2445
|
+
140.99314128943757
|
|
2446
|
+
],
|
|
2447
|
+
[
|
|
2448
|
+
7.179698216735233,
|
|
2449
|
+
144.69821673525377
|
|
2450
|
+
],
|
|
2451
|
+
[
|
|
2452
|
+
4,
|
|
2453
|
+
146
|
|
2454
|
+
],
|
|
2455
|
+
[
|
|
2456
|
+
-12,
|
|
2457
|
+
146
|
|
2458
|
+
]
|
|
2459
|
+
],
|
|
2460
|
+
"lastCommittedPoint": null,
|
|
2461
|
+
"startBinding": {
|
|
2462
|
+
"elementId": "shape-WP-000000lg",
|
|
2463
|
+
"focus": 0,
|
|
2464
|
+
"gap": 8
|
|
2465
|
+
},
|
|
2466
|
+
"endBinding": {
|
|
2467
|
+
"elementId": "shape-SP-000000gg",
|
|
2468
|
+
"focus": 0,
|
|
2469
|
+
"gap": 8
|
|
2470
|
+
},
|
|
2471
|
+
"startArrowhead": null,
|
|
2472
|
+
"endArrowhead": "arrow",
|
|
2473
|
+
"elbowed": false,
|
|
2474
|
+
"index": null
|
|
2475
|
+
},
|
|
2476
|
+
{
|
|
2477
|
+
"id": "arrow-WP-GRP-000000p4",
|
|
2478
|
+
"type": "arrow",
|
|
2479
|
+
"x": 605.5,
|
|
2480
|
+
"y": 364,
|
|
2481
|
+
"width": 0.5,
|
|
2482
|
+
"height": 90,
|
|
2483
|
+
"angle": 0,
|
|
2484
|
+
"strokeColor": "#2E7D74",
|
|
2485
|
+
"backgroundColor": "transparent",
|
|
2486
|
+
"fillStyle": "solid",
|
|
2487
|
+
"strokeWidth": 2,
|
|
2488
|
+
"strokeStyle": "solid",
|
|
2489
|
+
"roughness": 1,
|
|
2490
|
+
"opacity": 100,
|
|
2491
|
+
"groupIds": [],
|
|
2492
|
+
"frameId": null,
|
|
2493
|
+
"roundness": null,
|
|
2494
|
+
"seed": 904,
|
|
2495
|
+
"version": 1,
|
|
2496
|
+
"versionNonce": 904,
|
|
2497
|
+
"isDeleted": false,
|
|
2498
|
+
"boundElements": [],
|
|
2499
|
+
"updated": 1,
|
|
2500
|
+
"link": null,
|
|
2501
|
+
"locked": false,
|
|
2502
|
+
"points": [
|
|
2503
|
+
[
|
|
2504
|
+
0,
|
|
2505
|
+
0
|
|
2506
|
+
],
|
|
2507
|
+
[
|
|
2508
|
+
0,
|
|
2509
|
+
16
|
|
2510
|
+
],
|
|
2511
|
+
[
|
|
2512
|
+
-0.004458161865727561,
|
|
2513
|
+
19.875171467764005
|
|
2514
|
+
],
|
|
2515
|
+
[
|
|
2516
|
+
-0.017146776406093522,
|
|
2517
|
+
23.519890260630973
|
|
2518
|
+
],
|
|
2519
|
+
[
|
|
2520
|
+
-0.03703703703683914,
|
|
2521
|
+
26.96296296296299
|
|
2522
|
+
],
|
|
2523
|
+
[
|
|
2524
|
+
-0.0631001371742741,
|
|
2525
|
+
30.233196159122087
|
|
2526
|
+
],
|
|
2527
|
+
[
|
|
2528
|
+
-0.09430727023311647,
|
|
2529
|
+
33.35939643347058
|
|
2530
|
+
],
|
|
2531
|
+
[
|
|
2532
|
+
-0.12962962962956226,
|
|
2533
|
+
36.37037037037044
|
|
2534
|
+
],
|
|
2535
|
+
[
|
|
2536
|
+
-0.16803840877901166,
|
|
2537
|
+
39.294924554183865
|
|
2538
|
+
],
|
|
2539
|
+
[
|
|
2540
|
+
-0.2085048010974333,
|
|
2541
|
+
42.161865569273004
|
|
2542
|
+
],
|
|
2543
|
+
[
|
|
2544
|
+
-0.25,
|
|
2545
|
+
45
|
|
2546
|
+
],
|
|
2547
|
+
[
|
|
2548
|
+
-0.2914951989025667,
|
|
2549
|
+
47.83813443072705
|
|
2550
|
+
],
|
|
2551
|
+
[
|
|
2552
|
+
-0.33196159122087465,
|
|
2553
|
+
50.70507544581619
|
|
2554
|
+
],
|
|
2555
|
+
[
|
|
2556
|
+
-0.37037037037043774,
|
|
2557
|
+
53.62962962962962
|
|
2558
|
+
],
|
|
2559
|
+
[
|
|
2560
|
+
-0.40569272976676984,
|
|
2561
|
+
56.640603566529535
|
|
2562
|
+
],
|
|
2563
|
+
[
|
|
2564
|
+
-0.4368998628258396,
|
|
2565
|
+
59.76680384087797
|
|
2566
|
+
],
|
|
2567
|
+
[
|
|
2568
|
+
-0.4629629629629335,
|
|
2569
|
+
63.03703703703707
|
|
2570
|
+
],
|
|
2571
|
+
[
|
|
2572
|
+
-0.48285322359402016,
|
|
2573
|
+
66.48010973936903
|
|
2574
|
+
],
|
|
2575
|
+
[
|
|
2576
|
+
-0.4955418381343861,
|
|
2577
|
+
70.12482853223594
|
|
2578
|
+
],
|
|
2579
|
+
[
|
|
2580
|
+
-0.5,
|
|
2581
|
+
74
|
|
2582
|
+
],
|
|
2583
|
+
[
|
|
2584
|
+
-0.5,
|
|
2585
|
+
90
|
|
2586
|
+
]
|
|
2587
|
+
],
|
|
2588
|
+
"lastCommittedPoint": null,
|
|
2589
|
+
"startBinding": {
|
|
2590
|
+
"elementId": "shape-WP-000000lg",
|
|
2591
|
+
"focus": 0,
|
|
2592
|
+
"gap": 8
|
|
2593
|
+
},
|
|
2594
|
+
"endBinding": {
|
|
2595
|
+
"elementId": "shape-GRP-000000os",
|
|
2596
|
+
"focus": 0,
|
|
2597
|
+
"gap": 8
|
|
2598
|
+
},
|
|
2599
|
+
"startArrowhead": null,
|
|
2600
|
+
"endArrowhead": "arrow",
|
|
2601
|
+
"elbowed": false,
|
|
2602
|
+
"index": null
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"id": "arrow-WP-SX-000000mk",
|
|
2606
|
+
"type": "arrow",
|
|
2607
|
+
"x": 737,
|
|
2608
|
+
"y": 341.97333333333336,
|
|
2609
|
+
"width": 39.935528120713116,
|
|
2610
|
+
"height": 140.02666666666664,
|
|
2611
|
+
"angle": 0,
|
|
2612
|
+
"strokeColor": "#2E7D74",
|
|
2613
|
+
"backgroundColor": "transparent",
|
|
2614
|
+
"fillStyle": "solid",
|
|
2615
|
+
"strokeWidth": 2,
|
|
2616
|
+
"strokeStyle": "solid",
|
|
2617
|
+
"roughness": 1,
|
|
2618
|
+
"opacity": 100,
|
|
2619
|
+
"groupIds": [],
|
|
2620
|
+
"frameId": null,
|
|
2621
|
+
"roundness": null,
|
|
2622
|
+
"seed": 812,
|
|
2623
|
+
"version": 1,
|
|
2624
|
+
"versionNonce": 812,
|
|
2625
|
+
"isDeleted": false,
|
|
2626
|
+
"boundElements": [],
|
|
2627
|
+
"updated": 1,
|
|
2628
|
+
"link": null,
|
|
2629
|
+
"locked": false,
|
|
2630
|
+
"points": [
|
|
2631
|
+
[
|
|
2632
|
+
0,
|
|
2633
|
+
0
|
|
2634
|
+
],
|
|
2635
|
+
[
|
|
2636
|
+
16,
|
|
2637
|
+
0
|
|
2638
|
+
],
|
|
2639
|
+
[
|
|
2640
|
+
19.081618655692637,
|
|
2641
|
+
1.2485230909921938
|
|
2642
|
+
],
|
|
2643
|
+
[
|
|
2644
|
+
20.467764060356558,
|
|
2645
|
+
4.802011888431593
|
|
2646
|
+
],
|
|
2647
|
+
[
|
|
2648
|
+
20.370370370370438,
|
|
2649
|
+
10.37234567901237
|
|
2650
|
+
],
|
|
2651
|
+
[
|
|
2652
|
+
19.001371742112497,
|
|
2653
|
+
17.671403749428464
|
|
2654
|
+
],
|
|
2655
|
+
[
|
|
2656
|
+
16.572702331961636,
|
|
2657
|
+
26.411065386374048
|
|
2658
|
+
],
|
|
2659
|
+
[
|
|
2660
|
+
13.296296296296418,
|
|
2661
|
+
36.303209876543235
|
|
2662
|
+
],
|
|
2663
|
+
[
|
|
2664
|
+
9.38408779149529,
|
|
2665
|
+
47.05971650663008
|
|
2666
|
+
],
|
|
2667
|
+
[
|
|
2668
|
+
5.048010973936925,
|
|
2669
|
+
58.39246456332876
|
|
2670
|
+
],
|
|
2671
|
+
[
|
|
2672
|
+
0.5,
|
|
2673
|
+
70.01333333333332
|
|
2674
|
+
],
|
|
2675
|
+
[
|
|
2676
|
+
-4.048010973936925,
|
|
2677
|
+
81.63420210333788
|
|
2678
|
+
],
|
|
2679
|
+
[
|
|
2680
|
+
-8.384087791495176,
|
|
2681
|
+
92.96695016003662
|
|
2682
|
+
],
|
|
2683
|
+
[
|
|
2684
|
+
-12.296296296296305,
|
|
2685
|
+
103.72345679012335
|
|
2686
|
+
],
|
|
2687
|
+
[
|
|
2688
|
+
-15.572702331961523,
|
|
2689
|
+
113.6156012802926
|
|
2690
|
+
],
|
|
2691
|
+
[
|
|
2692
|
+
-18.001371742112497,
|
|
2693
|
+
122.35526291723824
|
|
2694
|
+
],
|
|
2695
|
+
[
|
|
2696
|
+
-19.37037037037021,
|
|
2697
|
+
129.65432098765433
|
|
2698
|
+
],
|
|
2699
|
+
[
|
|
2700
|
+
-19.467764060356558,
|
|
2701
|
+
135.224654778235
|
|
2702
|
+
],
|
|
2703
|
+
[
|
|
2704
|
+
-18.08161865569275,
|
|
2705
|
+
138.7781435756744
|
|
2706
|
+
],
|
|
2707
|
+
[
|
|
2708
|
+
-15,
|
|
2709
|
+
140.02666666666664
|
|
2710
|
+
],
|
|
2711
|
+
[
|
|
2712
|
+
1,
|
|
2713
|
+
140.02666666666664
|
|
2714
|
+
]
|
|
2715
|
+
],
|
|
2716
|
+
"lastCommittedPoint": null,
|
|
2717
|
+
"startBinding": {
|
|
2718
|
+
"elementId": "shape-WP-000000lg",
|
|
2719
|
+
"focus": 0,
|
|
2720
|
+
"gap": 8
|
|
2721
|
+
},
|
|
2722
|
+
"endBinding": {
|
|
2723
|
+
"elementId": "shape-SX-0000008o",
|
|
2724
|
+
"focus": 0,
|
|
2725
|
+
"gap": 8
|
|
2726
|
+
},
|
|
2727
|
+
"startArrowhead": null,
|
|
2728
|
+
"endArrowhead": "arrow",
|
|
2729
|
+
"elbowed": false,
|
|
2730
|
+
"index": null
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
"id": "arrow-GRP-GP-000000hg",
|
|
2734
|
+
"type": "arrow",
|
|
2735
|
+
"x": 512,
|
|
2736
|
+
"y": 482,
|
|
2737
|
+
"width": 39,
|
|
2738
|
+
"height": 146,
|
|
2739
|
+
"angle": 0,
|
|
2740
|
+
"strokeColor": "#2E7D74",
|
|
2741
|
+
"backgroundColor": "transparent",
|
|
2742
|
+
"fillStyle": "solid",
|
|
2743
|
+
"strokeWidth": 2,
|
|
2744
|
+
"strokeStyle": "solid",
|
|
2745
|
+
"roughness": 1,
|
|
2746
|
+
"opacity": 100,
|
|
2747
|
+
"groupIds": [],
|
|
2748
|
+
"frameId": null,
|
|
2749
|
+
"roundness": null,
|
|
2750
|
+
"seed": 628,
|
|
2751
|
+
"version": 1,
|
|
2752
|
+
"versionNonce": 628,
|
|
2753
|
+
"isDeleted": false,
|
|
2754
|
+
"boundElements": [],
|
|
2755
|
+
"updated": 1,
|
|
2756
|
+
"link": null,
|
|
2757
|
+
"locked": false,
|
|
2758
|
+
"points": [
|
|
2759
|
+
[
|
|
2760
|
+
0,
|
|
2761
|
+
0
|
|
2762
|
+
],
|
|
2763
|
+
[
|
|
2764
|
+
-16,
|
|
2765
|
+
0
|
|
2766
|
+
],
|
|
2767
|
+
[
|
|
2768
|
+
-19.420438957476108,
|
|
2769
|
+
1.3017832647461773
|
|
2770
|
+
],
|
|
2771
|
+
[
|
|
2772
|
+
-21.770919067215345,
|
|
2773
|
+
5.006858710562312
|
|
2774
|
+
],
|
|
2775
|
+
[
|
|
2776
|
+
-23.185185185185105,
|
|
2777
|
+
10.814814814814781
|
|
2778
|
+
],
|
|
2779
|
+
[
|
|
2780
|
+
-23.796982167352553,
|
|
2781
|
+
18.425240054869676
|
|
2782
|
+
],
|
|
2783
|
+
[
|
|
2784
|
+
-23.740054869684457,
|
|
2785
|
+
27.537722908093315
|
|
2786
|
+
],
|
|
2787
|
+
[
|
|
2788
|
+
-23.148148148148096,
|
|
2789
|
+
37.85185185185185
|
|
2790
|
+
],
|
|
2791
|
+
[
|
|
2792
|
+
-22.15500685871052,
|
|
2793
|
+
49.067215363511764
|
|
2794
|
+
],
|
|
2795
|
+
[
|
|
2796
|
+
-20.894375857338787,
|
|
2797
|
+
60.88340192043893
|
|
2798
|
+
],
|
|
2799
|
+
[
|
|
2800
|
+
-19.5,
|
|
2801
|
+
73
|
|
2802
|
+
],
|
|
2803
|
+
[
|
|
2804
|
+
-18.105624142661156,
|
|
2805
|
+
85.11659807956107
|
|
2806
|
+
],
|
|
2807
|
+
[
|
|
2808
|
+
-16.84499314128948,
|
|
2809
|
+
96.93278463648835
|
|
2810
|
+
],
|
|
2811
|
+
[
|
|
2812
|
+
-15.851851851851848,
|
|
2813
|
+
108.14814814814815
|
|
2814
|
+
],
|
|
2815
|
+
[
|
|
2816
|
+
-15.259945130315486,
|
|
2817
|
+
118.4622770919068
|
|
2818
|
+
],
|
|
2819
|
+
[
|
|
2820
|
+
-15.203017832647447,
|
|
2821
|
+
127.57475994513038
|
|
2822
|
+
],
|
|
2823
|
+
[
|
|
2824
|
+
-15.814814814814724,
|
|
2825
|
+
135.18518518518522
|
|
2826
|
+
],
|
|
2827
|
+
[
|
|
2828
|
+
-17.229080932784655,
|
|
2829
|
+
140.99314128943763
|
|
2830
|
+
],
|
|
2831
|
+
[
|
|
2832
|
+
-19.579561042524006,
|
|
2833
|
+
144.6982167352537
|
|
2834
|
+
],
|
|
2835
|
+
[
|
|
2836
|
+
-23,
|
|
2837
|
+
146
|
|
2838
|
+
],
|
|
2839
|
+
[
|
|
2840
|
+
-39,
|
|
2841
|
+
146
|
|
2842
|
+
]
|
|
2843
|
+
],
|
|
2844
|
+
"lastCommittedPoint": null,
|
|
2845
|
+
"startBinding": {
|
|
2846
|
+
"elementId": "shape-GRP-000000os",
|
|
2847
|
+
"focus": 0,
|
|
2848
|
+
"gap": 8
|
|
2849
|
+
},
|
|
2850
|
+
"endBinding": {
|
|
2851
|
+
"elementId": "shape-GP-00000090",
|
|
2852
|
+
"focus": 0,
|
|
2853
|
+
"gap": 8
|
|
2854
|
+
},
|
|
2855
|
+
"startArrowhead": null,
|
|
2856
|
+
"endArrowhead": "arrow",
|
|
2857
|
+
"elbowed": false,
|
|
2858
|
+
"index": null
|
|
2859
|
+
},
|
|
2860
|
+
{
|
|
2861
|
+
"id": "arrow-GRP-ROW-000000rk",
|
|
2862
|
+
"type": "arrow",
|
|
2863
|
+
"x": 605,
|
|
2864
|
+
"y": 510,
|
|
2865
|
+
"width": 2.2737367544323206e-13,
|
|
2866
|
+
"height": 90,
|
|
2867
|
+
"angle": 0,
|
|
2868
|
+
"strokeColor": "#2E7D74",
|
|
2869
|
+
"backgroundColor": "transparent",
|
|
2870
|
+
"fillStyle": "solid",
|
|
2871
|
+
"strokeWidth": 2,
|
|
2872
|
+
"strokeStyle": "solid",
|
|
2873
|
+
"roughness": 1,
|
|
2874
|
+
"opacity": 100,
|
|
2875
|
+
"groupIds": [],
|
|
2876
|
+
"frameId": null,
|
|
2877
|
+
"roundness": null,
|
|
2878
|
+
"seed": 992,
|
|
2879
|
+
"version": 1,
|
|
2880
|
+
"versionNonce": 992,
|
|
2881
|
+
"isDeleted": false,
|
|
2882
|
+
"boundElements": [],
|
|
2883
|
+
"updated": 1,
|
|
2884
|
+
"link": null,
|
|
2885
|
+
"locked": false,
|
|
2886
|
+
"points": [
|
|
2887
|
+
[
|
|
2888
|
+
0,
|
|
2889
|
+
0
|
|
2890
|
+
],
|
|
2891
|
+
[
|
|
2892
|
+
0,
|
|
2893
|
+
16
|
|
2894
|
+
],
|
|
2895
|
+
[
|
|
2896
|
+
-1.1368683772161603e-13,
|
|
2897
|
+
19.87517146776395
|
|
2898
|
+
],
|
|
2899
|
+
[
|
|
2900
|
+
-1.1368683772161603e-13,
|
|
2901
|
+
23.519890260630973
|
|
2902
|
+
],
|
|
2903
|
+
[
|
|
2904
|
+
1.1368683772161603e-13,
|
|
2905
|
+
26.962962962963047
|
|
2906
|
+
],
|
|
2907
|
+
[
|
|
2908
|
+
0,
|
|
2909
|
+
30.233196159122144
|
|
2910
|
+
],
|
|
2911
|
+
[
|
|
2912
|
+
0,
|
|
2913
|
+
33.35939643347058
|
|
2914
|
+
],
|
|
2915
|
+
[
|
|
2916
|
+
1.1368683772161603e-13,
|
|
2917
|
+
36.37037037037044
|
|
2918
|
+
],
|
|
2919
|
+
[
|
|
2920
|
+
1.1368683772161603e-13,
|
|
2921
|
+
39.29492455418381
|
|
2922
|
+
],
|
|
2923
|
+
[
|
|
2924
|
+
0,
|
|
2925
|
+
42.161865569273004
|
|
2926
|
+
],
|
|
2927
|
+
[
|
|
2928
|
+
0,
|
|
2929
|
+
45
|
|
2930
|
+
],
|
|
2931
|
+
[
|
|
2932
|
+
0,
|
|
2933
|
+
47.838134430726996
|
|
2934
|
+
],
|
|
2935
|
+
[
|
|
2936
|
+
0,
|
|
2937
|
+
50.70507544581619
|
|
2938
|
+
],
|
|
2939
|
+
[
|
|
2940
|
+
0,
|
|
2941
|
+
53.629629629629676
|
|
2942
|
+
],
|
|
2943
|
+
[
|
|
2944
|
+
0,
|
|
2945
|
+
56.640603566529535
|
|
2946
|
+
],
|
|
2947
|
+
[
|
|
2948
|
+
0,
|
|
2949
|
+
59.76680384087797
|
|
2950
|
+
],
|
|
2951
|
+
[
|
|
2952
|
+
0,
|
|
2953
|
+
63.03703703703707
|
|
2954
|
+
],
|
|
2955
|
+
[
|
|
2956
|
+
0,
|
|
2957
|
+
66.48010973936903
|
|
2958
|
+
],
|
|
2959
|
+
[
|
|
2960
|
+
0,
|
|
2961
|
+
70.12482853223594
|
|
2962
|
+
],
|
|
2963
|
+
[
|
|
2964
|
+
0,
|
|
2965
|
+
74
|
|
2966
|
+
],
|
|
2967
|
+
[
|
|
2968
|
+
0,
|
|
2969
|
+
90
|
|
2970
|
+
]
|
|
2971
|
+
],
|
|
2972
|
+
"lastCommittedPoint": null,
|
|
2973
|
+
"startBinding": {
|
|
2974
|
+
"elementId": "shape-GRP-000000os",
|
|
2975
|
+
"focus": 0,
|
|
2976
|
+
"gap": 8
|
|
2977
|
+
},
|
|
2978
|
+
"endBinding": {
|
|
2979
|
+
"elementId": "shape-ROW-000000p0",
|
|
2980
|
+
"focus": 0,
|
|
2981
|
+
"gap": 8
|
|
2982
|
+
},
|
|
2983
|
+
"startArrowhead": null,
|
|
2984
|
+
"endArrowhead": "arrow",
|
|
2985
|
+
"elbowed": false,
|
|
2986
|
+
"index": null
|
|
2987
|
+
},
|
|
2988
|
+
{
|
|
2989
|
+
"id": "arrow-GRP-GX-000000ag",
|
|
2990
|
+
"type": "arrow",
|
|
2991
|
+
"x": 698,
|
|
2992
|
+
"y": 482,
|
|
2993
|
+
"width": 29,
|
|
2994
|
+
"height": 146,
|
|
2995
|
+
"angle": 0,
|
|
2996
|
+
"strokeColor": "#2E7D74",
|
|
2997
|
+
"backgroundColor": "transparent",
|
|
2998
|
+
"fillStyle": "solid",
|
|
2999
|
+
"strokeWidth": 2,
|
|
3000
|
+
"strokeStyle": "solid",
|
|
3001
|
+
"roughness": 1,
|
|
3002
|
+
"opacity": 100,
|
|
3003
|
+
"groupIds": [],
|
|
3004
|
+
"frameId": null,
|
|
3005
|
+
"roundness": null,
|
|
3006
|
+
"seed": 376,
|
|
3007
|
+
"version": 1,
|
|
3008
|
+
"versionNonce": 376,
|
|
3009
|
+
"isDeleted": false,
|
|
3010
|
+
"boundElements": [],
|
|
3011
|
+
"updated": 1,
|
|
3012
|
+
"link": null,
|
|
3013
|
+
"locked": false,
|
|
3014
|
+
"points": [
|
|
3015
|
+
[
|
|
3016
|
+
0,
|
|
3017
|
+
0
|
|
3018
|
+
],
|
|
3019
|
+
[
|
|
3020
|
+
16,
|
|
3021
|
+
0
|
|
3022
|
+
],
|
|
3023
|
+
[
|
|
3024
|
+
19.3312757201644,
|
|
3025
|
+
1.3017832647461773
|
|
3026
|
+
],
|
|
3027
|
+
[
|
|
3028
|
+
21.427983539094612,
|
|
3029
|
+
5.006858710562312
|
|
3030
|
+
],
|
|
3031
|
+
[
|
|
3032
|
+
22.44444444444457,
|
|
3033
|
+
10.814814814814781
|
|
3034
|
+
],
|
|
3035
|
+
[
|
|
3036
|
+
22.53497942386832,
|
|
3037
|
+
18.425240054869676
|
|
3038
|
+
],
|
|
3039
|
+
[
|
|
3040
|
+
21.853909465020706,
|
|
3041
|
+
27.537722908093315
|
|
3042
|
+
],
|
|
3043
|
+
[
|
|
3044
|
+
20.555555555555657,
|
|
3045
|
+
37.85185185185185
|
|
3046
|
+
],
|
|
3047
|
+
[
|
|
3048
|
+
18.794238683127674,
|
|
3049
|
+
49.067215363511764
|
|
3050
|
+
],
|
|
3051
|
+
[
|
|
3052
|
+
16.724279835390917,
|
|
3053
|
+
60.88340192043893
|
|
3054
|
+
],
|
|
3055
|
+
[
|
|
3056
|
+
14.5,
|
|
3057
|
+
73
|
|
3058
|
+
],
|
|
3059
|
+
[
|
|
3060
|
+
12.275720164609083,
|
|
3061
|
+
85.11659807956107
|
|
3062
|
+
],
|
|
3063
|
+
[
|
|
3064
|
+
10.20576131687244,
|
|
3065
|
+
96.93278463648835
|
|
3066
|
+
],
|
|
3067
|
+
[
|
|
3068
|
+
8.444444444444457,
|
|
3069
|
+
108.14814814814815
|
|
3070
|
+
],
|
|
3071
|
+
[
|
|
3072
|
+
7.1460905349794075,
|
|
3073
|
+
118.4622770919068
|
|
3074
|
+
],
|
|
3075
|
+
[
|
|
3076
|
+
6.465020576131678,
|
|
3077
|
+
127.57475994513038
|
|
3078
|
+
],
|
|
3079
|
+
[
|
|
3080
|
+
6.555555555555657,
|
|
3081
|
+
135.18518518518522
|
|
3082
|
+
],
|
|
3083
|
+
[
|
|
3084
|
+
7.572016460905388,
|
|
3085
|
+
140.99314128943763
|
|
3086
|
+
],
|
|
3087
|
+
[
|
|
3088
|
+
9.668724279835374,
|
|
3089
|
+
144.6982167352537
|
|
3090
|
+
],
|
|
3091
|
+
[
|
|
3092
|
+
13,
|
|
3093
|
+
146
|
|
3094
|
+
],
|
|
3095
|
+
[
|
|
3096
|
+
29,
|
|
3097
|
+
146
|
|
3098
|
+
]
|
|
3099
|
+
],
|
|
3100
|
+
"lastCommittedPoint": null,
|
|
3101
|
+
"startBinding": {
|
|
3102
|
+
"elementId": "shape-GRP-000000os",
|
|
3103
|
+
"focus": 0,
|
|
3104
|
+
"gap": 8
|
|
3105
|
+
},
|
|
3106
|
+
"endBinding": {
|
|
3107
|
+
"elementId": "shape-GX-000000bt",
|
|
3108
|
+
"focus": 0,
|
|
3109
|
+
"gap": 8
|
|
3110
|
+
},
|
|
3111
|
+
"startArrowhead": null,
|
|
3112
|
+
"endArrowhead": "arrow",
|
|
3113
|
+
"elbowed": false,
|
|
3114
|
+
"index": null
|
|
3115
|
+
},
|
|
3116
|
+
{
|
|
3117
|
+
"id": "arrow-ROW-RP-000000f8",
|
|
3118
|
+
"type": "arrow",
|
|
3119
|
+
"x": 523,
|
|
3120
|
+
"y": 628,
|
|
3121
|
+
"width": 61,
|
|
3122
|
+
"height": 146,
|
|
3123
|
+
"angle": 0,
|
|
3124
|
+
"strokeColor": "#2E7D74",
|
|
3125
|
+
"backgroundColor": "transparent",
|
|
3126
|
+
"fillStyle": "solid",
|
|
3127
|
+
"strokeWidth": 2,
|
|
3128
|
+
"strokeStyle": "solid",
|
|
3129
|
+
"roughness": 1,
|
|
3130
|
+
"opacity": 100,
|
|
3131
|
+
"groupIds": [],
|
|
3132
|
+
"frameId": null,
|
|
3133
|
+
"roundness": null,
|
|
3134
|
+
"seed": 548,
|
|
3135
|
+
"version": 1,
|
|
3136
|
+
"versionNonce": 548,
|
|
3137
|
+
"isDeleted": false,
|
|
3138
|
+
"boundElements": [],
|
|
3139
|
+
"updated": 1,
|
|
3140
|
+
"link": null,
|
|
3141
|
+
"locked": false,
|
|
3142
|
+
"points": [
|
|
3143
|
+
[
|
|
3144
|
+
0,
|
|
3145
|
+
0
|
|
3146
|
+
],
|
|
3147
|
+
[
|
|
3148
|
+
-16,
|
|
3149
|
+
0
|
|
3150
|
+
],
|
|
3151
|
+
[
|
|
3152
|
+
-19.61659807956113,
|
|
3153
|
+
1.3017832647460637
|
|
3154
|
+
],
|
|
3155
|
+
[
|
|
3156
|
+
-22.52537722908096,
|
|
3157
|
+
5.006858710562483
|
|
3158
|
+
],
|
|
3159
|
+
[
|
|
3160
|
+
-24.814814814814724,
|
|
3161
|
+
10.814814814814895
|
|
3162
|
+
],
|
|
3163
|
+
[
|
|
3164
|
+
-26.573388203017828,
|
|
3165
|
+
18.425240054869732
|
|
3166
|
+
],
|
|
3167
|
+
[
|
|
3168
|
+
-27.889574759945106,
|
|
3169
|
+
27.537722908093315
|
|
3170
|
+
],
|
|
3171
|
+
[
|
|
3172
|
+
-28.851851851851848,
|
|
3173
|
+
37.85185185185185
|
|
3174
|
+
],
|
|
3175
|
+
[
|
|
3176
|
+
-29.54869684499306,
|
|
3177
|
+
49.06721536351165
|
|
3178
|
+
],
|
|
3179
|
+
[
|
|
3180
|
+
-30.06858710562409,
|
|
3181
|
+
60.88340192043893
|
|
3182
|
+
],
|
|
3183
|
+
[
|
|
3184
|
+
-30.5,
|
|
3185
|
+
73
|
|
3186
|
+
],
|
|
3187
|
+
[
|
|
3188
|
+
-30.931412894375796,
|
|
3189
|
+
85.11659807956096
|
|
3190
|
+
],
|
|
3191
|
+
[
|
|
3192
|
+
-31.45130315500694,
|
|
3193
|
+
96.93278463648835
|
|
3194
|
+
],
|
|
3195
|
+
[
|
|
3196
|
+
-32.14814814814815,
|
|
3197
|
+
108.14814814814815
|
|
3198
|
+
],
|
|
3199
|
+
[
|
|
3200
|
+
-33.11042524005484,
|
|
3201
|
+
118.46227709190669
|
|
3202
|
+
],
|
|
3203
|
+
[
|
|
3204
|
+
-34.426611796982115,
|
|
3205
|
+
127.57475994513038
|
|
3206
|
+
],
|
|
3207
|
+
[
|
|
3208
|
+
-36.185185185185105,
|
|
3209
|
+
135.18518518518522
|
|
3210
|
+
],
|
|
3211
|
+
[
|
|
3212
|
+
-38.47462277091904,
|
|
3213
|
+
140.99314128943752
|
|
3214
|
+
],
|
|
3215
|
+
[
|
|
3216
|
+
-41.38340192043893,
|
|
3217
|
+
144.6982167352537
|
|
3218
|
+
],
|
|
3219
|
+
[
|
|
3220
|
+
-45,
|
|
3221
|
+
146
|
|
3222
|
+
],
|
|
3223
|
+
[
|
|
3224
|
+
-61,
|
|
3225
|
+
146
|
|
3226
|
+
]
|
|
3227
|
+
],
|
|
3228
|
+
"lastCommittedPoint": null,
|
|
3229
|
+
"startBinding": {
|
|
3230
|
+
"elementId": "shape-ROW-000000p0",
|
|
3231
|
+
"focus": 0,
|
|
3232
|
+
"gap": 8
|
|
3233
|
+
},
|
|
3234
|
+
"endBinding": {
|
|
3235
|
+
"elementId": "shape-RP-00000060",
|
|
3236
|
+
"focus": 0,
|
|
3237
|
+
"gap": 8
|
|
3238
|
+
},
|
|
3239
|
+
"startArrowhead": null,
|
|
3240
|
+
"endArrowhead": "arrow",
|
|
3241
|
+
"elbowed": false,
|
|
3242
|
+
"index": null
|
|
3243
|
+
},
|
|
3244
|
+
{
|
|
3245
|
+
"id": "arrow-ROW-INP-0000004m",
|
|
3246
|
+
"type": "arrow",
|
|
3247
|
+
"x": 605,
|
|
3248
|
+
"y": 656,
|
|
3249
|
+
"width": 2.2737367544323206e-13,
|
|
3250
|
+
"height": 90,
|
|
3251
|
+
"angle": 0,
|
|
3252
|
+
"strokeColor": "#2E7D74",
|
|
3253
|
+
"backgroundColor": "transparent",
|
|
3254
|
+
"fillStyle": "solid",
|
|
3255
|
+
"strokeWidth": 2,
|
|
3256
|
+
"strokeStyle": "solid",
|
|
3257
|
+
"roughness": 1,
|
|
3258
|
+
"opacity": 100,
|
|
3259
|
+
"groupIds": [],
|
|
3260
|
+
"frameId": null,
|
|
3261
|
+
"roundness": null,
|
|
3262
|
+
"seed": 166,
|
|
3263
|
+
"version": 1,
|
|
3264
|
+
"versionNonce": 166,
|
|
3265
|
+
"isDeleted": false,
|
|
3266
|
+
"boundElements": [],
|
|
3267
|
+
"updated": 1,
|
|
3268
|
+
"link": null,
|
|
3269
|
+
"locked": false,
|
|
3270
|
+
"points": [
|
|
3271
|
+
[
|
|
3272
|
+
0,
|
|
3273
|
+
0
|
|
3274
|
+
],
|
|
3275
|
+
[
|
|
3276
|
+
0,
|
|
3277
|
+
16
|
|
3278
|
+
],
|
|
3279
|
+
[
|
|
3280
|
+
-1.1368683772161603e-13,
|
|
3281
|
+
19.875171467764062
|
|
3282
|
+
],
|
|
3283
|
+
[
|
|
3284
|
+
-1.1368683772161603e-13,
|
|
3285
|
+
23.519890260630973
|
|
3286
|
+
],
|
|
3287
|
+
[
|
|
3288
|
+
1.1368683772161603e-13,
|
|
3289
|
+
26.96296296296316
|
|
3290
|
+
],
|
|
3291
|
+
[
|
|
3292
|
+
0,
|
|
3293
|
+
30.233196159122144
|
|
3294
|
+
],
|
|
3295
|
+
[
|
|
3296
|
+
0,
|
|
3297
|
+
33.359396433470465
|
|
3298
|
+
],
|
|
3299
|
+
[
|
|
3300
|
+
1.1368683772161603e-13,
|
|
3301
|
+
36.37037037037055
|
|
3302
|
+
],
|
|
3303
|
+
[
|
|
3304
|
+
1.1368683772161603e-13,
|
|
3305
|
+
39.29492455418392
|
|
3306
|
+
],
|
|
3307
|
+
[
|
|
3308
|
+
0,
|
|
3309
|
+
42.16186556927289
|
|
3310
|
+
],
|
|
3311
|
+
[
|
|
3312
|
+
0,
|
|
3313
|
+
45
|
|
3314
|
+
],
|
|
3315
|
+
[
|
|
3316
|
+
0,
|
|
3317
|
+
47.83813443072711
|
|
3318
|
+
],
|
|
3319
|
+
[
|
|
3320
|
+
0,
|
|
3321
|
+
50.70507544581608
|
|
3322
|
+
],
|
|
3323
|
+
[
|
|
3324
|
+
0,
|
|
3325
|
+
53.629629629629676
|
|
3326
|
+
],
|
|
3327
|
+
[
|
|
3328
|
+
0,
|
|
3329
|
+
56.640603566529535
|
|
3330
|
+
],
|
|
3331
|
+
[
|
|
3332
|
+
0,
|
|
3333
|
+
59.766803840877856
|
|
3334
|
+
],
|
|
3335
|
+
[
|
|
3336
|
+
0,
|
|
3337
|
+
63.03703703703718
|
|
3338
|
+
],
|
|
3339
|
+
[
|
|
3340
|
+
0,
|
|
3341
|
+
66.48010973936903
|
|
3342
|
+
],
|
|
3343
|
+
[
|
|
3344
|
+
0,
|
|
3345
|
+
70.12482853223582
|
|
3346
|
+
],
|
|
3347
|
+
[
|
|
3348
|
+
0,
|
|
3349
|
+
74
|
|
3350
|
+
],
|
|
3351
|
+
[
|
|
3352
|
+
0,
|
|
3353
|
+
90
|
|
3354
|
+
]
|
|
3355
|
+
],
|
|
3356
|
+
"lastCommittedPoint": null,
|
|
3357
|
+
"startBinding": {
|
|
3358
|
+
"elementId": "shape-ROW-000000p0",
|
|
3359
|
+
"focus": 0,
|
|
3360
|
+
"gap": 8
|
|
3361
|
+
},
|
|
3362
|
+
"endBinding": {
|
|
3363
|
+
"elementId": "shape-INP-000000ok",
|
|
3364
|
+
"focus": 0,
|
|
3365
|
+
"gap": 8
|
|
3366
|
+
},
|
|
3367
|
+
"startArrowhead": null,
|
|
3368
|
+
"endArrowhead": "arrow",
|
|
3369
|
+
"elbowed": false,
|
|
3370
|
+
"index": null
|
|
3371
|
+
},
|
|
3372
|
+
{
|
|
3373
|
+
"id": "arrow-ROW-RX-000000c4",
|
|
3374
|
+
"type": "arrow",
|
|
3375
|
+
"x": 687,
|
|
3376
|
+
"y": 628,
|
|
3377
|
+
"width": 51,
|
|
3378
|
+
"height": 146,
|
|
3379
|
+
"angle": 0,
|
|
3380
|
+
"strokeColor": "#2E7D74",
|
|
3381
|
+
"backgroundColor": "transparent",
|
|
3382
|
+
"fillStyle": "solid",
|
|
3383
|
+
"strokeWidth": 2,
|
|
3384
|
+
"strokeStyle": "solid",
|
|
3385
|
+
"roughness": 1,
|
|
3386
|
+
"opacity": 100,
|
|
3387
|
+
"groupIds": [],
|
|
3388
|
+
"frameId": null,
|
|
3389
|
+
"roundness": null,
|
|
3390
|
+
"seed": 436,
|
|
3391
|
+
"version": 1,
|
|
3392
|
+
"versionNonce": 436,
|
|
3393
|
+
"isDeleted": false,
|
|
3394
|
+
"boundElements": [],
|
|
3395
|
+
"updated": 1,
|
|
3396
|
+
"link": null,
|
|
3397
|
+
"locked": false,
|
|
3398
|
+
"points": [
|
|
3399
|
+
[
|
|
3400
|
+
0,
|
|
3401
|
+
0
|
|
3402
|
+
],
|
|
3403
|
+
[
|
|
3404
|
+
16,
|
|
3405
|
+
0
|
|
3406
|
+
],
|
|
3407
|
+
[
|
|
3408
|
+
19.52743484224959,
|
|
3409
|
+
1.3017832647460637
|
|
3410
|
+
],
|
|
3411
|
+
[
|
|
3412
|
+
22.182441700960226,
|
|
3413
|
+
5.006858710562483
|
|
3414
|
+
],
|
|
3415
|
+
[
|
|
3416
|
+
24.074074074074133,
|
|
3417
|
+
10.814814814814895
|
|
3418
|
+
],
|
|
3419
|
+
[
|
|
3420
|
+
25.311385459533653,
|
|
3421
|
+
18.425240054869732
|
|
3422
|
+
],
|
|
3423
|
+
[
|
|
3424
|
+
26.00342935528124,
|
|
3425
|
+
27.537722908093315
|
|
3426
|
+
],
|
|
3427
|
+
[
|
|
3428
|
+
26.259259259259352,
|
|
3429
|
+
37.85185185185185
|
|
3430
|
+
],
|
|
3431
|
+
[
|
|
3432
|
+
26.187928669410212,
|
|
3433
|
+
49.06721536351165
|
|
3434
|
+
],
|
|
3435
|
+
[
|
|
3436
|
+
25.898491083676277,
|
|
3437
|
+
60.88340192043893
|
|
3438
|
+
],
|
|
3439
|
+
[
|
|
3440
|
+
25.5,
|
|
3441
|
+
73
|
|
3442
|
+
],
|
|
3443
|
+
[
|
|
3444
|
+
25.101508916323837,
|
|
3445
|
+
85.11659807956096
|
|
3446
|
+
],
|
|
3447
|
+
[
|
|
3448
|
+
24.812071330589788,
|
|
3449
|
+
96.93278463648835
|
|
3450
|
+
],
|
|
3451
|
+
[
|
|
3452
|
+
24.740740740740762,
|
|
3453
|
+
108.14814814814815
|
|
3454
|
+
],
|
|
3455
|
+
[
|
|
3456
|
+
24.996570644718872,
|
|
3457
|
+
118.46227709190669
|
|
3458
|
+
],
|
|
3459
|
+
[
|
|
3460
|
+
25.68861454046646,
|
|
3461
|
+
127.57475994513038
|
|
3462
|
+
],
|
|
3463
|
+
[
|
|
3464
|
+
26.925925925926094,
|
|
3465
|
+
135.18518518518522
|
|
3466
|
+
],
|
|
3467
|
+
[
|
|
3468
|
+
28.817558299039888,
|
|
3469
|
+
140.99314128943752
|
|
3470
|
+
],
|
|
3471
|
+
[
|
|
3472
|
+
31.472565157750296,
|
|
3473
|
+
144.6982167352537
|
|
3474
|
+
],
|
|
3475
|
+
[
|
|
3476
|
+
35,
|
|
3477
|
+
146
|
|
3478
|
+
],
|
|
3479
|
+
[
|
|
3480
|
+
51,
|
|
3481
|
+
146
|
|
3482
|
+
]
|
|
3483
|
+
],
|
|
3484
|
+
"lastCommittedPoint": null,
|
|
3485
|
+
"startBinding": {
|
|
3486
|
+
"elementId": "shape-ROW-000000p0",
|
|
3487
|
+
"focus": 0,
|
|
3488
|
+
"gap": 8
|
|
3489
|
+
},
|
|
3490
|
+
"endBinding": {
|
|
3491
|
+
"elementId": "shape-RX-00000094",
|
|
3492
|
+
"focus": 0,
|
|
3493
|
+
"gap": 8
|
|
3494
|
+
},
|
|
3495
|
+
"startArrowhead": null,
|
|
3496
|
+
"endArrowhead": "arrow",
|
|
3497
|
+
"elbowed": false,
|
|
3498
|
+
"index": null
|
|
3499
|
+
},
|
|
3500
|
+
{
|
|
3501
|
+
"id": "arrow-INP-IT-000000du",
|
|
3502
|
+
"type": "arrow",
|
|
3503
|
+
"x": 605,
|
|
3504
|
+
"y": 802,
|
|
3505
|
+
"width": 2.2737367544323206e-13,
|
|
3506
|
+
"height": 90,
|
|
3507
|
+
"angle": 0,
|
|
3508
|
+
"strokeColor": "#2E7D74",
|
|
3509
|
+
"backgroundColor": "transparent",
|
|
3510
|
+
"fillStyle": "solid",
|
|
3511
|
+
"strokeWidth": 2,
|
|
3512
|
+
"strokeStyle": "solid",
|
|
3513
|
+
"roughness": 1,
|
|
3514
|
+
"opacity": 100,
|
|
3515
|
+
"groupIds": [],
|
|
3516
|
+
"frameId": null,
|
|
3517
|
+
"roundness": null,
|
|
3518
|
+
"seed": 498,
|
|
3519
|
+
"version": 1,
|
|
3520
|
+
"versionNonce": 498,
|
|
3521
|
+
"isDeleted": false,
|
|
3522
|
+
"boundElements": [],
|
|
3523
|
+
"updated": 1,
|
|
3524
|
+
"link": null,
|
|
3525
|
+
"locked": false,
|
|
3526
|
+
"points": [
|
|
3527
|
+
[
|
|
3528
|
+
0,
|
|
3529
|
+
0
|
|
3530
|
+
],
|
|
3531
|
+
[
|
|
3532
|
+
0,
|
|
3533
|
+
16
|
|
3534
|
+
],
|
|
3535
|
+
[
|
|
3536
|
+
-1.1368683772161603e-13,
|
|
3537
|
+
19.875171467764062
|
|
3538
|
+
],
|
|
3539
|
+
[
|
|
3540
|
+
-1.1368683772161603e-13,
|
|
3541
|
+
23.519890260630973
|
|
3542
|
+
],
|
|
3543
|
+
[
|
|
3544
|
+
1.1368683772161603e-13,
|
|
3545
|
+
26.962962962963047
|
|
3546
|
+
],
|
|
3547
|
+
[
|
|
3548
|
+
0,
|
|
3549
|
+
30.233196159122144
|
|
3550
|
+
],
|
|
3551
|
+
[
|
|
3552
|
+
0,
|
|
3553
|
+
33.35939643347069
|
|
3554
|
+
],
|
|
3555
|
+
[
|
|
3556
|
+
1.1368683772161603e-13,
|
|
3557
|
+
36.370370370370324
|
|
3558
|
+
],
|
|
3559
|
+
[
|
|
3560
|
+
1.1368683772161603e-13,
|
|
3561
|
+
39.29492455418381
|
|
3562
|
+
],
|
|
3563
|
+
[
|
|
3564
|
+
0,
|
|
3565
|
+
42.161865569273004
|
|
3566
|
+
],
|
|
3567
|
+
[
|
|
3568
|
+
0,
|
|
3569
|
+
45
|
|
3570
|
+
],
|
|
3571
|
+
[
|
|
3572
|
+
0,
|
|
3573
|
+
47.83813443072711
|
|
3574
|
+
],
|
|
3575
|
+
[
|
|
3576
|
+
0,
|
|
3577
|
+
50.70507544581608
|
|
3578
|
+
],
|
|
3579
|
+
[
|
|
3580
|
+
0,
|
|
3581
|
+
53.62962962962956
|
|
3582
|
+
],
|
|
3583
|
+
[
|
|
3584
|
+
0,
|
|
3585
|
+
56.640603566529535
|
|
3586
|
+
],
|
|
3587
|
+
[
|
|
3588
|
+
0,
|
|
3589
|
+
59.766803840877856
|
|
3590
|
+
],
|
|
3591
|
+
[
|
|
3592
|
+
0,
|
|
3593
|
+
63.03703703703718
|
|
3594
|
+
],
|
|
3595
|
+
[
|
|
3596
|
+
0,
|
|
3597
|
+
66.48010973936903
|
|
3598
|
+
],
|
|
3599
|
+
[
|
|
3600
|
+
0,
|
|
3601
|
+
70.12482853223594
|
|
3602
|
+
],
|
|
3603
|
+
[
|
|
3604
|
+
0,
|
|
3605
|
+
74
|
|
3606
|
+
],
|
|
3607
|
+
[
|
|
3608
|
+
0,
|
|
3609
|
+
90
|
|
3610
|
+
]
|
|
3611
|
+
],
|
|
3612
|
+
"lastCommittedPoint": null,
|
|
3613
|
+
"startBinding": {
|
|
3614
|
+
"elementId": "shape-INP-000000ok",
|
|
3615
|
+
"focus": 0,
|
|
3616
|
+
"gap": 8
|
|
3617
|
+
},
|
|
3618
|
+
"endBinding": {
|
|
3619
|
+
"elementId": "shape-IT-0000007o",
|
|
3620
|
+
"focus": 0,
|
|
3621
|
+
"gap": 8
|
|
3622
|
+
},
|
|
3623
|
+
"startArrowhead": null,
|
|
3624
|
+
"endArrowhead": "arrow",
|
|
3625
|
+
"elbowed": false,
|
|
3626
|
+
"index": null
|
|
3627
|
+
},
|
|
3628
|
+
{
|
|
3629
|
+
"id": "label-IT-000000m9_title",
|
|
3630
|
+
"type": "text",
|
|
3631
|
+
"x": 413,
|
|
3632
|
+
"y": 911,
|
|
3633
|
+
"width": 384,
|
|
3634
|
+
"height": 25,
|
|
3635
|
+
"angle": 0,
|
|
3636
|
+
"strokeColor": "#1B1F23",
|
|
3637
|
+
"backgroundColor": "transparent",
|
|
3638
|
+
"fillStyle": "solid",
|
|
3639
|
+
"strokeWidth": 1,
|
|
3640
|
+
"strokeStyle": "solid",
|
|
3641
|
+
"roughness": 1,
|
|
3642
|
+
"opacity": 100,
|
|
3643
|
+
"groupIds": [],
|
|
3644
|
+
"frameId": null,
|
|
3645
|
+
"roundness": null,
|
|
3646
|
+
"seed": 140,
|
|
3647
|
+
"version": 1,
|
|
3648
|
+
"versionNonce": 801,
|
|
3649
|
+
"isDeleted": false,
|
|
3650
|
+
"boundElements": null,
|
|
3651
|
+
"updated": 1,
|
|
3652
|
+
"link": null,
|
|
3653
|
+
"locked": false,
|
|
3654
|
+
"text": "-Template-Input-InputType-... or",
|
|
3655
|
+
"fontSize": 20,
|
|
3656
|
+
"fontFamily": 5,
|
|
3657
|
+
"textAlign": "center",
|
|
3658
|
+
"verticalAlign": "top",
|
|
3659
|
+
"baseline": 15,
|
|
3660
|
+
"containerId": null,
|
|
3661
|
+
"originalText": "-Template-Input-InputType-... or",
|
|
3662
|
+
"autoResize": true,
|
|
3663
|
+
"lineHeight": 1.25,
|
|
3664
|
+
"index": null
|
|
3665
|
+
}
|
|
3666
|
+
],
|
|
3667
|
+
"appState": {
|
|
3668
|
+
"viewBackgroundColor": "#FBF7EE",
|
|
3669
|
+
"theme": "light",
|
|
3670
|
+
"gridSize": null,
|
|
3671
|
+
"exportBackground": true,
|
|
3672
|
+
"exportEmbedScene": true,
|
|
3673
|
+
"exportScale": 1,
|
|
3674
|
+
"currentItemFontFamily": 5
|
|
3675
|
+
},
|
|
3676
|
+
"files": {}
|
|
3677
|
+
}
|