@teambit/ui 1.0.228 → 1.0.229
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_ui_foundation_ui-preview.js +1 -1
- package/artifacts/schema.json +505 -133
- package/artifacts/ui-bundle/scope/public/bit/index.html +1 -1
- package/artifacts/ui-bundle/scope/public/bit/service-worker.js +1 -1
- package/artifacts/ui-bundle/scope/public/bit/ssr/service-worker.js.map +1 -1
- package/dist/bundle-ui.task.d.ts +28 -0
- package/dist/events/index.d.ts +1 -0
- package/dist/events/ui-server-started-event.d.ts +16 -0
- package/dist/exceptions/index.d.ts +2 -0
- package/dist/exceptions/unknown-build-error.d.ts +3 -0
- package/dist/exceptions/unknown-ui.d.ts +6 -0
- package/dist/index.d.ts +23 -0
- package/dist/{preview-1712805335812.js → preview-1712822929999.js} +2 -2
- package/dist/ssr-middleware/index.d.ts +1 -0
- package/dist/ssr-middleware/ssr-middleware.d.ts +10 -0
- package/dist/start-plugin.d.ts +17 -0
- package/dist/start.cmd.d.ts +37 -0
- package/dist/ui/client-context.d.ts +4 -0
- package/dist/ui-build.cmd.d.ts +20 -0
- package/dist/ui-root.d.ts +48 -0
- package/dist/ui-root.ui.d.ts +5 -0
- package/dist/ui-server.d.ts +72 -0
- package/dist/ui.aspect.d.ts +4 -0
- package/dist/ui.cli.rt.d.ts +0 -0
- package/dist/ui.composition.d.ts +1 -0
- package/dist/ui.main.runtime.d.ts +260 -0
- package/dist/ui.runtime.d.ts +0 -0
- package/dist/ui.ui.runtime.d.ts +59 -0
- package/dist/webpack/html.d.ts +2 -0
- package/dist/webpack/postcss.config.d.ts +4 -0
- package/dist/webpack/webpack.base.config.d.ts +2 -0
- package/dist/webpack/webpack.browser.config.d.ts +2 -0
- package/dist/webpack/webpack.dev.config.d.ts +2 -0
- package/dist/webpack/webpack.ssr.config.d.ts +2 -0
- package/package.json +17 -17
- package/tsconfig.json +1 -46
package/artifacts/schema.json
CHANGED
|
@@ -242,7 +242,8 @@
|
|
|
242
242
|
"line": 8,
|
|
243
243
|
"character": 56
|
|
244
244
|
},
|
|
245
|
-
"name": "UiServerStartedEventData"
|
|
245
|
+
"name": "UiServerStartedEventData",
|
|
246
|
+
"internalFilePath": "events/ui-server-started-event.ts"
|
|
246
247
|
}
|
|
247
248
|
],
|
|
248
249
|
"expression": {
|
|
@@ -257,7 +258,7 @@
|
|
|
257
258
|
"_legacy": {
|
|
258
259
|
"scope": "teambit.ui-foundation",
|
|
259
260
|
"name": "ui",
|
|
260
|
-
"version": "1.0.
|
|
261
|
+
"version": "1.0.229"
|
|
261
262
|
},
|
|
262
263
|
"_scope": "teambit.ui-foundation"
|
|
263
264
|
}
|
|
@@ -509,7 +510,11 @@
|
|
|
509
510
|
"line": 35,
|
|
510
511
|
"character": 20
|
|
511
512
|
},
|
|
512
|
-
"name": "ComponentID"
|
|
513
|
+
"name": "ComponentID",
|
|
514
|
+
"componentId": {
|
|
515
|
+
"scope": "teambit.component",
|
|
516
|
+
"name": "component"
|
|
517
|
+
}
|
|
513
518
|
}
|
|
514
519
|
},
|
|
515
520
|
"isOptional": true,
|
|
@@ -530,7 +535,11 @@
|
|
|
530
535
|
"line": 36,
|
|
531
536
|
"character": 12
|
|
532
537
|
},
|
|
533
|
-
"name": "ResolveAspectsOptions"
|
|
538
|
+
"name": "ResolveAspectsOptions",
|
|
539
|
+
"componentId": {
|
|
540
|
+
"scope": "teambit.component",
|
|
541
|
+
"name": "component"
|
|
542
|
+
}
|
|
534
543
|
},
|
|
535
544
|
"isOptional": true,
|
|
536
545
|
"isSpread": false
|
|
@@ -559,7 +568,11 @@
|
|
|
559
568
|
"line": 37,
|
|
560
569
|
"character": 14
|
|
561
570
|
},
|
|
562
|
-
"name": "AspectDefinition"
|
|
571
|
+
"name": "AspectDefinition",
|
|
572
|
+
"componentId": {
|
|
573
|
+
"scope": "teambit.harmony",
|
|
574
|
+
"name": "aspect-loader"
|
|
575
|
+
}
|
|
563
576
|
}
|
|
564
577
|
}
|
|
565
578
|
]
|
|
@@ -630,7 +643,11 @@
|
|
|
630
643
|
"line": 42,
|
|
631
644
|
"character": 45
|
|
632
645
|
},
|
|
633
|
-
"name": "Component"
|
|
646
|
+
"name": "Component",
|
|
647
|
+
"componentId": {
|
|
648
|
+
"scope": "teambit.component",
|
|
649
|
+
"name": "component"
|
|
650
|
+
}
|
|
634
651
|
}
|
|
635
652
|
}
|
|
636
653
|
]
|
|
@@ -753,7 +770,7 @@
|
|
|
753
770
|
"_legacy": {
|
|
754
771
|
"scope": "teambit.ui-foundation",
|
|
755
772
|
"name": "ui",
|
|
756
|
-
"version": "1.0.
|
|
773
|
+
"version": "1.0.229"
|
|
757
774
|
},
|
|
758
775
|
"_scope": "teambit.ui-foundation"
|
|
759
776
|
}
|
|
@@ -835,7 +852,8 @@
|
|
|
835
852
|
"line": 55,
|
|
836
853
|
"character": 26
|
|
837
854
|
},
|
|
838
|
-
"name": "ProxyConfigArrayItem"
|
|
855
|
+
"name": "ProxyConfigArrayItem",
|
|
856
|
+
"packageName": "webpack-dev-server"
|
|
839
857
|
},
|
|
840
858
|
{
|
|
841
859
|
"__schema": "TypeLiteralSchema",
|
|
@@ -913,7 +931,11 @@
|
|
|
913
931
|
"line": 131,
|
|
914
932
|
"character": 21
|
|
915
933
|
},
|
|
916
|
-
"name": "PubsubMain"
|
|
934
|
+
"name": "PubsubMain",
|
|
935
|
+
"componentId": {
|
|
936
|
+
"scope": "teambit.harmony",
|
|
937
|
+
"name": "pubsub"
|
|
938
|
+
}
|
|
917
939
|
},
|
|
918
940
|
"isOptional": false,
|
|
919
941
|
"isSpread": false
|
|
@@ -933,7 +955,8 @@
|
|
|
933
955
|
"line": 133,
|
|
934
956
|
"character": 21
|
|
935
957
|
},
|
|
936
|
-
"name": "UIConfig"
|
|
958
|
+
"name": "UIConfig",
|
|
959
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
937
960
|
},
|
|
938
961
|
"isOptional": false,
|
|
939
962
|
"isSpread": false
|
|
@@ -953,7 +976,11 @@
|
|
|
953
976
|
"line": 138,
|
|
954
977
|
"character": 22
|
|
955
978
|
},
|
|
956
|
-
"name": "GraphqlMain"
|
|
979
|
+
"name": "GraphqlMain",
|
|
980
|
+
"componentId": {
|
|
981
|
+
"scope": "teambit.harmony",
|
|
982
|
+
"name": "graphql"
|
|
983
|
+
}
|
|
957
984
|
},
|
|
958
985
|
"isOptional": false,
|
|
959
986
|
"isSpread": false
|
|
@@ -973,7 +1000,8 @@
|
|
|
973
1000
|
"line": 143,
|
|
974
1001
|
"character": 25
|
|
975
1002
|
},
|
|
976
|
-
"name": "UIRootRegistry"
|
|
1003
|
+
"name": "UIRootRegistry",
|
|
1004
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
977
1005
|
},
|
|
978
1006
|
"isOptional": false,
|
|
979
1007
|
"isSpread": false
|
|
@@ -993,7 +1021,11 @@
|
|
|
993
1021
|
"line": 148,
|
|
994
1022
|
"character": 22
|
|
995
1023
|
},
|
|
996
|
-
"name": "ExpressMain"
|
|
1024
|
+
"name": "ExpressMain",
|
|
1025
|
+
"componentId": {
|
|
1026
|
+
"scope": "teambit.harmony",
|
|
1027
|
+
"name": "express"
|
|
1028
|
+
}
|
|
997
1029
|
},
|
|
998
1030
|
"isOptional": false,
|
|
999
1031
|
"isSpread": false
|
|
@@ -1013,7 +1045,8 @@
|
|
|
1013
1045
|
"line": 153,
|
|
1014
1046
|
"character": 27
|
|
1015
1047
|
},
|
|
1016
|
-
"name": "PreStartSlot"
|
|
1048
|
+
"name": "PreStartSlot",
|
|
1049
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
1017
1050
|
},
|
|
1018
1051
|
"isOptional": false,
|
|
1019
1052
|
"isSpread": false
|
|
@@ -1033,7 +1066,8 @@
|
|
|
1033
1066
|
"line": 158,
|
|
1034
1067
|
"character": 26
|
|
1035
1068
|
},
|
|
1036
|
-
"name": "OnStartSlot"
|
|
1069
|
+
"name": "OnStartSlot",
|
|
1070
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
1037
1071
|
},
|
|
1038
1072
|
"isOptional": false,
|
|
1039
1073
|
"isSpread": false
|
|
@@ -1053,7 +1087,8 @@
|
|
|
1053
1087
|
"line": 163,
|
|
1054
1088
|
"character": 37
|
|
1055
1089
|
},
|
|
1056
|
-
"name": "PublicDirOverwriteSlot"
|
|
1090
|
+
"name": "PublicDirOverwriteSlot",
|
|
1091
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
1057
1092
|
},
|
|
1058
1093
|
"isOptional": false,
|
|
1059
1094
|
"isSpread": false
|
|
@@ -1073,7 +1108,8 @@
|
|
|
1073
1108
|
"line": 168,
|
|
1074
1109
|
"character": 39
|
|
1075
1110
|
},
|
|
1076
|
-
"name": "BuildMethodOverwriteSlot"
|
|
1111
|
+
"name": "BuildMethodOverwriteSlot",
|
|
1112
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
1077
1113
|
},
|
|
1078
1114
|
"isOptional": false,
|
|
1079
1115
|
"isSpread": false
|
|
@@ -1093,7 +1129,11 @@
|
|
|
1093
1129
|
"line": 173,
|
|
1094
1130
|
"character": 33
|
|
1095
1131
|
},
|
|
1096
|
-
"name": "ComponentMain"
|
|
1132
|
+
"name": "ComponentMain",
|
|
1133
|
+
"componentId": {
|
|
1134
|
+
"scope": "teambit.component",
|
|
1135
|
+
"name": "component"
|
|
1136
|
+
}
|
|
1097
1137
|
},
|
|
1098
1138
|
"isOptional": false,
|
|
1099
1139
|
"isSpread": false
|
|
@@ -1113,7 +1153,11 @@
|
|
|
1113
1153
|
"line": 178,
|
|
1114
1154
|
"character": 20
|
|
1115
1155
|
},
|
|
1116
|
-
"name": "CacheMain"
|
|
1156
|
+
"name": "CacheMain",
|
|
1157
|
+
"componentId": {
|
|
1158
|
+
"scope": "teambit.harmony",
|
|
1159
|
+
"name": "cache"
|
|
1160
|
+
}
|
|
1117
1161
|
},
|
|
1118
1162
|
"isOptional": false,
|
|
1119
1163
|
"isSpread": false
|
|
@@ -1133,7 +1177,11 @@
|
|
|
1133
1177
|
"line": 183,
|
|
1134
1178
|
"character": 21
|
|
1135
1179
|
},
|
|
1136
|
-
"name": "Logger"
|
|
1180
|
+
"name": "Logger",
|
|
1181
|
+
"componentId": {
|
|
1182
|
+
"scope": "teambit.harmony",
|
|
1183
|
+
"name": "logger"
|
|
1184
|
+
}
|
|
1137
1185
|
},
|
|
1138
1186
|
"isOptional": false,
|
|
1139
1187
|
"isSpread": false
|
|
@@ -1153,7 +1201,12 @@
|
|
|
1153
1201
|
"line": 185,
|
|
1154
1202
|
"character": 22
|
|
1155
1203
|
},
|
|
1156
|
-
"name": "Harmony"
|
|
1204
|
+
"name": "Harmony",
|
|
1205
|
+
"componentId": {
|
|
1206
|
+
"scope": "teambit.harmony",
|
|
1207
|
+
"name": "harmony",
|
|
1208
|
+
"version": "0.4.6"
|
|
1209
|
+
}
|
|
1157
1210
|
},
|
|
1158
1211
|
"isOptional": false,
|
|
1159
1212
|
"isSpread": false
|
|
@@ -1173,7 +1226,8 @@
|
|
|
1173
1226
|
"line": 187,
|
|
1174
1227
|
"character": 30
|
|
1175
1228
|
},
|
|
1176
|
-
"name": "StartPluginSlot"
|
|
1229
|
+
"name": "StartPluginSlot",
|
|
1230
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
1177
1231
|
},
|
|
1178
1232
|
"isOptional": false,
|
|
1179
1233
|
"isSpread": false
|
|
@@ -1437,7 +1491,8 @@
|
|
|
1437
1491
|
"line": 265,
|
|
1438
1492
|
"character": 39
|
|
1439
1493
|
},
|
|
1440
|
-
"name": "RuntimeOptions"
|
|
1494
|
+
"name": "RuntimeOptions",
|
|
1495
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
1441
1496
|
},
|
|
1442
1497
|
"isOptional": false,
|
|
1443
1498
|
"isSpread": false
|
|
@@ -1546,7 +1601,8 @@
|
|
|
1546
1601
|
"line": 342,
|
|
1547
1602
|
"character": 32
|
|
1548
1603
|
},
|
|
1549
|
-
"name": "PreStart"
|
|
1604
|
+
"name": "PreStart",
|
|
1605
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
1550
1606
|
},
|
|
1551
1607
|
"isOptional": false,
|
|
1552
1608
|
"isSpread": false
|
|
@@ -1598,7 +1654,8 @@
|
|
|
1598
1654
|
"line": 349,
|
|
1599
1655
|
"character": 30
|
|
1600
1656
|
},
|
|
1601
|
-
"name": "OnStart"
|
|
1657
|
+
"name": "OnStart",
|
|
1658
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
1602
1659
|
},
|
|
1603
1660
|
"isOptional": false,
|
|
1604
1661
|
"isSpread": false
|
|
@@ -1650,7 +1707,8 @@
|
|
|
1650
1707
|
"line": 357,
|
|
1651
1708
|
"character": 32
|
|
1652
1709
|
},
|
|
1653
|
-
"name": "BuildMethodOverwrite"
|
|
1710
|
+
"name": "BuildMethodOverwrite",
|
|
1711
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
1654
1712
|
},
|
|
1655
1713
|
"isOptional": false,
|
|
1656
1714
|
"isSpread": false
|
|
@@ -1702,7 +1760,8 @@
|
|
|
1702
1760
|
"line": 365,
|
|
1703
1761
|
"character": 34
|
|
1704
1762
|
},
|
|
1705
|
-
"name": "PublicDirOverwrite"
|
|
1763
|
+
"name": "PublicDirOverwrite",
|
|
1764
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
1706
1765
|
},
|
|
1707
1766
|
"isOptional": false,
|
|
1708
1767
|
"isSpread": false
|
|
@@ -1807,7 +1866,8 @@
|
|
|
1807
1866
|
"line": 393,
|
|
1808
1867
|
"character": 34
|
|
1809
1868
|
},
|
|
1810
|
-
"name": "ComponentType"
|
|
1869
|
+
"name": "ComponentType",
|
|
1870
|
+
"packageName": "react"
|
|
1811
1871
|
}
|
|
1812
1872
|
}
|
|
1813
1873
|
]
|
|
@@ -2072,7 +2132,11 @@
|
|
|
2072
2132
|
"line": 435,
|
|
2073
2133
|
"character": 26
|
|
2074
2134
|
},
|
|
2075
|
-
"name": "AspectDefinition"
|
|
2135
|
+
"name": "AspectDefinition",
|
|
2136
|
+
"componentId": {
|
|
2137
|
+
"scope": "teambit.harmony",
|
|
2138
|
+
"name": "aspect-loader"
|
|
2139
|
+
}
|
|
2076
2140
|
}
|
|
2077
2141
|
},
|
|
2078
2142
|
"isOptional": false,
|
|
@@ -2152,7 +2216,11 @@
|
|
|
2152
2216
|
"line": 443,
|
|
2153
2217
|
"character": 17
|
|
2154
2218
|
},
|
|
2155
|
-
"name": "AspectDefinition"
|
|
2219
|
+
"name": "AspectDefinition",
|
|
2220
|
+
"componentId": {
|
|
2221
|
+
"scope": "teambit.harmony",
|
|
2222
|
+
"name": "aspect-loader"
|
|
2223
|
+
}
|
|
2156
2224
|
}
|
|
2157
2225
|
},
|
|
2158
2226
|
"isOptional": false,
|
|
@@ -2781,7 +2849,8 @@
|
|
|
2781
2849
|
"line": 639,
|
|
2782
2850
|
"character": 77
|
|
2783
2851
|
},
|
|
2784
|
-
"name": "UIDeps"
|
|
2852
|
+
"name": "UIDeps",
|
|
2853
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
2785
2854
|
},
|
|
2786
2855
|
"isOptional": false,
|
|
2787
2856
|
"isSpread": false
|
|
@@ -2829,7 +2898,8 @@
|
|
|
2829
2898
|
"line": 642,
|
|
2830
2899
|
"character": 7
|
|
2831
2900
|
},
|
|
2832
|
-
"name": "UIRootRegistry"
|
|
2901
|
+
"name": "UIRootRegistry",
|
|
2902
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
2833
2903
|
},
|
|
2834
2904
|
{
|
|
2835
2905
|
"__schema": "TypeRefSchema",
|
|
@@ -2838,7 +2908,8 @@
|
|
|
2838
2908
|
"line": 643,
|
|
2839
2909
|
"character": 7
|
|
2840
2910
|
},
|
|
2841
|
-
"name": "PreStartSlot"
|
|
2911
|
+
"name": "PreStartSlot",
|
|
2912
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
2842
2913
|
},
|
|
2843
2914
|
{
|
|
2844
2915
|
"__schema": "TypeRefSchema",
|
|
@@ -2847,7 +2918,8 @@
|
|
|
2847
2918
|
"line": 644,
|
|
2848
2919
|
"character": 7
|
|
2849
2920
|
},
|
|
2850
|
-
"name": "OnStartSlot"
|
|
2921
|
+
"name": "OnStartSlot",
|
|
2922
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
2851
2923
|
},
|
|
2852
2924
|
{
|
|
2853
2925
|
"__schema": "TypeRefSchema",
|
|
@@ -2856,7 +2928,8 @@
|
|
|
2856
2928
|
"line": 645,
|
|
2857
2929
|
"character": 7
|
|
2858
2930
|
},
|
|
2859
|
-
"name": "PublicDirOverwriteSlot"
|
|
2931
|
+
"name": "PublicDirOverwriteSlot",
|
|
2932
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
2860
2933
|
},
|
|
2861
2934
|
{
|
|
2862
2935
|
"__schema": "TypeRefSchema",
|
|
@@ -2865,7 +2938,8 @@
|
|
|
2865
2938
|
"line": 646,
|
|
2866
2939
|
"character": 7
|
|
2867
2940
|
},
|
|
2868
|
-
"name": "BuildMethodOverwriteSlot"
|
|
2941
|
+
"name": "BuildMethodOverwriteSlot",
|
|
2942
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
2869
2943
|
},
|
|
2870
2944
|
{
|
|
2871
2945
|
"__schema": "TypeRefSchema",
|
|
@@ -2874,7 +2948,8 @@
|
|
|
2874
2948
|
"line": 647,
|
|
2875
2949
|
"character": 7
|
|
2876
2950
|
},
|
|
2877
|
-
"name": "StartPluginSlot"
|
|
2951
|
+
"name": "StartPluginSlot",
|
|
2952
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
2878
2953
|
}
|
|
2879
2954
|
]
|
|
2880
2955
|
},
|
|
@@ -2896,7 +2971,12 @@
|
|
|
2896
2971
|
"line": 649,
|
|
2897
2972
|
"character": 14
|
|
2898
2973
|
},
|
|
2899
|
-
"name": "Harmony"
|
|
2974
|
+
"name": "Harmony",
|
|
2975
|
+
"componentId": {
|
|
2976
|
+
"scope": "teambit.harmony",
|
|
2977
|
+
"name": "harmony",
|
|
2978
|
+
"version": "0.4.6"
|
|
2979
|
+
}
|
|
2900
2980
|
},
|
|
2901
2981
|
"isOptional": false,
|
|
2902
2982
|
"isSpread": false
|
|
@@ -3005,7 +3085,11 @@
|
|
|
3005
3085
|
"line": 28,
|
|
3006
3086
|
"character": 21
|
|
3007
3087
|
},
|
|
3008
|
-
"name": "ReactRouterUI"
|
|
3088
|
+
"name": "ReactRouterUI",
|
|
3089
|
+
"componentId": {
|
|
3090
|
+
"scope": "teambit.ui-foundation",
|
|
3091
|
+
"name": "react-router"
|
|
3092
|
+
}
|
|
3009
3093
|
},
|
|
3010
3094
|
"isOptional": false,
|
|
3011
3095
|
"isSpread": false
|
|
@@ -3025,7 +3109,8 @@
|
|
|
3025
3109
|
"line": 32,
|
|
3026
3110
|
"character": 25
|
|
3027
3111
|
},
|
|
3028
|
-
"name": "UIRootRegistry"
|
|
3112
|
+
"name": "UIRootRegistry",
|
|
3113
|
+
"internalFilePath": "ui.ui.runtime.tsx"
|
|
3029
3114
|
},
|
|
3030
3115
|
"isOptional": false,
|
|
3031
3116
|
"isSpread": false
|
|
@@ -3045,7 +3130,8 @@
|
|
|
3045
3130
|
"line": 34,
|
|
3046
3131
|
"character": 22
|
|
3047
3132
|
},
|
|
3048
|
-
"name": "HudSlot"
|
|
3133
|
+
"name": "HudSlot",
|
|
3134
|
+
"internalFilePath": "ui.ui.runtime.tsx"
|
|
3049
3135
|
},
|
|
3050
3136
|
"isOptional": false,
|
|
3051
3137
|
"isSpread": false
|
|
@@ -3065,7 +3151,8 @@
|
|
|
3065
3151
|
"line": 36,
|
|
3066
3152
|
"character": 32
|
|
3067
3153
|
},
|
|
3068
|
-
"name": "RenderPluginsSlot"
|
|
3154
|
+
"name": "RenderPluginsSlot",
|
|
3155
|
+
"internalFilePath": "ui.ui.runtime.tsx"
|
|
3069
3156
|
},
|
|
3070
3157
|
"isOptional": false,
|
|
3071
3158
|
"isSpread": false
|
|
@@ -3202,7 +3289,12 @@
|
|
|
3202
3289
|
"line": 58,
|
|
3203
3290
|
"character": 54
|
|
3204
3291
|
},
|
|
3205
|
-
"name": "SsrSession"
|
|
3292
|
+
"name": "SsrSession",
|
|
3293
|
+
"componentId": {
|
|
3294
|
+
"scope": "teambit.react",
|
|
3295
|
+
"name": "rendering/ssr",
|
|
3296
|
+
"version": "0.0.3"
|
|
3297
|
+
}
|
|
3206
3298
|
},
|
|
3207
3299
|
"isOptional": false,
|
|
3208
3300
|
"isSpread": false
|
|
@@ -3311,6 +3403,7 @@
|
|
|
3311
3403
|
"character": 31
|
|
3312
3404
|
},
|
|
3313
3405
|
"name": "ComponentType",
|
|
3406
|
+
"packageName": "react",
|
|
3314
3407
|
"typeArgs": [
|
|
3315
3408
|
{
|
|
3316
3409
|
"__schema": "TypeRefSchema",
|
|
@@ -3320,6 +3413,11 @@
|
|
|
3320
3413
|
"character": 45
|
|
3321
3414
|
},
|
|
3322
3415
|
"name": "ContextProps",
|
|
3416
|
+
"componentId": {
|
|
3417
|
+
"scope": "teambit.react",
|
|
3418
|
+
"name": "rendering/ssr",
|
|
3419
|
+
"version": "0.0.3"
|
|
3420
|
+
},
|
|
3323
3421
|
"typeArgs": [
|
|
3324
3422
|
{
|
|
3325
3423
|
"__schema": "TypeRefSchema",
|
|
@@ -3420,6 +3518,11 @@
|
|
|
3420
3518
|
"character": 37
|
|
3421
3519
|
},
|
|
3422
3520
|
"name": "RenderPlugin",
|
|
3521
|
+
"componentId": {
|
|
3522
|
+
"scope": "teambit.react",
|
|
3523
|
+
"name": "rendering/ssr",
|
|
3524
|
+
"version": "0.0.3"
|
|
3525
|
+
},
|
|
3423
3526
|
"typeArgs": [
|
|
3424
3527
|
{
|
|
3425
3528
|
"__schema": "TypeRefSchema",
|
|
@@ -3556,7 +3659,11 @@
|
|
|
3556
3659
|
"line": 127,
|
|
3557
3660
|
"character": 27
|
|
3558
3661
|
},
|
|
3559
|
-
"name": "GraphqlUI"
|
|
3662
|
+
"name": "GraphqlUI",
|
|
3663
|
+
"componentId": {
|
|
3664
|
+
"scope": "teambit.harmony",
|
|
3665
|
+
"name": "graphql"
|
|
3666
|
+
}
|
|
3560
3667
|
},
|
|
3561
3668
|
{
|
|
3562
3669
|
"__schema": "TypeRefSchema",
|
|
@@ -3565,7 +3672,11 @@
|
|
|
3565
3672
|
"line": 127,
|
|
3566
3673
|
"character": 38
|
|
3567
3674
|
},
|
|
3568
|
-
"name": "ReactRouterUI"
|
|
3675
|
+
"name": "ReactRouterUI",
|
|
3676
|
+
"componentId": {
|
|
3677
|
+
"scope": "teambit.ui-foundation",
|
|
3678
|
+
"name": "react-router"
|
|
3679
|
+
}
|
|
3569
3680
|
}
|
|
3570
3681
|
]
|
|
3571
3682
|
},
|
|
@@ -3615,7 +3726,8 @@
|
|
|
3615
3726
|
"line": 129,
|
|
3616
3727
|
"character": 50
|
|
3617
3728
|
},
|
|
3618
|
-
"name": "UIRootRegistry"
|
|
3729
|
+
"name": "UIRootRegistry",
|
|
3730
|
+
"internalFilePath": "ui.ui.runtime.tsx"
|
|
3619
3731
|
},
|
|
3620
3732
|
{
|
|
3621
3733
|
"__schema": "TypeRefSchema",
|
|
@@ -3624,7 +3736,8 @@
|
|
|
3624
3736
|
"line": 129,
|
|
3625
3737
|
"character": 66
|
|
3626
3738
|
},
|
|
3627
|
-
"name": "HudSlot"
|
|
3739
|
+
"name": "HudSlot",
|
|
3740
|
+
"internalFilePath": "ui.ui.runtime.tsx"
|
|
3628
3741
|
},
|
|
3629
3742
|
{
|
|
3630
3743
|
"__schema": "TypeRefSchema",
|
|
@@ -3633,7 +3746,8 @@
|
|
|
3633
3746
|
"line": 129,
|
|
3634
3747
|
"character": 75
|
|
3635
3748
|
},
|
|
3636
|
-
"name": "RenderPluginsSlot"
|
|
3749
|
+
"name": "RenderPluginsSlot",
|
|
3750
|
+
"internalFilePath": "ui.ui.runtime.tsx"
|
|
3637
3751
|
}
|
|
3638
3752
|
]
|
|
3639
3753
|
},
|
|
@@ -3913,7 +4027,8 @@
|
|
|
3913
4027
|
"line": 4,
|
|
3914
4028
|
"character": 11
|
|
3915
4029
|
},
|
|
3916
|
-
"name": "RouteProps"
|
|
4030
|
+
"name": "RouteProps",
|
|
4031
|
+
"packageName": "react-router-dom"
|
|
3917
4032
|
}
|
|
3918
4033
|
},
|
|
3919
4034
|
"isOptional": false
|
|
@@ -3987,7 +4102,11 @@
|
|
|
3987
4102
|
"line": 46,
|
|
3988
4103
|
"character": 22
|
|
3989
4104
|
},
|
|
3990
|
-
"name": "GraphqlMain"
|
|
4105
|
+
"name": "GraphqlMain",
|
|
4106
|
+
"componentId": {
|
|
4107
|
+
"scope": "teambit.harmony",
|
|
4108
|
+
"name": "graphql"
|
|
4109
|
+
}
|
|
3991
4110
|
},
|
|
3992
4111
|
"isOptional": false,
|
|
3993
4112
|
"isSpread": false
|
|
@@ -4007,7 +4126,11 @@
|
|
|
4007
4126
|
"line": 47,
|
|
4008
4127
|
"character": 31
|
|
4009
4128
|
},
|
|
4010
|
-
"name": "ExpressMain"
|
|
4129
|
+
"name": "ExpressMain",
|
|
4130
|
+
"componentId": {
|
|
4131
|
+
"scope": "teambit.harmony",
|
|
4132
|
+
"name": "express"
|
|
4133
|
+
}
|
|
4011
4134
|
},
|
|
4012
4135
|
"isOptional": false,
|
|
4013
4136
|
"isSpread": false
|
|
@@ -4087,7 +4210,11 @@
|
|
|
4087
4210
|
"line": 51,
|
|
4088
4211
|
"character": 21
|
|
4089
4212
|
},
|
|
4090
|
-
"name": "Logger"
|
|
4213
|
+
"name": "Logger",
|
|
4214
|
+
"componentId": {
|
|
4215
|
+
"scope": "teambit.harmony",
|
|
4216
|
+
"name": "logger"
|
|
4217
|
+
}
|
|
4091
4218
|
},
|
|
4092
4219
|
"isOptional": false,
|
|
4093
4220
|
"isSpread": false
|
|
@@ -4336,7 +4463,8 @@
|
|
|
4336
4463
|
"line": 99,
|
|
4337
4464
|
"character": 44
|
|
4338
4465
|
},
|
|
4339
|
-
"name": "StartOptions"
|
|
4466
|
+
"name": "StartOptions",
|
|
4467
|
+
"internalFilePath": "ui-server.ts"
|
|
4340
4468
|
},
|
|
4341
4469
|
"isOptional": true,
|
|
4342
4470
|
"defaultValue": "{}",
|
|
@@ -4415,7 +4543,8 @@
|
|
|
4415
4543
|
"line": 181,
|
|
4416
4544
|
"character": 28
|
|
4417
4545
|
},
|
|
4418
|
-
"name": "StartOptions"
|
|
4546
|
+
"name": "StartOptions",
|
|
4547
|
+
"internalFilePath": "ui-server.ts"
|
|
4419
4548
|
},
|
|
4420
4549
|
"isOptional": true,
|
|
4421
4550
|
"defaultValue": "{}",
|
|
@@ -4473,7 +4602,8 @@
|
|
|
4473
4602
|
"line": 239,
|
|
4474
4603
|
"character": 24
|
|
4475
4604
|
},
|
|
4476
|
-
"name": "UIServerProps"
|
|
4605
|
+
"name": "UIServerProps",
|
|
4606
|
+
"internalFilePath": "ui-server.ts"
|
|
4477
4607
|
},
|
|
4478
4608
|
"isOptional": false,
|
|
4479
4609
|
"isSpread": false
|
|
@@ -4639,7 +4769,11 @@
|
|
|
4639
4769
|
"line": 26,
|
|
4640
4770
|
"character": 51
|
|
4641
4771
|
},
|
|
4642
|
-
"name": "Logger"
|
|
4772
|
+
"name": "Logger",
|
|
4773
|
+
"componentId": {
|
|
4774
|
+
"scope": "teambit.harmony",
|
|
4775
|
+
"name": "logger"
|
|
4776
|
+
}
|
|
4643
4777
|
},
|
|
4644
4778
|
"isOptional": false,
|
|
4645
4779
|
"isSpread": false
|
|
@@ -4681,7 +4815,11 @@
|
|
|
4681
4815
|
"line": 28,
|
|
4682
4816
|
"character": 26
|
|
4683
4817
|
},
|
|
4684
|
-
"name": "BuildContext"
|
|
4818
|
+
"name": "BuildContext",
|
|
4819
|
+
"componentId": {
|
|
4820
|
+
"scope": "teambit.pipelines",
|
|
4821
|
+
"name": "builder"
|
|
4822
|
+
}
|
|
4685
4823
|
},
|
|
4686
4824
|
"isOptional": false,
|
|
4687
4825
|
"isSpread": false
|
|
@@ -4703,7 +4841,11 @@
|
|
|
4703
4841
|
"line": 28,
|
|
4704
4842
|
"character": 49
|
|
4705
4843
|
},
|
|
4706
|
-
"name": "BuiltTaskResult"
|
|
4844
|
+
"name": "BuiltTaskResult",
|
|
4845
|
+
"componentId": {
|
|
4846
|
+
"scope": "teambit.pipelines",
|
|
4847
|
+
"name": "builder"
|
|
4848
|
+
}
|
|
4707
4849
|
}
|
|
4708
4850
|
]
|
|
4709
4851
|
},
|
|
@@ -4802,7 +4944,7 @@
|
|
|
4802
4944
|
"_legacy": {
|
|
4803
4945
|
"scope": "teambit.ui-foundation",
|
|
4804
4946
|
"name": "ui",
|
|
4805
|
-
"version": "1.0.
|
|
4947
|
+
"version": "1.0.229"
|
|
4806
4948
|
},
|
|
4807
4949
|
"_scope": "teambit.ui-foundation"
|
|
4808
4950
|
}
|
|
@@ -5132,7 +5274,8 @@
|
|
|
5132
5274
|
"line": 8,
|
|
5133
5275
|
"character": 56
|
|
5134
5276
|
},
|
|
5135
|
-
"name": "UiServerStartedEventData"
|
|
5277
|
+
"name": "UiServerStartedEventData",
|
|
5278
|
+
"internalFilePath": "events/ui-server-started-event.ts"
|
|
5136
5279
|
}
|
|
5137
5280
|
],
|
|
5138
5281
|
"expression": {
|
|
@@ -5147,7 +5290,7 @@
|
|
|
5147
5290
|
"_legacy": {
|
|
5148
5291
|
"scope": "teambit.ui-foundation",
|
|
5149
5292
|
"name": "ui",
|
|
5150
|
-
"version": "1.0.
|
|
5293
|
+
"version": "1.0.229"
|
|
5151
5294
|
},
|
|
5152
5295
|
"_scope": "teambit.ui-foundation"
|
|
5153
5296
|
}
|
|
@@ -5507,7 +5650,11 @@
|
|
|
5507
5650
|
"line": 35,
|
|
5508
5651
|
"character": 20
|
|
5509
5652
|
},
|
|
5510
|
-
"name": "ComponentID"
|
|
5653
|
+
"name": "ComponentID",
|
|
5654
|
+
"componentId": {
|
|
5655
|
+
"scope": "teambit.component",
|
|
5656
|
+
"name": "component"
|
|
5657
|
+
}
|
|
5511
5658
|
}
|
|
5512
5659
|
},
|
|
5513
5660
|
"isOptional": true,
|
|
@@ -5528,7 +5675,11 @@
|
|
|
5528
5675
|
"line": 36,
|
|
5529
5676
|
"character": 12
|
|
5530
5677
|
},
|
|
5531
|
-
"name": "ResolveAspectsOptions"
|
|
5678
|
+
"name": "ResolveAspectsOptions",
|
|
5679
|
+
"componentId": {
|
|
5680
|
+
"scope": "teambit.component",
|
|
5681
|
+
"name": "component"
|
|
5682
|
+
}
|
|
5532
5683
|
},
|
|
5533
5684
|
"isOptional": true,
|
|
5534
5685
|
"isSpread": false
|
|
@@ -5557,7 +5708,11 @@
|
|
|
5557
5708
|
"line": 37,
|
|
5558
5709
|
"character": 14
|
|
5559
5710
|
},
|
|
5560
|
-
"name": "AspectDefinition"
|
|
5711
|
+
"name": "AspectDefinition",
|
|
5712
|
+
"componentId": {
|
|
5713
|
+
"scope": "teambit.harmony",
|
|
5714
|
+
"name": "aspect-loader"
|
|
5715
|
+
}
|
|
5561
5716
|
}
|
|
5562
5717
|
}
|
|
5563
5718
|
]
|
|
@@ -5628,7 +5783,11 @@
|
|
|
5628
5783
|
"line": 42,
|
|
5629
5784
|
"character": 45
|
|
5630
5785
|
},
|
|
5631
|
-
"name": "Component"
|
|
5786
|
+
"name": "Component",
|
|
5787
|
+
"componentId": {
|
|
5788
|
+
"scope": "teambit.component",
|
|
5789
|
+
"name": "component"
|
|
5790
|
+
}
|
|
5632
5791
|
}
|
|
5633
5792
|
}
|
|
5634
5793
|
]
|
|
@@ -5751,7 +5910,7 @@
|
|
|
5751
5910
|
"_legacy": {
|
|
5752
5911
|
"scope": "teambit.ui-foundation",
|
|
5753
5912
|
"name": "ui",
|
|
5754
|
-
"version": "1.0.
|
|
5913
|
+
"version": "1.0.229"
|
|
5755
5914
|
},
|
|
5756
5915
|
"_scope": "teambit.ui-foundation"
|
|
5757
5916
|
}
|
|
@@ -5783,7 +5942,8 @@
|
|
|
5783
5942
|
"line": 55,
|
|
5784
5943
|
"character": 26
|
|
5785
5944
|
},
|
|
5786
|
-
"name": "ProxyConfigArrayItem"
|
|
5945
|
+
"name": "ProxyConfigArrayItem",
|
|
5946
|
+
"packageName": "webpack-dev-server"
|
|
5787
5947
|
},
|
|
5788
5948
|
{
|
|
5789
5949
|
"__schema": "TypeLiteralSchema",
|
|
@@ -5911,7 +6071,11 @@
|
|
|
5911
6071
|
"line": 36,
|
|
5912
6072
|
"character": 23
|
|
5913
6073
|
},
|
|
5914
|
-
"name": "PubsubMain"
|
|
6074
|
+
"name": "PubsubMain",
|
|
6075
|
+
"componentId": {
|
|
6076
|
+
"scope": "teambit.harmony",
|
|
6077
|
+
"name": "pubsub"
|
|
6078
|
+
}
|
|
5915
6079
|
},
|
|
5916
6080
|
{
|
|
5917
6081
|
"__schema": "TypeRefSchema",
|
|
@@ -5920,7 +6084,11 @@
|
|
|
5920
6084
|
"line": 36,
|
|
5921
6085
|
"character": 35
|
|
5922
6086
|
},
|
|
5923
|
-
"name": "CLIMain"
|
|
6087
|
+
"name": "CLIMain",
|
|
6088
|
+
"componentId": {
|
|
6089
|
+
"scope": "teambit.harmony",
|
|
6090
|
+
"name": "cli"
|
|
6091
|
+
}
|
|
5924
6092
|
},
|
|
5925
6093
|
{
|
|
5926
6094
|
"__schema": "TypeRefSchema",
|
|
@@ -5929,7 +6097,11 @@
|
|
|
5929
6097
|
"line": 36,
|
|
5930
6098
|
"character": 44
|
|
5931
6099
|
},
|
|
5932
|
-
"name": "GraphqlMain"
|
|
6100
|
+
"name": "GraphqlMain",
|
|
6101
|
+
"componentId": {
|
|
6102
|
+
"scope": "teambit.harmony",
|
|
6103
|
+
"name": "graphql"
|
|
6104
|
+
}
|
|
5933
6105
|
},
|
|
5934
6106
|
{
|
|
5935
6107
|
"__schema": "TypeRefSchema",
|
|
@@ -5938,7 +6110,11 @@
|
|
|
5938
6110
|
"line": 36,
|
|
5939
6111
|
"character": 57
|
|
5940
6112
|
},
|
|
5941
|
-
"name": "ExpressMain"
|
|
6113
|
+
"name": "ExpressMain",
|
|
6114
|
+
"componentId": {
|
|
6115
|
+
"scope": "teambit.harmony",
|
|
6116
|
+
"name": "express"
|
|
6117
|
+
}
|
|
5942
6118
|
},
|
|
5943
6119
|
{
|
|
5944
6120
|
"__schema": "TypeRefSchema",
|
|
@@ -5947,7 +6123,11 @@
|
|
|
5947
6123
|
"line": 36,
|
|
5948
6124
|
"character": 70
|
|
5949
6125
|
},
|
|
5950
|
-
"name": "ComponentMain"
|
|
6126
|
+
"name": "ComponentMain",
|
|
6127
|
+
"componentId": {
|
|
6128
|
+
"scope": "teambit.component",
|
|
6129
|
+
"name": "component"
|
|
6130
|
+
}
|
|
5951
6131
|
},
|
|
5952
6132
|
{
|
|
5953
6133
|
"__schema": "TypeRefSchema",
|
|
@@ -5956,7 +6136,11 @@
|
|
|
5956
6136
|
"line": 36,
|
|
5957
6137
|
"character": 85
|
|
5958
6138
|
},
|
|
5959
|
-
"name": "CacheMain"
|
|
6139
|
+
"name": "CacheMain",
|
|
6140
|
+
"componentId": {
|
|
6141
|
+
"scope": "teambit.harmony",
|
|
6142
|
+
"name": "cache"
|
|
6143
|
+
}
|
|
5960
6144
|
},
|
|
5961
6145
|
{
|
|
5962
6146
|
"__schema": "TypeRefSchema",
|
|
@@ -5965,7 +6149,11 @@
|
|
|
5965
6149
|
"line": 36,
|
|
5966
6150
|
"character": 96
|
|
5967
6151
|
},
|
|
5968
|
-
"name": "LoggerMain"
|
|
6152
|
+
"name": "LoggerMain",
|
|
6153
|
+
"componentId": {
|
|
6154
|
+
"scope": "teambit.harmony",
|
|
6155
|
+
"name": "logger"
|
|
6156
|
+
}
|
|
5969
6157
|
},
|
|
5970
6158
|
{
|
|
5971
6159
|
"__schema": "TypeRefSchema",
|
|
@@ -5974,7 +6162,11 @@
|
|
|
5974
6162
|
"line": 36,
|
|
5975
6163
|
"character": 108
|
|
5976
6164
|
},
|
|
5977
|
-
"name": "AspectMain"
|
|
6165
|
+
"name": "AspectMain",
|
|
6166
|
+
"componentId": {
|
|
6167
|
+
"scope": "teambit.harmony",
|
|
6168
|
+
"name": "aspect"
|
|
6169
|
+
}
|
|
5978
6170
|
}
|
|
5979
6171
|
]
|
|
5980
6172
|
}
|
|
@@ -5996,6 +6188,11 @@
|
|
|
5996
6188
|
"character": 30
|
|
5997
6189
|
},
|
|
5998
6190
|
"name": "SlotRegistry",
|
|
6191
|
+
"componentId": {
|
|
6192
|
+
"scope": "teambit.harmony",
|
|
6193
|
+
"name": "harmony",
|
|
6194
|
+
"version": "0.4.6"
|
|
6195
|
+
},
|
|
5999
6196
|
"typeArgs": [
|
|
6000
6197
|
{
|
|
6001
6198
|
"__schema": "TypeRefSchema",
|
|
@@ -6128,7 +6325,7 @@
|
|
|
6128
6325
|
"line": 44,
|
|
6129
6326
|
"character": 23
|
|
6130
6327
|
},
|
|
6131
|
-
"signature": "(): Promise<undefined | ComponentType<{ }>>",
|
|
6328
|
+
"signature": "(): Promise<undefined | \u001b[2m(package: react)\u001b[22m ComponentType<{ }>>",
|
|
6132
6329
|
"name": "",
|
|
6133
6330
|
"params": [],
|
|
6134
6331
|
"returnType": {
|
|
@@ -6165,6 +6362,7 @@
|
|
|
6165
6362
|
"character": 49
|
|
6166
6363
|
},
|
|
6167
6364
|
"name": "ComponentType",
|
|
6365
|
+
"packageName": "react",
|
|
6168
6366
|
"typeArgs": [
|
|
6169
6367
|
{
|
|
6170
6368
|
"__schema": "TypeLiteralSchema",
|
|
@@ -6201,6 +6399,11 @@
|
|
|
6201
6399
|
"character": 31
|
|
6202
6400
|
},
|
|
6203
6401
|
"name": "SlotRegistry",
|
|
6402
|
+
"componentId": {
|
|
6403
|
+
"scope": "teambit.harmony",
|
|
6404
|
+
"name": "harmony",
|
|
6405
|
+
"version": "0.4.6"
|
|
6406
|
+
},
|
|
6204
6407
|
"typeArgs": [
|
|
6205
6408
|
{
|
|
6206
6409
|
"__schema": "TypeRefSchema",
|
|
@@ -6416,6 +6619,11 @@
|
|
|
6416
6619
|
"character": 28
|
|
6417
6620
|
},
|
|
6418
6621
|
"name": "SlotRegistry",
|
|
6622
|
+
"componentId": {
|
|
6623
|
+
"scope": "teambit.harmony",
|
|
6624
|
+
"name": "harmony",
|
|
6625
|
+
"version": "0.4.6"
|
|
6626
|
+
},
|
|
6419
6627
|
"typeArgs": [
|
|
6420
6628
|
{
|
|
6421
6629
|
"__schema": "TypeRefSchema",
|
|
@@ -6424,7 +6632,8 @@
|
|
|
6424
6632
|
"line": 52,
|
|
6425
6633
|
"character": 41
|
|
6426
6634
|
},
|
|
6427
|
-
"name": "PreStart"
|
|
6635
|
+
"name": "PreStart",
|
|
6636
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
6428
6637
|
}
|
|
6429
6638
|
]
|
|
6430
6639
|
}
|
|
@@ -6446,6 +6655,11 @@
|
|
|
6446
6655
|
"character": 27
|
|
6447
6656
|
},
|
|
6448
6657
|
"name": "SlotRegistry",
|
|
6658
|
+
"componentId": {
|
|
6659
|
+
"scope": "teambit.harmony",
|
|
6660
|
+
"name": "harmony",
|
|
6661
|
+
"version": "0.4.6"
|
|
6662
|
+
},
|
|
6449
6663
|
"typeArgs": [
|
|
6450
6664
|
{
|
|
6451
6665
|
"__schema": "TypeRefSchema",
|
|
@@ -6454,7 +6668,8 @@
|
|
|
6454
6668
|
"line": 54,
|
|
6455
6669
|
"character": 40
|
|
6456
6670
|
},
|
|
6457
|
-
"name": "OnStart"
|
|
6671
|
+
"name": "OnStart",
|
|
6672
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
6458
6673
|
}
|
|
6459
6674
|
]
|
|
6460
6675
|
}
|
|
@@ -6476,6 +6691,11 @@
|
|
|
6476
6691
|
"character": 38
|
|
6477
6692
|
},
|
|
6478
6693
|
"name": "SlotRegistry",
|
|
6694
|
+
"componentId": {
|
|
6695
|
+
"scope": "teambit.harmony",
|
|
6696
|
+
"name": "harmony",
|
|
6697
|
+
"version": "0.4.6"
|
|
6698
|
+
},
|
|
6479
6699
|
"typeArgs": [
|
|
6480
6700
|
{
|
|
6481
6701
|
"__schema": "TypeRefSchema",
|
|
@@ -6484,7 +6704,8 @@
|
|
|
6484
6704
|
"line": 56,
|
|
6485
6705
|
"character": 51
|
|
6486
6706
|
},
|
|
6487
|
-
"name": "PublicDirOverwrite"
|
|
6707
|
+
"name": "PublicDirOverwrite",
|
|
6708
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
6488
6709
|
}
|
|
6489
6710
|
]
|
|
6490
6711
|
}
|
|
@@ -6506,6 +6727,11 @@
|
|
|
6506
6727
|
"character": 40
|
|
6507
6728
|
},
|
|
6508
6729
|
"name": "SlotRegistry",
|
|
6730
|
+
"componentId": {
|
|
6731
|
+
"scope": "teambit.harmony",
|
|
6732
|
+
"name": "harmony",
|
|
6733
|
+
"version": "0.4.6"
|
|
6734
|
+
},
|
|
6509
6735
|
"typeArgs": [
|
|
6510
6736
|
{
|
|
6511
6737
|
"__schema": "TypeRefSchema",
|
|
@@ -6514,7 +6740,8 @@
|
|
|
6514
6740
|
"line": 58,
|
|
6515
6741
|
"character": 53
|
|
6516
6742
|
},
|
|
6517
|
-
"name": "BuildMethodOverwrite"
|
|
6743
|
+
"name": "BuildMethodOverwrite",
|
|
6744
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
6518
6745
|
}
|
|
6519
6746
|
]
|
|
6520
6747
|
}
|
|
@@ -6993,7 +7220,11 @@
|
|
|
6993
7220
|
"line": 131,
|
|
6994
7221
|
"character": 21
|
|
6995
7222
|
},
|
|
6996
|
-
"name": "PubsubMain"
|
|
7223
|
+
"name": "PubsubMain",
|
|
7224
|
+
"componentId": {
|
|
7225
|
+
"scope": "teambit.harmony",
|
|
7226
|
+
"name": "pubsub"
|
|
7227
|
+
}
|
|
6997
7228
|
},
|
|
6998
7229
|
"isOptional": false,
|
|
6999
7230
|
"isSpread": false
|
|
@@ -7013,7 +7244,8 @@
|
|
|
7013
7244
|
"line": 133,
|
|
7014
7245
|
"character": 21
|
|
7015
7246
|
},
|
|
7016
|
-
"name": "UIConfig"
|
|
7247
|
+
"name": "UIConfig",
|
|
7248
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
7017
7249
|
},
|
|
7018
7250
|
"isOptional": false,
|
|
7019
7251
|
"isSpread": false
|
|
@@ -7033,7 +7265,11 @@
|
|
|
7033
7265
|
"line": 138,
|
|
7034
7266
|
"character": 22
|
|
7035
7267
|
},
|
|
7036
|
-
"name": "GraphqlMain"
|
|
7268
|
+
"name": "GraphqlMain",
|
|
7269
|
+
"componentId": {
|
|
7270
|
+
"scope": "teambit.harmony",
|
|
7271
|
+
"name": "graphql"
|
|
7272
|
+
}
|
|
7037
7273
|
},
|
|
7038
7274
|
"isOptional": false,
|
|
7039
7275
|
"isSpread": false
|
|
@@ -7053,7 +7289,8 @@
|
|
|
7053
7289
|
"line": 143,
|
|
7054
7290
|
"character": 25
|
|
7055
7291
|
},
|
|
7056
|
-
"name": "UIRootRegistry"
|
|
7292
|
+
"name": "UIRootRegistry",
|
|
7293
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
7057
7294
|
},
|
|
7058
7295
|
"isOptional": false,
|
|
7059
7296
|
"isSpread": false
|
|
@@ -7073,7 +7310,11 @@
|
|
|
7073
7310
|
"line": 148,
|
|
7074
7311
|
"character": 22
|
|
7075
7312
|
},
|
|
7076
|
-
"name": "ExpressMain"
|
|
7313
|
+
"name": "ExpressMain",
|
|
7314
|
+
"componentId": {
|
|
7315
|
+
"scope": "teambit.harmony",
|
|
7316
|
+
"name": "express"
|
|
7317
|
+
}
|
|
7077
7318
|
},
|
|
7078
7319
|
"isOptional": false,
|
|
7079
7320
|
"isSpread": false
|
|
@@ -7093,7 +7334,8 @@
|
|
|
7093
7334
|
"line": 153,
|
|
7094
7335
|
"character": 27
|
|
7095
7336
|
},
|
|
7096
|
-
"name": "PreStartSlot"
|
|
7337
|
+
"name": "PreStartSlot",
|
|
7338
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
7097
7339
|
},
|
|
7098
7340
|
"isOptional": false,
|
|
7099
7341
|
"isSpread": false
|
|
@@ -7113,7 +7355,8 @@
|
|
|
7113
7355
|
"line": 158,
|
|
7114
7356
|
"character": 26
|
|
7115
7357
|
},
|
|
7116
|
-
"name": "OnStartSlot"
|
|
7358
|
+
"name": "OnStartSlot",
|
|
7359
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
7117
7360
|
},
|
|
7118
7361
|
"isOptional": false,
|
|
7119
7362
|
"isSpread": false
|
|
@@ -7133,7 +7376,8 @@
|
|
|
7133
7376
|
"line": 163,
|
|
7134
7377
|
"character": 37
|
|
7135
7378
|
},
|
|
7136
|
-
"name": "PublicDirOverwriteSlot"
|
|
7379
|
+
"name": "PublicDirOverwriteSlot",
|
|
7380
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
7137
7381
|
},
|
|
7138
7382
|
"isOptional": false,
|
|
7139
7383
|
"isSpread": false
|
|
@@ -7153,7 +7397,8 @@
|
|
|
7153
7397
|
"line": 168,
|
|
7154
7398
|
"character": 39
|
|
7155
7399
|
},
|
|
7156
|
-
"name": "BuildMethodOverwriteSlot"
|
|
7400
|
+
"name": "BuildMethodOverwriteSlot",
|
|
7401
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
7157
7402
|
},
|
|
7158
7403
|
"isOptional": false,
|
|
7159
7404
|
"isSpread": false
|
|
@@ -7173,7 +7418,11 @@
|
|
|
7173
7418
|
"line": 173,
|
|
7174
7419
|
"character": 33
|
|
7175
7420
|
},
|
|
7176
|
-
"name": "ComponentMain"
|
|
7421
|
+
"name": "ComponentMain",
|
|
7422
|
+
"componentId": {
|
|
7423
|
+
"scope": "teambit.component",
|
|
7424
|
+
"name": "component"
|
|
7425
|
+
}
|
|
7177
7426
|
},
|
|
7178
7427
|
"isOptional": false,
|
|
7179
7428
|
"isSpread": false
|
|
@@ -7193,7 +7442,11 @@
|
|
|
7193
7442
|
"line": 178,
|
|
7194
7443
|
"character": 20
|
|
7195
7444
|
},
|
|
7196
|
-
"name": "CacheMain"
|
|
7445
|
+
"name": "CacheMain",
|
|
7446
|
+
"componentId": {
|
|
7447
|
+
"scope": "teambit.harmony",
|
|
7448
|
+
"name": "cache"
|
|
7449
|
+
}
|
|
7197
7450
|
},
|
|
7198
7451
|
"isOptional": false,
|
|
7199
7452
|
"isSpread": false
|
|
@@ -7213,7 +7466,11 @@
|
|
|
7213
7466
|
"line": 183,
|
|
7214
7467
|
"character": 21
|
|
7215
7468
|
},
|
|
7216
|
-
"name": "Logger"
|
|
7469
|
+
"name": "Logger",
|
|
7470
|
+
"componentId": {
|
|
7471
|
+
"scope": "teambit.harmony",
|
|
7472
|
+
"name": "logger"
|
|
7473
|
+
}
|
|
7217
7474
|
},
|
|
7218
7475
|
"isOptional": false,
|
|
7219
7476
|
"isSpread": false
|
|
@@ -7233,7 +7490,12 @@
|
|
|
7233
7490
|
"line": 185,
|
|
7234
7491
|
"character": 22
|
|
7235
7492
|
},
|
|
7236
|
-
"name": "Harmony"
|
|
7493
|
+
"name": "Harmony",
|
|
7494
|
+
"componentId": {
|
|
7495
|
+
"scope": "teambit.harmony",
|
|
7496
|
+
"name": "harmony",
|
|
7497
|
+
"version": "0.4.6"
|
|
7498
|
+
}
|
|
7237
7499
|
},
|
|
7238
7500
|
"isOptional": false,
|
|
7239
7501
|
"isSpread": false
|
|
@@ -7253,7 +7515,8 @@
|
|
|
7253
7515
|
"line": 187,
|
|
7254
7516
|
"character": 30
|
|
7255
7517
|
},
|
|
7256
|
-
"name": "StartPluginSlot"
|
|
7518
|
+
"name": "StartPluginSlot",
|
|
7519
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
7257
7520
|
},
|
|
7258
7521
|
"isOptional": false,
|
|
7259
7522
|
"isSpread": false
|
|
@@ -7517,7 +7780,8 @@
|
|
|
7517
7780
|
"line": 265,
|
|
7518
7781
|
"character": 39
|
|
7519
7782
|
},
|
|
7520
|
-
"name": "RuntimeOptions"
|
|
7783
|
+
"name": "RuntimeOptions",
|
|
7784
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
7521
7785
|
},
|
|
7522
7786
|
"isOptional": false,
|
|
7523
7787
|
"isSpread": false
|
|
@@ -7626,7 +7890,8 @@
|
|
|
7626
7890
|
"line": 342,
|
|
7627
7891
|
"character": 32
|
|
7628
7892
|
},
|
|
7629
|
-
"name": "PreStart"
|
|
7893
|
+
"name": "PreStart",
|
|
7894
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
7630
7895
|
},
|
|
7631
7896
|
"isOptional": false,
|
|
7632
7897
|
"isSpread": false
|
|
@@ -7678,7 +7943,8 @@
|
|
|
7678
7943
|
"line": 349,
|
|
7679
7944
|
"character": 30
|
|
7680
7945
|
},
|
|
7681
|
-
"name": "OnStart"
|
|
7946
|
+
"name": "OnStart",
|
|
7947
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
7682
7948
|
},
|
|
7683
7949
|
"isOptional": false,
|
|
7684
7950
|
"isSpread": false
|
|
@@ -7730,7 +7996,8 @@
|
|
|
7730
7996
|
"line": 357,
|
|
7731
7997
|
"character": 32
|
|
7732
7998
|
},
|
|
7733
|
-
"name": "BuildMethodOverwrite"
|
|
7999
|
+
"name": "BuildMethodOverwrite",
|
|
8000
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
7734
8001
|
},
|
|
7735
8002
|
"isOptional": false,
|
|
7736
8003
|
"isSpread": false
|
|
@@ -7782,7 +8049,8 @@
|
|
|
7782
8049
|
"line": 365,
|
|
7783
8050
|
"character": 34
|
|
7784
8051
|
},
|
|
7785
|
-
"name": "PublicDirOverwrite"
|
|
8052
|
+
"name": "PublicDirOverwrite",
|
|
8053
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
7786
8054
|
},
|
|
7787
8055
|
"isOptional": false,
|
|
7788
8056
|
"isSpread": false
|
|
@@ -7887,7 +8155,8 @@
|
|
|
7887
8155
|
"line": 393,
|
|
7888
8156
|
"character": 34
|
|
7889
8157
|
},
|
|
7890
|
-
"name": "ComponentType"
|
|
8158
|
+
"name": "ComponentType",
|
|
8159
|
+
"packageName": "react"
|
|
7891
8160
|
}
|
|
7892
8161
|
}
|
|
7893
8162
|
]
|
|
@@ -8152,7 +8421,11 @@
|
|
|
8152
8421
|
"line": 435,
|
|
8153
8422
|
"character": 26
|
|
8154
8423
|
},
|
|
8155
|
-
"name": "AspectDefinition"
|
|
8424
|
+
"name": "AspectDefinition",
|
|
8425
|
+
"componentId": {
|
|
8426
|
+
"scope": "teambit.harmony",
|
|
8427
|
+
"name": "aspect-loader"
|
|
8428
|
+
}
|
|
8156
8429
|
}
|
|
8157
8430
|
},
|
|
8158
8431
|
"isOptional": false,
|
|
@@ -8232,7 +8505,11 @@
|
|
|
8232
8505
|
"line": 443,
|
|
8233
8506
|
"character": 17
|
|
8234
8507
|
},
|
|
8235
|
-
"name": "AspectDefinition"
|
|
8508
|
+
"name": "AspectDefinition",
|
|
8509
|
+
"componentId": {
|
|
8510
|
+
"scope": "teambit.harmony",
|
|
8511
|
+
"name": "aspect-loader"
|
|
8512
|
+
}
|
|
8236
8513
|
}
|
|
8237
8514
|
},
|
|
8238
8515
|
"isOptional": false,
|
|
@@ -8861,7 +9138,8 @@
|
|
|
8861
9138
|
"line": 639,
|
|
8862
9139
|
"character": 77
|
|
8863
9140
|
},
|
|
8864
|
-
"name": "UIDeps"
|
|
9141
|
+
"name": "UIDeps",
|
|
9142
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
8865
9143
|
},
|
|
8866
9144
|
"isOptional": false,
|
|
8867
9145
|
"isSpread": false
|
|
@@ -8909,7 +9187,8 @@
|
|
|
8909
9187
|
"line": 642,
|
|
8910
9188
|
"character": 7
|
|
8911
9189
|
},
|
|
8912
|
-
"name": "UIRootRegistry"
|
|
9190
|
+
"name": "UIRootRegistry",
|
|
9191
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
8913
9192
|
},
|
|
8914
9193
|
{
|
|
8915
9194
|
"__schema": "TypeRefSchema",
|
|
@@ -8918,7 +9197,8 @@
|
|
|
8918
9197
|
"line": 643,
|
|
8919
9198
|
"character": 7
|
|
8920
9199
|
},
|
|
8921
|
-
"name": "PreStartSlot"
|
|
9200
|
+
"name": "PreStartSlot",
|
|
9201
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
8922
9202
|
},
|
|
8923
9203
|
{
|
|
8924
9204
|
"__schema": "TypeRefSchema",
|
|
@@ -8927,7 +9207,8 @@
|
|
|
8927
9207
|
"line": 644,
|
|
8928
9208
|
"character": 7
|
|
8929
9209
|
},
|
|
8930
|
-
"name": "OnStartSlot"
|
|
9210
|
+
"name": "OnStartSlot",
|
|
9211
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
8931
9212
|
},
|
|
8932
9213
|
{
|
|
8933
9214
|
"__schema": "TypeRefSchema",
|
|
@@ -8936,7 +9217,8 @@
|
|
|
8936
9217
|
"line": 645,
|
|
8937
9218
|
"character": 7
|
|
8938
9219
|
},
|
|
8939
|
-
"name": "PublicDirOverwriteSlot"
|
|
9220
|
+
"name": "PublicDirOverwriteSlot",
|
|
9221
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
8940
9222
|
},
|
|
8941
9223
|
{
|
|
8942
9224
|
"__schema": "TypeRefSchema",
|
|
@@ -8945,7 +9227,8 @@
|
|
|
8945
9227
|
"line": 646,
|
|
8946
9228
|
"character": 7
|
|
8947
9229
|
},
|
|
8948
|
-
"name": "BuildMethodOverwriteSlot"
|
|
9230
|
+
"name": "BuildMethodOverwriteSlot",
|
|
9231
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
8949
9232
|
},
|
|
8950
9233
|
{
|
|
8951
9234
|
"__schema": "TypeRefSchema",
|
|
@@ -8954,7 +9237,8 @@
|
|
|
8954
9237
|
"line": 647,
|
|
8955
9238
|
"character": 7
|
|
8956
9239
|
},
|
|
8957
|
-
"name": "StartPluginSlot"
|
|
9240
|
+
"name": "StartPluginSlot",
|
|
9241
|
+
"internalFilePath": "ui.main.runtime.ts"
|
|
8958
9242
|
}
|
|
8959
9243
|
]
|
|
8960
9244
|
},
|
|
@@ -8976,7 +9260,12 @@
|
|
|
8976
9260
|
"line": 649,
|
|
8977
9261
|
"character": 14
|
|
8978
9262
|
},
|
|
8979
|
-
"name": "Harmony"
|
|
9263
|
+
"name": "Harmony",
|
|
9264
|
+
"componentId": {
|
|
9265
|
+
"scope": "teambit.harmony",
|
|
9266
|
+
"name": "harmony",
|
|
9267
|
+
"version": "0.4.6"
|
|
9268
|
+
}
|
|
8980
9269
|
},
|
|
8981
9270
|
"isOptional": false,
|
|
8982
9271
|
"isSpread": false
|
|
@@ -9067,7 +9356,11 @@
|
|
|
9067
9356
|
"line": 28,
|
|
9068
9357
|
"character": 21
|
|
9069
9358
|
},
|
|
9070
|
-
"name": "ReactRouterUI"
|
|
9359
|
+
"name": "ReactRouterUI",
|
|
9360
|
+
"componentId": {
|
|
9361
|
+
"scope": "teambit.ui-foundation",
|
|
9362
|
+
"name": "react-router"
|
|
9363
|
+
}
|
|
9071
9364
|
},
|
|
9072
9365
|
"isOptional": false,
|
|
9073
9366
|
"isSpread": false
|
|
@@ -9087,7 +9380,8 @@
|
|
|
9087
9380
|
"line": 32,
|
|
9088
9381
|
"character": 25
|
|
9089
9382
|
},
|
|
9090
|
-
"name": "UIRootRegistry"
|
|
9383
|
+
"name": "UIRootRegistry",
|
|
9384
|
+
"internalFilePath": "ui.ui.runtime.tsx"
|
|
9091
9385
|
},
|
|
9092
9386
|
"isOptional": false,
|
|
9093
9387
|
"isSpread": false
|
|
@@ -9107,7 +9401,8 @@
|
|
|
9107
9401
|
"line": 34,
|
|
9108
9402
|
"character": 22
|
|
9109
9403
|
},
|
|
9110
|
-
"name": "HudSlot"
|
|
9404
|
+
"name": "HudSlot",
|
|
9405
|
+
"internalFilePath": "ui.ui.runtime.tsx"
|
|
9111
9406
|
},
|
|
9112
9407
|
"isOptional": false,
|
|
9113
9408
|
"isSpread": false
|
|
@@ -9127,7 +9422,8 @@
|
|
|
9127
9422
|
"line": 36,
|
|
9128
9423
|
"character": 32
|
|
9129
9424
|
},
|
|
9130
|
-
"name": "RenderPluginsSlot"
|
|
9425
|
+
"name": "RenderPluginsSlot",
|
|
9426
|
+
"internalFilePath": "ui.ui.runtime.tsx"
|
|
9131
9427
|
},
|
|
9132
9428
|
"isOptional": false,
|
|
9133
9429
|
"isSpread": false
|
|
@@ -9264,7 +9560,12 @@
|
|
|
9264
9560
|
"line": 58,
|
|
9265
9561
|
"character": 54
|
|
9266
9562
|
},
|
|
9267
|
-
"name": "SsrSession"
|
|
9563
|
+
"name": "SsrSession",
|
|
9564
|
+
"componentId": {
|
|
9565
|
+
"scope": "teambit.react",
|
|
9566
|
+
"name": "rendering/ssr",
|
|
9567
|
+
"version": "0.0.3"
|
|
9568
|
+
}
|
|
9268
9569
|
},
|
|
9269
9570
|
"isOptional": false,
|
|
9270
9571
|
"isSpread": false
|
|
@@ -9373,6 +9674,7 @@
|
|
|
9373
9674
|
"character": 31
|
|
9374
9675
|
},
|
|
9375
9676
|
"name": "ComponentType",
|
|
9677
|
+
"packageName": "react",
|
|
9376
9678
|
"typeArgs": [
|
|
9377
9679
|
{
|
|
9378
9680
|
"__schema": "TypeRefSchema",
|
|
@@ -9382,6 +9684,11 @@
|
|
|
9382
9684
|
"character": 45
|
|
9383
9685
|
},
|
|
9384
9686
|
"name": "ContextProps",
|
|
9687
|
+
"componentId": {
|
|
9688
|
+
"scope": "teambit.react",
|
|
9689
|
+
"name": "rendering/ssr",
|
|
9690
|
+
"version": "0.0.3"
|
|
9691
|
+
},
|
|
9385
9692
|
"typeArgs": [
|
|
9386
9693
|
{
|
|
9387
9694
|
"__schema": "TypeRefSchema",
|
|
@@ -9482,6 +9789,11 @@
|
|
|
9482
9789
|
"character": 37
|
|
9483
9790
|
},
|
|
9484
9791
|
"name": "RenderPlugin",
|
|
9792
|
+
"componentId": {
|
|
9793
|
+
"scope": "teambit.react",
|
|
9794
|
+
"name": "rendering/ssr",
|
|
9795
|
+
"version": "0.0.3"
|
|
9796
|
+
},
|
|
9485
9797
|
"typeArgs": [
|
|
9486
9798
|
{
|
|
9487
9799
|
"__schema": "TypeRefSchema",
|
|
@@ -9618,7 +9930,11 @@
|
|
|
9618
9930
|
"line": 127,
|
|
9619
9931
|
"character": 27
|
|
9620
9932
|
},
|
|
9621
|
-
"name": "GraphqlUI"
|
|
9933
|
+
"name": "GraphqlUI",
|
|
9934
|
+
"componentId": {
|
|
9935
|
+
"scope": "teambit.harmony",
|
|
9936
|
+
"name": "graphql"
|
|
9937
|
+
}
|
|
9622
9938
|
},
|
|
9623
9939
|
{
|
|
9624
9940
|
"__schema": "TypeRefSchema",
|
|
@@ -9627,7 +9943,11 @@
|
|
|
9627
9943
|
"line": 127,
|
|
9628
9944
|
"character": 38
|
|
9629
9945
|
},
|
|
9630
|
-
"name": "ReactRouterUI"
|
|
9946
|
+
"name": "ReactRouterUI",
|
|
9947
|
+
"componentId": {
|
|
9948
|
+
"scope": "teambit.ui-foundation",
|
|
9949
|
+
"name": "react-router"
|
|
9950
|
+
}
|
|
9631
9951
|
}
|
|
9632
9952
|
]
|
|
9633
9953
|
},
|
|
@@ -9677,7 +9997,8 @@
|
|
|
9677
9997
|
"line": 129,
|
|
9678
9998
|
"character": 50
|
|
9679
9999
|
},
|
|
9680
|
-
"name": "UIRootRegistry"
|
|
10000
|
+
"name": "UIRootRegistry",
|
|
10001
|
+
"internalFilePath": "ui.ui.runtime.tsx"
|
|
9681
10002
|
},
|
|
9682
10003
|
{
|
|
9683
10004
|
"__schema": "TypeRefSchema",
|
|
@@ -9686,7 +10007,8 @@
|
|
|
9686
10007
|
"line": 129,
|
|
9687
10008
|
"character": 66
|
|
9688
10009
|
},
|
|
9689
|
-
"name": "HudSlot"
|
|
10010
|
+
"name": "HudSlot",
|
|
10011
|
+
"internalFilePath": "ui.ui.runtime.tsx"
|
|
9690
10012
|
},
|
|
9691
10013
|
{
|
|
9692
10014
|
"__schema": "TypeRefSchema",
|
|
@@ -9695,7 +10017,8 @@
|
|
|
9695
10017
|
"line": 129,
|
|
9696
10018
|
"character": 75
|
|
9697
10019
|
},
|
|
9698
|
-
"name": "RenderPluginsSlot"
|
|
10020
|
+
"name": "RenderPluginsSlot",
|
|
10021
|
+
"internalFilePath": "ui.ui.runtime.tsx"
|
|
9699
10022
|
}
|
|
9700
10023
|
]
|
|
9701
10024
|
},
|
|
@@ -9740,6 +10063,11 @@
|
|
|
9740
10063
|
"character": 16
|
|
9741
10064
|
},
|
|
9742
10065
|
"name": "SlotRegistry",
|
|
10066
|
+
"componentId": {
|
|
10067
|
+
"scope": "teambit.harmony",
|
|
10068
|
+
"name": "harmony",
|
|
10069
|
+
"version": "0.4.6"
|
|
10070
|
+
},
|
|
9743
10071
|
"typeArgs": [
|
|
9744
10072
|
{
|
|
9745
10073
|
"__schema": "TypeRefSchema",
|
|
@@ -9748,7 +10076,8 @@
|
|
|
9748
10076
|
"line": 16,
|
|
9749
10077
|
"character": 29
|
|
9750
10078
|
},
|
|
9751
|
-
"name": "ReactNode"
|
|
10079
|
+
"name": "ReactNode",
|
|
10080
|
+
"packageName": "react"
|
|
9752
10081
|
}
|
|
9753
10082
|
]
|
|
9754
10083
|
}
|
|
@@ -9770,6 +10099,11 @@
|
|
|
9770
10099
|
"character": 26
|
|
9771
10100
|
},
|
|
9772
10101
|
"name": "SlotRegistry",
|
|
10102
|
+
"componentId": {
|
|
10103
|
+
"scope": "teambit.harmony",
|
|
10104
|
+
"name": "harmony",
|
|
10105
|
+
"version": "0.4.6"
|
|
10106
|
+
},
|
|
9773
10107
|
"typeArgs": [
|
|
9774
10108
|
{
|
|
9775
10109
|
"__schema": "TypeRefSchema",
|
|
@@ -9779,6 +10113,11 @@
|
|
|
9779
10113
|
"character": 39
|
|
9780
10114
|
},
|
|
9781
10115
|
"name": "RenderPlugin",
|
|
10116
|
+
"componentId": {
|
|
10117
|
+
"scope": "teambit.react",
|
|
10118
|
+
"name": "rendering/ssr",
|
|
10119
|
+
"version": "0.0.3"
|
|
10120
|
+
},
|
|
9782
10121
|
"typeArgs": [
|
|
9783
10122
|
{
|
|
9784
10123
|
"__schema": "KeywordTypeSchema",
|
|
@@ -9820,6 +10159,11 @@
|
|
|
9820
10159
|
"character": 23
|
|
9821
10160
|
},
|
|
9822
10161
|
"name": "SlotRegistry",
|
|
10162
|
+
"componentId": {
|
|
10163
|
+
"scope": "teambit.harmony",
|
|
10164
|
+
"name": "harmony",
|
|
10165
|
+
"version": "0.4.6"
|
|
10166
|
+
},
|
|
9823
10167
|
"typeArgs": [
|
|
9824
10168
|
{
|
|
9825
10169
|
"__schema": "TypeRefSchema",
|
|
@@ -9893,7 +10237,8 @@
|
|
|
9893
10237
|
"line": 4,
|
|
9894
10238
|
"character": 11
|
|
9895
10239
|
},
|
|
9896
|
-
"name": "RouteProps"
|
|
10240
|
+
"name": "RouteProps",
|
|
10241
|
+
"packageName": "react-router-dom"
|
|
9897
10242
|
}
|
|
9898
10243
|
},
|
|
9899
10244
|
"isOptional": false
|
|
@@ -10285,7 +10630,11 @@
|
|
|
10285
10630
|
"line": 46,
|
|
10286
10631
|
"character": 22
|
|
10287
10632
|
},
|
|
10288
|
-
"name": "GraphqlMain"
|
|
10633
|
+
"name": "GraphqlMain",
|
|
10634
|
+
"componentId": {
|
|
10635
|
+
"scope": "teambit.harmony",
|
|
10636
|
+
"name": "graphql"
|
|
10637
|
+
}
|
|
10289
10638
|
},
|
|
10290
10639
|
"isOptional": false,
|
|
10291
10640
|
"isSpread": false
|
|
@@ -10305,7 +10654,11 @@
|
|
|
10305
10654
|
"line": 47,
|
|
10306
10655
|
"character": 31
|
|
10307
10656
|
},
|
|
10308
|
-
"name": "ExpressMain"
|
|
10657
|
+
"name": "ExpressMain",
|
|
10658
|
+
"componentId": {
|
|
10659
|
+
"scope": "teambit.harmony",
|
|
10660
|
+
"name": "express"
|
|
10661
|
+
}
|
|
10309
10662
|
},
|
|
10310
10663
|
"isOptional": false,
|
|
10311
10664
|
"isSpread": false
|
|
@@ -10385,7 +10738,11 @@
|
|
|
10385
10738
|
"line": 51,
|
|
10386
10739
|
"character": 21
|
|
10387
10740
|
},
|
|
10388
|
-
"name": "Logger"
|
|
10741
|
+
"name": "Logger",
|
|
10742
|
+
"componentId": {
|
|
10743
|
+
"scope": "teambit.harmony",
|
|
10744
|
+
"name": "logger"
|
|
10745
|
+
}
|
|
10389
10746
|
},
|
|
10390
10747
|
"isOptional": false,
|
|
10391
10748
|
"isSpread": false
|
|
@@ -10634,7 +10991,8 @@
|
|
|
10634
10991
|
"line": 99,
|
|
10635
10992
|
"character": 44
|
|
10636
10993
|
},
|
|
10637
|
-
"name": "StartOptions"
|
|
10994
|
+
"name": "StartOptions",
|
|
10995
|
+
"internalFilePath": "ui-server.ts"
|
|
10638
10996
|
},
|
|
10639
10997
|
"isOptional": true,
|
|
10640
10998
|
"defaultValue": "{}",
|
|
@@ -10713,7 +11071,8 @@
|
|
|
10713
11071
|
"line": 181,
|
|
10714
11072
|
"character": 28
|
|
10715
11073
|
},
|
|
10716
|
-
"name": "StartOptions"
|
|
11074
|
+
"name": "StartOptions",
|
|
11075
|
+
"internalFilePath": "ui-server.ts"
|
|
10717
11076
|
},
|
|
10718
11077
|
"isOptional": true,
|
|
10719
11078
|
"defaultValue": "{}",
|
|
@@ -10771,7 +11130,8 @@
|
|
|
10771
11130
|
"line": 239,
|
|
10772
11131
|
"character": 24
|
|
10773
11132
|
},
|
|
10774
|
-
"name": "UIServerProps"
|
|
11133
|
+
"name": "UIServerProps",
|
|
11134
|
+
"internalFilePath": "ui-server.ts"
|
|
10775
11135
|
},
|
|
10776
11136
|
"isOptional": false,
|
|
10777
11137
|
"isSpread": false
|
|
@@ -11032,7 +11392,11 @@
|
|
|
11032
11392
|
"line": 26,
|
|
11033
11393
|
"character": 51
|
|
11034
11394
|
},
|
|
11035
|
-
"name": "Logger"
|
|
11395
|
+
"name": "Logger",
|
|
11396
|
+
"componentId": {
|
|
11397
|
+
"scope": "teambit.harmony",
|
|
11398
|
+
"name": "logger"
|
|
11399
|
+
}
|
|
11036
11400
|
},
|
|
11037
11401
|
"isOptional": false,
|
|
11038
11402
|
"isSpread": false
|
|
@@ -11074,7 +11438,11 @@
|
|
|
11074
11438
|
"line": 28,
|
|
11075
11439
|
"character": 26
|
|
11076
11440
|
},
|
|
11077
|
-
"name": "BuildContext"
|
|
11441
|
+
"name": "BuildContext",
|
|
11442
|
+
"componentId": {
|
|
11443
|
+
"scope": "teambit.pipelines",
|
|
11444
|
+
"name": "builder"
|
|
11445
|
+
}
|
|
11078
11446
|
},
|
|
11079
11447
|
"isOptional": false,
|
|
11080
11448
|
"isSpread": false
|
|
@@ -11096,7 +11464,11 @@
|
|
|
11096
11464
|
"line": 28,
|
|
11097
11465
|
"character": 49
|
|
11098
11466
|
},
|
|
11099
|
-
"name": "BuiltTaskResult"
|
|
11467
|
+
"name": "BuiltTaskResult",
|
|
11468
|
+
"componentId": {
|
|
11469
|
+
"scope": "teambit.pipelines",
|
|
11470
|
+
"name": "builder"
|
|
11471
|
+
}
|
|
11100
11472
|
}
|
|
11101
11473
|
]
|
|
11102
11474
|
},
|
|
@@ -11195,7 +11567,7 @@
|
|
|
11195
11567
|
"_legacy": {
|
|
11196
11568
|
"scope": "teambit.ui-foundation",
|
|
11197
11569
|
"name": "ui",
|
|
11198
|
-
"version": "1.0.
|
|
11570
|
+
"version": "1.0.229"
|
|
11199
11571
|
},
|
|
11200
11572
|
"_scope": "teambit.ui-foundation"
|
|
11201
11573
|
}
|
|
@@ -11210,7 +11582,7 @@
|
|
|
11210
11582
|
"componentId": {
|
|
11211
11583
|
"scope": "teambit.ui-foundation",
|
|
11212
11584
|
"name": "ui",
|
|
11213
|
-
"version": "1.0.
|
|
11585
|
+
"version": "1.0.229"
|
|
11214
11586
|
},
|
|
11215
11587
|
"taggedModuleExports": []
|
|
11216
11588
|
}
|