@ankhorage/runtime 3.0.6 → 3.0.7
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/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +2 -2
- package/paradox/badges/npm.svg +3 -3
- package/paradox/components.md +39 -39
- package/paradox/exports.json +401 -141
- package/paradox/exports.md +230 -230
- package/paradox/index.html +5082 -8430
- package/paradox/paradox.json +597 -214
package/paradox/exports.json
CHANGED
|
@@ -11,7 +11,9 @@
|
|
|
11
11
|
"line": 3,
|
|
12
12
|
"column": 1
|
|
13
13
|
},
|
|
14
|
-
"exportPaths": [
|
|
14
|
+
"exportPaths": [
|
|
15
|
+
"src/index.ts"
|
|
16
|
+
],
|
|
15
17
|
"relatedSymbols": [],
|
|
16
18
|
"signatures": [],
|
|
17
19
|
"members": [],
|
|
@@ -29,8 +31,12 @@
|
|
|
29
31
|
"line": 95,
|
|
30
32
|
"column": 1
|
|
31
33
|
},
|
|
32
|
-
"exportPaths": [
|
|
33
|
-
|
|
34
|
+
"exportPaths": [
|
|
35
|
+
"src/index.ts"
|
|
36
|
+
],
|
|
37
|
+
"relatedSymbols": [
|
|
38
|
+
"RuntimeNodePropsResolver"
|
|
39
|
+
],
|
|
34
40
|
"signatures": [
|
|
35
41
|
{
|
|
36
42
|
"label": "(localResolver?: RuntimeNodePropsResolver | undefined, inheritedResolver?: RuntimeNodePropsResolver | undefined) => RuntimeNodePropsResolver | undefined",
|
|
@@ -67,8 +73,12 @@
|
|
|
67
73
|
"line": 80,
|
|
68
74
|
"column": 1
|
|
69
75
|
},
|
|
70
|
-
"exportPaths": [
|
|
71
|
-
|
|
76
|
+
"exportPaths": [
|
|
77
|
+
"src/index.ts"
|
|
78
|
+
],
|
|
79
|
+
"relatedSymbols": [
|
|
80
|
+
"RuntimeRendererWrapArgs"
|
|
81
|
+
],
|
|
72
82
|
"signatures": [
|
|
73
83
|
{
|
|
74
84
|
"label": "(innerWrapNode?: ((args: RuntimeRendererWrapArgs) => React.ReactNode) | undefined, outerWrapNode?: ((args: RuntimeRendererWrapArgs) => React.ReactNode) | undefined) => ((args: RuntimeRendererWrapArgs) => React.ReactNode) | undefined",
|
|
@@ -105,7 +115,9 @@
|
|
|
105
115
|
"line": 223,
|
|
106
116
|
"column": 1
|
|
107
117
|
},
|
|
108
|
-
"exportPaths": [
|
|
118
|
+
"exportPaths": [
|
|
119
|
+
"src/index.ts"
|
|
120
|
+
],
|
|
109
121
|
"relatedSymbols": [],
|
|
110
122
|
"signatures": [
|
|
111
123
|
{
|
|
@@ -137,7 +149,9 @@
|
|
|
137
149
|
"line": 5,
|
|
138
150
|
"column": 1
|
|
139
151
|
},
|
|
140
|
-
"exportPaths": [
|
|
152
|
+
"exportPaths": [
|
|
153
|
+
"src/index.ts"
|
|
154
|
+
],
|
|
141
155
|
"relatedSymbols": [],
|
|
142
156
|
"signatures": [
|
|
143
157
|
{
|
|
@@ -169,8 +183,13 @@
|
|
|
169
183
|
"line": 36,
|
|
170
184
|
"column": 1
|
|
171
185
|
},
|
|
172
|
-
"exportPaths": [
|
|
173
|
-
|
|
186
|
+
"exportPaths": [
|
|
187
|
+
"src/index.ts"
|
|
188
|
+
],
|
|
189
|
+
"relatedSymbols": [
|
|
190
|
+
"RuntimeActionHandler",
|
|
191
|
+
"RuntimeDbPersistExecutionResult"
|
|
192
|
+
],
|
|
174
193
|
"signatures": [
|
|
175
194
|
{
|
|
176
195
|
"label": "(args: { readonly dbAdapter: DbAdapter; readonly onResult?: (result: RuntimeDbPersistExecutionResult) => void; }) => RuntimeActionHandler",
|
|
@@ -201,8 +220,12 @@
|
|
|
201
220
|
"line": 126,
|
|
202
221
|
"column": 1
|
|
203
222
|
},
|
|
204
|
-
"exportPaths": [
|
|
205
|
-
|
|
223
|
+
"exportPaths": [
|
|
224
|
+
"src/index.ts"
|
|
225
|
+
],
|
|
226
|
+
"relatedSymbols": [
|
|
227
|
+
"RuntimeDbPersistError"
|
|
228
|
+
],
|
|
206
229
|
"signatures": [
|
|
207
230
|
{
|
|
208
231
|
"label": "(error: RuntimeDbPersistError) => DbAdapterError",
|
|
@@ -233,8 +256,12 @@
|
|
|
233
256
|
"line": 82,
|
|
234
257
|
"column": 1
|
|
235
258
|
},
|
|
236
|
-
"exportPaths": [
|
|
237
|
-
|
|
259
|
+
"exportPaths": [
|
|
260
|
+
"src/index.ts"
|
|
261
|
+
],
|
|
262
|
+
"relatedSymbols": [
|
|
263
|
+
"RuntimeScreenOperationLoaderState"
|
|
264
|
+
],
|
|
238
265
|
"signatures": [
|
|
239
266
|
{
|
|
240
267
|
"label": "(args: { readonly dependencyKey: string; readonly previousState?: RuntimeScreenOperationLoaderState; }) => RuntimeScreenOperationLoaderState",
|
|
@@ -265,7 +292,9 @@
|
|
|
265
292
|
"line": 71,
|
|
266
293
|
"column": 1
|
|
267
294
|
},
|
|
268
|
-
"exportPaths": [
|
|
295
|
+
"exportPaths": [
|
|
296
|
+
"src/index.ts"
|
|
297
|
+
],
|
|
269
298
|
"relatedSymbols": [
|
|
270
299
|
"RuntimeActionHandler",
|
|
271
300
|
"RuntimeActionHandlers",
|
|
@@ -305,8 +334,13 @@
|
|
|
305
334
|
"line": 12,
|
|
306
335
|
"column": 1
|
|
307
336
|
},
|
|
308
|
-
"exportPaths": [
|
|
309
|
-
|
|
337
|
+
"exportPaths": [
|
|
338
|
+
"src/index.ts"
|
|
339
|
+
],
|
|
340
|
+
"relatedSymbols": [
|
|
341
|
+
"RuntimeApiOperationExecutorOptions",
|
|
342
|
+
"RuntimeBindingOperationExecutor"
|
|
343
|
+
],
|
|
310
344
|
"signatures": [
|
|
311
345
|
{
|
|
312
346
|
"label": "(options: RuntimeApiOperationExecutorOptions) => RuntimeBindingOperationExecutor",
|
|
@@ -337,7 +371,9 @@
|
|
|
337
371
|
"line": 165,
|
|
338
372
|
"column": 1
|
|
339
373
|
},
|
|
340
|
-
"exportPaths": [
|
|
374
|
+
"exportPaths": [
|
|
375
|
+
"src/index.ts"
|
|
376
|
+
],
|
|
341
377
|
"relatedSymbols": [],
|
|
342
378
|
"signatures": [
|
|
343
379
|
{
|
|
@@ -369,8 +405,12 @@
|
|
|
369
405
|
"line": 92,
|
|
370
406
|
"column": 1
|
|
371
407
|
},
|
|
372
|
-
"exportPaths": [
|
|
373
|
-
|
|
408
|
+
"exportPaths": [
|
|
409
|
+
"src/index.ts"
|
|
410
|
+
],
|
|
411
|
+
"relatedSymbols": [
|
|
412
|
+
"RuntimeEventOperationState"
|
|
413
|
+
],
|
|
374
414
|
"signatures": [
|
|
375
415
|
{
|
|
376
416
|
"label": "(context: Record<string, unknown> | undefined, state: RuntimeEventOperationState) => Record<string, unknown>",
|
|
@@ -407,8 +447,13 @@
|
|
|
407
447
|
"line": 39,
|
|
408
448
|
"column": 1
|
|
409
449
|
},
|
|
410
|
-
"exportPaths": [
|
|
411
|
-
|
|
450
|
+
"exportPaths": [
|
|
451
|
+
"src/index.ts"
|
|
452
|
+
],
|
|
453
|
+
"relatedSymbols": [
|
|
454
|
+
"RuntimeEventOperationLifecycle",
|
|
455
|
+
"RuntimeEventOperationState"
|
|
456
|
+
],
|
|
412
457
|
"signatures": [
|
|
413
458
|
{
|
|
414
459
|
"label": "(onStateChange: (state: RuntimeEventOperationState) => void) => RuntimeEventOperationLifecycle",
|
|
@@ -439,8 +484,12 @@
|
|
|
439
484
|
"line": 18,
|
|
440
485
|
"column": 1
|
|
441
486
|
},
|
|
442
|
-
"exportPaths": [
|
|
443
|
-
|
|
487
|
+
"exportPaths": [
|
|
488
|
+
"src/index.ts"
|
|
489
|
+
],
|
|
490
|
+
"relatedSymbols": [
|
|
491
|
+
"RuntimeMemoryStateAdapterOptions"
|
|
492
|
+
],
|
|
444
493
|
"signatures": [
|
|
445
494
|
{
|
|
446
495
|
"label": "(options?: RuntimeMemoryStateAdapterOptions) => StateAdapter",
|
|
@@ -471,8 +520,12 @@
|
|
|
471
520
|
"line": 49,
|
|
472
521
|
"column": 1
|
|
473
522
|
},
|
|
474
|
-
"exportPaths": [
|
|
475
|
-
|
|
523
|
+
"exportPaths": [
|
|
524
|
+
"src/index.ts"
|
|
525
|
+
],
|
|
526
|
+
"relatedSymbols": [
|
|
527
|
+
"RuntimeBindingOperationResultCache"
|
|
528
|
+
],
|
|
476
529
|
"signatures": [
|
|
477
530
|
{
|
|
478
531
|
"label": "(args: { readonly screenId: string; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; readonly bindingContext?: Record<string, unknown>; readonly operationResults?: RuntimeBindingOperationResultCache; }) => string",
|
|
@@ -503,8 +556,13 @@
|
|
|
503
556
|
"line": 109,
|
|
504
557
|
"column": 1
|
|
505
558
|
},
|
|
506
|
-
"exportPaths": [
|
|
507
|
-
|
|
559
|
+
"exportPaths": [
|
|
560
|
+
"src/index.ts"
|
|
561
|
+
],
|
|
562
|
+
"relatedSymbols": [
|
|
563
|
+
"RuntimeActionHandlers",
|
|
564
|
+
"RuntimeComponentEventDispatchArgs"
|
|
565
|
+
],
|
|
508
566
|
"signatures": [
|
|
509
567
|
{
|
|
510
568
|
"label": "(args: RuntimeComponentEventDispatchArgs & { readonly actionHandlers?: RuntimeActionHandlers; }) => Promise<readonly DataSourceDiagnostic[]>",
|
|
@@ -535,7 +593,9 @@
|
|
|
535
593
|
"line": 14,
|
|
536
594
|
"column": 1
|
|
537
595
|
},
|
|
538
|
-
"exportPaths": [
|
|
596
|
+
"exportPaths": [
|
|
597
|
+
"src/index.ts"
|
|
598
|
+
],
|
|
539
599
|
"relatedSymbols": [
|
|
540
600
|
"RuntimeActionHandlers",
|
|
541
601
|
"RuntimeComponentEventDispatchArgs",
|
|
@@ -571,8 +631,13 @@
|
|
|
571
631
|
"line": 48,
|
|
572
632
|
"column": 1
|
|
573
633
|
},
|
|
574
|
-
"exportPaths": [
|
|
575
|
-
|
|
634
|
+
"exportPaths": [
|
|
635
|
+
"src/index.ts"
|
|
636
|
+
],
|
|
637
|
+
"relatedSymbols": [
|
|
638
|
+
"RuntimeActionHandlerArgs",
|
|
639
|
+
"RuntimeDbPersistExecutionResult"
|
|
640
|
+
],
|
|
576
641
|
"signatures": [
|
|
577
642
|
{
|
|
578
643
|
"label": "(args: { readonly dbAdapter: DbAdapter; readonly handlerArgs: RuntimeActionHandlerArgs; }) => Promise<RuntimeDbPersistExecutionResult>",
|
|
@@ -603,7 +668,9 @@
|
|
|
603
668
|
"line": 178,
|
|
604
669
|
"column": 1
|
|
605
670
|
},
|
|
606
|
-
"exportPaths": [
|
|
671
|
+
"exportPaths": [
|
|
672
|
+
"src/index.ts"
|
|
673
|
+
],
|
|
607
674
|
"relatedSymbols": [
|
|
608
675
|
"RuntimeBindingOperationExecutor",
|
|
609
676
|
"RuntimeBindingOperationResultCache",
|
|
@@ -640,7 +707,9 @@
|
|
|
640
707
|
"line": 27,
|
|
641
708
|
"column": 14
|
|
642
709
|
},
|
|
643
|
-
"exportPaths": [
|
|
710
|
+
"exportPaths": [
|
|
711
|
+
"src/index.ts"
|
|
712
|
+
],
|
|
644
713
|
"relatedSymbols": [],
|
|
645
714
|
"signatures": [],
|
|
646
715
|
"members": [],
|
|
@@ -658,7 +727,9 @@
|
|
|
658
727
|
"line": 10,
|
|
659
728
|
"column": 14
|
|
660
729
|
},
|
|
661
|
-
"exportPaths": [
|
|
730
|
+
"exportPaths": [
|
|
731
|
+
"src/index.ts"
|
|
732
|
+
],
|
|
662
733
|
"relatedSymbols": [],
|
|
663
734
|
"signatures": [],
|
|
664
735
|
"members": [],
|
|
@@ -676,7 +747,9 @@
|
|
|
676
747
|
"line": 12,
|
|
677
748
|
"column": 1
|
|
678
749
|
},
|
|
679
|
-
"exportPaths": [
|
|
750
|
+
"exportPaths": [
|
|
751
|
+
"src/index.ts"
|
|
752
|
+
],
|
|
680
753
|
"relatedSymbols": [],
|
|
681
754
|
"signatures": [
|
|
682
755
|
{
|
|
@@ -708,8 +781,12 @@
|
|
|
708
781
|
"line": 113,
|
|
709
782
|
"column": 1
|
|
710
783
|
},
|
|
711
|
-
"exportPaths": [
|
|
712
|
-
|
|
784
|
+
"exportPaths": [
|
|
785
|
+
"src/index.ts"
|
|
786
|
+
],
|
|
787
|
+
"relatedSymbols": [
|
|
788
|
+
"RuntimeRendererConfig"
|
|
789
|
+
],
|
|
713
790
|
"signatures": [
|
|
714
791
|
{
|
|
715
792
|
"label": "(localConfig: RuntimeRendererConfig | undefined, inheritedConfig: RuntimeRendererConfig | undefined) => RuntimeRendererConfig",
|
|
@@ -746,8 +823,12 @@
|
|
|
746
823
|
"line": 131,
|
|
747
824
|
"column": 1
|
|
748
825
|
},
|
|
749
|
-
"exportPaths": [
|
|
750
|
-
|
|
826
|
+
"exportPaths": [
|
|
827
|
+
"src/index.ts"
|
|
828
|
+
],
|
|
829
|
+
"relatedSymbols": [
|
|
830
|
+
"RuntimeBindingResolutionContext"
|
|
831
|
+
],
|
|
751
832
|
"signatures": [
|
|
752
833
|
{
|
|
753
834
|
"label": "(input: Readonly<Record<string, BindingInputValue>> | undefined, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) => Promise<import(\"@ankhorage/contracts\").SerializableValue | undefined>",
|
|
@@ -790,8 +871,12 @@
|
|
|
790
871
|
"line": 68,
|
|
791
872
|
"column": 1
|
|
792
873
|
},
|
|
793
|
-
"exportPaths": [
|
|
794
|
-
|
|
874
|
+
"exportPaths": [
|
|
875
|
+
"src/index.ts"
|
|
876
|
+
],
|
|
877
|
+
"relatedSymbols": [
|
|
878
|
+
"RuntimeDbPersistError"
|
|
879
|
+
],
|
|
795
880
|
"signatures": [
|
|
796
881
|
{
|
|
797
882
|
"label": "(payload: object | undefined) => { readonly ok: true; readonly data: DbInsertInput; } | { readonly ok: false; readonly error: RuntimeDbPersistError; }",
|
|
@@ -822,8 +907,12 @@
|
|
|
822
907
|
"line": 237,
|
|
823
908
|
"column": 1
|
|
824
909
|
},
|
|
825
|
-
"exportPaths": [
|
|
826
|
-
|
|
910
|
+
"exportPaths": [
|
|
911
|
+
"src/index.ts"
|
|
912
|
+
],
|
|
913
|
+
"relatedSymbols": [
|
|
914
|
+
"RuntimeActionResolutionArgs"
|
|
915
|
+
],
|
|
827
916
|
"signatures": [
|
|
828
917
|
{
|
|
829
918
|
"label": "(payload: object | undefined, args: RuntimeActionResolutionArgs) => object | undefined",
|
|
@@ -860,8 +949,12 @@
|
|
|
860
949
|
"line": 248,
|
|
861
950
|
"column": 1
|
|
862
951
|
},
|
|
863
|
-
"exportPaths": [
|
|
864
|
-
|
|
952
|
+
"exportPaths": [
|
|
953
|
+
"src/index.ts"
|
|
954
|
+
],
|
|
955
|
+
"relatedSymbols": [
|
|
956
|
+
"RuntimeActionResolutionArgs"
|
|
957
|
+
],
|
|
865
958
|
"signatures": [
|
|
866
959
|
{
|
|
867
960
|
"label": "(value: unknown, args: RuntimeActionResolutionArgs) => object | undefined",
|
|
@@ -898,8 +991,13 @@
|
|
|
898
991
|
"line": 91,
|
|
899
992
|
"column": 1
|
|
900
993
|
},
|
|
901
|
-
"exportPaths": [
|
|
902
|
-
|
|
994
|
+
"exportPaths": [
|
|
995
|
+
"src/index.ts"
|
|
996
|
+
],
|
|
997
|
+
"relatedSymbols": [
|
|
998
|
+
"RuntimeBindingResolutionArgs",
|
|
999
|
+
"RuntimeBindingResolutionResult"
|
|
1000
|
+
],
|
|
903
1001
|
"signatures": [
|
|
904
1002
|
{
|
|
905
1003
|
"label": "(args: RuntimeBindingResolutionArgs) => RuntimeBindingResolutionResult",
|
|
@@ -930,8 +1028,13 @@
|
|
|
930
1028
|
"line": 76,
|
|
931
1029
|
"column": 1
|
|
932
1030
|
},
|
|
933
|
-
"exportPaths": [
|
|
934
|
-
|
|
1031
|
+
"exportPaths": [
|
|
1032
|
+
"src/index.ts"
|
|
1033
|
+
],
|
|
1034
|
+
"relatedSymbols": [
|
|
1035
|
+
"RuntimeBindingResolutionArgs",
|
|
1036
|
+
"RuntimeBindingResolutionResult"
|
|
1037
|
+
],
|
|
935
1038
|
"signatures": [
|
|
936
1039
|
{
|
|
937
1040
|
"label": "(args: RuntimeBindingResolutionArgs) => Promise<RuntimeBindingResolutionResult>",
|
|
@@ -962,8 +1065,12 @@
|
|
|
962
1065
|
"line": 105,
|
|
963
1066
|
"column": 1
|
|
964
1067
|
},
|
|
965
|
-
"exportPaths": [
|
|
966
|
-
|
|
1068
|
+
"exportPaths": [
|
|
1069
|
+
"src/index.ts"
|
|
1070
|
+
],
|
|
1071
|
+
"relatedSymbols": [
|
|
1072
|
+
"RuntimeBindingResolutionContext"
|
|
1073
|
+
],
|
|
967
1074
|
"signatures": [
|
|
968
1075
|
{
|
|
969
1076
|
"label": "(binding: PropBinding, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) => Promise<unknown>",
|
|
@@ -1006,8 +1113,12 @@
|
|
|
1006
1113
|
"line": 118,
|
|
1007
1114
|
"column": 1
|
|
1008
1115
|
},
|
|
1009
|
-
"exportPaths": [
|
|
1010
|
-
|
|
1116
|
+
"exportPaths": [
|
|
1117
|
+
"src/index.ts"
|
|
1118
|
+
],
|
|
1119
|
+
"relatedSymbols": [
|
|
1120
|
+
"RuntimeBindingResolutionContext"
|
|
1121
|
+
],
|
|
1011
1122
|
"signatures": [
|
|
1012
1123
|
{
|
|
1013
1124
|
"label": "(binding: PropBinding, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) => unknown",
|
|
@@ -1050,7 +1161,9 @@
|
|
|
1050
1161
|
"line": 113,
|
|
1051
1162
|
"column": 1
|
|
1052
1163
|
},
|
|
1053
|
-
"exportPaths": [
|
|
1164
|
+
"exportPaths": [
|
|
1165
|
+
"src/index.ts"
|
|
1166
|
+
],
|
|
1054
1167
|
"relatedSymbols": [],
|
|
1055
1168
|
"signatures": [
|
|
1056
1169
|
{
|
|
@@ -1082,7 +1195,9 @@
|
|
|
1082
1195
|
"line": 43,
|
|
1083
1196
|
"column": 1
|
|
1084
1197
|
},
|
|
1085
|
-
"exportPaths": [
|
|
1198
|
+
"exportPaths": [
|
|
1199
|
+
"src/index.ts"
|
|
1200
|
+
],
|
|
1086
1201
|
"relatedSymbols": [],
|
|
1087
1202
|
"signatures": [
|
|
1088
1203
|
{
|
|
@@ -1114,7 +1229,9 @@
|
|
|
1114
1229
|
"line": 46,
|
|
1115
1230
|
"column": 1
|
|
1116
1231
|
},
|
|
1117
|
-
"exportPaths": [
|
|
1232
|
+
"exportPaths": [
|
|
1233
|
+
"src/index.ts"
|
|
1234
|
+
],
|
|
1118
1235
|
"relatedSymbols": [],
|
|
1119
1236
|
"signatures": [],
|
|
1120
1237
|
"members": [],
|
|
@@ -1132,7 +1249,9 @@
|
|
|
1132
1249
|
"line": 24,
|
|
1133
1250
|
"column": 1
|
|
1134
1251
|
},
|
|
1135
|
-
"exportPaths": [
|
|
1252
|
+
"exportPaths": [
|
|
1253
|
+
"src/index.ts"
|
|
1254
|
+
],
|
|
1136
1255
|
"relatedSymbols": [],
|
|
1137
1256
|
"signatures": [],
|
|
1138
1257
|
"members": [
|
|
@@ -1179,7 +1298,9 @@
|
|
|
1179
1298
|
"line": 49,
|
|
1180
1299
|
"column": 1
|
|
1181
1300
|
},
|
|
1182
|
-
"exportPaths": [
|
|
1301
|
+
"exportPaths": [
|
|
1302
|
+
"src/index.ts"
|
|
1303
|
+
],
|
|
1183
1304
|
"relatedSymbols": [],
|
|
1184
1305
|
"signatures": [],
|
|
1185
1306
|
"members": [],
|
|
@@ -1197,7 +1318,9 @@
|
|
|
1197
1318
|
"line": 47,
|
|
1198
1319
|
"column": 1
|
|
1199
1320
|
},
|
|
1200
|
-
"exportPaths": [
|
|
1321
|
+
"exportPaths": [
|
|
1322
|
+
"src/index.ts"
|
|
1323
|
+
],
|
|
1201
1324
|
"relatedSymbols": [],
|
|
1202
1325
|
"signatures": [],
|
|
1203
1326
|
"members": [],
|
|
@@ -1215,8 +1338,12 @@
|
|
|
1215
1338
|
"line": 39,
|
|
1216
1339
|
"column": 1
|
|
1217
1340
|
},
|
|
1218
|
-
"exportPaths": [
|
|
1219
|
-
|
|
1341
|
+
"exportPaths": [
|
|
1342
|
+
"src/index.ts"
|
|
1343
|
+
],
|
|
1344
|
+
"relatedSymbols": [
|
|
1345
|
+
"RuntimeAction"
|
|
1346
|
+
],
|
|
1220
1347
|
"signatures": [],
|
|
1221
1348
|
"members": [
|
|
1222
1349
|
{
|
|
@@ -1262,7 +1389,9 @@
|
|
|
1262
1389
|
"line": 48,
|
|
1263
1390
|
"column": 1
|
|
1264
1391
|
},
|
|
1265
|
-
"exportPaths": [
|
|
1392
|
+
"exportPaths": [
|
|
1393
|
+
"src/index.ts"
|
|
1394
|
+
],
|
|
1266
1395
|
"relatedSymbols": [],
|
|
1267
1396
|
"signatures": [],
|
|
1268
1397
|
"members": [],
|
|
@@ -1280,8 +1409,13 @@
|
|
|
1280
1409
|
"line": 34,
|
|
1281
1410
|
"column": 1
|
|
1282
1411
|
},
|
|
1283
|
-
"exportPaths": [
|
|
1284
|
-
|
|
1412
|
+
"exportPaths": [
|
|
1413
|
+
"src/index.ts"
|
|
1414
|
+
],
|
|
1415
|
+
"relatedSymbols": [
|
|
1416
|
+
"RuntimeActionHandler",
|
|
1417
|
+
"RuntimeComponentEventDispatchArgs"
|
|
1418
|
+
],
|
|
1285
1419
|
"signatures": [],
|
|
1286
1420
|
"members": [
|
|
1287
1421
|
{
|
|
@@ -1313,7 +1447,9 @@
|
|
|
1313
1447
|
"line": 45,
|
|
1314
1448
|
"column": 1
|
|
1315
1449
|
},
|
|
1316
|
-
"exportPaths": [
|
|
1450
|
+
"exportPaths": [
|
|
1451
|
+
"src/index.ts"
|
|
1452
|
+
],
|
|
1317
1453
|
"relatedSymbols": [],
|
|
1318
1454
|
"signatures": [],
|
|
1319
1455
|
"members": [
|
|
@@ -1360,7 +1496,9 @@
|
|
|
1360
1496
|
"line": 39,
|
|
1361
1497
|
"column": 1
|
|
1362
1498
|
},
|
|
1363
|
-
"exportPaths": [
|
|
1499
|
+
"exportPaths": [
|
|
1500
|
+
"src/index.ts"
|
|
1501
|
+
],
|
|
1364
1502
|
"relatedSymbols": [],
|
|
1365
1503
|
"signatures": [],
|
|
1366
1504
|
"members": [
|
|
@@ -1400,7 +1538,9 @@
|
|
|
1400
1538
|
"line": 39,
|
|
1401
1539
|
"column": 1
|
|
1402
1540
|
},
|
|
1403
|
-
"exportPaths": [
|
|
1541
|
+
"exportPaths": [
|
|
1542
|
+
"src/index.ts"
|
|
1543
|
+
],
|
|
1404
1544
|
"relatedSymbols": [],
|
|
1405
1545
|
"signatures": [],
|
|
1406
1546
|
"members": [
|
|
@@ -1440,7 +1580,9 @@
|
|
|
1440
1580
|
"line": 7,
|
|
1441
1581
|
"column": 1
|
|
1442
1582
|
},
|
|
1443
|
-
"exportPaths": [
|
|
1583
|
+
"exportPaths": [
|
|
1584
|
+
"src/index.ts"
|
|
1585
|
+
],
|
|
1444
1586
|
"relatedSymbols": [],
|
|
1445
1587
|
"signatures": [],
|
|
1446
1588
|
"members": [
|
|
@@ -1473,7 +1615,9 @@
|
|
|
1473
1615
|
"line": 10,
|
|
1474
1616
|
"column": 1
|
|
1475
1617
|
},
|
|
1476
|
-
"exportPaths": [
|
|
1618
|
+
"exportPaths": [
|
|
1619
|
+
"src/index.ts"
|
|
1620
|
+
],
|
|
1477
1621
|
"relatedSymbols": [],
|
|
1478
1622
|
"signatures": [],
|
|
1479
1623
|
"members": [
|
|
@@ -1506,7 +1650,9 @@
|
|
|
1506
1650
|
"line": 31,
|
|
1507
1651
|
"column": 1
|
|
1508
1652
|
},
|
|
1509
|
-
"exportPaths": [
|
|
1653
|
+
"exportPaths": [
|
|
1654
|
+
"src/index.ts"
|
|
1655
|
+
],
|
|
1510
1656
|
"relatedSymbols": [],
|
|
1511
1657
|
"signatures": [],
|
|
1512
1658
|
"members": [
|
|
@@ -1560,7 +1706,9 @@
|
|
|
1560
1706
|
"line": 24,
|
|
1561
1707
|
"column": 1
|
|
1562
1708
|
},
|
|
1563
|
-
"exportPaths": [
|
|
1709
|
+
"exportPaths": [
|
|
1710
|
+
"src/index.ts"
|
|
1711
|
+
],
|
|
1564
1712
|
"relatedSymbols": [],
|
|
1565
1713
|
"signatures": [],
|
|
1566
1714
|
"members": [
|
|
@@ -1614,7 +1762,9 @@
|
|
|
1614
1762
|
"line": 32,
|
|
1615
1763
|
"column": 1
|
|
1616
1764
|
},
|
|
1617
|
-
"exportPaths": [
|
|
1765
|
+
"exportPaths": [
|
|
1766
|
+
"src/index.ts"
|
|
1767
|
+
],
|
|
1618
1768
|
"relatedSymbols": [],
|
|
1619
1769
|
"signatures": [],
|
|
1620
1770
|
"members": [],
|
|
@@ -1632,7 +1782,9 @@
|
|
|
1632
1782
|
"line": 43,
|
|
1633
1783
|
"column": 1
|
|
1634
1784
|
},
|
|
1635
|
-
"exportPaths": [
|
|
1785
|
+
"exportPaths": [
|
|
1786
|
+
"src/index.ts"
|
|
1787
|
+
],
|
|
1636
1788
|
"relatedSymbols": [],
|
|
1637
1789
|
"signatures": [],
|
|
1638
1790
|
"members": [],
|
|
@@ -1650,7 +1802,9 @@
|
|
|
1650
1802
|
"line": 22,
|
|
1651
1803
|
"column": 1
|
|
1652
1804
|
},
|
|
1653
|
-
"exportPaths": [
|
|
1805
|
+
"exportPaths": [
|
|
1806
|
+
"src/index.ts"
|
|
1807
|
+
],
|
|
1654
1808
|
"relatedSymbols": [],
|
|
1655
1809
|
"signatures": [],
|
|
1656
1810
|
"members": [],
|
|
@@ -1668,7 +1822,9 @@
|
|
|
1668
1822
|
"line": 47,
|
|
1669
1823
|
"column": 1
|
|
1670
1824
|
},
|
|
1671
|
-
"exportPaths": [
|
|
1825
|
+
"exportPaths": [
|
|
1826
|
+
"src/index.ts"
|
|
1827
|
+
],
|
|
1672
1828
|
"relatedSymbols": [],
|
|
1673
1829
|
"signatures": [],
|
|
1674
1830
|
"members": [],
|
|
@@ -1686,7 +1842,9 @@
|
|
|
1686
1842
|
"line": 51,
|
|
1687
1843
|
"column": 1
|
|
1688
1844
|
},
|
|
1689
|
-
"exportPaths": [
|
|
1845
|
+
"exportPaths": [
|
|
1846
|
+
"src/index.ts"
|
|
1847
|
+
],
|
|
1690
1848
|
"relatedSymbols": [],
|
|
1691
1849
|
"signatures": [],
|
|
1692
1850
|
"members": [],
|
|
@@ -1704,14 +1862,18 @@
|
|
|
1704
1862
|
"line": 66,
|
|
1705
1863
|
"column": 1
|
|
1706
1864
|
},
|
|
1707
|
-
"exportPaths": [
|
|
1708
|
-
|
|
1865
|
+
"exportPaths": [
|
|
1866
|
+
"src/index.ts"
|
|
1867
|
+
],
|
|
1868
|
+
"relatedSymbols": [
|
|
1869
|
+
"RuntimeBindingOperationExecutor"
|
|
1870
|
+
],
|
|
1709
1871
|
"signatures": [],
|
|
1710
1872
|
"members": [
|
|
1711
1873
|
{
|
|
1712
1874
|
"name": "apis",
|
|
1713
1875
|
"kind": "property",
|
|
1714
|
-
"type": "
|
|
1876
|
+
"type": "ApiDefinitionRegistry | undefined",
|
|
1715
1877
|
"required": false,
|
|
1716
1878
|
"description": null
|
|
1717
1879
|
},
|
|
@@ -1725,7 +1887,7 @@
|
|
|
1725
1887
|
{
|
|
1726
1888
|
"name": "dataBindings",
|
|
1727
1889
|
"kind": "property",
|
|
1728
|
-
"type": "
|
|
1890
|
+
"type": "ComponentDataBindingRegistry | undefined",
|
|
1729
1891
|
"required": false,
|
|
1730
1892
|
"description": null
|
|
1731
1893
|
},
|
|
@@ -1786,14 +1948,18 @@
|
|
|
1786
1948
|
"line": 56,
|
|
1787
1949
|
"column": 1
|
|
1788
1950
|
},
|
|
1789
|
-
"exportPaths": [
|
|
1790
|
-
|
|
1951
|
+
"exportPaths": [
|
|
1952
|
+
"src/index.ts"
|
|
1953
|
+
],
|
|
1954
|
+
"relatedSymbols": [
|
|
1955
|
+
"RuntimeBindingOperationExecutor"
|
|
1956
|
+
],
|
|
1791
1957
|
"signatures": [],
|
|
1792
1958
|
"members": [
|
|
1793
1959
|
{
|
|
1794
1960
|
"name": "apis",
|
|
1795
1961
|
"kind": "property",
|
|
1796
|
-
"type": "
|
|
1962
|
+
"type": "ApiDefinitionRegistry | undefined",
|
|
1797
1963
|
"required": false,
|
|
1798
1964
|
"description": null
|
|
1799
1965
|
},
|
|
@@ -1807,7 +1973,7 @@
|
|
|
1807
1973
|
{
|
|
1808
1974
|
"name": "dataBindings",
|
|
1809
1975
|
"kind": "property",
|
|
1810
|
-
"type": "
|
|
1976
|
+
"type": "ComponentDataBindingRegistry | undefined",
|
|
1811
1977
|
"required": false,
|
|
1812
1978
|
"description": null
|
|
1813
1979
|
},
|
|
@@ -1854,7 +2020,9 @@
|
|
|
1854
2020
|
"line": 71,
|
|
1855
2021
|
"column": 1
|
|
1856
2022
|
},
|
|
1857
|
-
"exportPaths": [
|
|
2023
|
+
"exportPaths": [
|
|
2024
|
+
"src/index.ts"
|
|
2025
|
+
],
|
|
1858
2026
|
"relatedSymbols": [],
|
|
1859
2027
|
"signatures": [],
|
|
1860
2028
|
"members": [
|
|
@@ -1887,7 +2055,9 @@
|
|
|
1887
2055
|
"line": 10,
|
|
1888
2056
|
"column": 1
|
|
1889
2057
|
},
|
|
1890
|
-
"exportPaths": [
|
|
2058
|
+
"exportPaths": [
|
|
2059
|
+
"src/index.ts"
|
|
2060
|
+
],
|
|
1891
2061
|
"relatedSymbols": [],
|
|
1892
2062
|
"signatures": [],
|
|
1893
2063
|
"members": [],
|
|
@@ -1905,7 +2075,9 @@
|
|
|
1905
2075
|
"line": 49,
|
|
1906
2076
|
"column": 1
|
|
1907
2077
|
},
|
|
1908
|
-
"exportPaths": [
|
|
2078
|
+
"exportPaths": [
|
|
2079
|
+
"src/index.ts"
|
|
2080
|
+
],
|
|
1909
2081
|
"relatedSymbols": [
|
|
1910
2082
|
"RuntimeActionHandler",
|
|
1911
2083
|
"RuntimeBindingOperationExecutor",
|
|
@@ -1917,7 +2089,7 @@
|
|
|
1917
2089
|
{
|
|
1918
2090
|
"name": "apis",
|
|
1919
2091
|
"kind": "property",
|
|
1920
|
-
"type": "
|
|
2092
|
+
"type": "ApiDefinitionRegistry | undefined",
|
|
1921
2093
|
"required": false,
|
|
1922
2094
|
"description": null
|
|
1923
2095
|
},
|
|
@@ -1931,7 +2103,7 @@
|
|
|
1931
2103
|
{
|
|
1932
2104
|
"name": "dataBindings",
|
|
1933
2105
|
"kind": "property",
|
|
1934
|
-
"type": "
|
|
2106
|
+
"type": "ComponentDataBindingRegistry | undefined",
|
|
1935
2107
|
"required": false,
|
|
1936
2108
|
"description": null
|
|
1937
2109
|
},
|
|
@@ -2013,7 +2185,9 @@
|
|
|
2013
2185
|
"line": 16,
|
|
2014
2186
|
"column": 1
|
|
2015
2187
|
},
|
|
2016
|
-
"exportPaths": [
|
|
2188
|
+
"exportPaths": [
|
|
2189
|
+
"src/index.ts"
|
|
2190
|
+
],
|
|
2017
2191
|
"relatedSymbols": [],
|
|
2018
2192
|
"signatures": [],
|
|
2019
2193
|
"members": [
|
|
@@ -2046,7 +2220,9 @@
|
|
|
2046
2220
|
"line": 21,
|
|
2047
2221
|
"column": 1
|
|
2048
2222
|
},
|
|
2049
|
-
"exportPaths": [
|
|
2223
|
+
"exportPaths": [
|
|
2224
|
+
"src/index.ts"
|
|
2225
|
+
],
|
|
2050
2226
|
"relatedSymbols": [],
|
|
2051
2227
|
"signatures": [],
|
|
2052
2228
|
"members": [],
|
|
@@ -2064,7 +2240,9 @@
|
|
|
2064
2240
|
"line": 11,
|
|
2065
2241
|
"column": 1
|
|
2066
2242
|
},
|
|
2067
|
-
"exportPaths": [
|
|
2243
|
+
"exportPaths": [
|
|
2244
|
+
"src/index.ts"
|
|
2245
|
+
],
|
|
2068
2246
|
"relatedSymbols": [],
|
|
2069
2247
|
"signatures": [],
|
|
2070
2248
|
"members": [
|
|
@@ -2097,7 +2275,9 @@
|
|
|
2097
2275
|
"line": 12,
|
|
2098
2276
|
"column": 1
|
|
2099
2277
|
},
|
|
2100
|
-
"exportPaths": [
|
|
2278
|
+
"exportPaths": [
|
|
2279
|
+
"src/index.ts"
|
|
2280
|
+
],
|
|
2101
2281
|
"relatedSymbols": [],
|
|
2102
2282
|
"signatures": [],
|
|
2103
2283
|
"members": [
|
|
@@ -2137,7 +2317,9 @@
|
|
|
2137
2317
|
"line": 9,
|
|
2138
2318
|
"column": 1
|
|
2139
2319
|
},
|
|
2140
|
-
"exportPaths": [
|
|
2320
|
+
"exportPaths": [
|
|
2321
|
+
"src/index.ts"
|
|
2322
|
+
],
|
|
2141
2323
|
"relatedSymbols": [],
|
|
2142
2324
|
"signatures": [],
|
|
2143
2325
|
"members": [
|
|
@@ -2170,7 +2352,9 @@
|
|
|
2170
2352
|
"line": 14,
|
|
2171
2353
|
"column": 1
|
|
2172
2354
|
},
|
|
2173
|
-
"exportPaths": [
|
|
2355
|
+
"exportPaths": [
|
|
2356
|
+
"src/index.ts"
|
|
2357
|
+
],
|
|
2174
2358
|
"relatedSymbols": [],
|
|
2175
2359
|
"signatures": [],
|
|
2176
2360
|
"members": [
|
|
@@ -2196,8 +2380,12 @@
|
|
|
2196
2380
|
"line": 18,
|
|
2197
2381
|
"column": 1
|
|
2198
2382
|
},
|
|
2199
|
-
"exportPaths": [
|
|
2200
|
-
|
|
2383
|
+
"exportPaths": [
|
|
2384
|
+
"src/index.ts"
|
|
2385
|
+
],
|
|
2386
|
+
"relatedSymbols": [
|
|
2387
|
+
"RuntimeEventOperationInvocation"
|
|
2388
|
+
],
|
|
2201
2389
|
"signatures": [],
|
|
2202
2390
|
"members": [
|
|
2203
2391
|
{
|
|
@@ -2236,8 +2424,12 @@
|
|
|
2236
2424
|
"line": 6,
|
|
2237
2425
|
"column": 1
|
|
2238
2426
|
},
|
|
2239
|
-
"exportPaths": [
|
|
2240
|
-
|
|
2427
|
+
"exportPaths": [
|
|
2428
|
+
"src/index.ts"
|
|
2429
|
+
],
|
|
2430
|
+
"relatedSymbols": [
|
|
2431
|
+
"RuntimeEventOperationStatus"
|
|
2432
|
+
],
|
|
2241
2433
|
"signatures": [],
|
|
2242
2434
|
"members": [
|
|
2243
2435
|
{
|
|
@@ -2290,7 +2482,9 @@
|
|
|
2290
2482
|
"line": 4,
|
|
2291
2483
|
"column": 1
|
|
2292
2484
|
},
|
|
2293
|
-
"exportPaths": [
|
|
2485
|
+
"exportPaths": [
|
|
2486
|
+
"src/index.ts"
|
|
2487
|
+
],
|
|
2294
2488
|
"relatedSymbols": [],
|
|
2295
2489
|
"signatures": [],
|
|
2296
2490
|
"members": [],
|
|
@@ -2308,8 +2502,12 @@
|
|
|
2308
2502
|
"line": 61,
|
|
2309
2503
|
"column": 1
|
|
2310
2504
|
},
|
|
2311
|
-
"exportPaths": [
|
|
2312
|
-
|
|
2505
|
+
"exportPaths": [
|
|
2506
|
+
"src/index.ts"
|
|
2507
|
+
],
|
|
2508
|
+
"relatedSymbols": [
|
|
2509
|
+
"RuntimeComponentEventDispatchArgs"
|
|
2510
|
+
],
|
|
2313
2511
|
"signatures": [],
|
|
2314
2512
|
"members": [
|
|
2315
2513
|
{
|
|
@@ -2322,7 +2520,7 @@
|
|
|
2322
2520
|
{
|
|
2323
2521
|
"name": "dataBindings",
|
|
2324
2522
|
"kind": "property",
|
|
2325
|
-
"type": "
|
|
2523
|
+
"type": "ComponentDataBindingRegistry | undefined",
|
|
2326
2524
|
"required": false,
|
|
2327
2525
|
"description": null
|
|
2328
2526
|
},
|
|
@@ -2383,7 +2581,9 @@
|
|
|
2383
2581
|
"line": 45,
|
|
2384
2582
|
"column": 1
|
|
2385
2583
|
},
|
|
2386
|
-
"exportPaths": [
|
|
2584
|
+
"exportPaths": [
|
|
2585
|
+
"src/index.ts"
|
|
2586
|
+
],
|
|
2387
2587
|
"relatedSymbols": [
|
|
2388
2588
|
"RuntimeActionDescriptor",
|
|
2389
2589
|
"RuntimeAdapterDescriptor",
|
|
@@ -2457,7 +2657,9 @@
|
|
|
2457
2657
|
"line": 18,
|
|
2458
2658
|
"column": 1
|
|
2459
2659
|
},
|
|
2460
|
-
"exportPaths": [
|
|
2660
|
+
"exportPaths": [
|
|
2661
|
+
"src/index.ts"
|
|
2662
|
+
],
|
|
2461
2663
|
"relatedSymbols": [],
|
|
2462
2664
|
"signatures": [],
|
|
2463
2665
|
"members": [
|
|
@@ -2497,7 +2699,9 @@
|
|
|
2497
2699
|
"line": 55,
|
|
2498
2700
|
"column": 1
|
|
2499
2701
|
},
|
|
2500
|
-
"exportPaths": [
|
|
2702
|
+
"exportPaths": [
|
|
2703
|
+
"src/index.ts"
|
|
2704
|
+
],
|
|
2501
2705
|
"relatedSymbols": [
|
|
2502
2706
|
"RuntimeActionDescriptor",
|
|
2503
2707
|
"RuntimeAdapterDescriptor",
|
|
@@ -2557,7 +2761,9 @@
|
|
|
2557
2761
|
"line": 13,
|
|
2558
2762
|
"column": 1
|
|
2559
2763
|
},
|
|
2560
|
-
"exportPaths": [
|
|
2764
|
+
"exportPaths": [
|
|
2765
|
+
"src/index.ts"
|
|
2766
|
+
],
|
|
2561
2767
|
"relatedSymbols": [],
|
|
2562
2768
|
"signatures": [],
|
|
2563
2769
|
"members": [],
|
|
@@ -2575,7 +2781,9 @@
|
|
|
2575
2781
|
"line": 9,
|
|
2576
2782
|
"column": 1
|
|
2577
2783
|
},
|
|
2578
|
-
"exportPaths": [
|
|
2784
|
+
"exportPaths": [
|
|
2785
|
+
"src/index.ts"
|
|
2786
|
+
],
|
|
2579
2787
|
"relatedSymbols": [],
|
|
2580
2788
|
"signatures": [],
|
|
2581
2789
|
"members": [
|
|
@@ -2601,7 +2809,9 @@
|
|
|
2601
2809
|
"line": 14,
|
|
2602
2810
|
"column": 1
|
|
2603
2811
|
},
|
|
2604
|
-
"exportPaths": [
|
|
2812
|
+
"exportPaths": [
|
|
2813
|
+
"src/index.ts"
|
|
2814
|
+
],
|
|
2605
2815
|
"relatedSymbols": [],
|
|
2606
2816
|
"signatures": [],
|
|
2607
2817
|
"members": [
|
|
@@ -2627,7 +2837,9 @@
|
|
|
2627
2837
|
"line": 6,
|
|
2628
2838
|
"column": 1
|
|
2629
2839
|
},
|
|
2630
|
-
"exportPaths": [
|
|
2840
|
+
"exportPaths": [
|
|
2841
|
+
"src/index.ts"
|
|
2842
|
+
],
|
|
2631
2843
|
"relatedSymbols": [],
|
|
2632
2844
|
"signatures": [],
|
|
2633
2845
|
"members": [],
|
|
@@ -2645,8 +2857,12 @@
|
|
|
2645
2857
|
"line": 81,
|
|
2646
2858
|
"column": 1
|
|
2647
2859
|
},
|
|
2648
|
-
"exportPaths": [
|
|
2649
|
-
|
|
2860
|
+
"exportPaths": [
|
|
2861
|
+
"src/index.ts"
|
|
2862
|
+
],
|
|
2863
|
+
"relatedSymbols": [
|
|
2864
|
+
"RuntimeRendererProps"
|
|
2865
|
+
],
|
|
2650
2866
|
"signatures": [
|
|
2651
2867
|
{
|
|
2652
2868
|
"label": "(props: RuntimeRendererProps) => React.JSX.Element",
|
|
@@ -2677,7 +2893,9 @@
|
|
|
2677
2893
|
"line": 51,
|
|
2678
2894
|
"column": 1
|
|
2679
2895
|
},
|
|
2680
|
-
"exportPaths": [
|
|
2896
|
+
"exportPaths": [
|
|
2897
|
+
"src/index.ts"
|
|
2898
|
+
],
|
|
2681
2899
|
"relatedSymbols": [
|
|
2682
2900
|
"RuntimeActionHandler",
|
|
2683
2901
|
"RuntimeActionHandlers",
|
|
@@ -2701,7 +2919,7 @@
|
|
|
2701
2919
|
{
|
|
2702
2920
|
"name": "apis",
|
|
2703
2921
|
"kind": "property",
|
|
2704
|
-
"type": "
|
|
2922
|
+
"type": "ApiDefinitionRegistry | undefined",
|
|
2705
2923
|
"required": false,
|
|
2706
2924
|
"description": null
|
|
2707
2925
|
},
|
|
@@ -2715,7 +2933,7 @@
|
|
|
2715
2933
|
{
|
|
2716
2934
|
"name": "dataBindings",
|
|
2717
2935
|
"kind": "property",
|
|
2718
|
-
"type": "
|
|
2936
|
+
"type": "ComponentDataBindingRegistry | undefined",
|
|
2719
2937
|
"required": false,
|
|
2720
2938
|
"description": null
|
|
2721
2939
|
},
|
|
@@ -2771,7 +2989,7 @@
|
|
|
2771
2989
|
{
|
|
2772
2990
|
"name": "mediaAssets",
|
|
2773
2991
|
"kind": "property",
|
|
2774
|
-
"type": "
|
|
2992
|
+
"type": "MediaAssetRegistry | undefined",
|
|
2775
2993
|
"required": false,
|
|
2776
2994
|
"description": null
|
|
2777
2995
|
},
|
|
@@ -2846,8 +3064,12 @@
|
|
|
2846
3064
|
"line": 164,
|
|
2847
3065
|
"column": 1
|
|
2848
3066
|
},
|
|
2849
|
-
"exportPaths": [
|
|
2850
|
-
|
|
3067
|
+
"exportPaths": [
|
|
3068
|
+
"src/index.ts"
|
|
3069
|
+
],
|
|
3070
|
+
"relatedSymbols": [
|
|
3071
|
+
"RuntimeRendererConfig"
|
|
3072
|
+
],
|
|
2851
3073
|
"signatures": [
|
|
2852
3074
|
{
|
|
2853
3075
|
"label": "(props: { value: RuntimeRendererConfig; children: React.ReactNode; }) => React.JSX.Element",
|
|
@@ -2878,7 +3100,9 @@
|
|
|
2878
3100
|
"line": 61,
|
|
2879
3101
|
"column": 1
|
|
2880
3102
|
},
|
|
2881
|
-
"exportPaths": [
|
|
3103
|
+
"exportPaths": [
|
|
3104
|
+
"src/index.ts"
|
|
3105
|
+
],
|
|
2882
3106
|
"relatedSymbols": [
|
|
2883
3107
|
"RuntimeActionHandler",
|
|
2884
3108
|
"RuntimeBindingOperationExecutor",
|
|
@@ -2891,7 +3115,7 @@
|
|
|
2891
3115
|
{
|
|
2892
3116
|
"name": "apis",
|
|
2893
3117
|
"kind": "property",
|
|
2894
|
-
"type": "
|
|
3118
|
+
"type": "ApiDefinitionRegistry | undefined",
|
|
2895
3119
|
"required": false,
|
|
2896
3120
|
"description": null
|
|
2897
3121
|
},
|
|
@@ -2905,7 +3129,7 @@
|
|
|
2905
3129
|
{
|
|
2906
3130
|
"name": "dataBindings",
|
|
2907
3131
|
"kind": "property",
|
|
2908
|
-
"type": "
|
|
3132
|
+
"type": "ComponentDataBindingRegistry | undefined",
|
|
2909
3133
|
"required": false,
|
|
2910
3134
|
"description": null
|
|
2911
3135
|
},
|
|
@@ -2954,7 +3178,7 @@
|
|
|
2954
3178
|
{
|
|
2955
3179
|
"name": "mediaAssets",
|
|
2956
3180
|
"kind": "property",
|
|
2957
|
-
"type": "
|
|
3181
|
+
"type": "MediaAssetRegistry | undefined",
|
|
2958
3182
|
"required": false,
|
|
2959
3183
|
"description": null
|
|
2960
3184
|
},
|
|
@@ -3022,7 +3246,9 @@
|
|
|
3022
3246
|
"line": 33,
|
|
3023
3247
|
"column": 1
|
|
3024
3248
|
},
|
|
3025
|
-
"exportPaths": [
|
|
3249
|
+
"exportPaths": [
|
|
3250
|
+
"src/index.ts"
|
|
3251
|
+
],
|
|
3026
3252
|
"relatedSymbols": [],
|
|
3027
3253
|
"signatures": [],
|
|
3028
3254
|
"members": [
|
|
@@ -3062,7 +3288,9 @@
|
|
|
3062
3288
|
"line": 7,
|
|
3063
3289
|
"column": 1
|
|
3064
3290
|
},
|
|
3065
|
-
"exportPaths": [
|
|
3291
|
+
"exportPaths": [
|
|
3292
|
+
"src/index.ts"
|
|
3293
|
+
],
|
|
3066
3294
|
"relatedSymbols": [],
|
|
3067
3295
|
"signatures": [],
|
|
3068
3296
|
"members": [],
|
|
@@ -3080,7 +3308,9 @@
|
|
|
3080
3308
|
"line": 2,
|
|
3081
3309
|
"column": 1
|
|
3082
3310
|
},
|
|
3083
|
-
"exportPaths": [
|
|
3311
|
+
"exportPaths": [
|
|
3312
|
+
"src/index.ts"
|
|
3313
|
+
],
|
|
3084
3314
|
"relatedSymbols": [],
|
|
3085
3315
|
"signatures": [],
|
|
3086
3316
|
"members": [
|
|
@@ -3113,8 +3343,12 @@
|
|
|
3113
3343
|
"line": 17,
|
|
3114
3344
|
"column": 1
|
|
3115
3345
|
},
|
|
3116
|
-
"exportPaths": [
|
|
3117
|
-
|
|
3346
|
+
"exportPaths": [
|
|
3347
|
+
"src/index.ts"
|
|
3348
|
+
],
|
|
3349
|
+
"relatedSymbols": [
|
|
3350
|
+
"RuntimeScreenProps"
|
|
3351
|
+
],
|
|
3118
3352
|
"signatures": [
|
|
3119
3353
|
{
|
|
3120
3354
|
"label": "(props: RuntimeScreenProps) => React.JSX.Element",
|
|
@@ -3145,7 +3379,9 @@
|
|
|
3145
3379
|
"line": 25,
|
|
3146
3380
|
"column": 1
|
|
3147
3381
|
},
|
|
3148
|
-
"exportPaths": [
|
|
3382
|
+
"exportPaths": [
|
|
3383
|
+
"src/index.ts"
|
|
3384
|
+
],
|
|
3149
3385
|
"relatedSymbols": [],
|
|
3150
3386
|
"signatures": [],
|
|
3151
3387
|
"members": [
|
|
@@ -3185,7 +3421,9 @@
|
|
|
3185
3421
|
"line": 18,
|
|
3186
3422
|
"column": 1
|
|
3187
3423
|
},
|
|
3188
|
-
"exportPaths": [
|
|
3424
|
+
"exportPaths": [
|
|
3425
|
+
"src/index.ts"
|
|
3426
|
+
],
|
|
3189
3427
|
"relatedSymbols": [],
|
|
3190
3428
|
"signatures": [],
|
|
3191
3429
|
"members": [
|
|
@@ -3232,7 +3470,9 @@
|
|
|
3232
3470
|
"line": 10,
|
|
3233
3471
|
"column": 1
|
|
3234
3472
|
},
|
|
3235
|
-
"exportPaths": [
|
|
3473
|
+
"exportPaths": [
|
|
3474
|
+
"src/index.ts"
|
|
3475
|
+
],
|
|
3236
3476
|
"relatedSymbols": [],
|
|
3237
3477
|
"signatures": [],
|
|
3238
3478
|
"members": [
|
|
@@ -3279,7 +3519,9 @@
|
|
|
3279
3519
|
"line": 3,
|
|
3280
3520
|
"column": 1
|
|
3281
3521
|
},
|
|
3282
|
-
"exportPaths": [
|
|
3522
|
+
"exportPaths": [
|
|
3523
|
+
"src/index.ts"
|
|
3524
|
+
],
|
|
3283
3525
|
"relatedSymbols": [],
|
|
3284
3526
|
"signatures": [
|
|
3285
3527
|
{
|
|
@@ -3311,7 +3553,9 @@
|
|
|
3311
3553
|
"line": 22,
|
|
3312
3554
|
"column": 1
|
|
3313
3555
|
},
|
|
3314
|
-
"exportPaths": [
|
|
3556
|
+
"exportPaths": [
|
|
3557
|
+
"src/index.ts"
|
|
3558
|
+
],
|
|
3315
3559
|
"relatedSymbols": [],
|
|
3316
3560
|
"signatures": [
|
|
3317
3561
|
{
|
|
@@ -3336,7 +3580,9 @@
|
|
|
3336
3580
|
"line": 30,
|
|
3337
3581
|
"column": 1
|
|
3338
3582
|
},
|
|
3339
|
-
"exportPaths": [
|
|
3583
|
+
"exportPaths": [
|
|
3584
|
+
"src/index.ts"
|
|
3585
|
+
],
|
|
3340
3586
|
"relatedSymbols": [],
|
|
3341
3587
|
"signatures": [
|
|
3342
3588
|
{
|
|
@@ -3361,7 +3607,9 @@
|
|
|
3361
3607
|
"line": 38,
|
|
3362
3608
|
"column": 1
|
|
3363
3609
|
},
|
|
3364
|
-
"exportPaths": [
|
|
3610
|
+
"exportPaths": [
|
|
3611
|
+
"src/index.ts"
|
|
3612
|
+
],
|
|
3365
3613
|
"relatedSymbols": [],
|
|
3366
3614
|
"signatures": [
|
|
3367
3615
|
{
|
|
@@ -3386,8 +3634,12 @@
|
|
|
3386
3634
|
"line": 177,
|
|
3387
3635
|
"column": 1
|
|
3388
3636
|
},
|
|
3389
|
-
"exportPaths": [
|
|
3390
|
-
|
|
3637
|
+
"exportPaths": [
|
|
3638
|
+
"src/index.ts"
|
|
3639
|
+
],
|
|
3640
|
+
"relatedSymbols": [
|
|
3641
|
+
"RuntimeRendererConfig"
|
|
3642
|
+
],
|
|
3391
3643
|
"signatures": [
|
|
3392
3644
|
{
|
|
3393
3645
|
"label": "() => RuntimeRendererConfig",
|
|
@@ -3411,7 +3663,9 @@
|
|
|
3411
3663
|
"line": 273,
|
|
3412
3664
|
"column": 1
|
|
3413
3665
|
},
|
|
3414
|
-
"exportPaths": [
|
|
3666
|
+
"exportPaths": [
|
|
3667
|
+
"src/index.ts"
|
|
3668
|
+
],
|
|
3415
3669
|
"relatedSymbols": [
|
|
3416
3670
|
"RuntimeBindingOperationExecutor",
|
|
3417
3671
|
"RuntimeBindingOperationResultCache",
|
|
@@ -3448,15 +3702,17 @@
|
|
|
3448
3702
|
"line": 15,
|
|
3449
3703
|
"column": 1
|
|
3450
3704
|
},
|
|
3451
|
-
"exportPaths": [
|
|
3705
|
+
"exportPaths": [
|
|
3706
|
+
"src/index.ts"
|
|
3707
|
+
],
|
|
3452
3708
|
"relatedSymbols": [],
|
|
3453
3709
|
"signatures": [
|
|
3454
3710
|
{
|
|
3455
|
-
"label": "(operation: BindingOperationRef, apis:
|
|
3711
|
+
"label": "(operation: BindingOperationRef, apis: ApiDefinitionRegistry | undefined) => readonly DataSourceDiagnostic[]",
|
|
3456
3712
|
"parameters": [
|
|
3457
3713
|
{
|
|
3458
3714
|
"name": "apis",
|
|
3459
|
-
"type": "
|
|
3715
|
+
"type": "ApiDefinitionRegistry | undefined",
|
|
3460
3716
|
"required": true,
|
|
3461
3717
|
"description": null
|
|
3462
3718
|
},
|
|
@@ -3486,8 +3742,12 @@
|
|
|
3486
3742
|
"line": 186,
|
|
3487
3743
|
"column": 1
|
|
3488
3744
|
},
|
|
3489
|
-
"exportPaths": [
|
|
3490
|
-
|
|
3745
|
+
"exportPaths": [
|
|
3746
|
+
"src/index.ts"
|
|
3747
|
+
],
|
|
3748
|
+
"relatedSymbols": [
|
|
3749
|
+
"RuntimeEventPropWrapArgs"
|
|
3750
|
+
],
|
|
3491
3751
|
"signatures": [
|
|
3492
3752
|
{
|
|
3493
3753
|
"label": "(args: RuntimeEventPropWrapArgs) => Record<string, unknown>",
|