@ankhorage/runtime 0.2.4 → 1.0.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.
Files changed (44) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +1 -1
  3. package/dist/RuntimeScreen.d.ts.map +1 -1
  4. package/dist/RuntimeScreen.js +5 -43
  5. package/dist/RuntimeScreen.js.map +1 -1
  6. package/dist/index.d.ts +2 -4
  7. package/dist/index.d.ts.map +1 -1
  8. package/dist/index.js +2 -3
  9. package/dist/index.js.map +1 -1
  10. package/dist/registry.d.ts +0 -1
  11. package/dist/registry.d.ts.map +1 -1
  12. package/dist/registry.js +0 -1
  13. package/dist/registry.js.map +1 -1
  14. package/dist/runtimeDataSourceOperations.d.ts +3 -1
  15. package/dist/runtimeDataSourceOperations.d.ts.map +1 -1
  16. package/dist/runtimeDataSourceOperations.js +31 -26
  17. package/dist/runtimeDataSourceOperations.js.map +1 -1
  18. package/dist/runtimeDatabaseOperationExecutor.d.ts +9 -0
  19. package/dist/runtimeDatabaseOperationExecutor.d.ts.map +1 -0
  20. package/dist/runtimeDatabaseOperationExecutor.js +228 -0
  21. package/dist/runtimeDatabaseOperationExecutor.js.map +1 -0
  22. package/dist/runtimeScreenLoaders.d.ts +1 -2
  23. package/dist/runtimeScreenLoaders.d.ts.map +1 -1
  24. package/dist/runtimeScreenLoaders.js +1 -4
  25. package/dist/runtimeScreenLoaders.js.map +1 -1
  26. package/package.json +3 -3
  27. package/paradox/badges/npm.svg +3 -3
  28. package/paradox/components.md +1 -1
  29. package/paradox/diagrams/architecture-overview.mmd +5 -12
  30. package/paradox/diagrams/export-graph.mmd +1 -31
  31. package/paradox/diagrams/module-relationships.mmd +4 -9
  32. package/paradox/diagrams/sequences/runtime-screen.mmd +0 -3
  33. package/paradox/exports.json +30 -311
  34. package/paradox/exports.md +94 -199
  35. package/paradox/index.html +382 -744
  36. package/paradox/paradox.json +685 -928
  37. package/dist/appExtensionRegistry.d.ts +0 -3
  38. package/dist/appExtensionRegistry.d.ts.map +0 -1
  39. package/dist/appExtensionRegistry.js +0 -2
  40. package/dist/appExtensionRegistry.js.map +0 -1
  41. package/dist/runtimeApiLoaders.d.ts +0 -35
  42. package/dist/runtimeApiLoaders.d.ts.map +0 -1
  43. package/dist/runtimeApiLoaders.js +0 -218
  44. package/dist/runtimeApiLoaders.js.map +0 -1
@@ -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>3 functions</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>4 functions</small>
283
+ <small>7 functions</small>
280
284
  </button>
281
285
  </li>
282
286
  <li>
@@ -378,7 +382,7 @@
378
382
  <li>
379
383
  <button class="nav-button" type="button" data-target="src/RuntimeScreen.tsx">
380
384
  src/RuntimeScreen.tsx
381
- <small>3 functions</small>
385
+ <small>1 function</small>
382
386
  </button>
383
387
  </li>
384
388
  <li>
@@ -404,7 +408,7 @@
404
408
  <li>
405
409
  <button class="nav-button" type="button" data-target="src/runtimeScreenLoaders.ts">
406
410
  src/runtimeScreenLoaders.ts
407
- <small>17 functions</small>
411
+ <small>16 functions</small>
408
412
  </button>
409
413
  </li>
410
414
  <li>
@@ -431,9 +435,9 @@
431
435
  <section class="panel">
432
436
  <h2>Package overview</h2>
433
437
  <div class="summary">
434
- <div><strong>98</strong><span class="muted">public exports</span></div>
438
+ <div><strong>88</strong><span class="muted">public exports</span></div>
435
439
  <div><strong>5</strong><span class="muted">components</span></div>
436
- <div><strong>40</strong><span class="muted">modules</span></div>
440
+ <div><strong>38</strong><span class="muted">modules</span></div>
437
441
  <div><strong>1</strong><span class="muted">entrypoints</span></div>
438
442
  </div>
439
443
  <h3>Entrypoints</h3>
@@ -450,15 +454,6 @@
450
454
  <p><strong>Dependencies:</strong> <span class="empty">None</span></p>
451
455
  <p><strong>Exports:</strong> <code>default</code></p>
452
456
  </article>
453
- <article
454
- class="item"
455
- data-search="src/appExtensionRegistry.ts src/componentRegistry.ts APP_EXTENSION_COMPONENT_REGISTRY"
456
- >
457
- <h3>src/appExtensionRegistry.ts</h3>
458
- <p class="muted">Referenced module</p>
459
- <p><strong>Dependencies:</strong> <code>src/componentRegistry.ts</code></p>
460
- <p><strong>Exports:</strong> <code>APP_EXTENSION_COMPONENT_REGISTRY</code></p>
461
- </article>
462
457
  <article
463
458
  class="item"
464
459
  data-search="src/componentRegistry.ts ComponentRegistry createComponentRegistry"
@@ -473,14 +468,14 @@
473
468
  </article>
474
469
  <article
475
470
  class="item"
476
- data-search="src/index.ts APP_EXTENSION_COMPONENT_REGISTRY ComponentRegistry composeRuntimeNodePropsResolver composeRuntimeRendererWrapNode createComponentEventFromHandlerArgs createComponentRegistry createDbPersistActionHandler createDbPersistAdapterError createPendingRuntimeScreenOperationLoaderState createRuntimeActionRegistry createRuntimeBindingOperationKey createRuntimeDataSourceOperationExecutor createRuntimeManifest createRuntimeMemoryStateAdapter createRuntimeScreenLoaderRequestKey defineRuntimeAction defineRuntimeAdapter defineRuntimeBinding dispatchRuntimeComponentEvent dispatchRuntimeComponentEventWithReporting executeDbPersistAction executeRuntimeApiLoaders executeRuntimeScreenOperationLoaders listRuntimeCapabilities ManifestContext ManifestProvider materializeRuntimeApiLoaderState mergeRuntimeRendererConfig resolveBindingInputMap resolveDbPersistInput resolveRuntimeActionPayload resolveRuntimeActionValue resolveRuntimeBindings resolveRuntimeBindingsAsync resolveRuntimeBindingValue resolveRuntimeBindingValueSync resolveScreenApiLoaders resolveScreenOperationLoaders RUNTIME_CAPABILITIES RUNTIME_MANIFEST_KIND RuntimeAction RuntimeActionDescriptor RuntimeActionExecutor RuntimeActionHandler RuntimeActionHandlerArgs RuntimeActionHandlers RuntimeActionRegistry RuntimeActionResolutionArgs RuntimeActionResolutionScope RuntimeAdapterDescriptor RuntimeApiLoaderDefinition RuntimeApiLoaderDiagnostic RuntimeApiLoaderExecutionResult RuntimeApiLoaderMaterializationResult RuntimeApiLoaderMode RuntimeBindingDescriptor RuntimeBindingOperationExecutionArgs RuntimeBindingOperationExecutionResult RuntimeBindingOperationExecutor RuntimeBindingOperationKey RuntimeBindingOperationResultCache RuntimeBindingOperationResultWriter RuntimeBindingResolutionArgs RuntimeBindingResolutionContext RuntimeBindingResolutionResult RuntimeCapability RuntimeComponentEventDispatchArgs RuntimeDataSourceOperationExecutorOptions RuntimeDbPersistError RuntimeDbPersistExecutionResult RuntimeDbPersistResult RuntimeDiagnostic RuntimeEventDiagnosticsReporter RuntimeEventPropWrapArgs RuntimeManifest RuntimeManifestConfig RuntimeManifestInput RuntimeMemoryStateAdapterOptions RuntimeNodePropsResolver RuntimeRenderer RuntimeRendererConfig RuntimeRendererConfigProvider RuntimeRendererProps RuntimeRendererWrapArgs RuntimeResolveNodePropsArgs RuntimeScreen RuntimeScreenOperationLoaderExecutionResult RuntimeScreenOperationLoaderState RuntimeScreenProps shouldRenderRuntimeRepeatEmptyState useManifest useManifestContext useOptionalManifestContext useRuntimeApiStateLoaders useRuntimeRendererConfig useRuntimeScreenOperationLoaders validateRuntimeBindingOperationRef wrapRuntimeEventProps"
471
+ data-search="src/index.ts ComponentRegistry composeRuntimeNodePropsResolver composeRuntimeRendererWrapNode createComponentEventFromHandlerArgs createComponentRegistry createDbPersistActionHandler createDbPersistAdapterError createPendingRuntimeScreenOperationLoaderState createRuntimeActionRegistry createRuntimeBindingOperationKey createRuntimeDataSourceOperationExecutor createRuntimeManifest createRuntimeMemoryStateAdapter createRuntimeScreenLoaderRequestKey defineRuntimeAction defineRuntimeAdapter defineRuntimeBinding dispatchRuntimeComponentEvent dispatchRuntimeComponentEventWithReporting executeDbPersistAction executeRuntimeScreenOperationLoaders listRuntimeCapabilities ManifestContext ManifestProvider mergeRuntimeRendererConfig resolveBindingInputMap resolveDbPersistInput resolveRuntimeActionPayload resolveRuntimeActionValue resolveRuntimeBindings resolveRuntimeBindingsAsync resolveRuntimeBindingValue resolveRuntimeBindingValueSync resolveScreenOperationLoaders RUNTIME_CAPABILITIES RUNTIME_MANIFEST_KIND 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 RuntimeMemoryStateAdapterOptions RuntimeNodePropsResolver RuntimeRenderer RuntimeRendererConfig RuntimeRendererConfigProvider RuntimeRendererProps RuntimeRendererWrapArgs RuntimeResolveNodePropsArgs RuntimeScreen RuntimeScreenOperationLoaderExecutionResult RuntimeScreenOperationLoaderState RuntimeScreenProps shouldRenderRuntimeRepeatEmptyState useManifest useManifestContext useOptionalManifestContext useRuntimeRendererConfig useRuntimeScreenOperationLoaders validateRuntimeBindingOperationRef wrapRuntimeEventProps"
477
472
  >
478
473
  <h3>src/index.ts</h3>
479
474
  <p class="muted">Configured entrypoint</p>
480
475
  <p><strong>Dependencies:</strong> <span class="empty">None</span></p>
481
476
  <p>
482
- <strong>Exports:</strong> <code>APP_EXTENSION_COMPONENT_REGISTRY</code>,
483
- <code>ComponentRegistry</code>, <code>composeRuntimeNodePropsResolver</code>,
477
+ <strong>Exports:</strong> <code>ComponentRegistry</code>,
478
+ <code>composeRuntimeNodePropsResolver</code>,
484
479
  <code>composeRuntimeRendererWrapNode</code>,
485
480
  <code>createComponentEventFromHandlerArgs</code>,
486
481
  <code>createComponentRegistry</code>, <code>createDbPersistActionHandler</code>,
@@ -494,26 +489,22 @@
494
489
  <code>defineRuntimeAdapter</code>, <code>defineRuntimeBinding</code>,
495
490
  <code>dispatchRuntimeComponentEvent</code>,
496
491
  <code>dispatchRuntimeComponentEventWithReporting</code>,
497
- <code>executeDbPersistAction</code>, <code>executeRuntimeApiLoaders</code>,
492
+ <code>executeDbPersistAction</code>,
498
493
  <code>executeRuntimeScreenOperationLoaders</code>,
499
494
  <code>listRuntimeCapabilities</code>, <code>ManifestContext</code>,
500
- <code>ManifestProvider</code>, <code>materializeRuntimeApiLoaderState</code>,
501
- <code>mergeRuntimeRendererConfig</code>, <code>resolveBindingInputMap</code>,
502
- <code>resolveDbPersistInput</code>, <code>resolveRuntimeActionPayload</code>,
503
- <code>resolveRuntimeActionValue</code>, <code>resolveRuntimeBindings</code>,
504
- <code>resolveRuntimeBindingsAsync</code>, <code>resolveRuntimeBindingValue</code>,
505
- <code>resolveRuntimeBindingValueSync</code>, <code>resolveScreenApiLoaders</code>,
495
+ <code>ManifestProvider</code>, <code>mergeRuntimeRendererConfig</code>,
496
+ <code>resolveBindingInputMap</code>, <code>resolveDbPersistInput</code>,
497
+ <code>resolveRuntimeActionPayload</code>, <code>resolveRuntimeActionValue</code>,
498
+ <code>resolveRuntimeBindings</code>, <code>resolveRuntimeBindingsAsync</code>,
499
+ <code>resolveRuntimeBindingValue</code>,
500
+ <code>resolveRuntimeBindingValueSync</code>,
506
501
  <code>resolveScreenOperationLoaders</code>, <code>RUNTIME_CAPABILITIES</code>,
507
502
  <code>RUNTIME_MANIFEST_KIND</code>, <code>RuntimeAction</code>,
508
503
  <code>RuntimeActionDescriptor</code>, <code>RuntimeActionExecutor</code>,
509
504
  <code>RuntimeActionHandler</code>, <code>RuntimeActionHandlerArgs</code>,
510
505
  <code>RuntimeActionHandlers</code>, <code>RuntimeActionRegistry</code>,
511
506
  <code>RuntimeActionResolutionArgs</code>, <code>RuntimeActionResolutionScope</code>,
512
- <code>RuntimeAdapterDescriptor</code>, <code>RuntimeApiLoaderDefinition</code>,
513
- <code>RuntimeApiLoaderDiagnostic</code>,
514
- <code>RuntimeApiLoaderExecutionResult</code>,
515
- <code>RuntimeApiLoaderMaterializationResult</code>,
516
- <code>RuntimeApiLoaderMode</code>, <code>RuntimeBindingDescriptor</code>,
507
+ <code>RuntimeAdapterDescriptor</code>, <code>RuntimeBindingDescriptor</code>,
517
508
  <code>RuntimeBindingOperationExecutionArgs</code>,
518
509
  <code>RuntimeBindingOperationExecutionResult</code>,
519
510
  <code>RuntimeBindingOperationExecutor</code>,
@@ -538,7 +529,7 @@
538
529
  <code>RuntimeScreenOperationLoaderState</code>, <code>RuntimeScreenProps</code>,
539
530
  <code>shouldRenderRuntimeRepeatEmptyState</code>, <code>useManifest</code>,
540
531
  <code>useManifestContext</code>, <code>useOptionalManifestContext</code>,
541
- <code>useRuntimeApiStateLoaders</code>, <code>useRuntimeRendererConfig</code>,
532
+ <code>useRuntimeRendererConfig</code>,
542
533
  <code>useRuntimeScreenOperationLoaders</code>,
543
534
  <code>validateRuntimeBindingOperationRef</code>, <code>wrapRuntimeEventProps</code>
544
535
  </p>
@@ -564,14 +555,14 @@
564
555
  </article>
565
556
  <article
566
557
  class="item"
567
- data-search="src/registry.tsx APP_EXTENSION_COMPONENT_REGISTRY ComponentRegistry createComponentRegistry"
558
+ data-search="src/registry.tsx ComponentRegistry createComponentRegistry"
568
559
  >
569
560
  <h3>src/registry.tsx</h3>
570
561
  <p class="muted">Referenced module</p>
571
562
  <p><strong>Dependencies:</strong> <span class="empty">None</span></p>
572
563
  <p>
573
- <strong>Exports:</strong> <code>APP_EXTENSION_COMPONENT_REGISTRY</code>,
574
- <code>ComponentRegistry</code>, <code>createComponentRegistry</code>
564
+ <strong>Exports:</strong> <code>ComponentRegistry</code>,
565
+ <code>createComponentRegistry</code>
575
566
  </p>
576
567
  </article>
577
568
  <article
@@ -631,34 +622,6 @@
631
622
  <code>RuntimeEventPropWrapArgs</code>, <code>wrapRuntimeEventProps</code>
632
623
  </p>
633
624
  </article>
634
- <article
635
- class="item"
636
- data-search="src/runtimeApiLoaders.test.ts src/runtimeApiLoaders.ts src/runtimeBindings.ts src/runtimeStateAdapter.ts"
637
- >
638
- <h3>src/runtimeApiLoaders.test.ts</h3>
639
- <p class="muted">Referenced module</p>
640
- <p>
641
- <strong>Dependencies:</strong> <code>src/runtimeApiLoaders.ts</code>,
642
- <code>src/runtimeBindings.ts</code>, <code>src/runtimeStateAdapter.ts</code>
643
- </p>
644
- <p><strong>Exports:</strong> <span class="empty">None</span></p>
645
- </article>
646
- <article
647
- class="item"
648
- data-search="src/runtimeApiLoaders.ts src/runtimeStateAdapter.ts executeRuntimeApiLoaders materializeRuntimeApiLoaderState RuntimeApiLoaderDefinition RuntimeApiLoaderDiagnostic RuntimeApiLoaderExecutionResult RuntimeApiLoaderMaterializationResult RuntimeApiLoaderMode useRuntimeApiStateLoaders"
649
- >
650
- <h3>src/runtimeApiLoaders.ts</h3>
651
- <p class="muted">Referenced module</p>
652
- <p><strong>Dependencies:</strong> <code>src/runtimeStateAdapter.ts</code></p>
653
- <p>
654
- <strong>Exports:</strong> <code>executeRuntimeApiLoaders</code>,
655
- <code>materializeRuntimeApiLoaderState</code>,
656
- <code>RuntimeApiLoaderDefinition</code>, <code>RuntimeApiLoaderDiagnostic</code>,
657
- <code>RuntimeApiLoaderExecutionResult</code>,
658
- <code>RuntimeApiLoaderMaterializationResult</code>,
659
- <code>RuntimeApiLoaderMode</code>, <code>useRuntimeApiStateLoaders</code>
660
- </p>
661
- </article>
662
625
  <article
663
626
  class="item"
664
627
  data-search="src/runtimeBindings.test.ts src/runtimeBindings.ts src/runtimeNodeProps.ts"
@@ -699,6 +662,15 @@
699
662
  <code>validateRuntimeBindingOperationRef</code>
700
663
  </p>
701
664
  </article>
665
+ <article
666
+ class="item"
667
+ data-search="src/runtimeDatabaseOperationExecutor.ts src/runtimeBindings.ts executeRuntimeDatabaseOperation"
668
+ >
669
+ <h3>src/runtimeDatabaseOperationExecutor.ts</h3>
670
+ <p class="muted">Referenced module</p>
671
+ <p><strong>Dependencies:</strong> <code>src/runtimeBindings.ts</code></p>
672
+ <p><strong>Exports:</strong> <code>executeRuntimeDatabaseOperation</code></p>
673
+ </article>
702
674
  <article
703
675
  class="item"
704
676
  data-search="src/runtimeDataSourceOperations.test.ts src/runtimeDataSourceOperations.ts"
@@ -710,11 +682,14 @@
710
682
  </article>
711
683
  <article
712
684
  class="item"
713
- data-search="src/runtimeDataSourceOperations.ts src/runtimeBindings.ts createRuntimeDataSourceOperationExecutor RuntimeDataSourceOperationExecutorOptions"
685
+ data-search="src/runtimeDataSourceOperations.ts src/runtimeBindings.ts src/runtimeDatabaseOperationExecutor.ts createRuntimeDataSourceOperationExecutor RuntimeDataSourceOperationExecutorOptions"
714
686
  >
715
687
  <h3>src/runtimeDataSourceOperations.ts</h3>
716
688
  <p class="muted">Referenced module</p>
717
- <p><strong>Dependencies:</strong> <code>src/runtimeBindings.ts</code></p>
689
+ <p>
690
+ <strong>Dependencies:</strong> <code>src/runtimeBindings.ts</code>,
691
+ <code>src/runtimeDatabaseOperationExecutor.ts</code>
692
+ </p>
718
693
  <p>
719
694
  <strong>Exports:</strong> <code>createRuntimeDataSourceOperationExecutor</code>,
720
695
  <code>RuntimeDataSourceOperationExecutorOptions</code>
@@ -925,14 +900,14 @@
925
900
  </article>
926
901
  <article
927
902
  class="item"
928
- data-search="src/RuntimeScreen.tsx src/registry.tsx src/runtimeApiLoaders.ts src/RuntimeRenderer.tsx src/RuntimeRendererConfig.tsx src/runtimeScreenLoaders.ts RuntimeScreen RuntimeScreenProps"
903
+ data-search="src/RuntimeScreen.tsx src/registry.tsx src/RuntimeRenderer.tsx src/RuntimeRendererConfig.tsx src/runtimeScreenLoaders.ts src/runtimeStateAdapter.ts RuntimeScreen RuntimeScreenProps"
929
904
  >
930
905
  <h3>src/RuntimeScreen.tsx</h3>
931
906
  <p class="muted">Referenced module</p>
932
907
  <p>
933
908
  <strong>Dependencies:</strong> <code>src/registry.tsx</code>,
934
- <code>src/runtimeApiLoaders.ts</code>, <code>src/RuntimeRenderer.tsx</code>,
935
- <code>src/RuntimeRendererConfig.tsx</code>, <code>src/runtimeScreenLoaders.ts</code>
909
+ <code>src/RuntimeRenderer.tsx</code>, <code>src/RuntimeRendererConfig.tsx</code>,
910
+ <code>src/runtimeScreenLoaders.ts</code>, <code>src/runtimeStateAdapter.ts</code>
936
911
  </p>
937
912
  <p>
938
913
  <strong>Exports:</strong> <code>RuntimeScreen</code>,
@@ -965,7 +940,7 @@
965
940
  </article>
966
941
  <article
967
942
  class="item"
968
- data-search="src/runtimeScreenLoaders.ts src/runtimeBindings.ts beginRuntimeScreenOperationLoaderRequest completeRuntimeScreenOperationLoaderRequest createIdleRuntimeScreenOperationLoaderState createPendingRuntimeScreenOperationLoaderState createRuntimeScreenLoaderRequestKey createRuntimeScreenOperationLoaderLifecycle executeRuntimeScreenOperationLoaders resolveScreenApiLoaders resolveScreenOperationLoaders RuntimeScreenOperationLoaderExecutionResult RuntimeScreenOperationLoaderLifecycle RuntimeScreenOperationLoaderState useRuntimeScreenOperationLoaders"
943
+ data-search="src/runtimeScreenLoaders.ts src/runtimeBindings.ts beginRuntimeScreenOperationLoaderRequest completeRuntimeScreenOperationLoaderRequest createIdleRuntimeScreenOperationLoaderState createPendingRuntimeScreenOperationLoaderState createRuntimeScreenLoaderRequestKey createRuntimeScreenOperationLoaderLifecycle executeRuntimeScreenOperationLoaders resolveScreenOperationLoaders RuntimeScreenOperationLoaderExecutionResult RuntimeScreenOperationLoaderLifecycle RuntimeScreenOperationLoaderState useRuntimeScreenOperationLoaders"
969
944
  >
970
945
  <h3>src/runtimeScreenLoaders.ts</h3>
971
946
  <p class="muted">Referenced module</p>
@@ -978,7 +953,7 @@
978
953
  <code>createRuntimeScreenLoaderRequestKey</code>,
979
954
  <code>createRuntimeScreenOperationLoaderLifecycle</code>,
980
955
  <code>executeRuntimeScreenOperationLoaders</code>,
981
- <code>resolveScreenApiLoaders</code>, <code>resolveScreenOperationLoaders</code>,
956
+ <code>resolveScreenOperationLoaders</code>,
982
957
  <code>RuntimeScreenOperationLoaderExecutionResult</code>,
983
958
  <code>RuntimeScreenOperationLoaderLifecycle</code>,
984
959
  <code>RuntimeScreenOperationLoaderState</code>,
@@ -1078,20 +1053,6 @@
1078
1053
  </table>
1079
1054
  </article>
1080
1055
  </section>
1081
- <section>
1082
- <h3>src/appExtensionRegistry.ts</h3>
1083
- <article
1084
- class="item"
1085
- id="symbol-app-extension-component-registry"
1086
- data-search="APP_EXTENSION_COMPONENT_REGISTRY value src/appExtensionRegistry.ts "
1087
- >
1088
- <h4>APP_EXTENSION_COMPONENT_REGISTRY</h4>
1089
- <p class="muted">value • <code>src/appExtensionRegistry.ts:3:14</code></p>
1090
-
1091
- <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1092
- <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
1093
- </article>
1094
- </section>
1095
1056
  <section>
1096
1057
  <h3>src/componentRegistry.ts</h3>
1097
1058
  <article
@@ -1698,7 +1659,7 @@
1698
1659
  <td>
1699
1660
  <code
1700
1661
  >Readonly&lt;Record&lt;string,
1701
- import(&quot;/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/bindings&quot;).ComponentDataBinding&gt;&gt;
1662
+ import(&quot;/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings&quot;).ComponentDataBinding&gt;&gt;
1702
1663
  | undefined</code
1703
1664
  >
1704
1665
  </td>
@@ -1820,7 +1781,7 @@
1820
1781
  <td>
1821
1782
  <code
1822
1783
  >Readonly&lt;Record&lt;string,
1823
- import(&quot;/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/bindings&quot;).ComponentDataBinding&gt;&gt;
1784
+ import(&quot;/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings&quot;).ComponentDataBinding&gt;&gt;
1824
1785
  | undefined</code
1825
1786
  >
1826
1787
  </td>
@@ -1894,313 +1855,12 @@
1894
1855
  <div>
1895
1856
  <strong>Related symbols:</strong>
1896
1857
  <ul class="chips">
1897
- <li class="chip">RuntimeEventPropWrapArgs</li>
1898
- </ul>
1899
- </div>
1900
- <div>
1901
- <h5>Signature</h5>
1902
- <pre>(args: RuntimeEventPropWrapArgs) =&gt; Record&lt;string, unknown&gt;</pre>
1903
- <table>
1904
- <thead>
1905
- <tr>
1906
- <th>Parameter</th>
1907
- <th>Type</th>
1908
- <th>Required</th>
1909
- <th>Description</th>
1910
- </tr>
1911
- </thead>
1912
- <tbody>
1913
- <tr>
1914
- <td><code>args</code></td>
1915
- <td><code>RuntimeEventPropWrapArgs</code></td>
1916
- <td>yes</td>
1917
- <td></td>
1918
- </tr>
1919
- </tbody>
1920
- </table>
1921
- <p><strong>Returns:</strong> <code>Record&lt;string, unknown&gt;</code></p>
1922
- </div>
1923
- </article>
1924
- </section>
1925
- <section>
1926
- <h3>src/runtimeApiLoaders.ts</h3>
1927
- <article
1928
- class="item"
1929
- id="symbol-executeruntimeapiloaders"
1930
- data-search="executeRuntimeApiLoaders function src/runtimeApiLoaders.ts RuntimeApiLoaderDefinition RuntimeApiLoaderExecutionResult (args: { readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter: StateAdapter; }) =&gt; RuntimeApiLoaderExecutionResult"
1931
- >
1932
- <h4>executeRuntimeApiLoaders</h4>
1933
- <p class="muted">function • <code>src/runtimeApiLoaders.ts:100:1</code></p>
1934
-
1935
- <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1936
- <div>
1937
- <strong>Related symbols:</strong>
1938
- <ul class="chips">
1939
- <li class="chip">RuntimeApiLoaderDefinition</li>
1940
- <li class="chip">RuntimeApiLoaderExecutionResult</li>
1941
- </ul>
1942
- </div>
1943
- <div>
1944
- <h5>Signature</h5>
1945
- <pre>
1946
- (args: { readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter: StateAdapter; }) =&gt; RuntimeApiLoaderExecutionResult</pre>
1947
- <table>
1948
- <thead>
1949
- <tr>
1950
- <th>Parameter</th>
1951
- <th>Type</th>
1952
- <th>Required</th>
1953
- <th>Description</th>
1954
- </tr>
1955
- </thead>
1956
- <tbody>
1957
- <tr>
1958
- <td><code>args</code></td>
1959
- <td>
1960
- <code
1961
- >{ readonly data?: AppDataManifest; readonly loaders: readonly
1962
- RuntimeApiLoaderDefinition[]; readonly stateAdapter: StateAdapter;
1963
- }</code
1964
- >
1965
- </td>
1966
- <td>yes</td>
1967
- <td></td>
1968
- </tr>
1969
- </tbody>
1970
- </table>
1971
- <p><strong>Returns:</strong> <code>RuntimeApiLoaderExecutionResult</code></p>
1972
- </div>
1973
- </article>
1974
- <article
1975
- class="item"
1976
- id="symbol-materializeruntimeapiloaderstate"
1977
- data-search="materializeRuntimeApiLoaderState function src/runtimeApiLoaders.ts RuntimeApiLoaderDefinition RuntimeApiLoaderMaterializationResult (args: { readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; }) =&gt; RuntimeApiLoaderMaterializationResult"
1978
- >
1979
- <h4>materializeRuntimeApiLoaderState</h4>
1980
- <p class="muted">function • <code>src/runtimeApiLoaders.ts:40:1</code></p>
1981
-
1982
- <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1983
- <div>
1984
- <strong>Related symbols:</strong>
1985
- <ul class="chips">
1986
- <li class="chip">RuntimeApiLoaderDefinition</li>
1987
- <li class="chip">RuntimeApiLoaderMaterializationResult</li>
1988
- </ul>
1989
- </div>
1990
- <div>
1991
- <h5>Signature</h5>
1992
- <pre>
1993
- (args: { readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; }) =&gt; RuntimeApiLoaderMaterializationResult</pre>
1994
- <table>
1995
- <thead>
1996
- <tr>
1997
- <th>Parameter</th>
1998
- <th>Type</th>
1999
- <th>Required</th>
2000
- <th>Description</th>
2001
- </tr>
2002
- </thead>
2003
- <tbody>
2004
- <tr>
2005
- <td><code>args</code></td>
2006
- <td>
2007
- <code
2008
- >{ readonly data?: AppDataManifest; readonly loaders: readonly
2009
- RuntimeApiLoaderDefinition[]; }</code
2010
- >
2011
- </td>
2012
- <td>yes</td>
2013
- <td></td>
2014
- </tr>
2015
- </tbody>
2016
- </table>
2017
- <p>
2018
- <strong>Returns:</strong> <code>RuntimeApiLoaderMaterializationResult</code>
2019
- </p>
2020
- </div>
2021
- </article>
2022
- <article
2023
- class="item"
2024
- id="symbol-runtimeapiloaderdefinition"
2025
- data-search="RuntimeApiLoaderDefinition unknown src/runtimeApiLoaders.ts "
2026
- >
2027
- <h4>RuntimeApiLoaderDefinition</h4>
2028
- <p class="muted">unknown • <code>src/runtimeApiLoaders.ts:17:1</code></p>
2029
-
2030
- <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2031
- <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
2032
- </article>
2033
- <article
2034
- class="item"
2035
- id="symbol-runtimeapiloaderdiagnostic"
2036
- data-search="RuntimeApiLoaderDiagnostic type src/runtimeApiLoaders.ts "
2037
- >
2038
- <h4>RuntimeApiLoaderDiagnostic</h4>
2039
- <p class="muted">type • <code>src/runtimeApiLoaders.ts:19:1</code></p>
2040
-
2041
- <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2042
- <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
2043
-
2044
- <table>
2045
- <thead>
2046
- <tr>
2047
- <th>Member</th>
2048
- <th>Kind</th>
2049
- <th>Type</th>
2050
- <th>Required</th>
2051
- <th>Description</th>
2052
- </tr>
2053
- </thead>
2054
- <tbody>
2055
- <tr>
2056
- <td><code>apiId</code></td>
2057
- <td>property</td>
2058
- <td><code>string | undefined</code></td>
2059
- <td>no</td>
2060
- <td></td>
2061
- </tr>
2062
- <tr>
2063
- <td><code>code</code></td>
2064
- <td>property</td>
2065
- <td>
2066
- <code
2067
- >&quot;invalid-record&quot; | &quot;missing-api&quot; |
2068
- &quot;missing-target-path&quot; | &quot;state-set-failed&quot; |
2069
- &quot;unsupported-loader&quot;</code
2070
- >
2071
- </td>
2072
- <td>yes</td>
2073
- <td></td>
2074
- </tr>
2075
- <tr>
2076
- <td><code>message</code></td>
2077
- <td>property</td>
2078
- <td><code>string</code></td>
2079
- <td>yes</td>
2080
- <td></td>
2081
- </tr>
2082
- <tr>
2083
- <td><code>targetPath</code></td>
2084
- <td>property</td>
2085
- <td><code>string | undefined</code></td>
2086
- <td>no</td>
2087
- <td></td>
2088
- </tr>
2089
- </tbody>
2090
- </table>
2091
- </article>
2092
- <article
2093
- class="item"
2094
- id="symbol-runtimeapiloaderexecutionresult"
2095
- data-search="RuntimeApiLoaderExecutionResult type src/runtimeApiLoaders.ts RuntimeApiLoaderDiagnostic"
2096
- >
2097
- <h4>RuntimeApiLoaderExecutionResult</h4>
2098
- <p class="muted">type • <code>src/runtimeApiLoaders.ts:31:1</code></p>
2099
-
2100
- <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2101
- <div>
2102
- <strong>Related symbols:</strong>
2103
- <ul class="chips">
2104
- <li class="chip">RuntimeApiLoaderDiagnostic</li>
2105
- </ul>
2106
- </div>
2107
-
2108
- <table>
2109
- <thead>
2110
- <tr>
2111
- <th>Member</th>
2112
- <th>Kind</th>
2113
- <th>Type</th>
2114
- <th>Required</th>
2115
- <th>Description</th>
2116
- </tr>
2117
- </thead>
2118
- <tbody>
2119
- <tr>
2120
- <td><code>diagnostics</code></td>
2121
- <td>property</td>
2122
- <td><code>readonly RuntimeApiLoaderDiagnostic[]</code></td>
2123
- <td>yes</td>
2124
- <td></td>
2125
- </tr>
2126
- </tbody>
2127
- </table>
2128
- </article>
2129
- <article
2130
- class="item"
2131
- id="symbol-runtimeapiloadermaterializationresult"
2132
- data-search="RuntimeApiLoaderMaterializationResult type src/runtimeApiLoaders.ts RuntimeApiLoaderDiagnostic"
2133
- >
2134
- <h4>RuntimeApiLoaderMaterializationResult</h4>
2135
- <p class="muted">type • <code>src/runtimeApiLoaders.ts:35:1</code></p>
2136
-
2137
- <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2138
- <div>
2139
- <strong>Related symbols:</strong>
2140
- <ul class="chips">
2141
- <li class="chip">RuntimeApiLoaderDiagnostic</li>
2142
- </ul>
2143
- </div>
2144
-
2145
- <table>
2146
- <thead>
2147
- <tr>
2148
- <th>Member</th>
2149
- <th>Kind</th>
2150
- <th>Type</th>
2151
- <th>Required</th>
2152
- <th>Description</th>
2153
- </tr>
2154
- </thead>
2155
- <tbody>
2156
- <tr>
2157
- <td><code>diagnostics</code></td>
2158
- <td>property</td>
2159
- <td><code>readonly RuntimeApiLoaderDiagnostic[]</code></td>
2160
- <td>yes</td>
2161
- <td></td>
2162
- </tr>
2163
- <tr>
2164
- <td><code>state</code></td>
2165
- <td>property</td>
2166
- <td><code>Readonly&lt;Record&lt;string, StateValue&gt;&gt;</code></td>
2167
- <td>yes</td>
2168
- <td></td>
2169
- </tr>
2170
- </tbody>
2171
- </table>
2172
- </article>
2173
- <article
2174
- class="item"
2175
- id="symbol-runtimeapiloadermode"
2176
- data-search="RuntimeApiLoaderMode unknown src/runtimeApiLoaders.ts "
2177
- >
2178
- <h4>RuntimeApiLoaderMode</h4>
2179
- <p class="muted">unknown • <code>src/runtimeApiLoaders.ts:15:1</code></p>
2180
-
2181
- <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2182
- <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
2183
- </article>
2184
- <article
2185
- class="item"
2186
- id="symbol-useruntimeapistateloaders"
2187
- data-search="useRuntimeApiStateLoaders function src/runtimeApiLoaders.ts RuntimeApiLoaderDefinition RuntimeApiLoaderDiagnostic (args: { readonly data?: AppDataManifest; readonly loaders?: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter?: StateAdapter; }) =&gt; { readonly diagnostics: readonly RuntimeApiLoaderDiagnostic[]; readonly stateAdapter: StateAdapter; readonly stateVersion: number; }"
2188
- >
2189
- <h4>useRuntimeApiStateLoaders</h4>
2190
- <p class="muted">function • <code>src/runtimeApiLoaders.ts:125:1</code></p>
2191
-
2192
- <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2193
- <div>
2194
- <strong>Related symbols:</strong>
2195
- <ul class="chips">
2196
- <li class="chip">RuntimeApiLoaderDefinition</li>
2197
- <li class="chip">RuntimeApiLoaderDiagnostic</li>
1858
+ <li class="chip">RuntimeEventPropWrapArgs</li>
2198
1859
  </ul>
2199
1860
  </div>
2200
1861
  <div>
2201
1862
  <h5>Signature</h5>
2202
- <pre>
2203
- (args: { readonly data?: AppDataManifest; readonly loaders?: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter?: StateAdapter; }) =&gt; { readonly diagnostics: readonly RuntimeApiLoaderDiagnostic[]; readonly stateAdapter: StateAdapter; readonly stateVersion: number; }</pre>
1863
+ <pre>(args: RuntimeEventPropWrapArgs) =&gt; Record&lt;string, unknown&gt;</pre>
2204
1864
  <table>
2205
1865
  <thead>
2206
1866
  <tr>
@@ -2213,25 +1873,13 @@
2213
1873
  <tbody>
2214
1874
  <tr>
2215
1875
  <td><code>args</code></td>
2216
- <td>
2217
- <code
2218
- >{ readonly data?: AppDataManifest; readonly loaders?: readonly
2219
- RuntimeApiLoaderDefinition[]; readonly stateAdapter?: StateAdapter;
2220
- }</code
2221
- >
2222
- </td>
1876
+ <td><code>RuntimeEventPropWrapArgs</code></td>
2223
1877
  <td>yes</td>
2224
1878
  <td></td>
2225
1879
  </tr>
2226
1880
  </tbody>
2227
1881
  </table>
2228
- <p>
2229
- <strong>Returns:</strong>
2230
- <code
2231
- >{ readonly diagnostics: readonly RuntimeApiLoaderDiagnostic[]; readonly
2232
- stateAdapter: StateAdapter; readonly stateVersion: number; }</code
2233
- >
2234
- </p>
1882
+ <p><strong>Returns:</strong> <code>Record&lt;string, unknown&gt;</code></p>
2235
1883
  </div>
2236
1884
  </article>
2237
1885
  </section>
@@ -2674,7 +2322,7 @@
2674
2322
  <td>
2675
2323
  <code
2676
2324
  >Readonly&lt;Record&lt;string,
2677
- import(&quot;/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/bindings&quot;).ComponentDataBinding&gt;&gt;
2325
+ import(&quot;/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings&quot;).ComponentDataBinding&gt;&gt;
2678
2326
  | undefined</code
2679
2327
  >
2680
2328
  </td>
@@ -2782,7 +2430,7 @@
2782
2430
  <td>
2783
2431
  <code
2784
2432
  >Readonly&lt;Record&lt;string,
2785
- import(&quot;/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/bindings&quot;).ComponentDataBinding&gt;&gt;
2433
+ import(&quot;/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings&quot;).ComponentDataBinding&gt;&gt;
2786
2434
  | undefined</code
2787
2435
  >
2788
2436
  </td>
@@ -2930,7 +2578,7 @@
2930
2578
  data-search="createRuntimeDataSourceOperationExecutor function src/runtimeDataSourceOperations.ts RuntimeBindingOperationExecutor RuntimeDataSourceOperationExecutorOptions (options: RuntimeDataSourceOperationExecutorOptions) =&gt; RuntimeBindingOperationExecutor"
2931
2579
  >
2932
2580
  <h4>createRuntimeDataSourceOperationExecutor</h4>
2933
- <p class="muted">function • <code>src/runtimeDataSourceOperations.ts:12:1</code></p>
2581
+ <p class="muted">function • <code>src/runtimeDataSourceOperations.ts:14:1</code></p>
2934
2582
 
2935
2583
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2936
2584
  <div>
@@ -2971,7 +2619,7 @@
2971
2619
  data-search="RuntimeDataSourceOperationExecutorOptions type src/runtimeDataSourceOperations.ts "
2972
2620
  >
2973
2621
  <h4>RuntimeDataSourceOperationExecutorOptions</h4>
2974
- <p class="muted">type • <code>src/runtimeDataSourceOperations.ts:7:1</code></p>
2622
+ <p class="muted">type • <code>src/runtimeDataSourceOperations.ts:8:1</code></p>
2975
2623
 
2976
2624
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2977
2625
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -2994,11 +2642,20 @@
2994
2642
  <td>no</td>
2995
2643
  <td></td>
2996
2644
  </tr>
2645
+ <tr>
2646
+ <td><code>databaseAdapters</code></td>
2647
+ <td>property</td>
2648
+ <td>
2649
+ <code>Readonly&lt;Record&lt;string, DbAdapter&gt;&gt; | undefined</code>
2650
+ </td>
2651
+ <td>no</td>
2652
+ <td></td>
2653
+ </tr>
2997
2654
  <tr>
2998
2655
  <td><code>fetch</code></td>
2999
2656
  <td>property</td>
3000
- <td><code>EndpointTestFetch</code></td>
3001
- <td>yes</td>
2657
+ <td><code>EndpointTestFetch | undefined</code></td>
2658
+ <td>no</td>
3002
2659
  <td></td>
3003
2660
  </tr>
3004
2661
  </tbody>
@@ -4106,7 +3763,7 @@
4106
3763
  <td>
4107
3764
  <code
4108
3765
  >Readonly&lt;Record&lt;string,
4109
- import(&quot;/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/bindings&quot;).ComponentDataBinding&gt;&gt;
3766
+ import(&quot;/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings&quot;).ComponentDataBinding&gt;&gt;
4110
3767
  | undefined</code
4111
3768
  >
4112
3769
  </td>
@@ -4119,7 +3776,7 @@
4119
3776
  <td>
4120
3777
  <code
4121
3778
  >Readonly&lt;Record&lt;string,
4122
- import(&quot;/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/index&quot;).DataSourceConfig&gt;&gt;
3779
+ import(&quot;/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/index&quot;).DataSourceConfig&gt;&gt;
4123
3780
  | undefined</code
4124
3781
  >
4125
3782
  </td>
@@ -4152,7 +3809,7 @@
4152
3809
  <td>property</td>
4153
3810
  <td>
4154
3811
  <code
4155
- >import(&quot;/Users/a_rtiphishl_e/git/runtime/src/RuntimeRendererConfig&quot;).RuntimeActionHandler
3812
+ >import(&quot;/home/runner/work/runtime/runtime/src/RuntimeRendererConfig&quot;).RuntimeActionHandler
4156
3813
  | undefined</code
4157
3814
  >
4158
3815
  </td>
@@ -4545,7 +4202,7 @@
4545
4202
  <td>
4546
4203
  <code
4547
4204
  >Readonly&lt;Record&lt;string,
4548
- import(&quot;/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/bindings&quot;).ComponentDataBinding&gt;&gt;
4205
+ import(&quot;/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings&quot;).ComponentDataBinding&gt;&gt;
4549
4206
  | undefined</code
4550
4207
  >
4551
4208
  </td>
@@ -4558,7 +4215,7 @@
4558
4215
  <td>
4559
4216
  <code
4560
4217
  >Readonly&lt;Record&lt;string,
4561
- import(&quot;/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/index&quot;).DataSourceConfig&gt;&gt;
4218
+ import(&quot;/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/index&quot;).DataSourceConfig&gt;&gt;
4562
4219
  | undefined</code
4563
4220
  >
4564
4221
  </td>
@@ -4618,7 +4275,7 @@
4618
4275
  <td>
4619
4276
  <code
4620
4277
  >Readonly&lt;Record&lt;string,
4621
- import(&quot;/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/bindings&quot;).BindingValue
4278
+ import(&quot;/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings&quot;).BindingValue
4622
4279
  | undefined&gt;&gt; | undefined</code
4623
4280
  >
4624
4281
  </td>
@@ -4835,7 +4492,7 @@
4835
4492
  data-search="RuntimeScreen function src/RuntimeScreen.tsx RuntimeScreenProps (props: RuntimeScreenProps) =&gt; React.JSX.Element"
4836
4493
  >
4837
4494
  <h4>RuntimeScreen</h4>
4838
- <p class="muted">function • <code>src/RuntimeScreen.tsx:24:1</code></p>
4495
+ <p class="muted">function • <code>src/RuntimeScreen.tsx:17:1</code></p>
4839
4496
 
4840
4497
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4841
4498
  <div>
@@ -4874,7 +4531,7 @@
4874
4531
  data-search="RuntimeScreenProps type src/RuntimeScreen.tsx "
4875
4532
  >
4876
4533
  <h4>RuntimeScreenProps</h4>
4877
- <p class="muted">type • <code>src/RuntimeScreen.tsx:17:1</code></p>
4534
+ <p class="muted">type • <code>src/RuntimeScreen.tsx:10:1</code></p>
4878
4535
 
4879
4536
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4880
4537
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -4935,7 +4592,7 @@
4935
4592
  data-search="createPendingRuntimeScreenOperationLoaderState function src/runtimeScreenLoaders.ts RuntimeScreenOperationLoaderState (args: { readonly dependencyKey: string; readonly previousState?: RuntimeScreenOperationLoaderState; }) =&gt; RuntimeScreenOperationLoaderState"
4936
4593
  >
4937
4594
  <h4>createPendingRuntimeScreenOperationLoaderState</h4>
4938
- <p class="muted">function • <code>src/runtimeScreenLoaders.ts:93:1</code></p>
4595
+ <p class="muted">function • <code>src/runtimeScreenLoaders.ts:82:1</code></p>
4939
4596
 
4940
4597
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4941
4598
  <div>
@@ -4980,7 +4637,7 @@
4980
4637
  data-search="createRuntimeScreenLoaderRequestKey function src/runtimeScreenLoaders.ts RuntimeBindingOperationResultCache (args: { readonly screenId: string; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; readonly bindingContext?: Record&lt;string, unknown&gt;; readonly operationResults?: RuntimeBindingOperationResultCache; }) =&gt; string"
4981
4638
  >
4982
4639
  <h4>createRuntimeScreenLoaderRequestKey</h4>
4983
- <p class="muted">function • <code>src/runtimeScreenLoaders.ts:60:1</code></p>
4640
+ <p class="muted">function • <code>src/runtimeScreenLoaders.ts:49:1</code></p>
4984
4641
 
4985
4642
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4986
4643
  <div>
@@ -5027,7 +4684,7 @@
5027
4684
  data-search='executeRuntimeScreenOperationLoaders function src/runtimeScreenLoaders.ts RuntimeBindingOperationExecutor RuntimeBindingOperationResultCache RuntimeBindingResolutionContext RuntimeScreenOperationLoaderExecutionResult (args: { readonly bindingContext?: Record&lt;string, unknown&gt;; readonly dataSources?: RuntimeBindingResolutionContext["dataSources"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly screen: ScreenSpec; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; }) =&gt; Promise&lt;RuntimeScreenOperationLoaderExecutionResult&gt;'
5028
4685
  >
5029
4686
  <h4>executeRuntimeScreenOperationLoaders</h4>
5030
- <p class="muted">function • <code>src/runtimeScreenLoaders.ts:189:1</code></p>
4687
+ <p class="muted">function • <code>src/runtimeScreenLoaders.ts:178:1</code></p>
5031
4688
 
5032
4689
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
5033
4690
  <div>
@@ -5076,49 +4733,13 @@
5076
4733
  </p>
5077
4734
  </div>
5078
4735
  </article>
5079
- <article
5080
- class="item"
5081
- id="symbol-resolvescreenapiloaders"
5082
- data-search="resolveScreenApiLoaders function src/runtimeScreenLoaders.ts (screen: ScreenSpec) =&gt; readonly ApiScreenDataLoaderDefinition[]"
5083
- >
5084
- <h4>resolveScreenApiLoaders</h4>
5085
- <p class="muted">function • <code>src/runtimeScreenLoaders.ts:44:1</code></p>
5086
-
5087
- <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
5088
- <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
5089
- <div>
5090
- <h5>Signature</h5>
5091
- <pre>(screen: ScreenSpec) =&gt; readonly ApiScreenDataLoaderDefinition[]</pre>
5092
- <table>
5093
- <thead>
5094
- <tr>
5095
- <th>Parameter</th>
5096
- <th>Type</th>
5097
- <th>Required</th>
5098
- <th>Description</th>
5099
- </tr>
5100
- </thead>
5101
- <tbody>
5102
- <tr>
5103
- <td><code>screen</code></td>
5104
- <td><code>ScreenSpec</code></td>
5105
- <td>yes</td>
5106
- <td></td>
5107
- </tr>
5108
- </tbody>
5109
- </table>
5110
- <p>
5111
- <strong>Returns:</strong> <code>readonly ApiScreenDataLoaderDefinition[]</code>
5112
- </p>
5113
- </div>
5114
- </article>
5115
4736
  <article
5116
4737
  class="item"
5117
4738
  id="symbol-resolvescreenoperationloaders"
5118
4739
  data-search="resolveScreenOperationLoaders function src/runtimeScreenLoaders.ts (screen: ScreenSpec) =&gt; readonly OperationScreenDataLoaderDefinition[]"
5119
4740
  >
5120
4741
  <h4>resolveScreenOperationLoaders</h4>
5121
- <p class="muted">function • <code>src/runtimeScreenLoaders.ts:52:1</code></p>
4742
+ <p class="muted">function • <code>src/runtimeScreenLoaders.ts:43:1</code></p>
5122
4743
 
5123
4744
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
5124
4745
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -5156,7 +4777,7 @@
5156
4777
  data-search="RuntimeScreenOperationLoaderExecutionResult type src/runtimeScreenLoaders.ts "
5157
4778
  >
5158
4779
  <h4>RuntimeScreenOperationLoaderExecutionResult</h4>
5159
- <p class="muted">type • <code>src/runtimeScreenLoaders.ts:26:1</code></p>
4780
+ <p class="muted">type • <code>src/runtimeScreenLoaders.ts:25:1</code></p>
5160
4781
 
5161
4782
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
5162
4783
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -5204,7 +4825,7 @@
5204
4825
  data-search="RuntimeScreenOperationLoaderState type src/runtimeScreenLoaders.ts "
5205
4826
  >
5206
4827
  <h4>RuntimeScreenOperationLoaderState</h4>
5207
- <p class="muted">type • <code>src/runtimeScreenLoaders.ts:19:1</code></p>
4828
+ <p class="muted">type • <code>src/runtimeScreenLoaders.ts:18:1</code></p>
5208
4829
 
5209
4830
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
5210
4831
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -5259,7 +4880,7 @@
5259
4880
  data-search='useRuntimeScreenOperationLoaders function src/runtimeScreenLoaders.ts RuntimeBindingOperationExecutor RuntimeBindingOperationResultCache RuntimeBindingResolutionContext RuntimeScreenOperationLoaderState (args: { readonly bindingContext?: Record&lt;string, unknown&gt;; readonly dataSources?: RuntimeBindingResolutionContext["dataSources"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly onDiagnostics?: (diagnostics: readonly DataSourceDiagnostic[]) =&gt; void; readonly screen: ScreenSpec; }) =&gt; RuntimeScreenOperationLoaderState'
5260
4881
  >
5261
4882
  <h4>useRuntimeScreenOperationLoaders</h4>
5262
- <p class="muted">function • <code>src/runtimeScreenLoaders.ts:284:1</code></p>
4883
+ <p class="muted">function • <code>src/runtimeScreenLoaders.ts:273:1</code></p>
5263
4884
 
5264
4885
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
5265
4886
  <div>
@@ -5623,7 +5244,7 @@
5623
5244
  data-search="RuntimeScreen src/RuntimeScreen.tsx manifest AppManifest registry ComponentRegistry | undefined screen ScreenSpec stateAdapter StateAdapter | undefined"
5624
5245
  >
5625
5246
  <h3>RuntimeScreen</h3>
5626
- <p class="muted"><code>src/RuntimeScreen.tsx:24:1</code></p>
5247
+ <p class="muted"><code>src/RuntimeScreen.tsx:17:1</code></p>
5627
5248
 
5628
5249
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
5629
5250
  <table>
@@ -5677,9 +5298,6 @@
5677
5298
  entrypoint_src_index_ts[&quot;src/index.ts&quot;] package__ankhorage_runtime --&gt;
5678
5299
  entrypoint_src_index_ts module_paradox_config_ts[&quot;paradox.config.ts&quot;]
5679
5300
  package__ankhorage_runtime -.-&gt; module_paradox_config_ts
5680
- module_src_appExtensionRegistry_ts[&quot;src/appExtensionRegistry.ts&quot;]
5681
- package__ankhorage_runtime -.-&gt; module_src_appExtensionRegistry_ts
5682
- module_src_appExtensionRegistry_ts --&gt; module_src_componentRegistry_ts
5683
5301
  module_src_componentRegistry_ts[&quot;src/componentRegistry.ts&quot;]
5684
5302
  package__ankhorage_runtime -.-&gt; module_src_componentRegistry_ts
5685
5303
  module_src_index_ts[&quot;src/index.ts&quot;]
@@ -5705,20 +5323,15 @@
5705
5323
  package__ankhorage_runtime -.-&gt; module_src_runtimeActionRegistry_ts
5706
5324
  module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeBindings_ts
5707
5325
  module_src_runtimeActionRegistry_ts --&gt; module_src_RuntimeRendererConfig_tsx
5708
- module_src_runtimeApiLoaders_test_ts[&quot;src/runtimeApiLoaders.test.ts&quot;]
5709
- package__ankhorage_runtime -.-&gt; module_src_runtimeApiLoaders_test_ts
5710
- module_src_runtimeApiLoaders_test_ts --&gt; module_src_runtimeApiLoaders_ts
5711
- module_src_runtimeApiLoaders_test_ts --&gt; module_src_runtimeBindings_ts
5712
- module_src_runtimeApiLoaders_test_ts --&gt; module_src_runtimeStateAdapter_ts
5713
- module_src_runtimeApiLoaders_ts[&quot;src/runtimeApiLoaders.ts&quot;]
5714
- package__ankhorage_runtime -.-&gt; module_src_runtimeApiLoaders_ts
5715
- module_src_runtimeApiLoaders_ts --&gt; module_src_runtimeStateAdapter_ts
5716
5326
  module_src_runtimeBindings_test_ts[&quot;src/runtimeBindings.test.ts&quot;]
5717
5327
  package__ankhorage_runtime -.-&gt; module_src_runtimeBindings_test_ts
5718
5328
  module_src_runtimeBindings_test_ts --&gt; module_src_runtimeBindings_ts
5719
5329
  module_src_runtimeBindings_test_ts --&gt; module_src_runtimeNodeProps_ts
5720
5330
  module_src_runtimeBindings_ts[&quot;src/runtimeBindings.ts&quot;]
5721
5331
  package__ankhorage_runtime -.-&gt; module_src_runtimeBindings_ts
5332
+ module_src_runtimeDatabaseOperationExecutor_ts[&quot;src/runtimeDatabaseOperationExecutor.ts&quot;]
5333
+ package__ankhorage_runtime -.-&gt; module_src_runtimeDatabaseOperationExecutor_ts
5334
+ module_src_runtimeDatabaseOperationExecutor_ts --&gt; module_src_runtimeBindings_ts
5722
5335
  module_src_runtimeDataSourceOperations_test_ts[&quot;src/runtimeDataSourceOperations.test.ts&quot;]
5723
5336
  package__ankhorage_runtime -.-&gt; module_src_runtimeDataSourceOperations_test_ts
5724
5337
  module_src_runtimeDataSourceOperations_test_ts --&gt;
@@ -5726,6 +5339,8 @@
5726
5339
  module_src_runtimeDataSourceOperations_ts[&quot;src/runtimeDataSourceOperations.ts&quot;]
5727
5340
  package__ankhorage_runtime -.-&gt; module_src_runtimeDataSourceOperations_ts
5728
5341
  module_src_runtimeDataSourceOperations_ts --&gt; module_src_runtimeBindings_ts
5342
+ module_src_runtimeDataSourceOperations_ts --&gt;
5343
+ module_src_runtimeDatabaseOperationExecutor_ts
5729
5344
  module_src_runtimeDbPersist_test_ts[&quot;src/runtimeDbPersist.test.ts&quot;]
5730
5345
  package__ankhorage_runtime -.-&gt; module_src_runtimeDbPersist_test_ts
5731
5346
  module_src_runtimeDbPersist_test_ts --&gt; module_src_runtimeActionRegistry_ts
@@ -5790,10 +5405,10 @@
5790
5405
  module_src_RuntimeScreen_tsx[&quot;src/RuntimeScreen.tsx&quot;]
5791
5406
  package__ankhorage_runtime -.-&gt; module_src_RuntimeScreen_tsx
5792
5407
  module_src_RuntimeScreen_tsx --&gt; module_src_registry_tsx
5793
- module_src_RuntimeScreen_tsx --&gt; module_src_runtimeApiLoaders_ts
5794
5408
  module_src_RuntimeScreen_tsx --&gt; module_src_RuntimeRenderer_tsx
5795
5409
  module_src_RuntimeScreen_tsx --&gt; module_src_RuntimeRendererConfig_tsx
5796
5410
  module_src_RuntimeScreen_tsx --&gt; module_src_runtimeScreenLoaders_ts
5411
+ module_src_RuntimeScreen_tsx --&gt; module_src_runtimeStateAdapter_ts
5797
5412
  module_src_runtimeScreenLoaders_arrayPath_test_ts[&quot;src/runtimeScreenLoaders.arrayPath.test.ts&quot;]
5798
5413
  package__ankhorage_runtime -.-&gt; module_src_runtimeScreenLoaders_arrayPath_test_ts
5799
5414
  module_src_runtimeScreenLoaders_arrayPath_test_ts --&gt;
@@ -5827,9 +5442,6 @@ graph TD
5827
5442
  package__ankhorage_runtime --&gt; entrypoint_src_index_ts
5828
5443
  module_paradox_config_ts[&quot;paradox.config.ts&quot;]
5829
5444
  package__ankhorage_runtime -.-&gt; module_paradox_config_ts
5830
- module_src_appExtensionRegistry_ts[&quot;src/appExtensionRegistry.ts&quot;]
5831
- package__ankhorage_runtime -.-&gt; module_src_appExtensionRegistry_ts
5832
- module_src_appExtensionRegistry_ts --&gt; module_src_componentRegistry_ts
5833
5445
  module_src_componentRegistry_ts[&quot;src/componentRegistry.ts&quot;]
5834
5446
  package__ankhorage_runtime -.-&gt; module_src_componentRegistry_ts
5835
5447
  module_src_index_ts[&quot;src/index.ts&quot;]
@@ -5855,26 +5467,22 @@ graph TD
5855
5467
  package__ankhorage_runtime -.-&gt; module_src_runtimeActionRegistry_ts
5856
5468
  module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeBindings_ts
5857
5469
  module_src_runtimeActionRegistry_ts --&gt; module_src_RuntimeRendererConfig_tsx
5858
- module_src_runtimeApiLoaders_test_ts[&quot;src/runtimeApiLoaders.test.ts&quot;]
5859
- package__ankhorage_runtime -.-&gt; module_src_runtimeApiLoaders_test_ts
5860
- module_src_runtimeApiLoaders_test_ts --&gt; module_src_runtimeApiLoaders_ts
5861
- module_src_runtimeApiLoaders_test_ts --&gt; module_src_runtimeBindings_ts
5862
- module_src_runtimeApiLoaders_test_ts --&gt; module_src_runtimeStateAdapter_ts
5863
- module_src_runtimeApiLoaders_ts[&quot;src/runtimeApiLoaders.ts&quot;]
5864
- package__ankhorage_runtime -.-&gt; module_src_runtimeApiLoaders_ts
5865
- module_src_runtimeApiLoaders_ts --&gt; module_src_runtimeStateAdapter_ts
5866
5470
  module_src_runtimeBindings_test_ts[&quot;src/runtimeBindings.test.ts&quot;]
5867
5471
  package__ankhorage_runtime -.-&gt; module_src_runtimeBindings_test_ts
5868
5472
  module_src_runtimeBindings_test_ts --&gt; module_src_runtimeBindings_ts
5869
5473
  module_src_runtimeBindings_test_ts --&gt; module_src_runtimeNodeProps_ts
5870
5474
  module_src_runtimeBindings_ts[&quot;src/runtimeBindings.ts&quot;]
5871
5475
  package__ankhorage_runtime -.-&gt; module_src_runtimeBindings_ts
5476
+ module_src_runtimeDatabaseOperationExecutor_ts[&quot;src/runtimeDatabaseOperationExecutor.ts&quot;]
5477
+ package__ankhorage_runtime -.-&gt; module_src_runtimeDatabaseOperationExecutor_ts
5478
+ module_src_runtimeDatabaseOperationExecutor_ts --&gt; module_src_runtimeBindings_ts
5872
5479
  module_src_runtimeDataSourceOperations_test_ts[&quot;src/runtimeDataSourceOperations.test.ts&quot;]
5873
5480
  package__ankhorage_runtime -.-&gt; module_src_runtimeDataSourceOperations_test_ts
5874
5481
  module_src_runtimeDataSourceOperations_test_ts --&gt; module_src_runtimeDataSourceOperations_ts
5875
5482
  module_src_runtimeDataSourceOperations_ts[&quot;src/runtimeDataSourceOperations.ts&quot;]
5876
5483
  package__ankhorage_runtime -.-&gt; module_src_runtimeDataSourceOperations_ts
5877
5484
  module_src_runtimeDataSourceOperations_ts --&gt; module_src_runtimeBindings_ts
5485
+ module_src_runtimeDataSourceOperations_ts --&gt; module_src_runtimeDatabaseOperationExecutor_ts
5878
5486
  module_src_runtimeDbPersist_test_ts[&quot;src/runtimeDbPersist.test.ts&quot;]
5879
5487
  package__ankhorage_runtime -.-&gt; module_src_runtimeDbPersist_test_ts
5880
5488
  module_src_runtimeDbPersist_test_ts --&gt; module_src_runtimeActionRegistry_ts
@@ -5938,10 +5546,10 @@ graph TD
5938
5546
  module_src_RuntimeScreen_tsx[&quot;src/RuntimeScreen.tsx&quot;]
5939
5547
  package__ankhorage_runtime -.-&gt; module_src_RuntimeScreen_tsx
5940
5548
  module_src_RuntimeScreen_tsx --&gt; module_src_registry_tsx
5941
- module_src_RuntimeScreen_tsx --&gt; module_src_runtimeApiLoaders_ts
5942
5549
  module_src_RuntimeScreen_tsx --&gt; module_src_RuntimeRenderer_tsx
5943
5550
  module_src_RuntimeScreen_tsx --&gt; module_src_RuntimeRendererConfig_tsx
5944
5551
  module_src_RuntimeScreen_tsx --&gt; module_src_runtimeScreenLoaders_ts
5552
+ module_src_RuntimeScreen_tsx --&gt; module_src_runtimeStateAdapter_ts
5945
5553
  module_src_runtimeScreenLoaders_arrayPath_test_ts[&quot;src/runtimeScreenLoaders.arrayPath.test.ts&quot;]
5946
5554
  package__ankhorage_runtime -.-&gt; module_src_runtimeScreenLoaders_arrayPath_test_ts
5947
5555
  module_src_runtimeScreenLoaders_arrayPath_test_ts --&gt; module_src_runtimeBindings_ts
@@ -5974,7 +5582,6 @@ graph TD
5974
5582
  <p class="muted"><code>diagrams/module-relationships.mmd</code></p>
5975
5583
  <div class="mermaid">
5976
5584
  graph LR module_paradox_config_ts[&quot;paradox.config.ts&quot;]
5977
- module_src_appExtensionRegistry_ts[&quot;src/appExtensionRegistry.ts&quot;]
5978
5585
  module_src_componentRegistry_ts[&quot;src/componentRegistry.ts&quot;]
5979
5586
  module_src_index_ts[&quot;src/index.ts&quot;]
5980
5587
  module_src_ManifestContext_tsx[&quot;src/ManifestContext.tsx&quot;]
@@ -5984,10 +5591,9 @@ graph TD
5984
5591
  module_src_rendering_ts[&quot;src/rendering.ts&quot;]
5985
5592
  module_src_runtimeActionRegistry_test_ts[&quot;src/runtimeActionRegistry.test.ts&quot;]
5986
5593
  module_src_runtimeActionRegistry_ts[&quot;src/runtimeActionRegistry.ts&quot;]
5987
- module_src_runtimeApiLoaders_test_ts[&quot;src/runtimeApiLoaders.test.ts&quot;]
5988
- module_src_runtimeApiLoaders_ts[&quot;src/runtimeApiLoaders.ts&quot;]
5989
5594
  module_src_runtimeBindings_test_ts[&quot;src/runtimeBindings.test.ts&quot;]
5990
5595
  module_src_runtimeBindings_ts[&quot;src/runtimeBindings.ts&quot;]
5596
+ module_src_runtimeDatabaseOperationExecutor_ts[&quot;src/runtimeDatabaseOperationExecutor.ts&quot;]
5991
5597
  module_src_runtimeDataSourceOperations_test_ts[&quot;src/runtimeDataSourceOperations.test.ts&quot;]
5992
5598
  module_src_runtimeDataSourceOperations_ts[&quot;src/runtimeDataSourceOperations.ts&quot;]
5993
5599
  module_src_runtimeDbPersist_test_ts[&quot;src/runtimeDbPersist.test.ts&quot;]
@@ -6013,7 +5619,6 @@ graph TD
6013
5619
  module_src_runtimeStateAdapter_ts[&quot;src/runtimeStateAdapter.ts&quot;]
6014
5620
  module_src_runtimeStateAdapterConfig_test_ts[&quot;src/runtimeStateAdapterConfig.test.ts&quot;]
6015
5621
  module_tests_runtime_test_ts[&quot;tests/runtime.test.ts&quot;]
6016
- module_src_appExtensionRegistry_ts --&gt; module_src_componentRegistry_ts
6017
5622
  module_src_registry_test_ts --&gt; module_src_registry_tsx
6018
5623
  module_src_rendering_test_ts --&gt; module_src_registry_tsx
6019
5624
  module_src_rendering_test_ts --&gt; module_src_rendering_ts module_src_rendering_ts
@@ -6021,48 +5626,47 @@ graph TD
6021
5626
  module_src_runtimeActionRegistry_ts module_src_runtimeActionRegistry_test_ts --&gt;
6022
5627
  module_src_runtimeBindings_ts module_src_runtimeActionRegistry_ts --&gt;
6023
5628
  module_src_runtimeBindings_ts module_src_runtimeActionRegistry_ts --&gt;
6024
- module_src_RuntimeRendererConfig_tsx module_src_runtimeApiLoaders_test_ts --&gt;
6025
- module_src_runtimeApiLoaders_ts module_src_runtimeApiLoaders_test_ts --&gt;
6026
- module_src_runtimeBindings_ts module_src_runtimeApiLoaders_test_ts --&gt;
6027
- module_src_runtimeStateAdapter_ts module_src_runtimeApiLoaders_ts --&gt;
6028
- module_src_runtimeStateAdapter_ts module_src_runtimeBindings_test_ts --&gt;
5629
+ module_src_RuntimeRendererConfig_tsx module_src_runtimeBindings_test_ts --&gt;
6029
5630
  module_src_runtimeBindings_ts module_src_runtimeBindings_test_ts --&gt;
6030
- module_src_runtimeNodeProps_ts module_src_runtimeDataSourceOperations_test_ts --&gt;
5631
+ module_src_runtimeNodeProps_ts module_src_runtimeDatabaseOperationExecutor_ts --&gt;
5632
+ module_src_runtimeBindings_ts module_src_runtimeDataSourceOperations_test_ts --&gt;
6031
5633
  module_src_runtimeDataSourceOperations_ts module_src_runtimeDataSourceOperations_ts
6032
- --&gt; module_src_runtimeBindings_ts module_src_runtimeDbPersist_test_ts --&gt;
6033
- module_src_runtimeActionRegistry_ts module_src_runtimeDbPersist_test_ts --&gt;
6034
- module_src_runtimeDbPersist_ts module_src_runtimeDbPersist_ts --&gt;
6035
- module_src_RuntimeRendererConfig_tsx module_src_runtimeEventExecution_test_ts --&gt;
6036
- module_src_runtimeEventExecution_ts module_src_runtimeEventExecution_ts --&gt;
6037
- module_src_runtimeActionRegistry_ts module_src_runtimeEventExecution_ts --&gt;
6038
- module_src_RuntimeRendererConfig_tsx module_src_runtimeNodeProps_test_ts --&gt;
6039
- module_src_runtimeNodeProps_ts module_src_runtimeNodeProps_ts --&gt;
6040
- module_src_runtimeBindings_ts module_src_runtimeNodeProps_ts --&gt;
6041
- module_src_RuntimeRendererConfig_tsx module_src_RuntimeRenderer_test_ts --&gt;
6042
- module_src_runtimeRepeatEmptyState_ts module_src_RuntimeRenderer_tsx --&gt;
6043
- module_src_registry_tsx module_src_RuntimeRenderer_tsx --&gt;
6044
- module_src_rendering_ts module_src_RuntimeRenderer_tsx --&gt;
6045
- module_src_runtimeActionRegistry_ts module_src_RuntimeRenderer_tsx --&gt;
6046
- module_src_runtimeBindings_ts module_src_RuntimeRenderer_tsx --&gt;
6047
- module_src_runtimeDbPersist_ts module_src_RuntimeRenderer_tsx --&gt;
6048
- module_src_runtimeEventExecution_ts module_src_RuntimeRenderer_tsx --&gt;
6049
- module_src_runtimeNodeProps_ts module_src_RuntimeRenderer_tsx --&gt;
6050
- module_src_RuntimeRendererConfig_tsx module_src_RuntimeRenderer_tsx --&gt;
6051
- module_src_runtimeRepeat_ts module_src_RuntimeRenderer_tsx --&gt;
6052
- module_src_runtimeRepeatDiagnostics_ts module_src_RuntimeRenderer_tsx --&gt;
6053
- module_src_runtimeRepeatEmptyState_ts module_src_RuntimeRendererConfig_test_tsx
6054
- --&gt; module_src_RuntimeRendererConfig_tsx module_src_RuntimeRendererConfig_tsx
6055
- --&gt; module_src_registry_tsx module_src_RuntimeRendererConfig_tsx --&gt;
5634
+ --&gt; module_src_runtimeBindings_ts module_src_runtimeDataSourceOperations_ts
5635
+ --&gt; module_src_runtimeDatabaseOperationExecutor_ts
5636
+ module_src_runtimeDbPersist_test_ts --&gt; module_src_runtimeActionRegistry_ts
5637
+ module_src_runtimeDbPersist_test_ts --&gt; module_src_runtimeDbPersist_ts
5638
+ module_src_runtimeDbPersist_ts --&gt; module_src_RuntimeRendererConfig_tsx
5639
+ module_src_runtimeEventExecution_test_ts --&gt; module_src_runtimeEventExecution_ts
5640
+ module_src_runtimeEventExecution_ts --&gt; module_src_runtimeActionRegistry_ts
5641
+ module_src_runtimeEventExecution_ts --&gt; module_src_RuntimeRendererConfig_tsx
5642
+ module_src_runtimeNodeProps_test_ts --&gt; module_src_runtimeNodeProps_ts
5643
+ module_src_runtimeNodeProps_ts --&gt; module_src_runtimeBindings_ts
5644
+ module_src_runtimeNodeProps_ts --&gt; module_src_RuntimeRendererConfig_tsx
5645
+ module_src_RuntimeRenderer_test_ts --&gt; module_src_runtimeRepeatEmptyState_ts
5646
+ module_src_RuntimeRenderer_tsx --&gt; module_src_registry_tsx
5647
+ module_src_RuntimeRenderer_tsx --&gt; module_src_rendering_ts
5648
+ module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeActionRegistry_ts
5649
+ module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeBindings_ts
5650
+ module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeDbPersist_ts
5651
+ module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeEventExecution_ts
5652
+ module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeNodeProps_ts
5653
+ module_src_RuntimeRenderer_tsx --&gt; module_src_RuntimeRendererConfig_tsx
5654
+ module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeRepeat_ts
5655
+ module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeRepeatDiagnostics_ts
5656
+ module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeRepeatEmptyState_ts
5657
+ module_src_RuntimeRendererConfig_test_tsx --&gt;
5658
+ module_src_RuntimeRendererConfig_tsx module_src_RuntimeRendererConfig_tsx --&gt;
5659
+ module_src_registry_tsx module_src_RuntimeRendererConfig_tsx --&gt;
6056
5660
  module_src_runtimeBindings_ts module_src_runtimeRepeat_test_ts --&gt;
6057
5661
  module_src_runtimeActionRegistry_ts module_src_runtimeRepeat_test_ts --&gt;
6058
5662
  module_src_runtimeBindings_ts module_src_runtimeRepeat_test_ts --&gt;
6059
5663
  module_src_runtimeRepeat_ts module_src_runtimeRepeat_ts --&gt;
6060
5664
  module_src_runtimeBindings_ts module_src_RuntimeScreen_tsx --&gt;
6061
5665
  module_src_registry_tsx module_src_RuntimeScreen_tsx --&gt;
6062
- module_src_runtimeApiLoaders_ts module_src_RuntimeScreen_tsx --&gt;
6063
5666
  module_src_RuntimeRenderer_tsx module_src_RuntimeScreen_tsx --&gt;
6064
5667
  module_src_RuntimeRendererConfig_tsx module_src_RuntimeScreen_tsx --&gt;
6065
- module_src_runtimeScreenLoaders_ts module_src_runtimeScreenLoaders_arrayPath_test_ts
5668
+ module_src_runtimeScreenLoaders_ts module_src_RuntimeScreen_tsx --&gt;
5669
+ module_src_runtimeStateAdapter_ts module_src_runtimeScreenLoaders_arrayPath_test_ts
6066
5670
  --&gt; module_src_runtimeBindings_ts
6067
5671
  module_src_runtimeScreenLoaders_arrayPath_test_ts --&gt;
6068
5672
  module_src_runtimeScreenLoaders_ts module_src_runtimeScreenLoaders_test_ts --&gt;
@@ -6079,7 +5683,6 @@ graph TD
6079
5683
  <pre>
6080
5684
  graph LR
6081
5685
  module_paradox_config_ts[&quot;paradox.config.ts&quot;]
6082
- module_src_appExtensionRegistry_ts[&quot;src/appExtensionRegistry.ts&quot;]
6083
5686
  module_src_componentRegistry_ts[&quot;src/componentRegistry.ts&quot;]
6084
5687
  module_src_index_ts[&quot;src/index.ts&quot;]
6085
5688
  module_src_ManifestContext_tsx[&quot;src/ManifestContext.tsx&quot;]
@@ -6089,10 +5692,9 @@ graph LR
6089
5692
  module_src_rendering_ts[&quot;src/rendering.ts&quot;]
6090
5693
  module_src_runtimeActionRegistry_test_ts[&quot;src/runtimeActionRegistry.test.ts&quot;]
6091
5694
  module_src_runtimeActionRegistry_ts[&quot;src/runtimeActionRegistry.ts&quot;]
6092
- module_src_runtimeApiLoaders_test_ts[&quot;src/runtimeApiLoaders.test.ts&quot;]
6093
- module_src_runtimeApiLoaders_ts[&quot;src/runtimeApiLoaders.ts&quot;]
6094
5695
  module_src_runtimeBindings_test_ts[&quot;src/runtimeBindings.test.ts&quot;]
6095
5696
  module_src_runtimeBindings_ts[&quot;src/runtimeBindings.ts&quot;]
5697
+ module_src_runtimeDatabaseOperationExecutor_ts[&quot;src/runtimeDatabaseOperationExecutor.ts&quot;]
6096
5698
  module_src_runtimeDataSourceOperations_test_ts[&quot;src/runtimeDataSourceOperations.test.ts&quot;]
6097
5699
  module_src_runtimeDataSourceOperations_ts[&quot;src/runtimeDataSourceOperations.ts&quot;]
6098
5700
  module_src_runtimeDbPersist_test_ts[&quot;src/runtimeDbPersist.test.ts&quot;]
@@ -6118,7 +5720,6 @@ graph LR
6118
5720
  module_src_runtimeStateAdapter_ts[&quot;src/runtimeStateAdapter.ts&quot;]
6119
5721
  module_src_runtimeStateAdapterConfig_test_ts[&quot;src/runtimeStateAdapterConfig.test.ts&quot;]
6120
5722
  module_tests_runtime_test_ts[&quot;tests/runtime.test.ts&quot;]
6121
- module_src_appExtensionRegistry_ts --&gt; module_src_componentRegistry_ts
6122
5723
  module_src_registry_test_ts --&gt; module_src_registry_tsx
6123
5724
  module_src_rendering_test_ts --&gt; module_src_registry_tsx
6124
5725
  module_src_rendering_test_ts --&gt; module_src_rendering_ts
@@ -6127,14 +5728,12 @@ graph LR
6127
5728
  module_src_runtimeActionRegistry_test_ts --&gt; module_src_runtimeBindings_ts
6128
5729
  module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeBindings_ts
6129
5730
  module_src_runtimeActionRegistry_ts --&gt; module_src_RuntimeRendererConfig_tsx
6130
- module_src_runtimeApiLoaders_test_ts --&gt; module_src_runtimeApiLoaders_ts
6131
- module_src_runtimeApiLoaders_test_ts --&gt; module_src_runtimeBindings_ts
6132
- module_src_runtimeApiLoaders_test_ts --&gt; module_src_runtimeStateAdapter_ts
6133
- module_src_runtimeApiLoaders_ts --&gt; module_src_runtimeStateAdapter_ts
6134
5731
  module_src_runtimeBindings_test_ts --&gt; module_src_runtimeBindings_ts
6135
5732
  module_src_runtimeBindings_test_ts --&gt; module_src_runtimeNodeProps_ts
5733
+ module_src_runtimeDatabaseOperationExecutor_ts --&gt; module_src_runtimeBindings_ts
6136
5734
  module_src_runtimeDataSourceOperations_test_ts --&gt; module_src_runtimeDataSourceOperations_ts
6137
5735
  module_src_runtimeDataSourceOperations_ts --&gt; module_src_runtimeBindings_ts
5736
+ module_src_runtimeDataSourceOperations_ts --&gt; module_src_runtimeDatabaseOperationExecutor_ts
6138
5737
  module_src_runtimeDbPersist_test_ts --&gt; module_src_runtimeActionRegistry_ts
6139
5738
  module_src_runtimeDbPersist_test_ts --&gt; module_src_runtimeDbPersist_ts
6140
5739
  module_src_runtimeDbPersist_ts --&gt; module_src_RuntimeRendererConfig_tsx
@@ -6164,10 +5763,10 @@ graph LR
6164
5763
  module_src_runtimeRepeat_test_ts --&gt; module_src_runtimeRepeat_ts
6165
5764
  module_src_runtimeRepeat_ts --&gt; module_src_runtimeBindings_ts
6166
5765
  module_src_RuntimeScreen_tsx --&gt; module_src_registry_tsx
6167
- module_src_RuntimeScreen_tsx --&gt; module_src_runtimeApiLoaders_ts
6168
5766
  module_src_RuntimeScreen_tsx --&gt; module_src_RuntimeRenderer_tsx
6169
5767
  module_src_RuntimeScreen_tsx --&gt; module_src_RuntimeRendererConfig_tsx
6170
5768
  module_src_RuntimeScreen_tsx --&gt; module_src_runtimeScreenLoaders_ts
5769
+ module_src_RuntimeScreen_tsx --&gt; module_src_runtimeStateAdapter_ts
6171
5770
  module_src_runtimeScreenLoaders_arrayPath_test_ts --&gt; module_src_runtimeBindings_ts
6172
5771
  module_src_runtimeScreenLoaders_arrayPath_test_ts --&gt; module_src_runtimeScreenLoaders_ts
6173
5772
  module_src_runtimeScreenLoaders_test_ts --&gt; module_src_runtimeBindings_ts
@@ -6185,7 +5784,6 @@ graph LR
6185
5784
  <p class="muted"><code>diagrams/export-graph.mmd</code></p>
6186
5785
  <div class="mermaid">
6187
5786
  graph LR module_paradox_config_ts[&quot;paradox.config.ts&quot;]
6188
- module_src_appExtensionRegistry_ts[&quot;src/appExtensionRegistry.ts&quot;]
6189
5787
  module_src_componentRegistry_ts[&quot;src/componentRegistry.ts&quot;]
6190
5788
  module_src_index_ts[&quot;src/index.ts&quot;]
6191
5789
  module_src_ManifestContext_tsx[&quot;src/ManifestContext.tsx&quot;]
@@ -6195,10 +5793,9 @@ graph LR
6195
5793
  module_src_rendering_ts[&quot;src/rendering.ts&quot;]
6196
5794
  module_src_runtimeActionRegistry_test_ts[&quot;src/runtimeActionRegistry.test.ts&quot;]
6197
5795
  module_src_runtimeActionRegistry_ts[&quot;src/runtimeActionRegistry.ts&quot;]
6198
- module_src_runtimeApiLoaders_test_ts[&quot;src/runtimeApiLoaders.test.ts&quot;]
6199
- module_src_runtimeApiLoaders_ts[&quot;src/runtimeApiLoaders.ts&quot;]
6200
5796
  module_src_runtimeBindings_test_ts[&quot;src/runtimeBindings.test.ts&quot;]
6201
5797
  module_src_runtimeBindings_ts[&quot;src/runtimeBindings.ts&quot;]
5798
+ module_src_runtimeDatabaseOperationExecutor_ts[&quot;src/runtimeDatabaseOperationExecutor.ts&quot;]
6202
5799
  module_src_runtimeDataSourceOperations_test_ts[&quot;src/runtimeDataSourceOperations.test.ts&quot;]
6203
5800
  module_src_runtimeDataSourceOperations_ts[&quot;src/runtimeDataSourceOperations.ts&quot;]
6204
5801
  module_src_runtimeDbPersist_test_ts[&quot;src/runtimeDbPersist.test.ts&quot;]
@@ -6224,8 +5821,6 @@ graph LR
6224
5821
  module_src_runtimeStateAdapter_ts[&quot;src/runtimeStateAdapter.ts&quot;]
6225
5822
  module_src_runtimeStateAdapterConfig_test_ts[&quot;src/runtimeStateAdapterConfig.test.ts&quot;]
6226
5823
  module_tests_runtime_test_ts[&quot;tests/runtime.test.ts&quot;]
6227
- export_APP_EXTENSION_COMPONENT_REGISTRY[&quot;APP_EXTENSION_COMPONENT_REGISTRY&quot;]
6228
- module_src_appExtensionRegistry_ts --&gt; export_APP_EXTENSION_COMPONENT_REGISTRY
6229
5824
  export_ComponentRegistry[&quot;ComponentRegistry&quot;]
6230
5825
  module_src_componentRegistry_ts --&gt; export_ComponentRegistry
6231
5826
  export_composeRuntimeNodePropsResolver[&quot;composeRuntimeNodePropsResolver&quot;]
@@ -6307,10 +5902,6 @@ graph LR
6307
5902
  module_src_runtimeDbPersist_ts --&gt; export_executeDbPersistAction
6308
5903
  export_executeDbPersistAction -.-&gt; export_RuntimeActionHandlerArgs
6309
5904
  export_executeDbPersistAction -.-&gt; export_RuntimeDbPersistExecutionResult
6310
- export_executeRuntimeApiLoaders[&quot;executeRuntimeApiLoaders&quot;]
6311
- module_src_runtimeApiLoaders_ts --&gt; export_executeRuntimeApiLoaders
6312
- export_executeRuntimeApiLoaders -.-&gt; export_RuntimeApiLoaderDefinition
6313
- export_executeRuntimeApiLoaders -.-&gt; export_RuntimeApiLoaderExecutionResult
6314
5905
  export_executeRuntimeScreenOperationLoaders[&quot;executeRuntimeScreenOperationLoaders&quot;]
6315
5906
  module_src_runtimeScreenLoaders_ts --&gt;
6316
5907
  export_executeRuntimeScreenOperationLoaders
@@ -6325,11 +5916,6 @@ graph LR
6325
5916
  export_ManifestContext[&quot;ManifestContext&quot;] module_src_ManifestContext_tsx
6326
5917
  --&gt; export_ManifestContext export_ManifestProvider[&quot;ManifestProvider&quot;]
6327
5918
  module_src_ManifestContext_tsx --&gt; export_ManifestProvider
6328
- export_materializeRuntimeApiLoaderState[&quot;materializeRuntimeApiLoaderState&quot;]
6329
- module_src_runtimeApiLoaders_ts --&gt; export_materializeRuntimeApiLoaderState
6330
- export_materializeRuntimeApiLoaderState -.-&gt; export_RuntimeApiLoaderDefinition
6331
- export_materializeRuntimeApiLoaderState -.-&gt;
6332
- export_RuntimeApiLoaderMaterializationResult
6333
5919
  export_mergeRuntimeRendererConfig[&quot;mergeRuntimeRendererConfig&quot;]
6334
5920
  module_src_RuntimeRendererConfig_tsx --&gt; export_mergeRuntimeRendererConfig
6335
5921
  export_mergeRuntimeRendererConfig -.-&gt; export_RuntimeRendererConfig
@@ -6359,8 +5945,6 @@ graph LR
6359
5945
  export_resolveRuntimeBindingValueSync[&quot;resolveRuntimeBindingValueSync&quot;]
6360
5946
  module_src_runtimeBindings_ts --&gt; export_resolveRuntimeBindingValueSync
6361
5947
  export_resolveRuntimeBindingValueSync -.-&gt; export_RuntimeBindingResolutionContext
6362
- export_resolveScreenApiLoaders[&quot;resolveScreenApiLoaders&quot;]
6363
- module_src_runtimeScreenLoaders_ts --&gt; export_resolveScreenApiLoaders
6364
5948
  export_resolveScreenOperationLoaders[&quot;resolveScreenOperationLoaders&quot;]
6365
5949
  module_src_runtimeScreenLoaders_ts --&gt; export_resolveScreenOperationLoaders
6366
5950
  export_RUNTIME_CAPABILITIES[&quot;RUNTIME_CAPABILITIES&quot;]
@@ -6390,19 +5974,6 @@ graph LR
6390
5974
  module_src_runtimeActionRegistry_ts --&gt; export_RuntimeActionResolutionScope
6391
5975
  export_RuntimeAdapterDescriptor[&quot;RuntimeAdapterDescriptor&quot;]
6392
5976
  module_src_runtimeManifest_ts --&gt; export_RuntimeAdapterDescriptor
6393
- export_RuntimeApiLoaderDefinition[&quot;RuntimeApiLoaderDefinition&quot;]
6394
- module_src_runtimeApiLoaders_ts --&gt; export_RuntimeApiLoaderDefinition
6395
- export_RuntimeApiLoaderDiagnostic[&quot;RuntimeApiLoaderDiagnostic&quot;]
6396
- module_src_runtimeApiLoaders_ts --&gt; export_RuntimeApiLoaderDiagnostic
6397
- export_RuntimeApiLoaderExecutionResult[&quot;RuntimeApiLoaderExecutionResult&quot;]
6398
- module_src_runtimeApiLoaders_ts --&gt; export_RuntimeApiLoaderExecutionResult
6399
- export_RuntimeApiLoaderExecutionResult -.-&gt; export_RuntimeApiLoaderDiagnostic
6400
- export_RuntimeApiLoaderMaterializationResult[&quot;RuntimeApiLoaderMaterializationResult&quot;]
6401
- module_src_runtimeApiLoaders_ts --&gt; export_RuntimeApiLoaderMaterializationResult
6402
- export_RuntimeApiLoaderMaterializationResult -.-&gt;
6403
- export_RuntimeApiLoaderDiagnostic
6404
- export_RuntimeApiLoaderMode[&quot;RuntimeApiLoaderMode&quot;]
6405
- module_src_runtimeApiLoaders_ts --&gt; export_RuntimeApiLoaderMode
6406
5977
  export_RuntimeBindingDescriptor[&quot;RuntimeBindingDescriptor&quot;]
6407
5978
  module_src_runtimeManifest_ts --&gt; export_RuntimeBindingDescriptor
6408
5979
  export_RuntimeBindingOperationExecutionArgs[&quot;RuntimeBindingOperationExecutionArgs&quot;]
@@ -6511,10 +6082,6 @@ graph LR
6511
6082
  module_src_ManifestContext_tsx --&gt; export_useManifestContext
6512
6083
  export_useOptionalManifestContext[&quot;useOptionalManifestContext&quot;]
6513
6084
  module_src_ManifestContext_tsx --&gt; export_useOptionalManifestContext
6514
- export_useRuntimeApiStateLoaders[&quot;useRuntimeApiStateLoaders&quot;]
6515
- module_src_runtimeApiLoaders_ts --&gt; export_useRuntimeApiStateLoaders
6516
- export_useRuntimeApiStateLoaders -.-&gt; export_RuntimeApiLoaderDefinition
6517
- export_useRuntimeApiStateLoaders -.-&gt; export_RuntimeApiLoaderDiagnostic
6518
6085
  export_useRuntimeRendererConfig[&quot;useRuntimeRendererConfig&quot;]
6519
6086
  module_src_RuntimeRendererConfig_tsx --&gt; export_useRuntimeRendererConfig
6520
6087
  export_useRuntimeRendererConfig -.-&gt; export_RuntimeRendererConfig
@@ -6537,7 +6104,6 @@ graph LR
6537
6104
  <pre>
6538
6105
  graph LR
6539
6106
  module_paradox_config_ts[&quot;paradox.config.ts&quot;]
6540
- module_src_appExtensionRegistry_ts[&quot;src/appExtensionRegistry.ts&quot;]
6541
6107
  module_src_componentRegistry_ts[&quot;src/componentRegistry.ts&quot;]
6542
6108
  module_src_index_ts[&quot;src/index.ts&quot;]
6543
6109
  module_src_ManifestContext_tsx[&quot;src/ManifestContext.tsx&quot;]
@@ -6547,10 +6113,9 @@ graph LR
6547
6113
  module_src_rendering_ts[&quot;src/rendering.ts&quot;]
6548
6114
  module_src_runtimeActionRegistry_test_ts[&quot;src/runtimeActionRegistry.test.ts&quot;]
6549
6115
  module_src_runtimeActionRegistry_ts[&quot;src/runtimeActionRegistry.ts&quot;]
6550
- module_src_runtimeApiLoaders_test_ts[&quot;src/runtimeApiLoaders.test.ts&quot;]
6551
- module_src_runtimeApiLoaders_ts[&quot;src/runtimeApiLoaders.ts&quot;]
6552
6116
  module_src_runtimeBindings_test_ts[&quot;src/runtimeBindings.test.ts&quot;]
6553
6117
  module_src_runtimeBindings_ts[&quot;src/runtimeBindings.ts&quot;]
6118
+ module_src_runtimeDatabaseOperationExecutor_ts[&quot;src/runtimeDatabaseOperationExecutor.ts&quot;]
6554
6119
  module_src_runtimeDataSourceOperations_test_ts[&quot;src/runtimeDataSourceOperations.test.ts&quot;]
6555
6120
  module_src_runtimeDataSourceOperations_ts[&quot;src/runtimeDataSourceOperations.ts&quot;]
6556
6121
  module_src_runtimeDbPersist_test_ts[&quot;src/runtimeDbPersist.test.ts&quot;]
@@ -6576,8 +6141,6 @@ graph LR
6576
6141
  module_src_runtimeStateAdapter_ts[&quot;src/runtimeStateAdapter.ts&quot;]
6577
6142
  module_src_runtimeStateAdapterConfig_test_ts[&quot;src/runtimeStateAdapterConfig.test.ts&quot;]
6578
6143
  module_tests_runtime_test_ts[&quot;tests/runtime.test.ts&quot;]
6579
- export_APP_EXTENSION_COMPONENT_REGISTRY[&quot;APP_EXTENSION_COMPONENT_REGISTRY&quot;]
6580
- module_src_appExtensionRegistry_ts --&gt; export_APP_EXTENSION_COMPONENT_REGISTRY
6581
6144
  export_ComponentRegistry[&quot;ComponentRegistry&quot;]
6582
6145
  module_src_componentRegistry_ts --&gt; export_ComponentRegistry
6583
6146
  export_composeRuntimeNodePropsResolver[&quot;composeRuntimeNodePropsResolver&quot;]
@@ -6646,10 +6209,6 @@ graph LR
6646
6209
  module_src_runtimeDbPersist_ts --&gt; export_executeDbPersistAction
6647
6210
  export_executeDbPersistAction -.-&gt; export_RuntimeActionHandlerArgs
6648
6211
  export_executeDbPersistAction -.-&gt; export_RuntimeDbPersistExecutionResult
6649
- export_executeRuntimeApiLoaders[&quot;executeRuntimeApiLoaders&quot;]
6650
- module_src_runtimeApiLoaders_ts --&gt; export_executeRuntimeApiLoaders
6651
- export_executeRuntimeApiLoaders -.-&gt; export_RuntimeApiLoaderDefinition
6652
- export_executeRuntimeApiLoaders -.-&gt; export_RuntimeApiLoaderExecutionResult
6653
6212
  export_executeRuntimeScreenOperationLoaders[&quot;executeRuntimeScreenOperationLoaders&quot;]
6654
6213
  module_src_runtimeScreenLoaders_ts --&gt; export_executeRuntimeScreenOperationLoaders
6655
6214
  export_executeRuntimeScreenOperationLoaders -.-&gt; export_RuntimeBindingOperationExecutor
@@ -6662,10 +6221,6 @@ graph LR
6662
6221
  module_src_ManifestContext_tsx --&gt; export_ManifestContext
6663
6222
  export_ManifestProvider[&quot;ManifestProvider&quot;]
6664
6223
  module_src_ManifestContext_tsx --&gt; export_ManifestProvider
6665
- export_materializeRuntimeApiLoaderState[&quot;materializeRuntimeApiLoaderState&quot;]
6666
- module_src_runtimeApiLoaders_ts --&gt; export_materializeRuntimeApiLoaderState
6667
- export_materializeRuntimeApiLoaderState -.-&gt; export_RuntimeApiLoaderDefinition
6668
- export_materializeRuntimeApiLoaderState -.-&gt; export_RuntimeApiLoaderMaterializationResult
6669
6224
  export_mergeRuntimeRendererConfig[&quot;mergeRuntimeRendererConfig&quot;]
6670
6225
  module_src_RuntimeRendererConfig_tsx --&gt; export_mergeRuntimeRendererConfig
6671
6226
  export_mergeRuntimeRendererConfig -.-&gt; export_RuntimeRendererConfig
@@ -6695,8 +6250,6 @@ graph LR
6695
6250
  export_resolveRuntimeBindingValueSync[&quot;resolveRuntimeBindingValueSync&quot;]
6696
6251
  module_src_runtimeBindings_ts --&gt; export_resolveRuntimeBindingValueSync
6697
6252
  export_resolveRuntimeBindingValueSync -.-&gt; export_RuntimeBindingResolutionContext
6698
- export_resolveScreenApiLoaders[&quot;resolveScreenApiLoaders&quot;]
6699
- module_src_runtimeScreenLoaders_ts --&gt; export_resolveScreenApiLoaders
6700
6253
  export_resolveScreenOperationLoaders[&quot;resolveScreenOperationLoaders&quot;]
6701
6254
  module_src_runtimeScreenLoaders_ts --&gt; export_resolveScreenOperationLoaders
6702
6255
  export_RUNTIME_CAPABILITIES[&quot;RUNTIME_CAPABILITIES&quot;]
@@ -6726,18 +6279,6 @@ graph LR
6726
6279
  module_src_runtimeActionRegistry_ts --&gt; export_RuntimeActionResolutionScope
6727
6280
  export_RuntimeAdapterDescriptor[&quot;RuntimeAdapterDescriptor&quot;]
6728
6281
  module_src_runtimeManifest_ts --&gt; export_RuntimeAdapterDescriptor
6729
- export_RuntimeApiLoaderDefinition[&quot;RuntimeApiLoaderDefinition&quot;]
6730
- module_src_runtimeApiLoaders_ts --&gt; export_RuntimeApiLoaderDefinition
6731
- export_RuntimeApiLoaderDiagnostic[&quot;RuntimeApiLoaderDiagnostic&quot;]
6732
- module_src_runtimeApiLoaders_ts --&gt; export_RuntimeApiLoaderDiagnostic
6733
- export_RuntimeApiLoaderExecutionResult[&quot;RuntimeApiLoaderExecutionResult&quot;]
6734
- module_src_runtimeApiLoaders_ts --&gt; export_RuntimeApiLoaderExecutionResult
6735
- export_RuntimeApiLoaderExecutionResult -.-&gt; export_RuntimeApiLoaderDiagnostic
6736
- export_RuntimeApiLoaderMaterializationResult[&quot;RuntimeApiLoaderMaterializationResult&quot;]
6737
- module_src_runtimeApiLoaders_ts --&gt; export_RuntimeApiLoaderMaterializationResult
6738
- export_RuntimeApiLoaderMaterializationResult -.-&gt; export_RuntimeApiLoaderDiagnostic
6739
- export_RuntimeApiLoaderMode[&quot;RuntimeApiLoaderMode&quot;]
6740
- module_src_runtimeApiLoaders_ts --&gt; export_RuntimeApiLoaderMode
6741
6282
  export_RuntimeBindingDescriptor[&quot;RuntimeBindingDescriptor&quot;]
6742
6283
  module_src_runtimeManifest_ts --&gt; export_RuntimeBindingDescriptor
6743
6284
  export_RuntimeBindingOperationExecutionArgs[&quot;RuntimeBindingOperationExecutionArgs&quot;]
@@ -6843,10 +6384,6 @@ graph LR
6843
6384
  module_src_ManifestContext_tsx --&gt; export_useManifestContext
6844
6385
  export_useOptionalManifestContext[&quot;useOptionalManifestContext&quot;]
6845
6386
  module_src_ManifestContext_tsx --&gt; export_useOptionalManifestContext
6846
- export_useRuntimeApiStateLoaders[&quot;useRuntimeApiStateLoaders&quot;]
6847
- module_src_runtimeApiLoaders_ts --&gt; export_useRuntimeApiStateLoaders
6848
- export_useRuntimeApiStateLoaders -.-&gt; export_RuntimeApiLoaderDefinition
6849
- export_useRuntimeApiStateLoaders -.-&gt; export_RuntimeApiLoaderDiagnostic
6850
6387
  export_useRuntimeRendererConfig[&quot;useRuntimeRendererConfig&quot;]
6851
6388
  module_src_RuntimeRendererConfig_tsx --&gt; export_useRuntimeRendererConfig
6852
6389
  export_useRuntimeRendererConfig -.-&gt; export_RuntimeRendererConfig
@@ -7183,7 +6720,6 @@ sequenceDiagram
7183
6720
  sequenceDiagram participant participant_createRuntimeScreenOperationLoaderLifecycle
7184
6721
  as createRuntimeScreenOperationLoaderLifecycle participant participant_RuntimeScreen
7185
6722
  as RuntimeScreen participant participant_useContext as useContext participant
7186
- participant_useRuntimeApiStateLoaders as useRuntimeApiStateLoaders participant
7187
6723
  participant_useRuntimeRendererConfig as useRuntimeRendererConfig participant
7188
6724
  participant_useRuntimeScreenOperationLoaders as useRuntimeScreenOperationLoaders
7189
6725
  participant_RuntimeScreen-&gt;&gt;participant_useRuntimeRendererConfig:
@@ -7191,9 +6727,6 @@ sequenceDiagram
7191
6727
  participant_useRuntimeRendererConfig-&gt;&gt;participant_useContext: useContext()
7192
6728
  participant_useContext--&gt;&gt;participant_useRuntimeRendererConfig: return
7193
6729
  participant_useRuntimeRendererConfig--&gt;&gt;participant_RuntimeScreen: return
7194
- participant_RuntimeScreen-&gt;&gt;participant_useRuntimeApiStateLoaders:
7195
- useRuntimeApiStateLoaders()
7196
- participant_useRuntimeApiStateLoaders--&gt;&gt;participant_RuntimeScreen: return
7197
6730
  participant_RuntimeScreen-&gt;&gt;participant_useRuntimeScreenOperationLoaders:
7198
6731
  useRuntimeScreenOperationLoaders()
7199
6732
  participant_useRuntimeScreenOperationLoaders-&gt;&gt;participant_createRuntimeScreenOperationLoaderLifecycle:
@@ -7210,15 +6743,12 @@ sequenceDiagram
7210
6743
  participant participant_createRuntimeScreenOperationLoaderLifecycle as createRuntimeScreenOperationLoaderLifecycle
7211
6744
  participant participant_RuntimeScreen as RuntimeScreen
7212
6745
  participant participant_useContext as useContext
7213
- participant participant_useRuntimeApiStateLoaders as useRuntimeApiStateLoaders
7214
6746
  participant participant_useRuntimeRendererConfig as useRuntimeRendererConfig
7215
6747
  participant participant_useRuntimeScreenOperationLoaders as useRuntimeScreenOperationLoaders
7216
6748
  participant_RuntimeScreen-&gt;&gt;participant_useRuntimeRendererConfig: useRuntimeRendererConfig()
7217
6749
  participant_useRuntimeRendererConfig-&gt;&gt;participant_useContext: useContext()
7218
6750
  participant_useContext--&gt;&gt;participant_useRuntimeRendererConfig: return
7219
6751
  participant_useRuntimeRendererConfig--&gt;&gt;participant_RuntimeScreen: return
7220
- participant_RuntimeScreen-&gt;&gt;participant_useRuntimeApiStateLoaders: useRuntimeApiStateLoaders()
7221
- participant_useRuntimeApiStateLoaders--&gt;&gt;participant_RuntimeScreen: return
7222
6752
  participant_RuntimeScreen-&gt;&gt;participant_useRuntimeScreenOperationLoaders: useRuntimeScreenOperationLoaders()
7223
6753
  participant_useRuntimeScreenOperationLoaders-&gt;&gt;participant_createRuntimeScreenOperationLoaderLifecycle: createRuntimeScreenOperationLoaderLifecycle()
7224
6754
  participant_createRuntimeScreenOperationLoaderLifecycle--&gt;&gt;participant_useRuntimeScreenOperationLoaders: return
@@ -7465,12 +6995,12 @@ sequenceDiagram
7465
6995
  <h2>src/registry.test.ts</h2>
7466
6996
  <article class="item" data-search="BaseComponent src/registry.test.ts ">
7467
6997
  <h3>BaseComponent</h3>
7468
- <p class="muted"><code>src/registry.test.ts:10:1</code></p>
6998
+ <p class="muted"><code>src/registry.test.ts:6:1</code></p>
7469
6999
  <p class="empty">No description available.</p>
7470
7000
  </article>
7471
7001
  <article class="item" data-search="ExtensionComponent src/registry.test.ts ">
7472
7002
  <h3>ExtensionComponent</h3>
7473
- <p class="muted"><code>src/registry.test.ts:14:1</code></p>
7003
+ <p class="muted"><code>src/registry.test.ts:10:1</code></p>
7474
7004
  <p class="empty">No description available.</p>
7475
7005
  </article>
7476
7006
  </section>
@@ -7718,82 +7248,6 @@ sequenceDiagram
7718
7248
  </article>
7719
7249
  </section>
7720
7250
  </section>
7721
- <section
7722
- id="view-src-runtimeapiloaders-ts"
7723
- class="view"
7724
- data-view="src/runtimeApiLoaders.ts"
7725
- hidden
7726
- >
7727
- <section class="panel">
7728
- <h2>src/runtimeApiLoaders.ts</h2>
7729
- <article
7730
- class="item"
7731
- data-search="materializeRuntimeApiLoaderState src/runtimeApiLoaders.ts "
7732
- >
7733
- <h3>materializeRuntimeApiLoaderState</h3>
7734
- <p class="muted"><code>src/runtimeApiLoaders.ts:40:1</code></p>
7735
- <p class="empty">No description available.</p>
7736
- </article>
7737
- <article class="item" data-search="executeRuntimeApiLoaders src/runtimeApiLoaders.ts ">
7738
- <h3>executeRuntimeApiLoaders</h3>
7739
- <p class="muted"><code>src/runtimeApiLoaders.ts:100:1</code></p>
7740
- <p class="empty">No description available.</p>
7741
- </article>
7742
- <article class="item" data-search="useRuntimeApiStateLoaders src/runtimeApiLoaders.ts ">
7743
- <h3>useRuntimeApiStateLoaders</h3>
7744
- <p class="muted"><code>src/runtimeApiLoaders.ts:125:1</code></p>
7745
- <p class="empty">No description available.</p>
7746
- </article>
7747
- <article
7748
- class="item"
7749
- data-search="getGeneratedApiCollectionResource src/runtimeApiLoaders.ts "
7750
- >
7751
- <h3>getGeneratedApiCollectionResource</h3>
7752
- <p class="muted"><code>src/runtimeApiLoaders.ts:157:1</code></p>
7753
- <p class="empty">No description available.</p>
7754
- </article>
7755
- <article class="item" data-search="selectApiLoaderValue src/runtimeApiLoaders.ts ">
7756
- <h3>selectApiLoaderValue</h3>
7757
- <p class="muted"><code>src/runtimeApiLoaders.ts:167:1</code></p>
7758
- <p class="empty">No description available.</p>
7759
- </article>
7760
- <article class="item" data-search="normalizePrimitiveId src/runtimeApiLoaders.ts ">
7761
- <h3>normalizePrimitiveId</h3>
7762
- <p class="muted"><code>src/runtimeApiLoaders.ts:205:1</code></p>
7763
- <p class="empty">No description available.</p>
7764
- </article>
7765
- <article class="item" data-search="deterministicIndex src/runtimeApiLoaders.ts ">
7766
- <h3>deterministicIndex</h3>
7767
- <p class="muted"><code>src/runtimeApiLoaders.ts:212:1</code></p>
7768
- <p class="empty">No description available.</p>
7769
- </article>
7770
- <article class="item" data-search="writeObjectPath src/runtimeApiLoaders.ts ">
7771
- <h3>writeObjectPath</h3>
7772
- <p class="muted"><code>src/runtimeApiLoaders.ts:223:1</code></p>
7773
- <p class="empty">No description available.</p>
7774
- </article>
7775
- <article class="item" data-search="flattenStateEntries src/runtimeApiLoaders.ts ">
7776
- <h3>flattenStateEntries</h3>
7777
- <p class="muted"><code>src/runtimeApiLoaders.ts:265:1</code></p>
7778
- <p class="empty">No description available.</p>
7779
- </article>
7780
- <article class="item" data-search="toStateValue src/runtimeApiLoaders.ts ">
7781
- <h3>toStateValue</h3>
7782
- <p class="muted"><code>src/runtimeApiLoaders.ts:275:1</code></p>
7783
- <p class="empty">No description available.</p>
7784
- </article>
7785
- <article class="item" data-search="isUnknownRecord src/runtimeApiLoaders.ts ">
7786
- <h3>isUnknownRecord</h3>
7787
- <p class="muted"><code>src/runtimeApiLoaders.ts:303:1</code></p>
7788
- <p class="empty">No description available.</p>
7789
- </article>
7790
- <article class="item" data-search="isMutableStateRecord src/runtimeApiLoaders.ts ">
7791
- <h3>isMutableStateRecord</h3>
7792
- <p class="muted"><code>src/runtimeApiLoaders.ts:307:1</code></p>
7793
- <p class="empty">No description available.</p>
7794
- </article>
7795
- </section>
7796
- </section>
7797
7251
  <section
7798
7252
  id="view-src-runtimebindings-test-ts"
7799
7253
  class="view"
@@ -7976,6 +7430,167 @@ sequenceDiagram
7976
7430
  </article>
7977
7431
  </section>
7978
7432
  </section>
7433
+ <section
7434
+ id="view-src-runtimedatabaseoperationexecutor-ts"
7435
+ class="view"
7436
+ data-view="src/runtimeDatabaseOperationExecutor.ts"
7437
+ hidden
7438
+ >
7439
+ <section class="panel">
7440
+ <h2>src/runtimeDatabaseOperationExecutor.ts</h2>
7441
+ <article
7442
+ class="item"
7443
+ data-search="executeRuntimeDatabaseOperation src/runtimeDatabaseOperationExecutor.ts "
7444
+ >
7445
+ <h3>executeRuntimeDatabaseOperation</h3>
7446
+ <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:13:1</code></p>
7447
+ <p class="empty">No description available.</p>
7448
+ </article>
7449
+ <article
7450
+ class="item"
7451
+ data-search="resolveOperationPlan src/runtimeDatabaseOperationExecutor.ts "
7452
+ >
7453
+ <h3>resolveOperationPlan</h3>
7454
+ <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:67:1</code></p>
7455
+ <p class="empty">No description available.</p>
7456
+ </article>
7457
+ <article
7458
+ class="item"
7459
+ data-search="executeList src/runtimeDatabaseOperationExecutor.ts "
7460
+ >
7461
+ <h3>executeList</h3>
7462
+ <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:121:1</code></p>
7463
+ <p class="empty">No description available.</p>
7464
+ </article>
7465
+ <article
7466
+ class="item"
7467
+ data-search="executeRead src/runtimeDatabaseOperationExecutor.ts "
7468
+ >
7469
+ <h3>executeRead</h3>
7470
+ <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:138:1</code></p>
7471
+ <p class="empty">No description available.</p>
7472
+ </article>
7473
+ <article
7474
+ class="item"
7475
+ data-search="executeCreate src/runtimeDatabaseOperationExecutor.ts "
7476
+ >
7477
+ <h3>executeCreate</h3>
7478
+ <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:156:1</code></p>
7479
+ <p class="empty">No description available.</p>
7480
+ </article>
7481
+ <article
7482
+ class="item"
7483
+ data-search="executeUpdate src/runtimeDatabaseOperationExecutor.ts "
7484
+ >
7485
+ <h3>executeUpdate</h3>
7486
+ <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:170:1</code></p>
7487
+ <p class="empty">No description available.</p>
7488
+ </article>
7489
+ <article
7490
+ class="item"
7491
+ data-search="executeDelete src/runtimeDatabaseOperationExecutor.ts "
7492
+ >
7493
+ <h3>executeDelete</h3>
7494
+ <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:197:1</code></p>
7495
+ <p class="empty">No description available.</p>
7496
+ </article>
7497
+ <article
7498
+ class="item"
7499
+ data-search="resolveDbResult src/runtimeDatabaseOperationExecutor.ts "
7500
+ >
7501
+ <h3>resolveDbResult</h3>
7502
+ <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:219:1</code></p>
7503
+ <p class="empty">No description available.</p>
7504
+ </article>
7505
+ <article
7506
+ class="item"
7507
+ data-search="resolveAdapterId src/runtimeDatabaseOperationExecutor.ts "
7508
+ >
7509
+ <h3>resolveAdapterId</h3>
7510
+ <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:239:1</code></p>
7511
+ <p class="empty">No description available.</p>
7512
+ </article>
7513
+ <article
7514
+ class="item"
7515
+ data-search="resolvePrimaryKey src/runtimeDatabaseOperationExecutor.ts "
7516
+ >
7517
+ <h3>resolvePrimaryKey</h3>
7518
+ <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:245:1</code></p>
7519
+ <p class="empty">No description available.</p>
7520
+ </article>
7521
+ <article
7522
+ class="item"
7523
+ data-search="resolveIdentity src/runtimeDatabaseOperationExecutor.ts "
7524
+ >
7525
+ <h3>resolveIdentity</h3>
7526
+ <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:249:1</code></p>
7527
+ <p class="empty">No description available.</p>
7528
+ </article>
7529
+ <article
7530
+ class="item"
7531
+ data-search="resolvePage src/runtimeDatabaseOperationExecutor.ts "
7532
+ >
7533
+ <h3>resolvePage</h3>
7534
+ <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:270:1</code></p>
7535
+ <p class="empty">No description available.</p>
7536
+ </article>
7537
+ <article
7538
+ class="item"
7539
+ data-search="isOptionalPageNumber src/runtimeDatabaseOperationExecutor.ts "
7540
+ >
7541
+ <h3>isOptionalPageNumber</h3>
7542
+ <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:287:1</code></p>
7543
+ <p class="empty">No description available.</p>
7544
+ </article>
7545
+ <article
7546
+ class="item"
7547
+ data-search="createIdentityFilter src/runtimeDatabaseOperationExecutor.ts "
7548
+ >
7549
+ <h3>createIdentityFilter</h3>
7550
+ <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:293:1</code></p>
7551
+ <p class="empty">No description available.</p>
7552
+ </article>
7553
+ <article class="item" data-search="omitKey src/runtimeDatabaseOperationExecutor.ts ">
7554
+ <h3>omitKey</h3>
7555
+ <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:297:1</code></p>
7556
+ <p class="empty">No description available.</p>
7557
+ </article>
7558
+ <article
7559
+ class="item"
7560
+ data-search="isGeneratedCrudOperation src/runtimeDatabaseOperationExecutor.ts "
7561
+ >
7562
+ <h3>isGeneratedCrudOperation</h3>
7563
+ <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:305:1</code></p>
7564
+ <p class="empty">No description available.</p>
7565
+ </article>
7566
+ <article
7567
+ class="item"
7568
+ data-search="invalidPlan src/runtimeDatabaseOperationExecutor.ts "
7569
+ >
7570
+ <h3>invalidPlan</h3>
7571
+ <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:315:1</code></p>
7572
+ <p class="empty">No description available.</p>
7573
+ </article>
7574
+ <article class="item" data-search="failure src/runtimeDatabaseOperationExecutor.ts ">
7575
+ <h3>failure</h3>
7576
+ <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:326:1</code></p>
7577
+ <p class="empty">No description available.</p>
7578
+ </article>
7579
+ <article class="item" data-search="asRecord src/runtimeDatabaseOperationExecutor.ts ">
7580
+ <h3>asRecord</h3>
7581
+ <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:342:1</code></p>
7582
+ <p class="empty">No description available.</p>
7583
+ </article>
7584
+ <article
7585
+ class="item"
7586
+ data-search="toBindingValue src/runtimeDatabaseOperationExecutor.ts "
7587
+ >
7588
+ <h3>toBindingValue</h3>
7589
+ <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:348:1</code></p>
7590
+ <p class="empty">No description available.</p>
7591
+ </article>
7592
+ </section>
7593
+ </section>
7979
7594
  <section
7980
7595
  id="view-src-runtimedatasourceoperations-test-ts"
7981
7596
  class="view"
@@ -7986,10 +7601,18 @@ sequenceDiagram
7986
7601
  <h2>src/runtimeDataSourceOperations.test.ts</h2>
7987
7602
  <article
7988
7603
  class="item"
7989
- data-search="createDataSources src/runtimeDataSourceOperations.test.ts "
7604
+ data-search="createExternalDataSources src/runtimeDataSourceOperations.test.ts "
7990
7605
  >
7991
- <h3>createDataSources</h3>
7992
- <p class="muted"><code>src/runtimeDataSourceOperations.test.ts:10:1</code></p>
7606
+ <h3>createExternalDataSources</h3>
7607
+ <p class="muted"><code>src/runtimeDataSourceOperations.test.ts:19:1</code></p>
7608
+ <p class="empty">No description available.</p>
7609
+ </article>
7610
+ <article
7611
+ class="item"
7612
+ data-search="createGeneratedDataSource src/runtimeDataSourceOperations.test.ts "
7613
+ >
7614
+ <h3>createGeneratedDataSource</h3>
7615
+ <p class="muted"><code>src/runtimeDataSourceOperations.test.ts:57:1</code></p>
7993
7616
  <p class="empty">No description available.</p>
7994
7617
  </article>
7995
7618
  <article
@@ -7997,7 +7620,7 @@ sequenceDiagram
7997
7620
  data-search="getFixtureDataSource src/runtimeDataSourceOperations.test.ts "
7998
7621
  >
7999
7622
  <h3>getFixtureDataSource</h3>
8000
- <p class="muted"><code>src/runtimeDataSourceOperations.test.ts:46:1</code></p>
7623
+ <p class="muted"><code>src/runtimeDataSourceOperations.test.ts:84:1</code></p>
8001
7624
  <p class="empty">No description available.</p>
8002
7625
  </article>
8003
7626
  <article
@@ -8005,7 +7628,31 @@ sequenceDiagram
8005
7628
  data-search="getFixtureEndpoint src/runtimeDataSourceOperations.test.ts "
8006
7629
  >
8007
7630
  <h3>getFixtureEndpoint</h3>
8008
- <p class="muted"><code>src/runtimeDataSourceOperations.test.ts:55:1</code></p>
7631
+ <p class="muted"><code>src/runtimeDataSourceOperations.test.ts:90:1</code></p>
7632
+ <p class="empty">No description available.</p>
7633
+ </article>
7634
+ <article
7635
+ class="item"
7636
+ data-search="createDatabaseFixture src/runtimeDataSourceOperations.test.ts "
7637
+ >
7638
+ <h3>createDatabaseFixture</h3>
7639
+ <p class="muted"><code>src/runtimeDataSourceOperations.test.ts:108:1</code></p>
7640
+ <p class="empty">No description available.</p>
7641
+ </article>
7642
+ <article
7643
+ class="item"
7644
+ data-search="createGeneratedExecutor src/runtimeDataSourceOperations.test.ts "
7645
+ >
7646
+ <h3>createGeneratedExecutor</h3>
7647
+ <p class="muted"><code>src/runtimeDataSourceOperations.test.ts:148:1</code></p>
7648
+ <p class="empty">No description available.</p>
7649
+ </article>
7650
+ <article
7651
+ class="item"
7652
+ data-search="executeGeneratedOperation src/runtimeDataSourceOperations.test.ts "
7653
+ >
7654
+ <h3>executeGeneratedOperation</h3>
7655
+ <p class="muted"><code>src/runtimeDataSourceOperations.test.ts:154:1</code></p>
8009
7656
  <p class="empty">No description available.</p>
8010
7657
  </article>
8011
7658
  </section>
@@ -8023,15 +7670,30 @@ sequenceDiagram
8023
7670
  data-search="createRuntimeDataSourceOperationExecutor src/runtimeDataSourceOperations.ts "
8024
7671
  >
8025
7672
  <h3>createRuntimeDataSourceOperationExecutor</h3>
8026
- <p class="muted"><code>src/runtimeDataSourceOperations.ts:12:1</code></p>
7673
+ <p class="muted"><code>src/runtimeDataSourceOperations.ts:14:1</code></p>
7674
+ <p class="empty">No description available.</p>
7675
+ </article>
7676
+ <article class="item" data-search="missingEndpoint src/runtimeDataSourceOperations.ts ">
7677
+ <h3>missingEndpoint</h3>
7678
+ <p class="muted"><code>src/runtimeDataSourceOperations.ts:56:1</code></p>
8027
7679
  <p class="empty">No description available.</p>
8028
7680
  </article>
8029
7681
  <article
8030
7682
  class="item"
8031
- data-search="createRuntimeDataSourceOperationDiagnostic src/runtimeDataSourceOperations.ts "
7683
+ data-search="missingOperation src/runtimeDataSourceOperations.ts "
8032
7684
  >
8033
- <h3>createRuntimeDataSourceOperationDiagnostic</h3>
8034
- <p class="muted"><code>src/runtimeDataSourceOperations.ts:69:1</code></p>
7685
+ <h3>missingOperation</h3>
7686
+ <p class="muted"><code>src/runtimeDataSourceOperations.ts:70:1</code></p>
7687
+ <p class="empty">No description available.</p>
7688
+ </article>
7689
+ <article class="item" data-search="invalidInput src/runtimeDataSourceOperations.ts ">
7690
+ <h3>invalidInput</h3>
7691
+ <p class="muted"><code>src/runtimeDataSourceOperations.ts:80:1</code></p>
7692
+ <p class="empty">No description available.</p>
7693
+ </article>
7694
+ <article class="item" data-search="failure src/runtimeDataSourceOperations.ts ">
7695
+ <h3>failure</h3>
7696
+ <p class="muted"><code>src/runtimeDataSourceOperations.ts:90:1</code></p>
8035
7697
  <p class="empty">No description available.</p>
8036
7698
  </article>
8037
7699
  <article
@@ -8039,7 +7701,7 @@ sequenceDiagram
8039
7701
  data-search="asBindingValueRecord src/runtimeDataSourceOperations.ts "
8040
7702
  >
8041
7703
  <h3>asBindingValueRecord</h3>
8042
- <p class="muted"><code>src/runtimeDataSourceOperations.ts:85:1</code></p>
7704
+ <p class="muted"><code>src/runtimeDataSourceOperations.ts:108:1</code></p>
8043
7705
  <p class="empty">No description available.</p>
8044
7706
  </article>
8045
7707
  <article
@@ -8047,7 +7709,7 @@ sequenceDiagram
8047
7709
  data-search="isBindingValueRecord src/runtimeDataSourceOperations.ts "
8048
7710
  >
8049
7711
  <h3>isBindingValueRecord</h3>
8050
- <p class="muted"><code>src/runtimeDataSourceOperations.ts:91:1</code></p>
7712
+ <p class="muted"><code>src/runtimeDataSourceOperations.ts:114:1</code></p>
8051
7713
  <p class="empty">No description available.</p>
8052
7714
  </article>
8053
7715
  </section>
@@ -8427,7 +8089,7 @@ sequenceDiagram
8427
8089
  </article>
8428
8090
  <article class="item" data-search="createRepeatedGridNode src/runtimeRepeat.test.ts ">
8429
8091
  <h3>createRepeatedGridNode</h3>
8430
- <p class="muted"><code>src/runtimeRepeat.test.ts:44:1</code></p>
8092
+ <p class="muted"><code>src/runtimeRepeat.test.ts:46:1</code></p>
8431
8093
  <p class="empty">No description available.</p>
8432
8094
  </article>
8433
8095
  <article
@@ -8435,7 +8097,7 @@ sequenceDiagram
8435
8097
  data-search="createRepeatedCardBindings src/runtimeRepeat.test.ts "
8436
8098
  >
8437
8099
  <h3>createRepeatedCardBindings</h3>
8438
- <p class="muted"><code>src/runtimeRepeat.test.ts:70:1</code></p>
8100
+ <p class="muted"><code>src/runtimeRepeat.test.ts:72:1</code></p>
8439
8101
  <p class="empty">No description available.</p>
8440
8102
  </article>
8441
8103
  </section>
@@ -8537,23 +8199,7 @@ sequenceDiagram
8537
8199
  <h2>src/RuntimeScreen.tsx</h2>
8538
8200
  <article class="item" data-search="RuntimeScreen src/RuntimeScreen.tsx ">
8539
8201
  <h3>RuntimeScreen</h3>
8540
- <p class="muted"><code>src/RuntimeScreen.tsx:24:1</code></p>
8541
- <p class="empty">No description available.</p>
8542
- </article>
8543
- <article
8544
- class="item"
8545
- data-search="resolveApiLoadersFromBindings src/RuntimeScreen.tsx "
8546
- >
8547
- <h3>resolveApiLoadersFromBindings</h3>
8548
- <p class="muted"><code>src/RuntimeScreen.tsx:62:1</code></p>
8549
- <p class="empty">No description available.</p>
8550
- </article>
8551
- <article
8552
- class="item"
8553
- data-search="resolveApiLoaderFromPropBinding src/RuntimeScreen.tsx "
8554
- >
8555
- <h3>resolveApiLoaderFromPropBinding</h3>
8556
- <p class="muted"><code>src/RuntimeScreen.tsx:79:1</code></p>
8202
+ <p class="muted"><code>src/RuntimeScreen.tsx:17:1</code></p>
8557
8203
  <p class="empty">No description available.</p>
8558
8204
  </article>
8559
8205
  </section>
@@ -8602,7 +8248,7 @@ sequenceDiagram
8602
8248
  data-search="createDetailScreenRoot src/runtimeScreenLoaders.test.ts "
8603
8249
  >
8604
8250
  <h3>createDetailScreenRoot</h3>
8605
- <p class="muted"><code>src/runtimeScreenLoaders.test.ts:62:1</code></p>
8251
+ <p class="muted"><code>src/runtimeScreenLoaders.test.ts:64:1</code></p>
8606
8252
  <p class="empty">No description available.</p>
8607
8253
  </article>
8608
8254
  <article
@@ -8610,7 +8256,7 @@ sequenceDiagram
8610
8256
  data-search="createDetailLoader src/runtimeScreenLoaders.test.ts "
8611
8257
  >
8612
8258
  <h3>createDetailLoader</h3>
8613
- <p class="muted"><code>src/runtimeScreenLoaders.test.ts:69:1</code></p>
8259
+ <p class="muted"><code>src/runtimeScreenLoaders.test.ts:71:1</code></p>
8614
8260
  <p class="empty">No description available.</p>
8615
8261
  </article>
8616
8262
  <article
@@ -8618,7 +8264,7 @@ sequenceDiagram
8618
8264
  data-search="createCachedOperationInputLoader src/runtimeScreenLoaders.test.ts "
8619
8265
  >
8620
8266
  <h3>createCachedOperationInputLoader</h3>
8621
- <p class="muted"><code>src/runtimeScreenLoaders.test.ts:86:1</code></p>
8267
+ <p class="muted"><code>src/runtimeScreenLoaders.test.ts:88:1</code></p>
8622
8268
  <p class="empty">No description available.</p>
8623
8269
  </article>
8624
8270
  <article
@@ -8626,7 +8272,7 @@ sequenceDiagram
8626
8272
  data-search="createDetailScreen src/runtimeScreenLoaders.test.ts "
8627
8273
  >
8628
8274
  <h3>createDetailScreen</h3>
8629
- <p class="muted"><code>src/runtimeScreenLoaders.test.ts:106:1</code></p>
8275
+ <p class="muted"><code>src/runtimeScreenLoaders.test.ts:108:1</code></p>
8630
8276
  <p class="empty">No description available.</p>
8631
8277
  </article>
8632
8278
  <article
@@ -8634,7 +8280,7 @@ sequenceDiagram
8634
8280
  data-search="createDetailBindings src/runtimeScreenLoaders.test.ts "
8635
8281
  >
8636
8282
  <h3>createDetailBindings</h3>
8637
- <p class="muted"><code>src/runtimeScreenLoaders.test.ts:117:1</code></p>
8283
+ <p class="muted"><code>src/runtimeScreenLoaders.test.ts:119:1</code></p>
8638
8284
  <p class="empty">No description available.</p>
8639
8285
  </article>
8640
8286
  <article
@@ -8642,7 +8288,7 @@ sequenceDiagram
8642
8288
  data-search="createRouteBindingContext src/runtimeScreenLoaders.test.ts "
8643
8289
  >
8644
8290
  <h3>createRouteBindingContext</h3>
8645
- <p class="muted"><code>src/runtimeScreenLoaders.test.ts:149:1</code></p>
8291
+ <p class="muted"><code>src/runtimeScreenLoaders.test.ts:151:1</code></p>
8646
8292
  <p class="empty">No description available.</p>
8647
8293
  </article>
8648
8294
  </section>
@@ -8655,20 +8301,12 @@ sequenceDiagram
8655
8301
  >
8656
8302
  <section class="panel">
8657
8303
  <h2>src/runtimeScreenLoaders.ts</h2>
8658
- <article
8659
- class="item"
8660
- data-search="resolveScreenApiLoaders src/runtimeScreenLoaders.ts "
8661
- >
8662
- <h3>resolveScreenApiLoaders</h3>
8663
- <p class="muted"><code>src/runtimeScreenLoaders.ts:44:1</code></p>
8664
- <p class="empty">No description available.</p>
8665
- </article>
8666
8304
  <article
8667
8305
  class="item"
8668
8306
  data-search="resolveScreenOperationLoaders src/runtimeScreenLoaders.ts "
8669
8307
  >
8670
8308
  <h3>resolveScreenOperationLoaders</h3>
8671
- <p class="muted"><code>src/runtimeScreenLoaders.ts:52:1</code></p>
8309
+ <p class="muted"><code>src/runtimeScreenLoaders.ts:43:1</code></p>
8672
8310
  <p class="empty">No description available.</p>
8673
8311
  </article>
8674
8312
  <article
@@ -8676,7 +8314,7 @@ sequenceDiagram
8676
8314
  data-search="createRuntimeScreenLoaderRequestKey src/runtimeScreenLoaders.ts "
8677
8315
  >
8678
8316
  <h3>createRuntimeScreenLoaderRequestKey</h3>
8679
- <p class="muted"><code>src/runtimeScreenLoaders.ts:60:1</code></p>
8317
+ <p class="muted"><code>src/runtimeScreenLoaders.ts:49:1</code></p>
8680
8318
  <p class="empty">No description available.</p>
8681
8319
  </article>
8682
8320
  <article
@@ -8684,7 +8322,7 @@ sequenceDiagram
8684
8322
  data-search="createRuntimeScreenOperationLoaderLifecycle src/runtimeScreenLoaders.ts "
8685
8323
  >
8686
8324
  <h3>createRuntimeScreenOperationLoaderLifecycle</h3>
8687
- <p class="muted"><code>src/runtimeScreenLoaders.ts:74:1</code></p>
8325
+ <p class="muted"><code>src/runtimeScreenLoaders.ts:63:1</code></p>
8688
8326
  <p class="empty">No description available.</p>
8689
8327
  </article>
8690
8328
  <article
@@ -8692,7 +8330,7 @@ sequenceDiagram
8692
8330
  data-search="createIdleRuntimeScreenOperationLoaderState src/runtimeScreenLoaders.ts "
8693
8331
  >
8694
8332
  <h3>createIdleRuntimeScreenOperationLoaderState</h3>
8695
- <p class="muted"><code>src/runtimeScreenLoaders.ts:81:1</code></p>
8333
+ <p class="muted"><code>src/runtimeScreenLoaders.ts:70:1</code></p>
8696
8334
  <p class="empty">No description available.</p>
8697
8335
  </article>
8698
8336
  <article
@@ -8700,7 +8338,7 @@ sequenceDiagram
8700
8338
  data-search="createPendingRuntimeScreenOperationLoaderState src/runtimeScreenLoaders.ts "
8701
8339
  >
8702
8340
  <h3>createPendingRuntimeScreenOperationLoaderState</h3>
8703
- <p class="muted"><code>src/runtimeScreenLoaders.ts:93:1</code></p>
8341
+ <p class="muted"><code>src/runtimeScreenLoaders.ts:82:1</code></p>
8704
8342
  <p class="empty">No description available.</p>
8705
8343
  </article>
8706
8344
  <article
@@ -8708,7 +8346,7 @@ sequenceDiagram
8708
8346
  data-search="beginRuntimeScreenOperationLoaderRequest src/runtimeScreenLoaders.ts "
8709
8347
  >
8710
8348
  <h3>beginRuntimeScreenOperationLoaderRequest</h3>
8711
- <p class="muted"><code>src/runtimeScreenLoaders.ts:105:1</code></p>
8349
+ <p class="muted"><code>src/runtimeScreenLoaders.ts:94:1</code></p>
8712
8350
  <p class="empty">No description available.</p>
8713
8351
  </article>
8714
8352
  <article
@@ -8716,7 +8354,7 @@ sequenceDiagram
8716
8354
  data-search="completeRuntimeScreenOperationLoaderRequest src/runtimeScreenLoaders.ts "
8717
8355
  >
8718
8356
  <h3>completeRuntimeScreenOperationLoaderRequest</h3>
8719
- <p class="muted"><code>src/runtimeScreenLoaders.ts:162:1</code></p>
8357
+ <p class="muted"><code>src/runtimeScreenLoaders.ts:151:1</code></p>
8720
8358
  <p class="empty">No description available.</p>
8721
8359
  </article>
8722
8360
  <article
@@ -8724,7 +8362,7 @@ sequenceDiagram
8724
8362
  data-search="executeRuntimeScreenOperationLoaders src/runtimeScreenLoaders.ts "
8725
8363
  >
8726
8364
  <h3>executeRuntimeScreenOperationLoaders</h3>
8727
- <p class="muted"><code>src/runtimeScreenLoaders.ts:189:1</code></p>
8365
+ <p class="muted"><code>src/runtimeScreenLoaders.ts:178:1</code></p>
8728
8366
  <p class="empty">No description available.</p>
8729
8367
  </article>
8730
8368
  <article
@@ -8732,7 +8370,7 @@ sequenceDiagram
8732
8370
  data-search="executePreparedRuntimeScreenOperationLoaders src/runtimeScreenLoaders.ts "
8733
8371
  >
8734
8372
  <h3>executePreparedRuntimeScreenOperationLoaders</h3>
8735
- <p class="muted"><code>src/runtimeScreenLoaders.ts:212:1</code></p>
8373
+ <p class="muted"><code>src/runtimeScreenLoaders.ts:201:1</code></p>
8736
8374
  <p class="empty">No description available.</p>
8737
8375
  </article>
8738
8376
  <article
@@ -8740,7 +8378,7 @@ sequenceDiagram
8740
8378
  data-search="useRuntimeScreenOperationLoaders src/runtimeScreenLoaders.ts "
8741
8379
  >
8742
8380
  <h3>useRuntimeScreenOperationLoaders</h3>
8743
- <p class="muted"><code>src/runtimeScreenLoaders.ts:284:1</code></p>
8381
+ <p class="muted"><code>src/runtimeScreenLoaders.ts:273:1</code></p>
8744
8382
  <p class="empty">No description available.</p>
8745
8383
  </article>
8746
8384
  <article
@@ -8748,7 +8386,7 @@ sequenceDiagram
8748
8386
  data-search="createRuntimeScreenOperationLoaderPlan src/runtimeScreenLoaders.ts "
8749
8387
  >
8750
8388
  <h3>createRuntimeScreenOperationLoaderPlan</h3>
8751
- <p class="muted"><code>src/runtimeScreenLoaders.ts:411:1</code></p>
8389
+ <p class="muted"><code>src/runtimeScreenLoaders.ts:400:1</code></p>
8752
8390
  <p class="empty">No description available.</p>
8753
8391
  </article>
8754
8392
  <article
@@ -8756,7 +8394,7 @@ sequenceDiagram
8756
8394
  data-search="createRuntimeScreenOperationLoaderPlanRequestKey src/runtimeScreenLoaders.ts "
8757
8395
  >
8758
8396
  <h3>createRuntimeScreenOperationLoaderPlanRequestKey</h3>
8759
- <p class="muted"><code>src/runtimeScreenLoaders.ts:468:1</code></p>
8397
+ <p class="muted"><code>src/runtimeScreenLoaders.ts:457:1</code></p>
8760
8398
  <p class="empty">No description available.</p>
8761
8399
  </article>
8762
8400
  <article
@@ -8764,7 +8402,7 @@ sequenceDiagram
8764
8402
  data-search="createScreenOperationLoaderDiagnostic src/runtimeScreenLoaders.ts "
8765
8403
  >
8766
8404
  <h3>createScreenOperationLoaderDiagnostic</h3>
8767
- <p class="muted"><code>src/runtimeScreenLoaders.ts:483:1</code></p>
8405
+ <p class="muted"><code>src/runtimeScreenLoaders.ts:472:1</code></p>
8768
8406
  <p class="empty">No description available.</p>
8769
8407
  </article>
8770
8408
  <article
@@ -8772,17 +8410,17 @@ sequenceDiagram
8772
8410
  data-search="createRuntimeScreenOperationLoaderIdleKey src/runtimeScreenLoaders.ts "
8773
8411
  >
8774
8412
  <h3>createRuntimeScreenOperationLoaderIdleKey</h3>
8775
- <p class="muted"><code>src/runtimeScreenLoaders.ts:498:1</code></p>
8413
+ <p class="muted"><code>src/runtimeScreenLoaders.ts:487:1</code></p>
8776
8414
  <p class="empty">No description available.</p>
8777
8415
  </article>
8778
8416
  <article class="item" data-search="stableSerialize src/runtimeScreenLoaders.ts ">
8779
8417
  <h3>stableSerialize</h3>
8780
- <p class="muted"><code>src/runtimeScreenLoaders.ts:502:1</code></p>
8418
+ <p class="muted"><code>src/runtimeScreenLoaders.ts:491:1</code></p>
8781
8419
  <p class="empty">No description available.</p>
8782
8420
  </article>
8783
8421
  <article class="item" data-search="sortSerializableValue src/runtimeScreenLoaders.ts ">
8784
8422
  <h3>sortSerializableValue</h3>
8785
- <p class="muted"><code>src/runtimeScreenLoaders.ts:506:1</code></p>
8423
+ <p class="muted"><code>src/runtimeScreenLoaders.ts:495:1</code></p>
8786
8424
  <p class="empty">No description available.</p>
8787
8425
  </article>
8788
8426
  </section>