@ankhorage/runtime 3.0.5 → 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 +12 -0
- package/README.md +1 -1
- package/package.json +4 -4
- 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/paradox.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
{
|
|
15
15
|
"id": "npm",
|
|
16
16
|
"label": "npm",
|
|
17
|
-
"value": "
|
|
17
|
+
"value": "v3.0.7",
|
|
18
18
|
"color": "cb3837"
|
|
19
19
|
},
|
|
20
20
|
{
|
|
@@ -74,18 +74,24 @@
|
|
|
74
74
|
"readmeCli": null,
|
|
75
75
|
"readmeConfig": null,
|
|
76
76
|
"config": null,
|
|
77
|
-
"entrypoints": [
|
|
77
|
+
"entrypoints": [
|
|
78
|
+
"src/index.ts"
|
|
79
|
+
],
|
|
78
80
|
"modules": [
|
|
79
81
|
{
|
|
80
82
|
"path": "paradox.config.ts",
|
|
81
83
|
"isEntrypoint": false,
|
|
82
84
|
"dependencies": [],
|
|
83
|
-
"exports": [
|
|
85
|
+
"exports": [
|
|
86
|
+
"default"
|
|
87
|
+
]
|
|
84
88
|
},
|
|
85
89
|
{
|
|
86
90
|
"path": "src/bindings.test.ts",
|
|
87
91
|
"isEntrypoint": false,
|
|
88
|
-
"dependencies": [
|
|
92
|
+
"dependencies": [
|
|
93
|
+
"src/bindings.ts"
|
|
94
|
+
],
|
|
89
95
|
"exports": []
|
|
90
96
|
},
|
|
91
97
|
{
|
|
@@ -126,7 +132,10 @@
|
|
|
126
132
|
"path": "src/componentRegistry.ts",
|
|
127
133
|
"isEntrypoint": false,
|
|
128
134
|
"dependencies": [],
|
|
129
|
-
"exports": [
|
|
135
|
+
"exports": [
|
|
136
|
+
"ComponentRegistry",
|
|
137
|
+
"createComponentRegistry"
|
|
138
|
+
]
|
|
130
139
|
},
|
|
131
140
|
{
|
|
132
141
|
"path": "src/index.ts",
|
|
@@ -243,31 +252,44 @@
|
|
|
243
252
|
{
|
|
244
253
|
"path": "src/react19Compatibility.test.tsx",
|
|
245
254
|
"isEntrypoint": false,
|
|
246
|
-
"dependencies": [
|
|
255
|
+
"dependencies": [
|
|
256
|
+
"src/ManifestContext.tsx",
|
|
257
|
+
"src/RuntimeRendererConfig.tsx"
|
|
258
|
+
],
|
|
247
259
|
"exports": []
|
|
248
260
|
},
|
|
249
261
|
{
|
|
250
262
|
"path": "src/registry.test.ts",
|
|
251
263
|
"isEntrypoint": false,
|
|
252
|
-
"dependencies": [
|
|
264
|
+
"dependencies": [
|
|
265
|
+
"src/registry.tsx"
|
|
266
|
+
],
|
|
253
267
|
"exports": []
|
|
254
268
|
},
|
|
255
269
|
{
|
|
256
270
|
"path": "src/registry.tsx",
|
|
257
271
|
"isEntrypoint": false,
|
|
258
272
|
"dependencies": [],
|
|
259
|
-
"exports": [
|
|
273
|
+
"exports": [
|
|
274
|
+
"ComponentRegistry",
|
|
275
|
+
"createComponentRegistry"
|
|
276
|
+
]
|
|
260
277
|
},
|
|
261
278
|
{
|
|
262
279
|
"path": "src/rendering.test.ts",
|
|
263
280
|
"isEntrypoint": false,
|
|
264
|
-
"dependencies": [
|
|
281
|
+
"dependencies": [
|
|
282
|
+
"src/registry.tsx",
|
|
283
|
+
"src/rendering.ts"
|
|
284
|
+
],
|
|
265
285
|
"exports": []
|
|
266
286
|
},
|
|
267
287
|
{
|
|
268
288
|
"path": "src/rendering.ts",
|
|
269
289
|
"isEntrypoint": false,
|
|
270
|
-
"dependencies": [
|
|
290
|
+
"dependencies": [
|
|
291
|
+
"src/registry.tsx"
|
|
292
|
+
],
|
|
271
293
|
"exports": [
|
|
272
294
|
"getUnknownComponentDiagnostic",
|
|
273
295
|
"resolveRenderedChildren",
|
|
@@ -277,19 +299,26 @@
|
|
|
277
299
|
{
|
|
278
300
|
"path": "src/runtimeActionRegistry.actions.test.ts",
|
|
279
301
|
"isEntrypoint": false,
|
|
280
|
-
"dependencies": [
|
|
302
|
+
"dependencies": [
|
|
303
|
+
"src/runtimeActionRegistry.ts"
|
|
304
|
+
],
|
|
281
305
|
"exports": []
|
|
282
306
|
},
|
|
283
307
|
{
|
|
284
308
|
"path": "src/runtimeActionRegistry.chains.test.ts",
|
|
285
309
|
"isEntrypoint": false,
|
|
286
|
-
"dependencies": [
|
|
310
|
+
"dependencies": [
|
|
311
|
+
"src/runtimeActionRegistry.ts"
|
|
312
|
+
],
|
|
287
313
|
"exports": []
|
|
288
314
|
},
|
|
289
315
|
{
|
|
290
316
|
"path": "src/runtimeActionRegistry.operations.test.ts",
|
|
291
317
|
"isEntrypoint": false,
|
|
292
|
-
"dependencies": [
|
|
318
|
+
"dependencies": [
|
|
319
|
+
"src/runtimeActionRegistry.ts",
|
|
320
|
+
"src/runtimeBindings.ts"
|
|
321
|
+
],
|
|
293
322
|
"exports": []
|
|
294
323
|
},
|
|
295
324
|
{
|
|
@@ -318,19 +347,28 @@
|
|
|
318
347
|
{
|
|
319
348
|
"path": "src/runtimeApiOperations.test.ts",
|
|
320
349
|
"isEntrypoint": false,
|
|
321
|
-
"dependencies": [
|
|
350
|
+
"dependencies": [
|
|
351
|
+
"src/runtimeApiOperations.ts"
|
|
352
|
+
],
|
|
322
353
|
"exports": []
|
|
323
354
|
},
|
|
324
355
|
{
|
|
325
356
|
"path": "src/runtimeApiOperations.ts",
|
|
326
357
|
"isEntrypoint": false,
|
|
327
|
-
"dependencies": [
|
|
328
|
-
|
|
358
|
+
"dependencies": [
|
|
359
|
+
"src/runtimeBindings.ts"
|
|
360
|
+
],
|
|
361
|
+
"exports": [
|
|
362
|
+
"createRuntimeApiOperationExecutor",
|
|
363
|
+
"RuntimeApiOperationExecutorOptions"
|
|
364
|
+
]
|
|
329
365
|
},
|
|
330
366
|
{
|
|
331
367
|
"path": "src/runtimeApiSelection.test.ts",
|
|
332
368
|
"isEntrypoint": false,
|
|
333
|
-
"dependencies": [
|
|
369
|
+
"dependencies": [
|
|
370
|
+
"src/runtimeApiSelection.ts"
|
|
371
|
+
],
|
|
334
372
|
"exports": []
|
|
335
373
|
},
|
|
336
374
|
{
|
|
@@ -356,7 +394,9 @@
|
|
|
356
394
|
{
|
|
357
395
|
"path": "src/runtimeBindings.ts",
|
|
358
396
|
"isEntrypoint": false,
|
|
359
|
-
"dependencies": [
|
|
397
|
+
"dependencies": [
|
|
398
|
+
"src/runtimeApiSelection.ts"
|
|
399
|
+
],
|
|
360
400
|
"exports": [
|
|
361
401
|
"applyRuntimeBindingDataPath",
|
|
362
402
|
"createRuntimeBindingOperationKey",
|
|
@@ -381,13 +421,18 @@
|
|
|
381
421
|
{
|
|
382
422
|
"path": "src/runtimeDbPersist.test.ts",
|
|
383
423
|
"isEntrypoint": false,
|
|
384
|
-
"dependencies": [
|
|
424
|
+
"dependencies": [
|
|
425
|
+
"src/runtimeActionRegistry.ts",
|
|
426
|
+
"src/runtimeDbPersist.ts"
|
|
427
|
+
],
|
|
385
428
|
"exports": []
|
|
386
429
|
},
|
|
387
430
|
{
|
|
388
431
|
"path": "src/runtimeDbPersist.ts",
|
|
389
432
|
"isEntrypoint": false,
|
|
390
|
-
"dependencies": [
|
|
433
|
+
"dependencies": [
|
|
434
|
+
"src/RuntimeRendererConfig.tsx"
|
|
435
|
+
],
|
|
391
436
|
"exports": [
|
|
392
437
|
"createDbPersistActionHandler",
|
|
393
438
|
"createDbPersistAdapterError",
|
|
@@ -401,19 +446,30 @@
|
|
|
401
446
|
{
|
|
402
447
|
"path": "src/runtimeEventExecution.test.ts",
|
|
403
448
|
"isEntrypoint": false,
|
|
404
|
-
"dependencies": [
|
|
449
|
+
"dependencies": [
|
|
450
|
+
"src/runtimeEventExecution.ts"
|
|
451
|
+
],
|
|
405
452
|
"exports": []
|
|
406
453
|
},
|
|
407
454
|
{
|
|
408
455
|
"path": "src/runtimeEventExecution.ts",
|
|
409
456
|
"isEntrypoint": false,
|
|
410
|
-
"dependencies": [
|
|
411
|
-
|
|
457
|
+
"dependencies": [
|
|
458
|
+
"src/runtimeActionRegistry.ts",
|
|
459
|
+
"src/RuntimeRendererConfig.tsx"
|
|
460
|
+
],
|
|
461
|
+
"exports": [
|
|
462
|
+
"dispatchRuntimeComponentEventWithReporting",
|
|
463
|
+
"RuntimeEventDiagnosticsReporter"
|
|
464
|
+
]
|
|
412
465
|
},
|
|
413
466
|
{
|
|
414
467
|
"path": "src/runtimeEventOperationLifecycle.test.ts",
|
|
415
468
|
"isEntrypoint": false,
|
|
416
|
-
"dependencies": [
|
|
469
|
+
"dependencies": [
|
|
470
|
+
"src/runtimeActionRegistry.ts",
|
|
471
|
+
"src/runtimeEventOperationLifecycle.ts"
|
|
472
|
+
],
|
|
417
473
|
"exports": []
|
|
418
474
|
},
|
|
419
475
|
{
|
|
@@ -434,7 +490,10 @@
|
|
|
434
490
|
{
|
|
435
491
|
"path": "src/runtimeImageMedia.test.ts",
|
|
436
492
|
"isEntrypoint": false,
|
|
437
|
-
"dependencies": [
|
|
493
|
+
"dependencies": [
|
|
494
|
+
"src/runtimeMedia.ts",
|
|
495
|
+
"src/runtimeNodeProps.ts"
|
|
496
|
+
],
|
|
438
497
|
"exports": []
|
|
439
498
|
},
|
|
440
499
|
{
|
|
@@ -462,7 +521,9 @@
|
|
|
462
521
|
{
|
|
463
522
|
"path": "src/runtimeMedia.test.ts",
|
|
464
523
|
"isEntrypoint": false,
|
|
465
|
-
"dependencies": [
|
|
524
|
+
"dependencies": [
|
|
525
|
+
"src/runtimeMedia.ts"
|
|
526
|
+
],
|
|
466
527
|
"exports": []
|
|
467
528
|
},
|
|
468
529
|
{
|
|
@@ -484,26 +545,41 @@
|
|
|
484
545
|
{
|
|
485
546
|
"path": "src/runtimeMediaCache.tsx",
|
|
486
547
|
"isEntrypoint": false,
|
|
487
|
-
"dependencies": [
|
|
488
|
-
|
|
548
|
+
"dependencies": [
|
|
549
|
+
"src/runtimeMedia.ts"
|
|
550
|
+
],
|
|
551
|
+
"exports": [
|
|
552
|
+
"RuntimeMediaResolutionCacheProvider",
|
|
553
|
+
"useRuntimeMediaResolutionCache"
|
|
554
|
+
]
|
|
489
555
|
},
|
|
490
556
|
{
|
|
491
557
|
"path": "src/runtimeMediaConfig.test.ts",
|
|
492
558
|
"isEntrypoint": false,
|
|
493
|
-
"dependencies": [
|
|
559
|
+
"dependencies": [
|
|
560
|
+
"src/RuntimeRendererConfig.tsx"
|
|
561
|
+
],
|
|
494
562
|
"exports": []
|
|
495
563
|
},
|
|
496
564
|
{
|
|
497
565
|
"path": "src/runtimeNodeProps.test.ts",
|
|
498
566
|
"isEntrypoint": false,
|
|
499
|
-
"dependencies": [
|
|
567
|
+
"dependencies": [
|
|
568
|
+
"src/runtimeNodeProps.ts"
|
|
569
|
+
],
|
|
500
570
|
"exports": []
|
|
501
571
|
},
|
|
502
572
|
{
|
|
503
573
|
"path": "src/runtimeNodeProps.ts",
|
|
504
574
|
"isEntrypoint": false,
|
|
505
|
-
"dependencies": [
|
|
506
|
-
|
|
575
|
+
"dependencies": [
|
|
576
|
+
"src/runtimeBindings.ts",
|
|
577
|
+
"src/RuntimeRendererConfig.tsx"
|
|
578
|
+
],
|
|
579
|
+
"exports": [
|
|
580
|
+
"resolveRuntimeNodeProps",
|
|
581
|
+
"wrapRuntimeActionProps"
|
|
582
|
+
]
|
|
507
583
|
},
|
|
508
584
|
{
|
|
509
585
|
"path": "src/runtimePackageIsolation.test.ts",
|
|
@@ -514,7 +590,9 @@
|
|
|
514
590
|
{
|
|
515
591
|
"path": "src/RuntimeRenderer.test.ts",
|
|
516
592
|
"isEntrypoint": false,
|
|
517
|
-
"dependencies": [
|
|
593
|
+
"dependencies": [
|
|
594
|
+
"src/runtimeRepeatEmptyState.ts"
|
|
595
|
+
],
|
|
518
596
|
"exports": []
|
|
519
597
|
},
|
|
520
598
|
{
|
|
@@ -537,12 +615,17 @@
|
|
|
537
615
|
"src/runtimeRepeatEmptyState.ts",
|
|
538
616
|
"src/useRuntimeMediaProps.ts"
|
|
539
617
|
],
|
|
540
|
-
"exports": [
|
|
618
|
+
"exports": [
|
|
619
|
+
"RuntimeRenderer",
|
|
620
|
+
"RuntimeRendererProps"
|
|
621
|
+
]
|
|
541
622
|
},
|
|
542
623
|
{
|
|
543
624
|
"path": "src/RuntimeRendererConfig.test.tsx",
|
|
544
625
|
"isEntrypoint": false,
|
|
545
|
-
"dependencies": [
|
|
626
|
+
"dependencies": [
|
|
627
|
+
"src/RuntimeRendererConfig.tsx"
|
|
628
|
+
],
|
|
546
629
|
"exports": []
|
|
547
630
|
},
|
|
548
631
|
{
|
|
@@ -584,7 +667,10 @@
|
|
|
584
667
|
{
|
|
585
668
|
"path": "src/runtimeRepeat.ts",
|
|
586
669
|
"isEntrypoint": false,
|
|
587
|
-
"dependencies": [
|
|
670
|
+
"dependencies": [
|
|
671
|
+
"src/runtimeApiSelection.ts",
|
|
672
|
+
"src/runtimeBindings.ts"
|
|
673
|
+
],
|
|
588
674
|
"exports": [
|
|
589
675
|
"createRuntimeRepeatBindingContext",
|
|
590
676
|
"resolveRuntimeRepeatItemKey",
|
|
@@ -599,13 +685,17 @@
|
|
|
599
685
|
"path": "src/runtimeRepeatDiagnostics.ts",
|
|
600
686
|
"isEntrypoint": false,
|
|
601
687
|
"dependencies": [],
|
|
602
|
-
"exports": [
|
|
688
|
+
"exports": [
|
|
689
|
+
"createRepeatDiagnosticsKey"
|
|
690
|
+
]
|
|
603
691
|
},
|
|
604
692
|
{
|
|
605
693
|
"path": "src/runtimeRepeatEmptyState.ts",
|
|
606
694
|
"isEntrypoint": false,
|
|
607
695
|
"dependencies": [],
|
|
608
|
-
"exports": [
|
|
696
|
+
"exports": [
|
|
697
|
+
"shouldRenderRuntimeRepeatEmptyState"
|
|
698
|
+
]
|
|
609
699
|
},
|
|
610
700
|
{
|
|
611
701
|
"path": "src/RuntimeScreen.tsx",
|
|
@@ -617,30 +707,45 @@
|
|
|
617
707
|
"src/runtimeScreenLoaders.ts",
|
|
618
708
|
"src/runtimeStateAdapter.ts"
|
|
619
709
|
],
|
|
620
|
-
"exports": [
|
|
710
|
+
"exports": [
|
|
711
|
+
"RuntimeScreen",
|
|
712
|
+
"RuntimeScreenProps"
|
|
713
|
+
]
|
|
621
714
|
},
|
|
622
715
|
{
|
|
623
716
|
"path": "src/runtimeScreenLoaders.arrayPath.test.ts",
|
|
624
717
|
"isEntrypoint": false,
|
|
625
|
-
"dependencies": [
|
|
718
|
+
"dependencies": [
|
|
719
|
+
"src/runtimeBindings.ts",
|
|
720
|
+
"src/runtimeScreenLoaders.ts"
|
|
721
|
+
],
|
|
626
722
|
"exports": []
|
|
627
723
|
},
|
|
628
724
|
{
|
|
629
725
|
"path": "src/runtimeScreenLoaders.execution.test.ts",
|
|
630
726
|
"isEntrypoint": false,
|
|
631
|
-
"dependencies": [
|
|
727
|
+
"dependencies": [
|
|
728
|
+
"src/runtimeBindings.ts",
|
|
729
|
+
"src/runtimeScreenLoaders.ts"
|
|
730
|
+
],
|
|
632
731
|
"exports": []
|
|
633
732
|
},
|
|
634
733
|
{
|
|
635
734
|
"path": "src/runtimeScreenLoaders.lifecycle.test.ts",
|
|
636
735
|
"isEntrypoint": false,
|
|
637
|
-
"dependencies": [
|
|
736
|
+
"dependencies": [
|
|
737
|
+
"src/runtimeBindings.ts",
|
|
738
|
+
"src/runtimeScreenLoaders.ts"
|
|
739
|
+
],
|
|
638
740
|
"exports": []
|
|
639
741
|
},
|
|
640
742
|
{
|
|
641
743
|
"path": "src/runtimeScreenLoaders.ts",
|
|
642
744
|
"isEntrypoint": false,
|
|
643
|
-
"dependencies": [
|
|
745
|
+
"dependencies": [
|
|
746
|
+
"src/runtimeApiSelection.ts",
|
|
747
|
+
"src/runtimeBindings.ts"
|
|
748
|
+
],
|
|
644
749
|
"exports": [
|
|
645
750
|
"beginRuntimeScreenOperationLoaderRequest",
|
|
646
751
|
"completeRuntimeScreenOperationLoaderRequest",
|
|
@@ -660,7 +765,10 @@
|
|
|
660
765
|
"path": "src/runtimeStateAdapter.ts",
|
|
661
766
|
"isEntrypoint": false,
|
|
662
767
|
"dependencies": [],
|
|
663
|
-
"exports": [
|
|
768
|
+
"exports": [
|
|
769
|
+
"createRuntimeMemoryStateAdapter",
|
|
770
|
+
"RuntimeMemoryStateAdapterOptions"
|
|
771
|
+
]
|
|
664
772
|
},
|
|
665
773
|
{
|
|
666
774
|
"path": "src/runtimeStateAdapterConfig.test.ts",
|
|
@@ -675,14 +783,22 @@
|
|
|
675
783
|
{
|
|
676
784
|
"path": "src/useRuntimeMediaProps.ts",
|
|
677
785
|
"isEntrypoint": false,
|
|
678
|
-
"dependencies": [
|
|
679
|
-
|
|
786
|
+
"dependencies": [
|
|
787
|
+
"src/runtimeMedia.ts"
|
|
788
|
+
],
|
|
789
|
+
"exports": [
|
|
790
|
+
"useRuntimeMediaProps"
|
|
791
|
+
]
|
|
680
792
|
},
|
|
681
793
|
{
|
|
682
794
|
"path": "tests/reactNativeWebCompatibility.fixture.tsx",
|
|
683
795
|
"isEntrypoint": false,
|
|
684
|
-
"dependencies": [
|
|
685
|
-
|
|
796
|
+
"dependencies": [
|
|
797
|
+
"src/RuntimeRenderer.tsx"
|
|
798
|
+
],
|
|
799
|
+
"exports": [
|
|
800
|
+
"renderReactNativeWebRuntimeFixture"
|
|
801
|
+
]
|
|
686
802
|
},
|
|
687
803
|
{
|
|
688
804
|
"path": "tests/reactNativeWebCompatibility.test.ts",
|
|
@@ -693,7 +809,9 @@
|
|
|
693
809
|
{
|
|
694
810
|
"path": "tests/runtime.test.ts",
|
|
695
811
|
"isEntrypoint": false,
|
|
696
|
-
"dependencies": [
|
|
812
|
+
"dependencies": [
|
|
813
|
+
"src/runtimeManifest.ts"
|
|
814
|
+
],
|
|
697
815
|
"exports": []
|
|
698
816
|
}
|
|
699
817
|
],
|
|
@@ -710,7 +828,9 @@
|
|
|
710
828
|
"line": 3,
|
|
711
829
|
"column": 1
|
|
712
830
|
},
|
|
713
|
-
"exportPaths": [
|
|
831
|
+
"exportPaths": [
|
|
832
|
+
"src/index.ts"
|
|
833
|
+
],
|
|
714
834
|
"relatedSymbols": [],
|
|
715
835
|
"signatures": [],
|
|
716
836
|
"members": [],
|
|
@@ -728,8 +848,12 @@
|
|
|
728
848
|
"line": 95,
|
|
729
849
|
"column": 1
|
|
730
850
|
},
|
|
731
|
-
"exportPaths": [
|
|
732
|
-
|
|
851
|
+
"exportPaths": [
|
|
852
|
+
"src/index.ts"
|
|
853
|
+
],
|
|
854
|
+
"relatedSymbols": [
|
|
855
|
+
"RuntimeNodePropsResolver"
|
|
856
|
+
],
|
|
733
857
|
"signatures": [
|
|
734
858
|
{
|
|
735
859
|
"label": "(localResolver?: RuntimeNodePropsResolver | undefined, inheritedResolver?: RuntimeNodePropsResolver | undefined) => RuntimeNodePropsResolver | undefined",
|
|
@@ -766,8 +890,12 @@
|
|
|
766
890
|
"line": 80,
|
|
767
891
|
"column": 1
|
|
768
892
|
},
|
|
769
|
-
"exportPaths": [
|
|
770
|
-
|
|
893
|
+
"exportPaths": [
|
|
894
|
+
"src/index.ts"
|
|
895
|
+
],
|
|
896
|
+
"relatedSymbols": [
|
|
897
|
+
"RuntimeRendererWrapArgs"
|
|
898
|
+
],
|
|
771
899
|
"signatures": [
|
|
772
900
|
{
|
|
773
901
|
"label": "(innerWrapNode?: ((args: RuntimeRendererWrapArgs) => React.ReactNode) | undefined, outerWrapNode?: ((args: RuntimeRendererWrapArgs) => React.ReactNode) | undefined) => ((args: RuntimeRendererWrapArgs) => React.ReactNode) | undefined",
|
|
@@ -804,7 +932,9 @@
|
|
|
804
932
|
"line": 223,
|
|
805
933
|
"column": 1
|
|
806
934
|
},
|
|
807
|
-
"exportPaths": [
|
|
935
|
+
"exportPaths": [
|
|
936
|
+
"src/index.ts"
|
|
937
|
+
],
|
|
808
938
|
"relatedSymbols": [],
|
|
809
939
|
"signatures": [
|
|
810
940
|
{
|
|
@@ -836,7 +966,9 @@
|
|
|
836
966
|
"line": 5,
|
|
837
967
|
"column": 1
|
|
838
968
|
},
|
|
839
|
-
"exportPaths": [
|
|
969
|
+
"exportPaths": [
|
|
970
|
+
"src/index.ts"
|
|
971
|
+
],
|
|
840
972
|
"relatedSymbols": [],
|
|
841
973
|
"signatures": [
|
|
842
974
|
{
|
|
@@ -868,8 +1000,13 @@
|
|
|
868
1000
|
"line": 36,
|
|
869
1001
|
"column": 1
|
|
870
1002
|
},
|
|
871
|
-
"exportPaths": [
|
|
872
|
-
|
|
1003
|
+
"exportPaths": [
|
|
1004
|
+
"src/index.ts"
|
|
1005
|
+
],
|
|
1006
|
+
"relatedSymbols": [
|
|
1007
|
+
"RuntimeActionHandler",
|
|
1008
|
+
"RuntimeDbPersistExecutionResult"
|
|
1009
|
+
],
|
|
873
1010
|
"signatures": [
|
|
874
1011
|
{
|
|
875
1012
|
"label": "(args: { readonly dbAdapter: DbAdapter; readonly onResult?: (result: RuntimeDbPersistExecutionResult) => void; }) => RuntimeActionHandler",
|
|
@@ -900,8 +1037,12 @@
|
|
|
900
1037
|
"line": 126,
|
|
901
1038
|
"column": 1
|
|
902
1039
|
},
|
|
903
|
-
"exportPaths": [
|
|
904
|
-
|
|
1040
|
+
"exportPaths": [
|
|
1041
|
+
"src/index.ts"
|
|
1042
|
+
],
|
|
1043
|
+
"relatedSymbols": [
|
|
1044
|
+
"RuntimeDbPersistError"
|
|
1045
|
+
],
|
|
905
1046
|
"signatures": [
|
|
906
1047
|
{
|
|
907
1048
|
"label": "(error: RuntimeDbPersistError) => DbAdapterError",
|
|
@@ -932,8 +1073,12 @@
|
|
|
932
1073
|
"line": 82,
|
|
933
1074
|
"column": 1
|
|
934
1075
|
},
|
|
935
|
-
"exportPaths": [
|
|
936
|
-
|
|
1076
|
+
"exportPaths": [
|
|
1077
|
+
"src/index.ts"
|
|
1078
|
+
],
|
|
1079
|
+
"relatedSymbols": [
|
|
1080
|
+
"RuntimeScreenOperationLoaderState"
|
|
1081
|
+
],
|
|
937
1082
|
"signatures": [
|
|
938
1083
|
{
|
|
939
1084
|
"label": "(args: { readonly dependencyKey: string; readonly previousState?: RuntimeScreenOperationLoaderState; }) => RuntimeScreenOperationLoaderState",
|
|
@@ -964,7 +1109,9 @@
|
|
|
964
1109
|
"line": 71,
|
|
965
1110
|
"column": 1
|
|
966
1111
|
},
|
|
967
|
-
"exportPaths": [
|
|
1112
|
+
"exportPaths": [
|
|
1113
|
+
"src/index.ts"
|
|
1114
|
+
],
|
|
968
1115
|
"relatedSymbols": [
|
|
969
1116
|
"RuntimeActionHandler",
|
|
970
1117
|
"RuntimeActionHandlers",
|
|
@@ -1004,8 +1151,13 @@
|
|
|
1004
1151
|
"line": 12,
|
|
1005
1152
|
"column": 1
|
|
1006
1153
|
},
|
|
1007
|
-
"exportPaths": [
|
|
1008
|
-
|
|
1154
|
+
"exportPaths": [
|
|
1155
|
+
"src/index.ts"
|
|
1156
|
+
],
|
|
1157
|
+
"relatedSymbols": [
|
|
1158
|
+
"RuntimeApiOperationExecutorOptions",
|
|
1159
|
+
"RuntimeBindingOperationExecutor"
|
|
1160
|
+
],
|
|
1009
1161
|
"signatures": [
|
|
1010
1162
|
{
|
|
1011
1163
|
"label": "(options: RuntimeApiOperationExecutorOptions) => RuntimeBindingOperationExecutor",
|
|
@@ -1036,7 +1188,9 @@
|
|
|
1036
1188
|
"line": 165,
|
|
1037
1189
|
"column": 1
|
|
1038
1190
|
},
|
|
1039
|
-
"exportPaths": [
|
|
1191
|
+
"exportPaths": [
|
|
1192
|
+
"src/index.ts"
|
|
1193
|
+
],
|
|
1040
1194
|
"relatedSymbols": [],
|
|
1041
1195
|
"signatures": [
|
|
1042
1196
|
{
|
|
@@ -1068,8 +1222,12 @@
|
|
|
1068
1222
|
"line": 92,
|
|
1069
1223
|
"column": 1
|
|
1070
1224
|
},
|
|
1071
|
-
"exportPaths": [
|
|
1072
|
-
|
|
1225
|
+
"exportPaths": [
|
|
1226
|
+
"src/index.ts"
|
|
1227
|
+
],
|
|
1228
|
+
"relatedSymbols": [
|
|
1229
|
+
"RuntimeEventOperationState"
|
|
1230
|
+
],
|
|
1073
1231
|
"signatures": [
|
|
1074
1232
|
{
|
|
1075
1233
|
"label": "(context: Record<string, unknown> | undefined, state: RuntimeEventOperationState) => Record<string, unknown>",
|
|
@@ -1106,8 +1264,13 @@
|
|
|
1106
1264
|
"line": 39,
|
|
1107
1265
|
"column": 1
|
|
1108
1266
|
},
|
|
1109
|
-
"exportPaths": [
|
|
1110
|
-
|
|
1267
|
+
"exportPaths": [
|
|
1268
|
+
"src/index.ts"
|
|
1269
|
+
],
|
|
1270
|
+
"relatedSymbols": [
|
|
1271
|
+
"RuntimeEventOperationLifecycle",
|
|
1272
|
+
"RuntimeEventOperationState"
|
|
1273
|
+
],
|
|
1111
1274
|
"signatures": [
|
|
1112
1275
|
{
|
|
1113
1276
|
"label": "(onStateChange: (state: RuntimeEventOperationState) => void) => RuntimeEventOperationLifecycle",
|
|
@@ -1138,8 +1301,12 @@
|
|
|
1138
1301
|
"line": 18,
|
|
1139
1302
|
"column": 1
|
|
1140
1303
|
},
|
|
1141
|
-
"exportPaths": [
|
|
1142
|
-
|
|
1304
|
+
"exportPaths": [
|
|
1305
|
+
"src/index.ts"
|
|
1306
|
+
],
|
|
1307
|
+
"relatedSymbols": [
|
|
1308
|
+
"RuntimeMemoryStateAdapterOptions"
|
|
1309
|
+
],
|
|
1143
1310
|
"signatures": [
|
|
1144
1311
|
{
|
|
1145
1312
|
"label": "(options?: RuntimeMemoryStateAdapterOptions) => StateAdapter",
|
|
@@ -1170,8 +1337,12 @@
|
|
|
1170
1337
|
"line": 49,
|
|
1171
1338
|
"column": 1
|
|
1172
1339
|
},
|
|
1173
|
-
"exportPaths": [
|
|
1174
|
-
|
|
1340
|
+
"exportPaths": [
|
|
1341
|
+
"src/index.ts"
|
|
1342
|
+
],
|
|
1343
|
+
"relatedSymbols": [
|
|
1344
|
+
"RuntimeBindingOperationResultCache"
|
|
1345
|
+
],
|
|
1175
1346
|
"signatures": [
|
|
1176
1347
|
{
|
|
1177
1348
|
"label": "(args: { readonly screenId: string; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; readonly bindingContext?: Record<string, unknown>; readonly operationResults?: RuntimeBindingOperationResultCache; }) => string",
|
|
@@ -1202,8 +1373,13 @@
|
|
|
1202
1373
|
"line": 109,
|
|
1203
1374
|
"column": 1
|
|
1204
1375
|
},
|
|
1205
|
-
"exportPaths": [
|
|
1206
|
-
|
|
1376
|
+
"exportPaths": [
|
|
1377
|
+
"src/index.ts"
|
|
1378
|
+
],
|
|
1379
|
+
"relatedSymbols": [
|
|
1380
|
+
"RuntimeActionHandlers",
|
|
1381
|
+
"RuntimeComponentEventDispatchArgs"
|
|
1382
|
+
],
|
|
1207
1383
|
"signatures": [
|
|
1208
1384
|
{
|
|
1209
1385
|
"label": "(args: RuntimeComponentEventDispatchArgs & { readonly actionHandlers?: RuntimeActionHandlers; }) => Promise<readonly DataSourceDiagnostic[]>",
|
|
@@ -1234,7 +1410,9 @@
|
|
|
1234
1410
|
"line": 14,
|
|
1235
1411
|
"column": 1
|
|
1236
1412
|
},
|
|
1237
|
-
"exportPaths": [
|
|
1413
|
+
"exportPaths": [
|
|
1414
|
+
"src/index.ts"
|
|
1415
|
+
],
|
|
1238
1416
|
"relatedSymbols": [
|
|
1239
1417
|
"RuntimeActionHandlers",
|
|
1240
1418
|
"RuntimeComponentEventDispatchArgs",
|
|
@@ -1270,8 +1448,13 @@
|
|
|
1270
1448
|
"line": 48,
|
|
1271
1449
|
"column": 1
|
|
1272
1450
|
},
|
|
1273
|
-
"exportPaths": [
|
|
1274
|
-
|
|
1451
|
+
"exportPaths": [
|
|
1452
|
+
"src/index.ts"
|
|
1453
|
+
],
|
|
1454
|
+
"relatedSymbols": [
|
|
1455
|
+
"RuntimeActionHandlerArgs",
|
|
1456
|
+
"RuntimeDbPersistExecutionResult"
|
|
1457
|
+
],
|
|
1275
1458
|
"signatures": [
|
|
1276
1459
|
{
|
|
1277
1460
|
"label": "(args: { readonly dbAdapter: DbAdapter; readonly handlerArgs: RuntimeActionHandlerArgs; }) => Promise<RuntimeDbPersistExecutionResult>",
|
|
@@ -1302,7 +1485,9 @@
|
|
|
1302
1485
|
"line": 178,
|
|
1303
1486
|
"column": 1
|
|
1304
1487
|
},
|
|
1305
|
-
"exportPaths": [
|
|
1488
|
+
"exportPaths": [
|
|
1489
|
+
"src/index.ts"
|
|
1490
|
+
],
|
|
1306
1491
|
"relatedSymbols": [
|
|
1307
1492
|
"RuntimeBindingOperationExecutor",
|
|
1308
1493
|
"RuntimeBindingOperationResultCache",
|
|
@@ -1339,7 +1524,9 @@
|
|
|
1339
1524
|
"line": 27,
|
|
1340
1525
|
"column": 14
|
|
1341
1526
|
},
|
|
1342
|
-
"exportPaths": [
|
|
1527
|
+
"exportPaths": [
|
|
1528
|
+
"src/index.ts"
|
|
1529
|
+
],
|
|
1343
1530
|
"relatedSymbols": [],
|
|
1344
1531
|
"signatures": [],
|
|
1345
1532
|
"members": [],
|
|
@@ -1357,7 +1544,9 @@
|
|
|
1357
1544
|
"line": 10,
|
|
1358
1545
|
"column": 14
|
|
1359
1546
|
},
|
|
1360
|
-
"exportPaths": [
|
|
1547
|
+
"exportPaths": [
|
|
1548
|
+
"src/index.ts"
|
|
1549
|
+
],
|
|
1361
1550
|
"relatedSymbols": [],
|
|
1362
1551
|
"signatures": [],
|
|
1363
1552
|
"members": [],
|
|
@@ -1375,7 +1564,9 @@
|
|
|
1375
1564
|
"line": 12,
|
|
1376
1565
|
"column": 1
|
|
1377
1566
|
},
|
|
1378
|
-
"exportPaths": [
|
|
1567
|
+
"exportPaths": [
|
|
1568
|
+
"src/index.ts"
|
|
1569
|
+
],
|
|
1379
1570
|
"relatedSymbols": [],
|
|
1380
1571
|
"signatures": [
|
|
1381
1572
|
{
|
|
@@ -1407,8 +1598,12 @@
|
|
|
1407
1598
|
"line": 113,
|
|
1408
1599
|
"column": 1
|
|
1409
1600
|
},
|
|
1410
|
-
"exportPaths": [
|
|
1411
|
-
|
|
1601
|
+
"exportPaths": [
|
|
1602
|
+
"src/index.ts"
|
|
1603
|
+
],
|
|
1604
|
+
"relatedSymbols": [
|
|
1605
|
+
"RuntimeRendererConfig"
|
|
1606
|
+
],
|
|
1412
1607
|
"signatures": [
|
|
1413
1608
|
{
|
|
1414
1609
|
"label": "(localConfig: RuntimeRendererConfig | undefined, inheritedConfig: RuntimeRendererConfig | undefined) => RuntimeRendererConfig",
|
|
@@ -1445,8 +1640,12 @@
|
|
|
1445
1640
|
"line": 131,
|
|
1446
1641
|
"column": 1
|
|
1447
1642
|
},
|
|
1448
|
-
"exportPaths": [
|
|
1449
|
-
|
|
1643
|
+
"exportPaths": [
|
|
1644
|
+
"src/index.ts"
|
|
1645
|
+
],
|
|
1646
|
+
"relatedSymbols": [
|
|
1647
|
+
"RuntimeBindingResolutionContext"
|
|
1648
|
+
],
|
|
1450
1649
|
"signatures": [
|
|
1451
1650
|
{
|
|
1452
1651
|
"label": "(input: Readonly<Record<string, BindingInputValue>> | undefined, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) => Promise<import(\"@ankhorage/contracts\").SerializableValue | undefined>",
|
|
@@ -1489,8 +1688,12 @@
|
|
|
1489
1688
|
"line": 68,
|
|
1490
1689
|
"column": 1
|
|
1491
1690
|
},
|
|
1492
|
-
"exportPaths": [
|
|
1493
|
-
|
|
1691
|
+
"exportPaths": [
|
|
1692
|
+
"src/index.ts"
|
|
1693
|
+
],
|
|
1694
|
+
"relatedSymbols": [
|
|
1695
|
+
"RuntimeDbPersistError"
|
|
1696
|
+
],
|
|
1494
1697
|
"signatures": [
|
|
1495
1698
|
{
|
|
1496
1699
|
"label": "(payload: object | undefined) => { readonly ok: true; readonly data: DbInsertInput; } | { readonly ok: false; readonly error: RuntimeDbPersistError; }",
|
|
@@ -1521,8 +1724,12 @@
|
|
|
1521
1724
|
"line": 237,
|
|
1522
1725
|
"column": 1
|
|
1523
1726
|
},
|
|
1524
|
-
"exportPaths": [
|
|
1525
|
-
|
|
1727
|
+
"exportPaths": [
|
|
1728
|
+
"src/index.ts"
|
|
1729
|
+
],
|
|
1730
|
+
"relatedSymbols": [
|
|
1731
|
+
"RuntimeActionResolutionArgs"
|
|
1732
|
+
],
|
|
1526
1733
|
"signatures": [
|
|
1527
1734
|
{
|
|
1528
1735
|
"label": "(payload: object | undefined, args: RuntimeActionResolutionArgs) => object | undefined",
|
|
@@ -1559,8 +1766,12 @@
|
|
|
1559
1766
|
"line": 248,
|
|
1560
1767
|
"column": 1
|
|
1561
1768
|
},
|
|
1562
|
-
"exportPaths": [
|
|
1563
|
-
|
|
1769
|
+
"exportPaths": [
|
|
1770
|
+
"src/index.ts"
|
|
1771
|
+
],
|
|
1772
|
+
"relatedSymbols": [
|
|
1773
|
+
"RuntimeActionResolutionArgs"
|
|
1774
|
+
],
|
|
1564
1775
|
"signatures": [
|
|
1565
1776
|
{
|
|
1566
1777
|
"label": "(value: unknown, args: RuntimeActionResolutionArgs) => object | undefined",
|
|
@@ -1597,8 +1808,13 @@
|
|
|
1597
1808
|
"line": 91,
|
|
1598
1809
|
"column": 1
|
|
1599
1810
|
},
|
|
1600
|
-
"exportPaths": [
|
|
1601
|
-
|
|
1811
|
+
"exportPaths": [
|
|
1812
|
+
"src/index.ts"
|
|
1813
|
+
],
|
|
1814
|
+
"relatedSymbols": [
|
|
1815
|
+
"RuntimeBindingResolutionArgs",
|
|
1816
|
+
"RuntimeBindingResolutionResult"
|
|
1817
|
+
],
|
|
1602
1818
|
"signatures": [
|
|
1603
1819
|
{
|
|
1604
1820
|
"label": "(args: RuntimeBindingResolutionArgs) => RuntimeBindingResolutionResult",
|
|
@@ -1629,8 +1845,13 @@
|
|
|
1629
1845
|
"line": 76,
|
|
1630
1846
|
"column": 1
|
|
1631
1847
|
},
|
|
1632
|
-
"exportPaths": [
|
|
1633
|
-
|
|
1848
|
+
"exportPaths": [
|
|
1849
|
+
"src/index.ts"
|
|
1850
|
+
],
|
|
1851
|
+
"relatedSymbols": [
|
|
1852
|
+
"RuntimeBindingResolutionArgs",
|
|
1853
|
+
"RuntimeBindingResolutionResult"
|
|
1854
|
+
],
|
|
1634
1855
|
"signatures": [
|
|
1635
1856
|
{
|
|
1636
1857
|
"label": "(args: RuntimeBindingResolutionArgs) => Promise<RuntimeBindingResolutionResult>",
|
|
@@ -1661,8 +1882,12 @@
|
|
|
1661
1882
|
"line": 105,
|
|
1662
1883
|
"column": 1
|
|
1663
1884
|
},
|
|
1664
|
-
"exportPaths": [
|
|
1665
|
-
|
|
1885
|
+
"exportPaths": [
|
|
1886
|
+
"src/index.ts"
|
|
1887
|
+
],
|
|
1888
|
+
"relatedSymbols": [
|
|
1889
|
+
"RuntimeBindingResolutionContext"
|
|
1890
|
+
],
|
|
1666
1891
|
"signatures": [
|
|
1667
1892
|
{
|
|
1668
1893
|
"label": "(binding: PropBinding, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) => Promise<unknown>",
|
|
@@ -1705,8 +1930,12 @@
|
|
|
1705
1930
|
"line": 118,
|
|
1706
1931
|
"column": 1
|
|
1707
1932
|
},
|
|
1708
|
-
"exportPaths": [
|
|
1709
|
-
|
|
1933
|
+
"exportPaths": [
|
|
1934
|
+
"src/index.ts"
|
|
1935
|
+
],
|
|
1936
|
+
"relatedSymbols": [
|
|
1937
|
+
"RuntimeBindingResolutionContext"
|
|
1938
|
+
],
|
|
1710
1939
|
"signatures": [
|
|
1711
1940
|
{
|
|
1712
1941
|
"label": "(binding: PropBinding, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) => unknown",
|
|
@@ -1749,7 +1978,9 @@
|
|
|
1749
1978
|
"line": 113,
|
|
1750
1979
|
"column": 1
|
|
1751
1980
|
},
|
|
1752
|
-
"exportPaths": [
|
|
1981
|
+
"exportPaths": [
|
|
1982
|
+
"src/index.ts"
|
|
1983
|
+
],
|
|
1753
1984
|
"relatedSymbols": [],
|
|
1754
1985
|
"signatures": [
|
|
1755
1986
|
{
|
|
@@ -1781,7 +2012,9 @@
|
|
|
1781
2012
|
"line": 43,
|
|
1782
2013
|
"column": 1
|
|
1783
2014
|
},
|
|
1784
|
-
"exportPaths": [
|
|
2015
|
+
"exportPaths": [
|
|
2016
|
+
"src/index.ts"
|
|
2017
|
+
],
|
|
1785
2018
|
"relatedSymbols": [],
|
|
1786
2019
|
"signatures": [
|
|
1787
2020
|
{
|
|
@@ -1813,7 +2046,9 @@
|
|
|
1813
2046
|
"line": 46,
|
|
1814
2047
|
"column": 1
|
|
1815
2048
|
},
|
|
1816
|
-
"exportPaths": [
|
|
2049
|
+
"exportPaths": [
|
|
2050
|
+
"src/index.ts"
|
|
2051
|
+
],
|
|
1817
2052
|
"relatedSymbols": [],
|
|
1818
2053
|
"signatures": [],
|
|
1819
2054
|
"members": [],
|
|
@@ -1831,7 +2066,9 @@
|
|
|
1831
2066
|
"line": 24,
|
|
1832
2067
|
"column": 1
|
|
1833
2068
|
},
|
|
1834
|
-
"exportPaths": [
|
|
2069
|
+
"exportPaths": [
|
|
2070
|
+
"src/index.ts"
|
|
2071
|
+
],
|
|
1835
2072
|
"relatedSymbols": [],
|
|
1836
2073
|
"signatures": [],
|
|
1837
2074
|
"members": [
|
|
@@ -1878,7 +2115,9 @@
|
|
|
1878
2115
|
"line": 49,
|
|
1879
2116
|
"column": 1
|
|
1880
2117
|
},
|
|
1881
|
-
"exportPaths": [
|
|
2118
|
+
"exportPaths": [
|
|
2119
|
+
"src/index.ts"
|
|
2120
|
+
],
|
|
1882
2121
|
"relatedSymbols": [],
|
|
1883
2122
|
"signatures": [],
|
|
1884
2123
|
"members": [],
|
|
@@ -1896,7 +2135,9 @@
|
|
|
1896
2135
|
"line": 47,
|
|
1897
2136
|
"column": 1
|
|
1898
2137
|
},
|
|
1899
|
-
"exportPaths": [
|
|
2138
|
+
"exportPaths": [
|
|
2139
|
+
"src/index.ts"
|
|
2140
|
+
],
|
|
1900
2141
|
"relatedSymbols": [],
|
|
1901
2142
|
"signatures": [],
|
|
1902
2143
|
"members": [],
|
|
@@ -1914,8 +2155,12 @@
|
|
|
1914
2155
|
"line": 39,
|
|
1915
2156
|
"column": 1
|
|
1916
2157
|
},
|
|
1917
|
-
"exportPaths": [
|
|
1918
|
-
|
|
2158
|
+
"exportPaths": [
|
|
2159
|
+
"src/index.ts"
|
|
2160
|
+
],
|
|
2161
|
+
"relatedSymbols": [
|
|
2162
|
+
"RuntimeAction"
|
|
2163
|
+
],
|
|
1919
2164
|
"signatures": [],
|
|
1920
2165
|
"members": [
|
|
1921
2166
|
{
|
|
@@ -1961,7 +2206,9 @@
|
|
|
1961
2206
|
"line": 48,
|
|
1962
2207
|
"column": 1
|
|
1963
2208
|
},
|
|
1964
|
-
"exportPaths": [
|
|
2209
|
+
"exportPaths": [
|
|
2210
|
+
"src/index.ts"
|
|
2211
|
+
],
|
|
1965
2212
|
"relatedSymbols": [],
|
|
1966
2213
|
"signatures": [],
|
|
1967
2214
|
"members": [],
|
|
@@ -1979,8 +2226,13 @@
|
|
|
1979
2226
|
"line": 34,
|
|
1980
2227
|
"column": 1
|
|
1981
2228
|
},
|
|
1982
|
-
"exportPaths": [
|
|
1983
|
-
|
|
2229
|
+
"exportPaths": [
|
|
2230
|
+
"src/index.ts"
|
|
2231
|
+
],
|
|
2232
|
+
"relatedSymbols": [
|
|
2233
|
+
"RuntimeActionHandler",
|
|
2234
|
+
"RuntimeComponentEventDispatchArgs"
|
|
2235
|
+
],
|
|
1984
2236
|
"signatures": [],
|
|
1985
2237
|
"members": [
|
|
1986
2238
|
{
|
|
@@ -2012,7 +2264,9 @@
|
|
|
2012
2264
|
"line": 45,
|
|
2013
2265
|
"column": 1
|
|
2014
2266
|
},
|
|
2015
|
-
"exportPaths": [
|
|
2267
|
+
"exportPaths": [
|
|
2268
|
+
"src/index.ts"
|
|
2269
|
+
],
|
|
2016
2270
|
"relatedSymbols": [],
|
|
2017
2271
|
"signatures": [],
|
|
2018
2272
|
"members": [
|
|
@@ -2059,7 +2313,9 @@
|
|
|
2059
2313
|
"line": 39,
|
|
2060
2314
|
"column": 1
|
|
2061
2315
|
},
|
|
2062
|
-
"exportPaths": [
|
|
2316
|
+
"exportPaths": [
|
|
2317
|
+
"src/index.ts"
|
|
2318
|
+
],
|
|
2063
2319
|
"relatedSymbols": [],
|
|
2064
2320
|
"signatures": [],
|
|
2065
2321
|
"members": [
|
|
@@ -2099,7 +2355,9 @@
|
|
|
2099
2355
|
"line": 39,
|
|
2100
2356
|
"column": 1
|
|
2101
2357
|
},
|
|
2102
|
-
"exportPaths": [
|
|
2358
|
+
"exportPaths": [
|
|
2359
|
+
"src/index.ts"
|
|
2360
|
+
],
|
|
2103
2361
|
"relatedSymbols": [],
|
|
2104
2362
|
"signatures": [],
|
|
2105
2363
|
"members": [
|
|
@@ -2139,7 +2397,9 @@
|
|
|
2139
2397
|
"line": 7,
|
|
2140
2398
|
"column": 1
|
|
2141
2399
|
},
|
|
2142
|
-
"exportPaths": [
|
|
2400
|
+
"exportPaths": [
|
|
2401
|
+
"src/index.ts"
|
|
2402
|
+
],
|
|
2143
2403
|
"relatedSymbols": [],
|
|
2144
2404
|
"signatures": [],
|
|
2145
2405
|
"members": [
|
|
@@ -2172,7 +2432,9 @@
|
|
|
2172
2432
|
"line": 10,
|
|
2173
2433
|
"column": 1
|
|
2174
2434
|
},
|
|
2175
|
-
"exportPaths": [
|
|
2435
|
+
"exportPaths": [
|
|
2436
|
+
"src/index.ts"
|
|
2437
|
+
],
|
|
2176
2438
|
"relatedSymbols": [],
|
|
2177
2439
|
"signatures": [],
|
|
2178
2440
|
"members": [
|
|
@@ -2205,7 +2467,9 @@
|
|
|
2205
2467
|
"line": 31,
|
|
2206
2468
|
"column": 1
|
|
2207
2469
|
},
|
|
2208
|
-
"exportPaths": [
|
|
2470
|
+
"exportPaths": [
|
|
2471
|
+
"src/index.ts"
|
|
2472
|
+
],
|
|
2209
2473
|
"relatedSymbols": [],
|
|
2210
2474
|
"signatures": [],
|
|
2211
2475
|
"members": [
|
|
@@ -2259,7 +2523,9 @@
|
|
|
2259
2523
|
"line": 24,
|
|
2260
2524
|
"column": 1
|
|
2261
2525
|
},
|
|
2262
|
-
"exportPaths": [
|
|
2526
|
+
"exportPaths": [
|
|
2527
|
+
"src/index.ts"
|
|
2528
|
+
],
|
|
2263
2529
|
"relatedSymbols": [],
|
|
2264
2530
|
"signatures": [],
|
|
2265
2531
|
"members": [
|
|
@@ -2313,7 +2579,9 @@
|
|
|
2313
2579
|
"line": 32,
|
|
2314
2580
|
"column": 1
|
|
2315
2581
|
},
|
|
2316
|
-
"exportPaths": [
|
|
2582
|
+
"exportPaths": [
|
|
2583
|
+
"src/index.ts"
|
|
2584
|
+
],
|
|
2317
2585
|
"relatedSymbols": [],
|
|
2318
2586
|
"signatures": [],
|
|
2319
2587
|
"members": [],
|
|
@@ -2331,7 +2599,9 @@
|
|
|
2331
2599
|
"line": 43,
|
|
2332
2600
|
"column": 1
|
|
2333
2601
|
},
|
|
2334
|
-
"exportPaths": [
|
|
2602
|
+
"exportPaths": [
|
|
2603
|
+
"src/index.ts"
|
|
2604
|
+
],
|
|
2335
2605
|
"relatedSymbols": [],
|
|
2336
2606
|
"signatures": [],
|
|
2337
2607
|
"members": [],
|
|
@@ -2349,7 +2619,9 @@
|
|
|
2349
2619
|
"line": 22,
|
|
2350
2620
|
"column": 1
|
|
2351
2621
|
},
|
|
2352
|
-
"exportPaths": [
|
|
2622
|
+
"exportPaths": [
|
|
2623
|
+
"src/index.ts"
|
|
2624
|
+
],
|
|
2353
2625
|
"relatedSymbols": [],
|
|
2354
2626
|
"signatures": [],
|
|
2355
2627
|
"members": [],
|
|
@@ -2367,7 +2639,9 @@
|
|
|
2367
2639
|
"line": 47,
|
|
2368
2640
|
"column": 1
|
|
2369
2641
|
},
|
|
2370
|
-
"exportPaths": [
|
|
2642
|
+
"exportPaths": [
|
|
2643
|
+
"src/index.ts"
|
|
2644
|
+
],
|
|
2371
2645
|
"relatedSymbols": [],
|
|
2372
2646
|
"signatures": [],
|
|
2373
2647
|
"members": [],
|
|
@@ -2385,7 +2659,9 @@
|
|
|
2385
2659
|
"line": 51,
|
|
2386
2660
|
"column": 1
|
|
2387
2661
|
},
|
|
2388
|
-
"exportPaths": [
|
|
2662
|
+
"exportPaths": [
|
|
2663
|
+
"src/index.ts"
|
|
2664
|
+
],
|
|
2389
2665
|
"relatedSymbols": [],
|
|
2390
2666
|
"signatures": [],
|
|
2391
2667
|
"members": [],
|
|
@@ -2403,14 +2679,18 @@
|
|
|
2403
2679
|
"line": 66,
|
|
2404
2680
|
"column": 1
|
|
2405
2681
|
},
|
|
2406
|
-
"exportPaths": [
|
|
2407
|
-
|
|
2682
|
+
"exportPaths": [
|
|
2683
|
+
"src/index.ts"
|
|
2684
|
+
],
|
|
2685
|
+
"relatedSymbols": [
|
|
2686
|
+
"RuntimeBindingOperationExecutor"
|
|
2687
|
+
],
|
|
2408
2688
|
"signatures": [],
|
|
2409
2689
|
"members": [
|
|
2410
2690
|
{
|
|
2411
2691
|
"name": "apis",
|
|
2412
2692
|
"kind": "property",
|
|
2413
|
-
"type": "
|
|
2693
|
+
"type": "ApiDefinitionRegistry | undefined",
|
|
2414
2694
|
"required": false,
|
|
2415
2695
|
"description": null
|
|
2416
2696
|
},
|
|
@@ -2424,7 +2704,7 @@
|
|
|
2424
2704
|
{
|
|
2425
2705
|
"name": "dataBindings",
|
|
2426
2706
|
"kind": "property",
|
|
2427
|
-
"type": "
|
|
2707
|
+
"type": "ComponentDataBindingRegistry | undefined",
|
|
2428
2708
|
"required": false,
|
|
2429
2709
|
"description": null
|
|
2430
2710
|
},
|
|
@@ -2485,14 +2765,18 @@
|
|
|
2485
2765
|
"line": 56,
|
|
2486
2766
|
"column": 1
|
|
2487
2767
|
},
|
|
2488
|
-
"exportPaths": [
|
|
2489
|
-
|
|
2768
|
+
"exportPaths": [
|
|
2769
|
+
"src/index.ts"
|
|
2770
|
+
],
|
|
2771
|
+
"relatedSymbols": [
|
|
2772
|
+
"RuntimeBindingOperationExecutor"
|
|
2773
|
+
],
|
|
2490
2774
|
"signatures": [],
|
|
2491
2775
|
"members": [
|
|
2492
2776
|
{
|
|
2493
2777
|
"name": "apis",
|
|
2494
2778
|
"kind": "property",
|
|
2495
|
-
"type": "
|
|
2779
|
+
"type": "ApiDefinitionRegistry | undefined",
|
|
2496
2780
|
"required": false,
|
|
2497
2781
|
"description": null
|
|
2498
2782
|
},
|
|
@@ -2506,7 +2790,7 @@
|
|
|
2506
2790
|
{
|
|
2507
2791
|
"name": "dataBindings",
|
|
2508
2792
|
"kind": "property",
|
|
2509
|
-
"type": "
|
|
2793
|
+
"type": "ComponentDataBindingRegistry | undefined",
|
|
2510
2794
|
"required": false,
|
|
2511
2795
|
"description": null
|
|
2512
2796
|
},
|
|
@@ -2553,7 +2837,9 @@
|
|
|
2553
2837
|
"line": 71,
|
|
2554
2838
|
"column": 1
|
|
2555
2839
|
},
|
|
2556
|
-
"exportPaths": [
|
|
2840
|
+
"exportPaths": [
|
|
2841
|
+
"src/index.ts"
|
|
2842
|
+
],
|
|
2557
2843
|
"relatedSymbols": [],
|
|
2558
2844
|
"signatures": [],
|
|
2559
2845
|
"members": [
|
|
@@ -2586,7 +2872,9 @@
|
|
|
2586
2872
|
"line": 10,
|
|
2587
2873
|
"column": 1
|
|
2588
2874
|
},
|
|
2589
|
-
"exportPaths": [
|
|
2875
|
+
"exportPaths": [
|
|
2876
|
+
"src/index.ts"
|
|
2877
|
+
],
|
|
2590
2878
|
"relatedSymbols": [],
|
|
2591
2879
|
"signatures": [],
|
|
2592
2880
|
"members": [],
|
|
@@ -2604,7 +2892,9 @@
|
|
|
2604
2892
|
"line": 49,
|
|
2605
2893
|
"column": 1
|
|
2606
2894
|
},
|
|
2607
|
-
"exportPaths": [
|
|
2895
|
+
"exportPaths": [
|
|
2896
|
+
"src/index.ts"
|
|
2897
|
+
],
|
|
2608
2898
|
"relatedSymbols": [
|
|
2609
2899
|
"RuntimeActionHandler",
|
|
2610
2900
|
"RuntimeBindingOperationExecutor",
|
|
@@ -2616,7 +2906,7 @@
|
|
|
2616
2906
|
{
|
|
2617
2907
|
"name": "apis",
|
|
2618
2908
|
"kind": "property",
|
|
2619
|
-
"type": "
|
|
2909
|
+
"type": "ApiDefinitionRegistry | undefined",
|
|
2620
2910
|
"required": false,
|
|
2621
2911
|
"description": null
|
|
2622
2912
|
},
|
|
@@ -2630,7 +2920,7 @@
|
|
|
2630
2920
|
{
|
|
2631
2921
|
"name": "dataBindings",
|
|
2632
2922
|
"kind": "property",
|
|
2633
|
-
"type": "
|
|
2923
|
+
"type": "ComponentDataBindingRegistry | undefined",
|
|
2634
2924
|
"required": false,
|
|
2635
2925
|
"description": null
|
|
2636
2926
|
},
|
|
@@ -2712,7 +3002,9 @@
|
|
|
2712
3002
|
"line": 16,
|
|
2713
3003
|
"column": 1
|
|
2714
3004
|
},
|
|
2715
|
-
"exportPaths": [
|
|
3005
|
+
"exportPaths": [
|
|
3006
|
+
"src/index.ts"
|
|
3007
|
+
],
|
|
2716
3008
|
"relatedSymbols": [],
|
|
2717
3009
|
"signatures": [],
|
|
2718
3010
|
"members": [
|
|
@@ -2745,7 +3037,9 @@
|
|
|
2745
3037
|
"line": 21,
|
|
2746
3038
|
"column": 1
|
|
2747
3039
|
},
|
|
2748
|
-
"exportPaths": [
|
|
3040
|
+
"exportPaths": [
|
|
3041
|
+
"src/index.ts"
|
|
3042
|
+
],
|
|
2749
3043
|
"relatedSymbols": [],
|
|
2750
3044
|
"signatures": [],
|
|
2751
3045
|
"members": [],
|
|
@@ -2763,7 +3057,9 @@
|
|
|
2763
3057
|
"line": 11,
|
|
2764
3058
|
"column": 1
|
|
2765
3059
|
},
|
|
2766
|
-
"exportPaths": [
|
|
3060
|
+
"exportPaths": [
|
|
3061
|
+
"src/index.ts"
|
|
3062
|
+
],
|
|
2767
3063
|
"relatedSymbols": [],
|
|
2768
3064
|
"signatures": [],
|
|
2769
3065
|
"members": [
|
|
@@ -2796,7 +3092,9 @@
|
|
|
2796
3092
|
"line": 12,
|
|
2797
3093
|
"column": 1
|
|
2798
3094
|
},
|
|
2799
|
-
"exportPaths": [
|
|
3095
|
+
"exportPaths": [
|
|
3096
|
+
"src/index.ts"
|
|
3097
|
+
],
|
|
2800
3098
|
"relatedSymbols": [],
|
|
2801
3099
|
"signatures": [],
|
|
2802
3100
|
"members": [
|
|
@@ -2836,7 +3134,9 @@
|
|
|
2836
3134
|
"line": 9,
|
|
2837
3135
|
"column": 1
|
|
2838
3136
|
},
|
|
2839
|
-
"exportPaths": [
|
|
3137
|
+
"exportPaths": [
|
|
3138
|
+
"src/index.ts"
|
|
3139
|
+
],
|
|
2840
3140
|
"relatedSymbols": [],
|
|
2841
3141
|
"signatures": [],
|
|
2842
3142
|
"members": [
|
|
@@ -2869,7 +3169,9 @@
|
|
|
2869
3169
|
"line": 14,
|
|
2870
3170
|
"column": 1
|
|
2871
3171
|
},
|
|
2872
|
-
"exportPaths": [
|
|
3172
|
+
"exportPaths": [
|
|
3173
|
+
"src/index.ts"
|
|
3174
|
+
],
|
|
2873
3175
|
"relatedSymbols": [],
|
|
2874
3176
|
"signatures": [],
|
|
2875
3177
|
"members": [
|
|
@@ -2895,8 +3197,12 @@
|
|
|
2895
3197
|
"line": 18,
|
|
2896
3198
|
"column": 1
|
|
2897
3199
|
},
|
|
2898
|
-
"exportPaths": [
|
|
2899
|
-
|
|
3200
|
+
"exportPaths": [
|
|
3201
|
+
"src/index.ts"
|
|
3202
|
+
],
|
|
3203
|
+
"relatedSymbols": [
|
|
3204
|
+
"RuntimeEventOperationInvocation"
|
|
3205
|
+
],
|
|
2900
3206
|
"signatures": [],
|
|
2901
3207
|
"members": [
|
|
2902
3208
|
{
|
|
@@ -2935,8 +3241,12 @@
|
|
|
2935
3241
|
"line": 6,
|
|
2936
3242
|
"column": 1
|
|
2937
3243
|
},
|
|
2938
|
-
"exportPaths": [
|
|
2939
|
-
|
|
3244
|
+
"exportPaths": [
|
|
3245
|
+
"src/index.ts"
|
|
3246
|
+
],
|
|
3247
|
+
"relatedSymbols": [
|
|
3248
|
+
"RuntimeEventOperationStatus"
|
|
3249
|
+
],
|
|
2940
3250
|
"signatures": [],
|
|
2941
3251
|
"members": [
|
|
2942
3252
|
{
|
|
@@ -2989,7 +3299,9 @@
|
|
|
2989
3299
|
"line": 4,
|
|
2990
3300
|
"column": 1
|
|
2991
3301
|
},
|
|
2992
|
-
"exportPaths": [
|
|
3302
|
+
"exportPaths": [
|
|
3303
|
+
"src/index.ts"
|
|
3304
|
+
],
|
|
2993
3305
|
"relatedSymbols": [],
|
|
2994
3306
|
"signatures": [],
|
|
2995
3307
|
"members": [],
|
|
@@ -3007,8 +3319,12 @@
|
|
|
3007
3319
|
"line": 61,
|
|
3008
3320
|
"column": 1
|
|
3009
3321
|
},
|
|
3010
|
-
"exportPaths": [
|
|
3011
|
-
|
|
3322
|
+
"exportPaths": [
|
|
3323
|
+
"src/index.ts"
|
|
3324
|
+
],
|
|
3325
|
+
"relatedSymbols": [
|
|
3326
|
+
"RuntimeComponentEventDispatchArgs"
|
|
3327
|
+
],
|
|
3012
3328
|
"signatures": [],
|
|
3013
3329
|
"members": [
|
|
3014
3330
|
{
|
|
@@ -3021,7 +3337,7 @@
|
|
|
3021
3337
|
{
|
|
3022
3338
|
"name": "dataBindings",
|
|
3023
3339
|
"kind": "property",
|
|
3024
|
-
"type": "
|
|
3340
|
+
"type": "ComponentDataBindingRegistry | undefined",
|
|
3025
3341
|
"required": false,
|
|
3026
3342
|
"description": null
|
|
3027
3343
|
},
|
|
@@ -3082,7 +3398,9 @@
|
|
|
3082
3398
|
"line": 45,
|
|
3083
3399
|
"column": 1
|
|
3084
3400
|
},
|
|
3085
|
-
"exportPaths": [
|
|
3401
|
+
"exportPaths": [
|
|
3402
|
+
"src/index.ts"
|
|
3403
|
+
],
|
|
3086
3404
|
"relatedSymbols": [
|
|
3087
3405
|
"RuntimeActionDescriptor",
|
|
3088
3406
|
"RuntimeAdapterDescriptor",
|
|
@@ -3156,7 +3474,9 @@
|
|
|
3156
3474
|
"line": 18,
|
|
3157
3475
|
"column": 1
|
|
3158
3476
|
},
|
|
3159
|
-
"exportPaths": [
|
|
3477
|
+
"exportPaths": [
|
|
3478
|
+
"src/index.ts"
|
|
3479
|
+
],
|
|
3160
3480
|
"relatedSymbols": [],
|
|
3161
3481
|
"signatures": [],
|
|
3162
3482
|
"members": [
|
|
@@ -3196,7 +3516,9 @@
|
|
|
3196
3516
|
"line": 55,
|
|
3197
3517
|
"column": 1
|
|
3198
3518
|
},
|
|
3199
|
-
"exportPaths": [
|
|
3519
|
+
"exportPaths": [
|
|
3520
|
+
"src/index.ts"
|
|
3521
|
+
],
|
|
3200
3522
|
"relatedSymbols": [
|
|
3201
3523
|
"RuntimeActionDescriptor",
|
|
3202
3524
|
"RuntimeAdapterDescriptor",
|
|
@@ -3256,7 +3578,9 @@
|
|
|
3256
3578
|
"line": 13,
|
|
3257
3579
|
"column": 1
|
|
3258
3580
|
},
|
|
3259
|
-
"exportPaths": [
|
|
3581
|
+
"exportPaths": [
|
|
3582
|
+
"src/index.ts"
|
|
3583
|
+
],
|
|
3260
3584
|
"relatedSymbols": [],
|
|
3261
3585
|
"signatures": [],
|
|
3262
3586
|
"members": [],
|
|
@@ -3274,7 +3598,9 @@
|
|
|
3274
3598
|
"line": 9,
|
|
3275
3599
|
"column": 1
|
|
3276
3600
|
},
|
|
3277
|
-
"exportPaths": [
|
|
3601
|
+
"exportPaths": [
|
|
3602
|
+
"src/index.ts"
|
|
3603
|
+
],
|
|
3278
3604
|
"relatedSymbols": [],
|
|
3279
3605
|
"signatures": [],
|
|
3280
3606
|
"members": [
|
|
@@ -3300,7 +3626,9 @@
|
|
|
3300
3626
|
"line": 14,
|
|
3301
3627
|
"column": 1
|
|
3302
3628
|
},
|
|
3303
|
-
"exportPaths": [
|
|
3629
|
+
"exportPaths": [
|
|
3630
|
+
"src/index.ts"
|
|
3631
|
+
],
|
|
3304
3632
|
"relatedSymbols": [],
|
|
3305
3633
|
"signatures": [],
|
|
3306
3634
|
"members": [
|
|
@@ -3326,7 +3654,9 @@
|
|
|
3326
3654
|
"line": 6,
|
|
3327
3655
|
"column": 1
|
|
3328
3656
|
},
|
|
3329
|
-
"exportPaths": [
|
|
3657
|
+
"exportPaths": [
|
|
3658
|
+
"src/index.ts"
|
|
3659
|
+
],
|
|
3330
3660
|
"relatedSymbols": [],
|
|
3331
3661
|
"signatures": [],
|
|
3332
3662
|
"members": [],
|
|
@@ -3344,8 +3674,12 @@
|
|
|
3344
3674
|
"line": 81,
|
|
3345
3675
|
"column": 1
|
|
3346
3676
|
},
|
|
3347
|
-
"exportPaths": [
|
|
3348
|
-
|
|
3677
|
+
"exportPaths": [
|
|
3678
|
+
"src/index.ts"
|
|
3679
|
+
],
|
|
3680
|
+
"relatedSymbols": [
|
|
3681
|
+
"RuntimeRendererProps"
|
|
3682
|
+
],
|
|
3349
3683
|
"signatures": [
|
|
3350
3684
|
{
|
|
3351
3685
|
"label": "(props: RuntimeRendererProps) => React.JSX.Element",
|
|
@@ -3376,7 +3710,9 @@
|
|
|
3376
3710
|
"line": 51,
|
|
3377
3711
|
"column": 1
|
|
3378
3712
|
},
|
|
3379
|
-
"exportPaths": [
|
|
3713
|
+
"exportPaths": [
|
|
3714
|
+
"src/index.ts"
|
|
3715
|
+
],
|
|
3380
3716
|
"relatedSymbols": [
|
|
3381
3717
|
"RuntimeActionHandler",
|
|
3382
3718
|
"RuntimeActionHandlers",
|
|
@@ -3400,7 +3736,7 @@
|
|
|
3400
3736
|
{
|
|
3401
3737
|
"name": "apis",
|
|
3402
3738
|
"kind": "property",
|
|
3403
|
-
"type": "
|
|
3739
|
+
"type": "ApiDefinitionRegistry | undefined",
|
|
3404
3740
|
"required": false,
|
|
3405
3741
|
"description": null
|
|
3406
3742
|
},
|
|
@@ -3414,7 +3750,7 @@
|
|
|
3414
3750
|
{
|
|
3415
3751
|
"name": "dataBindings",
|
|
3416
3752
|
"kind": "property",
|
|
3417
|
-
"type": "
|
|
3753
|
+
"type": "ComponentDataBindingRegistry | undefined",
|
|
3418
3754
|
"required": false,
|
|
3419
3755
|
"description": null
|
|
3420
3756
|
},
|
|
@@ -3470,7 +3806,7 @@
|
|
|
3470
3806
|
{
|
|
3471
3807
|
"name": "mediaAssets",
|
|
3472
3808
|
"kind": "property",
|
|
3473
|
-
"type": "
|
|
3809
|
+
"type": "MediaAssetRegistry | undefined",
|
|
3474
3810
|
"required": false,
|
|
3475
3811
|
"description": null
|
|
3476
3812
|
},
|
|
@@ -3545,8 +3881,12 @@
|
|
|
3545
3881
|
"line": 164,
|
|
3546
3882
|
"column": 1
|
|
3547
3883
|
},
|
|
3548
|
-
"exportPaths": [
|
|
3549
|
-
|
|
3884
|
+
"exportPaths": [
|
|
3885
|
+
"src/index.ts"
|
|
3886
|
+
],
|
|
3887
|
+
"relatedSymbols": [
|
|
3888
|
+
"RuntimeRendererConfig"
|
|
3889
|
+
],
|
|
3550
3890
|
"signatures": [
|
|
3551
3891
|
{
|
|
3552
3892
|
"label": "(props: { value: RuntimeRendererConfig; children: React.ReactNode; }) => React.JSX.Element",
|
|
@@ -3577,7 +3917,9 @@
|
|
|
3577
3917
|
"line": 61,
|
|
3578
3918
|
"column": 1
|
|
3579
3919
|
},
|
|
3580
|
-
"exportPaths": [
|
|
3920
|
+
"exportPaths": [
|
|
3921
|
+
"src/index.ts"
|
|
3922
|
+
],
|
|
3581
3923
|
"relatedSymbols": [
|
|
3582
3924
|
"RuntimeActionHandler",
|
|
3583
3925
|
"RuntimeBindingOperationExecutor",
|
|
@@ -3590,7 +3932,7 @@
|
|
|
3590
3932
|
{
|
|
3591
3933
|
"name": "apis",
|
|
3592
3934
|
"kind": "property",
|
|
3593
|
-
"type": "
|
|
3935
|
+
"type": "ApiDefinitionRegistry | undefined",
|
|
3594
3936
|
"required": false,
|
|
3595
3937
|
"description": null
|
|
3596
3938
|
},
|
|
@@ -3604,7 +3946,7 @@
|
|
|
3604
3946
|
{
|
|
3605
3947
|
"name": "dataBindings",
|
|
3606
3948
|
"kind": "property",
|
|
3607
|
-
"type": "
|
|
3949
|
+
"type": "ComponentDataBindingRegistry | undefined",
|
|
3608
3950
|
"required": false,
|
|
3609
3951
|
"description": null
|
|
3610
3952
|
},
|
|
@@ -3653,7 +3995,7 @@
|
|
|
3653
3995
|
{
|
|
3654
3996
|
"name": "mediaAssets",
|
|
3655
3997
|
"kind": "property",
|
|
3656
|
-
"type": "
|
|
3998
|
+
"type": "MediaAssetRegistry | undefined",
|
|
3657
3999
|
"required": false,
|
|
3658
4000
|
"description": null
|
|
3659
4001
|
},
|
|
@@ -3721,7 +4063,9 @@
|
|
|
3721
4063
|
"line": 33,
|
|
3722
4064
|
"column": 1
|
|
3723
4065
|
},
|
|
3724
|
-
"exportPaths": [
|
|
4066
|
+
"exportPaths": [
|
|
4067
|
+
"src/index.ts"
|
|
4068
|
+
],
|
|
3725
4069
|
"relatedSymbols": [],
|
|
3726
4070
|
"signatures": [],
|
|
3727
4071
|
"members": [
|
|
@@ -3761,7 +4105,9 @@
|
|
|
3761
4105
|
"line": 7,
|
|
3762
4106
|
"column": 1
|
|
3763
4107
|
},
|
|
3764
|
-
"exportPaths": [
|
|
4108
|
+
"exportPaths": [
|
|
4109
|
+
"src/index.ts"
|
|
4110
|
+
],
|
|
3765
4111
|
"relatedSymbols": [],
|
|
3766
4112
|
"signatures": [],
|
|
3767
4113
|
"members": [],
|
|
@@ -3779,7 +4125,9 @@
|
|
|
3779
4125
|
"line": 2,
|
|
3780
4126
|
"column": 1
|
|
3781
4127
|
},
|
|
3782
|
-
"exportPaths": [
|
|
4128
|
+
"exportPaths": [
|
|
4129
|
+
"src/index.ts"
|
|
4130
|
+
],
|
|
3783
4131
|
"relatedSymbols": [],
|
|
3784
4132
|
"signatures": [],
|
|
3785
4133
|
"members": [
|
|
@@ -3812,8 +4160,12 @@
|
|
|
3812
4160
|
"line": 17,
|
|
3813
4161
|
"column": 1
|
|
3814
4162
|
},
|
|
3815
|
-
"exportPaths": [
|
|
3816
|
-
|
|
4163
|
+
"exportPaths": [
|
|
4164
|
+
"src/index.ts"
|
|
4165
|
+
],
|
|
4166
|
+
"relatedSymbols": [
|
|
4167
|
+
"RuntimeScreenProps"
|
|
4168
|
+
],
|
|
3817
4169
|
"signatures": [
|
|
3818
4170
|
{
|
|
3819
4171
|
"label": "(props: RuntimeScreenProps) => React.JSX.Element",
|
|
@@ -3844,7 +4196,9 @@
|
|
|
3844
4196
|
"line": 25,
|
|
3845
4197
|
"column": 1
|
|
3846
4198
|
},
|
|
3847
|
-
"exportPaths": [
|
|
4199
|
+
"exportPaths": [
|
|
4200
|
+
"src/index.ts"
|
|
4201
|
+
],
|
|
3848
4202
|
"relatedSymbols": [],
|
|
3849
4203
|
"signatures": [],
|
|
3850
4204
|
"members": [
|
|
@@ -3884,7 +4238,9 @@
|
|
|
3884
4238
|
"line": 18,
|
|
3885
4239
|
"column": 1
|
|
3886
4240
|
},
|
|
3887
|
-
"exportPaths": [
|
|
4241
|
+
"exportPaths": [
|
|
4242
|
+
"src/index.ts"
|
|
4243
|
+
],
|
|
3888
4244
|
"relatedSymbols": [],
|
|
3889
4245
|
"signatures": [],
|
|
3890
4246
|
"members": [
|
|
@@ -3931,7 +4287,9 @@
|
|
|
3931
4287
|
"line": 10,
|
|
3932
4288
|
"column": 1
|
|
3933
4289
|
},
|
|
3934
|
-
"exportPaths": [
|
|
4290
|
+
"exportPaths": [
|
|
4291
|
+
"src/index.ts"
|
|
4292
|
+
],
|
|
3935
4293
|
"relatedSymbols": [],
|
|
3936
4294
|
"signatures": [],
|
|
3937
4295
|
"members": [
|
|
@@ -3978,7 +4336,9 @@
|
|
|
3978
4336
|
"line": 3,
|
|
3979
4337
|
"column": 1
|
|
3980
4338
|
},
|
|
3981
|
-
"exportPaths": [
|
|
4339
|
+
"exportPaths": [
|
|
4340
|
+
"src/index.ts"
|
|
4341
|
+
],
|
|
3982
4342
|
"relatedSymbols": [],
|
|
3983
4343
|
"signatures": [
|
|
3984
4344
|
{
|
|
@@ -4010,7 +4370,9 @@
|
|
|
4010
4370
|
"line": 22,
|
|
4011
4371
|
"column": 1
|
|
4012
4372
|
},
|
|
4013
|
-
"exportPaths": [
|
|
4373
|
+
"exportPaths": [
|
|
4374
|
+
"src/index.ts"
|
|
4375
|
+
],
|
|
4014
4376
|
"relatedSymbols": [],
|
|
4015
4377
|
"signatures": [
|
|
4016
4378
|
{
|
|
@@ -4035,7 +4397,9 @@
|
|
|
4035
4397
|
"line": 30,
|
|
4036
4398
|
"column": 1
|
|
4037
4399
|
},
|
|
4038
|
-
"exportPaths": [
|
|
4400
|
+
"exportPaths": [
|
|
4401
|
+
"src/index.ts"
|
|
4402
|
+
],
|
|
4039
4403
|
"relatedSymbols": [],
|
|
4040
4404
|
"signatures": [
|
|
4041
4405
|
{
|
|
@@ -4060,7 +4424,9 @@
|
|
|
4060
4424
|
"line": 38,
|
|
4061
4425
|
"column": 1
|
|
4062
4426
|
},
|
|
4063
|
-
"exportPaths": [
|
|
4427
|
+
"exportPaths": [
|
|
4428
|
+
"src/index.ts"
|
|
4429
|
+
],
|
|
4064
4430
|
"relatedSymbols": [],
|
|
4065
4431
|
"signatures": [
|
|
4066
4432
|
{
|
|
@@ -4085,8 +4451,12 @@
|
|
|
4085
4451
|
"line": 177,
|
|
4086
4452
|
"column": 1
|
|
4087
4453
|
},
|
|
4088
|
-
"exportPaths": [
|
|
4089
|
-
|
|
4454
|
+
"exportPaths": [
|
|
4455
|
+
"src/index.ts"
|
|
4456
|
+
],
|
|
4457
|
+
"relatedSymbols": [
|
|
4458
|
+
"RuntimeRendererConfig"
|
|
4459
|
+
],
|
|
4090
4460
|
"signatures": [
|
|
4091
4461
|
{
|
|
4092
4462
|
"label": "() => RuntimeRendererConfig",
|
|
@@ -4110,7 +4480,9 @@
|
|
|
4110
4480
|
"line": 273,
|
|
4111
4481
|
"column": 1
|
|
4112
4482
|
},
|
|
4113
|
-
"exportPaths": [
|
|
4483
|
+
"exportPaths": [
|
|
4484
|
+
"src/index.ts"
|
|
4485
|
+
],
|
|
4114
4486
|
"relatedSymbols": [
|
|
4115
4487
|
"RuntimeBindingOperationExecutor",
|
|
4116
4488
|
"RuntimeBindingOperationResultCache",
|
|
@@ -4147,15 +4519,17 @@
|
|
|
4147
4519
|
"line": 15,
|
|
4148
4520
|
"column": 1
|
|
4149
4521
|
},
|
|
4150
|
-
"exportPaths": [
|
|
4522
|
+
"exportPaths": [
|
|
4523
|
+
"src/index.ts"
|
|
4524
|
+
],
|
|
4151
4525
|
"relatedSymbols": [],
|
|
4152
4526
|
"signatures": [
|
|
4153
4527
|
{
|
|
4154
|
-
"label": "(operation: BindingOperationRef, apis:
|
|
4528
|
+
"label": "(operation: BindingOperationRef, apis: ApiDefinitionRegistry | undefined) => readonly DataSourceDiagnostic[]",
|
|
4155
4529
|
"parameters": [
|
|
4156
4530
|
{
|
|
4157
4531
|
"name": "apis",
|
|
4158
|
-
"type": "
|
|
4532
|
+
"type": "ApiDefinitionRegistry | undefined",
|
|
4159
4533
|
"required": true,
|
|
4160
4534
|
"description": null
|
|
4161
4535
|
},
|
|
@@ -4185,8 +4559,12 @@
|
|
|
4185
4559
|
"line": 186,
|
|
4186
4560
|
"column": 1
|
|
4187
4561
|
},
|
|
4188
|
-
"exportPaths": [
|
|
4189
|
-
|
|
4562
|
+
"exportPaths": [
|
|
4563
|
+
"src/index.ts"
|
|
4564
|
+
],
|
|
4565
|
+
"relatedSymbols": [
|
|
4566
|
+
"RuntimeEventPropWrapArgs"
|
|
4567
|
+
],
|
|
4190
4568
|
"signatures": [
|
|
4191
4569
|
{
|
|
4192
4570
|
"label": "(args: RuntimeEventPropWrapArgs) => Record<string, unknown>",
|
|
@@ -4218,7 +4596,9 @@
|
|
|
4218
4596
|
"line": 10,
|
|
4219
4597
|
"column": 14
|
|
4220
4598
|
},
|
|
4221
|
-
"exportPaths": [
|
|
4599
|
+
"exportPaths": [
|
|
4600
|
+
"src/index.ts"
|
|
4601
|
+
],
|
|
4222
4602
|
"props": [
|
|
4223
4603
|
{
|
|
4224
4604
|
"name": "children",
|
|
@@ -4245,7 +4625,9 @@
|
|
|
4245
4625
|
"line": 12,
|
|
4246
4626
|
"column": 1
|
|
4247
4627
|
},
|
|
4248
|
-
"exportPaths": [
|
|
4628
|
+
"exportPaths": [
|
|
4629
|
+
"src/index.ts"
|
|
4630
|
+
],
|
|
4249
4631
|
"props": [
|
|
4250
4632
|
{
|
|
4251
4633
|
"name": "activeScreenId",
|
|
@@ -4284,7 +4666,9 @@
|
|
|
4284
4666
|
"line": 81,
|
|
4285
4667
|
"column": 1
|
|
4286
4668
|
},
|
|
4287
|
-
"exportPaths": [
|
|
4669
|
+
"exportPaths": [
|
|
4670
|
+
"src/index.ts"
|
|
4671
|
+
],
|
|
4288
4672
|
"props": [
|
|
4289
4673
|
{
|
|
4290
4674
|
"name": "apis",
|
|
@@ -4401,7 +4785,9 @@
|
|
|
4401
4785
|
"line": 164,
|
|
4402
4786
|
"column": 1
|
|
4403
4787
|
},
|
|
4404
|
-
"exportPaths": [
|
|
4788
|
+
"exportPaths": [
|
|
4789
|
+
"src/index.ts"
|
|
4790
|
+
],
|
|
4405
4791
|
"props": [
|
|
4406
4792
|
{
|
|
4407
4793
|
"name": "children",
|
|
@@ -4428,7 +4814,9 @@
|
|
|
4428
4814
|
"line": 17,
|
|
4429
4815
|
"column": 1
|
|
4430
4816
|
},
|
|
4431
|
-
"exportPaths": [
|
|
4817
|
+
"exportPaths": [
|
|
4818
|
+
"src/index.ts"
|
|
4819
|
+
],
|
|
4432
4820
|
"props": [
|
|
4433
4821
|
{
|
|
4434
4822
|
"name": "manifest",
|
|
@@ -10125,12 +10513,12 @@
|
|
|
10125
10513
|
},
|
|
10126
10514
|
{
|
|
10127
10515
|
"fromSymbol": "RuntimeComponentEventDispatchArgs",
|
|
10128
|
-
"toType": "
|
|
10516
|
+
"toType": "ApiDefinitionRegistry",
|
|
10129
10517
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
10130
10518
|
},
|
|
10131
10519
|
{
|
|
10132
10520
|
"fromSymbol": "RuntimeComponentEventDispatchArgs",
|
|
10133
|
-
"toType": "
|
|
10521
|
+
"toType": "ComponentDataBindingRegistry",
|
|
10134
10522
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
10135
10523
|
},
|
|
10136
10524
|
{
|
|
@@ -10175,7 +10563,7 @@
|
|
|
10175
10563
|
},
|
|
10176
10564
|
{
|
|
10177
10565
|
"fromSymbol": "RuntimeEventPropWrapArgs",
|
|
10178
|
-
"toType": "
|
|
10566
|
+
"toType": "ComponentDataBindingRegistry",
|
|
10179
10567
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
10180
10568
|
},
|
|
10181
10569
|
{
|
|
@@ -10320,7 +10708,7 @@
|
|
|
10320
10708
|
},
|
|
10321
10709
|
{
|
|
10322
10710
|
"fromSymbol": "validateRuntimeBindingOperationRef",
|
|
10323
|
-
"toType": "
|
|
10711
|
+
"toType": "ApiDefinitionRegistry",
|
|
10324
10712
|
"sourcePath": "src/runtimeApiSelection.ts"
|
|
10325
10713
|
},
|
|
10326
10714
|
{
|
|
@@ -10333,11 +10721,6 @@
|
|
|
10333
10721
|
"toType": "DataSourceDiagnostic",
|
|
10334
10722
|
"sourcePath": "src/runtimeApiSelection.ts"
|
|
10335
10723
|
},
|
|
10336
|
-
{
|
|
10337
|
-
"fromSymbol": "validateRuntimeBindingOperationRef",
|
|
10338
|
-
"toType": "Readonly",
|
|
10339
|
-
"sourcePath": "src/runtimeApiSelection.ts"
|
|
10340
|
-
},
|
|
10341
10724
|
{
|
|
10342
10725
|
"fromSymbol": "RuntimeBindingOperationExecutionArgs",
|
|
10343
10726
|
"toType": "ApiDefinition",
|
|
@@ -10365,12 +10748,12 @@
|
|
|
10365
10748
|
},
|
|
10366
10749
|
{
|
|
10367
10750
|
"fromSymbol": "RuntimeBindingResolutionArgs",
|
|
10368
|
-
"toType": "
|
|
10751
|
+
"toType": "ApiDefinitionRegistry",
|
|
10369
10752
|
"sourcePath": "src/runtimeBindings.ts"
|
|
10370
10753
|
},
|
|
10371
10754
|
{
|
|
10372
10755
|
"fromSymbol": "RuntimeBindingResolutionArgs",
|
|
10373
|
-
"toType": "
|
|
10756
|
+
"toType": "ComponentDataBindingRegistry",
|
|
10374
10757
|
"sourcePath": "src/runtimeBindings.ts"
|
|
10375
10758
|
},
|
|
10376
10759
|
{
|
|
@@ -10405,12 +10788,12 @@
|
|
|
10405
10788
|
},
|
|
10406
10789
|
{
|
|
10407
10790
|
"fromSymbol": "RuntimeBindingResolutionContext",
|
|
10408
|
-
"toType": "
|
|
10791
|
+
"toType": "ApiDefinitionRegistry",
|
|
10409
10792
|
"sourcePath": "src/runtimeBindings.ts"
|
|
10410
10793
|
},
|
|
10411
10794
|
{
|
|
10412
10795
|
"fromSymbol": "RuntimeBindingResolutionContext",
|
|
10413
|
-
"toType": "
|
|
10796
|
+
"toType": "ComponentDataBindingRegistry",
|
|
10414
10797
|
"sourcePath": "src/runtimeBindings.ts"
|
|
10415
10798
|
},
|
|
10416
10799
|
{
|
|
@@ -10740,12 +11123,12 @@
|
|
|
10740
11123
|
},
|
|
10741
11124
|
{
|
|
10742
11125
|
"fromSymbol": "RuntimeRendererProps",
|
|
10743
|
-
"toType": "
|
|
11126
|
+
"toType": "ApiDefinitionRegistry",
|
|
10744
11127
|
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
10745
11128
|
},
|
|
10746
11129
|
{
|
|
10747
11130
|
"fromSymbol": "RuntimeRendererProps",
|
|
10748
|
-
"toType": "
|
|
11131
|
+
"toType": "ComponentDataBindingRegistry",
|
|
10749
11132
|
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
10750
11133
|
},
|
|
10751
11134
|
{
|
|
@@ -10775,7 +11158,7 @@
|
|
|
10775
11158
|
},
|
|
10776
11159
|
{
|
|
10777
11160
|
"fromSymbol": "RuntimeRendererProps",
|
|
10778
|
-
"toType": "
|
|
11161
|
+
"toType": "MediaAssetRegistry",
|
|
10779
11162
|
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
10780
11163
|
},
|
|
10781
11164
|
{
|
|
@@ -10885,12 +11268,12 @@
|
|
|
10885
11268
|
},
|
|
10886
11269
|
{
|
|
10887
11270
|
"fromSymbol": "RuntimeRendererConfig",
|
|
10888
|
-
"toType": "
|
|
11271
|
+
"toType": "ApiDefinitionRegistry",
|
|
10889
11272
|
"sourcePath": "src/RuntimeRendererConfig.tsx"
|
|
10890
11273
|
},
|
|
10891
11274
|
{
|
|
10892
11275
|
"fromSymbol": "RuntimeRendererConfig",
|
|
10893
|
-
"toType": "
|
|
11276
|
+
"toType": "ComponentDataBindingRegistry",
|
|
10894
11277
|
"sourcePath": "src/RuntimeRendererConfig.tsx"
|
|
10895
11278
|
},
|
|
10896
11279
|
{
|
|
@@ -10920,7 +11303,7 @@
|
|
|
10920
11303
|
},
|
|
10921
11304
|
{
|
|
10922
11305
|
"fromSymbol": "RuntimeRendererConfig",
|
|
10923
|
-
"toType": "
|
|
11306
|
+
"toType": "MediaAssetRegistry",
|
|
10924
11307
|
"sourcePath": "src/RuntimeRendererConfig.tsx"
|
|
10925
11308
|
},
|
|
10926
11309
|
{
|