@teambit/graph 1.0.487 → 1.0.489
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/teambit_component_graph-preview.js +1 -1
- package/artifacts/schema.json +592 -289
- package/dist/graph-cmd.js +18 -25
- package/dist/graph-cmd.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +0 -25
- package/dist/index.js.map +1 -1
- package/dist/object-list-to-graph.d.ts +2 -2
- package/dist/object-list-to-graph.js +4 -4
- package/dist/object-list-to-graph.js.map +1 -1
- package/dist/{preview-1733714450424.js → preview-1733851236714.js} +2 -2
- package/package.json +19 -15
package/artifacts/schema.json
CHANGED
@@ -430,7 +430,7 @@
|
|
430
430
|
"location": {
|
431
431
|
"filePath": "index.ts",
|
432
432
|
"line": 5,
|
433
|
-
"character":
|
433
|
+
"character": 15
|
434
434
|
},
|
435
435
|
"signature": "class IdGraph",
|
436
436
|
"name": "IdGraph",
|
@@ -476,7 +476,8 @@
|
|
476
476
|
"line": 13,
|
477
477
|
"character": 22
|
478
478
|
},
|
479
|
-
"name": "BitIdNode"
|
479
|
+
"name": "BitIdNode",
|
480
|
+
"internalFilePath": "object-list-to-graph.ts"
|
480
481
|
}
|
481
482
|
},
|
482
483
|
"isOptional": true,
|
@@ -505,7 +506,8 @@
|
|
505
506
|
"line": 13,
|
506
507
|
"character": 47
|
507
508
|
},
|
508
|
-
"name": "DependencyEdge"
|
509
|
+
"name": "DependencyEdge",
|
510
|
+
"internalFilePath": "object-list-to-graph.ts"
|
509
511
|
}
|
510
512
|
},
|
511
513
|
"isOptional": true,
|
@@ -542,7 +544,12 @@
|
|
542
544
|
"line": 12,
|
543
545
|
"character": 36
|
544
546
|
},
|
545
|
-
"name": "ComponentID"
|
547
|
+
"name": "ComponentID",
|
548
|
+
"componentId": {
|
549
|
+
"scope": "teambit.component",
|
550
|
+
"name": "component-id",
|
551
|
+
"version": "1.2.2"
|
552
|
+
}
|
546
553
|
},
|
547
554
|
{
|
548
555
|
"__schema": "TypeRefSchema",
|
@@ -566,7 +573,7 @@
|
|
566
573
|
"_legacy": {
|
567
574
|
"scope": "teambit.component",
|
568
575
|
"name": "graph",
|
569
|
-
"version": "1.0.
|
576
|
+
"version": "1.0.489"
|
570
577
|
},
|
571
578
|
"_scope": "teambit.component"
|
572
579
|
}
|
@@ -576,138 +583,6 @@
|
|
576
583
|
"implementNodes": []
|
577
584
|
}
|
578
585
|
},
|
579
|
-
{
|
580
|
-
"__schema": "ExportSchema",
|
581
|
-
"location": {
|
582
|
-
"filePath": "index.ts",
|
583
|
-
"line": 5,
|
584
|
-
"character": 19
|
585
|
-
},
|
586
|
-
"signature": "function objectListToGraph(objectList: ObjectList): Promise<IdGraph>",
|
587
|
-
"name": "objectListToGraph",
|
588
|
-
"exportNode": {
|
589
|
-
"__schema": "FunctionLikeSchema",
|
590
|
-
"location": {
|
591
|
-
"filePath": "object-list-to-graph.ts",
|
592
|
-
"line": 18,
|
593
|
-
"character": 1
|
594
|
-
},
|
595
|
-
"signature": "function objectListToGraph(objectList: ObjectList): Promise<IdGraph>",
|
596
|
-
"name": "objectListToGraph",
|
597
|
-
"params": [
|
598
|
-
{
|
599
|
-
"__schema": "ParameterSchema",
|
600
|
-
"location": {
|
601
|
-
"filePath": "object-list-to-graph.ts",
|
602
|
-
"line": 18,
|
603
|
-
"character": 41
|
604
|
-
},
|
605
|
-
"name": "objectList",
|
606
|
-
"type": {
|
607
|
-
"__schema": "TypeRefSchema",
|
608
|
-
"location": {
|
609
|
-
"filePath": "object-list-to-graph.ts",
|
610
|
-
"line": 18,
|
611
|
-
"character": 53
|
612
|
-
},
|
613
|
-
"name": "ObjectList"
|
614
|
-
},
|
615
|
-
"isOptional": false,
|
616
|
-
"isSpread": false
|
617
|
-
}
|
618
|
-
],
|
619
|
-
"returnType": {
|
620
|
-
"__schema": "TypeRefSchema",
|
621
|
-
"location": {
|
622
|
-
"filePath": "object-list-to-graph.ts",
|
623
|
-
"line": 18,
|
624
|
-
"character": 66
|
625
|
-
},
|
626
|
-
"name": "Promise",
|
627
|
-
"typeArgs": [
|
628
|
-
{
|
629
|
-
"__schema": "TypeRefSchema",
|
630
|
-
"location": {
|
631
|
-
"filePath": "object-list-to-graph.ts",
|
632
|
-
"line": 18,
|
633
|
-
"character": 74
|
634
|
-
},
|
635
|
-
"name": "IdGraph"
|
636
|
-
}
|
637
|
-
]
|
638
|
-
},
|
639
|
-
"modifiers": [
|
640
|
-
"export",
|
641
|
-
"async"
|
642
|
-
]
|
643
|
-
}
|
644
|
-
},
|
645
|
-
{
|
646
|
-
"__schema": "ExportSchema",
|
647
|
-
"location": {
|
648
|
-
"filePath": "index.ts",
|
649
|
-
"line": 5,
|
650
|
-
"character": 38
|
651
|
-
},
|
652
|
-
"signature": "function bitObjectListToGraph(bitObjectsList: BitObjectList): Promise<IdGraph>",
|
653
|
-
"name": "bitObjectListToGraph",
|
654
|
-
"exportNode": {
|
655
|
-
"__schema": "FunctionLikeSchema",
|
656
|
-
"location": {
|
657
|
-
"filePath": "object-list-to-graph.ts",
|
658
|
-
"line": 24,
|
659
|
-
"character": 1
|
660
|
-
},
|
661
|
-
"signature": "function bitObjectListToGraph(bitObjectsList: BitObjectList): Promise<IdGraph>",
|
662
|
-
"name": "bitObjectListToGraph",
|
663
|
-
"params": [
|
664
|
-
{
|
665
|
-
"__schema": "ParameterSchema",
|
666
|
-
"location": {
|
667
|
-
"filePath": "object-list-to-graph.ts",
|
668
|
-
"line": 24,
|
669
|
-
"character": 44
|
670
|
-
},
|
671
|
-
"name": "bitObjectsList",
|
672
|
-
"type": {
|
673
|
-
"__schema": "TypeRefSchema",
|
674
|
-
"location": {
|
675
|
-
"filePath": "object-list-to-graph.ts",
|
676
|
-
"line": 24,
|
677
|
-
"character": 60
|
678
|
-
},
|
679
|
-
"name": "BitObjectList"
|
680
|
-
},
|
681
|
-
"isOptional": false,
|
682
|
-
"isSpread": false
|
683
|
-
}
|
684
|
-
],
|
685
|
-
"returnType": {
|
686
|
-
"__schema": "TypeRefSchema",
|
687
|
-
"location": {
|
688
|
-
"filePath": "object-list-to-graph.ts",
|
689
|
-
"line": 24,
|
690
|
-
"character": 76
|
691
|
-
},
|
692
|
-
"name": "Promise",
|
693
|
-
"typeArgs": [
|
694
|
-
{
|
695
|
-
"__schema": "TypeRefSchema",
|
696
|
-
"location": {
|
697
|
-
"filePath": "object-list-to-graph.ts",
|
698
|
-
"line": 24,
|
699
|
-
"character": 84
|
700
|
-
},
|
701
|
-
"name": "IdGraph"
|
702
|
-
}
|
703
|
-
]
|
704
|
-
},
|
705
|
-
"modifiers": [
|
706
|
-
"export",
|
707
|
-
"async"
|
708
|
-
]
|
709
|
-
}
|
710
|
-
},
|
711
586
|
{
|
712
587
|
"__schema": "ExportSchema",
|
713
588
|
"location": {
|
@@ -812,7 +687,8 @@
|
|
812
687
|
"line": 18,
|
813
688
|
"character": 17
|
814
689
|
},
|
815
|
-
"name": "ElementsOptions"
|
690
|
+
"name": "ElementsOptions",
|
691
|
+
"internalFilePath": "ui/dependencies-graph/calc-elements.tsx"
|
816
692
|
},
|
817
693
|
"isOptional": false,
|
818
694
|
"objectBindingNodes": [
|
@@ -862,7 +738,8 @@
|
|
862
738
|
"line": 19,
|
863
739
|
"character": 13
|
864
740
|
},
|
865
|
-
"name": "Node"
|
741
|
+
"name": "Node",
|
742
|
+
"packageName": "reactflow"
|
866
743
|
}
|
867
744
|
},
|
868
745
|
"isOptional": false
|
@@ -890,7 +767,8 @@
|
|
890
767
|
"line": 19,
|
891
768
|
"character": 28
|
892
769
|
},
|
893
|
-
"name": "Edge"
|
770
|
+
"name": "Edge",
|
771
|
+
"packageName": "reactflow"
|
894
772
|
}
|
895
773
|
},
|
896
774
|
"isOptional": false
|
@@ -994,7 +872,7 @@
|
|
994
872
|
"line": 9,
|
995
873
|
"character": 3
|
996
874
|
},
|
997
|
-
"signature": "function calcMinimapColors(node: Node):
|
875
|
+
"signature": "function calcMinimapColors(node: Node): string",
|
998
876
|
"name": "calcMinimapColors",
|
999
877
|
"exportNode": {
|
1000
878
|
"__schema": "FunctionLikeSchema",
|
@@ -1003,7 +881,7 @@
|
|
1003
881
|
"line": 4,
|
1004
882
|
"character": 1
|
1005
883
|
},
|
1006
|
-
"signature": "function calcMinimapColors(node: Node):
|
884
|
+
"signature": "function calcMinimapColors(node: Node): string",
|
1007
885
|
"name": "calcMinimapColors",
|
1008
886
|
"params": [
|
1009
887
|
{
|
@@ -1021,7 +899,8 @@
|
|
1021
899
|
"line": 4,
|
1022
900
|
"character": 41
|
1023
901
|
},
|
1024
|
-
"name": "Node"
|
902
|
+
"name": "Node",
|
903
|
+
"packageName": "reactflow"
|
1025
904
|
},
|
1026
905
|
"isOptional": false,
|
1027
906
|
"isSpread": false
|
@@ -1034,7 +913,7 @@
|
|
1034
913
|
"line": 4,
|
1035
914
|
"character": 1
|
1036
915
|
},
|
1037
|
-
"type": "
|
916
|
+
"type": "string"
|
1038
917
|
},
|
1039
918
|
"modifiers": [
|
1040
919
|
"export"
|
@@ -1048,7 +927,7 @@
|
|
1048
927
|
"line": 10,
|
1049
928
|
"character": 3
|
1050
929
|
},
|
1051
|
-
"signature": "function depTypeToClass(depType: string):
|
930
|
+
"signature": "function depTypeToClass(depType: string): string | undefined",
|
1052
931
|
"name": "depTypeToClass",
|
1053
932
|
"exportNode": {
|
1054
933
|
"__schema": "FunctionLikeSchema",
|
@@ -1057,7 +936,7 @@
|
|
1057
936
|
"line": 4,
|
1058
937
|
"character": 1
|
1059
938
|
},
|
1060
|
-
"signature": "function depTypeToClass(depType: string):
|
939
|
+
"signature": "function depTypeToClass(depType: string): string | undefined",
|
1061
940
|
"name": "depTypeToClass",
|
1062
941
|
"params": [
|
1063
942
|
{
|
@@ -1088,7 +967,7 @@
|
|
1088
967
|
"line": 4,
|
1089
968
|
"character": 1
|
1090
969
|
},
|
1091
|
-
"type": "
|
970
|
+
"type": "string | undefined"
|
1092
971
|
},
|
1093
972
|
"modifiers": [
|
1094
973
|
"export"
|
@@ -1156,7 +1035,7 @@
|
|
1156
1035
|
"line": 12,
|
1157
1036
|
"character": 13
|
1158
1037
|
},
|
1159
|
-
"signature": "const styles: {\n graph:
|
1038
|
+
"signature": "const styles: {\n graph: string;\n minimap: string;\n controls: string;\n}",
|
1160
1039
|
"name": "styles",
|
1161
1040
|
"exportNode": {
|
1162
1041
|
"__schema": "VariableLikeSchema",
|
@@ -1165,7 +1044,7 @@
|
|
1165
1044
|
"line": 12,
|
1166
1045
|
"character": 14
|
1167
1046
|
},
|
1168
|
-
"signature": "const styles: {\n graph:
|
1047
|
+
"signature": "const styles: {\n graph: string;\n minimap: string;\n controls: string;\n}",
|
1169
1048
|
"name": "styles",
|
1170
1049
|
"type": {
|
1171
1050
|
"__schema": "InferenceTypeSchema",
|
@@ -1174,7 +1053,7 @@
|
|
1174
1053
|
"line": 12,
|
1175
1054
|
"character": 14
|
1176
1055
|
},
|
1177
|
-
"type": "{\n graph:
|
1056
|
+
"type": "{\n graph: string;\n minimap: string;\n controls: string;\n}"
|
1178
1057
|
},
|
1179
1058
|
"isOptional": false,
|
1180
1059
|
"defaultValue": "{ graph, minimap, controls }"
|
@@ -1214,7 +1093,8 @@
|
|
1214
1093
|
"line": 12,
|
1215
1094
|
"character": 80
|
1216
1095
|
},
|
1217
|
-
"name": "GraphFiltersType"
|
1096
|
+
"name": "GraphFiltersType",
|
1097
|
+
"internalFilePath": "ui/graph-page/graph-filters.tsx"
|
1218
1098
|
},
|
1219
1099
|
"isOptional": false,
|
1220
1100
|
"objectBindingNodes": [
|
@@ -1287,7 +1167,7 @@
|
|
1287
1167
|
"line": 14,
|
1288
1168
|
"character": 34
|
1289
1169
|
},
|
1290
|
-
"signature": "const styles: {\n graph:
|
1170
|
+
"signature": "const styles: {\n graph: string;\n filters: string;\n}",
|
1291
1171
|
"name": "styles",
|
1292
1172
|
"exportNode": {
|
1293
1173
|
"__schema": "VariableLikeSchema",
|
@@ -1296,7 +1176,7 @@
|
|
1296
1176
|
"line": 7,
|
1297
1177
|
"character": 14
|
1298
1178
|
},
|
1299
|
-
"signature": "const styles: {\n graph:
|
1179
|
+
"signature": "const styles: {\n graph: string;\n filters: string;\n}",
|
1300
1180
|
"name": "styles",
|
1301
1181
|
"type": {
|
1302
1182
|
"__schema": "InferenceTypeSchema",
|
@@ -1305,7 +1185,7 @@
|
|
1305
1185
|
"line": 7,
|
1306
1186
|
"character": 14
|
1307
1187
|
},
|
1308
|
-
"type": "{\n graph:
|
1188
|
+
"type": "{\n graph: string;\n filters: string;\n}"
|
1309
1189
|
},
|
1310
1190
|
"isOptional": false,
|
1311
1191
|
"defaultValue": "{ graph, filters }"
|
@@ -1416,7 +1296,8 @@
|
|
1416
1296
|
"line": 9,
|
1417
1297
|
"character": 24
|
1418
1298
|
},
|
1419
|
-
"name": "RawEdge"
|
1299
|
+
"name": "RawEdge",
|
1300
|
+
"internalFilePath": "ui/query/get-graph.query.ts"
|
1420
1301
|
},
|
1421
1302
|
"isOptional": false,
|
1422
1303
|
"isSpread": false
|
@@ -1645,7 +1526,11 @@
|
|
1645
1526
|
"line": 6,
|
1646
1527
|
"character": 15
|
1647
1528
|
},
|
1648
|
-
"name": "ComponentModel"
|
1529
|
+
"name": "ComponentModel",
|
1530
|
+
"componentId": {
|
1531
|
+
"scope": "teambit.component",
|
1532
|
+
"name": "component"
|
1533
|
+
}
|
1649
1534
|
},
|
1650
1535
|
"isOptional": true
|
1651
1536
|
},
|
@@ -1698,7 +1583,8 @@
|
|
1698
1583
|
"line": 9,
|
1699
1584
|
"character": 24
|
1700
1585
|
},
|
1701
|
-
"name": "RawNode"
|
1586
|
+
"name": "RawNode",
|
1587
|
+
"internalFilePath": "ui/query/get-graph.query.ts"
|
1702
1588
|
},
|
1703
1589
|
"isOptional": false,
|
1704
1590
|
"isSpread": false
|
@@ -1844,7 +1730,7 @@
|
|
1844
1730
|
"line": 16,
|
1845
1731
|
"character": 20
|
1846
1732
|
},
|
1847
|
-
"signature": "const styles: {\n compNode:
|
1733
|
+
"signature": "const styles: {\n compNode: string;\n firstRow: string;\n envIcon: string;\n breadcrumbs: string;\n nameLine: string;\n name: string;\n version: string;\n buffs: string;\n link: string;\n}",
|
1848
1734
|
"name": "styles",
|
1849
1735
|
"exportNode": {
|
1850
1736
|
"__schema": "VariableLikeSchema",
|
@@ -1853,7 +1739,7 @@
|
|
1853
1739
|
"line": 8,
|
1854
1740
|
"character": 14
|
1855
1741
|
},
|
1856
|
-
"signature": "const styles: {\n compNode:
|
1742
|
+
"signature": "const styles: {\n compNode: string;\n firstRow: string;\n envIcon: string;\n breadcrumbs: string;\n nameLine: string;\n name: string;\n version: string;\n buffs: string;\n link: string;\n}",
|
1857
1743
|
"name": "styles",
|
1858
1744
|
"type": {
|
1859
1745
|
"__schema": "InferenceTypeSchema",
|
@@ -1862,7 +1748,7 @@
|
|
1862
1748
|
"line": 8,
|
1863
1749
|
"character": 14
|
1864
1750
|
},
|
1865
|
-
"type": "{\n compNode:
|
1751
|
+
"type": "{\n compNode: string;\n firstRow: string;\n envIcon: string;\n breadcrumbs: string;\n nameLine: string;\n name: string;\n version: string;\n buffs: string;\n link: string;\n}"
|
1866
1752
|
},
|
1867
1753
|
"isOptional": false,
|
1868
1754
|
"defaultValue": "{ compNode, firstRow, envIcon, breadcrumbs, nameLine, name, version, buffs, link }"
|
@@ -1876,7 +1762,7 @@
|
|
1876
1762
|
"line": 16,
|
1877
1763
|
"character": 41
|
1878
1764
|
},
|
1879
|
-
"signature": "const root:
|
1765
|
+
"signature": "const root: string",
|
1880
1766
|
"name": "root",
|
1881
1767
|
"exportNode": {
|
1882
1768
|
"__schema": "VariableLikeSchema",
|
@@ -1885,7 +1771,7 @@
|
|
1885
1771
|
"line": 3,
|
1886
1772
|
"character": 9
|
1887
1773
|
},
|
1888
|
-
"signature": "const root:
|
1774
|
+
"signature": "const root: string",
|
1889
1775
|
"name": "root",
|
1890
1776
|
"type": {
|
1891
1777
|
"__schema": "InferenceTypeSchema",
|
@@ -1894,7 +1780,7 @@
|
|
1894
1780
|
"line": 3,
|
1895
1781
|
"character": 9
|
1896
1782
|
},
|
1897
|
-
"type": "
|
1783
|
+
"type": "string"
|
1898
1784
|
},
|
1899
1785
|
"isOptional": false
|
1900
1786
|
}
|
@@ -1906,7 +1792,7 @@
|
|
1906
1792
|
"line": 16,
|
1907
1793
|
"character": 47
|
1908
1794
|
},
|
1909
|
-
"signature": "const defaultNode:
|
1795
|
+
"signature": "const defaultNode: string",
|
1910
1796
|
"name": "defaultNode",
|
1911
1797
|
"exportNode": {
|
1912
1798
|
"__schema": "VariableLikeSchema",
|
@@ -1915,7 +1801,7 @@
|
|
1915
1801
|
"line": 3,
|
1916
1802
|
"character": 15
|
1917
1803
|
},
|
1918
|
-
"signature": "const defaultNode:
|
1804
|
+
"signature": "const defaultNode: string",
|
1919
1805
|
"name": "defaultNode",
|
1920
1806
|
"type": {
|
1921
1807
|
"__schema": "InferenceTypeSchema",
|
@@ -1924,7 +1810,7 @@
|
|
1924
1810
|
"line": 3,
|
1925
1811
|
"character": 15
|
1926
1812
|
},
|
1927
|
-
"type": "
|
1813
|
+
"type": "string"
|
1928
1814
|
},
|
1929
1815
|
"isOptional": false
|
1930
1816
|
}
|
@@ -1936,7 +1822,7 @@
|
|
1936
1822
|
"line": 16,
|
1937
1823
|
"character": 60
|
1938
1824
|
},
|
1939
|
-
"signature": "const external:
|
1825
|
+
"signature": "const external: string",
|
1940
1826
|
"name": "external",
|
1941
1827
|
"exportNode": {
|
1942
1828
|
"__schema": "VariableLikeSchema",
|
@@ -1945,7 +1831,7 @@
|
|
1945
1831
|
"line": 3,
|
1946
1832
|
"character": 28
|
1947
1833
|
},
|
1948
|
-
"signature": "const external:
|
1834
|
+
"signature": "const external: string",
|
1949
1835
|
"name": "external",
|
1950
1836
|
"type": {
|
1951
1837
|
"__schema": "InferenceTypeSchema",
|
@@ -1954,7 +1840,7 @@
|
|
1954
1840
|
"line": 3,
|
1955
1841
|
"character": 28
|
1956
1842
|
},
|
1957
|
-
"type": "
|
1843
|
+
"type": "string"
|
1958
1844
|
},
|
1959
1845
|
"isOptional": false
|
1960
1846
|
}
|
@@ -2008,7 +1894,8 @@
|
|
2008
1894
|
"line": 56,
|
2009
1895
|
"character": 10
|
2010
1896
|
},
|
2011
|
-
"name": "RawNode"
|
1897
|
+
"name": "RawNode",
|
1898
|
+
"internalFilePath": "ui/query/get-graph.query.ts"
|
2012
1899
|
}
|
2013
1900
|
},
|
2014
1901
|
"isOptional": false
|
@@ -2063,6 +1950,11 @@
|
|
2063
1950
|
"character": 27
|
2064
1951
|
},
|
2065
1952
|
"name": "Graph",
|
1953
|
+
"componentId": {
|
1954
|
+
"scope": "teambit.graph",
|
1955
|
+
"name": "cleargraph",
|
1956
|
+
"version": "0.0.11"
|
1957
|
+
},
|
2066
1958
|
"typeArgs": [
|
2067
1959
|
{
|
2068
1960
|
"__schema": "TypeRefSchema",
|
@@ -2071,7 +1963,12 @@
|
|
2071
1963
|
"line": 11,
|
2072
1964
|
"character": 33
|
2073
1965
|
},
|
2074
|
-
"name": "ComponentID"
|
1966
|
+
"name": "ComponentID",
|
1967
|
+
"componentId": {
|
1968
|
+
"scope": "teambit.component",
|
1969
|
+
"name": "component-id",
|
1970
|
+
"version": "1.2.2"
|
1971
|
+
}
|
2075
1972
|
},
|
2076
1973
|
{
|
2077
1974
|
"__schema": "TypeRefSchema",
|
@@ -2194,7 +2091,12 @@
|
|
2194
2091
|
"line": 15,
|
2195
2092
|
"character": 14
|
2196
2093
|
},
|
2197
|
-
"name": "ComponentID"
|
2094
|
+
"name": "ComponentID",
|
2095
|
+
"componentId": {
|
2096
|
+
"scope": "teambit.component",
|
2097
|
+
"name": "component-id",
|
2098
|
+
"version": "1.2.2"
|
2099
|
+
}
|
2198
2100
|
}
|
2199
2101
|
},
|
2200
2102
|
"isOptional": true,
|
@@ -2232,7 +2134,8 @@
|
|
2232
2134
|
"line": 16,
|
2233
2135
|
"character": 22
|
2234
2136
|
},
|
2235
|
-
"name": "ComponentIdNode"
|
2137
|
+
"name": "ComponentIdNode",
|
2138
|
+
"internalFilePath": "component-id-graph.ts"
|
2236
2139
|
}
|
2237
2140
|
},
|
2238
2141
|
"isOptional": true,
|
@@ -2261,7 +2164,8 @@
|
|
2261
2164
|
"line": 16,
|
2262
2165
|
"character": 53
|
2263
2166
|
},
|
2264
|
-
"name": "DependencyEdge"
|
2167
|
+
"name": "DependencyEdge",
|
2168
|
+
"internalFilePath": "component-id-graph.ts"
|
2265
2169
|
}
|
2266
2170
|
},
|
2267
2171
|
"isOptional": true,
|
@@ -2331,7 +2235,8 @@
|
|
2331
2235
|
"line": 34,
|
2332
2236
|
"character": 27
|
2333
2237
|
},
|
2334
|
-
"name": "ComponentIdNode"
|
2238
|
+
"name": "ComponentIdNode",
|
2239
|
+
"internalFilePath": "component-id-graph.ts"
|
2335
2240
|
}
|
2336
2241
|
},
|
2337
2242
|
"isOptional": true,
|
@@ -2360,7 +2265,8 @@
|
|
2360
2265
|
"line": 34,
|
2361
2266
|
"character": 58
|
2362
2267
|
},
|
2363
|
-
"name": "DependencyEdge"
|
2268
|
+
"name": "DependencyEdge",
|
2269
|
+
"internalFilePath": "component-id-graph.ts"
|
2364
2270
|
}
|
2365
2271
|
},
|
2366
2272
|
"isOptional": true,
|
@@ -2424,7 +2330,12 @@
|
|
2424
2330
|
"line": 49,
|
2425
2331
|
"character": 40
|
2426
2332
|
},
|
2427
|
-
"name": "ComponentID"
|
2333
|
+
"name": "ComponentID",
|
2334
|
+
"componentId": {
|
2335
|
+
"scope": "teambit.component",
|
2336
|
+
"name": "component-id",
|
2337
|
+
"version": "1.2.2"
|
2338
|
+
}
|
2428
2339
|
}
|
2429
2340
|
},
|
2430
2341
|
"isOptional": false,
|
@@ -2452,7 +2363,12 @@
|
|
2452
2363
|
"line": 49,
|
2453
2364
|
"character": 64
|
2454
2365
|
},
|
2455
|
-
"name": "ComponentID"
|
2366
|
+
"name": "ComponentID",
|
2367
|
+
"componentId": {
|
2368
|
+
"scope": "teambit.component",
|
2369
|
+
"name": "component-id",
|
2370
|
+
"version": "1.2.2"
|
2371
|
+
}
|
2456
2372
|
}
|
2457
2373
|
},
|
2458
2374
|
"isOptional": false,
|
@@ -2480,7 +2396,12 @@
|
|
2480
2396
|
"line": 49,
|
2481
2397
|
"character": 89
|
2482
2398
|
},
|
2483
|
-
"name": "ComponentID"
|
2399
|
+
"name": "ComponentID",
|
2400
|
+
"componentId": {
|
2401
|
+
"scope": "teambit.component",
|
2402
|
+
"name": "component-id",
|
2403
|
+
"version": "1.2.2"
|
2404
|
+
}
|
2484
2405
|
}
|
2485
2406
|
},
|
2486
2407
|
"isOptional": true,
|
@@ -2501,7 +2422,12 @@
|
|
2501
2422
|
"line": 49,
|
2502
2423
|
"character": 105
|
2503
2424
|
},
|
2504
|
-
"name": "ComponentID"
|
2425
|
+
"name": "ComponentID",
|
2426
|
+
"componentId": {
|
2427
|
+
"scope": "teambit.component",
|
2428
|
+
"name": "component-id",
|
2429
|
+
"version": "1.2.2"
|
2430
|
+
}
|
2505
2431
|
}
|
2506
2432
|
},
|
2507
2433
|
"modifiers": []
|
@@ -2549,7 +2475,12 @@
|
|
2549
2475
|
"line": 92,
|
2550
2476
|
"character": 14
|
2551
2477
|
},
|
2552
|
-
"name": "ComponentID"
|
2478
|
+
"name": "ComponentID",
|
2479
|
+
"componentId": {
|
2480
|
+
"scope": "teambit.component",
|
2481
|
+
"name": "component-id",
|
2482
|
+
"version": "1.2.2"
|
2483
|
+
}
|
2553
2484
|
}
|
2554
2485
|
},
|
2555
2486
|
"isOptional": false,
|
@@ -2577,7 +2508,12 @@
|
|
2577
2508
|
"line": 93,
|
2578
2509
|
"character": 14
|
2579
2510
|
},
|
2580
|
-
"name": "ComponentID"
|
2511
|
+
"name": "ComponentID",
|
2512
|
+
"componentId": {
|
2513
|
+
"scope": "teambit.component",
|
2514
|
+
"name": "component-id",
|
2515
|
+
"version": "1.2.2"
|
2516
|
+
}
|
2581
2517
|
}
|
2582
2518
|
},
|
2583
2519
|
"isOptional": false,
|
@@ -2605,7 +2541,12 @@
|
|
2605
2541
|
"line": 94,
|
2606
2542
|
"character": 15
|
2607
2543
|
},
|
2608
|
-
"name": "ComponentID"
|
2544
|
+
"name": "ComponentID",
|
2545
|
+
"componentId": {
|
2546
|
+
"scope": "teambit.component",
|
2547
|
+
"name": "component-id",
|
2548
|
+
"version": "1.2.2"
|
2549
|
+
}
|
2609
2550
|
}
|
2610
2551
|
},
|
2611
2552
|
"isOptional": true,
|
@@ -2755,6 +2696,11 @@
|
|
2755
2696
|
"character": 30
|
2756
2697
|
},
|
2757
2698
|
"name": "Graph",
|
2699
|
+
"componentId": {
|
2700
|
+
"scope": "teambit.graph",
|
2701
|
+
"name": "cleargraph",
|
2702
|
+
"version": "0.0.11"
|
2703
|
+
},
|
2758
2704
|
"typeArgs": [
|
2759
2705
|
{
|
2760
2706
|
"__schema": "TypeRefSchema",
|
@@ -2763,7 +2709,12 @@
|
|
2763
2709
|
"line": 167,
|
2764
2710
|
"character": 36
|
2765
2711
|
},
|
2766
|
-
"name": "ComponentID"
|
2712
|
+
"name": "ComponentID",
|
2713
|
+
"componentId": {
|
2714
|
+
"scope": "teambit.component",
|
2715
|
+
"name": "component-id",
|
2716
|
+
"version": "1.2.2"
|
2717
|
+
}
|
2767
2718
|
},
|
2768
2719
|
{
|
2769
2720
|
"__schema": "TypeRefSchema",
|
@@ -2866,7 +2817,12 @@
|
|
2866
2817
|
"line": 177,
|
2867
2818
|
"character": 27
|
2868
2819
|
},
|
2869
|
-
"name": "ComponentID"
|
2820
|
+
"name": "ComponentID",
|
2821
|
+
"componentId": {
|
2822
|
+
"scope": "teambit.component",
|
2823
|
+
"name": "component-id",
|
2824
|
+
"version": "1.2.2"
|
2825
|
+
}
|
2870
2826
|
},
|
2871
2827
|
"isOptional": false,
|
2872
2828
|
"isSpread": false
|
@@ -2886,7 +2842,12 @@
|
|
2886
2842
|
"line": 177,
|
2887
2843
|
"character": 41
|
2888
2844
|
},
|
2889
|
-
"name": "DependenciesInfo"
|
2845
|
+
"name": "DependenciesInfo",
|
2846
|
+
"componentId": {
|
2847
|
+
"scope": "teambit.legacy",
|
2848
|
+
"name": "dependency-graph",
|
2849
|
+
"version": "0.0.5"
|
2850
|
+
}
|
2890
2851
|
}
|
2891
2852
|
},
|
2892
2853
|
"modifiers": []
|
@@ -2971,7 +2932,12 @@
|
|
2971
2932
|
"line": 13,
|
2972
2933
|
"character": 45
|
2973
2934
|
},
|
2974
|
-
"name": "ComponentID"
|
2935
|
+
"name": "ComponentID",
|
2936
|
+
"componentId": {
|
2937
|
+
"scope": "teambit.component",
|
2938
|
+
"name": "component-id",
|
2939
|
+
"version": "1.2.2"
|
2940
|
+
}
|
2975
2941
|
},
|
2976
2942
|
{
|
2977
2943
|
"__schema": "TypeRefSchema",
|
@@ -2995,7 +2961,7 @@
|
|
2995
2961
|
"_legacy": {
|
2996
2962
|
"scope": "teambit.component",
|
2997
2963
|
"name": "graph",
|
2998
|
-
"version": "1.0.
|
2964
|
+
"version": "1.0.489"
|
2999
2965
|
},
|
3000
2966
|
"_scope": "teambit.component"
|
3001
2967
|
}
|
@@ -3047,7 +3013,11 @@
|
|
3047
3013
|
"line": 13,
|
3048
3014
|
"character": 14
|
3049
3015
|
},
|
3050
|
-
"name": "ComponentID"
|
3016
|
+
"name": "ComponentID",
|
3017
|
+
"componentId": {
|
3018
|
+
"scope": "teambit.component",
|
3019
|
+
"name": "component"
|
3020
|
+
}
|
3051
3021
|
}
|
3052
3022
|
},
|
3053
3023
|
"isOptional": true,
|
@@ -3085,7 +3055,8 @@
|
|
3085
3055
|
"line": 14,
|
3086
3056
|
"character": 22
|
3087
3057
|
},
|
3088
|
-
"name": "ComponentNode"
|
3058
|
+
"name": "ComponentNode",
|
3059
|
+
"internalFilePath": "component-graph/component-graph.ts"
|
3089
3060
|
}
|
3090
3061
|
},
|
3091
3062
|
"isOptional": true,
|
@@ -3114,7 +3085,8 @@
|
|
3114
3085
|
"line": 14,
|
3115
3086
|
"character": 51
|
3116
3087
|
},
|
3117
|
-
"name": "DependencyEdge"
|
3088
|
+
"name": "DependencyEdge",
|
3089
|
+
"internalFilePath": "component-graph/component-graph.ts"
|
3118
3090
|
}
|
3119
3091
|
},
|
3120
3092
|
"isOptional": true,
|
@@ -3165,7 +3137,8 @@
|
|
3165
3137
|
"line": 18,
|
3166
3138
|
"character": 27
|
3167
3139
|
},
|
3168
|
-
"name": "ComponentNode"
|
3140
|
+
"name": "ComponentNode",
|
3141
|
+
"internalFilePath": "component-graph/component-graph.ts"
|
3169
3142
|
}
|
3170
3143
|
},
|
3171
3144
|
"isOptional": true,
|
@@ -3194,7 +3167,8 @@
|
|
3194
3167
|
"line": 18,
|
3195
3168
|
"character": 56
|
3196
3169
|
},
|
3197
|
-
"name": "DependencyEdge"
|
3170
|
+
"name": "DependencyEdge",
|
3171
|
+
"internalFilePath": "component-graph/component-graph.ts"
|
3198
3172
|
}
|
3199
3173
|
},
|
3200
3174
|
"isOptional": true,
|
@@ -3362,6 +3336,11 @@
|
|
3362
3336
|
"character": 30
|
3363
3337
|
},
|
3364
3338
|
"name": "Graph",
|
3339
|
+
"componentId": {
|
3340
|
+
"scope": "teambit.graph",
|
3341
|
+
"name": "cleargraph",
|
3342
|
+
"version": "0.0.11"
|
3343
|
+
},
|
3365
3344
|
"typeArgs": [
|
3366
3345
|
{
|
3367
3346
|
"__schema": "TypeRefSchema",
|
@@ -3370,7 +3349,11 @@
|
|
3370
3349
|
"line": 68,
|
3371
3350
|
"character": 36
|
3372
3351
|
},
|
3373
|
-
"name": "Component"
|
3352
|
+
"name": "Component",
|
3353
|
+
"componentId": {
|
3354
|
+
"scope": "teambit.component",
|
3355
|
+
"name": "component"
|
3356
|
+
}
|
3374
3357
|
},
|
3375
3358
|
{
|
3376
3359
|
"__schema": "TypeRefSchema",
|
@@ -3466,7 +3449,11 @@
|
|
3466
3449
|
"line": 12,
|
3467
3450
|
"character": 43
|
3468
3451
|
},
|
3469
|
-
"name": "Component"
|
3452
|
+
"name": "Component",
|
3453
|
+
"componentId": {
|
3454
|
+
"scope": "teambit.component",
|
3455
|
+
"name": "component"
|
3456
|
+
}
|
3470
3457
|
},
|
3471
3458
|
{
|
3472
3459
|
"__schema": "TypeRefSchema",
|
@@ -3490,7 +3477,7 @@
|
|
3490
3477
|
"_legacy": {
|
3491
3478
|
"scope": "teambit.component",
|
3492
3479
|
"name": "graph",
|
3493
|
-
"version": "1.0.
|
3480
|
+
"version": "1.0.489"
|
3494
3481
|
},
|
3495
3482
|
"_scope": "teambit.component"
|
3496
3483
|
}
|
@@ -3526,6 +3513,7 @@
|
|
3526
3513
|
"character": 31
|
3527
3514
|
},
|
3528
3515
|
"name": "ComponentType",
|
3516
|
+
"packageName": "react",
|
3529
3517
|
"typeArgs": [
|
3530
3518
|
{
|
3531
3519
|
"__schema": "TypeRefSchema",
|
@@ -3616,7 +3604,7 @@
|
|
3616
3604
|
"_legacy": {
|
3617
3605
|
"scope": "teambit.component",
|
3618
3606
|
"name": "graph",
|
3619
|
-
"version": "1.0.
|
3607
|
+
"version": "1.0.489"
|
3620
3608
|
},
|
3621
3609
|
"_scope": "teambit.component"
|
3622
3610
|
}
|
@@ -3651,6 +3639,11 @@
|
|
3651
3639
|
"character": 35
|
3652
3640
|
},
|
3653
3641
|
"name": "SlotRegistry",
|
3642
|
+
"componentId": {
|
3643
|
+
"scope": "teambit.harmony",
|
3644
|
+
"name": "harmony",
|
3645
|
+
"version": "0.4.6"
|
3646
|
+
},
|
3654
3647
|
"typeArgs": [
|
3655
3648
|
{
|
3656
3649
|
"__schema": "TypeRefSchema",
|
@@ -3940,7 +3933,11 @@
|
|
3940
3933
|
"line": 46,
|
3941
3934
|
"character": 39
|
3942
3935
|
},
|
3943
|
-
"name": "ComponentUI"
|
3936
|
+
"name": "ComponentUI",
|
3937
|
+
"componentId": {
|
3938
|
+
"scope": "teambit.component",
|
3939
|
+
"name": "component"
|
3940
|
+
}
|
3944
3941
|
},
|
3945
3942
|
{
|
3946
3943
|
"__schema": "TypeRefSchema",
|
@@ -3949,7 +3946,11 @@
|
|
3949
3946
|
"line": 46,
|
3950
3947
|
"character": 52
|
3951
3948
|
},
|
3952
|
-
"name": "ComponentCompareUI"
|
3949
|
+
"name": "ComponentCompareUI",
|
3950
|
+
"componentId": {
|
3951
|
+
"scope": "teambit.component",
|
3952
|
+
"name": "component-compare"
|
3953
|
+
}
|
3953
3954
|
}
|
3954
3955
|
]
|
3955
3956
|
},
|
@@ -3971,7 +3972,8 @@
|
|
3971
3972
|
"line": 47,
|
3972
3973
|
"character": 13
|
3973
3974
|
},
|
3974
|
-
"name": "GraphUIConfig"
|
3975
|
+
"name": "GraphUIConfig",
|
3976
|
+
"internalFilePath": "graph.ui.runtime.tsx"
|
3975
3977
|
},
|
3976
3978
|
"isOptional": false,
|
3977
3979
|
"isSpread": false
|
@@ -4125,7 +4127,11 @@
|
|
4125
4127
|
"line": 12,
|
4126
4128
|
"character": 40
|
4127
4129
|
},
|
4128
|
-
"name": "ComponentMain"
|
4130
|
+
"name": "ComponentMain",
|
4131
|
+
"componentId": {
|
4132
|
+
"scope": "teambit.component",
|
4133
|
+
"name": "component"
|
4134
|
+
}
|
4129
4135
|
},
|
4130
4136
|
"isOptional": false,
|
4131
4137
|
"isSpread": false
|
@@ -4185,7 +4191,11 @@
|
|
4185
4191
|
"line": 17,
|
4186
4192
|
"character": 24
|
4187
4193
|
},
|
4188
|
-
"name": "ComponentID"
|
4194
|
+
"name": "ComponentID",
|
4195
|
+
"componentId": {
|
4196
|
+
"scope": "teambit.component",
|
4197
|
+
"name": "component"
|
4198
|
+
}
|
4189
4199
|
}
|
4190
4200
|
},
|
4191
4201
|
"isOptional": true,
|
@@ -4206,7 +4216,8 @@
|
|
4206
4216
|
"line": 17,
|
4207
4217
|
"character": 45
|
4208
4218
|
},
|
4209
|
-
"name": "GetGraphOpts"
|
4219
|
+
"name": "GetGraphOpts",
|
4220
|
+
"internalFilePath": "graph-builder.ts"
|
4210
4221
|
},
|
4211
4222
|
"isOptional": true,
|
4212
4223
|
"defaultValue": "{}",
|
@@ -4269,7 +4280,11 @@
|
|
4269
4280
|
"line": 26,
|
4270
4281
|
"character": 27
|
4271
4282
|
},
|
4272
|
-
"name": "ComponentID"
|
4283
|
+
"name": "ComponentID",
|
4284
|
+
"componentId": {
|
4285
|
+
"scope": "teambit.component",
|
4286
|
+
"name": "component"
|
4287
|
+
}
|
4273
4288
|
}
|
4274
4289
|
},
|
4275
4290
|
"isOptional": true,
|
@@ -4290,7 +4305,8 @@
|
|
4290
4305
|
"line": 26,
|
4291
4306
|
"character": 48
|
4292
4307
|
},
|
4293
|
-
"name": "GetGraphOpts"
|
4308
|
+
"name": "GetGraphOpts",
|
4309
|
+
"internalFilePath": "graph-builder.ts"
|
4294
4310
|
},
|
4295
4311
|
"isOptional": true,
|
4296
4312
|
"defaultValue": "{}",
|
@@ -4418,7 +4434,11 @@
|
|
4418
4434
|
"line": 14,
|
4419
4435
|
"character": 30
|
4420
4436
|
},
|
4421
|
-
"name": "ComponentMain"
|
4437
|
+
"name": "ComponentMain",
|
4438
|
+
"componentId": {
|
4439
|
+
"scope": "teambit.component",
|
4440
|
+
"name": "component"
|
4441
|
+
}
|
4422
4442
|
},
|
4423
4443
|
"isOptional": false,
|
4424
4444
|
"isSpread": false
|
@@ -4438,7 +4458,11 @@
|
|
4438
4458
|
"line": 15,
|
4439
4459
|
"character": 21
|
4440
4460
|
},
|
4441
|
-
"name": "Logger"
|
4461
|
+
"name": "Logger",
|
4462
|
+
"componentId": {
|
4463
|
+
"scope": "teambit.harmony",
|
4464
|
+
"name": "logger"
|
4465
|
+
}
|
4442
4466
|
},
|
4443
4467
|
"isOptional": false,
|
4444
4468
|
"isSpread": false
|
@@ -4498,7 +4522,11 @@
|
|
4498
4522
|
"line": 21,
|
4499
4523
|
"character": 24
|
4500
4524
|
},
|
4501
|
-
"name": "ComponentID"
|
4525
|
+
"name": "ComponentID",
|
4526
|
+
"componentId": {
|
4527
|
+
"scope": "teambit.component",
|
4528
|
+
"name": "component"
|
4529
|
+
}
|
4502
4530
|
}
|
4503
4531
|
},
|
4504
4532
|
"isOptional": true,
|
@@ -4519,7 +4547,8 @@
|
|
4519
4547
|
"line": 21,
|
4520
4548
|
"character": 45
|
4521
4549
|
},
|
4522
|
-
"name": "GetGraphOpts"
|
4550
|
+
"name": "GetGraphOpts",
|
4551
|
+
"internalFilePath": "graph-builder.ts"
|
4523
4552
|
},
|
4524
4553
|
"isOptional": true,
|
4525
4554
|
"defaultValue": "{}",
|
@@ -4582,7 +4611,11 @@
|
|
4582
4611
|
"line": 26,
|
4583
4612
|
"character": 27
|
4584
4613
|
},
|
4585
|
-
"name": "ComponentID"
|
4614
|
+
"name": "ComponentID",
|
4615
|
+
"componentId": {
|
4616
|
+
"scope": "teambit.component",
|
4617
|
+
"name": "component"
|
4618
|
+
}
|
4586
4619
|
}
|
4587
4620
|
},
|
4588
4621
|
"isOptional": true,
|
@@ -4603,7 +4636,8 @@
|
|
4603
4636
|
"line": 26,
|
4604
4637
|
"character": 48
|
4605
4638
|
},
|
4606
|
-
"name": "GetGraphOpts"
|
4639
|
+
"name": "GetGraphOpts",
|
4640
|
+
"internalFilePath": "graph-builder.ts"
|
4607
4641
|
},
|
4608
4642
|
"isOptional": true,
|
4609
4643
|
"defaultValue": "{}",
|
@@ -4730,7 +4764,11 @@
|
|
4730
4764
|
"line": 35,
|
4731
4765
|
"character": 5
|
4732
4766
|
},
|
4733
|
-
"name": "GraphqlMain"
|
4767
|
+
"name": "GraphqlMain",
|
4768
|
+
"componentId": {
|
4769
|
+
"scope": "teambit.harmony",
|
4770
|
+
"name": "graphql"
|
4771
|
+
}
|
4734
4772
|
},
|
4735
4773
|
{
|
4736
4774
|
"__schema": "TypeRefSchema",
|
@@ -4739,7 +4777,11 @@
|
|
4739
4777
|
"line": 36,
|
4740
4778
|
"character": 5
|
4741
4779
|
},
|
4742
|
-
"name": "ComponentMain"
|
4780
|
+
"name": "ComponentMain",
|
4781
|
+
"componentId": {
|
4782
|
+
"scope": "teambit.component",
|
4783
|
+
"name": "component"
|
4784
|
+
}
|
4743
4785
|
},
|
4744
4786
|
{
|
4745
4787
|
"__schema": "TypeRefSchema",
|
@@ -4748,7 +4790,11 @@
|
|
4748
4790
|
"line": 37,
|
4749
4791
|
"character": 5
|
4750
4792
|
},
|
4751
|
-
"name": "CLIMain"
|
4793
|
+
"name": "CLIMain",
|
4794
|
+
"componentId": {
|
4795
|
+
"scope": "teambit.harmony",
|
4796
|
+
"name": "cli"
|
4797
|
+
}
|
4752
4798
|
},
|
4753
4799
|
{
|
4754
4800
|
"__schema": "TypeRefSchema",
|
@@ -4757,7 +4803,11 @@
|
|
4757
4803
|
"line": 38,
|
4758
4804
|
"character": 5
|
4759
4805
|
},
|
4760
|
-
"name": "LoggerMain"
|
4806
|
+
"name": "LoggerMain",
|
4807
|
+
"componentId": {
|
4808
|
+
"scope": "teambit.harmony",
|
4809
|
+
"name": "logger"
|
4810
|
+
}
|
4761
4811
|
}
|
4762
4812
|
]
|
4763
4813
|
},
|
@@ -4983,7 +5033,8 @@
|
|
4983
5033
|
"line": 13,
|
4984
5034
|
"character": 22
|
4985
5035
|
},
|
4986
|
-
"name": "BitIdNode"
|
5036
|
+
"name": "BitIdNode",
|
5037
|
+
"internalFilePath": "object-list-to-graph.ts"
|
4987
5038
|
}
|
4988
5039
|
},
|
4989
5040
|
"isOptional": true,
|
@@ -5012,7 +5063,8 @@
|
|
5012
5063
|
"line": 13,
|
5013
5064
|
"character": 47
|
5014
5065
|
},
|
5015
|
-
"name": "DependencyEdge"
|
5066
|
+
"name": "DependencyEdge",
|
5067
|
+
"internalFilePath": "object-list-to-graph.ts"
|
5016
5068
|
}
|
5017
5069
|
},
|
5018
5070
|
"isOptional": true,
|
@@ -5049,7 +5101,12 @@
|
|
5049
5101
|
"line": 12,
|
5050
5102
|
"character": 36
|
5051
5103
|
},
|
5052
|
-
"name": "ComponentID"
|
5104
|
+
"name": "ComponentID",
|
5105
|
+
"componentId": {
|
5106
|
+
"scope": "teambit.component",
|
5107
|
+
"name": "component-id",
|
5108
|
+
"version": "1.2.2"
|
5109
|
+
}
|
5053
5110
|
},
|
5054
5111
|
{
|
5055
5112
|
"__schema": "TypeRefSchema",
|
@@ -5073,7 +5130,7 @@
|
|
5073
5130
|
"_legacy": {
|
5074
5131
|
"scope": "teambit.component",
|
5075
5132
|
"name": "graph",
|
5076
|
-
"version": "1.0.
|
5133
|
+
"version": "1.0.489"
|
5077
5134
|
},
|
5078
5135
|
"_scope": "teambit.component"
|
5079
5136
|
}
|
@@ -5107,7 +5164,12 @@
|
|
5107
5164
|
"line": 18,
|
5108
5165
|
"character": 53
|
5109
5166
|
},
|
5110
|
-
"name": "ObjectList"
|
5167
|
+
"name": "ObjectList",
|
5168
|
+
"componentId": {
|
5169
|
+
"scope": "teambit.scope",
|
5170
|
+
"name": "objects",
|
5171
|
+
"version": "0.0.2"
|
5172
|
+
}
|
5111
5173
|
},
|
5112
5174
|
"isOptional": false,
|
5113
5175
|
"isSpread": false
|
@@ -5163,7 +5225,12 @@
|
|
5163
5225
|
"line": 24,
|
5164
5226
|
"character": 60
|
5165
5227
|
},
|
5166
|
-
"name": "BitObjectList"
|
5228
|
+
"name": "BitObjectList",
|
5229
|
+
"componentId": {
|
5230
|
+
"scope": "teambit.scope",
|
5231
|
+
"name": "objects",
|
5232
|
+
"version": "0.0.2"
|
5233
|
+
}
|
5167
5234
|
},
|
5168
5235
|
"isOptional": false,
|
5169
5236
|
"isSpread": false
|
@@ -5213,6 +5280,11 @@
|
|
5213
5280
|
"character": 18
|
5214
5281
|
},
|
5215
5282
|
"name": "Node",
|
5283
|
+
"componentId": {
|
5284
|
+
"scope": "teambit.graph",
|
5285
|
+
"name": "cleargraph",
|
5286
|
+
"version": "0.0.11"
|
5287
|
+
},
|
5216
5288
|
"typeArgs": [
|
5217
5289
|
{
|
5218
5290
|
"__schema": "TypeRefSchema",
|
@@ -5221,7 +5293,12 @@
|
|
5221
5293
|
"line": 9,
|
5222
5294
|
"character": 23
|
5223
5295
|
},
|
5224
|
-
"name": "ComponentID"
|
5296
|
+
"name": "ComponentID",
|
5297
|
+
"componentId": {
|
5298
|
+
"scope": "teambit.component",
|
5299
|
+
"name": "component-id",
|
5300
|
+
"version": "1.2.2"
|
5301
|
+
}
|
5225
5302
|
}
|
5226
5303
|
]
|
5227
5304
|
}
|
@@ -5243,6 +5320,11 @@
|
|
5243
5320
|
"character": 23
|
5244
5321
|
},
|
5245
5322
|
"name": "Edge",
|
5323
|
+
"componentId": {
|
5324
|
+
"scope": "teambit.graph",
|
5325
|
+
"name": "cleargraph",
|
5326
|
+
"version": "0.0.11"
|
5327
|
+
},
|
5246
5328
|
"typeArgs": [
|
5247
5329
|
{
|
5248
5330
|
"__schema": "TypeRefSchema",
|
@@ -5361,7 +5443,8 @@
|
|
5361
5443
|
"line": 18,
|
5362
5444
|
"character": 17
|
5363
5445
|
},
|
5364
|
-
"name": "ElementsOptions"
|
5446
|
+
"name": "ElementsOptions",
|
5447
|
+
"internalFilePath": "ui/dependencies-graph/calc-elements.tsx"
|
5365
5448
|
},
|
5366
5449
|
"isOptional": false,
|
5367
5450
|
"objectBindingNodes": [
|
@@ -5411,7 +5494,8 @@
|
|
5411
5494
|
"line": 19,
|
5412
5495
|
"character": 13
|
5413
5496
|
},
|
5414
|
-
"name": "Node"
|
5497
|
+
"name": "Node",
|
5498
|
+
"packageName": "reactflow"
|
5415
5499
|
}
|
5416
5500
|
},
|
5417
5501
|
"isOptional": false
|
@@ -5439,7 +5523,8 @@
|
|
5439
5523
|
"line": 19,
|
5440
5524
|
"character": 28
|
5441
5525
|
},
|
5442
|
-
"name": "Edge"
|
5526
|
+
"name": "Edge",
|
5527
|
+
"packageName": "reactflow"
|
5443
5528
|
}
|
5444
5529
|
},
|
5445
5530
|
"isOptional": false
|
@@ -5485,7 +5570,11 @@
|
|
5485
5570
|
"line": 10,
|
5486
5571
|
"character": 14
|
5487
5572
|
},
|
5488
|
-
"name": "ComponentID"
|
5573
|
+
"name": "ComponentID",
|
5574
|
+
"componentId": {
|
5575
|
+
"scope": "teambit.component",
|
5576
|
+
"name": "component"
|
5577
|
+
}
|
5489
5578
|
},
|
5490
5579
|
"isOptional": true
|
5491
5580
|
}
|
@@ -5509,7 +5598,7 @@
|
|
5509
5598
|
"line": 4,
|
5510
5599
|
"character": 1
|
5511
5600
|
},
|
5512
|
-
"signature": "function calcMinimapColors(node: Node):
|
5601
|
+
"signature": "function calcMinimapColors(node: Node): string",
|
5513
5602
|
"name": "calcMinimapColors",
|
5514
5603
|
"params": [
|
5515
5604
|
{
|
@@ -5527,7 +5616,8 @@
|
|
5527
5616
|
"line": 4,
|
5528
5617
|
"character": 41
|
5529
5618
|
},
|
5530
|
-
"name": "Node"
|
5619
|
+
"name": "Node",
|
5620
|
+
"packageName": "reactflow"
|
5531
5621
|
},
|
5532
5622
|
"isOptional": false,
|
5533
5623
|
"isSpread": false
|
@@ -5540,7 +5630,7 @@
|
|
5540
5630
|
"line": 4,
|
5541
5631
|
"character": 1
|
5542
5632
|
},
|
5543
|
-
"type": "
|
5633
|
+
"type": "string"
|
5544
5634
|
},
|
5545
5635
|
"modifiers": [
|
5546
5636
|
"export"
|
@@ -5581,7 +5671,8 @@
|
|
5581
5671
|
"line": 12,
|
5582
5672
|
"character": 80
|
5583
5673
|
},
|
5584
|
-
"name": "GraphFiltersType"
|
5674
|
+
"name": "GraphFiltersType",
|
5675
|
+
"internalFilePath": "ui/graph-page/graph-filters.tsx"
|
5585
5676
|
},
|
5586
5677
|
"isOptional": false,
|
5587
5678
|
"objectBindingNodes": [
|
@@ -5795,7 +5886,12 @@
|
|
5795
5886
|
"line": 10,
|
5796
5887
|
"character": 5
|
5797
5888
|
},
|
5798
|
-
"name": "CardProps"
|
5889
|
+
"name": "CardProps",
|
5890
|
+
"componentId": {
|
5891
|
+
"scope": "teambit.base-ui",
|
5892
|
+
"name": "surfaces/card",
|
5893
|
+
"version": "1.0.1"
|
5894
|
+
}
|
5799
5895
|
}
|
5800
5896
|
]
|
5801
5897
|
}
|
@@ -5856,7 +5952,11 @@
|
|
5856
5952
|
"line": 6,
|
5857
5953
|
"character": 15
|
5858
5954
|
},
|
5859
|
-
"name": "ComponentModel"
|
5955
|
+
"name": "ComponentModel",
|
5956
|
+
"componentId": {
|
5957
|
+
"scope": "teambit.component",
|
5958
|
+
"name": "component"
|
5959
|
+
}
|
5860
5960
|
},
|
5861
5961
|
"isOptional": true
|
5862
5962
|
},
|
@@ -5909,7 +6009,8 @@
|
|
5909
6009
|
"line": 9,
|
5910
6010
|
"character": 24
|
5911
6011
|
},
|
5912
|
-
"name": "RawNode"
|
6012
|
+
"name": "RawNode",
|
6013
|
+
"internalFilePath": "ui/query/get-graph.query.ts"
|
5913
6014
|
},
|
5914
6015
|
"isOptional": false,
|
5915
6016
|
"isSpread": false
|
@@ -6038,7 +6139,8 @@
|
|
6038
6139
|
"line": 9,
|
6039
6140
|
"character": 24
|
6040
6141
|
},
|
6041
|
-
"name": "RawEdge"
|
6142
|
+
"name": "RawEdge",
|
6143
|
+
"internalFilePath": "ui/query/get-graph.query.ts"
|
6042
6144
|
},
|
6043
6145
|
"isOptional": false,
|
6044
6146
|
"isSpread": false
|
@@ -6194,7 +6296,8 @@
|
|
6194
6296
|
"line": 56,
|
6195
6297
|
"character": 10
|
6196
6298
|
},
|
6197
|
-
"name": "RawNode"
|
6299
|
+
"name": "RawNode",
|
6300
|
+
"internalFilePath": "ui/query/get-graph.query.ts"
|
6198
6301
|
}
|
6199
6302
|
},
|
6200
6303
|
"isOptional": false
|
@@ -6650,6 +6753,11 @@
|
|
6650
6753
|
"character": 27
|
6651
6754
|
},
|
6652
6755
|
"name": "Graph",
|
6756
|
+
"componentId": {
|
6757
|
+
"scope": "teambit.graph",
|
6758
|
+
"name": "cleargraph",
|
6759
|
+
"version": "0.0.11"
|
6760
|
+
},
|
6653
6761
|
"typeArgs": [
|
6654
6762
|
{
|
6655
6763
|
"__schema": "TypeRefSchema",
|
@@ -6658,7 +6766,12 @@
|
|
6658
6766
|
"line": 11,
|
6659
6767
|
"character": 33
|
6660
6768
|
},
|
6661
|
-
"name": "ComponentID"
|
6769
|
+
"name": "ComponentID",
|
6770
|
+
"componentId": {
|
6771
|
+
"scope": "teambit.component",
|
6772
|
+
"name": "component-id",
|
6773
|
+
"version": "1.2.2"
|
6774
|
+
}
|
6662
6775
|
},
|
6663
6776
|
{
|
6664
6777
|
"__schema": "TypeRefSchema",
|
@@ -6705,7 +6818,12 @@
|
|
6705
6818
|
"line": 15,
|
6706
6819
|
"character": 14
|
6707
6820
|
},
|
6708
|
-
"name": "ComponentID"
|
6821
|
+
"name": "ComponentID",
|
6822
|
+
"componentId": {
|
6823
|
+
"scope": "teambit.component",
|
6824
|
+
"name": "component-id",
|
6825
|
+
"version": "1.2.2"
|
6826
|
+
}
|
6709
6827
|
}
|
6710
6828
|
},
|
6711
6829
|
"isOptional": true,
|
@@ -6743,7 +6861,8 @@
|
|
6743
6861
|
"line": 16,
|
6744
6862
|
"character": 22
|
6745
6863
|
},
|
6746
|
-
"name": "ComponentIdNode"
|
6864
|
+
"name": "ComponentIdNode",
|
6865
|
+
"internalFilePath": "component-id-graph.ts"
|
6747
6866
|
}
|
6748
6867
|
},
|
6749
6868
|
"isOptional": true,
|
@@ -6772,7 +6891,8 @@
|
|
6772
6891
|
"line": 16,
|
6773
6892
|
"character": 53
|
6774
6893
|
},
|
6775
|
-
"name": "DependencyEdge"
|
6894
|
+
"name": "DependencyEdge",
|
6895
|
+
"internalFilePath": "component-id-graph.ts"
|
6776
6896
|
}
|
6777
6897
|
},
|
6778
6898
|
"isOptional": true,
|
@@ -6842,7 +6962,8 @@
|
|
6842
6962
|
"line": 34,
|
6843
6963
|
"character": 27
|
6844
6964
|
},
|
6845
|
-
"name": "ComponentIdNode"
|
6965
|
+
"name": "ComponentIdNode",
|
6966
|
+
"internalFilePath": "component-id-graph.ts"
|
6846
6967
|
}
|
6847
6968
|
},
|
6848
6969
|
"isOptional": true,
|
@@ -6871,7 +6992,8 @@
|
|
6871
6992
|
"line": 34,
|
6872
6993
|
"character": 58
|
6873
6994
|
},
|
6874
|
-
"name": "DependencyEdge"
|
6995
|
+
"name": "DependencyEdge",
|
6996
|
+
"internalFilePath": "component-id-graph.ts"
|
6875
6997
|
}
|
6876
6998
|
},
|
6877
6999
|
"isOptional": true,
|
@@ -6935,7 +7057,12 @@
|
|
6935
7057
|
"line": 49,
|
6936
7058
|
"character": 40
|
6937
7059
|
},
|
6938
|
-
"name": "ComponentID"
|
7060
|
+
"name": "ComponentID",
|
7061
|
+
"componentId": {
|
7062
|
+
"scope": "teambit.component",
|
7063
|
+
"name": "component-id",
|
7064
|
+
"version": "1.2.2"
|
7065
|
+
}
|
6939
7066
|
}
|
6940
7067
|
},
|
6941
7068
|
"isOptional": false,
|
@@ -6963,7 +7090,12 @@
|
|
6963
7090
|
"line": 49,
|
6964
7091
|
"character": 64
|
6965
7092
|
},
|
6966
|
-
"name": "ComponentID"
|
7093
|
+
"name": "ComponentID",
|
7094
|
+
"componentId": {
|
7095
|
+
"scope": "teambit.component",
|
7096
|
+
"name": "component-id",
|
7097
|
+
"version": "1.2.2"
|
7098
|
+
}
|
6967
7099
|
}
|
6968
7100
|
},
|
6969
7101
|
"isOptional": false,
|
@@ -6991,7 +7123,12 @@
|
|
6991
7123
|
"line": 49,
|
6992
7124
|
"character": 89
|
6993
7125
|
},
|
6994
|
-
"name": "ComponentID"
|
7126
|
+
"name": "ComponentID",
|
7127
|
+
"componentId": {
|
7128
|
+
"scope": "teambit.component",
|
7129
|
+
"name": "component-id",
|
7130
|
+
"version": "1.2.2"
|
7131
|
+
}
|
6995
7132
|
}
|
6996
7133
|
},
|
6997
7134
|
"isOptional": true,
|
@@ -7012,7 +7149,12 @@
|
|
7012
7149
|
"line": 49,
|
7013
7150
|
"character": 105
|
7014
7151
|
},
|
7015
|
-
"name": "ComponentID"
|
7152
|
+
"name": "ComponentID",
|
7153
|
+
"componentId": {
|
7154
|
+
"scope": "teambit.component",
|
7155
|
+
"name": "component-id",
|
7156
|
+
"version": "1.2.2"
|
7157
|
+
}
|
7016
7158
|
}
|
7017
7159
|
},
|
7018
7160
|
"modifiers": []
|
@@ -7060,7 +7202,12 @@
|
|
7060
7202
|
"line": 92,
|
7061
7203
|
"character": 14
|
7062
7204
|
},
|
7063
|
-
"name": "ComponentID"
|
7205
|
+
"name": "ComponentID",
|
7206
|
+
"componentId": {
|
7207
|
+
"scope": "teambit.component",
|
7208
|
+
"name": "component-id",
|
7209
|
+
"version": "1.2.2"
|
7210
|
+
}
|
7064
7211
|
}
|
7065
7212
|
},
|
7066
7213
|
"isOptional": false,
|
@@ -7088,7 +7235,12 @@
|
|
7088
7235
|
"line": 93,
|
7089
7236
|
"character": 14
|
7090
7237
|
},
|
7091
|
-
"name": "ComponentID"
|
7238
|
+
"name": "ComponentID",
|
7239
|
+
"componentId": {
|
7240
|
+
"scope": "teambit.component",
|
7241
|
+
"name": "component-id",
|
7242
|
+
"version": "1.2.2"
|
7243
|
+
}
|
7092
7244
|
}
|
7093
7245
|
},
|
7094
7246
|
"isOptional": false,
|
@@ -7116,7 +7268,12 @@
|
|
7116
7268
|
"line": 94,
|
7117
7269
|
"character": 15
|
7118
7270
|
},
|
7119
|
-
"name": "ComponentID"
|
7271
|
+
"name": "ComponentID",
|
7272
|
+
"componentId": {
|
7273
|
+
"scope": "teambit.component",
|
7274
|
+
"name": "component-id",
|
7275
|
+
"version": "1.2.2"
|
7276
|
+
}
|
7120
7277
|
}
|
7121
7278
|
},
|
7122
7279
|
"isOptional": true,
|
@@ -7266,6 +7423,11 @@
|
|
7266
7423
|
"character": 30
|
7267
7424
|
},
|
7268
7425
|
"name": "Graph",
|
7426
|
+
"componentId": {
|
7427
|
+
"scope": "teambit.graph",
|
7428
|
+
"name": "cleargraph",
|
7429
|
+
"version": "0.0.11"
|
7430
|
+
},
|
7269
7431
|
"typeArgs": [
|
7270
7432
|
{
|
7271
7433
|
"__schema": "TypeRefSchema",
|
@@ -7274,7 +7436,12 @@
|
|
7274
7436
|
"line": 167,
|
7275
7437
|
"character": 36
|
7276
7438
|
},
|
7277
|
-
"name": "ComponentID"
|
7439
|
+
"name": "ComponentID",
|
7440
|
+
"componentId": {
|
7441
|
+
"scope": "teambit.component",
|
7442
|
+
"name": "component-id",
|
7443
|
+
"version": "1.2.2"
|
7444
|
+
}
|
7278
7445
|
},
|
7279
7446
|
{
|
7280
7447
|
"__schema": "TypeRefSchema",
|
@@ -7377,7 +7544,12 @@
|
|
7377
7544
|
"line": 177,
|
7378
7545
|
"character": 27
|
7379
7546
|
},
|
7380
|
-
"name": "ComponentID"
|
7547
|
+
"name": "ComponentID",
|
7548
|
+
"componentId": {
|
7549
|
+
"scope": "teambit.component",
|
7550
|
+
"name": "component-id",
|
7551
|
+
"version": "1.2.2"
|
7552
|
+
}
|
7381
7553
|
},
|
7382
7554
|
"isOptional": false,
|
7383
7555
|
"isSpread": false
|
@@ -7397,7 +7569,12 @@
|
|
7397
7569
|
"line": 177,
|
7398
7570
|
"character": 41
|
7399
7571
|
},
|
7400
|
-
"name": "DependenciesInfo"
|
7572
|
+
"name": "DependenciesInfo",
|
7573
|
+
"componentId": {
|
7574
|
+
"scope": "teambit.legacy",
|
7575
|
+
"name": "dependency-graph",
|
7576
|
+
"version": "0.0.5"
|
7577
|
+
}
|
7401
7578
|
}
|
7402
7579
|
},
|
7403
7580
|
"modifiers": []
|
@@ -7482,7 +7659,12 @@
|
|
7482
7659
|
"line": 13,
|
7483
7660
|
"character": 45
|
7484
7661
|
},
|
7485
|
-
"name": "ComponentID"
|
7662
|
+
"name": "ComponentID",
|
7663
|
+
"componentId": {
|
7664
|
+
"scope": "teambit.component",
|
7665
|
+
"name": "component-id",
|
7666
|
+
"version": "1.2.2"
|
7667
|
+
}
|
7486
7668
|
},
|
7487
7669
|
{
|
7488
7670
|
"__schema": "TypeRefSchema",
|
@@ -7506,7 +7688,7 @@
|
|
7506
7688
|
"_legacy": {
|
7507
7689
|
"scope": "teambit.component",
|
7508
7690
|
"name": "graph",
|
7509
|
-
"version": "1.0.
|
7691
|
+
"version": "1.0.489"
|
7510
7692
|
},
|
7511
7693
|
"_scope": "teambit.component"
|
7512
7694
|
}
|
@@ -7534,6 +7716,11 @@
|
|
7534
7716
|
"character": 24
|
7535
7717
|
},
|
7536
7718
|
"name": "Node",
|
7719
|
+
"componentId": {
|
7720
|
+
"scope": "teambit.graph",
|
7721
|
+
"name": "cleargraph",
|
7722
|
+
"version": "0.0.11"
|
7723
|
+
},
|
7537
7724
|
"typeArgs": [
|
7538
7725
|
{
|
7539
7726
|
"__schema": "TypeRefSchema",
|
@@ -7542,7 +7729,12 @@
|
|
7542
7729
|
"line": 9,
|
7543
7730
|
"character": 29
|
7544
7731
|
},
|
7545
|
-
"name": "ComponentID"
|
7732
|
+
"name": "ComponentID",
|
7733
|
+
"componentId": {
|
7734
|
+
"scope": "teambit.component",
|
7735
|
+
"name": "component-id",
|
7736
|
+
"version": "1.2.2"
|
7737
|
+
}
|
7546
7738
|
}
|
7547
7739
|
]
|
7548
7740
|
}
|
@@ -7564,6 +7756,11 @@
|
|
7564
7756
|
"character": 23
|
7565
7757
|
},
|
7566
7758
|
"name": "Edge",
|
7759
|
+
"componentId": {
|
7760
|
+
"scope": "teambit.graph",
|
7761
|
+
"name": "cleargraph",
|
7762
|
+
"version": "0.0.11"
|
7763
|
+
},
|
7567
7764
|
"typeArgs": [
|
7568
7765
|
{
|
7569
7766
|
"__schema": "TypeRefSchema",
|
@@ -7641,7 +7838,11 @@
|
|
7641
7838
|
"line": 13,
|
7642
7839
|
"character": 14
|
7643
7840
|
},
|
7644
|
-
"name": "ComponentID"
|
7841
|
+
"name": "ComponentID",
|
7842
|
+
"componentId": {
|
7843
|
+
"scope": "teambit.component",
|
7844
|
+
"name": "component"
|
7845
|
+
}
|
7645
7846
|
}
|
7646
7847
|
},
|
7647
7848
|
"isOptional": true,
|
@@ -7679,7 +7880,8 @@
|
|
7679
7880
|
"line": 14,
|
7680
7881
|
"character": 22
|
7681
7882
|
},
|
7682
|
-
"name": "ComponentNode"
|
7883
|
+
"name": "ComponentNode",
|
7884
|
+
"internalFilePath": "component-graph/component-graph.ts"
|
7683
7885
|
}
|
7684
7886
|
},
|
7685
7887
|
"isOptional": true,
|
@@ -7708,7 +7910,8 @@
|
|
7708
7910
|
"line": 14,
|
7709
7911
|
"character": 51
|
7710
7912
|
},
|
7711
|
-
"name": "DependencyEdge"
|
7913
|
+
"name": "DependencyEdge",
|
7914
|
+
"internalFilePath": "component-graph/component-graph.ts"
|
7712
7915
|
}
|
7713
7916
|
},
|
7714
7917
|
"isOptional": true,
|
@@ -7759,7 +7962,8 @@
|
|
7759
7962
|
"line": 18,
|
7760
7963
|
"character": 27
|
7761
7964
|
},
|
7762
|
-
"name": "ComponentNode"
|
7965
|
+
"name": "ComponentNode",
|
7966
|
+
"internalFilePath": "component-graph/component-graph.ts"
|
7763
7967
|
}
|
7764
7968
|
},
|
7765
7969
|
"isOptional": true,
|
@@ -7788,7 +7992,8 @@
|
|
7788
7992
|
"line": 18,
|
7789
7993
|
"character": 56
|
7790
7994
|
},
|
7791
|
-
"name": "DependencyEdge"
|
7995
|
+
"name": "DependencyEdge",
|
7996
|
+
"internalFilePath": "component-graph/component-graph.ts"
|
7792
7997
|
}
|
7793
7998
|
},
|
7794
7999
|
"isOptional": true,
|
@@ -7956,6 +8161,11 @@
|
|
7956
8161
|
"character": 30
|
7957
8162
|
},
|
7958
8163
|
"name": "Graph",
|
8164
|
+
"componentId": {
|
8165
|
+
"scope": "teambit.graph",
|
8166
|
+
"name": "cleargraph",
|
8167
|
+
"version": "0.0.11"
|
8168
|
+
},
|
7959
8169
|
"typeArgs": [
|
7960
8170
|
{
|
7961
8171
|
"__schema": "TypeRefSchema",
|
@@ -7964,7 +8174,11 @@
|
|
7964
8174
|
"line": 68,
|
7965
8175
|
"character": 36
|
7966
8176
|
},
|
7967
|
-
"name": "Component"
|
8177
|
+
"name": "Component",
|
8178
|
+
"componentId": {
|
8179
|
+
"scope": "teambit.component",
|
8180
|
+
"name": "component"
|
8181
|
+
}
|
7968
8182
|
},
|
7969
8183
|
{
|
7970
8184
|
"__schema": "TypeRefSchema",
|
@@ -8060,7 +8274,11 @@
|
|
8060
8274
|
"line": 12,
|
8061
8275
|
"character": 43
|
8062
8276
|
},
|
8063
|
-
"name": "Component"
|
8277
|
+
"name": "Component",
|
8278
|
+
"componentId": {
|
8279
|
+
"scope": "teambit.component",
|
8280
|
+
"name": "component"
|
8281
|
+
}
|
8064
8282
|
},
|
8065
8283
|
{
|
8066
8284
|
"__schema": "TypeRefSchema",
|
@@ -8084,7 +8302,7 @@
|
|
8084
8302
|
"_legacy": {
|
8085
8303
|
"scope": "teambit.component",
|
8086
8304
|
"name": "graph",
|
8087
|
-
"version": "1.0.
|
8305
|
+
"version": "1.0.489"
|
8088
8306
|
},
|
8089
8307
|
"_scope": "teambit.component"
|
8090
8308
|
}
|
@@ -8112,6 +8330,11 @@
|
|
8112
8330
|
"character": 22
|
8113
8331
|
},
|
8114
8332
|
"name": "Node",
|
8333
|
+
"componentId": {
|
8334
|
+
"scope": "teambit.graph",
|
8335
|
+
"name": "cleargraph",
|
8336
|
+
"version": "0.0.11"
|
8337
|
+
},
|
8115
8338
|
"typeArgs": [
|
8116
8339
|
{
|
8117
8340
|
"__schema": "TypeRefSchema",
|
@@ -8120,7 +8343,11 @@
|
|
8120
8343
|
"line": 9,
|
8121
8344
|
"character": 27
|
8122
8345
|
},
|
8123
|
-
"name": "Component"
|
8346
|
+
"name": "Component",
|
8347
|
+
"componentId": {
|
8348
|
+
"scope": "teambit.component",
|
8349
|
+
"name": "component"
|
8350
|
+
}
|
8124
8351
|
}
|
8125
8352
|
]
|
8126
8353
|
}
|
@@ -8142,6 +8369,11 @@
|
|
8142
8369
|
"character": 23
|
8143
8370
|
},
|
8144
8371
|
"name": "Edge",
|
8372
|
+
"componentId": {
|
8373
|
+
"scope": "teambit.graph",
|
8374
|
+
"name": "cleargraph",
|
8375
|
+
"version": "0.0.11"
|
8376
|
+
},
|
8145
8377
|
"typeArgs": [
|
8146
8378
|
{
|
8147
8379
|
"__schema": "TypeRefSchema",
|
@@ -8232,7 +8464,7 @@
|
|
8232
8464
|
"_legacy": {
|
8233
8465
|
"scope": "teambit.component",
|
8234
8466
|
"name": "graph",
|
8235
|
-
"version": "1.0.
|
8467
|
+
"version": "1.0.489"
|
8236
8468
|
},
|
8237
8469
|
"_scope": "teambit.component"
|
8238
8470
|
}
|
@@ -8257,6 +8489,7 @@
|
|
8257
8489
|
"character": 31
|
8258
8490
|
},
|
8259
8491
|
"name": "ComponentType",
|
8492
|
+
"packageName": "react",
|
8260
8493
|
"typeArgs": [
|
8261
8494
|
{
|
8262
8495
|
"__schema": "TypeRefSchema",
|
@@ -8287,6 +8520,11 @@
|
|
8287
8520
|
"character": 35
|
8288
8521
|
},
|
8289
8522
|
"name": "SlotRegistry",
|
8523
|
+
"componentId": {
|
8524
|
+
"scope": "teambit.harmony",
|
8525
|
+
"name": "harmony",
|
8526
|
+
"version": "0.4.6"
|
8527
|
+
},
|
8290
8528
|
"typeArgs": [
|
8291
8529
|
{
|
8292
8530
|
"__schema": "TypeRefSchema",
|
@@ -8606,7 +8844,11 @@
|
|
8606
8844
|
"line": 46,
|
8607
8845
|
"character": 39
|
8608
8846
|
},
|
8609
|
-
"name": "ComponentUI"
|
8847
|
+
"name": "ComponentUI",
|
8848
|
+
"componentId": {
|
8849
|
+
"scope": "teambit.component",
|
8850
|
+
"name": "component"
|
8851
|
+
}
|
8610
8852
|
},
|
8611
8853
|
{
|
8612
8854
|
"__schema": "TypeRefSchema",
|
@@ -8615,7 +8857,11 @@
|
|
8615
8857
|
"line": 46,
|
8616
8858
|
"character": 52
|
8617
8859
|
},
|
8618
|
-
"name": "ComponentCompareUI"
|
8860
|
+
"name": "ComponentCompareUI",
|
8861
|
+
"componentId": {
|
8862
|
+
"scope": "teambit.component",
|
8863
|
+
"name": "component-compare"
|
8864
|
+
}
|
8619
8865
|
}
|
8620
8866
|
]
|
8621
8867
|
},
|
@@ -8637,7 +8883,8 @@
|
|
8637
8883
|
"line": 47,
|
8638
8884
|
"character": 13
|
8639
8885
|
},
|
8640
|
-
"name": "GraphUIConfig"
|
8886
|
+
"name": "GraphUIConfig",
|
8887
|
+
"internalFilePath": "graph.ui.runtime.tsx"
|
8641
8888
|
},
|
8642
8889
|
"isOptional": false,
|
8643
8890
|
"isSpread": false
|
@@ -8838,7 +9085,7 @@
|
|
8838
9085
|
"line": 42,
|
8839
9086
|
"character": 12
|
8840
9087
|
},
|
8841
|
-
"signature": "(instance: ReactFlowInstance): void",
|
9088
|
+
"signature": "(instance: (package: reactflow) ReactFlowInstance): void",
|
8842
9089
|
"name": "",
|
8843
9090
|
"params": [
|
8844
9091
|
{
|
@@ -8856,7 +9103,8 @@
|
|
8856
9103
|
"line": 42,
|
8857
9104
|
"character": 23
|
8858
9105
|
},
|
8859
|
-
"name": "ReactFlowInstance"
|
9106
|
+
"name": "ReactFlowInstance",
|
9107
|
+
"packageName": "reactflow"
|
8860
9108
|
},
|
8861
9109
|
"isOptional": false,
|
8862
9110
|
"isSpread": false
|
@@ -8913,7 +9161,8 @@
|
|
8913
9161
|
"line": 44,
|
8914
9162
|
"character": 10
|
8915
9163
|
},
|
8916
|
-
"name": "ReactFlowProps"
|
9164
|
+
"name": "ReactFlowProps",
|
9165
|
+
"packageName": "reactflow"
|
8917
9166
|
},
|
8918
9167
|
{
|
8919
9168
|
"__schema": "LiteralTypeSchema",
|
@@ -8953,7 +9202,8 @@
|
|
8953
9202
|
"line": 55,
|
8954
9203
|
"character": 4
|
8955
9204
|
},
|
8956
|
-
"name": "DependenciesGraphProps"
|
9205
|
+
"name": "DependenciesGraphProps",
|
9206
|
+
"internalFilePath": "ui/dependencies-graph/dependencies-graph.tsx"
|
8957
9207
|
},
|
8958
9208
|
"isOptional": false,
|
8959
9209
|
"objectBindingNodes": [
|
@@ -9088,7 +9338,8 @@
|
|
9088
9338
|
"line": 26,
|
9089
9339
|
"character": 40
|
9090
9340
|
},
|
9091
|
-
"name": "NodeProps"
|
9341
|
+
"name": "NodeProps",
|
9342
|
+
"packageName": "reactflow"
|
9092
9343
|
},
|
9093
9344
|
"isOptional": false,
|
9094
9345
|
"isSpread": false
|
@@ -9148,7 +9399,11 @@
|
|
9148
9399
|
"line": 8,
|
9149
9400
|
"character": 10
|
9150
9401
|
},
|
9151
|
-
"name": "ComponentFactory"
|
9402
|
+
"name": "ComponentFactory",
|
9403
|
+
"componentId": {
|
9404
|
+
"scope": "teambit.component",
|
9405
|
+
"name": "component"
|
9406
|
+
}
|
9152
9407
|
},
|
9153
9408
|
"isOptional": true
|
9154
9409
|
}
|
@@ -9190,7 +9445,11 @@
|
|
9190
9445
|
"line": 12,
|
9191
9446
|
"character": 40
|
9192
9447
|
},
|
9193
|
-
"name": "ComponentMain"
|
9448
|
+
"name": "ComponentMain",
|
9449
|
+
"componentId": {
|
9450
|
+
"scope": "teambit.component",
|
9451
|
+
"name": "component"
|
9452
|
+
}
|
9194
9453
|
},
|
9195
9454
|
"isOptional": false,
|
9196
9455
|
"isSpread": false
|
@@ -9250,7 +9509,11 @@
|
|
9250
9509
|
"line": 17,
|
9251
9510
|
"character": 24
|
9252
9511
|
},
|
9253
|
-
"name": "ComponentID"
|
9512
|
+
"name": "ComponentID",
|
9513
|
+
"componentId": {
|
9514
|
+
"scope": "teambit.component",
|
9515
|
+
"name": "component"
|
9516
|
+
}
|
9254
9517
|
}
|
9255
9518
|
},
|
9256
9519
|
"isOptional": true,
|
@@ -9271,7 +9534,8 @@
|
|
9271
9534
|
"line": 17,
|
9272
9535
|
"character": 45
|
9273
9536
|
},
|
9274
|
-
"name": "GetGraphOpts"
|
9537
|
+
"name": "GetGraphOpts",
|
9538
|
+
"internalFilePath": "graph-builder.ts"
|
9275
9539
|
},
|
9276
9540
|
"isOptional": true,
|
9277
9541
|
"defaultValue": "{}",
|
@@ -9334,7 +9598,11 @@
|
|
9334
9598
|
"line": 26,
|
9335
9599
|
"character": 27
|
9336
9600
|
},
|
9337
|
-
"name": "ComponentID"
|
9601
|
+
"name": "ComponentID",
|
9602
|
+
"componentId": {
|
9603
|
+
"scope": "teambit.component",
|
9604
|
+
"name": "component"
|
9605
|
+
}
|
9338
9606
|
}
|
9339
9607
|
},
|
9340
9608
|
"isOptional": true,
|
@@ -9355,7 +9623,8 @@
|
|
9355
9623
|
"line": 26,
|
9356
9624
|
"character": 48
|
9357
9625
|
},
|
9358
|
-
"name": "GetGraphOpts"
|
9626
|
+
"name": "GetGraphOpts",
|
9627
|
+
"internalFilePath": "graph-builder.ts"
|
9359
9628
|
},
|
9360
9629
|
"isOptional": true,
|
9361
9630
|
"defaultValue": "{}",
|
@@ -9436,7 +9705,11 @@
|
|
9436
9705
|
"line": 14,
|
9437
9706
|
"character": 30
|
9438
9707
|
},
|
9439
|
-
"name": "ComponentMain"
|
9708
|
+
"name": "ComponentMain",
|
9709
|
+
"componentId": {
|
9710
|
+
"scope": "teambit.component",
|
9711
|
+
"name": "component"
|
9712
|
+
}
|
9440
9713
|
},
|
9441
9714
|
"isOptional": false,
|
9442
9715
|
"isSpread": false
|
@@ -9456,7 +9729,11 @@
|
|
9456
9729
|
"line": 15,
|
9457
9730
|
"character": 21
|
9458
9731
|
},
|
9459
|
-
"name": "Logger"
|
9732
|
+
"name": "Logger",
|
9733
|
+
"componentId": {
|
9734
|
+
"scope": "teambit.harmony",
|
9735
|
+
"name": "logger"
|
9736
|
+
}
|
9460
9737
|
},
|
9461
9738
|
"isOptional": false,
|
9462
9739
|
"isSpread": false
|
@@ -9516,7 +9793,11 @@
|
|
9516
9793
|
"line": 21,
|
9517
9794
|
"character": 24
|
9518
9795
|
},
|
9519
|
-
"name": "ComponentID"
|
9796
|
+
"name": "ComponentID",
|
9797
|
+
"componentId": {
|
9798
|
+
"scope": "teambit.component",
|
9799
|
+
"name": "component"
|
9800
|
+
}
|
9520
9801
|
}
|
9521
9802
|
},
|
9522
9803
|
"isOptional": true,
|
@@ -9537,7 +9818,8 @@
|
|
9537
9818
|
"line": 21,
|
9538
9819
|
"character": 45
|
9539
9820
|
},
|
9540
|
-
"name": "GetGraphOpts"
|
9821
|
+
"name": "GetGraphOpts",
|
9822
|
+
"internalFilePath": "graph-builder.ts"
|
9541
9823
|
},
|
9542
9824
|
"isOptional": true,
|
9543
9825
|
"defaultValue": "{}",
|
@@ -9600,7 +9882,11 @@
|
|
9600
9882
|
"line": 26,
|
9601
9883
|
"character": 27
|
9602
9884
|
},
|
9603
|
-
"name": "ComponentID"
|
9885
|
+
"name": "ComponentID",
|
9886
|
+
"componentId": {
|
9887
|
+
"scope": "teambit.component",
|
9888
|
+
"name": "component"
|
9889
|
+
}
|
9604
9890
|
}
|
9605
9891
|
},
|
9606
9892
|
"isOptional": true,
|
@@ -9621,7 +9907,8 @@
|
|
9621
9907
|
"line": 26,
|
9622
9908
|
"character": 48
|
9623
9909
|
},
|
9624
|
-
"name": "GetGraphOpts"
|
9910
|
+
"name": "GetGraphOpts",
|
9911
|
+
"internalFilePath": "graph-builder.ts"
|
9625
9912
|
},
|
9626
9913
|
"isOptional": true,
|
9627
9914
|
"defaultValue": "{}",
|
@@ -9748,7 +10035,11 @@
|
|
9748
10035
|
"line": 35,
|
9749
10036
|
"character": 5
|
9750
10037
|
},
|
9751
|
-
"name": "GraphqlMain"
|
10038
|
+
"name": "GraphqlMain",
|
10039
|
+
"componentId": {
|
10040
|
+
"scope": "teambit.harmony",
|
10041
|
+
"name": "graphql"
|
10042
|
+
}
|
9752
10043
|
},
|
9753
10044
|
{
|
9754
10045
|
"__schema": "TypeRefSchema",
|
@@ -9757,7 +10048,11 @@
|
|
9757
10048
|
"line": 36,
|
9758
10049
|
"character": 5
|
9759
10050
|
},
|
9760
|
-
"name": "ComponentMain"
|
10051
|
+
"name": "ComponentMain",
|
10052
|
+
"componentId": {
|
10053
|
+
"scope": "teambit.component",
|
10054
|
+
"name": "component"
|
10055
|
+
}
|
9761
10056
|
},
|
9762
10057
|
{
|
9763
10058
|
"__schema": "TypeRefSchema",
|
@@ -9766,7 +10061,11 @@
|
|
9766
10061
|
"line": 37,
|
9767
10062
|
"character": 5
|
9768
10063
|
},
|
9769
|
-
"name": "CLIMain"
|
10064
|
+
"name": "CLIMain",
|
10065
|
+
"componentId": {
|
10066
|
+
"scope": "teambit.harmony",
|
10067
|
+
"name": "cli"
|
10068
|
+
}
|
9770
10069
|
},
|
9771
10070
|
{
|
9772
10071
|
"__schema": "TypeRefSchema",
|
@@ -9775,7 +10074,11 @@
|
|
9775
10074
|
"line": 38,
|
9776
10075
|
"character": 5
|
9777
10076
|
},
|
9778
|
-
"name": "LoggerMain"
|
10077
|
+
"name": "LoggerMain",
|
10078
|
+
"componentId": {
|
10079
|
+
"scope": "teambit.harmony",
|
10080
|
+
"name": "logger"
|
10081
|
+
}
|
9779
10082
|
}
|
9780
10083
|
]
|
9781
10084
|
},
|
@@ -9819,7 +10122,7 @@
|
|
9819
10122
|
"componentId": {
|
9820
10123
|
"scope": "teambit.component",
|
9821
10124
|
"name": "graph",
|
9822
|
-
"version": "1.0.
|
10125
|
+
"version": "1.0.489"
|
9823
10126
|
},
|
9824
10127
|
"taggedModuleExports": []
|
9825
10128
|
}
|