@ankhorage/runtime 0.3.0 → 1.1.0
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 +2 -2
- package/dist/RuntimeRenderer.d.ts +4 -1
- package/dist/RuntimeRenderer.d.ts.map +1 -1
- package/dist/RuntimeRenderer.js +32 -13
- package/dist/RuntimeRenderer.js.map +1 -1
- package/dist/RuntimeRendererConfig.d.ts +4 -1
- package/dist/RuntimeRendererConfig.d.ts.map +1 -1
- package/dist/RuntimeRendererConfig.js +2 -0
- package/dist/RuntimeRendererConfig.js.map +1 -1
- package/dist/RuntimeScreen.d.ts.map +1 -1
- package/dist/RuntimeScreen.js +5 -43
- package/dist/RuntimeScreen.js.map +1 -1
- package/dist/index.d.ts +2 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/dist/readme-usage.js +1 -1
- package/dist/readme-usage.js.map +1 -1
- package/dist/runtimeDataSourceOperations.d.ts +3 -1
- package/dist/runtimeDataSourceOperations.d.ts.map +1 -1
- package/dist/runtimeDataSourceOperations.js +31 -26
- package/dist/runtimeDataSourceOperations.js.map +1 -1
- package/dist/runtimeDatabaseOperationExecutor.d.ts +9 -0
- package/dist/runtimeDatabaseOperationExecutor.d.ts.map +1 -0
- package/dist/runtimeDatabaseOperationExecutor.js +228 -0
- package/dist/runtimeDatabaseOperationExecutor.js.map +1 -0
- package/dist/runtimeMedia.d.ts +13 -0
- package/dist/runtimeMedia.d.ts.map +1 -0
- package/dist/runtimeMedia.js +80 -0
- package/dist/runtimeMedia.js.map +1 -0
- package/dist/runtimeMediaCache.d.ts +8 -0
- package/dist/runtimeMediaCache.d.ts.map +1 -0
- package/dist/runtimeMediaCache.js +14 -0
- package/dist/runtimeMediaCache.js.map +1 -0
- package/dist/runtimeScreenLoaders.d.ts +1 -2
- package/dist/runtimeScreenLoaders.d.ts.map +1 -1
- package/dist/runtimeScreenLoaders.js +1 -4
- package/dist/runtimeScreenLoaders.js.map +1 -1
- package/dist/useRuntimeMediaProps.d.ts +9 -0
- package/dist/useRuntimeMediaProps.d.ts.map +1 -0
- package/dist/useRuntimeMediaProps.js +61 -0
- package/dist/useRuntimeMediaProps.js.map +1 -0
- package/package.json +5 -4
- package/paradox/badges/npm.svg +3 -3
- package/paradox/components.md +5 -3
- package/paradox/diagrams/architecture-overview.mmd +23 -9
- package/paradox/diagrams/export-graph.mmd +14 -47
- package/paradox/diagrams/module-relationships.mmd +17 -7
- package/paradox/diagrams/sequences/runtime-screen.mmd +0 -3
- package/paradox/exports.json +136 -496
- package/paradox/exports.md +136 -278
- package/paradox/index.html +991 -1119
- package/paradox/paradox.json +1405 -1254
- package/dist/runtimeApiLoaders.d.ts +0 -35
- package/dist/runtimeApiLoaders.d.ts.map +0 -1
- package/dist/runtimeApiLoaders.js +0 -218
- package/dist/runtimeApiLoaders.js.map +0 -1
package/paradox/index.html
CHANGED
|
@@ -241,12 +241,6 @@
|
|
|
241
241
|
<small>23 functions</small>
|
|
242
242
|
</button>
|
|
243
243
|
</li>
|
|
244
|
-
<li>
|
|
245
|
-
<button class="nav-button" type="button" data-target="src/runtimeApiLoaders.ts">
|
|
246
|
-
src/runtimeApiLoaders.ts
|
|
247
|
-
<small>12 functions</small>
|
|
248
|
-
</button>
|
|
249
|
-
</li>
|
|
250
244
|
<li>
|
|
251
245
|
<button class="nav-button" type="button" data-target="src/runtimeBindings.test.ts">
|
|
252
246
|
src/runtimeBindings.test.ts
|
|
@@ -259,6 +253,16 @@
|
|
|
259
253
|
<small>25 functions</small>
|
|
260
254
|
</button>
|
|
261
255
|
</li>
|
|
256
|
+
<li>
|
|
257
|
+
<button
|
|
258
|
+
class="nav-button"
|
|
259
|
+
type="button"
|
|
260
|
+
data-target="src/runtimeDatabaseOperationExecutor.ts"
|
|
261
|
+
>
|
|
262
|
+
src/runtimeDatabaseOperationExecutor.ts
|
|
263
|
+
<small>20 functions</small>
|
|
264
|
+
</button>
|
|
265
|
+
</li>
|
|
262
266
|
<li>
|
|
263
267
|
<button
|
|
264
268
|
class="nav-button"
|
|
@@ -266,7 +270,7 @@
|
|
|
266
270
|
data-target="src/runtimeDataSourceOperations.test.ts"
|
|
267
271
|
>
|
|
268
272
|
src/runtimeDataSourceOperations.test.ts
|
|
269
|
-
<small>
|
|
273
|
+
<small>7 functions</small>
|
|
270
274
|
</button>
|
|
271
275
|
</li>
|
|
272
276
|
<li>
|
|
@@ -276,7 +280,7 @@
|
|
|
276
280
|
data-target="src/runtimeDataSourceOperations.ts"
|
|
277
281
|
>
|
|
278
282
|
src/runtimeDataSourceOperations.ts
|
|
279
|
-
<small>
|
|
283
|
+
<small>7 functions</small>
|
|
280
284
|
</button>
|
|
281
285
|
</li>
|
|
282
286
|
<li>
|
|
@@ -303,6 +307,30 @@
|
|
|
303
307
|
<small>5 functions</small>
|
|
304
308
|
</button>
|
|
305
309
|
</li>
|
|
310
|
+
<li>
|
|
311
|
+
<button class="nav-button" type="button" data-target="src/runtimeMedia.test.ts">
|
|
312
|
+
src/runtimeMedia.test.ts
|
|
313
|
+
<small>3 functions</small>
|
|
314
|
+
</button>
|
|
315
|
+
</li>
|
|
316
|
+
<li>
|
|
317
|
+
<button class="nav-button" type="button" data-target="src/runtimeMedia.ts">
|
|
318
|
+
src/runtimeMedia.ts
|
|
319
|
+
<small>8 functions</small>
|
|
320
|
+
</button>
|
|
321
|
+
</li>
|
|
322
|
+
<li>
|
|
323
|
+
<button class="nav-button" type="button" data-target="src/runtimeMediaCache.tsx">
|
|
324
|
+
src/runtimeMediaCache.tsx
|
|
325
|
+
<small>2 functions</small>
|
|
326
|
+
</button>
|
|
327
|
+
</li>
|
|
328
|
+
<li>
|
|
329
|
+
<button class="nav-button" type="button" data-target="src/runtimeMediaConfig.test.ts">
|
|
330
|
+
src/runtimeMediaConfig.test.ts
|
|
331
|
+
<small>3 functions</small>
|
|
332
|
+
</button>
|
|
333
|
+
</li>
|
|
306
334
|
<li>
|
|
307
335
|
<button class="nav-button" type="button" data-target="src/runtimeNodeProps.test.ts">
|
|
308
336
|
src/runtimeNodeProps.test.ts
|
|
@@ -378,7 +406,7 @@
|
|
|
378
406
|
<li>
|
|
379
407
|
<button class="nav-button" type="button" data-target="src/RuntimeScreen.tsx">
|
|
380
408
|
src/RuntimeScreen.tsx
|
|
381
|
-
<small>
|
|
409
|
+
<small>1 function</small>
|
|
382
410
|
</button>
|
|
383
411
|
</li>
|
|
384
412
|
<li>
|
|
@@ -404,7 +432,7 @@
|
|
|
404
432
|
<li>
|
|
405
433
|
<button class="nav-button" type="button" data-target="src/runtimeScreenLoaders.ts">
|
|
406
434
|
src/runtimeScreenLoaders.ts
|
|
407
|
-
<small>
|
|
435
|
+
<small>16 functions</small>
|
|
408
436
|
</button>
|
|
409
437
|
</li>
|
|
410
438
|
<li>
|
|
@@ -423,6 +451,12 @@
|
|
|
423
451
|
<small>1 function</small>
|
|
424
452
|
</button>
|
|
425
453
|
</li>
|
|
454
|
+
<li>
|
|
455
|
+
<button class="nav-button" type="button" data-target="src/useRuntimeMediaProps.ts">
|
|
456
|
+
src/useRuntimeMediaProps.ts
|
|
457
|
+
<small>4 functions</small>
|
|
458
|
+
</button>
|
|
459
|
+
</li>
|
|
426
460
|
</ul>
|
|
427
461
|
</nav>
|
|
428
462
|
</aside>
|
|
@@ -431,9 +465,9 @@
|
|
|
431
465
|
<section class="panel">
|
|
432
466
|
<h2>Package overview</h2>
|
|
433
467
|
<div class="summary">
|
|
434
|
-
<div><strong>
|
|
468
|
+
<div><strong>84</strong><span class="muted">public exports</span></div>
|
|
435
469
|
<div><strong>5</strong><span class="muted">components</span></div>
|
|
436
|
-
<div><strong>
|
|
470
|
+
<div><strong>43</strong><span class="muted">modules</span></div>
|
|
437
471
|
<div><strong>1</strong><span class="muted">entrypoints</span></div>
|
|
438
472
|
</div>
|
|
439
473
|
<h3>Entrypoints</h3>
|
|
@@ -464,7 +498,7 @@
|
|
|
464
498
|
</article>
|
|
465
499
|
<article
|
|
466
500
|
class="item"
|
|
467
|
-
data-search="src/index.ts ComponentRegistry composeRuntimeNodePropsResolver composeRuntimeRendererWrapNode createComponentEventFromHandlerArgs createComponentRegistry createDbPersistActionHandler createDbPersistAdapterError createPendingRuntimeScreenOperationLoaderState createRuntimeActionRegistry createRuntimeBindingOperationKey createRuntimeDataSourceOperationExecutor
|
|
501
|
+
data-search="src/index.ts ComponentRegistry composeRuntimeNodePropsResolver composeRuntimeRendererWrapNode createComponentEventFromHandlerArgs createComponentRegistry createDbPersistActionHandler createDbPersistAdapterError createPendingRuntimeScreenOperationLoaderState createRuntimeActionRegistry createRuntimeBindingOperationKey createRuntimeDataSourceOperationExecutor createRuntimeMemoryStateAdapter createRuntimeScreenLoaderRequestKey dispatchRuntimeComponentEvent dispatchRuntimeComponentEventWithReporting executeDbPersistAction executeRuntimeScreenOperationLoaders ManifestContext ManifestProvider mergeRuntimeRendererConfig resolveBindingInputMap resolveDbPersistInput resolveRuntimeActionPayload resolveRuntimeActionValue resolveRuntimeBindings resolveRuntimeBindingsAsync resolveRuntimeBindingValue resolveRuntimeBindingValueSync resolveScreenOperationLoaders RuntimeAction RuntimeActionDescriptor RuntimeActionExecutor RuntimeActionHandler RuntimeActionHandlerArgs RuntimeActionHandlers RuntimeActionRegistry RuntimeActionResolutionArgs RuntimeActionResolutionScope RuntimeAdapterDescriptor RuntimeBindingDescriptor RuntimeBindingOperationExecutionArgs RuntimeBindingOperationExecutionResult RuntimeBindingOperationExecutor RuntimeBindingOperationKey RuntimeBindingOperationResultCache RuntimeBindingOperationResultWriter RuntimeBindingResolutionArgs RuntimeBindingResolutionContext RuntimeBindingResolutionResult RuntimeCapability RuntimeComponentEventDispatchArgs RuntimeDataSourceOperationExecutorOptions RuntimeDbPersistError RuntimeDbPersistExecutionResult RuntimeDbPersistResult RuntimeDiagnostic RuntimeEventDiagnosticsReporter RuntimeEventPropWrapArgs RuntimeManifest RuntimeManifestConfig RuntimeManifestInput RuntimeMediaAssetResolver RuntimeMediaAssetResolverArgs RuntimeMemoryStateAdapterOptions RuntimeNodePropsResolver RuntimeRenderer RuntimeRendererConfig RuntimeRendererConfigProvider RuntimeRendererProps RuntimeRendererWrapArgs RuntimeResolvedMediaValue RuntimeResolveNodePropsArgs RuntimeScreen RuntimeScreenOperationLoaderExecutionResult RuntimeScreenOperationLoaderState RuntimeScreenProps shouldRenderRuntimeRepeatEmptyState useManifest useManifestContext useOptionalManifestContext useRuntimeRendererConfig useRuntimeScreenOperationLoaders validateRuntimeBindingOperationRef wrapRuntimeEventProps"
|
|
468
502
|
>
|
|
469
503
|
<h3>src/index.ts</h3>
|
|
470
504
|
<p class="muted">Configured entrypoint</p>
|
|
@@ -480,31 +514,24 @@
|
|
|
480
514
|
<code>createRuntimeActionRegistry</code>,
|
|
481
515
|
<code>createRuntimeBindingOperationKey</code>,
|
|
482
516
|
<code>createRuntimeDataSourceOperationExecutor</code>,
|
|
483
|
-
<code>
|
|
484
|
-
<code>createRuntimeScreenLoaderRequestKey</code>,
|
|
485
|
-
<code>defineRuntimeAdapter</code>, <code>defineRuntimeBinding</code>,
|
|
517
|
+
<code>createRuntimeMemoryStateAdapter</code>,
|
|
518
|
+
<code>createRuntimeScreenLoaderRequestKey</code>,
|
|
486
519
|
<code>dispatchRuntimeComponentEvent</code>,
|
|
487
520
|
<code>dispatchRuntimeComponentEventWithReporting</code>,
|
|
488
|
-
<code>executeDbPersistAction</code>,
|
|
489
|
-
<code>executeRuntimeScreenOperationLoaders</code>,
|
|
490
|
-
<code>
|
|
491
|
-
<code>
|
|
492
|
-
<code>
|
|
493
|
-
<code>
|
|
494
|
-
<code>
|
|
495
|
-
<code>
|
|
496
|
-
<code>
|
|
497
|
-
<code>resolveScreenOperationLoaders</code>, <code>RUNTIME_CAPABILITIES</code>,
|
|
498
|
-
<code>RUNTIME_MANIFEST_KIND</code>, <code>RuntimeAction</code>,
|
|
521
|
+
<code>executeDbPersistAction</code>,
|
|
522
|
+
<code>executeRuntimeScreenOperationLoaders</code>, <code>ManifestContext</code>,
|
|
523
|
+
<code>ManifestProvider</code>, <code>mergeRuntimeRendererConfig</code>,
|
|
524
|
+
<code>resolveBindingInputMap</code>, <code>resolveDbPersistInput</code>,
|
|
525
|
+
<code>resolveRuntimeActionPayload</code>, <code>resolveRuntimeActionValue</code>,
|
|
526
|
+
<code>resolveRuntimeBindings</code>, <code>resolveRuntimeBindingsAsync</code>,
|
|
527
|
+
<code>resolveRuntimeBindingValue</code>,
|
|
528
|
+
<code>resolveRuntimeBindingValueSync</code>,
|
|
529
|
+
<code>resolveScreenOperationLoaders</code>, <code>RuntimeAction</code>,
|
|
499
530
|
<code>RuntimeActionDescriptor</code>, <code>RuntimeActionExecutor</code>,
|
|
500
531
|
<code>RuntimeActionHandler</code>, <code>RuntimeActionHandlerArgs</code>,
|
|
501
532
|
<code>RuntimeActionHandlers</code>, <code>RuntimeActionRegistry</code>,
|
|
502
533
|
<code>RuntimeActionResolutionArgs</code>, <code>RuntimeActionResolutionScope</code>,
|
|
503
|
-
<code>RuntimeAdapterDescriptor</code>, <code>
|
|
504
|
-
<code>RuntimeApiLoaderDiagnostic</code>,
|
|
505
|
-
<code>RuntimeApiLoaderExecutionResult</code>,
|
|
506
|
-
<code>RuntimeApiLoaderMaterializationResult</code>,
|
|
507
|
-
<code>RuntimeApiLoaderMode</code>, <code>RuntimeBindingDescriptor</code>,
|
|
534
|
+
<code>RuntimeAdapterDescriptor</code>, <code>RuntimeBindingDescriptor</code>,
|
|
508
535
|
<code>RuntimeBindingOperationExecutionArgs</code>,
|
|
509
536
|
<code>RuntimeBindingOperationExecutionResult</code>,
|
|
510
537
|
<code>RuntimeBindingOperationExecutor</code>,
|
|
@@ -520,16 +547,19 @@
|
|
|
520
547
|
<code>RuntimeDbPersistResult</code>, <code>RuntimeDiagnostic</code>,
|
|
521
548
|
<code>RuntimeEventDiagnosticsReporter</code>, <code>RuntimeEventPropWrapArgs</code>,
|
|
522
549
|
<code>RuntimeManifest</code>, <code>RuntimeManifestConfig</code>,
|
|
523
|
-
<code>RuntimeManifestInput</code>, <code>
|
|
550
|
+
<code>RuntimeManifestInput</code>, <code>RuntimeMediaAssetResolver</code>,
|
|
551
|
+
<code>RuntimeMediaAssetResolverArgs</code>,
|
|
552
|
+
<code>RuntimeMemoryStateAdapterOptions</code>,
|
|
524
553
|
<code>RuntimeNodePropsResolver</code>, <code>RuntimeRenderer</code>,
|
|
525
554
|
<code>RuntimeRendererConfig</code>, <code>RuntimeRendererConfigProvider</code>,
|
|
526
555
|
<code>RuntimeRendererProps</code>, <code>RuntimeRendererWrapArgs</code>,
|
|
527
|
-
<code>
|
|
556
|
+
<code>RuntimeResolvedMediaValue</code>, <code>RuntimeResolveNodePropsArgs</code>,
|
|
557
|
+
<code>RuntimeScreen</code>,
|
|
528
558
|
<code>RuntimeScreenOperationLoaderExecutionResult</code>,
|
|
529
559
|
<code>RuntimeScreenOperationLoaderState</code>, <code>RuntimeScreenProps</code>,
|
|
530
560
|
<code>shouldRenderRuntimeRepeatEmptyState</code>, <code>useManifest</code>,
|
|
531
561
|
<code>useManifestContext</code>, <code>useOptionalManifestContext</code>,
|
|
532
|
-
<code>
|
|
562
|
+
<code>useRuntimeRendererConfig</code>,
|
|
533
563
|
<code>useRuntimeScreenOperationLoaders</code>,
|
|
534
564
|
<code>validateRuntimeBindingOperationRef</code>, <code>wrapRuntimeEventProps</code>
|
|
535
565
|
</p>
|
|
@@ -622,34 +652,6 @@
|
|
|
622
652
|
<code>RuntimeEventPropWrapArgs</code>, <code>wrapRuntimeEventProps</code>
|
|
623
653
|
</p>
|
|
624
654
|
</article>
|
|
625
|
-
<article
|
|
626
|
-
class="item"
|
|
627
|
-
data-search="src/runtimeApiLoaders.test.ts src/runtimeApiLoaders.ts src/runtimeBindings.ts src/runtimeStateAdapter.ts"
|
|
628
|
-
>
|
|
629
|
-
<h3>src/runtimeApiLoaders.test.ts</h3>
|
|
630
|
-
<p class="muted">Referenced module</p>
|
|
631
|
-
<p>
|
|
632
|
-
<strong>Dependencies:</strong> <code>src/runtimeApiLoaders.ts</code>,
|
|
633
|
-
<code>src/runtimeBindings.ts</code>, <code>src/runtimeStateAdapter.ts</code>
|
|
634
|
-
</p>
|
|
635
|
-
<p><strong>Exports:</strong> <span class="empty">None</span></p>
|
|
636
|
-
</article>
|
|
637
|
-
<article
|
|
638
|
-
class="item"
|
|
639
|
-
data-search="src/runtimeApiLoaders.ts src/runtimeStateAdapter.ts executeRuntimeApiLoaders materializeRuntimeApiLoaderState RuntimeApiLoaderDefinition RuntimeApiLoaderDiagnostic RuntimeApiLoaderExecutionResult RuntimeApiLoaderMaterializationResult RuntimeApiLoaderMode useRuntimeApiStateLoaders"
|
|
640
|
-
>
|
|
641
|
-
<h3>src/runtimeApiLoaders.ts</h3>
|
|
642
|
-
<p class="muted">Referenced module</p>
|
|
643
|
-
<p><strong>Dependencies:</strong> <code>src/runtimeStateAdapter.ts</code></p>
|
|
644
|
-
<p>
|
|
645
|
-
<strong>Exports:</strong> <code>executeRuntimeApiLoaders</code>,
|
|
646
|
-
<code>materializeRuntimeApiLoaderState</code>,
|
|
647
|
-
<code>RuntimeApiLoaderDefinition</code>, <code>RuntimeApiLoaderDiagnostic</code>,
|
|
648
|
-
<code>RuntimeApiLoaderExecutionResult</code>,
|
|
649
|
-
<code>RuntimeApiLoaderMaterializationResult</code>,
|
|
650
|
-
<code>RuntimeApiLoaderMode</code>, <code>useRuntimeApiStateLoaders</code>
|
|
651
|
-
</p>
|
|
652
|
-
</article>
|
|
653
655
|
<article
|
|
654
656
|
class="item"
|
|
655
657
|
data-search="src/runtimeBindings.test.ts src/runtimeBindings.ts src/runtimeNodeProps.ts"
|
|
@@ -690,6 +692,15 @@
|
|
|
690
692
|
<code>validateRuntimeBindingOperationRef</code>
|
|
691
693
|
</p>
|
|
692
694
|
</article>
|
|
695
|
+
<article
|
|
696
|
+
class="item"
|
|
697
|
+
data-search="src/runtimeDatabaseOperationExecutor.ts src/runtimeBindings.ts executeRuntimeDatabaseOperation"
|
|
698
|
+
>
|
|
699
|
+
<h3>src/runtimeDatabaseOperationExecutor.ts</h3>
|
|
700
|
+
<p class="muted">Referenced module</p>
|
|
701
|
+
<p><strong>Dependencies:</strong> <code>src/runtimeBindings.ts</code></p>
|
|
702
|
+
<p><strong>Exports:</strong> <code>executeRuntimeDatabaseOperation</code></p>
|
|
703
|
+
</article>
|
|
693
704
|
<article
|
|
694
705
|
class="item"
|
|
695
706
|
data-search="src/runtimeDataSourceOperations.test.ts src/runtimeDataSourceOperations.ts"
|
|
@@ -701,11 +712,14 @@
|
|
|
701
712
|
</article>
|
|
702
713
|
<article
|
|
703
714
|
class="item"
|
|
704
|
-
data-search="src/runtimeDataSourceOperations.ts src/runtimeBindings.ts createRuntimeDataSourceOperationExecutor RuntimeDataSourceOperationExecutorOptions"
|
|
715
|
+
data-search="src/runtimeDataSourceOperations.ts src/runtimeBindings.ts src/runtimeDatabaseOperationExecutor.ts createRuntimeDataSourceOperationExecutor RuntimeDataSourceOperationExecutorOptions"
|
|
705
716
|
>
|
|
706
717
|
<h3>src/runtimeDataSourceOperations.ts</h3>
|
|
707
718
|
<p class="muted">Referenced module</p>
|
|
708
|
-
<p
|
|
719
|
+
<p>
|
|
720
|
+
<strong>Dependencies:</strong> <code>src/runtimeBindings.ts</code>,
|
|
721
|
+
<code>src/runtimeDatabaseOperationExecutor.ts</code>
|
|
722
|
+
</p>
|
|
709
723
|
<p>
|
|
710
724
|
<strong>Exports:</strong> <code>createRuntimeDataSourceOperationExecutor</code>,
|
|
711
725
|
<code>RuntimeDataSourceOperationExecutorOptions</code>
|
|
@@ -779,6 +793,49 @@
|
|
|
779
793
|
<code>RuntimeManifestConfig</code>, <code>RuntimeManifestInput</code>
|
|
780
794
|
</p>
|
|
781
795
|
</article>
|
|
796
|
+
<article class="item" data-search="src/runtimeMedia.test.ts src/runtimeMedia.ts">
|
|
797
|
+
<h3>src/runtimeMedia.test.ts</h3>
|
|
798
|
+
<p class="muted">Referenced module</p>
|
|
799
|
+
<p><strong>Dependencies:</strong> <code>src/runtimeMedia.ts</code></p>
|
|
800
|
+
<p><strong>Exports:</strong> <span class="empty">None</span></p>
|
|
801
|
+
</article>
|
|
802
|
+
<article
|
|
803
|
+
class="item"
|
|
804
|
+
data-search="src/runtimeMedia.ts collectRuntimeMediaReferenceIds createRuntimeMediaResolutionCache createSyncRuntimeMediaResolutionMap replaceRuntimeMediaReferences resolveRuntimeMediaAsset RuntimeMediaAssetResolver RuntimeMediaAssetResolverArgs RuntimeMediaResolutionCache RuntimeResolvedMediaValue"
|
|
805
|
+
>
|
|
806
|
+
<h3>src/runtimeMedia.ts</h3>
|
|
807
|
+
<p class="muted">Referenced module</p>
|
|
808
|
+
<p><strong>Dependencies:</strong> <span class="empty">None</span></p>
|
|
809
|
+
<p>
|
|
810
|
+
<strong>Exports:</strong> <code>collectRuntimeMediaReferenceIds</code>,
|
|
811
|
+
<code>createRuntimeMediaResolutionCache</code>,
|
|
812
|
+
<code>createSyncRuntimeMediaResolutionMap</code>,
|
|
813
|
+
<code>replaceRuntimeMediaReferences</code>, <code>resolveRuntimeMediaAsset</code>,
|
|
814
|
+
<code>RuntimeMediaAssetResolver</code>, <code>RuntimeMediaAssetResolverArgs</code>,
|
|
815
|
+
<code>RuntimeMediaResolutionCache</code>, <code>RuntimeResolvedMediaValue</code>
|
|
816
|
+
</p>
|
|
817
|
+
</article>
|
|
818
|
+
<article
|
|
819
|
+
class="item"
|
|
820
|
+
data-search="src/runtimeMediaCache.tsx src/runtimeMedia.ts RuntimeMediaResolutionCacheProvider useRuntimeMediaResolutionCache"
|
|
821
|
+
>
|
|
822
|
+
<h3>src/runtimeMediaCache.tsx</h3>
|
|
823
|
+
<p class="muted">Referenced module</p>
|
|
824
|
+
<p><strong>Dependencies:</strong> <code>src/runtimeMedia.ts</code></p>
|
|
825
|
+
<p>
|
|
826
|
+
<strong>Exports:</strong> <code>RuntimeMediaResolutionCacheProvider</code>,
|
|
827
|
+
<code>useRuntimeMediaResolutionCache</code>
|
|
828
|
+
</p>
|
|
829
|
+
</article>
|
|
830
|
+
<article
|
|
831
|
+
class="item"
|
|
832
|
+
data-search="src/runtimeMediaConfig.test.ts src/RuntimeRendererConfig.tsx"
|
|
833
|
+
>
|
|
834
|
+
<h3>src/runtimeMediaConfig.test.ts</h3>
|
|
835
|
+
<p class="muted">Referenced module</p>
|
|
836
|
+
<p><strong>Dependencies:</strong> <code>src/RuntimeRendererConfig.tsx</code></p>
|
|
837
|
+
<p><strong>Exports:</strong> <span class="empty">None</span></p>
|
|
838
|
+
</article>
|
|
782
839
|
<article
|
|
783
840
|
class="item"
|
|
784
841
|
data-search="src/runtimeNodeProps.test.ts src/runtimeNodeProps.ts"
|
|
@@ -820,7 +877,7 @@
|
|
|
820
877
|
</article>
|
|
821
878
|
<article
|
|
822
879
|
class="item"
|
|
823
|
-
data-search="src/RuntimeRenderer.tsx src/registry.tsx src/rendering.ts src/runtimeActionRegistry.ts src/runtimeBindings.ts src/runtimeDbPersist.ts src/runtimeEventExecution.ts src/runtimeNodeProps.ts src/RuntimeRendererConfig.tsx src/runtimeRepeat.ts src/runtimeRepeatDiagnostics.ts src/runtimeRepeatEmptyState.ts RuntimeRenderer RuntimeRendererProps"
|
|
880
|
+
data-search="src/RuntimeRenderer.tsx src/registry.tsx src/rendering.ts src/runtimeActionRegistry.ts src/runtimeBindings.ts src/runtimeDbPersist.ts src/runtimeEventExecution.ts src/runtimeMedia.ts src/runtimeMediaCache.tsx src/runtimeNodeProps.ts src/RuntimeRendererConfig.tsx src/runtimeRepeat.ts src/runtimeRepeatDiagnostics.ts src/runtimeRepeatEmptyState.ts src/useRuntimeMediaProps.ts RuntimeRenderer RuntimeRendererProps"
|
|
824
881
|
>
|
|
825
882
|
<h3>src/RuntimeRenderer.tsx</h3>
|
|
826
883
|
<p class="muted">Referenced module</p>
|
|
@@ -828,10 +885,12 @@
|
|
|
828
885
|
<strong>Dependencies:</strong> <code>src/registry.tsx</code>,
|
|
829
886
|
<code>src/rendering.ts</code>, <code>src/runtimeActionRegistry.ts</code>,
|
|
830
887
|
<code>src/runtimeBindings.ts</code>, <code>src/runtimeDbPersist.ts</code>,
|
|
831
|
-
<code>src/runtimeEventExecution.ts</code>, <code>src/
|
|
888
|
+
<code>src/runtimeEventExecution.ts</code>, <code>src/runtimeMedia.ts</code>,
|
|
889
|
+
<code>src/runtimeMediaCache.tsx</code>, <code>src/runtimeNodeProps.ts</code>,
|
|
832
890
|
<code>src/RuntimeRendererConfig.tsx</code>, <code>src/runtimeRepeat.ts</code>,
|
|
833
891
|
<code>src/runtimeRepeatDiagnostics.ts</code>,
|
|
834
|
-
<code>src/runtimeRepeatEmptyState.ts</code
|
|
892
|
+
<code>src/runtimeRepeatEmptyState.ts</code>,
|
|
893
|
+
<code>src/useRuntimeMediaProps.ts</code>
|
|
835
894
|
</p>
|
|
836
895
|
<p>
|
|
837
896
|
<strong>Exports:</strong> <code>RuntimeRenderer</code>,
|
|
@@ -849,13 +908,13 @@
|
|
|
849
908
|
</article>
|
|
850
909
|
<article
|
|
851
910
|
class="item"
|
|
852
|
-
data-search="src/RuntimeRendererConfig.tsx src/registry.tsx src/runtimeBindings.ts composeRuntimeNodePropsResolver composeRuntimeRendererWrapNode mergeRuntimeRendererConfig RuntimeAction RuntimeActionExecutor RuntimeActionHandler RuntimeActionHandlerArgs RuntimeActionHandlers RuntimeNodePropsResolver RuntimeRendererConfig RuntimeRendererConfigProvider RuntimeRendererWrapArgs RuntimeResolveNodePropsArgs useRuntimeRendererConfig"
|
|
911
|
+
data-search="src/RuntimeRendererConfig.tsx src/registry.tsx src/runtimeBindings.ts src/runtimeMedia.ts composeRuntimeNodePropsResolver composeRuntimeRendererWrapNode mergeRuntimeRendererConfig RuntimeAction RuntimeActionExecutor RuntimeActionHandler RuntimeActionHandlerArgs RuntimeActionHandlers RuntimeNodePropsResolver RuntimeRendererConfig RuntimeRendererConfigProvider RuntimeRendererWrapArgs RuntimeResolveNodePropsArgs useRuntimeRendererConfig"
|
|
853
912
|
>
|
|
854
913
|
<h3>src/RuntimeRendererConfig.tsx</h3>
|
|
855
914
|
<p class="muted">Referenced module</p>
|
|
856
915
|
<p>
|
|
857
916
|
<strong>Dependencies:</strong> <code>src/registry.tsx</code>,
|
|
858
|
-
<code>src/runtimeBindings.ts</code>
|
|
917
|
+
<code>src/runtimeBindings.ts</code>, <code>src/runtimeMedia.ts</code>
|
|
859
918
|
</p>
|
|
860
919
|
<p>
|
|
861
920
|
<strong>Exports:</strong> <code>composeRuntimeNodePropsResolver</code>,
|
|
@@ -916,14 +975,14 @@
|
|
|
916
975
|
</article>
|
|
917
976
|
<article
|
|
918
977
|
class="item"
|
|
919
|
-
data-search="src/RuntimeScreen.tsx src/registry.tsx src/
|
|
978
|
+
data-search="src/RuntimeScreen.tsx src/registry.tsx src/RuntimeRenderer.tsx src/RuntimeRendererConfig.tsx src/runtimeScreenLoaders.ts src/runtimeStateAdapter.ts RuntimeScreen RuntimeScreenProps"
|
|
920
979
|
>
|
|
921
980
|
<h3>src/RuntimeScreen.tsx</h3>
|
|
922
981
|
<p class="muted">Referenced module</p>
|
|
923
982
|
<p>
|
|
924
983
|
<strong>Dependencies:</strong> <code>src/registry.tsx</code>,
|
|
925
|
-
<code>src/
|
|
926
|
-
<code>src/
|
|
984
|
+
<code>src/RuntimeRenderer.tsx</code>, <code>src/RuntimeRendererConfig.tsx</code>,
|
|
985
|
+
<code>src/runtimeScreenLoaders.ts</code>, <code>src/runtimeStateAdapter.ts</code>
|
|
927
986
|
</p>
|
|
928
987
|
<p>
|
|
929
988
|
<strong>Exports:</strong> <code>RuntimeScreen</code>,
|
|
@@ -956,7 +1015,7 @@
|
|
|
956
1015
|
</article>
|
|
957
1016
|
<article
|
|
958
1017
|
class="item"
|
|
959
|
-
data-search="src/runtimeScreenLoaders.ts src/runtimeBindings.ts beginRuntimeScreenOperationLoaderRequest completeRuntimeScreenOperationLoaderRequest createIdleRuntimeScreenOperationLoaderState createPendingRuntimeScreenOperationLoaderState createRuntimeScreenLoaderRequestKey createRuntimeScreenOperationLoaderLifecycle executeRuntimeScreenOperationLoaders
|
|
1018
|
+
data-search="src/runtimeScreenLoaders.ts src/runtimeBindings.ts beginRuntimeScreenOperationLoaderRequest completeRuntimeScreenOperationLoaderRequest createIdleRuntimeScreenOperationLoaderState createPendingRuntimeScreenOperationLoaderState createRuntimeScreenLoaderRequestKey createRuntimeScreenOperationLoaderLifecycle executeRuntimeScreenOperationLoaders resolveScreenOperationLoaders RuntimeScreenOperationLoaderExecutionResult RuntimeScreenOperationLoaderLifecycle RuntimeScreenOperationLoaderState useRuntimeScreenOperationLoaders"
|
|
960
1019
|
>
|
|
961
1020
|
<h3>src/runtimeScreenLoaders.ts</h3>
|
|
962
1021
|
<p class="muted">Referenced module</p>
|
|
@@ -969,7 +1028,7 @@
|
|
|
969
1028
|
<code>createRuntimeScreenLoaderRequestKey</code>,
|
|
970
1029
|
<code>createRuntimeScreenOperationLoaderLifecycle</code>,
|
|
971
1030
|
<code>executeRuntimeScreenOperationLoaders</code>,
|
|
972
|
-
<code>
|
|
1031
|
+
<code>resolveScreenOperationLoaders</code>,
|
|
973
1032
|
<code>RuntimeScreenOperationLoaderExecutionResult</code>,
|
|
974
1033
|
<code>RuntimeScreenOperationLoaderLifecycle</code>,
|
|
975
1034
|
<code>RuntimeScreenOperationLoaderState</code>,
|
|
@@ -1000,6 +1059,15 @@
|
|
|
1000
1059
|
</p>
|
|
1001
1060
|
<p><strong>Exports:</strong> <span class="empty">None</span></p>
|
|
1002
1061
|
</article>
|
|
1062
|
+
<article
|
|
1063
|
+
class="item"
|
|
1064
|
+
data-search="src/useRuntimeMediaProps.ts src/runtimeMedia.ts useRuntimeMediaProps"
|
|
1065
|
+
>
|
|
1066
|
+
<h3>src/useRuntimeMediaProps.ts</h3>
|
|
1067
|
+
<p class="muted">Referenced module</p>
|
|
1068
|
+
<p><strong>Dependencies:</strong> <code>src/runtimeMedia.ts</code></p>
|
|
1069
|
+
<p><strong>Exports:</strong> <code>useRuntimeMediaProps</code></p>
|
|
1070
|
+
</article>
|
|
1003
1071
|
<article class="item" data-search="tests/runtime.test.ts src/runtimeManifest.ts">
|
|
1004
1072
|
<h3>tests/runtime.test.ts</h3>
|
|
1005
1073
|
<p class="muted">Referenced module</p>
|
|
@@ -1675,7 +1743,7 @@
|
|
|
1675
1743
|
<td>
|
|
1676
1744
|
<code
|
|
1677
1745
|
>Readonly<Record<string,
|
|
1678
|
-
import("
|
|
1746
|
+
import("@ankhorage/contracts/dist/bindings").ComponentDataBinding>>
|
|
1679
1747
|
| undefined</code
|
|
1680
1748
|
>
|
|
1681
1749
|
</td>
|
|
@@ -1797,7 +1865,7 @@
|
|
|
1797
1865
|
<td>
|
|
1798
1866
|
<code
|
|
1799
1867
|
>Readonly<Record<string,
|
|
1800
|
-
import("
|
|
1868
|
+
import("@ankhorage/contracts/dist/bindings").ComponentDataBinding>>
|
|
1801
1869
|
| undefined</code
|
|
1802
1870
|
>
|
|
1803
1871
|
</td>
|
|
@@ -1900,27 +1968,20 @@
|
|
|
1900
1968
|
</article>
|
|
1901
1969
|
</section>
|
|
1902
1970
|
<section>
|
|
1903
|
-
<h3>src/
|
|
1971
|
+
<h3>src/runtimeBindings.ts</h3>
|
|
1904
1972
|
<article
|
|
1905
1973
|
class="item"
|
|
1906
|
-
id="symbol-
|
|
1907
|
-
data-search="
|
|
1974
|
+
id="symbol-createruntimebindingoperationkey"
|
|
1975
|
+
data-search="createRuntimeBindingOperationKey function src/runtimeBindings.ts (operation: BindingOperationRef) => string"
|
|
1908
1976
|
>
|
|
1909
|
-
<h4>
|
|
1910
|
-
<p class="muted">function • <code>src/
|
|
1977
|
+
<h4>createRuntimeBindingOperationKey</h4>
|
|
1978
|
+
<p class="muted">function • <code>src/runtimeBindings.ts:163:1</code></p>
|
|
1911
1979
|
|
|
1912
1980
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
1913
|
-
<div>
|
|
1914
|
-
<strong>Related symbols:</strong>
|
|
1915
|
-
<ul class="chips">
|
|
1916
|
-
<li class="chip">RuntimeApiLoaderDefinition</li>
|
|
1917
|
-
<li class="chip">RuntimeApiLoaderExecutionResult</li>
|
|
1918
|
-
</ul>
|
|
1919
|
-
</div>
|
|
1981
|
+
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
1920
1982
|
<div>
|
|
1921
1983
|
<h5>Signature</h5>
|
|
1922
|
-
<pre>
|
|
1923
|
-
(args: { readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter: StateAdapter; }) => RuntimeApiLoaderExecutionResult</pre>
|
|
1984
|
+
<pre>(operation: BindingOperationRef) => string</pre>
|
|
1924
1985
|
<table>
|
|
1925
1986
|
<thead>
|
|
1926
1987
|
<tr>
|
|
@@ -1932,42 +1993,35 @@
|
|
|
1932
1993
|
</thead>
|
|
1933
1994
|
<tbody>
|
|
1934
1995
|
<tr>
|
|
1935
|
-
<td><code>
|
|
1936
|
-
<td>
|
|
1937
|
-
<code
|
|
1938
|
-
>{ readonly data?: AppDataManifest; readonly loaders: readonly
|
|
1939
|
-
RuntimeApiLoaderDefinition[]; readonly stateAdapter: StateAdapter;
|
|
1940
|
-
}</code
|
|
1941
|
-
>
|
|
1942
|
-
</td>
|
|
1996
|
+
<td><code>operation</code></td>
|
|
1997
|
+
<td><code>BindingOperationRef</code></td>
|
|
1943
1998
|
<td>yes</td>
|
|
1944
1999
|
<td></td>
|
|
1945
2000
|
</tr>
|
|
1946
2001
|
</tbody>
|
|
1947
2002
|
</table>
|
|
1948
|
-
<p><strong>Returns:</strong> <code>
|
|
2003
|
+
<p><strong>Returns:</strong> <code>string</code></p>
|
|
1949
2004
|
</div>
|
|
1950
2005
|
</article>
|
|
1951
2006
|
<article
|
|
1952
2007
|
class="item"
|
|
1953
|
-
id="symbol-
|
|
1954
|
-
data-search="
|
|
2008
|
+
id="symbol-resolvebindinginputmap"
|
|
2009
|
+
data-search="resolveBindingInputMap function src/runtimeBindings.ts RuntimeBindingResolutionContext (input: Readonly<Record<string, BindingInputValue>> | undefined, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) => Promise<BindingValue | undefined>"
|
|
1955
2010
|
>
|
|
1956
|
-
<h4>
|
|
1957
|
-
<p class="muted">function • <code>src/
|
|
2011
|
+
<h4>resolveBindingInputMap</h4>
|
|
2012
|
+
<p class="muted">function • <code>src/runtimeBindings.ts:129:1</code></p>
|
|
1958
2013
|
|
|
1959
2014
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
1960
2015
|
<div>
|
|
1961
2016
|
<strong>Related symbols:</strong>
|
|
1962
2017
|
<ul class="chips">
|
|
1963
|
-
<li class="chip">
|
|
1964
|
-
<li class="chip">RuntimeApiLoaderMaterializationResult</li>
|
|
2018
|
+
<li class="chip">RuntimeBindingResolutionContext</li>
|
|
1965
2019
|
</ul>
|
|
1966
2020
|
</div>
|
|
1967
2021
|
<div>
|
|
1968
2022
|
<h5>Signature</h5>
|
|
1969
2023
|
<pre>
|
|
1970
|
-
(
|
|
2024
|
+
(input: Readonly<Record<string, BindingInputValue>> | undefined, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) => Promise<BindingValue | undefined></pre>
|
|
1971
2025
|
<table>
|
|
1972
2026
|
<thead>
|
|
1973
2027
|
<tr>
|
|
@@ -1979,11 +2033,23 @@
|
|
|
1979
2033
|
</thead>
|
|
1980
2034
|
<tbody>
|
|
1981
2035
|
<tr>
|
|
1982
|
-
<td><code>
|
|
2036
|
+
<td><code>context</code></td>
|
|
2037
|
+
<td><code>RuntimeBindingResolutionContext</code></td>
|
|
2038
|
+
<td>yes</td>
|
|
2039
|
+
<td></td>
|
|
2040
|
+
</tr>
|
|
2041
|
+
<tr>
|
|
2042
|
+
<td><code>diagnostics</code></td>
|
|
2043
|
+
<td><code>DataSourceDiagnostic[]</code></td>
|
|
2044
|
+
<td>no</td>
|
|
2045
|
+
<td></td>
|
|
2046
|
+
</tr>
|
|
2047
|
+
<tr>
|
|
2048
|
+
<td><code>input</code></td>
|
|
1983
2049
|
<td>
|
|
1984
2050
|
<code
|
|
1985
|
-
>
|
|
1986
|
-
|
|
2051
|
+
>Readonly<Record<string, BindingInputValue>> |
|
|
2052
|
+
undefined</code
|
|
1987
2053
|
>
|
|
1988
2054
|
</td>
|
|
1989
2055
|
<td>yes</td>
|
|
@@ -1992,376 +2058,65 @@
|
|
|
1992
2058
|
</tbody>
|
|
1993
2059
|
</table>
|
|
1994
2060
|
<p>
|
|
1995
|
-
<strong>Returns:</strong> <code>
|
|
2061
|
+
<strong>Returns:</strong> <code>Promise<BindingValue | undefined></code>
|
|
1996
2062
|
</p>
|
|
1997
2063
|
</div>
|
|
1998
2064
|
</article>
|
|
1999
2065
|
<article
|
|
2000
2066
|
class="item"
|
|
2001
|
-
id="symbol-
|
|
2002
|
-
data-search="
|
|
2003
|
-
>
|
|
2004
|
-
<h4>RuntimeApiLoaderDefinition</h4>
|
|
2005
|
-
<p class="muted">unknown • <code>src/runtimeApiLoaders.ts:17:1</code></p>
|
|
2006
|
-
|
|
2007
|
-
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2008
|
-
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
2009
|
-
</article>
|
|
2010
|
-
<article
|
|
2011
|
-
class="item"
|
|
2012
|
-
id="symbol-runtimeapiloaderdiagnostic"
|
|
2013
|
-
data-search="RuntimeApiLoaderDiagnostic type src/runtimeApiLoaders.ts "
|
|
2014
|
-
>
|
|
2015
|
-
<h4>RuntimeApiLoaderDiagnostic</h4>
|
|
2016
|
-
<p class="muted">type • <code>src/runtimeApiLoaders.ts:19:1</code></p>
|
|
2017
|
-
|
|
2018
|
-
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2019
|
-
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
2020
|
-
|
|
2021
|
-
<table>
|
|
2022
|
-
<thead>
|
|
2023
|
-
<tr>
|
|
2024
|
-
<th>Member</th>
|
|
2025
|
-
<th>Kind</th>
|
|
2026
|
-
<th>Type</th>
|
|
2027
|
-
<th>Required</th>
|
|
2028
|
-
<th>Description</th>
|
|
2029
|
-
</tr>
|
|
2030
|
-
</thead>
|
|
2031
|
-
<tbody>
|
|
2032
|
-
<tr>
|
|
2033
|
-
<td><code>apiId</code></td>
|
|
2034
|
-
<td>property</td>
|
|
2035
|
-
<td><code>string | undefined</code></td>
|
|
2036
|
-
<td>no</td>
|
|
2037
|
-
<td></td>
|
|
2038
|
-
</tr>
|
|
2039
|
-
<tr>
|
|
2040
|
-
<td><code>code</code></td>
|
|
2041
|
-
<td>property</td>
|
|
2042
|
-
<td>
|
|
2043
|
-
<code
|
|
2044
|
-
>"invalid-record" | "missing-api" |
|
|
2045
|
-
"missing-target-path" | "state-set-failed" |
|
|
2046
|
-
"unsupported-loader"</code
|
|
2047
|
-
>
|
|
2048
|
-
</td>
|
|
2049
|
-
<td>yes</td>
|
|
2050
|
-
<td></td>
|
|
2051
|
-
</tr>
|
|
2052
|
-
<tr>
|
|
2053
|
-
<td><code>message</code></td>
|
|
2054
|
-
<td>property</td>
|
|
2055
|
-
<td><code>string</code></td>
|
|
2056
|
-
<td>yes</td>
|
|
2057
|
-
<td></td>
|
|
2058
|
-
</tr>
|
|
2059
|
-
<tr>
|
|
2060
|
-
<td><code>targetPath</code></td>
|
|
2061
|
-
<td>property</td>
|
|
2062
|
-
<td><code>string | undefined</code></td>
|
|
2063
|
-
<td>no</td>
|
|
2064
|
-
<td></td>
|
|
2065
|
-
</tr>
|
|
2066
|
-
</tbody>
|
|
2067
|
-
</table>
|
|
2068
|
-
</article>
|
|
2069
|
-
<article
|
|
2070
|
-
class="item"
|
|
2071
|
-
id="symbol-runtimeapiloaderexecutionresult"
|
|
2072
|
-
data-search="RuntimeApiLoaderExecutionResult type src/runtimeApiLoaders.ts RuntimeApiLoaderDiagnostic"
|
|
2067
|
+
id="symbol-resolveruntimebindings"
|
|
2068
|
+
data-search="resolveRuntimeBindings function src/runtimeBindings.ts RuntimeBindingResolutionArgs RuntimeBindingResolutionResult (args: RuntimeBindingResolutionArgs) => RuntimeBindingResolutionResult"
|
|
2073
2069
|
>
|
|
2074
|
-
<h4>
|
|
2075
|
-
<p class="muted">
|
|
2070
|
+
<h4>resolveRuntimeBindings</h4>
|
|
2071
|
+
<p class="muted">function • <code>src/runtimeBindings.ts:89:1</code></p>
|
|
2076
2072
|
|
|
2077
2073
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2078
2074
|
<div>
|
|
2079
2075
|
<strong>Related symbols:</strong>
|
|
2080
2076
|
<ul class="chips">
|
|
2081
|
-
<li class="chip">
|
|
2077
|
+
<li class="chip">RuntimeBindingResolutionArgs</li>
|
|
2078
|
+
<li class="chip">RuntimeBindingResolutionResult</li>
|
|
2082
2079
|
</ul>
|
|
2083
2080
|
</div>
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
<
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
<
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
<
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2081
|
+
<div>
|
|
2082
|
+
<h5>Signature</h5>
|
|
2083
|
+
<pre>
|
|
2084
|
+
(args: RuntimeBindingResolutionArgs) => RuntimeBindingResolutionResult</pre>
|
|
2085
|
+
<table>
|
|
2086
|
+
<thead>
|
|
2087
|
+
<tr>
|
|
2088
|
+
<th>Parameter</th>
|
|
2089
|
+
<th>Type</th>
|
|
2090
|
+
<th>Required</th>
|
|
2091
|
+
<th>Description</th>
|
|
2092
|
+
</tr>
|
|
2093
|
+
</thead>
|
|
2094
|
+
<tbody>
|
|
2095
|
+
<tr>
|
|
2096
|
+
<td><code>args</code></td>
|
|
2097
|
+
<td><code>RuntimeBindingResolutionArgs</code></td>
|
|
2098
|
+
<td>yes</td>
|
|
2099
|
+
<td></td>
|
|
2100
|
+
</tr>
|
|
2101
|
+
</tbody>
|
|
2102
|
+
</table>
|
|
2103
|
+
<p><strong>Returns:</strong> <code>RuntimeBindingResolutionResult</code></p>
|
|
2104
|
+
</div>
|
|
2105
2105
|
</article>
|
|
2106
2106
|
<article
|
|
2107
2107
|
class="item"
|
|
2108
|
-
id="symbol-
|
|
2109
|
-
data-search="
|
|
2108
|
+
id="symbol-resolveruntimebindingsasync"
|
|
2109
|
+
data-search="resolveRuntimeBindingsAsync function src/runtimeBindings.ts RuntimeBindingResolutionArgs RuntimeBindingResolutionResult (args: RuntimeBindingResolutionArgs) => Promise<RuntimeBindingResolutionResult>"
|
|
2110
2110
|
>
|
|
2111
|
-
<h4>
|
|
2112
|
-
<p class="muted">
|
|
2111
|
+
<h4>resolveRuntimeBindingsAsync</h4>
|
|
2112
|
+
<p class="muted">function • <code>src/runtimeBindings.ts:74:1</code></p>
|
|
2113
2113
|
|
|
2114
2114
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2115
2115
|
<div>
|
|
2116
2116
|
<strong>Related symbols:</strong>
|
|
2117
2117
|
<ul class="chips">
|
|
2118
|
-
<li class="chip">
|
|
2119
|
-
|
|
2120
|
-
</div>
|
|
2121
|
-
|
|
2122
|
-
<table>
|
|
2123
|
-
<thead>
|
|
2124
|
-
<tr>
|
|
2125
|
-
<th>Member</th>
|
|
2126
|
-
<th>Kind</th>
|
|
2127
|
-
<th>Type</th>
|
|
2128
|
-
<th>Required</th>
|
|
2129
|
-
<th>Description</th>
|
|
2130
|
-
</tr>
|
|
2131
|
-
</thead>
|
|
2132
|
-
<tbody>
|
|
2133
|
-
<tr>
|
|
2134
|
-
<td><code>diagnostics</code></td>
|
|
2135
|
-
<td>property</td>
|
|
2136
|
-
<td><code>readonly RuntimeApiLoaderDiagnostic[]</code></td>
|
|
2137
|
-
<td>yes</td>
|
|
2138
|
-
<td></td>
|
|
2139
|
-
</tr>
|
|
2140
|
-
<tr>
|
|
2141
|
-
<td><code>state</code></td>
|
|
2142
|
-
<td>property</td>
|
|
2143
|
-
<td><code>Readonly<Record<string, StateValue>></code></td>
|
|
2144
|
-
<td>yes</td>
|
|
2145
|
-
<td></td>
|
|
2146
|
-
</tr>
|
|
2147
|
-
</tbody>
|
|
2148
|
-
</table>
|
|
2149
|
-
</article>
|
|
2150
|
-
<article
|
|
2151
|
-
class="item"
|
|
2152
|
-
id="symbol-runtimeapiloadermode"
|
|
2153
|
-
data-search="RuntimeApiLoaderMode unknown src/runtimeApiLoaders.ts "
|
|
2154
|
-
>
|
|
2155
|
-
<h4>RuntimeApiLoaderMode</h4>
|
|
2156
|
-
<p class="muted">unknown • <code>src/runtimeApiLoaders.ts:15:1</code></p>
|
|
2157
|
-
|
|
2158
|
-
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2159
|
-
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
2160
|
-
</article>
|
|
2161
|
-
<article
|
|
2162
|
-
class="item"
|
|
2163
|
-
id="symbol-useruntimeapistateloaders"
|
|
2164
|
-
data-search="useRuntimeApiStateLoaders function src/runtimeApiLoaders.ts RuntimeApiLoaderDefinition RuntimeApiLoaderDiagnostic (args: { readonly data?: AppDataManifest; readonly loaders?: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter?: StateAdapter; }) => { readonly diagnostics: readonly RuntimeApiLoaderDiagnostic[]; readonly stateAdapter: StateAdapter; readonly stateVersion: number; }"
|
|
2165
|
-
>
|
|
2166
|
-
<h4>useRuntimeApiStateLoaders</h4>
|
|
2167
|
-
<p class="muted">function • <code>src/runtimeApiLoaders.ts:125:1</code></p>
|
|
2168
|
-
|
|
2169
|
-
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2170
|
-
<div>
|
|
2171
|
-
<strong>Related symbols:</strong>
|
|
2172
|
-
<ul class="chips">
|
|
2173
|
-
<li class="chip">RuntimeApiLoaderDefinition</li>
|
|
2174
|
-
<li class="chip">RuntimeApiLoaderDiagnostic</li>
|
|
2175
|
-
</ul>
|
|
2176
|
-
</div>
|
|
2177
|
-
<div>
|
|
2178
|
-
<h5>Signature</h5>
|
|
2179
|
-
<pre>
|
|
2180
|
-
(args: { readonly data?: AppDataManifest; readonly loaders?: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter?: StateAdapter; }) => { readonly diagnostics: readonly RuntimeApiLoaderDiagnostic[]; readonly stateAdapter: StateAdapter; readonly stateVersion: number; }</pre>
|
|
2181
|
-
<table>
|
|
2182
|
-
<thead>
|
|
2183
|
-
<tr>
|
|
2184
|
-
<th>Parameter</th>
|
|
2185
|
-
<th>Type</th>
|
|
2186
|
-
<th>Required</th>
|
|
2187
|
-
<th>Description</th>
|
|
2188
|
-
</tr>
|
|
2189
|
-
</thead>
|
|
2190
|
-
<tbody>
|
|
2191
|
-
<tr>
|
|
2192
|
-
<td><code>args</code></td>
|
|
2193
|
-
<td>
|
|
2194
|
-
<code
|
|
2195
|
-
>{ readonly data?: AppDataManifest; readonly loaders?: readonly
|
|
2196
|
-
RuntimeApiLoaderDefinition[]; readonly stateAdapter?: StateAdapter;
|
|
2197
|
-
}</code
|
|
2198
|
-
>
|
|
2199
|
-
</td>
|
|
2200
|
-
<td>yes</td>
|
|
2201
|
-
<td></td>
|
|
2202
|
-
</tr>
|
|
2203
|
-
</tbody>
|
|
2204
|
-
</table>
|
|
2205
|
-
<p>
|
|
2206
|
-
<strong>Returns:</strong>
|
|
2207
|
-
<code
|
|
2208
|
-
>{ readonly diagnostics: readonly RuntimeApiLoaderDiagnostic[]; readonly
|
|
2209
|
-
stateAdapter: StateAdapter; readonly stateVersion: number; }</code
|
|
2210
|
-
>
|
|
2211
|
-
</p>
|
|
2212
|
-
</div>
|
|
2213
|
-
</article>
|
|
2214
|
-
</section>
|
|
2215
|
-
<section>
|
|
2216
|
-
<h3>src/runtimeBindings.ts</h3>
|
|
2217
|
-
<article
|
|
2218
|
-
class="item"
|
|
2219
|
-
id="symbol-createruntimebindingoperationkey"
|
|
2220
|
-
data-search="createRuntimeBindingOperationKey function src/runtimeBindings.ts (operation: BindingOperationRef) => string"
|
|
2221
|
-
>
|
|
2222
|
-
<h4>createRuntimeBindingOperationKey</h4>
|
|
2223
|
-
<p class="muted">function • <code>src/runtimeBindings.ts:163:1</code></p>
|
|
2224
|
-
|
|
2225
|
-
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2226
|
-
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
2227
|
-
<div>
|
|
2228
|
-
<h5>Signature</h5>
|
|
2229
|
-
<pre>(operation: BindingOperationRef) => string</pre>
|
|
2230
|
-
<table>
|
|
2231
|
-
<thead>
|
|
2232
|
-
<tr>
|
|
2233
|
-
<th>Parameter</th>
|
|
2234
|
-
<th>Type</th>
|
|
2235
|
-
<th>Required</th>
|
|
2236
|
-
<th>Description</th>
|
|
2237
|
-
</tr>
|
|
2238
|
-
</thead>
|
|
2239
|
-
<tbody>
|
|
2240
|
-
<tr>
|
|
2241
|
-
<td><code>operation</code></td>
|
|
2242
|
-
<td><code>BindingOperationRef</code></td>
|
|
2243
|
-
<td>yes</td>
|
|
2244
|
-
<td></td>
|
|
2245
|
-
</tr>
|
|
2246
|
-
</tbody>
|
|
2247
|
-
</table>
|
|
2248
|
-
<p><strong>Returns:</strong> <code>string</code></p>
|
|
2249
|
-
</div>
|
|
2250
|
-
</article>
|
|
2251
|
-
<article
|
|
2252
|
-
class="item"
|
|
2253
|
-
id="symbol-resolvebindinginputmap"
|
|
2254
|
-
data-search="resolveBindingInputMap function src/runtimeBindings.ts RuntimeBindingResolutionContext (input: Readonly<Record<string, BindingInputValue>> | undefined, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) => Promise<BindingValue | undefined>"
|
|
2255
|
-
>
|
|
2256
|
-
<h4>resolveBindingInputMap</h4>
|
|
2257
|
-
<p class="muted">function • <code>src/runtimeBindings.ts:129:1</code></p>
|
|
2258
|
-
|
|
2259
|
-
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2260
|
-
<div>
|
|
2261
|
-
<strong>Related symbols:</strong>
|
|
2262
|
-
<ul class="chips">
|
|
2263
|
-
<li class="chip">RuntimeBindingResolutionContext</li>
|
|
2264
|
-
</ul>
|
|
2265
|
-
</div>
|
|
2266
|
-
<div>
|
|
2267
|
-
<h5>Signature</h5>
|
|
2268
|
-
<pre>
|
|
2269
|
-
(input: Readonly<Record<string, BindingInputValue>> | undefined, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) => Promise<BindingValue | undefined></pre>
|
|
2270
|
-
<table>
|
|
2271
|
-
<thead>
|
|
2272
|
-
<tr>
|
|
2273
|
-
<th>Parameter</th>
|
|
2274
|
-
<th>Type</th>
|
|
2275
|
-
<th>Required</th>
|
|
2276
|
-
<th>Description</th>
|
|
2277
|
-
</tr>
|
|
2278
|
-
</thead>
|
|
2279
|
-
<tbody>
|
|
2280
|
-
<tr>
|
|
2281
|
-
<td><code>context</code></td>
|
|
2282
|
-
<td><code>RuntimeBindingResolutionContext</code></td>
|
|
2283
|
-
<td>yes</td>
|
|
2284
|
-
<td></td>
|
|
2285
|
-
</tr>
|
|
2286
|
-
<tr>
|
|
2287
|
-
<td><code>diagnostics</code></td>
|
|
2288
|
-
<td><code>DataSourceDiagnostic[]</code></td>
|
|
2289
|
-
<td>no</td>
|
|
2290
|
-
<td></td>
|
|
2291
|
-
</tr>
|
|
2292
|
-
<tr>
|
|
2293
|
-
<td><code>input</code></td>
|
|
2294
|
-
<td>
|
|
2295
|
-
<code
|
|
2296
|
-
>Readonly<Record<string, BindingInputValue>> |
|
|
2297
|
-
undefined</code
|
|
2298
|
-
>
|
|
2299
|
-
</td>
|
|
2300
|
-
<td>yes</td>
|
|
2301
|
-
<td></td>
|
|
2302
|
-
</tr>
|
|
2303
|
-
</tbody>
|
|
2304
|
-
</table>
|
|
2305
|
-
<p>
|
|
2306
|
-
<strong>Returns:</strong> <code>Promise<BindingValue | undefined></code>
|
|
2307
|
-
</p>
|
|
2308
|
-
</div>
|
|
2309
|
-
</article>
|
|
2310
|
-
<article
|
|
2311
|
-
class="item"
|
|
2312
|
-
id="symbol-resolveruntimebindings"
|
|
2313
|
-
data-search="resolveRuntimeBindings function src/runtimeBindings.ts RuntimeBindingResolutionArgs RuntimeBindingResolutionResult (args: RuntimeBindingResolutionArgs) => RuntimeBindingResolutionResult"
|
|
2314
|
-
>
|
|
2315
|
-
<h4>resolveRuntimeBindings</h4>
|
|
2316
|
-
<p class="muted">function • <code>src/runtimeBindings.ts:89:1</code></p>
|
|
2317
|
-
|
|
2318
|
-
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2319
|
-
<div>
|
|
2320
|
-
<strong>Related symbols:</strong>
|
|
2321
|
-
<ul class="chips">
|
|
2322
|
-
<li class="chip">RuntimeBindingResolutionArgs</li>
|
|
2323
|
-
<li class="chip">RuntimeBindingResolutionResult</li>
|
|
2324
|
-
</ul>
|
|
2325
|
-
</div>
|
|
2326
|
-
<div>
|
|
2327
|
-
<h5>Signature</h5>
|
|
2328
|
-
<pre>
|
|
2329
|
-
(args: RuntimeBindingResolutionArgs) => RuntimeBindingResolutionResult</pre>
|
|
2330
|
-
<table>
|
|
2331
|
-
<thead>
|
|
2332
|
-
<tr>
|
|
2333
|
-
<th>Parameter</th>
|
|
2334
|
-
<th>Type</th>
|
|
2335
|
-
<th>Required</th>
|
|
2336
|
-
<th>Description</th>
|
|
2337
|
-
</tr>
|
|
2338
|
-
</thead>
|
|
2339
|
-
<tbody>
|
|
2340
|
-
<tr>
|
|
2341
|
-
<td><code>args</code></td>
|
|
2342
|
-
<td><code>RuntimeBindingResolutionArgs</code></td>
|
|
2343
|
-
<td>yes</td>
|
|
2344
|
-
<td></td>
|
|
2345
|
-
</tr>
|
|
2346
|
-
</tbody>
|
|
2347
|
-
</table>
|
|
2348
|
-
<p><strong>Returns:</strong> <code>RuntimeBindingResolutionResult</code></p>
|
|
2349
|
-
</div>
|
|
2350
|
-
</article>
|
|
2351
|
-
<article
|
|
2352
|
-
class="item"
|
|
2353
|
-
id="symbol-resolveruntimebindingsasync"
|
|
2354
|
-
data-search="resolveRuntimeBindingsAsync function src/runtimeBindings.ts RuntimeBindingResolutionArgs RuntimeBindingResolutionResult (args: RuntimeBindingResolutionArgs) => Promise<RuntimeBindingResolutionResult>"
|
|
2355
|
-
>
|
|
2356
|
-
<h4>resolveRuntimeBindingsAsync</h4>
|
|
2357
|
-
<p class="muted">function • <code>src/runtimeBindings.ts:74:1</code></p>
|
|
2358
|
-
|
|
2359
|
-
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2360
|
-
<div>
|
|
2361
|
-
<strong>Related symbols:</strong>
|
|
2362
|
-
<ul class="chips">
|
|
2363
|
-
<li class="chip">RuntimeBindingResolutionArgs</li>
|
|
2364
|
-
<li class="chip">RuntimeBindingResolutionResult</li>
|
|
2118
|
+
<li class="chip">RuntimeBindingResolutionArgs</li>
|
|
2119
|
+
<li class="chip">RuntimeBindingResolutionResult</li>
|
|
2365
2120
|
</ul>
|
|
2366
2121
|
</div>
|
|
2367
2122
|
<div>
|
|
@@ -2651,7 +2406,7 @@
|
|
|
2651
2406
|
<td>
|
|
2652
2407
|
<code
|
|
2653
2408
|
>Readonly<Record<string,
|
|
2654
|
-
import("
|
|
2409
|
+
import("@ankhorage/contracts/dist/bindings").ComponentDataBinding>>
|
|
2655
2410
|
| undefined</code
|
|
2656
2411
|
>
|
|
2657
2412
|
</td>
|
|
@@ -2759,7 +2514,7 @@
|
|
|
2759
2514
|
<td>
|
|
2760
2515
|
<code
|
|
2761
2516
|
>Readonly<Record<string,
|
|
2762
|
-
import("
|
|
2517
|
+
import("@ankhorage/contracts/dist/bindings").ComponentDataBinding>>
|
|
2763
2518
|
| undefined</code
|
|
2764
2519
|
>
|
|
2765
2520
|
</td>
|
|
@@ -2907,7 +2662,7 @@
|
|
|
2907
2662
|
data-search="createRuntimeDataSourceOperationExecutor function src/runtimeDataSourceOperations.ts RuntimeBindingOperationExecutor RuntimeDataSourceOperationExecutorOptions (options: RuntimeDataSourceOperationExecutorOptions) => RuntimeBindingOperationExecutor"
|
|
2908
2663
|
>
|
|
2909
2664
|
<h4>createRuntimeDataSourceOperationExecutor</h4>
|
|
2910
|
-
<p class="muted">function • <code>src/runtimeDataSourceOperations.ts:
|
|
2665
|
+
<p class="muted">function • <code>src/runtimeDataSourceOperations.ts:14:1</code></p>
|
|
2911
2666
|
|
|
2912
2667
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2913
2668
|
<div>
|
|
@@ -2948,7 +2703,7 @@
|
|
|
2948
2703
|
data-search="RuntimeDataSourceOperationExecutorOptions type src/runtimeDataSourceOperations.ts "
|
|
2949
2704
|
>
|
|
2950
2705
|
<h4>RuntimeDataSourceOperationExecutorOptions</h4>
|
|
2951
|
-
<p class="muted">type • <code>src/runtimeDataSourceOperations.ts:
|
|
2706
|
+
<p class="muted">type • <code>src/runtimeDataSourceOperations.ts:8:1</code></p>
|
|
2952
2707
|
|
|
2953
2708
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2954
2709
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -2971,11 +2726,20 @@
|
|
|
2971
2726
|
<td>no</td>
|
|
2972
2727
|
<td></td>
|
|
2973
2728
|
</tr>
|
|
2729
|
+
<tr>
|
|
2730
|
+
<td><code>databaseAdapters</code></td>
|
|
2731
|
+
<td>property</td>
|
|
2732
|
+
<td>
|
|
2733
|
+
<code>Readonly<Record<string, DbAdapter>> | undefined</code>
|
|
2734
|
+
</td>
|
|
2735
|
+
<td>no</td>
|
|
2736
|
+
<td></td>
|
|
2737
|
+
</tr>
|
|
2974
2738
|
<tr>
|
|
2975
2739
|
<td><code>fetch</code></td>
|
|
2976
2740
|
<td>property</td>
|
|
2977
|
-
<td><code>EndpointTestFetch</code></td>
|
|
2978
|
-
<td>
|
|
2741
|
+
<td><code>EndpointTestFetch | undefined</code></td>
|
|
2742
|
+
<td>no</td>
|
|
2979
2743
|
<td></td>
|
|
2980
2744
|
</tr>
|
|
2981
2745
|
</tbody>
|
|
@@ -3290,284 +3054,74 @@
|
|
|
3290
3054
|
<tr>
|
|
3291
3055
|
<td><code>args</code></td>
|
|
3292
3056
|
<td>
|
|
3293
|
-
<code
|
|
3294
|
-
>RuntimeComponentEventDispatchArgs & RuntimeEventDiagnosticsReporter
|
|
3295
|
-
& { readonly actionHandlers?: RuntimeActionHandlers; }</code
|
|
3296
|
-
>
|
|
3297
|
-
</td>
|
|
3298
|
-
<td>yes</td>
|
|
3299
|
-
<td></td>
|
|
3300
|
-
</tr>
|
|
3301
|
-
</tbody>
|
|
3302
|
-
</table>
|
|
3303
|
-
<p>
|
|
3304
|
-
<strong>Returns:</strong>
|
|
3305
|
-
<code>Promise<readonly DataSourceDiagnostic[]></code>
|
|
3306
|
-
</p>
|
|
3307
|
-
</div>
|
|
3308
|
-
</article>
|
|
3309
|
-
<article
|
|
3310
|
-
class="item"
|
|
3311
|
-
id="symbol-runtimeeventdiagnosticsreporter"
|
|
3312
|
-
data-search="RuntimeEventDiagnosticsReporter type src/runtimeEventExecution.ts "
|
|
3313
|
-
>
|
|
3314
|
-
<h4>RuntimeEventDiagnosticsReporter</h4>
|
|
3315
|
-
<p class="muted">type • <code>src/runtimeEventExecution.ts:9:1</code></p>
|
|
3316
|
-
|
|
3317
|
-
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
3318
|
-
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
3319
|
-
|
|
3320
|
-
<table>
|
|
3321
|
-
<thead>
|
|
3322
|
-
<tr>
|
|
3323
|
-
<th>Member</th>
|
|
3324
|
-
<th>Kind</th>
|
|
3325
|
-
<th>Type</th>
|
|
3326
|
-
<th>Required</th>
|
|
3327
|
-
<th>Description</th>
|
|
3328
|
-
</tr>
|
|
3329
|
-
</thead>
|
|
3330
|
-
<tbody>
|
|
3331
|
-
<tr>
|
|
3332
|
-
<td><code>consoleImpl</code></td>
|
|
3333
|
-
<td>property</td>
|
|
3334
|
-
<td>
|
|
3335
|
-
<code
|
|
3336
|
-
>Pick<Console, "error" | "warn"> |
|
|
3337
|
-
undefined</code
|
|
3338
|
-
>
|
|
3339
|
-
</td>
|
|
3340
|
-
<td>no</td>
|
|
3341
|
-
<td></td>
|
|
3342
|
-
</tr>
|
|
3343
|
-
<tr>
|
|
3344
|
-
<td><code>onDiagnostics</code></td>
|
|
3345
|
-
<td>property</td>
|
|
3346
|
-
<td>
|
|
3347
|
-
<code
|
|
3348
|
-
>((diagnostics: readonly DataSourceDiagnostic[]) => void) |
|
|
3349
|
-
undefined</code
|
|
3350
|
-
>
|
|
3351
|
-
</td>
|
|
3352
|
-
<td>no</td>
|
|
3353
|
-
<td></td>
|
|
3354
|
-
</tr>
|
|
3355
|
-
</tbody>
|
|
3356
|
-
</table>
|
|
3357
|
-
</article>
|
|
3358
|
-
</section>
|
|
3359
|
-
<section>
|
|
3360
|
-
<h3>src/runtimeManifest.ts</h3>
|
|
3361
|
-
<article
|
|
3362
|
-
class="item"
|
|
3363
|
-
id="symbol-createruntimemanifest"
|
|
3364
|
-
data-search="createRuntimeManifest function src/runtimeManifest.ts RuntimeManifest RuntimeManifestInput (input: RuntimeManifestInput) => RuntimeManifest"
|
|
3365
|
-
>
|
|
3366
|
-
<h4>createRuntimeManifest</h4>
|
|
3367
|
-
<p class="muted">function • <code>src/runtimeManifest.ts:81:1</code></p>
|
|
3368
|
-
|
|
3369
|
-
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
3370
|
-
<div>
|
|
3371
|
-
<strong>Related symbols:</strong>
|
|
3372
|
-
<ul class="chips">
|
|
3373
|
-
<li class="chip">RuntimeManifest</li>
|
|
3374
|
-
<li class="chip">RuntimeManifestInput</li>
|
|
3375
|
-
</ul>
|
|
3376
|
-
</div>
|
|
3377
|
-
<div>
|
|
3378
|
-
<h5>Signature</h5>
|
|
3379
|
-
<pre>(input: RuntimeManifestInput) => RuntimeManifest</pre>
|
|
3380
|
-
<table>
|
|
3381
|
-
<thead>
|
|
3382
|
-
<tr>
|
|
3383
|
-
<th>Parameter</th>
|
|
3384
|
-
<th>Type</th>
|
|
3385
|
-
<th>Required</th>
|
|
3386
|
-
<th>Description</th>
|
|
3387
|
-
</tr>
|
|
3388
|
-
</thead>
|
|
3389
|
-
<tbody>
|
|
3390
|
-
<tr>
|
|
3391
|
-
<td><code>input</code></td>
|
|
3392
|
-
<td><code>RuntimeManifestInput</code></td>
|
|
3393
|
-
<td>yes</td>
|
|
3394
|
-
<td></td>
|
|
3395
|
-
</tr>
|
|
3396
|
-
</tbody>
|
|
3397
|
-
</table>
|
|
3398
|
-
<p><strong>Returns:</strong> <code>RuntimeManifest</code></p>
|
|
3399
|
-
</div>
|
|
3400
|
-
</article>
|
|
3401
|
-
<article
|
|
3402
|
-
class="item"
|
|
3403
|
-
id="symbol-defineruntimeaction"
|
|
3404
|
-
data-search="defineRuntimeAction function src/runtimeManifest.ts RuntimeActionDescriptor (action: RuntimeActionDescriptor<Data>) => RuntimeActionDescriptor<Data>"
|
|
3405
|
-
>
|
|
3406
|
-
<h4>defineRuntimeAction</h4>
|
|
3407
|
-
<p class="muted">function • <code>src/runtimeManifest.ts:63:1</code></p>
|
|
3408
|
-
|
|
3409
|
-
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
3410
|
-
<div>
|
|
3411
|
-
<strong>Related symbols:</strong>
|
|
3412
|
-
<ul class="chips">
|
|
3413
|
-
<li class="chip">RuntimeActionDescriptor</li>
|
|
3414
|
-
</ul>
|
|
3415
|
-
</div>
|
|
3416
|
-
<div>
|
|
3417
|
-
<h5>Signature</h5>
|
|
3418
|
-
<pre>
|
|
3419
|
-
(action: RuntimeActionDescriptor<Data>) => RuntimeActionDescriptor<Data></pre>
|
|
3420
|
-
<table>
|
|
3421
|
-
<thead>
|
|
3422
|
-
<tr>
|
|
3423
|
-
<th>Parameter</th>
|
|
3424
|
-
<th>Type</th>
|
|
3425
|
-
<th>Required</th>
|
|
3426
|
-
<th>Description</th>
|
|
3427
|
-
</tr>
|
|
3428
|
-
</thead>
|
|
3429
|
-
<tbody>
|
|
3430
|
-
<tr>
|
|
3431
|
-
<td><code>action</code></td>
|
|
3432
|
-
<td><code>RuntimeActionDescriptor<Data></code></td>
|
|
3433
|
-
<td>yes</td>
|
|
3434
|
-
<td></td>
|
|
3435
|
-
</tr>
|
|
3436
|
-
</tbody>
|
|
3437
|
-
</table>
|
|
3438
|
-
<p><strong>Returns:</strong> <code>RuntimeActionDescriptor<Data></code></p>
|
|
3439
|
-
</div>
|
|
3440
|
-
</article>
|
|
3441
|
-
<article
|
|
3442
|
-
class="item"
|
|
3443
|
-
id="symbol-defineruntimeadapter"
|
|
3444
|
-
data-search="defineRuntimeAdapter function src/runtimeManifest.ts RuntimeAdapterDescriptor (adapter: RuntimeAdapterDescriptor<Options>) => RuntimeAdapterDescriptor<Options>"
|
|
3445
|
-
>
|
|
3446
|
-
<h4>defineRuntimeAdapter</h4>
|
|
3447
|
-
<p class="muted">function • <code>src/runtimeManifest.ts:69:1</code></p>
|
|
3448
|
-
|
|
3449
|
-
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
3450
|
-
<div>
|
|
3451
|
-
<strong>Related symbols:</strong>
|
|
3452
|
-
<ul class="chips">
|
|
3453
|
-
<li class="chip">RuntimeAdapterDescriptor</li>
|
|
3454
|
-
</ul>
|
|
3455
|
-
</div>
|
|
3456
|
-
<div>
|
|
3457
|
-
<h5>Signature</h5>
|
|
3458
|
-
<pre>
|
|
3459
|
-
(adapter: RuntimeAdapterDescriptor<Options>) => RuntimeAdapterDescriptor<Options></pre>
|
|
3460
|
-
<table>
|
|
3461
|
-
<thead>
|
|
3462
|
-
<tr>
|
|
3463
|
-
<th>Parameter</th>
|
|
3464
|
-
<th>Type</th>
|
|
3465
|
-
<th>Required</th>
|
|
3466
|
-
<th>Description</th>
|
|
3467
|
-
</tr>
|
|
3468
|
-
</thead>
|
|
3469
|
-
<tbody>
|
|
3470
|
-
<tr>
|
|
3471
|
-
<td><code>adapter</code></td>
|
|
3472
|
-
<td><code>RuntimeAdapterDescriptor<Options></code></td>
|
|
3473
|
-
<td>yes</td>
|
|
3474
|
-
<td></td>
|
|
3475
|
-
</tr>
|
|
3476
|
-
</tbody>
|
|
3477
|
-
</table>
|
|
3478
|
-
<p>
|
|
3479
|
-
<strong>Returns:</strong> <code>RuntimeAdapterDescriptor<Options></code>
|
|
3480
|
-
</p>
|
|
3481
|
-
</div>
|
|
3482
|
-
</article>
|
|
3483
|
-
<article
|
|
3484
|
-
class="item"
|
|
3485
|
-
id="symbol-defineruntimebinding"
|
|
3486
|
-
data-search="defineRuntimeBinding function src/runtimeManifest.ts RuntimeBindingDescriptor (binding: RuntimeBindingDescriptor<Value>) => RuntimeBindingDescriptor<Value>"
|
|
3487
|
-
>
|
|
3488
|
-
<h4>defineRuntimeBinding</h4>
|
|
3489
|
-
<p class="muted">function • <code>src/runtimeManifest.ts:75:1</code></p>
|
|
3490
|
-
|
|
3491
|
-
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
3492
|
-
<div>
|
|
3493
|
-
<strong>Related symbols:</strong>
|
|
3494
|
-
<ul class="chips">
|
|
3495
|
-
<li class="chip">RuntimeBindingDescriptor</li>
|
|
3496
|
-
</ul>
|
|
3497
|
-
</div>
|
|
3498
|
-
<div>
|
|
3499
|
-
<h5>Signature</h5>
|
|
3500
|
-
<pre>
|
|
3501
|
-
(binding: RuntimeBindingDescriptor<Value>) => RuntimeBindingDescriptor<Value></pre>
|
|
3502
|
-
<table>
|
|
3503
|
-
<thead>
|
|
3504
|
-
<tr>
|
|
3505
|
-
<th>Parameter</th>
|
|
3506
|
-
<th>Type</th>
|
|
3507
|
-
<th>Required</th>
|
|
3508
|
-
<th>Description</th>
|
|
3509
|
-
</tr>
|
|
3510
|
-
</thead>
|
|
3511
|
-
<tbody>
|
|
3512
|
-
<tr>
|
|
3513
|
-
<td><code>binding</code></td>
|
|
3514
|
-
<td><code>RuntimeBindingDescriptor<Value></code></td>
|
|
3057
|
+
<code
|
|
3058
|
+
>RuntimeComponentEventDispatchArgs & RuntimeEventDiagnosticsReporter
|
|
3059
|
+
& { readonly actionHandlers?: RuntimeActionHandlers; }</code
|
|
3060
|
+
>
|
|
3061
|
+
</td>
|
|
3515
3062
|
<td>yes</td>
|
|
3516
3063
|
<td></td>
|
|
3517
3064
|
</tr>
|
|
3518
3065
|
</tbody>
|
|
3519
3066
|
</table>
|
|
3520
|
-
<p>
|
|
3521
|
-
<strong>Returns:</strong> <code>RuntimeBindingDescriptor<Value></code>
|
|
3522
|
-
</p>
|
|
3523
|
-
</div>
|
|
3524
|
-
</article>
|
|
3525
|
-
<article
|
|
3526
|
-
class="item"
|
|
3527
|
-
id="symbol-listruntimecapabilities"
|
|
3528
|
-
data-search='listRuntimeCapabilities function src/runtimeManifest.ts () => readonly ("runtime.render" | "runtime.actions" | "runtime.bindings" | "runtime.adapters")[]'
|
|
3529
|
-
>
|
|
3530
|
-
<h4>listRuntimeCapabilities</h4>
|
|
3531
|
-
<p class="muted">function • <code>src/runtimeManifest.ts:93:1</code></p>
|
|
3532
|
-
|
|
3533
|
-
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
3534
|
-
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
3535
|
-
<div>
|
|
3536
|
-
<h5>Signature</h5>
|
|
3537
|
-
<pre>
|
|
3538
|
-
() => readonly ("runtime.render" | "runtime.actions" | "runtime.bindings" | "runtime.adapters")[]</pre>
|
|
3539
|
-
|
|
3540
3067
|
<p>
|
|
3541
3068
|
<strong>Returns:</strong>
|
|
3542
|
-
<code
|
|
3543
|
-
>readonly ("runtime.render" | "runtime.actions" |
|
|
3544
|
-
"runtime.bindings" | "runtime.adapters")[]</code
|
|
3545
|
-
>
|
|
3069
|
+
<code>Promise<readonly DataSourceDiagnostic[]></code>
|
|
3546
3070
|
</p>
|
|
3547
3071
|
</div>
|
|
3548
3072
|
</article>
|
|
3549
3073
|
<article
|
|
3550
3074
|
class="item"
|
|
3551
|
-
id="symbol-
|
|
3552
|
-
data-search="
|
|
3075
|
+
id="symbol-runtimeeventdiagnosticsreporter"
|
|
3076
|
+
data-search="RuntimeEventDiagnosticsReporter type src/runtimeEventExecution.ts "
|
|
3553
3077
|
>
|
|
3554
|
-
<h4>
|
|
3555
|
-
<p class="muted">
|
|
3078
|
+
<h4>RuntimeEventDiagnosticsReporter</h4>
|
|
3079
|
+
<p class="muted">type • <code>src/runtimeEventExecution.ts:9:1</code></p>
|
|
3556
3080
|
|
|
3557
3081
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
3558
3082
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
3559
|
-
</article>
|
|
3560
|
-
<article
|
|
3561
|
-
class="item"
|
|
3562
|
-
id="symbol-runtime-manifest-kind"
|
|
3563
|
-
data-search="RUNTIME_MANIFEST_KIND value src/runtimeManifest.ts "
|
|
3564
|
-
>
|
|
3565
|
-
<h4>RUNTIME_MANIFEST_KIND</h4>
|
|
3566
|
-
<p class="muted">value • <code>src/runtimeManifest.ts:8:14</code></p>
|
|
3567
3083
|
|
|
3568
|
-
<
|
|
3569
|
-
|
|
3084
|
+
<table>
|
|
3085
|
+
<thead>
|
|
3086
|
+
<tr>
|
|
3087
|
+
<th>Member</th>
|
|
3088
|
+
<th>Kind</th>
|
|
3089
|
+
<th>Type</th>
|
|
3090
|
+
<th>Required</th>
|
|
3091
|
+
<th>Description</th>
|
|
3092
|
+
</tr>
|
|
3093
|
+
</thead>
|
|
3094
|
+
<tbody>
|
|
3095
|
+
<tr>
|
|
3096
|
+
<td><code>consoleImpl</code></td>
|
|
3097
|
+
<td>property</td>
|
|
3098
|
+
<td>
|
|
3099
|
+
<code
|
|
3100
|
+
>Pick<Console, "error" | "warn"> |
|
|
3101
|
+
undefined</code
|
|
3102
|
+
>
|
|
3103
|
+
</td>
|
|
3104
|
+
<td>no</td>
|
|
3105
|
+
<td></td>
|
|
3106
|
+
</tr>
|
|
3107
|
+
<tr>
|
|
3108
|
+
<td><code>onDiagnostics</code></td>
|
|
3109
|
+
<td>property</td>
|
|
3110
|
+
<td>
|
|
3111
|
+
<code
|
|
3112
|
+
>((diagnostics: readonly DataSourceDiagnostic[]) => void) |
|
|
3113
|
+
undefined</code
|
|
3114
|
+
>
|
|
3115
|
+
</td>
|
|
3116
|
+
<td>no</td>
|
|
3117
|
+
<td></td>
|
|
3118
|
+
</tr>
|
|
3119
|
+
</tbody>
|
|
3120
|
+
</table>
|
|
3570
3121
|
</article>
|
|
3122
|
+
</section>
|
|
3123
|
+
<section>
|
|
3124
|
+
<h3>src/runtimeManifest.ts</h3>
|
|
3571
3125
|
<article
|
|
3572
3126
|
class="item"
|
|
3573
3127
|
id="symbol-runtimeactiondescriptor"
|
|
@@ -3999,6 +3553,63 @@
|
|
|
3999
3553
|
</table>
|
|
4000
3554
|
</article>
|
|
4001
3555
|
</section>
|
|
3556
|
+
<section>
|
|
3557
|
+
<h3>src/runtimeMedia.ts</h3>
|
|
3558
|
+
<article
|
|
3559
|
+
class="item"
|
|
3560
|
+
id="symbol-runtimemediaassetresolver"
|
|
3561
|
+
data-search="RuntimeMediaAssetResolver unknown src/runtimeMedia.ts "
|
|
3562
|
+
>
|
|
3563
|
+
<h4>RuntimeMediaAssetResolver</h4>
|
|
3564
|
+
<p class="muted">unknown • <code>src/runtimeMedia.ts:13:1</code></p>
|
|
3565
|
+
|
|
3566
|
+
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
3567
|
+
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
3568
|
+
</article>
|
|
3569
|
+
<article
|
|
3570
|
+
class="item"
|
|
3571
|
+
id="symbol-runtimemediaassetresolverargs"
|
|
3572
|
+
data-search="RuntimeMediaAssetResolverArgs type src/runtimeMedia.ts "
|
|
3573
|
+
>
|
|
3574
|
+
<h4>RuntimeMediaAssetResolverArgs</h4>
|
|
3575
|
+
<p class="muted">type • <code>src/runtimeMedia.ts:9:1</code></p>
|
|
3576
|
+
|
|
3577
|
+
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
3578
|
+
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
3579
|
+
|
|
3580
|
+
<table>
|
|
3581
|
+
<thead>
|
|
3582
|
+
<tr>
|
|
3583
|
+
<th>Member</th>
|
|
3584
|
+
<th>Kind</th>
|
|
3585
|
+
<th>Type</th>
|
|
3586
|
+
<th>Required</th>
|
|
3587
|
+
<th>Description</th>
|
|
3588
|
+
</tr>
|
|
3589
|
+
</thead>
|
|
3590
|
+
<tbody>
|
|
3591
|
+
<tr>
|
|
3592
|
+
<td><code>asset</code></td>
|
|
3593
|
+
<td>property</td>
|
|
3594
|
+
<td><code>MediaAsset</code></td>
|
|
3595
|
+
<td>yes</td>
|
|
3596
|
+
<td></td>
|
|
3597
|
+
</tr>
|
|
3598
|
+
</tbody>
|
|
3599
|
+
</table>
|
|
3600
|
+
</article>
|
|
3601
|
+
<article
|
|
3602
|
+
class="item"
|
|
3603
|
+
id="symbol-runtimeresolvedmediavalue"
|
|
3604
|
+
data-search="RuntimeResolvedMediaValue unknown src/runtimeMedia.ts "
|
|
3605
|
+
>
|
|
3606
|
+
<h4>RuntimeResolvedMediaValue</h4>
|
|
3607
|
+
<p class="muted">unknown • <code>src/runtimeMedia.ts:7:1</code></p>
|
|
3608
|
+
|
|
3609
|
+
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
3610
|
+
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
3611
|
+
</article>
|
|
3612
|
+
</section>
|
|
4002
3613
|
<section>
|
|
4003
3614
|
<h3>src/RuntimeRenderer.tsx</h3>
|
|
4004
3615
|
<article
|
|
@@ -4007,7 +3618,7 @@
|
|
|
4007
3618
|
data-search="RuntimeRenderer function src/RuntimeRenderer.tsx RuntimeRendererProps (props: RuntimeRendererProps) => React.JSX.Element"
|
|
4008
3619
|
>
|
|
4009
3620
|
<h4>RuntimeRenderer</h4>
|
|
4010
|
-
<p class="muted">function • <code>src/RuntimeRenderer.tsx:
|
|
3621
|
+
<p class="muted">function • <code>src/RuntimeRenderer.tsx:76:1</code></p>
|
|
4011
3622
|
|
|
4012
3623
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4013
3624
|
<div>
|
|
@@ -4043,10 +3654,10 @@
|
|
|
4043
3654
|
<article
|
|
4044
3655
|
class="item"
|
|
4045
3656
|
id="symbol-runtimerendererprops"
|
|
4046
|
-
data-search="RuntimeRendererProps type src/RuntimeRenderer.tsx RuntimeActionHandler RuntimeBindingOperationExecutor RuntimeRendererConfig RuntimeRendererWrapArgs"
|
|
3657
|
+
data-search="RuntimeRendererProps type src/RuntimeRenderer.tsx RuntimeActionHandler RuntimeBindingOperationExecutor RuntimeMediaAssetResolver RuntimeRendererConfig RuntimeRendererWrapArgs"
|
|
4047
3658
|
>
|
|
4048
3659
|
<h4>RuntimeRendererProps</h4>
|
|
4049
|
-
<p class="muted">type • <code>src/RuntimeRenderer.tsx:
|
|
3660
|
+
<p class="muted">type • <code>src/RuntimeRenderer.tsx:56:1</code></p>
|
|
4050
3661
|
|
|
4051
3662
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4052
3663
|
<div>
|
|
@@ -4054,6 +3665,7 @@
|
|
|
4054
3665
|
<ul class="chips">
|
|
4055
3666
|
<li class="chip">RuntimeActionHandler</li>
|
|
4056
3667
|
<li class="chip">RuntimeBindingOperationExecutor</li>
|
|
3668
|
+
<li class="chip">RuntimeMediaAssetResolver</li>
|
|
4057
3669
|
<li class="chip">RuntimeRendererConfig</li>
|
|
4058
3670
|
<li class="chip">RuntimeRendererWrapArgs</li>
|
|
4059
3671
|
</ul>
|
|
@@ -4083,7 +3695,7 @@
|
|
|
4083
3695
|
<td>
|
|
4084
3696
|
<code
|
|
4085
3697
|
>Readonly<Record<string,
|
|
4086
|
-
import("
|
|
3698
|
+
import("@ankhorage/contracts/dist/bindings").ComponentDataBinding>>
|
|
4087
3699
|
| undefined</code
|
|
4088
3700
|
>
|
|
4089
3701
|
</td>
|
|
@@ -4096,7 +3708,7 @@
|
|
|
4096
3708
|
<td>
|
|
4097
3709
|
<code
|
|
4098
3710
|
>Readonly<Record<string,
|
|
4099
|
-
import("
|
|
3711
|
+
import("@ankhorage/contracts/dist/index").DataSourceConfig>>
|
|
4100
3712
|
| undefined</code
|
|
4101
3713
|
>
|
|
4102
3714
|
</td>
|
|
@@ -4129,8 +3741,8 @@
|
|
|
4129
3741
|
<td>property</td>
|
|
4130
3742
|
<td>
|
|
4131
3743
|
<code
|
|
4132
|
-
>import("
|
|
4133
|
-
|
|
3744
|
+
>import("./src/RuntimeRendererConfig").RuntimeActionHandler |
|
|
3745
|
+
undefined</code
|
|
4134
3746
|
>
|
|
4135
3747
|
</td>
|
|
4136
3748
|
<td>no</td>
|
|
@@ -4150,6 +3762,19 @@
|
|
|
4150
3762
|
<td>no</td>
|
|
4151
3763
|
<td></td>
|
|
4152
3764
|
</tr>
|
|
3765
|
+
<tr>
|
|
3766
|
+
<td><code>mediaAssets</code></td>
|
|
3767
|
+
<td>property</td>
|
|
3768
|
+
<td>
|
|
3769
|
+
<code
|
|
3770
|
+
>Readonly<Record<string,
|
|
3771
|
+
import("@ankhorage/contracts/dist/media").MediaAsset>> |
|
|
3772
|
+
undefined</code
|
|
3773
|
+
>
|
|
3774
|
+
</td>
|
|
3775
|
+
<td>no</td>
|
|
3776
|
+
<td></td>
|
|
3777
|
+
</tr>
|
|
4153
3778
|
<tr>
|
|
4154
3779
|
<td><code>node</code></td>
|
|
4155
3780
|
<td>property</td>
|
|
@@ -4193,6 +3818,13 @@
|
|
|
4193
3818
|
<td>no</td>
|
|
4194
3819
|
<td></td>
|
|
4195
3820
|
</tr>
|
|
3821
|
+
<tr>
|
|
3822
|
+
<td><code>resolveMediaAsset</code></td>
|
|
3823
|
+
<td>property</td>
|
|
3824
|
+
<td><code>RuntimeMediaAssetResolver | undefined</code></td>
|
|
3825
|
+
<td>no</td>
|
|
3826
|
+
<td></td>
|
|
3827
|
+
</tr>
|
|
4196
3828
|
<tr>
|
|
4197
3829
|
<td><code>stateAdapter</code></td>
|
|
4198
3830
|
<td>property</td>
|
|
@@ -4223,7 +3855,7 @@
|
|
|
4223
3855
|
data-search="composeRuntimeNodePropsResolver function src/RuntimeRendererConfig.tsx RuntimeNodePropsResolver (localResolver?: RuntimeNodePropsResolver | undefined, inheritedResolver?: RuntimeNodePropsResolver | undefined) => RuntimeNodePropsResolver | undefined"
|
|
4224
3856
|
>
|
|
4225
3857
|
<h4>composeRuntimeNodePropsResolver</h4>
|
|
4226
|
-
<p class="muted">function • <code>src/RuntimeRendererConfig.tsx:
|
|
3858
|
+
<p class="muted">function • <code>src/RuntimeRendererConfig.tsx:92:1</code></p>
|
|
4227
3859
|
|
|
4228
3860
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4229
3861
|
<div>
|
|
@@ -4269,7 +3901,7 @@
|
|
|
4269
3901
|
data-search="composeRuntimeRendererWrapNode function src/RuntimeRendererConfig.tsx RuntimeRendererWrapArgs (innerWrapNode?: ((args: RuntimeRendererWrapArgs) => React.ReactNode) | undefined, outerWrapNode?: ((args: RuntimeRendererWrapArgs) => React.ReactNode) | undefined) => ((args: RuntimeRendererWrapArgs) => React.ReactNode) | undefined"
|
|
4270
3902
|
>
|
|
4271
3903
|
<h4>composeRuntimeRendererWrapNode</h4>
|
|
4272
|
-
<p class="muted">function • <code>src/RuntimeRendererConfig.tsx:
|
|
3904
|
+
<p class="muted">function • <code>src/RuntimeRendererConfig.tsx:77:1</code></p>
|
|
4273
3905
|
|
|
4274
3906
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4275
3907
|
<div>
|
|
@@ -4328,7 +3960,7 @@
|
|
|
4328
3960
|
data-search="mergeRuntimeRendererConfig function src/RuntimeRendererConfig.tsx RuntimeRendererConfig (localConfig: RuntimeRendererConfig | undefined, inheritedConfig: RuntimeRendererConfig | undefined) => RuntimeRendererConfig"
|
|
4329
3961
|
>
|
|
4330
3962
|
<h4>mergeRuntimeRendererConfig</h4>
|
|
4331
|
-
<p class="muted">function • <code>src/RuntimeRendererConfig.tsx:
|
|
3963
|
+
<p class="muted">function • <code>src/RuntimeRendererConfig.tsx:110:1</code></p>
|
|
4332
3964
|
|
|
4333
3965
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4334
3966
|
<div>
|
|
@@ -4374,7 +4006,7 @@
|
|
|
4374
4006
|
data-search="RuntimeAction unknown src/RuntimeRendererConfig.tsx "
|
|
4375
4007
|
>
|
|
4376
4008
|
<h4>RuntimeAction</h4>
|
|
4377
|
-
<p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:
|
|
4009
|
+
<p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:45:1</code></p>
|
|
4378
4010
|
|
|
4379
4011
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4380
4012
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -4385,7 +4017,7 @@
|
|
|
4385
4017
|
data-search="RuntimeActionExecutor unknown src/RuntimeRendererConfig.tsx "
|
|
4386
4018
|
>
|
|
4387
4019
|
<h4>RuntimeActionExecutor</h4>
|
|
4388
|
-
<p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:
|
|
4020
|
+
<p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:48:1</code></p>
|
|
4389
4021
|
|
|
4390
4022
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4391
4023
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -4396,7 +4028,7 @@
|
|
|
4396
4028
|
data-search="RuntimeActionHandler unknown src/RuntimeRendererConfig.tsx "
|
|
4397
4029
|
>
|
|
4398
4030
|
<h4>RuntimeActionHandler</h4>
|
|
4399
|
-
<p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:
|
|
4031
|
+
<p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:46:1</code></p>
|
|
4400
4032
|
|
|
4401
4033
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4402
4034
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -4407,7 +4039,7 @@
|
|
|
4407
4039
|
data-search="RuntimeActionHandlerArgs type src/RuntimeRendererConfig.tsx RuntimeAction"
|
|
4408
4040
|
>
|
|
4409
4041
|
<h4>RuntimeActionHandlerArgs</h4>
|
|
4410
|
-
<p class="muted">type • <code>src/RuntimeRendererConfig.tsx:
|
|
4042
|
+
<p class="muted">type • <code>src/RuntimeRendererConfig.tsx:38:1</code></p>
|
|
4411
4043
|
|
|
4412
4044
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4413
4045
|
<div>
|
|
@@ -4465,7 +4097,7 @@
|
|
|
4465
4097
|
data-search="RuntimeActionHandlers unknown src/RuntimeRendererConfig.tsx "
|
|
4466
4098
|
>
|
|
4467
4099
|
<h4>RuntimeActionHandlers</h4>
|
|
4468
|
-
<p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:
|
|
4100
|
+
<p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:47:1</code></p>
|
|
4469
4101
|
|
|
4470
4102
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4471
4103
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -4473,10 +4105,10 @@
|
|
|
4473
4105
|
<article
|
|
4474
4106
|
class="item"
|
|
4475
4107
|
id="symbol-runtimerendererconfig"
|
|
4476
|
-
data-search="RuntimeRendererConfig type src/RuntimeRendererConfig.tsx RuntimeActionHandler RuntimeActionHandlers RuntimeBindingOperationExecutor RuntimeBindingOperationResultWriter RuntimeNodePropsResolver RuntimeRendererWrapArgs"
|
|
4108
|
+
data-search="RuntimeRendererConfig type src/RuntimeRendererConfig.tsx RuntimeActionHandler RuntimeActionHandlers RuntimeBindingOperationExecutor RuntimeBindingOperationResultWriter RuntimeMediaAssetResolver RuntimeNodePropsResolver RuntimeRendererWrapArgs"
|
|
4477
4109
|
>
|
|
4478
4110
|
<h4>RuntimeRendererConfig</h4>
|
|
4479
|
-
<p class="muted">type • <code>src/RuntimeRendererConfig.tsx:
|
|
4111
|
+
<p class="muted">type • <code>src/RuntimeRendererConfig.tsx:50:1</code></p>
|
|
4480
4112
|
|
|
4481
4113
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4482
4114
|
<div>
|
|
@@ -4486,6 +4118,7 @@
|
|
|
4486
4118
|
<li class="chip">RuntimeActionHandlers</li>
|
|
4487
4119
|
<li class="chip">RuntimeBindingOperationExecutor</li>
|
|
4488
4120
|
<li class="chip">RuntimeBindingOperationResultWriter</li>
|
|
4121
|
+
<li class="chip">RuntimeMediaAssetResolver</li>
|
|
4489
4122
|
<li class="chip">RuntimeNodePropsResolver</li>
|
|
4490
4123
|
<li class="chip">RuntimeRendererWrapArgs</li>
|
|
4491
4124
|
</ul>
|
|
@@ -4522,7 +4155,7 @@
|
|
|
4522
4155
|
<td>
|
|
4523
4156
|
<code
|
|
4524
4157
|
>Readonly<Record<string,
|
|
4525
|
-
import("
|
|
4158
|
+
import("@ankhorage/contracts/dist/bindings").ComponentDataBinding>>
|
|
4526
4159
|
| undefined</code
|
|
4527
4160
|
>
|
|
4528
4161
|
</td>
|
|
@@ -4535,7 +4168,7 @@
|
|
|
4535
4168
|
<td>
|
|
4536
4169
|
<code
|
|
4537
4170
|
>Readonly<Record<string,
|
|
4538
|
-
import("
|
|
4171
|
+
import("@ankhorage/contracts/dist/index").DataSourceConfig>>
|
|
4539
4172
|
| undefined</code
|
|
4540
4173
|
>
|
|
4541
4174
|
</td>
|
|
@@ -4577,6 +4210,19 @@
|
|
|
4577
4210
|
<td>no</td>
|
|
4578
4211
|
<td></td>
|
|
4579
4212
|
</tr>
|
|
4213
|
+
<tr>
|
|
4214
|
+
<td><code>mediaAssets</code></td>
|
|
4215
|
+
<td>property</td>
|
|
4216
|
+
<td>
|
|
4217
|
+
<code
|
|
4218
|
+
>Readonly<Record<string,
|
|
4219
|
+
import("@ankhorage/contracts/dist/media").MediaAsset>> |
|
|
4220
|
+
undefined</code
|
|
4221
|
+
>
|
|
4222
|
+
</td>
|
|
4223
|
+
<td>no</td>
|
|
4224
|
+
<td></td>
|
|
4225
|
+
</tr>
|
|
4580
4226
|
<tr>
|
|
4581
4227
|
<td><code>onDiagnostics</code></td>
|
|
4582
4228
|
<td>property</td>
|
|
@@ -4595,8 +4241,8 @@
|
|
|
4595
4241
|
<td>
|
|
4596
4242
|
<code
|
|
4597
4243
|
>Readonly<Record<string,
|
|
4598
|
-
import("
|
|
4599
|
-
|
|
4244
|
+
import("@ankhorage/contracts/dist/bindings").BindingValue |
|
|
4245
|
+
undefined>> | undefined</code
|
|
4600
4246
|
>
|
|
4601
4247
|
</td>
|
|
4602
4248
|
<td>no</td>
|
|
@@ -4614,6 +4260,13 @@
|
|
|
4614
4260
|
<td>no</td>
|
|
4615
4261
|
<td></td>
|
|
4616
4262
|
</tr>
|
|
4263
|
+
<tr>
|
|
4264
|
+
<td><code>resolveMediaAsset</code></td>
|
|
4265
|
+
<td>property</td>
|
|
4266
|
+
<td><code>RuntimeMediaAssetResolver | undefined</code></td>
|
|
4267
|
+
<td>no</td>
|
|
4268
|
+
<td></td>
|
|
4269
|
+
</tr>
|
|
4617
4270
|
<tr>
|
|
4618
4271
|
<td><code>resolveNodeProps</code></td>
|
|
4619
4272
|
<td>property</td>
|
|
@@ -4655,7 +4308,7 @@
|
|
|
4655
4308
|
data-search="RuntimeRendererConfigProvider function src/RuntimeRendererConfig.tsx RuntimeRendererConfig (props: { value: RuntimeRendererConfig; children: React.ReactNode; }) => React.JSX.Element"
|
|
4656
4309
|
>
|
|
4657
4310
|
<h4>RuntimeRendererConfigProvider</h4>
|
|
4658
|
-
<p class="muted">function • <code>src/RuntimeRendererConfig.tsx:
|
|
4311
|
+
<p class="muted">function • <code>src/RuntimeRendererConfig.tsx:158:1</code></p>
|
|
4659
4312
|
|
|
4660
4313
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4661
4314
|
<div>
|
|
@@ -4697,7 +4350,7 @@
|
|
|
4697
4350
|
data-search="RuntimeRendererWrapArgs type src/RuntimeRendererConfig.tsx "
|
|
4698
4351
|
>
|
|
4699
4352
|
<h4>RuntimeRendererWrapArgs</h4>
|
|
4700
|
-
<p class="muted">type • <code>src/RuntimeRendererConfig.tsx:
|
|
4353
|
+
<p class="muted">type • <code>src/RuntimeRendererConfig.tsx:32:1</code></p>
|
|
4701
4354
|
|
|
4702
4355
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4703
4356
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -4743,7 +4396,7 @@
|
|
|
4743
4396
|
data-search="useRuntimeRendererConfig function src/RuntimeRendererConfig.tsx RuntimeRendererConfig () => RuntimeRendererConfig"
|
|
4744
4397
|
>
|
|
4745
4398
|
<h4>useRuntimeRendererConfig</h4>
|
|
4746
|
-
<p class="muted">function • <code>src/RuntimeRendererConfig.tsx:
|
|
4399
|
+
<p class="muted">function • <code>src/RuntimeRendererConfig.tsx:173:1</code></p>
|
|
4747
4400
|
|
|
4748
4401
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4749
4402
|
<div>
|
|
@@ -4812,7 +4465,7 @@
|
|
|
4812
4465
|
data-search="RuntimeScreen function src/RuntimeScreen.tsx RuntimeScreenProps (props: RuntimeScreenProps) => React.JSX.Element"
|
|
4813
4466
|
>
|
|
4814
4467
|
<h4>RuntimeScreen</h4>
|
|
4815
|
-
<p class="muted">function • <code>src/RuntimeScreen.tsx:
|
|
4468
|
+
<p class="muted">function • <code>src/RuntimeScreen.tsx:17:1</code></p>
|
|
4816
4469
|
|
|
4817
4470
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4818
4471
|
<div>
|
|
@@ -4851,7 +4504,7 @@
|
|
|
4851
4504
|
data-search="RuntimeScreenProps type src/RuntimeScreen.tsx "
|
|
4852
4505
|
>
|
|
4853
4506
|
<h4>RuntimeScreenProps</h4>
|
|
4854
|
-
<p class="muted">type • <code>src/RuntimeScreen.tsx:
|
|
4507
|
+
<p class="muted">type • <code>src/RuntimeScreen.tsx:10:1</code></p>
|
|
4855
4508
|
|
|
4856
4509
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4857
4510
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -4912,7 +4565,7 @@
|
|
|
4912
4565
|
data-search="createPendingRuntimeScreenOperationLoaderState function src/runtimeScreenLoaders.ts RuntimeScreenOperationLoaderState (args: { readonly dependencyKey: string; readonly previousState?: RuntimeScreenOperationLoaderState; }) => RuntimeScreenOperationLoaderState"
|
|
4913
4566
|
>
|
|
4914
4567
|
<h4>createPendingRuntimeScreenOperationLoaderState</h4>
|
|
4915
|
-
<p class="muted">function • <code>src/runtimeScreenLoaders.ts:
|
|
4568
|
+
<p class="muted">function • <code>src/runtimeScreenLoaders.ts:82:1</code></p>
|
|
4916
4569
|
|
|
4917
4570
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4918
4571
|
<div>
|
|
@@ -4957,7 +4610,7 @@
|
|
|
4957
4610
|
data-search="createRuntimeScreenLoaderRequestKey function src/runtimeScreenLoaders.ts RuntimeBindingOperationResultCache (args: { readonly screenId: string; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; readonly bindingContext?: Record<string, unknown>; readonly operationResults?: RuntimeBindingOperationResultCache; }) => string"
|
|
4958
4611
|
>
|
|
4959
4612
|
<h4>createRuntimeScreenLoaderRequestKey</h4>
|
|
4960
|
-
<p class="muted">function • <code>src/runtimeScreenLoaders.ts:
|
|
4613
|
+
<p class="muted">function • <code>src/runtimeScreenLoaders.ts:49:1</code></p>
|
|
4961
4614
|
|
|
4962
4615
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4963
4616
|
<div>
|
|
@@ -5004,7 +4657,7 @@
|
|
|
5004
4657
|
data-search='executeRuntimeScreenOperationLoaders function src/runtimeScreenLoaders.ts RuntimeBindingOperationExecutor RuntimeBindingOperationResultCache RuntimeBindingResolutionContext RuntimeScreenOperationLoaderExecutionResult (args: { readonly bindingContext?: Record<string, unknown>; readonly dataSources?: RuntimeBindingResolutionContext["dataSources"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly screen: ScreenSpec; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; }) => Promise<RuntimeScreenOperationLoaderExecutionResult>'
|
|
5005
4658
|
>
|
|
5006
4659
|
<h4>executeRuntimeScreenOperationLoaders</h4>
|
|
5007
|
-
<p class="muted">function • <code>src/runtimeScreenLoaders.ts:
|
|
4660
|
+
<p class="muted">function • <code>src/runtimeScreenLoaders.ts:178:1</code></p>
|
|
5008
4661
|
|
|
5009
4662
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
5010
4663
|
<div>
|
|
@@ -5053,49 +4706,13 @@
|
|
|
5053
4706
|
</p>
|
|
5054
4707
|
</div>
|
|
5055
4708
|
</article>
|
|
5056
|
-
<article
|
|
5057
|
-
class="item"
|
|
5058
|
-
id="symbol-resolvescreenapiloaders"
|
|
5059
|
-
data-search="resolveScreenApiLoaders function src/runtimeScreenLoaders.ts (screen: ScreenSpec) => readonly ApiScreenDataLoaderDefinition[]"
|
|
5060
|
-
>
|
|
5061
|
-
<h4>resolveScreenApiLoaders</h4>
|
|
5062
|
-
<p class="muted">function • <code>src/runtimeScreenLoaders.ts:44:1</code></p>
|
|
5063
|
-
|
|
5064
|
-
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
5065
|
-
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
5066
|
-
<div>
|
|
5067
|
-
<h5>Signature</h5>
|
|
5068
|
-
<pre>(screen: ScreenSpec) => readonly ApiScreenDataLoaderDefinition[]</pre>
|
|
5069
|
-
<table>
|
|
5070
|
-
<thead>
|
|
5071
|
-
<tr>
|
|
5072
|
-
<th>Parameter</th>
|
|
5073
|
-
<th>Type</th>
|
|
5074
|
-
<th>Required</th>
|
|
5075
|
-
<th>Description</th>
|
|
5076
|
-
</tr>
|
|
5077
|
-
</thead>
|
|
5078
|
-
<tbody>
|
|
5079
|
-
<tr>
|
|
5080
|
-
<td><code>screen</code></td>
|
|
5081
|
-
<td><code>ScreenSpec</code></td>
|
|
5082
|
-
<td>yes</td>
|
|
5083
|
-
<td></td>
|
|
5084
|
-
</tr>
|
|
5085
|
-
</tbody>
|
|
5086
|
-
</table>
|
|
5087
|
-
<p>
|
|
5088
|
-
<strong>Returns:</strong> <code>readonly ApiScreenDataLoaderDefinition[]</code>
|
|
5089
|
-
</p>
|
|
5090
|
-
</div>
|
|
5091
|
-
</article>
|
|
5092
4709
|
<article
|
|
5093
4710
|
class="item"
|
|
5094
4711
|
id="symbol-resolvescreenoperationloaders"
|
|
5095
4712
|
data-search="resolveScreenOperationLoaders function src/runtimeScreenLoaders.ts (screen: ScreenSpec) => readonly OperationScreenDataLoaderDefinition[]"
|
|
5096
4713
|
>
|
|
5097
4714
|
<h4>resolveScreenOperationLoaders</h4>
|
|
5098
|
-
<p class="muted">function • <code>src/runtimeScreenLoaders.ts:
|
|
4715
|
+
<p class="muted">function • <code>src/runtimeScreenLoaders.ts:43:1</code></p>
|
|
5099
4716
|
|
|
5100
4717
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
5101
4718
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -5133,7 +4750,7 @@
|
|
|
5133
4750
|
data-search="RuntimeScreenOperationLoaderExecutionResult type src/runtimeScreenLoaders.ts "
|
|
5134
4751
|
>
|
|
5135
4752
|
<h4>RuntimeScreenOperationLoaderExecutionResult</h4>
|
|
5136
|
-
<p class="muted">type • <code>src/runtimeScreenLoaders.ts:
|
|
4753
|
+
<p class="muted">type • <code>src/runtimeScreenLoaders.ts:25:1</code></p>
|
|
5137
4754
|
|
|
5138
4755
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
5139
4756
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -5181,7 +4798,7 @@
|
|
|
5181
4798
|
data-search="RuntimeScreenOperationLoaderState type src/runtimeScreenLoaders.ts "
|
|
5182
4799
|
>
|
|
5183
4800
|
<h4>RuntimeScreenOperationLoaderState</h4>
|
|
5184
|
-
<p class="muted">type • <code>src/runtimeScreenLoaders.ts:
|
|
4801
|
+
<p class="muted">type • <code>src/runtimeScreenLoaders.ts:18:1</code></p>
|
|
5185
4802
|
|
|
5186
4803
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
5187
4804
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -5236,7 +4853,7 @@
|
|
|
5236
4853
|
data-search='useRuntimeScreenOperationLoaders function src/runtimeScreenLoaders.ts RuntimeBindingOperationExecutor RuntimeBindingOperationResultCache RuntimeBindingResolutionContext RuntimeScreenOperationLoaderState (args: { readonly bindingContext?: Record<string, unknown>; readonly dataSources?: RuntimeBindingResolutionContext["dataSources"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly onDiagnostics?: (diagnostics: readonly DataSourceDiagnostic[]) => void; readonly screen: ScreenSpec; }) => RuntimeScreenOperationLoaderState'
|
|
5237
4854
|
>
|
|
5238
4855
|
<h4>useRuntimeScreenOperationLoaders</h4>
|
|
5239
|
-
<p class="muted">function • <code>src/runtimeScreenLoaders.ts:
|
|
4856
|
+
<p class="muted">function • <code>src/runtimeScreenLoaders.ts:273:1</code></p>
|
|
5240
4857
|
|
|
5241
4858
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
5242
4859
|
<div>
|
|
@@ -5445,10 +5062,10 @@
|
|
|
5445
5062
|
<article
|
|
5446
5063
|
class="item"
|
|
5447
5064
|
id="component-runtimerenderer"
|
|
5448
|
-
data-search="RuntimeRenderer src/RuntimeRenderer.tsx bindingContext Record<string, unknown> | undefined dataBindings ComponentDataBindingRegistry | undefined dataSources DataSourceRegistry | undefined dbAdapter DbAdapter | undefined dbRealtimeAdapter DbRealtimeAdapter | undefined disableActions boolean | undefined executeAction RuntimeActionExecutor | undefined executeOperation RuntimeBindingOperationExecutor | undefined isRoot boolean | undefined node UiNode onDiagnostics (diagnostics: readonly DataSourceDiagnostic[]) => void | undefined operationResults RuntimeBindingOperationResultCache | undefined registry ComponentRegistry | undefined stateAdapter StateAdapter | undefined wrapNode (args: RuntimeRendererWrapArgs) => React.ReactNode | undefined"
|
|
5065
|
+
data-search="RuntimeRenderer src/RuntimeRenderer.tsx bindingContext Record<string, unknown> | undefined dataBindings ComponentDataBindingRegistry | undefined dataSources DataSourceRegistry | undefined dbAdapter DbAdapter | undefined dbRealtimeAdapter DbRealtimeAdapter | undefined disableActions boolean | undefined executeAction RuntimeActionExecutor | undefined executeOperation RuntimeBindingOperationExecutor | undefined isRoot boolean | undefined mediaAssets MediaAssetRegistry | undefined node UiNode onDiagnostics (diagnostics: readonly DataSourceDiagnostic[]) => void | undefined operationResults RuntimeBindingOperationResultCache | undefined registry ComponentRegistry | undefined resolveMediaAsset RuntimeMediaAssetResolver | undefined stateAdapter StateAdapter | undefined wrapNode (args: RuntimeRendererWrapArgs) => React.ReactNode | undefined"
|
|
5449
5066
|
>
|
|
5450
5067
|
<h3>RuntimeRenderer</h3>
|
|
5451
|
-
<p class="muted"><code>src/RuntimeRenderer.tsx:
|
|
5068
|
+
<p class="muted"><code>src/RuntimeRenderer.tsx:76:1</code></p>
|
|
5452
5069
|
|
|
5453
5070
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
5454
5071
|
<table>
|
|
@@ -5515,6 +5132,12 @@
|
|
|
5515
5132
|
<td>no</td>
|
|
5516
5133
|
<td></td>
|
|
5517
5134
|
</tr>
|
|
5135
|
+
<tr>
|
|
5136
|
+
<td><code>mediaAssets</code></td>
|
|
5137
|
+
<td><code>MediaAssetRegistry | undefined</code></td>
|
|
5138
|
+
<td>no</td>
|
|
5139
|
+
<td></td>
|
|
5140
|
+
</tr>
|
|
5518
5141
|
<tr>
|
|
5519
5142
|
<td><code>node</code></td>
|
|
5520
5143
|
<td><code>UiNode</code></td>
|
|
@@ -5543,6 +5166,12 @@
|
|
|
5543
5166
|
<td>no</td>
|
|
5544
5167
|
<td></td>
|
|
5545
5168
|
</tr>
|
|
5169
|
+
<tr>
|
|
5170
|
+
<td><code>resolveMediaAsset</code></td>
|
|
5171
|
+
<td><code>RuntimeMediaAssetResolver | undefined</code></td>
|
|
5172
|
+
<td>no</td>
|
|
5173
|
+
<td></td>
|
|
5174
|
+
</tr>
|
|
5546
5175
|
<tr>
|
|
5547
5176
|
<td><code>stateAdapter</code></td>
|
|
5548
5177
|
<td><code>StateAdapter | undefined</code></td>
|
|
@@ -5566,7 +5195,7 @@
|
|
|
5566
5195
|
data-search="RuntimeRendererConfigProvider src/RuntimeRendererConfig.tsx children React.ReactNode | undefined value RuntimeRendererConfig"
|
|
5567
5196
|
>
|
|
5568
5197
|
<h3>RuntimeRendererConfigProvider</h3>
|
|
5569
|
-
<p class="muted"><code>src/RuntimeRendererConfig.tsx:
|
|
5198
|
+
<p class="muted"><code>src/RuntimeRendererConfig.tsx:158:1</code></p>
|
|
5570
5199
|
|
|
5571
5200
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
5572
5201
|
<table>
|
|
@@ -5600,7 +5229,7 @@
|
|
|
5600
5229
|
data-search="RuntimeScreen src/RuntimeScreen.tsx manifest AppManifest registry ComponentRegistry | undefined screen ScreenSpec stateAdapter StateAdapter | undefined"
|
|
5601
5230
|
>
|
|
5602
5231
|
<h3>RuntimeScreen</h3>
|
|
5603
|
-
<p class="muted"><code>src/RuntimeScreen.tsx:
|
|
5232
|
+
<p class="muted"><code>src/RuntimeScreen.tsx:17:1</code></p>
|
|
5604
5233
|
|
|
5605
5234
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
5606
5235
|
<table>
|
|
@@ -5679,20 +5308,15 @@
|
|
|
5679
5308
|
package__ankhorage_runtime -.-> module_src_runtimeActionRegistry_ts
|
|
5680
5309
|
module_src_runtimeActionRegistry_ts --> module_src_runtimeBindings_ts
|
|
5681
5310
|
module_src_runtimeActionRegistry_ts --> module_src_RuntimeRendererConfig_tsx
|
|
5682
|
-
module_src_runtimeApiLoaders_test_ts["src/runtimeApiLoaders.test.ts"]
|
|
5683
|
-
package__ankhorage_runtime -.-> module_src_runtimeApiLoaders_test_ts
|
|
5684
|
-
module_src_runtimeApiLoaders_test_ts --> module_src_runtimeApiLoaders_ts
|
|
5685
|
-
module_src_runtimeApiLoaders_test_ts --> module_src_runtimeBindings_ts
|
|
5686
|
-
module_src_runtimeApiLoaders_test_ts --> module_src_runtimeStateAdapter_ts
|
|
5687
|
-
module_src_runtimeApiLoaders_ts["src/runtimeApiLoaders.ts"]
|
|
5688
|
-
package__ankhorage_runtime -.-> module_src_runtimeApiLoaders_ts
|
|
5689
|
-
module_src_runtimeApiLoaders_ts --> module_src_runtimeStateAdapter_ts
|
|
5690
5311
|
module_src_runtimeBindings_test_ts["src/runtimeBindings.test.ts"]
|
|
5691
5312
|
package__ankhorage_runtime -.-> module_src_runtimeBindings_test_ts
|
|
5692
5313
|
module_src_runtimeBindings_test_ts --> module_src_runtimeBindings_ts
|
|
5693
5314
|
module_src_runtimeBindings_test_ts --> module_src_runtimeNodeProps_ts
|
|
5694
5315
|
module_src_runtimeBindings_ts["src/runtimeBindings.ts"]
|
|
5695
5316
|
package__ankhorage_runtime -.-> module_src_runtimeBindings_ts
|
|
5317
|
+
module_src_runtimeDatabaseOperationExecutor_ts["src/runtimeDatabaseOperationExecutor.ts"]
|
|
5318
|
+
package__ankhorage_runtime -.-> module_src_runtimeDatabaseOperationExecutor_ts
|
|
5319
|
+
module_src_runtimeDatabaseOperationExecutor_ts --> module_src_runtimeBindings_ts
|
|
5696
5320
|
module_src_runtimeDataSourceOperations_test_ts["src/runtimeDataSourceOperations.test.ts"]
|
|
5697
5321
|
package__ankhorage_runtime -.-> module_src_runtimeDataSourceOperations_test_ts
|
|
5698
5322
|
module_src_runtimeDataSourceOperations_test_ts -->
|
|
@@ -5700,6 +5324,8 @@
|
|
|
5700
5324
|
module_src_runtimeDataSourceOperations_ts["src/runtimeDataSourceOperations.ts"]
|
|
5701
5325
|
package__ankhorage_runtime -.-> module_src_runtimeDataSourceOperations_ts
|
|
5702
5326
|
module_src_runtimeDataSourceOperations_ts --> module_src_runtimeBindings_ts
|
|
5327
|
+
module_src_runtimeDataSourceOperations_ts -->
|
|
5328
|
+
module_src_runtimeDatabaseOperationExecutor_ts
|
|
5703
5329
|
module_src_runtimeDbPersist_test_ts["src/runtimeDbPersist.test.ts"]
|
|
5704
5330
|
package__ankhorage_runtime -.-> module_src_runtimeDbPersist_test_ts
|
|
5705
5331
|
module_src_runtimeDbPersist_test_ts --> module_src_runtimeActionRegistry_ts
|
|
@@ -5716,6 +5342,17 @@
|
|
|
5716
5342
|
module_src_runtimeEventExecution_ts --> module_src_RuntimeRendererConfig_tsx
|
|
5717
5343
|
module_src_runtimeManifest_ts["src/runtimeManifest.ts"]
|
|
5718
5344
|
package__ankhorage_runtime -.-> module_src_runtimeManifest_ts
|
|
5345
|
+
module_src_runtimeMedia_test_ts["src/runtimeMedia.test.ts"]
|
|
5346
|
+
package__ankhorage_runtime -.-> module_src_runtimeMedia_test_ts
|
|
5347
|
+
module_src_runtimeMedia_test_ts --> module_src_runtimeMedia_ts
|
|
5348
|
+
module_src_runtimeMedia_ts["src/runtimeMedia.ts"]
|
|
5349
|
+
package__ankhorage_runtime -.-> module_src_runtimeMedia_ts
|
|
5350
|
+
module_src_runtimeMediaCache_tsx["src/runtimeMediaCache.tsx"]
|
|
5351
|
+
package__ankhorage_runtime -.-> module_src_runtimeMediaCache_tsx
|
|
5352
|
+
module_src_runtimeMediaCache_tsx --> module_src_runtimeMedia_ts
|
|
5353
|
+
module_src_runtimeMediaConfig_test_ts["src/runtimeMediaConfig.test.ts"]
|
|
5354
|
+
package__ankhorage_runtime -.-> module_src_runtimeMediaConfig_test_ts
|
|
5355
|
+
module_src_runtimeMediaConfig_test_ts --> module_src_RuntimeRendererConfig_tsx
|
|
5719
5356
|
module_src_runtimeNodeProps_test_ts["src/runtimeNodeProps.test.ts"]
|
|
5720
5357
|
package__ankhorage_runtime -.-> module_src_runtimeNodeProps_test_ts
|
|
5721
5358
|
module_src_runtimeNodeProps_test_ts --> module_src_runtimeNodeProps_ts
|
|
@@ -5736,11 +5373,14 @@
|
|
|
5736
5373
|
module_src_RuntimeRenderer_tsx --> module_src_runtimeBindings_ts
|
|
5737
5374
|
module_src_RuntimeRenderer_tsx --> module_src_runtimeDbPersist_ts
|
|
5738
5375
|
module_src_RuntimeRenderer_tsx --> module_src_runtimeEventExecution_ts
|
|
5376
|
+
module_src_RuntimeRenderer_tsx --> module_src_runtimeMedia_ts
|
|
5377
|
+
module_src_RuntimeRenderer_tsx --> module_src_runtimeMediaCache_tsx
|
|
5739
5378
|
module_src_RuntimeRenderer_tsx --> module_src_runtimeNodeProps_ts
|
|
5740
5379
|
module_src_RuntimeRenderer_tsx --> module_src_RuntimeRendererConfig_tsx
|
|
5741
5380
|
module_src_RuntimeRenderer_tsx --> module_src_runtimeRepeat_ts
|
|
5742
5381
|
module_src_RuntimeRenderer_tsx --> module_src_runtimeRepeatDiagnostics_ts
|
|
5743
5382
|
module_src_RuntimeRenderer_tsx --> module_src_runtimeRepeatEmptyState_ts
|
|
5383
|
+
module_src_RuntimeRenderer_tsx --> module_src_useRuntimeMediaProps_ts
|
|
5744
5384
|
module_src_RuntimeRendererConfig_test_tsx["src/RuntimeRendererConfig.test.tsx"]
|
|
5745
5385
|
package__ankhorage_runtime -.-> module_src_RuntimeRendererConfig_test_tsx
|
|
5746
5386
|
module_src_RuntimeRendererConfig_test_tsx -->
|
|
@@ -5749,6 +5389,7 @@
|
|
|
5749
5389
|
package__ankhorage_runtime -.-> module_src_RuntimeRendererConfig_tsx
|
|
5750
5390
|
module_src_RuntimeRendererConfig_tsx --> module_src_registry_tsx
|
|
5751
5391
|
module_src_RuntimeRendererConfig_tsx --> module_src_runtimeBindings_ts
|
|
5392
|
+
module_src_RuntimeRendererConfig_tsx --> module_src_runtimeMedia_ts
|
|
5752
5393
|
module_src_runtimeRepeat_test_ts["src/runtimeRepeat.test.ts"]
|
|
5753
5394
|
package__ankhorage_runtime -.-> module_src_runtimeRepeat_test_ts
|
|
5754
5395
|
module_src_runtimeRepeat_test_ts --> module_src_runtimeActionRegistry_ts
|
|
@@ -5764,10 +5405,10 @@
|
|
|
5764
5405
|
module_src_RuntimeScreen_tsx["src/RuntimeScreen.tsx"]
|
|
5765
5406
|
package__ankhorage_runtime -.-> module_src_RuntimeScreen_tsx
|
|
5766
5407
|
module_src_RuntimeScreen_tsx --> module_src_registry_tsx
|
|
5767
|
-
module_src_RuntimeScreen_tsx --> module_src_runtimeApiLoaders_ts
|
|
5768
5408
|
module_src_RuntimeScreen_tsx --> module_src_RuntimeRenderer_tsx
|
|
5769
5409
|
module_src_RuntimeScreen_tsx --> module_src_RuntimeRendererConfig_tsx
|
|
5770
5410
|
module_src_RuntimeScreen_tsx --> module_src_runtimeScreenLoaders_ts
|
|
5411
|
+
module_src_RuntimeScreen_tsx --> module_src_runtimeStateAdapter_ts
|
|
5771
5412
|
module_src_runtimeScreenLoaders_arrayPath_test_ts["src/runtimeScreenLoaders.arrayPath.test.ts"]
|
|
5772
5413
|
package__ankhorage_runtime -.-> module_src_runtimeScreenLoaders_arrayPath_test_ts
|
|
5773
5414
|
module_src_runtimeScreenLoaders_arrayPath_test_ts -->
|
|
@@ -5788,6 +5429,9 @@
|
|
|
5788
5429
|
module_src_runtimeStateAdapterConfig_test_ts --> module_src_runtimeNodeProps_ts
|
|
5789
5430
|
module_src_runtimeStateAdapterConfig_test_ts -->
|
|
5790
5431
|
module_src_RuntimeRendererConfig_tsx
|
|
5432
|
+
module_src_useRuntimeMediaProps_ts["src/useRuntimeMediaProps.ts"]
|
|
5433
|
+
package__ankhorage_runtime -.-> module_src_useRuntimeMediaProps_ts
|
|
5434
|
+
module_src_useRuntimeMediaProps_ts --> module_src_runtimeMedia_ts
|
|
5791
5435
|
module_tests_runtime_test_ts["tests/runtime.test.ts"]
|
|
5792
5436
|
package__ankhorage_runtime -.-> module_tests_runtime_test_ts
|
|
5793
5437
|
module_tests_runtime_test_ts --> module_src_runtimeManifest_ts
|
|
@@ -5826,26 +5470,22 @@ graph TD
|
|
|
5826
5470
|
package__ankhorage_runtime -.-> module_src_runtimeActionRegistry_ts
|
|
5827
5471
|
module_src_runtimeActionRegistry_ts --> module_src_runtimeBindings_ts
|
|
5828
5472
|
module_src_runtimeActionRegistry_ts --> module_src_RuntimeRendererConfig_tsx
|
|
5829
|
-
module_src_runtimeApiLoaders_test_ts["src/runtimeApiLoaders.test.ts"]
|
|
5830
|
-
package__ankhorage_runtime -.-> module_src_runtimeApiLoaders_test_ts
|
|
5831
|
-
module_src_runtimeApiLoaders_test_ts --> module_src_runtimeApiLoaders_ts
|
|
5832
|
-
module_src_runtimeApiLoaders_test_ts --> module_src_runtimeBindings_ts
|
|
5833
|
-
module_src_runtimeApiLoaders_test_ts --> module_src_runtimeStateAdapter_ts
|
|
5834
|
-
module_src_runtimeApiLoaders_ts["src/runtimeApiLoaders.ts"]
|
|
5835
|
-
package__ankhorage_runtime -.-> module_src_runtimeApiLoaders_ts
|
|
5836
|
-
module_src_runtimeApiLoaders_ts --> module_src_runtimeStateAdapter_ts
|
|
5837
5473
|
module_src_runtimeBindings_test_ts["src/runtimeBindings.test.ts"]
|
|
5838
5474
|
package__ankhorage_runtime -.-> module_src_runtimeBindings_test_ts
|
|
5839
5475
|
module_src_runtimeBindings_test_ts --> module_src_runtimeBindings_ts
|
|
5840
5476
|
module_src_runtimeBindings_test_ts --> module_src_runtimeNodeProps_ts
|
|
5841
5477
|
module_src_runtimeBindings_ts["src/runtimeBindings.ts"]
|
|
5842
5478
|
package__ankhorage_runtime -.-> module_src_runtimeBindings_ts
|
|
5479
|
+
module_src_runtimeDatabaseOperationExecutor_ts["src/runtimeDatabaseOperationExecutor.ts"]
|
|
5480
|
+
package__ankhorage_runtime -.-> module_src_runtimeDatabaseOperationExecutor_ts
|
|
5481
|
+
module_src_runtimeDatabaseOperationExecutor_ts --> module_src_runtimeBindings_ts
|
|
5843
5482
|
module_src_runtimeDataSourceOperations_test_ts["src/runtimeDataSourceOperations.test.ts"]
|
|
5844
5483
|
package__ankhorage_runtime -.-> module_src_runtimeDataSourceOperations_test_ts
|
|
5845
5484
|
module_src_runtimeDataSourceOperations_test_ts --> module_src_runtimeDataSourceOperations_ts
|
|
5846
5485
|
module_src_runtimeDataSourceOperations_ts["src/runtimeDataSourceOperations.ts"]
|
|
5847
5486
|
package__ankhorage_runtime -.-> module_src_runtimeDataSourceOperations_ts
|
|
5848
5487
|
module_src_runtimeDataSourceOperations_ts --> module_src_runtimeBindings_ts
|
|
5488
|
+
module_src_runtimeDataSourceOperations_ts --> module_src_runtimeDatabaseOperationExecutor_ts
|
|
5849
5489
|
module_src_runtimeDbPersist_test_ts["src/runtimeDbPersist.test.ts"]
|
|
5850
5490
|
package__ankhorage_runtime -.-> module_src_runtimeDbPersist_test_ts
|
|
5851
5491
|
module_src_runtimeDbPersist_test_ts --> module_src_runtimeActionRegistry_ts
|
|
@@ -5862,6 +5502,17 @@ graph TD
|
|
|
5862
5502
|
module_src_runtimeEventExecution_ts --> module_src_RuntimeRendererConfig_tsx
|
|
5863
5503
|
module_src_runtimeManifest_ts["src/runtimeManifest.ts"]
|
|
5864
5504
|
package__ankhorage_runtime -.-> module_src_runtimeManifest_ts
|
|
5505
|
+
module_src_runtimeMedia_test_ts["src/runtimeMedia.test.ts"]
|
|
5506
|
+
package__ankhorage_runtime -.-> module_src_runtimeMedia_test_ts
|
|
5507
|
+
module_src_runtimeMedia_test_ts --> module_src_runtimeMedia_ts
|
|
5508
|
+
module_src_runtimeMedia_ts["src/runtimeMedia.ts"]
|
|
5509
|
+
package__ankhorage_runtime -.-> module_src_runtimeMedia_ts
|
|
5510
|
+
module_src_runtimeMediaCache_tsx["src/runtimeMediaCache.tsx"]
|
|
5511
|
+
package__ankhorage_runtime -.-> module_src_runtimeMediaCache_tsx
|
|
5512
|
+
module_src_runtimeMediaCache_tsx --> module_src_runtimeMedia_ts
|
|
5513
|
+
module_src_runtimeMediaConfig_test_ts["src/runtimeMediaConfig.test.ts"]
|
|
5514
|
+
package__ankhorage_runtime -.-> module_src_runtimeMediaConfig_test_ts
|
|
5515
|
+
module_src_runtimeMediaConfig_test_ts --> module_src_RuntimeRendererConfig_tsx
|
|
5865
5516
|
module_src_runtimeNodeProps_test_ts["src/runtimeNodeProps.test.ts"]
|
|
5866
5517
|
package__ankhorage_runtime -.-> module_src_runtimeNodeProps_test_ts
|
|
5867
5518
|
module_src_runtimeNodeProps_test_ts --> module_src_runtimeNodeProps_ts
|
|
@@ -5882,11 +5533,14 @@ graph TD
|
|
|
5882
5533
|
module_src_RuntimeRenderer_tsx --> module_src_runtimeBindings_ts
|
|
5883
5534
|
module_src_RuntimeRenderer_tsx --> module_src_runtimeDbPersist_ts
|
|
5884
5535
|
module_src_RuntimeRenderer_tsx --> module_src_runtimeEventExecution_ts
|
|
5536
|
+
module_src_RuntimeRenderer_tsx --> module_src_runtimeMedia_ts
|
|
5537
|
+
module_src_RuntimeRenderer_tsx --> module_src_runtimeMediaCache_tsx
|
|
5885
5538
|
module_src_RuntimeRenderer_tsx --> module_src_runtimeNodeProps_ts
|
|
5886
5539
|
module_src_RuntimeRenderer_tsx --> module_src_RuntimeRendererConfig_tsx
|
|
5887
5540
|
module_src_RuntimeRenderer_tsx --> module_src_runtimeRepeat_ts
|
|
5888
5541
|
module_src_RuntimeRenderer_tsx --> module_src_runtimeRepeatDiagnostics_ts
|
|
5889
5542
|
module_src_RuntimeRenderer_tsx --> module_src_runtimeRepeatEmptyState_ts
|
|
5543
|
+
module_src_RuntimeRenderer_tsx --> module_src_useRuntimeMediaProps_ts
|
|
5890
5544
|
module_src_RuntimeRendererConfig_test_tsx["src/RuntimeRendererConfig.test.tsx"]
|
|
5891
5545
|
package__ankhorage_runtime -.-> module_src_RuntimeRendererConfig_test_tsx
|
|
5892
5546
|
module_src_RuntimeRendererConfig_test_tsx --> module_src_RuntimeRendererConfig_tsx
|
|
@@ -5894,6 +5548,7 @@ graph TD
|
|
|
5894
5548
|
package__ankhorage_runtime -.-> module_src_RuntimeRendererConfig_tsx
|
|
5895
5549
|
module_src_RuntimeRendererConfig_tsx --> module_src_registry_tsx
|
|
5896
5550
|
module_src_RuntimeRendererConfig_tsx --> module_src_runtimeBindings_ts
|
|
5551
|
+
module_src_RuntimeRendererConfig_tsx --> module_src_runtimeMedia_ts
|
|
5897
5552
|
module_src_runtimeRepeat_test_ts["src/runtimeRepeat.test.ts"]
|
|
5898
5553
|
package__ankhorage_runtime -.-> module_src_runtimeRepeat_test_ts
|
|
5899
5554
|
module_src_runtimeRepeat_test_ts --> module_src_runtimeActionRegistry_ts
|
|
@@ -5909,10 +5564,10 @@ graph TD
|
|
|
5909
5564
|
module_src_RuntimeScreen_tsx["src/RuntimeScreen.tsx"]
|
|
5910
5565
|
package__ankhorage_runtime -.-> module_src_RuntimeScreen_tsx
|
|
5911
5566
|
module_src_RuntimeScreen_tsx --> module_src_registry_tsx
|
|
5912
|
-
module_src_RuntimeScreen_tsx --> module_src_runtimeApiLoaders_ts
|
|
5913
5567
|
module_src_RuntimeScreen_tsx --> module_src_RuntimeRenderer_tsx
|
|
5914
5568
|
module_src_RuntimeScreen_tsx --> module_src_RuntimeRendererConfig_tsx
|
|
5915
5569
|
module_src_RuntimeScreen_tsx --> module_src_runtimeScreenLoaders_ts
|
|
5570
|
+
module_src_RuntimeScreen_tsx --> module_src_runtimeStateAdapter_ts
|
|
5916
5571
|
module_src_runtimeScreenLoaders_arrayPath_test_ts["src/runtimeScreenLoaders.arrayPath.test.ts"]
|
|
5917
5572
|
package__ankhorage_runtime -.-> module_src_runtimeScreenLoaders_arrayPath_test_ts
|
|
5918
5573
|
module_src_runtimeScreenLoaders_arrayPath_test_ts --> module_src_runtimeBindings_ts
|
|
@@ -5931,6 +5586,9 @@ graph TD
|
|
|
5931
5586
|
module_src_runtimeStateAdapterConfig_test_ts --> module_src_runtimeBindings_ts
|
|
5932
5587
|
module_src_runtimeStateAdapterConfig_test_ts --> module_src_runtimeNodeProps_ts
|
|
5933
5588
|
module_src_runtimeStateAdapterConfig_test_ts --> module_src_RuntimeRendererConfig_tsx
|
|
5589
|
+
module_src_useRuntimeMediaProps_ts["src/useRuntimeMediaProps.ts"]
|
|
5590
|
+
package__ankhorage_runtime -.-> module_src_useRuntimeMediaProps_ts
|
|
5591
|
+
module_src_useRuntimeMediaProps_ts --> module_src_runtimeMedia_ts
|
|
5934
5592
|
module_tests_runtime_test_ts["tests/runtime.test.ts"]
|
|
5935
5593
|
package__ankhorage_runtime -.-> module_tests_runtime_test_ts
|
|
5936
5594
|
module_tests_runtime_test_ts --> module_src_runtimeManifest_ts
|
|
@@ -5954,10 +5612,9 @@ graph TD
|
|
|
5954
5612
|
module_src_rendering_ts["src/rendering.ts"]
|
|
5955
5613
|
module_src_runtimeActionRegistry_test_ts["src/runtimeActionRegistry.test.ts"]
|
|
5956
5614
|
module_src_runtimeActionRegistry_ts["src/runtimeActionRegistry.ts"]
|
|
5957
|
-
module_src_runtimeApiLoaders_test_ts["src/runtimeApiLoaders.test.ts"]
|
|
5958
|
-
module_src_runtimeApiLoaders_ts["src/runtimeApiLoaders.ts"]
|
|
5959
5615
|
module_src_runtimeBindings_test_ts["src/runtimeBindings.test.ts"]
|
|
5960
5616
|
module_src_runtimeBindings_ts["src/runtimeBindings.ts"]
|
|
5617
|
+
module_src_runtimeDatabaseOperationExecutor_ts["src/runtimeDatabaseOperationExecutor.ts"]
|
|
5961
5618
|
module_src_runtimeDataSourceOperations_test_ts["src/runtimeDataSourceOperations.test.ts"]
|
|
5962
5619
|
module_src_runtimeDataSourceOperations_ts["src/runtimeDataSourceOperations.ts"]
|
|
5963
5620
|
module_src_runtimeDbPersist_test_ts["src/runtimeDbPersist.test.ts"]
|
|
@@ -5965,6 +5622,10 @@ graph TD
|
|
|
5965
5622
|
module_src_runtimeEventExecution_test_ts["src/runtimeEventExecution.test.ts"]
|
|
5966
5623
|
module_src_runtimeEventExecution_ts["src/runtimeEventExecution.ts"]
|
|
5967
5624
|
module_src_runtimeManifest_ts["src/runtimeManifest.ts"]
|
|
5625
|
+
module_src_runtimeMedia_test_ts["src/runtimeMedia.test.ts"]
|
|
5626
|
+
module_src_runtimeMedia_ts["src/runtimeMedia.ts"]
|
|
5627
|
+
module_src_runtimeMediaCache_tsx["src/runtimeMediaCache.tsx"]
|
|
5628
|
+
module_src_runtimeMediaConfig_test_ts["src/runtimeMediaConfig.test.ts"]
|
|
5968
5629
|
module_src_runtimeNodeProps_test_ts["src/runtimeNodeProps.test.ts"]
|
|
5969
5630
|
module_src_runtimeNodeProps_ts["src/runtimeNodeProps.ts"]
|
|
5970
5631
|
module_src_runtimePackageIsolation_test_ts["src/runtimePackageIsolation.test.ts"]
|
|
@@ -5982,6 +5643,7 @@ graph TD
|
|
|
5982
5643
|
module_src_runtimeScreenLoaders_ts["src/runtimeScreenLoaders.ts"]
|
|
5983
5644
|
module_src_runtimeStateAdapter_ts["src/runtimeStateAdapter.ts"]
|
|
5984
5645
|
module_src_runtimeStateAdapterConfig_test_ts["src/runtimeStateAdapterConfig.test.ts"]
|
|
5646
|
+
module_src_useRuntimeMediaProps_ts["src/useRuntimeMediaProps.ts"]
|
|
5985
5647
|
module_tests_runtime_test_ts["tests/runtime.test.ts"]
|
|
5986
5648
|
module_src_registry_test_ts --> module_src_registry_tsx
|
|
5987
5649
|
module_src_rendering_test_ts --> module_src_registry_tsx
|
|
@@ -5990,48 +5652,54 @@ graph TD
|
|
|
5990
5652
|
module_src_runtimeActionRegistry_ts module_src_runtimeActionRegistry_test_ts -->
|
|
5991
5653
|
module_src_runtimeBindings_ts module_src_runtimeActionRegistry_ts -->
|
|
5992
5654
|
module_src_runtimeBindings_ts module_src_runtimeActionRegistry_ts -->
|
|
5993
|
-
module_src_RuntimeRendererConfig_tsx
|
|
5994
|
-
module_src_runtimeApiLoaders_ts module_src_runtimeApiLoaders_test_ts -->
|
|
5995
|
-
module_src_runtimeBindings_ts module_src_runtimeApiLoaders_test_ts -->
|
|
5996
|
-
module_src_runtimeStateAdapter_ts module_src_runtimeApiLoaders_ts -->
|
|
5997
|
-
module_src_runtimeStateAdapter_ts module_src_runtimeBindings_test_ts -->
|
|
5655
|
+
module_src_RuntimeRendererConfig_tsx module_src_runtimeBindings_test_ts -->
|
|
5998
5656
|
module_src_runtimeBindings_ts module_src_runtimeBindings_test_ts -->
|
|
5999
|
-
module_src_runtimeNodeProps_ts
|
|
5657
|
+
module_src_runtimeNodeProps_ts module_src_runtimeDatabaseOperationExecutor_ts -->
|
|
5658
|
+
module_src_runtimeBindings_ts module_src_runtimeDataSourceOperations_test_ts -->
|
|
6000
5659
|
module_src_runtimeDataSourceOperations_ts module_src_runtimeDataSourceOperations_ts
|
|
6001
|
-
--> module_src_runtimeBindings_ts
|
|
6002
|
-
|
|
6003
|
-
|
|
6004
|
-
|
|
6005
|
-
|
|
6006
|
-
|
|
6007
|
-
|
|
6008
|
-
|
|
6009
|
-
|
|
6010
|
-
|
|
6011
|
-
|
|
6012
|
-
|
|
6013
|
-
|
|
6014
|
-
|
|
6015
|
-
|
|
6016
|
-
|
|
6017
|
-
|
|
6018
|
-
|
|
6019
|
-
|
|
6020
|
-
|
|
6021
|
-
|
|
6022
|
-
|
|
6023
|
-
-->
|
|
6024
|
-
-->
|
|
6025
|
-
|
|
5660
|
+
--> module_src_runtimeBindings_ts module_src_runtimeDataSourceOperations_ts
|
|
5661
|
+
--> module_src_runtimeDatabaseOperationExecutor_ts
|
|
5662
|
+
module_src_runtimeDbPersist_test_ts --> module_src_runtimeActionRegistry_ts
|
|
5663
|
+
module_src_runtimeDbPersist_test_ts --> module_src_runtimeDbPersist_ts
|
|
5664
|
+
module_src_runtimeDbPersist_ts --> module_src_RuntimeRendererConfig_tsx
|
|
5665
|
+
module_src_runtimeEventExecution_test_ts --> module_src_runtimeEventExecution_ts
|
|
5666
|
+
module_src_runtimeEventExecution_ts --> module_src_runtimeActionRegistry_ts
|
|
5667
|
+
module_src_runtimeEventExecution_ts --> module_src_RuntimeRendererConfig_tsx
|
|
5668
|
+
module_src_runtimeMedia_test_ts --> module_src_runtimeMedia_ts
|
|
5669
|
+
module_src_runtimeMediaCache_tsx --> module_src_runtimeMedia_ts
|
|
5670
|
+
module_src_runtimeMediaConfig_test_ts --> module_src_RuntimeRendererConfig_tsx
|
|
5671
|
+
module_src_runtimeNodeProps_test_ts --> module_src_runtimeNodeProps_ts
|
|
5672
|
+
module_src_runtimeNodeProps_ts --> module_src_runtimeBindings_ts
|
|
5673
|
+
module_src_runtimeNodeProps_ts --> module_src_RuntimeRendererConfig_tsx
|
|
5674
|
+
module_src_RuntimeRenderer_test_ts --> module_src_runtimeRepeatEmptyState_ts
|
|
5675
|
+
module_src_RuntimeRenderer_tsx --> module_src_registry_tsx
|
|
5676
|
+
module_src_RuntimeRenderer_tsx --> module_src_rendering_ts
|
|
5677
|
+
module_src_RuntimeRenderer_tsx --> module_src_runtimeActionRegistry_ts
|
|
5678
|
+
module_src_RuntimeRenderer_tsx --> module_src_runtimeBindings_ts
|
|
5679
|
+
module_src_RuntimeRenderer_tsx --> module_src_runtimeDbPersist_ts
|
|
5680
|
+
module_src_RuntimeRenderer_tsx --> module_src_runtimeEventExecution_ts
|
|
5681
|
+
module_src_RuntimeRenderer_tsx --> module_src_runtimeMedia_ts
|
|
5682
|
+
module_src_RuntimeRenderer_tsx --> module_src_runtimeMediaCache_tsx
|
|
5683
|
+
module_src_RuntimeRenderer_tsx --> module_src_runtimeNodeProps_ts
|
|
5684
|
+
module_src_RuntimeRenderer_tsx --> module_src_RuntimeRendererConfig_tsx
|
|
5685
|
+
module_src_RuntimeRenderer_tsx --> module_src_runtimeRepeat_ts
|
|
5686
|
+
module_src_RuntimeRenderer_tsx --> module_src_runtimeRepeatDiagnostics_ts
|
|
5687
|
+
module_src_RuntimeRenderer_tsx --> module_src_runtimeRepeatEmptyState_ts
|
|
5688
|
+
module_src_RuntimeRenderer_tsx --> module_src_useRuntimeMediaProps_ts
|
|
5689
|
+
module_src_RuntimeRendererConfig_test_tsx -->
|
|
5690
|
+
module_src_RuntimeRendererConfig_tsx module_src_RuntimeRendererConfig_tsx -->
|
|
5691
|
+
module_src_registry_tsx module_src_RuntimeRendererConfig_tsx -->
|
|
5692
|
+
module_src_runtimeBindings_ts module_src_RuntimeRendererConfig_tsx -->
|
|
5693
|
+
module_src_runtimeMedia_ts module_src_runtimeRepeat_test_ts -->
|
|
6026
5694
|
module_src_runtimeActionRegistry_ts module_src_runtimeRepeat_test_ts -->
|
|
6027
5695
|
module_src_runtimeBindings_ts module_src_runtimeRepeat_test_ts -->
|
|
6028
5696
|
module_src_runtimeRepeat_ts module_src_runtimeRepeat_ts -->
|
|
6029
5697
|
module_src_runtimeBindings_ts module_src_RuntimeScreen_tsx -->
|
|
6030
5698
|
module_src_registry_tsx module_src_RuntimeScreen_tsx -->
|
|
6031
|
-
module_src_runtimeApiLoaders_ts module_src_RuntimeScreen_tsx -->
|
|
6032
5699
|
module_src_RuntimeRenderer_tsx module_src_RuntimeScreen_tsx -->
|
|
6033
5700
|
module_src_RuntimeRendererConfig_tsx module_src_RuntimeScreen_tsx -->
|
|
6034
|
-
module_src_runtimeScreenLoaders_ts
|
|
5701
|
+
module_src_runtimeScreenLoaders_ts module_src_RuntimeScreen_tsx -->
|
|
5702
|
+
module_src_runtimeStateAdapter_ts module_src_runtimeScreenLoaders_arrayPath_test_ts
|
|
6035
5703
|
--> module_src_runtimeBindings_ts
|
|
6036
5704
|
module_src_runtimeScreenLoaders_arrayPath_test_ts -->
|
|
6037
5705
|
module_src_runtimeScreenLoaders_ts module_src_runtimeScreenLoaders_test_ts -->
|
|
@@ -6040,7 +5708,8 @@ graph TD
|
|
|
6040
5708
|
module_src_runtimeBindings_ts module_src_runtimeStateAdapterConfig_test_ts -->
|
|
6041
5709
|
module_src_runtimeBindings_ts module_src_runtimeStateAdapterConfig_test_ts -->
|
|
6042
5710
|
module_src_runtimeNodeProps_ts module_src_runtimeStateAdapterConfig_test_ts -->
|
|
6043
|
-
module_src_RuntimeRendererConfig_tsx
|
|
5711
|
+
module_src_RuntimeRendererConfig_tsx module_src_useRuntimeMediaProps_ts -->
|
|
5712
|
+
module_src_runtimeMedia_ts module_tests_runtime_test_ts -->
|
|
6044
5713
|
module_src_runtimeManifest_ts
|
|
6045
5714
|
</div>
|
|
6046
5715
|
<details>
|
|
@@ -6057,10 +5726,9 @@ graph LR
|
|
|
6057
5726
|
module_src_rendering_ts["src/rendering.ts"]
|
|
6058
5727
|
module_src_runtimeActionRegistry_test_ts["src/runtimeActionRegistry.test.ts"]
|
|
6059
5728
|
module_src_runtimeActionRegistry_ts["src/runtimeActionRegistry.ts"]
|
|
6060
|
-
module_src_runtimeApiLoaders_test_ts["src/runtimeApiLoaders.test.ts"]
|
|
6061
|
-
module_src_runtimeApiLoaders_ts["src/runtimeApiLoaders.ts"]
|
|
6062
5729
|
module_src_runtimeBindings_test_ts["src/runtimeBindings.test.ts"]
|
|
6063
5730
|
module_src_runtimeBindings_ts["src/runtimeBindings.ts"]
|
|
5731
|
+
module_src_runtimeDatabaseOperationExecutor_ts["src/runtimeDatabaseOperationExecutor.ts"]
|
|
6064
5732
|
module_src_runtimeDataSourceOperations_test_ts["src/runtimeDataSourceOperations.test.ts"]
|
|
6065
5733
|
module_src_runtimeDataSourceOperations_ts["src/runtimeDataSourceOperations.ts"]
|
|
6066
5734
|
module_src_runtimeDbPersist_test_ts["src/runtimeDbPersist.test.ts"]
|
|
@@ -6068,6 +5736,10 @@ graph LR
|
|
|
6068
5736
|
module_src_runtimeEventExecution_test_ts["src/runtimeEventExecution.test.ts"]
|
|
6069
5737
|
module_src_runtimeEventExecution_ts["src/runtimeEventExecution.ts"]
|
|
6070
5738
|
module_src_runtimeManifest_ts["src/runtimeManifest.ts"]
|
|
5739
|
+
module_src_runtimeMedia_test_ts["src/runtimeMedia.test.ts"]
|
|
5740
|
+
module_src_runtimeMedia_ts["src/runtimeMedia.ts"]
|
|
5741
|
+
module_src_runtimeMediaCache_tsx["src/runtimeMediaCache.tsx"]
|
|
5742
|
+
module_src_runtimeMediaConfig_test_ts["src/runtimeMediaConfig.test.ts"]
|
|
6071
5743
|
module_src_runtimeNodeProps_test_ts["src/runtimeNodeProps.test.ts"]
|
|
6072
5744
|
module_src_runtimeNodeProps_ts["src/runtimeNodeProps.ts"]
|
|
6073
5745
|
module_src_runtimePackageIsolation_test_ts["src/runtimePackageIsolation.test.ts"]
|
|
@@ -6085,6 +5757,7 @@ graph LR
|
|
|
6085
5757
|
module_src_runtimeScreenLoaders_ts["src/runtimeScreenLoaders.ts"]
|
|
6086
5758
|
module_src_runtimeStateAdapter_ts["src/runtimeStateAdapter.ts"]
|
|
6087
5759
|
module_src_runtimeStateAdapterConfig_test_ts["src/runtimeStateAdapterConfig.test.ts"]
|
|
5760
|
+
module_src_useRuntimeMediaProps_ts["src/useRuntimeMediaProps.ts"]
|
|
6088
5761
|
module_tests_runtime_test_ts["tests/runtime.test.ts"]
|
|
6089
5762
|
module_src_registry_test_ts --> module_src_registry_tsx
|
|
6090
5763
|
module_src_rendering_test_ts --> module_src_registry_tsx
|
|
@@ -6094,20 +5767,21 @@ graph LR
|
|
|
6094
5767
|
module_src_runtimeActionRegistry_test_ts --> module_src_runtimeBindings_ts
|
|
6095
5768
|
module_src_runtimeActionRegistry_ts --> module_src_runtimeBindings_ts
|
|
6096
5769
|
module_src_runtimeActionRegistry_ts --> module_src_RuntimeRendererConfig_tsx
|
|
6097
|
-
module_src_runtimeApiLoaders_test_ts --> module_src_runtimeApiLoaders_ts
|
|
6098
|
-
module_src_runtimeApiLoaders_test_ts --> module_src_runtimeBindings_ts
|
|
6099
|
-
module_src_runtimeApiLoaders_test_ts --> module_src_runtimeStateAdapter_ts
|
|
6100
|
-
module_src_runtimeApiLoaders_ts --> module_src_runtimeStateAdapter_ts
|
|
6101
5770
|
module_src_runtimeBindings_test_ts --> module_src_runtimeBindings_ts
|
|
6102
5771
|
module_src_runtimeBindings_test_ts --> module_src_runtimeNodeProps_ts
|
|
5772
|
+
module_src_runtimeDatabaseOperationExecutor_ts --> module_src_runtimeBindings_ts
|
|
6103
5773
|
module_src_runtimeDataSourceOperations_test_ts --> module_src_runtimeDataSourceOperations_ts
|
|
6104
5774
|
module_src_runtimeDataSourceOperations_ts --> module_src_runtimeBindings_ts
|
|
5775
|
+
module_src_runtimeDataSourceOperations_ts --> module_src_runtimeDatabaseOperationExecutor_ts
|
|
6105
5776
|
module_src_runtimeDbPersist_test_ts --> module_src_runtimeActionRegistry_ts
|
|
6106
5777
|
module_src_runtimeDbPersist_test_ts --> module_src_runtimeDbPersist_ts
|
|
6107
5778
|
module_src_runtimeDbPersist_ts --> module_src_RuntimeRendererConfig_tsx
|
|
6108
5779
|
module_src_runtimeEventExecution_test_ts --> module_src_runtimeEventExecution_ts
|
|
6109
5780
|
module_src_runtimeEventExecution_ts --> module_src_runtimeActionRegistry_ts
|
|
6110
5781
|
module_src_runtimeEventExecution_ts --> module_src_RuntimeRendererConfig_tsx
|
|
5782
|
+
module_src_runtimeMedia_test_ts --> module_src_runtimeMedia_ts
|
|
5783
|
+
module_src_runtimeMediaCache_tsx --> module_src_runtimeMedia_ts
|
|
5784
|
+
module_src_runtimeMediaConfig_test_ts --> module_src_RuntimeRendererConfig_tsx
|
|
6111
5785
|
module_src_runtimeNodeProps_test_ts --> module_src_runtimeNodeProps_ts
|
|
6112
5786
|
module_src_runtimeNodeProps_ts --> module_src_runtimeBindings_ts
|
|
6113
5787
|
module_src_runtimeNodeProps_ts --> module_src_RuntimeRendererConfig_tsx
|
|
@@ -6118,23 +5792,27 @@ graph LR
|
|
|
6118
5792
|
module_src_RuntimeRenderer_tsx --> module_src_runtimeBindings_ts
|
|
6119
5793
|
module_src_RuntimeRenderer_tsx --> module_src_runtimeDbPersist_ts
|
|
6120
5794
|
module_src_RuntimeRenderer_tsx --> module_src_runtimeEventExecution_ts
|
|
5795
|
+
module_src_RuntimeRenderer_tsx --> module_src_runtimeMedia_ts
|
|
5796
|
+
module_src_RuntimeRenderer_tsx --> module_src_runtimeMediaCache_tsx
|
|
6121
5797
|
module_src_RuntimeRenderer_tsx --> module_src_runtimeNodeProps_ts
|
|
6122
5798
|
module_src_RuntimeRenderer_tsx --> module_src_RuntimeRendererConfig_tsx
|
|
6123
5799
|
module_src_RuntimeRenderer_tsx --> module_src_runtimeRepeat_ts
|
|
6124
5800
|
module_src_RuntimeRenderer_tsx --> module_src_runtimeRepeatDiagnostics_ts
|
|
6125
5801
|
module_src_RuntimeRenderer_tsx --> module_src_runtimeRepeatEmptyState_ts
|
|
5802
|
+
module_src_RuntimeRenderer_tsx --> module_src_useRuntimeMediaProps_ts
|
|
6126
5803
|
module_src_RuntimeRendererConfig_test_tsx --> module_src_RuntimeRendererConfig_tsx
|
|
6127
5804
|
module_src_RuntimeRendererConfig_tsx --> module_src_registry_tsx
|
|
6128
5805
|
module_src_RuntimeRendererConfig_tsx --> module_src_runtimeBindings_ts
|
|
5806
|
+
module_src_RuntimeRendererConfig_tsx --> module_src_runtimeMedia_ts
|
|
6129
5807
|
module_src_runtimeRepeat_test_ts --> module_src_runtimeActionRegistry_ts
|
|
6130
5808
|
module_src_runtimeRepeat_test_ts --> module_src_runtimeBindings_ts
|
|
6131
5809
|
module_src_runtimeRepeat_test_ts --> module_src_runtimeRepeat_ts
|
|
6132
5810
|
module_src_runtimeRepeat_ts --> module_src_runtimeBindings_ts
|
|
6133
5811
|
module_src_RuntimeScreen_tsx --> module_src_registry_tsx
|
|
6134
|
-
module_src_RuntimeScreen_tsx --> module_src_runtimeApiLoaders_ts
|
|
6135
5812
|
module_src_RuntimeScreen_tsx --> module_src_RuntimeRenderer_tsx
|
|
6136
5813
|
module_src_RuntimeScreen_tsx --> module_src_RuntimeRendererConfig_tsx
|
|
6137
5814
|
module_src_RuntimeScreen_tsx --> module_src_runtimeScreenLoaders_ts
|
|
5815
|
+
module_src_RuntimeScreen_tsx --> module_src_runtimeStateAdapter_ts
|
|
6138
5816
|
module_src_runtimeScreenLoaders_arrayPath_test_ts --> module_src_runtimeBindings_ts
|
|
6139
5817
|
module_src_runtimeScreenLoaders_arrayPath_test_ts --> module_src_runtimeScreenLoaders_ts
|
|
6140
5818
|
module_src_runtimeScreenLoaders_test_ts --> module_src_runtimeBindings_ts
|
|
@@ -6143,6 +5821,7 @@ graph LR
|
|
|
6143
5821
|
module_src_runtimeStateAdapterConfig_test_ts --> module_src_runtimeBindings_ts
|
|
6144
5822
|
module_src_runtimeStateAdapterConfig_test_ts --> module_src_runtimeNodeProps_ts
|
|
6145
5823
|
module_src_runtimeStateAdapterConfig_test_ts --> module_src_RuntimeRendererConfig_tsx
|
|
5824
|
+
module_src_useRuntimeMediaProps_ts --> module_src_runtimeMedia_ts
|
|
6146
5825
|
module_tests_runtime_test_ts --> module_src_runtimeManifest_ts
|
|
6147
5826
|
</pre>
|
|
6148
5827
|
</details>
|
|
@@ -6161,10 +5840,9 @@ graph LR
|
|
|
6161
5840
|
module_src_rendering_ts["src/rendering.ts"]
|
|
6162
5841
|
module_src_runtimeActionRegistry_test_ts["src/runtimeActionRegistry.test.ts"]
|
|
6163
5842
|
module_src_runtimeActionRegistry_ts["src/runtimeActionRegistry.ts"]
|
|
6164
|
-
module_src_runtimeApiLoaders_test_ts["src/runtimeApiLoaders.test.ts"]
|
|
6165
|
-
module_src_runtimeApiLoaders_ts["src/runtimeApiLoaders.ts"]
|
|
6166
5843
|
module_src_runtimeBindings_test_ts["src/runtimeBindings.test.ts"]
|
|
6167
5844
|
module_src_runtimeBindings_ts["src/runtimeBindings.ts"]
|
|
5845
|
+
module_src_runtimeDatabaseOperationExecutor_ts["src/runtimeDatabaseOperationExecutor.ts"]
|
|
6168
5846
|
module_src_runtimeDataSourceOperations_test_ts["src/runtimeDataSourceOperations.test.ts"]
|
|
6169
5847
|
module_src_runtimeDataSourceOperations_ts["src/runtimeDataSourceOperations.ts"]
|
|
6170
5848
|
module_src_runtimeDbPersist_test_ts["src/runtimeDbPersist.test.ts"]
|
|
@@ -6172,6 +5850,10 @@ graph LR
|
|
|
6172
5850
|
module_src_runtimeEventExecution_test_ts["src/runtimeEventExecution.test.ts"]
|
|
6173
5851
|
module_src_runtimeEventExecution_ts["src/runtimeEventExecution.ts"]
|
|
6174
5852
|
module_src_runtimeManifest_ts["src/runtimeManifest.ts"]
|
|
5853
|
+
module_src_runtimeMedia_test_ts["src/runtimeMedia.test.ts"]
|
|
5854
|
+
module_src_runtimeMedia_ts["src/runtimeMedia.ts"]
|
|
5855
|
+
module_src_runtimeMediaCache_tsx["src/runtimeMediaCache.tsx"]
|
|
5856
|
+
module_src_runtimeMediaConfig_test_ts["src/runtimeMediaConfig.test.ts"]
|
|
6175
5857
|
module_src_runtimeNodeProps_test_ts["src/runtimeNodeProps.test.ts"]
|
|
6176
5858
|
module_src_runtimeNodeProps_ts["src/runtimeNodeProps.ts"]
|
|
6177
5859
|
module_src_runtimePackageIsolation_test_ts["src/runtimePackageIsolation.test.ts"]
|
|
@@ -6189,6 +5871,7 @@ graph LR
|
|
|
6189
5871
|
module_src_runtimeScreenLoaders_ts["src/runtimeScreenLoaders.ts"]
|
|
6190
5872
|
module_src_runtimeStateAdapter_ts["src/runtimeStateAdapter.ts"]
|
|
6191
5873
|
module_src_runtimeStateAdapterConfig_test_ts["src/runtimeStateAdapterConfig.test.ts"]
|
|
5874
|
+
module_src_useRuntimeMediaProps_ts["src/useRuntimeMediaProps.ts"]
|
|
6192
5875
|
module_tests_runtime_test_ts["tests/runtime.test.ts"]
|
|
6193
5876
|
export_ComponentRegistry["ComponentRegistry"]
|
|
6194
5877
|
module_src_componentRegistry_ts --> export_ComponentRegistry
|
|
@@ -6233,10 +5916,6 @@ graph LR
|
|
|
6233
5916
|
export_RuntimeBindingOperationExecutor
|
|
6234
5917
|
export_createRuntimeDataSourceOperationExecutor -.->
|
|
6235
5918
|
export_RuntimeDataSourceOperationExecutorOptions
|
|
6236
|
-
export_createRuntimeManifest["createRuntimeManifest"]
|
|
6237
|
-
module_src_runtimeManifest_ts --> export_createRuntimeManifest
|
|
6238
|
-
export_createRuntimeManifest -.-> export_RuntimeManifest
|
|
6239
|
-
export_createRuntimeManifest -.-> export_RuntimeManifestInput
|
|
6240
5919
|
export_createRuntimeMemoryStateAdapter["createRuntimeMemoryStateAdapter"]
|
|
6241
5920
|
module_src_runtimeStateAdapter_ts --> export_createRuntimeMemoryStateAdapter
|
|
6242
5921
|
export_createRuntimeMemoryStateAdapter -.->
|
|
@@ -6245,15 +5924,6 @@ graph LR
|
|
|
6245
5924
|
module_src_runtimeScreenLoaders_ts --> export_createRuntimeScreenLoaderRequestKey
|
|
6246
5925
|
export_createRuntimeScreenLoaderRequestKey -.->
|
|
6247
5926
|
export_RuntimeBindingOperationResultCache
|
|
6248
|
-
export_defineRuntimeAction["defineRuntimeAction"]
|
|
6249
|
-
module_src_runtimeManifest_ts --> export_defineRuntimeAction
|
|
6250
|
-
export_defineRuntimeAction -.-> export_RuntimeActionDescriptor
|
|
6251
|
-
export_defineRuntimeAdapter["defineRuntimeAdapter"]
|
|
6252
|
-
module_src_runtimeManifest_ts --> export_defineRuntimeAdapter
|
|
6253
|
-
export_defineRuntimeAdapter -.-> export_RuntimeAdapterDescriptor
|
|
6254
|
-
export_defineRuntimeBinding["defineRuntimeBinding"]
|
|
6255
|
-
module_src_runtimeManifest_ts --> export_defineRuntimeBinding
|
|
6256
|
-
export_defineRuntimeBinding -.-> export_RuntimeBindingDescriptor
|
|
6257
5927
|
export_dispatchRuntimeComponentEvent["dispatchRuntimeComponentEvent"]
|
|
6258
5928
|
module_src_runtimeActionRegistry_ts --> export_dispatchRuntimeComponentEvent
|
|
6259
5929
|
export_dispatchRuntimeComponentEvent -.-> export_RuntimeActionHandlers
|
|
@@ -6271,10 +5941,6 @@ graph LR
|
|
|
6271
5941
|
module_src_runtimeDbPersist_ts --> export_executeDbPersistAction
|
|
6272
5942
|
export_executeDbPersistAction -.-> export_RuntimeActionHandlerArgs
|
|
6273
5943
|
export_executeDbPersistAction -.-> export_RuntimeDbPersistExecutionResult
|
|
6274
|
-
export_executeRuntimeApiLoaders["executeRuntimeApiLoaders"]
|
|
6275
|
-
module_src_runtimeApiLoaders_ts --> export_executeRuntimeApiLoaders
|
|
6276
|
-
export_executeRuntimeApiLoaders -.-> export_RuntimeApiLoaderDefinition
|
|
6277
|
-
export_executeRuntimeApiLoaders -.-> export_RuntimeApiLoaderExecutionResult
|
|
6278
5944
|
export_executeRuntimeScreenOperationLoaders["executeRuntimeScreenOperationLoaders"]
|
|
6279
5945
|
module_src_runtimeScreenLoaders_ts -->
|
|
6280
5946
|
export_executeRuntimeScreenOperationLoaders
|
|
@@ -6284,16 +5950,9 @@ graph LR
|
|
|
6284
5950
|
export_executeRuntimeScreenOperationLoaders -.->
|
|
6285
5951
|
export_RuntimeBindingResolutionContext export_executeRuntimeScreenOperationLoaders
|
|
6286
5952
|
-.-> export_RuntimeScreenOperationLoaderExecutionResult
|
|
6287
|
-
export_listRuntimeCapabilities["listRuntimeCapabilities"]
|
|
6288
|
-
module_src_runtimeManifest_ts --> export_listRuntimeCapabilities
|
|
6289
5953
|
export_ManifestContext["ManifestContext"] module_src_ManifestContext_tsx
|
|
6290
5954
|
--> export_ManifestContext export_ManifestProvider["ManifestProvider"]
|
|
6291
5955
|
module_src_ManifestContext_tsx --> export_ManifestProvider
|
|
6292
|
-
export_materializeRuntimeApiLoaderState["materializeRuntimeApiLoaderState"]
|
|
6293
|
-
module_src_runtimeApiLoaders_ts --> export_materializeRuntimeApiLoaderState
|
|
6294
|
-
export_materializeRuntimeApiLoaderState -.-> export_RuntimeApiLoaderDefinition
|
|
6295
|
-
export_materializeRuntimeApiLoaderState -.->
|
|
6296
|
-
export_RuntimeApiLoaderMaterializationResult
|
|
6297
5956
|
export_mergeRuntimeRendererConfig["mergeRuntimeRendererConfig"]
|
|
6298
5957
|
module_src_RuntimeRendererConfig_tsx --> export_mergeRuntimeRendererConfig
|
|
6299
5958
|
export_mergeRuntimeRendererConfig -.-> export_RuntimeRendererConfig
|
|
@@ -6323,14 +5982,8 @@ graph LR
|
|
|
6323
5982
|
export_resolveRuntimeBindingValueSync["resolveRuntimeBindingValueSync"]
|
|
6324
5983
|
module_src_runtimeBindings_ts --> export_resolveRuntimeBindingValueSync
|
|
6325
5984
|
export_resolveRuntimeBindingValueSync -.-> export_RuntimeBindingResolutionContext
|
|
6326
|
-
export_resolveScreenApiLoaders["resolveScreenApiLoaders"]
|
|
6327
|
-
module_src_runtimeScreenLoaders_ts --> export_resolveScreenApiLoaders
|
|
6328
5985
|
export_resolveScreenOperationLoaders["resolveScreenOperationLoaders"]
|
|
6329
5986
|
module_src_runtimeScreenLoaders_ts --> export_resolveScreenOperationLoaders
|
|
6330
|
-
export_RUNTIME_CAPABILITIES["RUNTIME_CAPABILITIES"]
|
|
6331
|
-
module_src_runtimeManifest_ts --> export_RUNTIME_CAPABILITIES
|
|
6332
|
-
export_RUNTIME_MANIFEST_KIND["RUNTIME_MANIFEST_KIND"]
|
|
6333
|
-
module_src_runtimeManifest_ts --> export_RUNTIME_MANIFEST_KIND
|
|
6334
5987
|
export_RuntimeAction["RuntimeAction"] module_src_RuntimeRendererConfig_tsx
|
|
6335
5988
|
--> export_RuntimeAction
|
|
6336
5989
|
export_RuntimeActionDescriptor["RuntimeActionDescriptor"]
|
|
@@ -6354,19 +6007,6 @@ graph LR
|
|
|
6354
6007
|
module_src_runtimeActionRegistry_ts --> export_RuntimeActionResolutionScope
|
|
6355
6008
|
export_RuntimeAdapterDescriptor["RuntimeAdapterDescriptor"]
|
|
6356
6009
|
module_src_runtimeManifest_ts --> export_RuntimeAdapterDescriptor
|
|
6357
|
-
export_RuntimeApiLoaderDefinition["RuntimeApiLoaderDefinition"]
|
|
6358
|
-
module_src_runtimeApiLoaders_ts --> export_RuntimeApiLoaderDefinition
|
|
6359
|
-
export_RuntimeApiLoaderDiagnostic["RuntimeApiLoaderDiagnostic"]
|
|
6360
|
-
module_src_runtimeApiLoaders_ts --> export_RuntimeApiLoaderDiagnostic
|
|
6361
|
-
export_RuntimeApiLoaderExecutionResult["RuntimeApiLoaderExecutionResult"]
|
|
6362
|
-
module_src_runtimeApiLoaders_ts --> export_RuntimeApiLoaderExecutionResult
|
|
6363
|
-
export_RuntimeApiLoaderExecutionResult -.-> export_RuntimeApiLoaderDiagnostic
|
|
6364
|
-
export_RuntimeApiLoaderMaterializationResult["RuntimeApiLoaderMaterializationResult"]
|
|
6365
|
-
module_src_runtimeApiLoaders_ts --> export_RuntimeApiLoaderMaterializationResult
|
|
6366
|
-
export_RuntimeApiLoaderMaterializationResult -.->
|
|
6367
|
-
export_RuntimeApiLoaderDiagnostic
|
|
6368
|
-
export_RuntimeApiLoaderMode["RuntimeApiLoaderMode"]
|
|
6369
|
-
module_src_runtimeApiLoaders_ts --> export_RuntimeApiLoaderMode
|
|
6370
6010
|
export_RuntimeBindingDescriptor["RuntimeBindingDescriptor"]
|
|
6371
6011
|
module_src_runtimeManifest_ts --> export_RuntimeBindingDescriptor
|
|
6372
6012
|
export_RuntimeBindingOperationExecutionArgs["RuntimeBindingOperationExecutionArgs"]
|
|
@@ -6429,6 +6069,10 @@ graph LR
|
|
|
6429
6069
|
export_RuntimeManifestInput -.-> export_RuntimeBindingDescriptor
|
|
6430
6070
|
export_RuntimeManifestInput -.-> export_RuntimeDiagnostic
|
|
6431
6071
|
export_RuntimeManifestInput -.-> export_RuntimeManifestConfig
|
|
6072
|
+
export_RuntimeMediaAssetResolver["RuntimeMediaAssetResolver"]
|
|
6073
|
+
module_src_runtimeMedia_ts --> export_RuntimeMediaAssetResolver
|
|
6074
|
+
export_RuntimeMediaAssetResolverArgs["RuntimeMediaAssetResolverArgs"]
|
|
6075
|
+
module_src_runtimeMedia_ts --> export_RuntimeMediaAssetResolverArgs
|
|
6432
6076
|
export_RuntimeMemoryStateAdapterOptions["RuntimeMemoryStateAdapterOptions"]
|
|
6433
6077
|
module_src_runtimeStateAdapter_ts --> export_RuntimeMemoryStateAdapterOptions
|
|
6434
6078
|
export_RuntimeNodePropsResolver["RuntimeNodePropsResolver"]
|
|
@@ -6442,6 +6086,7 @@ graph LR
|
|
|
6442
6086
|
export_RuntimeRendererConfig -.-> export_RuntimeActionHandlers
|
|
6443
6087
|
export_RuntimeRendererConfig -.-> export_RuntimeBindingOperationExecutor
|
|
6444
6088
|
export_RuntimeRendererConfig -.-> export_RuntimeBindingOperationResultWriter
|
|
6089
|
+
export_RuntimeRendererConfig -.-> export_RuntimeMediaAssetResolver
|
|
6445
6090
|
export_RuntimeRendererConfig -.-> export_RuntimeNodePropsResolver
|
|
6446
6091
|
export_RuntimeRendererConfig -.-> export_RuntimeRendererWrapArgs
|
|
6447
6092
|
export_RuntimeRendererConfigProvider["RuntimeRendererConfigProvider"]
|
|
@@ -6451,10 +6096,13 @@ graph LR
|
|
|
6451
6096
|
module_src_RuntimeRenderer_tsx --> export_RuntimeRendererProps
|
|
6452
6097
|
export_RuntimeRendererProps -.-> export_RuntimeActionHandler
|
|
6453
6098
|
export_RuntimeRendererProps -.-> export_RuntimeBindingOperationExecutor
|
|
6099
|
+
export_RuntimeRendererProps -.-> export_RuntimeMediaAssetResolver
|
|
6454
6100
|
export_RuntimeRendererProps -.-> export_RuntimeRendererConfig
|
|
6455
6101
|
export_RuntimeRendererProps -.-> export_RuntimeRendererWrapArgs
|
|
6456
6102
|
export_RuntimeRendererWrapArgs["RuntimeRendererWrapArgs"]
|
|
6457
6103
|
module_src_RuntimeRendererConfig_tsx --> export_RuntimeRendererWrapArgs
|
|
6104
|
+
export_RuntimeResolvedMediaValue["RuntimeResolvedMediaValue"]
|
|
6105
|
+
module_src_runtimeMedia_ts --> export_RuntimeResolvedMediaValue
|
|
6458
6106
|
export_RuntimeResolveNodePropsArgs["RuntimeResolveNodePropsArgs"]
|
|
6459
6107
|
module_node_modules__ankhorage_contracts_dist_runtimeCallbacks_d_ts -->
|
|
6460
6108
|
export_RuntimeResolveNodePropsArgs export_RuntimeScreen["RuntimeScreen"]
|
|
@@ -6475,10 +6123,6 @@ graph LR
|
|
|
6475
6123
|
module_src_ManifestContext_tsx --> export_useManifestContext
|
|
6476
6124
|
export_useOptionalManifestContext["useOptionalManifestContext"]
|
|
6477
6125
|
module_src_ManifestContext_tsx --> export_useOptionalManifestContext
|
|
6478
|
-
export_useRuntimeApiStateLoaders["useRuntimeApiStateLoaders"]
|
|
6479
|
-
module_src_runtimeApiLoaders_ts --> export_useRuntimeApiStateLoaders
|
|
6480
|
-
export_useRuntimeApiStateLoaders -.-> export_RuntimeApiLoaderDefinition
|
|
6481
|
-
export_useRuntimeApiStateLoaders -.-> export_RuntimeApiLoaderDiagnostic
|
|
6482
6126
|
export_useRuntimeRendererConfig["useRuntimeRendererConfig"]
|
|
6483
6127
|
module_src_RuntimeRendererConfig_tsx --> export_useRuntimeRendererConfig
|
|
6484
6128
|
export_useRuntimeRendererConfig -.-> export_RuntimeRendererConfig
|
|
@@ -6510,10 +6154,9 @@ graph LR
|
|
|
6510
6154
|
module_src_rendering_ts["src/rendering.ts"]
|
|
6511
6155
|
module_src_runtimeActionRegistry_test_ts["src/runtimeActionRegistry.test.ts"]
|
|
6512
6156
|
module_src_runtimeActionRegistry_ts["src/runtimeActionRegistry.ts"]
|
|
6513
|
-
module_src_runtimeApiLoaders_test_ts["src/runtimeApiLoaders.test.ts"]
|
|
6514
|
-
module_src_runtimeApiLoaders_ts["src/runtimeApiLoaders.ts"]
|
|
6515
6157
|
module_src_runtimeBindings_test_ts["src/runtimeBindings.test.ts"]
|
|
6516
6158
|
module_src_runtimeBindings_ts["src/runtimeBindings.ts"]
|
|
6159
|
+
module_src_runtimeDatabaseOperationExecutor_ts["src/runtimeDatabaseOperationExecutor.ts"]
|
|
6517
6160
|
module_src_runtimeDataSourceOperations_test_ts["src/runtimeDataSourceOperations.test.ts"]
|
|
6518
6161
|
module_src_runtimeDataSourceOperations_ts["src/runtimeDataSourceOperations.ts"]
|
|
6519
6162
|
module_src_runtimeDbPersist_test_ts["src/runtimeDbPersist.test.ts"]
|
|
@@ -6521,6 +6164,10 @@ graph LR
|
|
|
6521
6164
|
module_src_runtimeEventExecution_test_ts["src/runtimeEventExecution.test.ts"]
|
|
6522
6165
|
module_src_runtimeEventExecution_ts["src/runtimeEventExecution.ts"]
|
|
6523
6166
|
module_src_runtimeManifest_ts["src/runtimeManifest.ts"]
|
|
6167
|
+
module_src_runtimeMedia_test_ts["src/runtimeMedia.test.ts"]
|
|
6168
|
+
module_src_runtimeMedia_ts["src/runtimeMedia.ts"]
|
|
6169
|
+
module_src_runtimeMediaCache_tsx["src/runtimeMediaCache.tsx"]
|
|
6170
|
+
module_src_runtimeMediaConfig_test_ts["src/runtimeMediaConfig.test.ts"]
|
|
6524
6171
|
module_src_runtimeNodeProps_test_ts["src/runtimeNodeProps.test.ts"]
|
|
6525
6172
|
module_src_runtimeNodeProps_ts["src/runtimeNodeProps.ts"]
|
|
6526
6173
|
module_src_runtimePackageIsolation_test_ts["src/runtimePackageIsolation.test.ts"]
|
|
@@ -6538,6 +6185,7 @@ graph LR
|
|
|
6538
6185
|
module_src_runtimeScreenLoaders_ts["src/runtimeScreenLoaders.ts"]
|
|
6539
6186
|
module_src_runtimeStateAdapter_ts["src/runtimeStateAdapter.ts"]
|
|
6540
6187
|
module_src_runtimeStateAdapterConfig_test_ts["src/runtimeStateAdapterConfig.test.ts"]
|
|
6188
|
+
module_src_useRuntimeMediaProps_ts["src/useRuntimeMediaProps.ts"]
|
|
6541
6189
|
module_tests_runtime_test_ts["tests/runtime.test.ts"]
|
|
6542
6190
|
export_ComponentRegistry["ComponentRegistry"]
|
|
6543
6191
|
module_src_componentRegistry_ts --> export_ComponentRegistry
|
|
@@ -6575,25 +6223,12 @@ graph LR
|
|
|
6575
6223
|
module_src_runtimeDataSourceOperations_ts --> export_createRuntimeDataSourceOperationExecutor
|
|
6576
6224
|
export_createRuntimeDataSourceOperationExecutor -.-> export_RuntimeBindingOperationExecutor
|
|
6577
6225
|
export_createRuntimeDataSourceOperationExecutor -.-> export_RuntimeDataSourceOperationExecutorOptions
|
|
6578
|
-
export_createRuntimeManifest["createRuntimeManifest"]
|
|
6579
|
-
module_src_runtimeManifest_ts --> export_createRuntimeManifest
|
|
6580
|
-
export_createRuntimeManifest -.-> export_RuntimeManifest
|
|
6581
|
-
export_createRuntimeManifest -.-> export_RuntimeManifestInput
|
|
6582
6226
|
export_createRuntimeMemoryStateAdapter["createRuntimeMemoryStateAdapter"]
|
|
6583
6227
|
module_src_runtimeStateAdapter_ts --> export_createRuntimeMemoryStateAdapter
|
|
6584
6228
|
export_createRuntimeMemoryStateAdapter -.-> export_RuntimeMemoryStateAdapterOptions
|
|
6585
6229
|
export_createRuntimeScreenLoaderRequestKey["createRuntimeScreenLoaderRequestKey"]
|
|
6586
6230
|
module_src_runtimeScreenLoaders_ts --> export_createRuntimeScreenLoaderRequestKey
|
|
6587
6231
|
export_createRuntimeScreenLoaderRequestKey -.-> export_RuntimeBindingOperationResultCache
|
|
6588
|
-
export_defineRuntimeAction["defineRuntimeAction"]
|
|
6589
|
-
module_src_runtimeManifest_ts --> export_defineRuntimeAction
|
|
6590
|
-
export_defineRuntimeAction -.-> export_RuntimeActionDescriptor
|
|
6591
|
-
export_defineRuntimeAdapter["defineRuntimeAdapter"]
|
|
6592
|
-
module_src_runtimeManifest_ts --> export_defineRuntimeAdapter
|
|
6593
|
-
export_defineRuntimeAdapter -.-> export_RuntimeAdapterDescriptor
|
|
6594
|
-
export_defineRuntimeBinding["defineRuntimeBinding"]
|
|
6595
|
-
module_src_runtimeManifest_ts --> export_defineRuntimeBinding
|
|
6596
|
-
export_defineRuntimeBinding -.-> export_RuntimeBindingDescriptor
|
|
6597
6232
|
export_dispatchRuntimeComponentEvent["dispatchRuntimeComponentEvent"]
|
|
6598
6233
|
module_src_runtimeActionRegistry_ts --> export_dispatchRuntimeComponentEvent
|
|
6599
6234
|
export_dispatchRuntimeComponentEvent -.-> export_RuntimeActionHandlers
|
|
@@ -6607,26 +6242,16 @@ graph LR
|
|
|
6607
6242
|
module_src_runtimeDbPersist_ts --> export_executeDbPersistAction
|
|
6608
6243
|
export_executeDbPersistAction -.-> export_RuntimeActionHandlerArgs
|
|
6609
6244
|
export_executeDbPersistAction -.-> export_RuntimeDbPersistExecutionResult
|
|
6610
|
-
export_executeRuntimeApiLoaders["executeRuntimeApiLoaders"]
|
|
6611
|
-
module_src_runtimeApiLoaders_ts --> export_executeRuntimeApiLoaders
|
|
6612
|
-
export_executeRuntimeApiLoaders -.-> export_RuntimeApiLoaderDefinition
|
|
6613
|
-
export_executeRuntimeApiLoaders -.-> export_RuntimeApiLoaderExecutionResult
|
|
6614
6245
|
export_executeRuntimeScreenOperationLoaders["executeRuntimeScreenOperationLoaders"]
|
|
6615
6246
|
module_src_runtimeScreenLoaders_ts --> export_executeRuntimeScreenOperationLoaders
|
|
6616
6247
|
export_executeRuntimeScreenOperationLoaders -.-> export_RuntimeBindingOperationExecutor
|
|
6617
6248
|
export_executeRuntimeScreenOperationLoaders -.-> export_RuntimeBindingOperationResultCache
|
|
6618
6249
|
export_executeRuntimeScreenOperationLoaders -.-> export_RuntimeBindingResolutionContext
|
|
6619
6250
|
export_executeRuntimeScreenOperationLoaders -.-> export_RuntimeScreenOperationLoaderExecutionResult
|
|
6620
|
-
export_listRuntimeCapabilities["listRuntimeCapabilities"]
|
|
6621
|
-
module_src_runtimeManifest_ts --> export_listRuntimeCapabilities
|
|
6622
6251
|
export_ManifestContext["ManifestContext"]
|
|
6623
6252
|
module_src_ManifestContext_tsx --> export_ManifestContext
|
|
6624
6253
|
export_ManifestProvider["ManifestProvider"]
|
|
6625
6254
|
module_src_ManifestContext_tsx --> export_ManifestProvider
|
|
6626
|
-
export_materializeRuntimeApiLoaderState["materializeRuntimeApiLoaderState"]
|
|
6627
|
-
module_src_runtimeApiLoaders_ts --> export_materializeRuntimeApiLoaderState
|
|
6628
|
-
export_materializeRuntimeApiLoaderState -.-> export_RuntimeApiLoaderDefinition
|
|
6629
|
-
export_materializeRuntimeApiLoaderState -.-> export_RuntimeApiLoaderMaterializationResult
|
|
6630
6255
|
export_mergeRuntimeRendererConfig["mergeRuntimeRendererConfig"]
|
|
6631
6256
|
module_src_RuntimeRendererConfig_tsx --> export_mergeRuntimeRendererConfig
|
|
6632
6257
|
export_mergeRuntimeRendererConfig -.-> export_RuntimeRendererConfig
|
|
@@ -6656,14 +6281,8 @@ graph LR
|
|
|
6656
6281
|
export_resolveRuntimeBindingValueSync["resolveRuntimeBindingValueSync"]
|
|
6657
6282
|
module_src_runtimeBindings_ts --> export_resolveRuntimeBindingValueSync
|
|
6658
6283
|
export_resolveRuntimeBindingValueSync -.-> export_RuntimeBindingResolutionContext
|
|
6659
|
-
export_resolveScreenApiLoaders["resolveScreenApiLoaders"]
|
|
6660
|
-
module_src_runtimeScreenLoaders_ts --> export_resolveScreenApiLoaders
|
|
6661
6284
|
export_resolveScreenOperationLoaders["resolveScreenOperationLoaders"]
|
|
6662
6285
|
module_src_runtimeScreenLoaders_ts --> export_resolveScreenOperationLoaders
|
|
6663
|
-
export_RUNTIME_CAPABILITIES["RUNTIME_CAPABILITIES"]
|
|
6664
|
-
module_src_runtimeManifest_ts --> export_RUNTIME_CAPABILITIES
|
|
6665
|
-
export_RUNTIME_MANIFEST_KIND["RUNTIME_MANIFEST_KIND"]
|
|
6666
|
-
module_src_runtimeManifest_ts --> export_RUNTIME_MANIFEST_KIND
|
|
6667
6286
|
export_RuntimeAction["RuntimeAction"]
|
|
6668
6287
|
module_src_RuntimeRendererConfig_tsx --> export_RuntimeAction
|
|
6669
6288
|
export_RuntimeActionDescriptor["RuntimeActionDescriptor"]
|
|
@@ -6687,18 +6306,6 @@ graph LR
|
|
|
6687
6306
|
module_src_runtimeActionRegistry_ts --> export_RuntimeActionResolutionScope
|
|
6688
6307
|
export_RuntimeAdapterDescriptor["RuntimeAdapterDescriptor"]
|
|
6689
6308
|
module_src_runtimeManifest_ts --> export_RuntimeAdapterDescriptor
|
|
6690
|
-
export_RuntimeApiLoaderDefinition["RuntimeApiLoaderDefinition"]
|
|
6691
|
-
module_src_runtimeApiLoaders_ts --> export_RuntimeApiLoaderDefinition
|
|
6692
|
-
export_RuntimeApiLoaderDiagnostic["RuntimeApiLoaderDiagnostic"]
|
|
6693
|
-
module_src_runtimeApiLoaders_ts --> export_RuntimeApiLoaderDiagnostic
|
|
6694
|
-
export_RuntimeApiLoaderExecutionResult["RuntimeApiLoaderExecutionResult"]
|
|
6695
|
-
module_src_runtimeApiLoaders_ts --> export_RuntimeApiLoaderExecutionResult
|
|
6696
|
-
export_RuntimeApiLoaderExecutionResult -.-> export_RuntimeApiLoaderDiagnostic
|
|
6697
|
-
export_RuntimeApiLoaderMaterializationResult["RuntimeApiLoaderMaterializationResult"]
|
|
6698
|
-
module_src_runtimeApiLoaders_ts --> export_RuntimeApiLoaderMaterializationResult
|
|
6699
|
-
export_RuntimeApiLoaderMaterializationResult -.-> export_RuntimeApiLoaderDiagnostic
|
|
6700
|
-
export_RuntimeApiLoaderMode["RuntimeApiLoaderMode"]
|
|
6701
|
-
module_src_runtimeApiLoaders_ts --> export_RuntimeApiLoaderMode
|
|
6702
6309
|
export_RuntimeBindingDescriptor["RuntimeBindingDescriptor"]
|
|
6703
6310
|
module_src_runtimeManifest_ts --> export_RuntimeBindingDescriptor
|
|
6704
6311
|
export_RuntimeBindingOperationExecutionArgs["RuntimeBindingOperationExecutionArgs"]
|
|
@@ -6759,6 +6366,10 @@ graph LR
|
|
|
6759
6366
|
export_RuntimeManifestInput -.-> export_RuntimeBindingDescriptor
|
|
6760
6367
|
export_RuntimeManifestInput -.-> export_RuntimeDiagnostic
|
|
6761
6368
|
export_RuntimeManifestInput -.-> export_RuntimeManifestConfig
|
|
6369
|
+
export_RuntimeMediaAssetResolver["RuntimeMediaAssetResolver"]
|
|
6370
|
+
module_src_runtimeMedia_ts --> export_RuntimeMediaAssetResolver
|
|
6371
|
+
export_RuntimeMediaAssetResolverArgs["RuntimeMediaAssetResolverArgs"]
|
|
6372
|
+
module_src_runtimeMedia_ts --> export_RuntimeMediaAssetResolverArgs
|
|
6762
6373
|
export_RuntimeMemoryStateAdapterOptions["RuntimeMemoryStateAdapterOptions"]
|
|
6763
6374
|
module_src_runtimeStateAdapter_ts --> export_RuntimeMemoryStateAdapterOptions
|
|
6764
6375
|
export_RuntimeNodePropsResolver["RuntimeNodePropsResolver"]
|
|
@@ -6772,6 +6383,7 @@ graph LR
|
|
|
6772
6383
|
export_RuntimeRendererConfig -.-> export_RuntimeActionHandlers
|
|
6773
6384
|
export_RuntimeRendererConfig -.-> export_RuntimeBindingOperationExecutor
|
|
6774
6385
|
export_RuntimeRendererConfig -.-> export_RuntimeBindingOperationResultWriter
|
|
6386
|
+
export_RuntimeRendererConfig -.-> export_RuntimeMediaAssetResolver
|
|
6775
6387
|
export_RuntimeRendererConfig -.-> export_RuntimeNodePropsResolver
|
|
6776
6388
|
export_RuntimeRendererConfig -.-> export_RuntimeRendererWrapArgs
|
|
6777
6389
|
export_RuntimeRendererConfigProvider["RuntimeRendererConfigProvider"]
|
|
@@ -6781,10 +6393,13 @@ graph LR
|
|
|
6781
6393
|
module_src_RuntimeRenderer_tsx --> export_RuntimeRendererProps
|
|
6782
6394
|
export_RuntimeRendererProps -.-> export_RuntimeActionHandler
|
|
6783
6395
|
export_RuntimeRendererProps -.-> export_RuntimeBindingOperationExecutor
|
|
6396
|
+
export_RuntimeRendererProps -.-> export_RuntimeMediaAssetResolver
|
|
6784
6397
|
export_RuntimeRendererProps -.-> export_RuntimeRendererConfig
|
|
6785
6398
|
export_RuntimeRendererProps -.-> export_RuntimeRendererWrapArgs
|
|
6786
6399
|
export_RuntimeRendererWrapArgs["RuntimeRendererWrapArgs"]
|
|
6787
6400
|
module_src_RuntimeRendererConfig_tsx --> export_RuntimeRendererWrapArgs
|
|
6401
|
+
export_RuntimeResolvedMediaValue["RuntimeResolvedMediaValue"]
|
|
6402
|
+
module_src_runtimeMedia_ts --> export_RuntimeResolvedMediaValue
|
|
6788
6403
|
export_RuntimeResolveNodePropsArgs["RuntimeResolveNodePropsArgs"]
|
|
6789
6404
|
module_node_modules__ankhorage_contracts_dist_runtimeCallbacks_d_ts --> export_RuntimeResolveNodePropsArgs
|
|
6790
6405
|
export_RuntimeScreen["RuntimeScreen"]
|
|
@@ -6804,10 +6419,6 @@ graph LR
|
|
|
6804
6419
|
module_src_ManifestContext_tsx --> export_useManifestContext
|
|
6805
6420
|
export_useOptionalManifestContext["useOptionalManifestContext"]
|
|
6806
6421
|
module_src_ManifestContext_tsx --> export_useOptionalManifestContext
|
|
6807
|
-
export_useRuntimeApiStateLoaders["useRuntimeApiStateLoaders"]
|
|
6808
|
-
module_src_runtimeApiLoaders_ts --> export_useRuntimeApiStateLoaders
|
|
6809
|
-
export_useRuntimeApiStateLoaders -.-> export_RuntimeApiLoaderDefinition
|
|
6810
|
-
export_useRuntimeApiStateLoaders -.-> export_RuntimeApiLoaderDiagnostic
|
|
6811
6422
|
export_useRuntimeRendererConfig["useRuntimeRendererConfig"]
|
|
6812
6423
|
module_src_RuntimeRendererConfig_tsx --> export_useRuntimeRendererConfig
|
|
6813
6424
|
export_useRuntimeRendererConfig -.-> export_RuntimeRendererConfig
|
|
@@ -7144,7 +6755,6 @@ sequenceDiagram
|
|
|
7144
6755
|
sequenceDiagram participant participant_createRuntimeScreenOperationLoaderLifecycle
|
|
7145
6756
|
as createRuntimeScreenOperationLoaderLifecycle participant participant_RuntimeScreen
|
|
7146
6757
|
as RuntimeScreen participant participant_useContext as useContext participant
|
|
7147
|
-
participant_useRuntimeApiStateLoaders as useRuntimeApiStateLoaders participant
|
|
7148
6758
|
participant_useRuntimeRendererConfig as useRuntimeRendererConfig participant
|
|
7149
6759
|
participant_useRuntimeScreenOperationLoaders as useRuntimeScreenOperationLoaders
|
|
7150
6760
|
participant_RuntimeScreen->>participant_useRuntimeRendererConfig:
|
|
@@ -7152,9 +6762,6 @@ sequenceDiagram
|
|
|
7152
6762
|
participant_useRuntimeRendererConfig->>participant_useContext: useContext()
|
|
7153
6763
|
participant_useContext-->>participant_useRuntimeRendererConfig: return
|
|
7154
6764
|
participant_useRuntimeRendererConfig-->>participant_RuntimeScreen: return
|
|
7155
|
-
participant_RuntimeScreen->>participant_useRuntimeApiStateLoaders:
|
|
7156
|
-
useRuntimeApiStateLoaders()
|
|
7157
|
-
participant_useRuntimeApiStateLoaders-->>participant_RuntimeScreen: return
|
|
7158
6765
|
participant_RuntimeScreen->>participant_useRuntimeScreenOperationLoaders:
|
|
7159
6766
|
useRuntimeScreenOperationLoaders()
|
|
7160
6767
|
participant_useRuntimeScreenOperationLoaders->>participant_createRuntimeScreenOperationLoaderLifecycle:
|
|
@@ -7171,15 +6778,12 @@ sequenceDiagram
|
|
|
7171
6778
|
participant participant_createRuntimeScreenOperationLoaderLifecycle as createRuntimeScreenOperationLoaderLifecycle
|
|
7172
6779
|
participant participant_RuntimeScreen as RuntimeScreen
|
|
7173
6780
|
participant participant_useContext as useContext
|
|
7174
|
-
participant participant_useRuntimeApiStateLoaders as useRuntimeApiStateLoaders
|
|
7175
6781
|
participant participant_useRuntimeRendererConfig as useRuntimeRendererConfig
|
|
7176
6782
|
participant participant_useRuntimeScreenOperationLoaders as useRuntimeScreenOperationLoaders
|
|
7177
6783
|
participant_RuntimeScreen->>participant_useRuntimeRendererConfig: useRuntimeRendererConfig()
|
|
7178
6784
|
participant_useRuntimeRendererConfig->>participant_useContext: useContext()
|
|
7179
6785
|
participant_useContext-->>participant_useRuntimeRendererConfig: return
|
|
7180
6786
|
participant_useRuntimeRendererConfig-->>participant_RuntimeScreen: return
|
|
7181
|
-
participant_RuntimeScreen->>participant_useRuntimeApiStateLoaders: useRuntimeApiStateLoaders()
|
|
7182
|
-
participant_useRuntimeApiStateLoaders-->>participant_RuntimeScreen: return
|
|
7183
6787
|
participant_RuntimeScreen->>participant_useRuntimeScreenOperationLoaders: useRuntimeScreenOperationLoaders()
|
|
7184
6788
|
participant_useRuntimeScreenOperationLoaders->>participant_createRuntimeScreenOperationLoaderLifecycle: createRuntimeScreenOperationLoaderLifecycle()
|
|
7185
6789
|
participant_createRuntimeScreenOperationLoaderLifecycle-->>participant_useRuntimeScreenOperationLoaders: return
|
|
@@ -7649,108 +7253,32 @@ sequenceDiagram
|
|
|
7649
7253
|
<p class="muted"><code>src/runtimeActionRegistry.ts:465:1</code></p>
|
|
7650
7254
|
<p class="empty">No description available.</p>
|
|
7651
7255
|
</article>
|
|
7652
|
-
<article class="item" data-search="readPath src/runtimeActionRegistry.ts ">
|
|
7653
|
-
<h3>readPath</h3>
|
|
7654
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:469:1</code></p>
|
|
7655
|
-
<p class="empty">No description available.</p>
|
|
7656
|
-
</article>
|
|
7657
|
-
<article
|
|
7658
|
-
class="item"
|
|
7659
|
-
data-search="createBarcodeScannedPayload src/runtimeActionRegistry.ts "
|
|
7660
|
-
>
|
|
7661
|
-
<h3>createBarcodeScannedPayload</h3>
|
|
7662
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:478:1</code></p>
|
|
7663
|
-
<p class="empty">No description available.</p>
|
|
7664
|
-
</article>
|
|
7665
|
-
<article class="item" data-search="readItemId src/runtimeActionRegistry.ts ">
|
|
7666
|
-
<h3>readItemId</h3>
|
|
7667
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:494:1</code></p>
|
|
7668
|
-
<p class="empty">No description available.</p>
|
|
7669
|
-
</article>
|
|
7670
|
-
<article class="item" data-search="asRecord src/runtimeActionRegistry.ts ">
|
|
7671
|
-
<h3>asRecord</h3>
|
|
7672
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:503:1</code></p>
|
|
7673
|
-
<p class="empty">No description available.</p>
|
|
7674
|
-
</article>
|
|
7675
|
-
<article class="item" data-search="isRecord src/runtimeActionRegistry.ts ">
|
|
7676
|
-
<h3>isRecord</h3>
|
|
7677
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:507:1</code></p>
|
|
7678
|
-
<p class="empty">No description available.</p>
|
|
7679
|
-
</article>
|
|
7680
|
-
</section>
|
|
7681
|
-
</section>
|
|
7682
|
-
<section
|
|
7683
|
-
id="view-src-runtimeapiloaders-ts"
|
|
7684
|
-
class="view"
|
|
7685
|
-
data-view="src/runtimeApiLoaders.ts"
|
|
7686
|
-
hidden
|
|
7687
|
-
>
|
|
7688
|
-
<section class="panel">
|
|
7689
|
-
<h2>src/runtimeApiLoaders.ts</h2>
|
|
7690
|
-
<article
|
|
7691
|
-
class="item"
|
|
7692
|
-
data-search="materializeRuntimeApiLoaderState src/runtimeApiLoaders.ts "
|
|
7693
|
-
>
|
|
7694
|
-
<h3>materializeRuntimeApiLoaderState</h3>
|
|
7695
|
-
<p class="muted"><code>src/runtimeApiLoaders.ts:40:1</code></p>
|
|
7696
|
-
<p class="empty">No description available.</p>
|
|
7697
|
-
</article>
|
|
7698
|
-
<article class="item" data-search="executeRuntimeApiLoaders src/runtimeApiLoaders.ts ">
|
|
7699
|
-
<h3>executeRuntimeApiLoaders</h3>
|
|
7700
|
-
<p class="muted"><code>src/runtimeApiLoaders.ts:100:1</code></p>
|
|
7701
|
-
<p class="empty">No description available.</p>
|
|
7702
|
-
</article>
|
|
7703
|
-
<article class="item" data-search="useRuntimeApiStateLoaders src/runtimeApiLoaders.ts ">
|
|
7704
|
-
<h3>useRuntimeApiStateLoaders</h3>
|
|
7705
|
-
<p class="muted"><code>src/runtimeApiLoaders.ts:125:1</code></p>
|
|
7256
|
+
<article class="item" data-search="readPath src/runtimeActionRegistry.ts ">
|
|
7257
|
+
<h3>readPath</h3>
|
|
7258
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:469:1</code></p>
|
|
7706
7259
|
<p class="empty">No description available.</p>
|
|
7707
7260
|
</article>
|
|
7708
7261
|
<article
|
|
7709
7262
|
class="item"
|
|
7710
|
-
data-search="
|
|
7263
|
+
data-search="createBarcodeScannedPayload src/runtimeActionRegistry.ts "
|
|
7711
7264
|
>
|
|
7712
|
-
<h3>
|
|
7713
|
-
<p class="muted"><code>src/
|
|
7714
|
-
<p class="empty">No description available.</p>
|
|
7715
|
-
</article>
|
|
7716
|
-
<article class="item" data-search="selectApiLoaderValue src/runtimeApiLoaders.ts ">
|
|
7717
|
-
<h3>selectApiLoaderValue</h3>
|
|
7718
|
-
<p class="muted"><code>src/runtimeApiLoaders.ts:167:1</code></p>
|
|
7719
|
-
<p class="empty">No description available.</p>
|
|
7720
|
-
</article>
|
|
7721
|
-
<article class="item" data-search="normalizePrimitiveId src/runtimeApiLoaders.ts ">
|
|
7722
|
-
<h3>normalizePrimitiveId</h3>
|
|
7723
|
-
<p class="muted"><code>src/runtimeApiLoaders.ts:205:1</code></p>
|
|
7724
|
-
<p class="empty">No description available.</p>
|
|
7725
|
-
</article>
|
|
7726
|
-
<article class="item" data-search="deterministicIndex src/runtimeApiLoaders.ts ">
|
|
7727
|
-
<h3>deterministicIndex</h3>
|
|
7728
|
-
<p class="muted"><code>src/runtimeApiLoaders.ts:212:1</code></p>
|
|
7729
|
-
<p class="empty">No description available.</p>
|
|
7730
|
-
</article>
|
|
7731
|
-
<article class="item" data-search="writeObjectPath src/runtimeApiLoaders.ts ">
|
|
7732
|
-
<h3>writeObjectPath</h3>
|
|
7733
|
-
<p class="muted"><code>src/runtimeApiLoaders.ts:223:1</code></p>
|
|
7734
|
-
<p class="empty">No description available.</p>
|
|
7735
|
-
</article>
|
|
7736
|
-
<article class="item" data-search="flattenStateEntries src/runtimeApiLoaders.ts ">
|
|
7737
|
-
<h3>flattenStateEntries</h3>
|
|
7738
|
-
<p class="muted"><code>src/runtimeApiLoaders.ts:265:1</code></p>
|
|
7265
|
+
<h3>createBarcodeScannedPayload</h3>
|
|
7266
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:478:1</code></p>
|
|
7739
7267
|
<p class="empty">No description available.</p>
|
|
7740
7268
|
</article>
|
|
7741
|
-
<article class="item" data-search="
|
|
7742
|
-
<h3>
|
|
7743
|
-
<p class="muted"><code>src/
|
|
7269
|
+
<article class="item" data-search="readItemId src/runtimeActionRegistry.ts ">
|
|
7270
|
+
<h3>readItemId</h3>
|
|
7271
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:494:1</code></p>
|
|
7744
7272
|
<p class="empty">No description available.</p>
|
|
7745
7273
|
</article>
|
|
7746
|
-
<article class="item" data-search="
|
|
7747
|
-
<h3>
|
|
7748
|
-
<p class="muted"><code>src/
|
|
7274
|
+
<article class="item" data-search="asRecord src/runtimeActionRegistry.ts ">
|
|
7275
|
+
<h3>asRecord</h3>
|
|
7276
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:503:1</code></p>
|
|
7749
7277
|
<p class="empty">No description available.</p>
|
|
7750
7278
|
</article>
|
|
7751
|
-
<article class="item" data-search="
|
|
7752
|
-
<h3>
|
|
7753
|
-
<p class="muted"><code>src/
|
|
7279
|
+
<article class="item" data-search="isRecord src/runtimeActionRegistry.ts ">
|
|
7280
|
+
<h3>isRecord</h3>
|
|
7281
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:507:1</code></p>
|
|
7754
7282
|
<p class="empty">No description available.</p>
|
|
7755
7283
|
</article>
|
|
7756
7284
|
</section>
|
|
@@ -7937,6 +7465,167 @@ sequenceDiagram
|
|
|
7937
7465
|
</article>
|
|
7938
7466
|
</section>
|
|
7939
7467
|
</section>
|
|
7468
|
+
<section
|
|
7469
|
+
id="view-src-runtimedatabaseoperationexecutor-ts"
|
|
7470
|
+
class="view"
|
|
7471
|
+
data-view="src/runtimeDatabaseOperationExecutor.ts"
|
|
7472
|
+
hidden
|
|
7473
|
+
>
|
|
7474
|
+
<section class="panel">
|
|
7475
|
+
<h2>src/runtimeDatabaseOperationExecutor.ts</h2>
|
|
7476
|
+
<article
|
|
7477
|
+
class="item"
|
|
7478
|
+
data-search="executeRuntimeDatabaseOperation src/runtimeDatabaseOperationExecutor.ts "
|
|
7479
|
+
>
|
|
7480
|
+
<h3>executeRuntimeDatabaseOperation</h3>
|
|
7481
|
+
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:13:1</code></p>
|
|
7482
|
+
<p class="empty">No description available.</p>
|
|
7483
|
+
</article>
|
|
7484
|
+
<article
|
|
7485
|
+
class="item"
|
|
7486
|
+
data-search="resolveOperationPlan src/runtimeDatabaseOperationExecutor.ts "
|
|
7487
|
+
>
|
|
7488
|
+
<h3>resolveOperationPlan</h3>
|
|
7489
|
+
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:67:1</code></p>
|
|
7490
|
+
<p class="empty">No description available.</p>
|
|
7491
|
+
</article>
|
|
7492
|
+
<article
|
|
7493
|
+
class="item"
|
|
7494
|
+
data-search="executeList src/runtimeDatabaseOperationExecutor.ts "
|
|
7495
|
+
>
|
|
7496
|
+
<h3>executeList</h3>
|
|
7497
|
+
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:121:1</code></p>
|
|
7498
|
+
<p class="empty">No description available.</p>
|
|
7499
|
+
</article>
|
|
7500
|
+
<article
|
|
7501
|
+
class="item"
|
|
7502
|
+
data-search="executeRead src/runtimeDatabaseOperationExecutor.ts "
|
|
7503
|
+
>
|
|
7504
|
+
<h3>executeRead</h3>
|
|
7505
|
+
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:138:1</code></p>
|
|
7506
|
+
<p class="empty">No description available.</p>
|
|
7507
|
+
</article>
|
|
7508
|
+
<article
|
|
7509
|
+
class="item"
|
|
7510
|
+
data-search="executeCreate src/runtimeDatabaseOperationExecutor.ts "
|
|
7511
|
+
>
|
|
7512
|
+
<h3>executeCreate</h3>
|
|
7513
|
+
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:156:1</code></p>
|
|
7514
|
+
<p class="empty">No description available.</p>
|
|
7515
|
+
</article>
|
|
7516
|
+
<article
|
|
7517
|
+
class="item"
|
|
7518
|
+
data-search="executeUpdate src/runtimeDatabaseOperationExecutor.ts "
|
|
7519
|
+
>
|
|
7520
|
+
<h3>executeUpdate</h3>
|
|
7521
|
+
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:170:1</code></p>
|
|
7522
|
+
<p class="empty">No description available.</p>
|
|
7523
|
+
</article>
|
|
7524
|
+
<article
|
|
7525
|
+
class="item"
|
|
7526
|
+
data-search="executeDelete src/runtimeDatabaseOperationExecutor.ts "
|
|
7527
|
+
>
|
|
7528
|
+
<h3>executeDelete</h3>
|
|
7529
|
+
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:197:1</code></p>
|
|
7530
|
+
<p class="empty">No description available.</p>
|
|
7531
|
+
</article>
|
|
7532
|
+
<article
|
|
7533
|
+
class="item"
|
|
7534
|
+
data-search="resolveDbResult src/runtimeDatabaseOperationExecutor.ts "
|
|
7535
|
+
>
|
|
7536
|
+
<h3>resolveDbResult</h3>
|
|
7537
|
+
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:219:1</code></p>
|
|
7538
|
+
<p class="empty">No description available.</p>
|
|
7539
|
+
</article>
|
|
7540
|
+
<article
|
|
7541
|
+
class="item"
|
|
7542
|
+
data-search="resolveAdapterId src/runtimeDatabaseOperationExecutor.ts "
|
|
7543
|
+
>
|
|
7544
|
+
<h3>resolveAdapterId</h3>
|
|
7545
|
+
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:239:1</code></p>
|
|
7546
|
+
<p class="empty">No description available.</p>
|
|
7547
|
+
</article>
|
|
7548
|
+
<article
|
|
7549
|
+
class="item"
|
|
7550
|
+
data-search="resolvePrimaryKey src/runtimeDatabaseOperationExecutor.ts "
|
|
7551
|
+
>
|
|
7552
|
+
<h3>resolvePrimaryKey</h3>
|
|
7553
|
+
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:245:1</code></p>
|
|
7554
|
+
<p class="empty">No description available.</p>
|
|
7555
|
+
</article>
|
|
7556
|
+
<article
|
|
7557
|
+
class="item"
|
|
7558
|
+
data-search="resolveIdentity src/runtimeDatabaseOperationExecutor.ts "
|
|
7559
|
+
>
|
|
7560
|
+
<h3>resolveIdentity</h3>
|
|
7561
|
+
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:249:1</code></p>
|
|
7562
|
+
<p class="empty">No description available.</p>
|
|
7563
|
+
</article>
|
|
7564
|
+
<article
|
|
7565
|
+
class="item"
|
|
7566
|
+
data-search="resolvePage src/runtimeDatabaseOperationExecutor.ts "
|
|
7567
|
+
>
|
|
7568
|
+
<h3>resolvePage</h3>
|
|
7569
|
+
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:270:1</code></p>
|
|
7570
|
+
<p class="empty">No description available.</p>
|
|
7571
|
+
</article>
|
|
7572
|
+
<article
|
|
7573
|
+
class="item"
|
|
7574
|
+
data-search="isOptionalPageNumber src/runtimeDatabaseOperationExecutor.ts "
|
|
7575
|
+
>
|
|
7576
|
+
<h3>isOptionalPageNumber</h3>
|
|
7577
|
+
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:287:1</code></p>
|
|
7578
|
+
<p class="empty">No description available.</p>
|
|
7579
|
+
</article>
|
|
7580
|
+
<article
|
|
7581
|
+
class="item"
|
|
7582
|
+
data-search="createIdentityFilter src/runtimeDatabaseOperationExecutor.ts "
|
|
7583
|
+
>
|
|
7584
|
+
<h3>createIdentityFilter</h3>
|
|
7585
|
+
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:293:1</code></p>
|
|
7586
|
+
<p class="empty">No description available.</p>
|
|
7587
|
+
</article>
|
|
7588
|
+
<article class="item" data-search="omitKey src/runtimeDatabaseOperationExecutor.ts ">
|
|
7589
|
+
<h3>omitKey</h3>
|
|
7590
|
+
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:297:1</code></p>
|
|
7591
|
+
<p class="empty">No description available.</p>
|
|
7592
|
+
</article>
|
|
7593
|
+
<article
|
|
7594
|
+
class="item"
|
|
7595
|
+
data-search="isGeneratedCrudOperation src/runtimeDatabaseOperationExecutor.ts "
|
|
7596
|
+
>
|
|
7597
|
+
<h3>isGeneratedCrudOperation</h3>
|
|
7598
|
+
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:305:1</code></p>
|
|
7599
|
+
<p class="empty">No description available.</p>
|
|
7600
|
+
</article>
|
|
7601
|
+
<article
|
|
7602
|
+
class="item"
|
|
7603
|
+
data-search="invalidPlan src/runtimeDatabaseOperationExecutor.ts "
|
|
7604
|
+
>
|
|
7605
|
+
<h3>invalidPlan</h3>
|
|
7606
|
+
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:315:1</code></p>
|
|
7607
|
+
<p class="empty">No description available.</p>
|
|
7608
|
+
</article>
|
|
7609
|
+
<article class="item" data-search="failure src/runtimeDatabaseOperationExecutor.ts ">
|
|
7610
|
+
<h3>failure</h3>
|
|
7611
|
+
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:326:1</code></p>
|
|
7612
|
+
<p class="empty">No description available.</p>
|
|
7613
|
+
</article>
|
|
7614
|
+
<article class="item" data-search="asRecord src/runtimeDatabaseOperationExecutor.ts ">
|
|
7615
|
+
<h3>asRecord</h3>
|
|
7616
|
+
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:342:1</code></p>
|
|
7617
|
+
<p class="empty">No description available.</p>
|
|
7618
|
+
</article>
|
|
7619
|
+
<article
|
|
7620
|
+
class="item"
|
|
7621
|
+
data-search="toBindingValue src/runtimeDatabaseOperationExecutor.ts "
|
|
7622
|
+
>
|
|
7623
|
+
<h3>toBindingValue</h3>
|
|
7624
|
+
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:348:1</code></p>
|
|
7625
|
+
<p class="empty">No description available.</p>
|
|
7626
|
+
</article>
|
|
7627
|
+
</section>
|
|
7628
|
+
</section>
|
|
7940
7629
|
<section
|
|
7941
7630
|
id="view-src-runtimedatasourceoperations-test-ts"
|
|
7942
7631
|
class="view"
|
|
@@ -7947,10 +7636,18 @@ sequenceDiagram
|
|
|
7947
7636
|
<h2>src/runtimeDataSourceOperations.test.ts</h2>
|
|
7948
7637
|
<article
|
|
7949
7638
|
class="item"
|
|
7950
|
-
data-search="
|
|
7639
|
+
data-search="createExternalDataSources src/runtimeDataSourceOperations.test.ts "
|
|
7951
7640
|
>
|
|
7952
|
-
<h3>
|
|
7953
|
-
<p class="muted"><code>src/runtimeDataSourceOperations.test.ts:
|
|
7641
|
+
<h3>createExternalDataSources</h3>
|
|
7642
|
+
<p class="muted"><code>src/runtimeDataSourceOperations.test.ts:19:1</code></p>
|
|
7643
|
+
<p class="empty">No description available.</p>
|
|
7644
|
+
</article>
|
|
7645
|
+
<article
|
|
7646
|
+
class="item"
|
|
7647
|
+
data-search="createGeneratedDataSource src/runtimeDataSourceOperations.test.ts "
|
|
7648
|
+
>
|
|
7649
|
+
<h3>createGeneratedDataSource</h3>
|
|
7650
|
+
<p class="muted"><code>src/runtimeDataSourceOperations.test.ts:57:1</code></p>
|
|
7954
7651
|
<p class="empty">No description available.</p>
|
|
7955
7652
|
</article>
|
|
7956
7653
|
<article
|
|
@@ -7958,7 +7655,7 @@ sequenceDiagram
|
|
|
7958
7655
|
data-search="getFixtureDataSource src/runtimeDataSourceOperations.test.ts "
|
|
7959
7656
|
>
|
|
7960
7657
|
<h3>getFixtureDataSource</h3>
|
|
7961
|
-
<p class="muted"><code>src/runtimeDataSourceOperations.test.ts:
|
|
7658
|
+
<p class="muted"><code>src/runtimeDataSourceOperations.test.ts:84:1</code></p>
|
|
7962
7659
|
<p class="empty">No description available.</p>
|
|
7963
7660
|
</article>
|
|
7964
7661
|
<article
|
|
@@ -7966,7 +7663,31 @@ sequenceDiagram
|
|
|
7966
7663
|
data-search="getFixtureEndpoint src/runtimeDataSourceOperations.test.ts "
|
|
7967
7664
|
>
|
|
7968
7665
|
<h3>getFixtureEndpoint</h3>
|
|
7969
|
-
<p class="muted"><code>src/runtimeDataSourceOperations.test.ts:
|
|
7666
|
+
<p class="muted"><code>src/runtimeDataSourceOperations.test.ts:90:1</code></p>
|
|
7667
|
+
<p class="empty">No description available.</p>
|
|
7668
|
+
</article>
|
|
7669
|
+
<article
|
|
7670
|
+
class="item"
|
|
7671
|
+
data-search="createDatabaseFixture src/runtimeDataSourceOperations.test.ts "
|
|
7672
|
+
>
|
|
7673
|
+
<h3>createDatabaseFixture</h3>
|
|
7674
|
+
<p class="muted"><code>src/runtimeDataSourceOperations.test.ts:108:1</code></p>
|
|
7675
|
+
<p class="empty">No description available.</p>
|
|
7676
|
+
</article>
|
|
7677
|
+
<article
|
|
7678
|
+
class="item"
|
|
7679
|
+
data-search="createGeneratedExecutor src/runtimeDataSourceOperations.test.ts "
|
|
7680
|
+
>
|
|
7681
|
+
<h3>createGeneratedExecutor</h3>
|
|
7682
|
+
<p class="muted"><code>src/runtimeDataSourceOperations.test.ts:148:1</code></p>
|
|
7683
|
+
<p class="empty">No description available.</p>
|
|
7684
|
+
</article>
|
|
7685
|
+
<article
|
|
7686
|
+
class="item"
|
|
7687
|
+
data-search="executeGeneratedOperation src/runtimeDataSourceOperations.test.ts "
|
|
7688
|
+
>
|
|
7689
|
+
<h3>executeGeneratedOperation</h3>
|
|
7690
|
+
<p class="muted"><code>src/runtimeDataSourceOperations.test.ts:154:1</code></p>
|
|
7970
7691
|
<p class="empty">No description available.</p>
|
|
7971
7692
|
</article>
|
|
7972
7693
|
</section>
|
|
@@ -7984,15 +7705,30 @@ sequenceDiagram
|
|
|
7984
7705
|
data-search="createRuntimeDataSourceOperationExecutor src/runtimeDataSourceOperations.ts "
|
|
7985
7706
|
>
|
|
7986
7707
|
<h3>createRuntimeDataSourceOperationExecutor</h3>
|
|
7987
|
-
<p class="muted"><code>src/runtimeDataSourceOperations.ts:
|
|
7708
|
+
<p class="muted"><code>src/runtimeDataSourceOperations.ts:14:1</code></p>
|
|
7709
|
+
<p class="empty">No description available.</p>
|
|
7710
|
+
</article>
|
|
7711
|
+
<article class="item" data-search="missingEndpoint src/runtimeDataSourceOperations.ts ">
|
|
7712
|
+
<h3>missingEndpoint</h3>
|
|
7713
|
+
<p class="muted"><code>src/runtimeDataSourceOperations.ts:56:1</code></p>
|
|
7988
7714
|
<p class="empty">No description available.</p>
|
|
7989
7715
|
</article>
|
|
7990
7716
|
<article
|
|
7991
7717
|
class="item"
|
|
7992
|
-
data-search="
|
|
7718
|
+
data-search="missingOperation src/runtimeDataSourceOperations.ts "
|
|
7993
7719
|
>
|
|
7994
|
-
<h3>
|
|
7995
|
-
<p class="muted"><code>src/runtimeDataSourceOperations.ts:
|
|
7720
|
+
<h3>missingOperation</h3>
|
|
7721
|
+
<p class="muted"><code>src/runtimeDataSourceOperations.ts:70:1</code></p>
|
|
7722
|
+
<p class="empty">No description available.</p>
|
|
7723
|
+
</article>
|
|
7724
|
+
<article class="item" data-search="invalidInput src/runtimeDataSourceOperations.ts ">
|
|
7725
|
+
<h3>invalidInput</h3>
|
|
7726
|
+
<p class="muted"><code>src/runtimeDataSourceOperations.ts:80:1</code></p>
|
|
7727
|
+
<p class="empty">No description available.</p>
|
|
7728
|
+
</article>
|
|
7729
|
+
<article class="item" data-search="failure src/runtimeDataSourceOperations.ts ">
|
|
7730
|
+
<h3>failure</h3>
|
|
7731
|
+
<p class="muted"><code>src/runtimeDataSourceOperations.ts:90:1</code></p>
|
|
7996
7732
|
<p class="empty">No description available.</p>
|
|
7997
7733
|
</article>
|
|
7998
7734
|
<article
|
|
@@ -8000,7 +7736,7 @@ sequenceDiagram
|
|
|
8000
7736
|
data-search="asBindingValueRecord src/runtimeDataSourceOperations.ts "
|
|
8001
7737
|
>
|
|
8002
7738
|
<h3>asBindingValueRecord</h3>
|
|
8003
|
-
<p class="muted"><code>src/runtimeDataSourceOperations.ts:
|
|
7739
|
+
<p class="muted"><code>src/runtimeDataSourceOperations.ts:108:1</code></p>
|
|
8004
7740
|
<p class="empty">No description available.</p>
|
|
8005
7741
|
</article>
|
|
8006
7742
|
<article
|
|
@@ -8008,7 +7744,7 @@ sequenceDiagram
|
|
|
8008
7744
|
data-search="isBindingValueRecord src/runtimeDataSourceOperations.ts "
|
|
8009
7745
|
>
|
|
8010
7746
|
<h3>isBindingValueRecord</h3>
|
|
8011
|
-
<p class="muted"><code>src/runtimeDataSourceOperations.ts:
|
|
7747
|
+
<p class="muted"><code>src/runtimeDataSourceOperations.ts:114:1</code></p>
|
|
8012
7748
|
<p class="empty">No description available.</p>
|
|
8013
7749
|
</article>
|
|
8014
7750
|
</section>
|
|
@@ -8132,6 +7868,136 @@ sequenceDiagram
|
|
|
8132
7868
|
</article>
|
|
8133
7869
|
</section>
|
|
8134
7870
|
</section>
|
|
7871
|
+
<section
|
|
7872
|
+
id="view-src-runtimemedia-test-ts"
|
|
7873
|
+
class="view"
|
|
7874
|
+
data-view="src/runtimeMedia.test.ts"
|
|
7875
|
+
hidden
|
|
7876
|
+
>
|
|
7877
|
+
<section class="panel">
|
|
7878
|
+
<h2>src/runtimeMedia.test.ts</h2>
|
|
7879
|
+
<article class="item" data-search="resolver src/runtimeMedia.test.ts ">
|
|
7880
|
+
<h3>resolver</h3>
|
|
7881
|
+
<p class="muted"><code>src/runtimeMedia.test.ts:59:11</code></p>
|
|
7882
|
+
<p class="empty">No description available.</p>
|
|
7883
|
+
</article>
|
|
7884
|
+
<article class="item" data-search="firstResolver src/runtimeMedia.test.ts ">
|
|
7885
|
+
<h3>firstResolver</h3>
|
|
7886
|
+
<p class="muted"><code>src/runtimeMedia.test.ts:84:11</code></p>
|
|
7887
|
+
<p class="empty">No description available.</p>
|
|
7888
|
+
</article>
|
|
7889
|
+
<article class="item" data-search="secondResolver src/runtimeMedia.test.ts ">
|
|
7890
|
+
<h3>secondResolver</h3>
|
|
7891
|
+
<p class="muted"><code>src/runtimeMedia.test.ts:85:11</code></p>
|
|
7892
|
+
<p class="empty">No description available.</p>
|
|
7893
|
+
</article>
|
|
7894
|
+
</section>
|
|
7895
|
+
</section>
|
|
7896
|
+
<section id="view-src-runtimemedia-ts" class="view" data-view="src/runtimeMedia.ts" hidden>
|
|
7897
|
+
<section class="panel">
|
|
7898
|
+
<h2>src/runtimeMedia.ts</h2>
|
|
7899
|
+
<article
|
|
7900
|
+
class="item"
|
|
7901
|
+
data-search="createRuntimeMediaResolutionCache src/runtimeMedia.ts "
|
|
7902
|
+
>
|
|
7903
|
+
<h3>createRuntimeMediaResolutionCache</h3>
|
|
7904
|
+
<p class="muted"><code>src/runtimeMedia.ts:24:1</code></p>
|
|
7905
|
+
<p class="empty">No description available.</p>
|
|
7906
|
+
</article>
|
|
7907
|
+
<article
|
|
7908
|
+
class="item"
|
|
7909
|
+
data-search="collectRuntimeMediaReferenceIds src/runtimeMedia.ts "
|
|
7910
|
+
>
|
|
7911
|
+
<h3>collectRuntimeMediaReferenceIds</h3>
|
|
7912
|
+
<p class="muted"><code>src/runtimeMedia.ts:28:1</code></p>
|
|
7913
|
+
<p class="empty">No description available.</p>
|
|
7914
|
+
</article>
|
|
7915
|
+
<article class="item" data-search="replaceRuntimeMediaReferences src/runtimeMedia.ts ">
|
|
7916
|
+
<h3>replaceRuntimeMediaReferences</h3>
|
|
7917
|
+
<p class="muted"><code>src/runtimeMedia.ts:34:1</code></p>
|
|
7918
|
+
<p class="empty">No description available.</p>
|
|
7919
|
+
</article>
|
|
7920
|
+
<article class="item" data-search="resolveRuntimeMediaAsset src/runtimeMedia.ts ">
|
|
7921
|
+
<h3>resolveRuntimeMediaAsset</h3>
|
|
7922
|
+
<p class="muted"><code>src/runtimeMedia.ts:42:1</code></p>
|
|
7923
|
+
<p class="empty">No description available.</p>
|
|
7924
|
+
</article>
|
|
7925
|
+
<article
|
|
7926
|
+
class="item"
|
|
7927
|
+
data-search="createSyncRuntimeMediaResolutionMap src/runtimeMedia.ts "
|
|
7928
|
+
>
|
|
7929
|
+
<h3>createSyncRuntimeMediaResolutionMap</h3>
|
|
7930
|
+
<p class="muted"><code>src/runtimeMedia.ts:64:1</code></p>
|
|
7931
|
+
<p class="empty">No description available.</p>
|
|
7932
|
+
</article>
|
|
7933
|
+
<article class="item" data-search="collectMediaReferenceIds src/runtimeMedia.ts ">
|
|
7934
|
+
<h3>collectMediaReferenceIds</h3>
|
|
7935
|
+
<p class="muted"><code>src/runtimeMedia.ts:78:1</code></p>
|
|
7936
|
+
<p class="empty">No description available.</p>
|
|
7937
|
+
</article>
|
|
7938
|
+
<article class="item" data-search="replaceMediaValue src/runtimeMedia.ts ">
|
|
7939
|
+
<h3>replaceMediaValue</h3>
|
|
7940
|
+
<p class="muted"><code>src/runtimeMedia.ts:93:1</code></p>
|
|
7941
|
+
<p class="empty">No description available.</p>
|
|
7942
|
+
</article>
|
|
7943
|
+
<article class="item" data-search="isPlainObject src/runtimeMedia.ts ">
|
|
7944
|
+
<h3>isPlainObject</h3>
|
|
7945
|
+
<p class="muted"><code>src/runtimeMedia.ts:118:1</code></p>
|
|
7946
|
+
<p class="empty">No description available.</p>
|
|
7947
|
+
</article>
|
|
7948
|
+
</section>
|
|
7949
|
+
</section>
|
|
7950
|
+
<section
|
|
7951
|
+
id="view-src-runtimemediacache-tsx"
|
|
7952
|
+
class="view"
|
|
7953
|
+
data-view="src/runtimeMediaCache.tsx"
|
|
7954
|
+
hidden
|
|
7955
|
+
>
|
|
7956
|
+
<section class="panel">
|
|
7957
|
+
<h2>src/runtimeMediaCache.tsx</h2>
|
|
7958
|
+
<article
|
|
7959
|
+
class="item"
|
|
7960
|
+
data-search="useRuntimeMediaResolutionCache src/runtimeMediaCache.tsx "
|
|
7961
|
+
>
|
|
7962
|
+
<h3>useRuntimeMediaResolutionCache</h3>
|
|
7963
|
+
<p class="muted"><code>src/runtimeMediaCache.tsx:10:1</code></p>
|
|
7964
|
+
<p class="empty">No description available.</p>
|
|
7965
|
+
</article>
|
|
7966
|
+
<article
|
|
7967
|
+
class="item"
|
|
7968
|
+
data-search="RuntimeMediaResolutionCacheProvider src/runtimeMediaCache.tsx "
|
|
7969
|
+
>
|
|
7970
|
+
<h3>RuntimeMediaResolutionCacheProvider</h3>
|
|
7971
|
+
<p class="muted"><code>src/runtimeMediaCache.tsx:16:1</code></p>
|
|
7972
|
+
<p class="empty">No description available.</p>
|
|
7973
|
+
</article>
|
|
7974
|
+
</section>
|
|
7975
|
+
</section>
|
|
7976
|
+
<section
|
|
7977
|
+
id="view-src-runtimemediaconfig-test-ts"
|
|
7978
|
+
class="view"
|
|
7979
|
+
data-view="src/runtimeMediaConfig.test.ts"
|
|
7980
|
+
hidden
|
|
7981
|
+
>
|
|
7982
|
+
<section class="panel">
|
|
7983
|
+
<h2>src/runtimeMediaConfig.test.ts</h2>
|
|
7984
|
+
<article class="item" data-search="resolver src/runtimeMediaConfig.test.ts ">
|
|
7985
|
+
<h3>resolver</h3>
|
|
7986
|
+
<p class="muted"><code>src/runtimeMediaConfig.test.ts:26:11</code></p>
|
|
7987
|
+
<p class="empty">No description available.</p>
|
|
7988
|
+
</article>
|
|
7989
|
+
<article class="item" data-search="inheritedResolver src/runtimeMediaConfig.test.ts ">
|
|
7990
|
+
<h3>inheritedResolver</h3>
|
|
7991
|
+
<p class="muted"><code>src/runtimeMediaConfig.test.ts:40:11</code></p>
|
|
7992
|
+
<p class="empty">No description available.</p>
|
|
7993
|
+
</article>
|
|
7994
|
+
<article class="item" data-search="localResolver src/runtimeMediaConfig.test.ts ">
|
|
7995
|
+
<h3>localResolver</h3>
|
|
7996
|
+
<p class="muted"><code>src/runtimeMediaConfig.test.ts:41:11</code></p>
|
|
7997
|
+
<p class="empty">No description available.</p>
|
|
7998
|
+
</article>
|
|
7999
|
+
</section>
|
|
8000
|
+
</section>
|
|
8135
8001
|
<section
|
|
8136
8002
|
id="view-src-runtimenodeprops-test-ts"
|
|
8137
8003
|
class="view"
|
|
@@ -8235,7 +8101,7 @@ sequenceDiagram
|
|
|
8235
8101
|
<h2>src/RuntimeRenderer.tsx</h2>
|
|
8236
8102
|
<article class="item" data-search="RuntimeRenderer src/RuntimeRenderer.tsx ">
|
|
8237
8103
|
<h3>RuntimeRenderer</h3>
|
|
8238
|
-
<p class="muted"><code>src/RuntimeRenderer.tsx:
|
|
8104
|
+
<p class="muted"><code>src/RuntimeRenderer.tsx:76:1</code></p>
|
|
8239
8105
|
<p class="empty">No description available.</p>
|
|
8240
8106
|
</article>
|
|
8241
8107
|
</section>
|
|
@@ -8331,7 +8197,7 @@ sequenceDiagram
|
|
|
8331
8197
|
data-search="composeRuntimeRendererWrapNode src/RuntimeRendererConfig.tsx "
|
|
8332
8198
|
>
|
|
8333
8199
|
<h3>composeRuntimeRendererWrapNode</h3>
|
|
8334
|
-
<p class="muted"><code>src/RuntimeRendererConfig.tsx:
|
|
8200
|
+
<p class="muted"><code>src/RuntimeRendererConfig.tsx:77:1</code></p>
|
|
8335
8201
|
<p class="empty">No description available.</p>
|
|
8336
8202
|
</article>
|
|
8337
8203
|
<article
|
|
@@ -8339,7 +8205,7 @@ sequenceDiagram
|
|
|
8339
8205
|
data-search="composeRuntimeNodePropsResolver src/RuntimeRendererConfig.tsx "
|
|
8340
8206
|
>
|
|
8341
8207
|
<h3>composeRuntimeNodePropsResolver</h3>
|
|
8342
|
-
<p class="muted"><code>src/RuntimeRendererConfig.tsx:
|
|
8208
|
+
<p class="muted"><code>src/RuntimeRendererConfig.tsx:92:1</code></p>
|
|
8343
8209
|
<p class="empty">No description available.</p>
|
|
8344
8210
|
</article>
|
|
8345
8211
|
<article
|
|
@@ -8347,7 +8213,7 @@ sequenceDiagram
|
|
|
8347
8213
|
data-search="mergeRuntimeRendererConfig src/RuntimeRendererConfig.tsx "
|
|
8348
8214
|
>
|
|
8349
8215
|
<h3>mergeRuntimeRendererConfig</h3>
|
|
8350
|
-
<p class="muted"><code>src/RuntimeRendererConfig.tsx:
|
|
8216
|
+
<p class="muted"><code>src/RuntimeRendererConfig.tsx:110:1</code></p>
|
|
8351
8217
|
<p class="empty">No description available.</p>
|
|
8352
8218
|
</article>
|
|
8353
8219
|
<article
|
|
@@ -8355,7 +8221,7 @@ sequenceDiagram
|
|
|
8355
8221
|
data-search="RuntimeRendererConfigProvider src/RuntimeRendererConfig.tsx "
|
|
8356
8222
|
>
|
|
8357
8223
|
<h3>RuntimeRendererConfigProvider</h3>
|
|
8358
|
-
<p class="muted"><code>src/RuntimeRendererConfig.tsx:
|
|
8224
|
+
<p class="muted"><code>src/RuntimeRendererConfig.tsx:158:1</code></p>
|
|
8359
8225
|
<p class="empty">No description available.</p>
|
|
8360
8226
|
</article>
|
|
8361
8227
|
<article
|
|
@@ -8363,12 +8229,12 @@ sequenceDiagram
|
|
|
8363
8229
|
data-search="useRuntimeRendererConfig src/RuntimeRendererConfig.tsx "
|
|
8364
8230
|
>
|
|
8365
8231
|
<h3>useRuntimeRendererConfig</h3>
|
|
8366
|
-
<p class="muted"><code>src/RuntimeRendererConfig.tsx:
|
|
8232
|
+
<p class="muted"><code>src/RuntimeRendererConfig.tsx:173:1</code></p>
|
|
8367
8233
|
<p class="empty">No description available.</p>
|
|
8368
8234
|
</article>
|
|
8369
8235
|
<article class="item" data-search="mergeRecordConfig src/RuntimeRendererConfig.tsx ">
|
|
8370
8236
|
<h3>mergeRecordConfig</h3>
|
|
8371
|
-
<p class="muted"><code>src/RuntimeRendererConfig.tsx:
|
|
8237
|
+
<p class="muted"><code>src/RuntimeRendererConfig.tsx:177:1</code></p>
|
|
8372
8238
|
<p class="empty">No description available.</p>
|
|
8373
8239
|
</article>
|
|
8374
8240
|
</section>
|
|
@@ -8388,7 +8254,7 @@ sequenceDiagram
|
|
|
8388
8254
|
</article>
|
|
8389
8255
|
<article class="item" data-search="createRepeatedGridNode src/runtimeRepeat.test.ts ">
|
|
8390
8256
|
<h3>createRepeatedGridNode</h3>
|
|
8391
|
-
<p class="muted"><code>src/runtimeRepeat.test.ts:
|
|
8257
|
+
<p class="muted"><code>src/runtimeRepeat.test.ts:46:1</code></p>
|
|
8392
8258
|
<p class="empty">No description available.</p>
|
|
8393
8259
|
</article>
|
|
8394
8260
|
<article
|
|
@@ -8396,7 +8262,7 @@ sequenceDiagram
|
|
|
8396
8262
|
data-search="createRepeatedCardBindings src/runtimeRepeat.test.ts "
|
|
8397
8263
|
>
|
|
8398
8264
|
<h3>createRepeatedCardBindings</h3>
|
|
8399
|
-
<p class="muted"><code>src/runtimeRepeat.test.ts:
|
|
8265
|
+
<p class="muted"><code>src/runtimeRepeat.test.ts:72:1</code></p>
|
|
8400
8266
|
<p class="empty">No description available.</p>
|
|
8401
8267
|
</article>
|
|
8402
8268
|
</section>
|
|
@@ -8498,23 +8364,7 @@ sequenceDiagram
|
|
|
8498
8364
|
<h2>src/RuntimeScreen.tsx</h2>
|
|
8499
8365
|
<article class="item" data-search="RuntimeScreen src/RuntimeScreen.tsx ">
|
|
8500
8366
|
<h3>RuntimeScreen</h3>
|
|
8501
|
-
<p class="muted"><code>src/RuntimeScreen.tsx:
|
|
8502
|
-
<p class="empty">No description available.</p>
|
|
8503
|
-
</article>
|
|
8504
|
-
<article
|
|
8505
|
-
class="item"
|
|
8506
|
-
data-search="resolveApiLoadersFromBindings src/RuntimeScreen.tsx "
|
|
8507
|
-
>
|
|
8508
|
-
<h3>resolveApiLoadersFromBindings</h3>
|
|
8509
|
-
<p class="muted"><code>src/RuntimeScreen.tsx:62:1</code></p>
|
|
8510
|
-
<p class="empty">No description available.</p>
|
|
8511
|
-
</article>
|
|
8512
|
-
<article
|
|
8513
|
-
class="item"
|
|
8514
|
-
data-search="resolveApiLoaderFromPropBinding src/RuntimeScreen.tsx "
|
|
8515
|
-
>
|
|
8516
|
-
<h3>resolveApiLoaderFromPropBinding</h3>
|
|
8517
|
-
<p class="muted"><code>src/RuntimeScreen.tsx:79:1</code></p>
|
|
8367
|
+
<p class="muted"><code>src/RuntimeScreen.tsx:17:1</code></p>
|
|
8518
8368
|
<p class="empty">No description available.</p>
|
|
8519
8369
|
</article>
|
|
8520
8370
|
</section>
|
|
@@ -8563,7 +8413,7 @@ sequenceDiagram
|
|
|
8563
8413
|
data-search="createDetailScreenRoot src/runtimeScreenLoaders.test.ts "
|
|
8564
8414
|
>
|
|
8565
8415
|
<h3>createDetailScreenRoot</h3>
|
|
8566
|
-
<p class="muted"><code>src/runtimeScreenLoaders.test.ts:
|
|
8416
|
+
<p class="muted"><code>src/runtimeScreenLoaders.test.ts:64:1</code></p>
|
|
8567
8417
|
<p class="empty">No description available.</p>
|
|
8568
8418
|
</article>
|
|
8569
8419
|
<article
|
|
@@ -8571,7 +8421,7 @@ sequenceDiagram
|
|
|
8571
8421
|
data-search="createDetailLoader src/runtimeScreenLoaders.test.ts "
|
|
8572
8422
|
>
|
|
8573
8423
|
<h3>createDetailLoader</h3>
|
|
8574
|
-
<p class="muted"><code>src/runtimeScreenLoaders.test.ts:
|
|
8424
|
+
<p class="muted"><code>src/runtimeScreenLoaders.test.ts:71:1</code></p>
|
|
8575
8425
|
<p class="empty">No description available.</p>
|
|
8576
8426
|
</article>
|
|
8577
8427
|
<article
|
|
@@ -8579,7 +8429,7 @@ sequenceDiagram
|
|
|
8579
8429
|
data-search="createCachedOperationInputLoader src/runtimeScreenLoaders.test.ts "
|
|
8580
8430
|
>
|
|
8581
8431
|
<h3>createCachedOperationInputLoader</h3>
|
|
8582
|
-
<p class="muted"><code>src/runtimeScreenLoaders.test.ts:
|
|
8432
|
+
<p class="muted"><code>src/runtimeScreenLoaders.test.ts:88:1</code></p>
|
|
8583
8433
|
<p class="empty">No description available.</p>
|
|
8584
8434
|
</article>
|
|
8585
8435
|
<article
|
|
@@ -8587,7 +8437,7 @@ sequenceDiagram
|
|
|
8587
8437
|
data-search="createDetailScreen src/runtimeScreenLoaders.test.ts "
|
|
8588
8438
|
>
|
|
8589
8439
|
<h3>createDetailScreen</h3>
|
|
8590
|
-
<p class="muted"><code>src/runtimeScreenLoaders.test.ts:
|
|
8440
|
+
<p class="muted"><code>src/runtimeScreenLoaders.test.ts:108:1</code></p>
|
|
8591
8441
|
<p class="empty">No description available.</p>
|
|
8592
8442
|
</article>
|
|
8593
8443
|
<article
|
|
@@ -8595,7 +8445,7 @@ sequenceDiagram
|
|
|
8595
8445
|
data-search="createDetailBindings src/runtimeScreenLoaders.test.ts "
|
|
8596
8446
|
>
|
|
8597
8447
|
<h3>createDetailBindings</h3>
|
|
8598
|
-
<p class="muted"><code>src/runtimeScreenLoaders.test.ts:
|
|
8448
|
+
<p class="muted"><code>src/runtimeScreenLoaders.test.ts:119:1</code></p>
|
|
8599
8449
|
<p class="empty">No description available.</p>
|
|
8600
8450
|
</article>
|
|
8601
8451
|
<article
|
|
@@ -8603,7 +8453,7 @@ sequenceDiagram
|
|
|
8603
8453
|
data-search="createRouteBindingContext src/runtimeScreenLoaders.test.ts "
|
|
8604
8454
|
>
|
|
8605
8455
|
<h3>createRouteBindingContext</h3>
|
|
8606
|
-
<p class="muted"><code>src/runtimeScreenLoaders.test.ts:
|
|
8456
|
+
<p class="muted"><code>src/runtimeScreenLoaders.test.ts:151:1</code></p>
|
|
8607
8457
|
<p class="empty">No description available.</p>
|
|
8608
8458
|
</article>
|
|
8609
8459
|
</section>
|
|
@@ -8616,20 +8466,12 @@ sequenceDiagram
|
|
|
8616
8466
|
>
|
|
8617
8467
|
<section class="panel">
|
|
8618
8468
|
<h2>src/runtimeScreenLoaders.ts</h2>
|
|
8619
|
-
<article
|
|
8620
|
-
class="item"
|
|
8621
|
-
data-search="resolveScreenApiLoaders src/runtimeScreenLoaders.ts "
|
|
8622
|
-
>
|
|
8623
|
-
<h3>resolveScreenApiLoaders</h3>
|
|
8624
|
-
<p class="muted"><code>src/runtimeScreenLoaders.ts:44:1</code></p>
|
|
8625
|
-
<p class="empty">No description available.</p>
|
|
8626
|
-
</article>
|
|
8627
8469
|
<article
|
|
8628
8470
|
class="item"
|
|
8629
8471
|
data-search="resolveScreenOperationLoaders src/runtimeScreenLoaders.ts "
|
|
8630
8472
|
>
|
|
8631
8473
|
<h3>resolveScreenOperationLoaders</h3>
|
|
8632
|
-
<p class="muted"><code>src/runtimeScreenLoaders.ts:
|
|
8474
|
+
<p class="muted"><code>src/runtimeScreenLoaders.ts:43:1</code></p>
|
|
8633
8475
|
<p class="empty">No description available.</p>
|
|
8634
8476
|
</article>
|
|
8635
8477
|
<article
|
|
@@ -8637,7 +8479,7 @@ sequenceDiagram
|
|
|
8637
8479
|
data-search="createRuntimeScreenLoaderRequestKey src/runtimeScreenLoaders.ts "
|
|
8638
8480
|
>
|
|
8639
8481
|
<h3>createRuntimeScreenLoaderRequestKey</h3>
|
|
8640
|
-
<p class="muted"><code>src/runtimeScreenLoaders.ts:
|
|
8482
|
+
<p class="muted"><code>src/runtimeScreenLoaders.ts:49:1</code></p>
|
|
8641
8483
|
<p class="empty">No description available.</p>
|
|
8642
8484
|
</article>
|
|
8643
8485
|
<article
|
|
@@ -8645,7 +8487,7 @@ sequenceDiagram
|
|
|
8645
8487
|
data-search="createRuntimeScreenOperationLoaderLifecycle src/runtimeScreenLoaders.ts "
|
|
8646
8488
|
>
|
|
8647
8489
|
<h3>createRuntimeScreenOperationLoaderLifecycle</h3>
|
|
8648
|
-
<p class="muted"><code>src/runtimeScreenLoaders.ts:
|
|
8490
|
+
<p class="muted"><code>src/runtimeScreenLoaders.ts:63:1</code></p>
|
|
8649
8491
|
<p class="empty">No description available.</p>
|
|
8650
8492
|
</article>
|
|
8651
8493
|
<article
|
|
@@ -8653,7 +8495,7 @@ sequenceDiagram
|
|
|
8653
8495
|
data-search="createIdleRuntimeScreenOperationLoaderState src/runtimeScreenLoaders.ts "
|
|
8654
8496
|
>
|
|
8655
8497
|
<h3>createIdleRuntimeScreenOperationLoaderState</h3>
|
|
8656
|
-
<p class="muted"><code>src/runtimeScreenLoaders.ts:
|
|
8498
|
+
<p class="muted"><code>src/runtimeScreenLoaders.ts:70:1</code></p>
|
|
8657
8499
|
<p class="empty">No description available.</p>
|
|
8658
8500
|
</article>
|
|
8659
8501
|
<article
|
|
@@ -8661,7 +8503,7 @@ sequenceDiagram
|
|
|
8661
8503
|
data-search="createPendingRuntimeScreenOperationLoaderState src/runtimeScreenLoaders.ts "
|
|
8662
8504
|
>
|
|
8663
8505
|
<h3>createPendingRuntimeScreenOperationLoaderState</h3>
|
|
8664
|
-
<p class="muted"><code>src/runtimeScreenLoaders.ts:
|
|
8506
|
+
<p class="muted"><code>src/runtimeScreenLoaders.ts:82:1</code></p>
|
|
8665
8507
|
<p class="empty">No description available.</p>
|
|
8666
8508
|
</article>
|
|
8667
8509
|
<article
|
|
@@ -8669,7 +8511,7 @@ sequenceDiagram
|
|
|
8669
8511
|
data-search="beginRuntimeScreenOperationLoaderRequest src/runtimeScreenLoaders.ts "
|
|
8670
8512
|
>
|
|
8671
8513
|
<h3>beginRuntimeScreenOperationLoaderRequest</h3>
|
|
8672
|
-
<p class="muted"><code>src/runtimeScreenLoaders.ts:
|
|
8514
|
+
<p class="muted"><code>src/runtimeScreenLoaders.ts:94:1</code></p>
|
|
8673
8515
|
<p class="empty">No description available.</p>
|
|
8674
8516
|
</article>
|
|
8675
8517
|
<article
|
|
@@ -8677,7 +8519,7 @@ sequenceDiagram
|
|
|
8677
8519
|
data-search="completeRuntimeScreenOperationLoaderRequest src/runtimeScreenLoaders.ts "
|
|
8678
8520
|
>
|
|
8679
8521
|
<h3>completeRuntimeScreenOperationLoaderRequest</h3>
|
|
8680
|
-
<p class="muted"><code>src/runtimeScreenLoaders.ts:
|
|
8522
|
+
<p class="muted"><code>src/runtimeScreenLoaders.ts:151:1</code></p>
|
|
8681
8523
|
<p class="empty">No description available.</p>
|
|
8682
8524
|
</article>
|
|
8683
8525
|
<article
|
|
@@ -8685,7 +8527,7 @@ sequenceDiagram
|
|
|
8685
8527
|
data-search="executeRuntimeScreenOperationLoaders src/runtimeScreenLoaders.ts "
|
|
8686
8528
|
>
|
|
8687
8529
|
<h3>executeRuntimeScreenOperationLoaders</h3>
|
|
8688
|
-
<p class="muted"><code>src/runtimeScreenLoaders.ts:
|
|
8530
|
+
<p class="muted"><code>src/runtimeScreenLoaders.ts:178:1</code></p>
|
|
8689
8531
|
<p class="empty">No description available.</p>
|
|
8690
8532
|
</article>
|
|
8691
8533
|
<article
|
|
@@ -8693,7 +8535,7 @@ sequenceDiagram
|
|
|
8693
8535
|
data-search="executePreparedRuntimeScreenOperationLoaders src/runtimeScreenLoaders.ts "
|
|
8694
8536
|
>
|
|
8695
8537
|
<h3>executePreparedRuntimeScreenOperationLoaders</h3>
|
|
8696
|
-
<p class="muted"><code>src/runtimeScreenLoaders.ts:
|
|
8538
|
+
<p class="muted"><code>src/runtimeScreenLoaders.ts:201:1</code></p>
|
|
8697
8539
|
<p class="empty">No description available.</p>
|
|
8698
8540
|
</article>
|
|
8699
8541
|
<article
|
|
@@ -8701,7 +8543,7 @@ sequenceDiagram
|
|
|
8701
8543
|
data-search="useRuntimeScreenOperationLoaders src/runtimeScreenLoaders.ts "
|
|
8702
8544
|
>
|
|
8703
8545
|
<h3>useRuntimeScreenOperationLoaders</h3>
|
|
8704
|
-
<p class="muted"><code>src/runtimeScreenLoaders.ts:
|
|
8546
|
+
<p class="muted"><code>src/runtimeScreenLoaders.ts:273:1</code></p>
|
|
8705
8547
|
<p class="empty">No description available.</p>
|
|
8706
8548
|
</article>
|
|
8707
8549
|
<article
|
|
@@ -8709,7 +8551,7 @@ sequenceDiagram
|
|
|
8709
8551
|
data-search="createRuntimeScreenOperationLoaderPlan src/runtimeScreenLoaders.ts "
|
|
8710
8552
|
>
|
|
8711
8553
|
<h3>createRuntimeScreenOperationLoaderPlan</h3>
|
|
8712
|
-
<p class="muted"><code>src/runtimeScreenLoaders.ts:
|
|
8554
|
+
<p class="muted"><code>src/runtimeScreenLoaders.ts:400:1</code></p>
|
|
8713
8555
|
<p class="empty">No description available.</p>
|
|
8714
8556
|
</article>
|
|
8715
8557
|
<article
|
|
@@ -8717,7 +8559,7 @@ sequenceDiagram
|
|
|
8717
8559
|
data-search="createRuntimeScreenOperationLoaderPlanRequestKey src/runtimeScreenLoaders.ts "
|
|
8718
8560
|
>
|
|
8719
8561
|
<h3>createRuntimeScreenOperationLoaderPlanRequestKey</h3>
|
|
8720
|
-
<p class="muted"><code>src/runtimeScreenLoaders.ts:
|
|
8562
|
+
<p class="muted"><code>src/runtimeScreenLoaders.ts:457:1</code></p>
|
|
8721
8563
|
<p class="empty">No description available.</p>
|
|
8722
8564
|
</article>
|
|
8723
8565
|
<article
|
|
@@ -8725,7 +8567,7 @@ sequenceDiagram
|
|
|
8725
8567
|
data-search="createScreenOperationLoaderDiagnostic src/runtimeScreenLoaders.ts "
|
|
8726
8568
|
>
|
|
8727
8569
|
<h3>createScreenOperationLoaderDiagnostic</h3>
|
|
8728
|
-
<p class="muted"><code>src/runtimeScreenLoaders.ts:
|
|
8570
|
+
<p class="muted"><code>src/runtimeScreenLoaders.ts:472:1</code></p>
|
|
8729
8571
|
<p class="empty">No description available.</p>
|
|
8730
8572
|
</article>
|
|
8731
8573
|
<article
|
|
@@ -8733,17 +8575,17 @@ sequenceDiagram
|
|
|
8733
8575
|
data-search="createRuntimeScreenOperationLoaderIdleKey src/runtimeScreenLoaders.ts "
|
|
8734
8576
|
>
|
|
8735
8577
|
<h3>createRuntimeScreenOperationLoaderIdleKey</h3>
|
|
8736
|
-
<p class="muted"><code>src/runtimeScreenLoaders.ts:
|
|
8578
|
+
<p class="muted"><code>src/runtimeScreenLoaders.ts:487:1</code></p>
|
|
8737
8579
|
<p class="empty">No description available.</p>
|
|
8738
8580
|
</article>
|
|
8739
8581
|
<article class="item" data-search="stableSerialize src/runtimeScreenLoaders.ts ">
|
|
8740
8582
|
<h3>stableSerialize</h3>
|
|
8741
|
-
<p class="muted"><code>src/runtimeScreenLoaders.ts:
|
|
8583
|
+
<p class="muted"><code>src/runtimeScreenLoaders.ts:491:1</code></p>
|
|
8742
8584
|
<p class="empty">No description available.</p>
|
|
8743
8585
|
</article>
|
|
8744
8586
|
<article class="item" data-search="sortSerializableValue src/runtimeScreenLoaders.ts ">
|
|
8745
8587
|
<h3>sortSerializableValue</h3>
|
|
8746
|
-
<p class="muted"><code>src/runtimeScreenLoaders.ts:
|
|
8588
|
+
<p class="muted"><code>src/runtimeScreenLoaders.ts:495:1</code></p>
|
|
8747
8589
|
<p class="empty">No description available.</p>
|
|
8748
8590
|
</article>
|
|
8749
8591
|
</section>
|
|
@@ -8834,6 +8676,36 @@ sequenceDiagram
|
|
|
8834
8676
|
</article>
|
|
8835
8677
|
</section>
|
|
8836
8678
|
</section>
|
|
8679
|
+
<section
|
|
8680
|
+
id="view-src-useruntimemediaprops-ts"
|
|
8681
|
+
class="view"
|
|
8682
|
+
data-view="src/useRuntimeMediaProps.ts"
|
|
8683
|
+
hidden
|
|
8684
|
+
>
|
|
8685
|
+
<section class="panel">
|
|
8686
|
+
<h2>src/useRuntimeMediaProps.ts</h2>
|
|
8687
|
+
<article class="item" data-search="useRuntimeMediaProps src/useRuntimeMediaProps.ts ">
|
|
8688
|
+
<h3>useRuntimeMediaProps</h3>
|
|
8689
|
+
<p class="muted"><code>src/useRuntimeMediaProps.ts:14:1</code></p>
|
|
8690
|
+
<p class="empty">No description available.</p>
|
|
8691
|
+
</article>
|
|
8692
|
+
<article class="item" data-search="filterResolvedValues src/useRuntimeMediaProps.ts ">
|
|
8693
|
+
<h3>filterResolvedValues</h3>
|
|
8694
|
+
<p class="muted"><code>src/useRuntimeMediaProps.ts:62:1</code></p>
|
|
8695
|
+
<p class="empty">No description available.</p>
|
|
8696
|
+
</article>
|
|
8697
|
+
<article class="item" data-search="mapsEqual src/useRuntimeMediaProps.ts ">
|
|
8698
|
+
<h3>mapsEqual</h3>
|
|
8699
|
+
<p class="muted"><code>src/useRuntimeMediaProps.ts:73:1</code></p>
|
|
8700
|
+
<p class="empty">No description available.</p>
|
|
8701
|
+
</article>
|
|
8702
|
+
<article class="item" data-search="isRecord src/useRuntimeMediaProps.ts ">
|
|
8703
|
+
<h3>isRecord</h3>
|
|
8704
|
+
<p class="muted"><code>src/useRuntimeMediaProps.ts:84:1</code></p>
|
|
8705
|
+
<p class="empty">No description available.</p>
|
|
8706
|
+
</article>
|
|
8707
|
+
</section>
|
|
8708
|
+
</section>
|
|
8837
8709
|
</main>
|
|
8838
8710
|
</div>
|
|
8839
8711
|
<script>
|