@ankhorage/runtime 2.2.10 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/README.md +2 -1
  3. package/dist/RuntimeRenderer.d.ts.map +1 -1
  4. package/dist/RuntimeRenderer.js +21 -2
  5. package/dist/RuntimeRenderer.js.map +1 -1
  6. package/dist/RuntimeRendererConfig.d.ts +3 -0
  7. package/dist/RuntimeRendererConfig.d.ts.map +1 -1
  8. package/dist/RuntimeRendererConfig.js +2 -0
  9. package/dist/RuntimeRendererConfig.js.map +1 -1
  10. package/dist/bindings.d.ts +2 -0
  11. package/dist/bindings.d.ts.map +1 -1
  12. package/dist/bindings.js +1 -0
  13. package/dist/bindings.js.map +1 -1
  14. package/dist/index.d.ts +2 -0
  15. package/dist/index.d.ts.map +1 -1
  16. package/dist/index.js +1 -0
  17. package/dist/index.js.map +1 -1
  18. package/dist/runtimeActionRegistry.d.ts +3 -0
  19. package/dist/runtimeActionRegistry.d.ts.map +1 -1
  20. package/dist/runtimeActionRegistry.js +44 -8
  21. package/dist/runtimeActionRegistry.js.map +1 -1
  22. package/dist/runtimeEventOperationLifecycle.d.ts +44 -0
  23. package/dist/runtimeEventOperationLifecycle.d.ts.map +1 -0
  24. package/dist/runtimeEventOperationLifecycle.js +76 -0
  25. package/dist/runtimeEventOperationLifecycle.js.map +1 -0
  26. package/package.json +3 -2
  27. package/paradox/badges/npm.svg +4 -4
  28. package/paradox/components.md +2 -2
  29. package/paradox/diagrams/architecture-overview.mmd +9 -0
  30. package/paradox/diagrams/export-graph.mmd +27 -0
  31. package/paradox/diagrams/module-relationships.mmd +7 -0
  32. package/paradox/diagrams/sequences/create-runtime-event-operation-binding-context.mmd +5 -0
  33. package/paradox/exports.json +312 -29
  34. package/paradox/exports.md +154 -60
  35. package/paradox/index.html +704 -87
  36. package/paradox/paradox.json +712 -68
@@ -268,7 +268,7 @@
268
268
  <li>
269
269
  <button class="nav-button" type="button" data-target="src/runtimeActionRegistry.ts">
270
270
  src/runtimeActionRegistry.ts
271
- <small>22 functions</small>
271
+ <small>23 functions</small>
272
272
  </button>
273
273
  </li>
274
274
  <li>
@@ -333,6 +333,26 @@
333
333
  <small>1 function</small>
334
334
  </button>
335
335
  </li>
336
+ <li>
337
+ <button
338
+ class="nav-button"
339
+ type="button"
340
+ data-target="src/runtimeEventOperationLifecycle.test.ts"
341
+ >
342
+ src/runtimeEventOperationLifecycle.test.ts
343
+ <small>3 functions</small>
344
+ </button>
345
+ </li>
346
+ <li>
347
+ <button
348
+ class="nav-button"
349
+ type="button"
350
+ data-target="src/runtimeEventOperationLifecycle.ts"
351
+ >
352
+ src/runtimeEventOperationLifecycle.ts
353
+ <small>4 functions</small>
354
+ </button>
355
+ </li>
336
356
  <li>
337
357
  <button class="nav-button" type="button" data-target="src/runtimeManifest.ts">
338
358
  src/runtimeManifest.ts
@@ -507,9 +527,9 @@
507
527
  <section class="panel">
508
528
  <h2>Package overview</h2>
509
529
  <div class="summary">
510
- <div><strong>85</strong><span class="muted">public exports</span></div>
530
+ <div><strong>93</strong><span class="muted">public exports</span></div>
511
531
  <div><strong>5</strong><span class="muted">components</span></div>
512
- <div><strong>53</strong><span class="muted">modules</span></div>
532
+ <div><strong>55</strong><span class="muted">modules</span></div>
513
533
  <div><strong>1</strong><span class="muted">entrypoints</span></div>
514
534
  </div>
515
535
  <h3>Entrypoints</h3>
@@ -534,17 +554,21 @@
534
554
  </article>
535
555
  <article
536
556
  class="item"
537
- data-search="src/bindings.ts createRuntimeApiOperationExecutor createRuntimeBindingOperationKey resolveBindingInputMap resolveRuntimeBindings resolveRuntimeBindingsAsync resolveRuntimeBindingValue resolveRuntimeBindingValueSync RuntimeApiOperationExecutorOptions RuntimeApiOperationSelection RuntimeBindingOperationExecutionArgs RuntimeBindingOperationExecutionResult RuntimeBindingOperationExecutor RuntimeBindingOperationKey RuntimeBindingOperationResultCache RuntimeBindingOperationResultWriter RuntimeBindingResolutionArgs RuntimeBindingResolutionContext RuntimeBindingResolutionResult validateRuntimeBindingOperationRef"
557
+ data-search="src/bindings.ts createRuntimeApiOperationExecutor createRuntimeBindingOperationKey createRuntimeEventOperationBindingContext createRuntimeEventOperationLifecycle IDLE_RUNTIME_EVENT_OPERATION_STATE resolveBindingInputMap resolveRuntimeBindings resolveRuntimeBindingsAsync resolveRuntimeBindingValue resolveRuntimeBindingValueSync resolveRuntimeEventOperationErrorMessage RuntimeApiOperationExecutorOptions RuntimeApiOperationSelection RuntimeBindingOperationExecutionArgs RuntimeBindingOperationExecutionResult RuntimeBindingOperationExecutor RuntimeBindingOperationKey RuntimeBindingOperationResultCache RuntimeBindingOperationResultWriter RuntimeBindingResolutionArgs RuntimeBindingResolutionContext RuntimeBindingResolutionResult RuntimeEventOperationInvocation RuntimeEventOperationLifecycle RuntimeEventOperationState RuntimeEventOperationStatus validateRuntimeBindingOperationRef"
538
558
  >
539
559
  <h3>src/bindings.ts</h3>
540
560
  <p class="muted">Referenced module</p>
541
561
  <p><strong>Dependencies:</strong> <span class="empty">None</span></p>
542
562
  <p>
543
563
  <strong>Exports:</strong> <code>createRuntimeApiOperationExecutor</code>,
544
- <code>createRuntimeBindingOperationKey</code>, <code>resolveBindingInputMap</code>,
545
- <code>resolveRuntimeBindings</code>, <code>resolveRuntimeBindingsAsync</code>,
546
- <code>resolveRuntimeBindingValue</code>,
564
+ <code>createRuntimeBindingOperationKey</code>,
565
+ <code>createRuntimeEventOperationBindingContext</code>,
566
+ <code>createRuntimeEventOperationLifecycle</code>,
567
+ <code>IDLE_RUNTIME_EVENT_OPERATION_STATE</code>,
568
+ <code>resolveBindingInputMap</code>, <code>resolveRuntimeBindings</code>,
569
+ <code>resolveRuntimeBindingsAsync</code>, <code>resolveRuntimeBindingValue</code>,
547
570
  <code>resolveRuntimeBindingValueSync</code>,
571
+ <code>resolveRuntimeEventOperationErrorMessage</code>,
548
572
  <code>RuntimeApiOperationExecutorOptions</code>,
549
573
  <code>RuntimeApiOperationSelection</code>,
550
574
  <code>RuntimeBindingOperationExecutionArgs</code>,
@@ -556,6 +580,9 @@
556
580
  <code>RuntimeBindingResolutionArgs</code>,
557
581
  <code>RuntimeBindingResolutionContext</code>,
558
582
  <code>RuntimeBindingResolutionResult</code>,
583
+ <code>RuntimeEventOperationInvocation</code>,
584
+ <code>RuntimeEventOperationLifecycle</code>,
585
+ <code>RuntimeEventOperationState</code>, <code>RuntimeEventOperationStatus</code>,
559
586
  <code>validateRuntimeBindingOperationRef</code>
560
587
  </p>
561
588
  </article>
@@ -573,7 +600,7 @@
573
600
  </article>
574
601
  <article
575
602
  class="item"
576
- 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"
603
+ data-search="src/index.ts ComponentRegistry composeRuntimeNodePropsResolver composeRuntimeRendererWrapNode createComponentEventFromHandlerArgs createComponentRegistry createDbPersistActionHandler createDbPersistAdapterError createPendingRuntimeScreenOperationLoaderState createRuntimeActionRegistry createRuntimeApiOperationExecutor createRuntimeBindingOperationKey createRuntimeEventOperationBindingContext createRuntimeEventOperationLifecycle createRuntimeMemoryStateAdapter createRuntimeScreenLoaderRequestKey dispatchRuntimeComponentEvent dispatchRuntimeComponentEventWithReporting executeDbPersistAction executeRuntimeScreenOperationLoaders IDLE_RUNTIME_EVENT_OPERATION_STATE ManifestContext ManifestProvider mergeRuntimeRendererConfig resolveBindingInputMap resolveDbPersistInput resolveRuntimeActionPayload resolveRuntimeActionValue resolveRuntimeBindings resolveRuntimeBindingsAsync resolveRuntimeBindingValue resolveRuntimeBindingValueSync resolveRuntimeEventOperationErrorMessage 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 RuntimeEventOperationInvocation RuntimeEventOperationLifecycle RuntimeEventOperationState RuntimeEventOperationStatus 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"
577
604
  >
578
605
  <h3>src/index.ts</h3>
579
606
  <p class="muted">Configured entrypoint</p>
@@ -589,18 +616,22 @@
589
616
  <code>createRuntimeActionRegistry</code>,
590
617
  <code>createRuntimeApiOperationExecutor</code>,
591
618
  <code>createRuntimeBindingOperationKey</code>,
619
+ <code>createRuntimeEventOperationBindingContext</code>,
620
+ <code>createRuntimeEventOperationLifecycle</code>,
592
621
  <code>createRuntimeMemoryStateAdapter</code>,
593
622
  <code>createRuntimeScreenLoaderRequestKey</code>,
594
623
  <code>dispatchRuntimeComponentEvent</code>,
595
624
  <code>dispatchRuntimeComponentEventWithReporting</code>,
596
625
  <code>executeDbPersistAction</code>,
597
- <code>executeRuntimeScreenOperationLoaders</code>, <code>ManifestContext</code>,
626
+ <code>executeRuntimeScreenOperationLoaders</code>,
627
+ <code>IDLE_RUNTIME_EVENT_OPERATION_STATE</code>, <code>ManifestContext</code>,
598
628
  <code>ManifestProvider</code>, <code>mergeRuntimeRendererConfig</code>,
599
629
  <code>resolveBindingInputMap</code>, <code>resolveDbPersistInput</code>,
600
630
  <code>resolveRuntimeActionPayload</code>, <code>resolveRuntimeActionValue</code>,
601
631
  <code>resolveRuntimeBindings</code>, <code>resolveRuntimeBindingsAsync</code>,
602
632
  <code>resolveRuntimeBindingValue</code>,
603
633
  <code>resolveRuntimeBindingValueSync</code>,
634
+ <code>resolveRuntimeEventOperationErrorMessage</code>,
604
635
  <code>resolveScreenOperationLoaders</code>, <code>RuntimeAction</code>,
605
636
  <code>RuntimeActionDescriptor</code>, <code>RuntimeActionExecutor</code>,
606
637
  <code>RuntimeActionHandler</code>, <code>RuntimeActionHandlerArgs</code>,
@@ -621,6 +652,9 @@
621
652
  <code>RuntimeComponentEventDispatchArgs</code>, <code>RuntimeDbPersistError</code>,
622
653
  <code>RuntimeDbPersistExecutionResult</code>, <code>RuntimeDbPersistResult</code>,
623
654
  <code>RuntimeDiagnostic</code>, <code>RuntimeEventDiagnosticsReporter</code>,
655
+ <code>RuntimeEventOperationInvocation</code>,
656
+ <code>RuntimeEventOperationLifecycle</code>,
657
+ <code>RuntimeEventOperationState</code>, <code>RuntimeEventOperationStatus</code>,
624
658
  <code>RuntimeEventPropWrapArgs</code>, <code>RuntimeManifest</code>,
625
659
  <code>RuntimeManifestConfig</code>, <code>RuntimeManifestInput</code>,
626
660
  <code>RuntimeMediaAssetResolver</code>, <code>RuntimeMediaAssetResolverArgs</code>,
@@ -738,13 +772,15 @@
738
772
  </article>
739
773
  <article
740
774
  class="item"
741
- 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"
775
+ data-search="src/runtimeActionRegistry.ts src/runtimeApiSelection.ts src/runtimeBindings.ts src/runtimeEventOperationLifecycle.ts src/RuntimeRendererConfig.tsx createComponentEventFromHandlerArgs createRuntimeActionRegistry dispatchRuntimeComponentEvent resolveRuntimeActionPayload resolveRuntimeActionValue RuntimeActionRegistry RuntimeActionResolutionArgs RuntimeActionResolutionScope RuntimeComponentEventDispatchArgs RuntimeEventPropWrapArgs wrapRuntimeEventProps"
742
776
  >
743
777
  <h3>src/runtimeActionRegistry.ts</h3>
744
778
  <p class="muted">Referenced module</p>
745
779
  <p>
746
780
  <strong>Dependencies:</strong> <code>src/runtimeApiSelection.ts</code>,
747
- <code>src/runtimeBindings.ts</code>, <code>src/RuntimeRendererConfig.tsx</code>
781
+ <code>src/runtimeBindings.ts</code>,
782
+ <code>src/runtimeEventOperationLifecycle.ts</code>,
783
+ <code>src/RuntimeRendererConfig.tsx</code>
748
784
  </p>
749
785
  <p>
750
786
  <strong>Exports:</strong> <code>createComponentEventFromHandlerArgs</code>,
@@ -887,6 +923,35 @@
887
923
  <code>RuntimeEventDiagnosticsReporter</code>
888
924
  </p>
889
925
  </article>
926
+ <article
927
+ class="item"
928
+ data-search="src/runtimeEventOperationLifecycle.test.ts src/runtimeActionRegistry.ts src/runtimeEventOperationLifecycle.ts"
929
+ >
930
+ <h3>src/runtimeEventOperationLifecycle.test.ts</h3>
931
+ <p class="muted">Referenced module</p>
932
+ <p>
933
+ <strong>Dependencies:</strong> <code>src/runtimeActionRegistry.ts</code>,
934
+ <code>src/runtimeEventOperationLifecycle.ts</code>
935
+ </p>
936
+ <p><strong>Exports:</strong> <span class="empty">None</span></p>
937
+ </article>
938
+ <article
939
+ class="item"
940
+ data-search="src/runtimeEventOperationLifecycle.ts createRuntimeEventOperationBindingContext createRuntimeEventOperationLifecycle IDLE_RUNTIME_EVENT_OPERATION_STATE resolveRuntimeEventOperationErrorMessage RuntimeEventOperationInvocation RuntimeEventOperationLifecycle RuntimeEventOperationState RuntimeEventOperationStatus"
941
+ >
942
+ <h3>src/runtimeEventOperationLifecycle.ts</h3>
943
+ <p class="muted">Referenced module</p>
944
+ <p><strong>Dependencies:</strong> <span class="empty">None</span></p>
945
+ <p>
946
+ <strong>Exports:</strong> <code>createRuntimeEventOperationBindingContext</code>,
947
+ <code>createRuntimeEventOperationLifecycle</code>,
948
+ <code>IDLE_RUNTIME_EVENT_OPERATION_STATE</code>,
949
+ <code>resolveRuntimeEventOperationErrorMessage</code>,
950
+ <code>RuntimeEventOperationInvocation</code>,
951
+ <code>RuntimeEventOperationLifecycle</code>,
952
+ <code>RuntimeEventOperationState</code>, <code>RuntimeEventOperationStatus</code>
953
+ </p>
954
+ </article>
890
955
  <article
891
956
  class="item"
892
957
  data-search="src/runtimeImageMedia.test.ts src/runtimeMedia.ts src/runtimeNodeProps.ts"
@@ -1001,7 +1066,7 @@
1001
1066
  </article>
1002
1067
  <article
1003
1068
  class="item"
1004
- data-search="src/RuntimeRenderer.tsx src/registry.tsx src/rendering.ts src/runtimeActionRegistry.ts src/runtimeBindings.ts src/runtimeDbPersist.ts src/runtimeEventExecution.ts src/runtimeMedia.ts src/runtimeMediaCache.tsx src/runtimeNodeProps.ts src/RuntimeRendererConfig.tsx src/runtimeRepeat.ts src/runtimeRepeatDiagnostics.ts src/runtimeRepeatEmptyState.ts src/useRuntimeMediaProps.ts RuntimeRenderer RuntimeRendererProps"
1069
+ data-search="src/RuntimeRenderer.tsx src/registry.tsx src/rendering.ts src/runtimeActionRegistry.ts src/runtimeBindings.ts src/runtimeDbPersist.ts src/runtimeEventExecution.ts src/runtimeEventOperationLifecycle.ts src/runtimeMedia.ts src/runtimeMediaCache.tsx src/runtimeNodeProps.ts src/RuntimeRendererConfig.tsx src/runtimeRepeat.ts src/runtimeRepeatDiagnostics.ts src/runtimeRepeatEmptyState.ts src/useRuntimeMediaProps.ts RuntimeRenderer RuntimeRendererProps"
1005
1070
  >
1006
1071
  <h3>src/RuntimeRenderer.tsx</h3>
1007
1072
  <p class="muted">Referenced module</p>
@@ -1009,10 +1074,11 @@
1009
1074
  <strong>Dependencies:</strong> <code>src/registry.tsx</code>,
1010
1075
  <code>src/rendering.ts</code>, <code>src/runtimeActionRegistry.ts</code>,
1011
1076
  <code>src/runtimeBindings.ts</code>, <code>src/runtimeDbPersist.ts</code>,
1012
- <code>src/runtimeEventExecution.ts</code>, <code>src/runtimeMedia.ts</code>,
1013
- <code>src/runtimeMediaCache.tsx</code>, <code>src/runtimeNodeProps.ts</code>,
1014
- <code>src/RuntimeRendererConfig.tsx</code>, <code>src/runtimeRepeat.ts</code>,
1015
- <code>src/runtimeRepeatDiagnostics.ts</code>,
1077
+ <code>src/runtimeEventExecution.ts</code>,
1078
+ <code>src/runtimeEventOperationLifecycle.ts</code>,
1079
+ <code>src/runtimeMedia.ts</code>, <code>src/runtimeMediaCache.tsx</code>,
1080
+ <code>src/runtimeNodeProps.ts</code>, <code>src/RuntimeRendererConfig.tsx</code>,
1081
+ <code>src/runtimeRepeat.ts</code>, <code>src/runtimeRepeatDiagnostics.ts</code>,
1016
1082
  <code>src/runtimeRepeatEmptyState.ts</code>,
1017
1083
  <code>src/useRuntimeMediaProps.ts</code>
1018
1084
  </p>
@@ -1032,13 +1098,14 @@
1032
1098
  </article>
1033
1099
  <article
1034
1100
  class="item"
1035
- data-search="src/RuntimeRendererConfig.tsx src/registry.tsx src/runtimeBindings.ts src/runtimeMedia.ts composeRuntimeNodePropsResolver composeRuntimeRendererWrapNode mergeRuntimeRendererConfig RuntimeAction RuntimeActionExecutor RuntimeActionHandler RuntimeActionHandlerArgs RuntimeActionHandlers RuntimeNodePropsResolver RuntimeRendererConfig RuntimeRendererConfigProvider RuntimeRendererWrapArgs RuntimeResolveNodePropsArgs useRuntimeRendererConfig"
1101
+ data-search="src/RuntimeRendererConfig.tsx src/registry.tsx src/runtimeBindings.ts src/runtimeEventOperationLifecycle.ts src/runtimeMedia.ts composeRuntimeNodePropsResolver composeRuntimeRendererWrapNode mergeRuntimeRendererConfig RuntimeAction RuntimeActionExecutor RuntimeActionHandler RuntimeActionHandlerArgs RuntimeActionHandlers RuntimeNodePropsResolver RuntimeRendererConfig RuntimeRendererConfigProvider RuntimeRendererWrapArgs RuntimeResolveNodePropsArgs useRuntimeRendererConfig"
1036
1102
  >
1037
1103
  <h3>src/RuntimeRendererConfig.tsx</h3>
1038
1104
  <p class="muted">Referenced module</p>
1039
1105
  <p>
1040
1106
  <strong>Dependencies:</strong> <code>src/registry.tsx</code>,
1041
- <code>src/runtimeBindings.ts</code>, <code>src/runtimeMedia.ts</code>
1107
+ <code>src/runtimeBindings.ts</code>,
1108
+ <code>src/runtimeEventOperationLifecycle.ts</code>, <code>src/runtimeMedia.ts</code>
1042
1109
  </p>
1043
1110
  <p>
1044
1111
  <strong>Exports:</strong> <code>composeRuntimeNodePropsResolver</code>,
@@ -1464,7 +1531,7 @@
1464
1531
  data-search="createComponentEventFromHandlerArgs function src/runtimeActionRegistry.ts (args: { readonly node: UiNode; readonly eventName: string; readonly handlerArgs: readonly unknown[]; }) =&gt; ComponentEventDto&lt;string, RuntimeEventPayload&gt;"
1465
1532
  >
1466
1533
  <h4>createComponentEventFromHandlerArgs</h4>
1467
- <p class="muted">function • <code>src/runtimeActionRegistry.ts:216:1</code></p>
1534
+ <p class="muted">function • <code>src/runtimeActionRegistry.ts:223:1</code></p>
1468
1535
 
1469
1536
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1470
1537
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -1504,10 +1571,10 @@
1504
1571
  <article
1505
1572
  class="item"
1506
1573
  id="symbol-createruntimeactionregistry"
1507
- 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; }) =&gt; RuntimeActionRegistry"
1574
+ data-search="createRuntimeActionRegistry function src/runtimeActionRegistry.ts RuntimeActionHandler RuntimeActionHandlers RuntimeActionRegistry RuntimeBindingOperationExecutor RuntimeBindingOperationResultCache RuntimeBindingOperationResultWriter RuntimeEventOperationLifecycle (options?: { actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; eventOperationLifecycle?: RuntimeEventOperationLifecycle; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }) =&gt; RuntimeActionRegistry"
1508
1575
  >
1509
1576
  <h4>createRuntimeActionRegistry</h4>
1510
- <p class="muted">function • <code>src/runtimeActionRegistry.ts:66:1</code></p>
1577
+ <p class="muted">function • <code>src/runtimeActionRegistry.ts:71:1</code></p>
1511
1578
 
1512
1579
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1513
1580
  <div>
@@ -1519,12 +1586,13 @@
1519
1586
  <li class="chip">RuntimeBindingOperationExecutor</li>
1520
1587
  <li class="chip">RuntimeBindingOperationResultCache</li>
1521
1588
  <li class="chip">RuntimeBindingOperationResultWriter</li>
1589
+ <li class="chip">RuntimeEventOperationLifecycle</li>
1522
1590
  </ul>
1523
1591
  </div>
1524
1592
  <div>
1525
1593
  <h5>Signature</h5>
1526
1594
  <pre>
1527
- (options?: { actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }) =&gt; RuntimeActionRegistry</pre>
1595
+ (options?: { actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; eventOperationLifecycle?: RuntimeEventOperationLifecycle; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }) =&gt; RuntimeActionRegistry</pre>
1528
1596
  <table>
1529
1597
  <thead>
1530
1598
  <tr>
@@ -1542,7 +1610,8 @@
1542
1610
  >{ actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList;
1543
1611
  dataBindings?: ComponentDataBindingRegistry; executeAction?:
1544
1612
  RuntimeActionHandler; executeOperation?:
1545
- RuntimeBindingOperationExecutor; operationResults?:
1613
+ RuntimeBindingOperationExecutor; eventOperationLifecycle?:
1614
+ RuntimeEventOperationLifecycle; operationResults?:
1546
1615
  RuntimeBindingOperationResultCache; writeOperationResult?:
1547
1616
  RuntimeBindingOperationResultWriter; }</code
1548
1617
  >
@@ -1561,7 +1630,7 @@
1561
1630
  data-search="dispatchRuntimeComponentEvent function src/runtimeActionRegistry.ts RuntimeActionHandlers RuntimeComponentEventDispatchArgs (args: RuntimeComponentEventDispatchArgs &amp; { readonly actionHandlers?: RuntimeActionHandlers; }) =&gt; Promise&lt;readonly DataSourceDiagnostic[]&gt;"
1562
1631
  >
1563
1632
  <h4>dispatchRuntimeComponentEvent</h4>
1564
- <p class="muted">function • <code>src/runtimeActionRegistry.ts:102:1</code></p>
1633
+ <p class="muted">function • <code>src/runtimeActionRegistry.ts:109:1</code></p>
1565
1634
 
1566
1635
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1567
1636
  <div>
@@ -1610,7 +1679,7 @@
1610
1679
  data-search="resolveRuntimeActionPayload function src/runtimeActionRegistry.ts RuntimeActionResolutionArgs (payload: object | undefined, args: RuntimeActionResolutionArgs) =&gt; object | undefined"
1611
1680
  >
1612
1681
  <h4>resolveRuntimeActionPayload</h4>
1613
- <p class="muted">function • <code>src/runtimeActionRegistry.ts:230:1</code></p>
1682
+ <p class="muted">function • <code>src/runtimeActionRegistry.ts:237:1</code></p>
1614
1683
 
1615
1684
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1616
1685
  <div>
@@ -1656,7 +1725,7 @@
1656
1725
  data-search="resolveRuntimeActionValue function src/runtimeActionRegistry.ts RuntimeActionResolutionArgs (value: unknown, args: RuntimeActionResolutionArgs) =&gt; object | undefined"
1657
1726
  >
1658
1727
  <h4>resolveRuntimeActionValue</h4>
1659
- <p class="muted">function • <code>src/runtimeActionRegistry.ts:241:1</code></p>
1728
+ <p class="muted">function • <code>src/runtimeActionRegistry.ts:248:1</code></p>
1660
1729
 
1661
1730
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1662
1731
  <div>
@@ -1702,7 +1771,7 @@
1702
1771
  data-search="RuntimeActionRegistry type src/runtimeActionRegistry.ts RuntimeActionHandler RuntimeComponentEventDispatchArgs"
1703
1772
  >
1704
1773
  <h4>RuntimeActionRegistry</h4>
1705
- <p class="muted">type • <code>src/runtimeActionRegistry.ts:30:1</code></p>
1774
+ <p class="muted">type • <code>src/runtimeActionRegistry.ts:34:1</code></p>
1706
1775
 
1707
1776
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1708
1777
  <div>
@@ -1755,7 +1824,7 @@
1755
1824
  data-search="RuntimeActionResolutionArgs type src/runtimeActionRegistry.ts "
1756
1825
  >
1757
1826
  <h4>RuntimeActionResolutionArgs</h4>
1758
- <p class="muted">type • <code>src/runtimeActionRegistry.ts:41:1</code></p>
1827
+ <p class="muted">type • <code>src/runtimeActionRegistry.ts:45:1</code></p>
1759
1828
 
1760
1829
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1761
1830
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -1813,7 +1882,7 @@
1813
1882
  data-search="RuntimeActionResolutionScope type src/runtimeActionRegistry.ts "
1814
1883
  >
1815
1884
  <h4>RuntimeActionResolutionScope</h4>
1816
- <p class="muted">type • <code>src/runtimeActionRegistry.ts:35:1</code></p>
1885
+ <p class="muted">type • <code>src/runtimeActionRegistry.ts:39:1</code></p>
1817
1886
 
1818
1887
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1819
1888
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -1861,10 +1930,10 @@
1861
1930
  <article
1862
1931
  class="item"
1863
1932
  id="symbol-runtimecomponenteventdispatchargs"
1864
- data-search="RuntimeComponentEventDispatchArgs type src/runtimeActionRegistry.ts RuntimeActionHandler RuntimeBindingOperationExecutor RuntimeBindingOperationResultWriter"
1933
+ data-search="RuntimeComponentEventDispatchArgs type src/runtimeActionRegistry.ts RuntimeActionHandler RuntimeBindingOperationExecutor RuntimeBindingOperationResultWriter RuntimeEventOperationLifecycle"
1865
1934
  >
1866
1935
  <h4>RuntimeComponentEventDispatchArgs</h4>
1867
- <p class="muted">type • <code>src/runtimeActionRegistry.ts:45:1</code></p>
1936
+ <p class="muted">type • <code>src/runtimeActionRegistry.ts:49:1</code></p>
1868
1937
 
1869
1938
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1870
1939
  <div>
@@ -1873,6 +1942,7 @@
1873
1942
  <li class="chip">RuntimeActionHandler</li>
1874
1943
  <li class="chip">RuntimeBindingOperationExecutor</li>
1875
1944
  <li class="chip">RuntimeBindingOperationResultWriter</li>
1945
+ <li class="chip">RuntimeEventOperationLifecycle</li>
1876
1946
  </ul>
1877
1947
  </div>
1878
1948
 
@@ -1928,6 +1998,13 @@
1928
1998
  <td>no</td>
1929
1999
  <td></td>
1930
2000
  </tr>
2001
+ <tr>
2002
+ <td><code>eventOperationLifecycle</code></td>
2003
+ <td>property</td>
2004
+ <td><code>RuntimeEventOperationLifecycle | undefined</code></td>
2005
+ <td>no</td>
2006
+ <td></td>
2007
+ </tr>
1931
2008
  <tr>
1932
2009
  <td><code>executeAction</code></td>
1933
2010
  <td>property</td>
@@ -1984,7 +2061,7 @@
1984
2061
  data-search="RuntimeEventPropWrapArgs type src/runtimeActionRegistry.ts RuntimeComponentEventDispatchArgs"
1985
2062
  >
1986
2063
  <h4>RuntimeEventPropWrapArgs</h4>
1987
- <p class="muted">type • <code>src/runtimeActionRegistry.ts:56:1</code></p>
2064
+ <p class="muted">type • <code>src/runtimeActionRegistry.ts:61:1</code></p>
1988
2065
 
1989
2066
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1990
2067
  <div>
@@ -2086,7 +2163,7 @@
2086
2163
  data-search="wrapRuntimeEventProps function src/runtimeActionRegistry.ts RuntimeEventPropWrapArgs (args: RuntimeEventPropWrapArgs) =&gt; Record&lt;string, unknown&gt;"
2087
2164
  >
2088
2165
  <h4>wrapRuntimeEventProps</h4>
2089
- <p class="muted">function • <code>src/runtimeActionRegistry.ts:179:1</code></p>
2166
+ <p class="muted">function • <code>src/runtimeActionRegistry.ts:186:1</code></p>
2090
2167
 
2091
2168
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2092
2169
  <div>
@@ -3293,6 +3370,321 @@
3293
3370
  </table>
3294
3371
  </article>
3295
3372
  </section>
3373
+ <section>
3374
+ <h3>src/runtimeEventOperationLifecycle.ts</h3>
3375
+ <article
3376
+ class="item"
3377
+ id="symbol-createruntimeeventoperationbindingcontext"
3378
+ data-search="createRuntimeEventOperationBindingContext function src/runtimeEventOperationLifecycle.ts RuntimeEventOperationState (context: Record&lt;string, unknown&gt; | undefined, state: RuntimeEventOperationState) =&gt; Record&lt;string, unknown&gt;"
3379
+ >
3380
+ <h4>createRuntimeEventOperationBindingContext</h4>
3381
+ <p class="muted">
3382
+ function • <code>src/runtimeEventOperationLifecycle.ts:92:1</code>
3383
+ </p>
3384
+
3385
+ <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
3386
+ <div>
3387
+ <strong>Related symbols:</strong>
3388
+ <ul class="chips">
3389
+ <li class="chip">RuntimeEventOperationState</li>
3390
+ </ul>
3391
+ </div>
3392
+ <div>
3393
+ <h5>Signature</h5>
3394
+ <pre>
3395
+ (context: Record&lt;string, unknown&gt; | undefined, state: RuntimeEventOperationState) =&gt; Record&lt;string, unknown&gt;</pre>
3396
+ <table>
3397
+ <thead>
3398
+ <tr>
3399
+ <th>Parameter</th>
3400
+ <th>Type</th>
3401
+ <th>Required</th>
3402
+ <th>Description</th>
3403
+ </tr>
3404
+ </thead>
3405
+ <tbody>
3406
+ <tr>
3407
+ <td><code>context</code></td>
3408
+ <td><code>Record&lt;string, unknown&gt; | undefined</code></td>
3409
+ <td>yes</td>
3410
+ <td></td>
3411
+ </tr>
3412
+ <tr>
3413
+ <td><code>state</code></td>
3414
+ <td><code>RuntimeEventOperationState</code></td>
3415
+ <td>yes</td>
3416
+ <td></td>
3417
+ </tr>
3418
+ </tbody>
3419
+ </table>
3420
+ <p><strong>Returns:</strong> <code>Record&lt;string, unknown&gt;</code></p>
3421
+ </div>
3422
+ </article>
3423
+ <article
3424
+ class="item"
3425
+ id="symbol-createruntimeeventoperationlifecycle"
3426
+ data-search="createRuntimeEventOperationLifecycle function src/runtimeEventOperationLifecycle.ts RuntimeEventOperationLifecycle RuntimeEventOperationState (onStateChange: (state: RuntimeEventOperationState) =&gt; void) =&gt; RuntimeEventOperationLifecycle"
3427
+ >
3428
+ <h4>createRuntimeEventOperationLifecycle</h4>
3429
+ <p class="muted">
3430
+ function • <code>src/runtimeEventOperationLifecycle.ts:39:1</code>
3431
+ </p>
3432
+
3433
+ <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
3434
+ <div>
3435
+ <strong>Related symbols:</strong>
3436
+ <ul class="chips">
3437
+ <li class="chip">RuntimeEventOperationLifecycle</li>
3438
+ <li class="chip">RuntimeEventOperationState</li>
3439
+ </ul>
3440
+ </div>
3441
+ <div>
3442
+ <h5>Signature</h5>
3443
+ <pre>
3444
+ (onStateChange: (state: RuntimeEventOperationState) =&gt; void) =&gt; RuntimeEventOperationLifecycle</pre>
3445
+ <table>
3446
+ <thead>
3447
+ <tr>
3448
+ <th>Parameter</th>
3449
+ <th>Type</th>
3450
+ <th>Required</th>
3451
+ <th>Description</th>
3452
+ </tr>
3453
+ </thead>
3454
+ <tbody>
3455
+ <tr>
3456
+ <td><code>onStateChange</code></td>
3457
+ <td><code>(state: RuntimeEventOperationState) =&gt; void</code></td>
3458
+ <td>yes</td>
3459
+ <td></td>
3460
+ </tr>
3461
+ </tbody>
3462
+ </table>
3463
+ <p><strong>Returns:</strong> <code>RuntimeEventOperationLifecycle</code></p>
3464
+ </div>
3465
+ </article>
3466
+ <article
3467
+ class="item"
3468
+ id="symbol-idle-runtime-event-operation-state"
3469
+ data-search="IDLE_RUNTIME_EVENT_OPERATION_STATE value src/runtimeEventOperationLifecycle.ts "
3470
+ >
3471
+ <h4>IDLE_RUNTIME_EVENT_OPERATION_STATE</h4>
3472
+ <p class="muted">
3473
+ value • <code>src/runtimeEventOperationLifecycle.ts:27:14</code>
3474
+ </p>
3475
+
3476
+ <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
3477
+ <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
3478
+ </article>
3479
+ <article
3480
+ class="item"
3481
+ id="symbol-resolveruntimeeventoperationerrormessage"
3482
+ data-search="resolveRuntimeEventOperationErrorMessage function src/runtimeEventOperationLifecycle.ts (diagnostics: readonly DataSourceDiagnostic[]) =&gt; string"
3483
+ >
3484
+ <h4>resolveRuntimeEventOperationErrorMessage</h4>
3485
+ <p class="muted">
3486
+ function • <code>src/runtimeEventOperationLifecycle.ts:113:1</code>
3487
+ </p>
3488
+
3489
+ <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
3490
+ <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
3491
+ <div>
3492
+ <h5>Signature</h5>
3493
+ <pre>(diagnostics: readonly DataSourceDiagnostic[]) =&gt; string</pre>
3494
+ <table>
3495
+ <thead>
3496
+ <tr>
3497
+ <th>Parameter</th>
3498
+ <th>Type</th>
3499
+ <th>Required</th>
3500
+ <th>Description</th>
3501
+ </tr>
3502
+ </thead>
3503
+ <tbody>
3504
+ <tr>
3505
+ <td><code>diagnostics</code></td>
3506
+ <td><code>readonly DataSourceDiagnostic[]</code></td>
3507
+ <td>yes</td>
3508
+ <td></td>
3509
+ </tr>
3510
+ </tbody>
3511
+ </table>
3512
+ <p><strong>Returns:</strong> <code>string</code></p>
3513
+ </div>
3514
+ </article>
3515
+ <article
3516
+ class="item"
3517
+ id="symbol-runtimeeventoperationinvocation"
3518
+ data-search="RuntimeEventOperationInvocation type src/runtimeEventOperationLifecycle.ts "
3519
+ >
3520
+ <h4>RuntimeEventOperationInvocation</h4>
3521
+ <p class="muted">type • <code>src/runtimeEventOperationLifecycle.ts:14:1</code></p>
3522
+
3523
+ <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
3524
+ <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
3525
+
3526
+ <table>
3527
+ <thead>
3528
+ <tr>
3529
+ <th>Member</th>
3530
+ <th>Kind</th>
3531
+ <th>Type</th>
3532
+ <th>Required</th>
3533
+ <th>Description</th>
3534
+ </tr>
3535
+ </thead>
3536
+ <tbody>
3537
+ <tr>
3538
+ <td><code>id</code></td>
3539
+ <td>property</td>
3540
+ <td><code>number</code></td>
3541
+ <td>yes</td>
3542
+ <td></td>
3543
+ </tr>
3544
+ </tbody>
3545
+ </table>
3546
+ </article>
3547
+ <article
3548
+ class="item"
3549
+ id="symbol-runtimeeventoperationlifecycle"
3550
+ data-search="RuntimeEventOperationLifecycle type src/runtimeEventOperationLifecycle.ts RuntimeEventOperationInvocation"
3551
+ >
3552
+ <h4>RuntimeEventOperationLifecycle</h4>
3553
+ <p class="muted">type • <code>src/runtimeEventOperationLifecycle.ts:18:1</code></p>
3554
+
3555
+ <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
3556
+ <div>
3557
+ <strong>Related symbols:</strong>
3558
+ <ul class="chips">
3559
+ <li class="chip">RuntimeEventOperationInvocation</li>
3560
+ </ul>
3561
+ </div>
3562
+
3563
+ <table>
3564
+ <thead>
3565
+ <tr>
3566
+ <th>Member</th>
3567
+ <th>Kind</th>
3568
+ <th>Type</th>
3569
+ <th>Required</th>
3570
+ <th>Description</th>
3571
+ </tr>
3572
+ </thead>
3573
+ <tbody>
3574
+ <tr>
3575
+ <td><code>fail</code></td>
3576
+ <td>method</td>
3577
+ <td>
3578
+ <code
3579
+ >(invocation: RuntimeEventOperationInvocation, message: string) =&gt;
3580
+ void</code
3581
+ >
3582
+ </td>
3583
+ <td>yes</td>
3584
+ <td></td>
3585
+ </tr>
3586
+ <tr>
3587
+ <td><code>start</code></td>
3588
+ <td>method</td>
3589
+ <td>
3590
+ <code
3591
+ >(args: { readonly nodeId: string; readonly operation:
3592
+ BindingOperationRef; }) =&gt; RuntimeEventOperationInvocation |
3593
+ undefined</code
3594
+ >
3595
+ </td>
3596
+ <td>yes</td>
3597
+ <td></td>
3598
+ </tr>
3599
+ <tr>
3600
+ <td><code>succeed</code></td>
3601
+ <td>method</td>
3602
+ <td><code>(invocation: RuntimeEventOperationInvocation) =&gt; void</code></td>
3603
+ <td>yes</td>
3604
+ <td></td>
3605
+ </tr>
3606
+ </tbody>
3607
+ </table>
3608
+ </article>
3609
+ <article
3610
+ class="item"
3611
+ id="symbol-runtimeeventoperationstate"
3612
+ data-search="RuntimeEventOperationState type src/runtimeEventOperationLifecycle.ts RuntimeEventOperationStatus"
3613
+ >
3614
+ <h4>RuntimeEventOperationState</h4>
3615
+ <p class="muted">type • <code>src/runtimeEventOperationLifecycle.ts:6:1</code></p>
3616
+
3617
+ <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
3618
+ <div>
3619
+ <strong>Related symbols:</strong>
3620
+ <ul class="chips">
3621
+ <li class="chip">RuntimeEventOperationStatus</li>
3622
+ </ul>
3623
+ </div>
3624
+
3625
+ <table>
3626
+ <thead>
3627
+ <tr>
3628
+ <th>Member</th>
3629
+ <th>Kind</th>
3630
+ <th>Type</th>
3631
+ <th>Required</th>
3632
+ <th>Description</th>
3633
+ </tr>
3634
+ </thead>
3635
+ <tbody>
3636
+ <tr>
3637
+ <td><code>errorMessage</code></td>
3638
+ <td>property</td>
3639
+ <td><code>string</code></td>
3640
+ <td>yes</td>
3641
+ <td></td>
3642
+ </tr>
3643
+ <tr>
3644
+ <td><code>loading</code></td>
3645
+ <td>property</td>
3646
+ <td><code>boolean</code></td>
3647
+ <td>yes</td>
3648
+ <td></td>
3649
+ </tr>
3650
+ <tr>
3651
+ <td><code>nodeId</code></td>
3652
+ <td>property</td>
3653
+ <td><code>string | undefined</code></td>
3654
+ <td>no</td>
3655
+ <td></td>
3656
+ </tr>
3657
+ <tr>
3658
+ <td><code>operation</code></td>
3659
+ <td>property</td>
3660
+ <td><code>BindingOperationRef | undefined</code></td>
3661
+ <td>no</td>
3662
+ <td></td>
3663
+ </tr>
3664
+ <tr>
3665
+ <td><code>status</code></td>
3666
+ <td>property</td>
3667
+ <td><code>RuntimeEventOperationStatus</code></td>
3668
+ <td>yes</td>
3669
+ <td></td>
3670
+ </tr>
3671
+ </tbody>
3672
+ </table>
3673
+ </article>
3674
+ <article
3675
+ class="item"
3676
+ id="symbol-runtimeeventoperationstatus"
3677
+ data-search="RuntimeEventOperationStatus unknown src/runtimeEventOperationLifecycle.ts "
3678
+ >
3679
+ <h4>RuntimeEventOperationStatus</h4>
3680
+ <p class="muted">
3681
+ unknown • <code>src/runtimeEventOperationLifecycle.ts:4:1</code>
3682
+ </p>
3683
+
3684
+ <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
3685
+ <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
3686
+ </article>
3687
+ </section>
3296
3688
  <section>
3297
3689
  <h3>src/runtimeManifest.ts</h3>
3298
3690
  <article
@@ -3791,7 +4183,7 @@
3791
4183
  data-search="RuntimeRenderer function src/RuntimeRenderer.tsx RuntimeRendererProps (props: RuntimeRendererProps) =&gt; React.JSX.Element"
3792
4184
  >
3793
4185
  <h4>RuntimeRenderer</h4>
3794
- <p class="muted">function • <code>src/RuntimeRenderer.tsx:76:1</code></p>
4186
+ <p class="muted">function • <code>src/RuntimeRenderer.tsx:81:1</code></p>
3795
4187
 
3796
4188
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
3797
4189
  <div>
@@ -3830,7 +4222,7 @@
3830
4222
  data-search="RuntimeRendererProps type src/RuntimeRenderer.tsx RuntimeActionHandler RuntimeBindingOperationExecutor RuntimeMediaAssetResolver RuntimeRendererConfig RuntimeRendererWrapArgs"
3831
4223
  >
3832
4224
  <h4>RuntimeRendererProps</h4>
3833
- <p class="muted">type • <code>src/RuntimeRenderer.tsx:56:1</code></p>
4225
+ <p class="muted">type • <code>src/RuntimeRenderer.tsx:61:1</code></p>
3834
4226
 
3835
4227
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
3836
4228
  <div>
@@ -4022,7 +4414,7 @@
4022
4414
  data-search="composeRuntimeNodePropsResolver function src/RuntimeRendererConfig.tsx RuntimeNodePropsResolver (localResolver?: RuntimeNodePropsResolver | undefined, inheritedResolver?: RuntimeNodePropsResolver | undefined) =&gt; RuntimeNodePropsResolver | undefined"
4023
4415
  >
4024
4416
  <h4>composeRuntimeNodePropsResolver</h4>
4025
- <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:89:1</code></p>
4417
+ <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:95:1</code></p>
4026
4418
 
4027
4419
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4028
4420
  <div>
@@ -4068,7 +4460,7 @@
4068
4460
  data-search="composeRuntimeRendererWrapNode function src/RuntimeRendererConfig.tsx RuntimeRendererWrapArgs (innerWrapNode?: ((args: RuntimeRendererWrapArgs) =&gt; React.ReactNode) | undefined, outerWrapNode?: ((args: RuntimeRendererWrapArgs) =&gt; React.ReactNode) | undefined) =&gt; ((args: RuntimeRendererWrapArgs) =&gt; React.ReactNode) | undefined"
4069
4461
  >
4070
4462
  <h4>composeRuntimeRendererWrapNode</h4>
4071
- <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:74:1</code></p>
4463
+ <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:80:1</code></p>
4072
4464
 
4073
4465
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4074
4466
  <div>
@@ -4127,7 +4519,7 @@
4127
4519
  data-search="mergeRuntimeRendererConfig function src/RuntimeRendererConfig.tsx RuntimeRendererConfig (localConfig: RuntimeRendererConfig | undefined, inheritedConfig: RuntimeRendererConfig | undefined) =&gt; RuntimeRendererConfig"
4128
4520
  >
4129
4521
  <h4>mergeRuntimeRendererConfig</h4>
4130
- <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:107:1</code></p>
4522
+ <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:113:1</code></p>
4131
4523
 
4132
4524
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4133
4525
  <div>
@@ -4173,7 +4565,7 @@
4173
4565
  data-search="RuntimeAction unknown src/RuntimeRendererConfig.tsx "
4174
4566
  >
4175
4567
  <h4>RuntimeAction</h4>
4176
- <p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:42:1</code></p>
4568
+ <p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:46:1</code></p>
4177
4569
 
4178
4570
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4179
4571
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -4184,7 +4576,7 @@
4184
4576
  data-search="RuntimeActionExecutor unknown src/RuntimeRendererConfig.tsx "
4185
4577
  >
4186
4578
  <h4>RuntimeActionExecutor</h4>
4187
- <p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:45:1</code></p>
4579
+ <p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:49:1</code></p>
4188
4580
 
4189
4581
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4190
4582
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -4195,7 +4587,7 @@
4195
4587
  data-search="RuntimeActionHandler unknown src/RuntimeRendererConfig.tsx "
4196
4588
  >
4197
4589
  <h4>RuntimeActionHandler</h4>
4198
- <p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:43:1</code></p>
4590
+ <p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:47:1</code></p>
4199
4591
 
4200
4592
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4201
4593
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -4206,7 +4598,7 @@
4206
4598
  data-search="RuntimeActionHandlerArgs type src/RuntimeRendererConfig.tsx RuntimeAction"
4207
4599
  >
4208
4600
  <h4>RuntimeActionHandlerArgs</h4>
4209
- <p class="muted">type • <code>src/RuntimeRendererConfig.tsx:35:1</code></p>
4601
+ <p class="muted">type • <code>src/RuntimeRendererConfig.tsx:39:1</code></p>
4210
4602
 
4211
4603
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4212
4604
  <div>
@@ -4264,7 +4656,7 @@
4264
4656
  data-search="RuntimeActionHandlers unknown src/RuntimeRendererConfig.tsx "
4265
4657
  >
4266
4658
  <h4>RuntimeActionHandlers</h4>
4267
- <p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:44:1</code></p>
4659
+ <p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:48:1</code></p>
4268
4660
 
4269
4661
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4270
4662
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -4272,10 +4664,10 @@
4272
4664
  <article
4273
4665
  class="item"
4274
4666
  id="symbol-runtimerendererconfig"
4275
- data-search="RuntimeRendererConfig type src/RuntimeRendererConfig.tsx RuntimeActionHandler RuntimeActionHandlers RuntimeBindingOperationExecutor RuntimeBindingOperationResultWriter RuntimeMediaAssetResolver RuntimeNodePropsResolver RuntimeRendererWrapArgs"
4667
+ data-search="RuntimeRendererConfig type src/RuntimeRendererConfig.tsx RuntimeActionHandler RuntimeActionHandlers RuntimeBindingOperationExecutor RuntimeBindingOperationResultWriter RuntimeEventOperationLifecycle RuntimeEventOperationState RuntimeMediaAssetResolver RuntimeNodePropsResolver RuntimeRendererWrapArgs"
4276
4668
  >
4277
4669
  <h4>RuntimeRendererConfig</h4>
4278
- <p class="muted">type • <code>src/RuntimeRendererConfig.tsx:47:1</code></p>
4670
+ <p class="muted">type • <code>src/RuntimeRendererConfig.tsx:51:1</code></p>
4279
4671
 
4280
4672
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4281
4673
  <div>
@@ -4285,6 +4677,8 @@
4285
4677
  <li class="chip">RuntimeActionHandlers</li>
4286
4678
  <li class="chip">RuntimeBindingOperationExecutor</li>
4287
4679
  <li class="chip">RuntimeBindingOperationResultWriter</li>
4680
+ <li class="chip">RuntimeEventOperationLifecycle</li>
4681
+ <li class="chip">RuntimeEventOperationState</li>
4288
4682
  <li class="chip">RuntimeMediaAssetResolver</li>
4289
4683
  <li class="chip">RuntimeNodePropsResolver</li>
4290
4684
  <li class="chip">RuntimeRendererWrapArgs</li>
@@ -4357,6 +4751,20 @@
4357
4751
  <td>no</td>
4358
4752
  <td></td>
4359
4753
  </tr>
4754
+ <tr>
4755
+ <td><code>eventOperationLifecycle</code></td>
4756
+ <td>property</td>
4757
+ <td><code>RuntimeEventOperationLifecycle | undefined</code></td>
4758
+ <td>no</td>
4759
+ <td></td>
4760
+ </tr>
4761
+ <tr>
4762
+ <td><code>eventOperationState</code></td>
4763
+ <td>property</td>
4764
+ <td><code>RuntimeEventOperationState | undefined</code></td>
4765
+ <td>no</td>
4766
+ <td></td>
4767
+ </tr>
4360
4768
  <tr>
4361
4769
  <td><code>executeAction</code></td>
4362
4770
  <td>property</td>
@@ -4469,7 +4877,7 @@
4469
4877
  data-search="RuntimeRendererConfigProvider function src/RuntimeRendererConfig.tsx RuntimeRendererConfig (props: { value: RuntimeRendererConfig; children: React.ReactNode; }) =&gt; React.JSX.Element"
4470
4878
  >
4471
4879
  <h4>RuntimeRendererConfigProvider</h4>
4472
- <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:155:1</code></p>
4880
+ <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:164:1</code></p>
4473
4881
 
4474
4882
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4475
4883
  <div>
@@ -4511,7 +4919,7 @@
4511
4919
  data-search="RuntimeRendererWrapArgs type src/RuntimeRendererConfig.tsx "
4512
4920
  >
4513
4921
  <h4>RuntimeRendererWrapArgs</h4>
4514
- <p class="muted">type • <code>src/RuntimeRendererConfig.tsx:29:1</code></p>
4922
+ <p class="muted">type • <code>src/RuntimeRendererConfig.tsx:33:1</code></p>
4515
4923
 
4516
4924
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4517
4925
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -4557,7 +4965,7 @@
4557
4965
  data-search="useRuntimeRendererConfig function src/RuntimeRendererConfig.tsx RuntimeRendererConfig () =&gt; RuntimeRendererConfig"
4558
4966
  >
4559
4967
  <h4>useRuntimeRendererConfig</h4>
4560
- <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:168:1</code></p>
4968
+ <p class="muted">function • <code>src/RuntimeRendererConfig.tsx:177:1</code></p>
4561
4969
 
4562
4970
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
4563
4971
  <div>
@@ -5226,7 +5634,7 @@
5226
5634
  data-search="RuntimeRenderer src/RuntimeRenderer.tsx apis ApiDefinitionList | undefined bindingContext Record&lt;string, unknown&gt; | 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[]) =&gt; void | undefined operationResults RuntimeBindingOperationResultCache | undefined registry ComponentRegistry | undefined resolveMediaAsset RuntimeMediaAssetResolver | undefined stateAdapter StateAdapter | undefined wrapNode (args: RuntimeRendererWrapArgs) =&gt; React.ReactNode | undefined"
5227
5635
  >
5228
5636
  <h3>RuntimeRenderer</h3>
5229
- <p class="muted"><code>src/RuntimeRenderer.tsx:76:1</code></p>
5637
+ <p class="muted"><code>src/RuntimeRenderer.tsx:81:1</code></p>
5230
5638
 
5231
5639
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
5232
5640
  <table>
@@ -5356,7 +5764,7 @@
5356
5764
  data-search="RuntimeRendererConfigProvider src/RuntimeRendererConfig.tsx children React.ReactNode | undefined value RuntimeRendererConfig"
5357
5765
  >
5358
5766
  <h3>RuntimeRendererConfigProvider</h3>
5359
- <p class="muted"><code>src/RuntimeRendererConfig.tsx:155:1</code></p>
5767
+ <p class="muted"><code>src/RuntimeRendererConfig.tsx:164:1</code></p>
5360
5768
 
5361
5769
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
5362
5770
  <table>
@@ -5489,7 +5897,9 @@
5489
5897
  package__ankhorage_runtime -.-&gt; module_src_runtimeActionRegistry_ts
5490
5898
  module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeApiSelection_ts
5491
5899
  module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeBindings_ts
5492
- module_src_runtimeActionRegistry_ts --&gt; module_src_RuntimeRendererConfig_tsx
5900
+ module_src_runtimeActionRegistry_ts --&gt;
5901
+ module_src_runtimeEventOperationLifecycle_ts module_src_runtimeActionRegistry_ts
5902
+ --&gt; module_src_RuntimeRendererConfig_tsx
5493
5903
  module_src_runtimeApiOperations_test_ts[&quot;src/runtimeApiOperations.test.ts&quot;]
5494
5904
  package__ankhorage_runtime -.-&gt; module_src_runtimeApiOperations_test_ts
5495
5905
  module_src_runtimeApiOperations_test_ts --&gt; module_src_runtimeApiOperations_ts
@@ -5523,6 +5933,14 @@
5523
5933
  package__ankhorage_runtime -.-&gt; module_src_runtimeEventExecution_ts
5524
5934
  module_src_runtimeEventExecution_ts --&gt; module_src_runtimeActionRegistry_ts
5525
5935
  module_src_runtimeEventExecution_ts --&gt; module_src_RuntimeRendererConfig_tsx
5936
+ module_src_runtimeEventOperationLifecycle_test_ts[&quot;src/runtimeEventOperationLifecycle.test.ts&quot;]
5937
+ package__ankhorage_runtime -.-&gt; module_src_runtimeEventOperationLifecycle_test_ts
5938
+ module_src_runtimeEventOperationLifecycle_test_ts --&gt;
5939
+ module_src_runtimeActionRegistry_ts
5940
+ module_src_runtimeEventOperationLifecycle_test_ts --&gt;
5941
+ module_src_runtimeEventOperationLifecycle_ts
5942
+ module_src_runtimeEventOperationLifecycle_ts[&quot;src/runtimeEventOperationLifecycle.ts&quot;]
5943
+ package__ankhorage_runtime -.-&gt; module_src_runtimeEventOperationLifecycle_ts
5526
5944
  module_src_runtimeImageMedia_test_ts[&quot;src/runtimeImageMedia.test.ts&quot;]
5527
5945
  package__ankhorage_runtime -.-&gt; module_src_runtimeImageMedia_test_ts
5528
5946
  module_src_runtimeImageMedia_test_ts --&gt; module_src_runtimeMedia_ts
@@ -5560,6 +5978,7 @@
5560
5978
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeBindings_ts
5561
5979
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeDbPersist_ts
5562
5980
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeEventExecution_ts
5981
+ module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeEventOperationLifecycle_ts
5563
5982
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeMedia_ts
5564
5983
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeMediaCache_tsx
5565
5984
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeNodeProps_ts
@@ -5576,7 +5995,9 @@
5576
5995
  package__ankhorage_runtime -.-&gt; module_src_RuntimeRendererConfig_tsx
5577
5996
  module_src_RuntimeRendererConfig_tsx --&gt; module_src_registry_tsx
5578
5997
  module_src_RuntimeRendererConfig_tsx --&gt; module_src_runtimeBindings_ts
5579
- module_src_RuntimeRendererConfig_tsx --&gt; module_src_runtimeMedia_ts
5998
+ module_src_RuntimeRendererConfig_tsx --&gt;
5999
+ module_src_runtimeEventOperationLifecycle_ts module_src_RuntimeRendererConfig_tsx
6000
+ --&gt; module_src_runtimeMedia_ts
5580
6001
  module_src_runtimeRepeat_test_ts[&quot;src/runtimeRepeat.test.ts&quot;]
5581
6002
  package__ankhorage_runtime -.-&gt; module_src_runtimeRepeat_test_ts
5582
6003
  module_src_runtimeRepeat_test_ts --&gt; module_src_runtimeActionRegistry_ts
@@ -5687,6 +6108,7 @@ graph TD
5687
6108
  package__ankhorage_runtime -.-&gt; module_src_runtimeActionRegistry_ts
5688
6109
  module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeApiSelection_ts
5689
6110
  module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeBindings_ts
6111
+ module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeEventOperationLifecycle_ts
5690
6112
  module_src_runtimeActionRegistry_ts --&gt; module_src_RuntimeRendererConfig_tsx
5691
6113
  module_src_runtimeApiOperations_test_ts[&quot;src/runtimeApiOperations.test.ts&quot;]
5692
6114
  package__ankhorage_runtime -.-&gt; module_src_runtimeApiOperations_test_ts
@@ -5721,6 +6143,12 @@ graph TD
5721
6143
  package__ankhorage_runtime -.-&gt; module_src_runtimeEventExecution_ts
5722
6144
  module_src_runtimeEventExecution_ts --&gt; module_src_runtimeActionRegistry_ts
5723
6145
  module_src_runtimeEventExecution_ts --&gt; module_src_RuntimeRendererConfig_tsx
6146
+ module_src_runtimeEventOperationLifecycle_test_ts[&quot;src/runtimeEventOperationLifecycle.test.ts&quot;]
6147
+ package__ankhorage_runtime -.-&gt; module_src_runtimeEventOperationLifecycle_test_ts
6148
+ module_src_runtimeEventOperationLifecycle_test_ts --&gt; module_src_runtimeActionRegistry_ts
6149
+ module_src_runtimeEventOperationLifecycle_test_ts --&gt; module_src_runtimeEventOperationLifecycle_ts
6150
+ module_src_runtimeEventOperationLifecycle_ts[&quot;src/runtimeEventOperationLifecycle.ts&quot;]
6151
+ package__ankhorage_runtime -.-&gt; module_src_runtimeEventOperationLifecycle_ts
5724
6152
  module_src_runtimeImageMedia_test_ts[&quot;src/runtimeImageMedia.test.ts&quot;]
5725
6153
  package__ankhorage_runtime -.-&gt; module_src_runtimeImageMedia_test_ts
5726
6154
  module_src_runtimeImageMedia_test_ts --&gt; module_src_runtimeMedia_ts
@@ -5758,6 +6186,7 @@ graph TD
5758
6186
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeBindings_ts
5759
6187
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeDbPersist_ts
5760
6188
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeEventExecution_ts
6189
+ module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeEventOperationLifecycle_ts
5761
6190
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeMedia_ts
5762
6191
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeMediaCache_tsx
5763
6192
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeNodeProps_ts
@@ -5773,6 +6202,7 @@ graph TD
5773
6202
  package__ankhorage_runtime -.-&gt; module_src_RuntimeRendererConfig_tsx
5774
6203
  module_src_RuntimeRendererConfig_tsx --&gt; module_src_registry_tsx
5775
6204
  module_src_RuntimeRendererConfig_tsx --&gt; module_src_runtimeBindings_ts
6205
+ module_src_RuntimeRendererConfig_tsx --&gt; module_src_runtimeEventOperationLifecycle_ts
5776
6206
  module_src_RuntimeRendererConfig_tsx --&gt; module_src_runtimeMedia_ts
5777
6207
  module_src_runtimeRepeat_test_ts[&quot;src/runtimeRepeat.test.ts&quot;]
5778
6208
  package__ankhorage_runtime -.-&gt; module_src_runtimeRepeat_test_ts
@@ -5863,6 +6293,8 @@ graph TD
5863
6293
  module_src_runtimeDbPersist_ts[&quot;src/runtimeDbPersist.ts&quot;]
5864
6294
  module_src_runtimeEventExecution_test_ts[&quot;src/runtimeEventExecution.test.ts&quot;]
5865
6295
  module_src_runtimeEventExecution_ts[&quot;src/runtimeEventExecution.ts&quot;]
6296
+ module_src_runtimeEventOperationLifecycle_test_ts[&quot;src/runtimeEventOperationLifecycle.test.ts&quot;]
6297
+ module_src_runtimeEventOperationLifecycle_ts[&quot;src/runtimeEventOperationLifecycle.ts&quot;]
5866
6298
  module_src_runtimeImageMedia_test_ts[&quot;src/runtimeImageMedia.test.ts&quot;]
5867
6299
  module_src_runtimeManifest_ts[&quot;src/runtimeManifest.ts&quot;]
5868
6300
  module_src_runtimeMedia_test_ts[&quot;src/runtimeMedia.test.ts&quot;]
@@ -5907,8 +6339,9 @@ graph TD
5907
6339
  module_src_runtimeBindings_ts module_src_runtimeActionRegistry_ts --&gt;
5908
6340
  module_src_runtimeApiSelection_ts module_src_runtimeActionRegistry_ts --&gt;
5909
6341
  module_src_runtimeBindings_ts module_src_runtimeActionRegistry_ts --&gt;
5910
- module_src_RuntimeRendererConfig_tsx module_src_runtimeApiOperations_test_ts --&gt;
5911
- module_src_runtimeApiOperations_ts module_src_runtimeApiOperations_ts --&gt;
6342
+ module_src_runtimeEventOperationLifecycle_ts module_src_runtimeActionRegistry_ts
6343
+ --&gt; module_src_RuntimeRendererConfig_tsx module_src_runtimeApiOperations_test_ts
6344
+ --&gt; module_src_runtimeApiOperations_ts module_src_runtimeApiOperations_ts --&gt;
5912
6345
  module_src_runtimeBindings_ts module_src_runtimeApiSelection_test_ts --&gt;
5913
6346
  module_src_runtimeApiSelection_ts module_src_runtimeBindings_test_ts --&gt;
5914
6347
  module_src_runtimeApiSelection_ts module_src_runtimeBindings_test_ts --&gt;
@@ -5920,8 +6353,12 @@ graph TD
5920
6353
  module_src_RuntimeRendererConfig_tsx module_src_runtimeEventExecution_test_ts --&gt;
5921
6354
  module_src_runtimeEventExecution_ts module_src_runtimeEventExecution_ts --&gt;
5922
6355
  module_src_runtimeActionRegistry_ts module_src_runtimeEventExecution_ts --&gt;
5923
- module_src_RuntimeRendererConfig_tsx module_src_runtimeImageMedia_test_ts --&gt;
5924
- module_src_runtimeMedia_ts module_src_runtimeImageMedia_test_ts --&gt;
6356
+ module_src_RuntimeRendererConfig_tsx
6357
+ module_src_runtimeEventOperationLifecycle_test_ts --&gt;
6358
+ module_src_runtimeActionRegistry_ts
6359
+ module_src_runtimeEventOperationLifecycle_test_ts --&gt;
6360
+ module_src_runtimeEventOperationLifecycle_ts module_src_runtimeImageMedia_test_ts
6361
+ --&gt; module_src_runtimeMedia_ts module_src_runtimeImageMedia_test_ts --&gt;
5925
6362
  module_src_runtimeNodeProps_ts module_src_runtimeMedia_test_ts --&gt;
5926
6363
  module_src_runtimeMedia_ts module_src_runtimeMediaCache_tsx --&gt;
5927
6364
  module_src_runtimeMedia_ts module_src_runtimeMediaConfig_test_ts --&gt;
@@ -5936,6 +6373,7 @@ graph TD
5936
6373
  module_src_runtimeBindings_ts module_src_RuntimeRenderer_tsx --&gt;
5937
6374
  module_src_runtimeDbPersist_ts module_src_RuntimeRenderer_tsx --&gt;
5938
6375
  module_src_runtimeEventExecution_ts module_src_RuntimeRenderer_tsx --&gt;
6376
+ module_src_runtimeEventOperationLifecycle_ts module_src_RuntimeRenderer_tsx --&gt;
5939
6377
  module_src_runtimeMedia_ts module_src_RuntimeRenderer_tsx --&gt;
5940
6378
  module_src_runtimeMediaCache_tsx module_src_RuntimeRenderer_tsx --&gt;
5941
6379
  module_src_runtimeNodeProps_ts module_src_RuntimeRenderer_tsx --&gt;
@@ -5947,7 +6385,8 @@ graph TD
5947
6385
  module_src_RuntimeRendererConfig_tsx module_src_RuntimeRendererConfig_tsx --&gt;
5948
6386
  module_src_registry_tsx module_src_RuntimeRendererConfig_tsx --&gt;
5949
6387
  module_src_runtimeBindings_ts module_src_RuntimeRendererConfig_tsx --&gt;
5950
- module_src_runtimeMedia_ts module_src_runtimeRepeat_test_ts --&gt;
6388
+ module_src_runtimeEventOperationLifecycle_ts module_src_RuntimeRendererConfig_tsx
6389
+ --&gt; module_src_runtimeMedia_ts module_src_runtimeRepeat_test_ts --&gt;
5951
6390
  module_src_runtimeActionRegistry_ts module_src_runtimeRepeat_test_ts --&gt;
5952
6391
  module_src_runtimeBindings_ts module_src_runtimeRepeat_test_ts --&gt;
5953
6392
  module_src_runtimeRepeat_ts module_src_runtimeRepeat_ts --&gt;
@@ -6005,6 +6444,8 @@ graph LR
6005
6444
  module_src_runtimeDbPersist_ts[&quot;src/runtimeDbPersist.ts&quot;]
6006
6445
  module_src_runtimeEventExecution_test_ts[&quot;src/runtimeEventExecution.test.ts&quot;]
6007
6446
  module_src_runtimeEventExecution_ts[&quot;src/runtimeEventExecution.ts&quot;]
6447
+ module_src_runtimeEventOperationLifecycle_test_ts[&quot;src/runtimeEventOperationLifecycle.test.ts&quot;]
6448
+ module_src_runtimeEventOperationLifecycle_ts[&quot;src/runtimeEventOperationLifecycle.ts&quot;]
6008
6449
  module_src_runtimeImageMedia_test_ts[&quot;src/runtimeImageMedia.test.ts&quot;]
6009
6450
  module_src_runtimeManifest_ts[&quot;src/runtimeManifest.ts&quot;]
6010
6451
  module_src_runtimeMedia_test_ts[&quot;src/runtimeMedia.test.ts&quot;]
@@ -6046,6 +6487,7 @@ graph LR
6046
6487
  module_src_runtimeActionRegistry_operations_test_ts --&gt; module_src_runtimeBindings_ts
6047
6488
  module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeApiSelection_ts
6048
6489
  module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeBindings_ts
6490
+ module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeEventOperationLifecycle_ts
6049
6491
  module_src_runtimeActionRegistry_ts --&gt; module_src_RuntimeRendererConfig_tsx
6050
6492
  module_src_runtimeApiOperations_test_ts --&gt; module_src_runtimeApiOperations_ts
6051
6493
  module_src_runtimeApiOperations_ts --&gt; module_src_runtimeBindings_ts
@@ -6060,6 +6502,8 @@ graph LR
6060
6502
  module_src_runtimeEventExecution_test_ts --&gt; module_src_runtimeEventExecution_ts
6061
6503
  module_src_runtimeEventExecution_ts --&gt; module_src_runtimeActionRegistry_ts
6062
6504
  module_src_runtimeEventExecution_ts --&gt; module_src_RuntimeRendererConfig_tsx
6505
+ module_src_runtimeEventOperationLifecycle_test_ts --&gt; module_src_runtimeActionRegistry_ts
6506
+ module_src_runtimeEventOperationLifecycle_test_ts --&gt; module_src_runtimeEventOperationLifecycle_ts
6063
6507
  module_src_runtimeImageMedia_test_ts --&gt; module_src_runtimeMedia_ts
6064
6508
  module_src_runtimeImageMedia_test_ts --&gt; module_src_runtimeNodeProps_ts
6065
6509
  module_src_runtimeMedia_test_ts --&gt; module_src_runtimeMedia_ts
@@ -6075,6 +6519,7 @@ graph LR
6075
6519
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeBindings_ts
6076
6520
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeDbPersist_ts
6077
6521
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeEventExecution_ts
6522
+ module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeEventOperationLifecycle_ts
6078
6523
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeMedia_ts
6079
6524
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeMediaCache_tsx
6080
6525
  module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeNodeProps_ts
@@ -6086,6 +6531,7 @@ graph LR
6086
6531
  module_src_RuntimeRendererConfig_test_tsx --&gt; module_src_RuntimeRendererConfig_tsx
6087
6532
  module_src_RuntimeRendererConfig_tsx --&gt; module_src_registry_tsx
6088
6533
  module_src_RuntimeRendererConfig_tsx --&gt; module_src_runtimeBindings_ts
6534
+ module_src_RuntimeRendererConfig_tsx --&gt; module_src_runtimeEventOperationLifecycle_ts
6089
6535
  module_src_RuntimeRendererConfig_tsx --&gt; module_src_runtimeMedia_ts
6090
6536
  module_src_runtimeRepeat_test_ts --&gt; module_src_runtimeActionRegistry_ts
6091
6537
  module_src_runtimeRepeat_test_ts --&gt; module_src_runtimeBindings_ts
@@ -6143,6 +6589,8 @@ graph LR
6143
6589
  module_src_runtimeDbPersist_ts[&quot;src/runtimeDbPersist.ts&quot;]
6144
6590
  module_src_runtimeEventExecution_test_ts[&quot;src/runtimeEventExecution.test.ts&quot;]
6145
6591
  module_src_runtimeEventExecution_ts[&quot;src/runtimeEventExecution.ts&quot;]
6592
+ module_src_runtimeEventOperationLifecycle_test_ts[&quot;src/runtimeEventOperationLifecycle.test.ts&quot;]
6593
+ module_src_runtimeEventOperationLifecycle_ts[&quot;src/runtimeEventOperationLifecycle.ts&quot;]
6146
6594
  module_src_runtimeImageMedia_test_ts[&quot;src/runtimeImageMedia.test.ts&quot;]
6147
6595
  module_src_runtimeManifest_ts[&quot;src/runtimeManifest.ts&quot;]
6148
6596
  module_src_runtimeMedia_test_ts[&quot;src/runtimeMedia.test.ts&quot;]
@@ -6204,7 +6652,8 @@ graph LR
6204
6652
  export_createRuntimeActionRegistry -.-&gt; export_RuntimeBindingOperationExecutor
6205
6653
  export_createRuntimeActionRegistry -.-&gt; export_RuntimeBindingOperationResultCache
6206
6654
  export_createRuntimeActionRegistry -.-&gt;
6207
- export_RuntimeBindingOperationResultWriter
6655
+ export_RuntimeBindingOperationResultWriter export_createRuntimeActionRegistry
6656
+ -.-&gt; export_RuntimeEventOperationLifecycle
6208
6657
  export_createRuntimeApiOperationExecutor[&quot;createRuntimeApiOperationExecutor&quot;]
6209
6658
  module_src_runtimeApiOperations_ts --&gt; export_createRuntimeApiOperationExecutor
6210
6659
  export_createRuntimeApiOperationExecutor -.-&gt;
@@ -6212,6 +6661,17 @@ graph LR
6212
6661
  -.-&gt; export_RuntimeBindingOperationExecutor
6213
6662
  export_createRuntimeBindingOperationKey[&quot;createRuntimeBindingOperationKey&quot;]
6214
6663
  module_src_runtimeBindings_ts --&gt; export_createRuntimeBindingOperationKey
6664
+ export_createRuntimeEventOperationBindingContext[&quot;createRuntimeEventOperationBindingContext&quot;]
6665
+ module_src_runtimeEventOperationLifecycle_ts --&gt;
6666
+ export_createRuntimeEventOperationBindingContext
6667
+ export_createRuntimeEventOperationBindingContext -.-&gt;
6668
+ export_RuntimeEventOperationState
6669
+ export_createRuntimeEventOperationLifecycle[&quot;createRuntimeEventOperationLifecycle&quot;]
6670
+ module_src_runtimeEventOperationLifecycle_ts --&gt;
6671
+ export_createRuntimeEventOperationLifecycle
6672
+ export_createRuntimeEventOperationLifecycle -.-&gt;
6673
+ export_RuntimeEventOperationLifecycle export_createRuntimeEventOperationLifecycle
6674
+ -.-&gt; export_RuntimeEventOperationState
6215
6675
  export_createRuntimeMemoryStateAdapter[&quot;createRuntimeMemoryStateAdapter&quot;]
6216
6676
  module_src_runtimeStateAdapter_ts --&gt; export_createRuntimeMemoryStateAdapter
6217
6677
  export_createRuntimeMemoryStateAdapter -.-&gt;
@@ -6246,6 +6706,9 @@ graph LR
6246
6706
  export_executeRuntimeScreenOperationLoaders -.-&gt;
6247
6707
  export_RuntimeBindingResolutionContext export_executeRuntimeScreenOperationLoaders
6248
6708
  -.-&gt; export_RuntimeScreenOperationLoaderExecutionResult
6709
+ export_IDLE_RUNTIME_EVENT_OPERATION_STATE[&quot;IDLE_RUNTIME_EVENT_OPERATION_STATE&quot;]
6710
+ module_src_runtimeEventOperationLifecycle_ts --&gt;
6711
+ export_IDLE_RUNTIME_EVENT_OPERATION_STATE
6249
6712
  export_ManifestContext[&quot;ManifestContext&quot;] module_src_ManifestContext_tsx
6250
6713
  --&gt; export_ManifestContext export_ManifestProvider[&quot;ManifestProvider&quot;]
6251
6714
  module_src_ManifestContext_tsx --&gt; export_ManifestProvider
@@ -6278,6 +6741,9 @@ graph LR
6278
6741
  export_resolveRuntimeBindingValueSync[&quot;resolveRuntimeBindingValueSync&quot;]
6279
6742
  module_src_runtimeBindings_ts --&gt; export_resolveRuntimeBindingValueSync
6280
6743
  export_resolveRuntimeBindingValueSync -.-&gt; export_RuntimeBindingResolutionContext
6744
+ export_resolveRuntimeEventOperationErrorMessage[&quot;resolveRuntimeEventOperationErrorMessage&quot;]
6745
+ module_src_runtimeEventOperationLifecycle_ts --&gt;
6746
+ export_resolveRuntimeEventOperationErrorMessage
6281
6747
  export_resolveScreenOperationLoaders[&quot;resolveScreenOperationLoaders&quot;]
6282
6748
  module_src_runtimeScreenLoaders_ts --&gt; export_resolveScreenOperationLoaders
6283
6749
  export_RuntimeAction[&quot;RuntimeAction&quot;] module_src_RuntimeRendererConfig_tsx
@@ -6338,6 +6804,8 @@ graph LR
6338
6804
  export_RuntimeComponentEventDispatchArgs -.-&gt;
6339
6805
  export_RuntimeBindingOperationExecutor export_RuntimeComponentEventDispatchArgs
6340
6806
  -.-&gt; export_RuntimeBindingOperationResultWriter
6807
+ export_RuntimeComponentEventDispatchArgs -.-&gt;
6808
+ export_RuntimeEventOperationLifecycle
6341
6809
  export_RuntimeDbPersistError[&quot;RuntimeDbPersistError&quot;]
6342
6810
  module_src_runtimeDbPersist_ts --&gt; export_RuntimeDbPersistError
6343
6811
  export_RuntimeDbPersistExecutionResult[&quot;RuntimeDbPersistExecutionResult&quot;]
@@ -6348,6 +6816,20 @@ graph LR
6348
6816
  module_src_runtimeManifest_ts --&gt; export_RuntimeDiagnostic
6349
6817
  export_RuntimeEventDiagnosticsReporter[&quot;RuntimeEventDiagnosticsReporter&quot;]
6350
6818
  module_src_runtimeEventExecution_ts --&gt; export_RuntimeEventDiagnosticsReporter
6819
+ export_RuntimeEventOperationInvocation[&quot;RuntimeEventOperationInvocation&quot;]
6820
+ module_src_runtimeEventOperationLifecycle_ts --&gt;
6821
+ export_RuntimeEventOperationInvocation
6822
+ export_RuntimeEventOperationLifecycle[&quot;RuntimeEventOperationLifecycle&quot;]
6823
+ module_src_runtimeEventOperationLifecycle_ts --&gt;
6824
+ export_RuntimeEventOperationLifecycle export_RuntimeEventOperationLifecycle -.-&gt;
6825
+ export_RuntimeEventOperationInvocation
6826
+ export_RuntimeEventOperationState[&quot;RuntimeEventOperationState&quot;]
6827
+ module_src_runtimeEventOperationLifecycle_ts --&gt;
6828
+ export_RuntimeEventOperationState export_RuntimeEventOperationState -.-&gt;
6829
+ export_RuntimeEventOperationStatus
6830
+ export_RuntimeEventOperationStatus[&quot;RuntimeEventOperationStatus&quot;]
6831
+ module_src_runtimeEventOperationLifecycle_ts --&gt;
6832
+ export_RuntimeEventOperationStatus
6351
6833
  export_RuntimeEventPropWrapArgs[&quot;RuntimeEventPropWrapArgs&quot;]
6352
6834
  module_src_runtimeActionRegistry_ts --&gt; export_RuntimeEventPropWrapArgs
6353
6835
  export_RuntimeEventPropWrapArgs -.-&gt; export_RuntimeComponentEventDispatchArgs
@@ -6383,6 +6865,8 @@ graph LR
6383
6865
  export_RuntimeRendererConfig -.-&gt; export_RuntimeActionHandlers
6384
6866
  export_RuntimeRendererConfig -.-&gt; export_RuntimeBindingOperationExecutor
6385
6867
  export_RuntimeRendererConfig -.-&gt; export_RuntimeBindingOperationResultWriter
6868
+ export_RuntimeRendererConfig -.-&gt; export_RuntimeEventOperationLifecycle
6869
+ export_RuntimeRendererConfig -.-&gt; export_RuntimeEventOperationState
6386
6870
  export_RuntimeRendererConfig -.-&gt; export_RuntimeMediaAssetResolver
6387
6871
  export_RuntimeRendererConfig -.-&gt; export_RuntimeNodePropsResolver
6388
6872
  export_RuntimeRendererConfig -.-&gt; export_RuntimeRendererWrapArgs
@@ -6466,6 +6950,8 @@ graph LR
6466
6950
  module_src_runtimeDbPersist_ts[&quot;src/runtimeDbPersist.ts&quot;]
6467
6951
  module_src_runtimeEventExecution_test_ts[&quot;src/runtimeEventExecution.test.ts&quot;]
6468
6952
  module_src_runtimeEventExecution_ts[&quot;src/runtimeEventExecution.ts&quot;]
6953
+ module_src_runtimeEventOperationLifecycle_test_ts[&quot;src/runtimeEventOperationLifecycle.test.ts&quot;]
6954
+ module_src_runtimeEventOperationLifecycle_ts[&quot;src/runtimeEventOperationLifecycle.ts&quot;]
6469
6955
  module_src_runtimeImageMedia_test_ts[&quot;src/runtimeImageMedia.test.ts&quot;]
6470
6956
  module_src_runtimeManifest_ts[&quot;src/runtimeManifest.ts&quot;]
6471
6957
  module_src_runtimeMedia_test_ts[&quot;src/runtimeMedia.test.ts&quot;]
@@ -6524,12 +7010,20 @@ graph LR
6524
7010
  export_createRuntimeActionRegistry -.-&gt; export_RuntimeBindingOperationExecutor
6525
7011
  export_createRuntimeActionRegistry -.-&gt; export_RuntimeBindingOperationResultCache
6526
7012
  export_createRuntimeActionRegistry -.-&gt; export_RuntimeBindingOperationResultWriter
7013
+ export_createRuntimeActionRegistry -.-&gt; export_RuntimeEventOperationLifecycle
6527
7014
  export_createRuntimeApiOperationExecutor[&quot;createRuntimeApiOperationExecutor&quot;]
6528
7015
  module_src_runtimeApiOperations_ts --&gt; export_createRuntimeApiOperationExecutor
6529
7016
  export_createRuntimeApiOperationExecutor -.-&gt; export_RuntimeApiOperationExecutorOptions
6530
7017
  export_createRuntimeApiOperationExecutor -.-&gt; export_RuntimeBindingOperationExecutor
6531
7018
  export_createRuntimeBindingOperationKey[&quot;createRuntimeBindingOperationKey&quot;]
6532
7019
  module_src_runtimeBindings_ts --&gt; export_createRuntimeBindingOperationKey
7020
+ export_createRuntimeEventOperationBindingContext[&quot;createRuntimeEventOperationBindingContext&quot;]
7021
+ module_src_runtimeEventOperationLifecycle_ts --&gt; export_createRuntimeEventOperationBindingContext
7022
+ export_createRuntimeEventOperationBindingContext -.-&gt; export_RuntimeEventOperationState
7023
+ export_createRuntimeEventOperationLifecycle[&quot;createRuntimeEventOperationLifecycle&quot;]
7024
+ module_src_runtimeEventOperationLifecycle_ts --&gt; export_createRuntimeEventOperationLifecycle
7025
+ export_createRuntimeEventOperationLifecycle -.-&gt; export_RuntimeEventOperationLifecycle
7026
+ export_createRuntimeEventOperationLifecycle -.-&gt; export_RuntimeEventOperationState
6533
7027
  export_createRuntimeMemoryStateAdapter[&quot;createRuntimeMemoryStateAdapter&quot;]
6534
7028
  module_src_runtimeStateAdapter_ts --&gt; export_createRuntimeMemoryStateAdapter
6535
7029
  export_createRuntimeMemoryStateAdapter -.-&gt; export_RuntimeMemoryStateAdapterOptions
@@ -6555,6 +7049,8 @@ graph LR
6555
7049
  export_executeRuntimeScreenOperationLoaders -.-&gt; export_RuntimeBindingOperationResultCache
6556
7050
  export_executeRuntimeScreenOperationLoaders -.-&gt; export_RuntimeBindingResolutionContext
6557
7051
  export_executeRuntimeScreenOperationLoaders -.-&gt; export_RuntimeScreenOperationLoaderExecutionResult
7052
+ export_IDLE_RUNTIME_EVENT_OPERATION_STATE[&quot;IDLE_RUNTIME_EVENT_OPERATION_STATE&quot;]
7053
+ module_src_runtimeEventOperationLifecycle_ts --&gt; export_IDLE_RUNTIME_EVENT_OPERATION_STATE
6558
7054
  export_ManifestContext[&quot;ManifestContext&quot;]
6559
7055
  module_src_ManifestContext_tsx --&gt; export_ManifestContext
6560
7056
  export_ManifestProvider[&quot;ManifestProvider&quot;]
@@ -6588,6 +7084,8 @@ graph LR
6588
7084
  export_resolveRuntimeBindingValueSync[&quot;resolveRuntimeBindingValueSync&quot;]
6589
7085
  module_src_runtimeBindings_ts --&gt; export_resolveRuntimeBindingValueSync
6590
7086
  export_resolveRuntimeBindingValueSync -.-&gt; export_RuntimeBindingResolutionContext
7087
+ export_resolveRuntimeEventOperationErrorMessage[&quot;resolveRuntimeEventOperationErrorMessage&quot;]
7088
+ module_src_runtimeEventOperationLifecycle_ts --&gt; export_resolveRuntimeEventOperationErrorMessage
6591
7089
  export_resolveScreenOperationLoaders[&quot;resolveScreenOperationLoaders&quot;]
6592
7090
  module_src_runtimeScreenLoaders_ts --&gt; export_resolveScreenOperationLoaders
6593
7091
  export_RuntimeAction[&quot;RuntimeAction&quot;]
@@ -6646,6 +7144,7 @@ graph LR
6646
7144
  export_RuntimeComponentEventDispatchArgs -.-&gt; export_RuntimeActionHandler
6647
7145
  export_RuntimeComponentEventDispatchArgs -.-&gt; export_RuntimeBindingOperationExecutor
6648
7146
  export_RuntimeComponentEventDispatchArgs -.-&gt; export_RuntimeBindingOperationResultWriter
7147
+ export_RuntimeComponentEventDispatchArgs -.-&gt; export_RuntimeEventOperationLifecycle
6649
7148
  export_RuntimeDbPersistError[&quot;RuntimeDbPersistError&quot;]
6650
7149
  module_src_runtimeDbPersist_ts --&gt; export_RuntimeDbPersistError
6651
7150
  export_RuntimeDbPersistExecutionResult[&quot;RuntimeDbPersistExecutionResult&quot;]
@@ -6656,6 +7155,16 @@ graph LR
6656
7155
  module_src_runtimeManifest_ts --&gt; export_RuntimeDiagnostic
6657
7156
  export_RuntimeEventDiagnosticsReporter[&quot;RuntimeEventDiagnosticsReporter&quot;]
6658
7157
  module_src_runtimeEventExecution_ts --&gt; export_RuntimeEventDiagnosticsReporter
7158
+ export_RuntimeEventOperationInvocation[&quot;RuntimeEventOperationInvocation&quot;]
7159
+ module_src_runtimeEventOperationLifecycle_ts --&gt; export_RuntimeEventOperationInvocation
7160
+ export_RuntimeEventOperationLifecycle[&quot;RuntimeEventOperationLifecycle&quot;]
7161
+ module_src_runtimeEventOperationLifecycle_ts --&gt; export_RuntimeEventOperationLifecycle
7162
+ export_RuntimeEventOperationLifecycle -.-&gt; export_RuntimeEventOperationInvocation
7163
+ export_RuntimeEventOperationState[&quot;RuntimeEventOperationState&quot;]
7164
+ module_src_runtimeEventOperationLifecycle_ts --&gt; export_RuntimeEventOperationState
7165
+ export_RuntimeEventOperationState -.-&gt; export_RuntimeEventOperationStatus
7166
+ export_RuntimeEventOperationStatus[&quot;RuntimeEventOperationStatus&quot;]
7167
+ module_src_runtimeEventOperationLifecycle_ts --&gt; export_RuntimeEventOperationStatus
6659
7168
  export_RuntimeEventPropWrapArgs[&quot;RuntimeEventPropWrapArgs&quot;]
6660
7169
  module_src_runtimeActionRegistry_ts --&gt; export_RuntimeEventPropWrapArgs
6661
7170
  export_RuntimeEventPropWrapArgs -.-&gt; export_RuntimeComponentEventDispatchArgs
@@ -6692,6 +7201,8 @@ graph LR
6692
7201
  export_RuntimeRendererConfig -.-&gt; export_RuntimeActionHandlers
6693
7202
  export_RuntimeRendererConfig -.-&gt; export_RuntimeBindingOperationExecutor
6694
7203
  export_RuntimeRendererConfig -.-&gt; export_RuntimeBindingOperationResultWriter
7204
+ export_RuntimeRendererConfig -.-&gt; export_RuntimeEventOperationLifecycle
7205
+ export_RuntimeRendererConfig -.-&gt; export_RuntimeEventOperationState
6695
7206
  export_RuntimeRendererConfig -.-&gt; export_RuntimeMediaAssetResolver
6696
7207
  export_RuntimeRendererConfig -.-&gt; export_RuntimeNodePropsResolver
6697
7208
  export_RuntimeRendererConfig -.-&gt; export_RuntimeRendererWrapArgs
@@ -6810,6 +7321,34 @@ sequenceDiagram
6810
7321
  participant_createPayloadForEvent--&gt;&gt;participant_createComponentEventFromHandlerArgs: return
6811
7322
  participant_createComponentEventFromHandlerArgs-&gt;&gt;participant_localEventNameToEventType: localEventNameToEventType()
6812
7323
  participant_localEventNameToEventType--&gt;&gt;participant_createComponentEventFromHandlerArgs: return
7324
+ </pre>
7325
+ </details>
7326
+ </article>
7327
+ <article
7328
+ class="item"
7329
+ data-search="createRuntimeEventOperationBindingContext sequence diagrams/sequences/create-runtime-event-operation-binding-context.mmd"
7330
+ >
7331
+ <h3>createRuntimeEventOperationBindingContext sequence</h3>
7332
+ <p class="muted">
7333
+ <code>diagrams/sequences/create-runtime-event-operation-binding-context.mmd</code>
7334
+ </p>
7335
+ <div class="mermaid">
7336
+ sequenceDiagram participant participant_createRuntimeEventOperationBindingContext as
7337
+ createRuntimeEventOperationBindingContext participant participant_isRecord as
7338
+ isRecord
7339
+ participant_createRuntimeEventOperationBindingContext-&gt;&gt;participant_isRecord:
7340
+ isRecord()
7341
+ participant_isRecord--&gt;&gt;participant_createRuntimeEventOperationBindingContext:
7342
+ return
7343
+ </div>
7344
+ <details>
7345
+ <summary>View Mermaid source</summary>
7346
+ <pre>
7347
+ sequenceDiagram
7348
+ participant participant_createRuntimeEventOperationBindingContext as createRuntimeEventOperationBindingContext
7349
+ participant participant_isRecord as isRecord
7350
+ participant_createRuntimeEventOperationBindingContext-&gt;&gt;participant_isRecord: isRecord()
7351
+ participant_isRecord--&gt;&gt;participant_createRuntimeEventOperationBindingContext: return
6813
7352
  </pre>
6814
7353
  </details>
6815
7354
  </article>
@@ -7543,7 +8082,7 @@ sequenceDiagram
7543
8082
  data-search="createRuntimeActionRegistry src/runtimeActionRegistry.ts "
7544
8083
  >
7545
8084
  <h3>createRuntimeActionRegistry</h3>
7546
- <p class="muted"><code>src/runtimeActionRegistry.ts:66:1</code></p>
8085
+ <p class="muted"><code>src/runtimeActionRegistry.ts:71:1</code></p>
7547
8086
  <p class="empty">No description available.</p>
7548
8087
  </article>
7549
8088
  <article
@@ -7551,12 +8090,12 @@ sequenceDiagram
7551
8090
  data-search="dispatchRuntimeComponentEvent src/runtimeActionRegistry.ts "
7552
8091
  >
7553
8092
  <h3>dispatchRuntimeComponentEvent</h3>
7554
- <p class="muted"><code>src/runtimeActionRegistry.ts:102:1</code></p>
8093
+ <p class="muted"><code>src/runtimeActionRegistry.ts:109:1</code></p>
7555
8094
  <p class="empty">No description available.</p>
7556
8095
  </article>
7557
8096
  <article class="item" data-search="wrapRuntimeEventProps src/runtimeActionRegistry.ts ">
7558
8097
  <h3>wrapRuntimeEventProps</h3>
7559
- <p class="muted"><code>src/runtimeActionRegistry.ts:179:1</code></p>
8098
+ <p class="muted"><code>src/runtimeActionRegistry.ts:186:1</code></p>
7560
8099
  <p class="empty">No description available.</p>
7561
8100
  </article>
7562
8101
  <article
@@ -7564,7 +8103,7 @@ sequenceDiagram
7564
8103
  data-search="createComponentEventFromHandlerArgs src/runtimeActionRegistry.ts "
7565
8104
  >
7566
8105
  <h3>createComponentEventFromHandlerArgs</h3>
7567
- <p class="muted"><code>src/runtimeActionRegistry.ts:216:1</code></p>
8106
+ <p class="muted"><code>src/runtimeActionRegistry.ts:223:1</code></p>
7568
8107
  <p class="empty">No description available.</p>
7569
8108
  </article>
7570
8109
  <article
@@ -7572,7 +8111,7 @@ sequenceDiagram
7572
8111
  data-search="resolveRuntimeActionPayload src/runtimeActionRegistry.ts "
7573
8112
  >
7574
8113
  <h3>resolveRuntimeActionPayload</h3>
7575
- <p class="muted"><code>src/runtimeActionRegistry.ts:230:1</code></p>
8114
+ <p class="muted"><code>src/runtimeActionRegistry.ts:237:1</code></p>
7576
8115
  <p class="empty">No description available.</p>
7577
8116
  </article>
7578
8117
  <article
@@ -7580,7 +8119,7 @@ sequenceDiagram
7580
8119
  data-search="resolveRuntimeActionValue src/runtimeActionRegistry.ts "
7581
8120
  >
7582
8121
  <h3>resolveRuntimeActionValue</h3>
7583
- <p class="muted"><code>src/runtimeActionRegistry.ts:241:1</code></p>
8122
+ <p class="muted"><code>src/runtimeActionRegistry.ts:248:1</code></p>
7584
8123
  <p class="empty">No description available.</p>
7585
8124
  </article>
7586
8125
  <article
@@ -7588,7 +8127,12 @@ sequenceDiagram
7588
8127
  data-search="dispatchRuntimeOperationEventBinding src/runtimeActionRegistry.ts "
7589
8128
  >
7590
8129
  <h3>dispatchRuntimeOperationEventBinding</h3>
7591
- <p class="muted"><code>src/runtimeActionRegistry.ts:252:1</code></p>
8130
+ <p class="muted"><code>src/runtimeActionRegistry.ts:259:1</code></p>
8131
+ <p class="empty">No description available.</p>
8132
+ </article>
8133
+ <article class="item" data-search="failLifecycle src/runtimeActionRegistry.ts ">
8134
+ <h3>failLifecycle</h3>
8135
+ <p class="muted"><code>src/runtimeActionRegistry.ts:276:9</code></p>
7592
8136
  <p class="empty">No description available.</p>
7593
8137
  </article>
7594
8138
  <article
@@ -7596,7 +8140,7 @@ sequenceDiagram
7596
8140
  data-search="resolveRuntimeActionValueEntry src/runtimeActionRegistry.ts "
7597
8141
  >
7598
8142
  <h3>resolveRuntimeActionValueEntry</h3>
7599
- <p class="muted"><code>src/runtimeActionRegistry.ts:299:1</code></p>
8143
+ <p class="muted"><code>src/runtimeActionRegistry.ts:344:1</code></p>
7600
8144
  <p class="empty">No description available.</p>
7601
8145
  </article>
7602
8146
  <article
@@ -7604,7 +8148,7 @@ sequenceDiagram
7604
8148
  data-search="resolveObjectEventBindingInput src/runtimeActionRegistry.ts "
7605
8149
  >
7606
8150
  <h3>resolveObjectEventBindingInput</h3>
7607
- <p class="muted"><code>src/runtimeActionRegistry.ts:317:1</code></p>
8151
+ <p class="muted"><code>src/runtimeActionRegistry.ts:362:1</code></p>
7608
8152
  <p class="empty">No description available.</p>
7609
8153
  </article>
7610
8154
  <article
@@ -7612,7 +8156,7 @@ sequenceDiagram
7612
8156
  data-search="resolveEventBindingInput src/runtimeActionRegistry.ts "
7613
8157
  >
7614
8158
  <h3>resolveEventBindingInput</h3>
7615
- <p class="muted"><code>src/runtimeActionRegistry.ts:326:1</code></p>
8159
+ <p class="muted"><code>src/runtimeActionRegistry.ts:371:1</code></p>
7616
8160
  <p class="empty">No description available.</p>
7617
8161
  </article>
7618
8162
  <article
@@ -7620,7 +8164,7 @@ sequenceDiagram
7620
8164
  data-search="matchesBindingCondition src/runtimeActionRegistry.ts "
7621
8165
  >
7622
8166
  <h3>matchesBindingCondition</h3>
7623
- <p class="muted"><code>src/runtimeActionRegistry.ts:345:1</code></p>
8167
+ <p class="muted"><code>src/runtimeActionRegistry.ts:390:1</code></p>
7624
8168
  <p class="empty">No description available.</p>
7625
8169
  </article>
7626
8170
  <article
@@ -7628,12 +8172,12 @@ sequenceDiagram
7628
8172
  data-search="readBindingConditionSource src/runtimeActionRegistry.ts "
7629
8173
  >
7630
8174
  <h3>readBindingConditionSource</h3>
7631
- <p class="muted"><code>src/runtimeActionRegistry.ts:365:1</code></p>
8175
+ <p class="muted"><code>src/runtimeActionRegistry.ts:410:1</code></p>
7632
8176
  <p class="empty">No description available.</p>
7633
8177
  </article>
7634
8178
  <article class="item" data-search="createPayloadForEvent src/runtimeActionRegistry.ts ">
7635
8179
  <h3>createPayloadForEvent</h3>
7636
- <p class="muted"><code>src/runtimeActionRegistry.ts:388:1</code></p>
8180
+ <p class="muted"><code>src/runtimeActionRegistry.ts:433:1</code></p>
7637
8181
  <p class="empty">No description available.</p>
7638
8182
  </article>
7639
8183
  <article
@@ -7641,12 +8185,12 @@ sequenceDiagram
7641
8185
  data-search="localEventNameToEventType src/runtimeActionRegistry.ts "
7642
8186
  >
7643
8187
  <h3>localEventNameToEventType</h3>
7644
- <p class="muted"><code>src/runtimeActionRegistry.ts:426:1</code></p>
8188
+ <p class="muted"><code>src/runtimeActionRegistry.ts:471:1</code></p>
7645
8189
  <p class="empty">No description available.</p>
7646
8190
  </article>
7647
8191
  <article class="item" data-search="inferLocalEventName src/runtimeActionRegistry.ts ">
7648
8192
  <h3>inferLocalEventName</h3>
7649
- <p class="muted"><code>src/runtimeActionRegistry.ts:434:1</code></p>
8193
+ <p class="muted"><code>src/runtimeActionRegistry.ts:479:1</code></p>
7650
8194
  <p class="empty">No description available.</p>
7651
8195
  </article>
7652
8196
  <article
@@ -7654,17 +8198,17 @@ sequenceDiagram
7654
8198
  data-search="eventNameToCallbackProp src/runtimeActionRegistry.ts "
7655
8199
  >
7656
8200
  <h3>eventNameToCallbackProp</h3>
7657
- <p class="muted"><code>src/runtimeActionRegistry.ts:440:1</code></p>
8201
+ <p class="muted"><code>src/runtimeActionRegistry.ts:485:1</code></p>
7658
8202
  <p class="empty">No description available.</p>
7659
8203
  </article>
7660
8204
  <article class="item" data-search="isRuntimeEventHandler src/runtimeActionRegistry.ts ">
7661
8205
  <h3>isRuntimeEventHandler</h3>
7662
- <p class="muted"><code>src/runtimeActionRegistry.ts:444:1</code></p>
8206
+ <p class="muted"><code>src/runtimeActionRegistry.ts:489:1</code></p>
7663
8207
  <p class="empty">No description available.</p>
7664
8208
  </article>
7665
8209
  <article class="item" data-search="readPath src/runtimeActionRegistry.ts ">
7666
8210
  <h3>readPath</h3>
7667
- <p class="muted"><code>src/runtimeActionRegistry.ts:448:1</code></p>
8211
+ <p class="muted"><code>src/runtimeActionRegistry.ts:493:1</code></p>
7668
8212
  <p class="empty">No description available.</p>
7669
8213
  </article>
7670
8214
  <article
@@ -7672,22 +8216,22 @@ sequenceDiagram
7672
8216
  data-search="createBarcodeScannedPayload src/runtimeActionRegistry.ts "
7673
8217
  >
7674
8218
  <h3>createBarcodeScannedPayload</h3>
7675
- <p class="muted"><code>src/runtimeActionRegistry.ts:457:1</code></p>
8219
+ <p class="muted"><code>src/runtimeActionRegistry.ts:502:1</code></p>
7676
8220
  <p class="empty">No description available.</p>
7677
8221
  </article>
7678
8222
  <article class="item" data-search="readItemId src/runtimeActionRegistry.ts ">
7679
8223
  <h3>readItemId</h3>
7680
- <p class="muted"><code>src/runtimeActionRegistry.ts:473:1</code></p>
8224
+ <p class="muted"><code>src/runtimeActionRegistry.ts:518:1</code></p>
7681
8225
  <p class="empty">No description available.</p>
7682
8226
  </article>
7683
8227
  <article class="item" data-search="asRecord src/runtimeActionRegistry.ts ">
7684
8228
  <h3>asRecord</h3>
7685
- <p class="muted"><code>src/runtimeActionRegistry.ts:482:1</code></p>
8229
+ <p class="muted"><code>src/runtimeActionRegistry.ts:527:1</code></p>
7686
8230
  <p class="empty">No description available.</p>
7687
8231
  </article>
7688
8232
  <article class="item" data-search="isRecord src/runtimeActionRegistry.ts ">
7689
8233
  <h3>isRecord</h3>
7690
- <p class="muted"><code>src/runtimeActionRegistry.ts:486:1</code></p>
8234
+ <p class="muted"><code>src/runtimeActionRegistry.ts:531:1</code></p>
7691
8235
  <p class="empty">No description available.</p>
7692
8236
  </article>
7693
8237
  </section>
@@ -8065,6 +8609,79 @@ sequenceDiagram
8065
8609
  </article>
8066
8610
  </section>
8067
8611
  </section>
8612
+ <section
8613
+ id="view-src-runtimeeventoperationlifecycle-test-ts"
8614
+ class="view"
8615
+ data-view="src/runtimeEventOperationLifecycle.test.ts"
8616
+ hidden
8617
+ >
8618
+ <section class="panel">
8619
+ <h2>src/runtimeEventOperationLifecycle.test.ts</h2>
8620
+ <article
8621
+ class="item"
8622
+ data-search="eventArgs src/runtimeEventOperationLifecycle.test.ts "
8623
+ >
8624
+ <h3>eventArgs</h3>
8625
+ <p class="muted"><code>src/runtimeEventOperationLifecycle.test.ts:54:1</code></p>
8626
+ <p class="empty">No description available.</p>
8627
+ </article>
8628
+ <article
8629
+ class="item"
8630
+ data-search="executeOperation src/runtimeEventOperationLifecycle.test.ts "
8631
+ >
8632
+ <h3>executeOperation</h3>
8633
+ <p class="muted"><code>src/runtimeEventOperationLifecycle.test.ts:85:11</code></p>
8634
+ <p class="empty">No description available.</p>
8635
+ </article>
8636
+ <article
8637
+ class="item"
8638
+ data-search="executeOperation src/runtimeEventOperationLifecycle.test.ts "
8639
+ >
8640
+ <h3>executeOperation</h3>
8641
+ <p class="muted"><code>src/runtimeEventOperationLifecycle.test.ts:128:11</code></p>
8642
+ <p class="empty">No description available.</p>
8643
+ </article>
8644
+ </section>
8645
+ </section>
8646
+ <section
8647
+ id="view-src-runtimeeventoperationlifecycle-ts"
8648
+ class="view"
8649
+ data-view="src/runtimeEventOperationLifecycle.ts"
8650
+ hidden
8651
+ >
8652
+ <section class="panel">
8653
+ <h2>src/runtimeEventOperationLifecycle.ts</h2>
8654
+ <article
8655
+ class="item"
8656
+ data-search="createRuntimeEventOperationLifecycle src/runtimeEventOperationLifecycle.ts "
8657
+ >
8658
+ <h3>createRuntimeEventOperationLifecycle</h3>
8659
+ <p class="muted"><code>src/runtimeEventOperationLifecycle.ts:39:1</code></p>
8660
+ <p class="empty">No description available.</p>
8661
+ </article>
8662
+ <article class="item" data-search="finish src/runtimeEventOperationLifecycle.ts ">
8663
+ <h3>finish</h3>
8664
+ <p class="muted"><code>src/runtimeEventOperationLifecycle.ts:47:9</code></p>
8665
+ <p class="empty">No description available.</p>
8666
+ </article>
8667
+ <article
8668
+ class="item"
8669
+ data-search="createRuntimeEventOperationBindingContext src/runtimeEventOperationLifecycle.ts "
8670
+ >
8671
+ <h3>createRuntimeEventOperationBindingContext</h3>
8672
+ <p class="muted"><code>src/runtimeEventOperationLifecycle.ts:92:1</code></p>
8673
+ <p class="empty">No description available.</p>
8674
+ </article>
8675
+ <article
8676
+ class="item"
8677
+ data-search="resolveRuntimeEventOperationErrorMessage src/runtimeEventOperationLifecycle.ts "
8678
+ >
8679
+ <h3>resolveRuntimeEventOperationErrorMessage</h3>
8680
+ <p class="muted"><code>src/runtimeEventOperationLifecycle.ts:113:1</code></p>
8681
+ <p class="empty">No description available.</p>
8682
+ </article>
8683
+ </section>
8684
+ </section>
8068
8685
  <section
8069
8686
  id="view-src-runtimemanifest-ts"
8070
8687
  class="view"
@@ -8346,7 +8963,7 @@ sequenceDiagram
8346
8963
  <h2>src/RuntimeRenderer.tsx</h2>
8347
8964
  <article class="item" data-search="RuntimeRenderer src/RuntimeRenderer.tsx ">
8348
8965
  <h3>RuntimeRenderer</h3>
8349
- <p class="muted"><code>src/RuntimeRenderer.tsx:76:1</code></p>
8966
+ <p class="muted"><code>src/RuntimeRenderer.tsx:81:1</code></p>
8350
8967
  <p class="empty">No description available.</p>
8351
8968
  </article>
8352
8969
  </section>
@@ -8442,7 +9059,7 @@ sequenceDiagram
8442
9059
  data-search="composeRuntimeRendererWrapNode src/RuntimeRendererConfig.tsx "
8443
9060
  >
8444
9061
  <h3>composeRuntimeRendererWrapNode</h3>
8445
- <p class="muted"><code>src/RuntimeRendererConfig.tsx:74:1</code></p>
9062
+ <p class="muted"><code>src/RuntimeRendererConfig.tsx:80:1</code></p>
8446
9063
  <p class="empty">No description available.</p>
8447
9064
  </article>
8448
9065
  <article
@@ -8450,7 +9067,7 @@ sequenceDiagram
8450
9067
  data-search="composeRuntimeNodePropsResolver src/RuntimeRendererConfig.tsx "
8451
9068
  >
8452
9069
  <h3>composeRuntimeNodePropsResolver</h3>
8453
- <p class="muted"><code>src/RuntimeRendererConfig.tsx:89:1</code></p>
9070
+ <p class="muted"><code>src/RuntimeRendererConfig.tsx:95:1</code></p>
8454
9071
  <p class="empty">No description available.</p>
8455
9072
  </article>
8456
9073
  <article
@@ -8458,7 +9075,7 @@ sequenceDiagram
8458
9075
  data-search="mergeRuntimeRendererConfig src/RuntimeRendererConfig.tsx "
8459
9076
  >
8460
9077
  <h3>mergeRuntimeRendererConfig</h3>
8461
- <p class="muted"><code>src/RuntimeRendererConfig.tsx:107:1</code></p>
9078
+ <p class="muted"><code>src/RuntimeRendererConfig.tsx:113:1</code></p>
8462
9079
  <p class="empty">No description available.</p>
8463
9080
  </article>
8464
9081
  <article
@@ -8466,7 +9083,7 @@ sequenceDiagram
8466
9083
  data-search="RuntimeRendererConfigProvider src/RuntimeRendererConfig.tsx "
8467
9084
  >
8468
9085
  <h3>RuntimeRendererConfigProvider</h3>
8469
- <p class="muted"><code>src/RuntimeRendererConfig.tsx:155:1</code></p>
9086
+ <p class="muted"><code>src/RuntimeRendererConfig.tsx:164:1</code></p>
8470
9087
  <p class="empty">No description available.</p>
8471
9088
  </article>
8472
9089
  <article
@@ -8474,12 +9091,12 @@ sequenceDiagram
8474
9091
  data-search="useRuntimeRendererConfig src/RuntimeRendererConfig.tsx "
8475
9092
  >
8476
9093
  <h3>useRuntimeRendererConfig</h3>
8477
- <p class="muted"><code>src/RuntimeRendererConfig.tsx:168:1</code></p>
9094
+ <p class="muted"><code>src/RuntimeRendererConfig.tsx:177:1</code></p>
8478
9095
  <p class="empty">No description available.</p>
8479
9096
  </article>
8480
9097
  <article class="item" data-search="mergeRecordConfig src/RuntimeRendererConfig.tsx ">
8481
9098
  <h3>mergeRecordConfig</h3>
8482
- <p class="muted"><code>src/RuntimeRendererConfig.tsx:172:1</code></p>
9099
+ <p class="muted"><code>src/RuntimeRendererConfig.tsx:181:1</code></p>
8483
9100
  <p class="empty">No description available.</p>
8484
9101
  </article>
8485
9102
  </section>