@teambit/graph 1.0.495 → 1.0.497
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 +236 -1147
- package/dist/esm.mjs +0 -2
- package/dist/index.d.ts +0 -1
- package/dist/index.js.map +1 -1
- package/dist/{preview-1734279612846.js → preview-1734491866611.js} +2 -2
- package/esm.mjs +0 -2
- package/package.json +11 -13
- package/dist/object-list-to-graph.d.ts +0 -13
- package/dist/object-list-to-graph.js +0 -93
- package/dist/object-list-to-graph.js.map +0 -1
package/artifacts/schema.json
CHANGED
@@ -429,165 +429,7 @@
|
|
429
429
|
"__schema": "ExportSchema",
|
430
430
|
"location": {
|
431
431
|
"filePath": "index.ts",
|
432
|
-
"line":
|
433
|
-
"character": 15
|
434
|
-
},
|
435
|
-
"signature": "class IdGraph",
|
436
|
-
"name": "IdGraph",
|
437
|
-
"exportNode": {
|
438
|
-
"__schema": "ClassSchema",
|
439
|
-
"location": {
|
440
|
-
"filePath": "object-list-to-graph.ts",
|
441
|
-
"line": 12,
|
442
|
-
"character": 1
|
443
|
-
},
|
444
|
-
"signature": "class IdGraph",
|
445
|
-
"name": "IdGraph",
|
446
|
-
"members": [
|
447
|
-
{
|
448
|
-
"__schema": "ConstructorSchema",
|
449
|
-
"location": {
|
450
|
-
"filePath": "object-list-to-graph.ts",
|
451
|
-
"line": 13,
|
452
|
-
"character": 3
|
453
|
-
},
|
454
|
-
"signature": "constructor IdGraph(nodes?: BitIdNode[], edges?: DependencyEdge[]): IdGraph",
|
455
|
-
"name": "constructor",
|
456
|
-
"params": [
|
457
|
-
{
|
458
|
-
"__schema": "ParameterSchema",
|
459
|
-
"location": {
|
460
|
-
"filePath": "object-list-to-graph.ts",
|
461
|
-
"line": 13,
|
462
|
-
"character": 15
|
463
|
-
},
|
464
|
-
"name": "nodes",
|
465
|
-
"type": {
|
466
|
-
"__schema": "TypeArraySchema",
|
467
|
-
"location": {
|
468
|
-
"filePath": "object-list-to-graph.ts",
|
469
|
-
"line": 13,
|
470
|
-
"character": 22
|
471
|
-
},
|
472
|
-
"type": {
|
473
|
-
"__schema": "TypeRefSchema",
|
474
|
-
"location": {
|
475
|
-
"filePath": "object-list-to-graph.ts",
|
476
|
-
"line": 13,
|
477
|
-
"character": 22
|
478
|
-
},
|
479
|
-
"name": "BitIdNode",
|
480
|
-
"internalFilePath": "object-list-to-graph.ts"
|
481
|
-
}
|
482
|
-
},
|
483
|
-
"isOptional": true,
|
484
|
-
"defaultValue": "[]",
|
485
|
-
"isSpread": false
|
486
|
-
},
|
487
|
-
{
|
488
|
-
"__schema": "ParameterSchema",
|
489
|
-
"location": {
|
490
|
-
"filePath": "object-list-to-graph.ts",
|
491
|
-
"line": 13,
|
492
|
-
"character": 40
|
493
|
-
},
|
494
|
-
"name": "edges",
|
495
|
-
"type": {
|
496
|
-
"__schema": "TypeArraySchema",
|
497
|
-
"location": {
|
498
|
-
"filePath": "object-list-to-graph.ts",
|
499
|
-
"line": 13,
|
500
|
-
"character": 47
|
501
|
-
},
|
502
|
-
"type": {
|
503
|
-
"__schema": "TypeRefSchema",
|
504
|
-
"location": {
|
505
|
-
"filePath": "object-list-to-graph.ts",
|
506
|
-
"line": 13,
|
507
|
-
"character": 47
|
508
|
-
},
|
509
|
-
"name": "DependencyEdge",
|
510
|
-
"internalFilePath": "object-list-to-graph.ts"
|
511
|
-
}
|
512
|
-
},
|
513
|
-
"isOptional": true,
|
514
|
-
"defaultValue": "[]",
|
515
|
-
"isSpread": false
|
516
|
-
}
|
517
|
-
],
|
518
|
-
"returnType": {
|
519
|
-
"__schema": "ThisTypeSchema",
|
520
|
-
"location": {
|
521
|
-
"filePath": "object-list-to-graph.ts",
|
522
|
-
"line": 12,
|
523
|
-
"character": 1
|
524
|
-
},
|
525
|
-
"name": "IdGraph"
|
526
|
-
},
|
527
|
-
"modifiers": []
|
528
|
-
}
|
529
|
-
],
|
530
|
-
"extendsNodes": [
|
531
|
-
{
|
532
|
-
"__schema": "ExpressionWithTypeArgumentsSchema",
|
533
|
-
"location": {
|
534
|
-
"filePath": "object-list-to-graph.ts",
|
535
|
-
"line": 12,
|
536
|
-
"character": 30
|
537
|
-
},
|
538
|
-
"name": "extends Graph<ComponentID, Dependency>",
|
539
|
-
"typeArgs": [
|
540
|
-
{
|
541
|
-
"__schema": "TypeRefSchema",
|
542
|
-
"location": {
|
543
|
-
"filePath": "object-list-to-graph.ts",
|
544
|
-
"line": 12,
|
545
|
-
"character": 36
|
546
|
-
},
|
547
|
-
"name": "ComponentID",
|
548
|
-
"componentId": {
|
549
|
-
"scope": "teambit.component",
|
550
|
-
"name": "component-id",
|
551
|
-
"version": "1.2.2"
|
552
|
-
}
|
553
|
-
},
|
554
|
-
{
|
555
|
-
"__schema": "TypeRefSchema",
|
556
|
-
"location": {
|
557
|
-
"filePath": "object-list-to-graph.ts",
|
558
|
-
"line": 12,
|
559
|
-
"character": 49
|
560
|
-
},
|
561
|
-
"name": "Dependency"
|
562
|
-
}
|
563
|
-
],
|
564
|
-
"expression": {
|
565
|
-
"__schema": "TypeRefSchema",
|
566
|
-
"location": {
|
567
|
-
"filePath": "object-list-to-graph.ts",
|
568
|
-
"line": 12,
|
569
|
-
"character": 30
|
570
|
-
},
|
571
|
-
"name": "Graph<N,",
|
572
|
-
"componentId": {
|
573
|
-
"_legacy": {
|
574
|
-
"scope": "teambit.component",
|
575
|
-
"name": "graph",
|
576
|
-
"version": "1.0.495"
|
577
|
-
},
|
578
|
-
"_scope": "teambit.component"
|
579
|
-
}
|
580
|
-
}
|
581
|
-
}
|
582
|
-
],
|
583
|
-
"implementNodes": []
|
584
|
-
}
|
585
|
-
},
|
586
|
-
{
|
587
|
-
"__schema": "ExportSchema",
|
588
|
-
"location": {
|
589
|
-
"filePath": "index.ts",
|
590
|
-
"line": 7,
|
432
|
+
"line": 6,
|
591
433
|
"character": 3
|
592
434
|
},
|
593
435
|
"signature": "function calcElements(graph: GraphModel<NodeModel, EdgeModel> | undefined, { rootNode }: ElementsOptions): {\n nodes: Node[];\n edges: Edge[];\n}",
|
@@ -687,8 +529,7 @@
|
|
687
529
|
"line": 18,
|
688
530
|
"character": 17
|
689
531
|
},
|
690
|
-
"name": "ElementsOptions"
|
691
|
-
"internalFilePath": "ui/dependencies-graph/calc-elements.tsx"
|
532
|
+
"name": "ElementsOptions"
|
692
533
|
},
|
693
534
|
"isOptional": false,
|
694
535
|
"objectBindingNodes": [
|
@@ -738,8 +579,7 @@
|
|
738
579
|
"line": 19,
|
739
580
|
"character": 13
|
740
581
|
},
|
741
|
-
"name": "Node"
|
742
|
-
"packageName": "reactflow"
|
582
|
+
"name": "Node"
|
743
583
|
}
|
744
584
|
},
|
745
585
|
"isOptional": false
|
@@ -767,8 +607,7 @@
|
|
767
607
|
"line": 19,
|
768
608
|
"character": 28
|
769
609
|
},
|
770
|
-
"name": "Edge"
|
771
|
-
"packageName": "reactflow"
|
610
|
+
"name": "Edge"
|
772
611
|
}
|
773
612
|
},
|
774
613
|
"isOptional": false
|
@@ -784,7 +623,7 @@
|
|
784
623
|
"__schema": "ExportSchema",
|
785
624
|
"location": {
|
786
625
|
"filePath": "index.ts",
|
787
|
-
"line":
|
626
|
+
"line": 7,
|
788
627
|
"character": 3
|
789
628
|
},
|
790
629
|
"signature": "function calcLayout(graph: GraphModel<NodeModel, EdgeModel>): Map<string, {\n x: number;\n y: number;\n}>",
|
@@ -869,7 +708,7 @@
|
|
869
708
|
"__schema": "ExportSchema",
|
870
709
|
"location": {
|
871
710
|
"filePath": "index.ts",
|
872
|
-
"line":
|
711
|
+
"line": 8,
|
873
712
|
"character": 3
|
874
713
|
},
|
875
714
|
"signature": "function calcMinimapColors(node: Node): string",
|
@@ -899,8 +738,7 @@
|
|
899
738
|
"line": 4,
|
900
739
|
"character": 41
|
901
740
|
},
|
902
|
-
"name": "Node"
|
903
|
-
"packageName": "reactflow"
|
741
|
+
"name": "Node"
|
904
742
|
},
|
905
743
|
"isOptional": false,
|
906
744
|
"isSpread": false
|
@@ -924,7 +762,7 @@
|
|
924
762
|
"__schema": "ExportSchema",
|
925
763
|
"location": {
|
926
764
|
"filePath": "index.ts",
|
927
|
-
"line":
|
765
|
+
"line": 9,
|
928
766
|
"character": 3
|
929
767
|
},
|
930
768
|
"signature": "function depTypeToClass(depType: string): string | undefined",
|
@@ -978,7 +816,7 @@
|
|
978
816
|
"__schema": "ExportSchema",
|
979
817
|
"location": {
|
980
818
|
"filePath": "index.ts",
|
981
|
-
"line":
|
819
|
+
"line": 10,
|
982
820
|
"character": 3
|
983
821
|
},
|
984
822
|
"signature": "function depTypeToLabel(type: EdgeType): string",
|
@@ -1032,7 +870,7 @@
|
|
1032
870
|
"__schema": "ExportSchema",
|
1033
871
|
"location": {
|
1034
872
|
"filePath": "index.ts",
|
1035
|
-
"line":
|
873
|
+
"line": 11,
|
1036
874
|
"character": 13
|
1037
875
|
},
|
1038
876
|
"signature": "const styles: {\n graph: string;\n minimap: string;\n controls: string;\n}",
|
@@ -1064,7 +902,7 @@
|
|
1064
902
|
"__schema": "ExportSchema",
|
1065
903
|
"location": {
|
1066
904
|
"filePath": "index.ts",
|
1067
|
-
"line":
|
905
|
+
"line": 13,
|
1068
906
|
"character": 10
|
1069
907
|
},
|
1070
908
|
"signature": "function GraphFilters({ onChangeFilter, isFiltered, disable, ...rest }: GraphFiltersType): React.JSX.Element",
|
@@ -1093,8 +931,7 @@
|
|
1093
931
|
"line": 12,
|
1094
932
|
"character": 80
|
1095
933
|
},
|
1096
|
-
"name": "GraphFiltersType"
|
1097
|
-
"internalFilePath": "ui/graph-page/graph-filters.tsx"
|
934
|
+
"name": "GraphFiltersType"
|
1098
935
|
},
|
1099
936
|
"isOptional": false,
|
1100
937
|
"objectBindingNodes": [
|
@@ -1164,7 +1001,7 @@
|
|
1164
1001
|
"__schema": "ExportSchema",
|
1165
1002
|
"location": {
|
1166
1003
|
"filePath": "index.ts",
|
1167
|
-
"line":
|
1004
|
+
"line": 13,
|
1168
1005
|
"character": 34
|
1169
1006
|
},
|
1170
1007
|
"signature": "const styles: {\n graph: string;\n filters: string;\n}",
|
@@ -1196,7 +1033,7 @@
|
|
1196
1033
|
"__schema": "ExportSchema",
|
1197
1034
|
"location": {
|
1198
1035
|
"filePath": "index.ts",
|
1199
|
-
"line":
|
1036
|
+
"line": 14,
|
1200
1037
|
"character": 10
|
1201
1038
|
},
|
1202
1039
|
"signature": "class EdgeModel",
|
@@ -1296,8 +1133,7 @@
|
|
1296
1133
|
"line": 9,
|
1297
1134
|
"character": 24
|
1298
1135
|
},
|
1299
|
-
"name": "RawEdge"
|
1300
|
-
"internalFilePath": "ui/query/get-graph.query.ts"
|
1136
|
+
"name": "RawEdge"
|
1301
1137
|
},
|
1302
1138
|
"isOptional": false,
|
1303
1139
|
"isSpread": false
|
@@ -1325,7 +1161,7 @@
|
|
1325
1161
|
"__schema": "ExportSchema",
|
1326
1162
|
"location": {
|
1327
1163
|
"filePath": "index.ts",
|
1328
|
-
"line":
|
1164
|
+
"line": 14,
|
1329
1165
|
"character": 21
|
1330
1166
|
},
|
1331
1167
|
"signature": "class GraphModel<N extends NodeModel, E extends EdgeModel>",
|
@@ -1475,7 +1311,7 @@
|
|
1475
1311
|
"__schema": "ExportSchema",
|
1476
1312
|
"location": {
|
1477
1313
|
"filePath": "index.ts",
|
1478
|
-
"line":
|
1314
|
+
"line": 14,
|
1479
1315
|
"character": 33
|
1480
1316
|
},
|
1481
1317
|
"signature": "class NodeModel",
|
@@ -1526,11 +1362,7 @@
|
|
1526
1362
|
"line": 6,
|
1527
1363
|
"character": 15
|
1528
1364
|
},
|
1529
|
-
"name": "ComponentModel"
|
1530
|
-
"componentId": {
|
1531
|
-
"scope": "teambit.component",
|
1532
|
-
"name": "component"
|
1533
|
-
}
|
1365
|
+
"name": "ComponentModel"
|
1534
1366
|
},
|
1535
1367
|
"isOptional": true
|
1536
1368
|
},
|
@@ -1583,8 +1415,7 @@
|
|
1583
1415
|
"line": 9,
|
1584
1416
|
"character": 24
|
1585
1417
|
},
|
1586
|
-
"name": "RawNode"
|
1587
|
-
"internalFilePath": "ui/query/get-graph.query.ts"
|
1418
|
+
"name": "RawNode"
|
1588
1419
|
},
|
1589
1420
|
"isOptional": false,
|
1590
1421
|
"isSpread": false
|
@@ -1612,7 +1443,7 @@
|
|
1612
1443
|
"__schema": "ExportSchema",
|
1613
1444
|
"location": {
|
1614
1445
|
"filePath": "index.ts",
|
1615
|
-
"line":
|
1446
|
+
"line": 14,
|
1616
1447
|
"character": 44
|
1617
1448
|
},
|
1618
1449
|
"signature": "function useGraph(): {\n graph: GraphModel<NodeModel, EdgeModel> | undefined;\n error: GraphQlError | undefined;\n loading: boolean;\n idsLoading: boolean;\n graphLoading: boolean;\n}",
|
@@ -1645,7 +1476,7 @@
|
|
1645
1476
|
"__schema": "ExportSchema",
|
1646
1477
|
"location": {
|
1647
1478
|
"filePath": "index.ts",
|
1648
|
-
"line":
|
1479
|
+
"line": 14,
|
1649
1480
|
"character": 54
|
1650
1481
|
},
|
1651
1482
|
"signature": "function useGraphQuery(componentId?: string[], filter?: string): {\n graph: GraphModel<NodeModel, EdgeModel> | undefined;\n error: GraphQlError | undefined;\n loading: boolean;\n idsLoading: boolean;\n graphLoading: boolean;\n}",
|
@@ -1727,7 +1558,7 @@
|
|
1727
1558
|
"__schema": "ExportSchema",
|
1728
1559
|
"location": {
|
1729
1560
|
"filePath": "index.ts",
|
1730
|
-
"line":
|
1561
|
+
"line": 15,
|
1731
1562
|
"character": 20
|
1732
1563
|
},
|
1733
1564
|
"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}",
|
@@ -1759,7 +1590,7 @@
|
|
1759
1590
|
"__schema": "ExportSchema",
|
1760
1591
|
"location": {
|
1761
1592
|
"filePath": "index.ts",
|
1762
|
-
"line":
|
1593
|
+
"line": 15,
|
1763
1594
|
"character": 41
|
1764
1595
|
},
|
1765
1596
|
"signature": "const root: string",
|
@@ -1789,7 +1620,7 @@
|
|
1789
1620
|
"__schema": "ExportSchema",
|
1790
1621
|
"location": {
|
1791
1622
|
"filePath": "index.ts",
|
1792
|
-
"line":
|
1623
|
+
"line": 15,
|
1793
1624
|
"character": 47
|
1794
1625
|
},
|
1795
1626
|
"signature": "const defaultNode: string",
|
@@ -1819,7 +1650,7 @@
|
|
1819
1650
|
"__schema": "ExportSchema",
|
1820
1651
|
"location": {
|
1821
1652
|
"filePath": "index.ts",
|
1822
|
-
"line":
|
1653
|
+
"line": 15,
|
1823
1654
|
"character": 60
|
1824
1655
|
},
|
1825
1656
|
"signature": "const external: string",
|
@@ -1849,7 +1680,7 @@
|
|
1849
1680
|
"__schema": "ExportSchema",
|
1850
1681
|
"location": {
|
1851
1682
|
"filePath": "index.ts",
|
1852
|
-
"line":
|
1683
|
+
"line": 16,
|
1853
1684
|
"character": 15
|
1854
1685
|
},
|
1855
1686
|
"signature": "type RawGraph = {\n nodes: RawNode[];\n edges: [];\n}",
|
@@ -1894,8 +1725,7 @@
|
|
1894
1725
|
"line": 56,
|
1895
1726
|
"character": 10
|
1896
1727
|
},
|
1897
|
-
"name": "RawNode"
|
1898
|
-
"internalFilePath": "ui/query/get-graph.query.ts"
|
1728
|
+
"name": "RawNode"
|
1899
1729
|
}
|
1900
1730
|
},
|
1901
1731
|
"isOptional": false
|
@@ -1928,7 +1758,7 @@
|
|
1928
1758
|
"__schema": "ExportSchema",
|
1929
1759
|
"location": {
|
1930
1760
|
"filePath": "index.ts",
|
1931
|
-
"line":
|
1761
|
+
"line": 17,
|
1932
1762
|
"character": 15
|
1933
1763
|
},
|
1934
1764
|
"signature": "type CompIdGraph = Graph<ComponentID, DepEdgeType>",
|
@@ -1950,11 +1780,6 @@
|
|
1950
1780
|
"character": 27
|
1951
1781
|
},
|
1952
1782
|
"name": "Graph",
|
1953
|
-
"componentId": {
|
1954
|
-
"scope": "teambit.graph",
|
1955
|
-
"name": "cleargraph",
|
1956
|
-
"version": "0.0.11"
|
1957
|
-
},
|
1958
1783
|
"typeArgs": [
|
1959
1784
|
{
|
1960
1785
|
"__schema": "TypeRefSchema",
|
@@ -1963,12 +1788,7 @@
|
|
1963
1788
|
"line": 11,
|
1964
1789
|
"character": 33
|
1965
1790
|
},
|
1966
|
-
"name": "ComponentID"
|
1967
|
-
"componentId": {
|
1968
|
-
"scope": "teambit.component",
|
1969
|
-
"name": "component-id",
|
1970
|
-
"version": "1.2.2"
|
1971
|
-
}
|
1791
|
+
"name": "ComponentID"
|
1972
1792
|
},
|
1973
1793
|
{
|
1974
1794
|
"__schema": "TypeRefSchema",
|
@@ -1987,10 +1807,10 @@
|
|
1987
1807
|
"__schema": "ExportSchema",
|
1988
1808
|
"location": {
|
1989
1809
|
"filePath": "index.ts",
|
1990
|
-
"line":
|
1810
|
+
"line": 17,
|
1991
1811
|
"character": 28
|
1992
1812
|
},
|
1993
|
-
"signature": "type DepEdgeType = \"prod\" | \"dev\" | \"
|
1813
|
+
"signature": "type DepEdgeType = \"prod\" | \"dev\" | \"peer\" | \"ext\"",
|
1994
1814
|
"name": "DepEdgeType",
|
1995
1815
|
"exportNode": {
|
1996
1816
|
"__schema": "TypeSchema",
|
@@ -1999,7 +1819,7 @@
|
|
1999
1819
|
"line": 7,
|
2000
1820
|
"character": 1
|
2001
1821
|
},
|
2002
|
-
"signature": "type DepEdgeType = \"prod\" | \"dev\" | \"
|
1822
|
+
"signature": "type DepEdgeType = \"prod\" | \"dev\" | \"peer\" | \"ext\"",
|
2003
1823
|
"name": "DepEdgeType",
|
2004
1824
|
"type": {
|
2005
1825
|
"__schema": "TypeUnionSchema",
|
@@ -2053,7 +1873,7 @@
|
|
2053
1873
|
"__schema": "ExportSchema",
|
2054
1874
|
"location": {
|
2055
1875
|
"filePath": "index.ts",
|
2056
|
-
"line":
|
1876
|
+
"line": 17,
|
2057
1877
|
"character": 41
|
2058
1878
|
},
|
2059
1879
|
"signature": "class ComponentIdGraph",
|
@@ -2091,12 +1911,7 @@
|
|
2091
1911
|
"line": 15,
|
2092
1912
|
"character": 14
|
2093
1913
|
},
|
2094
|
-
"name": "ComponentID"
|
2095
|
-
"componentId": {
|
2096
|
-
"scope": "teambit.component",
|
2097
|
-
"name": "component-id",
|
2098
|
-
"version": "1.2.2"
|
2099
|
-
}
|
1914
|
+
"name": "ComponentID"
|
2100
1915
|
}
|
2101
1916
|
},
|
2102
1917
|
"isOptional": true,
|
@@ -2134,8 +1949,7 @@
|
|
2134
1949
|
"line": 16,
|
2135
1950
|
"character": 22
|
2136
1951
|
},
|
2137
|
-
"name": "ComponentIdNode"
|
2138
|
-
"internalFilePath": "component-id-graph.ts"
|
1952
|
+
"name": "ComponentIdNode"
|
2139
1953
|
}
|
2140
1954
|
},
|
2141
1955
|
"isOptional": true,
|
@@ -2164,8 +1978,7 @@
|
|
2164
1978
|
"line": 16,
|
2165
1979
|
"character": 53
|
2166
1980
|
},
|
2167
|
-
"name": "DependencyEdge"
|
2168
|
-
"internalFilePath": "component-id-graph.ts"
|
1981
|
+
"name": "DependencyEdge"
|
2169
1982
|
}
|
2170
1983
|
},
|
2171
1984
|
"isOptional": true,
|
@@ -2235,8 +2048,7 @@
|
|
2235
2048
|
"line": 34,
|
2236
2049
|
"character": 27
|
2237
2050
|
},
|
2238
|
-
"name": "ComponentIdNode"
|
2239
|
-
"internalFilePath": "component-id-graph.ts"
|
2051
|
+
"name": "ComponentIdNode"
|
2240
2052
|
}
|
2241
2053
|
},
|
2242
2054
|
"isOptional": true,
|
@@ -2265,8 +2077,7 @@
|
|
2265
2077
|
"line": 34,
|
2266
2078
|
"character": 58
|
2267
2079
|
},
|
2268
|
-
"name": "DependencyEdge"
|
2269
|
-
"internalFilePath": "component-id-graph.ts"
|
2080
|
+
"name": "DependencyEdge"
|
2270
2081
|
}
|
2271
2082
|
},
|
2272
2083
|
"isOptional": true,
|
@@ -2330,12 +2141,7 @@
|
|
2330
2141
|
"line": 49,
|
2331
2142
|
"character": 40
|
2332
2143
|
},
|
2333
|
-
"name": "ComponentID"
|
2334
|
-
"componentId": {
|
2335
|
-
"scope": "teambit.component",
|
2336
|
-
"name": "component-id",
|
2337
|
-
"version": "1.2.2"
|
2338
|
-
}
|
2144
|
+
"name": "ComponentID"
|
2339
2145
|
}
|
2340
2146
|
},
|
2341
2147
|
"isOptional": false,
|
@@ -2363,12 +2169,7 @@
|
|
2363
2169
|
"line": 49,
|
2364
2170
|
"character": 64
|
2365
2171
|
},
|
2366
|
-
"name": "ComponentID"
|
2367
|
-
"componentId": {
|
2368
|
-
"scope": "teambit.component",
|
2369
|
-
"name": "component-id",
|
2370
|
-
"version": "1.2.2"
|
2371
|
-
}
|
2172
|
+
"name": "ComponentID"
|
2372
2173
|
}
|
2373
2174
|
},
|
2374
2175
|
"isOptional": false,
|
@@ -2396,12 +2197,7 @@
|
|
2396
2197
|
"line": 49,
|
2397
2198
|
"character": 89
|
2398
2199
|
},
|
2399
|
-
"name": "ComponentID"
|
2400
|
-
"componentId": {
|
2401
|
-
"scope": "teambit.component",
|
2402
|
-
"name": "component-id",
|
2403
|
-
"version": "1.2.2"
|
2404
|
-
}
|
2200
|
+
"name": "ComponentID"
|
2405
2201
|
}
|
2406
2202
|
},
|
2407
2203
|
"isOptional": true,
|
@@ -2422,12 +2218,7 @@
|
|
2422
2218
|
"line": 49,
|
2423
2219
|
"character": 105
|
2424
2220
|
},
|
2425
|
-
"name": "ComponentID"
|
2426
|
-
"componentId": {
|
2427
|
-
"scope": "teambit.component",
|
2428
|
-
"name": "component-id",
|
2429
|
-
"version": "1.2.2"
|
2430
|
-
}
|
2221
|
+
"name": "ComponentID"
|
2431
2222
|
}
|
2432
2223
|
},
|
2433
2224
|
"modifiers": []
|
@@ -2475,12 +2266,7 @@
|
|
2475
2266
|
"line": 92,
|
2476
2267
|
"character": 14
|
2477
2268
|
},
|
2478
|
-
"name": "ComponentID"
|
2479
|
-
"componentId": {
|
2480
|
-
"scope": "teambit.component",
|
2481
|
-
"name": "component-id",
|
2482
|
-
"version": "1.2.2"
|
2483
|
-
}
|
2269
|
+
"name": "ComponentID"
|
2484
2270
|
}
|
2485
2271
|
},
|
2486
2272
|
"isOptional": false,
|
@@ -2508,12 +2294,7 @@
|
|
2508
2294
|
"line": 93,
|
2509
2295
|
"character": 14
|
2510
2296
|
},
|
2511
|
-
"name": "ComponentID"
|
2512
|
-
"componentId": {
|
2513
|
-
"scope": "teambit.component",
|
2514
|
-
"name": "component-id",
|
2515
|
-
"version": "1.2.2"
|
2516
|
-
}
|
2297
|
+
"name": "ComponentID"
|
2517
2298
|
}
|
2518
2299
|
},
|
2519
2300
|
"isOptional": false,
|
@@ -2541,12 +2322,7 @@
|
|
2541
2322
|
"line": 94,
|
2542
2323
|
"character": 15
|
2543
2324
|
},
|
2544
|
-
"name": "ComponentID"
|
2545
|
-
"componentId": {
|
2546
|
-
"scope": "teambit.component",
|
2547
|
-
"name": "component-id",
|
2548
|
-
"version": "1.2.2"
|
2549
|
-
}
|
2325
|
+
"name": "ComponentID"
|
2550
2326
|
}
|
2551
2327
|
},
|
2552
2328
|
"isOptional": true,
|
@@ -2696,11 +2472,6 @@
|
|
2696
2472
|
"character": 30
|
2697
2473
|
},
|
2698
2474
|
"name": "Graph",
|
2699
|
-
"componentId": {
|
2700
|
-
"scope": "teambit.graph",
|
2701
|
-
"name": "cleargraph",
|
2702
|
-
"version": "0.0.11"
|
2703
|
-
},
|
2704
2475
|
"typeArgs": [
|
2705
2476
|
{
|
2706
2477
|
"__schema": "TypeRefSchema",
|
@@ -2709,12 +2480,7 @@
|
|
2709
2480
|
"line": 167,
|
2710
2481
|
"character": 36
|
2711
2482
|
},
|
2712
|
-
"name": "ComponentID"
|
2713
|
-
"componentId": {
|
2714
|
-
"scope": "teambit.component",
|
2715
|
-
"name": "component-id",
|
2716
|
-
"version": "1.2.2"
|
2717
|
-
}
|
2483
|
+
"name": "ComponentID"
|
2718
2484
|
},
|
2719
2485
|
{
|
2720
2486
|
"__schema": "TypeRefSchema",
|
@@ -2817,12 +2583,7 @@
|
|
2817
2583
|
"line": 177,
|
2818
2584
|
"character": 27
|
2819
2585
|
},
|
2820
|
-
"name": "ComponentID"
|
2821
|
-
"componentId": {
|
2822
|
-
"scope": "teambit.component",
|
2823
|
-
"name": "component-id",
|
2824
|
-
"version": "1.2.2"
|
2825
|
-
}
|
2586
|
+
"name": "ComponentID"
|
2826
2587
|
},
|
2827
2588
|
"isOptional": false,
|
2828
2589
|
"isSpread": false
|
@@ -2842,12 +2603,7 @@
|
|
2842
2603
|
"line": 177,
|
2843
2604
|
"character": 41
|
2844
2605
|
},
|
2845
|
-
"name": "DependenciesInfo"
|
2846
|
-
"componentId": {
|
2847
|
-
"scope": "teambit.legacy",
|
2848
|
-
"name": "dependency-graph",
|
2849
|
-
"version": "0.0.10"
|
2850
|
-
}
|
2606
|
+
"name": "DependenciesInfo"
|
2851
2607
|
}
|
2852
2608
|
},
|
2853
2609
|
"modifiers": []
|
@@ -2932,12 +2688,7 @@
|
|
2932
2688
|
"line": 13,
|
2933
2689
|
"character": 45
|
2934
2690
|
},
|
2935
|
-
"name": "ComponentID"
|
2936
|
-
"componentId": {
|
2937
|
-
"scope": "teambit.component",
|
2938
|
-
"name": "component-id",
|
2939
|
-
"version": "1.2.2"
|
2940
|
-
}
|
2691
|
+
"name": "ComponentID"
|
2941
2692
|
},
|
2942
2693
|
{
|
2943
2694
|
"__schema": "TypeRefSchema",
|
@@ -2961,7 +2712,7 @@
|
|
2961
2712
|
"_legacy": {
|
2962
2713
|
"scope": "teambit.component",
|
2963
2714
|
"name": "graph",
|
2964
|
-
"version": "1.0.
|
2715
|
+
"version": "1.0.497"
|
2965
2716
|
},
|
2966
2717
|
"_scope": "teambit.component"
|
2967
2718
|
}
|
@@ -2975,7 +2726,7 @@
|
|
2975
2726
|
"__schema": "ExportSchema",
|
2976
2727
|
"location": {
|
2977
2728
|
"filePath": "index.ts",
|
2978
|
-
"line":
|
2729
|
+
"line": 18,
|
2979
2730
|
"character": 15
|
2980
2731
|
},
|
2981
2732
|
"signature": "class ComponentGraph",
|
@@ -3013,11 +2764,7 @@
|
|
3013
2764
|
"line": 13,
|
3014
2765
|
"character": 14
|
3015
2766
|
},
|
3016
|
-
"name": "ComponentID"
|
3017
|
-
"componentId": {
|
3018
|
-
"scope": "teambit.component",
|
3019
|
-
"name": "component"
|
3020
|
-
}
|
2767
|
+
"name": "ComponentID"
|
3021
2768
|
}
|
3022
2769
|
},
|
3023
2770
|
"isOptional": true,
|
@@ -3055,8 +2802,7 @@
|
|
3055
2802
|
"line": 14,
|
3056
2803
|
"character": 22
|
3057
2804
|
},
|
3058
|
-
"name": "ComponentNode"
|
3059
|
-
"internalFilePath": "component-graph/component-graph.ts"
|
2805
|
+
"name": "ComponentNode"
|
3060
2806
|
}
|
3061
2807
|
},
|
3062
2808
|
"isOptional": true,
|
@@ -3085,8 +2831,7 @@
|
|
3085
2831
|
"line": 14,
|
3086
2832
|
"character": 51
|
3087
2833
|
},
|
3088
|
-
"name": "DependencyEdge"
|
3089
|
-
"internalFilePath": "component-graph/component-graph.ts"
|
2834
|
+
"name": "DependencyEdge"
|
3090
2835
|
}
|
3091
2836
|
},
|
3092
2837
|
"isOptional": true,
|
@@ -3137,8 +2882,7 @@
|
|
3137
2882
|
"line": 18,
|
3138
2883
|
"character": 27
|
3139
2884
|
},
|
3140
|
-
"name": "ComponentNode"
|
3141
|
-
"internalFilePath": "component-graph/component-graph.ts"
|
2885
|
+
"name": "ComponentNode"
|
3142
2886
|
}
|
3143
2887
|
},
|
3144
2888
|
"isOptional": true,
|
@@ -3167,8 +2911,7 @@
|
|
3167
2911
|
"line": 18,
|
3168
2912
|
"character": 56
|
3169
2913
|
},
|
3170
|
-
"name": "DependencyEdge"
|
3171
|
-
"internalFilePath": "component-graph/component-graph.ts"
|
2914
|
+
"name": "DependencyEdge"
|
3172
2915
|
}
|
3173
2916
|
},
|
3174
2917
|
"isOptional": true,
|
@@ -3336,11 +3079,6 @@
|
|
3336
3079
|
"character": 30
|
3337
3080
|
},
|
3338
3081
|
"name": "Graph",
|
3339
|
-
"componentId": {
|
3340
|
-
"scope": "teambit.graph",
|
3341
|
-
"name": "cleargraph",
|
3342
|
-
"version": "0.0.11"
|
3343
|
-
},
|
3344
3082
|
"typeArgs": [
|
3345
3083
|
{
|
3346
3084
|
"__schema": "TypeRefSchema",
|
@@ -3349,11 +3087,7 @@
|
|
3349
3087
|
"line": 68,
|
3350
3088
|
"character": 36
|
3351
3089
|
},
|
3352
|
-
"name": "Component"
|
3353
|
-
"componentId": {
|
3354
|
-
"scope": "teambit.component",
|
3355
|
-
"name": "component"
|
3356
|
-
}
|
3090
|
+
"name": "Component"
|
3357
3091
|
},
|
3358
3092
|
{
|
3359
3093
|
"__schema": "TypeRefSchema",
|
@@ -3449,11 +3183,7 @@
|
|
3449
3183
|
"line": 12,
|
3450
3184
|
"character": 43
|
3451
3185
|
},
|
3452
|
-
"name": "Component"
|
3453
|
-
"componentId": {
|
3454
|
-
"scope": "teambit.component",
|
3455
|
-
"name": "component"
|
3456
|
-
}
|
3186
|
+
"name": "Component"
|
3457
3187
|
},
|
3458
3188
|
{
|
3459
3189
|
"__schema": "TypeRefSchema",
|
@@ -3477,7 +3207,7 @@
|
|
3477
3207
|
"_legacy": {
|
3478
3208
|
"scope": "teambit.component",
|
3479
3209
|
"name": "graph",
|
3480
|
-
"version": "1.0.
|
3210
|
+
"version": "1.0.497"
|
3481
3211
|
},
|
3482
3212
|
"_scope": "teambit.component"
|
3483
3213
|
}
|
@@ -3491,7 +3221,7 @@
|
|
3491
3221
|
"__schema": "ExportSchema",
|
3492
3222
|
"location": {
|
3493
3223
|
"filePath": "index.ts",
|
3494
|
-
"line":
|
3224
|
+
"line": 19,
|
3495
3225
|
"character": 15
|
3496
3226
|
},
|
3497
3227
|
"signature": "type ComponentWidget = React.ComponentClass<ComponentWidgetProps, any> | React.FunctionComponent<ComponentWidgetProps>",
|
@@ -3513,7 +3243,6 @@
|
|
3513
3243
|
"character": 31
|
3514
3244
|
},
|
3515
3245
|
"name": "ComponentType",
|
3516
|
-
"packageName": "react",
|
3517
3246
|
"typeArgs": [
|
3518
3247
|
{
|
3519
3248
|
"__schema": "TypeRefSchema",
|
@@ -3532,7 +3261,7 @@
|
|
3532
3261
|
"__schema": "ExportSchema",
|
3533
3262
|
"location": {
|
3534
3263
|
"filePath": "index.ts",
|
3535
|
-
"line":
|
3264
|
+
"line": 19,
|
3536
3265
|
"character": 32
|
3537
3266
|
},
|
3538
3267
|
"signature": "interface ComponentWidgetProps",
|
@@ -3604,7 +3333,7 @@
|
|
3604
3333
|
"_legacy": {
|
3605
3334
|
"scope": "teambit.component",
|
3606
3335
|
"name": "graph",
|
3607
|
-
"version": "1.0.
|
3336
|
+
"version": "1.0.497"
|
3608
3337
|
},
|
3609
3338
|
"_scope": "teambit.component"
|
3610
3339
|
}
|
@@ -3617,7 +3346,7 @@
|
|
3617
3346
|
"__schema": "ExportSchema",
|
3618
3347
|
"location": {
|
3619
3348
|
"filePath": "index.ts",
|
3620
|
-
"line":
|
3349
|
+
"line": 19,
|
3621
3350
|
"character": 54
|
3622
3351
|
},
|
3623
3352
|
"signature": "type ComponentWidgetSlot = SlotRegistry<ComponentWidget>",
|
@@ -3639,11 +3368,6 @@
|
|
3639
3368
|
"character": 35
|
3640
3369
|
},
|
3641
3370
|
"name": "SlotRegistry",
|
3642
|
-
"componentId": {
|
3643
|
-
"scope": "teambit.harmony",
|
3644
|
-
"name": "harmony",
|
3645
|
-
"version": "0.4.6"
|
3646
|
-
},
|
3647
3371
|
"typeArgs": [
|
3648
3372
|
{
|
3649
3373
|
"__schema": "TypeRefSchema",
|
@@ -3662,7 +3386,7 @@
|
|
3662
3386
|
"__schema": "ExportSchema",
|
3663
3387
|
"location": {
|
3664
3388
|
"filePath": "index.ts",
|
3665
|
-
"line":
|
3389
|
+
"line": 19,
|
3666
3390
|
"character": 75
|
3667
3391
|
},
|
3668
3392
|
"signature": "class GraphUI",
|
@@ -3933,11 +3657,7 @@
|
|
3933
3657
|
"line": 46,
|
3934
3658
|
"character": 39
|
3935
3659
|
},
|
3936
|
-
"name": "ComponentUI"
|
3937
|
-
"componentId": {
|
3938
|
-
"scope": "teambit.component",
|
3939
|
-
"name": "component"
|
3940
|
-
}
|
3660
|
+
"name": "ComponentUI"
|
3941
3661
|
},
|
3942
3662
|
{
|
3943
3663
|
"__schema": "TypeRefSchema",
|
@@ -3946,11 +3666,7 @@
|
|
3946
3666
|
"line": 46,
|
3947
3667
|
"character": 52
|
3948
3668
|
},
|
3949
|
-
"name": "ComponentCompareUI"
|
3950
|
-
"componentId": {
|
3951
|
-
"scope": "teambit.component",
|
3952
|
-
"name": "component-compare"
|
3953
|
-
}
|
3669
|
+
"name": "ComponentCompareUI"
|
3954
3670
|
}
|
3955
3671
|
]
|
3956
3672
|
},
|
@@ -3972,8 +3688,7 @@
|
|
3972
3688
|
"line": 47,
|
3973
3689
|
"character": 13
|
3974
3690
|
},
|
3975
|
-
"name": "GraphUIConfig"
|
3976
|
-
"internalFilePath": "graph.ui.runtime.tsx"
|
3691
|
+
"name": "GraphUIConfig"
|
3977
3692
|
},
|
3978
3693
|
"isOptional": false,
|
3979
3694
|
"isSpread": false
|
@@ -4032,7 +3747,7 @@
|
|
4032
3747
|
"__schema": "ExportSchema",
|
4033
3748
|
"location": {
|
4034
3749
|
"filePath": "index.ts",
|
4035
|
-
"line":
|
3750
|
+
"line": 20,
|
4036
3751
|
"character": 10
|
4037
3752
|
},
|
4038
3753
|
"signature": "enum EdgeType",
|
@@ -4087,7 +3802,7 @@
|
|
4087
3802
|
"__schema": "ExportSchema",
|
4088
3803
|
"location": {
|
4089
3804
|
"filePath": "index.ts",
|
4090
|
-
"line":
|
3805
|
+
"line": 21,
|
4091
3806
|
"character": 15
|
4092
3807
|
},
|
4093
3808
|
"signature": "class GraphBuilder",
|
@@ -4127,11 +3842,7 @@
|
|
4127
3842
|
"line": 12,
|
4128
3843
|
"character": 40
|
4129
3844
|
},
|
4130
|
-
"name": "ComponentMain"
|
4131
|
-
"componentId": {
|
4132
|
-
"scope": "teambit.component",
|
4133
|
-
"name": "component"
|
4134
|
-
}
|
3845
|
+
"name": "ComponentMain"
|
4135
3846
|
},
|
4136
3847
|
"isOptional": false,
|
4137
3848
|
"isSpread": false
|
@@ -4191,11 +3902,7 @@
|
|
4191
3902
|
"line": 17,
|
4192
3903
|
"character": 24
|
4193
3904
|
},
|
4194
|
-
"name": "ComponentID"
|
4195
|
-
"componentId": {
|
4196
|
-
"scope": "teambit.component",
|
4197
|
-
"name": "component"
|
4198
|
-
}
|
3905
|
+
"name": "ComponentID"
|
4199
3906
|
}
|
4200
3907
|
},
|
4201
3908
|
"isOptional": true,
|
@@ -4216,8 +3923,7 @@
|
|
4216
3923
|
"line": 17,
|
4217
3924
|
"character": 45
|
4218
3925
|
},
|
4219
|
-
"name": "GetGraphOpts"
|
4220
|
-
"internalFilePath": "graph-builder.ts"
|
3926
|
+
"name": "GetGraphOpts"
|
4221
3927
|
},
|
4222
3928
|
"isOptional": true,
|
4223
3929
|
"defaultValue": "{}",
|
@@ -4280,11 +3986,7 @@
|
|
4280
3986
|
"line": 26,
|
4281
3987
|
"character": 27
|
4282
3988
|
},
|
4283
|
-
"name": "ComponentID"
|
4284
|
-
"componentId": {
|
4285
|
-
"scope": "teambit.component",
|
4286
|
-
"name": "component"
|
4287
|
-
}
|
3989
|
+
"name": "ComponentID"
|
4288
3990
|
}
|
4289
3991
|
},
|
4290
3992
|
"isOptional": true,
|
@@ -4305,8 +4007,7 @@
|
|
4305
4007
|
"line": 26,
|
4306
4008
|
"character": 48
|
4307
4009
|
},
|
4308
|
-
"name": "GetGraphOpts"
|
4309
|
-
"internalFilePath": "graph-builder.ts"
|
4010
|
+
"name": "GetGraphOpts"
|
4310
4011
|
},
|
4311
4012
|
"isOptional": true,
|
4312
4013
|
"defaultValue": "{}",
|
@@ -4346,7 +4047,7 @@
|
|
4346
4047
|
"__schema": "ExportSchema",
|
4347
4048
|
"location": {
|
4348
4049
|
"filePath": "index.ts",
|
4349
|
-
"line":
|
4050
|
+
"line": 22,
|
4350
4051
|
"character": 15
|
4351
4052
|
},
|
4352
4053
|
"signature": "type GraphFilter = \"runtimeOnly\" | undefined",
|
@@ -4394,7 +4095,7 @@
|
|
4394
4095
|
"__schema": "ExportSchema",
|
4395
4096
|
"location": {
|
4396
4097
|
"filePath": "index.ts",
|
4397
|
-
"line":
|
4098
|
+
"line": 23,
|
4398
4099
|
"character": 15
|
4399
4100
|
},
|
4400
4101
|
"signature": "class GraphMain",
|
@@ -4434,11 +4135,7 @@
|
|
4434
4135
|
"line": 14,
|
4435
4136
|
"character": 30
|
4436
4137
|
},
|
4437
|
-
"name": "ComponentMain"
|
4438
|
-
"componentId": {
|
4439
|
-
"scope": "teambit.component",
|
4440
|
-
"name": "component"
|
4441
|
-
}
|
4138
|
+
"name": "ComponentMain"
|
4442
4139
|
},
|
4443
4140
|
"isOptional": false,
|
4444
4141
|
"isSpread": false
|
@@ -4458,11 +4155,7 @@
|
|
4458
4155
|
"line": 15,
|
4459
4156
|
"character": 21
|
4460
4157
|
},
|
4461
|
-
"name": "Logger"
|
4462
|
-
"componentId": {
|
4463
|
-
"scope": "teambit.harmony",
|
4464
|
-
"name": "logger"
|
4465
|
-
}
|
4158
|
+
"name": "Logger"
|
4466
4159
|
},
|
4467
4160
|
"isOptional": false,
|
4468
4161
|
"isSpread": false
|
@@ -4522,11 +4215,7 @@
|
|
4522
4215
|
"line": 21,
|
4523
4216
|
"character": 24
|
4524
4217
|
},
|
4525
|
-
"name": "ComponentID"
|
4526
|
-
"componentId": {
|
4527
|
-
"scope": "teambit.component",
|
4528
|
-
"name": "component"
|
4529
|
-
}
|
4218
|
+
"name": "ComponentID"
|
4530
4219
|
}
|
4531
4220
|
},
|
4532
4221
|
"isOptional": true,
|
@@ -4547,8 +4236,7 @@
|
|
4547
4236
|
"line": 21,
|
4548
4237
|
"character": 45
|
4549
4238
|
},
|
4550
|
-
"name": "GetGraphOpts"
|
4551
|
-
"internalFilePath": "graph-builder.ts"
|
4239
|
+
"name": "GetGraphOpts"
|
4552
4240
|
},
|
4553
4241
|
"isOptional": true,
|
4554
4242
|
"defaultValue": "{}",
|
@@ -4611,11 +4299,7 @@
|
|
4611
4299
|
"line": 26,
|
4612
4300
|
"character": 27
|
4613
4301
|
},
|
4614
|
-
"name": "ComponentID"
|
4615
|
-
"componentId": {
|
4616
|
-
"scope": "teambit.component",
|
4617
|
-
"name": "component"
|
4618
|
-
}
|
4302
|
+
"name": "ComponentID"
|
4619
4303
|
}
|
4620
4304
|
},
|
4621
4305
|
"isOptional": true,
|
@@ -4636,8 +4320,7 @@
|
|
4636
4320
|
"line": 26,
|
4637
4321
|
"character": 48
|
4638
4322
|
},
|
4639
|
-
"name": "GetGraphOpts"
|
4640
|
-
"internalFilePath": "graph-builder.ts"
|
4323
|
+
"name": "GetGraphOpts"
|
4641
4324
|
},
|
4642
4325
|
"isOptional": true,
|
4643
4326
|
"defaultValue": "{}",
|
@@ -4764,11 +4447,7 @@
|
|
4764
4447
|
"line": 35,
|
4765
4448
|
"character": 5
|
4766
4449
|
},
|
4767
|
-
"name": "GraphqlMain"
|
4768
|
-
"componentId": {
|
4769
|
-
"scope": "teambit.harmony",
|
4770
|
-
"name": "graphql"
|
4771
|
-
}
|
4450
|
+
"name": "GraphqlMain"
|
4772
4451
|
},
|
4773
4452
|
{
|
4774
4453
|
"__schema": "TypeRefSchema",
|
@@ -4777,11 +4456,7 @@
|
|
4777
4456
|
"line": 36,
|
4778
4457
|
"character": 5
|
4779
4458
|
},
|
4780
|
-
"name": "ComponentMain"
|
4781
|
-
"componentId": {
|
4782
|
-
"scope": "teambit.component",
|
4783
|
-
"name": "component"
|
4784
|
-
}
|
4459
|
+
"name": "ComponentMain"
|
4785
4460
|
},
|
4786
4461
|
{
|
4787
4462
|
"__schema": "TypeRefSchema",
|
@@ -4790,11 +4465,7 @@
|
|
4790
4465
|
"line": 37,
|
4791
4466
|
"character": 5
|
4792
4467
|
},
|
4793
|
-
"name": "CLIMain"
|
4794
|
-
"componentId": {
|
4795
|
-
"scope": "teambit.harmony",
|
4796
|
-
"name": "cli"
|
4797
|
-
}
|
4468
|
+
"name": "CLIMain"
|
4798
4469
|
},
|
4799
4470
|
{
|
4800
4471
|
"__schema": "TypeRefSchema",
|
@@ -4803,11 +4474,7 @@
|
|
4803
4474
|
"line": 38,
|
4804
4475
|
"character": 5
|
4805
4476
|
},
|
4806
|
-
"name": "LoggerMain"
|
4807
|
-
"componentId": {
|
4808
|
-
"scope": "teambit.harmony",
|
4809
|
-
"name": "logger"
|
4810
|
-
}
|
4477
|
+
"name": "LoggerMain"
|
4811
4478
|
}
|
4812
4479
|
]
|
4813
4480
|
},
|
@@ -4838,7 +4505,7 @@
|
|
4838
4505
|
"__schema": "ExportSchema",
|
4839
4506
|
"location": {
|
4840
4507
|
"filePath": "index.ts",
|
4841
|
-
"line":
|
4508
|
+
"line": 24,
|
4842
4509
|
"character": 15
|
4843
4510
|
},
|
4844
4511
|
"signature": "type VersionSubgraph = {\n versionId: string;\n subGraph: ComponentGraph;\n immediateDependents: string[];\n}",
|
@@ -4877,468 +4544,111 @@
|
|
4877
4544
|
"character": 14
|
4878
4545
|
},
|
4879
4546
|
"name": "string"
|
4880
|
-
},
|
4881
|
-
"isOptional": false
|
4882
|
-
},
|
4883
|
-
{
|
4884
|
-
"__schema": "VariableLikeSchema",
|
4885
|
-
"location": {
|
4886
|
-
"filePath": "duplicate-dependency.ts",
|
4887
|
-
"line": 16,
|
4888
|
-
"character": 3
|
4889
|
-
},
|
4890
|
-
"signature": "(property) subGraph: ComponentGraph",
|
4891
|
-
"name": "subGraph",
|
4892
|
-
"type": {
|
4893
|
-
"__schema": "TypeRefSchema",
|
4894
|
-
"location": {
|
4895
|
-
"filePath": "duplicate-dependency.ts",
|
4896
|
-
"line": 16,
|
4897
|
-
"character": 3
|
4898
|
-
},
|
4899
|
-
"name": "ComponentGraph"
|
4900
|
-
},
|
4901
|
-
"isOptional": false
|
4902
|
-
},
|
4903
|
-
{
|
4904
|
-
"__schema": "VariableLikeSchema",
|
4905
|
-
"location": {
|
4906
|
-
"filePath": "duplicate-dependency.ts",
|
4907
|
-
"line": 17,
|
4908
|
-
"character": 3
|
4909
|
-
},
|
4910
|
-
"signature": "(property) immediateDependents: string[]",
|
4911
|
-
"name": "immediateDependents",
|
4912
|
-
"type": {
|
4913
|
-
"__schema": "TypeArraySchema",
|
4914
|
-
"location": {
|
4915
|
-
"filePath": "duplicate-dependency.ts",
|
4916
|
-
"line": 17,
|
4917
|
-
"character": 24
|
4918
|
-
},
|
4919
|
-
"type": {
|
4920
|
-
"__schema": "KeywordTypeSchema",
|
4921
|
-
"location": {
|
4922
|
-
"filePath": "duplicate-dependency.ts",
|
4923
|
-
"line": 17,
|
4924
|
-
"character": 24
|
4925
|
-
},
|
4926
|
-
"name": "string"
|
4927
|
-
}
|
4928
|
-
},
|
4929
|
-
"isOptional": false
|
4930
|
-
}
|
4931
|
-
]
|
4932
|
-
}
|
4933
|
-
}
|
4934
|
-
}
|
4935
|
-
],
|
4936
|
-
"internals": []
|
4937
|
-
},
|
4938
|
-
"internals": [
|
4939
|
-
{
|
4940
|
-
"__schema": "ModuleSchema",
|
4941
|
-
"location": {
|
4942
|
-
"filePath": "graph.aspect.ts",
|
4943
|
-
"line": 1,
|
4944
|
-
"character": 1
|
4945
|
-
},
|
4946
|
-
"exports": [
|
4947
|
-
{
|
4948
|
-
"__schema": "VariableLikeSchema",
|
4949
|
-
"location": {
|
4950
|
-
"filePath": "graph.aspect.ts",
|
4951
|
-
"line": 3,
|
4952
|
-
"character": 14
|
4953
|
-
},
|
4954
|
-
"signature": "const GraphAspect: Aspect",
|
4955
|
-
"name": "GraphAspect",
|
4956
|
-
"type": {
|
4957
|
-
"__schema": "TypeRefSchema",
|
4958
|
-
"location": {
|
4959
|
-
"filePath": "graph.aspect.ts",
|
4960
|
-
"line": 3,
|
4961
|
-
"character": 14
|
4962
|
-
},
|
4963
|
-
"name": "Aspect",
|
4964
|
-
"componentId": {
|
4965
|
-
"scope": "teambit.harmony",
|
4966
|
-
"name": "harmony",
|
4967
|
-
"version": "0.4.6"
|
4968
|
-
}
|
4969
|
-
},
|
4970
|
-
"isOptional": false,
|
4971
|
-
"defaultValue": "Aspect.create({\n id: 'teambit.component/graph',\n dependencies: [],\n defaultConfig: {},\n})"
|
4972
|
-
},
|
4973
|
-
{
|
4974
|
-
"__schema": "UnImplementedSchema",
|
4975
|
-
"location": {
|
4976
|
-
"filePath": "graph.aspect.ts",
|
4977
|
-
"line": 9,
|
4978
|
-
"character": 16
|
4979
|
-
},
|
4980
|
-
"name": "GraphAspect",
|
4981
|
-
"type": "Identifier"
|
4982
|
-
}
|
4983
|
-
],
|
4984
|
-
"internals": []
|
4985
|
-
},
|
4986
|
-
{
|
4987
|
-
"__schema": "ModuleSchema",
|
4988
|
-
"location": {
|
4989
|
-
"filePath": "object-list-to-graph.ts",
|
4990
|
-
"line": 1,
|
4991
|
-
"character": 1
|
4992
|
-
},
|
4993
|
-
"exports": [
|
4994
|
-
{
|
4995
|
-
"__schema": "ClassSchema",
|
4996
|
-
"location": {
|
4997
|
-
"filePath": "object-list-to-graph.ts",
|
4998
|
-
"line": 12,
|
4999
|
-
"character": 1
|
5000
|
-
},
|
5001
|
-
"signature": "class IdGraph",
|
5002
|
-
"name": "IdGraph",
|
5003
|
-
"members": [
|
5004
|
-
{
|
5005
|
-
"__schema": "ConstructorSchema",
|
5006
|
-
"location": {
|
5007
|
-
"filePath": "object-list-to-graph.ts",
|
5008
|
-
"line": 13,
|
5009
|
-
"character": 3
|
5010
|
-
},
|
5011
|
-
"signature": "constructor IdGraph(nodes?: BitIdNode[], edges?: DependencyEdge[]): IdGraph",
|
5012
|
-
"name": "constructor",
|
5013
|
-
"params": [
|
5014
|
-
{
|
5015
|
-
"__schema": "ParameterSchema",
|
5016
|
-
"location": {
|
5017
|
-
"filePath": "object-list-to-graph.ts",
|
5018
|
-
"line": 13,
|
5019
|
-
"character": 15
|
5020
|
-
},
|
5021
|
-
"name": "nodes",
|
5022
|
-
"type": {
|
5023
|
-
"__schema": "TypeArraySchema",
|
5024
|
-
"location": {
|
5025
|
-
"filePath": "object-list-to-graph.ts",
|
5026
|
-
"line": 13,
|
5027
|
-
"character": 22
|
5028
|
-
},
|
5029
|
-
"type": {
|
5030
|
-
"__schema": "TypeRefSchema",
|
5031
|
-
"location": {
|
5032
|
-
"filePath": "object-list-to-graph.ts",
|
5033
|
-
"line": 13,
|
5034
|
-
"character": 22
|
5035
|
-
},
|
5036
|
-
"name": "BitIdNode",
|
5037
|
-
"internalFilePath": "object-list-to-graph.ts"
|
5038
|
-
}
|
5039
|
-
},
|
5040
|
-
"isOptional": true,
|
5041
|
-
"defaultValue": "[]",
|
5042
|
-
"isSpread": false
|
5043
|
-
},
|
5044
|
-
{
|
5045
|
-
"__schema": "ParameterSchema",
|
5046
|
-
"location": {
|
5047
|
-
"filePath": "object-list-to-graph.ts",
|
5048
|
-
"line": 13,
|
5049
|
-
"character": 40
|
5050
|
-
},
|
5051
|
-
"name": "edges",
|
5052
|
-
"type": {
|
5053
|
-
"__schema": "TypeArraySchema",
|
5054
|
-
"location": {
|
5055
|
-
"filePath": "object-list-to-graph.ts",
|
5056
|
-
"line": 13,
|
5057
|
-
"character": 47
|
5058
|
-
},
|
5059
|
-
"type": {
|
5060
|
-
"__schema": "TypeRefSchema",
|
5061
|
-
"location": {
|
5062
|
-
"filePath": "object-list-to-graph.ts",
|
5063
|
-
"line": 13,
|
5064
|
-
"character": 47
|
5065
|
-
},
|
5066
|
-
"name": "DependencyEdge",
|
5067
|
-
"internalFilePath": "object-list-to-graph.ts"
|
5068
|
-
}
|
5069
|
-
},
|
5070
|
-
"isOptional": true,
|
5071
|
-
"defaultValue": "[]",
|
5072
|
-
"isSpread": false
|
5073
|
-
}
|
5074
|
-
],
|
5075
|
-
"returnType": {
|
5076
|
-
"__schema": "ThisTypeSchema",
|
5077
|
-
"location": {
|
5078
|
-
"filePath": "object-list-to-graph.ts",
|
5079
|
-
"line": 12,
|
5080
|
-
"character": 1
|
5081
|
-
},
|
5082
|
-
"name": "IdGraph"
|
5083
|
-
},
|
5084
|
-
"modifiers": []
|
5085
|
-
}
|
5086
|
-
],
|
5087
|
-
"extendsNodes": [
|
5088
|
-
{
|
5089
|
-
"__schema": "ExpressionWithTypeArgumentsSchema",
|
5090
|
-
"location": {
|
5091
|
-
"filePath": "object-list-to-graph.ts",
|
5092
|
-
"line": 12,
|
5093
|
-
"character": 30
|
5094
|
-
},
|
5095
|
-
"name": "extends Graph<ComponentID, Dependency>",
|
5096
|
-
"typeArgs": [
|
5097
|
-
{
|
5098
|
-
"__schema": "TypeRefSchema",
|
5099
|
-
"location": {
|
5100
|
-
"filePath": "object-list-to-graph.ts",
|
5101
|
-
"line": 12,
|
5102
|
-
"character": 36
|
5103
|
-
},
|
5104
|
-
"name": "ComponentID",
|
5105
|
-
"componentId": {
|
5106
|
-
"scope": "teambit.component",
|
5107
|
-
"name": "component-id",
|
5108
|
-
"version": "1.2.2"
|
5109
|
-
}
|
5110
|
-
},
|
5111
|
-
{
|
5112
|
-
"__schema": "TypeRefSchema",
|
5113
|
-
"location": {
|
5114
|
-
"filePath": "object-list-to-graph.ts",
|
5115
|
-
"line": 12,
|
5116
|
-
"character": 49
|
5117
|
-
},
|
5118
|
-
"name": "Dependency"
|
5119
|
-
}
|
5120
|
-
],
|
5121
|
-
"expression": {
|
5122
|
-
"__schema": "TypeRefSchema",
|
5123
|
-
"location": {
|
5124
|
-
"filePath": "object-list-to-graph.ts",
|
5125
|
-
"line": 12,
|
5126
|
-
"character": 30
|
5127
|
-
},
|
5128
|
-
"name": "Graph<N,",
|
5129
|
-
"componentId": {
|
5130
|
-
"_legacy": {
|
5131
|
-
"scope": "teambit.component",
|
5132
|
-
"name": "graph",
|
5133
|
-
"version": "1.0.495"
|
5134
|
-
},
|
5135
|
-
"_scope": "teambit.component"
|
5136
|
-
}
|
5137
|
-
}
|
5138
|
-
}
|
5139
|
-
],
|
5140
|
-
"implementNodes": []
|
5141
|
-
},
|
5142
|
-
{
|
5143
|
-
"__schema": "FunctionLikeSchema",
|
5144
|
-
"location": {
|
5145
|
-
"filePath": "object-list-to-graph.ts",
|
5146
|
-
"line": 18,
|
5147
|
-
"character": 1
|
5148
|
-
},
|
5149
|
-
"signature": "function objectListToGraph(objectList: ObjectList): Promise<IdGraph>",
|
5150
|
-
"name": "objectListToGraph",
|
5151
|
-
"params": [
|
5152
|
-
{
|
5153
|
-
"__schema": "ParameterSchema",
|
5154
|
-
"location": {
|
5155
|
-
"filePath": "object-list-to-graph.ts",
|
5156
|
-
"line": 18,
|
5157
|
-
"character": 41
|
5158
|
-
},
|
5159
|
-
"name": "objectList",
|
5160
|
-
"type": {
|
5161
|
-
"__schema": "TypeRefSchema",
|
5162
|
-
"location": {
|
5163
|
-
"filePath": "object-list-to-graph.ts",
|
5164
|
-
"line": 18,
|
5165
|
-
"character": 53
|
5166
|
-
},
|
5167
|
-
"name": "ObjectList",
|
5168
|
-
"componentId": {
|
5169
|
-
"scope": "teambit.scope",
|
5170
|
-
"name": "objects",
|
5171
|
-
"version": "0.0.7"
|
5172
|
-
}
|
5173
|
-
},
|
5174
|
-
"isOptional": false,
|
5175
|
-
"isSpread": false
|
5176
|
-
}
|
5177
|
-
],
|
5178
|
-
"returnType": {
|
5179
|
-
"__schema": "TypeRefSchema",
|
5180
|
-
"location": {
|
5181
|
-
"filePath": "object-list-to-graph.ts",
|
5182
|
-
"line": 18,
|
5183
|
-
"character": 66
|
5184
|
-
},
|
5185
|
-
"name": "Promise",
|
5186
|
-
"typeArgs": [
|
5187
|
-
{
|
5188
|
-
"__schema": "TypeRefSchema",
|
5189
|
-
"location": {
|
5190
|
-
"filePath": "object-list-to-graph.ts",
|
5191
|
-
"line": 18,
|
5192
|
-
"character": 74
|
5193
|
-
},
|
5194
|
-
"name": "IdGraph"
|
5195
|
-
}
|
5196
|
-
]
|
5197
|
-
},
|
5198
|
-
"modifiers": [
|
5199
|
-
"export",
|
5200
|
-
"async"
|
5201
|
-
]
|
5202
|
-
},
|
5203
|
-
{
|
5204
|
-
"__schema": "FunctionLikeSchema",
|
5205
|
-
"location": {
|
5206
|
-
"filePath": "object-list-to-graph.ts",
|
5207
|
-
"line": 24,
|
5208
|
-
"character": 1
|
5209
|
-
},
|
5210
|
-
"signature": "function bitObjectListToGraph(bitObjectsList: BitObjectList): Promise<IdGraph>",
|
5211
|
-
"name": "bitObjectListToGraph",
|
5212
|
-
"params": [
|
5213
|
-
{
|
5214
|
-
"__schema": "ParameterSchema",
|
5215
|
-
"location": {
|
5216
|
-
"filePath": "object-list-to-graph.ts",
|
5217
|
-
"line": 24,
|
5218
|
-
"character": 44
|
4547
|
+
},
|
4548
|
+
"isOptional": false
|
5219
4549
|
},
|
5220
|
-
|
5221
|
-
|
5222
|
-
"__schema": "TypeRefSchema",
|
4550
|
+
{
|
4551
|
+
"__schema": "VariableLikeSchema",
|
5223
4552
|
"location": {
|
5224
|
-
"filePath": "
|
5225
|
-
"line":
|
5226
|
-
"character":
|
4553
|
+
"filePath": "duplicate-dependency.ts",
|
4554
|
+
"line": 16,
|
4555
|
+
"character": 3
|
5227
4556
|
},
|
5228
|
-
"
|
5229
|
-
"
|
5230
|
-
|
5231
|
-
"
|
5232
|
-
"
|
5233
|
-
|
4557
|
+
"signature": "(property) subGraph: ComponentGraph",
|
4558
|
+
"name": "subGraph",
|
4559
|
+
"type": {
|
4560
|
+
"__schema": "TypeRefSchema",
|
4561
|
+
"location": {
|
4562
|
+
"filePath": "duplicate-dependency.ts",
|
4563
|
+
"line": 16,
|
4564
|
+
"character": 3
|
4565
|
+
},
|
4566
|
+
"name": "ComponentGraph"
|
4567
|
+
},
|
4568
|
+
"isOptional": false
|
5234
4569
|
},
|
5235
|
-
"isOptional": false,
|
5236
|
-
"isSpread": false
|
5237
|
-
}
|
5238
|
-
],
|
5239
|
-
"returnType": {
|
5240
|
-
"__schema": "TypeRefSchema",
|
5241
|
-
"location": {
|
5242
|
-
"filePath": "object-list-to-graph.ts",
|
5243
|
-
"line": 24,
|
5244
|
-
"character": 76
|
5245
|
-
},
|
5246
|
-
"name": "Promise",
|
5247
|
-
"typeArgs": [
|
5248
4570
|
{
|
5249
|
-
"__schema": "
|
4571
|
+
"__schema": "VariableLikeSchema",
|
5250
4572
|
"location": {
|
5251
|
-
"filePath": "
|
5252
|
-
"line":
|
5253
|
-
"character":
|
4573
|
+
"filePath": "duplicate-dependency.ts",
|
4574
|
+
"line": 17,
|
4575
|
+
"character": 3
|
4576
|
+
},
|
4577
|
+
"signature": "(property) immediateDependents: string[]",
|
4578
|
+
"name": "immediateDependents",
|
4579
|
+
"type": {
|
4580
|
+
"__schema": "TypeArraySchema",
|
4581
|
+
"location": {
|
4582
|
+
"filePath": "duplicate-dependency.ts",
|
4583
|
+
"line": 17,
|
4584
|
+
"character": 24
|
4585
|
+
},
|
4586
|
+
"type": {
|
4587
|
+
"__schema": "KeywordTypeSchema",
|
4588
|
+
"location": {
|
4589
|
+
"filePath": "duplicate-dependency.ts",
|
4590
|
+
"line": 17,
|
4591
|
+
"character": 24
|
4592
|
+
},
|
4593
|
+
"name": "string"
|
4594
|
+
}
|
5254
4595
|
},
|
5255
|
-
"
|
4596
|
+
"isOptional": false
|
5256
4597
|
}
|
5257
4598
|
]
|
5258
|
-
}
|
5259
|
-
"modifiers": [
|
5260
|
-
"export",
|
5261
|
-
"async"
|
5262
|
-
]
|
4599
|
+
}
|
5263
4600
|
}
|
5264
|
-
|
5265
|
-
|
4601
|
+
}
|
4602
|
+
],
|
4603
|
+
"internals": []
|
4604
|
+
},
|
4605
|
+
"internals": [
|
4606
|
+
{
|
4607
|
+
"__schema": "ModuleSchema",
|
4608
|
+
"location": {
|
4609
|
+
"filePath": "graph.aspect.ts",
|
4610
|
+
"line": 1,
|
4611
|
+
"character": 1
|
4612
|
+
},
|
4613
|
+
"exports": [
|
5266
4614
|
{
|
5267
|
-
"__schema": "
|
4615
|
+
"__schema": "VariableLikeSchema",
|
5268
4616
|
"location": {
|
5269
|
-
"filePath": "
|
5270
|
-
"line":
|
5271
|
-
"character":
|
4617
|
+
"filePath": "graph.aspect.ts",
|
4618
|
+
"line": 3,
|
4619
|
+
"character": 14
|
5272
4620
|
},
|
5273
|
-
"signature": "
|
5274
|
-
"name": "
|
4621
|
+
"signature": "const GraphAspect: Aspect",
|
4622
|
+
"name": "GraphAspect",
|
5275
4623
|
"type": {
|
5276
4624
|
"__schema": "TypeRefSchema",
|
5277
4625
|
"location": {
|
5278
|
-
"filePath": "
|
5279
|
-
"line":
|
5280
|
-
"character":
|
4626
|
+
"filePath": "graph.aspect.ts",
|
4627
|
+
"line": 3,
|
4628
|
+
"character": 14
|
5281
4629
|
},
|
5282
|
-
"name": "
|
4630
|
+
"name": "Aspect",
|
5283
4631
|
"componentId": {
|
5284
|
-
"scope": "teambit.
|
5285
|
-
"name": "
|
5286
|
-
"version": "0.
|
5287
|
-
}
|
5288
|
-
|
5289
|
-
|
5290
|
-
|
5291
|
-
"location": {
|
5292
|
-
"filePath": "object-list-to-graph.ts",
|
5293
|
-
"line": 9,
|
5294
|
-
"character": 23
|
5295
|
-
},
|
5296
|
-
"name": "ComponentID",
|
5297
|
-
"componentId": {
|
5298
|
-
"scope": "teambit.component",
|
5299
|
-
"name": "component-id",
|
5300
|
-
"version": "1.2.2"
|
5301
|
-
}
|
5302
|
-
}
|
5303
|
-
]
|
5304
|
-
}
|
4632
|
+
"scope": "teambit.harmony",
|
4633
|
+
"name": "harmony",
|
4634
|
+
"version": "0.4.6"
|
4635
|
+
}
|
4636
|
+
},
|
4637
|
+
"isOptional": false,
|
4638
|
+
"defaultValue": "Aspect.create({\n id: 'teambit.component/graph',\n dependencies: [],\n defaultConfig: {},\n})"
|
5305
4639
|
},
|
5306
4640
|
{
|
5307
|
-
"__schema": "
|
4641
|
+
"__schema": "UnImplementedSchema",
|
5308
4642
|
"location": {
|
5309
|
-
"filePath": "
|
5310
|
-
"line":
|
5311
|
-
"character":
|
4643
|
+
"filePath": "graph.aspect.ts",
|
4644
|
+
"line": 9,
|
4645
|
+
"character": 16
|
5312
4646
|
},
|
5313
|
-
"
|
5314
|
-
"
|
5315
|
-
"type": {
|
5316
|
-
"__schema": "TypeRefSchema",
|
5317
|
-
"location": {
|
5318
|
-
"filePath": "object-list-to-graph.ts",
|
5319
|
-
"line": 10,
|
5320
|
-
"character": 23
|
5321
|
-
},
|
5322
|
-
"name": "Edge",
|
5323
|
-
"componentId": {
|
5324
|
-
"scope": "teambit.graph",
|
5325
|
-
"name": "cleargraph",
|
5326
|
-
"version": "0.0.11"
|
5327
|
-
},
|
5328
|
-
"typeArgs": [
|
5329
|
-
{
|
5330
|
-
"__schema": "TypeRefSchema",
|
5331
|
-
"location": {
|
5332
|
-
"filePath": "object-list-to-graph.ts",
|
5333
|
-
"line": 10,
|
5334
|
-
"character": 28
|
5335
|
-
},
|
5336
|
-
"name": "Dependency"
|
5337
|
-
}
|
5338
|
-
]
|
5339
|
-
}
|
4647
|
+
"name": "GraphAspect",
|
4648
|
+
"type": "Identifier"
|
5340
4649
|
}
|
5341
|
-
]
|
4650
|
+
],
|
4651
|
+
"internals": []
|
5342
4652
|
},
|
5343
4653
|
{
|
5344
4654
|
"__schema": "ModuleSchema",
|
@@ -5443,8 +4753,7 @@
|
|
5443
4753
|
"line": 18,
|
5444
4754
|
"character": 17
|
5445
4755
|
},
|
5446
|
-
"name": "ElementsOptions"
|
5447
|
-
"internalFilePath": "ui/dependencies-graph/calc-elements.tsx"
|
4756
|
+
"name": "ElementsOptions"
|
5448
4757
|
},
|
5449
4758
|
"isOptional": false,
|
5450
4759
|
"objectBindingNodes": [
|
@@ -5494,8 +4803,7 @@
|
|
5494
4803
|
"line": 19,
|
5495
4804
|
"character": 13
|
5496
4805
|
},
|
5497
|
-
"name": "Node"
|
5498
|
-
"packageName": "reactflow"
|
4806
|
+
"name": "Node"
|
5499
4807
|
}
|
5500
4808
|
},
|
5501
4809
|
"isOptional": false
|
@@ -5523,8 +4831,7 @@
|
|
5523
4831
|
"line": 19,
|
5524
4832
|
"character": 28
|
5525
4833
|
},
|
5526
|
-
"name": "Edge"
|
5527
|
-
"packageName": "reactflow"
|
4834
|
+
"name": "Edge"
|
5528
4835
|
}
|
5529
4836
|
},
|
5530
4837
|
"isOptional": false
|
@@ -5570,11 +4877,7 @@
|
|
5570
4877
|
"line": 10,
|
5571
4878
|
"character": 14
|
5572
4879
|
},
|
5573
|
-
"name": "ComponentID"
|
5574
|
-
"componentId": {
|
5575
|
-
"scope": "teambit.component",
|
5576
|
-
"name": "component"
|
5577
|
-
}
|
4880
|
+
"name": "ComponentID"
|
5578
4881
|
},
|
5579
4882
|
"isOptional": true
|
5580
4883
|
}
|
@@ -5616,8 +4919,7 @@
|
|
5616
4919
|
"line": 4,
|
5617
4920
|
"character": 41
|
5618
4921
|
},
|
5619
|
-
"name": "Node"
|
5620
|
-
"packageName": "reactflow"
|
4922
|
+
"name": "Node"
|
5621
4923
|
},
|
5622
4924
|
"isOptional": false,
|
5623
4925
|
"isSpread": false
|
@@ -5671,8 +4973,7 @@
|
|
5671
4973
|
"line": 12,
|
5672
4974
|
"character": 80
|
5673
4975
|
},
|
5674
|
-
"name": "GraphFiltersType"
|
5675
|
-
"internalFilePath": "ui/graph-page/graph-filters.tsx"
|
4976
|
+
"name": "GraphFiltersType"
|
5676
4977
|
},
|
5677
4978
|
"isOptional": false,
|
5678
4979
|
"objectBindingNodes": [
|
@@ -5886,12 +5187,7 @@
|
|
5886
5187
|
"line": 10,
|
5887
5188
|
"character": 5
|
5888
5189
|
},
|
5889
|
-
"name": "CardProps"
|
5890
|
-
"componentId": {
|
5891
|
-
"scope": "teambit.base-ui",
|
5892
|
-
"name": "surfaces/card",
|
5893
|
-
"version": "1.0.1"
|
5894
|
-
}
|
5190
|
+
"name": "CardProps"
|
5895
5191
|
}
|
5896
5192
|
]
|
5897
5193
|
}
|
@@ -5952,11 +5248,7 @@
|
|
5952
5248
|
"line": 6,
|
5953
5249
|
"character": 15
|
5954
5250
|
},
|
5955
|
-
"name": "ComponentModel"
|
5956
|
-
"componentId": {
|
5957
|
-
"scope": "teambit.component",
|
5958
|
-
"name": "component"
|
5959
|
-
}
|
5251
|
+
"name": "ComponentModel"
|
5960
5252
|
},
|
5961
5253
|
"isOptional": true
|
5962
5254
|
},
|
@@ -6009,8 +5301,7 @@
|
|
6009
5301
|
"line": 9,
|
6010
5302
|
"character": 24
|
6011
5303
|
},
|
6012
|
-
"name": "RawNode"
|
6013
|
-
"internalFilePath": "ui/query/get-graph.query.ts"
|
5304
|
+
"name": "RawNode"
|
6014
5305
|
},
|
6015
5306
|
"isOptional": false,
|
6016
5307
|
"isSpread": false
|
@@ -6139,8 +5430,7 @@
|
|
6139
5430
|
"line": 9,
|
6140
5431
|
"character": 24
|
6141
5432
|
},
|
6142
|
-
"name": "RawEdge"
|
6143
|
-
"internalFilePath": "ui/query/get-graph.query.ts"
|
5433
|
+
"name": "RawEdge"
|
6144
5434
|
},
|
6145
5435
|
"isOptional": false,
|
6146
5436
|
"isSpread": false
|
@@ -6296,8 +5586,7 @@
|
|
6296
5586
|
"line": 56,
|
6297
5587
|
"character": 10
|
6298
5588
|
},
|
6299
|
-
"name": "RawNode"
|
6300
|
-
"internalFilePath": "ui/query/get-graph.query.ts"
|
5589
|
+
"name": "RawNode"
|
6301
5590
|
}
|
6302
5591
|
},
|
6303
5592
|
"isOptional": false
|
@@ -6687,7 +5976,7 @@
|
|
6687
5976
|
"line": 7,
|
6688
5977
|
"character": 1
|
6689
5978
|
},
|
6690
|
-
"signature": "type DepEdgeType = \"prod\" | \"dev\" | \"
|
5979
|
+
"signature": "type DepEdgeType = \"prod\" | \"dev\" | \"peer\" | \"ext\"",
|
6691
5980
|
"name": "DepEdgeType",
|
6692
5981
|
"type": {
|
6693
5982
|
"__schema": "TypeUnionSchema",
|
@@ -6753,11 +6042,6 @@
|
|
6753
6042
|
"character": 27
|
6754
6043
|
},
|
6755
6044
|
"name": "Graph",
|
6756
|
-
"componentId": {
|
6757
|
-
"scope": "teambit.graph",
|
6758
|
-
"name": "cleargraph",
|
6759
|
-
"version": "0.0.11"
|
6760
|
-
},
|
6761
6045
|
"typeArgs": [
|
6762
6046
|
{
|
6763
6047
|
"__schema": "TypeRefSchema",
|
@@ -6766,12 +6050,7 @@
|
|
6766
6050
|
"line": 11,
|
6767
6051
|
"character": 33
|
6768
6052
|
},
|
6769
|
-
"name": "ComponentID"
|
6770
|
-
"componentId": {
|
6771
|
-
"scope": "teambit.component",
|
6772
|
-
"name": "component-id",
|
6773
|
-
"version": "1.2.2"
|
6774
|
-
}
|
6053
|
+
"name": "ComponentID"
|
6775
6054
|
},
|
6776
6055
|
{
|
6777
6056
|
"__schema": "TypeRefSchema",
|
@@ -6818,12 +6097,7 @@
|
|
6818
6097
|
"line": 15,
|
6819
6098
|
"character": 14
|
6820
6099
|
},
|
6821
|
-
"name": "ComponentID"
|
6822
|
-
"componentId": {
|
6823
|
-
"scope": "teambit.component",
|
6824
|
-
"name": "component-id",
|
6825
|
-
"version": "1.2.2"
|
6826
|
-
}
|
6100
|
+
"name": "ComponentID"
|
6827
6101
|
}
|
6828
6102
|
},
|
6829
6103
|
"isOptional": true,
|
@@ -6861,8 +6135,7 @@
|
|
6861
6135
|
"line": 16,
|
6862
6136
|
"character": 22
|
6863
6137
|
},
|
6864
|
-
"name": "ComponentIdNode"
|
6865
|
-
"internalFilePath": "component-id-graph.ts"
|
6138
|
+
"name": "ComponentIdNode"
|
6866
6139
|
}
|
6867
6140
|
},
|
6868
6141
|
"isOptional": true,
|
@@ -6891,8 +6164,7 @@
|
|
6891
6164
|
"line": 16,
|
6892
6165
|
"character": 53
|
6893
6166
|
},
|
6894
|
-
"name": "DependencyEdge"
|
6895
|
-
"internalFilePath": "component-id-graph.ts"
|
6167
|
+
"name": "DependencyEdge"
|
6896
6168
|
}
|
6897
6169
|
},
|
6898
6170
|
"isOptional": true,
|
@@ -6962,8 +6234,7 @@
|
|
6962
6234
|
"line": 34,
|
6963
6235
|
"character": 27
|
6964
6236
|
},
|
6965
|
-
"name": "ComponentIdNode"
|
6966
|
-
"internalFilePath": "component-id-graph.ts"
|
6237
|
+
"name": "ComponentIdNode"
|
6967
6238
|
}
|
6968
6239
|
},
|
6969
6240
|
"isOptional": true,
|
@@ -6992,8 +6263,7 @@
|
|
6992
6263
|
"line": 34,
|
6993
6264
|
"character": 58
|
6994
6265
|
},
|
6995
|
-
"name": "DependencyEdge"
|
6996
|
-
"internalFilePath": "component-id-graph.ts"
|
6266
|
+
"name": "DependencyEdge"
|
6997
6267
|
}
|
6998
6268
|
},
|
6999
6269
|
"isOptional": true,
|
@@ -7057,12 +6327,7 @@
|
|
7057
6327
|
"line": 49,
|
7058
6328
|
"character": 40
|
7059
6329
|
},
|
7060
|
-
"name": "ComponentID"
|
7061
|
-
"componentId": {
|
7062
|
-
"scope": "teambit.component",
|
7063
|
-
"name": "component-id",
|
7064
|
-
"version": "1.2.2"
|
7065
|
-
}
|
6330
|
+
"name": "ComponentID"
|
7066
6331
|
}
|
7067
6332
|
},
|
7068
6333
|
"isOptional": false,
|
@@ -7090,12 +6355,7 @@
|
|
7090
6355
|
"line": 49,
|
7091
6356
|
"character": 64
|
7092
6357
|
},
|
7093
|
-
"name": "ComponentID"
|
7094
|
-
"componentId": {
|
7095
|
-
"scope": "teambit.component",
|
7096
|
-
"name": "component-id",
|
7097
|
-
"version": "1.2.2"
|
7098
|
-
}
|
6358
|
+
"name": "ComponentID"
|
7099
6359
|
}
|
7100
6360
|
},
|
7101
6361
|
"isOptional": false,
|
@@ -7123,12 +6383,7 @@
|
|
7123
6383
|
"line": 49,
|
7124
6384
|
"character": 89
|
7125
6385
|
},
|
7126
|
-
"name": "ComponentID"
|
7127
|
-
"componentId": {
|
7128
|
-
"scope": "teambit.component",
|
7129
|
-
"name": "component-id",
|
7130
|
-
"version": "1.2.2"
|
7131
|
-
}
|
6386
|
+
"name": "ComponentID"
|
7132
6387
|
}
|
7133
6388
|
},
|
7134
6389
|
"isOptional": true,
|
@@ -7149,12 +6404,7 @@
|
|
7149
6404
|
"line": 49,
|
7150
6405
|
"character": 105
|
7151
6406
|
},
|
7152
|
-
"name": "ComponentID"
|
7153
|
-
"componentId": {
|
7154
|
-
"scope": "teambit.component",
|
7155
|
-
"name": "component-id",
|
7156
|
-
"version": "1.2.2"
|
7157
|
-
}
|
6407
|
+
"name": "ComponentID"
|
7158
6408
|
}
|
7159
6409
|
},
|
7160
6410
|
"modifiers": []
|
@@ -7202,12 +6452,7 @@
|
|
7202
6452
|
"line": 92,
|
7203
6453
|
"character": 14
|
7204
6454
|
},
|
7205
|
-
"name": "ComponentID"
|
7206
|
-
"componentId": {
|
7207
|
-
"scope": "teambit.component",
|
7208
|
-
"name": "component-id",
|
7209
|
-
"version": "1.2.2"
|
7210
|
-
}
|
6455
|
+
"name": "ComponentID"
|
7211
6456
|
}
|
7212
6457
|
},
|
7213
6458
|
"isOptional": false,
|
@@ -7235,12 +6480,7 @@
|
|
7235
6480
|
"line": 93,
|
7236
6481
|
"character": 14
|
7237
6482
|
},
|
7238
|
-
"name": "ComponentID"
|
7239
|
-
"componentId": {
|
7240
|
-
"scope": "teambit.component",
|
7241
|
-
"name": "component-id",
|
7242
|
-
"version": "1.2.2"
|
7243
|
-
}
|
6483
|
+
"name": "ComponentID"
|
7244
6484
|
}
|
7245
6485
|
},
|
7246
6486
|
"isOptional": false,
|
@@ -7268,12 +6508,7 @@
|
|
7268
6508
|
"line": 94,
|
7269
6509
|
"character": 15
|
7270
6510
|
},
|
7271
|
-
"name": "ComponentID"
|
7272
|
-
"componentId": {
|
7273
|
-
"scope": "teambit.component",
|
7274
|
-
"name": "component-id",
|
7275
|
-
"version": "1.2.2"
|
7276
|
-
}
|
6511
|
+
"name": "ComponentID"
|
7277
6512
|
}
|
7278
6513
|
},
|
7279
6514
|
"isOptional": true,
|
@@ -7423,11 +6658,6 @@
|
|
7423
6658
|
"character": 30
|
7424
6659
|
},
|
7425
6660
|
"name": "Graph",
|
7426
|
-
"componentId": {
|
7427
|
-
"scope": "teambit.graph",
|
7428
|
-
"name": "cleargraph",
|
7429
|
-
"version": "0.0.11"
|
7430
|
-
},
|
7431
6661
|
"typeArgs": [
|
7432
6662
|
{
|
7433
6663
|
"__schema": "TypeRefSchema",
|
@@ -7436,12 +6666,7 @@
|
|
7436
6666
|
"line": 167,
|
7437
6667
|
"character": 36
|
7438
6668
|
},
|
7439
|
-
"name": "ComponentID"
|
7440
|
-
"componentId": {
|
7441
|
-
"scope": "teambit.component",
|
7442
|
-
"name": "component-id",
|
7443
|
-
"version": "1.2.2"
|
7444
|
-
}
|
6669
|
+
"name": "ComponentID"
|
7445
6670
|
},
|
7446
6671
|
{
|
7447
6672
|
"__schema": "TypeRefSchema",
|
@@ -7544,12 +6769,7 @@
|
|
7544
6769
|
"line": 177,
|
7545
6770
|
"character": 27
|
7546
6771
|
},
|
7547
|
-
"name": "ComponentID"
|
7548
|
-
"componentId": {
|
7549
|
-
"scope": "teambit.component",
|
7550
|
-
"name": "component-id",
|
7551
|
-
"version": "1.2.2"
|
7552
|
-
}
|
6772
|
+
"name": "ComponentID"
|
7553
6773
|
},
|
7554
6774
|
"isOptional": false,
|
7555
6775
|
"isSpread": false
|
@@ -7569,12 +6789,7 @@
|
|
7569
6789
|
"line": 177,
|
7570
6790
|
"character": 41
|
7571
6791
|
},
|
7572
|
-
"name": "DependenciesInfo"
|
7573
|
-
"componentId": {
|
7574
|
-
"scope": "teambit.legacy",
|
7575
|
-
"name": "dependency-graph",
|
7576
|
-
"version": "0.0.10"
|
7577
|
-
}
|
6792
|
+
"name": "DependenciesInfo"
|
7578
6793
|
}
|
7579
6794
|
},
|
7580
6795
|
"modifiers": []
|
@@ -7659,12 +6874,7 @@
|
|
7659
6874
|
"line": 13,
|
7660
6875
|
"character": 45
|
7661
6876
|
},
|
7662
|
-
"name": "ComponentID"
|
7663
|
-
"componentId": {
|
7664
|
-
"scope": "teambit.component",
|
7665
|
-
"name": "component-id",
|
7666
|
-
"version": "1.2.2"
|
7667
|
-
}
|
6877
|
+
"name": "ComponentID"
|
7668
6878
|
},
|
7669
6879
|
{
|
7670
6880
|
"__schema": "TypeRefSchema",
|
@@ -7688,7 +6898,7 @@
|
|
7688
6898
|
"_legacy": {
|
7689
6899
|
"scope": "teambit.component",
|
7690
6900
|
"name": "graph",
|
7691
|
-
"version": "1.0.
|
6901
|
+
"version": "1.0.497"
|
7692
6902
|
},
|
7693
6903
|
"_scope": "teambit.component"
|
7694
6904
|
}
|
@@ -7716,11 +6926,6 @@
|
|
7716
6926
|
"character": 24
|
7717
6927
|
},
|
7718
6928
|
"name": "Node",
|
7719
|
-
"componentId": {
|
7720
|
-
"scope": "teambit.graph",
|
7721
|
-
"name": "cleargraph",
|
7722
|
-
"version": "0.0.11"
|
7723
|
-
},
|
7724
6929
|
"typeArgs": [
|
7725
6930
|
{
|
7726
6931
|
"__schema": "TypeRefSchema",
|
@@ -7729,12 +6934,7 @@
|
|
7729
6934
|
"line": 9,
|
7730
6935
|
"character": 29
|
7731
6936
|
},
|
7732
|
-
"name": "ComponentID"
|
7733
|
-
"componentId": {
|
7734
|
-
"scope": "teambit.component",
|
7735
|
-
"name": "component-id",
|
7736
|
-
"version": "1.2.2"
|
7737
|
-
}
|
6937
|
+
"name": "ComponentID"
|
7738
6938
|
}
|
7739
6939
|
]
|
7740
6940
|
}
|
@@ -7756,11 +6956,6 @@
|
|
7756
6956
|
"character": 23
|
7757
6957
|
},
|
7758
6958
|
"name": "Edge",
|
7759
|
-
"componentId": {
|
7760
|
-
"scope": "teambit.graph",
|
7761
|
-
"name": "cleargraph",
|
7762
|
-
"version": "0.0.11"
|
7763
|
-
},
|
7764
6959
|
"typeArgs": [
|
7765
6960
|
{
|
7766
6961
|
"__schema": "TypeRefSchema",
|
@@ -7838,11 +7033,7 @@
|
|
7838
7033
|
"line": 13,
|
7839
7034
|
"character": 14
|
7840
7035
|
},
|
7841
|
-
"name": "ComponentID"
|
7842
|
-
"componentId": {
|
7843
|
-
"scope": "teambit.component",
|
7844
|
-
"name": "component"
|
7845
|
-
}
|
7036
|
+
"name": "ComponentID"
|
7846
7037
|
}
|
7847
7038
|
},
|
7848
7039
|
"isOptional": true,
|
@@ -7880,8 +7071,7 @@
|
|
7880
7071
|
"line": 14,
|
7881
7072
|
"character": 22
|
7882
7073
|
},
|
7883
|
-
"name": "ComponentNode"
|
7884
|
-
"internalFilePath": "component-graph/component-graph.ts"
|
7074
|
+
"name": "ComponentNode"
|
7885
7075
|
}
|
7886
7076
|
},
|
7887
7077
|
"isOptional": true,
|
@@ -7910,8 +7100,7 @@
|
|
7910
7100
|
"line": 14,
|
7911
7101
|
"character": 51
|
7912
7102
|
},
|
7913
|
-
"name": "DependencyEdge"
|
7914
|
-
"internalFilePath": "component-graph/component-graph.ts"
|
7103
|
+
"name": "DependencyEdge"
|
7915
7104
|
}
|
7916
7105
|
},
|
7917
7106
|
"isOptional": true,
|
@@ -7962,8 +7151,7 @@
|
|
7962
7151
|
"line": 18,
|
7963
7152
|
"character": 27
|
7964
7153
|
},
|
7965
|
-
"name": "ComponentNode"
|
7966
|
-
"internalFilePath": "component-graph/component-graph.ts"
|
7154
|
+
"name": "ComponentNode"
|
7967
7155
|
}
|
7968
7156
|
},
|
7969
7157
|
"isOptional": true,
|
@@ -7992,8 +7180,7 @@
|
|
7992
7180
|
"line": 18,
|
7993
7181
|
"character": 56
|
7994
7182
|
},
|
7995
|
-
"name": "DependencyEdge"
|
7996
|
-
"internalFilePath": "component-graph/component-graph.ts"
|
7183
|
+
"name": "DependencyEdge"
|
7997
7184
|
}
|
7998
7185
|
},
|
7999
7186
|
"isOptional": true,
|
@@ -8161,11 +7348,6 @@
|
|
8161
7348
|
"character": 30
|
8162
7349
|
},
|
8163
7350
|
"name": "Graph",
|
8164
|
-
"componentId": {
|
8165
|
-
"scope": "teambit.graph",
|
8166
|
-
"name": "cleargraph",
|
8167
|
-
"version": "0.0.11"
|
8168
|
-
},
|
8169
7351
|
"typeArgs": [
|
8170
7352
|
{
|
8171
7353
|
"__schema": "TypeRefSchema",
|
@@ -8174,11 +7356,7 @@
|
|
8174
7356
|
"line": 68,
|
8175
7357
|
"character": 36
|
8176
7358
|
},
|
8177
|
-
"name": "Component"
|
8178
|
-
"componentId": {
|
8179
|
-
"scope": "teambit.component",
|
8180
|
-
"name": "component"
|
8181
|
-
}
|
7359
|
+
"name": "Component"
|
8182
7360
|
},
|
8183
7361
|
{
|
8184
7362
|
"__schema": "TypeRefSchema",
|
@@ -8274,11 +7452,7 @@
|
|
8274
7452
|
"line": 12,
|
8275
7453
|
"character": 43
|
8276
7454
|
},
|
8277
|
-
"name": "Component"
|
8278
|
-
"componentId": {
|
8279
|
-
"scope": "teambit.component",
|
8280
|
-
"name": "component"
|
8281
|
-
}
|
7455
|
+
"name": "Component"
|
8282
7456
|
},
|
8283
7457
|
{
|
8284
7458
|
"__schema": "TypeRefSchema",
|
@@ -8302,7 +7476,7 @@
|
|
8302
7476
|
"_legacy": {
|
8303
7477
|
"scope": "teambit.component",
|
8304
7478
|
"name": "graph",
|
8305
|
-
"version": "1.0.
|
7479
|
+
"version": "1.0.497"
|
8306
7480
|
},
|
8307
7481
|
"_scope": "teambit.component"
|
8308
7482
|
}
|
@@ -8330,11 +7504,6 @@
|
|
8330
7504
|
"character": 22
|
8331
7505
|
},
|
8332
7506
|
"name": "Node",
|
8333
|
-
"componentId": {
|
8334
|
-
"scope": "teambit.graph",
|
8335
|
-
"name": "cleargraph",
|
8336
|
-
"version": "0.0.11"
|
8337
|
-
},
|
8338
7507
|
"typeArgs": [
|
8339
7508
|
{
|
8340
7509
|
"__schema": "TypeRefSchema",
|
@@ -8343,11 +7512,7 @@
|
|
8343
7512
|
"line": 9,
|
8344
7513
|
"character": 27
|
8345
7514
|
},
|
8346
|
-
"name": "Component"
|
8347
|
-
"componentId": {
|
8348
|
-
"scope": "teambit.component",
|
8349
|
-
"name": "component"
|
8350
|
-
}
|
7515
|
+
"name": "Component"
|
8351
7516
|
}
|
8352
7517
|
]
|
8353
7518
|
}
|
@@ -8369,11 +7534,6 @@
|
|
8369
7534
|
"character": 23
|
8370
7535
|
},
|
8371
7536
|
"name": "Edge",
|
8372
|
-
"componentId": {
|
8373
|
-
"scope": "teambit.graph",
|
8374
|
-
"name": "cleargraph",
|
8375
|
-
"version": "0.0.11"
|
8376
|
-
},
|
8377
7537
|
"typeArgs": [
|
8378
7538
|
{
|
8379
7539
|
"__schema": "TypeRefSchema",
|
@@ -8464,7 +7624,7 @@
|
|
8464
7624
|
"_legacy": {
|
8465
7625
|
"scope": "teambit.component",
|
8466
7626
|
"name": "graph",
|
8467
|
-
"version": "1.0.
|
7627
|
+
"version": "1.0.497"
|
8468
7628
|
},
|
8469
7629
|
"_scope": "teambit.component"
|
8470
7630
|
}
|
@@ -8489,7 +7649,6 @@
|
|
8489
7649
|
"character": 31
|
8490
7650
|
},
|
8491
7651
|
"name": "ComponentType",
|
8492
|
-
"packageName": "react",
|
8493
7652
|
"typeArgs": [
|
8494
7653
|
{
|
8495
7654
|
"__schema": "TypeRefSchema",
|
@@ -8520,11 +7679,6 @@
|
|
8520
7679
|
"character": 35
|
8521
7680
|
},
|
8522
7681
|
"name": "SlotRegistry",
|
8523
|
-
"componentId": {
|
8524
|
-
"scope": "teambit.harmony",
|
8525
|
-
"name": "harmony",
|
8526
|
-
"version": "0.4.6"
|
8527
|
-
},
|
8528
7682
|
"typeArgs": [
|
8529
7683
|
{
|
8530
7684
|
"__schema": "TypeRefSchema",
|
@@ -8844,11 +7998,7 @@
|
|
8844
7998
|
"line": 46,
|
8845
7999
|
"character": 39
|
8846
8000
|
},
|
8847
|
-
"name": "ComponentUI"
|
8848
|
-
"componentId": {
|
8849
|
-
"scope": "teambit.component",
|
8850
|
-
"name": "component"
|
8851
|
-
}
|
8001
|
+
"name": "ComponentUI"
|
8852
8002
|
},
|
8853
8003
|
{
|
8854
8004
|
"__schema": "TypeRefSchema",
|
@@ -8857,11 +8007,7 @@
|
|
8857
8007
|
"line": 46,
|
8858
8008
|
"character": 52
|
8859
8009
|
},
|
8860
|
-
"name": "ComponentCompareUI"
|
8861
|
-
"componentId": {
|
8862
|
-
"scope": "teambit.component",
|
8863
|
-
"name": "component-compare"
|
8864
|
-
}
|
8010
|
+
"name": "ComponentCompareUI"
|
8865
8011
|
}
|
8866
8012
|
]
|
8867
8013
|
},
|
@@ -8883,8 +8029,7 @@
|
|
8883
8029
|
"line": 47,
|
8884
8030
|
"character": 13
|
8885
8031
|
},
|
8886
|
-
"name": "GraphUIConfig"
|
8887
|
-
"internalFilePath": "graph.ui.runtime.tsx"
|
8032
|
+
"name": "GraphUIConfig"
|
8888
8033
|
},
|
8889
8034
|
"isOptional": false,
|
8890
8035
|
"isSpread": false
|
@@ -9085,7 +8230,7 @@
|
|
9085
8230
|
"line": 42,
|
9086
8231
|
"character": 12
|
9087
8232
|
},
|
9088
|
-
"signature": "(instance:
|
8233
|
+
"signature": "(instance: ReactFlowInstance): void",
|
9089
8234
|
"name": "",
|
9090
8235
|
"params": [
|
9091
8236
|
{
|
@@ -9103,8 +8248,7 @@
|
|
9103
8248
|
"line": 42,
|
9104
8249
|
"character": 23
|
9105
8250
|
},
|
9106
|
-
"name": "ReactFlowInstance"
|
9107
|
-
"packageName": "reactflow"
|
8251
|
+
"name": "ReactFlowInstance"
|
9108
8252
|
},
|
9109
8253
|
"isOptional": false,
|
9110
8254
|
"isSpread": false
|
@@ -9161,8 +8305,7 @@
|
|
9161
8305
|
"line": 44,
|
9162
8306
|
"character": 10
|
9163
8307
|
},
|
9164
|
-
"name": "ReactFlowProps"
|
9165
|
-
"packageName": "reactflow"
|
8308
|
+
"name": "ReactFlowProps"
|
9166
8309
|
},
|
9167
8310
|
{
|
9168
8311
|
"__schema": "LiteralTypeSchema",
|
@@ -9202,8 +8345,7 @@
|
|
9202
8345
|
"line": 55,
|
9203
8346
|
"character": 4
|
9204
8347
|
},
|
9205
|
-
"name": "DependenciesGraphProps"
|
9206
|
-
"internalFilePath": "ui/dependencies-graph/dependencies-graph.tsx"
|
8348
|
+
"name": "DependenciesGraphProps"
|
9207
8349
|
},
|
9208
8350
|
"isOptional": false,
|
9209
8351
|
"objectBindingNodes": [
|
@@ -9292,7 +8434,7 @@
|
|
9292
8434
|
"character": 6
|
9293
8435
|
},
|
9294
8436
|
"name": "rest",
|
9295
|
-
"type": "{\n id?: string | undefined;\n
|
8437
|
+
"type": "{\n id?: string | undefined;\n content?: string | undefined;\n hidden?: boolean | undefined;\n lang?: string | undefined;\n dir?: string | undefined;\n edges?: Edge[] | undefined;\n nodes?: Node[] | undefined;\n ... 359 more ...;\n nodeDragThreshold?: number | undefined;\n}",
|
9296
8438
|
"isSpread": true
|
9297
8439
|
}
|
9298
8440
|
],
|
@@ -9338,8 +8480,7 @@
|
|
9338
8480
|
"line": 26,
|
9339
8481
|
"character": 40
|
9340
8482
|
},
|
9341
|
-
"name": "NodeProps"
|
9342
|
-
"packageName": "reactflow"
|
8483
|
+
"name": "NodeProps"
|
9343
8484
|
},
|
9344
8485
|
"isOptional": false,
|
9345
8486
|
"isSpread": false
|
@@ -9399,11 +8540,7 @@
|
|
9399
8540
|
"line": 8,
|
9400
8541
|
"character": 10
|
9401
8542
|
},
|
9402
|
-
"name": "ComponentFactory"
|
9403
|
-
"componentId": {
|
9404
|
-
"scope": "teambit.component",
|
9405
|
-
"name": "component"
|
9406
|
-
}
|
8543
|
+
"name": "ComponentFactory"
|
9407
8544
|
},
|
9408
8545
|
"isOptional": true
|
9409
8546
|
}
|
@@ -9445,11 +8582,7 @@
|
|
9445
8582
|
"line": 12,
|
9446
8583
|
"character": 40
|
9447
8584
|
},
|
9448
|
-
"name": "ComponentMain"
|
9449
|
-
"componentId": {
|
9450
|
-
"scope": "teambit.component",
|
9451
|
-
"name": "component"
|
9452
|
-
}
|
8585
|
+
"name": "ComponentMain"
|
9453
8586
|
},
|
9454
8587
|
"isOptional": false,
|
9455
8588
|
"isSpread": false
|
@@ -9509,11 +8642,7 @@
|
|
9509
8642
|
"line": 17,
|
9510
8643
|
"character": 24
|
9511
8644
|
},
|
9512
|
-
"name": "ComponentID"
|
9513
|
-
"componentId": {
|
9514
|
-
"scope": "teambit.component",
|
9515
|
-
"name": "component"
|
9516
|
-
}
|
8645
|
+
"name": "ComponentID"
|
9517
8646
|
}
|
9518
8647
|
},
|
9519
8648
|
"isOptional": true,
|
@@ -9534,8 +8663,7 @@
|
|
9534
8663
|
"line": 17,
|
9535
8664
|
"character": 45
|
9536
8665
|
},
|
9537
|
-
"name": "GetGraphOpts"
|
9538
|
-
"internalFilePath": "graph-builder.ts"
|
8666
|
+
"name": "GetGraphOpts"
|
9539
8667
|
},
|
9540
8668
|
"isOptional": true,
|
9541
8669
|
"defaultValue": "{}",
|
@@ -9598,11 +8726,7 @@
|
|
9598
8726
|
"line": 26,
|
9599
8727
|
"character": 27
|
9600
8728
|
},
|
9601
|
-
"name": "ComponentID"
|
9602
|
-
"componentId": {
|
9603
|
-
"scope": "teambit.component",
|
9604
|
-
"name": "component"
|
9605
|
-
}
|
8729
|
+
"name": "ComponentID"
|
9606
8730
|
}
|
9607
8731
|
},
|
9608
8732
|
"isOptional": true,
|
@@ -9623,8 +8747,7 @@
|
|
9623
8747
|
"line": 26,
|
9624
8748
|
"character": 48
|
9625
8749
|
},
|
9626
|
-
"name": "GetGraphOpts"
|
9627
|
-
"internalFilePath": "graph-builder.ts"
|
8750
|
+
"name": "GetGraphOpts"
|
9628
8751
|
},
|
9629
8752
|
"isOptional": true,
|
9630
8753
|
"defaultValue": "{}",
|
@@ -9705,11 +8828,7 @@
|
|
9705
8828
|
"line": 14,
|
9706
8829
|
"character": 30
|
9707
8830
|
},
|
9708
|
-
"name": "ComponentMain"
|
9709
|
-
"componentId": {
|
9710
|
-
"scope": "teambit.component",
|
9711
|
-
"name": "component"
|
9712
|
-
}
|
8831
|
+
"name": "ComponentMain"
|
9713
8832
|
},
|
9714
8833
|
"isOptional": false,
|
9715
8834
|
"isSpread": false
|
@@ -9729,11 +8848,7 @@
|
|
9729
8848
|
"line": 15,
|
9730
8849
|
"character": 21
|
9731
8850
|
},
|
9732
|
-
"name": "Logger"
|
9733
|
-
"componentId": {
|
9734
|
-
"scope": "teambit.harmony",
|
9735
|
-
"name": "logger"
|
9736
|
-
}
|
8851
|
+
"name": "Logger"
|
9737
8852
|
},
|
9738
8853
|
"isOptional": false,
|
9739
8854
|
"isSpread": false
|
@@ -9793,11 +8908,7 @@
|
|
9793
8908
|
"line": 21,
|
9794
8909
|
"character": 24
|
9795
8910
|
},
|
9796
|
-
"name": "ComponentID"
|
9797
|
-
"componentId": {
|
9798
|
-
"scope": "teambit.component",
|
9799
|
-
"name": "component"
|
9800
|
-
}
|
8911
|
+
"name": "ComponentID"
|
9801
8912
|
}
|
9802
8913
|
},
|
9803
8914
|
"isOptional": true,
|
@@ -9818,8 +8929,7 @@
|
|
9818
8929
|
"line": 21,
|
9819
8930
|
"character": 45
|
9820
8931
|
},
|
9821
|
-
"name": "GetGraphOpts"
|
9822
|
-
"internalFilePath": "graph-builder.ts"
|
8932
|
+
"name": "GetGraphOpts"
|
9823
8933
|
},
|
9824
8934
|
"isOptional": true,
|
9825
8935
|
"defaultValue": "{}",
|
@@ -9882,11 +8992,7 @@
|
|
9882
8992
|
"line": 26,
|
9883
8993
|
"character": 27
|
9884
8994
|
},
|
9885
|
-
"name": "ComponentID"
|
9886
|
-
"componentId": {
|
9887
|
-
"scope": "teambit.component",
|
9888
|
-
"name": "component"
|
9889
|
-
}
|
8995
|
+
"name": "ComponentID"
|
9890
8996
|
}
|
9891
8997
|
},
|
9892
8998
|
"isOptional": true,
|
@@ -9907,8 +9013,7 @@
|
|
9907
9013
|
"line": 26,
|
9908
9014
|
"character": 48
|
9909
9015
|
},
|
9910
|
-
"name": "GetGraphOpts"
|
9911
|
-
"internalFilePath": "graph-builder.ts"
|
9016
|
+
"name": "GetGraphOpts"
|
9912
9017
|
},
|
9913
9018
|
"isOptional": true,
|
9914
9019
|
"defaultValue": "{}",
|
@@ -10035,11 +9140,7 @@
|
|
10035
9140
|
"line": 35,
|
10036
9141
|
"character": 5
|
10037
9142
|
},
|
10038
|
-
"name": "GraphqlMain"
|
10039
|
-
"componentId": {
|
10040
|
-
"scope": "teambit.harmony",
|
10041
|
-
"name": "graphql"
|
10042
|
-
}
|
9143
|
+
"name": "GraphqlMain"
|
10043
9144
|
},
|
10044
9145
|
{
|
10045
9146
|
"__schema": "TypeRefSchema",
|
@@ -10048,11 +9149,7 @@
|
|
10048
9149
|
"line": 36,
|
10049
9150
|
"character": 5
|
10050
9151
|
},
|
10051
|
-
"name": "ComponentMain"
|
10052
|
-
"componentId": {
|
10053
|
-
"scope": "teambit.component",
|
10054
|
-
"name": "component"
|
10055
|
-
}
|
9152
|
+
"name": "ComponentMain"
|
10056
9153
|
},
|
10057
9154
|
{
|
10058
9155
|
"__schema": "TypeRefSchema",
|
@@ -10061,11 +9158,7 @@
|
|
10061
9158
|
"line": 37,
|
10062
9159
|
"character": 5
|
10063
9160
|
},
|
10064
|
-
"name": "CLIMain"
|
10065
|
-
"componentId": {
|
10066
|
-
"scope": "teambit.harmony",
|
10067
|
-
"name": "cli"
|
10068
|
-
}
|
9161
|
+
"name": "CLIMain"
|
10069
9162
|
},
|
10070
9163
|
{
|
10071
9164
|
"__schema": "TypeRefSchema",
|
@@ -10074,11 +9167,7 @@
|
|
10074
9167
|
"line": 38,
|
10075
9168
|
"character": 5
|
10076
9169
|
},
|
10077
|
-
"name": "LoggerMain"
|
10078
|
-
"componentId": {
|
10079
|
-
"scope": "teambit.harmony",
|
10080
|
-
"name": "logger"
|
10081
|
-
}
|
9170
|
+
"name": "LoggerMain"
|
10082
9171
|
}
|
10083
9172
|
]
|
10084
9173
|
},
|
@@ -10122,7 +9211,7 @@
|
|
10122
9211
|
"componentId": {
|
10123
9212
|
"scope": "teambit.component",
|
10124
9213
|
"name": "graph",
|
10125
|
-
"version": "1.0.
|
9214
|
+
"version": "1.0.497"
|
10126
9215
|
},
|
10127
9216
|
"taggedModuleExports": []
|
10128
9217
|
}
|