@ankhorage/runtime 1.1.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/README.md +1 -1
- package/dist/RuntimeRenderer.d.ts +2 -2
- package/dist/RuntimeRenderer.d.ts.map +1 -1
- package/dist/RuntimeRenderer.js +10 -10
- package/dist/RuntimeRenderer.js.map +1 -1
- package/dist/RuntimeRendererConfig.d.ts +2 -2
- package/dist/RuntimeRendererConfig.d.ts.map +1 -1
- package/dist/RuntimeRendererConfig.js +1 -1
- package/dist/RuntimeRendererConfig.js.map +1 -1
- package/dist/RuntimeScreen.d.ts.map +1 -1
- package/dist/RuntimeScreen.js +3 -2
- package/dist/RuntimeScreen.js.map +1 -1
- package/dist/bindings.d.ts +7 -0
- package/dist/bindings.d.ts.map +1 -0
- package/dist/bindings.js +4 -0
- package/dist/bindings.js.map +1 -0
- package/dist/index.d.ts +5 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/runtimeActionRegistry.d.ts +3 -3
- package/dist/runtimeActionRegistry.d.ts.map +1 -1
- package/dist/runtimeActionRegistry.js +9 -24
- package/dist/runtimeActionRegistry.js.map +1 -1
- package/dist/runtimeApiOperations.d.ts +8 -0
- package/dist/runtimeApiOperations.d.ts.map +1 -0
- package/dist/runtimeApiOperations.js +38 -0
- package/dist/runtimeApiOperations.js.map +1 -0
- package/dist/runtimeApiSelection.d.ts +8 -0
- package/dist/runtimeApiSelection.d.ts.map +1 -0
- package/dist/runtimeApiSelection.js +50 -0
- package/dist/runtimeApiSelection.js.map +1 -0
- package/dist/runtimeBindings.d.ts +4 -9
- package/dist/runtimeBindings.d.ts.map +1 -1
- package/dist/runtimeBindings.js +13 -73
- package/dist/runtimeBindings.js.map +1 -1
- package/dist/runtimeNodeProps.d.ts +2 -2
- package/dist/runtimeNodeProps.d.ts.map +1 -1
- package/dist/runtimeNodeProps.js +1 -1
- package/dist/runtimeNodeProps.js.map +1 -1
- package/dist/runtimeRepeat.d.ts.map +1 -1
- package/dist/runtimeRepeat.js +9 -8
- package/dist/runtimeRepeat.js.map +1 -1
- package/dist/runtimeScreenLoaders.d.ts +2 -2
- package/dist/runtimeScreenLoaders.d.ts.map +1 -1
- package/dist/runtimeScreenLoaders.js +8 -7
- package/dist/runtimeScreenLoaders.js.map +1 -1
- package/package.json +10 -6
- package/paradox/badges/npm.svg +3 -3
- package/paradox/components.md +1 -1
- package/paradox/diagrams/architecture-overview.mmd +34 -18
- package/paradox/diagrams/export-graph.mmd +18 -12
- package/paradox/diagrams/module-relationships.mmd +25 -13
- package/paradox/diagrams/sequences/validate-runtime-binding-operation-ref.mmd +9 -6
- package/paradox/exports.json +155 -132
- package/paradox/exports.md +85 -73
- package/paradox/index.html +955 -904
- package/paradox/paradox.json +1149 -1357
- package/dist/runtimeDataSourceOperations.d.ts +0 -10
- package/dist/runtimeDataSourceOperations.d.ts.map +0 -1
- package/dist/runtimeDataSourceOperations.js +0 -63
- package/dist/runtimeDataSourceOperations.js.map +0 -1
- package/dist/runtimeDatabaseOperationExecutor.d.ts +0 -9
- package/dist/runtimeDatabaseOperationExecutor.d.ts.map +0 -1
- package/dist/runtimeDatabaseOperationExecutor.js +0 -228
- package/dist/runtimeDatabaseOperationExecutor.js.map +0 -1
package/paradox/index.html
CHANGED
|
@@ -229,58 +229,80 @@
|
|
|
229
229
|
<button
|
|
230
230
|
class="nav-button"
|
|
231
231
|
type="button"
|
|
232
|
-
data-target="src/runtimeActionRegistry.test.ts"
|
|
232
|
+
data-target="src/runtimeActionRegistry.actions.test.ts"
|
|
233
233
|
>
|
|
234
|
-
src/runtimeActionRegistry.test.ts
|
|
234
|
+
src/runtimeActionRegistry.actions.test.ts
|
|
235
235
|
<small>2 functions</small>
|
|
236
236
|
</button>
|
|
237
237
|
</li>
|
|
238
238
|
<li>
|
|
239
|
-
<button
|
|
240
|
-
|
|
241
|
-
|
|
239
|
+
<button
|
|
240
|
+
class="nav-button"
|
|
241
|
+
type="button"
|
|
242
|
+
data-target="src/runtimeActionRegistry.chains.test.ts"
|
|
243
|
+
>
|
|
244
|
+
src/runtimeActionRegistry.chains.test.ts
|
|
245
|
+
<small>3 functions</small>
|
|
242
246
|
</button>
|
|
243
247
|
</li>
|
|
244
248
|
<li>
|
|
245
|
-
<button
|
|
246
|
-
|
|
247
|
-
|
|
249
|
+
<button
|
|
250
|
+
class="nav-button"
|
|
251
|
+
type="button"
|
|
252
|
+
data-target="src/runtimeActionRegistry.operations.test.ts"
|
|
253
|
+
>
|
|
254
|
+
src/runtimeActionRegistry.operations.test.ts
|
|
255
|
+
<small>3 functions</small>
|
|
248
256
|
</button>
|
|
249
257
|
</li>
|
|
250
258
|
<li>
|
|
251
|
-
<button class="nav-button" type="button" data-target="src/
|
|
252
|
-
src/
|
|
253
|
-
<small>
|
|
259
|
+
<button class="nav-button" type="button" data-target="src/runtimeActionRegistry.ts">
|
|
260
|
+
src/runtimeActionRegistry.ts
|
|
261
|
+
<small>22 functions</small>
|
|
254
262
|
</button>
|
|
255
263
|
</li>
|
|
256
264
|
<li>
|
|
257
265
|
<button
|
|
258
266
|
class="nav-button"
|
|
259
267
|
type="button"
|
|
260
|
-
data-target="src/
|
|
268
|
+
data-target="src/runtimeApiOperations.test.ts"
|
|
261
269
|
>
|
|
262
|
-
src/
|
|
263
|
-
<small>
|
|
270
|
+
src/runtimeApiOperations.test.ts
|
|
271
|
+
<small>3 functions</small>
|
|
264
272
|
</button>
|
|
265
273
|
</li>
|
|
266
274
|
<li>
|
|
267
|
-
<button
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
data-target="src/runtimeDataSourceOperations.test.ts"
|
|
271
|
-
>
|
|
272
|
-
src/runtimeDataSourceOperations.test.ts
|
|
273
|
-
<small>7 functions</small>
|
|
275
|
+
<button class="nav-button" type="button" data-target="src/runtimeApiOperations.ts">
|
|
276
|
+
src/runtimeApiOperations.ts
|
|
277
|
+
<small>4 functions</small>
|
|
274
278
|
</button>
|
|
275
279
|
</li>
|
|
276
280
|
<li>
|
|
277
281
|
<button
|
|
278
282
|
class="nav-button"
|
|
279
283
|
type="button"
|
|
280
|
-
data-target="src/
|
|
284
|
+
data-target="src/runtimeApiSelection.test.ts"
|
|
281
285
|
>
|
|
282
|
-
src/
|
|
283
|
-
<small>
|
|
286
|
+
src/runtimeApiSelection.test.ts
|
|
287
|
+
<small>2 functions</small>
|
|
288
|
+
</button>
|
|
289
|
+
</li>
|
|
290
|
+
<li>
|
|
291
|
+
<button class="nav-button" type="button" data-target="src/runtimeApiSelection.ts">
|
|
292
|
+
src/runtimeApiSelection.ts
|
|
293
|
+
<small>5 functions</small>
|
|
294
|
+
</button>
|
|
295
|
+
</li>
|
|
296
|
+
<li>
|
|
297
|
+
<button class="nav-button" type="button" data-target="src/runtimeBindings.test.ts">
|
|
298
|
+
src/runtimeBindings.test.ts
|
|
299
|
+
<small>2 functions</small>
|
|
300
|
+
</button>
|
|
301
|
+
</li>
|
|
302
|
+
<li>
|
|
303
|
+
<button class="nav-button" type="button" data-target="src/runtimeBindings.ts">
|
|
304
|
+
src/runtimeBindings.ts
|
|
305
|
+
<small>22 functions</small>
|
|
284
306
|
</button>
|
|
285
307
|
</li>
|
|
286
308
|
<li>
|
|
@@ -423,10 +445,20 @@
|
|
|
423
445
|
<button
|
|
424
446
|
class="nav-button"
|
|
425
447
|
type="button"
|
|
426
|
-
data-target="src/runtimeScreenLoaders.test.ts"
|
|
448
|
+
data-target="src/runtimeScreenLoaders.execution.test.ts"
|
|
427
449
|
>
|
|
428
|
-
src/runtimeScreenLoaders.test.ts
|
|
429
|
-
<small>
|
|
450
|
+
src/runtimeScreenLoaders.execution.test.ts
|
|
451
|
+
<small>5 functions</small>
|
|
452
|
+
</button>
|
|
453
|
+
</li>
|
|
454
|
+
<li>
|
|
455
|
+
<button
|
|
456
|
+
class="nav-button"
|
|
457
|
+
type="button"
|
|
458
|
+
data-target="src/runtimeScreenLoaders.lifecycle.test.ts"
|
|
459
|
+
>
|
|
460
|
+
src/runtimeScreenLoaders.lifecycle.test.ts
|
|
461
|
+
<small>1 function</small>
|
|
430
462
|
</button>
|
|
431
463
|
</li>
|
|
432
464
|
<li>
|
|
@@ -465,9 +497,9 @@
|
|
|
465
497
|
<section class="panel">
|
|
466
498
|
<h2>Package overview</h2>
|
|
467
499
|
<div class="summary">
|
|
468
|
-
<div><strong>
|
|
500
|
+
<div><strong>85</strong><span class="muted">public exports</span></div>
|
|
469
501
|
<div><strong>5</strong><span class="muted">components</span></div>
|
|
470
|
-
<div><strong>
|
|
502
|
+
<div><strong>47</strong><span class="muted">modules</span></div>
|
|
471
503
|
<div><strong>1</strong><span class="muted">entrypoints</span></div>
|
|
472
504
|
</div>
|
|
473
505
|
<h3>Entrypoints</h3>
|
|
@@ -498,7 +530,7 @@
|
|
|
498
530
|
</article>
|
|
499
531
|
<article
|
|
500
532
|
class="item"
|
|
501
|
-
data-search="src/index.ts ComponentRegistry composeRuntimeNodePropsResolver composeRuntimeRendererWrapNode createComponentEventFromHandlerArgs createComponentRegistry createDbPersistActionHandler createDbPersistAdapterError createPendingRuntimeScreenOperationLoaderState createRuntimeActionRegistry createRuntimeBindingOperationKey
|
|
533
|
+
data-search="src/index.ts ComponentRegistry composeRuntimeNodePropsResolver composeRuntimeRendererWrapNode createComponentEventFromHandlerArgs createComponentRegistry createDbPersistActionHandler createDbPersistAdapterError createPendingRuntimeScreenOperationLoaderState createRuntimeActionRegistry createRuntimeApiOperationExecutor createRuntimeBindingOperationKey createRuntimeMemoryStateAdapter createRuntimeScreenLoaderRequestKey dispatchRuntimeComponentEvent dispatchRuntimeComponentEventWithReporting executeDbPersistAction executeRuntimeScreenOperationLoaders ManifestContext ManifestProvider mergeRuntimeRendererConfig resolveBindingInputMap resolveDbPersistInput resolveRuntimeActionPayload resolveRuntimeActionValue resolveRuntimeBindings resolveRuntimeBindingsAsync resolveRuntimeBindingValue resolveRuntimeBindingValueSync resolveScreenOperationLoaders RuntimeAction RuntimeActionDescriptor RuntimeActionExecutor RuntimeActionHandler RuntimeActionHandlerArgs RuntimeActionHandlers RuntimeActionRegistry RuntimeActionResolutionArgs RuntimeActionResolutionScope RuntimeAdapterDescriptor RuntimeApiOperationExecutorOptions RuntimeApiOperationSelection RuntimeBindingDescriptor RuntimeBindingOperationExecutionArgs RuntimeBindingOperationExecutionResult RuntimeBindingOperationExecutor RuntimeBindingOperationKey RuntimeBindingOperationResultCache RuntimeBindingOperationResultWriter RuntimeBindingResolutionArgs RuntimeBindingResolutionContext RuntimeBindingResolutionResult RuntimeCapability RuntimeComponentEventDispatchArgs RuntimeDbPersistError RuntimeDbPersistExecutionResult RuntimeDbPersistResult RuntimeDiagnostic RuntimeEventDiagnosticsReporter RuntimeEventPropWrapArgs RuntimeManifest RuntimeManifestConfig RuntimeManifestInput RuntimeMediaAssetResolver RuntimeMediaAssetResolverArgs RuntimeMemoryStateAdapterOptions RuntimeNodePropsResolver RuntimeRenderer RuntimeRendererConfig RuntimeRendererConfigProvider RuntimeRendererProps RuntimeRendererWrapArgs RuntimeResolvedMediaValue RuntimeResolveNodePropsArgs RuntimeScreen RuntimeScreenOperationLoaderExecutionResult RuntimeScreenOperationLoaderState RuntimeScreenProps shouldRenderRuntimeRepeatEmptyState useManifest useManifestContext useOptionalManifestContext useRuntimeRendererConfig useRuntimeScreenOperationLoaders validateRuntimeBindingOperationRef wrapRuntimeEventProps"
|
|
502
534
|
>
|
|
503
535
|
<h3>src/index.ts</h3>
|
|
504
536
|
<p class="muted">Configured entrypoint</p>
|
|
@@ -512,8 +544,8 @@
|
|
|
512
544
|
<code>createDbPersistAdapterError</code>,
|
|
513
545
|
<code>createPendingRuntimeScreenOperationLoaderState</code>,
|
|
514
546
|
<code>createRuntimeActionRegistry</code>,
|
|
547
|
+
<code>createRuntimeApiOperationExecutor</code>,
|
|
515
548
|
<code>createRuntimeBindingOperationKey</code>,
|
|
516
|
-
<code>createRuntimeDataSourceOperationExecutor</code>,
|
|
517
549
|
<code>createRuntimeMemoryStateAdapter</code>,
|
|
518
550
|
<code>createRuntimeScreenLoaderRequestKey</code>,
|
|
519
551
|
<code>dispatchRuntimeComponentEvent</code>,
|
|
@@ -531,7 +563,9 @@
|
|
|
531
563
|
<code>RuntimeActionHandler</code>, <code>RuntimeActionHandlerArgs</code>,
|
|
532
564
|
<code>RuntimeActionHandlers</code>, <code>RuntimeActionRegistry</code>,
|
|
533
565
|
<code>RuntimeActionResolutionArgs</code>, <code>RuntimeActionResolutionScope</code>,
|
|
534
|
-
<code>RuntimeAdapterDescriptor</code>,
|
|
566
|
+
<code>RuntimeAdapterDescriptor</code>,
|
|
567
|
+
<code>RuntimeApiOperationExecutorOptions</code>,
|
|
568
|
+
<code>RuntimeApiOperationSelection</code>, <code>RuntimeBindingDescriptor</code>,
|
|
535
569
|
<code>RuntimeBindingOperationExecutionArgs</code>,
|
|
536
570
|
<code>RuntimeBindingOperationExecutionResult</code>,
|
|
537
571
|
<code>RuntimeBindingOperationExecutor</code>,
|
|
@@ -541,14 +575,12 @@
|
|
|
541
575
|
<code>RuntimeBindingResolutionArgs</code>,
|
|
542
576
|
<code>RuntimeBindingResolutionContext</code>,
|
|
543
577
|
<code>RuntimeBindingResolutionResult</code>, <code>RuntimeCapability</code>,
|
|
544
|
-
<code>RuntimeComponentEventDispatchArgs</code>,
|
|
545
|
-
<code>
|
|
546
|
-
<code>
|
|
547
|
-
<code>
|
|
548
|
-
<code>
|
|
549
|
-
<code>
|
|
550
|
-
<code>RuntimeManifestInput</code>, <code>RuntimeMediaAssetResolver</code>,
|
|
551
|
-
<code>RuntimeMediaAssetResolverArgs</code>,
|
|
578
|
+
<code>RuntimeComponentEventDispatchArgs</code>, <code>RuntimeDbPersistError</code>,
|
|
579
|
+
<code>RuntimeDbPersistExecutionResult</code>, <code>RuntimeDbPersistResult</code>,
|
|
580
|
+
<code>RuntimeDiagnostic</code>, <code>RuntimeEventDiagnosticsReporter</code>,
|
|
581
|
+
<code>RuntimeEventPropWrapArgs</code>, <code>RuntimeManifest</code>,
|
|
582
|
+
<code>RuntimeManifestConfig</code>, <code>RuntimeManifestInput</code>,
|
|
583
|
+
<code>RuntimeMediaAssetResolver</code>, <code>RuntimeMediaAssetResolverArgs</code>,
|
|
552
584
|
<code>RuntimeMemoryStateAdapterOptions</code>,
|
|
553
585
|
<code>RuntimeNodePropsResolver</code>, <code>RuntimeRenderer</code>,
|
|
554
586
|
<code>RuntimeRendererConfig</code>, <code>RuntimeRendererConfigProvider</code>,
|
|
@@ -621,9 +653,27 @@
|
|
|
621
653
|
</article>
|
|
622
654
|
<article
|
|
623
655
|
class="item"
|
|
624
|
-
data-search="src/runtimeActionRegistry.test.ts src/runtimeActionRegistry.ts
|
|
656
|
+
data-search="src/runtimeActionRegistry.actions.test.ts src/runtimeActionRegistry.ts"
|
|
657
|
+
>
|
|
658
|
+
<h3>src/runtimeActionRegistry.actions.test.ts</h3>
|
|
659
|
+
<p class="muted">Referenced module</p>
|
|
660
|
+
<p><strong>Dependencies:</strong> <code>src/runtimeActionRegistry.ts</code></p>
|
|
661
|
+
<p><strong>Exports:</strong> <span class="empty">None</span></p>
|
|
662
|
+
</article>
|
|
663
|
+
<article
|
|
664
|
+
class="item"
|
|
665
|
+
data-search="src/runtimeActionRegistry.chains.test.ts src/runtimeActionRegistry.ts"
|
|
666
|
+
>
|
|
667
|
+
<h3>src/runtimeActionRegistry.chains.test.ts</h3>
|
|
668
|
+
<p class="muted">Referenced module</p>
|
|
669
|
+
<p><strong>Dependencies:</strong> <code>src/runtimeActionRegistry.ts</code></p>
|
|
670
|
+
<p><strong>Exports:</strong> <span class="empty">None</span></p>
|
|
671
|
+
</article>
|
|
672
|
+
<article
|
|
673
|
+
class="item"
|
|
674
|
+
data-search="src/runtimeActionRegistry.operations.test.ts src/runtimeActionRegistry.ts src/runtimeBindings.ts"
|
|
625
675
|
>
|
|
626
|
-
<h3>src/runtimeActionRegistry.test.ts</h3>
|
|
676
|
+
<h3>src/runtimeActionRegistry.operations.test.ts</h3>
|
|
627
677
|
<p class="muted">Referenced module</p>
|
|
628
678
|
<p>
|
|
629
679
|
<strong>Dependencies:</strong> <code>src/runtimeActionRegistry.ts</code>,
|
|
@@ -633,13 +683,13 @@
|
|
|
633
683
|
</article>
|
|
634
684
|
<article
|
|
635
685
|
class="item"
|
|
636
|
-
data-search="src/runtimeActionRegistry.ts src/runtimeBindings.ts src/RuntimeRendererConfig.tsx createComponentEventFromHandlerArgs createRuntimeActionRegistry dispatchRuntimeComponentEvent resolveRuntimeActionPayload resolveRuntimeActionValue RuntimeActionRegistry RuntimeActionResolutionArgs RuntimeActionResolutionScope RuntimeComponentEventDispatchArgs RuntimeEventPropWrapArgs wrapRuntimeEventProps"
|
|
686
|
+
data-search="src/runtimeActionRegistry.ts src/runtimeApiSelection.ts src/runtimeBindings.ts src/RuntimeRendererConfig.tsx createComponentEventFromHandlerArgs createRuntimeActionRegistry dispatchRuntimeComponentEvent resolveRuntimeActionPayload resolveRuntimeActionValue RuntimeActionRegistry RuntimeActionResolutionArgs RuntimeActionResolutionScope RuntimeComponentEventDispatchArgs RuntimeEventPropWrapArgs wrapRuntimeEventProps"
|
|
637
687
|
>
|
|
638
688
|
<h3>src/runtimeActionRegistry.ts</h3>
|
|
639
689
|
<p class="muted">Referenced module</p>
|
|
640
690
|
<p>
|
|
641
|
-
<strong>Dependencies:</strong> <code>src/
|
|
642
|
-
<code>src/RuntimeRendererConfig.tsx</code>
|
|
691
|
+
<strong>Dependencies:</strong> <code>src/runtimeApiSelection.ts</code>,
|
|
692
|
+
<code>src/runtimeBindings.ts</code>, <code>src/RuntimeRendererConfig.tsx</code>
|
|
643
693
|
</p>
|
|
644
694
|
<p>
|
|
645
695
|
<strong>Exports:</strong> <code>createComponentEventFromHandlerArgs</code>,
|
|
@@ -654,75 +704,82 @@
|
|
|
654
704
|
</article>
|
|
655
705
|
<article
|
|
656
706
|
class="item"
|
|
657
|
-
data-search="src/
|
|
707
|
+
data-search="src/runtimeApiOperations.test.ts src/runtimeApiOperations.ts"
|
|
658
708
|
>
|
|
659
|
-
<h3>src/
|
|
709
|
+
<h3>src/runtimeApiOperations.test.ts</h3>
|
|
660
710
|
<p class="muted">Referenced module</p>
|
|
661
|
-
<p>
|
|
662
|
-
<strong>Dependencies:</strong> <code>src/runtimeBindings.ts</code>,
|
|
663
|
-
<code>src/runtimeNodeProps.ts</code>
|
|
664
|
-
</p>
|
|
711
|
+
<p><strong>Dependencies:</strong> <code>src/runtimeApiOperations.ts</code></p>
|
|
665
712
|
<p><strong>Exports:</strong> <span class="empty">None</span></p>
|
|
666
713
|
</article>
|
|
667
714
|
<article
|
|
668
715
|
class="item"
|
|
669
|
-
data-search="src/runtimeBindings.ts
|
|
716
|
+
data-search="src/runtimeApiOperations.ts src/runtimeBindings.ts createRuntimeApiOperationExecutor RuntimeApiOperationExecutorOptions"
|
|
670
717
|
>
|
|
671
|
-
<h3>src/
|
|
718
|
+
<h3>src/runtimeApiOperations.ts</h3>
|
|
672
719
|
<p class="muted">Referenced module</p>
|
|
673
|
-
<p><strong>Dependencies:</strong> <
|
|
720
|
+
<p><strong>Dependencies:</strong> <code>src/runtimeBindings.ts</code></p>
|
|
674
721
|
<p>
|
|
675
|
-
<strong>Exports:</strong> <code>
|
|
676
|
-
<code>
|
|
677
|
-
<code>resolveBindingInputMapSync</code>,
|
|
678
|
-
<code>resolveRuntimeBindingOperationSelection</code>,
|
|
679
|
-
<code>resolveRuntimeBindings</code>, <code>resolveRuntimeBindingsAsync</code>,
|
|
680
|
-
<code>resolveRuntimeBindingValue</code>,
|
|
681
|
-
<code>resolveRuntimeBindingValueSourceSync</code>,
|
|
682
|
-
<code>resolveRuntimeBindingValueSync</code>,
|
|
683
|
-
<code>RuntimeBindingOperationExecutionArgs</code>,
|
|
684
|
-
<code>RuntimeBindingOperationExecutionResult</code>,
|
|
685
|
-
<code>RuntimeBindingOperationExecutor</code>,
|
|
686
|
-
<code>RuntimeBindingOperationKey</code>,
|
|
687
|
-
<code>RuntimeBindingOperationResultCache</code>,
|
|
688
|
-
<code>RuntimeBindingOperationResultWriter</code>,
|
|
689
|
-
<code>RuntimeBindingResolutionArgs</code>,
|
|
690
|
-
<code>RuntimeBindingResolutionContext</code>,
|
|
691
|
-
<code>RuntimeBindingResolutionResult</code>,
|
|
692
|
-
<code>validateRuntimeBindingOperationRef</code>
|
|
722
|
+
<strong>Exports:</strong> <code>createRuntimeApiOperationExecutor</code>,
|
|
723
|
+
<code>RuntimeApiOperationExecutorOptions</code>
|
|
693
724
|
</p>
|
|
694
725
|
</article>
|
|
695
726
|
<article
|
|
696
727
|
class="item"
|
|
697
|
-
data-search="src/
|
|
728
|
+
data-search="src/runtimeApiSelection.test.ts src/runtimeApiSelection.ts"
|
|
698
729
|
>
|
|
699
|
-
<h3>src/
|
|
730
|
+
<h3>src/runtimeApiSelection.test.ts</h3>
|
|
700
731
|
<p class="muted">Referenced module</p>
|
|
701
|
-
<p><strong>Dependencies:</strong> <code>src/
|
|
702
|
-
<p><strong>Exports:</strong> <
|
|
732
|
+
<p><strong>Dependencies:</strong> <code>src/runtimeApiSelection.ts</code></p>
|
|
733
|
+
<p><strong>Exports:</strong> <span class="empty">None</span></p>
|
|
703
734
|
</article>
|
|
704
735
|
<article
|
|
705
736
|
class="item"
|
|
706
|
-
data-search="src/
|
|
737
|
+
data-search="src/runtimeApiSelection.ts resolveRuntimeBindingOperationSelection RuntimeApiOperationSelection validateRuntimeBindingOperationRef"
|
|
707
738
|
>
|
|
708
|
-
<h3>src/
|
|
739
|
+
<h3>src/runtimeApiSelection.ts</h3>
|
|
709
740
|
<p class="muted">Referenced module</p>
|
|
710
|
-
<p><strong>Dependencies:</strong> <
|
|
711
|
-
<p
|
|
741
|
+
<p><strong>Dependencies:</strong> <span class="empty">None</span></p>
|
|
742
|
+
<p>
|
|
743
|
+
<strong>Exports:</strong> <code>resolveRuntimeBindingOperationSelection</code>,
|
|
744
|
+
<code>RuntimeApiOperationSelection</code>,
|
|
745
|
+
<code>validateRuntimeBindingOperationRef</code>
|
|
746
|
+
</p>
|
|
712
747
|
</article>
|
|
713
748
|
<article
|
|
714
749
|
class="item"
|
|
715
|
-
data-search="src/
|
|
750
|
+
data-search="src/runtimeBindings.test.ts src/runtimeApiSelection.ts src/runtimeBindings.ts src/runtimeNodeProps.ts"
|
|
716
751
|
>
|
|
717
|
-
<h3>src/
|
|
752
|
+
<h3>src/runtimeBindings.test.ts</h3>
|
|
718
753
|
<p class="muted">Referenced module</p>
|
|
719
754
|
<p>
|
|
720
|
-
<strong>Dependencies:</strong> <code>src/
|
|
721
|
-
<code>src/
|
|
755
|
+
<strong>Dependencies:</strong> <code>src/runtimeApiSelection.ts</code>,
|
|
756
|
+
<code>src/runtimeBindings.ts</code>, <code>src/runtimeNodeProps.ts</code>
|
|
722
757
|
</p>
|
|
758
|
+
<p><strong>Exports:</strong> <span class="empty">None</span></p>
|
|
759
|
+
</article>
|
|
760
|
+
<article
|
|
761
|
+
class="item"
|
|
762
|
+
data-search="src/runtimeBindings.ts src/runtimeApiSelection.ts applyRuntimeBindingDataPath createRuntimeBindingOperationKey resolveBindingInputMap resolveBindingInputMapSync resolveRuntimeBindings resolveRuntimeBindingsAsync resolveRuntimeBindingValue resolveRuntimeBindingValueSourceSync resolveRuntimeBindingValueSync RuntimeBindingOperationExecutionArgs RuntimeBindingOperationExecutionResult RuntimeBindingOperationExecutor RuntimeBindingOperationKey RuntimeBindingOperationResultCache RuntimeBindingOperationResultWriter RuntimeBindingResolutionArgs RuntimeBindingResolutionContext RuntimeBindingResolutionResult"
|
|
763
|
+
>
|
|
764
|
+
<h3>src/runtimeBindings.ts</h3>
|
|
765
|
+
<p class="muted">Referenced module</p>
|
|
766
|
+
<p><strong>Dependencies:</strong> <code>src/runtimeApiSelection.ts</code></p>
|
|
723
767
|
<p>
|
|
724
|
-
<strong>Exports:</strong> <code>
|
|
725
|
-
<code>
|
|
768
|
+
<strong>Exports:</strong> <code>applyRuntimeBindingDataPath</code>,
|
|
769
|
+
<code>createRuntimeBindingOperationKey</code>, <code>resolveBindingInputMap</code>,
|
|
770
|
+
<code>resolveBindingInputMapSync</code>, <code>resolveRuntimeBindings</code>,
|
|
771
|
+
<code>resolveRuntimeBindingsAsync</code>, <code>resolveRuntimeBindingValue</code>,
|
|
772
|
+
<code>resolveRuntimeBindingValueSourceSync</code>,
|
|
773
|
+
<code>resolveRuntimeBindingValueSync</code>,
|
|
774
|
+
<code>RuntimeBindingOperationExecutionArgs</code>,
|
|
775
|
+
<code>RuntimeBindingOperationExecutionResult</code>,
|
|
776
|
+
<code>RuntimeBindingOperationExecutor</code>,
|
|
777
|
+
<code>RuntimeBindingOperationKey</code>,
|
|
778
|
+
<code>RuntimeBindingOperationResultCache</code>,
|
|
779
|
+
<code>RuntimeBindingOperationResultWriter</code>,
|
|
780
|
+
<code>RuntimeBindingResolutionArgs</code>,
|
|
781
|
+
<code>RuntimeBindingResolutionContext</code>,
|
|
782
|
+
<code>RuntimeBindingResolutionResult</code>
|
|
726
783
|
</p>
|
|
727
784
|
</article>
|
|
728
785
|
<article
|
|
@@ -941,11 +998,14 @@
|
|
|
941
998
|
</article>
|
|
942
999
|
<article
|
|
943
1000
|
class="item"
|
|
944
|
-
data-search="src/runtimeRepeat.ts src/runtimeBindings.ts createRuntimeRepeatBindingContext resolveRuntimeRepeatItemKey resolveRuntimeRepeatItemsAsync resolveRuntimeRepeatItemsSync RuntimeRepeatItemsResult RuntimeRepeatItemsSyncResult RuntimeRepeatResolutionContext"
|
|
1001
|
+
data-search="src/runtimeRepeat.ts src/runtimeApiSelection.ts src/runtimeBindings.ts createRuntimeRepeatBindingContext resolveRuntimeRepeatItemKey resolveRuntimeRepeatItemsAsync resolveRuntimeRepeatItemsSync RuntimeRepeatItemsResult RuntimeRepeatItemsSyncResult RuntimeRepeatResolutionContext"
|
|
945
1002
|
>
|
|
946
1003
|
<h3>src/runtimeRepeat.ts</h3>
|
|
947
1004
|
<p class="muted">Referenced module</p>
|
|
948
|
-
<p
|
|
1005
|
+
<p>
|
|
1006
|
+
<strong>Dependencies:</strong> <code>src/runtimeApiSelection.ts</code>,
|
|
1007
|
+
<code>src/runtimeBindings.ts</code>
|
|
1008
|
+
</p>
|
|
949
1009
|
<p>
|
|
950
1010
|
<strong>Exports:</strong> <code>createRuntimeRepeatBindingContext</code>,
|
|
951
1011
|
<code>resolveRuntimeRepeatItemKey</code>,
|
|
@@ -1003,9 +1063,21 @@
|
|
|
1003
1063
|
</article>
|
|
1004
1064
|
<article
|
|
1005
1065
|
class="item"
|
|
1006
|
-
data-search="src/runtimeScreenLoaders.test.ts src/runtimeBindings.ts src/runtimeScreenLoaders.ts"
|
|
1066
|
+
data-search="src/runtimeScreenLoaders.execution.test.ts src/runtimeBindings.ts src/runtimeScreenLoaders.ts"
|
|
1067
|
+
>
|
|
1068
|
+
<h3>src/runtimeScreenLoaders.execution.test.ts</h3>
|
|
1069
|
+
<p class="muted">Referenced module</p>
|
|
1070
|
+
<p>
|
|
1071
|
+
<strong>Dependencies:</strong> <code>src/runtimeBindings.ts</code>,
|
|
1072
|
+
<code>src/runtimeScreenLoaders.ts</code>
|
|
1073
|
+
</p>
|
|
1074
|
+
<p><strong>Exports:</strong> <span class="empty">None</span></p>
|
|
1075
|
+
</article>
|
|
1076
|
+
<article
|
|
1077
|
+
class="item"
|
|
1078
|
+
data-search="src/runtimeScreenLoaders.lifecycle.test.ts src/runtimeBindings.ts src/runtimeScreenLoaders.ts"
|
|
1007
1079
|
>
|
|
1008
|
-
<h3>src/runtimeScreenLoaders.test.ts</h3>
|
|
1080
|
+
<h3>src/runtimeScreenLoaders.lifecycle.test.ts</h3>
|
|
1009
1081
|
<p class="muted">Referenced module</p>
|
|
1010
1082
|
<p>
|
|
1011
1083
|
<strong>Dependencies:</strong> <code>src/runtimeBindings.ts</code>,
|
|
@@ -1015,11 +1087,14 @@
|
|
|
1015
1087
|
</article>
|
|
1016
1088
|
<article
|
|
1017
1089
|
class="item"
|
|
1018
|
-
data-search="src/runtimeScreenLoaders.ts src/runtimeBindings.ts beginRuntimeScreenOperationLoaderRequest completeRuntimeScreenOperationLoaderRequest createIdleRuntimeScreenOperationLoaderState createPendingRuntimeScreenOperationLoaderState createRuntimeScreenLoaderRequestKey createRuntimeScreenOperationLoaderLifecycle executeRuntimeScreenOperationLoaders resolveScreenOperationLoaders RuntimeScreenOperationLoaderExecutionResult RuntimeScreenOperationLoaderLifecycle RuntimeScreenOperationLoaderState useRuntimeScreenOperationLoaders"
|
|
1090
|
+
data-search="src/runtimeScreenLoaders.ts src/runtimeApiSelection.ts src/runtimeBindings.ts beginRuntimeScreenOperationLoaderRequest completeRuntimeScreenOperationLoaderRequest createIdleRuntimeScreenOperationLoaderState createPendingRuntimeScreenOperationLoaderState createRuntimeScreenLoaderRequestKey createRuntimeScreenOperationLoaderLifecycle executeRuntimeScreenOperationLoaders resolveScreenOperationLoaders RuntimeScreenOperationLoaderExecutionResult RuntimeScreenOperationLoaderLifecycle RuntimeScreenOperationLoaderState useRuntimeScreenOperationLoaders"
|
|
1019
1091
|
>
|
|
1020
1092
|
<h3>src/runtimeScreenLoaders.ts</h3>
|
|
1021
1093
|
<p class="muted">Referenced module</p>
|
|
1022
|
-
<p
|
|
1094
|
+
<p>
|
|
1095
|
+
<strong>Dependencies:</strong> <code>src/runtimeApiSelection.ts</code>,
|
|
1096
|
+
<code>src/runtimeBindings.ts</code>
|
|
1097
|
+
</p>
|
|
1023
1098
|
<p>
|
|
1024
1099
|
<strong>Exports:</strong> <code>beginRuntimeScreenOperationLoaderRequest</code>,
|
|
1025
1100
|
<code>completeRuntimeScreenOperationLoaderRequest</code>,
|
|
@@ -1307,7 +1382,7 @@
|
|
|
1307
1382
|
data-search="createComponentEventFromHandlerArgs function src/runtimeActionRegistry.ts (args: { readonly node: UiNode; readonly eventName: string; readonly handlerArgs: readonly unknown[]; }) => ComponentEventDto<string, RuntimeEventPayload>"
|
|
1308
1383
|
>
|
|
1309
1384
|
<h4>createComponentEventFromHandlerArgs</h4>
|
|
1310
|
-
<p class="muted">function • <code>src/runtimeActionRegistry.ts:
|
|
1385
|
+
<p class="muted">function • <code>src/runtimeActionRegistry.ts:216:1</code></p>
|
|
1311
1386
|
|
|
1312
1387
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
1313
1388
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -1347,10 +1422,10 @@
|
|
|
1347
1422
|
<article
|
|
1348
1423
|
class="item"
|
|
1349
1424
|
id="symbol-createruntimeactionregistry"
|
|
1350
|
-
data-search="createRuntimeActionRegistry function src/runtimeActionRegistry.ts RuntimeActionHandler RuntimeActionHandlers RuntimeActionRegistry RuntimeBindingOperationExecutor RuntimeBindingOperationResultCache RuntimeBindingOperationResultWriter (options?: { actionHandlers?: RuntimeActionHandlers;
|
|
1425
|
+
data-search="createRuntimeActionRegistry function src/runtimeActionRegistry.ts RuntimeActionHandler RuntimeActionHandlers RuntimeActionRegistry RuntimeBindingOperationExecutor RuntimeBindingOperationResultCache RuntimeBindingOperationResultWriter (options?: { actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }) => RuntimeActionRegistry"
|
|
1351
1426
|
>
|
|
1352
1427
|
<h4>createRuntimeActionRegistry</h4>
|
|
1353
|
-
<p class="muted">function • <code>src/runtimeActionRegistry.ts:
|
|
1428
|
+
<p class="muted">function • <code>src/runtimeActionRegistry.ts:66:1</code></p>
|
|
1354
1429
|
|
|
1355
1430
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
1356
1431
|
<div>
|
|
@@ -1367,7 +1442,7 @@
|
|
|
1367
1442
|
<div>
|
|
1368
1443
|
<h5>Signature</h5>
|
|
1369
1444
|
<pre>
|
|
1370
|
-
(options?: { actionHandlers?: RuntimeActionHandlers;
|
|
1445
|
+
(options?: { actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }) => RuntimeActionRegistry</pre>
|
|
1371
1446
|
<table>
|
|
1372
1447
|
<thead>
|
|
1373
1448
|
<tr>
|
|
@@ -1382,9 +1457,9 @@
|
|
|
1382
1457
|
<td><code>options</code></td>
|
|
1383
1458
|
<td>
|
|
1384
1459
|
<code
|
|
1385
|
-
>{ actionHandlers?: RuntimeActionHandlers;
|
|
1386
|
-
|
|
1387
|
-
|
|
1460
|
+
>{ actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList;
|
|
1461
|
+
dataBindings?: ComponentDataBindingRegistry; executeAction?:
|
|
1462
|
+
RuntimeActionHandler; executeOperation?:
|
|
1388
1463
|
RuntimeBindingOperationExecutor; operationResults?:
|
|
1389
1464
|
RuntimeBindingOperationResultCache; writeOperationResult?:
|
|
1390
1465
|
RuntimeBindingOperationResultWriter; }</code
|
|
@@ -1404,7 +1479,7 @@
|
|
|
1404
1479
|
data-search="dispatchRuntimeComponentEvent function src/runtimeActionRegistry.ts RuntimeActionHandlers RuntimeComponentEventDispatchArgs (args: RuntimeComponentEventDispatchArgs & { readonly actionHandlers?: RuntimeActionHandlers; }) => Promise<readonly DataSourceDiagnostic[]>"
|
|
1405
1480
|
>
|
|
1406
1481
|
<h4>dispatchRuntimeComponentEvent</h4>
|
|
1407
|
-
<p class="muted">function • <code>src/runtimeActionRegistry.ts:
|
|
1482
|
+
<p class="muted">function • <code>src/runtimeActionRegistry.ts:102:1</code></p>
|
|
1408
1483
|
|
|
1409
1484
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
1410
1485
|
<div>
|
|
@@ -1453,7 +1528,7 @@
|
|
|
1453
1528
|
data-search="resolveRuntimeActionPayload function src/runtimeActionRegistry.ts RuntimeActionResolutionArgs (payload: object | undefined, args: RuntimeActionResolutionArgs) => object | undefined"
|
|
1454
1529
|
>
|
|
1455
1530
|
<h4>resolveRuntimeActionPayload</h4>
|
|
1456
|
-
<p class="muted">function • <code>src/runtimeActionRegistry.ts:
|
|
1531
|
+
<p class="muted">function • <code>src/runtimeActionRegistry.ts:230:1</code></p>
|
|
1457
1532
|
|
|
1458
1533
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
1459
1534
|
<div>
|
|
@@ -1499,7 +1574,7 @@
|
|
|
1499
1574
|
data-search="resolveRuntimeActionValue function src/runtimeActionRegistry.ts RuntimeActionResolutionArgs (value: unknown, args: RuntimeActionResolutionArgs) => object | undefined"
|
|
1500
1575
|
>
|
|
1501
1576
|
<h4>resolveRuntimeActionValue</h4>
|
|
1502
|
-
<p class="muted">function • <code>src/runtimeActionRegistry.ts:
|
|
1577
|
+
<p class="muted">function • <code>src/runtimeActionRegistry.ts:241:1</code></p>
|
|
1503
1578
|
|
|
1504
1579
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
1505
1580
|
<div>
|
|
@@ -1545,7 +1620,7 @@
|
|
|
1545
1620
|
data-search="RuntimeActionRegistry type src/runtimeActionRegistry.ts RuntimeActionHandler RuntimeComponentEventDispatchArgs"
|
|
1546
1621
|
>
|
|
1547
1622
|
<h4>RuntimeActionRegistry</h4>
|
|
1548
|
-
<p class="muted">type • <code>src/runtimeActionRegistry.ts:
|
|
1623
|
+
<p class="muted">type • <code>src/runtimeActionRegistry.ts:30:1</code></p>
|
|
1549
1624
|
|
|
1550
1625
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
1551
1626
|
<div>
|
|
@@ -1598,7 +1673,7 @@
|
|
|
1598
1673
|
data-search="RuntimeActionResolutionArgs type src/runtimeActionRegistry.ts "
|
|
1599
1674
|
>
|
|
1600
1675
|
<h4>RuntimeActionResolutionArgs</h4>
|
|
1601
|
-
<p class="muted">type • <code>src/runtimeActionRegistry.ts:
|
|
1676
|
+
<p class="muted">type • <code>src/runtimeActionRegistry.ts:41:1</code></p>
|
|
1602
1677
|
|
|
1603
1678
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
1604
1679
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -1656,7 +1731,7 @@
|
|
|
1656
1731
|
data-search="RuntimeActionResolutionScope type src/runtimeActionRegistry.ts "
|
|
1657
1732
|
>
|
|
1658
1733
|
<h4>RuntimeActionResolutionScope</h4>
|
|
1659
|
-
<p class="muted">type • <code>src/runtimeActionRegistry.ts:
|
|
1734
|
+
<p class="muted">type • <code>src/runtimeActionRegistry.ts:35:1</code></p>
|
|
1660
1735
|
|
|
1661
1736
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
1662
1737
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -1707,7 +1782,7 @@
|
|
|
1707
1782
|
data-search="RuntimeComponentEventDispatchArgs type src/runtimeActionRegistry.ts RuntimeActionHandler RuntimeBindingOperationExecutor RuntimeBindingOperationResultWriter"
|
|
1708
1783
|
>
|
|
1709
1784
|
<h4>RuntimeComponentEventDispatchArgs</h4>
|
|
1710
|
-
<p class="muted">type • <code>src/runtimeActionRegistry.ts:
|
|
1785
|
+
<p class="muted">type • <code>src/runtimeActionRegistry.ts:45:1</code></p>
|
|
1711
1786
|
|
|
1712
1787
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
1713
1788
|
<div>
|
|
@@ -1730,6 +1805,13 @@
|
|
|
1730
1805
|
</tr>
|
|
1731
1806
|
</thead>
|
|
1732
1807
|
<tbody>
|
|
1808
|
+
<tr>
|
|
1809
|
+
<td><code>apis</code></td>
|
|
1810
|
+
<td>property</td>
|
|
1811
|
+
<td><code>ApiDefinitionList | undefined</code></td>
|
|
1812
|
+
<td>no</td>
|
|
1813
|
+
<td></td>
|
|
1814
|
+
</tr>
|
|
1733
1815
|
<tr>
|
|
1734
1816
|
<td><code>context</code></td>
|
|
1735
1817
|
<td>property</td>
|
|
@@ -1750,17 +1832,6 @@
|
|
|
1750
1832
|
<td>no</td>
|
|
1751
1833
|
<td></td>
|
|
1752
1834
|
</tr>
|
|
1753
|
-
<tr>
|
|
1754
|
-
<td><code>dataSources</code></td>
|
|
1755
|
-
<td>property</td>
|
|
1756
|
-
<td>
|
|
1757
|
-
<code
|
|
1758
|
-
>Readonly<Record<string, DataSourceConfig>> | undefined</code
|
|
1759
|
-
>
|
|
1760
|
-
</td>
|
|
1761
|
-
<td>no</td>
|
|
1762
|
-
<td></td>
|
|
1763
|
-
</tr>
|
|
1764
1835
|
<tr>
|
|
1765
1836
|
<td><code>event</code></td>
|
|
1766
1837
|
<td>property</td>
|
|
@@ -1831,7 +1902,7 @@
|
|
|
1831
1902
|
data-search="RuntimeEventPropWrapArgs type src/runtimeActionRegistry.ts RuntimeComponentEventDispatchArgs"
|
|
1832
1903
|
>
|
|
1833
1904
|
<h4>RuntimeEventPropWrapArgs</h4>
|
|
1834
|
-
<p class="muted">type • <code>src/runtimeActionRegistry.ts:
|
|
1905
|
+
<p class="muted">type • <code>src/runtimeActionRegistry.ts:56:1</code></p>
|
|
1835
1906
|
|
|
1836
1907
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
1837
1908
|
<div>
|
|
@@ -1933,7 +2004,7 @@
|
|
|
1933
2004
|
data-search="wrapRuntimeEventProps function src/runtimeActionRegistry.ts RuntimeEventPropWrapArgs (args: RuntimeEventPropWrapArgs) => Record<string, unknown>"
|
|
1934
2005
|
>
|
|
1935
2006
|
<h4>wrapRuntimeEventProps</h4>
|
|
1936
|
-
<p class="muted">function • <code>src/runtimeActionRegistry.ts:
|
|
2007
|
+
<p class="muted">function • <code>src/runtimeActionRegistry.ts:179:1</code></p>
|
|
1937
2008
|
|
|
1938
2009
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
1939
2010
|
<div>
|
|
@@ -1968,20 +2039,27 @@
|
|
|
1968
2039
|
</article>
|
|
1969
2040
|
</section>
|
|
1970
2041
|
<section>
|
|
1971
|
-
<h3>src/
|
|
2042
|
+
<h3>src/runtimeApiOperations.ts</h3>
|
|
1972
2043
|
<article
|
|
1973
2044
|
class="item"
|
|
1974
|
-
id="symbol-
|
|
1975
|
-
data-search="
|
|
2045
|
+
id="symbol-createruntimeapioperationexecutor"
|
|
2046
|
+
data-search="createRuntimeApiOperationExecutor function src/runtimeApiOperations.ts RuntimeApiOperationExecutorOptions RuntimeBindingOperationExecutor (options: RuntimeApiOperationExecutorOptions) => RuntimeBindingOperationExecutor"
|
|
1976
2047
|
>
|
|
1977
|
-
<h4>
|
|
1978
|
-
<p class="muted">function • <code>src/
|
|
2048
|
+
<h4>createRuntimeApiOperationExecutor</h4>
|
|
2049
|
+
<p class="muted">function • <code>src/runtimeApiOperations.ts:12:1</code></p>
|
|
1979
2050
|
|
|
1980
2051
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
1981
|
-
<div
|
|
2052
|
+
<div>
|
|
2053
|
+
<strong>Related symbols:</strong>
|
|
2054
|
+
<ul class="chips">
|
|
2055
|
+
<li class="chip">RuntimeApiOperationExecutorOptions</li>
|
|
2056
|
+
<li class="chip">RuntimeBindingOperationExecutor</li>
|
|
2057
|
+
</ul>
|
|
2058
|
+
</div>
|
|
1982
2059
|
<div>
|
|
1983
2060
|
<h5>Signature</h5>
|
|
1984
|
-
<pre>
|
|
2061
|
+
<pre>
|
|
2062
|
+
(options: RuntimeApiOperationExecutorOptions) => RuntimeBindingOperationExecutor</pre>
|
|
1985
2063
|
<table>
|
|
1986
2064
|
<thead>
|
|
1987
2065
|
<tr>
|
|
@@ -1993,35 +2071,111 @@
|
|
|
1993
2071
|
</thead>
|
|
1994
2072
|
<tbody>
|
|
1995
2073
|
<tr>
|
|
1996
|
-
<td><code>
|
|
1997
|
-
<td><code>
|
|
2074
|
+
<td><code>options</code></td>
|
|
2075
|
+
<td><code>RuntimeApiOperationExecutorOptions</code></td>
|
|
1998
2076
|
<td>yes</td>
|
|
1999
2077
|
<td></td>
|
|
2000
2078
|
</tr>
|
|
2001
2079
|
</tbody>
|
|
2002
2080
|
</table>
|
|
2003
|
-
<p><strong>Returns:</strong> <code>
|
|
2081
|
+
<p><strong>Returns:</strong> <code>RuntimeBindingOperationExecutor</code></p>
|
|
2004
2082
|
</div>
|
|
2005
2083
|
</article>
|
|
2006
2084
|
<article
|
|
2007
2085
|
class="item"
|
|
2008
|
-
id="symbol-
|
|
2009
|
-
data-search="
|
|
2086
|
+
id="symbol-runtimeapioperationexecutoroptions"
|
|
2087
|
+
data-search="RuntimeApiOperationExecutorOptions type src/runtimeApiOperations.ts "
|
|
2010
2088
|
>
|
|
2011
|
-
<h4>
|
|
2012
|
-
<p class="muted">
|
|
2089
|
+
<h4>RuntimeApiOperationExecutorOptions</h4>
|
|
2090
|
+
<p class="muted">type • <code>src/runtimeApiOperations.ts:7:1</code></p>
|
|
2013
2091
|
|
|
2014
2092
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2015
|
-
<div>
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2093
|
+
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
2094
|
+
|
|
2095
|
+
<table>
|
|
2096
|
+
<thead>
|
|
2097
|
+
<tr>
|
|
2098
|
+
<th>Member</th>
|
|
2099
|
+
<th>Kind</th>
|
|
2100
|
+
<th>Type</th>
|
|
2101
|
+
<th>Required</th>
|
|
2102
|
+
<th>Description</th>
|
|
2103
|
+
</tr>
|
|
2104
|
+
</thead>
|
|
2105
|
+
<tbody>
|
|
2106
|
+
<tr>
|
|
2107
|
+
<td><code>credentialResolver</code></td>
|
|
2108
|
+
<td>property</td>
|
|
2109
|
+
<td><code>EndpointTestCredentialResolver | undefined</code></td>
|
|
2110
|
+
<td>no</td>
|
|
2111
|
+
<td></td>
|
|
2112
|
+
</tr>
|
|
2113
|
+
<tr>
|
|
2114
|
+
<td><code>fetch</code></td>
|
|
2115
|
+
<td>property</td>
|
|
2116
|
+
<td><code>EndpointTestFetch | undefined</code></td>
|
|
2117
|
+
<td>no</td>
|
|
2118
|
+
<td></td>
|
|
2119
|
+
</tr>
|
|
2120
|
+
</tbody>
|
|
2121
|
+
</table>
|
|
2122
|
+
</article>
|
|
2123
|
+
</section>
|
|
2124
|
+
<section>
|
|
2125
|
+
<h3>src/runtimeApiSelection.ts</h3>
|
|
2126
|
+
<article
|
|
2127
|
+
class="item"
|
|
2128
|
+
id="symbol-runtimeapioperationselection"
|
|
2129
|
+
data-search="RuntimeApiOperationSelection type src/runtimeApiSelection.ts "
|
|
2130
|
+
>
|
|
2131
|
+
<h4>RuntimeApiOperationSelection</h4>
|
|
2132
|
+
<p class="muted">type • <code>src/runtimeApiSelection.ts:9:1</code></p>
|
|
2133
|
+
|
|
2134
|
+
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2135
|
+
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
2136
|
+
|
|
2137
|
+
<table>
|
|
2138
|
+
<thead>
|
|
2139
|
+
<tr>
|
|
2140
|
+
<th>Member</th>
|
|
2141
|
+
<th>Kind</th>
|
|
2142
|
+
<th>Type</th>
|
|
2143
|
+
<th>Required</th>
|
|
2144
|
+
<th>Description</th>
|
|
2145
|
+
</tr>
|
|
2146
|
+
</thead>
|
|
2147
|
+
<tbody>
|
|
2148
|
+
<tr>
|
|
2149
|
+
<td><code>api</code></td>
|
|
2150
|
+
<td>property</td>
|
|
2151
|
+
<td><code>ApiDefinition</code></td>
|
|
2152
|
+
<td>yes</td>
|
|
2153
|
+
<td></td>
|
|
2154
|
+
</tr>
|
|
2155
|
+
<tr>
|
|
2156
|
+
<td><code>endpoint</code></td>
|
|
2157
|
+
<td>property</td>
|
|
2158
|
+
<td><code>DataEndpointConfig</code></td>
|
|
2159
|
+
<td>yes</td>
|
|
2160
|
+
<td></td>
|
|
2161
|
+
</tr>
|
|
2162
|
+
</tbody>
|
|
2163
|
+
</table>
|
|
2164
|
+
</article>
|
|
2165
|
+
<article
|
|
2166
|
+
class="item"
|
|
2167
|
+
id="symbol-validateruntimebindingoperationref"
|
|
2168
|
+
data-search="validateRuntimeBindingOperationRef function src/runtimeApiSelection.ts (operation: BindingOperationRef, apis: ApiDefinitionList | undefined) => readonly DataSourceDiagnostic[]"
|
|
2169
|
+
>
|
|
2170
|
+
<h4>validateRuntimeBindingOperationRef</h4>
|
|
2171
|
+
<p class="muted">function • <code>src/runtimeApiSelection.ts:14:1</code></p>
|
|
2172
|
+
|
|
2173
|
+
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2174
|
+
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
2021
2175
|
<div>
|
|
2022
2176
|
<h5>Signature</h5>
|
|
2023
2177
|
<pre>
|
|
2024
|
-
(
|
|
2178
|
+
(operation: BindingOperationRef, apis: ApiDefinitionList | undefined) => readonly DataSourceDiagnostic[]</pre>
|
|
2025
2179
|
<table>
|
|
2026
2180
|
<thead>
|
|
2027
2181
|
<tr>
|
|
@@ -2033,15 +2187,98 @@
|
|
|
2033
2187
|
</thead>
|
|
2034
2188
|
<tbody>
|
|
2035
2189
|
<tr>
|
|
2036
|
-
<td><code>
|
|
2037
|
-
<td><code>
|
|
2190
|
+
<td><code>apis</code></td>
|
|
2191
|
+
<td><code>ApiDefinitionList | undefined</code></td>
|
|
2038
2192
|
<td>yes</td>
|
|
2039
2193
|
<td></td>
|
|
2040
2194
|
</tr>
|
|
2041
2195
|
<tr>
|
|
2042
|
-
<td><code>
|
|
2043
|
-
<td><code>
|
|
2044
|
-
<td>
|
|
2196
|
+
<td><code>operation</code></td>
|
|
2197
|
+
<td><code>BindingOperationRef</code></td>
|
|
2198
|
+
<td>yes</td>
|
|
2199
|
+
<td></td>
|
|
2200
|
+
</tr>
|
|
2201
|
+
</tbody>
|
|
2202
|
+
</table>
|
|
2203
|
+
<p><strong>Returns:</strong> <code>readonly DataSourceDiagnostic[]</code></p>
|
|
2204
|
+
</div>
|
|
2205
|
+
</article>
|
|
2206
|
+
</section>
|
|
2207
|
+
<section>
|
|
2208
|
+
<h3>src/runtimeBindings.ts</h3>
|
|
2209
|
+
<article
|
|
2210
|
+
class="item"
|
|
2211
|
+
id="symbol-createruntimebindingoperationkey"
|
|
2212
|
+
data-search="createRuntimeBindingOperationKey function src/runtimeBindings.ts (operation: BindingOperationRef) => string"
|
|
2213
|
+
>
|
|
2214
|
+
<h4>createRuntimeBindingOperationKey</h4>
|
|
2215
|
+
<p class="muted">function • <code>src/runtimeBindings.ts:165:1</code></p>
|
|
2216
|
+
|
|
2217
|
+
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2218
|
+
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
2219
|
+
<div>
|
|
2220
|
+
<h5>Signature</h5>
|
|
2221
|
+
<pre>(operation: BindingOperationRef) => string</pre>
|
|
2222
|
+
<table>
|
|
2223
|
+
<thead>
|
|
2224
|
+
<tr>
|
|
2225
|
+
<th>Parameter</th>
|
|
2226
|
+
<th>Type</th>
|
|
2227
|
+
<th>Required</th>
|
|
2228
|
+
<th>Description</th>
|
|
2229
|
+
</tr>
|
|
2230
|
+
</thead>
|
|
2231
|
+
<tbody>
|
|
2232
|
+
<tr>
|
|
2233
|
+
<td><code>operation</code></td>
|
|
2234
|
+
<td><code>BindingOperationRef</code></td>
|
|
2235
|
+
<td>yes</td>
|
|
2236
|
+
<td></td>
|
|
2237
|
+
</tr>
|
|
2238
|
+
</tbody>
|
|
2239
|
+
</table>
|
|
2240
|
+
<p><strong>Returns:</strong> <code>string</code></p>
|
|
2241
|
+
</div>
|
|
2242
|
+
</article>
|
|
2243
|
+
<article
|
|
2244
|
+
class="item"
|
|
2245
|
+
id="symbol-resolvebindinginputmap"
|
|
2246
|
+
data-search="resolveBindingInputMap function src/runtimeBindings.ts RuntimeBindingResolutionContext (input: Readonly<Record<string, BindingInputValue>> | undefined, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) => Promise<BindingValue | undefined>"
|
|
2247
|
+
>
|
|
2248
|
+
<h4>resolveBindingInputMap</h4>
|
|
2249
|
+
<p class="muted">function • <code>src/runtimeBindings.ts:131:1</code></p>
|
|
2250
|
+
|
|
2251
|
+
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2252
|
+
<div>
|
|
2253
|
+
<strong>Related symbols:</strong>
|
|
2254
|
+
<ul class="chips">
|
|
2255
|
+
<li class="chip">RuntimeBindingResolutionContext</li>
|
|
2256
|
+
</ul>
|
|
2257
|
+
</div>
|
|
2258
|
+
<div>
|
|
2259
|
+
<h5>Signature</h5>
|
|
2260
|
+
<pre>
|
|
2261
|
+
(input: Readonly<Record<string, BindingInputValue>> | undefined, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) => Promise<BindingValue | undefined></pre>
|
|
2262
|
+
<table>
|
|
2263
|
+
<thead>
|
|
2264
|
+
<tr>
|
|
2265
|
+
<th>Parameter</th>
|
|
2266
|
+
<th>Type</th>
|
|
2267
|
+
<th>Required</th>
|
|
2268
|
+
<th>Description</th>
|
|
2269
|
+
</tr>
|
|
2270
|
+
</thead>
|
|
2271
|
+
<tbody>
|
|
2272
|
+
<tr>
|
|
2273
|
+
<td><code>context</code></td>
|
|
2274
|
+
<td><code>RuntimeBindingResolutionContext</code></td>
|
|
2275
|
+
<td>yes</td>
|
|
2276
|
+
<td></td>
|
|
2277
|
+
</tr>
|
|
2278
|
+
<tr>
|
|
2279
|
+
<td><code>diagnostics</code></td>
|
|
2280
|
+
<td><code>DataSourceDiagnostic[]</code></td>
|
|
2281
|
+
<td>no</td>
|
|
2045
2282
|
<td></td>
|
|
2046
2283
|
</tr>
|
|
2047
2284
|
<tr>
|
|
@@ -2068,7 +2305,7 @@
|
|
|
2068
2305
|
data-search="resolveRuntimeBindings function src/runtimeBindings.ts RuntimeBindingResolutionArgs RuntimeBindingResolutionResult (args: RuntimeBindingResolutionArgs) => RuntimeBindingResolutionResult"
|
|
2069
2306
|
>
|
|
2070
2307
|
<h4>resolveRuntimeBindings</h4>
|
|
2071
|
-
<p class="muted">function • <code>src/runtimeBindings.ts:
|
|
2308
|
+
<p class="muted">function • <code>src/runtimeBindings.ts:91:1</code></p>
|
|
2072
2309
|
|
|
2073
2310
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2074
2311
|
<div>
|
|
@@ -2109,7 +2346,7 @@
|
|
|
2109
2346
|
data-search="resolveRuntimeBindingsAsync function src/runtimeBindings.ts RuntimeBindingResolutionArgs RuntimeBindingResolutionResult (args: RuntimeBindingResolutionArgs) => Promise<RuntimeBindingResolutionResult>"
|
|
2110
2347
|
>
|
|
2111
2348
|
<h4>resolveRuntimeBindingsAsync</h4>
|
|
2112
|
-
<p class="muted">function • <code>src/runtimeBindings.ts:
|
|
2349
|
+
<p class="muted">function • <code>src/runtimeBindings.ts:76:1</code></p>
|
|
2113
2350
|
|
|
2114
2351
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2115
2352
|
<div>
|
|
@@ -2153,7 +2390,7 @@
|
|
|
2153
2390
|
data-search="resolveRuntimeBindingValue function src/runtimeBindings.ts RuntimeBindingResolutionContext (binding: PropBinding, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) => Promise<unknown>"
|
|
2154
2391
|
>
|
|
2155
2392
|
<h4>resolveRuntimeBindingValue</h4>
|
|
2156
|
-
<p class="muted">function • <code>src/runtimeBindings.ts:
|
|
2393
|
+
<p class="muted">function • <code>src/runtimeBindings.ts:105:1</code></p>
|
|
2157
2394
|
|
|
2158
2395
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2159
2396
|
<div>
|
|
@@ -2205,7 +2442,7 @@
|
|
|
2205
2442
|
data-search="resolveRuntimeBindingValueSync function src/runtimeBindings.ts RuntimeBindingResolutionContext (binding: PropBinding, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) => unknown"
|
|
2206
2443
|
>
|
|
2207
2444
|
<h4>resolveRuntimeBindingValueSync</h4>
|
|
2208
|
-
<p class="muted">function • <code>src/runtimeBindings.ts:
|
|
2445
|
+
<p class="muted">function • <code>src/runtimeBindings.ts:118:1</code></p>
|
|
2209
2446
|
|
|
2210
2447
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2211
2448
|
<div>
|
|
@@ -2257,7 +2494,7 @@
|
|
|
2257
2494
|
data-search="RuntimeBindingOperationExecutionArgs type src/runtimeBindings.ts "
|
|
2258
2495
|
>
|
|
2259
2496
|
<h4>RuntimeBindingOperationExecutionArgs</h4>
|
|
2260
|
-
<p class="muted">type • <code>src/runtimeBindings.ts:
|
|
2497
|
+
<p class="muted">type • <code>src/runtimeBindings.ts:24:1</code></p>
|
|
2261
2498
|
|
|
2262
2499
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2263
2500
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -2274,17 +2511,17 @@
|
|
|
2274
2511
|
</thead>
|
|
2275
2512
|
<tbody>
|
|
2276
2513
|
<tr>
|
|
2277
|
-
<td><code>
|
|
2514
|
+
<td><code>api</code></td>
|
|
2278
2515
|
<td>property</td>
|
|
2279
|
-
<td><code>
|
|
2516
|
+
<td><code>ApiDefinition</code></td>
|
|
2280
2517
|
<td>yes</td>
|
|
2281
2518
|
<td></td>
|
|
2282
2519
|
</tr>
|
|
2283
2520
|
<tr>
|
|
2284
2521
|
<td><code>endpoint</code></td>
|
|
2285
2522
|
<td>property</td>
|
|
2286
|
-
<td><code>DataEndpointConfig
|
|
2287
|
-
<td>
|
|
2523
|
+
<td><code>DataEndpointConfig</code></td>
|
|
2524
|
+
<td>yes</td>
|
|
2288
2525
|
<td></td>
|
|
2289
2526
|
</tr>
|
|
2290
2527
|
<tr>
|
|
@@ -2317,7 +2554,7 @@
|
|
|
2317
2554
|
data-search="RuntimeBindingOperationExecutionResult unknown src/runtimeBindings.ts "
|
|
2318
2555
|
>
|
|
2319
2556
|
<h4>RuntimeBindingOperationExecutionResult</h4>
|
|
2320
|
-
<p class="muted">unknown • <code>src/runtimeBindings.ts:
|
|
2557
|
+
<p class="muted">unknown • <code>src/runtimeBindings.ts:32:1</code></p>
|
|
2321
2558
|
|
|
2322
2559
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2323
2560
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -2328,7 +2565,7 @@
|
|
|
2328
2565
|
data-search="RuntimeBindingOperationExecutor unknown src/runtimeBindings.ts "
|
|
2329
2566
|
>
|
|
2330
2567
|
<h4>RuntimeBindingOperationExecutor</h4>
|
|
2331
|
-
<p class="muted">unknown • <code>src/runtimeBindings.ts:
|
|
2568
|
+
<p class="muted">unknown • <code>src/runtimeBindings.ts:43:1</code></p>
|
|
2332
2569
|
|
|
2333
2570
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2334
2571
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -2339,7 +2576,7 @@
|
|
|
2339
2576
|
data-search="RuntimeBindingOperationKey unknown src/runtimeBindings.ts "
|
|
2340
2577
|
>
|
|
2341
2578
|
<h4>RuntimeBindingOperationKey</h4>
|
|
2342
|
-
<p class="muted">unknown • <code>src/runtimeBindings.ts:
|
|
2579
|
+
<p class="muted">unknown • <code>src/runtimeBindings.ts:22:1</code></p>
|
|
2343
2580
|
|
|
2344
2581
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2345
2582
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -2350,7 +2587,7 @@
|
|
|
2350
2587
|
data-search="RuntimeBindingOperationResultCache unknown src/runtimeBindings.ts "
|
|
2351
2588
|
>
|
|
2352
2589
|
<h4>RuntimeBindingOperationResultCache</h4>
|
|
2353
|
-
<p class="muted">unknown • <code>src/runtimeBindings.ts:
|
|
2590
|
+
<p class="muted">unknown • <code>src/runtimeBindings.ts:47:1</code></p>
|
|
2354
2591
|
|
|
2355
2592
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2356
2593
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -2361,7 +2598,7 @@
|
|
|
2361
2598
|
data-search="RuntimeBindingOperationResultWriter unknown src/runtimeBindings.ts "
|
|
2362
2599
|
>
|
|
2363
2600
|
<h4>RuntimeBindingOperationResultWriter</h4>
|
|
2364
|
-
<p class="muted">unknown • <code>src/runtimeBindings.ts:
|
|
2601
|
+
<p class="muted">unknown • <code>src/runtimeBindings.ts:51:1</code></p>
|
|
2365
2602
|
|
|
2366
2603
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2367
2604
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -2372,7 +2609,7 @@
|
|
|
2372
2609
|
data-search="RuntimeBindingResolutionArgs type src/runtimeBindings.ts RuntimeBindingOperationExecutor"
|
|
2373
2610
|
>
|
|
2374
2611
|
<h4>RuntimeBindingResolutionArgs</h4>
|
|
2375
|
-
<p class="muted">type • <code>src/runtimeBindings.ts:
|
|
2612
|
+
<p class="muted">type • <code>src/runtimeBindings.ts:66:1</code></p>
|
|
2376
2613
|
|
|
2377
2614
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2378
2615
|
<div>
|
|
@@ -2393,6 +2630,13 @@
|
|
|
2393
2630
|
</tr>
|
|
2394
2631
|
</thead>
|
|
2395
2632
|
<tbody>
|
|
2633
|
+
<tr>
|
|
2634
|
+
<td><code>apis</code></td>
|
|
2635
|
+
<td>property</td>
|
|
2636
|
+
<td><code>ApiDefinitionList | undefined</code></td>
|
|
2637
|
+
<td>no</td>
|
|
2638
|
+
<td></td>
|
|
2639
|
+
</tr>
|
|
2396
2640
|
<tr>
|
|
2397
2641
|
<td><code>context</code></td>
|
|
2398
2642
|
<td>property</td>
|
|
@@ -2413,17 +2657,6 @@
|
|
|
2413
2657
|
<td>no</td>
|
|
2414
2658
|
<td></td>
|
|
2415
2659
|
</tr>
|
|
2416
|
-
<tr>
|
|
2417
|
-
<td><code>dataSources</code></td>
|
|
2418
|
-
<td>property</td>
|
|
2419
|
-
<td>
|
|
2420
|
-
<code
|
|
2421
|
-
>Readonly<Record<string, DataSourceConfig>> | undefined</code
|
|
2422
|
-
>
|
|
2423
|
-
</td>
|
|
2424
|
-
<td>no</td>
|
|
2425
|
-
<td></td>
|
|
2426
|
-
</tr>
|
|
2427
2660
|
<tr>
|
|
2428
2661
|
<td><code>event</code></td>
|
|
2429
2662
|
<td>property</td>
|
|
@@ -2480,7 +2713,7 @@
|
|
|
2480
2713
|
data-search="RuntimeBindingResolutionContext type src/runtimeBindings.ts RuntimeBindingOperationExecutor"
|
|
2481
2714
|
>
|
|
2482
2715
|
<h4>RuntimeBindingResolutionContext</h4>
|
|
2483
|
-
<p class="muted">type • <code>src/runtimeBindings.ts:
|
|
2716
|
+
<p class="muted">type • <code>src/runtimeBindings.ts:56:1</code></p>
|
|
2484
2717
|
|
|
2485
2718
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2486
2719
|
<div>
|
|
@@ -2501,6 +2734,13 @@
|
|
|
2501
2734
|
</tr>
|
|
2502
2735
|
</thead>
|
|
2503
2736
|
<tbody>
|
|
2737
|
+
<tr>
|
|
2738
|
+
<td><code>apis</code></td>
|
|
2739
|
+
<td>property</td>
|
|
2740
|
+
<td><code>ApiDefinitionList | undefined</code></td>
|
|
2741
|
+
<td>no</td>
|
|
2742
|
+
<td></td>
|
|
2743
|
+
</tr>
|
|
2504
2744
|
<tr>
|
|
2505
2745
|
<td><code>context</code></td>
|
|
2506
2746
|
<td>property</td>
|
|
@@ -2521,17 +2761,6 @@
|
|
|
2521
2761
|
<td>no</td>
|
|
2522
2762
|
<td></td>
|
|
2523
2763
|
</tr>
|
|
2524
|
-
<tr>
|
|
2525
|
-
<td><code>dataSources</code></td>
|
|
2526
|
-
<td>property</td>
|
|
2527
|
-
<td>
|
|
2528
|
-
<code
|
|
2529
|
-
>Readonly<Record<string, DataSourceConfig>> | undefined</code
|
|
2530
|
-
>
|
|
2531
|
-
</td>
|
|
2532
|
-
<td>no</td>
|
|
2533
|
-
<td></td>
|
|
2534
|
-
</tr>
|
|
2535
2764
|
<tr>
|
|
2536
2765
|
<td><code>event</code></td>
|
|
2537
2766
|
<td>property</td>
|
|
@@ -2574,7 +2803,7 @@
|
|
|
2574
2803
|
data-search="RuntimeBindingResolutionResult type src/runtimeBindings.ts "
|
|
2575
2804
|
>
|
|
2576
2805
|
<h4>RuntimeBindingResolutionResult</h4>
|
|
2577
|
-
<p class="muted">type • <code>src/runtimeBindings.ts:
|
|
2806
|
+
<p class="muted">type • <code>src/runtimeBindings.ts:71:1</code></p>
|
|
2578
2807
|
|
|
2579
2808
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2580
2809
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -2607,144 +2836,6 @@
|
|
|
2607
2836
|
</tbody>
|
|
2608
2837
|
</table>
|
|
2609
2838
|
</article>
|
|
2610
|
-
<article
|
|
2611
|
-
class="item"
|
|
2612
|
-
id="symbol-validateruntimebindingoperationref"
|
|
2613
|
-
data-search="validateRuntimeBindingOperationRef function src/runtimeBindings.ts (operation: BindingOperationRef, dataSources: Readonly<Record<string, DataSourceConfig>> | undefined) => readonly DataSourceDiagnostic[]"
|
|
2614
|
-
>
|
|
2615
|
-
<h4>validateRuntimeBindingOperationRef</h4>
|
|
2616
|
-
<p class="muted">function • <code>src/runtimeBindings.ts:169:1</code></p>
|
|
2617
|
-
|
|
2618
|
-
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2619
|
-
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
2620
|
-
<div>
|
|
2621
|
-
<h5>Signature</h5>
|
|
2622
|
-
<pre>
|
|
2623
|
-
(operation: BindingOperationRef, dataSources: Readonly<Record<string, DataSourceConfig>> | undefined) => readonly DataSourceDiagnostic[]</pre>
|
|
2624
|
-
<table>
|
|
2625
|
-
<thead>
|
|
2626
|
-
<tr>
|
|
2627
|
-
<th>Parameter</th>
|
|
2628
|
-
<th>Type</th>
|
|
2629
|
-
<th>Required</th>
|
|
2630
|
-
<th>Description</th>
|
|
2631
|
-
</tr>
|
|
2632
|
-
</thead>
|
|
2633
|
-
<tbody>
|
|
2634
|
-
<tr>
|
|
2635
|
-
<td><code>dataSources</code></td>
|
|
2636
|
-
<td>
|
|
2637
|
-
<code
|
|
2638
|
-
>Readonly<Record<string, DataSourceConfig>> |
|
|
2639
|
-
undefined</code
|
|
2640
|
-
>
|
|
2641
|
-
</td>
|
|
2642
|
-
<td>yes</td>
|
|
2643
|
-
<td></td>
|
|
2644
|
-
</tr>
|
|
2645
|
-
<tr>
|
|
2646
|
-
<td><code>operation</code></td>
|
|
2647
|
-
<td><code>BindingOperationRef</code></td>
|
|
2648
|
-
<td>yes</td>
|
|
2649
|
-
<td></td>
|
|
2650
|
-
</tr>
|
|
2651
|
-
</tbody>
|
|
2652
|
-
</table>
|
|
2653
|
-
<p><strong>Returns:</strong> <code>readonly DataSourceDiagnostic[]</code></p>
|
|
2654
|
-
</div>
|
|
2655
|
-
</article>
|
|
2656
|
-
</section>
|
|
2657
|
-
<section>
|
|
2658
|
-
<h3>src/runtimeDataSourceOperations.ts</h3>
|
|
2659
|
-
<article
|
|
2660
|
-
class="item"
|
|
2661
|
-
id="symbol-createruntimedatasourceoperationexecutor"
|
|
2662
|
-
data-search="createRuntimeDataSourceOperationExecutor function src/runtimeDataSourceOperations.ts RuntimeBindingOperationExecutor RuntimeDataSourceOperationExecutorOptions (options: RuntimeDataSourceOperationExecutorOptions) => RuntimeBindingOperationExecutor"
|
|
2663
|
-
>
|
|
2664
|
-
<h4>createRuntimeDataSourceOperationExecutor</h4>
|
|
2665
|
-
<p class="muted">function • <code>src/runtimeDataSourceOperations.ts:14:1</code></p>
|
|
2666
|
-
|
|
2667
|
-
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2668
|
-
<div>
|
|
2669
|
-
<strong>Related symbols:</strong>
|
|
2670
|
-
<ul class="chips">
|
|
2671
|
-
<li class="chip">RuntimeBindingOperationExecutor</li>
|
|
2672
|
-
<li class="chip">RuntimeDataSourceOperationExecutorOptions</li>
|
|
2673
|
-
</ul>
|
|
2674
|
-
</div>
|
|
2675
|
-
<div>
|
|
2676
|
-
<h5>Signature</h5>
|
|
2677
|
-
<pre>
|
|
2678
|
-
(options: RuntimeDataSourceOperationExecutorOptions) => RuntimeBindingOperationExecutor</pre>
|
|
2679
|
-
<table>
|
|
2680
|
-
<thead>
|
|
2681
|
-
<tr>
|
|
2682
|
-
<th>Parameter</th>
|
|
2683
|
-
<th>Type</th>
|
|
2684
|
-
<th>Required</th>
|
|
2685
|
-
<th>Description</th>
|
|
2686
|
-
</tr>
|
|
2687
|
-
</thead>
|
|
2688
|
-
<tbody>
|
|
2689
|
-
<tr>
|
|
2690
|
-
<td><code>options</code></td>
|
|
2691
|
-
<td><code>RuntimeDataSourceOperationExecutorOptions</code></td>
|
|
2692
|
-
<td>yes</td>
|
|
2693
|
-
<td></td>
|
|
2694
|
-
</tr>
|
|
2695
|
-
</tbody>
|
|
2696
|
-
</table>
|
|
2697
|
-
<p><strong>Returns:</strong> <code>RuntimeBindingOperationExecutor</code></p>
|
|
2698
|
-
</div>
|
|
2699
|
-
</article>
|
|
2700
|
-
<article
|
|
2701
|
-
class="item"
|
|
2702
|
-
id="symbol-runtimedatasourceoperationexecutoroptions"
|
|
2703
|
-
data-search="RuntimeDataSourceOperationExecutorOptions type src/runtimeDataSourceOperations.ts "
|
|
2704
|
-
>
|
|
2705
|
-
<h4>RuntimeDataSourceOperationExecutorOptions</h4>
|
|
2706
|
-
<p class="muted">type • <code>src/runtimeDataSourceOperations.ts:8:1</code></p>
|
|
2707
|
-
|
|
2708
|
-
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2709
|
-
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
2710
|
-
|
|
2711
|
-
<table>
|
|
2712
|
-
<thead>
|
|
2713
|
-
<tr>
|
|
2714
|
-
<th>Member</th>
|
|
2715
|
-
<th>Kind</th>
|
|
2716
|
-
<th>Type</th>
|
|
2717
|
-
<th>Required</th>
|
|
2718
|
-
<th>Description</th>
|
|
2719
|
-
</tr>
|
|
2720
|
-
</thead>
|
|
2721
|
-
<tbody>
|
|
2722
|
-
<tr>
|
|
2723
|
-
<td><code>credentialResolver</code></td>
|
|
2724
|
-
<td>property</td>
|
|
2725
|
-
<td><code>EndpointTestCredentialResolver | undefined</code></td>
|
|
2726
|
-
<td>no</td>
|
|
2727
|
-
<td></td>
|
|
2728
|
-
</tr>
|
|
2729
|
-
<tr>
|
|
2730
|
-
<td><code>databaseAdapters</code></td>
|
|
2731
|
-
<td>property</td>
|
|
2732
|
-
<td>
|
|
2733
|
-
<code>Readonly<Record<string, DbAdapter>> | undefined</code>
|
|
2734
|
-
</td>
|
|
2735
|
-
<td>no</td>
|
|
2736
|
-
<td></td>
|
|
2737
|
-
</tr>
|
|
2738
|
-
<tr>
|
|
2739
|
-
<td><code>fetch</code></td>
|
|
2740
|
-
<td>property</td>
|
|
2741
|
-
<td><code>EndpointTestFetch | undefined</code></td>
|
|
2742
|
-
<td>no</td>
|
|
2743
|
-
<td></td>
|
|
2744
|
-
</tr>
|
|
2745
|
-
</tbody>
|
|
2746
|
-
</table>
|
|
2747
|
-
</article>
|
|
2748
2839
|
</section>
|
|
2749
2840
|
<section>
|
|
2750
2841
|
<h3>src/runtimeDbPersist.ts</h3>
|
|
@@ -3683,32 +3774,26 @@
|
|
|
3683
3774
|
</thead>
|
|
3684
3775
|
<tbody>
|
|
3685
3776
|
<tr>
|
|
3686
|
-
<td><code>
|
|
3777
|
+
<td><code>apis</code></td>
|
|
3687
3778
|
<td>property</td>
|
|
3688
|
-
<td><code>
|
|
3779
|
+
<td><code>ApiDefinitionList | undefined</code></td>
|
|
3689
3780
|
<td>no</td>
|
|
3690
3781
|
<td></td>
|
|
3691
3782
|
</tr>
|
|
3692
3783
|
<tr>
|
|
3693
|
-
<td><code>
|
|
3784
|
+
<td><code>bindingContext</code></td>
|
|
3694
3785
|
<td>property</td>
|
|
3695
|
-
<td>
|
|
3696
|
-
<code
|
|
3697
|
-
>Readonly<Record<string,
|
|
3698
|
-
import("@ankhorage/contracts/dist/bindings").ComponentDataBinding>>
|
|
3699
|
-
| undefined</code
|
|
3700
|
-
>
|
|
3701
|
-
</td>
|
|
3786
|
+
<td><code>Record<string, unknown> | undefined</code></td>
|
|
3702
3787
|
<td>no</td>
|
|
3703
3788
|
<td></td>
|
|
3704
3789
|
</tr>
|
|
3705
3790
|
<tr>
|
|
3706
|
-
<td><code>
|
|
3791
|
+
<td><code>dataBindings</code></td>
|
|
3707
3792
|
<td>property</td>
|
|
3708
3793
|
<td>
|
|
3709
3794
|
<code
|
|
3710
3795
|
>Readonly<Record<string,
|
|
3711
|
-
import("@ankhorage/contracts/dist/
|
|
3796
|
+
import("@ankhorage/contracts/dist/bindings").ComponentDataBinding>>
|
|
3712
3797
|
| undefined</code
|
|
3713
3798
|
>
|
|
3714
3799
|
</td>
|
|
@@ -4142,6 +4227,13 @@
|
|
|
4142
4227
|
<td>no</td>
|
|
4143
4228
|
<td></td>
|
|
4144
4229
|
</tr>
|
|
4230
|
+
<tr>
|
|
4231
|
+
<td><code>apis</code></td>
|
|
4232
|
+
<td>property</td>
|
|
4233
|
+
<td><code>ApiDefinitionList | undefined</code></td>
|
|
4234
|
+
<td>no</td>
|
|
4235
|
+
<td></td>
|
|
4236
|
+
</tr>
|
|
4145
4237
|
<tr>
|
|
4146
4238
|
<td><code>bindingContext</code></td>
|
|
4147
4239
|
<td>property</td>
|
|
@@ -4163,20 +4255,7 @@
|
|
|
4163
4255
|
<td></td>
|
|
4164
4256
|
</tr>
|
|
4165
4257
|
<tr>
|
|
4166
|
-
<td><code>
|
|
4167
|
-
<td>property</td>
|
|
4168
|
-
<td>
|
|
4169
|
-
<code
|
|
4170
|
-
>Readonly<Record<string,
|
|
4171
|
-
import("@ankhorage/contracts/dist/index").DataSourceConfig>>
|
|
4172
|
-
| undefined</code
|
|
4173
|
-
>
|
|
4174
|
-
</td>
|
|
4175
|
-
<td>no</td>
|
|
4176
|
-
<td></td>
|
|
4177
|
-
</tr>
|
|
4178
|
-
<tr>
|
|
4179
|
-
<td><code>dbAdapter</code></td>
|
|
4258
|
+
<td><code>dbAdapter</code></td>
|
|
4180
4259
|
<td>property</td>
|
|
4181
4260
|
<td><code>DbAdapter | undefined</code></td>
|
|
4182
4261
|
<td>no</td>
|
|
@@ -4654,7 +4733,7 @@
|
|
|
4654
4733
|
<article
|
|
4655
4734
|
class="item"
|
|
4656
4735
|
id="symbol-executeruntimescreenoperationloaders"
|
|
4657
|
-
data-search='executeRuntimeScreenOperationLoaders function src/runtimeScreenLoaders.ts RuntimeBindingOperationExecutor RuntimeBindingOperationResultCache RuntimeBindingResolutionContext RuntimeScreenOperationLoaderExecutionResult (args: { readonly bindingContext?: Record<string, unknown>; readonly
|
|
4736
|
+
data-search='executeRuntimeScreenOperationLoaders function src/runtimeScreenLoaders.ts RuntimeBindingOperationExecutor RuntimeBindingOperationResultCache RuntimeBindingResolutionContext RuntimeScreenOperationLoaderExecutionResult (args: { readonly bindingContext?: Record<string, unknown>; readonly apis?: RuntimeBindingResolutionContext["apis"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly screen: ScreenSpec; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; }) => Promise<RuntimeScreenOperationLoaderExecutionResult>'
|
|
4658
4737
|
>
|
|
4659
4738
|
<h4>executeRuntimeScreenOperationLoaders</h4>
|
|
4660
4739
|
<p class="muted">function • <code>src/runtimeScreenLoaders.ts:178:1</code></p>
|
|
@@ -4672,7 +4751,7 @@
|
|
|
4672
4751
|
<div>
|
|
4673
4752
|
<h5>Signature</h5>
|
|
4674
4753
|
<pre>
|
|
4675
|
-
(args: { readonly bindingContext?: Record<string, unknown>; readonly
|
|
4754
|
+
(args: { readonly bindingContext?: Record<string, unknown>; readonly apis?: RuntimeBindingResolutionContext["apis"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly screen: ScreenSpec; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; }) => Promise<RuntimeScreenOperationLoaderExecutionResult></pre>
|
|
4676
4755
|
<table>
|
|
4677
4756
|
<thead>
|
|
4678
4757
|
<tr>
|
|
@@ -4688,8 +4767,8 @@
|
|
|
4688
4767
|
<td>
|
|
4689
4768
|
<code
|
|
4690
4769
|
>{ readonly bindingContext?: Record<string, unknown>; readonly
|
|
4691
|
-
|
|
4692
|
-
|
|
4770
|
+
apis?: RuntimeBindingResolutionContext["apis"]; readonly
|
|
4771
|
+
executeOperation?: RuntimeBindingOperationExecutor; readonly
|
|
4693
4772
|
operationResults?: RuntimeBindingOperationResultCache; readonly screen:
|
|
4694
4773
|
ScreenSpec; readonly loaders: readonly
|
|
4695
4774
|
OperationScreenDataLoaderDefinition[]; }</code
|
|
@@ -4850,7 +4929,7 @@
|
|
|
4850
4929
|
<article
|
|
4851
4930
|
class="item"
|
|
4852
4931
|
id="symbol-useruntimescreenoperationloaders"
|
|
4853
|
-
data-search='useRuntimeScreenOperationLoaders function src/runtimeScreenLoaders.ts RuntimeBindingOperationExecutor RuntimeBindingOperationResultCache RuntimeBindingResolutionContext RuntimeScreenOperationLoaderState (args: { readonly bindingContext?: Record<string, unknown>; readonly
|
|
4932
|
+
data-search='useRuntimeScreenOperationLoaders function src/runtimeScreenLoaders.ts RuntimeBindingOperationExecutor RuntimeBindingOperationResultCache RuntimeBindingResolutionContext RuntimeScreenOperationLoaderState (args: { readonly bindingContext?: Record<string, unknown>; readonly apis?: RuntimeBindingResolutionContext["apis"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly onDiagnostics?: (diagnostics: readonly DataSourceDiagnostic[]) => void; readonly screen: ScreenSpec; }) => RuntimeScreenOperationLoaderState'
|
|
4854
4933
|
>
|
|
4855
4934
|
<h4>useRuntimeScreenOperationLoaders</h4>
|
|
4856
4935
|
<p class="muted">function • <code>src/runtimeScreenLoaders.ts:273:1</code></p>
|
|
@@ -4868,7 +4947,7 @@
|
|
|
4868
4947
|
<div>
|
|
4869
4948
|
<h5>Signature</h5>
|
|
4870
4949
|
<pre>
|
|
4871
|
-
(args: { readonly bindingContext?: Record<string, unknown>; readonly
|
|
4950
|
+
(args: { readonly bindingContext?: Record<string, unknown>; readonly apis?: RuntimeBindingResolutionContext["apis"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly onDiagnostics?: (diagnostics: readonly DataSourceDiagnostic[]) => void; readonly screen: ScreenSpec; }) => RuntimeScreenOperationLoaderState</pre>
|
|
4872
4951
|
<table>
|
|
4873
4952
|
<thead>
|
|
4874
4953
|
<tr>
|
|
@@ -4884,8 +4963,8 @@
|
|
|
4884
4963
|
<td>
|
|
4885
4964
|
<code
|
|
4886
4965
|
>{ readonly bindingContext?: Record<string, unknown>; readonly
|
|
4887
|
-
|
|
4888
|
-
|
|
4966
|
+
apis?: RuntimeBindingResolutionContext["apis"]; readonly
|
|
4967
|
+
executeOperation?: RuntimeBindingOperationExecutor; readonly
|
|
4889
4968
|
operationResults?: RuntimeBindingOperationResultCache; readonly
|
|
4890
4969
|
onDiagnostics?: (diagnostics: readonly DataSourceDiagnostic[]) =>
|
|
4891
4970
|
void; readonly screen: ScreenSpec; }</code
|
|
@@ -5062,7 +5141,7 @@
|
|
|
5062
5141
|
<article
|
|
5063
5142
|
class="item"
|
|
5064
5143
|
id="component-runtimerenderer"
|
|
5065
|
-
data-search="RuntimeRenderer src/RuntimeRenderer.tsx bindingContext Record<string, unknown> | undefined dataBindings ComponentDataBindingRegistry | undefined
|
|
5144
|
+
data-search="RuntimeRenderer src/RuntimeRenderer.tsx apis ApiDefinitionList | undefined bindingContext Record<string, unknown> | undefined dataBindings ComponentDataBindingRegistry | undefined dbAdapter DbAdapter | undefined dbRealtimeAdapter DbRealtimeAdapter | undefined disableActions boolean | undefined executeAction RuntimeActionExecutor | undefined executeOperation RuntimeBindingOperationExecutor | undefined isRoot boolean | undefined mediaAssets MediaAssetRegistry | undefined node UiNode onDiagnostics (diagnostics: readonly DataSourceDiagnostic[]) => void | undefined operationResults RuntimeBindingOperationResultCache | undefined registry ComponentRegistry | undefined resolveMediaAsset RuntimeMediaAssetResolver | undefined stateAdapter StateAdapter | undefined wrapNode (args: RuntimeRendererWrapArgs) => React.ReactNode | undefined"
|
|
5066
5145
|
>
|
|
5067
5146
|
<h3>RuntimeRenderer</h3>
|
|
5068
5147
|
<p class="muted"><code>src/RuntimeRenderer.tsx:76:1</code></p>
|
|
@@ -5079,20 +5158,20 @@
|
|
|
5079
5158
|
</thead>
|
|
5080
5159
|
<tbody>
|
|
5081
5160
|
<tr>
|
|
5082
|
-
<td><code>
|
|
5083
|
-
<td><code>
|
|
5161
|
+
<td><code>apis</code></td>
|
|
5162
|
+
<td><code>ApiDefinitionList | undefined</code></td>
|
|
5084
5163
|
<td>no</td>
|
|
5085
5164
|
<td></td>
|
|
5086
5165
|
</tr>
|
|
5087
5166
|
<tr>
|
|
5088
|
-
<td><code>
|
|
5089
|
-
<td><code>
|
|
5167
|
+
<td><code>bindingContext</code></td>
|
|
5168
|
+
<td><code>Record<string, unknown> | undefined</code></td>
|
|
5090
5169
|
<td>no</td>
|
|
5091
5170
|
<td></td>
|
|
5092
5171
|
</tr>
|
|
5093
5172
|
<tr>
|
|
5094
|
-
<td><code>
|
|
5095
|
-
<td><code>
|
|
5173
|
+
<td><code>dataBindings</code></td>
|
|
5174
|
+
<td><code>ComponentDataBindingRegistry | undefined</code></td>
|
|
5096
5175
|
<td>no</td>
|
|
5097
5176
|
<td></td>
|
|
5098
5177
|
</tr>
|
|
@@ -5300,32 +5379,45 @@
|
|
|
5300
5379
|
module_src_rendering_ts["src/rendering.ts"] package__ankhorage_runtime
|
|
5301
5380
|
-.-> module_src_rendering_ts module_src_rendering_ts -->
|
|
5302
5381
|
module_src_registry_tsx
|
|
5303
|
-
|
|
5304
|
-
package__ankhorage_runtime -.->
|
|
5305
|
-
|
|
5306
|
-
|
|
5382
|
+
module_src_runtimeActionRegistry_actions_test_ts["src/runtimeActionRegistry.actions.test.ts"]
|
|
5383
|
+
package__ankhorage_runtime -.-> module_src_runtimeActionRegistry_actions_test_ts
|
|
5384
|
+
module_src_runtimeActionRegistry_actions_test_ts -->
|
|
5385
|
+
module_src_runtimeActionRegistry_ts
|
|
5386
|
+
module_src_runtimeActionRegistry_chains_test_ts["src/runtimeActionRegistry.chains.test.ts"]
|
|
5387
|
+
package__ankhorage_runtime -.-> module_src_runtimeActionRegistry_chains_test_ts
|
|
5388
|
+
module_src_runtimeActionRegistry_chains_test_ts -->
|
|
5389
|
+
module_src_runtimeActionRegistry_ts
|
|
5390
|
+
module_src_runtimeActionRegistry_operations_test_ts["src/runtimeActionRegistry.operations.test.ts"]
|
|
5391
|
+
package__ankhorage_runtime -.->
|
|
5392
|
+
module_src_runtimeActionRegistry_operations_test_ts
|
|
5393
|
+
module_src_runtimeActionRegistry_operations_test_ts -->
|
|
5394
|
+
module_src_runtimeActionRegistry_ts
|
|
5395
|
+
module_src_runtimeActionRegistry_operations_test_ts -->
|
|
5396
|
+
module_src_runtimeBindings_ts
|
|
5307
5397
|
module_src_runtimeActionRegistry_ts["src/runtimeActionRegistry.ts"]
|
|
5308
5398
|
package__ankhorage_runtime -.-> module_src_runtimeActionRegistry_ts
|
|
5399
|
+
module_src_runtimeActionRegistry_ts --> module_src_runtimeApiSelection_ts
|
|
5309
5400
|
module_src_runtimeActionRegistry_ts --> module_src_runtimeBindings_ts
|
|
5310
5401
|
module_src_runtimeActionRegistry_ts --> module_src_RuntimeRendererConfig_tsx
|
|
5402
|
+
module_src_runtimeApiOperations_test_ts["src/runtimeApiOperations.test.ts"]
|
|
5403
|
+
package__ankhorage_runtime -.-> module_src_runtimeApiOperations_test_ts
|
|
5404
|
+
module_src_runtimeApiOperations_test_ts --> module_src_runtimeApiOperations_ts
|
|
5405
|
+
module_src_runtimeApiOperations_ts["src/runtimeApiOperations.ts"]
|
|
5406
|
+
package__ankhorage_runtime -.-> module_src_runtimeApiOperations_ts
|
|
5407
|
+
module_src_runtimeApiOperations_ts --> module_src_runtimeBindings_ts
|
|
5408
|
+
module_src_runtimeApiSelection_test_ts["src/runtimeApiSelection.test.ts"]
|
|
5409
|
+
package__ankhorage_runtime -.-> module_src_runtimeApiSelection_test_ts
|
|
5410
|
+
module_src_runtimeApiSelection_test_ts --> module_src_runtimeApiSelection_ts
|
|
5411
|
+
module_src_runtimeApiSelection_ts["src/runtimeApiSelection.ts"]
|
|
5412
|
+
package__ankhorage_runtime -.-> module_src_runtimeApiSelection_ts
|
|
5311
5413
|
module_src_runtimeBindings_test_ts["src/runtimeBindings.test.ts"]
|
|
5312
5414
|
package__ankhorage_runtime -.-> module_src_runtimeBindings_test_ts
|
|
5415
|
+
module_src_runtimeBindings_test_ts --> module_src_runtimeApiSelection_ts
|
|
5313
5416
|
module_src_runtimeBindings_test_ts --> module_src_runtimeBindings_ts
|
|
5314
5417
|
module_src_runtimeBindings_test_ts --> module_src_runtimeNodeProps_ts
|
|
5315
5418
|
module_src_runtimeBindings_ts["src/runtimeBindings.ts"]
|
|
5316
5419
|
package__ankhorage_runtime -.-> module_src_runtimeBindings_ts
|
|
5317
|
-
|
|
5318
|
-
package__ankhorage_runtime -.-> module_src_runtimeDatabaseOperationExecutor_ts
|
|
5319
|
-
module_src_runtimeDatabaseOperationExecutor_ts --> module_src_runtimeBindings_ts
|
|
5320
|
-
module_src_runtimeDataSourceOperations_test_ts["src/runtimeDataSourceOperations.test.ts"]
|
|
5321
|
-
package__ankhorage_runtime -.-> module_src_runtimeDataSourceOperations_test_ts
|
|
5322
|
-
module_src_runtimeDataSourceOperations_test_ts -->
|
|
5323
|
-
module_src_runtimeDataSourceOperations_ts
|
|
5324
|
-
module_src_runtimeDataSourceOperations_ts["src/runtimeDataSourceOperations.ts"]
|
|
5325
|
-
package__ankhorage_runtime -.-> module_src_runtimeDataSourceOperations_ts
|
|
5326
|
-
module_src_runtimeDataSourceOperations_ts --> module_src_runtimeBindings_ts
|
|
5327
|
-
module_src_runtimeDataSourceOperations_ts -->
|
|
5328
|
-
module_src_runtimeDatabaseOperationExecutor_ts
|
|
5420
|
+
module_src_runtimeBindings_ts --> module_src_runtimeApiSelection_ts
|
|
5329
5421
|
module_src_runtimeDbPersist_test_ts["src/runtimeDbPersist.test.ts"]
|
|
5330
5422
|
package__ankhorage_runtime -.-> module_src_runtimeDbPersist_test_ts
|
|
5331
5423
|
module_src_runtimeDbPersist_test_ts --> module_src_runtimeActionRegistry_ts
|
|
@@ -5397,6 +5489,7 @@
|
|
|
5397
5489
|
module_src_runtimeRepeat_test_ts --> module_src_runtimeRepeat_ts
|
|
5398
5490
|
module_src_runtimeRepeat_ts["src/runtimeRepeat.ts"]
|
|
5399
5491
|
package__ankhorage_runtime -.-> module_src_runtimeRepeat_ts
|
|
5492
|
+
module_src_runtimeRepeat_ts --> module_src_runtimeApiSelection_ts
|
|
5400
5493
|
module_src_runtimeRepeat_ts --> module_src_runtimeBindings_ts
|
|
5401
5494
|
module_src_runtimeRepeatDiagnostics_ts["src/runtimeRepeatDiagnostics.ts"]
|
|
5402
5495
|
package__ankhorage_runtime -.-> module_src_runtimeRepeatDiagnostics_ts
|
|
@@ -5414,12 +5507,19 @@
|
|
|
5414
5507
|
module_src_runtimeScreenLoaders_arrayPath_test_ts -->
|
|
5415
5508
|
module_src_runtimeBindings_ts module_src_runtimeScreenLoaders_arrayPath_test_ts
|
|
5416
5509
|
--> module_src_runtimeScreenLoaders_ts
|
|
5417
|
-
|
|
5418
|
-
package__ankhorage_runtime -.->
|
|
5419
|
-
|
|
5420
|
-
|
|
5510
|
+
module_src_runtimeScreenLoaders_execution_test_ts["src/runtimeScreenLoaders.execution.test.ts"]
|
|
5511
|
+
package__ankhorage_runtime -.-> module_src_runtimeScreenLoaders_execution_test_ts
|
|
5512
|
+
module_src_runtimeScreenLoaders_execution_test_ts -->
|
|
5513
|
+
module_src_runtimeBindings_ts module_src_runtimeScreenLoaders_execution_test_ts
|
|
5514
|
+
--> module_src_runtimeScreenLoaders_ts
|
|
5515
|
+
module_src_runtimeScreenLoaders_lifecycle_test_ts["src/runtimeScreenLoaders.lifecycle.test.ts"]
|
|
5516
|
+
package__ankhorage_runtime -.-> module_src_runtimeScreenLoaders_lifecycle_test_ts
|
|
5517
|
+
module_src_runtimeScreenLoaders_lifecycle_test_ts -->
|
|
5518
|
+
module_src_runtimeBindings_ts module_src_runtimeScreenLoaders_lifecycle_test_ts
|
|
5519
|
+
--> module_src_runtimeScreenLoaders_ts
|
|
5421
5520
|
module_src_runtimeScreenLoaders_ts["src/runtimeScreenLoaders.ts"]
|
|
5422
5521
|
package__ankhorage_runtime -.-> module_src_runtimeScreenLoaders_ts
|
|
5522
|
+
module_src_runtimeScreenLoaders_ts --> module_src_runtimeApiSelection_ts
|
|
5423
5523
|
module_src_runtimeScreenLoaders_ts --> module_src_runtimeBindings_ts
|
|
5424
5524
|
module_src_runtimeStateAdapter_ts["src/runtimeStateAdapter.ts"]
|
|
5425
5525
|
package__ankhorage_runtime -.-> module_src_runtimeStateAdapter_ts
|
|
@@ -5462,30 +5562,40 @@ graph TD
|
|
|
5462
5562
|
module_src_rendering_ts["src/rendering.ts"]
|
|
5463
5563
|
package__ankhorage_runtime -.-> module_src_rendering_ts
|
|
5464
5564
|
module_src_rendering_ts --> module_src_registry_tsx
|
|
5465
|
-
|
|
5466
|
-
package__ankhorage_runtime -.->
|
|
5467
|
-
|
|
5468
|
-
|
|
5565
|
+
module_src_runtimeActionRegistry_actions_test_ts["src/runtimeActionRegistry.actions.test.ts"]
|
|
5566
|
+
package__ankhorage_runtime -.-> module_src_runtimeActionRegistry_actions_test_ts
|
|
5567
|
+
module_src_runtimeActionRegistry_actions_test_ts --> module_src_runtimeActionRegistry_ts
|
|
5568
|
+
module_src_runtimeActionRegistry_chains_test_ts["src/runtimeActionRegistry.chains.test.ts"]
|
|
5569
|
+
package__ankhorage_runtime -.-> module_src_runtimeActionRegistry_chains_test_ts
|
|
5570
|
+
module_src_runtimeActionRegistry_chains_test_ts --> module_src_runtimeActionRegistry_ts
|
|
5571
|
+
module_src_runtimeActionRegistry_operations_test_ts["src/runtimeActionRegistry.operations.test.ts"]
|
|
5572
|
+
package__ankhorage_runtime -.-> module_src_runtimeActionRegistry_operations_test_ts
|
|
5573
|
+
module_src_runtimeActionRegistry_operations_test_ts --> module_src_runtimeActionRegistry_ts
|
|
5574
|
+
module_src_runtimeActionRegistry_operations_test_ts --> module_src_runtimeBindings_ts
|
|
5469
5575
|
module_src_runtimeActionRegistry_ts["src/runtimeActionRegistry.ts"]
|
|
5470
5576
|
package__ankhorage_runtime -.-> module_src_runtimeActionRegistry_ts
|
|
5577
|
+
module_src_runtimeActionRegistry_ts --> module_src_runtimeApiSelection_ts
|
|
5471
5578
|
module_src_runtimeActionRegistry_ts --> module_src_runtimeBindings_ts
|
|
5472
5579
|
module_src_runtimeActionRegistry_ts --> module_src_RuntimeRendererConfig_tsx
|
|
5580
|
+
module_src_runtimeApiOperations_test_ts["src/runtimeApiOperations.test.ts"]
|
|
5581
|
+
package__ankhorage_runtime -.-> module_src_runtimeApiOperations_test_ts
|
|
5582
|
+
module_src_runtimeApiOperations_test_ts --> module_src_runtimeApiOperations_ts
|
|
5583
|
+
module_src_runtimeApiOperations_ts["src/runtimeApiOperations.ts"]
|
|
5584
|
+
package__ankhorage_runtime -.-> module_src_runtimeApiOperations_ts
|
|
5585
|
+
module_src_runtimeApiOperations_ts --> module_src_runtimeBindings_ts
|
|
5586
|
+
module_src_runtimeApiSelection_test_ts["src/runtimeApiSelection.test.ts"]
|
|
5587
|
+
package__ankhorage_runtime -.-> module_src_runtimeApiSelection_test_ts
|
|
5588
|
+
module_src_runtimeApiSelection_test_ts --> module_src_runtimeApiSelection_ts
|
|
5589
|
+
module_src_runtimeApiSelection_ts["src/runtimeApiSelection.ts"]
|
|
5590
|
+
package__ankhorage_runtime -.-> module_src_runtimeApiSelection_ts
|
|
5473
5591
|
module_src_runtimeBindings_test_ts["src/runtimeBindings.test.ts"]
|
|
5474
5592
|
package__ankhorage_runtime -.-> module_src_runtimeBindings_test_ts
|
|
5593
|
+
module_src_runtimeBindings_test_ts --> module_src_runtimeApiSelection_ts
|
|
5475
5594
|
module_src_runtimeBindings_test_ts --> module_src_runtimeBindings_ts
|
|
5476
5595
|
module_src_runtimeBindings_test_ts --> module_src_runtimeNodeProps_ts
|
|
5477
5596
|
module_src_runtimeBindings_ts["src/runtimeBindings.ts"]
|
|
5478
5597
|
package__ankhorage_runtime -.-> module_src_runtimeBindings_ts
|
|
5479
|
-
|
|
5480
|
-
package__ankhorage_runtime -.-> module_src_runtimeDatabaseOperationExecutor_ts
|
|
5481
|
-
module_src_runtimeDatabaseOperationExecutor_ts --> module_src_runtimeBindings_ts
|
|
5482
|
-
module_src_runtimeDataSourceOperations_test_ts["src/runtimeDataSourceOperations.test.ts"]
|
|
5483
|
-
package__ankhorage_runtime -.-> module_src_runtimeDataSourceOperations_test_ts
|
|
5484
|
-
module_src_runtimeDataSourceOperations_test_ts --> module_src_runtimeDataSourceOperations_ts
|
|
5485
|
-
module_src_runtimeDataSourceOperations_ts["src/runtimeDataSourceOperations.ts"]
|
|
5486
|
-
package__ankhorage_runtime -.-> module_src_runtimeDataSourceOperations_ts
|
|
5487
|
-
module_src_runtimeDataSourceOperations_ts --> module_src_runtimeBindings_ts
|
|
5488
|
-
module_src_runtimeDataSourceOperations_ts --> module_src_runtimeDatabaseOperationExecutor_ts
|
|
5598
|
+
module_src_runtimeBindings_ts --> module_src_runtimeApiSelection_ts
|
|
5489
5599
|
module_src_runtimeDbPersist_test_ts["src/runtimeDbPersist.test.ts"]
|
|
5490
5600
|
package__ankhorage_runtime -.-> module_src_runtimeDbPersist_test_ts
|
|
5491
5601
|
module_src_runtimeDbPersist_test_ts --> module_src_runtimeActionRegistry_ts
|
|
@@ -5556,6 +5666,7 @@ graph TD
|
|
|
5556
5666
|
module_src_runtimeRepeat_test_ts --> module_src_runtimeRepeat_ts
|
|
5557
5667
|
module_src_runtimeRepeat_ts["src/runtimeRepeat.ts"]
|
|
5558
5668
|
package__ankhorage_runtime -.-> module_src_runtimeRepeat_ts
|
|
5669
|
+
module_src_runtimeRepeat_ts --> module_src_runtimeApiSelection_ts
|
|
5559
5670
|
module_src_runtimeRepeat_ts --> module_src_runtimeBindings_ts
|
|
5560
5671
|
module_src_runtimeRepeatDiagnostics_ts["src/runtimeRepeatDiagnostics.ts"]
|
|
5561
5672
|
package__ankhorage_runtime -.-> module_src_runtimeRepeatDiagnostics_ts
|
|
@@ -5572,12 +5683,17 @@ graph TD
|
|
|
5572
5683
|
package__ankhorage_runtime -.-> module_src_runtimeScreenLoaders_arrayPath_test_ts
|
|
5573
5684
|
module_src_runtimeScreenLoaders_arrayPath_test_ts --> module_src_runtimeBindings_ts
|
|
5574
5685
|
module_src_runtimeScreenLoaders_arrayPath_test_ts --> module_src_runtimeScreenLoaders_ts
|
|
5575
|
-
|
|
5576
|
-
package__ankhorage_runtime -.->
|
|
5577
|
-
|
|
5578
|
-
|
|
5686
|
+
module_src_runtimeScreenLoaders_execution_test_ts["src/runtimeScreenLoaders.execution.test.ts"]
|
|
5687
|
+
package__ankhorage_runtime -.-> module_src_runtimeScreenLoaders_execution_test_ts
|
|
5688
|
+
module_src_runtimeScreenLoaders_execution_test_ts --> module_src_runtimeBindings_ts
|
|
5689
|
+
module_src_runtimeScreenLoaders_execution_test_ts --> module_src_runtimeScreenLoaders_ts
|
|
5690
|
+
module_src_runtimeScreenLoaders_lifecycle_test_ts["src/runtimeScreenLoaders.lifecycle.test.ts"]
|
|
5691
|
+
package__ankhorage_runtime -.-> module_src_runtimeScreenLoaders_lifecycle_test_ts
|
|
5692
|
+
module_src_runtimeScreenLoaders_lifecycle_test_ts --> module_src_runtimeBindings_ts
|
|
5693
|
+
module_src_runtimeScreenLoaders_lifecycle_test_ts --> module_src_runtimeScreenLoaders_ts
|
|
5579
5694
|
module_src_runtimeScreenLoaders_ts["src/runtimeScreenLoaders.ts"]
|
|
5580
5695
|
package__ankhorage_runtime -.-> module_src_runtimeScreenLoaders_ts
|
|
5696
|
+
module_src_runtimeScreenLoaders_ts --> module_src_runtimeApiSelection_ts
|
|
5581
5697
|
module_src_runtimeScreenLoaders_ts --> module_src_runtimeBindings_ts
|
|
5582
5698
|
module_src_runtimeStateAdapter_ts["src/runtimeStateAdapter.ts"]
|
|
5583
5699
|
package__ankhorage_runtime -.-> module_src_runtimeStateAdapter_ts
|
|
@@ -5610,13 +5726,16 @@ graph TD
|
|
|
5610
5726
|
module_src_registry_tsx["src/registry.tsx"]
|
|
5611
5727
|
module_src_rendering_test_ts["src/rendering.test.ts"]
|
|
5612
5728
|
module_src_rendering_ts["src/rendering.ts"]
|
|
5613
|
-
|
|
5729
|
+
module_src_runtimeActionRegistry_actions_test_ts["src/runtimeActionRegistry.actions.test.ts"]
|
|
5730
|
+
module_src_runtimeActionRegistry_chains_test_ts["src/runtimeActionRegistry.chains.test.ts"]
|
|
5731
|
+
module_src_runtimeActionRegistry_operations_test_ts["src/runtimeActionRegistry.operations.test.ts"]
|
|
5614
5732
|
module_src_runtimeActionRegistry_ts["src/runtimeActionRegistry.ts"]
|
|
5733
|
+
module_src_runtimeApiOperations_test_ts["src/runtimeApiOperations.test.ts"]
|
|
5734
|
+
module_src_runtimeApiOperations_ts["src/runtimeApiOperations.ts"]
|
|
5735
|
+
module_src_runtimeApiSelection_test_ts["src/runtimeApiSelection.test.ts"]
|
|
5736
|
+
module_src_runtimeApiSelection_ts["src/runtimeApiSelection.ts"]
|
|
5615
5737
|
module_src_runtimeBindings_test_ts["src/runtimeBindings.test.ts"]
|
|
5616
5738
|
module_src_runtimeBindings_ts["src/runtimeBindings.ts"]
|
|
5617
|
-
module_src_runtimeDatabaseOperationExecutor_ts["src/runtimeDatabaseOperationExecutor.ts"]
|
|
5618
|
-
module_src_runtimeDataSourceOperations_test_ts["src/runtimeDataSourceOperations.test.ts"]
|
|
5619
|
-
module_src_runtimeDataSourceOperations_ts["src/runtimeDataSourceOperations.ts"]
|
|
5620
5739
|
module_src_runtimeDbPersist_test_ts["src/runtimeDbPersist.test.ts"]
|
|
5621
5740
|
module_src_runtimeDbPersist_ts["src/runtimeDbPersist.ts"]
|
|
5622
5741
|
module_src_runtimeEventExecution_test_ts["src/runtimeEventExecution.test.ts"]
|
|
@@ -5639,7 +5758,8 @@ graph TD
|
|
|
5639
5758
|
module_src_runtimeRepeatEmptyState_ts["src/runtimeRepeatEmptyState.ts"]
|
|
5640
5759
|
module_src_RuntimeScreen_tsx["src/RuntimeScreen.tsx"]
|
|
5641
5760
|
module_src_runtimeScreenLoaders_arrayPath_test_ts["src/runtimeScreenLoaders.arrayPath.test.ts"]
|
|
5642
|
-
|
|
5761
|
+
module_src_runtimeScreenLoaders_execution_test_ts["src/runtimeScreenLoaders.execution.test.ts"]
|
|
5762
|
+
module_src_runtimeScreenLoaders_lifecycle_test_ts["src/runtimeScreenLoaders.lifecycle.test.ts"]
|
|
5643
5763
|
module_src_runtimeScreenLoaders_ts["src/runtimeScreenLoaders.ts"]
|
|
5644
5764
|
module_src_runtimeStateAdapter_ts["src/runtimeStateAdapter.ts"]
|
|
5645
5765
|
module_src_runtimeStateAdapterConfig_test_ts["src/runtimeStateAdapterConfig.test.ts"]
|
|
@@ -5648,45 +5768,51 @@ graph TD
|
|
|
5648
5768
|
module_src_registry_test_ts --> module_src_registry_tsx
|
|
5649
5769
|
module_src_rendering_test_ts --> module_src_registry_tsx
|
|
5650
5770
|
module_src_rendering_test_ts --> module_src_rendering_ts module_src_rendering_ts
|
|
5651
|
-
--> module_src_registry_tsx
|
|
5652
|
-
|
|
5771
|
+
--> module_src_registry_tsx module_src_runtimeActionRegistry_actions_test_ts
|
|
5772
|
+
--> module_src_runtimeActionRegistry_ts
|
|
5773
|
+
module_src_runtimeActionRegistry_chains_test_ts -->
|
|
5774
|
+
module_src_runtimeActionRegistry_ts
|
|
5775
|
+
module_src_runtimeActionRegistry_operations_test_ts -->
|
|
5776
|
+
module_src_runtimeActionRegistry_ts
|
|
5777
|
+
module_src_runtimeActionRegistry_operations_test_ts -->
|
|
5653
5778
|
module_src_runtimeBindings_ts module_src_runtimeActionRegistry_ts -->
|
|
5779
|
+
module_src_runtimeApiSelection_ts module_src_runtimeActionRegistry_ts -->
|
|
5654
5780
|
module_src_runtimeBindings_ts module_src_runtimeActionRegistry_ts -->
|
|
5655
|
-
module_src_RuntimeRendererConfig_tsx
|
|
5781
|
+
module_src_RuntimeRendererConfig_tsx module_src_runtimeApiOperations_test_ts -->
|
|
5782
|
+
module_src_runtimeApiOperations_ts module_src_runtimeApiOperations_ts -->
|
|
5783
|
+
module_src_runtimeBindings_ts module_src_runtimeApiSelection_test_ts -->
|
|
5784
|
+
module_src_runtimeApiSelection_ts module_src_runtimeBindings_test_ts -->
|
|
5785
|
+
module_src_runtimeApiSelection_ts module_src_runtimeBindings_test_ts -->
|
|
5656
5786
|
module_src_runtimeBindings_ts module_src_runtimeBindings_test_ts -->
|
|
5657
|
-
module_src_runtimeNodeProps_ts
|
|
5658
|
-
|
|
5659
|
-
|
|
5660
|
-
-->
|
|
5661
|
-
-->
|
|
5662
|
-
|
|
5663
|
-
|
|
5664
|
-
|
|
5665
|
-
|
|
5666
|
-
|
|
5667
|
-
|
|
5668
|
-
|
|
5669
|
-
|
|
5670
|
-
|
|
5671
|
-
|
|
5672
|
-
|
|
5673
|
-
|
|
5674
|
-
|
|
5675
|
-
module_src_RuntimeRenderer_tsx -->
|
|
5676
|
-
module_src_RuntimeRenderer_tsx -->
|
|
5677
|
-
module_src_RuntimeRenderer_tsx -->
|
|
5678
|
-
module_src_RuntimeRenderer_tsx -->
|
|
5679
|
-
module_src_RuntimeRenderer_tsx -->
|
|
5680
|
-
module_src_RuntimeRenderer_tsx -->
|
|
5681
|
-
module_src_RuntimeRenderer_tsx -->
|
|
5682
|
-
module_src_RuntimeRenderer_tsx -->
|
|
5683
|
-
module_src_RuntimeRenderer_tsx -->
|
|
5684
|
-
module_src_RuntimeRenderer_tsx -->
|
|
5685
|
-
|
|
5686
|
-
module_src_RuntimeRenderer_tsx --> module_src_runtimeRepeatDiagnostics_ts
|
|
5687
|
-
module_src_RuntimeRenderer_tsx --> module_src_runtimeRepeatEmptyState_ts
|
|
5688
|
-
module_src_RuntimeRenderer_tsx --> module_src_useRuntimeMediaProps_ts
|
|
5689
|
-
module_src_RuntimeRendererConfig_test_tsx -->
|
|
5787
|
+
module_src_runtimeNodeProps_ts module_src_runtimeBindings_ts -->
|
|
5788
|
+
module_src_runtimeApiSelection_ts module_src_runtimeDbPersist_test_ts -->
|
|
5789
|
+
module_src_runtimeActionRegistry_ts module_src_runtimeDbPersist_test_ts -->
|
|
5790
|
+
module_src_runtimeDbPersist_ts module_src_runtimeDbPersist_ts -->
|
|
5791
|
+
module_src_RuntimeRendererConfig_tsx module_src_runtimeEventExecution_test_ts -->
|
|
5792
|
+
module_src_runtimeEventExecution_ts module_src_runtimeEventExecution_ts -->
|
|
5793
|
+
module_src_runtimeActionRegistry_ts module_src_runtimeEventExecution_ts -->
|
|
5794
|
+
module_src_RuntimeRendererConfig_tsx module_src_runtimeMedia_test_ts -->
|
|
5795
|
+
module_src_runtimeMedia_ts module_src_runtimeMediaCache_tsx -->
|
|
5796
|
+
module_src_runtimeMedia_ts module_src_runtimeMediaConfig_test_ts -->
|
|
5797
|
+
module_src_RuntimeRendererConfig_tsx module_src_runtimeNodeProps_test_ts -->
|
|
5798
|
+
module_src_runtimeNodeProps_ts module_src_runtimeNodeProps_ts -->
|
|
5799
|
+
module_src_runtimeBindings_ts module_src_runtimeNodeProps_ts -->
|
|
5800
|
+
module_src_RuntimeRendererConfig_tsx module_src_RuntimeRenderer_test_ts -->
|
|
5801
|
+
module_src_runtimeRepeatEmptyState_ts module_src_RuntimeRenderer_tsx -->
|
|
5802
|
+
module_src_registry_tsx module_src_RuntimeRenderer_tsx -->
|
|
5803
|
+
module_src_rendering_ts module_src_RuntimeRenderer_tsx -->
|
|
5804
|
+
module_src_runtimeActionRegistry_ts module_src_RuntimeRenderer_tsx -->
|
|
5805
|
+
module_src_runtimeBindings_ts module_src_RuntimeRenderer_tsx -->
|
|
5806
|
+
module_src_runtimeDbPersist_ts module_src_RuntimeRenderer_tsx -->
|
|
5807
|
+
module_src_runtimeEventExecution_ts module_src_RuntimeRenderer_tsx -->
|
|
5808
|
+
module_src_runtimeMedia_ts module_src_RuntimeRenderer_tsx -->
|
|
5809
|
+
module_src_runtimeMediaCache_tsx module_src_RuntimeRenderer_tsx -->
|
|
5810
|
+
module_src_runtimeNodeProps_ts module_src_RuntimeRenderer_tsx -->
|
|
5811
|
+
module_src_RuntimeRendererConfig_tsx module_src_RuntimeRenderer_tsx -->
|
|
5812
|
+
module_src_runtimeRepeat_ts module_src_RuntimeRenderer_tsx -->
|
|
5813
|
+
module_src_runtimeRepeatDiagnostics_ts module_src_RuntimeRenderer_tsx -->
|
|
5814
|
+
module_src_runtimeRepeatEmptyState_ts module_src_RuntimeRenderer_tsx -->
|
|
5815
|
+
module_src_useRuntimeMediaProps_ts module_src_RuntimeRendererConfig_test_tsx -->
|
|
5690
5816
|
module_src_RuntimeRendererConfig_tsx module_src_RuntimeRendererConfig_tsx -->
|
|
5691
5817
|
module_src_registry_tsx module_src_RuntimeRendererConfig_tsx -->
|
|
5692
5818
|
module_src_runtimeBindings_ts module_src_RuntimeRendererConfig_tsx -->
|
|
@@ -5694,6 +5820,7 @@ graph TD
|
|
|
5694
5820
|
module_src_runtimeActionRegistry_ts module_src_runtimeRepeat_test_ts -->
|
|
5695
5821
|
module_src_runtimeBindings_ts module_src_runtimeRepeat_test_ts -->
|
|
5696
5822
|
module_src_runtimeRepeat_ts module_src_runtimeRepeat_ts -->
|
|
5823
|
+
module_src_runtimeApiSelection_ts module_src_runtimeRepeat_ts -->
|
|
5697
5824
|
module_src_runtimeBindings_ts module_src_RuntimeScreen_tsx -->
|
|
5698
5825
|
module_src_registry_tsx module_src_RuntimeScreen_tsx -->
|
|
5699
5826
|
module_src_RuntimeRenderer_tsx module_src_RuntimeScreen_tsx -->
|
|
@@ -5702,9 +5829,14 @@ graph TD
|
|
|
5702
5829
|
module_src_runtimeStateAdapter_ts module_src_runtimeScreenLoaders_arrayPath_test_ts
|
|
5703
5830
|
--> module_src_runtimeBindings_ts
|
|
5704
5831
|
module_src_runtimeScreenLoaders_arrayPath_test_ts -->
|
|
5705
|
-
module_src_runtimeScreenLoaders_ts
|
|
5706
|
-
|
|
5832
|
+
module_src_runtimeScreenLoaders_ts module_src_runtimeScreenLoaders_execution_test_ts
|
|
5833
|
+
--> module_src_runtimeBindings_ts
|
|
5834
|
+
module_src_runtimeScreenLoaders_execution_test_ts -->
|
|
5835
|
+
module_src_runtimeScreenLoaders_ts module_src_runtimeScreenLoaders_lifecycle_test_ts
|
|
5836
|
+
--> module_src_runtimeBindings_ts
|
|
5837
|
+
module_src_runtimeScreenLoaders_lifecycle_test_ts -->
|
|
5707
5838
|
module_src_runtimeScreenLoaders_ts module_src_runtimeScreenLoaders_ts -->
|
|
5839
|
+
module_src_runtimeApiSelection_ts module_src_runtimeScreenLoaders_ts -->
|
|
5708
5840
|
module_src_runtimeBindings_ts module_src_runtimeStateAdapterConfig_test_ts -->
|
|
5709
5841
|
module_src_runtimeBindings_ts module_src_runtimeStateAdapterConfig_test_ts -->
|
|
5710
5842
|
module_src_runtimeNodeProps_ts module_src_runtimeStateAdapterConfig_test_ts -->
|
|
@@ -5724,13 +5856,16 @@ graph LR
|
|
|
5724
5856
|
module_src_registry_tsx["src/registry.tsx"]
|
|
5725
5857
|
module_src_rendering_test_ts["src/rendering.test.ts"]
|
|
5726
5858
|
module_src_rendering_ts["src/rendering.ts"]
|
|
5727
|
-
|
|
5859
|
+
module_src_runtimeActionRegistry_actions_test_ts["src/runtimeActionRegistry.actions.test.ts"]
|
|
5860
|
+
module_src_runtimeActionRegistry_chains_test_ts["src/runtimeActionRegistry.chains.test.ts"]
|
|
5861
|
+
module_src_runtimeActionRegistry_operations_test_ts["src/runtimeActionRegistry.operations.test.ts"]
|
|
5728
5862
|
module_src_runtimeActionRegistry_ts["src/runtimeActionRegistry.ts"]
|
|
5863
|
+
module_src_runtimeApiOperations_test_ts["src/runtimeApiOperations.test.ts"]
|
|
5864
|
+
module_src_runtimeApiOperations_ts["src/runtimeApiOperations.ts"]
|
|
5865
|
+
module_src_runtimeApiSelection_test_ts["src/runtimeApiSelection.test.ts"]
|
|
5866
|
+
module_src_runtimeApiSelection_ts["src/runtimeApiSelection.ts"]
|
|
5729
5867
|
module_src_runtimeBindings_test_ts["src/runtimeBindings.test.ts"]
|
|
5730
5868
|
module_src_runtimeBindings_ts["src/runtimeBindings.ts"]
|
|
5731
|
-
module_src_runtimeDatabaseOperationExecutor_ts["src/runtimeDatabaseOperationExecutor.ts"]
|
|
5732
|
-
module_src_runtimeDataSourceOperations_test_ts["src/runtimeDataSourceOperations.test.ts"]
|
|
5733
|
-
module_src_runtimeDataSourceOperations_ts["src/runtimeDataSourceOperations.ts"]
|
|
5734
5869
|
module_src_runtimeDbPersist_test_ts["src/runtimeDbPersist.test.ts"]
|
|
5735
5870
|
module_src_runtimeDbPersist_ts["src/runtimeDbPersist.ts"]
|
|
5736
5871
|
module_src_runtimeEventExecution_test_ts["src/runtimeEventExecution.test.ts"]
|
|
@@ -5753,7 +5888,8 @@ graph LR
|
|
|
5753
5888
|
module_src_runtimeRepeatEmptyState_ts["src/runtimeRepeatEmptyState.ts"]
|
|
5754
5889
|
module_src_RuntimeScreen_tsx["src/RuntimeScreen.tsx"]
|
|
5755
5890
|
module_src_runtimeScreenLoaders_arrayPath_test_ts["src/runtimeScreenLoaders.arrayPath.test.ts"]
|
|
5756
|
-
|
|
5891
|
+
module_src_runtimeScreenLoaders_execution_test_ts["src/runtimeScreenLoaders.execution.test.ts"]
|
|
5892
|
+
module_src_runtimeScreenLoaders_lifecycle_test_ts["src/runtimeScreenLoaders.lifecycle.test.ts"]
|
|
5757
5893
|
module_src_runtimeScreenLoaders_ts["src/runtimeScreenLoaders.ts"]
|
|
5758
5894
|
module_src_runtimeStateAdapter_ts["src/runtimeStateAdapter.ts"]
|
|
5759
5895
|
module_src_runtimeStateAdapterConfig_test_ts["src/runtimeStateAdapterConfig.test.ts"]
|
|
@@ -5763,16 +5899,20 @@ graph LR
|
|
|
5763
5899
|
module_src_rendering_test_ts --> module_src_registry_tsx
|
|
5764
5900
|
module_src_rendering_test_ts --> module_src_rendering_ts
|
|
5765
5901
|
module_src_rendering_ts --> module_src_registry_tsx
|
|
5766
|
-
|
|
5767
|
-
|
|
5902
|
+
module_src_runtimeActionRegistry_actions_test_ts --> module_src_runtimeActionRegistry_ts
|
|
5903
|
+
module_src_runtimeActionRegistry_chains_test_ts --> module_src_runtimeActionRegistry_ts
|
|
5904
|
+
module_src_runtimeActionRegistry_operations_test_ts --> module_src_runtimeActionRegistry_ts
|
|
5905
|
+
module_src_runtimeActionRegistry_operations_test_ts --> module_src_runtimeBindings_ts
|
|
5906
|
+
module_src_runtimeActionRegistry_ts --> module_src_runtimeApiSelection_ts
|
|
5768
5907
|
module_src_runtimeActionRegistry_ts --> module_src_runtimeBindings_ts
|
|
5769
5908
|
module_src_runtimeActionRegistry_ts --> module_src_RuntimeRendererConfig_tsx
|
|
5909
|
+
module_src_runtimeApiOperations_test_ts --> module_src_runtimeApiOperations_ts
|
|
5910
|
+
module_src_runtimeApiOperations_ts --> module_src_runtimeBindings_ts
|
|
5911
|
+
module_src_runtimeApiSelection_test_ts --> module_src_runtimeApiSelection_ts
|
|
5912
|
+
module_src_runtimeBindings_test_ts --> module_src_runtimeApiSelection_ts
|
|
5770
5913
|
module_src_runtimeBindings_test_ts --> module_src_runtimeBindings_ts
|
|
5771
5914
|
module_src_runtimeBindings_test_ts --> module_src_runtimeNodeProps_ts
|
|
5772
|
-
|
|
5773
|
-
module_src_runtimeDataSourceOperations_test_ts --> module_src_runtimeDataSourceOperations_ts
|
|
5774
|
-
module_src_runtimeDataSourceOperations_ts --> module_src_runtimeBindings_ts
|
|
5775
|
-
module_src_runtimeDataSourceOperations_ts --> module_src_runtimeDatabaseOperationExecutor_ts
|
|
5915
|
+
module_src_runtimeBindings_ts --> module_src_runtimeApiSelection_ts
|
|
5776
5916
|
module_src_runtimeDbPersist_test_ts --> module_src_runtimeActionRegistry_ts
|
|
5777
5917
|
module_src_runtimeDbPersist_test_ts --> module_src_runtimeDbPersist_ts
|
|
5778
5918
|
module_src_runtimeDbPersist_ts --> module_src_RuntimeRendererConfig_tsx
|
|
@@ -5807,6 +5947,7 @@ graph LR
|
|
|
5807
5947
|
module_src_runtimeRepeat_test_ts --> module_src_runtimeActionRegistry_ts
|
|
5808
5948
|
module_src_runtimeRepeat_test_ts --> module_src_runtimeBindings_ts
|
|
5809
5949
|
module_src_runtimeRepeat_test_ts --> module_src_runtimeRepeat_ts
|
|
5950
|
+
module_src_runtimeRepeat_ts --> module_src_runtimeApiSelection_ts
|
|
5810
5951
|
module_src_runtimeRepeat_ts --> module_src_runtimeBindings_ts
|
|
5811
5952
|
module_src_RuntimeScreen_tsx --> module_src_registry_tsx
|
|
5812
5953
|
module_src_RuntimeScreen_tsx --> module_src_RuntimeRenderer_tsx
|
|
@@ -5815,8 +5956,11 @@ graph LR
|
|
|
5815
5956
|
module_src_RuntimeScreen_tsx --> module_src_runtimeStateAdapter_ts
|
|
5816
5957
|
module_src_runtimeScreenLoaders_arrayPath_test_ts --> module_src_runtimeBindings_ts
|
|
5817
5958
|
module_src_runtimeScreenLoaders_arrayPath_test_ts --> module_src_runtimeScreenLoaders_ts
|
|
5818
|
-
|
|
5819
|
-
|
|
5959
|
+
module_src_runtimeScreenLoaders_execution_test_ts --> module_src_runtimeBindings_ts
|
|
5960
|
+
module_src_runtimeScreenLoaders_execution_test_ts --> module_src_runtimeScreenLoaders_ts
|
|
5961
|
+
module_src_runtimeScreenLoaders_lifecycle_test_ts --> module_src_runtimeBindings_ts
|
|
5962
|
+
module_src_runtimeScreenLoaders_lifecycle_test_ts --> module_src_runtimeScreenLoaders_ts
|
|
5963
|
+
module_src_runtimeScreenLoaders_ts --> module_src_runtimeApiSelection_ts
|
|
5820
5964
|
module_src_runtimeScreenLoaders_ts --> module_src_runtimeBindings_ts
|
|
5821
5965
|
module_src_runtimeStateAdapterConfig_test_ts --> module_src_runtimeBindings_ts
|
|
5822
5966
|
module_src_runtimeStateAdapterConfig_test_ts --> module_src_runtimeNodeProps_ts
|
|
@@ -5838,13 +5982,16 @@ graph LR
|
|
|
5838
5982
|
module_src_registry_tsx["src/registry.tsx"]
|
|
5839
5983
|
module_src_rendering_test_ts["src/rendering.test.ts"]
|
|
5840
5984
|
module_src_rendering_ts["src/rendering.ts"]
|
|
5841
|
-
|
|
5985
|
+
module_src_runtimeActionRegistry_actions_test_ts["src/runtimeActionRegistry.actions.test.ts"]
|
|
5986
|
+
module_src_runtimeActionRegistry_chains_test_ts["src/runtimeActionRegistry.chains.test.ts"]
|
|
5987
|
+
module_src_runtimeActionRegistry_operations_test_ts["src/runtimeActionRegistry.operations.test.ts"]
|
|
5842
5988
|
module_src_runtimeActionRegistry_ts["src/runtimeActionRegistry.ts"]
|
|
5989
|
+
module_src_runtimeApiOperations_test_ts["src/runtimeApiOperations.test.ts"]
|
|
5990
|
+
module_src_runtimeApiOperations_ts["src/runtimeApiOperations.ts"]
|
|
5991
|
+
module_src_runtimeApiSelection_test_ts["src/runtimeApiSelection.test.ts"]
|
|
5992
|
+
module_src_runtimeApiSelection_ts["src/runtimeApiSelection.ts"]
|
|
5843
5993
|
module_src_runtimeBindings_test_ts["src/runtimeBindings.test.ts"]
|
|
5844
5994
|
module_src_runtimeBindings_ts["src/runtimeBindings.ts"]
|
|
5845
|
-
module_src_runtimeDatabaseOperationExecutor_ts["src/runtimeDatabaseOperationExecutor.ts"]
|
|
5846
|
-
module_src_runtimeDataSourceOperations_test_ts["src/runtimeDataSourceOperations.test.ts"]
|
|
5847
|
-
module_src_runtimeDataSourceOperations_ts["src/runtimeDataSourceOperations.ts"]
|
|
5848
5995
|
module_src_runtimeDbPersist_test_ts["src/runtimeDbPersist.test.ts"]
|
|
5849
5996
|
module_src_runtimeDbPersist_ts["src/runtimeDbPersist.ts"]
|
|
5850
5997
|
module_src_runtimeEventExecution_test_ts["src/runtimeEventExecution.test.ts"]
|
|
@@ -5867,7 +6014,8 @@ graph LR
|
|
|
5867
6014
|
module_src_runtimeRepeatEmptyState_ts["src/runtimeRepeatEmptyState.ts"]
|
|
5868
6015
|
module_src_RuntimeScreen_tsx["src/RuntimeScreen.tsx"]
|
|
5869
6016
|
module_src_runtimeScreenLoaders_arrayPath_test_ts["src/runtimeScreenLoaders.arrayPath.test.ts"]
|
|
5870
|
-
|
|
6017
|
+
module_src_runtimeScreenLoaders_execution_test_ts["src/runtimeScreenLoaders.execution.test.ts"]
|
|
6018
|
+
module_src_runtimeScreenLoaders_lifecycle_test_ts["src/runtimeScreenLoaders.lifecycle.test.ts"]
|
|
5871
6019
|
module_src_runtimeScreenLoaders_ts["src/runtimeScreenLoaders.ts"]
|
|
5872
6020
|
module_src_runtimeStateAdapter_ts["src/runtimeStateAdapter.ts"]
|
|
5873
6021
|
module_src_runtimeStateAdapterConfig_test_ts["src/runtimeStateAdapterConfig.test.ts"]
|
|
@@ -5907,15 +6055,13 @@ graph LR
|
|
|
5907
6055
|
export_createRuntimeActionRegistry -.-> export_RuntimeBindingOperationResultCache
|
|
5908
6056
|
export_createRuntimeActionRegistry -.->
|
|
5909
6057
|
export_RuntimeBindingOperationResultWriter
|
|
6058
|
+
export_createRuntimeApiOperationExecutor["createRuntimeApiOperationExecutor"]
|
|
6059
|
+
module_src_runtimeApiOperations_ts --> export_createRuntimeApiOperationExecutor
|
|
6060
|
+
export_createRuntimeApiOperationExecutor -.->
|
|
6061
|
+
export_RuntimeApiOperationExecutorOptions export_createRuntimeApiOperationExecutor
|
|
6062
|
+
-.-> export_RuntimeBindingOperationExecutor
|
|
5910
6063
|
export_createRuntimeBindingOperationKey["createRuntimeBindingOperationKey"]
|
|
5911
6064
|
module_src_runtimeBindings_ts --> export_createRuntimeBindingOperationKey
|
|
5912
|
-
export_createRuntimeDataSourceOperationExecutor["createRuntimeDataSourceOperationExecutor"]
|
|
5913
|
-
module_src_runtimeDataSourceOperations_ts -->
|
|
5914
|
-
export_createRuntimeDataSourceOperationExecutor
|
|
5915
|
-
export_createRuntimeDataSourceOperationExecutor -.->
|
|
5916
|
-
export_RuntimeBindingOperationExecutor
|
|
5917
|
-
export_createRuntimeDataSourceOperationExecutor -.->
|
|
5918
|
-
export_RuntimeDataSourceOperationExecutorOptions
|
|
5919
6065
|
export_createRuntimeMemoryStateAdapter["createRuntimeMemoryStateAdapter"]
|
|
5920
6066
|
module_src_runtimeStateAdapter_ts --> export_createRuntimeMemoryStateAdapter
|
|
5921
6067
|
export_createRuntimeMemoryStateAdapter -.->
|
|
@@ -6007,6 +6153,10 @@ graph LR
|
|
|
6007
6153
|
module_src_runtimeActionRegistry_ts --> export_RuntimeActionResolutionScope
|
|
6008
6154
|
export_RuntimeAdapterDescriptor["RuntimeAdapterDescriptor"]
|
|
6009
6155
|
module_src_runtimeManifest_ts --> export_RuntimeAdapterDescriptor
|
|
6156
|
+
export_RuntimeApiOperationExecutorOptions["RuntimeApiOperationExecutorOptions"]
|
|
6157
|
+
module_src_runtimeApiOperations_ts --> export_RuntimeApiOperationExecutorOptions
|
|
6158
|
+
export_RuntimeApiOperationSelection["RuntimeApiOperationSelection"]
|
|
6159
|
+
module_src_runtimeApiSelection_ts --> export_RuntimeApiOperationSelection
|
|
6010
6160
|
export_RuntimeBindingDescriptor["RuntimeBindingDescriptor"]
|
|
6011
6161
|
module_src_runtimeManifest_ts --> export_RuntimeBindingDescriptor
|
|
6012
6162
|
export_RuntimeBindingOperationExecutionArgs["RuntimeBindingOperationExecutionArgs"]
|
|
@@ -6038,9 +6188,6 @@ graph LR
|
|
|
6038
6188
|
export_RuntimeComponentEventDispatchArgs -.->
|
|
6039
6189
|
export_RuntimeBindingOperationExecutor export_RuntimeComponentEventDispatchArgs
|
|
6040
6190
|
-.-> export_RuntimeBindingOperationResultWriter
|
|
6041
|
-
export_RuntimeDataSourceOperationExecutorOptions["RuntimeDataSourceOperationExecutorOptions"]
|
|
6042
|
-
module_src_runtimeDataSourceOperations_ts -->
|
|
6043
|
-
export_RuntimeDataSourceOperationExecutorOptions
|
|
6044
6191
|
export_RuntimeDbPersistError["RuntimeDbPersistError"]
|
|
6045
6192
|
module_src_runtimeDbPersist_ts --> export_RuntimeDbPersistError
|
|
6046
6193
|
export_RuntimeDbPersistExecutionResult["RuntimeDbPersistExecutionResult"]
|
|
@@ -6135,7 +6282,7 @@ graph LR
|
|
|
6135
6282
|
export_RuntimeBindingResolutionContext export_useRuntimeScreenOperationLoaders
|
|
6136
6283
|
-.-> export_RuntimeScreenOperationLoaderState
|
|
6137
6284
|
export_validateRuntimeBindingOperationRef["validateRuntimeBindingOperationRef"]
|
|
6138
|
-
|
|
6285
|
+
module_src_runtimeApiSelection_ts --> export_validateRuntimeBindingOperationRef
|
|
6139
6286
|
export_wrapRuntimeEventProps["wrapRuntimeEventProps"]
|
|
6140
6287
|
module_src_runtimeActionRegistry_ts --> export_wrapRuntimeEventProps
|
|
6141
6288
|
export_wrapRuntimeEventProps -.-> export_RuntimeEventPropWrapArgs
|
|
@@ -6152,13 +6299,16 @@ graph LR
|
|
|
6152
6299
|
module_src_registry_tsx["src/registry.tsx"]
|
|
6153
6300
|
module_src_rendering_test_ts["src/rendering.test.ts"]
|
|
6154
6301
|
module_src_rendering_ts["src/rendering.ts"]
|
|
6155
|
-
|
|
6302
|
+
module_src_runtimeActionRegistry_actions_test_ts["src/runtimeActionRegistry.actions.test.ts"]
|
|
6303
|
+
module_src_runtimeActionRegistry_chains_test_ts["src/runtimeActionRegistry.chains.test.ts"]
|
|
6304
|
+
module_src_runtimeActionRegistry_operations_test_ts["src/runtimeActionRegistry.operations.test.ts"]
|
|
6156
6305
|
module_src_runtimeActionRegistry_ts["src/runtimeActionRegistry.ts"]
|
|
6306
|
+
module_src_runtimeApiOperations_test_ts["src/runtimeApiOperations.test.ts"]
|
|
6307
|
+
module_src_runtimeApiOperations_ts["src/runtimeApiOperations.ts"]
|
|
6308
|
+
module_src_runtimeApiSelection_test_ts["src/runtimeApiSelection.test.ts"]
|
|
6309
|
+
module_src_runtimeApiSelection_ts["src/runtimeApiSelection.ts"]
|
|
6157
6310
|
module_src_runtimeBindings_test_ts["src/runtimeBindings.test.ts"]
|
|
6158
6311
|
module_src_runtimeBindings_ts["src/runtimeBindings.ts"]
|
|
6159
|
-
module_src_runtimeDatabaseOperationExecutor_ts["src/runtimeDatabaseOperationExecutor.ts"]
|
|
6160
|
-
module_src_runtimeDataSourceOperations_test_ts["src/runtimeDataSourceOperations.test.ts"]
|
|
6161
|
-
module_src_runtimeDataSourceOperations_ts["src/runtimeDataSourceOperations.ts"]
|
|
6162
6312
|
module_src_runtimeDbPersist_test_ts["src/runtimeDbPersist.test.ts"]
|
|
6163
6313
|
module_src_runtimeDbPersist_ts["src/runtimeDbPersist.ts"]
|
|
6164
6314
|
module_src_runtimeEventExecution_test_ts["src/runtimeEventExecution.test.ts"]
|
|
@@ -6181,7 +6331,8 @@ graph LR
|
|
|
6181
6331
|
module_src_runtimeRepeatEmptyState_ts["src/runtimeRepeatEmptyState.ts"]
|
|
6182
6332
|
module_src_RuntimeScreen_tsx["src/RuntimeScreen.tsx"]
|
|
6183
6333
|
module_src_runtimeScreenLoaders_arrayPath_test_ts["src/runtimeScreenLoaders.arrayPath.test.ts"]
|
|
6184
|
-
|
|
6334
|
+
module_src_runtimeScreenLoaders_execution_test_ts["src/runtimeScreenLoaders.execution.test.ts"]
|
|
6335
|
+
module_src_runtimeScreenLoaders_lifecycle_test_ts["src/runtimeScreenLoaders.lifecycle.test.ts"]
|
|
6185
6336
|
module_src_runtimeScreenLoaders_ts["src/runtimeScreenLoaders.ts"]
|
|
6186
6337
|
module_src_runtimeStateAdapter_ts["src/runtimeStateAdapter.ts"]
|
|
6187
6338
|
module_src_runtimeStateAdapterConfig_test_ts["src/runtimeStateAdapterConfig.test.ts"]
|
|
@@ -6217,12 +6368,12 @@ graph LR
|
|
|
6217
6368
|
export_createRuntimeActionRegistry -.-> export_RuntimeBindingOperationExecutor
|
|
6218
6369
|
export_createRuntimeActionRegistry -.-> export_RuntimeBindingOperationResultCache
|
|
6219
6370
|
export_createRuntimeActionRegistry -.-> export_RuntimeBindingOperationResultWriter
|
|
6371
|
+
export_createRuntimeApiOperationExecutor["createRuntimeApiOperationExecutor"]
|
|
6372
|
+
module_src_runtimeApiOperations_ts --> export_createRuntimeApiOperationExecutor
|
|
6373
|
+
export_createRuntimeApiOperationExecutor -.-> export_RuntimeApiOperationExecutorOptions
|
|
6374
|
+
export_createRuntimeApiOperationExecutor -.-> export_RuntimeBindingOperationExecutor
|
|
6220
6375
|
export_createRuntimeBindingOperationKey["createRuntimeBindingOperationKey"]
|
|
6221
6376
|
module_src_runtimeBindings_ts --> export_createRuntimeBindingOperationKey
|
|
6222
|
-
export_createRuntimeDataSourceOperationExecutor["createRuntimeDataSourceOperationExecutor"]
|
|
6223
|
-
module_src_runtimeDataSourceOperations_ts --> export_createRuntimeDataSourceOperationExecutor
|
|
6224
|
-
export_createRuntimeDataSourceOperationExecutor -.-> export_RuntimeBindingOperationExecutor
|
|
6225
|
-
export_createRuntimeDataSourceOperationExecutor -.-> export_RuntimeDataSourceOperationExecutorOptions
|
|
6226
6377
|
export_createRuntimeMemoryStateAdapter["createRuntimeMemoryStateAdapter"]
|
|
6227
6378
|
module_src_runtimeStateAdapter_ts --> export_createRuntimeMemoryStateAdapter
|
|
6228
6379
|
export_createRuntimeMemoryStateAdapter -.-> export_RuntimeMemoryStateAdapterOptions
|
|
@@ -6306,6 +6457,10 @@ graph LR
|
|
|
6306
6457
|
module_src_runtimeActionRegistry_ts --> export_RuntimeActionResolutionScope
|
|
6307
6458
|
export_RuntimeAdapterDescriptor["RuntimeAdapterDescriptor"]
|
|
6308
6459
|
module_src_runtimeManifest_ts --> export_RuntimeAdapterDescriptor
|
|
6460
|
+
export_RuntimeApiOperationExecutorOptions["RuntimeApiOperationExecutorOptions"]
|
|
6461
|
+
module_src_runtimeApiOperations_ts --> export_RuntimeApiOperationExecutorOptions
|
|
6462
|
+
export_RuntimeApiOperationSelection["RuntimeApiOperationSelection"]
|
|
6463
|
+
module_src_runtimeApiSelection_ts --> export_RuntimeApiOperationSelection
|
|
6309
6464
|
export_RuntimeBindingDescriptor["RuntimeBindingDescriptor"]
|
|
6310
6465
|
module_src_runtimeManifest_ts --> export_RuntimeBindingDescriptor
|
|
6311
6466
|
export_RuntimeBindingOperationExecutionArgs["RuntimeBindingOperationExecutionArgs"]
|
|
@@ -6335,8 +6490,6 @@ graph LR
|
|
|
6335
6490
|
export_RuntimeComponentEventDispatchArgs -.-> export_RuntimeActionHandler
|
|
6336
6491
|
export_RuntimeComponentEventDispatchArgs -.-> export_RuntimeBindingOperationExecutor
|
|
6337
6492
|
export_RuntimeComponentEventDispatchArgs -.-> export_RuntimeBindingOperationResultWriter
|
|
6338
|
-
export_RuntimeDataSourceOperationExecutorOptions["RuntimeDataSourceOperationExecutorOptions"]
|
|
6339
|
-
module_src_runtimeDataSourceOperations_ts --> export_RuntimeDataSourceOperationExecutorOptions
|
|
6340
6493
|
export_RuntimeDbPersistError["RuntimeDbPersistError"]
|
|
6341
6494
|
module_src_runtimeDbPersist_ts --> export_RuntimeDbPersistError
|
|
6342
6495
|
export_RuntimeDbPersistExecutionResult["RuntimeDbPersistExecutionResult"]
|
|
@@ -6429,7 +6582,7 @@ graph LR
|
|
|
6429
6582
|
export_useRuntimeScreenOperationLoaders -.-> export_RuntimeBindingResolutionContext
|
|
6430
6583
|
export_useRuntimeScreenOperationLoaders -.-> export_RuntimeScreenOperationLoaderState
|
|
6431
6584
|
export_validateRuntimeBindingOperationRef["validateRuntimeBindingOperationRef"]
|
|
6432
|
-
|
|
6585
|
+
module_src_runtimeApiSelection_ts --> export_validateRuntimeBindingOperationRef
|
|
6433
6586
|
export_wrapRuntimeEventProps["wrapRuntimeEventProps"]
|
|
6434
6587
|
module_src_runtimeActionRegistry_ts --> export_wrapRuntimeEventProps
|
|
6435
6588
|
export_wrapRuntimeEventProps -.-> export_RuntimeEventPropWrapArgs
|
|
@@ -6920,30 +7073,37 @@ sequenceDiagram
|
|
|
6920
7073
|
<code>diagrams/sequences/validate-runtime-binding-operation-ref.mmd</code>
|
|
6921
7074
|
</p>
|
|
6922
7075
|
<div class="mermaid">
|
|
6923
|
-
sequenceDiagram participant
|
|
6924
|
-
|
|
6925
|
-
as
|
|
7076
|
+
sequenceDiagram participant participant_createApiDiagnostic as createApiDiagnostic
|
|
7077
|
+
participant participant_findRuntimeApi as findRuntimeApi participant
|
|
7078
|
+
participant_resolveRuntimeApiEndpoint as resolveRuntimeApiEndpoint participant
|
|
6926
7079
|
participant_validateRuntimeBindingOperationRef as validateRuntimeBindingOperationRef
|
|
6927
|
-
participant_validateRuntimeBindingOperationRef->>
|
|
6928
|
-
|
|
6929
|
-
|
|
7080
|
+
participant_validateRuntimeBindingOperationRef->>participant_findRuntimeApi:
|
|
7081
|
+
findRuntimeApi()
|
|
7082
|
+
participant_findRuntimeApi-->>participant_validateRuntimeBindingOperationRef:
|
|
7083
|
+
return
|
|
7084
|
+
participant_validateRuntimeBindingOperationRef->>participant_createApiDiagnostic:
|
|
7085
|
+
createApiDiagnostic()
|
|
7086
|
+
participant_createApiDiagnostic-->>participant_validateRuntimeBindingOperationRef:
|
|
6930
7087
|
return
|
|
6931
|
-
participant_validateRuntimeBindingOperationRef->>
|
|
6932
|
-
|
|
6933
|
-
|
|
7088
|
+
participant_validateRuntimeBindingOperationRef->>participant_resolveRuntimeApiEndpoint:
|
|
7089
|
+
resolveRuntimeApiEndpoint()
|
|
7090
|
+
participant_resolveRuntimeApiEndpoint-->>participant_validateRuntimeBindingOperationRef:
|
|
6934
7091
|
return
|
|
6935
7092
|
</div>
|
|
6936
7093
|
<details>
|
|
6937
7094
|
<summary>View Mermaid source</summary>
|
|
6938
7095
|
<pre>
|
|
6939
7096
|
sequenceDiagram
|
|
6940
|
-
participant
|
|
6941
|
-
participant
|
|
7097
|
+
participant participant_createApiDiagnostic as createApiDiagnostic
|
|
7098
|
+
participant participant_findRuntimeApi as findRuntimeApi
|
|
7099
|
+
participant participant_resolveRuntimeApiEndpoint as resolveRuntimeApiEndpoint
|
|
6942
7100
|
participant participant_validateRuntimeBindingOperationRef as validateRuntimeBindingOperationRef
|
|
6943
|
-
participant_validateRuntimeBindingOperationRef->>
|
|
6944
|
-
|
|
6945
|
-
participant_validateRuntimeBindingOperationRef->>
|
|
6946
|
-
|
|
7101
|
+
participant_validateRuntimeBindingOperationRef->>participant_findRuntimeApi: findRuntimeApi()
|
|
7102
|
+
participant_findRuntimeApi-->>participant_validateRuntimeBindingOperationRef: return
|
|
7103
|
+
participant_validateRuntimeBindingOperationRef->>participant_createApiDiagnostic: createApiDiagnostic()
|
|
7104
|
+
participant_createApiDiagnostic-->>participant_validateRuntimeBindingOperationRef: return
|
|
7105
|
+
participant_validateRuntimeBindingOperationRef->>participant_resolveRuntimeApiEndpoint: resolveRuntimeApiEndpoint()
|
|
7106
|
+
participant_resolveRuntimeApiEndpoint-->>participant_validateRuntimeBindingOperationRef: return
|
|
6947
7107
|
</pre>
|
|
6948
7108
|
</details>
|
|
6949
7109
|
</article>
|
|
@@ -7091,24 +7251,95 @@ sequenceDiagram
|
|
|
7091
7251
|
</section>
|
|
7092
7252
|
</section>
|
|
7093
7253
|
<section
|
|
7094
|
-
id="view-src-runtimeactionregistry-test-ts"
|
|
7254
|
+
id="view-src-runtimeactionregistry-actions-test-ts"
|
|
7095
7255
|
class="view"
|
|
7096
|
-
data-view="src/runtimeActionRegistry.test.ts"
|
|
7256
|
+
data-view="src/runtimeActionRegistry.actions.test.ts"
|
|
7097
7257
|
hidden
|
|
7098
7258
|
>
|
|
7099
7259
|
<section class="panel">
|
|
7100
|
-
<h2>src/runtimeActionRegistry.test.ts</h2>
|
|
7101
|
-
<article
|
|
7260
|
+
<h2>src/runtimeActionRegistry.actions.test.ts</h2>
|
|
7261
|
+
<article
|
|
7262
|
+
class="item"
|
|
7263
|
+
data-search="isNoArgFunction src/runtimeActionRegistry.actions.test.ts "
|
|
7264
|
+
>
|
|
7102
7265
|
<h3>isNoArgFunction</h3>
|
|
7103
|
-
<p class="muted"><code>src/runtimeActionRegistry.test.ts:
|
|
7266
|
+
<p class="muted"><code>src/runtimeActionRegistry.actions.test.ts:11:1</code></p>
|
|
7267
|
+
<p class="empty">No description available.</p>
|
|
7268
|
+
</article>
|
|
7269
|
+
<article
|
|
7270
|
+
class="item"
|
|
7271
|
+
data-search="createActionBindings src/runtimeActionRegistry.actions.test.ts "
|
|
7272
|
+
>
|
|
7273
|
+
<h3>createActionBindings</h3>
|
|
7274
|
+
<p class="muted"><code>src/runtimeActionRegistry.actions.test.ts:15:1</code></p>
|
|
7275
|
+
<p class="empty">No description available.</p>
|
|
7276
|
+
</article>
|
|
7277
|
+
</section>
|
|
7278
|
+
</section>
|
|
7279
|
+
<section
|
|
7280
|
+
id="view-src-runtimeactionregistry-chains-test-ts"
|
|
7281
|
+
class="view"
|
|
7282
|
+
data-view="src/runtimeActionRegistry.chains.test.ts"
|
|
7283
|
+
hidden
|
|
7284
|
+
>
|
|
7285
|
+
<section class="panel">
|
|
7286
|
+
<h2>src/runtimeActionRegistry.chains.test.ts</h2>
|
|
7287
|
+
<article
|
|
7288
|
+
class="item"
|
|
7289
|
+
data-search="createApis src/runtimeActionRegistry.chains.test.ts "
|
|
7290
|
+
>
|
|
7291
|
+
<h3>createApis</h3>
|
|
7292
|
+
<p class="muted"><code>src/runtimeActionRegistry.chains.test.ts:17:1</code></p>
|
|
7293
|
+
<p class="empty">No description available.</p>
|
|
7294
|
+
</article>
|
|
7295
|
+
<article
|
|
7296
|
+
class="item"
|
|
7297
|
+
data-search="createScannerBindings src/runtimeActionRegistry.chains.test.ts "
|
|
7298
|
+
>
|
|
7299
|
+
<h3>createScannerBindings</h3>
|
|
7300
|
+
<p class="muted"><code>src/runtimeActionRegistry.chains.test.ts:44:1</code></p>
|
|
7301
|
+
<p class="empty">No description available.</p>
|
|
7302
|
+
</article>
|
|
7303
|
+
<article
|
|
7304
|
+
class="item"
|
|
7305
|
+
data-search="scannerEvent src/runtimeActionRegistry.chains.test.ts "
|
|
7306
|
+
>
|
|
7307
|
+
<h3>scannerEvent</h3>
|
|
7308
|
+
<p class="muted"><code>src/runtimeActionRegistry.chains.test.ts:107:1</code></p>
|
|
7309
|
+
<p class="empty">No description available.</p>
|
|
7310
|
+
</article>
|
|
7311
|
+
</section>
|
|
7312
|
+
</section>
|
|
7313
|
+
<section
|
|
7314
|
+
id="view-src-runtimeactionregistry-operations-test-ts"
|
|
7315
|
+
class="view"
|
|
7316
|
+
data-view="src/runtimeActionRegistry.operations.test.ts"
|
|
7317
|
+
hidden
|
|
7318
|
+
>
|
|
7319
|
+
<section class="panel">
|
|
7320
|
+
<h2>src/runtimeActionRegistry.operations.test.ts</h2>
|
|
7321
|
+
<article
|
|
7322
|
+
class="item"
|
|
7323
|
+
data-search="createApis src/runtimeActionRegistry.operations.test.ts "
|
|
7324
|
+
>
|
|
7325
|
+
<h3>createApis</h3>
|
|
7326
|
+
<p class="muted"><code>src/runtimeActionRegistry.operations.test.ts:23:1</code></p>
|
|
7327
|
+
<p class="empty">No description available.</p>
|
|
7328
|
+
</article>
|
|
7329
|
+
<article
|
|
7330
|
+
class="item"
|
|
7331
|
+
data-search="createOperationBindings src/runtimeActionRegistry.operations.test.ts "
|
|
7332
|
+
>
|
|
7333
|
+
<h3>createOperationBindings</h3>
|
|
7334
|
+
<p class="muted"><code>src/runtimeActionRegistry.operations.test.ts:58:1</code></p>
|
|
7104
7335
|
<p class="empty">No description available.</p>
|
|
7105
7336
|
</article>
|
|
7106
7337
|
<article
|
|
7107
7338
|
class="item"
|
|
7108
|
-
data-search="
|
|
7339
|
+
data-search="refreshEventArgs src/runtimeActionRegistry.operations.test.ts "
|
|
7109
7340
|
>
|
|
7110
|
-
<h3>
|
|
7111
|
-
<p class="muted"><code>src/runtimeActionRegistry.test.ts:
|
|
7341
|
+
<h3>refreshEventArgs</h3>
|
|
7342
|
+
<p class="muted"><code>src/runtimeActionRegistry.operations.test.ts:78:1</code></p>
|
|
7112
7343
|
<p class="empty">No description available.</p>
|
|
7113
7344
|
</article>
|
|
7114
7345
|
</section>
|
|
@@ -7126,7 +7357,7 @@ sequenceDiagram
|
|
|
7126
7357
|
data-search="createRuntimeActionRegistry src/runtimeActionRegistry.ts "
|
|
7127
7358
|
>
|
|
7128
7359
|
<h3>createRuntimeActionRegistry</h3>
|
|
7129
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:
|
|
7360
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:66:1</code></p>
|
|
7130
7361
|
<p class="empty">No description available.</p>
|
|
7131
7362
|
</article>
|
|
7132
7363
|
<article
|
|
@@ -7134,12 +7365,12 @@ sequenceDiagram
|
|
|
7134
7365
|
data-search="dispatchRuntimeComponentEvent src/runtimeActionRegistry.ts "
|
|
7135
7366
|
>
|
|
7136
7367
|
<h3>dispatchRuntimeComponentEvent</h3>
|
|
7137
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:
|
|
7368
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:102:1</code></p>
|
|
7138
7369
|
<p class="empty">No description available.</p>
|
|
7139
7370
|
</article>
|
|
7140
7371
|
<article class="item" data-search="wrapRuntimeEventProps src/runtimeActionRegistry.ts ">
|
|
7141
7372
|
<h3>wrapRuntimeEventProps</h3>
|
|
7142
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:
|
|
7373
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:179:1</code></p>
|
|
7143
7374
|
<p class="empty">No description available.</p>
|
|
7144
7375
|
</article>
|
|
7145
7376
|
<article
|
|
@@ -7147,7 +7378,7 @@ sequenceDiagram
|
|
|
7147
7378
|
data-search="createComponentEventFromHandlerArgs src/runtimeActionRegistry.ts "
|
|
7148
7379
|
>
|
|
7149
7380
|
<h3>createComponentEventFromHandlerArgs</h3>
|
|
7150
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:
|
|
7381
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:216:1</code></p>
|
|
7151
7382
|
<p class="empty">No description available.</p>
|
|
7152
7383
|
</article>
|
|
7153
7384
|
<article
|
|
@@ -7155,7 +7386,7 @@ sequenceDiagram
|
|
|
7155
7386
|
data-search="resolveRuntimeActionPayload src/runtimeActionRegistry.ts "
|
|
7156
7387
|
>
|
|
7157
7388
|
<h3>resolveRuntimeActionPayload</h3>
|
|
7158
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:
|
|
7389
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:230:1</code></p>
|
|
7159
7390
|
<p class="empty">No description available.</p>
|
|
7160
7391
|
</article>
|
|
7161
7392
|
<article
|
|
@@ -7163,7 +7394,7 @@ sequenceDiagram
|
|
|
7163
7394
|
data-search="resolveRuntimeActionValue src/runtimeActionRegistry.ts "
|
|
7164
7395
|
>
|
|
7165
7396
|
<h3>resolveRuntimeActionValue</h3>
|
|
7166
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:
|
|
7397
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:241:1</code></p>
|
|
7167
7398
|
<p class="empty">No description available.</p>
|
|
7168
7399
|
</article>
|
|
7169
7400
|
<article
|
|
@@ -7171,7 +7402,7 @@ sequenceDiagram
|
|
|
7171
7402
|
data-search="dispatchRuntimeOperationEventBinding src/runtimeActionRegistry.ts "
|
|
7172
7403
|
>
|
|
7173
7404
|
<h3>dispatchRuntimeOperationEventBinding</h3>
|
|
7174
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:
|
|
7405
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:252:1</code></p>
|
|
7175
7406
|
<p class="empty">No description available.</p>
|
|
7176
7407
|
</article>
|
|
7177
7408
|
<article
|
|
@@ -7179,7 +7410,7 @@ sequenceDiagram
|
|
|
7179
7410
|
data-search="resolveRuntimeActionValueEntry src/runtimeActionRegistry.ts "
|
|
7180
7411
|
>
|
|
7181
7412
|
<h3>resolveRuntimeActionValueEntry</h3>
|
|
7182
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:
|
|
7413
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:299:1</code></p>
|
|
7183
7414
|
<p class="empty">No description available.</p>
|
|
7184
7415
|
</article>
|
|
7185
7416
|
<article
|
|
@@ -7187,7 +7418,7 @@ sequenceDiagram
|
|
|
7187
7418
|
data-search="resolveObjectEventBindingInput src/runtimeActionRegistry.ts "
|
|
7188
7419
|
>
|
|
7189
7420
|
<h3>resolveObjectEventBindingInput</h3>
|
|
7190
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:
|
|
7421
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:317:1</code></p>
|
|
7191
7422
|
<p class="empty">No description available.</p>
|
|
7192
7423
|
</article>
|
|
7193
7424
|
<article
|
|
@@ -7195,7 +7426,7 @@ sequenceDiagram
|
|
|
7195
7426
|
data-search="resolveEventBindingInput src/runtimeActionRegistry.ts "
|
|
7196
7427
|
>
|
|
7197
7428
|
<h3>resolveEventBindingInput</h3>
|
|
7198
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:
|
|
7429
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:326:1</code></p>
|
|
7199
7430
|
<p class="empty">No description available.</p>
|
|
7200
7431
|
</article>
|
|
7201
7432
|
<article
|
|
@@ -7203,7 +7434,7 @@ sequenceDiagram
|
|
|
7203
7434
|
data-search="matchesBindingCondition src/runtimeActionRegistry.ts "
|
|
7204
7435
|
>
|
|
7205
7436
|
<h3>matchesBindingCondition</h3>
|
|
7206
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:
|
|
7437
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:345:1</code></p>
|
|
7207
7438
|
<p class="empty">No description available.</p>
|
|
7208
7439
|
</article>
|
|
7209
7440
|
<article
|
|
@@ -7211,20 +7442,12 @@ sequenceDiagram
|
|
|
7211
7442
|
data-search="readBindingConditionSource src/runtimeActionRegistry.ts "
|
|
7212
7443
|
>
|
|
7213
7444
|
<h3>readBindingConditionSource</h3>
|
|
7214
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:
|
|
7215
|
-
<p class="empty">No description available.</p>
|
|
7216
|
-
</article>
|
|
7217
|
-
<article
|
|
7218
|
-
class="item"
|
|
7219
|
-
data-search="resolveEventOperationEndpoint src/runtimeActionRegistry.ts "
|
|
7220
|
-
>
|
|
7221
|
-
<h3>resolveEventOperationEndpoint</h3>
|
|
7222
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:396:1</code></p>
|
|
7445
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:365:1</code></p>
|
|
7223
7446
|
<p class="empty">No description available.</p>
|
|
7224
7447
|
</article>
|
|
7225
7448
|
<article class="item" data-search="createPayloadForEvent src/runtimeActionRegistry.ts ">
|
|
7226
7449
|
<h3>createPayloadForEvent</h3>
|
|
7227
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:
|
|
7450
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:388:1</code></p>
|
|
7228
7451
|
<p class="empty">No description available.</p>
|
|
7229
7452
|
</article>
|
|
7230
7453
|
<article
|
|
@@ -7232,12 +7455,12 @@ sequenceDiagram
|
|
|
7232
7455
|
data-search="localEventNameToEventType src/runtimeActionRegistry.ts "
|
|
7233
7456
|
>
|
|
7234
7457
|
<h3>localEventNameToEventType</h3>
|
|
7235
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:
|
|
7458
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:426:1</code></p>
|
|
7236
7459
|
<p class="empty">No description available.</p>
|
|
7237
7460
|
</article>
|
|
7238
7461
|
<article class="item" data-search="inferLocalEventName src/runtimeActionRegistry.ts ">
|
|
7239
7462
|
<h3>inferLocalEventName</h3>
|
|
7240
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:
|
|
7463
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:434:1</code></p>
|
|
7241
7464
|
<p class="empty">No description available.</p>
|
|
7242
7465
|
</article>
|
|
7243
7466
|
<article
|
|
@@ -7245,17 +7468,17 @@ sequenceDiagram
|
|
|
7245
7468
|
data-search="eventNameToCallbackProp src/runtimeActionRegistry.ts "
|
|
7246
7469
|
>
|
|
7247
7470
|
<h3>eventNameToCallbackProp</h3>
|
|
7248
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:
|
|
7471
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:440:1</code></p>
|
|
7249
7472
|
<p class="empty">No description available.</p>
|
|
7250
7473
|
</article>
|
|
7251
7474
|
<article class="item" data-search="isRuntimeEventHandler src/runtimeActionRegistry.ts ">
|
|
7252
7475
|
<h3>isRuntimeEventHandler</h3>
|
|
7253
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:
|
|
7476
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:444:1</code></p>
|
|
7254
7477
|
<p class="empty">No description available.</p>
|
|
7255
7478
|
</article>
|
|
7256
7479
|
<article class="item" data-search="readPath src/runtimeActionRegistry.ts ">
|
|
7257
7480
|
<h3>readPath</h3>
|
|
7258
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:
|
|
7481
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:448:1</code></p>
|
|
7259
7482
|
<p class="empty">No description available.</p>
|
|
7260
7483
|
</article>
|
|
7261
7484
|
<article
|
|
@@ -7263,22 +7486,153 @@ sequenceDiagram
|
|
|
7263
7486
|
data-search="createBarcodeScannedPayload src/runtimeActionRegistry.ts "
|
|
7264
7487
|
>
|
|
7265
7488
|
<h3>createBarcodeScannedPayload</h3>
|
|
7266
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:
|
|
7489
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:457:1</code></p>
|
|
7267
7490
|
<p class="empty">No description available.</p>
|
|
7268
7491
|
</article>
|
|
7269
7492
|
<article class="item" data-search="readItemId src/runtimeActionRegistry.ts ">
|
|
7270
7493
|
<h3>readItemId</h3>
|
|
7271
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:
|
|
7494
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:473:1</code></p>
|
|
7272
7495
|
<p class="empty">No description available.</p>
|
|
7273
7496
|
</article>
|
|
7274
7497
|
<article class="item" data-search="asRecord src/runtimeActionRegistry.ts ">
|
|
7275
7498
|
<h3>asRecord</h3>
|
|
7276
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:
|
|
7499
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:482:1</code></p>
|
|
7277
7500
|
<p class="empty">No description available.</p>
|
|
7278
7501
|
</article>
|
|
7279
7502
|
<article class="item" data-search="isRecord src/runtimeActionRegistry.ts ">
|
|
7280
7503
|
<h3>isRecord</h3>
|
|
7281
|
-
<p class="muted"><code>src/runtimeActionRegistry.ts:
|
|
7504
|
+
<p class="muted"><code>src/runtimeActionRegistry.ts:486:1</code></p>
|
|
7505
|
+
<p class="empty">No description available.</p>
|
|
7506
|
+
</article>
|
|
7507
|
+
</section>
|
|
7508
|
+
</section>
|
|
7509
|
+
<section
|
|
7510
|
+
id="view-src-runtimeapioperations-test-ts"
|
|
7511
|
+
class="view"
|
|
7512
|
+
data-view="src/runtimeApiOperations.test.ts"
|
|
7513
|
+
hidden
|
|
7514
|
+
>
|
|
7515
|
+
<section class="panel">
|
|
7516
|
+
<h2>src/runtimeApiOperations.test.ts</h2>
|
|
7517
|
+
<article
|
|
7518
|
+
class="item"
|
|
7519
|
+
data-search="createNutritionApi src/runtimeApiOperations.test.ts "
|
|
7520
|
+
>
|
|
7521
|
+
<h3>createNutritionApi</h3>
|
|
7522
|
+
<p class="muted"><code>src/runtimeApiOperations.test.ts:6:1</code></p>
|
|
7523
|
+
<p class="empty">No description available.</p>
|
|
7524
|
+
</article>
|
|
7525
|
+
<article
|
|
7526
|
+
class="item"
|
|
7527
|
+
data-search="createProductsEndpoint src/runtimeApiOperations.test.ts "
|
|
7528
|
+
>
|
|
7529
|
+
<h3>createProductsEndpoint</h3>
|
|
7530
|
+
<p class="muted"><code>src/runtimeApiOperations.test.ts:18:1</code></p>
|
|
7531
|
+
<p class="empty">No description available.</p>
|
|
7532
|
+
</article>
|
|
7533
|
+
<article
|
|
7534
|
+
class="item"
|
|
7535
|
+
data-search="getProductsEndpoint src/runtimeApiOperations.test.ts "
|
|
7536
|
+
>
|
|
7537
|
+
<h3>getProductsEndpoint</h3>
|
|
7538
|
+
<p class="muted"><code>src/runtimeApiOperations.test.ts:35:1</code></p>
|
|
7539
|
+
<p class="empty">No description available.</p>
|
|
7540
|
+
</article>
|
|
7541
|
+
</section>
|
|
7542
|
+
</section>
|
|
7543
|
+
<section
|
|
7544
|
+
id="view-src-runtimeapioperations-ts"
|
|
7545
|
+
class="view"
|
|
7546
|
+
data-view="src/runtimeApiOperations.ts"
|
|
7547
|
+
hidden
|
|
7548
|
+
>
|
|
7549
|
+
<section class="panel">
|
|
7550
|
+
<h2>src/runtimeApiOperations.ts</h2>
|
|
7551
|
+
<article
|
|
7552
|
+
class="item"
|
|
7553
|
+
data-search="createRuntimeApiOperationExecutor src/runtimeApiOperations.ts "
|
|
7554
|
+
>
|
|
7555
|
+
<h3>createRuntimeApiOperationExecutor</h3>
|
|
7556
|
+
<p class="muted"><code>src/runtimeApiOperations.ts:12:1</code></p>
|
|
7557
|
+
<p class="empty">No description available.</p>
|
|
7558
|
+
</article>
|
|
7559
|
+
<article class="item" data-search="invalidInput src/runtimeApiOperations.ts ">
|
|
7560
|
+
<h3>invalidInput</h3>
|
|
7561
|
+
<p class="muted"><code>src/runtimeApiOperations.ts:36:1</code></p>
|
|
7562
|
+
<p class="empty">No description available.</p>
|
|
7563
|
+
</article>
|
|
7564
|
+
<article class="item" data-search="asBindingValueRecord src/runtimeApiOperations.ts ">
|
|
7565
|
+
<h3>asBindingValueRecord</h3>
|
|
7566
|
+
<p class="muted"><code>src/runtimeApiOperations.ts:48:1</code></p>
|
|
7567
|
+
<p class="empty">No description available.</p>
|
|
7568
|
+
</article>
|
|
7569
|
+
<article class="item" data-search="isBindingValueRecord src/runtimeApiOperations.ts ">
|
|
7570
|
+
<h3>isBindingValueRecord</h3>
|
|
7571
|
+
<p class="muted"><code>src/runtimeApiOperations.ts:54:1</code></p>
|
|
7572
|
+
<p class="empty">No description available.</p>
|
|
7573
|
+
</article>
|
|
7574
|
+
</section>
|
|
7575
|
+
</section>
|
|
7576
|
+
<section
|
|
7577
|
+
id="view-src-runtimeapiselection-test-ts"
|
|
7578
|
+
class="view"
|
|
7579
|
+
data-view="src/runtimeApiSelection.test.ts"
|
|
7580
|
+
hidden
|
|
7581
|
+
>
|
|
7582
|
+
<section class="panel">
|
|
7583
|
+
<h2>src/runtimeApiSelection.test.ts</h2>
|
|
7584
|
+
<article class="item" data-search="createApis src/runtimeApiSelection.test.ts ">
|
|
7585
|
+
<h3>createApis</h3>
|
|
7586
|
+
<p class="muted"><code>src/runtimeApiSelection.test.ts:6:1</code></p>
|
|
7587
|
+
<p class="empty">No description available.</p>
|
|
7588
|
+
</article>
|
|
7589
|
+
<article class="item" data-search="operation src/runtimeApiSelection.test.ts ">
|
|
7590
|
+
<h3>operation</h3>
|
|
7591
|
+
<p class="muted"><code>src/runtimeApiSelection.test.ts:33:1</code></p>
|
|
7592
|
+
<p class="empty">No description available.</p>
|
|
7593
|
+
</article>
|
|
7594
|
+
</section>
|
|
7595
|
+
</section>
|
|
7596
|
+
<section
|
|
7597
|
+
id="view-src-runtimeapiselection-ts"
|
|
7598
|
+
class="view"
|
|
7599
|
+
data-view="src/runtimeApiSelection.ts"
|
|
7600
|
+
hidden
|
|
7601
|
+
>
|
|
7602
|
+
<section class="panel">
|
|
7603
|
+
<h2>src/runtimeApiSelection.ts</h2>
|
|
7604
|
+
<article
|
|
7605
|
+
class="item"
|
|
7606
|
+
data-search="validateRuntimeBindingOperationRef src/runtimeApiSelection.ts "
|
|
7607
|
+
>
|
|
7608
|
+
<h3>validateRuntimeBindingOperationRef</h3>
|
|
7609
|
+
<p class="muted"><code>src/runtimeApiSelection.ts:14:1</code></p>
|
|
7610
|
+
<p class="empty">No description available.</p>
|
|
7611
|
+
</article>
|
|
7612
|
+
<article
|
|
7613
|
+
class="item"
|
|
7614
|
+
data-search="resolveRuntimeBindingOperationSelection src/runtimeApiSelection.ts "
|
|
7615
|
+
>
|
|
7616
|
+
<h3>resolveRuntimeBindingOperationSelection</h3>
|
|
7617
|
+
<p class="muted"><code>src/runtimeApiSelection.ts:50:1</code></p>
|
|
7618
|
+
<p class="empty">No description available.</p>
|
|
7619
|
+
</article>
|
|
7620
|
+
<article class="item" data-search="findRuntimeApi src/runtimeApiSelection.ts ">
|
|
7621
|
+
<h3>findRuntimeApi</h3>
|
|
7622
|
+
<p class="muted"><code>src/runtimeApiSelection.ts:65:1</code></p>
|
|
7623
|
+
<p class="empty">No description available.</p>
|
|
7624
|
+
</article>
|
|
7625
|
+
<article
|
|
7626
|
+
class="item"
|
|
7627
|
+
data-search="resolveRuntimeApiEndpoint src/runtimeApiSelection.ts "
|
|
7628
|
+
>
|
|
7629
|
+
<h3>resolveRuntimeApiEndpoint</h3>
|
|
7630
|
+
<p class="muted"><code>src/runtimeApiSelection.ts:72:1</code></p>
|
|
7631
|
+
<p class="empty">No description available.</p>
|
|
7632
|
+
</article>
|
|
7633
|
+
<article class="item" data-search="createApiDiagnostic src/runtimeApiSelection.ts ">
|
|
7634
|
+
<h3>createApiDiagnostic</h3>
|
|
7635
|
+
<p class="muted"><code>src/runtimeApiSelection.ts:83:1</code></p>
|
|
7282
7636
|
<p class="empty">No description available.</p>
|
|
7283
7637
|
</article>
|
|
7284
7638
|
</section>
|
|
@@ -7291,14 +7645,14 @@ sequenceDiagram
|
|
|
7291
7645
|
>
|
|
7292
7646
|
<section class="panel">
|
|
7293
7647
|
<h2>src/runtimeBindings.test.ts</h2>
|
|
7294
|
-
<article class="item" data-search="
|
|
7295
|
-
<h3>
|
|
7648
|
+
<article class="item" data-search="createApis src/runtimeBindings.test.ts ">
|
|
7649
|
+
<h3>createApis</h3>
|
|
7296
7650
|
<p class="muted"><code>src/runtimeBindings.test.ts:25:1</code></p>
|
|
7297
7651
|
<p class="empty">No description available.</p>
|
|
7298
7652
|
</article>
|
|
7299
|
-
<article class="item" data-search="
|
|
7300
|
-
<h3>
|
|
7301
|
-
<p class="muted"><code>src/runtimeBindings.test.ts:
|
|
7653
|
+
<article class="item" data-search="createFakeStateAdapter src/runtimeBindings.test.ts ">
|
|
7654
|
+
<h3>createFakeStateAdapter</h3>
|
|
7655
|
+
<p class="muted"><code>src/runtimeBindings.test.ts:60:1</code></p>
|
|
7302
7656
|
<p class="empty">No description available.</p>
|
|
7303
7657
|
</article>
|
|
7304
7658
|
</section>
|
|
@@ -7313,17 +7667,17 @@ sequenceDiagram
|
|
|
7313
7667
|
<h2>src/runtimeBindings.ts</h2>
|
|
7314
7668
|
<article class="item" data-search="resolveRuntimeBindingsAsync src/runtimeBindings.ts ">
|
|
7315
7669
|
<h3>resolveRuntimeBindingsAsync</h3>
|
|
7316
|
-
<p class="muted"><code>src/runtimeBindings.ts:
|
|
7670
|
+
<p class="muted"><code>src/runtimeBindings.ts:76:1</code></p>
|
|
7317
7671
|
<p class="empty">No description available.</p>
|
|
7318
7672
|
</article>
|
|
7319
7673
|
<article class="item" data-search="resolveRuntimeBindings src/runtimeBindings.ts ">
|
|
7320
7674
|
<h3>resolveRuntimeBindings</h3>
|
|
7321
|
-
<p class="muted"><code>src/runtimeBindings.ts:
|
|
7675
|
+
<p class="muted"><code>src/runtimeBindings.ts:91:1</code></p>
|
|
7322
7676
|
<p class="empty">No description available.</p>
|
|
7323
7677
|
</article>
|
|
7324
7678
|
<article class="item" data-search="resolveRuntimeBindingValue src/runtimeBindings.ts ">
|
|
7325
7679
|
<h3>resolveRuntimeBindingValue</h3>
|
|
7326
|
-
<p class="muted"><code>src/runtimeBindings.ts:
|
|
7680
|
+
<p class="muted"><code>src/runtimeBindings.ts:105:1</code></p>
|
|
7327
7681
|
<p class="empty">No description available.</p>
|
|
7328
7682
|
</article>
|
|
7329
7683
|
<article
|
|
@@ -7331,17 +7685,17 @@ sequenceDiagram
|
|
|
7331
7685
|
data-search="resolveRuntimeBindingValueSync src/runtimeBindings.ts "
|
|
7332
7686
|
>
|
|
7333
7687
|
<h3>resolveRuntimeBindingValueSync</h3>
|
|
7334
|
-
<p class="muted"><code>src/runtimeBindings.ts:
|
|
7688
|
+
<p class="muted"><code>src/runtimeBindings.ts:118:1</code></p>
|
|
7335
7689
|
<p class="empty">No description available.</p>
|
|
7336
7690
|
</article>
|
|
7337
7691
|
<article class="item" data-search="resolveBindingInputMap src/runtimeBindings.ts ">
|
|
7338
7692
|
<h3>resolveBindingInputMap</h3>
|
|
7339
|
-
<p class="muted"><code>src/runtimeBindings.ts:
|
|
7693
|
+
<p class="muted"><code>src/runtimeBindings.ts:131:1</code></p>
|
|
7340
7694
|
<p class="empty">No description available.</p>
|
|
7341
7695
|
</article>
|
|
7342
7696
|
<article class="item" data-search="resolveBindingInputMapSync src/runtimeBindings.ts ">
|
|
7343
7697
|
<h3>resolveBindingInputMapSync</h3>
|
|
7344
|
-
<p class="muted"><code>src/runtimeBindings.ts:
|
|
7698
|
+
<p class="muted"><code>src/runtimeBindings.ts:148:1</code></p>
|
|
7345
7699
|
<p class="empty">No description available.</p>
|
|
7346
7700
|
</article>
|
|
7347
7701
|
<article
|
|
@@ -7349,15 +7703,7 @@ sequenceDiagram
|
|
|
7349
7703
|
data-search="createRuntimeBindingOperationKey src/runtimeBindings.ts "
|
|
7350
7704
|
>
|
|
7351
7705
|
<h3>createRuntimeBindingOperationKey</h3>
|
|
7352
|
-
<p class="muted"><code>src/runtimeBindings.ts:
|
|
7353
|
-
<p class="empty">No description available.</p>
|
|
7354
|
-
</article>
|
|
7355
|
-
<article
|
|
7356
|
-
class="item"
|
|
7357
|
-
data-search="validateRuntimeBindingOperationRef src/runtimeBindings.ts "
|
|
7358
|
-
>
|
|
7359
|
-
<h3>validateRuntimeBindingOperationRef</h3>
|
|
7360
|
-
<p class="muted"><code>src/runtimeBindings.ts:169:1</code></p>
|
|
7706
|
+
<p class="muted"><code>src/runtimeBindings.ts:165:1</code></p>
|
|
7361
7707
|
<p class="empty">No description available.</p>
|
|
7362
7708
|
</article>
|
|
7363
7709
|
<article
|
|
@@ -7365,7 +7711,7 @@ sequenceDiagram
|
|
|
7365
7711
|
data-search="resolveRuntimeBindingValueSource src/runtimeBindings.ts "
|
|
7366
7712
|
>
|
|
7367
7713
|
<h3>resolveRuntimeBindingValueSource</h3>
|
|
7368
|
-
<p class="muted"><code>src/runtimeBindings.ts:
|
|
7714
|
+
<p class="muted"><code>src/runtimeBindings.ts:171:1</code></p>
|
|
7369
7715
|
<p class="empty">No description available.</p>
|
|
7370
7716
|
</article>
|
|
7371
7717
|
<article
|
|
@@ -7373,27 +7719,27 @@ sequenceDiagram
|
|
|
7373
7719
|
data-search="resolveRuntimeBindingValueSourceSync src/runtimeBindings.ts "
|
|
7374
7720
|
>
|
|
7375
7721
|
<h3>resolveRuntimeBindingValueSourceSync</h3>
|
|
7376
|
-
<p class="muted"><code>src/runtimeBindings.ts:
|
|
7722
|
+
<p class="muted"><code>src/runtimeBindings.ts:213:1</code></p>
|
|
7377
7723
|
<p class="empty">No description available.</p>
|
|
7378
7724
|
</article>
|
|
7379
7725
|
<article class="item" data-search="resolveCachedOperationValue src/runtimeBindings.ts ">
|
|
7380
7726
|
<h3>resolveCachedOperationValue</h3>
|
|
7381
|
-
<p class="muted"><code>src/runtimeBindings.ts:
|
|
7727
|
+
<p class="muted"><code>src/runtimeBindings.ts:244:1</code></p>
|
|
7382
7728
|
<p class="empty">No description available.</p>
|
|
7383
7729
|
</article>
|
|
7384
7730
|
<article class="item" data-search="resolveBindingFallback src/runtimeBindings.ts ">
|
|
7385
7731
|
<h3>resolveBindingFallback</h3>
|
|
7386
|
-
<p class="muted"><code>src/runtimeBindings.ts:
|
|
7732
|
+
<p class="muted"><code>src/runtimeBindings.ts:254:1</code></p>
|
|
7387
7733
|
<p class="empty">No description available.</p>
|
|
7388
7734
|
</article>
|
|
7389
7735
|
<article class="item" data-search="resolveBindingFallbackSync src/runtimeBindings.ts ">
|
|
7390
7736
|
<h3>resolveBindingFallbackSync</h3>
|
|
7391
|
-
<p class="muted"><code>src/runtimeBindings.ts:
|
|
7737
|
+
<p class="muted"><code>src/runtimeBindings.ts:266:1</code></p>
|
|
7392
7738
|
<p class="empty">No description available.</p>
|
|
7393
7739
|
</article>
|
|
7394
7740
|
<article class="item" data-search="resolveBindingInputValue src/runtimeBindings.ts ">
|
|
7395
7741
|
<h3>resolveBindingInputValue</h3>
|
|
7396
|
-
<p class="muted"><code>src/runtimeBindings.ts:
|
|
7742
|
+
<p class="muted"><code>src/runtimeBindings.ts:278:1</code></p>
|
|
7397
7743
|
<p class="empty">No description available.</p>
|
|
7398
7744
|
</article>
|
|
7399
7745
|
<article
|
|
@@ -7401,23 +7747,7 @@ sequenceDiagram
|
|
|
7401
7747
|
data-search="resolveBindingInputValueSync src/runtimeBindings.ts "
|
|
7402
7748
|
>
|
|
7403
7749
|
<h3>resolveBindingInputValueSync</h3>
|
|
7404
|
-
<p class="muted"><code>src/runtimeBindings.ts:
|
|
7405
|
-
<p class="empty">No description available.</p>
|
|
7406
|
-
</article>
|
|
7407
|
-
<article
|
|
7408
|
-
class="item"
|
|
7409
|
-
data-search="resolveRuntimeBindingOperationSelection src/runtimeBindings.ts "
|
|
7410
|
-
>
|
|
7411
|
-
<h3>resolveRuntimeBindingOperationSelection</h3>
|
|
7412
|
-
<p class="muted"><code>src/runtimeBindings.ts:382:1</code></p>
|
|
7413
|
-
<p class="empty">No description available.</p>
|
|
7414
|
-
</article>
|
|
7415
|
-
<article
|
|
7416
|
-
class="item"
|
|
7417
|
-
data-search="resolveRuntimeBindingEndpoint src/runtimeBindings.ts "
|
|
7418
|
-
>
|
|
7419
|
-
<h3>resolveRuntimeBindingEndpoint</h3>
|
|
7420
|
-
<p class="muted"><code>src/runtimeBindings.ts:400:1</code></p>
|
|
7750
|
+
<p class="muted"><code>src/runtimeBindings.ts:310:1</code></p>
|
|
7421
7751
|
<p class="empty">No description available.</p>
|
|
7422
7752
|
</article>
|
|
7423
7753
|
<article
|
|
@@ -7425,326 +7755,42 @@ sequenceDiagram
|
|
|
7425
7755
|
data-search="createRuntimeBindingDiagnostic src/runtimeBindings.ts "
|
|
7426
7756
|
>
|
|
7427
7757
|
<h3>createRuntimeBindingDiagnostic</h3>
|
|
7428
|
-
<p class="muted"><code>src/runtimeBindings.ts:
|
|
7758
|
+
<p class="muted"><code>src/runtimeBindings.ts:342:1</code></p>
|
|
7429
7759
|
<p class="empty">No description available.</p>
|
|
7430
7760
|
</article>
|
|
7431
7761
|
<article class="item" data-search="applyBindingValueTransforms src/runtimeBindings.ts ">
|
|
7432
7762
|
<h3>applyBindingValueTransforms</h3>
|
|
7433
|
-
<p class="muted"><code>src/runtimeBindings.ts:
|
|
7763
|
+
<p class="muted"><code>src/runtimeBindings.ts:357:1</code></p>
|
|
7434
7764
|
<p class="empty">No description available.</p>
|
|
7435
7765
|
</article>
|
|
7436
7766
|
<article class="item" data-search="applyRuntimeBindingDataPath src/runtimeBindings.ts ">
|
|
7437
7767
|
<h3>applyRuntimeBindingDataPath</h3>
|
|
7438
|
-
<p class="muted"><code>src/runtimeBindings.ts:
|
|
7768
|
+
<p class="muted"><code>src/runtimeBindings.ts:375:1</code></p>
|
|
7439
7769
|
<p class="empty">No description available.</p>
|
|
7440
7770
|
</article>
|
|
7441
7771
|
<article class="item" data-search="readPath src/runtimeBindings.ts ">
|
|
7442
7772
|
<h3>readPath</h3>
|
|
7443
|
-
<p class="muted"><code>src/runtimeBindings.ts:
|
|
7773
|
+
<p class="muted"><code>src/runtimeBindings.ts:383:1</code></p>
|
|
7444
7774
|
<p class="empty">No description available.</p>
|
|
7445
7775
|
</article>
|
|
7446
7776
|
<article class="item" data-search="isArrayIndexPathPart src/runtimeBindings.ts ">
|
|
7447
7777
|
<h3>isArrayIndexPathPart</h3>
|
|
7448
|
-
<p class="muted"><code>src/runtimeBindings.ts:
|
|
7778
|
+
<p class="muted"><code>src/runtimeBindings.ts:395:1</code></p>
|
|
7449
7779
|
<p class="empty">No description available.</p>
|
|
7450
7780
|
</article>
|
|
7451
7781
|
<article class="item" data-search="asBindingValue src/runtimeBindings.ts ">
|
|
7452
7782
|
<h3>asBindingValue</h3>
|
|
7453
|
-
<p class="muted"><code>src/runtimeBindings.ts:
|
|
7783
|
+
<p class="muted"><code>src/runtimeBindings.ts:399:1</code></p>
|
|
7454
7784
|
<p class="empty">No description available.</p>
|
|
7455
7785
|
</article>
|
|
7456
7786
|
<article class="item" data-search="isBindingValue src/runtimeBindings.ts ">
|
|
7457
7787
|
<h3>isBindingValue</h3>
|
|
7458
|
-
<p class="muted"><code>src/runtimeBindings.ts:
|
|
7788
|
+
<p class="muted"><code>src/runtimeBindings.ts:403:1</code></p>
|
|
7459
7789
|
<p class="empty">No description available.</p>
|
|
7460
7790
|
</article>
|
|
7461
7791
|
<article class="item" data-search="isRecord src/runtimeBindings.ts ">
|
|
7462
7792
|
<h3>isRecord</h3>
|
|
7463
|
-
<p class="muted"><code>src/runtimeBindings.ts:
|
|
7464
|
-
<p class="empty">No description available.</p>
|
|
7465
|
-
</article>
|
|
7466
|
-
</section>
|
|
7467
|
-
</section>
|
|
7468
|
-
<section
|
|
7469
|
-
id="view-src-runtimedatabaseoperationexecutor-ts"
|
|
7470
|
-
class="view"
|
|
7471
|
-
data-view="src/runtimeDatabaseOperationExecutor.ts"
|
|
7472
|
-
hidden
|
|
7473
|
-
>
|
|
7474
|
-
<section class="panel">
|
|
7475
|
-
<h2>src/runtimeDatabaseOperationExecutor.ts</h2>
|
|
7476
|
-
<article
|
|
7477
|
-
class="item"
|
|
7478
|
-
data-search="executeRuntimeDatabaseOperation src/runtimeDatabaseOperationExecutor.ts "
|
|
7479
|
-
>
|
|
7480
|
-
<h3>executeRuntimeDatabaseOperation</h3>
|
|
7481
|
-
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:13:1</code></p>
|
|
7482
|
-
<p class="empty">No description available.</p>
|
|
7483
|
-
</article>
|
|
7484
|
-
<article
|
|
7485
|
-
class="item"
|
|
7486
|
-
data-search="resolveOperationPlan src/runtimeDatabaseOperationExecutor.ts "
|
|
7487
|
-
>
|
|
7488
|
-
<h3>resolveOperationPlan</h3>
|
|
7489
|
-
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:67:1</code></p>
|
|
7490
|
-
<p class="empty">No description available.</p>
|
|
7491
|
-
</article>
|
|
7492
|
-
<article
|
|
7493
|
-
class="item"
|
|
7494
|
-
data-search="executeList src/runtimeDatabaseOperationExecutor.ts "
|
|
7495
|
-
>
|
|
7496
|
-
<h3>executeList</h3>
|
|
7497
|
-
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:121:1</code></p>
|
|
7498
|
-
<p class="empty">No description available.</p>
|
|
7499
|
-
</article>
|
|
7500
|
-
<article
|
|
7501
|
-
class="item"
|
|
7502
|
-
data-search="executeRead src/runtimeDatabaseOperationExecutor.ts "
|
|
7503
|
-
>
|
|
7504
|
-
<h3>executeRead</h3>
|
|
7505
|
-
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:138:1</code></p>
|
|
7506
|
-
<p class="empty">No description available.</p>
|
|
7507
|
-
</article>
|
|
7508
|
-
<article
|
|
7509
|
-
class="item"
|
|
7510
|
-
data-search="executeCreate src/runtimeDatabaseOperationExecutor.ts "
|
|
7511
|
-
>
|
|
7512
|
-
<h3>executeCreate</h3>
|
|
7513
|
-
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:156:1</code></p>
|
|
7514
|
-
<p class="empty">No description available.</p>
|
|
7515
|
-
</article>
|
|
7516
|
-
<article
|
|
7517
|
-
class="item"
|
|
7518
|
-
data-search="executeUpdate src/runtimeDatabaseOperationExecutor.ts "
|
|
7519
|
-
>
|
|
7520
|
-
<h3>executeUpdate</h3>
|
|
7521
|
-
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:170:1</code></p>
|
|
7522
|
-
<p class="empty">No description available.</p>
|
|
7523
|
-
</article>
|
|
7524
|
-
<article
|
|
7525
|
-
class="item"
|
|
7526
|
-
data-search="executeDelete src/runtimeDatabaseOperationExecutor.ts "
|
|
7527
|
-
>
|
|
7528
|
-
<h3>executeDelete</h3>
|
|
7529
|
-
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:197:1</code></p>
|
|
7530
|
-
<p class="empty">No description available.</p>
|
|
7531
|
-
</article>
|
|
7532
|
-
<article
|
|
7533
|
-
class="item"
|
|
7534
|
-
data-search="resolveDbResult src/runtimeDatabaseOperationExecutor.ts "
|
|
7535
|
-
>
|
|
7536
|
-
<h3>resolveDbResult</h3>
|
|
7537
|
-
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:219:1</code></p>
|
|
7538
|
-
<p class="empty">No description available.</p>
|
|
7539
|
-
</article>
|
|
7540
|
-
<article
|
|
7541
|
-
class="item"
|
|
7542
|
-
data-search="resolveAdapterId src/runtimeDatabaseOperationExecutor.ts "
|
|
7543
|
-
>
|
|
7544
|
-
<h3>resolveAdapterId</h3>
|
|
7545
|
-
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:239:1</code></p>
|
|
7546
|
-
<p class="empty">No description available.</p>
|
|
7547
|
-
</article>
|
|
7548
|
-
<article
|
|
7549
|
-
class="item"
|
|
7550
|
-
data-search="resolvePrimaryKey src/runtimeDatabaseOperationExecutor.ts "
|
|
7551
|
-
>
|
|
7552
|
-
<h3>resolvePrimaryKey</h3>
|
|
7553
|
-
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:245:1</code></p>
|
|
7554
|
-
<p class="empty">No description available.</p>
|
|
7555
|
-
</article>
|
|
7556
|
-
<article
|
|
7557
|
-
class="item"
|
|
7558
|
-
data-search="resolveIdentity src/runtimeDatabaseOperationExecutor.ts "
|
|
7559
|
-
>
|
|
7560
|
-
<h3>resolveIdentity</h3>
|
|
7561
|
-
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:249:1</code></p>
|
|
7562
|
-
<p class="empty">No description available.</p>
|
|
7563
|
-
</article>
|
|
7564
|
-
<article
|
|
7565
|
-
class="item"
|
|
7566
|
-
data-search="resolvePage src/runtimeDatabaseOperationExecutor.ts "
|
|
7567
|
-
>
|
|
7568
|
-
<h3>resolvePage</h3>
|
|
7569
|
-
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:270:1</code></p>
|
|
7570
|
-
<p class="empty">No description available.</p>
|
|
7571
|
-
</article>
|
|
7572
|
-
<article
|
|
7573
|
-
class="item"
|
|
7574
|
-
data-search="isOptionalPageNumber src/runtimeDatabaseOperationExecutor.ts "
|
|
7575
|
-
>
|
|
7576
|
-
<h3>isOptionalPageNumber</h3>
|
|
7577
|
-
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:287:1</code></p>
|
|
7578
|
-
<p class="empty">No description available.</p>
|
|
7579
|
-
</article>
|
|
7580
|
-
<article
|
|
7581
|
-
class="item"
|
|
7582
|
-
data-search="createIdentityFilter src/runtimeDatabaseOperationExecutor.ts "
|
|
7583
|
-
>
|
|
7584
|
-
<h3>createIdentityFilter</h3>
|
|
7585
|
-
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:293:1</code></p>
|
|
7586
|
-
<p class="empty">No description available.</p>
|
|
7587
|
-
</article>
|
|
7588
|
-
<article class="item" data-search="omitKey src/runtimeDatabaseOperationExecutor.ts ">
|
|
7589
|
-
<h3>omitKey</h3>
|
|
7590
|
-
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:297:1</code></p>
|
|
7591
|
-
<p class="empty">No description available.</p>
|
|
7592
|
-
</article>
|
|
7593
|
-
<article
|
|
7594
|
-
class="item"
|
|
7595
|
-
data-search="isGeneratedCrudOperation src/runtimeDatabaseOperationExecutor.ts "
|
|
7596
|
-
>
|
|
7597
|
-
<h3>isGeneratedCrudOperation</h3>
|
|
7598
|
-
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:305:1</code></p>
|
|
7599
|
-
<p class="empty">No description available.</p>
|
|
7600
|
-
</article>
|
|
7601
|
-
<article
|
|
7602
|
-
class="item"
|
|
7603
|
-
data-search="invalidPlan src/runtimeDatabaseOperationExecutor.ts "
|
|
7604
|
-
>
|
|
7605
|
-
<h3>invalidPlan</h3>
|
|
7606
|
-
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:315:1</code></p>
|
|
7607
|
-
<p class="empty">No description available.</p>
|
|
7608
|
-
</article>
|
|
7609
|
-
<article class="item" data-search="failure src/runtimeDatabaseOperationExecutor.ts ">
|
|
7610
|
-
<h3>failure</h3>
|
|
7611
|
-
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:326:1</code></p>
|
|
7612
|
-
<p class="empty">No description available.</p>
|
|
7613
|
-
</article>
|
|
7614
|
-
<article class="item" data-search="asRecord src/runtimeDatabaseOperationExecutor.ts ">
|
|
7615
|
-
<h3>asRecord</h3>
|
|
7616
|
-
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:342:1</code></p>
|
|
7617
|
-
<p class="empty">No description available.</p>
|
|
7618
|
-
</article>
|
|
7619
|
-
<article
|
|
7620
|
-
class="item"
|
|
7621
|
-
data-search="toBindingValue src/runtimeDatabaseOperationExecutor.ts "
|
|
7622
|
-
>
|
|
7623
|
-
<h3>toBindingValue</h3>
|
|
7624
|
-
<p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:348:1</code></p>
|
|
7625
|
-
<p class="empty">No description available.</p>
|
|
7626
|
-
</article>
|
|
7627
|
-
</section>
|
|
7628
|
-
</section>
|
|
7629
|
-
<section
|
|
7630
|
-
id="view-src-runtimedatasourceoperations-test-ts"
|
|
7631
|
-
class="view"
|
|
7632
|
-
data-view="src/runtimeDataSourceOperations.test.ts"
|
|
7633
|
-
hidden
|
|
7634
|
-
>
|
|
7635
|
-
<section class="panel">
|
|
7636
|
-
<h2>src/runtimeDataSourceOperations.test.ts</h2>
|
|
7637
|
-
<article
|
|
7638
|
-
class="item"
|
|
7639
|
-
data-search="createExternalDataSources src/runtimeDataSourceOperations.test.ts "
|
|
7640
|
-
>
|
|
7641
|
-
<h3>createExternalDataSources</h3>
|
|
7642
|
-
<p class="muted"><code>src/runtimeDataSourceOperations.test.ts:19:1</code></p>
|
|
7643
|
-
<p class="empty">No description available.</p>
|
|
7644
|
-
</article>
|
|
7645
|
-
<article
|
|
7646
|
-
class="item"
|
|
7647
|
-
data-search="createGeneratedDataSource src/runtimeDataSourceOperations.test.ts "
|
|
7648
|
-
>
|
|
7649
|
-
<h3>createGeneratedDataSource</h3>
|
|
7650
|
-
<p class="muted"><code>src/runtimeDataSourceOperations.test.ts:57:1</code></p>
|
|
7651
|
-
<p class="empty">No description available.</p>
|
|
7652
|
-
</article>
|
|
7653
|
-
<article
|
|
7654
|
-
class="item"
|
|
7655
|
-
data-search="getFixtureDataSource src/runtimeDataSourceOperations.test.ts "
|
|
7656
|
-
>
|
|
7657
|
-
<h3>getFixtureDataSource</h3>
|
|
7658
|
-
<p class="muted"><code>src/runtimeDataSourceOperations.test.ts:84:1</code></p>
|
|
7659
|
-
<p class="empty">No description available.</p>
|
|
7660
|
-
</article>
|
|
7661
|
-
<article
|
|
7662
|
-
class="item"
|
|
7663
|
-
data-search="getFixtureEndpoint src/runtimeDataSourceOperations.test.ts "
|
|
7664
|
-
>
|
|
7665
|
-
<h3>getFixtureEndpoint</h3>
|
|
7666
|
-
<p class="muted"><code>src/runtimeDataSourceOperations.test.ts:90:1</code></p>
|
|
7667
|
-
<p class="empty">No description available.</p>
|
|
7668
|
-
</article>
|
|
7669
|
-
<article
|
|
7670
|
-
class="item"
|
|
7671
|
-
data-search="createDatabaseFixture src/runtimeDataSourceOperations.test.ts "
|
|
7672
|
-
>
|
|
7673
|
-
<h3>createDatabaseFixture</h3>
|
|
7674
|
-
<p class="muted"><code>src/runtimeDataSourceOperations.test.ts:108:1</code></p>
|
|
7675
|
-
<p class="empty">No description available.</p>
|
|
7676
|
-
</article>
|
|
7677
|
-
<article
|
|
7678
|
-
class="item"
|
|
7679
|
-
data-search="createGeneratedExecutor src/runtimeDataSourceOperations.test.ts "
|
|
7680
|
-
>
|
|
7681
|
-
<h3>createGeneratedExecutor</h3>
|
|
7682
|
-
<p class="muted"><code>src/runtimeDataSourceOperations.test.ts:148:1</code></p>
|
|
7683
|
-
<p class="empty">No description available.</p>
|
|
7684
|
-
</article>
|
|
7685
|
-
<article
|
|
7686
|
-
class="item"
|
|
7687
|
-
data-search="executeGeneratedOperation src/runtimeDataSourceOperations.test.ts "
|
|
7688
|
-
>
|
|
7689
|
-
<h3>executeGeneratedOperation</h3>
|
|
7690
|
-
<p class="muted"><code>src/runtimeDataSourceOperations.test.ts:154:1</code></p>
|
|
7691
|
-
<p class="empty">No description available.</p>
|
|
7692
|
-
</article>
|
|
7693
|
-
</section>
|
|
7694
|
-
</section>
|
|
7695
|
-
<section
|
|
7696
|
-
id="view-src-runtimedatasourceoperations-ts"
|
|
7697
|
-
class="view"
|
|
7698
|
-
data-view="src/runtimeDataSourceOperations.ts"
|
|
7699
|
-
hidden
|
|
7700
|
-
>
|
|
7701
|
-
<section class="panel">
|
|
7702
|
-
<h2>src/runtimeDataSourceOperations.ts</h2>
|
|
7703
|
-
<article
|
|
7704
|
-
class="item"
|
|
7705
|
-
data-search="createRuntimeDataSourceOperationExecutor src/runtimeDataSourceOperations.ts "
|
|
7706
|
-
>
|
|
7707
|
-
<h3>createRuntimeDataSourceOperationExecutor</h3>
|
|
7708
|
-
<p class="muted"><code>src/runtimeDataSourceOperations.ts:14:1</code></p>
|
|
7709
|
-
<p class="empty">No description available.</p>
|
|
7710
|
-
</article>
|
|
7711
|
-
<article class="item" data-search="missingEndpoint src/runtimeDataSourceOperations.ts ">
|
|
7712
|
-
<h3>missingEndpoint</h3>
|
|
7713
|
-
<p class="muted"><code>src/runtimeDataSourceOperations.ts:56:1</code></p>
|
|
7714
|
-
<p class="empty">No description available.</p>
|
|
7715
|
-
</article>
|
|
7716
|
-
<article
|
|
7717
|
-
class="item"
|
|
7718
|
-
data-search="missingOperation src/runtimeDataSourceOperations.ts "
|
|
7719
|
-
>
|
|
7720
|
-
<h3>missingOperation</h3>
|
|
7721
|
-
<p class="muted"><code>src/runtimeDataSourceOperations.ts:70:1</code></p>
|
|
7722
|
-
<p class="empty">No description available.</p>
|
|
7723
|
-
</article>
|
|
7724
|
-
<article class="item" data-search="invalidInput src/runtimeDataSourceOperations.ts ">
|
|
7725
|
-
<h3>invalidInput</h3>
|
|
7726
|
-
<p class="muted"><code>src/runtimeDataSourceOperations.ts:80:1</code></p>
|
|
7727
|
-
<p class="empty">No description available.</p>
|
|
7728
|
-
</article>
|
|
7729
|
-
<article class="item" data-search="failure src/runtimeDataSourceOperations.ts ">
|
|
7730
|
-
<h3>failure</h3>
|
|
7731
|
-
<p class="muted"><code>src/runtimeDataSourceOperations.ts:90:1</code></p>
|
|
7732
|
-
<p class="empty">No description available.</p>
|
|
7733
|
-
</article>
|
|
7734
|
-
<article
|
|
7735
|
-
class="item"
|
|
7736
|
-
data-search="asBindingValueRecord src/runtimeDataSourceOperations.ts "
|
|
7737
|
-
>
|
|
7738
|
-
<h3>asBindingValueRecord</h3>
|
|
7739
|
-
<p class="muted"><code>src/runtimeDataSourceOperations.ts:108:1</code></p>
|
|
7740
|
-
<p class="empty">No description available.</p>
|
|
7741
|
-
</article>
|
|
7742
|
-
<article
|
|
7743
|
-
class="item"
|
|
7744
|
-
data-search="isBindingValueRecord src/runtimeDataSourceOperations.ts "
|
|
7745
|
-
>
|
|
7746
|
-
<h3>isBindingValueRecord</h3>
|
|
7747
|
-
<p class="muted"><code>src/runtimeDataSourceOperations.ts:114:1</code></p>
|
|
7793
|
+
<p class="muted"><code>src/runtimeBindings.ts:415:1</code></p>
|
|
7748
7794
|
<p class="empty">No description available.</p>
|
|
7749
7795
|
</article>
|
|
7750
7796
|
</section>
|
|
@@ -8247,14 +8293,14 @@ sequenceDiagram
|
|
|
8247
8293
|
>
|
|
8248
8294
|
<section class="panel">
|
|
8249
8295
|
<h2>src/runtimeRepeat.test.ts</h2>
|
|
8250
|
-
<article class="item" data-search="
|
|
8251
|
-
<h3>
|
|
8296
|
+
<article class="item" data-search="createApis src/runtimeRepeat.test.ts ">
|
|
8297
|
+
<h3>createApis</h3>
|
|
8252
8298
|
<p class="muted"><code>src/runtimeRepeat.test.ts:18:1</code></p>
|
|
8253
8299
|
<p class="empty">No description available.</p>
|
|
8254
8300
|
</article>
|
|
8255
8301
|
<article class="item" data-search="createRepeatedGridNode src/runtimeRepeat.test.ts ">
|
|
8256
8302
|
<h3>createRepeatedGridNode</h3>
|
|
8257
|
-
<p class="muted"><code>src/runtimeRepeat.test.ts:
|
|
8303
|
+
<p class="muted"><code>src/runtimeRepeat.test.ts:45:1</code></p>
|
|
8258
8304
|
<p class="empty">No description available.</p>
|
|
8259
8305
|
</article>
|
|
8260
8306
|
<article
|
|
@@ -8262,7 +8308,7 @@ sequenceDiagram
|
|
|
8262
8308
|
data-search="createRepeatedCardBindings src/runtimeRepeat.test.ts "
|
|
8263
8309
|
>
|
|
8264
8310
|
<h3>createRepeatedCardBindings</h3>
|
|
8265
|
-
<p class="muted"><code>src/runtimeRepeat.test.ts:
|
|
8311
|
+
<p class="muted"><code>src/runtimeRepeat.test.ts:71:1</code></p>
|
|
8266
8312
|
<p class="empty">No description available.</p>
|
|
8267
8313
|
</article>
|
|
8268
8314
|
</section>
|
|
@@ -8313,7 +8359,7 @@ sequenceDiagram
|
|
|
8313
8359
|
</article>
|
|
8314
8360
|
<article class="item" data-search="readRepeatPrimitive src/runtimeRepeat.ts ">
|
|
8315
8361
|
<h3>readRepeatPrimitive</h3>
|
|
8316
|
-
<p class="muted"><code>src/runtimeRepeat.ts:
|
|
8362
|
+
<p class="muted"><code>src/runtimeRepeat.ts:215:1</code></p>
|
|
8317
8363
|
<p class="empty">No description available.</p>
|
|
8318
8364
|
</article>
|
|
8319
8365
|
</section>
|
|
@@ -8396,64 +8442,69 @@ sequenceDiagram
|
|
|
8396
8442
|
</section>
|
|
8397
8443
|
</section>
|
|
8398
8444
|
<section
|
|
8399
|
-
id="view-src-runtimescreenloaders-test-ts"
|
|
8445
|
+
id="view-src-runtimescreenloaders-execution-test-ts"
|
|
8400
8446
|
class="view"
|
|
8401
|
-
data-view="src/runtimeScreenLoaders.test.ts"
|
|
8447
|
+
data-view="src/runtimeScreenLoaders.execution.test.ts"
|
|
8402
8448
|
hidden
|
|
8403
8449
|
>
|
|
8404
8450
|
<section class="panel">
|
|
8405
|
-
<h2>src/runtimeScreenLoaders.test.ts</h2>
|
|
8406
|
-
<article class="item" data-search="createDataSources src/runtimeScreenLoaders.test.ts ">
|
|
8407
|
-
<h3>createDataSources</h3>
|
|
8408
|
-
<p class="muted"><code>src/runtimeScreenLoaders.test.ts:36:1</code></p>
|
|
8409
|
-
<p class="empty">No description available.</p>
|
|
8410
|
-
</article>
|
|
8451
|
+
<h2>src/runtimeScreenLoaders.execution.test.ts</h2>
|
|
8411
8452
|
<article
|
|
8412
8453
|
class="item"
|
|
8413
|
-
data-search="
|
|
8454
|
+
data-search="createApis src/runtimeScreenLoaders.execution.test.ts "
|
|
8414
8455
|
>
|
|
8415
|
-
<h3>
|
|
8416
|
-
<p class="muted"><code>src/runtimeScreenLoaders.test.ts:
|
|
8456
|
+
<h3>createApis</h3>
|
|
8457
|
+
<p class="muted"><code>src/runtimeScreenLoaders.execution.test.ts:24:1</code></p>
|
|
8417
8458
|
<p class="empty">No description available.</p>
|
|
8418
8459
|
</article>
|
|
8419
8460
|
<article
|
|
8420
8461
|
class="item"
|
|
8421
|
-
data-search="
|
|
8462
|
+
data-search="createLoader src/runtimeScreenLoaders.execution.test.ts "
|
|
8422
8463
|
>
|
|
8423
|
-
<h3>
|
|
8424
|
-
<p class="muted"><code>src/runtimeScreenLoaders.test.ts:
|
|
8464
|
+
<h3>createLoader</h3>
|
|
8465
|
+
<p class="muted"><code>src/runtimeScreenLoaders.execution.test.ts:51:1</code></p>
|
|
8425
8466
|
<p class="empty">No description available.</p>
|
|
8426
8467
|
</article>
|
|
8427
8468
|
<article
|
|
8428
8469
|
class="item"
|
|
8429
|
-
data-search="
|
|
8470
|
+
data-search="createScreen src/runtimeScreenLoaders.execution.test.ts "
|
|
8430
8471
|
>
|
|
8431
|
-
<h3>
|
|
8432
|
-
<p class="muted"><code>src/runtimeScreenLoaders.test.ts:
|
|
8472
|
+
<h3>createScreen</h3>
|
|
8473
|
+
<p class="muted"><code>src/runtimeScreenLoaders.execution.test.ts:65:1</code></p>
|
|
8433
8474
|
<p class="empty">No description available.</p>
|
|
8434
8475
|
</article>
|
|
8435
8476
|
<article
|
|
8436
8477
|
class="item"
|
|
8437
|
-
data-search="
|
|
8478
|
+
data-search="createBindings src/runtimeScreenLoaders.execution.test.ts "
|
|
8438
8479
|
>
|
|
8439
|
-
<h3>
|
|
8440
|
-
<p class="muted"><code>src/runtimeScreenLoaders.test.ts:
|
|
8480
|
+
<h3>createBindings</h3>
|
|
8481
|
+
<p class="muted"><code>src/runtimeScreenLoaders.execution.test.ts:76:1</code></p>
|
|
8441
8482
|
<p class="empty">No description available.</p>
|
|
8442
8483
|
</article>
|
|
8443
8484
|
<article
|
|
8444
8485
|
class="item"
|
|
8445
|
-
data-search="
|
|
8486
|
+
data-search="routeContext src/runtimeScreenLoaders.execution.test.ts "
|
|
8446
8487
|
>
|
|
8447
|
-
<h3>
|
|
8448
|
-
<p class="muted"><code>src/runtimeScreenLoaders.test.ts:
|
|
8488
|
+
<h3>routeContext</h3>
|
|
8489
|
+
<p class="muted"><code>src/runtimeScreenLoaders.execution.test.ts:93:1</code></p>
|
|
8449
8490
|
<p class="empty">No description available.</p>
|
|
8450
8491
|
</article>
|
|
8492
|
+
</section>
|
|
8493
|
+
</section>
|
|
8494
|
+
<section
|
|
8495
|
+
id="view-src-runtimescreenloaders-lifecycle-test-ts"
|
|
8496
|
+
class="view"
|
|
8497
|
+
data-view="src/runtimeScreenLoaders.lifecycle.test.ts"
|
|
8498
|
+
hidden
|
|
8499
|
+
>
|
|
8500
|
+
<section class="panel">
|
|
8501
|
+
<h2>src/runtimeScreenLoaders.lifecycle.test.ts</h2>
|
|
8451
8502
|
<article
|
|
8452
8503
|
class="item"
|
|
8453
|
-
data-search="
|
|
8504
|
+
data-search="loadedResult src/runtimeScreenLoaders.lifecycle.test.ts "
|
|
8454
8505
|
>
|
|
8455
|
-
<h3>
|
|
8456
|
-
<p class="muted"><code>src/runtimeScreenLoaders.test.ts:
|
|
8506
|
+
<h3>loadedResult</h3>
|
|
8507
|
+
<p class="muted"><code>src/runtimeScreenLoaders.lifecycle.test.ts:19:1</code></p>
|
|
8457
8508
|
<p class="empty">No description available.</p>
|
|
8458
8509
|
</article>
|
|
8459
8510
|
</section>
|