@teambit/graph 1.0.488 → 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/schema.json
CHANGED
@@ -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
|
}
|
@@ -680,7 +687,8 @@
|
|
680
687
|
"line": 18,
|
681
688
|
"character": 17
|
682
689
|
},
|
683
|
-
"name": "ElementsOptions"
|
690
|
+
"name": "ElementsOptions",
|
691
|
+
"internalFilePath": "ui/dependencies-graph/calc-elements.tsx"
|
684
692
|
},
|
685
693
|
"isOptional": false,
|
686
694
|
"objectBindingNodes": [
|
@@ -730,7 +738,8 @@
|
|
730
738
|
"line": 19,
|
731
739
|
"character": 13
|
732
740
|
},
|
733
|
-
"name": "Node"
|
741
|
+
"name": "Node",
|
742
|
+
"packageName": "reactflow"
|
734
743
|
}
|
735
744
|
},
|
736
745
|
"isOptional": false
|
@@ -758,7 +767,8 @@
|
|
758
767
|
"line": 19,
|
759
768
|
"character": 28
|
760
769
|
},
|
761
|
-
"name": "Edge"
|
770
|
+
"name": "Edge",
|
771
|
+
"packageName": "reactflow"
|
762
772
|
}
|
763
773
|
},
|
764
774
|
"isOptional": false
|
@@ -862,7 +872,7 @@
|
|
862
872
|
"line": 9,
|
863
873
|
"character": 3
|
864
874
|
},
|
865
|
-
"signature": "function calcMinimapColors(node: Node):
|
875
|
+
"signature": "function calcMinimapColors(node: Node): string",
|
866
876
|
"name": "calcMinimapColors",
|
867
877
|
"exportNode": {
|
868
878
|
"__schema": "FunctionLikeSchema",
|
@@ -871,7 +881,7 @@
|
|
871
881
|
"line": 4,
|
872
882
|
"character": 1
|
873
883
|
},
|
874
|
-
"signature": "function calcMinimapColors(node: Node):
|
884
|
+
"signature": "function calcMinimapColors(node: Node): string",
|
875
885
|
"name": "calcMinimapColors",
|
876
886
|
"params": [
|
877
887
|
{
|
@@ -889,7 +899,8 @@
|
|
889
899
|
"line": 4,
|
890
900
|
"character": 41
|
891
901
|
},
|
892
|
-
"name": "Node"
|
902
|
+
"name": "Node",
|
903
|
+
"packageName": "reactflow"
|
893
904
|
},
|
894
905
|
"isOptional": false,
|
895
906
|
"isSpread": false
|
@@ -902,7 +913,7 @@
|
|
902
913
|
"line": 4,
|
903
914
|
"character": 1
|
904
915
|
},
|
905
|
-
"type": "
|
916
|
+
"type": "string"
|
906
917
|
},
|
907
918
|
"modifiers": [
|
908
919
|
"export"
|
@@ -916,7 +927,7 @@
|
|
916
927
|
"line": 10,
|
917
928
|
"character": 3
|
918
929
|
},
|
919
|
-
"signature": "function depTypeToClass(depType: string):
|
930
|
+
"signature": "function depTypeToClass(depType: string): string | undefined",
|
920
931
|
"name": "depTypeToClass",
|
921
932
|
"exportNode": {
|
922
933
|
"__schema": "FunctionLikeSchema",
|
@@ -925,7 +936,7 @@
|
|
925
936
|
"line": 4,
|
926
937
|
"character": 1
|
927
938
|
},
|
928
|
-
"signature": "function depTypeToClass(depType: string):
|
939
|
+
"signature": "function depTypeToClass(depType: string): string | undefined",
|
929
940
|
"name": "depTypeToClass",
|
930
941
|
"params": [
|
931
942
|
{
|
@@ -956,7 +967,7 @@
|
|
956
967
|
"line": 4,
|
957
968
|
"character": 1
|
958
969
|
},
|
959
|
-
"type": "
|
970
|
+
"type": "string | undefined"
|
960
971
|
},
|
961
972
|
"modifiers": [
|
962
973
|
"export"
|
@@ -1024,7 +1035,7 @@
|
|
1024
1035
|
"line": 12,
|
1025
1036
|
"character": 13
|
1026
1037
|
},
|
1027
|
-
"signature": "const styles: {\n graph:
|
1038
|
+
"signature": "const styles: {\n graph: string;\n minimap: string;\n controls: string;\n}",
|
1028
1039
|
"name": "styles",
|
1029
1040
|
"exportNode": {
|
1030
1041
|
"__schema": "VariableLikeSchema",
|
@@ -1033,7 +1044,7 @@
|
|
1033
1044
|
"line": 12,
|
1034
1045
|
"character": 14
|
1035
1046
|
},
|
1036
|
-
"signature": "const styles: {\n graph:
|
1047
|
+
"signature": "const styles: {\n graph: string;\n minimap: string;\n controls: string;\n}",
|
1037
1048
|
"name": "styles",
|
1038
1049
|
"type": {
|
1039
1050
|
"__schema": "InferenceTypeSchema",
|
@@ -1042,7 +1053,7 @@
|
|
1042
1053
|
"line": 12,
|
1043
1054
|
"character": 14
|
1044
1055
|
},
|
1045
|
-
"type": "{\n graph:
|
1056
|
+
"type": "{\n graph: string;\n minimap: string;\n controls: string;\n}"
|
1046
1057
|
},
|
1047
1058
|
"isOptional": false,
|
1048
1059
|
"defaultValue": "{ graph, minimap, controls }"
|
@@ -1082,7 +1093,8 @@
|
|
1082
1093
|
"line": 12,
|
1083
1094
|
"character": 80
|
1084
1095
|
},
|
1085
|
-
"name": "GraphFiltersType"
|
1096
|
+
"name": "GraphFiltersType",
|
1097
|
+
"internalFilePath": "ui/graph-page/graph-filters.tsx"
|
1086
1098
|
},
|
1087
1099
|
"isOptional": false,
|
1088
1100
|
"objectBindingNodes": [
|
@@ -1155,7 +1167,7 @@
|
|
1155
1167
|
"line": 14,
|
1156
1168
|
"character": 34
|
1157
1169
|
},
|
1158
|
-
"signature": "const styles: {\n graph:
|
1170
|
+
"signature": "const styles: {\n graph: string;\n filters: string;\n}",
|
1159
1171
|
"name": "styles",
|
1160
1172
|
"exportNode": {
|
1161
1173
|
"__schema": "VariableLikeSchema",
|
@@ -1164,7 +1176,7 @@
|
|
1164
1176
|
"line": 7,
|
1165
1177
|
"character": 14
|
1166
1178
|
},
|
1167
|
-
"signature": "const styles: {\n graph:
|
1179
|
+
"signature": "const styles: {\n graph: string;\n filters: string;\n}",
|
1168
1180
|
"name": "styles",
|
1169
1181
|
"type": {
|
1170
1182
|
"__schema": "InferenceTypeSchema",
|
@@ -1173,7 +1185,7 @@
|
|
1173
1185
|
"line": 7,
|
1174
1186
|
"character": 14
|
1175
1187
|
},
|
1176
|
-
"type": "{\n graph:
|
1188
|
+
"type": "{\n graph: string;\n filters: string;\n}"
|
1177
1189
|
},
|
1178
1190
|
"isOptional": false,
|
1179
1191
|
"defaultValue": "{ graph, filters }"
|
@@ -1284,7 +1296,8 @@
|
|
1284
1296
|
"line": 9,
|
1285
1297
|
"character": 24
|
1286
1298
|
},
|
1287
|
-
"name": "RawEdge"
|
1299
|
+
"name": "RawEdge",
|
1300
|
+
"internalFilePath": "ui/query/get-graph.query.ts"
|
1288
1301
|
},
|
1289
1302
|
"isOptional": false,
|
1290
1303
|
"isSpread": false
|
@@ -1513,7 +1526,11 @@
|
|
1513
1526
|
"line": 6,
|
1514
1527
|
"character": 15
|
1515
1528
|
},
|
1516
|
-
"name": "ComponentModel"
|
1529
|
+
"name": "ComponentModel",
|
1530
|
+
"componentId": {
|
1531
|
+
"scope": "teambit.component",
|
1532
|
+
"name": "component"
|
1533
|
+
}
|
1517
1534
|
},
|
1518
1535
|
"isOptional": true
|
1519
1536
|
},
|
@@ -1566,7 +1583,8 @@
|
|
1566
1583
|
"line": 9,
|
1567
1584
|
"character": 24
|
1568
1585
|
},
|
1569
|
-
"name": "RawNode"
|
1586
|
+
"name": "RawNode",
|
1587
|
+
"internalFilePath": "ui/query/get-graph.query.ts"
|
1570
1588
|
},
|
1571
1589
|
"isOptional": false,
|
1572
1590
|
"isSpread": false
|
@@ -1712,7 +1730,7 @@
|
|
1712
1730
|
"line": 16,
|
1713
1731
|
"character": 20
|
1714
1732
|
},
|
1715
|
-
"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}",
|
1716
1734
|
"name": "styles",
|
1717
1735
|
"exportNode": {
|
1718
1736
|
"__schema": "VariableLikeSchema",
|
@@ -1721,7 +1739,7 @@
|
|
1721
1739
|
"line": 8,
|
1722
1740
|
"character": 14
|
1723
1741
|
},
|
1724
|
-
"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}",
|
1725
1743
|
"name": "styles",
|
1726
1744
|
"type": {
|
1727
1745
|
"__schema": "InferenceTypeSchema",
|
@@ -1730,7 +1748,7 @@
|
|
1730
1748
|
"line": 8,
|
1731
1749
|
"character": 14
|
1732
1750
|
},
|
1733
|
-
"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}"
|
1734
1752
|
},
|
1735
1753
|
"isOptional": false,
|
1736
1754
|
"defaultValue": "{ compNode, firstRow, envIcon, breadcrumbs, nameLine, name, version, buffs, link }"
|
@@ -1744,7 +1762,7 @@
|
|
1744
1762
|
"line": 16,
|
1745
1763
|
"character": 41
|
1746
1764
|
},
|
1747
|
-
"signature": "const root:
|
1765
|
+
"signature": "const root: string",
|
1748
1766
|
"name": "root",
|
1749
1767
|
"exportNode": {
|
1750
1768
|
"__schema": "VariableLikeSchema",
|
@@ -1753,7 +1771,7 @@
|
|
1753
1771
|
"line": 3,
|
1754
1772
|
"character": 9
|
1755
1773
|
},
|
1756
|
-
"signature": "const root:
|
1774
|
+
"signature": "const root: string",
|
1757
1775
|
"name": "root",
|
1758
1776
|
"type": {
|
1759
1777
|
"__schema": "InferenceTypeSchema",
|
@@ -1762,7 +1780,7 @@
|
|
1762
1780
|
"line": 3,
|
1763
1781
|
"character": 9
|
1764
1782
|
},
|
1765
|
-
"type": "
|
1783
|
+
"type": "string"
|
1766
1784
|
},
|
1767
1785
|
"isOptional": false
|
1768
1786
|
}
|
@@ -1774,7 +1792,7 @@
|
|
1774
1792
|
"line": 16,
|
1775
1793
|
"character": 47
|
1776
1794
|
},
|
1777
|
-
"signature": "const defaultNode:
|
1795
|
+
"signature": "const defaultNode: string",
|
1778
1796
|
"name": "defaultNode",
|
1779
1797
|
"exportNode": {
|
1780
1798
|
"__schema": "VariableLikeSchema",
|
@@ -1783,7 +1801,7 @@
|
|
1783
1801
|
"line": 3,
|
1784
1802
|
"character": 15
|
1785
1803
|
},
|
1786
|
-
"signature": "const defaultNode:
|
1804
|
+
"signature": "const defaultNode: string",
|
1787
1805
|
"name": "defaultNode",
|
1788
1806
|
"type": {
|
1789
1807
|
"__schema": "InferenceTypeSchema",
|
@@ -1792,7 +1810,7 @@
|
|
1792
1810
|
"line": 3,
|
1793
1811
|
"character": 15
|
1794
1812
|
},
|
1795
|
-
"type": "
|
1813
|
+
"type": "string"
|
1796
1814
|
},
|
1797
1815
|
"isOptional": false
|
1798
1816
|
}
|
@@ -1804,7 +1822,7 @@
|
|
1804
1822
|
"line": 16,
|
1805
1823
|
"character": 60
|
1806
1824
|
},
|
1807
|
-
"signature": "const external:
|
1825
|
+
"signature": "const external: string",
|
1808
1826
|
"name": "external",
|
1809
1827
|
"exportNode": {
|
1810
1828
|
"__schema": "VariableLikeSchema",
|
@@ -1813,7 +1831,7 @@
|
|
1813
1831
|
"line": 3,
|
1814
1832
|
"character": 28
|
1815
1833
|
},
|
1816
|
-
"signature": "const external:
|
1834
|
+
"signature": "const external: string",
|
1817
1835
|
"name": "external",
|
1818
1836
|
"type": {
|
1819
1837
|
"__schema": "InferenceTypeSchema",
|
@@ -1822,7 +1840,7 @@
|
|
1822
1840
|
"line": 3,
|
1823
1841
|
"character": 28
|
1824
1842
|
},
|
1825
|
-
"type": "
|
1843
|
+
"type": "string"
|
1826
1844
|
},
|
1827
1845
|
"isOptional": false
|
1828
1846
|
}
|
@@ -1876,7 +1894,8 @@
|
|
1876
1894
|
"line": 56,
|
1877
1895
|
"character": 10
|
1878
1896
|
},
|
1879
|
-
"name": "RawNode"
|
1897
|
+
"name": "RawNode",
|
1898
|
+
"internalFilePath": "ui/query/get-graph.query.ts"
|
1880
1899
|
}
|
1881
1900
|
},
|
1882
1901
|
"isOptional": false
|
@@ -1931,6 +1950,11 @@
|
|
1931
1950
|
"character": 27
|
1932
1951
|
},
|
1933
1952
|
"name": "Graph",
|
1953
|
+
"componentId": {
|
1954
|
+
"scope": "teambit.graph",
|
1955
|
+
"name": "cleargraph",
|
1956
|
+
"version": "0.0.11"
|
1957
|
+
},
|
1934
1958
|
"typeArgs": [
|
1935
1959
|
{
|
1936
1960
|
"__schema": "TypeRefSchema",
|
@@ -1939,7 +1963,12 @@
|
|
1939
1963
|
"line": 11,
|
1940
1964
|
"character": 33
|
1941
1965
|
},
|
1942
|
-
"name": "ComponentID"
|
1966
|
+
"name": "ComponentID",
|
1967
|
+
"componentId": {
|
1968
|
+
"scope": "teambit.component",
|
1969
|
+
"name": "component-id",
|
1970
|
+
"version": "1.2.2"
|
1971
|
+
}
|
1943
1972
|
},
|
1944
1973
|
{
|
1945
1974
|
"__schema": "TypeRefSchema",
|
@@ -2062,7 +2091,12 @@
|
|
2062
2091
|
"line": 15,
|
2063
2092
|
"character": 14
|
2064
2093
|
},
|
2065
|
-
"name": "ComponentID"
|
2094
|
+
"name": "ComponentID",
|
2095
|
+
"componentId": {
|
2096
|
+
"scope": "teambit.component",
|
2097
|
+
"name": "component-id",
|
2098
|
+
"version": "1.2.2"
|
2099
|
+
}
|
2066
2100
|
}
|
2067
2101
|
},
|
2068
2102
|
"isOptional": true,
|
@@ -2100,7 +2134,8 @@
|
|
2100
2134
|
"line": 16,
|
2101
2135
|
"character": 22
|
2102
2136
|
},
|
2103
|
-
"name": "ComponentIdNode"
|
2137
|
+
"name": "ComponentIdNode",
|
2138
|
+
"internalFilePath": "component-id-graph.ts"
|
2104
2139
|
}
|
2105
2140
|
},
|
2106
2141
|
"isOptional": true,
|
@@ -2129,7 +2164,8 @@
|
|
2129
2164
|
"line": 16,
|
2130
2165
|
"character": 53
|
2131
2166
|
},
|
2132
|
-
"name": "DependencyEdge"
|
2167
|
+
"name": "DependencyEdge",
|
2168
|
+
"internalFilePath": "component-id-graph.ts"
|
2133
2169
|
}
|
2134
2170
|
},
|
2135
2171
|
"isOptional": true,
|
@@ -2199,7 +2235,8 @@
|
|
2199
2235
|
"line": 34,
|
2200
2236
|
"character": 27
|
2201
2237
|
},
|
2202
|
-
"name": "ComponentIdNode"
|
2238
|
+
"name": "ComponentIdNode",
|
2239
|
+
"internalFilePath": "component-id-graph.ts"
|
2203
2240
|
}
|
2204
2241
|
},
|
2205
2242
|
"isOptional": true,
|
@@ -2228,7 +2265,8 @@
|
|
2228
2265
|
"line": 34,
|
2229
2266
|
"character": 58
|
2230
2267
|
},
|
2231
|
-
"name": "DependencyEdge"
|
2268
|
+
"name": "DependencyEdge",
|
2269
|
+
"internalFilePath": "component-id-graph.ts"
|
2232
2270
|
}
|
2233
2271
|
},
|
2234
2272
|
"isOptional": true,
|
@@ -2292,7 +2330,12 @@
|
|
2292
2330
|
"line": 49,
|
2293
2331
|
"character": 40
|
2294
2332
|
},
|
2295
|
-
"name": "ComponentID"
|
2333
|
+
"name": "ComponentID",
|
2334
|
+
"componentId": {
|
2335
|
+
"scope": "teambit.component",
|
2336
|
+
"name": "component-id",
|
2337
|
+
"version": "1.2.2"
|
2338
|
+
}
|
2296
2339
|
}
|
2297
2340
|
},
|
2298
2341
|
"isOptional": false,
|
@@ -2320,7 +2363,12 @@
|
|
2320
2363
|
"line": 49,
|
2321
2364
|
"character": 64
|
2322
2365
|
},
|
2323
|
-
"name": "ComponentID"
|
2366
|
+
"name": "ComponentID",
|
2367
|
+
"componentId": {
|
2368
|
+
"scope": "teambit.component",
|
2369
|
+
"name": "component-id",
|
2370
|
+
"version": "1.2.2"
|
2371
|
+
}
|
2324
2372
|
}
|
2325
2373
|
},
|
2326
2374
|
"isOptional": false,
|
@@ -2348,7 +2396,12 @@
|
|
2348
2396
|
"line": 49,
|
2349
2397
|
"character": 89
|
2350
2398
|
},
|
2351
|
-
"name": "ComponentID"
|
2399
|
+
"name": "ComponentID",
|
2400
|
+
"componentId": {
|
2401
|
+
"scope": "teambit.component",
|
2402
|
+
"name": "component-id",
|
2403
|
+
"version": "1.2.2"
|
2404
|
+
}
|
2352
2405
|
}
|
2353
2406
|
},
|
2354
2407
|
"isOptional": true,
|
@@ -2369,7 +2422,12 @@
|
|
2369
2422
|
"line": 49,
|
2370
2423
|
"character": 105
|
2371
2424
|
},
|
2372
|
-
"name": "ComponentID"
|
2425
|
+
"name": "ComponentID",
|
2426
|
+
"componentId": {
|
2427
|
+
"scope": "teambit.component",
|
2428
|
+
"name": "component-id",
|
2429
|
+
"version": "1.2.2"
|
2430
|
+
}
|
2373
2431
|
}
|
2374
2432
|
},
|
2375
2433
|
"modifiers": []
|
@@ -2417,7 +2475,12 @@
|
|
2417
2475
|
"line": 92,
|
2418
2476
|
"character": 14
|
2419
2477
|
},
|
2420
|
-
"name": "ComponentID"
|
2478
|
+
"name": "ComponentID",
|
2479
|
+
"componentId": {
|
2480
|
+
"scope": "teambit.component",
|
2481
|
+
"name": "component-id",
|
2482
|
+
"version": "1.2.2"
|
2483
|
+
}
|
2421
2484
|
}
|
2422
2485
|
},
|
2423
2486
|
"isOptional": false,
|
@@ -2445,7 +2508,12 @@
|
|
2445
2508
|
"line": 93,
|
2446
2509
|
"character": 14
|
2447
2510
|
},
|
2448
|
-
"name": "ComponentID"
|
2511
|
+
"name": "ComponentID",
|
2512
|
+
"componentId": {
|
2513
|
+
"scope": "teambit.component",
|
2514
|
+
"name": "component-id",
|
2515
|
+
"version": "1.2.2"
|
2516
|
+
}
|
2449
2517
|
}
|
2450
2518
|
},
|
2451
2519
|
"isOptional": false,
|
@@ -2473,7 +2541,12 @@
|
|
2473
2541
|
"line": 94,
|
2474
2542
|
"character": 15
|
2475
2543
|
},
|
2476
|
-
"name": "ComponentID"
|
2544
|
+
"name": "ComponentID",
|
2545
|
+
"componentId": {
|
2546
|
+
"scope": "teambit.component",
|
2547
|
+
"name": "component-id",
|
2548
|
+
"version": "1.2.2"
|
2549
|
+
}
|
2477
2550
|
}
|
2478
2551
|
},
|
2479
2552
|
"isOptional": true,
|
@@ -2623,6 +2696,11 @@
|
|
2623
2696
|
"character": 30
|
2624
2697
|
},
|
2625
2698
|
"name": "Graph",
|
2699
|
+
"componentId": {
|
2700
|
+
"scope": "teambit.graph",
|
2701
|
+
"name": "cleargraph",
|
2702
|
+
"version": "0.0.11"
|
2703
|
+
},
|
2626
2704
|
"typeArgs": [
|
2627
2705
|
{
|
2628
2706
|
"__schema": "TypeRefSchema",
|
@@ -2631,7 +2709,12 @@
|
|
2631
2709
|
"line": 167,
|
2632
2710
|
"character": 36
|
2633
2711
|
},
|
2634
|
-
"name": "ComponentID"
|
2712
|
+
"name": "ComponentID",
|
2713
|
+
"componentId": {
|
2714
|
+
"scope": "teambit.component",
|
2715
|
+
"name": "component-id",
|
2716
|
+
"version": "1.2.2"
|
2717
|
+
}
|
2635
2718
|
},
|
2636
2719
|
{
|
2637
2720
|
"__schema": "TypeRefSchema",
|
@@ -2734,7 +2817,12 @@
|
|
2734
2817
|
"line": 177,
|
2735
2818
|
"character": 27
|
2736
2819
|
},
|
2737
|
-
"name": "ComponentID"
|
2820
|
+
"name": "ComponentID",
|
2821
|
+
"componentId": {
|
2822
|
+
"scope": "teambit.component",
|
2823
|
+
"name": "component-id",
|
2824
|
+
"version": "1.2.2"
|
2825
|
+
}
|
2738
2826
|
},
|
2739
2827
|
"isOptional": false,
|
2740
2828
|
"isSpread": false
|
@@ -2754,7 +2842,12 @@
|
|
2754
2842
|
"line": 177,
|
2755
2843
|
"character": 41
|
2756
2844
|
},
|
2757
|
-
"name": "DependenciesInfo"
|
2845
|
+
"name": "DependenciesInfo",
|
2846
|
+
"componentId": {
|
2847
|
+
"scope": "teambit.legacy",
|
2848
|
+
"name": "dependency-graph",
|
2849
|
+
"version": "0.0.5"
|
2850
|
+
}
|
2758
2851
|
}
|
2759
2852
|
},
|
2760
2853
|
"modifiers": []
|
@@ -2839,7 +2932,12 @@
|
|
2839
2932
|
"line": 13,
|
2840
2933
|
"character": 45
|
2841
2934
|
},
|
2842
|
-
"name": "ComponentID"
|
2935
|
+
"name": "ComponentID",
|
2936
|
+
"componentId": {
|
2937
|
+
"scope": "teambit.component",
|
2938
|
+
"name": "component-id",
|
2939
|
+
"version": "1.2.2"
|
2940
|
+
}
|
2843
2941
|
},
|
2844
2942
|
{
|
2845
2943
|
"__schema": "TypeRefSchema",
|
@@ -2863,7 +2961,7 @@
|
|
2863
2961
|
"_legacy": {
|
2864
2962
|
"scope": "teambit.component",
|
2865
2963
|
"name": "graph",
|
2866
|
-
"version": "1.0.
|
2964
|
+
"version": "1.0.489"
|
2867
2965
|
},
|
2868
2966
|
"_scope": "teambit.component"
|
2869
2967
|
}
|
@@ -2915,7 +3013,11 @@
|
|
2915
3013
|
"line": 13,
|
2916
3014
|
"character": 14
|
2917
3015
|
},
|
2918
|
-
"name": "ComponentID"
|
3016
|
+
"name": "ComponentID",
|
3017
|
+
"componentId": {
|
3018
|
+
"scope": "teambit.component",
|
3019
|
+
"name": "component"
|
3020
|
+
}
|
2919
3021
|
}
|
2920
3022
|
},
|
2921
3023
|
"isOptional": true,
|
@@ -2953,7 +3055,8 @@
|
|
2953
3055
|
"line": 14,
|
2954
3056
|
"character": 22
|
2955
3057
|
},
|
2956
|
-
"name": "ComponentNode"
|
3058
|
+
"name": "ComponentNode",
|
3059
|
+
"internalFilePath": "component-graph/component-graph.ts"
|
2957
3060
|
}
|
2958
3061
|
},
|
2959
3062
|
"isOptional": true,
|
@@ -2982,7 +3085,8 @@
|
|
2982
3085
|
"line": 14,
|
2983
3086
|
"character": 51
|
2984
3087
|
},
|
2985
|
-
"name": "DependencyEdge"
|
3088
|
+
"name": "DependencyEdge",
|
3089
|
+
"internalFilePath": "component-graph/component-graph.ts"
|
2986
3090
|
}
|
2987
3091
|
},
|
2988
3092
|
"isOptional": true,
|
@@ -3033,7 +3137,8 @@
|
|
3033
3137
|
"line": 18,
|
3034
3138
|
"character": 27
|
3035
3139
|
},
|
3036
|
-
"name": "ComponentNode"
|
3140
|
+
"name": "ComponentNode",
|
3141
|
+
"internalFilePath": "component-graph/component-graph.ts"
|
3037
3142
|
}
|
3038
3143
|
},
|
3039
3144
|
"isOptional": true,
|
@@ -3062,7 +3167,8 @@
|
|
3062
3167
|
"line": 18,
|
3063
3168
|
"character": 56
|
3064
3169
|
},
|
3065
|
-
"name": "DependencyEdge"
|
3170
|
+
"name": "DependencyEdge",
|
3171
|
+
"internalFilePath": "component-graph/component-graph.ts"
|
3066
3172
|
}
|
3067
3173
|
},
|
3068
3174
|
"isOptional": true,
|
@@ -3230,6 +3336,11 @@
|
|
3230
3336
|
"character": 30
|
3231
3337
|
},
|
3232
3338
|
"name": "Graph",
|
3339
|
+
"componentId": {
|
3340
|
+
"scope": "teambit.graph",
|
3341
|
+
"name": "cleargraph",
|
3342
|
+
"version": "0.0.11"
|
3343
|
+
},
|
3233
3344
|
"typeArgs": [
|
3234
3345
|
{
|
3235
3346
|
"__schema": "TypeRefSchema",
|
@@ -3238,7 +3349,11 @@
|
|
3238
3349
|
"line": 68,
|
3239
3350
|
"character": 36
|
3240
3351
|
},
|
3241
|
-
"name": "Component"
|
3352
|
+
"name": "Component",
|
3353
|
+
"componentId": {
|
3354
|
+
"scope": "teambit.component",
|
3355
|
+
"name": "component"
|
3356
|
+
}
|
3242
3357
|
},
|
3243
3358
|
{
|
3244
3359
|
"__schema": "TypeRefSchema",
|
@@ -3334,7 +3449,11 @@
|
|
3334
3449
|
"line": 12,
|
3335
3450
|
"character": 43
|
3336
3451
|
},
|
3337
|
-
"name": "Component"
|
3452
|
+
"name": "Component",
|
3453
|
+
"componentId": {
|
3454
|
+
"scope": "teambit.component",
|
3455
|
+
"name": "component"
|
3456
|
+
}
|
3338
3457
|
},
|
3339
3458
|
{
|
3340
3459
|
"__schema": "TypeRefSchema",
|
@@ -3358,7 +3477,7 @@
|
|
3358
3477
|
"_legacy": {
|
3359
3478
|
"scope": "teambit.component",
|
3360
3479
|
"name": "graph",
|
3361
|
-
"version": "1.0.
|
3480
|
+
"version": "1.0.489"
|
3362
3481
|
},
|
3363
3482
|
"_scope": "teambit.component"
|
3364
3483
|
}
|
@@ -3394,6 +3513,7 @@
|
|
3394
3513
|
"character": 31
|
3395
3514
|
},
|
3396
3515
|
"name": "ComponentType",
|
3516
|
+
"packageName": "react",
|
3397
3517
|
"typeArgs": [
|
3398
3518
|
{
|
3399
3519
|
"__schema": "TypeRefSchema",
|
@@ -3484,7 +3604,7 @@
|
|
3484
3604
|
"_legacy": {
|
3485
3605
|
"scope": "teambit.component",
|
3486
3606
|
"name": "graph",
|
3487
|
-
"version": "1.0.
|
3607
|
+
"version": "1.0.489"
|
3488
3608
|
},
|
3489
3609
|
"_scope": "teambit.component"
|
3490
3610
|
}
|
@@ -3519,6 +3639,11 @@
|
|
3519
3639
|
"character": 35
|
3520
3640
|
},
|
3521
3641
|
"name": "SlotRegistry",
|
3642
|
+
"componentId": {
|
3643
|
+
"scope": "teambit.harmony",
|
3644
|
+
"name": "harmony",
|
3645
|
+
"version": "0.4.6"
|
3646
|
+
},
|
3522
3647
|
"typeArgs": [
|
3523
3648
|
{
|
3524
3649
|
"__schema": "TypeRefSchema",
|
@@ -3808,7 +3933,11 @@
|
|
3808
3933
|
"line": 46,
|
3809
3934
|
"character": 39
|
3810
3935
|
},
|
3811
|
-
"name": "ComponentUI"
|
3936
|
+
"name": "ComponentUI",
|
3937
|
+
"componentId": {
|
3938
|
+
"scope": "teambit.component",
|
3939
|
+
"name": "component"
|
3940
|
+
}
|
3812
3941
|
},
|
3813
3942
|
{
|
3814
3943
|
"__schema": "TypeRefSchema",
|
@@ -3817,7 +3946,11 @@
|
|
3817
3946
|
"line": 46,
|
3818
3947
|
"character": 52
|
3819
3948
|
},
|
3820
|
-
"name": "ComponentCompareUI"
|
3949
|
+
"name": "ComponentCompareUI",
|
3950
|
+
"componentId": {
|
3951
|
+
"scope": "teambit.component",
|
3952
|
+
"name": "component-compare"
|
3953
|
+
}
|
3821
3954
|
}
|
3822
3955
|
]
|
3823
3956
|
},
|
@@ -3839,7 +3972,8 @@
|
|
3839
3972
|
"line": 47,
|
3840
3973
|
"character": 13
|
3841
3974
|
},
|
3842
|
-
"name": "GraphUIConfig"
|
3975
|
+
"name": "GraphUIConfig",
|
3976
|
+
"internalFilePath": "graph.ui.runtime.tsx"
|
3843
3977
|
},
|
3844
3978
|
"isOptional": false,
|
3845
3979
|
"isSpread": false
|
@@ -3993,7 +4127,11 @@
|
|
3993
4127
|
"line": 12,
|
3994
4128
|
"character": 40
|
3995
4129
|
},
|
3996
|
-
"name": "ComponentMain"
|
4130
|
+
"name": "ComponentMain",
|
4131
|
+
"componentId": {
|
4132
|
+
"scope": "teambit.component",
|
4133
|
+
"name": "component"
|
4134
|
+
}
|
3997
4135
|
},
|
3998
4136
|
"isOptional": false,
|
3999
4137
|
"isSpread": false
|
@@ -4053,7 +4191,11 @@
|
|
4053
4191
|
"line": 17,
|
4054
4192
|
"character": 24
|
4055
4193
|
},
|
4056
|
-
"name": "ComponentID"
|
4194
|
+
"name": "ComponentID",
|
4195
|
+
"componentId": {
|
4196
|
+
"scope": "teambit.component",
|
4197
|
+
"name": "component"
|
4198
|
+
}
|
4057
4199
|
}
|
4058
4200
|
},
|
4059
4201
|
"isOptional": true,
|
@@ -4074,7 +4216,8 @@
|
|
4074
4216
|
"line": 17,
|
4075
4217
|
"character": 45
|
4076
4218
|
},
|
4077
|
-
"name": "GetGraphOpts"
|
4219
|
+
"name": "GetGraphOpts",
|
4220
|
+
"internalFilePath": "graph-builder.ts"
|
4078
4221
|
},
|
4079
4222
|
"isOptional": true,
|
4080
4223
|
"defaultValue": "{}",
|
@@ -4137,7 +4280,11 @@
|
|
4137
4280
|
"line": 26,
|
4138
4281
|
"character": 27
|
4139
4282
|
},
|
4140
|
-
"name": "ComponentID"
|
4283
|
+
"name": "ComponentID",
|
4284
|
+
"componentId": {
|
4285
|
+
"scope": "teambit.component",
|
4286
|
+
"name": "component"
|
4287
|
+
}
|
4141
4288
|
}
|
4142
4289
|
},
|
4143
4290
|
"isOptional": true,
|
@@ -4158,7 +4305,8 @@
|
|
4158
4305
|
"line": 26,
|
4159
4306
|
"character": 48
|
4160
4307
|
},
|
4161
|
-
"name": "GetGraphOpts"
|
4308
|
+
"name": "GetGraphOpts",
|
4309
|
+
"internalFilePath": "graph-builder.ts"
|
4162
4310
|
},
|
4163
4311
|
"isOptional": true,
|
4164
4312
|
"defaultValue": "{}",
|
@@ -4286,7 +4434,11 @@
|
|
4286
4434
|
"line": 14,
|
4287
4435
|
"character": 30
|
4288
4436
|
},
|
4289
|
-
"name": "ComponentMain"
|
4437
|
+
"name": "ComponentMain",
|
4438
|
+
"componentId": {
|
4439
|
+
"scope": "teambit.component",
|
4440
|
+
"name": "component"
|
4441
|
+
}
|
4290
4442
|
},
|
4291
4443
|
"isOptional": false,
|
4292
4444
|
"isSpread": false
|
@@ -4306,7 +4458,11 @@
|
|
4306
4458
|
"line": 15,
|
4307
4459
|
"character": 21
|
4308
4460
|
},
|
4309
|
-
"name": "Logger"
|
4461
|
+
"name": "Logger",
|
4462
|
+
"componentId": {
|
4463
|
+
"scope": "teambit.harmony",
|
4464
|
+
"name": "logger"
|
4465
|
+
}
|
4310
4466
|
},
|
4311
4467
|
"isOptional": false,
|
4312
4468
|
"isSpread": false
|
@@ -4366,7 +4522,11 @@
|
|
4366
4522
|
"line": 21,
|
4367
4523
|
"character": 24
|
4368
4524
|
},
|
4369
|
-
"name": "ComponentID"
|
4525
|
+
"name": "ComponentID",
|
4526
|
+
"componentId": {
|
4527
|
+
"scope": "teambit.component",
|
4528
|
+
"name": "component"
|
4529
|
+
}
|
4370
4530
|
}
|
4371
4531
|
},
|
4372
4532
|
"isOptional": true,
|
@@ -4387,7 +4547,8 @@
|
|
4387
4547
|
"line": 21,
|
4388
4548
|
"character": 45
|
4389
4549
|
},
|
4390
|
-
"name": "GetGraphOpts"
|
4550
|
+
"name": "GetGraphOpts",
|
4551
|
+
"internalFilePath": "graph-builder.ts"
|
4391
4552
|
},
|
4392
4553
|
"isOptional": true,
|
4393
4554
|
"defaultValue": "{}",
|
@@ -4450,7 +4611,11 @@
|
|
4450
4611
|
"line": 26,
|
4451
4612
|
"character": 27
|
4452
4613
|
},
|
4453
|
-
"name": "ComponentID"
|
4614
|
+
"name": "ComponentID",
|
4615
|
+
"componentId": {
|
4616
|
+
"scope": "teambit.component",
|
4617
|
+
"name": "component"
|
4618
|
+
}
|
4454
4619
|
}
|
4455
4620
|
},
|
4456
4621
|
"isOptional": true,
|
@@ -4471,7 +4636,8 @@
|
|
4471
4636
|
"line": 26,
|
4472
4637
|
"character": 48
|
4473
4638
|
},
|
4474
|
-
"name": "GetGraphOpts"
|
4639
|
+
"name": "GetGraphOpts",
|
4640
|
+
"internalFilePath": "graph-builder.ts"
|
4475
4641
|
},
|
4476
4642
|
"isOptional": true,
|
4477
4643
|
"defaultValue": "{}",
|
@@ -4598,7 +4764,11 @@
|
|
4598
4764
|
"line": 35,
|
4599
4765
|
"character": 5
|
4600
4766
|
},
|
4601
|
-
"name": "GraphqlMain"
|
4767
|
+
"name": "GraphqlMain",
|
4768
|
+
"componentId": {
|
4769
|
+
"scope": "teambit.harmony",
|
4770
|
+
"name": "graphql"
|
4771
|
+
}
|
4602
4772
|
},
|
4603
4773
|
{
|
4604
4774
|
"__schema": "TypeRefSchema",
|
@@ -4607,7 +4777,11 @@
|
|
4607
4777
|
"line": 36,
|
4608
4778
|
"character": 5
|
4609
4779
|
},
|
4610
|
-
"name": "ComponentMain"
|
4780
|
+
"name": "ComponentMain",
|
4781
|
+
"componentId": {
|
4782
|
+
"scope": "teambit.component",
|
4783
|
+
"name": "component"
|
4784
|
+
}
|
4611
4785
|
},
|
4612
4786
|
{
|
4613
4787
|
"__schema": "TypeRefSchema",
|
@@ -4616,7 +4790,11 @@
|
|
4616
4790
|
"line": 37,
|
4617
4791
|
"character": 5
|
4618
4792
|
},
|
4619
|
-
"name": "CLIMain"
|
4793
|
+
"name": "CLIMain",
|
4794
|
+
"componentId": {
|
4795
|
+
"scope": "teambit.harmony",
|
4796
|
+
"name": "cli"
|
4797
|
+
}
|
4620
4798
|
},
|
4621
4799
|
{
|
4622
4800
|
"__schema": "TypeRefSchema",
|
@@ -4625,7 +4803,11 @@
|
|
4625
4803
|
"line": 38,
|
4626
4804
|
"character": 5
|
4627
4805
|
},
|
4628
|
-
"name": "LoggerMain"
|
4806
|
+
"name": "LoggerMain",
|
4807
|
+
"componentId": {
|
4808
|
+
"scope": "teambit.harmony",
|
4809
|
+
"name": "logger"
|
4810
|
+
}
|
4629
4811
|
}
|
4630
4812
|
]
|
4631
4813
|
},
|
@@ -4851,7 +5033,8 @@
|
|
4851
5033
|
"line": 13,
|
4852
5034
|
"character": 22
|
4853
5035
|
},
|
4854
|
-
"name": "BitIdNode"
|
5036
|
+
"name": "BitIdNode",
|
5037
|
+
"internalFilePath": "object-list-to-graph.ts"
|
4855
5038
|
}
|
4856
5039
|
},
|
4857
5040
|
"isOptional": true,
|
@@ -4880,7 +5063,8 @@
|
|
4880
5063
|
"line": 13,
|
4881
5064
|
"character": 47
|
4882
5065
|
},
|
4883
|
-
"name": "DependencyEdge"
|
5066
|
+
"name": "DependencyEdge",
|
5067
|
+
"internalFilePath": "object-list-to-graph.ts"
|
4884
5068
|
}
|
4885
5069
|
},
|
4886
5070
|
"isOptional": true,
|
@@ -4917,7 +5101,12 @@
|
|
4917
5101
|
"line": 12,
|
4918
5102
|
"character": 36
|
4919
5103
|
},
|
4920
|
-
"name": "ComponentID"
|
5104
|
+
"name": "ComponentID",
|
5105
|
+
"componentId": {
|
5106
|
+
"scope": "teambit.component",
|
5107
|
+
"name": "component-id",
|
5108
|
+
"version": "1.2.2"
|
5109
|
+
}
|
4921
5110
|
},
|
4922
5111
|
{
|
4923
5112
|
"__schema": "TypeRefSchema",
|
@@ -4941,7 +5130,7 @@
|
|
4941
5130
|
"_legacy": {
|
4942
5131
|
"scope": "teambit.component",
|
4943
5132
|
"name": "graph",
|
4944
|
-
"version": "1.0.
|
5133
|
+
"version": "1.0.489"
|
4945
5134
|
},
|
4946
5135
|
"_scope": "teambit.component"
|
4947
5136
|
}
|
@@ -4975,7 +5164,12 @@
|
|
4975
5164
|
"line": 18,
|
4976
5165
|
"character": 53
|
4977
5166
|
},
|
4978
|
-
"name": "ObjectList"
|
5167
|
+
"name": "ObjectList",
|
5168
|
+
"componentId": {
|
5169
|
+
"scope": "teambit.scope",
|
5170
|
+
"name": "objects",
|
5171
|
+
"version": "0.0.2"
|
5172
|
+
}
|
4979
5173
|
},
|
4980
5174
|
"isOptional": false,
|
4981
5175
|
"isSpread": false
|
@@ -5031,7 +5225,12 @@
|
|
5031
5225
|
"line": 24,
|
5032
5226
|
"character": 60
|
5033
5227
|
},
|
5034
|
-
"name": "BitObjectList"
|
5228
|
+
"name": "BitObjectList",
|
5229
|
+
"componentId": {
|
5230
|
+
"scope": "teambit.scope",
|
5231
|
+
"name": "objects",
|
5232
|
+
"version": "0.0.2"
|
5233
|
+
}
|
5035
5234
|
},
|
5036
5235
|
"isOptional": false,
|
5037
5236
|
"isSpread": false
|
@@ -5081,6 +5280,11 @@
|
|
5081
5280
|
"character": 18
|
5082
5281
|
},
|
5083
5282
|
"name": "Node",
|
5283
|
+
"componentId": {
|
5284
|
+
"scope": "teambit.graph",
|
5285
|
+
"name": "cleargraph",
|
5286
|
+
"version": "0.0.11"
|
5287
|
+
},
|
5084
5288
|
"typeArgs": [
|
5085
5289
|
{
|
5086
5290
|
"__schema": "TypeRefSchema",
|
@@ -5089,7 +5293,12 @@
|
|
5089
5293
|
"line": 9,
|
5090
5294
|
"character": 23
|
5091
5295
|
},
|
5092
|
-
"name": "ComponentID"
|
5296
|
+
"name": "ComponentID",
|
5297
|
+
"componentId": {
|
5298
|
+
"scope": "teambit.component",
|
5299
|
+
"name": "component-id",
|
5300
|
+
"version": "1.2.2"
|
5301
|
+
}
|
5093
5302
|
}
|
5094
5303
|
]
|
5095
5304
|
}
|
@@ -5111,6 +5320,11 @@
|
|
5111
5320
|
"character": 23
|
5112
5321
|
},
|
5113
5322
|
"name": "Edge",
|
5323
|
+
"componentId": {
|
5324
|
+
"scope": "teambit.graph",
|
5325
|
+
"name": "cleargraph",
|
5326
|
+
"version": "0.0.11"
|
5327
|
+
},
|
5114
5328
|
"typeArgs": [
|
5115
5329
|
{
|
5116
5330
|
"__schema": "TypeRefSchema",
|
@@ -5126,61 +5340,6 @@
|
|
5126
5340
|
}
|
5127
5341
|
]
|
5128
5342
|
},
|
5129
|
-
{
|
5130
|
-
"__schema": "ModuleSchema",
|
5131
|
-
"location": {
|
5132
|
-
"filePath": "ui/dependencies-graph/minimap.ts",
|
5133
|
-
"line": 1,
|
5134
|
-
"character": 1
|
5135
|
-
},
|
5136
|
-
"exports": [
|
5137
|
-
{
|
5138
|
-
"__schema": "FunctionLikeSchema",
|
5139
|
-
"location": {
|
5140
|
-
"filePath": "ui/dependencies-graph/minimap.ts",
|
5141
|
-
"line": 4,
|
5142
|
-
"character": 1
|
5143
|
-
},
|
5144
|
-
"signature": "function calcMinimapColors(node: Node): any",
|
5145
|
-
"name": "calcMinimapColors",
|
5146
|
-
"params": [
|
5147
|
-
{
|
5148
|
-
"__schema": "ParameterSchema",
|
5149
|
-
"location": {
|
5150
|
-
"filePath": "ui/dependencies-graph/minimap.ts",
|
5151
|
-
"line": 4,
|
5152
|
-
"character": 35
|
5153
|
-
},
|
5154
|
-
"name": "node",
|
5155
|
-
"type": {
|
5156
|
-
"__schema": "TypeRefSchema",
|
5157
|
-
"location": {
|
5158
|
-
"filePath": "ui/dependencies-graph/minimap.ts",
|
5159
|
-
"line": 4,
|
5160
|
-
"character": 41
|
5161
|
-
},
|
5162
|
-
"name": "Node"
|
5163
|
-
},
|
5164
|
-
"isOptional": false,
|
5165
|
-
"isSpread": false
|
5166
|
-
}
|
5167
|
-
],
|
5168
|
-
"returnType": {
|
5169
|
-
"__schema": "InferenceTypeSchema",
|
5170
|
-
"location": {
|
5171
|
-
"filePath": "ui/dependencies-graph/minimap.ts",
|
5172
|
-
"line": 4,
|
5173
|
-
"character": 1
|
5174
|
-
},
|
5175
|
-
"type": "any"
|
5176
|
-
},
|
5177
|
-
"modifiers": [
|
5178
|
-
"export"
|
5179
|
-
]
|
5180
|
-
}
|
5181
|
-
],
|
5182
|
-
"internals": []
|
5183
|
-
},
|
5184
5343
|
{
|
5185
5344
|
"__schema": "ModuleSchema",
|
5186
5345
|
"location": {
|
@@ -5284,7 +5443,8 @@
|
|
5284
5443
|
"line": 18,
|
5285
5444
|
"character": 17
|
5286
5445
|
},
|
5287
|
-
"name": "ElementsOptions"
|
5446
|
+
"name": "ElementsOptions",
|
5447
|
+
"internalFilePath": "ui/dependencies-graph/calc-elements.tsx"
|
5288
5448
|
},
|
5289
5449
|
"isOptional": false,
|
5290
5450
|
"objectBindingNodes": [
|
@@ -5334,7 +5494,8 @@
|
|
5334
5494
|
"line": 19,
|
5335
5495
|
"character": 13
|
5336
5496
|
},
|
5337
|
-
"name": "Node"
|
5497
|
+
"name": "Node",
|
5498
|
+
"packageName": "reactflow"
|
5338
5499
|
}
|
5339
5500
|
},
|
5340
5501
|
"isOptional": false
|
@@ -5362,7 +5523,8 @@
|
|
5362
5523
|
"line": 19,
|
5363
5524
|
"character": 28
|
5364
5525
|
},
|
5365
|
-
"name": "Edge"
|
5526
|
+
"name": "Edge",
|
5527
|
+
"packageName": "reactflow"
|
5366
5528
|
}
|
5367
5529
|
},
|
5368
5530
|
"isOptional": false
|
@@ -5408,7 +5570,11 @@
|
|
5408
5570
|
"line": 10,
|
5409
5571
|
"character": 14
|
5410
5572
|
},
|
5411
|
-
"name": "ComponentID"
|
5573
|
+
"name": "ComponentID",
|
5574
|
+
"componentId": {
|
5575
|
+
"scope": "teambit.component",
|
5576
|
+
"name": "component"
|
5577
|
+
}
|
5412
5578
|
},
|
5413
5579
|
"isOptional": true
|
5414
5580
|
}
|
@@ -5417,6 +5583,62 @@
|
|
5417
5583
|
}
|
5418
5584
|
]
|
5419
5585
|
},
|
5586
|
+
{
|
5587
|
+
"__schema": "ModuleSchema",
|
5588
|
+
"location": {
|
5589
|
+
"filePath": "ui/dependencies-graph/minimap.ts",
|
5590
|
+
"line": 1,
|
5591
|
+
"character": 1
|
5592
|
+
},
|
5593
|
+
"exports": [
|
5594
|
+
{
|
5595
|
+
"__schema": "FunctionLikeSchema",
|
5596
|
+
"location": {
|
5597
|
+
"filePath": "ui/dependencies-graph/minimap.ts",
|
5598
|
+
"line": 4,
|
5599
|
+
"character": 1
|
5600
|
+
},
|
5601
|
+
"signature": "function calcMinimapColors(node: Node): string",
|
5602
|
+
"name": "calcMinimapColors",
|
5603
|
+
"params": [
|
5604
|
+
{
|
5605
|
+
"__schema": "ParameterSchema",
|
5606
|
+
"location": {
|
5607
|
+
"filePath": "ui/dependencies-graph/minimap.ts",
|
5608
|
+
"line": 4,
|
5609
|
+
"character": 35
|
5610
|
+
},
|
5611
|
+
"name": "node",
|
5612
|
+
"type": {
|
5613
|
+
"__schema": "TypeRefSchema",
|
5614
|
+
"location": {
|
5615
|
+
"filePath": "ui/dependencies-graph/minimap.ts",
|
5616
|
+
"line": 4,
|
5617
|
+
"character": 41
|
5618
|
+
},
|
5619
|
+
"name": "Node",
|
5620
|
+
"packageName": "reactflow"
|
5621
|
+
},
|
5622
|
+
"isOptional": false,
|
5623
|
+
"isSpread": false
|
5624
|
+
}
|
5625
|
+
],
|
5626
|
+
"returnType": {
|
5627
|
+
"__schema": "InferenceTypeSchema",
|
5628
|
+
"location": {
|
5629
|
+
"filePath": "ui/dependencies-graph/minimap.ts",
|
5630
|
+
"line": 4,
|
5631
|
+
"character": 1
|
5632
|
+
},
|
5633
|
+
"type": "string"
|
5634
|
+
},
|
5635
|
+
"modifiers": [
|
5636
|
+
"export"
|
5637
|
+
]
|
5638
|
+
}
|
5639
|
+
],
|
5640
|
+
"internals": []
|
5641
|
+
},
|
5420
5642
|
{
|
5421
5643
|
"__schema": "ModuleSchema",
|
5422
5644
|
"location": {
|
@@ -5449,7 +5671,8 @@
|
|
5449
5671
|
"line": 12,
|
5450
5672
|
"character": 80
|
5451
5673
|
},
|
5452
|
-
"name": "GraphFiltersType"
|
5674
|
+
"name": "GraphFiltersType",
|
5675
|
+
"internalFilePath": "ui/graph-page/graph-filters.tsx"
|
5453
5676
|
},
|
5454
5677
|
"isOptional": false,
|
5455
5678
|
"objectBindingNodes": [
|
@@ -5663,7 +5886,12 @@
|
|
5663
5886
|
"line": 10,
|
5664
5887
|
"character": 5
|
5665
5888
|
},
|
5666
|
-
"name": "CardProps"
|
5889
|
+
"name": "CardProps",
|
5890
|
+
"componentId": {
|
5891
|
+
"scope": "teambit.base-ui",
|
5892
|
+
"name": "surfaces/card",
|
5893
|
+
"version": "1.0.1"
|
5894
|
+
}
|
5667
5895
|
}
|
5668
5896
|
]
|
5669
5897
|
}
|
@@ -5724,7 +5952,11 @@
|
|
5724
5952
|
"line": 6,
|
5725
5953
|
"character": 15
|
5726
5954
|
},
|
5727
|
-
"name": "ComponentModel"
|
5955
|
+
"name": "ComponentModel",
|
5956
|
+
"componentId": {
|
5957
|
+
"scope": "teambit.component",
|
5958
|
+
"name": "component"
|
5959
|
+
}
|
5728
5960
|
},
|
5729
5961
|
"isOptional": true
|
5730
5962
|
},
|
@@ -5777,7 +6009,8 @@
|
|
5777
6009
|
"line": 9,
|
5778
6010
|
"character": 24
|
5779
6011
|
},
|
5780
|
-
"name": "RawNode"
|
6012
|
+
"name": "RawNode",
|
6013
|
+
"internalFilePath": "ui/query/get-graph.query.ts"
|
5781
6014
|
},
|
5782
6015
|
"isOptional": false,
|
5783
6016
|
"isSpread": false
|
@@ -5906,7 +6139,8 @@
|
|
5906
6139
|
"line": 9,
|
5907
6140
|
"character": 24
|
5908
6141
|
},
|
5909
|
-
"name": "RawEdge"
|
6142
|
+
"name": "RawEdge",
|
6143
|
+
"internalFilePath": "ui/query/get-graph.query.ts"
|
5910
6144
|
},
|
5911
6145
|
"isOptional": false,
|
5912
6146
|
"isSpread": false
|
@@ -6062,7 +6296,8 @@
|
|
6062
6296
|
"line": 56,
|
6063
6297
|
"character": 10
|
6064
6298
|
},
|
6065
|
-
"name": "RawNode"
|
6299
|
+
"name": "RawNode",
|
6300
|
+
"internalFilePath": "ui/query/get-graph.query.ts"
|
6066
6301
|
}
|
6067
6302
|
},
|
6068
6303
|
"isOptional": false
|
@@ -6518,6 +6753,11 @@
|
|
6518
6753
|
"character": 27
|
6519
6754
|
},
|
6520
6755
|
"name": "Graph",
|
6756
|
+
"componentId": {
|
6757
|
+
"scope": "teambit.graph",
|
6758
|
+
"name": "cleargraph",
|
6759
|
+
"version": "0.0.11"
|
6760
|
+
},
|
6521
6761
|
"typeArgs": [
|
6522
6762
|
{
|
6523
6763
|
"__schema": "TypeRefSchema",
|
@@ -6526,7 +6766,12 @@
|
|
6526
6766
|
"line": 11,
|
6527
6767
|
"character": 33
|
6528
6768
|
},
|
6529
|
-
"name": "ComponentID"
|
6769
|
+
"name": "ComponentID",
|
6770
|
+
"componentId": {
|
6771
|
+
"scope": "teambit.component",
|
6772
|
+
"name": "component-id",
|
6773
|
+
"version": "1.2.2"
|
6774
|
+
}
|
6530
6775
|
},
|
6531
6776
|
{
|
6532
6777
|
"__schema": "TypeRefSchema",
|
@@ -6573,7 +6818,12 @@
|
|
6573
6818
|
"line": 15,
|
6574
6819
|
"character": 14
|
6575
6820
|
},
|
6576
|
-
"name": "ComponentID"
|
6821
|
+
"name": "ComponentID",
|
6822
|
+
"componentId": {
|
6823
|
+
"scope": "teambit.component",
|
6824
|
+
"name": "component-id",
|
6825
|
+
"version": "1.2.2"
|
6826
|
+
}
|
6577
6827
|
}
|
6578
6828
|
},
|
6579
6829
|
"isOptional": true,
|
@@ -6611,7 +6861,8 @@
|
|
6611
6861
|
"line": 16,
|
6612
6862
|
"character": 22
|
6613
6863
|
},
|
6614
|
-
"name": "ComponentIdNode"
|
6864
|
+
"name": "ComponentIdNode",
|
6865
|
+
"internalFilePath": "component-id-graph.ts"
|
6615
6866
|
}
|
6616
6867
|
},
|
6617
6868
|
"isOptional": true,
|
@@ -6640,7 +6891,8 @@
|
|
6640
6891
|
"line": 16,
|
6641
6892
|
"character": 53
|
6642
6893
|
},
|
6643
|
-
"name": "DependencyEdge"
|
6894
|
+
"name": "DependencyEdge",
|
6895
|
+
"internalFilePath": "component-id-graph.ts"
|
6644
6896
|
}
|
6645
6897
|
},
|
6646
6898
|
"isOptional": true,
|
@@ -6710,7 +6962,8 @@
|
|
6710
6962
|
"line": 34,
|
6711
6963
|
"character": 27
|
6712
6964
|
},
|
6713
|
-
"name": "ComponentIdNode"
|
6965
|
+
"name": "ComponentIdNode",
|
6966
|
+
"internalFilePath": "component-id-graph.ts"
|
6714
6967
|
}
|
6715
6968
|
},
|
6716
6969
|
"isOptional": true,
|
@@ -6739,7 +6992,8 @@
|
|
6739
6992
|
"line": 34,
|
6740
6993
|
"character": 58
|
6741
6994
|
},
|
6742
|
-
"name": "DependencyEdge"
|
6995
|
+
"name": "DependencyEdge",
|
6996
|
+
"internalFilePath": "component-id-graph.ts"
|
6743
6997
|
}
|
6744
6998
|
},
|
6745
6999
|
"isOptional": true,
|
@@ -6803,7 +7057,12 @@
|
|
6803
7057
|
"line": 49,
|
6804
7058
|
"character": 40
|
6805
7059
|
},
|
6806
|
-
"name": "ComponentID"
|
7060
|
+
"name": "ComponentID",
|
7061
|
+
"componentId": {
|
7062
|
+
"scope": "teambit.component",
|
7063
|
+
"name": "component-id",
|
7064
|
+
"version": "1.2.2"
|
7065
|
+
}
|
6807
7066
|
}
|
6808
7067
|
},
|
6809
7068
|
"isOptional": false,
|
@@ -6831,7 +7090,12 @@
|
|
6831
7090
|
"line": 49,
|
6832
7091
|
"character": 64
|
6833
7092
|
},
|
6834
|
-
"name": "ComponentID"
|
7093
|
+
"name": "ComponentID",
|
7094
|
+
"componentId": {
|
7095
|
+
"scope": "teambit.component",
|
7096
|
+
"name": "component-id",
|
7097
|
+
"version": "1.2.2"
|
7098
|
+
}
|
6835
7099
|
}
|
6836
7100
|
},
|
6837
7101
|
"isOptional": false,
|
@@ -6859,7 +7123,12 @@
|
|
6859
7123
|
"line": 49,
|
6860
7124
|
"character": 89
|
6861
7125
|
},
|
6862
|
-
"name": "ComponentID"
|
7126
|
+
"name": "ComponentID",
|
7127
|
+
"componentId": {
|
7128
|
+
"scope": "teambit.component",
|
7129
|
+
"name": "component-id",
|
7130
|
+
"version": "1.2.2"
|
7131
|
+
}
|
6863
7132
|
}
|
6864
7133
|
},
|
6865
7134
|
"isOptional": true,
|
@@ -6880,7 +7149,12 @@
|
|
6880
7149
|
"line": 49,
|
6881
7150
|
"character": 105
|
6882
7151
|
},
|
6883
|
-
"name": "ComponentID"
|
7152
|
+
"name": "ComponentID",
|
7153
|
+
"componentId": {
|
7154
|
+
"scope": "teambit.component",
|
7155
|
+
"name": "component-id",
|
7156
|
+
"version": "1.2.2"
|
7157
|
+
}
|
6884
7158
|
}
|
6885
7159
|
},
|
6886
7160
|
"modifiers": []
|
@@ -6928,7 +7202,12 @@
|
|
6928
7202
|
"line": 92,
|
6929
7203
|
"character": 14
|
6930
7204
|
},
|
6931
|
-
"name": "ComponentID"
|
7205
|
+
"name": "ComponentID",
|
7206
|
+
"componentId": {
|
7207
|
+
"scope": "teambit.component",
|
7208
|
+
"name": "component-id",
|
7209
|
+
"version": "1.2.2"
|
7210
|
+
}
|
6932
7211
|
}
|
6933
7212
|
},
|
6934
7213
|
"isOptional": false,
|
@@ -6956,7 +7235,12 @@
|
|
6956
7235
|
"line": 93,
|
6957
7236
|
"character": 14
|
6958
7237
|
},
|
6959
|
-
"name": "ComponentID"
|
7238
|
+
"name": "ComponentID",
|
7239
|
+
"componentId": {
|
7240
|
+
"scope": "teambit.component",
|
7241
|
+
"name": "component-id",
|
7242
|
+
"version": "1.2.2"
|
7243
|
+
}
|
6960
7244
|
}
|
6961
7245
|
},
|
6962
7246
|
"isOptional": false,
|
@@ -6984,7 +7268,12 @@
|
|
6984
7268
|
"line": 94,
|
6985
7269
|
"character": 15
|
6986
7270
|
},
|
6987
|
-
"name": "ComponentID"
|
7271
|
+
"name": "ComponentID",
|
7272
|
+
"componentId": {
|
7273
|
+
"scope": "teambit.component",
|
7274
|
+
"name": "component-id",
|
7275
|
+
"version": "1.2.2"
|
7276
|
+
}
|
6988
7277
|
}
|
6989
7278
|
},
|
6990
7279
|
"isOptional": true,
|
@@ -7134,6 +7423,11 @@
|
|
7134
7423
|
"character": 30
|
7135
7424
|
},
|
7136
7425
|
"name": "Graph",
|
7426
|
+
"componentId": {
|
7427
|
+
"scope": "teambit.graph",
|
7428
|
+
"name": "cleargraph",
|
7429
|
+
"version": "0.0.11"
|
7430
|
+
},
|
7137
7431
|
"typeArgs": [
|
7138
7432
|
{
|
7139
7433
|
"__schema": "TypeRefSchema",
|
@@ -7142,7 +7436,12 @@
|
|
7142
7436
|
"line": 167,
|
7143
7437
|
"character": 36
|
7144
7438
|
},
|
7145
|
-
"name": "ComponentID"
|
7439
|
+
"name": "ComponentID",
|
7440
|
+
"componentId": {
|
7441
|
+
"scope": "teambit.component",
|
7442
|
+
"name": "component-id",
|
7443
|
+
"version": "1.2.2"
|
7444
|
+
}
|
7146
7445
|
},
|
7147
7446
|
{
|
7148
7447
|
"__schema": "TypeRefSchema",
|
@@ -7245,7 +7544,12 @@
|
|
7245
7544
|
"line": 177,
|
7246
7545
|
"character": 27
|
7247
7546
|
},
|
7248
|
-
"name": "ComponentID"
|
7547
|
+
"name": "ComponentID",
|
7548
|
+
"componentId": {
|
7549
|
+
"scope": "teambit.component",
|
7550
|
+
"name": "component-id",
|
7551
|
+
"version": "1.2.2"
|
7552
|
+
}
|
7249
7553
|
},
|
7250
7554
|
"isOptional": false,
|
7251
7555
|
"isSpread": false
|
@@ -7265,7 +7569,12 @@
|
|
7265
7569
|
"line": 177,
|
7266
7570
|
"character": 41
|
7267
7571
|
},
|
7268
|
-
"name": "DependenciesInfo"
|
7572
|
+
"name": "DependenciesInfo",
|
7573
|
+
"componentId": {
|
7574
|
+
"scope": "teambit.legacy",
|
7575
|
+
"name": "dependency-graph",
|
7576
|
+
"version": "0.0.5"
|
7577
|
+
}
|
7269
7578
|
}
|
7270
7579
|
},
|
7271
7580
|
"modifiers": []
|
@@ -7350,7 +7659,12 @@
|
|
7350
7659
|
"line": 13,
|
7351
7660
|
"character": 45
|
7352
7661
|
},
|
7353
|
-
"name": "ComponentID"
|
7662
|
+
"name": "ComponentID",
|
7663
|
+
"componentId": {
|
7664
|
+
"scope": "teambit.component",
|
7665
|
+
"name": "component-id",
|
7666
|
+
"version": "1.2.2"
|
7667
|
+
}
|
7354
7668
|
},
|
7355
7669
|
{
|
7356
7670
|
"__schema": "TypeRefSchema",
|
@@ -7374,7 +7688,7 @@
|
|
7374
7688
|
"_legacy": {
|
7375
7689
|
"scope": "teambit.component",
|
7376
7690
|
"name": "graph",
|
7377
|
-
"version": "1.0.
|
7691
|
+
"version": "1.0.489"
|
7378
7692
|
},
|
7379
7693
|
"_scope": "teambit.component"
|
7380
7694
|
}
|
@@ -7402,6 +7716,11 @@
|
|
7402
7716
|
"character": 24
|
7403
7717
|
},
|
7404
7718
|
"name": "Node",
|
7719
|
+
"componentId": {
|
7720
|
+
"scope": "teambit.graph",
|
7721
|
+
"name": "cleargraph",
|
7722
|
+
"version": "0.0.11"
|
7723
|
+
},
|
7405
7724
|
"typeArgs": [
|
7406
7725
|
{
|
7407
7726
|
"__schema": "TypeRefSchema",
|
@@ -7410,7 +7729,12 @@
|
|
7410
7729
|
"line": 9,
|
7411
7730
|
"character": 29
|
7412
7731
|
},
|
7413
|
-
"name": "ComponentID"
|
7732
|
+
"name": "ComponentID",
|
7733
|
+
"componentId": {
|
7734
|
+
"scope": "teambit.component",
|
7735
|
+
"name": "component-id",
|
7736
|
+
"version": "1.2.2"
|
7737
|
+
}
|
7414
7738
|
}
|
7415
7739
|
]
|
7416
7740
|
}
|
@@ -7432,6 +7756,11 @@
|
|
7432
7756
|
"character": 23
|
7433
7757
|
},
|
7434
7758
|
"name": "Edge",
|
7759
|
+
"componentId": {
|
7760
|
+
"scope": "teambit.graph",
|
7761
|
+
"name": "cleargraph",
|
7762
|
+
"version": "0.0.11"
|
7763
|
+
},
|
7435
7764
|
"typeArgs": [
|
7436
7765
|
{
|
7437
7766
|
"__schema": "TypeRefSchema",
|
@@ -7509,7 +7838,11 @@
|
|
7509
7838
|
"line": 13,
|
7510
7839
|
"character": 14
|
7511
7840
|
},
|
7512
|
-
"name": "ComponentID"
|
7841
|
+
"name": "ComponentID",
|
7842
|
+
"componentId": {
|
7843
|
+
"scope": "teambit.component",
|
7844
|
+
"name": "component"
|
7845
|
+
}
|
7513
7846
|
}
|
7514
7847
|
},
|
7515
7848
|
"isOptional": true,
|
@@ -7547,7 +7880,8 @@
|
|
7547
7880
|
"line": 14,
|
7548
7881
|
"character": 22
|
7549
7882
|
},
|
7550
|
-
"name": "ComponentNode"
|
7883
|
+
"name": "ComponentNode",
|
7884
|
+
"internalFilePath": "component-graph/component-graph.ts"
|
7551
7885
|
}
|
7552
7886
|
},
|
7553
7887
|
"isOptional": true,
|
@@ -7576,7 +7910,8 @@
|
|
7576
7910
|
"line": 14,
|
7577
7911
|
"character": 51
|
7578
7912
|
},
|
7579
|
-
"name": "DependencyEdge"
|
7913
|
+
"name": "DependencyEdge",
|
7914
|
+
"internalFilePath": "component-graph/component-graph.ts"
|
7580
7915
|
}
|
7581
7916
|
},
|
7582
7917
|
"isOptional": true,
|
@@ -7627,7 +7962,8 @@
|
|
7627
7962
|
"line": 18,
|
7628
7963
|
"character": 27
|
7629
7964
|
},
|
7630
|
-
"name": "ComponentNode"
|
7965
|
+
"name": "ComponentNode",
|
7966
|
+
"internalFilePath": "component-graph/component-graph.ts"
|
7631
7967
|
}
|
7632
7968
|
},
|
7633
7969
|
"isOptional": true,
|
@@ -7656,7 +7992,8 @@
|
|
7656
7992
|
"line": 18,
|
7657
7993
|
"character": 56
|
7658
7994
|
},
|
7659
|
-
"name": "DependencyEdge"
|
7995
|
+
"name": "DependencyEdge",
|
7996
|
+
"internalFilePath": "component-graph/component-graph.ts"
|
7660
7997
|
}
|
7661
7998
|
},
|
7662
7999
|
"isOptional": true,
|
@@ -7824,6 +8161,11 @@
|
|
7824
8161
|
"character": 30
|
7825
8162
|
},
|
7826
8163
|
"name": "Graph",
|
8164
|
+
"componentId": {
|
8165
|
+
"scope": "teambit.graph",
|
8166
|
+
"name": "cleargraph",
|
8167
|
+
"version": "0.0.11"
|
8168
|
+
},
|
7827
8169
|
"typeArgs": [
|
7828
8170
|
{
|
7829
8171
|
"__schema": "TypeRefSchema",
|
@@ -7832,7 +8174,11 @@
|
|
7832
8174
|
"line": 68,
|
7833
8175
|
"character": 36
|
7834
8176
|
},
|
7835
|
-
"name": "Component"
|
8177
|
+
"name": "Component",
|
8178
|
+
"componentId": {
|
8179
|
+
"scope": "teambit.component",
|
8180
|
+
"name": "component"
|
8181
|
+
}
|
7836
8182
|
},
|
7837
8183
|
{
|
7838
8184
|
"__schema": "TypeRefSchema",
|
@@ -7928,7 +8274,11 @@
|
|
7928
8274
|
"line": 12,
|
7929
8275
|
"character": 43
|
7930
8276
|
},
|
7931
|
-
"name": "Component"
|
8277
|
+
"name": "Component",
|
8278
|
+
"componentId": {
|
8279
|
+
"scope": "teambit.component",
|
8280
|
+
"name": "component"
|
8281
|
+
}
|
7932
8282
|
},
|
7933
8283
|
{
|
7934
8284
|
"__schema": "TypeRefSchema",
|
@@ -7952,7 +8302,7 @@
|
|
7952
8302
|
"_legacy": {
|
7953
8303
|
"scope": "teambit.component",
|
7954
8304
|
"name": "graph",
|
7955
|
-
"version": "1.0.
|
8305
|
+
"version": "1.0.489"
|
7956
8306
|
},
|
7957
8307
|
"_scope": "teambit.component"
|
7958
8308
|
}
|
@@ -7980,6 +8330,11 @@
|
|
7980
8330
|
"character": 22
|
7981
8331
|
},
|
7982
8332
|
"name": "Node",
|
8333
|
+
"componentId": {
|
8334
|
+
"scope": "teambit.graph",
|
8335
|
+
"name": "cleargraph",
|
8336
|
+
"version": "0.0.11"
|
8337
|
+
},
|
7983
8338
|
"typeArgs": [
|
7984
8339
|
{
|
7985
8340
|
"__schema": "TypeRefSchema",
|
@@ -7988,7 +8343,11 @@
|
|
7988
8343
|
"line": 9,
|
7989
8344
|
"character": 27
|
7990
8345
|
},
|
7991
|
-
"name": "Component"
|
8346
|
+
"name": "Component",
|
8347
|
+
"componentId": {
|
8348
|
+
"scope": "teambit.component",
|
8349
|
+
"name": "component"
|
8350
|
+
}
|
7992
8351
|
}
|
7993
8352
|
]
|
7994
8353
|
}
|
@@ -8010,6 +8369,11 @@
|
|
8010
8369
|
"character": 23
|
8011
8370
|
},
|
8012
8371
|
"name": "Edge",
|
8372
|
+
"componentId": {
|
8373
|
+
"scope": "teambit.graph",
|
8374
|
+
"name": "cleargraph",
|
8375
|
+
"version": "0.0.11"
|
8376
|
+
},
|
8013
8377
|
"typeArgs": [
|
8014
8378
|
{
|
8015
8379
|
"__schema": "TypeRefSchema",
|
@@ -8100,7 +8464,7 @@
|
|
8100
8464
|
"_legacy": {
|
8101
8465
|
"scope": "teambit.component",
|
8102
8466
|
"name": "graph",
|
8103
|
-
"version": "1.0.
|
8467
|
+
"version": "1.0.489"
|
8104
8468
|
},
|
8105
8469
|
"_scope": "teambit.component"
|
8106
8470
|
}
|
@@ -8125,6 +8489,7 @@
|
|
8125
8489
|
"character": 31
|
8126
8490
|
},
|
8127
8491
|
"name": "ComponentType",
|
8492
|
+
"packageName": "react",
|
8128
8493
|
"typeArgs": [
|
8129
8494
|
{
|
8130
8495
|
"__schema": "TypeRefSchema",
|
@@ -8155,6 +8520,11 @@
|
|
8155
8520
|
"character": 35
|
8156
8521
|
},
|
8157
8522
|
"name": "SlotRegistry",
|
8523
|
+
"componentId": {
|
8524
|
+
"scope": "teambit.harmony",
|
8525
|
+
"name": "harmony",
|
8526
|
+
"version": "0.4.6"
|
8527
|
+
},
|
8158
8528
|
"typeArgs": [
|
8159
8529
|
{
|
8160
8530
|
"__schema": "TypeRefSchema",
|
@@ -8474,7 +8844,11 @@
|
|
8474
8844
|
"line": 46,
|
8475
8845
|
"character": 39
|
8476
8846
|
},
|
8477
|
-
"name": "ComponentUI"
|
8847
|
+
"name": "ComponentUI",
|
8848
|
+
"componentId": {
|
8849
|
+
"scope": "teambit.component",
|
8850
|
+
"name": "component"
|
8851
|
+
}
|
8478
8852
|
},
|
8479
8853
|
{
|
8480
8854
|
"__schema": "TypeRefSchema",
|
@@ -8483,7 +8857,11 @@
|
|
8483
8857
|
"line": 46,
|
8484
8858
|
"character": 52
|
8485
8859
|
},
|
8486
|
-
"name": "ComponentCompareUI"
|
8860
|
+
"name": "ComponentCompareUI",
|
8861
|
+
"componentId": {
|
8862
|
+
"scope": "teambit.component",
|
8863
|
+
"name": "component-compare"
|
8864
|
+
}
|
8487
8865
|
}
|
8488
8866
|
]
|
8489
8867
|
},
|
@@ -8505,7 +8883,8 @@
|
|
8505
8883
|
"line": 47,
|
8506
8884
|
"character": 13
|
8507
8885
|
},
|
8508
|
-
"name": "GraphUIConfig"
|
8886
|
+
"name": "GraphUIConfig",
|
8887
|
+
"internalFilePath": "graph.ui.runtime.tsx"
|
8509
8888
|
},
|
8510
8889
|
"isOptional": false,
|
8511
8890
|
"isSpread": false
|
@@ -8706,7 +9085,7 @@
|
|
8706
9085
|
"line": 42,
|
8707
9086
|
"character": 12
|
8708
9087
|
},
|
8709
|
-
"signature": "(instance: ReactFlowInstance): void",
|
9088
|
+
"signature": "(instance: (package: reactflow) ReactFlowInstance): void",
|
8710
9089
|
"name": "",
|
8711
9090
|
"params": [
|
8712
9091
|
{
|
@@ -8724,7 +9103,8 @@
|
|
8724
9103
|
"line": 42,
|
8725
9104
|
"character": 23
|
8726
9105
|
},
|
8727
|
-
"name": "ReactFlowInstance"
|
9106
|
+
"name": "ReactFlowInstance",
|
9107
|
+
"packageName": "reactflow"
|
8728
9108
|
},
|
8729
9109
|
"isOptional": false,
|
8730
9110
|
"isSpread": false
|
@@ -8781,7 +9161,8 @@
|
|
8781
9161
|
"line": 44,
|
8782
9162
|
"character": 10
|
8783
9163
|
},
|
8784
|
-
"name": "ReactFlowProps"
|
9164
|
+
"name": "ReactFlowProps",
|
9165
|
+
"packageName": "reactflow"
|
8785
9166
|
},
|
8786
9167
|
{
|
8787
9168
|
"__schema": "LiteralTypeSchema",
|
@@ -8821,7 +9202,8 @@
|
|
8821
9202
|
"line": 55,
|
8822
9203
|
"character": 4
|
8823
9204
|
},
|
8824
|
-
"name": "DependenciesGraphProps"
|
9205
|
+
"name": "DependenciesGraphProps",
|
9206
|
+
"internalFilePath": "ui/dependencies-graph/dependencies-graph.tsx"
|
8825
9207
|
},
|
8826
9208
|
"isOptional": false,
|
8827
9209
|
"objectBindingNodes": [
|
@@ -8956,7 +9338,8 @@
|
|
8956
9338
|
"line": 26,
|
8957
9339
|
"character": 40
|
8958
9340
|
},
|
8959
|
-
"name": "NodeProps"
|
9341
|
+
"name": "NodeProps",
|
9342
|
+
"packageName": "reactflow"
|
8960
9343
|
},
|
8961
9344
|
"isOptional": false,
|
8962
9345
|
"isSpread": false
|
@@ -9016,7 +9399,11 @@
|
|
9016
9399
|
"line": 8,
|
9017
9400
|
"character": 10
|
9018
9401
|
},
|
9019
|
-
"name": "ComponentFactory"
|
9402
|
+
"name": "ComponentFactory",
|
9403
|
+
"componentId": {
|
9404
|
+
"scope": "teambit.component",
|
9405
|
+
"name": "component"
|
9406
|
+
}
|
9020
9407
|
},
|
9021
9408
|
"isOptional": true
|
9022
9409
|
}
|
@@ -9058,7 +9445,11 @@
|
|
9058
9445
|
"line": 12,
|
9059
9446
|
"character": 40
|
9060
9447
|
},
|
9061
|
-
"name": "ComponentMain"
|
9448
|
+
"name": "ComponentMain",
|
9449
|
+
"componentId": {
|
9450
|
+
"scope": "teambit.component",
|
9451
|
+
"name": "component"
|
9452
|
+
}
|
9062
9453
|
},
|
9063
9454
|
"isOptional": false,
|
9064
9455
|
"isSpread": false
|
@@ -9118,7 +9509,11 @@
|
|
9118
9509
|
"line": 17,
|
9119
9510
|
"character": 24
|
9120
9511
|
},
|
9121
|
-
"name": "ComponentID"
|
9512
|
+
"name": "ComponentID",
|
9513
|
+
"componentId": {
|
9514
|
+
"scope": "teambit.component",
|
9515
|
+
"name": "component"
|
9516
|
+
}
|
9122
9517
|
}
|
9123
9518
|
},
|
9124
9519
|
"isOptional": true,
|
@@ -9139,7 +9534,8 @@
|
|
9139
9534
|
"line": 17,
|
9140
9535
|
"character": 45
|
9141
9536
|
},
|
9142
|
-
"name": "GetGraphOpts"
|
9537
|
+
"name": "GetGraphOpts",
|
9538
|
+
"internalFilePath": "graph-builder.ts"
|
9143
9539
|
},
|
9144
9540
|
"isOptional": true,
|
9145
9541
|
"defaultValue": "{}",
|
@@ -9202,7 +9598,11 @@
|
|
9202
9598
|
"line": 26,
|
9203
9599
|
"character": 27
|
9204
9600
|
},
|
9205
|
-
"name": "ComponentID"
|
9601
|
+
"name": "ComponentID",
|
9602
|
+
"componentId": {
|
9603
|
+
"scope": "teambit.component",
|
9604
|
+
"name": "component"
|
9605
|
+
}
|
9206
9606
|
}
|
9207
9607
|
},
|
9208
9608
|
"isOptional": true,
|
@@ -9223,7 +9623,8 @@
|
|
9223
9623
|
"line": 26,
|
9224
9624
|
"character": 48
|
9225
9625
|
},
|
9226
|
-
"name": "GetGraphOpts"
|
9626
|
+
"name": "GetGraphOpts",
|
9627
|
+
"internalFilePath": "graph-builder.ts"
|
9227
9628
|
},
|
9228
9629
|
"isOptional": true,
|
9229
9630
|
"defaultValue": "{}",
|
@@ -9304,7 +9705,11 @@
|
|
9304
9705
|
"line": 14,
|
9305
9706
|
"character": 30
|
9306
9707
|
},
|
9307
|
-
"name": "ComponentMain"
|
9708
|
+
"name": "ComponentMain",
|
9709
|
+
"componentId": {
|
9710
|
+
"scope": "teambit.component",
|
9711
|
+
"name": "component"
|
9712
|
+
}
|
9308
9713
|
},
|
9309
9714
|
"isOptional": false,
|
9310
9715
|
"isSpread": false
|
@@ -9324,7 +9729,11 @@
|
|
9324
9729
|
"line": 15,
|
9325
9730
|
"character": 21
|
9326
9731
|
},
|
9327
|
-
"name": "Logger"
|
9732
|
+
"name": "Logger",
|
9733
|
+
"componentId": {
|
9734
|
+
"scope": "teambit.harmony",
|
9735
|
+
"name": "logger"
|
9736
|
+
}
|
9328
9737
|
},
|
9329
9738
|
"isOptional": false,
|
9330
9739
|
"isSpread": false
|
@@ -9384,7 +9793,11 @@
|
|
9384
9793
|
"line": 21,
|
9385
9794
|
"character": 24
|
9386
9795
|
},
|
9387
|
-
"name": "ComponentID"
|
9796
|
+
"name": "ComponentID",
|
9797
|
+
"componentId": {
|
9798
|
+
"scope": "teambit.component",
|
9799
|
+
"name": "component"
|
9800
|
+
}
|
9388
9801
|
}
|
9389
9802
|
},
|
9390
9803
|
"isOptional": true,
|
@@ -9405,7 +9818,8 @@
|
|
9405
9818
|
"line": 21,
|
9406
9819
|
"character": 45
|
9407
9820
|
},
|
9408
|
-
"name": "GetGraphOpts"
|
9821
|
+
"name": "GetGraphOpts",
|
9822
|
+
"internalFilePath": "graph-builder.ts"
|
9409
9823
|
},
|
9410
9824
|
"isOptional": true,
|
9411
9825
|
"defaultValue": "{}",
|
@@ -9468,7 +9882,11 @@
|
|
9468
9882
|
"line": 26,
|
9469
9883
|
"character": 27
|
9470
9884
|
},
|
9471
|
-
"name": "ComponentID"
|
9885
|
+
"name": "ComponentID",
|
9886
|
+
"componentId": {
|
9887
|
+
"scope": "teambit.component",
|
9888
|
+
"name": "component"
|
9889
|
+
}
|
9472
9890
|
}
|
9473
9891
|
},
|
9474
9892
|
"isOptional": true,
|
@@ -9489,7 +9907,8 @@
|
|
9489
9907
|
"line": 26,
|
9490
9908
|
"character": 48
|
9491
9909
|
},
|
9492
|
-
"name": "GetGraphOpts"
|
9910
|
+
"name": "GetGraphOpts",
|
9911
|
+
"internalFilePath": "graph-builder.ts"
|
9493
9912
|
},
|
9494
9913
|
"isOptional": true,
|
9495
9914
|
"defaultValue": "{}",
|
@@ -9616,7 +10035,11 @@
|
|
9616
10035
|
"line": 35,
|
9617
10036
|
"character": 5
|
9618
10037
|
},
|
9619
|
-
"name": "GraphqlMain"
|
10038
|
+
"name": "GraphqlMain",
|
10039
|
+
"componentId": {
|
10040
|
+
"scope": "teambit.harmony",
|
10041
|
+
"name": "graphql"
|
10042
|
+
}
|
9620
10043
|
},
|
9621
10044
|
{
|
9622
10045
|
"__schema": "TypeRefSchema",
|
@@ -9625,7 +10048,11 @@
|
|
9625
10048
|
"line": 36,
|
9626
10049
|
"character": 5
|
9627
10050
|
},
|
9628
|
-
"name": "ComponentMain"
|
10051
|
+
"name": "ComponentMain",
|
10052
|
+
"componentId": {
|
10053
|
+
"scope": "teambit.component",
|
10054
|
+
"name": "component"
|
10055
|
+
}
|
9629
10056
|
},
|
9630
10057
|
{
|
9631
10058
|
"__schema": "TypeRefSchema",
|
@@ -9634,7 +10061,11 @@
|
|
9634
10061
|
"line": 37,
|
9635
10062
|
"character": 5
|
9636
10063
|
},
|
9637
|
-
"name": "CLIMain"
|
10064
|
+
"name": "CLIMain",
|
10065
|
+
"componentId": {
|
10066
|
+
"scope": "teambit.harmony",
|
10067
|
+
"name": "cli"
|
10068
|
+
}
|
9638
10069
|
},
|
9639
10070
|
{
|
9640
10071
|
"__schema": "TypeRefSchema",
|
@@ -9643,7 +10074,11 @@
|
|
9643
10074
|
"line": 38,
|
9644
10075
|
"character": 5
|
9645
10076
|
},
|
9646
|
-
"name": "LoggerMain"
|
10077
|
+
"name": "LoggerMain",
|
10078
|
+
"componentId": {
|
10079
|
+
"scope": "teambit.harmony",
|
10080
|
+
"name": "logger"
|
10081
|
+
}
|
9647
10082
|
}
|
9648
10083
|
]
|
9649
10084
|
},
|
@@ -9687,7 +10122,7 @@
|
|
9687
10122
|
"componentId": {
|
9688
10123
|
"scope": "teambit.component",
|
9689
10124
|
"name": "graph",
|
9690
|
-
"version": "1.0.
|
10125
|
+
"version": "1.0.489"
|
9691
10126
|
},
|
9692
10127
|
"taggedModuleExports": []
|
9693
10128
|
}
|