@ankhorage/runtime 2.1.0 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/dist/ManifestContext.d.ts.map +1 -1
- package/dist/ManifestContext.js +6 -6
- package/dist/ManifestContext.js.map +1 -1
- package/dist/RuntimeRenderer.d.ts.map +1 -1
- package/dist/RuntimeRenderer.js +22 -38
- package/dist/RuntimeRenderer.js.map +1 -1
- package/dist/RuntimeRendererConfig.d.ts.map +1 -1
- package/dist/RuntimeRendererConfig.js +4 -6
- package/dist/RuntimeRendererConfig.js.map +1 -1
- package/dist/RuntimeScreen.js +1 -1
- package/dist/RuntimeScreen.js.map +1 -1
- package/dist/runtimeMediaCache.d.ts.map +1 -1
- package/dist/runtimeMediaCache.js +3 -5
- package/dist/runtimeMediaCache.js.map +1 -1
- package/dist/runtimeNodeProps.d.ts +6 -1
- package/dist/runtimeNodeProps.d.ts.map +1 -1
- package/dist/runtimeNodeProps.js +6 -5
- package/dist/runtimeNodeProps.js.map +1 -1
- package/dist/runtimeScreenLoaders.d.ts.map +1 -1
- package/dist/runtimeScreenLoaders.js +24 -28
- package/dist/runtimeScreenLoaders.js.map +1 -1
- package/dist/useRuntimeMediaProps.d.ts.map +1 -1
- package/dist/useRuntimeMediaProps.js +11 -27
- package/dist/useRuntimeMediaProps.js.map +1 -1
- package/package.json +21 -9
- package/paradox/badges/npm.svg +3 -3
- package/paradox/components.md +1 -1
- package/paradox/diagrams/architecture-overview.mmd +14 -0
- package/paradox/diagrams/export-graph.mmd +5 -0
- package/paradox/diagrams/module-relationships.mmd +9 -0
- package/paradox/diagrams/sequences/runtime-renderer-config-provider.mmd +3 -3
- package/paradox/diagrams/sequences/runtime-screen.mmd +3 -3
- package/paradox/diagrams/sequences/use-manifest-context.mmd +3 -3
- package/paradox/diagrams/sequences/use-manifest.mmd +3 -3
- package/paradox/diagrams/sequences/use-optional-manifest-context.mmd +3 -3
- package/paradox/diagrams/sequences/use-runtime-renderer-config.mmd +3 -3
- package/paradox/exports.json +12 -12
- package/paradox/exports.md +12 -12
- package/paradox/index.html +250 -89
- package/paradox/paradox.json +376 -108
package/paradox/index.html
CHANGED
|
@@ -207,6 +207,16 @@
|
|
|
207
207
|
<small>4 functions</small>
|
|
208
208
|
</button>
|
|
209
209
|
</li>
|
|
210
|
+
<li>
|
|
211
|
+
<button
|
|
212
|
+
class="nav-button"
|
|
213
|
+
type="button"
|
|
214
|
+
data-target="src/react19Compatibility.test.tsx"
|
|
215
|
+
>
|
|
216
|
+
src/react19Compatibility.test.tsx
|
|
217
|
+
<small>3 functions</small>
|
|
218
|
+
</button>
|
|
219
|
+
</li>
|
|
210
220
|
<li>
|
|
211
221
|
<button class="nav-button" type="button" data-target="src/registry.test.ts">
|
|
212
222
|
src/registry.test.ts
|
|
@@ -362,7 +372,7 @@
|
|
|
362
372
|
<li>
|
|
363
373
|
<button class="nav-button" type="button" data-target="src/runtimeNodeProps.ts">
|
|
364
374
|
src/runtimeNodeProps.ts
|
|
365
|
-
<small>
|
|
375
|
+
<small>11 functions</small>
|
|
366
376
|
</button>
|
|
367
377
|
</li>
|
|
368
378
|
<li>
|
|
@@ -372,7 +382,7 @@
|
|
|
372
382
|
data-target="src/runtimePackageIsolation.test.ts"
|
|
373
383
|
>
|
|
374
384
|
src/runtimePackageIsolation.test.ts
|
|
375
|
-
<small>
|
|
385
|
+
<small>2 functions</small>
|
|
376
386
|
</button>
|
|
377
387
|
</li>
|
|
378
388
|
<li>
|
|
@@ -486,7 +496,7 @@
|
|
|
486
496
|
<li>
|
|
487
497
|
<button class="nav-button" type="button" data-target="src/useRuntimeMediaProps.ts">
|
|
488
498
|
src/useRuntimeMediaProps.ts
|
|
489
|
-
<small>
|
|
499
|
+
<small>2 functions</small>
|
|
490
500
|
</button>
|
|
491
501
|
</li>
|
|
492
502
|
</ul>
|
|
@@ -499,7 +509,7 @@
|
|
|
499
509
|
<div class="summary">
|
|
500
510
|
<div><strong>85</strong><span class="muted">public exports</span></div>
|
|
501
511
|
<div><strong>5</strong><span class="muted">components</span></div>
|
|
502
|
-
<div><strong>
|
|
512
|
+
<div><strong>52</strong><span class="muted">modules</span></div>
|
|
503
513
|
<div><strong>1</strong><span class="muted">entrypoints</span></div>
|
|
504
514
|
</div>
|
|
505
515
|
<h3>Entrypoints</h3>
|
|
@@ -516,6 +526,39 @@
|
|
|
516
526
|
<p><strong>Dependencies:</strong> <span class="empty">None</span></p>
|
|
517
527
|
<p><strong>Exports:</strong> <code>default</code></p>
|
|
518
528
|
</article>
|
|
529
|
+
<article class="item" data-search="src/bindings.test.ts src/bindings.ts">
|
|
530
|
+
<h3>src/bindings.test.ts</h3>
|
|
531
|
+
<p class="muted">Referenced module</p>
|
|
532
|
+
<p><strong>Dependencies:</strong> <code>src/bindings.ts</code></p>
|
|
533
|
+
<p><strong>Exports:</strong> <span class="empty">None</span></p>
|
|
534
|
+
</article>
|
|
535
|
+
<article
|
|
536
|
+
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"
|
|
538
|
+
>
|
|
539
|
+
<h3>src/bindings.ts</h3>
|
|
540
|
+
<p class="muted">Referenced module</p>
|
|
541
|
+
<p><strong>Dependencies:</strong> <span class="empty">None</span></p>
|
|
542
|
+
<p>
|
|
543
|
+
<strong>Exports:</strong> <code>createRuntimeApiOperationExecutor</code>,
|
|
544
|
+
<code>createRuntimeBindingOperationKey</code>, <code>resolveBindingInputMap</code>,
|
|
545
|
+
<code>resolveRuntimeBindings</code>, <code>resolveRuntimeBindingsAsync</code>,
|
|
546
|
+
<code>resolveRuntimeBindingValue</code>,
|
|
547
|
+
<code>resolveRuntimeBindingValueSync</code>,
|
|
548
|
+
<code>RuntimeApiOperationExecutorOptions</code>,
|
|
549
|
+
<code>RuntimeApiOperationSelection</code>,
|
|
550
|
+
<code>RuntimeBindingOperationExecutionArgs</code>,
|
|
551
|
+
<code>RuntimeBindingOperationExecutionResult</code>,
|
|
552
|
+
<code>RuntimeBindingOperationExecutor</code>,
|
|
553
|
+
<code>RuntimeBindingOperationKey</code>,
|
|
554
|
+
<code>RuntimeBindingOperationResultCache</code>,
|
|
555
|
+
<code>RuntimeBindingOperationResultWriter</code>,
|
|
556
|
+
<code>RuntimeBindingResolutionArgs</code>,
|
|
557
|
+
<code>RuntimeBindingResolutionContext</code>,
|
|
558
|
+
<code>RuntimeBindingResolutionResult</code>,
|
|
559
|
+
<code>validateRuntimeBindingOperationRef</code>
|
|
560
|
+
</p>
|
|
561
|
+
</article>
|
|
519
562
|
<article
|
|
520
563
|
class="item"
|
|
521
564
|
data-search="src/componentRegistry.ts ComponentRegistry createComponentRegistry"
|
|
@@ -609,6 +652,18 @@
|
|
|
609
652
|
<code>useManifestContext</code>, <code>useOptionalManifestContext</code>
|
|
610
653
|
</p>
|
|
611
654
|
</article>
|
|
655
|
+
<article
|
|
656
|
+
class="item"
|
|
657
|
+
data-search="src/react19Compatibility.test.tsx src/ManifestContext.tsx src/RuntimeRendererConfig.tsx"
|
|
658
|
+
>
|
|
659
|
+
<h3>src/react19Compatibility.test.tsx</h3>
|
|
660
|
+
<p class="muted">Referenced module</p>
|
|
661
|
+
<p>
|
|
662
|
+
<strong>Dependencies:</strong> <code>src/ManifestContext.tsx</code>,
|
|
663
|
+
<code>src/RuntimeRendererConfig.tsx</code>
|
|
664
|
+
</p>
|
|
665
|
+
<p><strong>Exports:</strong> <span class="empty">None</span></p>
|
|
666
|
+
</article>
|
|
612
667
|
<article class="item" data-search="src/registry.test.ts src/registry.tsx">
|
|
613
668
|
<h3>src/registry.test.ts</h3>
|
|
614
669
|
<p class="muted">Referenced module</p>
|
|
@@ -1143,6 +1198,21 @@
|
|
|
1143
1198
|
<p><strong>Dependencies:</strong> <code>src/runtimeMedia.ts</code></p>
|
|
1144
1199
|
<p><strong>Exports:</strong> <code>useRuntimeMediaProps</code></p>
|
|
1145
1200
|
</article>
|
|
1201
|
+
<article
|
|
1202
|
+
class="item"
|
|
1203
|
+
data-search="tests/reactNativeWebCompatibility.fixture.tsx src/RuntimeRenderer.tsx renderReactNativeWebRuntimeFixture"
|
|
1204
|
+
>
|
|
1205
|
+
<h3>tests/reactNativeWebCompatibility.fixture.tsx</h3>
|
|
1206
|
+
<p class="muted">Referenced module</p>
|
|
1207
|
+
<p><strong>Dependencies:</strong> <code>src/RuntimeRenderer.tsx</code></p>
|
|
1208
|
+
<p><strong>Exports:</strong> <code>renderReactNativeWebRuntimeFixture</code></p>
|
|
1209
|
+
</article>
|
|
1210
|
+
<article class="item" data-search="tests/reactNativeWebCompatibility.test.ts">
|
|
1211
|
+
<h3>tests/reactNativeWebCompatibility.test.ts</h3>
|
|
1212
|
+
<p class="muted">Referenced module</p>
|
|
1213
|
+
<p><strong>Dependencies:</strong> <span class="empty">None</span></p>
|
|
1214
|
+
<p><strong>Exports:</strong> <span class="empty">None</span></p>
|
|
1215
|
+
</article>
|
|
1146
1216
|
<article class="item" data-search="tests/runtime.test.ts src/runtimeManifest.ts">
|
|
1147
1217
|
<h3>tests/runtime.test.ts</h3>
|
|
1148
1218
|
<p class="muted">Referenced module</p>
|
|
@@ -3940,7 +4010,7 @@
|
|
|
3940
4010
|
data-search="composeRuntimeNodePropsResolver function src/RuntimeRendererConfig.tsx RuntimeNodePropsResolver (localResolver?: RuntimeNodePropsResolver | undefined, inheritedResolver?: RuntimeNodePropsResolver | undefined) => RuntimeNodePropsResolver | undefined"
|
|
3941
4011
|
>
|
|
3942
4012
|
<h4>composeRuntimeNodePropsResolver</h4>
|
|
3943
|
-
<p class="muted">function • <code>src/RuntimeRendererConfig.tsx:
|
|
4013
|
+
<p class="muted">function • <code>src/RuntimeRendererConfig.tsx:89:1</code></p>
|
|
3944
4014
|
|
|
3945
4015
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
3946
4016
|
<div>
|
|
@@ -3986,7 +4056,7 @@
|
|
|
3986
4056
|
data-search="composeRuntimeRendererWrapNode function src/RuntimeRendererConfig.tsx RuntimeRendererWrapArgs (innerWrapNode?: ((args: RuntimeRendererWrapArgs) => React.ReactNode) | undefined, outerWrapNode?: ((args: RuntimeRendererWrapArgs) => React.ReactNode) | undefined) => ((args: RuntimeRendererWrapArgs) => React.ReactNode) | undefined"
|
|
3987
4057
|
>
|
|
3988
4058
|
<h4>composeRuntimeRendererWrapNode</h4>
|
|
3989
|
-
<p class="muted">function • <code>src/RuntimeRendererConfig.tsx:
|
|
4059
|
+
<p class="muted">function • <code>src/RuntimeRendererConfig.tsx:74:1</code></p>
|
|
3990
4060
|
|
|
3991
4061
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
3992
4062
|
<div>
|
|
@@ -4045,7 +4115,7 @@
|
|
|
4045
4115
|
data-search="mergeRuntimeRendererConfig function src/RuntimeRendererConfig.tsx RuntimeRendererConfig (localConfig: RuntimeRendererConfig | undefined, inheritedConfig: RuntimeRendererConfig | undefined) => RuntimeRendererConfig"
|
|
4046
4116
|
>
|
|
4047
4117
|
<h4>mergeRuntimeRendererConfig</h4>
|
|
4048
|
-
<p class="muted">function • <code>src/RuntimeRendererConfig.tsx:
|
|
4118
|
+
<p class="muted">function • <code>src/RuntimeRendererConfig.tsx:107:1</code></p>
|
|
4049
4119
|
|
|
4050
4120
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4051
4121
|
<div>
|
|
@@ -4091,7 +4161,7 @@
|
|
|
4091
4161
|
data-search="RuntimeAction unknown src/RuntimeRendererConfig.tsx "
|
|
4092
4162
|
>
|
|
4093
4163
|
<h4>RuntimeAction</h4>
|
|
4094
|
-
<p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:
|
|
4164
|
+
<p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:42:1</code></p>
|
|
4095
4165
|
|
|
4096
4166
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4097
4167
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -4102,7 +4172,7 @@
|
|
|
4102
4172
|
data-search="RuntimeActionExecutor unknown src/RuntimeRendererConfig.tsx "
|
|
4103
4173
|
>
|
|
4104
4174
|
<h4>RuntimeActionExecutor</h4>
|
|
4105
|
-
<p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:
|
|
4175
|
+
<p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:45:1</code></p>
|
|
4106
4176
|
|
|
4107
4177
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4108
4178
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -4113,7 +4183,7 @@
|
|
|
4113
4183
|
data-search="RuntimeActionHandler unknown src/RuntimeRendererConfig.tsx "
|
|
4114
4184
|
>
|
|
4115
4185
|
<h4>RuntimeActionHandler</h4>
|
|
4116
|
-
<p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:
|
|
4186
|
+
<p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:43:1</code></p>
|
|
4117
4187
|
|
|
4118
4188
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4119
4189
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -4124,7 +4194,7 @@
|
|
|
4124
4194
|
data-search="RuntimeActionHandlerArgs type src/RuntimeRendererConfig.tsx RuntimeAction"
|
|
4125
4195
|
>
|
|
4126
4196
|
<h4>RuntimeActionHandlerArgs</h4>
|
|
4127
|
-
<p class="muted">type • <code>src/RuntimeRendererConfig.tsx:
|
|
4197
|
+
<p class="muted">type • <code>src/RuntimeRendererConfig.tsx:35:1</code></p>
|
|
4128
4198
|
|
|
4129
4199
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4130
4200
|
<div>
|
|
@@ -4182,7 +4252,7 @@
|
|
|
4182
4252
|
data-search="RuntimeActionHandlers unknown src/RuntimeRendererConfig.tsx "
|
|
4183
4253
|
>
|
|
4184
4254
|
<h4>RuntimeActionHandlers</h4>
|
|
4185
|
-
<p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:
|
|
4255
|
+
<p class="muted">unknown • <code>src/RuntimeRendererConfig.tsx:44:1</code></p>
|
|
4186
4256
|
|
|
4187
4257
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4188
4258
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -4193,7 +4263,7 @@
|
|
|
4193
4263
|
data-search="RuntimeRendererConfig type src/RuntimeRendererConfig.tsx RuntimeActionHandler RuntimeActionHandlers RuntimeBindingOperationExecutor RuntimeBindingOperationResultWriter RuntimeMediaAssetResolver RuntimeNodePropsResolver RuntimeRendererWrapArgs"
|
|
4194
4264
|
>
|
|
4195
4265
|
<h4>RuntimeRendererConfig</h4>
|
|
4196
|
-
<p class="muted">type • <code>src/RuntimeRendererConfig.tsx:
|
|
4266
|
+
<p class="muted">type • <code>src/RuntimeRendererConfig.tsx:47:1</code></p>
|
|
4197
4267
|
|
|
4198
4268
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4199
4269
|
<div>
|
|
@@ -4387,7 +4457,7 @@
|
|
|
4387
4457
|
data-search="RuntimeRendererConfigProvider function src/RuntimeRendererConfig.tsx RuntimeRendererConfig (props: { value: RuntimeRendererConfig; children: React.ReactNode; }) => React.JSX.Element"
|
|
4388
4458
|
>
|
|
4389
4459
|
<h4>RuntimeRendererConfigProvider</h4>
|
|
4390
|
-
<p class="muted">function • <code>src/RuntimeRendererConfig.tsx:
|
|
4460
|
+
<p class="muted">function • <code>src/RuntimeRendererConfig.tsx:155:1</code></p>
|
|
4391
4461
|
|
|
4392
4462
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4393
4463
|
<div>
|
|
@@ -4429,7 +4499,7 @@
|
|
|
4429
4499
|
data-search="RuntimeRendererWrapArgs type src/RuntimeRendererConfig.tsx "
|
|
4430
4500
|
>
|
|
4431
4501
|
<h4>RuntimeRendererWrapArgs</h4>
|
|
4432
|
-
<p class="muted">type • <code>src/RuntimeRendererConfig.tsx:
|
|
4502
|
+
<p class="muted">type • <code>src/RuntimeRendererConfig.tsx:29:1</code></p>
|
|
4433
4503
|
|
|
4434
4504
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4435
4505
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -4475,7 +4545,7 @@
|
|
|
4475
4545
|
data-search="useRuntimeRendererConfig function src/RuntimeRendererConfig.tsx RuntimeRendererConfig () => RuntimeRendererConfig"
|
|
4476
4546
|
>
|
|
4477
4547
|
<h4>useRuntimeRendererConfig</h4>
|
|
4478
|
-
<p class="muted">function • <code>src/RuntimeRendererConfig.tsx:
|
|
4548
|
+
<p class="muted">function • <code>src/RuntimeRendererConfig.tsx:168:1</code></p>
|
|
4479
4549
|
|
|
4480
4550
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
4481
4551
|
<div>
|
|
@@ -5274,7 +5344,7 @@
|
|
|
5274
5344
|
data-search="RuntimeRendererConfigProvider src/RuntimeRendererConfig.tsx children React.ReactNode | undefined value RuntimeRendererConfig"
|
|
5275
5345
|
>
|
|
5276
5346
|
<h3>RuntimeRendererConfigProvider</h3>
|
|
5277
|
-
<p class="muted"><code>src/RuntimeRendererConfig.tsx:
|
|
5347
|
+
<p class="muted"><code>src/RuntimeRendererConfig.tsx:155:1</code></p>
|
|
5278
5348
|
|
|
5279
5349
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
5280
5350
|
<table>
|
|
@@ -5362,11 +5432,20 @@
|
|
|
5362
5432
|
entrypoint_src_index_ts["src/index.ts"] package__ankhorage_runtime -->
|
|
5363
5433
|
entrypoint_src_index_ts module_paradox_config_ts["paradox.config.ts"]
|
|
5364
5434
|
package__ankhorage_runtime -.-> module_paradox_config_ts
|
|
5435
|
+
module_src_bindings_test_ts["src/bindings.test.ts"]
|
|
5436
|
+
package__ankhorage_runtime -.-> module_src_bindings_test_ts
|
|
5437
|
+
module_src_bindings_test_ts --> module_src_bindings_ts
|
|
5438
|
+
module_src_bindings_ts["src/bindings.ts"] package__ankhorage_runtime
|
|
5439
|
+
-.-> module_src_bindings_ts
|
|
5365
5440
|
module_src_componentRegistry_ts["src/componentRegistry.ts"]
|
|
5366
5441
|
package__ankhorage_runtime -.-> module_src_componentRegistry_ts
|
|
5367
5442
|
module_src_index_ts["src/index.ts"]
|
|
5368
5443
|
module_src_ManifestContext_tsx["src/ManifestContext.tsx"]
|
|
5369
5444
|
package__ankhorage_runtime -.-> module_src_ManifestContext_tsx
|
|
5445
|
+
module_src_react19Compatibility_test_tsx["src/react19Compatibility.test.tsx"]
|
|
5446
|
+
package__ankhorage_runtime -.-> module_src_react19Compatibility_test_tsx
|
|
5447
|
+
module_src_react19Compatibility_test_tsx --> module_src_ManifestContext_tsx
|
|
5448
|
+
module_src_react19Compatibility_test_tsx --> module_src_RuntimeRendererConfig_tsx
|
|
5370
5449
|
module_src_registry_test_ts["src/registry.test.ts"]
|
|
5371
5450
|
package__ankhorage_runtime -.-> module_src_registry_test_ts
|
|
5372
5451
|
module_src_registry_test_ts --> module_src_registry_tsx
|
|
@@ -5532,6 +5611,13 @@
|
|
|
5532
5611
|
module_src_useRuntimeMediaProps_ts["src/useRuntimeMediaProps.ts"]
|
|
5533
5612
|
package__ankhorage_runtime -.-> module_src_useRuntimeMediaProps_ts
|
|
5534
5613
|
module_src_useRuntimeMediaProps_ts --> module_src_runtimeMedia_ts
|
|
5614
|
+
module_tests_reactNativeWebCompatibility_fixture_tsx["tests/reactNativeWebCompatibility.fixture.tsx"]
|
|
5615
|
+
package__ankhorage_runtime -.->
|
|
5616
|
+
module_tests_reactNativeWebCompatibility_fixture_tsx
|
|
5617
|
+
module_tests_reactNativeWebCompatibility_fixture_tsx -->
|
|
5618
|
+
module_src_RuntimeRenderer_tsx
|
|
5619
|
+
module_tests_reactNativeWebCompatibility_test_ts["tests/reactNativeWebCompatibility.test.ts"]
|
|
5620
|
+
package__ankhorage_runtime -.-> module_tests_reactNativeWebCompatibility_test_ts
|
|
5535
5621
|
module_tests_runtime_test_ts["tests/runtime.test.ts"]
|
|
5536
5622
|
package__ankhorage_runtime -.-> module_tests_runtime_test_ts
|
|
5537
5623
|
module_tests_runtime_test_ts --> module_src_runtimeManifest_ts
|
|
@@ -5545,11 +5631,20 @@ graph TD
|
|
|
5545
5631
|
package__ankhorage_runtime --> entrypoint_src_index_ts
|
|
5546
5632
|
module_paradox_config_ts["paradox.config.ts"]
|
|
5547
5633
|
package__ankhorage_runtime -.-> module_paradox_config_ts
|
|
5634
|
+
module_src_bindings_test_ts["src/bindings.test.ts"]
|
|
5635
|
+
package__ankhorage_runtime -.-> module_src_bindings_test_ts
|
|
5636
|
+
module_src_bindings_test_ts --> module_src_bindings_ts
|
|
5637
|
+
module_src_bindings_ts["src/bindings.ts"]
|
|
5638
|
+
package__ankhorage_runtime -.-> module_src_bindings_ts
|
|
5548
5639
|
module_src_componentRegistry_ts["src/componentRegistry.ts"]
|
|
5549
5640
|
package__ankhorage_runtime -.-> module_src_componentRegistry_ts
|
|
5550
5641
|
module_src_index_ts["src/index.ts"]
|
|
5551
5642
|
module_src_ManifestContext_tsx["src/ManifestContext.tsx"]
|
|
5552
5643
|
package__ankhorage_runtime -.-> module_src_ManifestContext_tsx
|
|
5644
|
+
module_src_react19Compatibility_test_tsx["src/react19Compatibility.test.tsx"]
|
|
5645
|
+
package__ankhorage_runtime -.-> module_src_react19Compatibility_test_tsx
|
|
5646
|
+
module_src_react19Compatibility_test_tsx --> module_src_ManifestContext_tsx
|
|
5647
|
+
module_src_react19Compatibility_test_tsx --> module_src_RuntimeRendererConfig_tsx
|
|
5553
5648
|
module_src_registry_test_ts["src/registry.test.ts"]
|
|
5554
5649
|
package__ankhorage_runtime -.-> module_src_registry_test_ts
|
|
5555
5650
|
module_src_registry_test_ts --> module_src_registry_tsx
|
|
@@ -5705,6 +5800,11 @@ graph TD
|
|
|
5705
5800
|
module_src_useRuntimeMediaProps_ts["src/useRuntimeMediaProps.ts"]
|
|
5706
5801
|
package__ankhorage_runtime -.-> module_src_useRuntimeMediaProps_ts
|
|
5707
5802
|
module_src_useRuntimeMediaProps_ts --> module_src_runtimeMedia_ts
|
|
5803
|
+
module_tests_reactNativeWebCompatibility_fixture_tsx["tests/reactNativeWebCompatibility.fixture.tsx"]
|
|
5804
|
+
package__ankhorage_runtime -.-> module_tests_reactNativeWebCompatibility_fixture_tsx
|
|
5805
|
+
module_tests_reactNativeWebCompatibility_fixture_tsx --> module_src_RuntimeRenderer_tsx
|
|
5806
|
+
module_tests_reactNativeWebCompatibility_test_ts["tests/reactNativeWebCompatibility.test.ts"]
|
|
5807
|
+
package__ankhorage_runtime -.-> module_tests_reactNativeWebCompatibility_test_ts
|
|
5708
5808
|
module_tests_runtime_test_ts["tests/runtime.test.ts"]
|
|
5709
5809
|
package__ankhorage_runtime -.-> module_tests_runtime_test_ts
|
|
5710
5810
|
module_tests_runtime_test_ts --> module_src_runtimeManifest_ts
|
|
@@ -5719,9 +5819,12 @@ graph TD
|
|
|
5719
5819
|
<p class="muted"><code>diagrams/module-relationships.mmd</code></p>
|
|
5720
5820
|
<div class="mermaid">
|
|
5721
5821
|
graph LR module_paradox_config_ts["paradox.config.ts"]
|
|
5822
|
+
module_src_bindings_test_ts["src/bindings.test.ts"]
|
|
5823
|
+
module_src_bindings_ts["src/bindings.ts"]
|
|
5722
5824
|
module_src_componentRegistry_ts["src/componentRegistry.ts"]
|
|
5723
5825
|
module_src_index_ts["src/index.ts"]
|
|
5724
5826
|
module_src_ManifestContext_tsx["src/ManifestContext.tsx"]
|
|
5827
|
+
module_src_react19Compatibility_test_tsx["src/react19Compatibility.test.tsx"]
|
|
5725
5828
|
module_src_registry_test_ts["src/registry.test.ts"]
|
|
5726
5829
|
module_src_registry_tsx["src/registry.tsx"]
|
|
5727
5830
|
module_src_rendering_test_ts["src/rendering.test.ts"]
|
|
@@ -5764,7 +5867,12 @@ graph TD
|
|
|
5764
5867
|
module_src_runtimeStateAdapter_ts["src/runtimeStateAdapter.ts"]
|
|
5765
5868
|
module_src_runtimeStateAdapterConfig_test_ts["src/runtimeStateAdapterConfig.test.ts"]
|
|
5766
5869
|
module_src_useRuntimeMediaProps_ts["src/useRuntimeMediaProps.ts"]
|
|
5870
|
+
module_tests_reactNativeWebCompatibility_fixture_tsx["tests/reactNativeWebCompatibility.fixture.tsx"]
|
|
5871
|
+
module_tests_reactNativeWebCompatibility_test_ts["tests/reactNativeWebCompatibility.test.ts"]
|
|
5767
5872
|
module_tests_runtime_test_ts["tests/runtime.test.ts"]
|
|
5873
|
+
module_src_bindings_test_ts --> module_src_bindings_ts
|
|
5874
|
+
module_src_react19Compatibility_test_tsx --> module_src_ManifestContext_tsx
|
|
5875
|
+
module_src_react19Compatibility_test_tsx --> module_src_RuntimeRendererConfig_tsx
|
|
5768
5876
|
module_src_registry_test_ts --> module_src_registry_tsx
|
|
5769
5877
|
module_src_rendering_test_ts --> module_src_registry_tsx
|
|
5770
5878
|
module_src_rendering_test_ts --> module_src_rendering_ts module_src_rendering_ts
|
|
@@ -5841,7 +5949,8 @@ graph TD
|
|
|
5841
5949
|
module_src_runtimeBindings_ts module_src_runtimeStateAdapterConfig_test_ts -->
|
|
5842
5950
|
module_src_runtimeNodeProps_ts module_src_runtimeStateAdapterConfig_test_ts -->
|
|
5843
5951
|
module_src_RuntimeRendererConfig_tsx module_src_useRuntimeMediaProps_ts -->
|
|
5844
|
-
module_src_runtimeMedia_ts
|
|
5952
|
+
module_src_runtimeMedia_ts module_tests_reactNativeWebCompatibility_fixture_tsx
|
|
5953
|
+
--> module_src_RuntimeRenderer_tsx module_tests_runtime_test_ts -->
|
|
5845
5954
|
module_src_runtimeManifest_ts
|
|
5846
5955
|
</div>
|
|
5847
5956
|
<details>
|
|
@@ -5849,9 +5958,12 @@ graph TD
|
|
|
5849
5958
|
<pre>
|
|
5850
5959
|
graph LR
|
|
5851
5960
|
module_paradox_config_ts["paradox.config.ts"]
|
|
5961
|
+
module_src_bindings_test_ts["src/bindings.test.ts"]
|
|
5962
|
+
module_src_bindings_ts["src/bindings.ts"]
|
|
5852
5963
|
module_src_componentRegistry_ts["src/componentRegistry.ts"]
|
|
5853
5964
|
module_src_index_ts["src/index.ts"]
|
|
5854
5965
|
module_src_ManifestContext_tsx["src/ManifestContext.tsx"]
|
|
5966
|
+
module_src_react19Compatibility_test_tsx["src/react19Compatibility.test.tsx"]
|
|
5855
5967
|
module_src_registry_test_ts["src/registry.test.ts"]
|
|
5856
5968
|
module_src_registry_tsx["src/registry.tsx"]
|
|
5857
5969
|
module_src_rendering_test_ts["src/rendering.test.ts"]
|
|
@@ -5894,7 +6006,12 @@ graph LR
|
|
|
5894
6006
|
module_src_runtimeStateAdapter_ts["src/runtimeStateAdapter.ts"]
|
|
5895
6007
|
module_src_runtimeStateAdapterConfig_test_ts["src/runtimeStateAdapterConfig.test.ts"]
|
|
5896
6008
|
module_src_useRuntimeMediaProps_ts["src/useRuntimeMediaProps.ts"]
|
|
6009
|
+
module_tests_reactNativeWebCompatibility_fixture_tsx["tests/reactNativeWebCompatibility.fixture.tsx"]
|
|
6010
|
+
module_tests_reactNativeWebCompatibility_test_ts["tests/reactNativeWebCompatibility.test.ts"]
|
|
5897
6011
|
module_tests_runtime_test_ts["tests/runtime.test.ts"]
|
|
6012
|
+
module_src_bindings_test_ts --> module_src_bindings_ts
|
|
6013
|
+
module_src_react19Compatibility_test_tsx --> module_src_ManifestContext_tsx
|
|
6014
|
+
module_src_react19Compatibility_test_tsx --> module_src_RuntimeRendererConfig_tsx
|
|
5898
6015
|
module_src_registry_test_ts --> module_src_registry_tsx
|
|
5899
6016
|
module_src_rendering_test_ts --> module_src_registry_tsx
|
|
5900
6017
|
module_src_rendering_test_ts --> module_src_rendering_ts
|
|
@@ -5966,6 +6083,7 @@ graph LR
|
|
|
5966
6083
|
module_src_runtimeStateAdapterConfig_test_ts --> module_src_runtimeNodeProps_ts
|
|
5967
6084
|
module_src_runtimeStateAdapterConfig_test_ts --> module_src_RuntimeRendererConfig_tsx
|
|
5968
6085
|
module_src_useRuntimeMediaProps_ts --> module_src_runtimeMedia_ts
|
|
6086
|
+
module_tests_reactNativeWebCompatibility_fixture_tsx --> module_src_RuntimeRenderer_tsx
|
|
5969
6087
|
module_tests_runtime_test_ts --> module_src_runtimeManifest_ts
|
|
5970
6088
|
</pre>
|
|
5971
6089
|
</details>
|
|
@@ -5975,9 +6093,12 @@ graph LR
|
|
|
5975
6093
|
<p class="muted"><code>diagrams/export-graph.mmd</code></p>
|
|
5976
6094
|
<div class="mermaid">
|
|
5977
6095
|
graph LR module_paradox_config_ts["paradox.config.ts"]
|
|
6096
|
+
module_src_bindings_test_ts["src/bindings.test.ts"]
|
|
6097
|
+
module_src_bindings_ts["src/bindings.ts"]
|
|
5978
6098
|
module_src_componentRegistry_ts["src/componentRegistry.ts"]
|
|
5979
6099
|
module_src_index_ts["src/index.ts"]
|
|
5980
6100
|
module_src_ManifestContext_tsx["src/ManifestContext.tsx"]
|
|
6101
|
+
module_src_react19Compatibility_test_tsx["src/react19Compatibility.test.tsx"]
|
|
5981
6102
|
module_src_registry_test_ts["src/registry.test.ts"]
|
|
5982
6103
|
module_src_registry_tsx["src/registry.tsx"]
|
|
5983
6104
|
module_src_rendering_test_ts["src/rendering.test.ts"]
|
|
@@ -6020,6 +6141,8 @@ graph LR
|
|
|
6020
6141
|
module_src_runtimeStateAdapter_ts["src/runtimeStateAdapter.ts"]
|
|
6021
6142
|
module_src_runtimeStateAdapterConfig_test_ts["src/runtimeStateAdapterConfig.test.ts"]
|
|
6022
6143
|
module_src_useRuntimeMediaProps_ts["src/useRuntimeMediaProps.ts"]
|
|
6144
|
+
module_tests_reactNativeWebCompatibility_fixture_tsx["tests/reactNativeWebCompatibility.fixture.tsx"]
|
|
6145
|
+
module_tests_reactNativeWebCompatibility_test_ts["tests/reactNativeWebCompatibility.test.ts"]
|
|
6023
6146
|
module_tests_runtime_test_ts["tests/runtime.test.ts"]
|
|
6024
6147
|
export_ComponentRegistry["ComponentRegistry"]
|
|
6025
6148
|
module_src_componentRegistry_ts --> export_ComponentRegistry
|
|
@@ -6292,9 +6415,12 @@ graph LR
|
|
|
6292
6415
|
<pre>
|
|
6293
6416
|
graph LR
|
|
6294
6417
|
module_paradox_config_ts["paradox.config.ts"]
|
|
6418
|
+
module_src_bindings_test_ts["src/bindings.test.ts"]
|
|
6419
|
+
module_src_bindings_ts["src/bindings.ts"]
|
|
6295
6420
|
module_src_componentRegistry_ts["src/componentRegistry.ts"]
|
|
6296
6421
|
module_src_index_ts["src/index.ts"]
|
|
6297
6422
|
module_src_ManifestContext_tsx["src/ManifestContext.tsx"]
|
|
6423
|
+
module_src_react19Compatibility_test_tsx["src/react19Compatibility.test.tsx"]
|
|
6298
6424
|
module_src_registry_test_ts["src/registry.test.ts"]
|
|
6299
6425
|
module_src_registry_tsx["src/registry.tsx"]
|
|
6300
6426
|
module_src_rendering_test_ts["src/rendering.test.ts"]
|
|
@@ -6337,6 +6463,8 @@ graph LR
|
|
|
6337
6463
|
module_src_runtimeStateAdapter_ts["src/runtimeStateAdapter.ts"]
|
|
6338
6464
|
module_src_runtimeStateAdapterConfig_test_ts["src/runtimeStateAdapterConfig.test.ts"]
|
|
6339
6465
|
module_src_useRuntimeMediaProps_ts["src/useRuntimeMediaProps.ts"]
|
|
6466
|
+
module_tests_reactNativeWebCompatibility_fixture_tsx["tests/reactNativeWebCompatibility.fixture.tsx"]
|
|
6467
|
+
module_tests_reactNativeWebCompatibility_test_ts["tests/reactNativeWebCompatibility.test.ts"]
|
|
6340
6468
|
module_tests_runtime_test_ts["tests/runtime.test.ts"]
|
|
6341
6469
|
export_ComponentRegistry["ComponentRegistry"]
|
|
6342
6470
|
module_src_componentRegistry_ts --> export_ComponentRegistry
|
|
@@ -6854,10 +6982,9 @@ sequenceDiagram
|
|
|
6854
6982
|
participant participant_mergeRecordConfig as mergeRecordConfig participant
|
|
6855
6983
|
participant_mergeRuntimeRendererConfig as mergeRuntimeRendererConfig participant
|
|
6856
6984
|
participant_RuntimeRendererConfigProvider as RuntimeRendererConfigProvider
|
|
6857
|
-
participant
|
|
6858
|
-
participant_RuntimeRendererConfigProvider->>
|
|
6859
|
-
|
|
6860
|
-
participant_useContext-->>participant_RuntimeRendererConfigProvider: return
|
|
6985
|
+
participant participant_use as use
|
|
6986
|
+
participant_RuntimeRendererConfigProvider->>participant_use: use()
|
|
6987
|
+
participant_use-->>participant_RuntimeRendererConfigProvider: return
|
|
6861
6988
|
participant_RuntimeRendererConfigProvider->>participant_mergeRuntimeRendererConfig:
|
|
6862
6989
|
mergeRuntimeRendererConfig()
|
|
6863
6990
|
participant_mergeRuntimeRendererConfig->>participant_mergeRecordConfig:
|
|
@@ -6884,9 +7011,9 @@ sequenceDiagram
|
|
|
6884
7011
|
participant participant_mergeRecordConfig as mergeRecordConfig
|
|
6885
7012
|
participant participant_mergeRuntimeRendererConfig as mergeRuntimeRendererConfig
|
|
6886
7013
|
participant participant_RuntimeRendererConfigProvider as RuntimeRendererConfigProvider
|
|
6887
|
-
participant
|
|
6888
|
-
participant_RuntimeRendererConfigProvider->>
|
|
6889
|
-
|
|
7014
|
+
participant participant_use as use
|
|
7015
|
+
participant_RuntimeRendererConfigProvider->>participant_use: use()
|
|
7016
|
+
participant_use-->>participant_RuntimeRendererConfigProvider: return
|
|
6890
7017
|
participant_RuntimeRendererConfigProvider->>participant_mergeRuntimeRendererConfig: mergeRuntimeRendererConfig()
|
|
6891
7018
|
participant_mergeRuntimeRendererConfig->>participant_mergeRecordConfig: mergeRecordConfig()
|
|
6892
7019
|
participant_mergeRecordConfig-->>participant_mergeRuntimeRendererConfig: return
|
|
@@ -6907,13 +7034,13 @@ sequenceDiagram
|
|
|
6907
7034
|
<div class="mermaid">
|
|
6908
7035
|
sequenceDiagram participant participant_createRuntimeScreenOperationLoaderLifecycle
|
|
6909
7036
|
as createRuntimeScreenOperationLoaderLifecycle participant participant_RuntimeScreen
|
|
6910
|
-
as RuntimeScreen participant
|
|
7037
|
+
as RuntimeScreen participant participant_use as use participant
|
|
6911
7038
|
participant_useRuntimeRendererConfig as useRuntimeRendererConfig participant
|
|
6912
7039
|
participant_useRuntimeScreenOperationLoaders as useRuntimeScreenOperationLoaders
|
|
6913
7040
|
participant_RuntimeScreen->>participant_useRuntimeRendererConfig:
|
|
6914
7041
|
useRuntimeRendererConfig()
|
|
6915
|
-
participant_useRuntimeRendererConfig->>
|
|
6916
|
-
|
|
7042
|
+
participant_useRuntimeRendererConfig->>participant_use: use()
|
|
7043
|
+
participant_use-->>participant_useRuntimeRendererConfig: return
|
|
6917
7044
|
participant_useRuntimeRendererConfig-->>participant_RuntimeScreen: return
|
|
6918
7045
|
participant_RuntimeScreen->>participant_useRuntimeScreenOperationLoaders:
|
|
6919
7046
|
useRuntimeScreenOperationLoaders()
|
|
@@ -6930,12 +7057,12 @@ sequenceDiagram
|
|
|
6930
7057
|
sequenceDiagram
|
|
6931
7058
|
participant participant_createRuntimeScreenOperationLoaderLifecycle as createRuntimeScreenOperationLoaderLifecycle
|
|
6932
7059
|
participant participant_RuntimeScreen as RuntimeScreen
|
|
6933
|
-
participant
|
|
7060
|
+
participant participant_use as use
|
|
6934
7061
|
participant participant_useRuntimeRendererConfig as useRuntimeRendererConfig
|
|
6935
7062
|
participant participant_useRuntimeScreenOperationLoaders as useRuntimeScreenOperationLoaders
|
|
6936
7063
|
participant_RuntimeScreen->>participant_useRuntimeRendererConfig: useRuntimeRendererConfig()
|
|
6937
|
-
participant_useRuntimeRendererConfig->>
|
|
6938
|
-
|
|
7064
|
+
participant_useRuntimeRendererConfig->>participant_use: use()
|
|
7065
|
+
participant_use-->>participant_useRuntimeRendererConfig: return
|
|
6939
7066
|
participant_useRuntimeRendererConfig-->>participant_RuntimeScreen: return
|
|
6940
7067
|
participant_RuntimeScreen->>participant_useRuntimeScreenOperationLoaders: useRuntimeScreenOperationLoaders()
|
|
6941
7068
|
participant_useRuntimeScreenOperationLoaders->>participant_createRuntimeScreenOperationLoaderLifecycle: createRuntimeScreenOperationLoaderLifecycle()
|
|
@@ -6951,19 +7078,19 @@ sequenceDiagram
|
|
|
6951
7078
|
<h3>useManifest sequence</h3>
|
|
6952
7079
|
<p class="muted"><code>diagrams/sequences/use-manifest.mmd</code></p>
|
|
6953
7080
|
<div class="mermaid">
|
|
6954
|
-
sequenceDiagram participant
|
|
7081
|
+
sequenceDiagram participant participant_use as use participant
|
|
6955
7082
|
participant_useManifest as useManifest
|
|
6956
|
-
participant_useManifest->>
|
|
6957
|
-
|
|
7083
|
+
participant_useManifest->>participant_use: use()
|
|
7084
|
+
participant_use-->>participant_useManifest: return
|
|
6958
7085
|
</div>
|
|
6959
7086
|
<details>
|
|
6960
7087
|
<summary>View Mermaid source</summary>
|
|
6961
7088
|
<pre>
|
|
6962
7089
|
sequenceDiagram
|
|
6963
|
-
participant
|
|
7090
|
+
participant participant_use as use
|
|
6964
7091
|
participant participant_useManifest as useManifest
|
|
6965
|
-
participant_useManifest->>
|
|
6966
|
-
|
|
7092
|
+
participant_useManifest->>participant_use: use()
|
|
7093
|
+
participant_use-->>participant_useManifest: return
|
|
6967
7094
|
</pre>
|
|
6968
7095
|
</details>
|
|
6969
7096
|
</article>
|
|
@@ -6974,19 +7101,19 @@ sequenceDiagram
|
|
|
6974
7101
|
<h3>useManifestContext sequence</h3>
|
|
6975
7102
|
<p class="muted"><code>diagrams/sequences/use-manifest-context.mmd</code></p>
|
|
6976
7103
|
<div class="mermaid">
|
|
6977
|
-
sequenceDiagram participant
|
|
7104
|
+
sequenceDiagram participant participant_use as use participant
|
|
6978
7105
|
participant_useManifestContext as useManifestContext
|
|
6979
|
-
participant_useManifestContext->>
|
|
6980
|
-
|
|
7106
|
+
participant_useManifestContext->>participant_use: use()
|
|
7107
|
+
participant_use-->>participant_useManifestContext: return
|
|
6981
7108
|
</div>
|
|
6982
7109
|
<details>
|
|
6983
7110
|
<summary>View Mermaid source</summary>
|
|
6984
7111
|
<pre>
|
|
6985
7112
|
sequenceDiagram
|
|
6986
|
-
participant
|
|
7113
|
+
participant participant_use as use
|
|
6987
7114
|
participant participant_useManifestContext as useManifestContext
|
|
6988
|
-
participant_useManifestContext->>
|
|
6989
|
-
|
|
7115
|
+
participant_useManifestContext->>participant_use: use()
|
|
7116
|
+
participant_use-->>participant_useManifestContext: return
|
|
6990
7117
|
</pre>
|
|
6991
7118
|
</details>
|
|
6992
7119
|
</article>
|
|
@@ -6997,19 +7124,19 @@ sequenceDiagram
|
|
|
6997
7124
|
<h3>useOptionalManifestContext sequence</h3>
|
|
6998
7125
|
<p class="muted"><code>diagrams/sequences/use-optional-manifest-context.mmd</code></p>
|
|
6999
7126
|
<div class="mermaid">
|
|
7000
|
-
sequenceDiagram participant
|
|
7127
|
+
sequenceDiagram participant participant_use as use participant
|
|
7001
7128
|
participant_useOptionalManifestContext as useOptionalManifestContext
|
|
7002
|
-
participant_useOptionalManifestContext->>
|
|
7003
|
-
|
|
7129
|
+
participant_useOptionalManifestContext->>participant_use: use()
|
|
7130
|
+
participant_use-->>participant_useOptionalManifestContext: return
|
|
7004
7131
|
</div>
|
|
7005
7132
|
<details>
|
|
7006
7133
|
<summary>View Mermaid source</summary>
|
|
7007
7134
|
<pre>
|
|
7008
7135
|
sequenceDiagram
|
|
7009
|
-
participant
|
|
7136
|
+
participant participant_use as use
|
|
7010
7137
|
participant participant_useOptionalManifestContext as useOptionalManifestContext
|
|
7011
|
-
participant_useOptionalManifestContext->>
|
|
7012
|
-
|
|
7138
|
+
participant_useOptionalManifestContext->>participant_use: use()
|
|
7139
|
+
participant_use-->>participant_useOptionalManifestContext: return
|
|
7013
7140
|
</pre>
|
|
7014
7141
|
</details>
|
|
7015
7142
|
</article>
|
|
@@ -7020,19 +7147,19 @@ sequenceDiagram
|
|
|
7020
7147
|
<h3>useRuntimeRendererConfig sequence</h3>
|
|
7021
7148
|
<p class="muted"><code>diagrams/sequences/use-runtime-renderer-config.mmd</code></p>
|
|
7022
7149
|
<div class="mermaid">
|
|
7023
|
-
sequenceDiagram participant
|
|
7150
|
+
sequenceDiagram participant participant_use as use participant
|
|
7024
7151
|
participant_useRuntimeRendererConfig as useRuntimeRendererConfig
|
|
7025
|
-
participant_useRuntimeRendererConfig->>
|
|
7026
|
-
|
|
7152
|
+
participant_useRuntimeRendererConfig->>participant_use: use()
|
|
7153
|
+
participant_use-->>participant_useRuntimeRendererConfig: return
|
|
7027
7154
|
</div>
|
|
7028
7155
|
<details>
|
|
7029
7156
|
<summary>View Mermaid source</summary>
|
|
7030
7157
|
<pre>
|
|
7031
7158
|
sequenceDiagram
|
|
7032
|
-
participant
|
|
7159
|
+
participant participant_use as use
|
|
7033
7160
|
participant participant_useRuntimeRendererConfig as useRuntimeRendererConfig
|
|
7034
|
-
participant_useRuntimeRendererConfig->>
|
|
7035
|
-
|
|
7161
|
+
participant_useRuntimeRendererConfig->>participant_use: use()
|
|
7162
|
+
participant_use-->>participant_useRuntimeRendererConfig: return
|
|
7036
7163
|
</pre>
|
|
7037
7164
|
</details>
|
|
7038
7165
|
</article>
|
|
@@ -7180,6 +7307,37 @@ sequenceDiagram
|
|
|
7180
7307
|
</article>
|
|
7181
7308
|
</section>
|
|
7182
7309
|
</section>
|
|
7310
|
+
<section
|
|
7311
|
+
id="view-src-react19compatibility-test-tsx"
|
|
7312
|
+
class="view"
|
|
7313
|
+
data-view="src/react19Compatibility.test.tsx"
|
|
7314
|
+
hidden
|
|
7315
|
+
>
|
|
7316
|
+
<section class="panel">
|
|
7317
|
+
<h2>src/react19Compatibility.test.tsx</h2>
|
|
7318
|
+
<article class="item" data-search="ManifestProbe src/react19Compatibility.test.tsx ">
|
|
7319
|
+
<h3>ManifestProbe</h3>
|
|
7320
|
+
<p class="muted"><code>src/react19Compatibility.test.tsx:29:1</code></p>
|
|
7321
|
+
<p class="empty">No description available.</p>
|
|
7322
|
+
</article>
|
|
7323
|
+
<article
|
|
7324
|
+
class="item"
|
|
7325
|
+
data-search="RendererConfigProbe src/react19Compatibility.test.tsx "
|
|
7326
|
+
>
|
|
7327
|
+
<h3>RendererConfigProbe</h3>
|
|
7328
|
+
<p class="muted"><code>src/react19Compatibility.test.tsx:34:1</code></p>
|
|
7329
|
+
<p class="empty">No description available.</p>
|
|
7330
|
+
</article>
|
|
7331
|
+
<article
|
|
7332
|
+
class="item"
|
|
7333
|
+
data-search="OptionalManifestProbe src/react19Compatibility.test.tsx "
|
|
7334
|
+
>
|
|
7335
|
+
<h3>OptionalManifestProbe</h3>
|
|
7336
|
+
<p class="muted"><code>src/react19Compatibility.test.tsx:39:1</code></p>
|
|
7337
|
+
<p class="empty">No description available.</p>
|
|
7338
|
+
</article>
|
|
7339
|
+
</section>
|
|
7340
|
+
</section>
|
|
7183
7341
|
<section
|
|
7184
7342
|
id="view-src-registry-test-ts"
|
|
7185
7343
|
class="view"
|
|
@@ -8069,52 +8227,57 @@ sequenceDiagram
|
|
|
8069
8227
|
<h2>src/runtimeNodeProps.ts</h2>
|
|
8070
8228
|
<article class="item" data-search="isRecord src/runtimeNodeProps.ts ">
|
|
8071
8229
|
<h3>isRecord</h3>
|
|
8072
|
-
<p class="muted"><code>src/runtimeNodeProps.ts:
|
|
8230
|
+
<p class="muted"><code>src/runtimeNodeProps.ts:18:1</code></p>
|
|
8073
8231
|
<p class="empty">No description available.</p>
|
|
8074
8232
|
</article>
|
|
8075
8233
|
<article class="item" data-search="isPlainObject src/runtimeNodeProps.ts ">
|
|
8076
8234
|
<h3>isPlainObject</h3>
|
|
8077
|
-
<p class="muted"><code>src/runtimeNodeProps.ts:
|
|
8235
|
+
<p class="muted"><code>src/runtimeNodeProps.ts:22:1</code></p>
|
|
8078
8236
|
<p class="empty">No description available.</p>
|
|
8079
8237
|
</article>
|
|
8080
8238
|
<article class="item" data-search="hasActionShape src/runtimeNodeProps.ts ">
|
|
8081
8239
|
<h3>hasActionShape</h3>
|
|
8082
|
-
<p class="muted"><code>src/runtimeNodeProps.ts:
|
|
8240
|
+
<p class="muted"><code>src/runtimeNodeProps.ts:31:1</code></p>
|
|
8083
8241
|
<p class="empty">No description available.</p>
|
|
8084
8242
|
</article>
|
|
8085
8243
|
<article class="item" data-search="isCallbackProp src/runtimeNodeProps.ts ">
|
|
8086
8244
|
<h3>isCallbackProp</h3>
|
|
8087
|
-
<p class="muted"><code>src/runtimeNodeProps.ts:
|
|
8245
|
+
<p class="muted"><code>src/runtimeNodeProps.ts:37:1</code></p>
|
|
8088
8246
|
<p class="empty">No description available.</p>
|
|
8089
8247
|
</article>
|
|
8090
8248
|
<article class="item" data-search="isNonEmptyActionId src/runtimeNodeProps.ts ">
|
|
8091
8249
|
<h3>isNonEmptyActionId</h3>
|
|
8092
|
-
<p class="muted"><code>src/runtimeNodeProps.ts:
|
|
8250
|
+
<p class="muted"><code>src/runtimeNodeProps.ts:41:1</code></p>
|
|
8093
8251
|
<p class="empty">No description available.</p>
|
|
8094
8252
|
</article>
|
|
8095
8253
|
<article class="item" data-search="createStringActionPayload src/runtimeNodeProps.ts ">
|
|
8096
8254
|
<h3>createStringActionPayload</h3>
|
|
8097
|
-
<p class="muted"><code>src/runtimeNodeProps.ts:
|
|
8255
|
+
<p class="muted"><code>src/runtimeNodeProps.ts:45:1</code></p>
|
|
8098
8256
|
<p class="empty">No description available.</p>
|
|
8099
8257
|
</article>
|
|
8100
8258
|
<article class="item" data-search="noopRuntimeActionHandler src/runtimeNodeProps.ts ">
|
|
8101
8259
|
<h3>noopRuntimeActionHandler</h3>
|
|
8102
|
-
<p class="muted"><code>src/runtimeNodeProps.ts:
|
|
8260
|
+
<p class="muted"><code>src/runtimeNodeProps.ts:62:7</code></p>
|
|
8103
8261
|
<p class="empty">No description available.</p>
|
|
8104
8262
|
</article>
|
|
8105
8263
|
<article class="item" data-search="resolveImageAssetUrl src/runtimeNodeProps.ts ">
|
|
8106
8264
|
<h3>resolveImageAssetUrl</h3>
|
|
8107
|
-
<p class="muted"><code>src/runtimeNodeProps.ts:
|
|
8265
|
+
<p class="muted"><code>src/runtimeNodeProps.ts:64:1</code></p>
|
|
8108
8266
|
<p class="empty">No description available.</p>
|
|
8109
8267
|
</article>
|
|
8110
8268
|
<article class="item" data-search="resolveRuntimeNodeProps src/runtimeNodeProps.ts ">
|
|
8111
8269
|
<h3>resolveRuntimeNodeProps</h3>
|
|
8112
|
-
<p class="muted"><code>src/runtimeNodeProps.ts:
|
|
8270
|
+
<p class="muted"><code>src/runtimeNodeProps.ts:87:1</code></p>
|
|
8113
8271
|
<p class="empty">No description available.</p>
|
|
8114
8272
|
</article>
|
|
8115
8273
|
<article class="item" data-search="wrapRuntimeActionProps src/runtimeNodeProps.ts ">
|
|
8116
8274
|
<h3>wrapRuntimeActionProps</h3>
|
|
8117
|
-
<p class="muted"><code>src/runtimeNodeProps.ts:
|
|
8275
|
+
<p class="muted"><code>src/runtimeNodeProps.ts:130:1</code></p>
|
|
8276
|
+
<p class="empty">No description available.</p>
|
|
8277
|
+
</article>
|
|
8278
|
+
<article class="item" data-search="actionHandler src/runtimeNodeProps.ts ">
|
|
8279
|
+
<h3>actionHandler</h3>
|
|
8280
|
+
<p class="muted"><code>src/runtimeNodeProps.ts:157:15</code></p>
|
|
8118
8281
|
<p class="empty">No description available.</p>
|
|
8119
8282
|
</article>
|
|
8120
8283
|
</section>
|
|
@@ -8132,7 +8295,15 @@ sequenceDiagram
|
|
|
8132
8295
|
data-search="listSourceFiles src/runtimePackageIsolation.test.ts "
|
|
8133
8296
|
>
|
|
8134
8297
|
<h3>listSourceFiles</h3>
|
|
8135
|
-
<p class="muted"><code>src/runtimePackageIsolation.test.ts:
|
|
8298
|
+
<p class="muted"><code>src/runtimePackageIsolation.test.ts:13:1</code></p>
|
|
8299
|
+
<p class="empty">No description available.</p>
|
|
8300
|
+
</article>
|
|
8301
|
+
<article
|
|
8302
|
+
class="item"
|
|
8303
|
+
data-search="readRuntimePackageManifest src/runtimePackageIsolation.test.ts "
|
|
8304
|
+
>
|
|
8305
|
+
<h3>readRuntimePackageManifest</h3>
|
|
8306
|
+
<p class="muted"><code>src/runtimePackageIsolation.test.ts:28:1</code></p>
|
|
8136
8307
|
<p class="empty">No description available.</p>
|
|
8137
8308
|
</article>
|
|
8138
8309
|
</section>
|
|
@@ -8243,7 +8414,7 @@ sequenceDiagram
|
|
|
8243
8414
|
data-search="composeRuntimeRendererWrapNode src/RuntimeRendererConfig.tsx "
|
|
8244
8415
|
>
|
|
8245
8416
|
<h3>composeRuntimeRendererWrapNode</h3>
|
|
8246
|
-
<p class="muted"><code>src/RuntimeRendererConfig.tsx:
|
|
8417
|
+
<p class="muted"><code>src/RuntimeRendererConfig.tsx:74:1</code></p>
|
|
8247
8418
|
<p class="empty">No description available.</p>
|
|
8248
8419
|
</article>
|
|
8249
8420
|
<article
|
|
@@ -8251,7 +8422,7 @@ sequenceDiagram
|
|
|
8251
8422
|
data-search="composeRuntimeNodePropsResolver src/RuntimeRendererConfig.tsx "
|
|
8252
8423
|
>
|
|
8253
8424
|
<h3>composeRuntimeNodePropsResolver</h3>
|
|
8254
|
-
<p class="muted"><code>src/RuntimeRendererConfig.tsx:
|
|
8425
|
+
<p class="muted"><code>src/RuntimeRendererConfig.tsx:89:1</code></p>
|
|
8255
8426
|
<p class="empty">No description available.</p>
|
|
8256
8427
|
</article>
|
|
8257
8428
|
<article
|
|
@@ -8259,7 +8430,7 @@ sequenceDiagram
|
|
|
8259
8430
|
data-search="mergeRuntimeRendererConfig src/RuntimeRendererConfig.tsx "
|
|
8260
8431
|
>
|
|
8261
8432
|
<h3>mergeRuntimeRendererConfig</h3>
|
|
8262
|
-
<p class="muted"><code>src/RuntimeRendererConfig.tsx:
|
|
8433
|
+
<p class="muted"><code>src/RuntimeRendererConfig.tsx:107:1</code></p>
|
|
8263
8434
|
<p class="empty">No description available.</p>
|
|
8264
8435
|
</article>
|
|
8265
8436
|
<article
|
|
@@ -8267,7 +8438,7 @@ sequenceDiagram
|
|
|
8267
8438
|
data-search="RuntimeRendererConfigProvider src/RuntimeRendererConfig.tsx "
|
|
8268
8439
|
>
|
|
8269
8440
|
<h3>RuntimeRendererConfigProvider</h3>
|
|
8270
|
-
<p class="muted"><code>src/RuntimeRendererConfig.tsx:
|
|
8441
|
+
<p class="muted"><code>src/RuntimeRendererConfig.tsx:155:1</code></p>
|
|
8271
8442
|
<p class="empty">No description available.</p>
|
|
8272
8443
|
</article>
|
|
8273
8444
|
<article
|
|
@@ -8275,12 +8446,12 @@ sequenceDiagram
|
|
|
8275
8446
|
data-search="useRuntimeRendererConfig src/RuntimeRendererConfig.tsx "
|
|
8276
8447
|
>
|
|
8277
8448
|
<h3>useRuntimeRendererConfig</h3>
|
|
8278
|
-
<p class="muted"><code>src/RuntimeRendererConfig.tsx:
|
|
8449
|
+
<p class="muted"><code>src/RuntimeRendererConfig.tsx:168:1</code></p>
|
|
8279
8450
|
<p class="empty">No description available.</p>
|
|
8280
8451
|
</article>
|
|
8281
8452
|
<article class="item" data-search="mergeRecordConfig src/RuntimeRendererConfig.tsx ">
|
|
8282
8453
|
<h3>mergeRecordConfig</h3>
|
|
8283
|
-
<p class="muted"><code>src/RuntimeRendererConfig.tsx:
|
|
8454
|
+
<p class="muted"><code>src/RuntimeRendererConfig.tsx:172:1</code></p>
|
|
8284
8455
|
<p class="empty">No description available.</p>
|
|
8285
8456
|
</article>
|
|
8286
8457
|
</section>
|
|
@@ -8602,7 +8773,7 @@ sequenceDiagram
|
|
|
8602
8773
|
data-search="createRuntimeScreenOperationLoaderPlan src/runtimeScreenLoaders.ts "
|
|
8603
8774
|
>
|
|
8604
8775
|
<h3>createRuntimeScreenOperationLoaderPlan</h3>
|
|
8605
|
-
<p class="muted"><code>src/runtimeScreenLoaders.ts:
|
|
8776
|
+
<p class="muted"><code>src/runtimeScreenLoaders.ts:388:1</code></p>
|
|
8606
8777
|
<p class="empty">No description available.</p>
|
|
8607
8778
|
</article>
|
|
8608
8779
|
<article
|
|
@@ -8610,7 +8781,7 @@ sequenceDiagram
|
|
|
8610
8781
|
data-search="createRuntimeScreenOperationLoaderPlanRequestKey src/runtimeScreenLoaders.ts "
|
|
8611
8782
|
>
|
|
8612
8783
|
<h3>createRuntimeScreenOperationLoaderPlanRequestKey</h3>
|
|
8613
|
-
<p class="muted"><code>src/runtimeScreenLoaders.ts:
|
|
8784
|
+
<p class="muted"><code>src/runtimeScreenLoaders.ts:445:1</code></p>
|
|
8614
8785
|
<p class="empty">No description available.</p>
|
|
8615
8786
|
</article>
|
|
8616
8787
|
<article
|
|
@@ -8618,7 +8789,7 @@ sequenceDiagram
|
|
|
8618
8789
|
data-search="createScreenOperationLoaderDiagnostic src/runtimeScreenLoaders.ts "
|
|
8619
8790
|
>
|
|
8620
8791
|
<h3>createScreenOperationLoaderDiagnostic</h3>
|
|
8621
|
-
<p class="muted"><code>src/runtimeScreenLoaders.ts:
|
|
8792
|
+
<p class="muted"><code>src/runtimeScreenLoaders.ts:460:1</code></p>
|
|
8622
8793
|
<p class="empty">No description available.</p>
|
|
8623
8794
|
</article>
|
|
8624
8795
|
<article
|
|
@@ -8626,17 +8797,17 @@ sequenceDiagram
|
|
|
8626
8797
|
data-search="createRuntimeScreenOperationLoaderIdleKey src/runtimeScreenLoaders.ts "
|
|
8627
8798
|
>
|
|
8628
8799
|
<h3>createRuntimeScreenOperationLoaderIdleKey</h3>
|
|
8629
|
-
<p class="muted"><code>src/runtimeScreenLoaders.ts:
|
|
8800
|
+
<p class="muted"><code>src/runtimeScreenLoaders.ts:475:1</code></p>
|
|
8630
8801
|
<p class="empty">No description available.</p>
|
|
8631
8802
|
</article>
|
|
8632
8803
|
<article class="item" data-search="stableSerialize src/runtimeScreenLoaders.ts ">
|
|
8633
8804
|
<h3>stableSerialize</h3>
|
|
8634
|
-
<p class="muted"><code>src/runtimeScreenLoaders.ts:
|
|
8805
|
+
<p class="muted"><code>src/runtimeScreenLoaders.ts:479:1</code></p>
|
|
8635
8806
|
<p class="empty">No description available.</p>
|
|
8636
8807
|
</article>
|
|
8637
8808
|
<article class="item" data-search="sortSerializableValue src/runtimeScreenLoaders.ts ">
|
|
8638
8809
|
<h3>sortSerializableValue</h3>
|
|
8639
|
-
<p class="muted"><code>src/runtimeScreenLoaders.ts:
|
|
8810
|
+
<p class="muted"><code>src/runtimeScreenLoaders.ts:483:1</code></p>
|
|
8640
8811
|
<p class="empty">No description available.</p>
|
|
8641
8812
|
</article>
|
|
8642
8813
|
</section>
|
|
@@ -8740,19 +8911,9 @@ sequenceDiagram
|
|
|
8740
8911
|
<p class="muted"><code>src/useRuntimeMediaProps.ts:14:1</code></p>
|
|
8741
8912
|
<p class="empty">No description available.</p>
|
|
8742
8913
|
</article>
|
|
8743
|
-
<article class="item" data-search="filterResolvedValues src/useRuntimeMediaProps.ts ">
|
|
8744
|
-
<h3>filterResolvedValues</h3>
|
|
8745
|
-
<p class="muted"><code>src/useRuntimeMediaProps.ts:62:1</code></p>
|
|
8746
|
-
<p class="empty">No description available.</p>
|
|
8747
|
-
</article>
|
|
8748
|
-
<article class="item" data-search="mapsEqual src/useRuntimeMediaProps.ts ">
|
|
8749
|
-
<h3>mapsEqual</h3>
|
|
8750
|
-
<p class="muted"><code>src/useRuntimeMediaProps.ts:73:1</code></p>
|
|
8751
|
-
<p class="empty">No description available.</p>
|
|
8752
|
-
</article>
|
|
8753
8914
|
<article class="item" data-search="isRecord src/useRuntimeMediaProps.ts ">
|
|
8754
8915
|
<h3>isRecord</h3>
|
|
8755
|
-
<p class="muted"><code>src/useRuntimeMediaProps.ts:
|
|
8916
|
+
<p class="muted"><code>src/useRuntimeMediaProps.ts:64:1</code></p>
|
|
8756
8917
|
<p class="empty">No description available.</p>
|
|
8757
8918
|
</article>
|
|
8758
8919
|
</section>
|