@ankhorage/runtime 2.3.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/README.md +2 -2
- package/dist/RuntimeRenderer.d.ts +2 -2
- package/dist/RuntimeRenderer.d.ts.map +1 -1
- package/dist/RuntimeRenderer.js.map +1 -1
- package/dist/RuntimeRendererConfig.d.ts +2 -2
- package/dist/RuntimeRendererConfig.d.ts.map +1 -1
- package/dist/RuntimeRendererConfig.js.map +1 -1
- package/dist/runtimeActionRegistry.d.ts +3 -3
- package/dist/runtimeActionRegistry.d.ts.map +1 -1
- package/dist/runtimeActionRegistry.js.map +1 -1
- package/dist/runtimeApiSelection.d.ts +3 -3
- package/dist/runtimeApiSelection.d.ts.map +1 -1
- package/dist/runtimeApiSelection.js +7 -5
- package/dist/runtimeApiSelection.js.map +1 -1
- package/dist/runtimeBindings.d.ts +2 -2
- package/dist/runtimeBindings.d.ts.map +1 -1
- package/dist/runtimeBindings.js.map +1 -1
- package/dist/runtimeNodeProps.d.ts +2 -2
- package/dist/runtimeNodeProps.d.ts.map +1 -1
- package/dist/runtimeNodeProps.js.map +1 -1
- package/package.json +2 -2
- package/paradox/badges/npm.svg +4 -4
- package/paradox/components.md +1 -1
- package/paradox/diagrams/sequences/validate-runtime-binding-operation-ref.mmd +7 -0
- package/paradox/exports.json +25 -25
- package/paradox/exports.md +125 -125
- package/paradox/index.html +121 -48
- package/paradox/paradox.json +116 -87
package/paradox/index.html
CHANGED
|
@@ -185,7 +185,9 @@
|
|
|
185
185
|
<aside class="sidebar">
|
|
186
186
|
<p class="muted">Generated with Paradox</p>
|
|
187
187
|
<h1>@ankhorage/runtime</h1>
|
|
188
|
-
<p>
|
|
188
|
+
<p>
|
|
189
|
+
Platform-neutral runtime renderer, contracts, and helpers for Ankhorage generated apps.
|
|
190
|
+
</p>
|
|
189
191
|
<input id="search" class="search" type="search" placeholder="Search current view" />
|
|
190
192
|
<nav aria-label="Documentation sections">
|
|
191
193
|
<ul class="nav-list">
|
|
@@ -1571,7 +1573,7 @@
|
|
|
1571
1573
|
<article
|
|
1572
1574
|
class="item"
|
|
1573
1575
|
id="symbol-createruntimeactionregistry"
|
|
1574
|
-
data-search="createRuntimeActionRegistry function src/runtimeActionRegistry.ts RuntimeActionHandler RuntimeActionHandlers RuntimeActionRegistry RuntimeBindingOperationExecutor RuntimeBindingOperationResultCache RuntimeBindingOperationResultWriter RuntimeEventOperationLifecycle (options?: { actionHandlers?: RuntimeActionHandlers; apis?:
|
|
1576
|
+
data-search="createRuntimeActionRegistry function src/runtimeActionRegistry.ts RuntimeActionHandler RuntimeActionHandlers RuntimeActionRegistry RuntimeBindingOperationExecutor RuntimeBindingOperationResultCache RuntimeBindingOperationResultWriter RuntimeEventOperationLifecycle (options?: { actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionRegistry; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; eventOperationLifecycle?: RuntimeEventOperationLifecycle; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }) => RuntimeActionRegistry"
|
|
1575
1577
|
>
|
|
1576
1578
|
<h4>createRuntimeActionRegistry</h4>
|
|
1577
1579
|
<p class="muted">function • <code>src/runtimeActionRegistry.ts:71:1</code></p>
|
|
@@ -1592,7 +1594,7 @@
|
|
|
1592
1594
|
<div>
|
|
1593
1595
|
<h5>Signature</h5>
|
|
1594
1596
|
<pre>
|
|
1595
|
-
(options?: { actionHandlers?: RuntimeActionHandlers; apis?:
|
|
1597
|
+
(options?: { actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionRegistry; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; eventOperationLifecycle?: RuntimeEventOperationLifecycle; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }) => RuntimeActionRegistry</pre>
|
|
1596
1598
|
<table>
|
|
1597
1599
|
<thead>
|
|
1598
1600
|
<tr>
|
|
@@ -1607,7 +1609,7 @@
|
|
|
1607
1609
|
<td><code>options</code></td>
|
|
1608
1610
|
<td>
|
|
1609
1611
|
<code
|
|
1610
|
-
>{ actionHandlers?: RuntimeActionHandlers; apis?:
|
|
1612
|
+
>{ actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionRegistry;
|
|
1611
1613
|
dataBindings?: ComponentDataBindingRegistry; executeAction?:
|
|
1612
1614
|
RuntimeActionHandler; executeOperation?:
|
|
1613
1615
|
RuntimeBindingOperationExecutor; eventOperationLifecycle?:
|
|
@@ -1859,8 +1861,9 @@
|
|
|
1859
1861
|
<td>property</td>
|
|
1860
1862
|
<td>
|
|
1861
1863
|
<code
|
|
1862
|
-
>Readonly<Record<string,
|
|
1863
|
-
|
|
1864
|
+
>Readonly<Record<string,
|
|
1865
|
+
import("@ankhorage/contracts").SerializableValue |
|
|
1866
|
+
undefined>> | undefined</code
|
|
1864
1867
|
>
|
|
1865
1868
|
</td>
|
|
1866
1869
|
<td>no</td>
|
|
@@ -1910,8 +1913,9 @@
|
|
|
1910
1913
|
<td>property</td>
|
|
1911
1914
|
<td>
|
|
1912
1915
|
<code
|
|
1913
|
-
>Readonly<Record<string,
|
|
1914
|
-
|
|
1916
|
+
>Readonly<Record<string,
|
|
1917
|
+
import("@ankhorage/contracts").SerializableValue |
|
|
1918
|
+
undefined>> | undefined</code
|
|
1915
1919
|
>
|
|
1916
1920
|
</td>
|
|
1917
1921
|
<td>no</td>
|
|
@@ -1960,7 +1964,13 @@
|
|
|
1960
1964
|
<tr>
|
|
1961
1965
|
<td><code>apis</code></td>
|
|
1962
1966
|
<td>property</td>
|
|
1963
|
-
<td
|
|
1967
|
+
<td>
|
|
1968
|
+
<code
|
|
1969
|
+
>Readonly<Record<string,
|
|
1970
|
+
import("@ankhorage/contracts").ApiDefinition>> |
|
|
1971
|
+
undefined</code
|
|
1972
|
+
>
|
|
1973
|
+
</td>
|
|
1964
1974
|
<td>no</td>
|
|
1965
1975
|
<td></td>
|
|
1966
1976
|
</tr>
|
|
@@ -2031,8 +2041,9 @@
|
|
|
2031
2041
|
<td>property</td>
|
|
2032
2042
|
<td>
|
|
2033
2043
|
<code
|
|
2034
|
-
>Readonly<Record<string,
|
|
2035
|
-
|
|
2044
|
+
>Readonly<Record<string,
|
|
2045
|
+
import("@ankhorage/contracts").SerializableValue |
|
|
2046
|
+
undefined>> | undefined</code
|
|
2036
2047
|
>
|
|
2037
2048
|
</td>
|
|
2038
2049
|
<td>no</td>
|
|
@@ -2133,8 +2144,9 @@
|
|
|
2133
2144
|
<td>property</td>
|
|
2134
2145
|
<td>
|
|
2135
2146
|
<code
|
|
2136
|
-
>Readonly<Record<string,
|
|
2137
|
-
|
|
2147
|
+
>Readonly<Record<string,
|
|
2148
|
+
import("@ankhorage/contracts").SerializableValue |
|
|
2149
|
+
undefined>> | undefined</code
|
|
2138
2150
|
>
|
|
2139
2151
|
</td>
|
|
2140
2152
|
<td>no</td>
|
|
@@ -2288,7 +2300,7 @@
|
|
|
2288
2300
|
data-search="RuntimeApiOperationSelection type src/runtimeApiSelection.ts "
|
|
2289
2301
|
>
|
|
2290
2302
|
<h4>RuntimeApiOperationSelection</h4>
|
|
2291
|
-
<p class="muted">type • <code>src/runtimeApiSelection.ts:
|
|
2303
|
+
<p class="muted">type • <code>src/runtimeApiSelection.ts:10:1</code></p>
|
|
2292
2304
|
|
|
2293
2305
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2294
2306
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
@@ -2324,17 +2336,17 @@
|
|
|
2324
2336
|
<article
|
|
2325
2337
|
class="item"
|
|
2326
2338
|
id="symbol-validateruntimebindingoperationref"
|
|
2327
|
-
data-search="validateRuntimeBindingOperationRef function src/runtimeApiSelection.ts (operation: BindingOperationRef, apis:
|
|
2339
|
+
data-search="validateRuntimeBindingOperationRef function src/runtimeApiSelection.ts (operation: BindingOperationRef, apis: Readonly<Record<string, ApiDefinition>> | undefined) => readonly DataSourceDiagnostic[]"
|
|
2328
2340
|
>
|
|
2329
2341
|
<h4>validateRuntimeBindingOperationRef</h4>
|
|
2330
|
-
<p class="muted">function • <code>src/runtimeApiSelection.ts:
|
|
2342
|
+
<p class="muted">function • <code>src/runtimeApiSelection.ts:15:1</code></p>
|
|
2331
2343
|
|
|
2332
2344
|
<p><strong>Export paths:</strong> <code>src/index.ts</code></p>
|
|
2333
2345
|
<div><strong>Related symbols:</strong> <span class="empty">None</span></div>
|
|
2334
2346
|
<div>
|
|
2335
2347
|
<h5>Signature</h5>
|
|
2336
2348
|
<pre>
|
|
2337
|
-
(operation: BindingOperationRef, apis:
|
|
2349
|
+
(operation: BindingOperationRef, apis: Readonly<Record<string, ApiDefinition>> | undefined) => readonly DataSourceDiagnostic[]</pre>
|
|
2338
2350
|
<table>
|
|
2339
2351
|
<thead>
|
|
2340
2352
|
<tr>
|
|
@@ -2347,7 +2359,11 @@
|
|
|
2347
2359
|
<tbody>
|
|
2348
2360
|
<tr>
|
|
2349
2361
|
<td><code>apis</code></td>
|
|
2350
|
-
<td
|
|
2362
|
+
<td>
|
|
2363
|
+
<code
|
|
2364
|
+
>Readonly<Record<string, ApiDefinition>> | undefined</code
|
|
2365
|
+
>
|
|
2366
|
+
</td>
|
|
2351
2367
|
<td>yes</td>
|
|
2352
2368
|
<td></td>
|
|
2353
2369
|
</tr>
|
|
@@ -2402,7 +2418,7 @@
|
|
|
2402
2418
|
<article
|
|
2403
2419
|
class="item"
|
|
2404
2420
|
id="symbol-resolvebindinginputmap"
|
|
2405
|
-
data-search=
|
|
2421
|
+
data-search='resolveBindingInputMap function src/runtimeBindings.ts RuntimeBindingResolutionContext (input: Readonly<Record<string, BindingInputValue>> | undefined, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) => Promise<import("@ankhorage/contracts").SerializableValue | undefined>'
|
|
2406
2422
|
>
|
|
2407
2423
|
<h4>resolveBindingInputMap</h4>
|
|
2408
2424
|
<p class="muted">function • <code>src/runtimeBindings.ts:131:1</code></p>
|
|
@@ -2417,7 +2433,7 @@
|
|
|
2417
2433
|
<div>
|
|
2418
2434
|
<h5>Signature</h5>
|
|
2419
2435
|
<pre>
|
|
2420
|
-
(input: Readonly<Record<string, BindingInputValue>> | undefined, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) => Promise<
|
|
2436
|
+
(input: Readonly<Record<string, BindingInputValue>> | undefined, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) => Promise<import("@ankhorage/contracts").SerializableValue | undefined></pre>
|
|
2421
2437
|
<table>
|
|
2422
2438
|
<thead>
|
|
2423
2439
|
<tr>
|
|
@@ -2454,7 +2470,11 @@
|
|
|
2454
2470
|
</tbody>
|
|
2455
2471
|
</table>
|
|
2456
2472
|
<p>
|
|
2457
|
-
<strong>Returns:</strong>
|
|
2473
|
+
<strong>Returns:</strong>
|
|
2474
|
+
<code
|
|
2475
|
+
>Promise<import("@ankhorage/contracts").SerializableValue |
|
|
2476
|
+
undefined></code
|
|
2477
|
+
>
|
|
2458
2478
|
</p>
|
|
2459
2479
|
</div>
|
|
2460
2480
|
</article>
|
|
@@ -2686,7 +2706,12 @@
|
|
|
2686
2706
|
<tr>
|
|
2687
2707
|
<td><code>input</code></td>
|
|
2688
2708
|
<td>property</td>
|
|
2689
|
-
<td
|
|
2709
|
+
<td>
|
|
2710
|
+
<code
|
|
2711
|
+
>import("@ankhorage/contracts").SerializableValue |
|
|
2712
|
+
undefined</code
|
|
2713
|
+
>
|
|
2714
|
+
</td>
|
|
2690
2715
|
<td>no</td>
|
|
2691
2716
|
<td></td>
|
|
2692
2717
|
</tr>
|
|
@@ -2792,7 +2817,9 @@
|
|
|
2792
2817
|
<tr>
|
|
2793
2818
|
<td><code>apis</code></td>
|
|
2794
2819
|
<td>property</td>
|
|
2795
|
-
<td
|
|
2820
|
+
<td>
|
|
2821
|
+
<code>Readonly<Record<string, ApiDefinition>> | undefined</code>
|
|
2822
|
+
</td>
|
|
2796
2823
|
<td>no</td>
|
|
2797
2824
|
<td></td>
|
|
2798
2825
|
</tr>
|
|
@@ -2842,8 +2869,9 @@
|
|
|
2842
2869
|
<td>property</td>
|
|
2843
2870
|
<td>
|
|
2844
2871
|
<code
|
|
2845
|
-
>Readonly<Record<string,
|
|
2846
|
-
|
|
2872
|
+
>Readonly<Record<string,
|
|
2873
|
+
import("@ankhorage/contracts").SerializableValue |
|
|
2874
|
+
undefined>> | undefined</code
|
|
2847
2875
|
>
|
|
2848
2876
|
</td>
|
|
2849
2877
|
<td>no</td>
|
|
@@ -2896,7 +2924,9 @@
|
|
|
2896
2924
|
<tr>
|
|
2897
2925
|
<td><code>apis</code></td>
|
|
2898
2926
|
<td>property</td>
|
|
2899
|
-
<td
|
|
2927
|
+
<td>
|
|
2928
|
+
<code>Readonly<Record<string, ApiDefinition>> | undefined</code>
|
|
2929
|
+
</td>
|
|
2900
2930
|
<td>no</td>
|
|
2901
2931
|
<td></td>
|
|
2902
2932
|
</tr>
|
|
@@ -2939,8 +2969,9 @@
|
|
|
2939
2969
|
<td>property</td>
|
|
2940
2970
|
<td>
|
|
2941
2971
|
<code
|
|
2942
|
-
>Readonly<Record<string,
|
|
2943
|
-
|
|
2972
|
+
>Readonly<Record<string,
|
|
2973
|
+
import("@ankhorage/contracts").SerializableValue |
|
|
2974
|
+
undefined>> | undefined</code
|
|
2944
2975
|
>
|
|
2945
2976
|
</td>
|
|
2946
2977
|
<td>no</td>
|
|
@@ -4250,7 +4281,13 @@
|
|
|
4250
4281
|
<tr>
|
|
4251
4282
|
<td><code>apis</code></td>
|
|
4252
4283
|
<td>property</td>
|
|
4253
|
-
<td
|
|
4284
|
+
<td>
|
|
4285
|
+
<code
|
|
4286
|
+
>Readonly<Record<string,
|
|
4287
|
+
import("@ankhorage/contracts").ApiDefinition>> |
|
|
4288
|
+
undefined</code
|
|
4289
|
+
>
|
|
4290
|
+
</td>
|
|
4254
4291
|
<td>no</td>
|
|
4255
4292
|
<td></td>
|
|
4256
4293
|
</tr>
|
|
@@ -4358,8 +4395,9 @@
|
|
|
4358
4395
|
<td>property</td>
|
|
4359
4396
|
<td>
|
|
4360
4397
|
<code
|
|
4361
|
-
>Readonly<Record<string,
|
|
4362
|
-
|
|
4398
|
+
>Readonly<Record<string,
|
|
4399
|
+
import("@ankhorage/contracts").SerializableValue |
|
|
4400
|
+
undefined>> | undefined</code
|
|
4363
4401
|
>
|
|
4364
4402
|
</td>
|
|
4365
4403
|
<td>no</td>
|
|
@@ -4706,7 +4744,13 @@
|
|
|
4706
4744
|
<tr>
|
|
4707
4745
|
<td><code>apis</code></td>
|
|
4708
4746
|
<td>property</td>
|
|
4709
|
-
<td
|
|
4747
|
+
<td>
|
|
4748
|
+
<code
|
|
4749
|
+
>Readonly<Record<string,
|
|
4750
|
+
import("@ankhorage/contracts").ApiDefinition>> |
|
|
4751
|
+
undefined</code
|
|
4752
|
+
>
|
|
4753
|
+
</td>
|
|
4710
4754
|
<td>no</td>
|
|
4711
4755
|
<td></td>
|
|
4712
4756
|
</tr>
|
|
@@ -4810,8 +4854,8 @@
|
|
|
4810
4854
|
<td>
|
|
4811
4855
|
<code
|
|
4812
4856
|
>Readonly<Record<string,
|
|
4813
|
-
import("@ankhorage/contracts").
|
|
4814
|
-
| undefined</code
|
|
4857
|
+
import("@ankhorage/contracts").SerializableValue |
|
|
4858
|
+
undefined>> | undefined</code
|
|
4815
4859
|
>
|
|
4816
4860
|
</td>
|
|
4817
4861
|
<td>no</td>
|
|
@@ -5353,7 +5397,11 @@
|
|
|
5353
5397
|
<td><code>operationResults</code></td>
|
|
5354
5398
|
<td>property</td>
|
|
5355
5399
|
<td>
|
|
5356
|
-
<code
|
|
5400
|
+
<code
|
|
5401
|
+
>Readonly<Record<string,
|
|
5402
|
+
import("@ankhorage/contracts").SerializableValue |
|
|
5403
|
+
undefined>></code
|
|
5404
|
+
>
|
|
5357
5405
|
</td>
|
|
5358
5406
|
<td>yes</td>
|
|
5359
5407
|
<td></td>
|
|
@@ -5401,7 +5449,11 @@
|
|
|
5401
5449
|
<td><code>operationResults</code></td>
|
|
5402
5450
|
<td>property</td>
|
|
5403
5451
|
<td>
|
|
5404
|
-
<code
|
|
5452
|
+
<code
|
|
5453
|
+
>Readonly<Record<string,
|
|
5454
|
+
import("@ankhorage/contracts").SerializableValue |
|
|
5455
|
+
undefined>></code
|
|
5456
|
+
>
|
|
5405
5457
|
</td>
|
|
5406
5458
|
<td>yes</td>
|
|
5407
5459
|
<td></td>
|
|
@@ -5536,7 +5588,11 @@
|
|
|
5536
5588
|
<td><code>initialState</code></td>
|
|
5537
5589
|
<td>property</td>
|
|
5538
5590
|
<td>
|
|
5539
|
-
<code
|
|
5591
|
+
<code
|
|
5592
|
+
>Readonly<Record<string,
|
|
5593
|
+
import("@ankhorage/contracts").SerializableValue>> |
|
|
5594
|
+
undefined</code
|
|
5595
|
+
>
|
|
5540
5596
|
</td>
|
|
5541
5597
|
<td>no</td>
|
|
5542
5598
|
<td></td>
|
|
@@ -5631,7 +5687,7 @@
|
|
|
5631
5687
|
<article
|
|
5632
5688
|
class="item"
|
|
5633
5689
|
id="component-runtimerenderer"
|
|
5634
|
-
data-search="RuntimeRenderer src/RuntimeRenderer.tsx apis
|
|
5690
|
+
data-search="RuntimeRenderer src/RuntimeRenderer.tsx apis ApiDefinitionRegistry | undefined bindingContext Record<string, unknown> | undefined dataBindings ComponentDataBindingRegistry | undefined dbAdapter DbAdapter | undefined dbRealtimeAdapter DbRealtimeAdapter | undefined disableActions boolean | undefined executeAction RuntimeActionExecutor | undefined executeOperation RuntimeBindingOperationExecutor | undefined isRoot boolean | undefined mediaAssets MediaAssetRegistry | undefined node UiNode onDiagnostics (diagnostics: readonly DataSourceDiagnostic[]) => void | undefined operationResults RuntimeBindingOperationResultCache | undefined registry ComponentRegistry | undefined resolveMediaAsset RuntimeMediaAssetResolver | undefined stateAdapter StateAdapter | undefined wrapNode (args: RuntimeRendererWrapArgs) => React.ReactNode | undefined"
|
|
5635
5691
|
>
|
|
5636
5692
|
<h3>RuntimeRenderer</h3>
|
|
5637
5693
|
<p class="muted"><code>src/RuntimeRenderer.tsx:81:1</code></p>
|
|
@@ -5649,7 +5705,7 @@
|
|
|
5649
5705
|
<tbody>
|
|
5650
5706
|
<tr>
|
|
5651
5707
|
<td><code>apis</code></td>
|
|
5652
|
-
<td><code>
|
|
5708
|
+
<td><code>ApiDefinitionRegistry | undefined</code></td>
|
|
5653
5709
|
<td>no</td>
|
|
5654
5710
|
<td></td>
|
|
5655
5711
|
</tr>
|
|
@@ -7769,10 +7825,13 @@ sequenceDiagram
|
|
|
7769
7825
|
<div class="mermaid">
|
|
7770
7826
|
sequenceDiagram participant participant_createApiDiagnostic as createApiDiagnostic
|
|
7771
7827
|
participant participant_findRuntimeApi as findRuntimeApi participant
|
|
7828
|
+
participant_readOwnProperty as readOwnProperty participant
|
|
7772
7829
|
participant_resolveRuntimeApiEndpoint as resolveRuntimeApiEndpoint participant
|
|
7773
7830
|
participant_validateRuntimeBindingOperationRef as validateRuntimeBindingOperationRef
|
|
7774
7831
|
participant_validateRuntimeBindingOperationRef->>participant_findRuntimeApi:
|
|
7775
|
-
findRuntimeApi()
|
|
7832
|
+
findRuntimeApi() participant_findRuntimeApi->>participant_readOwnProperty:
|
|
7833
|
+
readOwnProperty() participant_readOwnProperty-->>participant_findRuntimeApi:
|
|
7834
|
+
return
|
|
7776
7835
|
participant_findRuntimeApi-->>participant_validateRuntimeBindingOperationRef:
|
|
7777
7836
|
return
|
|
7778
7837
|
participant_validateRuntimeBindingOperationRef->>participant_createApiDiagnostic:
|
|
@@ -7781,8 +7840,15 @@ sequenceDiagram
|
|
|
7781
7840
|
return
|
|
7782
7841
|
participant_validateRuntimeBindingOperationRef->>participant_resolveRuntimeApiEndpoint:
|
|
7783
7842
|
resolveRuntimeApiEndpoint()
|
|
7843
|
+
participant_resolveRuntimeApiEndpoint->>participant_readOwnProperty:
|
|
7844
|
+
readOwnProperty()
|
|
7845
|
+
participant_readOwnProperty-->>participant_resolveRuntimeApiEndpoint: return
|
|
7784
7846
|
participant_resolveRuntimeApiEndpoint-->>participant_validateRuntimeBindingOperationRef:
|
|
7785
7847
|
return
|
|
7848
|
+
participant_validateRuntimeBindingOperationRef->>participant_readOwnProperty:
|
|
7849
|
+
readOwnProperty()
|
|
7850
|
+
participant_readOwnProperty-->>participant_validateRuntimeBindingOperationRef:
|
|
7851
|
+
return
|
|
7786
7852
|
</div>
|
|
7787
7853
|
<details>
|
|
7788
7854
|
<summary>View Mermaid source</summary>
|
|
@@ -7790,14 +7856,21 @@ sequenceDiagram
|
|
|
7790
7856
|
sequenceDiagram
|
|
7791
7857
|
participant participant_createApiDiagnostic as createApiDiagnostic
|
|
7792
7858
|
participant participant_findRuntimeApi as findRuntimeApi
|
|
7859
|
+
participant participant_readOwnProperty as readOwnProperty
|
|
7793
7860
|
participant participant_resolveRuntimeApiEndpoint as resolveRuntimeApiEndpoint
|
|
7794
7861
|
participant participant_validateRuntimeBindingOperationRef as validateRuntimeBindingOperationRef
|
|
7795
7862
|
participant_validateRuntimeBindingOperationRef->>participant_findRuntimeApi: findRuntimeApi()
|
|
7863
|
+
participant_findRuntimeApi->>participant_readOwnProperty: readOwnProperty()
|
|
7864
|
+
participant_readOwnProperty-->>participant_findRuntimeApi: return
|
|
7796
7865
|
participant_findRuntimeApi-->>participant_validateRuntimeBindingOperationRef: return
|
|
7797
7866
|
participant_validateRuntimeBindingOperationRef->>participant_createApiDiagnostic: createApiDiagnostic()
|
|
7798
7867
|
participant_createApiDiagnostic-->>participant_validateRuntimeBindingOperationRef: return
|
|
7799
7868
|
participant_validateRuntimeBindingOperationRef->>participant_resolveRuntimeApiEndpoint: resolveRuntimeApiEndpoint()
|
|
7869
|
+
participant_resolveRuntimeApiEndpoint->>participant_readOwnProperty: readOwnProperty()
|
|
7870
|
+
participant_readOwnProperty-->>participant_resolveRuntimeApiEndpoint: return
|
|
7800
7871
|
participant_resolveRuntimeApiEndpoint-->>participant_validateRuntimeBindingOperationRef: return
|
|
7872
|
+
participant_validateRuntimeBindingOperationRef->>participant_readOwnProperty: readOwnProperty()
|
|
7873
|
+
participant_readOwnProperty-->>participant_validateRuntimeBindingOperationRef: return
|
|
7801
7874
|
</pre>
|
|
7802
7875
|
</details>
|
|
7803
7876
|
</article>
|
|
@@ -7884,7 +7957,7 @@ sequenceDiagram
|
|
|
7884
7957
|
<h2>src/react19Compatibility.test.tsx</h2>
|
|
7885
7958
|
<article class="item" data-search="ManifestProbe src/react19Compatibility.test.tsx ">
|
|
7886
7959
|
<h3>ManifestProbe</h3>
|
|
7887
|
-
<p class="muted"><code>src/react19Compatibility.test.tsx:
|
|
7960
|
+
<p class="muted"><code>src/react19Compatibility.test.tsx:43:1</code></p>
|
|
7888
7961
|
<p class="empty">No description available.</p>
|
|
7889
7962
|
</article>
|
|
7890
7963
|
<article
|
|
@@ -7892,7 +7965,7 @@ sequenceDiagram
|
|
|
7892
7965
|
data-search="RendererConfigProbe src/react19Compatibility.test.tsx "
|
|
7893
7966
|
>
|
|
7894
7967
|
<h3>RendererConfigProbe</h3>
|
|
7895
|
-
<p class="muted"><code>src/react19Compatibility.test.tsx:
|
|
7968
|
+
<p class="muted"><code>src/react19Compatibility.test.tsx:48:1</code></p>
|
|
7896
7969
|
<p class="empty">No description available.</p>
|
|
7897
7970
|
</article>
|
|
7898
7971
|
<article
|
|
@@ -7900,7 +7973,7 @@ sequenceDiagram
|
|
|
7900
7973
|
data-search="OptionalManifestProbe src/react19Compatibility.test.tsx "
|
|
7901
7974
|
>
|
|
7902
7975
|
<h3>OptionalManifestProbe</h3>
|
|
7903
|
-
<p class="muted"><code>src/react19Compatibility.test.tsx:
|
|
7976
|
+
<p class="muted"><code>src/react19Compatibility.test.tsx:53:1</code></p>
|
|
7904
7977
|
<p class="empty">No description available.</p>
|
|
7905
7978
|
</article>
|
|
7906
7979
|
</section>
|
|
@@ -8336,7 +8409,7 @@ sequenceDiagram
|
|
|
8336
8409
|
data-search="validateRuntimeBindingOperationRef src/runtimeApiSelection.ts "
|
|
8337
8410
|
>
|
|
8338
8411
|
<h3>validateRuntimeBindingOperationRef</h3>
|
|
8339
|
-
<p class="muted"><code>src/runtimeApiSelection.ts:
|
|
8412
|
+
<p class="muted"><code>src/runtimeApiSelection.ts:15:1</code></p>
|
|
8340
8413
|
<p class="empty">No description available.</p>
|
|
8341
8414
|
</article>
|
|
8342
8415
|
<article
|
|
@@ -8344,12 +8417,12 @@ sequenceDiagram
|
|
|
8344
8417
|
data-search="resolveRuntimeBindingOperationSelection src/runtimeApiSelection.ts "
|
|
8345
8418
|
>
|
|
8346
8419
|
<h3>resolveRuntimeBindingOperationSelection</h3>
|
|
8347
|
-
<p class="muted"><code>src/runtimeApiSelection.ts:
|
|
8420
|
+
<p class="muted"><code>src/runtimeApiSelection.ts:51:1</code></p>
|
|
8348
8421
|
<p class="empty">No description available.</p>
|
|
8349
8422
|
</article>
|
|
8350
8423
|
<article class="item" data-search="findRuntimeApi src/runtimeApiSelection.ts ">
|
|
8351
8424
|
<h3>findRuntimeApi</h3>
|
|
8352
|
-
<p class="muted"><code>src/runtimeApiSelection.ts:
|
|
8425
|
+
<p class="muted"><code>src/runtimeApiSelection.ts:66:1</code></p>
|
|
8353
8426
|
<p class="empty">No description available.</p>
|
|
8354
8427
|
</article>
|
|
8355
8428
|
<article
|
|
@@ -8357,12 +8430,12 @@ sequenceDiagram
|
|
|
8357
8430
|
data-search="resolveRuntimeApiEndpoint src/runtimeApiSelection.ts "
|
|
8358
8431
|
>
|
|
8359
8432
|
<h3>resolveRuntimeApiEndpoint</h3>
|
|
8360
|
-
<p class="muted"><code>src/runtimeApiSelection.ts:
|
|
8433
|
+
<p class="muted"><code>src/runtimeApiSelection.ts:73:1</code></p>
|
|
8361
8434
|
<p class="empty">No description available.</p>
|
|
8362
8435
|
</article>
|
|
8363
8436
|
<article class="item" data-search="createApiDiagnostic src/runtimeApiSelection.ts ">
|
|
8364
8437
|
<h3>createApiDiagnostic</h3>
|
|
8365
|
-
<p class="muted"><code>src/runtimeApiSelection.ts:
|
|
8438
|
+
<p class="muted"><code>src/runtimeApiSelection.ts:86:1</code></p>
|
|
8366
8439
|
<p class="empty">No description available.</p>
|
|
8367
8440
|
</article>
|
|
8368
8441
|
</section>
|