pict-section-inlinedocumentation 1.0.1 → 1.0.2

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.
Files changed (35) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +11 -13
  3. package/diagrams/four-levels-of-embeddedness.excalidraw +717 -0
  4. package/diagrams/four-levels-of-embeddedness.mmd +4 -0
  5. package/diagrams/four-levels-of-embeddedness.svg +2 -0
  6. package/docs/README.md +10 -19
  7. package/docs/_cover.md +6 -0
  8. package/docs/_sidebar.md +8 -4
  9. package/docs/_version.json +3 -3
  10. package/docs/architecture.md +2 -44
  11. package/docs/diagrams/component-diagram.excalidraw +3546 -0
  12. package/docs/diagrams/component-diagram.mmd +42 -0
  13. package/docs/diagrams/component-diagram.svg +2 -0
  14. package/docs/diagrams/four-levels-of-embeddedness.excalidraw +717 -0
  15. package/docs/diagrams/four-levels-of-embeddedness.mmd +9 -0
  16. package/docs/diagrams/four-levels-of-embeddedness.svg +2 -0
  17. package/docs/diagrams/project-layout.excalidraw +6082 -0
  18. package/docs/diagrams/project-layout.mmd +25 -0
  19. package/docs/diagrams/project-layout.svg +2 -0
  20. package/docs/embedding-level2-routes.md +1 -1
  21. package/docs/embedding-level4-autogen.md +1 -1
  22. package/docs/examples/README.md +9 -0
  23. package/docs/examples/bookshop/README.md +582 -0
  24. package/docs/examples/bookshop/bookshop_example.js +4519 -0
  25. package/docs/examples/bookshop/index.html +236 -0
  26. package/docs/index.html +6 -5
  27. package/docs/overview.md +4 -4
  28. package/docs/reference.md +2 -27
  29. package/docs/retold-catalog.json +77 -178
  30. package/docs/retold-keyword-index.json +14134 -1917
  31. package/example_applications/bookshop/package.json +9 -1
  32. package/package.json +9 -9
  33. package/source/providers/Pict-Provider-InlineDocumentation.js +27 -3
  34. package/source/views/Pict-View-InlineDocumentation-Layout.js +115 -3
  35. package/source/views/Pict-View-InlineDocumentation-Nav.js +91 -10
@@ -0,0 +1,3546 @@
1
+ {
2
+ "type": "excalidraw",
3
+ "version": 2,
4
+ "source": "pict-section-excalidraw/notebook-generator",
5
+ "elements": [
6
+ {
7
+ "id": "cluster-Section",
8
+ "type": "rectangle",
9
+ "x": 1163,
10
+ "y": -19,
11
+ "width": 553,
12
+ "height": 1251,
13
+ "angle": 0,
14
+ "strokeColor": "#8A7F72",
15
+ "backgroundColor": "transparent",
16
+ "fillStyle": "solid",
17
+ "strokeWidth": 1,
18
+ "strokeStyle": "dashed",
19
+ "roughness": 1,
20
+ "opacity": 100,
21
+ "groupIds": [],
22
+ "frameId": null,
23
+ "roundness": {
24
+ "type": 3
25
+ },
26
+ "seed": 472,
27
+ "version": 1,
28
+ "versionNonce": 472,
29
+ "isDeleted": false,
30
+ "boundElements": [],
31
+ "updated": 1,
32
+ "link": null,
33
+ "locked": false,
34
+ "index": null
35
+ },
36
+ {
37
+ "id": "cluster-label-Section",
38
+ "type": "text",
39
+ "x": 1163,
40
+ "y": -14,
41
+ "width": 553,
42
+ "height": 21,
43
+ "angle": 0,
44
+ "strokeColor": "#8A7F72",
45
+ "backgroundColor": "transparent",
46
+ "fillStyle": "solid",
47
+ "strokeWidth": 1,
48
+ "strokeStyle": "solid",
49
+ "roughness": 1,
50
+ "opacity": 100,
51
+ "groupIds": [],
52
+ "frameId": null,
53
+ "roundness": null,
54
+ "seed": 472,
55
+ "version": 1,
56
+ "versionNonce": 472,
57
+ "isDeleted": false,
58
+ "boundElements": null,
59
+ "updated": 1,
60
+ "link": null,
61
+ "locked": false,
62
+ "text": "pict-section-inlinedocumentation",
63
+ "fontSize": 15,
64
+ "fontFamily": 5,
65
+ "textAlign": "center",
66
+ "verticalAlign": "top",
67
+ "containerId": null,
68
+ "originalText": "pict-section-inlinedocumentation",
69
+ "autoResize": true,
70
+ "lineHeight": 1.25,
71
+ "index": null
72
+ },
73
+ {
74
+ "id": "cluster-Host",
75
+ "type": "rectangle",
76
+ "x": 2,
77
+ "y": 172,
78
+ "width": 335,
79
+ "height": 723,
80
+ "angle": 0,
81
+ "strokeColor": "#8A7F72",
82
+ "backgroundColor": "transparent",
83
+ "fillStyle": "solid",
84
+ "strokeWidth": 1,
85
+ "strokeStyle": "dashed",
86
+ "roughness": 1,
87
+ "opacity": 100,
88
+ "groupIds": [],
89
+ "frameId": null,
90
+ "roundness": {
91
+ "type": 3
92
+ },
93
+ "seed": 516,
94
+ "version": 1,
95
+ "versionNonce": 516,
96
+ "isDeleted": false,
97
+ "boundElements": [],
98
+ "updated": 1,
99
+ "link": null,
100
+ "locked": false,
101
+ "index": null
102
+ },
103
+ {
104
+ "id": "cluster-label-Host",
105
+ "type": "text",
106
+ "x": 2,
107
+ "y": 177,
108
+ "width": 335,
109
+ "height": 21,
110
+ "angle": 0,
111
+ "strokeColor": "#8A7F72",
112
+ "backgroundColor": "transparent",
113
+ "fillStyle": "solid",
114
+ "strokeWidth": 1,
115
+ "strokeStyle": "solid",
116
+ "roughness": 1,
117
+ "opacity": 100,
118
+ "groupIds": [],
119
+ "frameId": null,
120
+ "roundness": null,
121
+ "seed": 516,
122
+ "version": 1,
123
+ "versionNonce": 516,
124
+ "isDeleted": false,
125
+ "boundElements": null,
126
+ "updated": 1,
127
+ "link": null,
128
+ "locked": false,
129
+ "text": "Host Pict Application",
130
+ "fontSize": 15,
131
+ "fontFamily": 5,
132
+ "textAlign": "center",
133
+ "verticalAlign": "top",
134
+ "containerId": null,
135
+ "originalText": "Host Pict Application",
136
+ "autoResize": true,
137
+ "lineHeight": 1.25,
138
+ "index": null
139
+ },
140
+ {
141
+ "id": "cluster-Sources",
142
+ "type": "rectangle",
143
+ "x": 329,
144
+ "y": 363,
145
+ "width": 842,
146
+ "height": 195,
147
+ "angle": 0,
148
+ "strokeColor": "#8A7F72",
149
+ "backgroundColor": "transparent",
150
+ "fillStyle": "solid",
151
+ "strokeWidth": 1,
152
+ "strokeStyle": "dashed",
153
+ "roughness": 1,
154
+ "opacity": 100,
155
+ "groupIds": [],
156
+ "frameId": null,
157
+ "roundness": {
158
+ "type": 3
159
+ },
160
+ "seed": 284,
161
+ "version": 1,
162
+ "versionNonce": 284,
163
+ "isDeleted": false,
164
+ "boundElements": [],
165
+ "updated": 1,
166
+ "link": null,
167
+ "locked": false,
168
+ "index": null
169
+ },
170
+ {
171
+ "id": "cluster-label-Sources",
172
+ "type": "text",
173
+ "x": 329,
174
+ "y": 368,
175
+ "width": 842,
176
+ "height": 21,
177
+ "angle": 0,
178
+ "strokeColor": "#8A7F72",
179
+ "backgroundColor": "transparent",
180
+ "fillStyle": "solid",
181
+ "strokeWidth": 1,
182
+ "strokeStyle": "solid",
183
+ "roughness": 1,
184
+ "opacity": 100,
185
+ "groupIds": [],
186
+ "frameId": null,
187
+ "roundness": null,
188
+ "seed": 284,
189
+ "version": 1,
190
+ "versionNonce": 284,
191
+ "isDeleted": false,
192
+ "boundElements": null,
193
+ "updated": 1,
194
+ "link": null,
195
+ "locked": false,
196
+ "text": "Content Sources",
197
+ "fontSize": 15,
198
+ "fontFamily": 5,
199
+ "textAlign": "center",
200
+ "verticalAlign": "top",
201
+ "containerId": null,
202
+ "originalText": "Content Sources",
203
+ "autoResize": true,
204
+ "lineHeight": 1.25,
205
+ "index": null
206
+ },
207
+ {
208
+ "id": "shape-ROUTER-0000005g",
209
+ "type": "rectangle",
210
+ "x": 93,
211
+ "y": 252,
212
+ "width": 153,
213
+ "height": 56,
214
+ "angle": 0,
215
+ "strokeColor": "#1B1F23",
216
+ "backgroundColor": "transparent",
217
+ "fillStyle": "solid",
218
+ "strokeWidth": 2,
219
+ "strokeStyle": "solid",
220
+ "roughness": 1,
221
+ "opacity": 100,
222
+ "groupIds": [],
223
+ "frameId": null,
224
+ "roundness": {
225
+ "type": 3
226
+ },
227
+ "seed": 196,
228
+ "version": 1,
229
+ "versionNonce": 196,
230
+ "isDeleted": false,
231
+ "boundElements": [
232
+ {
233
+ "id": "label-ROUTER-000000a0",
234
+ "type": "text"
235
+ },
236
+ {
237
+ "id": "arrow-ROUTER-RENDER-0000009s",
238
+ "type": "arrow"
239
+ }
240
+ ],
241
+ "updated": 1,
242
+ "link": null,
243
+ "locked": false,
244
+ "index": null
245
+ },
246
+ {
247
+ "id": "label-ROUTER-000000a0",
248
+ "type": "text",
249
+ "x": 101,
250
+ "y": 267.5,
251
+ "width": 137,
252
+ "height": 25,
253
+ "angle": 0,
254
+ "strokeColor": "#1B1F23",
255
+ "backgroundColor": "transparent",
256
+ "fillStyle": "solid",
257
+ "strokeWidth": 1,
258
+ "strokeStyle": "solid",
259
+ "roughness": 1,
260
+ "opacity": 100,
261
+ "groupIds": [],
262
+ "frameId": null,
263
+ "roundness": null,
264
+ "seed": 360,
265
+ "version": 1,
266
+ "versionNonce": 360,
267
+ "isDeleted": false,
268
+ "boundElements": null,
269
+ "updated": 1,
270
+ "link": null,
271
+ "locked": false,
272
+ "text": "pict-router",
273
+ "fontSize": 20,
274
+ "fontFamily": 5,
275
+ "textAlign": "center",
276
+ "verticalAlign": "middle",
277
+ "baseline": 15,
278
+ "containerId": "shape-ROUTER-0000005g",
279
+ "originalText": "pict-router",
280
+ "autoResize": true,
281
+ "lineHeight": 1.25,
282
+ "index": null
283
+ },
284
+ {
285
+ "id": "shape-MANYFEST-000000hc",
286
+ "type": "rectangle",
287
+ "x": 49,
288
+ "y": 634,
289
+ "width": 242,
290
+ "height": 56,
291
+ "angle": 0,
292
+ "strokeColor": "#1B1F23",
293
+ "backgroundColor": "transparent",
294
+ "fillStyle": "solid",
295
+ "strokeWidth": 2,
296
+ "strokeStyle": "solid",
297
+ "roughness": 1,
298
+ "opacity": 100,
299
+ "groupIds": [],
300
+ "frameId": null,
301
+ "roundness": {
302
+ "type": 3
303
+ },
304
+ "seed": 624,
305
+ "version": 1,
306
+ "versionNonce": 624,
307
+ "isDeleted": false,
308
+ "boundElements": [
309
+ {
310
+ "id": "label-MANYFEST-000000bk",
311
+ "type": "text"
312
+ },
313
+ {
314
+ "id": "arrow-MANYFEST-AUTOGEN-000000o0",
315
+ "type": "arrow"
316
+ }
317
+ ],
318
+ "updated": 1,
319
+ "link": null,
320
+ "locked": false,
321
+ "index": null
322
+ },
323
+ {
324
+ "id": "label-MANYFEST-000000bk",
325
+ "type": "text",
326
+ "x": 57,
327
+ "y": 649.5,
328
+ "width": 226,
329
+ "height": 25,
330
+ "angle": 0,
331
+ "strokeColor": "#1B1F23",
332
+ "backgroundColor": "transparent",
333
+ "fillStyle": "solid",
334
+ "strokeWidth": 1,
335
+ "strokeStyle": "solid",
336
+ "roughness": 1,
337
+ "opacity": 100,
338
+ "groupIds": [],
339
+ "frameId": null,
340
+ "roundness": null,
341
+ "seed": 416,
342
+ "version": 1,
343
+ "versionNonce": 416,
344
+ "isDeleted": false,
345
+ "boundElements": null,
346
+ "updated": 1,
347
+ "link": null,
348
+ "locked": false,
349
+ "text": "Manyfest Descriptor",
350
+ "fontSize": 20,
351
+ "fontFamily": 5,
352
+ "textAlign": "center",
353
+ "verticalAlign": "middle",
354
+ "baseline": 15,
355
+ "containerId": "shape-MANYFEST-000000hc",
356
+ "originalText": "Manyfest Descriptor",
357
+ "autoResize": true,
358
+ "lineHeight": 1.25,
359
+ "index": null
360
+ },
361
+ {
362
+ "id": "shape-DOM-000000c8",
363
+ "type": "rectangle",
364
+ "x": 88,
365
+ "y": 780,
366
+ "width": 164,
367
+ "height": 56,
368
+ "angle": 0,
369
+ "strokeColor": "#1B1F23",
370
+ "backgroundColor": "transparent",
371
+ "fillStyle": "solid",
372
+ "strokeWidth": 2,
373
+ "strokeStyle": "solid",
374
+ "roughness": 1,
375
+ "opacity": 100,
376
+ "groupIds": [],
377
+ "frameId": null,
378
+ "roundness": {
379
+ "type": 3
380
+ },
381
+ "seed": 440,
382
+ "version": 1,
383
+ "versionNonce": 440,
384
+ "isDeleted": false,
385
+ "boundElements": [
386
+ {
387
+ "id": "label-DOM-000000d9",
388
+ "type": "text"
389
+ },
390
+ {
391
+ "id": "arrow-DOM-BINDER-000000dc",
392
+ "type": "arrow"
393
+ },
394
+ {
395
+ "id": "arrow-SIDEBAR-DOM-0000009s",
396
+ "type": "arrow"
397
+ },
398
+ {
399
+ "id": "arrow-PANE-DOM-000000o1",
400
+ "type": "arrow"
401
+ },
402
+ {
403
+ "id": "arrow-TOOLTIP-DOM-000000k5",
404
+ "type": "arrow"
405
+ }
406
+ ],
407
+ "updated": 1,
408
+ "link": null,
409
+ "locked": false,
410
+ "index": null
411
+ },
412
+ {
413
+ "id": "label-DOM-000000d9",
414
+ "type": "text",
415
+ "x": 96,
416
+ "y": 795.5,
417
+ "width": 148,
418
+ "height": 25,
419
+ "angle": 0,
420
+ "strokeColor": "#1B1F23",
421
+ "backgroundColor": "transparent",
422
+ "fillStyle": "solid",
423
+ "strokeWidth": 1,
424
+ "strokeStyle": "solid",
425
+ "roughness": 1,
426
+ "opacity": 100,
427
+ "groupIds": [],
428
+ "frameId": null,
429
+ "roundness": null,
430
+ "seed": 477,
431
+ "version": 1,
432
+ "versionNonce": 477,
433
+ "isDeleted": false,
434
+ "boundElements": null,
435
+ "updated": 1,
436
+ "link": null,
437
+ "locked": false,
438
+ "text": "DOM Controls",
439
+ "fontSize": 20,
440
+ "fontFamily": 5,
441
+ "textAlign": "center",
442
+ "verticalAlign": "middle",
443
+ "baseline": 15,
444
+ "containerId": "shape-DOM-000000c8",
445
+ "originalText": "DOM Controls",
446
+ "autoResize": true,
447
+ "lineHeight": 1.25,
448
+ "index": null
449
+ },
450
+ {
451
+ "id": "shape-CONFIG-000000ma",
452
+ "type": "rectangle",
453
+ "x": 1347,
454
+ "y": 61,
455
+ "width": 186,
456
+ "height": 56,
457
+ "angle": 0,
458
+ "strokeColor": "#1B1F23",
459
+ "backgroundColor": "transparent",
460
+ "fillStyle": "solid",
461
+ "strokeWidth": 2,
462
+ "strokeStyle": "solid",
463
+ "roughness": 1,
464
+ "opacity": 100,
465
+ "groupIds": [],
466
+ "frameId": null,
467
+ "roundness": {
468
+ "type": 3
469
+ },
470
+ "seed": 802,
471
+ "version": 1,
472
+ "versionNonce": 802,
473
+ "isDeleted": false,
474
+ "boundElements": [
475
+ {
476
+ "id": "label-CONFIG-000000cs",
477
+ "type": "text"
478
+ },
479
+ {
480
+ "id": "arrow-CONFIG-STORE-000000eq",
481
+ "type": "arrow"
482
+ }
483
+ ],
484
+ "updated": 1,
485
+ "link": null,
486
+ "locked": false,
487
+ "index": null
488
+ },
489
+ {
490
+ "id": "label-CONFIG-000000cs",
491
+ "type": "text",
492
+ "x": 1355,
493
+ "y": 76.5,
494
+ "width": 170,
495
+ "height": 25,
496
+ "angle": 0,
497
+ "strokeColor": "#1B1F23",
498
+ "backgroundColor": "transparent",
499
+ "fillStyle": "solid",
500
+ "strokeWidth": 1,
501
+ "strokeStyle": "solid",
502
+ "roughness": 1,
503
+ "opacity": 100,
504
+ "groupIds": [],
505
+ "frameId": null,
506
+ "roundness": null,
507
+ "seed": 460,
508
+ "version": 1,
509
+ "versionNonce": 460,
510
+ "isDeleted": false,
511
+ "boundElements": null,
512
+ "updated": 1,
513
+ "link": null,
514
+ "locked": false,
515
+ "text": "Section Config",
516
+ "fontSize": 20,
517
+ "fontFamily": 5,
518
+ "textAlign": "center",
519
+ "verticalAlign": "middle",
520
+ "baseline": 15,
521
+ "containerId": "shape-CONFIG-000000ma",
522
+ "originalText": "Section Config",
523
+ "autoResize": true,
524
+ "lineHeight": 1.25,
525
+ "index": null
526
+ },
527
+ {
528
+ "id": "shape-STORE-0000005o",
529
+ "type": "rectangle",
530
+ "x": 1369,
531
+ "y": 252,
532
+ "width": 142,
533
+ "height": 56,
534
+ "angle": 0,
535
+ "strokeColor": "#1B1F23",
536
+ "backgroundColor": "transparent",
537
+ "fillStyle": "solid",
538
+ "strokeWidth": 2,
539
+ "strokeStyle": "solid",
540
+ "roughness": 1,
541
+ "opacity": 100,
542
+ "groupIds": [],
543
+ "frameId": null,
544
+ "roundness": {
545
+ "type": 3
546
+ },
547
+ "seed": 204,
548
+ "version": 1,
549
+ "versionNonce": 204,
550
+ "isDeleted": false,
551
+ "boundElements": [
552
+ {
553
+ "id": "label-STORE-0000008m",
554
+ "type": "text"
555
+ },
556
+ {
557
+ "id": "arrow-CONFIG-STORE-000000eq",
558
+ "type": "arrow"
559
+ },
560
+ {
561
+ "id": "arrow-STORE-RENDER-000000qg",
562
+ "type": "arrow"
563
+ },
564
+ {
565
+ "id": "arrow-STORE-MD-000000ek",
566
+ "type": "arrow"
567
+ },
568
+ {
569
+ "id": "arrow-STORE-CATALOG-0000004c",
570
+ "type": "arrow"
571
+ },
572
+ {
573
+ "id": "arrow-STORE-KWIDX-0000005c",
574
+ "type": "arrow"
575
+ }
576
+ ],
577
+ "updated": 1,
578
+ "link": null,
579
+ "locked": false,
580
+ "index": null
581
+ },
582
+ {
583
+ "id": "label-STORE-0000008m",
584
+ "type": "text",
585
+ "x": 1377,
586
+ "y": 267.5,
587
+ "width": 126,
588
+ "height": 25,
589
+ "angle": 0,
590
+ "strokeColor": "#1B1F23",
591
+ "backgroundColor": "transparent",
592
+ "fillStyle": "solid",
593
+ "strokeWidth": 1,
594
+ "strokeStyle": "solid",
595
+ "roughness": 1,
596
+ "opacity": 100,
597
+ "groupIds": [],
598
+ "frameId": null,
599
+ "roundness": null,
600
+ "seed": 310,
601
+ "version": 1,
602
+ "versionNonce": 310,
603
+ "isDeleted": false,
604
+ "boundElements": null,
605
+ "updated": 1,
606
+ "link": null,
607
+ "locked": false,
608
+ "text": "TopicStore",
609
+ "fontSize": 20,
610
+ "fontFamily": 5,
611
+ "textAlign": "center",
612
+ "verticalAlign": "middle",
613
+ "baseline": 15,
614
+ "containerId": "shape-STORE-0000005o",
615
+ "originalText": "TopicStore",
616
+ "autoResize": true,
617
+ "lineHeight": 1.25,
618
+ "index": null
619
+ },
620
+ {
621
+ "id": "shape-RENDER-000000qs",
622
+ "type": "rectangle",
623
+ "x": 1441,
624
+ "y": 443,
625
+ "width": 175,
626
+ "height": 56,
627
+ "angle": 0,
628
+ "strokeColor": "#1B1F23",
629
+ "backgroundColor": "transparent",
630
+ "fillStyle": "solid",
631
+ "strokeWidth": 2,
632
+ "strokeStyle": "solid",
633
+ "roughness": 1,
634
+ "opacity": 100,
635
+ "groupIds": [],
636
+ "frameId": null,
637
+ "roundness": {
638
+ "type": 3
639
+ },
640
+ "seed": 964,
641
+ "version": 1,
642
+ "versionNonce": 964,
643
+ "isDeleted": false,
644
+ "boundElements": [
645
+ {
646
+ "id": "label-RENDER-000000mc",
647
+ "type": "text"
648
+ },
649
+ {
650
+ "id": "arrow-STORE-RENDER-000000qg",
651
+ "type": "arrow"
652
+ },
653
+ {
654
+ "id": "arrow-RENDER-PANE-000000ki",
655
+ "type": "arrow"
656
+ },
657
+ {
658
+ "id": "arrow-RENDER-SIDEBAR-00000081",
659
+ "type": "arrow"
660
+ },
661
+ {
662
+ "id": "arrow-RENDER-TOOLTIP-0000005k",
663
+ "type": "arrow"
664
+ },
665
+ {
666
+ "id": "arrow-ROUTER-RENDER-0000009s",
667
+ "type": "arrow"
668
+ }
669
+ ],
670
+ "updated": 1,
671
+ "link": null,
672
+ "locked": false,
673
+ "index": null
674
+ },
675
+ {
676
+ "id": "label-RENDER-000000mc",
677
+ "type": "text",
678
+ "x": 1449,
679
+ "y": 458.5,
680
+ "width": 159,
681
+ "height": 25,
682
+ "angle": 0,
683
+ "strokeColor": "#1B1F23",
684
+ "backgroundColor": "transparent",
685
+ "fillStyle": "solid",
686
+ "strokeWidth": 1,
687
+ "strokeStyle": "solid",
688
+ "roughness": 1,
689
+ "opacity": 100,
690
+ "groupIds": [],
691
+ "frameId": null,
692
+ "roundness": null,
693
+ "seed": 804,
694
+ "version": 1,
695
+ "versionNonce": 804,
696
+ "isDeleted": false,
697
+ "boundElements": null,
698
+ "updated": 1,
699
+ "link": null,
700
+ "locked": false,
701
+ "text": "TopicRenderer",
702
+ "fontSize": 20,
703
+ "fontFamily": 5,
704
+ "textAlign": "center",
705
+ "verticalAlign": "middle",
706
+ "baseline": 15,
707
+ "containerId": "shape-RENDER-000000qs",
708
+ "originalText": "TopicRenderer",
709
+ "autoResize": true,
710
+ "lineHeight": 1.25,
711
+ "index": null
712
+ },
713
+ {
714
+ "id": "shape-BINDER-000000a8",
715
+ "type": "rectangle",
716
+ "x": 1310,
717
+ "y": 971,
718
+ "width": 175,
719
+ "height": 56,
720
+ "angle": 0,
721
+ "strokeColor": "#1B1F23",
722
+ "backgroundColor": "transparent",
723
+ "fillStyle": "solid",
724
+ "strokeWidth": 2,
725
+ "strokeStyle": "solid",
726
+ "roughness": 1,
727
+ "opacity": 100,
728
+ "groupIds": [],
729
+ "frameId": null,
730
+ "roundness": {
731
+ "type": 3
732
+ },
733
+ "seed": 368,
734
+ "version": 1,
735
+ "versionNonce": 368,
736
+ "isDeleted": false,
737
+ "boundElements": [
738
+ {
739
+ "id": "label-BINDER-0000009i",
740
+ "type": "text"
741
+ },
742
+ {
743
+ "id": "arrow-BINDER-TOOLTIP-000000nc",
744
+ "type": "arrow"
745
+ },
746
+ {
747
+ "id": "arrow-AUTOGEN-BINDER-0000005p",
748
+ "type": "arrow"
749
+ },
750
+ {
751
+ "id": "arrow-DOM-BINDER-000000dc",
752
+ "type": "arrow"
753
+ },
754
+ {
755
+ "id": "arrow-BINDER-TOOLTIP-000000nc",
756
+ "type": "arrow"
757
+ }
758
+ ],
759
+ "updated": 1,
760
+ "link": null,
761
+ "locked": false,
762
+ "index": null
763
+ },
764
+ {
765
+ "id": "label-BINDER-0000009i",
766
+ "type": "text",
767
+ "x": 1318,
768
+ "y": 986.5,
769
+ "width": 159,
770
+ "height": 25,
771
+ "angle": 0,
772
+ "strokeColor": "#1B1F23",
773
+ "backgroundColor": "transparent",
774
+ "fillStyle": "solid",
775
+ "strokeWidth": 1,
776
+ "strokeStyle": "solid",
777
+ "roughness": 1,
778
+ "opacity": 100,
779
+ "groupIds": [],
780
+ "frameId": null,
781
+ "roundness": null,
782
+ "seed": 342,
783
+ "version": 1,
784
+ "versionNonce": 342,
785
+ "isDeleted": false,
786
+ "boundElements": null,
787
+ "updated": 1,
788
+ "link": null,
789
+ "locked": false,
790
+ "text": "TooltipBinder",
791
+ "fontSize": 20,
792
+ "fontFamily": 5,
793
+ "textAlign": "center",
794
+ "verticalAlign": "middle",
795
+ "baseline": 15,
796
+ "containerId": "shape-BINDER-000000a8",
797
+ "originalText": "TooltipBinder",
798
+ "autoResize": true,
799
+ "lineHeight": 1.25,
800
+ "index": null
801
+ },
802
+ {
803
+ "id": "shape-AUTOGEN-000000fc",
804
+ "type": "rectangle",
805
+ "x": 1281,
806
+ "y": 780,
807
+ "width": 253,
808
+ "height": 56,
809
+ "angle": 0,
810
+ "strokeColor": "#1B1F23",
811
+ "backgroundColor": "transparent",
812
+ "fillStyle": "solid",
813
+ "strokeWidth": 2,
814
+ "strokeStyle": "solid",
815
+ "roughness": 1,
816
+ "opacity": 100,
817
+ "groupIds": [],
818
+ "frameId": null,
819
+ "roundness": {
820
+ "type": 3
821
+ },
822
+ "seed": 552,
823
+ "version": 1,
824
+ "versionNonce": 552,
825
+ "isDeleted": false,
826
+ "boundElements": [
827
+ {
828
+ "id": "label-AUTOGEN-000000h4",
829
+ "type": "text"
830
+ },
831
+ {
832
+ "id": "arrow-AUTOGEN-BINDER-0000005p",
833
+ "type": "arrow"
834
+ },
835
+ {
836
+ "id": "arrow-MANYFEST-AUTOGEN-000000o0",
837
+ "type": "arrow"
838
+ }
839
+ ],
840
+ "updated": 1,
841
+ "link": null,
842
+ "locked": false,
843
+ "index": null
844
+ },
845
+ {
846
+ "id": "label-AUTOGEN-000000h4",
847
+ "type": "text",
848
+ "x": 1289,
849
+ "y": 795.5,
850
+ "width": 237,
851
+ "height": 25,
852
+ "angle": 0,
853
+ "strokeColor": "#1B1F23",
854
+ "backgroundColor": "transparent",
855
+ "fillStyle": "solid",
856
+ "strokeWidth": 1,
857
+ "strokeStyle": "solid",
858
+ "roughness": 1,
859
+ "opacity": 100,
860
+ "groupIds": [],
861
+ "frameId": null,
862
+ "roundness": null,
863
+ "seed": 616,
864
+ "version": 1,
865
+ "versionNonce": 616,
866
+ "isDeleted": false,
867
+ "boundElements": null,
868
+ "updated": 1,
869
+ "link": null,
870
+ "locked": false,
871
+ "text": "AutoTooltipGenerator",
872
+ "fontSize": 20,
873
+ "fontFamily": 5,
874
+ "textAlign": "center",
875
+ "verticalAlign": "middle",
876
+ "baseline": 15,
877
+ "containerId": "shape-AUTOGEN-000000fc",
878
+ "originalText": "AutoTooltipGenerator",
879
+ "autoResize": true,
880
+ "lineHeight": 1.25,
881
+ "index": null
882
+ },
883
+ {
884
+ "id": "shape-SIDEBAR-000000io",
885
+ "type": "rectangle",
886
+ "x": 1452,
887
+ "y": 634,
888
+ "width": 153,
889
+ "height": 56,
890
+ "angle": 0,
891
+ "strokeColor": "#1B1F23",
892
+ "backgroundColor": "transparent",
893
+ "fillStyle": "solid",
894
+ "strokeWidth": 2,
895
+ "strokeStyle": "solid",
896
+ "roughness": 1,
897
+ "opacity": 100,
898
+ "groupIds": [],
899
+ "frameId": null,
900
+ "roundness": {
901
+ "type": 3
902
+ },
903
+ "seed": 672,
904
+ "version": 1,
905
+ "versionNonce": 672,
906
+ "isDeleted": false,
907
+ "boundElements": [
908
+ {
909
+ "id": "label-SIDEBAR-0000004t",
910
+ "type": "text"
911
+ },
912
+ {
913
+ "id": "arrow-RENDER-SIDEBAR-00000081",
914
+ "type": "arrow"
915
+ },
916
+ {
917
+ "id": "arrow-SIDEBAR-DOM-0000009s",
918
+ "type": "arrow"
919
+ }
920
+ ],
921
+ "updated": 1,
922
+ "link": null,
923
+ "locked": false,
924
+ "index": null
925
+ },
926
+ {
927
+ "id": "label-SIDEBAR-0000004t",
928
+ "type": "text",
929
+ "x": 1460,
930
+ "y": 649.5,
931
+ "width": 137,
932
+ "height": 25,
933
+ "angle": 0,
934
+ "strokeColor": "#1B1F23",
935
+ "backgroundColor": "transparent",
936
+ "fillStyle": "solid",
937
+ "strokeWidth": 1,
938
+ "strokeStyle": "solid",
939
+ "roughness": 1,
940
+ "opacity": 100,
941
+ "groupIds": [],
942
+ "frameId": null,
943
+ "roundness": null,
944
+ "seed": 173,
945
+ "version": 1,
946
+ "versionNonce": 173,
947
+ "isDeleted": false,
948
+ "boundElements": null,
949
+ "updated": 1,
950
+ "link": null,
951
+ "locked": false,
952
+ "text": "SidebarView",
953
+ "fontSize": 20,
954
+ "fontFamily": 5,
955
+ "textAlign": "center",
956
+ "verticalAlign": "middle",
957
+ "baseline": 15,
958
+ "containerId": "shape-SIDEBAR-000000io",
959
+ "originalText": "SidebarView",
960
+ "autoResize": true,
961
+ "lineHeight": 1.25,
962
+ "index": null
963
+ },
964
+ {
965
+ "id": "shape-PANE-000000ml",
966
+ "type": "rectangle",
967
+ "x": 1210,
968
+ "y": 634,
969
+ "width": 197,
970
+ "height": 56,
971
+ "angle": 0,
972
+ "strokeColor": "#1B1F23",
973
+ "backgroundColor": "transparent",
974
+ "fillStyle": "solid",
975
+ "strokeWidth": 2,
976
+ "strokeStyle": "solid",
977
+ "roughness": 1,
978
+ "opacity": 100,
979
+ "groupIds": [],
980
+ "frameId": null,
981
+ "roundness": {
982
+ "type": 3
983
+ },
984
+ "seed": 813,
985
+ "version": 1,
986
+ "versionNonce": 813,
987
+ "isDeleted": false,
988
+ "boundElements": [
989
+ {
990
+ "id": "label-PANE-000000bt",
991
+ "type": "text"
992
+ },
993
+ {
994
+ "id": "arrow-RENDER-PANE-000000ki",
995
+ "type": "arrow"
996
+ },
997
+ {
998
+ "id": "arrow-PANE-DOM-000000o1",
999
+ "type": "arrow"
1000
+ }
1001
+ ],
1002
+ "updated": 1,
1003
+ "link": null,
1004
+ "locked": false,
1005
+ "index": null
1006
+ },
1007
+ {
1008
+ "id": "label-PANE-000000bt",
1009
+ "type": "text",
1010
+ "x": 1218,
1011
+ "y": 649.5,
1012
+ "width": 181,
1013
+ "height": 25,
1014
+ "angle": 0,
1015
+ "strokeColor": "#1B1F23",
1016
+ "backgroundColor": "transparent",
1017
+ "fillStyle": "solid",
1018
+ "strokeWidth": 1,
1019
+ "strokeStyle": "solid",
1020
+ "roughness": 1,
1021
+ "opacity": 100,
1022
+ "groupIds": [],
1023
+ "frameId": null,
1024
+ "roundness": null,
1025
+ "seed": 425,
1026
+ "version": 1,
1027
+ "versionNonce": 425,
1028
+ "isDeleted": false,
1029
+ "boundElements": null,
1030
+ "updated": 1,
1031
+ "link": null,
1032
+ "locked": false,
1033
+ "text": "ReadingPaneView",
1034
+ "fontSize": 20,
1035
+ "fontFamily": 5,
1036
+ "textAlign": "center",
1037
+ "verticalAlign": "middle",
1038
+ "baseline": 15,
1039
+ "containerId": "shape-PANE-000000ml",
1040
+ "originalText": "ReadingPaneView",
1041
+ "autoResize": true,
1042
+ "lineHeight": 1.25,
1043
+ "index": null
1044
+ },
1045
+ {
1046
+ "id": "shape-TOOLTIP-0000002s",
1047
+ "type": "rectangle",
1048
+ "x": 1393,
1049
+ "y": 1117,
1050
+ "width": 153,
1051
+ "height": 56,
1052
+ "angle": 0,
1053
+ "strokeColor": "#1B1F23",
1054
+ "backgroundColor": "transparent",
1055
+ "fillStyle": "solid",
1056
+ "strokeWidth": 2,
1057
+ "strokeStyle": "solid",
1058
+ "roughness": 1,
1059
+ "opacity": 100,
1060
+ "groupIds": [],
1061
+ "frameId": null,
1062
+ "roundness": {
1063
+ "type": 3
1064
+ },
1065
+ "seed": 100,
1066
+ "version": 1,
1067
+ "versionNonce": 100,
1068
+ "isDeleted": false,
1069
+ "boundElements": [
1070
+ {
1071
+ "id": "label-TOOLTIP-000000h4",
1072
+ "type": "text"
1073
+ },
1074
+ {
1075
+ "id": "arrow-RENDER-TOOLTIP-0000005k",
1076
+ "type": "arrow"
1077
+ },
1078
+ {
1079
+ "id": "arrow-BINDER-TOOLTIP-000000nc",
1080
+ "type": "arrow"
1081
+ },
1082
+ {
1083
+ "id": "arrow-BINDER-TOOLTIP-000000nc",
1084
+ "type": "arrow"
1085
+ },
1086
+ {
1087
+ "id": "arrow-TOOLTIP-DOM-000000k5",
1088
+ "type": "arrow"
1089
+ }
1090
+ ],
1091
+ "updated": 1,
1092
+ "link": null,
1093
+ "locked": false,
1094
+ "index": null
1095
+ },
1096
+ {
1097
+ "id": "label-TOOLTIP-000000h4",
1098
+ "type": "text",
1099
+ "x": 1401,
1100
+ "y": 1132.5,
1101
+ "width": 137,
1102
+ "height": 25,
1103
+ "angle": 0,
1104
+ "strokeColor": "#1B1F23",
1105
+ "backgroundColor": "transparent",
1106
+ "fillStyle": "solid",
1107
+ "strokeWidth": 1,
1108
+ "strokeStyle": "solid",
1109
+ "roughness": 1,
1110
+ "opacity": 100,
1111
+ "groupIds": [],
1112
+ "frameId": null,
1113
+ "roundness": null,
1114
+ "seed": 616,
1115
+ "version": 1,
1116
+ "versionNonce": 616,
1117
+ "isDeleted": false,
1118
+ "boundElements": null,
1119
+ "updated": 1,
1120
+ "link": null,
1121
+ "locked": false,
1122
+ "text": "TooltipView",
1123
+ "fontSize": 20,
1124
+ "fontFamily": 5,
1125
+ "textAlign": "center",
1126
+ "verticalAlign": "middle",
1127
+ "baseline": 15,
1128
+ "containerId": "shape-TOOLTIP-0000002s",
1129
+ "originalText": "TooltipView",
1130
+ "autoResize": true,
1131
+ "lineHeight": 1.25,
1132
+ "index": null
1133
+ },
1134
+ {
1135
+ "id": "shape-MD-000000g4",
1136
+ "type": "ellipse",
1137
+ "x": 376,
1138
+ "y": 443,
1139
+ "width": 186,
1140
+ "height": 56,
1141
+ "angle": 0,
1142
+ "strokeColor": "#1B1F23",
1143
+ "backgroundColor": "transparent",
1144
+ "fillStyle": "solid",
1145
+ "strokeWidth": 2,
1146
+ "strokeStyle": "solid",
1147
+ "roughness": 1,
1148
+ "opacity": 100,
1149
+ "groupIds": [],
1150
+ "frameId": null,
1151
+ "roundness": null,
1152
+ "seed": 580,
1153
+ "version": 1,
1154
+ "versionNonce": 580,
1155
+ "isDeleted": false,
1156
+ "boundElements": [
1157
+ {
1158
+ "id": "label-MD-0000008s",
1159
+ "type": "text"
1160
+ },
1161
+ {
1162
+ "id": "arrow-STORE-MD-000000ek",
1163
+ "type": "arrow"
1164
+ }
1165
+ ],
1166
+ "updated": 1,
1167
+ "link": null,
1168
+ "locked": false,
1169
+ "index": null
1170
+ },
1171
+ {
1172
+ "id": "label-MD-0000008s",
1173
+ "type": "text",
1174
+ "x": 384,
1175
+ "y": 458.5,
1176
+ "width": 170,
1177
+ "height": 25,
1178
+ "angle": 0,
1179
+ "strokeColor": "#1B1F23",
1180
+ "backgroundColor": "transparent",
1181
+ "fillStyle": "solid",
1182
+ "strokeWidth": 1,
1183
+ "strokeStyle": "solid",
1184
+ "roughness": 1,
1185
+ "opacity": 100,
1186
+ "groupIds": [],
1187
+ "frameId": null,
1188
+ "roundness": null,
1189
+ "seed": 316,
1190
+ "version": 1,
1191
+ "versionNonce": 316,
1192
+ "isDeleted": false,
1193
+ "boundElements": null,
1194
+ "updated": 1,
1195
+ "link": null,
1196
+ "locked": false,
1197
+ "text": "Markdown Files",
1198
+ "fontSize": 20,
1199
+ "fontFamily": 5,
1200
+ "textAlign": "center",
1201
+ "verticalAlign": "middle",
1202
+ "baseline": 15,
1203
+ "containerId": "shape-MD-000000g4",
1204
+ "originalText": "Markdown Files",
1205
+ "autoResize": true,
1206
+ "lineHeight": 1.25,
1207
+ "index": null
1208
+ },
1209
+ {
1210
+ "id": "shape-CATALOG-0000005y",
1211
+ "type": "ellipse",
1212
+ "x": 607,
1213
+ "y": 443,
1214
+ "width": 242,
1215
+ "height": 56,
1216
+ "angle": 0,
1217
+ "strokeColor": "#1B1F23",
1218
+ "backgroundColor": "transparent",
1219
+ "fillStyle": "solid",
1220
+ "strokeWidth": 2,
1221
+ "strokeStyle": "solid",
1222
+ "roughness": 1,
1223
+ "opacity": 100,
1224
+ "groupIds": [],
1225
+ "frameId": null,
1226
+ "roundness": null,
1227
+ "seed": 214,
1228
+ "version": 1,
1229
+ "versionNonce": 214,
1230
+ "isDeleted": false,
1231
+ "boundElements": [
1232
+ {
1233
+ "id": "label-CATALOG-000000dk",
1234
+ "type": "text"
1235
+ },
1236
+ {
1237
+ "id": "arrow-STORE-CATALOG-0000004c",
1238
+ "type": "arrow"
1239
+ }
1240
+ ],
1241
+ "updated": 1,
1242
+ "link": null,
1243
+ "locked": false,
1244
+ "index": null
1245
+ },
1246
+ {
1247
+ "id": "label-CATALOG-000000dk",
1248
+ "type": "text",
1249
+ "x": 615,
1250
+ "y": 458.5,
1251
+ "width": 226,
1252
+ "height": 25,
1253
+ "angle": 0,
1254
+ "strokeColor": "#1B1F23",
1255
+ "backgroundColor": "transparent",
1256
+ "fillStyle": "solid",
1257
+ "strokeWidth": 1,
1258
+ "strokeStyle": "solid",
1259
+ "roughness": 1,
1260
+ "opacity": 100,
1261
+ "groupIds": [],
1262
+ "frameId": null,
1263
+ "roundness": null,
1264
+ "seed": 488,
1265
+ "version": 1,
1266
+ "versionNonce": 488,
1267
+ "isDeleted": false,
1268
+ "boundElements": null,
1269
+ "updated": 1,
1270
+ "link": null,
1271
+ "locked": false,
1272
+ "text": "retold-catalog.json",
1273
+ "fontSize": 20,
1274
+ "fontFamily": 5,
1275
+ "textAlign": "center",
1276
+ "verticalAlign": "middle",
1277
+ "baseline": 15,
1278
+ "containerId": "shape-CATALOG-0000005y",
1279
+ "originalText": "retold-catalog.json",
1280
+ "autoResize": true,
1281
+ "lineHeight": 1.25,
1282
+ "index": null
1283
+ },
1284
+ {
1285
+ "id": "shape-KWIDX-00000091",
1286
+ "type": "ellipse",
1287
+ "x": 894,
1288
+ "y": 443,
1289
+ "width": 231,
1290
+ "height": 56,
1291
+ "angle": 0,
1292
+ "strokeColor": "#1B1F23",
1293
+ "backgroundColor": "transparent",
1294
+ "fillStyle": "solid",
1295
+ "strokeWidth": 2,
1296
+ "strokeStyle": "solid",
1297
+ "roughness": 1,
1298
+ "opacity": 100,
1299
+ "groupIds": [],
1300
+ "frameId": null,
1301
+ "roundness": null,
1302
+ "seed": 325,
1303
+ "version": 1,
1304
+ "versionNonce": 325,
1305
+ "isDeleted": false,
1306
+ "boundElements": [
1307
+ {
1308
+ "id": "label-KWIDX-000000lc",
1309
+ "type": "text"
1310
+ },
1311
+ {
1312
+ "id": "arrow-STORE-KWIDX-0000005c",
1313
+ "type": "arrow"
1314
+ }
1315
+ ],
1316
+ "updated": 1,
1317
+ "link": null,
1318
+ "locked": false,
1319
+ "index": null
1320
+ },
1321
+ {
1322
+ "id": "label-KWIDX-000000lc",
1323
+ "type": "text",
1324
+ "x": 902,
1325
+ "y": 458.5,
1326
+ "width": 215,
1327
+ "height": 25,
1328
+ "angle": 0,
1329
+ "strokeColor": "#1B1F23",
1330
+ "backgroundColor": "transparent",
1331
+ "fillStyle": "solid",
1332
+ "strokeWidth": 1,
1333
+ "strokeStyle": "solid",
1334
+ "roughness": 1,
1335
+ "opacity": 100,
1336
+ "groupIds": [],
1337
+ "frameId": null,
1338
+ "roundness": null,
1339
+ "seed": 768,
1340
+ "version": 1,
1341
+ "versionNonce": 768,
1342
+ "isDeleted": false,
1343
+ "boundElements": null,
1344
+ "updated": 1,
1345
+ "link": null,
1346
+ "locked": false,
1347
+ "text": "keyword-index.json",
1348
+ "fontSize": 20,
1349
+ "fontFamily": 5,
1350
+ "textAlign": "center",
1351
+ "verticalAlign": "middle",
1352
+ "baseline": 15,
1353
+ "containerId": "shape-KWIDX-00000091",
1354
+ "originalText": "keyword-index.json",
1355
+ "autoResize": true,
1356
+ "lineHeight": 1.25,
1357
+ "index": null
1358
+ },
1359
+ {
1360
+ "id": "arrow-CONFIG-STORE-000000eq",
1361
+ "type": "arrow",
1362
+ "x": 1440,
1363
+ "y": 117,
1364
+ "width": 4.547473508864641e-13,
1365
+ "height": 135,
1366
+ "angle": 0,
1367
+ "strokeColor": "#2E7D74",
1368
+ "backgroundColor": "transparent",
1369
+ "fillStyle": "solid",
1370
+ "strokeWidth": 2,
1371
+ "strokeStyle": "solid",
1372
+ "roughness": 1,
1373
+ "opacity": 100,
1374
+ "groupIds": [],
1375
+ "frameId": null,
1376
+ "roundness": null,
1377
+ "seed": 530,
1378
+ "version": 1,
1379
+ "versionNonce": 530,
1380
+ "isDeleted": false,
1381
+ "boundElements": [],
1382
+ "updated": 1,
1383
+ "link": null,
1384
+ "locked": false,
1385
+ "points": [
1386
+ [
1387
+ 0,
1388
+ 0
1389
+ ],
1390
+ [
1391
+ 0,
1392
+ 16
1393
+ ],
1394
+ [
1395
+ 0,
1396
+ 21.962414266117975
1397
+ ],
1398
+ [
1399
+ -2.2737367544323206e-13,
1400
+ 27.840054869684508
1401
+ ],
1402
+ [
1403
+ 2.2737367544323206e-13,
1404
+ 33.64351851851853
1405
+ ],
1406
+ [
1407
+ 0,
1408
+ 39.383401920438956
1409
+ ],
1410
+ [
1411
+ 0,
1412
+ 45.07030178326477
1413
+ ],
1414
+ [
1415
+ 0,
1416
+ 50.714814814814815
1417
+ ],
1418
+ [
1419
+ 2.2737367544323206e-13,
1420
+ 56.32753772290812
1421
+ ],
1422
+ [
1423
+ 0,
1424
+ 61.919067215363526
1425
+ ],
1426
+ [
1427
+ 0,
1428
+ 67.5
1429
+ ],
1430
+ [
1431
+ 0,
1432
+ 73.0809327846365
1433
+ ],
1434
+ [
1435
+ 0,
1436
+ 78.67246227709194
1437
+ ],
1438
+ [
1439
+ 0,
1440
+ 84.28518518518518
1441
+ ],
1442
+ [
1443
+ 0,
1444
+ 89.92969821673523
1445
+ ],
1446
+ [
1447
+ 0,
1448
+ 95.61659807956107
1449
+ ],
1450
+ [
1451
+ 0,
1452
+ 101.35648148148152
1453
+ ],
1454
+ [
1455
+ 0,
1456
+ 107.15994513031549
1457
+ ],
1458
+ [
1459
+ 0,
1460
+ 113.03758573388203
1461
+ ],
1462
+ [
1463
+ 0,
1464
+ 119
1465
+ ],
1466
+ [
1467
+ 0,
1468
+ 135
1469
+ ]
1470
+ ],
1471
+ "lastCommittedPoint": null,
1472
+ "startBinding": {
1473
+ "elementId": "shape-CONFIG-000000ma",
1474
+ "focus": 0,
1475
+ "gap": 8
1476
+ },
1477
+ "endBinding": {
1478
+ "elementId": "shape-STORE-0000005o",
1479
+ "focus": 0,
1480
+ "gap": 8
1481
+ },
1482
+ "startArrowhead": null,
1483
+ "endArrowhead": "arrow",
1484
+ "elbowed": false,
1485
+ "index": null
1486
+ },
1487
+ {
1488
+ "id": "arrow-STORE-RENDER-000000qg",
1489
+ "type": "arrow",
1490
+ "x": 1440,
1491
+ "y": 308,
1492
+ "width": 88.5,
1493
+ "height": 135,
1494
+ "angle": 0,
1495
+ "strokeColor": "#2E7D74",
1496
+ "backgroundColor": "transparent",
1497
+ "fillStyle": "solid",
1498
+ "strokeWidth": 2,
1499
+ "strokeStyle": "solid",
1500
+ "roughness": 1,
1501
+ "opacity": 100,
1502
+ "groupIds": [],
1503
+ "frameId": null,
1504
+ "roundness": null,
1505
+ "seed": 952,
1506
+ "version": 1,
1507
+ "versionNonce": 952,
1508
+ "isDeleted": false,
1509
+ "boundElements": [],
1510
+ "updated": 1,
1511
+ "link": null,
1512
+ "locked": false,
1513
+ "points": [
1514
+ [
1515
+ 0,
1516
+ 0
1517
+ ],
1518
+ [
1519
+ 0,
1520
+ 16
1521
+ ],
1522
+ [
1523
+ 0.7890946502056977,
1524
+ 21.96241426611789
1525
+ ],
1526
+ [
1527
+ 3.034979423868208,
1528
+ 27.84005486968448
1529
+ ],
1530
+ [
1531
+ 6.555555555555657,
1532
+ 33.64351851851853
1533
+ ],
1534
+ [
1535
+ 11.168724279835487,
1536
+ 39.383401920438985
1537
+ ],
1538
+ [
1539
+ 16.692386831275826,
1540
+ 45.07030178326477
1541
+ ],
1542
+ [
1543
+ 22.94444444444457,
1544
+ 50.714814814814815
1545
+ ],
1546
+ [
1547
+ 29.74279835390962,
1548
+ 56.32753772290812
1549
+ ],
1550
+ [
1551
+ 36.90534979423887,
1552
+ 61.9190672153635
1553
+ ],
1554
+ [
1555
+ 44.25,
1556
+ 67.5
1557
+ ],
1558
+ [
1559
+ 51.594650205761354,
1560
+ 73.0809327846365
1561
+ ],
1562
+ [
1563
+ 58.75720164609038,
1564
+ 78.67246227709188
1565
+ ],
1566
+ [
1567
+ 65.55555555555543,
1568
+ 84.28518518518513
1569
+ ],
1570
+ [
1571
+ 71.8076131687244,
1572
+ 89.92969821673523
1573
+ ],
1574
+ [
1575
+ 77.33127572016474,
1576
+ 95.61659807956107
1577
+ ],
1578
+ [
1579
+ 81.94444444444457,
1580
+ 101.35648148148152
1581
+ ],
1582
+ [
1583
+ 85.46502057613179,
1584
+ 107.15994513031552
1585
+ ],
1586
+ [
1587
+ 87.7109053497943,
1588
+ 113.03758573388205
1589
+ ],
1590
+ [
1591
+ 88.5,
1592
+ 119
1593
+ ],
1594
+ [
1595
+ 88.5,
1596
+ 135
1597
+ ]
1598
+ ],
1599
+ "lastCommittedPoint": null,
1600
+ "startBinding": {
1601
+ "elementId": "shape-STORE-0000005o",
1602
+ "focus": 0,
1603
+ "gap": 8
1604
+ },
1605
+ "endBinding": {
1606
+ "elementId": "shape-RENDER-000000qs",
1607
+ "focus": 0,
1608
+ "gap": 8
1609
+ },
1610
+ "startArrowhead": null,
1611
+ "endArrowhead": "arrow",
1612
+ "elbowed": false,
1613
+ "index": null
1614
+ },
1615
+ {
1616
+ "id": "arrow-RENDER-PANE-000000ki",
1617
+ "type": "arrow",
1618
+ "x": 1441,
1619
+ "y": 476.97333333333336,
1620
+ "width": 34,
1621
+ "height": 185.02666666666664,
1622
+ "angle": 0,
1623
+ "strokeColor": "#2E7D74",
1624
+ "backgroundColor": "transparent",
1625
+ "fillStyle": "solid",
1626
+ "strokeWidth": 2,
1627
+ "strokeStyle": "solid",
1628
+ "roughness": 1,
1629
+ "opacity": 100,
1630
+ "groupIds": [],
1631
+ "frameId": null,
1632
+ "roundness": null,
1633
+ "seed": 738,
1634
+ "version": 1,
1635
+ "versionNonce": 738,
1636
+ "isDeleted": false,
1637
+ "boundElements": [],
1638
+ "updated": 1,
1639
+ "link": null,
1640
+ "locked": false,
1641
+ "points": [
1642
+ [
1643
+ 0,
1644
+ 0
1645
+ ],
1646
+ [
1647
+ -16,
1648
+ 0
1649
+ ],
1650
+ [
1651
+ -19.375857338820424,
1652
+ 1.6497576588934066
1653
+ ],
1654
+ [
1655
+ -21.599451303155092,
1656
+ 6.345221764974781
1657
+ ],
1658
+ [
1659
+ -22.814814814814554,
1660
+ 13.70567901234574
1661
+ ],
1662
+ [
1663
+ -23.165980795610267,
1664
+ 23.350416095107448
1665
+ ],
1666
+ [
1667
+ -22.796982167352326,
1668
+ 34.89871970736175
1669
+ ],
1670
+ [
1671
+ -21.851851851851507,
1672
+ 47.96987654320992
1673
+ ],
1674
+ [
1675
+ -20.474622770918813,
1676
+ 62.18317329675358
1677
+ ],
1678
+ [
1679
+ -18.809327846365022,
1680
+ 77.15789666209423
1681
+ ],
1682
+ [
1683
+ -17,
1684
+ 92.51333333333332
1685
+ ],
1686
+ [
1687
+ -15.190672153635205,
1688
+ 107.86877000457253
1689
+ ],
1690
+ [
1691
+ -13.525377229081187,
1692
+ 122.84349336991306
1693
+ ],
1694
+ [
1695
+ -12.148148148148266,
1696
+ 137.05679012345684
1697
+ ],
1698
+ [
1699
+ -11.20301783264722,
1700
+ 150.12794695930506
1701
+ ],
1702
+ [
1703
+ -10.834019204389506,
1704
+ 161.6762505715592
1705
+ ],
1706
+ [
1707
+ -11.185185185185219,
1708
+ 171.32098765432102
1709
+ ],
1710
+ [
1711
+ -12.400548696844908,
1712
+ 178.68144490169175
1713
+ ],
1714
+ [
1715
+ -14.624142661179803,
1716
+ 183.37690900777307
1717
+ ],
1718
+ [
1719
+ -18,
1720
+ 185.02666666666664
1721
+ ],
1722
+ [
1723
+ -34,
1724
+ 185.02666666666664
1725
+ ]
1726
+ ],
1727
+ "lastCommittedPoint": null,
1728
+ "startBinding": {
1729
+ "elementId": "shape-RENDER-000000qs",
1730
+ "focus": 0,
1731
+ "gap": 8
1732
+ },
1733
+ "endBinding": {
1734
+ "elementId": "shape-PANE-000000ml",
1735
+ "focus": 0,
1736
+ "gap": 8
1737
+ },
1738
+ "startArrowhead": null,
1739
+ "endArrowhead": "arrow",
1740
+ "elbowed": false,
1741
+ "index": null
1742
+ },
1743
+ {
1744
+ "id": "arrow-RENDER-SIDEBAR-00000081",
1745
+ "type": "arrow",
1746
+ "x": 1547.1666666666667,
1747
+ "y": 499,
1748
+ "width": 18.666666666666742,
1749
+ "height": 135,
1750
+ "angle": 0,
1751
+ "strokeColor": "#2E7D74",
1752
+ "backgroundColor": "transparent",
1753
+ "fillStyle": "solid",
1754
+ "strokeWidth": 2,
1755
+ "strokeStyle": "solid",
1756
+ "roughness": 1,
1757
+ "opacity": 100,
1758
+ "groupIds": [],
1759
+ "frameId": null,
1760
+ "roundness": null,
1761
+ "seed": 289,
1762
+ "version": 1,
1763
+ "versionNonce": 289,
1764
+ "isDeleted": false,
1765
+ "boundElements": [],
1766
+ "updated": 1,
1767
+ "link": null,
1768
+ "locked": false,
1769
+ "points": [
1770
+ [
1771
+ 0,
1772
+ 0
1773
+ ],
1774
+ [
1775
+ 0,
1776
+ 16
1777
+ ],
1778
+ [
1779
+ -0.16643804298155374,
1780
+ 21.962414266118003
1781
+ ],
1782
+ [
1783
+ -0.64014631915893,
1784
+ 27.840054869684423
1785
+ ],
1786
+ [
1787
+ -1.3827160493826796,
1788
+ 33.643518518518476
1789
+ ],
1790
+ [
1791
+ -2.3557384545038076,
1792
+ 39.38340192043893
1793
+ ],
1794
+ [
1795
+ -3.5208047553726374,
1796
+ 45.07030178326477
1797
+ ],
1798
+ [
1799
+ -4.839506172839265,
1800
+ 50.71481481481487
1801
+ ],
1802
+ [
1803
+ -6.273433927754695,
1804
+ 56.32753772290812
1805
+ ],
1806
+ [
1807
+ -7.784179240969252,
1808
+ 61.91906721536361
1809
+ ],
1810
+ [
1811
+ -9.333333333333258,
1812
+ 67.5
1813
+ ],
1814
+ [
1815
+ -10.882487425697263,
1816
+ 73.0809327846365
1817
+ ],
1818
+ [
1819
+ -12.39323273891182,
1820
+ 78.67246227709188
1821
+ ],
1822
+ [
1823
+ -13.82716049382725,
1824
+ 84.28518518518513
1825
+ ],
1826
+ [
1827
+ -15.145861911294105,
1828
+ 89.92969821673535
1829
+ ],
1830
+ [
1831
+ -16.310928212162707,
1832
+ 95.61659807956107
1833
+ ],
1834
+ [
1835
+ -17.283950617283836,
1836
+ 101.35648148148152
1837
+ ],
1838
+ [
1839
+ -18.02652034750804,
1840
+ 107.15994513031546
1841
+ ],
1842
+ [
1843
+ -18.500228623685416,
1844
+ 113.037585733882
1845
+ ],
1846
+ [
1847
+ -18.666666666666742,
1848
+ 119
1849
+ ],
1850
+ [
1851
+ -18.666666666666742,
1852
+ 135
1853
+ ]
1854
+ ],
1855
+ "lastCommittedPoint": null,
1856
+ "startBinding": {
1857
+ "elementId": "shape-RENDER-000000qs",
1858
+ "focus": 0,
1859
+ "gap": 8
1860
+ },
1861
+ "endBinding": {
1862
+ "elementId": "shape-SIDEBAR-000000io",
1863
+ "focus": 0,
1864
+ "gap": 8
1865
+ },
1866
+ "startArrowhead": null,
1867
+ "endArrowhead": "arrow",
1868
+ "elbowed": false,
1869
+ "index": null
1870
+ },
1871
+ {
1872
+ "id": "arrow-RENDER-TOOLTIP-0000005k",
1873
+ "type": "arrow",
1874
+ "x": 1509.8333333333333,
1875
+ "y": 499,
1876
+ "width": 15.85333333333324,
1877
+ "height": 618,
1878
+ "angle": 0,
1879
+ "strokeColor": "#2E7D74",
1880
+ "backgroundColor": "transparent",
1881
+ "fillStyle": "solid",
1882
+ "strokeWidth": 2,
1883
+ "strokeStyle": "solid",
1884
+ "roughness": 1,
1885
+ "opacity": 100,
1886
+ "groupIds": [],
1887
+ "frameId": null,
1888
+ "roundness": null,
1889
+ "seed": 200,
1890
+ "version": 1,
1891
+ "versionNonce": 200,
1892
+ "isDeleted": false,
1893
+ "boundElements": [],
1894
+ "updated": 1,
1895
+ "link": null,
1896
+ "locked": false,
1897
+ "points": [
1898
+ [
1899
+ 0,
1900
+ 0
1901
+ ],
1902
+ [
1903
+ 0,
1904
+ 16
1905
+ ],
1906
+ [
1907
+ -0.14135345221757234,
1908
+ 49.922085048010786
1909
+ ],
1910
+ [
1911
+ -0.5436671239140196,
1912
+ 83.36186556927294
1913
+ ],
1914
+ [
1915
+ -1.174320987654255,
1916
+ 116.37962962962968
1917
+ ],
1918
+ [
1919
+ -2.0006950160036467,
1920
+ 149.03566529492457
1921
+ ],
1922
+ [
1923
+ -2.9901691815273352,
1924
+ 181.3902606310014
1925
+ ],
1926
+ [
1927
+ -4.1101234567900065,
1928
+ 213.50370370370376
1929
+ ],
1930
+ [
1931
+ -5.327937814357256,
1932
+ 245.4362825788753
1933
+ ],
1934
+ [
1935
+ -6.610992226794451,
1936
+ 277.2482853223594
1937
+ ],
1938
+ [
1939
+ -7.926666666666506,
1940
+ 309
1941
+ ],
1942
+ [
1943
+ -9.242341106538333,
1944
+ 340.7517146776406
1945
+ ],
1946
+ [
1947
+ -10.525395518975984,
1948
+ 372.5637174211248
1949
+ ],
1950
+ [
1951
+ -11.743209876543233,
1952
+ 404.49629629629635
1953
+ ],
1954
+ [
1955
+ -12.863164151806131,
1956
+ 436.6097393689987
1957
+ ],
1958
+ [
1959
+ -13.852638317329593,
1960
+ 468.96433470507554
1961
+ ],
1962
+ [
1963
+ -14.679012345678757,
1964
+ 501.62037037037044
1965
+ ],
1966
+ [
1967
+ -15.30966620941922,
1968
+ 534.638134430727
1969
+ ],
1970
+ [
1971
+ -15.711979881115667,
1972
+ 568.077914951989
1973
+ ],
1974
+ [
1975
+ -15.85333333333324,
1976
+ 602
1977
+ ],
1978
+ [
1979
+ -15.85333333333324,
1980
+ 618
1981
+ ]
1982
+ ],
1983
+ "lastCommittedPoint": null,
1984
+ "startBinding": {
1985
+ "elementId": "shape-RENDER-000000qs",
1986
+ "focus": 0,
1987
+ "gap": 8
1988
+ },
1989
+ "endBinding": {
1990
+ "elementId": "shape-TOOLTIP-0000002s",
1991
+ "focus": 0,
1992
+ "gap": 8
1993
+ },
1994
+ "startArrowhead": null,
1995
+ "endArrowhead": "arrow",
1996
+ "elbowed": false,
1997
+ "index": null
1998
+ },
1999
+ {
2000
+ "id": "arrow-BINDER-TOOLTIP-000000nc",
2001
+ "type": "arrow",
2002
+ "x": 1378.8333333333333,
2003
+ "y": 1027,
2004
+ "width": 66.18666666666672,
2005
+ "height": 90,
2006
+ "angle": 0,
2007
+ "strokeColor": "#2E7D74",
2008
+ "backgroundColor": "transparent",
2009
+ "fillStyle": "solid",
2010
+ "strokeWidth": 2,
2011
+ "strokeStyle": "solid",
2012
+ "roughness": 1,
2013
+ "opacity": 100,
2014
+ "groupIds": [],
2015
+ "frameId": null,
2016
+ "roundness": null,
2017
+ "seed": 840,
2018
+ "version": 1,
2019
+ "versionNonce": 840,
2020
+ "isDeleted": false,
2021
+ "boundElements": [],
2022
+ "updated": 1,
2023
+ "link": null,
2024
+ "locked": false,
2025
+ "points": [
2026
+ [
2027
+ 0,
2028
+ 0
2029
+ ],
2030
+ [
2031
+ 0,
2032
+ 16
2033
+ ],
2034
+ [
2035
+ 0.5901417466848216,
2036
+ 19.87517146776395
2037
+ ],
2038
+ [
2039
+ 2.269775948788265,
2040
+ 23.519890260630973
2041
+ ],
2042
+ [
2043
+ 4.902716049382889,
2044
+ 26.962962962963047
2045
+ ],
2046
+ [
2047
+ 8.352775491541024,
2048
+ 30.233196159122144
2049
+ ],
2050
+ [
2051
+ 12.483767718335912,
2052
+ 33.359396433470465
2053
+ ],
2054
+ [
2055
+ 17.159506172839656,
2056
+ 36.37037037037044
2057
+ ],
2058
+ [
2059
+ 22.24380429812527,
2060
+ 39.29492455418381
2061
+ ],
2062
+ [
2063
+ 27.600475537265538,
2064
+ 42.161865569273004
2065
+ ],
2066
+ [
2067
+ 33.093333333333476,
2068
+ 45
2069
+ ],
2070
+ [
2071
+ 38.586191129401186,
2072
+ 47.838134430726996
2073
+ ],
2074
+ [
2075
+ 43.942862368541455,
2076
+ 50.70507544581619
2077
+ ],
2078
+ [
2079
+ 49.027160493827296,
2080
+ 53.62962962962956
2081
+ ],
2082
+ [
2083
+ 53.70289894833127,
2084
+ 56.640603566529535
2085
+ ],
2086
+ [
2087
+ 57.83389117512593,
2088
+ 59.766803840877856
2089
+ ],
2090
+ [
2091
+ 61.28395061728429,
2092
+ 63.03703703703718
2093
+ ],
2094
+ [
2095
+ 63.91689071787846,
2096
+ 66.48010973936903
2097
+ ],
2098
+ [
2099
+ 65.59652491998168,
2100
+ 70.12482853223605
2101
+ ],
2102
+ [
2103
+ 66.18666666666672,
2104
+ 74
2105
+ ],
2106
+ [
2107
+ 66.18666666666672,
2108
+ 90
2109
+ ]
2110
+ ],
2111
+ "lastCommittedPoint": null,
2112
+ "startBinding": {
2113
+ "elementId": "shape-BINDER-000000a8",
2114
+ "focus": 0,
2115
+ "gap": 8
2116
+ },
2117
+ "endBinding": {
2118
+ "elementId": "shape-TOOLTIP-0000002s",
2119
+ "focus": 0,
2120
+ "gap": 8
2121
+ },
2122
+ "startArrowhead": null,
2123
+ "endArrowhead": "arrow",
2124
+ "elbowed": false,
2125
+ "index": null
2126
+ },
2127
+ {
2128
+ "id": "arrow-AUTOGEN-BINDER-0000005p",
2129
+ "type": "arrow",
2130
+ "x": 1407.5,
2131
+ "y": 836,
2132
+ "width": 10,
2133
+ "height": 135,
2134
+ "angle": 0,
2135
+ "strokeColor": "#2E7D74",
2136
+ "backgroundColor": "transparent",
2137
+ "fillStyle": "solid",
2138
+ "strokeWidth": 2,
2139
+ "strokeStyle": "solid",
2140
+ "roughness": 1,
2141
+ "opacity": 100,
2142
+ "groupIds": [],
2143
+ "frameId": null,
2144
+ "roundness": null,
2145
+ "seed": 205,
2146
+ "version": 1,
2147
+ "versionNonce": 205,
2148
+ "isDeleted": false,
2149
+ "boundElements": [],
2150
+ "updated": 1,
2151
+ "link": null,
2152
+ "locked": false,
2153
+ "points": [
2154
+ [
2155
+ 0,
2156
+ 0
2157
+ ],
2158
+ [
2159
+ 0,
2160
+ 16
2161
+ ],
2162
+ [
2163
+ -0.089163237311368,
2164
+ 21.96241426611789
2165
+ ],
2166
+ [
2167
+ -0.3429355281205062,
2168
+ 27.840054869684536
2169
+ ],
2170
+ [
2171
+ -0.7407407407406481,
2172
+ 33.643518518518476
2173
+ ],
2174
+ [
2175
+ -1.2620027434841177,
2176
+ 39.38340192043904
2177
+ ],
2178
+ [
2179
+ -1.886145404663921,
2180
+ 45.07030178326477
2181
+ ],
2182
+ [
2183
+ -2.592592592592382,
2184
+ 50.71481481481487
2185
+ ],
2186
+ [
2187
+ -3.3607681755827343,
2188
+ 56.32753772290812
2189
+ ],
2190
+ [
2191
+ -4.1700960219477565,
2192
+ 61.9190672153635
2193
+ ],
2194
+ [
2195
+ -5,
2196
+ 67.5
2197
+ ],
2198
+ [
2199
+ -5.829903978052016,
2200
+ 73.08093278463662
2201
+ ],
2202
+ [
2203
+ -6.639231824417038,
2204
+ 78.67246227709188
2205
+ ],
2206
+ [
2207
+ -7.407407407407391,
2208
+ 84.28518518518513
2209
+ ],
2210
+ [
2211
+ -8.113854595336079,
2212
+ 89.92969821673523
2213
+ ],
2214
+ [
2215
+ -8.737997256515882,
2216
+ 95.61659807956107
2217
+ ],
2218
+ [
2219
+ -9.259259259259125,
2220
+ 101.35648148148164
2221
+ ],
2222
+ [
2223
+ -9.657064471879039,
2224
+ 107.15994513031558
2225
+ ],
2226
+ [
2227
+ -9.910836762688632,
2228
+ 113.037585733882
2229
+ ],
2230
+ [
2231
+ -10,
2232
+ 119
2233
+ ],
2234
+ [
2235
+ -10,
2236
+ 135
2237
+ ]
2238
+ ],
2239
+ "lastCommittedPoint": null,
2240
+ "startBinding": {
2241
+ "elementId": "shape-AUTOGEN-000000fc",
2242
+ "focus": 0,
2243
+ "gap": 8
2244
+ },
2245
+ "endBinding": {
2246
+ "elementId": "shape-BINDER-000000a8",
2247
+ "focus": 0,
2248
+ "gap": 8
2249
+ },
2250
+ "startArrowhead": null,
2251
+ "endArrowhead": "arrow",
2252
+ "elbowed": false,
2253
+ "index": null
2254
+ },
2255
+ {
2256
+ "id": "arrow-STORE-MD-000000ek",
2257
+ "type": "arrow",
2258
+ "x": 1369,
2259
+ "y": 288.96,
2260
+ "width": 807,
2261
+ "height": 182.04000000000002,
2262
+ "angle": 0,
2263
+ "strokeColor": "#2E7D74",
2264
+ "backgroundColor": "transparent",
2265
+ "fillStyle": "solid",
2266
+ "strokeWidth": 2,
2267
+ "strokeStyle": "solid",
2268
+ "roughness": 1,
2269
+ "opacity": 100,
2270
+ "groupIds": [],
2271
+ "frameId": null,
2272
+ "roundness": null,
2273
+ "seed": 524,
2274
+ "version": 1,
2275
+ "versionNonce": 524,
2276
+ "isDeleted": false,
2277
+ "boundElements": [],
2278
+ "updated": 1,
2279
+ "link": null,
2280
+ "locked": false,
2281
+ "points": [
2282
+ [
2283
+ 0,
2284
+ 0
2285
+ ],
2286
+ [
2287
+ -16,
2288
+ 0
2289
+ ],
2290
+ [
2291
+ -60.86282578875171,
2292
+ 1.6231275720164149
2293
+ ],
2294
+ [
2295
+ -105.0877914951991,
2296
+ 6.24279835390945
2297
+ ],
2298
+ [
2299
+ -148.75462962962956,
2300
+ 13.484444444444478
2301
+ ],
2302
+ [
2303
+ -191.94307270233207,
2304
+ 22.973497942386814
2305
+ ],
2306
+ [
2307
+ -234.7328532235938,
2308
+ 34.335390946502116
2309
+ ],
2310
+ [
2311
+ -277.20370370370347,
2312
+ 47.195555555555586
2313
+ ],
2314
+ [
2315
+ -319.43535665294917,
2316
+ 61.179423868312824
2317
+ ],
2318
+ [
2319
+ -361.5075445816186,
2320
+ 75.91242798353909
2321
+ ],
2322
+ [
2323
+ -403.5,
2324
+ 91.02000000000004
2325
+ ],
2326
+ [
2327
+ -445.49245541838127,
2328
+ 106.12757201646093
2329
+ ],
2330
+ [
2331
+ -487.56464334705083,
2332
+ 120.86057613168731
2333
+ ],
2334
+ [
2335
+ -529.7962962962963,
2336
+ 134.84444444444443
2337
+ ],
2338
+ [
2339
+ -572.267146776406,
2340
+ 147.70460905349796
2341
+ ],
2342
+ [
2343
+ -615.0569272976679,
2344
+ 159.06650205761315
2345
+ ],
2346
+ [
2347
+ -658.2453703703703,
2348
+ 168.5555555555556
2349
+ ],
2350
+ [
2351
+ -701.912208504801,
2352
+ 175.79720164609057
2353
+ ],
2354
+ [
2355
+ -746.1371742112483,
2356
+ 180.41687242798355
2357
+ ],
2358
+ [
2359
+ -791,
2360
+ 182.04000000000002
2361
+ ],
2362
+ [
2363
+ -807,
2364
+ 182.04000000000002
2365
+ ]
2366
+ ],
2367
+ "lastCommittedPoint": null,
2368
+ "startBinding": {
2369
+ "elementId": "shape-STORE-0000005o",
2370
+ "focus": 0,
2371
+ "gap": 8
2372
+ },
2373
+ "endBinding": {
2374
+ "elementId": "shape-MD-000000g4",
2375
+ "focus": 0,
2376
+ "gap": 8
2377
+ },
2378
+ "startArrowhead": null,
2379
+ "endArrowhead": "arrow",
2380
+ "elbowed": false,
2381
+ "index": null
2382
+ },
2383
+ {
2384
+ "id": "arrow-STORE-CATALOG-0000004c",
2385
+ "type": "arrow",
2386
+ "x": 1369,
2387
+ "y": 271.04,
2388
+ "width": 520,
2389
+ "height": 199.95999999999998,
2390
+ "angle": 0,
2391
+ "strokeColor": "#2E7D74",
2392
+ "backgroundColor": "transparent",
2393
+ "fillStyle": "solid",
2394
+ "strokeWidth": 2,
2395
+ "strokeStyle": "solid",
2396
+ "roughness": 1,
2397
+ "opacity": 100,
2398
+ "groupIds": [],
2399
+ "frameId": null,
2400
+ "roundness": null,
2401
+ "seed": 156,
2402
+ "version": 1,
2403
+ "versionNonce": 156,
2404
+ "isDeleted": false,
2405
+ "boundElements": [],
2406
+ "updated": 1,
2407
+ "link": null,
2408
+ "locked": false,
2409
+ "points": [
2410
+ [
2411
+ 0,
2412
+ 0
2413
+ ],
2414
+ [
2415
+ -16,
2416
+ 0
2417
+ ],
2418
+ [
2419
+ -44.24910836762706,
2420
+ 1.7829080932784223
2421
+ ],
2422
+ [
2423
+ -72.0965706447189,
2424
+ 6.85733882030172
2425
+ ],
2426
+ [
2427
+ -99.59259259259238,
2428
+ 14.811851851851884
2429
+ ],
2430
+ [
2431
+ -126.78737997256508,
2432
+ 25.235006858710562
2433
+ ],
2434
+ [
2435
+ -153.73113854595317,
2436
+ 37.7153635116598
2437
+ ],
2438
+ [
2439
+ -180.474074074074,
2440
+ 51.84148148148148
2441
+ ],
2442
+ [
2443
+ -207.06639231824397,
2444
+ 67.20192043895753
2445
+ ],
2446
+ [
2447
+ -233.55829903978042,
2448
+ 83.38524005486966
2449
+ ],
2450
+ [
2451
+ -260,
2452
+ 99.97999999999996
2453
+ ],
2454
+ [
2455
+ -286.44170096021935,
2456
+ 116.57475994513032
2457
+ ],
2458
+ [
2459
+ -312.9336076817558,
2460
+ 132.7580795610425
2461
+ ],
2462
+ [
2463
+ -339.525925925926,
2464
+ 148.11851851851844
2465
+ ],
2466
+ [
2467
+ -366.2688614540466,
2468
+ 162.24463648834018
2469
+ ],
2470
+ [
2471
+ -393.2126200274347,
2472
+ 174.72499314128942
2473
+ ],
2474
+ [
2475
+ -420.4074074074074,
2476
+ 185.1481481481482
2477
+ ],
2478
+ [
2479
+ -447.9034293552811,
2480
+ 193.10266117969826
2481
+ ],
2482
+ [
2483
+ -475.75089163237317,
2484
+ 198.1770919067215
2485
+ ],
2486
+ [
2487
+ -504,
2488
+ 199.95999999999998
2489
+ ],
2490
+ [
2491
+ -520,
2492
+ 199.95999999999998
2493
+ ]
2494
+ ],
2495
+ "lastCommittedPoint": null,
2496
+ "startBinding": {
2497
+ "elementId": "shape-STORE-0000005o",
2498
+ "focus": 0,
2499
+ "gap": 8
2500
+ },
2501
+ "endBinding": {
2502
+ "elementId": "shape-CATALOG-0000005y",
2503
+ "focus": 0,
2504
+ "gap": 8
2505
+ },
2506
+ "startArrowhead": null,
2507
+ "endArrowhead": "arrow",
2508
+ "elbowed": false,
2509
+ "index": null
2510
+ },
2511
+ {
2512
+ "id": "arrow-STORE-KWIDX-0000005c",
2513
+ "type": "arrow",
2514
+ "x": 1369,
2515
+ "y": 280,
2516
+ "width": 244,
2517
+ "height": 191,
2518
+ "angle": 0,
2519
+ "strokeColor": "#2E7D74",
2520
+ "backgroundColor": "transparent",
2521
+ "fillStyle": "solid",
2522
+ "strokeWidth": 2,
2523
+ "strokeStyle": "solid",
2524
+ "roughness": 1,
2525
+ "opacity": 100,
2526
+ "groupIds": [],
2527
+ "frameId": null,
2528
+ "roundness": null,
2529
+ "seed": 192,
2530
+ "version": 1,
2531
+ "versionNonce": 192,
2532
+ "isDeleted": false,
2533
+ "boundElements": [],
2534
+ "updated": 1,
2535
+ "link": null,
2536
+ "locked": false,
2537
+ "points": [
2538
+ [
2539
+ 0,
2540
+ 0
2541
+ ],
2542
+ [
2543
+ -16,
2544
+ 0
2545
+ ],
2546
+ [
2547
+ -28.272153635116865,
2548
+ 1.703017832647447
2549
+ ],
2550
+ [
2551
+ -40.36982167352562,
2552
+ 6.5500685871056135
2553
+ ],
2554
+ [
2555
+ -52.314814814814554,
2556
+ 14.148148148148152
2557
+ ],
2558
+ [
2559
+ -64.12894375857331,
2560
+ 24.10425240054866
2561
+ ],
2562
+ [
2563
+ -75.83401920438973,
2564
+ 36.0253772290809
2565
+ ],
2566
+ [
2567
+ -87.45185185185164,
2568
+ 49.51851851851859
2569
+ ],
2570
+ [
2571
+ -99.00425240054847,
2572
+ 64.19067215363515
2573
+ ],
2574
+ [
2575
+ -110.51303155006826,
2576
+ 79.6488340192044
2577
+ ],
2578
+ [
2579
+ -122,
2580
+ 95.5
2581
+ ],
2582
+ [
2583
+ -133.48696844993128,
2584
+ 111.3511659807956
2585
+ ],
2586
+ [
2587
+ -144.99574759945153,
2588
+ 126.80932784636491
2589
+ ],
2590
+ [
2591
+ -156.54814814814813,
2592
+ 141.48148148148147
2593
+ ],
2594
+ [
2595
+ -168.16598079561027,
2596
+ 154.9746227709191
2597
+ ],
2598
+ [
2599
+ -179.8710562414267,
2600
+ 166.89574759945128
2601
+ ],
2602
+ [
2603
+ -191.685185185185,
2604
+ 176.8518518518519
2605
+ ],
2606
+ [
2607
+ -203.63017832647438,
2608
+ 184.4499314128944
2609
+ ],
2610
+ [
2611
+ -215.72784636488336,
2612
+ 189.29698216735255
2613
+ ],
2614
+ [
2615
+ -228,
2616
+ 191
2617
+ ],
2618
+ [
2619
+ -244,
2620
+ 191
2621
+ ]
2622
+ ],
2623
+ "lastCommittedPoint": null,
2624
+ "startBinding": {
2625
+ "elementId": "shape-STORE-0000005o",
2626
+ "focus": 0,
2627
+ "gap": 8
2628
+ },
2629
+ "endBinding": {
2630
+ "elementId": "shape-KWIDX-00000091",
2631
+ "focus": 0,
2632
+ "gap": 8
2633
+ },
2634
+ "startArrowhead": null,
2635
+ "endArrowhead": "arrow",
2636
+ "elbowed": false,
2637
+ "index": null
2638
+ },
2639
+ {
2640
+ "id": "arrow-ROUTER-RENDER-0000009s",
2641
+ "type": "arrow",
2642
+ "x": 246,
2643
+ "y": 280,
2644
+ "width": 1195,
2645
+ "height": 185.02666666666664,
2646
+ "angle": 0,
2647
+ "strokeColor": "#2E7D74",
2648
+ "backgroundColor": "transparent",
2649
+ "fillStyle": "solid",
2650
+ "strokeWidth": 2,
2651
+ "strokeStyle": "solid",
2652
+ "roughness": 1,
2653
+ "opacity": 100,
2654
+ "groupIds": [],
2655
+ "frameId": null,
2656
+ "roundness": null,
2657
+ "seed": 352,
2658
+ "version": 1,
2659
+ "versionNonce": 352,
2660
+ "isDeleted": false,
2661
+ "boundElements": [],
2662
+ "updated": 1,
2663
+ "link": null,
2664
+ "locked": false,
2665
+ "points": [
2666
+ [
2667
+ 0,
2668
+ 0
2669
+ ],
2670
+ [
2671
+ 16,
2672
+ 0
2673
+ ],
2674
+ [
2675
+ 83.32318244170091,
2676
+ 1.6497576588934066
2677
+ ],
2678
+ [
2679
+ 149.68916323731133,
2680
+ 6.345221764974838
2681
+ ],
2682
+ [
2683
+ 215.2175925925926,
2684
+ 13.705679012345684
2685
+ ],
2686
+ [
2687
+ 280.02812071330584,
2688
+ 23.350416095107448
2689
+ ],
2690
+ [
2691
+ 344.24039780521264,
2692
+ 34.89871970736169
2693
+ ],
2694
+ [
2695
+ 407.974074074074,
2696
+ 47.969876543209864
2697
+ ],
2698
+ [
2699
+ 471.3487997256516,
2700
+ 62.18317329675352
2701
+ ],
2702
+ [
2703
+ 534.4842249657064,
2704
+ 77.15789666209423
2705
+ ],
2706
+ [
2707
+ 597.5,
2708
+ 92.51333333333332
2709
+ ],
2710
+ [
2711
+ 660.5157750342936,
2712
+ 107.86877000457253
2713
+ ],
2714
+ [
2715
+ 723.6512002743484,
2716
+ 122.84349336991306
2717
+ ],
2718
+ [
2719
+ 787.025925925926,
2720
+ 137.05679012345678
2721
+ ],
2722
+ [
2723
+ 850.7596021947875,
2724
+ 150.12794695930495
2725
+ ],
2726
+ [
2727
+ 914.9718792866943,
2728
+ 161.6762505715592
2729
+ ],
2730
+ [
2731
+ 979.7824074074076,
2732
+ 171.32098765432102
2733
+ ],
2734
+ [
2735
+ 1045.3108367626887,
2736
+ 178.68144490169175
2737
+ ],
2738
+ [
2739
+ 1111.676817558299,
2740
+ 183.37690900777318
2741
+ ],
2742
+ [
2743
+ 1179,
2744
+ 185.02666666666664
2745
+ ],
2746
+ [
2747
+ 1195,
2748
+ 185.02666666666664
2749
+ ]
2750
+ ],
2751
+ "lastCommittedPoint": null,
2752
+ "startBinding": {
2753
+ "elementId": "shape-ROUTER-0000005g",
2754
+ "focus": 0,
2755
+ "gap": 8
2756
+ },
2757
+ "endBinding": {
2758
+ "elementId": "shape-RENDER-000000qs",
2759
+ "focus": 0,
2760
+ "gap": 8
2761
+ },
2762
+ "startArrowhead": null,
2763
+ "endArrowhead": "arrow",
2764
+ "elbowed": false,
2765
+ "index": null
2766
+ },
2767
+ {
2768
+ "id": "arrow-MANYFEST-AUTOGEN-000000o0",
2769
+ "type": "arrow",
2770
+ "x": 291,
2771
+ "y": 662,
2772
+ "width": 990,
2773
+ "height": 146,
2774
+ "angle": 0,
2775
+ "strokeColor": "#2E7D74",
2776
+ "backgroundColor": "transparent",
2777
+ "fillStyle": "solid",
2778
+ "strokeWidth": 2,
2779
+ "strokeStyle": "solid",
2780
+ "roughness": 1,
2781
+ "opacity": 100,
2782
+ "groupIds": [],
2783
+ "frameId": null,
2784
+ "roundness": null,
2785
+ "seed": 864,
2786
+ "version": 1,
2787
+ "versionNonce": 864,
2788
+ "isDeleted": false,
2789
+ "boundElements": [],
2790
+ "updated": 1,
2791
+ "link": null,
2792
+ "locked": false,
2793
+ "points": [
2794
+ [
2795
+ 0,
2796
+ 0
2797
+ ],
2798
+ [
2799
+ 16,
2800
+ 0
2801
+ ],
2802
+ [
2803
+ 71.45624142661177,
2804
+ 1.3017832647460637
2805
+ ],
2806
+ [
2807
+ 126.12400548696837,
2808
+ 5.0068587105622555
2809
+ ],
2810
+ [
2811
+ 180.10185185185185,
2812
+ 10.814814814814895
2813
+ ],
2814
+ [
2815
+ 233.4883401920439,
2816
+ 18.425240054869732
2817
+ ],
2818
+ [
2819
+ 286.38203017832654,
2820
+ 27.537722908093315
2821
+ ],
2822
+ [
2823
+ 338.8814814814815,
2824
+ 37.85185185185196
2825
+ ],
2826
+ [
2827
+ 391.0852537722908,
2828
+ 49.067215363511764
2829
+ ],
2830
+ [
2831
+ 443.09190672153625,
2832
+ 60.88340192043904
2833
+ ],
2834
+ [
2835
+ 495,
2836
+ 73
2837
+ ],
2838
+ [
2839
+ 546.9080932784636,
2840
+ 85.11659807956107
2841
+ ],
2842
+ [
2843
+ 598.9147462277092,
2844
+ 96.93278463648835
2845
+ ],
2846
+ [
2847
+ 651.1185185185185,
2848
+ 108.14814814814815
2849
+ ],
2850
+ [
2851
+ 703.6179698216736,
2852
+ 118.46227709190669
2853
+ ],
2854
+ [
2855
+ 756.5116598079562,
2856
+ 127.57475994513038
2857
+ ],
2858
+ [
2859
+ 809.8981481481483,
2860
+ 135.18518518518522
2861
+ ],
2862
+ [
2863
+ 863.8759945130316,
2864
+ 140.99314128943763
2865
+ ],
2866
+ [
2867
+ 918.5437585733882,
2868
+ 144.6982167352537
2869
+ ],
2870
+ [
2871
+ 974,
2872
+ 146
2873
+ ],
2874
+ [
2875
+ 990,
2876
+ 146
2877
+ ]
2878
+ ],
2879
+ "lastCommittedPoint": null,
2880
+ "startBinding": {
2881
+ "elementId": "shape-MANYFEST-000000hc",
2882
+ "focus": 0,
2883
+ "gap": 8
2884
+ },
2885
+ "endBinding": {
2886
+ "elementId": "shape-AUTOGEN-000000fc",
2887
+ "focus": 0,
2888
+ "gap": 8
2889
+ },
2890
+ "startArrowhead": null,
2891
+ "endArrowhead": "arrow",
2892
+ "elbowed": false,
2893
+ "index": null
2894
+ },
2895
+ {
2896
+ "id": "arrow-DOM-BINDER-000000dc",
2897
+ "type": "arrow",
2898
+ "x": 252,
2899
+ "y": 811.584,
2900
+ "width": 1058,
2901
+ "height": 187.41600000000005,
2902
+ "angle": 0,
2903
+ "strokeColor": "#2E7D74",
2904
+ "backgroundColor": "transparent",
2905
+ "fillStyle": "solid",
2906
+ "strokeWidth": 2,
2907
+ "strokeStyle": "solid",
2908
+ "roughness": 1,
2909
+ "opacity": 100,
2910
+ "groupIds": [],
2911
+ "frameId": null,
2912
+ "roundness": null,
2913
+ "seed": 480,
2914
+ "version": 1,
2915
+ "versionNonce": 480,
2916
+ "isDeleted": false,
2917
+ "boundElements": [],
2918
+ "updated": 1,
2919
+ "link": null,
2920
+ "locked": false,
2921
+ "points": [
2922
+ [
2923
+ 0,
2924
+ 0
2925
+ ],
2926
+ [
2927
+ 16,
2928
+ 0
2929
+ ],
2930
+ [
2931
+ 75.39259259259251,
2932
+ 1.671061728394875
2933
+ ],
2934
+ [
2935
+ 133.9407407407407,
2936
+ 6.427160493827046
2937
+ ],
2938
+ [
2939
+ 191.75,
2940
+ 13.88266666666675
2941
+ ],
2942
+ [
2943
+ 248.92592592592592,
2944
+ 23.651950617284
2945
+ ],
2946
+ [
2947
+ 305.574074074074,
2948
+ 35.34938271604949
2949
+ ],
2950
+ [
2951
+ 361.79999999999995,
2952
+ 48.58933333333346
2953
+ ],
2954
+ [
2955
+ 417.7092592592593,
2956
+ 62.98617283950625
2957
+ ],
2958
+ [
2959
+ 473.4074074074074,
2960
+ 78.15427160493834
2961
+ ],
2962
+ [
2963
+ 529,
2964
+ 93.70799999999997
2965
+ ],
2966
+ [
2967
+ 584.5925925925927,
2968
+ 109.26172839506182
2969
+ ],
2970
+ [
2971
+ 640.2907407407408,
2972
+ 124.4298271604938
2973
+ ],
2974
+ [
2975
+ 696.2,
2976
+ 138.8266666666667
2977
+ ],
2978
+ [
2979
+ 752.425925925926,
2980
+ 152.06661728395068
2981
+ ],
2982
+ [
2983
+ 809.0740740740741,
2984
+ 163.76404938271605
2985
+ ],
2986
+ [
2987
+ 866.2500000000002,
2988
+ 173.53333333333342
2989
+ ],
2990
+ [
2991
+ 924.0592592592593,
2992
+ 180.9888395061729
2993
+ ],
2994
+ [
2995
+ 982.6074074074072,
2996
+ 185.74493827160495
2997
+ ],
2998
+ [
2999
+ 1042,
3000
+ 187.41600000000005
3001
+ ],
3002
+ [
3003
+ 1058,
3004
+ 187.41600000000005
3005
+ ]
3006
+ ],
3007
+ "lastCommittedPoint": null,
3008
+ "startBinding": {
3009
+ "elementId": "shape-DOM-000000c8",
3010
+ "focus": 0,
3011
+ "gap": 8
3012
+ },
3013
+ "endBinding": {
3014
+ "elementId": "shape-BINDER-000000a8",
3015
+ "focus": 0,
3016
+ "gap": 8
3017
+ },
3018
+ "startArrowhead": null,
3019
+ "endArrowhead": "arrow",
3020
+ "elbowed": false,
3021
+ "index": null
3022
+ },
3023
+ {
3024
+ "id": "arrow-BINDER-TOOLTIP-000000nc",
3025
+ "type": "arrow",
3026
+ "x": 1416.1666666666667,
3027
+ "y": 1027,
3028
+ "width": 53.33333333333326,
3029
+ "height": 90,
3030
+ "angle": 0,
3031
+ "strokeColor": "#2E7D74",
3032
+ "backgroundColor": "transparent",
3033
+ "fillStyle": "solid",
3034
+ "strokeWidth": 2,
3035
+ "strokeStyle": "solid",
3036
+ "roughness": 1,
3037
+ "opacity": 100,
3038
+ "groupIds": [],
3039
+ "frameId": null,
3040
+ "roundness": null,
3041
+ "seed": 840,
3042
+ "version": 1,
3043
+ "versionNonce": 840,
3044
+ "isDeleted": false,
3045
+ "boundElements": [],
3046
+ "updated": 1,
3047
+ "link": null,
3048
+ "locked": false,
3049
+ "points": [
3050
+ [
3051
+ 0,
3052
+ 0
3053
+ ],
3054
+ [
3055
+ 0,
3056
+ 16
3057
+ ],
3058
+ [
3059
+ 0.4755372656604777,
3060
+ 19.87517146776395
3061
+ ],
3062
+ [
3063
+ 1.8289894833101243,
3064
+ 23.519890260630973
3065
+ ],
3066
+ [
3067
+ 3.9506172839508054,
3068
+ 26.962962962963047
3069
+ ],
3070
+ [
3071
+ 6.730681298582567,
3072
+ 30.233196159122144
3073
+ ],
3074
+ [
3075
+ 10.05944215820773,
3076
+ 33.359396433470465
3077
+ ],
3078
+ [
3079
+ 13.82716049382725,
3080
+ 36.37037037037044
3081
+ ],
3082
+ [
3083
+ 17.924096936442766,
3084
+ 39.29492455418381
3085
+ ],
3086
+ [
3087
+ 22.240512117055232,
3088
+ 42.161865569273004
3089
+ ],
3090
+ [
3091
+ 26.666666666666742,
3092
+ 45
3093
+ ],
3094
+ [
3095
+ 31.092821216278253,
3096
+ 47.838134430726996
3097
+ ],
3098
+ [
3099
+ 35.40923639689049,
3100
+ 50.70507544581619
3101
+ ],
3102
+ [
3103
+ 39.50617283950601,
3104
+ 53.62962962962956
3105
+ ],
3106
+ [
3107
+ 43.273891175125755,
3108
+ 56.640603566529535
3109
+ ],
3110
+ [
3111
+ 46.60265203475069,
3112
+ 59.766803840877856
3113
+ ],
3114
+ [
3115
+ 49.38271604938268,
3116
+ 63.03703703703718
3117
+ ],
3118
+ [
3119
+ 51.50434385002268,
3120
+ 66.48010973936903
3121
+ ],
3122
+ [
3123
+ 52.857796067672325,
3124
+ 70.12482853223605
3125
+ ],
3126
+ [
3127
+ 53.33333333333326,
3128
+ 74
3129
+ ],
3130
+ [
3131
+ 53.33333333333326,
3132
+ 90
3133
+ ]
3134
+ ],
3135
+ "lastCommittedPoint": null,
3136
+ "startBinding": {
3137
+ "elementId": "shape-BINDER-000000a8",
3138
+ "focus": 0,
3139
+ "gap": 8
3140
+ },
3141
+ "endBinding": {
3142
+ "elementId": "shape-TOOLTIP-0000002s",
3143
+ "focus": 0,
3144
+ "gap": 8
3145
+ },
3146
+ "startArrowhead": null,
3147
+ "endArrowhead": "arrow",
3148
+ "elbowed": false,
3149
+ "index": null
3150
+ },
3151
+ {
3152
+ "id": "arrow-SIDEBAR-DOM-0000009s",
3153
+ "type": "arrow",
3154
+ "x": 1452,
3155
+ "y": 662,
3156
+ "width": 1200,
3157
+ "height": 142.41599999999994,
3158
+ "angle": 0,
3159
+ "strokeColor": "#2E7D74",
3160
+ "backgroundColor": "transparent",
3161
+ "fillStyle": "solid",
3162
+ "strokeWidth": 2,
3163
+ "strokeStyle": "solid",
3164
+ "roughness": 1,
3165
+ "opacity": 100,
3166
+ "groupIds": [],
3167
+ "frameId": null,
3168
+ "roundness": null,
3169
+ "seed": 352,
3170
+ "version": 1,
3171
+ "versionNonce": 352,
3172
+ "isDeleted": false,
3173
+ "boundElements": [],
3174
+ "updated": 1,
3175
+ "link": null,
3176
+ "locked": false,
3177
+ "points": [
3178
+ [
3179
+ 0,
3180
+ 0
3181
+ ],
3182
+ [
3183
+ -16,
3184
+ 0
3185
+ ],
3186
+ [
3187
+ -83.61262002743501,
3188
+ 1.269827160493719
3189
+ ],
3190
+ [
3191
+ -150.26392318244189,
3192
+ 4.883950617283858
3193
+ ],
3194
+ [
3195
+ -216.0740740740739,
3196
+ 10.549333333333493
3197
+ ],
3198
+ [
3199
+ -281.1632373113853,
3200
+ 17.972938271605017
3201
+ ],
3202
+ [
3203
+ -345.6515775034295,
3204
+ 26.861728395061732
3205
+ ],
3206
+ [
3207
+ -409.659259259259,
3208
+ 36.922666666666714
3209
+ ],
3210
+ [
3211
+ -473.3064471879285,
3212
+ 47.86271604938281
3213
+ ],
3214
+ [
3215
+ -536.713305898491,
3216
+ 59.38883950617276
3217
+ ],
3218
+ [
3219
+ -600,
3220
+ 71.20799999999997
3221
+ ],
3222
+ [
3223
+ -663.2866941015088,
3224
+ 83.02716049382707
3225
+ ],
3226
+ [
3227
+ -726.6935528120714,
3228
+ 94.55328395061724
3229
+ ],
3230
+ [
3231
+ -790.3407407407408,
3232
+ 105.49333333333323
3233
+ ],
3234
+ [
3235
+ -854.3484224965706,
3236
+ 115.55427160493832
3237
+ ],
3238
+ [
3239
+ -918.8367626886146,
3240
+ 124.44306172839504
3241
+ ],
3242
+ [
3243
+ -983.925925925926,
3244
+ 131.86666666666667
3245
+ ],
3246
+ [
3247
+ -1049.7360768175581,
3248
+ 137.53204938271597
3249
+ ],
3250
+ [
3251
+ -1116.3873799725652,
3252
+ 141.1461728395061
3253
+ ],
3254
+ [
3255
+ -1184,
3256
+ 142.41599999999994
3257
+ ],
3258
+ [
3259
+ -1200,
3260
+ 142.41599999999994
3261
+ ]
3262
+ ],
3263
+ "lastCommittedPoint": null,
3264
+ "startBinding": {
3265
+ "elementId": "shape-SIDEBAR-000000io",
3266
+ "focus": 0,
3267
+ "gap": 8
3268
+ },
3269
+ "endBinding": {
3270
+ "elementId": "shape-DOM-000000c8",
3271
+ "focus": 0,
3272
+ "gap": 8
3273
+ },
3274
+ "startArrowhead": null,
3275
+ "endArrowhead": "arrow",
3276
+ "elbowed": false,
3277
+ "index": null
3278
+ },
3279
+ {
3280
+ "id": "arrow-PANE-DOM-000000o1",
3281
+ "type": "arrow",
3282
+ "x": 1210,
3283
+ "y": 662,
3284
+ "width": 958,
3285
+ "height": 135.24800000000005,
3286
+ "angle": 0,
3287
+ "strokeColor": "#2E7D74",
3288
+ "backgroundColor": "transparent",
3289
+ "fillStyle": "solid",
3290
+ "strokeWidth": 2,
3291
+ "strokeStyle": "solid",
3292
+ "roughness": 1,
3293
+ "opacity": 100,
3294
+ "groupIds": [],
3295
+ "frameId": null,
3296
+ "roundness": null,
3297
+ "seed": 865,
3298
+ "version": 1,
3299
+ "versionNonce": 865,
3300
+ "isDeleted": false,
3301
+ "boundElements": [],
3302
+ "updated": 1,
3303
+ "link": null,
3304
+ "locked": false,
3305
+ "points": [
3306
+ [
3307
+ 0,
3308
+ 0
3309
+ ],
3310
+ [
3311
+ -16,
3312
+ 0
3313
+ ],
3314
+ [
3315
+ -69.60384087791499,
3316
+ 1.205914951988916
3317
+ ],
3318
+ [
3319
+ -122.44554183813443,
3320
+ 4.638134430726836
3321
+ ],
3322
+ [
3323
+ -174.6203703703702,
3324
+ 10.018370370370462
3325
+ ],
3326
+ [
3327
+ -226.22359396433467,
3328
+ 17.068334705075358
3329
+ ],
3330
+ [
3331
+ -277.3504801097391,
3332
+ 25.50973936899868
3333
+ ],
3334
+ [
3335
+ -328.09629629629615,
3336
+ 35.064296296296334
3337
+ ],
3338
+ [
3339
+ -378.5563100137173,
3340
+ 45.45371742112502
3341
+ ],
3342
+ [
3343
+ -428.8257887517145,
3344
+ 56.399714677640645
3345
+ ],
3346
+ [
3347
+ -479,
3348
+ 67.62400000000002
3349
+ ],
3350
+ [
3351
+ -529.1742112482854,
3352
+ 78.84828532235952
3353
+ ],
3354
+ [
3355
+ -579.4436899862826,
3356
+ 89.79428257887514
3357
+ ],
3358
+ [
3359
+ -629.9037037037037,
3360
+ 100.18370370370371
3361
+ ],
3362
+ [
3363
+ -680.6495198902606,
3364
+ 109.73826063100137
3365
+ ],
3366
+ [
3367
+ -731.7764060356653,
3368
+ 118.17966529492469
3369
+ ],
3370
+ [
3371
+ -783.3796296296297,
3372
+ 125.2296296296297
3373
+ ],
3374
+ [
3375
+ -835.5544581618656,
3376
+ 130.60986556927298
3377
+ ],
3378
+ [
3379
+ -888.396159122085,
3380
+ 134.04208504801102
3381
+ ],
3382
+ [
3383
+ -942,
3384
+ 135.24800000000005
3385
+ ],
3386
+ [
3387
+ -958,
3388
+ 135.24800000000005
3389
+ ]
3390
+ ],
3391
+ "lastCommittedPoint": null,
3392
+ "startBinding": {
3393
+ "elementId": "shape-PANE-000000ml",
3394
+ "focus": 0,
3395
+ "gap": 8
3396
+ },
3397
+ "endBinding": {
3398
+ "elementId": "shape-DOM-000000c8",
3399
+ "focus": 0,
3400
+ "gap": 8
3401
+ },
3402
+ "startArrowhead": null,
3403
+ "endArrowhead": "arrow",
3404
+ "elbowed": false,
3405
+ "index": null
3406
+ },
3407
+ {
3408
+ "id": "arrow-TOOLTIP-DOM-000000k5",
3409
+ "type": "arrow",
3410
+ "x": 1393,
3411
+ "y": 1145,
3412
+ "width": 1141,
3413
+ "height": 326.24800000000005,
3414
+ "angle": 0,
3415
+ "strokeColor": "#2E7D74",
3416
+ "backgroundColor": "transparent",
3417
+ "fillStyle": "solid",
3418
+ "strokeWidth": 2,
3419
+ "strokeStyle": "solid",
3420
+ "roughness": 1,
3421
+ "opacity": 100,
3422
+ "groupIds": [],
3423
+ "frameId": null,
3424
+ "roundness": null,
3425
+ "seed": 725,
3426
+ "version": 1,
3427
+ "versionNonce": 725,
3428
+ "isDeleted": false,
3429
+ "boundElements": [],
3430
+ "updated": 1,
3431
+ "link": null,
3432
+ "locked": false,
3433
+ "points": [
3434
+ [
3435
+ 0,
3436
+ 0
3437
+ ],
3438
+ [
3439
+ -16,
3440
+ 0
3441
+ ],
3442
+ [
3443
+ -80.19725651577528,
3444
+ -2.9089327846365904
3445
+ ],
3446
+ [
3447
+ -143.48175582990393,
3448
+ -11.18820301783262
3449
+ ],
3450
+ [
3451
+ -205.96759259259238,
3452
+ -24.166518518518615
3453
+ ],
3454
+ [
3455
+ -267.7688614540464,
3456
+ -41.17258710562419
3457
+ ],
3458
+ [
3459
+ -328.9996570644719,
3460
+ -61.53511659807964
3461
+ ],
3462
+ [
3463
+ -389.77407407407384,
3464
+ -84.58281481481458
3465
+ ],
3466
+ [
3467
+ -450.2062071330589,
3468
+ -109.64438957475977
3469
+ ],
3470
+ [
3471
+ -510.41015089163216,
3472
+ -136.04854869684505
3473
+ ],
3474
+ [
3475
+ -570.5,
3476
+ -163.12400000000002
3477
+ ],
3478
+ [
3479
+ -630.5898491083676,
3480
+ -190.199451303155
3481
+ ],
3482
+ [
3483
+ -690.7937928669411,
3484
+ -216.60361042524028
3485
+ ],
3486
+ [
3487
+ -751.2259259259259,
3488
+ -241.66518518518524
3489
+ ],
3490
+ [
3491
+ -812.000342935528,
3492
+ -264.7128834019204
3493
+ ],
3494
+ [
3495
+ -873.2311385459534,
3496
+ -285.07541289437586
3497
+ ],
3498
+ [
3499
+ -935.0324074074074,
3500
+ -302.08148148148143
3501
+ ],
3502
+ [
3503
+ -997.518244170096,
3504
+ -315.0597969821673
3505
+ ],
3506
+ [
3507
+ -1060.802743484225,
3508
+ -323.33906721536346
3509
+ ],
3510
+ [
3511
+ -1125,
3512
+ -326.24800000000005
3513
+ ],
3514
+ [
3515
+ -1141,
3516
+ -326.24800000000005
3517
+ ]
3518
+ ],
3519
+ "lastCommittedPoint": null,
3520
+ "startBinding": {
3521
+ "elementId": "shape-TOOLTIP-0000002s",
3522
+ "focus": 0,
3523
+ "gap": 8
3524
+ },
3525
+ "endBinding": {
3526
+ "elementId": "shape-DOM-000000c8",
3527
+ "focus": 0,
3528
+ "gap": 8
3529
+ },
3530
+ "startArrowhead": null,
3531
+ "endArrowhead": "arrow",
3532
+ "elbowed": false,
3533
+ "index": null
3534
+ }
3535
+ ],
3536
+ "appState": {
3537
+ "viewBackgroundColor": "#FBF7EE",
3538
+ "theme": "light",
3539
+ "gridSize": null,
3540
+ "exportBackground": true,
3541
+ "exportEmbedScene": true,
3542
+ "exportScale": 1,
3543
+ "currentItemFontFamily": 5
3544
+ },
3545
+ "files": {}
3546
+ }