@ankhorage/runtime 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/dist/RuntimeRenderer.d.ts.map +1 -1
- package/dist/RuntimeRenderer.js +0 -2
- package/dist/RuntimeRenderer.js.map +1 -1
- package/dist/componentRegistry.d.ts +1 -1
- package/dist/componentRegistry.d.ts.map +1 -1
- package/dist/componentRegistry.js.map +1 -1
- package/dist/index.d.ts +1 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/registry.d.ts +0 -3
- package/dist/registry.d.ts.map +1 -1
- package/dist/registry.js +0 -46
- package/dist/registry.js.map +1 -1
- package/dist/rendering.d.ts +0 -1
- package/dist/rendering.d.ts.map +1 -1
- package/dist/rendering.js +4 -3
- package/dist/rendering.js.map +1 -1
- package/package.json +2 -8
- package/paradox/badges/npm.svg +3 -3
- package/paradox/components.md +1 -1
- package/paradox/diagrams/architecture-overview.mmd +1 -3
- package/paradox/diagrams/export-graph.mmd +0 -8
- package/paradox/diagrams/module-relationships.mmd +1 -3
- package/paradox/exports.json +10 -48
- package/paradox/exports.md +13 -25
- package/paradox/index.html +65 -130
- package/paradox/paradox.json +76 -127
package/paradox/index.html
CHANGED
|
@@ -210,13 +210,7 @@
|
|
|
210
210
|
<li>
|
|
211
211
|
<button class="nav-button" type="button" data-target="src/registry.test.ts">
|
|
212
212
|
src/registry.test.ts
|
|
213
|
-
<small>
|
|
214
|
-
</button>
|
|
215
|
-
</li>
|
|
216
|
-
<li>
|
|
217
|
-
<button class="nav-button" type="button" data-target="src/registry.tsx">
|
|
218
|
-
src/registry.tsx
|
|
219
|
-
<small>1 function</small>
|
|
213
|
+
<small>2 functions</small>
|
|
220
214
|
</button>
|
|
221
215
|
</li>
|
|
222
216
|
<li>
|
|
@@ -437,7 +431,7 @@
|
|
|
437
431
|
<section class="panel">
|
|
438
432
|
<h2>Package overview</h2>
|
|
439
433
|
<div class="summary">
|
|
440
|
-
<div><strong>
|
|
434
|
+
<div><strong>98</strong><span class="muted">public exports</span></div>
|
|
441
435
|
<div><strong>5</strong><span class="muted">components</span></div>
|
|
442
436
|
<div><strong>40</strong><span class="muted">modules</span></div>
|
|
443
437
|
<div><strong>1</strong><span class="muted">entrypoints</span></div>
|
|
@@ -479,7 +473,7 @@
|
|
|
479
473
|
</article>
|
|
480
474
|
<article
|
|
481
475
|
class="item"
|
|
482
|
-
data-search="src/index.ts APP_EXTENSION_COMPONENT_REGISTRY ComponentRegistry composeRuntimeNodePropsResolver composeRuntimeRendererWrapNode createComponentEventFromHandlerArgs createComponentRegistry createDbPersistActionHandler createDbPersistAdapterError createPendingRuntimeScreenOperationLoaderState createRuntimeActionRegistry createRuntimeBindingOperationKey createRuntimeDataSourceOperationExecutor createRuntimeManifest createRuntimeMemoryStateAdapter createRuntimeScreenLoaderRequestKey
|
|
476
|
+
data-search="src/index.ts APP_EXTENSION_COMPONENT_REGISTRY ComponentRegistry composeRuntimeNodePropsResolver composeRuntimeRendererWrapNode createComponentEventFromHandlerArgs createComponentRegistry createDbPersistActionHandler createDbPersistAdapterError createPendingRuntimeScreenOperationLoaderState createRuntimeActionRegistry createRuntimeBindingOperationKey createRuntimeDataSourceOperationExecutor createRuntimeManifest createRuntimeMemoryStateAdapter createRuntimeScreenLoaderRequestKey defineRuntimeAction defineRuntimeAdapter defineRuntimeBinding dispatchRuntimeComponentEvent dispatchRuntimeComponentEventWithReporting executeDbPersistAction executeRuntimeApiLoaders executeRuntimeScreenOperationLoaders listRuntimeCapabilities ManifestContext ManifestProvider materializeRuntimeApiLoaderState mergeRuntimeRendererConfig resolveBindingInputMap resolveDbPersistInput resolveRuntimeActionPayload resolveRuntimeActionValue resolveRuntimeBindings resolveRuntimeBindingsAsync resolveRuntimeBindingValue resolveRuntimeBindingValueSync resolveScreenApiLoaders resolveScreenOperationLoaders RUNTIME_CAPABILITIES RUNTIME_MANIFEST_KIND RuntimeAction RuntimeActionDescriptor RuntimeActionExecutor RuntimeActionHandler RuntimeActionHandlerArgs RuntimeActionHandlers RuntimeActionRegistry RuntimeActionResolutionArgs RuntimeActionResolutionScope RuntimeAdapterDescriptor RuntimeApiLoaderDefinition RuntimeApiLoaderDiagnostic RuntimeApiLoaderExecutionResult RuntimeApiLoaderMaterializationResult RuntimeApiLoaderMode RuntimeBindingDescriptor RuntimeBindingOperationExecutionArgs RuntimeBindingOperationExecutionResult RuntimeBindingOperationExecutor RuntimeBindingOperationKey RuntimeBindingOperationResultCache RuntimeBindingOperationResultWriter RuntimeBindingResolutionArgs RuntimeBindingResolutionContext RuntimeBindingResolutionResult RuntimeCapability RuntimeComponentEventDispatchArgs RuntimeDataSourceOperationExecutorOptions RuntimeDbPersistError RuntimeDbPersistExecutionResult RuntimeDbPersistResult RuntimeDiagnostic RuntimeEventDiagnosticsReporter RuntimeEventPropWrapArgs RuntimeManifest RuntimeManifestConfig RuntimeManifestInput RuntimeMemoryStateAdapterOptions RuntimeNodePropsResolver RuntimeRenderer RuntimeRendererConfig RuntimeRendererConfigProvider RuntimeRendererProps RuntimeRendererWrapArgs RuntimeResolveNodePropsArgs RuntimeScreen RuntimeScreenOperationLoaderExecutionResult RuntimeScreenOperationLoaderState RuntimeScreenProps shouldRenderRuntimeRepeatEmptyState useManifest useManifestContext useOptionalManifestContext useRuntimeApiStateLoaders useRuntimeRendererConfig useRuntimeScreenOperationLoaders validateRuntimeBindingOperationRef wrapRuntimeEventProps"
|
|
483
477
|
>
|
|
484
478
|
<h3>src/index.ts</h3>
|
|
485
479
|
<p class="muted">Configured entrypoint</p>
|
|
@@ -496,8 +490,7 @@
|
|
|
496
490
|
<code>createRuntimeBindingOperationKey</code>,
|
|
497
491
|
<code>createRuntimeDataSourceOperationExecutor</code>,
|
|
498
492
|
<code>createRuntimeManifest</code>, <code>createRuntimeMemoryStateAdapter</code>,
|
|
499
|
-
<code>createRuntimeScreenLoaderRequestKey</code>,
|
|
500
|
-
<code>DEFAULT_COMPONENT_REGISTRY</code>, <code>defineRuntimeAction</code>,
|
|
493
|
+
<code>createRuntimeScreenLoaderRequestKey</code>, <code>defineRuntimeAction</code>,
|
|
501
494
|
<code>defineRuntimeAdapter</code>, <code>defineRuntimeBinding</code>,
|
|
502
495
|
<code>dispatchRuntimeComponentEvent</code>,
|
|
503
496
|
<code>dispatchRuntimeComponentEventWithReporting</code>,
|
|
@@ -543,13 +536,11 @@
|
|
|
543
536
|
<code>RuntimeResolveNodePropsArgs</code>, <code>RuntimeScreen</code>,
|
|
544
537
|
<code>RuntimeScreenOperationLoaderExecutionResult</code>,
|
|
545
538
|
<code>RuntimeScreenOperationLoaderState</code>, <code>RuntimeScreenProps</code>,
|
|
546
|
-
<code>shouldRenderRuntimeRepeatEmptyState</code>,
|
|
547
|
-
<code>SURFACE_COMPONENT_REGISTRY</code>, <code>useManifest</code>,
|
|
539
|
+
<code>shouldRenderRuntimeRepeatEmptyState</code>, <code>useManifest</code>,
|
|
548
540
|
<code>useManifestContext</code>, <code>useOptionalManifestContext</code>,
|
|
549
541
|
<code>useRuntimeApiStateLoaders</code>, <code>useRuntimeRendererConfig</code>,
|
|
550
542
|
<code>useRuntimeScreenOperationLoaders</code>,
|
|
551
|
-
<code>validateRuntimeBindingOperationRef</code>, <code>wrapRuntimeEventProps</code
|
|
552
|
-
<code>ZORA_COMPONENT_REGISTRY</code>
|
|
543
|
+
<code>validateRuntimeBindingOperationRef</code>, <code>wrapRuntimeEventProps</code>
|
|
553
544
|
</p>
|
|
554
545
|
</article>
|
|
555
546
|
<article
|
|
@@ -565,26 +556,22 @@
|
|
|
565
556
|
<code>useManifestContext</code>, <code>useOptionalManifestContext</code>
|
|
566
557
|
</p>
|
|
567
558
|
</article>
|
|
568
|
-
<article class="item" data-search="src/registry.test.ts src/
|
|
559
|
+
<article class="item" data-search="src/registry.test.ts src/registry.tsx">
|
|
569
560
|
<h3>src/registry.test.ts</h3>
|
|
570
561
|
<p class="muted">Referenced module</p>
|
|
571
|
-
<p><strong>Dependencies:</strong> <code>src/
|
|
562
|
+
<p><strong>Dependencies:</strong> <code>src/registry.tsx</code></p>
|
|
572
563
|
<p><strong>Exports:</strong> <span class="empty">None</span></p>
|
|
573
564
|
</article>
|
|
574
565
|
<article
|
|
575
566
|
class="item"
|
|
576
|
-
data-search="src/registry.tsx
|
|
567
|
+
data-search="src/registry.tsx APP_EXTENSION_COMPONENT_REGISTRY ComponentRegistry createComponentRegistry"
|
|
577
568
|
>
|
|
578
569
|
<h3>src/registry.tsx</h3>
|
|
579
570
|
<p class="muted">Referenced module</p>
|
|
580
|
-
<p>
|
|
581
|
-
<strong>Dependencies:</strong> <code>src/appExtensionRegistry.ts</code>,
|
|
582
|
-
<code>src/componentRegistry.ts</code>
|
|
583
|
-
</p>
|
|
571
|
+
<p><strong>Dependencies:</strong> <span class="empty">None</span></p>
|
|
584
572
|
<p>
|
|
585
573
|
<strong>Exports:</strong> <code>APP_EXTENSION_COMPONENT_REGISTRY</code>,
|
|
586
|
-
<code>ComponentRegistry</code>, <code>createComponentRegistry</code
|
|
587
|
-
<code>SURFACE_COMPONENT_REGISTRY</code>, <code>ZORA_COMPONENT_REGISTRY</code>
|
|
574
|
+
<code>ComponentRegistry</code>, <code>createComponentRegistry</code>
|
|
588
575
|
</p>
|
|
589
576
|
</article>
|
|
590
577
|
<article
|
|
@@ -1121,21 +1108,17 @@
|
|
|
1121
1108
|
<article
|
|
1122
1109
|
class="item"
|
|
1123
1110
|
id="symbol-createcomponentregistry"
|
|
1124
|
-
data-search="createComponentRegistry function src/componentRegistry.ts
|
|
1111
|
+
data-search="createComponentRegistry function src/componentRegistry.ts (registries?: readonly Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>>[]) => Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>>"
|
|
1125
1112
|
>
|
|
1126
1113
|
<h4>createComponentRegistry</h4>
|
|
1127
1114
|
<p class="muted">function • <code>src/componentRegistry.ts:5:1</code></p>
|
|
1128
1115
|
|
|
1129
1116
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
1130
|
-
<div>
|
|
1131
|
-
<strong>Related symbols:</strong>
|
|
1132
|
-
<ul class="chips">
|
|
1133
|
-
<li class="chip">ComponentRegistry</li>
|
|
1134
|
-
</ul>
|
|
1135
|
-
</div>
|
|
1117
|
+
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
1136
1118
|
<div>
|
|
1137
1119
|
<h5>Signature</h5>
|
|
1138
|
-
<pre>
|
|
1120
|
+
<pre>
|
|
1121
|
+
(registries?: readonly Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>>[]) => Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>></pre>
|
|
1139
1122
|
<table>
|
|
1140
1123
|
<thead>
|
|
1141
1124
|
<tr>
|
|
@@ -1148,13 +1131,24 @@
|
|
|
1148
1131
|
<tbody>
|
|
1149
1132
|
<tr>
|
|
1150
1133
|
<td><code>registries</code></td>
|
|
1151
|
-
<td
|
|
1134
|
+
<td>
|
|
1135
|
+
<code
|
|
1136
|
+
>readonly Readonly<Record<string, React.ElementType<any, keyof
|
|
1137
|
+
React.JSX.IntrinsicElements>>>[]</code
|
|
1138
|
+
>
|
|
1139
|
+
</td>
|
|
1152
1140
|
<td>no</td>
|
|
1153
1141
|
<td></td>
|
|
1154
1142
|
</tr>
|
|
1155
1143
|
</tbody>
|
|
1156
1144
|
</table>
|
|
1157
|
-
<p
|
|
1145
|
+
<p>
|
|
1146
|
+
<strong>Returns:</strong>
|
|
1147
|
+
<code
|
|
1148
|
+
>Readonly<Record<string, React.ElementType<any, keyof
|
|
1149
|
+
React.JSX.IntrinsicElements>>></code
|
|
1150
|
+
>
|
|
1151
|
+
</p>
|
|
1158
1152
|
</div>
|
|
1159
1153
|
</article>
|
|
1160
1154
|
</section>
|
|
@@ -1260,31 +1254,6 @@
|
|
|
1260
1254
|
</div>
|
|
1261
1255
|
</article>
|
|
1262
1256
|
</section>
|
|
1263
|
-
<section>
|
|
1264
|
-
<h3>src/registry.tsx</h3>
|
|
1265
|
-
<article
|
|
1266
|
-
class="item"
|
|
1267
|
-
id="symbol-surface-component-registry"
|
|
1268
|
-
data-search="SURFACE_COMPONENT_REGISTRY value src/registry.tsx "
|
|
1269
|
-
>
|
|
1270
|
-
<h4>SURFACE_COMPONENT_REGISTRY</h4>
|
|
1271
|
-
<p class="muted">value • <code>src/registry.tsx:51:14</code></p>
|
|
1272
|
-
|
|
1273
|
-
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
1274
|
-
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
1275
|
-
</article>
|
|
1276
|
-
<article
|
|
1277
|
-
class="item"
|
|
1278
|
-
id="symbol-zora-component-registry"
|
|
1279
|
-
data-search="ZORA_COMPONENT_REGISTRY value src/registry.tsx "
|
|
1280
|
-
>
|
|
1281
|
-
<h4>ZORA_COMPONENT_REGISTRY</h4>
|
|
1282
|
-
<p class="muted">value • <code>src/registry.tsx:95:14</code></p>
|
|
1283
|
-
|
|
1284
|
-
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
1285
|
-
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
1286
|
-
</article>
|
|
1287
|
-
</section>
|
|
1288
1257
|
<section>
|
|
1289
1258
|
<h3>src/runtimeActionRegistry.ts</h3>
|
|
1290
1259
|
<article
|
|
@@ -4061,7 +4030,7 @@
|
|
|
4061
4030
|
data-search="RuntimeRenderer function src/RuntimeRenderer.tsx RuntimeRendererProps (props: RuntimeRendererProps) => React.JSX.Element"
|
|
4062
4031
|
>
|
|
4063
4032
|
<h4>RuntimeRenderer</h4>
|
|
4064
|
-
<p class="muted">function • <code>src/RuntimeRenderer.tsx:
|
|
4033
|
+
<p class="muted">function • <code>src/RuntimeRenderer.tsx:67:1</code></p>
|
|
4065
4034
|
|
|
4066
4035
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4067
4036
|
<div>
|
|
@@ -4097,16 +4066,15 @@
|
|
|
4097
4066
|
<article
|
|
4098
4067
|
class="item"
|
|
4099
4068
|
id="symbol-runtimerendererprops"
|
|
4100
|
-
data-search="RuntimeRendererProps type src/RuntimeRenderer.tsx
|
|
4069
|
+
data-search="RuntimeRendererProps type src/RuntimeRenderer.tsx RuntimeActionHandler RuntimeBindingOperationExecutor RuntimeRendererConfig RuntimeRendererWrapArgs"
|
|
4101
4070
|
>
|
|
4102
4071
|
<h4>RuntimeRendererProps</h4>
|
|
4103
|
-
<p class="muted">type • <code>src/RuntimeRenderer.tsx:
|
|
4072
|
+
<p class="muted">type • <code>src/RuntimeRenderer.tsx:49:1</code></p>
|
|
4104
4073
|
|
|
4105
4074
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4106
4075
|
<div>
|
|
4107
4076
|
<strong>Related symbols:</strong>
|
|
4108
4077
|
<ul class="chips">
|
|
4109
|
-
<li class="chip">ComponentRegistry</li>
|
|
4110
4078
|
<li class="chip">RuntimeActionHandler</li>
|
|
4111
4079
|
<li class="chip">RuntimeBindingOperationExecutor</li>
|
|
4112
4080
|
<li class="chip">RuntimeRendererConfig</li>
|
|
@@ -4239,7 +4207,12 @@
|
|
|
4239
4207
|
<tr>
|
|
4240
4208
|
<td><code>registry</code></td>
|
|
4241
4209
|
<td>property</td>
|
|
4242
|
-
<td
|
|
4210
|
+
<td>
|
|
4211
|
+
<code
|
|
4212
|
+
>Readonly<Record<string, React.ElementType<any, keyof
|
|
4213
|
+
React.JSX.IntrinsicElements>>> | undefined</code
|
|
4214
|
+
>
|
|
4215
|
+
</td>
|
|
4243
4216
|
<td>no</td>
|
|
4244
4217
|
<td></td>
|
|
4245
4218
|
</tr>
|
|
@@ -4523,7 +4496,7 @@
|
|
|
4523
4496
|
<article
|
|
4524
4497
|
class="item"
|
|
4525
4498
|
id="symbol-runtimerendererconfig"
|
|
4526
|
-
data-search="RuntimeRendererConfig type src/RuntimeRendererConfig.tsx
|
|
4499
|
+
data-search="RuntimeRendererConfig type src/RuntimeRendererConfig.tsx RuntimeActionHandler RuntimeActionHandlers RuntimeBindingOperationExecutor RuntimeBindingOperationResultWriter RuntimeNodePropsResolver RuntimeRendererWrapArgs"
|
|
4527
4500
|
>
|
|
4528
4501
|
<h4>RuntimeRendererConfig</h4>
|
|
4529
4502
|
<p class="muted">type • <code>src/RuntimeRendererConfig.tsx:48:1</code></p>
|
|
@@ -4532,7 +4505,6 @@
|
|
|
4532
4505
|
<div>
|
|
4533
4506
|
<strong>Related symbols:</strong>
|
|
4534
4507
|
<ul class="chips">
|
|
4535
|
-
<li class="chip">ComponentRegistry</li>
|
|
4536
4508
|
<li class="chip">RuntimeActionHandler</li>
|
|
4537
4509
|
<li class="chip">RuntimeActionHandlers</li>
|
|
4538
4510
|
<li class="chip">RuntimeBindingOperationExecutor</li>
|
|
@@ -4656,7 +4628,12 @@
|
|
|
4656
4628
|
<tr>
|
|
4657
4629
|
<td><code>registry</code></td>
|
|
4658
4630
|
<td>property</td>
|
|
4659
|
-
<td
|
|
4631
|
+
<td>
|
|
4632
|
+
<code
|
|
4633
|
+
>Readonly<Record<string, React.ElementType<any, keyof
|
|
4634
|
+
React.JSX.IntrinsicElements>>> | undefined</code
|
|
4635
|
+
>
|
|
4636
|
+
</td>
|
|
4660
4637
|
<td>no</td>
|
|
4661
4638
|
<td></td>
|
|
4662
4639
|
</tr>
|
|
@@ -4894,18 +4871,13 @@
|
|
|
4894
4871
|
<article
|
|
4895
4872
|
class="item"
|
|
4896
4873
|
id="symbol-runtimescreenprops"
|
|
4897
|
-
data-search="RuntimeScreenProps type src/RuntimeScreen.tsx
|
|
4874
|
+
data-search="RuntimeScreenProps type src/RuntimeScreen.tsx "
|
|
4898
4875
|
>
|
|
4899
4876
|
<h4>RuntimeScreenProps</h4>
|
|
4900
4877
|
<p class="muted">type • <code>src/RuntimeScreen.tsx:17:1</code></p>
|
|
4901
4878
|
|
|
4902
4879
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4903
|
-
<div>
|
|
4904
|
-
<strong>Related symbols:</strong>
|
|
4905
|
-
<ul class="chips">
|
|
4906
|
-
<li class="chip">ComponentRegistry</li>
|
|
4907
|
-
</ul>
|
|
4908
|
-
</div>
|
|
4880
|
+
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
4909
4881
|
|
|
4910
4882
|
<table>
|
|
4911
4883
|
<thead>
|
|
@@ -4928,7 +4900,12 @@
|
|
|
4928
4900
|
<tr>
|
|
4929
4901
|
<td><code>registry</code></td>
|
|
4930
4902
|
<td>property</td>
|
|
4931
|
-
<td
|
|
4903
|
+
<td>
|
|
4904
|
+
<code
|
|
4905
|
+
>Readonly<Record<string, React.ElementType<any, keyof
|
|
4906
|
+
React.JSX.IntrinsicElements>>> | undefined</code
|
|
4907
|
+
>
|
|
4908
|
+
</td>
|
|
4932
4909
|
<td>no</td>
|
|
4933
4910
|
<td></td>
|
|
4934
4911
|
</tr>
|
|
@@ -5494,7 +5471,7 @@
|
|
|
5494
5471
|
data-search="RuntimeRenderer src/RuntimeRenderer.tsx bindingContext Record<string, unknown> | undefined dataBindings ComponentDataBindingRegistry | undefined dataSources DataSourceRegistry | undefined dbAdapter DbAdapter | undefined dbRealtimeAdapter DbRealtimeAdapter | undefined disableActions boolean | undefined executeAction RuntimeActionExecutor | undefined executeOperation RuntimeBindingOperationExecutor | undefined isRoot boolean | undefined node UiNode onDiagnostics (diagnostics: readonly DataSourceDiagnostic[]) => void | undefined operationResults RuntimeBindingOperationResultCache | undefined registry ComponentRegistry | undefined stateAdapter StateAdapter | undefined wrapNode (args: RuntimeRendererWrapArgs) => React.ReactNode | undefined"
|
|
5495
5472
|
>
|
|
5496
5473
|
<h3>RuntimeRenderer</h3>
|
|
5497
|
-
<p class="muted"><code>src/RuntimeRenderer.tsx:
|
|
5474
|
+
<p class="muted"><code>src/RuntimeRenderer.tsx:67:1</code></p>
|
|
5498
5475
|
|
|
5499
5476
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
5500
5477
|
<table>
|
|
@@ -5710,11 +5687,9 @@
|
|
|
5710
5687
|
package__ankhorage_runtime -.-> module_src_ManifestContext_tsx
|
|
5711
5688
|
module_src_registry_test_ts["src/registry.test.ts"]
|
|
5712
5689
|
package__ankhorage_runtime -.-> module_src_registry_test_ts
|
|
5713
|
-
module_src_registry_test_ts -->
|
|
5690
|
+
module_src_registry_test_ts --> module_src_registry_tsx
|
|
5714
5691
|
module_src_registry_tsx["src/registry.tsx"] package__ankhorage_runtime
|
|
5715
|
-
-.-> module_src_registry_tsx
|
|
5716
|
-
module_src_appExtensionRegistry_ts module_src_registry_tsx -->
|
|
5717
|
-
module_src_componentRegistry_ts
|
|
5692
|
+
-.-> module_src_registry_tsx
|
|
5718
5693
|
module_src_rendering_test_ts["src/rendering.test.ts"]
|
|
5719
5694
|
package__ankhorage_runtime -.-> module_src_rendering_test_ts
|
|
5720
5695
|
module_src_rendering_test_ts --> module_src_registry_tsx
|
|
@@ -5862,11 +5837,9 @@ graph TD
|
|
|
5862
5837
|
package__ankhorage_runtime -.-> module_src_ManifestContext_tsx
|
|
5863
5838
|
module_src_registry_test_ts["src/registry.test.ts"]
|
|
5864
5839
|
package__ankhorage_runtime -.-> module_src_registry_test_ts
|
|
5865
|
-
module_src_registry_test_ts -->
|
|
5840
|
+
module_src_registry_test_ts --> module_src_registry_tsx
|
|
5866
5841
|
module_src_registry_tsx["src/registry.tsx"]
|
|
5867
5842
|
package__ankhorage_runtime -.-> module_src_registry_tsx
|
|
5868
|
-
module_src_registry_tsx --> module_src_appExtensionRegistry_ts
|
|
5869
|
-
module_src_registry_tsx --> module_src_componentRegistry_ts
|
|
5870
5843
|
module_src_rendering_test_ts["src/rendering.test.ts"]
|
|
5871
5844
|
package__ankhorage_runtime -.-> module_src_rendering_test_ts
|
|
5872
5845
|
module_src_rendering_test_ts --> module_src_registry_tsx
|
|
@@ -6041,9 +6014,7 @@ graph TD
|
|
|
6041
6014
|
module_src_runtimeStateAdapterConfig_test_ts["src/runtimeStateAdapterConfig.test.ts"]
|
|
6042
6015
|
module_tests_runtime_test_ts["tests/runtime.test.ts"]
|
|
6043
6016
|
module_src_appExtensionRegistry_ts --> module_src_componentRegistry_ts
|
|
6044
|
-
module_src_registry_test_ts -->
|
|
6045
|
-
module_src_registry_tsx --> module_src_appExtensionRegistry_ts
|
|
6046
|
-
module_src_registry_tsx --> module_src_componentRegistry_ts
|
|
6017
|
+
module_src_registry_test_ts --> module_src_registry_tsx
|
|
6047
6018
|
module_src_rendering_test_ts --> module_src_registry_tsx
|
|
6048
6019
|
module_src_rendering_test_ts --> module_src_rendering_ts module_src_rendering_ts
|
|
6049
6020
|
--> module_src_registry_tsx module_src_runtimeActionRegistry_test_ts -->
|
|
@@ -6148,9 +6119,7 @@ graph LR
|
|
|
6148
6119
|
module_src_runtimeStateAdapterConfig_test_ts["src/runtimeStateAdapterConfig.test.ts"]
|
|
6149
6120
|
module_tests_runtime_test_ts["tests/runtime.test.ts"]
|
|
6150
6121
|
module_src_appExtensionRegistry_ts --> module_src_componentRegistry_ts
|
|
6151
|
-
module_src_registry_test_ts -->
|
|
6152
|
-
module_src_registry_tsx --> module_src_appExtensionRegistry_ts
|
|
6153
|
-
module_src_registry_tsx --> module_src_componentRegistry_ts
|
|
6122
|
+
module_src_registry_test_ts --> module_src_registry_tsx
|
|
6154
6123
|
module_src_rendering_test_ts --> module_src_registry_tsx
|
|
6155
6124
|
module_src_rendering_test_ts --> module_src_rendering_ts
|
|
6156
6125
|
module_src_rendering_ts --> module_src_registry_tsx
|
|
@@ -6270,7 +6239,6 @@ graph LR
|
|
|
6270
6239
|
export_createComponentEventFromHandlerArgs
|
|
6271
6240
|
export_createComponentRegistry["createComponentRegistry"]
|
|
6272
6241
|
module_src_componentRegistry_ts --> export_createComponentRegistry
|
|
6273
|
-
export_createComponentRegistry -.-> export_ComponentRegistry
|
|
6274
6242
|
export_createDbPersistActionHandler["createDbPersistActionHandler"]
|
|
6275
6243
|
module_src_runtimeDbPersist_ts --> export_createDbPersistActionHandler
|
|
6276
6244
|
export_createDbPersistActionHandler -.-> export_RuntimeActionHandler
|
|
@@ -6506,7 +6474,6 @@ graph LR
|
|
|
6506
6474
|
-.-> export_RuntimeRendererProps
|
|
6507
6475
|
export_RuntimeRendererConfig["RuntimeRendererConfig"]
|
|
6508
6476
|
module_src_RuntimeRendererConfig_tsx --> export_RuntimeRendererConfig
|
|
6509
|
-
export_RuntimeRendererConfig -.-> export_ComponentRegistry
|
|
6510
6477
|
export_RuntimeRendererConfig -.-> export_RuntimeActionHandler
|
|
6511
6478
|
export_RuntimeRendererConfig -.-> export_RuntimeActionHandlers
|
|
6512
6479
|
export_RuntimeRendererConfig -.-> export_RuntimeBindingOperationExecutor
|
|
@@ -6518,7 +6485,6 @@ graph LR
|
|
|
6518
6485
|
export_RuntimeRendererConfigProvider -.-> export_RuntimeRendererConfig
|
|
6519
6486
|
export_RuntimeRendererProps["RuntimeRendererProps"]
|
|
6520
6487
|
module_src_RuntimeRenderer_tsx --> export_RuntimeRendererProps
|
|
6521
|
-
export_RuntimeRendererProps -.-> export_ComponentRegistry
|
|
6522
6488
|
export_RuntimeRendererProps -.-> export_RuntimeActionHandler
|
|
6523
6489
|
export_RuntimeRendererProps -.-> export_RuntimeBindingOperationExecutor
|
|
6524
6490
|
export_RuntimeRendererProps -.-> export_RuntimeRendererConfig
|
|
@@ -6537,12 +6503,9 @@ graph LR
|
|
|
6537
6503
|
module_src_runtimeScreenLoaders_ts --> export_RuntimeScreenOperationLoaderState
|
|
6538
6504
|
export_RuntimeScreenProps["RuntimeScreenProps"]
|
|
6539
6505
|
module_src_RuntimeScreen_tsx --> export_RuntimeScreenProps
|
|
6540
|
-
export_RuntimeScreenProps -.-> export_ComponentRegistry
|
|
6541
6506
|
export_shouldRenderRuntimeRepeatEmptyState["shouldRenderRuntimeRepeatEmptyState"]
|
|
6542
6507
|
module_src_runtimeRepeatEmptyState_ts -->
|
|
6543
6508
|
export_shouldRenderRuntimeRepeatEmptyState
|
|
6544
|
-
export_SURFACE_COMPONENT_REGISTRY["SURFACE_COMPONENT_REGISTRY"]
|
|
6545
|
-
module_src_registry_tsx --> export_SURFACE_COMPONENT_REGISTRY
|
|
6546
6509
|
export_useManifest["useManifest"] module_src_ManifestContext_tsx -->
|
|
6547
6510
|
export_useManifest export_useManifestContext["useManifestContext"]
|
|
6548
6511
|
module_src_ManifestContext_tsx --> export_useManifestContext
|
|
@@ -6568,8 +6531,6 @@ graph LR
|
|
|
6568
6531
|
export_wrapRuntimeEventProps["wrapRuntimeEventProps"]
|
|
6569
6532
|
module_src_runtimeActionRegistry_ts --> export_wrapRuntimeEventProps
|
|
6570
6533
|
export_wrapRuntimeEventProps -.-> export_RuntimeEventPropWrapArgs
|
|
6571
|
-
export_ZORA_COMPONENT_REGISTRY["ZORA_COMPONENT_REGISTRY"]
|
|
6572
|
-
module_src_registry_tsx --> export_ZORA_COMPONENT_REGISTRY
|
|
6573
6534
|
</div>
|
|
6574
6535
|
<details>
|
|
6575
6536
|
<summary>View Mermaid source</summary>
|
|
@@ -6629,7 +6590,6 @@ graph LR
|
|
|
6629
6590
|
module_src_runtimeActionRegistry_ts --> export_createComponentEventFromHandlerArgs
|
|
6630
6591
|
export_createComponentRegistry["createComponentRegistry"]
|
|
6631
6592
|
module_src_componentRegistry_ts --> export_createComponentRegistry
|
|
6632
|
-
export_createComponentRegistry -.-> export_ComponentRegistry
|
|
6633
6593
|
export_createDbPersistActionHandler["createDbPersistActionHandler"]
|
|
6634
6594
|
module_src_runtimeDbPersist_ts --> export_createDbPersistActionHandler
|
|
6635
6595
|
export_createDbPersistActionHandler -.-> export_RuntimeActionHandler
|
|
@@ -6847,7 +6807,6 @@ graph LR
|
|
|
6847
6807
|
export_RuntimeRenderer -.-> export_RuntimeRendererProps
|
|
6848
6808
|
export_RuntimeRendererConfig["RuntimeRendererConfig"]
|
|
6849
6809
|
module_src_RuntimeRendererConfig_tsx --> export_RuntimeRendererConfig
|
|
6850
|
-
export_RuntimeRendererConfig -.-> export_ComponentRegistry
|
|
6851
6810
|
export_RuntimeRendererConfig -.-> export_RuntimeActionHandler
|
|
6852
6811
|
export_RuntimeRendererConfig -.-> export_RuntimeActionHandlers
|
|
6853
6812
|
export_RuntimeRendererConfig -.-> export_RuntimeBindingOperationExecutor
|
|
@@ -6859,7 +6818,6 @@ graph LR
|
|
|
6859
6818
|
export_RuntimeRendererConfigProvider -.-> export_RuntimeRendererConfig
|
|
6860
6819
|
export_RuntimeRendererProps["RuntimeRendererProps"]
|
|
6861
6820
|
module_src_RuntimeRenderer_tsx --> export_RuntimeRendererProps
|
|
6862
|
-
export_RuntimeRendererProps -.-> export_ComponentRegistry
|
|
6863
6821
|
export_RuntimeRendererProps -.-> export_RuntimeActionHandler
|
|
6864
6822
|
export_RuntimeRendererProps -.-> export_RuntimeBindingOperationExecutor
|
|
6865
6823
|
export_RuntimeRendererProps -.-> export_RuntimeRendererConfig
|
|
@@ -6877,11 +6835,8 @@ graph LR
|
|
|
6877
6835
|
module_src_runtimeScreenLoaders_ts --> export_RuntimeScreenOperationLoaderState
|
|
6878
6836
|
export_RuntimeScreenProps["RuntimeScreenProps"]
|
|
6879
6837
|
module_src_RuntimeScreen_tsx --> export_RuntimeScreenProps
|
|
6880
|
-
export_RuntimeScreenProps -.-> export_ComponentRegistry
|
|
6881
6838
|
export_shouldRenderRuntimeRepeatEmptyState["shouldRenderRuntimeRepeatEmptyState"]
|
|
6882
6839
|
module_src_runtimeRepeatEmptyState_ts --> export_shouldRenderRuntimeRepeatEmptyState
|
|
6883
|
-
export_SURFACE_COMPONENT_REGISTRY["SURFACE_COMPONENT_REGISTRY"]
|
|
6884
|
-
module_src_registry_tsx --> export_SURFACE_COMPONENT_REGISTRY
|
|
6885
6840
|
export_useManifest["useManifest"]
|
|
6886
6841
|
module_src_ManifestContext_tsx --> export_useManifest
|
|
6887
6842
|
export_useManifestContext["useManifestContext"]
|
|
@@ -6906,8 +6861,6 @@ graph LR
|
|
|
6906
6861
|
export_wrapRuntimeEventProps["wrapRuntimeEventProps"]
|
|
6907
6862
|
module_src_runtimeActionRegistry_ts --> export_wrapRuntimeEventProps
|
|
6908
6863
|
export_wrapRuntimeEventProps -.-> export_RuntimeEventPropWrapArgs
|
|
6909
|
-
export_ZORA_COMPONENT_REGISTRY["ZORA_COMPONENT_REGISTRY"]
|
|
6910
|
-
module_src_registry_tsx --> export_ZORA_COMPONENT_REGISTRY
|
|
6911
6864
|
</pre>
|
|
6912
6865
|
</details>
|
|
6913
6866
|
</article>
|
|
@@ -7512,30 +7465,12 @@ sequenceDiagram
|
|
|
7512
7465
|
<h2>src/registry.test.ts</h2>
|
|
7513
7466
|
<article class="item" data-search="BaseComponent src/registry.test.ts ">
|
|
7514
7467
|
<h3>BaseComponent</h3>
|
|
7515
|
-
<p class="muted"><code>src/registry.test.ts:
|
|
7468
|
+
<p class="muted"><code>src/registry.test.ts:10:1</code></p>
|
|
7516
7469
|
<p class="empty">No description available.</p>
|
|
7517
7470
|
</article>
|
|
7518
7471
|
<article class="item" data-search="ExtensionComponent src/registry.test.ts ">
|
|
7519
7472
|
<h3>ExtensionComponent</h3>
|
|
7520
|
-
<p class="muted"><code>src/registry.test.ts:
|
|
7521
|
-
<p class="empty">No description available.</p>
|
|
7522
|
-
</article>
|
|
7523
|
-
<article
|
|
7524
|
-
class="item"
|
|
7525
|
-
data-search="getDirectZoraManifestNodeNames src/registry.test.ts "
|
|
7526
|
-
>
|
|
7527
|
-
<h3>getDirectZoraManifestNodeNames</h3>
|
|
7528
|
-
<p class="muted"><code>src/registry.test.ts:20:1</code></p>
|
|
7529
|
-
<p class="empty">No description available.</p>
|
|
7530
|
-
</article>
|
|
7531
|
-
</section>
|
|
7532
|
-
</section>
|
|
7533
|
-
<section id="view-src-registry-tsx" class="view" data-view="src/registry.tsx" hidden>
|
|
7534
|
-
<section class="panel">
|
|
7535
|
-
<h2>src/registry.tsx</h2>
|
|
7536
|
-
<article class="item" data-search="createZoraRegistryEntries src/registry.tsx ">
|
|
7537
|
-
<h3>createZoraRegistryEntries</h3>
|
|
7538
|
-
<p class="muted"><code>src/registry.tsx:53:1</code></p>
|
|
7473
|
+
<p class="muted"><code>src/registry.test.ts:14:1</code></p>
|
|
7539
7474
|
<p class="empty">No description available.</p>
|
|
7540
7475
|
</article>
|
|
7541
7476
|
</section>
|
|
@@ -7565,7 +7500,7 @@ sequenceDiagram
|
|
|
7565
7500
|
</article>
|
|
7566
7501
|
<article class="item" data-search="TextFixture src/rendering.test.ts ">
|
|
7567
7502
|
<h3>TextFixture</h3>
|
|
7568
|
-
<p class="muted"><code>src/rendering.test.ts:
|
|
7503
|
+
<p class="muted"><code>src/rendering.test.ts:47:11</code></p>
|
|
7569
7504
|
<p class="empty">No description available.</p>
|
|
7570
7505
|
</article>
|
|
7571
7506
|
</section>
|
|
@@ -7575,17 +7510,17 @@ sequenceDiagram
|
|
|
7575
7510
|
<h2>src/rendering.ts</h2>
|
|
7576
7511
|
<article class="item" data-search="resolveRuntimeRegistry src/rendering.ts ">
|
|
7577
7512
|
<h3>resolveRuntimeRegistry</h3>
|
|
7578
|
-
<p class="muted"><code>src/rendering.ts:
|
|
7513
|
+
<p class="muted"><code>src/rendering.ts:7:1</code></p>
|
|
7579
7514
|
<p class="empty">No description available.</p>
|
|
7580
7515
|
</article>
|
|
7581
7516
|
<article class="item" data-search="resolveRenderedChildren src/rendering.ts ">
|
|
7582
7517
|
<h3>resolveRenderedChildren</h3>
|
|
7583
|
-
<p class="muted"><code>src/rendering.ts:
|
|
7518
|
+
<p class="muted"><code>src/rendering.ts:15:1</code></p>
|
|
7584
7519
|
<p class="empty">No description available.</p>
|
|
7585
7520
|
</article>
|
|
7586
7521
|
<article class="item" data-search="getUnknownComponentDiagnostic src/rendering.ts ">
|
|
7587
7522
|
<h3>getUnknownComponentDiagnostic</h3>
|
|
7588
|
-
<p class="muted"><code>src/rendering.ts:
|
|
7523
|
+
<p class="muted"><code>src/rendering.ts:28:1</code></p>
|
|
7589
7524
|
<p class="empty">No description available.</p>
|
|
7590
7525
|
</article>
|
|
7591
7526
|
</section>
|
|
@@ -8339,7 +8274,7 @@ sequenceDiagram
|
|
|
8339
8274
|
<h2>src/RuntimeRenderer.tsx</h2>
|
|
8340
8275
|
<article class="item" data-search="RuntimeRenderer src/RuntimeRenderer.tsx ">
|
|
8341
8276
|
<h3>RuntimeRenderer</h3>
|
|
8342
|
-
<p class="muted"><code>src/RuntimeRenderer.tsx:
|
|
8277
|
+
<p class="muted"><code>src/RuntimeRenderer.tsx:67:1</code></p>
|
|
8343
8278
|
<p class="empty">No description available.</p>
|
|
8344
8279
|
</article>
|
|
8345
8280
|
</section>
|