-
Notifications
You must be signed in to change notification settings - Fork 8
/
.bitmap
664 lines (662 loc) · 31.8 KB
/
.bitmap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
/* THIS IS A BIT-AUTO-GENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. */
/**
* The Bitmap file is an auto generated file used by Bit to track all your Bit components. It maps the component to a folder in your file system.
* This file should be committed to VCS(version control).
* Components are listed using their component ID (https://bit.dev/reference/components/component-id).
* If you want to delete components you can use the "bit remove <component-id>" command.
* See the docs (https://bit.dev/reference/components/removing-components) for more information, or use "bit remove --help".
*/
{
"assets/icons": {
"name": "assets/icons",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "iconfont.js",
"rootDir": "src/assets/icons"
},
"assets/node-icons": {
"name": "assets/node-icons",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "iconfont.js",
"rootDir": "src/assets/node-icons"
},
"components/color-picker": {
"name": "components/color-picker",
"scope": "geamaker",
"version": "0.0.17",
"mainFile": "constant/index.ts",
"rootDir": "src/components/color-picker"
},
"components/custom-color-picker": {
"name": "components/custom-color-picker",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.tsx",
"rootDir": "src/components/custom-color-picker"
},
"components/icon-font": {
"name": "components/icon-font",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.tsx",
"rootDir": "src/components/icon-font"
},
"components/icon-loader": {
"name": "components/icon-loader",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/components/icon-loader"
},
"components/icon-picker": {
"name": "components/icon-picker",
"scope": "geamaker",
"version": "0.0.17",
"mainFile": "constant/index.ts",
"rootDir": "src/components/icon-picker"
},
"domains-core/graph-analysis/graph-schema/components/array-tabs": {
"name": "domains-core/graph-analysis/graph-schema/components/array-tabs",
"scope": "geamaker",
"version": "0.0.3",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/array-tabs"
},
"domains-core/graph-analysis/graph-schema/components/attibutes-filter": {
"name": "domains-core/graph-analysis/graph-schema/components/attibutes-filter",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/attibutes-filter"
},
"domains-core/graph-analysis/graph-schema/components/attributes-filter-form": {
"name": "domains-core/graph-analysis/graph-schema/components/attributes-filter-form",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/attributes-filter-form"
},
"domains-core/graph-analysis/graph-schema/components/canvas-container": {
"name": "domains-core/graph-analysis/graph-schema/components/canvas-container",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/canvas-container"
},
"domains-core/graph-analysis/graph-schema/components/canvas-legend": {
"name": "domains-core/graph-analysis/graph-schema/components/canvas-legend",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/canvas-legend"
},
"domains-core/graph-analysis/graph-schema/components/canvas-legend-pie-chart": {
"name": "domains-core/graph-analysis/graph-schema/components/canvas-legend-pie-chart",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/canvas-legend-pie-chart"
},
"domains-core/graph-analysis/graph-schema/components/canvas-sider": {
"name": "domains-core/graph-analysis/graph-schema/components/canvas-sider",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/canvas-sider"
},
"domains-core/graph-analysis/graph-schema/components/canvas-toolbar-segmented": {
"name": "domains-core/graph-analysis/graph-schema/components/canvas-toolbar-segmented",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/canvas-toolbar-segmented"
},
"domains-core/graph-analysis/graph-schema/components/config-query": {
"name": "domains-core/graph-analysis/graph-schema/components/config-query",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/config-query"
},
"domains-core/graph-analysis/graph-schema/components/context-menu": {
"name": "domains-core/graph-analysis/graph-schema/components/context-menu",
"scope": "geamaker",
"version": "0.0.3",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/context-menu"
},
"domains-core/graph-analysis/graph-schema/components/download-canvas": {
"name": "domains-core/graph-analysis/graph-schema/components/download-canvas",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/download-canvas"
},
"domains-core/graph-analysis/graph-schema/components/drawer-handler": {
"name": "domains-core/graph-analysis/graph-schema/components/drawer-handler",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/drawer-handler"
},
"domains-core/graph-analysis/graph-schema/components/element-info": {
"name": "domains-core/graph-analysis/graph-schema/components/element-info",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/element-info"
},
"domains-core/graph-analysis/graph-schema/components/filter-segmented": {
"name": "domains-core/graph-analysis/graph-schema/components/filter-segmented",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/filter-segmented"
},
"domains-core/graph-analysis/graph-schema/components/graph-canvas": {
"name": "domains-core/graph-analysis/graph-schema/components/graph-canvas",
"scope": "geamaker",
"version": "0.0.3",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/graph-canvas"
},
"domains-core/graph-analysis/graph-schema/components/graph-filter": {
"name": "domains-core/graph-analysis/graph-schema/components/graph-filter",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/graph-filter"
},
"domains-core/graph-analysis/graph-schema/components/graph-json-view": {
"name": "domains-core/graph-analysis/graph-schema/components/graph-json-view",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/graph-json-view"
},
"domains-core/graph-analysis/graph-schema/components/graph-style-setting": {
"name": "domains-core/graph-analysis/graph-schema/components/graph-style-setting",
"scope": "geamaker",
"version": "0.0.3",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/graph-style-setting"
},
"domains-core/graph-analysis/graph-schema/components/graph-table-view": {
"name": "domains-core/graph-analysis/graph-schema/components/graph-table-view",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/graph-table-view"
},
"domains-core/graph-analysis/graph-schema/components/language-query": {
"name": "domains-core/graph-analysis/graph-schema/components/language-query",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/language-query"
},
"domains-core/graph-analysis/graph-schema/components/lasso-select": {
"name": "domains-core/graph-analysis/graph-schema/components/lasso-select",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/lasso-select"
},
"domains-core/graph-analysis/graph-schema/components/layout-form": {
"name": "domains-core/graph-analysis/graph-schema/components/layout-form",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/layout-form"
},
"domains-core/graph-analysis/graph-schema/components/layout-form-slider": {
"name": "domains-core/graph-analysis/graph-schema/components/layout-form-slider",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/layout-form-slider"
},
"domains-core/graph-analysis/graph-schema/components/layout-form-xy-input": {
"name": "domains-core/graph-analysis/graph-schema/components/layout-form-xy-input",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/layout-form-xy-input"
},
"domains-core/graph-analysis/graph-schema/components/layout-style-segmented": {
"name": "domains-core/graph-analysis/graph-schema/components/layout-style-segmented",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/layout-style-segmented"
},
"domains-core/graph-analysis/graph-schema/components/page-back-arrow": {
"name": "domains-core/graph-analysis/graph-schema/components/page-back-arrow",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/page-back-arrow"
},
"domains-core/graph-analysis/graph-schema/components/page-layout-segmented": {
"name": "domains-core/graph-analysis/graph-schema/components/page-layout-segmented",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/page-layout-segmented"
},
"domains-core/graph-analysis/graph-schema/components/page-title": {
"name": "domains-core/graph-analysis/graph-schema/components/page-title",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/page-title"
},
"domains-core/graph-analysis/graph-schema/components/path-chart": {
"name": "domains-core/graph-analysis/graph-schema/components/path-chart",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/path-chart"
},
"domains-core/graph-analysis/graph-schema/components/path-query": {
"name": "domains-core/graph-analysis/graph-schema/components/path-query",
"scope": "geamaker",
"version": "0.0.3",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/path-query"
},
"domains-core/graph-analysis/graph-schema/components/query-filter-segmented": {
"name": "domains-core/graph-analysis/graph-schema/components/query-filter-segmented",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/query-filter-segmented"
},
"domains-core/graph-analysis/graph-schema/components/query-segmented": {
"name": "domains-core/graph-analysis/graph-schema/components/query-segmented",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/query-segmented"
},
"domains-core/graph-analysis/graph-schema/components/schema-field": {
"name": "domains-core/graph-analysis/graph-schema/components/schema-field",
"scope": "geamaker",
"version": "0.0.5",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/schema-field"
},
"domains-core/graph-analysis/graph-schema/components/statistics-filter": {
"name": "domains-core/graph-analysis/graph-schema/components/statistics-filter",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/statistics-filter"
},
"domains-core/graph-analysis/graph-schema/components/statistics-filter-attribute-select": {
"name": "domains-core/graph-analysis/graph-schema/components/statistics-filter-attribute-select",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/statistics-filter-attribute-select"
},
"domains-core/graph-analysis/graph-schema/components/statistics-filter-column-chart": {
"name": "domains-core/graph-analysis/graph-schema/components/statistics-filter-column-chart",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/statistics-filter-column-chart"
},
"domains-core/graph-analysis/graph-schema/components/statistics-filter-form": {
"name": "domains-core/graph-analysis/graph-schema/components/statistics-filter-form",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/statistics-filter-form"
},
"domains-core/graph-analysis/graph-schema/components/statistics-filter-histogram-chart": {
"name": "domains-core/graph-analysis/graph-schema/components/statistics-filter-histogram-chart",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/statistics-filter-histogram-chart"
},
"domains-core/graph-analysis/graph-schema/components/statistics-filter-line-chart": {
"name": "domains-core/graph-analysis/graph-schema/components/statistics-filter-line-chart",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/statistics-filter-line-chart"
},
"domains-core/graph-analysis/graph-schema/components/statistics-filter-pie-chart": {
"name": "domains-core/graph-analysis/graph-schema/components/statistics-filter-pie-chart",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/statistics-filter-pie-chart"
},
"domains-core/graph-analysis/graph-schema/components/statistics-filter-world-cloud-chart": {
"name": "domains-core/graph-analysis/graph-schema/components/statistics-filter-world-cloud-chart",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/statistics-filter-world-cloud-chart"
},
"domains-core/graph-analysis/graph-schema/components/view-select": {
"name": "domains-core/graph-analysis/graph-schema/components/view-select",
"scope": "geamaker",
"version": "0.0.3",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/view-select"
},
"domains-core/graph-analysis/graph-schema/components/zoom-in-out": {
"name": "domains-core/graph-analysis/graph-schema/components/zoom-in-out",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/components/zoom-in-out"
},
"domains-core/graph-analysis/graph-schema/constants": {
"name": "domains-core/graph-analysis/graph-schema/constants",
"scope": "geamaker",
"version": "0.0.6",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/constants"
},
"domains-core/graph-analysis/graph-schema/contexts": {
"name": "domains-core/graph-analysis/graph-schema/contexts",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/contexts"
},
"domains-core/graph-analysis/graph-schema/hooks/use-schema-form-value": {
"name": "domains-core/graph-analysis/graph-schema/hooks/use-schema-form-value",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/hooks/use-schema-form-value"
},
"domains-core/graph-analysis/graph-schema/hooks/use-schema-tab-container": {
"name": "domains-core/graph-analysis/graph-schema/hooks/use-schema-tab-container",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/hooks/use-schema-tab-container"
},
"domains-core/graph-analysis/graph-schema/interfaces": {
"name": "domains-core/graph-analysis/graph-schema/interfaces",
"scope": "geamaker",
"version": "0.0.4",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/interfaces"
},
"domains-core/graph-analysis/graph-schema/registers/breathing-node": {
"name": "domains-core/graph-analysis/graph-schema/registers/breathing-node",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/registers/breathing-node"
},
"domains-core/graph-analysis/graph-schema/registers/cluster-dagre-layout": {
"name": "domains-core/graph-analysis/graph-schema/registers/cluster-dagre-layout",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/registers/cluster-dagre-layout"
},
"domains-core/graph-analysis/graph-schema/root": {
"name": "domains-core/graph-analysis/graph-schema/root",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/root"
},
"domains-core/graph-analysis/graph-schema/services": {
"name": "domains-core/graph-analysis/graph-schema/services",
"scope": "geamaker",
"version": "0.0.4",
"mainFile": "graph-info.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/services"
},
"domains-core/graph-analysis/graph-schema/translators/env-graph-language-translator": {
"name": "domains-core/graph-analysis/graph-schema/translators/env-graph-language-translator",
"scope": "geamaker",
"version": "0.0.3",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/translators/env-graph-language-translator"
},
"domains-core/graph-analysis/graph-schema/utils/download-json": {
"name": "domains-core/graph-analysis/graph-schema/utils/download-json",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/download-json"
},
"domains-core/graph-analysis/graph-schema/utils/download-png": {
"name": "domains-core/graph-analysis/graph-schema/utils/download-png",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.tsx",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/download-png"
},
"domains-core/graph-analysis/graph-schema/utils/filter-by-property-condition": {
"name": "domains-core/graph-analysis/graph-schema/utils/filter-by-property-condition",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/filter-by-property-condition"
},
"domains-core/graph-analysis/graph-schema/utils/filter-by-top-rule": {
"name": "domains-core/graph-analysis/graph-schema/utils/filter-by-top-rule",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/filter-by-top-rule"
},
"domains-core/graph-analysis/graph-schema/utils/filter-element-by-property-value": {
"name": "domains-core/graph-analysis/graph-schema/utils/filter-element-by-property-value",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/filter-element-by-property-value"
},
"domains-core/graph-analysis/graph-schema/utils/filter-graph-data": {
"name": "domains-core/graph-analysis/graph-schema/utils/filter-graph-data",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/filter-graph-data"
},
"domains-core/graph-analysis/graph-schema/utils/filter-graph-data-by-value": {
"name": "domains-core/graph-analysis/graph-schema/utils/filter-graph-data-by-value",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/filter-graph-data-by-value"
},
"domains-core/graph-analysis/graph-schema/utils/generate-edge-type-map": {
"name": "domains-core/graph-analysis/graph-schema/utils/generate-edge-type-map",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/generate-edge-type-map"
},
"domains-core/graph-analysis/graph-schema/utils/get-chart-data": {
"name": "domains-core/graph-analysis/graph-schema/utils/get-chart-data",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/get-chart-data"
},
"domains-core/graph-analysis/graph-schema/utils/get-engine-type-by-env": {
"name": "domains-core/graph-analysis/graph-schema/utils/get-engine-type-by-env",
"scope": "geamaker",
"version": "0.0.3",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/get-engine-type-by-env"
},
"domains-core/graph-analysis/graph-schema/utils/get-filtered-element-style": {
"name": "domains-core/graph-analysis/graph-schema/utils/get-filtered-element-style",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/get-filtered-element-style"
},
"domains-core/graph-analysis/graph-schema/utils/get-histogram-data": {
"name": "domains-core/graph-analysis/graph-schema/utils/get-histogram-data",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/get-histogram-data"
},
"domains-core/graph-analysis/graph-schema/utils/get-label-text-by-style-config": {
"name": "domains-core/graph-analysis/graph-schema/utils/get-label-text-by-style-config",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/get-label-text-by-style-config"
},
"domains-core/graph-analysis/graph-schema/utils/get-node-icon-by-style-config": {
"name": "domains-core/graph-analysis/graph-schema/utils/get-node-icon-by-style-config",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/get-node-icon-by-style-config"
},
"domains-core/graph-analysis/graph-schema/utils/get-node-size-by-style-config": {
"name": "domains-core/graph-analysis/graph-schema/utils/get-node-size-by-style-config",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/get-node-size-by-style-config"
},
"domains-core/graph-analysis/graph-schema/utils/get-operator-list-by-value-type": {
"name": "domains-core/graph-analysis/graph-schema/utils/get-operator-list-by-value-type",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/get-operator-list-by-value-type"
},
"domains-core/graph-analysis/graph-schema/utils/get-property-value-ranks": {
"name": "domains-core/graph-analysis/graph-schema/utils/get-property-value-ranks",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/get-property-value-ranks"
},
"domains-core/graph-analysis/graph-schema/utils/get-schema-by-env": {
"name": "domains-core/graph-analysis/graph-schema/utils/get-schema-by-env",
"scope": "geamaker",
"version": "0.0.3",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/get-schema-by-env"
},
"domains-core/graph-analysis/graph-schema/utils/get-styled-graph-data": {
"name": "domains-core/graph-analysis/graph-schema/utils/get-styled-graph-data",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/get-styled-graph-data"
},
"domains-core/graph-analysis/graph-schema/utils/get-styles-from-schema": {
"name": "domains-core/graph-analysis/graph-schema/utils/get-styles-from-schema",
"scope": "geamaker",
"version": "0.0.3",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/get-styles-from-schema"
},
"domains-core/graph-analysis/graph-schema/utils/graph-data-2-property-graph": {
"name": "domains-core/graph-analysis/graph-schema/utils/graph-data-2-property-graph",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/graph-data-2-property-graph"
},
"domains-core/graph-analysis/graph-schema/utils/group-and-count-nodes-by-label": {
"name": "domains-core/graph-analysis/graph-schema/utils/group-and-count-nodes-by-label",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/group-and-count-nodes-by-label"
},
"domains-core/graph-analysis/graph-schema/utils/hex-to-rgba": {
"name": "domains-core/graph-analysis/graph-schema/utils/hex-to-rgba",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/hex-to-rgba"
},
"domains-core/graph-analysis/graph-schema/utils/highlight-sub-graph": {
"name": "domains-core/graph-analysis/graph-schema/utils/highlight-sub-graph",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/highlight-sub-graph"
},
"domains-core/graph-analysis/graph-schema/utils/merge-graph-data": {
"name": "domains-core/graph-analysis/graph-schema/utils/merge-graph-data",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/merge-graph-data"
},
"domains-core/graph-analysis/graph-schema/utils/pie-chart-edges-translator": {
"name": "domains-core/graph-analysis/graph-schema/utils/pie-chart-edges-translator",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/pie-chart-edges-translator"
},
"domains-core/graph-analysis/graph-schema/utils/reset-graph-active-status": {
"name": "domains-core/graph-analysis/graph-schema/utils/reset-graph-active-status",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/reset-graph-active-status"
},
"domains-core/graph-analysis/graph-schema/utils/resize-canvas": {
"name": "domains-core/graph-analysis/graph-schema/utils/resize-canvas",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/resize-canvas"
},
"domains-core/graph-analysis/graph-schema/utils/set-graph-active-status": {
"name": "domains-core/graph-analysis/graph-schema/utils/set-graph-active-status",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/set-graph-active-status"
},
"domains-core/graph-analysis/graph-schema/utils/unique-elements-by": {
"name": "domains-core/graph-analysis/graph-schema/utils/unique-elements-by",
"scope": "geamaker",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/unique-elements-by"
},
"domains-core/graph-analysis/graph-schema/utils/update-graph-style-options": {
"name": "domains-core/graph-analysis/graph-schema/utils/update-graph-style-options",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.ts",
"rootDir": "src/domains-core/graph-analysis/graph-schema/utils/update-graph-style-options"
},
"pages/graph-schema": {
"name": "pages/graph-schema",
"scope": "geamaker",
"version": "0.0.2",
"mainFile": "index.tsx",
"rootDir": "src/pages/graph-schema"
},
"utils": {
"name": "utils",
"scope": "geamaker",
"version": "0.0.20",
"mainFile": "index.ts",
"rootDir": "src/utils"
},
"$schema-version": "15.0.0"
}