@ankhorage/runtime 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +2 -2
- package/dist/RuntimeRenderer.d.ts +4 -1
- package/dist/RuntimeRenderer.d.ts.map +1 -1
- package/dist/RuntimeRenderer.js +32 -13
- package/dist/RuntimeRenderer.js.map +1 -1
- package/dist/RuntimeRendererConfig.d.ts +4 -1
- package/dist/RuntimeRendererConfig.d.ts.map +1 -1
- package/dist/RuntimeRendererConfig.js +2 -0
- package/dist/RuntimeRendererConfig.js.map +1 -1
- package/dist/RuntimeScreen.d.ts.map +1 -1
- package/dist/RuntimeScreen.js +1 -1
- package/dist/RuntimeScreen.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/readme-usage.js +1 -1
- package/dist/readme-usage.js.map +1 -1
- package/dist/runtimeMedia.d.ts +13 -0
- package/dist/runtimeMedia.d.ts.map +1 -0
- package/dist/runtimeMedia.js +80 -0
- package/dist/runtimeMedia.js.map +1 -0
- package/dist/runtimeMediaCache.d.ts +8 -0
- package/dist/runtimeMediaCache.d.ts.map +1 -0
- package/dist/runtimeMediaCache.js +14 -0
- package/dist/runtimeMediaCache.js.map +1 -0
- package/dist/useRuntimeMediaProps.d.ts +9 -0
- package/dist/useRuntimeMediaProps.d.ts.map +1 -0
- package/dist/useRuntimeMediaProps.js +61 -0
- package/dist/useRuntimeMediaProps.js.map +1 -0
- package/package.json +4 -3
- package/paradox/badges/npm.svg +3 -3
- package/paradox/components.md +4 -2
- package/paradox/diagrams/architecture-overview.mmd +18 -0
- package/paradox/diagrams/export-graph.mmd +13 -19
- package/paradox/diagrams/module-relationships.mmd +13 -0
- package/paradox/exports.json +116 -213
- package/paradox/exports.md +120 -163
- package/paradox/index.html +500 -305
- package/paradox/paradox.json +674 -319
package/paradox/exports.md
CHANGED
|
@@ -10,7 +10,7 @@ Source: `src/componentRegistry.ts:3:1`
|
|
|
10
10
|
|
|
11
11
|
Kind: `function`
|
|
12
12
|
Module: `src/RuntimeRendererConfig.tsx`
|
|
13
|
-
Source: `src/RuntimeRendererConfig.tsx:
|
|
13
|
+
Source: `src/RuntimeRendererConfig.tsx:92:1`
|
|
14
14
|
|
|
15
15
|
### Signatures
|
|
16
16
|
|
|
@@ -23,7 +23,7 @@ Source: `src/RuntimeRendererConfig.tsx:88:1`
|
|
|
23
23
|
|
|
24
24
|
Kind: `function`
|
|
25
25
|
Module: `src/RuntimeRendererConfig.tsx`
|
|
26
|
-
Source: `src/RuntimeRendererConfig.tsx:
|
|
26
|
+
Source: `src/RuntimeRendererConfig.tsx:77:1`
|
|
27
27
|
|
|
28
28
|
### Signatures
|
|
29
29
|
|
|
@@ -128,18 +128,6 @@ Source: `src/runtimeDataSourceOperations.ts:14:1`
|
|
|
128
128
|
- options: `RuntimeDataSourceOperationExecutorOptions`
|
|
129
129
|
- returns: `RuntimeBindingOperationExecutor`
|
|
130
130
|
|
|
131
|
-
## createRuntimeManifest
|
|
132
|
-
|
|
133
|
-
Kind: `function`
|
|
134
|
-
Module: `src/runtimeManifest.ts`
|
|
135
|
-
Source: `src/runtimeManifest.ts:81:1`
|
|
136
|
-
|
|
137
|
-
### Signatures
|
|
138
|
-
|
|
139
|
-
- `(input: RuntimeManifestInput) => RuntimeManifest`
|
|
140
|
-
- input: `RuntimeManifestInput`
|
|
141
|
-
- returns: `RuntimeManifest`
|
|
142
|
-
|
|
143
131
|
## createRuntimeMemoryStateAdapter
|
|
144
132
|
|
|
145
133
|
Kind: `function`
|
|
@@ -164,42 +152,6 @@ Source: `src/runtimeScreenLoaders.ts:49:1`
|
|
|
164
152
|
- args: `{ readonly screenId: string; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; readonly bindingContext?: Record<string, unknown>; readonly operationResults?: RuntimeBindingOperationResultCache; }`
|
|
165
153
|
- returns: `string`
|
|
166
154
|
|
|
167
|
-
## defineRuntimeAction
|
|
168
|
-
|
|
169
|
-
Kind: `function`
|
|
170
|
-
Module: `src/runtimeManifest.ts`
|
|
171
|
-
Source: `src/runtimeManifest.ts:63:1`
|
|
172
|
-
|
|
173
|
-
### Signatures
|
|
174
|
-
|
|
175
|
-
- `(action: RuntimeActionDescriptor<Data>) => RuntimeActionDescriptor<Data>`
|
|
176
|
-
- action: `RuntimeActionDescriptor<Data>`
|
|
177
|
-
- returns: `RuntimeActionDescriptor<Data>`
|
|
178
|
-
|
|
179
|
-
## defineRuntimeAdapter
|
|
180
|
-
|
|
181
|
-
Kind: `function`
|
|
182
|
-
Module: `src/runtimeManifest.ts`
|
|
183
|
-
Source: `src/runtimeManifest.ts:69:1`
|
|
184
|
-
|
|
185
|
-
### Signatures
|
|
186
|
-
|
|
187
|
-
- `(adapter: RuntimeAdapterDescriptor<Options>) => RuntimeAdapterDescriptor<Options>`
|
|
188
|
-
- adapter: `RuntimeAdapterDescriptor<Options>`
|
|
189
|
-
- returns: `RuntimeAdapterDescriptor<Options>`
|
|
190
|
-
|
|
191
|
-
## defineRuntimeBinding
|
|
192
|
-
|
|
193
|
-
Kind: `function`
|
|
194
|
-
Module: `src/runtimeManifest.ts`
|
|
195
|
-
Source: `src/runtimeManifest.ts:75:1`
|
|
196
|
-
|
|
197
|
-
### Signatures
|
|
198
|
-
|
|
199
|
-
- `(binding: RuntimeBindingDescriptor<Value>) => RuntimeBindingDescriptor<Value>`
|
|
200
|
-
- binding: `RuntimeBindingDescriptor<Value>`
|
|
201
|
-
- returns: `RuntimeBindingDescriptor<Value>`
|
|
202
|
-
|
|
203
155
|
## dispatchRuntimeComponentEvent
|
|
204
156
|
|
|
205
157
|
Kind: `function`
|
|
@@ -248,17 +200,6 @@ Source: `src/runtimeScreenLoaders.ts:178:1`
|
|
|
248
200
|
- args: `{ readonly bindingContext?: Record<string, unknown>; readonly dataSources?: RuntimeBindingResolutionContext["dataSources"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly screen: ScreenSpec; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; }`
|
|
249
201
|
- returns: `Promise<RuntimeScreenOperationLoaderExecutionResult>`
|
|
250
202
|
|
|
251
|
-
## listRuntimeCapabilities
|
|
252
|
-
|
|
253
|
-
Kind: `function`
|
|
254
|
-
Module: `src/runtimeManifest.ts`
|
|
255
|
-
Source: `src/runtimeManifest.ts:93:1`
|
|
256
|
-
|
|
257
|
-
### Signatures
|
|
258
|
-
|
|
259
|
-
- `() => readonly ("runtime.render" | "runtime.actions" | "runtime.bindings" | "runtime.adapters")[]`
|
|
260
|
-
- returns: `readonly ("runtime.render" | "runtime.actions" | "runtime.bindings" | "runtime.adapters")[]`
|
|
261
|
-
|
|
262
203
|
## ManifestContext
|
|
263
204
|
|
|
264
205
|
Kind: `value`
|
|
@@ -281,7 +222,7 @@ Source: `src/ManifestContext.tsx:12:1`
|
|
|
281
222
|
|
|
282
223
|
Kind: `function`
|
|
283
224
|
Module: `src/RuntimeRendererConfig.tsx`
|
|
284
|
-
Source: `src/RuntimeRendererConfig.tsx:
|
|
225
|
+
Source: `src/RuntimeRendererConfig.tsx:110:1`
|
|
285
226
|
|
|
286
227
|
### Signatures
|
|
287
228
|
|
|
@@ -406,23 +347,11 @@ Source: `src/runtimeScreenLoaders.ts:43:1`
|
|
|
406
347
|
- screen: `ScreenSpec`
|
|
407
348
|
- returns: `readonly OperationScreenDataLoaderDefinition[]`
|
|
408
349
|
|
|
409
|
-
## RUNTIME_CAPABILITIES
|
|
410
|
-
|
|
411
|
-
Kind: `value`
|
|
412
|
-
Module: `src/runtimeManifest.ts`
|
|
413
|
-
Source: `src/runtimeManifest.ts:1:14`
|
|
414
|
-
|
|
415
|
-
## RUNTIME_MANIFEST_KIND
|
|
416
|
-
|
|
417
|
-
Kind: `value`
|
|
418
|
-
Module: `src/runtimeManifest.ts`
|
|
419
|
-
Source: `src/runtimeManifest.ts:8:14`
|
|
420
|
-
|
|
421
350
|
## RuntimeAction
|
|
422
351
|
|
|
423
352
|
Kind: `unknown`
|
|
424
353
|
Module: `src/RuntimeRendererConfig.tsx`
|
|
425
|
-
Source: `src/RuntimeRendererConfig.tsx:
|
|
354
|
+
Source: `src/RuntimeRendererConfig.tsx:45:1`
|
|
426
355
|
|
|
427
356
|
## RuntimeActionDescriptor
|
|
428
357
|
|
|
@@ -443,19 +372,19 @@ Source: `src/runtimeManifest.ts:24:1`
|
|
|
443
372
|
|
|
444
373
|
Kind: `unknown`
|
|
445
374
|
Module: `src/RuntimeRendererConfig.tsx`
|
|
446
|
-
Source: `src/RuntimeRendererConfig.tsx:
|
|
375
|
+
Source: `src/RuntimeRendererConfig.tsx:48:1`
|
|
447
376
|
|
|
448
377
|
## RuntimeActionHandler
|
|
449
378
|
|
|
450
379
|
Kind: `unknown`
|
|
451
380
|
Module: `src/RuntimeRendererConfig.tsx`
|
|
452
|
-
Source: `src/RuntimeRendererConfig.tsx:
|
|
381
|
+
Source: `src/RuntimeRendererConfig.tsx:46:1`
|
|
453
382
|
|
|
454
383
|
## RuntimeActionHandlerArgs
|
|
455
384
|
|
|
456
385
|
Kind: `type`
|
|
457
386
|
Module: `src/RuntimeRendererConfig.tsx`
|
|
458
|
-
Source: `src/RuntimeRendererConfig.tsx:
|
|
387
|
+
Source: `src/RuntimeRendererConfig.tsx:38:1`
|
|
459
388
|
|
|
460
389
|
### Members
|
|
461
390
|
|
|
@@ -470,7 +399,7 @@ Source: `src/RuntimeRendererConfig.tsx:36:1`
|
|
|
470
399
|
|
|
471
400
|
Kind: `unknown`
|
|
472
401
|
Module: `src/RuntimeRendererConfig.tsx`
|
|
473
|
-
Source: `src/RuntimeRendererConfig.tsx:
|
|
402
|
+
Source: `src/RuntimeRendererConfig.tsx:47:1`
|
|
474
403
|
|
|
475
404
|
## RuntimeActionRegistry
|
|
476
405
|
|
|
@@ -598,17 +527,17 @@ Source: `src/runtimeBindings.ts:64:1`
|
|
|
598
527
|
|
|
599
528
|
### Members
|
|
600
529
|
|
|
601
|
-
| Name | Kind | Type
|
|
602
|
-
| ---------------- | -------- |
|
|
603
|
-
| context | property | `Record<string, unknown> \| undefined`
|
|
604
|
-
| dataBindings | property | `Readonly<Record<string, import("
|
|
605
|
-
| dataSources | property | `Readonly<Record<string, DataSourceConfig>> \| undefined`
|
|
606
|
-
| event | property | `ComponentEventDto<string, object> \| undefined`
|
|
607
|
-
| executeOperation | property | `RuntimeBindingOperationExecutor \| undefined`
|
|
608
|
-
| node | property | `UiNode`
|
|
609
|
-
| operationResults | property | `Readonly<Record<string, BindingValue \| undefined>> \| undefined`
|
|
610
|
-
| props | property | `Record<string, unknown>`
|
|
611
|
-
| stateAdapter | property | `StateAdapter \| undefined`
|
|
530
|
+
| Name | Kind | Type | Required | Description |
|
|
531
|
+
| ---------------- | -------- | ---------------------------------------------------------------------------------------------------------- | -------- | ----------- |
|
|
532
|
+
| context | property | `Record<string, unknown> \| undefined` | no | |
|
|
533
|
+
| dataBindings | property | `Readonly<Record<string, import("@ankhorage/contracts/dist/bindings").ComponentDataBinding>> \| undefined` | no | |
|
|
534
|
+
| dataSources | property | `Readonly<Record<string, DataSourceConfig>> \| undefined` | no | |
|
|
535
|
+
| event | property | `ComponentEventDto<string, object> \| undefined` | no | |
|
|
536
|
+
| executeOperation | property | `RuntimeBindingOperationExecutor \| undefined` | no | |
|
|
537
|
+
| node | property | `UiNode` | yes | |
|
|
538
|
+
| operationResults | property | `Readonly<Record<string, BindingValue \| undefined>> \| undefined` | no | |
|
|
539
|
+
| props | property | `Record<string, unknown>` | yes | |
|
|
540
|
+
| stateAdapter | property | `StateAdapter \| undefined` | no | |
|
|
612
541
|
|
|
613
542
|
## RuntimeBindingResolutionContext
|
|
614
543
|
|
|
@@ -618,15 +547,15 @@ Source: `src/runtimeBindings.ts:54:1`
|
|
|
618
547
|
|
|
619
548
|
### Members
|
|
620
549
|
|
|
621
|
-
| Name | Kind | Type
|
|
622
|
-
| ---------------- | -------- |
|
|
623
|
-
| context | property | `Record<string, unknown> \| undefined`
|
|
624
|
-
| dataBindings | property | `Readonly<Record<string, import("
|
|
625
|
-
| dataSources | property | `Readonly<Record<string, DataSourceConfig>> \| undefined`
|
|
626
|
-
| event | property | `ComponentEventDto<string, object> \| undefined`
|
|
627
|
-
| executeOperation | property | `RuntimeBindingOperationExecutor \| undefined`
|
|
628
|
-
| operationResults | property | `Readonly<Record<string, BindingValue \| undefined>> \| undefined`
|
|
629
|
-
| stateAdapter | property | `StateAdapter \| undefined`
|
|
550
|
+
| Name | Kind | Type | Required | Description |
|
|
551
|
+
| ---------------- | -------- | ---------------------------------------------------------------------------------------------------------- | -------- | ----------- |
|
|
552
|
+
| context | property | `Record<string, unknown> \| undefined` | no | |
|
|
553
|
+
| dataBindings | property | `Readonly<Record<string, import("@ankhorage/contracts/dist/bindings").ComponentDataBinding>> \| undefined` | no | |
|
|
554
|
+
| dataSources | property | `Readonly<Record<string, DataSourceConfig>> \| undefined` | no | |
|
|
555
|
+
| event | property | `ComponentEventDto<string, object> \| undefined` | no | |
|
|
556
|
+
| executeOperation | property | `RuntimeBindingOperationExecutor \| undefined` | no | |
|
|
557
|
+
| operationResults | property | `Readonly<Record<string, BindingValue \| undefined>> \| undefined` | no | |
|
|
558
|
+
| stateAdapter | property | `StateAdapter \| undefined` | no | |
|
|
630
559
|
|
|
631
560
|
## RuntimeBindingResolutionResult
|
|
632
561
|
|
|
@@ -655,19 +584,19 @@ Source: `src/runtimeActionRegistry.ts:46:1`
|
|
|
655
584
|
|
|
656
585
|
### Members
|
|
657
586
|
|
|
658
|
-
| Name | Kind | Type
|
|
659
|
-
| -------------------- | -------- |
|
|
660
|
-
| context | property | `Record<string, unknown> \| undefined`
|
|
661
|
-
| dataBindings | property | `Readonly<Record<string, import("
|
|
662
|
-
| dataSources | property | `Readonly<Record<string, DataSourceConfig>> \| undefined`
|
|
663
|
-
| event | property | `ComponentEventDto<string, object>`
|
|
664
|
-
| eventName | property | `string \| undefined`
|
|
665
|
-
| executeAction | property | `RuntimeActionHandler \| undefined`
|
|
666
|
-
| executeOperation | property | `RuntimeBindingOperationExecutor \| undefined`
|
|
667
|
-
| node | property | `UiNode`
|
|
668
|
-
| operationResults | property | `Readonly<Record<string, BindingValue \| undefined>> \| undefined`
|
|
669
|
-
| state | property | `Record<string, unknown> \| undefined`
|
|
670
|
-
| writeOperationResult | property | `RuntimeBindingOperationResultWriter \| undefined`
|
|
587
|
+
| Name | Kind | Type | Required | Description |
|
|
588
|
+
| -------------------- | -------- | ---------------------------------------------------------------------------------------------------------- | -------- | ----------- |
|
|
589
|
+
| context | property | `Record<string, unknown> \| undefined` | no | |
|
|
590
|
+
| dataBindings | property | `Readonly<Record<string, import("@ankhorage/contracts/dist/bindings").ComponentDataBinding>> \| undefined` | no | |
|
|
591
|
+
| dataSources | property | `Readonly<Record<string, DataSourceConfig>> \| undefined` | no | |
|
|
592
|
+
| event | property | `ComponentEventDto<string, object>` | yes | |
|
|
593
|
+
| eventName | property | `string \| undefined` | no | |
|
|
594
|
+
| executeAction | property | `RuntimeActionHandler \| undefined` | no | |
|
|
595
|
+
| executeOperation | property | `RuntimeBindingOperationExecutor \| undefined` | no | |
|
|
596
|
+
| node | property | `UiNode` | yes | |
|
|
597
|
+
| operationResults | property | `Readonly<Record<string, BindingValue \| undefined>> \| undefined` | no | |
|
|
598
|
+
| state | property | `Record<string, unknown> \| undefined` | no | |
|
|
599
|
+
| writeOperationResult | property | `RuntimeBindingOperationResultWriter \| undefined` | no | |
|
|
671
600
|
|
|
672
601
|
## RuntimeDataSourceOperationExecutorOptions
|
|
673
602
|
|
|
@@ -750,16 +679,16 @@ Source: `src/runtimeActionRegistry.ts:57:1`
|
|
|
750
679
|
|
|
751
680
|
### Members
|
|
752
681
|
|
|
753
|
-
| Name | Kind | Type
|
|
754
|
-
| ---------------------- | -------- |
|
|
755
|
-
| context | property | `Record<string, unknown> \| undefined`
|
|
756
|
-
| dataBindings | property | `Readonly<Record<string, import("
|
|
757
|
-
| disableActions | property | `boolean`
|
|
758
|
-
| dispatchComponentEvent | property | `(args: RuntimeComponentEventDispatchArgs) => Promise<void> \| void`
|
|
759
|
-
| node | property | `UiNode`
|
|
760
|
-
| operationResults | property | `Readonly<Record<string, BindingValue \| undefined>> \| undefined`
|
|
761
|
-
| props | property | `Record<string, unknown>`
|
|
762
|
-
| state | property | `Record<string, unknown> \| undefined`
|
|
682
|
+
| Name | Kind | Type | Required | Description |
|
|
683
|
+
| ---------------------- | -------- | ---------------------------------------------------------------------------------------------------------- | -------- | ----------- |
|
|
684
|
+
| context | property | `Record<string, unknown> \| undefined` | no | |
|
|
685
|
+
| dataBindings | property | `Readonly<Record<string, import("@ankhorage/contracts/dist/bindings").ComponentDataBinding>> \| undefined` | no | |
|
|
686
|
+
| disableActions | property | `boolean` | yes | |
|
|
687
|
+
| dispatchComponentEvent | property | `(args: RuntimeComponentEventDispatchArgs) => Promise<void> \| void` | yes | |
|
|
688
|
+
| node | property | `UiNode` | yes | |
|
|
689
|
+
| operationResults | property | `Readonly<Record<string, BindingValue \| undefined>> \| undefined` | no | |
|
|
690
|
+
| props | property | `Record<string, unknown>` | yes | |
|
|
691
|
+
| state | property | `Record<string, unknown> \| undefined` | no | |
|
|
763
692
|
|
|
764
693
|
## RuntimeManifest
|
|
765
694
|
|
|
@@ -809,6 +738,24 @@ Source: `src/runtimeManifest.ts:55:1`
|
|
|
809
738
|
| config | property | `RuntimeManifestConfig` | yes | |
|
|
810
739
|
| diagnostics | property | `readonly RuntimeDiagnostic[] \| undefined` | no | |
|
|
811
740
|
|
|
741
|
+
## RuntimeMediaAssetResolver
|
|
742
|
+
|
|
743
|
+
Kind: `unknown`
|
|
744
|
+
Module: `src/runtimeMedia.ts`
|
|
745
|
+
Source: `src/runtimeMedia.ts:13:1`
|
|
746
|
+
|
|
747
|
+
## RuntimeMediaAssetResolverArgs
|
|
748
|
+
|
|
749
|
+
Kind: `type`
|
|
750
|
+
Module: `src/runtimeMedia.ts`
|
|
751
|
+
Source: `src/runtimeMedia.ts:9:1`
|
|
752
|
+
|
|
753
|
+
### Members
|
|
754
|
+
|
|
755
|
+
| Name | Kind | Type | Required | Description |
|
|
756
|
+
| ----- | -------- | ------------ | -------- | ----------- |
|
|
757
|
+
| asset | property | `MediaAsset` | yes | |
|
|
758
|
+
|
|
812
759
|
## RuntimeMemoryStateAdapterOptions
|
|
813
760
|
|
|
814
761
|
Kind: `type`
|
|
@@ -831,7 +778,7 @@ Source: `node_modules/@ankhorage/contracts/dist/runtimeCallbacks.d.ts:6:1`
|
|
|
831
778
|
|
|
832
779
|
Kind: `function`
|
|
833
780
|
Module: `src/RuntimeRenderer.tsx`
|
|
834
|
-
Source: `src/RuntimeRenderer.tsx:
|
|
781
|
+
Source: `src/RuntimeRenderer.tsx:76:1`
|
|
835
782
|
|
|
836
783
|
### Signatures
|
|
837
784
|
|
|
@@ -843,34 +790,36 @@ Source: `src/RuntimeRenderer.tsx:67:1`
|
|
|
843
790
|
|
|
844
791
|
Kind: `type`
|
|
845
792
|
Module: `src/RuntimeRendererConfig.tsx`
|
|
846
|
-
Source: `src/RuntimeRendererConfig.tsx:
|
|
793
|
+
Source: `src/RuntimeRendererConfig.tsx:50:1`
|
|
847
794
|
|
|
848
795
|
### Members
|
|
849
796
|
|
|
850
|
-
| Name | Kind | Type
|
|
851
|
-
| -------------------- | -------- |
|
|
852
|
-
| actionHandlers | property | `RuntimeActionHandlers \| undefined`
|
|
853
|
-
| bindingContext | property | `Record<string, unknown> \| undefined`
|
|
854
|
-
| dataBindings | property | `Readonly<Record<string, import("
|
|
855
|
-
| dataSources | property | `Readonly<Record<string, import("
|
|
856
|
-
| dbAdapter | property | `DbAdapter \| undefined`
|
|
857
|
-
| dbRealtimeAdapter | property | `DbRealtimeAdapter \| undefined`
|
|
858
|
-
| disableActions | property | `boolean \| undefined`
|
|
859
|
-
| executeAction | property | `RuntimeActionHandler \| undefined`
|
|
860
|
-
| executeOperation | property | `RuntimeBindingOperationExecutor \| undefined`
|
|
861
|
-
|
|
|
862
|
-
|
|
|
863
|
-
|
|
|
864
|
-
|
|
|
865
|
-
|
|
|
866
|
-
|
|
|
867
|
-
|
|
|
797
|
+
| Name | Kind | Type | Required | Description |
|
|
798
|
+
| -------------------- | -------- | --------------------------------------------------------------------------------------------------------------- | -------- | ----------- |
|
|
799
|
+
| actionHandlers | property | `RuntimeActionHandlers \| undefined` | no | |
|
|
800
|
+
| bindingContext | property | `Record<string, unknown> \| undefined` | no | |
|
|
801
|
+
| dataBindings | property | `Readonly<Record<string, import("@ankhorage/contracts/dist/bindings").ComponentDataBinding>> \| undefined` | no | |
|
|
802
|
+
| dataSources | property | `Readonly<Record<string, import("@ankhorage/contracts/dist/index").DataSourceConfig>> \| undefined` | no | |
|
|
803
|
+
| dbAdapter | property | `DbAdapter \| undefined` | no | |
|
|
804
|
+
| dbRealtimeAdapter | property | `DbRealtimeAdapter \| undefined` | no | |
|
|
805
|
+
| disableActions | property | `boolean \| undefined` | no | |
|
|
806
|
+
| executeAction | property | `RuntimeActionHandler \| undefined` | no | |
|
|
807
|
+
| executeOperation | property | `RuntimeBindingOperationExecutor \| undefined` | no | |
|
|
808
|
+
| mediaAssets | property | `Readonly<Record<string, import("@ankhorage/contracts/dist/media").MediaAsset>> \| undefined` | no | |
|
|
809
|
+
| onDiagnostics | property | `((diagnostics: readonly DataSourceDiagnostic[]) => void) \| undefined` | no | |
|
|
810
|
+
| operationResults | property | `Readonly<Record<string, import("@ankhorage/contracts/dist/bindings").BindingValue \| undefined>> \| undefined` | no | |
|
|
811
|
+
| registry | property | `Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>> \| undefined` | no | |
|
|
812
|
+
| resolveMediaAsset | property | `RuntimeMediaAssetResolver \| undefined` | no | |
|
|
813
|
+
| resolveNodeProps | property | `RuntimeNodePropsResolver \| undefined` | no | |
|
|
814
|
+
| stateAdapter | property | `StateAdapter \| undefined` | no | |
|
|
815
|
+
| wrapNode | property | `((args: RuntimeRendererWrapArgs) => React.ReactNode) \| undefined` | no | |
|
|
816
|
+
| writeOperationResult | property | `RuntimeBindingOperationResultWriter \| undefined` | no | |
|
|
868
817
|
|
|
869
818
|
## RuntimeRendererConfigProvider
|
|
870
819
|
|
|
871
820
|
Kind: `function`
|
|
872
821
|
Module: `src/RuntimeRendererConfig.tsx`
|
|
873
|
-
Source: `src/RuntimeRendererConfig.tsx:
|
|
822
|
+
Source: `src/RuntimeRendererConfig.tsx:158:1`
|
|
874
823
|
|
|
875
824
|
### Signatures
|
|
876
825
|
|
|
@@ -882,33 +831,35 @@ Source: `src/RuntimeRendererConfig.tsx:152:1`
|
|
|
882
831
|
|
|
883
832
|
Kind: `type`
|
|
884
833
|
Module: `src/RuntimeRenderer.tsx`
|
|
885
|
-
Source: `src/RuntimeRenderer.tsx:
|
|
834
|
+
Source: `src/RuntimeRenderer.tsx:56:1`
|
|
886
835
|
|
|
887
836
|
### Members
|
|
888
837
|
|
|
889
|
-
| Name | Kind | Type
|
|
890
|
-
| ----------------- | -------- |
|
|
891
|
-
| bindingContext | property | `Record<string, unknown> \| undefined`
|
|
892
|
-
| dataBindings | property | `Readonly<Record<string, import("
|
|
893
|
-
| dataSources | property | `Readonly<Record<string, import("
|
|
894
|
-
| dbAdapter | property | `DbAdapter \| undefined`
|
|
895
|
-
| dbRealtimeAdapter | property | `DbRealtimeAdapter \| undefined`
|
|
896
|
-
| disableActions | property | `boolean \| undefined`
|
|
897
|
-
| executeAction | property | `import("
|
|
898
|
-
| executeOperation | property | `RuntimeBindingOperationExecutor \| undefined`
|
|
899
|
-
| isRoot | property | `boolean \| undefined`
|
|
900
|
-
|
|
|
901
|
-
|
|
|
902
|
-
|
|
|
903
|
-
|
|
|
904
|
-
|
|
|
905
|
-
|
|
|
838
|
+
| Name | Kind | Type | Required | Description |
|
|
839
|
+
| ----------------- | -------- | ---------------------------------------------------------------------------------------------------------- | -------- | ----------- |
|
|
840
|
+
| bindingContext | property | `Record<string, unknown> \| undefined` | no | |
|
|
841
|
+
| dataBindings | property | `Readonly<Record<string, import("@ankhorage/contracts/dist/bindings").ComponentDataBinding>> \| undefined` | no | |
|
|
842
|
+
| dataSources | property | `Readonly<Record<string, import("@ankhorage/contracts/dist/index").DataSourceConfig>> \| undefined` | no | |
|
|
843
|
+
| dbAdapter | property | `DbAdapter \| undefined` | no | |
|
|
844
|
+
| dbRealtimeAdapter | property | `DbRealtimeAdapter \| undefined` | no | |
|
|
845
|
+
| disableActions | property | `boolean \| undefined` | no | |
|
|
846
|
+
| executeAction | property | `import("./src/RuntimeRendererConfig").RuntimeActionHandler \| undefined` | no | |
|
|
847
|
+
| executeOperation | property | `RuntimeBindingOperationExecutor \| undefined` | no | |
|
|
848
|
+
| isRoot | property | `boolean \| undefined` | no | |
|
|
849
|
+
| mediaAssets | property | `Readonly<Record<string, import("@ankhorage/contracts/dist/media").MediaAsset>> \| undefined` | no | |
|
|
850
|
+
| node | property | `UiNode` | yes | |
|
|
851
|
+
| onDiagnostics | property | `((diagnostics: readonly DataSourceDiagnostic[]) => void) \| undefined` | no | |
|
|
852
|
+
| operationResults | property | `Readonly<Record<string, BindingValue \| undefined>> \| undefined` | no | |
|
|
853
|
+
| registry | property | `Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>> \| undefined` | no | |
|
|
854
|
+
| resolveMediaAsset | property | `RuntimeMediaAssetResolver \| undefined` | no | |
|
|
855
|
+
| stateAdapter | property | `StateAdapter \| undefined` | no | |
|
|
856
|
+
| wrapNode | property | `((args: RuntimeRendererWrapArgs) => React.ReactNode) \| undefined` | no | |
|
|
906
857
|
|
|
907
858
|
## RuntimeRendererWrapArgs
|
|
908
859
|
|
|
909
860
|
Kind: `type`
|
|
910
861
|
Module: `src/RuntimeRendererConfig.tsx`
|
|
911
|
-
Source: `src/RuntimeRendererConfig.tsx:
|
|
862
|
+
Source: `src/RuntimeRendererConfig.tsx:32:1`
|
|
912
863
|
|
|
913
864
|
### Members
|
|
914
865
|
|
|
@@ -918,6 +869,12 @@ Source: `src/RuntimeRendererConfig.tsx:30:1`
|
|
|
918
869
|
| node | property | `UiNode` | yes | |
|
|
919
870
|
| rendered | property | `React.ReactNode` | yes | |
|
|
920
871
|
|
|
872
|
+
## RuntimeResolvedMediaValue
|
|
873
|
+
|
|
874
|
+
Kind: `unknown`
|
|
875
|
+
Module: `src/runtimeMedia.ts`
|
|
876
|
+
Source: `src/runtimeMedia.ts:7:1`
|
|
877
|
+
|
|
921
878
|
## RuntimeResolveNodePropsArgs
|
|
922
879
|
|
|
923
880
|
Kind: `type`
|
|
@@ -1036,7 +993,7 @@ Source: `src/ManifestContext.tsx:38:1`
|
|
|
1036
993
|
|
|
1037
994
|
Kind: `function`
|
|
1038
995
|
Module: `src/RuntimeRendererConfig.tsx`
|
|
1039
|
-
Source: `src/RuntimeRendererConfig.tsx:
|
|
996
|
+
Source: `src/RuntimeRendererConfig.tsx:173:1`
|
|
1040
997
|
|
|
1041
998
|
### Signatures
|
|
1042
999
|
|