@teambit/graph 1.0.268 → 1.0.270

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.
@@ -25,7 +25,7 @@
25
25
  "__schema": "ReactSchema",
26
26
  "location": {
27
27
  "filePath": "ui/dependencies-compare/dependencies-compare.tsx",
28
- "line": 39,
28
+ "line": 36,
29
29
  "character": 1
30
30
  },
31
31
  "signature": "function DependenciesCompare(): React.JSX.Element",
@@ -34,7 +34,7 @@
34
34
  "__schema": "TypeRefSchema",
35
35
  "location": {
36
36
  "filePath": "ui/dependencies-compare/dependencies-compare.tsx",
37
- "line": 39,
37
+ "line": 36,
38
38
  "character": 1
39
39
  },
40
40
  "name": "React.JSX.Element",
@@ -166,7 +166,7 @@
166
166
  "line": 1,
167
167
  "character": 1
168
168
  },
169
- "signature": "type DependencyType = \"dev\" | \"runtime\" | \"peer\"",
169
+ "signature": "type DependencyType = \"dev\" | \"peer\" | \"runtime\"",
170
170
  "name": "DependencyType",
171
171
  "type": {
172
172
  "__schema": "TypeUnionSchema",
@@ -566,7 +566,7 @@
566
566
  "_legacy": {
567
567
  "scope": "teambit.component",
568
568
  "name": "graph",
569
- "version": "1.0.268"
569
+ "version": "1.0.270"
570
570
  },
571
571
  "_scope": "teambit.component"
572
572
  }
@@ -733,31 +733,31 @@
733
733
  "raw": "/**\n * generate Nodes and Edges for the ReactFlowRenderer graph renderer\n */",
734
734
  "comment": "generate Nodes and Edges for the ReactFlowRenderer graph renderer"
735
735
  },
736
- "signature": "function calcElements(graph: GraphModel<NodeModel, EdgeModel> | undefined, { rootNode }: ElementsOptions): (Node<any> | Edge<any>)[]",
736
+ "signature": "function calcElements(graph: GraphModel<NodeModel, EdgeModel> | undefined, { rootNode }: ElementsOptions): {\n nodes: Node[];\n edges: Edge[];\n}",
737
737
  "name": "calcElements",
738
738
  "params": [
739
739
  {
740
740
  "__schema": "ParameterSchema",
741
741
  "location": {
742
742
  "filePath": "ui/dependencies-graph/calc-elements.tsx",
743
- "line": 16,
744
- "character": 30
743
+ "line": 17,
744
+ "character": 3
745
745
  },
746
746
  "name": "graph",
747
747
  "type": {
748
748
  "__schema": "TypeUnionSchema",
749
749
  "location": {
750
750
  "filePath": "ui/dependencies-graph/calc-elements.tsx",
751
- "line": 16,
752
- "character": 37
751
+ "line": 17,
752
+ "character": 10
753
753
  },
754
754
  "types": [
755
755
  {
756
756
  "__schema": "TypeRefSchema",
757
757
  "location": {
758
758
  "filePath": "ui/dependencies-graph/calc-elements.tsx",
759
- "line": 16,
760
- "character": 37
759
+ "line": 17,
760
+ "character": 10
761
761
  },
762
762
  "name": "GraphModel",
763
763
  "typeArgs": [
@@ -765,8 +765,8 @@
765
765
  "__schema": "TypeRefSchema",
766
766
  "location": {
767
767
  "filePath": "ui/dependencies-graph/calc-elements.tsx",
768
- "line": 16,
769
- "character": 48
768
+ "line": 17,
769
+ "character": 21
770
770
  },
771
771
  "name": "NodeModel"
772
772
  },
@@ -774,8 +774,8 @@
774
774
  "__schema": "TypeRefSchema",
775
775
  "location": {
776
776
  "filePath": "ui/dependencies-graph/calc-elements.tsx",
777
- "line": 16,
778
- "character": 59
777
+ "line": 17,
778
+ "character": 32
779
779
  },
780
780
  "name": "EdgeModel"
781
781
  }
@@ -785,8 +785,8 @@
785
785
  "__schema": "KeywordTypeSchema",
786
786
  "location": {
787
787
  "filePath": "ui/dependencies-graph/calc-elements.tsx",
788
- "line": 16,
789
- "character": 72
788
+ "line": 17,
789
+ "character": 45
790
790
  },
791
791
  "name": "undefined"
792
792
  }
@@ -799,16 +799,16 @@
799
799
  "__schema": "ParameterSchema",
800
800
  "location": {
801
801
  "filePath": "ui/dependencies-graph/calc-elements.tsx",
802
- "line": 16,
803
- "character": 83
802
+ "line": 18,
803
+ "character": 3
804
804
  },
805
805
  "name": "{ rootNode }",
806
806
  "type": {
807
807
  "__schema": "TypeRefSchema",
808
808
  "location": {
809
809
  "filePath": "ui/dependencies-graph/calc-elements.tsx",
810
- "line": 16,
811
- "character": 97
810
+ "line": 18,
811
+ "character": 17
812
812
  },
813
813
  "name": "ElementsOptions",
814
814
  "internalFilePath": "ui/dependencies-graph/calc-elements.tsx"
@@ -819,8 +819,8 @@
819
819
  "__schema": "InferenceTypeSchema",
820
820
  "location": {
821
821
  "filePath": "ui/dependencies-graph/calc-elements.tsx",
822
- "line": 16,
823
- "character": 85
822
+ "line": 18,
823
+ "character": 5
824
824
  },
825
825
  "name": "rootNode",
826
826
  "type": "ComponentID | undefined",
@@ -831,13 +831,72 @@
831
831
  }
832
832
  ],
833
833
  "returnType": {
834
- "__schema": "InferenceTypeSchema",
834
+ "__schema": "TypeLiteralSchema",
835
835
  "location": {
836
836
  "filePath": "ui/dependencies-graph/calc-elements.tsx",
837
- "line": 16,
838
- "character": 1
837
+ "line": 19,
838
+ "character": 4
839
839
  },
840
- "type": "(Node<any> | Edge<any>)[]"
840
+ "members": [
841
+ {
842
+ "__schema": "VariableLikeSchema",
843
+ "location": {
844
+ "filePath": "ui/dependencies-graph/calc-elements.tsx",
845
+ "line": 19,
846
+ "character": 6
847
+ },
848
+ "signature": "(property) nodes: Node[]",
849
+ "name": "nodes",
850
+ "type": {
851
+ "__schema": "TypeArraySchema",
852
+ "location": {
853
+ "filePath": "ui/dependencies-graph/calc-elements.tsx",
854
+ "line": 19,
855
+ "character": 13
856
+ },
857
+ "type": {
858
+ "__schema": "TypeRefSchema",
859
+ "location": {
860
+ "filePath": "ui/dependencies-graph/calc-elements.tsx",
861
+ "line": 19,
862
+ "character": 13
863
+ },
864
+ "name": "Node",
865
+ "packageName": "reactflow"
866
+ }
867
+ },
868
+ "isOptional": false
869
+ },
870
+ {
871
+ "__schema": "VariableLikeSchema",
872
+ "location": {
873
+ "filePath": "ui/dependencies-graph/calc-elements.tsx",
874
+ "line": 19,
875
+ "character": 21
876
+ },
877
+ "signature": "(property) edges: Edge[]",
878
+ "name": "edges",
879
+ "type": {
880
+ "__schema": "TypeArraySchema",
881
+ "location": {
882
+ "filePath": "ui/dependencies-graph/calc-elements.tsx",
883
+ "line": 19,
884
+ "character": 28
885
+ },
886
+ "type": {
887
+ "__schema": "TypeRefSchema",
888
+ "location": {
889
+ "filePath": "ui/dependencies-graph/calc-elements.tsx",
890
+ "line": 19,
891
+ "character": 28
892
+ },
893
+ "name": "Edge",
894
+ "packageName": "reactflow"
895
+ }
896
+ },
897
+ "isOptional": false
898
+ }
899
+ ]
841
900
  },
842
901
  "modifiers": [
843
902
  "export"
@@ -961,7 +1020,7 @@
961
1020
  "character": 41
962
1021
  },
963
1022
  "name": "Node",
964
- "packageName": "react-flow-renderer"
1023
+ "packageName": "reactflow"
965
1024
  },
966
1025
  "isOptional": false,
967
1026
  "isSpread": false
@@ -2029,7 +2088,7 @@
2029
2088
  "line": 7,
2030
2089
  "character": 1
2031
2090
  },
2032
- "signature": "type DepEdgeType = \"dev\" | \"prod\" | \"ext\" | \"peer\"",
2091
+ "signature": "type DepEdgeType = \"prod\" | \"dev\" | \"ext\" | \"peer\"",
2033
2092
  "name": "DepEdgeType",
2034
2093
  "type": {
2035
2094
  "__schema": "TypeUnionSchema",
@@ -2983,7 +3042,7 @@
2983
3042
  "_legacy": {
2984
3043
  "scope": "teambit.component",
2985
3044
  "name": "graph",
2986
- "version": "1.0.268"
3045
+ "version": "1.0.270"
2987
3046
  },
2988
3047
  "_scope": "teambit.component"
2989
3048
  }
@@ -3497,7 +3556,7 @@
3497
3556
  "_legacy": {
3498
3557
  "scope": "teambit.component",
3499
3558
  "name": "graph",
3500
- "version": "1.0.268"
3559
+ "version": "1.0.270"
3501
3560
  },
3502
3561
  "_scope": "teambit.component"
3503
3562
  }
@@ -3622,7 +3681,7 @@
3622
3681
  "_legacy": {
3623
3682
  "scope": "teambit.component",
3624
3683
  "name": "graph",
3625
- "version": "1.0.268"
3684
+ "version": "1.0.270"
3626
3685
  },
3627
3686
  "_scope": "teambit.component"
3628
3687
  }
@@ -5138,7 +5197,7 @@
5138
5197
  "_legacy": {
5139
5198
  "scope": "teambit.component",
5140
5199
  "name": "graph",
5141
- "version": "1.0.268"
5200
+ "version": "1.0.270"
5142
5201
  },
5143
5202
  "_scope": "teambit.component"
5144
5203
  }
@@ -5365,31 +5424,31 @@
5365
5424
  "raw": "/**\n * generate Nodes and Edges for the ReactFlowRenderer graph renderer\n */",
5366
5425
  "comment": "generate Nodes and Edges for the ReactFlowRenderer graph renderer"
5367
5426
  },
5368
- "signature": "function calcElements(graph: GraphModel<NodeModel, EdgeModel> | undefined, { rootNode }: ElementsOptions): (Node<any> | Edge<any>)[]",
5427
+ "signature": "function calcElements(graph: GraphModel<NodeModel, EdgeModel> | undefined, { rootNode }: ElementsOptions): {\n nodes: Node[];\n edges: Edge[];\n}",
5369
5428
  "name": "calcElements",
5370
5429
  "params": [
5371
5430
  {
5372
5431
  "__schema": "ParameterSchema",
5373
5432
  "location": {
5374
5433
  "filePath": "ui/dependencies-graph/calc-elements.tsx",
5375
- "line": 16,
5376
- "character": 30
5434
+ "line": 17,
5435
+ "character": 3
5377
5436
  },
5378
5437
  "name": "graph",
5379
5438
  "type": {
5380
5439
  "__schema": "TypeUnionSchema",
5381
5440
  "location": {
5382
5441
  "filePath": "ui/dependencies-graph/calc-elements.tsx",
5383
- "line": 16,
5384
- "character": 37
5442
+ "line": 17,
5443
+ "character": 10
5385
5444
  },
5386
5445
  "types": [
5387
5446
  {
5388
5447
  "__schema": "TypeRefSchema",
5389
5448
  "location": {
5390
5449
  "filePath": "ui/dependencies-graph/calc-elements.tsx",
5391
- "line": 16,
5392
- "character": 37
5450
+ "line": 17,
5451
+ "character": 10
5393
5452
  },
5394
5453
  "name": "GraphModel",
5395
5454
  "typeArgs": [
@@ -5397,8 +5456,8 @@
5397
5456
  "__schema": "TypeRefSchema",
5398
5457
  "location": {
5399
5458
  "filePath": "ui/dependencies-graph/calc-elements.tsx",
5400
- "line": 16,
5401
- "character": 48
5459
+ "line": 17,
5460
+ "character": 21
5402
5461
  },
5403
5462
  "name": "NodeModel"
5404
5463
  },
@@ -5406,8 +5465,8 @@
5406
5465
  "__schema": "TypeRefSchema",
5407
5466
  "location": {
5408
5467
  "filePath": "ui/dependencies-graph/calc-elements.tsx",
5409
- "line": 16,
5410
- "character": 59
5468
+ "line": 17,
5469
+ "character": 32
5411
5470
  },
5412
5471
  "name": "EdgeModel"
5413
5472
  }
@@ -5417,8 +5476,8 @@
5417
5476
  "__schema": "KeywordTypeSchema",
5418
5477
  "location": {
5419
5478
  "filePath": "ui/dependencies-graph/calc-elements.tsx",
5420
- "line": 16,
5421
- "character": 72
5479
+ "line": 17,
5480
+ "character": 45
5422
5481
  },
5423
5482
  "name": "undefined"
5424
5483
  }
@@ -5431,16 +5490,16 @@
5431
5490
  "__schema": "ParameterSchema",
5432
5491
  "location": {
5433
5492
  "filePath": "ui/dependencies-graph/calc-elements.tsx",
5434
- "line": 16,
5435
- "character": 83
5493
+ "line": 18,
5494
+ "character": 3
5436
5495
  },
5437
5496
  "name": "{ rootNode }",
5438
5497
  "type": {
5439
5498
  "__schema": "TypeRefSchema",
5440
5499
  "location": {
5441
5500
  "filePath": "ui/dependencies-graph/calc-elements.tsx",
5442
- "line": 16,
5443
- "character": 97
5501
+ "line": 18,
5502
+ "character": 17
5444
5503
  },
5445
5504
  "name": "ElementsOptions",
5446
5505
  "internalFilePath": "ui/dependencies-graph/calc-elements.tsx"
@@ -5451,8 +5510,8 @@
5451
5510
  "__schema": "InferenceTypeSchema",
5452
5511
  "location": {
5453
5512
  "filePath": "ui/dependencies-graph/calc-elements.tsx",
5454
- "line": 16,
5455
- "character": 85
5513
+ "line": 18,
5514
+ "character": 5
5456
5515
  },
5457
5516
  "name": "rootNode",
5458
5517
  "type": "ComponentID | undefined",
@@ -5463,13 +5522,72 @@
5463
5522
  }
5464
5523
  ],
5465
5524
  "returnType": {
5466
- "__schema": "InferenceTypeSchema",
5525
+ "__schema": "TypeLiteralSchema",
5467
5526
  "location": {
5468
5527
  "filePath": "ui/dependencies-graph/calc-elements.tsx",
5469
- "line": 16,
5470
- "character": 1
5528
+ "line": 19,
5529
+ "character": 4
5471
5530
  },
5472
- "type": "(Node<any> | Edge<any>)[]"
5531
+ "members": [
5532
+ {
5533
+ "__schema": "VariableLikeSchema",
5534
+ "location": {
5535
+ "filePath": "ui/dependencies-graph/calc-elements.tsx",
5536
+ "line": 19,
5537
+ "character": 6
5538
+ },
5539
+ "signature": "(property) nodes: Node[]",
5540
+ "name": "nodes",
5541
+ "type": {
5542
+ "__schema": "TypeArraySchema",
5543
+ "location": {
5544
+ "filePath": "ui/dependencies-graph/calc-elements.tsx",
5545
+ "line": 19,
5546
+ "character": 13
5547
+ },
5548
+ "type": {
5549
+ "__schema": "TypeRefSchema",
5550
+ "location": {
5551
+ "filePath": "ui/dependencies-graph/calc-elements.tsx",
5552
+ "line": 19,
5553
+ "character": 13
5554
+ },
5555
+ "name": "Node",
5556
+ "packageName": "reactflow"
5557
+ }
5558
+ },
5559
+ "isOptional": false
5560
+ },
5561
+ {
5562
+ "__schema": "VariableLikeSchema",
5563
+ "location": {
5564
+ "filePath": "ui/dependencies-graph/calc-elements.tsx",
5565
+ "line": 19,
5566
+ "character": 21
5567
+ },
5568
+ "signature": "(property) edges: Edge[]",
5569
+ "name": "edges",
5570
+ "type": {
5571
+ "__schema": "TypeArraySchema",
5572
+ "location": {
5573
+ "filePath": "ui/dependencies-graph/calc-elements.tsx",
5574
+ "line": 19,
5575
+ "character": 28
5576
+ },
5577
+ "type": {
5578
+ "__schema": "TypeRefSchema",
5579
+ "location": {
5580
+ "filePath": "ui/dependencies-graph/calc-elements.tsx",
5581
+ "line": 19,
5582
+ "character": 28
5583
+ },
5584
+ "name": "Edge",
5585
+ "packageName": "reactflow"
5586
+ }
5587
+ },
5588
+ "isOptional": false
5589
+ }
5590
+ ]
5473
5591
  },
5474
5592
  "modifiers": [
5475
5593
  "export"
@@ -5557,7 +5675,7 @@
5557
5675
  "character": 41
5558
5676
  },
5559
5677
  "name": "Node",
5560
- "packageName": "react-flow-renderer"
5678
+ "packageName": "reactflow"
5561
5679
  },
5562
5680
  "isOptional": false,
5563
5681
  "isSpread": false
@@ -6562,7 +6680,7 @@
6562
6680
  "line": 7,
6563
6681
  "character": 1
6564
6682
  },
6565
- "signature": "type DepEdgeType = \"dev\" | \"prod\" | \"ext\" | \"peer\"",
6683
+ "signature": "type DepEdgeType = \"prod\" | \"dev\" | \"ext\" | \"peer\"",
6566
6684
  "name": "DepEdgeType",
6567
6685
  "type": {
6568
6686
  "__schema": "TypeUnionSchema",
@@ -7556,7 +7674,7 @@
7556
7674
  "_legacy": {
7557
7675
  "scope": "teambit.component",
7558
7676
  "name": "graph",
7559
- "version": "1.0.268"
7677
+ "version": "1.0.270"
7560
7678
  },
7561
7679
  "_scope": "teambit.component"
7562
7680
  }
@@ -8169,7 +8287,7 @@
8169
8287
  "_legacy": {
8170
8288
  "scope": "teambit.component",
8171
8289
  "name": "graph",
8172
- "version": "1.0.268"
8290
+ "version": "1.0.270"
8173
8291
  },
8174
8292
  "_scope": "teambit.component"
8175
8293
  }
@@ -8331,7 +8449,7 @@
8331
8449
  "_legacy": {
8332
8450
  "scope": "teambit.component",
8333
8451
  "name": "graph",
8334
- "version": "1.0.268"
8452
+ "version": "1.0.270"
8335
8453
  },
8336
8454
  "_scope": "teambit.component"
8337
8455
  }
@@ -8830,16 +8948,16 @@
8830
8948
  "__schema": "TypeSchema",
8831
8949
  "location": {
8832
8950
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
8833
- "line": 42,
8951
+ "line": 37,
8834
8952
  "character": 1
8835
8953
  },
8836
- "signature": "type DependenciesGraphProps = {\n rootNode: ComponentID;\n graph: GraphModel<NodeModel, EdgeModel>;\n componentWidgets: ComponentWidgetSlot;\n onLoad?: ((instance: OnLoadParams) => void) | undefined;\n} & Omit<ReactFlowProps, \"elements\">",
8954
+ "signature": "type DependenciesGraphProps = {\n rootNode: ComponentID;\n graph: GraphModel<NodeModel, EdgeModel>;\n componentWidgets: ComponentWidgetSlot;\n onLoad?: ((instance: ReactFlowInstance) => void) | undefined;\n} & Omit<ReactFlowProps, \"elements\">",
8837
8955
  "name": "DependenciesGraphProps",
8838
8956
  "type": {
8839
8957
  "__schema": "TypeIntersectionSchema",
8840
8958
  "location": {
8841
8959
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
8842
- "line": 42,
8960
+ "line": 37,
8843
8961
  "character": 38
8844
8962
  },
8845
8963
  "types": [
@@ -8847,7 +8965,7 @@
8847
8965
  "__schema": "TypeLiteralSchema",
8848
8966
  "location": {
8849
8967
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
8850
- "line": 42,
8968
+ "line": 37,
8851
8969
  "character": 38
8852
8970
  },
8853
8971
  "members": [
@@ -8855,7 +8973,7 @@
8855
8973
  "__schema": "VariableLikeSchema",
8856
8974
  "location": {
8857
8975
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
8858
- "line": 43,
8976
+ "line": 38,
8859
8977
  "character": 3
8860
8978
  },
8861
8979
  "signature": "(property) rootNode: ComponentID",
@@ -8864,7 +8982,7 @@
8864
8982
  "__schema": "TypeRefSchema",
8865
8983
  "location": {
8866
8984
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
8867
- "line": 43,
8985
+ "line": 38,
8868
8986
  "character": 3
8869
8987
  },
8870
8988
  "name": "ComponentID",
@@ -8879,7 +8997,7 @@
8879
8997
  "__schema": "VariableLikeSchema",
8880
8998
  "location": {
8881
8999
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
8882
- "line": 44,
9000
+ "line": 39,
8883
9001
  "character": 3
8884
9002
  },
8885
9003
  "signature": "(property) graph: GraphModel<NodeModel, EdgeModel>",
@@ -8888,7 +9006,7 @@
8888
9006
  "__schema": "TypeRefSchema",
8889
9007
  "location": {
8890
9008
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
8891
- "line": 44,
9009
+ "line": 39,
8892
9010
  "character": 10
8893
9011
  },
8894
9012
  "name": "GraphModel",
@@ -8897,7 +9015,7 @@
8897
9015
  "__schema": "TypeRefSchema",
8898
9016
  "location": {
8899
9017
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
8900
- "line": 44,
9018
+ "line": 39,
8901
9019
  "character": 21
8902
9020
  },
8903
9021
  "name": "NodeModel"
@@ -8906,7 +9024,7 @@
8906
9024
  "__schema": "TypeRefSchema",
8907
9025
  "location": {
8908
9026
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
8909
- "line": 44,
9027
+ "line": 39,
8910
9028
  "character": 32
8911
9029
  },
8912
9030
  "name": "EdgeModel"
@@ -8919,7 +9037,7 @@
8919
9037
  "__schema": "VariableLikeSchema",
8920
9038
  "location": {
8921
9039
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
8922
- "line": 45,
9040
+ "line": 40,
8923
9041
  "character": 3
8924
9042
  },
8925
9043
  "signature": "(property) componentWidgets: ComponentWidgetSlot",
@@ -8928,7 +9046,7 @@
8928
9046
  "__schema": "TypeRefSchema",
8929
9047
  "location": {
8930
9048
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
8931
- "line": 45,
9049
+ "line": 40,
8932
9050
  "character": 3
8933
9051
  },
8934
9052
  "name": "ComponentWidgetSlot"
@@ -8939,26 +9057,26 @@
8939
9057
  "__schema": "VariableLikeSchema",
8940
9058
  "location": {
8941
9059
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
8942
- "line": 46,
9060
+ "line": 41,
8943
9061
  "character": 3
8944
9062
  },
8945
- "signature": "(property) onLoad?: ((instance: OnLoadParams) => void) | undefined",
9063
+ "signature": "(property) onLoad?: ((instance: ReactFlowInstance) => void) | undefined",
8946
9064
  "name": "onLoad",
8947
9065
  "type": {
8948
9066
  "__schema": "FunctionLikeSchema",
8949
9067
  "location": {
8950
9068
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
8951
- "line": 46,
9069
+ "line": 41,
8952
9070
  "character": 12
8953
9071
  },
8954
- "signature": "(instance: \u001b[2m(package: react-flow-renderer)\u001b[22m OnLoadParams): void",
9072
+ "signature": "(instance: \u001b[2m(package: reactflow)\u001b[22m ReactFlowInstance): void",
8955
9073
  "name": "",
8956
9074
  "params": [
8957
9075
  {
8958
9076
  "__schema": "ParameterSchema",
8959
9077
  "location": {
8960
9078
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
8961
- "line": 46,
9079
+ "line": 41,
8962
9080
  "character": 13
8963
9081
  },
8964
9082
  "name": "instance",
@@ -8966,11 +9084,11 @@
8966
9084
  "__schema": "TypeRefSchema",
8967
9085
  "location": {
8968
9086
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
8969
- "line": 46,
9087
+ "line": 41,
8970
9088
  "character": 23
8971
9089
  },
8972
- "name": "OnLoadParams",
8973
- "packageName": "react-flow-renderer"
9090
+ "name": "ReactFlowInstance",
9091
+ "packageName": "reactflow"
8974
9092
  },
8975
9093
  "isOptional": false,
8976
9094
  "isSpread": false
@@ -8980,8 +9098,8 @@
8980
9098
  "__schema": "KeywordTypeSchema",
8981
9099
  "location": {
8982
9100
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
8983
- "line": 46,
8984
- "character": 40
9101
+ "line": 41,
9102
+ "character": 45
8985
9103
  },
8986
9104
  "name": "void"
8987
9105
  },
@@ -8995,7 +9113,7 @@
8995
9113
  "__schema": "TypeRefSchema",
8996
9114
  "location": {
8997
9115
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
8998
- "line": 47,
9116
+ "line": 42,
8999
9117
  "character": 5
9000
9118
  },
9001
9119
  "name": "Omit",
@@ -9004,17 +9122,17 @@
9004
9122
  "__schema": "TypeRefSchema",
9005
9123
  "location": {
9006
9124
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
9007
- "line": 47,
9125
+ "line": 42,
9008
9126
  "character": 10
9009
9127
  },
9010
9128
  "name": "ReactFlowProps",
9011
- "packageName": "react-flow-renderer"
9129
+ "packageName": "reactflow"
9012
9130
  },
9013
9131
  {
9014
9132
  "__schema": "LiteralTypeSchema",
9015
9133
  "location": {
9016
9134
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
9017
- "line": 47,
9135
+ "line": 42,
9018
9136
  "character": 26
9019
9137
  },
9020
9138
  "name": "'elements'"
@@ -9028,7 +9146,7 @@
9028
9146
  "__schema": "ReactSchema",
9029
9147
  "location": {
9030
9148
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
9031
- "line": 49,
9149
+ "line": 44,
9032
9150
  "character": 1
9033
9151
  },
9034
9152
  "signature": "function DependenciesGraph({ graph, rootNode, componentWidgets, className, onLoad, children, ...rest }: DependenciesGraphProps): React.JSX.Element",
@@ -9037,7 +9155,7 @@
9037
9155
  "__schema": "ParameterSchema",
9038
9156
  "location": {
9039
9157
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
9040
- "line": 49,
9158
+ "line": 44,
9041
9159
  "character": 35
9042
9160
  },
9043
9161
  "name": "{ graph, rootNode, componentWidgets, className, onLoad, children, ...rest }",
@@ -9045,7 +9163,7 @@
9045
9163
  "__schema": "TypeRefSchema",
9046
9164
  "location": {
9047
9165
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
9048
- "line": 57,
9166
+ "line": 52,
9049
9167
  "character": 4
9050
9168
  },
9051
9169
  "name": "DependenciesGraphProps",
@@ -9057,7 +9175,7 @@
9057
9175
  "__schema": "InferenceTypeSchema",
9058
9176
  "location": {
9059
9177
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
9060
- "line": 50,
9178
+ "line": 45,
9061
9179
  "character": 3
9062
9180
  },
9063
9181
  "name": "graph",
@@ -9068,7 +9186,7 @@
9068
9186
  "__schema": "InferenceTypeSchema",
9069
9187
  "location": {
9070
9188
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
9071
- "line": 51,
9189
+ "line": 46,
9072
9190
  "character": 3
9073
9191
  },
9074
9192
  "name": "rootNode",
@@ -9079,7 +9197,7 @@
9079
9197
  "__schema": "InferenceTypeSchema",
9080
9198
  "location": {
9081
9199
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
9082
- "line": 52,
9200
+ "line": 47,
9083
9201
  "character": 3
9084
9202
  },
9085
9203
  "name": "componentWidgets",
@@ -9090,7 +9208,7 @@
9090
9208
  "__schema": "InferenceTypeSchema",
9091
9209
  "location": {
9092
9210
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
9093
- "line": 53,
9211
+ "line": 48,
9094
9212
  "character": 3
9095
9213
  },
9096
9214
  "name": "className",
@@ -9101,18 +9219,18 @@
9101
9219
  "__schema": "InferenceTypeSchema",
9102
9220
  "location": {
9103
9221
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
9104
- "line": 54,
9222
+ "line": 49,
9105
9223
  "character": 3
9106
9224
  },
9107
9225
  "name": "onLoad",
9108
- "type": "(((instance: OnLoadParams) => void) & OnLoadFunc) | undefined",
9226
+ "type": "(((instance: ReactFlowInstance) => void) & React.ReactEventHandler<HTMLDivElement>) | undefined",
9109
9227
  "isSpread": false
9110
9228
  },
9111
9229
  {
9112
9230
  "__schema": "InferenceTypeSchema",
9113
9231
  "location": {
9114
9232
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
9115
- "line": 55,
9233
+ "line": 50,
9116
9234
  "character": 3
9117
9235
  },
9118
9236
  "name": "children",
@@ -9123,11 +9241,11 @@
9123
9241
  "__schema": "InferenceTypeSchema",
9124
9242
  "location": {
9125
9243
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
9126
- "line": 56,
9244
+ "line": 51,
9127
9245
  "character": 6
9128
9246
  },
9129
9247
  "name": "rest",
9130
- "type": "{\n id?: string | undefined;\n hidden?: boolean | undefined;\n defaultChecked?: boolean | undefined;\n defaultValue?: string | number | readonly string[] | undefined;\n suppressContentEditableWarning?: boolean | undefined;\n ... 303 more ...;\n onEdgeUpdate?: OnEdgeUpdateFunc | undefined;\n}",
9248
+ "type": "{\n title?: string | undefined;\n id?: string | undefined;\n defaultChecked?: boolean | undefined;\n defaultValue?: string | number | readonly string[] | undefined;\n suppressContentEditableWarning?: boolean | undefined;\n ... 356 more ...;\n nodeDragThreshold?: number | undefined;\n}",
9131
9249
  "isSpread": true
9132
9250
  }
9133
9251
  ],
@@ -9137,7 +9255,7 @@
9137
9255
  "__schema": "TypeRefSchema",
9138
9256
  "location": {
9139
9257
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
9140
- "line": 49,
9258
+ "line": 44,
9141
9259
  "character": 1
9142
9260
  },
9143
9261
  "name": "React.JSX.Element",
@@ -9153,7 +9271,7 @@
9153
9271
  "__schema": "ReactSchema",
9154
9272
  "location": {
9155
9273
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
9156
- "line": 26,
9274
+ "line": 25,
9157
9275
  "character": 1
9158
9276
  },
9159
9277
  "signature": "function ComponentNodeContainer(props: NodeProps): React.JSX.Element",
@@ -9162,7 +9280,7 @@
9162
9280
  "__schema": "ParameterSchema",
9163
9281
  "location": {
9164
9282
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
9165
- "line": 26,
9283
+ "line": 25,
9166
9284
  "character": 33
9167
9285
  },
9168
9286
  "name": "props",
@@ -9170,11 +9288,11 @@
9170
9288
  "__schema": "TypeRefSchema",
9171
9289
  "location": {
9172
9290
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
9173
- "line": 26,
9291
+ "line": 25,
9174
9292
  "character": 40
9175
9293
  },
9176
9294
  "name": "NodeProps",
9177
- "packageName": "react-flow-renderer"
9295
+ "packageName": "reactflow"
9178
9296
  },
9179
9297
  "isOptional": false,
9180
9298
  "isSpread": false
@@ -9183,46 +9301,13 @@
9183
9301
  "__schema": "TypeRefSchema",
9184
9302
  "location": {
9185
9303
  "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
9186
- "line": 26,
9304
+ "line": 25,
9187
9305
  "character": 1
9188
9306
  },
9189
9307
  "name": "React.JSX.Element",
9190
9308
  "packageName": "react"
9191
9309
  },
9192
9310
  "modifiers": []
9193
- },
9194
- {
9195
- "__schema": "ModuleSchema",
9196
- "location": {
9197
- "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
9198
- "line": 40,
9199
- "character": 1
9200
- },
9201
- "exports": [
9202
- {
9203
- "__schema": "VariableLikeSchema",
9204
- "location": {
9205
- "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
9206
- "line": 40,
9207
- "character": 7
9208
- },
9209
- "signature": "const NodeTypes: NodeTypesType",
9210
- "name": "NodeTypes",
9211
- "type": {
9212
- "__schema": "TypeRefSchema",
9213
- "location": {
9214
- "filePath": "ui/dependencies-graph/dependencies-graph.tsx",
9215
- "line": 40,
9216
- "character": 7
9217
- },
9218
- "name": "NodeTypesType",
9219
- "packageName": "react-flow-renderer"
9220
- },
9221
- "isOptional": false,
9222
- "defaultValue": "{ ComponentNode: ComponentNodeContainer }"
9223
- }
9224
- ],
9225
- "internals": []
9226
9311
  }
9227
9312
  ]
9228
9313
  },
@@ -9988,7 +10073,7 @@
9988
10073
  "componentId": {
9989
10074
  "scope": "teambit.component",
9990
10075
  "name": "graph",
9991
- "version": "1.0.268"
10076
+ "version": "1.0.270"
9992
10077
  },
9993
10078
  "taggedModuleExports": []
9994
10079
  }